wpForo Forum - Version 1.4.12

Version Description

Download this release

Release Info

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

Code changes from version 1.4.11 to 1.4.12

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: 4.9
6
- Stable tag: 1.4.11
7
  Requires PHP: 5.4 and higher
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -152,7 +152,7 @@ Find wpForo forum plugin addons on [gVectors Team website...](https://gvectors.c
152
 
153
  == Changelog ==
154
 
155
- = wpForo Forum 1.4.10 / 1.4.11 | 30.05.2018 =
156
 
157
  * Fixed: This is a not planned security update. It includes data sanitization and filtering changes.
158
 
3
  Tags: forum, forums, forum plugin, WordPress forum plugin, community, discussion
4
  Requires at least: 4.1
5
  Tested up to: 4.9
6
+ Stable tag: 1.4.12
7
  Requires PHP: 5.4 and higher
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
152
 
153
  == Changelog ==
154
 
155
+ = wpForo Forum 1.4.10 / 1.4.11 / 1.4.12 | 31.05.2018 =
156
 
157
  * Fixed: This is a not planned security update. It includes data sanitization and filtering changes.
158
 
wpf-includes/class-topics.php CHANGED
@@ -84,6 +84,7 @@ class wpForoTopic{
84
  if(isset($name)) $name = strip_tags(trim($name));
85
  if(isset($email)) $email = strip_tags(trim($email));
86
  if(isset($body)) $body = wpforo_kses(trim($body), 'post');
 
87
  $meta_key = (isset($meta_key) ? $meta_key : '');
88
  $meta_desc = (isset($meta_desc) ? $meta_desc : '');
89
  $has_attach = ( isset($has_attach) && $has_attach ) ? 1 : ((strpos($body, '[attach]') !== FALSE) ? 1 : 0);
@@ -105,7 +106,7 @@ class wpForoTopic{
105
  'created' => $created,
106
  'modified' => $created,
107
  'last_post' => 0,
108
- 'views' => 0,
109
  'posts' => $posts,
110
  'meta_key' => $meta_key,
111
  'meta_desc' => $meta_desc,
84
  if(isset($name)) $name = strip_tags(trim($name));
85
  if(isset($email)) $email = strip_tags(trim($email));
86
  if(isset($body)) $body = wpforo_kses(trim($body), 'post');
87
+ $views = ( isset($views) ? intval($views) : 0 );
88
  $meta_key = (isset($meta_key) ? $meta_key : '');
89
  $meta_desc = (isset($meta_desc) ? $meta_desc : '');
90
  $has_attach = ( isset($has_attach) && $has_attach ) ? 1 : ((strpos($body, '[attach]') !== FALSE) ? 1 : 0);
106
  'created' => $created,
107
  'modified' => $created,
108
  'last_post' => 0,
109
+ 'views' => $views,
110
  'posts' => $posts,
111
  'meta_key' => $meta_key,
112
  'meta_desc' => $meta_desc,
wpf-includes/functions.php CHANGED
@@ -255,7 +255,8 @@ function wpforo_get_request_uri($with_port = FALSE, $get_referer_when_ajax = TRU
255
  $sp = strtolower($_SERVER["SERVER_PROTOCOL"]);
256
  $protocol = substr($sp, 0, strpos($sp, "/")) . $s;
257
  $port = ($_SERVER["SERVER_PORT"] == "80") ? "" : (":".$_SERVER["SERVER_PORT"]);
258
- return $protocol . "://" . $_SERVER['HTTP_HOST'] . ($with_port ? $port : '') . $_SERVER['REQUEST_URI'];
 
259
  }
260
 
261
 
255
  $sp = strtolower($_SERVER["SERVER_PROTOCOL"]);
256
  $protocol = substr($sp, 0, strpos($sp, "/")) . $s;
257
  $port = ($_SERVER["SERVER_PORT"] == "80") ? "" : (":".$_SERVER["SERVER_PORT"]);
258
+ $url = $protocol . "://" . $_SERVER['HTTP_HOST'] . ($with_port ? $port : '') . $_SERVER['REQUEST_URI'];
259
+ return esc_url_raw($url);
260
  }
261
 
262
 
wpf-includes/wpf-actions.php CHANGED
@@ -360,7 +360,7 @@ function wpforo_actions(){
360
 
361
  if( isset($_POST['wpforo_use_home_url']) && $_POST['wpforo_use_home_url'] ){
362
  $wpforo_use_home_url = 1;
363
- if( isset($_POST['wpforo_excld_urls']) && $_POST['wpforo_excld_urls'] ){}
364
  update_option('wpforo_excld_urls', sanitize_textarea_field($_POST['wpforo_excld_urls']));
365
  }else{
366
  $wpforo_use_home_url = 0;
360
 
361
  if( isset($_POST['wpforo_use_home_url']) && $_POST['wpforo_use_home_url'] ){
362
  $wpforo_use_home_url = 1;
363
+ if( isset($_POST['wpforo_excld_urls']) && $_POST['wpforo_excld_urls'] )
364
  update_option('wpforo_excld_urls', sanitize_textarea_field($_POST['wpforo_excld_urls']));
365
  }else{
366
  $wpforo_use_home_url = 0;
wpf-languages/wpforo-hu_HU.mo ADDED
Binary file
wpf-languages/wpforo-hu_HU.po ADDED
@@ -0,0 +1,4878 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-04-30 17:15+0400\n"
7
+ "PO-Revision-Date: 2018-05-30 23:26+0000\n"
8
+ "Last-Translator: LA <szauna.net@gmail.com>\n"
9
+ "Language-Team: Magyar\n"
10
+ "Language: hu-HU\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: "
25
+
26
+ #: wpf-admin/addons.php:14 wpf-admin/addons.php:22
27
+ msgid "wpForo Addons"
28
+ msgstr ""
29
+
30
+ #: wpf-admin/addons.php:28
31
+ msgid ""
32
+ "All wpForo addons are being developed by wpForo developers at gVectors Team. "
33
+ "Addon prices also include a small donation to the hard work wpForo "
34
+ "developers do for free. When you buy an addon, you also donate the free "
35
+ "wpForo development and support. Addons are the only incoming source for "
36
+ "wpForo developers. wpForo is a premium forum plugin which will always be "
37
+ "available for free. There will never be paid and pro versions of this forum "
38
+ "board. We have another dozens of awesome features in our to-do list which "
39
+ "will also be added for free in future releases. So the free wpForo "
40
+ "development always stays on the first priority and wpForo is being extended "
41
+ "with new free functions and features even faster than before."
42
+ msgstr ""
43
+
44
+ #: wpf-admin/addons.php:31 wpf-admin/dashboard.php:37
45
+ msgid "Thank you!<br> Sincerely yours,<br> gVectors Team"
46
+ msgstr ""
47
+
48
+ #: wpf-admin/addons.php:51
49
+ msgid "Installed"
50
+ msgstr "Telepített"
51
+
52
+ #: wpf-admin/addons.php:55
53
+ msgid "Version"
54
+ msgstr "Verzió"
55
+
56
+ #: wpf-admin/addons.php:56
57
+ msgid "at least"
58
+ msgstr "legalább"
59
+
60
+ #: wpf-admin/addons.php:58
61
+ msgid "Details | Buy"
62
+ msgstr "Részletek | Vásárlás"
63
+
64
+ #: wpf-admin/addons.php:64
65
+ msgid "More information about"
66
+ msgstr ""
67
+
68
+ #: wpf-admin/admin.php:24 wpf-admin/admin.php:25
69
+ #: wpf-includes/wpf-phrases.php:603
70
+ msgid "Dashboard"
71
+ msgstr "Vezérlőpult"
72
+
73
+ #: wpf-admin/admin.php:24 wpf-admin/admin.php:26 wpf-admin/dashboard.php:136
74
+ #: wpf-admin/options-tabs/api.php:83 wpf-admin/options-tabs/styles.php:16
75
+ #: wpf-admin/options.php:15 wpf-includes/integration/buddypress.php:11
76
+ #: wpf-includes/integration/buddypress.php:57
77
+ #: wpf-includes/integration/buddypress.php:132 wpf-includes/wpf-hooks.php:1822
78
+ #: wpf-includes/wpf-phrases.php:123
79
+ msgid "Forums"
80
+ msgstr "Fórumok"
81
+
82
+ #: wpf-admin/admin.php:27 wpf-includes/wpf-hooks.php:22
83
+ #: wpf-includes/wpf-hooks.php:1838
84
+ msgid "Settings"
85
+ msgstr "Beállítások"
86
+
87
+ #: wpf-admin/admin.php:28 wpf-includes/wpf-hooks.php:1847
88
+ #: wpf-includes/wpf-phrases.php:729
89
+ msgid "Tools"
90
+ msgstr "Eszközök"
91
+
92
+ #: wpf-admin/admin.php:29 wpf-includes/wpf-hooks.php:1856
93
+ msgid "Moderation"
94
+ msgstr "Moderáció"
95
+
96
+ #: wpf-admin/admin.php:30 wpf-admin/dashboard.php:148 wpf-admin/member.php:10
97
+ #: wpf-admin/options.php:18 wpf-includes/wpf-hooks.php:1865
98
+ #: wpf-includes/wpf-phrases.php:178
99
+ msgid "Members"
100
+ msgstr "Tagok"
101
+
102
+ #: wpf-admin/admin.php:31 wpf-admin/usergroup.php:8
103
+ #: wpf-includes/wpf-hooks.php:1874
104
+ msgid "Usergroups"
105
+ msgstr "Felhasználói csoportok"
106
+
107
+ #: wpf-admin/admin.php:32 wpf-includes/wpf-hooks.php:1890
108
+ #: wpf-includes/wpf-phrases.php:604
109
+ msgid "Phrases"
110
+ msgstr "Kifejezések"
111
+
112
+ #: wpf-admin/admin.php:33 wpf-includes/wpf-hooks.php:1906
113
+ #: wpf-includes/wpf-phrases.php:605
114
+ msgid "Themes"
115
+ msgstr "Témák"
116
+
117
+ #: wpf-admin/admin.php:34 wpf-admin/options.php:24
118
+ #: wpf-includes/wpf-hooks.php:1915 wpf-includes/wpf-phrases.php:25
119
+ msgid "Addons"
120
+ msgstr "Kiegészítők"
121
+
122
+ #: wpf-admin/dashboard.php:7 wpf-includes/wpf-phrases.php:408
123
+ msgid "wpForo Dashboard"
124
+ msgstr ""
125
+
126
+ #: wpf-admin/dashboard.php:23 wpf-includes/wpf-phrases.php:361
127
+ msgid "Welcome Message"
128
+ msgstr ""
129
+
130
+ #: wpf-admin/dashboard.php:27
131
+ msgid "Welcome to wpForo"
132
+ msgstr ""
133
+
134
+ #: wpf-admin/dashboard.php:29
135
+ msgid ""
136
+ "Thank you for using wpForo! wpForo is a professional bulletin board for "
137
+ "WorPress, and the only forum software which comes with Multi-layout template "
138
+ "system.\n"
139
+ " The \"Extended\", \"Simplified\" and "
140
+ "\"Question &amp Answer\" layouts fit almost all type of discussions needs. "
141
+ "You can use wpForo for small and extremely large communities. \n"
142
+ " <br />If you found some issue or bug "
143
+ "please open a support topic in plugin page or in our support forum at "
144
+ "gVectors.com. If you liked wpForo please leave some good review for this "
145
+ "plugin. We really need your good reviews. \n"
146
+ " If you didn't like wpForo please leave a "
147
+ "list of issues and requirements you'd like us to fix and add in near future. "
148
+ "We're here to help you and improve wpForo as much as possible."
149
+ msgstr ""
150
+
151
+ #: wpf-admin/dashboard.php:57 wpf-includes/wpf-phrases.php:130
152
+ msgid "General Information"
153
+ msgstr "Általános információk"
154
+
155
+ #: wpf-admin/dashboard.php:61 wpf-includes/wpf-phrases.php:368
156
+ msgid "You are currently running"
157
+ msgstr "Ezeket futtatod"
158
+
159
+ #: wpf-admin/dashboard.php:62 wpf-includes/wpf-phrases.php:18
160
+ msgid "Active Theme"
161
+ msgstr "Aktív téma"
162
+
163
+ #: wpf-admin/dashboard.php:63 wpf-includes/wpf-phrases.php:413
164
+ msgid "wpForo Website"
165
+ msgstr ""
166
+
167
+ #: wpf-admin/dashboard.php:64 wpf-includes/wpf-phrases.php:319
168
+ msgid "Support Forum"
169
+ msgstr "Támogatói fórum"
170
+
171
+ #: wpf-admin/dashboard.php:75 wpf-includes/wpf-phrases.php:289
172
+ msgid "Server Information"
173
+ msgstr "Szerver információk"
174
+
175
+ #: wpf-admin/dashboard.php:109 wpf-includes/wpf-phrases.php:46
176
+ msgid "Available"
177
+ msgstr "Elérhető"
178
+
179
+ #: wpf-admin/dashboard.php:109 wpf-includes/wpf-phrases.php:208
180
+ msgid "Not available"
181
+ msgstr "Nem elérhető"
182
+
183
+ #: wpf-admin/dashboard.php:130 wpf-includes/wpf-phrases.php:49
184
+ msgid "Board Statistic"
185
+ msgstr ""
186
+
187
+ #: wpf-admin/dashboard.php:140 wpf-admin/options-tabs/posts.php:17
188
+ #: wpf-admin/options-tabs/styles.php:22 wpf-includes/class-forums.php:663
189
+ #: wpf-includes/wpf-phrases.php:338
190
+ msgid "Topics"
191
+ msgstr "Témák"
192
+
193
+ #: wpf-admin/dashboard.php:144 wpf-admin/options-tabs/posts.php:18
194
+ #: wpf-includes/class-forums.php:663 wpf-includes/wpf-phrases.php:232
195
+ msgid "Posts"
196
+ msgstr "Hozzászólás"
197
+
198
+ #: wpf-admin/dashboard.php:152 wpf-includes/wpf-phrases.php:179
199
+ msgid "Members Online"
200
+ msgstr "Online tagok"
201
+
202
+ #: wpf-admin/dashboard.php:162
203
+ msgid "Avatars Size"
204
+ msgstr "Avatar mérete"
205
+
206
+ #: wpf-admin/dashboard.php:166
207
+ msgid "Default Attachments Size"
208
+ msgstr "Alapértelmezett kép mérete"
209
+
210
+ #: wpf-admin/dashboard.php:172
211
+ msgid "Advanced Attachments"
212
+ msgstr ""
213
+
214
+ #: wpf-admin/dashboard.php:173
215
+ msgid "file(s)"
216
+ msgstr ""
217
+
218
+ #: wpf-admin/dashboard.php:176
219
+ msgid "Advanced Attachments Size"
220
+ msgstr ""
221
+
222
+ #: wpf-admin/dashboard.php:181
223
+ msgid "Total Size"
224
+ msgstr ""
225
+
226
+ #: wpf-admin/dashboard.php:189 wpf-includes/wpf-phrases.php:615
227
+ msgid "Forum Maintenance"
228
+ msgstr ""
229
+
230
+ #: wpf-admin/dashboard.php:191
231
+ msgid ""
232
+ "This process may take a few seconds or dozens of minutes, please be patient "
233
+ "and don't close this page. If you got 500 Server Error please don't worry, "
234
+ "the data updating process is still working in MySQL server."
235
+ msgstr ""
236
+
237
+ #: wpf-admin/dashboard.php:200
238
+ msgid "Delete All Caches"
239
+ msgstr ""
240
+
241
+ #: wpf-admin/dashboard.php:201 wpf-includes/wpf-phrases.php:617
242
+ msgid "Update Forums Statistic"
243
+ msgstr ""
244
+
245
+ #: wpf-admin/dashboard.php:202 wpf-includes/wpf-phrases.php:618
246
+ msgid "Update Users Statistic"
247
+ msgstr "Felhasználó statisztikájának frissítése"
248
+
249
+ #: wpf-admin/dashboard.php:203 wpf-includes/wpf-phrases.php:619
250
+ msgid "Delete Phrase Cache"
251
+ msgstr "Kifejezések törlése"
252
+
253
+ #: wpf-admin/dashboard.php:204 wpf-includes/wpf-phrases.php:640
254
+ msgid "Delete User Cache"
255
+ msgstr ""
256
+
257
+ #: wpf-admin/forum.php:13 wpf-includes/functions.php:791
258
+ #: wpf-includes/wpf-phrases.php:301
259
+ msgid "Show on screen"
260
+ msgstr ""
261
+
262
+ #: wpf-admin/forum.php:15 wpf-admin/forum.php:129
263
+ #: wpf-includes/wpf-phrases.php:113
264
+ msgid "Forum Options"
265
+ msgstr "Fórum beállítások"
266
+
267
+ #: wpf-admin/forum.php:16 wpf-includes/wpf-phrases.php:223
268
+ msgid "Permissions"
269
+ msgstr ""
270
+
271
+ #: wpf-admin/forum.php:17 wpf-includes/wpf-phrases.php:306
272
+ msgid "Slug"
273
+ msgstr "Slug"
274
+
275
+ #: wpf-admin/forum.php:18 wpf-includes/wpf-phrases.php:112
276
+ msgid "Forum Meta"
277
+ msgstr ""
278
+
279
+ #: wpf-admin/forum.php:21 wpf-includes/wpf-phrases.php:273
280
+ msgid "Screen Layout"
281
+ msgstr "Képernyő elrendezés"
282
+
283
+ #: wpf-admin/forum.php:22 wpf-includes/wpf-phrases.php:209
284
+ msgid "Number of Columns"
285
+ msgstr "Oszlopok száma"
286
+
287
+ #: wpf-admin/forum.php:32 wpf-includes/functions.php:805
288
+ #: wpf-includes/wpf-phrases.php:274
289
+ msgid "Screen Options"
290
+ msgstr "Képernyő beállítások"
291
+
292
+ #: wpf-admin/forum.php:43 wpf-includes/wpf-phrases.php:51
293
+ msgid "Categories and Forums"
294
+ msgstr "Kategóriák és fórumok"
295
+
296
+ #: wpf-admin/forum.php:44 wpf-admin/options-tabs/general.php:75
297
+ #: wpf-admin/themes.php:10 wpf-admin/usergroup.php:8
298
+ #: wpf-includes/wpf-phrases.php:20
299
+ msgid "Add New"
300
+ msgstr "Új hozzáadása"
301
+
302
+ #: wpf-admin/forum.php:55
303
+ msgid "Important Tips"
304
+ msgstr ""
305
+
306
+ #: wpf-admin/forum.php:56 wpf-includes/wpf-phrases.php:225
307
+ msgid "Please drag and drop forum panels to set parent-child hierarchy."
308
+ msgstr ""
309
+
310
+ #: wpf-admin/forum.php:57
311
+ msgid ""
312
+ "If a category (blue panels) does not have forums (grey panels) it will not "
313
+ "be displayed on front-end. Each category should contain at least one forum."
314
+ msgstr ""
315
+
316
+ #: wpf-admin/forum.php:58
317
+ msgid ""
318
+ "Forums can be displayed with different layouts (Extended, Simplified, Q&A), "
319
+ "just edit the top (blue panels) category and set the layout you want. Child "
320
+ "forums' layout depends on the top category (blue panels) layout. They cannot "
321
+ "have a different layout."
322
+ msgstr ""
323
+
324
+ #: wpf-admin/forum.php:74 wpf-includes/wpf-phrases.php:272
325
+ msgid "Save forums order and hierarchy"
326
+ msgstr "A fórumok sorrendjének és hierarchiájának mentése"
327
+
328
+ #: wpf-admin/forum.php:111 wpf-includes/wpf-phrases.php:87
329
+ msgid "Enter forum title here"
330
+ msgstr ""
331
+
332
+ #: wpf-admin/forum.php:116 wpf-includes/wpf-phrases.php:86
333
+ msgid "Enter description here . . ."
334
+ msgstr ""
335
+
336
+ #: wpf-admin/forum.php:117 wpf-includes/wpf-phrases.php:329
337
+ msgid ""
338
+ "This is a forum description. This content will be displayed under forum "
339
+ "title on the forum list."
340
+ msgstr ""
341
+
342
+ #: wpf-admin/forum.php:132 wpf-includes/wpf-phrases.php:221
343
+ msgid "Parent Forum"
344
+ msgstr ""
345
+
346
+ #: wpf-admin/forum.php:135 wpf-includes/wpf-phrases.php:204
347
+ msgid "No parent"
348
+ msgstr ""
349
+
350
+ #: wpf-admin/forum.php:140 wpf-includes/wpf-phrases.php:346
351
+ msgid "Use as Category"
352
+ msgstr ""
353
+
354
+ #: wpf-admin/forum.php:142 wpf-includes/wpf-phrases.php:52
355
+ msgid "Category Layout"
356
+ msgstr ""
357
+
358
+ #: wpf-admin/forum.php:150 wpf-includes/wpf-phrases.php:202
359
+ msgid "No layout found."
360
+ msgstr ""
361
+
362
+ #: wpf-admin/forum.php:159 wpf-admin/forum.php:166
363
+ #: wpf-includes/wpf-phrases.php:234
364
+ msgid "Publish"
365
+ msgstr ""
366
+
367
+ #: wpf-admin/forum.php:163 wpf-includes/wpf-phrases.php:37
368
+ msgid "Are you sure you want to delete this forum?"
369
+ msgstr ""
370
+
371
+ #: wpf-admin/forum.php:163 wpf-admin/themes.php:73
372
+ #: wpf-admin/tools-tabs/antispam.php:302 wpf-admin/usergroup.php:36
373
+ #: wpf-admin/usergroup.php:212 wpf-includes/wpf-hooks.php:1143
374
+ #: wpf-includes/wpf-phrases.php:66
375
+ msgid "Delete"
376
+ msgstr "Törlés"
377
+
378
+ #: wpf-admin/forum.php:164 wpf-admin/usergroup.php:38
379
+ #: wpf-includes/class-forums.php:669 wpf-includes/wpf-phrases.php:355
380
+ msgid "View"
381
+ msgstr "Mutat"
382
+
383
+ #: wpf-admin/forum.php:191 wpf-includes/wpf-phrases.php:118
384
+ msgid "Forum Slug"
385
+ msgstr ""
386
+
387
+ #: wpf-admin/forum.php:194 wpf-includes/wpf-phrases.php:322
388
+ msgid ""
389
+ "The \"slug\" is the URL-friendly version of the name. It is usually all "
390
+ "lowercase and contains only letters, numbers, and hyphens."
391
+ msgstr ""
392
+
393
+ #: wpf-admin/forum.php:200
394
+ msgid "Forum Icon"
395
+ msgstr ""
396
+
397
+ #: wpf-admin/forum.php:203
398
+ msgid "Font-awesome Icon"
399
+ msgstr ""
400
+
401
+ #: wpf-admin/forum.php:205
402
+ msgid "You can find all icons"
403
+ msgstr ""
404
+
405
+ #: wpf-admin/forum.php:205
406
+ msgid "here"
407
+ msgstr "itt"
408
+
409
+ #: wpf-admin/forum.php:205
410
+ msgid ""
411
+ "Make sure you insert a class of font-awesome icon, it should start with fa- "
412
+ "prefix like &quot;fas fa-comments&quot;."
413
+ msgstr ""
414
+
415
+ #: wpf-admin/forum.php:212 wpf-includes/wpf-phrases.php:116
416
+ msgid "Forum SEO"
417
+ msgstr ""
418
+
419
+ #: wpf-admin/forum.php:215 wpf-includes/wpf-phrases.php:184
420
+ msgid "Meta Description"
421
+ msgstr "Meta leírás"
422
+
423
+ #: wpf-admin/forum.php:244 wpf-includes/wpf-phrases.php:328
424
+ msgid "This action will also delete all sub-forums, topics and replies."
425
+ msgstr ""
426
+
427
+ #: wpf-admin/forum.php:252 wpf-includes/wpf-phrases.php:137
428
+ msgid ""
429
+ "If you want to delete this forum and keep its sub-forums, topics and replies,"
430
+ " please select a new target forum in dropdown below"
431
+ msgstr ""
432
+
433
+ #: wpf-admin/forum.php:261 wpf-includes/wpf-phrases.php:26
434
+ msgid ""
435
+ "All sub-forums, topics and replies will be attached to selected forum. "
436
+ "Layout will be inherited from this forum."
437
+ msgstr ""
438
+
439
+ #: wpf-admin/moderation.php:10
440
+ msgid "Topic and Post Moderation"
441
+ msgstr ""
442
+
443
+ #: wpf-admin/options-tabs/accesses.php:14 wpf-includes/wpf-phrases.php:21
444
+ msgid "Add New Forum Access"
445
+ msgstr ""
446
+
447
+ #: wpf-admin/options-tabs/accesses.php:18 wpf-includes/wpf-phrases.php:15
448
+ msgid "Access names"
449
+ msgstr "Elérhető nevek"
450
+
451
+ #: wpf-admin/options-tabs/accesses.php:31
452
+ #: wpf-admin/options-tabs/accesses.php:32
453
+ #: wpf-admin/options-tabs/accesses.php:33
454
+ msgid "This access is usually used for "
455
+ msgstr ""
456
+
457
+ #: wpf-admin/options-tabs/accesses.php:31
458
+ msgid "Guests"
459
+ msgstr "Vendégek"
460
+
461
+ #: wpf-admin/options-tabs/accesses.php:31
462
+ #: wpf-admin/options-tabs/accesses.php:32
463
+ #: wpf-admin/options-tabs/accesses.php:33
464
+ msgid "usergroup"
465
+ msgstr "csoport"
466
+
467
+ #: wpf-admin/options-tabs/accesses.php:32 wpf-includes/wpf-phrases.php:627
468
+ msgid "Registered"
469
+ msgstr "Regisztrált"
470
+
471
+ #: wpf-admin/options-tabs/accesses.php:33 wpf-includes/wpf-phrases.php:625
472
+ msgid "Admin"
473
+ msgstr "Admin"
474
+
475
+ #: wpf-admin/options-tabs/accesses.php:37 wpf-includes/class-forums.php:665
476
+ #: wpf-includes/functions.php:601 wpf-includes/wpf-phrases.php:381
477
+ msgid "edit"
478
+ msgstr "szerkeszt"
479
+
480
+ #: wpf-admin/options-tabs/accesses.php:39 wpf-includes/wpf-phrases.php:39
481
+ msgid ""
482
+ "Are you sure you want to remove this access set? Usergroups which attached "
483
+ "to this access will lost all forum permissions."
484
+ msgstr ""
485
+
486
+ #: wpf-admin/options-tabs/accesses.php:39 wpf-includes/class-forums.php:667
487
+ #: wpf-includes/functions.php:619 wpf-includes/functions.php:629
488
+ #: wpf-includes/wpf-phrases.php:380
489
+ msgid "delete"
490
+ msgstr "töröl"
491
+
492
+ #: wpf-admin/options-tabs/accesses.php:54 wpf-includes/wpf-phrases.php:14
493
+ msgid "Access name"
494
+ msgstr "Hozzáférési név"
495
+
496
+ #: wpf-admin/options-tabs/accesses.php:73 wpf-includes/wpf-phrases.php:270
497
+ msgid "Save"
498
+ msgstr "Ment"
499
+
500
+ #: wpf-admin/options-tabs/accesses.php:73 wpf-includes/wpf-phrases.php:343
501
+ msgid "Update"
502
+ msgstr "Frissítés"
503
+
504
+ #: wpf-admin/options-tabs/api.php:22
505
+ msgid "Facebook API Configuration"
506
+ msgstr ""
507
+
508
+ #: wpf-admin/options-tabs/api.php:23
509
+ msgid ""
510
+ "In order to get an App ID and Secret Key from Facebook, you’ll need to "
511
+ "register a new application. Don’t worry – its very easy, and your "
512
+ "application doesn't need to do anything. We only need the keys."
513
+ msgstr ""
514
+
515
+ #: wpf-admin/options-tabs/api.php:23
516
+ msgid "Please follow to this instruction"
517
+ msgstr ""
518
+
519
+ #: wpf-admin/options-tabs/api.php:26
520
+ msgid "App ID"
521
+ msgstr ""
522
+
523
+ #: wpf-admin/options-tabs/api.php:27
524
+ msgid "App Secret"
525
+ msgstr ""
526
+
527
+ #: wpf-admin/options-tabs/api.php:32
528
+ msgid "Facebook Login"
529
+ msgstr ""
530
+
531
+ #: wpf-admin/options-tabs/api.php:33
532
+ msgid "Adds Facebook Login button on Registration and Login pages."
533
+ msgstr ""
534
+
535
+ #: wpf-admin/options-tabs/api.php:37 wpf-admin/options-tabs/api.php:49
536
+ #: wpf-admin/options-tabs/api.php:60 wpf-admin/options-tabs/api.php:71
537
+ #: wpf-admin/options-tabs/api.php:140 wpf-admin/options-tabs/api.php:147
538
+ #: wpf-admin/options-tabs/members.php:87 wpf-admin/tools-tabs/legal.php:48
539
+ #: wpf-admin/tools-tabs/legal.php:60 wpf-admin/tools-tabs/legal.php:82
540
+ #: wpf-admin/tools-tabs/legal.php:117 wpf-admin/tools-tabs/legal.php:129
541
+ #: wpf-admin/tools-tabs/legal.php:148
542
+ msgid "Enable"
543
+ msgstr "Engedélyezett"
544
+
545
+ #: wpf-admin/options-tabs/api.php:38 wpf-admin/options-tabs/api.php:50
546
+ #: wpf-admin/options-tabs/api.php:61 wpf-admin/options-tabs/api.php:72
547
+ #: wpf-admin/options-tabs/api.php:141 wpf-admin/options-tabs/api.php:148
548
+ #: wpf-admin/options-tabs/members.php:88 wpf-admin/tools-tabs/legal.php:49
549
+ #: wpf-admin/tools-tabs/legal.php:61 wpf-admin/tools-tabs/legal.php:83
550
+ #: wpf-admin/tools-tabs/legal.php:118 wpf-admin/tools-tabs/legal.php:130
551
+ #: wpf-admin/tools-tabs/legal.php:149
552
+ msgid "Disable"
553
+ msgstr "Tiltott"
554
+
555
+ #: wpf-admin/options-tabs/api.php:44
556
+ msgid "Facebook SDK for JavaScript"
557
+ msgstr ""
558
+
559
+ #: wpf-admin/options-tabs/api.php:45
560
+ msgid "Facebook API connection script (sharing, login, cross-posting...)"
561
+ msgstr ""
562
+
563
+ #: wpf-admin/options-tabs/api.php:56
564
+ msgid "Facebook Login button on User Login page"
565
+ msgstr ""
566
+
567
+ #: wpf-admin/options-tabs/api.php:67
568
+ msgid "Facebook Login button on User Registration page"
569
+ msgstr ""
570
+
571
+ #: wpf-admin/options-tabs/api.php:78
572
+ msgid "Redirect to this page after success login"
573
+ msgstr ""
574
+
575
+ #: wpf-admin/options-tabs/api.php:82 wpf-includes/wpf-phrases.php:634
576
+ msgid "Profile"
577
+ msgstr "Profil"
578
+
579
+ #: wpf-admin/options-tabs/api.php:84
580
+ msgid "Custom"
581
+ msgstr "Egyéni"
582
+
583
+ #: wpf-admin/options-tabs/api.php:86
584
+ msgid "Custom URL, e.g.: http://example.com/my-page/"
585
+ msgstr ""
586
+
587
+ #: wpf-admin/options-tabs/api.php:86
588
+ msgid "Custom URL"
589
+ msgstr ""
590
+
591
+ #: wpf-admin/options-tabs/api.php:102
592
+ msgid "Active Share Buttons"
593
+ msgstr ""
594
+
595
+ #: wpf-admin/options-tabs/api.php:103
596
+ msgid ""
597
+ "Check the checkbox below share options to activate. <b>Please note, that the "
598
+ "Facebook share button cannot be activated without Facebook API ID.</b> "
599
+ "Please follow to the \"Facebook API Configuration\" option instruction above "
600
+ "and fill the API ID field in order to activate Facebook Share button."
601
+ msgstr ""
602
+
603
+ #: wpf-admin/options-tabs/api.php:133
604
+ msgid "Enable Share Buttons"
605
+ msgstr ""
606
+
607
+ #: wpf-admin/options-tabs/api.php:138 wpf-admin/options-tabs/api.php:156
608
+ #: wpf-admin/options-tabs/api.php:212
609
+ msgid "General Share Buttons"
610
+ msgstr ""
611
+
612
+ #: wpf-admin/options-tabs/api.php:145 wpf-admin/options-tabs/api.php:173
613
+ #: wpf-admin/options-tabs/api.php:224
614
+ msgid "Post Sharing Toggle"
615
+ msgstr ""
616
+
617
+ #: wpf-admin/options-tabs/api.php:157
618
+ msgid ""
619
+ "General share buttons are forum and topic sharing buttons. They are located "
620
+ "on the top and the bottom of each page. You can manage location of these "
621
+ "buttons using \"Share Buttons Location\" options bellow."
622
+ msgstr ""
623
+
624
+ #: wpf-admin/options-tabs/api.php:161
625
+ msgid "Grey"
626
+ msgstr ""
627
+
628
+ #: wpf-admin/options-tabs/api.php:162
629
+ msgid "Colored"
630
+ msgstr ""
631
+
632
+ #: wpf-admin/options-tabs/api.php:165
633
+ msgid "Icon"
634
+ msgstr "Ikon"
635
+
636
+ #: wpf-admin/options-tabs/api.php:166
637
+ msgid "Button"
638
+ msgstr "Gomb"
639
+
640
+ #: wpf-admin/options-tabs/api.php:167
641
+ msgid "Button &amp; Count"
642
+ msgstr ""
643
+
644
+ #: wpf-admin/options-tabs/api.php:174
645
+ msgid ""
646
+ "Post sharing toggle allows you to share posts individually. You can see post "
647
+ "sharing toggles on the left, right side or in top bar of each post. The "
648
+ "toggle blue color is the current primary color (#12) of your forum style. "
649
+ "For example, if you use the red forum style, the color of all share toggles "
650
+ "will be red. This doesn't affect share button colors. They are always grey "
651
+ "with original colors on mouse hover."
652
+ msgstr ""
653
+
654
+ #: wpf-admin/options-tabs/api.php:195 wpf-includes/wpf-phrases.php:55
655
+ #: wpf-themes/classic/functions.php:43 wpf-themes/classic/functions.php:73
656
+ #: wpf-themes/classic/functions.php:111
657
+ msgid "Collapsed"
658
+ msgstr ""
659
+
660
+ #: wpf-admin/options-tabs/api.php:196 wpf-includes/wpf-phrases.php:89
661
+ #: wpf-themes/classic/functions.php:42 wpf-themes/classic/functions.php:72
662
+ #: wpf-themes/classic/functions.php:110
663
+ msgid "Expanded"
664
+ msgstr ""
665
+
666
+ #: wpf-admin/options-tabs/api.php:199
667
+ msgid "Mixed"
668
+ msgstr ""
669
+
670
+ #: wpf-admin/options-tabs/api.php:200
671
+ msgid "Figure"
672
+ msgstr ""
673
+
674
+ #: wpf-admin/options-tabs/api.php:201
675
+ msgid "Square"
676
+ msgstr ""
677
+
678
+ #: wpf-admin/options-tabs/api.php:207
679
+ msgid "Share Button Locations"
680
+ msgstr ""
681
+
682
+ #: wpf-admin/options-tabs/api.php:208
683
+ msgid ""
684
+ "The post sharing toggle can be displayed either on the left side or on the "
685
+ "top of each post. The general share buttons can be displayed on both (top "
686
+ "and bottom) locations."
687
+ msgstr ""
688
+
689
+ #: wpf-admin/options-tabs/api.php:245 wpf-admin/options-tabs/emails.php:132
690
+ #: wpf-admin/options-tabs/features.php:85 wpf-admin/options-tabs/forums.php:16
691
+ #: wpf-admin/options-tabs/general.php:82
692
+ #: wpf-admin/options-tabs/members.php:174 wpf-admin/options-tabs/posts.php:88
693
+ #: wpf-admin/options-tabs/styles.php:93 wpf-admin/tools-tabs/antispam.php:343
694
+ #: wpf-admin/tools-tabs/cleanup.php:49 wpf-admin/tools-tabs/legal.php:179
695
+ #: wpf-admin/tools-tabs/misc.php:37 wpf-includes/wpf-phrases.php:344
696
+ msgid "Update Options"
697
+ msgstr ""
698
+
699
+ #: wpf-admin/options-tabs/emails.php:12
700
+ msgid "FROM Name"
701
+ msgstr ""
702
+
703
+ #: wpf-admin/options-tabs/emails.php:16
704
+ msgid "FROM Email Address"
705
+ msgstr ""
706
+
707
+ #: wpf-admin/options-tabs/emails.php:21
708
+ msgid "Forum Admins email addresses"
709
+ msgstr ""
710
+
711
+ #: wpf-admin/options-tabs/emails.php:22 wpf-includes/wpf-phrases.php:57
712
+ msgid ""
713
+ "Comma separated email addresses of forum administrators to get forum "
714
+ "notifications. For example post report messages."
715
+ msgstr ""
716
+
717
+ #: wpf-admin/options-tabs/emails.php:28
718
+ msgid "Notify Admins via email on new Topic"
719
+ msgstr ""
720
+
721
+ #: wpf-admin/options-tabs/emails.php:29
722
+ msgid ""
723
+ "Send Notification emails to all email addresses (comma separated ) of forum "
724
+ "administrators when a new Topic is created."
725
+ msgstr ""
726
+
727
+ #: wpf-admin/options-tabs/emails.php:33 wpf-admin/options-tabs/emails.php:45
728
+ #: wpf-admin/options-tabs/emails.php:116
729
+ #: wpf-admin/options-tabs/features.php:73 wpf-admin/tools-tabs/antispam.php:31
730
+ #: wpf-admin/tools-tabs/antispam.php:40 wpf-admin/tools-tabs/antispam.php:49
731
+ #: wpf-admin/tools-tabs/antispam.php:150 wpf-admin/tools-tabs/antispam.php:159
732
+ #: wpf-admin/tools-tabs/antispam.php:169 wpf-admin/tools-tabs/antispam.php:178
733
+ #: wpf-admin/tools-tabs/antispam.php:187 wpf-admin/tools-tabs/antispam.php:196
734
+ #: wpf-admin/tools-tabs/antispam.php:205 wpf-admin/tools-tabs/antispam.php:214
735
+ #: wpf-admin/tools-tabs/antispam.php:262 wpf-admin/tools-tabs/cleanup.php:39
736
+ #: wpf-includes/wpf-phrases.php:366
737
+ msgid "Yes"
738
+ msgstr "Igen"
739
+
740
+ #: wpf-admin/options-tabs/emails.php:34 wpf-admin/options-tabs/emails.php:46
741
+ #: wpf-admin/options-tabs/emails.php:117
742
+ #: wpf-admin/options-tabs/features.php:75 wpf-admin/tools-tabs/antispam.php:32
743
+ #: wpf-admin/tools-tabs/antispam.php:41 wpf-admin/tools-tabs/antispam.php:50
744
+ #: wpf-admin/tools-tabs/antispam.php:151 wpf-admin/tools-tabs/antispam.php:160
745
+ #: wpf-admin/tools-tabs/antispam.php:170 wpf-admin/tools-tabs/antispam.php:179
746
+ #: wpf-admin/tools-tabs/antispam.php:188 wpf-admin/tools-tabs/antispam.php:197
747
+ #: wpf-admin/tools-tabs/antispam.php:206 wpf-admin/tools-tabs/antispam.php:215
748
+ #: wpf-admin/tools-tabs/antispam.php:263 wpf-admin/tools-tabs/cleanup.php:40
749
+ #: wpf-includes/wpf-phrases.php:196
750
+ msgid "No"
751
+ msgstr "Nem"
752
+
753
+ #: wpf-admin/options-tabs/emails.php:40
754
+ msgid "Notify Admins via email on new Post"
755
+ msgstr ""
756
+
757
+ #: wpf-admin/options-tabs/emails.php:41
758
+ msgid ""
759
+ "Send Notification emails to all email addresses (comma separated ) of forum "
760
+ "administrators when a new Reply is created."
761
+ msgstr ""
762
+
763
+ #: wpf-admin/options-tabs/emails.php:52 wpf-includes/wpf-phrases.php:317
764
+ msgid "Subscription Emails"
765
+ msgstr ""
766
+
767
+ #: wpf-admin/options-tabs/emails.php:56 wpf-includes/wpf-phrases.php:314
768
+ msgid "Subscribe confirmation email subject"
769
+ msgstr ""
770
+
771
+ #: wpf-admin/options-tabs/emails.php:60 wpf-includes/wpf-phrases.php:313
772
+ msgid "Subscribe confirmation email message"
773
+ msgstr "A feliratkozást megerősítő levelet elküldtük"
774
+
775
+ #: wpf-admin/options-tabs/emails.php:64 wpf-includes/wpf-phrases.php:195
776
+ msgid "New topic notification email subject"
777
+ msgstr ""
778
+
779
+ #: wpf-admin/options-tabs/emails.php:68 wpf-includes/wpf-phrases.php:194
780
+ msgid "New topic notification email message"
781
+ msgstr ""
782
+
783
+ #: wpf-admin/options-tabs/emails.php:72 wpf-includes/wpf-phrases.php:193
784
+ msgid "New reply notification email subject"
785
+ msgstr ""
786
+
787
+ #: wpf-admin/options-tabs/emails.php:76 wpf-includes/wpf-phrases.php:192
788
+ msgid "New reply notification email message"
789
+ msgstr ""
790
+
791
+ #: wpf-admin/options-tabs/emails.php:81 wpf-includes/wpf-phrases.php:227
792
+ msgid "Post Reporting Emails"
793
+ msgstr ""
794
+
795
+ #: wpf-admin/options-tabs/emails.php:82 wpf-includes/wpf-phrases.php:331
796
+ msgid "This message comes from post reporting pop-up form."
797
+ msgstr ""
798
+
799
+ #: wpf-admin/options-tabs/emails.php:87 wpf-includes/wpf-phrases.php:266
800
+ msgid "Report message subject"
801
+ msgstr ""
802
+
803
+ #: wpf-admin/options-tabs/emails.php:92 wpf-includes/wpf-phrases.php:265
804
+ msgid "Report message body"
805
+ msgstr ""
806
+
807
+ #: wpf-admin/options-tabs/emails.php:97
808
+ msgid "Reset Password Emails"
809
+ msgstr ""
810
+
811
+ #: wpf-admin/options-tabs/emails.php:98
812
+ msgid "This message comes from Reset Password form."
813
+ msgstr ""
814
+
815
+ #: wpf-admin/options-tabs/emails.php:102
816
+ msgid "Reset Password message body"
817
+ msgstr ""
818
+
819
+ #: wpf-admin/options-tabs/emails.php:107
820
+ msgid "User Mentioning Email"
821
+ msgstr ""
822
+
823
+ #: wpf-admin/options-tabs/emails.php:112
824
+ msgid "Enable Email Notification"
825
+ msgstr "Email figyelmeztetés engedélyezése"
826
+
827
+ #: wpf-admin/options-tabs/emails.php:122
828
+ msgid "User Mention message subject"
829
+ msgstr ""
830
+
831
+ #: wpf-admin/options-tabs/emails.php:126
832
+ msgid "User Mention message body"
833
+ msgstr ""
834
+
835
+ #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:294
836
+ msgid "Show Admin Bar for Members"
837
+ msgstr ""
838
+
839
+ #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:332
840
+ msgid "This option doesn't affect website admins."
841
+ msgstr ""
842
+
843
+ #: wpf-admin/options-tabs/features.php:10 wpf-includes/wpf-phrases.php:296
844
+ msgid "Show Forum Page Title"
845
+ msgstr ""
846
+
847
+ #: wpf-admin/options-tabs/features.php:11 wpf-includes/wpf-phrases.php:299
848
+ msgid "Show Top/Menu Bar"
849
+ msgstr ""
850
+
851
+ #: wpf-admin/options-tabs/features.php:12 wpf-includes/wpf-phrases.php:298
852
+ msgid "Show Top Search"
853
+ msgstr ""
854
+
855
+ #: wpf-admin/options-tabs/features.php:13 wpf-includes/wpf-phrases.php:295
856
+ msgid "Show Breadcrumb"
857
+ msgstr "Morzsa mutatása (Breadcrump linkek)"
858
+
859
+ #: wpf-admin/options-tabs/features.php:14 wpf-includes/wpf-phrases.php:297
860
+ msgid "Show Forum Statistic"
861
+ msgstr ""
862
+
863
+ #: wpf-admin/options-tabs/features.php:15
864
+ msgid "Show Member Mention Nicknames"
865
+ msgstr ""
866
+
867
+ #: wpf-admin/options-tabs/features.php:16
868
+ msgid "Enable WordPress Shortcodes in Post Content"
869
+ msgstr ""
870
+
871
+ #: wpf-admin/options-tabs/features.php:17 wpf-includes/wpf-phrases.php:698
872
+ msgid "Log Viewed Forums and Topics"
873
+ msgstr ""
874
+
875
+ #: wpf-admin/options-tabs/features.php:18 wpf-includes/wpf-phrases.php:257
876
+ msgid "Replace Author Link to Forum Profile"
877
+ msgstr ""
878
+
879
+ #: wpf-admin/options-tabs/features.php:19 wpf-includes/wpf-phrases.php:258
880
+ msgid "Replace Comment Author Link to Forum Profile"
881
+ msgstr ""
882
+
883
+ #: wpf-admin/options-tabs/features.php:20 wpf-includes/wpf-phrases.php:637
884
+ msgid "Enable User Registration"
885
+ msgstr ""
886
+
887
+ #: wpf-admin/options-tabs/features.php:20 wpf-includes/wpf-phrases.php:638
888
+ msgid ""
889
+ "This option is not synced with WordPress \"Anyone can register\" option in "
890
+ "Dashboard > Settings > General admin page. If this option is enabled new "
891
+ "users will always be able to register."
892
+ msgstr ""
893
+
894
+ #: wpf-admin/options-tabs/features.php:21
895
+ msgid "Enable User Registration email confirmation"
896
+ msgstr ""
897
+
898
+ #: wpf-admin/options-tabs/features.php:21
899
+ msgid ""
900
+ "If you have enabled this option, after registering, user can not login "
901
+ "without confirming the email."
902
+ msgstr ""
903
+
904
+ #: wpf-admin/options-tabs/features.php:22 wpf-includes/wpf-phrases.php:260
905
+ msgid "Replace Registration Page URL to Forum Registration Page URL"
906
+ msgstr ""
907
+
908
+ #: wpf-admin/options-tabs/features.php:23 wpf-includes/wpf-phrases.php:259
909
+ msgid "Replace Login Page URL to Forum Login Page URL"
910
+ msgstr ""
911
+
912
+ #: wpf-admin/options-tabs/features.php:24 wpf-includes/wpf-phrases.php:699
913
+ msgid "Replace Reset Password Page URL to Forum Reset Password Page URL"
914
+ msgstr ""
915
+
916
+ #: wpf-admin/options-tabs/features.php:25 wpf-includes/wpf-phrases.php:256
917
+ msgid "Replace Author Avatar with Forum Profile Avatar"
918
+ msgstr ""
919
+
920
+ #: wpf-admin/options-tabs/features.php:26 wpf-includes/wpf-phrases.php:77
921
+ msgid "Enable Avatars"
922
+ msgstr ""
923
+
924
+ #: wpf-admin/options-tabs/features.php:27 wpf-includes/wpf-phrases.php:78
925
+ msgid "Enable Custom Avatars"
926
+ msgstr ""
927
+
928
+ #: wpf-admin/options-tabs/features.php:28 wpf-includes/wpf-phrases.php:31
929
+ msgid "Allow Member Signature"
930
+ msgstr ""
931
+
932
+ #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:80
933
+ msgid "Enable Member Rating"
934
+ msgstr ""
935
+
936
+ #: wpf-admin/options-tabs/features.php:30 wpf-includes/wpf-phrases.php:81
937
+ msgid "Enable Member Rating Titles"
938
+ msgstr ""
939
+
940
+ #: wpf-admin/options-tabs/features.php:31 wpf-includes/wpf-phrases.php:79
941
+ msgid "Enable Member Cache"
942
+ msgstr ""
943
+
944
+ #: wpf-admin/options-tabs/features.php:32
945
+ msgid "Enable Object Cache"
946
+ msgstr ""
947
+
948
+ #: wpf-admin/options-tabs/features.php:33
949
+ msgid "Enable HTML Cache"
950
+ msgstr ""
951
+
952
+ #: wpf-admin/options-tabs/features.php:34
953
+ msgid "Enable Memory Cache"
954
+ msgstr ""
955
+
956
+ #: wpf-admin/options-tabs/features.php:35 wpf-includes/wpf-phrases.php:84
957
+ msgid "Enable wpForo SEO for Meta Titles"
958
+ msgstr ""
959
+
960
+ #: wpf-admin/options-tabs/features.php:36 wpf-includes/wpf-phrases.php:83
961
+ msgid "Enable wpForo SEO for Meta Tags"
962
+ msgstr ""
963
+
964
+ #: wpf-admin/options-tabs/features.php:37
965
+ msgid "Enable User Profile Page indexing"
966
+ msgstr ""
967
+
968
+ #: wpf-admin/options-tabs/features.php:38 wpf-includes/wpf-phrases.php:700
969
+ msgid "Enable RSS Feed"
970
+ msgstr ""
971
+
972
+ #: wpf-admin/options-tabs/features.php:39
973
+ msgid "Turn Off User Syncing Note"
974
+ msgstr ""
975
+
976
+ #: wpf-admin/options-tabs/features.php:40
977
+ msgid "BuddyPress Activity Integration"
978
+ msgstr ""
979
+
980
+ #: wpf-admin/options-tabs/features.php:40
981
+ msgid ""
982
+ "Posts members activity (new topic, new reply, post like) to BuddyPress "
983
+ "Profile Activity page."
984
+ msgstr ""
985
+
986
+ #: wpf-admin/options-tabs/features.php:41
987
+ msgid "BuddyPress Notification Integration"
988
+ msgstr ""
989
+
990
+ #: wpf-admin/options-tabs/features.php:41
991
+ msgid ""
992
+ "Creates notification on new forum reply in BuddyPress Profile Notification "
993
+ "page."
994
+ msgstr ""
995
+
996
+ #: wpf-admin/options-tabs/features.php:42
997
+ msgid "BuddyPress Profile Forum Tab Integration"
998
+ msgstr ""
999
+
1000
+ #: wpf-admin/options-tabs/features.php:42
1001
+ msgid ""
1002
+ "Adds \"Forums\" tab with \"Created Topics\", \"Posted Replies\", \"Liked "
1003
+ "Posts\" and \"Subscriptions\" sub-tabs to BuddyPress Profile page."
1004
+ msgstr ""
1005
+
1006
+ #: wpf-admin/options-tabs/features.php:43
1007
+ msgid "Replace Forum Profile with BuddyPress Profile"
1008
+ msgstr ""
1009
+
1010
+ #: wpf-admin/options-tabs/features.php:43
1011
+ msgid "Replaces wpForo Member Profile page with BuddyPress Profile Page."
1012
+ msgstr ""
1013
+
1014
+ #: wpf-admin/options-tabs/features.php:44 wpf-includes/wpf-phrases.php:82
1015
+ msgid "Enable wpForo Font-Awesome Lib"
1016
+ msgstr ""
1017
+
1018
+ #: wpf-admin/options-tabs/features.php:45 wpf-includes/wpf-phrases.php:85
1019
+ msgid "Enable Output Buffer"
1020
+ msgstr ""
1021
+
1022
+ #: wpf-admin/options-tabs/features.php:45 wpf-includes/wpf-phrases.php:330
1023
+ msgid ""
1024
+ "This feature is useful if you're adding content before or after [wpforo] "
1025
+ "shortcode in page content. Also it useful if forum is loaded before website "
1026
+ "header, on top of the front-end."
1027
+ msgstr ""
1028
+
1029
+ #: wpf-admin/options-tabs/features.php:46
1030
+ msgid "Enable WordPress Date/Time Format"
1031
+ msgstr ""
1032
+
1033
+ #: wpf-admin/options-tabs/features.php:46 wpf-includes/wpf-phrases.php:602
1034
+ msgid ""
1035
+ "You can manage WordPress date and time format in WordPress Settings > "
1036
+ "General admin page."
1037
+ msgstr ""
1038
+
1039
+ #: wpf-admin/options-tabs/features.php:47 wpf-includes/wpf-phrases.php:613
1040
+ msgid "Enable Subscription Confirmation"
1041
+ msgstr ""
1042
+
1043
+ #: wpf-admin/options-tabs/features.php:47 wpf-includes/wpf-phrases.php:614
1044
+ msgid "Forum and Topic subscription with double opt-in/confirmation system."
1045
+ msgstr ""
1046
+
1047
+ #: wpf-admin/options-tabs/features.php:48
1048
+ msgid "Topic subscription option on post editor"
1049
+ msgstr ""
1050
+
1051
+ #: wpf-admin/options-tabs/features.php:48
1052
+ msgid ""
1053
+ "This option adds topic subscription checkbox next to new topic and post "
1054
+ "submit button."
1055
+ msgstr ""
1056
+
1057
+ #: wpf-admin/options-tabs/features.php:49
1058
+ msgid "Topic subscription option on post editor - checked/enabled"
1059
+ msgstr ""
1060
+
1061
+ #: wpf-admin/options-tabs/features.php:49
1062
+ msgid ""
1063
+ "Enable this option if you want the topic subscription checkbox to be checked "
1064
+ "by default."
1065
+ msgstr ""
1066
+
1067
+ #: wpf-admin/options-tabs/features.php:50 wpf-includes/wpf-phrases.php:641
1068
+ msgid "Insert Forum Attachments to Media Library"
1069
+ msgstr ""
1070
+
1071
+ #: wpf-admin/options-tabs/features.php:50 wpf-includes/wpf-phrases.php:642
1072
+ msgid ""
1073
+ "Enable this option to be able manage forum attachments in Dashboard > Media >"
1074
+ " Library admin page."
1075
+ msgstr ""
1076
+
1077
+ #: wpf-admin/options-tabs/features.php:51 wpf-includes/wpf-phrases.php:606
1078
+ msgid "Enable Debug Mode"
1079
+ msgstr ""
1080
+
1081
+ #: wpf-admin/options-tabs/features.php:51 wpf-includes/wpf-phrases.php:607
1082
+ msgid ""
1083
+ "If you got some issue with wpForo, please enable this option before asking "
1084
+ "for support, this outputs hidden important information to help us debug your "
1085
+ "issue."
1086
+ msgstr ""
1087
+
1088
+ #: wpf-admin/options-tabs/features.php:52 wpf-includes/wpf-phrases.php:134
1089
+ msgid "Help wpForo to grow, show plugin info"
1090
+ msgstr ""
1091
+
1092
+ #: wpf-admin/options-tabs/features.php:52 wpf-includes/wpf-phrases.php:226
1093
+ msgid ""
1094
+ "Please enable this option to help wpForo get more popularity as your thank "
1095
+ "to the hard work we do for you totally free. This option adds a very small "
1096
+ "icon in forum footer, which will allow your site visitors recognize the name "
1097
+ "of forum solution you use."
1098
+ msgstr ""
1099
+
1100
+ #: wpf-admin/options-tabs/features.php:70
1101
+ msgid "Sitewide"
1102
+ msgstr ""
1103
+
1104
+ #: wpf-admin/options-tabs/features.php:71 wpf-includes/wpf-phrases.php:101
1105
+ #: wpforo.php:198
1106
+ msgid "Forum"
1107
+ msgstr ""
1108
+
1109
+ #: wpf-admin/options-tabs/features.php:76
1110
+ msgid "Thank you!"
1111
+ msgstr "Köszönöm!"
1112
+
1113
+ #: wpf-admin/options-tabs/general.php:15 wpf-includes/wpf-phrases.php:107
1114
+ msgid "Forum Base URL"
1115
+ msgstr ""
1116
+
1117
+ #: wpf-admin/options-tabs/general.php:24 wpf-includes/wpf-phrases.php:651
1118
+ msgid "Turn WordPress to wpForo"
1119
+ msgstr ""
1120
+
1121
+ #: wpf-admin/options-tabs/general.php:25
1122
+ msgid ""
1123
+ "This option will disable WordPress on front-end. Only forum pages and "
1124
+ "excluded post/pages will be available. wpForo will look like as a stand-"
1125
+ "alone forum."
1126
+ msgstr ""
1127
+
1128
+ #: wpf-admin/options-tabs/general.php:28
1129
+ msgid "Exclude page URLs"
1130
+ msgstr ""
1131
+
1132
+ #: wpf-admin/options-tabs/general.php:28
1133
+ msgid "one URL per line"
1134
+ msgstr ""
1135
+
1136
+ #: wpf-admin/options-tabs/general.php:38
1137
+ msgid "Visit Forum"
1138
+ msgstr ""
1139
+
1140
+ #: wpf-admin/options-tabs/general.php:41
1141
+ msgid ""
1142
+ "wpForo PageID doesn't exist. Forums will not be loaded, please read this"
1143
+ msgstr ""
1144
+
1145
+ #: wpf-admin/options-tabs/general.php:41
1146
+ msgid "support topic"
1147
+ msgstr "támogatói téma"
1148
+
1149
+ #: wpf-admin/options-tabs/general.php:43
1150
+ msgid "Forum Page ID"
1151
+ msgstr ""
1152
+
1153
+ #: wpf-admin/options-tabs/general.php:48 wpf-includes/wpf-phrases.php:121
1154
+ msgid "Forum Title"
1155
+ msgstr "Fórum címe"
1156
+
1157
+ #: wpf-admin/options-tabs/general.php:52 wpf-includes/wpf-phrases.php:108
1158
+ msgid "Forum Description"
1159
+ msgstr ""
1160
+
1161
+ #: wpf-admin/options-tabs/general.php:57 wpf-includes/wpf-phrases.php:64
1162
+ msgid "Dashboard Menu Position"
1163
+ msgstr ""
1164
+
1165
+ #: wpf-admin/options-tabs/general.php:58 wpf-includes/wpf-phrases.php:323
1166
+ msgid "The position in the menu order wpForo should appear."
1167
+ msgstr ""
1168
+
1169
+ #: wpf-admin/options-tabs/general.php:59 wpf-includes/wpf-phrases.php:348
1170
+ msgid ""
1171
+ "Use greater than 5 - below Posts, 10 - below Media, 15 - below Links, 20 - "
1172
+ "below Pages, 25 - below comments, 60 - below first separator, 65 - below "
1173
+ "Plugins, 70 - below Users, 75 - below Tools, 80 - below Settings, 100 - "
1174
+ "below second separator"
1175
+ msgstr ""
1176
+
1177
+ #: wpf-admin/options-tabs/general.php:63
1178
+ msgid "More info"
1179
+ msgstr "Több információ"
1180
+
1181
+ #: wpf-admin/options-tabs/general.php:68 wpf-includes/wpf-phrases.php:110
1182
+ msgid "Forum Language"
1183
+ msgstr ""
1184
+
1185
+ #: wpf-admin/options-tabs/general.php:69
1186
+ msgid ""
1187
+ "This option is only related to XML language files. You should upload a "
1188
+ "translation XML file to have a new language option in this drop-down. If you "
1189
+ "are using PO/MO translation files you should change WordPress Language in "
1190
+ "Dashboard > Settings admin page to load according translation for wpForo."
1191
+ msgstr ""
1192
+
1193
+ #: wpf-admin/options-tabs/general.php:94 wpf-includes/wpf-phrases.php:144
1194
+ msgid "Language XML file"
1195
+ msgstr ""
1196
+
1197
+ #: wpf-admin/options-tabs/general.php:103 wpf-includes/wpf-phrases.php:22
1198
+ msgid "Add New Language"
1199
+ msgstr ""
1200
+
1201
+ #: wpf-admin/options-tabs/members.php:13 wpf-includes/wpf-phrases.php:217
1202
+ msgid "Online status timeout"
1203
+ msgstr ""
1204
+ "\n"
1205
+
1206
+ #: wpf-admin/options-tabs/members.php:16 wpf-admin/options-tabs/posts.php:31
1207
+ #: wpf-admin/options-tabs/posts.php:38 wpf-admin/options-tabs/posts.php:49
1208
+ #: wpf-admin/options-tabs/posts.php:56 wpf-includes/wpf-phrases.php:390
1209
+ msgid "minutes"
1210
+ msgstr ""
1211
+
1212
+ #: wpf-admin/options-tabs/members.php:20 wpf-includes/wpf-phrases.php:180
1213
+ msgid "Members URL structure"
1214
+ msgstr ""
1215
+
1216
+ #: wpf-admin/options-tabs/members.php:29 wpf-includes/wpf-phrases.php:701
1217
+ msgid "Members Search Type"
1218
+ msgstr ""
1219
+
1220
+ #: wpf-admin/options-tabs/members.php:32 wpf-includes/wpf-phrases.php:275
1221
+ msgid "Search"
1222
+ msgstr "Keresés"
1223
+
1224
+ #: wpf-admin/options-tabs/members.php:33
1225
+ msgid "Filter"
1226
+ msgstr "Szűrő"
1227
+
1228
+ #: wpf-admin/options-tabs/members.php:39 wpf-includes/wpf-phrases.php:62
1229
+ msgid "Custom Authorization URLs"
1230
+ msgstr ""
1231
+
1232
+ #: wpf-admin/options-tabs/members.php:41
1233
+ msgid ""
1234
+ "Use this option only if you have set other pages for authorization. \n"
1235
+ " wpForo doesn't change its own URLs, these options "
1236
+ "are only for other plugin compatibility. \n"
1237
+ " For example, if you use BuddyPress or Ultimate "
1238
+ "Member plugin you can set these values:"
1239
+ msgstr ""
1240
+
1241
+ #: wpf-admin/options-tabs/members.php:44 wpf-admin/options-tabs/members.php:50
1242
+ #: wpf-includes/wpf-phrases.php:162
1243
+ msgid "Login URL"
1244
+ msgstr ""
1245
+
1246
+ #: wpf-admin/options-tabs/members.php:45 wpf-admin/options-tabs/members.php:51
1247
+ #: wpf-includes/wpf-phrases.php:252
1248
+ msgid "Register URL"
1249
+ msgstr ""
1250
+
1251
+ #: wpf-admin/options-tabs/members.php:52 wpf-includes/wpf-phrases.php:164
1252
+ msgid "Lost Password URL"
1253
+ msgstr ""
1254
+
1255
+ #: wpf-admin/options-tabs/members.php:58
1256
+ msgid "Custom Redirection URLs after following actions"
1257
+ msgstr ""
1258
+
1259
+ #: wpf-admin/options-tabs/members.php:60
1260
+ msgid "For member profile, account and subscription pages use following URLs:"
1261
+ msgstr ""
1262
+
1263
+ #: wpf-admin/options-tabs/members.php:72
1264
+ msgid "Redirect after login"
1265
+ msgstr ""
1266
+
1267
+ #: wpf-admin/options-tabs/members.php:73
1268
+ msgid "Redirect after registration"
1269
+ msgstr ""
1270
+
1271
+ #: wpf-admin/options-tabs/members.php:74
1272
+ msgid "Redirect after subscription confirmation"
1273
+ msgstr ""
1274
+
1275
+ #: wpf-admin/options-tabs/members.php:80 wpf-includes/wpf-phrases.php:175
1276
+ msgid "Member Reputation and Titles"
1277
+ msgstr ""
1278
+
1279
+ #: wpf-admin/options-tabs/members.php:84
1280
+ msgid "Member Custom Titles"
1281
+ msgstr ""
1282
+
1283
+ #: wpf-admin/options-tabs/members.php:93
1284
+ msgid "Member Custom Title by default"
1285
+ msgstr ""
1286
+
1287
+ #: wpf-admin/options-tabs/members.php:103 wpf-includes/wpf-phrases.php:247
1288
+ msgid "Rating Level"
1289
+ msgstr ""
1290
+
1291
+ #: wpf-admin/options-tabs/members.php:104 wpf-includes/wpf-phrases.php:185
1292
+ msgid "Min Number of Posts"
1293
+ msgstr ""
1294
+
1295
+ #: wpf-admin/options-tabs/members.php:105 wpf-includes/wpf-phrases.php:176
1296
+ msgid "Member Title"
1297
+ msgstr ""
1298
+
1299
+ #: wpf-admin/options-tabs/members.php:106 wpf-includes/wpf-phrases.php:293
1300
+ msgid "Short Badge"
1301
+ msgstr ""
1302
+
1303
+ #: wpf-admin/options-tabs/members.php:107 wpf-includes/wpf-phrases.php:128
1304
+ msgid "Full Badge"
1305
+ msgstr ""
1306
+
1307
+ #: wpf-admin/options-tabs/members.php:108 wpf-includes/wpf-phrases.php:245
1308
+ msgid "Rating Color"
1309
+ msgstr ""
1310
+
1311
+ #: wpf-admin/options-tabs/members.php:109 wpf-includes/wpf-phrases.php:246
1312
+ msgid "Rating Icon"
1313
+ msgstr ""
1314
+
1315
+ #: wpf-admin/options-tabs/members.php:109 wpf-includes/wpf-phrases.php:187
1316
+ msgid "More"
1317
+ msgstr ""
1318
+
1319
+ #: wpf-admin/options-tabs/members.php:114 wpf-includes/wpf-phrases.php:158
1320
+ msgid "Level"
1321
+ msgstr ""
1322
+
1323
+ #: wpf-admin/options-tabs/members.php:115 wpf-includes/wpf-phrases.php:211
1324
+ msgid "Number of Posts"
1325
+ msgstr "Hozzászólások száma"
1326
+
1327
+ #: wpf-admin/options-tabs/members.php:116 wpf-includes/wpf-phrases.php:63
1328
+ msgid "Custom Title"
1329
+ msgstr ""
1330
+
1331
+ #: wpf-admin/options-tabs/members.php:119 wpf-admin/usergroup.php:23
1332
+ #: wpf-includes/wpf-phrases.php:56
1333
+ msgid "Color"
1334
+ msgstr "Szín"
1335
+
1336
+ #: wpf-admin/options-tabs/members.php:120 wpf-includes/wpf-phrases.php:48
1337
+ msgid "Badge Icon"
1338
+ msgstr ""
1339
+
1340
+ #: wpf-admin/options-tabs/members.php:126
1341
+ msgid "Enable Reputation Titles for selected usergroups"
1342
+ msgstr ""
1343
+
1344
+ #: wpf-admin/options-tabs/members.php:127
1345
+ msgid ""
1346
+ "This option depends on \"Enable Member Rating Titles\" parent option, witch "
1347
+ "located in wpForo Settings > Features Tab"
1348
+ msgstr ""
1349
+
1350
+ #: wpf-admin/options-tabs/members.php:140
1351
+ msgid "Enable Reputation Badges for selected usergroups"
1352
+ msgstr ""
1353
+
1354
+ #: wpf-admin/options-tabs/members.php:141
1355
+ msgid ""
1356
+ "This option depends on \"Enable Member Rating\" parent option, witch located "
1357
+ "in wpForo Settings > Features Tab"
1358
+ msgstr ""
1359
+
1360
+ #: wpf-admin/options-tabs/members.php:154
1361
+ msgid "Display Usergroup under Post Author Avatar"
1362
+ msgstr ""
1363
+
1364
+ #: wpf-admin/options-tabs/plugins.php:9
1365
+ msgid ""
1366
+ "Thank you for using wpForo. wpForo is a premium forum plugin which will "
1367
+ "always be available for free. There will never be paid and pro versions of "
1368
+ "this forum board. However this is a very large and hard project so we also "
1369
+ "develop paid addons (extensions), which will financially help us to keep "
1370
+ "improving and adding new features to the free wpForo plugin. Forum addons "
1371
+ "will also be actively developed. The first addons \"Advanced Media "
1372
+ "Uploader\", \"Polls\", \"Private Messages\" and \"Ad Manager\" will be "
1373
+ "available very soon. Once you got some addon and activated that, you will "
1374
+ "find settings in vertical subTabs here."
1375
+ msgstr ""
1376
+
1377
+ #: wpf-admin/options-tabs/posts.php:14
1378
+ msgid "Recent Posts Display Type"
1379
+ msgstr ""
1380
+
1381
+ #: wpf-admin/options-tabs/posts.php:23 wpf-includes/wpf-phrases.php:213
1382
+ msgid "Number of Topics per Page"
1383
+ msgstr ""
1384
+
1385
+ #: wpf-admin/options-tabs/posts.php:28 wpf-includes/wpf-phrases.php:30
1386
+ msgid "Allow Edit Own Topic for"
1387
+ msgstr ""
1388
+
1389
+ #: wpf-admin/options-tabs/posts.php:29 wpf-admin/options-tabs/posts.php:36
1390
+ #: wpf-admin/options-tabs/posts.php:47 wpf-admin/options-tabs/posts.php:54
1391
+ msgid "Set this option value 0 if you want to remove time limit."
1392
+ msgstr ""
1393
+
1394
+ #: wpf-admin/options-tabs/posts.php:35 wpf-includes/wpf-phrases.php:27
1395
+ msgid "Allow Delete Own Topic for"
1396
+ msgstr ""
1397
+
1398
+ #: wpf-admin/options-tabs/posts.php:41 wpf-includes/wpf-phrases.php:212
1399
+ msgid "Number of Posts per Page"
1400
+ msgstr ""
1401
+
1402
+ #: wpf-admin/options-tabs/posts.php:46 wpf-includes/wpf-phrases.php:29
1403
+ msgid "Allow Edit Own Post for"
1404
+ msgstr ""
1405
+
1406
+ #: wpf-admin/options-tabs/posts.php:53 wpf-includes/wpf-phrases.php:28
1407
+ msgid "Allow Delete Own post for"
1408
+ msgstr ""
1409
+
1410
+ #: wpf-admin/options-tabs/posts.php:61 wpf-includes/wpf-phrases.php:169
1411
+ msgid "Maximum upload file size"
1412
+ msgstr "Feltölthető fájl maximális mérete"
1413
+
1414
+ #: wpf-admin/options-tabs/posts.php:62 wpf-includes/wpf-phrases.php:370
1415
+ msgid ""
1416
+ "You can not set this value more than \"upload_max_filesize\" and "
1417
+ "\"post_max_size\". If you want to increase server parameters please contact "
1418
+ "to your hosting service support."
1419
+ msgstr ""
1420
+
1421
+ #: wpf-admin/options-tabs/posts.php:65 wpf-includes/wpf-phrases.php:166
1422
+ msgid "MB"
1423
+ msgstr ""
1424
+
1425
+ #: wpf-admin/options-tabs/posts.php:68 wpf-includes/wpf-phrases.php:288
1426
+ msgid "Server \"upload_max_filesize\" is "
1427
+ msgstr ""
1428
+
1429
+ #: wpf-admin/options-tabs/posts.php:69 wpf-includes/wpf-phrases.php:287
1430
+ msgid "Server \"post_max_size\" is "
1431
+ msgstr ""
1432
+
1433
+ #: wpf-admin/options-tabs/posts.php:77
1434
+ msgid "Attachment click - message for non-permitted users"
1435
+ msgstr ""
1436
+
1437
+ #: wpf-admin/options-tabs/posts.php:78
1438
+ msgid ""
1439
+ "This message will be displayed when a non-permitted forum member clicks on "
1440
+ "attached file link in topic and posts."
1441
+ msgstr ""
1442
+
1443
+ #: wpf-admin/options-tabs/styles.php:13
1444
+ msgid "Font Sizes"
1445
+ msgstr ""
1446
+
1447
+ #: wpf-admin/options-tabs/styles.php:28 wpf-admin/tools-tabs/antispam.php:226
1448
+ #: wpf-includes/wpf-phrases.php:480
1449
+ msgid "Post Content"
1450
+ msgstr ""
1451
+
1452
+ #: wpf-admin/options-tabs/styles.php:36 wpf-includes/wpf-phrases.php:61
1453
+ msgid "Custom CSS Code"
1454
+ msgstr ""
1455
+
1456
+ #: wpf-admin/options-tabs/styles.php:43
1457
+ msgid "Forum Color Styles"
1458
+ msgstr ""
1459
+
1460
+ #: wpf-admin/options-tabs/styles.php:43 wpf-admin/tools-tabs/legal.php:15
1461
+ msgid "Documentation"
1462
+ msgstr ""
1463
+
1464
+ #: wpf-admin/options.php:8 wpf-includes/wpf-phrases.php:117
1465
+ msgid "Forum Settings"
1466
+ msgstr ""
1467
+
1468
+ #: wpf-admin/options.php:14 wpf-includes/wpf-phrases.php:129
1469
+ msgid "General"
1470
+ msgstr ""
1471
+
1472
+ #: wpf-admin/options.php:16 wpf-includes/wpf-phrases.php:105
1473
+ msgid "Forum Accesses"
1474
+ msgstr ""
1475
+
1476
+ #: wpf-admin/options.php:17 wpf-includes/wpf-phrases.php:339
1477
+ msgid "Topics &amp; Posts"
1478
+ msgstr ""
1479
+
1480
+ #: wpf-admin/options.php:19 wpf-includes/wpf-phrases.php:76
1481
+ msgid "Emails"
1482
+ msgstr ""
1483
+
1484
+ #: wpf-admin/options.php:20 wpf-includes/wpf-phrases.php:96
1485
+ msgid "Features"
1486
+ msgstr ""
1487
+
1488
+ #: wpf-admin/options.php:22 wpf-includes/wpf-phrases.php:311
1489
+ msgid "Styles"
1490
+ msgstr ""
1491
+
1492
+ #: wpf-admin/options.php:23
1493
+ msgid "API's"
1494
+ msgstr ""
1495
+
1496
+ #: wpf-admin/phrase.php:10 wpf-includes/wpf-phrases.php:127
1497
+ msgid "Front-end Phrases"
1498
+ msgstr ""
1499
+
1500
+ #: wpf-admin/themes.php:9 wpf-includes/wpf-phrases.php:120
1501
+ msgid "Forum Themes"
1502
+ msgstr ""
1503
+
1504
+ #: wpf-admin/themes.php:46 wpf-includes/wpf-phrases.php:60
1505
+ msgid "Current active theme"
1506
+ msgstr ""
1507
+
1508
+ #: wpf-admin/themes.php:48 wpf-includes/wpf-phrases.php:138
1509
+ msgid "Inactive"
1510
+ msgstr ""
1511
+
1512
+ #: wpf-admin/themes.php:52 wpf-includes/wpf-phrases.php:143
1513
+ msgid "LAYOUTS"
1514
+ msgstr ""
1515
+
1516
+ #: wpf-admin/themes.php:68 wpf-includes/wpf-phrases.php:17
1517
+ msgid "Activate"
1518
+ msgstr ""
1519
+
1520
+ #: wpf-admin/themes.php:69 wpf-includes/wpf-phrases.php:124
1521
+ msgid "Fresh Installation"
1522
+ msgstr ""
1523
+
1524
+ #: wpf-admin/themes.php:71 wpf-includes/wpf-phrases.php:140
1525
+ msgid "Install"
1526
+ msgstr ""
1527
+
1528
+ #: wpf-admin/themes.php:73 wpf-includes/wpf-phrases.php:38
1529
+ msgid "Are you sure you want to delete this theme files?"
1530
+ msgstr ""
1531
+
1532
+ #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:40
1533
+ msgid ""
1534
+ "Are you sure you want to reset all settings and style colors to default?"
1535
+ msgstr ""
1536
+
1537
+ #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:268
1538
+ msgid "Reset Settings"
1539
+ msgstr "Beállítások visszaállítása"
1540
+
1541
+ #: wpf-admin/themes.php:96 wpf-includes/wpf-phrases.php:201
1542
+ msgid "No layout found"
1543
+ msgstr ""
1544
+
1545
+ #: wpf-admin/themes.php:107 wpf-includes/wpf-phrases.php:206
1546
+ msgid "No theme found"
1547
+ msgstr ""
1548
+
1549
+ #: wpf-admin/tools-tabs/antispam.php:11
1550
+ msgid ""
1551
+ "is not installed! For an advanced Spam Control please install Akismet "
1552
+ "antispam plugin, it works well with wpForo Spam Control system. Akismet is "
1553
+ "already integrated with wpForo. It'll help to filter posts and protect forum "
1554
+ "against spam attacks."
1555
+ msgstr ""
1556
+
1557
+ #: wpf-admin/tools-tabs/antispam.php:21
1558
+ msgid "Spam Control"
1559
+ msgstr ""
1560
+
1561
+ #: wpf-admin/tools-tabs/antispam.php:22
1562
+ msgid ""
1563
+ "Some useful options to limit just registered users and minimize spam. This "
1564
+ "control don't affect users whose Usergroup has \"Can edit member\" and \"Can "
1565
+ "pass moderation\" permissions."
1566
+ msgstr ""
1567
+
1568
+ #: wpf-admin/tools-tabs/antispam.php:28
1569
+ msgid "Enable wpForo Spam Control"
1570
+ msgstr ""
1571
+
1572
+ #: wpf-admin/tools-tabs/antispam.php:37
1573
+ msgid "Ban user when spam is suspected"
1574
+ msgstr ""
1575
+
1576
+ #: wpf-admin/tools-tabs/antispam.php:46
1577
+ msgid "Notify via email when new user is banned"
1578
+ msgstr ""
1579
+
1580
+ #: wpf-admin/tools-tabs/antispam.php:55
1581
+ msgid "Spam Suspicion Level for Topics"
1582
+ msgstr ""
1583
+
1584
+ #: wpf-admin/tools-tabs/antispam.php:59
1585
+ msgid "Spam Suspicion Level for Posts"
1586
+ msgstr ""
1587
+
1588
+ #: wpf-admin/tools-tabs/antispam.php:64
1589
+ msgid " is enabled"
1590
+ msgstr "engedélyezett"
1591
+
1592
+ #: wpf-admin/tools-tabs/antispam.php:73
1593
+ msgid "New Registered User"
1594
+ msgstr ""
1595
+
1596
+ #: wpf-admin/tools-tabs/antispam.php:74
1597
+ msgid ""
1598
+ "Some useful options to limit just registered users and minimize spam. These "
1599
+ "options don't affect users whose Usergroup has \"Can edit member\" and \"Can "
1600
+ "pass moderation\" permissions."
1601
+ msgstr ""
1602
+
1603
+ #: wpf-admin/tools-tabs/antispam.php:81
1604
+ msgid "User is New (under hard spam control) during"
1605
+ msgstr ""
1606
+
1607
+ #: wpf-admin/tools-tabs/antispam.php:83
1608
+ msgid "first"
1609
+ msgstr "első"
1610
+
1611
+ #: wpf-admin/tools-tabs/antispam.php:83
1612
+ msgid "posts"
1613
+ msgstr "hozzászólások"
1614
+
1615
+ #: wpf-admin/tools-tabs/antispam.php:86
1616
+ msgid "Min number of posts to be able attach files"
1617
+ msgstr ""
1618
+
1619
+ #: wpf-admin/tools-tabs/antispam.php:90
1620
+ msgid "Min number of posts to be able post links"
1621
+ msgstr ""
1622
+
1623
+ #: wpf-admin/tools-tabs/antispam.php:95
1624
+ msgid "Do not allow to attach files with following extensions:"
1625
+ msgstr ""
1626
+
1627
+ #: wpf-admin/tools-tabs/antispam.php:107
1628
+ msgid "Google reCAPTCHA"
1629
+ msgstr ""
1630
+
1631
+ #: wpf-admin/tools-tabs/antispam.php:108
1632
+ msgid ""
1633
+ "reCAPTCHA protects you against spam and other types of automated abuse. It "
1634
+ "makes secure topic and post editors when Guest Posting is allowed, also it "
1635
+ "protects login and registration forms against spam attacks."
1636
+ msgstr ""
1637
+
1638
+ #: wpf-admin/tools-tabs/antispam.php:110
1639
+ msgid "reCAPTCHA API keys"
1640
+ msgstr ""
1641
+
1642
+ #: wpf-admin/tools-tabs/antispam.php:112
1643
+ msgid ""
1644
+ "To start using reCAPTCHA, you need to sign up for an API key pair for your "
1645
+ "site."
1646
+ msgstr ""
1647
+
1648
+ #: wpf-admin/tools-tabs/antispam.php:113
1649
+ msgid "Register your site and get API keys here &raquo;"
1650
+ msgstr ""
1651
+
1652
+ #: wpf-admin/tools-tabs/antispam.php:120
1653
+ msgid "Site Key"
1654
+ msgstr ""
1655
+
1656
+ #: wpf-admin/tools-tabs/antispam.php:126
1657
+ msgid "Secret Key"
1658
+ msgstr ""
1659
+
1660
+ #: wpf-admin/tools-tabs/antispam.php:133
1661
+ msgid "reCAPTCHA Settings"
1662
+ msgstr ""
1663
+
1664
+ #: wpf-admin/tools-tabs/antispam.php:138
1665
+ msgid "reCAPTCHA Theme"
1666
+ msgstr ""
1667
+
1668
+ #: wpf-admin/tools-tabs/antispam.php:141
1669
+ msgid "Light"
1670
+ msgstr "Világos"
1671
+
1672
+ #: wpf-admin/tools-tabs/antispam.php:142
1673
+ msgid "Dark"
1674
+ msgstr "Sötét"
1675
+
1676
+ #: wpf-admin/tools-tabs/antispam.php:147
1677
+ msgid "Guest Topic Editor"
1678
+ msgstr ""
1679
+
1680
+ #: wpf-admin/tools-tabs/antispam.php:156
1681
+ msgid "Guest Post Editor"
1682
+ msgstr ""
1683
+
1684
+ #: wpf-admin/tools-tabs/antispam.php:166
1685
+ msgid "wpForo Login Form"
1686
+ msgstr ""
1687
+
1688
+ #: wpf-admin/tools-tabs/antispam.php:175
1689
+ msgid "wpForo Registration Form"
1690
+ msgstr ""
1691
+
1692
+ #: wpf-admin/tools-tabs/antispam.php:184
1693
+ msgid "wpForo Reset Password Form"
1694
+ msgstr ""
1695
+
1696
+ #: wpf-admin/tools-tabs/antispam.php:193
1697
+ msgid "WordPress Login Form"
1698
+ msgstr ""
1699
+
1700
+ #: wpf-admin/tools-tabs/antispam.php:202
1701
+ msgid "WordPress Registration Form"
1702
+ msgstr ""
1703
+
1704
+ #: wpf-admin/tools-tabs/antispam.php:211
1705
+ msgid "WordPress Reset Password Form"
1706
+ msgstr ""
1707
+
1708
+ #: wpf-admin/tools-tabs/antispam.php:227
1709
+ msgid "Options to control and filter post content"
1710
+ msgstr ""
1711
+
1712
+ #: wpf-admin/tools-tabs/antispam.php:234
1713
+ msgid "Allow extra HTML tags"
1714
+ msgstr ""
1715
+
1716
+ #: wpf-admin/tools-tabs/antispam.php:235
1717
+ msgid ""
1718
+ "By default wpForo allows all secure HTML tags in post content. Allowing a "
1719
+ "new HTML tag may affect your forum security. For example the &lt;iframe&gt; "
1720
+ "and &lt;script&gt; HTML tags may be used by spammers and hackers to load 3rd "
1721
+ "party ads and viruses to forum."
1722
+ msgstr ""
1723
+
1724
+ #: wpf-admin/tools-tabs/antispam.php:236
1725
+ msgid "Example of adding a new HTML tags: "
1726
+ msgstr ""
1727
+
1728
+ #: wpf-admin/tools-tabs/antispam.php:253
1729
+ msgid "Possible Spam Attachments"
1730
+ msgstr ""
1731
+
1732
+ #: wpf-admin/tools-tabs/antispam.php:254
1733
+ msgid ""
1734
+ "This tool is designed to find attachment which have been uploaded by "
1735
+ "spammers. The tool checks most common spammer filenames and suggest to "
1736
+ "delete but you should check one by one and make sure those are spam files "
1737
+ "before deleting."
1738
+ msgstr ""
1739
+
1740
+ #: wpf-admin/tools-tabs/antispam.php:259
1741
+ msgid "Enable File Scanner"
1742
+ msgstr ""
1743
+
1744
+ #: wpf-admin/tools-tabs/antispam.php:269
1745
+ msgid "Exclude file extensions"
1746
+ msgstr ""
1747
+
1748
+ #: wpf-admin/tools-tabs/antispam.php:275
1749
+ msgid "Directory"
1750
+ msgstr ""
1751
+
1752
+ #: wpf-admin/tools-tabs/antispam.php:302
1753
+ msgid "Delete this file"
1754
+ msgstr "Fájl törlése"
1755
+
1756
+ #: wpf-admin/tools-tabs/antispam.php:302
1757
+ msgid "Are you sure you want to permanently delete this file?"
1758
+ msgstr ""
1759
+
1760
+ #: wpf-admin/tools-tabs/antispam.php:313
1761
+ msgid "Click to delete Blue marked files"
1762
+ msgstr ""
1763
+
1764
+ #: wpf-admin/tools-tabs/antispam.php:314
1765
+ msgid ""
1766
+ "Are you sure you want to delete all BLUE marked files listed here. Please "
1767
+ "download Wordpress /wp-content/uploads/wpforo/ folder to your local computer "
1768
+ "before deleting files, this is not undoable."
1769
+ msgstr ""
1770
+
1771
+ #: wpf-admin/tools-tabs/antispam.php:315 wpf-admin/tools-tabs/antispam.php:321
1772
+ #: wpf-admin/tools-tabs/antispam.php:327 wpf-admin/tools-tabs/antispam.php:333
1773
+ msgid "Delete All"
1774
+ msgstr ""
1775
+
1776
+ #: wpf-admin/tools-tabs/antispam.php:318
1777
+ msgid "Click to delete Orange marked files"
1778
+ msgstr ""
1779
+
1780
+ #: wpf-admin/tools-tabs/antispam.php:320
1781
+ msgid ""
1782
+ "Are you sure you want to delete all ORANGE marked files listed here. Please "
1783
+ "download Wordpress /wp-content/uploads/wpforo/ folder to your local computer "
1784
+ "before deleting files, this is not undoable."
1785
+ msgstr ""
1786
+
1787
+ #: wpf-admin/tools-tabs/antispam.php:324
1788
+ msgid "Click to delete Red marked files"
1789
+ msgstr ""
1790
+
1791
+ #: wpf-admin/tools-tabs/antispam.php:326
1792
+ msgid ""
1793
+ "Are you sure you want to delete all RED marked files listed here. Please "
1794
+ "download Wordpress /wp-content/uploads/wpforo/ folder to your local computer "
1795
+ "before deleting files, this is not undoable."
1796
+ msgstr ""
1797
+
1798
+ #: wpf-admin/tools-tabs/antispam.php:330
1799
+ msgid "Click to delete Dark Red marked files"
1800
+ msgstr ""
1801
+
1802
+ #: wpf-admin/tools-tabs/antispam.php:332
1803
+ msgid ""
1804
+ "Are you sure you want to delete all DARK RED marked files listed here. "
1805
+ "Please download Wordpress /wp-content/uploads/wpforo/ folder to your local "
1806
+ "computer before deleting files, this is not undoable."
1807
+ msgstr ""
1808
+
1809
+ #: wpf-admin/tools-tabs/cleanup.php:12
1810
+ msgid "Delete Inactive Users"
1811
+ msgstr "Inaktív felhasználók törlése"
1812
+
1813
+ #: wpf-admin/tools-tabs/cleanup.php:13
1814
+ msgid ""
1815
+ "Inactive users are the account owners who have no topics, posts, comments "
1816
+ "and subscriptions for new content. In 99&#37; cases this kind of accounts "
1817
+ "are being registered by Spammers. This tool allows you to only keep active "
1818
+ "and known inactive users."
1819
+ msgstr ""
1820
+
1821
+ #: wpf-admin/tools-tabs/cleanup.php:19
1822
+ msgid "Inactive users who have been registered more than"
1823
+ msgstr ""
1824
+
1825
+ #: wpf-admin/tools-tabs/cleanup.php:20
1826
+ msgid "days ago"
1827
+ msgstr "nappal ezelőtt"
1828
+
1829
+ #: wpf-admin/tools-tabs/cleanup.php:25
1830
+ msgid "Filter by Usergroups"
1831
+ msgstr ""
1832
+
1833
+ #: wpf-admin/tools-tabs/cleanup.php:36
1834
+ msgid "Enable Auto-cleanup of inactive users"
1835
+ msgstr ""
1836
+
1837
+ #: wpf-admin/tools-tabs/legal.php:15
1838
+ msgid "Forum Privacy Policy and GDPR compliant"
1839
+ msgstr ""
1840
+
1841
+ #: wpf-admin/tools-tabs/legal.php:18
1842
+ msgid ""
1843
+ "The General Data Protection Regulation (GDPR) (Regulation (EU) 2016/679) is "
1844
+ "a regulation by which the European Parliament, the Council of the European "
1845
+ "Union and the European Commission intend to strengthen and unify data "
1846
+ "protection for all individuals within the European Union (EU). After four "
1847
+ "years of preparation and debate the GDPR was finally approved by the EU "
1848
+ "Parliament on 14 April 2016. Enforcement date: 25 May 2018 - at which time "
1849
+ "those organizations in non-compliance may face heavy fines. More info at"
1850
+ msgstr ""
1851
+
1852
+ #: wpf-admin/tools-tabs/legal.php:19
1853
+ msgid "GDPR Key Changes"
1854
+ msgstr ""
1855
+
1856
+ #: wpf-admin/tools-tabs/legal.php:25
1857
+ msgid "Contact Information"
1858
+ msgstr "Kapcsolati infromációk"
1859
+
1860
+ #: wpf-admin/tools-tabs/legal.php:27
1861
+ msgid ""
1862
+ "According to the GDPR, all users should have an option to contact website "
1863
+ "administrator in following cases:"
1864
+ msgstr ""
1865
+
1866
+ #: wpf-admin/tools-tabs/legal.php:29
1867
+ msgid "Obtain personal data and created content"
1868
+ msgstr ""
1869
+
1870
+ #: wpf-admin/tools-tabs/legal.php:30
1871
+ msgid "Delete account with created content"
1872
+ msgstr ""
1873
+
1874
+ #: wpf-admin/tools-tabs/legal.php:31
1875
+ msgid "Report user data access and control issue"
1876
+ msgstr ""
1877
+
1878
+ #: wpf-admin/tools-tabs/legal.php:32
1879
+ msgid "Report user rights violation"
1880
+ msgstr ""
1881
+
1882
+ #: wpf-admin/tools-tabs/legal.php:37
1883
+ msgid "URL to - Contact Us - page"
1884
+ msgstr ""
1885
+
1886
+ #: wpf-admin/tools-tabs/legal.php:38
1887
+ msgid ""
1888
+ "Please insert a page URL, where user can find a contact form or an "
1889
+ "information to contact the forum administrator."
1890
+ msgstr ""
1891
+
1892
+ #: wpf-admin/tools-tabs/legal.php:43
1893
+ msgid "Checkbox: I Accept Website Terms and Privacy Policy"
1894
+ msgstr ""
1895
+
1896
+ #: wpf-admin/tools-tabs/legal.php:44 wpf-admin/tools-tabs/legal.php:78
1897
+ msgid ""
1898
+ "If this option is enabled, users must accept forum Terms and Privacy Policy "
1899
+ "by checking the required checkbox on registration form to be able create a "
1900
+ "forum account. The checkbox label can be managed in Forums > Phrases admin "
1901
+ "page."
1902
+ msgstr ""
1903
+
1904
+ #: wpf-admin/tools-tabs/legal.php:55
1905
+ msgid "Checkbox: I Agree to Receive an Email Confirmation"
1906
+ msgstr "Checkbox: Beleegyezem hogy megerősítő levelet kapjak"
1907
+
1908
+ #: wpf-admin/tools-tabs/legal.php:56
1909
+ msgid ""
1910
+ "If this option is enabled, users must agree to receive an email confirmation "
1911
+ "with a link to set a password by checking the required checkbox on "
1912
+ "registration form to be able create a forum account. The checkbox label can "
1913
+ "be managed in Forums > Phrases admin page."
1914
+ msgstr ""
1915
+
1916
+ #: wpf-admin/tools-tabs/legal.php:67
1917
+ msgid "Website Terms and Privacy Policy Pages"
1918
+ msgstr ""
1919
+
1920
+ #: wpf-admin/tools-tabs/legal.php:68
1921
+ msgid ""
1922
+ "Please insert URLs to your website Terms and Privacy Policy pages. Links to "
1923
+ "these pages will be included in registration form checkbox label (I'm agree "
1924
+ "with website terms and privacy policy) and in Forum Privacy Policy. The "
1925
+ "forum Privacy Policy does not cover your whole website, it is just an "
1926
+ "extension of your website main Privacy Policy. Thus it should be linked to "
1927
+ "according pages."
1928
+ msgstr ""
1929
+
1930
+ #: wpf-admin/tools-tabs/legal.php:71
1931
+ msgid "URL to Website Terms page"
1932
+ msgstr ""
1933
+
1934
+ #: wpf-admin/tools-tabs/legal.php:71
1935
+ msgid "Terms Page URL"
1936
+ msgstr ""
1937
+
1938
+ #: wpf-admin/tools-tabs/legal.php:72
1939
+ msgid "URL to Website Privacy Policy page"
1940
+ msgstr ""
1941
+
1942
+ #: wpf-admin/tools-tabs/legal.php:72
1943
+ msgid "Privacy Policy Page URL"
1944
+ msgstr ""
1945
+
1946
+ #: wpf-admin/tools-tabs/legal.php:77
1947
+ msgid "Checkbox: I Agree to Forum Privacy Policy"
1948
+ msgstr ""
1949
+
1950
+ #: wpf-admin/tools-tabs/legal.php:89
1951
+ msgid "Forum Privacy Policy with GDPR compliant Template"
1952
+ msgstr ""
1953
+
1954
+ #: wpf-admin/tools-tabs/legal.php:90
1955
+ msgid ""
1956
+ "This is an example of forum Privacy Policy with GDPR compliant. It adapted "
1957
+ "to wpForo plugin functions and features. <u>In case you enable this privacy "
1958
+ "policy template you become responsible for the content of this template.</u> "
1959
+ " Please read this text carefully and make sure it suits your community "
1960
+ "Privacy Policy. If it doesn't, you should edit this text and adapt it to "
1961
+ "your community rules. This template includes shortcodes [forum-name] and "
1962
+ "[forum-url]. They are automatically replaced on registration page with "
1963
+ "current forum details. Don't forget to add an information about your "
1964
+ "organization, location and contacting ways (page, email, phone, etc...). "
1965
+ "Also if you have a separate privacy policy page for website please add a "
1966
+ "link to that page."
1967
+ msgstr ""
1968
+
1969
+ #: wpf-admin/tools-tabs/legal.php:112
1970
+ msgid "Checkbox: I Agree to create a forum account on Facebook Login"
1971
+ msgstr ""
1972
+
1973
+ #: wpf-admin/tools-tabs/legal.php:113
1974
+ msgid ""
1975
+ "If this option is enabled, the Facebook Login button becomes not-clickable "
1976
+ "until user accept automatic account creation process based on his/her "
1977
+ "Facebook public profile information. This checkbox and appropriate "
1978
+ "information will be displayed with Facebook Login button to comply with the "
1979
+ "GDPR"
1980
+ msgstr ""
1981
+
1982
+ #: wpf-admin/tools-tabs/legal.php:124
1983
+ msgid "Forum Cookies"
1984
+ msgstr ""
1985
+
1986
+ #: wpf-admin/tools-tabs/legal.php:125
1987
+ msgid ""
1988
+ "Please note, that this option is only related to wpForo cookies. This "
1989
+ "doesn't disable WordPress and other plugins cookies. wpForo stores a small "
1990
+ "amount of data in cookies, it used to track visited forums and topics (bold "
1991
+ "and normal titles). Also when a guest (not registered user) creates a topic "
1992
+ "or post a reply, wpForo stores guest name and email address in cookies. "
1993
+ "wpForo uses this information to detect current guest content (topics, posts) "
1994
+ "and display it to the guest even if the content is under moderation (not "
1995
+ "approved by moderators). Also wpForo stores guest name and email in cookies "
1996
+ "to keep filled these fields when he/she posts a new reply or creates a new "
1997
+ "topic."
1998
+ msgstr ""
1999
+
2000
+ #: wpf-admin/tools-tabs/legal.php:137
2001
+ msgid "Forum Rules"
2002
+ msgstr ""
2003
+
2004
+ #: wpf-admin/tools-tabs/legal.php:143
2005
+ msgid "Checkbox: I Accept Forum Rules"
2006
+ msgstr "Checkbox: Elfogadom a fórum szabályait"
2007
+
2008
+ #: wpf-admin/tools-tabs/legal.php:144
2009
+ msgid ""
2010
+ "If this option is enabled, users must accept forum rules by checking the "
2011
+ "required checkbox on registration form to be able create a forum account. "
2012
+ "The label text of this checkbox can be managed in Forums > Phrases admin "
2013
+ "page. Search the label phrase, click on edit button and change it."
2014
+ msgstr ""
2015
+
2016
+ #: wpf-admin/tools-tabs/legal.php:155
2017
+ msgid "Forum Rules Text"
2018
+ msgstr ""
2019
+
2020
+ #: wpf-admin/tools-tabs/legal.php:156
2021
+ msgid "This is a basic example of forum rules provided by"
2022
+ msgstr ""
2023
+
2024
+ #: wpf-admin/tools-tabs/legal.php:156
2025
+ msgid "You should edit this text and adapt it to your community rules."
2026
+ msgstr ""
2027
+
2028
+ #: wpf-admin/tools-tabs/misc.php:10
2029
+ msgid "SEO Tools"
2030
+ msgstr ""
2031
+
2032
+ #: wpf-admin/tools-tabs/misc.php:18
2033
+ msgid "Allowed dofollow domains"
2034
+ msgstr ""
2035
+
2036
+ #: wpf-admin/tools-tabs/misc.php:19
2037
+ msgid ""
2038
+ "wpForo adds nofollow to all links with external URLs. If you want to keep "
2039
+ "some domains as internal please insert domains one per line in the textarea "
2040
+ "bellow."
2041
+ msgstr ""
2042
+
2043
+ #: wpf-admin/tools-tabs/misc.php:26
2044
+ msgid "Noindex forum page URLs"
2045
+ msgstr ""
2046
+
2047
+ #: wpf-admin/tools-tabs/misc.php:27
2048
+ msgid ""
2049
+ "The noIndex code tells Google and other search engines to NOT index the page,"
2050
+ " so that it cannot be found in search results. Please insert page URLs you "
2051
+ "do not want to be indexed one per line in the textarea bellow."
2052
+ msgstr ""
2053
+
2054
+ #: wpf-admin/tools.php:8
2055
+ msgid "Forum Tools"
2056
+ msgstr ""
2057
+
2058
+ #: wpf-admin/tools.php:14
2059
+ msgid "Antispam"
2060
+ msgstr ""
2061
+
2062
+ #: wpf-admin/tools.php:15
2063
+ msgid "Privacy &amp; Rules"
2064
+ msgstr ""
2065
+
2066
+ #: wpf-admin/tools.php:17
2067
+ msgid "Misc"
2068
+ msgstr ""
2069
+
2070
+ #: wpf-admin/usergroup.php:18
2071
+ msgid "Usergroup id"
2072
+ msgstr ""
2073
+
2074
+ #: wpf-admin/usergroup.php:19 wpf-admin/usergroup.php:44
2075
+ #: wpf-admin/usergroup.php:87
2076
+ msgid "Usergroup Name"
2077
+ msgstr ""
2078
+
2079
+ #: wpf-admin/usergroup.php:20
2080
+ msgid "Users Count"
2081
+ msgstr ""
2082
+
2083
+ #: wpf-admin/usergroup.php:21
2084
+ msgid "New Users Default Group"
2085
+ msgstr ""
2086
+
2087
+ #: wpf-admin/usergroup.php:22
2088
+ msgid "Default Access"
2089
+ msgstr ""
2090
+
2091
+ #: wpf-admin/usergroup.php:34
2092
+ msgid "Edit this usergroup"
2093
+ msgstr ""
2094
+
2095
+ #: wpf-admin/usergroup.php:34 wpf-includes/wpf-phrases.php:73
2096
+ msgid "Edit"
2097
+ msgstr "Szerkesztés"
2098
+
2099
+ #: wpf-admin/usergroup.php:36
2100
+ msgid "Delete this usergroup"
2101
+ msgstr ""
2102
+
2103
+ #: wpf-admin/usergroup.php:38
2104
+ msgid "View users list in this usergroup"
2105
+ msgstr ""
2106
+
2107
+ #: wpf-admin/usergroup.php:50
2108
+ msgid "Count of users in this usergroup"
2109
+ msgstr ""
2110
+
2111
+ #: wpf-admin/usergroup.php:54
2112
+ msgid "is Default"
2113
+ msgstr ""
2114
+
2115
+ #: wpf-admin/usergroup.php:57
2116
+ msgid "DO NOT set this option on higher level user groups !!!"
2117
+ msgstr ""
2118
+
2119
+ #: wpf-admin/usergroup.php:57
2120
+ msgid "Set as Default"
2121
+ msgstr ""
2122
+
2123
+ #: wpf-admin/usergroup.php:65
2124
+ msgid "default (#15)"
2125
+ msgstr ""
2126
+
2127
+ #: wpf-admin/usergroup.php:87 wpf-includes/wpf-phrases.php:133
2128
+ msgid "Guest"
2129
+ msgstr ""
2130
+
2131
+ #: wpf-admin/usergroup.php:102
2132
+ msgid "Usergroup Color"
2133
+ msgstr ""
2134
+
2135
+ #: wpf-admin/usergroup.php:103
2136
+ msgid "use default link color"
2137
+ msgstr ""
2138
+
2139
+ #: wpf-admin/usergroup.php:124
2140
+ msgid "WordPress User Role"
2141
+ msgstr ""
2142
+
2143
+ #: wpf-admin/usergroup.php:133
2144
+ msgid "Default Forum Access"
2145
+ msgstr ""
2146
+
2147
+ #: wpf-admin/usergroup.php:141
2148
+ msgid ""
2149
+ "This is only used when a new Usergroup is created, it automatically gets the "
2150
+ "selected Forum Access in all forums."
2151
+ msgstr ""
2152
+
2153
+ #: wpf-admin/usergroup.php:145
2154
+ msgid "Display on Members List"
2155
+ msgstr ""
2156
+
2157
+ #: wpf-admin/usergroup.php:164 wpf-includes/wpf-phrases.php:374
2158
+ msgid "add"
2159
+ msgstr ""
2160
+
2161
+ #: wpf-admin/usergroup.php:164
2162
+ msgid "save"
2163
+ msgstr "ment"
2164
+
2165
+ #: wpf-admin/usergroup.php:185
2166
+ msgid "Delete Chosen Usergroup And Users"
2167
+ msgstr ""
2168
+
2169
+ #: wpf-admin/usergroup.php:195
2170
+ msgid "Delete Chosen Usergroup And Join Users To Other Usergroup"
2171
+ msgstr ""
2172
+
2173
+ #: wpf-admin/usergroup.php:207
2174
+ msgid "Users will be join this usergroup"
2175
+ msgstr ""
2176
+
2177
+ #: wpf-includes/class-api.php:201
2178
+ msgid "Please login into Facebook and then click connect button again"
2179
+ msgstr ""
2180
+
2181
+ #: wpf-includes/class-api.php:228
2182
+ msgid ""
2183
+ "Your email is required to be able authorize you here. Please try loging "
2184
+ "again. "
2185
+ msgstr ""
2186
+
2187
+ #: wpf-includes/class-api.php:233
2188
+ msgid "Invalid User"
2189
+ msgstr "Érvénytelen Felhasználó"
2190
+
2191
+ #: wpf-includes/class-api.php:243 wpf-includes/wpf-phrases.php:639
2192
+ msgid "User registration is disabled"
2193
+ msgstr "Felhasználó regisztrációja nem engedélyezett"
2194
+
2195
+ #: wpf-includes/class-forums.php:664
2196
+ msgid "Add a new Subforum"
2197
+ msgstr "Új alfúrum hozzáadása"
2198
+
2199
+ #: wpf-includes/class-forums.php:664
2200
+ msgid "Add a new Forum in this Category"
2201
+ msgstr "Új fórum hozzáadása ehhez a kategóriához"
2202
+
2203
+ #: wpf-includes/class-members.php:240
2204
+ msgid "<strong>ERROR</strong>: Please enter a username."
2205
+ msgstr "<strong>HIBA</strong>: Add meg a felhasználói neved."
2206
+
2207
+ #: wpf-includes/class-members.php:244
2208
+ msgid ""
2209
+ "<strong>ERROR</strong>: This username is invalid because it uses illegal "
2210
+ "characters. Please enter a valid username."
2211
+ msgstr ""
2212
+
2213
+ #: wpf-includes/class-members.php:253
2214
+ msgid ""
2215
+ "<strong>ERROR</strong>: This username is already registered. Please choose "
2216
+ "another one."
2217
+ msgstr ""
2218
+ "<strong>HIBA</strong>: Ez a felhasználói név foglalt. Kérlek válassz egy "
2219
+ "másikat."
2220
+
2221
+ #: wpf-includes/class-members.php:257
2222
+ msgid "<strong>ERROR</strong>: Sorry, that username is not allowed."
2223
+ msgstr ""
2224
+ "<strong>HIBA</strong>: Sajnálom, ez a felhasználói név nem megengedett."
2225
+
2226
+ #: wpf-includes/class-members.php:261
2227
+ msgid "<strong>ERROR</strong>: Please type your email address."
2228
+ msgstr "<strong>HIBA</strong>: Kérlek, add meg az email címedet."
2229
+
2230
+ #: wpf-includes/class-members.php:265
2231
+ msgid "<strong>ERROR</strong>: The email address isn&#8217;t correct."
2232
+ msgstr "<strong>HIBA</strong>: Az email cím hibás."
2233
+
2234
+ #: wpf-includes/class-members.php:270
2235
+ msgid ""
2236
+ "<strong>ERROR</strong>: This email is already registered, please choose "
2237
+ "another one."
2238
+ msgstr ""
2239
+ "<strong>HIBA</strong>: Ezzel az email címmel már regisztráltak, kérlek adj "
2240
+ "meg egy másikat."
2241
+
2242
+ #: wpf-includes/class-members.php:1312
2243
+ msgid "What should be done with wpForo content owned by this user?"
2244
+ msgstr ""
2245
+
2246
+ #: wpf-includes/class-members.php:1314
2247
+ msgid "What should be done with wpForo content owned by these users?"
2248
+ msgstr ""
2249
+
2250
+ #: wpf-includes/class-members.php:1318
2251
+ msgid "Delete all wpForo content."
2252
+ msgstr ""
2253
+
2254
+ #: wpf-includes/class-members.php:1320
2255
+ msgid "Attribute all content to:"
2256
+ msgstr ""
2257
+
2258
+ #: wpf-includes/class-moderation.php:159
2259
+ msgid ""
2260
+ "Probably spam file attachments have been detected by wpForo Spam Control. "
2261
+ "Please moderate suspected files in Forums &gt; Tools &gt; Antispam Tab."
2262
+ msgstr ""
2263
+
2264
+ #: wpf-includes/class-notices.php:118 wpf-includes/wpf-phrases.php:69
2265
+ msgid "Dismiss this notice."
2266
+ msgstr "Figyelmeztetés bezárása."
2267
+
2268
+ #: wpf-includes/class-notices.php:155
2269
+ msgid "New Addons for Your Forum!"
2270
+ msgstr ""
2271
+
2272
+ #: wpf-includes/class-notices.php:155
2273
+ msgid "Extend your forum with wpForo addons"
2274
+ msgstr ""
2275
+
2276
+ #: wpf-includes/class-notices.php:168
2277
+ msgid "View all Addons"
2278
+ msgstr ""
2279
+
2280
+ #: wpf-includes/class-permissions.php:125 wpf-includes/wpf-phrases.php:420
2281
+ #, php-format
2282
+ msgid "%s access successfully added"
2283
+ msgstr ""
2284
+
2285
+ #: wpf-includes/class-permissions.php:149 wpf-includes/wpf-phrases.php:421
2286
+ #, php-format
2287
+ msgid "%s access successfully edited"
2288
+ msgstr ""
2289
+
2290
+ #: wpf-includes/class-phrases.php:181 wpf-includes/wpf-phrases.php:7
2291
+ msgid " Forum"
2292
+ msgstr ""
2293
+
2294
+ #: wpf-includes/class-phrases.php:182 wpf-includes/wpf-phrases.php:6
2295
+ msgid " Discussion Board"
2296
+ msgstr ""
2297
+
2298
+ #: wpf-includes/class-posts.php:35
2299
+ msgid "You are not permitted to view this attachment"
2300
+ msgstr ""
2301
+
2302
+ #: wpf-includes/class-template.php:82
2303
+ msgid "Insert link"
2304
+ msgstr ""
2305
+
2306
+ #: wpf-includes/class-template.php:83
2307
+ msgid "Link Text"
2308
+ msgstr ""
2309
+
2310
+ #: wpf-includes/class-template.php:84
2311
+ msgid "Open link in a new tab"
2312
+ msgstr ""
2313
+
2314
+ #: wpf-includes/class-template.php:1428 wpf-includes/wpf-phrases.php:327
2315
+ msgid "Theme file not readable"
2316
+ msgstr ""
2317
+
2318
+ #: wpf-includes/functions-installation.php:618
2319
+ msgid "Start Profile Synchronization"
2320
+ msgstr ""
2321
+
2322
+ #: wpf-includes/functions-installation.php:618
2323
+ msgid "Continue Synchronization"
2324
+ msgstr ""
2325
+
2326
+ #: wpf-includes/functions-installation.php:621
2327
+ msgid ""
2328
+ "This process may take a few seconds or dozens of minutes, please be patient "
2329
+ "and don't close this page."
2330
+ msgstr ""
2331
+
2332
+ #: wpf-includes/functions-installation.php:622
2333
+ msgid ""
2334
+ "You can permanently disable this message in Dashboard > Forums > Features "
2335
+ "admin page."
2336
+ msgstr ""
2337
+
2338
+ #: wpf-includes/functions-installation.php:624
2339
+ msgid "wpForo Forum Installation | "
2340
+ msgstr ""
2341
+
2342
+ #: wpf-includes/functions-installation.php:625
2343
+ msgid ""
2344
+ "Forum users' profile data are not synchronized yet, this step is required! "
2345
+ "Please click the button below to complete installation."
2346
+ msgstr ""
2347
+
2348
+ #: wpf-includes/functions-installation.php:636
2349
+ msgid ""
2350
+ "This process may take a few seconds or dozens of minutes, please be patient "
2351
+ "and don't close this page. Database backup is not required. If you got 500 "
2352
+ "Server Error please don't worry, the data updating process is still working "
2353
+ "in MySQL server."
2354
+ msgstr ""
2355
+
2356
+ #: wpf-includes/functions-installation.php:637
2357
+ msgid "Updater Database"
2358
+ msgstr ""
2359
+
2360
+ #: wpf-includes/functions-installation.php:638
2361
+ msgid "wpForo - Update Database "
2362
+ msgstr ""
2363
+
2364
+ #: wpf-includes/functions-installation.php:639
2365
+ msgid "Please click the button below to complete wpForo update."
2366
+ msgstr ""
2367
+
2368
+ #: wpf-includes/functions-template.php:7
2369
+ msgid "wpForo Menu"
2370
+ msgstr ""
2371
+
2372
+ #: wpf-includes/functions-template.php:156 wpf-includes/wpf-phrases.php:410
2373
+ msgid "wpForo Sidebar"
2374
+ msgstr ""
2375
+
2376
+ #: wpf-includes/functions-template.php:157 wpf-includes/wpf-phrases.php:191
2377
+ msgid ""
2378
+ "NOTE: If you're going to add widgets in this sidebar, please use 'Full "
2379
+ "Width' template for wpForo index page to avoid sidebar duplication."
2380
+ msgstr ""
2381
+
2382
+ #: wpf-includes/functions-template.php:195
2383
+ #: wpf-includes/functions-template.php:301
2384
+ #: wpf-includes/functions-template.php:363
2385
+ #: wpf-includes/functions-template.php:464
2386
+ #: wpf-includes/functions-template.php:563
2387
+ #: wpf-includes/functions-template.php:609 wpf-includes/wpf-phrases.php:334
2388
+ msgid "Title"
2389
+ msgstr "Titulus"
2390
+
2391
+ #: wpf-includes/functions-template.php:366
2392
+ #: wpf-includes/functions-template.php:481
2393
+ #: wpf-includes/functions-template.php:566 wpf-includes/wpf-phrases.php:210
2394
+ msgid "Number of Items"
2395
+ msgstr ""
2396
+
2397
+ #: wpf-includes/functions-template.php:371 wpf-includes/wpf-phrases.php:70
2398
+ msgid "Display Avatars"
2399
+ msgstr ""
2400
+
2401
+ #: wpf-includes/functions-template.php:399
2402
+ msgid "Created Date"
2403
+ msgstr ""
2404
+
2405
+ #: wpf-includes/functions-template.php:400
2406
+ msgid "Modified Date"
2407
+ msgstr ""
2408
+
2409
+ #: wpf-includes/functions-template.php:401
2410
+ msgid "Posts Count"
2411
+ msgstr ""
2412
+
2413
+ #: wpf-includes/functions-template.php:402
2414
+ msgid "Views Count"
2415
+ msgstr ""
2416
+
2417
+ #: wpf-includes/functions-template.php:405
2418
+ msgid "DESC"
2419
+ msgstr ""
2420
+
2421
+ #: wpf-includes/functions-template.php:406
2422
+ msgid "ASC"
2423
+ msgstr ""
2424
+
2425
+ #: wpf-includes/functions-template.php:468
2426
+ msgid "Order by"
2427
+ msgstr ""
2428
+
2429
+ #: wpf-includes/functions-template.php:485
2430
+ #: wpf-includes/functions-template.php:570 wpf-includes/wpf-phrases.php:72
2431
+ msgid "Display with Avatars"
2432
+ msgstr ""
2433
+
2434
+ #: wpf-includes/functions.php:366
2435
+ msgid "Unapproved"
2436
+ msgstr "Jóváhagyásra vár"
2437
+
2438
+ #: wpf-includes/functions.php:367
2439
+ msgid "Published"
2440
+ msgstr ""
2441
+
2442
+ #: wpf-includes/functions.php:376 wpf-includes/wpf-phrases.php:598
2443
+ msgid "Active"
2444
+ msgstr "Aktív"
2445
+
2446
+ #: wpf-includes/functions.php:377
2447
+ msgid "Banned"
2448
+ msgstr ""
2449
+
2450
+ #: wpf-includes/functions.php:390 wpf-includes/functions.php:692
2451
+ #: wpf-includes/wpf-phrases.php:50
2452
+ msgid "Bulk Actions"
2453
+ msgstr ""
2454
+
2455
+ #: wpf-includes/functions.php:395 wpf-includes/functions.php:796
2456
+ #: wpf-includes/wpf-phrases.php:36
2457
+ msgid "Apply"
2458
+ msgstr ""
2459
+
2460
+ #: wpf-includes/functions.php:404 wpf-includes/wpf-phrases.php:300
2461
+ msgid "Show all forums"
2462
+ msgstr ""
2463
+
2464
+ #: wpf-includes/functions.php:417 wpf-includes/wpf-phrases.php:350
2465
+ msgid "filter by group"
2466
+ msgstr ""
2467
+
2468
+ #: wpf-includes/functions.php:429
2469
+ msgid "filter by status"
2470
+ msgstr ""
2471
+
2472
+ #: wpf-includes/functions.php:445
2473
+ msgid "filter by package"
2474
+ msgstr ""
2475
+
2476
+ #: wpf-includes/functions.php:474
2477
+ msgid "filter by user"
2478
+ msgstr ""
2479
+
2480
+ #: wpf-includes/functions.php:494 wpf-includes/functions.php:700
2481
+ #: wpf-includes/wpf-phrases.php:385
2482
+ msgid "item"
2483
+ msgstr ""
2484
+
2485
+ #: wpf-includes/functions.php:527 wpf-includes/functions.php:543
2486
+ #: wpf-includes/wpf-phrases.php:284
2487
+ msgid "Select All"
2488
+ msgstr ""
2489
+
2490
+ #: wpf-includes/functions.php:532 wpf-includes/functions.php:548
2491
+ msgid "Type"
2492
+ msgstr ""
2493
+
2494
+ #: wpf-includes/functions.php:605 wpf-includes/wpf-phrases.php:383
2495
+ msgid "edit user"
2496
+ msgstr "felhasználó szerkesztése"
2497
+
2498
+ #: wpf-includes/functions.php:609 wpf-includes/wpf-phrases.php:382
2499
+ msgid "edit profile"
2500
+ msgstr "profil szerkesztése"
2501
+
2502
+ #: wpf-includes/functions.php:614
2503
+ msgid "unban user"
2504
+ msgstr ""
2505
+
2506
+ #: wpf-includes/functions.php:614
2507
+ msgid "ban user"
2508
+ msgstr ""
2509
+
2510
+ #: wpf-includes/functions.php:614
2511
+ msgid "Are you sure, you want to unban this user?"
2512
+ msgstr ""
2513
+
2514
+ #: wpf-includes/functions.php:614
2515
+ msgid "Are you sure, you want to ban this user?"
2516
+ msgstr ""
2517
+
2518
+ #: wpf-includes/functions.php:619 wpf-includes/functions.php:629
2519
+ #: wpf-includes/wpf-phrases.php:67
2520
+ msgid "Delete this item"
2521
+ msgstr ""
2522
+
2523
+ #: wpf-includes/functions.php:619 wpf-includes/functions.php:629
2524
+ #: wpf-includes/wpf-phrases.php:41
2525
+ msgid "Are you sure you want to DELETE this item?"
2526
+ msgstr ""
2527
+
2528
+ #: wpf-includes/functions.php:624
2529
+ msgid "unapprove this item"
2530
+ msgstr ""
2531
+
2532
+ #: wpf-includes/functions.php:624
2533
+ msgid "Approve this item"
2534
+ msgstr "Elem jóváhagyása"
2535
+
2536
+ #: wpf-includes/functions.php:624 wpf-includes/wpf-phrases.php:686
2537
+ msgid "unapprove"
2538
+ msgstr ""
2539
+
2540
+ #: wpf-includes/functions.php:624 wpf-includes/wpf-phrases.php:685
2541
+ msgid "approve"
2542
+ msgstr "jóváhagy"
2543
+
2544
+ #: wpf-includes/functions.php:646 wpf-includes/functions.php:647
2545
+ #: wpf-includes/wpf-phrases.php:404
2546
+ msgid "view"
2547
+ msgstr ""
2548
+
2549
+ #: wpf-includes/functions.php:671
2550
+ msgid "Topic"
2551
+ msgstr ""
2552
+
2553
+ #: wpf-includes/functions.php:671
2554
+ msgid "Post"
2555
+ msgstr ""
2556
+
2557
+ #: wpf-includes/functions.php:684 wpf-includes/wpf-phrases.php:200
2558
+ msgid "No items found"
2559
+ msgstr ""
2560
+
2561
+ #: wpf-includes/functions.php:795 wpf-includes/wpf-phrases.php:141
2562
+ msgid "Items"
2563
+ msgstr ""
2564
+
2565
+ #: wpf-includes/functions.php:1183
2566
+ #, php-format
2567
+ msgid "Could not write file %s"
2568
+ msgstr ""
2569
+
2570
+ #: wpf-includes/integration/buddypress.php:34
2571
+ msgid "Search Forums..."
2572
+ msgstr ""
2573
+
2574
+ #: wpf-includes/integration/buddypress.php:78
2575
+ msgid "Topics Started"
2576
+ msgstr ""
2577
+
2578
+ #: wpf-includes/integration/buddypress.php:89
2579
+ msgid "Replies Created"
2580
+ msgstr ""
2581
+
2582
+ #: wpf-includes/integration/buddypress.php:100
2583
+ msgid "Liked Posts"
2584
+ msgstr ""
2585
+
2586
+ #: wpf-includes/integration/buddypress.php:112 wpf-includes/wpf-phrases.php:318
2587
+ msgid "Subscriptions"
2588
+ msgstr "Értesítések"
2589
+
2590
+ #: wpf-includes/integration/buddypress.php:527
2591
+ msgid "Topic reply"
2592
+ msgstr ""
2593
+
2594
+ #: wpf-includes/integration/buddypress.php:530
2595
+ #, php-format
2596
+ msgid "You have %d new replies"
2597
+ msgstr ""
2598
+
2599
+ #: wpf-includes/integration/buddypress.php:534
2600
+ #, php-format
2601
+ msgid "You have %d new reply to %2$s from %3$s"
2602
+ msgstr ""
2603
+
2604
+ #: wpf-includes/integration/buddypress.php:536
2605
+ #, php-format
2606
+ msgid "You have %d new reply to %s"
2607
+ msgstr ""
2608
+
2609
+ #: wpf-includes/integration/buddypress.php:691
2610
+ msgid "Are you sure you wanted to do that?"
2611
+ msgstr ""
2612
+
2613
+ #: wpf-includes/integration/buddypress.php:695
2614
+ msgid "You do not have permission to mark notifications for that user."
2615
+ msgstr ""
2616
+
2617
+ #: wpf-includes/wpf-hooks.php:20 wpf-includes/wpf-phrases.php:136
2618
+ msgid ""
2619
+ "IMPORTANT! Uninstall is not a simple deactivation action. This action will "
2620
+ "permanently remove all forum data (forums, topics, replies, attachments...) "
2621
+ "from database. Please backup database before this action, you may need this "
2622
+ "forum data in future. If you are sure that you want to delete all forum data "
2623
+ "please confirm. If not, just cancel it, then you can deactivate this plugin, "
2624
+ "that will not remove forum data."
2625
+ msgstr ""
2626
+
2627
+ #: wpf-includes/wpf-hooks.php:20
2628
+ msgid "Uninstall"
2629
+ msgstr ""
2630
+
2631
+ #: wpf-includes/wpf-hooks.php:1142
2632
+ msgid "Move"
2633
+ msgstr ""
2634
+
2635
+ #: wpf-includes/wpf-hooks.php:1177
2636
+ msgid "Clear"
2637
+ msgstr ""
2638
+
2639
+ #: wpf-includes/wpf-hooks.php:1177
2640
+ msgid "Default"
2641
+ msgstr ""
2642
+
2643
+ #: wpf-includes/wpf-hooks.php:1177
2644
+ msgid "Select Color"
2645
+ msgstr ""
2646
+
2647
+ #: wpf-includes/wpf-hooks.php:1200
2648
+ msgid ""
2649
+ "IMPORTANT: wpForo can't work with default permalink, please change permalink "
2650
+ "structure"
2651
+ msgstr ""
2652
+
2653
+ #: wpf-includes/wpf-hooks.php:1219 wpf-includes/wpf-phrases.php:412
2654
+ msgid "wpForo Usergroup"
2655
+ msgstr ""
2656
+
2657
+ #: wpf-includes/wpf-hooks.php:1227 wpf-includes/wpf-phrases.php:411
2658
+ msgid "wpForo User Timezone"
2659
+ msgstr ""
2660
+
2661
+ #: wpf-includes/wpf-hooks.php:1506 wpf-includes/wpf-hooks.php:1601
2662
+ msgid "Please Moderate: "
2663
+ msgstr ""
2664
+
2665
+ #: wpf-includes/wpf-hooks.php:1507
2666
+ msgid ""
2667
+ "This topic is currently unapproved. You can approve topics in Dashboard "
2668
+ "&raquo; Forums &raquo; Moderation admin page."
2669
+ msgstr ""
2670
+
2671
+ #: wpf-includes/wpf-hooks.php:1602
2672
+ msgid ""
2673
+ "This post is currently unapproved. You can approve posts in Dashboard &raquo;"
2674
+ " Forums &raquo; Moderation admin page."
2675
+ msgstr ""
2676
+
2677
+ #: wpf-includes/wpf-hooks.php:1783 wpf-includes/wpf-hooks.php:1829
2678
+ msgid "New Forum"
2679
+ msgstr ""
2680
+
2681
+ #: wpf-includes/wpf-hooks.php:1791
2682
+ msgid "New User Group"
2683
+ msgstr ""
2684
+
2685
+ #: wpf-includes/wpf-hooks.php:1799 wpf-includes/wpf-hooks.php:1897
2686
+ msgid "New Phrase"
2687
+ msgstr ""
2688
+
2689
+ #: wpf-includes/wpf-hooks.php:1814
2690
+ msgid "Community"
2691
+ msgstr ""
2692
+
2693
+ #: wpf-includes/wpf-hooks.php:1881
2694
+ msgid "New Usergroup"
2695
+ msgstr ""
2696
+
2697
+ #: wpf-includes/wpf-phrases.php:8
2698
+ #, php-format
2699
+ msgid "%s and %s liked"
2700
+ msgstr ""
2701
+
2702
+ #: wpf-includes/wpf-phrases.php:9
2703
+ #, php-format
2704
+ msgid "%s liked"
2705
+ msgstr ""
2706
+
2707
+ #: wpf-includes/wpf-phrases.php:10
2708
+ #, php-format
2709
+ msgid "%s, %s and %s liked"
2710
+ msgstr ""
2711
+
2712
+ #: wpf-includes/wpf-phrases.php:11
2713
+ #, php-format
2714
+ msgid "%s, %s, %s and %d people liked"
2715
+ msgstr ""
2716
+
2717
+ #: wpf-includes/wpf-phrases.php:12
2718
+ msgid "AOL IM"
2719
+ msgstr ""
2720
+
2721
+ #: wpf-includes/wpf-phrases.php:13
2722
+ msgid "About Me"
2723
+ msgstr "Rólam"
2724
+
2725
+ #: wpf-includes/wpf-phrases.php:16
2726
+ msgid "Account"
2727
+ msgstr ""
2728
+
2729
+ #: wpf-includes/wpf-phrases.php:19
2730
+ msgid "Activity"
2731
+ msgstr "Tevékenység"
2732
+
2733
+ #: wpf-includes/wpf-phrases.php:23
2734
+ msgid "Add a comment"
2735
+ msgstr ""
2736
+
2737
+ #: wpf-includes/wpf-phrases.php:24
2738
+ msgid "Add topic"
2739
+ msgstr "Új téma"
2740
+
2741
+ #: wpf-includes/wpf-phrases.php:32
2742
+ msgid "Answer"
2743
+ msgstr ""
2744
+
2745
+ #: wpf-includes/wpf-phrases.php:33
2746
+ msgid "Answer to"
2747
+ msgstr ""
2748
+
2749
+ #: wpf-includes/wpf-phrases.php:34
2750
+ msgid "Answers"
2751
+ msgstr "Válaszok"
2752
+
2753
+ #: wpf-includes/wpf-phrases.php:35
2754
+ msgid "Any Date"
2755
+ msgstr "Bármikor"
2756
+
2757
+ #: wpf-includes/wpf-phrases.php:42
2758
+ msgid "Ascending order"
2759
+ msgstr "Növekvő sorrend"
2760
+
2761
+ #: wpf-includes/wpf-phrases.php:43
2762
+ msgid "Attach file:"
2763
+ msgstr "Fájl csatolása:"
2764
+
2765
+ #: wpf-includes/wpf-phrases.php:44
2766
+ msgid "Attachments"
2767
+ msgstr ""
2768
+
2769
+ #: wpf-includes/wpf-phrases.php:45
2770
+ msgid "Attachments Size"
2771
+ msgstr ""
2772
+
2773
+ #: wpf-includes/wpf-phrases.php:47
2774
+ msgid "Avatar"
2775
+ msgstr ""
2776
+
2777
+ #: wpf-includes/wpf-phrases.php:53
2778
+ msgid "Change password"
2779
+ msgstr "Jelszó megváltoztatása"
2780
+
2781
+ #: wpf-includes/wpf-phrases.php:54
2782
+ msgid "Choose Target Forum"
2783
+ msgstr ""
2784
+
2785
+ #: wpf-includes/wpf-phrases.php:58
2786
+ msgid "Comments"
2787
+ msgstr ""
2788
+
2789
+ #: wpf-includes/wpf-phrases.php:59
2790
+ msgid "Confirm my subscription"
2791
+ msgstr ""
2792
+
2793
+ #: wpf-includes/wpf-phrases.php:65
2794
+ msgid "Date"
2795
+ msgstr ""
2796
+
2797
+ #: wpf-includes/wpf-phrases.php:68
2798
+ msgid "Descending order"
2799
+ msgstr "Csökkenő sorrend"
2800
+
2801
+ #: wpf-includes/wpf-phrases.php:71
2802
+ msgid "Display Name"
2803
+ msgstr "Nyilvánosan megjelenő név"
2804
+
2805
+ #: wpf-includes/wpf-phrases.php:74
2806
+ msgid "Edited: "
2807
+ msgstr ""
2808
+
2809
+ #: wpf-includes/wpf-phrases.php:75
2810
+ msgid "Email"
2811
+ msgstr ""
2812
+
2813
+ #: wpf-includes/wpf-phrases.php:88
2814
+ msgid "Enter title here"
2815
+ msgstr "A téma címe kerül ide"
2816
+
2817
+ #: wpf-includes/wpf-phrases.php:90
2818
+ msgid "Extended Layout - Intro posts"
2819
+ msgstr ""
2820
+
2821
+ #: wpf-includes/wpf-phrases.php:91
2822
+ msgid "Extended Layout - Intro topics"
2823
+ msgstr ""
2824
+
2825
+ #: wpf-includes/wpf-phrases.php:92
2826
+ msgid "Extended Layout - Number of intro posts"
2827
+ msgstr ""
2828
+
2829
+ #: wpf-includes/wpf-phrases.php:93
2830
+ msgid "Extended Layout - Number of intro topics"
2831
+ msgstr ""
2832
+
2833
+ #: wpf-includes/wpf-phrases.php:94
2834
+ msgid "Facebook"
2835
+ msgstr ""
2836
+
2837
+ #: wpf-includes/wpf-phrases.php:95
2838
+ msgid "Failed to write file to disk"
2839
+ msgstr ""
2840
+
2841
+ #: wpf-includes/wpf-phrases.php:97
2842
+ msgid "File upload stopped by extension"
2843
+ msgstr ""
2844
+
2845
+ #: wpf-includes/wpf-phrases.php:98
2846
+ msgid "Find Posts by User"
2847
+ msgstr ""
2848
+
2849
+ #: wpf-includes/wpf-phrases.php:99
2850
+ msgid "Find Topics Started by User"
2851
+ msgstr ""
2852
+
2853
+ #: wpf-includes/wpf-phrases.php:100
2854
+ msgid "First post and replies"
2855
+ msgstr "Első hozzászólás és válaszok"
2856
+
2857
+ #: wpf-includes/wpf-phrases.php:102
2858
+ msgid "Forum - Login"
2859
+ msgstr ""
2860
+
2861
+ #: wpf-includes/wpf-phrases.php:103
2862
+ msgid "Forum - Page Not Found"
2863
+ msgstr ""
2864
+
2865
+ #: wpf-includes/wpf-phrases.php:104
2866
+ msgid "Forum - Registration"
2867
+ msgstr ""
2868
+
2869
+ #: wpf-includes/wpf-phrases.php:106
2870
+ msgid "Forum Admin Email Addresses"
2871
+ msgstr ""
2872
+
2873
+ #: wpf-includes/wpf-phrases.php:109
2874
+ msgid "Forum Home"
2875
+ msgstr ""
2876
+
2877
+ #: wpf-includes/wpf-phrases.php:111
2878
+ msgid "Forum Members"
2879
+ msgstr "Fórum tagok"
2880
+
2881
+ #: wpf-includes/wpf-phrases.php:114
2882
+ msgid "Forum Profile"
2883
+ msgstr "Fórum profil"
2884
+
2885
+ #: wpf-includes/wpf-phrases.php:115
2886
+ msgid "Forum RSS Feed"
2887
+ msgstr ""
2888
+
2889
+ #: wpf-includes/wpf-phrases.php:119
2890
+ msgid "Forum Statistics"
2891
+ msgstr "Fórum statisztikák"
2892
+
2893
+ #: wpf-includes/wpf-phrases.php:122
2894
+ msgid "Forum is empty"
2895
+ msgstr "A fórum üres"
2896
+
2897
+ #: wpf-includes/wpf-phrases.php:125
2898
+ msgid "From Email Address"
2899
+ msgstr ""
2900
+
2901
+ #: wpf-includes/wpf-phrases.php:126
2902
+ msgid "From Name"
2903
+ msgstr ""
2904
+
2905
+ #: wpf-includes/wpf-phrases.php:131
2906
+ msgid "Group"
2907
+ msgstr "Csoport"
2908
+
2909
+ #: wpf-includes/wpf-phrases.php:132
2910
+ msgid "Google+"
2911
+ msgstr ""
2912
+
2913
+ #: wpf-includes/wpf-phrases.php:135
2914
+ msgid "ICQ"
2915
+ msgstr ""
2916
+
2917
+ #: wpf-includes/wpf-phrases.php:139
2918
+ msgid "Insert member name or email"
2919
+ msgstr ""
2920
+
2921
+ #: wpf-includes/wpf-phrases.php:142
2922
+ msgid "Joined"
2923
+ msgstr "Csatlakozott"
2924
+
2925
+ #: wpf-includes/wpf-phrases.php:145
2926
+ msgid "Last 24 hours"
2927
+ msgstr "Utolsó 24 óra"
2928
+
2929
+ #: wpf-includes/wpf-phrases.php:146
2930
+ msgid "Last 3 Months"
2931
+ msgstr "Utolsó 3 hónap"
2932
+
2933
+ #: wpf-includes/wpf-phrases.php:147
2934
+ msgid "Last 6 Months"
2935
+ msgstr "Utolsó 6 hónap"
2936
+
2937
+ #: wpf-includes/wpf-phrases.php:148
2938
+ msgid "Last Active"
2939
+ msgstr "Utolsó aktív "
2940
+
2941
+ #: wpf-includes/wpf-phrases.php:149
2942
+ msgid "Last Month"
2943
+ msgstr "Utolsó hónap"
2944
+
2945
+ #: wpf-includes/wpf-phrases.php:150
2946
+ msgid "Last Post"
2947
+ msgstr "Utolsó hozzászólás"
2948
+
2949
+ #: wpf-includes/wpf-phrases.php:151
2950
+ msgid "Last Post Info"
2951
+ msgstr "Utólsó hozzászóló info"
2952
+
2953
+ #: wpf-includes/wpf-phrases.php:152
2954
+ msgid "Last Week"
2955
+ msgstr "Utolsó hét"
2956
+
2957
+ #: wpf-includes/wpf-phrases.php:153
2958
+ msgid "Last Year ago"
2959
+ msgstr "Utolsó egy évben"
2960
+
2961
+ #: wpf-includes/wpf-phrases.php:154
2962
+ #, php-format
2963
+ msgid "Last post by %s"
2964
+ msgstr "Utolsó hozzászólást írta: %s"
2965
+
2966
+ #: wpf-includes/wpf-phrases.php:155
2967
+ msgid "Latest Post"
2968
+ msgstr "Utolsó hozzászólás"
2969
+
2970
+ #: wpf-includes/wpf-phrases.php:156
2971
+ msgid "Leave a reply"
2972
+ msgstr "Válasz írása"
2973
+
2974
+ #: wpf-includes/wpf-phrases.php:157
2975
+ msgid "Length must be between 3 characters and 30 characters."
2976
+ msgstr "A hossz legyen minimum 3 és maxium 30 karakterből álló."
2977
+
2978
+ #: wpf-includes/wpf-phrases.php:159
2979
+ msgid "Liked"
2980
+ msgstr ""
2981
+
2982
+ #: wpf-includes/wpf-phrases.php:160
2983
+ msgid "Location"
2984
+ msgstr "Tartózkodási hely"
2985
+
2986
+ #: wpf-includes/wpf-phrases.php:161
2987
+ msgid "Login"
2988
+ msgstr "Belépés"
2989
+
2990
+ #: wpf-includes/wpf-phrases.php:163
2991
+ msgid "Logout"
2992
+ msgstr "Kilépés"
2993
+
2994
+ #: wpf-includes/wpf-phrases.php:165
2995
+ msgid "Lost your password?"
2996
+ msgstr "Elveszett a jelszó?"
2997
+
2998
+ #: wpf-includes/wpf-phrases.php:167
2999
+ msgid "MSN"
3000
+ msgstr ""
3001
+
3002
+ #: wpf-includes/wpf-phrases.php:168
3003
+ msgid "Maximum allowed file size is"
3004
+ msgstr "A csatolmány max. mérete"
3005
+
3006
+ #: wpf-includes/wpf-phrases.php:170
3007
+ msgid "Member Activity"
3008
+ msgstr "A felhasználó aktivitása"
3009
+
3010
+ #: wpf-includes/wpf-phrases.php:171
3011
+ msgid "Member Information"
3012
+ msgstr "Információ a tagról"
3013
+
3014
+ #: wpf-includes/wpf-phrases.php:172
3015
+ msgid "Member Rating"
3016
+ msgstr ""
3017
+
3018
+ #: wpf-includes/wpf-phrases.php:173
3019
+ msgid "Member Rating Badge"
3020
+ msgstr ""
3021
+
3022
+ #: wpf-includes/wpf-phrases.php:174
3023
+ msgid "Member Reputation"
3024
+ msgstr ""
3025
+
3026
+ #: wpf-includes/wpf-phrases.php:177
3027
+ msgid "Member information"
3028
+ msgstr ""
3029
+
3030
+ #: wpf-includes/wpf-phrases.php:181
3031
+ msgid "Members not found"
3032
+ msgstr ""
3033
+
3034
+ #: wpf-includes/wpf-phrases.php:182
3035
+ msgid ""
3036
+ "You have been banned. Please contact to forum administrators for more "
3037
+ "information."
3038
+ msgstr ""
3039
+
3040
+ #: wpf-includes/wpf-phrases.php:183
3041
+ msgid "Messages"
3042
+ msgstr ""
3043
+
3044
+ #: wpf-includes/wpf-phrases.php:186
3045
+ msgid "Missing a temporary folder"
3046
+ msgstr ""
3047
+
3048
+ #: wpf-includes/wpf-phrases.php:188
3049
+ msgid "Move Topic"
3050
+ msgstr "Táma áthelyezése"
3051
+
3052
+ #: wpf-includes/wpf-phrases.php:189
3053
+ msgid "Must be minimum 6 characters."
3054
+ msgstr "Minimum 6 karakter legyen."
3055
+
3056
+ #: wpf-includes/wpf-phrases.php:190
3057
+ msgid "My Profile"
3058
+ msgstr "Fiókom"
3059
+
3060
+ #: wpf-includes/wpf-phrases.php:197
3061
+ msgid "No activity found for this member."
3062
+ msgstr "A tevékenységi lista üres."
3063
+
3064
+ #: wpf-includes/wpf-phrases.php:198
3065
+ msgid "No file was uploaded"
3066
+ msgstr ""
3067
+
3068
+ #: wpf-includes/wpf-phrases.php:199
3069
+ msgid "No forums were found here."
3070
+ msgstr ""
3071
+
3072
+ #: wpf-includes/wpf-phrases.php:203
3073
+ msgid "No online members at the moment"
3074
+ msgstr "Egyetlen felhasználó sincs online"
3075
+
3076
+ #: wpf-includes/wpf-phrases.php:205
3077
+ msgid "No subscriptions found for this member."
3078
+ msgstr "Nincs feliratkozás egy témára sem."
3079
+
3080
+ #: wpf-includes/wpf-phrases.php:207
3081
+ msgid "No topics were found here"
3082
+ msgstr "Nem találtam témát"
3083
+
3084
+ #: wpf-includes/wpf-phrases.php:214
3085
+ msgid "Occupation"
3086
+ msgstr "Foglalkozás"
3087
+
3088
+ #: wpf-includes/wpf-phrases.php:215
3089
+ msgid "Offline"
3090
+ msgstr ""
3091
+
3092
+ #: wpf-includes/wpf-phrases.php:216
3093
+ msgid "Online"
3094
+ msgstr ""
3095
+
3096
+ #: wpf-includes/wpf-phrases.php:218
3097
+ msgid "Oops! The page you requested was not found!"
3098
+ msgstr ""
3099
+
3100
+ #: wpf-includes/wpf-phrases.php:219
3101
+ msgid "Our newest member"
3102
+ msgstr "Utoljára regisztrált"
3103
+
3104
+ #: wpf-includes/wpf-phrases.php:220
3105
+ msgid "Page"
3106
+ msgstr ""
3107
+
3108
+ #: wpf-includes/wpf-phrases.php:222
3109
+ msgid "Password"
3110
+ msgstr "Jelszó"
3111
+
3112
+ #: wpf-includes/wpf-phrases.php:224
3113
+ #, php-format
3114
+ msgid "Please %s or %s"
3115
+ msgstr ""
3116
+
3117
+ #: wpf-includes/wpf-phrases.php:228
3118
+ msgid "Post Title"
3119
+ msgstr ""
3120
+
3121
+ #: wpf-includes/wpf-phrases.php:229
3122
+ msgid "Post link"
3123
+ msgstr ""
3124
+
3125
+ #: wpf-includes/wpf-phrases.php:230
3126
+ msgid "Posted"
3127
+ msgstr ""
3128
+
3129
+ #: wpf-includes/wpf-phrases.php:231
3130
+ msgid "Posted by"
3131
+ msgstr "Írta"
3132
+
3133
+ #: wpf-includes/wpf-phrases.php:233
3134
+ msgid "Powered by"
3135
+ msgstr ""
3136
+
3137
+ #: wpf-includes/wpf-phrases.php:235
3138
+ msgid "Q&A Layout - Number of intro topics"
3139
+ msgstr ""
3140
+
3141
+ #: wpf-includes/wpf-phrases.php:236
3142
+ msgid "Q&A layout - Intro topics"
3143
+ msgstr ""
3144
+
3145
+ #: wpf-includes/wpf-phrases.php:237
3146
+ msgid "Question Comments"
3147
+ msgstr ""
3148
+
3149
+ #: wpf-includes/wpf-phrases.php:238
3150
+ msgid "Questions"
3151
+ msgstr "Kérdések"
3152
+
3153
+ #: wpf-includes/wpf-phrases.php:239
3154
+ msgid "Quote"
3155
+ msgstr "Idéz"
3156
+
3157
+ #: wpf-includes/wpf-phrases.php:240
3158
+ msgid "RE"
3159
+ msgstr ""
3160
+
3161
+ #: wpf-includes/wpf-phrases.php:241
3162
+ msgid "REPLY:"
3163
+ msgstr ""
3164
+
3165
+ #: wpf-includes/wpf-phrases.php:242
3166
+ msgid "RSS"
3167
+ msgstr ""
3168
+
3169
+ #: wpf-includes/wpf-phrases.php:243
3170
+ msgid "Rating"
3171
+ msgstr ""
3172
+
3173
+ #: wpf-includes/wpf-phrases.php:244
3174
+ msgid "Rating Badge"
3175
+ msgstr ""
3176
+
3177
+ #: wpf-includes/wpf-phrases.php:248
3178
+ msgid "Received Likes"
3179
+ msgstr ""
3180
+
3181
+ #: wpf-includes/wpf-phrases.php:249
3182
+ msgid "Recent Questions"
3183
+ msgstr "Utolsó kérdések"
3184
+
3185
+ #: wpf-includes/wpf-phrases.php:250
3186
+ msgid "Recent Topics"
3187
+ msgstr "Utolsó téma"
3188
+
3189
+ #: wpf-includes/wpf-phrases.php:251
3190
+ msgid "Register"
3191
+ msgstr "Regisztráció"
3192
+
3193
+ #: wpf-includes/wpf-phrases.php:253
3194
+ msgid "Registered date"
3195
+ msgstr "Csatlakozás dátuma"
3196
+
3197
+ #: wpf-includes/wpf-phrases.php:254
3198
+ msgid "Relevancy"
3199
+ msgstr "Relevencia"
3200
+
3201
+ #: wpf-includes/wpf-phrases.php:255
3202
+ msgid "Remember Me"
3203
+ msgstr "Emlékezz rám"
3204
+
3205
+ #: wpf-includes/wpf-phrases.php:261
3206
+ msgid "Replies"
3207
+ msgstr ""
3208
+
3209
+ #: wpf-includes/wpf-phrases.php:262
3210
+ msgid "Replies not found"
3211
+ msgstr ""
3212
+
3213
+ #: wpf-includes/wpf-phrases.php:263
3214
+ msgid "Reply"
3215
+ msgstr "Válasz"
3216
+
3217
+ #: wpf-includes/wpf-phrases.php:264
3218
+ msgid "Report"
3219
+ msgstr "Jelent"
3220
+
3221
+ #: wpf-includes/wpf-phrases.php:267
3222
+ msgid "Report to Administration"
3223
+ msgstr "Jelentés küldése az adminisztrátornak"
3224
+
3225
+ #: wpf-includes/wpf-phrases.php:269
3226
+ msgid "Result Info"
3227
+ msgstr "Eredmény"
3228
+
3229
+ #: wpf-includes/wpf-phrases.php:271
3230
+ msgid "Save Changes"
3231
+ msgstr "Változások mentése"
3232
+
3233
+ #: wpf-includes/wpf-phrases.php:276
3234
+ msgid "Search Entire Posts"
3235
+ msgstr ""
3236
+
3237
+ #: wpf-includes/wpf-phrases.php:277
3238
+ msgid "Search Phrase"
3239
+ msgstr "Kifejezés keresése"
3240
+
3241
+ #: wpf-includes/wpf-phrases.php:278
3242
+ msgid "Search Titles Only"
3243
+ msgstr ""
3244
+
3245
+ #: wpf-includes/wpf-phrases.php:279
3246
+ msgid "Search Type"
3247
+ msgstr ""
3248
+
3249
+ #: wpf-includes/wpf-phrases.php:280
3250
+ msgid "Search in Forums"
3251
+ msgstr "Keresés a fórumban"
3252
+
3253
+ #: wpf-includes/wpf-phrases.php:281
3254
+ msgid "Search in date period"
3255
+ msgstr "Dátum szerinti keresés"
3256
+
3257
+ #: wpf-includes/wpf-phrases.php:282
3258
+ msgid "Search result for"
3259
+ msgstr "Keresési eredmény erre a kifejezésre"
3260
+
3261
+ #: wpf-includes/wpf-phrases.php:283
3262
+ msgid "Search..."
3263
+ msgstr "Keresés..."
3264
+
3265
+ #: wpf-includes/wpf-phrases.php:285
3266
+ msgid "Select Page"
3267
+ msgstr ""
3268
+
3269
+ #: wpf-includes/wpf-phrases.php:286
3270
+ msgid "Send Report"
3271
+ msgstr "Elküldöm"
3272
+
3273
+ #: wpf-includes/wpf-phrases.php:290
3274
+ msgid "Set Topic Sticky"
3275
+ msgstr ""
3276
+
3277
+ #: wpf-includes/wpf-phrases.php:291
3278
+ msgid ""
3279
+ "Set this option value 0 if you want to show all posts under topic intro area."
3280
+ msgstr ""
3281
+
3282
+ #: wpf-includes/wpf-phrases.php:292
3283
+ msgid "Shop Account"
3284
+ msgstr ""
3285
+
3286
+ #: wpf-includes/wpf-phrases.php:302
3287
+ msgid "Sign In"
3288
+ msgstr "Belépés"
3289
+
3290
+ #: wpf-includes/wpf-phrases.php:303
3291
+ msgid "Signature"
3292
+ msgstr "Aláírás"
3293
+
3294
+ #: wpf-includes/wpf-phrases.php:304
3295
+ msgid "Site Profile"
3296
+ msgstr "Profil oldal"
3297
+
3298
+ #: wpf-includes/wpf-phrases.php:305
3299
+ msgid "Skype"
3300
+ msgstr ""
3301
+
3302
+ #: wpf-includes/wpf-phrases.php:307
3303
+ msgid "Social Networks"
3304
+ msgstr "Közösségi média"
3305
+
3306
+ #: wpf-includes/wpf-phrases.php:308
3307
+ msgid "Sorry, something wrong with your data."
3308
+ msgstr ""
3309
+
3310
+ #: wpf-includes/wpf-phrases.php:309
3311
+ msgid "Sort Search Results by"
3312
+ msgstr "Eredmények rendezése"
3313
+
3314
+ #: wpf-includes/wpf-phrases.php:310
3315
+ msgid "Specify avatar by URL"
3316
+ msgstr "Egy URL-en található képet állítok be:"
3317
+
3318
+ #: wpf-includes/wpf-phrases.php:312
3319
+ msgid "Subforums"
3320
+ msgstr ""
3321
+
3322
+ #: wpf-includes/wpf-phrases.php:315
3323
+ msgid "Subscribe for new replies"
3324
+ msgstr "Értesítés bekapcsolása új válasz esetén"
3325
+
3326
+ #: wpf-includes/wpf-phrases.php:316
3327
+ msgid "Subscribe for new topics"
3328
+ msgstr "Értesítést kérek új téma nyitásakor"
3329
+
3330
+ #: wpf-includes/wpf-phrases.php:320
3331
+ msgid ""
3332
+ "Thank you for using wpForo! wpForo is a professional bulletin board for "
3333
+ "WorPress, and the only forum software which comes with Multi-layout template "
3334
+ "system. The \"Extended"
3335
+ msgstr ""
3336
+
3337
+ #: wpf-includes/wpf-phrases.php:321
3338
+ msgid ""
3339
+ "Thank you for using wpForo. wpForo is a premium forum plugin which will "
3340
+ "always be available for free. There will never be paid and pro versions of "
3341
+ "this forum board. However this is a very large and hard project so we also "
3342
+ "develop paid addons (extensions), which will financially help us to keep "
3343
+ "improving and adding new features to the free wpForo plugin. Forum addons "
3344
+ "will also be actively developed. The first addons \"Advanced Media Uploader"
3345
+ msgstr ""
3346
+
3347
+ #: wpf-includes/wpf-phrases.php:324
3348
+ msgid ""
3349
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
3350
+ "the HTML form"
3351
+ msgstr ""
3352
+
3353
+ #: wpf-includes/wpf-phrases.php:325
3354
+ msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini"
3355
+ msgstr ""
3356
+
3357
+ #: wpf-includes/wpf-phrases.php:326
3358
+ msgid "The uploaded file was only partially uploaded"
3359
+ msgstr ""
3360
+
3361
+ #: wpf-includes/wpf-phrases.php:333
3362
+ msgid "Timezone"
3363
+ msgstr "Időzóna"
3364
+
3365
+ #: wpf-includes/wpf-phrases.php:335
3366
+ msgid "Topic RSS Feed"
3367
+ msgstr ""
3368
+
3369
+ #: wpf-includes/wpf-phrases.php:336
3370
+ msgid "Topic Title"
3371
+ msgstr "Téma címe"
3372
+
3373
+ #: wpf-includes/wpf-phrases.php:337
3374
+ msgid "Topic title"
3375
+ msgstr ""
3376
+
3377
+ #: wpf-includes/wpf-phrases.php:340
3378
+ msgid "Twitter"
3379
+ msgstr ""
3380
+
3381
+ #: wpf-includes/wpf-phrases.php:341
3382
+ msgid "Unknown upload error"
3383
+ msgstr ""
3384
+
3385
+ #: wpf-includes/wpf-phrases.php:342
3386
+ msgid "Unsubscribe"
3387
+ msgstr "Értesítés kikapcsolása"
3388
+
3389
+ #: wpf-includes/wpf-phrases.php:345
3390
+ msgid "Upload an avatar"
3391
+ msgstr "Avatar feltöltése"
3392
+
3393
+ #: wpf-includes/wpf-phrases.php:347
3394
+ msgid ""
3395
+ "Use comments to ask for more information or suggest improvements. Avoid "
3396
+ "answering questions in comments."
3397
+ msgstr ""
3398
+
3399
+ #: wpf-includes/wpf-phrases.php:349
3400
+ msgid "User"
3401
+ msgstr "Felhasználó"
3402
+
3403
+ #: wpf-includes/wpf-phrases.php:351
3404
+ msgid "User Group"
3405
+ msgstr "Felhasználói csoport"
3406
+
3407
+ #: wpf-includes/wpf-phrases.php:352
3408
+ msgid "Usergroup has been successfully deleted."
3409
+ msgstr ""
3410
+
3411
+ #: wpf-includes/wpf-phrases.php:353
3412
+ msgid ""
3413
+ "Usergroup has been successfully deleted. All users of this usergroup have "
3414
+ "been moved to the usergroup you've chosen"
3415
+ msgstr ""
3416
+
3417
+ #: wpf-includes/wpf-phrases.php:354
3418
+ msgid "Username"
3419
+ msgstr "Felhasználó neve"
3420
+
3421
+ #: wpf-includes/wpf-phrases.php:356
3422
+ msgid "View entire post"
3423
+ msgstr ""
3424
+
3425
+ #: wpf-includes/wpf-phrases.php:357
3426
+ msgid "View the latest post"
3427
+ msgstr ""
3428
+
3429
+ #: wpf-includes/wpf-phrases.php:358
3430
+ msgid "Views"
3431
+ msgstr "Résztvevők"
3432
+
3433
+ #: wpf-includes/wpf-phrases.php:359
3434
+ msgid "Votes"
3435
+ msgstr "Szavazások"
3436
+
3437
+ #: wpf-includes/wpf-phrases.php:360
3438
+ msgid "Website"
3439
+ msgstr "Honlap"
3440
+
3441
+ #: wpf-includes/wpf-phrases.php:362
3442
+ msgid "Wordpress avatar system"
3443
+ msgstr "Gravatar kép"
3444
+
3445
+ #: wpf-includes/wpf-phrases.php:363
3446
+ msgid "Working"
3447
+ msgstr "Dolgozunk"
3448
+
3449
+ #: wpf-includes/wpf-phrases.php:364
3450
+ msgid "Write message"
3451
+ msgstr "Üzenet írása"
3452
+
3453
+ #: wpf-includes/wpf-phrases.php:365
3454
+ msgid "Yahoo"
3455
+ msgstr ""
3456
+
3457
+ #: wpf-includes/wpf-phrases.php:367
3458
+ msgid "You"
3459
+ msgstr "Te"
3460
+
3461
+ #: wpf-includes/wpf-phrases.php:369
3462
+ #, php-format
3463
+ msgid "You can go to %s page or Search here"
3464
+ msgstr ""
3465
+
3466
+ #: wpf-includes/wpf-phrases.php:371
3467
+ msgid "Your Answer"
3468
+ msgstr "Válaszod"
3469
+
3470
+ #: wpf-includes/wpf-phrases.php:372
3471
+ msgid "account"
3472
+ msgstr "fiók"
3473
+
3474
+ #: wpf-includes/wpf-phrases.php:373
3475
+ msgid "activity"
3476
+ msgstr ""
3477
+
3478
+ #: wpf-includes/wpf-phrases.php:375
3479
+ msgid "add_new"
3480
+ msgstr ""
3481
+
3482
+ #: wpf-includes/wpf-phrases.php:376
3483
+ #, php-format
3484
+ msgid "%s ago"
3485
+ msgstr "%s ezelőtt"
3486
+
3487
+ #: wpf-includes/wpf-phrases.php:377
3488
+ msgid "by"
3489
+ msgstr "írta"
3490
+
3491
+ #: wpf-includes/wpf-phrases.php:378
3492
+ #, php-format
3493
+ msgid "by %s"
3494
+ msgstr "írta: %s"
3495
+
3496
+ #: wpf-includes/wpf-phrases.php:379
3497
+ msgid "confirm password"
3498
+ msgstr "jelszó megerősítés"
3499
+
3500
+ #: wpf-includes/wpf-phrases.php:384
3501
+ msgid "forums"
3502
+ msgstr "fórumok"
3503
+
3504
+ #: wpf-includes/wpf-phrases.php:386
3505
+ msgid "login"
3506
+ msgstr "belépés"
3507
+
3508
+ #: wpf-includes/wpf-phrases.php:387
3509
+ msgid "logout"
3510
+ msgstr "kilépés"
3511
+
3512
+ #: wpf-includes/wpf-phrases.php:388
3513
+ msgid "matches"
3514
+ msgstr ""
3515
+
3516
+ #: wpf-includes/wpf-phrases.php:389
3517
+ msgid "members"
3518
+ msgstr "tagok"
3519
+
3520
+ #: wpf-includes/wpf-phrases.php:391
3521
+ msgid "my profile"
3522
+ msgstr ""
3523
+
3524
+ #: wpf-includes/wpf-phrases.php:392
3525
+ msgid "new password"
3526
+ msgstr "új jelszó"
3527
+
3528
+ #: wpf-includes/wpf-phrases.php:393
3529
+ msgid "new password again"
3530
+ msgstr "új jeszló ismét"
3531
+
3532
+ #: wpf-includes/wpf-phrases.php:394
3533
+ msgid "next"
3534
+ msgstr "következő"
3535
+
3536
+ #: wpf-includes/wpf-phrases.php:395
3537
+ msgid "old password"
3538
+ msgstr "régi jelszó"
3539
+
3540
+ #: wpf-includes/wpf-phrases.php:396
3541
+ msgid "phrase_key"
3542
+ msgstr ""
3543
+
3544
+ #: wpf-includes/wpf-phrases.php:397
3545
+ msgid "phrase_value"
3546
+ msgstr ""
3547
+
3548
+ #: wpf-includes/wpf-phrases.php:398
3549
+ msgid "posted"
3550
+ msgstr "közzétéve"
3551
+
3552
+ #: wpf-includes/wpf-phrases.php:399
3553
+ msgid "prev"
3554
+ msgstr "előző"
3555
+
3556
+ #: wpf-includes/wpf-phrases.php:400
3557
+ msgid "register"
3558
+ msgstr ""
3559
+
3560
+ #: wpf-includes/wpf-phrases.php:401
3561
+ msgid "replies"
3562
+ msgstr "válaszok"
3563
+
3564
+ #: wpf-includes/wpf-phrases.php:402
3565
+ msgid "subscriptions"
3566
+ msgstr "Feliratkozások"
3567
+
3568
+ #: wpf-includes/wpf-phrases.php:403
3569
+ msgid "update"
3570
+ msgstr "frissít"
3571
+
3572
+ #: wpf-includes/wpf-phrases.php:405
3573
+ msgid "view all posts"
3574
+ msgstr "az összes hozzászólás mutatása"
3575
+
3576
+ #: wpf-includes/wpf-phrases.php:406
3577
+ msgid "view all questions"
3578
+ msgstr "az összes kérdés megtekintése"
3579
+
3580
+ #: wpf-includes/wpf-phrases.php:407
3581
+ msgid "view all topics"
3582
+ msgstr "összes téma mutatása"
3583
+
3584
+ #: wpf-includes/wpf-phrases.php:409
3585
+ msgid "wpForo Navigation"
3586
+ msgstr ""
3587
+
3588
+ #: wpf-includes/wpf-phrases.php:414
3589
+ msgid "{number}B"
3590
+ msgstr ""
3591
+
3592
+ #: wpf-includes/wpf-phrases.php:415
3593
+ msgid "{number}K"
3594
+ msgstr ""
3595
+
3596
+ #: wpf-includes/wpf-phrases.php:416
3597
+ msgid "{number}M"
3598
+ msgstr ""
3599
+
3600
+ #: wpf-includes/wpf-phrases.php:417
3601
+ msgid "{number}T"
3602
+ msgstr ""
3603
+
3604
+ #: wpf-includes/wpf-phrases.php:422
3605
+ msgid "Access add error"
3606
+ msgstr ""
3607
+
3608
+ #: wpf-includes/wpf-phrases.php:423
3609
+ msgid "Access delete error"
3610
+ msgstr ""
3611
+
3612
+ #: wpf-includes/wpf-phrases.php:424
3613
+ msgid "Access edit error"
3614
+ msgstr ""
3615
+
3616
+ #: wpf-includes/wpf-phrases.php:425
3617
+ msgid "Access successfully deleted"
3618
+ msgstr ""
3619
+
3620
+ #: wpf-includes/wpf-phrases.php:426
3621
+ msgid "Add Topic error: No forum selected"
3622
+ msgstr ""
3623
+
3624
+ #: wpf-includes/wpf-phrases.php:427
3625
+ msgid "All Checked topics successfully deleted"
3626
+ msgstr ""
3627
+
3628
+ #: wpf-includes/wpf-phrases.php:428
3629
+ msgid "Can't add forum"
3630
+ msgstr ""
3631
+
3632
+ #: wpf-includes/wpf-phrases.php:429
3633
+ msgid "Can't add new language"
3634
+ msgstr ""
3635
+
3636
+ #: wpf-includes/wpf-phrases.php:430
3637
+ msgid "Can't delete this Usergroup"
3638
+ msgstr ""
3639
+
3640
+ #: wpf-includes/wpf-phrases.php:431
3641
+ msgid "Can't send confirmation email"
3642
+ msgstr "Nem tudtam megerősítő emailt küldeni"
3643
+
3644
+ #: wpf-includes/wpf-phrases.php:432
3645
+ msgid "Can't send report email"
3646
+ msgstr "Nem történt meg a jelentés küldése"
3647
+
3648
+ #: wpf-includes/wpf-phrases.php:433
3649
+ msgid "Can't subscribe to this item"
3650
+ msgstr "Erre nem tudsz feliratkozni"
3651
+
3652
+ #: wpf-includes/wpf-phrases.php:434
3653
+ msgid "Can't write a post: This topic is closed"
3654
+ msgstr "Nem tudsz hozzászólni, mert a témát le lett zárva"
3655
+
3656
+ #: wpf-includes/wpf-phrases.php:435
3657
+ msgid "Can`t upload file"
3658
+ msgstr "Nem tudtam feltölteni a fájlt"
3659
+
3660
+ #: wpf-includes/wpf-phrases.php:436
3661
+ msgid "Cannot update forum hierarchy"
3662
+ msgstr ""
3663
+
3664
+ #: wpf-includes/wpf-phrases.php:437
3665
+ msgid "Cannot update post data"
3666
+ msgstr ""
3667
+
3668
+ #: wpf-includes/wpf-phrases.php:438
3669
+ msgid "Could not be unsubscribe from this item"
3670
+ msgstr "Nem lehetett leiratkozni erről az elemről"
3671
+
3672
+ #: wpf-includes/wpf-phrases.php:439
3673
+ msgid "Email address exists. Please insert another."
3674
+ msgstr "Az email cím már létezik. Kérlek válassz másikat."
3675
+
3676
+ #: wpf-includes/wpf-phrases.php:440
3677
+ msgid "Error: Forum is not found"
3678
+ msgstr ""
3679
+
3680
+ #: wpf-includes/wpf-phrases.php:441
3681
+ msgid "Error: No topic selected"
3682
+ msgstr "Hiba: Nincs kiválasztva téma"
3683
+
3684
+ #: wpf-includes/wpf-phrases.php:442
3685
+ msgid "Error: Topic is not found"
3686
+ msgstr "Hiba: A téma nem található"
3687
+
3688
+ #: wpf-includes/wpf-phrases.php:443
3689
+ msgid "Error: please insert some text to report."
3690
+ msgstr "Hiba: írj valamit a a jelentés elküldéséhez"
3691
+
3692
+ #: wpf-includes/wpf-phrases.php:444
3693
+ msgid "Features successfully updated"
3694
+ msgstr ""
3695
+
3696
+ #: wpf-includes/wpf-phrases.php:445
3697
+ msgid "Features successfully updated, but previous value not changed"
3698
+ msgstr ""
3699
+
3700
+ #: wpf-includes/wpf-phrases.php:446
3701
+ msgid "File type is not allowed"
3702
+ msgstr "Nem megengedett fájl típus"
3703
+
3704
+ #: wpf-includes/wpf-phrases.php:447
3705
+ msgid "Forum Base URL successfully updated"
3706
+ msgstr ""
3707
+
3708
+ #: wpf-includes/wpf-phrases.php:448
3709
+ msgid "Forum deleting error"
3710
+ msgstr ""
3711
+
3712
+ #: wpf-includes/wpf-phrases.php:449
3713
+ msgid "Forum hierarchy successfully updated"
3714
+ msgstr ""
3715
+
3716
+ #: wpf-includes/wpf-phrases.php:450
3717
+ msgid "Forum is successfully merged"
3718
+ msgstr ""
3719
+
3720
+ #: wpf-includes/wpf-phrases.php:451
3721
+ msgid "Forum merging error"
3722
+ msgstr ""
3723
+
3724
+ #: wpf-includes/wpf-phrases.php:452
3725
+ msgid "Forum options successfully updated"
3726
+ msgstr ""
3727
+
3728
+ #: wpf-includes/wpf-phrases.php:453
3729
+ msgid "Forum options successfully updated, but previous value not changed"
3730
+ msgstr ""
3731
+
3732
+ #: wpf-includes/wpf-phrases.php:454
3733
+ msgid "Forum successfully updated"
3734
+ msgstr ""
3735
+
3736
+ #: wpf-includes/wpf-phrases.php:455
3737
+ msgid "Forum update error"
3738
+ msgstr ""
3739
+
3740
+ #: wpf-includes/wpf-phrases.php:456
3741
+ msgid "General options successfully updated"
3742
+ msgstr ""
3743
+
3744
+ #: wpf-includes/wpf-phrases.php:457
3745
+ msgid "Illegal character in username."
3746
+ msgstr "Nem megengedett karakterek vannak a felhasználói névben."
3747
+
3748
+ #: wpf-includes/wpf-phrases.php:458
3749
+ msgid "Insert your Email address."
3750
+ msgstr "Add meg az email címedet."
3751
+
3752
+ #: wpf-includes/wpf-phrases.php:459
3753
+ msgid "Invalid Email address"
3754
+ msgstr "Érvénytelen email cím"
3755
+
3756
+ #: wpf-includes/wpf-phrases.php:460
3757
+ msgid "Invalid request!"
3758
+ msgstr "Érvénytelen kérés!"
3759
+
3760
+ #: wpf-includes/wpf-phrases.php:461
3761
+ msgid "Member options successfully updated"
3762
+ msgstr "A tag adatai sikeresen frissültek"
3763
+
3764
+ #: wpf-includes/wpf-phrases.php:462
3765
+ msgid "Member options successfully updated, but previous value not changed"
3766
+ msgstr ""
3767
+
3768
+ #: wpf-includes/wpf-phrases.php:463
3769
+ msgid "Message has been sent"
3770
+ msgstr "Az üzenet el lett küldve"
3771
+
3772
+ #: wpf-includes/wpf-phrases.php:464
3773
+ msgid ""
3774
+ "New language successfully added and changed wpforo language to new language"
3775
+ msgstr ""
3776
+
3777
+ #: wpf-includes/wpf-phrases.php:465
3778
+ msgid "No Posts found for update"
3779
+ msgstr ""
3780
+
3781
+ #: wpf-includes/wpf-phrases.php:466
3782
+ msgid "Password length must be between 6 characters and 20 characters."
3783
+ msgstr "A jelszónak minim 6, maxium 20 karakterből kell állnia."
3784
+
3785
+ #: wpf-includes/wpf-phrases.php:467
3786
+ msgid "Password mismatch."
3787
+ msgstr "Hibás jelszó."
3788
+
3789
+ #: wpf-includes/wpf-phrases.php:468
3790
+ msgid "Permission denied"
3791
+ msgstr "Hozzáférés megtagadva"
3792
+
3793
+ #: wpf-includes/wpf-phrases.php:469
3794
+ msgid "Permission denied for add forum"
3795
+ msgstr "Erre nincs engedélyed"
3796
+
3797
+ #: wpf-includes/wpf-phrases.php:470
3798
+ msgid "Permission denied for delete forum"
3799
+ msgstr "A fórum törlésére nincs engedélyed"
3800
+
3801
+ #: wpf-includes/wpf-phrases.php:471
3802
+ msgid "Permission denied for edit forum"
3803
+ msgstr "A fórum szerkesztésére nincs engedélyed"
3804
+
3805
+ #: wpf-includes/wpf-phrases.php:472
3806
+ msgid "Permission denied for this action"
3807
+ msgstr "Erre a műveletre nincs engedélyed"
3808
+
3809
+ #: wpf-includes/wpf-phrases.php:473
3810
+ msgid "Phrase add error"
3811
+ msgstr ""
3812
+
3813
+ #: wpf-includes/wpf-phrases.php:474
3814
+ msgid "Phrase adding error"
3815
+ msgstr ""
3816
+
3817
+ #: wpf-includes/wpf-phrases.php:475
3818
+ msgid "Phrase successfully added"
3819
+ msgstr ""
3820
+
3821
+ #: wpf-includes/wpf-phrases.php:476
3822
+ msgid "Phrase successfully updates"
3823
+ msgstr ""
3824
+
3825
+ #: wpf-includes/wpf-phrases.php:477
3826
+ msgid "Phrase update error"
3827
+ msgstr ""
3828
+
3829
+ #: wpf-includes/wpf-phrases.php:478
3830
+ msgid "Please insert required fields!"
3831
+ msgstr ""
3832
+
3833
+ #: wpf-includes/wpf-phrases.php:479
3834
+ msgid "Post delete error"
3835
+ msgstr "Hiba a hozzászólás törlésénél"
3836
+
3837
+ #: wpf-includes/wpf-phrases.php:481
3838
+ msgid "Post options successfully updated"
3839
+ msgstr "A hosszászólás beállításai sikeresen frissültek"
3840
+
3841
+ #: wpf-includes/wpf-phrases.php:482
3842
+ msgid "Post options successfully updated, but previous value not changed"
3843
+ msgstr ""
3844
+
3845
+ #: wpf-includes/wpf-phrases.php:483
3846
+ msgid "Registration Error"
3847
+ msgstr "Hibás regisztráció"
3848
+
3849
+ #: wpf-includes/wpf-phrases.php:484
3850
+ msgid "Reply request error"
3851
+ msgstr ""
3852
+
3853
+ #: wpf-includes/wpf-phrases.php:485
3854
+ msgid "Something wrong with profile data."
3855
+ msgstr "Valami hiba van a profil adataival"
3856
+
3857
+ #: wpf-includes/wpf-phrases.php:486
3858
+ msgid "Subscribe options successfully updated"
3859
+ msgstr "Feliratkozási opciók frissítve lettek"
3860
+
3861
+ #: wpf-includes/wpf-phrases.php:487
3862
+ msgid "Subscribe options successfully updated, but previous value not changed"
3863
+ msgstr ""
3864
+
3865
+ #: wpf-includes/wpf-phrases.php:488
3866
+ msgid "Success! Thank you Dear Friend"
3867
+ msgstr ""
3868
+
3869
+ #: wpf-includes/wpf-phrases.php:489
3870
+ msgid ""
3871
+ "Success! Thank you. Please check your email and click confirmation link "
3872
+ "below to complete this step."
3873
+ msgstr ""
3874
+ "Siker! Kérjük, ellenőrizze az email címét és kattintson a megerősítési "
3875
+ "linkre a lépés befejezéséhez."
3876
+
3877
+ #: wpf-includes/wpf-phrases.php:490
3878
+ msgid "Successfully updated"
3879
+ msgstr "Sikeresen frissítve"
3880
+
3881
+ #: wpf-includes/wpf-phrases.php:491
3882
+ msgid "Successfully voted"
3883
+ msgstr "Sikeres szavazás"
3884
+
3885
+ #: wpf-includes/wpf-phrases.php:492
3886
+ msgid "The uploaded file size is too big"
3887
+ msgstr "A feltöltött fájl túl nagy méretű"
3888
+
3889
+ #: wpf-includes/wpf-phrases.php:493
3890
+ msgid "Theme options successfully updated"
3891
+ msgstr ""
3892
+
3893
+ #: wpf-includes/wpf-phrases.php:494
3894
+ msgid "This email address is already registered. Please insert another."
3895
+ msgstr ""
3896
+
3897
+ #: wpf-includes/wpf-phrases.php:495
3898
+ msgid "This post successfully deleted"
3899
+ msgstr "Hosszászólásod töröltük"
3900
+
3901
+ #: wpf-includes/wpf-phrases.php:496
3902
+ msgid "This post successfully edited"
3903
+ msgstr "A hozzászólás szerkesztése megtörént"
3904
+
3905
+ #: wpf-includes/wpf-phrases.php:497
3906
+ msgid "This topic successfully deleted"
3907
+ msgstr "A téma sikeresen törölve lett"
3908
+
3909
+ #: wpf-includes/wpf-phrases.php:498
3910
+ msgid "Topic Move Error"
3911
+ msgstr ""
3912
+
3913
+ #: wpf-includes/wpf-phrases.php:499
3914
+ msgid "Topic add error"
3915
+ msgstr ""
3916
+
3917
+ #: wpf-includes/wpf-phrases.php:500
3918
+ msgid "Topic delete error"
3919
+ msgstr ""
3920
+
3921
+ #: wpf-includes/wpf-phrases.php:501
3922
+ msgid "Topic edit error"
3923
+ msgstr ""
3924
+
3925
+ #: wpf-includes/wpf-phrases.php:502
3926
+ msgid "Topic not found."
3927
+ msgstr ""
3928
+
3929
+ #: wpf-includes/wpf-phrases.php:503
3930
+ msgid "Topic successfully moved"
3931
+ msgstr ""
3932
+
3933
+ #: wpf-includes/wpf-phrases.php:504
3934
+ msgid "Topic successfully updated"
3935
+ msgstr ""
3936
+
3937
+ #: wpf-includes/wpf-phrases.php:505
3938
+ msgid "Topics delete error"
3939
+ msgstr ""
3940
+
3941
+ #: wpf-includes/wpf-phrases.php:506
3942
+ msgid "User delete error"
3943
+ msgstr ""
3944
+
3945
+ #: wpf-includes/wpf-phrases.php:507
3946
+ msgid "User group add error"
3947
+ msgstr ""
3948
+
3949
+ #: wpf-includes/wpf-phrases.php:508
3950
+ msgid "User group edit error"
3951
+ msgstr ""
3952
+
3953
+ #: wpf-includes/wpf-phrases.php:509
3954
+ msgid "User group successfully added"
3955
+ msgstr ""
3956
+
3957
+ #: wpf-includes/wpf-phrases.php:510
3958
+ msgid "User group successfully edited"
3959
+ msgstr ""
3960
+
3961
+ #: wpf-includes/wpf-phrases.php:511
3962
+ msgid "User successfully deleted from wpforo"
3963
+ msgstr ""
3964
+
3965
+ #: wpf-includes/wpf-phrases.php:512
3966
+ msgid "Username exists. Please insert another."
3967
+ msgstr "A felhasználói név már létezik. Válassz egy másikat."
3968
+
3969
+ #: wpf-includes/wpf-phrases.php:513
3970
+ msgid "Username is missed."
3971
+ msgstr "A felhasználói név hiányzik"
3972
+
3973
+ #: wpf-includes/wpf-phrases.php:514
3974
+ msgid "Username length must be between 3 characters and 30 characters."
3975
+ msgstr "A felhasználói név hossza minim 3 maximum 30 karakter legyen."
3976
+
3977
+ #: wpf-includes/wpf-phrases.php:515
3978
+ msgid "Welcome to our Community!"
3979
+ msgstr "Üdvözlünk a fórumunkban!"
3980
+
3981
+ #: wpf-includes/wpf-phrases.php:516
3982
+ msgid "Wrong post data"
3983
+ msgstr ""
3984
+
3985
+ #: wpf-includes/wpf-phrases.php:517
3986
+ msgid "You are already voted this post"
3987
+ msgstr "Te már szavaztál"
3988
+
3989
+ #: wpf-includes/wpf-phrases.php:518
3990
+ msgid "You have been successfully subscribed"
3991
+ msgstr "Sikeresen feliratkoztál"
3992
+
3993
+ #: wpf-includes/wpf-phrases.php:519
3994
+ msgid "You have been successfully unsubscribed"
3995
+ msgstr "Sikeresen leiratkoztál"
3996
+
3997
+ #: wpf-includes/wpf-phrases.php:520
3998
+ msgid "You have no permission to edit this topic"
3999
+ msgstr "Nincs jogosultságot ezt a témát szerkeszteni"
4000
+
4001
+ #: wpf-includes/wpf-phrases.php:521
4002
+ msgid "You don't have permission to create post in this forum"
4003
+ msgstr "Nincs jogosultságod hozzászólni ezen a fórumon"
4004
+
4005
+ #: wpf-includes/wpf-phrases.php:522
4006
+ msgid "You don't have permission to create topic into this forum"
4007
+ msgstr "Nincs jogosultságod témát létrehozni"
4008
+
4009
+ #: wpf-includes/wpf-phrases.php:523
4010
+ msgid "You don't have permission to delete post from this forum"
4011
+ msgstr "Nincs jogosultságod a hozzászólás törlésére"
4012
+
4013
+ #: wpf-includes/wpf-phrases.php:524
4014
+ msgid "You don't have permission to delete topic from this forum"
4015
+ msgstr "Nincs jogosultságod témát törölni"
4016
+
4017
+ #: wpf-includes/wpf-phrases.php:525
4018
+ msgid "You don't have permission to edit post from this forum"
4019
+ msgstr "Nincs jogosultságod a hozzászólást szerkeszteni"
4020
+
4021
+ #: wpf-includes/wpf-phrases.php:526
4022
+ msgid "You successfully replied"
4023
+ msgstr "Válaszod sikeresen el lett küldve"
4024
+
4025
+ #: wpf-includes/wpf-phrases.php:527
4026
+ msgid "Your forum successfully added"
4027
+ msgstr ""
4028
+
4029
+ #: wpf-includes/wpf-phrases.php:528
4030
+ msgid "Your forum successfully deleted"
4031
+ msgstr ""
4032
+
4033
+ #: wpf-includes/wpf-phrases.php:529
4034
+ msgid "Your profile data have been successfully updated."
4035
+ msgstr "A profil adatokat sikeresen frissítettük."
4036
+
4037
+ #: wpf-includes/wpf-phrases.php:530
4038
+ msgid "Your subscription for this item could not be confirmed"
4039
+ msgstr ""
4040
+
4041
+ #: wpf-includes/wpf-phrases.php:531
4042
+ msgid "Your topic successfully added"
4043
+ msgstr ""
4044
+
4045
+ #: wpf-includes/wpf-phrases.php:533
4046
+ msgid "Dashboard - Can create forum"
4047
+ msgstr ""
4048
+
4049
+ #: wpf-includes/wpf-phrases.php:534
4050
+ msgid "Dashboard - Can edit forum"
4051
+ msgstr ""
4052
+
4053
+ #: wpf-includes/wpf-phrases.php:535
4054
+ msgid "Dashboard - Can delete forum"
4055
+ msgstr ""
4056
+
4057
+ #: wpf-includes/wpf-phrases.php:536
4058
+ msgid "Dashboard - Members Menu"
4059
+ msgstr ""
4060
+
4061
+ #: wpf-includes/wpf-phrases.php:537
4062
+ msgid "Dashboard - Can edit member"
4063
+ msgstr ""
4064
+
4065
+ #: wpf-includes/wpf-phrases.php:538
4066
+ msgid "Dashboard - Can delete member"
4067
+ msgstr ""
4068
+
4069
+ #: wpf-includes/wpf-phrases.php:539
4070
+ msgid "Dashboard - Usergroup Menu"
4071
+ msgstr ""
4072
+
4073
+ #: wpf-includes/wpf-phrases.php:540
4074
+ msgid "Front - Can view members"
4075
+ msgstr ""
4076
+
4077
+ #: wpf-includes/wpf-phrases.php:541
4078
+ msgid "Front - Can view profiles"
4079
+ msgstr ""
4080
+
4081
+ #: wpf-includes/wpf-phrases.php:542
4082
+ msgid "Front - Can upload avatar"
4083
+ msgstr ""
4084
+
4085
+ #: wpf-includes/wpf-phrases.php:543
4086
+ msgid "Front - Can have signature"
4087
+ msgstr ""
4088
+
4089
+ #: wpf-includes/wpf-phrases.php:544
4090
+ msgid "Front - Can view avatars"
4091
+ msgstr ""
4092
+
4093
+ #: wpf-includes/wpf-phrases.php:545
4094
+ msgid "Front - Can view member username"
4095
+ msgstr ""
4096
+
4097
+ #: wpf-includes/wpf-phrases.php:546
4098
+ msgid "Front - Can view member email"
4099
+ msgstr ""
4100
+
4101
+ #: wpf-includes/wpf-phrases.php:547
4102
+ msgid "Front - Can view member title"
4103
+ msgstr ""
4104
+
4105
+ #: wpf-includes/wpf-phrases.php:548
4106
+ msgid "Front - Can view member custom title"
4107
+ msgstr ""
4108
+
4109
+ #: wpf-includes/wpf-phrases.php:549
4110
+ msgid "Front - Can view member reputation"
4111
+ msgstr ""
4112
+
4113
+ #: wpf-includes/wpf-phrases.php:550
4114
+ msgid "Front - Can view member website"
4115
+ msgstr ""
4116
+
4117
+ #: wpf-includes/wpf-phrases.php:551
4118
+ msgid "Front - Can view member social networks"
4119
+ msgstr ""
4120
+
4121
+ #: wpf-includes/wpf-phrases.php:552
4122
+ msgid "Front - Can view member reg. date"
4123
+ msgstr ""
4124
+
4125
+ #: wpf-includes/wpf-phrases.php:553
4126
+ msgid "Front - Can view member last active date"
4127
+ msgstr ""
4128
+
4129
+ #: wpf-includes/wpf-phrases.php:554
4130
+ msgid "Front - Can view member IP address"
4131
+ msgstr ""
4132
+
4133
+ #: wpf-includes/wpf-phrases.php:555
4134
+ msgid "Front - Can view member location"
4135
+ msgstr ""
4136
+
4137
+ #: wpf-includes/wpf-phrases.php:556
4138
+ msgid "Front - Can view member occupation"
4139
+ msgstr ""
4140
+
4141
+ #: wpf-includes/wpf-phrases.php:557
4142
+ msgid "Front - Can view member signature"
4143
+ msgstr ""
4144
+
4145
+ #: wpf-includes/wpf-phrases.php:558
4146
+ msgid "Front - Can view member about me"
4147
+ msgstr ""
4148
+
4149
+ #: wpf-includes/wpf-phrases.php:559
4150
+ msgid "Front - Can view member phone number"
4151
+ msgstr ""
4152
+
4153
+ #: wpf-includes/wpf-phrases.php:560
4154
+ msgid "Front - Can write PM"
4155
+ msgstr ""
4156
+
4157
+ #: wpf-includes/wpf-phrases.php:561
4158
+ msgid "Can view forum"
4159
+ msgstr ""
4160
+
4161
+ #: wpf-includes/wpf-phrases.php:562
4162
+ msgid "Can create topic"
4163
+ msgstr ""
4164
+
4165
+ #: wpf-includes/wpf-phrases.php:563
4166
+ msgid "Can view topic"
4167
+ msgstr ""
4168
+
4169
+ #: wpf-includes/wpf-phrases.php:564
4170
+ msgid "Can edit topic"
4171
+ msgstr ""
4172
+
4173
+ #: wpf-includes/wpf-phrases.php:565
4174
+ msgid "Can delete topic"
4175
+ msgstr ""
4176
+
4177
+ #: wpf-includes/wpf-phrases.php:566
4178
+ msgid "Can post reply"
4179
+ msgstr ""
4180
+
4181
+ #: wpf-includes/wpf-phrases.php:567
4182
+ msgid "Can view replies"
4183
+ msgstr ""
4184
+
4185
+ #: wpf-includes/wpf-phrases.php:568
4186
+ msgid "Can edit replies"
4187
+ msgstr ""
4188
+
4189
+ #: wpf-includes/wpf-phrases.php:569
4190
+ msgid "Can delete replies"
4191
+ msgstr ""
4192
+
4193
+ #: wpf-includes/wpf-phrases.php:570
4194
+ msgid "Can edit own topic"
4195
+ msgstr ""
4196
+
4197
+ #: wpf-includes/wpf-phrases.php:571
4198
+ msgid "Can edit own replay"
4199
+ msgstr ""
4200
+
4201
+ #: wpf-includes/wpf-phrases.php:572
4202
+ msgid "Can delete own topic"
4203
+ msgstr ""
4204
+
4205
+ #: wpf-includes/wpf-phrases.php:573
4206
+ msgid "Can delete own reply"
4207
+ msgstr ""
4208
+
4209
+ #: wpf-includes/wpf-phrases.php:574
4210
+ msgid "Can like"
4211
+ msgstr ""
4212
+
4213
+ #: wpf-includes/wpf-phrases.php:575
4214
+ msgid "Can report"
4215
+ msgstr ""
4216
+
4217
+ #: wpf-includes/wpf-phrases.php:576
4218
+ msgid "Can set topic sticky"
4219
+ msgstr ""
4220
+
4221
+ #: wpf-includes/wpf-phrases.php:577
4222
+ msgid "Can set topic private"
4223
+ msgstr ""
4224
+
4225
+ #: wpf-includes/wpf-phrases.php:578
4226
+ msgid "Can vote"
4227
+ msgstr ""
4228
+
4229
+ #: wpf-includes/wpf-phrases.php:579
4230
+ msgid "Can attach file"
4231
+ msgstr ""
4232
+
4233
+ #: wpf-includes/wpf-phrases.php:580
4234
+ msgid "Can set topic answered"
4235
+ msgstr ""
4236
+
4237
+ #: wpf-includes/wpf-phrases.php:581
4238
+ msgid "Can set own topic answered"
4239
+ msgstr ""
4240
+
4241
+ #: wpf-includes/wpf-phrases.php:582
4242
+ msgid "Can close topic"
4243
+ msgstr ""
4244
+
4245
+ #: wpf-includes/wpf-phrases.php:583
4246
+ msgid "Can move topic"
4247
+ msgstr ""
4248
+
4249
+ #: wpf-includes/wpf-phrases.php:584
4250
+ msgid "Can view attached files"
4251
+ msgstr ""
4252
+
4253
+ #: wpf-includes/wpf-phrases.php:585
4254
+ msgid "Can approve/unapprove content"
4255
+ msgstr ""
4256
+
4257
+ #: wpf-includes/wpf-phrases.php:586
4258
+ msgid "Can create poll"
4259
+ msgstr ""
4260
+
4261
+ #: wpf-includes/wpf-phrases.php:587
4262
+ msgid "Can vote poll"
4263
+ msgstr ""
4264
+
4265
+ #: wpf-includes/wpf-phrases.php:588
4266
+ msgid "Can view poll result"
4267
+ msgstr ""
4268
+
4269
+ #: wpf-includes/wpf-phrases.php:589
4270
+ msgid "like"
4271
+ msgstr "tetszik"
4272
+
4273
+ #: wpf-includes/wpf-phrases.php:590
4274
+ msgid "unlike"
4275
+ msgstr "nem tetszik"
4276
+
4277
+ #: wpf-includes/wpf-phrases.php:591
4278
+ msgid "sticky"
4279
+ msgstr "kiemelet"
4280
+
4281
+ #: wpf-includes/wpf-phrases.php:592
4282
+ msgid "unsticky"
4283
+ msgstr "kiemeletlen"
4284
+
4285
+ #: wpf-includes/wpf-phrases.php:593
4286
+ msgid "close"
4287
+ msgstr "zárt"
4288
+
4289
+ #: wpf-includes/wpf-phrases.php:594
4290
+ msgid "open"
4291
+ msgstr "nyitott"
4292
+
4293
+ #: wpf-includes/wpf-phrases.php:595
4294
+ msgid "Topic Icons"
4295
+ msgstr "Téma jelölései"
4296
+
4297
+ #: wpf-includes/wpf-phrases.php:596
4298
+ msgid "New"
4299
+ msgstr "Új"
4300
+
4301
+ #: wpf-includes/wpf-phrases.php:597
4302
+ msgid "Replied"
4303
+ msgstr "Megválaszolt"
4304
+
4305
+ #: wpf-includes/wpf-phrases.php:599
4306
+ msgid "Hot"
4307
+ msgstr "Felkapott"
4308
+
4309
+ #: wpf-includes/wpf-phrases.php:600
4310
+ msgid "Solved"
4311
+ msgstr "Megoldott"
4312
+
4313
+ #: wpf-includes/wpf-phrases.php:601
4314
+ msgid "Unsolved"
4315
+ msgstr "Megoldatlan"
4316
+
4317
+ #: wpf-includes/wpf-phrases.php:609
4318
+ msgid "Can set topic solved"
4319
+ msgstr ""
4320
+
4321
+ #: wpf-includes/wpf-phrases.php:610
4322
+ msgid "Can set own topic solved"
4323
+ msgstr ""
4324
+
4325
+ #: wpf-includes/wpf-phrases.php:611
4326
+ msgid "Old password is wrong"
4327
+ msgstr "A régi jelszó nem megfelelő"
4328
+
4329
+ #: wpf-includes/wpf-phrases.php:612
4330
+ msgid "New Passwords do not match"
4331
+ msgstr "Az új jelszó nem megfelelő"
4332
+
4333
+ #: wpf-includes/wpf-phrases.php:616
4334
+ msgid ""
4335
+ "This process may take a few seconds or dozens of minutes, it depends on "
4336
+ "database forum size and on server resources. Please be patient and don't "
4337
+ "close this page. If you got 500 Server Error please don't worry, the data "
4338
+ "updating process is still working in MySQL server."
4339
+ msgstr ""
4340
+
4341
+ #: wpf-includes/wpf-phrases.php:620
4342
+ msgid "Updated Successfully!"
4343
+ msgstr ""
4344
+
4345
+ #: wpf-includes/wpf-phrases.php:621
4346
+ msgid "Deleted Successfully!"
4347
+ msgstr ""
4348
+
4349
+ #: wpf-includes/wpf-phrases.php:622
4350
+ msgid "Closed"
4351
+ msgstr "Lezárt"
4352
+
4353
+ #: wpf-includes/wpf-phrases.php:623
4354
+ msgid "Forum Members List"
4355
+ msgstr "Fórum tagjainak listája"
4356
+
4357
+ #: wpf-includes/wpf-phrases.php:624
4358
+ msgid "are you sure you want to delete?"
4359
+ msgstr "Biztosan törölni szertenéd?"
4360
+
4361
+ #: wpf-includes/wpf-phrases.php:626
4362
+ msgid "Moderator"
4363
+ msgstr "Moderátor"
4364
+
4365
+ #: wpf-includes/wpf-phrases.php:628
4366
+ msgid "Customer"
4367
+ msgstr "Vásárló"
4368
+
4369
+ #: wpf-includes/wpf-phrases.php:629
4370
+ msgid "No access"
4371
+ msgstr "Nincs hozzáférés"
4372
+
4373
+ #: wpf-includes/wpf-phrases.php:630
4374
+ msgid "Read only access"
4375
+ msgstr "Csak olvasás"
4376
+
4377
+ #: wpf-includes/wpf-phrases.php:631
4378
+ msgid "Standard access"
4379
+ msgstr ""
4380
+
4381
+ #: wpf-includes/wpf-phrases.php:632
4382
+ msgid "Moderator access"
4383
+ msgstr ""
4384
+
4385
+ #: wpf-includes/wpf-phrases.php:633
4386
+ msgid "Full access"
4387
+ msgstr ""
4388
+
4389
+ #: wpf-includes/wpf-phrases.php:636
4390
+ msgid "Incorrect file format. Allowed formats: jpeg, jpg, png, gif."
4391
+ msgstr ""
4392
+ "Ez a kiterjesztés nem engedélyezett. Engedélyezett formátumok: jpeg, jpg, "
4393
+ "png, gif."
4394
+
4395
+ #: wpf-includes/wpf-phrases.php:643
4396
+ msgid "Attachment removed"
4397
+ msgstr "Csatolmány eltávolítva"
4398
+
4399
+ #: wpf-includes/wpf-phrases.php:644
4400
+ msgid "Forum Posts"
4401
+ msgstr "Fórum bejegyzések"
4402
+
4403
+ #: wpf-includes/wpf-phrases.php:645
4404
+ msgid "Blog Posts"
4405
+ msgstr "Blog bejegyzések"
4406
+
4407
+ #: wpf-includes/wpf-phrases.php:646
4408
+ msgid "Blog Comments"
4409
+ msgstr "Blog hozzászólások"
4410
+
4411
+ #: wpf-includes/wpf-phrases.php:647
4412
+ #, php-format
4413
+ msgid "Welcome back %s!"
4414
+ msgstr "Isten hozott újra %s!"
4415
+
4416
+ #: wpf-includes/wpf-phrases.php:648
4417
+ msgid "Member Profile"
4418
+ msgstr "Tag profilja"
4419
+
4420
+ #: wpf-includes/wpf-phrases.php:649
4421
+ msgid "Member"
4422
+ msgstr "Teg"
4423
+
4424
+ #: wpf-includes/wpf-phrases.php:650
4425
+ msgid "You do not have permission to view this page"
4426
+ msgstr "Nincs engedélyed az oldal megtekintéséhez"
4427
+
4428
+ #: wpf-includes/wpf-phrases.php:652
4429
+ msgid ""
4430
+ "This option will disable WordPress on front-end. Only forum pages will be "
4431
+ "available. wpForo will look like as a stand-alone forum."
4432
+ msgstr ""
4433
+
4434
+ #: wpf-includes/wpf-phrases.php:655
4435
+ msgid "Can set own topic private"
4436
+ msgstr ""
4437
+
4438
+ #: wpf-includes/wpf-phrases.php:656
4439
+ msgid "Can view private topic"
4440
+ msgstr "Megnézheted a privát hozzászólásokat"
4441
+
4442
+ #: wpf-includes/wpf-phrases.php:657
4443
+ msgid "private"
4444
+ msgstr "magán"
4445
+
4446
+ #: wpf-includes/wpf-phrases.php:658
4447
+ msgid "public"
4448
+ msgstr "nyilvános"
4449
+
4450
+ #: wpf-includes/wpf-phrases.php:659
4451
+ msgid "Private Topic"
4452
+ msgstr "Magán Téma"
4453
+
4454
+ #: wpf-includes/wpf-phrases.php:660
4455
+ msgid "Only Admins and Moderators can see your private topics."
4456
+ msgstr "Csak az adminok és a moderátorok láthatják ezt a privát témát"
4457
+
4458
+ #: wpf-includes/wpf-phrases.php:661
4459
+ msgid "Forum ID is not detected"
4460
+ msgstr ""
4461
+
4462
+ #: wpf-includes/wpf-phrases.php:662
4463
+ msgid "You are not permitted to subscribe here"
4464
+ msgstr "Nincs jogosultságod ide éretsítést kérni"
4465
+
4466
+ #: wpf-includes/wpf-phrases.php:663
4467
+ msgid "Subscribe to this topic"
4468
+ msgstr "Értesítés bekapcsolása"
4469
+
4470
+ #: wpf-includes/wpf-phrases.php:666
4471
+ msgid "Awaiting moderation"
4472
+ msgstr "Moderálásra/elfogadásra vár"
4473
+
4474
+ #: wpf-includes/wpf-phrases.php:667
4475
+ msgid "Topic first post not found."
4476
+ msgstr "A téma első hozzászólása nem található."
4477
+
4478
+ #: wpf-includes/wpf-phrases.php:668
4479
+ msgid "Topic first post data not found."
4480
+ msgstr "A téma első hozzászólása nem található."
4481
+
4482
+ #: wpf-includes/wpf-phrases.php:669
4483
+ msgid "Settings successfully updated"
4484
+ msgstr "A beállítások sikeresen frissültek"
4485
+
4486
+ #: wpf-includes/wpf-phrases.php:670
4487
+ msgid "Done!"
4488
+ msgstr "Kész!"
4489
+
4490
+ #: wpf-includes/wpf-phrases.php:671
4491
+ msgid "You are not allowed to attach this file type"
4492
+ msgstr "Ez a fájl típus csatolása nem megendegett"
4493
+
4494
+ #: wpf-includes/wpf-phrases.php:672
4495
+ msgid "Post is empty"
4496
+ msgstr "Nincs hozzászólás"
4497
+
4498
+ #: wpf-includes/wpf-phrases.php:673
4499
+ msgid "removed link"
4500
+ msgstr "eltávolított link"
4501
+
4502
+ #: wpf-includes/wpf-phrases.php:674
4503
+ msgid "Submit"
4504
+ msgstr "Elküld"
4505
+
4506
+ #: wpf-includes/wpf-phrases.php:677
4507
+ msgid "Usergroup"
4508
+ msgstr "Felhasználói csoport"
4509
+
4510
+ #: wpf-includes/wpf-phrases.php:678
4511
+ msgid "Rating Title"
4512
+ msgstr ""
4513
+
4514
+ #: wpf-includes/wpf-phrases.php:679
4515
+ msgid "User Title"
4516
+ msgstr ""
4517
+
4518
+ #: wpf-includes/wpf-phrases.php:680
4519
+ msgid "Anonymous"
4520
+ msgstr ""
4521
+
4522
+ #: wpf-includes/wpf-phrases.php:683
4523
+ msgid "approved"
4524
+ msgstr "jóváhagyott"
4525
+
4526
+ #: wpf-includes/wpf-phrases.php:684
4527
+ msgid "unapproved"
4528
+ msgstr "jóváhagyásra vár"
4529
+
4530
+ #: wpf-includes/wpf-phrases.php:687
4531
+ msgid "--- Choose ---"
4532
+ msgstr "--- Válassz ---"
4533
+
4534
+ #: wpf-includes/wpf-phrases.php:688
4535
+ msgid "Required field"
4536
+ msgstr "Kötelező mező"
4537
+
4538
+ #: wpf-includes/wpf-phrases.php:691
4539
+ msgid "Add Reply"
4540
+ msgstr "Válasz elküldése"
4541
+
4542
+ #: wpf-includes/wpf-phrases.php:692
4543
+ msgid "Forums RSS Feed"
4544
+ msgstr "Fórum RSS Feed"
4545
+
4546
+ #: wpf-includes/wpf-phrases.php:693
4547
+ msgid "Topics RSS Feed"
4548
+ msgstr "Téma RSS feed"
4549
+
4550
+ #: wpf-includes/wpf-phrases.php:694
4551
+ msgid "Find a member"
4552
+ msgstr "Felhasználó keresése"
4553
+
4554
+ #: wpf-includes/wpf-phrases.php:695
4555
+ msgid "Display Name or Nicename"
4556
+ msgstr "Felhasználó neve vagy beceneve"
4557
+
4558
+ #: wpf-includes/wpf-phrases.php:696
4559
+ msgid "Reset Search"
4560
+ msgstr "Keresés törlése"
4561
+
4562
+ #: wpf-includes/wpf-phrases.php:697
4563
+ msgid "Reset Result"
4564
+ msgstr "Eredmény törlése"
4565
+
4566
+ #: wpf-includes/wpf-phrases.php:702
4567
+ msgid "Recent Posts"
4568
+ msgstr "Utolsó hozzászólások"
4569
+
4570
+ #: wpf-includes/wpf-phrases.php:703
4571
+ msgid "No posts were found here"
4572
+ msgstr "Nem találtunk hozzászólásokat"
4573
+
4574
+ #: wpf-includes/wpf-phrases.php:706
4575
+ msgid "forum link"
4576
+ msgstr "fórum link"
4577
+
4578
+ #: wpf-includes/wpf-phrases.php:707
4579
+ msgid "in forum"
4580
+ msgstr "fórumban"
4581
+
4582
+ #: wpf-includes/wpf-phrases.php:708
4583
+ msgid ""
4584
+ "You can mention a person using @nicename in post content to send that person "
4585
+ "an email message. When you post a topic or reply, forum sends an email "
4586
+ "message to the user letting them know that they have been mentioned on the "
4587
+ "post."
4588
+ msgstr ""
4589
+
4590
+ #: wpf-includes/wpf-phrases.php:711
4591
+ msgid "You are not allowed to edit this post"
4592
+ msgstr "Nem szerkesztheted ezt a hozzászólást"
4593
+
4594
+ #: wpf-includes/wpf-phrases.php:712
4595
+ msgid "Google reCAPTCHA verification failed"
4596
+ msgstr "A reCAPTCHA ellenőrzése sikertelen"
4597
+
4598
+ #: wpf-includes/wpf-phrases.php:713
4599
+ msgid "ERROR: Can't connect to Google reCAPTCHA API"
4600
+ msgstr "HIBA: Nem tudok a Google reCAPTCHA -APi-hoz csatlakozni"
4601
+
4602
+ #: wpf-includes/wpf-phrases.php:714
4603
+ msgid "Welcome!"
4604
+ msgstr "Isten hozott!"
4605
+
4606
+ #: wpf-includes/wpf-phrases.php:715
4607
+ msgid "Join us today!"
4608
+ msgstr "Csatlakozz még ma!"
4609
+
4610
+ #: wpf-includes/wpf-phrases.php:716
4611
+ msgid ""
4612
+ "Enter your email address or username and we'll send you a link you can use "
4613
+ "to pick a new password."
4614
+ msgstr ""
4615
+ "Add meg az emal címedet vagy felhasználói nevedet, és kiküldünk egy linket "
4616
+ "levélben, ahol új jelszót adhatsz meg."
4617
+
4618
+ #: wpf-includes/wpf-phrases.php:717
4619
+ msgid "Please Insert Your Email or Username"
4620
+ msgstr "Kérlek add meg az email címed vagy felhasználói neved"
4621
+
4622
+ #: wpf-includes/wpf-phrases.php:718
4623
+ msgid "Reset Password"
4624
+ msgstr "Jelszó beállítása"
4625
+
4626
+ #: wpf-includes/wpf-phrases.php:719
4627
+ msgid "Forgot Your Password?"
4628
+ msgstr "Elfelejtett jelszó?"
4629
+
4630
+ #: wpf-includes/wpf-phrases.php:722
4631
+ #, php-format
4632
+ msgid "%s created a new topic %s"
4633
+ msgstr "%s létrehozott egy új témát %s"
4634
+
4635
+ #: wpf-includes/wpf-phrases.php:723
4636
+ #, php-format
4637
+ msgid "%s replied to the topic %s"
4638
+ msgstr "%s válaszolt a témára %s"
4639
+
4640
+ #: wpf-includes/wpf-phrases.php:724
4641
+ #, php-format
4642
+ msgid "%s liked forum post %s"
4643
+ msgstr "%s kedvelt fórum hozzászólás %s"
4644
+
4645
+ #: wpf-includes/wpf-phrases.php:725
4646
+ msgid "Read more"
4647
+ msgstr "Tovább olvasom"
4648
+
4649
+ #: wpf-includes/wpf-phrases.php:726
4650
+ msgid "Forum topic"
4651
+ msgstr "Fórum statisztikák"
4652
+
4653
+ #: wpf-includes/wpf-phrases.php:727
4654
+ msgid "Forum post"
4655
+ msgstr "Fórum hozzászólások"
4656
+
4657
+ #: wpf-includes/wpf-phrases.php:728
4658
+ msgid "Forum post like"
4659
+ msgstr "Hozzászólás, mint"
4660
+
4661
+ #: wpf-includes/wpf-phrases.php:730
4662
+ msgid "Target Topic URL"
4663
+ msgstr ""
4664
+
4665
+ #: wpf-includes/wpf-phrases.php:731
4666
+ msgid "Target Topic not found"
4667
+ msgstr ""
4668
+
4669
+ #: wpf-includes/wpf-phrases.php:732
4670
+ msgid "Merge Topics"
4671
+ msgstr ""
4672
+
4673
+ #: wpf-includes/wpf-phrases.php:733
4674
+ msgid "Split Topic"
4675
+ msgstr ""
4676
+
4677
+ #: wpf-includes/wpf-phrases.php:734
4678
+ msgid ""
4679
+ "Please copy the target topic URL from browser address bar and paste in the "
4680
+ "field below."
4681
+ msgstr ""
4682
+
4683
+ #: wpf-includes/wpf-phrases.php:735
4684
+ msgid ""
4685
+ "All posts will be merged and displayed (ordered) in target topic according "
4686
+ "to posts dates. If you want to append merged posts to the end of the target "
4687
+ "topic you should allow to update posts dates to current date by check the "
4688
+ "option below."
4689
+ msgstr ""
4690
+
4691
+ #: wpf-includes/wpf-phrases.php:736
4692
+ msgid ""
4693
+ "Update post dates (current date) to allow append posts to the end of the "
4694
+ "target topic."
4695
+ msgstr ""
4696
+
4697
+ #: wpf-includes/wpf-phrases.php:737
4698
+ msgid "Update post titles with target topic title."
4699
+ msgstr ""
4700
+
4701
+ #: wpf-includes/wpf-phrases.php:738
4702
+ msgid ""
4703
+ "Topics once merged cannot be unmerged. This topic URL will no longer be "
4704
+ "available."
4705
+ msgstr ""
4706
+
4707
+ #: wpf-includes/wpf-phrases.php:739
4708
+ msgid "Create New Topic"
4709
+ msgstr "Új téma létrehozása"
4710
+
4711
+ #: wpf-includes/wpf-phrases.php:740
4712
+ msgid ""
4713
+ "Create new topic with split posts. The first post of new topic becomes the "
4714
+ "earliest reply."
4715
+ msgstr ""
4716
+
4717
+ #: wpf-includes/wpf-phrases.php:741
4718
+ msgid "New Topic Title"
4719
+ msgstr "Az új téma címe"
4720
+
4721
+ #: wpf-includes/wpf-phrases.php:742
4722
+ msgid "New Topic Forum"
4723
+ msgstr ""
4724
+
4725
+ #: wpf-includes/wpf-phrases.php:743
4726
+ msgid "Select Posts to Split"
4727
+ msgstr ""
4728
+
4729
+ #: wpf-includes/wpf-phrases.php:744
4730
+ msgid ""
4731
+ "Topic once split cannot be unsplit. The first post of new topic becomes the "
4732
+ "earliest reply."
4733
+ msgstr ""
4734
+
4735
+ #: wpf-includes/wpf-phrases.php:745
4736
+ msgid "Merge"
4737
+ msgstr ""
4738
+
4739
+ #: wpf-includes/wpf-phrases.php:746
4740
+ msgid "Split"
4741
+ msgstr ""
4742
+
4743
+ #: wpf-includes/wpf-phrases.php:747
4744
+ msgid "Move Reply"
4745
+ msgstr ""
4746
+
4747
+ #: wpf-includes/wpf-phrases.php:748
4748
+ msgid ""
4749
+ "This action changes topic URL. Once the topic is moved to other forum the "
4750
+ "old URL of this topic will no longer be available."
4751
+ msgstr ""
4752
+
4753
+ #: wpf-themes/classic/functions.php:39
4754
+ msgid "Extended Layout - Recent topics"
4755
+ msgstr ""
4756
+
4757
+ #: wpf-themes/classic/functions.php:48
4758
+ msgid "Extended Layout - Number of Recent topics"
4759
+ msgstr ""
4760
+
4761
+ #: wpf-themes/classic/functions.php:55
4762
+ msgid "Extended Layout - Recent topic length"
4763
+ msgstr ""
4764
+
4765
+ #: wpf-themes/classic/functions.php:56 wpf-themes/classic/functions.php:86
4766
+ msgid ""
4767
+ "Set this option value 0 if you want to show the whole title in recent topic "
4768
+ "area."
4769
+ msgstr ""
4770
+
4771
+ #: wpf-themes/classic/functions.php:69
4772
+ msgid "Q&A layout - Recent topics"
4773
+ msgstr ""
4774
+
4775
+ #: wpf-themes/classic/functions.php:78
4776
+ msgid "Q&A Layout - Number of Recent topics"
4777
+ msgstr ""
4778
+
4779
+ #: wpf-themes/classic/functions.php:85
4780
+ msgid "Q&A Layout - Recent topic length"
4781
+ msgstr ""
4782
+
4783
+ #: wpf-themes/classic/functions.php:107
4784
+ msgid "Extended Layout - Recent posts"
4785
+ msgstr ""
4786
+
4787
+ #: wpf-themes/classic/functions.php:117
4788
+ msgid "Extended Layout - Number of Recent posts"
4789
+ msgstr ""
4790
+
4791
+ #: wpf-themes/classic/functions.php:118
4792
+ msgid ""
4793
+ "Set this option value 0 if you want to show all posts in recent posts area."
4794
+ msgstr ""
4795
+
4796
+ #: wpf-themes/classic/functions.php:126
4797
+ msgid "Extended Layout - Recent post length"
4798
+ msgstr ""
4799
+
4800
+ #: wpf-themes/classic/functions.php:127
4801
+ msgid ""
4802
+ "Set this option value 0 if you want to show the whole post content in recent "
4803
+ "post area."
4804
+ msgstr ""
4805
+
4806
+ #: wpforo.php:199
4807
+ msgid "Discussion Board"
4808
+ msgstr ""
4809
+
4810
+ #: wpforo.php:660
4811
+ msgid ""
4812
+ "Allows to embed hundreds of video, social network, audio and photo content "
4813
+ "providers in forum topics and posts."
4814
+ msgstr ""
4815
+
4816
+ #: wpforo.php:661
4817
+ msgid ""
4818
+ "wpForo Polls is a complete addon to help forum members create, vote and "
4819
+ "manage polls effectively. Comes with poll specific permissions and settings."
4820
+ msgstr ""
4821
+
4822
+ #: wpforo.php:662
4823
+ msgid ""
4824
+ "Awards myCRED points for forum activity. Integrates myCRED Badges and Ranks. "
4825
+ "Converts wpForo topic and posts, likes to myCRED points."
4826
+ msgstr ""
4827
+
4828
+ #: wpforo.php:663
4829
+ msgid ""
4830
+ "Advanced user profile builder system. Allows to add new fields and manage "
4831
+ "profile page. Creates custom Registration, Account, Member Search forms."
4832
+ msgstr ""
4833
+
4834
+ #: wpforo.php:664
4835
+ msgid ""
4836
+ "Adds an advanced file attachment system to forum topics and posts. AJAX "
4837
+ "powered media uploading and displaying system with user specific library."
4838
+ msgstr ""
4839
+
4840
+ #: wpforo.php:665
4841
+ msgid ""
4842
+ "Provides a safe way to communicate directly with other members. Messages are "
4843
+ "private and can only be viewed by conversation participants."
4844
+ msgstr ""
4845
+
4846
+ #: wpforo.php:666
4847
+ msgid ""
4848
+ "Blog to Forum and Forum to Blog content synchronization. Blog posts with "
4849
+ "Forum topics and Blog comments with Forum replies."
4850
+ msgstr ""
4851
+
4852
+ #: wpforo.php:667
4853
+ msgid ""
4854
+ "Ads Manager is a powerful yet simple advertisement management system, that "
4855
+ "allows you to add adverting banners between forums, topics and posts."
4856
+ msgstr ""
4857
+
4858
+ #. Plugin Name of the plugin/theme
4859
+ msgid "wpForo"
4860
+ msgstr ""
4861
+
4862
+ #. Plugin URI of the plugin/theme
4863
+ msgid "https://wpforo.com"
4864
+ msgstr ""
4865
+
4866
+ #. Description of the plugin/theme
4867
+ msgid ""
4868
+ "WordPress Forum plugin. wpForo is a full-fledged forum solution for your "
4869
+ "community. Comes with multiple modern forum layouts."
4870
+ msgstr ""
4871
+
4872
+ #. Author of the plugin/theme
4873
+ msgid "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
4874
+ msgstr ""
4875
+
4876
+ #. Author URI of the plugin/theme
4877
+ msgid "https://gvectors.com/"
4878
+ msgstr ""
wpf-themes/classic/colors.css CHANGED
@@ -1,367 +1,367 @@
1
  /* wpForo Dynamic CSS Document */
2
 
3
- #wpforo-wrap { color: #333333; background: #ffffff }
4
  #wpforo-wrap .wpforo-subforum i{ color:#999999; }
5
- #wpforo-wrap #footer { background:#e6e6e6;}
6
- #wpforo-wrap .wpf-p-error { background-color: #e6e6e6; color: #333333; }
7
- #wpforo-wrap .wpf-res-menu { color: #ffffff; }
8
  #wpforo-wrap #wpforo-menu { background-color:#555555; }
9
  #wpforo-wrap #wpforo-menu li { border-right:#777777 1px solid; }
10
- #wpforo-wrap #wpforo-menu li a { color: #ffffff; }
11
 
12
  #wpforo-wrap .wpforo-active,
13
  #wpforo-wrap #wpforo-menu li:hover,
14
  #wpforo-wrap #wpforo-menu .current-menu-ancestor,
15
  #wpforo-wrap #wpforo-menu .current-menu-parent,
16
- #wpforo-wrap #wpforo-menu .current_page_item { background-color: #43a6df!important; }
17
 
18
- #wpforo-load { color: #43a6df; }
19
- #wpforo-load i{ color: #43a6df!important; }
20
 
21
  #wpforo-wrap .wpf-search input[type="text"]{ color: #555555; background: transparent; }
22
- #wpforo-wrap .wpf-search input[type="text"]:focus{ background: #f5f5f5; }
23
- #wpforo-wrap .wpf-search i{ color: #43a6df; }
24
 
25
- #wpforo-wrap #wpforo-poweredby{ background-color:#555555; color: #ffffff; }
26
  #wpforo-wrap #wpforo-title{ color:#333333;}
27
- #wpforo-wrap #wpforo-description{color:#555555;border-bottom:1px solid #cccccc;}
28
 
29
- #wpforo-wrap a { color: #3f7796; }
30
- #wpforo-wrap a:visited { color: #3f7796; }
31
- #wpforo-wrap a:hover{ color: #659fbe;}
32
- #wpforo-wrap a:active { color: #659fbe; }
33
 
34
- #wpforo-wrap .wpflink { color: #3f7796; }
35
- #wpforo-wrap .wpflink:hover { color: #659fbe; }
36
 
37
- #wpforo-wrap pre { border:#e6e6e6 1px solid; background:#dff4ff; }
38
 
39
- .wpfcl-a{ color:#659fbe!important; }
40
- .wpfbg-a{ background-color:#659fbe!important; }
41
- .wpfcl-b{ color:#43a6df!important; }
42
- .wpfbg-b{ background-color:#43a6df!important; }
43
  .wpfcl-0{ color:#999999!important; }
44
  .wpfbg-0{ background-color:#999999!important; }
45
  .wpfcl-1{ color:#555555!important; }
46
  .wpfbg-1{ background-color:#555555!important; }
47
  .wpfcl-2{ color:#777777!important; }
48
  .wpfbg-2{ background-color:#777777!important; }
49
- .wpfcl-3{ color:#ffffff!important; }
50
- .wpfbg-3{ background-color:#ffffff!important; }
51
- .wpfcl-4{ color:#72ccfc!important;}
52
- .wpfbg-4{ background-color:#72ccfc!important; }
53
- .wpfcl-5{ color:#ff812d!important; }
54
- .wpfbg-5{ background-color:#ff812d!important; }
55
- .wpfcl-6{ color:#0099cc!important; }
56
- .wpfbg-6{ background-color:#0099cc!important; }
57
- .wpfcl-7{ color:#e6e6e6!important; }
58
- .wpfbg-7{ background-color:#e6e6e6!important; }
59
- .wpfcl-8{ color:#4dca5c!important; }
60
- .wpfbg-8{ background-color:#4dca5c!important; }
61
- .wpfcl-9{ color:#f5f5f5!important; }
62
- .wpfbg-9{ background-color:#f5f5f5!important; }
63
-
64
- #wpforo-wrap .author-rating { border: 1px solid #e6e6e6; background: #f5f5f5; }
65
  #wpforo-wrap .wpf-author-nicename{ color:#777777;}
66
 
67
  #wpforo-wrap .wpf-breadcrumb .wpf-root{ border-left:1px solid #666666; }
68
  #wpforo-wrap .wpf-breadcrumb a.wpf-end { background: transparent!important; }
69
  #wpforo-wrap .wpf-breadcrumb a.wpf-end:hover{ background: transparent!important; }
70
- #wpforo-wrap .wpf-breadcrumb a { color:#666666; background: #ffffff;}
71
- #wpforo-wrap .wpf-breadcrumb a:hover{ background:#f5f5f5; }
72
- #wpforo-wrap .wpf-breadcrumb a:hover:after { background:#f5f5f5; }
73
- #wpforo-wrap .wpf-breadcrumb a.active{ background:#f5f5f5; color:#4a8eb3; }
74
- #wpforo-wrap .wpf-breadcrumb a.active:after { background:#f5f5f5; }
75
- #wpforo-wrap .wpf-breadcrumb a:after { background: #ffffff; }
76
- #wpforo-wrap .wpf-breadcrumb a.active:after { background: #f5f5f5; }
77
-
78
- #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content img{ border:#e6e6e6 1px solid; background:#ffffff; }
79
- #wpforo-wrap .wpforo-post .wpf-right blockquote{ border:#999999 1px dotted; background:#e6e6e6; }
80
- #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-code{ border:#e6e6e6 1px solid; background:#e6e6e6; }
81
- #wpforo-wrap .wpforo-post .wpf-right code{ border:#e6e6e6 1px solid; background:#e6e6e6; }
82
- #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-code-title{ border-bottom:#e6e6e6 1px solid;}
83
- #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-attachments{ border:#ffffff 1px dotted; }
84
- #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-attachments img{border:#e6e6e6 2px solid; background:#ffffff; }
85
- #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-signature{ border-top:#659fbe 1px dotted; color:#777777;}
86
- #wpforo-wrap .wpforo-post .wpf-left .wpforo-membertoggle i{ color:#3f7796;}
87
- #wpforo-wrap .wpforo-post .wpf-mod-message{color:#ff812d}
88
 
89
- #wpforo-wrap .wpforo-topic-badges{ background-color:#f5f5f5; }
90
-
91
- #wpforo-wrap .wpfl-1 .wpforo-category{ background-color: #43a6df; border-bottom:#cccccc 1px solid; }
92
- #wpforo-wrap .wpfl-1 .cat-title{ color:#ffffff; }
93
- #wpforo-wrap .wpfl-1 .cat-stat-posts { color:#ffffff; }
94
- #wpforo-wrap .wpfl-1 .cat-stat-topics {color:#ffffff; }
95
- #wpforo-wrap .wpfl-1 .forum-wrap{ border-top:#cccccc 1px solid; }
96
- #wpforo-wrap .wpfl-1 .wpforo-forum{ background-color:#f5f5f5; }
97
  #wpforo-wrap .wpfl-1 .wpforo-forum-description{color:#777777; }
98
- #wpforo-wrap .wpfl-1 .wpforo-subforum{ border-top:#dadada 1px dotted; }
99
  #wpforo-wrap .wpfl-1 .wpforo-forum-footer{ color:#999999; }
100
- #wpforo-wrap .wpfl-1 .wpforo-last-topics{ background-color:#ffffff; }
101
  #wpforo-wrap .wpfl-1 .wpforo-last-topics-tab{ color:#555555; }
102
- #wpforo-wrap .wpfl-1 .wpforo-last-topics-list{ color:#555555; border-bottom:#cccccc 0px solid; }
103
-
104
- #wpforo-wrap .wpfl-1 .wpforo-topic-head{ background-color: #43a6df; border-bottom:#cccccc 1px solid; }
105
- #wpforo-wrap .wpfl-1 .head-title{ color:#ffffff; }
106
- #wpforo-wrap .wpfl-1 .head-stat-posts { color:#ffffff; }
107
- #wpforo-wrap .wpfl-1 .head-stat-views { color:#ffffff; }
108
- #wpforo-wrap .wpfl-1 .topic-wrap{ border-top:#cccccc 1px solid; }
109
- #wpforo-wrap .wpfl-1 .wpforo-topic{ background-color:#f5f5f5; }
110
  #wpforo-wrap .wpfl-1 .wpforo-topic-info{ color:#555555; }
111
  #wpforo-wrap .wpfl-1 .wpforo-topic-stat-posts{ color:#555555; }
112
  #wpforo-wrap .wpfl-1 .wpforo-topic-stat-views{ color:#555555; }
113
- #wpforo-wrap .wpfl-1 .wpforo-last-posts{ background-color:#ffffff; }
114
  #wpforo-wrap .wpfl-1 .wpforo-last-posts-tab{ color:#555555; }
115
- #wpforo-wrap .wpfl-1 .wpforo-last-posts-list{ color:#555555; border-bottom:#cccccc 0px solid; }
116
-
117
- #wpforo-wrap .wpfl-1 .post-wrap{ border-top:none; border-bottom:#e6e6e6 3px solid; }
118
- #wpforo-wrap .wpfl-1 .wpforo-post-head{ background-color: #43a6df; border-bottom:#cccccc 1px solid; }
119
- #wpforo-wrap .wpfl-1 .wpforo-post{ background-color:#f5f5f5; }
120
- #wpforo-wrap .wpfl-1 .wpforo-post .wpf-right .wpforo-post-content-top{ border-bottom:1px solid #e6e6e6; }
121
- #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .avatar{ background:#ffffff; border:#e6e6e6 2px solid; }
122
- #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-rating{ border:1px solid #e6e6e6; background:#f5f5f5; }
123
- #wpforo-wrap .wpfl-1 .wpforo-post .bottom { border-top:#e6e6e6 1px solid; }
124
- #wpforo-wrap .wpfl-1 .wpforo-post .bottom .bleft a{ color:#ff812d; }
125
-
126
- #wpforo-wrap .wpfl-2 .wpforo-category{ background-color: #43a6df; border-bottom:#cccccc 1px solid; }
127
- #wpforo-wrap .wpfl-2 .cat-title{ color:#ffffff; }
128
- #wpforo-wrap .wpfl-2 .cat-lastpostinfo{ color:#ffffff; }
129
- #wpforo-wrap .wpfl-2 .forum-wrap{ border-top:#cccccc 1px solid; }
130
- #wpforo-wrap .wpfl-2 .wpforo-forum{ background-color:#f5f5f5;}
131
  #wpforo-wrap .wpfl-2 .wpforo-forum-icon{ color:#555555; }
132
  #wpforo-wrap .wpfl-2 .wpforo-forum-info{ color:#555555; }
133
- #wpforo-wrap .wpfl-2 .wpforo-subforum{ border-top:#dadada 1px dotted;}
134
- #wpforo-wrap .wpfl-2 .wpforo-forum-stat{ color:#ff812d; }
135
  #wpforo-wrap .wpfl-2 .wpforo-last-post{ color:#555555; }
136
  #wpforo-wrap .wpfl-2 .wpforo-last-post-avatar{ color:#555555 }
137
- #wpforo-wrap .wpfl-2 .wpforo-last-post-avatar img{ background:#ffffff; border:1px solid #cccccc; }
138
-
139
- #wpforo-wrap .wpfl-2 .wpforo-topic-head{ background-color: #43a6df; border-bottom:#cccccc 1px solid; }
140
- #wpforo-wrap .wpfl-2 .head-title{ color:#ffffff;}
141
- #wpforo-wrap .wpfl-2 .head-stat-posts { color:#ffffff; }
142
- #wpforo-wrap .wpfl-2 .head-stat-views { color:#ffffff; }
143
- #wpforo-wrap .wpfl-2 .head-stat-lastpost { color:#ffffff; }
144
- #wpforo-wrap .wpfl-2 .topic-wrap{ border-top:#cccccc 1px solid; }
145
- #wpforo-wrap .wpfl-2 .wpforo-topic{ background-color:#f5f5f5; }
146
  #wpforo-wrap .wpfl-2 .wpforo-topic-avatar{color:#555555; }
147
- #wpforo-wrap .wpfl-2 .wpforo-topic-avatar img{ background:#ffffff; border:1px solid #cccccc; }
148
  #wpforo-wrap .wpfl-2 .wpforo-topic-info{ color:#555555; }
149
  #wpforo-wrap .wpfl-2 .wpforo-topic-stat-posts{ color:#555555;}
150
  #wpforo-wrap .wpfl-2 .wpforo-topic-stat-views{ color:#555555;}
151
  #wpforo-wrap .wpfl-2 .wpforo-topic-stat-lastpost{ color:#555555;}
152
 
153
- #wpforo-wrap .wpfl-2 .post-wrap{ border-top:#e6e6e6 1px solid; }
154
- #wpforo-wrap .wpfl-2 .wpforo-post-head{ background-color: #43a6df; border-bottom:#cccccc 1px solid; }
155
- #wpforo-wrap .wpfl-2 .wpforo-post{ background-color:#ffffff; }
156
- #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right{ background:#f5f5f5; }
157
- #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpforo-post-content-bottom{ border-top:#ffffff 1px solid; background:#ffffff; }
158
- #wpforo-wrap .wpfl-2 .wpforo-post .wpf-left .avatar{ background:#ffffff; border:#e6e6e6 2px solid; }
159
- #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpforo-post-content-bottom .cbleft a{color:#ff812d;}
160
-
161
- #wpforo-wrap .wpfl-3 .wpforo-category{ background-color: #43a6df;border-bottom:#cccccc 1px solid; }
162
- #wpforo-wrap .wpfl-3 .cat-title{ color:#ffffff; }
163
- #wpforo-wrap .wpfl-3 .cat-stat-posts { color:#ffffff; }
164
- #wpforo-wrap .wpfl-3 .cat-stat-answers { color:#ffffff; }
165
- #wpforo-wrap .wpfl-3 .cat-stat-questions { color:#ffffff; }
166
- #wpforo-wrap .wpfl-3 .forum-wrap{ border-top:#cccccc 1px solid; }
167
- #wpforo-wrap .wpfl-3 .wpforo-forum{ background-color:#f5f5f5; }
168
  #wpforo-wrap .wpfl-3 .wpforo-forum-icon{ color:#555555; }
169
  #wpforo-wrap .wpfl-3 .wpforo-forum-info{ color:#555555; }
170
- #wpforo-wrap .wpfl-3 .wpforo-subforum{ border-top:#dadada 1px dotted; }
171
  #wpforo-wrap .wpfl-3 .wpforo-forum-footer{ color:#999999; }
172
  #wpforo-wrap .wpfl-3 .wpforo-forum-stat-posts{color:#555555;}
173
  #wpforo-wrap .wpfl-3 .wpforo-forum-stat-answers{ color:#555555; }
174
  #wpforo-wrap .wpfl-3 .wpforo-forum-stat-questions{color:#555555;}
175
- #wpforo-wrap .wpfl-3 .wpforo-last-topics{ background-color:#ffffff; }
176
  #wpforo-wrap .wpfl-3 .wpforo-last-topics-tab{ color:#555555; }
177
- #wpforo-wrap .wpfl-3 .wpforo-last-topics-list{ color:#555555; border-bottom:#cccccc 0px solid; }
178
- #wpforo-wrap .wpfl-3 .wpforo-last-topic-posts{ background:#f5f5f5; }
179
- #wpforo-wrap .wpfl-3 .wpforo-last-topic .votes{ background:#f5f5f5; }
180
- #wpforo-wrap .wpfl-3 .wpforo-last-topic .answers{ background:#f5f5f5; }
181
- #wpforo-wrap .wpfl-3 .wpforo-last-topic .views{background:#f5f5f5; }
182
-
183
- #wpforo-wrap .wpfl-3 .wpforo-topic-head{ background-color: #43a6df; border-bottom:#cccccc 2px solid; }
184
- #wpforo-wrap .wpfl-3 .head-title{ color:#ffffff; }
185
- #wpforo-wrap .wpfl-3 .head-stat-posts { color:#ffffff; }
186
- #wpforo-wrap .wpfl-3 .head-stat-lastpost { color:#ffffff; }
187
- #wpforo-wrap .wpfl-3 .topic-wrap{ border-top:#ffffff 1px solid; border-bottom:#e6e6e6 1px solid; }
188
- #wpforo-wrap .wpfl-3 .wpforo-topic{ background-color:#f5f5f5; }
189
  #wpforo-wrap .wpfl-3 .wpforo-topic-avatar{ color:#555555; }
190
- #wpforo-wrap .wpfl-3 .wpforo-topic-avatar img{ background:#ffffff; border:1px solid #cccccc; }
191
  #wpforo-wrap .wpfl-3 .wpforo-topic-info{ color:#555555; }
192
  #wpforo-wrap .wpfl-3 .wpforo-topic-stat-lastpost{ color:#555555; }
193
- #wpforo-wrap .wpfl-3 .wpforo-topic-status .votes{ background:#f5f5f5; }
194
- #wpforo-wrap .wpfl-3 .wpforo-topic-status .answers{ background:#f5f5f5; }
195
- #wpforo-wrap .wpfl-3 .wpforo-topic .views{ background:#f5f5f5; }
196
- #wpforo-wrap .wpfl-3 .wpforo-topic .count{border-right:1px solid #e6e6e6; border-top:1px solid #e6e6e6;border-left:1px solid #e6e6e6;}
197
- #wpforo-wrap .wpfl-3 .wpforo-topic .wpforo-label{border-right:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6;border-left:1px solid #e6e6e6;}
198
-
199
- #wpforo-wrap .wpfl-3 .post-wrap{ border-top:#e6e6e6 1px solid; }
200
- #wpforo-wrap .wpfl-3 .wpforo-post-head{ background-color: #43a6df; border-bottom:#cccccc 1px solid; }
201
- #wpforo-wrap .wpfl-3 .wpforo-post{ background-color:#ffffff; }
202
- #wpforo-wrap .wpfl-3 .wpforo-post .wpf-left .wpf-toggle-answer{ color:#00a636; }
203
  #wpforo-wrap .wpfl-3 .wpforo-post .wpf-left .wpf-toggle-not-answer{ color:#999999!important; }
204
- #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right{ background:#f5f5f5; }
205
- #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-content-top{ border-bottom:1px dotted #e6e6e6; }
206
- #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-tool-bar{ border-top:1px dotted #e6e6e6; }
207
- #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-signature-content{ border-top:#659fbe 1px dotted; }
208
- #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-author-data-content{ border:#ffffff 1px solid; background:#dff4ff;}
209
- #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-author-data .avatar{ background:#ffffff; border:1px solid #cccccc; }
210
- #wpforo-wrap .wpfl-3 .wpforo-comment{ background-color:#ffffff; }
211
- #wpforo-wrap .wpfl-3 .wpforo-comment .wpf-right{ background:#f5f5f5; }
212
-
213
- #wpforo-wrap .wpforo-profile-wrap .wpf-profile-plugin-menu .wpf-pp-menu .wpf-pp-menu-item{background:#ffffff; color: #777777; }
214
- #wpforo-wrap .wpforo-profile-wrap .wpf-profile-plugin-menu .wpf-pp-menu .wpf-pp-menu-item:hover{background:#ffffff; color: #43a6df;}
215
- #wpforo-wrap .wpforo-profile-wrap .wpf-profile-plugin-menu #wpf-pp-forum-menu .wpf-pp-menu-item{color:#43a6df; border-right:1px solid #43a6df;}
216
  #wpforo-wrap .wpf-profile-section{color: #666666;}
217
- #wpforo-wrap .wpf-profile-section .wpf-profile-section-head{border-bottom:1px solid #dadada;}
218
- #wpforo-wrap .wpforo-profile-wrap .wpforo-profile-label{ border-bottom:#ffffff 1px solid; }
219
- #wpforo-wrap .wpforo-profile-wrap .wpforo-profile-field{ border-bottom:#ffffff 1px solid; }
220
  #wpforo-wrap .wpforo-profile-wrap .wpforo-profile-field input[type="file"],
221
  #wpforo-wrap .wpforo-profile-wrap .wpforo-profile-field input[type="password"],
222
  #wpforo-wrap .wpforo-profile-wrap .wpforo-profile-field input[type="text"],
223
  #wpforo-wrap .wpforo-profile-wrap .wpforo-profile-field select,
224
  #wpforo-wrap .wpforo-profile-wrap .wpforo-profile-field textarea { color:#555555; }
225
  #wpforo-wrap .wpforo-profile-wrap .h-left{ }
226
- #wpforo-wrap .wpforo-profile-wrap .profile-display-name{ color:#3f7796; }
227
- #wpforo-wrap .wpforo-profile-wrap .profile-stat-data{ color:#3f7796; }
228
- #wpforo-wrap .wpforo-profile-wrap .profile-stat-data-item{ color:#3f7796;}
229
- #wpforo-wrap .wpforo-profile-wrap .profile-rating-bar-wrap{background:#ffffff;}
230
- #wpforo-wrap .wpforo-profile-wrap .profile-rating-bar-wrap .rating-bar-cell{color:#ffffff;}
231
 
232
  #wpforo-wrap .wpforo-profile-wrap .h-bottom{ border-bottom: 2px solid #777777;}
233
- #wpforo-wrap .wpforo-profile-wrap .h-bottom .wpf-profile-menu:hover{ background: #f5f5f5; color:#555555;}
234
- #wpforo-wrap .wpforo-profile-wrap .h-bottom .wpf-profile-menu{ background-color:#777777; border-right:#ffffff 1px solid; color:#ffffff; }
235
 
236
  #wpforo-wrap .wpforo-profile-head .wpforo-active,
237
  #wpforo-wrap .wpforo-profile-head #wpforo-menu a:hover,
238
  #wpforo-wrap .wpforo-profile-head #wpforo-menu .current-menu-ancestor,
239
  #wpforo-wrap .wpforo-profile-head #wpforo-menu .current-menu-parent,
240
- #wpforo-wrap .wpforo-profile-head #wpforo-menu .current_page_item { background-color: #f5f5f5!important; color:#555555!important;}
241
-
242
- #wpforo-wrap .wpforo-profile-wrap .h-left .avatar{ background-color:#ffffff; border: 2px solid #cccccc; }
243
- #wpforo-wrap .wpforo-profile-wrap .wpf-username{ color:#0099cc; }
244
- #wpforo-wrap .wpforo-profile-wrap .h-header .wpfy {background-color:#ffffff;}
245
- #wpforo-wrap .wpforo-profile-wrap .wpforo-profile-home .wpf-field-name-about .wpf-label-wrap{border-bottom:1px dotted #cccccc;}
246
- #wpforo-wrap .wpforo-profile-wrap .wpforo-profile-home .wpf-field{ border-top: 1px solid #e6e6e6;}
247
-
248
- #wpforo-wrap .wpforo-activity-content .activity-icon{ border-right:2px solid #ffffff; }
249
- #wpforo-wrap .wpforo-sbn-content .sbn-icon{ border-right:2px solid #ffffff; }
250
- #wpforo-wrap .wpforo-sbn-content .wpf-sbs-bulk-options{background: #ffffff; border: 1px solid #dadada; border-left: 1px solid #dadada; }
251
- #wpforo-wrap .wpforo-sbn-content .wpf-sbs-bulk-options ul li{border-bottom: 1px dotted #cccccc;}
252
- #wpforo-wrap .wpforo-sbn-content .wpf-sbs-bulk-options .wpf-sbs-cat{background: #f5f5f5;}
253
  #wpforo-wrap .wpforo-sbn-content .wpf-sbs-bulk div{border-bottom: 1px dotted #999999;}
254
  #wpforo-wrap .wpforo-sbn-content .wpf-sbs-bulk-options .wpf-sbs-checkbox{color: #555555;}
255
 
256
 
257
- #wpforo-wrap input[type="text"], #wpforo-wrap input[type="password"], #wpforo-wrap input[type="email"], #wpforo-wrap textarea, #wpforo-wrap select { border: 1px solid #dadada; color: #777777; box-shadow: inset 0px 1px 4px #e6e6e6; -moz-box-shadow: inset 0px 1px 4px #e6e6e6; -webkit-box-shadow: inset 0px 1px 4px #e6e6e6; }
258
- #wpforo-wrap input[type="submit"],#wpforo-wrap input[type="reset"],#wpforo-wrap input[type="reset"], #wpforo-wrap input[type="button"]{ background:#43a6df; color:#ffffff; border: 1px solid #0099cc; }
259
- #wpforo-wrap input[type="submit"]:hover,#wpforo-wrap input[type="reset"]:hover{ background:#0099cc; }
260
- #wpforo-wrap input[type="button"]:hover{ background:#0099cc; }
261
- #wpforo-wrap .wpf-button{ background:#43a6df; color:#ffffff!important; border: 1px solid #0099cc; }
262
- #wpforo-wrap .wpf-button:hover{ background:#0099cc; }
263
-
264
- #wpforo-wrap #wpf-topic-create{ border: solid #dadada 1px; }
265
- #wpforo-wrap .wpf-topic-create .wp-editor-tools{ border-bottom:1px #dadada solid; }
266
- #wpforo-wrap .wpf-topic-create .wp-editor-tabs a.switch-tmce{ border: 1px #dadada solid; }
267
- #wpforo-wrap .wpf-topic-create .wp-editor-tabs a.switch-html{ border: 1px #dadada solid; }
268
- #wpforo-wrap .wpf-topic-create .quicktags-toolbar input[type="button"] { background:#43a6df; color:#ffffff; }
269
- #wpforo-wrap .wpf-topic-create .quicktags-toolbar input[type="button"]:hover{ background:#0099cc!important; }
270
-
271
- #wpforo-wrap #wpf-post-create{ border: solid #dadada 1px; }
272
- #wpforo-wrap .wpf-post-create .wp-editor-tools{ border-bottom:1px #dadada solid; }
273
- #wpforo-wrap .wpf-post-create .wp-editor-tabs a.switch-tmce{ border: 1px #dadada solid; }
274
- #wpforo-wrap .wpf-post-create .wp-editor-tabs a.switch-html{ border: 1px #dadada solid; }
275
- #wpforo-wrap .wpf-post-create .quicktags-toolbar input[type="button"] { background:#43a6df; color:#ffffff; }
276
- #wpforo-wrap .wpf-post-create .quicktags-toolbar input[type="button"]:hover{ background:#0099cc!important; }
277
-
278
- #wpforo-wrap .wpforo-members-wrap .wpforo-members-content { border:#e6e6e6 1px solid; }
279
- #wpforo-wrap .wpforo-members-wrap td.wpf-members-search { border-bottom:1px solid #e6e6e6; }
280
- #wpforo-wrap .wpforo-members-wrap td.wpf-members-avatar { border-right:2px solid #ffffff; }
281
- #wpforo-wrap .wpforo-members-wrap td.wpf-members-regdate-head{ border-bottom:1px solid #e6e6e6; }
282
- #wpforo-wrap .wpforo-members-wrap td.wpf-members-foot { border-top:1px solid #e6e6e6; }
283
-
284
- #wpforo-wrap .wpforo-register-wrap .wpforo-register-content { border-top:#43a6df 1px solid; border-bottom:#cccccc 1px solid; padding: 40px 1%; }
285
  #wpforo-wrap .wpforo-register-wrap .wpforo-register-content h3{color:#555555}
286
- #wpforo-wrap .wpforo-login-wrap .wpforo-login-content { border-top:#43a6df 1px solid; border-bottom:#cccccc 1px solid; padding: 40px 1%; }
287
  #wpforo-wrap .wpforo-login-wrap .wpforo-login-content .wpforo-login-table{ padding:1%; }
288
  #wpforo-wrap .wpforo-login-wrap .wpforo-login-content .wpforo-login-table .wpf-field{border-bottom:none;}
289
  #wpforo-wrap .wpforo-login-wrap .wpforo-login-content h3{color:#555555}
290
 
291
- #wpforo-wrap .wpforo-404-wrap .wpforo-404-content { border-top:#e6e6e6 1px solid; border-bottom:#e6e6e6 1px solid; }
292
- #wpforo-wrap .wpforo-404-wrap .wpf-search-box { border:#cccccc 1px dashed; }
293
 
294
  #wpforo-wrap #wpforo-search-title { color:#333333; }
295
- #wpforo-wrap .wpforo-search-wrap .wpf-search-bar{ background:#f5f5f5; border:#e6e6e6 1px solid; }
296
- #wpforo-wrap .wpforo-search-wrap .wpf-search-bar .wpfltd{ border-bottom:1px dotted #ffffff; }
297
- #wpforo-wrap .wpforo-search-wrap .wpf-search-bar .wpfrtd{ border-bottom:1px dotted #ffffff; }
298
- #wpforo-wrap .wpforo-search-wrap .wpforo-search-content { border-bottom:#e6e6e6 1px solid; }
299
- #wpforo-wrap .wpforo-search-wrap .wpforo-search-content .wpf-htr{ background-color:#43a6df; color:#ffffff; }
300
- #wpforo-wrap .wpforo-search-wrap .wpforo-search-content .wpf-ttr{ background:#f5f5f5 }
301
- #wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-shead-icon{ border-right:1px solid #ffffff;}
302
- #wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-spost-icon { border-right:1px solid #ffffff;}
303
 
304
  #wpforo-wrap #wpforo-recent-title { color:#333333; }
305
- #wpforo-wrap .wpforo-recent-wrap .wpf-recent-bar{ background:#f5f5f5; border:#e6e6e6 1px solid; }
306
- #wpforo-wrap .wpforo-recent-wrap .wpf-recent-bar .wpfltd{ border-bottom:1px dotted #ffffff; }
307
- #wpforo-wrap .wpforo-recent-wrap .wpf-recent-bar .wpfrtd{ border-bottom:1px dotted #ffffff; }
308
- #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content { border-bottom:#e6e6e6 1px solid; }
309
- #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content .wpf-htr{ background-color:#43a6df; color:#ffffff; }
310
- #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content .wpf-ttr{ background:#f5f5f5 }
311
- #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content td.wpf-shead-icon{ border-right:1px solid #ffffff;}
312
- #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content td.wpf-spost-icon { border-right:1px solid #ffffff;}
313
  #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content td.wpf-stext{color:#666666}
314
 
315
- #wpforo-wrap .wpf-action{ color: #3f7796; }
316
- #wpforo-wrap .wpf-action:hover{ cursor: pointer; color: #659fbe; }
317
- #wpforo-wrap .wpf-action.wpforo-tools{ color: #ffffff; }
318
- #wpforo-wrap .wpf-action.wpforo-tools:hover{ cursor: pointer; /*color: #dff4ff;*/ }
319
 
320
  #wpforo-wrap .wpf-navi .wpf-navi-wrap .wpf-page-info{ color:#666666; }
321
- #wpforo-wrap .wpf-navi .wpf-navi-wrap .wpf-prev-button{ background:#43a6df; color:#ffffff; border: 1px solid #0099cc; }
322
- #wpforo-wrap .wpf-navi .wpf-navi-wrap .wpf-next-button{ background:#43a6df; color:#ffffff; border: 1px solid #0099cc; }
323
 
324
- #wpforo-wrap #wpforo-stat-header{ background-color:#555555; color: #ffffff; border-bottom: 2px solid #cccccc;}
325
- #wpforo-wrap #wpforo-stat-body{ border:#e6e6e6 1px solid; background:#f5f5f5; }
326
  #wpforo-wrap #wpforo-stat-body .wpf-stat-data{ }
327
- #wpforo-wrap #wpforo-stat-body .wpf-stat-item{border-right:1px solid #e6e6e6;}
328
  #wpforo-wrap #wpforo-stat-body .wpf-stat-item i{color:#777777;}
329
  #wpforo-wrap #wpforo-stat-body .wpf-stat-item .wpf-stat-value{color:#777777;}
330
- #wpforo-wrap #wpforo-stat-body .wpf-stat-item .wpf-stat-label{border-top:1px dotted #cccccc; color:#777777;}
331
  #wpforo-wrap #wpforo-stat-body .wpf-last-info i{color:#777777;}
332
 
333
- #wpforo-wrap .widget-title { border-bottom:2px solid #e6e6e6;}
334
- #wpforo-wrap .wpforo-widget-wrap .wpforo-widget-content li{ border-bottom:1px dotted #cccccc; }
335
 
336
  .ui-dialog { z-index: 999998 !important; }
337
  .wpf-video{ margin: 10px !important; }
338
 
339
- .ui-dialog .ui-widget-header{ background-color: #43a6df!important; border-bottom:#cccccc 1px solid!important; }
340
- .ui-dialog .ui-widget-header span.ui-dialog-title{ color: #ffffff !important; }
341
- .ui-widget input[type="submit"]:hover{ background:#0099cc; }
342
- .ui-widget input[type="submit"]{ background:#43a6df; color:#ffffff; border: 1px solid #0099cc; }
343
 
344
  #wpforo-wrap .wpforo-topic-badges i.fa,
345
  #wpforo-wrap .wpforo-topic-badges i.fas,
346
  #wpforo-wrap .wpforo-topic-badges i.fab,
347
  #wpforo-wrap .wpforo-topic-badges i.far,
348
- #wpforo-wrap .wpforo-topic-badges i.fal { color: #43a6df; }
349
 
350
- #wpf-msg-box a{color:#ffffff;}
351
- #wpf-msg-box a:hover{color:#e6e6e6;}
352
- #wpf-msg-box > p{color:#ffffff!important;background-color:#43a6df;background:-moz-linear-gradient(#43a6df);background:-o-linear-gradient(#43a6df);background:linear-gradient(#43a6df);}
353
- #wpf-msg-box > p:after{border-color:transparent #43a6df;}
354
 
355
- #wpf-msg-box > p.error{background-color:#f46464;background:-moz-linear-gradient(#f46464);background:-o-linear-gradient(#f46464);background:linear-gradient(#f46464);}
356
- #wpf-msg-box > p.error:after{border-color:transparent #f46464;}
357
- #wpf-msg-box > p.success{background-color:#00a636;background:-moz-linear-gradient(#00a636);background:-o-linear-gradient(#00a636);background:linear-gradient(#00a636);}
358
- #wpf-msg-box > p.success:after{border-color:transparent #00a636;}
359
 
360
- #wpforo-wrap .wpf-field { border-bottom: 1px solid #ffffff;}
361
  #wpforo-wrap .wpf-field .wpf-label i{ color: #777777; }
362
  #wpforo-wrap .wpf-field .wpf-field-wrap i{ color: #777777; }
363
 
364
- #wpforo-wrap .wpf-field {border-bottom: 1px solid #ffffff;}
365
  #wpforo-wrap .wpf-field .wpf-field-cl{ clear:both;}
366
  #wpforo-wrap .wpf-field input {max-width: 100%;}
367
  #wpforo-wrap .wpf-field input[type="text"],
@@ -381,35 +381,35 @@
381
  #wpforo-wrap .wpf-field select:focus{ background-color:#feffe5; box-shadow: 0px 0px 10px 0px #777777; }
382
  #wpforo-wrap .wpf-field .wpf-label i{ padding-right:5px; width:25px;}
383
  #wpforo-wrap .wpf-field .wpf-field-wrap i{}
384
- #wpforo-wrap .wpf-field .wpf-field-required-icon{color: #ff812d;}
385
 
386
  #wpforo-wrap .wpf-table .wpfw-1 .wpf-field:nth-child(even) {background-color: #eeeeee;}
387
 
388
- #wpforo-wrap .wpf-tools {background: #f5f5f5; border-bottom:#e6e6e6 3px solid; outline:3px solid #ffffff;}
389
  #wpforo-wrap .wpf-tools .wpf-tool-tabs .wpf-tool-tab{ border-bottom-color: #999999; }
390
- #wpforo-wrap .wpf-tools .wpf-tool-tabs .wpf-tool-tab.wpf-tt-active{ border-top-color: #43a6df; color:#43a6df; }
391
- #wpforo-wrap .wpf-tools .wpf-tool h3{ color: #e6e6e6}
392
  #wpforo-wrap .wpf-tools .wpf-tool .wpf-tool-desc{ color: #999999;}
393
- #wpforo-wrap .wpf-tools .wpf-tool li input[type="text"]{background: #ffffff;}
394
- #wpforo-wrap .wpf-tools .wpf-tool .wpf-split-posts{background: #ffffff; border: 1px solid #dadada; border-left: 3px solid #dadada; }
395
- #wpforo-wrap .wpf-tools .wpf-tool .wpf-split-posts ul li{border-bottom: 1px dotted #cccccc;}
396
- #wpforo-wrap .wpf-tools .wpf-tool li input[type="text"]::placeholder {color: #cccccc; opacity: 1;}
397
- #wpforo-wrap .wpf-tools .wpf-tool li input[type="text"]:-ms-input-placeholder {color: #cccccc;}
398
- #wpforo-wrap .wpf-tools .wpf-tool li input[type="text"]::-ms-input-placeholder {color: #cccccc;}
399
-
400
- #wpforo-wrap .wpf-sb-1{color:#cccccc;background-color:#f5f5f5;}
401
- #wpforo-wrap .wpf-sb-2{color:#43a6df;background-color:#f5f5f5;}
402
- #wpforo-wrap .wpf-sb-3{color:#cccccc;background-color:transparent;}
403
- #wpforo-wrap .wpf-sb-4{color:#43a6df;background-color:transparent;}
404
- #wpforo-wrap .wpf-sb .wpf-sb-buttons i{color: #cccccc;}
405
- #wpforo-wrap .wpf-sb .wpf-sb-toggle .wpfsa{color:#43a6df!important;}
406
  #wpforo-wrap .wpfl-1 .wpf-sb-right.wpf-sb-1,
407
- #wpforo-wrap .wpfl-1 .wpf-sb-right.wpf-sb-2{border:1px solid #e6e6e6;}
408
- #wpforo-wrap .wpfl-2 .wpf-sb-right, #wpforo-wrap .wpfl-3 .wpf-sb-right{ border-top:1px solid #e6e6e6;}
409
  #wpforo-wrap .wpfl-2 .wpf-sb-left, #wpforo-wrap .wpfl-3 .wpf-sb-left{ background-color:transparent;}
410
- #wpforo-wrap .wpf-sb.wpf-sb-top .wpf-sb-buttons{border-left: 1px dotted #3f7796;}
411
- [dir="rtl"] #wpforo-wrap .wpf-sb.wpf-sb-top .wpf-sb-buttons{border-right: 1px dotted #3f7796; border-left:none;}
412
- #wpforo-wrap .wpf-sb.wpf-sb-top.sb-tt-expanded .wpf-sb-buttons i{color:#3f7796;}
413
  #wpforo-wrap .wpf-sbtn {color: #555555;}
414
  #wpforo-wrap .wpf-sbtn .wpf-sbtn-title i{color: #999999;}
415
  #wpforo-wrap .wpf-sbtn.wpf-sb-style-grey .wpf-sb-button{background: #aaaaaa; color: #ffffff; }
@@ -433,56 +433,56 @@
433
 
434
  @media screen and (max-width:600px) {
435
  #wpforo-wrap #wpforo-menu .wpf-menu{background-color:#555555;}
436
- #wpforo-wrap .wpfl-1 .wpforo-post .wpf-right .wpforo-post-content-top{border-top: 1px solid #e6e6e6; }
437
  }
438
 
439
- #wpforo-wrap.wpf-dark { color: #3f7796; }
440
- #wpforo-wrap.wpf-dark .wpfcl-3{ color:#3f7796!important; }
441
- #wpforo-wrap.wpf-dark .wpfcl-1{ color:#3f7796!important; }
442
- #wpforo-wrap.wpf-dark .wpf-action{ color: #3f7796; }
443
- #wpforo-wrap.wpf-dark .wpforo-post .wpf-right .wpforo-post-content p{ color:#3f7796!important; }
444
- #wpforo-wrap.wpf-dark #wpforo-menu li a { color: #3f7796; }
445
- #wpforo-wrap.wpf-dark .wpfl-2 .head-stat-lastpost, #wpforo-wrap.wpf-dark .wpfl-3 .head-stat-lastpost{ color: #3f7796; }
446
- #wpforo-wrap.wpf-dark .wpfl-2 .wpforo-last-post{ color: #3f7796; }
447
- #wpforo-wrap.wpf-dark .wpfl-2 .wpforo-topic-stat-lastpost, #wpforo-wrap.wpf-dark .wpfl-3 .wpforo-topic-stat-lastpost{ color: #3f7796; }
448
- #wpforo-wrap.wpf-dark .wpfl-2 .wpforo-forum-description, #wpforo-wrap.wpf-dark .wpfl-3 .wpforo-forum-description{ color: #3f7796; }
449
- #wpforo-wrap.wpf-dark .wpfl-1 .cat-title, #wpforo-wrap.wpf-dark .wpfl-2 .cat-title, #wpforo-wrap.wpf-dark .wpfl-3 .cat-title{ color:#3f7796; }
450
- #wpforo-wrap.wpf-dark .wpfl-1 .wpforo-category div, #wpforo-wrap.wpf-dark .wpfl-2 .wpforo-category div, #wpforo-wrap.wpf-dark .wpfl-3 .wpforo-category div{ color:#3f7796; }
451
- #wpforo-wrap.wpf-dark .wpfl-1 .wpforo-last-topic-date, #wpforo-wrap.wpf-dark .wpfl-2 .wpforo-last-topic-date, #wpforo-wrap.wpf-dark .wpfl-3 .wpforo-last-topic-date{ color:#3f7796; }
452
- #wpforo-wrap.wpf-dark .wpfl-1 .wpforo-topic-stat-posts, #wpforo-wrap.wpf-dark .wpfl-1 .wpforo-topic-stat-views{ color:#3f7796; }
453
- #wpforo-wrap.wpf-dark .wpfl-2 .wpforo-topic-stat-posts, #wpforo-wrap.wpf-dark .wpfl-2 .wpforo-topic-stat-views{ color:#3f7796; }
454
- #wpforo-wrap.wpf-dark .wpfl-3 .wpforo-topic-stat-posts, #wpforo-wrap.wpf-dark .wpfl-3 .wpforo-topic-stat-views{ color:#3f7796; }
455
- #wpforo-wrap.wpf-dark .wpfl-1 .wpforo-last-post-date, #wpforo-wrap.wpf-dark .wpfl-2 .wpforo-last-post-date, #wpforo-wrap.wpf-dark .wpfl-3 .wpforo-last-post-date{ color:#3f7796; }
456
- #wpforo-wrap.wpf-dark .wpfl-1 .head-title, #wpforo-wrap.wpf-dark .wpfl-2 .head-title, #wpforo-wrap.wpf-dark .wpfl-3 .head-title{ color:#3f7796; }
457
- #wpforo-wrap.wpf-dark .wpfl-1 .head-stat-posts, #wpforo-wrap.wpf-dark .wpfl-2 .head-stat-posts, #wpforo-wrap.wpf-dark .wpfl-3 .head-stat-posts{ color:#3f7796; }
458
- #wpforo-wrap.wpf-dark .wpfl-1 .head-stat-views, #wpforo-wrap.wpf-dark .wpfl-2 .head-stat-views, #wpforo-wrap.wpf-dark .wpfl-3 .head-stat-views{ color:#3f7796; }
459
- #wpforo-wrap.wpf-dark .wpfl-1 .wpforo-post .wpf-left, #wpforo-wrap.wpf-dark .wpfl-2 .wpforo-post .wpf-left, #wpforo-wrap.wpf-dark .wpfl-3 .wpforo-post .wpf-left{ color:#3f7796; }
460
- #wpforo-wrap .wpfl-1 .wpforo-post .wpf-right .wpforo-post-content-top, #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpforo-post-content-top, #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-content-top{ color:#3f7796; }
461
- #wpforo-wrap .wpfl-3 .wpforo-forum-stat-questions, #wpforo-wrap .wpfl-3 .wpforo-forum-stat-answers, #wpforo-wrap .wpfl-3 .wpforo-forum-stat-posts{ color:#3f7796; }
462
- #wpforo-wrap.wpf-dark #wpforo-stat-header{ color: #3f7796; border-bottom: 1px solid #cccccc;}
463
- #wpforo-wrap.wpf-dark #wpforo-stat-body .wpf-last-info p.wpf-topic-icons{border-top: 1px dotted #cccccc;}
464
- #wpforo-wrap.wpf-dark .wpf-button{ color:#3f7796!important; }
465
  #wpforo-wrap.wpf-dark .wpf-topic-create .wpf-subject{background-color:#333333}
466
- #wpforo-wrap.wpf-dark #wpf-topic-create{background-color:#f5f5f5}
467
- #wpforo-wrap.wpf-dark #wpf-topic-create div.mce-toolbar-grp{background-color:#f5f5f5}
468
  #wpforo-wrap.wpf-dark .wpf-post-create .wpf-subject{background-color:#333333}
469
- #wpforo-wrap.wpf-dark #wpf-post-create{background-color:#f5f5f5}
470
- #wpforo-wrap.wpf-dark #wpf-post-create div.mce-toolbar-grp{background-color:#f5f5f5}
471
- #wpforo-wrap.wpf-dark input[type="submit"], #wpforo-wrap.wpf-dark input[type="button"]{color:#3f7796!important;}
472
  #wpforo-wrap.wpf-dark input[type="text"], #wpforo-wrap.wpf-dark input[type="search"], #wpforo-wrap.wpf-dark input[type="email"], #wpforo-wrap.wpf-dark input[type="date"], #wpforo-wrap.wpf-dark input[type="number"], #wpforo-wrap.wpf-dark input[type="url"], #wpforo-wrap.wpf-dark input[type="tel"], #wpforo-wrap.wpf-dark input[type="password"], #wpforo-wrap.wpf-dark input[type="email"], #wpforo-wrap.wpf-dark textarea, #wpforo-wrap.wpf-dark select{color:#555555;background-color:#333333;}
473
- #wpforo-wrap.wpf-dark input[type="text"].wpf-search-field{background-color:transparent; color:#3f7796; }
474
- #wpforo-wrap.wpf-dark .wpf-field input::-webkit-input-placeholder, #wpforo-wrap.wpf-dark .wpf-field textarea::-webkit-input-placeholder { color: #cccccc;}
475
- #wpforo-wrap.wpf-dark .wpf-field input::-moz-placeholder, #wpforo-wrap.wpf-dark .wpf-field textarea::-moz-placeholder {color: #cccccc;}
476
- #wpforo-wrap.wpf-dark .wpf-field input:-ms-input-placeholder, #wpforo-wrap.wpf-dark .wpf-field textarea:-ms-input-placeholder {color: #cccccc;}
477
- #wpforo-wrap.wpf-dark .wpf-field input:-moz-placeholder, #wpforo-wrap.wpf-dark .wpf-field textarea:-moz-placeholder {color: #cccccc;}
478
  #wpforo-wrap.wpf-dark #wpforo-stat-body{border:none;}
479
- #wpforo-wrap.wpf-dark .wpforo-members-content table tr{ background-color:#f5f5f5!important; }
480
  #wpforo-wrap.wpf-dark .wpforo-profile-wrap .profile-rating-bar-wrap{background:none;}
481
  #wpforo-wrap.wpf-dark .wpforo-profile-wrap .wpforo-profile-head{border:none;}
482
- #wpforo-wrap.wpf-dark .wpf-field:nth-child(even) {background-color: #f5f5f5;}
483
  #wpforo-wrap.wpf-dark .wpf-field .wpf-field-wrap { color:#777777}
484
- #wpforo-wrap.wpf-dark .wpf-field .wpf-field-wrap i{ color:#cccccc}
485
- #wpforo-wrap.wpf-dark .wpf-table .wpfw-1 .wpf-field:nth-child(even) {background-color: #cccccc;}
486
  #wpforo-wrap .wpforo-login-wrap .wpforo-table .wpfw-1 .wpf-field:nth-child(even){background-color: transparent;}
487
  #wpforo-wrap.wpf-dark .wpforo-profile-head .wpforo-active { color:#FFFFFF!important;}
488
  #wpforo-wrap.wpf-dark. wpf-profile-section .wpf-statbox .wpf-statbox-value{color:#777777}
@@ -493,10 +493,11 @@
493
  #wpforo-wrap.wpf-dark .wpforo-login-wrap .wpforo-login-content > h3, #wpforo-wrap .wpforo-register-wrap .wpforo-register-content > h3{color:#777777}
494
  #wpforo-wrap.wpf-dark .wpf-tools .wpf-tool .wpf-split-posts{background: #666666; border:none; }
495
  #wpforo-wrap.wpf-dark .wpf-tools .wpf-tool .wpf-split-posts ul li{border-bottom: 1px dotted #333333;}
496
- #wpforo-wrap.wpf-dark .wpf-tools .wpf-tool li input[type="text"]{background: #dadada;}
497
  #wpforo-wrap.wpf-dark .wpf-sbtn .wpf-sbtn-title{ color: #777777}
498
  #wpforo-wrap.wpf-dark .wpf-sbtn.wpf-sb-style-grey .wpf-sb-button {background: #666666;}
499
 
 
500
  #wpforo-wrap {
501
  font-size: 13px; width: 100%; padding:10px 20px; margin:0px;
502
- }
1
  /* wpForo Dynamic CSS Document */
2
 
3
+ #wpforo-wrap { color: #333333; background: #FFFFFF }
4
  #wpforo-wrap .wpforo-subforum i{ color:#999999; }
5
+ #wpforo-wrap #footer { background:#E6E6E6;}
6
+ #wpforo-wrap .wpf-p-error { background-color: #E6E6E6; color: #333333; }
7
+ #wpforo-wrap .wpf-res-menu { color: #FFFFFF; }
8
  #wpforo-wrap #wpforo-menu { background-color:#555555; }
9
  #wpforo-wrap #wpforo-menu li { border-right:#777777 1px solid; }
10
+ #wpforo-wrap #wpforo-menu li a { color: #FFFFFF; }
11
 
12
  #wpforo-wrap .wpforo-active,
13
  #wpforo-wrap #wpforo-menu li:hover,
14
  #wpforo-wrap #wpforo-menu .current-menu-ancestor,
15
  #wpforo-wrap #wpforo-menu .current-menu-parent,
16
+ #wpforo-wrap #wpforo-menu .current_page_item { background-color: #43A6DF!important; }
17
 
18
+ #wpforo-load { color: #43A6DF; }
19
+ #wpforo-load i{ color: #43A6DF!important; }
20
 
21
  #wpforo-wrap .wpf-search input[type="text"]{ color: #555555; background: transparent; }
22
+ #wpforo-wrap .wpf-search input[type="text"]:focus{ background: #F5F5F5; }
23
+ #wpforo-wrap .wpf-search i{ color: #43A6DF; }
24
 
25
+ #wpforo-wrap #wpforo-poweredby{ background-color:#555555; color: #FFFFFF; }
26
  #wpforo-wrap #wpforo-title{ color:#333333;}
27
+ #wpforo-wrap #wpforo-description{color:#555555;border-bottom:1px solid #CCCCCC;}
28
 
29
+ #wpforo-wrap a { color: #3F7796; }
30
+ #wpforo-wrap a:visited { color: #3F7796; }
31
+ #wpforo-wrap a:hover{ color: #659FBE;}
32
+ #wpforo-wrap a:active { color: #659FBE; }
33
 
34
+ #wpforo-wrap .wpflink { color: #3F7796; }
35
+ #wpforo-wrap .wpflink:hover { color: #659FBE; }
36
 
37
+ #wpforo-wrap pre { border:#E6E6E6 1px solid; background:#DFF4FF; }
38
 
39
+ .wpfcl-a{ color:#659FBE!important; }
40
+ .wpfbg-a{ background-color:#659FBE!important; }
41
+ .wpfcl-b{ color:#43A6DF!important; }
42
+ .wpfbg-b{ background-color:#43A6DF!important; }
43
  .wpfcl-0{ color:#999999!important; }
44
  .wpfbg-0{ background-color:#999999!important; }
45
  .wpfcl-1{ color:#555555!important; }
46
  .wpfbg-1{ background-color:#555555!important; }
47
  .wpfcl-2{ color:#777777!important; }
48
  .wpfbg-2{ background-color:#777777!important; }
49
+ .wpfcl-3{ color:#FFFFFF!important; }
50
+ .wpfbg-3{ background-color:#FFFFFF!important; }
51
+ .wpfcl-4{ color:#72CCFC!important;}
52
+ .wpfbg-4{ background-color:#72CCFC!important; }
53
+ .wpfcl-5{ color:#FF812D!important; }
54
+ .wpfbg-5{ background-color:#FF812D!important; }
55
+ .wpfcl-6{ color:#0099CC!important; }
56
+ .wpfbg-6{ background-color:#0099CC!important; }
57
+ .wpfcl-7{ color:#E6E6E6!important; }
58
+ .wpfbg-7{ background-color:#E6E6E6!important; }
59
+ .wpfcl-8{ color:#4DCA5C!important; }
60
+ .wpfbg-8{ background-color:#4DCA5C!important; }
61
+ .wpfcl-9{ color:#F5F5F5!important; }
62
+ .wpfbg-9{ background-color:#F5F5F5!important; }
63
+
64
+ #wpforo-wrap .author-rating { border: 1px solid #E6E6E6; background: #F5F5F5; }
65
  #wpforo-wrap .wpf-author-nicename{ color:#777777;}
66
 
67
  #wpforo-wrap .wpf-breadcrumb .wpf-root{ border-left:1px solid #666666; }
68
  #wpforo-wrap .wpf-breadcrumb a.wpf-end { background: transparent!important; }
69
  #wpforo-wrap .wpf-breadcrumb a.wpf-end:hover{ background: transparent!important; }
70
+ #wpforo-wrap .wpf-breadcrumb a { color:#666666; background: #FFFFFF;}
71
+ #wpforo-wrap .wpf-breadcrumb a:hover{ background:#F5F5F5; }
72
+ #wpforo-wrap .wpf-breadcrumb a:hover:after { background:#F5F5F5; }
73
+ #wpforo-wrap .wpf-breadcrumb a.active{ background:#F5F5F5; color:#4A8EB3; }
74
+ #wpforo-wrap .wpf-breadcrumb a.active:after { background:#F5F5F5; }
75
+ #wpforo-wrap .wpf-breadcrumb a:after { background: #FFFFFF; }
76
+ #wpforo-wrap .wpf-breadcrumb a.active:after { background: #F5F5F5; }
77
+
78
+ #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content img{ border:#E6E6E6 1px solid; background:#FFFFFF; }
79
+ #wpforo-wrap .wpforo-post .wpf-right blockquote{ border:#999999 1px dotted; background:#E6E6E6; }
80
+ #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-code{ border:#E6E6E6 1px solid; background:#E6E6E6; }
81
+ #wpforo-wrap .wpforo-post .wpf-right code{ border:#E6E6E6 1px solid; background:#E6E6E6; }
82
+ #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-code-title{ border-bottom:#E6E6E6 1px solid;}
83
+ #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-attachments{ border:#FFFFFF 1px dotted; }
84
+ #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-attachments img{border:#E6E6E6 2px solid; background:#FFFFFF; }
85
+ #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-signature{ border-top:#659FBE 1px dotted; color:#777777;}
86
+ #wpforo-wrap .wpforo-post .wpf-left .wpforo-membertoggle i{ color:#3F7796;}
87
+ #wpforo-wrap .wpforo-post .wpf-mod-message{color:#FF812D}
88
 
89
+ #wpforo-wrap .wpforo-topic-badges{ background-color:#F5F5F5; }
90
+
91
+ #wpforo-wrap .wpfl-1 .wpforo-category{ background-color: #43A6DF; border-bottom:#CCCCCC 1px solid; }
92
+ #wpforo-wrap .wpfl-1 .cat-title{ color:#FFFFFF; }
93
+ #wpforo-wrap .wpfl-1 .cat-stat-posts { color:#FFFFFF; }
94
+ #wpforo-wrap .wpfl-1 .cat-stat-topics {color:#FFFFFF; }
95
+ #wpforo-wrap .wpfl-1 .forum-wrap{ border-top:#CCCCCC 1px solid; }
96
+ #wpforo-wrap .wpfl-1 .wpforo-forum{ background-color:#F5F5F5; }
97
  #wpforo-wrap .wpfl-1 .wpforo-forum-description{color:#777777; }
98
+ #wpforo-wrap .wpfl-1 .wpforo-subforum{ border-top:#DADADA 1px dotted; }
99
  #wpforo-wrap .wpfl-1 .wpforo-forum-footer{ color:#999999; }
100
+ #wpforo-wrap .wpfl-1 .wpforo-last-topics{ background-color:#FFFFFF; }
101
  #wpforo-wrap .wpfl-1 .wpforo-last-topics-tab{ color:#555555; }
102
+ #wpforo-wrap .wpfl-1 .wpforo-last-topics-list{ color:#555555; border-bottom:#CCCCCC 0px solid; }
103
+
104
+ #wpforo-wrap .wpfl-1 .wpforo-topic-head{ background-color: #43A6DF; border-bottom:#CCCCCC 1px solid; }
105
+ #wpforo-wrap .wpfl-1 .head-title{ color:#FFFFFF; }
106
+ #wpforo-wrap .wpfl-1 .head-stat-posts { color:#FFFFFF; }
107
+ #wpforo-wrap .wpfl-1 .head-stat-views { color:#FFFFFF; }
108
+ #wpforo-wrap .wpfl-1 .topic-wrap{ border-top:#CCCCCC 1px solid; }
109
+ #wpforo-wrap .wpfl-1 .wpforo-topic{ background-color:#F5F5F5; }
110
  #wpforo-wrap .wpfl-1 .wpforo-topic-info{ color:#555555; }
111
  #wpforo-wrap .wpfl-1 .wpforo-topic-stat-posts{ color:#555555; }
112
  #wpforo-wrap .wpfl-1 .wpforo-topic-stat-views{ color:#555555; }
113
+ #wpforo-wrap .wpfl-1 .wpforo-last-posts{ background-color:#FFFFFF; }
114
  #wpforo-wrap .wpfl-1 .wpforo-last-posts-tab{ color:#555555; }
115
+ #wpforo-wrap .wpfl-1 .wpforo-last-posts-list{ color:#555555; border-bottom:#CCCCCC 0px solid; }
116
+
117
+ #wpforo-wrap .wpfl-1 .post-wrap{ border-top:none; border-bottom:#E6E6E6 3px solid; }
118
+ #wpforo-wrap .wpfl-1 .wpforo-post-head{ background-color: #43A6DF; border-bottom:#CCCCCC 1px solid; }
119
+ #wpforo-wrap .wpfl-1 .wpforo-post{ background-color:#F5F5F5; }
120
+ #wpforo-wrap .wpfl-1 .wpforo-post .wpf-right .wpforo-post-content-top{ border-bottom:1px solid #E6E6E6; }
121
+ #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .avatar{ background:#FFFFFF; border:#E6E6E6 2px solid; }
122
+ #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-rating{ border:1px solid #E6E6E6; background:#F5F5F5; }
123
+ #wpforo-wrap .wpfl-1 .wpforo-post .bottom { border-top:#E6E6E6 1px solid; }
124
+ #wpforo-wrap .wpfl-1 .wpforo-post .bottom .bleft a{ color:#FF812D; }
125
+
126
+ #wpforo-wrap .wpfl-2 .wpforo-category{ background-color: #43A6DF; border-bottom:#CCCCCC 1px solid; }
127
+ #wpforo-wrap .wpfl-2 .cat-title{ color:#FFFFFF; }
128
+ #wpforo-wrap .wpfl-2 .cat-lastpostinfo{ color:#FFFFFF; }
129
+ #wpforo-wrap .wpfl-2 .forum-wrap{ border-top:#CCCCCC 1px solid; }
130
+ #wpforo-wrap .wpfl-2 .wpforo-forum{ background-color:#F5F5F5;}
131
  #wpforo-wrap .wpfl-2 .wpforo-forum-icon{ color:#555555; }
132
  #wpforo-wrap .wpfl-2 .wpforo-forum-info{ color:#555555; }
133
+ #wpforo-wrap .wpfl-2 .wpforo-subforum{ border-top:#DADADA 1px dotted;}
134
+ #wpforo-wrap .wpfl-2 .wpforo-forum-stat{ color:#FF812D; }
135
  #wpforo-wrap .wpfl-2 .wpforo-last-post{ color:#555555; }
136
  #wpforo-wrap .wpfl-2 .wpforo-last-post-avatar{ color:#555555 }
137
+ #wpforo-wrap .wpfl-2 .wpforo-last-post-avatar img{ background:#FFFFFF; border:1px solid #CCCCCC; }
138
+
139
+ #wpforo-wrap .wpfl-2 .wpforo-topic-head{ background-color: #43A6DF; border-bottom:#CCCCCC 1px solid; }
140
+ #wpforo-wrap .wpfl-2 .head-title{ color:#FFFFFF;}
141
+ #wpforo-wrap .wpfl-2 .head-stat-posts { color:#FFFFFF; }
142
+ #wpforo-wrap .wpfl-2 .head-stat-views { color:#FFFFFF; }
143
+ #wpforo-wrap .wpfl-2 .head-stat-lastpost { color:#FFFFFF; }
144
+ #wpforo-wrap .wpfl-2 .topic-wrap{ border-top:#CCCCCC 1px solid; }
145
+ #wpforo-wrap .wpfl-2 .wpforo-topic{ background-color:#F5F5F5; }
146
  #wpforo-wrap .wpfl-2 .wpforo-topic-avatar{color:#555555; }
147
+ #wpforo-wrap .wpfl-2 .wpforo-topic-avatar img{ background:#FFFFFF; border:1px solid #CCCCCC; }
148
  #wpforo-wrap .wpfl-2 .wpforo-topic-info{ color:#555555; }
149
  #wpforo-wrap .wpfl-2 .wpforo-topic-stat-posts{ color:#555555;}
150
  #wpforo-wrap .wpfl-2 .wpforo-topic-stat-views{ color:#555555;}
151
  #wpforo-wrap .wpfl-2 .wpforo-topic-stat-lastpost{ color:#555555;}
152
 
153
+ #wpforo-wrap .wpfl-2 .post-wrap{ border-top:#E6E6E6 1px solid; }
154
+ #wpforo-wrap .wpfl-2 .wpforo-post-head{ background-color: #43A6DF; border-bottom:#CCCCCC 1px solid; }
155
+ #wpforo-wrap .wpfl-2 .wpforo-post{ background-color:#FFFFFF; }
156
+ #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right{ background:#F5F5F5; }
157
+ #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpforo-post-content-bottom{ border-top:#FFFFFF 1px solid; background:#FFFFFF; }
158
+ #wpforo-wrap .wpfl-2 .wpforo-post .wpf-left .avatar{ background:#FFFFFF; border:#E6E6E6 2px solid; }
159
+ #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpforo-post-content-bottom .cbleft a{color:#FF812D;}
160
+
161
+ #wpforo-wrap .wpfl-3 .wpforo-category{ background-color: #43A6DF;border-bottom:#CCCCCC 1px solid; }
162
+ #wpforo-wrap .wpfl-3 .cat-title{ color:#FFFFFF; }
163
+ #wpforo-wrap .wpfl-3 .cat-stat-posts { color:#FFFFFF; }
164
+ #wpforo-wrap .wpfl-3 .cat-stat-answers { color:#FFFFFF; }
165
+ #wpforo-wrap .wpfl-3 .cat-stat-questions { color:#FFFFFF; }
166
+ #wpforo-wrap .wpfl-3 .forum-wrap{ border-top:#CCCCCC 1px solid; }
167
+ #wpforo-wrap .wpfl-3 .wpforo-forum{ background-color:#F5F5F5; }
168
  #wpforo-wrap .wpfl-3 .wpforo-forum-icon{ color:#555555; }
169
  #wpforo-wrap .wpfl-3 .wpforo-forum-info{ color:#555555; }
170
+ #wpforo-wrap .wpfl-3 .wpforo-subforum{ border-top:#DADADA 1px dotted; }
171
  #wpforo-wrap .wpfl-3 .wpforo-forum-footer{ color:#999999; }
172
  #wpforo-wrap .wpfl-3 .wpforo-forum-stat-posts{color:#555555;}
173
  #wpforo-wrap .wpfl-3 .wpforo-forum-stat-answers{ color:#555555; }
174
  #wpforo-wrap .wpfl-3 .wpforo-forum-stat-questions{color:#555555;}
175
+ #wpforo-wrap .wpfl-3 .wpforo-last-topics{ background-color:#FFFFFF; }
176
  #wpforo-wrap .wpfl-3 .wpforo-last-topics-tab{ color:#555555; }
177
+ #wpforo-wrap .wpfl-3 .wpforo-last-topics-list{ color:#555555; border-bottom:#CCCCCC 0px solid; }
178
+ #wpforo-wrap .wpfl-3 .wpforo-last-topic-posts{ background:#F5F5F5; }
179
+ #wpforo-wrap .wpfl-3 .wpforo-last-topic .votes{ background:#F5F5F5; }
180
+ #wpforo-wrap .wpfl-3 .wpforo-last-topic .answers{ background:#F5F5F5; }
181
+ #wpforo-wrap .wpfl-3 .wpforo-last-topic .views{background:#F5F5F5; }
182
+
183
+ #wpforo-wrap .wpfl-3 .wpforo-topic-head{ background-color: #43A6DF; border-bottom:#CCCCCC 2px solid; }
184
+ #wpforo-wrap .wpfl-3 .head-title{ color:#FFFFFF; }
185
+ #wpforo-wrap .wpfl-3 .head-stat-posts { color:#FFFFFF; }
186
+ #wpforo-wrap .wpfl-3 .head-stat-lastpost { color:#FFFFFF; }
187
+ #wpforo-wrap .wpfl-3 .topic-wrap{ border-top:#FFFFFF 1px solid; border-bottom:#E6E6E6 1px solid; }
188
+ #wpforo-wrap .wpfl-3 .wpforo-topic{ background-color:#F5F5F5; }
189
  #wpforo-wrap .wpfl-3 .wpforo-topic-avatar{ color:#555555; }
190
+ #wpforo-wrap .wpfl-3 .wpforo-topic-avatar img{ background:#FFFFFF; border:1px solid #CCCCCC; }
191
  #wpforo-wrap .wpfl-3 .wpforo-topic-info{ color:#555555; }
192
  #wpforo-wrap .wpfl-3 .wpforo-topic-stat-lastpost{ color:#555555; }
193
+ #wpforo-wrap .wpfl-3 .wpforo-topic-status .votes{ background:#F5F5F5; }
194
+ #wpforo-wrap .wpfl-3 .wpforo-topic-status .answers{ background:#F5F5F5; }
195
+ #wpforo-wrap .wpfl-3 .wpforo-topic .views{ background:#F5F5F5; }
196
+ #wpforo-wrap .wpfl-3 .wpforo-topic .count{border-right:1px solid #E6E6E6; border-top:1px solid #E6E6E6;border-left:1px solid #E6E6E6;}
197
+ #wpforo-wrap .wpfl-3 .wpforo-topic .wpforo-label{border-right:1px solid #E6E6E6; border-bottom:1px solid #E6E6E6;border-left:1px solid #E6E6E6;}
198
+
199
+ #wpforo-wrap .wpfl-3 .post-wrap{ border-top:#E6E6E6 1px solid; }
200
+ #wpforo-wrap .wpfl-3 .wpforo-post-head{ background-color: #43A6DF; border-bottom:#CCCCCC 1px solid; }
201
+ #wpforo-wrap .wpfl-3 .wpforo-post{ background-color:#FFFFFF; }
202
+ #wpforo-wrap .wpfl-3 .wpforo-post .wpf-left .wpf-toggle-answer{ color:#00A636; }
203
  #wpforo-wrap .wpfl-3 .wpforo-post .wpf-left .wpf-toggle-not-answer{ color:#999999!important; }
204
+ #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right{ background:#F5F5F5; }
205
+ #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-content-top{ border-bottom:1px dotted #E6E6E6; }
206
+ #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-tool-bar{ border-top:1px dotted #E6E6E6; }
207
+ #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-signature-content{ border-top:#659FBE 1px dotted; }
208
+ #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-author-data-content{ border:#FFFFFF 1px solid; background:#DFF4FF;}
209
+ #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-author-data .avatar{ background:#FFFFFF; border:1px solid #CCCCCC; }
210
+ #wpforo-wrap .wpfl-3 .wpforo-comment{ background-color:#FFFFFF; }
211
+ #wpforo-wrap .wpfl-3 .wpforo-comment .wpf-right{ background:#F5F5F5; }
212
+
213
+ #wpforo-wrap .wpforo-profile-wrap .wpf-profile-plugin-menu .wpf-pp-menu .wpf-pp-menu-item{background:#FFFFFF; color: #777777; }
214
+ #wpforo-wrap .wpforo-profile-wrap .wpf-profile-plugin-menu .wpf-pp-menu .wpf-pp-menu-item:hover{background:#FFFFFF; color: #43A6DF;}
215
+ #wpforo-wrap .wpforo-profile-wrap .wpf-profile-plugin-menu #wpf-pp-forum-menu .wpf-pp-menu-item{color:#43A6DF; border-right:1px solid #43A6DF;}
216
  #wpforo-wrap .wpf-profile-section{color: #666666;}
217
+ #wpforo-wrap .wpf-profile-section .wpf-profile-section-head{border-bottom:1px solid #DADADA;}
218
+ #wpforo-wrap .wpforo-profile-wrap .wpforo-profile-label{ border-bottom:#FFFFFF 1px solid; }
219
+ #wpforo-wrap .wpforo-profile-wrap .wpforo-profile-field{ border-bottom:#FFFFFF 1px solid; }
220
  #wpforo-wrap .wpforo-profile-wrap .wpforo-profile-field input[type="file"],
221
  #wpforo-wrap .wpforo-profile-wrap .wpforo-profile-field input[type="password"],
222
  #wpforo-wrap .wpforo-profile-wrap .wpforo-profile-field input[type="text"],
223
  #wpforo-wrap .wpforo-profile-wrap .wpforo-profile-field select,
224
  #wpforo-wrap .wpforo-profile-wrap .wpforo-profile-field textarea { color:#555555; }
225
  #wpforo-wrap .wpforo-profile-wrap .h-left{ }
226
+ #wpforo-wrap .wpforo-profile-wrap .profile-display-name{ color:#3F7796; }
227
+ #wpforo-wrap .wpforo-profile-wrap .profile-stat-data{ color:#3F7796; }
228
+ #wpforo-wrap .wpforo-profile-wrap .profile-stat-data-item{ color:#3F7796;}
229
+ #wpforo-wrap .wpforo-profile-wrap .profile-rating-bar-wrap{background:#FFFFFF;}
230
+ #wpforo-wrap .wpforo-profile-wrap .profile-rating-bar-wrap .rating-bar-cell{color:#FFFFFF;}
231
 
232
  #wpforo-wrap .wpforo-profile-wrap .h-bottom{ border-bottom: 2px solid #777777;}
233
+ #wpforo-wrap .wpforo-profile-wrap .h-bottom .wpf-profile-menu:hover{ background: #F5F5F5; color:#555555;}
234
+ #wpforo-wrap .wpforo-profile-wrap .h-bottom .wpf-profile-menu{ background-color:#777777; border-right:#FFFFFF 1px solid; color:#FFFFFF; }
235
 
236
  #wpforo-wrap .wpforo-profile-head .wpforo-active,
237
  #wpforo-wrap .wpforo-profile-head #wpforo-menu a:hover,
238
  #wpforo-wrap .wpforo-profile-head #wpforo-menu .current-menu-ancestor,
239
  #wpforo-wrap .wpforo-profile-head #wpforo-menu .current-menu-parent,
240
+ #wpforo-wrap .wpforo-profile-head #wpforo-menu .current_page_item { background-color: #F5F5F5!important; color:#555555!important;}
241
+
242
+ #wpforo-wrap .wpforo-profile-wrap .h-left .avatar{ background-color:#FFFFFF; border: 2px solid #CCCCCC; }
243
+ #wpforo-wrap .wpforo-profile-wrap .wpf-username{ color:#0099CC; }
244
+ #wpforo-wrap .wpforo-profile-wrap .h-header .wpfy {background-color:#FFFFFF;}
245
+ #wpforo-wrap .wpforo-profile-wrap .wpforo-profile-home .wpf-field-name-about .wpf-label-wrap{border-bottom:1px dotted #CCCCCC;}
246
+ #wpforo-wrap .wpforo-profile-wrap .wpforo-profile-home .wpf-field{ border-top: 1px solid #E6E6E6;}
247
+
248
+ #wpforo-wrap .wpforo-activity-content .activity-icon{ border-right:2px solid #FFFFFF; }
249
+ #wpforo-wrap .wpforo-sbn-content .sbn-icon{ border-right:2px solid #FFFFFF; }
250
+ #wpforo-wrap .wpforo-sbn-content .wpf-sbs-bulk-options{background: #FFFFFF; border: 1px solid #DADADA; border-left: 1px solid #DADADA; }
251
+ #wpforo-wrap .wpforo-sbn-content .wpf-sbs-bulk-options ul li{border-bottom: 1px dotted #CCCCCC;}
252
+ #wpforo-wrap .wpforo-sbn-content .wpf-sbs-bulk-options .wpf-sbs-cat{background: #F5F5F5;}
253
  #wpforo-wrap .wpforo-sbn-content .wpf-sbs-bulk div{border-bottom: 1px dotted #999999;}
254
  #wpforo-wrap .wpforo-sbn-content .wpf-sbs-bulk-options .wpf-sbs-checkbox{color: #555555;}
255
 
256
 
257
+ #wpforo-wrap input[type="text"], #wpforo-wrap input[type="password"], #wpforo-wrap input[type="email"], #wpforo-wrap textarea, #wpforo-wrap select { border: 1px solid #DADADA; color: #777777; box-shadow: inset 0px 1px 4px #E6E6E6; -moz-box-shadow: inset 0px 1px 4px #E6E6E6; -webkit-box-shadow: inset 0px 1px 4px #E6E6E6; }
258
+ #wpforo-wrap input[type="submit"],#wpforo-wrap input[type="reset"],#wpforo-wrap input[type="reset"], #wpforo-wrap input[type="button"]{ background:#43A6DF; color:#FFFFFF; border: 1px solid #0099CC; }
259
+ #wpforo-wrap input[type="submit"]:hover,#wpforo-wrap input[type="reset"]:hover{ background:#0099CC; }
260
+ #wpforo-wrap input[type="button"]:hover{ background:#0099CC; }
261
+ #wpforo-wrap .wpf-button{ background:#43A6DF; color:#FFFFFF!important; border: 1px solid #0099CC; }
262
+ #wpforo-wrap .wpf-button:hover{ background:#0099CC; }
263
+
264
+ #wpforo-wrap #wpf-topic-create{ border: solid #DADADA 1px; }
265
+ #wpforo-wrap .wpf-topic-create .wp-editor-tools{ border-bottom:1px #DADADA solid; }
266
+ #wpforo-wrap .wpf-topic-create .wp-editor-tabs a.switch-tmce{ border: 1px #DADADA solid; }
267
+ #wpforo-wrap .wpf-topic-create .wp-editor-tabs a.switch-html{ border: 1px #DADADA solid; }
268
+ #wpforo-wrap .wpf-topic-create .quicktags-toolbar input[type="button"] { background:#43A6DF; color:#FFFFFF; }
269
+ #wpforo-wrap .wpf-topic-create .quicktags-toolbar input[type="button"]:hover{ background:#0099CC!important; }
270
+
271
+ #wpforo-wrap #wpf-post-create{ border: solid #DADADA 1px; }
272
+ #wpforo-wrap .wpf-post-create .wp-editor-tools{ border-bottom:1px #DADADA solid; }
273
+ #wpforo-wrap .wpf-post-create .wp-editor-tabs a.switch-tmce{ border: 1px #DADADA solid; }
274
+ #wpforo-wrap .wpf-post-create .wp-editor-tabs a.switch-html{ border: 1px #DADADA solid; }
275
+ #wpforo-wrap .wpf-post-create .quicktags-toolbar input[type="button"] { background:#43A6DF; color:#FFFFFF; }
276
+ #wpforo-wrap .wpf-post-create .quicktags-toolbar input[type="button"]:hover{ background:#0099CC!important; }
277
+
278
+ #wpforo-wrap .wpforo-members-wrap .wpforo-members-content { border:#E6E6E6 1px solid; }
279
+ #wpforo-wrap .wpforo-members-wrap td.wpf-members-search { border-bottom:1px solid #E6E6E6; }
280
+ #wpforo-wrap .wpforo-members-wrap td.wpf-members-avatar { border-right:2px solid #FFFFFF; }
281
+ #wpforo-wrap .wpforo-members-wrap td.wpf-members-regdate-head{ border-bottom:1px solid #E6E6E6; }
282
+ #wpforo-wrap .wpforo-members-wrap td.wpf-members-foot { border-top:1px solid #E6E6E6; }
283
+
284
+ #wpforo-wrap .wpforo-register-wrap .wpforo-register-content { border-top:#43A6DF 1px solid; border-bottom:#CCCCCC 1px solid; padding: 40px 1%; }
285
  #wpforo-wrap .wpforo-register-wrap .wpforo-register-content h3{color:#555555}
286
+ #wpforo-wrap .wpforo-login-wrap .wpforo-login-content { border-top:#43A6DF 1px solid; border-bottom:#CCCCCC 1px solid; padding: 40px 1%; }
287
  #wpforo-wrap .wpforo-login-wrap .wpforo-login-content .wpforo-login-table{ padding:1%; }
288
  #wpforo-wrap .wpforo-login-wrap .wpforo-login-content .wpforo-login-table .wpf-field{border-bottom:none;}
289
  #wpforo-wrap .wpforo-login-wrap .wpforo-login-content h3{color:#555555}
290
 
291
+ #wpforo-wrap .wpforo-404-wrap .wpforo-404-content { border-top:#E6E6E6 1px solid; border-bottom:#E6E6E6 1px solid; }
292
+ #wpforo-wrap .wpforo-404-wrap .wpf-search-box { border:#CCCCCC 1px dashed; }
293
 
294
  #wpforo-wrap #wpforo-search-title { color:#333333; }
295
+ #wpforo-wrap .wpforo-search-wrap .wpf-search-bar{ background:#F5F5F5; border:#E6E6E6 1px solid; }
296
+ #wpforo-wrap .wpforo-search-wrap .wpf-search-bar .wpfltd{ border-bottom:1px dotted #FFFFFF; }
297
+ #wpforo-wrap .wpforo-search-wrap .wpf-search-bar .wpfrtd{ border-bottom:1px dotted #FFFFFF; }
298
+ #wpforo-wrap .wpforo-search-wrap .wpforo-search-content { border-bottom:#E6E6E6 1px solid; }
299
+ #wpforo-wrap .wpforo-search-wrap .wpforo-search-content .wpf-htr{ background-color:#43A6DF; color:#FFFFFF; }
300
+ #wpforo-wrap .wpforo-search-wrap .wpforo-search-content .wpf-ttr{ background:#F5F5F5 }
301
+ #wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-shead-icon{ border-right:1px solid #FFFFFF;}
302
+ #wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-spost-icon { border-right:1px solid #FFFFFF;}
303
 
304
  #wpforo-wrap #wpforo-recent-title { color:#333333; }
305
+ #wpforo-wrap .wpforo-recent-wrap .wpf-recent-bar{ background:#F5F5F5; border:#E6E6E6 1px solid; }
306
+ #wpforo-wrap .wpforo-recent-wrap .wpf-recent-bar .wpfltd{ border-bottom:1px dotted #FFFFFF; }
307
+ #wpforo-wrap .wpforo-recent-wrap .wpf-recent-bar .wpfrtd{ border-bottom:1px dotted #FFFFFF; }
308
+ #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content { border-bottom:#E6E6E6 1px solid; }
309
+ #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content .wpf-htr{ background-color:#43A6DF; color:#FFFFFF; }
310
+ #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content .wpf-ttr{ background:#F5F5F5 }
311
+ #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content td.wpf-shead-icon{ border-right:1px solid #FFFFFF;}
312
+ #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content td.wpf-spost-icon { border-right:1px solid #FFFFFF;}
313
  #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content td.wpf-stext{color:#666666}
314
 
315
+ #wpforo-wrap .wpf-action{ color: #3F7796; }
316
+ #wpforo-wrap .wpf-action:hover{ cursor: pointer; color: #659FBE; }
317
+ #wpforo-wrap .wpf-action.wpforo-tools{ color: #FFFFFF; }
318
+ #wpforo-wrap .wpf-action.wpforo-tools:hover{ cursor: pointer; /*color: #DFF4FF;*/ }
319
 
320
  #wpforo-wrap .wpf-navi .wpf-navi-wrap .wpf-page-info{ color:#666666; }
321
+ #wpforo-wrap .wpf-navi .wpf-navi-wrap .wpf-prev-button{ background:#43A6DF; color:#FFFFFF; border: 1px solid #0099CC; }
322
+ #wpforo-wrap .wpf-navi .wpf-navi-wrap .wpf-next-button{ background:#43A6DF; color:#FFFFFF; border: 1px solid #0099CC; }
323
 
324
+ #wpforo-wrap #wpforo-stat-header{ background-color:#555555; color: #FFFFFF; border-bottom: 2px solid #CCCCCC;}
325
+ #wpforo-wrap #wpforo-stat-body{ border:#E6E6E6 1px solid; background:#F5F5F5; }
326
  #wpforo-wrap #wpforo-stat-body .wpf-stat-data{ }
327
+ #wpforo-wrap #wpforo-stat-body .wpf-stat-item{border-right:1px solid #E6E6E6;}
328
  #wpforo-wrap #wpforo-stat-body .wpf-stat-item i{color:#777777;}
329
  #wpforo-wrap #wpforo-stat-body .wpf-stat-item .wpf-stat-value{color:#777777;}
330
+ #wpforo-wrap #wpforo-stat-body .wpf-stat-item .wpf-stat-label{border-top:1px dotted #CCCCCC; color:#777777;}
331
  #wpforo-wrap #wpforo-stat-body .wpf-last-info i{color:#777777;}
332
 
333
+ #wpforo-wrap .widget-title { border-bottom:2px solid #E6E6E6;}
334
+ #wpforo-wrap .wpforo-widget-wrap .wpforo-widget-content li{ border-bottom:1px dotted #CCCCCC; }
335
 
336
  .ui-dialog { z-index: 999998 !important; }
337
  .wpf-video{ margin: 10px !important; }
338
 
339
+ .ui-dialog .ui-widget-header{ background-color: #43A6DF!important; border-bottom:#CCCCCC 1px solid!important; }
340
+ .ui-dialog .ui-widget-header span.ui-dialog-title{ color: #FFFFFF !important; }
341
+ .ui-widget input[type="submit"]:hover{ background:#0099CC; }
342
+ .ui-widget input[type="submit"]{ background:#43A6DF; color:#FFFFFF; border: 1px solid #0099CC; }
343
 
344
  #wpforo-wrap .wpforo-topic-badges i.fa,
345
  #wpforo-wrap .wpforo-topic-badges i.fas,
346
  #wpforo-wrap .wpforo-topic-badges i.fab,
347
  #wpforo-wrap .wpforo-topic-badges i.far,
348
+ #wpforo-wrap .wpforo-topic-badges i.fal { color: #43A6DF; }
349
 
350
+ #wpf-msg-box a{color:#FFFFFF;}
351
+ #wpf-msg-box a:hover{color:#E6E6E6;}
352
+ #wpf-msg-box > p{color:#FFFFFF!important;background-color:#43A6DF;background:-moz-linear-gradient(#43A6DF);background:-o-linear-gradient(#43A6DF);background:linear-gradient(#43A6DF);}
353
+ #wpf-msg-box > p:after{border-color:transparent #43A6DF;}
354
 
355
+ #wpf-msg-box > p.error{background-color:#F46464;background:-moz-linear-gradient(#F46464);background:-o-linear-gradient(#F46464);background:linear-gradient(#F46464);}
356
+ #wpf-msg-box > p.error:after{border-color:transparent #F46464;}
357
+ #wpf-msg-box > p.success{background-color:#00A636;background:-moz-linear-gradient(#00A636);background:-o-linear-gradient(#00A636);background:linear-gradient(#00A636);}
358
+ #wpf-msg-box > p.success:after{border-color:transparent #00A636;}
359
 
360
+ #wpforo-wrap .wpf-field { border-bottom: 1px solid #FFFFFF;}
361
  #wpforo-wrap .wpf-field .wpf-label i{ color: #777777; }
362
  #wpforo-wrap .wpf-field .wpf-field-wrap i{ color: #777777; }
363
 
364
+ #wpforo-wrap .wpf-field {border-bottom: 1px solid #FFFFFF;}
365
  #wpforo-wrap .wpf-field .wpf-field-cl{ clear:both;}
366
  #wpforo-wrap .wpf-field input {max-width: 100%;}
367
  #wpforo-wrap .wpf-field input[type="text"],
381
  #wpforo-wrap .wpf-field select:focus{ background-color:#feffe5; box-shadow: 0px 0px 10px 0px #777777; }
382
  #wpforo-wrap .wpf-field .wpf-label i{ padding-right:5px; width:25px;}
383
  #wpforo-wrap .wpf-field .wpf-field-wrap i{}
384
+ #wpforo-wrap .wpf-field .wpf-field-required-icon{color: #FF812D;}
385
 
386
  #wpforo-wrap .wpf-table .wpfw-1 .wpf-field:nth-child(even) {background-color: #eeeeee;}
387
 
388
+ #wpforo-wrap .wpf-tools {background: #F5F5F5; border-bottom:#E6E6E6 3px solid; outline:3px solid #FFFFFF;}
389
  #wpforo-wrap .wpf-tools .wpf-tool-tabs .wpf-tool-tab{ border-bottom-color: #999999; }
390
+ #wpforo-wrap .wpf-tools .wpf-tool-tabs .wpf-tool-tab.wpf-tt-active{ border-top-color: #43A6DF; color:#43A6DF; }
391
+ #wpforo-wrap .wpf-tools .wpf-tool h3{ color: #E6E6E6}
392
  #wpforo-wrap .wpf-tools .wpf-tool .wpf-tool-desc{ color: #999999;}
393
+ #wpforo-wrap .wpf-tools .wpf-tool li input[type="text"]{background: #FFFFFF;}
394
+ #wpforo-wrap .wpf-tools .wpf-tool .wpf-split-posts{background: #FFFFFF; border: 1px solid #DADADA; border-left: 3px solid #DADADA; }
395
+ #wpforo-wrap .wpf-tools .wpf-tool .wpf-split-posts ul li{border-bottom: 1px dotted #CCCCCC;}
396
+ #wpforo-wrap .wpf-tools .wpf-tool li input[type="text"]::placeholder {color: #CCCCCC; opacity: 1;}
397
+ #wpforo-wrap .wpf-tools .wpf-tool li input[type="text"]:-ms-input-placeholder {color: #CCCCCC;}
398
+ #wpforo-wrap .wpf-tools .wpf-tool li input[type="text"]::-ms-input-placeholder {color: #CCCCCC;}
399
+
400
+ #wpforo-wrap .wpf-sb-1{color:#CCCCCC;background-color:#F5F5F5;}
401
+ #wpforo-wrap .wpf-sb-2{color:#43A6DF;background-color:#F5F5F5;}
402
+ #wpforo-wrap .wpf-sb-3{color:#CCCCCC;background-color:transparent;}
403
+ #wpforo-wrap .wpf-sb-4{color:#43A6DF;background-color:transparent;}
404
+ #wpforo-wrap .wpf-sb .wpf-sb-buttons i{color: #CCCCCC;}
405
+ #wpforo-wrap .wpf-sb .wpf-sb-toggle .wpfsa{color:#43A6DF!important;}
406
  #wpforo-wrap .wpfl-1 .wpf-sb-right.wpf-sb-1,
407
+ #wpforo-wrap .wpfl-1 .wpf-sb-right.wpf-sb-2{border:1px solid #E6E6E6;}
408
+ #wpforo-wrap .wpfl-2 .wpf-sb-right, #wpforo-wrap .wpfl-3 .wpf-sb-right{ border-top:1px solid #E6E6E6;}
409
  #wpforo-wrap .wpfl-2 .wpf-sb-left, #wpforo-wrap .wpfl-3 .wpf-sb-left{ background-color:transparent;}
410
+ #wpforo-wrap .wpf-sb.wpf-sb-top .wpf-sb-buttons{border-left: 1px dotted #3F7796;}
411
+ [dir="rtl"] #wpforo-wrap .wpf-sb.wpf-sb-top .wpf-sb-buttons{border-right: 1px dotted #3F7796; border-left:none;}
412
+ #wpforo-wrap .wpf-sb.wpf-sb-top.sb-tt-expanded .wpf-sb-buttons i{color:#3F7796;}
413
  #wpforo-wrap .wpf-sbtn {color: #555555;}
414
  #wpforo-wrap .wpf-sbtn .wpf-sbtn-title i{color: #999999;}
415
  #wpforo-wrap .wpf-sbtn.wpf-sb-style-grey .wpf-sb-button{background: #aaaaaa; color: #ffffff; }
433
 
434
  @media screen and (max-width:600px) {
435
  #wpforo-wrap #wpforo-menu .wpf-menu{background-color:#555555;}
436
+ #wpforo-wrap .wpfl-1 .wpforo-post .wpf-right .wpforo-post-content-top{border-top: 1px solid #E6E6E6; }
437
  }
438
 
439
+ #wpforo-wrap.wpf-dark { color: #3F7796; }
440
+ #wpforo-wrap.wpf-dark .wpfcl-3{ color:#3F7796!important; }
441
+ #wpforo-wrap.wpf-dark .wpfcl-1{ color:#3F7796!important; }
442
+ #wpforo-wrap.wpf-dark .wpf-action{ color: #3F7796; }
443
+ #wpforo-wrap.wpf-dark .wpforo-post .wpf-right .wpforo-post-content p{ color:#3F7796!important; }
444
+ #wpforo-wrap.wpf-dark #wpforo-menu li a { color: #3F7796; }
445
+ #wpforo-wrap.wpf-dark .wpfl-2 .head-stat-lastpost, #wpforo-wrap.wpf-dark .wpfl-3 .head-stat-lastpost{ color: #3F7796; }
446
+ #wpforo-wrap.wpf-dark .wpfl-2 .wpforo-last-post{ color: #3F7796; }
447
+ #wpforo-wrap.wpf-dark .wpfl-2 .wpforo-topic-stat-lastpost, #wpforo-wrap.wpf-dark .wpfl-3 .wpforo-topic-stat-lastpost{ color: #3F7796; }
448
+ #wpforo-wrap.wpf-dark .wpfl-2 .wpforo-forum-description, #wpforo-wrap.wpf-dark .wpfl-3 .wpforo-forum-description{ color: #3F7796; }
449
+ #wpforo-wrap.wpf-dark .wpfl-1 .cat-title, #wpforo-wrap.wpf-dark .wpfl-2 .cat-title, #wpforo-wrap.wpf-dark .wpfl-3 .cat-title{ color:#3F7796; }
450
+ #wpforo-wrap.wpf-dark .wpfl-1 .wpforo-category div, #wpforo-wrap.wpf-dark .wpfl-2 .wpforo-category div, #wpforo-wrap.wpf-dark .wpfl-3 .wpforo-category div{ color:#3F7796; }
451
+ #wpforo-wrap.wpf-dark .wpfl-1 .wpforo-last-topic-date, #wpforo-wrap.wpf-dark .wpfl-2 .wpforo-last-topic-date, #wpforo-wrap.wpf-dark .wpfl-3 .wpforo-last-topic-date{ color:#3F7796; }
452
+ #wpforo-wrap.wpf-dark .wpfl-1 .wpforo-topic-stat-posts, #wpforo-wrap.wpf-dark .wpfl-1 .wpforo-topic-stat-views{ color:#3F7796; }
453
+ #wpforo-wrap.wpf-dark .wpfl-2 .wpforo-topic-stat-posts, #wpforo-wrap.wpf-dark .wpfl-2 .wpforo-topic-stat-views{ color:#3F7796; }
454
+ #wpforo-wrap.wpf-dark .wpfl-3 .wpforo-topic-stat-posts, #wpforo-wrap.wpf-dark .wpfl-3 .wpforo-topic-stat-views{ color:#3F7796; }
455
+ #wpforo-wrap.wpf-dark .wpfl-1 .wpforo-last-post-date, #wpforo-wrap.wpf-dark .wpfl-2 .wpforo-last-post-date, #wpforo-wrap.wpf-dark .wpfl-3 .wpforo-last-post-date{ color:#3F7796; }
456
+ #wpforo-wrap.wpf-dark .wpfl-1 .head-title, #wpforo-wrap.wpf-dark .wpfl-2 .head-title, #wpforo-wrap.wpf-dark .wpfl-3 .head-title{ color:#3F7796; }
457
+ #wpforo-wrap.wpf-dark .wpfl-1 .head-stat-posts, #wpforo-wrap.wpf-dark .wpfl-2 .head-stat-posts, #wpforo-wrap.wpf-dark .wpfl-3 .head-stat-posts{ color:#3F7796; }
458
+ #wpforo-wrap.wpf-dark .wpfl-1 .head-stat-views, #wpforo-wrap.wpf-dark .wpfl-2 .head-stat-views, #wpforo-wrap.wpf-dark .wpfl-3 .head-stat-views{ color:#3F7796; }
459
+ #wpforo-wrap.wpf-dark .wpfl-1 .wpforo-post .wpf-left, #wpforo-wrap.wpf-dark .wpfl-2 .wpforo-post .wpf-left, #wpforo-wrap.wpf-dark .wpfl-3 .wpforo-post .wpf-left{ color:#3F7796; }
460
+ #wpforo-wrap .wpfl-1 .wpforo-post .wpf-right .wpforo-post-content-top, #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpforo-post-content-top, #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-content-top{ color:#3F7796; }
461
+ #wpforo-wrap .wpfl-3 .wpforo-forum-stat-questions, #wpforo-wrap .wpfl-3 .wpforo-forum-stat-answers, #wpforo-wrap .wpfl-3 .wpforo-forum-stat-posts{ color:#3F7796; }
462
+ #wpforo-wrap.wpf-dark #wpforo-stat-header{ color: #3F7796; border-bottom: 1px solid #CCCCCC;}
463
+ #wpforo-wrap.wpf-dark #wpforo-stat-body .wpf-last-info p.wpf-topic-icons{border-top: 1px dotted #CCCCCC;}
464
+ #wpforo-wrap.wpf-dark .wpf-button{ color:#3F7796!important; }
465
  #wpforo-wrap.wpf-dark .wpf-topic-create .wpf-subject{background-color:#333333}
466
+ #wpforo-wrap.wpf-dark #wpf-topic-create{background-color:#F5F5F5}
467
+ #wpforo-wrap.wpf-dark #wpf-topic-create div.mce-toolbar-grp{background-color:#F5F5F5}
468
  #wpforo-wrap.wpf-dark .wpf-post-create .wpf-subject{background-color:#333333}
469
+ #wpforo-wrap.wpf-dark #wpf-post-create{background-color:#F5F5F5}
470
+ #wpforo-wrap.wpf-dark #wpf-post-create div.mce-toolbar-grp{background-color:#F5F5F5}
471
+ #wpforo-wrap.wpf-dark input[type="submit"], #wpforo-wrap.wpf-dark input[type="button"]{color:#3F7796!important;}
472
  #wpforo-wrap.wpf-dark input[type="text"], #wpforo-wrap.wpf-dark input[type="search"], #wpforo-wrap.wpf-dark input[type="email"], #wpforo-wrap.wpf-dark input[type="date"], #wpforo-wrap.wpf-dark input[type="number"], #wpforo-wrap.wpf-dark input[type="url"], #wpforo-wrap.wpf-dark input[type="tel"], #wpforo-wrap.wpf-dark input[type="password"], #wpforo-wrap.wpf-dark input[type="email"], #wpforo-wrap.wpf-dark textarea, #wpforo-wrap.wpf-dark select{color:#555555;background-color:#333333;}
473
+ #wpforo-wrap.wpf-dark input[type="text"].wpf-search-field{background-color:transparent; color:#3F7796; }
474
+ #wpforo-wrap.wpf-dark .wpf-field input::-webkit-input-placeholder, #wpforo-wrap.wpf-dark .wpf-field textarea::-webkit-input-placeholder { color: #CCCCCC;}
475
+ #wpforo-wrap.wpf-dark .wpf-field input::-moz-placeholder, #wpforo-wrap.wpf-dark .wpf-field textarea::-moz-placeholder {color: #CCCCCC;}
476
+ #wpforo-wrap.wpf-dark .wpf-field input:-ms-input-placeholder, #wpforo-wrap.wpf-dark .wpf-field textarea:-ms-input-placeholder {color: #CCCCCC;}
477
+ #wpforo-wrap.wpf-dark .wpf-field input:-moz-placeholder, #wpforo-wrap.wpf-dark .wpf-field textarea:-moz-placeholder {color: #CCCCCC;}
478
  #wpforo-wrap.wpf-dark #wpforo-stat-body{border:none;}
479
+ #wpforo-wrap.wpf-dark .wpforo-members-content table tr{ background-color:#F5F5F5!important; }
480
  #wpforo-wrap.wpf-dark .wpforo-profile-wrap .profile-rating-bar-wrap{background:none;}
481
  #wpforo-wrap.wpf-dark .wpforo-profile-wrap .wpforo-profile-head{border:none;}
482
+ #wpforo-wrap.wpf-dark .wpf-field:nth-child(even) {background-color: #F5F5F5;}
483
  #wpforo-wrap.wpf-dark .wpf-field .wpf-field-wrap { color:#777777}
484
+ #wpforo-wrap.wpf-dark .wpf-field .wpf-field-wrap i{ color:#CCCCCC}
485
+ #wpforo-wrap.wpf-dark .wpf-table .wpfw-1 .wpf-field:nth-child(even) {background-color: #CCCCCC;}
486
  #wpforo-wrap .wpforo-login-wrap .wpforo-table .wpfw-1 .wpf-field:nth-child(even){background-color: transparent;}
487
  #wpforo-wrap.wpf-dark .wpforo-profile-head .wpforo-active { color:#FFFFFF!important;}
488
  #wpforo-wrap.wpf-dark. wpf-profile-section .wpf-statbox .wpf-statbox-value{color:#777777}
493
  #wpforo-wrap.wpf-dark .wpforo-login-wrap .wpforo-login-content > h3, #wpforo-wrap .wpforo-register-wrap .wpforo-register-content > h3{color:#777777}
494
  #wpforo-wrap.wpf-dark .wpf-tools .wpf-tool .wpf-split-posts{background: #666666; border:none; }
495
  #wpforo-wrap.wpf-dark .wpf-tools .wpf-tool .wpf-split-posts ul li{border-bottom: 1px dotted #333333;}
496
+ #wpforo-wrap.wpf-dark .wpf-tools .wpf-tool li input[type="text"]{background: #DADADA;}
497
  #wpforo-wrap.wpf-dark .wpf-sbtn .wpf-sbtn-title{ color: #777777}
498
  #wpforo-wrap.wpf-dark .wpf-sbtn.wpf-sb-style-grey .wpf-sb-button {background: #666666;}
499
 
500
+ #wpforo-wrap .wpforo-topic-title a { font-size: 15px!important; line-height: 19px!important; }
501
  #wpforo-wrap {
502
  font-size: 13px; width: 100%; padding:10px 20px; margin:0px;
503
+ }
wpf-themes/classic/style-rtl.css CHANGED
@@ -1215,7 +1215,7 @@ RTL Style of Classic Theme
1215
  #wpforo-wrap #wpforo-stat-body .wpf-stat-item{ width:48%}
1216
  #wpforo-wrap #wpforo-stat-body .wpf-stat-item{ border-left:none!important;}
1217
  #wpforo-wrap .wpforo-post .wpf-left .author-rating-full{text-align: right;}
1218
-
1219
  }
1220
  @media screen and (max-width:480px) {
1221
  #wpforo-wrap .wpfl-1 .cat-stat-topics{display:none;}
1215
  #wpforo-wrap #wpforo-stat-body .wpf-stat-item{ width:48%}
1216
  #wpforo-wrap #wpforo-stat-body .wpf-stat-item{ border-left:none!important;}
1217
  #wpforo-wrap .wpforo-post .wpf-left .author-rating-full{text-align: right;}
1218
+ #wpforo-wrap .wpf-head-bar-right .wpf-button{white-space: normal!important;}
1219
  }
1220
  @media screen and (max-width:480px) {
1221
  #wpforo-wrap .wpfl-1 .cat-stat-topics{display:none;}
wpf-themes/classic/style.css CHANGED
@@ -1216,7 +1216,7 @@ Author: gVectors Team
1216
  #wpforo-wrap #wpforo-stat-body .wpf-stat-item{ width:48%}
1217
  #wpforo-wrap #wpforo-stat-body .wpf-stat-item{ border-right:none!important;}
1218
  #wpforo-wrap .wpforo-post .wpf-left .author-rating-full{text-align: left;}
1219
-
1220
  }
1221
  @media screen and (max-width:480px) {
1222
  #wpforo-wrap .wpfl-1 .cat-stat-topics{display:none;}
1216
  #wpforo-wrap #wpforo-stat-body .wpf-stat-item{ width:48%}
1217
  #wpforo-wrap #wpforo-stat-body .wpf-stat-item{ border-right:none!important;}
1218
  #wpforo-wrap .wpforo-post .wpf-left .author-rating-full{text-align: left;}
1219
+ #wpforo-wrap .wpf-head-bar-right .wpf-button{white-space: normal!important;}
1220
  }
1221
  @media screen and (max-width:480px) {
1222
  #wpforo-wrap .wpfl-1 .cat-stat-topics{display:none;}
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.4.11
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.4.11');
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' );
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.4.12
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.4.12');
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' );