wpForo Forum - Version 1.7.3

Version Description

Download this release

Release Info

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

Code changes from version 1.7.2 to 1.7.3

Files changed (62) hide show
  1. index.html +0 -0
  2. readme.txt +27 -9
  3. wpf-admin/css/index.html +0 -0
  4. wpf-admin/html/index.html +0 -0
  5. wpf-admin/includes/index.html +0 -0
  6. wpf-admin/index.html +0 -0
  7. wpf-admin/js/contenthover/index.html +0 -0
  8. wpf-admin/js/index.html +0 -0
  9. wpf-admin/options-tabs/emails.php +11 -0
  10. wpf-admin/options-tabs/index.html +0 -0
  11. wpf-admin/tools-tabs/index.html +0 -0
  12. wpf-admin/xml/index.html +0 -0
  13. wpf-assets/addons/ad-manager/index.html +0 -0
  14. wpf-assets/addons/attachments/index.html +0 -0
  15. wpf-assets/addons/cross/index.html +0 -0
  16. wpf-assets/addons/embeds/index.html +0 -0
  17. wpf-assets/addons/index.html +0 -0
  18. wpf-assets/addons/mycred/index.html +0 -0
  19. wpf-assets/addons/pm/index.html +0 -0
  20. wpf-assets/addons/polls/index.html +0 -0
  21. wpf-assets/addons/ucf/index.html +0 -0
  22. wpf-assets/addons/wpforo-emoticons/index.html +0 -0
  23. wpf-assets/css/font-awesome/css/index.html +0 -0
  24. wpf-assets/css/font-awesome/index.html +0 -0
  25. wpf-assets/css/font-awesome/webfonts/index.html +0 -0
  26. wpf-assets/css/index.html +0 -0
  27. wpf-assets/images/index.html +0 -0
  28. wpf-assets/images/sn/index.html +0 -0
  29. wpf-assets/index.html +0 -0
  30. wpf-assets/js/ajax.js +1 -1
  31. wpf-assets/js/frontend.js +5 -6
  32. wpf-assets/js/index.html +0 -0
  33. wpf-assets/js/widgets.js +5 -10
  34. wpf-includes/class-members.php +12 -7
  35. wpf-includes/class-phrases.php +4 -0
  36. wpf-includes/class-subscribes.php +4 -3
  37. wpf-includes/class-template.php +3 -3
  38. wpf-includes/class-usergroups.php +7 -1
  39. wpf-includes/functions-template.php +36 -25
  40. wpf-includes/functions.php +4 -4
  41. wpf-includes/index.html +0 -0
  42. wpf-includes/integration/index.html +0 -0
  43. wpf-includes/wpf-hooks.php +61 -24
  44. wpf-languages/index.html +0 -0
  45. wpf-languages/wpforo-it_IT.mo +0 -0
  46. wpf-languages/wpforo-it_IT.po +8586 -5823
  47. wpf-languages/wpforo.pot +139 -133
  48. wpf-themes/classic/.gitignore +1 -0
  49. wpf-themes/classic/colors.css +2 -2
  50. wpf-themes/classic/functions.php +10 -7
  51. wpf-themes/classic/integration/buddypress/index.html +0 -0
  52. wpf-themes/classic/integration/index.html +0 -0
  53. wpf-themes/classic/integration/ultimate-member/index.html +0 -0
  54. wpf-themes/classic/layouts/4/forum-thread.php +2 -2
  55. wpf-themes/classic/layouts/4/topic-thread.php +2 -2
  56. wpf-themes/classic/register.php +1 -0
  57. wpf-themes/classic/style-rtl.css +12 -4
  58. wpf-themes/classic/style.css +11 -5
  59. wpf-themes/classic/styles/index.html +0 -0
  60. wpf-themes/classic/styles/matrix.css +10 -3
  61. wpf-themes/index.html +0 -0
  62. wpforo.php +5 -3
index.html ADDED
File without changes
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: gVectors Team
3
  Tags: forum, forums, forum plugin, WordPress forum plugin, community, discussion
4
  Requires at least: 4.1
5
  Tested up to: 5.4
6
- Stable tag: 1.7.2
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,32 @@ Find wpForo forum plugin addons on [gVectors Team website...](https://gvectors.c
165
 
166
  == Changelog ==
167
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
168
  = wpForo Forum 1.7.2 | 28.03.2020 =
169
 
170
  [wpForo Forum v1.7.2 Release Summary](https://wpforo.com/community/wpforo-announcements/wpforo-1-7-2-is-released/)
@@ -182,14 +208,6 @@ Find wpForo forum plugin addons on [gVectors Team website...](https://gvectors.c
182
  * Fixed Bug: Other small bugs...
183
 
184
 
185
- IMPORTANT NOTES for UPDATE
186
-
187
- - After the update, please delete all caches.
188
- - If you have a Minifier/Optimizer plugins please delete all caches.
189
- - If you use CDN and found some issues please purge it.
190
- - 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.
191
-
192
-
193
  = wpForo Forum 1.7.1 | 24.03.2020 =
194
 
195
  [wpForo Forum v1.7.1 Release Summary](https://wpforo.com/community/wpforo-announcements/wpforo-1-7-1-is-released/)
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.3
7
  Requires PHP: 5.6 and higher
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
165
 
166
  == Changelog ==
167
 
168
+ = wpForo Forum 1.7.3 | 20.04.2020 =
169
+
170
+ [wpForo Forum v1.7.3 Release Summary](https://wpforo.com/community/wpforo-announcements/wpforo-1-7-3-is-released/)
171
+
172
+ * Updated: Login button on Register page
173
+ * Updated: Human readable Views and Post numbers on Threaded Layout topics list
174
+ * Updated: Lighter and smaller threaded layout editor for replies.
175
+ * Updated: Italian Translation Update (it_IT), many thanks to Simone Ginosa
176
+ * Fixed Bug: Missing [Clear All] notification button style on non forum pages
177
+ * Fixed Bug: Problem with [Clear All] notification button on My Profile widget
178
+ * Fixed Bug: Don't synch usergroups with roles if the option is disabled
179
+ * Fixed Bug: Prevent wrong synchronization for admins if there is no rule for them
180
+ * Fixed Bug: Keeps jumping to incorrect topic after splitting posts from a topic
181
+ * Fixed Bug: WordPress login page URL in user registration form started from 5.4
182
+ * Fixed Bug: Lots of small bugs in the core and CSS issues
183
+ * Fixed Bug: new hook to stop conflicts with Page builder plugins, such as Flatsome theme page builder. In this case you should enable the hook with this code: `add_filter('on_wpforo_load_remove_the_content_all_filters', '__return_true');`
184
+
185
+
186
+ IMPORTANT NOTES for UPDATE
187
+
188
+ - After the update, please delete all caches.
189
+ - If you have a Minifier/Optimizer plugins please delete all caches.
190
+ - If you use CDN and found some issues please purge it.
191
+ - 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.
192
+
193
+
194
  = wpForo Forum 1.7.2 | 28.03.2020 =
195
 
196
  [wpForo Forum v1.7.2 Release Summary](https://wpforo.com/community/wpforo-announcements/wpforo-1-7-2-is-released/)
208
  * Fixed Bug: Other small bugs...
209
 
210
 
 
 
 
 
 
 
 
 
211
  = wpForo Forum 1.7.1 | 24.03.2020 =
212
 
213
  [wpForo Forum v1.7.1 Release Summary](https://wpforo.com/community/wpforo-announcements/wpforo-1-7-1-is-released/)
wpf-admin/css/index.html ADDED
File without changes
wpf-admin/html/index.html ADDED
File without changes
wpf-admin/includes/index.html ADDED
File without changes
wpf-admin/index.html ADDED
File without changes
wpf-admin/js/contenthover/index.html ADDED
File without changes
wpf-admin/js/index.html ADDED
File without changes
wpf-admin/options-tabs/emails.php CHANGED
@@ -229,6 +229,17 @@ $wpe_args = array(
229
  <p class="wpf-info"><?php _e('This message comes from Reset Password form.', 'wpforo') ?></p>
230
  </td>
231
  </tr>
 
 
 
 
 
 
 
 
 
 
 
232
  <tr>
233
  <th>
234
  <label for="reset_password_email_message"><?php _e('Reset Password message body', 'wpforo'); ?>:</label>
229
  <p class="wpf-info"><?php _e('This message comes from Reset Password form.', 'wpforo') ?></p>
230
  </td>
231
  </tr>
232
+ <tr>
233
+ <th>
234
+ <label><?php _e('Overwrite WordPress Reset Password Emails', 'wpforo'); ?>:</label>
235
+ </th>
236
+ <td>
237
+ <div class="wpf-switch-field">
238
+ <input type="radio" value="1" name="wpforo_email_options[overwrite_reset_password_email_message]" id="overwrite_reset_password_email_message_1" <?php wpfo_check(WPF()->sbscrb->options['overwrite_reset_password_email_message'], 1); ?>><label for="overwrite_reset_password_email_message_1"><?php _e('Yes', 'wpforo'); ?></label> &nbsp;
239
+ <input type="radio" value="0" name="wpforo_email_options[overwrite_reset_password_email_message]" id="overwrite_reset_password_email_message_0" <?php wpfo_check(WPF()->sbscrb->options['overwrite_reset_password_email_message'], 0); ?>><label for="overwrite_reset_password_email_message_0"><?php _e('No', 'wpforo'); ?></label>
240
+ </div>
241
+ </td>
242
+ </tr>
243
  <tr>
244
  <th>
245
  <label for="reset_password_email_message"><?php _e('Reset Password message body', 'wpforo'); ?>:</label>
wpf-admin/options-tabs/index.html ADDED
File without changes
wpf-admin/tools-tabs/index.html ADDED
File without changes
wpf-admin/xml/index.html ADDED
File without changes
wpf-assets/addons/ad-manager/index.html ADDED
File without changes
wpf-assets/addons/attachments/index.html ADDED
File without changes
wpf-assets/addons/cross/index.html ADDED
File without changes
wpf-assets/addons/embeds/index.html ADDED
File without changes
wpf-assets/addons/index.html ADDED
File without changes
wpf-assets/addons/mycred/index.html ADDED
File without changes
wpf-assets/addons/pm/index.html ADDED
File without changes
wpf-assets/addons/polls/index.html ADDED
File without changes
wpf-assets/addons/ucf/index.html ADDED
File without changes
wpf-assets/addons/wpforo-emoticons/index.html ADDED
File without changes
wpf-assets/css/font-awesome/css/index.html ADDED
File without changes
wpf-assets/css/font-awesome/index.html ADDED
File without changes
wpf-assets/css/font-awesome/webfonts/index.html ADDED
File without changes
wpf-assets/css/index.html ADDED
File without changes
wpf-assets/images/index.html ADDED
File without changes
wpf-assets/images/sn/index.html ADDED
File without changes
wpf-assets/index.html ADDED
File without changes
wpf-assets/js/ajax.js CHANGED
@@ -1304,7 +1304,7 @@ function wpforo_init_phrases(){
1304
  action: 'wpforo_get_phrases'
1305
  }
1306
  }).done(function (r) {
1307
- wpforo_phrases = r;
1308
  });
1309
  }
1310
 
1304
  action: 'wpforo_get_phrases'
1305
  }
1306
  }).done(function (r) {
1307
+ window.wpforo_phrases = r;
1308
  });
1309
  }
1310
 
wpf-assets/js/frontend.js CHANGED
@@ -361,12 +361,11 @@ function wpforo_dialog_hide(){
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
  }
371
  return phrase_key;
372
  }
@@ -425,7 +424,7 @@ jQuery(document).ready(function($){
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{
@@ -809,7 +808,7 @@ jQuery(document).ready(function($){
809
  });
810
  var wpfwin = $(window).width();
811
  var wpfwrap = wpforo_wrap.width();
812
- if( wpfwin >= 602 && wpfwrap < 700 ){
813
  wpforo_wrap.on('focus', "#wpforo-menu .wpf-search-field", function(){
814
  $("#wpforo-menu .wpf-menu li").hide();
815
  wpforo_wrap.find("#wpforo-menu .wpf-res-menu").show();
361
  jQuery("body").removeClass('wpforo-dialog-visible animated fadeIn');
362
  }
363
 
 
364
  function wpforo_phrase(phrase_key){
365
+ // if( !(window.wpforo_phrases && typeof window.wpforo_phrases === 'object' && Object.keys(window.wpforo_phrases).length) ) wpforo_init_phrases();
366
+ if( window.wpforo_phrases && typeof window.wpforo_phrases === 'object' && Object.keys(window.wpforo_phrases).length ){
367
  var phrase_key_lower = phrase_key.toLowerCase();
368
+ if( window.wpforo_phrases[phrase_key_lower] !== undefined ) phrase_key = window.wpforo_phrases[phrase_key_lower];
369
  }
370
  return phrase_key;
371
  }
424
 
425
  var scroll_to;
426
  var exreg = new RegExp('\/' + wpforo.template_slugs['postid'] + '\/(\\d+)\/?$', 'i');
427
+ var match = location.pathname.match(exreg);
428
  if(match){
429
  scroll_to = $('#post-' + match[1]);
430
  }else{
808
  });
809
  var wpfwin = $(window).width();
810
  var wpfwrap = wpforo_wrap.width();
811
+ if( wpfwin >= 602 && wpfwrap < 800 ){
812
  wpforo_wrap.on('focus', "#wpforo-menu .wpf-search-field", function(){
813
  $("#wpforo-menu .wpf-menu li").hide();
814
  wpforo_wrap.find("#wpforo-menu .wpf-res-menu").show();
wpf-assets/js/index.html ADDED
File without changes
wpf-assets/js/widgets.js CHANGED
@@ -1,13 +1,9 @@
1
  jQuery(document).ready(function ($) {
2
-
3
- var wpforo_wrap = $('#wpforo-wrap');
4
- var wpforo_widget_wrap = $('.wpforo-widget-wrap');
5
-
6
  $(document).on("keydown", function (e) {
7
  if( e.which === 27 ) $('.wpf-notifications').slideUp(250, 'linear');
8
  });
9
 
10
- wpforo_wrap.on('click', '.wpf-alerts', function () {
11
  if( $.active === 0 ){
12
  var notifications = $('.wpforo-subtop').find('.wpf-notifications');
13
  $('.wpf-notifications').not(notifications).slideUp(250, 'linear');
@@ -20,7 +16,7 @@ jQuery(document).ready(function ($) {
20
  }
21
  });
22
 
23
- wpforo_widget_wrap.on('click', '.wpf-widget-alerts', function () {
24
  if( $.active === 0 ){
25
  var notifications = $('.wpf-widget-alerts').parents('.wpf-prof-wrap').find('.wpf-notifications');
26
  $('.wpf-notifications').not(notifications).slideUp(250, 'linear');
@@ -33,10 +29,10 @@ jQuery(document).ready(function ($) {
33
  }
34
  });
35
 
36
- wpforo_wrap.on('click', '.wpf-action.wpf-notification-action-clear-all', function(){
37
  var foro_n = $(this).data('foro_n');
38
  if( foro_n ){
39
- wpforo_load_show();
40
  $.ajax({
41
  type: 'POST',
42
  url: wpf_widget_ajax_obj.url,
@@ -48,10 +44,9 @@ jQuery(document).ready(function ($) {
48
  if(r){
49
  $('.wpf-notifications .wpf-notification-actions').hide();
50
  $('.wpf-notifications .wpf-notification-content').html(r);
51
- $('.wpf-notifications').slideUp(250, 'linear');
52
  wpforo_bell(0);
53
  }
54
- }).always(wpforo_load_hide);
55
  }
56
  });
57
 
1
  jQuery(document).ready(function ($) {
 
 
 
 
2
  $(document).on("keydown", function (e) {
3
  if( e.which === 27 ) $('.wpf-notifications').slideUp(250, 'linear');
4
  });
5
 
6
+ $(document).on('click', '.wpf-alerts', function () {
7
  if( $.active === 0 ){
8
  var notifications = $('.wpforo-subtop').find('.wpf-notifications');
9
  $('.wpf-notifications').not(notifications).slideUp(250, 'linear');
16
  }
17
  });
18
 
19
+ $(document).on('click', '.wpf-widget-alerts', function () {
20
  if( $.active === 0 ){
21
  var notifications = $('.wpf-widget-alerts').parents('.wpf-prof-wrap').find('.wpf-notifications');
22
  $('.wpf-notifications').not(notifications).slideUp(250, 'linear');
29
  }
30
  });
31
 
32
+ $(document).on('click', '.wpf-action.wpf-notification-action-clear-all', function(){
33
  var foro_n = $(this).data('foro_n');
34
  if( foro_n ){
35
+ $('.wpf-notifications').slideUp(250, 'linear');
36
  $.ajax({
37
  type: 'POST',
38
  url: wpf_widget_ajax_obj.url,
44
  if(r){
45
  $('.wpf-notifications .wpf-notification-actions').hide();
46
  $('.wpf-notifications .wpf-notification-content').html(r);
 
47
  wpforo_bell(0);
48
  }
49
+ });
50
  }
51
  });
52
 
wpf-includes/class-members.php CHANGED
@@ -1052,14 +1052,19 @@ class wpForoMember{
1052
  $groupid = false;
1053
  if(!$userid) return FALSE;
1054
  $user = get_userdata($userid);
1055
- if( !$roles_usergroups ) $roles_usergroups = WPF()->usergroup->get_role_usergroup_relation();
1056
- if( !empty($roles_usergroups) && !empty($user->roles) ){
1057
- foreach( $user->roles as $role ){
1058
- if( isset($roles_usergroups[$role]) ){
1059
- $groupid = $roles_usergroups[$role]; break;
1060
- }
1061
- }
 
 
 
 
1062
  }
 
1063
  if( !$groupid ){
1064
  if( is_super_admin( $userid ) || in_array('administrator', $user->roles) ){
1065
  $groupid = 1;
1052
  $groupid = false;
1053
  if(!$userid) return FALSE;
1054
  $user = get_userdata($userid);
1055
+
1056
+ //Don't synchronize User Roles with Usergroups if the option is disabled
1057
+ if( wpforo_feature('role-synch') ){
1058
+ if( !$roles_usergroups ) $roles_usergroups = WPF()->usergroup->get_role_usergroup_relation();
1059
+ if( !empty($roles_usergroups) && !empty($user->roles) ){
1060
+ foreach( $user->roles as $role ){
1061
+ if( isset($roles_usergroups[$role]) ){
1062
+ $groupid = $roles_usergroups[$role]; break;
1063
+ }
1064
+ }
1065
+ }
1066
  }
1067
+
1068
  if( !$groupid ){
1069
  if( is_super_admin( $userid ) || in_array('administrator', $user->roles) ){
1070
  $groupid = 1;
wpf-includes/class-phrases.php CHANGED
@@ -354,5 +354,9 @@ class wpForoPhrase{
354
  echo json_encode($this->__phrases);
355
  exit();
356
  }
 
 
 
 
357
 
358
  }
354
  echo json_encode($this->__phrases);
355
  exit();
356
  }
357
+
358
+ public function get_wpforo_phrases_inline_js(){
359
+ return 'window.wpforo_phrases = ' . json_encode($this->__phrases) . ';';
360
+ }
361
 
362
  }
wpf-includes/class-subscribes.php CHANGED
@@ -35,13 +35,14 @@ class wpForoSubscribe{
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,
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' => 1,
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' => 1,
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
+ 'overwrite_reset_password_email_message' => 1,
45
+ 'reset_password_email_message' => __( "Hello! \n\n You asked us to reset your password for your account using the email address [user_login]. \n\n If this was a mistake, or you didn't ask for a password reset, just ignore this email and nothing will happen. \n\n To reset your password, visit the following address: \n\n [reset_password_url] \n\n Thanks!", 'wpforo' ),
46
  //'spam_notification_email_subject' => 'New Banned User',
47
  //'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]",
48
  'user_mention_notify' => 1,
wpf-includes/class-template.php CHANGED
@@ -362,8 +362,9 @@ class wpForoTemplate{
362
  $head_html = '<p id="wpf-reply-form-title">'.wpforo_phrase('Leave a reply', false).'</p>';
363
  $head_html = apply_filters( 'wpforo_reply_form_head', $head_html, $args );
364
  if(!isset(WPF()->post->options['max_upload_size']) || !WPF()->post->options['max_upload_size']){$server_mus = wpforo_human_size_to_bytes(ini_get('upload_max_filesize')); if( !$server_mus || $server_mus > 10485760 ) $server_mus = 10485760; WPF()->post->options['max_upload_size'] = $server_mus;}
 
365
  ?>
366
- <div id="wpf-form-wrapper" <?php echo ( WPF()->forum->get_layout() == 3 && !$this->forms['qa_display_answer_editor'] ? 'style="display: none;"' : '' ) ?>>
367
  <?php echo $head_html; //this is a HTML content ?>
368
  <div id="wpf-post-create" class="wpf-post-create">
369
  <form name="post" action="" enctype="multipart/form-data" method="POST" class="wpforoeditor wpforo-main-form" data-textareaid="<?php echo $textareaid ?>" data-bodyminlength="<?php echo WPF()->post->options['post_body_min_length'] ?>" data-bodymaxlength="<?php echo WPF()->post->options['post_body_max_length'] ?>">
@@ -427,7 +428,6 @@ class wpForoTemplate{
427
  </div>
428
  </div>
429
  <?php
430
- $layout = WPF()->forum->get_layout();
431
  if ( $layout == 3 || $layout == 4 ) {
432
  $form_option = ( $layout == 3 ? 'qa_comments_rich_editor' : 'threaded_reply_rich_editor' );
433
  if ( $this->forms[ $form_option ] ) {
@@ -2125,7 +2125,7 @@ class wpForoTemplate{
2125
  'editor_class' => 'wpeditor',
2126
  'teeny' => false,
2127
  'dfw' => false,
2128
- 'editor_height' => 180,
2129
  'tinymce' => array(
2130
  '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',
2131
  'toolbar2' => '',
362
  $head_html = '<p id="wpf-reply-form-title">'.wpforo_phrase('Leave a reply', false).'</p>';
363
  $head_html = apply_filters( 'wpforo_reply_form_head', $head_html, $args );
364
  if(!isset(WPF()->post->options['max_upload_size']) || !WPF()->post->options['max_upload_size']){$server_mus = wpforo_human_size_to_bytes(ini_get('upload_max_filesize')); if( !$server_mus || $server_mus > 10485760 ) $server_mus = 10485760; WPF()->post->options['max_upload_size'] = $server_mus;}
365
+ $layout = WPF()->forum->get_layout();
366
  ?>
367
+ <div id="wpf-form-wrapper" class="wpfel-<?php echo intval($layout) ?>" <?php echo ( $layout == 3 && !$this->forms['qa_display_answer_editor'] ? 'style="display: none;"' : '' ) ?>>
368
  <?php echo $head_html; //this is a HTML content ?>
369
  <div id="wpf-post-create" class="wpf-post-create">
370
  <form name="post" action="" enctype="multipart/form-data" method="POST" class="wpforoeditor wpforo-main-form" data-textareaid="<?php echo $textareaid ?>" data-bodyminlength="<?php echo WPF()->post->options['post_body_min_length'] ?>" data-bodymaxlength="<?php echo WPF()->post->options['post_body_max_length'] ?>">
428
  </div>
429
  </div>
430
  <?php
 
431
  if ( $layout == 3 || $layout == 4 ) {
432
  $form_option = ( $layout == 3 ? 'qa_comments_rich_editor' : 'threaded_reply_rich_editor' );
433
  if ( $this->forms[ $form_option ] ) {
2125
  'editor_class' => 'wpeditor',
2126
  'teeny' => false,
2127
  'dfw' => false,
2128
+ 'editor_height' => 150,
2129
  'tinymce' => array(
2130
  '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',
2131
  'toolbar2' => '',
wpf-includes/class-usergroups.php CHANGED
@@ -398,7 +398,13 @@ class wpForoUsergroup{
398
  $data = WPF()->db->get_results("SELECT `groupid`, `role` FROM `" . WPF()->tables->usergroups . "` ORDER BY `groupid` DESC", ARRAY_A);
399
  if(!empty( $data )){
400
  foreach($data as $rel){
401
- $roles[ $rel['role'] ] = $rel['groupid'];
 
 
 
 
 
 
402
  }
403
  }
404
  return $roles;
398
  $data = WPF()->db->get_results("SELECT `groupid`, `role` FROM `" . WPF()->tables->usergroups . "` ORDER BY `groupid` DESC", ARRAY_A);
399
  if(!empty( $data )){
400
  foreach($data as $rel){
401
+ if( $rel['groupid'] == 1 && in_array($rel['role'], array('subscriber', 'contributor') ) ){
402
+ $roles['administrator'] = $rel['groupid'];
403
+ } elseif( $rel['groupid'] == 2 && $rel['role'] == 'subscriber' ) {
404
+ $roles['editor'] = $rel['groupid'];
405
+ } elseif( $rel['role'] ) {
406
+ $roles[ $rel['role'] ] = $rel['groupid'];
407
+ }
408
  }
409
  }
410
  return $roles;
wpf-includes/functions-template.php CHANGED
@@ -2532,7 +2532,7 @@ function wpforo_thread( $topicid ){
2532
  if( !empty( $thread['user'] ) ) {
2533
  $thread['user_avatar'] = WPF()->member->avatar($thread['user'], 'alt="'.esc_attr($thread['user']['display_name']).'"', 40);
2534
  $thread['users_html'] .= '<div class="wpf-circle wpf-m">
2535
- <a href="' . esc_url( $thread['user']['profile_url'] ) . '" wpf-tooltip="' . $thread['user_info'] . '" wpf-tooltip-position="top" wpf-tooltip-size="medium">' . $thread['user_avatar'] . '</a>
2536
  </div>';
2537
  }
2538
  if( $thread['replies'] && !empty( $thread['last_user'] ) ) {
@@ -2681,30 +2681,41 @@ function wpforo_unread_url( $topicid = 0, $url = '', $echo = true, $force = fals
2681
  //Get read topics
2682
  $topics = WPF()->log->get_read_topics();
2683
  if( $last_read_id = wpfval($topics, $topicid) ){
2684
- $first_unread_id = 0;
2685
- $jump_to_first_unread = apply_filters('wpforo_jump_to_first_unread', true);
2686
- if( $jump_to_first_unread ) {
2687
- //Get first unread postid
2688
- $first_unread_id = WPF()->post->next_post( $last_read_id, $topicid );
2689
- }
2690
- //Decide to whether execute more SQLs and create direct URLs or not
2691
- $direct_url = apply_filters('wpforo_build_direct_unread_post_url', false);
2692
- //Create new URLs
2693
- if( $first_unread_id ){
2694
- //Change URL to first unread post
2695
- if( $direct_url ) {
2696
- $url = wpforo_post($first_unread_id, 'url');
2697
- } else {
2698
- $url = (strpos($url, '#') !== FALSE) ? preg_replace('|\#.+$|', '#post-' . intval($first_unread_id) , $url) : $url . '#post-' . intval($first_unread_id);
2699
- }
2700
- } else{
2701
- //Change URL to last read post
2702
- if( $direct_url ) {
2703
- $url = wpforo_post($last_read_id, 'url');
2704
- } else {
2705
- $url = (strpos($url, '#') !== FALSE) ? preg_replace('|\#.+$|', '#post-' . intval($last_read_id) , $url) : $url . '#post-' . intval($last_read_id);
2706
- }
2707
- }
 
 
 
 
 
 
 
 
 
 
 
2708
  }
2709
  } else {
2710
  $direct_topic_url = apply_filters( 'wpforo_direct_topic_url', true );
2532
  if( !empty( $thread['user'] ) ) {
2533
  $thread['user_avatar'] = WPF()->member->avatar($thread['user'], 'alt="'.esc_attr($thread['user']['display_name']).'"', 40);
2534
  $thread['users_html'] .= '<div class="wpf-circle wpf-m">
2535
+ <a href="' . esc_url( $thread['url'] ) . '" wpf-tooltip="' . $thread['user_info'] . '" wpf-tooltip-position="top" wpf-tooltip-size="medium">' . $thread['user_avatar'] . '</a>
2536
  </div>';
2537
  }
2538
  if( $thread['replies'] && !empty( $thread['last_user'] ) ) {
2681
  //Get read topics
2682
  $topics = WPF()->log->get_read_topics();
2683
  if( $last_read_id = wpfval($topics, $topicid) ){
2684
+ //Make sure the post still located in current topic. When admin split a topic
2685
+ //and move the last reply to other topic, the users unread topic array isn't updated,
2686
+ //It's not reasonable to update usermeta of each user, so it's better to check
2687
+ //the post topic ID here. if the reply is split and moved to other topic use the
2688
+ //topic last post id.
2689
+ $last_read_post = wpforo_post($last_read_id);
2690
+ if( $topicid == wpfval($last_read_post, 'topicid') ){
2691
+ $first_unread_id = 0;
2692
+ $jump_to_first_unread = apply_filters('wpforo_jump_to_first_unread', true);
2693
+ if( $jump_to_first_unread ) {
2694
+ //Get first unread postid
2695
+ $first_unread_id = WPF()->post->next_post( $last_read_id, $topicid );
2696
+ }
2697
+ //Decide to whether execute more SQLs and create direct URLs or not
2698
+ $direct_url = apply_filters('wpforo_build_direct_unread_post_url', false);
2699
+ //Create new URLs
2700
+ if( $first_unread_id ){
2701
+ //Change URL to first unread post
2702
+ if( $direct_url ) {
2703
+ $url = wpforo_post($first_unread_id, 'url');
2704
+ } else {
2705
+ $url = (strpos($url, '#') !== FALSE) ? preg_replace('|\#.+$|', '#post-' . intval($first_unread_id) , $url) : $url . '#post-' . intval($first_unread_id);
2706
+ }
2707
+ } else{
2708
+ //Change URL to last read post
2709
+ if( $direct_url ) {
2710
+ $url = wpforo_post($last_read_id, 'url');
2711
+ } else {
2712
+ $url = (strpos($url, '#') !== FALSE) ? preg_replace('|\#.+$|', '#post-' . intval($last_read_id) , $url) : $url . '#post-' . intval($last_read_id);
2713
+ }
2714
+ }
2715
+ }
2716
+ elseif( $last_postid = wpforo_topic($topicid, 'last_post') ){
2717
+ $url = wpforo_post($last_postid, 'url');
2718
+ }
2719
  }
2720
  } else {
2721
  $direct_topic_url = apply_filters( 'wpforo_direct_topic_url', true );
wpf-includes/functions.php CHANGED
@@ -123,10 +123,10 @@ function is_wpforo_url($url = ''){
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
 
@@ -142,7 +142,7 @@ 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;
123
  }elseif( WPF()->permastruct ){
124
  $current_url = wpforo_get_url_query_vars_str($url);
125
  $current_url = preg_replace('#/?\?.*$#isu', '', $current_url);
126
+ if( $current_url === WPF()->permastruct ){
127
+ $result = true;
128
  }elseif( strpos($current_url, WPF()->permastruct . '/' ) === 0 ){
129
+ $result = true;
130
  }
131
  }
132
 
142
  $key = 'is_wpforo_shortcode_page_' . $url;
143
  if( WPF()->sql_cache->is_exist($key) ) return WPF()->sql_cache->get($key);
144
 
145
+ $result = !(is_wpforo_url($url) && !WPF()->use_home_url) && has_shortcode( wpforo_get_wp_post_content($url), 'wpforo' );
146
 
147
  WPF()->sql_cache->set($key, $result);
148
  return $result;
wpf-includes/index.html ADDED
File without changes
wpf-includes/integration/index.html ADDED
File without changes
wpf-includes/wpf-hooks.php CHANGED
@@ -199,6 +199,7 @@ function wpforo_init_template(){
199
  add_shortcode( 'wpforo', 'wpforo_load' );
200
  function wpforo_load( $atts ){
201
  if(wpforo_is_admin()) return '';
 
202
  if(wpforo_feature('output-buffer') && function_exists('ob_start')){
203
  if( wpforo_feature('html_cashe') ){
204
  if( $html = WPF()->cache->get_html() ) return $html;
@@ -1151,8 +1152,7 @@ function wpforo_ajax_update_database(){
1151
 
1152
  ############### Sending Email ##################
1153
  function wpforo_set_html_content_type(){
1154
- $content_type = apply_filters('wpforo_emails_content_type', 'text/html');
1155
- return $content_type;
1156
  }
1157
 
1158
  function wpforo_wp_mail_from_name($name){
@@ -1224,6 +1224,24 @@ function wpforo_get_login_or_register_notice_text(){
1224
  return $popup_html;
1225
  }
1226
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1227
  function wpforo_dynamic_style_enqueue() {
1228
  if( !$css = WPF()->tpl->generate_dynamic_css() ) return;
1229
  $md5_css = md5($css);
@@ -1248,7 +1266,8 @@ add_action('wp_enqueue_scripts', 'wpforo_dynamic_style_enqueue', 999);
1248
  function wpforo_frontend_enqueue(){
1249
  wp_register_style('wpforo-font-awesome', WPFORO_URL . '/wpf-assets/css/font-awesome/css/fontawesome-all.min.css', false, '5.11.2' );
1250
  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 );
1251
- wp_register_script( 'wpforo-frontend-js', WPFORO_URL . '/wpf-assets/js/frontend.js', array('jquery'), WPFORO_VERSION, true );
 
1252
  wp_localize_script('wpforo-frontend-js', 'wpforo',
1253
  array(
1254
  'ajax_url' => admin_url( 'admin-ajax.php' ),
@@ -1274,6 +1293,7 @@ function wpforo_frontend_enqueue(){
1274
  }
1275
 
1276
  if( is_wpforo_page() ){
 
1277
  wp_enqueue_script('wpforo-frontend-js');
1278
  wp_enqueue_script('wpforo-ajax');
1279
  if ( is_rtl() ) {
@@ -1650,7 +1670,7 @@ function wpforo_avatar( $avatar, $id_or_email, $size, $default, $alt ) {
1650
  }
1651
  add_filter( 'get_avatar' , 'wpforo_avatar' , 10, 5 );
1652
 
1653
- add_filter('pre_get_avatar_data', function($args, $id_or_email){
1654
  if( wpforo_feature('replace-avatar') ){
1655
  $user = false;
1656
  if ( is_object( $id_or_email ) && isset( $id_or_email->comment_ID ) ) {
@@ -1669,7 +1689,7 @@ add_filter('pre_get_avatar_data', function($args, $id_or_email){
1669
  } elseif ( $id_or_email instanceof WP_Post ) {
1670
  // Post Object
1671
  $user = get_user_by( 'id', (int) $id_or_email->post_author );
1672
- } elseif ( $id_or_email instanceof WP_Comment ) {
1673
  if ( is_avatar_comment_type( get_comment_type( $id_or_email ) ) ) {
1674
  if ( ! empty( $id_or_email->user_id ) ) {
1675
  $user = get_user_by( 'id', (int) $id_or_email->user_id );
@@ -1683,10 +1703,11 @@ add_filter('pre_get_avatar_data', function($args, $id_or_email){
1683
  if( $user && is_object( $user ) ){
1684
  if( $avatar_url = WPF()->member->get_avatar_url($user->data->ID) ) $args['url'] = $avatar_url;
1685
  }
1686
- }
1687
 
1688
- return $args;
1689
- }, 10, 2);
 
1690
 
1691
  function wpforo_mention_nickname_to_link($match){
1692
  $return = $match[0];
@@ -2334,15 +2355,26 @@ add_action( 'login_form_rp', 'wpforo_do_password_reset' );
2334
  add_action( 'login_form_resetpass', 'wpforo_do_password_reset' );
2335
 
2336
  function wpforo_replace_retrieve_password_message( $message, $key, $user_login = '', $user_data = array() ) {
2337
- if( wpforo_feature('resetpass-url') ){
2338
- $reset_password_url = wpforo_home_url( '?foro=resetpassword&rp_key='.esc_attr( $key ).'&rp_login='.rawurlencode( $user_login ) );
2339
- if( empty(WPF()->sbscrb->options['reset_password_email_message']) ){
2340
- $message = preg_replace('#<?http[^\r\n\t\s]+wp-login\.php[^\r\n\t\s]+#isu', "<$reset_password_url>", $message);
2341
- }else{
2342
- $message = str_replace(array('[user_login]', '[reset_password_url]'), array($user_login, "<$reset_password_url>"), strip_tags(WPF()->sbscrb->options['reset_password_email_message']));
2343
- }
 
 
 
 
 
 
 
 
 
 
2344
  }
2345
- return $message;
 
2346
  }
2347
  add_filter( 'retrieve_password_message', 'wpforo_replace_retrieve_password_message', 10, 4 );
2348
 
@@ -2361,6 +2393,7 @@ function wpforo_new_user_notification_email_admin($wp_new_user_notification_emai
2361
  if( WPF()->sbscrb->options['overwrite_new_user_notification_admin'] ){
2362
  $wp_new_user_notification_email_admin['subject'] = str_replace('[blogname]', '['.$blogname.']', WPF()->sbscrb->options['wp_new_user_notification_email_admin_subject']);
2363
  $wp_new_user_notification_email_admin['message'] = str_replace('[blogname]', $blogname, WPF()->sbscrb->options['wp_new_user_notification_email_admin_message'] );
 
2364
  }
2365
  $userid = $user->ID;
2366
  $wp_new_user_notification_email_admin['message'] = preg_replace_callback(
@@ -2379,14 +2412,14 @@ add_filter('wp_new_user_notification_email_admin', 'wpforo_new_user_notification
2379
 
2380
  function wpforo_new_user_notification_email($wp_new_user_notification_email, $user, $blogname){
2381
  $set_password_url = '';
2382
- if( wpforo_feature('resetpass-url') ){
2383
- 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) ){
2384
- $set_password_url = '<' . wpforo_home_url( '?foro=resetpassword&rp_key='.esc_attr( $match['key'] ).'&rp_login='.rawurlencode( $user->user_login ) ) . '>';
2385
- $wp_new_user_notification_email['message'] = str_replace($match[0], $set_password_url, $wp_new_user_notification_email['message']);
2386
- }
2387
- }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) ){
2388
- $set_password_url = $match[0];
2389
- }
2390
 
2391
  if( WPF()->sbscrb->options['overwrite_new_user_notification'] && $set_password_url ){
2392
  $wp_new_user_notification_email['subject'] = str_replace('[blogname]', '['.$blogname.']', WPF()->sbscrb->options['wp_new_user_notification_email_subject']);
@@ -2395,12 +2428,16 @@ function wpforo_new_user_notification_email($wp_new_user_notification_email, $us
2395
  array($user->user_login, $set_password_url),
2396
  WPF()->sbscrb->options['wp_new_user_notification_email_message']
2397
  );
 
2398
  }
2399
 
2400
  return $wp_new_user_notification_email;
2401
  }
2402
  add_filter('wp_new_user_notification_email', 'wpforo_new_user_notification_email', 10, 3);
2403
 
 
 
 
2404
 
2405
  function wpforo_synch_role( $ug_role = array(), $users = array() ){
2406
  if( !empty($ug_role) ){
199
  add_shortcode( 'wpforo', 'wpforo_load' );
200
  function wpforo_load( $atts ){
201
  if(wpforo_is_admin()) return '';
202
+ if( apply_filters('on_wpforo_load_remove_the_content_all_filters', false) ) remove_all_filters('the_content');
203
  if(wpforo_feature('output-buffer') && function_exists('ob_start')){
204
  if( wpforo_feature('html_cashe') ){
205
  if( $html = WPF()->cache->get_html() ) return $html;
1152
 
1153
  ############### Sending Email ##################
1154
  function wpforo_set_html_content_type(){
1155
+ return apply_filters('wpforo_emails_content_type', 'text/html');
 
1156
  }
1157
 
1158
  function wpforo_wp_mail_from_name($name){
1224
  return $popup_html;
1225
  }
1226
 
1227
+ function wpforo_dynamic_phrases_register() {
1228
+ if( !$js = WPF()->phrase->get_wpforo_phrases_inline_js() ) return;
1229
+ $md5_js = md5($js);
1230
+
1231
+ $inline = false;
1232
+ $dynamic_js_file = WPFORO_TEMPLATE_DIR . '/phrases.js';
1233
+ if( !file_exists($dynamic_js_file) || $md5_js !== md5_file($dynamic_js_file) ){
1234
+ $result = wpforo_write_file( $dynamic_js_file, $js );
1235
+ if( wpfval($result, 'error') ) $inline = true;
1236
+ }
1237
+
1238
+ wp_register_script( 'wpforo-dynamic-phrases', WPFORO_TEMPLATE_URL . '/phrases.js', false, WPFORO_VERSION . '.' . $md5_js );
1239
+ if( $inline ){
1240
+ $js = preg_replace('|[\r\n\t]+|', '', $js );
1241
+ wp_add_inline_script( 'wpforo-dynamic-phrases', $js );
1242
+ }
1243
+ }
1244
+
1245
  function wpforo_dynamic_style_enqueue() {
1246
  if( !$css = WPF()->tpl->generate_dynamic_css() ) return;
1247
  $md5_css = md5($css);
1266
  function wpforo_frontend_enqueue(){
1267
  wp_register_style('wpforo-font-awesome', WPFORO_URL . '/wpf-assets/css/font-awesome/css/fontawesome-all.min.css', false, '5.11.2' );
1268
  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 );
1269
+ wpforo_dynamic_phrases_register();
1270
+ wp_register_script( 'wpforo-frontend-js', WPFORO_URL . '/wpf-assets/js/frontend.js', array('jquery', 'wpforo-dynamic-phrases'), WPFORO_VERSION, true );
1271
  wp_localize_script('wpforo-frontend-js', 'wpforo',
1272
  array(
1273
  'ajax_url' => admin_url( 'admin-ajax.php' ),
1293
  }
1294
 
1295
  if( is_wpforo_page() ){
1296
+ wp_enqueue_script('wpforo-dynamic-phrases');
1297
  wp_enqueue_script('wpforo-frontend-js');
1298
  wp_enqueue_script('wpforo-ajax');
1299
  if ( is_rtl() ) {
1670
  }
1671
  add_filter( 'get_avatar' , 'wpforo_avatar' , 10, 5 );
1672
 
1673
+ function wpforo_pre_get_avatar_data($args, $id_or_email){
1674
  if( wpforo_feature('replace-avatar') ){
1675
  $user = false;
1676
  if ( is_object( $id_or_email ) && isset( $id_or_email->comment_ID ) ) {
1689
  } elseif ( $id_or_email instanceof WP_Post ) {
1690
  // Post Object
1691
  $user = get_user_by( 'id', (int) $id_or_email->post_author );
1692
+ } elseif ( function_exists('is_avatar_comment_type') && $id_or_email instanceof WP_Comment ) {
1693
  if ( is_avatar_comment_type( get_comment_type( $id_or_email ) ) ) {
1694
  if ( ! empty( $id_or_email->user_id ) ) {
1695
  $user = get_user_by( 'id', (int) $id_or_email->user_id );
1703
  if( $user && is_object( $user ) ){
1704
  if( $avatar_url = WPF()->member->get_avatar_url($user->data->ID) ) $args['url'] = $avatar_url;
1705
  }
1706
+ }
1707
 
1708
+ return $args;
1709
+ }
1710
+ add_filter('pre_get_avatar_data', 'wpforo_pre_get_avatar_data', 10, 2);
1711
 
1712
  function wpforo_mention_nickname_to_link($match){
1713
  $return = $match[0];
2355
  add_action( 'login_form_resetpass', 'wpforo_do_password_reset' );
2356
 
2357
  function wpforo_replace_retrieve_password_message( $message, $key, $user_login = '', $user_data = array() ) {
2358
+ $reset_password_url = '';
2359
+ if( preg_match(wpforo_get_wprp_url_pattern(), $message, $match) ){
2360
+ if( wpforo_feature('resetpass-url') ){
2361
+ $reset_password_url = wpforo_home_url( '?foro=resetpassword&rp_key='.esc_attr( $key ).'&rp_login='.rawurlencode( $user_login ) );
2362
+ $message = str_replace($match[0], $reset_password_url, $message);
2363
+ }else{
2364
+ $reset_password_url = $match[0];
2365
+ }
2366
+ }
2367
+
2368
+ if( WPF()->sbscrb->options['overwrite_reset_password_email_message'] && $reset_password_url ){
2369
+ $message = str_replace(
2370
+ array('[user_login]', '[reset_password_url]'),
2371
+ array($user_login, $reset_password_url),
2372
+ WPF()->sbscrb->options['reset_password_email_message']
2373
+ );
2374
+ add_filter( 'wp_mail_content_type', 'wpforo_set_html_content_type' );
2375
  }
2376
+
2377
+ return $message;
2378
  }
2379
  add_filter( 'retrieve_password_message', 'wpforo_replace_retrieve_password_message', 10, 4 );
2380
 
2393
  if( WPF()->sbscrb->options['overwrite_new_user_notification_admin'] ){
2394
  $wp_new_user_notification_email_admin['subject'] = str_replace('[blogname]', '['.$blogname.']', WPF()->sbscrb->options['wp_new_user_notification_email_admin_subject']);
2395
  $wp_new_user_notification_email_admin['message'] = str_replace('[blogname]', $blogname, WPF()->sbscrb->options['wp_new_user_notification_email_admin_message'] );
2396
+ add_filter( 'wp_mail_content_type', 'wpforo_set_html_content_type' );
2397
  }
2398
  $userid = $user->ID;
2399
  $wp_new_user_notification_email_admin['message'] = preg_replace_callback(
2412
 
2413
  function wpforo_new_user_notification_email($wp_new_user_notification_email, $user, $blogname){
2414
  $set_password_url = '';
2415
+ if( preg_match(wpforo_get_wprp_url_pattern(), $wp_new_user_notification_email['message'], $match) ){
2416
+ if( wpforo_feature('resetpass-url') ){
2417
+ $set_password_url = wpforo_home_url( '?foro=resetpassword&rp_key='.esc_attr( $match['key'] ).'&rp_login='.rawurlencode( $user->user_login ) );
2418
+ $wp_new_user_notification_email['message'] = str_replace($match[0], $set_password_url, $wp_new_user_notification_email['message']);
2419
+ }else{
2420
+ $set_password_url = $match[0];
2421
+ }
2422
+ }
2423
 
2424
  if( WPF()->sbscrb->options['overwrite_new_user_notification'] && $set_password_url ){
2425
  $wp_new_user_notification_email['subject'] = str_replace('[blogname]', '['.$blogname.']', WPF()->sbscrb->options['wp_new_user_notification_email_subject']);
2428
  array($user->user_login, $set_password_url),
2429
  WPF()->sbscrb->options['wp_new_user_notification_email_message']
2430
  );
2431
+ add_filter( 'wp_mail_content_type', 'wpforo_set_html_content_type' );
2432
  }
2433
 
2434
  return $wp_new_user_notification_email;
2435
  }
2436
  add_filter('wp_new_user_notification_email', 'wpforo_new_user_notification_email', 10, 3);
2437
 
2438
+ function wpforo_get_wprp_url_pattern(){
2439
+ return '#(?:<\s*)?https?://\S+?wp-login\.php\?action=rp&key=(?<key>[^?&=\s]+)\S+(?:\s*>)?#isu';
2440
+ }
2441
 
2442
  function wpforo_synch_role( $ug_role = array(), $users = array() ){
2443
  if( !empty($ug_role) ){
wpf-languages/index.html ADDED
File without changes
wpf-languages/wpforo-it_IT.mo CHANGED
Binary file
wpf-languages/wpforo-it_IT.po CHANGED
@@ -1,5823 +1,8586 @@
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:42+0400\n"
7
- "PO-Revision-Date: 2018-08-31 19:42+0400\n"
8
- "Last-Translator: \n"
9
- "Language-Team: \n"
10
- "Language: it_IT\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 ""
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
-
43
- #: wpf-admin/addons.php:31 wpf-admin/dashboard.php:37
44
- msgid "Thank you!<br> Sincerely yours,<br> gVectors Team"
45
- msgstr ""
46
-
47
- #: wpf-admin/addons.php:51
48
- msgid "Installed"
49
- msgstr ""
50
-
51
- #: wpf-admin/addons.php:55
52
- msgid "Version"
53
- msgstr ""
54
-
55
- #: wpf-admin/addons.php:56
56
- msgid "at least"
57
- msgstr "almeno"
58
-
59
- #: wpf-admin/addons.php:58
60
- msgid "Details | Buy"
61
- msgstr ""
62
-
63
- #: wpf-admin/addons.php:64
64
- msgid "More information about"
65
- msgstr "Maggiori informazioni su"
66
-
67
- #: wpf-admin/admin.php:30 wpf-admin/admin.php:31
68
- #: wpf-includes/wpf-phrases.php:602
69
- msgid "Dashboard"
70
- msgstr ""
71
-
72
- #: wpf-admin/admin.php:30 wpf-admin/admin.php:34 wpf-admin/dashboard.php:137
73
- #: wpf-admin/options-tabs/api.php:83 wpf-admin/options-tabs/styles.php:16
74
- #: wpf-admin/options.php:15 wpf-admin/tools-tabs/misc.php:92
75
- #: wpf-includes/integration/buddypress.php:11
76
- #: wpf-includes/integration/buddypress.php:57
77
- #: wpf-includes/integration/buddypress.php:129 wpf-includes/wpf-hooks.php:2195
78
- #: wpf-includes/wpf-phrases.php:123
79
- msgid "Forums"
80
- msgstr "Forum"
81
-
82
- #: wpf-admin/admin.php:37 wpf-includes/wpf-hooks.php:22
83
- #: wpf-includes/wpf-hooks.php:2201
84
- msgid "Settings"
85
- msgstr "Configurazione"
86
-
87
- #: wpf-admin/admin.php:40 wpf-includes/wpf-hooks.php:2205
88
- #: wpf-includes/wpf-phrases.php:728
89
- msgid "Tools"
90
- msgstr "Strumenti"
91
-
92
- #: wpf-admin/admin.php:43 wpf-includes/wpf-hooks.php:2209
93
- msgid "Moderation"
94
- msgstr "Moderazione"
95
-
96
- #: wpf-admin/admin.php:46 wpf-admin/dashboard.php:149 wpf-admin/member.php:10
97
- #: wpf-admin/options.php:18 wpf-admin/tools-tabs/misc.php:108
98
- #: wpf-admin/usergroup.php:31 wpf-includes/wpf-hooks.php:2213
99
- #: wpf-includes/wpf-phrases.php:178
100
- msgid "Members"
101
- msgstr "Utenti"
102
-
103
- #: wpf-admin/admin.php:49 wpf-admin/usergroup.php:8 wpf-admin/usergroup.php:155
104
- #: wpf-includes/wpf-hooks.php:2217
105
- msgid "Usergroups"
106
- msgstr ""
107
-
108
- #: wpf-admin/admin.php:52 wpf-includes/wpf-hooks.php:2223
109
- #: wpf-includes/wpf-phrases.php:603
110
- msgid "Phrases"
111
- msgstr ""
112
-
113
- #: wpf-admin/admin.php:55 wpf-includes/wpf-hooks.php:2229
114
- #: wpf-includes/wpf-phrases.php:604
115
- msgid "Themes"
116
- msgstr ""
117
-
118
- #: wpf-admin/admin.php:58 wpf-admin/options.php:24
119
- #: wpf-includes/wpf-hooks.php:2233 wpf-includes/wpf-phrases.php:25
120
- msgid "Addons"
121
- msgstr ""
122
-
123
- #: wpf-admin/dashboard.php:7 wpf-includes/wpf-phrases.php:408
124
- msgid "wpForo Dashboard"
125
- msgstr ""
126
-
127
- #: wpf-admin/dashboard.php:23 wpf-includes/wpf-phrases.php:361
128
- msgid "Welcome Message"
129
- msgstr "Messaggio di benvenuto"
130
-
131
- #: wpf-admin/dashboard.php:27
132
- msgid "Welcome to wpForo"
133
- msgstr ""
134
-
135
- #: wpf-admin/dashboard.php:29
136
- msgid ""
137
- "Thank you for using wpForo! wpForo is a professional bulletin board for "
138
- "WorPress, and the only forum software which comes with Multi-layout template "
139
- "system.\n"
140
- " The \"Extended\", \"Simplified\" and "
141
- "\"Question &amp Answer\" layouts fit almost all type of discussions needs. "
142
- "You can use wpForo for small and extremely large communities. \n"
143
- " <br />If you found some issue or bug "
144
- "please open a support topic in plugin page or in our support forum at "
145
- "gVectors.com. If you liked wpForo please leave some good review for this "
146
- "plugin. We really need your good reviews. \n"
147
- " If you didn't like wpForo please leave a "
148
- "list of issues and requirements you'd like us to fix and add in near future. "
149
- "We're here to help you and improve wpForo as much as possible."
150
- msgstr ""
151
-
152
- #: wpf-admin/dashboard.php:57 wpf-includes/wpf-phrases.php:130
153
- msgid "General Information"
154
- msgstr ""
155
-
156
- #: wpf-admin/dashboard.php:61 wpf-includes/wpf-phrases.php:368
157
- msgid "You are currently running"
158
- msgstr ""
159
-
160
- #: wpf-admin/dashboard.php:62 wpf-includes/wpf-phrases.php:18
161
- msgid "Active Theme"
162
- msgstr ""
163
-
164
- #: wpf-admin/dashboard.php:63 wpf-includes/wpf-phrases.php:413
165
- msgid "wpForo Website"
166
- msgstr ""
167
-
168
- #: wpf-admin/dashboard.php:64 wpf-includes/wpf-phrases.php:319
169
- msgid "Support Forum"
170
- msgstr "Forum di supporto"
171
-
172
- #: wpf-admin/dashboard.php:75 wpf-includes/wpf-phrases.php:289
173
- msgid "Server Information"
174
- msgstr ""
175
-
176
- #: wpf-admin/dashboard.php:110 wpf-includes/wpf-phrases.php:46
177
- msgid "Available"
178
- msgstr ""
179
-
180
- #: wpf-admin/dashboard.php:110
181
- msgid ""
182
- "The setTimestamp() method of PHP DateTime class is not available. Please "
183
- "make sure you use PHP 5.4 and higher version on your hosting service."
184
- msgstr ""
185
-
186
- #: wpf-admin/dashboard.php:131 wpf-includes/wpf-phrases.php:49
187
- msgid "Board Statistic"
188
- msgstr ""
189
-
190
- #: wpf-admin/dashboard.php:141 wpf-admin/options-tabs/posts.php:17
191
- #: wpf-admin/options-tabs/styles.php:22 wpf-includes/class-forums.php:676
192
- #: wpf-includes/wpf-phrases.php:338
193
- msgid "Topics"
194
- msgstr "Discussioni"
195
-
196
- #: wpf-admin/dashboard.php:145 wpf-admin/options-tabs/posts.php:18
197
- #: wpf-includes/class-forums.php:676 wpf-includes/wpf-phrases.php:232
198
- msgid "Posts"
199
- msgstr "Post"
200
-
201
- #: wpf-admin/dashboard.php:153 wpf-includes/wpf-phrases.php:179
202
- msgid "Members Online"
203
- msgstr "Utenti online"
204
-
205
- #: wpf-admin/dashboard.php:163
206
- msgid "Avatars Size"
207
- msgstr "Dimensione avatar"
208
-
209
- #: wpf-admin/dashboard.php:167
210
- msgid "Default Attachments Size"
211
- msgstr ""
212
-
213
- #: wpf-admin/dashboard.php:173
214
- msgid "Advanced Attachments"
215
- msgstr ""
216
-
217
- #: wpf-admin/dashboard.php:174
218
- msgid "file(s)"
219
- msgstr ""
220
-
221
- #: wpf-admin/dashboard.php:177
222
- msgid "Advanced Attachments Size"
223
- msgstr ""
224
-
225
- #: wpf-admin/dashboard.php:182
226
- msgid "Total Size"
227
- msgstr ""
228
-
229
- #: wpf-admin/dashboard.php:192 wpf-includes/wpf-phrases.php:614
230
- msgid "Forum Maintenance"
231
- msgstr ""
232
-
233
- #: wpf-admin/dashboard.php:194
234
- msgid ""
235
- "This process may take a few seconds or dozens of minutes, please be patient "
236
- "and don't close this page. If you got 500 Server Error please don't worry, "
237
- "the data updating process is still working in MySQL server."
238
- msgstr ""
239
-
240
- #: wpf-admin/dashboard.php:205
241
- msgid "Delete All Caches"
242
- msgstr ""
243
-
244
- #: wpf-admin/dashboard.php:206 wpf-includes/wpf-phrases.php:616
245
- msgid "Update Forums Statistic"
246
- msgstr ""
247
-
248
- #: wpf-admin/dashboard.php:207
249
- msgid "Update Topics Statistic"
250
- msgstr ""
251
-
252
- #: wpf-admin/dashboard.php:208 wpf-includes/wpf-phrases.php:617
253
- msgid "Update Users Statistic"
254
- msgstr ""
255
-
256
- #: wpf-admin/dashboard.php:209 wpf-includes/wpf-phrases.php:618
257
- msgid "Delete Phrase Cache"
258
- msgstr ""
259
-
260
- #: wpf-admin/dashboard.php:210 wpf-includes/wpf-phrases.php:639
261
- msgid "Delete User Cache"
262
- msgstr ""
263
-
264
- #: wpf-admin/dashboard.php:211
265
- msgid "Synch User Profiles"
266
- msgstr ""
267
-
268
- #: wpf-admin/deactivation-dialog.php:9
269
- msgid "Plugin Usage Feedback"
270
- msgstr ""
271
-
272
- #: wpf-admin/deactivation-dialog.php:18
273
- msgid ""
274
- "Please let us know why you are deactivating. Choosing one of the options "
275
- "below you will help us make it better for you and for other users."
276
- msgstr ""
277
-
278
- #: wpf-admin/deactivation-dialog.php:24
279
- msgid "I'll reactivate it later"
280
- msgstr ""
281
-
282
- #: wpf-admin/deactivation-dialog.php:28
283
- msgid "The plugin is not working"
284
- msgstr ""
285
-
286
- #: wpf-admin/deactivation-dialog.php:29
287
- msgid "What kind of problems do you have?"
288
- msgstr "Che tipo di problemi hai?"
289
-
290
- #: wpf-admin/deactivation-dialog.php:33
291
- msgid "It's not what I was looking for"
292
- msgstr ""
293
-
294
- #: wpf-admin/deactivation-dialog.php:37
295
- msgid "I couldn't understand how to make it work"
296
- msgstr ""
297
-
298
- #: wpf-admin/deactivation-dialog.php:38 wpf-admin/deactivation-dialog.php:43
299
- msgid "What type of features you want to be in the plugin?"
300
- msgstr ""
301
-
302
- #: wpf-admin/deactivation-dialog.php:42
303
- msgid "The plugin is great, but I need specific features"
304
- msgstr ""
305
-
306
- #: wpf-admin/deactivation-dialog.php:47
307
- msgid "I didn't like plugin design"
308
- msgstr ""
309
-
310
- #: wpf-admin/deactivation-dialog.php:48
311
- msgid "What part of design you don't like or want to change?"
312
- msgstr ""
313
-
314
- #: wpf-admin/deactivation-dialog.php:52
315
- msgid "The plugin works very slow"
316
- msgstr ""
317
-
318
- #: wpf-admin/deactivation-dialog.php:53
319
- msgid ""
320
- "Could you please describe which features of the plugin slows down your "
321
- "website?"
322
- msgstr ""
323
-
324
- #: wpf-admin/deactivation-dialog.php:57
325
- msgid "I found a better plugin"
326
- msgstr ""
327
-
328
- #: wpf-admin/deactivation-dialog.php:58
329
- msgid "Please provide a plugin name or URL"
330
- msgstr ""
331
-
332
- #: wpf-admin/deactivation-dialog.php:62
333
- msgid "Other"
334
- msgstr "Altro"
335
-
336
- #: wpf-admin/deactivation-dialog.php:63 wpf-includes/wpf-hooks.php:1192
337
- msgid "Please provide more information"
338
- msgstr "Per favore fornisci più informazioni"
339
-
340
- #: wpf-admin/deactivation-dialog.php:67
341
- msgid "Dismiss and never show again"
342
- msgstr "Chiudi e non mostrare più"
343
-
344
- #: wpf-admin/deactivation-dialog.php:68
345
- msgid "Submit &amp; Deactivate"
346
- msgstr "Sottoscrivi &amp; disattiva"
347
-
348
- #: wpf-admin/deactivation-dialog.php:71
349
- msgid "Thank you for your feedback!"
350
- msgstr ""
351
-
352
- #: wpf-admin/forum.php:13 wpf-includes/functions.php:803
353
- #: wpf-includes/wpf-phrases.php:301
354
- msgid "Show on screen"
355
- msgstr ""
356
-
357
- #: wpf-admin/forum.php:15 wpf-admin/forum.php:130
358
- #: wpf-includes/wpf-phrases.php:113
359
- msgid "Forum Options"
360
- msgstr ""
361
-
362
- #: wpf-admin/forum.php:16 wpf-includes/wpf-phrases.php:223
363
- msgid "Permissions"
364
- msgstr ""
365
-
366
- #: wpf-admin/forum.php:17 wpf-includes/wpf-phrases.php:306
367
- msgid "Slug"
368
- msgstr ""
369
-
370
- #: wpf-admin/forum.php:18 wpf-includes/wpf-phrases.php:112
371
- msgid "Forum Meta"
372
- msgstr ""
373
-
374
- #: wpf-admin/forum.php:21 wpf-includes/wpf-phrases.php:273
375
- msgid "Screen Layout"
376
- msgstr ""
377
-
378
- #: wpf-admin/forum.php:22 wpf-includes/wpf-phrases.php:209
379
- msgid "Number of Columns"
380
- msgstr ""
381
-
382
- #: wpf-admin/forum.php:32 wpf-includes/functions.php:817
383
- #: wpf-includes/wpf-phrases.php:274
384
- msgid "Screen Options"
385
- msgstr ""
386
-
387
- #: wpf-admin/forum.php:43 wpf-includes/wpf-phrases.php:51
388
- msgid "Categories and Forums"
389
- msgstr "Categorie e forum"
390
-
391
- #: wpf-admin/forum.php:44 wpf-admin/options-tabs/general.php:96
392
- #: wpf-admin/themes.php:10 wpf-admin/usergroup.php:8
393
- #: wpf-includes/wpf-phrases.php:20
394
- msgid "Add New"
395
- msgstr "Aggiungi nuovo"
396
-
397
- #: wpf-admin/forum.php:54 wpf-admin/forum.php:130 wpf-admin/forum.php:178
398
- #: wpf-admin/forum.php:194 wpf-admin/forum.php:203
399
- #: wpf-admin/options-tabs/accesses.php:19 wpf-admin/options-tabs/emails.php:12
400
- #: wpf-admin/options-tabs/emails.php:16 wpf-admin/options-tabs/emails.php:21
401
- #: wpf-admin/options-tabs/emails.php:28 wpf-admin/options-tabs/emails.php:40
402
- #: wpf-admin/options-tabs/emails.php:52 wpf-admin/options-tabs/features.php:68
403
- #: wpf-admin/options-tabs/general.php:14 wpf-admin/options-tabs/general.php:18
404
- #: wpf-admin/options-tabs/general.php:23 wpf-admin/options-tabs/general.php:33
405
- #: wpf-admin/options-tabs/general.php:78 wpf-admin/options-tabs/general.php:89
406
- #: wpf-admin/options-tabs/members.php:13 wpf-admin/options-tabs/members.php:27
407
- #: wpf-admin/options-tabs/members.php:46 wpf-admin/options-tabs/members.php:87
408
- #: wpf-admin/options-tabs/posts.php:70 wpf-admin/options-tabs/posts.php:75
409
- #: wpf-admin/options-tabs/posts.php:82 wpf-admin/options-tabs/posts.php:88
410
- #: wpf-admin/options-tabs/posts.php:93 wpf-admin/options-tabs/posts.php:100
411
- #: wpf-admin/options-tabs/posts.php:108 wpf-admin/options-tabs/posts.php:124
412
- #: wpf-admin/options-tabs/styles.php:43 wpf-admin/usergroup.php:28
413
- #: wpf-admin/usergroup.php:30 wpf-admin/usergroup.php:243
414
- #: wpf-themes/classic/functions.php:39 wpf-themes/classic/functions.php:48
415
- #: wpf-themes/classic/functions.php:55 wpf-themes/classic/functions.php:69
416
- #: wpf-themes/classic/functions.php:78 wpf-themes/classic/functions.php:85
417
- #: wpf-themes/classic/functions.php:107 wpf-themes/classic/functions.php:117
418
- msgid "Read the documentation"
419
- msgstr ""
420
-
421
- #: wpf-admin/forum.php:56
422
- msgid "Important Tips"
423
- msgstr ""
424
-
425
- #: wpf-admin/forum.php:57 wpf-includes/wpf-phrases.php:225
426
- msgid "Please drag and drop forum panels to set parent-child hierarchy."
427
- msgstr ""
428
-
429
- #: wpf-admin/forum.php:58
430
- msgid ""
431
- "If a category (blue panels) does not have forums (grey panels) it will not "
432
- "be displayed on front-end. Each category should contain at least one forum."
433
- msgstr ""
434
-
435
- #: wpf-admin/forum.php:59
436
- msgid ""
437
- "Forums can be displayed with different layouts (Extended, Simplified, Q&A), "
438
- "just edit the top (blue panels) category and set the layout you want. Child "
439
- "forums' layout depends on the top category (blue panels) layout. They cannot "
440
- "have a different layout."
441
- msgstr ""
442
-
443
- #: wpf-admin/forum.php:75 wpf-includes/wpf-phrases.php:272
444
- msgid "Save forums order and hierarchy"
445
- msgstr ""
446
-
447
- #: wpf-admin/forum.php:112 wpf-includes/wpf-phrases.php:87
448
- msgid "Enter forum title here"
449
- msgstr ""
450
-
451
- #: wpf-admin/forum.php:117 wpf-includes/wpf-phrases.php:86
452
- msgid "Enter description here . . ."
453
- msgstr ""
454
-
455
- #: wpf-admin/forum.php:118 wpf-includes/wpf-phrases.php:329
456
- msgid ""
457
- "This is a forum description. This content will be displayed under forum "
458
- "title on the forum list."
459
- msgstr ""
460
-
461
- #: wpf-admin/forum.php:133 wpf-includes/wpf-phrases.php:221
462
- msgid "Parent Forum"
463
- msgstr "Forum genitore"
464
-
465
- #: wpf-admin/forum.php:136 wpf-includes/wpf-phrases.php:204
466
- msgid "No parent"
467
- msgstr ""
468
-
469
- #: wpf-admin/forum.php:141 wpf-includes/wpf-phrases.php:346
470
- msgid "Use as Category"
471
- msgstr ""
472
-
473
- #: wpf-admin/forum.php:143 wpf-includes/wpf-phrases.php:52
474
- msgid "Category Layout"
475
- msgstr ""
476
-
477
- #: wpf-admin/forum.php:151 wpf-includes/wpf-phrases.php:202
478
- msgid "No layout found."
479
- msgstr ""
480
-
481
- #: wpf-admin/forum.php:160 wpf-admin/forum.php:168
482
- #: wpf-includes/wpf-phrases.php:234
483
- msgid "Publish"
484
- msgstr "Pubblica"
485
-
486
- #: wpf-admin/forum.php:164 wpf-includes/wpf-phrases.php:37
487
- msgid "Are you sure you want to delete this forum?"
488
- msgstr ""
489
-
490
- #: wpf-admin/forum.php:164 wpf-admin/themes.php:73
491
- #: wpf-admin/tools-tabs/antispam.php:302 wpf-admin/usergroup.php:70
492
- #: wpf-admin/usergroup.php:375 wpf-includes/wpf-hooks.php:1140
493
- #: wpf-includes/wpf-phrases.php:66
494
- msgid "Delete"
495
- msgstr "Cancella"
496
-
497
- #: wpf-admin/forum.php:165 wpf-admin/usergroup.php:72
498
- #: wpf-includes/class-forums.php:682 wpf-includes/wpf-phrases.php:355
499
- msgid "View"
500
- msgstr "Vedi"
501
-
502
- #: wpf-admin/forum.php:166 wpf-admin/options-tabs/accesses.php:76
503
- #: wpf-includes/wpf-phrases.php:343
504
- msgid "Update"
505
- msgstr "Aggiorna"
506
-
507
- #: wpf-admin/forum.php:178
508
- msgid "Forum Permissions"
509
- msgstr ""
510
-
511
- #: wpf-admin/forum.php:194 wpf-includes/wpf-phrases.php:118
512
- msgid "Forum Slug"
513
- msgstr ""
514
-
515
- #: wpf-admin/forum.php:197 wpf-includes/wpf-phrases.php:322
516
- msgid ""
517
- "The \"slug\" is the URL-friendly version of the name. It is usually all "
518
- "lowercase and contains only letters, numbers, and hyphens."
519
- msgstr ""
520
-
521
- #: wpf-admin/forum.php:203
522
- msgid "Forum Icon"
523
- msgstr ""
524
-
525
- #: wpf-admin/forum.php:206
526
- msgid "Font-awesome Icon"
527
- msgstr ""
528
-
529
- #: wpf-admin/forum.php:208
530
- msgid "You can find all icons"
531
- msgstr ""
532
-
533
- #: wpf-admin/forum.php:208
534
- msgid "here"
535
- msgstr "qui"
536
-
537
- #: wpf-admin/forum.php:208
538
- msgid ""
539
- "Make sure you insert a class of font-awesome icon, it should start with fa- "
540
- "prefix like &quot;fas fa-comments&quot;."
541
- msgstr ""
542
-
543
- #: wpf-admin/forum.php:215 wpf-includes/wpf-phrases.php:116
544
- msgid "Forum SEO"
545
- msgstr ""
546
-
547
- #: wpf-admin/forum.php:218 wpf-includes/wpf-phrases.php:184
548
- msgid "Meta Description"
549
- msgstr ""
550
-
551
- #: wpf-admin/forum.php:247 wpf-includes/wpf-phrases.php:328
552
- msgid "This action will also delete all sub-forums, topics and replies."
553
- msgstr ""
554
-
555
- #: wpf-admin/forum.php:255 wpf-includes/wpf-phrases.php:137
556
- msgid ""
557
- "If you want to delete this forum and keep its sub-forums, topics and "
558
- "replies, please select a new target forum in dropdown below"
559
- msgstr ""
560
-
561
- #: wpf-admin/forum.php:264 wpf-includes/wpf-phrases.php:26
562
- msgid ""
563
- "All sub-forums, topics and replies will be attached to selected forum. "
564
- "Layout will be inherited from this forum."
565
- msgstr ""
566
-
567
- #: wpf-admin/moderation.php:10
568
- msgid "Topic and Post Moderation"
569
- msgstr "Moderazione discussione e post"
570
-
571
- #: wpf-admin/options-tabs/accesses.php:14 wpf-includes/wpf-phrases.php:21
572
- msgid "Add New Forum Access"
573
- msgstr ""
574
-
575
- #: wpf-admin/options-tabs/accesses.php:19 wpf-includes/wpf-phrases.php:15
576
- msgid "Access names"
577
- msgstr ""
578
-
579
- #: wpf-admin/options-tabs/accesses.php:20
580
- msgid ""
581
- "Forum Accesses are designed to do a Forum specific user permission control. "
582
- "These are set of permissions which are attached to certain Usergeoup in each "
583
- "forum. Thus users can have different permissions in different forums based "
584
- "on their Usergroup."
585
- msgstr ""
586
-
587
- #: wpf-admin/options-tabs/accesses.php:34
588
- #: wpf-admin/options-tabs/accesses.php:35
589
- #: wpf-admin/options-tabs/accesses.php:36
590
- msgid "This access is usually used for "
591
- msgstr ""
592
-
593
- #: wpf-admin/options-tabs/accesses.php:34
594
- msgid "Guests"
595
- msgstr "Ospiti"
596
-
597
- #: wpf-admin/options-tabs/accesses.php:34
598
- #: wpf-admin/options-tabs/accesses.php:35
599
- #: wpf-admin/options-tabs/accesses.php:36
600
- msgid "usergroup"
601
- msgstr "gruppo utente"
602
-
603
- #: wpf-admin/options-tabs/accesses.php:35 wpf-includes/wpf-phrases.php:626
604
- msgid "Registered"
605
- msgstr "Registrato"
606
-
607
- #: wpf-admin/options-tabs/accesses.php:36 wpf-includes/wpf-phrases.php:624
608
- msgid "Admin"
609
- msgstr ""
610
-
611
- #: wpf-admin/options-tabs/accesses.php:40 wpf-includes/class-forums.php:678
612
- #: wpf-includes/functions.php:613 wpf-includes/wpf-phrases.php:381
613
- msgid "edit"
614
- msgstr "Modifica"
615
-
616
- #: wpf-admin/options-tabs/accesses.php:42 wpf-includes/wpf-phrases.php:39
617
- msgid ""
618
- "Are you sure you want to remove this access set? Usergroups which attached "
619
- "to this access will lost all forum permissions."
620
- msgstr ""
621
-
622
- #: wpf-admin/options-tabs/accesses.php:42 wpf-includes/class-forums.php:680
623
- #: wpf-includes/functions.php:631 wpf-includes/functions.php:641
624
- #: wpf-includes/wpf-phrases.php:380
625
- msgid "delete"
626
- msgstr "cancella"
627
-
628
- #: wpf-admin/options-tabs/accesses.php:57 wpf-includes/wpf-phrases.php:14
629
- msgid "Access name"
630
- msgstr ""
631
-
632
- #: wpf-admin/options-tabs/accesses.php:76 wpf-includes/wpf-phrases.php:270
633
- msgid "Save"
634
- msgstr "Salva"
635
-
636
- #: wpf-admin/options-tabs/api.php:22
637
- msgid "Facebook API Configuration"
638
- msgstr ""
639
-
640
- #: wpf-admin/options-tabs/api.php:23
641
- msgid ""
642
- "In order to get an App ID and Secret Key from Facebook, you’ll need to "
643
- "register a new application. Don’t worry – its very easy, and your "
644
- "application doesn't need to do anything. We only need the keys."
645
- msgstr ""
646
-
647
- #: wpf-admin/options-tabs/api.php:23
648
- msgid "Please follow to this instruction"
649
- msgstr "Per favore segui le istruzioni"
650
-
651
- #: wpf-admin/options-tabs/api.php:26
652
- msgid "App ID"
653
- msgstr ""
654
-
655
- #: wpf-admin/options-tabs/api.php:27
656
- msgid "App Secret"
657
- msgstr ""
658
-
659
- #: wpf-admin/options-tabs/api.php:32
660
- msgid "Facebook Login"
661
- msgstr ""
662
-
663
- #: wpf-admin/options-tabs/api.php:33
664
- msgid "Adds Facebook Login button on Registration and Login pages."
665
- msgstr ""
666
-
667
- #: wpf-admin/options-tabs/api.php:37 wpf-admin/options-tabs/api.php:49
668
- #: wpf-admin/options-tabs/api.php:60 wpf-admin/options-tabs/api.php:71
669
- #: wpf-admin/options-tabs/api.php:140 wpf-admin/options-tabs/api.php:147
670
- #: wpf-admin/options-tabs/members.php:94 wpf-admin/options-tabs/posts.php:26
671
- #: wpf-admin/options-tabs/posts.php:42 wpf-admin/options-tabs/posts.php:54
672
- #: wpf-admin/tools-tabs/legal.php:48 wpf-admin/tools-tabs/legal.php:60
673
- #: wpf-admin/tools-tabs/legal.php:82 wpf-admin/tools-tabs/legal.php:117
674
- #: wpf-admin/tools-tabs/legal.php:129 wpf-admin/tools-tabs/legal.php:148
675
- msgid "Enable"
676
- msgstr "Abilita"
677
-
678
- #: wpf-admin/options-tabs/api.php:38 wpf-admin/options-tabs/api.php:50
679
- #: wpf-admin/options-tabs/api.php:61 wpf-admin/options-tabs/api.php:72
680
- #: wpf-admin/options-tabs/api.php:141 wpf-admin/options-tabs/api.php:148
681
- #: wpf-admin/options-tabs/members.php:95 wpf-admin/options-tabs/posts.php:27
682
- #: wpf-admin/options-tabs/posts.php:43 wpf-admin/options-tabs/posts.php:55
683
- #: wpf-admin/tools-tabs/legal.php:49 wpf-admin/tools-tabs/legal.php:61
684
- #: wpf-admin/tools-tabs/legal.php:83 wpf-admin/tools-tabs/legal.php:118
685
- #: wpf-admin/tools-tabs/legal.php:130 wpf-admin/tools-tabs/legal.php:149
686
- msgid "Disable"
687
- msgstr ""
688
-
689
- #: wpf-admin/options-tabs/api.php:44
690
- msgid "Facebook SDK for JavaScript"
691
- msgstr ""
692
-
693
- #: wpf-admin/options-tabs/api.php:45
694
- msgid "Facebook API connection script (sharing, login, cross-posting...)"
695
- msgstr ""
696
-
697
- #: wpf-admin/options-tabs/api.php:56
698
- msgid "Facebook Login button on User Login page"
699
- msgstr ""
700
-
701
- #: wpf-admin/options-tabs/api.php:67
702
- msgid "Facebook Login button on User Registration page"
703
- msgstr ""
704
-
705
- #: wpf-admin/options-tabs/api.php:78
706
- msgid "Redirect to this page after success login"
707
- msgstr ""
708
-
709
- #: wpf-admin/options-tabs/api.php:82 wpf-includes/wpf-phrases.php:633
710
- msgid "Profile"
711
- msgstr "Profilo"
712
-
713
- #: wpf-admin/options-tabs/api.php:84
714
- msgid "Custom"
715
- msgstr ""
716
-
717
- #: wpf-admin/options-tabs/api.php:86
718
- msgid "Custom URL, e.g.: http://example.com/my-page/"
719
- msgstr ""
720
-
721
- #: wpf-admin/options-tabs/api.php:86
722
- msgid "Custom URL"
723
- msgstr ""
724
-
725
- #: wpf-admin/options-tabs/api.php:93
726
- msgid "Share Buttons"
727
- msgstr ""
728
-
729
- #: wpf-admin/options-tabs/api.php:102
730
- msgid "Active Share Buttons"
731
- msgstr ""
732
-
733
- #: wpf-admin/options-tabs/api.php:103
734
- msgid ""
735
- "Check the checkbox below share options to activate. <b>Please note, that the "
736
- "Facebook share button cannot be activated without Facebook API ID.</b> "
737
- "Please follow to the \"Facebook API Configuration\" option instruction above "
738
- "and fill the API ID field in order to activate Facebook Share button."
739
- msgstr ""
740
-
741
- #: wpf-admin/options-tabs/api.php:133
742
- msgid "Enable Share Buttons"
743
- msgstr ""
744
-
745
- #: wpf-admin/options-tabs/api.php:138 wpf-admin/options-tabs/api.php:156
746
- #: wpf-admin/options-tabs/api.php:212
747
- msgid "General Share Buttons"
748
- msgstr ""
749
-
750
- #: wpf-admin/options-tabs/api.php:145 wpf-admin/options-tabs/api.php:173
751
- #: wpf-admin/options-tabs/api.php:224
752
- msgid "Post Sharing Toggle"
753
- msgstr ""
754
-
755
- #: wpf-admin/options-tabs/api.php:157
756
- msgid ""
757
- "General share buttons are forum and topic sharing buttons. They are located "
758
- "on the top and the bottom of each page. You can manage location of these "
759
- "buttons using \"Share Buttons Location\" options bellow."
760
- msgstr ""
761
-
762
- #: wpf-admin/options-tabs/api.php:161
763
- msgid "Grey"
764
- msgstr ""
765
-
766
- #: wpf-admin/options-tabs/api.php:162
767
- msgid "Colored"
768
- msgstr ""
769
-
770
- #: wpf-admin/options-tabs/api.php:165
771
- msgid "Icon"
772
- msgstr ""
773
-
774
- #: wpf-admin/options-tabs/api.php:166
775
- msgid "Button"
776
- msgstr ""
777
-
778
- #: wpf-admin/options-tabs/api.php:167
779
- msgid "Button &amp; Count"
780
- msgstr ""
781
-
782
- #: wpf-admin/options-tabs/api.php:174
783
- msgid ""
784
- "Post sharing toggle allows you to share posts individually. You can see post "
785
- "sharing toggles on the left, right side or in top bar of each post. The "
786
- "toggle blue color is the current primary color (#12) of your forum style. "
787
- "For example, if you use the red forum style, the color of all share toggles "
788
- "will be red. This doesn't affect share button colors. They are always grey "
789
- "with original colors on mouse hover."
790
- msgstr ""
791
-
792
- #: wpf-admin/options-tabs/api.php:195 wpf-includes/wpf-phrases.php:55
793
- #: wpf-themes/classic/functions.php:43 wpf-themes/classic/functions.php:73
794
- #: wpf-themes/classic/functions.php:111
795
- msgid "Collapsed"
796
- msgstr ""
797
-
798
- #: wpf-admin/options-tabs/api.php:196 wpf-includes/wpf-phrases.php:89
799
- #: wpf-themes/classic/functions.php:42 wpf-themes/classic/functions.php:72
800
- #: wpf-themes/classic/functions.php:110
801
- msgid "Expanded"
802
- msgstr ""
803
-
804
- #: wpf-admin/options-tabs/api.php:199
805
- msgid "Mixed"
806
- msgstr ""
807
-
808
- #: wpf-admin/options-tabs/api.php:200
809
- msgid "Figure"
810
- msgstr ""
811
-
812
- #: wpf-admin/options-tabs/api.php:201
813
- msgid "Square"
814
- msgstr ""
815
-
816
- #: wpf-admin/options-tabs/api.php:207
817
- msgid "Share Button Locations"
818
- msgstr ""
819
-
820
- #: wpf-admin/options-tabs/api.php:208
821
- msgid ""
822
- "The post sharing toggle can be displayed either on the left side or on the "
823
- "top of each post. The general share buttons can be displayed on both (top "
824
- "and bottom) locations."
825
- msgstr ""
826
-
827
- #: wpf-admin/options-tabs/api.php:245 wpf-admin/options-tabs/emails.php:164
828
- #: wpf-admin/options-tabs/features.php:89 wpf-admin/options-tabs/forums.php:16
829
- #: wpf-admin/options-tabs/general.php:103
830
- #: wpf-admin/options-tabs/members.php:181 wpf-admin/options-tabs/posts.php:135
831
- #: wpf-admin/options-tabs/styles.php:93 wpf-admin/tools-tabs/antispam.php:343
832
- #: wpf-admin/tools-tabs/cleanup.php:49 wpf-admin/tools-tabs/legal.php:179
833
- #: wpf-admin/tools-tabs/misc.php:134 wpf-includes/wpf-phrases.php:344
834
- msgid "Update Options"
835
- msgstr "Opzioni aggiornamento"
836
-
837
- #: wpf-admin/options-tabs/emails.php:12
838
- msgid "FROM Name"
839
- msgstr "Da Nome"
840
-
841
- #: wpf-admin/options-tabs/emails.php:16
842
- msgid "FROM Email Address"
843
- msgstr "Dall'indirizzo Email "
844
-
845
- #: wpf-admin/options-tabs/emails.php:21
846
- msgid "Forum Admins email addresses"
847
- msgstr ""
848
-
849
- #: wpf-admin/options-tabs/emails.php:22 wpf-includes/wpf-phrases.php:57
850
- msgid ""
851
- "Comma separated email addresses of forum administrators to get forum "
852
- "notifications. For example post report messages."
853
- msgstr ""
854
-
855
- #: wpf-admin/options-tabs/emails.php:28
856
- msgid "Notify Admins via email on new Topic"
857
- msgstr "Notifica l'admin via email sulla nuova discussione"
858
-
859
- #: wpf-admin/options-tabs/emails.php:29
860
- msgid ""
861
- "Send Notification emails to all email addresses (comma separated ) of forum "
862
- "administrators when a new Topic is created."
863
- msgstr ""
864
-
865
- #: wpf-admin/options-tabs/emails.php:33 wpf-admin/options-tabs/emails.php:45
866
- #: wpf-admin/options-tabs/emails.php:148 wpf-admin/options-tabs/features.php:77
867
- #: wpf-admin/tools-tabs/antispam.php:31 wpf-admin/tools-tabs/antispam.php:40
868
- #: wpf-admin/tools-tabs/antispam.php:49 wpf-admin/tools-tabs/antispam.php:150
869
- #: wpf-admin/tools-tabs/antispam.php:159 wpf-admin/tools-tabs/antispam.php:169
870
- #: wpf-admin/tools-tabs/antispam.php:178 wpf-admin/tools-tabs/antispam.php:187
871
- #: wpf-admin/tools-tabs/antispam.php:196 wpf-admin/tools-tabs/antispam.php:205
872
- #: wpf-admin/tools-tabs/antispam.php:214 wpf-admin/tools-tabs/antispam.php:262
873
- #: wpf-admin/tools-tabs/cleanup.php:39 wpf-includes/functions-template.php:673
874
- #: wpf-includes/wpf-phrases.php:366
875
- msgid "Yes"
876
- msgstr ""
877
-
878
- #: wpf-admin/options-tabs/emails.php:34 wpf-admin/options-tabs/emails.php:46
879
- #: wpf-admin/options-tabs/emails.php:149 wpf-admin/options-tabs/features.php:79
880
- #: wpf-admin/tools-tabs/antispam.php:32 wpf-admin/tools-tabs/antispam.php:41
881
- #: wpf-admin/tools-tabs/antispam.php:50 wpf-admin/tools-tabs/antispam.php:151
882
- #: wpf-admin/tools-tabs/antispam.php:160 wpf-admin/tools-tabs/antispam.php:170
883
- #: wpf-admin/tools-tabs/antispam.php:179 wpf-admin/tools-tabs/antispam.php:188
884
- #: wpf-admin/tools-tabs/antispam.php:197 wpf-admin/tools-tabs/antispam.php:206
885
- #: wpf-admin/tools-tabs/antispam.php:215 wpf-admin/tools-tabs/antispam.php:263
886
- #: wpf-admin/tools-tabs/cleanup.php:40 wpf-includes/functions-template.php:674
887
- #: wpf-includes/wpf-phrases.php:196
888
- msgid "No"
889
- msgstr ""
890
-
891
- #: wpf-admin/options-tabs/emails.php:40
892
- msgid "Notify Admins via email on new Post"
893
- msgstr "Notifica l'admin via email sul nuovo post"
894
-
895
- #: wpf-admin/options-tabs/emails.php:41
896
- msgid ""
897
- "Send Notification emails to all email addresses (comma separated ) of forum "
898
- "administrators when a new Reply is created."
899
- msgstr ""
900
-
901
- #: wpf-admin/options-tabs/emails.php:52 wpf-includes/wpf-phrases.php:317
902
- msgid "Subscription Emails"
903
- msgstr "Email sottoscrizioni"
904
-
905
- #: wpf-admin/options-tabs/emails.php:56 wpf-includes/wpf-phrases.php:314
906
- msgid "Subscribe confirmation email subject"
907
- msgstr ""
908
-
909
- #: wpf-admin/options-tabs/emails.php:60 wpf-includes/wpf-phrases.php:313
910
- msgid "Subscribe confirmation email message"
911
- msgstr ""
912
-
913
- #: wpf-admin/options-tabs/emails.php:64 wpf-includes/wpf-phrases.php:195
914
- msgid "New topic notification email subject"
915
- msgstr ""
916
-
917
- #: wpf-admin/options-tabs/emails.php:68 wpf-includes/wpf-phrases.php:194
918
- msgid "New topic notification email message"
919
- msgstr ""
920
-
921
- #: wpf-admin/options-tabs/emails.php:72 wpf-includes/wpf-phrases.php:193
922
- msgid "New reply notification email subject"
923
- msgstr ""
924
-
925
- #: wpf-admin/options-tabs/emails.php:76 wpf-includes/wpf-phrases.php:192
926
- msgid "New reply notification email message"
927
- msgstr ""
928
-
929
- #: wpf-admin/options-tabs/emails.php:81 wpf-includes/wpf-phrases.php:227
930
- msgid "Post Reporting Emails"
931
- msgstr ""
932
-
933
- #: wpf-admin/options-tabs/emails.php:82 wpf-includes/wpf-phrases.php:331
934
- msgid "This message comes from post reporting pop-up form."
935
- msgstr ""
936
-
937
- #: wpf-admin/options-tabs/emails.php:87 wpf-includes/wpf-phrases.php:266
938
- msgid "Report message subject"
939
- msgstr ""
940
-
941
- #: wpf-admin/options-tabs/emails.php:92 wpf-includes/wpf-phrases.php:265
942
- msgid "Report message body"
943
- msgstr ""
944
-
945
- #: wpf-admin/options-tabs/emails.php:97
946
- msgid "New User Registration Email for admins"
947
- msgstr ""
948
-
949
- #: wpf-admin/options-tabs/emails.php:98 wpf-admin/options-tabs/emails.php:114
950
- msgid "This message comes when new user registers to site"
951
- msgstr ""
952
-
953
- #: wpf-admin/options-tabs/emails.php:103 wpf-admin/options-tabs/emails.php:119
954
- msgid "Message Subject"
955
- msgstr "Oggetto messaggio"
956
-
957
- #: wpf-admin/options-tabs/emails.php:108 wpf-admin/options-tabs/emails.php:124
958
- msgid "Message Body"
959
- msgstr "Corpo del messaggio"
960
-
961
- #: wpf-admin/options-tabs/emails.php:113
962
- msgid "New User Registration Email for user"
963
- msgstr ""
964
-
965
- #: wpf-admin/options-tabs/emails.php:129
966
- msgid "Reset Password Emails"
967
- msgstr "Email per resettare la password"
968
-
969
- #: wpf-admin/options-tabs/emails.php:130
970
- msgid "This message comes from Reset Password form."
971
- msgstr ""
972
-
973
- #: wpf-admin/options-tabs/emails.php:134
974
- msgid "Reset Password message body"
975
- msgstr ""
976
-
977
- #: wpf-admin/options-tabs/emails.php:139
978
- msgid "User Mentioning Email"
979
- msgstr ""
980
-
981
- #: wpf-admin/options-tabs/emails.php:144
982
- msgid "Enable Email Notification"
983
- msgstr ""
984
-
985
- #: wpf-admin/options-tabs/emails.php:154
986
- msgid "User Mention message subject"
987
- msgstr ""
988
-
989
- #: wpf-admin/options-tabs/emails.php:158
990
- msgid "User Mention message body"
991
- msgstr ""
992
-
993
- #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:294
994
- msgid "Show Admin Bar for Members"
995
- msgstr ""
996
-
997
- #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:332
998
- msgid "This option doesn't affect website admins."
999
- msgstr ""
1000
-
1001
- #: wpf-admin/options-tabs/features.php:10 wpf-includes/wpf-phrases.php:296
1002
- msgid "Show Forum Page Title"
1003
- msgstr ""
1004
-
1005
- #: wpf-admin/options-tabs/features.php:11 wpf-includes/wpf-phrases.php:299
1006
- msgid "Show Top/Menu Bar"
1007
- msgstr ""
1008
-
1009
- #: wpf-admin/options-tabs/features.php:12 wpf-includes/wpf-phrases.php:298
1010
- msgid "Show Top Search"
1011
- msgstr ""
1012
-
1013
- #: wpf-admin/options-tabs/features.php:13 wpf-includes/wpf-phrases.php:295
1014
- msgid "Show Breadcrumb"
1015
- msgstr ""
1016
-
1017
- #: wpf-admin/options-tabs/features.php:14 wpf-includes/wpf-phrases.php:297
1018
- msgid "Show Forum Statistic"
1019
- msgstr ""
1020
-
1021
- #: wpf-admin/options-tabs/features.php:15
1022
- msgid "Show Member Mention Nicknames"
1023
- msgstr ""
1024
-
1025
- #: wpf-admin/options-tabs/features.php:16
1026
- msgid "Enable WordPress Shortcodes in Post Content"
1027
- msgstr ""
1028
-
1029
- #: wpf-admin/options-tabs/features.php:17 wpf-includes/wpf-phrases.php:697
1030
- msgid "Log Viewed Forums and Topics"
1031
- msgstr ""
1032
-
1033
- #: wpf-admin/options-tabs/features.php:18 wpf-includes/wpf-phrases.php:257
1034
- msgid "Replace Author Link to Forum Profile"
1035
- msgstr ""
1036
-
1037
- #: wpf-admin/options-tabs/features.php:19 wpf-includes/wpf-phrases.php:258
1038
- msgid "Replace Comment Author Link to Forum Profile"
1039
- msgstr ""
1040
-
1041
- #: wpf-admin/options-tabs/features.php:20 wpf-includes/wpf-phrases.php:636
1042
- msgid "Enable User Registration"
1043
- msgstr ""
1044
-
1045
- #: wpf-admin/options-tabs/features.php:20 wpf-includes/wpf-phrases.php:637
1046
- msgid ""
1047
- "This option is not synced with WordPress \"Anyone can register\" option in "
1048
- "Dashboard > Settings > General admin page. If this option is enabled new "
1049
- "users will always be able to register."
1050
- msgstr ""
1051
-
1052
- #: wpf-admin/options-tabs/features.php:21
1053
- msgid "Enable User Registration email confirmation"
1054
- msgstr ""
1055
-
1056
- #: wpf-admin/options-tabs/features.php:21
1057
- msgid ""
1058
- "If you have enabled this option, after registering, user can not login "
1059
- "without confirming the email."
1060
- msgstr ""
1061
-
1062
- #: wpf-admin/options-tabs/features.php:22 wpf-includes/wpf-phrases.php:260
1063
- msgid "Replace Registration Page URL to Forum Registration Page URL"
1064
- msgstr ""
1065
-
1066
- #: wpf-admin/options-tabs/features.php:23 wpf-includes/wpf-phrases.php:259
1067
- msgid "Replace Login Page URL to Forum Login Page URL"
1068
- msgstr ""
1069
-
1070
- #: wpf-admin/options-tabs/features.php:24 wpf-includes/wpf-phrases.php:698
1071
- msgid "Replace Reset Password Page URL to Forum Reset Password Page URL"
1072
- msgstr ""
1073
-
1074
- #: wpf-admin/options-tabs/features.php:25 wpf-includes/wpf-phrases.php:256
1075
- msgid "Replace Author Avatar with Forum Profile Avatar"
1076
- msgstr ""
1077
-
1078
- #: wpf-admin/options-tabs/features.php:26 wpf-includes/wpf-phrases.php:77
1079
- msgid "Enable Avatars"
1080
- msgstr ""
1081
-
1082
- #: wpf-admin/options-tabs/features.php:27 wpf-includes/wpf-phrases.php:78
1083
- msgid "Enable Custom Avatars"
1084
- msgstr ""
1085
-
1086
- #: wpf-admin/options-tabs/features.php:28 wpf-includes/wpf-phrases.php:31
1087
- msgid "Allow Member Signature"
1088
- msgstr ""
1089
-
1090
- #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:80
1091
- msgid "Enable Member Rating"
1092
- msgstr ""
1093
-
1094
- #: wpf-admin/options-tabs/features.php:30 wpf-includes/wpf-phrases.php:81
1095
- msgid "Enable Member Rating Titles"
1096
- msgstr ""
1097
-
1098
- #: wpf-admin/options-tabs/features.php:31 wpf-includes/wpf-phrases.php:79
1099
- msgid "Enable Member Cache"
1100
- msgstr ""
1101
-
1102
- #: wpf-admin/options-tabs/features.php:32
1103
- msgid "Enable Object Cache"
1104
- msgstr ""
1105
-
1106
- #: wpf-admin/options-tabs/features.php:33
1107
- msgid "Enable HTML Cache"
1108
- msgstr ""
1109
-
1110
- #: wpf-admin/options-tabs/features.php:34
1111
- msgid "Enable Memory Cache"
1112
- msgstr ""
1113
-
1114
- #: wpf-admin/options-tabs/features.php:35 wpf-includes/wpf-phrases.php:84
1115
- msgid "Enable wpForo SEO for Meta Titles"
1116
- msgstr ""
1117
-
1118
- #: wpf-admin/options-tabs/features.php:36 wpf-includes/wpf-phrases.php:83
1119
- msgid "Enable wpForo SEO for Meta Tags"
1120
- msgstr ""
1121
-
1122
- #: wpf-admin/options-tabs/features.php:37
1123
- msgid "Enable User Profile Page indexing"
1124
- msgstr ""
1125
-
1126
- #: wpf-admin/options-tabs/features.php:38 wpf-includes/wpf-phrases.php:699
1127
- msgid "Enable RSS Feed"
1128
- msgstr ""
1129
-
1130
- #: wpf-admin/options-tabs/features.php:39
1131
- msgid "Turn Off User Syncing Note"
1132
- msgstr ""
1133
-
1134
- #: wpf-admin/options-tabs/features.php:40
1135
- msgid "BuddyPress Activity Integration"
1136
- msgstr ""
1137
-
1138
- #: wpf-admin/options-tabs/features.php:40
1139
- msgid ""
1140
- "Posts members activity (new topic, new reply, post like) to BuddyPress "
1141
- "Profile Activity page."
1142
- msgstr ""
1143
- "Attività membri (nuove discussioni, nuove risposte, like) sulla pagina "
1144
- "attività profilo buddypress"
1145
-
1146
- #: wpf-admin/options-tabs/features.php:41
1147
- msgid "BuddyPress Notification Integration"
1148
- msgstr ""
1149
-
1150
- #: wpf-admin/options-tabs/features.php:41
1151
- msgid ""
1152
- "Creates notification on new forum reply in BuddyPress Profile Notification "
1153
- "page."
1154
- msgstr ""
1155
-
1156
- #: wpf-admin/options-tabs/features.php:42
1157
- msgid "BuddyPress Profile Forum Tab Integration"
1158
- msgstr ""
1159
-
1160
- #: wpf-admin/options-tabs/features.php:42
1161
- msgid ""
1162
- "Adds \"Forums\" tab with \"Created Topics\", \"Posted Replies\", \"Liked "
1163
- "Posts\" and \"Subscriptions\" sub-tabs to BuddyPress Profile page."
1164
- msgstr ""
1165
-
1166
- #: wpf-admin/options-tabs/features.php:43
1167
- msgid "Replace Forum Profile with BuddyPress Profile"
1168
- msgstr ""
1169
-
1170
- #: wpf-admin/options-tabs/features.php:43
1171
- msgid "Replaces wpForo Member Profile page with BuddyPress Profile Page."
1172
- msgstr ""
1173
-
1174
- #: wpf-admin/options-tabs/features.php:44
1175
- msgid "Ultimate Member Notification Integration"
1176
- msgstr ""
1177
-
1178
- #: wpf-admin/options-tabs/features.php:44
1179
- msgid ""
1180
- "Creates notification on new forum reply in Ultimate Member Real-time "
1181
- "Notification system."
1182
- msgstr ""
1183
-
1184
- #: wpf-admin/options-tabs/features.php:45
1185
- msgid "Ultimate Member Profile Forum Tab Integration"
1186
- msgstr ""
1187
-
1188
- #: wpf-admin/options-tabs/features.php:45
1189
- msgid ""
1190
- "Adds \"Forums\" tab with \"Created Topics\", \"Posted Replies\", \"Liked "
1191
- "Posts\" and \"Subscriptions\" sub-tabs to Ultimate Member Profile page."
1192
- msgstr ""
1193
-
1194
- #: wpf-admin/options-tabs/features.php:46
1195
- msgid "Replace Forum Profile with Ultimate Member Profile"
1196
- msgstr ""
1197
-
1198
- #: wpf-admin/options-tabs/features.php:46
1199
- msgid "Replaces wpForo Member Profile page with Ultimate Member Profile Page."
1200
- msgstr ""
1201
-
1202
- #: wpf-admin/options-tabs/features.php:47 wpf-includes/wpf-phrases.php:82
1203
- msgid "Enable wpForo Font-Awesome Lib"
1204
- msgstr ""
1205
-
1206
- #: wpf-admin/options-tabs/features.php:48 wpf-includes/wpf-phrases.php:85
1207
- msgid "Enable Output Buffer"
1208
- msgstr ""
1209
-
1210
- #: wpf-admin/options-tabs/features.php:48 wpf-includes/wpf-phrases.php:330
1211
- msgid ""
1212
- "This feature is useful if you're adding content before or after [wpforo] "
1213
- "shortcode in page content. Also it useful if forum is loaded before website "
1214
- "header, on top of the front-end."
1215
- msgstr ""
1216
-
1217
- #: wpf-admin/options-tabs/features.php:49
1218
- msgid "Enable WordPress Date/Time Format"
1219
- msgstr ""
1220
-
1221
- #: wpf-admin/options-tabs/features.php:49 wpf-includes/wpf-phrases.php:601
1222
- msgid ""
1223
- "You can manage WordPress date and time format in WordPress Settings > "
1224
- "General admin page."
1225
- msgstr ""
1226
-
1227
- #: wpf-admin/options-tabs/features.php:50 wpf-includes/wpf-phrases.php:612
1228
- msgid "Enable Subscription Confirmation"
1229
- msgstr ""
1230
-
1231
- #: wpf-admin/options-tabs/features.php:50 wpf-includes/wpf-phrases.php:613
1232
- msgid "Forum and Topic subscription with double opt-in/confirmation system."
1233
- msgstr ""
1234
-
1235
- #: wpf-admin/options-tabs/features.php:51
1236
- msgid "Topic subscription option on post editor"
1237
- msgstr ""
1238
-
1239
- #: wpf-admin/options-tabs/features.php:51
1240
- msgid ""
1241
- "This option adds topic subscription checkbox next to new topic and post "
1242
- "submit button."
1243
- msgstr ""
1244
-
1245
- #: wpf-admin/options-tabs/features.php:52
1246
- msgid "Topic subscription option on post editor - checked/enabled"
1247
- msgstr ""
1248
-
1249
- #: wpf-admin/options-tabs/features.php:52
1250
- msgid ""
1251
- "Enable this option if you want the topic subscription checkbox to be checked "
1252
- "by default."
1253
- msgstr ""
1254
-
1255
- #: wpf-admin/options-tabs/features.php:53
1256
- msgid "Role-Usergroup Synchronization"
1257
- msgstr ""
1258
-
1259
- #: wpf-admin/options-tabs/features.php:53
1260
- msgid ""
1261
- "Keep enabled this option to synch WordPress User Roles with Forum "
1262
- "Usergroups. This connection allows to automatically change Usergroup of a "
1263
- "user when his/her User Role is changed by administrators or by membership "
1264
- "plugins. In other words this option allows to manage Usergroups based on "
1265
- "Users Roles, thus you can directly control users forum accesses based on "
1266
- "Users Roles. If this option is turned off, User Roles don't have any "
1267
- "affection to users forum accesses, they are only controlled by forum "
1268
- "Usergroups."
1269
- msgstr ""
1270
-
1271
- #: wpf-admin/options-tabs/features.php:54 wpf-includes/wpf-phrases.php:640
1272
- msgid "Insert Forum Attachments to Media Library"
1273
- msgstr ""
1274
-
1275
- #: wpf-admin/options-tabs/features.php:54 wpf-includes/wpf-phrases.php:641
1276
- msgid ""
1277
- "Enable this option to be able manage forum attachments in Dashboard > Media "
1278
- "> Library admin page."
1279
- msgstr ""
1280
-
1281
- #: wpf-admin/options-tabs/features.php:55 wpf-includes/wpf-phrases.php:605
1282
- msgid "Enable Debug Mode"
1283
- msgstr ""
1284
-
1285
- #: wpf-admin/options-tabs/features.php:55 wpf-includes/wpf-phrases.php:606
1286
- msgid ""
1287
- "If you got some issue with wpForo, please enable this option before asking "
1288
- "for support, this outputs hidden important information to help us debug your "
1289
- "issue."
1290
- msgstr ""
1291
-
1292
- #: wpf-admin/options-tabs/features.php:56 wpf-includes/wpf-phrases.php:134
1293
- msgid "Help wpForo to grow, show plugin info"
1294
- msgstr ""
1295
-
1296
- #: wpf-admin/options-tabs/features.php:56 wpf-includes/wpf-phrases.php:226
1297
- msgid ""
1298
- "Please enable this option to help wpForo get more popularity as your thank "
1299
- "to the hard work we do for you totally free. This option adds a very small "
1300
- "icon in forum footer, which will allow your site visitors recognize the name "
1301
- "of forum solution you use."
1302
- msgstr ""
1303
-
1304
- #: wpf-admin/options-tabs/features.php:74
1305
- msgid "Sitewide"
1306
- msgstr "In tutto il sito"
1307
-
1308
- #: wpf-admin/options-tabs/features.php:75 wpf-includes/class-subscribes.php:26
1309
- #: wpf-includes/wpf-phrases.php:101 wpforo.php:258
1310
- msgid "Forum"
1311
- msgstr ""
1312
-
1313
- #: wpf-admin/options-tabs/features.php:80
1314
- msgid "Thank you!"
1315
- msgstr "Grazie!"
1316
-
1317
- #: wpf-admin/options-tabs/general.php:14 wpf-includes/wpf-phrases.php:121
1318
- msgid "Forum Title"
1319
- msgstr ""
1320
-
1321
- #: wpf-admin/options-tabs/general.php:18 wpf-includes/wpf-phrases.php:108
1322
- msgid "Forum Description"
1323
- msgstr ""
1324
-
1325
- #: wpf-admin/options-tabs/general.php:23 wpf-includes/wpf-phrases.php:107
1326
- msgid "Forum Base URL"
1327
- msgstr ""
1328
-
1329
- #: wpf-admin/options-tabs/general.php:24
1330
- msgid ""
1331
- "If you want to set forum on home page, please do not use the \"Turn "
1332
- "WordPress to wpForo\" option. The correct instruction can be found in "
1333
- "documentation here"
1334
- msgstr ""
1335
-
1336
- #: wpf-admin/options-tabs/general.php:24
1337
- msgid "Set Forum on Home Page"
1338
- msgstr ""
1339
-
1340
- #: wpf-admin/options-tabs/general.php:33 wpf-includes/wpf-phrases.php:650
1341
- msgid "Turn WordPress to wpForo"
1342
- msgstr ""
1343
-
1344
- #: wpf-admin/options-tabs/general.php:34
1345
- msgid ""
1346
- "This option will disable WordPress on front-end. Only forum pages and "
1347
- "excluded post/pages will be available. wpForo will look like as a stand-"
1348
- "alone forum."
1349
- msgstr ""
1350
-
1351
- #: wpf-admin/options-tabs/general.php:37
1352
- msgid "Exclude page URLs"
1353
- msgstr ""
1354
-
1355
- #: wpf-admin/options-tabs/general.php:37
1356
- msgid "one URL per line"
1357
- msgstr ""
1358
-
1359
- #: wpf-admin/options-tabs/general.php:47 wpf-includes/wpf-hooks.php:2183
1360
- msgid "Visit Forum"
1361
- msgstr "Visita forum"
1362
-
1363
- #: wpf-admin/options-tabs/general.php:50
1364
- msgid ""
1365
- "wpForo PageID doesn't exist. Forums will not be loaded, please read this"
1366
- msgstr ""
1367
-
1368
- #: wpf-admin/options-tabs/general.php:50
1369
- msgid "support topic"
1370
- msgstr ""
1371
-
1372
- #: wpf-admin/options-tabs/general.php:52
1373
- msgid "Forum Page ID"
1374
- msgstr ""
1375
-
1376
- #: wpf-admin/options-tabs/general.php:58
1377
- msgid "Forum Page Slugs (URL Paths)"
1378
- msgstr ""
1379
-
1380
- #: wpf-admin/options-tabs/general.php:59
1381
- msgid ""
1382
- "Here you can set custom base paths for forum pages. For example the default "
1383
- "Profile URL base path is /profile/, if this conflicts with other plugins you "
1384
- "can change it to /user/ or so..."
1385
- msgstr ""
1386
-
1387
- #: wpf-admin/options-tabs/general.php:78 wpf-includes/wpf-phrases.php:64
1388
- msgid "Dashboard Menu Position"
1389
- msgstr ""
1390
-
1391
- #: wpf-admin/options-tabs/general.php:79 wpf-includes/wpf-phrases.php:323
1392
- msgid "The position in the menu order wpForo should appear."
1393
- msgstr ""
1394
-
1395
- #: wpf-admin/options-tabs/general.php:80 wpf-includes/wpf-phrases.php:348
1396
- msgid ""
1397
- "Use greater than 5 - below Posts, 10 - below Media, 15 - below Links, 20 - "
1398
- "below Pages, 25 - below comments, 60 - below first separator, 65 - below "
1399
- "Plugins, 70 - below Users, 75 - below Tools, 80 - below Settings, 100 - "
1400
- "below second separator"
1401
- msgstr ""
1402
-
1403
- #: wpf-admin/options-tabs/general.php:84
1404
- msgid "More info"
1405
- msgstr "Maggiori info"
1406
-
1407
- #: wpf-admin/options-tabs/general.php:89
1408
- msgid "XML Based Language"
1409
- msgstr ""
1410
-
1411
- #: wpf-admin/options-tabs/general.php:90
1412
- msgid ""
1413
- "This option is only related to XML language files. You should upload a "
1414
- "translation XML file to have a new language option in this drop-down. If you "
1415
- "are using PO/MO translation files you should change WordPress Language in "
1416
- "Dashboard > Settings admin page to load according translation for wpForo."
1417
- msgstr ""
1418
-
1419
- #: wpf-admin/options-tabs/general.php:115 wpf-includes/wpf-phrases.php:144
1420
- msgid "Language XML file"
1421
- msgstr ""
1422
-
1423
- #: wpf-admin/options-tabs/general.php:124 wpf-includes/wpf-phrases.php:22
1424
- msgid "Add New Language"
1425
- msgstr ""
1426
-
1427
- #: wpf-admin/options-tabs/members.php:13 wpf-includes/wpf-phrases.php:217
1428
- msgid "Online status timeout"
1429
- msgstr ""
1430
-
1431
- #: wpf-admin/options-tabs/members.php:16 wpf-admin/options-tabs/posts.php:78
1432
- #: wpf-admin/options-tabs/posts.php:85 wpf-admin/options-tabs/posts.php:96
1433
- #: wpf-admin/options-tabs/posts.php:103 wpf-includes/wpf-phrases.php:390
1434
- msgid "minutes"
1435
- msgstr "minuti"
1436
-
1437
- #: wpf-admin/options-tabs/members.php:20
1438
- msgid "Number of Members per Page"
1439
- msgstr ""
1440
-
1441
- #: wpf-admin/options-tabs/members.php:27 wpf-includes/wpf-phrases.php:180
1442
- msgid "Members URL structure"
1443
- msgstr ""
1444
-
1445
- #: wpf-admin/options-tabs/members.php:36 wpf-includes/wpf-phrases.php:700
1446
- msgid "Members Search Type"
1447
- msgstr ""
1448
-
1449
- #: wpf-admin/options-tabs/members.php:39 wpf-includes/functions.php:366
1450
- #: wpf-includes/functions.php:368 wpf-includes/wpf-phrases.php:275
1451
- msgid "Search"
1452
- msgstr "Cerca"
1453
-
1454
- #: wpf-admin/options-tabs/members.php:40
1455
- msgid "Filter"
1456
- msgstr "Filtra"
1457
-
1458
- #: wpf-admin/options-tabs/members.php:46 wpf-includes/wpf-phrases.php:62
1459
- msgid "Custom Authorization URLs"
1460
- msgstr ""
1461
-
1462
- #: wpf-admin/options-tabs/members.php:48
1463
- msgid ""
1464
- "Use this option only if you have set other pages for authorization. \n"
1465
- " wpForo doesn't change its own URLs, these options "
1466
- "are only for other plugin compatibility. \n"
1467
- " For example, if you use BuddyPress or Ultimate "
1468
- "Member plugin you can set these values:"
1469
- msgstr ""
1470
-
1471
- #: wpf-admin/options-tabs/members.php:51 wpf-admin/options-tabs/members.php:57
1472
- #: wpf-includes/wpf-phrases.php:162
1473
- msgid "Login URL"
1474
- msgstr ""
1475
-
1476
- #: wpf-admin/options-tabs/members.php:52 wpf-admin/options-tabs/members.php:58
1477
- #: wpf-includes/wpf-phrases.php:252
1478
- msgid "Register URL"
1479
- msgstr ""
1480
-
1481
- #: wpf-admin/options-tabs/members.php:59 wpf-includes/wpf-phrases.php:164
1482
- msgid "Lost Password URL"
1483
- msgstr "Url password persa"
1484
-
1485
- #: wpf-admin/options-tabs/members.php:65
1486
- msgid "Custom Redirection URLs after following actions"
1487
- msgstr ""
1488
-
1489
- #: wpf-admin/options-tabs/members.php:67
1490
- msgid "For member profile, account and subscription pages use following URLs:"
1491
- msgstr ""
1492
-
1493
- #: wpf-admin/options-tabs/members.php:79
1494
- msgid "Redirect after login"
1495
- msgstr ""
1496
-
1497
- #: wpf-admin/options-tabs/members.php:80
1498
- msgid "Redirect after registration"
1499
- msgstr ""
1500
-
1501
- #: wpf-admin/options-tabs/members.php:81
1502
- msgid "Redirect after subscription confirmation"
1503
- msgstr ""
1504
-
1505
- #: wpf-admin/options-tabs/members.php:87 wpf-includes/wpf-phrases.php:175
1506
- msgid "Member Reputation and Titles"
1507
- msgstr ""
1508
-
1509
- #: wpf-admin/options-tabs/members.php:91
1510
- msgid "Member Custom Titles"
1511
- msgstr ""
1512
-
1513
- #: wpf-admin/options-tabs/members.php:100
1514
- msgid "Member Custom Title by default"
1515
- msgstr ""
1516
-
1517
- #: wpf-admin/options-tabs/members.php:110 wpf-includes/wpf-phrases.php:247
1518
- msgid "Rating Level"
1519
- msgstr "Livello rating"
1520
-
1521
- #: wpf-admin/options-tabs/members.php:111 wpf-includes/wpf-phrases.php:185
1522
- msgid "Min Number of Posts"
1523
- msgstr ""
1524
-
1525
- #: wpf-admin/options-tabs/members.php:112 wpf-includes/wpf-phrases.php:176
1526
- msgid "Member Title"
1527
- msgstr ""
1528
-
1529
- #: wpf-admin/options-tabs/members.php:113 wpf-includes/wpf-phrases.php:293
1530
- msgid "Short Badge"
1531
- msgstr ""
1532
-
1533
- #: wpf-admin/options-tabs/members.php:114 wpf-includes/wpf-phrases.php:128
1534
- msgid "Full Badge"
1535
- msgstr ""
1536
-
1537
- #: wpf-admin/options-tabs/members.php:115 wpf-includes/wpf-phrases.php:245
1538
- msgid "Rating Color"
1539
- msgstr "Colore rating"
1540
-
1541
- #: wpf-admin/options-tabs/members.php:116 wpf-includes/wpf-phrases.php:246
1542
- msgid "Rating Icon"
1543
- msgstr "Icona rating"
1544
-
1545
- #: wpf-admin/options-tabs/members.php:116 wpf-includes/wpf-phrases.php:187
1546
- msgid "More"
1547
- msgstr "Di più"
1548
-
1549
- #: wpf-admin/options-tabs/members.php:121 wpf-includes/wpf-phrases.php:158
1550
- msgid "Level"
1551
- msgstr ""
1552
-
1553
- #: wpf-admin/options-tabs/members.php:122 wpf-includes/wpf-phrases.php:211
1554
- msgid "Number of Posts"
1555
- msgstr "Numero di post"
1556
-
1557
- #: wpf-admin/options-tabs/members.php:123 wpf-includes/wpf-phrases.php:63
1558
- msgid "Custom Title"
1559
- msgstr ""
1560
-
1561
- #: wpf-admin/options-tabs/members.php:126 wpf-admin/usergroup.php:34
1562
- #: wpf-includes/wpf-phrases.php:56
1563
- msgid "Color"
1564
- msgstr ""
1565
-
1566
- #: wpf-admin/options-tabs/members.php:127 wpf-includes/wpf-phrases.php:48
1567
- msgid "Badge Icon"
1568
- msgstr ""
1569
-
1570
- #: wpf-admin/options-tabs/members.php:133
1571
- msgid "Enable Reputation Titles for selected usergroups"
1572
- msgstr ""
1573
-
1574
- #: wpf-admin/options-tabs/members.php:134
1575
- msgid ""
1576
- "This option depends on \"Enable Member Rating Titles\" parent option, witch "
1577
- "located in wpForo Settings > Features Tab"
1578
- msgstr ""
1579
-
1580
- #: wpf-admin/options-tabs/members.php:147
1581
- msgid "Enable Reputation Badges for selected usergroups"
1582
- msgstr ""
1583
-
1584
- #: wpf-admin/options-tabs/members.php:148
1585
- msgid ""
1586
- "This option depends on \"Enable Member Rating\" parent option, witch located "
1587
- "in wpForo Settings > Features Tab"
1588
- msgstr ""
1589
-
1590
- #: wpf-admin/options-tabs/members.php:161
1591
- msgid "Display Usergroup under Post Author Avatar"
1592
- msgstr ""
1593
-
1594
- #: wpf-admin/options-tabs/plugins.php:9
1595
- msgid ""
1596
- "Thank you for using wpForo. wpForo is a premium forum plugin which will "
1597
- "always be available for free. There will never be paid and pro versions of "
1598
- "this forum board. However this is a very large and hard project so we also "
1599
- "develop paid addons (extensions), which will financially help us to keep "
1600
- "improving and adding new features to the free wpForo plugin. Forum addons "
1601
- "will also be actively developed. The first addons \"Advanced Media Uploader"
1602
- "\", \"Polls\", \"Private Messages\" and \"Ad Manager\" will be available "
1603
- "very soon. Once you got some addon and activated that, you will find "
1604
- "settings in vertical subTabs here."
1605
- msgstr ""
1606
-
1607
- #: wpf-admin/options-tabs/posts.php:14
1608
- msgid "Recent Posts Display Type"
1609
- msgstr ""
1610
-
1611
- #: wpf-admin/options-tabs/posts.php:23
1612
- msgid "Enable Topic Tags"
1613
- msgstr ""
1614
-
1615
- #: wpf-admin/options-tabs/posts.php:32
1616
- msgid "Maximum Number of Tags per Topic"
1617
- msgstr ""
1618
-
1619
- #: wpf-admin/options-tabs/posts.php:37
1620
- msgid "Display Topic Editing Information"
1621
- msgstr ""
1622
-
1623
- #: wpf-admin/options-tabs/posts.php:38
1624
- msgid ""
1625
- "The post edit logging information \"This post was modified 2 hours ago by "
1626
- "John\" is displayed under modified topic first post content.."
1627
- msgstr ""
1628
-
1629
- #: wpf-admin/options-tabs/posts.php:49
1630
- msgid "Display Post Editing Information"
1631
- msgstr ""
1632
-
1633
- #: wpf-admin/options-tabs/posts.php:50
1634
- msgid ""
1635
- "The post edit logging information \"This post was modified 2 hours ago by "
1636
- "John\" is displayed under modified post content.."
1637
- msgstr ""
1638
-
1639
- #: wpf-admin/options-tabs/posts.php:61
1640
- msgid "Limit Post Editing Information"
1641
- msgstr ""
1642
-
1643
- #: wpf-admin/options-tabs/posts.php:62
1644
- msgid ""
1645
- "Limit the post edit logging information \"This post was modified 2 hours ago "
1646
- "by John\""
1647
- msgstr ""
1648
-
1649
- #: wpf-admin/options-tabs/posts.php:63
1650
- msgid "Set this option value 0 if you want to disable limiting"
1651
- msgstr ""
1652
-
1653
- #: wpf-admin/options-tabs/posts.php:70 wpf-includes/wpf-phrases.php:213
1654
- msgid "Number of Topics per Page"
1655
- msgstr "Numero di discussioni per pagina"
1656
-
1657
- #: wpf-admin/options-tabs/posts.php:75 wpf-includes/wpf-phrases.php:30
1658
- msgid "Allow Edit Own Topic for"
1659
- msgstr ""
1660
-
1661
- #: wpf-admin/options-tabs/posts.php:76 wpf-admin/options-tabs/posts.php:83
1662
- #: wpf-admin/options-tabs/posts.php:94 wpf-admin/options-tabs/posts.php:101
1663
- msgid "Set this option value 0 if you want to remove time limit."
1664
- msgstr ""
1665
-
1666
- #: wpf-admin/options-tabs/posts.php:82 wpf-includes/wpf-phrases.php:27
1667
- msgid "Allow Delete Own Topic for"
1668
- msgstr ""
1669
-
1670
- #: wpf-admin/options-tabs/posts.php:88 wpf-includes/wpf-phrases.php:212
1671
- msgid "Number of Posts per Page"
1672
- msgstr "Numero di post per pagina"
1673
-
1674
- #: wpf-admin/options-tabs/posts.php:93 wpf-includes/wpf-phrases.php:29
1675
- msgid "Allow Edit Own Post for"
1676
- msgstr ""
1677
-
1678
- #: wpf-admin/options-tabs/posts.php:100 wpf-includes/wpf-phrases.php:28
1679
- msgid "Allow Delete Own post for"
1680
- msgstr ""
1681
-
1682
- #: wpf-admin/options-tabs/posts.php:108 wpf-includes/wpf-phrases.php:169
1683
- msgid "Maximum upload file size"
1684
- msgstr "Dimensione file massima"
1685
-
1686
- #: wpf-admin/options-tabs/posts.php:109 wpf-includes/wpf-phrases.php:370
1687
- msgid ""
1688
- "You can not set this value more than \"upload_max_filesize\" and "
1689
- "\"post_max_size\". If you want to increase server parameters please contact "
1690
- "to your hosting service support."
1691
- msgstr ""
1692
-
1693
- #: wpf-admin/options-tabs/posts.php:112 wpf-includes/wpf-phrases.php:166
1694
- msgid "MB"
1695
- msgstr ""
1696
-
1697
- #: wpf-admin/options-tabs/posts.php:115 wpf-includes/wpf-phrases.php:288
1698
- msgid "Server \"upload_max_filesize\" is "
1699
- msgstr ""
1700
-
1701
- #: wpf-admin/options-tabs/posts.php:116 wpf-includes/wpf-phrases.php:287
1702
- msgid "Server \"post_max_size\" is "
1703
- msgstr ""
1704
-
1705
- #: wpf-admin/options-tabs/posts.php:124
1706
- msgid "Attachment click - message for non-permitted users"
1707
- msgstr ""
1708
-
1709
- #: wpf-admin/options-tabs/posts.php:125
1710
- msgid ""
1711
- "This message will be displayed when a non-permitted forum member clicks on "
1712
- "attached file link in topic and posts."
1713
- msgstr ""
1714
-
1715
- #: wpf-admin/options-tabs/styles.php:13
1716
- msgid "Font Sizes"
1717
- msgstr ""
1718
-
1719
- #: wpf-admin/options-tabs/styles.php:28 wpf-admin/tools-tabs/antispam.php:226
1720
- #: wpf-includes/wpf-phrases.php:480
1721
- msgid "Post Content"
1722
- msgstr "Contenuto del post"
1723
-
1724
- #: wpf-admin/options-tabs/styles.php:36 wpf-includes/wpf-phrases.php:61
1725
- msgid "Custom CSS Code"
1726
- msgstr ""
1727
-
1728
- #: wpf-admin/options-tabs/styles.php:43
1729
- msgid "Forum Color Styles"
1730
- msgstr ""
1731
-
1732
- #: wpf-admin/options-tabs/styles.php:43
1733
- msgid "Colors Documentation"
1734
- msgstr ""
1735
-
1736
- #: wpf-admin/options.php:8 wpf-includes/wpf-phrases.php:117
1737
- msgid "Forum Settings"
1738
- msgstr ""
1739
-
1740
- #: wpf-admin/options.php:14 wpf-includes/wpf-phrases.php:129
1741
- msgid "General"
1742
- msgstr ""
1743
-
1744
- #: wpf-admin/options.php:16 wpf-includes/wpf-phrases.php:105
1745
- msgid "Forum Accesses"
1746
- msgstr ""
1747
-
1748
- #: wpf-admin/options.php:17 wpf-includes/wpf-phrases.php:339
1749
- msgid "Topics &amp; Posts"
1750
- msgstr "Discussioni &amp; Post"
1751
-
1752
- #: wpf-admin/options.php:19 wpf-includes/wpf-phrases.php:76
1753
- msgid "Emails"
1754
- msgstr "Email"
1755
-
1756
- #: wpf-admin/options.php:20 wpf-includes/wpf-phrases.php:96
1757
- msgid "Features"
1758
- msgstr ""
1759
-
1760
- #: wpf-admin/options.php:22 wpf-includes/wpf-phrases.php:311
1761
- msgid "Styles"
1762
- msgstr ""
1763
-
1764
- #: wpf-admin/options.php:23
1765
- msgid "API's"
1766
- msgstr ""
1767
-
1768
- #: wpf-admin/phrase.php:10 wpf-includes/wpf-phrases.php:127
1769
- msgid "Front-end Phrases"
1770
- msgstr ""
1771
-
1772
- #: wpf-admin/themes.php:9 wpf-includes/wpf-phrases.php:120
1773
- msgid "Forum Themes"
1774
- msgstr ""
1775
-
1776
- #: wpf-admin/themes.php:46 wpf-includes/wpf-phrases.php:60
1777
- msgid "Current active theme"
1778
- msgstr ""
1779
-
1780
- #: wpf-admin/themes.php:48 wpf-includes/wpf-phrases.php:138
1781
- msgid "Inactive"
1782
- msgstr ""
1783
-
1784
- #: wpf-admin/themes.php:52 wpf-includes/wpf-phrases.php:143
1785
- msgid "LAYOUTS"
1786
- msgstr ""
1787
-
1788
- #: wpf-admin/themes.php:68 wpf-includes/wpf-phrases.php:17
1789
- msgid "Activate"
1790
- msgstr "Attiva"
1791
-
1792
- #: wpf-admin/themes.php:69 wpf-includes/wpf-phrases.php:124
1793
- msgid "Fresh Installation"
1794
- msgstr ""
1795
-
1796
- #: wpf-admin/themes.php:71 wpf-includes/wpf-phrases.php:140
1797
- msgid "Install"
1798
- msgstr ""
1799
-
1800
- #: wpf-admin/themes.php:73 wpf-includes/wpf-phrases.php:38
1801
- msgid "Are you sure you want to delete this theme files?"
1802
- msgstr ""
1803
-
1804
- #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:40
1805
- msgid ""
1806
- "Are you sure you want to reset all settings and style colors to default?"
1807
- msgstr ""
1808
-
1809
- #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:268
1810
- msgid "Reset Settings"
1811
- msgstr ""
1812
-
1813
- #: wpf-admin/themes.php:96 wpf-includes/wpf-phrases.php:201
1814
- msgid "No layout found"
1815
- msgstr ""
1816
-
1817
- #: wpf-admin/themes.php:107 wpf-includes/wpf-phrases.php:206
1818
- msgid "No theme found"
1819
- msgstr ""
1820
-
1821
- #: wpf-admin/tools-tabs/antispam.php:11
1822
- msgid ""
1823
- "is not installed! For an advanced Spam Control please install Akismet "
1824
- "antispam plugin, it works well with wpForo Spam Control system. Akismet is "
1825
- "already integrated with wpForo. It'll help to filter posts and protect forum "
1826
- "against spam attacks."
1827
- msgstr ""
1828
-
1829
- #: wpf-admin/tools-tabs/antispam.php:21
1830
- msgid "Spam Control"
1831
- msgstr ""
1832
-
1833
- #: wpf-admin/tools-tabs/antispam.php:22
1834
- msgid ""
1835
- "Some useful options to limit just registered users and minimize spam. This "
1836
- "control don't affect users whose Usergroup has \"Can edit member\" and \"Can "
1837
- "pass moderation\" permissions."
1838
- msgstr ""
1839
-
1840
- #: wpf-admin/tools-tabs/antispam.php:28
1841
- msgid "Enable wpForo Spam Control"
1842
- msgstr ""
1843
-
1844
- #: wpf-admin/tools-tabs/antispam.php:37
1845
- msgid "Ban user when spam is suspected"
1846
- msgstr ""
1847
-
1848
- #: wpf-admin/tools-tabs/antispam.php:46
1849
- msgid "Notify via email when new user is banned"
1850
- msgstr ""
1851
-
1852
- #: wpf-admin/tools-tabs/antispam.php:55
1853
- msgid "Spam Suspicion Level for Topics"
1854
- msgstr ""
1855
-
1856
- #: wpf-admin/tools-tabs/antispam.php:59
1857
- msgid "Spam Suspicion Level for Posts"
1858
- msgstr ""
1859
-
1860
- #: wpf-admin/tools-tabs/antispam.php:64
1861
- msgid " is enabled"
1862
- msgstr ""
1863
-
1864
- #: wpf-admin/tools-tabs/antispam.php:73
1865
- msgid "New Registered User"
1866
- msgstr "Nuovo utente registrato"
1867
-
1868
- #: wpf-admin/tools-tabs/antispam.php:74
1869
- msgid ""
1870
- "Some useful options to limit just registered users and minimize spam. These "
1871
- "options don't affect users whose Usergroup has \"Can edit member\" and \"Can "
1872
- "pass moderation\" permissions."
1873
- msgstr ""
1874
-
1875
- #: wpf-admin/tools-tabs/antispam.php:81
1876
- msgid "User is New (under hard spam control) during"
1877
- msgstr ""
1878
-
1879
- #: wpf-admin/tools-tabs/antispam.php:83
1880
- msgid "first"
1881
- msgstr "primo"
1882
-
1883
- #: wpf-admin/tools-tabs/antispam.php:83
1884
- msgid "posts"
1885
- msgstr "post"
1886
-
1887
- #: wpf-admin/tools-tabs/antispam.php:86
1888
- msgid "Min number of posts to be able attach files"
1889
- msgstr ""
1890
-
1891
- #: wpf-admin/tools-tabs/antispam.php:90
1892
- msgid "Min number of posts to be able post links"
1893
- msgstr ""
1894
-
1895
- #: wpf-admin/tools-tabs/antispam.php:95
1896
- msgid "Do not allow to attach files with following extensions:"
1897
- msgstr ""
1898
-
1899
- #: wpf-admin/tools-tabs/antispam.php:107
1900
- msgid "Google reCAPTCHA"
1901
- msgstr ""
1902
-
1903
- #: wpf-admin/tools-tabs/antispam.php:108
1904
- msgid ""
1905
- "reCAPTCHA protects you against spam and other types of automated abuse. It "
1906
- "makes secure topic and post editors when Guest Posting is allowed, also it "
1907
- "protects login and registration forms against spam attacks."
1908
- msgstr ""
1909
-
1910
- #: wpf-admin/tools-tabs/antispam.php:110
1911
- msgid "reCAPTCHA API keys"
1912
- msgstr ""
1913
-
1914
- #: wpf-admin/tools-tabs/antispam.php:112
1915
- msgid ""
1916
- "To start using reCAPTCHA, you need to sign up for an API key pair for your "
1917
- "site."
1918
- msgstr ""
1919
-
1920
- #: wpf-admin/tools-tabs/antispam.php:113
1921
- msgid "Register your site and get API keys here &raquo;"
1922
- msgstr ""
1923
-
1924
- #: wpf-admin/tools-tabs/antispam.php:120
1925
- msgid "Site Key"
1926
- msgstr ""
1927
-
1928
- #: wpf-admin/tools-tabs/antispam.php:126
1929
- msgid "Secret Key"
1930
- msgstr "Chiave segreta"
1931
-
1932
- #: wpf-admin/tools-tabs/antispam.php:133
1933
- msgid "reCAPTCHA Settings"
1934
- msgstr ""
1935
-
1936
- #: wpf-admin/tools-tabs/antispam.php:138
1937
- msgid "reCAPTCHA Theme"
1938
- msgstr ""
1939
-
1940
- #: wpf-admin/tools-tabs/antispam.php:141
1941
- msgid "Light"
1942
- msgstr ""
1943
-
1944
- #: wpf-admin/tools-tabs/antispam.php:142
1945
- msgid "Dark"
1946
- msgstr ""
1947
-
1948
- #: wpf-admin/tools-tabs/antispam.php:147
1949
- msgid "Guest Topic Editor"
1950
- msgstr ""
1951
-
1952
- #: wpf-admin/tools-tabs/antispam.php:156
1953
- msgid "Guest Post Editor"
1954
- msgstr ""
1955
-
1956
- #: wpf-admin/tools-tabs/antispam.php:166
1957
- msgid "wpForo Login Form"
1958
- msgstr ""
1959
-
1960
- #: wpf-admin/tools-tabs/antispam.php:175
1961
- msgid "wpForo Registration Form"
1962
- msgstr ""
1963
-
1964
- #: wpf-admin/tools-tabs/antispam.php:184
1965
- msgid "wpForo Reset Password Form"
1966
- msgstr ""
1967
-
1968
- #: wpf-admin/tools-tabs/antispam.php:193
1969
- msgid "WordPress Login Form"
1970
- msgstr ""
1971
-
1972
- #: wpf-admin/tools-tabs/antispam.php:202
1973
- msgid "WordPress Registration Form"
1974
- msgstr ""
1975
-
1976
- #: wpf-admin/tools-tabs/antispam.php:211
1977
- msgid "WordPress Reset Password Form"
1978
- msgstr ""
1979
-
1980
- #: wpf-admin/tools-tabs/antispam.php:227
1981
- msgid "Options to control and filter post content"
1982
- msgstr ""
1983
-
1984
- #: wpf-admin/tools-tabs/antispam.php:234
1985
- msgid "Allow extra HTML tags"
1986
- msgstr ""
1987
-
1988
- #: wpf-admin/tools-tabs/antispam.php:235
1989
- msgid ""
1990
- "By default wpForo allows all secure HTML tags in post content. Allowing a "
1991
- "new HTML tag may affect your forum security. For example the &lt;iframe&gt; "
1992
- "and &lt;script&gt; HTML tags may be used by spammers and hackers to load 3rd "
1993
- "party ads and viruses to forum."
1994
- msgstr ""
1995
-
1996
- #: wpf-admin/tools-tabs/antispam.php:236
1997
- msgid "Example of adding a new HTML tags: "
1998
- msgstr ""
1999
-
2000
- #: wpf-admin/tools-tabs/antispam.php:253
2001
- msgid "Possible Spam Attachments"
2002
- msgstr ""
2003
-
2004
- #: wpf-admin/tools-tabs/antispam.php:254
2005
- msgid ""
2006
- "This tool is designed to find attachment which have been uploaded by "
2007
- "spammers. The tool checks most common spammer filenames and suggest to "
2008
- "delete but you should check one by one and make sure those are spam files "
2009
- "before deleting."
2010
- msgstr ""
2011
-
2012
- #: wpf-admin/tools-tabs/antispam.php:259
2013
- msgid "Enable File Scanner"
2014
- msgstr ""
2015
-
2016
- #: wpf-admin/tools-tabs/antispam.php:269
2017
- msgid "Exclude file extensions"
2018
- msgstr ""
2019
-
2020
- #: wpf-admin/tools-tabs/antispam.php:275
2021
- msgid "Directory"
2022
- msgstr ""
2023
-
2024
- #: wpf-admin/tools-tabs/antispam.php:302
2025
- msgid "Delete this file"
2026
- msgstr ""
2027
-
2028
- #: wpf-admin/tools-tabs/antispam.php:302
2029
- msgid "Are you sure you want to permanently delete this file?"
2030
- msgstr ""
2031
-
2032
- #: wpf-admin/tools-tabs/antispam.php:313
2033
- msgid "Click to delete Blue marked files"
2034
- msgstr ""
2035
-
2036
- #: wpf-admin/tools-tabs/antispam.php:314
2037
- msgid ""
2038
- "Are you sure you want to delete all BLUE marked files listed here. Please "
2039
- "download Wordpress /wp-content/uploads/wpforo/ folder to your local computer "
2040
- "before deleting files, this is not undoable."
2041
- msgstr ""
2042
-
2043
- #: wpf-admin/tools-tabs/antispam.php:315 wpf-admin/tools-tabs/antispam.php:321
2044
- #: wpf-admin/tools-tabs/antispam.php:327 wpf-admin/tools-tabs/antispam.php:333
2045
- msgid "Delete All"
2046
- msgstr "Cancella tutto"
2047
-
2048
- #: wpf-admin/tools-tabs/antispam.php:318
2049
- msgid "Click to delete Orange marked files"
2050
- msgstr ""
2051
-
2052
- #: wpf-admin/tools-tabs/antispam.php:320
2053
- msgid ""
2054
- "Are you sure you want to delete all ORANGE marked files listed here. Please "
2055
- "download Wordpress /wp-content/uploads/wpforo/ folder to your local computer "
2056
- "before deleting files, this is not undoable."
2057
- msgstr ""
2058
-
2059
- #: wpf-admin/tools-tabs/antispam.php:324
2060
- msgid "Click to delete Red marked files"
2061
- msgstr ""
2062
-
2063
- #: wpf-admin/tools-tabs/antispam.php:326
2064
- msgid ""
2065
- "Are you sure you want to delete all RED marked files listed here. Please "
2066
- "download Wordpress /wp-content/uploads/wpforo/ folder to your local computer "
2067
- "before deleting files, this is not undoable."
2068
- msgstr ""
2069
-
2070
- #: wpf-admin/tools-tabs/antispam.php:330
2071
- msgid "Click to delete Dark Red marked files"
2072
- msgstr ""
2073
-
2074
- #: wpf-admin/tools-tabs/antispam.php:332
2075
- msgid ""
2076
- "Are you sure you want to delete all DARK RED marked files listed here. "
2077
- "Please download Wordpress /wp-content/uploads/wpforo/ folder to your local "
2078
- "computer before deleting files, this is not undoable."
2079
- msgstr ""
2080
-
2081
- #: wpf-admin/tools-tabs/cleanup.php:12
2082
- msgid "Delete Inactive Users"
2083
- msgstr ""
2084
-
2085
- #: wpf-admin/tools-tabs/cleanup.php:13
2086
- msgid ""
2087
- "Inactive users are the account owners who have no topics, posts, comments "
2088
- "and subscriptions for new content. In 99&#37; cases this kind of accounts "
2089
- "are being registered by Spammers. This tool allows you to only keep active "
2090
- "and known inactive users."
2091
- msgstr ""
2092
-
2093
- #: wpf-admin/tools-tabs/cleanup.php:19
2094
- msgid "Inactive users who have been registered more than"
2095
- msgstr ""
2096
-
2097
- #: wpf-admin/tools-tabs/cleanup.php:20
2098
- msgid "days ago"
2099
- msgstr "giorni fa"
2100
-
2101
- #: wpf-admin/tools-tabs/cleanup.php:25
2102
- msgid "Filter by Usergroups"
2103
- msgstr "Filtra per gruppo utente"
2104
-
2105
- #: wpf-admin/tools-tabs/cleanup.php:36
2106
- msgid "Enable Auto-cleanup of inactive users"
2107
- msgstr ""
2108
-
2109
- #: wpf-admin/tools-tabs/legal.php:15
2110
- msgid "Forum Privacy Policy and GDPR compliant"
2111
- msgstr ""
2112
-
2113
- #: wpf-admin/tools-tabs/legal.php:15
2114
- msgid "Documentation"
2115
- msgstr ""
2116
-
2117
- #: wpf-admin/tools-tabs/legal.php:18
2118
- msgid ""
2119
- "The General Data Protection Regulation (GDPR) (Regulation (EU) 2016/679) is "
2120
- "a regulation by which the European Parliament, the Council of the European "
2121
- "Union and the European Commission intend to strengthen and unify data "
2122
- "protection for all individuals within the European Union (EU). After four "
2123
- "years of preparation and debate the GDPR was finally approved by the EU "
2124
- "Parliament on 14 April 2016. Enforcement date: 25 May 2018 - at which time "
2125
- "those organizations in non-compliance may face heavy fines. More info at"
2126
- msgstr ""
2127
-
2128
- #: wpf-admin/tools-tabs/legal.php:19
2129
- msgid "GDPR Key Changes"
2130
- msgstr ""
2131
-
2132
- #: wpf-admin/tools-tabs/legal.php:25
2133
- msgid "Contact Information"
2134
- msgstr "Informazioni contatto"
2135
-
2136
- #: wpf-admin/tools-tabs/legal.php:27
2137
- msgid ""
2138
- "According to the GDPR, all users should have an option to contact website "
2139
- "administrator in following cases:"
2140
- msgstr ""
2141
-
2142
- #: wpf-admin/tools-tabs/legal.php:29
2143
- msgid "Obtain personal data and created content"
2144
- msgstr ""
2145
-
2146
- #: wpf-admin/tools-tabs/legal.php:30
2147
- msgid "Delete account with created content"
2148
- msgstr "Cancella account e contenuti creati"
2149
-
2150
- #: wpf-admin/tools-tabs/legal.php:31
2151
- msgid "Report user data access and control issue"
2152
- msgstr ""
2153
-
2154
- #: wpf-admin/tools-tabs/legal.php:32
2155
- msgid "Report user rights violation"
2156
- msgstr ""
2157
-
2158
- #: wpf-admin/tools-tabs/legal.php:37
2159
- msgid "URL to - Contact Us - page"
2160
- msgstr ""
2161
-
2162
- #: wpf-admin/tools-tabs/legal.php:38
2163
- msgid ""
2164
- "Please insert a page URL, where user can find a contact form or an "
2165
- "information to contact the forum administrator."
2166
- msgstr ""
2167
-
2168
- #: wpf-admin/tools-tabs/legal.php:43
2169
- msgid "Checkbox: I Accept Website Terms and Privacy Policy"
2170
- msgstr "Checkbox: Accetto i termini e la privacy policy del sito"
2171
-
2172
- #: wpf-admin/tools-tabs/legal.php:44 wpf-admin/tools-tabs/legal.php:78
2173
- msgid ""
2174
- "If this option is enabled, users must accept forum Terms and Privacy Policy "
2175
- "by checking the required checkbox on registration form to be able create a "
2176
- "forum account. The checkbox label can be managed in Forums > Phrases admin "
2177
- "page."
2178
- msgstr ""
2179
-
2180
- #: wpf-admin/tools-tabs/legal.php:55
2181
- msgid "Checkbox: I Agree to Receive an Email Confirmation"
2182
- msgstr "Checkbox: Accetto di ricevere conferma via email"
2183
-
2184
- #: wpf-admin/tools-tabs/legal.php:56
2185
- msgid ""
2186
- "If this option is enabled, users must agree to receive an email confirmation "
2187
- "with a link to set a password by checking the required checkbox on "
2188
- "registration form to be able create a forum account. The checkbox label can "
2189
- "be managed in Forums > Phrases admin page."
2190
- msgstr ""
2191
-
2192
- #: wpf-admin/tools-tabs/legal.php:67
2193
- msgid "Website Terms and Privacy Policy Pages"
2194
- msgstr "Condizioni di utilizzo del sito e Privacy Policy"
2195
-
2196
- #: wpf-admin/tools-tabs/legal.php:68
2197
- msgid ""
2198
- "Please insert URLs to your website Terms and Privacy Policy pages. Links to "
2199
- "these pages will be included in registration form checkbox label (I'm agree "
2200
- "with website terms and privacy policy) and in Forum Privacy Policy. The "
2201
- "forum Privacy Policy does not cover your whole website, it is just an "
2202
- "extension of your website main Privacy Policy. Thus it should be linked to "
2203
- "according pages."
2204
- msgstr ""
2205
-
2206
- #: wpf-admin/tools-tabs/legal.php:71
2207
- msgid "URL to Website Terms page"
2208
- msgstr ""
2209
-
2210
- #: wpf-admin/tools-tabs/legal.php:71
2211
- msgid "Terms Page URL"
2212
- msgstr ""
2213
-
2214
- #: wpf-admin/tools-tabs/legal.php:72
2215
- msgid "URL to Website Privacy Policy page"
2216
- msgstr ""
2217
-
2218
- #: wpf-admin/tools-tabs/legal.php:72
2219
- msgid "Privacy Policy Page URL"
2220
- msgstr "URL pagina privacy policy"
2221
-
2222
- #: wpf-admin/tools-tabs/legal.php:77
2223
- msgid "Checkbox: I Agree to Forum Privacy Policy"
2224
- msgstr "Checkbox: Accetto la privacy policy del forum"
2225
-
2226
- #: wpf-admin/tools-tabs/legal.php:89
2227
- msgid "Forum Privacy Policy with GDPR compliant Template"
2228
- msgstr ""
2229
-
2230
- #: wpf-admin/tools-tabs/legal.php:90
2231
- msgid ""
2232
- "This is an example of forum Privacy Policy with GDPR compliant. It adapted "
2233
- "to wpForo plugin functions and features. <u>In case you enable this privacy "
2234
- "policy template you become responsible for the content of this template.</"
2235
- "u> Please read this text carefully and make sure it suits your community "
2236
- "Privacy Policy. If it doesn't, you should edit this text and adapt it to "
2237
- "your community rules. This template includes shortcodes [forum-name] and "
2238
- "[forum-url]. They are automatically replaced on registration page with "
2239
- "current forum details. Don't forget to add an information about your "
2240
- "organization, location and contacting ways (page, email, phone, etc...). "
2241
- "Also if you have a separate privacy policy page for website please add a "
2242
- "link to that page."
2243
- msgstr ""
2244
-
2245
- #: wpf-admin/tools-tabs/legal.php:112
2246
- msgid "Checkbox: I Agree to create a forum account on Facebook Login"
2247
- msgstr "Checkbox: Accetto di creare un account sul forum con Facebook Login"
2248
-
2249
- #: wpf-admin/tools-tabs/legal.php:113
2250
- msgid ""
2251
- "If this option is enabled, the Facebook Login button becomes not-clickable "
2252
- "until user accept automatic account creation process based on his/her "
2253
- "Facebook public profile information. This checkbox and appropriate "
2254
- "information will be displayed with Facebook Login button to comply with the "
2255
- "GDPR"
2256
- msgstr ""
2257
-
2258
- #: wpf-admin/tools-tabs/legal.php:124
2259
- msgid "Forum Cookies"
2260
- msgstr ""
2261
-
2262
- #: wpf-admin/tools-tabs/legal.php:125
2263
- msgid ""
2264
- "Please note, that this option is only related to wpForo cookies. This "
2265
- "doesn't disable WordPress and other plugins cookies. wpForo stores a small "
2266
- "amount of data in cookies, it used to track visited forums and topics (bold "
2267
- "and normal titles). Also when a guest (not registered user) creates a topic "
2268
- "or post a reply, wpForo stores guest name and email address in cookies. "
2269
- "wpForo uses this information to detect current guest content (topics, posts) "
2270
- "and display it to the guest even if the content is under moderation (not "
2271
- "approved by moderators). Also wpForo stores guest name and email in cookies "
2272
- "to keep filled these fields when he/she posts a new reply or creates a new "
2273
- "topic."
2274
- msgstr ""
2275
-
2276
- #: wpf-admin/tools-tabs/legal.php:137
2277
- msgid "Forum Rules"
2278
- msgstr "Regole forum"
2279
-
2280
- #: wpf-admin/tools-tabs/legal.php:143
2281
- msgid "Checkbox: I Accept Forum Rules"
2282
- msgstr "Checkbox: Accetto le regole del forum"
2283
-
2284
- #: wpf-admin/tools-tabs/legal.php:144
2285
- msgid ""
2286
- "If this option is enabled, users must accept forum rules by checking the "
2287
- "required checkbox on registration form to be able create a forum account. "
2288
- "The label text of this checkbox can be managed in Forums > Phrases admin "
2289
- "page. Search the label phrase, click on edit button and change it."
2290
- msgstr ""
2291
-
2292
- #: wpf-admin/tools-tabs/legal.php:155
2293
- msgid "Forum Rules Text"
2294
- msgstr ""
2295
-
2296
- #: wpf-admin/tools-tabs/legal.php:156
2297
- msgid "This is a basic example of forum rules provided by"
2298
- msgstr ""
2299
-
2300
- #: wpf-admin/tools-tabs/legal.php:156
2301
- msgid "You should edit this text and adapt it to your community rules."
2302
- msgstr ""
2303
-
2304
- #: wpf-admin/tools-tabs/misc.php:10
2305
- msgid "SEO Tools"
2306
- msgstr ""
2307
-
2308
- #: wpf-admin/tools-tabs/misc.php:18
2309
- msgid "Allowed dofollow domains"
2310
- msgstr ""
2311
-
2312
- #: wpf-admin/tools-tabs/misc.php:19
2313
- msgid ""
2314
- "wpForo adds nofollow to all links with external URLs. If you want to keep "
2315
- "some domains as internal please insert domains one per line in the textarea "
2316
- "bellow."
2317
- msgstr ""
2318
-
2319
- #: wpf-admin/tools-tabs/misc.php:26
2320
- msgid "Noindex forum page URLs"
2321
- msgstr ""
2322
-
2323
- #: wpf-admin/tools-tabs/misc.php:27
2324
- msgid ""
2325
- "The noIndex code tells Google and other search engines to NOT index the "
2326
- "page, so that it cannot be found in search results. Please insert page URLs "
2327
- "you do not want to be indexed one per line in the textarea bellow."
2328
- msgstr ""
2329
-
2330
- #: wpf-admin/tools-tabs/misc.php:37
2331
- msgid "Admin Note"
2332
- msgstr ""
2333
-
2334
- #: wpf-admin/tools-tabs/misc.php:45
2335
- msgid "Admin message on forum front page"
2336
- msgstr ""
2337
-
2338
- #: wpf-admin/tools-tabs/misc.php:46
2339
- msgid ""
2340
- "If you have something important to say on forum front page, you can use this "
2341
- "editor. The text will be displayed under forum breadcrumb menu, above forum "
2342
- "and topic titles."
2343
- msgstr ""
2344
-
2345
- #: wpf-admin/tools-tabs/misc.php:64
2346
- msgid "Display for Usergroups"
2347
- msgstr ""
2348
-
2349
- #: wpf-admin/tools-tabs/misc.php:86
2350
- msgid "Display on forum pages"
2351
- msgstr ""
2352
-
2353
- #: wpf-admin/tools-tabs/misc.php:96
2354
- msgid "Forum (topic list)"
2355
- msgstr ""
2356
-
2357
- #: wpf-admin/tools-tabs/misc.php:100
2358
- msgid "Topic (post list)"
2359
- msgstr "Discussione (lista post)"
2360
-
2361
- #: wpf-admin/tools-tabs/misc.php:104 wpf-includes/wpf-phrases.php:701
2362
- msgid "Recent Posts"
2363
- msgstr "Post recenti"
2364
-
2365
- #: wpf-admin/tools-tabs/misc.php:112
2366
- msgid "Profile Home"
2367
- msgstr "Home profilo"
2368
-
2369
- #: wpf-admin/tools-tabs/misc.php:116
2370
- msgid "Profile Account"
2371
- msgstr "Account profilo"
2372
-
2373
- #: wpf-admin/tools-tabs/misc.php:120
2374
- msgid "Profile Activity"
2375
- msgstr "Attività profilo"
2376
-
2377
- #: wpf-admin/tools-tabs/misc.php:124
2378
- msgid "Profile Subscriptions"
2379
- msgstr "Sottoscrizione profilo"
2380
-
2381
- #: wpf-admin/tools.php:8
2382
- msgid "Forum Tools"
2383
- msgstr ""
2384
-
2385
- #: wpf-admin/tools.php:14
2386
- msgid "Antispam"
2387
- msgstr ""
2388
-
2389
- #: wpf-admin/tools.php:15
2390
- msgid "Privacy &amp; Rules"
2391
- msgstr "Regole Privacy"
2392
-
2393
- #: wpf-admin/tools.php:17
2394
- msgid "Misc"
2395
- msgstr ""
2396
-
2397
- #: wpf-admin/usergroup.php:12
2398
- msgid "Role-Usergroup synchronization is complete!"
2399
- msgstr ""
2400
-
2401
- #: wpf-admin/usergroup.php:14 wpf-admin/usergroup.php:16
2402
- #: wpf-includes/class-notices.php:118 wpf-includes/wpf-phrases.php:69
2403
- msgid "Dismiss this notice."
2404
- msgstr "Chiudi questa notifica"
2405
-
2406
- #: wpf-admin/usergroup.php:28 wpf-admin/usergroup.php:154
2407
- #: wpf-admin/usergroup.php:282
2408
- msgid "User Role"
2409
- msgstr ""
2410
-
2411
- #: wpf-admin/usergroup.php:30 wpf-includes/wpf-phrases.php:676
2412
- msgid "Usergroup"
2413
- msgstr "Gruppo utente"
2414
-
2415
- #: wpf-admin/usergroup.php:32 wpf-includes/wpf-hooks.php:1174
2416
- msgid "Default"
2417
- msgstr ""
2418
-
2419
- #: wpf-admin/usergroup.php:33
2420
- msgid "Default Access"
2421
- msgstr ""
2422
-
2423
- #: wpf-admin/usergroup.php:35
2424
- msgid "ID"
2425
- msgstr ""
2426
-
2427
- #: wpf-admin/usergroup.php:46 wpf-admin/usergroup.php:167
2428
- msgid "View Users"
2429
- msgstr "Vedi utenti"
2430
-
2431
- #: wpf-admin/usergroup.php:63 wpf-admin/usergroup.php:242
2432
- msgid "Usergroup Name"
2433
- msgstr ""
2434
-
2435
- #: wpf-admin/usergroup.php:65
2436
- msgid "Also used as Secondary Usergroup"
2437
- msgstr ""
2438
-
2439
- #: wpf-admin/usergroup.php:68
2440
- msgid "Edit this usergroup"
2441
- msgstr "Modifica questo gruppo"
2442
-
2443
- #: wpf-admin/usergroup.php:68 wpf-includes/wpf-phrases.php:73
2444
- msgid "Edit"
2445
- msgstr "Modifica"
2446
-
2447
- #: wpf-admin/usergroup.php:70
2448
- msgid "Delete this usergroup"
2449
- msgstr ""
2450
-
2451
- #: wpf-admin/usergroup.php:72
2452
- msgid "View users list in this usergroup"
2453
- msgstr "Vedi utenti in questo gruppo"
2454
-
2455
- #: wpf-admin/usergroup.php:77
2456
- msgid "The number of forum members with this usergroup. Click to view members."
2457
- msgstr ""
2458
-
2459
- #: wpf-admin/usergroup.php:82
2460
- msgid "is Default"
2461
- msgstr ""
2462
-
2463
- #: wpf-admin/usergroup.php:85
2464
- msgid "Users get the Default Usergroup on registration"
2465
- msgstr ""
2466
-
2467
- #: wpf-admin/usergroup.php:85
2468
- msgid "Set as Default"
2469
- msgstr ""
2470
-
2471
- #: wpf-admin/usergroup.php:93
2472
- msgid "default (#15)"
2473
- msgstr ""
2474
-
2475
- #: wpf-admin/usergroup.php:105
2476
- msgid "Synchronize Users Usergroups and Roles"
2477
- msgstr ""
2478
-
2479
- #: wpf-admin/usergroup.php:106
2480
- msgid "Synchronize"
2481
- msgstr ""
2482
-
2483
- #: wpf-admin/usergroup.php:136
2484
- msgid "Note:"
2485
- msgstr "Nota:"
2486
-
2487
- #: wpf-admin/usergroup.php:137
2488
- #, php-format
2489
- msgid ""
2490
- "The [Synchronize] button changes all users Usergroups according to the users "
2491
- "Roles. For example, if you select \"Contributor\" Role for \"Registered\" "
2492
- "Usergroup, all users with \"Contributor\" Role will get \"Registered\" "
2493
- "Usergroup in forum. The synchronization process may take a few seconds or "
2494
- "dozens of minutes, it depends on the number of users. Please be patient, "
2495
- "don't close this page and wait until the progress counter says "
2496
- "100% completed."
2497
- msgstr ""
2498
-
2499
- #: wpf-admin/usergroup.php:146
2500
- msgid "User Roles"
2501
- msgstr ""
2502
-
2503
- #: wpf-admin/usergroup.php:148
2504
- msgid ""
2505
- "In the table above (Usergroups) you can see the list of all available forum "
2506
- "Usergroups. The first column of this table displays selected User Roles "
2507
- "which are synched with certain Usergroup. However some User Roles are still "
2508
- "not synced with any Usergroup of your forum. You can find not-synced User "
2509
- "Roles in the table below (User Roles). If you use any of these not-synced "
2510
- "User Roles and you want to grant some forum accesses to users of these User "
2511
- "Roles you should create new Usergroups for each of them. Once new Usergroup "
2512
- "is created, you should use the [Synchronize] button in the table above to "
2513
- "synchronize User Roles with new Usergroups."
2514
- msgstr ""
2515
-
2516
- #: wpf-admin/usergroup.php:153
2517
- msgid "Role Name"
2518
- msgstr ""
2519
-
2520
- #: wpf-admin/usergroup.php:156
2521
- msgid "Users"
2522
- msgstr "Utenti"
2523
-
2524
- #: wpf-admin/usergroup.php:157
2525
- msgid "Status"
2526
- msgstr ""
2527
-
2528
- #: wpf-admin/usergroup.php:171
2529
- msgid "Add Usergroup to synch"
2530
- msgstr ""
2531
-
2532
- #: wpf-admin/usergroup.php:173
2533
- msgid "Not Synched"
2534
- msgstr ""
2535
-
2536
- #: wpf-admin/usergroup.php:174
2537
- msgid "One User Role cannot be synched with multiple Usergroups."
2538
- msgstr ""
2539
-
2540
- #: wpf-admin/usergroup.php:176
2541
- msgid "Synched"
2542
- msgstr ""
2543
-
2544
- #: wpf-admin/usergroup.php:213
2545
- msgid "Complete!"
2546
- msgstr "Completo!"
2547
-
2548
- #: wpf-admin/usergroup.php:242 wpf-includes/wpf-phrases.php:133
2549
- msgid "Guest"
2550
- msgstr "Ospite"
2551
-
2552
- #: wpf-admin/usergroup.php:258
2553
- msgid "Usergroup Color"
2554
- msgstr ""
2555
-
2556
- #: wpf-admin/usergroup.php:259
2557
- msgid "use default link color"
2558
- msgstr ""
2559
-
2560
- #: wpf-admin/usergroup.php:291
2561
- msgid "Default Forum Access"
2562
- msgstr ""
2563
-
2564
- #: wpf-admin/usergroup.php:299
2565
- msgid ""
2566
- "This is only used when a new Usergroup is created, it automatically gets the "
2567
- "selected Forum Access in all forums."
2568
- msgstr ""
2569
-
2570
- #: wpf-admin/usergroup.php:303
2571
- msgid "Display on Members List"
2572
- msgstr ""
2573
-
2574
- #: wpf-admin/usergroup.php:307
2575
- msgid "Can be also used as Secondary Usergroup"
2576
- msgstr ""
2577
-
2578
- #: wpf-admin/usergroup.php:327 wpf-includes/wpf-phrases.php:374
2579
- msgid "add"
2580
- msgstr "aggiungi"
2581
-
2582
- #: wpf-admin/usergroup.php:327
2583
- msgid "save"
2584
- msgstr "Salva"
2585
-
2586
- #: wpf-admin/usergroup.php:348
2587
- msgid "Delete Chosen Usergroup And Users"
2588
- msgstr ""
2589
-
2590
- #: wpf-admin/usergroup.php:358
2591
- msgid "Delete Chosen Usergroup And Join Users To Other Usergroup"
2592
- msgstr ""
2593
-
2594
- #: wpf-admin/usergroup.php:370
2595
- msgid "Users will be join this usergroup"
2596
- msgstr ""
2597
-
2598
- #: wpf-includes/class-api.php:203
2599
- msgid "Please login into Facebook and then click connect button again"
2600
- msgstr ""
2601
-
2602
- #: wpf-includes/class-api.php:230
2603
- msgid ""
2604
- "Your email is required to be able authorize you here. Please try loging "
2605
- "again. "
2606
- msgstr ""
2607
- "La tua email è richiesta per essere autorizzato qui. Per favore prova di "
2608
- "nuovo il login"
2609
-
2610
- #: wpf-includes/class-api.php:235
2611
- msgid "Invalid User"
2612
- msgstr "Utente non valido"
2613
-
2614
- #: wpf-includes/class-api.php:245 wpf-includes/wpf-phrases.php:638
2615
- msgid "User registration is disabled"
2616
- msgstr ""
2617
-
2618
- #: wpf-includes/class-forums.php:31 wpf-includes/wpf-phrases.php:560
2619
- msgid "Can view forum"
2620
- msgstr ""
2621
-
2622
- #: wpf-includes/class-forums.php:32 wpf-includes/wpf-phrases.php:561
2623
- msgid "Can create topic"
2624
- msgstr ""
2625
-
2626
- #: wpf-includes/class-forums.php:33 wpf-includes/wpf-phrases.php:562
2627
- msgid "Can view topic"
2628
- msgstr ""
2629
-
2630
- #: wpf-includes/class-forums.php:34 wpf-includes/wpf-phrases.php:563
2631
- msgid "Can edit topic"
2632
- msgstr ""
2633
-
2634
- #: wpf-includes/class-forums.php:35 wpf-includes/wpf-phrases.php:564
2635
- msgid "Can delete topic"
2636
- msgstr ""
2637
-
2638
- #: wpf-includes/class-forums.php:36 wpf-includes/wpf-phrases.php:565
2639
- msgid "Can post reply"
2640
- msgstr ""
2641
-
2642
- #: wpf-includes/class-forums.php:37 wpf-includes/wpf-phrases.php:566
2643
- msgid "Can view replies"
2644
- msgstr ""
2645
-
2646
- #: wpf-includes/class-forums.php:38 wpf-includes/wpf-phrases.php:567
2647
- msgid "Can edit replies"
2648
- msgstr ""
2649
-
2650
- #: wpf-includes/class-forums.php:39 wpf-includes/wpf-phrases.php:568
2651
- msgid "Can delete replies"
2652
- msgstr ""
2653
-
2654
- #: wpf-includes/class-forums.php:40 wpf-includes/wpf-phrases.php:569
2655
- msgid "Can edit own topic"
2656
- msgstr ""
2657
-
2658
- #: wpf-includes/class-forums.php:41
2659
- msgid "Can edit own reply"
2660
- msgstr ""
2661
-
2662
- #: wpf-includes/class-forums.php:42 wpf-includes/wpf-phrases.php:571
2663
- msgid "Can delete own topic"
2664
- msgstr ""
2665
-
2666
- #: wpf-includes/class-forums.php:43 wpf-includes/wpf-phrases.php:572
2667
- msgid "Can delete own reply"
2668
- msgstr ""
2669
-
2670
- #: wpf-includes/class-forums.php:44
2671
- msgid "Can add tags"
2672
- msgstr ""
2673
-
2674
- #: wpf-includes/class-forums.php:45
2675
- msgid "Can subscribe"
2676
- msgstr ""
2677
-
2678
- #: wpf-includes/class-forums.php:46 wpf-includes/wpf-phrases.php:573
2679
- msgid "Can like"
2680
- msgstr ""
2681
-
2682
- #: wpf-includes/class-forums.php:47 wpf-includes/wpf-phrases.php:574
2683
- msgid "Can report"
2684
- msgstr ""
2685
-
2686
- #: wpf-includes/class-forums.php:48 wpf-includes/wpf-phrases.php:575
2687
- msgid "Can set topic sticky"
2688
- msgstr ""
2689
-
2690
- #: wpf-includes/class-forums.php:49 wpf-includes/wpf-phrases.php:576
2691
- msgid "Can set topic private"
2692
- msgstr ""
2693
-
2694
- #: wpf-includes/class-forums.php:50 wpf-includes/wpf-phrases.php:654
2695
- msgid "Can set own topic private"
2696
- msgstr ""
2697
-
2698
- #: wpf-includes/class-forums.php:51 wpf-includes/wpf-phrases.php:655
2699
- msgid "Can view private topic"
2700
- msgstr ""
2701
-
2702
- #: wpf-includes/class-forums.php:52 wpf-includes/wpf-phrases.php:584
2703
- msgid "Can approve/unapprove content"
2704
- msgstr ""
2705
-
2706
- #: wpf-includes/class-forums.php:53 wpf-includes/wpf-phrases.php:608
2707
- msgid "Can set topic solved"
2708
- msgstr ""
2709
-
2710
- #: wpf-includes/class-forums.php:54 wpf-includes/wpf-phrases.php:609
2711
- msgid "Can set own topic solved"
2712
- msgstr ""
2713
-
2714
- #: wpf-includes/class-forums.php:55 wpf-includes/wpf-phrases.php:577
2715
- msgid "Can vote"
2716
- msgstr ""
2717
-
2718
- #: wpf-includes/class-forums.php:56 wpf-includes/wpf-phrases.php:578
2719
- msgid "Can attach file"
2720
- msgstr ""
2721
-
2722
- #: wpf-includes/class-forums.php:57 wpf-includes/wpf-phrases.php:583
2723
- msgid "Can view attached files"
2724
- msgstr ""
2725
-
2726
- #: wpf-includes/class-forums.php:58 wpf-includes/wpf-phrases.php:579
2727
- msgid "Can set topic answered"
2728
- msgstr ""
2729
-
2730
- #: wpf-includes/class-forums.php:59 wpf-includes/wpf-phrases.php:580
2731
- msgid "Can set own topic answered"
2732
- msgstr ""
2733
-
2734
- #: wpf-includes/class-forums.php:60
2735
- msgid "Can answer own question"
2736
- msgstr ""
2737
-
2738
- #: wpf-includes/class-forums.php:61 wpf-includes/wpf-phrases.php:581
2739
- msgid "Can close topic"
2740
- msgstr ""
2741
-
2742
- #: wpf-includes/class-forums.php:62 wpf-includes/wpf-phrases.php:582
2743
- msgid "Can move topic"
2744
- msgstr ""
2745
-
2746
- #: wpf-includes/class-forums.php:63 wpf-includes/wpf-phrases.php:585
2747
- msgid "Can create poll"
2748
- msgstr ""
2749
-
2750
- #: wpf-includes/class-forums.php:64 wpf-includes/wpf-phrases.php:586
2751
- msgid "Can vote poll"
2752
- msgstr ""
2753
-
2754
- #: wpf-includes/class-forums.php:65 wpf-includes/wpf-phrases.php:587
2755
- msgid "Can view poll result"
2756
- msgstr ""
2757
-
2758
- #: wpf-includes/class-forums.php:677
2759
- msgid "Add a new Subforum"
2760
- msgstr ""
2761
-
2762
- #: wpf-includes/class-forums.php:677
2763
- msgid "Add a new Forum in this Category"
2764
- msgstr ""
2765
-
2766
- #: wpf-includes/class-members.php:137
2767
- msgid "<strong>ERROR</strong>: Please enter a username."
2768
- msgstr "<strong>ERRORE</strong>: Per favore inserisci uno username"
2769
-
2770
- #: wpf-includes/class-members.php:142
2771
- msgid ""
2772
- "<strong>ERROR</strong>: This username is invalid because it uses illegal "
2773
- "characters. Please enter a valid username."
2774
- msgstr ""
2775
- "<strong>ERRORE</strong>: Questo username contiene caratteri non validi. Per "
2776
- "favore scegline un altro."
2777
-
2778
- #: wpf-includes/class-members.php:153
2779
- msgid ""
2780
- "<strong>ERROR</strong>: This username is already registered. Please choose "
2781
- "another one."
2782
- msgstr ""
2783
- "<strong>ERRORE</strong>: Questo username è già registrato. Per favore "
2784
- "scegline un altro."
2785
-
2786
- #: wpf-includes/class-members.php:158
2787
- msgid "<strong>ERROR</strong>: Sorry, that username is not allowed."
2788
- msgstr "<strong>ERRORE</strong>: Spiacente, questo username non è consentito"
2789
-
2790
- #: wpf-includes/class-members.php:163
2791
- msgid "<strong>ERROR</strong>: Please type your email address."
2792
- msgstr "<strong>ERRORE</strong>: Per favore inserisci un indirizzo email"
2793
-
2794
- #: wpf-includes/class-members.php:168
2795
- msgid "<strong>ERROR</strong>: The email address isn&#8217;t correct."
2796
- msgstr "<strong>ERRORE</strong>: L'indirizzo email non è corretto."
2797
-
2798
- #: wpf-includes/class-members.php:174
2799
- msgid ""
2800
- "<strong>ERROR</strong>: This email is already registered, please choose "
2801
- "another one."
2802
- msgstr ""
2803
- "strong>ERRORE</strong>: questo indirizzo email è già registrato, per favore "
2804
- "scegline un altro"
2805
-
2806
- #: wpf-includes/class-members.php:1806
2807
- msgid "What should be done with wpForo content owned by this user?"
2808
- msgstr ""
2809
-
2810
- #: wpf-includes/class-members.php:1808
2811
- msgid "What should be done with wpForo content owned by these users?"
2812
- msgstr ""
2813
-
2814
- #: wpf-includes/class-members.php:1812
2815
- msgid "Delete all wpForo content."
2816
- msgstr ""
2817
-
2818
- #: wpf-includes/class-members.php:1814
2819
- msgid "Attribute all content to:"
2820
- msgstr ""
2821
-
2822
- #: wpf-includes/class-moderation.php:159
2823
- msgid ""
2824
- "Probably spam file attachments have been detected by wpForo Spam Control. "
2825
- "Please moderate suspected files in Forums &gt; Tools &gt; Antispam Tab."
2826
- msgstr ""
2827
-
2828
- #: wpf-includes/class-notices.php:155
2829
- msgid "New Addons for Your Forum!"
2830
- msgstr ""
2831
-
2832
- #: wpf-includes/class-notices.php:155
2833
- msgid "Extend your forum with wpForo addons"
2834
- msgstr ""
2835
-
2836
- #: wpf-includes/class-notices.php:168
2837
- msgid "View all Addons"
2838
- msgstr ""
2839
-
2840
- #: wpf-includes/class-permissions.php:125 wpf-includes/wpf-phrases.php:420
2841
- #, php-format
2842
- msgid "%s access successfully added"
2843
- msgstr ""
2844
-
2845
- #: wpf-includes/class-permissions.php:149 wpf-includes/wpf-phrases.php:421
2846
- #, php-format
2847
- msgid "%s access successfully edited"
2848
- msgstr ""
2849
-
2850
- #: wpf-includes/class-phrases.php:181 wpf-includes/wpf-phrases.php:7
2851
- msgid " Forum"
2852
- msgstr ""
2853
-
2854
- #: wpf-includes/class-phrases.php:182 wpf-includes/wpf-phrases.php:6
2855
- msgid " Discussion Board"
2856
- msgstr ""
2857
-
2858
- #: wpf-includes/class-posts.php:39
2859
- msgid "You are not permitted to view this attachment"
2860
- msgstr "Non hai il permesso di vedere questo allegato"
2861
-
2862
- #: wpf-includes/class-subscribes.php:31
2863
- msgid "Please confirm subscription to [entry_title]"
2864
- msgstr ""
2865
-
2866
- #: wpf-includes/class-subscribes.php:32
2867
- msgid ""
2868
- "Hello [member_name]!<br>\r\n"
2869
- " Thank you for subscribing.<br>\r\n"
2870
- " This is an automated response.<br>\r\n"
2871
- " We are glad to inform you that after confirmation you will get updates from "
2872
- "- [entry_title].<br>\r\n"
2873
- " Please click on link below to complete this step.<br>\r\n"
2874
- " [confirm_link]"
2875
- msgstr ""
2876
-
2877
- #: wpf-includes/class-subscribes.php:33
2878
- msgid "New Topic"
2879
- msgstr ""
2880
-
2881
- #: wpf-includes/class-subscribes.php:34
2882
- msgid ""
2883
- "Hello [member_name]!<br>\r\n"
2884
- " New topic has been created on your subscribed forum - [forum].\r\n"
2885
- " <br><br>\r\n"
2886
- " <strong>[topic_title]</strong>\r\n"
2887
- " <blockquote>\r\n"
2888
- " [topic_desc]\r\n"
2889
- " </blockquote>\r\n"
2890
- " <br><hr>\r\n"
2891
- " If you want to unsubscribe from this forum please use the link below.<br>"
2892
- "\r\n"
2893
- " [unsubscribe_link]"
2894
- msgstr ""
2895
-
2896
- #: wpf-includes/class-subscribes.php:35
2897
- msgid "New Reply"
2898
- msgstr ""
2899
-
2900
- #: wpf-includes/class-subscribes.php:36
2901
- msgid ""
2902
- "Hello [member_name]!<br>\r\n"
2903
- " New reply has been posted on your subscribed topic - [topic].\r\n"
2904
- " <br><br>\r\n"
2905
- " <strong>[reply_title]</strong>\r\n"
2906
- " <blockquote >\r\n"
2907
- " [reply_desc]\r\n"
2908
- " </blockquote>\r\n"
2909
- " <br><hr>\r\n"
2910
- " If you want to unsubscribe from this topic please use the link below.<br>"
2911
- "\r\n"
2912
- " [unsubscribe_link]"
2913
- msgstr ""
2914
-
2915
- #: wpf-includes/class-subscribes.php:37
2916
- msgid "Forum Post Report"
2917
- msgstr ""
2918
-
2919
- #: wpf-includes/class-subscribes.php:38
2920
- msgid ""
2921
- "<strong>Report details:</strong>\r\n"
2922
- " Reporter: [reporter], <br>\r\n"
2923
- " Message: [message],<br>\r\n"
2924
- " <br>\r\n"
2925
- " [post_url]"
2926
- msgstr ""
2927
-
2928
- #: wpf-includes/class-subscribes.php:39
2929
- msgid "[blogname] New User Registration"
2930
- msgstr ""
2931
-
2932
- #: wpf-includes/class-subscribes.php:40
2933
- msgid ""
2934
- "New user registration on your site [blogname]:\r\n"
2935
- "\r\n"
2936
- "Username: [user_login]\r\n"
2937
- "\r\n"
2938
- "Email: [user_email]\r\n"
2939
- msgstr ""
2940
-
2941
- #: wpf-includes/class-subscribes.php:41
2942
- msgid "[blogname] Your username and password info"
2943
- msgstr ""
2944
-
2945
- #: wpf-includes/class-subscribes.php:42
2946
- msgid ""
2947
- "Username: [user_login]\r\n"
2948
- "\r\n"
2949
- "To set your password, visit the following address:\r\n"
2950
- "\r\n"
2951
- "[set_password_url]\r\n"
2952
- "\r\n"
2953
- msgstr ""
2954
-
2955
- #: wpf-includes/class-subscribes.php:43
2956
- msgid ""
2957
- "Hello! <br>\r\n"
2958
- "\r\n"
2959
- " You asked us to reset your password for your account using the email "
2960
- "address [user_login]. <br>\r\n"
2961
- "\r\n"
2962
- " If this was a mistake, or you didn't ask for a password reset, just ignore "
2963
- "this email and nothing will happen. <br>\r\n"
2964
- "\r\n"
2965
- " To reset your password, visit the following address: <br>\r\n"
2966
- "\r\n"
2967
- " [reset_password_url] <br>\r\n"
2968
- "\r\n"
2969
- " Thanks!"
2970
- msgstr ""
2971
-
2972
- #: wpf-includes/class-subscribes.php:48
2973
- msgid "You have been mentioned in forum post"
2974
- msgstr ""
2975
-
2976
- #: wpf-includes/class-subscribes.php:49
2977
- msgid ""
2978
- "Hi [mentioned-user-name]! <br>\r\n"
2979
- "\r\n"
2980
- " You have been mentioned in a post on \"[topic-title]\" by [author-user-"
2981
- "name].<br/><br/>\r\n"
2982
- "\r\n"
2983
- " Post URL: [post-url]"
2984
- msgstr ""
2985
-
2986
- #: wpf-includes/class-template.php:95
2987
- msgid "Insert link"
2988
- msgstr "Inserisci link"
2989
-
2990
- #: wpf-includes/class-template.php:96
2991
- msgid "Link Text"
2992
- msgstr ""
2993
-
2994
- #: wpf-includes/class-template.php:97
2995
- msgid "Open link in a new tab"
2996
- msgstr "apri il link in una nuova finestra"
2997
-
2998
- #: wpf-includes/class-template.php:1526 wpf-includes/wpf-phrases.php:327
2999
- msgid "Theme file not readable"
3000
- msgstr ""
3001
-
3002
- #: wpf-includes/class-usergroups.php:23 wpf-includes/wpf-phrases.php:533
3003
- msgid "Dashboard - Manage Forums"
3004
- msgstr ""
3005
-
3006
- #: wpf-includes/class-usergroups.php:24 wpf-includes/wpf-phrases.php:534
3007
- msgid "Dashboard - Manage Settings"
3008
- msgstr ""
3009
-
3010
- #: wpf-includes/class-usergroups.php:25 wpf-includes/wpf-phrases.php:535
3011
- msgid "Dashboard - Manage Tools"
3012
- msgstr ""
3013
-
3014
- #: wpf-includes/class-usergroups.php:26 wpf-includes/wpf-phrases.php:539
3015
- msgid "Dashboard - Manage Members"
3016
- msgstr ""
3017
-
3018
- #: wpf-includes/class-usergroups.php:27 wpf-includes/wpf-phrases.php:536
3019
- msgid "Dashboard - Moderate Topics & Posts"
3020
- msgstr ""
3021
-
3022
- #: wpf-includes/class-usergroups.php:28 wpf-includes/wpf-phrases.php:542
3023
- msgid "Dashboard - Manage Usergroups"
3024
- msgstr ""
3025
-
3026
- #: wpf-includes/class-usergroups.php:29 wpf-includes/wpf-phrases.php:537
3027
- msgid "Dashboard - Manage Phrases"
3028
- msgstr ""
3029
-
3030
- #: wpf-includes/class-usergroups.php:30 wpf-includes/wpf-phrases.php:538
3031
- msgid "Dashboard - Manage Themes"
3032
- msgstr ""
3033
-
3034
- #: wpf-includes/class-usergroups.php:32 wpf-includes/wpf-phrases.php:540
3035
- msgid "Dashboard - Can edit member"
3036
- msgstr ""
3037
-
3038
- #: wpf-includes/class-usergroups.php:33
3039
- msgid "Dashboard - Can ban member"
3040
- msgstr ""
3041
-
3042
- #: wpf-includes/class-usergroups.php:34 wpf-includes/wpf-phrases.php:541
3043
- msgid "Dashboard - Can delete member"
3044
- msgstr ""
3045
-
3046
- #: wpf-includes/class-usergroups.php:36
3047
- msgid "Front - Can pass moderation"
3048
- msgstr ""
3049
-
3050
- #: wpf-includes/class-usergroups.php:37 wpf-includes/wpf-phrases.php:543
3051
- msgid "Front - Can view members"
3052
- msgstr ""
3053
-
3054
- #: wpf-includes/class-usergroups.php:38 wpf-includes/wpf-phrases.php:544
3055
- msgid "Front - Can view profiles"
3056
- msgstr ""
3057
-
3058
- #: wpf-includes/class-usergroups.php:39
3059
- msgid "Front - Can view member activity"
3060
- msgstr ""
3061
-
3062
- #: wpf-includes/class-usergroups.php:40
3063
- msgid "Front - Can view member subscriptions"
3064
- msgstr ""
3065
-
3066
- #: wpf-includes/class-usergroups.php:42 wpf-includes/wpf-phrases.php:545
3067
- msgid "Front - Can upload avatar"
3068
- msgstr ""
3069
-
3070
- #: wpf-includes/class-usergroups.php:43
3071
- msgid "Front - Can have signaturee"
3072
- msgstr ""
3073
-
3074
- #: wpf-includes/class-usergroups.php:44 wpf-includes/wpf-phrases.php:547
3075
- msgid "Front - Can view avatars"
3076
- msgstr ""
3077
-
3078
- #: wpf-includes/class-usergroups.php:46 wpf-includes/wpf-phrases.php:548
3079
- msgid "Front - Can view member username"
3080
- msgstr ""
3081
-
3082
- #: wpf-includes/class-usergroups.php:47 wpf-includes/wpf-phrases.php:549
3083
- msgid "Front - Can view member email"
3084
- msgstr ""
3085
-
3086
- #: wpf-includes/class-usergroups.php:48 wpf-includes/wpf-phrases.php:550
3087
- msgid "Front - Can view member title"
3088
- msgstr ""
3089
-
3090
- #: wpf-includes/class-usergroups.php:49
3091
- msgid "Front - Can view member custom title"
3092
- msgstr ""
3093
-
3094
- #: wpf-includes/class-usergroups.php:50 wpf-includes/wpf-phrases.php:551
3095
- msgid "Front - Can view member reputation"
3096
- msgstr ""
3097
-
3098
- #: wpf-includes/class-usergroups.php:51 wpf-includes/wpf-phrases.php:552
3099
- msgid "Front - Can view member website"
3100
- msgstr ""
3101
-
3102
- #: wpf-includes/class-usergroups.php:52 wpf-includes/wpf-phrases.php:553
3103
- msgid "Front - Can view member social networks"
3104
- msgstr ""
3105
-
3106
- #: wpf-includes/class-usergroups.php:53 wpf-includes/wpf-phrases.php:554
3107
- msgid "Front - Can view member reg. date"
3108
- msgstr ""
3109
-
3110
- #: wpf-includes/class-usergroups.php:54 wpf-includes/wpf-phrases.php:555
3111
- msgid "Front - Can view member location"
3112
- msgstr ""
3113
-
3114
- #: wpf-includes/class-usergroups.php:55 wpf-includes/wpf-phrases.php:556
3115
- msgid "Front - Can view member occupation"
3116
- msgstr ""
3117
-
3118
- #: wpf-includes/class-usergroups.php:56 wpf-includes/wpf-phrases.php:557
3119
- msgid "Front - Can view member signature"
3120
- msgstr ""
3121
-
3122
- #: wpf-includes/class-usergroups.php:57 wpf-includes/wpf-phrases.php:558
3123
- msgid "Front - Can view member about me"
3124
- msgstr ""
3125
-
3126
- #: wpf-includes/class-usergroups.php:58 wpf-includes/wpf-phrases.php:559
3127
- msgid "Front - Can write PM"
3128
- msgstr ""
3129
-
3130
- #: wpf-includes/functions-installation.php:347
3131
- msgid "Main Category"
3132
- msgstr ""
3133
-
3134
- #: wpf-includes/functions-installation.php:347
3135
- msgid "This is a simple category / section"
3136
- msgstr ""
3137
-
3138
- #: wpf-includes/functions-installation.php:348
3139
- msgid "Main Forum"
3140
- msgstr ""
3141
-
3142
- #: wpf-includes/functions-installation.php:348
3143
- msgid "This is a simple parent forum"
3144
- msgstr ""
3145
-
3146
- #: wpf-includes/functions-installation.php:681
3147
- msgid "Start Profile Synchronization"
3148
- msgstr ""
3149
-
3150
- #: wpf-includes/functions-installation.php:681
3151
- msgid "Continue Synchronization"
3152
- msgstr ""
3153
-
3154
- #: wpf-includes/functions-installation.php:684
3155
- msgid ""
3156
- "This process may take a few seconds or dozens of minutes, please be patient "
3157
- "and don't close this page."
3158
- msgstr ""
3159
-
3160
- #: wpf-includes/functions-installation.php:685
3161
- msgid ""
3162
- "You can permanently disable this message in Dashboard > Forums > Features "
3163
- "admin page."
3164
- msgstr ""
3165
-
3166
- #: wpf-includes/functions-installation.php:687
3167
- msgid "wpForo Forum Installation | "
3168
- msgstr ""
3169
-
3170
- #: wpf-includes/functions-installation.php:688
3171
- msgid ""
3172
- "Forum users' profile data are not synchronized yet, this step is required! "
3173
- "Please click the button below to complete installation."
3174
- msgstr ""
3175
-
3176
- #: wpf-includes/functions-installation.php:699
3177
- msgid ""
3178
- "This process may take a few seconds or dozens of minutes, please be patient "
3179
- "and don't close this page. Database backup is not required. If you got 500 "
3180
- "Server Error please don't worry, the data updating process is still working "
3181
- "in MySQL server."
3182
- msgstr ""
3183
-
3184
- #: wpf-includes/functions-installation.php:700
3185
- msgid "Updater Database"
3186
- msgstr ""
3187
-
3188
- #: wpf-includes/functions-installation.php:701
3189
- msgid "wpForo - Update Database "
3190
- msgstr ""
3191
-
3192
- #: wpf-includes/functions-installation.php:702
3193
- msgid "Please click the button below to complete wpForo update."
3194
- msgstr ""
3195
-
3196
- #: wpf-includes/functions-template.php:7
3197
- msgid "wpForo Menu"
3198
- msgstr ""
3199
-
3200
- #: wpf-includes/functions-template.php:156 wpf-includes/wpf-phrases.php:410
3201
- msgid "wpForo Sidebar"
3202
- msgstr ""
3203
-
3204
- #: wpf-includes/functions-template.php:157 wpf-includes/wpf-phrases.php:191
3205
- msgid ""
3206
- "NOTE: If you're going to add widgets in this sidebar, please use 'Full "
3207
- "Width' template for wpForo index page to avoid sidebar duplication."
3208
- msgstr ""
3209
-
3210
- #: wpf-includes/functions-template.php:195
3211
- #: wpf-includes/functions-template.php:301
3212
- #: wpf-includes/functions-template.php:364
3213
- #: wpf-includes/functions-template.php:474
3214
- #: wpf-includes/functions-template.php:572
3215
- #: wpf-includes/functions-template.php:617
3216
- #: wpf-includes/functions-template.php:668 wpf-includes/wpf-phrases.php:334
3217
- msgid "Title"
3218
- msgstr "Titolo"
3219
-
3220
- #: wpf-includes/functions-template.php:368
3221
- msgid "User Groups"
3222
- msgstr ""
3223
-
3224
- #: wpf-includes/functions-template.php:374
3225
- #: wpf-includes/functions-template.php:491
3226
- #: wpf-includes/functions-template.php:575
3227
- #: wpf-includes/functions-template.php:677 wpf-includes/wpf-phrases.php:210
3228
- msgid "Number of Items"
3229
- msgstr ""
3230
-
3231
- #: wpf-includes/functions-template.php:380 wpf-includes/wpf-phrases.php:70
3232
- msgid "Display Avatars"
3233
- msgstr ""
3234
-
3235
- #: wpf-includes/functions-template.php:409
3236
- msgid "Created Date"
3237
- msgstr ""
3238
-
3239
- #: wpf-includes/functions-template.php:410
3240
- msgid "Modified Date"
3241
- msgstr ""
3242
-
3243
- #: wpf-includes/functions-template.php:411
3244
- msgid "Posts Count"
3245
- msgstr "Conteggio post"
3246
-
3247
- #: wpf-includes/functions-template.php:412
3248
- msgid "Views Count"
3249
- msgstr "Conteggio visualizzazioni"
3250
-
3251
- #: wpf-includes/functions-template.php:415
3252
- msgid "DESC"
3253
- msgstr "DISC"
3254
-
3255
- #: wpf-includes/functions-template.php:416
3256
- msgid "ASC"
3257
- msgstr ""
3258
-
3259
- #: wpf-includes/functions-template.php:478
3260
- msgid "Order by"
3261
- msgstr "Ordina per"
3262
-
3263
- #: wpf-includes/functions-template.php:495
3264
- #: wpf-includes/functions-template.php:579 wpf-includes/wpf-phrases.php:72
3265
- msgid "Display with Avatars"
3266
- msgstr ""
3267
-
3268
- #: wpf-includes/functions-template.php:672
3269
- msgid "Topic Counts"
3270
- msgstr ""
3271
-
3272
- #: wpf-includes/functions.php:378
3273
- msgid "Unapproved"
3274
- msgstr "Disapprovato"
3275
-
3276
- #: wpf-includes/functions.php:379
3277
- msgid "Published"
3278
- msgstr "Pubblicato"
3279
-
3280
- #: wpf-includes/functions.php:388 wpf-includes/wpf-phrases.php:597
3281
- msgid "Active"
3282
- msgstr "Attivo"
3283
-
3284
- #: wpf-includes/functions.php:389
3285
- msgid "Banned"
3286
- msgstr "Bannato"
3287
-
3288
- #: wpf-includes/functions.php:402 wpf-includes/functions.php:704
3289
- #: wpf-includes/wpf-phrases.php:50
3290
- msgid "Bulk Actions"
3291
- msgstr ""
3292
-
3293
- #: wpf-includes/functions.php:407 wpf-includes/functions.php:808
3294
- #: wpf-includes/wpf-phrases.php:36
3295
- msgid "Apply"
3296
- msgstr "Applica"
3297
-
3298
- #: wpf-includes/functions.php:416 wpf-includes/wpf-phrases.php:300
3299
- msgid "Show all forums"
3300
- msgstr "Mostra tutti i forum"
3301
-
3302
- #: wpf-includes/functions.php:429 wpf-includes/wpf-phrases.php:350
3303
- msgid "filter by group"
3304
- msgstr "Filtra per gruppo"
3305
-
3306
- #: wpf-includes/functions.php:441
3307
- msgid "filter by status"
3308
- msgstr "Filtra per status"
3309
-
3310
- #: wpf-includes/functions.php:457
3311
- msgid "filter by package"
3312
- msgstr ""
3313
-
3314
- #: wpf-includes/functions.php:486
3315
- msgid "filter by user"
3316
- msgstr "Filtra per utente"
3317
-
3318
- #: wpf-includes/functions.php:506 wpf-includes/functions.php:712
3319
- #: wpf-includes/wpf-phrases.php:385
3320
- msgid "item"
3321
- msgstr "elemento"
3322
-
3323
- #: wpf-includes/functions.php:539 wpf-includes/functions.php:555
3324
- #: wpf-includes/wpf-phrases.php:284
3325
- msgid "Select All"
3326
- msgstr "Seleziona tutto"
3327
-
3328
- #: wpf-includes/functions.php:544 wpf-includes/functions.php:560
3329
- msgid "Type"
3330
- msgstr ""
3331
-
3332
- #: wpf-includes/functions.php:617 wpf-includes/wpf-phrases.php:383
3333
- msgid "edit user"
3334
- msgstr "Modifica utente"
3335
-
3336
- #: wpf-includes/functions.php:621 wpf-includes/wpf-phrases.php:382
3337
- msgid "edit profile"
3338
- msgstr "Modifica profilo"
3339
-
3340
- #: wpf-includes/functions.php:626
3341
- msgid "unban user"
3342
- msgstr "Togli il ban all'utente"
3343
-
3344
- #: wpf-includes/functions.php:626
3345
- msgid "ban user"
3346
- msgstr "banna utente"
3347
-
3348
- #: wpf-includes/functions.php:626
3349
- msgid "Are you sure, you want to unban this user?"
3350
- msgstr ""
3351
-
3352
- #: wpf-includes/functions.php:626
3353
- msgid "Are you sure, you want to ban this user?"
3354
- msgstr ""
3355
-
3356
- #: wpf-includes/functions.php:631 wpf-includes/functions.php:641
3357
- #: wpf-includes/wpf-phrases.php:67
3358
- msgid "Delete this item"
3359
- msgstr ""
3360
-
3361
- #: wpf-includes/functions.php:631 wpf-includes/functions.php:641
3362
- #: wpf-includes/wpf-phrases.php:41
3363
- msgid "Are you sure you want to DELETE this item?"
3364
- msgstr ""
3365
-
3366
- #: wpf-includes/functions.php:636
3367
- msgid "unapprove this item"
3368
- msgstr "disapprova questo elemento"
3369
-
3370
- #: wpf-includes/functions.php:636
3371
- msgid "Approve this item"
3372
- msgstr "Approva questo elemento"
3373
-
3374
- #: wpf-includes/functions.php:636 wpf-includes/wpf-phrases.php:685
3375
- msgid "unapprove"
3376
- msgstr "disapprova"
3377
-
3378
- #: wpf-includes/functions.php:636 wpf-includes/wpf-phrases.php:684
3379
- msgid "approve"
3380
- msgstr "approva"
3381
-
3382
- #: wpf-includes/functions.php:658 wpf-includes/functions.php:659
3383
- #: wpf-includes/wpf-phrases.php:404
3384
- msgid "view"
3385
- msgstr "Vedi"
3386
-
3387
- #: wpf-includes/functions.php:683
3388
- msgid "Topic"
3389
- msgstr "Discussione"
3390
-
3391
- #: wpf-includes/functions.php:683
3392
- msgid "Post"
3393
- msgstr ""
3394
-
3395
- #: wpf-includes/functions.php:696 wpf-includes/wpf-phrases.php:200
3396
- msgid "No items found"
3397
- msgstr "Nessun elemento trovato"
3398
-
3399
- #: wpf-includes/functions.php:807 wpf-includes/wpf-phrases.php:141
3400
- msgid "Items"
3401
- msgstr "elementi"
3402
-
3403
- #: wpf-includes/functions.php:1206
3404
- #, php-format
3405
- msgid "Could not write file %s"
3406
- msgstr ""
3407
-
3408
- #: wpf-includes/integration/buddypress.php:34
3409
- msgid "Search Forums..."
3410
- msgstr "Cerca nei forum"
3411
-
3412
- #: wpf-includes/integration/buddypress.php:78 wpf-includes/wpf-phrases.php:789
3413
- msgid "Topics Started"
3414
- msgstr "Discussioni iniziate"
3415
-
3416
- #: wpf-includes/integration/buddypress.php:89 wpf-includes/wpf-phrases.php:790
3417
- msgid "Replies Created"
3418
- msgstr "Risposte create"
3419
-
3420
- #: wpf-includes/integration/buddypress.php:100 wpf-includes/wpf-phrases.php:791
3421
- msgid "Liked Posts"
3422
- msgstr "Post apprezzati"
3423
-
3424
- #: wpf-includes/integration/buddypress.php:112 wpf-includes/wpf-phrases.php:318
3425
- msgid "Subscriptions"
3426
- msgstr "Sottoscrizioni"
3427
-
3428
- #: wpf-includes/integration/buddypress.php:526
3429
- msgid "Topic reply"
3430
- msgstr "Risposta alla discussione"
3431
-
3432
- #: wpf-includes/integration/buddypress.php:529
3433
- #, php-format
3434
- msgid "You have %d new replies"
3435
- msgstr "Hai %d nuove risposte"
3436
-
3437
- #: wpf-includes/integration/buddypress.php:533
3438
- #, php-format
3439
- msgid "You have %d new reply to %2$s from %3$s"
3440
- msgstr "Hai %d nuove risposte su %2$s da %3$s"
3441
-
3442
- #: wpf-includes/integration/buddypress.php:535
3443
- #, php-format
3444
- msgid "You have %d new reply to %s"
3445
- msgstr "Hai %d nuove risposte a %s"
3446
-
3447
- #: wpf-includes/integration/buddypress.php:694
3448
- msgid "Are you sure you wanted to do that?"
3449
- msgstr ""
3450
-
3451
- #: wpf-includes/integration/buddypress.php:698
3452
- msgid "You do not have permission to mark notifications for that user."
3453
- msgstr ""
3454
-
3455
- #: wpf-includes/integration/ultimate-member.php:62
3456
- #: wpf-includes/integration/ultimate-member.php:375
3457
- msgid "User leaves a reply to wpForo topic"
3458
- msgstr ""
3459
-
3460
- #: wpf-includes/integration/ultimate-member.php:64
3461
- #: wpf-includes/integration/ultimate-member.php:377
3462
- msgid "When a member replies to one of my forum topics"
3463
- msgstr ""
3464
-
3465
- #: wpf-includes/integration/ultimate-member.php:67
3466
- #: wpf-includes/integration/ultimate-member.php:380
3467
- msgid "User replied to wpForo post"
3468
- msgstr ""
3469
-
3470
- #: wpf-includes/integration/ultimate-member.php:69
3471
- #: wpf-includes/integration/ultimate-member.php:382
3472
- msgid "When a member replies to one of my post in forum topics"
3473
- msgstr ""
3474
-
3475
- #: wpf-includes/wpf-hooks.php:20 wpf-includes/wpf-phrases.php:136
3476
- msgid ""
3477
- "IMPORTANT! Uninstall is not a simple deactivation action. This action will "
3478
- "permanently remove all forum data (forums, topics, replies, attachments...) "
3479
- "from database. Please backup database before this action, you may need this "
3480
- "forum data in future. If you are sure that you want to delete all forum data "
3481
- "please confirm. If not, just cancel it, then you can deactivate this plugin, "
3482
- "that will not remove forum data."
3483
- msgstr ""
3484
-
3485
- #: wpf-includes/wpf-hooks.php:20
3486
- msgid "Uninstall"
3487
- msgstr ""
3488
-
3489
- #: wpf-includes/wpf-hooks.php:1139
3490
- msgid "Move"
3491
- msgstr "Sposta"
3492
-
3493
- #: wpf-includes/wpf-hooks.php:1174
3494
- msgid "Clear"
3495
- msgstr "Pulisci"
3496
-
3497
- #: wpf-includes/wpf-hooks.php:1174
3498
- msgid "Select Color"
3499
- msgstr ""
3500
-
3501
- #: wpf-includes/wpf-hooks.php:1191
3502
- msgid "Please check one of reasons before sending feedback!"
3503
- msgstr ""
3504
-
3505
- #: wpf-includes/wpf-hooks.php:1208
3506
- msgid ""
3507
- "IMPORTANT: wpForo can't work with default permalink, please change permalink "
3508
- "structure"
3509
- msgstr ""
3510
-
3511
- #: wpf-includes/wpf-hooks.php:1230
3512
- msgid "Forum Profile Fields - wpForo"
3513
- msgstr ""
3514
-
3515
- #: wpf-includes/wpf-hooks.php:1238
3516
- msgid "Forum - Usergroup"
3517
- msgstr ""
3518
-
3519
- #: wpf-includes/wpf-hooks.php:1243
3520
- #, php-format
3521
- msgid ""
3522
- "Forum Usergroups are synched with User Roles based on the %s. When you "
3523
- "change this user Role the Usergroup is automatically changed according to "
3524
- "that table."
3525
- msgstr ""
3526
-
3527
- #: wpf-includes/wpf-hooks.php:1253
3528
- msgid "Role-Usergroup Synchronization is Turned ON!"
3529
- msgstr ""
3530
-
3531
- #: wpf-includes/wpf-hooks.php:1254
3532
- msgid ""
3533
- "This user Usergroup is automatically changed according to current Role. If "
3534
- "you want to disable Role-Usergroup synchronization and manage Usergroups and "
3535
- "User Roles independently, please navigate to <b>Forums > Settings > "
3536
- "Features</b> admin page and disable \"Role-Usergroup Synchronization\" "
3537
- "option."
3538
- msgstr ""
3539
-
3540
- #: wpf-includes/wpf-hooks.php:1265
3541
- msgid "Forum - Secondary Usergroups"
3542
- msgstr ""
3543
-
3544
- #: wpf-includes/wpf-hooks.php:1287
3545
- msgid "Forum - User Timezone"
3546
- msgstr ""
3547
-
3548
- #: wpf-includes/wpf-hooks.php:1584 wpf-includes/wpf-hooks.php:1683
3549
- msgid "Please Moderate: "
3550
- msgstr ""
3551
-
3552
- #: wpf-includes/wpf-hooks.php:1585
3553
- msgid ""
3554
- "This topic is currently unapproved. You can approve topics in Dashboard "
3555
- "&raquo; Forums &raquo; Moderation admin page."
3556
- msgstr ""
3557
-
3558
- #: wpf-includes/wpf-hooks.php:1684
3559
- msgid ""
3560
- "This post is currently unapproved. You can approve posts in Dashboard "
3561
- "&raquo; Forums &raquo; Moderation admin page."
3562
- msgstr ""
3563
-
3564
- #: wpf-includes/wpf-hooks.php:2175 wpf-includes/wpf-hooks.php:2197
3565
- msgid "New Forum"
3566
- msgstr ""
3567
-
3568
- #: wpf-includes/wpf-hooks.php:2177
3569
- msgid "New User Group"
3570
- msgstr "Nuovo gruppo"
3571
-
3572
- #: wpf-includes/wpf-hooks.php:2179 wpf-includes/wpf-hooks.php:2225
3573
- msgid "New Phrase"
3574
- msgstr "Nuova frase"
3575
-
3576
- #: wpf-includes/wpf-hooks.php:2191
3577
- msgid "Forum Dashboard"
3578
- msgstr ""
3579
-
3580
- #: wpf-includes/wpf-hooks.php:2219
3581
- msgid "New Usergroup"
3582
- msgstr ""
3583
-
3584
- #: wpf-includes/wpf-phrases.php:8
3585
- #, php-format
3586
- msgid "%s and %s liked"
3587
- msgstr "%s e %s hanno apprezzato"
3588
-
3589
- #: wpf-includes/wpf-phrases.php:9
3590
- #, php-format
3591
- msgid "%s liked"
3592
- msgstr "%s hanno apprezzato"
3593
-
3594
- #: wpf-includes/wpf-phrases.php:10
3595
- #, php-format
3596
- msgid "%s, %s and %s liked"
3597
- msgstr "%s, %s e %s hanno apprezzato"
3598
-
3599
- #: wpf-includes/wpf-phrases.php:11
3600
- #, php-format
3601
- msgid "%s, %s, %s and %d people liked"
3602
- msgstr "%s, %s, %s e %d persone hanno apprezzato"
3603
-
3604
- #: wpf-includes/wpf-phrases.php:12
3605
- msgid "AOL IM"
3606
- msgstr ""
3607
-
3608
- #: wpf-includes/wpf-phrases.php:13
3609
- msgid "About Me"
3610
- msgstr "Su di me"
3611
-
3612
- #: wpf-includes/wpf-phrases.php:16
3613
- msgid "Account"
3614
- msgstr ""
3615
-
3616
- #: wpf-includes/wpf-phrases.php:19
3617
- msgid "Activity"
3618
- msgstr "Attività"
3619
-
3620
- #: wpf-includes/wpf-phrases.php:23
3621
- msgid "Add a comment"
3622
- msgstr "aggiungi un commento"
3623
-
3624
- #: wpf-includes/wpf-phrases.php:24
3625
- msgid "Add topic"
3626
- msgstr "Aggiungi discussione"
3627
-
3628
- #: wpf-includes/wpf-phrases.php:32
3629
- msgid "Answer"
3630
- msgstr "Risposta"
3631
-
3632
- #: wpf-includes/wpf-phrases.php:33
3633
- msgid "Answer to"
3634
- msgstr "Risposta a"
3635
-
3636
- #: wpf-includes/wpf-phrases.php:34
3637
- msgid "Answers"
3638
- msgstr "Risposte"
3639
-
3640
- #: wpf-includes/wpf-phrases.php:35
3641
- msgid "Any Date"
3642
- msgstr "Qualunque data"
3643
-
3644
- #: wpf-includes/wpf-phrases.php:42
3645
- msgid "Ascending order"
3646
- msgstr "Ordine ascendente"
3647
-
3648
- #: wpf-includes/wpf-phrases.php:43
3649
- msgid "Attach file:"
3650
- msgstr "Allega file:"
3651
-
3652
- #: wpf-includes/wpf-phrases.php:44
3653
- msgid "Attachments"
3654
- msgstr "Allegati"
3655
-
3656
- #: wpf-includes/wpf-phrases.php:45
3657
- msgid "Attachments Size"
3658
- msgstr "Dimensione allegati"
3659
-
3660
- #: wpf-includes/wpf-phrases.php:47
3661
- msgid "Avatar"
3662
- msgstr ""
3663
-
3664
- #: wpf-includes/wpf-phrases.php:53
3665
- msgid "Change password"
3666
- msgstr "Cambia password"
3667
-
3668
- #: wpf-includes/wpf-phrases.php:54
3669
- msgid "Choose Target Forum"
3670
- msgstr ""
3671
-
3672
- #: wpf-includes/wpf-phrases.php:58
3673
- msgid "Comments"
3674
- msgstr "Commenti"
3675
-
3676
- #: wpf-includes/wpf-phrases.php:59
3677
- msgid "Confirm my subscription"
3678
- msgstr "Conferma la mia sottoscrizione"
3679
-
3680
- #: wpf-includes/wpf-phrases.php:65
3681
- msgid "Date"
3682
- msgstr "Data"
3683
-
3684
- #: wpf-includes/wpf-phrases.php:68
3685
- msgid "Descending order"
3686
- msgstr "Ordine discendente"
3687
-
3688
- #: wpf-includes/wpf-phrases.php:71
3689
- msgid "Display Name"
3690
- msgstr "Nome mostrato"
3691
-
3692
- #: wpf-includes/wpf-phrases.php:74
3693
- msgid "Edited: "
3694
- msgstr "Modificato da:"
3695
-
3696
- #: wpf-includes/wpf-phrases.php:75
3697
- msgid "Email"
3698
- msgstr ""
3699
-
3700
- #: wpf-includes/wpf-phrases.php:88
3701
- msgid "Enter title here"
3702
- msgstr ""
3703
-
3704
- #: wpf-includes/wpf-phrases.php:90
3705
- msgid "Extended Layout - Intro posts"
3706
- msgstr ""
3707
-
3708
- #: wpf-includes/wpf-phrases.php:91
3709
- msgid "Extended Layout - Intro topics"
3710
- msgstr ""
3711
-
3712
- #: wpf-includes/wpf-phrases.php:92
3713
- msgid "Extended Layout - Number of intro posts"
3714
- msgstr ""
3715
-
3716
- #: wpf-includes/wpf-phrases.php:93
3717
- msgid "Extended Layout - Number of intro topics"
3718
- msgstr ""
3719
-
3720
- #: wpf-includes/wpf-phrases.php:94
3721
- msgid "Facebook"
3722
- msgstr ""
3723
-
3724
- #: wpf-includes/wpf-phrases.php:95
3725
- msgid "Failed to write file to disk"
3726
- msgstr ""
3727
-
3728
- #: wpf-includes/wpf-phrases.php:97
3729
- msgid "File upload stopped by extension"
3730
- msgstr ""
3731
-
3732
- #: wpf-includes/wpf-phrases.php:98
3733
- msgid "Find Posts by User"
3734
- msgstr "Cerca post per utente"
3735
-
3736
- #: wpf-includes/wpf-phrases.php:99
3737
- msgid "Find Topics Started by User"
3738
- msgstr "Trova discussioni iniziate dall'utente"
3739
-
3740
- #: wpf-includes/wpf-phrases.php:100
3741
- msgid "First post and replies"
3742
- msgstr ""
3743
-
3744
- #: wpf-includes/wpf-phrases.php:102
3745
- msgid "Forum - Login"
3746
- msgstr ""
3747
-
3748
- #: wpf-includes/wpf-phrases.php:103
3749
- msgid "Forum - Page Not Found"
3750
- msgstr "Forum - Pagina non trovata"
3751
-
3752
- #: wpf-includes/wpf-phrases.php:104
3753
- msgid "Forum - Registration"
3754
- msgstr "Forum - Registrazione"
3755
-
3756
- #: wpf-includes/wpf-phrases.php:106
3757
- msgid "Forum Admin Email Addresses"
3758
- msgstr ""
3759
-
3760
- #: wpf-includes/wpf-phrases.php:109
3761
- msgid "Forum Home"
3762
- msgstr ""
3763
-
3764
- #: wpf-includes/wpf-phrases.php:110
3765
- msgid "Forum Language"
3766
- msgstr ""
3767
-
3768
- #: wpf-includes/wpf-phrases.php:111
3769
- msgid "Forum Members"
3770
- msgstr "Utenti forum"
3771
-
3772
- #: wpf-includes/wpf-phrases.php:114
3773
- msgid "Forum Profile"
3774
- msgstr "Profilo forum"
3775
-
3776
- #: wpf-includes/wpf-phrases.php:115
3777
- msgid "Forum RSS Feed"
3778
- msgstr ""
3779
-
3780
- #: wpf-includes/wpf-phrases.php:119
3781
- msgid "Forum Statistics"
3782
- msgstr ""
3783
-
3784
- #: wpf-includes/wpf-phrases.php:122
3785
- msgid "Forum is empty"
3786
- msgstr ""
3787
-
3788
- #: wpf-includes/wpf-phrases.php:125
3789
- msgid "From Email Address"
3790
- msgstr "Dall'indirizzo Email "
3791
-
3792
- #: wpf-includes/wpf-phrases.php:126
3793
- msgid "From Name"
3794
- msgstr "Da nome"
3795
-
3796
- #: wpf-includes/wpf-phrases.php:131
3797
- msgid "Group"
3798
- msgstr "Gruppo"
3799
-
3800
- #: wpf-includes/wpf-phrases.php:132
3801
- msgid "Google+"
3802
- msgstr ""
3803
-
3804
- #: wpf-includes/wpf-phrases.php:135
3805
- msgid "ICQ"
3806
- msgstr ""
3807
-
3808
- #: wpf-includes/wpf-phrases.php:139
3809
- msgid "Insert member name or email"
3810
- msgstr "Inserisci nome utente o email"
3811
-
3812
- #: wpf-includes/wpf-phrases.php:142
3813
- msgid "Joined"
3814
- msgstr "Registrato"
3815
-
3816
- #: wpf-includes/wpf-phrases.php:145
3817
- msgid "Last 24 hours"
3818
- msgstr "Ultime 24 ore"
3819
-
3820
- #: wpf-includes/wpf-phrases.php:146
3821
- msgid "Last 3 Months"
3822
- msgstr "Ultimi 3 mesi"
3823
-
3824
- #: wpf-includes/wpf-phrases.php:147
3825
- msgid "Last 6 Months"
3826
- msgstr "Ultimi 6 mesi"
3827
-
3828
- #: wpf-includes/wpf-phrases.php:148
3829
- msgid "Last Active"
3830
- msgstr "Ultimo attivo"
3831
-
3832
- #: wpf-includes/wpf-phrases.php:149
3833
- msgid "Last Month"
3834
- msgstr "Ultimo mese"
3835
-
3836
- #: wpf-includes/wpf-phrases.php:150
3837
- msgid "Last Post"
3838
- msgstr "Ultimi post"
3839
-
3840
- #: wpf-includes/wpf-phrases.php:151
3841
- msgid "Last Post Info"
3842
- msgstr "Ultimi post"
3843
-
3844
- #: wpf-includes/wpf-phrases.php:152
3845
- msgid "Last Week"
3846
- msgstr "Scorsa settimana"
3847
-
3848
- #: wpf-includes/wpf-phrases.php:153
3849
- msgid "Last Year ago"
3850
- msgstr "Lo scorso anno"
3851
-
3852
- #: wpf-includes/wpf-phrases.php:154
3853
- #, php-format
3854
- msgid "Last post by %s"
3855
- msgstr "Ultimo post da %s"
3856
-
3857
- #: wpf-includes/wpf-phrases.php:155
3858
- msgid "Latest Post"
3859
- msgstr "Post recenti"
3860
-
3861
- #: wpf-includes/wpf-phrases.php:156
3862
- msgid "Leave a reply"
3863
- msgstr "Lascia una risposta"
3864
-
3865
- #: wpf-includes/wpf-phrases.php:157
3866
- msgid "Length must be between 3 characters and 30 characters."
3867
- msgstr ""
3868
-
3869
- #: wpf-includes/wpf-phrases.php:159
3870
- msgid "Liked"
3871
- msgstr "apprezzati"
3872
-
3873
- #: wpf-includes/wpf-phrases.php:160
3874
- msgid "Location"
3875
- msgstr ""
3876
-
3877
- #: wpf-includes/wpf-phrases.php:161
3878
- msgid "Login"
3879
- msgstr ""
3880
-
3881
- #: wpf-includes/wpf-phrases.php:163
3882
- msgid "Logout"
3883
- msgstr ""
3884
-
3885
- #: wpf-includes/wpf-phrases.php:165
3886
- msgid "Lost your password?"
3887
- msgstr "Hai perso la password?"
3888
-
3889
- #: wpf-includes/wpf-phrases.php:167
3890
- msgid "MSN"
3891
- msgstr ""
3892
-
3893
- #: wpf-includes/wpf-phrases.php:168
3894
- msgid "Maximum allowed file size is"
3895
- msgstr "Dimensione file massima"
3896
-
3897
- #: wpf-includes/wpf-phrases.php:170
3898
- msgid "Member Activity"
3899
- msgstr "Attività utente"
3900
-
3901
- #: wpf-includes/wpf-phrases.php:171
3902
- msgid "Member Information"
3903
- msgstr "Informazioni utente"
3904
-
3905
- #: wpf-includes/wpf-phrases.php:172
3906
- msgid "Member Rating"
3907
- msgstr "Rating utente"
3908
-
3909
- #: wpf-includes/wpf-phrases.php:173
3910
- msgid "Member Rating Badge"
3911
- msgstr "Badge rating utente"
3912
-
3913
- #: wpf-includes/wpf-phrases.php:174
3914
- msgid "Member Reputation"
3915
- msgstr "Reputazione utente"
3916
-
3917
- #: wpf-includes/wpf-phrases.php:177
3918
- msgid "Member information"
3919
- msgstr ""
3920
-
3921
- #: wpf-includes/wpf-phrases.php:181
3922
- msgid "Members not found"
3923
- msgstr "utenti non trovati"
3924
-
3925
- #: wpf-includes/wpf-phrases.php:182
3926
- msgid ""
3927
- "You have been banned. Please contact to forum administrators for more "
3928
- "information."
3929
- msgstr ""
3930
- "Sei stato bannato. Contatta l'amministratore per ulteriori informazioni."
3931
-
3932
- #: wpf-includes/wpf-phrases.php:183
3933
- msgid "Messages"
3934
- msgstr "Messaggi"
3935
-
3936
- #: wpf-includes/wpf-phrases.php:186
3937
- msgid "Missing a temporary folder"
3938
- msgstr ""
3939
-
3940
- #: wpf-includes/wpf-phrases.php:188
3941
- msgid "Move Topic"
3942
- msgstr "Sposta argomento"
3943
-
3944
- #: wpf-includes/wpf-phrases.php:189
3945
- msgid "Must be minimum 6 characters."
3946
- msgstr "Deve essere di almeno 6 caratteri"
3947
-
3948
- #: wpf-includes/wpf-phrases.php:190
3949
- msgid "My Profile"
3950
- msgstr "Profilo"
3951
-
3952
- #: wpf-includes/wpf-phrases.php:197
3953
- msgid "No activity found for this member."
3954
- msgstr ""
3955
-
3956
- #: wpf-includes/wpf-phrases.php:198
3957
- msgid "No file was uploaded"
3958
- msgstr ""
3959
-
3960
- #: wpf-includes/wpf-phrases.php:199
3961
- msgid "No forums were found here."
3962
- msgstr ""
3963
-
3964
- #: wpf-includes/wpf-phrases.php:203
3965
- msgid "No online members at the moment"
3966
- msgstr ""
3967
-
3968
- #: wpf-includes/wpf-phrases.php:205
3969
- msgid "No subscriptions found for this member."
3970
- msgstr ""
3971
-
3972
- #: wpf-includes/wpf-phrases.php:207
3973
- msgid "No topics were found here"
3974
- msgstr "Nessun argomento trovato qui"
3975
-
3976
- #: wpf-includes/wpf-phrases.php:208
3977
- msgid "Not available"
3978
- msgstr "Non disponibile"
3979
-
3980
- #: wpf-includes/wpf-phrases.php:214
3981
- msgid "Occupation"
3982
- msgstr "Occupazione"
3983
-
3984
- #: wpf-includes/wpf-phrases.php:215
3985
- msgid "Offline"
3986
- msgstr ""
3987
-
3988
- #: wpf-includes/wpf-phrases.php:216
3989
- msgid "Online"
3990
- msgstr ""
3991
-
3992
- #: wpf-includes/wpf-phrases.php:218
3993
- msgid "Oops! The page you requested was not found!"
3994
- msgstr ""
3995
-
3996
- #: wpf-includes/wpf-phrases.php:219
3997
- msgid "Our newest member"
3998
- msgstr "Ultimo utente registrato"
3999
-
4000
- #: wpf-includes/wpf-phrases.php:220
4001
- msgid "Page"
4002
- msgstr "Pagina"
4003
-
4004
- #: wpf-includes/wpf-phrases.php:222
4005
- msgid "Password"
4006
- msgstr ""
4007
-
4008
- #: wpf-includes/wpf-phrases.php:224
4009
- #, php-format
4010
- msgid "Please %s or %s"
4011
- msgstr ""
4012
-
4013
- #: wpf-includes/wpf-phrases.php:228
4014
- msgid "Post Title"
4015
- msgstr "Titolo post"
4016
-
4017
- #: wpf-includes/wpf-phrases.php:229
4018
- msgid "Post link"
4019
- msgstr "Link al post"
4020
-
4021
- #: wpf-includes/wpf-phrases.php:230
4022
- msgid "Posted"
4023
- msgstr "Postato"
4024
-
4025
- #: wpf-includes/wpf-phrases.php:231
4026
- msgid "Posted by"
4027
- msgstr "Postato da"
4028
-
4029
- #: wpf-includes/wpf-phrases.php:233
4030
- msgid "Powered by"
4031
- msgstr ""
4032
-
4033
- #: wpf-includes/wpf-phrases.php:235
4034
- msgid "Q&A Layout - Number of intro topics"
4035
- msgstr ""
4036
-
4037
- #: wpf-includes/wpf-phrases.php:236
4038
- msgid "Q&A layout - Intro topics"
4039
- msgstr ""
4040
-
4041
- #: wpf-includes/wpf-phrases.php:237
4042
- msgid "Question Comments"
4043
- msgstr "Commenti alle domande"
4044
-
4045
- #: wpf-includes/wpf-phrases.php:238
4046
- msgid "Questions"
4047
- msgstr "Domande"
4048
-
4049
- #: wpf-includes/wpf-phrases.php:239
4050
- msgid "Quote"
4051
- msgstr "Quota"
4052
-
4053
- #: wpf-includes/wpf-phrases.php:240
4054
- msgid "RE"
4055
- msgstr "RISPONDI"
4056
-
4057
- #: wpf-includes/wpf-phrases.php:241
4058
- msgid "REPLY:"
4059
- msgstr "Rispondi:"
4060
-
4061
- #: wpf-includes/wpf-phrases.php:242
4062
- msgid "RSS"
4063
- msgstr ""
4064
-
4065
- #: wpf-includes/wpf-phrases.php:243
4066
- msgid "Rating"
4067
- msgstr ""
4068
-
4069
- #: wpf-includes/wpf-phrases.php:244
4070
- msgid "Rating Badge"
4071
- msgstr ""
4072
-
4073
- #: wpf-includes/wpf-phrases.php:248
4074
- msgid "Received Likes"
4075
- msgstr "Like ricevuti"
4076
-
4077
- #: wpf-includes/wpf-phrases.php:249
4078
- msgid "Recent Questions"
4079
- msgstr "Commenti recenti"
4080
-
4081
- #: wpf-includes/wpf-phrases.php:250
4082
- msgid "Recent Topics"
4083
- msgstr "Discussioni recenti"
4084
-
4085
- #: wpf-includes/wpf-phrases.php:251
4086
- msgid "Register"
4087
- msgstr "Registrazione"
4088
-
4089
- #: wpf-includes/wpf-phrases.php:253
4090
- msgid "Registered date"
4091
- msgstr "Data di registrazione"
4092
-
4093
- #: wpf-includes/wpf-phrases.php:254
4094
- msgid "Relevancy"
4095
- msgstr ""
4096
-
4097
- #: wpf-includes/wpf-phrases.php:255
4098
- msgid "Remember Me"
4099
- msgstr "Ricordami"
4100
-
4101
- #: wpf-includes/wpf-phrases.php:261
4102
- msgid "Replies"
4103
- msgstr "Risposte"
4104
-
4105
- #: wpf-includes/wpf-phrases.php:262
4106
- msgid "Replies not found"
4107
- msgstr "Risposte non trovate"
4108
-
4109
- #: wpf-includes/wpf-phrases.php:263
4110
- msgid "Reply"
4111
- msgstr "Rispondi"
4112
-
4113
- #: wpf-includes/wpf-phrases.php:264
4114
- msgid "Report"
4115
- msgstr ""
4116
-
4117
- #: wpf-includes/wpf-phrases.php:267
4118
- msgid "Report to Administration"
4119
- msgstr ""
4120
-
4121
- #: wpf-includes/wpf-phrases.php:269
4122
- msgid "Result Info"
4123
- msgstr "Risultati info"
4124
-
4125
- #: wpf-includes/wpf-phrases.php:271
4126
- msgid "Save Changes"
4127
- msgstr "Salva cambiamenti"
4128
-
4129
- #: wpf-includes/wpf-phrases.php:276
4130
- msgid "Search Entire Posts"
4131
- msgstr "Cerca in tutti i post"
4132
-
4133
- #: wpf-includes/wpf-phrases.php:277
4134
- msgid "Search Phrase"
4135
- msgstr "Frase di ricerca"
4136
-
4137
- #: wpf-includes/wpf-phrases.php:278
4138
- msgid "Search Titles Only"
4139
- msgstr "Cerca solo nei titoli"
4140
-
4141
- #: wpf-includes/wpf-phrases.php:279
4142
- msgid "Search Type"
4143
- msgstr "Tipo di ricerca"
4144
-
4145
- #: wpf-includes/wpf-phrases.php:280
4146
- msgid "Search in Forums"
4147
- msgstr "Cerca nei forum"
4148
-
4149
- #: wpf-includes/wpf-phrases.php:281
4150
- msgid "Search in date period"
4151
- msgstr "Cerca per periodo"
4152
-
4153
- #: wpf-includes/wpf-phrases.php:282
4154
- msgid "Search result for"
4155
- msgstr "Risultati di ricerca per"
4156
-
4157
- #: wpf-includes/wpf-phrases.php:283
4158
- msgid "Search..."
4159
- msgstr "Cerca..."
4160
-
4161
- #: wpf-includes/wpf-phrases.php:285
4162
- msgid "Select Page"
4163
- msgstr "Seleziona pagina"
4164
-
4165
- #: wpf-includes/wpf-phrases.php:286
4166
- msgid "Send Report"
4167
- msgstr ""
4168
-
4169
- #: wpf-includes/wpf-phrases.php:290
4170
- msgid "Set Topic Sticky"
4171
- msgstr "Metti la discussione in evidenza"
4172
-
4173
- #: wpf-includes/wpf-phrases.php:291
4174
- msgid ""
4175
- "Set this option value 0 if you want to show all posts under topic intro area."
4176
- msgstr ""
4177
-
4178
- #: wpf-includes/wpf-phrases.php:292
4179
- msgid "Shop Account"
4180
- msgstr ""
4181
-
4182
- #: wpf-includes/wpf-phrases.php:302
4183
- msgid "Sign In"
4184
- msgstr "Registrati"
4185
-
4186
- #: wpf-includes/wpf-phrases.php:303
4187
- msgid "Signature"
4188
- msgstr "Firma"
4189
-
4190
- #: wpf-includes/wpf-phrases.php:304
4191
- msgid "Site Profile"
4192
- msgstr "Profilo sito"
4193
-
4194
- #: wpf-includes/wpf-phrases.php:305
4195
- msgid "Skype"
4196
- msgstr ""
4197
-
4198
- #: wpf-includes/wpf-phrases.php:307
4199
- msgid "Social Networks"
4200
- msgstr ""
4201
-
4202
- #: wpf-includes/wpf-phrases.php:308
4203
- msgid "Sorry, something wrong with your data."
4204
- msgstr "Spiacente, c'è qualcosa di errato con i tuoi dati"
4205
-
4206
- #: wpf-includes/wpf-phrases.php:309
4207
- msgid "Sort Search Results by"
4208
- msgstr "Ordina risultati di ricerca per"
4209
-
4210
- #: wpf-includes/wpf-phrases.php:310
4211
- msgid "Specify avatar by URL"
4212
- msgstr "Specifica url avatar"
4213
-
4214
- #: wpf-includes/wpf-phrases.php:312
4215
- msgid "Subforums"
4216
- msgstr "Sottoforum"
4217
-
4218
- #: wpf-includes/wpf-phrases.php:315
4219
- msgid "Subscribe for new replies"
4220
- msgstr "Sottoscrivi per le nuove risposte"
4221
-
4222
- #: wpf-includes/wpf-phrases.php:316
4223
- msgid "Subscribe for new topics"
4224
- msgstr "Sottoscrivi per le nuove discussioni"
4225
-
4226
- #: wpf-includes/wpf-phrases.php:320
4227
- msgid ""
4228
- "Thank you for using wpForo! wpForo is a professional bulletin board for "
4229
- "WorPress, and the only forum software which comes with Multi-layout template "
4230
- "system. The \"Extended"
4231
- msgstr ""
4232
-
4233
- #: wpf-includes/wpf-phrases.php:321
4234
- msgid ""
4235
- "Thank you for using wpForo. wpForo is a premium forum plugin which will "
4236
- "always be available for free. There will never be paid and pro versions of "
4237
- "this forum board. However this is a very large and hard project so we also "
4238
- "develop paid addons (extensions), which will financially help us to keep "
4239
- "improving and adding new features to the free wpForo plugin. Forum addons "
4240
- "will also be actively developed. The first addons \"Advanced Media Uploader"
4241
- msgstr ""
4242
-
4243
- #: wpf-includes/wpf-phrases.php:324
4244
- msgid ""
4245
- "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
4246
- "the HTML form"
4247
- msgstr ""
4248
-
4249
- #: wpf-includes/wpf-phrases.php:325
4250
- msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini"
4251
- msgstr ""
4252
-
4253
- #: wpf-includes/wpf-phrases.php:326
4254
- msgid "The uploaded file was only partially uploaded"
4255
- msgstr ""
4256
-
4257
- #: wpf-includes/wpf-phrases.php:333
4258
- msgid "Timezone"
4259
- msgstr ""
4260
-
4261
- #: wpf-includes/wpf-phrases.php:335
4262
- msgid "Topic RSS Feed"
4263
- msgstr "Rss Feed della discussione"
4264
-
4265
- #: wpf-includes/wpf-phrases.php:336
4266
- msgid "Topic Title"
4267
- msgstr "Titolo discussione"
4268
-
4269
- #: wpf-includes/wpf-phrases.php:337
4270
- msgid "Topic title"
4271
- msgstr "Titolo discussione"
4272
-
4273
- #: wpf-includes/wpf-phrases.php:340
4274
- msgid "Twitter"
4275
- msgstr ""
4276
-
4277
- #: wpf-includes/wpf-phrases.php:341
4278
- msgid "Unknown upload error"
4279
- msgstr ""
4280
-
4281
- #: wpf-includes/wpf-phrases.php:342
4282
- msgid "Unsubscribe"
4283
- msgstr "Disiscriviti"
4284
-
4285
- #: wpf-includes/wpf-phrases.php:345
4286
- msgid "Upload an avatar"
4287
- msgstr "Carica avatar"
4288
-
4289
- #: wpf-includes/wpf-phrases.php:347
4290
- msgid ""
4291
- "Use comments to ask for more information or suggest improvements. Avoid "
4292
- "answering questions in comments."
4293
- msgstr ""
4294
-
4295
- #: wpf-includes/wpf-phrases.php:349
4296
- msgid "User"
4297
- msgstr "Utente"
4298
-
4299
- #: wpf-includes/wpf-phrases.php:351
4300
- msgid "User Group"
4301
- msgstr "Gruppo utente"
4302
-
4303
- #: wpf-includes/wpf-phrases.php:352
4304
- msgid "Usergroup has been successfully deleted."
4305
- msgstr ""
4306
-
4307
- #: wpf-includes/wpf-phrases.php:353
4308
- msgid ""
4309
- "Usergroup has been successfully deleted. All users of this usergroup have "
4310
- "been moved to the usergroup you've chosen"
4311
- msgstr ""
4312
-
4313
- #: wpf-includes/wpf-phrases.php:354
4314
- msgid "Username"
4315
- msgstr ""
4316
-
4317
- #: wpf-includes/wpf-phrases.php:356
4318
- msgid "View entire post"
4319
- msgstr "Vedi intero post"
4320
-
4321
- #: wpf-includes/wpf-phrases.php:357
4322
- msgid "View the latest post"
4323
- msgstr "Vedi gli ultimi post"
4324
-
4325
- #: wpf-includes/wpf-phrases.php:358
4326
- msgid "Views"
4327
- msgstr "Visualizzazioni"
4328
-
4329
- #: wpf-includes/wpf-phrases.php:359
4330
- msgid "Votes"
4331
- msgstr "Voti"
4332
-
4333
- #: wpf-includes/wpf-phrases.php:360
4334
- msgid "Website"
4335
- msgstr "Sito web"
4336
-
4337
- #: wpf-includes/wpf-phrases.php:362
4338
- msgid "Wordpress avatar system"
4339
- msgstr "Avatar da sistema wordpress"
4340
-
4341
- #: wpf-includes/wpf-phrases.php:363
4342
- msgid "Working"
4343
- msgstr ""
4344
-
4345
- #: wpf-includes/wpf-phrases.php:364
4346
- msgid "Write message"
4347
- msgstr "Scrivi messaggio"
4348
-
4349
- #: wpf-includes/wpf-phrases.php:365
4350
- msgid "Yahoo"
4351
- msgstr ""
4352
-
4353
- #: wpf-includes/wpf-phrases.php:367
4354
- msgid "You"
4355
- msgstr "Tu"
4356
-
4357
- #: wpf-includes/wpf-phrases.php:369
4358
- #, php-format
4359
- msgid "You can go to %s page or Search here"
4360
- msgstr "Puoi andare a %s o cercare qui"
4361
-
4362
- #: wpf-includes/wpf-phrases.php:371
4363
- msgid "Your Answer"
4364
- msgstr "La tua risposta"
4365
-
4366
- #: wpf-includes/wpf-phrases.php:372
4367
- msgid "account"
4368
- msgstr ""
4369
-
4370
- #: wpf-includes/wpf-phrases.php:373
4371
- msgid "activity"
4372
- msgstr "Attività"
4373
-
4374
- #: wpf-includes/wpf-phrases.php:375
4375
- msgid "add_new"
4376
- msgstr ""
4377
-
4378
- #: wpf-includes/wpf-phrases.php:376
4379
- #, php-format
4380
- msgid "%s ago"
4381
- msgstr "%s fa"
4382
-
4383
- #: wpf-includes/wpf-phrases.php:377
4384
- msgid "by"
4385
- msgstr "da"
4386
-
4387
- #: wpf-includes/wpf-phrases.php:378
4388
- #, php-format
4389
- msgid "by %s"
4390
- msgstr "da %s"
4391
-
4392
- #: wpf-includes/wpf-phrases.php:379
4393
- msgid "confirm password"
4394
- msgstr "conferma password"
4395
-
4396
- #: wpf-includes/wpf-phrases.php:384
4397
- msgid "forums"
4398
- msgstr "Forum"
4399
-
4400
- #: wpf-includes/wpf-phrases.php:386
4401
- msgid "login"
4402
- msgstr ""
4403
-
4404
- #: wpf-includes/wpf-phrases.php:387
4405
- msgid "logout"
4406
- msgstr ""
4407
-
4408
- #: wpf-includes/wpf-phrases.php:388
4409
- msgid "matches"
4410
- msgstr "combacia"
4411
-
4412
- #: wpf-includes/wpf-phrases.php:389
4413
- msgid "members"
4414
- msgstr "utenti"
4415
-
4416
- #: wpf-includes/wpf-phrases.php:391
4417
- msgid "my profile"
4418
- msgstr "profilo"
4419
-
4420
- #: wpf-includes/wpf-phrases.php:392
4421
- msgid "new password"
4422
- msgstr "nuova password"
4423
-
4424
- #: wpf-includes/wpf-phrases.php:393
4425
- msgid "new password again"
4426
- msgstr "nuova password di nuovo"
4427
-
4428
- #: wpf-includes/wpf-phrases.php:394
4429
- msgid "next"
4430
- msgstr "avanti"
4431
-
4432
- #: wpf-includes/wpf-phrases.php:395
4433
- msgid "old password"
4434
- msgstr "vecchia password"
4435
-
4436
- #: wpf-includes/wpf-phrases.php:396
4437
- msgid "phrase_key"
4438
- msgstr ""
4439
-
4440
- #: wpf-includes/wpf-phrases.php:397
4441
- msgid "phrase_value"
4442
- msgstr ""
4443
-
4444
- #: wpf-includes/wpf-phrases.php:398
4445
- msgid "posted"
4446
- msgstr "postato"
4447
-
4448
- #: wpf-includes/wpf-phrases.php:399
4449
- msgid "prev"
4450
- msgstr "precedente"
4451
-
4452
- #: wpf-includes/wpf-phrases.php:400
4453
- msgid "register"
4454
- msgstr "Registrazione"
4455
-
4456
- #: wpf-includes/wpf-phrases.php:401
4457
- msgid "replies"
4458
- msgstr "Risposte"
4459
-
4460
- #: wpf-includes/wpf-phrases.php:402
4461
- msgid "subscriptions"
4462
- msgstr "Sottoscrizioni"
4463
-
4464
- #: wpf-includes/wpf-phrases.php:403
4465
- msgid "update"
4466
- msgstr "Aggiorna"
4467
-
4468
- #: wpf-includes/wpf-phrases.php:405
4469
- msgid "view all posts"
4470
- msgstr "Vedi tutti i post"
4471
-
4472
- #: wpf-includes/wpf-phrases.php:406
4473
- msgid "view all questions"
4474
- msgstr "Vedi tutte le domande"
4475
-
4476
- #: wpf-includes/wpf-phrases.php:407
4477
- msgid "view all topics"
4478
- msgstr "Vedi tutte le discussioni"
4479
-
4480
- #: wpf-includes/wpf-phrases.php:409
4481
- msgid "wpForo Navigation"
4482
- msgstr ""
4483
-
4484
- #: wpf-includes/wpf-phrases.php:411
4485
- msgid "wpForo User Timezone"
4486
- msgstr ""
4487
-
4488
- #: wpf-includes/wpf-phrases.php:412
4489
- msgid "wpForo Usergroup"
4490
- msgstr ""
4491
-
4492
- #: wpf-includes/wpf-phrases.php:414
4493
- msgid "{number}B"
4494
- msgstr ""
4495
-
4496
- #: wpf-includes/wpf-phrases.php:415
4497
- msgid "{number}K"
4498
- msgstr ""
4499
-
4500
- #: wpf-includes/wpf-phrases.php:416
4501
- msgid "{number}M"
4502
- msgstr ""
4503
-
4504
- #: wpf-includes/wpf-phrases.php:417
4505
- msgid "{number}T"
4506
- msgstr ""
4507
-
4508
- #: wpf-includes/wpf-phrases.php:422
4509
- msgid "Access add error"
4510
- msgstr ""
4511
-
4512
- #: wpf-includes/wpf-phrases.php:423
4513
- msgid "Access delete error"
4514
- msgstr ""
4515
-
4516
- #: wpf-includes/wpf-phrases.php:424
4517
- msgid "Access edit error"
4518
- msgstr ""
4519
-
4520
- #: wpf-includes/wpf-phrases.php:425
4521
- msgid "Access successfully deleted"
4522
- msgstr ""
4523
-
4524
- #: wpf-includes/wpf-phrases.php:426
4525
- msgid "Add Topic error: No forum selected"
4526
- msgstr "Errore aggiunta discussione: nessun forum selezionato"
4527
-
4528
- #: wpf-includes/wpf-phrases.php:427
4529
- msgid "All Checked topics successfully deleted"
4530
- msgstr ""
4531
-
4532
- #: wpf-includes/wpf-phrases.php:428
4533
- msgid "Can't add forum"
4534
- msgstr ""
4535
-
4536
- #: wpf-includes/wpf-phrases.php:429
4537
- msgid "Can't add new language"
4538
- msgstr ""
4539
-
4540
- #: wpf-includes/wpf-phrases.php:430
4541
- msgid "Can't delete this Usergroup"
4542
- msgstr ""
4543
-
4544
- #: wpf-includes/wpf-phrases.php:431
4545
- msgid "Can't send confirmation email"
4546
- msgstr ""
4547
-
4548
- #: wpf-includes/wpf-phrases.php:432
4549
- msgid "Can't send report email"
4550
- msgstr ""
4551
-
4552
- #: wpf-includes/wpf-phrases.php:433
4553
- msgid "Can't subscribe to this item"
4554
- msgstr "Non è possibile sottoscrivere questo elemento"
4555
-
4556
- #: wpf-includes/wpf-phrases.php:434
4557
- msgid "Can't write a post: This topic is closed"
4558
- msgstr ""
4559
-
4560
- #: wpf-includes/wpf-phrases.php:435
4561
- msgid "Can`t upload file"
4562
- msgstr "Non è possibile caricare file"
4563
-
4564
- #: wpf-includes/wpf-phrases.php:436
4565
- msgid "Cannot update forum hierarchy"
4566
- msgstr ""
4567
-
4568
- #: wpf-includes/wpf-phrases.php:437
4569
- msgid "Cannot update post data"
4570
- msgstr ""
4571
-
4572
- #: wpf-includes/wpf-phrases.php:438
4573
- msgid "Could not be unsubscribe from this item"
4574
- msgstr ""
4575
-
4576
- #: wpf-includes/wpf-phrases.php:439
4577
- msgid "Email address exists. Please insert another."
4578
- msgstr ""
4579
- "Questo indirizzo email è già registrato. Per favore inseriscine un altro"
4580
-
4581
- #: wpf-includes/wpf-phrases.php:440
4582
- msgid "Error: Forum is not found"
4583
- msgstr "Error: Forum non trovato"
4584
-
4585
- #: wpf-includes/wpf-phrases.php:441
4586
- msgid "Error: No topic selected"
4587
- msgstr "Errore: Nessuna discussione selezionata"
4588
-
4589
- #: wpf-includes/wpf-phrases.php:442
4590
- msgid "Error: Topic is not found"
4591
- msgstr ""
4592
-
4593
- #: wpf-includes/wpf-phrases.php:443
4594
- msgid "Error: please insert some text to report."
4595
- msgstr ""
4596
-
4597
- #: wpf-includes/wpf-phrases.php:444
4598
- msgid "Features successfully updated"
4599
- msgstr ""
4600
-
4601
- #: wpf-includes/wpf-phrases.php:445
4602
- msgid "Features successfully updated, but previous value not changed"
4603
- msgstr ""
4604
-
4605
- #: wpf-includes/wpf-phrases.php:446
4606
- msgid "File type is not allowed"
4607
- msgstr "Tipo di file non consentito"
4608
-
4609
- #: wpf-includes/wpf-phrases.php:447
4610
- msgid "Forum Base URL successfully updated"
4611
- msgstr ""
4612
-
4613
- #: wpf-includes/wpf-phrases.php:448
4614
- msgid "Forum deleting error"
4615
- msgstr ""
4616
-
4617
- #: wpf-includes/wpf-phrases.php:449
4618
- msgid "Forum hierarchy successfully updated"
4619
- msgstr ""
4620
-
4621
- #: wpf-includes/wpf-phrases.php:450
4622
- msgid "Forum is successfully merged"
4623
- msgstr ""
4624
-
4625
- #: wpf-includes/wpf-phrases.php:451
4626
- msgid "Forum merging error"
4627
- msgstr ""
4628
-
4629
- #: wpf-includes/wpf-phrases.php:452
4630
- msgid "Forum options successfully updated"
4631
- msgstr ""
4632
-
4633
- #: wpf-includes/wpf-phrases.php:453
4634
- msgid "Forum options successfully updated, but previous value not changed"
4635
- msgstr ""
4636
-
4637
- #: wpf-includes/wpf-phrases.php:454
4638
- msgid "Forum successfully updated"
4639
- msgstr ""
4640
-
4641
- #: wpf-includes/wpf-phrases.php:455
4642
- msgid "Forum update error"
4643
- msgstr ""
4644
-
4645
- #: wpf-includes/wpf-phrases.php:456
4646
- msgid "General options successfully updated"
4647
- msgstr ""
4648
-
4649
- #: wpf-includes/wpf-phrases.php:457
4650
- msgid "Illegal character in username."
4651
- msgstr "Caratteri non consentiti nello username"
4652
-
4653
- #: wpf-includes/wpf-phrases.php:458
4654
- msgid "Insert your Email address."
4655
- msgstr "Inserisci il tuo indirizzo email"
4656
-
4657
- #: wpf-includes/wpf-phrases.php:459
4658
- msgid "Invalid Email address"
4659
- msgstr "Email non valia"
4660
-
4661
- #: wpf-includes/wpf-phrases.php:460
4662
- msgid "Invalid request!"
4663
- msgstr ""
4664
-
4665
- #: wpf-includes/wpf-phrases.php:461
4666
- msgid "Member options successfully updated"
4667
- msgstr ""
4668
-
4669
- #: wpf-includes/wpf-phrases.php:462
4670
- msgid "Member options successfully updated, but previous value not changed"
4671
- msgstr ""
4672
-
4673
- #: wpf-includes/wpf-phrases.php:463
4674
- msgid "Message has been sent"
4675
- msgstr "Il messaggio è stato inviato"
4676
-
4677
- #: wpf-includes/wpf-phrases.php:464
4678
- msgid ""
4679
- "New language successfully added and changed wpforo language to new language"
4680
- msgstr ""
4681
-
4682
- #: wpf-includes/wpf-phrases.php:465
4683
- msgid "No Posts found for update"
4684
- msgstr ""
4685
-
4686
- #: wpf-includes/wpf-phrases.php:466
4687
- msgid "Password length must be between 6 characters and 20 characters."
4688
- msgstr "La password deve essere lunga tra 6 e 20 caratteri"
4689
-
4690
- #: wpf-includes/wpf-phrases.php:467
4691
- msgid "Password mismatch."
4692
- msgstr "La password non coincide"
4693
-
4694
- #: wpf-includes/wpf-phrases.php:468
4695
- msgid "Permission denied"
4696
- msgstr "Permesso negato"
4697
-
4698
- #: wpf-includes/wpf-phrases.php:469
4699
- msgid "Permission denied for add forum"
4700
- msgstr ""
4701
-
4702
- #: wpf-includes/wpf-phrases.php:470
4703
- msgid "Permission denied for delete forum"
4704
- msgstr ""
4705
-
4706
- #: wpf-includes/wpf-phrases.php:471
4707
- msgid "Permission denied for edit forum"
4708
- msgstr ""
4709
-
4710
- #: wpf-includes/wpf-phrases.php:472
4711
- msgid "Permission denied for this action"
4712
- msgstr ""
4713
-
4714
- #: wpf-includes/wpf-phrases.php:473
4715
- msgid "Phrase add error"
4716
- msgstr ""
4717
-
4718
- #: wpf-includes/wpf-phrases.php:474
4719
- msgid "Phrase adding error"
4720
- msgstr ""
4721
-
4722
- #: wpf-includes/wpf-phrases.php:475
4723
- msgid "Phrase successfully added"
4724
- msgstr ""
4725
-
4726
- #: wpf-includes/wpf-phrases.php:476
4727
- msgid "Phrase successfully updates"
4728
- msgstr ""
4729
-
4730
- #: wpf-includes/wpf-phrases.php:477
4731
- msgid "Phrase update error"
4732
- msgstr ""
4733
-
4734
- #: wpf-includes/wpf-phrases.php:478
4735
- msgid "Please insert required fields!"
4736
- msgstr "Per favore inserisci i campi richiesti"
4737
-
4738
- #: wpf-includes/wpf-phrases.php:479
4739
- msgid "Post delete error"
4740
- msgstr "Errore cancellazione post"
4741
-
4742
- #: wpf-includes/wpf-phrases.php:481
4743
- msgid "Post options successfully updated"
4744
- msgstr ""
4745
-
4746
- #: wpf-includes/wpf-phrases.php:482
4747
- msgid "Post options successfully updated, but previous value not changed"
4748
- msgstr ""
4749
-
4750
- #: wpf-includes/wpf-phrases.php:483
4751
- msgid "Registration Error"
4752
- msgstr "Errore di registrazione"
4753
-
4754
- #: wpf-includes/wpf-phrases.php:484
4755
- msgid "Reply request error"
4756
- msgstr "Errore aggiunta discussione"
4757
-
4758
- #: wpf-includes/wpf-phrases.php:485
4759
- msgid "Something wrong with profile data."
4760
- msgstr "C'è qualcosa di sbagliato nei dati del profilo"
4761
-
4762
- #: wpf-includes/wpf-phrases.php:486
4763
- msgid "Subscribe options successfully updated"
4764
- msgstr ""
4765
-
4766
- #: wpf-includes/wpf-phrases.php:487
4767
- msgid "Subscribe options successfully updated, but previous value not changed"
4768
- msgstr ""
4769
-
4770
- #: wpf-includes/wpf-phrases.php:488
4771
- msgid "Success!"
4772
- msgstr "Successo!"
4773
-
4774
- #: wpf-includes/wpf-phrases.php:489
4775
- msgid ""
4776
- "Success! Thank you. Please check your email and click confirmation link "
4777
- "below to complete this step."
4778
- msgstr ""
4779
- "Successo! Grazie. Per favore controlla la tua email e clicca sul link di "
4780
- "conferma per completare questo passaggio."
4781
-
4782
- #: wpf-includes/wpf-phrases.php:490
4783
- msgid "Successfully updated"
4784
- msgstr "Aggiornato con successo"
4785
-
4786
- #: wpf-includes/wpf-phrases.php:491
4787
- msgid "Successfully voted"
4788
- msgstr "Votato con successo"
4789
-
4790
- #: wpf-includes/wpf-phrases.php:492
4791
- msgid "The uploaded file size is too big"
4792
- msgstr ""
4793
-
4794
- #: wpf-includes/wpf-phrases.php:493
4795
- msgid "Theme options successfully updated"
4796
- msgstr ""
4797
-
4798
- #: wpf-includes/wpf-phrases.php:494
4799
- msgid "This email address is already registered. Please insert another."
4800
- msgstr ""
4801
- "Questo indirizzo email è già registrato. Per favore inseriscine un altro"
4802
-
4803
- #: wpf-includes/wpf-phrases.php:495
4804
- msgid "This post successfully deleted"
4805
- msgstr "Questo post è stato cancellato con successo"
4806
-
4807
- #: wpf-includes/wpf-phrases.php:496
4808
- msgid "This post successfully edited"
4809
- msgstr "Questo post è stato modificato con successo"
4810
-
4811
- #: wpf-includes/wpf-phrases.php:497
4812
- msgid "This topic successfully deleted"
4813
- msgstr "Questa discussione è stata cancellata con successo"
4814
-
4815
- #: wpf-includes/wpf-phrases.php:498
4816
- msgid "Topic Move Error"
4817
- msgstr "Errore spostamento discussione"
4818
-
4819
- #: wpf-includes/wpf-phrases.php:499
4820
- msgid "Topic add error"
4821
- msgstr "Errore aggiunta discussione"
4822
-
4823
- #: wpf-includes/wpf-phrases.php:500
4824
- msgid "Topic delete error"
4825
- msgstr "Errore cancellazione discussione"
4826
-
4827
- #: wpf-includes/wpf-phrases.php:501
4828
- msgid "Topic edit error"
4829
- msgstr "Errore modifica discussione"
4830
-
4831
- #: wpf-includes/wpf-phrases.php:502
4832
- msgid "Topic not found."
4833
- msgstr "Discussione non trovata"
4834
-
4835
- #: wpf-includes/wpf-phrases.php:503
4836
- msgid "Topic successfully moved"
4837
- msgstr "Discussione spostata con successo"
4838
-
4839
- #: wpf-includes/wpf-phrases.php:504
4840
- msgid "Topic successfully updated"
4841
- msgstr "Discussione aggiornata con successo"
4842
-
4843
- #: wpf-includes/wpf-phrases.php:505
4844
- msgid "Topics delete error"
4845
- msgstr "Errore cancellazione discussione"
4846
-
4847
- #: wpf-includes/wpf-phrases.php:506
4848
- msgid "User delete error"
4849
- msgstr ""
4850
-
4851
- #: wpf-includes/wpf-phrases.php:507
4852
- msgid "User group add error"
4853
- msgstr ""
4854
-
4855
- #: wpf-includes/wpf-phrases.php:508
4856
- msgid "User group edit error"
4857
- msgstr ""
4858
-
4859
- #: wpf-includes/wpf-phrases.php:509
4860
- msgid "User group successfully added"
4861
- msgstr ""
4862
-
4863
- #: wpf-includes/wpf-phrases.php:510
4864
- msgid "User group successfully edited"
4865
- msgstr ""
4866
-
4867
- #: wpf-includes/wpf-phrases.php:511
4868
- msgid "User successfully deleted from wpforo"
4869
- msgstr ""
4870
-
4871
- #: wpf-includes/wpf-phrases.php:512
4872
- msgid "Username exists. Please insert another."
4873
- msgstr "Questo username è già registrato. Per favore inseriscine un altro"
4874
-
4875
- #: wpf-includes/wpf-phrases.php:513
4876
- msgid "Username is missed."
4877
- msgstr "Questo username è mancante"
4878
-
4879
- #: wpf-includes/wpf-phrases.php:514
4880
- msgid "Username length must be between 3 characters and 30 characters."
4881
- msgstr "La lunghezza dello username deve essere tra 3 e 30 caratteri"
4882
-
4883
- #: wpf-includes/wpf-phrases.php:515
4884
- msgid "Welcome to our Community!"
4885
- msgstr "Benvenuta nella nostra Community!"
4886
-
4887
- #: wpf-includes/wpf-phrases.php:516
4888
- msgid "Wrong post data"
4889
- msgstr ""
4890
-
4891
- #: wpf-includes/wpf-phrases.php:517
4892
- msgid "You are already voted this post"
4893
- msgstr "Hai già votato questo post"
4894
-
4895
- #: wpf-includes/wpf-phrases.php:518
4896
- msgid "You have been successfully subscribed"
4897
- msgstr "Sottoscrizione ok"
4898
-
4899
- #: wpf-includes/wpf-phrases.php:519
4900
- msgid "You have been successfully unsubscribed"
4901
- msgstr "Disiscrizione ok"
4902
-
4903
- #: wpf-includes/wpf-phrases.php:520
4904
- msgid "You have no permission to edit this topic"
4905
- msgstr "Non hai i permessi per modificare questa discussione"
4906
-
4907
- #: wpf-includes/wpf-phrases.php:521
4908
- msgid "You don't have permission to create post in this forum"
4909
- msgstr "Non hai il permesso di creare post in questo forum"
4910
-
4911
- #: wpf-includes/wpf-phrases.php:522
4912
- msgid "You don't have permission to create topic into this forum"
4913
- msgstr "Non hai il permesso di creare discussioni in questo forum"
4914
-
4915
- #: wpf-includes/wpf-phrases.php:523
4916
- msgid "You don't have permission to delete post from this forum"
4917
- msgstr "Non hai il permesso di cancellare post da questo forum"
4918
-
4919
- #: wpf-includes/wpf-phrases.php:524
4920
- msgid "You don't have permission to delete topic from this forum"
4921
- msgstr "Non hai il permesso di cancellare discussioni da questo forum"
4922
-
4923
- #: wpf-includes/wpf-phrases.php:525
4924
- msgid "You don't have permission to edit post from this forum"
4925
- msgstr "Non hai il permesso di modificare post in questo forum"
4926
-
4927
- #: wpf-includes/wpf-phrases.php:526
4928
- msgid "You successfully replied"
4929
- msgstr "Hai risposto correttamente"
4930
-
4931
- #: wpf-includes/wpf-phrases.php:527
4932
- msgid "Your forum successfully added"
4933
- msgstr ""
4934
-
4935
- #: wpf-includes/wpf-phrases.php:528
4936
- msgid "Your forum successfully deleted"
4937
- msgstr ""
4938
-
4939
- #: wpf-includes/wpf-phrases.php:529
4940
- msgid "Your profile data have been successfully updated."
4941
- msgstr "I dati del tuo profilo sono stati correttamente aggiornati."
4942
-
4943
- #: wpf-includes/wpf-phrases.php:530
4944
- msgid "Your subscription for this item could not be confirmed"
4945
- msgstr ""
4946
-
4947
- #: wpf-includes/wpf-phrases.php:531
4948
- msgid "Your topic successfully added"
4949
- msgstr "La tua discussione è stata aggiunta con successo"
4950
-
4951
- #: wpf-includes/wpf-phrases.php:546
4952
- msgid "Front - Can have signature"
4953
- msgstr ""
4954
-
4955
- #: wpf-includes/wpf-phrases.php:570
4956
- msgid "Can edit own replay"
4957
- msgstr ""
4958
-
4959
- #: wpf-includes/wpf-phrases.php:588
4960
- msgid "like"
4961
- msgstr ""
4962
-
4963
- #: wpf-includes/wpf-phrases.php:589
4964
- msgid "unlike"
4965
- msgstr "Non mi piace"
4966
-
4967
- #: wpf-includes/wpf-phrases.php:590
4968
- msgid "sticky"
4969
- msgstr "In evidenza"
4970
-
4971
- #: wpf-includes/wpf-phrases.php:591
4972
- msgid "unsticky"
4973
- msgstr "Non in evidenza"
4974
-
4975
- #: wpf-includes/wpf-phrases.php:592
4976
- msgid "close"
4977
- msgstr "chiudi"
4978
-
4979
- #: wpf-includes/wpf-phrases.php:593
4980
- msgid "open"
4981
- msgstr "apri"
4982
-
4983
- #: wpf-includes/wpf-phrases.php:594
4984
- msgid "Topic Icons"
4985
- msgstr "Icone discussione"
4986
-
4987
- #: wpf-includes/wpf-phrases.php:595
4988
- msgid "New"
4989
- msgstr "Nuovo"
4990
-
4991
- #: wpf-includes/wpf-phrases.php:596
4992
- msgid "Replied"
4993
- msgstr "Con risposte"
4994
-
4995
- #: wpf-includes/wpf-phrases.php:598
4996
- msgid "Hot"
4997
- msgstr ""
4998
-
4999
- #: wpf-includes/wpf-phrases.php:599
5000
- msgid "Solved"
5001
- msgstr "Risolto"
5002
-
5003
- #: wpf-includes/wpf-phrases.php:600
5004
- msgid "Unsolved"
5005
- msgstr "Non risolto"
5006
-
5007
- #: wpf-includes/wpf-phrases.php:610
5008
- msgid "Old password is wrong"
5009
- msgstr "La vecchia password è sbagliata"
5010
-
5011
- #: wpf-includes/wpf-phrases.php:611
5012
- msgid "New Passwords do not match"
5013
- msgstr "Le nuove password non corrispondono"
5014
-
5015
- #: wpf-includes/wpf-phrases.php:615
5016
- msgid ""
5017
- "This process may take a few seconds or dozens of minutes, it depends on "
5018
- "database forum size and on server resources. Please be patient and don't "
5019
- "close this page. If you got 500 Server Error please don't worry, the data "
5020
- "updating process is still working in MySQL server."
5021
- msgstr ""
5022
-
5023
- #: wpf-includes/wpf-phrases.php:619
5024
- msgid "Updated Successfully!"
5025
- msgstr "Aggiornato con successo!"
5026
-
5027
- #: wpf-includes/wpf-phrases.php:620
5028
- msgid "Deleted Successfully!"
5029
- msgstr "Cancellato con successo"
5030
-
5031
- #: wpf-includes/wpf-phrases.php:621
5032
- msgid "Closed"
5033
- msgstr "Chiuso"
5034
-
5035
- #: wpf-includes/wpf-phrases.php:622
5036
- msgid "Forum Members List"
5037
- msgstr "Lista utenti forum"
5038
-
5039
- #: wpf-includes/wpf-phrases.php:623
5040
- msgid "are you sure you want to delete?"
5041
- msgstr ""
5042
-
5043
- #: wpf-includes/wpf-phrases.php:625
5044
- msgid "Moderator"
5045
- msgstr "Moderatore"
5046
-
5047
- #: wpf-includes/wpf-phrases.php:627
5048
- msgid "Customer"
5049
- msgstr ""
5050
-
5051
- #: wpf-includes/wpf-phrases.php:628
5052
- msgid "No access"
5053
- msgstr "Nessun accesso"
5054
-
5055
- #: wpf-includes/wpf-phrases.php:629
5056
- msgid "Read only access"
5057
- msgstr "Accesso in sola lettura"
5058
-
5059
- #: wpf-includes/wpf-phrases.php:630
5060
- msgid "Standard access"
5061
- msgstr ""
5062
-
5063
- #: wpf-includes/wpf-phrases.php:631
5064
- msgid "Moderator access"
5065
- msgstr ""
5066
-
5067
- #: wpf-includes/wpf-phrases.php:632
5068
- msgid "Full access"
5069
- msgstr ""
5070
-
5071
- #: wpf-includes/wpf-phrases.php:635
5072
- msgid "Incorrect file format. Allowed formats: jpeg, jpg, png, gif."
5073
- msgstr ""
5074
-
5075
- #: wpf-includes/wpf-phrases.php:642
5076
- msgid "Attachment removed"
5077
- msgstr "Allegato rimosso"
5078
-
5079
- #: wpf-includes/wpf-phrases.php:643
5080
- msgid "Forum Posts"
5081
- msgstr ""
5082
-
5083
- #: wpf-includes/wpf-phrases.php:644
5084
- msgid "Blog Posts"
5085
- msgstr "Post sul blog"
5086
-
5087
- #: wpf-includes/wpf-phrases.php:645
5088
- msgid "Blog Comments"
5089
- msgstr "Commenti sul blog"
5090
-
5091
- #: wpf-includes/wpf-phrases.php:646
5092
- #, php-format
5093
- msgid "Welcome back %s!"
5094
- msgstr "Bentornata %s!"
5095
-
5096
- #: wpf-includes/wpf-phrases.php:647
5097
- msgid "Member Profile"
5098
- msgstr "Profilo utente"
5099
-
5100
- #: wpf-includes/wpf-phrases.php:648
5101
- msgid "Member"
5102
- msgstr "Utenti"
5103
-
5104
- #: wpf-includes/wpf-phrases.php:649
5105
- msgid "You do not have permission to view this page"
5106
- msgstr "Non hai il permesso per vedere questa pagina"
5107
-
5108
- #: wpf-includes/wpf-phrases.php:651
5109
- msgid ""
5110
- "This option will disable WordPress on front-end. Only forum pages will be "
5111
- "available. wpForo will look like as a stand-alone forum."
5112
- msgstr ""
5113
-
5114
- #: wpf-includes/wpf-phrases.php:656
5115
- msgid "private"
5116
- msgstr "privato"
5117
-
5118
- #: wpf-includes/wpf-phrases.php:657
5119
- msgid "public"
5120
- msgstr "pubblico"
5121
-
5122
- #: wpf-includes/wpf-phrases.php:658
5123
- msgid "Private Topic"
5124
- msgstr "Discussione priata"
5125
-
5126
- #: wpf-includes/wpf-phrases.php:659
5127
- msgid "Only Admins and Moderators can see your private topics."
5128
- msgstr ""
5129
-
5130
- #: wpf-includes/wpf-phrases.php:660
5131
- msgid "Forum ID is not detected"
5132
- msgstr ""
5133
-
5134
- #: wpf-includes/wpf-phrases.php:661
5135
- msgid "You are not permitted to subscribe here"
5136
- msgstr "Non ti è consentito sottoscrivere questo elemento"
5137
-
5138
- #: wpf-includes/wpf-phrases.php:662
5139
- msgid "Subscribe to this topic"
5140
- msgstr "Iscriviti a questa discussione"
5141
-
5142
- #: wpf-includes/wpf-phrases.php:665
5143
- msgid "Awaiting moderation"
5144
- msgstr "In attesa di moderazione"
5145
-
5146
- #: wpf-includes/wpf-phrases.php:666
5147
- msgid "Topic first post not found."
5148
- msgstr "Primo post della discussione non trovato"
5149
-
5150
- #: wpf-includes/wpf-phrases.php:667
5151
- msgid "Topic first post data not found."
5152
- msgstr "Dati primo post della discussione non trovati"
5153
-
5154
- #: wpf-includes/wpf-phrases.php:668
5155
- msgid "Settings successfully updated"
5156
- msgstr "Configurazione correttamente caricata"
5157
-
5158
- #: wpf-includes/wpf-phrases.php:669
5159
- msgid "Done!"
5160
- msgstr "Fatto!"
5161
-
5162
- #: wpf-includes/wpf-phrases.php:670 wpf-includes/wpf-phrases.php:775
5163
- msgid "You are not allowed to attach this file type"
5164
- msgstr "Non sei autorizzato ad allegare questo tipo di file"
5165
-
5166
- #: wpf-includes/wpf-phrases.php:671
5167
- msgid "Post is empty"
5168
- msgstr "Il post è vuoto"
5169
-
5170
- #: wpf-includes/wpf-phrases.php:672
5171
- msgid "removed link"
5172
- msgstr "Link rimosso"
5173
-
5174
- #: wpf-includes/wpf-phrases.php:673
5175
- msgid "Submit"
5176
- msgstr "Invia"
5177
-
5178
- #: wpf-includes/wpf-phrases.php:677
5179
- msgid "Rating Title"
5180
- msgstr "Nome rating"
5181
-
5182
- #: wpf-includes/wpf-phrases.php:678
5183
- msgid "User Title"
5184
- msgstr "Titolo utente"
5185
-
5186
- #: wpf-includes/wpf-phrases.php:679
5187
- msgid "Anonymous"
5188
- msgstr "Utente"
5189
-
5190
- #: wpf-includes/wpf-phrases.php:682
5191
- msgid "approved"
5192
- msgstr "approvato"
5193
-
5194
- #: wpf-includes/wpf-phrases.php:683
5195
- msgid "unapproved"
5196
- msgstr "Disapprovato"
5197
-
5198
- #: wpf-includes/wpf-phrases.php:686
5199
- msgid "--- Choose ---"
5200
- msgstr ""
5201
-
5202
- #: wpf-includes/wpf-phrases.php:687
5203
- msgid "Required field"
5204
- msgstr "Campo richiesto"
5205
-
5206
- #: wpf-includes/wpf-phrases.php:690
5207
- msgid "Add Reply"
5208
- msgstr "Aggiungi risposta"
5209
-
5210
- #: wpf-includes/wpf-phrases.php:691
5211
- msgid "Forums RSS Feed"
5212
- msgstr ""
5213
-
5214
- #: wpf-includes/wpf-phrases.php:692
5215
- msgid "Topics RSS Feed"
5216
- msgstr "RSS Feed discussioni"
5217
-
5218
- #: wpf-includes/wpf-phrases.php:693
5219
- msgid "Find a member"
5220
- msgstr "Trova un utente"
5221
-
5222
- #: wpf-includes/wpf-phrases.php:694
5223
- msgid "Display Name or Nicename"
5224
- msgstr "Nome o username"
5225
-
5226
- #: wpf-includes/wpf-phrases.php:695
5227
- msgid "Reset Search"
5228
- msgstr "Risultati reset"
5229
-
5230
- #: wpf-includes/wpf-phrases.php:696
5231
- msgid "Reset Result"
5232
- msgstr "Risultati reset"
5233
-
5234
- #: wpf-includes/wpf-phrases.php:702
5235
- msgid "No posts were found here"
5236
- msgstr ""
5237
-
5238
- #: wpf-includes/wpf-phrases.php:705
5239
- msgid "forum link"
5240
- msgstr ""
5241
-
5242
- #: wpf-includes/wpf-phrases.php:706
5243
- msgid "in forum"
5244
- msgstr ""
5245
-
5246
- #: wpf-includes/wpf-phrases.php:707
5247
- msgid ""
5248
- "You can mention a person using @nicename in post content to send that person "
5249
- "an email message. When you post a topic or reply, forum sends an email "
5250
- "message to the user letting them know that they have been mentioned on the "
5251
- "post."
5252
- msgstr ""
5253
-
5254
- #: wpf-includes/wpf-phrases.php:710
5255
- msgid "You are not allowed to edit this post"
5256
- msgstr "Non hai i permessi per modificare questo post"
5257
-
5258
- #: wpf-includes/wpf-phrases.php:711
5259
- msgid "Google reCAPTCHA verification failed"
5260
- msgstr ""
5261
-
5262
- #: wpf-includes/wpf-phrases.php:712
5263
- msgid "ERROR: Can't connect to Google reCAPTCHA API"
5264
- msgstr ""
5265
-
5266
- #: wpf-includes/wpf-phrases.php:713
5267
- msgid "Welcome!"
5268
- msgstr "Benvenuta!"
5269
-
5270
- #: wpf-includes/wpf-phrases.php:714
5271
- msgid "Join us today!"
5272
- msgstr "Unisciti a noi!"
5273
-
5274
- #: wpf-includes/wpf-phrases.php:715
5275
- msgid ""
5276
- "Enter your email address or username and we'll send you a link you can use "
5277
- "to pick a new password."
5278
- msgstr ""
5279
-
5280
- #: wpf-includes/wpf-phrases.php:716
5281
- msgid "Please Insert Your Email or Username"
5282
- msgstr "Per favore inserisci la tua email o username"
5283
-
5284
- #: wpf-includes/wpf-phrases.php:717
5285
- msgid "Reset Password"
5286
- msgstr "Resetta la password"
5287
-
5288
- #: wpf-includes/wpf-phrases.php:718
5289
- msgid "Forgot Your Password?"
5290
- msgstr ""
5291
-
5292
- #: wpf-includes/wpf-phrases.php:721
5293
- #, php-format
5294
- msgid "%s created a new topic %s"
5295
- msgstr "%s ha creato una nuova discussione %s"
5296
-
5297
- #: wpf-includes/wpf-phrases.php:722
5298
- #, php-format
5299
- msgid "%s replied to the topic %s"
5300
- msgstr "%s hanno risposto alla discussione %s"
5301
-
5302
- #: wpf-includes/wpf-phrases.php:723
5303
- #, php-format
5304
- msgid "%s liked forum post %s"
5305
- msgstr "%s hanno apprezzato il post %s"
5306
-
5307
- #: wpf-includes/wpf-phrases.php:724
5308
- msgid "Read more"
5309
- msgstr "Leggi tutto"
5310
-
5311
- #: wpf-includes/wpf-phrases.php:725
5312
- msgid "Forum topic"
5313
- msgstr "Discussione forum"
5314
-
5315
- #: wpf-includes/wpf-phrases.php:726
5316
- msgid "Forum post"
5317
- msgstr ""
5318
-
5319
- #: wpf-includes/wpf-phrases.php:727
5320
- msgid "Forum post like"
5321
- msgstr ""
5322
-
5323
- #: wpf-includes/wpf-phrases.php:729
5324
- msgid "Target Topic URL"
5325
- msgstr ""
5326
-
5327
- #: wpf-includes/wpf-phrases.php:730
5328
- msgid "Target Topic not found"
5329
- msgstr ""
5330
-
5331
- #: wpf-includes/wpf-phrases.php:731
5332
- msgid "Merge Topics"
5333
- msgstr "Unisci discussioni"
5334
-
5335
- #: wpf-includes/wpf-phrases.php:732
5336
- msgid "Split Topic"
5337
- msgstr "Dividi discussioni"
5338
-
5339
- #: wpf-includes/wpf-phrases.php:733
5340
- msgid ""
5341
- "Please copy the target topic URL from browser address bar and paste in the "
5342
- "field below."
5343
- msgstr ""
5344
-
5345
- #: wpf-includes/wpf-phrases.php:734
5346
- msgid ""
5347
- "All posts will be merged and displayed (ordered) in target topic according "
5348
- "to posts dates. If you want to append merged posts to the end of the target "
5349
- "topic you should allow to update posts dates to current date by check the "
5350
- "option below."
5351
- msgstr ""
5352
-
5353
- #: wpf-includes/wpf-phrases.php:735
5354
- msgid ""
5355
- "Update post dates (current date) to allow append posts to the end of the "
5356
- "target topic."
5357
- msgstr ""
5358
-
5359
- #: wpf-includes/wpf-phrases.php:736
5360
- msgid "Update post titles with target topic title."
5361
- msgstr ""
5362
-
5363
- #: wpf-includes/wpf-phrases.php:737
5364
- msgid ""
5365
- "Topics once merged cannot be unmerged. This topic URL will no longer be "
5366
- "available."
5367
- msgstr ""
5368
- "Una volta che le discussioni sono state unite non si possono più dividere. "
5369
- "L'url di questa discussione non sarà più disponibile."
5370
-
5371
- #: wpf-includes/wpf-phrases.php:738
5372
- msgid "Create New Topic"
5373
- msgstr "Crea una nuova discussione"
5374
-
5375
- #: wpf-includes/wpf-phrases.php:739
5376
- msgid ""
5377
- "Create new topic with split posts. The first post of new topic becomes the "
5378
- "earliest reply."
5379
- msgstr ""
5380
-
5381
- #: wpf-includes/wpf-phrases.php:740
5382
- msgid "New Topic Title"
5383
- msgstr "Nuovo titolo discussione"
5384
-
5385
- #: wpf-includes/wpf-phrases.php:741
5386
- msgid "New Topic Forum"
5387
- msgstr "Nuovo forum discussione"
5388
-
5389
- #: wpf-includes/wpf-phrases.php:742
5390
- msgid "Select Posts to Split"
5391
- msgstr "Seleziona i post da splittare"
5392
-
5393
- #: wpf-includes/wpf-phrases.php:743
5394
- msgid ""
5395
- "Topic once split cannot be unsplit. The first post of new topic becomes the "
5396
- "earliest reply."
5397
- msgstr ""
5398
- "Una volta che la discussione è stata splittata non si può riunire. Il primo "
5399
- "post della nuova discussione diventa la prima risposta"
5400
-
5401
- #: wpf-includes/wpf-phrases.php:744
5402
- msgid "Merge"
5403
- msgstr "Unisci"
5404
-
5405
- #: wpf-includes/wpf-phrases.php:745
5406
- msgid "Split"
5407
- msgstr "Dividi"
5408
-
5409
- #: wpf-includes/wpf-phrases.php:746
5410
- msgid "Move Reply"
5411
- msgstr "Sposta risposta"
5412
-
5413
- #: wpf-includes/wpf-phrases.php:747
5414
- msgid ""
5415
- "This action changes topic URL. Once the topic is moved to other forum the "
5416
- "old URL of this topic will no longer be available."
5417
- msgstr ""
5418
-
5419
- #: wpf-includes/wpf-phrases.php:748
5420
- #, php-format
5421
- msgid ""
5422
- "When you login first time using Facebook Login button, we collect your "
5423
- "account %s information shared by Facebook, based on your privacy settings. "
5424
- "We also get your email address to automatically create a forum account for "
5425
- "you. Once your account is created, you'll be logged-in to this account and "
5426
- "you'll receive a confirmation email."
5427
- msgstr ""
5428
-
5429
- #: wpf-includes/wpf-phrases.php:751
5430
- msgid "No data submitted"
5431
- msgstr ""
5432
-
5433
- #: wpf-includes/wpf-phrases.php:752
5434
- msgid "User profile fields not found"
5435
- msgstr ""
5436
-
5437
- #: wpf-includes/wpf-phrases.php:753
5438
- msgid "field is required"
5439
- msgstr ""
5440
-
5441
- #: wpf-includes/wpf-phrases.php:754
5442
- #, php-format
5443
- msgid "field value must be at least %d"
5444
- msgstr ""
5445
-
5446
- #: wpf-includes/wpf-phrases.php:755
5447
- #, php-format
5448
- msgid "field value cannot be greater than %d"
5449
- msgstr ""
5450
-
5451
- #: wpf-includes/wpf-phrases.php:756
5452
- #, php-format
5453
- msgid "field length must be at least %d characters"
5454
- msgstr ""
5455
-
5456
- #: wpf-includes/wpf-phrases.php:757
5457
- #, php-format
5458
- msgid "field length can not be greater than %d characters"
5459
- msgstr ""
5460
-
5461
- #: wpf-includes/wpf-phrases.php:758
5462
- msgid "field value is not a valid URL"
5463
- msgstr ""
5464
-
5465
- #: wpf-includes/wpf-phrases.php:759
5466
- msgid "file type is not detected"
5467
- msgstr ""
5468
-
5469
- #: wpf-includes/wpf-phrases.php:760
5470
- #, php-format
5471
- msgid "file type %s is not allowed"
5472
- msgstr "il tipo di file %s non è consentito"
5473
-
5474
- #: wpf-includes/wpf-phrases.php:761
5475
- msgid "file is too large"
5476
- msgstr "file troppo grande"
5477
-
5478
- #: wpf-includes/wpf-phrases.php:762
5479
- msgid "Success! Please check your mail for confirmation."
5480
- msgstr "Successo! Per favore controlla la tua email per conferma"
5481
-
5482
- #: wpf-includes/wpf-phrases.php:763
5483
- #, php-format
5484
- msgid "Username length must be between %d characters and %d characters."
5485
- msgstr ""
5486
- "La lunghezza dello username deve essere tra %d caratteri e %d caratteri."
5487
-
5488
- #: wpf-includes/wpf-phrases.php:764
5489
- msgid "User registration is disabled."
5490
- msgstr ""
5491
-
5492
- #: wpf-includes/wpf-phrases.php:765
5493
- msgid "Avatar image is too big maximum allowed size is 2MB"
5494
- msgstr ""
5495
-
5496
- #: wpf-includes/wpf-phrases.php:766
5497
- msgid "One of the selected Usergroups cannot be set as Secondary"
5498
- msgstr ""
5499
-
5500
- #: wpf-includes/wpf-phrases.php:767
5501
- msgid "The selected Usergroup is not found in allowed list"
5502
- msgstr ""
5503
-
5504
- #: wpf-includes/wpf-phrases.php:768
5505
- msgid "The selected Usergroup cannot be set"
5506
- msgstr ""
5507
-
5508
- #: wpf-includes/wpf-phrases.php:769
5509
- msgid "Admin and Moderator Usergroups are not permitted"
5510
- msgstr ""
5511
-
5512
- #: wpf-includes/wpf-phrases.php:770
5513
- msgid "You have no permission to edit Usergroup field"
5514
- msgstr ""
5515
-
5516
- #: wpf-includes/wpf-phrases.php:771
5517
- msgid "This nickname is already in use. Please insert another."
5518
- msgstr "Questo nickname è già in uso. Per favore inseriscine un altro"
5519
-
5520
- #: wpf-includes/wpf-phrases.php:772
5521
- msgid "Nickname validation failed"
5522
- msgstr ""
5523
-
5524
- #: wpf-includes/wpf-phrases.php:773
5525
- msgid "Numerical nicknames are not allowed. Please insert another."
5526
- msgstr ""
5527
-
5528
- #: wpf-includes/wpf-phrases.php:774
5529
- #, php-format
5530
- msgid "Maximum allowed file size is %s MB"
5531
- msgstr "Dimensione file massima %s MB"
5532
-
5533
- #: wpf-includes/wpf-phrases.php:776
5534
- msgid "This email address is already registered. Please insert another"
5535
- msgstr ""
5536
- "Questo indirizzo email è già registrato. Per favore inseriscine un altro"
5537
-
5538
- #: wpf-includes/wpf-phrases.php:777
5539
- #, php-format
5540
- msgid "Allowed file types: %s"
5541
- msgstr ""
5542
-
5543
- #: wpf-includes/wpf-phrases.php:778
5544
- msgid "Form name not found"
5545
- msgstr ""
5546
-
5547
- #: wpf-includes/wpf-phrases.php:779
5548
- msgid "Form template not found"
5549
- msgstr ""
5550
-
5551
- #: wpf-includes/wpf-phrases.php:780
5552
- msgid "Profile updated successfully"
5553
- msgstr ""
5554
-
5555
- #: wpf-includes/wpf-phrases.php:781
5556
- msgid "User data update failed"
5557
- msgstr ""
5558
-
5559
- #: wpf-includes/wpf-phrases.php:782
5560
- msgid "User profile update failed"
5561
- msgstr ""
5562
-
5563
- #: wpf-includes/wpf-phrases.php:783
5564
- msgid "User custom field update failed"
5565
- msgstr ""
5566
-
5567
- #: wpf-includes/wpf-phrases.php:784
5568
- msgid "Sorry, there was an error uploading attached file"
5569
- msgstr "Spiacente c'è stato un errore durante il caricamento del file"
5570
-
5571
- #: wpf-includes/wpf-phrases.php:785
5572
- msgid "Edit Topic"
5573
- msgstr "Modifica discussione"
5574
-
5575
- #: wpf-includes/wpf-phrases.php:786
5576
- #, php-format
5577
- msgid "This topic was modified %s by %s"
5578
- msgstr "Questa discussione è stata modificata %s da %s"
5579
-
5580
- #: wpf-includes/wpf-phrases.php:787
5581
- msgid "Edit Post"
5582
- msgstr "Modifica post"
5583
-
5584
- #: wpf-includes/wpf-phrases.php:788
5585
- #, php-format
5586
- msgid "This post was modified %s by %s"
5587
- msgstr "Questo post è stato modificato %s da %s"
5588
-
5589
- #: wpf-includes/wpf-phrases.php:792
5590
- msgid "Topic link"
5591
- msgstr "Link discussione"
5592
-
5593
- #: wpf-includes/wpf-phrases.php:793
5594
- msgid "Forum Topics Started"
5595
- msgstr "Discussioni forum iniziate"
5596
-
5597
- #: wpf-includes/wpf-phrases.php:794
5598
- msgid "Forum Replies Created"
5599
- msgstr ""
5600
-
5601
- #: wpf-includes/wpf-phrases.php:795
5602
- msgid "Liked Forum Posts"
5603
- msgstr "Post del forum apprezzati"
5604
-
5605
- #: wpf-includes/wpf-phrases.php:796
5606
- msgid "Forum Subscriptions"
5607
- msgstr "Sottoscrizioni forum"
5608
-
5609
- #: wpf-includes/wpf-phrases.php:798
5610
- #, php-format
5611
- msgid "Start typing tags here (maximum %d tags are allowed)..."
5612
- msgstr ""
5613
-
5614
- #: wpf-includes/wpf-phrases.php:799
5615
- msgid "Topic Tags"
5616
- msgstr ""
5617
-
5618
- #: wpf-includes/wpf-phrases.php:800
5619
- msgid "Topic Tag"
5620
- msgstr ""
5621
-
5622
- #: wpf-includes/wpf-phrases.php:801
5623
- msgid "Separate tags using a comma"
5624
- msgstr ""
5625
-
5626
- #: wpf-includes/wpf-phrases.php:802
5627
- msgid "Tag"
5628
- msgstr ""
5629
-
5630
- #: wpf-includes/wpf-phrases.php:803
5631
- msgid "Tags"
5632
- msgstr ""
5633
-
5634
- #: wpf-includes/wpf-phrases.php:804
5635
- msgid "Find Topics by Tags"
5636
- msgstr ""
5637
-
5638
- #: wpf-includes/wpf-phrases.php:805
5639
- msgid "Related Topics"
5640
- msgstr ""
5641
-
5642
- #: wpf-includes/wpf-phrases.php:806
5643
- msgid "Next Topic"
5644
- msgstr ""
5645
-
5646
- #: wpf-includes/wpf-phrases.php:807
5647
- msgid "Previous Topic"
5648
- msgstr ""
5649
-
5650
- #: wpf-includes/wpf-phrases.php:808
5651
- msgid "All forum topics"
5652
- msgstr ""
5653
-
5654
- #: wpf-includes/wpf-phrases.php:809
5655
- msgid "No tags found"
5656
- msgstr ""
5657
-
5658
- #: wpf-includes/wpf-phrases.php:810
5659
- msgid "Forum contains no unread posts"
5660
- msgstr ""
5661
-
5662
- #: wpf-includes/wpf-phrases.php:811
5663
- msgid "Forum contains unread posts"
5664
- msgstr ""
5665
-
5666
- #: wpf-includes/wpf-phrases.php:812
5667
- msgid "Mark all read"
5668
- msgstr ""
5669
-
5670
- #: wpf-includes/wpf-phrases.php:813
5671
- msgid "Not Replied"
5672
- msgstr ""
5673
-
5674
- #: wpf-includes/wpf-phrases.php:814
5675
- msgid "default"
5676
- msgstr ""
5677
-
5678
- #: wpf-includes/wpf-phrases.php:815
5679
- msgid "red"
5680
- msgstr ""
5681
-
5682
- #: wpf-includes/wpf-phrases.php:816
5683
- msgid "green"
5684
- msgstr ""
5685
-
5686
- #: wpf-includes/wpf-phrases.php:817
5687
- msgid "orange"
5688
- msgstr ""
5689
-
5690
- #: wpf-includes/wpf-phrases.php:818
5691
- msgid "grey"
5692
- msgstr ""
5693
-
5694
- #: wpf-includes/wpf-phrases.php:819
5695
- msgid "dark"
5696
- msgstr ""
5697
-
5698
- #: wpf-themes/classic/functions.php:39
5699
- msgid "Extended Layout - Recent topics"
5700
- msgstr ""
5701
-
5702
- #: wpf-themes/classic/functions.php:48
5703
- msgid "Extended Layout - Number of Recent topics"
5704
- msgstr ""
5705
-
5706
- #: wpf-themes/classic/functions.php:55
5707
- msgid "Extended Layout - Recent topic length"
5708
- msgstr ""
5709
-
5710
- #: wpf-themes/classic/functions.php:56 wpf-themes/classic/functions.php:86
5711
- msgid ""
5712
- "Set this option value 0 if you want to show the whole title in recent topic "
5713
- "area."
5714
- msgstr ""
5715
-
5716
- #: wpf-themes/classic/functions.php:69
5717
- msgid "Q&A layout - Recent topics"
5718
- msgstr ""
5719
-
5720
- #: wpf-themes/classic/functions.php:78
5721
- msgid "Q&A Layout - Number of Recent topics"
5722
- msgstr ""
5723
-
5724
- #: wpf-themes/classic/functions.php:85
5725
- msgid "Q&A Layout - Recent topic length"
5726
- msgstr ""
5727
-
5728
- #: wpf-themes/classic/functions.php:107
5729
- msgid "Extended Layout - Recent posts"
5730
- msgstr ""
5731
-
5732
- #: wpf-themes/classic/functions.php:117
5733
- msgid "Extended Layout - Number of Recent posts"
5734
- msgstr ""
5735
-
5736
- #: wpf-themes/classic/functions.php:118
5737
- msgid ""
5738
- "Set this option value 0 if you want to show all posts in recent posts area."
5739
- msgstr ""
5740
-
5741
- #: wpf-themes/classic/functions.php:126
5742
- msgid "Extended Layout - Recent post length"
5743
- msgstr ""
5744
-
5745
- #: wpf-themes/classic/functions.php:127
5746
- msgid ""
5747
- "Set this option value 0 if you want to show the whole post content in recent "
5748
- "post area."
5749
- msgstr ""
5750
-
5751
- #: wpforo.php:259
5752
- msgid "Discussion Board"
5753
- msgstr "Board discussione"
5754
-
5755
- #: wpforo.php:768
5756
- msgid ""
5757
- "Allows to embed hundreds of video, social network, audio and photo content "
5758
- "providers in forum topics and posts."
5759
- msgstr ""
5760
-
5761
- #: wpforo.php:769
5762
- msgid ""
5763
- "wpForo Polls is a complete addon to help forum members create, vote and "
5764
- "manage polls effectively. Comes with poll specific permissions and settings."
5765
- msgstr ""
5766
-
5767
- #: wpforo.php:770
5768
- msgid ""
5769
- "Awards myCRED points for forum activity. Integrates myCRED Badges and Ranks. "
5770
- "Converts wpForo topic and posts, likes to myCRED points."
5771
- msgstr ""
5772
-
5773
- #: wpforo.php:771
5774
- msgid ""
5775
- "Advanced user profile builder system. Allows to add new fields and manage "
5776
- "profile page. Creates custom Registration, Account, Member Search forms."
5777
- msgstr ""
5778
-
5779
- #: wpforo.php:772
5780
- msgid ""
5781
- "Adds an advanced file attachment system to forum topics and posts. AJAX "
5782
- "powered media uploading and displaying system with user specific library."
5783
- msgstr ""
5784
-
5785
- #: wpforo.php:773
5786
- msgid ""
5787
- "Provides a safe way to communicate directly with other members. Messages are "
5788
- "private and can only be viewed by conversation participants."
5789
- msgstr ""
5790
-
5791
- #: wpforo.php:774
5792
- msgid ""
5793
- "Blog to Forum and Forum to Blog content synchronization. Blog posts with "
5794
- "Forum topics and Blog comments with Forum replies."
5795
- msgstr ""
5796
-
5797
- #: wpforo.php:775
5798
- msgid ""
5799
- "Ads Manager is a powerful yet simple advertisement management system, that "
5800
- "allows you to add adverting banners between forums, topics and posts."
5801
- msgstr ""
5802
-
5803
- #. Plugin Name of the plugin/theme
5804
- msgid "wpForo"
5805
- msgstr ""
5806
-
5807
- #. Plugin URI of the plugin/theme
5808
- msgid "https://wpforo.com"
5809
- msgstr ""
5810
-
5811
- #. Description of the plugin/theme
5812
- msgid ""
5813
- "WordPress Forum plugin. wpForo is a full-fledged forum solution for your "
5814
- "community. Comes with multiple modern forum layouts."
5815
- msgstr ""
5816
-
5817
- #. Author of the plugin/theme
5818
- msgid "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
5819
- msgstr ""
5820
-
5821
- #. Author URI of the plugin/theme
5822
- msgid "https://gvectors.com/"
5823
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2016 gVectors Team
2
+ # This file is distributed under the same license as the wpForo package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: Forum - wpForo\n"
6
+ "POT-Creation-Date: 2020-03-28 22:31+0400\n"
7
+ "PO-Revision-Date: 2020-03-29 23:18+0000\n"
8
+ "Last-Translator: Simone <sygy@pilloledolanda.it>\n"
9
+ "Language-Team: Italiano\n"
10
+ "Language: it_IT\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: Loco https://localise.biz/\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
+ "Report-Msgid-Bugs-To: \n"
25
+ "X-Loco-Version: 2.3.1; wp-5.3.2"
26
+
27
+ #: wpf-admin/addons.php:14 wpf-admin/addons.php:22
28
+ msgid "wpForo Addons"
29
+ msgstr "Componenti aggiuntivi di wpForo"
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
+ "Tutti gli addon di wpForo sono stati sviluppati dagli sviluppatori di wpForo "
45
+ "nel team di gVectors. I prezzi dei componenti aggiuntivi includono anche una "
46
+ "piccola donazione per il duro lavoro svolto dagli sviluppatori di wpForo "
47
+ "gratuitamente. Quando acquisti un componente aggiuntivo, doni anche lo "
48
+ "sviluppo e il supporto gratuiti di wpForo. I componenti aggiuntivi sono "
49
+ "l'unica fonte in arrivo per gli sviluppatori di wpForo. wpForo è un plugin "
50
+ "per forum premium che sarà sempre disponibile gratuitamente. Non ci saranno "
51
+ "mai versioni a pagamento e pro di questo forum. Abbiamo altre dozzine di "
52
+ "fantastiche funzionalità nella nostra lista di cose da fare che verranno "
53
+ "aggiunte gratuitamente nelle versioni future. Quindi lo sviluppo gratuito di "
54
+ "wpForo rimane sempre al primo posto e wpForo viene ampliato con nuove "
55
+ "funzioni e funzionalità gratuite ancora più velocemente di prima."
56
+
57
+ #: wpf-admin/addons.php:31 wpf-admin/dashboard.php:37
58
+ msgid "Thank you!<br> Sincerely yours,<br> gVectors Team"
59
+ msgstr "Grazie!<br> Cordiali saluti,<br> Team gVectors"
60
+
61
+ #: wpf-admin/addons.php:51
62
+ msgid "Installed"
63
+ msgstr "Installato"
64
+
65
+ #: wpf-admin/addons.php:55
66
+ msgid "Version"
67
+ msgstr "Versione"
68
+
69
+ #: wpf-admin/addons.php:56
70
+ msgid "at least"
71
+ msgstr "almeno"
72
+
73
+ #: wpf-admin/addons.php:58
74
+ msgid "Details | Buy"
75
+ msgstr "Dettagli | Acquista"
76
+
77
+ #: wpf-admin/addons.php:64
78
+ msgid "More information about"
79
+ msgstr "Maggiori informazioni su"
80
+
81
+ #: wpf-admin/admin.php:36 wpf-admin/admin.php:37
82
+ #: wpf-includes/wpf-phrases.php:788
83
+ msgid "Dashboard"
84
+ msgstr "Dashboard"
85
+
86
+ #: wpf-admin/admin.php:36 wpf-admin/admin.php:40 wpf-admin/dashboard.php:137
87
+ #: wpf-admin/options-tabs/api.php:84 wpf-admin/options-tabs/styles.php:17
88
+ #: wpf-admin/options.php:15 wpf-admin/tools-tabs/misc.php:93
89
+ #: wpf-includes/integration/buddypress.php:11
90
+ #: wpf-includes/integration/buddypress.php:57
91
+ #: wpf-includes/integration/buddypress.php:129 wpf-includes/wpf-hooks.php:2567
92
+ #: wpf-includes/wpf-phrases.php:309
93
+ msgid "Forums"
94
+ msgstr "Forum"
95
+
96
+ #: wpf-admin/admin.php:43 wpf-includes/wpf-hooks.php:22
97
+ #: wpf-includes/wpf-hooks.php:2573
98
+ msgid "Settings"
99
+ msgstr "Configurazione"
100
+
101
+ #: wpf-admin/admin.php:46 wpf-includes/wpf-hooks.php:2577
102
+ #: wpf-includes/wpf-phrases.php:914
103
+ msgid "Tools"
104
+ msgstr "Strumenti"
105
+
106
+ #: wpf-admin/admin.php:49 wpf-includes/wpf-hooks.php:2581
107
+ msgid "Moderation"
108
+ msgstr "Moderazione"
109
+
110
+ #: wpf-admin/admin.php:52 wpf-admin/dashboard.php:149 wpf-admin/member.php:10
111
+ #: wpf-admin/options.php:18 wpf-admin/tools-tabs/misc.php:113
112
+ #: wpf-admin/usergroup.php:36 wpf-includes/wpf-hooks.php:2585
113
+ #: wpf-includes/wpf-phrases.php:364
114
+ msgid "Members"
115
+ msgstr "Utenti"
116
+
117
+ #: wpf-admin/admin.php:55 wpf-admin/usergroup.php:11
118
+ #: wpf-admin/usergroup.php:155 wpf-includes/wpf-hooks.php:2589
119
+ msgid "Usergroups"
120
+ msgstr "Gruppi utenti"
121
+
122
+ #: wpf-admin/admin.php:58 wpf-includes/wpf-hooks.php:2595
123
+ #: wpf-includes/wpf-phrases.php:789
124
+ msgid "Phrases"
125
+ msgstr "Traduzioni"
126
+
127
+ #: wpf-admin/admin.php:61 wpf-includes/wpf-hooks.php:2601
128
+ #: wpf-includes/wpf-phrases.php:790
129
+ msgid "Themes"
130
+ msgstr "Temi"
131
+
132
+ #: wpf-admin/admin.php:64 wpf-admin/options.php:24
133
+ #: wpf-includes/wpf-hooks.php:2605 wpf-includes/wpf-phrases.php:211
134
+ msgid "Addons"
135
+ msgstr "Componenti Aggiuntivi"
136
+
137
+ #: wpf-admin/admin.php:126
138
+ msgid "don't stop or close browser"
139
+ msgstr "non interrompere o chiudere il browser"
140
+
141
+ #: wpf-admin/dashboard.php:7 wpf-includes/wpf-phrases.php:594
142
+ msgid "wpForo Dashboard"
143
+ msgstr "Dashboard wpForo"
144
+
145
+ #: wpf-admin/dashboard.php:23 wpf-includes/wpf-phrases.php:547
146
+ msgid "Welcome Message"
147
+ msgstr "Messaggio di benvenuto"
148
+
149
+ #: wpf-admin/dashboard.php:27
150
+ msgid "Welcome to wpForo"
151
+ msgstr "Benvenuto su wpForo"
152
+
153
+ #: wpf-admin/dashboard.php:29
154
+ msgid ""
155
+ "Thank you for using wpForo! wpForo is a professional bulletin board for "
156
+ "WorPress, and the only forum software which comes with Multi-layout template "
157
+ "system.\n"
158
+ " The \"Extended\", \"Simplified\" and "
159
+ "\"Question &amp Answer\" layouts fit almost all type of discussions needs. "
160
+ "You can use wpForo for small and extremely large communities. \n"
161
+ " <br />If you found some issue or bug "
162
+ "please open a support topic in plugin page or in our support forum at "
163
+ "gVectors.com. If you liked wpForo please leave some good review for this "
164
+ "plugin. We really need your good reviews. \n"
165
+ " If you didn't like wpForo please leave a "
166
+ "list of issues and requirements you'd like us to fix and add in near future. "
167
+ "We're here to help you and improve wpForo as much as possible."
168
+ msgstr ""
169
+ "Grazie per aver usato wpForo! wpForo è una bacheca professionale per "
170
+ "WorPress e l'unico software per forum che viene fornito con un sistema di "
171
+ "template multi-layout.<br />\n"
172
+ "I layout \"Estesi\", \"Semplificati\" e \"Domande e risposte\" rispondono a "
173
+ "quasi tutti i tipi di discussioni. Puoi usare wpForo per comunità piccole ed "
174
+ "estremamente grandi.<br />\n"
175
+ "Se hai riscontrato qualche problema o bug, ti preghiamo di aprire un "
176
+ "argomento di supporto nella pagina dei plugin o nel nostro forum di supporto "
177
+ "su gVectors.com. Se ti è piaciuto wpForo, lascia una buona recensione per "
178
+ "questo plugin. Abbiamo davvero bisogno delle tue buone recensioni.<br />\n"
179
+ "Se non ti è piaciuto wpForo, ti preghiamo di lasciare un elenco di problemi "
180
+ "e requisiti che vorresti che risolvessimo e che aggiungessimo in futuro. "
181
+ "Siamo qui per aiutarti e migliorare wpForo il più possibile."
182
+
183
+ #: wpf-admin/dashboard.php:57 wpf-includes/wpf-phrases.php:316
184
+ msgid "General Information"
185
+ msgstr "Informazioni Generali"
186
+
187
+ #: wpf-admin/dashboard.php:61 wpf-includes/wpf-phrases.php:554
188
+ msgid "You are currently running"
189
+ msgstr "Stai utilizzando"
190
+
191
+ #: wpf-admin/dashboard.php:62 wpf-includes/wpf-phrases.php:204
192
+ msgid "Active Theme"
193
+ msgstr "Tema attivo"
194
+
195
+ #: wpf-admin/dashboard.php:63 wpf-includes/wpf-phrases.php:599
196
+ msgid "wpForo Website"
197
+ msgstr "Sito internet wpForo"
198
+
199
+ #: wpf-admin/dashboard.php:64 wpf-includes/wpf-phrases.php:505
200
+ msgid "Support Forum"
201
+ msgstr "Forum di supporto"
202
+
203
+ #: wpf-admin/dashboard.php:75 wpf-admin/tools-tabs/debug.php:205
204
+ #: wpf-includes/wpf-phrases.php:475
205
+ msgid "Server Information"
206
+ msgstr "Informazioni Server"
207
+
208
+ #: wpf-admin/dashboard.php:110 wpf-admin/tools-tabs/debug.php:241
209
+ #: wpf-admin/tools-tabs/debug.php:246 wpf-admin/tools-tabs/debug.php:252
210
+ #: wpf-includes/wpf-phrases.php:232
211
+ msgid "Available"
212
+ msgstr "A disposizione"
213
+
214
+ #: wpf-admin/dashboard.php:110 wpf-admin/tools-tabs/debug.php:241
215
+ msgid ""
216
+ "The setTimestamp() method of PHP DateTime class is not available. Please "
217
+ "make sure you use PHP 5.4 and higher version on your hosting service."
218
+ msgstr ""
219
+ "Il metodo setTimestamp () della classe DateTime di PHP non è disponibile. "
220
+ "Assicurati di utilizzare PHP 5.4 e versioni successive sul tuo servizio di "
221
+ "hosting."
222
+
223
+ #: wpf-admin/dashboard.php:131 wpf-includes/wpf-phrases.php:235
224
+ msgid "Board Statistic"
225
+ msgstr "Statistiche Board"
226
+
227
+ #: wpf-admin/dashboard.php:141 wpf-admin/options-tabs/posts.php:45
228
+ #: wpf-admin/options-tabs/styles.php:23 wpf-includes/class-forums.php:748
229
+ #: wpf-includes/wpf-phrases.php:524
230
+ msgid "Topics"
231
+ msgstr "Discussioni"
232
+
233
+ #: wpf-admin/dashboard.php:145 wpf-admin/options-tabs/posts.php:46
234
+ #: wpf-includes/class-forums.php:748 wpf-includes/wpf-phrases.php:418
235
+ msgid "Posts"
236
+ msgstr "Post"
237
+
238
+ #: wpf-admin/dashboard.php:153 wpf-includes/wpf-phrases.php:365
239
+ msgid "Members Online"
240
+ msgstr "Utenti online"
241
+
242
+ #: wpf-admin/dashboard.php:163
243
+ msgid "Avatars Size"
244
+ msgstr "Dimensione avatar"
245
+
246
+ #: wpf-admin/dashboard.php:167
247
+ msgid "Default Attachments Size"
248
+ msgstr "Dimensione predefinita degli allegati"
249
+
250
+ #: wpf-admin/dashboard.php:173
251
+ msgid "Advanced Attachments"
252
+ msgstr "Allegati avanzati"
253
+
254
+ #: wpf-admin/dashboard.php:174
255
+ msgid "file(s)"
256
+ msgstr "File"
257
+
258
+ #: wpf-admin/dashboard.php:177
259
+ msgid "Advanced Attachments Size"
260
+ msgstr "Dimensioni degli allegati avanzati"
261
+
262
+ #: wpf-admin/dashboard.php:182
263
+ msgid "Total Size"
264
+ msgstr "Spazio totale"
265
+
266
+ #: wpf-admin/dashboard.php:192 wpf-includes/wpf-phrases.php:800
267
+ msgid "Forum Maintenance"
268
+ msgstr "Manutenzione del forum"
269
+
270
+ #: wpf-admin/dashboard.php:194
271
+ msgid ""
272
+ "This process may take a few seconds or dozens of minutes, please be patient "
273
+ "and don't close this page. If you got 500 Server Error please don't worry, "
274
+ "the data updating process is still working in MySQL server."
275
+ msgstr ""
276
+ "Questo processo potrebbe richiedere alcuni secondi o dozzine di minuti, per "
277
+ "favore sii paziente e non chiudere questa pagina. Se hai 500 Server Error "
278
+ "non ti preoccupare, il processo di aggiornamento dei dati funziona ancora "
279
+ "nel server MySQL."
280
+
281
+ #: wpf-admin/dashboard.php:207
282
+ msgid "Delete All Caches"
283
+ msgstr "Elimina tutta la Cache"
284
+
285
+ #: wpf-admin/dashboard.php:208 wpf-includes/wpf-phrases.php:802
286
+ msgid "Update Forums Statistic"
287
+ msgstr "Aggiorna statiche forum"
288
+
289
+ #: wpf-admin/dashboard.php:209
290
+ msgid "Update Topics Statistic"
291
+ msgstr "Aggiorna statiche discussioni"
292
+
293
+ #: wpf-admin/dashboard.php:210 wpf-includes/wpf-phrases.php:803
294
+ msgid "Update Users Statistic"
295
+ msgstr "Aggiorna statistiche Utenti"
296
+
297
+ #: wpf-admin/dashboard.php:211
298
+ msgid "Rebuild Phrases"
299
+ msgstr "Ricostruisci Traduzioni"
300
+
301
+ #: wpf-admin/dashboard.php:212 wpf-includes/wpf-phrases.php:804
302
+ msgid "Delete Phrase Cache"
303
+ msgstr "Elimina Cache traduzioni"
304
+
305
+ #: wpf-admin/dashboard.php:213 wpf-includes/wpf-phrases.php:825
306
+ msgid "Delete User Cache"
307
+ msgstr "Elimina Cache Utenti"
308
+
309
+ #: wpf-admin/dashboard.php:214
310
+ msgid "Synch User Profiles"
311
+ msgstr "Sincronizza profili utenti"
312
+
313
+ #: wpf-admin/dashboard.php:215
314
+ msgid "Rebuild Threads"
315
+ msgstr "Ricostruisci discussioni"
316
+
317
+ #: wpf-admin/deactivation-dialog.php:9
318
+ msgid "Plugin Usage Feedback"
319
+ msgstr "Feedback sull'utilizzo del plugin"
320
+
321
+ #: wpf-admin/deactivation-dialog.php:18
322
+ msgid ""
323
+ "Please let us know why you are deactivating. Choosing one of the options "
324
+ "below you will help us make it better for you and for other users."
325
+ msgstr ""
326
+ "Facci sapere perché stai disattivando. Scegliendo una delle opzioni di "
327
+ "seguito, ci aiuterai a renderlo migliore per te e per gli altri utenti."
328
+
329
+ #: wpf-admin/deactivation-dialog.php:24
330
+ msgid "I'll reactivate it later"
331
+ msgstr "Lo riattiverò più tardi"
332
+
333
+ #: wpf-admin/deactivation-dialog.php:28
334
+ msgid "The plugin is not working"
335
+ msgstr "Il plugin non funziona"
336
+
337
+ #: wpf-admin/deactivation-dialog.php:30
338
+ msgid "What kind of problems do you have?"
339
+ msgstr "Che tipo di problemi hai?"
340
+
341
+ #: wpf-admin/deactivation-dialog.php:32 wpf-admin/deactivation-dialog.php:54
342
+ #: wpf-admin/deactivation-dialog.php:72 wpf-admin/deactivation-dialog.php:90
343
+ #: wpf-admin/deactivation-dialog.php:108 wpf-admin/deactivation-dialog.php:126
344
+ #: wpf-admin/deactivation-dialog.php:144
345
+ msgid ""
346
+ "If you want us to contact you please click on \"I agree to receive email\" "
347
+ "checkbox, then fill out your email. We'll try to do our best to help you "
348
+ "with problems."
349
+ msgstr ""
350
+ "Se vuoi che ti contattiamo, fai clic sulla casella di controllo \"Accetto di "
351
+ "ricevere e-mail\", quindi compila la tua e-mail. Cercheremo di fare del "
352
+ "nostro meglio per aiutarti con i problemi."
353
+
354
+ #: wpf-admin/deactivation-dialog.php:34 wpf-admin/deactivation-dialog.php:56
355
+ #: wpf-admin/deactivation-dialog.php:74 wpf-admin/deactivation-dialog.php:92
356
+ #: wpf-admin/deactivation-dialog.php:110 wpf-admin/deactivation-dialog.php:128
357
+ #: wpf-admin/deactivation-dialog.php:146
358
+ msgid "I agree to receive email"
359
+ msgstr "Accetto di ricevere email"
360
+
361
+ #: wpf-admin/deactivation-dialog.php:39 wpf-admin/deactivation-dialog.php:61
362
+ #: wpf-admin/deactivation-dialog.php:79 wpf-admin/deactivation-dialog.php:97
363
+ #: wpf-admin/deactivation-dialog.php:115 wpf-admin/deactivation-dialog.php:133
364
+ #: wpf-admin/deactivation-dialog.php:151
365
+ msgid "email for feedback"
366
+ msgstr "email per Facebook"
367
+
368
+ #: wpf-admin/deactivation-dialog.php:46
369
+ msgid "It's not what I was looking for"
370
+ msgstr "Non è quello che stavo cercando"
371
+
372
+ #: wpf-admin/deactivation-dialog.php:50
373
+ msgid "I couldn't understand how to make it work"
374
+ msgstr "Non riuscivo a capire come farlo funzionare"
375
+
376
+ #: wpf-admin/deactivation-dialog.php:52 wpf-admin/deactivation-dialog.php:70
377
+ msgid "What type of features you want to be in the plugin?"
378
+ msgstr "Che tipo di funzionalità vuoi nel plugin?"
379
+
380
+ #: wpf-admin/deactivation-dialog.php:68
381
+ msgid "The plugin is great, but I need specific features"
382
+ msgstr "Il plugin è fantastico, ma ho bisogno di funzionalità specifiche"
383
+
384
+ #: wpf-admin/deactivation-dialog.php:86
385
+ msgid "I didn't like plugin design"
386
+ msgstr "Non mi piaceva il design dei plugin"
387
+
388
+ #: wpf-admin/deactivation-dialog.php:88
389
+ msgid "What part of design you don't like or want to change?"
390
+ msgstr "Quale parte del design non ti piace o non vuoi cambiare?"
391
+
392
+ #: wpf-admin/deactivation-dialog.php:104
393
+ msgid "The plugin works very slow"
394
+ msgstr "Il plugin funziona molto lentamente"
395
+
396
+ #: wpf-admin/deactivation-dialog.php:106
397
+ msgid ""
398
+ "Could you please describe which features of the plugin slows down your "
399
+ "website?"
400
+ msgstr ""
401
+ "Potresti descrivere quali funzionalità del plug-in rallenta il tuo sito Web?"
402
+
403
+ #: wpf-admin/deactivation-dialog.php:122
404
+ msgid "I found a better plugin"
405
+ msgstr "Ho trovato un plug-in migliore"
406
+
407
+ #: wpf-admin/deactivation-dialog.php:124
408
+ msgid "Please provide a plugin name or URL"
409
+ msgstr "Fornisci un nome o un URL del plug-in"
410
+
411
+ #: wpf-admin/deactivation-dialog.php:140
412
+ msgid "Other"
413
+ msgstr "Altro"
414
+
415
+ #: wpf-admin/deactivation-dialog.php:142 wpf-includes/wpf-hooks.php:1345
416
+ msgid "Please provide more information"
417
+ msgstr "Per favore fornisci più informazioni"
418
+
419
+ #: wpf-admin/deactivation-dialog.php:158
420
+ msgid "Dismiss and never show again"
421
+ msgstr "Ignora e non mostrare più"
422
+
423
+ #: wpf-admin/deactivation-dialog.php:159
424
+ msgid "Submit &amp; Deactivate"
425
+ msgstr "Sottoscrivi &amp; disattiva"
426
+
427
+ #: wpf-admin/deactivation-dialog.php:162
428
+ msgid "Thank you for your feedback!"
429
+ msgstr "Grazie per il tuo feedback!"
430
+
431
+ #: wpf-admin/forum.php:15 wpf-includes/functions.php:893
432
+ #: wpf-includes/wpf-phrases.php:487
433
+ msgid "Show on screen"
434
+ msgstr "Mostra sullo schermo"
435
+
436
+ #: wpf-admin/forum.php:17 wpf-admin/forum.php:189
437
+ #: wpf-includes/wpf-phrases.php:299
438
+ msgid "Forum Options"
439
+ msgstr "Opzioni Forum"
440
+
441
+ #: wpf-admin/forum.php:18 wpf-includes/wpf-phrases.php:409
442
+ msgid "Permissions"
443
+ msgstr "Permessi"
444
+
445
+ #: wpf-admin/forum.php:19 wpf-includes/wpf-phrases.php:492
446
+ msgid "Slug"
447
+ msgstr "Slug"
448
+
449
+ #: wpf-admin/forum.php:20 wpf-includes/wpf-phrases.php:298
450
+ msgid "Forum Meta"
451
+ msgstr "Meta Forum"
452
+
453
+ #: wpf-admin/forum.php:23 wpf-includes/wpf-phrases.php:459
454
+ msgid "Screen Layout"
455
+ msgstr "Layout dello schermo"
456
+
457
+ #: wpf-admin/forum.php:24 wpf-includes/wpf-phrases.php:395
458
+ msgid "Number of Columns"
459
+ msgstr "Numero di colonne"
460
+
461
+ #: wpf-admin/forum.php:34 wpf-includes/functions.php:907
462
+ #: wpf-includes/wpf-phrases.php:460
463
+ msgid "Screen Options"
464
+ msgstr "Opzioni schermo"
465
+
466
+ #: wpf-admin/forum.php:45 wpf-includes/wpf-phrases.php:237
467
+ msgid "Categories and Forums"
468
+ msgstr "Categorie e forum"
469
+
470
+ #: wpf-admin/forum.php:46 wpf-admin/options-tabs/general.php:99
471
+ #: wpf-admin/phrase.php:15 wpf-admin/usergroup.php:13
472
+ #: wpf-includes/wpf-phrases.php:206
473
+ msgid "Add New"
474
+ msgstr "Aggiungi nuovo"
475
+
476
+ #: wpf-admin/forum.php:56 wpf-admin/forum.php:189 wpf-admin/forum.php:237
477
+ #: wpf-admin/forum.php:277 wpf-admin/forum.php:300 wpf-admin/forum.php:309
478
+ #: wpf-admin/options-tabs/accesses.php:26 wpf-admin/options-tabs/emails.php:22
479
+ #: wpf-admin/options-tabs/emails.php:26 wpf-admin/options-tabs/emails.php:31
480
+ #: wpf-admin/options-tabs/emails.php:38 wpf-admin/options-tabs/emails.php:50
481
+ #: wpf-admin/options-tabs/emails.php:62 wpf-admin/options-tabs/features.php:77
482
+ #: wpf-admin/options-tabs/general.php:15 wpf-admin/options-tabs/general.php:19
483
+ #: wpf-admin/options-tabs/general.php:24 wpf-admin/options-tabs/general.php:34
484
+ #: wpf-admin/options-tabs/general.php:81 wpf-admin/options-tabs/general.php:92
485
+ #: wpf-admin/options-tabs/members.php:14 wpf-admin/options-tabs/members.php:28
486
+ #: wpf-admin/options-tabs/members.php:47 wpf-admin/options-tabs/members.php:88
487
+ #: wpf-admin/options-tabs/posts.php:139 wpf-admin/options-tabs/posts.php:144
488
+ #: wpf-admin/options-tabs/posts.php:151 wpf-admin/options-tabs/posts.php:157
489
+ #: wpf-admin/options-tabs/posts.php:162 wpf-admin/options-tabs/posts.php:169
490
+ #: wpf-admin/options-tabs/posts.php:184 wpf-admin/options-tabs/posts.php:200
491
+ #: wpf-admin/options-tabs/styles.php:44 wpf-admin/usergroup.php:29
492
+ #: wpf-admin/usergroup.php:35 wpf-admin/usergroup.php:322
493
+ #: wpf-themes/classic/functions.php:26 wpf-themes/classic/functions.php:35
494
+ #: wpf-themes/classic/functions.php:42 wpf-themes/classic/functions.php:56
495
+ #: wpf-themes/classic/functions.php:65 wpf-themes/classic/functions.php:72
496
+ #: wpf-themes/classic/functions.php:82 wpf-themes/classic/functions.php:91
497
+ #: wpf-themes/classic/functions.php:100 wpf-themes/classic/functions.php:109
498
+ #: wpf-themes/classic/functions.php:116 wpf-themes/classic/functions.php:132
499
+ #: wpf-themes/classic/functions.php:142
500
+ msgid "Read the documentation"
501
+ msgstr "Leggi la documentazione"
502
+
503
+ #: wpf-admin/forum.php:58
504
+ msgid "Important Tips"
505
+ msgstr "Suggerimenti importanti"
506
+
507
+ #: wpf-admin/forum.php:59 wpf-includes/wpf-phrases.php:411
508
+ msgid "Please drag and drop forum panels to set parent-child hierarchy."
509
+ msgstr ""
510
+ "Trascina e rilascia i riquadri del forum per impostare la gerarchia padre-"
511
+ "figlio."
512
+
513
+ #: wpf-admin/forum.php:60
514
+ msgid ""
515
+ "If a category (blue panels) does not have forums (grey panels) it will not "
516
+ "be displayed on front-end. Each category should contain at least one forum."
517
+ msgstr ""
518
+ "Se una categoria (pannelli blu) non ha forum (pannelli grigi), non verrà "
519
+ "visualizzata sul front-end. Ogni categoria dovrebbe contenere almeno un "
520
+ "forum."
521
+
522
+ #: wpf-admin/forum.php:61
523
+ msgid ""
524
+ "Forums can be displayed with different layouts (Extended, Simplified, Q&A, "
525
+ "Threaded), just edit the top (blue panels) category and set the layout you "
526
+ "want. Child forums' layout depends on the top category (blue panels) layout. "
527
+ "They cannot have a different layout."
528
+ msgstr ""
529
+ "I forum possono essere visualizzati con diversi layout (esteso, semplificato,"
530
+ " domande e risposte, discussione), basta modificare la categoria superiore "
531
+ "(pannelli blu) e impostare il layout desiderato. Il layout dei forum "
532
+ "secondari dipende dal layout della categoria superiore (pannelli blu). Non "
533
+ "possono avere un layout diverso."
534
+
535
+ #: wpf-admin/forum.php:77 wpf-includes/wpf-phrases.php:458
536
+ msgid "Save forums order and hierarchy"
537
+ msgstr "Salva l'ordine e la gerarchia dei forum"
538
+
539
+ #: wpf-admin/forum.php:173 wpf-includes/wpf-phrases.php:273
540
+ msgid "Enter forum title here"
541
+ msgstr "Inserisci il titolo Forum qui"
542
+
543
+ #: wpf-admin/forum.php:178 wpf-includes/wpf-phrases.php:272
544
+ msgid "Enter description here . . ."
545
+ msgstr "Inserisci descrizione qui..."
546
+
547
+ #: wpf-admin/forum.php:179 wpf-includes/wpf-phrases.php:515
548
+ msgid ""
549
+ "This is a forum description. This content will be displayed under forum "
550
+ "title on the forum list."
551
+ msgstr ""
552
+ "Questa è una descrizione del forum. Questo contenuto verrà visualizzato "
553
+ "sotto il titolo del forum nell'elenco dei forum."
554
+
555
+ #: wpf-admin/forum.php:192 wpf-includes/wpf-phrases.php:407
556
+ msgid "Parent Forum"
557
+ msgstr "Forum genitore"
558
+
559
+ #: wpf-admin/forum.php:195 wpf-includes/wpf-phrases.php:390
560
+ msgid "No parent"
561
+ msgstr "Nessun genitore"
562
+
563
+ #: wpf-admin/forum.php:200 wpf-includes/wpf-phrases.php:532
564
+ msgid "Use as Category"
565
+ msgstr "Usa come categoria"
566
+
567
+ #: wpf-admin/forum.php:202 wpf-admin/forum.php:275
568
+ #: wpf-includes/wpf-phrases.php:238
569
+ msgid "Category Layout"
570
+ msgstr "Layout categorie"
571
+
572
+ #: wpf-admin/forum.php:210 wpf-includes/wpf-phrases.php:388
573
+ msgid "No layout found."
574
+ msgstr "Nessun layout trovato."
575
+
576
+ #: wpf-admin/forum.php:219 wpf-admin/forum.php:227
577
+ #: wpf-includes/wpf-phrases.php:420
578
+ msgid "Publish"
579
+ msgstr "Pubblica"
580
+
581
+ #: wpf-admin/forum.php:223 wpf-includes/wpf-phrases.php:223
582
+ msgid "Are you sure you want to delete this forum?"
583
+ msgstr "Sei sicuro di voler eliminare questo forum?"
584
+
585
+ #: wpf-admin/forum.php:223 wpf-admin/includes/member-listtable.php:91
586
+ #: wpf-admin/includes/member-listtable.php:235
587
+ #: wpf-admin/includes/moderation-listtable.php:92
588
+ #: wpf-admin/includes/moderation-listtable.php:193 wpf-admin/themes.php:68
589
+ #: wpf-admin/tools-tabs/antispam.php:313 wpf-admin/usergroup.php:75
590
+ #: wpf-admin/usergroup.php:276 wpf-includes/wpf-hooks.php:1338
591
+ #: wpf-includes/wpf-phrases.php:252
592
+ msgid "Delete"
593
+ msgstr "Cancella"
594
+
595
+ #: wpf-admin/forum.php:224 wpf-admin/includes/moderation-listtable.php:83
596
+ #: wpf-admin/usergroup.php:77 wpf-includes/class-forums.php:768
597
+ #: wpf-includes/wpf-phrases.php:541
598
+ msgid "View"
599
+ msgstr "Vedi"
600
+
601
+ #: wpf-admin/forum.php:225 wpf-admin/phrase.php:108
602
+ #: wpf-includes/wpf-phrases.php:529
603
+ msgid "Update"
604
+ msgstr "Aggiorna"
605
+
606
+ #: wpf-admin/forum.php:237
607
+ msgid "Forum Permissions"
608
+ msgstr "Permessi forum"
609
+
610
+ #: wpf-admin/forum.php:247
611
+ msgid "Additional Options"
612
+ msgstr "Opzioni aggiuntive"
613
+
614
+ #: wpf-admin/forum.php:250
615
+ msgid "Forum Color"
616
+ msgstr "Colore Forum"
617
+
618
+ #: wpf-admin/forum.php:270
619
+ msgid "Current Layout of this Category"
620
+ msgstr "Layout attuale di questa categoria"
621
+
622
+ #: wpf-admin/forum.php:272
623
+ msgid "Current Layout of this Forum (inherited from parent category)"
624
+ msgstr "Layout corrente di questo forum (ereditato dalla categoria padre)"
625
+
626
+ #: wpf-admin/forum.php:294
627
+ msgid ""
628
+ "Forums can be displayed with different layouts (Extended, Simplified, Q&A, "
629
+ "Threaded). Use the \"Category Layout\" dropdown located on the top right "
630
+ "section to set the layout you want. This option is only available for "
631
+ "Categories (top parent forums). Other forums and sub-forums inherit it. They "
632
+ "cannot have a different layout, therefore the layout dropdown option becomes "
633
+ "disabled if this forum is not a Category."
634
+ msgstr ""
635
+ "I forum possono essere visualizzati con diversi layout (esteso, semplificato,"
636
+ " domande e risposte, thread). Utilizzare il menu a discesa \"Layout "
637
+ "categoria\" situato nella sezione in alto a destra per impostare il layout "
638
+ "desiderato. Questa opzione è disponibile solo per le categorie (forum "
639
+ "principali). Altri forum e forum secondari lo ereditano. Non possono avere "
640
+ "un layout diverso, pertanto l'opzione a discesa del layout viene "
641
+ "disabilitata se questo forum non è una categoria."
642
+
643
+ #: wpf-admin/forum.php:300 wpf-includes/wpf-phrases.php:304
644
+ msgid "Forum Slug"
645
+ msgstr "Slug Forum"
646
+
647
+ #: wpf-admin/forum.php:303 wpf-includes/wpf-phrases.php:508
648
+ msgid ""
649
+ "The \"slug\" is the URL-friendly version of the name. It is usually all "
650
+ "lowercase and contains only letters, numbers, and hyphens."
651
+ msgstr ""
652
+ "Lo \"slug\" è la versione URL-friendly del nome. Di solito è tutto in "
653
+ "minuscolo e contiene solo lettere, numeri e trattini."
654
+
655
+ #: wpf-admin/forum.php:309
656
+ msgid "Forum Icon"
657
+ msgstr "Icone Forum"
658
+
659
+ #: wpf-admin/forum.php:312
660
+ msgid "Font-awesome Icon"
661
+ msgstr "Icone Font-awesome"
662
+
663
+ #: wpf-admin/forum.php:314
664
+ msgid "You can find all icons"
665
+ msgstr "Puoi trovare tutte le icone"
666
+
667
+ #: wpf-admin/forum.php:314
668
+ msgid "here"
669
+ msgstr "qui"
670
+
671
+ #: wpf-admin/forum.php:314
672
+ msgid ""
673
+ "Make sure you insert a class of font-awesome icon, it should start with fa- "
674
+ "prefix like &quot;fas fa-comments&quot;."
675
+ msgstr ""
676
+ "Assicurati di inserire la classe di icone font-awesome, dovrebbe iniziare "
677
+ "con un prefisso come fa- es. &quot;fas fa-comments&quot;."
678
+
679
+ #: wpf-admin/forum.php:321 wpf-includes/wpf-phrases.php:302
680
+ msgid "Forum SEO"
681
+ msgstr "SEO forum"
682
+
683
+ #: wpf-admin/forum.php:324 wpf-includes/wpf-phrases.php:370
684
+ msgid "Meta Description"
685
+ msgstr "Descizione meta"
686
+
687
+ #: wpf-admin/forum.php:352 wpf-includes/wpf-phrases.php:514
688
+ msgid "This action will also delete all sub-forums, topics and replies."
689
+ msgstr ""
690
+ "Questa azione eliminerà anche tutti i forum secondari, gli discussioni e le "
691
+ "risposte."
692
+
693
+ #: wpf-admin/forum.php:360 wpf-includes/wpf-phrases.php:323
694
+ msgid ""
695
+ "If you want to delete this forum and keep its sub-forums, topics and replies,"
696
+ " please select a new target forum in dropdown below"
697
+ msgstr ""
698
+ "Se si desidera eliminare questo forum e conservare i relativi forum "
699
+ "secondari, discussioni e risposte, selezionare un nuovo forum di "
700
+ "destinazione nel menu a discesa seguente"
701
+
702
+ #: wpf-admin/forum.php:369 wpf-includes/wpf-phrases.php:212
703
+ msgid ""
704
+ "All sub-forums, topics and replies will be attached to selected forum. "
705
+ "Layout will be inherited from this forum."
706
+ msgstr ""
707
+ "Tutti i forum secondari, gli discussioni e le risposte saranno allegati al "
708
+ "forum selezionato. Il layout verrà ereditato da questo forum."
709
+
710
+ #: wpf-admin/includes/member-listtable.php:53
711
+ #: wpf-admin/includes/phrase-listtable.php:53 wpf-includes/wpf-phrases.php:1000
712
+ msgid "default"
713
+ msgstr "default"
714
+
715
+ #: wpf-admin/includes/member-listtable.php:87
716
+ msgid "Edit User"
717
+ msgstr "Modifica utente"
718
+
719
+ #: wpf-admin/includes/member-listtable.php:88
720
+ msgid "Edit Profile"
721
+ msgstr "Modifica profilo"
722
+
723
+ #: wpf-admin/includes/member-listtable.php:89
724
+ msgid "Ban User"
725
+ msgstr "Banna utente"
726
+
727
+ #: wpf-admin/includes/member-listtable.php:89
728
+ msgid "Are you sure, you want to BAN this user?"
729
+ msgstr "Sei sicuro di voler BANNARE questo utente?"
730
+
731
+ #: wpf-admin/includes/member-listtable.php:89
732
+ #: wpf-admin/includes/member-listtable.php:233
733
+ msgid "Ban"
734
+ msgstr "Ban"
735
+
736
+ #: wpf-admin/includes/member-listtable.php:90
737
+ msgid "Unban User"
738
+ msgstr "Togli ban all'utente"
739
+
740
+ #: wpf-admin/includes/member-listtable.php:90
741
+ msgid "Are you sure, you want to UNBAN this user?"
742
+ msgstr "Sei sicuro di voler RIATTIVARE questo utente?"
743
+
744
+ #: wpf-admin/includes/member-listtable.php:90
745
+ #: wpf-admin/includes/member-listtable.php:234
746
+ msgid "Unban"
747
+ msgstr "Disapprova"
748
+
749
+ #: wpf-admin/includes/member-listtable.php:91
750
+ msgid "Delete User"
751
+ msgstr "Utente cancellato"
752
+
753
+ #: wpf-admin/includes/member-listtable.php:154
754
+ #: wpf-admin/includes/moderation-listtable.php:136
755
+ #: wpf-admin/includes/phrase-listtable.php:124 wpf-admin/usergroup.php:40
756
+ msgid "ID"
757
+ msgstr "ID"
758
+
759
+ #: wpf-admin/includes/member-listtable.php:155 wpf-includes/wpf-phrases.php:257
760
+ msgid "Display Name"
761
+ msgstr "Nome mostrato"
762
+
763
+ #: wpf-admin/includes/member-listtable.php:156 wpf-includes/wpf-phrases.php:347
764
+ msgid "Login"
765
+ msgstr "Accedi"
766
+
767
+ #: wpf-admin/includes/member-listtable.php:157 wpf-includes/wpf-phrases.php:261
768
+ msgid "Email"
769
+ msgstr "Email"
770
+
771
+ #: wpf-admin/includes/member-listtable.php:158 wpf-includes/wpf-phrases.php:317
772
+ msgid "Group"
773
+ msgstr "Gruppo"
774
+
775
+ #: wpf-admin/includes/member-listtable.php:159 wpf-admin/usergroup.php:157
776
+ #: wpf-includes/wpf-phrases.php:17
777
+ msgid "Status"
778
+ msgstr "Stato"
779
+
780
+ #: wpf-admin/includes/member-listtable.php:160
781
+ msgid "Last Login"
782
+ msgstr "Ultimo Login"
783
+
784
+ #: wpf-admin/includes/member-listtable.php:161 wpf-includes/wpf-phrases.php:829
785
+ msgid "Forum Posts"
786
+ msgstr "Post Forum"
787
+
788
+ #: wpf-admin/includes/member-listtable.php:162 wpf-includes/wpf-phrases.php:830
789
+ msgid "Blog Posts"
790
+ msgstr "Post sul blog"
791
+
792
+ #: wpf-admin/includes/member-listtable.php:163 wpf-includes/wpf-phrases.php:831
793
+ msgid "Blog Comments"
794
+ msgstr "Commenti sul blog"
795
+
796
+ #: wpf-admin/includes/member-listtable.php:258
797
+ msgid "Change usergroup to…"
798
+ msgstr "Cambia gruppo utenti in ..."
799
+
800
+ #: wpf-admin/includes/member-listtable.php:261
801
+ msgid "Change"
802
+ msgstr "Cambia"
803
+
804
+ #: wpf-admin/includes/member-listtable.php:370 wpf-includes/functions.php:498
805
+ #: wpf-includes/wpf-phrases.php:536
806
+ msgid "filter by group"
807
+ msgstr "Filtra per gruppo"
808
+
809
+ #: wpf-admin/includes/member-listtable.php:391 wpf-includes/functions.php:510
810
+ msgid "filter by status"
811
+ msgstr "Filtra per status"
812
+
813
+ #: wpf-admin/includes/moderation-listtable.php:55
814
+ msgid "TOPIC"
815
+ msgstr "DISCUSSIONE"
816
+
817
+ #: wpf-admin/includes/moderation-listtable.php:55
818
+ msgid "POST"
819
+ msgstr "POST"
820
+
821
+ #: wpf-admin/includes/moderation-listtable.php:57
822
+ msgid "YES"
823
+ msgstr "SI"
824
+
825
+ #: wpf-admin/includes/moderation-listtable.php:57
826
+ msgid "NO"
827
+ msgstr "NO"
828
+
829
+ #: wpf-admin/includes/moderation-listtable.php:86
830
+ #: wpf-admin/includes/moderation-listtable.php:189
831
+ msgid "Approve"
832
+ msgstr "Approva"
833
+
834
+ #: wpf-admin/includes/moderation-listtable.php:89
835
+ #: wpf-admin/includes/moderation-listtable.php:191
836
+ msgid "Unapprove"
837
+ msgstr "Disapprova"
838
+
839
+ #: wpf-admin/includes/moderation-listtable.php:92
840
+ #: wpf-includes/functions.php:710 wpf-includes/functions.php:720
841
+ #: wpf-includes/wpf-phrases.php:227
842
+ msgid "Are you sure you want to DELETE this item?"
843
+ msgstr "Sei sicuro di voler eliminare questo articolo?"
844
+
845
+ #: wpf-admin/includes/moderation-listtable.php:137
846
+ #: wpf-includes/functions-template.php:363
847
+ #: wpf-includes/functions-template.php:400
848
+ #: wpf-includes/functions-template.php:465
849
+ #: wpf-includes/functions-template.php:610
850
+ #: wpf-includes/functions-template.php:858
851
+ #: wpf-includes/functions-template.php:957
852
+ #: wpf-includes/functions-template.php:1013 wpf-includes/wpf-phrases.php:520
853
+ msgid "Title"
854
+ msgstr "Titolo"
855
+
856
+ #: wpf-admin/includes/moderation-listtable.php:138
857
+ #: wpf-includes/functions.php:613 wpf-includes/functions.php:616
858
+ #: wpf-includes/functions.php:633 wpf-includes/functions.php:636
859
+ msgid "Type"
860
+ msgstr "Tipo"
861
+
862
+ #: wpf-admin/includes/moderation-listtable.php:139
863
+ msgid "Created By"
864
+ msgstr "Creato da"
865
+
866
+ #: wpf-admin/includes/moderation-listtable.php:140
867
+ msgid "Created"
868
+ msgstr "Creato"
869
+
870
+ #: wpf-admin/includes/moderation-listtable.php:141
871
+ msgid "Private"
872
+ msgstr "Privato"
873
+
874
+ #: wpf-admin/includes/moderation-listtable.php:295
875
+ msgid "All Users"
876
+ msgstr "Tutti gli utenti"
877
+
878
+ #: wpf-admin/includes/phrase-listtable.php:79
879
+ #: wpf-admin/includes/phrase-listtable.php:173 wpf-admin/usergroup.php:73
880
+ #: wpf-includes/wpf-phrases.php:259
881
+ msgid "Edit"
882
+ msgstr "Modifica"
883
+
884
+ #: wpf-admin/includes/phrase-listtable.php:125 wpf-admin/phrase.php:54
885
+ msgid "Original"
886
+ msgstr "Originale"
887
+
888
+ #: wpf-admin/includes/phrase-listtable.php:126 wpf-admin/phrase.php:62
889
+ msgid "Translation"
890
+ msgstr "Traduzione"
891
+
892
+ #: wpf-admin/includes/phrase-listtable.php:127 wpf-admin/phrase.php:34
893
+ msgid "Package"
894
+ msgstr "Pacchetto"
895
+
896
+ #: wpf-admin/includes/phrase-listtable.php:128 wpf-admin/phrase.php:26
897
+ msgid "Language"
898
+ msgstr "Lingua"
899
+
900
+ #: wpf-admin/includes/phrase-listtable.php:270 wpf-includes/functions.php:526
901
+ msgid "filter by package"
902
+ msgstr "Filtra per pacchetto"
903
+
904
+ #: wpf-admin/member.php:17 wpf-admin/moderation.php:17
905
+ #: wpf-admin/options-tabs/members.php:41 wpf-admin/phrase.php:120
906
+ msgid "Filter"
907
+ msgstr "Filtra"
908
+
909
+ #: wpf-admin/member.php:51 wpf-includes/functions.php:455
910
+ msgid "All"
911
+ msgstr "Tutti"
912
+
913
+ #: wpf-admin/member.php:57 wpf-includes/functions.php:456
914
+ #: wpf-includes/wpf-phrases.php:783
915
+ msgid "Active"
916
+ msgstr "Attivo"
917
+
918
+ #: wpf-admin/member.php:63 wpf-admin/themes.php:45
919
+ #: wpf-includes/functions.php:457 wpf-includes/wpf-phrases.php:324
920
+ msgid "Inactive"
921
+ msgstr "Inattivo"
922
+
923
+ #: wpf-admin/member.php:69 wpf-includes/functions.php:458
924
+ msgid "Banned"
925
+ msgstr "Bannato"
926
+
927
+ #: wpf-admin/moderation.php:10
928
+ msgid "Topic and Post Moderation"
929
+ msgstr "Moderazione discussioni e post"
930
+
931
+ #: wpf-admin/moderation.php:40 wpf-includes/functions.php:444
932
+ msgid "Unapproved"
933
+ msgstr "Disapprovato"
934
+
935
+ #: wpf-admin/moderation.php:46 wpf-includes/functions.php:445
936
+ msgid "Published"
937
+ msgstr "Pubblicato"
938
+
939
+ #: wpf-admin/options-tabs/accesses.php:17 wpf-includes/wpf-phrases.php:207
940
+ msgid "Add New Forum Access"
941
+ msgstr "Aggiungi nuovo accesso al forum"
942
+
943
+ #: wpf-admin/options-tabs/accesses.php:25 wpf-includes/wpf-phrases.php:201
944
+ msgid "Access names"
945
+ msgstr "Tipo accesso"
946
+
947
+ #: wpf-admin/options-tabs/accesses.php:30
948
+ msgid ""
949
+ "Forum Accesses are designed to do a Forum specific user permission control. "
950
+ "These are set of permissions which are attached to certain Usergeoup in each "
951
+ "forum. Thus users can have different permissions in different forums based "
952
+ "on their Usergroup."
953
+ msgstr ""
954
+ "Gli accessi al forum sono progettati per eseguire un controllo delle "
955
+ "autorizzazioni dell'utente specifico del forum. Si tratta di un insieme di "
956
+ "autorizzazioni associate a determinati Usergeoup in ciascun forum. Pertanto, "
957
+ "gli utenti possono disporre di autorizzazioni diverse in forum diversi in "
958
+ "base al proprio gruppo utenti."
959
+
960
+ #: wpf-admin/options-tabs/accesses.php:44
961
+ #: wpf-admin/options-tabs/accesses.php:45
962
+ #: wpf-admin/options-tabs/accesses.php:46
963
+ msgid "This access is usually used for "
964
+ msgstr "Questo accesso è di solito utilizzato per "
965
+
966
+ #: wpf-admin/options-tabs/accesses.php:44
967
+ msgid "Guests"
968
+ msgstr "Ospiti"
969
+
970
+ #: wpf-admin/options-tabs/accesses.php:44
971
+ #: wpf-admin/options-tabs/accesses.php:45
972
+ #: wpf-admin/options-tabs/accesses.php:46
973
+ msgid "usergroup"
974
+ msgstr "gruppo utente"
975
+
976
+ #: wpf-admin/options-tabs/accesses.php:45 wpf-includes/wpf-phrases.php:812
977
+ msgid "Registered"
978
+ msgstr "Registrato"
979
+
980
+ #: wpf-admin/options-tabs/accesses.php:46 wpf-includes/wpf-phrases.php:810
981
+ msgid "Admin"
982
+ msgstr "Amministratore"
983
+
984
+ #: wpf-admin/options-tabs/accesses.php:51 wpf-includes/class-forums.php:756
985
+ #: wpf-includes/functions.php:690 wpf-includes/wpf-phrases.php:567
986
+ msgid "edit"
987
+ msgstr "Modifica"
988
+
989
+ #: wpf-admin/options-tabs/accesses.php:57 wpf-includes/wpf-phrases.php:225
990
+ msgid ""
991
+ "Are you sure you want to remove this access set? Usergroups which attached "
992
+ "to this access will lost all forum permissions."
993
+ msgstr ""
994
+ "Sei sicuro di voler rimuovere questo set di accesso? I gruppi utenti "
995
+ "collegati a questo accesso perderanno tutte le autorizzazioni del forum."
996
+
997
+ #: wpf-admin/options-tabs/accesses.php:58 wpf-includes/class-forums.php:762
998
+ #: wpf-includes/functions.php:710 wpf-includes/functions.php:720
999
+ #: wpf-includes/wpf-phrases.php:566
1000
+ msgid "delete"
1001
+ msgstr "cancella"
1002
+
1003
+ #: wpf-admin/options-tabs/accesses.php:87 wpf-includes/wpf-phrases.php:200
1004
+ msgid "Access name"
1005
+ msgstr "Nome accesso"
1006
+
1007
+ #: wpf-admin/options-tabs/accesses.php:109 wpf-admin/usergroup.php:396
1008
+ msgid "save"
1009
+ msgstr "salva"
1010
+
1011
+ #: wpf-admin/options-tabs/api.php:23
1012
+ msgid "Facebook API Configuration"
1013
+ msgstr "Configurazione API Facebook"
1014
+
1015
+ #: wpf-admin/options-tabs/api.php:24
1016
+ msgid ""
1017
+ "In order to get an App ID and Secret Key from Facebook, you’ll need to "
1018
+ "register a new application. Don’t worry – its very easy, and your "
1019
+ "application doesn't need to do anything. We only need the keys."
1020
+ msgstr ""
1021
+ "Per ottenere un ID app e una chiave segreta da Facebook, devi registrare una "
1022
+ "nuova applicazione. Non preoccuparti: è molto semplice e la tua applicazione "
1023
+ "non deve fare nulla. Abbiamo solo bisogno delle chiavi"
1024
+
1025
+ #: wpf-admin/options-tabs/api.php:24
1026
+ msgid "Please follow to this instruction"
1027
+ msgstr "Per favore segui le istruzioni"
1028
+
1029
+ #: wpf-admin/options-tabs/api.php:27
1030
+ msgid "App ID"
1031
+ msgstr "App ID"
1032
+
1033
+ #: wpf-admin/options-tabs/api.php:28
1034
+ msgid "App Secret"
1035
+ msgstr "App Secret"
1036
+
1037
+ #: wpf-admin/options-tabs/api.php:33
1038
+ msgid "Facebook Login"
1039
+ msgstr "Facebook Login"
1040
+
1041
+ #: wpf-admin/options-tabs/api.php:34
1042
+ msgid "Adds Facebook Login button on Registration and Login pages."
1043
+ msgstr ""
1044
+ "Aggiunge il pulsante Accesso Facebook nelle pagine Registrazione e Accesso."
1045
+
1046
+ #: wpf-admin/options-tabs/api.php:38 wpf-admin/options-tabs/api.php:50
1047
+ #: wpf-admin/options-tabs/api.php:61 wpf-admin/options-tabs/api.php:72
1048
+ #: wpf-admin/options-tabs/api.php:145 wpf-admin/options-tabs/api.php:152
1049
+ #: wpf-admin/options-tabs/forums.php:21 wpf-admin/options-tabs/members.php:95
1050
+ #: wpf-admin/options-tabs/posts.php:54 wpf-admin/options-tabs/posts.php:74
1051
+ #: wpf-admin/options-tabs/posts.php:86 wpf-admin/options-tabs/posts.php:108
1052
+ #: wpf-admin/options-tabs/posts.php:120 wpf-admin/options-tabs/posts.php:132
1053
+ #: wpf-admin/options-tabs/posts.php:215 wpf-admin/options-tabs/posts.php:224
1054
+ #: wpf-admin/tools-tabs/legal.php:50 wpf-admin/tools-tabs/legal.php:62
1055
+ #: wpf-admin/tools-tabs/legal.php:84 wpf-admin/tools-tabs/legal.php:119
1056
+ #: wpf-admin/tools-tabs/legal.php:131 wpf-admin/tools-tabs/legal.php:150
1057
+ msgid "Enable"
1058
+ msgstr "Abilita"
1059
+
1060
+ #: wpf-admin/options-tabs/api.php:39 wpf-admin/options-tabs/api.php:51
1061
+ #: wpf-admin/options-tabs/api.php:62 wpf-admin/options-tabs/api.php:73
1062
+ #: wpf-admin/options-tabs/api.php:146 wpf-admin/options-tabs/api.php:153
1063
+ #: wpf-admin/options-tabs/forums.php:22 wpf-admin/options-tabs/members.php:96
1064
+ #: wpf-admin/options-tabs/posts.php:55 wpf-admin/options-tabs/posts.php:75
1065
+ #: wpf-admin/options-tabs/posts.php:87 wpf-admin/options-tabs/posts.php:109
1066
+ #: wpf-admin/options-tabs/posts.php:121 wpf-admin/options-tabs/posts.php:133
1067
+ #: wpf-admin/options-tabs/posts.php:216 wpf-admin/options-tabs/posts.php:225
1068
+ #: wpf-admin/tools-tabs/legal.php:51 wpf-admin/tools-tabs/legal.php:63
1069
+ #: wpf-admin/tools-tabs/legal.php:85 wpf-admin/tools-tabs/legal.php:120
1070
+ #: wpf-admin/tools-tabs/legal.php:132 wpf-admin/tools-tabs/legal.php:151
1071
+ msgid "Disable"
1072
+ msgstr "Disabilita"
1073
+
1074
+ #: wpf-admin/options-tabs/api.php:45
1075
+ msgid "Facebook SDK for JavaScript"
1076
+ msgstr "JavaScript Facebook SDK"
1077
+
1078
+ #: wpf-admin/options-tabs/api.php:46
1079
+ msgid "Facebook API connection script (sharing, login, cross-posting...)"
1080
+ msgstr ""
1081
+ "Script di connessione API di Facebook (condivisione, accesso, post-"
1082
+ "pubblicazione ...)"
1083
+
1084
+ #: wpf-admin/options-tabs/api.php:57
1085
+ msgid "Facebook Login button on User Login page"
1086
+ msgstr "Pulsante Accesso Facebook nella pagina Accesso utente"
1087
+
1088
+ #: wpf-admin/options-tabs/api.php:68
1089
+ msgid "Facebook Login button on User Registration page"
1090
+ msgstr "Pulsante di accesso a Facebook nella pagina Registrazione utente"
1091
+
1092
+ #: wpf-admin/options-tabs/api.php:79
1093
+ msgid "Redirect to this page after success login"
1094
+ msgstr "Reindirizzamento a questa pagina dopo l'accesso riuscito"
1095
+
1096
+ #: wpf-admin/options-tabs/api.php:83 wpf-includes/wpf-phrases.php:819
1097
+ msgid "Profile"
1098
+ msgstr "Profilo"
1099
+
1100
+ #: wpf-admin/options-tabs/api.php:85
1101
+ msgid "Custom"
1102
+ msgstr "Personalizzato"
1103
+
1104
+ #: wpf-admin/options-tabs/api.php:87
1105
+ msgid "Custom URL, e.g.: http://example.com/my-page/"
1106
+ msgstr "Personalizza URL, esempio: http://esempio.com/mia-pagina/"
1107
+
1108
+ #: wpf-admin/options-tabs/api.php:87
1109
+ msgid "Custom URL"
1110
+ msgstr "Personalizza URL"
1111
+
1112
+ #: wpf-admin/options-tabs/api.php:94
1113
+ msgid "Share Buttons"
1114
+ msgstr "Pulsante condividi"
1115
+
1116
+ #: wpf-admin/options-tabs/api.php:103
1117
+ msgid "Active Share Buttons"
1118
+ msgstr "Attiva pulsanti di condivisione"
1119
+
1120
+ #: wpf-admin/options-tabs/api.php:104
1121
+ msgid ""
1122
+ "Check the checkbox below share options to activate. <b>Please note, that the "
1123
+ "Facebook share button cannot be activated without Facebook API ID.</b> "
1124
+ "Please follow to the \"Facebook API Configuration\" option instruction above "
1125
+ "and fill the API ID field in order to activate Facebook Share button."
1126
+ msgstr ""
1127
+ "Seleziona la casella sotto per condividere le opzioni da attivare. <b> Si "
1128
+ "noti che il pulsante di condivisione di Facebook non può essere attivato "
1129
+ "senza l'ID API di Facebook. </b> Seguire le istruzioni sull'opzione "
1130
+ "\"Configurazione API di Facebook\" sopra e compilare il campo ID API per "
1131
+ "attivare il pulsante di condivisione di Facebook."
1132
+
1133
+ #: wpf-admin/options-tabs/api.php:138
1134
+ msgid "Enable Share Buttons"
1135
+ msgstr "Abilita pulsanti di condivisione"
1136
+
1137
+ #: wpf-admin/options-tabs/api.php:143 wpf-admin/options-tabs/api.php:161
1138
+ #: wpf-admin/options-tabs/api.php:217
1139
+ msgid "General Share Buttons"
1140
+ msgstr "Pulsanti generali di condivisione"
1141
+
1142
+ #: wpf-admin/options-tabs/api.php:150 wpf-admin/options-tabs/api.php:178
1143
+ #: wpf-admin/options-tabs/api.php:229
1144
+ msgid "Post Sharing Toggle"
1145
+ msgstr "Attiva / Disattiva condivisione post"
1146
+
1147
+ #: wpf-admin/options-tabs/api.php:162
1148
+ msgid ""
1149
+ "General share buttons are forum and topic sharing buttons. They are located "
1150
+ "on the top and the bottom of each page. You can manage location of these "
1151
+ "buttons using \"Share Buttons Location\" options bellow."
1152
+ msgstr ""
1153
+ "I pulsanti di condivisione generali sono pulsanti di condivisione di forum e "
1154
+ "discussioni. Si trovano nella parte superiore e inferiore di ogni pagina. "
1155
+ "Puoi gestire la posizione di questi pulsanti usando le opzioni \"Condividi "
1156
+ "posizione pulsanti\" qui sotto."
1157
+
1158
+ #: wpf-admin/options-tabs/api.php:166
1159
+ msgid "Grey"
1160
+ msgstr "Grigio"
1161
+
1162
+ #: wpf-admin/options-tabs/api.php:167
1163
+ msgid "Colored"
1164
+ msgstr "Colorato"
1165
+
1166
+ #: wpf-admin/options-tabs/api.php:170
1167
+ msgid "Icon"
1168
+ msgstr "Icona"
1169
+
1170
+ #: wpf-admin/options-tabs/api.php:171
1171
+ msgid "Button"
1172
+ msgstr "Pulsante"
1173
+
1174
+ #: wpf-admin/options-tabs/api.php:172
1175
+ msgid "Button &amp; Count"
1176
+ msgstr "Pulsante &amp; Contatore"
1177
+
1178
+ #: wpf-admin/options-tabs/api.php:179
1179
+ msgid ""
1180
+ "Post sharing toggle allows you to share posts individually. You can see post "
1181
+ "sharing toggles on the left, right side or in top bar of each post. The "
1182
+ "toggle blue color is the current primary color (#12) of your forum style. "
1183
+ "For example, if you use the red forum style, the color of all share toggles "
1184
+ "will be red. This doesn't affect share button colors. They are always grey "
1185
+ "with original colors on mouse hover."
1186
+ msgstr ""
1187
+ "Attiva / disattiva condivisione post ti consente di condividere i post "
1188
+ "singolarmente. Puoi vedere le opzioni di condivisione dei post sul lato "
1189
+ "sinistro, destro o nella barra superiore di ogni post. Attiva/disattiva il "
1190
+ "colore blu è l'attuale colore primario (#12) dello stile del tuo forum. Ad "
1191
+ "esempio, se si utilizza lo stile del forum rosso, il colore di tutti gli "
1192
+ "interruttori di condivisione sarà rosso. Ciò non influisce sui colori dei "
1193
+ "pulsanti di condivisione. Sono sempre grigi con i colori originali al "
1194
+ "passaggio del mouse."
1195
+
1196
+ #: wpf-admin/options-tabs/api.php:200 wpf-includes/wpf-phrases.php:241
1197
+ #: wpf-themes/classic/functions.php:30 wpf-themes/classic/functions.php:60
1198
+ #: wpf-themes/classic/functions.php:86 wpf-themes/classic/functions.php:136
1199
+ msgid "Collapsed"
1200
+ msgstr "Comprimi"
1201
+
1202
+ #: wpf-admin/options-tabs/api.php:201 wpf-includes/wpf-phrases.php:275
1203
+ #: wpf-themes/classic/functions.php:29 wpf-themes/classic/functions.php:59
1204
+ #: wpf-themes/classic/functions.php:85 wpf-themes/classic/functions.php:135
1205
+ msgid "Expanded"
1206
+ msgstr "Espandi"
1207
+
1208
+ #: wpf-admin/options-tabs/api.php:204
1209
+ msgid "Mixed"
1210
+ msgstr "Misto"
1211
+
1212
+ #: wpf-admin/options-tabs/api.php:205
1213
+ msgid "Figure"
1214
+ msgstr "Figura"
1215
+
1216
+ #: wpf-admin/options-tabs/api.php:206
1217
+ msgid "Square"
1218
+ msgstr "Quadrato"
1219
+
1220
+ #: wpf-admin/options-tabs/api.php:212
1221
+ msgid "Share Button Locations"
1222
+ msgstr "Posizioni dei pulsanti di condivisione"
1223
+
1224
+ #: wpf-admin/options-tabs/api.php:213
1225
+ msgid ""
1226
+ "The post sharing toggle can be displayed either on the left side or on the "
1227
+ "top of each post. The general share buttons can be displayed on both (top "
1228
+ "and bottom) locations."
1229
+ msgstr ""
1230
+ "Il pulsante di condivisione dei post può essere visualizzato sul lato "
1231
+ "sinistro o nella parte superiore di ciascun post. I pulsanti di condivisione "
1232
+ "generali possono essere visualizzati in entrambe le posizioni (superiore e "
1233
+ "inferiore)"
1234
+
1235
+ #: wpf-admin/options-tabs/api.php:250 wpf-admin/options-tabs/emails.php:283
1236
+ #: wpf-admin/options-tabs/features.php:98 wpf-admin/options-tabs/forums.php:29
1237
+ #: wpf-admin/options-tabs/general.php:106
1238
+ #: wpf-admin/options-tabs/members.php:195 wpf-admin/options-tabs/posts.php:257
1239
+ #: wpf-admin/options-tabs/styles.php:131 wpf-admin/tools-tabs/antispam.php:354
1240
+ #: wpf-admin/tools-tabs/cleanup.php:51 wpf-admin/tools-tabs/legal.php:181
1241
+ #: wpf-admin/tools-tabs/misc.php:139 wpf-includes/wpf-phrases.php:530
1242
+ msgid "Update Options"
1243
+ msgstr "Aggiorna impostazioni"
1244
+
1245
+ #: wpf-admin/options-tabs/api.php:251 wpf-admin/options-tabs/emails.php:284
1246
+ #: wpf-admin/options-tabs/features.php:99 wpf-admin/options-tabs/forums.php:30
1247
+ #: wpf-admin/options-tabs/general.php:107
1248
+ #: wpf-admin/options-tabs/members.php:196 wpf-admin/options-tabs/posts.php:258
1249
+ #: wpf-admin/options-tabs/styles.php:132 wpf-admin/tools-tabs/antispam.php:355
1250
+ #: wpf-admin/tools-tabs/legal.php:182 wpf-admin/tools-tabs/misc.php:140
1251
+ msgid "Reset Options"
1252
+ msgstr "Resetta opzioni"
1253
+
1254
+ #: wpf-admin/options-tabs/emails.php:22
1255
+ msgid "FROM Name"
1256
+ msgstr "Da"
1257
+
1258
+ #: wpf-admin/options-tabs/emails.php:26
1259
+ msgid "FROM Email Address"
1260
+ msgstr "Dall'indirizzo Email "
1261
+
1262
+ #: wpf-admin/options-tabs/emails.php:31
1263
+ msgid "Forum Admins email addresses"
1264
+ msgstr "Indirizzi degli amministratori del Forum"
1265
+
1266
+ #: wpf-admin/options-tabs/emails.php:32 wpf-includes/wpf-phrases.php:243
1267
+ msgid ""
1268
+ "Comma separated email addresses of forum administrators to get forum "
1269
+ "notifications. For example post report messages."
1270
+ msgstr ""
1271
+ "Gli indirizzi e-mail separati da virgola degli amministratori del forum per "
1272
+ "ricevere le notifiche del forum. Ad esempio, inviare messaggi di "
1273
+ "segnalazione."
1274
+
1275
+ #: wpf-admin/options-tabs/emails.php:38
1276
+ msgid "Notify Admins via email on new Topic"
1277
+ msgstr "Notifica l'admin via email su nuove discussioni"
1278
+
1279
+ #: wpf-admin/options-tabs/emails.php:39
1280
+ msgid ""
1281
+ "Send Notification emails to all email addresses (comma separated ) of forum "
1282
+ "administrators when a new Topic is created."
1283
+ msgstr ""
1284
+ "Invia e-mail di notifica a tutti gli indirizzi e-mail (separati da virgola) "
1285
+ "degli amministratori del forum quando viene creata una nuova discussione."
1286
+
1287
+ #: wpf-admin/options-tabs/emails.php:43 wpf-admin/options-tabs/emails.php:55
1288
+ #: wpf-admin/options-tabs/emails.php:165 wpf-admin/options-tabs/emails.php:202
1289
+ #: wpf-admin/options-tabs/emails.php:256 wpf-admin/options-tabs/features.php:86
1290
+ #: wpf-admin/tools-tabs/antispam.php:32 wpf-admin/tools-tabs/antispam.php:41
1291
+ #: wpf-admin/tools-tabs/antispam.php:50 wpf-admin/tools-tabs/antispam.php:90
1292
+ #: wpf-admin/tools-tabs/antispam.php:161 wpf-admin/tools-tabs/antispam.php:170
1293
+ #: wpf-admin/tools-tabs/antispam.php:180 wpf-admin/tools-tabs/antispam.php:189
1294
+ #: wpf-admin/tools-tabs/antispam.php:198 wpf-admin/tools-tabs/antispam.php:207
1295
+ #: wpf-admin/tools-tabs/antispam.php:216 wpf-admin/tools-tabs/antispam.php:225
1296
+ #: wpf-admin/tools-tabs/antispam.php:273 wpf-admin/tools-tabs/cleanup.php:40
1297
+ #: wpf-includes/functions-template.php:1018 wpf-includes/wpf-phrases.php:552
1298
+ #: wpf-themes/classic/functions.php:94 wpf-themes/classic/functions.php:103
1299
+ #: wpf-themes/classic/functions.php:173 wpf-themes/classic/functions.php:201
1300
+ #: wpf-themes/classic/functions.php:256 wpf-themes/classic/functions.php:274
1301
+ msgid "Yes"
1302
+ msgstr ""
1303
+
1304
+ #: wpf-admin/options-tabs/emails.php:44 wpf-admin/options-tabs/emails.php:56
1305
+ #: wpf-admin/options-tabs/emails.php:166 wpf-admin/options-tabs/emails.php:203
1306
+ #: wpf-admin/options-tabs/emails.php:257 wpf-admin/options-tabs/features.php:88
1307
+ #: wpf-admin/tools-tabs/antispam.php:33 wpf-admin/tools-tabs/antispam.php:42
1308
+ #: wpf-admin/tools-tabs/antispam.php:51 wpf-admin/tools-tabs/antispam.php:91
1309
+ #: wpf-admin/tools-tabs/antispam.php:162 wpf-admin/tools-tabs/antispam.php:171
1310
+ #: wpf-admin/tools-tabs/antispam.php:181 wpf-admin/tools-tabs/antispam.php:190
1311
+ #: wpf-admin/tools-tabs/antispam.php:199 wpf-admin/tools-tabs/antispam.php:208
1312
+ #: wpf-admin/tools-tabs/antispam.php:217 wpf-admin/tools-tabs/antispam.php:226
1313
+ #: wpf-admin/tools-tabs/antispam.php:274 wpf-admin/tools-tabs/cleanup.php:41
1314
+ #: wpf-includes/functions-template.php:1019 wpf-includes/wpf-phrases.php:382
1315
+ #: wpf-themes/classic/functions.php:95 wpf-themes/classic/functions.php:104
1316
+ #: wpf-themes/classic/functions.php:174 wpf-themes/classic/functions.php:202
1317
+ #: wpf-themes/classic/functions.php:257 wpf-themes/classic/functions.php:275
1318
+ msgid "No"
1319
+ msgstr "No"
1320
+
1321
+ #: wpf-admin/options-tabs/emails.php:50
1322
+ msgid "Notify Admins via email on new Post"
1323
+ msgstr "Notifica l'admin via email sul nuovo post"
1324
+
1325
+ #: wpf-admin/options-tabs/emails.php:51
1326
+ msgid ""
1327
+ "Send Notification emails to all email addresses (comma separated ) of forum "
1328
+ "administrators when a new Reply is created."
1329
+ msgstr ""
1330
+ "Invia e-mail di notifica a tutti gli indirizzi e-mail (separati da virgola) "
1331
+ "degli amministratori del forum quando viene creata una nuova risposta."
1332
+
1333
+ #: wpf-admin/options-tabs/emails.php:62 wpf-includes/wpf-phrases.php:503
1334
+ msgid "Subscription Emails"
1335
+ msgstr "Email iscrizioni"
1336
+
1337
+ #: wpf-admin/options-tabs/emails.php:67 wpf-includes/wpf-phrases.php:500
1338
+ msgid "Subscribe confirmation email subject"
1339
+ msgstr "Oggetto email conferma iscrizione"
1340
+
1341
+ #: wpf-admin/options-tabs/emails.php:73 wpf-includes/wpf-phrases.php:499
1342
+ msgid "Subscribe confirmation email message"
1343
+ msgstr "Messaggio email conferma iscrizione"
1344
+
1345
+ #: wpf-admin/options-tabs/emails.php:75
1346
+ msgid "Subscribed forum or topic title"
1347
+ msgstr "Sottoscrizione forum o titolo discussione"
1348
+
1349
+ #: wpf-admin/options-tabs/emails.php:76 wpf-admin/options-tabs/emails.php:93
1350
+ #: wpf-admin/options-tabs/emails.php:114
1351
+ msgid "Subscriber display name"
1352
+ msgstr "Nome visualizzato dell'abbonato"
1353
+
1354
+ #: wpf-admin/options-tabs/emails.php:77
1355
+ msgid "Link to confirm subscription"
1356
+ msgstr "Link per conferma iscrizione"
1357
+
1358
+ #: wpf-admin/options-tabs/emails.php:86 wpf-includes/wpf-phrases.php:381
1359
+ msgid "New topic notification email subject"
1360
+ msgstr "Oggetto email di notifica nuova discussione"
1361
+
1362
+ #: wpf-admin/options-tabs/emails.php:91 wpf-includes/wpf-phrases.php:380
1363
+ msgid "New topic notification email message"
1364
+ msgstr "Messaggio email di notifica nuova discussione"
1365
+
1366
+ #: wpf-admin/options-tabs/emails.php:94
1367
+ msgid "New topic author display name"
1368
+ msgstr "Mostra nome utente nuova discussione"
1369
+
1370
+ #: wpf-admin/options-tabs/emails.php:95
1371
+ msgid "Forum title / link"
1372
+ msgstr "Titolo / Link Forum"
1373
+
1374
+ #: wpf-admin/options-tabs/emails.php:96
1375
+ msgid "New topic title"
1376
+ msgstr "Titolo nuova discussione"
1377
+
1378
+ #: wpf-admin/options-tabs/emails.php:97
1379
+ msgid "New topic excerpt"
1380
+ msgstr "Estratto nuova discussione"
1381
+
1382
+ #: wpf-admin/options-tabs/emails.php:98 wpf-admin/options-tabs/emails.php:119
1383
+ msgid "Link to unsubscribe"
1384
+ msgstr "Link per disiscriversi"
1385
+
1386
+ #: wpf-admin/options-tabs/emails.php:107 wpf-includes/wpf-phrases.php:379
1387
+ msgid "New reply notification email subject"
1388
+ msgstr "Nuovo oggetto e-mail di notifica di risposta"
1389
+
1390
+ #: wpf-admin/options-tabs/emails.php:112 wpf-includes/wpf-phrases.php:378
1391
+ msgid "New reply notification email message"
1392
+ msgstr "Nuovo messaggio e-mail di notifica di risposta"
1393
+
1394
+ #: wpf-admin/options-tabs/emails.php:115
1395
+ msgid "New reply author display name"
1396
+ msgstr "Nome visualizzato dell'autore della nuova risposta"
1397
+
1398
+ #: wpf-admin/options-tabs/emails.php:116
1399
+ msgid "Topic title / link"
1400
+ msgstr "Titolo / Link discussione"
1401
+
1402
+ #: wpf-admin/options-tabs/emails.php:117
1403
+ msgid "New reply title"
1404
+ msgstr "Titolo nuova risposta"
1405
+
1406
+ #: wpf-admin/options-tabs/emails.php:118
1407
+ msgid "New reply excerpt"
1408
+ msgstr "Estratto di nuova risposta"
1409
+
1410
+ #: wpf-admin/options-tabs/emails.php:129 wpf-includes/wpf-phrases.php:413
1411
+ msgid "Post Reporting Emails"
1412
+ msgstr "Email segnalazioni"
1413
+
1414
+ #: wpf-admin/options-tabs/emails.php:130 wpf-includes/wpf-phrases.php:517
1415
+ msgid "This message comes from post reporting pop-up form."
1416
+ msgstr "Questo messaggio proviene dal modulo pop-up invia segnalazioni."
1417
+
1418
+ #: wpf-admin/options-tabs/emails.php:135 wpf-includes/wpf-phrases.php:452
1419
+ msgid "Report message subject"
1420
+ msgstr "Oggetto messaggio segnalazione"
1421
+
1422
+ #: wpf-admin/options-tabs/emails.php:141 wpf-includes/wpf-phrases.php:451
1423
+ msgid "Report message body"
1424
+ msgstr "Corpo del messaggio segnalazione"
1425
+
1426
+ #: wpf-admin/options-tabs/emails.php:143
1427
+ msgid "Reporter user display name"
1428
+ msgstr "Nome visualizzato dell'utente segnalato"
1429
+
1430
+ #: wpf-admin/options-tabs/emails.php:144
1431
+ msgid "Reporter user message"
1432
+ msgstr "Messaggio segnalazione utente"
1433
+
1434
+ #: wpf-admin/options-tabs/emails.php:145
1435
+ msgid "Reported post URL"
1436
+ msgstr "URL discussione segnalata"
1437
+
1438
+ #: wpf-admin/options-tabs/emails.php:155
1439
+ msgid "New User Registration Email for admins"
1440
+ msgstr "Email di registrazione nuovo utente per amministratori"
1441
+
1442
+ #: wpf-admin/options-tabs/emails.php:156 wpf-admin/options-tabs/emails.php:193
1443
+ msgid "This message comes when new user registers to site"
1444
+ msgstr ""
1445
+ "Questo messaggio viene visualizzato quando un nuovo utente si registra al "
1446
+ "sito"
1447
+
1448
+ #: wpf-admin/options-tabs/emails.php:161
1449
+ msgid "Overwrite WordPress New User Registration Email for Admins"
1450
+ msgstr ""
1451
+ "Sovrascrivi l'e-mail di registrazione del nuovo utente di WordPress per gli "
1452
+ "amministratori"
1453
+
1454
+ #: wpf-admin/options-tabs/emails.php:172 wpf-admin/options-tabs/emails.php:209
1455
+ msgid "Message Subject"
1456
+ msgstr "Oggetto messaggio"
1457
+
1458
+ #: wpf-admin/options-tabs/emails.php:178 wpf-admin/options-tabs/emails.php:215
1459
+ msgid "Message Body"
1460
+ msgstr "Corpo del messaggio"
1461
+
1462
+ #: wpf-admin/options-tabs/emails.php:180
1463
+ msgid "Website name"
1464
+ msgstr "Nome sito"
1465
+
1466
+ #: wpf-admin/options-tabs/emails.php:181 wpf-admin/options-tabs/emails.php:217
1467
+ #: wpf-admin/options-tabs/emails.php:236
1468
+ msgid "Registered user login"
1469
+ msgstr "Accesso utente registrato"
1470
+
1471
+ #: wpf-admin/options-tabs/emails.php:182
1472
+ msgid "Registered user email"
1473
+ msgstr "Email dell'utente registrato"
1474
+
1475
+ #: wpf-admin/options-tabs/emails.php:192
1476
+ msgid "New User Registration Email for user"
1477
+ msgstr "Email di registrazione nuovo utente per l'utente"
1478
+
1479
+ #: wpf-admin/options-tabs/emails.php:198
1480
+ msgid "Overwrite WordPress New User Registration Email for Users"
1481
+ msgstr ""
1482
+ "Sovrascrivi l'email di registrazione di nuovi utenti di WordPress per gli "
1483
+ "utenti"
1484
+
1485
+ #: wpf-admin/options-tabs/emails.php:218 wpf-admin/options-tabs/emails.php:237
1486
+ msgid "Link to open password reset form"
1487
+ msgstr "Link per apertura modulo reset password"
1488
+
1489
+ #: wpf-admin/options-tabs/emails.php:228
1490
+ msgid "Reset Password Emails"
1491
+ msgstr "Email per resettare la password"
1492
+
1493
+ #: wpf-admin/options-tabs/emails.php:229
1494
+ msgid "This message comes from Reset Password form."
1495
+ msgstr "Questo messaggio proviene dal modulo Reimposta password."
1496
+
1497
+ #: wpf-admin/options-tabs/emails.php:234
1498
+ msgid "Reset Password message body"
1499
+ msgstr "Reimposta corpo del messaggio password"
1500
+
1501
+ #: wpf-admin/options-tabs/emails.php:247
1502
+ msgid "User Mentioning Email"
1503
+ msgstr "Email menzionata dall'utente"
1504
+
1505
+ #: wpf-admin/options-tabs/emails.php:252
1506
+ msgid "Enable Email Notification"
1507
+ msgstr "Abilita notifiche Email"
1508
+
1509
+ #: wpf-admin/options-tabs/emails.php:262
1510
+ msgid "User Mention message subject"
1511
+ msgstr "Oggetto del messaggio menzione utente"
1512
+
1513
+ #: wpf-admin/options-tabs/emails.php:267
1514
+ msgid "User Mention message body"
1515
+ msgstr "Corpo del messaggio menzione utente"
1516
+
1517
+ #: wpf-admin/options-tabs/emails.php:269
1518
+ msgid "Mentioned user display name"
1519
+ msgstr "Mostra nome utente menzionato"
1520
+
1521
+ #: wpf-admin/options-tabs/emails.php:270
1522
+ msgid "Post author display name"
1523
+ msgstr "Mostra autore post"
1524
+
1525
+ #: wpf-admin/options-tabs/emails.php:271 wpf-includes/wpf-phrases.php:523
1526
+ msgid "Topic title"
1527
+ msgstr "Titolo discussione"
1528
+
1529
+ #: wpf-admin/options-tabs/emails.php:272
1530
+ msgid "Link to the post"
1531
+ msgstr "Link al post"
1532
+
1533
+ #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:480
1534
+ msgid "Show Admin Bar for Members"
1535
+ msgstr "Mostra barra di amministrazione per i membri"
1536
+
1537
+ #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:518
1538
+ msgid "This option doesn't affect website admins."
1539
+ msgstr "Questa opzione non influisce sugli amministratori del sito Web."
1540
+
1541
+ #: wpf-admin/options-tabs/features.php:10 wpf-includes/wpf-phrases.php:482
1542
+ msgid "Show Forum Page Title"
1543
+ msgstr "Mostra il titolo della pagina del forum"
1544
+
1545
+ #: wpf-admin/options-tabs/features.php:11 wpf-includes/wpf-phrases.php:485
1546
+ msgid "Show Top/Menu Bar"
1547
+ msgstr "Mostra barra Top/menu"
1548
+
1549
+ #: wpf-admin/options-tabs/features.php:12 wpf-includes/wpf-phrases.php:484
1550
+ msgid "Show Top Search"
1551
+ msgstr "Mostra ricerca in alto"
1552
+
1553
+ #: wpf-admin/options-tabs/features.php:13 wpf-includes/wpf-phrases.php:481
1554
+ msgid "Show Breadcrumb"
1555
+ msgstr "Mostra breadcrumb"
1556
+
1557
+ #: wpf-admin/options-tabs/features.php:14 wpf-includes/wpf-phrases.php:483
1558
+ msgid "Show Forum Statistic"
1559
+ msgstr "Mostra statistiche forum"
1560
+
1561
+ #: wpf-admin/options-tabs/features.php:15
1562
+ msgid "Show Member Mention Nicknames"
1563
+ msgstr "Mostra nome utente membro menzionato"
1564
+
1565
+ #: wpf-admin/options-tabs/features.php:16
1566
+ msgid "Enable WordPress Shortcodes in Post Content"
1567
+ msgstr "Abilita i codici funzione di WordPress nei contenuti post"
1568
+
1569
+ #: wpf-admin/options-tabs/features.php:17 wpf-includes/wpf-phrases.php:883
1570
+ msgid "Log Viewed Forums and Topics"
1571
+ msgstr "Log Forum e discussioni"
1572
+
1573
+ #: wpf-admin/options-tabs/features.php:18
1574
+ msgid "Track Forum and Topic Current Viewers"
1575
+ msgstr ""
1576
+ "Tieni traccia dei forum e degli attuali visualizzatori delle discussioni"
1577
+
1578
+ #: wpf-admin/options-tabs/features.php:19
1579
+ msgid "Topic Links Jump to First Unread Post"
1580
+ msgstr "Link nella discussione Vai al primo messaggio non letto"
1581
+
1582
+ #: wpf-admin/options-tabs/features.php:19
1583
+ msgid ""
1584
+ "If this option is enabled, all topic links on forums page and on topics page "
1585
+ "will refer to the first unread post. This behavior is only enabled for "
1586
+ "logged-in users."
1587
+ msgstr ""
1588
+ "Se questa opzione è abilitata, tutti i link delle discussioni nella pagina "
1589
+ "dei forum e nella pagina delle discussioni faranno riferimento al primo post "
1590
+ "non letto. Questo comportamento è abilitato solo per gli utenti che hanno "
1591
+ "effettuato l'accesso."
1592
+
1593
+ #: wpf-admin/options-tabs/features.php:20
1594
+ msgid "Jump to First Unread Post with [new] Button in Topic Link"
1595
+ msgstr ""
1596
+ "Vai al primo messaggio non letto con il pulsante [nuovo] in Collegamento "
1597
+ "argomento"
1598
+
1599
+ #: wpf-admin/options-tabs/features.php:20
1600
+ msgid ""
1601
+ "Adds [new] button at the and of topic links, which jumps to the first unread "
1602
+ "post."
1603
+ msgstr ""
1604
+ "Aggiunge il pulsante [nuovo] ai collegamenti delle discussioni, che passa al "
1605
+ "primo post non letto."
1606
+
1607
+ #: wpf-admin/options-tabs/features.php:21 wpf-includes/wpf-phrases.php:443
1608
+ msgid "Replace Author Link to Forum Profile"
1609
+ msgstr "Sostituisci link autore al profilo del forum"
1610
+
1611
+ #: wpf-admin/options-tabs/features.php:22 wpf-includes/wpf-phrases.php:444
1612
+ msgid "Replace Comment Author Link to Forum Profile"
1613
+ msgstr "Sostituisci commento Autore Link al profilo del forum"
1614
+
1615
+ #: wpf-admin/options-tabs/features.php:23 wpf-includes/wpf-phrases.php:822
1616
+ msgid "Enable User Registration"
1617
+ msgstr "Abilita registrazione utente"
1618
+
1619
+ #: wpf-admin/options-tabs/features.php:23 wpf-includes/wpf-phrases.php:823
1620
+ msgid ""
1621
+ "This option is not synced with WordPress \"Anyone can register\" option in "
1622
+ "Dashboard > Settings > General admin page. If this option is enabled new "
1623
+ "users will always be able to register."
1624
+ msgstr ""
1625
+ "Questa opzione non è sincronizzata con l'opzione \"Chiunque può "
1626
+ "registrarsi\" di WordPress in Dashboard > Impostazioni > Pagina di "
1627
+ "amministrazione generale. Se questa opzione è abilitata, i nuovi utenti "
1628
+ "saranno sempre in grado di registrarsi."
1629
+
1630
+ #: wpf-admin/options-tabs/features.php:24
1631
+ msgid "Enable User Registration email confirmation"
1632
+ msgstr "Abilita conferma e-mail registrazione utente"
1633
+
1634
+ #: wpf-admin/options-tabs/features.php:24
1635
+ msgid ""
1636
+ "If you have enabled this option, after registering, user can not login "
1637
+ "without confirming the email."
1638
+ msgstr ""
1639
+ "Se hai abilitato questa opzione, dopo la registrazione, l'utente non può "
1640
+ "accedere senza confermare l'e-mail."
1641
+
1642
+ #: wpf-admin/options-tabs/features.php:25
1643
+ msgid "Stop Sending Emails to Admins on New User Registration"
1644
+ msgstr ""
1645
+ "Smetti di inviare e-mail agli amministratori con la registrazione di un "
1646
+ "nuovo utente"
1647
+
1648
+ #: wpf-admin/options-tabs/features.php:25
1649
+ msgid ""
1650
+ "If you have enabled this option, after registering, the admin will not "
1651
+ "receive an email notification for newly registered user."
1652
+ msgstr ""
1653
+ "Se hai abilitato questa opzione, dopo la registrazione, l'amministratore non "
1654
+ "riceverà una notifica e-mail per l'utente appena registrato."
1655
+
1656
+ #: wpf-admin/options-tabs/features.php:26 wpf-includes/wpf-phrases.php:446
1657
+ msgid "Replace Registration Page URL to Forum Registration Page URL"
1658
+ msgstr ""
1659
+ "Sostituisci l'URL della pagina di registrazione con l'URL della pagina di "
1660
+ "registrazione del forum"
1661
+
1662
+ #: wpf-admin/options-tabs/features.php:27 wpf-includes/wpf-phrases.php:445
1663
+ msgid "Replace Login Page URL to Forum Login Page URL"
1664
+ msgstr ""
1665
+ "Sostituisci l'URL della pagina di accesso con l'URL della pagina di accesso "
1666
+ "al forum"
1667
+
1668
+ #: wpf-admin/options-tabs/features.php:28 wpf-includes/wpf-phrases.php:884
1669
+ msgid "Replace Reset Password Page URL to Forum Reset Password Page URL"
1670
+ msgstr ""
1671
+ "Sostituisci l'URL della pagina di reimpostazione password all'URL della "
1672
+ "pagina di reimpostazione password del forum"
1673
+
1674
+ #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:442
1675
+ msgid "Replace Author Avatar with Forum Profile Avatar"
1676
+ msgstr "Sostituisci Avatar autore con Avatar profilo forum"
1677
+
1678
+ #: wpf-admin/options-tabs/features.php:30 wpf-includes/wpf-phrases.php:263
1679
+ msgid "Enable Avatars"
1680
+ msgstr "Abilita Avatars"
1681
+
1682
+ #: wpf-admin/options-tabs/features.php:31 wpf-includes/wpf-phrases.php:264
1683
+ msgid "Enable Custom Avatars"
1684
+ msgstr "Abilita avatar personalizzati"
1685
+
1686
+ #: wpf-admin/options-tabs/features.php:32 wpf-includes/wpf-phrases.php:217
1687
+ msgid "Allow Member Signature"
1688
+ msgstr "Consenti firma membro"
1689
+
1690
+ #: wpf-admin/options-tabs/features.php:33 wpf-includes/wpf-phrases.php:266
1691
+ msgid "Enable Member Rating"
1692
+ msgstr "Abilita valutazione membri"
1693
+
1694
+ #: wpf-admin/options-tabs/features.php:34 wpf-includes/wpf-phrases.php:267
1695
+ msgid "Enable Member Rating Titles"
1696
+ msgstr "Abilita i titoli di valutazione dei membri"
1697
+
1698
+ #: wpf-admin/options-tabs/features.php:35 wpf-includes/wpf-phrases.php:265
1699
+ msgid "Enable Member Cache"
1700
+ msgstr "Abilita Cache Membri"
1701
+
1702
+ #: wpf-admin/options-tabs/features.php:36
1703
+ msgid "Enable Object Cache"
1704
+ msgstr "Abilita cache oggetti"
1705
+
1706
+ #: wpf-admin/options-tabs/features.php:37
1707
+ msgid "Enable HTML Cache"
1708
+ msgstr "Abilita Cache HTML"
1709
+
1710
+ #: wpf-admin/options-tabs/features.php:38
1711
+ msgid "Enable Memory Cache"
1712
+ msgstr "Abilita memoria Cache"
1713
+
1714
+ #: wpf-admin/options-tabs/features.php:39 wpf-includes/wpf-phrases.php:270
1715
+ msgid "Enable wpForo SEO for Meta Titles"
1716
+ msgstr "Abilita wpForo SEO per i titoli Meta"
1717
+
1718
+ #: wpf-admin/options-tabs/features.php:40 wpf-includes/wpf-phrases.php:269
1719
+ msgid "Enable wpForo SEO for Meta Tags"
1720
+ msgstr "Abilita wpForo SEO per i meta tag"
1721
+
1722
+ #: wpf-admin/options-tabs/features.php:41
1723
+ msgid "Enable User Profile Page indexing"
1724
+ msgstr "Abilita l'indicizzazione della pagina del profilo utente"
1725
+
1726
+ #: wpf-admin/options-tabs/features.php:42 wpf-includes/wpf-phrases.php:885
1727
+ msgid "Enable RSS Feed"
1728
+ msgstr "Abilita feed RSS"
1729
+
1730
+ #: wpf-admin/options-tabs/features.php:43
1731
+ msgid "Turn Off User Syncing Note"
1732
+ msgstr "Disattiva Nota sincronizzazione utente"
1733
+
1734
+ #: wpf-admin/options-tabs/features.php:44
1735
+ msgid "Enable User Notification"
1736
+ msgstr "Abilita notifica utente"
1737
+
1738
+ #: wpf-admin/options-tabs/features.php:45
1739
+ msgid "Enable User Notification Live Update"
1740
+ msgstr "Abilita notifica live aggiornamento utente"
1741
+
1742
+ #: wpf-admin/options-tabs/features.php:46
1743
+ msgid "Display User Notification Bell on Menu Bar"
1744
+ msgstr "Visualizza campanello di notifica utente sulla barra dei menu"
1745
+
1746
+ #: wpf-admin/options-tabs/features.php:47
1747
+ msgid "BuddyPress Activity Integration"
1748
+ msgstr "Integrazione attività BuddyPress"
1749
+
1750
+ #: wpf-admin/options-tabs/features.php:47
1751
+ msgid ""
1752
+ "Posts members activity (new topic, new reply, post like) to BuddyPress "
1753
+ "Profile Activity page."
1754
+ msgstr ""
1755
+ "Attività membri (nuove discussioni, nuove risposte, like) sulla pagina "
1756
+ "attività profilo buddypress"
1757
+
1758
+ #: wpf-admin/options-tabs/features.php:48
1759
+ msgid "BuddyPress Notification Integration"
1760
+ msgstr "Integrazione notifiche BuddyPress"
1761
+
1762
+ #: wpf-admin/options-tabs/features.php:48
1763
+ msgid ""
1764
+ "Creates notification on new forum reply in BuddyPress Profile Notification "
1765
+ "page."
1766
+ msgstr ""
1767
+ "Crea notifica sulla risposta del nuovo forum nella pagina di notifica del "
1768
+ "profilo BuddyPress."
1769
+
1770
+ #: wpf-admin/options-tabs/features.php:49
1771
+ msgid "BuddyPress Profile Forum Tab Integration"
1772
+ msgstr "Integrazione profilo forum BuddyPress"
1773
+
1774
+ #: wpf-admin/options-tabs/features.php:49
1775
+ msgid ""
1776
+ "Adds \"Forums\" tab with \"Created Topics\", \"Posted Replies\", \"Liked "
1777
+ "Posts\" and \"Subscriptions\" sub-tabs to BuddyPress Profile page."
1778
+ msgstr ""
1779
+ "Aggiunge la scheda \"Forum\" con le sottoschede \"Discussioni create\", "
1780
+ "\"Risposte inviate\", \"Post apprezzati\" e \"Abbonamenti\" alla pagina del "
1781
+ "profilo BuddyPress."
1782
+
1783
+ #: wpf-admin/options-tabs/features.php:50
1784
+ msgid "Replace Forum Profile with BuddyPress Profile"
1785
+ msgstr "Sostituisci il profilo del forum con il profilo BuddyPress"
1786
+
1787
+ #: wpf-admin/options-tabs/features.php:50
1788
+ msgid "Replaces wpForo Member Profile page with BuddyPress Profile Page."
1789
+ msgstr ""
1790
+ "Sostituisce la pagina del profilo del membro wpForo con la pagina del "
1791
+ "profilo BuddyPress."
1792
+
1793
+ #: wpf-admin/options-tabs/features.php:51
1794
+ msgid "Ultimate Member Notification Integration"
1795
+ msgstr "Integrazione notifiche Ultimate Member"
1796
+
1797
+ #: wpf-admin/options-tabs/features.php:51
1798
+ msgid ""
1799
+ "Creates notification on new forum reply in Ultimate Member Real-time "
1800
+ "Notification system."
1801
+ msgstr ""
1802
+ "Crea una notifica sulla risposta del nuovo forum nel sistema di notifica in "
1803
+ "tempo reale di Ultimate Member."
1804
+
1805
+ #: wpf-admin/options-tabs/features.php:52
1806
+ msgid "Ultimate Member Profile Forum Tab Integration"
1807
+ msgstr "Integrazione del Tab profilo forum su Ultimate Member"
1808
+
1809
+ #: wpf-admin/options-tabs/features.php:52
1810
+ msgid ""
1811
+ "Adds \"Forums\" tab with \"Created Topics\", \"Posted Replies\", \"Liked "
1812
+ "Posts\" and \"Subscriptions\" sub-tabs to Ultimate Member Profile page."
1813
+ msgstr ""
1814
+ "Aggiunge la scheda \"Forum\" con le sottoschede \"Discussioni create\", "
1815
+ "\"Risposte inviate\", \"Post piaciuti\" e \"Abbonamenti\" alla pagina "
1816
+ "Profilo membro finale."
1817
+
1818
+ #: wpf-admin/options-tabs/features.php:53
1819
+ msgid "Replace Forum Profile with Ultimate Member Profile"
1820
+ msgstr "Sostituisci profilo forum con il profilo di Ultimate Member"
1821
+
1822
+ #: wpf-admin/options-tabs/features.php:53
1823
+ msgid "Replaces wpForo Member Profile page with Ultimate Member Profile Page."
1824
+ msgstr ""
1825
+ "Sostituisce la pagina del profilo del membro wpForo con la pagina del "
1826
+ "profilo del membro finale."
1827
+
1828
+ #: wpf-admin/options-tabs/features.php:54 wpf-includes/wpf-phrases.php:268
1829
+ msgid "Enable wpForo Font-Awesome Lib"
1830
+ msgstr "Abilita wpForo Font-Awesome Lib"
1831
+
1832
+ #: wpf-admin/options-tabs/features.php:55 wpf-includes/wpf-phrases.php:271
1833
+ msgid "Enable Output Buffer"
1834
+ msgstr "Abilita buffer di output"
1835
+
1836
+ #: wpf-admin/options-tabs/features.php:55 wpf-includes/wpf-phrases.php:516
1837
+ msgid ""
1838
+ "This feature is useful if you're adding content before or after [wpforo] "
1839
+ "shortcode in page content. Also it useful if forum is loaded before website "
1840
+ "header, on top of the front-end."
1841
+ msgstr ""
1842
+ "Questa funzione è utile se stai aggiungendo contenuto prima o dopo lo "
1843
+ "shortcode [wpforo] nel contenuto della pagina. Inoltre è utile se il forum "
1844
+ "viene caricato prima dell'intestazione del sito Web, in cima al front-end."
1845
+
1846
+ #: wpf-admin/options-tabs/features.php:56
1847
+ msgid "Enable WordPress Date/Time Format"
1848
+ msgstr "Abilita formato data/ora di WordPress"
1849
+
1850
+ #: wpf-admin/options-tabs/features.php:56 wpf-includes/wpf-phrases.php:787
1851
+ msgid ""
1852
+ "You can manage WordPress date and time format in WordPress Settings > "
1853
+ "General admin page."
1854
+ msgstr ""
1855
+ "Puoi gestire il formato di data e ora di WordPress in Impostazioni di "
1856
+ "WordPress > Pagina di amministrazione generale."
1857
+
1858
+ #: wpf-admin/options-tabs/features.php:57 wpf-includes/wpf-phrases.php:798
1859
+ msgid "Enable Subscription Confirmation"
1860
+ msgstr "Abilita la conferma dell'iscrizione"
1861
+
1862
+ #: wpf-admin/options-tabs/features.php:57 wpf-includes/wpf-phrases.php:799
1863
+ msgid "Forum and Topic subscription with double opt-in/confirmation system."
1864
+ msgstr ""
1865
+ "Iscrizione al forum e alle discussioni con doppio sistema di opt-in/conferma."
1866
+
1867
+ #: wpf-admin/options-tabs/features.php:58
1868
+ msgid "Topic subscription option on post editor"
1869
+ msgstr "Opzione di iscrizione alle discussioni sull'editor del post"
1870
+
1871
+ #: wpf-admin/options-tabs/features.php:58
1872
+ msgid ""
1873
+ "This option adds topic subscription checkbox next to new topic and post "
1874
+ "submit button."
1875
+ msgstr ""
1876
+ "Questa opzione consente di aggiungere la casella di controllo per "
1877
+ "l'iscrizione delle discussioni accanto alla nuova discussione ed il pulsante "
1878
+ "Invia discussione."
1879
+
1880
+ #: wpf-admin/options-tabs/features.php:59
1881
+ msgid "Topic subscription option on post editor - checked/enabled"
1882
+ msgstr ""
1883
+ "Opzione di abbonamento alle discussioni sull'editor dei post - "
1884
+ "selezionata/abilitata"
1885
+
1886
+ #: wpf-admin/options-tabs/features.php:59
1887
+ msgid ""
1888
+ "Enable this option if you want the topic subscription checkbox to be checked "
1889
+ "by default."
1890
+ msgstr ""
1891
+ "Abilitare questa opzione se si desidera che la casella di controllo "
1892
+ "dell'iscrizione alle discussioni sia selezionata per impostazione "
1893
+ "predefinita."
1894
+
1895
+ #: wpf-admin/options-tabs/features.php:60
1896
+ msgid "Role-Usergroup Synchronization"
1897
+ msgstr "Sincronizzazione ruoli gruppo utenti"
1898
+
1899
+ #: wpf-admin/options-tabs/features.php:60
1900
+ msgid ""
1901
+ "Keep enabled this option to synch WordPress User Roles with Forum Usergroups."
1902
+ " This connection allows to automatically change Usergroup of a user when "
1903
+ "his/her User Role is changed by administrators or by membership plugins. In "
1904
+ "other words this option allows to manage Usergroups based on Users Roles, "
1905
+ "thus you can directly control users forum accesses based on Users Roles. If "
1906
+ "this option is turned off, User Roles don't have any affection to users "
1907
+ "forum accesses, they are only controlled by forum Usergroups."
1908
+ msgstr ""
1909
+ "Mantieni abilitata questa opzione per sincronizzare i ruoli utente di "
1910
+ "WordPress con i gruppi utenti del forum. Questa connessione consente di "
1911
+ "modificare automaticamente il gruppo utenti di un utente quando il suo ruolo "
1912
+ "utente viene modificato dagli amministratori o dai plug-in di appartenenza. "
1913
+ "In altre parole, questa opzione consente di gestire i gruppi utenti in base "
1914
+ "ai ruoli degli utenti, quindi è possibile controllare direttamente gli "
1915
+ "accessi al forum degli utenti in base ai ruoli degli utenti. Se questa "
1916
+ "opzione è disattivata, i ruoli utente non influiscono sugli accessi al forum "
1917
+ "degli utenti, sono controllati solo dai gruppi utenti del forum."
1918
+
1919
+ #: wpf-admin/options-tabs/features.php:61 wpf-includes/wpf-phrases.php:826
1920
+ msgid "Insert Forum Attachments to Media Library"
1921
+ msgstr "Inserisci gli allegati del forum nella libreria multimediale"
1922
+
1923
+ #: wpf-admin/options-tabs/features.php:61 wpf-includes/wpf-phrases.php:827
1924
+ msgid ""
1925
+ "Enable this option to be able manage forum attachments in Dashboard > Media >"
1926
+ " Library admin page."
1927
+ msgstr ""
1928
+ "Abilita questa opzione per poter gestire gli allegati del forum in Dashboard "
1929
+ "> Media > Pagina di amministrazione della libreria."
1930
+
1931
+ #: wpf-admin/options-tabs/features.php:62
1932
+ msgid "Frontend Admin Control Panel"
1933
+ msgstr "Pannello di controllo di amministrazione frontend"
1934
+
1935
+ #: wpf-admin/options-tabs/features.php:63 wpf-includes/wpf-phrases.php:791
1936
+ msgid "Enable Debug Mode"
1937
+ msgstr "Abilita modalità Debug"
1938
+
1939
+ #: wpf-admin/options-tabs/features.php:63 wpf-includes/wpf-phrases.php:792
1940
+ msgid ""
1941
+ "If you got some issue with wpForo, please enable this option before asking "
1942
+ "for support, this outputs hidden important information to help us debug your "
1943
+ "issue."
1944
+ msgstr ""
1945
+ "Se hai qualche problema con wpForo, abilita questa opzione prima di chiedere "
1946
+ "supporto, in questo modo vengono nascoste informazioni importanti per "
1947
+ "aiutarci a eseguire il debug del tuo problema."
1948
+
1949
+ #: wpf-admin/options-tabs/features.php:64 wpf-includes/wpf-phrases.php:320
1950
+ msgid "Help wpForo to grow, show plugin info"
1951
+ msgstr "Aiuta wpForo a crescere, mostra le informazioni sui plugin"
1952
+
1953
+ #: wpf-admin/options-tabs/features.php:64 wpf-includes/wpf-phrases.php:412
1954
+ msgid ""
1955
+ "Please enable this option to help wpForo get more popularity as your thank "
1956
+ "to the hard work we do for you totally free. This option adds a very small "
1957
+ "icon in forum footer, which will allow your site visitors recognize the name "
1958
+ "of forum solution you use."
1959
+ msgstr ""
1960
+ "Abilita questa opzione per aiutare wpForo ad avere più popolarità come "
1961
+ "ringraziamento per il duro lavoro che facciamo per te completamente gratuito."
1962
+ " Questa opzione aggiunge un'icona molto piccola nel piè di pagina del forum, "
1963
+ "che consentirà ai visitatori del tuo sito di riconoscere il nome della "
1964
+ "soluzione del forum che usi."
1965
+
1966
+ #: wpf-admin/options-tabs/features.php:83
1967
+ msgid "Sitewide"
1968
+ msgstr "In tutto il sito"
1969
+
1970
+ #: wpf-admin/options-tabs/features.php:84 wpf-includes/class-subscribes.php:25
1971
+ #: wpf-includes/wpf-phrases.php:287 wpforo.php:376
1972
+ msgid "Forum"
1973
+ msgstr "Forum"
1974
+
1975
+ #: wpf-admin/options-tabs/features.php:89
1976
+ msgid "Thank you!"
1977
+ msgstr "Grazie!"
1978
+
1979
+ #: wpf-admin/options-tabs/forums.php:16
1980
+ msgid "Display Forum Current Viewers"
1981
+ msgstr "Visualizza i visualizzatori correnti del forum"
1982
+
1983
+ #: wpf-admin/options-tabs/forums.php:17
1984
+ msgid ""
1985
+ "Displays information about forum current viewers (x viewing) next to forum "
1986
+ "title."
1987
+ msgstr ""
1988
+ "Visualizza le informazioni sui visualizzatori correnti del forum "
1989
+ "(visualizzazione x) accanto al titolo del forum."
1990
+
1991
+ #: wpf-admin/options-tabs/general.php:15 wpf-includes/wpf-phrases.php:307
1992
+ msgid "Forum Title"
1993
+ msgstr "Titolo Forum"
1994
+
1995
+ #: wpf-admin/options-tabs/general.php:19 wpf-includes/wpf-phrases.php:294
1996
+ msgid "Forum Description"
1997
+ msgstr "Descrizione Forum"
1998
+
1999
+ #: wpf-admin/options-tabs/general.php:24 wpf-includes/wpf-phrases.php:293
2000
+ msgid "Forum Base URL"
2001
+ msgstr "URL del forum"
2002
+
2003
+ #: wpf-admin/options-tabs/general.php:25
2004
+ msgid ""
2005
+ "If you want to set forum on home page, please do not use the \"Turn "
2006
+ "WordPress to wpForo\" option. The correct instruction can be found in "
2007
+ "documentation here"
2008
+ msgstr ""
2009
+ "Se vuoi impostare un forum sulla home page, non utilizzare l'opzione "
2010
+ "\"Trasforma WordPress in wpForo\". Le istruzioni corrette sono disponibili "
2011
+ "nella documentazione qui"
2012
+
2013
+ #: wpf-admin/options-tabs/general.php:25
2014
+ msgid "Set Forum on Home Page"
2015
+ msgstr "Imposta forum sulla Home Page"
2016
+
2017
+ #: wpf-admin/options-tabs/general.php:34 wpf-includes/wpf-phrases.php:836
2018
+ msgid "Turn WordPress to wpForo"
2019
+ msgstr "Trasforma WordPress in wpForo"
2020
+
2021
+ #: wpf-admin/options-tabs/general.php:35
2022
+ msgid ""
2023
+ "This option will disable WordPress on front-end. Only forum pages and "
2024
+ "excluded post/pages will be available. wpForo will look like as a stand-"
2025
+ "alone forum."
2026
+ msgstr ""
2027
+ "Questa opzione disabiliterà WordPress sul front-end. Saranno disponibili "
2028
+ "solo le pagine del forum e i post / le pagine esclusi. wpForo apparirà come "
2029
+ "un forum autonomo."
2030
+
2031
+ #: wpf-admin/options-tabs/general.php:38
2032
+ msgid "Exclude page URLs"
2033
+ msgstr "Escludi URL pagine"
2034
+
2035
+ #: wpf-admin/options-tabs/general.php:38
2036
+ msgid "one URL per line"
2037
+ msgstr "Un URL per linea"
2038
+
2039
+ #: wpf-admin/options-tabs/general.php:48 wpf-includes/wpf-hooks.php:2555
2040
+ msgid "Visit Forum"
2041
+ msgstr "Visita forum"
2042
+
2043
+ #: wpf-admin/options-tabs/general.php:51
2044
+ msgid ""
2045
+ "wpForo PageID doesn't exist. Forums will not be loaded, please read this"
2046
+ msgstr "wpForo PageID non esiste. I forum non verranno caricati, leggi questo"
2047
+
2048
+ #: wpf-admin/options-tabs/general.php:51
2049
+ msgid "support topic"
2050
+ msgstr "Supporto discussione"
2051
+
2052
+ #: wpf-admin/options-tabs/general.php:53
2053
+ msgid "Forum Page ID"
2054
+ msgstr "Pagina ID forum"
2055
+
2056
+ #: wpf-admin/options-tabs/general.php:55
2057
+ msgid "Forum XML Sitemap URL"
2058
+ msgstr "URL Sitemap XML forum"
2059
+
2060
+ #: wpf-admin/options-tabs/general.php:61
2061
+ msgid "Forum Page Slugs (URL Paths)"
2062
+ msgstr "Slug pagine del forum (percorsi URL)"
2063
+
2064
+ #: wpf-admin/options-tabs/general.php:62
2065
+ msgid ""
2066
+ "Here you can set custom base paths for forum pages. For example the default "
2067
+ "Profile URL base path is /profile/, if this conflicts with other plugins you "
2068
+ "can change it to /user/ or so..."
2069
+ msgstr ""
2070
+ "Qui puoi impostare percorsi di base personalizzati per le pagine del forum. "
2071
+ "Ad esempio, il percorso di base dell'URL del profilo predefinito è / profile "
2072
+ "/, se questo è in conflitto con altri plugin, puoi cambiarlo in / utente / o "
2073
+ "così ..."
2074
+
2075
+ #: wpf-admin/options-tabs/general.php:81 wpf-includes/wpf-phrases.php:250
2076
+ msgid "Dashboard Menu Position"
2077
+ msgstr "Posizione menu Dashboard"
2078
+
2079
+ #: wpf-admin/options-tabs/general.php:82 wpf-includes/wpf-phrases.php:509
2080
+ msgid "The position in the menu order wpForo should appear."
2081
+ msgstr "Dovrebbe apparire la posizione nell'ordine di menu wpForo."
2082
+
2083
+ #: wpf-admin/options-tabs/general.php:83 wpf-includes/wpf-phrases.php:534
2084
+ msgid ""
2085
+ "Use greater than 5 - below Posts, 10 - below Media, 15 - below Links, 20 - "
2086
+ "below Pages, 25 - below comments, 60 - below first separator, 65 - below "
2087
+ "Plugins, 70 - below Users, 75 - below Tools, 80 - below Settings, 100 - "
2088
+ "below second separator"
2089
+ msgstr ""
2090
+ "Usa più di 5 - sotto Post, 10 - sotto Media, 15 - sotto Link, 20 - sotto "
2091
+ "Pagine, 25 - sotto commenti, 60 - sotto il primo separatore, 65 - sotto "
2092
+ "Plugin, 70 - sotto Utenti, 75 - sotto Strumenti, 80 - sotto Impostazioni, "
2093
+ "100 - sotto il secondo separatore"
2094
+
2095
+ #: wpf-admin/options-tabs/general.php:87
2096
+ msgid "More info"
2097
+ msgstr "Maggiori info"
2098
+
2099
+ #: wpf-admin/options-tabs/general.php:92
2100
+ msgid "XML Based Language"
2101
+ msgstr "Linguaggio basato su XML"
2102
+
2103
+ #: wpf-admin/options-tabs/general.php:93
2104
+ msgid ""
2105
+ "This option is only related to XML language files. You should upload a "
2106
+ "translation XML file to have a new language option in this drop-down. If you "
2107
+ "are using PO/MO translation files you should change WordPress Language in "
2108
+ "Dashboard > Settings admin page to load according translation for wpForo."
2109
+ msgstr ""
2110
+ "Questa opzione è correlata solo ai file di linguaggio XML. Dovresti caricare "
2111
+ "un file XML di traduzione per avere una nuova opzione di lingua in questo "
2112
+ "menu a discesa. Se si utilizzano file di traduzione PO / MO, è necessario "
2113
+ "modificare la lingua di WordPress nella pagina Dashboard > Impostazioni per "
2114
+ "caricare in base alla traduzione di wpForo."
2115
+
2116
+ #: wpf-admin/options-tabs/general.php:120 wpf-includes/wpf-phrases.php:330
2117
+ msgid "Language XML file"
2118
+ msgstr "File XML traduzione"
2119
+
2120
+ #: wpf-admin/options-tabs/general.php:129 wpf-includes/wpf-phrases.php:208
2121
+ msgid "Add New Language"
2122
+ msgstr "Aggiungi traduzione"
2123
+
2124
+ #: wpf-admin/options-tabs/members.php:14 wpf-includes/wpf-phrases.php:403
2125
+ msgid "Online status timeout"
2126
+ msgstr "Timeout dello stato online"
2127
+
2128
+ #: wpf-admin/options-tabs/members.php:17 wpf-admin/options-tabs/posts.php:147
2129
+ #: wpf-admin/options-tabs/posts.php:154 wpf-admin/options-tabs/posts.php:165
2130
+ #: wpf-admin/options-tabs/posts.php:172 wpf-includes/wpf-phrases.php:576
2131
+ msgid "minutes"
2132
+ msgstr "minuti"
2133
+
2134
+ #: wpf-admin/options-tabs/members.php:21
2135
+ msgid "Number of Members per Page"
2136
+ msgstr "Numero di membri per pagina"
2137
+
2138
+ #: wpf-admin/options-tabs/members.php:28 wpf-includes/wpf-phrases.php:366
2139
+ msgid "Members URL structure"
2140
+ msgstr "Struttura URL Membri"
2141
+
2142
+ #: wpf-admin/options-tabs/members.php:37 wpf-includes/wpf-phrases.php:886
2143
+ msgid "Members Search Type"
2144
+ msgstr "Tipo di ricerca dei membri"
2145
+
2146
+ #: wpf-admin/options-tabs/members.php:40 wpf-includes/functions.php:432
2147
+ #: wpf-includes/functions.php:434 wpf-includes/wpf-phrases.php:461
2148
+ msgid "Search"
2149
+ msgstr "Cerca"
2150
+
2151
+ #: wpf-admin/options-tabs/members.php:47 wpf-includes/wpf-phrases.php:248
2152
+ msgid "Custom Authorization URLs"
2153
+ msgstr "URL di autorizzazione personalizzati"
2154
+
2155
+ #: wpf-admin/options-tabs/members.php:49
2156
+ msgid ""
2157
+ "Use this option only if you have set other pages for authorization. \n"
2158
+ " wpForo doesn't change its own URLs, these options "
2159
+ "are only for other plugin compatibility. \n"
2160
+ " For example, if you use BuddyPress or Ultimate "
2161
+ "Member plugin you can set these values:"
2162
+ msgstr ""
2163
+ "Utilizzare questa opzione solo se sono state impostate altre pagine per "
2164
+ "l'autorizzazione.<br>\n"
2165
+ "wpForo non cambia i propri URL, queste opzioni sono solo per la "
2166
+ "compatibilità con altri plugin.<br>\n"
2167
+ "Ad esempio, se si utilizza il plug-in BuddyPress o Ultimate Member è "
2168
+ "possibile impostare questi valori:"
2169
+
2170
+ #: wpf-admin/options-tabs/members.php:52 wpf-admin/options-tabs/members.php:58
2171
+ #: wpf-includes/wpf-phrases.php:348
2172
+ msgid "Login URL"
2173
+ msgstr "URL Login"
2174
+
2175
+ #: wpf-admin/options-tabs/members.php:53 wpf-admin/options-tabs/members.php:59
2176
+ #: wpf-includes/wpf-phrases.php:438
2177
+ msgid "Register URL"
2178
+ msgstr "URL registrazione"
2179
+
2180
+ #: wpf-admin/options-tabs/members.php:60 wpf-includes/wpf-phrases.php:350
2181
+ msgid "Lost Password URL"
2182
+ msgstr "Url password persa"
2183
+
2184
+ #: wpf-admin/options-tabs/members.php:66
2185
+ msgid "Custom Redirection URLs after following actions"
2186
+ msgstr "URL di reindirizzamento personalizzati dopo le seguenti azioni"
2187
+
2188
+ #: wpf-admin/options-tabs/members.php:68
2189
+ msgid "For member profile, account and subscription pages use following URLs:"
2190
+ msgstr ""
2191
+ "Per il profilo del membro, le pagine dell'account e dell'abbonamento "
2192
+ "utilizzano i seguenti URL:"
2193
+
2194
+ #: wpf-admin/options-tabs/members.php:80
2195
+ msgid "Redirect after login"
2196
+ msgstr "Redirect dopo il login"
2197
+
2198
+ #: wpf-admin/options-tabs/members.php:81
2199
+ msgid "Redirect after registration"
2200
+ msgstr "Redirect dopo la registrazione"
2201
+
2202
+ #: wpf-admin/options-tabs/members.php:82
2203
+ msgid "Redirect after subscription confirmation"
2204
+ msgstr "Reindirizzamento dopo la conferma dell'iscrizione"
2205
+
2206
+ #: wpf-admin/options-tabs/members.php:88 wpf-includes/wpf-phrases.php:361
2207
+ msgid "Member Reputation and Titles"
2208
+ msgstr "Reputazione e titoli dei membri"
2209
+
2210
+ #: wpf-admin/options-tabs/members.php:92
2211
+ msgid "Member Custom Titles"
2212
+ msgstr "Titoli personalizzati dei membri"
2213
+
2214
+ #: wpf-admin/options-tabs/members.php:101
2215
+ msgid "Member Custom Title by default"
2216
+ msgstr "Titolo personalizzato membro per impostazione predefinita"
2217
+
2218
+ #: wpf-admin/options-tabs/members.php:111 wpf-includes/wpf-hooks.php:1523
2219
+ #: wpf-includes/wpf-phrases.php:433
2220
+ msgid "Rating Level"
2221
+ msgstr "Livello rating"
2222
+
2223
+ #: wpf-admin/options-tabs/members.php:112 wpf-includes/wpf-phrases.php:371
2224
+ msgid "Min Number of Posts"
2225
+ msgstr "Numero minimo di post"
2226
+
2227
+ #: wpf-admin/options-tabs/members.php:113 wpf-includes/wpf-phrases.php:362
2228
+ msgid "Member Title"
2229
+ msgstr "Titolo membro"
2230
+
2231
+ #: wpf-admin/options-tabs/members.php:114 wpf-includes/wpf-phrases.php:479
2232
+ msgid "Short Badge"
2233
+ msgstr "Badge breve"
2234
+
2235
+ #: wpf-admin/options-tabs/members.php:115 wpf-includes/wpf-phrases.php:314
2236
+ msgid "Full Badge"
2237
+ msgstr "Badge completo"
2238
+
2239
+ #: wpf-admin/options-tabs/members.php:116 wpf-includes/wpf-phrases.php:431
2240
+ msgid "Rating Color"
2241
+ msgstr "Colore rating"
2242
+
2243
+ #: wpf-admin/options-tabs/members.php:117 wpf-includes/wpf-phrases.php:432
2244
+ msgid "Rating Icon"
2245
+ msgstr "Icona rating"
2246
+
2247
+ #: wpf-admin/options-tabs/members.php:117 wpf-includes/wpf-phrases.php:373
2248
+ msgid "More"
2249
+ msgstr "Di più"
2250
+
2251
+ #: wpf-admin/options-tabs/members.php:122 wpf-includes/wpf-hooks.php:1531
2252
+ #: wpf-includes/wpf-phrases.php:344
2253
+ msgid "Level"
2254
+ msgstr "Livello"
2255
+
2256
+ #: wpf-admin/options-tabs/members.php:123 wpf-includes/wpf-phrases.php:397
2257
+ msgid "Number of Posts"
2258
+ msgstr "Numero di post"
2259
+
2260
+ #: wpf-admin/options-tabs/members.php:124 wpf-includes/wpf-phrases.php:249
2261
+ msgid "Custom Title"
2262
+ msgstr "Personalizza Titolo"
2263
+
2264
+ #: wpf-admin/options-tabs/members.php:127 wpf-admin/usergroup.php:39
2265
+ #: wpf-includes/wpf-phrases.php:242
2266
+ msgid "Color"
2267
+ msgstr "Colore"
2268
+
2269
+ #: wpf-admin/options-tabs/members.php:128 wpf-includes/wpf-phrases.php:234
2270
+ msgid "Badge Icon"
2271
+ msgstr "Icona Badge"
2272
+
2273
+ #: wpf-admin/options-tabs/members.php:134
2274
+ msgid "Enable Reputation Titles for selected usergroups"
2275
+ msgstr "Abilita titoli di reputazione per gruppi utenti selezionati"
2276
+
2277
+ #: wpf-admin/options-tabs/members.php:135
2278
+ msgid ""
2279
+ "This option depends on \"Enable Member Rating Titles\" parent option, witch "
2280
+ "located in wpForo Settings > Features Tab"
2281
+ msgstr ""
2282
+ "Questa opzione dipende dall'opzione genitore \"Abilita titoli di valutazione "
2283
+ "dei membri\", situata in Impostazioni wpForo > Caratteristiche"
2284
+
2285
+ #: wpf-admin/options-tabs/members.php:148
2286
+ msgid "Enable Reputation Badges for selected usergroups"
2287
+ msgstr "Abilita badge di reputazione per gruppi utenti selezionati"
2288
+
2289
+ #: wpf-admin/options-tabs/members.php:149
2290
+ msgid ""
2291
+ "This option depends on \"Enable Member Rating\" parent option, witch located "
2292
+ "in wpForo Settings > Features Tab"
2293
+ msgstr ""
2294
+ "Questa opzione dipende dall'opzione genitore \"Abilita valutazione membri\", "
2295
+ "situata in Impostazioni wpForo > Caratteristiche"
2296
+
2297
+ #: wpf-admin/options-tabs/members.php:162
2298
+ msgid "Display Usergroup under Post Author Avatar"
2299
+ msgstr "Visualizza il gruppo utenti sotto l'Avatar autore"
2300
+
2301
+ #: wpf-admin/options-tabs/members.php:175
2302
+ msgid "Display Secondary Usergroups under Post Author Avatar"
2303
+ msgstr "Visualizza i gruppi utenti secondari sotto l'Avatar dell'autore post"
2304
+
2305
+ #: wpf-admin/options-tabs/plugins.php:9
2306
+ msgid ""
2307
+ "Thank you for using wpForo. wpForo is a premium forum plugin which will "
2308
+ "always be available for free. There will never be paid and pro versions of "
2309
+ "this forum board. However this is a very large and hard project so we also "
2310
+ "develop paid addons (extensions), which will financially help us to keep "
2311
+ "improving and adding new features to the free wpForo plugin. Forum addons "
2312
+ "will also be actively developed. The first addons \"Advanced Media "
2313
+ "Uploader\", \"Polls\", \"Private Messages\" and \"Ad Manager\" will be "
2314
+ "available very soon. Once you got some addon and activated that, you will "
2315
+ "find settings in vertical subTabs here."
2316
+ msgstr ""
2317
+ "Grazie per aver usato wpForo. wpForo è un plugin per forum premium che sarà "
2318
+ "sempre disponibile gratuitamente. Non ci saranno mai versioni a pagamento e "
2319
+ "pro di questo forum. Tuttavia, questo è un progetto molto grande e difficile,"
2320
+ " quindi sviluppiamo anche componenti aggiuntivi (estensioni) a pagamento, "
2321
+ "che ci aiuteranno finanziariamente a continuare a migliorare e ad aggiungere "
2322
+ "nuove funzionalità al plug-in wpForo gratuito. Anche i componenti aggiuntivi "
2323
+ "del forum saranno sviluppati attivamente. I primi componenti aggiuntivi "
2324
+ "\"Advanced Media Uploader\", \"Sondaggi\", \"Messaggi privati\" e \"Ad "
2325
+ "Manager\" saranno presto disponibili. Una volta ottenuto un componente "
2326
+ "aggiuntivo e attivato, troverai le impostazioni nei sottotab verticali qui."
2327
+
2328
+ #: wpf-admin/options-tabs/posts.php:16
2329
+ msgid "Topic content minimum length"
2330
+ msgstr "Lunghezza minima del contenuto della discussione"
2331
+
2332
+ #: wpf-admin/options-tabs/posts.php:22
2333
+ msgid "Topic content maximum length"
2334
+ msgstr "Lunghezza massima del contenuto della discussione"
2335
+
2336
+ #: wpf-admin/options-tabs/posts.php:23 wpf-admin/options-tabs/posts.php:36
2337
+ #: wpf-admin/options-tabs/posts.php:177 wpf-themes/classic/functions.php:215
2338
+ msgid "Set this option value 0 if you want to remove this limit."
2339
+ msgstr ""
2340
+ "Impostare questo valore di opzione 0 se si desidera rimuovere questo limite."
2341
+
2342
+ #: wpf-admin/options-tabs/posts.php:29
2343
+ msgid "Post content minimum length"
2344
+ msgstr "Lunghezza minima del contenuto del post"
2345
+
2346
+ #: wpf-admin/options-tabs/posts.php:35
2347
+ msgid "Post content maximum length"
2348
+ msgstr "Pubblica la lunghezza massima del contenuto"
2349
+
2350
+ #: wpf-admin/options-tabs/posts.php:42
2351
+ msgid "Recent Posts Display Type"
2352
+ msgstr "Tipo di visualizzazione post recenti"
2353
+
2354
+ #: wpf-admin/options-tabs/posts.php:51
2355
+ msgid "Enable Topic Tags"
2356
+ msgstr "Abilita etichette discussioni"
2357
+
2358
+ #: wpf-admin/options-tabs/posts.php:60
2359
+ msgid "Maximum Number of Tags per Topic"
2360
+ msgstr "Numero massimo di etichette per discussione"
2361
+
2362
+ #: wpf-admin/options-tabs/posts.php:64
2363
+ msgid "Number of Tags per Page"
2364
+ msgstr "Numero di etichette per pagina"
2365
+
2366
+ #: wpf-admin/options-tabs/posts.php:69
2367
+ msgid "Display Topic Editing Information"
2368
+ msgstr "Visualizza modifica discussione"
2369
+
2370
+ #: wpf-admin/options-tabs/posts.php:70
2371
+ msgid ""
2372
+ "The post edit logging information \"This post was modified 2 hours ago by "
2373
+ "John\" is displayed under modified topic first post content.."
2374
+ msgstr ""
2375
+ "Le informazioni di registrazione della modifica del post \"Questo post è "
2376
+ "stato modificato 2 ore fa da John\" viene visualizzato nella discussione del "
2377
+ "primo post della discussione modificata."
2378
+
2379
+ #: wpf-admin/options-tabs/posts.php:81
2380
+ msgid "Display Post Editing Information"
2381
+ msgstr "Visualizza modifica post"
2382
+
2383
+ #: wpf-admin/options-tabs/posts.php:82
2384
+ msgid ""
2385
+ "The post edit logging information \"This post was modified 2 hours ago by "
2386
+ "John\" is displayed under modified post content.."
2387
+ msgstr ""
2388
+ "Le informazioni di registrazione della modifica del post \"Questo post è "
2389
+ "stato modificato 2 ore fa da John\" viene visualizzato sotto il contenuto "
2390
+ "del post modificato."
2391
+
2392
+ #: wpf-admin/options-tabs/posts.php:93
2393
+ msgid "Limit Post Editing Information"
2394
+ msgstr "Limita la modifica delle informazioni dei post"
2395
+
2396
+ #: wpf-admin/options-tabs/posts.php:94
2397
+ msgid ""
2398
+ "Limit the post edit logging information \"This post was modified 2 hours ago "
2399
+ "by John\""
2400
+ msgstr ""
2401
+ "Limita le informazioni di registrazione della modifica dei post \"Questo "
2402
+ "post è stato modificato 2 ore fa da John\""
2403
+
2404
+ #: wpf-admin/options-tabs/posts.php:95
2405
+ msgid "Set this option value 0 if you want to disable limiting"
2406
+ msgstr ""
2407
+ "Impostare questa opzione sul valore 0 se si desidera disabilitare la "
2408
+ "limitazione"
2409
+
2410
+ #: wpf-admin/options-tabs/posts.php:103
2411
+ msgid "Display Topic Current Viewers"
2412
+ msgstr "Visualizza Visualizzatori correnti discussione"
2413
+
2414
+ #: wpf-admin/options-tabs/posts.php:104
2415
+ msgid "Displays information about topic current viewers (users and guests)"
2416
+ msgstr ""
2417
+ "Visualizza le informazioni sugli attuali visualizzatori delle discussioni "
2418
+ "(utenti e ospiti)"
2419
+
2420
+ #: wpf-admin/options-tabs/posts.php:115
2421
+ msgid "Display Topic Recent Viewers"
2422
+ msgstr "Visualizza visitatori recenti discussione"
2423
+
2424
+ #: wpf-admin/options-tabs/posts.php:116
2425
+ msgid ""
2426
+ "Displays information about topic recent viewers (users visited within last "
2427
+ "one hour)"
2428
+ msgstr ""
2429
+ "Visualizza informazioni sui visualizzatori recenti delle discussioni (utenti "
2430
+ "visitati nell'ultima ora)"
2431
+
2432
+ #: wpf-admin/options-tabs/posts.php:127
2433
+ msgid "Display Admins with Topic Viewers"
2434
+ msgstr "Visualizza amministratori nei visualizzatori discussioni"
2435
+
2436
+ #: wpf-admin/options-tabs/posts.php:128
2437
+ msgid ""
2438
+ "By disabling this option you can exclude forum administrators from topic "
2439
+ "viewers list."
2440
+ msgstr ""
2441
+ "Disabilitando questa opzione è possibile escludere gli amministratori del "
2442
+ "forum dall'elenco dei visualizzatori delle discussioni"
2443
+
2444
+ #: wpf-admin/options-tabs/posts.php:139 wpf-includes/wpf-phrases.php:399
2445
+ msgid "Number of Topics per Page"
2446
+ msgstr "Numero di discussioni per pagina"
2447
+
2448
+ #: wpf-admin/options-tabs/posts.php:144 wpf-includes/wpf-phrases.php:216
2449
+ msgid "Allow Edit Own Topic for"
2450
+ msgstr "Consenti modifica propria discussione per"
2451
+
2452
+ #: wpf-admin/options-tabs/posts.php:145 wpf-admin/options-tabs/posts.php:152
2453
+ #: wpf-admin/options-tabs/posts.php:163 wpf-admin/options-tabs/posts.php:170
2454
+ msgid "Set this option value 0 if you want to remove time limit."
2455
+ msgstr ""
2456
+ "Impostare questo valore di opzione 0 se si desidera rimuovere il limite di "
2457
+ "tempo."
2458
+
2459
+ #: wpf-admin/options-tabs/posts.php:151 wpf-includes/wpf-phrases.php:213
2460
+ msgid "Allow Delete Own Topic for"
2461
+ msgstr "Consenti eliminazione della propria discussione per"
2462
+
2463
+ #: wpf-admin/options-tabs/posts.php:157 wpf-includes/wpf-phrases.php:398
2464
+ msgid "Number of Posts per Page"
2465
+ msgstr "Numero di post per pagina"
2466
+
2467
+ #: wpf-admin/options-tabs/posts.php:162 wpf-includes/wpf-phrases.php:215
2468
+ msgid "Allow Edit Own Post for"
2469
+ msgstr "Consenti Modifica del proprio post per"
2470
+
2471
+ #: wpf-admin/options-tabs/posts.php:169 wpf-includes/wpf-phrases.php:214
2472
+ msgid "Allow Delete Own post for"
2473
+ msgstr "Consenti Elimina del proprio post per"
2474
+
2475
+ #: wpf-admin/options-tabs/posts.php:176
2476
+ msgid "Number of maximum search results"
2477
+ msgstr "Numero di risultati di ricerca massimi"
2478
+
2479
+ #: wpf-admin/options-tabs/posts.php:184 wpf-includes/wpf-phrases.php:355
2480
+ msgid "Maximum upload file size"
2481
+ msgstr "Dimensione file massima"
2482
+
2483
+ #: wpf-admin/options-tabs/posts.php:185 wpf-includes/wpf-phrases.php:556
2484
+ msgid ""
2485
+ "You can not set this value more than \"upload_max_filesize\" and "
2486
+ "\"post_max_size\". If you want to increase server parameters please contact "
2487
+ "to your hosting service support."
2488
+ msgstr ""
2489
+ "Non puoi impostare questo valore più di \"upload_max_filesize\" e "
2490
+ "\"post_max_size\". Se desideri aumentare i parametri del server, contatta il "
2491
+ "supporto del servizio di hosting."
2492
+
2493
+ #: wpf-admin/options-tabs/posts.php:188 wpf-includes/wpf-phrases.php:352
2494
+ msgid "MB"
2495
+ msgstr "MB"
2496
+
2497
+ #: wpf-admin/options-tabs/posts.php:191 wpf-includes/wpf-phrases.php:474
2498
+ msgid "Server \"upload_max_filesize\" is "
2499
+ msgstr "\"upload_max_filesize\" del server è"
2500
+
2501
+ #: wpf-admin/options-tabs/posts.php:192 wpf-includes/wpf-phrases.php:473
2502
+ msgid "Server \"post_max_size\" is "
2503
+ msgstr "\"post_max_size\" del server è"
2504
+
2505
+ #: wpf-admin/options-tabs/posts.php:200
2506
+ msgid "Attachment click - message for non-permitted users"
2507
+ msgstr "Clic allegato: messaggio per utenti non autorizzati"
2508
+
2509
+ #: wpf-admin/options-tabs/posts.php:201
2510
+ msgid ""
2511
+ "This message will be displayed when a non-permitted forum member clicks on "
2512
+ "attached file link in topic and posts."
2513
+ msgstr ""
2514
+ "Questo messaggio verrà visualizzato quando un membro del forum non "
2515
+ "autorizzato fa clic sul collegamento al file allegato nella discussione e "
2516
+ "nei post."
2517
+
2518
+ #: wpf-admin/options-tabs/posts.php:209
2519
+ msgid "Post Preview and Draft Saving"
2520
+ msgstr "Anteprima post e salvataggio bozze"
2521
+
2522
+ #: wpf-admin/options-tabs/posts.php:219
2523
+ msgid "Post Preview"
2524
+ msgstr "Anteprima post"
2525
+
2526
+ #: wpf-admin/options-tabs/posts.php:228
2527
+ msgid "Post Draft"
2528
+ msgstr "Salva bozze"
2529
+
2530
+ #: wpf-admin/options-tabs/posts.php:233
2531
+ msgid "disabled"
2532
+ msgstr "Disabilitato"
2533
+
2534
+ #: wpf-admin/options-tabs/posts.php:234
2535
+ msgid "15 seconds"
2536
+ msgstr "15 secondi"
2537
+
2538
+ #: wpf-admin/options-tabs/posts.php:235
2539
+ msgid "30 seconds"
2540
+ msgstr "30 secondi"
2541
+
2542
+ #: wpf-admin/options-tabs/posts.php:236
2543
+ msgid "1 minute"
2544
+ msgstr "1 minuto"
2545
+
2546
+ #: wpf-admin/options-tabs/posts.php:237
2547
+ msgid "2 minutes"
2548
+ msgstr "2 minuti"
2549
+
2550
+ #: wpf-admin/options-tabs/posts.php:238
2551
+ msgid "5 minutes"
2552
+ msgstr "5 minuti"
2553
+
2554
+ #: wpf-admin/options-tabs/posts.php:241
2555
+ msgid "Auto Drafting Interval"
2556
+ msgstr "Auto salvataggio bozza"
2557
+
2558
+ #: wpf-admin/options-tabs/posts.php:247
2559
+ msgid "Max Number of Revisions"
2560
+ msgstr "Numero massimo di revisioni"
2561
+
2562
+ #: wpf-admin/options-tabs/styles.php:14
2563
+ msgid "Font Sizes"
2564
+ msgstr "Dimensioni carattere"
2565
+
2566
+ #: wpf-admin/options-tabs/styles.php:29 wpf-admin/tools-tabs/antispam.php:237
2567
+ #: wpf-includes/wpf-phrases.php:666
2568
+ msgid "Post Content"
2569
+ msgstr "Contenuto del post"
2570
+
2571
+ #: wpf-admin/options-tabs/styles.php:37 wpf-includes/wpf-phrases.php:247
2572
+ msgid "Custom CSS Code"
2573
+ msgstr "Codice CSS personalizzato"
2574
+
2575
+ #: wpf-admin/options-tabs/styles.php:44
2576
+ msgid "Forum Color Styles"
2577
+ msgstr "Stili di colore del forum"
2578
+
2579
+ #: wpf-admin/options-tabs/styles.php:44
2580
+ msgid "Colors Documentation"
2581
+ msgstr "Documentazione sulle colorazioni"
2582
+
2583
+ #: wpf-admin/options-tabs/styles.php:110
2584
+ msgid "Problems with colors?"
2585
+ msgstr "Problemi con i colori?"
2586
+
2587
+ #: wpf-admin/options-tabs/styles.php:111
2588
+ #, php-format
2589
+ msgid ""
2590
+ "After changing and saving colors, go to the forum front-end and press %s "
2591
+ "twice. If you don't see any change, please follow to the instruction below."
2592
+ msgstr ""
2593
+ "Dopo aver cambiato e salvato i colori, vai al front-end del forum e premi %s "
2594
+ "due volte. Se non vedi alcun cambiamento, segui le istruzioni seguenti."
2595
+
2596
+ #: wpf-admin/options-tabs/styles.php:113
2597
+ msgid ""
2598
+ "In most cases, this problem comes from your server file writing permissions. "
2599
+ "Files are not permitted to change, thus the forum color provider colors.css "
2600
+ "file is not updated with your changes. If you cannot fix this issue in "
2601
+ "hosting server, then the following easy steps can solve your problem:"
2602
+ msgstr ""
2603
+ "Nella maggior parte dei casi, questo problema deriva dalle autorizzazioni di "
2604
+ "scrittura dei file del server. Non è possibile modificare i file, pertanto "
2605
+ "il file colors.css del provider di colori del forum non viene aggiornato con "
2606
+ "le modifiche. Se non riesci a risolvere questo problema nel server di "
2607
+ "hosting, i seguenti semplici passaggi possono risolvere il tuo problema:"
2608
+
2609
+ #: wpf-admin/options-tabs/styles.php:115
2610
+ #, php-format
2611
+ msgid ""
2612
+ "Create colors.css file or simply download %s file with the CSS code provided "
2613
+ "in the textarea below,"
2614
+ msgstr ""
2615
+ "Crea il file colors.css o scarica semplicemente il file %s con il codice CSS "
2616
+ "fornito nell'area di testo sottostante,"
2617
+
2618
+ #: wpf-admin/options-tabs/styles.php:116
2619
+ #, php-format
2620
+ msgid "Upload and replace %s file in %s directory,"
2621
+ msgstr "Carica e sostituisci il file %s nella directory %s,"
2622
+
2623
+ #: wpf-admin/options-tabs/styles.php:117
2624
+ #, php-format
2625
+ msgid ""
2626
+ "Delete website cache, reset CSS file optimizer and minifier plugins caches, "
2627
+ "purge CDN data (if you have), then go to the forum front-end and press %s "
2628
+ "twice."
2629
+ msgstr ""
2630
+ "Elimina la cache del sito Web, ripristina le cache dei plug-in "
2631
+ "dell'ottimizzatore dei file CSS e del minificatore, elimina i dati CDN (se "
2632
+ "presenti), quindi vai al front-end del forum e premi %s due volte."
2633
+
2634
+ #: wpf-admin/options-tabs/styles.php:123
2635
+ msgid "Copied"
2636
+ msgstr "Copiato"
2637
+
2638
+ #: wpf-admin/options-tabs/styles.php:125
2639
+ msgid "Download"
2640
+ msgstr "Download"
2641
+
2642
+ #: wpf-admin/options.php:8 wpf-includes/wpf-phrases.php:303
2643
+ msgid "Forum Settings"
2644
+ msgstr "Impostazioni del forum"
2645
+
2646
+ #: wpf-admin/options.php:14 wpf-includes/wpf-phrases.php:315
2647
+ msgid "General"
2648
+ msgstr "Generale"
2649
+
2650
+ #: wpf-admin/options.php:16 wpf-includes/wpf-phrases.php:291
2651
+ msgid "Forum Accesses"
2652
+ msgstr "Accessi Forum"
2653
+
2654
+ #: wpf-admin/options.php:17 wpf-includes/wpf-phrases.php:525
2655
+ msgid "Topics &amp; Posts"
2656
+ msgstr "Discussioni &amp; Post"
2657
+
2658
+ #: wpf-admin/options.php:19 wpf-includes/wpf-phrases.php:262
2659
+ msgid "Emails"
2660
+ msgstr "Email"
2661
+
2662
+ #: wpf-admin/options.php:20 wpf-includes/wpf-phrases.php:282
2663
+ msgid "Features"
2664
+ msgstr "Caratteristiche"
2665
+
2666
+ #: wpf-admin/options.php:22 wpf-includes/wpf-phrases.php:497
2667
+ msgid "Styles"
2668
+ msgstr "Stile"
2669
+
2670
+ #: wpf-admin/options.php:23
2671
+ msgid "API's (Social Network)"
2672
+ msgstr "API's (Social Network)"
2673
+
2674
+ #: wpf-admin/phrase.php:13 wpf-includes/wpf-phrases.php:313
2675
+ msgid "Front-end Phrases"
2676
+ msgstr "Traduzioni sito"
2677
+
2678
+ #: wpf-admin/phrase.php:70 wpf-includes/wpf-phrases.php:456
2679
+ msgid "Save"
2680
+ msgstr "Salva"
2681
+
2682
+ #: wpf-admin/themes.php:9 wpf-includes/wpf-phrases.php:306
2683
+ msgid "Forum Themes"
2684
+ msgstr "Temi Forum"
2685
+
2686
+ #: wpf-admin/themes.php:43 wpf-includes/wpf-phrases.php:246
2687
+ msgid "Current active theme"
2688
+ msgstr "Tema corrente attivo"
2689
+
2690
+ #: wpf-admin/themes.php:49 wpf-includes/wpf-phrases.php:329
2691
+ msgid "LAYOUTS"
2692
+ msgstr "LAYOUTS"
2693
+
2694
+ #: wpf-admin/themes.php:65 wpf-includes/wpf-phrases.php:203
2695
+ msgid "Activate"
2696
+ msgstr "Attiva"
2697
+
2698
+ #: wpf-admin/themes.php:67 wpf-includes/wpf-phrases.php:310
2699
+ msgid "Fresh Installation"
2700
+ msgstr "Nuova installazione"
2701
+
2702
+ #: wpf-admin/themes.php:67 wpf-includes/wpf-phrases.php:326
2703
+ msgid "Install"
2704
+ msgstr "Installa"
2705
+
2706
+ #: wpf-admin/themes.php:68 wpf-includes/wpf-phrases.php:224
2707
+ msgid "Are you sure you want to delete this theme files?"
2708
+ msgstr "Sei sicuro di voler eliminare questo file di temi?"
2709
+
2710
+ #: wpf-admin/themes.php:71 wpf-includes/wpf-phrases.php:226
2711
+ msgid ""
2712
+ "Are you sure you want to reset all settings and style colors to default?"
2713
+ msgstr ""
2714
+ "Sei sicuro di voler ripristinare tutte le impostazioni e i colori di stile "
2715
+ "sui valori predefiniti?"
2716
+
2717
+ #: wpf-admin/themes.php:71 wpf-includes/wpf-phrases.php:454
2718
+ msgid "Reset Settings"
2719
+ msgstr "Ripristina le impostazioni"
2720
+
2721
+ #: wpf-admin/themes.php:89 wpf-includes/wpf-phrases.php:387
2722
+ msgid "No layout found"
2723
+ msgstr "Nessun layout trovato"
2724
+
2725
+ #: wpf-admin/themes.php:100 wpf-includes/wpf-phrases.php:392
2726
+ msgid "No theme found"
2727
+ msgstr "Nessun tema trovato"
2728
+
2729
+ #: wpf-admin/tools-tabs/antispam.php:11
2730
+ msgid ""
2731
+ "is not installed! For an advanced Spam Control please install Akismet "
2732
+ "antispam plugin, it works well with wpForo Spam Control system. Akismet is "
2733
+ "already integrated with wpForo. It'll help to filter posts and protect forum "
2734
+ "against spam attacks."
2735
+ msgstr ""
2736
+ "non è installato! Per un controllo antispam avanzato, installa il plug-in "
2737
+ "antispam di Akismet, funziona bene con il sistema di controllo spam di "
2738
+ "wpForo. Akismet è già integrato con wpForo. Aiuterà a filtrare i post e "
2739
+ "proteggere il forum dagli attacchi di spam."
2740
+
2741
+ #: wpf-admin/tools-tabs/antispam.php:22
2742
+ msgid "Spam Control"
2743
+ msgstr "Controllo Spam"
2744
+
2745
+ #: wpf-admin/tools-tabs/antispam.php:23
2746
+ msgid ""
2747
+ "Some useful options to limit just registered users and minimize spam. This "
2748
+ "control don't affect users whose Usergroup has \"Can edit member\" and \"Can "
2749
+ "pass moderation\" permissions."
2750
+ msgstr ""
2751
+ "Alcune opzioni utili per limitare solo gli utenti registrati e minimizzare "
2752
+ "lo spam. Questo controllo non influisce sugli utenti il cui gruppo utenti "
2753
+ "dispone delle autorizzazioni \"Può modificare il membro\" e \"Può passare la "
2754
+ "moderazione\"."
2755
+
2756
+ #: wpf-admin/tools-tabs/antispam.php:29
2757
+ msgid "Enable wpForo Spam Control"
2758
+ msgstr "Abilita controllo spam wpForo"
2759
+
2760
+ #: wpf-admin/tools-tabs/antispam.php:38
2761
+ msgid "Ban user when spam is suspected"
2762
+ msgstr "Escludere l'utente quando si sospetta spam"
2763
+
2764
+ #: wpf-admin/tools-tabs/antispam.php:47
2765
+ msgid "Notify via email when new user is banned"
2766
+ msgstr "Notifica email quando viene bannato un'utente"
2767
+
2768
+ #: wpf-admin/tools-tabs/antispam.php:56
2769
+ msgid "Spam Suspicion Level for Topics"
2770
+ msgstr "Livello di sospetto spam per discussioni"
2771
+
2772
+ #: wpf-admin/tools-tabs/antispam.php:60
2773
+ msgid "Spam Suspicion Level for Posts"
2774
+ msgstr "Livello di sospetto spam per post"
2775
+
2776
+ #: wpf-admin/tools-tabs/antispam.php:65
2777
+ msgid " is enabled"
2778
+ msgstr "Abilitato"
2779
+
2780
+ #: wpf-admin/tools-tabs/antispam.php:74
2781
+ msgid "New Registered User"
2782
+ msgstr "Nuovo utente registrato"
2783
+
2784
+ #: wpf-admin/tools-tabs/antispam.php:75
2785
+ msgid ""
2786
+ "Some useful options to limit just registered users and minimize spam. These "
2787
+ "options don't affect users whose Usergroup has \"Can edit member\" and \"Can "
2788
+ "pass moderation\" permissions."
2789
+ msgstr ""
2790
+ "Alcune opzioni utili per limitare solo gli utenti registrati e minimizzare "
2791
+ "lo spam. Queste opzioni non influiscono sugli utenti il cui gruppo utenti "
2792
+ "dispone delle autorizzazioni \"Può modificare il membro\" e \"Può passare la "
2793
+ "moderazione\"."
2794
+
2795
+ #: wpf-admin/tools-tabs/antispam.php:82
2796
+ msgid "User is New (under hard spam control) during"
2797
+ msgstr "L'utente è nuovo (sotto il controllo antispam) durante"
2798
+
2799
+ #: wpf-admin/tools-tabs/antispam.php:84
2800
+ msgid "first"
2801
+ msgstr "primo"
2802
+
2803
+ #: wpf-admin/tools-tabs/antispam.php:84
2804
+ msgid "posts"
2805
+ msgstr "post"
2806
+
2807
+ #: wpf-admin/tools-tabs/antispam.php:87
2808
+ msgid "Posts must be manually approved"
2809
+ msgstr "I post devono essere approvati manualmente"
2810
+
2811
+ #: wpf-admin/tools-tabs/antispam.php:96
2812
+ msgid "Min number of posts to be able attach files"
2813
+ msgstr "Numero minimo di post per poter allegare file"
2814
+
2815
+ #: wpf-admin/tools-tabs/antispam.php:100
2816
+ msgid "Min number of posts to be able post links"
2817
+ msgstr "Numero minimo di post per poter postare link"
2818
+
2819
+ #: wpf-admin/tools-tabs/antispam.php:105
2820
+ msgid "Do not allow to attach files with following extensions:"
2821
+ msgstr "Non consentire di allegare file con le seguenti estensioni:"
2822
+
2823
+ #: wpf-admin/tools-tabs/antispam.php:118 wpf-includes/wpf-hooks.php:2706
2824
+ msgid "Google reCAPTCHA"
2825
+ msgstr "Google reCAPTCHA"
2826
+
2827
+ #: wpf-admin/tools-tabs/antispam.php:119
2828
+ msgid ""
2829
+ "reCAPTCHA protects you against spam and other types of automated abuse. It "
2830
+ "makes secure topic and post editors when Guest Posting is allowed, also it "
2831
+ "protects login and registration forms against spam attacks."
2832
+ msgstr ""
2833
+ "reCAPTCHA ti protegge dallo spam e da altri tipi di abusi automatici. Rende "
2834
+ "sicuro l'argomento e gli editor di post quando è consentita la pubblicazione "
2835
+ "degli ospiti, inoltre protegge i moduli di accesso e registrazione dagli "
2836
+ "attacchi spam."
2837
+
2838
+ #: wpf-admin/tools-tabs/antispam.php:121
2839
+ msgid "reCAPTCHA API Keys"
2840
+ msgstr "Chiave API reCAPTCHA"
2841
+
2842
+ #: wpf-admin/tools-tabs/antispam.php:123
2843
+ msgid ""
2844
+ "To start using reCAPTCHA, you need to sign up for an API key pair for your "
2845
+ "site."
2846
+ msgstr ""
2847
+ "Per iniziare a utilizzare reCAPTCHA, devi registrarti per una coppia di "
2848
+ "chiavi API per il tuo sito."
2849
+
2850
+ #: wpf-admin/tools-tabs/antispam.php:124
2851
+ msgid "Register your site and get API keys here &raquo;"
2852
+ msgstr "Registra il tuo sito e ottieni le chiavi API qui &raquo;"
2853
+
2854
+ #: wpf-admin/tools-tabs/antispam.php:131
2855
+ msgid "Site Key"
2856
+ msgstr "Site Key"
2857
+
2858
+ #: wpf-admin/tools-tabs/antispam.php:137
2859
+ msgid "Secret Key"
2860
+ msgstr "Chiave segreta"
2861
+
2862
+ #: wpf-admin/tools-tabs/antispam.php:144
2863
+ msgid "reCAPTCHA Settings"
2864
+ msgstr "Impostazioni reCAPTCHA"
2865
+
2866
+ #: wpf-admin/tools-tabs/antispam.php:149
2867
+ msgid "reCAPTCHA Theme"
2868
+ msgstr "Tema reCAPTCHA"
2869
+
2870
+ #: wpf-admin/tools-tabs/antispam.php:152
2871
+ msgid "Light"
2872
+ msgstr "Chiaro"
2873
+
2874
+ #: wpf-admin/tools-tabs/antispam.php:153
2875
+ msgid "Dark"
2876
+ msgstr "Scuro"
2877
+
2878
+ #: wpf-admin/tools-tabs/antispam.php:158
2879
+ msgid "Guest Topic Editor"
2880
+ msgstr "Editor discussioni ospite"
2881
+
2882
+ #: wpf-admin/tools-tabs/antispam.php:167
2883
+ msgid "Guest Post Editor"
2884
+ msgstr "Editor di post ospiti"
2885
+
2886
+ #: wpf-admin/tools-tabs/antispam.php:177
2887
+ msgid "wpForo Login Form"
2888
+ msgstr "Modulo di login wpForo"
2889
+
2890
+ #: wpf-admin/tools-tabs/antispam.php:186
2891
+ msgid "wpForo Registration Form"
2892
+ msgstr "Modulo di registrazione wpForo"
2893
+
2894
+ #: wpf-admin/tools-tabs/antispam.php:195
2895
+ msgid "wpForo Reset Password Form"
2896
+ msgstr "Modulo reset password wpForo"
2897
+
2898
+ #: wpf-admin/tools-tabs/antispam.php:204
2899
+ msgid "WordPress Login Form"
2900
+ msgstr "Modulo di accesso a WordPress"
2901
+
2902
+ #: wpf-admin/tools-tabs/antispam.php:213
2903
+ msgid "WordPress Registration Form"
2904
+ msgstr "Modulo registrazione di WordPress"
2905
+
2906
+ #: wpf-admin/tools-tabs/antispam.php:222
2907
+ msgid "WordPress Reset Password Form"
2908
+ msgstr "Modulo reset password di WordPress"
2909
+
2910
+ #: wpf-admin/tools-tabs/antispam.php:238
2911
+ msgid "Options to control and filter post content"
2912
+ msgstr "Opzioni per controllare e filtrare il contenuto dei post"
2913
+
2914
+ #: wpf-admin/tools-tabs/antispam.php:245
2915
+ msgid "Allow extra HTML tags"
2916
+ msgstr "Consenti tag HTML extra"
2917
+
2918
+ #: wpf-admin/tools-tabs/antispam.php:246
2919
+ msgid ""
2920
+ "By default wpForo allows all secure HTML tags in post content. Allowing a "
2921
+ "new HTML tag may affect your forum security. For example the &lt;iframe&gt; "
2922
+ "and &lt;script&gt; HTML tags may be used by spammers and hackers to load 3rd "
2923
+ "party ads and viruses to forum."
2924
+ msgstr ""
2925
+ "Per impostazione predefinita, wpForo consente tutti i tag HTML sicuri nel "
2926
+ "contenuto dei post. L'autorizzazione di un nuovo tag HTML può influire sulla "
2927
+ "sicurezza del forum. Ad esempio, i tag HTML &lt;iframe&gt; and &lt;script&gt;"
2928
+ " possono essere utilizzati da spammer e hacker per caricare annunci e virus "
2929
+ "di terze parti nel forum."
2930
+
2931
+ #: wpf-admin/tools-tabs/antispam.php:247
2932
+ msgid "Example of adding a new HTML tags: "
2933
+ msgstr "Esempio di aggiunta di un nuovo tag HTML:"
2934
+
2935
+ #: wpf-admin/tools-tabs/antispam.php:264
2936
+ msgid "Possible Spam Attachments"
2937
+ msgstr "Possibili allegati spam"
2938
+
2939
+ #: wpf-admin/tools-tabs/antispam.php:265
2940
+ msgid ""
2941
+ "This tool is designed to find attachment which have been uploaded by "
2942
+ "spammers. The tool checks most common spammer filenames and suggest to "
2943
+ "delete but you should check one by one and make sure those are spam files "
2944
+ "before deleting."
2945
+ msgstr ""
2946
+ "Questo strumento è progettato per trovare allegati caricati dagli spammer. "
2947
+ "Lo strumento controlla i nomi dei file spammer più comuni e suggerisce di "
2948
+ "eliminarli, ma è necessario controllarli uno per uno e assicurarsi che si "
2949
+ "tratti di file spam prima di eliminarli."
2950
+
2951
+ #: wpf-admin/tools-tabs/antispam.php:270
2952
+ msgid "Enable File Scanner"
2953
+ msgstr "Abilita scanner file"
2954
+
2955
+ #: wpf-admin/tools-tabs/antispam.php:280
2956
+ msgid "Exclude file extensions"
2957
+ msgstr "Escludi estensioni di file"
2958
+
2959
+ #: wpf-admin/tools-tabs/antispam.php:286
2960
+ msgid "Directory"
2961
+ msgstr "Directory"
2962
+
2963
+ #: wpf-admin/tools-tabs/antispam.php:313 wpf-includes/wpf-phrases.php:107
2964
+ msgid "Delete this file"
2965
+ msgstr "Elimina questo file"
2966
+
2967
+ #: wpf-admin/tools-tabs/antispam.php:313
2968
+ msgid "Are you sure you want to permanently delete this file?"
2969
+ msgstr "Sei sicuro di voler eliminare definitivamente questo file?"
2970
+
2971
+ #: wpf-admin/tools-tabs/antispam.php:324
2972
+ msgid "Click to delete Blue marked files"
2973
+ msgstr "Fare clic per eliminare i file contrassegnati in blu"
2974
+
2975
+ #: wpf-admin/tools-tabs/antispam.php:325
2976
+ msgid ""
2977
+ "Are you sure you want to delete all BLUE marked files listed here. Please "
2978
+ "download Wordpress /wp-content/uploads/wpforo/ folder to your local computer "
2979
+ "before deleting files, this is not undoable."
2980
+ msgstr ""
2981
+ "Sei sicuro di voler eliminare tutti i file contrassegnati in BLU elencati "
2982
+ "qui. Si prega di scaricare Wordpress/wp-content/uploads/wpforo/ cartella sul "
2983
+ "computer locale prima di eliminare i file, questo non è annullabile."
2984
+
2985
+ #: wpf-admin/tools-tabs/antispam.php:326 wpf-admin/tools-tabs/antispam.php:332
2986
+ #: wpf-admin/tools-tabs/antispam.php:338 wpf-admin/tools-tabs/antispam.php:344
2987
+ msgid "Delete All"
2988
+ msgstr "Cancella tutto"
2989
+
2990
+ #: wpf-admin/tools-tabs/antispam.php:329
2991
+ msgid "Click to delete Orange marked files"
2992
+ msgstr "Fare clic per eliminare i file contrassegnati in arancione"
2993
+
2994
+ #: wpf-admin/tools-tabs/antispam.php:331
2995
+ msgid ""
2996
+ "Are you sure you want to delete all ORANGE marked files listed here. Please "
2997
+ "download Wordpress /wp-content/uploads/wpforo/ folder to your local computer "
2998
+ "before deleting files, this is not undoable."
2999
+ msgstr ""
3000
+ "Sei sicuro di voler eliminare tutti i file contrassegnati ARANCIONE elencati "
3001
+ "qui. Si prega di scaricare Wordpress /wp-content/uploads/wpforo/ cartella "
3002
+ "sul computer locale prima di eliminare i file, questo non è annullabile."
3003
+
3004
+ #: wpf-admin/tools-tabs/antispam.php:335
3005
+ msgid "Click to delete Red marked files"
3006
+ msgstr "Fare clic per eliminare i file contrassegnati in rosso"
3007
+
3008
+ #: wpf-admin/tools-tabs/antispam.php:337
3009
+ msgid ""
3010
+ "Are you sure you want to delete all RED marked files listed here. Please "
3011
+ "download Wordpress /wp-content/uploads/wpforo/ folder to your local computer "
3012
+ "before deleting files, this is not undoable."
3013
+ msgstr ""
3014
+ "Sei sicuro di voler eliminare tutti i file contrassegnati in ROSSO elencati "
3015
+ "qui. Si prega di scaricare Wordpress /wp-content/uploads/wpforo/ cartella "
3016
+ "sul computer locale prima di eliminare i file, questo non è annullabile."
3017
+
3018
+ #: wpf-admin/tools-tabs/antispam.php:341
3019
+ msgid "Click to delete Dark Red marked files"
3020
+ msgstr "Fare clic per eliminare i file contrassegnati in rosso scuro"
3021
+
3022
+ #: wpf-admin/tools-tabs/antispam.php:343
3023
+ msgid ""
3024
+ "Are you sure you want to delete all DARK RED marked files listed here. "
3025
+ "Please download Wordpress /wp-content/uploads/wpforo/ folder to your local "
3026
+ "computer before deleting files, this is not undoable."
3027
+ msgstr ""
3028
+ "Sei sicuro di voler eliminare tutti i file contrassegnati in ROSSO SCURO "
3029
+ "elencati qui. Si prega di scaricare Wordpress /wp-content/uploads/wpforo/ "
3030
+ "cartella sul computer locale prima di eliminare i file, questo non è "
3031
+ "annullabile."
3032
+
3033
+ #: wpf-admin/tools-tabs/cleanup.php:13
3034
+ msgid "Delete Inactive Users"
3035
+ msgstr "Elimina utenti inattivi"
3036
+
3037
+ #: wpf-admin/tools-tabs/cleanup.php:14
3038
+ msgid ""
3039
+ "Inactive users are the account owners who have no topics, posts, comments "
3040
+ "and subscriptions for new content. In 99&#37; cases this kind of accounts "
3041
+ "are being registered by Spammers. This tool allows you to only keep active "
3042
+ "and known inactive users."
3043
+ msgstr ""
3044
+ "Gli utenti inattivi sono i proprietari dell'account che non hanno "
3045
+ "discussioni, post, commenti e abbonamenti per nuovi contenuti. In 99&#37; "
3046
+ "questi casi, questo tipo di account viene registrato dagli spammer. Questo "
3047
+ "strumento consente di mantenere solo gli utenti attivi e noti inattivi."
3048
+
3049
+ #: wpf-admin/tools-tabs/cleanup.php:20
3050
+ msgid "Inactive users who have been registered more than"
3051
+ msgstr "Utenti inattivi che sono stati registrati più di"
3052
+
3053
+ #: wpf-admin/tools-tabs/cleanup.php:21
3054
+ msgid "days ago"
3055
+ msgstr "giorni fa"
3056
+
3057
+ #: wpf-admin/tools-tabs/cleanup.php:26
3058
+ msgid "Filter by Usergroups"
3059
+ msgstr "Filtra per gruppo utente"
3060
+
3061
+ #: wpf-admin/tools-tabs/cleanup.php:37
3062
+ msgid "Enable Auto-cleanup of inactive users"
3063
+ msgstr "Abilita pulizia automatica degli utenti inattivi"
3064
+
3065
+ #: wpf-admin/tools-tabs/debug.php:33
3066
+ msgid "Debug Information"
3067
+ msgstr "Informazioni di Defalut"
3068
+
3069
+ #: wpf-admin/tools-tabs/debug.php:36 wpf-admin/tools-tabs/debug.php:38
3070
+ #: wpf-admin/tools-tabs/debug.php:68
3071
+ msgid "User Data"
3072
+ msgstr "Dati utente"
3073
+
3074
+ #: wpf-admin/tools-tabs/debug.php:42 wpf-admin/tools-tabs/debug.php:44
3075
+ msgid "Tables"
3076
+ msgstr "Tabelle"
3077
+
3078
+ #: wpf-admin/tools-tabs/debug.php:48 wpf-admin/tools-tabs/debug.php:50
3079
+ msgid "Server"
3080
+ msgstr "Server"
3081
+
3082
+ #: wpf-admin/tools-tabs/debug.php:54 wpf-admin/tools-tabs/debug.php:56
3083
+ msgid "Errors & Issues"
3084
+ msgstr "Errori e problemi"
3085
+
3086
+ #: wpf-admin/tools-tabs/debug.php:75
3087
+ msgid "User ID"
3088
+ msgstr "Nome utente ID"
3089
+
3090
+ #: wpf-admin/tools-tabs/debug.php:76
3091
+ msgid "Display User Data"
3092
+ msgstr "Visualizza dati utente"
3093
+
3094
+ #: wpf-admin/tools-tabs/debug.php:86
3095
+ msgid "User Meta Data"
3096
+ msgstr "Meta dati utente"
3097
+
3098
+ #: wpf-admin/tools-tabs/debug.php:98
3099
+ msgid "User Cookies"
3100
+ msgstr "Cookies utenti"
3101
+
3102
+ #: wpf-admin/tools-tabs/debug.php:111
3103
+ msgid "No user found."
3104
+ msgstr "Utente non trovato."
3105
+
3106
+ #: wpf-admin/tools-tabs/debug.php:119
3107
+ msgid "Problems Found in Database"
3108
+ msgstr "Problema riscontrato nel database"
3109
+
3110
+ #: wpf-admin/tools-tabs/debug.php:125
3111
+ msgid "Table name"
3112
+ msgstr "Nome tabella"
3113
+
3114
+ #: wpf-admin/tools-tabs/debug.php:126
3115
+ msgid "Problem description"
3116
+ msgstr "Descrizione problema"
3117
+
3118
+ #: wpf-admin/tools-tabs/debug.php:132 wpf-admin/tools-tabs/debug.php:140
3119
+ #: wpf-admin/tools-tabs/debug.php:148
3120
+ msgid "Table:"
3121
+ msgstr "Tabella:"
3122
+
3123
+ #: wpf-admin/tools-tabs/debug.php:133
3124
+ msgid "Missing fields: "
3125
+ msgstr "Campi mancanti:"
3126
+
3127
+ #: wpf-admin/tools-tabs/debug.php:141
3128
+ msgid "Missing keys: "
3129
+ msgstr "Chiavi mancanti:"
3130
+
3131
+ #: wpf-admin/tools-tabs/debug.php:149
3132
+ msgid "Doesn't exists"
3133
+ msgstr "Non esiste"
3134
+
3135
+ #: wpf-admin/tools-tabs/debug.php:158
3136
+ msgid "Recheck DB"
3137
+ msgstr "Ricontrolla DB"
3138
+
3139
+ #: wpf-admin/tools-tabs/debug.php:163 wpf-admin/tools-tabs/debug.php:169
3140
+ msgid "Solve database problems"
3141
+ msgstr "Risolvi i problemi del database"
3142
+
3143
+ #: wpf-admin/tools-tabs/debug.php:168
3144
+ msgid "IMPORTANT!"
3145
+ msgstr "IMPORTANTE!"
3146
+
3147
+ #: wpf-admin/tools-tabs/debug.php:169
3148
+ #, php-format
3149
+ msgid ""
3150
+ "If the %s button doesn't solve the issues. Please use the SQl commands below "
3151
+ "in your hosting service cPanel > phpMyAdmin Database Manager > WordPress "
3152
+ "Database > SQL Tab. In case you're not familiar with hosting service tools, "
3153
+ "please contact to your hosting service support team and forward them this "
3154
+ "message with the SQL command."
3155
+ msgstr ""
3156
+ "Se il pulsante %s non risolve i problemi. Si prega di utilizzare i comandi "
3157
+ "SQl di seguito nel servizio di hosting cPanel > phpMyAdmin Database Manager >"
3158
+ " Database WordPress > Scheda SQL. Nel caso in cui non si abbia familiarità "
3159
+ "con gli strumenti del servizio di hosting, si prega di contattare il team di "
3160
+ "supporto del servizio di hosting e inoltrare questo messaggio con il comando "
3161
+ "SQL."
3162
+
3163
+ #: wpf-admin/tools-tabs/debug.php:170
3164
+ msgid "Problem fixer SQL commands:"
3165
+ msgstr "Comandi SQL per la risoluzione dei problemi:"
3166
+
3167
+ #: wpf-admin/tools-tabs/debug.php:193
3168
+ msgid "No Problems Found in Database"
3169
+ msgstr "Nessun problema riscontrato nel database"
3170
+
3171
+ #: wpf-admin/tools-tabs/debug.php:197
3172
+ msgid "Database Tables"
3173
+ msgstr "Tabelle database"
3174
+
3175
+ #: wpf-admin/tools-tabs/debug.php:246 wpf-includes/wpf-phrases.php:394
3176
+ msgid "Not available"
3177
+ msgstr "Non disponibile"
3178
+
3179
+ #: wpf-admin/tools-tabs/debug.php:246
3180
+ msgid ""
3181
+ "Please contact to your hosting service support team and ask them enable PHP "
3182
+ "cURL module"
3183
+ msgstr ""
3184
+ "Si prega di contattare il team di supporto del servizio di hosting e "
3185
+ "chiedere loro di abilitare il modulo PHP cURL"
3186
+
3187
+ #: wpf-admin/tools-tabs/debug.php:252
3188
+ msgid "Not enabled"
3189
+ msgstr "Non abilitato"
3190
+
3191
+ #: wpf-admin/tools-tabs/debug.php:252
3192
+ msgid ""
3193
+ "Please enable mod_rewrite on your server, this is required for wpForo forum"
3194
+ msgstr ""
3195
+ "Abilita mod_rewrite sul tuo server, questo è richiesto per il forum wpForo"
3196
+
3197
+ #: wpf-admin/tools-tabs/debug.php:263
3198
+ msgid "Issues and Recommendations"
3199
+ msgstr "Problemi e raccomandazioni"
3200
+
3201
+ #: wpf-admin/tools-tabs/debug.php:271
3202
+ msgid "Error Logs"
3203
+ msgstr "Log errori"
3204
+
3205
+ #: wpf-admin/tools-tabs/debug.php:397
3206
+ msgid "The default Guest usergroup is not found!"
3207
+ msgstr "Il gruppo utenti guest predefinito non è stato trovato!"
3208
+
3209
+ #: wpf-admin/tools-tabs/debug.php:398
3210
+ msgid ""
3211
+ "Please execute this SQL in your Website Hosting cPanel > phpMyAdmin Database "
3212
+ "Manager"
3213
+ msgstr ""
3214
+ "Esegui questo SQL nel tuo hosting di siti Web cPanel > phpMyAdmin Database "
3215
+ "Manager"
3216
+
3217
+ #: wpf-admin/tools-tabs/debug.php:405 wpf-includes/class-usergroups.php:48
3218
+ #: wpf-includes/wpf-phrases.php:719
3219
+ msgid "Dashboard - Manage Forums"
3220
+ msgstr "Dashboard - gestisce i forum"
3221
+
3222
+ #: wpf-admin/tools-tabs/debug.php:406 wpf-includes/class-usergroups.php:49
3223
+ #: wpf-includes/wpf-phrases.php:720
3224
+ msgid "Dashboard - Manage Settings"
3225
+ msgstr "Dashboard - gestisce impostazioni"
3226
+
3227
+ #: wpf-admin/tools-tabs/debug.php:407 wpf-includes/class-usergroups.php:50
3228
+ #: wpf-includes/wpf-phrases.php:721
3229
+ msgid "Dashboard - Manage Tools"
3230
+ msgstr "Dashboard - Gestione strumenti"
3231
+
3232
+ #: wpf-admin/tools-tabs/debug.php:408 wpf-includes/class-usergroups.php:51
3233
+ #: wpf-includes/wpf-phrases.php:725
3234
+ msgid "Dashboard - Manage Members"
3235
+ msgstr "Dashboard - gestisce membri"
3236
+
3237
+ #: wpf-admin/tools-tabs/debug.php:409 wpf-includes/class-usergroups.php:52
3238
+ #: wpf-includes/wpf-phrases.php:722
3239
+ msgid "Dashboard - Moderate Topics & Posts"
3240
+ msgstr "Dashboard - modera discussioni e post"
3241
+
3242
+ #: wpf-admin/tools-tabs/debug.php:410 wpf-includes/class-usergroups.php:53
3243
+ #: wpf-includes/wpf-phrases.php:728
3244
+ msgid "Dashboard - Manage Usergroups"
3245
+ msgstr "Dashboard - gestisce gruppi utenti"
3246
+
3247
+ #: wpf-admin/tools-tabs/debug.php:411 wpf-includes/class-usergroups.php:54
3248
+ #: wpf-includes/wpf-phrases.php:723
3249
+ msgid "Dashboard - Manage Phrases"
3250
+ msgstr "Dashboard - gestisce traduzioni"
3251
+
3252
+ #: wpf-admin/tools-tabs/debug.php:412 wpf-includes/class-usergroups.php:55
3253
+ #: wpf-includes/wpf-phrases.php:724
3254
+ msgid "Dashboard - Manage Themes"
3255
+ msgstr "Dashboard - gestisce temi"
3256
+
3257
+ #: wpf-admin/tools-tabs/debug.php:413 wpf-includes/class-usergroups.php:57
3258
+ #: wpf-includes/wpf-phrases.php:726
3259
+ msgid "Dashboard - Can edit member"
3260
+ msgstr "Dashboard - può modificare membri"
3261
+
3262
+ #: wpf-admin/tools-tabs/debug.php:414 wpf-includes/class-usergroups.php:58
3263
+ msgid "Dashboard - Can ban member"
3264
+ msgstr "Dashboard - può bannare membri"
3265
+
3266
+ #: wpf-admin/tools-tabs/debug.php:415 wpf-includes/class-usergroups.php:59
3267
+ #: wpf-includes/wpf-phrases.php:727
3268
+ msgid "Dashboard - Can delete member"
3269
+ msgstr "Dashboard - può cancelare membri"
3270
+
3271
+ #: wpf-admin/tools-tabs/debug.php:416 wpf-includes/class-usergroups.php:72
3272
+ #: wpf-includes/wpf-phrases.php:734
3273
+ msgid "Front - Can view member username"
3274
+ msgstr "Sito - può visualizzare username membri"
3275
+
3276
+ #: wpf-admin/tools-tabs/debug.php:430
3277
+ msgid "New registered users get access to forum settings!"
3278
+ msgstr "I nuovi utenti registrati hanno accesso alle impostazioni del forum!"
3279
+
3280
+ #: wpf-admin/tools-tabs/debug.php:440
3281
+ msgid "Conflict with Autoptimize plugin!"
3282
+ msgstr "Conflitto con il plugin Autoptimize!"
3283
+
3284
+ #: wpf-admin/tools-tabs/debug.php:441
3285
+ msgid ""
3286
+ "Please navigate to Settings > Autoptimize > Main Tab, click on top right "
3287
+ "[Show advanced settings] button, find \"Exclude scripts from Autoptimize\" "
3288
+ "option, add this JS path <code>,wp-includes/js/tinymce</code>, than click on "
3289
+ "[Save Changes and Empty Cache] button bellow."
3290
+ msgstr ""
3291
+ "Vai su Impostazioni > Ottimizza > Scheda principale, fai clic sul pulsante "
3292
+ "[Mostra impostazioni avanzate] in alto a destra, trova l'opzione \"Escludi "
3293
+ "script da Ottimizza automaticamente\", aggiungi questo percorso JS <code>,wp-"
3294
+ "Includes/js/tinymce</code>, quindi fare clic sul pulsante [Salva modifiche e "
3295
+ "svuota cache] sotto."
3296
+
3297
+ #: wpf-admin/tools-tabs/debug.php:451
3298
+ msgid "WordPress Email sending function wp_mail() doesn't work!"
3299
+ msgstr "La funzione di invio e-mail di WordPress wp_mail () non funziona!"
3300
+
3301
+ #: wpf-admin/tools-tabs/debug.php:452
3302
+ msgid ""
3303
+ "In most cases this is a server issue. We recommend you contact to your "
3304
+ "hosting service support team or open a support topic in wordpress.org "
3305
+ "support forum. Also there are many good articles regarding this issue in web."
3306
+ " For example "
3307
+ msgstr ""
3308
+ "Nella maggior parte dei casi si tratta di un problema del server. Ti "
3309
+ "consigliamo di contattare il team di supporto del servizio di hosting o di "
3310
+ "aprire una discussione di supporto nel forum di supporto di wordpress.org. "
3311
+ "Inoltre ci sono molti buoni articoli riguardanti questo problema nel web. "
3312
+ "Per esempio"
3313
+
3314
+ #: wpf-admin/tools-tabs/debug.php:452
3315
+ msgid "How to Fix WordPress Not Sending Email Issue"
3316
+ msgstr "Come risolvere WordPress non invio del problema di posta elettronica"
3317
+
3318
+ #: wpf-admin/tools-tabs/debug.php:459
3319
+ msgid "wpForo phrases are missing!"
3320
+ msgstr "wpForo non ha trovato le traduzioni"
3321
+
3322
+ #: wpf-admin/tools-tabs/debug.php:460
3323
+ msgid ""
3324
+ "Please download wpForo Phrases XML compressed file, unzip it, find english."
3325
+ "xml file, navigate to Forums > Settings > General Tab and import it using "
3326
+ "[Add New] button of \"XML Based Language\" option."
3327
+ msgstr ""
3328
+ "Scarica il file compresso XML di frasi wpForo, decomprimilo, trova il file "
3329
+ "english.xml, vai su Forum > Impostazioni > Scheda Generale e importalo "
3330
+ "usando il pulsante [Aggiungi nuovo] dell'opzione \"Lingua basata su XML\"."
3331
+
3332
+ #: wpf-admin/tools-tabs/debug.php:460
3333
+ msgid "Download wpForo Phrases"
3334
+ msgstr "Download wpForo Traduzioni"
3335
+
3336
+ #: wpf-admin/tools-tabs/debug.php:477
3337
+ msgid "No issues found"
3338
+ msgstr "Nessun problema trovato"
3339
+
3340
+ #: wpf-admin/tools-tabs/debug.php:493
3341
+ msgid "Error Log File"
3342
+ msgstr "Errore log file"
3343
+
3344
+ #: wpf-admin/tools-tabs/debug.php:500
3345
+ msgid "No errors found"
3346
+ msgstr "Nessun errore trovato"
3347
+
3348
+ #: wpf-admin/tools-tabs/legal.php:16
3349
+ msgid "Forum Privacy Policy and GDPR compliant"
3350
+ msgstr "Informativa sulla privacy del forum e conforme al GDPR"
3351
+
3352
+ #: wpf-admin/tools-tabs/legal.php:16
3353
+ msgid "Documentation"
3354
+ msgstr "Documentazione"
3355
+
3356
+ #: wpf-admin/tools-tabs/legal.php:19
3357
+ msgid ""
3358
+ "The General Data Protection Regulation (GDPR) (Regulation (EU) 2016/679) is "
3359
+ "a regulation by which the European Parliament, the Council of the European "
3360
+ "Union and the European Commission intend to strengthen and unify data "
3361
+ "protection for all individuals within the European Union (EU). After four "
3362
+ "years of preparation and debate the GDPR was finally approved by the EU "
3363
+ "Parliament on 14 April 2016. Enforcement date: 25 May 2018 - at which time "
3364
+ "those organizations in non-compliance may face heavy fines. More info at"
3365
+ msgstr ""
3366
+ "Il regolamento generale sulla protezione dei dati (GDPR) (regolamento (UE) "
3367
+ "2016/679) è un regolamento con cui il Parlamento europeo, il Consiglio "
3368
+ "dell'Unione europea e la Commissione europea intendono rafforzare e "
3369
+ "unificare la protezione dei dati per tutte le persone all'interno "
3370
+ "dell'Unione europea (UNIONE EUROPEA). Dopo quattro anni di preparazione e "
3371
+ "dibattito, il GDPR è stato finalmente approvato dal Parlamento europeo il 14 "
3372
+ "aprile 2016. Data di esecuzione: 25 maggio 2018 - a quel punto tali "
3373
+ "organizzazioni in caso di non conformità potrebbero subire pesanti multe. "
3374
+ "Maggiori informazioni su"
3375
+
3376
+ #: wpf-admin/tools-tabs/legal.php:20
3377
+ msgid "GDPR Key Changes"
3378
+ msgstr "Chiavi GDPR cambia"
3379
+
3380
+ #: wpf-admin/tools-tabs/legal.php:26
3381
+ msgid "Contact Information"
3382
+ msgstr "Informazioni contatto"
3383
+
3384
+ #: wpf-admin/tools-tabs/legal.php:28
3385
+ msgid ""
3386
+ "According to the GDPR, all users should have an option to contact website "
3387
+ "administrator in following cases:"
3388
+ msgstr ""
3389
+ "Secondo il GDPR, tutti gli utenti dovrebbero avere un'opzione per contattare "
3390
+ "l'amministratore del sito Web nei seguenti casi:"
3391
+
3392
+ #: wpf-admin/tools-tabs/legal.php:32
3393
+ msgid "Obtain personal data and created content"
3394
+ msgstr "Ottieni dati personali e contenuti creati"
3395
+
3396
+ #: wpf-admin/tools-tabs/legal.php:33
3397
+ msgid "Delete account with created content"
3398
+ msgstr "Cancella account e contenuti creati"
3399
+
3400
+ #: wpf-admin/tools-tabs/legal.php:34
3401
+ msgid "Report user data access and control issue"
3402
+ msgstr "Segnala un problema di accesso e controllo dei dati dell'utente"
3403
+
3404
+ #: wpf-admin/tools-tabs/legal.php:35
3405
+ msgid "Report user rights violation"
3406
+ msgstr "Segnala violazione dei diritti dell'utente"
3407
+
3408
+ #: wpf-admin/tools-tabs/legal.php:39
3409
+ msgid "URL to - Contact Us - page"
3410
+ msgstr "URL pagina - Contattaci -"
3411
+
3412
+ #: wpf-admin/tools-tabs/legal.php:40
3413
+ msgid ""
3414
+ "Please insert a page URL, where user can find a contact form or an "
3415
+ "information to contact the forum administrator."
3416
+ msgstr ""
3417
+ "Inserire un URL di pagina, in cui l'utente può trovare un modulo di contatto "
3418
+ "o informazioni per contattare l'amministratore del forum."
3419
+
3420
+ #: wpf-admin/tools-tabs/legal.php:45
3421
+ msgid "Checkbox: I Accept Website Terms and Privacy Policy"
3422
+ msgstr "Checkbox: Accetto i termini e la privacy policy del sito"
3423
+
3424
+ #: wpf-admin/tools-tabs/legal.php:46 wpf-admin/tools-tabs/legal.php:80
3425
+ msgid ""
3426
+ "If this option is enabled, users must accept forum Terms and Privacy Policy "
3427
+ "by checking the required checkbox on registration form to be able create a "
3428
+ "forum account. The checkbox label can be managed in Forums > Phrases admin "
3429
+ "page."
3430
+ msgstr ""
3431
+ "Se questa opzione è abilitata, gli utenti devono accettare i Termini e "
3432
+ "l'informativa sulla privacy del forum selezionando la casella di controllo "
3433
+ "richiesta nel modulo di registrazione per poter creare un account del forum. "
3434
+ "L'etichetta della casella di controllo può essere gestita nella pagina Forum "
3435
+ "> Traduzioni."
3436
+
3437
+ #: wpf-admin/tools-tabs/legal.php:57
3438
+ msgid "Checkbox: I Agree to Receive an Email Confirmation"
3439
+ msgstr "Checkbox: Accetto di ricevere conferma via email"
3440
+
3441
+ #: wpf-admin/tools-tabs/legal.php:58
3442
+ msgid ""
3443
+ "If this option is enabled, users must agree to receive an email confirmation "
3444
+ "with a link to set a password by checking the required checkbox on "
3445
+ "registration form to be able create a forum account. The checkbox label can "
3446
+ "be managed in Forums > Phrases admin page."
3447
+ msgstr ""
3448
+ "Se questa opzione è abilitata, gli utenti devono accettare di ricevere un'e-"
3449
+ "mail di conferma con un collegamento per impostare una password selezionando "
3450
+ "la casella di controllo richiesta nel modulo di registrazione per poter "
3451
+ "creare un account del forum. L'etichetta della casella di controllo può "
3452
+ "essere gestita nella pagina Forum > Traduzioni."
3453
+
3454
+ #: wpf-admin/tools-tabs/legal.php:69
3455
+ msgid "Website Terms and Privacy Policy Pages"
3456
+ msgstr "Condizioni di utilizzo del sito e Privacy Policy"
3457
+
3458
+ #: wpf-admin/tools-tabs/legal.php:70
3459
+ msgid ""
3460
+ "Please insert URLs to your website Terms and Privacy Policy pages. Links to "
3461
+ "these pages will be included in registration form checkbox label (I'm agree "
3462
+ "with website terms and privacy policy) and in Forum Privacy Policy. The "
3463
+ "forum Privacy Policy does not cover your whole website, it is just an "
3464
+ "extension of your website main Privacy Policy. Thus it should be linked to "
3465
+ "according pages."
3466
+ msgstr ""
3467
+ "Inserisci gli URL nelle pagine dei Termini del sito Web e delle norme sulla "
3468
+ "privacy. I collegamenti a queste pagine saranno inclusi nell'etichetta della "
3469
+ "casella di controllo del modulo di registrazione (sono d'accordo con i "
3470
+ "termini del sito Web e l'informativa sulla privacy) e nell'Informativa sulla "
3471
+ "privacy del forum. La politica sulla privacy del forum non copre l'intero "
3472
+ "sito Web, è solo un'estensione della politica sulla privacy principale del "
3473
+ "sito Web. Quindi dovrebbe essere collegato alle pagine corrispondenti."
3474
+
3475
+ #: wpf-admin/tools-tabs/legal.php:73
3476
+ msgid "URL to Website Terms page"
3477
+ msgstr "URL alla pagina Termini del sito Web"
3478
+
3479
+ #: wpf-admin/tools-tabs/legal.php:73
3480
+ msgid "Terms Page URL"
3481
+ msgstr "URL della pagina dei termini"
3482
+
3483
+ #: wpf-admin/tools-tabs/legal.php:74
3484
+ msgid "URL to Website Privacy Policy page"
3485
+ msgstr "URL pagina della Privacy Policy del sito Web"
3486
+
3487
+ #: wpf-admin/tools-tabs/legal.php:74
3488
+ msgid "Privacy Policy Page URL"
3489
+ msgstr "URL pagina privacy policy"
3490
+
3491
+ #: wpf-admin/tools-tabs/legal.php:79
3492
+ msgid "Checkbox: I Agree to Forum Privacy Policy"
3493
+ msgstr "Checkbox: Accetto la privacy policy del forum"
3494
+
3495
+ #: wpf-admin/tools-tabs/legal.php:91
3496
+ msgid "Forum Privacy Policy with GDPR compliant Template"
3497
+ msgstr "Informativa sulla privacy del forum con modello conforme al GDPR"
3498
+
3499
+ #: wpf-admin/tools-tabs/legal.php:92
3500
+ msgid ""
3501
+ "This is an example of forum Privacy Policy with GDPR compliant. It adapted "
3502
+ "to wpForo plugin functions and features. <u>In case you enable this privacy "
3503
+ "policy template you become responsible for the content of this template.</u> "
3504
+ " Please read this text carefully and make sure it suits your community "
3505
+ "Privacy Policy. If it doesn't, you should edit this text and adapt it to "
3506
+ "your community rules. This template includes shortcodes [forum-name] and "
3507
+ "[forum-url]. They are automatically replaced on registration page with "
3508
+ "current forum details. Don't forget to add an information about your "
3509
+ "organization, location and contacting ways (page, email, phone, etc...). "
3510
+ "Also if you have a separate privacy policy page for website please add a "
3511
+ "link to that page."
3512
+ msgstr ""
3513
+ "Questo è un esempio di politica sulla privacy del forum con conformità GDPR. "
3514
+ "Si è adattato alle funzioni e alle caratteristiche del plugin wpForo. <u> "
3515
+ "Nel caso in cui si abiliti questo modello di politica sulla privacy, si "
3516
+ "diventa responsabili del contenuto di questo modello. </u> Si prega di "
3517
+ "leggere attentamente questo testo e assicurarsi che si adatti alla politica "
3518
+ "sulla privacy della propria comunità. In caso contrario, è necessario "
3519
+ "modificare questo testo e adattarlo alle regole della propria comunità. "
3520
+ "Questo modello include codici brevi [forum-name] e [forum-url]. Vengono "
3521
+ "automaticamente sostituiti nella pagina di registrazione con i dettagli del "
3522
+ "forum corrente. Non dimenticare di aggiungere informazioni sulla tua "
3523
+ "organizzazione, posizione e modalità di contatto (pagina, e-mail, telefono, "
3524
+ "ecc ...). Inoltre, se hai una pagina di politica sulla privacy separata per "
3525
+ "il sito Web, aggiungi un link a quella pagina."
3526
+
3527
+ #: wpf-admin/tools-tabs/legal.php:114
3528
+ msgid "Checkbox: I Agree to create a forum account on Facebook Login"
3529
+ msgstr "Checkbox: Accetto di creare un account sul forum con Facebook Login"
3530
+
3531
+ #: wpf-admin/tools-tabs/legal.php:115
3532
+ msgid ""
3533
+ "If this option is enabled, the Facebook Login button becomes not-clickable "
3534
+ "until user accept automatic account creation process based on his/her "
3535
+ "Facebook public profile information. This checkbox and appropriate "
3536
+ "information will be displayed with Facebook Login button to comply with the "
3537
+ "GDPR"
3538
+ msgstr ""
3539
+ "Se questa opzione è abilitata, il pulsante Accesso a Facebook diventa non "
3540
+ "selezionabile finché l'utente non accetta il processo di creazione "
3541
+ "automatica dell'account in base alle informazioni del suo profilo pubblico "
3542
+ "di Facebook. Questa casella di controllo e le informazioni appropriate "
3543
+ "verranno visualizzate con il pulsante Accedi a Facebook per conformarsi al "
3544
+ "GDPR (articolo 22)\n"
3545
+ "Il testo della nota e l'etichetta di questa casella di controllo possono "
3546
+ "essere gestiti nella pagina di amministrazione Forum > Traduzioni. Cerca la "
3547
+ "frase dell'etichetta, fai clic sul pulsante Modifica e modificalo."
3548
+
3549
+ #: wpf-admin/tools-tabs/legal.php:126
3550
+ msgid "Forum Cookies"
3551
+ msgstr "Cookies forum"
3552
+
3553
+ #: wpf-admin/tools-tabs/legal.php:127
3554
+ msgid ""
3555
+ "Please note, that this option is only related to wpForo cookies. This "
3556
+ "doesn't disable WordPress and other plugins cookies. wpForo stores a small "
3557
+ "amount of data in cookies, it used to track visited forums and topics (bold "
3558
+ "and normal titles). Also when a guest (not registered user) creates a topic "
3559
+ "or post a reply, wpForo stores guest name and email address in cookies. "
3560
+ "wpForo uses this information to detect current guest content (topics, posts) "
3561
+ "and display it to the guest even if the content is under moderation (not "
3562
+ "approved by moderators). Also wpForo stores guest name and email in cookies "
3563
+ "to keep filled these fields when he/she posts a new reply or creates a new "
3564
+ "topic."
3565
+ msgstr ""
3566
+ "Si noti che questa opzione è correlata solo ai cookie di wpForo. Questo non "
3567
+ "disabilita i cookie di WordPress e altri plugin. wpForo memorizza una "
3568
+ "piccola quantità di dati nei cookie, utilizzati per tenere traccia dei forum "
3569
+ "e delle discussioni visitate (titoli in grassetto e normali). Inoltre, "
3570
+ "quando un ospite (non utente registrato) crea una discussione o pubblica una "
3571
+ "risposta, wpForo memorizza il nome dell'ospite e l'indirizzo e-mail nei "
3572
+ "cookie. wpForo utilizza queste informazioni per rilevare i contenuti degli "
3573
+ "ospiti correnti (discussioni, post) e mostrarli all'ospite anche se i "
3574
+ "contenuti sono sottoposti a moderazione (non approvati dai moderatori). "
3575
+ "Inoltre, wpForo memorizza il nome dell'ospite e l'e-mail nei cookie per "
3576
+ "riempire questi campi quando pubblica una nuova risposta o crea una nuova "
3577
+ "discussione."
3578
+
3579
+ #: wpf-admin/tools-tabs/legal.php:139
3580
+ msgid "Forum Rules"
3581
+ msgstr "Regole forum"
3582
+
3583
+ #: wpf-admin/tools-tabs/legal.php:145
3584
+ msgid "Checkbox: I Accept Forum Rules"
3585
+ msgstr "Checkbox: Accetto le regole del forum"
3586
+
3587
+ #: wpf-admin/tools-tabs/legal.php:146
3588
+ msgid ""
3589
+ "If this option is enabled, users must accept forum rules by checking the "
3590
+ "required checkbox on registration form to be able create a forum account. "
3591
+ "The label text of this checkbox can be managed in Forums > Phrases admin "
3592
+ "page. Search the label phrase, click on edit button and change it."
3593
+ msgstr ""
3594
+ "Se questa opzione è abilitata, gli utenti devono accettare le regole del "
3595
+ "forum selezionando la casella di controllo richiesta nel modulo di "
3596
+ "registrazione per poter creare un account del forum. Il testo dell'etichetta "
3597
+ "di questa casella di controllo può essere gestito nella pagina Forum > "
3598
+ "Traduzioni. Cerca la frase dell'etichetta, fai clic sul pulsante Modifica e "
3599
+ "modificalo."
3600
+
3601
+ #: wpf-admin/tools-tabs/legal.php:157
3602
+ msgid "Forum Rules Text"
3603
+ msgstr "Testo regole forum"
3604
+
3605
+ #: wpf-admin/tools-tabs/legal.php:158
3606
+ msgid "This is a basic example of forum rules provided by"
3607
+ msgstr "Questo è un esempio di base delle regole del forum fornite da"
3608
+
3609
+ #: wpf-admin/tools-tabs/legal.php:158
3610
+ msgid "You should edit this text and adapt it to your community rules."
3611
+ msgstr ""
3612
+ necessario modificare questo testo e adattarlo alle regole della propria "
3613
+ "comunità."
3614
+
3615
+ #: wpf-admin/tools-tabs/misc.php:11
3616
+ msgid "SEO Tools"
3617
+ msgstr "Strumenti SEO"
3618
+
3619
+ #: wpf-admin/tools-tabs/misc.php:19
3620
+ msgid "Allowed dofollow domains"
3621
+ msgstr "Domini seguenti ammessi"
3622
+
3623
+ #: wpf-admin/tools-tabs/misc.php:20
3624
+ msgid ""
3625
+ "wpForo adds nofollow to all links with external URLs. If you want to keep "
3626
+ "some domains as internal please insert domains one per line in the textarea "
3627
+ "bellow."
3628
+ msgstr ""
3629
+ "wpForo aggiunge nofollow a tutti i collegamenti con URL esterni. Se vuoi "
3630
+ "mantenere alcuni domini come interni, inserisci i domini uno per riga nella "
3631
+ "seguente area di testo."
3632
+
3633
+ #: wpf-admin/tools-tabs/misc.php:27
3634
+ msgid "Noindex forum page URLs"
3635
+ msgstr "URL pagine forum Noindex"
3636
+
3637
+ #: wpf-admin/tools-tabs/misc.php:28
3638
+ msgid ""
3639
+ "The noIndex code tells Google and other search engines to NOT index the page,"
3640
+ " so that it cannot be found in search results. Please insert page URLs you "
3641
+ "do not want to be indexed one per line in the textarea bellow."
3642
+ msgstr ""
3643
+ "Il codice noIndex indica a Google e ad altri motori di ricerca di NON "
3644
+ "indicizzare la pagina, in modo che non possa essere trovata nei risultati di "
3645
+ "ricerca. Inserire gli URL di pagina che non si desidera indicizzare uno per "
3646
+ "riga nella seguente area di testo."
3647
+
3648
+ #: wpf-admin/tools-tabs/misc.php:38
3649
+ msgid "Admin Note"
3650
+ msgstr "Note Amministratore"
3651
+
3652
+ #: wpf-admin/tools-tabs/misc.php:46
3653
+ msgid "Admin message on forum front page"
3654
+ msgstr "Messaggio dell'amministratore sulla prima pagina del forum"
3655
+
3656
+ #: wpf-admin/tools-tabs/misc.php:47
3657
+ msgid ""
3658
+ "If you have something important to say on forum front page, you can use this "
3659
+ "editor. The text will be displayed under forum breadcrumb menu, above forum "
3660
+ "and topic titles."
3661
+ msgstr ""
3662
+ "Se hai qualcosa di importante da dire sulla prima pagina del forum, puoi "
3663
+ "usare questo editor. Il testo verrà visualizzato nel menu breadcrumb del "
3664
+ "forum, sopra i titoli del forum e delle discussioni."
3665
+
3666
+ #: wpf-admin/tools-tabs/misc.php:65
3667
+ msgid "Display for Usergroups"
3668
+ msgstr "Display per gruppi utenti"
3669
+
3670
+ #: wpf-admin/tools-tabs/misc.php:87
3671
+ msgid "Display on forum pages"
3672
+ msgstr "Visualizza sulle pagine del forum"
3673
+
3674
+ #: wpf-admin/tools-tabs/misc.php:97
3675
+ msgid "Forum (topic list)"
3676
+ msgstr "Forum (elenco discussioni)"
3677
+
3678
+ #: wpf-admin/tools-tabs/misc.php:101
3679
+ msgid "Topic (post list)"
3680
+ msgstr "Discussione (lista post)"
3681
+
3682
+ #: wpf-admin/tools-tabs/misc.php:105 wpf-includes/wpf-phrases.php:887
3683
+ msgid "Recent Posts"
3684
+ msgstr "Post recenti"
3685
+
3686
+ #: wpf-admin/tools-tabs/misc.php:109 wpf-includes/wpf-phrases.php:989
3687
+ msgid "Tags"
3688
+ msgstr "Etichette"
3689
+
3690
+ #: wpf-admin/tools-tabs/misc.php:117
3691
+ msgid "Profile Home"
3692
+ msgstr "Home profilo"
3693
+
3694
+ #: wpf-admin/tools-tabs/misc.php:121
3695
+ msgid "Profile Account"
3696
+ msgstr "Account profilo"
3697
+
3698
+ #: wpf-admin/tools-tabs/misc.php:125
3699
+ msgid "Profile Activity"
3700
+ msgstr "Attività profilo"
3701
+
3702
+ #: wpf-admin/tools-tabs/misc.php:129
3703
+ msgid "Profile Subscriptions"
3704
+ msgstr "Sottoscrizione profilo"
3705
+
3706
+ #: wpf-admin/tools.php:8
3707
+ msgid "Forum Tools"
3708
+ msgstr "Strumenti Forum"
3709
+
3710
+ #: wpf-admin/tools.php:14
3711
+ msgid "Antispam"
3712
+ msgstr "Antispam"
3713
+
3714
+ #: wpf-admin/tools.php:15
3715
+ msgid "Privacy &amp; Rules"
3716
+ msgstr "Regole &amp; Privacy"
3717
+
3718
+ #: wpf-admin/tools.php:16
3719
+ msgid "Debug"
3720
+ msgstr "Debug"
3721
+
3722
+ #: wpf-admin/tools.php:17
3723
+ msgid "Misc"
3724
+ msgstr "Opzioni varie"
3725
+
3726
+ #: wpf-admin/usergroup.php:28 wpf-admin/usergroup.php:154
3727
+ #: wpf-admin/usergroup.php:340
3728
+ msgid "User Role"
3729
+ msgstr "Ruolo dell'utente"
3730
+
3731
+ #: wpf-admin/usergroup.php:35 wpf-includes/wpf-phrases.php:862
3732
+ msgid "Usergroup"
3733
+ msgstr "Gruppo utente"
3734
+
3735
+ #: wpf-admin/usergroup.php:37 wpf-includes/wpf-hooks.php:1332
3736
+ msgid "Default"
3737
+ msgstr "Default"
3738
+
3739
+ #: wpf-admin/usergroup.php:38
3740
+ msgid "Default Access"
3741
+ msgstr "Accesso predefinito"
3742
+
3743
+ #: wpf-admin/usergroup.php:51 wpf-admin/usergroup.php:167
3744
+ msgid "View Users"
3745
+ msgstr "Vedi utenti"
3746
+
3747
+ #: wpf-admin/usergroup.php:68 wpf-admin/usergroup.php:321
3748
+ msgid "Usergroup Name"
3749
+ msgstr "Nome del gruppo utenti"
3750
+
3751
+ #: wpf-admin/usergroup.php:70
3752
+ msgid "Also used as Secondary Usergroup"
3753
+ msgstr "Utilizzato anche come gruppo utenti secondario"
3754
+
3755
+ #: wpf-admin/usergroup.php:73
3756
+ msgid "Edit this usergroup"
3757
+ msgstr "Modifica questo gruppo"
3758
+
3759
+ #: wpf-admin/usergroup.php:75
3760
+ msgid "Delete this usergroup"
3761
+ msgstr "Elimina questo gruppo utenti"
3762
+
3763
+ #: wpf-admin/usergroup.php:77
3764
+ msgid "View users list in this usergroup"
3765
+ msgstr "Vedi utenti in questo gruppo"
3766
+
3767
+ #: wpf-admin/usergroup.php:82
3768
+ msgid "The number of forum members with this usergroup. Click to view members."
3769
+ msgstr ""
3770
+ "Il numero di membri del forum con questo gruppo di utenti. Fai clic per "
3771
+ "visualizzare i membri."
3772
+
3773
+ #: wpf-admin/usergroup.php:87
3774
+ msgid "is Default"
3775
+ msgstr "Predefinito"
3776
+
3777
+ #: wpf-admin/usergroup.php:90
3778
+ msgid "Users get the Default Usergroup on registration"
3779
+ msgstr ""
3780
+ "Gli utenti ottengono il gruppo utenti predefinito al momento della "
3781
+ "registrazione"
3782
+
3783
+ #: wpf-admin/usergroup.php:90
3784
+ msgid "Set as Default"
3785
+ msgstr "Imposta come predefinito"
3786
+
3787
+ #: wpf-admin/usergroup.php:98
3788
+ msgid "default (#15)"
3789
+ msgstr "default (#15)"
3790
+
3791
+ #: wpf-admin/usergroup.php:110
3792
+ msgid "Synchronize Users Usergroups and Roles"
3793
+ msgstr "Sincronizza i gruppi utenti e i ruoli degli utenti"
3794
+
3795
+ #: wpf-admin/usergroup.php:111
3796
+ msgid "Synchronize"
3797
+ msgstr "Sincronizza"
3798
+
3799
+ #: wpf-admin/usergroup.php:136
3800
+ msgid "Note:"
3801
+ msgstr "Nota:"
3802
+
3803
+ #: wpf-admin/usergroup.php:137
3804
+ #, php-format
3805
+ msgid ""
3806
+ "The [Synchronize] button changes all users Usergroups according to the users "
3807
+ "Roles. For example, if you select \"Contributor\" Role for \"Registered\" "
3808
+ "Usergroup, all users with \"Contributor\" Role will get \"Registered\" "
3809
+ "Usergroup in forum. The synchronization process may take a few seconds or "
3810
+ "dozens of minutes, it depends on the number of users. Please be patient, "
3811
+ "don't close this page and wait until the progress counter says 100% "
3812
+ "completed."
3813
+ msgstr ""
3814
+ "Il pulsante [Sincronizza] modifica tutti i gruppi utenti in base ai ruoli "
3815
+ "degli utenti. Ad esempio, se si seleziona Ruolo \"Collaboratore\" per il "
3816
+ "Gruppo utenti \"Registrato\", tutti gli utenti con ruolo \"Collaboratore\" "
3817
+ "riceveranno il Gruppo utenti \"Registrato\" nel forum. Il processo di "
3818
+ "sincronizzazione può richiedere alcuni secondi o dozzine di minuti, dipende "
3819
+ "dal numero di utenti. Ti preghiamo di pazientare, non chiudere questa pagina "
3820
+ "e attendere fino a quando il contatore di avanzamento indica il 100% "
3821
+ "completato."
3822
+
3823
+ #: wpf-admin/usergroup.php:146
3824
+ msgid "User Roles"
3825
+ msgstr "Ruoli dell'utente"
3826
+
3827
+ #: wpf-admin/usergroup.php:148
3828
+ msgid ""
3829
+ "In the table above (Usergroups) you can see the list of all available forum "
3830
+ "Usergroups. The first column of this table displays selected User Roles "
3831
+ "which are synched with certain Usergroup. However some User Roles are still "
3832
+ "not synced with any Usergroup of your forum. You can find not-synced User "
3833
+ "Roles in the table below (User Roles). If you use any of these not-synced "
3834
+ "User Roles and you want to grant some forum accesses to users of these User "
3835
+ "Roles you should create new Usergroups for each of them. Once new Usergroup "
3836
+ "is created, you should use the [Synchronize] button in the table above to "
3837
+ "synchronize User Roles with new Usergroups."
3838
+ msgstr ""
3839
+ "Nella tabella sopra (Gruppi utenti) è possibile visualizzare l'elenco di "
3840
+ "tutti i gruppi utenti disponibili nel forum. La prima colonna di questa "
3841
+ "tabella mostra i ruoli utente selezionati che vengono sincronizzati con un "
3842
+ "determinato gruppo utenti. Tuttavia, alcuni ruoli utente non sono ancora "
3843
+ "sincronizzati con nessun gruppo utenti del forum. Puoi trovare i ruoli "
3844
+ "utente non sincronizzati nella tabella seguente (Ruoli utente). Se si "
3845
+ "utilizza uno di questi ruoli utente non sincronizzati e si desidera "
3846
+ "concedere alcuni accessi al forum agli utenti di tali ruoli utente, è "
3847
+ "necessario creare nuovi gruppi utenti per ciascuno di essi. Una volta creato "
3848
+ "il nuovo gruppo utenti, è necessario utilizzare il pulsante [Sincronizza] "
3849
+ "nella tabella sopra per sincronizzare i ruoli utente con i nuovi gruppi "
3850
+ "utenti."
3851
+
3852
+ #: wpf-admin/usergroup.php:153
3853
+ msgid "Role Name"
3854
+ msgstr "Nome del ruolo"
3855
+
3856
+ #: wpf-admin/usergroup.php:156 wpf-includes/wpf-phrases.php:16
3857
+ msgid "Users"
3858
+ msgstr "Utenti"
3859
+
3860
+ #: wpf-admin/usergroup.php:171
3861
+ msgid "Add Usergroup to synch"
3862
+ msgstr "Aggiungi gruppo utenti alla sincronizzazione"
3863
+
3864
+ #: wpf-admin/usergroup.php:173
3865
+ msgid "Not Synched"
3866
+ msgstr "Non sincronizzato"
3867
+
3868
+ #: wpf-admin/usergroup.php:174
3869
+ msgid "One User Role cannot be synched with multiple Usergroups."
3870
+ msgstr "Un ruolo utente non può essere sincronizzato con più gruppi utenti."
3871
+
3872
+ #: wpf-admin/usergroup.php:176
3873
+ msgid "Synched"
3874
+ msgstr "Sincronizzato"
3875
+
3876
+ #: wpf-admin/usergroup.php:217
3877
+ msgid "Complete!"
3878
+ msgstr "Completo!"
3879
+
3880
+ #: wpf-admin/usergroup.php:246
3881
+ msgid "Delete Chosen Usergroup And Users"
3882
+ msgstr "Elimina il gruppo utenti e gli utenti scelti"
3883
+
3884
+ #: wpf-admin/usergroup.php:252
3885
+ msgid ""
3886
+ "This option has disabled because you have more than 50 users in this group."
3887
+ msgstr ""
3888
+ "Questa opzione è disabilitata perché ci sono più di 50 utenti in questo "
3889
+ "gruppo."
3890
+
3891
+ #: wpf-admin/usergroup.php:259
3892
+ msgid "Delete Chosen Usergroup And Join Users To Other Usergroup"
3893
+ msgstr ""
3894
+ "Elimina il gruppo di utenti scelto e unisciti agli altri gruppi di utenti"
3895
+
3896
+ #: wpf-admin/usergroup.php:271
3897
+ msgid "Users will be join this usergroup"
3898
+ msgstr "Gli utenti si uniranno a questo gruppo di utenti"
3899
+
3900
+ #: wpf-admin/usergroup.php:321 wpf-includes/wpf-phrases.php:319
3901
+ msgid "Guest"
3902
+ msgstr "Ospite"
3903
+
3904
+ #: wpf-admin/usergroup.php:326
3905
+ msgid "Usergroup Color"
3906
+ msgstr "Colore gruppo utenti"
3907
+
3908
+ #: wpf-admin/usergroup.php:329
3909
+ msgid "use default link color"
3910
+ msgstr "usa il colore di collegamento predefinito"
3911
+
3912
+ #: wpf-admin/usergroup.php:353
3913
+ msgid "Default Forum Access"
3914
+ msgstr "Accesso al forum predefinito"
3915
+
3916
+ #: wpf-admin/usergroup.php:358
3917
+ msgid ""
3918
+ "This is only used when a new Usergroup is created, it automatically gets the "
3919
+ "selected Forum Access in all forums."
3920
+ msgstr ""
3921
+ "Viene utilizzato solo quando viene creato un nuovo gruppo utenti, ottiene "
3922
+ "automaticamente l'accesso al forum selezionato in tutti i forum."
3923
+
3924
+ #: wpf-admin/usergroup.php:364
3925
+ msgid "Display on Members List"
3926
+ msgstr "Visualizza nell'elenco dei membri"
3927
+
3928
+ #: wpf-admin/usergroup.php:371
3929
+ msgid "Can be also used as Secondary Usergroup"
3930
+ msgstr "Può essere utilizzato anche come gruppo utenti secondario"
3931
+
3932
+ #: wpf-includes/class-actions.php:2067
3933
+ msgid "Theme activate error"
3934
+ msgstr "Errore attivazione tema"
3935
+
3936
+ #: wpf-includes/class-actions.php:2076
3937
+ msgid "Theme activate success"
3938
+ msgstr "Tema attivato correttamente"
3939
+
3940
+ #: wpf-includes/class-actions.php:2099
3941
+ msgid "Theme install error"
3942
+ msgstr "Errore installazione tema"
3943
+
3944
+ #: wpf-includes/class-actions.php:2108
3945
+ msgid "Theme install success"
3946
+ msgstr "Tema installato correttamente"
3947
+
3948
+ #: wpf-includes/class-actions.php:2131
3949
+ msgid "Theme delete error"
3950
+ msgstr "Errore eliminazione tema"
3951
+
3952
+ #: wpf-includes/class-actions.php:2139
3953
+ msgid "Theme delete success"
3954
+ msgstr "Tema eliminato correttamente"
3955
+
3956
+ #: wpf-includes/class-actions.php:2162
3957
+ msgid "Theme reset error"
3958
+ msgstr "Errore reset tema"
3959
+
3960
+ #: wpf-includes/class-actions.php:2170
3961
+ msgid "Theme reset success"
3962
+ msgstr "Tema resettato con successo"
3963
+
3964
+ #: wpf-includes/class-api.php:200
3965
+ msgid "Please login into Facebook and then click connect button again"
3966
+ msgstr "Accedi a Facebook e fai nuovamente clic sul pulsante Connetti"
3967
+
3968
+ #: wpf-includes/class-api.php:227
3969
+ msgid ""
3970
+ "Your email is required to be able authorize you here. Please try loging "
3971
+ "again. "
3972
+ msgstr ""
3973
+ "La tua email è richiesta per essere autorizzato qui. Per favore prova di "
3974
+ "nuovo il login"
3975
+
3976
+ #: wpf-includes/class-api.php:232
3977
+ msgid "Invalid User"
3978
+ msgstr "Utente non valido"
3979
+
3980
+ #: wpf-includes/class-api.php:242 wpf-includes/wpf-phrases.php:824
3981
+ msgid "User registration is disabled"
3982
+ msgstr "La registrazione utente è disabilitata"
3983
+
3984
+ #: wpf-includes/class-forums.php:42 wpf-includes/wpf-phrases.php:746
3985
+ msgid "Can view forum"
3986
+ msgstr "Può vedere fotum"
3987
+
3988
+ #: wpf-includes/class-forums.php:43 wpf-includes/wpf-phrases.php:747
3989
+ msgid "Can create topic"
3990
+ msgstr "Può creare discussioni"
3991
+
3992
+ #: wpf-includes/class-forums.php:44 wpf-includes/wpf-phrases.php:748
3993
+ msgid "Can view topic"
3994
+ msgstr "Può vedere discussioni"
3995
+
3996
+ #: wpf-includes/class-forums.php:45 wpf-includes/wpf-phrases.php:749
3997
+ msgid "Can edit topic"
3998
+ msgstr "Può modificare discussioni"
3999
+
4000
+ #: wpf-includes/class-forums.php:46 wpf-includes/wpf-phrases.php:750
4001
+ msgid "Can delete topic"
4002
+ msgstr "Può cancellare discussioni"
4003
+
4004
+ #: wpf-includes/class-forums.php:47 wpf-includes/wpf-phrases.php:751
4005
+ msgid "Can post reply"
4006
+ msgstr "Può pubblicare risposte"
4007
+
4008
+ #: wpf-includes/class-forums.php:48 wpf-includes/wpf-phrases.php:752
4009
+ msgid "Can view replies"
4010
+ msgstr "Può vedere risposte"
4011
+
4012
+ #: wpf-includes/class-forums.php:49 wpf-includes/wpf-phrases.php:753
4013
+ msgid "Can edit replies"
4014
+ msgstr "Può modificare risposte"
4015
+
4016
+ #: wpf-includes/class-forums.php:50 wpf-includes/wpf-phrases.php:754
4017
+ msgid "Can delete replies"
4018
+ msgstr "Può eliminare risposte"
4019
+
4020
+ #: wpf-includes/class-forums.php:51 wpf-includes/wpf-phrases.php:755
4021
+ msgid "Can edit own topic"
4022
+ msgstr "Può modificare le proprie discussioni"
4023
+
4024
+ #: wpf-includes/class-forums.php:52
4025
+ msgid "Can edit own reply"
4026
+ msgstr "Può modificare le sue risposte"
4027
+
4028
+ #: wpf-includes/class-forums.php:53 wpf-includes/wpf-phrases.php:757
4029
+ msgid "Can delete own topic"
4030
+ msgstr "Può eliminare le proprie discussioni"
4031
+
4032
+ #: wpf-includes/class-forums.php:54 wpf-includes/wpf-phrases.php:758
4033
+ msgid "Can delete own reply"
4034
+ msgstr "Può eliminare le sue risposte"
4035
+
4036
+ #: wpf-includes/class-forums.php:55
4037
+ msgid "Can add tags"
4038
+ msgstr "Può aggiungere tag"
4039
+
4040
+ #: wpf-includes/class-forums.php:56
4041
+ msgid "Can subscribe"
4042
+ msgstr "Può sottoscrivere"
4043
+
4044
+ #: wpf-includes/class-forums.php:57 wpf-includes/wpf-phrases.php:759
4045
+ msgid "Can like"
4046
+ msgstr "Può mettere like"
4047
+
4048
+ #: wpf-includes/class-forums.php:58 wpf-includes/wpf-phrases.php:760
4049
+ msgid "Can report"
4050
+ msgstr "Può eseguire report"
4051
+
4052
+ #: wpf-includes/class-forums.php:59 wpf-includes/wpf-phrases.php:761
4053
+ msgid "Can set topic sticky"
4054
+ msgstr "Può impostare una discussione in evidenza"
4055
+
4056
+ #: wpf-includes/class-forums.php:60 wpf-includes/wpf-phrases.php:762
4057
+ msgid "Can set topic private"
4058
+ msgstr "Può impostare la discussione come privata"
4059
+
4060
+ #: wpf-includes/class-forums.php:61 wpf-includes/wpf-phrases.php:840
4061
+ msgid "Can set own topic private"
4062
+ msgstr "Può impostare la propria discussione come privata"
4063
+
4064
+ #: wpf-includes/class-forums.php:62 wpf-includes/wpf-phrases.php:841
4065
+ msgid "Can view private topic"
4066
+ msgstr "Può visualizzare discussioni private"
4067
+
4068
+ #: wpf-includes/class-forums.php:63 wpf-includes/wpf-phrases.php:770
4069
+ msgid "Can approve/unapprove content"
4070
+ msgstr "Può approvare/non approvare il contenuto"
4071
+
4072
+ #: wpf-includes/class-forums.php:64 wpf-includes/wpf-phrases.php:794
4073
+ msgid "Can set topic solved"
4074
+ msgstr "Può impostare la discussione risolta"
4075
+
4076
+ #: wpf-includes/class-forums.php:65 wpf-includes/wpf-phrases.php:795
4077
+ msgid "Can set own topic solved"
4078
+ msgstr "Può impostare la propria discussione risolta"
4079
+
4080
+ #: wpf-includes/class-forums.php:66 wpf-includes/wpf-phrases.php:763
4081
+ msgid "Can vote"
4082
+ msgstr "Può votare"
4083
+
4084
+ #: wpf-includes/class-forums.php:67 wpf-includes/wpf-phrases.php:764
4085
+ msgid "Can attach file"
4086
+ msgstr "Può allegare file"
4087
+
4088
+ #: wpf-includes/class-forums.php:68 wpf-includes/wpf-phrases.php:769
4089
+ msgid "Can view attached files"
4090
+ msgstr "Può visualizzare file allegati"
4091
+
4092
+ #: wpf-includes/class-forums.php:69 wpf-includes/wpf-phrases.php:765
4093
+ msgid "Can set topic answered"
4094
+ msgstr "È possibile impostare la risposta alla discussione"
4095
+
4096
+ #: wpf-includes/class-forums.php:70 wpf-includes/wpf-phrases.php:766
4097
+ msgid "Can set own topic answered"
4098
+ msgstr "È possibile impostare la risposta della discussione"
4099
+
4100
+ #: wpf-includes/class-forums.php:71
4101
+ msgid "Can answer own question"
4102
+ msgstr "Può rispondere alla propria domanda"
4103
+
4104
+ #: wpf-includes/class-forums.php:72 wpf-includes/wpf-phrases.php:767
4105
+ msgid "Can close topic"
4106
+ msgstr "Può chiudere la discussione"
4107
+
4108
+ #: wpf-includes/class-forums.php:73 wpf-includes/wpf-phrases.php:768
4109
+ msgid "Can move topic"
4110
+ msgstr "Può spostare discussioni"
4111
+
4112
+ #: wpf-includes/class-forums.php:74 wpf-includes/wpf-phrases.php:771
4113
+ msgid "Can create poll"
4114
+ msgstr "Può creare sondaggi"
4115
+
4116
+ #: wpf-includes/class-forums.php:75 wpf-includes/wpf-phrases.php:772
4117
+ msgid "Can vote poll"
4118
+ msgstr "Può votare il sondaggio"
4119
+
4120
+ #: wpf-includes/class-forums.php:76 wpf-includes/wpf-phrases.php:773
4121
+ msgid "Can view poll result"
4122
+ msgstr "Può vedere risultati dei sondaggi"
4123
+
4124
+ #: wpf-includes/class-forums.php:751
4125
+ msgid "Add a new Subforum"
4126
+ msgstr "Aggiungi un Subforum"
4127
+
4128
+ #: wpf-includes/class-forums.php:751
4129
+ msgid "Add a new Forum in this Category"
4130
+ msgstr "Aggiungi un nuovo Forum a questa Categoria"
4131
+
4132
+ #: wpf-includes/class-members.php:186
4133
+ msgid "<strong>ERROR</strong>: Please enter a username."
4134
+ msgstr "<strong>ERRORE</strong>: Per favore inserisci uno username"
4135
+
4136
+ #: wpf-includes/class-members.php:191
4137
+ msgid ""
4138
+ "<strong>ERROR</strong>: This username is invalid because it uses illegal "
4139
+ "characters. Please enter a valid username."
4140
+ msgstr ""
4141
+ "<strong>ERRORE</strong>: Questo username contiene caratteri non validi. Per "
4142
+ "favore scegline un altro."
4143
+
4144
+ #: wpf-includes/class-members.php:202
4145
+ msgid ""
4146
+ "<strong>ERROR</strong>: This username is already registered. Please choose "
4147
+ "another one."
4148
+ msgstr ""
4149
+ "<strong>ERRORE</strong>: Questo username è già registrato. Per favore "
4150
+ "scegline un altro."
4151
+
4152
+ #: wpf-includes/class-members.php:207
4153
+ msgid "<strong>ERROR</strong>: Sorry, that username is not allowed."
4154
+ msgstr "<strong>ERRORE</strong>: Spiacente, questo username non è consentito"
4155
+
4156
+ #: wpf-includes/class-members.php:212
4157
+ msgid "<strong>ERROR</strong>: Please type your email address."
4158
+ msgstr "<strong>ERRORE</strong>: Per favore inserisci un indirizzo email"
4159
+
4160
+ #: wpf-includes/class-members.php:217
4161
+ msgid "<strong>ERROR</strong>: The email address isn&#8217;t correct."
4162
+ msgstr "<strong>ERRORE</strong>: L'indirizzo email non è corretto."
4163
+
4164
+ #: wpf-includes/class-members.php:223
4165
+ msgid ""
4166
+ "<strong>ERROR</strong>: This email is already registered, please choose "
4167
+ "another one."
4168
+ msgstr ""
4169
+ "<strong>ERRORE</strong>: questo indirizzo email è già registrato, per favore "
4170
+ "scegline un altro"
4171
+
4172
+ #: wpf-includes/class-members.php:1897
4173
+ msgid "What should be done with wpForo content owned by this user?"
4174
+ msgstr ""
4175
+ "Cosa si dovrebbe fare con i contenuti di wpForo di proprietà di questo "
4176
+ "utente?"
4177
+
4178
+ #: wpf-includes/class-members.php:1899
4179
+ msgid "What should be done with wpForo content owned by these users?"
4180
+ msgstr ""
4181
+ "Cosa si dovrebbe fare con i contenuti di wpForo di proprietà di questi "
4182
+ "utenti?"
4183
+
4184
+ #: wpf-includes/class-members.php:1903
4185
+ msgid "Delete all wpForo content."
4186
+ msgstr "Elimina tutto il contenuto di wpForo."
4187
+
4188
+ #: wpf-includes/class-members.php:1905
4189
+ msgid "Attribute all content to:"
4190
+ msgstr "Attribuire tutto il contenuto a:"
4191
+
4192
+ #: wpf-includes/class-moderation.php:173
4193
+ msgid ""
4194
+ "Probably spam file attachments have been detected by wpForo Spam Control. "
4195
+ "Please moderate suspected files in Forums &gt; Tools &gt; Antispam Tab."
4196
+ msgstr ""
4197
+ "Probabilmente gli allegati di file spam sono stati rilevati da wpForo Spam "
4198
+ "Control. Si prega di moderare i file sospetti nella schede Forums &gt; Tools "
4199
+ "&gt; Antispam."
4200
+
4201
+ #: wpf-includes/class-notices.php:123 wpf-includes/wpf-phrases.php:255
4202
+ msgid "Dismiss this notice."
4203
+ msgstr "Ignora questa notifica"
4204
+
4205
+ #: wpf-includes/class-notices.php:167
4206
+ msgid "New Addons for Your Forum!"
4207
+ msgstr "Nuovi componenti aggiuntivi per il tuo forum!"
4208
+
4209
+ #: wpf-includes/class-notices.php:167
4210
+ msgid "Extend your forum with wpForo addons"
4211
+ msgstr "Amplia il tuo forum con i componenti aggiuntivi di wpForo"
4212
+
4213
+ #: wpf-includes/class-notices.php:180
4214
+ msgid "View all Addons"
4215
+ msgstr "Visualizza tutti i Componenti Aggiuntivi"
4216
+
4217
+ #: wpf-includes/class-phrases.php:196 wpf-includes/wpf-phrases.php:193
4218
+ msgid " Forum"
4219
+ msgstr "Forum"
4220
+
4221
+ #: wpf-includes/class-phrases.php:197 wpf-includes/wpf-phrases.php:192
4222
+ msgid " Discussion Board"
4223
+ msgstr "Forum di discussione"
4224
+
4225
+ #: wpf-includes/class-posts.php:63
4226
+ msgid "You are not permitted to view this attachment"
4227
+ msgstr "Non hai il permesso di vedere questo allegato"
4228
+
4229
+ #: wpf-includes/class-subscribes.php:30
4230
+ msgid "Please confirm subscription to [entry_title]"
4231
+ msgstr "Conferma l'iscrizione a [entry_title]"
4232
+
4233
+ #: wpf-includes/class-subscribes.php:31
4234
+ msgid ""
4235
+ "Hello [member_name]!<br>\n"
4236
+ " Thank you for subscribing.<br>\n"
4237
+ " This is an automated response.<br>\n"
4238
+ " We are glad to inform you that after confirmation you will get updates from "
4239
+ "- [entry_title].<br>\n"
4240
+ " Please click on link below to complete this step.<br>\n"
4241
+ " [confirm_link]"
4242
+ msgstr ""
4243
+ "Ciao [member_name]!<br>\n"
4244
+ " Grazie per esserti iscritto.<br>\n"
4245
+ " Questa è una risposta automatica.<br>\n"
4246
+ " Siamo lieti di informarti che dopo la conferma riceverai aggiornamenti da - "
4247
+ "[entry_title].<br>\n"
4248
+ " Fare clic sul collegamento seguente per completare questo passaggio.<br>\n"
4249
+ " [confirm_link]"
4250
+
4251
+ #: wpf-includes/class-subscribes.php:32
4252
+ msgid "New Topic"
4253
+ msgstr "Nuova discussione"
4254
+
4255
+ #: wpf-includes/class-subscribes.php:33
4256
+ msgid ""
4257
+ "Hello [member_name]!<br>\n"
4258
+ " New topic has been created on your subscribed forum - [forum].\n"
4259
+ " <br><br>\n"
4260
+ " <strong>[topic_title]</strong>\n"
4261
+ " <blockquote>\n"
4262
+ " [topic_desc]\n"
4263
+ " </blockquote>\n"
4264
+ " <br><hr>\n"
4265
+ " If you want to unsubscribe from this forum please use the link below.<br>\n"
4266
+ " [unsubscribe_link]"
4267
+ msgstr ""
4268
+ "Ciao [member_name]!<br>\n"
4269
+ " Nuova discussione è stato creato sul tuo forum sottoscritto - [forum].\n"
4270
+ " <br><br>\n"
4271
+ " <strong>[topic_title]</strong>\n"
4272
+ " <blockquote>\n"
4273
+ " [topic_desc]\n"
4274
+ " </blockquote>\n"
4275
+ " <br><hr>\n"
4276
+ " Se si desidera annullare l'iscrizione a questo forum, utilizzare il "
4277
+ "collegamento seguente.<br>\n"
4278
+ " [unsubscribe_link]"
4279
+
4280
+ #: wpf-includes/class-subscribes.php:34 wpf-includes/wpf-phrases.php:1069
4281
+ msgid "New Reply"
4282
+ msgstr "Nuova Risposta"
4283
+
4284
+ #: wpf-includes/class-subscribes.php:35
4285
+ msgid ""
4286
+ "Hello [member_name]!<br>\n"
4287
+ " New reply has been posted on your subscribed topic - [topic].\n"
4288
+ " <br><br>\n"
4289
+ " <strong>[reply_title]</strong>\n"
4290
+ " <blockquote >\n"
4291
+ " [reply_desc]\n"
4292
+ " </blockquote>\n"
4293
+ " <br><hr>\n"
4294
+ " If you want to unsubscribe from this topic please use the link below.<br>\n"
4295
+ " [unsubscribe_link]"
4296
+ msgstr ""
4297
+ "Ciao [member_name]!<br>\n"
4298
+ " È stata pubblicata una nuova risposta nella discussione sottoscritta - "
4299
+ "[topic].\n"
4300
+ " <br><br>\n"
4301
+ " <strong>[reply_title]</strong>\n"
4302
+ " <blockquote>\n"
4303
+ " [reply_desc]\n"
4304
+ " </blockquote>\n"
4305
+ " <br><hr>\n"
4306
+ " Se si desidera annullare l'iscrizione a questo argomento, utilizzare il "
4307
+ "collegamento seguente. <br>\n"
4308
+ " [unsubscribe_link]"
4309
+
4310
+ #: wpf-includes/class-subscribes.php:36
4311
+ msgid "Forum Post Report"
4312
+ msgstr "Segnalazione post forum"
4313
+
4314
+ #: wpf-includes/class-subscribes.php:37
4315
+ msgid ""
4316
+ "<strong>Report details:</strong>\n"
4317
+ " Reporter: [reporter], <br>\n"
4318
+ " Message: [message],<br>\n"
4319
+ " <br>\n"
4320
+ " [post_url]"
4321
+ msgstr ""
4322
+ "<strong>Dettagli segnalazione:</strong>\n"
4323
+ " Segnalatore: [reporter], <br>\n"
4324
+ " Messaggio: [messaggio], <br>\n"
4325
+ "  <br>\n"
4326
+ "  [post_url]"
4327
+
4328
+ #: wpf-includes/class-subscribes.php:39
4329
+ msgid "[blogname] New User Registration"
4330
+ msgstr "[blogname] Nuovo utente registrato"
4331
+
4332
+ #: wpf-includes/class-subscribes.php:40
4333
+ msgid ""
4334
+ "New user registration on your site [blogname]:\n"
4335
+ "\n"
4336
+ "Username: [user_login]\n"
4337
+ "\n"
4338
+ "Email: [user_email]\n"
4339
+ msgstr ""
4340
+ "Registrazione di un nuovo utente sul tuo sito [blogname]:\n"
4341
+ "\n"
4342
+ "Nome utente: [user_login]\n"
4343
+ "\n"
4344
+ "Email: [user_email]\n"
4345
+
4346
+ #: wpf-includes/class-subscribes.php:42
4347
+ msgid "[blogname] Your username and password info"
4348
+ msgstr "[blogname] La tua Username e password"
4349
+
4350
+ #: wpf-includes/class-subscribes.php:43
4351
+ msgid ""
4352
+ "Username: [user_login]\n"
4353
+ "\n"
4354
+ "To set your password, visit the following address:\n"
4355
+ "\n"
4356
+ "[set_password_url]\n"
4357
+ "\n"
4358
+ msgstr ""
4359
+ "Nome utente: [user_login]\n"
4360
+ "\n"
4361
+ "Per impostare la password, visitare il seguente indirizzo:\n"
4362
+ "\n"
4363
+ "[set_password_url]"
4364
+
4365
+ #: wpf-includes/class-subscribes.php:44
4366
+ msgid ""
4367
+ "Hello! <br>\n"
4368
+ "\n"
4369
+ " You asked us to reset your password for your account using the email "
4370
+ "address [user_login]. <br>\n"
4371
+ "\n"
4372
+ " If this was a mistake, or you didn't ask for a password reset, just ignore "
4373
+ "this email and nothing will happen. <br>\n"
4374
+ "\n"
4375
+ " To reset your password, visit the following address: <br>\n"
4376
+ "\n"
4377
+ " [reset_password_url] <br>\n"
4378
+ "\n"
4379
+ " Thanks!"
4380
+ msgstr ""
4381
+ "Ciao! <br>\n"
4382
+ "\n"
4383
+ " Ci hai chiesto di reimpostare la password per il tuo account utilizzando "
4384
+ "l'indirizzo e-mail [user_login]. <br>\n"
4385
+ "\n"
4386
+ " Se questo è stato un errore o non hai richiesto la reimpostazione della "
4387
+ "password, ignora questa e-mail e non accadrà nulla. <br>\n"
4388
+ "\n"
4389
+ " Per reimpostare la password, visitare il seguente indirizzo: <br>\n"
4390
+ "\n"
4391
+ " [reset_password_url] <br>\n"
4392
+ "\n"
4393
+ " Grazie!"
4394
+
4395
+ #: wpf-includes/class-subscribes.php:48
4396
+ msgid "You have been mentioned in forum post"
4397
+ msgstr "Sei stato menzionato nel post del forum"
4398
+
4399
+ #: wpf-includes/class-subscribes.php:49
4400
+ msgid ""
4401
+ "Hi [mentioned-user-name]! <br>\n"
4402
+ "\n"
4403
+ " You have been mentioned in a post on \"[topic-title]\" by [author-user-name]"
4404
+ ".<br/><br/>\n"
4405
+ "\n"
4406
+ " Post URL: [post-url]"
4407
+ msgstr ""
4408
+ "Ciao [mentioned-user-name]! <br>\n"
4409
+ "\n"
4410
+ " Sei stato menzionato in un post su \"[topic-title]\" da [author-user-name]."
4411
+ "<br/> <br/>\n"
4412
+ "\n"
4413
+ " URL post: [post-url]"
4414
+
4415
+ #: wpf-includes/class-template.php:158
4416
+ msgid "Insert link"
4417
+ msgstr "Inserisci link"
4418
+
4419
+ #: wpf-includes/class-template.php:159
4420
+ msgid "Link Text"
4421
+ msgstr "Testo Link"
4422
+
4423
+ #: wpf-includes/class-template.php:160
4424
+ msgid "Open link in a new tab"
4425
+ msgstr "apri il link in una nuova finestra"
4426
+
4427
+ #: wpf-includes/class-template.php:161
4428
+ msgid "Insert Spoiler"
4429
+ msgstr "Inserisci Spoiler"
4430
+
4431
+ #: wpf-includes/class-template.php:162
4432
+ msgid "Spoiler"
4433
+ msgstr "Spoiler"
4434
+
4435
+ #: wpf-includes/class-template.php:1780 wpf-includes/wpf-phrases.php:513
4436
+ msgid "Theme file not readable"
4437
+ msgstr "File del tema non leggibile"
4438
+
4439
+ #: wpf-includes/class-usergroups.php:61
4440
+ msgid "Front - Can pass moderation"
4441
+ msgstr "Sito - può passare la moderazione"
4442
+
4443
+ #: wpf-includes/class-usergroups.php:62
4444
+ msgid "Front - Can view statistic"
4445
+ msgstr "Sito - Può vedere statistiche"
4446
+
4447
+ #: wpf-includes/class-usergroups.php:63 wpf-includes/wpf-phrases.php:729
4448
+ msgid "Front - Can view members"
4449
+ msgstr "Sito - può visualizzare membri"
4450
+
4451
+ #: wpf-includes/class-usergroups.php:64 wpf-includes/wpf-phrases.php:730
4452
+ msgid "Front - Can view profiles"
4453
+ msgstr "Sito - può visualizzare profili"
4454
+
4455
+ #: wpf-includes/class-usergroups.php:65
4456
+ msgid "Front - Can view member activity"
4457
+ msgstr "Sito - può visualizzare attività membri"
4458
+
4459
+ #: wpf-includes/class-usergroups.php:66
4460
+ msgid "Front - Can view member subscriptions"
4461
+ msgstr "Sito - può visualizzare iscrizioni membri"
4462
+
4463
+ #: wpf-includes/class-usergroups.php:68 wpf-includes/wpf-phrases.php:731
4464
+ msgid "Front - Can upload avatar"
4465
+ msgstr "Sito - può eseguire l'upload avatar"
4466
+
4467
+ #: wpf-includes/class-usergroups.php:69
4468
+ msgid "Front - Can have signaturee"
4469
+ msgstr "Sito - può avere la firma"
4470
+
4471
+ #: wpf-includes/class-usergroups.php:70 wpf-includes/wpf-phrases.php:733
4472
+ msgid "Front - Can view avatars"
4473
+ msgstr "Sito - può visuallizzare avatar"
4474
+
4475
+ #: wpf-includes/class-usergroups.php:73 wpf-includes/wpf-phrases.php:735
4476
+ msgid "Front - Can view member email"
4477
+ msgstr "Sito - può visualizzare email membri"
4478
+
4479
+ #: wpf-includes/class-usergroups.php:74 wpf-includes/wpf-phrases.php:736
4480
+ msgid "Front - Can view member title"
4481
+ msgstr "Sito - consente di visualizzare il titolo del membro"
4482
+
4483
+ #: wpf-includes/class-usergroups.php:75
4484
+ msgid "Front - Can view member custom title"
4485
+ msgstr "Sito - consente di visualizzare il titolo personalizzato del membro"
4486
+
4487
+ #: wpf-includes/class-usergroups.php:76 wpf-includes/wpf-phrases.php:737
4488
+ msgid "Front - Can view member reputation"
4489
+ msgstr "Sito - può visualizzare la reputazione membri"
4490
+
4491
+ #: wpf-includes/class-usergroups.php:77 wpf-includes/wpf-phrases.php:738
4492
+ msgid "Front - Can view member website"
4493
+ msgstr "Sito - può visualizzare il sito web membri"
4494
+
4495
+ #: wpf-includes/class-usergroups.php:78 wpf-includes/wpf-phrases.php:739
4496
+ msgid "Front - Can view member social networks"
4497
+ msgstr "Sito - può visualizzare i social networks membri"
4498
+
4499
+ #: wpf-includes/class-usergroups.php:79 wpf-includes/wpf-phrases.php:740
4500
+ msgid "Front - Can view member reg. date"
4501
+ msgstr "Sito - può visualizzare la data di registrazione membri"
4502
+
4503
+ #: wpf-includes/class-usergroups.php:80 wpf-includes/wpf-phrases.php:741
4504
+ msgid "Front - Can view member location"
4505
+ msgstr "Sito - può visualizzare la località membri"
4506
+
4507
+ #: wpf-includes/class-usergroups.php:81 wpf-includes/wpf-phrases.php:742
4508
+ msgid "Front - Can view member occupation"
4509
+ msgstr "Sito - può visualizzare l'occupazione membri"
4510
+
4511
+ #: wpf-includes/class-usergroups.php:82 wpf-includes/wpf-phrases.php:743
4512
+ msgid "Front - Can view member signature"
4513
+ msgstr "Sito - può visualizzare la firma membri"
4514
+
4515
+ #: wpf-includes/class-usergroups.php:83 wpf-includes/wpf-phrases.php:744
4516
+ msgid "Front - Can view member about me"
4517
+ msgstr "Sito - può visualizzare la biografia membri"
4518
+
4519
+ #: wpf-includes/class-usergroups.php:84 wpf-includes/wpf-phrases.php:745
4520
+ msgid "Front - Can write PM"
4521
+ msgstr "Sito - può scrivere messaggi privati"
4522
+
4523
+ #: wpf-includes/class-usergroups.php:85
4524
+ msgid "Front - Can access to attachments"
4525
+ msgstr "Sito - Può accedere agli allegati"
4526
+
4527
+ #: wpf-includes/functions-installation.php:303
4528
+ msgid "Main Category"
4529
+ msgstr "Categoria Principale"
4530
+
4531
+ #: wpf-includes/functions-installation.php:303
4532
+ msgid "This is a simple category / section"
4533
+ msgstr "Questa è una semplice categoria / sezione"
4534
+
4535
+ #: wpf-includes/functions-installation.php:304
4536
+ msgid "Main Forum"
4537
+ msgstr "Forum principale"
4538
+
4539
+ #: wpf-includes/functions-installation.php:304
4540
+ msgid "This is a simple parent forum"
4541
+ msgstr "Questo è un semplice forum genitore"
4542
+
4543
+ #: wpf-includes/functions-installation.php:714
4544
+ msgid "Start Profile Synchronization"
4545
+ msgstr "Esegui sincronizzazione profili"
4546
+
4547
+ #: wpf-includes/functions-installation.php:714
4548
+ msgid "Continue Synchronization"
4549
+ msgstr "Continua la sincronizzazione"
4550
+
4551
+ #: wpf-includes/functions-installation.php:717
4552
+ msgid ""
4553
+ "This process may take a few seconds or dozens of minutes, please be patient "
4554
+ "and don't close this page."
4555
+ msgstr ""
4556
+ "Questo processo potrebbe richiedere alcuni secondi o dozzine di minuti, per "
4557
+ "favore sii paziente e non chiudere questa pagina."
4558
+
4559
+ #: wpf-includes/functions-installation.php:718
4560
+ #: wpf-includes/functions-installation.php:729
4561
+ msgid ""
4562
+ "You can permanently disable this message in Dashboard > Forums > Features "
4563
+ "admin page."
4564
+ msgstr ""
4565
+ "Puoi disabilitare permanentemente questo messaggio nella Dashboard > Forum > "
4566
+ "Funzionalità pagina di amministrazione."
4567
+
4568
+ #: wpf-includes/functions-installation.php:720
4569
+ msgid "wpForo Forum Installation | "
4570
+ msgstr "Installazione del forum wpForo |"
4571
+
4572
+ #: wpf-includes/functions-installation.php:721
4573
+ msgid ""
4574
+ "Forum users' profile data are not synchronized yet, this step is required! "
4575
+ "Please click the button below to complete installation."
4576
+ msgstr ""
4577
+ "I dati del profilo degli utenti del forum non sono ancora sincronizzati, "
4578
+ "questo passaggio è obbligatorio! Fare clic sul pulsante in basso per "
4579
+ "completare l'installazione."
4580
+
4581
+ #: wpf-includes/functions-installation.php:728
4582
+ msgid ""
4583
+ "This process may take a few seconds or dozens of minutes, please be patient "
4584
+ "and don't close this page. Database backup is not required. If you got 500 "
4585
+ "Server Error please don't worry, the data updating process is still working "
4586
+ "in MySQL server."
4587
+ msgstr ""
4588
+ "Questo processo potrebbe richiedere alcuni secondi o dozzine di minuti, per "
4589
+ "favore sii paziente e non chiudere questa pagina. Non è richiesto il backup "
4590
+ "del database. Se hai 500 Server Error non ti preoccupare, il processo di "
4591
+ "aggiornamento dei dati funziona ancora nel server MySQL."
4592
+
4593
+ #: wpf-includes/functions-installation.php:731
4594
+ msgid "wpForo Database Update Problem - Action Required!"
4595
+ msgstr "Problema di aggiornamento del database wpForo - Azione richiesta!"
4596
+
4597
+ #: wpf-includes/functions-installation.php:732
4598
+ msgid ""
4599
+ "Forum database is not updated properly. Please click the button below for "
4600
+ "further instruction."
4601
+ msgstr ""
4602
+ "Il database del forum non è aggiornato correttamente. Fare clic sul pulsante "
4603
+ "in basso per ulteriori istruzioni."
4604
+
4605
+ #: wpf-includes/functions-template.php:7
4606
+ msgid "wpForo Menu"
4607
+ msgstr "Menu wpForo"
4608
+
4609
+ #: wpf-includes/functions-template.php:161 wpf-includes/wpf-phrases.php:596
4610
+ msgid "wpForo Sidebar"
4611
+ msgstr "Sidebar wpForo"
4612
+
4613
+ #: wpf-includes/functions-template.php:162 wpf-includes/wpf-phrases.php:377
4614
+ msgid ""
4615
+ "NOTE: If you're going to add widgets in this sidebar, please use 'Full "
4616
+ "Width' template for wpForo index page to avoid sidebar duplication."
4617
+ msgstr ""
4618
+ "NOTA: se si aggiungono widget in questa barra laterale, utilizzare il "
4619
+ "modello \"Larghezza intera\" per la pagina dell'indice wpForo per evitare la "
4620
+ "duplicazione della barra laterale."
4621
+
4622
+ #: wpf-includes/functions-template.php:184
4623
+ #: wpf-includes/functions-template.php:276 wpf-includes/wpf-phrases.php:376
4624
+ msgid "My Profile"
4625
+ msgstr "Profilo"
4626
+
4627
+ #: wpf-includes/functions-template.php:185
4628
+ #: wpf-includes/functions-template.php:204
4629
+ #: wpf-includes/functions-template.php:277 wpf-includes/wpf-phrases.php:1062
4630
+ msgid "Join Us!"
4631
+ msgstr "Unisciti a noi!"
4632
+
4633
+ #: wpf-includes/functions-template.php:286
4634
+ msgid "Title for Users"
4635
+ msgstr "Titolo per gli utenti"
4636
+
4637
+ #: wpf-includes/functions-template.php:290
4638
+ msgid "Title for Guests"
4639
+ msgstr "Titolo per i visitatori"
4640
+
4641
+ #: wpf-includes/functions-template.php:294
4642
+ msgid "Hide avatar"
4643
+ msgstr "Nascondi avatar"
4644
+
4645
+ #: wpf-includes/functions-template.php:298
4646
+ msgid "Hide user name"
4647
+ msgstr "Nascondi nomi utenti"
4648
+
4649
+ #: wpf-includes/functions-template.php:302
4650
+ msgid "Hide notification bell"
4651
+ msgstr "Nascondi campana notifiche"
4652
+
4653
+ #: wpf-includes/functions-template.php:306
4654
+ msgid "Hide user data"
4655
+ msgstr "Nascondi i dati dell'utente"
4656
+
4657
+ #: wpf-includes/functions-template.php:310
4658
+ msgid "Hide buttons"
4659
+ msgstr "Nascondi pulsanti"
4660
+
4661
+ #: wpf-includes/functions-template.php:314
4662
+ msgid "Hide this widget for guests"
4663
+ msgstr "Nascondi questo widget per gli ospiti"
4664
+
4665
+ #: wpf-includes/functions-template.php:469
4666
+ msgid "User Groups"
4667
+ msgstr "Gruppi utenti"
4668
+
4669
+ #: wpf-includes/functions-template.php:475
4670
+ #: wpf-includes/functions-template.php:638
4671
+ #: wpf-includes/functions-template.php:891
4672
+ #: wpf-includes/functions-template.php:1022 wpf-includes/wpf-phrases.php:396
4673
+ msgid "Number of Items"
4674
+ msgstr "Numero di articoli"
4675
+
4676
+ #: wpf-includes/functions-template.php:481 wpf-includes/wpf-phrases.php:256
4677
+ msgid "Display Avatars"
4678
+ msgstr "Visualizza Avatar"
4679
+
4680
+ #: wpf-includes/functions-template.php:521
4681
+ #: wpf-includes/functions-template.php:696
4682
+ msgid "Created Date"
4683
+ msgstr "Data creazione"
4684
+
4685
+ #: wpf-includes/functions-template.php:522
4686
+ #: wpf-includes/functions-template.php:697
4687
+ msgid "Modified Date"
4688
+ msgstr "Data modifica"
4689
+
4690
+ #: wpf-includes/functions-template.php:523
4691
+ msgid "Posts Count"
4692
+ msgstr "Conteggio post"
4693
+
4694
+ #: wpf-includes/functions-template.php:524
4695
+ msgid "Views Count"
4696
+ msgstr "Conteggio visualizzazioni"
4697
+
4698
+ #: wpf-includes/functions-template.php:527
4699
+ #: wpf-includes/functions-template.php:700
4700
+ msgid "DESC"
4701
+ msgstr "DISC"
4702
+
4703
+ #: wpf-includes/functions-template.php:528
4704
+ #: wpf-includes/functions-template.php:701
4705
+ msgid "ASC"
4706
+ msgstr "ASC"
4707
+
4708
+ #: wpf-includes/functions-template.php:614
4709
+ #: wpf-includes/functions-template.php:862
4710
+ msgid "Filter by forums"
4711
+ msgstr "Filtra per Forum"
4712
+
4713
+ #: wpf-includes/functions-template.php:621
4714
+ #: wpf-includes/functions-template.php:869
4715
+ msgid "Autofilter by current forum"
4716
+ msgstr "Filtro automatico dal forum corrente"
4717
+
4718
+ #: wpf-includes/functions-template.php:625
4719
+ #: wpf-includes/functions-template.php:873
4720
+ msgid "Order by"
4721
+ msgstr "Ordina per"
4722
+
4723
+ #: wpf-includes/functions-template.php:643
4724
+ msgid "Display with avatars"
4725
+ msgstr "Visualizza con Avatar"
4726
+
4727
+ #: wpf-includes/functions-template.php:648
4728
+ msgid "Refer topics to first unread post"
4729
+ msgstr "Riferisci le discussioni al primo post non letto"
4730
+
4731
+ #: wpf-includes/functions-template.php:886
4732
+ msgid "Limit Per Topic"
4733
+ msgstr "Limite per discussioni"
4734
+
4735
+ #: wpf-includes/functions-template.php:888
4736
+ msgid "set 0 to remove this limit"
4737
+ msgstr "impostare 0 per rimuovere questo limite"
4738
+
4739
+ #: wpf-includes/functions-template.php:897 wpf-includes/wpf-phrases.php:258
4740
+ msgid "Display with Avatars"
4741
+ msgstr "Visualizza con Avatar"
4742
+
4743
+ #: wpf-includes/functions-template.php:902
4744
+ msgid "Display Only Unread Posts"
4745
+ msgstr "Visualizza solo post non letti"
4746
+
4747
+ #: wpf-includes/functions-template.php:907
4748
+ msgid "Display [new] indicator"
4749
+ msgstr "Visualizza l'indicatore [nuovo]"
4750
+
4751
+ #: wpf-includes/functions-template.php:1017
4752
+ msgid "Topic Counts"
4753
+ msgstr "Conteggio discussioni"
4754
+
4755
+ #: wpf-includes/functions.php:471 wpf-includes/functions.php:787
4756
+ #: wpf-includes/wpf-phrases.php:236
4757
+ msgid "Bulk Actions"
4758
+ msgstr "Azioni in blocco"
4759
+
4760
+ #: wpf-includes/functions.php:476 wpf-includes/functions.php:898
4761
+ #: wpf-includes/wpf-phrases.php:222
4762
+ msgid "Apply"
4763
+ msgstr "Applica"
4764
+
4765
+ #: wpf-includes/functions.php:485 wpf-includes/wpf-phrases.php:486
4766
+ msgid "Show all forums"
4767
+ msgstr "Mostra tutti i forum"
4768
+
4769
+ #: wpf-includes/functions.php:555
4770
+ msgid "filter by user"
4771
+ msgstr "Filtra per utente"
4772
+
4773
+ #: wpf-includes/functions.php:575 wpf-includes/functions.php:795
4774
+ #: wpf-includes/wpf-phrases.php:571
4775
+ msgid "item"
4776
+ msgstr "elemento"
4777
+
4778
+ #: wpf-includes/functions.php:608 wpf-includes/functions.php:628
4779
+ #: wpf-includes/wpf-phrases.php:470
4780
+ msgid "Select All"
4781
+ msgstr "Seleziona tutto"
4782
+
4783
+ #: wpf-includes/functions.php:694 wpf-includes/wpf-phrases.php:569
4784
+ msgid "edit user"
4785
+ msgstr "modifica utente"
4786
+
4787
+ #: wpf-includes/functions.php:698 wpf-includes/wpf-phrases.php:568
4788
+ msgid "edit profile"
4789
+ msgstr "modifica profilo"
4790
+
4791
+ #: wpf-includes/functions.php:705
4792
+ msgid "unban user"
4793
+ msgstr "togli ban all'utente"
4794
+
4795
+ #: wpf-includes/functions.php:705
4796
+ msgid "ban user"
4797
+ msgstr "banna utente"
4798
+
4799
+ #: wpf-includes/functions.php:705
4800
+ msgid "Are you sure, you want to unban this user?"
4801
+ msgstr "Sei sicuro di voler riattivare questo utente?"
4802
+
4803
+ #: wpf-includes/functions.php:705
4804
+ msgid "Are you sure, you want to ban this user?"
4805
+ msgstr "Sei sicuro di voler bannare questo utente?"
4806
+
4807
+ #: wpf-includes/functions.php:710 wpf-includes/functions.php:720
4808
+ #: wpf-includes/wpf-phrases.php:253
4809
+ msgid "Delete this item"
4810
+ msgstr "Cancella questo elemento"
4811
+
4812
+ #: wpf-includes/functions.php:715
4813
+ msgid "unapprove this item"
4814
+ msgstr "disapprova questo elemento"
4815
+
4816
+ #: wpf-includes/functions.php:715
4817
+ msgid "Approve this item"
4818
+ msgstr "Approva questo elemento"
4819
+
4820
+ #: wpf-includes/functions.php:715 wpf-includes/wpf-phrases.php:871
4821
+ msgid "unapprove"
4822
+ msgstr "disapprova"
4823
+
4824
+ #: wpf-includes/functions.php:715 wpf-includes/wpf-phrases.php:870
4825
+ msgid "approve"
4826
+ msgstr "approva"
4827
+
4828
+ #: wpf-includes/functions.php:737 wpf-includes/functions.php:738
4829
+ #: wpf-includes/wpf-phrases.php:590
4830
+ msgid "view"
4831
+ msgstr "Vedi"
4832
+
4833
+ #: wpf-includes/functions.php:762
4834
+ msgid "Topic"
4835
+ msgstr "Discussione"
4836
+
4837
+ #: wpf-includes/functions.php:762
4838
+ msgid "Post"
4839
+ msgstr "Post"
4840
+
4841
+ #: wpf-includes/functions.php:779 wpf-includes/wpf-phrases.php:386
4842
+ msgid "No items found"
4843
+ msgstr "Nessun elemento trovato"
4844
+
4845
+ #: wpf-includes/functions.php:897 wpf-includes/wpf-phrases.php:327
4846
+ msgid "Items"
4847
+ msgstr "elementi"
4848
+
4849
+ #: wpf-includes/functions.php:1345
4850
+ #, php-format
4851
+ msgid "Could not write file %s"
4852
+ msgstr "Impossibile scrivere il file %s"
4853
+
4854
+ #: wpf-includes/integration/buddypress.php:34
4855
+ msgid "Search Forums..."
4856
+ msgstr "Cerca nei forum"
4857
+
4858
+ #: wpf-includes/integration/buddypress.php:78 wpf-includes/wpf-phrases.php:974
4859
+ msgid "Topics Started"
4860
+ msgstr "Discussioni iniziate"
4861
+
4862
+ #: wpf-includes/integration/buddypress.php:89 wpf-includes/wpf-phrases.php:975
4863
+ msgid "Replies Created"
4864
+ msgstr "Risposte create"
4865
+
4866
+ #: wpf-includes/integration/buddypress.php:100 wpf-includes/wpf-phrases.php:976
4867
+ msgid "Liked Posts"
4868
+ msgstr "Post apprezzati"
4869
+
4870
+ #: wpf-includes/integration/buddypress.php:112 wpf-includes/wpf-phrases.php:504
4871
+ msgid "Subscriptions"
4872
+ msgstr "Iscrizioni"
4873
+
4874
+ #: wpf-includes/integration/buddypress.php:531 wpf-includes/wpf-phrases.php:119
4875
+ msgid "Topic reply"
4876
+ msgstr "Risposta alla discussione"
4877
+
4878
+ #: wpf-includes/integration/buddypress.php:534 wpf-includes/wpf-phrases.php:118
4879
+ #, php-format
4880
+ msgid "You have %d new replies"
4881
+ msgstr "Hai %d nuove risposte"
4882
+
4883
+ #: wpf-includes/integration/buddypress.php:538
4884
+ #, php-format
4885
+ msgid "You have %d new reply to %2$s from %3$s"
4886
+ msgstr "Hai %d nuove risposte su %2$s da %3$s"
4887
+
4888
+ #: wpf-includes/integration/buddypress.php:540 wpf-includes/wpf-phrases.php:116
4889
+ #, php-format
4890
+ msgid "You have %d new reply to %s"
4891
+ msgstr "Hai %d nuove risposte a %s"
4892
+
4893
+ #: wpf-includes/integration/buddypress.php:699 wpf-includes/wpf-phrases.php:115
4894
+ msgid "Are you sure you wanted to do that?"
4895
+ msgstr "Sei sicuro di volerlo fare?"
4896
+
4897
+ #: wpf-includes/integration/buddypress.php:703 wpf-includes/wpf-phrases.php:114
4898
+ msgid "You do not have permission to mark notifications for that user."
4899
+ msgstr "Non sei autorizzato a contrassegnare le notifiche per quell'utente."
4900
+
4901
+ #: wpf-includes/integration/ultimate-member.php:63
4902
+ #: wpf-includes/integration/ultimate-member.php:413
4903
+ msgid "User leaves a reply to wpForo topic"
4904
+ msgstr "L'utente lascia una risposta all'argomento wpForo"
4905
+
4906
+ #: wpf-includes/integration/ultimate-member.php:65
4907
+ #: wpf-includes/integration/ultimate-member.php:415
4908
+ msgid "When a member replies to one of my forum topics"
4909
+ msgstr "Quando un membro risponde a una delle discussioni del mio forum"
4910
+
4911
+ #: wpf-includes/integration/ultimate-member.php:68
4912
+ #: wpf-includes/integration/ultimate-member.php:418
4913
+ msgid "User replied to wpForo post"
4914
+ msgstr "L'utente ha risposto al post di wpForo"
4915
+
4916
+ #: wpf-includes/integration/ultimate-member.php:70
4917
+ #: wpf-includes/integration/ultimate-member.php:420
4918
+ msgid "When a member replies to one of my post in forum topics"
4919
+ msgstr ""
4920
+ "Quando un membro risponde a uno dei miei post nelle discussioni del forum"
4921
+
4922
+ #: wpf-includes/integration/ultimate-member.php:414
4923
+ msgid ""
4924
+ "<strong>{member}</strong> has <strong>replied</strong> to a topic you "
4925
+ "started on the forum."
4926
+ msgstr ""
4927
+ "<strong>{member}</strong> ha <strong>risposto</strong> a una discussione che "
4928
+ "hai iniziato sul forum."
4929
+
4930
+ #: wpf-includes/integration/ultimate-member.php:419
4931
+ msgid ""
4932
+ "<strong>{member}</strong> has <strong>replied</strong> to your post on the "
4933
+ "forum."
4934
+ msgstr ""
4935
+ "<strong>{member}</strong> ha <strong>risposto</strong> al tuo post sul forum."
4936
+
4937
+ #: wpf-includes/wpf-hooks.php:20 wpf-includes/wpf-phrases.php:322
4938
+ msgid ""
4939
+ "IMPORTANT! Uninstall is not a simple deactivation action. This action will "
4940
+ "permanently remove all forum data (forums, topics, replies, attachments...) "
4941
+ "from database. Please backup database before this action, you may need this "
4942
+ "forum data in future. If you are sure that you want to delete all forum data "
4943
+ "please confirm. If not, just cancel it, then you can deactivate this plugin, "
4944
+ "that will not remove forum data."
4945
+ msgstr ""
4946
+ "IMPORTANTE! La disinstallazione non è una semplice azione di disattivazione. "
4947
+ "Questa azione rimuoverà permanentemente tutti i dati del forum (forum, "
4948
+ "discussioni, risposte, allegati ...) dal database. Si prega di eseguire il "
4949
+ "backup del database prima di questa azione, in futuro potrebbero essere "
4950
+ "necessari questi dati del forum. Se sei sicuro di voler eliminare tutti i "
4951
+ "dati del forum, conferma. In caso contrario, basta annullarlo, quindi è "
4952
+ "possibile disattivare questo plugin, che non rimuoverà i dati del forum."
4953
+
4954
+ #: wpf-includes/wpf-hooks.php:20
4955
+ msgid "Uninstall"
4956
+ msgstr "Disinstalla"
4957
+
4958
+ #: wpf-includes/wpf-hooks.php:1332
4959
+ msgid "Clear"
4960
+ msgstr "Cancella"
4961
+
4962
+ #: wpf-includes/wpf-hooks.php:1332
4963
+ msgid "Select Color"
4964
+ msgstr "Seleziona colore"
4965
+
4966
+ #: wpf-includes/wpf-hooks.php:1337 wpf-includes/wpf-phrases.php:183
4967
+ msgid "Move"
4968
+ msgstr "Sposta"
4969
+
4970
+ #: wpf-includes/wpf-hooks.php:1344
4971
+ msgid "Please choose one reasons before sending a feedback!"
4972
+ msgstr "Scegli uno dei motivi prima di inviare un feedback!"
4973
+
4974
+ #: wpf-includes/wpf-hooks.php:1346
4975
+ msgid ""
4976
+ "With the email address, please check the \"I agree to receive email\" "
4977
+ "checkbox to proceed."
4978
+ msgstr ""
4979
+ "Con l'indirizzo e-mail, selezionare la casella di controllo \"Accetto di "
4980
+ "ricevere e-mail\" per procedere."
4981
+
4982
+ #: wpf-includes/wpf-hooks.php:1347
4983
+ msgid "Please fill your email address for feedback"
4984
+ msgstr "Si prega di inserire il proprio indirizzo e-mail per il feedback"
4985
+
4986
+ #: wpf-includes/wpf-hooks.php:1348
4987
+ msgid "Your email address is not valid"
4988
+ msgstr "La tua email non è valida"
4989
+
4990
+ #: wpf-includes/wpf-hooks.php:1406
4991
+ msgid ""
4992
+ "IMPORTANT: wpForo can't work with default permalink, please change permalink "
4993
+ "structure"
4994
+ msgstr ""
4995
+ "IMPORTANTE: wpForo non può funzionare con il permalink predefinito, si prega "
4996
+ "di cambiare la struttura del permalink"
4997
+
4998
+ #: wpf-includes/wpf-hooks.php:1442
4999
+ msgid "Forum Profile Fields - wpForo"
5000
+ msgstr "Campi del profilo del forum - wpForo"
5001
+
5002
+ #: wpf-includes/wpf-hooks.php:1450
5003
+ msgid "Forum - Usergroup"
5004
+ msgstr "Forum - Gruppi utenti"
5005
+
5006
+ #: wpf-includes/wpf-hooks.php:1455
5007
+ #, php-format
5008
+ msgid ""
5009
+ "Forum Usergroups are synched with User Roles based on the %s. When you "
5010
+ "change this user Role the Usergroup is automatically changed according to "
5011
+ "that table."
5012
+ msgstr ""
5013
+ "I gruppi utenti del forum vengono sincronizzati con i ruoli utente in base a "
5014
+ "%s. Quando si modifica questo ruolo utente, il gruppo utenti viene "
5015
+ "automaticamente modificato in base a tale tabella."
5016
+
5017
+ #: wpf-includes/wpf-hooks.php:1462
5018
+ msgid "Synced with user role"
5019
+ msgstr "Sincronizzato con il ruolo dell'utente"
5020
+
5021
+ #: wpf-includes/wpf-hooks.php:1466
5022
+ msgid "Role-Usergroup Synchronization is Turned ON!"
5023
+ msgstr "La sincronizzazione dei ruoli gruppo utenti è attivata!"
5024
+
5025
+ #: wpf-includes/wpf-hooks.php:1467
5026
+ msgid ""
5027
+ "This user Usergroup is automatically changed according to current Role. If "
5028
+ "you want to disable Role-Usergroup synchronization and manage Usergroups and "
5029
+ "User Roles independently, please navigate to <b>Forums > Settings > "
5030
+ "Features</b> admin page and disable \"Role-Usergroup Synchronization\" "
5031
+ "option."
5032
+ msgstr ""
5033
+ "Questo gruppo utenti viene automaticamente modificato in base al ruolo "
5034
+ "corrente. Se si desidera disabilitare la sincronizzazione ruolo-gruppo "
5035
+ "utenti e gestire gruppi utenti e ruoli utente in modo indipendente, accedere "
5036
+ "alla pagina di amministrazione <b> Forum> Impostazioni> Funzionalità </b> e "
5037
+ "disabilitare l'opzione \"Sincronizzazione gruppo ruoli-utente\"."
5038
+
5039
+ #: wpf-includes/wpf-hooks.php:1478
5040
+ msgid "Forum - Secondary Usergroups"
5041
+ msgstr "Forum - Gruppi utenti secondari"
5042
+
5043
+ #: wpf-includes/wpf-hooks.php:1500
5044
+ msgid "Forum - User Timezone"
5045
+ msgstr "Fuso Orario Forum"
5046
+
5047
+ #: wpf-includes/wpf-hooks.php:1511
5048
+ msgid "User Reputation"
5049
+ msgstr "Reputazione dell'utente"
5050
+
5051
+ #: wpf-includes/wpf-hooks.php:1512
5052
+ msgid ""
5053
+ "By default all members get rating badges and titles based on number of posts."
5054
+ " However, using this option you can grant lower or higher rating to certain "
5055
+ "user (this user). The default member reputation badges, titles and points "
5056
+ "can be managed in Forums > Settings > Members Tab."
5057
+ msgstr ""
5058
+ "Per impostazione predefinita, tutti i membri ottengono badge e titoli in "
5059
+ "base al numero di post. Tuttavia, utilizzando questa opzione è possibile "
5060
+ "concedere una valutazione inferiore o superiore a un determinato utente "
5061
+ "(questo utente). I badge, i titoli e i punti predefiniti della reputazione "
5062
+ "dei membri possono essere gestiti in Forum > Impostazioni > Scheda Membri."
5063
+
5064
+ #: wpf-includes/wpf-hooks.php:1516
5065
+ msgid "Default Rating"
5066
+ msgstr "Valutazione di default"
5067
+
5068
+ #: wpf-includes/wpf-hooks.php:1517
5069
+ msgid "Custom Rating"
5070
+ msgstr "Valutazione personalizzata"
5071
+
5072
+ #: wpf-includes/wpf-hooks.php:1524 wpf-includes/wpf-phrases.php:863
5073
+ msgid "Rating Title"
5074
+ msgstr "Nome rating"
5075
+
5076
+ #: wpf-includes/wpf-hooks.php:1525 wpf-includes/wpf-phrases.php:430
5077
+ msgid "Rating Badge"
5078
+ msgstr "Badge valutazione"
5079
+
5080
+ #: wpf-includes/wpf-hooks.php:1934 wpf-includes/wpf-hooks.php:2034
5081
+ msgid "Please Moderate: "
5082
+ msgstr "Si prega di moderare:"
5083
+
5084
+ #: wpf-includes/wpf-hooks.php:1935
5085
+ msgid ""
5086
+ "This topic is currently unapproved. You can approve topics in Dashboard "
5087
+ "&raquo; Forums &raquo; Moderation admin page."
5088
+ msgstr ""
5089
+ "Questa discussione non è attualmente approvata. Puoi approvare discussioni "
5090
+ "nella pagina Dashboard &raquo; Forums &raquo; Moderazione."
5091
+
5092
+ #: wpf-includes/wpf-hooks.php:2035
5093
+ msgid ""
5094
+ "This post is currently unapproved. You can approve posts in Dashboard &raquo;"
5095
+ " Forums &raquo; Moderation admin page."
5096
+ msgstr ""
5097
+ "Questo post non è attualmente approvato. Puoi approvare i post nella pagina "
5098
+ "Dashboard &raquo; Forums &raquo; Moderazione."
5099
+
5100
+ #: wpf-includes/wpf-hooks.php:2547 wpf-includes/wpf-hooks.php:2569
5101
+ msgid "New Forum"
5102
+ msgstr "Nuovo Forum"
5103
+
5104
+ #: wpf-includes/wpf-hooks.php:2549
5105
+ msgid "New User Group"
5106
+ msgstr "Nuovo gruppo"
5107
+
5108
+ #: wpf-includes/wpf-hooks.php:2551 wpf-includes/wpf-hooks.php:2597
5109
+ msgid "New Phrase"
5110
+ msgstr "Nuova traduzione"
5111
+
5112
+ #: wpf-includes/wpf-hooks.php:2563
5113
+ msgid "Forum Dashboard"
5114
+ msgstr "Dashboard Forum"
5115
+
5116
+ #: wpf-includes/wpf-hooks.php:2591
5117
+ msgid "New Usergroup"
5118
+ msgstr "Nuovo Gruppo Utenti"
5119
+
5120
+ #: wpf-includes/wpf-hooks.php:2705 wpf-includes/wpf-phrases.php:1084
5121
+ #, php-format
5122
+ msgid ""
5123
+ "IMPORTANT! The forum registration form is probably under risk of spam "
5124
+ "attacks. Please configure wpForo built-in %s antibot for registration form "
5125
+ "to avoid spam registrations. If you don't use the forum registration form or "
5126
+ "you are sure that your registration forms are secured, just click on (x) "
5127
+ "button to dismiss this message."
5128
+ msgstr ""
5129
+ "IMPORTANTE! Il modulo di registrazione al forum è probabilmente a rischio di "
5130
+ "attacchi spam. Configurare wpForo %s antibot incorporato per il modulo di "
5131
+ "registrazione per evitare registrazioni di spam. Se non si utilizza il "
5132
+ "modulo di registrazione del forum o si è sicuri che i moduli di "
5133
+ "registrazione siano protetti, fare clic sul pulsante (x) per ignorare questo "
5134
+ "messaggio."
5135
+
5136
+ #: wpf-includes/wpf-phrases.php:6
5137
+ msgid "relevance"
5138
+ msgstr "rilevanza"
5139
+
5140
+ #: wpf-includes/wpf-phrases.php:7
5141
+ msgid "Unapproved Posts"
5142
+ msgstr "Disapprova post"
5143
+
5144
+ #: wpf-includes/wpf-phrases.php:8
5145
+ msgid "Private Topics"
5146
+ msgstr "Discussioni private"
5147
+
5148
+ #: wpf-includes/wpf-phrases.php:9
5149
+ msgid "Sticky Topics"
5150
+ msgstr "Discussione in evidenza"
5151
+
5152
+ #: wpf-includes/wpf-phrases.php:10
5153
+ msgid "Closed Topics"
5154
+ msgstr "Discussione chiusa"
5155
+
5156
+ #: wpf-includes/wpf-phrases.php:11
5157
+ msgid "Unsolved Topics"
5158
+ msgstr "Discussioni non risolte"
5159
+
5160
+ #: wpf-includes/wpf-phrases.php:12
5161
+ msgid "Solved Topics"
5162
+ msgstr "Discussione risolta"
5163
+
5164
+ #: wpf-includes/wpf-phrases.php:13
5165
+ msgid "Not Replied Topics"
5166
+ msgstr "Nessuna risposta nella discussione"
5167
+
5168
+ #: wpf-includes/wpf-phrases.php:14
5169
+ msgid "Reset Fields"
5170
+ msgstr "Resetta campi"
5171
+
5172
+ #: wpf-includes/wpf-phrases.php:15
5173
+ msgid "Load More Topics"
5174
+ msgstr "Carica altre discussioni"
5175
+
5176
+ #: wpf-includes/wpf-phrases.php:18
5177
+ msgid "Resolved"
5178
+ msgstr "Risolto"
5179
+
5180
+ #: wpf-includes/wpf-phrases.php:19
5181
+ msgid "Popular"
5182
+ msgstr "Popolare"
5183
+
5184
+ #: wpf-includes/wpf-phrases.php:20
5185
+ msgid "No forum found in this category"
5186
+ msgstr "Nessun forum trovato in questa categoria"
5187
+
5188
+ #: wpf-includes/wpf-phrases.php:21
5189
+ msgid "Threads"
5190
+ msgstr "Discussioni"
5191
+
5192
+ #: wpf-includes/wpf-phrases.php:22
5193
+ #, php-format
5194
+ msgid "show %d more comments"
5195
+ msgstr "mostra %d altri commenti"
5196
+
5197
+ #: wpf-includes/wpf-phrases.php:23
5198
+ msgid "expand to show all comments on this post"
5199
+ msgstr "espandi per mostrare tutti i commenti su questo post"
5200
+
5201
+ #: wpf-includes/wpf-phrases.php:24
5202
+ msgid "Topic are private, please register or login for further information"
5203
+ msgstr ""
5204
+ "La discussione è privata, registrati o accedi per ulteriori informazioni"
5205
+
5206
+ #: wpf-includes/wpf-phrases.php:25
5207
+ msgid ""
5208
+ "You don't have permissions to see this page, please register or login for "
5209
+ "further information"
5210
+ msgstr ""
5211
+ "Non hai i permessi per vedere questa pagina, registrati o accedi per "
5212
+ "ulteriori informazioni"
5213
+
5214
+ #: wpf-includes/wpf-phrases.php:26
5215
+ msgid "Invalid request."
5216
+ msgstr "Richiesta non valida."
5217
+
5218
+ #: wpf-includes/wpf-phrases.php:27
5219
+ msgid "The password has been changed"
5220
+ msgstr "La password è stata cambiata"
5221
+
5222
+ #: wpf-includes/wpf-phrases.php:28
5223
+ msgid "The password reset empty"
5224
+ msgstr "La password reimpostata è vuota"
5225
+
5226
+ #: wpf-includes/wpf-phrases.php:29
5227
+ msgid "The password reset mismatch"
5228
+ msgstr "La reimpostazione della password non corrisponde"
5229
+
5230
+ #: wpf-includes/wpf-phrases.php:30
5231
+ msgid "Email has been sent"
5232
+ msgstr "L'email è stata inviata"
5233
+
5234
+ #: wpf-includes/wpf-phrases.php:31
5235
+ msgid "The key is invalid"
5236
+ msgstr "La chiave non è valida"
5237
+
5238
+ #: wpf-includes/wpf-phrases.php:32
5239
+ msgid "The key is expired"
5240
+ msgstr "La chiave è scaduta"
5241
+
5242
+ #: wpf-includes/wpf-phrases.php:33
5243
+ msgid "Attachment"
5244
+ msgstr "Allegati"
5245
+
5246
+ #: wpf-includes/wpf-phrases.php:34
5247
+ msgid "all topics has been loaded in this list"
5248
+ msgstr "tutte le discussioni sono state caricate in questo elenco"
5249
+
5250
+ #: wpf-includes/wpf-phrases.php:35
5251
+ msgid "You don't have permission to do this action from this forum"
5252
+ msgstr "Non sei autorizzato a eseguire questa azione da questo forum"
5253
+
5254
+ #: wpf-includes/wpf-phrases.php:36
5255
+ msgid "wrong data"
5256
+ msgstr "dato errato"
5257
+
5258
+ #: wpf-includes/wpf-phrases.php:37
5259
+ msgid "You don't have permission to make two best answers for one topic"
5260
+ msgstr ""
5261
+ "Non sei autorizzato a fornire due risposte migliori per una discussione"
5262
+
5263
+ #: wpf-includes/wpf-phrases.php:38
5264
+ msgid "You don't have permission to make topic answered"
5265
+ msgstr "Non sei autorizzato a rispondere all'argomento"
5266
+
5267
+ #: wpf-includes/wpf-phrases.php:39
5268
+ msgid "topic not found"
5269
+ msgstr "discussione non trovata"
5270
+
5271
+ #: wpf-includes/wpf-phrases.php:40
5272
+ msgid "done"
5273
+ msgstr "fatto"
5274
+
5275
+ #: wpf-includes/wpf-phrases.php:41
5276
+ msgid "You don't have permission to like posts from this forum"
5277
+ msgstr "Non sei autorizzato a mettere Mi piace ai post di questo forum"
5278
+
5279
+ #: wpf-includes/wpf-phrases.php:42
5280
+ msgid "post not found"
5281
+ msgstr "post non trovato"
5282
+
5283
+ #: wpf-includes/wpf-phrases.php:43
5284
+ msgid "action error"
5285
+ msgstr "Errore azione"
5286
+
5287
+ #: wpf-includes/wpf-phrases.php:44
5288
+ msgid "About"
5289
+ msgstr "Di"
5290
+
5291
+ #: wpf-includes/wpf-phrases.php:45
5292
+ msgid "404 - Page not found"
5293
+ msgstr "404 - Pagina non trovata"
5294
+
5295
+ #: wpf-includes/wpf-phrases.php:46
5296
+ msgid "DO NOT DELETE WPFORO PAGE!!!"
5297
+ msgstr "NON ELIMINARE LA PAGINA WPFORO !!!"
5298
+
5299
+ #: wpf-includes/wpf-phrases.php:47
5300
+ msgid "Deleted"
5301
+ msgstr "Cancellato"
5302
+
5303
+ #: wpf-includes/wpf-phrases.php:48
5304
+ msgid "Settings reset successfully"
5305
+ msgstr "Configurazione resettata correttamente"
5306
+
5307
+ #: wpf-includes/wpf-phrases.php:49
5308
+ msgid "Misc options reset successfully"
5309
+ msgstr "Le varie opzioni sono state ripristinate correttamente"
5310
+
5311
+ #: wpf-includes/wpf-phrases.php:50
5312
+ msgid "Cleanup options reset successfully"
5313
+ msgstr "Le opzioni di pulizia sono state ripristinate correttamente"
5314
+
5315
+ #: wpf-includes/wpf-phrases.php:51
5316
+ msgid "Antispam options reset successfully"
5317
+ msgstr "Opzioni Antispam resettate correttamente"
5318
+
5319
+ #: wpf-includes/wpf-phrases.php:52
5320
+ msgid "Please make sure you don't have not-synched Roles in the \"User Roles"
5321
+ msgstr "Assicurati di non avere Ruoli non sincronizzati in \"Ruoli utente"
5322
+
5323
+ #: wpf-includes/wpf-phrases.php:53
5324
+ msgid "Email options reset successfully"
5325
+ msgstr "Le opzioni e-mail sono state ripristinate correttamente"
5326
+
5327
+ #: wpf-includes/wpf-phrases.php:54
5328
+ msgid "Theme options reset successfully"
5329
+ msgstr "Opzioni tema resettate correttamente"
5330
+
5331
+ #: wpf-includes/wpf-phrases.php:55
5332
+ msgid "API options reset successfully"
5333
+ msgstr "Opzioni API resettate correttamente"
5334
+
5335
+ #: wpf-includes/wpf-phrases.php:56
5336
+ msgid "API options successfully updated, but previous value not changed"
5337
+ msgstr "Opzioni API aggiornate correttamente, ma i valori non sono cambiati"
5338
+
5339
+ #: wpf-includes/wpf-phrases.php:57
5340
+ msgid "API options successfully updated"
5341
+ msgstr "Opzioni API aggiornate correttamente"
5342
+
5343
+ #: wpf-includes/wpf-phrases.php:58
5344
+ msgid "Features reset successfully"
5345
+ msgstr "Caratteristiche resettate correttamente"
5346
+
5347
+ #: wpf-includes/wpf-phrases.php:59
5348
+ msgid "Member options reset successfully"
5349
+ msgstr "Opzioni membri resettate correttamente"
5350
+
5351
+ #: wpf-includes/wpf-phrases.php:60
5352
+ msgid "Post options reset successfully"
5353
+ msgstr "Opzioni post resettate correttamente"
5354
+
5355
+ #: wpf-includes/wpf-phrases.php:61
5356
+ msgid "Forum options reset successfully"
5357
+ msgstr "Opzioni forum resettate correttamente"
5358
+
5359
+ #: wpf-includes/wpf-phrases.php:62
5360
+ msgid "General options reset successfully"
5361
+ msgstr "Opzioni generali resettati correttamente"
5362
+
5363
+ #: wpf-includes/wpf-phrases.php:63
5364
+ msgid "Please save \"Forum template slugs"
5365
+ msgstr "Si prega di salvare \"Modello slug forum"
5366
+
5367
+ #: wpf-includes/wpf-phrases.php:64
5368
+ msgid "Rebuilt Successfully!"
5369
+ msgstr "Ricostruzione con successo!"
5370
+
5371
+ #: wpf-includes/wpf-phrases.php:65
5372
+ msgid "Synched Successfully!"
5373
+ msgstr "Sincronizzato con successo!"
5374
+
5375
+ #: wpf-includes/wpf-phrases.php:66
5376
+ msgid "Sorry, this file cannot be deleted"
5377
+ msgstr "Siamo spiacenti, questo file non può essere eliminato"
5378
+
5379
+ #: wpf-includes/wpf-phrases.php:67
5380
+ #, php-format
5381
+ msgid "I have read and agree to %s privacy policy."
5382
+ msgstr "Ho letto e accetto l'informativa sulla privacy di %s."
5383
+
5384
+ #: wpf-includes/wpf-phrases.php:68
5385
+ msgid "All "
5386
+ msgstr "Tutti"
5387
+
5388
+ #: wpf-includes/wpf-phrases.php:69
5389
+ msgid "Reply by"
5390
+ msgstr "Risposta di"
5391
+
5392
+ #: wpf-includes/wpf-phrases.php:70
5393
+ msgid "Topic Author"
5394
+ msgstr "Autore discussione"
5395
+
5396
+ #: wpf-includes/wpf-phrases.php:71
5397
+ msgid "Reply to"
5398
+ msgstr "Rispondi a"
5399
+
5400
+ #: wpf-includes/wpf-phrases.php:72
5401
+ #, php-format
5402
+ msgid "Last reply by %s"
5403
+ msgstr "Ultima risposta di %s"
5404
+
5405
+ #: wpf-includes/wpf-phrases.php:73
5406
+ #, php-format
5407
+ msgid "Created by %s"
5408
+ msgstr "Creato da %s"
5409
+
5410
+ #: wpf-includes/wpf-phrases.php:74
5411
+ #, php-format
5412
+ msgid "%s posted a new topic %s"
5413
+ msgstr "%s postata nuova discussione %s"
5414
+
5415
+ #: wpf-includes/wpf-phrases.php:75
5416
+ msgid "Repeat new password"
5417
+ msgstr "Riscrivi nuova password"
5418
+
5419
+ #: wpf-includes/wpf-phrases.php:76
5420
+ msgid "Status changing error"
5421
+ msgstr "Errore di modifica dello stato"
5422
+
5423
+ #: wpf-includes/wpf-phrases.php:77
5424
+ msgid "Topic splitting error"
5425
+ msgstr "Errore di suddivisione della discussione"
5426
+
5427
+ #: wpf-includes/wpf-phrases.php:78
5428
+ msgid "Please select at least one post to split"
5429
+ msgstr "Seleziona almeno un post da dividere"
5430
+
5431
+ #: wpf-includes/wpf-phrases.php:79
5432
+ msgid "Please insert required fields"
5433
+ msgstr "Si prega di inserire i campi richiesti"
5434
+
5435
+ #: wpf-includes/wpf-phrases.php:80
5436
+ msgid "Please select a target forum"
5437
+ msgstr "Seleziona un forum di destinazione"
5438
+
5439
+ #: wpf-includes/wpf-phrases.php:81
5440
+ msgid "Data merging error"
5441
+ msgstr "Errore di fusione dei dati"
5442
+
5443
+ #: wpf-includes/wpf-phrases.php:82
5444
+ msgid "You don't have permission to delete topic from this forum."
5445
+ msgstr "Non sei autorizzato a cancellare la discussione da questo forum."
5446
+
5447
+ #: wpf-includes/wpf-phrases.php:83
5448
+ msgid "Cancel"
5449
+ msgstr "Cancella"
5450
+
5451
+ #: wpf-includes/wpf-phrases.php:84
5452
+ msgid "Write here . . ."
5453
+ msgstr "Scrivere qui . . ."
5454
+
5455
+ #: wpf-includes/wpf-phrases.php:85
5456
+ msgid "Select Forum"
5457
+ msgstr "Seleziona forum"
5458
+
5459
+ #: wpf-includes/wpf-phrases.php:86
5460
+ msgid "error: Change Status action"
5461
+ msgstr "errore: Modifica stato"
5462
+
5463
+ #: wpf-includes/wpf-phrases.php:87
5464
+ msgid "Function wpforo_thread_reply() not found."
5465
+ msgstr "Funzione wpforo_thread_reply () non trovata."
5466
+
5467
+ #: wpf-includes/wpf-phrases.php:88
5468
+ msgid "You are posting too quickly. Slow down."
5469
+ msgstr "Stai postando troppo velocemente. Rallenta."
5470
+
5471
+ #: wpf-includes/wpf-phrases.php:89
5472
+ msgid "Email confirm error"
5473
+ msgstr "Errore email di conferma"
5474
+
5475
+ #: wpf-includes/wpf-phrases.php:90
5476
+ msgid "Email has been confirmed"
5477
+ msgstr "L'email è stata confermata"
5478
+
5479
+ #: wpf-includes/wpf-phrases.php:91
5480
+ msgid "User Groups Secondary"
5481
+ msgstr "Gruppi utenti secondari"
5482
+
5483
+ #: wpf-includes/wpf-phrases.php:92
5484
+ msgid "URL Address Identifier"
5485
+ msgstr "URL indirizzo identificazione"
5486
+
5487
+ #: wpf-includes/wpf-phrases.php:93
5488
+ msgid "Nickname"
5489
+ msgstr "Nome utente"
5490
+
5491
+ #: wpf-includes/wpf-phrases.php:94
5492
+ msgid "User unban action error"
5493
+ msgstr "Errore di unban dell'utente"
5494
+
5495
+ #: wpf-includes/wpf-phrases.php:95
5496
+ msgid "User successfully unbanned from wpforo"
5497
+ msgstr "Utente non bannato con successo da wpforo"
5498
+
5499
+ #: wpf-includes/wpf-phrases.php:96
5500
+ msgid "User ban action error"
5501
+ msgstr "Errore ban utenti"
5502
+
5503
+ #: wpf-includes/wpf-phrases.php:97
5504
+ msgid "User successfully banned from wpforo"
5505
+ msgstr "Utente bannato con successo da wpforo"
5506
+
5507
+ #: wpf-includes/wpf-phrases.php:98
5508
+ msgid "You can't make yourself banned user"
5509
+ msgstr "Non puoi farti vietare all'utente"
5510
+
5511
+ #: wpf-includes/wpf-phrases.php:99
5512
+ msgid "Password successfully changed"
5513
+ msgstr "Password modificata correttamente"
5514
+
5515
+ #: wpf-includes/wpf-phrases.php:100
5516
+ msgid "Userid is wrong"
5517
+ msgstr "Id utente sbagliato"
5518
+
5519
+ #: wpf-includes/wpf-phrases.php:101
5520
+ #, php-format
5521
+ msgid "Avatar image is too big maximum allowed size is %s"
5522
+ msgstr ""
5523
+ "L'immagine dell'avatar è troppo grande La dimensione massima consentita è %s"
5524
+
5525
+ #: wpf-includes/wpf-phrases.php:102
5526
+ msgid "This nickname is already registered. Please insert another."
5527
+ msgstr "Questo nome utente è già registrato. Si prega di inserire un altro."
5528
+
5529
+ #: wpf-includes/wpf-phrases.php:103
5530
+ #, php-format
5531
+ msgid "Password length must be between %d characters and %d characters."
5532
+ msgstr ""
5533
+ "La lunghezza della password deve essere compresa tra %d caratteri e %d "
5534
+ "caratteri."
5535
+
5536
+ #: wpf-includes/wpf-phrases.php:104
5537
+ msgid ""
5538
+ "ERROR: invalid_username. Sorry, that username is not allowed. Please insert "
5539
+ "another."
5540
+ msgstr ""
5541
+ "ERRORE: invalid_username. Spiacenti, questo nome utente non è consentito. Si "
5542
+ "prega di inserire un altro."
5543
+
5544
+ #: wpf-includes/wpf-phrases.php:105
5545
+ msgid "Specify avatar by URL:"
5546
+ msgstr "Specifica url avatar:"
5547
+
5548
+ #: wpf-includes/wpf-phrases.php:106
5549
+ msgid "Are you sure you want to delete this file?"
5550
+ msgstr "Sei sicuro di voler eliminare questo file?"
5551
+
5552
+ #: wpf-includes/wpf-phrases.php:108
5553
+ msgid "Google reCAPTCHA data are not submitted"
5554
+ msgstr "I dati di Google reCAPTCHA non vengono inviati"
5555
+
5556
+ #: wpf-includes/wpf-phrases.php:109
5557
+ msgid "I allow to create an account and send confirmation email."
5558
+ msgstr "Acconsento a creare un account e inviare e-mail di conferma."
5559
+
5560
+ #: wpf-includes/wpf-phrases.php:110
5561
+ msgid "Leave a comment"
5562
+ msgstr "Lascia un commento"
5563
+
5564
+ #: wpf-includes/wpf-phrases.php:111
5565
+ msgid "Reply with quote"
5566
+ msgstr "Rispondi citando"
5567
+
5568
+ #: wpf-includes/wpf-phrases.php:112
5569
+ msgid ""
5570
+ "The note text and the label of this checkbox can be managed in Forums > "
5571
+ "Phrases admin page. Search the label phrase, click on edit button and change "
5572
+ "it."
5573
+ msgstr ""
5574
+ "Il testo della nota e l'etichetta di questa casella di controllo possono "
5575
+ "essere gestiti nella pagina Forum > Traduzioni. Cerca la frase "
5576
+ "dell'etichetta, fai clic sul pulsante Modifica e modificalo."
5577
+
5578
+ #: wpf-includes/wpf-phrases.php:113
5579
+ msgid "Do you really want to reset options?"
5580
+ msgstr "Vuoi davvero ripristinare le opzioni?"
5581
+
5582
+ #: wpf-includes/wpf-phrases.php:120 wpf-includes/wpf-phrases.php:1014
5583
+ msgid "This topic doesn't exist or you don't have permissions to see that."
5584
+ msgstr "Questa discussione non esiste o non hai i permessi per vederlo."
5585
+
5586
+ #: wpf-includes/wpf-phrases.php:121
5587
+ msgid "topics and posts"
5588
+ msgstr "discussioni e post"
5589
+
5590
+ #: wpf-includes/wpf-phrases.php:122
5591
+ msgid "Subscription Manager"
5592
+ msgstr "Gestore iscrizioni"
5593
+
5594
+ #: wpf-includes/wpf-phrases.php:123
5595
+ msgid "Subscribe to all new topics"
5596
+ msgstr "Iscriviti a tutte le nuove discussioni"
5597
+
5598
+ #: wpf-includes/wpf-phrases.php:124
5599
+ msgid "Subscribe to all new topics and posts"
5600
+ msgstr "Iscriviti a tutte le nuove discussioni e post"
5601
+
5602
+ #: wpf-includes/wpf-phrases.php:125
5603
+ msgid "Update Subscriptions"
5604
+ msgstr "Aggiorna iscrizioni"
5605
+
5606
+ #: wpf-includes/wpf-phrases.php:126
5607
+ msgid "Share to OK"
5608
+ msgstr "Condividi su OK"
5609
+
5610
+ #: wpf-includes/wpf-phrases.php:127
5611
+ msgid "Share to VK"
5612
+ msgstr "Condividi su VK"
5613
+
5614
+ #: wpf-includes/wpf-phrases.php:128
5615
+ msgid "Share to WhatsApp"
5616
+ msgstr "Condividi su WhatsApp"
5617
+
5618
+ #: wpf-includes/wpf-phrases.php:129
5619
+ msgid "Share to LinkedIn"
5620
+ msgstr "Condividi su LinkedIn"
5621
+
5622
+ #: wpf-includes/wpf-phrases.php:130
5623
+ msgid "Share to Google+"
5624
+ msgstr "Condividi su Google+"
5625
+
5626
+ #: wpf-includes/wpf-phrases.php:131
5627
+ msgid "Tweet"
5628
+ msgstr "Tweet"
5629
+
5630
+ #: wpf-includes/wpf-phrases.php:132
5631
+ msgid "Tweet this post"
5632
+ msgstr "Tweetta questo post"
5633
+
5634
+ #: wpf-includes/wpf-phrases.php:133
5635
+ msgid "Share to Facebook"
5636
+ msgstr "Condividi su Facebook"
5637
+
5638
+ #: wpf-includes/wpf-phrases.php:134
5639
+ msgid "Facebook Login Information"
5640
+ msgstr "Informazioni login Facebook"
5641
+
5642
+ #: wpf-includes/wpf-phrases.php:135
5643
+ msgid ""
5644
+ "I allow to create an account based on my Facebook public profile information "
5645
+ "and send confirmation email."
5646
+ msgstr ""
5647
+ "Acconsento a creare un account basato sulle informazioni del mio profilo "
5648
+ "pubblico di Facebook e inviare e-mail di conferma."
5649
+
5650
+ #: wpf-includes/wpf-phrases.php:136 wpf-includes/wpf-phrases.php:934
5651
+ #, php-format
5652
+ msgid ""
5653
+ "When you login first time using Facebook Login button, we collect your "
5654
+ "account %s information shared by Facebook, based on your privacy settings. "
5655
+ "We also get your email address to automatically create a forum account for "
5656
+ "you. Once your account is created, you'll be logged-in to this account and "
5657
+ "you'll receive a confirmation email."
5658
+ msgstr ""
5659
+ "Quando accedi per la prima volta utilizzando il pulsante Accedi di Facebook, "
5660
+ "raccogliamo le informazioni del tuo account %s condivise da Facebook, in "
5661
+ "base alle tue impostazioni sulla privacy. Riceviamo anche il tuo indirizzo e-"
5662
+ "mail per creare automaticamente un account forum per te. Una volta creato il "
5663
+ "tuo account, accedi a questo account e riceverai un'email di conferma."
5664
+
5665
+ #: wpf-includes/wpf-phrases.php:137
5666
+ msgid "Share this post"
5667
+ msgstr "Condividi questo post"
5668
+
5669
+ #: wpf-includes/wpf-phrases.php:138
5670
+ msgid "Share"
5671
+ msgstr "Condividi"
5672
+
5673
+ #: wpf-includes/wpf-phrases.php:139
5674
+ msgid "Share:"
5675
+ msgstr "Condividi:"
5676
+
5677
+ #: wpf-includes/wpf-phrases.php:140
5678
+ msgid "Contact the forum administrator"
5679
+ msgstr "Contatta l'amministratore del forum"
5680
+
5681
+ #: wpf-includes/wpf-phrases.php:141
5682
+ msgid "Contact Us"
5683
+ msgstr "Contattaci"
5684
+
5685
+ #: wpf-includes/wpf-phrases.php:142
5686
+ msgid "I agree to receive an email confirmation with a link to set a password."
5687
+ msgstr ""
5688
+ "Accetto di ricevere un'e-mail di conferma con un link per impostare una "
5689
+ "password."
5690
+
5691
+ #: wpf-includes/wpf-phrases.php:143
5692
+ msgid "and"
5693
+ msgstr "e"
5694
+
5695
+ #: wpf-includes/wpf-phrases.php:144
5696
+ msgid "Privacy Policy"
5697
+ msgstr "Privacy Policy"
5698
+
5699
+ #: wpf-includes/wpf-phrases.php:145
5700
+ msgid "Terms"
5701
+ msgstr "Condizioni"
5702
+
5703
+ #: wpf-includes/wpf-phrases.php:146
5704
+ #, php-format
5705
+ msgid ""
5706
+ "I have read and agree to %s privacy policy. For more information, please "
5707
+ "check our privacy policy, where you'll get more info on where, how and why "
5708
+ "we store your data."
5709
+ msgstr ""
5710
+ "Ho letto e accetto l'informativa sulla privacy di %s. Per ulteriori "
5711
+ "informazioni, consulta la nostra politica sulla privacy, dove troverai "
5712
+ "maggiori informazioni su dove, come e perché archiviamo i tuoi dati."
5713
+
5714
+ #: wpf-includes/wpf-phrases.php:147
5715
+ msgid "I have read and agree to the"
5716
+ msgstr "Ho letto e accetto la"
5717
+
5718
+ #: wpf-includes/wpf-phrases.php:148
5719
+ msgid "the website"
5720
+ msgstr "il sito web"
5721
+
5722
+ #: wpf-includes/wpf-phrases.php:149
5723
+ msgid "I do not agree to these rules. Take me away from here."
5724
+ msgstr "Non accetto queste regole. Portami via da qui."
5725
+
5726
+ #: wpf-includes/wpf-phrases.php:150
5727
+ msgid "I agree to these rules"
5728
+ msgstr "Accetto queste regole"
5729
+
5730
+ #: wpf-includes/wpf-phrases.php:151
5731
+ msgid "Click to open forum rules below"
5732
+ msgstr "Fai clic per aprire le regole del forum di seguito"
5733
+
5734
+ #: wpf-includes/wpf-phrases.php:152
5735
+ #, php-format
5736
+ msgid "I have read and agree to abide by the %s."
5737
+ msgstr "Ho letto e accetto di rispettare %s."
5738
+
5739
+ #: wpf-includes/wpf-phrases.php:153
5740
+ msgid "forum rules"
5741
+ msgstr "regole Forum"
5742
+
5743
+ #: wpf-includes/wpf-phrases.php:154
5744
+ msgid "I do not agree. Take me away from here."
5745
+ msgstr "Non sono d'accordo. Portami via da qui."
5746
+
5747
+ #: wpf-includes/wpf-phrases.php:155
5748
+ msgid "I agree"
5749
+ msgstr "Sono d'accordo"
5750
+
5751
+ #: wpf-includes/wpf-phrases.php:156
5752
+ msgid "Click to open forum privacy policy below"
5753
+ msgstr "Fare clic per aprire l'informativa sulla privacy del forum di seguito"
5754
+
5755
+ #: wpf-includes/wpf-phrases.php:157
5756
+ #, php-format
5757
+ msgid "I have read and agree to the %s."
5758
+ msgstr "Ho letto e accetto le %s."
5759
+
5760
+ #: wpf-includes/wpf-phrases.php:158
5761
+ msgid "forum privacy policy"
5762
+ msgstr "politica sulla privacy del forum"
5763
+
5764
+ #: wpf-includes/wpf-phrases.php:159
5765
+ msgid "Read more about Facebook public_profile properties."
5766
+ msgstr "Ulteriori informazioni sulle proprietà di Facebook public_profile."
5767
+
5768
+ #: wpf-includes/wpf-phrases.php:160
5769
+ msgid "Please contact to forum administrator to edit it."
5770
+ msgstr "Si prega di contattare l'amministratore del forum per modificarlo."
5771
+
5772
+ #: wpf-includes/wpf-phrases.php:161
5773
+ msgid "Please contact to forum administrator to delete it."
5774
+ msgstr "Si prega di contattare l'amministratore del forum per eliminarlo."
5775
+
5776
+ #: wpf-includes/wpf-phrases.php:162
5777
+ msgid "The time to delete this post is expired."
5778
+ msgstr "Il tempo per eliminare questo post è scaduto."
5779
+
5780
+ #: wpf-includes/wpf-phrases.php:163
5781
+ msgid "The time to edit this post is expired."
5782
+ msgstr "Il tempo per modificare questo post è scaduto."
5783
+
5784
+ #: wpf-includes/wpf-phrases.php:164
5785
+ msgid "The time to delete this topic is expired."
5786
+ msgstr "Il tempo per eliminare questa discussione è scaduto."
5787
+
5788
+ #: wpf-includes/wpf-phrases.php:165
5789
+ msgid "The time to edit this topic is expired"
5790
+ msgstr "Il tempo per modificare questa discussione è scaduto."
5791
+
5792
+ #: wpf-includes/wpf-phrases.php:166 wpf-includes/wpf-phrases.php:901
5793
+ msgid ""
5794
+ "Enter your email address or username and we'll send you a link you can use "
5795
+ "to pick a new password."
5796
+ msgstr ""
5797
+ "Inserisci il tuo indirizzo email o nome utente e ti invieremo un link che "
5798
+ "puoi utilizzare per scegliere una nuova password."
5799
+
5800
+ #: wpf-includes/wpf-phrases.php:167 wpf-includes/wpf-phrases.php:898
5801
+ msgid "ERROR: Can't connect to Google reCAPTCHA API"
5802
+ msgstr "ERRORE: impossibile connettersi all'API reCAPTCHA di Google"
5803
+
5804
+ #: wpf-includes/wpf-phrases.php:168
5805
+ msgid "Your topic successfully added and awaiting moderation"
5806
+ msgstr ""
5807
+ "La tua discussione è stato aggiunto correttamente e in attesa di moderazione"
5808
+
5809
+ #: wpf-includes/wpf-phrases.php:169
5810
+ msgid "Your email"
5811
+ msgstr "La tua email"
5812
+
5813
+ #: wpf-includes/wpf-phrases.php:170
5814
+ msgid "Author Email"
5815
+ msgstr "Email autore"
5816
+
5817
+ #: wpf-includes/wpf-phrases.php:171
5818
+ msgid "Your name"
5819
+ msgstr "Il tuo nome"
5820
+
5821
+ #: wpf-includes/wpf-phrases.php:172
5822
+ msgid "Author Name"
5823
+ msgstr "Nome autore"
5824
+
5825
+ #: wpf-includes/wpf-phrases.php:173
5826
+ msgid "View entire topic"
5827
+ msgstr "Visualizza l'intera discussione"
5828
+
5829
+ #: wpf-includes/wpf-phrases.php:174
5830
+ msgid ""
5831
+ "After registration you will receive an email confirmation with a link to set "
5832
+ "a new password"
5833
+ msgstr ""
5834
+ "Dopo la registrazione riceverai un'e-mail di conferma con un link per "
5835
+ "impostare una nuova password"
5836
+
5837
+ #: wpf-includes/wpf-phrases.php:175
5838
+ msgid "Recently Added"
5839
+ msgstr "Aggiunto recentemente"
5840
+
5841
+ #: wpf-includes/wpf-phrases.php:176 wpf-includes/wpf-phrases.php:711
5842
+ msgid "You don't have permission to edit post from this forum"
5843
+ msgstr "Non hai il permesso di modificare post in questo forum"
5844
+
5845
+ #: wpf-includes/wpf-phrases.php:177 wpf-includes/wpf-phrases.php:710
5846
+ msgid "You don't have permission to delete topic from this forum"
5847
+ msgstr "Non hai il permesso di cancellare discussioni da questo forum"
5848
+
5849
+ #: wpf-includes/wpf-phrases.php:178 wpf-includes/wpf-phrases.php:709
5850
+ msgid "You don't have permission to delete post from this forum"
5851
+ msgstr "Non hai il permesso di cancellare post da questo forum"
5852
+
5853
+ #: wpf-includes/wpf-phrases.php:179 wpf-includes/wpf-phrases.php:708
5854
+ msgid "You don't have permission to create topic into this forum"
5855
+ msgstr "Non hai il permesso di creare discussioni in questo forum"
5856
+
5857
+ #: wpf-includes/wpf-phrases.php:180 wpf-includes/wpf-phrases.php:707
5858
+ msgid "You don't have permission to create post in this forum"
5859
+ msgstr "Non hai il permesso di creare post in questo forum"
5860
+
5861
+ #: wpf-includes/wpf-phrases.php:181
5862
+ msgid "Username length must be between 3 characters and 15 characters."
5863
+ msgstr ""
5864
+ "La lunghezza del nome utente deve essere compresa tra 3 e 15 caratteri."
5865
+
5866
+ #: wpf-includes/wpf-phrases.php:182 wpf-includes/wpf-phrases.php:539
5867
+ msgid ""
5868
+ "Usergroup has been successfully deleted. All users of this usergroup have "
5869
+ "been moved to the usergroup you've chosen"
5870
+ msgstr ""
5871
+ "Il gruppo utenti è stato eliminato con successo. Tutti gli utenti di questo "
5872
+ "gruppo di utenti sono stati spostati nel gruppo di utenti che hai scelto"
5873
+
5874
+ #: wpf-includes/wpf-phrases.php:184
5875
+ msgid "Length must be between 3 characters and 15 characters."
5876
+ msgstr "La lunghezza deve essere compresa tra 3 e 15 caratteri."
5877
+
5878
+ #: wpf-includes/wpf-phrases.php:185 wpf-includes/wpf-phrases.php:620
5879
+ msgid "Can't write a post: This topic is closed"
5880
+ msgstr "Non puoi scrivere un post: questa discussione è chiusa"
5881
+
5882
+ #: wpf-includes/wpf-phrases.php:186 wpf-includes/wpf-phrases.php:619
5883
+ msgid "Can't subscribe to this item"
5884
+ msgstr "Non è possibile sottoscrivere questo elemento"
5885
+
5886
+ #: wpf-includes/wpf-phrases.php:187 wpf-includes/wpf-phrases.php:618
5887
+ msgid "Can't send report email"
5888
+ msgstr "Non può inviare email di segnalazione"
5889
+
5890
+ #: wpf-includes/wpf-phrases.php:188 wpf-includes/wpf-phrases.php:617
5891
+ msgid "Can't send confirmation email"
5892
+ msgstr "Non può inviare l'e-mail di conferma"
5893
+
5894
+ #: wpf-includes/wpf-phrases.php:189 wpf-includes/wpf-phrases.php:616
5895
+ msgid "Can't delete this Usergroup"
5896
+ msgstr "Non può eliminare gruppi utenti"
5897
+
5898
+ #: wpf-includes/wpf-phrases.php:190 wpf-includes/wpf-phrases.php:615
5899
+ msgid "Can't add new language"
5900
+ msgstr "Non può aggiungere traduzioni"
5901
+
5902
+ #: wpf-includes/wpf-phrases.php:191 wpf-includes/wpf-phrases.php:614
5903
+ msgid "Can't add forum"
5904
+ msgstr "Non può aggiungere forum"
5905
+
5906
+ #: wpf-includes/wpf-phrases.php:194
5907
+ #, php-format
5908
+ msgid "%s and %s liked"
5909
+ msgstr "%s e %s hanno apprezzato"
5910
+
5911
+ #: wpf-includes/wpf-phrases.php:195
5912
+ #, php-format
5913
+ msgid "%s liked"
5914
+ msgstr "%s hanno apprezzato"
5915
+
5916
+ #: wpf-includes/wpf-phrases.php:196
5917
+ #, php-format
5918
+ msgid "%s, %s and %s liked"
5919
+ msgstr "%s, %s e %s hanno apprezzato"
5920
+
5921
+ #: wpf-includes/wpf-phrases.php:197
5922
+ #, php-format
5923
+ msgid "%s, %s, %s and %d people liked"
5924
+ msgstr "%s, %s, %s e %d persone hanno apprezzato"
5925
+
5926
+ #: wpf-includes/wpf-phrases.php:198
5927
+ msgid "AOL IM"
5928
+ msgstr "AOL IM"
5929
+
5930
+ #: wpf-includes/wpf-phrases.php:199
5931
+ msgid "About Me"
5932
+ msgstr "Su di me"
5933
+
5934
+ #: wpf-includes/wpf-phrases.php:202
5935
+ msgid "Account"
5936
+ msgstr "Account"
5937
+
5938
+ #: wpf-includes/wpf-phrases.php:205
5939
+ msgid "Activity"
5940
+ msgstr "Attività"
5941
+
5942
+ #: wpf-includes/wpf-phrases.php:209
5943
+ msgid "Add a comment"
5944
+ msgstr "aggiungi un commento"
5945
+
5946
+ #: wpf-includes/wpf-phrases.php:210
5947
+ msgid "Add topic"
5948
+ msgstr "Aggiungi discussione"
5949
+
5950
+ #: wpf-includes/wpf-phrases.php:218
5951
+ msgid "Answer"
5952
+ msgstr "Risposta"
5953
+
5954
+ #: wpf-includes/wpf-phrases.php:219
5955
+ msgid "Answer to"
5956
+ msgstr "Risposta a"
5957
+
5958
+ #: wpf-includes/wpf-phrases.php:220
5959
+ msgid "Answers"
5960
+ msgstr "Risposte"
5961
+
5962
+ #: wpf-includes/wpf-phrases.php:221
5963
+ msgid "Any Date"
5964
+ msgstr "Qualunque data"
5965
+
5966
+ #: wpf-includes/wpf-phrases.php:228
5967
+ msgid "Ascending order"
5968
+ msgstr "Ordine ascendente"
5969
+
5970
+ #: wpf-includes/wpf-phrases.php:229
5971
+ msgid "Attach file:"
5972
+ msgstr "Allega file:"
5973
+
5974
+ #: wpf-includes/wpf-phrases.php:230
5975
+ msgid "Attachments"
5976
+ msgstr "Allegati"
5977
+
5978
+ #: wpf-includes/wpf-phrases.php:231
5979
+ msgid "Attachments Size"
5980
+ msgstr "Dimensione allegati"
5981
+
5982
+ #: wpf-includes/wpf-phrases.php:233
5983
+ msgid "Avatar"
5984
+ msgstr "Avatar"
5985
+
5986
+ #: wpf-includes/wpf-phrases.php:239
5987
+ msgid "Change password"
5988
+ msgstr "Cambia password"
5989
+
5990
+ #: wpf-includes/wpf-phrases.php:240
5991
+ msgid "Choose Target Forum"
5992
+ msgstr "Scegli la destinazione dei forum"
5993
+
5994
+ #: wpf-includes/wpf-phrases.php:244
5995
+ msgid "Comments"
5996
+ msgstr "Commenti"
5997
+
5998
+ #: wpf-includes/wpf-phrases.php:245
5999
+ msgid "Confirm my subscription"
6000
+ msgstr "Conferma la mia sottoscrizione"
6001
+
6002
+ #: wpf-includes/wpf-phrases.php:251
6003
+ msgid "Date"
6004
+ msgstr "Data"
6005
+
6006
+ #: wpf-includes/wpf-phrases.php:254
6007
+ msgid "Descending order"
6008
+ msgstr "Ordine discendente"
6009
+
6010
+ #: wpf-includes/wpf-phrases.php:260
6011
+ msgid "Edited: "
6012
+ msgstr "Modificato da:"
6013
+
6014
+ #: wpf-includes/wpf-phrases.php:274
6015
+ msgid "Enter title here"
6016
+ msgstr "Inserisci titolo qui"
6017
+
6018
+ #: wpf-includes/wpf-phrases.php:276
6019
+ msgid "Extended Layout - Intro posts"
6020
+ msgstr "Layout esteso - Intro post"
6021
+
6022
+ #: wpf-includes/wpf-phrases.php:277
6023
+ msgid "Extended Layout - Intro topics"
6024
+ msgstr "Layout esteso - Intro discussioni"
6025
+
6026
+ #: wpf-includes/wpf-phrases.php:278
6027
+ msgid "Extended Layout - Number of intro posts"
6028
+ msgstr "Layout esteso - Numero di intro post"
6029
+
6030
+ #: wpf-includes/wpf-phrases.php:279
6031
+ msgid "Extended Layout - Number of intro topics"
6032
+ msgstr "Layout esteso - Numero di intro discussioni"
6033
+
6034
+ #: wpf-includes/wpf-phrases.php:280
6035
+ msgid "Facebook"
6036
+ msgstr "Facebook"
6037
+
6038
+ #: wpf-includes/wpf-phrases.php:281
6039
+ msgid "Failed to write file to disk"
6040
+ msgstr "Impossibile scrivere il file sul disco"
6041
+
6042
+ #: wpf-includes/wpf-phrases.php:283
6043
+ msgid "File upload stopped by extension"
6044
+ msgstr "Caricamento del file interrotto dall'estensione"
6045
+
6046
+ #: wpf-includes/wpf-phrases.php:284
6047
+ msgid "Find Posts by User"
6048
+ msgstr "Cerca post per utente"
6049
+
6050
+ #: wpf-includes/wpf-phrases.php:285
6051
+ msgid "Find Topics Started by User"
6052
+ msgstr "Trova discussioni iniziate dall'utente"
6053
+
6054
+ #: wpf-includes/wpf-phrases.php:286
6055
+ msgid "First post and replies"
6056
+ msgstr "Primo post e risposte"
6057
+
6058
+ #: wpf-includes/wpf-phrases.php:288
6059
+ msgid "Forum - Login"
6060
+ msgstr "Login - Forum"
6061
+
6062
+ #: wpf-includes/wpf-phrases.php:289
6063
+ msgid "Forum - Page Not Found"
6064
+ msgstr "Forum - Pagina non trovata"
6065
+
6066
+ #: wpf-includes/wpf-phrases.php:290
6067
+ msgid "Forum - Registration"
6068
+ msgstr "Forum - Registrazione"
6069
+
6070
+ #: wpf-includes/wpf-phrases.php:292
6071
+ msgid "Forum Admin Email Addresses"
6072
+ msgstr "Indirizzi email amministratori forum"
6073
+
6074
+ #: wpf-includes/wpf-phrases.php:295
6075
+ msgid "Forum Home"
6076
+ msgstr "Home forum"
6077
+
6078
+ #: wpf-includes/wpf-phrases.php:296
6079
+ msgid "Forum Language"
6080
+ msgstr "Lingua Forum"
6081
+
6082
+ #: wpf-includes/wpf-phrases.php:297
6083
+ msgid "Forum Members"
6084
+ msgstr "Utenti forum"
6085
+
6086
+ #: wpf-includes/wpf-phrases.php:300
6087
+ msgid "Forum Profile"
6088
+ msgstr "Profilo forum"
6089
+
6090
+ #: wpf-includes/wpf-phrases.php:301
6091
+ msgid "Forum RSS Feed"
6092
+ msgstr "Feed RSS forum"
6093
+
6094
+ #: wpf-includes/wpf-phrases.php:305
6095
+ msgid "Forum Statistics"
6096
+ msgstr "Statistiche Forum"
6097
+
6098
+ #: wpf-includes/wpf-phrases.php:308
6099
+ msgid "Forum is empty"
6100
+ msgstr "Forum vuoto"
6101
+
6102
+ #: wpf-includes/wpf-phrases.php:311
6103
+ msgid "From Email Address"
6104
+ msgstr "Dall'indirizzo Email "
6105
+
6106
+ #: wpf-includes/wpf-phrases.php:312
6107
+ msgid "From Name"
6108
+ msgstr "Da"
6109
+
6110
+ #: wpf-includes/wpf-phrases.php:318
6111
+ msgid "Google+"
6112
+ msgstr "Google+"
6113
+
6114
+ #: wpf-includes/wpf-phrases.php:321
6115
+ msgid "ICQ"
6116
+ msgstr "ICQ"
6117
+
6118
+ #: wpf-includes/wpf-phrases.php:325
6119
+ msgid "Insert member name or email"
6120
+ msgstr "Inserisci nome utente o email"
6121
+
6122
+ #: wpf-includes/wpf-phrases.php:328
6123
+ msgid "Joined"
6124
+ msgstr "Registrato"
6125
+
6126
+ #: wpf-includes/wpf-phrases.php:331
6127
+ msgid "Last 24 hours"
6128
+ msgstr "Ultime 24 ore"
6129
+
6130
+ #: wpf-includes/wpf-phrases.php:332
6131
+ msgid "Last 3 Months"
6132
+ msgstr "Ultimi 3 mesi"
6133
+
6134
+ #: wpf-includes/wpf-phrases.php:333
6135
+ msgid "Last 6 Months"
6136
+ msgstr "Ultimi 6 mesi"
6137
+
6138
+ #: wpf-includes/wpf-phrases.php:334
6139
+ msgid "Last Active"
6140
+ msgstr "Ultimo attivo"
6141
+
6142
+ #: wpf-includes/wpf-phrases.php:335
6143
+ msgid "Last Month"
6144
+ msgstr "Ultimo mese"
6145
+
6146
+ #: wpf-includes/wpf-phrases.php:336
6147
+ msgid "Last Post"
6148
+ msgstr "Ultimi post"
6149
+
6150
+ #: wpf-includes/wpf-phrases.php:337
6151
+ msgid "Last Post Info"
6152
+ msgstr "Ultimi post"
6153
+
6154
+ #: wpf-includes/wpf-phrases.php:338
6155
+ msgid "Last Week"
6156
+ msgstr "Scorsa settimana"
6157
+
6158
+ #: wpf-includes/wpf-phrases.php:339
6159
+ msgid "Last Year ago"
6160
+ msgstr "Lo scorso anno"
6161
+
6162
+ #: wpf-includes/wpf-phrases.php:340
6163
+ #, php-format
6164
+ msgid "Last post by %s"
6165
+ msgstr "Ultimo post da %s"
6166
+
6167
+ #: wpf-includes/wpf-phrases.php:341
6168
+ msgid "Latest Post"
6169
+ msgstr "Post recenti"
6170
+
6171
+ #: wpf-includes/wpf-phrases.php:342
6172
+ msgid "Leave a reply"
6173
+ msgstr "Lascia una risposta"
6174
+
6175
+ #: wpf-includes/wpf-phrases.php:343
6176
+ msgid "Length must be between 3 characters and 30 characters."
6177
+ msgstr "La lunghezza deve essere compresa tra 3 e 30 caratteri."
6178
+
6179
+ #: wpf-includes/wpf-phrases.php:345
6180
+ msgid "Liked"
6181
+ msgstr "Apprezzati"
6182
+
6183
+ #: wpf-includes/wpf-phrases.php:346
6184
+ msgid "Location"
6185
+ msgstr "Localizzazione"
6186
+
6187
+ #: wpf-includes/wpf-phrases.php:349
6188
+ msgid "Logout"
6189
+ msgstr "Logout"
6190
+
6191
+ #: wpf-includes/wpf-phrases.php:351
6192
+ msgid "Lost your password?"
6193
+ msgstr "Hai perso la password?"
6194
+
6195
+ #: wpf-includes/wpf-phrases.php:353
6196
+ msgid "MSN"
6197
+ msgstr "MSN"
6198
+
6199
+ #: wpf-includes/wpf-phrases.php:354
6200
+ msgid "Maximum allowed file size is"
6201
+ msgstr "Dimensione file massima"
6202
+
6203
+ #: wpf-includes/wpf-phrases.php:356
6204
+ msgid "Member Activity"
6205
+ msgstr "Attività utente"
6206
+
6207
+ #: wpf-includes/wpf-phrases.php:357
6208
+ msgid "Member Information"
6209
+ msgstr "Informazioni utente"
6210
+
6211
+ #: wpf-includes/wpf-phrases.php:358
6212
+ msgid "Member Rating"
6213
+ msgstr "Rating utente"
6214
+
6215
+ #: wpf-includes/wpf-phrases.php:359
6216
+ msgid "Member Rating Badge"
6217
+ msgstr "Badge rating utente"
6218
+
6219
+ #: wpf-includes/wpf-phrases.php:360
6220
+ msgid "Member Reputation"
6221
+ msgstr "Reputazione utente"
6222
+
6223
+ #: wpf-includes/wpf-phrases.php:363
6224
+ msgid "Member information"
6225
+ msgstr "Informazioni membro"
6226
+
6227
+ #: wpf-includes/wpf-phrases.php:367
6228
+ msgid "Members not found"
6229
+ msgstr "utenti non trovati"
6230
+
6231
+ #: wpf-includes/wpf-phrases.php:368
6232
+ msgid ""
6233
+ "You have been banned. Please contact to forum administrators for more "
6234
+ "information."
6235
+ msgstr ""
6236
+ "Sei stato bannato. Contatta l'amministratore per ulteriori informazioni."
6237
+
6238
+ #: wpf-includes/wpf-phrases.php:369
6239
+ msgid "Messages"
6240
+ msgstr "Messaggi"
6241
+
6242
+ #: wpf-includes/wpf-phrases.php:372
6243
+ msgid "Missing a temporary folder"
6244
+ msgstr "Manca una cartella temporanea"
6245
+
6246
+ #: wpf-includes/wpf-phrases.php:374
6247
+ msgid "Move Topic"
6248
+ msgstr "Sposta discussione"
6249
+
6250
+ #: wpf-includes/wpf-phrases.php:375
6251
+ msgid "Must be minimum 6 characters."
6252
+ msgstr "Deve essere di almeno 6 caratteri"
6253
+
6254
+ #: wpf-includes/wpf-phrases.php:383
6255
+ msgid "No activity found for this member."
6256
+ msgstr "Nessuna attività trovata per questo membro."
6257
+
6258
+ #: wpf-includes/wpf-phrases.php:384
6259
+ msgid "No file was uploaded"
6260
+ msgstr "Nessun file è stato caricato"
6261
+
6262
+ #: wpf-includes/wpf-phrases.php:385
6263
+ msgid "No forums were found here."
6264
+ msgstr "Nessun forum trovato qui."
6265
+
6266
+ #: wpf-includes/wpf-phrases.php:389
6267
+ msgid "No online members at the moment"
6268
+ msgstr "Nessun membro online in questo momento"
6269
+
6270
+ #: wpf-includes/wpf-phrases.php:391
6271
+ msgid "No subscriptions found for this member."
6272
+ msgstr "Nessun abbonamento trovato per questo membro."
6273
+
6274
+ #: wpf-includes/wpf-phrases.php:393
6275
+ msgid "No topics were found here"
6276
+ msgstr "Nessuna discussiona trovata qui"
6277
+
6278
+ #: wpf-includes/wpf-phrases.php:400
6279
+ msgid "Occupation"
6280
+ msgstr "Occupazione"
6281
+
6282
+ #: wpf-includes/wpf-phrases.php:401
6283
+ msgid "Offline"
6284
+ msgstr "Offline"
6285
+
6286
+ #: wpf-includes/wpf-phrases.php:402
6287
+ msgid "Online"
6288
+ msgstr "Online"
6289
+
6290
+ #: wpf-includes/wpf-phrases.php:404
6291
+ msgid "Oops! The page you requested was not found!"
6292
+ msgstr "Oops! La pagina richiesta non è stata trovata!"
6293
+
6294
+ #: wpf-includes/wpf-phrases.php:405
6295
+ msgid "Our newest member"
6296
+ msgstr "Ultimo utente registrato"
6297
+
6298
+ #: wpf-includes/wpf-phrases.php:406
6299
+ msgid "Page"
6300
+ msgstr "Pagina"
6301
+
6302
+ #: wpf-includes/wpf-phrases.php:408
6303
+ msgid "Password"
6304
+ msgstr "Password"
6305
+
6306
+ #: wpf-includes/wpf-phrases.php:410
6307
+ #, php-format
6308
+ msgid "Please %s or %s"
6309
+ msgstr "Per favore %s o %s"
6310
+
6311
+ #: wpf-includes/wpf-phrases.php:414
6312
+ msgid "Post Title"
6313
+ msgstr "Titolo post"
6314
+
6315
+ #: wpf-includes/wpf-phrases.php:415
6316
+ msgid "Post link"
6317
+ msgstr "Link al post"
6318
+
6319
+ #: wpf-includes/wpf-phrases.php:416
6320
+ msgid "Posted"
6321
+ msgstr "Postato"
6322
+
6323
+ #: wpf-includes/wpf-phrases.php:417
6324
+ msgid "Posted by"
6325
+ msgstr "Postato da"
6326
+
6327
+ #: wpf-includes/wpf-phrases.php:419
6328
+ msgid "Powered by"
6329
+ msgstr "Offerto da"
6330
+
6331
+ #: wpf-includes/wpf-phrases.php:421
6332
+ msgid "Q&A Layout - Number of intro topics"
6333
+ msgstr "Layout Q&A - Numero di intro discussioni"
6334
+
6335
+ #: wpf-includes/wpf-phrases.php:422
6336
+ msgid "Q&A layout - Intro topics"
6337
+ msgstr "Layout Q&A - Intro discussione"
6338
+
6339
+ #: wpf-includes/wpf-phrases.php:423
6340
+ msgid "Question Comments"
6341
+ msgstr "Commenti alle domande"
6342
+
6343
+ #: wpf-includes/wpf-phrases.php:424
6344
+ msgid "Questions"
6345
+ msgstr "Domande"
6346
+
6347
+ #: wpf-includes/wpf-phrases.php:425
6348
+ msgid "Quote"
6349
+ msgstr "Quota"
6350
+
6351
+ #: wpf-includes/wpf-phrases.php:426
6352
+ msgid "RE"
6353
+ msgstr "RISPONDI"
6354
+
6355
+ #: wpf-includes/wpf-phrases.php:427
6356
+ msgid "REPLY:"
6357
+ msgstr "Rispondi:"
6358
+
6359
+ #: wpf-includes/wpf-phrases.php:428
6360
+ msgid "RSS"
6361
+ msgstr "RSS"
6362
+
6363
+ #: wpf-includes/wpf-phrases.php:429
6364
+ msgid "Rating"
6365
+ msgstr "Valutazione"
6366
+
6367
+ #: wpf-includes/wpf-phrases.php:434
6368
+ msgid "Received Likes"
6369
+ msgstr "Like ricevuti"
6370
+
6371
+ #: wpf-includes/wpf-phrases.php:435
6372
+ msgid "Recent Questions"
6373
+ msgstr "Commenti recenti"
6374
+
6375
+ #: wpf-includes/wpf-phrases.php:436
6376
+ msgid "Recent Topics"
6377
+ msgstr "Discussioni recenti"
6378
+
6379
+ #: wpf-includes/wpf-phrases.php:437
6380
+ msgid "Register"
6381
+ msgstr "Registrazione"
6382
+
6383
+ #: wpf-includes/wpf-phrases.php:439
6384
+ msgid "Registered date"
6385
+ msgstr "Data di registrazione"
6386
+
6387
+ #: wpf-includes/wpf-phrases.php:440
6388
+ msgid "Relevancy"
6389
+ msgstr "Pertinenza"
6390
+
6391
+ #: wpf-includes/wpf-phrases.php:441
6392
+ msgid "Remember Me"
6393
+ msgstr "Ricordami"
6394
+
6395
+ #: wpf-includes/wpf-phrases.php:447
6396
+ msgid "Replies"
6397
+ msgstr "Risposte"
6398
+
6399
+ #: wpf-includes/wpf-phrases.php:448
6400
+ msgid "Replies not found"
6401
+ msgstr "Risposte non trovate"
6402
+
6403
+ #: wpf-includes/wpf-phrases.php:449
6404
+ msgid "Reply"
6405
+ msgstr "Rispondi"
6406
+
6407
+ #: wpf-includes/wpf-phrases.php:450
6408
+ msgid "Report"
6409
+ msgstr "Segnala"
6410
+
6411
+ #: wpf-includes/wpf-phrases.php:453
6412
+ msgid "Report to Administration"
6413
+ msgstr "Segnala all'amministratore"
6414
+
6415
+ #: wpf-includes/wpf-phrases.php:455
6416
+ msgid "Result Info"
6417
+ msgstr "Risultati info"
6418
+
6419
+ #: wpf-includes/wpf-phrases.php:457
6420
+ msgid "Save Changes"
6421
+ msgstr "Aggiorna impostazioni"
6422
+
6423
+ #: wpf-includes/wpf-phrases.php:462
6424
+ msgid "Search Entire Posts"
6425
+ msgstr "Cerca in tutti i post"
6426
+
6427
+ #: wpf-includes/wpf-phrases.php:463
6428
+ msgid "Search Phrase"
6429
+ msgstr "Cerca traduzione"
6430
+
6431
+ #: wpf-includes/wpf-phrases.php:464
6432
+ msgid "Search Titles Only"
6433
+ msgstr "Cerca solo nei titoli"
6434
+
6435
+ #: wpf-includes/wpf-phrases.php:465
6436
+ msgid "Search Type"
6437
+ msgstr "Tipo di ricerca"
6438
+
6439
+ #: wpf-includes/wpf-phrases.php:466
6440
+ msgid "Search in Forums"
6441
+ msgstr "Cerca nei forum"
6442
+
6443
+ #: wpf-includes/wpf-phrases.php:467
6444
+ msgid "Search in date period"
6445
+ msgstr "Cerca per periodo"
6446
+
6447
+ #: wpf-includes/wpf-phrases.php:468
6448
+ msgid "Search result for"
6449
+ msgstr "Risultati di ricerca per"
6450
+
6451
+ #: wpf-includes/wpf-phrases.php:469
6452
+ msgid "Search..."
6453
+ msgstr "Cerca..."
6454
+
6455
+ #: wpf-includes/wpf-phrases.php:471
6456
+ msgid "Select Page"
6457
+ msgstr "Seleziona pagina"
6458
+
6459
+ #: wpf-includes/wpf-phrases.php:472
6460
+ msgid "Send Report"
6461
+ msgstr "Invia segnalazione"
6462
+
6463
+ #: wpf-includes/wpf-phrases.php:476
6464
+ msgid "Set Topic Sticky"
6465
+ msgstr "Metti la discussione in evidenza"
6466
+
6467
+ #: wpf-includes/wpf-phrases.php:477
6468
+ msgid ""
6469
+ "Set this option value 0 if you want to show all posts under topic intro area."
6470
+ msgstr ""
6471
+ "Impostare questa opzione sul valore 0 se si desidera mostrare tutti i post "
6472
+ "nell'area introduttiva dell'argomento."
6473
+
6474
+ #: wpf-includes/wpf-phrases.php:478
6475
+ msgid "Shop Account"
6476
+ msgstr "Account del negozio"
6477
+
6478
+ #: wpf-includes/wpf-phrases.php:488
6479
+ msgid "Sign In"
6480
+ msgstr "Entra"
6481
+
6482
+ #: wpf-includes/wpf-phrases.php:489
6483
+ msgid "Signature"
6484
+ msgstr "Firma"
6485
+
6486
+ #: wpf-includes/wpf-phrases.php:490
6487
+ msgid "Site Profile"
6488
+ msgstr "Profilo sito"
6489
+
6490
+ #: wpf-includes/wpf-phrases.php:491
6491
+ msgid "Skype"
6492
+ msgstr "Skype"
6493
+
6494
+ #: wpf-includes/wpf-phrases.php:493
6495
+ msgid "Social Networks"
6496
+ msgstr "Social Networks"
6497
+
6498
+ #: wpf-includes/wpf-phrases.php:494
6499
+ msgid "Sorry, something wrong with your data."
6500
+ msgstr "Spiacente, c'è qualcosa di errato con i tuoi dati"
6501
+
6502
+ #: wpf-includes/wpf-phrases.php:495
6503
+ msgid "Sort Search Results by"
6504
+ msgstr "Ordina risultati di ricerca per"
6505
+
6506
+ #: wpf-includes/wpf-phrases.php:496
6507
+ msgid "Specify avatar by URL"
6508
+ msgstr "Specifica url avatar"
6509
+
6510
+ #: wpf-includes/wpf-phrases.php:498
6511
+ msgid "Subforums"
6512
+ msgstr "Sottoforum"
6513
+
6514
+ #: wpf-includes/wpf-phrases.php:501
6515
+ msgid "Subscribe for new replies"
6516
+ msgstr "Sottoscrivi per le nuove risposte"
6517
+
6518
+ #: wpf-includes/wpf-phrases.php:502
6519
+ msgid "Subscribe for new topics"
6520
+ msgstr "Sottoscrivi per le nuove discussioni"
6521
+
6522
+ #: wpf-includes/wpf-phrases.php:506
6523
+ msgid ""
6524
+ "Thank you for using wpForo! wpForo is a professional bulletin board for "
6525
+ "WorPress, and the only forum software which comes with Multi-layout template "
6526
+ "system. The \"Extended"
6527
+ msgstr ""
6528
+ "Grazie per aver usato wpForo! wpForo è una bacheca professionale per "
6529
+ "WordPress e l'unico software per forum che viene fornito con un sistema di "
6530
+ "template multi-layout. \"Esteso"
6531
+
6532
+ #: wpf-includes/wpf-phrases.php:507
6533
+ msgid ""
6534
+ "Thank you for using wpForo. wpForo is a premium forum plugin which will "
6535
+ "always be available for free. There will never be paid and pro versions of "
6536
+ "this forum board. However this is a very large and hard project so we also "
6537
+ "develop paid addons (extensions), which will financially help us to keep "
6538
+ "improving and adding new features to the free wpForo plugin. Forum addons "
6539
+ "will also be actively developed. The first addons \"Advanced Media Uploader"
6540
+ msgstr ""
6541
+ "Grazie per aver usato wpForo. wpForo è un plugin per forum premium che sarà "
6542
+ "sempre disponibile gratuitamente. Non ci saranno mai versioni a pagamento e "
6543
+ "pro di questo forum. Tuttavia, questo è un progetto molto grande e difficile,"
6544
+ " quindi sviluppiamo anche componenti aggiuntivi (estensioni) a pagamento, "
6545
+ "che ci aiuteranno finanziariamente a continuare a migliorare e ad aggiungere "
6546
+ "nuove funzionalità al plug-in wpForo gratuito. Anche i componenti aggiuntivi "
6547
+ "del forum saranno sviluppati attivamente. I primi componenti aggiuntivi "
6548
+ "\"Advanced Media Uploader"
6549
+
6550
+ #: wpf-includes/wpf-phrases.php:510
6551
+ msgid ""
6552
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
6553
+ "the HTML form"
6554
+ msgstr ""
6555
+ "Il file caricato supera la direttiva MAX_FILE_SIZE specificata nel modulo "
6556
+ "HTML"
6557
+
6558
+ #: wpf-includes/wpf-phrases.php:511
6559
+ msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini"
6560
+ msgstr "Il file caricato supera la direttiva upload_max_filesize in php.ini"
6561
+
6562
+ #: wpf-includes/wpf-phrases.php:512
6563
+ msgid "The uploaded file was only partially uploaded"
6564
+ msgstr "Il file caricato è stato caricato solo parzialmente"
6565
+
6566
+ #: wpf-includes/wpf-phrases.php:519
6567
+ msgid "Timezone"
6568
+ msgstr "Fuso Orario"
6569
+
6570
+ #: wpf-includes/wpf-phrases.php:521
6571
+ msgid "Topic RSS Feed"
6572
+ msgstr "Rss Feed della discussione"
6573
+
6574
+ #: wpf-includes/wpf-phrases.php:522
6575
+ msgid "Topic Title"
6576
+ msgstr "Titolo discussione"
6577
+
6578
+ #: wpf-includes/wpf-phrases.php:526
6579
+ msgid "Twitter"
6580
+ msgstr "Twitter"
6581
+
6582
+ #: wpf-includes/wpf-phrases.php:527
6583
+ msgid "Unknown upload error"
6584
+ msgstr "Errore di caricamento sconosciuto"
6585
+
6586
+ #: wpf-includes/wpf-phrases.php:528
6587
+ msgid "Unsubscribe"
6588
+ msgstr "Disiscriviti"
6589
+
6590
+ #: wpf-includes/wpf-phrases.php:531
6591
+ msgid "Upload an avatar"
6592
+ msgstr "Carica avatar"
6593
+
6594
+ #: wpf-includes/wpf-phrases.php:533
6595
+ msgid ""
6596
+ "Use comments to ask for more information or suggest improvements. Avoid "
6597
+ "answering questions in comments."
6598
+ msgstr ""
6599
+ "Usa i commenti per chiedere maggiori informazioni o suggerire miglioramenti. "
6600
+ "Evita di rispondere alle domande nei commenti."
6601
+
6602
+ #: wpf-includes/wpf-phrases.php:535
6603
+ msgid "User"
6604
+ msgstr "Utente"
6605
+
6606
+ #: wpf-includes/wpf-phrases.php:537
6607
+ msgid "User Group"
6608
+ msgstr "Gruppo utente"
6609
+
6610
+ #: wpf-includes/wpf-phrases.php:538
6611
+ msgid "Usergroup has been successfully deleted."
6612
+ msgstr "Il gruppo utenti è stato eliminato con successo."
6613
+
6614
+ #: wpf-includes/wpf-phrases.php:540
6615
+ msgid "Username"
6616
+ msgstr "Nome Utente"
6617
+
6618
+ #: wpf-includes/wpf-phrases.php:542
6619
+ msgid "View entire post"
6620
+ msgstr "Vedi intero post"
6621
+
6622
+ #: wpf-includes/wpf-phrases.php:543
6623
+ msgid "View the latest post"
6624
+ msgstr "Vedi gli ultimi post"
6625
+
6626
+ #: wpf-includes/wpf-phrases.php:544
6627
+ msgid "Views"
6628
+ msgstr "Visualizzazioni"
6629
+
6630
+ #: wpf-includes/wpf-phrases.php:545
6631
+ msgid "Votes"
6632
+ msgstr "Voti"
6633
+
6634
+ #: wpf-includes/wpf-phrases.php:546
6635
+ msgid "Website"
6636
+ msgstr "Sito web"
6637
+
6638
+ #: wpf-includes/wpf-phrases.php:548
6639
+ msgid "Wordpress avatar system"
6640
+ msgstr "Avatar da sistema wordpress"
6641
+
6642
+ #: wpf-includes/wpf-phrases.php:549
6643
+ msgid "Working"
6644
+ msgstr "Carico..."
6645
+
6646
+ #: wpf-includes/wpf-phrases.php:550
6647
+ msgid "Write message"
6648
+ msgstr "Scrivi messaggio"
6649
+
6650
+ #: wpf-includes/wpf-phrases.php:551
6651
+ msgid "Yahoo"
6652
+ msgstr "Yahoo"
6653
+
6654
+ #: wpf-includes/wpf-phrases.php:553
6655
+ msgid "You"
6656
+ msgstr "Tu"
6657
+
6658
+ #: wpf-includes/wpf-phrases.php:555
6659
+ #, php-format
6660
+ msgid "You can go to %s page or Search here"
6661
+ msgstr "Puoi andare a %s o cercare qui"
6662
+
6663
+ #: wpf-includes/wpf-phrases.php:557
6664
+ msgid "Your Answer"
6665
+ msgstr "La tua risposta"
6666
+
6667
+ #: wpf-includes/wpf-phrases.php:558
6668
+ msgid "account"
6669
+ msgstr "account"
6670
+
6671
+ #: wpf-includes/wpf-phrases.php:559
6672
+ msgid "activity"
6673
+ msgstr "attività"
6674
+
6675
+ #: wpf-includes/wpf-phrases.php:560
6676
+ msgid "add"
6677
+ msgstr "aggiungi"
6678
+
6679
+ #: wpf-includes/wpf-phrases.php:561
6680
+ msgid "add_new"
6681
+ msgstr "aggiungi_nuovo"
6682
+
6683
+ #: wpf-includes/wpf-phrases.php:562
6684
+ #, php-format
6685
+ msgid "%s ago"
6686
+ msgstr "%s fa"
6687
+
6688
+ #: wpf-includes/wpf-phrases.php:563
6689
+ msgid "by"
6690
+ msgstr "da"
6691
+
6692
+ #: wpf-includes/wpf-phrases.php:564
6693
+ #, php-format
6694
+ msgid "by %s"
6695
+ msgstr "da %s"
6696
+
6697
+ #: wpf-includes/wpf-phrases.php:565
6698
+ msgid "confirm password"
6699
+ msgstr "conferma password"
6700
+
6701
+ #: wpf-includes/wpf-phrases.php:570
6702
+ msgid "forums"
6703
+ msgstr "Forum"
6704
+
6705
+ #: wpf-includes/wpf-phrases.php:572
6706
+ msgid "login"
6707
+ msgstr "accedi"
6708
+
6709
+ #: wpf-includes/wpf-phrases.php:573
6710
+ msgid "logout"
6711
+ msgstr "logout"
6712
+
6713
+ #: wpf-includes/wpf-phrases.php:574
6714
+ msgid "matches"
6715
+ msgstr "combacia"
6716
+
6717
+ #: wpf-includes/wpf-phrases.php:575
6718
+ msgid "members"
6719
+ msgstr "utenti"
6720
+
6721
+ #: wpf-includes/wpf-phrases.php:577
6722
+ msgid "my profile"
6723
+ msgstr "profilo"
6724
+
6725
+ #: wpf-includes/wpf-phrases.php:578
6726
+ msgid "new password"
6727
+ msgstr "nuova password"
6728
+
6729
+ #: wpf-includes/wpf-phrases.php:579
6730
+ msgid "new password again"
6731
+ msgstr "nuova password di nuovo"
6732
+
6733
+ #: wpf-includes/wpf-phrases.php:580
6734
+ msgid "next"
6735
+ msgstr "avanti"
6736
+
6737
+ #: wpf-includes/wpf-phrases.php:581
6738
+ msgid "old password"
6739
+ msgstr "vecchia password"
6740
+
6741
+ #: wpf-includes/wpf-phrases.php:582
6742
+ msgid "phrase_key"
6743
+ msgstr "traduzione_indice"
6744
+
6745
+ #: wpf-includes/wpf-phrases.php:583
6746
+ msgid "phrase_value"
6747
+ msgstr "traduzione_valore"
6748
+
6749
+ #: wpf-includes/wpf-phrases.php:584
6750
+ msgid "posted"
6751
+ msgstr "postato"
6752
+
6753
+ #: wpf-includes/wpf-phrases.php:585
6754
+ msgid "prev"
6755
+ msgstr "precedente"
6756
+
6757
+ #: wpf-includes/wpf-phrases.php:586
6758
+ msgid "register"
6759
+ msgstr "registrazione"
6760
+
6761
+ #: wpf-includes/wpf-phrases.php:587
6762
+ msgid "replies"
6763
+ msgstr "Risposte"
6764
+
6765
+ #: wpf-includes/wpf-phrases.php:588
6766
+ msgid "subscriptions"
6767
+ msgstr "iscrizioni"
6768
+
6769
+ #: wpf-includes/wpf-phrases.php:589
6770
+ msgid "update"
6771
+ msgstr "aggiorna"
6772
+
6773
+ #: wpf-includes/wpf-phrases.php:591
6774
+ msgid "view all posts"
6775
+ msgstr "Vedi tutti i post"
6776
+
6777
+ #: wpf-includes/wpf-phrases.php:592
6778
+ msgid "view all questions"
6779
+ msgstr "Vedi tutte le domande"
6780
+
6781
+ #: wpf-includes/wpf-phrases.php:593
6782
+ msgid "view all topics"
6783
+ msgstr "Vedi tutte le discussioni"
6784
+
6785
+ #: wpf-includes/wpf-phrases.php:595
6786
+ msgid "wpForo Navigation"
6787
+ msgstr "Navigazione wpForo"
6788
+
6789
+ #: wpf-includes/wpf-phrases.php:597
6790
+ msgid "wpForo User Timezone"
6791
+ msgstr "Fuso Orario wpForo"
6792
+
6793
+ #: wpf-includes/wpf-phrases.php:598
6794
+ msgid "wpForo Usergroup"
6795
+ msgstr "Gruppo utenti wpForo"
6796
+
6797
+ #: wpf-includes/wpf-phrases.php:600
6798
+ msgid "{number}B"
6799
+ msgstr "{number}B"
6800
+
6801
+ #: wpf-includes/wpf-phrases.php:601
6802
+ msgid "{number}K"
6803
+ msgstr "{number}K"
6804
+
6805
+ #: wpf-includes/wpf-phrases.php:602
6806
+ msgid "{number}M"
6807
+ msgstr "{number}M"
6808
+
6809
+ #: wpf-includes/wpf-phrases.php:603
6810
+ msgid "{number}T"
6811
+ msgstr "{number}T"
6812
+
6813
+ #: wpf-includes/wpf-phrases.php:606
6814
+ #, php-format
6815
+ msgid "%s access successfully added"
6816
+ msgstr "%s accesso aggiunto correttamente"
6817
+
6818
+ #: wpf-includes/wpf-phrases.php:607
6819
+ #, php-format
6820
+ msgid "%s access successfully edited"
6821
+ msgstr "%s accesso modificato correttamente"
6822
+
6823
+ #: wpf-includes/wpf-phrases.php:608
6824
+ msgid "Access add error"
6825
+ msgstr "errore accesso aggiunto"
6826
+
6827
+ #: wpf-includes/wpf-phrases.php:609
6828
+ msgid "Access delete error"
6829
+ msgstr "errore eliminazione accesso"
6830
+
6831
+ #: wpf-includes/wpf-phrases.php:610
6832
+ msgid "Access edit error"
6833
+ msgstr "Errore modifica accesso"
6834
+
6835
+ #: wpf-includes/wpf-phrases.php:611
6836
+ msgid "Access successfully deleted"
6837
+ msgstr "Accesso eliminato correttamente"
6838
+
6839
+ #: wpf-includes/wpf-phrases.php:612
6840
+ msgid "Add Topic error: No forum selected"
6841
+ msgstr "Errore aggiunta discussione: nessun forum selezionato"
6842
+
6843
+ #: wpf-includes/wpf-phrases.php:613
6844
+ msgid "All Checked topics successfully deleted"
6845
+ msgstr "Tutte le discussioni selezionate sono state eliminate correttamente"
6846
+
6847
+ #: wpf-includes/wpf-phrases.php:621
6848
+ msgid "Can`t upload file"
6849
+ msgstr "Non è possibile caricare file"
6850
+
6851
+ #: wpf-includes/wpf-phrases.php:622
6852
+ msgid "Cannot update forum hierarchy"
6853
+ msgstr "Non può aggiornare la gerarchia del forum"
6854
+
6855
+ #: wpf-includes/wpf-phrases.php:623
6856
+ msgid "Cannot update post data"
6857
+ msgstr "Impossibile aggiornare i dati dei post"
6858
+
6859
+ #: wpf-includes/wpf-phrases.php:624
6860
+ msgid "Could not be unsubscribe from this item"
6861
+ msgstr "Non è possibile annullare l'iscrizione a questo elemento"
6862
+
6863
+ #: wpf-includes/wpf-phrases.php:625
6864
+ msgid "Email address exists. Please insert another."
6865
+ msgstr ""
6866
+ "Questo indirizzo email è già registrato. Per favore inseriscine un altro"
6867
+
6868
+ #: wpf-includes/wpf-phrases.php:626
6869
+ msgid "Error: Forum is not found"
6870
+ msgstr "Error: Forum non trovato"
6871
+
6872
+ #: wpf-includes/wpf-phrases.php:627
6873
+ msgid "Error: No topic selected"
6874
+ msgstr "Errore: Nessuna discussione selezionata"
6875
+
6876
+ #: wpf-includes/wpf-phrases.php:628
6877
+ msgid "Error: Topic is not found"
6878
+ msgstr "Errore: Discussione non trovata"
6879
+
6880
+ #: wpf-includes/wpf-phrases.php:629
6881
+ msgid "Error: please insert some text to report."
6882
+ msgstr "Errore: inserisci del testo da segnalare."
6883
+
6884
+ #: wpf-includes/wpf-phrases.php:630
6885
+ msgid "Features successfully updated"
6886
+ msgstr "Caratteristiche aggiornate correttamente"
6887
+
6888
+ #: wpf-includes/wpf-phrases.php:631
6889
+ msgid "Features successfully updated, but previous value not changed"
6890
+ msgstr ""
6891
+ "Caratteristiche aggiornate correttamente, ma i valori non sono cambiati"
6892
+
6893
+ #: wpf-includes/wpf-phrases.php:632
6894
+ msgid "File type is not allowed"
6895
+ msgstr "Tipo di file non consentito"
6896
+
6897
+ #: wpf-includes/wpf-phrases.php:633
6898
+ msgid "Forum Base URL successfully updated"
6899
+ msgstr "URL del Forum aggiornato correttamente"
6900
+
6901
+ #: wpf-includes/wpf-phrases.php:634
6902
+ msgid "Forum deleting error"
6903
+ msgstr "Errore durante l'eliminazione del forum"
6904
+
6905
+ #: wpf-includes/wpf-phrases.php:635
6906
+ msgid "Forum hierarchy successfully updated"
6907
+ msgstr "Gerarchia del forum aggiornata correttamente"
6908
+
6909
+ #: wpf-includes/wpf-phrases.php:636
6910
+ msgid "Forum is successfully merged"
6911
+ msgstr "Il forum è stato unito con successo"
6912
+
6913
+ #: wpf-includes/wpf-phrases.php:637
6914
+ msgid "Forum merging error"
6915
+ msgstr "Errore di unione del forum"
6916
+
6917
+ #: wpf-includes/wpf-phrases.php:638
6918
+ msgid "Forum options successfully updated"
6919
+ msgstr "Opzioni Forum aggiornate correttamente"
6920
+
6921
+ #: wpf-includes/wpf-phrases.php:639
6922
+ msgid "Forum options successfully updated, but previous value not changed"
6923
+ msgstr ""
6924
+ "Opzioni del forum aggiornate correttamente, ma i valori non sono cambiati"
6925
+
6926
+ #: wpf-includes/wpf-phrases.php:640
6927
+ msgid "Forum successfully updated"
6928
+ msgstr "Forum aggiornato correttamente"
6929
+
6930
+ #: wpf-includes/wpf-phrases.php:641
6931
+ msgid "Forum update error"
6932
+ msgstr "Errore aggiornamento forum"
6933
+
6934
+ #: wpf-includes/wpf-phrases.php:642
6935
+ msgid "General options successfully updated"
6936
+ msgstr "Opzioni generali aggiornate correttamente"
6937
+
6938
+ #: wpf-includes/wpf-phrases.php:643
6939
+ msgid "Illegal character in username."
6940
+ msgstr "Caratteri non consentiti nello username"
6941
+
6942
+ #: wpf-includes/wpf-phrases.php:644
6943
+ msgid "Insert your Email address."
6944
+ msgstr "Inserisci il tuo indirizzo email"
6945
+
6946
+ #: wpf-includes/wpf-phrases.php:645
6947
+ msgid "Invalid Email address"
6948
+ msgstr "Email non valia"
6949
+
6950
+ #: wpf-includes/wpf-phrases.php:646
6951
+ msgid "Invalid request!"
6952
+ msgstr "Richiesta non valida!"
6953
+
6954
+ #: wpf-includes/wpf-phrases.php:647
6955
+ msgid "Member options successfully updated"
6956
+ msgstr "Opzioni membro aggiornate correttamente"
6957
+
6958
+ #: wpf-includes/wpf-phrases.php:648
6959
+ msgid "Member options successfully updated, but previous value not changed"
6960
+ msgstr "Opzioni Utenti aggiornate correttamente, ma i valori non sono cambiati"
6961
+
6962
+ #: wpf-includes/wpf-phrases.php:649
6963
+ msgid "Message has been sent"
6964
+ msgstr "Il messaggio è stato inviato"
6965
+
6966
+ #: wpf-includes/wpf-phrases.php:650
6967
+ msgid ""
6968
+ "New language successfully added and changed wpforo language to new language"
6969
+ msgstr ""
6970
+ "Nuova lingua aggiunta e modificata con successo la lingua di wpforo in una "
6971
+ "nuova lingua"
6972
+
6973
+ #: wpf-includes/wpf-phrases.php:651
6974
+ msgid "No Posts found for update"
6975
+ msgstr "Nessun post trovato per l'aggiornamento"
6976
+
6977
+ #: wpf-includes/wpf-phrases.php:652
6978
+ msgid "Password length must be between 6 characters and 20 characters."
6979
+ msgstr "La password deve essere lunga tra 6 e 20 caratteri"
6980
+
6981
+ #: wpf-includes/wpf-phrases.php:653
6982
+ msgid "Password mismatch."
6983
+ msgstr "La password non coincide"
6984
+
6985
+ #: wpf-includes/wpf-phrases.php:654
6986
+ msgid "Permission denied"
6987
+ msgstr "Permesso negato"
6988
+
6989
+ #: wpf-includes/wpf-phrases.php:655
6990
+ msgid "Permission denied for add forum"
6991
+ msgstr "Autorizzazione negata per aggiungere forum"
6992
+
6993
+ #: wpf-includes/wpf-phrases.php:656
6994
+ msgid "Permission denied for delete forum"
6995
+ msgstr "Autorizzazione negata per eliminare il forum"
6996
+
6997
+ #: wpf-includes/wpf-phrases.php:657
6998
+ msgid "Permission denied for edit forum"
6999
+ msgstr "Autorizzazione negata per modificare il forum"
7000
+
7001
+ #: wpf-includes/wpf-phrases.php:658
7002
+ msgid "Permission denied for this action"
7003
+ msgstr "Autorizzazione negata per questa azione"
7004
+
7005
+ #: wpf-includes/wpf-phrases.php:659
7006
+ msgid "Phrase add error"
7007
+ msgstr "Traduzione ha errori"
7008
+
7009
+ #: wpf-includes/wpf-phrases.php:660
7010
+ msgid "Phrase adding error"
7011
+ msgstr "Errore aggiunta traduzioni"
7012
+
7013
+ #: wpf-includes/wpf-phrases.php:661
7014
+ msgid "Phrase successfully added"
7015
+ msgstr "Traduzione aggiunta correttamente"
7016
+
7017
+ #: wpf-includes/wpf-phrases.php:662
7018
+ msgid "Phrase successfully updates"
7019
+ msgstr "Traduzione aggiornata correttamente"
7020
+
7021
+ #: wpf-includes/wpf-phrases.php:663
7022
+ msgid "Phrase update error"
7023
+ msgstr "Errore aggiornamento traduzioni"
7024
+
7025
+ #: wpf-includes/wpf-phrases.php:664
7026
+ msgid "Please insert required fields!"
7027
+ msgstr "Si prega di inserire i campi richiesti!"
7028
+
7029
+ #: wpf-includes/wpf-phrases.php:665
7030
+ msgid "Post delete error"
7031
+ msgstr "Errore cancellazione post"
7032
+
7033
+ #: wpf-includes/wpf-phrases.php:667
7034
+ msgid "Post options successfully updated"
7035
+ msgstr "Opzioni discussioni & post aggiornate correttamente"
7036
+
7037
+ #: wpf-includes/wpf-phrases.php:668
7038
+ msgid "Post options successfully updated, but previous value not changed"
7039
+ msgstr "Opzioni post aggiornate correttamente, ma i valori non sono cambiati"
7040
+
7041
+ #: wpf-includes/wpf-phrases.php:669
7042
+ msgid "Registration Error"
7043
+ msgstr "Errore di registrazione"
7044
+
7045
+ #: wpf-includes/wpf-phrases.php:670
7046
+ msgid "Reply request error"
7047
+ msgstr "Errore aggiunta discussione"
7048
+
7049
+ #: wpf-includes/wpf-phrases.php:671
7050
+ msgid "Something wrong with profile data."
7051
+ msgstr "C'è qualcosa di sbagliato nei dati del profilo"
7052
+
7053
+ #: wpf-includes/wpf-phrases.php:672
7054
+ msgid "Subscribe options successfully updated"
7055
+ msgstr "Opzioni di iscrizione aggiornate correttamente"
7056
+
7057
+ #: wpf-includes/wpf-phrases.php:673
7058
+ msgid "Subscribe options successfully updated, but previous value not changed"
7059
+ msgstr ""
7060
+ "Opzioni di iscrizione aggiornate correttamente, ma i valori non sono cambiati"
7061
+
7062
+ #: wpf-includes/wpf-phrases.php:674
7063
+ msgid "Success!"
7064
+ msgstr "Successo!"
7065
+
7066
+ #: wpf-includes/wpf-phrases.php:675
7067
+ msgid ""
7068
+ "Success! Thank you. Please check your email and click confirmation link "
7069
+ "below to complete this step."
7070
+ msgstr ""
7071
+ "Successo! Grazie. Per favore controlla la tua email e clicca sul link di "
7072
+ "conferma per completare questo passaggio."
7073
+
7074
+ #: wpf-includes/wpf-phrases.php:676
7075
+ msgid "Successfully updated"
7076
+ msgstr "Aggiornato con successo"
7077
+
7078
+ #: wpf-includes/wpf-phrases.php:677
7079
+ msgid "Successfully voted"
7080
+ msgstr "Votato con successo"
7081
+
7082
+ #: wpf-includes/wpf-phrases.php:678
7083
+ msgid "The uploaded file size is too big"
7084
+ msgstr "La dimensione del file caricato è troppo grande"
7085
+
7086
+ #: wpf-includes/wpf-phrases.php:679
7087
+ msgid "Theme options successfully updated"
7088
+ msgstr "Opzioni Stile aggiornate correttamente"
7089
+
7090
+ #: wpf-includes/wpf-phrases.php:680
7091
+ msgid "This email address is already registered. Please insert another."
7092
+ msgstr ""
7093
+ "Questo indirizzo email è già registrato. Per favore inseriscine un altro"
7094
+
7095
+ #: wpf-includes/wpf-phrases.php:681
7096
+ msgid "This post successfully deleted"
7097
+ msgstr "Questo post è stato cancellato con successo"
7098
+
7099
+ #: wpf-includes/wpf-phrases.php:682
7100
+ msgid "This post successfully edited"
7101
+ msgstr "Questo post è stato modificato con successo"
7102
+
7103
+ #: wpf-includes/wpf-phrases.php:683
7104
+ msgid "This topic successfully deleted"
7105
+ msgstr "Questa discussione è stata cancellata con successo"
7106
+
7107
+ #: wpf-includes/wpf-phrases.php:684
7108
+ msgid "Topic Move Error"
7109
+ msgstr "Errore spostamento discussione"
7110
+
7111
+ #: wpf-includes/wpf-phrases.php:685
7112
+ msgid "Topic add error"
7113
+ msgstr "Errore aggiunta discussione"
7114
+
7115
+ #: wpf-includes/wpf-phrases.php:686
7116
+ msgid "Topic delete error"
7117
+ msgstr "Errore cancellazione discussione"
7118
+
7119
+ #: wpf-includes/wpf-phrases.php:687
7120
+ msgid "Topic edit error"
7121
+ msgstr "Errore modifica discussione"
7122
+
7123
+ #: wpf-includes/wpf-phrases.php:688
7124
+ msgid "Topic not found."
7125
+ msgstr "Discussione non trovata"
7126
+
7127
+ #: wpf-includes/wpf-phrases.php:689
7128
+ msgid "Topic successfully moved"
7129
+ msgstr "Discussione spostata con successo"
7130
+
7131
+ #: wpf-includes/wpf-phrases.php:690
7132
+ msgid "Topic successfully updated"
7133
+ msgstr "Discussione aggiornata con successo"
7134
+
7135
+ #: wpf-includes/wpf-phrases.php:691
7136
+ msgid "Topics delete error"
7137
+ msgstr "Errore cancellazione discussione"
7138
+
7139
+ #: wpf-includes/wpf-phrases.php:692
7140
+ msgid "User delete error"
7141
+ msgstr "Errore eliminazione utente"
7142
+
7143
+ #: wpf-includes/wpf-phrases.php:693
7144
+ msgid "User group add error"
7145
+ msgstr "Errore aggiunta Gruppi utenti"
7146
+
7147
+ #: wpf-includes/wpf-phrases.php:694
7148
+ msgid "User group edit error"
7149
+ msgstr "Errore modifica Gruppi utenti"
7150
+
7151
+ #: wpf-includes/wpf-phrases.php:695
7152
+ msgid "User group successfully added"
7153
+ msgstr "Gruppo utenti aggiunto correttamente"
7154
+
7155
+ #: wpf-includes/wpf-phrases.php:696
7156
+ msgid "User group successfully edited"
7157
+ msgstr "Gruppo utenti modificato correttamente"
7158
+
7159
+ #: wpf-includes/wpf-phrases.php:697
7160
+ msgid "User successfully deleted from wpforo"
7161
+ msgstr "Utente eliminato con successo da wpforo"
7162
+
7163
+ #: wpf-includes/wpf-phrases.php:698
7164
+ msgid "Username exists. Please insert another."
7165
+ msgstr "Questo username è già registrato. Per favore inseriscine un altro"
7166
+
7167
+ #: wpf-includes/wpf-phrases.php:699
7168
+ msgid "Username is missed."
7169
+ msgstr "Questo username è mancante"
7170
+
7171
+ #: wpf-includes/wpf-phrases.php:700
7172
+ msgid "Username length must be between 3 characters and 30 characters."
7173
+ msgstr "La lunghezza dello username deve essere tra 3 e 30 caratteri"
7174
+
7175
+ #: wpf-includes/wpf-phrases.php:701
7176
+ msgid "Welcome to our Community!"
7177
+ msgstr "Benvenuta nella nostra Community!"
7178
+
7179
+ #: wpf-includes/wpf-phrases.php:702
7180
+ msgid "Wrong post data"
7181
+ msgstr "Dati post errati"
7182
+
7183
+ #: wpf-includes/wpf-phrases.php:703
7184
+ msgid "You are already voted this post"
7185
+ msgstr "Hai già votato questo post"
7186
+
7187
+ #: wpf-includes/wpf-phrases.php:704
7188
+ msgid "You have been successfully subscribed"
7189
+ msgstr "Sottoscrizione ok"
7190
+
7191
+ #: wpf-includes/wpf-phrases.php:705
7192
+ msgid "You have been successfully unsubscribed"
7193
+ msgstr "Disiscrizione ok"
7194
+
7195
+ #: wpf-includes/wpf-phrases.php:706
7196
+ msgid "You have no permission to edit this topic"
7197
+ msgstr "Non hai i permessi per modificare questa discussione"
7198
+
7199
+ #: wpf-includes/wpf-phrases.php:712
7200
+ msgid "You successfully replied"
7201
+ msgstr "Hai risposto correttamente"
7202
+
7203
+ #: wpf-includes/wpf-phrases.php:713
7204
+ msgid "Your forum successfully added"
7205
+ msgstr "Il tuo forum è stato aggiunto con successo"
7206
+
7207
+ #: wpf-includes/wpf-phrases.php:714
7208
+ msgid "Your forum successfully deleted"
7209
+ msgstr "Il tuo forum è stato cancellato con successo"
7210
+
7211
+ #: wpf-includes/wpf-phrases.php:715
7212
+ msgid "Your profile data have been successfully updated."
7213
+ msgstr "I dati del tuo profilo sono stati correttamente aggiornati."
7214
+
7215
+ #: wpf-includes/wpf-phrases.php:716
7216
+ msgid "Your subscription for this item could not be confirmed"
7217
+ msgstr "Il tuo abbonamento per questo articolo non può essere confermato"
7218
+
7219
+ #: wpf-includes/wpf-phrases.php:717
7220
+ msgid "Your topic successfully added"
7221
+ msgstr "La tua discussione è stata aggiunta con successo"
7222
+
7223
+ #: wpf-includes/wpf-phrases.php:732
7224
+ msgid "Front - Can have signature"
7225
+ msgstr "Sito - può avere la firma"
7226
+
7227
+ #: wpf-includes/wpf-phrases.php:756
7228
+ msgid "Can edit own replay"
7229
+ msgstr "Può modificare le sue risposte"
7230
+
7231
+ #: wpf-includes/wpf-phrases.php:774
7232
+ msgid "like"
7233
+ msgstr "mi piace"
7234
+
7235
+ #: wpf-includes/wpf-phrases.php:775
7236
+ msgid "unlike"
7237
+ msgstr "Non mi piace"
7238
+
7239
+ #: wpf-includes/wpf-phrases.php:776
7240
+ msgid "sticky"
7241
+ msgstr "In evidenza"
7242
+
7243
+ #: wpf-includes/wpf-phrases.php:777
7244
+ msgid "unsticky"
7245
+ msgstr "Non in evidenza"
7246
+
7247
+ #: wpf-includes/wpf-phrases.php:778
7248
+ msgid "close"
7249
+ msgstr "chiudi"
7250
+
7251
+ #: wpf-includes/wpf-phrases.php:779
7252
+ msgid "open"
7253
+ msgstr "apri"
7254
+
7255
+ #: wpf-includes/wpf-phrases.php:780
7256
+ msgid "Topic Icons"
7257
+ msgstr "Icone discussione"
7258
+
7259
+ #: wpf-includes/wpf-phrases.php:781
7260
+ msgid "New"
7261
+ msgstr "Nuovo"
7262
+
7263
+ #: wpf-includes/wpf-phrases.php:782
7264
+ msgid "Replied"
7265
+ msgstr "Con risposte"
7266
+
7267
+ #: wpf-includes/wpf-phrases.php:784
7268
+ msgid "Hot"
7269
+ msgstr "Hot"
7270
+
7271
+ #: wpf-includes/wpf-phrases.php:785
7272
+ msgid "Solved"
7273
+ msgstr "Risolto"
7274
+
7275
+ #: wpf-includes/wpf-phrases.php:786
7276
+ msgid "Unsolved"
7277
+ msgstr "Non risolto"
7278
+
7279
+ #: wpf-includes/wpf-phrases.php:796
7280
+ msgid "Old password is wrong"
7281
+ msgstr "La vecchia password è sbagliata"
7282
+
7283
+ #: wpf-includes/wpf-phrases.php:797
7284
+ msgid "New Passwords do not match"
7285
+ msgstr "Le nuove password non corrispondono"
7286
+
7287
+ #: wpf-includes/wpf-phrases.php:801
7288
+ msgid ""
7289
+ "This process may take a few seconds or dozens of minutes, it depends on "
7290
+ "database forum size and on server resources. Please be patient and don't "
7291
+ "close this page. If you got 500 Server Error please don't worry, the data "
7292
+ "updating process is still working in MySQL server."
7293
+ msgstr ""
7294
+ "Questo processo può richiedere alcuni secondi o decine di minuti, dipende "
7295
+ "dalle dimensioni del forum del database e dalle risorse del server. Si prega "
7296
+ "di pazientare e non chiudere questa pagina. Se hai 500 Server Error non ti "
7297
+ "preoccupare, il processo di aggiornamento dei dati funziona ancora nel "
7298
+ "server MySQL."
7299
+
7300
+ #: wpf-includes/wpf-phrases.php:805
7301
+ msgid "Updated Successfully!"
7302
+ msgstr "Aggiornato con successo!"
7303
+
7304
+ #: wpf-includes/wpf-phrases.php:806
7305
+ msgid "Deleted Successfully!"
7306
+ msgstr "Cancellato con successo"
7307
+
7308
+ #: wpf-includes/wpf-phrases.php:807
7309
+ msgid "Closed"
7310
+ msgstr "Chiuso"
7311
+
7312
+ #: wpf-includes/wpf-phrases.php:808
7313
+ msgid "Forum Members List"
7314
+ msgstr "Lista utenti forum"
7315
+
7316
+ #: wpf-includes/wpf-phrases.php:809
7317
+ msgid "are you sure you want to delete?"
7318
+ msgstr "Sei sicuro di voler eliminare?"
7319
+
7320
+ #: wpf-includes/wpf-phrases.php:811
7321
+ msgid "Moderator"
7322
+ msgstr "Moderatore"
7323
+
7324
+ #: wpf-includes/wpf-phrases.php:813
7325
+ msgid "Customer"
7326
+ msgstr "Cliente"
7327
+
7328
+ #: wpf-includes/wpf-phrases.php:814
7329
+ msgid "No access"
7330
+ msgstr "Nessun accesso"
7331
+
7332
+ #: wpf-includes/wpf-phrases.php:815
7333
+ msgid "Read only access"
7334
+ msgstr "Accesso in sola lettura"
7335
+
7336
+ #: wpf-includes/wpf-phrases.php:816
7337
+ msgid "Standard access"
7338
+ msgstr "Accesso standard"
7339
+
7340
+ #: wpf-includes/wpf-phrases.php:817
7341
+ msgid "Moderator access"
7342
+ msgstr "Accesso moderatore"
7343
+
7344
+ #: wpf-includes/wpf-phrases.php:818
7345
+ msgid "Full access"
7346
+ msgstr "Accesso completo"
7347
+
7348
+ #: wpf-includes/wpf-phrases.php:821
7349
+ msgid "Incorrect file format. Allowed formats: jpeg, jpg, png, gif."
7350
+ msgstr "Formato file errato. Formati consentiti: jpeg, jpg, png, gif."
7351
+
7352
+ #: wpf-includes/wpf-phrases.php:828
7353
+ msgid "Attachment removed"
7354
+ msgstr "Allegato rimosso"
7355
+
7356
+ #: wpf-includes/wpf-phrases.php:832
7357
+ #, php-format
7358
+ msgid "Welcome back %s!"
7359
+ msgstr "Bentornato/a %s!"
7360
+
7361
+ #: wpf-includes/wpf-phrases.php:833
7362
+ msgid "Member Profile"
7363
+ msgstr "Profilo utente"
7364
+
7365
+ #: wpf-includes/wpf-phrases.php:834
7366
+ msgid "Member"
7367
+ msgstr "Utenti"
7368
+
7369
+ #: wpf-includes/wpf-phrases.php:835
7370
+ msgid "You do not have permission to view this page"
7371
+ msgstr "Non hai il permesso per vedere questa pagina"
7372
+
7373
+ #: wpf-includes/wpf-phrases.php:837
7374
+ msgid ""
7375
+ "This option will disable WordPress on front-end. Only forum pages will be "
7376
+ "available. wpForo will look like as a stand-alone forum."
7377
+ msgstr ""
7378
+ "Questa opzione disabiliterà WordPress sul front-end. Saranno disponibili "
7379
+ "solo le pagine del forum. wpForo apparirà come un forum autonomo."
7380
+
7381
+ #: wpf-includes/wpf-phrases.php:842
7382
+ msgid "private"
7383
+ msgstr "privato"
7384
+
7385
+ #: wpf-includes/wpf-phrases.php:843
7386
+ msgid "public"
7387
+ msgstr "pubblico"
7388
+
7389
+ #: wpf-includes/wpf-phrases.php:844
7390
+ msgid "Private Topic"
7391
+ msgstr "Discussione priata"
7392
+
7393
+ #: wpf-includes/wpf-phrases.php:845
7394
+ msgid "Only Admins and Moderators can see your private topics."
7395
+ msgstr ""
7396
+ "Solo gli amministratori e i moderatori possono vedere le tue discussioni "
7397
+ "private."
7398
+
7399
+ #: wpf-includes/wpf-phrases.php:846
7400
+ msgid "Forum ID is not detected"
7401
+ msgstr "L'ID del forum non è stato rilevato"
7402
+
7403
+ #: wpf-includes/wpf-phrases.php:847
7404
+ msgid "You are not permitted to subscribe here"
7405
+ msgstr "Non ti è consentito sottoscrivere questo elemento"
7406
+
7407
+ #: wpf-includes/wpf-phrases.php:848
7408
+ msgid "Subscribe to this topic"
7409
+ msgstr "Iscriviti a questa discussione"
7410
+
7411
+ #: wpf-includes/wpf-phrases.php:851
7412
+ msgid "Awaiting moderation"
7413
+ msgstr "In attesa di moderazione"
7414
+
7415
+ #: wpf-includes/wpf-phrases.php:852
7416
+ msgid "Topic first post not found."
7417
+ msgstr "Primo post della discussione non trovato"
7418
+
7419
+ #: wpf-includes/wpf-phrases.php:853
7420
+ msgid "Topic first post data not found."
7421
+ msgstr "Dati primo post della discussione non trovati"
7422
+
7423
+ #: wpf-includes/wpf-phrases.php:854
7424
+ msgid "Settings successfully updated"
7425
+ msgstr "Configurazione correttamente caricata"
7426
+
7427
+ #: wpf-includes/wpf-phrases.php:855
7428
+ msgid "Done!"
7429
+ msgstr "Fatto!"
7430
+
7431
+ #: wpf-includes/wpf-phrases.php:856
7432
+ msgid "You are not allowed to attach this file type"
7433
+ msgstr "Non sei autorizzato ad allegare questo tipo di file"
7434
+
7435
+ #: wpf-includes/wpf-phrases.php:857
7436
+ msgid "Post is empty"
7437
+ msgstr "Il post è vuoto"
7438
+
7439
+ #: wpf-includes/wpf-phrases.php:858
7440
+ msgid "removed link"
7441
+ msgstr "Link rimosso"
7442
+
7443
+ #: wpf-includes/wpf-phrases.php:859
7444
+ msgid "Submit"
7445
+ msgstr "Invia"
7446
+
7447
+ #: wpf-includes/wpf-phrases.php:864
7448
+ msgid "User Title"
7449
+ msgstr "Titolo utente"
7450
+
7451
+ #: wpf-includes/wpf-phrases.php:865
7452
+ msgid "Anonymous"
7453
+ msgstr "Utente"
7454
+
7455
+ #: wpf-includes/wpf-phrases.php:868
7456
+ msgid "approved"
7457
+ msgstr "approvato"
7458
+
7459
+ #: wpf-includes/wpf-phrases.php:869
7460
+ msgid "unapproved"
7461
+ msgstr "disapprovato"
7462
+
7463
+ #: wpf-includes/wpf-phrases.php:872
7464
+ msgid "--- Choose ---"
7465
+ msgstr "-- Scegli --"
7466
+
7467
+ #: wpf-includes/wpf-phrases.php:873
7468
+ msgid "Required field"
7469
+ msgstr "Campo richiesto"
7470
+
7471
+ #: wpf-includes/wpf-phrases.php:876
7472
+ msgid "Add Reply"
7473
+ msgstr "Aggiungi risposta"
7474
+
7475
+ #: wpf-includes/wpf-phrases.php:877
7476
+ msgid "Forums RSS Feed"
7477
+ msgstr "Feed RSS Forum"
7478
+
7479
+ #: wpf-includes/wpf-phrases.php:878
7480
+ msgid "Topics RSS Feed"
7481
+ msgstr "RSS Feed discussioni"
7482
+
7483
+ #: wpf-includes/wpf-phrases.php:879
7484
+ msgid "Find a member"
7485
+ msgstr "Trova un utente"
7486
+
7487
+ #: wpf-includes/wpf-phrases.php:880
7488
+ msgid "Display Name or Nicename"
7489
+ msgstr "Nome o username"
7490
+
7491
+ #: wpf-includes/wpf-phrases.php:881
7492
+ msgid "Reset Search"
7493
+ msgstr "Reimposta ricerca"
7494
+
7495
+ #: wpf-includes/wpf-phrases.php:882
7496
+ msgid "Reset Result"
7497
+ msgstr "Ripristina risultato"
7498
+
7499
+ #: wpf-includes/wpf-phrases.php:888
7500
+ msgid "No posts were found here"
7501
+ msgstr "Nessun post trovato qui"
7502
+
7503
+ #: wpf-includes/wpf-phrases.php:891
7504
+ msgid "forum link"
7505
+ msgstr "link forum"
7506
+
7507
+ #: wpf-includes/wpf-phrases.php:892
7508
+ msgid "in forum"
7509
+ msgstr "nel forum"
7510
+
7511
+ #: wpf-includes/wpf-phrases.php:893
7512
+ msgid ""
7513
+ "You can mention a person using @nicename in post content to send that person "
7514
+ "an email message. When you post a topic or reply, forum sends an email "
7515
+ "message to the user letting them know that they have been mentioned on the "
7516
+ "post."
7517
+ msgstr ""
7518
+ "Puoi menzionare una persona che utilizza @nicename nel contenuto del post "
7519
+ "per inviare a quella persona un messaggio di posta elettronica. Quando "
7520
+ "pubblichi una discussione o rispondi, il forum invia un messaggio di posta "
7521
+ "elettronica all'utente facendogli sapere che sono stati menzionati nel post."
7522
+
7523
+ #: wpf-includes/wpf-phrases.php:896
7524
+ msgid "You are not allowed to edit this post"
7525
+ msgstr "Non hai i permessi per modificare questo post"
7526
+
7527
+ #: wpf-includes/wpf-phrases.php:897
7528
+ msgid "Google reCAPTCHA verification failed"
7529
+ msgstr "Verifica reCAPTCHA di Google non riuscita"
7530
+
7531
+ #: wpf-includes/wpf-phrases.php:899
7532
+ msgid "Welcome!"
7533
+ msgstr "Benvenuta!"
7534
+
7535
+ #: wpf-includes/wpf-phrases.php:900
7536
+ msgid "Join us today!"
7537
+ msgstr "Unisciti a noi oggi!"
7538
+
7539
+ #: wpf-includes/wpf-phrases.php:902
7540
+ msgid "Please Insert Your Email or Username"
7541
+ msgstr "Per favore inserisci la tua email o username"
7542
+
7543
+ #: wpf-includes/wpf-phrases.php:903
7544
+ msgid "Reset Password"
7545
+ msgstr "Resetta la password"
7546
+
7547
+ #: wpf-includes/wpf-phrases.php:904
7548
+ msgid "Forgot Your Password?"
7549
+ msgstr "Hai perso la Password"
7550
+
7551
+ #: wpf-includes/wpf-phrases.php:907
7552
+ #, php-format
7553
+ msgid "%s created a new topic %s"
7554
+ msgstr "%s ha creato una nuova discussione %s"
7555
+
7556
+ #: wpf-includes/wpf-phrases.php:908
7557
+ #, php-format
7558
+ msgid "%s replied to the topic %s"
7559
+ msgstr "%s hanno risposto alla discussione %s"
7560
+
7561
+ #: wpf-includes/wpf-phrases.php:909
7562
+ #, php-format
7563
+ msgid "%s liked forum post %s"
7564
+ msgstr "%s hanno apprezzato il post %s"
7565
+
7566
+ #: wpf-includes/wpf-phrases.php:910
7567
+ msgid "Read more"
7568
+ msgstr "Leggi tutto"
7569
+
7570
+ #: wpf-includes/wpf-phrases.php:911
7571
+ msgid "Forum topic"
7572
+ msgstr "Discussioni forum"
7573
+
7574
+ #: wpf-includes/wpf-phrases.php:912
7575
+ msgid "Forum post"
7576
+ msgstr "Post sul forum"
7577
+
7578
+ #: wpf-includes/wpf-phrases.php:913
7579
+ msgid "Forum post like"
7580
+ msgstr "Like post Forum"
7581
+
7582
+ #: wpf-includes/wpf-phrases.php:915
7583
+ msgid "Target Topic URL"
7584
+ msgstr "URL destinazione discussione"
7585
+
7586
+ #: wpf-includes/wpf-phrases.php:916
7587
+ msgid "Target Topic not found"
7588
+ msgstr "Destinazione discussione non trovata"
7589
+
7590
+ #: wpf-includes/wpf-phrases.php:917
7591
+ msgid "Merge Topics"
7592
+ msgstr "Unisci discussioni"
7593
+
7594
+ #: wpf-includes/wpf-phrases.php:918
7595
+ msgid "Split Topic"
7596
+ msgstr "Dividi discussioni"
7597
+
7598
+ #: wpf-includes/wpf-phrases.php:919
7599
+ msgid ""
7600
+ "Please copy the target topic URL from browser address bar and paste in the "
7601
+ "field below."
7602
+ msgstr ""
7603
+ "Copia l'URL dell'argomento di destinazione dalla barra degli indirizzi del "
7604
+ "browser e incollalo nel campo sottostante."
7605
+
7606
+ #: wpf-includes/wpf-phrases.php:920
7607
+ msgid ""
7608
+ "All posts will be merged and displayed (ordered) in target topic according "
7609
+ "to posts dates. If you want to append merged posts to the end of the target "
7610
+ "topic you should allow to update posts dates to current date by check the "
7611
+ "option below."
7612
+ msgstr ""
7613
+ "Tutti i post verranno uniti e visualizzati (ordinati) nella discussione di "
7614
+ "destinazione in base alle date dei post. Se desideri aggiungere post uniti "
7615
+ "alla fine della discussione di destinazione, dovresti consentire di "
7616
+ "aggiornare le date dei post alla data corrente selezionando l'opzione di "
7617
+ "seguito."
7618
+
7619
+ #: wpf-includes/wpf-phrases.php:921
7620
+ msgid ""
7621
+ "Update post dates (current date) to allow append posts to the end of the "
7622
+ "target topic."
7623
+ msgstr ""
7624
+ "Aggiorna le date dei post (data corrente) per consentire di aggiungere post "
7625
+ "alla fine della discussione di destinazione."
7626
+
7627
+ #: wpf-includes/wpf-phrases.php:922
7628
+ msgid "Update post titles with target topic title."
7629
+ msgstr ""
7630
+ "Aggiorna i titoli dei post con il titolo della discussione di destinazione."
7631
+
7632
+ #: wpf-includes/wpf-phrases.php:923
7633
+ msgid ""
7634
+ "Topics once merged cannot be unmerged. This topic URL will no longer be "
7635
+ "available."
7636
+ msgstr ""
7637
+ "Una volta che le discussioni sono state unite non si possono più dividere. "
7638
+ "L'url di questa discussione non sarà più disponibile."
7639
+
7640
+ #: wpf-includes/wpf-phrases.php:924
7641
+ msgid "Create New Topic"
7642
+ msgstr "Crea una nuova discussione"
7643
+
7644
+ #: wpf-includes/wpf-phrases.php:925
7645
+ msgid ""
7646
+ "Create new topic with split posts. The first post of new topic becomes the "
7647
+ "earliest reply."
7648
+ msgstr ""
7649
+ "Crea una nuova discussione con post divisi. Il primo post di una nuova "
7650
+ "discussione diventa la prima risposta."
7651
+
7652
+ #: wpf-includes/wpf-phrases.php:926
7653
+ msgid "New Topic Title"
7654
+ msgstr "Titolo nuova discussione"
7655
+
7656
+ #: wpf-includes/wpf-phrases.php:927
7657
+ msgid "New Topic Forum"
7658
+ msgstr "Nuova discussione forum"
7659
+
7660
+ #: wpf-includes/wpf-phrases.php:928
7661
+ msgid "Select Posts to Split"
7662
+ msgstr "Seleziona i post da splittare"
7663
+
7664
+ #: wpf-includes/wpf-phrases.php:929
7665
+ msgid ""
7666
+ "Topic once split cannot be unsplit. The first post of new topic becomes the "
7667
+ "earliest reply."
7668
+ msgstr ""
7669
+ "Una volta che la discussione è stata splittata non si può riunire. Il primo "
7670
+ "post della nuova discussione diventa la prima risposta"
7671
+
7672
+ #: wpf-includes/wpf-phrases.php:930
7673
+ msgid "Merge"
7674
+ msgstr "Unisci"
7675
+
7676
+ #: wpf-includes/wpf-phrases.php:931
7677
+ msgid "Split"
7678
+ msgstr "Dividi"
7679
+
7680
+ #: wpf-includes/wpf-phrases.php:932
7681
+ msgid "Move Reply"
7682
+ msgstr "Sposta risposta"
7683
+
7684
+ #: wpf-includes/wpf-phrases.php:933
7685
+ msgid ""
7686
+ "This action changes topic URL. Once the topic is moved to other forum the "
7687
+ "old URL of this topic will no longer be available."
7688
+ msgstr ""
7689
+ "Questa azione cambia l'URL della discussione. Una volta spostato la "
7690
+ "discussione in un altro forum, il vecchio URL di questa discussione non sarà "
7691
+ "più disponibile."
7692
+
7693
+ #: wpf-includes/wpf-phrases.php:937
7694
+ msgid "No data submitted"
7695
+ msgstr "Nessun dato inviato"
7696
+
7697
+ #: wpf-includes/wpf-phrases.php:938
7698
+ msgid "User profile fields not found"
7699
+ msgstr "Campi del profilo utente non trovati"
7700
+
7701
+ #: wpf-includes/wpf-phrases.php:939
7702
+ msgid "field is required"
7703
+ msgstr "Campo richiesto"
7704
+
7705
+ #: wpf-includes/wpf-phrases.php:940
7706
+ #, php-format
7707
+ msgid "field value must be at least %d"
7708
+ msgstr "il valore del campo deve essere almeno %d"
7709
+
7710
+ #: wpf-includes/wpf-phrases.php:941
7711
+ #, php-format
7712
+ msgid "field value cannot be greater than %d"
7713
+ msgstr "il valore del campo non può essere maggiore di %d"
7714
+
7715
+ #: wpf-includes/wpf-phrases.php:942
7716
+ #, php-format
7717
+ msgid "field length must be at least %d characters"
7718
+ msgstr "la lunghezza del campo deve essere almeno %d caratteri"
7719
+
7720
+ #: wpf-includes/wpf-phrases.php:943
7721
+ #, php-format
7722
+ msgid "field length cannot be greater than %d characters"
7723
+ msgstr "la lunghezza del campo non può essere superiore a %d caratteri"
7724
+
7725
+ #: wpf-includes/wpf-phrases.php:944
7726
+ msgid "field value is not a valid URL"
7727
+ msgstr "il valore del campo non è un URL valido"
7728
+
7729
+ #: wpf-includes/wpf-phrases.php:945
7730
+ msgid "file type is not detected"
7731
+ msgstr "il tipo di file non viene rilevato"
7732
+
7733
+ #: wpf-includes/wpf-phrases.php:946
7734
+ #, php-format
7735
+ msgid "file type %s is not allowed"
7736
+ msgstr "il tipo di file %s non è consentito"
7737
+
7738
+ #: wpf-includes/wpf-phrases.php:947
7739
+ msgid "file is too large"
7740
+ msgstr "file troppo grande"
7741
+
7742
+ #: wpf-includes/wpf-phrases.php:948
7743
+ msgid "Success! Please check your mail for confirmation."
7744
+ msgstr "Successo! Per favore controlla la tua email per conferma"
7745
+
7746
+ #: wpf-includes/wpf-phrases.php:949
7747
+ #, php-format
7748
+ msgid "Username length must be between %d characters and %d characters."
7749
+ msgstr ""
7750
+ "La lunghezza dello username deve essere tra %d caratteri e %d caratteri."
7751
+
7752
+ #: wpf-includes/wpf-phrases.php:950
7753
+ msgid "User registration is disabled."
7754
+ msgstr "La registrazione utente è disabilitata."
7755
+
7756
+ #: wpf-includes/wpf-phrases.php:951
7757
+ msgid "Avatar image is too big maximum allowed size is 2MB"
7758
+ msgstr ""
7759
+ "L'immagine dell'avatar è troppo grande La dimensione massima consentita è di "
7760
+ "2 MB"
7761
+
7762
+ #: wpf-includes/wpf-phrases.php:952
7763
+ msgid "One of the selected Usergroups cannot be set as Secondary"
7764
+ msgstr ""
7765
+ "Uno dei gruppi utenti selezionati non può essere impostato come secondario"
7766
+
7767
+ #: wpf-includes/wpf-phrases.php:953
7768
+ msgid "The selected Usergroup is not found in allowed list"
7769
+ msgstr ""
7770
+ "Il gruppo utenti selezionato non è stato trovato nell'elenco consentito"
7771
+
7772
+ #: wpf-includes/wpf-phrases.php:954
7773
+ msgid "The selected Usergroup cannot be set"
7774
+ msgstr "Il gruppo utenti selezionato non può essere impostato"
7775
+
7776
+ #: wpf-includes/wpf-phrases.php:955
7777
+ msgid "Admin and Moderator Usergroups are not permitted"
7778
+ msgstr "I gruppi utenti amministratore e moderatore non sono ammessi"
7779
+
7780
+ #: wpf-includes/wpf-phrases.php:956
7781
+ msgid "You have no permission to edit Usergroup field"
7782
+ msgstr "Non sei autorizzato a modificare il campo Gruppo utenti"
7783
+
7784
+ #: wpf-includes/wpf-phrases.php:957
7785
+ msgid "This nickname is already in use. Please insert another."
7786
+ msgstr "Questo nickname è già in uso. Per favore inseriscine un altro"
7787
+
7788
+ #: wpf-includes/wpf-phrases.php:958
7789
+ msgid "Nickname validation failed"
7790
+ msgstr "Convalida del nickname non riuscita"
7791
+
7792
+ #: wpf-includes/wpf-phrases.php:959
7793
+ msgid "Numerical nicknames are not allowed. Please insert another."
7794
+ msgstr ""
7795
+ "I nomi utenti numerici non sono ammessi. Si prega di inserire un altro."
7796
+
7797
+ #: wpf-includes/wpf-phrases.php:960
7798
+ #, php-format
7799
+ msgid "Maximum allowed file size is %s MB"
7800
+ msgstr "Dimensione file massima %s MB"
7801
+
7802
+ #: wpf-includes/wpf-phrases.php:961
7803
+ msgid "This email address is already registered. Please insert another"
7804
+ msgstr ""
7805
+ "Questo indirizzo email è già registrato. Per favore inseriscine un altro"
7806
+
7807
+ #: wpf-includes/wpf-phrases.php:962
7808
+ #, php-format
7809
+ msgid "Allowed file types: %s"
7810
+ msgstr "Tipi di file consentiti: %s"
7811
+
7812
+ #: wpf-includes/wpf-phrases.php:963
7813
+ msgid "Form name not found"
7814
+ msgstr "Nome del modulo non trovato"
7815
+
7816
+ #: wpf-includes/wpf-phrases.php:964
7817
+ msgid "Form template not found"
7818
+ msgstr "Template forum non trovato"
7819
+
7820
+ #: wpf-includes/wpf-phrases.php:965
7821
+ msgid "Profile updated successfully"
7822
+ msgstr "Profilo aggiornato con successo"
7823
+
7824
+ #: wpf-includes/wpf-phrases.php:966
7825
+ msgid "User data update failed"
7826
+ msgstr "Errore aggiornamento dati utente"
7827
+
7828
+ #: wpf-includes/wpf-phrases.php:967
7829
+ msgid "User profile update failed"
7830
+ msgstr "Errore aggiornamento profilo utente"
7831
+
7832
+ #: wpf-includes/wpf-phrases.php:968
7833
+ msgid "User custom field update failed"
7834
+ msgstr "Aggiornamento del campo personalizzato dell'utente non riuscito"
7835
+
7836
+ #: wpf-includes/wpf-phrases.php:969
7837
+ msgid "Sorry, there was an error uploading attached file"
7838
+ msgstr "Spiacente c'è stato un errore durante il caricamento del file"
7839
+
7840
+ #: wpf-includes/wpf-phrases.php:970
7841
+ msgid "Edit Topic"
7842
+ msgstr "Modifica discussione"
7843
+
7844
+ #: wpf-includes/wpf-phrases.php:971
7845
+ #, php-format
7846
+ msgid "This topic was modified %s by %s"
7847
+ msgstr "Questa discussione è stata modificata %s da %s"
7848
+
7849
+ #: wpf-includes/wpf-phrases.php:972
7850
+ msgid "Edit Post"
7851
+ msgstr "Modifica post"
7852
+
7853
+ #: wpf-includes/wpf-phrases.php:973
7854
+ #, php-format
7855
+ msgid "This post was modified %s by %s"
7856
+ msgstr "Questo post è stato modificato %s da %s"
7857
+
7858
+ #: wpf-includes/wpf-phrases.php:977
7859
+ msgid "Topic link"
7860
+ msgstr "Link discussione"
7861
+
7862
+ #: wpf-includes/wpf-phrases.php:978
7863
+ msgid "Forum Topics Started"
7864
+ msgstr "Discussioni forum iniziate"
7865
+
7866
+ #: wpf-includes/wpf-phrases.php:979
7867
+ msgid "Forum Replies Created"
7868
+ msgstr "Risposte del forum create"
7869
+
7870
+ #: wpf-includes/wpf-phrases.php:980
7871
+ msgid "Liked Forum Posts"
7872
+ msgstr "Post del forum apprezzati"
7873
+
7874
+ #: wpf-includes/wpf-phrases.php:981
7875
+ msgid "Forum Subscriptions"
7876
+ msgstr "Iscrizioni forum"
7877
+
7878
+ #: wpf-includes/wpf-phrases.php:984
7879
+ #, php-format
7880
+ msgid "Start typing tags here (maximum %d tags are allowed)..."
7881
+ msgstr "Inizia a digitare i tag qui (sono ammessi al massimo %d etichette) ..."
7882
+
7883
+ #: wpf-includes/wpf-phrases.php:985
7884
+ msgid "Topic Tags"
7885
+ msgstr "Etichette discussione"
7886
+
7887
+ #: wpf-includes/wpf-phrases.php:986
7888
+ msgid "Topic Tag"
7889
+ msgstr "Etichetta discussione"
7890
+
7891
+ #: wpf-includes/wpf-phrases.php:987
7892
+ msgid "Separate tags using a comma"
7893
+ msgstr "Separa le etichette usando una virgola"
7894
+
7895
+ #: wpf-includes/wpf-phrases.php:988
7896
+ msgid "Tag"
7897
+ msgstr "Etichetta"
7898
+
7899
+ #: wpf-includes/wpf-phrases.php:990
7900
+ msgid "Find Topics by Tags"
7901
+ msgstr "Trova discussioni da etichette"
7902
+
7903
+ #: wpf-includes/wpf-phrases.php:991
7904
+ msgid "Related Topics"
7905
+ msgstr "Discussioni correlate"
7906
+
7907
+ #: wpf-includes/wpf-phrases.php:992
7908
+ msgid "Next Topic"
7909
+ msgstr "Prossima discussione"
7910
+
7911
+ #: wpf-includes/wpf-phrases.php:993
7912
+ msgid "Previous Topic"
7913
+ msgstr "Discussione precedente"
7914
+
7915
+ #: wpf-includes/wpf-phrases.php:994
7916
+ msgid "All forum topics"
7917
+ msgstr "Tutti le discussioni del forum"
7918
+
7919
+ #: wpf-includes/wpf-phrases.php:995
7920
+ msgid "No tags found"
7921
+ msgstr "Eichette non trovate"
7922
+
7923
+ #: wpf-includes/wpf-phrases.php:996
7924
+ msgid "Forum contains no unread posts"
7925
+ msgstr "Il forum non contiene post non letti"
7926
+
7927
+ #: wpf-includes/wpf-phrases.php:997
7928
+ msgid "Forum contains unread posts"
7929
+ msgstr "Il forum contiene post non letti"
7930
+
7931
+ #: wpf-includes/wpf-phrases.php:998
7932
+ msgid "Mark all read"
7933
+ msgstr "Segna tutti letti"
7934
+
7935
+ #: wpf-includes/wpf-phrases.php:999
7936
+ msgid "Not Replied"
7937
+ msgstr "Nessuna Risposta"
7938
+
7939
+ #: wpf-includes/wpf-phrases.php:1001
7940
+ msgid "red"
7941
+ msgstr "rosso"
7942
+
7943
+ #: wpf-includes/wpf-phrases.php:1002
7944
+ msgid "green"
7945
+ msgstr "verde"
7946
+
7947
+ #: wpf-includes/wpf-phrases.php:1003
7948
+ msgid "orange"
7949
+ msgstr "arancione"
7950
+
7951
+ #: wpf-includes/wpf-phrases.php:1004
7952
+ msgid "grey"
7953
+ msgstr "grigio"
7954
+
7955
+ #: wpf-includes/wpf-phrases.php:1005
7956
+ msgid "dark"
7957
+ msgstr "scuro"
7958
+
7959
+ #: wpf-includes/wpf-phrases.php:1006
7960
+ msgid "Tags are disabled"
7961
+ msgstr "Etichette disabilitate"
7962
+
7963
+ #: wpf-includes/wpf-phrases.php:1007
7964
+ msgid "Unread Posts"
7965
+ msgstr "Post da leggere"
7966
+
7967
+ #: wpf-includes/wpf-phrases.php:1008
7968
+ msgid "No unread posts were found"
7969
+ msgstr "Nessun post da leggere"
7970
+
7971
+ #: wpf-includes/wpf-phrases.php:1011
7972
+ msgid "Ask a question"
7973
+ msgstr "Fai una domanda"
7974
+
7975
+ #: wpf-includes/wpf-phrases.php:1012
7976
+ msgid "Your question"
7977
+ msgstr "La tua domanda"
7978
+
7979
+ #: wpf-includes/wpf-phrases.php:1013
7980
+ msgid "Question Tags"
7981
+ msgstr "Etichette domande"
7982
+
7983
+ #: wpf-includes/wpf-phrases.php:1017
7984
+ #, php-format
7985
+ msgid "%d user ( %s )"
7986
+ msgstr "%d utente ( %s )"
7987
+
7988
+ #: wpf-includes/wpf-phrases.php:1018
7989
+ #, php-format
7990
+ msgid "%d users ( %s )"
7991
+ msgstr "%d utenti ( %s )"
7992
+
7993
+ #: wpf-includes/wpf-phrases.php:1019
7994
+ #, php-format
7995
+ msgid "Recently viewed by users: %s."
7996
+ msgstr "Visualizzazioni recenti dagli utenti: %s."
7997
+
7998
+ #: wpf-includes/wpf-phrases.php:1020
7999
+ #, php-format
8000
+ msgid "%s guest"
8001
+ msgstr "%s ospite"
8002
+
8003
+ #: wpf-includes/wpf-phrases.php:1021
8004
+ #, php-format
8005
+ msgid "%s guests"
8006
+ msgstr "%s ospiti"
8007
+
8008
+ #: wpf-includes/wpf-phrases.php:1022
8009
+ #, php-format
8010
+ msgid "%d times"
8011
+ msgstr "%d tempo"
8012
+
8013
+ #: wpf-includes/wpf-phrases.php:1023
8014
+ #, php-format
8015
+ msgid "Currently viewing this topic %s %s %s."
8016
+ msgstr "Attualmente sta visualizzando questa discussione %s %s %s."
8017
+
8018
+ #: wpf-includes/wpf-phrases.php:1026
8019
+ msgid "Forum Icons"
8020
+ msgstr "Icone forum"
8021
+
8022
+ #: wpf-includes/wpf-phrases.php:1027
8023
+ #, php-format
8024
+ msgid "(%d viewing)"
8025
+ msgstr "(%d visualizzati)"
8026
+
8027
+ #: wpf-includes/wpf-phrases.php:1028
8028
+ #, php-format
8029
+ msgid "View all tags (%d)"
8030
+ msgstr "Vedi tutte le etichette (%d)"
8031
+
8032
+ #: wpf-includes/wpf-phrases.php:1031
8033
+ msgid "Tools: Move, Split, Merge"
8034
+ msgstr "Strumenti: Sposta, Dividi, Unisci"
8035
+
8036
+ #: wpf-includes/wpf-phrases.php:1032
8037
+ msgid "Hide Replies"
8038
+ msgstr "Nascondi risposte"
8039
+
8040
+ #: wpf-includes/wpf-phrases.php:1033
8041
+ msgid "Show Replies"
8042
+ msgstr "Mostra risposte"
8043
+
8044
+ #: wpf-includes/wpf-phrases.php:1034
8045
+ msgid "No threads found"
8046
+ msgstr "Nessuna discussione trovata"
8047
+
8048
+ #: wpf-includes/wpf-phrases.php:1035
8049
+ msgid "Most Voted"
8050
+ msgstr "Più votato"
8051
+
8052
+ #: wpf-includes/wpf-phrases.php:1036
8053
+ msgid "Most Commented"
8054
+ msgstr "Più commentato"
8055
+
8056
+ #: wpf-includes/wpf-phrases.php:1037
8057
+ msgid "Newest"
8058
+ msgstr "i più nuovi"
8059
+
8060
+ #: wpf-includes/wpf-phrases.php:1038
8061
+ msgid "Oldest"
8062
+ msgstr "il più vecchio"
8063
+
8064
+ #: wpf-includes/wpf-phrases.php:1039
8065
+ #, php-format
8066
+ msgid "%d Answers"
8067
+ msgstr "%d Risposte"
8068
+
8069
+ #: wpf-includes/wpf-phrases.php:1040
8070
+ #, php-format
8071
+ msgid "%d Answer"
8072
+ msgstr "%d Risposta"
8073
+
8074
+ #: wpf-includes/wpf-phrases.php:1043
8075
+ #, php-format
8076
+ msgid "%s Replies"
8077
+ msgstr "%s Risposte"
8078
+
8079
+ #: wpf-includes/wpf-phrases.php:1044
8080
+ #, php-format
8081
+ msgid "%s Reply"
8082
+ msgstr "%s Risposta"
8083
+
8084
+ #: wpf-includes/wpf-phrases.php:1045
8085
+ msgid "No forum selected"
8086
+ msgstr "Nessun forum selezionato"
8087
+
8088
+ #: wpf-includes/wpf-phrases.php:1046
8089
+ msgid "Quote this text"
8090
+ msgstr "Quota questo testo"
8091
+
8092
+ #: wpf-includes/wpf-phrases.php:1049
8093
+ msgid "Preview"
8094
+ msgstr "Anteprima"
8095
+
8096
+ #: wpf-includes/wpf-phrases.php:1050
8097
+ msgid "Revision"
8098
+ msgstr "Revisione"
8099
+
8100
+ #: wpf-includes/wpf-phrases.php:1051
8101
+ msgid "Revisions"
8102
+ msgstr "Revisioni"
8103
+
8104
+ #: wpf-includes/wpf-phrases.php:1052
8105
+ #, php-format
8106
+ msgid "%1$s Revisions"
8107
+ msgstr "%1$s Revisioni"
8108
+
8109
+ #: wpf-includes/wpf-phrases.php:1053
8110
+ msgid "Saved"
8111
+ msgstr "Salvato"
8112
+
8113
+ #: wpf-includes/wpf-phrases.php:1054
8114
+ msgid "Restore"
8115
+ msgstr "Ripristina"
8116
+
8117
+ #: wpf-includes/wpf-phrases.php:1055
8118
+ msgid "Save Draft"
8119
+ msgstr "Salva bozza"
8120
+
8121
+ #: wpf-includes/wpf-phrases.php:1056
8122
+ msgid "Saving Draft"
8123
+ msgstr "Salvataggio bozza"
8124
+
8125
+ #: wpf-includes/wpf-phrases.php:1057
8126
+ msgid "Loading Topics"
8127
+ msgstr "Carica discussioni"
8128
+
8129
+ #: wpf-includes/wpf-phrases.php:1058
8130
+ msgid "Topic Tag:"
8131
+ msgstr "Etichetta discussione:"
8132
+
8133
+ #: wpf-includes/wpf-phrases.php:1059
8134
+ msgid "Default avatar"
8135
+ msgstr "Avatar di Default"
8136
+
8137
+ #: wpf-includes/wpf-phrases.php:1063
8138
+ msgid "Notifications"
8139
+ msgstr "Notifiche"
8140
+
8141
+ #: wpf-includes/wpf-phrases.php:1064
8142
+ msgid "Clear all"
8143
+ msgstr "Cancella tutti"
8144
+
8145
+ #: wpf-includes/wpf-phrases.php:1065
8146
+ msgid "You have no new notification"
8147
+ msgstr "Non hai una nuova notifica"
8148
+
8149
+ #: wpf-includes/wpf-phrases.php:1066
8150
+ msgid "You have no new notifications"
8151
+ msgstr "Non hai nuove notifiche"
8152
+
8153
+ #: wpf-includes/wpf-phrases.php:1067
8154
+ msgid "You have new notifications"
8155
+ msgstr "Hai nuove notifiche"
8156
+
8157
+ #: wpf-includes/wpf-phrases.php:1068
8158
+ msgid "You have a new notification"
8159
+ msgstr "Hai una nuova notifica"
8160
+
8161
+ #: wpf-includes/wpf-phrases.php:1070
8162
+ #, php-format
8163
+ msgid "New reply from %1$s, %2$s"
8164
+ msgstr "Nuova risposta da %1$s, %2$s"
8165
+
8166
+ #: wpf-includes/wpf-phrases.php:1071
8167
+ msgid "New Like"
8168
+ msgstr "Nuovo Like"
8169
+
8170
+ #: wpf-includes/wpf-phrases.php:1072
8171
+ #, php-format
8172
+ msgid "New like from %1$s, %2$s"
8173
+ msgstr "Nuovo Like da %1$s, %2$s"
8174
+
8175
+ #: wpf-includes/wpf-phrases.php:1073
8176
+ msgid "New Up Vote"
8177
+ msgstr "Nuovo voto"
8178
+
8179
+ #: wpf-includes/wpf-phrases.php:1074
8180
+ #, php-format
8181
+ msgid "New up vote from %1$s, %2$s"
8182
+ msgstr "Nuovo voto da %1$s, %2$s"
8183
+
8184
+ #: wpf-includes/wpf-phrases.php:1075
8185
+ msgid "New Down Vote"
8186
+ msgstr "Nuovo voto basso"
8187
+
8188
+ #: wpf-includes/wpf-phrases.php:1076
8189
+ #, php-format
8190
+ msgid "New down vote from %1$s, %2$s"
8191
+ msgstr "Nuovo voto basso da %1$s, %2$s"
8192
+
8193
+ #: wpf-includes/wpf-phrases.php:1077
8194
+ msgid "Go to first unread post"
8195
+ msgstr "Vai al primo messaggio non letto"
8196
+
8197
+ #: wpf-includes/wpf-phrases.php:1080
8198
+ msgid "New User Mentioning"
8199
+ msgstr "Citazioni per nuovi utenti"
8200
+
8201
+ #: wpf-includes/wpf-phrases.php:1081
8202
+ #, php-format
8203
+ msgid "%1$s has mentioned you, %2$s"
8204
+ msgstr "%1$s ti ha citato, %2$s"
8205
+
8206
+ #: wpf-includes/wpf-phrases.php:1082
8207
+ msgid "New Notification"
8208
+ msgstr "Nuova notifica"
8209
+
8210
+ #: wpf-includes/wpf-phrases.php:1083
8211
+ #, php-format
8212
+ msgid "New notification from %1$s, %2$s"
8213
+ msgstr "Nuova notifica da %1$s, %2$s"
8214
+
8215
+ #: wpf-includes/wpf-phrases.php:1085
8216
+ msgid "Protect your forum from spam user registration!"
8217
+ msgstr "Proteggi il tuo forum dalla registrazione dell'utente spam!"
8218
+
8219
+ #: wpf-includes/wpf-phrases.php:1086
8220
+ #, php-format
8221
+ msgid ""
8222
+ "wpForo has not found any protection solution against spam user registration "
8223
+ "on the forum registration form. Please %1$s and enable the %2$s antibot "
8224
+ "protection in %3$s or install other alternative %4$s to avoid registration "
8225
+ "of spam users."
8226
+ msgstr ""
8227
+ "wpForo non ha trovato alcuna soluzione di protezione contro la registrazione "
8228
+ "dell'utente spam nel modulo di registrazione del forum. %1$s e abilita la "
8229
+ "protezione antibot %2$s in %3$s oppure installa un'altra alternativa %4$s "
8230
+ "per evitare la registrazione degli utenti di spam."
8231
+
8232
+ #: wpf-includes/wpf-phrases.php:1087
8233
+ msgid "Tools &gt; Antispam Tab"
8234
+ msgstr "Strumenti > Scheda Antispam"
8235
+
8236
+ #: wpf-includes/wpf-phrases.php:1088
8237
+ msgid "WordPress plugin"
8238
+ msgstr "Plugin WordPress"
8239
+
8240
+ #: wpf-includes/wpf-phrases.php:1089
8241
+ msgid ""
8242
+ "This notification is only visible for the website administrators. It will be "
8243
+ "automatically disabled once some antispam solution is enabled. If you don't "
8244
+ "use wpForo registration form or you're sure, that you have an antispam "
8245
+ "solution just click the [dismiss] button."
8246
+ msgstr ""
8247
+ "Questa notifica è visibile solo agli amministratori del sito Web. Verrà "
8248
+ "automaticamente disabilitato una volta abilitata una soluzione antispam. Se "
8249
+ "non si utilizza il modulo di registrazione di wpForo o si è sicuri di "
8250
+ "disporre di una soluzione antispam, fare clic sul pulsante [ignora]."
8251
+
8252
+ #: wpf-includes/wpf-phrases.php:1090
8253
+ msgid "Dismiss"
8254
+ msgstr "Ignora"
8255
+
8256
+ #: wpf-includes/wpf-phrases.php:1091
8257
+ msgid "Add New Category or Forum"
8258
+ msgstr "Aggiungi nuova categoria o forum"
8259
+
8260
+ #: wpf-includes/wpf-phrases.php:1092
8261
+ msgid "Change Color Style"
8262
+ msgstr "Cambia colore stili"
8263
+
8264
+ #: wpf-includes/wpf-phrases.php:1093
8265
+ msgid "Post Moderation"
8266
+ msgstr "Moderazione Post"
8267
+
8268
+ #: wpf-includes/wpf-phrases.php:1094
8269
+ msgid "Forum Menu"
8270
+ msgstr "Menu Forum"
8271
+
8272
+ #: wpf-includes/wpf-phrases.php:1095
8273
+ msgid "Forum Widgets"
8274
+ msgstr "Widgets Forum"
8275
+
8276
+ #: wpf-includes/wpf-phrases.php:1096
8277
+ msgid "Delete Forum Cache"
8278
+ msgstr "Cancella Cache Forum"
8279
+
8280
+ #: wpf-includes/wpf-phrases.php:1097
8281
+ msgid "Admin Control Panel"
8282
+ msgstr "Panello di controllo amministratore"
8283
+
8284
+ #: wpf-includes/wpf-phrases.php:1098
8285
+ msgid "the layout you want"
8286
+ msgstr "il layout desiderato"
8287
+
8288
+ #: wpf-includes/wpf-phrases.php:1099
8289
+ #, php-format
8290
+ msgid ""
8291
+ "Please note, that forums can be displayed with different layouts %1$s, just "
8292
+ "edit the top category (blue panel) and set %2$s. Child forums inherit the "
8293
+ "top category (blue panel) layout."
8294
+ msgstr ""
8295
+ "Tieni presente che i forum possono essere visualizzati con layout diversi "
8296
+ "%1$s, basta modificare la categoria superiore (riquadro blu) e impostare "
8297
+ "%2$s. I forum secondari ereditano il layout della categoria superiore "
8298
+ "(riquadro blu)."
8299
+
8300
+ #: wpf-includes/wpf-phrases.php:1100
8301
+ msgid "No new posts found"
8302
+ msgstr "Nessun nuovo post"
8303
+
8304
+ #: wpf-includes/wpf-phrases.php:1101
8305
+ msgid "I got it, please dismiss this message"
8306
+ msgstr "Ho capito, per favore ignora questo messaggio"
8307
+
8308
+ #: wpf-includes/wpf-phrases.php:1102
8309
+ msgid "configure"
8310
+ msgstr "configura"
8311
+
8312
+ #: wpf-includes/wpf-phrases.php:1103
8313
+ msgid "{new}"
8314
+ msgstr "{new}"
8315
+
8316
+ #: wpf-includes/wpf-phrases.php:1104
8317
+ msgid "Create Account"
8318
+ msgstr "Crea Account"
8319
+
8320
+ #: wpf-includes/wpf-phrases.php:1105
8321
+ msgid "Full"
8322
+ msgstr "Pieno"
8323
+
8324
+ #: wpf-includes/wpf-phrases.php:1106
8325
+ msgid "Short"
8326
+ msgstr "Corto"
8327
+
8328
+ #: wpf-themes/classic/functions.php:26
8329
+ msgid "Extended Layout - Recent topics"
8330
+ msgstr "Layout esteso - Discussioni recenti"
8331
+
8332
+ #: wpf-themes/classic/functions.php:35
8333
+ msgid "Extended Layout - Number of Recent topics"
8334
+ msgstr "Layout esteso - Numero di discussioni recenti"
8335
+
8336
+ #: wpf-themes/classic/functions.php:42
8337
+ msgid "Extended Layout - Recent topic length"
8338
+ msgstr "Layout esteso - Lunghezza discussione recente"
8339
+
8340
+ #: wpf-themes/classic/functions.php:43 wpf-themes/classic/functions.php:73
8341
+ #: wpf-themes/classic/functions.php:117
8342
+ msgid ""
8343
+ "Set this option value 0 if you want to show the whole title in recent topic "
8344
+ "area."
8345
+ msgstr ""
8346
+ "Impostare questa opzione sul valore 0 se si desidera mostrare l'intero "
8347
+ "titolo nell'area discussioni recenti."
8348
+
8349
+ #: wpf-themes/classic/functions.php:56
8350
+ msgid "Q&A Layout - Recent topics"
8351
+ msgstr "Layout Q&A - Discussioni recenti"
8352
+
8353
+ #: wpf-themes/classic/functions.php:65
8354
+ msgid "Q&A Layout - Number of Recent topics"
8355
+ msgstr "Layout Q&A - Numero di topic recenti"
8356
+
8357
+ #: wpf-themes/classic/functions.php:72
8358
+ msgid "Q&A Layout - Recent topic length"
8359
+ msgstr "Layout Q&A - Lunghezza discussione recenti"
8360
+
8361
+ #: wpf-themes/classic/functions.php:82
8362
+ msgid "Threaded Layout - Forums List"
8363
+ msgstr "Layout Threaded - Lista forum"
8364
+
8365
+ #: wpf-themes/classic/functions.php:91
8366
+ msgid "Threaded Layout - Display Thread Filtering Buttons"
8367
+ msgstr "Layout Threaded - Visualizza i pulsanti di filtro del thread"
8368
+
8369
+ #: wpf-themes/classic/functions.php:100
8370
+ msgid "Threaded Layout - Display Add Topic Button on Forum List"
8371
+ msgstr ""
8372
+ "Layout Threaded - Visualizza il pulsante Aggiungi discussione nell'elenco "
8373
+ "dei forum"
8374
+
8375
+ #: wpf-themes/classic/functions.php:109
8376
+ msgid "Threaded Layout - Number of Recent topics"
8377
+ msgstr "Layout Threaded - Numero di discussioni recenti"
8378
+
8379
+ #: wpf-themes/classic/functions.php:116
8380
+ msgid "Threaded Layout - Recent topic length"
8381
+ msgstr "Layout Threaded - Lunghezza discussione recente"
8382
+
8383
+ #: wpf-themes/classic/functions.php:132
8384
+ msgid "Extended Layout - Recent posts"
8385
+ msgstr "Layout esteso - post recenti"
8386
+
8387
+ #: wpf-themes/classic/functions.php:142
8388
+ msgid "Extended Layout - Number of Recent posts"
8389
+ msgstr "Layout esteso - numero di post recenti"
8390
+
8391
+ #: wpf-themes/classic/functions.php:143
8392
+ msgid ""
8393
+ "Set this option value 0 if you want to show all posts in recent posts area."
8394
+ msgstr ""
8395
+ "Impostare questa opzione sul valore 0 se si desidera mostrare tutti i post "
8396
+ "nell'area dei post recenti."
8397
+
8398
+ #: wpf-themes/classic/functions.php:151
8399
+ msgid "Extended Layout - Recent post length"
8400
+ msgstr "Layout esteso - Lunghezza post recente"
8401
+
8402
+ #: wpf-themes/classic/functions.php:152
8403
+ msgid ""
8404
+ "Set this option value 0 if you want to show the whole post content in recent "
8405
+ "post area."
8406
+ msgstr ""
8407
+ "Impostare questa opzione sul valore 0 se si desidera mostrare l'intero "
8408
+ "contenuto dei post nell'area dei post recenti."
8409
+
8410
+ #: wpf-themes/classic/functions.php:161
8411
+ msgid "Q&A Layout - Comment Form Type"
8412
+ msgstr "Layout Q&A - Tipo di form commenti"
8413
+
8414
+ #: wpf-themes/classic/functions.php:164 wpf-themes/classic/functions.php:225
8415
+ msgid "Visual Editor"
8416
+ msgstr "Editor visuale"
8417
+
8418
+ #: wpf-themes/classic/functions.php:165 wpf-themes/classic/functions.php:226
8419
+ msgid "Text Editor"
8420
+ msgstr "Editor testo"
8421
+
8422
+ #: wpf-themes/classic/functions.php:170
8423
+ msgid "Q&A Layout - Display Answer Editor"
8424
+ msgstr "Layout Q&A - Visualizza l'editor delle risposte"
8425
+
8426
+ #: wpf-themes/classic/functions.php:180
8427
+ msgid "Q&A Layout - Number of Answers per Page"
8428
+ msgstr "Layout Q&A - Numero di risposte per pagina"
8429
+
8430
+ #: wpf-themes/classic/functions.php:188
8431
+ msgid "Q&A Layout - Number of Comments per item in page load"
8432
+ msgstr ""
8433
+ "Layout Q&A - Numero di commenti per articolo nel caricamento della pagina"
8434
+
8435
+ #: wpf-themes/classic/functions.php:189
8436
+ msgid "Set this option value 0 if you want to show all comments"
8437
+ msgstr ""
8438
+ "Impostare questa opzione sul valore 0 se si desidera mostrare tutti i "
8439
+ "commenti"
8440
+
8441
+ #: wpf-themes/classic/functions.php:197
8442
+ msgid "Q&A Layout - First Post Reply Button"
8443
+ msgstr "Layout Q&A - Pulsante Rispondi al primo post"
8444
+
8445
+ #: wpf-themes/classic/functions.php:208
8446
+ msgid "Comment content minimum length"
8447
+ msgstr "Lunghezza minima del contenuto del commento"
8448
+
8449
+ #: wpf-themes/classic/functions.php:214
8450
+ msgid "Comment content maximum length"
8451
+ msgstr "Lunghezza massima del contenuto del commento"
8452
+
8453
+ #: wpf-themes/classic/functions.php:222
8454
+ msgid "Threaded Layout - Reply Form Type"
8455
+ msgstr "Layout Threaded - Tipo di modulo di risposta"
8456
+
8457
+ #: wpf-themes/classic/functions.php:232
8458
+ msgid "Threaded Layout - Number of Parent Posts per Page"
8459
+ msgstr "Layout Threaded - Numero di post principali per pagina"
8460
+
8461
+ #: wpf-themes/classic/functions.php:240
8462
+ msgid "Threaded Layout - Replies Nesting Levels Deep"
8463
+ msgstr "Layout Threaded - Risposte Livelli di nidificazione in profondità"
8464
+
8465
+ #: wpf-themes/classic/functions.php:252
8466
+ msgid "Threaded Layout - First Post Reply Button"
8467
+ msgstr "Layout Threaded - Pulsante Rispondi al primo post"
8468
+
8469
+ #: wpf-themes/classic/functions.php:265
8470
+ msgid "Stick Topic's First Post on Top for Certain Forum Layout"
8471
+ msgstr ""
8472
+ "Mantieni in primo piano il primo topic della discussione per determinati "
8473
+ "layout forum"
8474
+
8475
+ #: wpf-themes/classic/functions.php:266
8476
+ msgid ""
8477
+ "This option keeps the first topic post on top when you navigate through "
8478
+ "pages of that topic. You can manage this option by forum layouts."
8479
+ msgstr ""
8480
+ "Questa opzione mantiene in primo piano il primo post dell'argomento quando "
8481
+ "si naviga tra le pagine di quella discussione. È possibile gestire questa "
8482
+ "opzione in base ai layout del forum."
8483
+
8484
+ #: wpforo.php:377
8485
+ msgid "Discussion Board"
8486
+ msgstr "Board discussione"
8487
+
8488
+ #: wpforo.php:1051
8489
+ msgid ""
8490
+ "Allows to embed hundreds of video, social network, audio and photo content "
8491
+ "providers in forum topics and posts."
8492
+ msgstr ""
8493
+ "Consente di incorporare centinaia di fornitori di contenuti video, social "
8494
+ "network, audio e foto nelle discussioni e nei post del forum."
8495
+
8496
+ #: wpforo.php:1052
8497
+ msgid ""
8498
+ "wpForo Polls is a complete addon to help forum members create, vote and "
8499
+ "manage polls effectively. Comes with poll specific permissions and settings."
8500
+ msgstr ""
8501
+ "wpForo Polls è un componente aggiuntivo completo per aiutare i membri del "
8502
+ "forum a creare, votare e gestire i sondaggi in modo efficace. Viene fornito "
8503
+ "con autorizzazioni e impostazioni specifiche del sondaggio."
8504
+
8505
+ #: wpforo.php:1053
8506
+ msgid ""
8507
+ "Awards myCRED points for forum activity. Integrates myCRED Badges and Ranks. "
8508
+ "Converts wpForo topic and posts, likes to myCRED points."
8509
+ msgstr ""
8510
+ "Assegna punti myCRED per l'attività del forum. Integra badge e gradi myCRED. "
8511
+ "Converte discussioni e post su wpForo, mi piace in punti myCRED."
8512
+
8513
+ #: wpforo.php:1054
8514
+ msgid ""
8515
+ "Advanced user profile builder system. Allows to add new fields and manage "
8516
+ "profile page. Creates custom Registration, Account, Member Search forms."
8517
+ msgstr ""
8518
+ "Sistema avanzato per la creazione di profili utente. Permette di aggiungere "
8519
+ "nuovi campi e gestire la pagina del profilo. Crea moduli di registrazione, "
8520
+ "account, ricerca membri personalizzati."
8521
+
8522
+ #: wpforo.php:1055
8523
+ msgid ""
8524
+ "Adds an advanced file attachment system to forum topics and posts. AJAX "
8525
+ "powered media uploading and displaying system with user specific library."
8526
+ msgstr ""
8527
+ "Aggiunge un avanzato sistema di file allegato alle discussioni e ai post del "
8528
+ "forum. Sistema di caricamento e visualizzazione di file multimediali basati "
8529
+ "su AJAX con libreria specifica dell'utente."
8530
+
8531
+ #: wpforo.php:1056
8532
+ msgid ""
8533
+ "Provides a safe way to communicate directly with other members. Messages are "
8534
+ "private and can only be viewed by conversation participants."
8535
+ msgstr ""
8536
+ "Fornisce un modo sicuro per comunicare direttamente con altri membri. I "
8537
+ "messaggi sono privati e possono essere visualizzati solo dai partecipanti "
8538
+ "alla conversazione."
8539
+
8540
+ #: wpforo.php:1057
8541
+ msgid ""
8542
+ "Blog to Forum and Forum to Blog content synchronization. Blog posts with "
8543
+ "Forum topics and Blog comments with Forum replies."
8544
+ msgstr ""
8545
+ "Sincronizzazione dei contenuti da Blog a Forum e Forum a Blog. Post di blog "
8546
+ "con discussioni del forum e commenti di blog con risposte al forum."
8547
+
8548
+ #: wpforo.php:1058
8549
+ msgid ""
8550
+ "Ads Manager is a powerful yet simple advertisement management system, that "
8551
+ "allows you to add adverting banners between forums, topics and posts."
8552
+ msgstr ""
8553
+ "Ads Manager è un sistema di gestione della pubblicità semplice ma potente, "
8554
+ "che consente di aggiungere banner pubblicitari tra forum, discussioni e post."
8555
+
8556
+ #: wpforo.php:1059
8557
+ msgid ""
8558
+ "Adds awesome Sticker and Emoticons packs to editor. Allows to create new "
8559
+ "custom emoticons packs."
8560
+ msgstr ""
8561
+ "Aggiunge fantastici pacchetti di adesivi ed emoticon all'editor. Permette di "
8562
+ "creare nuovi pacchetti di emoticon personalizzati."
8563
+
8564
+ #. Plugin Name of the plugin/theme
8565
+ msgid "wpForo"
8566
+ msgstr "wpForo"
8567
+
8568
+ #. Plugin URI of the plugin/theme
8569
+ msgid "https://wpforo.com"
8570
+ msgstr "https://wpforo.com"
8571
+
8572
+ #. Description of the plugin/theme
8573
+ msgid ""
8574
+ "WordPress Forum plugin. wpForo is a full-fledged forum solution for your "
8575
+ "community. Comes with multiple modern forum layouts."
8576
+ msgstr ""
8577
+ "Plugin del forum di WordPress. wpForo è una soluzione forum a tutti gli "
8578
+ "effetti per la tua community. Viene fornito con più layout di forum moderni."
8579
+
8580
+ #. Author of the plugin/theme
8581
+ msgid "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
8582
+ msgstr "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
8583
+
8584
+ #. Author URI of the plugin/theme
8585
+ msgid "https://gvectors.com/"
8586
+ msgstr "https://gvectors.com/"
wpf-languages/wpforo.pot CHANGED
@@ -5,7 +5,7 @@ msgid ""
5
  msgstr ""
6
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
7
  "Project-Id-Version: Forum - wpForo\n"
8
- "POT-Creation-Date: 2020-03-28 22:31+0400\n"
9
  "PO-Revision-Date: 2016-06-28 21:09+0400\n"
10
  "Last-Translator: \n"
11
  "Language-Team: \n"
@@ -74,49 +74,49 @@ msgstr ""
74
  #: wpf-admin/options.php:15 wpf-admin/tools-tabs/misc.php:93
75
  #: wpf-includes/integration/buddypress.php:11
76
  #: wpf-includes/integration/buddypress.php:57
77
- #: wpf-includes/integration/buddypress.php:129 wpf-includes/wpf-hooks.php:2567
78
  #: wpf-includes/wpf-phrases.php:309
79
  msgid "Forums"
80
  msgstr ""
81
 
82
  #: wpf-admin/admin.php:43 wpf-includes/wpf-hooks.php:22
83
- #: wpf-includes/wpf-hooks.php:2573
84
  msgid "Settings"
85
  msgstr ""
86
 
87
- #: wpf-admin/admin.php:46 wpf-includes/wpf-hooks.php:2577
88
  #: wpf-includes/wpf-phrases.php:914
89
  msgid "Tools"
90
  msgstr ""
91
 
92
- #: wpf-admin/admin.php:49 wpf-includes/wpf-hooks.php:2581
93
  msgid "Moderation"
94
  msgstr ""
95
 
96
  #: wpf-admin/admin.php:52 wpf-admin/dashboard.php:149 wpf-admin/member.php:10
97
  #: wpf-admin/options.php:18 wpf-admin/tools-tabs/misc.php:113
98
- #: wpf-admin/usergroup.php:36 wpf-includes/wpf-hooks.php:2585
99
  #: wpf-includes/wpf-phrases.php:364
100
  msgid "Members"
101
  msgstr ""
102
 
103
  #: wpf-admin/admin.php:55 wpf-admin/usergroup.php:11
104
- #: wpf-admin/usergroup.php:155 wpf-includes/wpf-hooks.php:2589
105
  msgid "Usergroups"
106
  msgstr ""
107
 
108
- #: wpf-admin/admin.php:58 wpf-includes/wpf-hooks.php:2595
109
  #: wpf-includes/wpf-phrases.php:789
110
  msgid "Phrases"
111
  msgstr ""
112
 
113
- #: wpf-admin/admin.php:61 wpf-includes/wpf-hooks.php:2601
114
  #: wpf-includes/wpf-phrases.php:790
115
  msgid "Themes"
116
  msgstr ""
117
 
118
  #: wpf-admin/admin.php:64 wpf-admin/options.php:24
119
- #: wpf-includes/wpf-hooks.php:2605 wpf-includes/wpf-phrases.php:211
120
  msgid "Addons"
121
  msgstr ""
122
 
@@ -372,7 +372,7 @@ msgstr ""
372
  msgid "Other"
373
  msgstr ""
374
 
375
- #: wpf-admin/deactivation-dialog.php:142 wpf-includes/wpf-hooks.php:1345
376
  msgid "Please provide more information"
377
  msgstr ""
378
 
@@ -455,8 +455,8 @@ msgstr ""
455
  #: wpf-themes/classic/functions.php:65 wpf-themes/classic/functions.php:72
456
  #: wpf-themes/classic/functions.php:82 wpf-themes/classic/functions.php:91
457
  #: wpf-themes/classic/functions.php:100 wpf-themes/classic/functions.php:109
458
- #: wpf-themes/classic/functions.php:116 wpf-themes/classic/functions.php:132
459
- #: wpf-themes/classic/functions.php:142
460
  msgid "Read the documentation"
461
  msgstr ""
462
 
@@ -535,7 +535,7 @@ msgstr ""
535
  #: wpf-admin/includes/moderation-listtable.php:92
536
  #: wpf-admin/includes/moderation-listtable.php:193 wpf-admin/themes.php:68
537
  #: wpf-admin/tools-tabs/antispam.php:313 wpf-admin/usergroup.php:75
538
- #: wpf-admin/usergroup.php:276 wpf-includes/wpf-hooks.php:1338
539
  #: wpf-includes/wpf-phrases.php:252
540
  msgid "Delete"
541
  msgstr ""
@@ -1095,13 +1095,13 @@ msgstr ""
1095
 
1096
  #: wpf-admin/options-tabs/api.php:200 wpf-includes/wpf-phrases.php:241
1097
  #: wpf-themes/classic/functions.php:30 wpf-themes/classic/functions.php:60
1098
- #: wpf-themes/classic/functions.php:86 wpf-themes/classic/functions.php:136
1099
  msgid "Collapsed"
1100
  msgstr ""
1101
 
1102
  #: wpf-admin/options-tabs/api.php:201 wpf-includes/wpf-phrases.php:275
1103
  #: wpf-themes/classic/functions.php:29 wpf-themes/classic/functions.php:59
1104
- #: wpf-themes/classic/functions.php:85 wpf-themes/classic/functions.php:135
1105
  msgid "Expanded"
1106
  msgstr ""
1107
 
@@ -1128,7 +1128,7 @@ msgid ""
1128
  "and bottom) locations."
1129
  msgstr ""
1130
 
1131
- #: wpf-admin/options-tabs/api.php:250 wpf-admin/options-tabs/emails.php:283
1132
  #: wpf-admin/options-tabs/features.php:98 wpf-admin/options-tabs/forums.php:29
1133
  #: wpf-admin/options-tabs/general.php:106
1134
  #: wpf-admin/options-tabs/members.php:195 wpf-admin/options-tabs/posts.php:257
@@ -1138,7 +1138,7 @@ msgstr ""
1138
  msgid "Update Options"
1139
  msgstr ""
1140
 
1141
- #: wpf-admin/options-tabs/api.php:251 wpf-admin/options-tabs/emails.php:284
1142
  #: wpf-admin/options-tabs/features.php:99 wpf-admin/options-tabs/forums.php:30
1143
  #: wpf-admin/options-tabs/general.php:107
1144
  #: wpf-admin/options-tabs/members.php:196 wpf-admin/options-tabs/posts.php:258
@@ -1177,35 +1177,37 @@ msgstr ""
1177
 
1178
  #: wpf-admin/options-tabs/emails.php:43 wpf-admin/options-tabs/emails.php:55
1179
  #: wpf-admin/options-tabs/emails.php:165 wpf-admin/options-tabs/emails.php:202
1180
- #: wpf-admin/options-tabs/emails.php:256 wpf-admin/options-tabs/features.php:86
1181
- #: wpf-admin/tools-tabs/antispam.php:32 wpf-admin/tools-tabs/antispam.php:41
1182
- #: wpf-admin/tools-tabs/antispam.php:50 wpf-admin/tools-tabs/antispam.php:90
1183
- #: wpf-admin/tools-tabs/antispam.php:161 wpf-admin/tools-tabs/antispam.php:170
1184
- #: wpf-admin/tools-tabs/antispam.php:180 wpf-admin/tools-tabs/antispam.php:189
1185
- #: wpf-admin/tools-tabs/antispam.php:198 wpf-admin/tools-tabs/antispam.php:207
1186
- #: wpf-admin/tools-tabs/antispam.php:216 wpf-admin/tools-tabs/antispam.php:225
1187
- #: wpf-admin/tools-tabs/antispam.php:273 wpf-admin/tools-tabs/cleanup.php:40
1188
- #: wpf-includes/functions-template.php:1018 wpf-includes/wpf-phrases.php:552
1189
- #: wpf-themes/classic/functions.php:94 wpf-themes/classic/functions.php:103
1190
- #: wpf-themes/classic/functions.php:173 wpf-themes/classic/functions.php:201
1191
- #: wpf-themes/classic/functions.php:256 wpf-themes/classic/functions.php:274
 
1192
  msgid "Yes"
1193
  msgstr ""
1194
 
1195
  #: wpf-admin/options-tabs/emails.php:44 wpf-admin/options-tabs/emails.php:56
1196
  #: wpf-admin/options-tabs/emails.php:166 wpf-admin/options-tabs/emails.php:203
1197
- #: wpf-admin/options-tabs/emails.php:257 wpf-admin/options-tabs/features.php:88
1198
- #: wpf-admin/tools-tabs/antispam.php:33 wpf-admin/tools-tabs/antispam.php:42
1199
- #: wpf-admin/tools-tabs/antispam.php:51 wpf-admin/tools-tabs/antispam.php:91
1200
- #: wpf-admin/tools-tabs/antispam.php:162 wpf-admin/tools-tabs/antispam.php:171
1201
- #: wpf-admin/tools-tabs/antispam.php:181 wpf-admin/tools-tabs/antispam.php:190
1202
- #: wpf-admin/tools-tabs/antispam.php:199 wpf-admin/tools-tabs/antispam.php:208
1203
- #: wpf-admin/tools-tabs/antispam.php:217 wpf-admin/tools-tabs/antispam.php:226
1204
- #: wpf-admin/tools-tabs/antispam.php:274 wpf-admin/tools-tabs/cleanup.php:41
1205
- #: wpf-includes/functions-template.php:1019 wpf-includes/wpf-phrases.php:382
1206
- #: wpf-themes/classic/functions.php:95 wpf-themes/classic/functions.php:104
1207
- #: wpf-themes/classic/functions.php:174 wpf-themes/classic/functions.php:202
1208
- #: wpf-themes/classic/functions.php:257 wpf-themes/classic/functions.php:275
 
1209
  msgid "No"
1210
  msgstr ""
1211
 
@@ -1349,7 +1351,7 @@ msgid "Website name"
1349
  msgstr ""
1350
 
1351
  #: wpf-admin/options-tabs/emails.php:181 wpf-admin/options-tabs/emails.php:217
1352
- #: wpf-admin/options-tabs/emails.php:236
1353
  msgid "Registered user login"
1354
  msgstr ""
1355
 
@@ -1365,7 +1367,7 @@ msgstr ""
1365
  msgid "Overwrite WordPress New User Registration Email for Users"
1366
  msgstr ""
1367
 
1368
- #: wpf-admin/options-tabs/emails.php:218 wpf-admin/options-tabs/emails.php:237
1369
  msgid "Link to open password reset form"
1370
  msgstr ""
1371
 
@@ -1378,38 +1380,42 @@ msgid "This message comes from Reset Password form."
1378
  msgstr ""
1379
 
1380
  #: wpf-admin/options-tabs/emails.php:234
 
 
 
 
1381
  msgid "Reset Password message body"
1382
  msgstr ""
1383
 
1384
- #: wpf-admin/options-tabs/emails.php:247
1385
  msgid "User Mentioning Email"
1386
  msgstr ""
1387
 
1388
- #: wpf-admin/options-tabs/emails.php:252
1389
  msgid "Enable Email Notification"
1390
  msgstr ""
1391
 
1392
- #: wpf-admin/options-tabs/emails.php:262
1393
  msgid "User Mention message subject"
1394
  msgstr ""
1395
 
1396
- #: wpf-admin/options-tabs/emails.php:267
1397
  msgid "User Mention message body"
1398
  msgstr ""
1399
 
1400
- #: wpf-admin/options-tabs/emails.php:269
1401
  msgid "Mentioned user display name"
1402
  msgstr ""
1403
 
1404
- #: wpf-admin/options-tabs/emails.php:270
1405
  msgid "Post author display name"
1406
  msgstr ""
1407
 
1408
- #: wpf-admin/options-tabs/emails.php:271 wpf-includes/wpf-phrases.php:523
1409
  msgid "Topic title"
1410
  msgstr ""
1411
 
1412
- #: wpf-admin/options-tabs/emails.php:272
1413
  msgid "Link to the post"
1414
  msgstr ""
1415
 
@@ -1778,7 +1784,7 @@ msgid "Sitewide"
1778
  msgstr ""
1779
 
1780
  #: wpf-admin/options-tabs/features.php:84 wpf-includes/class-subscribes.php:25
1781
- #: wpf-includes/wpf-phrases.php:287 wpforo.php:376
1782
  msgid "Forum"
1783
  msgstr ""
1784
 
@@ -1838,7 +1844,7 @@ msgstr ""
1838
  msgid "one URL per line"
1839
  msgstr ""
1840
 
1841
- #: wpf-admin/options-tabs/general.php:48 wpf-includes/wpf-hooks.php:2555
1842
  msgid "Visit Forum"
1843
  msgstr ""
1844
 
@@ -1996,7 +2002,7 @@ msgstr ""
1996
  msgid "Member Custom Title by default"
1997
  msgstr ""
1998
 
1999
- #: wpf-admin/options-tabs/members.php:111 wpf-includes/wpf-hooks.php:1523
2000
  #: wpf-includes/wpf-phrases.php:433
2001
  msgid "Rating Level"
2002
  msgstr ""
@@ -2029,7 +2035,7 @@ msgstr ""
2029
  msgid "More"
2030
  msgstr ""
2031
 
2032
- #: wpf-admin/options-tabs/members.php:122 wpf-includes/wpf-hooks.php:1531
2033
  #: wpf-includes/wpf-phrases.php:344
2034
  msgid "Level"
2035
  msgstr ""
@@ -2101,7 +2107,7 @@ msgid "Topic content maximum length"
2101
  msgstr ""
2102
 
2103
  #: wpf-admin/options-tabs/posts.php:23 wpf-admin/options-tabs/posts.php:36
2104
- #: wpf-admin/options-tabs/posts.php:177 wpf-themes/classic/functions.php:215
2105
  msgid "Set this option value 0 if you want to remove this limit."
2106
  msgstr ""
2107
 
@@ -2536,7 +2542,7 @@ msgstr ""
2536
  msgid "Do not allow to attach files with following extensions:"
2537
  msgstr ""
2538
 
2539
- #: wpf-admin/tools-tabs/antispam.php:118 wpf-includes/wpf-hooks.php:2706
2540
  msgid "Google reCAPTCHA"
2541
  msgstr ""
2542
 
@@ -3310,7 +3316,7 @@ msgstr ""
3310
  msgid "Usergroup"
3311
  msgstr ""
3312
 
3313
- #: wpf-admin/usergroup.php:37 wpf-includes/wpf-hooks.php:1332
3314
  msgid "Default"
3315
  msgstr ""
3316
 
@@ -3710,19 +3716,19 @@ msgid ""
3710
  "another one."
3711
  msgstr ""
3712
 
3713
- #: wpf-includes/class-members.php:1897
3714
  msgid "What should be done with wpForo content owned by this user?"
3715
  msgstr ""
3716
 
3717
- #: wpf-includes/class-members.php:1899
3718
  msgid "What should be done with wpForo content owned by these users?"
3719
  msgstr ""
3720
 
3721
- #: wpf-includes/class-members.php:1903
3722
  msgid "Delete all wpForo content."
3723
  msgstr ""
3724
 
3725
- #: wpf-includes/class-members.php:1905
3726
  msgid "Attribute all content to:"
3727
  msgstr ""
3728
 
@@ -3851,28 +3857,28 @@ msgid ""
3851
  "\n"
3852
  msgstr ""
3853
 
3854
- #: wpf-includes/class-subscribes.php:44
3855
  msgid ""
3856
- "Hello! <br>\n"
3857
  "\n"
3858
  " You asked us to reset your password for your account using the email "
3859
- "address [user_login]. <br>\n"
3860
  "\n"
3861
  " If this was a mistake, or you didn't ask for a password reset, just ignore "
3862
- "this email and nothing will happen. <br>\n"
3863
  "\n"
3864
- " To reset your password, visit the following address: <br>\n"
3865
  "\n"
3866
- " [reset_password_url] <br>\n"
3867
  "\n"
3868
  " Thanks!"
3869
  msgstr ""
3870
 
3871
- #: wpf-includes/class-subscribes.php:48
3872
  msgid "You have been mentioned in forum post"
3873
  msgstr ""
3874
 
3875
- #: wpf-includes/class-subscribes.php:49
3876
  msgid ""
3877
  "Hi [mentioned-user-name]! <br>\n"
3878
  "\n"
@@ -4398,51 +4404,51 @@ msgstr ""
4398
  msgid "Uninstall"
4399
  msgstr ""
4400
 
4401
- #: wpf-includes/wpf-hooks.php:1332
4402
  msgid "Clear"
4403
  msgstr ""
4404
 
4405
- #: wpf-includes/wpf-hooks.php:1332
4406
  msgid "Select Color"
4407
  msgstr ""
4408
 
4409
- #: wpf-includes/wpf-hooks.php:1337 wpf-includes/wpf-phrases.php:183
4410
  msgid "Move"
4411
  msgstr ""
4412
 
4413
- #: wpf-includes/wpf-hooks.php:1344
4414
  msgid "Please choose one reasons before sending a feedback!"
4415
  msgstr ""
4416
 
4417
- #: wpf-includes/wpf-hooks.php:1346
4418
  msgid ""
4419
  "With the email address, please check the \"I agree to receive email\" "
4420
  "checkbox to proceed."
4421
  msgstr ""
4422
 
4423
- #: wpf-includes/wpf-hooks.php:1347
4424
  msgid "Please fill your email address for feedback"
4425
  msgstr ""
4426
 
4427
- #: wpf-includes/wpf-hooks.php:1348
4428
  msgid "Your email address is not valid"
4429
  msgstr ""
4430
 
4431
- #: wpf-includes/wpf-hooks.php:1406
4432
  msgid ""
4433
  "IMPORTANT: wpForo can't work with default permalink, please change permalink "
4434
  "structure"
4435
  msgstr ""
4436
 
4437
- #: wpf-includes/wpf-hooks.php:1442
4438
  msgid "Forum Profile Fields - wpForo"
4439
  msgstr ""
4440
 
4441
- #: wpf-includes/wpf-hooks.php:1450
4442
  msgid "Forum - Usergroup"
4443
  msgstr ""
4444
 
4445
- #: wpf-includes/wpf-hooks.php:1455
4446
  #, php-format
4447
  msgid ""
4448
  "Forum Usergroups are synched with User Roles based on the %s. When you "
@@ -4450,15 +4456,15 @@ msgid ""
4450
  "that table."
4451
  msgstr ""
4452
 
4453
- #: wpf-includes/wpf-hooks.php:1462
4454
  msgid "Synced with user role"
4455
  msgstr ""
4456
 
4457
- #: wpf-includes/wpf-hooks.php:1466
4458
  msgid "Role-Usergroup Synchronization is Turned ON!"
4459
  msgstr ""
4460
 
4461
- #: wpf-includes/wpf-hooks.php:1467
4462
  msgid ""
4463
  "This user Usergroup is automatically changed according to current Role. If "
4464
  "you want to disable Role-Usergroup synchronization and manage Usergroups and "
@@ -4467,19 +4473,19 @@ msgid ""
4467
  "option."
4468
  msgstr ""
4469
 
4470
- #: wpf-includes/wpf-hooks.php:1478
4471
  msgid "Forum - Secondary Usergroups"
4472
  msgstr ""
4473
 
4474
- #: wpf-includes/wpf-hooks.php:1500
4475
  msgid "Forum - User Timezone"
4476
  msgstr ""
4477
 
4478
- #: wpf-includes/wpf-hooks.php:1511
4479
  msgid "User Reputation"
4480
  msgstr ""
4481
 
4482
- #: wpf-includes/wpf-hooks.php:1512
4483
  msgid ""
4484
  "By default all members get rating badges and titles based on number of "
4485
  "posts. However, using this option you can grant lower or higher rating to "
@@ -4487,59 +4493,59 @@ msgid ""
4487
  "points can be managed in Forums > Settings > Members Tab."
4488
  msgstr ""
4489
 
4490
- #: wpf-includes/wpf-hooks.php:1516
4491
  msgid "Default Rating"
4492
  msgstr ""
4493
 
4494
- #: wpf-includes/wpf-hooks.php:1517
4495
  msgid "Custom Rating"
4496
  msgstr ""
4497
 
4498
- #: wpf-includes/wpf-hooks.php:1524 wpf-includes/wpf-phrases.php:863
4499
  msgid "Rating Title"
4500
  msgstr ""
4501
 
4502
- #: wpf-includes/wpf-hooks.php:1525 wpf-includes/wpf-phrases.php:430
4503
  msgid "Rating Badge"
4504
  msgstr ""
4505
 
4506
- #: wpf-includes/wpf-hooks.php:1934 wpf-includes/wpf-hooks.php:2034
4507
  msgid "Please Moderate: "
4508
  msgstr ""
4509
 
4510
- #: wpf-includes/wpf-hooks.php:1935
4511
  msgid ""
4512
  "This topic is currently unapproved. You can approve topics in Dashboard "
4513
  "&raquo; Forums &raquo; Moderation admin page."
4514
  msgstr ""
4515
 
4516
- #: wpf-includes/wpf-hooks.php:2035
4517
  msgid ""
4518
  "This post is currently unapproved. You can approve posts in Dashboard "
4519
  "&raquo; Forums &raquo; Moderation admin page."
4520
  msgstr ""
4521
 
4522
- #: wpf-includes/wpf-hooks.php:2547 wpf-includes/wpf-hooks.php:2569
4523
  msgid "New Forum"
4524
  msgstr ""
4525
 
4526
- #: wpf-includes/wpf-hooks.php:2549
4527
  msgid "New User Group"
4528
  msgstr ""
4529
 
4530
- #: wpf-includes/wpf-hooks.php:2551 wpf-includes/wpf-hooks.php:2597
4531
  msgid "New Phrase"
4532
  msgstr ""
4533
 
4534
- #: wpf-includes/wpf-hooks.php:2563
4535
  msgid "Forum Dashboard"
4536
  msgstr ""
4537
 
4538
- #: wpf-includes/wpf-hooks.php:2591
4539
  msgid "New Usergroup"
4540
  msgstr ""
4541
 
4542
- #: wpf-includes/wpf-hooks.php:2705 wpf-includes/wpf-phrases.php:1084
4543
  #, php-format
4544
  msgid ""
4545
  "IMPORTANT! The forum registration form is probably under risk of spam "
@@ -7682,148 +7688,148 @@ msgstr ""
7682
  msgid "Threaded Layout - Recent topic length"
7683
  msgstr ""
7684
 
7685
- #: wpf-themes/classic/functions.php:132
7686
  msgid "Extended Layout - Recent posts"
7687
  msgstr ""
7688
 
7689
- #: wpf-themes/classic/functions.php:142
7690
  msgid "Extended Layout - Number of Recent posts"
7691
  msgstr ""
7692
 
7693
- #: wpf-themes/classic/functions.php:143
7694
  msgid ""
7695
  "Set this option value 0 if you want to show all posts in recent posts area."
7696
  msgstr ""
7697
 
7698
- #: wpf-themes/classic/functions.php:151
7699
  msgid "Extended Layout - Recent post length"
7700
  msgstr ""
7701
 
7702
- #: wpf-themes/classic/functions.php:152
7703
  msgid ""
7704
  "Set this option value 0 if you want to show the whole post content in recent "
7705
  "post area."
7706
  msgstr ""
7707
 
7708
- #: wpf-themes/classic/functions.php:161
7709
  msgid "Q&A Layout - Comment Form Type"
7710
  msgstr ""
7711
 
7712
- #: wpf-themes/classic/functions.php:164 wpf-themes/classic/functions.php:225
7713
  msgid "Visual Editor"
7714
  msgstr ""
7715
 
7716
- #: wpf-themes/classic/functions.php:165 wpf-themes/classic/functions.php:226
7717
  msgid "Text Editor"
7718
  msgstr ""
7719
 
7720
- #: wpf-themes/classic/functions.php:170
7721
  msgid "Q&A Layout - Display Answer Editor"
7722
  msgstr ""
7723
 
7724
- #: wpf-themes/classic/functions.php:180
7725
  msgid "Q&A Layout - Number of Answers per Page"
7726
  msgstr ""
7727
 
7728
- #: wpf-themes/classic/functions.php:188
7729
  msgid "Q&A Layout - Number of Comments per item in page load"
7730
  msgstr ""
7731
 
7732
- #: wpf-themes/classic/functions.php:189
7733
  msgid "Set this option value 0 if you want to show all comments"
7734
  msgstr ""
7735
 
7736
- #: wpf-themes/classic/functions.php:197
7737
  msgid "Q&A Layout - First Post Reply Button"
7738
  msgstr ""
7739
 
7740
- #: wpf-themes/classic/functions.php:208
7741
  msgid "Comment content minimum length"
7742
  msgstr ""
7743
 
7744
- #: wpf-themes/classic/functions.php:214
7745
  msgid "Comment content maximum length"
7746
  msgstr ""
7747
 
7748
- #: wpf-themes/classic/functions.php:222
7749
  msgid "Threaded Layout - Reply Form Type"
7750
  msgstr ""
7751
 
7752
- #: wpf-themes/classic/functions.php:232
7753
  msgid "Threaded Layout - Number of Parent Posts per Page"
7754
  msgstr ""
7755
 
7756
- #: wpf-themes/classic/functions.php:240
7757
  msgid "Threaded Layout - Replies Nesting Levels Deep"
7758
  msgstr ""
7759
 
7760
- #: wpf-themes/classic/functions.php:252
7761
  msgid "Threaded Layout - First Post Reply Button"
7762
  msgstr ""
7763
 
7764
- #: wpf-themes/classic/functions.php:265
7765
  msgid "Stick Topic's First Post on Top for Certain Forum Layout"
7766
  msgstr ""
7767
 
7768
- #: wpf-themes/classic/functions.php:266
7769
  msgid ""
7770
  "This option keeps the first topic post on top when you navigate through "
7771
  "pages of that topic. You can manage this option by forum layouts."
7772
  msgstr ""
7773
 
7774
- #: wpforo.php:377
7775
  msgid "Discussion Board"
7776
  msgstr ""
7777
 
7778
- #: wpforo.php:1051
7779
  msgid ""
7780
  "Allows to embed hundreds of video, social network, audio and photo content "
7781
  "providers in forum topics and posts."
7782
  msgstr ""
7783
 
7784
- #: wpforo.php:1052
7785
  msgid ""
7786
  "wpForo Polls is a complete addon to help forum members create, vote and "
7787
  "manage polls effectively. Comes with poll specific permissions and settings."
7788
  msgstr ""
7789
 
7790
- #: wpforo.php:1053
7791
  msgid ""
7792
  "Awards myCRED points for forum activity. Integrates myCRED Badges and Ranks. "
7793
  "Converts wpForo topic and posts, likes to myCRED points."
7794
  msgstr ""
7795
 
7796
- #: wpforo.php:1054
7797
  msgid ""
7798
  "Advanced user profile builder system. Allows to add new fields and manage "
7799
  "profile page. Creates custom Registration, Account, Member Search forms."
7800
  msgstr ""
7801
 
7802
- #: wpforo.php:1055
7803
  msgid ""
7804
  "Adds an advanced file attachment system to forum topics and posts. AJAX "
7805
  "powered media uploading and displaying system with user specific library."
7806
  msgstr ""
7807
 
7808
- #: wpforo.php:1056
7809
  msgid ""
7810
  "Provides a safe way to communicate directly with other members. Messages are "
7811
  "private and can only be viewed by conversation participants."
7812
  msgstr ""
7813
 
7814
- #: wpforo.php:1057
7815
  msgid ""
7816
  "Blog to Forum and Forum to Blog content synchronization. Blog posts with "
7817
  "Forum topics and Blog comments with Forum replies."
7818
  msgstr ""
7819
 
7820
- #: wpforo.php:1058
7821
  msgid ""
7822
  "Ads Manager is a powerful yet simple advertisement management system, that "
7823
  "allows you to add adverting banners between forums, topics and posts."
7824
  msgstr ""
7825
 
7826
- #: wpforo.php:1059
7827
  msgid ""
7828
  "Adds awesome Sticker and Emoticons packs to editor. Allows to create new "
7829
  "custom emoticons packs."
5
  msgstr ""
6
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
7
  "Project-Id-Version: Forum - wpForo\n"
8
+ "POT-Creation-Date: 2020-04-21 23:18+0400\n"
9
  "PO-Revision-Date: 2016-06-28 21:09+0400\n"
10
  "Last-Translator: \n"
11
  "Language-Team: \n"
74
  #: wpf-admin/options.php:15 wpf-admin/tools-tabs/misc.php:93
75
  #: wpf-includes/integration/buddypress.php:11
76
  #: wpf-includes/integration/buddypress.php:57
77
+ #: wpf-includes/integration/buddypress.php:129 wpf-includes/wpf-hooks.php:2605
78
  #: wpf-includes/wpf-phrases.php:309
79
  msgid "Forums"
80
  msgstr ""
81
 
82
  #: wpf-admin/admin.php:43 wpf-includes/wpf-hooks.php:22
83
+ #: wpf-includes/wpf-hooks.php:2611
84
  msgid "Settings"
85
  msgstr ""
86
 
87
+ #: wpf-admin/admin.php:46 wpf-includes/wpf-hooks.php:2615
88
  #: wpf-includes/wpf-phrases.php:914
89
  msgid "Tools"
90
  msgstr ""
91
 
92
+ #: wpf-admin/admin.php:49 wpf-includes/wpf-hooks.php:2619
93
  msgid "Moderation"
94
  msgstr ""
95
 
96
  #: wpf-admin/admin.php:52 wpf-admin/dashboard.php:149 wpf-admin/member.php:10
97
  #: wpf-admin/options.php:18 wpf-admin/tools-tabs/misc.php:113
98
+ #: wpf-admin/usergroup.php:36 wpf-includes/wpf-hooks.php:2623
99
  #: wpf-includes/wpf-phrases.php:364
100
  msgid "Members"
101
  msgstr ""
102
 
103
  #: wpf-admin/admin.php:55 wpf-admin/usergroup.php:11
104
+ #: wpf-admin/usergroup.php:155 wpf-includes/wpf-hooks.php:2627
105
  msgid "Usergroups"
106
  msgstr ""
107
 
108
+ #: wpf-admin/admin.php:58 wpf-includes/wpf-hooks.php:2633
109
  #: wpf-includes/wpf-phrases.php:789
110
  msgid "Phrases"
111
  msgstr ""
112
 
113
+ #: wpf-admin/admin.php:61 wpf-includes/wpf-hooks.php:2639
114
  #: wpf-includes/wpf-phrases.php:790
115
  msgid "Themes"
116
  msgstr ""
117
 
118
  #: wpf-admin/admin.php:64 wpf-admin/options.php:24
119
+ #: wpf-includes/wpf-hooks.php:2643 wpf-includes/wpf-phrases.php:211
120
  msgid "Addons"
121
  msgstr ""
122
 
372
  msgid "Other"
373
  msgstr ""
374
 
375
+ #: wpf-admin/deactivation-dialog.php:142 wpf-includes/wpf-hooks.php:1366
376
  msgid "Please provide more information"
377
  msgstr ""
378
 
455
  #: wpf-themes/classic/functions.php:65 wpf-themes/classic/functions.php:72
456
  #: wpf-themes/classic/functions.php:82 wpf-themes/classic/functions.php:91
457
  #: wpf-themes/classic/functions.php:100 wpf-themes/classic/functions.php:109
458
+ #: wpf-themes/classic/functions.php:116 wpf-themes/classic/functions.php:130
459
+ #: wpf-themes/classic/functions.php:140
460
  msgid "Read the documentation"
461
  msgstr ""
462
 
535
  #: wpf-admin/includes/moderation-listtable.php:92
536
  #: wpf-admin/includes/moderation-listtable.php:193 wpf-admin/themes.php:68
537
  #: wpf-admin/tools-tabs/antispam.php:313 wpf-admin/usergroup.php:75
538
+ #: wpf-admin/usergroup.php:276 wpf-includes/wpf-hooks.php:1359
539
  #: wpf-includes/wpf-phrases.php:252
540
  msgid "Delete"
541
  msgstr ""
1095
 
1096
  #: wpf-admin/options-tabs/api.php:200 wpf-includes/wpf-phrases.php:241
1097
  #: wpf-themes/classic/functions.php:30 wpf-themes/classic/functions.php:60
1098
+ #: wpf-themes/classic/functions.php:86 wpf-themes/classic/functions.php:134
1099
  msgid "Collapsed"
1100
  msgstr ""
1101
 
1102
  #: wpf-admin/options-tabs/api.php:201 wpf-includes/wpf-phrases.php:275
1103
  #: wpf-themes/classic/functions.php:29 wpf-themes/classic/functions.php:59
1104
+ #: wpf-themes/classic/functions.php:85 wpf-themes/classic/functions.php:133
1105
  msgid "Expanded"
1106
  msgstr ""
1107
 
1128
  "and bottom) locations."
1129
  msgstr ""
1130
 
1131
+ #: wpf-admin/options-tabs/api.php:250 wpf-admin/options-tabs/emails.php:294
1132
  #: wpf-admin/options-tabs/features.php:98 wpf-admin/options-tabs/forums.php:29
1133
  #: wpf-admin/options-tabs/general.php:106
1134
  #: wpf-admin/options-tabs/members.php:195 wpf-admin/options-tabs/posts.php:257
1138
  msgid "Update Options"
1139
  msgstr ""
1140
 
1141
+ #: wpf-admin/options-tabs/api.php:251 wpf-admin/options-tabs/emails.php:295
1142
  #: wpf-admin/options-tabs/features.php:99 wpf-admin/options-tabs/forums.php:30
1143
  #: wpf-admin/options-tabs/general.php:107
1144
  #: wpf-admin/options-tabs/members.php:196 wpf-admin/options-tabs/posts.php:258
1177
 
1178
  #: wpf-admin/options-tabs/emails.php:43 wpf-admin/options-tabs/emails.php:55
1179
  #: wpf-admin/options-tabs/emails.php:165 wpf-admin/options-tabs/emails.php:202
1180
+ #: wpf-admin/options-tabs/emails.php:238 wpf-admin/options-tabs/emails.php:267
1181
+ #: wpf-admin/options-tabs/features.php:86 wpf-admin/tools-tabs/antispam.php:32
1182
+ #: wpf-admin/tools-tabs/antispam.php:41 wpf-admin/tools-tabs/antispam.php:50
1183
+ #: wpf-admin/tools-tabs/antispam.php:90 wpf-admin/tools-tabs/antispam.php:161
1184
+ #: wpf-admin/tools-tabs/antispam.php:170 wpf-admin/tools-tabs/antispam.php:180
1185
+ #: wpf-admin/tools-tabs/antispam.php:189 wpf-admin/tools-tabs/antispam.php:198
1186
+ #: wpf-admin/tools-tabs/antispam.php:207 wpf-admin/tools-tabs/antispam.php:216
1187
+ #: wpf-admin/tools-tabs/antispam.php:225 wpf-admin/tools-tabs/antispam.php:273
1188
+ #: wpf-admin/tools-tabs/cleanup.php:40 wpf-includes/functions-template.php:1018
1189
+ #: wpf-includes/wpf-phrases.php:552 wpf-themes/classic/functions.php:94
1190
+ #: wpf-themes/classic/functions.php:103 wpf-themes/classic/functions.php:171
1191
+ #: wpf-themes/classic/functions.php:199 wpf-themes/classic/functions.php:254
1192
+ #: wpf-themes/classic/functions.php:272
1193
  msgid "Yes"
1194
  msgstr ""
1195
 
1196
  #: wpf-admin/options-tabs/emails.php:44 wpf-admin/options-tabs/emails.php:56
1197
  #: wpf-admin/options-tabs/emails.php:166 wpf-admin/options-tabs/emails.php:203
1198
+ #: wpf-admin/options-tabs/emails.php:239 wpf-admin/options-tabs/emails.php:268
1199
+ #: wpf-admin/options-tabs/features.php:88 wpf-admin/tools-tabs/antispam.php:33
1200
+ #: wpf-admin/tools-tabs/antispam.php:42 wpf-admin/tools-tabs/antispam.php:51
1201
+ #: wpf-admin/tools-tabs/antispam.php:91 wpf-admin/tools-tabs/antispam.php:162
1202
+ #: wpf-admin/tools-tabs/antispam.php:171 wpf-admin/tools-tabs/antispam.php:181
1203
+ #: wpf-admin/tools-tabs/antispam.php:190 wpf-admin/tools-tabs/antispam.php:199
1204
+ #: wpf-admin/tools-tabs/antispam.php:208 wpf-admin/tools-tabs/antispam.php:217
1205
+ #: wpf-admin/tools-tabs/antispam.php:226 wpf-admin/tools-tabs/antispam.php:274
1206
+ #: wpf-admin/tools-tabs/cleanup.php:41 wpf-includes/functions-template.php:1019
1207
+ #: wpf-includes/wpf-phrases.php:382 wpf-themes/classic/functions.php:95
1208
+ #: wpf-themes/classic/functions.php:104 wpf-themes/classic/functions.php:172
1209
+ #: wpf-themes/classic/functions.php:200 wpf-themes/classic/functions.php:255
1210
+ #: wpf-themes/classic/functions.php:273
1211
  msgid "No"
1212
  msgstr ""
1213
 
1351
  msgstr ""
1352
 
1353
  #: wpf-admin/options-tabs/emails.php:181 wpf-admin/options-tabs/emails.php:217
1354
+ #: wpf-admin/options-tabs/emails.php:247
1355
  msgid "Registered user login"
1356
  msgstr ""
1357
 
1367
  msgid "Overwrite WordPress New User Registration Email for Users"
1368
  msgstr ""
1369
 
1370
+ #: wpf-admin/options-tabs/emails.php:218 wpf-admin/options-tabs/emails.php:248
1371
  msgid "Link to open password reset form"
1372
  msgstr ""
1373
 
1380
  msgstr ""
1381
 
1382
  #: wpf-admin/options-tabs/emails.php:234
1383
+ msgid "Overwrite WordPress Reset Password Emails"
1384
+ msgstr ""
1385
+
1386
+ #: wpf-admin/options-tabs/emails.php:245
1387
  msgid "Reset Password message body"
1388
  msgstr ""
1389
 
1390
+ #: wpf-admin/options-tabs/emails.php:258
1391
  msgid "User Mentioning Email"
1392
  msgstr ""
1393
 
1394
+ #: wpf-admin/options-tabs/emails.php:263
1395
  msgid "Enable Email Notification"
1396
  msgstr ""
1397
 
1398
+ #: wpf-admin/options-tabs/emails.php:273
1399
  msgid "User Mention message subject"
1400
  msgstr ""
1401
 
1402
+ #: wpf-admin/options-tabs/emails.php:278
1403
  msgid "User Mention message body"
1404
  msgstr ""
1405
 
1406
+ #: wpf-admin/options-tabs/emails.php:280
1407
  msgid "Mentioned user display name"
1408
  msgstr ""
1409
 
1410
+ #: wpf-admin/options-tabs/emails.php:281
1411
  msgid "Post author display name"
1412
  msgstr ""
1413
 
1414
+ #: wpf-admin/options-tabs/emails.php:282 wpf-includes/wpf-phrases.php:523
1415
  msgid "Topic title"
1416
  msgstr ""
1417
 
1418
+ #: wpf-admin/options-tabs/emails.php:283
1419
  msgid "Link to the post"
1420
  msgstr ""
1421
 
1784
  msgstr ""
1785
 
1786
  #: wpf-admin/options-tabs/features.php:84 wpf-includes/class-subscribes.php:25
1787
+ #: wpf-includes/wpf-phrases.php:287 wpforo.php:377
1788
  msgid "Forum"
1789
  msgstr ""
1790
 
1844
  msgid "one URL per line"
1845
  msgstr ""
1846
 
1847
+ #: wpf-admin/options-tabs/general.php:48 wpf-includes/wpf-hooks.php:2593
1848
  msgid "Visit Forum"
1849
  msgstr ""
1850
 
2002
  msgid "Member Custom Title by default"
2003
  msgstr ""
2004
 
2005
+ #: wpf-admin/options-tabs/members.php:111 wpf-includes/wpf-hooks.php:1544
2006
  #: wpf-includes/wpf-phrases.php:433
2007
  msgid "Rating Level"
2008
  msgstr ""
2035
  msgid "More"
2036
  msgstr ""
2037
 
2038
+ #: wpf-admin/options-tabs/members.php:122 wpf-includes/wpf-hooks.php:1552
2039
  #: wpf-includes/wpf-phrases.php:344
2040
  msgid "Level"
2041
  msgstr ""
2107
  msgstr ""
2108
 
2109
  #: wpf-admin/options-tabs/posts.php:23 wpf-admin/options-tabs/posts.php:36
2110
+ #: wpf-admin/options-tabs/posts.php:177 wpf-themes/classic/functions.php:213
2111
  msgid "Set this option value 0 if you want to remove this limit."
2112
  msgstr ""
2113
 
2542
  msgid "Do not allow to attach files with following extensions:"
2543
  msgstr ""
2544
 
2545
+ #: wpf-admin/tools-tabs/antispam.php:118 wpf-includes/wpf-hooks.php:2744
2546
  msgid "Google reCAPTCHA"
2547
  msgstr ""
2548
 
3316
  msgid "Usergroup"
3317
  msgstr ""
3318
 
3319
+ #: wpf-admin/usergroup.php:37 wpf-includes/wpf-hooks.php:1353
3320
  msgid "Default"
3321
  msgstr ""
3322
 
3716
  "another one."
3717
  msgstr ""
3718
 
3719
+ #: wpf-includes/class-members.php:1902
3720
  msgid "What should be done with wpForo content owned by this user?"
3721
  msgstr ""
3722
 
3723
+ #: wpf-includes/class-members.php:1904
3724
  msgid "What should be done with wpForo content owned by these users?"
3725
  msgstr ""
3726
 
3727
+ #: wpf-includes/class-members.php:1908
3728
  msgid "Delete all wpForo content."
3729
  msgstr ""
3730
 
3731
+ #: wpf-includes/class-members.php:1910
3732
  msgid "Attribute all content to:"
3733
  msgstr ""
3734
 
3857
  "\n"
3858
  msgstr ""
3859
 
3860
+ #: wpf-includes/class-subscribes.php:45
3861
  msgid ""
3862
+ "Hello! \n"
3863
  "\n"
3864
  " You asked us to reset your password for your account using the email "
3865
+ "address [user_login]. \n"
3866
  "\n"
3867
  " If this was a mistake, or you didn't ask for a password reset, just ignore "
3868
+ "this email and nothing will happen. \n"
3869
  "\n"
3870
+ " To reset your password, visit the following address: \n"
3871
  "\n"
3872
+ " [reset_password_url] \n"
3873
  "\n"
3874
  " Thanks!"
3875
  msgstr ""
3876
 
3877
+ #: wpf-includes/class-subscribes.php:49
3878
  msgid "You have been mentioned in forum post"
3879
  msgstr ""
3880
 
3881
+ #: wpf-includes/class-subscribes.php:50
3882
  msgid ""
3883
  "Hi [mentioned-user-name]! <br>\n"
3884
  "\n"
4404
  msgid "Uninstall"
4405
  msgstr ""
4406
 
4407
+ #: wpf-includes/wpf-hooks.php:1353
4408
  msgid "Clear"
4409
  msgstr ""
4410
 
4411
+ #: wpf-includes/wpf-hooks.php:1353
4412
  msgid "Select Color"
4413
  msgstr ""
4414
 
4415
+ #: wpf-includes/wpf-hooks.php:1358 wpf-includes/wpf-phrases.php:183
4416
  msgid "Move"
4417
  msgstr ""
4418
 
4419
+ #: wpf-includes/wpf-hooks.php:1365
4420
  msgid "Please choose one reasons before sending a feedback!"
4421
  msgstr ""
4422
 
4423
+ #: wpf-includes/wpf-hooks.php:1367
4424
  msgid ""
4425
  "With the email address, please check the \"I agree to receive email\" "
4426
  "checkbox to proceed."
4427
  msgstr ""
4428
 
4429
+ #: wpf-includes/wpf-hooks.php:1368
4430
  msgid "Please fill your email address for feedback"
4431
  msgstr ""
4432
 
4433
+ #: wpf-includes/wpf-hooks.php:1369
4434
  msgid "Your email address is not valid"
4435
  msgstr ""
4436
 
4437
+ #: wpf-includes/wpf-hooks.php:1427
4438
  msgid ""
4439
  "IMPORTANT: wpForo can't work with default permalink, please change permalink "
4440
  "structure"
4441
  msgstr ""
4442
 
4443
+ #: wpf-includes/wpf-hooks.php:1463
4444
  msgid "Forum Profile Fields - wpForo"
4445
  msgstr ""
4446
 
4447
+ #: wpf-includes/wpf-hooks.php:1471
4448
  msgid "Forum - Usergroup"
4449
  msgstr ""
4450
 
4451
+ #: wpf-includes/wpf-hooks.php:1476
4452
  #, php-format
4453
  msgid ""
4454
  "Forum Usergroups are synched with User Roles based on the %s. When you "
4456
  "that table."
4457
  msgstr ""
4458
 
4459
+ #: wpf-includes/wpf-hooks.php:1483
4460
  msgid "Synced with user role"
4461
  msgstr ""
4462
 
4463
+ #: wpf-includes/wpf-hooks.php:1487
4464
  msgid "Role-Usergroup Synchronization is Turned ON!"
4465
  msgstr ""
4466
 
4467
+ #: wpf-includes/wpf-hooks.php:1488
4468
  msgid ""
4469
  "This user Usergroup is automatically changed according to current Role. If "
4470
  "you want to disable Role-Usergroup synchronization and manage Usergroups and "
4473
  "option."
4474
  msgstr ""
4475
 
4476
+ #: wpf-includes/wpf-hooks.php:1499
4477
  msgid "Forum - Secondary Usergroups"
4478
  msgstr ""
4479
 
4480
+ #: wpf-includes/wpf-hooks.php:1521
4481
  msgid "Forum - User Timezone"
4482
  msgstr ""
4483
 
4484
+ #: wpf-includes/wpf-hooks.php:1532
4485
  msgid "User Reputation"
4486
  msgstr ""
4487
 
4488
+ #: wpf-includes/wpf-hooks.php:1533
4489
  msgid ""
4490
  "By default all members get rating badges and titles based on number of "
4491
  "posts. However, using this option you can grant lower or higher rating to "
4493
  "points can be managed in Forums > Settings > Members Tab."
4494
  msgstr ""
4495
 
4496
+ #: wpf-includes/wpf-hooks.php:1537
4497
  msgid "Default Rating"
4498
  msgstr ""
4499
 
4500
+ #: wpf-includes/wpf-hooks.php:1538
4501
  msgid "Custom Rating"
4502
  msgstr ""
4503
 
4504
+ #: wpf-includes/wpf-hooks.php:1545 wpf-includes/wpf-phrases.php:863
4505
  msgid "Rating Title"
4506
  msgstr ""
4507
 
4508
+ #: wpf-includes/wpf-hooks.php:1546 wpf-includes/wpf-phrases.php:430
4509
  msgid "Rating Badge"
4510
  msgstr ""
4511
 
4512
+ #: wpf-includes/wpf-hooks.php:1956 wpf-includes/wpf-hooks.php:2056
4513
  msgid "Please Moderate: "
4514
  msgstr ""
4515
 
4516
+ #: wpf-includes/wpf-hooks.php:1957
4517
  msgid ""
4518
  "This topic is currently unapproved. You can approve topics in Dashboard "
4519
  "&raquo; Forums &raquo; Moderation admin page."
4520
  msgstr ""
4521
 
4522
+ #: wpf-includes/wpf-hooks.php:2057
4523
  msgid ""
4524
  "This post is currently unapproved. You can approve posts in Dashboard "
4525
  "&raquo; Forums &raquo; Moderation admin page."
4526
  msgstr ""
4527
 
4528
+ #: wpf-includes/wpf-hooks.php:2585 wpf-includes/wpf-hooks.php:2607
4529
  msgid "New Forum"
4530
  msgstr ""
4531
 
4532
+ #: wpf-includes/wpf-hooks.php:2587
4533
  msgid "New User Group"
4534
  msgstr ""
4535
 
4536
+ #: wpf-includes/wpf-hooks.php:2589 wpf-includes/wpf-hooks.php:2635
4537
  msgid "New Phrase"
4538
  msgstr ""
4539
 
4540
+ #: wpf-includes/wpf-hooks.php:2601
4541
  msgid "Forum Dashboard"
4542
  msgstr ""
4543
 
4544
+ #: wpf-includes/wpf-hooks.php:2629
4545
  msgid "New Usergroup"
4546
  msgstr ""
4547
 
4548
+ #: wpf-includes/wpf-hooks.php:2743 wpf-includes/wpf-phrases.php:1084
4549
  #, php-format
4550
  msgid ""
4551
  "IMPORTANT! The forum registration form is probably under risk of spam "
7688
  msgid "Threaded Layout - Recent topic length"
7689
  msgstr ""
7690
 
7691
+ #: wpf-themes/classic/functions.php:130
7692
  msgid "Extended Layout - Recent posts"
7693
  msgstr ""
7694
 
7695
+ #: wpf-themes/classic/functions.php:140
7696
  msgid "Extended Layout - Number of Recent posts"
7697
  msgstr ""
7698
 
7699
+ #: wpf-themes/classic/functions.php:141
7700
  msgid ""
7701
  "Set this option value 0 if you want to show all posts in recent posts area."
7702
  msgstr ""
7703
 
7704
+ #: wpf-themes/classic/functions.php:149
7705
  msgid "Extended Layout - Recent post length"
7706
  msgstr ""
7707
 
7708
+ #: wpf-themes/classic/functions.php:150
7709
  msgid ""
7710
  "Set this option value 0 if you want to show the whole post content in recent "
7711
  "post area."
7712
  msgstr ""
7713
 
7714
+ #: wpf-themes/classic/functions.php:159
7715
  msgid "Q&A Layout - Comment Form Type"
7716
  msgstr ""
7717
 
7718
+ #: wpf-themes/classic/functions.php:162 wpf-themes/classic/functions.php:223
7719
  msgid "Visual Editor"
7720
  msgstr ""
7721
 
7722
+ #: wpf-themes/classic/functions.php:163 wpf-themes/classic/functions.php:224
7723
  msgid "Text Editor"
7724
  msgstr ""
7725
 
7726
+ #: wpf-themes/classic/functions.php:168
7727
  msgid "Q&A Layout - Display Answer Editor"
7728
  msgstr ""
7729
 
7730
+ #: wpf-themes/classic/functions.php:178
7731
  msgid "Q&A Layout - Number of Answers per Page"
7732
  msgstr ""
7733
 
7734
+ #: wpf-themes/classic/functions.php:186
7735
  msgid "Q&A Layout - Number of Comments per item in page load"
7736
  msgstr ""
7737
 
7738
+ #: wpf-themes/classic/functions.php:187
7739
  msgid "Set this option value 0 if you want to show all comments"
7740
  msgstr ""
7741
 
7742
+ #: wpf-themes/classic/functions.php:195
7743
  msgid "Q&A Layout - First Post Reply Button"
7744
  msgstr ""
7745
 
7746
+ #: wpf-themes/classic/functions.php:206
7747
  msgid "Comment content minimum length"
7748
  msgstr ""
7749
 
7750
+ #: wpf-themes/classic/functions.php:212
7751
  msgid "Comment content maximum length"
7752
  msgstr ""
7753
 
7754
+ #: wpf-themes/classic/functions.php:220
7755
  msgid "Threaded Layout - Reply Form Type"
7756
  msgstr ""
7757
 
7758
+ #: wpf-themes/classic/functions.php:230
7759
  msgid "Threaded Layout - Number of Parent Posts per Page"
7760
  msgstr ""
7761
 
7762
+ #: wpf-themes/classic/functions.php:238
7763
  msgid "Threaded Layout - Replies Nesting Levels Deep"
7764
  msgstr ""
7765
 
7766
+ #: wpf-themes/classic/functions.php:250
7767
  msgid "Threaded Layout - First Post Reply Button"
7768
  msgstr ""
7769
 
7770
+ #: wpf-themes/classic/functions.php:263
7771
  msgid "Stick Topic's First Post on Top for Certain Forum Layout"
7772
  msgstr ""
7773
 
7774
+ #: wpf-themes/classic/functions.php:264
7775
  msgid ""
7776
  "This option keeps the first topic post on top when you navigate through "
7777
  "pages of that topic. You can manage this option by forum layouts."
7778
  msgstr ""
7779
 
7780
+ #: wpforo.php:378
7781
  msgid "Discussion Board"
7782
  msgstr ""
7783
 
7784
+ #: wpforo.php:1052
7785
  msgid ""
7786
  "Allows to embed hundreds of video, social network, audio and photo content "
7787
  "providers in forum topics and posts."
7788
  msgstr ""
7789
 
7790
+ #: wpforo.php:1053
7791
  msgid ""
7792
  "wpForo Polls is a complete addon to help forum members create, vote and "
7793
  "manage polls effectively. Comes with poll specific permissions and settings."
7794
  msgstr ""
7795
 
7796
+ #: wpforo.php:1054
7797
  msgid ""
7798
  "Awards myCRED points for forum activity. Integrates myCRED Badges and Ranks. "
7799
  "Converts wpForo topic and posts, likes to myCRED points."
7800
  msgstr ""
7801
 
7802
+ #: wpforo.php:1055
7803
  msgid ""
7804
  "Advanced user profile builder system. Allows to add new fields and manage "
7805
  "profile page. Creates custom Registration, Account, Member Search forms."
7806
  msgstr ""
7807
 
7808
+ #: wpforo.php:1056
7809
  msgid ""
7810
  "Adds an advanced file attachment system to forum topics and posts. AJAX "
7811
  "powered media uploading and displaying system with user specific library."
7812
  msgstr ""
7813
 
7814
+ #: wpforo.php:1057
7815
  msgid ""
7816
  "Provides a safe way to communicate directly with other members. Messages are "
7817
  "private and can only be viewed by conversation participants."
7818
  msgstr ""
7819
 
7820
+ #: wpforo.php:1058
7821
  msgid ""
7822
  "Blog to Forum and Forum to Blog content synchronization. Blog posts with "
7823
  "Forum topics and Blog comments with Forum replies."
7824
  msgstr ""
7825
 
7826
+ #: wpforo.php:1059
7827
  msgid ""
7828
  "Ads Manager is a powerful yet simple advertisement management system, that "
7829
  "allows you to add adverting banners between forums, topics and posts."
7830
  msgstr ""
7831
 
7832
+ #: wpforo.php:1060
7833
  msgid ""
7834
  "Adds awesome Sticker and Emoticons packs to editor. Allows to create new "
7835
  "custom emoticons packs."
wpf-themes/classic/.gitignore CHANGED
@@ -1 +1,2 @@
1
  colors.css
 
1
  colors.css
2
+ phrases.js
wpf-themes/classic/colors.css CHANGED
@@ -471,8 +471,8 @@
471
  #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content td.wpf-spost-icon { border-right:1px solid #ffffff;}
472
  #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content td.wpf-stext{color:#666666}
473
 
474
- #wpforo-wrap .wpf-action{ color: #3f7796; }
475
- #wpforo-wrap .wpf-action:hover{ cursor: pointer; color: #659fbe; }
476
  #wpforo-wrap .wpf-action.wpforo-tools{ color: #ffffff; }
477
  #wpforo-wrap .wpf-action.wpforo-tools:hover{ cursor: pointer; /*color: #dff4ff;*/ }
478
 
471
  #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content td.wpf-spost-icon { border-right:1px solid #ffffff;}
472
  #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content td.wpf-stext{color:#666666}
473
 
474
+ #wpforo-wrap .wpf-action, .wpf-notifications .wpf-action{ color: #3f7796; }
475
+ #wpforo-wrap .wpf-action:hover, .wpf-notifications .wpf-action:hover{ cursor: pointer; color: #659fbe; }
476
  #wpforo-wrap .wpf-action.wpforo-tools{ color: #ffffff; }
477
  #wpforo-wrap .wpf-action.wpforo-tools:hover{ cursor: pointer; /*color: #dff4ff;*/ }
478
 
wpf-themes/classic/functions.php CHANGED
@@ -124,8 +124,6 @@ function wpforo_classic_forum_options(){
124
  }
125
  add_action('wpforo_settings_forums', 'wpforo_classic_forum_options');
126
 
127
-
128
-
129
  function wpforo_classic_post_options(){
130
  if(WPF()->tpl->layout_exists(1)): ?>
131
  <tr>
@@ -286,8 +284,6 @@ function wpforo_classic_post_options(){
286
  }
287
  add_action('wpforo_settings_post_top', 'wpforo_classic_post_options');
288
 
289
-
290
-
291
  function wpforo_classic_reply_form_head($string, $args){
292
  if( WPF()->tpl->layout_exists(3) ){
293
  if( $args['layout'] == 3 ){
@@ -298,8 +294,6 @@ function wpforo_classic_reply_form_head($string, $args){
298
  }
299
  add_filter('wpforo_reply_form_head', 'wpforo_classic_reply_form_head', 1, 2);
300
 
301
-
302
-
303
  function wpforo_classic_reply_form_field_title($string, $args){
304
  if( WPF()->tpl->layout_exists(3) ){
305
  $can_answer = true;
@@ -337,4 +331,13 @@ add_filter('body_class', 'wpforo_classic_body_class');
337
  function wpforo_login_status_class(){
338
  echo ( WPF()->current_userid ) ? ' wpf-auth' : ' wpf-guest';
339
  }
340
- add_action('wpforo_wrap_class', 'wpforo_login_status_class');
 
 
 
 
 
 
 
 
 
124
  }
125
  add_action('wpforo_settings_forums', 'wpforo_classic_forum_options');
126
 
 
 
127
  function wpforo_classic_post_options(){
128
  if(WPF()->tpl->layout_exists(1)): ?>
129
  <tr>
284
  }
285
  add_action('wpforo_settings_post_top', 'wpforo_classic_post_options');
286
 
 
 
287
  function wpforo_classic_reply_form_head($string, $args){
288
  if( WPF()->tpl->layout_exists(3) ){
289
  if( $args['layout'] == 3 ){
294
  }
295
  add_filter('wpforo_reply_form_head', 'wpforo_classic_reply_form_head', 1, 2);
296
 
 
 
297
  function wpforo_classic_reply_form_field_title($string, $args){
298
  if( WPF()->tpl->layout_exists(3) ){
299
  $can_answer = true;
331
  function wpforo_login_status_class(){
332
  echo ( WPF()->current_userid ) ? ' wpf-auth' : ' wpf-guest';
333
  }
334
+ add_action('wpforo_wrap_class', 'wpforo_login_status_class');
335
+
336
+ function wpforo_forum_layout_editors( $settings, $editor ){
337
+ if( $editor == 'post' && 4 == wpfval(WPF()->current_object, 'layout')){
338
+ $settings['tinymce']['toolbar1'] = 'fontsizeselect,bold,italic,underline,forecolor,bullist,numlist,alignleft,aligncenter,alignright,link,unlink,blockquote,pre,wpf_spoil,pastetext,source_code,emoticons';
339
+ $settings['editor_height'] = 100;
340
+ }
341
+ return $settings;
342
+ }
343
+ add_filter('wpforo_editor_settings', 'wpforo_forum_layout_editors', 1, 2);
wpf-themes/classic/integration/buddypress/index.html ADDED
File without changes
wpf-themes/classic/integration/index.html ADDED
File without changes
wpf-themes/classic/integration/ultimate-member/index.html ADDED
File without changes
wpf-themes/classic/layouts/4/forum-thread.php CHANGED
@@ -21,10 +21,10 @@ function wpforo_thread_forum_template( $topicid ){
21
  <span class="wpf-circle wpf-m" wpf-tooltip="<?php echo esc_attr($thread['forum']['title'])?>" wpf-tooltip-position="left" wpf-tooltip-size="long" style="border:1px dashed <?php echo $thread['forum']['color'] ?>"><i class="<?php echo $thread['forum']['icon'] ?>" style="color: <?php echo $thread['forum']['color'] ?>"></i></span>
22
  </div>
23
  <div class="wpf-thread-box wpf-thread-posts">
24
- <?php echo (intval($thread['posts']) - 1) ?>
25
  </div>
26
  <div class="wpf-thread-box wpf-thread-views">
27
- <?php echo $thread['views'] ?>
28
  </div>
29
  <div class="wpf-thread-box wpf-thread-users">
30
  <?php echo $thread['users_html']; ?>
21
  <span class="wpf-circle wpf-m" wpf-tooltip="<?php echo esc_attr($thread['forum']['title'])?>" wpf-tooltip-position="left" wpf-tooltip-size="long" style="border:1px dashed <?php echo $thread['forum']['color'] ?>"><i class="<?php echo $thread['forum']['icon'] ?>" style="color: <?php echo $thread['forum']['color'] ?>"></i></span>
22
  </div>
23
  <div class="wpf-thread-box wpf-thread-posts">
24
+ <?php echo wpforo_print_number((intval($thread['posts']) - 1)) ?>
25
  </div>
26
  <div class="wpf-thread-box wpf-thread-views">
27
+ <?php echo wpforo_print_number($thread['views']) ?>
28
  </div>
29
  <div class="wpf-thread-box wpf-thread-users">
30
  <?php echo $thread['users_html']; ?>
wpf-themes/classic/layouts/4/topic-thread.php CHANGED
@@ -17,10 +17,10 @@ function wpforo_thread_topic_template( $topicid ){
17
  <?php wpforo_tags($thread, true, 'text') ?>
18
  </div>
19
  <div class="wpf-thread-box wpf-thread-posts">
20
- <?php echo (intval($thread['posts']) - 1) ?>
21
  </div>
22
  <div class="wpf-thread-box wpf-thread-views">
23
- <?php echo $thread['views'] ?>
24
  </div>
25
  <div class="wpf-thread-box wpf-thread-users">
26
  <?php echo $thread['users_html']; ?>
17
  <?php wpforo_tags($thread, true, 'text') ?>
18
  </div>
19
  <div class="wpf-thread-box wpf-thread-posts">
20
+ <?php echo wpforo_print_number((intval($thread['posts']) - 1)) ?>
21
  </div>
22
  <div class="wpf-thread-box wpf-thread-views">
23
+ <?php echo wpforo_print_number($thread['views']) ?>
24
  </div>
25
  <div class="wpf-thread-box wpf-thread-users">
26
  <?php echo $thread['users_html']; ?>
wpf-themes/classic/register.php CHANGED
@@ -32,6 +32,7 @@
32
  <div class="wpf-td wpfw-1">
33
  <div class="wpf-field wpf-field-type-submit" style="text-align:center; width:100%;">
34
  <input type="submit" name="wpfororeg" value="<?php wpforo_phrase('Register') ?>" />
 
35
  </div>
36
  <div class="wpf-field wpf-extra-field-end">
37
  <div class="wpf-field-wrap" style="text-align:center; width:100%;">
32
  <div class="wpf-td wpfw-1">
33
  <div class="wpf-field wpf-field-type-submit" style="text-align:center; width:100%;">
34
  <input type="submit" name="wpfororeg" value="<?php wpforo_phrase('Register') ?>" />
35
+ <div class="wpf-field-login"><a href="<?php echo wpforo_login_url(); ?>"><i class="fas fa-sign-in-alt"></i> <?php wpforo_phrase('Login'); ?></a></div>
36
  </div>
37
  <div class="wpf-field wpf-extra-field-end">
38
  <div class="wpf-field-wrap" style="text-align:center; width:100%;">
wpf-themes/classic/style-rtl.css CHANGED
@@ -24,7 +24,7 @@ RTL Style of Classic Theme
24
  #wpforo-wrap ul li:before {content: "";}
25
  #wpforo-wrap input,
26
  #wpforo-wrap textarea,
27
- #wpforo-wrap select{margin:0; padding:0; display:inline; width: auto;}
28
  #wpforo-wrap form input[type="checkbox"], form input[type="radio"]{display: inline-block;}
29
  #wpforo-wrap p{font-size: 14px;line-height: 20px;padding: 0;margin: 0;}
30
  #wpforo-wrap h3{font-size:16px; padding:5px 0; margin:0; line-height:18px; font-weight:500; text-transform:none;}
@@ -777,7 +777,10 @@ RTL Style of Classic Theme
777
  #wpforo-wrap .wpfl-4 .wpf-replies-sep{padding: 20px 10px 5px 0px;margin: 5px 12px 0px 0px;font-size: 13px;text-transform: uppercase;font-weight: bold;}
778
  #wpforo-wrap .wpfl-4 .wpf-replies-sep i{margin-left: 3px;}
779
  #wpforo-wrap .wpfl-4 .wpf-replies-sep span{font-weight: bold;}
780
-
 
 
 
781
 
782
  @media all and (max-width: 1000px){
783
  #wpforo-wrap .wpf-circle.wpf-m i{font-size: 14px;}
@@ -1335,8 +1338,11 @@ body.wpforo-dialog-visible #wpforo-dialog-wrap{display: flex;}
1335
  #wpforo-wrap .wpforo-fb-login-wrap{padding: 10px 15px 15px;}
1336
  #wpforo-wrap .wpforo-fb-login-wrap span{display:inherit;}
1337
  #wpforo-wrap .wpforo-login-wrap .wpf-field-reg{padding-top: 20px; text-align: center; margin-bottom: -5px}
1338
- #wpforo-wrap .wpforo-login-wrap .wpf-field-reg a{font-size: 13px; border: 1px dashed; padding: 3px 10px; line-height: 14px;}
1339
- #wpforo-wrap .wpforo-login-wrap .wpf-field-reg a i{margin-left: 3px; color: inherit;}
 
 
 
1340
 
1341
  /****************************************************/
1342
  /************* Page Message ************************/
@@ -1563,6 +1569,8 @@ body.wpforo-dialog-visible #wpforo-dialog-wrap{display: flex;}
1563
  #wpforo-wrap .wpf-tools .wpf-tool {margin-top: 15px;}
1564
  #wpforo-wrap .wpf-tools .wpf-tool li select{width: 100%;}
1565
  #wpforo-wrap .wpf-tools .wpf-tool li input[type="text"]{width: 100%;}
 
 
1566
  }
1567
 
1568
  @media screen and (max-width:700px) {
24
  #wpforo-wrap ul li:before {content: "";}
25
  #wpforo-wrap input,
26
  #wpforo-wrap textarea,
27
+ #wpforo-wrap select{margin:0; padding:0; display:inline; width: auto;min-height: auto;}
28
  #wpforo-wrap form input[type="checkbox"], form input[type="radio"]{display: inline-block;}
29
  #wpforo-wrap p{font-size: 14px;line-height: 20px;padding: 0;margin: 0;}
30
  #wpforo-wrap h3{font-size:16px; padding:5px 0; margin:0; line-height:18px; font-weight:500; text-transform:none;}
777
  #wpforo-wrap .wpfl-4 .wpf-replies-sep{padding: 20px 10px 5px 0px;margin: 5px 12px 0px 0px;font-size: 13px;text-transform: uppercase;font-weight: bold;}
778
  #wpforo-wrap .wpfl-4 .wpf-replies-sep i{margin-left: 3px;}
779
  #wpforo-wrap .wpfl-4 .wpf-replies-sep span{font-weight: bold;}
780
+ #wpforo-wrap #wpf-form-wrapper.wpfel-4{width: calc(100% - 110px);margin: 0 auto 0 0;}
781
+ #wpforo-wrap #wpf-form-wrapper.wpfel-4 #wpf-reply-form-title{font-size: 16px;margin: 20px 0 10px 0;font-weight: normal;line-height: 20px;display: block;}
782
+ #wpforo-wrap #wpf-form-wrapper.wpfel-4 .wpf-post-create .wpf-subject{display: none;}
783
+ #wpforo-wrap #wpf-form-wrapper.wpfel-4 .wpf-post-create .wp-editor-wrap{margin-top: -20px;}
784
 
785
  @media all and (max-width: 1000px){
786
  #wpforo-wrap .wpf-circle.wpf-m i{font-size: 14px;}
1338
  #wpforo-wrap .wpforo-fb-login-wrap{padding: 10px 15px 15px;}
1339
  #wpforo-wrap .wpforo-fb-login-wrap span{display:inherit;}
1340
  #wpforo-wrap .wpforo-login-wrap .wpf-field-reg{padding-top: 20px; text-align: center; margin-bottom: -5px}
1341
+ #wpforo-wrap .wpforo-register-wrap .wpf-field-login{padding-top: 8px; text-align: center; margin-bottom: 5px}
1342
+ #wpforo-wrap .wpforo-login-wrap .wpf-field-reg a,
1343
+ #wpforo-wrap .wpforo-register-wrap .wpf-field-login a{font-size: 13px; border: 1px dashed; padding: 3px 10px; line-height: 14px;}
1344
+ #wpforo-wrap .wpforo-login-wrap .wpf-field-reg a i,
1345
+ #wpforo-wrap .wpforo-register-wrap .wpf-field-login a i{margin-left: 3px; color: inherit;}
1346
 
1347
  /****************************************************/
1348
  /************* Page Message ************************/
1569
  #wpforo-wrap .wpf-tools .wpf-tool {margin-top: 15px;}
1570
  #wpforo-wrap .wpf-tools .wpf-tool li select{width: 100%;}
1571
  #wpforo-wrap .wpf-tools .wpf-tool li input[type="text"]{width: 100%;}
1572
+ #wpforo-dialog-wrap #wpforo-dialog{width: 95% !important;}
1573
+ #wpforo-wrap #wpf-form-wrapper.wpfel-4{width: 100%;}
1574
  }
1575
 
1576
  @media screen and (max-width:700px) {
wpf-themes/classic/style.css CHANGED
@@ -29,7 +29,7 @@ Author: gVectors Team
29
  #wpforo-wrap ul li:before {content: "";}
30
  #wpforo-wrap input,
31
  #wpforo-wrap textarea,
32
- #wpforo-wrap select{margin:0; padding:0; display:inline; width: auto;}
33
  #wpforo-wrap form input[type="checkbox"], form input[type="radio"]{display: inline-block;}
34
  #wpforo-wrap p{font-size: 14px;line-height: 20px;padding: 0;margin: 0;}
35
  #wpforo-wrap h3{font-size:16px; padding:5px 0; margin:0; line-height:18px; font-weight:500; text-transform:none;}
@@ -784,7 +784,10 @@ Author: gVectors Team
784
  #wpforo-wrap .wpfl-4 .wpf-replies-sep{padding: 20px 0px 5px 10px;margin: 5px 0px 0px 12px;font-size: 13px;text-transform: uppercase;font-weight: bold;}
785
  #wpforo-wrap .wpfl-4 .wpf-replies-sep i{margin-right: 3px;}
786
  #wpforo-wrap .wpfl-4 .wpf-replies-sep span{font-weight: bold;}
787
-
 
 
 
788
 
789
  @media all and (max-width: 1000px){
790
  #wpforo-wrap .wpf-circle.wpf-m i{font-size: 14px;}
@@ -1342,8 +1345,11 @@ body.wpforo-dialog-visible #wpforo-dialog-extra-wrap{display: block;}
1342
  #wpforo-wrap .wpforo-fb-login-wrap{padding: 10px 15px 15px;}
1343
  #wpforo-wrap .wpforo-fb-login-wrap span{display:inherit;}
1344
  #wpforo-wrap .wpforo-login-wrap .wpf-field-reg{padding-top: 20px; text-align: center; margin-bottom: -5px}
1345
- #wpforo-wrap .wpforo-login-wrap .wpf-field-reg a{font-size: 13px; border: 1px dashed; padding: 3px 10px; line-height: 14px;}
1346
- #wpforo-wrap .wpforo-login-wrap .wpf-field-reg a i{margin-right: 3px; color: inherit;}
 
 
 
1347
 
1348
  /****************************************************/
1349
  /************* Page Message ************************/
@@ -1571,8 +1577,8 @@ body.wpforo-dialog-visible #wpforo-dialog-extra-wrap{display: block;}
1571
  #wpforo-wrap .wpf-tools .wpf-tool {margin-top: 15px;}
1572
  #wpforo-wrap .wpf-tools .wpf-tool li select{width: 100%;}
1573
  #wpforo-wrap .wpf-tools .wpf-tool li input[type="text"]{width: 100%;}
1574
-
1575
  #wpforo-dialog-wrap #wpforo-dialog{width: 95% !important;}
 
1576
  }
1577
 
1578
  @media screen and (max-width:700px) {
29
  #wpforo-wrap ul li:before {content: "";}
30
  #wpforo-wrap input,
31
  #wpforo-wrap textarea,
32
+ #wpforo-wrap select{margin:0; padding:0; display:inline; width: auto; min-height: auto;}
33
  #wpforo-wrap form input[type="checkbox"], form input[type="radio"]{display: inline-block;}
34
  #wpforo-wrap p{font-size: 14px;line-height: 20px;padding: 0;margin: 0;}
35
  #wpforo-wrap h3{font-size:16px; padding:5px 0; margin:0; line-height:18px; font-weight:500; text-transform:none;}
784
  #wpforo-wrap .wpfl-4 .wpf-replies-sep{padding: 20px 0px 5px 10px;margin: 5px 0px 0px 12px;font-size: 13px;text-transform: uppercase;font-weight: bold;}
785
  #wpforo-wrap .wpfl-4 .wpf-replies-sep i{margin-right: 3px;}
786
  #wpforo-wrap .wpfl-4 .wpf-replies-sep span{font-weight: bold;}
787
+ #wpforo-wrap #wpf-form-wrapper.wpfel-4{width: calc(100% - 110px);margin: 0 0 0 auto;}
788
+ #wpforo-wrap #wpf-form-wrapper.wpfel-4 #wpf-reply-form-title{font-size: 16px;margin: 20px 0 10px 0;font-weight: normal;line-height: 20px;display: block;}
789
+ #wpforo-wrap #wpf-form-wrapper.wpfel-4 .wpf-post-create .wpf-subject{display: none;}
790
+ #wpforo-wrap #wpf-form-wrapper.wpfel-4 .wpf-post-create .wp-editor-wrap{margin-top: -20px;}
791
 
792
  @media all and (max-width: 1000px){
793
  #wpforo-wrap .wpf-circle.wpf-m i{font-size: 14px;}
1345
  #wpforo-wrap .wpforo-fb-login-wrap{padding: 10px 15px 15px;}
1346
  #wpforo-wrap .wpforo-fb-login-wrap span{display:inherit;}
1347
  #wpforo-wrap .wpforo-login-wrap .wpf-field-reg{padding-top: 20px; text-align: center; margin-bottom: -5px}
1348
+ #wpforo-wrap .wpforo-register-wrap .wpf-field-login{padding-top: 8px; text-align: center; margin-bottom: 5px}
1349
+ #wpforo-wrap .wpforo-login-wrap .wpf-field-reg a,
1350
+ #wpforo-wrap .wpforo-register-wrap .wpf-field-login a{font-size: 13px; border: 1px dashed; padding: 3px 10px; line-height: 14px;}
1351
+ #wpforo-wrap .wpforo-login-wrap .wpf-field-reg a i,
1352
+ #wpforo-wrap .wpforo-register-wrap .wpf-field-login a i{margin-right: 3px; color: inherit;}
1353
 
1354
  /****************************************************/
1355
  /************* Page Message ************************/
1577
  #wpforo-wrap .wpf-tools .wpf-tool {margin-top: 15px;}
1578
  #wpforo-wrap .wpf-tools .wpf-tool li select{width: 100%;}
1579
  #wpforo-wrap .wpf-tools .wpf-tool li input[type="text"]{width: 100%;}
 
1580
  #wpforo-dialog-wrap #wpforo-dialog{width: 95% !important;}
1581
+ #wpforo-wrap #wpf-form-wrapper.wpfel-4{width: 100%;}
1582
  }
1583
 
1584
  @media screen and (max-width:700px) {
wpf-themes/classic/styles/index.html ADDED
File without changes
wpf-themes/classic/styles/matrix.css CHANGED
@@ -471,8 +471,8 @@
471
  #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content td.wpf-spost-icon { border-right:1px solid __WPFCOLOR_1__;}
472
  #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content td.wpf-stext{color:__WPFCOLOR_4__}
473
 
474
- #wpforo-wrap .wpf-action{ color: __WPFCOLOR_15__; }
475
- #wpforo-wrap .wpf-action:hover{ cursor: pointer; color: __WPFCOLOR_11__; }
476
  #wpforo-wrap .wpf-action.wpforo-tools{ color: __WPFCOLOR_1__; }
477
  #wpforo-wrap .wpf-action.wpforo-tools:hover{ cursor: pointer; /*color: __WPFCOLOR_17__;*/ }
478
 
@@ -712,4 +712,11 @@ body.wpf-dark #wpf-msg-box a:hover, body.wpf-dark #wpf-msg-box a:active{color:__
712
  #wpforo-wrap.wpf-dark .wpf-notifications .wpf-notification-content li a,
713
  #wpf-widget-profile.wpf-dark .wpf-notifications .wpf-notification-content li a{color:__WPFCOLOR_4__;}
714
  #wpforo-wrap.wpf-dark .wpf-notifications .wpf-notification-content li:hover,
715
- #wpf-widget-profile.wpf-dark .wpf-notifications .wpf-notification-content li:hover{background:__WPFCOLOR_2__;}
 
 
 
 
 
 
 
471
  #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content td.wpf-spost-icon { border-right:1px solid __WPFCOLOR_1__;}
472
  #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content td.wpf-stext{color:__WPFCOLOR_4__}
473
 
474
+ #wpforo-wrap .wpf-action, .wpf-notifications .wpf-action{ color: __WPFCOLOR_15__; }
475
+ #wpforo-wrap .wpf-action:hover, .wpf-notifications .wpf-action:hover{ cursor: pointer; color: __WPFCOLOR_11__; }
476
  #wpforo-wrap .wpf-action.wpforo-tools{ color: __WPFCOLOR_1__; }
477
  #wpforo-wrap .wpf-action.wpforo-tools:hover{ cursor: pointer; /*color: __WPFCOLOR_17__;*/ }
478
 
712
  #wpforo-wrap.wpf-dark .wpf-notifications .wpf-notification-content li a,
713
  #wpf-widget-profile.wpf-dark .wpf-notifications .wpf-notification-content li a{color:__WPFCOLOR_4__;}
714
  #wpforo-wrap.wpf-dark .wpf-notifications .wpf-notification-content li:hover,
715
+ #wpf-widget-profile.wpf-dark .wpf-notifications .wpf-notification-content li:hover{background:__WPFCOLOR_2__;}
716
+ #wpforo-wrap.wpf-dark .wpf-acp-title {background: #000; color: #fff;}
717
+ #wpforo-wrap.wpf-dark .wpf-acp-content {background: #000;color: #999;}
718
+ #wpforo-wrap.wpf-dark .wpf-acp-footer {background: #000;border-top: 1px dashed #777;}
719
+ #wpforo-wrap.wpf-dark .wpf-acp-content a.wpf-button-secondary {box-shadow: 0px 0px 5px #999;background: #777;}
720
+ #wpforo-wrap.wpf-dark .wpf-acp-content a.wpf-button-secondary:hover {box-shadow: 0px 0px 8px #fff;color: #fff;}
721
+ #wpforo-wrap.wpf-dark .wpf-acp-footer a.wpf-button-secondary {background: #777;color: #fff;}
722
+ #wpforo-wrap.wpf-dark .wpf-acp-footer a.wpf-button-secondary:last-child{color: #fff!important; background: #e22d00;}
wpf-themes/index.html ADDED
File without changes
wpforo.php CHANGED
@@ -5,14 +5,14 @@
5
  * Description: WordPress Forum plugin. wpForo is a full-fledged forum solution for your community. Comes with multiple modern forum layouts.
6
  * Author: gVectors Team (A. Chakhoyan, R. Hovhannisyan)
7
  * Author URI: https://gvectors.com/
8
- * Version: 1.7.2
9
  * Text Domain: wpforo
10
  * Domain Path: /wpf-languages
11
  */
12
 
13
  //Exit if accessed directly
14
  if( !defined( 'ABSPATH' ) ) exit;
15
- if( !defined( 'WPFORO_VERSION' ) ) define('WPFORO_VERSION', '1.7.2');
16
 
17
  function wpforo_load_plugin_textdomain() { load_plugin_textdomain( 'wpforo', FALSE, basename( dirname( __FILE__ ) ) . '/wpf-languages/' ); }
18
  add_action( 'plugins_loaded', 'wpforo_load_plugin_textdomain' );
@@ -318,7 +318,7 @@ if( !class_exists( 'wpForo' ) ) {
318
  $url = wpforo_home_url('?foro=lostpassword');
319
  }
320
  }
321
- }elseif( is_wpforo_url($url) && preg_match('#/'.preg_quote($this->tpl->slugs['postid']).'/(\d+)/?$#isu', $url, $matches) ){
322
  $post_url = $this->post->get_post_url($matches[1]);
323
  if( $post_url !== wpforo_home_url() ) $url = $post_url;
324
  }
@@ -326,6 +326,7 @@ if( !class_exists( 'wpForo' ) ) {
326
  $url = wpforo_fix_url($url);
327
  $url = preg_replace('#\#[^/?&]*$#isu', '', $url);
328
  parse_str( parse_url($url, PHP_URL_QUERY), $get );
 
329
 
330
  $this->current_url = apply_filters('wpforo_init_current_url', $url);
331
  $this->GET = apply_filters('wpforo_init_current_url_GET', $get);
@@ -754,6 +755,7 @@ if( !class_exists( 'wpForo' ) ) {
754
  'row_count' => $current_object['items_per_page'],
755
  'orderby' => 'posts',
756
  'order' => 'DESC',
 
757
  'groupids' => $this->usergroup->get_visible_usergroup_ids()
758
  );
759
  if(!empty($users_include)) $args['include'] = $users_include;
5
  * Description: WordPress Forum plugin. wpForo is a full-fledged forum solution for your community. Comes with multiple modern forum layouts.
6
  * Author: gVectors Team (A. Chakhoyan, R. Hovhannisyan)
7
  * Author URI: https://gvectors.com/
8
+ * Version: 1.7.3
9
  * Text Domain: wpforo
10
  * Domain Path: /wpf-languages
11
  */
12
 
13
  //Exit if accessed directly
14
  if( !defined( 'ABSPATH' ) ) exit;
15
+ if( !defined( 'WPFORO_VERSION' ) ) define('WPFORO_VERSION', '1.7.3');
16
 
17
  function wpforo_load_plugin_textdomain() { load_plugin_textdomain( 'wpforo', FALSE, basename( dirname( __FILE__ ) ) . '/wpf-languages/' ); }
18
  add_action( 'plugins_loaded', 'wpforo_load_plugin_textdomain' );
318
  $url = wpforo_home_url('?foro=lostpassword');
319
  }
320
  }
321
+ }elseif( is_wpforo_url($url) && preg_match('#/'.preg_quote($this->tpl->slugs['postid']).'/(\d+)/?$#isu', strtok($url, '?'), $matches) ){
322
  $post_url = $this->post->get_post_url($matches[1]);
323
  if( $post_url !== wpforo_home_url() ) $url = $post_url;
324
  }
326
  $url = wpforo_fix_url($url);
327
  $url = preg_replace('#\#[^/?&]*$#isu', '', $url);
328
  parse_str( parse_url($url, PHP_URL_QUERY), $get );
329
+ $get = array_merge((array)$get, (array)$_GET);
330
 
331
  $this->current_url = apply_filters('wpforo_init_current_url', $url);
332
  $this->GET = apply_filters('wpforo_init_current_url_GET', $get);
755
  'row_count' => $current_object['items_per_page'],
756
  'orderby' => 'posts',
757
  'order' => 'DESC',
758
+ 'status' => array('active'),
759
  'groupids' => $this->usergroup->get_visible_usergroup_ids()
760
  );
761
  if(!empty($users_include)) $args['include'] = $users_include;