wpForo Forum - Version beta-4

Version Description

Download this release

Release Info

Developer Tomdever
Plugin Icon 128x128 wpForo Forum
Version beta-4
Comparing to
See all releases

Code changes from version beta-3 to beta-4

Files changed (56) hide show
  1. readme.txt +31 -7
  2. wpf-admin/forum.php +1 -3
  3. wpf-admin/options-tabs/features.php +1 -0
  4. wpf-admin/options-tabs/styles.php +31 -4
  5. wpf-assets/js/frontend.js +0 -6
  6. wpf-assets/js/tinymce-code.js +67 -0
  7. wpf-assets/js/tinymce-link.js +408 -0
  8. wpf-includes/class-forums.php +2 -2
  9. wpf-includes/class-members.php +7 -21
  10. wpf-includes/class-posts.php +11 -3
  11. wpf-includes/class-template.php +23 -5
  12. wpf-includes/functions-installation.php +52 -32
  13. wpf-includes/functions-template.php +91 -7
  14. wpf-includes/functions.php +10 -1
  15. wpf-includes/wpf-actions.php +2 -2
  16. wpf-includes/wpf-hooks.php +31 -2
  17. wpf-includes/wpf-phrases.php +4 -0
  18. wpf-languages/wpforo-cs_CZ.mo +0 -0
  19. wpf-languages/wpforo-cs_CZ.po +2377 -2322
  20. wpf-languages/wpforo-da_DK.mo +0 -0
  21. wpf-languages/wpforo-da_DK.po +0 -2322
  22. wpf-languages/wpforo-de_AT.mo +0 -0
  23. wpf-languages/wpforo-de_AT.po +0 -2322
  24. wpf-languages/wpforo-de_CH.mo +0 -0
  25. wpf-languages/wpforo-de_DE.mo +0 -0
  26. wpf-languages/wpforo-de_DE.po +0 -2322
  27. wpf-languages/wpforo-es_ES.mo +0 -0
  28. wpf-languages/wpforo-es_ES.po +0 -2322
  29. wpf-languages/wpforo-fr_FR.mo +0 -0
  30. wpf-languages/wpforo-fr_FR.po +0 -2322
  31. wpf-languages/wpforo-he_IL.mo +0 -0
  32. wpf-languages/wpforo-he_IL.po +0 -2322
  33. wpf-languages/wpforo-hy_AM.mo +0 -0
  34. wpf-languages/wpforo-hy_AM.po +0 -2322
  35. wpf-languages/wpforo-ko_KR.mo +0 -0
  36. wpf-languages/{wpforo-de_CH.po → wpforo-ko_KR.po} +604 -527
  37. wpf-languages/wpforo-nl_NL.mo +0 -0
  38. wpf-languages/wpforo-nl_NL.po +0 -2322
  39. wpf-languages/wpforo-pl_PL.mo +0 -0
  40. wpf-languages/wpforo-pl_PL.po +0 -2323
  41. wpf-languages/wpforo-ro_RO.mo +0 -0
  42. wpf-languages/wpforo-ro_RO.po +0 -2323
  43. wpf-languages/wpforo-ru_RU.mo +0 -0
  44. wpf-languages/wpforo-ru_RU.po +580 -568
  45. wpf-themes/classic/colors.css +8 -0
  46. wpf-themes/classic/layouts/1/forum.php +8 -5
  47. wpf-themes/classic/layouts/1/post.php +1 -1
  48. wpf-themes/classic/layouts/2/forum.php +4 -2
  49. wpf-themes/classic/layouts/2/post.php +1 -1
  50. wpf-themes/classic/layouts/3/forum.php +4 -1
  51. wpf-themes/classic/layouts/3/post.php +1 -1
  52. wpf-themes/classic/profile-home.php +17 -9
  53. wpf-themes/classic/register.php +5 -1
  54. wpf-themes/classic/style-rtl.css +4 -1
  55. wpf-themes/classic/style.css +5 -2
  56. wpforo.php +12 -7
readme.txt CHANGED
@@ -2,17 +2,17 @@
2
  Contributors: gVectors Team
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Y4YBFBNBV3R2E
4
  Tags: forum, community, discussion, bulletin board, question and answers, qa, support, foro
5
- Requires at least: 4.4
6
  Tested up to: 4.5
7
- Stable tag: beta-3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
- WordPress forum plugin. Everything you need to run an efficient and professional community. Powerful and beautiful bulletin board with unique features
12
 
13
  == Description ==
14
 
15
- New Generation of WordPress forum plugins. Everything you need to run an efficient and professional community. Powerful and beautiful bulletin board with unique features.
16
 
17
  <blockquote>
18
  It's on the Beta stage and we're working hard to reach the Gold 1.0.0 version as soon as possible. If you found some issue or bug please open a support topic in plugin page or in our support forum: http://wpforo.com/community/.
@@ -106,8 +106,11 @@ You can download [Go2wpForo](http://wpforo.com/community/migrate-to-wpforo-from-
106
 
107
  6. **Forum Style & Colors:** In Dashboard > Settings > Styles admin page you can set forum Style/Colors. You can choose either "Default (Blue)", "Red", "Green", "Orange", "Grey".
108
 
109
- 7. **Login and Registration** In Dashboard > Settings > Features admin page you can force WP to use wpForo Login and Register pages or keep default WordPress pages. For custom Login/Register/Lostpassword Pages please navigate to Members Tab and use "Custom Authorization URLs" option.
110
 
 
 
 
111
 
112
  wpForo Support Forum: <http://wpforo.com/community/>
113
 
@@ -133,6 +136,29 @@ wpForo Support Forum: <http://wpforo.com/community/>
133
 
134
  == Changelog ==
135
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
136
  = Beta-3 | 30.06.2016 =
137
 
138
  * Added: POT Translation file. wpForo can be translated with mo/po
@@ -144,8 +170,6 @@ wpForo Support Forum: <http://wpforo.com/community/>
144
  * Fixed Bug: Note/Login/Register Pop-up on mobile screens
145
  * Fixed Bug: QA Layout isAnswer and Profile Badges on mobile screens
146
 
147
- NOTE! Make sure you've deleted all caches after updating this plugin
148
-
149
 
150
  = Beta-2 | 28.06.2016 =
151
 
2
  Contributors: gVectors Team
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Y4YBFBNBV3R2E
4
  Tags: forum, community, discussion, bulletin board, question and answers, qa, support, foro
5
+ Requires at least: 4.2
6
  Tested up to: 4.5
7
+ Stable tag: beta-4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
+ New Forum plugin. Everything you need to run an efficient and professional community. Powerful and beautiful bulletin board with unique features
12
 
13
  == Description ==
14
 
15
+ New Generation of WordPress forum plugins made by [gVectors Team](http://gvectors.com/). Everything you need to run an efficient and professional community. Powerful and beautiful bulletin board with unique features.
16
 
17
  <blockquote>
18
  It's on the Beta stage and we're working hard to reach the Gold 1.0.0 version as soon as possible. If you found some issue or bug please open a support topic in plugin page or in our support forum: http://wpforo.com/community/.
106
 
107
  6. **Forum Style & Colors:** In Dashboard > Settings > Styles admin page you can set forum Style/Colors. You can choose either "Default (Blue)", "Red", "Green", "Orange", "Grey".
108
 
109
+ 7. **Login and Registration** In Forums > Settings > Features admin page you can force WP to use wpForo Login and Register pages or keep default WordPress pages. For custom Login/Register/Lostpassword Pages please navigate to Members Tab and use "Custom Authorization URLs" option.
110
 
111
+ 8. **Forum is loaded on website top:** In this case you should navigate to Forums > Settings > Features admin page and check "Enable Output Buffer" option.
112
+
113
+ 9. **Forums don't show up on the main page** Please read this FAQ topic: http://wpforo.com/community/faq/forums-dont-show-up-on-the-main-page/
114
 
115
  wpForo Support Forum: <http://wpforo.com/community/>
116
 
136
 
137
  == Changelog ==
138
 
139
+ = Beta-4 | 09.07.2016 =
140
+
141
+ * Added: Supports WordPress default emoticons
142
+ * Added: Automatic image URL to image conversion in post content (image auto-embed)
143
+ * Added: View HTML source button on TiniMCE post editor
144
+ * Added: Profile Social Network URLs and Skype links
145
+ * Added: Last post link, date, author name for Intro Topics - Extended & QA Layouts
146
+ * Added: Options to set Forum, Topic and Post Content font size
147
+ * Added: Options to add custom CSS code
148
+ * Added: Russian (ru_RU) translation, many thanks to Dmitry Butkevich (WPNICE.RU)
149
+ * Added: Korean (ko_KO) translation, many thanks to Jeehwan Song
150
+ * Added: Czech (cs_CZ) translation, many thanks to Glados (The Witcher)
151
+ * Fixed Bug: Topic and Post layout don't changed after changing forum parent category
152
+ * Fixed Bug: Problem with https and www. websites
153
+ * Fixed Bug: Forums and Topics don't show up on the main page.
154
+ * Fixed Bug: Proble with post quote, HTML content.
155
+ * Fixed Bug: Problem with "Online Members" widget
156
+ * Fixed Bug: Before and after [wpforo-index] content.
157
+ * Fixed Bug: Forum is loaded on top of website, before theme header. We've added an option "Enable Output Buffer". This feature is useful if you're adding content before or after [wpforo-index] shortcode in page content. Also it useful if you see forum is loaded before website template, on top of front-end.
158
+
159
+ NOTE! Make sure you've deleted all caches after updating this plugin
160
+
161
+
162
  = Beta-3 | 30.06.2016 =
163
 
164
  * Added: POT Translation file. wpForo can be translated with mo/po
170
  * Fixed Bug: Note/Login/Register Pop-up on mobile screens
171
  * Fixed Bug: QA Layout isAnswer and Profile Badges on mobile screens
172
 
 
 
173
 
174
  = Beta-2 | 28.06.2016 =
175
 
wpf-admin/forum.php CHANGED
@@ -129,9 +129,7 @@
129
  <?php $layouts = $wpforo->tpl->find_layouts( WPFORO_THEME ); ?>
130
  <?php if(!empty($layouts)): ?>
131
  <select id="cat_layout" name="forum[cat_layout]" class="postform" <?php $data['cat_layout'] = ( isset($data['cat_layout']) ? $data['cat_layout'] : 1 ); echo ( isset($data['is_cat']) && $data['is_cat'] == 1 ? '' : 'disabled="TRUE"' ); ?> >
132
- <?php foreach( $layouts as $layout ): ?>
133
- <option value="<?php echo esc_attr(trim($layout['id'])) ?>" <?php echo ( $data['cat_layout'] == $layout['id'] ? 'selected' : '' ); ?> ><?php echo esc_html($layout['name']) ?></option>
134
- <?php endforeach; ?>
135
  </select>
136
  <?php else: ?>
137
  <p><?php _e('No layout found.', 'wpforo'); ?></p>
129
  <?php $layouts = $wpforo->tpl->find_layouts( WPFORO_THEME ); ?>
130
  <?php if(!empty($layouts)): ?>
131
  <select id="cat_layout" name="forum[cat_layout]" class="postform" <?php $data['cat_layout'] = ( isset($data['cat_layout']) ? $data['cat_layout'] : 1 ); echo ( isset($data['is_cat']) && $data['is_cat'] == 1 ? '' : 'disabled="TRUE"' ); ?> >
132
+ <?php $wpforo->tpl->show_layout_selectbox($data['cat_layout']); ?>
 
 
133
  </select>
134
  <?php else: ?>
135
  <p><?php _e('No layout found.', 'wpforo'); ?></p>
wpf-admin/options-tabs/features.php CHANGED
@@ -26,6 +26,7 @@ $options = array(
26
  'seo-title' => array( 'label' => __('Enable wpForo SEO for Meta Titles', 'wpforo'), 'type' => '', 'required' => '', 'value' => 1),
27
  'seo-meta' => array( 'label' => __('Enable wpForo SEO for Meta Tags', 'wpforo'), 'type' => '', 'required' => '', 'value' => 1),
28
  'font-awesome' => array( 'label' => __('Enable wpForo Font-Awesome Lib', 'wpforo'), 'type' => '', 'required' => '', 'value' => 1),
 
29
  'copyright' => array( 'label' => __('Help wpForo to grow, show plugin info', 'wpforo'), 'type' => '', 'required' => '', 'value' => 1, 'description' => __('Please enable this option to help wpForo get more popularity as your thank to the hard work we do for you totally free. This option adds a very small icon in forum footer, which will allow your site visitors recognize the name of forum solution you use.', 'wpforo')),
30
  );
31
 
26
  'seo-title' => array( 'label' => __('Enable wpForo SEO for Meta Titles', 'wpforo'), 'type' => '', 'required' => '', 'value' => 1),
27
  'seo-meta' => array( 'label' => __('Enable wpForo SEO for Meta Tags', 'wpforo'), 'type' => '', 'required' => '', 'value' => 1),
28
  'font-awesome' => array( 'label' => __('Enable wpForo Font-Awesome Lib', 'wpforo'), 'type' => '', 'required' => '', 'value' => 1),
29
+ 'output-buffer' => array( 'label' => __('Enable Output Buffer', 'wpforo'), 'type' => '', 'required' => '', 'value' => 1, 'description' => __('This feature is useful if you\'re adding content before or after [wpforo-index] shortcode in page content. Also it useful if forum is loaded before website header, on top of the front-end.', 'wpforo')),
30
  'copyright' => array( 'label' => __('Help wpForo to grow, show plugin info', 'wpforo'), 'type' => '', 'required' => '', 'value' => 1, 'description' => __('Please enable this option to help wpForo get more popularity as your thank to the hard work we do for you totally free. This option adds a very small icon in forum footer, which will allow your site visitors recognize the name of forum solution you use.', 'wpforo')),
31
  );
32
 
wpf-admin/options-tabs/styles.php CHANGED
@@ -7,14 +7,41 @@
7
 
8
  <form action="" method="POST" class="validate">
9
  <?php wp_nonce_field( 'wpforo-settings-styles' ); ?>
10
- <table style="width:2%; border:none; padding:5px; float:left;">
11
  <tbody>
12
- <tr class="form-field form-required">
13
- <td class="wpf-dw-td-value-p">&nbsp;</td>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  </tr>
15
  </tbody>
16
  </table>
17
- <table style="width:95%; border:none; padding:5px; float:left; margin-left:10px;">
 
18
  <tbody>
19
  <tr class="form-field form-required">
20
  <td class="wpf-dw-td-value-p">
7
 
8
  <form action="" method="POST" class="validate">
9
  <?php wp_nonce_field( 'wpforo-settings-styles' ); ?>
10
+ <table class="wpforo_settings_table">
11
  <tbody>
12
+ <tr>
13
+ <th style="width:30%;"><label><?php _e('Font Sizes', 'wpforo'); ?>:</label></th>
14
+ <td>
15
+ <label style="display:inline-block; text-align:center; font-size:14px;">
16
+ <span><?php _e('Forums','wpforo'); ?>:</span>
17
+ <select name="wpforo_style_options[font_size_forum]" style="min-width:80px;">
18
+ <?php for( $a=11; $a < 28; $a++ ): ?><option value="<?php echo intval($a) ?>" <?php wpfo_check( $wpforo->style_options['font_size_forum'], $a, 'selected') ?>><?php echo intval($a); ?>px</option><?php endfor; ?>
19
+ </select>
20
+ </label> &nbsp;
21
+ <label style="display:inline-block; text-align:center; font-size:14px;">
22
+ <span><?php _e('Topics','wpforo'); ?>:</span>
23
+ <select name="wpforo_style_options[font_size_topic]" style="min-width:80px;">
24
+ <?php for( $a=11; $a < 28; $a++ ): ?><option value="<?php echo intval($a) ?>" <?php wpfo_check( $wpforo->style_options['font_size_topic'], $a, 'selected') ?>><?php echo intval($a); ?>px</option><?php endfor; ?>
25
+ </select>
26
+ </label> &nbsp;
27
+ <label style="display:inline-block; text-align:center; font-size:14px;">
28
+ <span><?php _e('Post Content','wpforo'); ?>:</span>
29
+ <select name="wpforo_style_options[font_size_post_content]" style="min-width:80px;">
30
+ <?php for( $a=11; $a < 28; $a++ ): ?><option value="<?php echo intval($a) ?>" <?php wpfo_check( $wpforo->style_options['font_size_post_content'], $a, 'selected') ?>><?php echo intval($a); ?>px</option><?php endfor; ?>
31
+ </select>
32
+ </label>
33
+ </td>
34
+ </tr>
35
+ <tr>
36
+ <th style="width:30%;"><label><?php _e('Custom CSS Code', 'wpforo'); ?>:</label></th>
37
+ <td>
38
+ <textarea name="wpforo_style_options[custom_css]" style="width:90%; height:130px; font-family:Consolas, 'Andale Mono', 'Lucida Console'; color:#666666; background:#fdfdfd;"><?php echo esc_textarea($wpforo->style_options['custom_css']); ?></textarea>
39
+ </td>
40
  </tr>
41
  </tbody>
42
  </table>
43
+ <h3 style="margin:0px 20px 0px 20px; padding:10px 0px; border-bottom:3px solid #F5F5F5;"><?php _e('Forum Color Styles', 'wpforo'); ?></h3>
44
+ <table style="width:95%; border:none; padding:5px; margin-left:10px; margin-top:15px;">
45
  <tbody>
46
  <tr class="form-field form-required">
47
  <td class="wpf-dw-td-value-p">
wpf-assets/js/frontend.js CHANGED
@@ -177,10 +177,4 @@ jQuery(document).ready(function($){
177
  //Turn off on dev mode
178
  //$(window).bind('resize', function(){ if (window.RT) { clearTimeout(window.RT); } window.RT = setTimeout(function(){ this.location.reload(false);}, 100); });
179
 
180
- });
181
-
182
- //tinymce link module changes
183
- jQuery(document).delegate('#mceu_12', 'click', function(){
184
- jQuery( "#mceu_43" ).remove();
185
- jQuery( "#mceu_41 > input[type='text']" ).attr('placeholder', 'Paste URL');
186
  });
177
  //Turn off on dev mode
178
  //$(window).bind('resize', function(){ if (window.RT) { clearTimeout(window.RT); } window.RT = setTimeout(function(){ this.location.reload(false);}, 100); });
179
 
 
 
 
 
 
 
180
  });
wpf-assets/js/tinymce-code.js ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ (function() {
2
+
3
+ tinymce.create('tinymce.plugins.wpforo_source_code_button', {
4
+ /**
5
+ * Initializes the plugin, this will be executed after the plugin has been created.
6
+ * This call is done before the editor instance has finished it's initialization so use the onInit event
7
+ * of the editor instance to intercept that event.
8
+ *
9
+ * @param {tinymce.Editor} ed Editor instance that the plugin is initialized in.
10
+ * @param {string} url Absolute URL to where the plugin is located.
11
+ */
12
+ init : function(ed, url) {
13
+
14
+ function showDialog() {
15
+ var win = ed.windowManager.open({
16
+ title: "Source code",
17
+ body: {
18
+ type: 'textbox',
19
+ name: 'code',
20
+ multiline: true,
21
+ minWidth: ed.getParam("code_dialog_width", 600),
22
+ minHeight: ed.getParam("code_dialog_height", Math.min(tinymce.DOM.getViewPort().h - 200, 500)),
23
+ spellcheck: false,
24
+ style: 'direction: ltr; text-align: left'
25
+ },
26
+ onSubmit: function(e) {
27
+ // We get a lovely "Wrong document" error in IE 11 if we
28
+ // don't move the focus to the editor before creating an undo
29
+ // transation since it tries to make a bookmark for the current selection
30
+ ed.focus();
31
+
32
+ ed.undoManager.transact(function() {
33
+ ed.setContent(e.data.code);
34
+ });
35
+
36
+ ed.selection.setCursorLocation();
37
+ ed.nodeChanged();
38
+ }
39
+ });
40
+
41
+ // Gecko has a major performance issue with textarea
42
+ // contents so we need to set it when all reflows are done
43
+ win.find('#code').value(ed.getContent({source_view: true}));
44
+ }
45
+
46
+ ed.addCommand("mceCodeEditor", showDialog);
47
+
48
+ ed.addButton('source_code', {
49
+ icon: 'codesample',
50
+ tooltip: 'Source code',
51
+ onclick: showDialog
52
+ });
53
+
54
+ ed.addMenuItem('code', {
55
+ icon: 'code',
56
+ text: 'Source code',
57
+ context: 'tools',
58
+ onclick: showDialog
59
+ });
60
+
61
+ },
62
+ });
63
+
64
+ // Register plugin
65
+ tinymce.PluginManager.add('wpforo_source_code_button', tinymce.plugins.wpforo_source_code_button);
66
+
67
+ })();
wpf-assets/js/tinymce-link.js ADDED
@@ -0,0 +1,408 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ (function() {
2
+
3
+ tinymce.create('tinymce.plugins.wpforo_link_button', {
4
+ /**
5
+ * Initializes the plugin, this will be executed after the plugin has been created.
6
+ * This call is done before the editor instance has finished it's initialization so use the onInit event
7
+ * of the editor instance to intercept that event.
8
+ *
9
+ * @param {tinymce.Editor} ed Editor instance that the plugin is initialized in.
10
+ * @param {string} url Absolute URL to where the plugin is located.
11
+ */
12
+ init : function(ed, url) {
13
+
14
+
15
+ function createLinkList(callback) {
16
+ return function() {
17
+ var linkList = ed.settings.link_list;
18
+
19
+ if (typeof linkList == "string") {
20
+ tinymce.util.XHR.send({
21
+ url: linkList,
22
+ success: function(text) {
23
+ callback(tinymce.util.JSON.parse(text));
24
+ }
25
+ });
26
+ } else if (typeof linkList == "function") {
27
+ linkList(callback);
28
+ } else {
29
+ callback(linkList);
30
+ }
31
+ };
32
+ }
33
+
34
+ function buildListItems(inputList, itemCallback, startItems) {
35
+ function appendItems(values, output) {
36
+ output = output || [];
37
+
38
+ tinymce.each(values, function(item) {
39
+ var menuItem = {text: item.text || item.title};
40
+
41
+ if (item.menu) {
42
+ menuItem.menu = appendItems(item.menu);
43
+ } else {
44
+ menuItem.value = item.value;
45
+
46
+ if (itemCallback) {
47
+ itemCallback(menuItem);
48
+ }
49
+ }
50
+
51
+ output.push(menuItem);
52
+ });
53
+
54
+ return output;
55
+ }
56
+
57
+ return appendItems(inputList, startItems || []);
58
+ }
59
+
60
+ function showDialog(linkList) {
61
+ var data = {}, selection = ed.selection, dom = ed.dom, selectedElm, anchorElm, initialText;
62
+ var win, onlyText, textListCtrl, linkListCtrl, relListCtrl, targetListCtrl, classListCtrl, linkTitleCtrl, value;
63
+
64
+ function linkListChangeHandler(e) {
65
+ var textCtrl = win.find('#text');
66
+
67
+ if (!textCtrl.value() || (e.lastControl && textCtrl.value() == e.lastControl.text())) {
68
+ textCtrl.value(e.control.text());
69
+ }
70
+
71
+ win.find('#href').value(e.control.value());
72
+ }
73
+
74
+ function buildAnchorListControl(url) {
75
+ var anchorList = [];
76
+
77
+ tinymce.each(ed.dom.select('a:not([href])'), function(anchor) {
78
+ var id = anchor.name || anchor.id;
79
+
80
+ if (id) {
81
+ anchorList.push({
82
+ text: id,
83
+ value: '#' + id,
84
+ selected: url.indexOf('#' + id) != -1
85
+ });
86
+ }
87
+ });
88
+
89
+ if (anchorList.length) {
90
+ anchorList.unshift({text: 'None', value: ''});
91
+
92
+ return {
93
+ name: 'anchor',
94
+ type: 'listbox',
95
+ label: 'Anchors',
96
+ values: anchorList,
97
+ onselect: linkListChangeHandler
98
+ };
99
+ }
100
+ }
101
+
102
+ function updateText() {
103
+ if (!initialText && data.text.length === 0 && onlyText) {
104
+ this.parent().parent().find('#text')[0].value(this.value());
105
+ }
106
+ }
107
+
108
+ function urlChange(e) {
109
+ var meta = e.meta || {};
110
+
111
+ if (linkListCtrl) {
112
+ linkListCtrl.value(ed.convertURL(this.value(), 'href'));
113
+ }
114
+
115
+ tinymce.each(e.meta, function(value, key) {
116
+ win.find('#' + key).value(value);
117
+ });
118
+
119
+ if (!meta.text) {
120
+ updateText.call(this);
121
+ }
122
+ }
123
+
124
+ function isOnlyTextSelected(anchorElm) {
125
+ var html = selection.getContent();
126
+
127
+ // Partial html and not a fully selected anchor element
128
+ if (/</.test(html) && (!/^<a [^>]+>[^<]+<\/a>$/.test(html) || html.indexOf('href=') == -1)) {
129
+ return false;
130
+ }
131
+
132
+ if (anchorElm) {
133
+ var nodes = anchorElm.childNodes, i;
134
+
135
+ if (nodes.length === 0) {
136
+ return false;
137
+ }
138
+
139
+ for (i = nodes.length - 1; i >= 0; i--) {
140
+ if (nodes[i].nodeType != 3) {
141
+ return false;
142
+ }
143
+ }
144
+ }
145
+
146
+ return true;
147
+ }
148
+
149
+ selectedElm = selection.getNode();
150
+ anchorElm = dom.getParent(selectedElm, 'a[href]');
151
+ onlyText = isOnlyTextSelected();
152
+
153
+ data.text = initialText = anchorElm ? (anchorElm.innerText || anchorElm.textContent) : selection.getContent({format: 'text'});
154
+ data.href = anchorElm ? dom.getAttrib(anchorElm, 'href') : '';
155
+
156
+ if (anchorElm) {
157
+ data.target = dom.getAttrib(anchorElm, 'target');
158
+ } else if (ed.settings.default_link_target) {
159
+ data.target = ed.settings.default_link_target;
160
+ }
161
+
162
+ if ((value = dom.getAttrib(anchorElm, 'rel'))) {
163
+ data.rel = value;
164
+ }
165
+
166
+ if ((value = dom.getAttrib(anchorElm, 'class'))) {
167
+ data['class'] = value;
168
+ }
169
+
170
+ if ((value = dom.getAttrib(anchorElm, 'title'))) {
171
+ data.title = value;
172
+ }
173
+
174
+ if (onlyText) {
175
+ textListCtrl = {
176
+ name: 'text',
177
+ type: 'textbox',
178
+ size: 40,
179
+ label: 'Link Text',
180
+ onchange: function() {
181
+ data.text = this.value();
182
+ }
183
+ };
184
+ }
185
+
186
+ if (linkList) {
187
+ linkListCtrl = {
188
+ type: 'listbox',
189
+ label: 'Link list',
190
+ values: buildListItems(
191
+ linkList,
192
+ function(item) {
193
+ item.value = ed.convertURL(item.value || item.url, 'href');
194
+ },
195
+ [{text: 'None', value: ''}]
196
+ ),
197
+ onselect: linkListChangeHandler,
198
+ value: ed.convertURL(data.href, 'href'),
199
+ onPostRender: function() {
200
+ /*eslint consistent-this:0*/
201
+ linkListCtrl = this;
202
+ }
203
+ };
204
+ }
205
+
206
+ if (ed.settings.target_list !== false) {
207
+ targetListCtrl = {
208
+ name: 'target',
209
+ type: 'checkbox',
210
+ checked: true,
211
+ text: 'Open link in a new tab'
212
+ };
213
+ }
214
+
215
+ if (ed.settings.rel_list) {
216
+ relListCtrl = {
217
+ name: 'rel',
218
+ type: 'listbox',
219
+ label: 'Rel',
220
+ values: buildListItems(ed.settings.rel_list)
221
+ };
222
+ }
223
+
224
+ if (ed.settings.link_class_list) {
225
+ classListCtrl = {
226
+ name: 'class',
227
+ type: 'listbox',
228
+ label: 'Class',
229
+ values: buildListItems(
230
+ ed.settings.link_class_list,
231
+ function(item) {
232
+ if (item.value) {
233
+ item.textStyle = function() {
234
+ return ed.formatter.getCssText({inline: 'a', classes: [item.value]});
235
+ };
236
+ }
237
+ }
238
+ )
239
+ };
240
+ }
241
+
242
+ if (ed.settings.link_title !== false) {
243
+ linkTitleCtrl = {
244
+ name: 'title',
245
+ type: 'textbox',
246
+ label: 'Title',
247
+ value: data.title
248
+ };
249
+ }
250
+
251
+ win = ed.windowManager.open({
252
+ title: 'Insert link',
253
+ data: data,
254
+ body: [
255
+ {
256
+ name: 'href',
257
+ type: 'filepicker',
258
+ filetype: 'file',
259
+ size: 40,
260
+ autofocus: true,
261
+ label: 'URL',
262
+ onchange: urlChange,
263
+ onkeyup: updateText
264
+ },
265
+ textListCtrl,
266
+ linkTitleCtrl,
267
+ buildAnchorListControl(data.href),
268
+ linkListCtrl,
269
+ relListCtrl,
270
+ targetListCtrl,
271
+ classListCtrl
272
+ ],
273
+ onSubmit: function(e) {
274
+ /*eslint dot-notation: 0*/
275
+ var href;
276
+
277
+ data = tinymce.extend(data, e.data);
278
+ href = data.href;
279
+ if ( href && ! /^(?:[a-z]+:|#|\?|\.|\/)/.test( href ) ) {
280
+ href = 'http://' + href;
281
+ }
282
+
283
+ // Delay confirm since onSubmit will move focus
284
+ function delayedConfirm(message, callback) {
285
+ var rng = ed.selection.getRng();
286
+
287
+ tinymce.util.Delay.setEditorTimeout(editor, function() {
288
+ ed.windowManager.confirm(message, function(state) {
289
+ ed.selection.setRng(rng);
290
+ callback(state);
291
+ });
292
+ });
293
+ }
294
+
295
+ function insertLink() {
296
+ var linkAttrs = {
297
+ href: href,
298
+ target: data.target ? data.target : null,
299
+ rel: data.rel ? data.rel : null,
300
+ "class": data["class"] ? data["class"] : null,
301
+ title: data.title ? data.title : null
302
+ };
303
+
304
+ if (anchorElm) {
305
+ ed.focus();
306
+
307
+ if (onlyText && data.text != initialText) {
308
+ if ("innerText" in anchorElm) {
309
+ anchorElm.innerText = data.text;
310
+ } else {
311
+ anchorElm.textContent = data.text;
312
+ }
313
+ }
314
+
315
+ dom.setAttribs(anchorElm, linkAttrs);
316
+
317
+ selection.select(anchorElm);
318
+ ed.undoManager.add();
319
+ } else {
320
+ if (onlyText) {
321
+ ed.insertContent(dom.createHTML('a', linkAttrs, dom.encode(data.text)));
322
+ } else {
323
+ ed.execCommand('mceInsertLink', false, linkAttrs);
324
+ }
325
+ }
326
+ }
327
+
328
+ if (!href) {
329
+ ed.execCommand('unlink');
330
+ return;
331
+ }
332
+
333
+ // Is email and not //user@domain.com
334
+ if (href.indexOf('@') > 0 && href.indexOf('//') == -1 && href.indexOf('mailto:') == -1) {
335
+ delayedConfirm(
336
+ 'The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?',
337
+ function(state) {
338
+ if (state) {
339
+ href = 'mailto:' + href;
340
+ }
341
+
342
+ insertLink();
343
+ }
344
+ );
345
+
346
+ return;
347
+ }
348
+
349
+ // Is not protocol prefixed
350
+ if ((ed.settings.link_assume_external_targets && !/^\w+:/i.test(href)) ||
351
+ (!ed.settings.link_assume_external_targets && /^\s*www[\.|\d\.]/i.test(href))) {
352
+ delayedConfirm(
353
+ 'The URL you entered seems to be an external link. Do you want to add the required http:// prefix?',
354
+ function(state) {
355
+ if (state) {
356
+ href = 'http://' + href;
357
+ }
358
+
359
+ insertLink();
360
+ }
361
+ );
362
+
363
+ return;
364
+ }
365
+
366
+ insertLink();
367
+ }
368
+ });
369
+ }
370
+
371
+ ed.addButton('link', {
372
+ icon: 'link',
373
+ tooltip: 'Insert/edit link',
374
+ shortcut: 'Meta+K',
375
+ onclick: createLinkList(showDialog),
376
+ stateSelector: 'a[href]'
377
+ });
378
+
379
+ ed.addButton('unlink', {
380
+ icon: 'unlink',
381
+ tooltip: 'Remove link',
382
+ cmd: 'unlink',
383
+ stateSelector: 'a[href]'
384
+ });
385
+
386
+ ed.addShortcut('Meta+K', '', createLinkList(showDialog));
387
+ ed.addCommand('mceLink', createLinkList(showDialog));
388
+
389
+ this.showDialog = showDialog;
390
+
391
+ ed.addMenuItem('link', {
392
+ icon: 'link',
393
+ text: 'Insert/edit link',
394
+ shortcut: 'Meta+K',
395
+ onclick: createLinkList(showDialog),
396
+ stateSelector: 'a[href]',
397
+ context: 'insert',
398
+ prependToContext: true
399
+ });
400
+
401
+
402
+ },
403
+ });
404
+
405
+ // Register plugin
406
+ tinymce.PluginManager.add('wpforo_link_button', tinymce.plugins.wpforo_link_button);
407
+
408
+ })();
wpf-includes/class-forums.php CHANGED
@@ -62,7 +62,7 @@ class wpForoForum{
62
  $is_cat = (isset($is_cat)) ? intval($is_cat) : 0;
63
  if(!$parentid) $is_cat = 1;
64
 
65
- if($parentid && !isset($cat_layout)) {
66
  $cat_layout = $this->wpforo->db->get_var("SELECT `cat_layout` FROM `".$this->wpforo->db->prefix ."wpforo_forums` WHERE `forumid` = " . intval($parentid) );
67
  $cat_layout = intval($cat_layout);
68
  }
@@ -137,7 +137,7 @@ class wpForoForum{
137
  $is_cat = (isset($is_cat)) ? intval($is_cat) : 0;
138
  if(!$parentid) $is_cat = 1;
139
 
140
- if($parentid && !isset($cat_layout)) {
141
  $cat_layout = $this->wpforo->db->get_var("SELECT `cat_layout` FROM `".$this->wpforo->db->prefix ."wpforo_forums` WHERE `forumid` = " . intval($parentid) );
142
  $cat_layout = intval($cat_layout);
143
  }
62
  $is_cat = (isset($is_cat)) ? intval($is_cat) : 0;
63
  if(!$parentid) $is_cat = 1;
64
 
65
+ if($parentid) {
66
  $cat_layout = $this->wpforo->db->get_var("SELECT `cat_layout` FROM `".$this->wpforo->db->prefix ."wpforo_forums` WHERE `forumid` = " . intval($parentid) );
67
  $cat_layout = intval($cat_layout);
68
  }
137
  $is_cat = (isset($is_cat)) ? intval($is_cat) : 0;
138
  if(!$parentid) $is_cat = 1;
139
 
140
+ if($parentid) {
141
  $cat_layout = $this->wpforo->db->get_var("SELECT `cat_layout` FROM `".$this->wpforo->db->prefix ."wpforo_forums` WHERE `forumid` = " . intval($parentid) );
142
  $cat_layout = intval($cat_layout);
143
  }
wpf-includes/class-members.php CHANGED
@@ -411,7 +411,7 @@ class wpForoMember{
411
  'groupid' => NULL, // groupid
412
  'orderby' => 'userid', //
413
  'order' => 'ASC', // ASC DESC
414
- 'offset' => NULL, // OFFSET
415
  'row_count' => NULL // ROW COUNT
416
  );
417
 
@@ -426,29 +426,17 @@ class wpForoMember{
426
  LEFT JOIN `".$this->wpforo->db->prefix."wpforo_profiles` p ON p.`userid` = u.`ID`
427
  LEFT JOIN `".$this->wpforo->db->prefix."wpforo_usergroups` ug ON ug.`groupid` = p.`groupid`";
428
  $wheres = array();
429
- if(!empty($include)) $wheres[] = "`ID` IN(" . implode(', ', array_map('intval', $include)) . ")";
430
- if(!empty($exclude)) $wheres[] = "`ID` NOT IN(" . implode(', ', array_map('intval', $exclude)) . ")";
431
  if(isset($status)) $wheres[] = " p.`status` = '" . esc_sql(sanitize_text_field($status)) . "' ";
432
  if($groupid != NULL) $wheres[] = "p.`groupid` = " . intval($groupid);
433
 
434
- if(!empty($wheres)){
435
- $sql .= " WHERE " . implode($wheres, " AND ");
436
- }
437
-
438
  $items_count = $this->wpforo->db->get_var(preg_replace('#SELECT.+?FROM#isu', 'SELECT count(*) FROM', $sql));
439
-
440
  $sql .= esc_sql(" ORDER BY $orderby " . $order);
441
-
442
- if($row_count != NULL){
443
- if($offset != NULL){
444
- $sql .= esc_sql(" LIMIT $offset,$row_count");
445
- }else{
446
- $sql .= esc_sql(" LIMIT $row_count");
447
- }
448
- }
449
 
450
  return $this->wpforo->db->get_results($sql, ARRAY_A);
451
-
452
  }
453
  }
454
 
@@ -772,7 +760,7 @@ class wpForoMember{
772
  if($duration == 240) $duration = $this->wpforo->member_options['online_status_timeout'];
773
  $current_time = current_time( 'timestamp', 1 );
774
  $online_timeframe = $current_time - $duration;
775
- return $this->wpforo->db->get_var( "SELECT COUNT(`user_id`) FROM `".$this->wpforo->db->prefix."usermeta` WHERE meta_key = 'wpforo_online_time' AND meta_value > " . esc_sql($online_timeframe) );
776
 
777
  }
778
 
@@ -780,12 +768,10 @@ class wpForoMember{
780
  if($duration == 240) $duration = $this->wpforo->member_options['online_status_timeout'];
781
  $current_time = current_time( 'timestamp', 1 );
782
  $online_timeframe = $current_time - $duration;
783
- $onlinemembers_ids = $this->wpforo->db->get_col( "SELECT `user_id` FROM `".$this->wpforo->db->prefix."usermeta` WHERE meta_key = 'wpforo_online_time' AND meta_value > " . esc_sql($online_timeframe) );
784
-
785
  if(!empty($onlinemembers_ids)){
786
  $args = array(
787
  'include' => $onlinemembers_ids, // array( 2, 10, 25 )
788
- 'status' => "'active'", // 'active', 'blocked', 'trashed', 'spamer'
789
  'orderby' => 'userid', // forumid, order, parentid
790
  'row_count' => $count,
791
  'order' => 'ASC', // ASC DESC
411
  'groupid' => NULL, // groupid
412
  'orderby' => 'userid', //
413
  'order' => 'ASC', // ASC DESC
414
+ 'offset' => 0, // OFFSET
415
  'row_count' => NULL // ROW COUNT
416
  );
417
 
426
  LEFT JOIN `".$this->wpforo->db->prefix."wpforo_profiles` p ON p.`userid` = u.`ID`
427
  LEFT JOIN `".$this->wpforo->db->prefix."wpforo_usergroups` ug ON ug.`groupid` = p.`groupid`";
428
  $wheres = array();
429
+ if(!empty($include)) $wheres[] = "u.`ID` IN(" . implode(', ', array_map('intval', $include)) . ")";
430
+ if(!empty($exclude)) $wheres[] = "u.`ID` NOT IN(" . implode(', ', array_map('intval', $exclude)) . ")";
431
  if(isset($status)) $wheres[] = " p.`status` = '" . esc_sql(sanitize_text_field($status)) . "' ";
432
  if($groupid != NULL) $wheres[] = "p.`groupid` = " . intval($groupid);
433
 
434
+ if(!empty($wheres)) $sql .= " WHERE " . implode($wheres, " AND ");
 
 
 
435
  $items_count = $this->wpforo->db->get_var(preg_replace('#SELECT.+?FROM#isu', 'SELECT count(*) FROM', $sql));
 
436
  $sql .= esc_sql(" ORDER BY $orderby " . $order);
437
+ if($row_count) $sql .= esc_sql(" LIMIT $offset,$row_count");
 
 
 
 
 
 
 
438
 
439
  return $this->wpforo->db->get_results($sql, ARRAY_A);
 
440
  }
441
  }
442
 
760
  if($duration == 240) $duration = $this->wpforo->member_options['online_status_timeout'];
761
  $current_time = current_time( 'timestamp', 1 );
762
  $online_timeframe = $current_time - $duration;
763
+ return $this->wpforo->db->get_var( "SELECT COUNT(`user_id`) FROM `".$this->wpforo->db->prefix."usermeta` WHERE meta_key = 'wpforo_online_time' AND meta_value > " . wpforo_bigintval($online_timeframe) );
764
 
765
  }
766
 
768
  if($duration == 240) $duration = $this->wpforo->member_options['online_status_timeout'];
769
  $current_time = current_time( 'timestamp', 1 );
770
  $online_timeframe = $current_time - $duration;
771
+ $onlinemembers_ids = $this->wpforo->db->get_col( "SELECT `user_id` FROM `".$this->wpforo->db->prefix."usermeta` WHERE meta_key = 'wpforo_online_time' AND meta_value > " . wpforo_bigintval($online_timeframe) );
 
772
  if(!empty($onlinemembers_ids)){
773
  $args = array(
774
  'include' => $onlinemembers_ids, // array( 2, 10, 25 )
 
775
  'orderby' => 'userid', // forumid, order, parentid
776
  'row_count' => $count,
777
  'order' => 'ASC', // ASC DESC
wpf-includes/class-posts.php CHANGED
@@ -508,9 +508,16 @@ class wpForoPost{
508
  *
509
  * @return string $url
510
  */
511
- function get_post_url( $postid ){
512
- $postid = intval($postid);
513
- $post = $this->get_post($postid);
 
 
 
 
 
 
 
514
 
515
  if( is_array($post) && !empty($post) ){
516
  $url = WPFORO_BASE_URL . $this->get_forumslug_byid($postid) . '/' . $this->get_topicslug_byid($postid);
@@ -529,6 +536,7 @@ class wpForoPost{
529
 
530
  }
531
 
 
532
  /**
533
  * return 0 or 1
534
  *
508
  *
509
  * @return string $url
510
  */
511
+ function get_post_url( $arg ){
512
+
513
+ if(empty($arg['postid'])){
514
+ $postid = intval($arg);
515
+ $post = $this->get_post($postid);
516
+ }
517
+ else{
518
+ $post = $arg;
519
+ $postid = $post['postid'];
520
+ }
521
 
522
  if( is_array($post) && !empty($post) ){
523
  $url = WPFORO_BASE_URL . $this->get_forumslug_byid($postid) . '/' . $this->get_topicslug_byid($postid);
536
 
537
  }
538
 
539
+
540
  /**
541
  * return 0 or 1
542
  *
wpf-includes/class-template.php CHANGED
@@ -9,14 +9,32 @@ class wpForoTemplate{
9
 
10
  function __construct( $wpForo ){
11
  if(!isset($this->wpforo)) $this->wpforo = $wpForo;
12
- add_filter("mce_external_plugins", array(&$this, 'add_pre_button'));
 
 
 
 
13
  }
14
 
15
- function add_pre_button($plugin_array) {
 
16
  $plugin_array['wpforo_pre_button'] = WPFORO_URL . '/wpf-assets/js/tinymce-pre.js';
 
 
17
  return $plugin_array;
18
  }
19
 
 
 
 
 
 
 
 
 
 
 
 
20
  function topic_form($forumid){
21
  if(!isset($this->wpforo->post_options['max_upload_size']) || !$this->wpforo->post_options['max_upload_size']){ $server_mus = wpforo_human_size_to_bytes(ini_get('upload_max_filesize')); if( !$server_mus || $server_mus > 10485760 ) $server_mus = 10485760; $this->wpforo->post_options['max_upload_size'] = $server_mus;}
22
  ?>
@@ -42,7 +60,7 @@ class wpForoTemplate{
42
  'teeny'=> FALSE, // output the minimal editor config used in Press This
43
  'dfw'=> false, // replace the default fullscreen with DFW (supported on the front - end in WordPress 3.4)
44
  'tinymce'=> array(
45
- 'toolbar1' => 'bold,italic,underline,strikethrough,forecolor,bullist,numlist,hr,alignleft,aligncenter,alignright,alignjustify,link,unlink,blockquote,pre,undo,redo',
46
  'toolbar2' => '',
47
  'toolbar3' => '',
48
  'toolbar4' => ''
@@ -135,7 +153,7 @@ class wpForoTemplate{
135
  <div id="wpf-form-wrapper">
136
  <?php echo $head_html; //this is a HTML content ?>
137
  <div id="wpf-post-create" class="wpf-post-create">
138
- <form name="post" action="" enctype="multipart/form-data" method="POST" class="editor" onsubmit="document.getElementById('formtopictitle').disabled = false;">
139
  <?php wp_nonce_field( 'wpforo_verify_form', 'wpforo_form' ); ?>
140
  <input type="hidden" id="formaction" name="post[action]" value="add"/>
141
  <input type="hidden" id="formtopicid" name="post[topicid]" value="<?php echo intval($topicid) ?>"/>
@@ -160,7 +178,7 @@ class wpForoTemplate{
160
  'teeny'=> false, // output the minimal editor config used in Press This
161
  'dfw'=> false, // replace the default fullscreen with DFW (supported on the front - end in WordPress 3.4)
162
  'tinymce'=> array(
163
- 'toolbar1' => 'bold,italic,underline,strikethrough,forecolor,bullist,numlist,hr,alignleft,aligncenter,alignright,alignjustify,link,unlink,blockquote,pre,undo,redo',
164
  'toolbar2' => '',
165
  'toolbar3' => '',
166
  'toolbar4' => ''
9
 
10
  function __construct( $wpForo ){
11
  if(!isset($this->wpforo)) $this->wpforo = $wpForo;
12
+ if(!is_admin()){
13
+ add_filter("mce_external_plugins", array(&$this, 'add_tinymce_buttons'), 15);
14
+ add_filter("tiny_mce_plugins", array(&$this, 'filter_tinymce_plugins'), 15);
15
+ add_filter("wp_mce_translation", array(&$this, 'add_tinymce_translations'));
16
+ }
17
  }
18
 
19
+ function add_tinymce_buttons($plugin_array) {
20
+ $plugin_array = array();
21
  $plugin_array['wpforo_pre_button'] = WPFORO_URL . '/wpf-assets/js/tinymce-pre.js';
22
+ $plugin_array['wpforo_link_button'] = WPFORO_URL . '/wpf-assets/js/tinymce-link.js';
23
+ $plugin_array['wpforo_source_code_button'] = WPFORO_URL . '/wpf-assets/js/tinymce-code.js';
24
  return $plugin_array;
25
  }
26
 
27
+ function filter_tinymce_plugins($plugins){
28
+ return array('hr','lists','textcolor');
29
+ }
30
+
31
+ function add_tinymce_translations($mce_translation){
32
+ $mce_translation['Insert link'] = __( 'Insert link' );
33
+ $mce_translation['Link Text'] = __( 'Link Text' );
34
+ $mce_translation['Open link in a new tab'] = __( 'Open link in a new tab' );
35
+ return $mce_translation;
36
+ }
37
+
38
  function topic_form($forumid){
39
  if(!isset($this->wpforo->post_options['max_upload_size']) || !$this->wpforo->post_options['max_upload_size']){ $server_mus = wpforo_human_size_to_bytes(ini_get('upload_max_filesize')); if( !$server_mus || $server_mus > 10485760 ) $server_mus = 10485760; $this->wpforo->post_options['max_upload_size'] = $server_mus;}
40
  ?>
60
  'teeny'=> FALSE, // output the minimal editor config used in Press This
61
  'dfw'=> false, // replace the default fullscreen with DFW (supported on the front - end in WordPress 3.4)
62
  'tinymce'=> array(
63
+ 'toolbar1' => 'bold,italic,underline,strikethrough,forecolor,bullist,numlist,hr,alignleft,aligncenter,alignright,alignjustify,link,unlink,blockquote,pre,undo,redo,source_code',
64
  'toolbar2' => '',
65
  'toolbar3' => '',
66
  'toolbar4' => ''
153
  <div id="wpf-form-wrapper">
154
  <?php echo $head_html; //this is a HTML content ?>
155
  <div id="wpf-post-create" class="wpf-post-create">
156
+ <form name="post" action="" enctype="multipart/form-data" method="POST" class="editor">
157
  <?php wp_nonce_field( 'wpforo_verify_form', 'wpforo_form' ); ?>
158
  <input type="hidden" id="formaction" name="post[action]" value="add"/>
159
  <input type="hidden" id="formtopicid" name="post[topicid]" value="<?php echo intval($topicid) ?>"/>
178
  'teeny'=> false, // output the minimal editor config used in Press This
179
  'dfw'=> false, // replace the default fullscreen with DFW (supported on the front - end in WordPress 3.4)
180
  'tinymce'=> array(
181
+ 'toolbar1' => 'bold,italic,underline,strikethrough,forecolor,bullist,numlist,hr,alignleft,aligncenter,alignright,alignjustify,link,unlink,blockquote,pre,undo,redo,source_code',
182
  'toolbar2' => '',
183
  'toolbar3' => '',
184
  'toolbar4' => ''
wpf-includes/functions-installation.php CHANGED
@@ -5,6 +5,7 @@
5
 
6
  function wpforo_activation(){
7
 
 
8
  if( ! current_user_can( 'activate_plugins' ) ) return;
9
 
10
  global $wpforo;
@@ -78,11 +79,20 @@ function wpforo_activation(){
78
  'seo-title' => 1,
79
  'seo-meta' => 1,
80
  'font-awesome' => 1,
 
81
  'copyright' => 1
82
  );
83
  add_option( 'wpforo_features', $wpforo_features );
84
 
85
  // Theme ///////////////////////////////////////////////////
 
 
 
 
 
 
 
 
86
  $defaut_theme = 'classic';
87
  $theme = $wpforo->tpl->find_theme( $defaut_theme );
88
  add_option( 'wpforo_theme_options', $theme );
@@ -408,26 +418,28 @@ function wpforo_activation(){
408
 
409
  // Creating Forum Page ///////////////////////////////////////////////////////////////
410
  if( !$wpforo->pageid ){
411
- $wpforo_page = array(
412
- 'post_date' => current_time( 'mysql', 1 ),
413
- 'post_date_gmt' => current_time( 'mysql', 1 ),
414
- 'post_content' => '[wpforo-index]',
415
- 'post_title' => 'Forum',
416
- 'post_status' => 'publish',
417
- 'comment_status' => 'close',
418
- 'ping_status' => 'close',
419
- 'post_name' => 'community',
420
- 'post_modified' => current_time( 'mysql', 1 ),
421
- 'post_modified_gmt' => current_time( 'mysql', 1 ),
422
- 'post_parent' => 0,
423
- 'menu_order' => 0,
424
- 'post_type' => 'page'
425
- );
426
- if( $page_id = wp_insert_post( $wpforo_page ) ){
427
- if(!is_wp_error($page_id)){
428
- update_option( 'wpforo_pageid', $page_id );
429
- update_option( 'wpforo_url', trim(get_permalink($page_id), '/') . '/' );
430
- }
 
 
431
  }
432
  }
433
 
@@ -445,29 +457,36 @@ function wpforo_activation(){
445
  wp_mkdir_p($avatars_upload_dir);
446
  }
447
 
448
- wpforo_update();
 
 
449
 
450
- $wpforo->notice->clear();
451
- }
452
-
453
- function wpforo_update() {
454
- global $wpforo, $wpdb;
455
  $old_version = get_option('wpforo_version');
456
- //Beta-3//////////////////////////////////////////////////////
457
- if( $old_version != 'Beta-3' && $wpforo->version == 'Beta-3' ){
458
  $member_options = get_option( 'wpforo_member_options' );
459
  if(!isset($member_options['login_url'])) $member_options['login_url'] = '';
460
  if(!isset($member_options['register_url'])) $member_options['register_url'] = '';
461
  if(!isset($member_options['lost_password_url'])) $member_options['lost_password_url'] = '';
462
  if(!isset($member_options['rating_title_ug'])) $member_options['rating_title_ug'] = array ( 1 => '1', 5 => '1', 4 => '1', 2 => '1', 3 => '1');
463
  if(!isset($member_options['rating_badge_ug'])) $member_options['rating_badge_ug'] = array ( 1 => '1', 5 => '1', 4 => '1', 2 => '1', 3 => '1');
464
- update_option( 'wpforo_member_options', $member_options );
465
- }
466
- //////////////////////////////////////////////////////////////
 
 
 
 
 
 
 
 
 
 
467
  update_option('wpforo_version', $wpforo->version);
 
468
  }
469
 
470
-
471
  function wpforo_deactivation() {}
472
 
473
 
@@ -534,6 +553,7 @@ function wpforo_uninstall() {
534
 
535
  $menu = wp_get_nav_menu_object( 'wpforo-navigation' );
536
  wp_delete_nav_menu( $menu->term_id );
 
537
 
538
  deactivate_plugins( WPFORO_BASENAME );
539
 
5
 
6
  function wpforo_activation(){
7
 
8
+ if( ! is_admin() ) return;
9
  if( ! current_user_can( 'activate_plugins' ) ) return;
10
 
11
  global $wpforo;
79
  'seo-title' => 1,
80
  'seo-meta' => 1,
81
  'font-awesome' => 1,
82
+ 'output-buffer' => 0,
83
  'copyright' => 1
84
  );
85
  add_option( 'wpforo_features', $wpforo_features );
86
 
87
  // Theme ///////////////////////////////////////////////////
88
+ $wpforo_style = array(
89
+ 'font_size_forum' => 17,
90
+ 'font_size_topic' => 16,
91
+ 'font_size_post_content' => 14,
92
+ 'custom_css' => "#wpforo-wrap {\r\n font-size: 13px; width: 100%; margin:0;\r\n}\r\n",
93
+ );
94
+ add_option( 'wpforo_style_options', $wpforo_style );
95
+
96
  $defaut_theme = 'classic';
97
  $theme = $wpforo->tpl->find_theme( $defaut_theme );
98
  add_option( 'wpforo_theme_options', $theme );
418
 
419
  // Creating Forum Page ///////////////////////////////////////////////////////////////
420
  if( !$wpforo->pageid ){
421
+ if( !$page_id = $wpforo->db->get_var("SELECT `ID` FROM `{$wpforo->db->prefix}posts` WHERE `post_content` LIKE '%[wpforo-index]%' AND `post_status` LIKE 'publish' AND `post_type` IN('post', 'page')") ){
422
+ $wpforo_page = array(
423
+ 'post_date' => current_time( 'mysql', 1 ),
424
+ 'post_date_gmt' => current_time( 'mysql', 1 ),
425
+ 'post_content' => '[wpforo-index]',
426
+ 'post_title' => 'Forum',
427
+ 'post_status' => 'publish',
428
+ 'comment_status' => 'close',
429
+ 'ping_status' => 'close',
430
+ 'post_name' => 'community',
431
+ 'post_modified' => current_time( 'mysql', 1 ),
432
+ 'post_modified_gmt' => current_time( 'mysql', 1 ),
433
+ 'post_parent' => 0,
434
+ 'menu_order' => 0,
435
+ 'post_type' => 'page'
436
+ );
437
+ $page_id = wp_insert_post( $wpforo_page );
438
+ }
439
+
440
+ if( $page_id && !is_wp_error($page_id) ){
441
+ update_option( 'wpforo_pageid', $page_id );
442
+ update_option( 'wpforo_url', trim(get_permalink($page_id), '/') . '/' );
443
  }
444
  }
445
 
457
  wp_mkdir_p($avatars_upload_dir);
458
  }
459
 
460
+ ################################################################################
461
+ // UDATES //////////////////////////////////////////////////////////////////////
462
+ ################################################################################
463
 
 
 
 
 
 
464
  $old_version = get_option('wpforo_version');
465
+
466
+ //if ( version_compare($old_version, 'Beta-3', '<') ) {
467
  $member_options = get_option( 'wpforo_member_options' );
468
  if(!isset($member_options['login_url'])) $member_options['login_url'] = '';
469
  if(!isset($member_options['register_url'])) $member_options['register_url'] = '';
470
  if(!isset($member_options['lost_password_url'])) $member_options['lost_password_url'] = '';
471
  if(!isset($member_options['rating_title_ug'])) $member_options['rating_title_ug'] = array ( 1 => '1', 5 => '1', 4 => '1', 2 => '1', 3 => '1');
472
  if(!isset($member_options['rating_badge_ug'])) $member_options['rating_badge_ug'] = array ( 1 => '1', 5 => '1', 4 => '1', 2 => '1', 3 => '1');
473
+ if(!empty($member_options))update_option( 'wpforo_member_options', $member_options );
474
+ //}
475
+
476
+ //if ( version_compare($old_version, 'Beta-4', '<') ) {
477
+ $features = get_option( 'wpforo_features' );
478
+ if(!isset($features['output-buffer'])) $features['output-buffer'] = 0;
479
+ if(!empty($features)) update_option( 'wpforo_features', $features );
480
+ //}
481
+
482
+ ################################################################################
483
+ // UDATES END //////////////////////////////////////////////////////////////////
484
+ ################################################################################
485
+
486
  update_option('wpforo_version', $wpforo->version);
487
+ $wpforo->notice->clear();
488
  }
489
 
 
490
  function wpforo_deactivation() {}
491
 
492
 
553
 
554
  $menu = wp_get_nav_menu_object( 'wpforo-navigation' );
555
  wp_delete_nav_menu( $menu->term_id );
556
+ wp_delete_post($wpforo->pageid, TRUE);
557
 
558
  deactivate_plugins( WPFORO_BASENAME );
559
 
wpf-includes/functions-template.php CHANGED
@@ -377,12 +377,90 @@ class wpForo_Widget_online_members extends WP_Widget {
377
  }
378
  } // widget online members
379
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
380
  class wpForo_Widget_recent_replies extends WP_Widget {
381
  function __construct() {
382
  parent::__construct(
383
  'wpForo_Widget_recent_replies', // Base ID
384
- 'wpForo Recent Replies', // Name
385
- array( 'description' => 'Your forum\'s recent replies.' ) // Args
386
  );
387
  }
388
  public function widget( $args, $instance ) {
@@ -393,15 +471,16 @@ class wpForo_Widget_recent_replies extends WP_Widget {
393
  echo $args['before_title'] . apply_filters( 'widget_title', $instance['title'] ). $args['after_title'];//This is a HTML content//
394
  }
395
  // widget content from front end
396
- $getposts_args = array(
397
  'orderby' => 'modified', // forumid, order, parentid
398
  'order' => 'DESC', // ASC DESC
399
  'row_count' => $instance['count'] // 4 or 1 ...
400
  );
401
- $recent_posts = $wpforo->post->get_posts($getposts_args);
402
  echo '<div class="wpforo-widget-content"><ul>';
403
  foreach( $recent_posts as $post ){
404
- $post_url = $wpforo->post->get_post_url( $post['postid'] );
 
405
  $member = $wpforo->member->get_member( $post['userid'] );
406
  ?>
407
  <li>
@@ -414,7 +493,7 @@ class wpForo_Widget_recent_replies extends WP_Widget {
414
  <div class="wpforo-list-item-right" <?php if( !$instance['display_avatar'] ): ?> style="width:100%"<?php endif; ?>>
415
  <p class="posttitle"><a href="<?php echo esc_url($post_url) ?>"><?php echo esc_html($post['title']) ?></a></p>
416
  <p class="posttext"><?php echo esc_html(wpforo_text($post['body'], 55)); ?></p>
417
- <p class="postuser"><?php wpforo_phrase('by') ?> <a href="<?php echo esc_url($wpforo->member->get_profile_url($post['userid'])) ?>"><?php echo esc_html($member['display_name']) ?></a></p>
418
  <p class="postdate"><?php wpforo_phrase('posted') ?>&nbsp;<?php esc_html(wpforo_date($post['created'])) ?></p>
419
  </div>
420
  <div class="wpf-clear"></div>
@@ -427,7 +506,7 @@ class wpForo_Widget_recent_replies extends WP_Widget {
427
  echo $args['after_widget'];//This is a HTML content//
428
  }
429
  public function form( $instance ) {
430
- $title = ! empty( $instance['title'] ) ? $instance['title'] : 'Recent Replies';
431
  $count = ! empty( $instance['count'] ) ? $instance['count'] : '9';
432
  $display_avatar = isset( $instance['display_avatar'] ) ? (bool) $instance['display_avatar'] : false;
433
  ?>
@@ -508,6 +587,11 @@ function wpforo_widget_online_members() {
508
  }
509
  add_action( 'widgets_init', 'wpforo_widget_online_members' );
510
 
 
 
 
 
 
511
  function wpforo_widget_recent_replies() {
512
  register_widget( 'wpForo_Widget_recent_replies' );
513
  }
377
  }
378
  } // widget online members
379
 
380
+ class wpForo_Widget_recent_topics extends WP_Widget {
381
+ function __construct() {
382
+ parent::__construct(
383
+ 'wpForo_Widget_recent_topics', // Base ID
384
+ 'wpForo Recent Topics', // Name
385
+ array( 'description' => 'Your forum\'s recent topics.' ) // Args
386
+ );
387
+ }
388
+ public function widget( $args, $instance ) {
389
+ global $wpforo;
390
+ echo $args['before_widget'];//This is a HTML content//
391
+ echo '<div id="wpf-widget-recent-replies" class="wpforo-widget-wrap">';
392
+ if ( ! empty( $instance['title'] ) ) {
393
+ echo $args['before_title'] . apply_filters( 'widget_title', $instance['title'] ). $args['after_title'];//This is a HTML content//
394
+ }
395
+ // widget content from front end
396
+ $topic_args = array(
397
+ 'orderby' => 'modified', // forumid, order, parentid
398
+ 'order' => 'DESC', // ASC DESC
399
+ 'row_count' => $instance['count'] // 4 or 1 ...
400
+ );
401
+ $topics = $wpforo->topic->get_topics($topic_args);
402
+ echo '<div class="wpforo-widget-content"><ul>';
403
+ foreach( $topics as $topic ){
404
+ if( !$wpforo->perm->forum_can( $topic['forumid'], 'vf' ) ) continue;
405
+ $topic_url = $wpforo->topic->get_topic_url( $topic );
406
+ $member = $wpforo->member->get_member( $topic['userid'] );
407
+ $post = $wpforo->post->get_post($topic['first_postid']);
408
+ ?>
409
+ <li>
410
+ <div class="wpforo-list-item">
411
+ <?php if( $instance['display_avatar'] ): ?>
412
+ <div class="wpforo-list-item-left">
413
+ <?php echo $wpforo->member->get_avatar( $topic['userid'], 'style="width:95%;"'); ?>
414
+ </div>
415
+ <?php endif; ?>
416
+ <div class="wpforo-list-item-right" <?php if( !$instance['display_avatar'] ): ?> style="width:100%"<?php endif; ?>>
417
+ <p class="posttitle"><a href="<?php echo esc_url($topic_url) ?>"><?php echo esc_html($topic['title']) ?></a></p>
418
+ <p class="posttext"><?php echo esc_html(wpforo_text($post['body'], 55)); ?></p>
419
+ <p class="postuser"><?php wpforo_phrase('by') ?> <a href="<?php echo esc_url($wpforo->member->profile_url($member)) ?>"><?php echo esc_html($member['display_name']) ?></a></p>
420
+ <p class="postdate"><?php wpforo_phrase('posted') ?>&nbsp;<?php esc_html(wpforo_date($topic['created'])) ?></p>
421
+ </div>
422
+ <div class="wpf-clear"></div>
423
+ </div>
424
+ </li>
425
+ <?php
426
+ }
427
+ echo '</ul></div>';
428
+ echo '</div>';
429
+ echo $args['after_widget'];//This is a HTML content//
430
+ }
431
+ public function form( $instance ) {
432
+ $title = ! empty( $instance['title'] ) ? $instance['title'] : 'Recent Topics';
433
+ $count = ! empty( $instance['count'] ) ? $instance['count'] : '9';
434
+ $display_avatar = isset( $instance['display_avatar'] ) ? (bool) $instance['display_avatar'] : false;
435
+ ?>
436
+ <p>
437
+ <label><?php _e('Title', 'wpforo'); ?>:</label>
438
+ <input class="widefat" name="<?php echo esc_attr($this->get_field_name( 'title' )); ?>" type="text" value="<?php echo esc_attr( $title ); ?>">
439
+ </p><p>
440
+ <label><?php _e('Number of Items', 'wpforo'); ?></label>&nbsp;
441
+ <input type="number" min="1" style="width: 53px;" name="<?php echo esc_attr($this->get_field_name( 'count' )); ?>" value="<?php echo esc_attr($count) ; ?>">
442
+ </p><p>
443
+ <label><input <?php checked( $display_avatar ); ?> type="checkbox" name="<?php echo esc_attr($this->get_field_name( 'display_avatar' )); ?>" >
444
+ <?php _e('Display with Avatars', 'wpforo'); ?></label>
445
+ </p>
446
+ <?php
447
+ }
448
+ public function update( $new_instance, $old_instance ) {
449
+ $instance = array();
450
+ $instance['title'] = ( ! empty( $new_instance['title'] ) ) ? strip_tags( $new_instance['title'] ) : '';
451
+ $instance['count'] = ( ! empty( $new_instance['count'] ) ) ? intval( $new_instance['count'] ) : '';
452
+ $instance['display_avatar'] = isset( $new_instance['display_avatar'] ) ? (bool) $new_instance['display_avatar'] : false;
453
+ return $instance;
454
+ }
455
+ } // Recent topics
456
+
457
+
458
  class wpForo_Widget_recent_replies extends WP_Widget {
459
  function __construct() {
460
  parent::__construct(
461
  'wpForo_Widget_recent_replies', // Base ID
462
+ 'wpForo Recent Posts', // Name
463
+ array( 'description' => 'Your forum\'s recent posts.' ) // Args
464
  );
465
  }
466
  public function widget( $args, $instance ) {
471
  echo $args['before_title'] . apply_filters( 'widget_title', $instance['title'] ). $args['after_title'];//This is a HTML content//
472
  }
473
  // widget content from front end
474
+ $posts_args = array(
475
  'orderby' => 'modified', // forumid, order, parentid
476
  'order' => 'DESC', // ASC DESC
477
  'row_count' => $instance['count'] // 4 or 1 ...
478
  );
479
+ $recent_posts = $wpforo->post->get_posts($posts_args);
480
  echo '<div class="wpforo-widget-content"><ul>';
481
  foreach( $recent_posts as $post ){
482
+ if( !$wpforo->perm->forum_can( $post['forumid'], 'vf' ) ) continue;
483
+ $post_url = $wpforo->post->get_post_url( $post );
484
  $member = $wpforo->member->get_member( $post['userid'] );
485
  ?>
486
  <li>
493
  <div class="wpforo-list-item-right" <?php if( !$instance['display_avatar'] ): ?> style="width:100%"<?php endif; ?>>
494
  <p class="posttitle"><a href="<?php echo esc_url($post_url) ?>"><?php echo esc_html($post['title']) ?></a></p>
495
  <p class="posttext"><?php echo esc_html(wpforo_text($post['body'], 55)); ?></p>
496
+ <p class="postuser"><?php wpforo_phrase('by') ?> <a href="<?php echo esc_url($wpforo->member->profile_url($member)) ?>"><?php echo esc_html($member['display_name']) ?></a></p>
497
  <p class="postdate"><?php wpforo_phrase('posted') ?>&nbsp;<?php esc_html(wpforo_date($post['created'])) ?></p>
498
  </div>
499
  <div class="wpf-clear"></div>
506
  echo $args['after_widget'];//This is a HTML content//
507
  }
508
  public function form( $instance ) {
509
+ $title = ! empty( $instance['title'] ) ? $instance['title'] : 'Recent Posts';
510
  $count = ! empty( $instance['count'] ) ? $instance['count'] : '9';
511
  $display_avatar = isset( $instance['display_avatar'] ) ? (bool) $instance['display_avatar'] : false;
512
  ?>
587
  }
588
  add_action( 'widgets_init', 'wpforo_widget_online_members' );
589
 
590
+ function wpforo_widget_recent_topics() {
591
+ register_widget( 'wpForo_Widget_recent_topics' );
592
+ }
593
+ add_action( 'widgets_init', 'wpforo_widget_recent_topics' );
594
+
595
  function wpforo_widget_recent_replies() {
596
  register_widget( 'wpForo_Widget_recent_replies' );
597
  }
wpf-includes/functions.php CHANGED
@@ -606,7 +606,16 @@ function wpforo_admin_options_tabs( $tabs, $current = 'general', $subtab = FALSE
606
 
607
  function wpforo_content_filter( $content ){
608
  $content = apply_filters('wpforo_body_text_filter', $content);
609
- $content = preg_replace('#([^\'\"]|^)(https?://[^\s\'\"<>]+)([^\'\"]|$)#isu', '$1 <a href="$2" target="_blank">$2</a> $3', $content);
 
 
 
 
 
 
 
 
 
610
  return wpautop($content);
611
  }
612
 
606
 
607
  function wpforo_content_filter( $content ){
608
  $content = apply_filters('wpforo_body_text_filter', $content);
609
+ $content = preg_replace('#([^\'\"]|^)(https?://[^\s\'\"<>]+\.(?:jpg|jpeg|png|gif|ico|svg|bmp|tiff))([^\'\"]|$)#isu', '$1 <a class="wpforo-auto-embeded-link" href="$2" target="_blank"><img class="wpforo-auto-embeded-image" src="$2"/></a> $3', $content);
610
+ $content = preg_replace('#([^\'\"]|^)(https?://[^\s\'\"<>]+)([^\'\"]|$)#isu', '$1 <a class="wpforo-auto-embeded-link" href="$2" target="_blank">$2</a> $3', $content);
611
+ if(preg_match_all('#<pre([^<>]*)>(.*?class=[\'"]wpforo-auto-embeded[^\'"]*[\'"].*?)</pre>#isu', $content, $matches, PREG_SET_ORDER)){
612
+ foreach($matches as $match){
613
+ $match[2] = preg_replace('#<img[^<>]*class=[\'"]wpforo-auto-embeded-image[\'"][^<>]*src=[\'"]([^\'"]*)[\'"][^<>]*>#isu', '$1', $match[2]);
614
+ $match[2] = preg_replace('#<a[^<>]*class=[\'"]wpforo-auto-embeded-link[\'"][^<>]*href=[\'"]([^\'"]*)[\'"][^<>]*>.*?</a>#isu', '$1', $match[2]);
615
+ $content = str_replace($match[0], '<pre'.$match[1].'>'.$match[2].'</pre>', $content);
616
+ }
617
+ }
618
+ $content = preg_replace('#(<a[^<>]*>[^<>]*)<a[^<>]*class=[\'"]wpforo-auto-embeded-link[\'"][^<>]*href=[\'"]([^\'"]*)[\'"][^<>]*>[^<>]*</a>([^<>]*</a>)#isu', '$1$2$3', $content);
619
  return wpautop($content);
620
  }
621
 
wpf-includes/wpf-actions.php CHANGED
@@ -242,11 +242,11 @@ function wpforo_actions(){
242
  }
243
 
244
  ##Theme options
245
- if( isset($_POST['wpforo_theme_options']) ){
246
  check_admin_referer( 'wpforo-settings-styles' );
247
  $wpforo->theme_options['style'] = sanitize_text_field($_POST['wpforo_theme_options']['style']);
248
  $wpforo->theme_options['styles'] = $_POST['wpforo_theme_options']['styles'];
249
- if( update_option('wpforo_theme_options', $wpforo->theme_options) ){
250
  $wpforo->notice->add('Theme options successfully updated', 'success');
251
  }else{
252
  $wpforo->notice->add('Theme options successfully updated, but previous value not changed', 'success');
242
  }
243
 
244
  ##Theme options
245
+ if( isset($_POST['wpforo_theme_options']) && isset($_POST['wpforo_style_options']) ){
246
  check_admin_referer( 'wpforo-settings-styles' );
247
  $wpforo->theme_options['style'] = sanitize_text_field($_POST['wpforo_theme_options']['style']);
248
  $wpforo->theme_options['styles'] = $_POST['wpforo_theme_options']['styles'];
249
+ if( update_option('wpforo_theme_options', $wpforo->theme_options) || update_option('wpforo_style_options', $_POST['wpforo_style_options']) ){
250
  $wpforo->notice->add('Theme options successfully updated', 'success');
251
  }else{
252
  $wpforo->notice->add('Theme options successfully updated, but previous value not changed', 'success');
wpf-includes/wpf-hooks.php CHANGED
@@ -138,7 +138,14 @@ function wpforo_load( $content ){
138
  $wpforo_url = WPFORO_BASE_URL;
139
  $wpforo_pageslug = basename($wpforo_url);
140
  if( $post->post_name == $wpforo_pageslug ){
141
- wpforo_init_template();
 
 
 
 
 
 
 
142
  }else{
143
  return false;
144
  }
@@ -462,7 +469,7 @@ function wpf_quote(){
462
 
463
  $post = $wpforo->db->get_row('SELECT `userid`, `body` FROM '.$wpforo->db->prefix.'wpforo_posts WHERE postid =' . intval($_POST['postid']), ARRAY_A);
464
  $poster = $wpforo->member->get_member(intval($post['userid']));
465
- echo '<blockquote><div class="wpforo-post-quote-author">' . wpforo_phrase('Posted by', FALSE) . ': ' . ( $poster['display_name'] ? esc_textarea($poster['display_name']) : esc_textarea($poster['user_login']) ) . '</div><i class="fa fa-quote-left fa-0x wpfcl-0"></i> &nbsp; ' . esc_textarea($post['body']) . ' &nbsp; &#160;</blockquote><br /><br />';
466
  exit();
467
  }
468
 
@@ -856,6 +863,25 @@ function wpforo_dynamic_style() {
856
  }
857
  add_action( 'wp_enqueue_scripts', 'wpforo_dynamic_style' );
858
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
859
  function wpforo_admin_enqueue(){
860
  global $wpforo;
861
  $phrases = array(
@@ -1163,4 +1189,7 @@ add_filter( 'wpforo_add_topic_data_filter', 'wpforo_add_default_attachment' );
1163
  add_filter( 'wpforo_edit_topic_data_filter', 'wpforo_add_default_attachment' );
1164
  add_filter( 'wpforo_add_post_data_filter', 'wpforo_add_default_attachment' );
1165
  add_filter( 'wpforo_edit_post_data_filter', 'wpforo_add_default_attachment' );
 
 
 
1166
  ?>
138
  $wpforo_url = WPFORO_BASE_URL;
139
  $wpforo_pageslug = basename($wpforo_url);
140
  if( $post->post_name == $wpforo_pageslug ){
141
+ if(wpforo_feature('output-buffer') && function_exists('ob_start')){
142
+ ob_start();
143
+ wpforo_init_template();
144
+ return ob_get_clean();
145
+ }
146
+ else{
147
+ wpforo_init_template();
148
+ }
149
  }else{
150
  return false;
151
  }
469
 
470
  $post = $wpforo->db->get_row('SELECT `userid`, `body` FROM '.$wpforo->db->prefix.'wpforo_posts WHERE postid =' . intval($_POST['postid']), ARRAY_A);
471
  $poster = $wpforo->member->get_member(intval($post['userid']));
472
+ echo '<blockquote><div class="wpforo-post-quote-author">' . wpforo_phrase('Posted by', FALSE) . ': ' . ( $poster['display_name'] ? esc_textarea($poster['display_name']) : esc_textarea($poster['user_login']) ) . '</div><i class="fa fa-quote-left fa-0x wpfcl-0"></i> &nbsp; ' . wpautop($post['body']) . ' &nbsp; &#160;</blockquote><br /><br />';
473
  exit();
474
  }
475
 
863
  }
864
  add_action( 'wp_enqueue_scripts', 'wpforo_dynamic_style' );
865
 
866
+ function wpforo_style_options($css, $COLORS){
867
+ global $wpforo;
868
+ if( !isset($css)) return;
869
+ if( isset($wpforo->style_options['font_size_forum']) && $wpforo->style_options['font_size_forum'] != 17 ){
870
+ $css .= "\r\n#wpforo-wrap .wpforo-forum-title{font-size: " . intval($wpforo->style_options['font_size_forum']) . "px!important; line-height: " . (intval($wpforo->style_options['font_size_forum']) + 1) . "px!important;}";
871
+ }
872
+ if( isset($wpforo->style_options['font_size_topic']) && $wpforo->style_options['font_size_topic'] != 16 ){
873
+ $css .= "\r\n#wpforo-wrap .wpforo-topic-title a { font-size: " . intval($wpforo->style_options['font_size_topic']) . "px!important; line-height: " . (intval($wpforo->style_options['font_size_topic']) + 4) . "px!important; }";
874
+ }
875
+ if( isset($wpforo->style_options['font_size_post_content']) && $wpforo->style_options['font_size_post_content'] != 14 ){
876
+ $css .= "\r\n#wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content {font-size: " . intval($wpforo->style_options['font_size_post_content']) . "px!important; line-height: " . (intval($wpforo->style_options['font_size_post_content']) + 4) . "px!important;}\r\n#wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content p {font-size: " . intval($wpforo->style_options['font_size_post_content']) . "px;}";
877
+ }
878
+ if( isset($wpforo->style_options['custom_css']) ){
879
+ $css .= "\r\n" . $wpforo->style_options['custom_css'];
880
+ }
881
+ return $css;
882
+ }
883
+ add_filter( 'wpforo_dynamic_css_filter' , 'wpforo_style_options' , 10, 2 );
884
+
885
  function wpforo_admin_enqueue(){
886
  global $wpforo;
887
  $phrases = array(
1189
  add_filter( 'wpforo_edit_topic_data_filter', 'wpforo_add_default_attachment' );
1190
  add_filter( 'wpforo_add_post_data_filter', 'wpforo_add_default_attachment' );
1191
  add_filter( 'wpforo_edit_post_data_filter', 'wpforo_add_default_attachment' );
1192
+
1193
+ add_filter('wpforo_body_text_filter', 'wp_encode_emoji', 9);
1194
+ add_filter('wpforo_body_text_filter', 'convert_smilies');
1195
  ?>
wpf-includes/wpf-phrases.php CHANGED
@@ -58,6 +58,7 @@ $wpforo_phrases = array(
58
  'Comments' => __('Comments', 'wpforo'),
59
  'Confirm my subscription' => __('Confirm my subscription', 'wpforo'),
60
  'Current active theme' => __('Current active theme', 'wpforo'),
 
61
  'Custom Authorization URLs' => __('Custom Authorization URLs', 'wpforo'),
62
  'Custom Title' => __('Custom Title', 'wpforo'),
63
  'Dashboard Menu Position' => __('Dashboard Menu Position', 'wpforo'),
@@ -81,6 +82,7 @@ $wpforo_phrases = array(
81
  'Enable wpForo Font-Awesome Lib' => __('Enable wpForo Font-Awesome Lib', 'wpforo'),
82
  'Enable wpForo SEO for Meta Tags' => __('Enable wpForo SEO for Meta Tags', 'wpforo'),
83
  'Enable wpForo SEO for Meta Titles' => __('Enable wpForo SEO for Meta Titles', 'wpforo'),
 
84
  'Enter description here . . .' => __('Enter description here . . .', 'wpforo'),
85
  'Enter forum title here' => __('Enter forum title here', 'wpforo'),
86
  'Enter title here' => __('Enter title here', 'wpforo'),
@@ -324,6 +326,7 @@ $wpforo_phrases = array(
324
  'Theme file not readable' => __('Theme file not readable', 'wpforo'),
325
  'This action will also delete all sub-forums, topics and replies.' => __('This action will also delete all sub-forums, topics and replies.', 'wpforo'),
326
  'This is a forum description. This content will be displayed under forum title on the forum list.' => __('This is a forum description. This content will be displayed under forum title on the forum list.', 'wpforo'),
 
327
  'This message comes from post reporting pop-up form.' => __('This message comes from post reporting pop-up form.', 'wpforo'),
328
  'This option doesn\'t affect website admins.' => __('This option doesn\'t affect website admins.', 'wpforo'),
329
  'Timezone' => __('Timezone', 'wpforo'),
@@ -472,6 +475,7 @@ $wpforo_phrases = array(
472
  'Phrase update error' => __('Phrase update error', 'wpforo'),
473
  'Please insert required fields!' => __('Please insert required fields!', 'wpforo'),
474
  'Post delete error' => __('Post delete error', 'wpforo'),
 
475
  'Post options successfully updated' => __('Post options successfully updated', 'wpforo'),
476
  'Post options successfully updated, but previous value not changed' => __('Post options successfully updated, but previous value not changed', 'wpforo'),
477
  'Registration Error' => __('Registration Error', 'wpforo'),
58
  'Comments' => __('Comments', 'wpforo'),
59
  'Confirm my subscription' => __('Confirm my subscription', 'wpforo'),
60
  'Current active theme' => __('Current active theme', 'wpforo'),
61
+ 'Custom CSS Code' => __('Custom CSS Code', 'wpforo'),
62
  'Custom Authorization URLs' => __('Custom Authorization URLs', 'wpforo'),
63
  'Custom Title' => __('Custom Title', 'wpforo'),
64
  'Dashboard Menu Position' => __('Dashboard Menu Position', 'wpforo'),
82
  'Enable wpForo Font-Awesome Lib' => __('Enable wpForo Font-Awesome Lib', 'wpforo'),
83
  'Enable wpForo SEO for Meta Tags' => __('Enable wpForo SEO for Meta Tags', 'wpforo'),
84
  'Enable wpForo SEO for Meta Titles' => __('Enable wpForo SEO for Meta Titles', 'wpforo'),
85
+ 'Enable Output Buffer' => __('Enable Output Buffer', 'wpforo'),
86
  'Enter description here . . .' => __('Enter description here . . .', 'wpforo'),
87
  'Enter forum title here' => __('Enter forum title here', 'wpforo'),
88
  'Enter title here' => __('Enter title here', 'wpforo'),
326
  'Theme file not readable' => __('Theme file not readable', 'wpforo'),
327
  'This action will also delete all sub-forums, topics and replies.' => __('This action will also delete all sub-forums, topics and replies.', 'wpforo'),
328
  'This is a forum description. This content will be displayed under forum title on the forum list.' => __('This is a forum description. This content will be displayed under forum title on the forum list.', 'wpforo'),
329
+ 'This feature is useful if you\'re adding content before or after [wpforo-index] shortcode in page content. Also it useful if forum is loaded before website header, on top of the front-end.' => __('This feature is useful if you\'re adding content before or after [wpforo-index] shortcode in page content. Also it useful if forum is loaded before website header, on top of the front-end.', 'wpforo'),
330
  'This message comes from post reporting pop-up form.' => __('This message comes from post reporting pop-up form.', 'wpforo'),
331
  'This option doesn\'t affect website admins.' => __('This option doesn\'t affect website admins.', 'wpforo'),
332
  'Timezone' => __('Timezone', 'wpforo'),
475
  'Phrase update error' => __('Phrase update error', 'wpforo'),
476
  'Please insert required fields!' => __('Please insert required fields!', 'wpforo'),
477
  'Post delete error' => __('Post delete error', 'wpforo'),
478
+ 'Post Content' => __('Post Content', 'wpforo'),
479
  'Post options successfully updated' => __('Post options successfully updated', 'wpforo'),
480
  'Post options successfully updated, but previous value not changed' => __('Post options successfully updated, but previous value not changed', 'wpforo'),
481
  'Registration Error' => __('Registration Error', 'wpforo'),
wpf-languages/wpforo-cs_CZ.mo CHANGED
Binary file
wpf-languages/wpforo-cs_CZ.po CHANGED
@@ -1,2322 +1,2377 @@
1
- # Copyright (C) 2016 gVectors Team
2
- # This file is distributed under the same license as the wpForo package.
3
- msgid ""
4
- msgstr ""
5
- "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
6
- "Project-Id-Version: Forum - wpForo\n"
7
- "POT-Creation-Date: 2016-06-30 22:00+0400\n"
8
- "PO-Revision-Date: 2016-06-30 22:00+0400\n"
9
- "Language-Team: \n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 1.8.6\n"
14
- "X-Poedit-Basepath: ..\n"
15
- "X-Poedit-WPHeader: wpforo.php\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
18
- "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
19
- "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
20
- "Last-Translator: \n"
21
- "Language: cs_CZ\n"
22
- "X-Poedit-SearchPath-0: .\n"
23
- "X-Poedit-SearchPathExcluded-0: *.js\n"
24
-
25
- #: wpf-admin/dashboard.php:7 wpf-includes/wpf-phrases.php:403
26
- msgid "wpForo Dashboard"
27
- msgstr ""
28
-
29
- #: wpf-admin/dashboard.php:23 wpf-includes/wpf-phrases.php:356
30
- msgid "Welcome Message"
31
- msgstr ""
32
-
33
- #: wpf-admin/dashboard.php:29
34
- msgid ""
35
- "Thank you for trying wpForo! This forum development was started on 2013 and "
36
- "we were using it for our support community. Now it's ready for WordPress "
37
- "community as well. \n"
38
- " It's on the Beta stage and we're working "
39
- "hard to reach the Gold 1.0.0 version as soon as possible. \n"
40
- " wpForo is a professional bulletin board "
41
- "for WorPress, and the only forum software which comes with Multi-layout "
42
- "template system.\n"
43
- " The \"Extended\", \"Simplified\" and "
44
- "\"Question &amp Answer\" layouts fit almost all type of discussions needs. "
45
- "You can use wpForo for small and extremely large communities. \n"
46
- " <br />If you found some issue or bug "
47
- "please open a support topic in plugin page or in our support forum at "
48
- "gVectors.com. If you liked wpForo please leave some good review for this "
49
- "plugin. We really need your good reviews. \n"
50
- " If you didn't like wpForo please leave a "
51
- "list of issues and requirements you'd like us to fix and add in near future. "
52
- "We're here to help you and improve wpForo as much as possible."
53
- msgstr ""
54
-
55
- #: wpf-admin/dashboard.php:60 wpf-includes/wpf-phrases.php:128
56
- msgid "General Information"
57
- msgstr ""
58
-
59
- #: wpf-admin/dashboard.php:64 wpf-includes/wpf-phrases.php:363
60
- msgid "You are currently running"
61
- msgstr ""
62
-
63
- #: wpf-admin/dashboard.php:65 wpf-includes/wpf-phrases.php:18
64
- msgid "Active Theme"
65
- msgstr ""
66
-
67
- #: wpf-admin/dashboard.php:66 wpf-includes/wpf-phrases.php:408
68
- msgid "wpForo Website"
69
- msgstr ""
70
-
71
- #: wpf-admin/dashboard.php:67 wpf-includes/wpf-phrases.php:316
72
- msgid "Support Forum"
73
- msgstr ""
74
-
75
- #: wpf-admin/dashboard.php:78 wpf-includes/wpf-phrases.php:286
76
- msgid "Server Information"
77
- msgstr ""
78
-
79
- #: wpf-admin/dashboard.php:108 wpf-includes/wpf-phrases.php:46
80
- msgid "Available"
81
- msgstr ""
82
-
83
- #: wpf-admin/dashboard.php:108 wpf-includes/wpf-phrases.php:205
84
- msgid "Not available"
85
- msgstr ""
86
-
87
- #: wpf-admin/dashboard.php:126 wpf-includes/wpf-phrases.php:49
88
- msgid "Board Statistic"
89
- msgstr ""
90
-
91
- #: wpf-admin/dashboard.php:132 wpf-admin/options.php:14
92
- #: wpf-includes/wpf-phrases.php:121
93
- msgid "Forums"
94
- msgstr ""
95
-
96
- #: wpf-admin/dashboard.php:136 wpf-includes/class-forums.php:537
97
- #: wpf-includes/wpf-phrases.php:334
98
- msgid "Topics"
99
- msgstr ""
100
-
101
- #: wpf-admin/dashboard.php:140 wpf-includes/class-forums.php:537
102
- #: wpf-includes/wpf-phrases.php:229
103
- msgid "Posts"
104
- msgstr ""
105
-
106
- #: wpf-admin/dashboard.php:144 wpf-admin/member.php:10 wpf-admin/options.php:17
107
- #: wpf-includes/wpf-phrases.php:175
108
- msgid "Members"
109
- msgstr ""
110
-
111
- #: wpf-admin/dashboard.php:148 wpf-includes/wpf-phrases.php:176
112
- msgid "Members Online"
113
- msgstr ""
114
-
115
- #: wpf-admin/dashboard.php:155 wpf-includes/wpf-phrases.php:44
116
- msgid "Attachments"
117
- msgstr ""
118
-
119
- #: wpf-admin/dashboard.php:159 wpf-includes/wpf-phrases.php:45
120
- msgid "Attachments Size"
121
- msgstr ""
122
-
123
- #: wpf-admin/forum.php:13 wpf-includes/functions.php:548
124
- #: wpf-includes/wpf-phrases.php:298
125
- msgid "Show on screen"
126
- msgstr ""
127
-
128
- #: wpf-admin/forum.php:15 wpf-admin/forum.php:114
129
- #: wpf-includes/wpf-phrases.php:111
130
- msgid "Forum Options"
131
- msgstr ""
132
-
133
- #: wpf-admin/forum.php:16 wpf-includes/wpf-phrases.php:220
134
- msgid "Permissions"
135
- msgstr ""
136
-
137
- #: wpf-admin/forum.php:17 wpf-includes/wpf-phrases.php:303
138
- msgid "Slug"
139
- msgstr ""
140
-
141
- #: wpf-admin/forum.php:18 wpf-includes/wpf-phrases.php:110
142
- msgid "Forum Meta"
143
- msgstr ""
144
-
145
- #: wpf-admin/forum.php:21 wpf-includes/wpf-phrases.php:270
146
- msgid "Screen Layout"
147
- msgstr ""
148
-
149
- #: wpf-admin/forum.php:22 wpf-includes/wpf-phrases.php:206
150
- msgid "Number of Columns"
151
- msgstr ""
152
-
153
- #: wpf-admin/forum.php:32 wpf-includes/functions.php:562
154
- #: wpf-includes/wpf-phrases.php:271
155
- msgid "Screen Options"
156
- msgstr ""
157
-
158
- #: wpf-admin/forum.php:43 wpf-includes/wpf-phrases.php:51
159
- msgid "Categories and Forums"
160
- msgstr ""
161
-
162
- #: wpf-admin/forum.php:44 wpf-admin/options-tabs/general.php:42
163
- #: wpf-admin/themes.php:10 wpf-admin/usergroup.php:8
164
- #: wpf-includes/wpf-phrases.php:20
165
- msgid "Add New"
166
- msgstr ""
167
-
168
- #: wpf-admin/forum.php:55 wpf-includes/wpf-phrases.php:222
169
- msgid "Please drag and drop forum panels to set parent-child hierarchy."
170
- msgstr ""
171
-
172
- #: wpf-admin/forum.php:69 wpf-includes/wpf-phrases.php:269
173
- msgid "Save forums order and hierarchy"
174
- msgstr ""
175
-
176
- #: wpf-admin/forum.php:96 wpf-includes/wpf-phrases.php:85
177
- msgid "Enter forum title here"
178
- msgstr ""
179
-
180
- #: wpf-admin/forum.php:101 wpf-includes/wpf-phrases.php:84
181
- msgid "Enter description here . . ."
182
- msgstr ""
183
-
184
- #: wpf-admin/forum.php:102 wpf-includes/wpf-phrases.php:326
185
- msgid ""
186
- "This is a forum description. This content will be displayed under forum "
187
- "title on the forum list."
188
- msgstr ""
189
-
190
- #: wpf-admin/forum.php:117 wpf-includes/wpf-phrases.php:218
191
- msgid "Parent Forum"
192
- msgstr ""
193
-
194
- #: wpf-admin/forum.php:120 wpf-includes/wpf-phrases.php:201
195
- msgid "No parent"
196
- msgstr ""
197
-
198
- #: wpf-admin/forum.php:125 wpf-includes/wpf-phrases.php:342
199
- msgid "Use as Category"
200
- msgstr ""
201
-
202
- #: wpf-admin/forum.php:127 wpf-includes/wpf-phrases.php:52
203
- msgid "Category Layout"
204
- msgstr ""
205
-
206
- #: wpf-admin/forum.php:137 wpf-includes/wpf-phrases.php:199
207
- msgid "No layout found."
208
- msgstr ""
209
-
210
- #: wpf-admin/forum.php:146 wpf-admin/forum.php:153
211
- #: wpf-includes/wpf-phrases.php:231
212
- msgid "Publish"
213
- msgstr ""
214
-
215
- #: wpf-admin/forum.php:150 wpf-includes/wpf-phrases.php:37
216
- msgid "Are you sure you want to delete this forum?"
217
- msgstr ""
218
-
219
- #: wpf-admin/forum.php:150 wpf-admin/themes.php:73 wpf-admin/usergroup.php:37
220
- #: wpf-admin/usergroup.php:133 wpf-includes/functions.php:256
221
- #: wpf-includes/functions.php:469 wpf-includes/wpf-hooks.php:807
222
- #: wpf-includes/wpf-phrases.php:65
223
- msgid "Delete"
224
- msgstr ""
225
-
226
- #: wpf-admin/forum.php:151 wpf-admin/usergroup.php:39
227
- #: wpf-includes/class-forums.php:543 wpf-includes/wpf-phrases.php:350
228
- msgid "View"
229
- msgstr ""
230
-
231
- #: wpf-admin/forum.php:221 wpf-includes/wpf-phrases.php:116
232
- msgid "Forum Slug"
233
- msgstr ""
234
-
235
- #: wpf-admin/forum.php:224 wpf-includes/wpf-phrases.php:319
236
- msgid ""
237
- "The \"slug\" is the URL-friendly version of the name. It is usually all "
238
- "lowercase and contains only letters, numbers, and hyphens."
239
- msgstr ""
240
-
241
- #: wpf-admin/forum.php:230 wpf-includes/wpf-phrases.php:114
242
- msgid "Forum SEO"
243
- msgstr ""
244
-
245
- #: wpf-admin/forum.php:233 wpf-includes/wpf-phrases.php:180
246
- msgid "Meta Description"
247
- msgstr ""
248
-
249
- #: wpf-admin/forum.php:262 wpf-includes/wpf-phrases.php:325
250
- msgid "This action will also delete all sub-forums, topics and replies."
251
- msgstr ""
252
-
253
- #: wpf-admin/forum.php:270 wpf-includes/wpf-phrases.php:135
254
- msgid ""
255
- "If you want to delete this forum and keep its sub-forums, topics and "
256
- "replies, please select a new target forum in dropdown below"
257
- msgstr ""
258
-
259
- #: wpf-admin/forum.php:279 wpf-includes/wpf-phrases.php:26
260
- msgid ""
261
- "All sub-forums, topics and replies will be attached to selected forum. "
262
- "Layout will be inherited from this forum."
263
- msgstr ""
264
-
265
- #: wpf-admin/options-tabs/accesses.php:9 wpf-includes/wpf-phrases.php:21
266
- msgid "Add New Forum Access"
267
- msgstr ""
268
-
269
- #: wpf-admin/options-tabs/accesses.php:13 wpf-includes/wpf-phrases.php:15
270
- msgid "Access names"
271
- msgstr ""
272
-
273
- #: wpf-admin/options-tabs/accesses.php:27 wpf-includes/class-forums.php:539
274
- #: wpf-includes/wpf-phrases.php:376
275
- msgid "edit"
276
- msgstr ""
277
-
278
- #: wpf-admin/options-tabs/accesses.php:28 wpf-includes/wpf-phrases.php:39
279
- msgid ""
280
- "Are you sure you want to remove this access set? Usergroups which attached "
281
- "to this access will lost all forum permissions."
282
- msgstr ""
283
-
284
- #: wpf-admin/options-tabs/accesses.php:28 wpf-includes/class-forums.php:541
285
- #: wpf-includes/wpf-phrases.php:375
286
- msgid "delete"
287
- msgstr ""
288
-
289
- #: wpf-admin/options-tabs/accesses.php:42 wpf-includes/wpf-phrases.php:14
290
- msgid "Access name"
291
- msgstr ""
292
-
293
- #: wpf-admin/options-tabs/accesses.php:62 wpf-includes/wpf-phrases.php:267
294
- msgid "Save"
295
- msgstr ""
296
-
297
- #: wpf-admin/options-tabs/accesses.php:62 wpf-includes/wpf-phrases.php:339
298
- msgid "Update"
299
- msgstr ""
300
-
301
- #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:291
302
- msgid "Show Admin Bar for Members"
303
- msgstr ""
304
-
305
- #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:328
306
- msgid "This option doesn't affect website admins."
307
- msgstr ""
308
-
309
- #: wpf-admin/options-tabs/features.php:10 wpf-includes/wpf-phrases.php:293
310
- msgid "Show Forum Page Title"
311
- msgstr ""
312
-
313
- #: wpf-admin/options-tabs/features.php:11 wpf-includes/wpf-phrases.php:296
314
- msgid "Show Top/Menu Bar"
315
- msgstr ""
316
-
317
- #: wpf-admin/options-tabs/features.php:12 wpf-includes/wpf-phrases.php:295
318
- msgid "Show Top Search"
319
- msgstr ""
320
-
321
- #: wpf-admin/options-tabs/features.php:13 wpf-includes/wpf-phrases.php:292
322
- msgid "Show Breadcrumb"
323
- msgstr ""
324
-
325
- #: wpf-admin/options-tabs/features.php:14 wpf-includes/wpf-phrases.php:294
326
- msgid "Show Forum Statistic"
327
- msgstr ""
328
-
329
- #: wpf-admin/options-tabs/features.php:15 wpf-includes/wpf-phrases.php:254
330
- msgid "Replace Author Link to Forum Profile"
331
- msgstr ""
332
-
333
- #: wpf-admin/options-tabs/features.php:16 wpf-includes/wpf-phrases.php:255
334
- msgid "Replace Comment Author Link to Forum Profile"
335
- msgstr ""
336
-
337
- #: wpf-admin/options-tabs/features.php:17 wpf-includes/wpf-phrases.php:257
338
- msgid "Replace Registration Page URL to Forum URL"
339
- msgstr ""
340
-
341
- #: wpf-admin/options-tabs/features.php:18 wpf-includes/wpf-phrases.php:256
342
- msgid "Replace Login Page URL to Forum URL"
343
- msgstr ""
344
-
345
- #: wpf-admin/options-tabs/features.php:19 wpf-includes/wpf-phrases.php:253
346
- msgid "Replace Author Avatar with Forum Profile Avatar"
347
- msgstr ""
348
-
349
- #: wpf-admin/options-tabs/features.php:20 wpf-includes/wpf-phrases.php:76
350
- msgid "Enable Avatars"
351
- msgstr ""
352
-
353
- #: wpf-admin/options-tabs/features.php:21 wpf-includes/wpf-phrases.php:77
354
- msgid "Enable Custom Avatars"
355
- msgstr ""
356
-
357
- #: wpf-admin/options-tabs/features.php:22 wpf-includes/wpf-phrases.php:31
358
- msgid "Allow Member Signature"
359
- msgstr ""
360
-
361
- #: wpf-admin/options-tabs/features.php:23 wpf-includes/wpf-phrases.php:79
362
- msgid "Enable Member Rating"
363
- msgstr ""
364
-
365
- #: wpf-admin/options-tabs/features.php:24 wpf-includes/wpf-phrases.php:80
366
- msgid "Enable Member Rating Titles"
367
- msgstr ""
368
-
369
- #: wpf-admin/options-tabs/features.php:25 wpf-includes/wpf-phrases.php:78
370
- msgid "Enable Member Cashe"
371
- msgstr ""
372
-
373
- #: wpf-admin/options-tabs/features.php:26 wpf-includes/wpf-phrases.php:83
374
- msgid "Enable wpForo SEO for Meta Titles"
375
- msgstr ""
376
-
377
- #: wpf-admin/options-tabs/features.php:27 wpf-includes/wpf-phrases.php:82
378
- msgid "Enable wpForo SEO for Meta Tags"
379
- msgstr ""
380
-
381
- #: wpf-admin/options-tabs/features.php:28 wpf-includes/wpf-phrases.php:81
382
- msgid "Enable wpForo Font-Awesome Lib"
383
- msgstr ""
384
-
385
- #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:132
386
- msgid "Help wpForo to grow, show plugin info"
387
- msgstr ""
388
-
389
- #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:223
390
- msgid ""
391
- "Please enable this option to help wpForo get more popularity as your thank "
392
- "to the hard work we do for you totally free. This option adds a very small "
393
- "icon in forum footer, which will allow your site visitors recognize the name "
394
- "of forum solution you use."
395
- msgstr ""
396
-
397
- #: wpf-admin/options-tabs/features.php:46 wpf-includes/wpf-phrases.php:361
398
- msgid "Yes"
399
- msgstr ""
400
-
401
- #: wpf-admin/options-tabs/features.php:47 wpf-includes/wpf-phrases.php:193
402
- msgid "No"
403
- msgstr ""
404
-
405
- #: wpf-admin/options-tabs/features.php:57 wpf-admin/options-tabs/forums.php:16
406
- #: wpf-admin/options-tabs/general.php:49 wpf-admin/options-tabs/members.php:86
407
- #: wpf-admin/options-tabs/posts.php:57 wpf-admin/options-tabs/styles.php:46
408
- #: wpf-admin/options-tabs/subscriptions.php:75 wpf-includes/wpf-phrases.php:340
409
- msgid "Update Options"
410
- msgstr ""
411
-
412
- #: wpf-admin/options-tabs/general.php:14 wpf-includes/wpf-phrases.php:119
413
- msgid "Forum Title"
414
- msgstr ""
415
-
416
- #: wpf-admin/options-tabs/general.php:18 wpf-includes/wpf-phrases.php:106
417
- msgid "Forum Description"
418
- msgstr ""
419
-
420
- #: wpf-admin/options-tabs/general.php:22 wpf-includes/wpf-phrases.php:105
421
- msgid "Forum Base URL"
422
- msgstr ""
423
-
424
- #: wpf-admin/options-tabs/general.php:27 wpf-includes/wpf-phrases.php:63
425
- msgid "Dashboard Menu Position"
426
- msgstr ""
427
-
428
- #: wpf-admin/options-tabs/general.php:28 wpf-includes/wpf-phrases.php:320
429
- msgid "The position in the menu order wpForo should appear."
430
- msgstr ""
431
-
432
- #: wpf-admin/options-tabs/general.php:29 wpf-includes/wpf-phrases.php:344
433
- msgid ""
434
- "Use greater than 5 - below Posts, 10 - below Media, 15 - below Links, 20 - "
435
- "below Pages, 25 - below comments, 60 - below first separator, 65 - below "
436
- "Plugins, 70 - below Users, 75 - below Tools, 80 - below Settings, 100 - "
437
- "below second separator"
438
- msgstr ""
439
-
440
- #: wpf-admin/options-tabs/general.php:37 wpf-includes/wpf-phrases.php:108
441
- msgid "Forum Language"
442
- msgstr ""
443
-
444
- #: wpf-admin/options-tabs/general.php:61 wpf-includes/wpf-phrases.php:142
445
- msgid "Language XML file"
446
- msgstr ""
447
-
448
- #: wpf-admin/options-tabs/general.php:70 wpf-includes/wpf-phrases.php:22
449
- msgid "Add New Language"
450
- msgstr ""
451
-
452
- #: wpf-admin/options-tabs/members.php:13 wpf-includes/wpf-phrases.php:214
453
- msgid "Online status timeout"
454
- msgstr ""
455
-
456
- #: wpf-admin/options-tabs/members.php:16 wpf-admin/options-tabs/posts.php:19
457
- #: wpf-admin/options-tabs/posts.php:23 wpf-admin/options-tabs/posts.php:31
458
- #: wpf-admin/options-tabs/posts.php:35 wpf-includes/wpf-phrases.php:385
459
- msgid "minutes"
460
- msgstr ""
461
-
462
- #: wpf-admin/options-tabs/members.php:20 wpf-includes/wpf-phrases.php:177
463
- msgid "Members URL structure"
464
- msgstr ""
465
-
466
- #: wpf-admin/options-tabs/members.php:30 wpf-includes/wpf-phrases.php:61
467
- msgid "Custom Authorisation URLs"
468
- msgstr ""
469
-
470
- #: wpf-admin/options-tabs/members.php:41 wpf-includes/wpf-phrases.php:160
471
- msgid "Login URL"
472
- msgstr ""
473
-
474
- #: wpf-admin/options-tabs/members.php:42 wpf-includes/wpf-phrases.php:249
475
- msgid "Register URL"
476
- msgstr ""
477
-
478
- #: wpf-admin/options-tabs/members.php:43 wpf-includes/wpf-phrases.php:162
479
- msgid "Lost Password URL"
480
- msgstr ""
481
-
482
- #: wpf-admin/options-tabs/members.php:49 wpf-includes/wpf-phrases.php:172
483
- msgid "Member Reputation"
484
- msgstr ""
485
-
486
- #: wpf-admin/options-tabs/members.php:57 wpf-includes/wpf-phrases.php:244
487
- msgid "Rating Level"
488
- msgstr ""
489
-
490
- #: wpf-admin/options-tabs/members.php:58 wpf-includes/wpf-phrases.php:181
491
- msgid "Min Number of Posts"
492
- msgstr ""
493
-
494
- #: wpf-admin/options-tabs/members.php:59 wpf-includes/wpf-phrases.php:173
495
- msgid "Member Title"
496
- msgstr ""
497
-
498
- #: wpf-admin/options-tabs/members.php:60 wpf-includes/wpf-phrases.php:290
499
- msgid "Short Badge"
500
- msgstr ""
501
-
502
- #: wpf-admin/options-tabs/members.php:61 wpf-includes/wpf-phrases.php:126
503
- msgid "Full Badge"
504
- msgstr ""
505
-
506
- #: wpf-admin/options-tabs/members.php:62 wpf-includes/wpf-phrases.php:242
507
- msgid "Rating Color"
508
- msgstr ""
509
-
510
- #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:243
511
- msgid "Rating Icon"
512
- msgstr ""
513
-
514
- #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:183
515
- msgid "More"
516
- msgstr ""
517
-
518
- #: wpf-admin/options-tabs/members.php:68 wpf-includes/wpf-phrases.php:156
519
- msgid "Level"
520
- msgstr ""
521
-
522
- #: wpf-admin/options-tabs/members.php:69 wpf-includes/wpf-phrases.php:208
523
- msgid "Number of Posts"
524
- msgstr ""
525
-
526
- #: wpf-admin/options-tabs/members.php:70 wpf-includes/wpf-phrases.php:62
527
- msgid "Custom Title"
528
- msgstr ""
529
-
530
- #: wpf-admin/options-tabs/members.php:73 wpf-includes/wpf-phrases.php:56
531
- msgid "Color"
532
- msgstr ""
533
-
534
- #: wpf-admin/options-tabs/members.php:74 wpf-includes/wpf-phrases.php:48
535
- msgid "Badge Icon"
536
- msgstr ""
537
-
538
- #: wpf-admin/options-tabs/plugins.php:9
539
- msgid ""
540
- "Thank you for using wpForo. wpForo is a premium forum plugin which will "
541
- "always be available for free. There will never be paid and pro versions of "
542
- "this forum board. However this is a very large and hard project so we also "
543
- "develop paid addons (extensions), which will financially help us to keep "
544
- "improving and adding new features to the free wpForo plugin. Forum addons "
545
- "will also be actively developed. The first addons \"Advanced Media Uploader"
546
- "\", \"Polls\", \"Private Messages\" and \"Ad Manager\" will be available "
547
- "very soon. Once you got some addon and activated that, you will find "
548
- "settings in vertical subTabs here."
549
- msgstr ""
550
-
551
- #: wpf-admin/options-tabs/posts.php:14 wpf-includes/wpf-phrases.php:210
552
- msgid "Number of Topics per Page"
553
- msgstr ""
554
-
555
- #: wpf-admin/options-tabs/posts.php:18 wpf-includes/wpf-phrases.php:30
556
- msgid "Allow Edit Own Topic for"
557
- msgstr ""
558
-
559
- #: wpf-admin/options-tabs/posts.php:22 wpf-includes/wpf-phrases.php:27
560
- msgid "Allow Delete Own Topic for"
561
- msgstr ""
562
-
563
- #: wpf-admin/options-tabs/posts.php:26 wpf-includes/wpf-phrases.php:209
564
- msgid "Number of Posts per Page"
565
- msgstr ""
566
-
567
- #: wpf-admin/options-tabs/posts.php:30 wpf-includes/wpf-phrases.php:29
568
- msgid "Allow Edit Own Post for"
569
- msgstr ""
570
-
571
- #: wpf-admin/options-tabs/posts.php:34 wpf-includes/wpf-phrases.php:28
572
- msgid "Allow Delete Own post for"
573
- msgstr ""
574
-
575
- #: wpf-admin/options-tabs/posts.php:40 wpf-includes/wpf-phrases.php:167
576
- msgid "Maximum upload file size"
577
- msgstr ""
578
-
579
- #: wpf-admin/options-tabs/posts.php:41 wpf-includes/wpf-phrases.php:365
580
- msgid ""
581
- "You can not set this value more than \"upload_max_filesize\" and "
582
- "\"post_max_size\". If you want to increase server parameters please contact "
583
- "to your hosting service support."
584
- msgstr ""
585
-
586
- #: wpf-admin/options-tabs/posts.php:44 wpf-includes/wpf-phrases.php:164
587
- msgid "MB"
588
- msgstr ""
589
-
590
- #: wpf-admin/options-tabs/posts.php:47 wpf-includes/wpf-phrases.php:285
591
- msgid "Server \"upload_max_filesize\" is "
592
- msgstr ""
593
-
594
- #: wpf-admin/options-tabs/posts.php:48 wpf-includes/wpf-phrases.php:284
595
- msgid "Server \"post_max_size\" is "
596
- msgstr ""
597
-
598
- #: wpf-admin/options-tabs/subscriptions.php:13 wpf-includes/wpf-phrases.php:124
599
- msgid "From Name"
600
- msgstr ""
601
-
602
- #: wpf-admin/options-tabs/subscriptions.php:17 wpf-includes/wpf-phrases.php:123
603
- msgid "From Email Address"
604
- msgstr ""
605
-
606
- #: wpf-admin/options-tabs/subscriptions.php:22 wpf-includes/wpf-phrases.php:104
607
- msgid "Forum Admin Email Addresses"
608
- msgstr ""
609
-
610
- #: wpf-admin/options-tabs/subscriptions.php:23 wpf-includes/wpf-phrases.php:57
611
- msgid ""
612
- "Comma separated email addresses of forum administrators to get forum "
613
- "notifications. For example post report messages."
614
- msgstr ""
615
-
616
- #: wpf-admin/options-tabs/subscriptions.php:29 wpf-includes/wpf-phrases.php:314
617
- msgid "Subscription Emails"
618
- msgstr ""
619
-
620
- #: wpf-admin/options-tabs/subscriptions.php:33 wpf-includes/wpf-phrases.php:311
621
- msgid "Subscribe confirmation email subject"
622
- msgstr ""
623
-
624
- #: wpf-admin/options-tabs/subscriptions.php:37 wpf-includes/wpf-phrases.php:310
625
- msgid "Subscribe confirmation email message"
626
- msgstr ""
627
-
628
- #: wpf-admin/options-tabs/subscriptions.php:41 wpf-includes/wpf-phrases.php:192
629
- msgid "New topic notification email subject"
630
- msgstr ""
631
-
632
- #: wpf-admin/options-tabs/subscriptions.php:45 wpf-includes/wpf-phrases.php:191
633
- msgid "New topic notification email message"
634
- msgstr ""
635
-
636
- #: wpf-admin/options-tabs/subscriptions.php:49 wpf-includes/wpf-phrases.php:190
637
- msgid "New reply notification email subject"
638
- msgstr ""
639
-
640
- #: wpf-admin/options-tabs/subscriptions.php:53 wpf-includes/wpf-phrases.php:189
641
- msgid "New reply notification email message"
642
- msgstr ""
643
-
644
- #: wpf-admin/options-tabs/subscriptions.php:58 wpf-includes/wpf-phrases.php:224
645
- msgid "Post Reporting Emails"
646
- msgstr ""
647
-
648
- #: wpf-admin/options-tabs/subscriptions.php:59 wpf-includes/wpf-phrases.php:327
649
- msgid "This message comes from post reporting pop-up form."
650
- msgstr ""
651
-
652
- #: wpf-admin/options-tabs/subscriptions.php:64 wpf-includes/wpf-phrases.php:263
653
- msgid "Report message subject"
654
- msgstr ""
655
-
656
- #: wpf-admin/options-tabs/subscriptions.php:69 wpf-includes/wpf-phrases.php:262
657
- msgid "Report message body"
658
- msgstr ""
659
-
660
- #: wpf-admin/options.php:8 wpf-includes/wpf-phrases.php:115
661
- msgid "Forum Settings"
662
- msgstr ""
663
-
664
- #: wpf-admin/options.php:13 wpf-includes/wpf-phrases.php:127
665
- msgid "General"
666
- msgstr ""
667
-
668
- #: wpf-admin/options.php:15 wpf-includes/wpf-phrases.php:103
669
- msgid "Forum Accesses"
670
- msgstr ""
671
-
672
- #: wpf-admin/options.php:16 wpf-includes/wpf-phrases.php:335
673
- msgid "Topics &amp; Posts"
674
- msgstr ""
675
-
676
- #: wpf-admin/options.php:18 wpf-includes/wpf-phrases.php:75
677
- msgid "Emails"
678
- msgstr ""
679
-
680
- #: wpf-admin/options.php:19 wpf-includes/wpf-phrases.php:94
681
- msgid "Features"
682
- msgstr ""
683
-
684
- #: wpf-admin/options.php:21 wpf-includes/wpf-phrases.php:308
685
- msgid "Styles"
686
- msgstr ""
687
-
688
- #: wpf-admin/options.php:22 wpf-includes/wpf-phrases.php:25
689
- msgid "Addons"
690
- msgstr ""
691
-
692
- #: wpf-admin/phrase.php:10 wpf-includes/wpf-phrases.php:125
693
- msgid "Front-end Phrases"
694
- msgstr ""
695
-
696
- #: wpf-admin/themes.php:9 wpf-includes/wpf-phrases.php:118
697
- msgid "Forum Themes"
698
- msgstr ""
699
-
700
- #: wpf-admin/themes.php:46 wpf-includes/wpf-phrases.php:60
701
- msgid "Current active theme"
702
- msgstr ""
703
-
704
- #: wpf-admin/themes.php:48 wpf-includes/wpf-phrases.php:136
705
- msgid "Inactive"
706
- msgstr ""
707
-
708
- #: wpf-admin/themes.php:52 wpf-includes/wpf-phrases.php:141
709
- msgid "LAYOUTS"
710
- msgstr ""
711
-
712
- #: wpf-admin/themes.php:68 wpf-includes/wpf-phrases.php:17
713
- msgid "Activate"
714
- msgstr ""
715
-
716
- #: wpf-admin/themes.php:69 wpf-includes/wpf-phrases.php:122
717
- msgid "Fresh Installation"
718
- msgstr ""
719
-
720
- #: wpf-admin/themes.php:71 wpf-includes/wpf-phrases.php:138
721
- msgid "Install"
722
- msgstr ""
723
-
724
- #: wpf-admin/themes.php:73 wpf-includes/wpf-phrases.php:38
725
- msgid "Are you sure you want to delete this theme files?"
726
- msgstr ""
727
-
728
- #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:40
729
- msgid ""
730
- "Are you sure you want to reset all settings and style colors to default?"
731
- msgstr ""
732
-
733
- #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:265
734
- msgid "Reset Settings"
735
- msgstr ""
736
-
737
- #: wpf-admin/themes.php:96 wpf-includes/wpf-phrases.php:198
738
- msgid "No layout found"
739
- msgstr ""
740
-
741
- #: wpf-admin/themes.php:107 wpf-includes/wpf-phrases.php:203
742
- msgid "No theme found"
743
- msgstr ""
744
-
745
- #: wpf-admin/usergroup.php:8
746
- msgid "Usergroups"
747
- msgstr ""
748
-
749
- #: wpf-admin/usergroup.php:18 wpf-admin/usergroup.php:30
750
- #: wpf-admin/usergroup.php:62
751
- msgid "Usergroup Name"
752
- msgstr ""
753
-
754
- #: wpf-admin/usergroup.php:19
755
- msgid "Users Count"
756
- msgstr ""
757
-
758
- #: wpf-admin/usergroup.php:36
759
- msgid "Edit this usergroup"
760
- msgstr ""
761
-
762
- #: wpf-admin/usergroup.php:36 wpf-includes/functions.php:254
763
- #: wpf-includes/functions.php:467 wpf-includes/wpf-phrases.php:72
764
- msgid "Edit"
765
- msgstr ""
766
-
767
- #: wpf-admin/usergroup.php:37
768
- msgid "Delete this usergroup"
769
- msgstr ""
770
-
771
- #: wpf-admin/usergroup.php:39
772
- msgid "View users list in this usergroup"
773
- msgstr ""
774
-
775
- #: wpf-admin/usergroup.php:43
776
- msgid "Count of users in this usergroup"
777
- msgstr ""
778
-
779
- #: wpf-admin/usergroup.php:62 wpf-includes/wpf-phrases.php:131
780
- msgid "Guest"
781
- msgstr ""
782
-
783
- #: wpf-admin/usergroup.php:85 wpf-includes/wpf-phrases.php:369
784
- msgid "add"
785
- msgstr ""
786
-
787
- #: wpf-admin/usergroup.php:85
788
- msgid "save"
789
- msgstr ""
790
-
791
- #: wpf-admin/usergroup.php:106
792
- msgid "Delete Chosen Usergroup And Users"
793
- msgstr ""
794
-
795
- #: wpf-admin/usergroup.php:116
796
- msgid "Delete Chosen Usergroup And Join Users To Other Usergroup"
797
- msgstr ""
798
-
799
- #: wpf-admin/usergroup.php:128
800
- msgid "Users will be join this usergroup"
801
- msgstr ""
802
-
803
- #: wpf-includes/class-notices.php:128 wpf-includes/wpf-phrases.php:68
804
- msgid "Dismiss this notice."
805
- msgstr ""
806
-
807
- #: wpf-includes/class-permissions.php:116 wpf-includes/wpf-phrases.php:415
808
- #, php-format
809
- msgid "%s access successfully added"
810
- msgstr ""
811
-
812
- #: wpf-includes/class-permissions.php:141 wpf-includes/wpf-phrases.php:416
813
- #, php-format
814
- msgid "%s access successfully edited"
815
- msgstr ""
816
-
817
- #: wpf-includes/class-phrases.php:157
818
- #: wpf-includes/functions-installation.php:28 wpf-includes/wpf-phrases.php:7
819
- msgid " Forum"
820
- msgstr ""
821
-
822
- #: wpf-includes/class-phrases.php:158
823
- #: wpf-includes/functions-installation.php:29 wpf-includes/wpf-phrases.php:6
824
- msgid " Discussion Board"
825
- msgstr ""
826
-
827
- #: wpf-includes/class-template.php:868 wpf-includes/wpf-phrases.php:324
828
- msgid "Theme file not readable"
829
- msgstr ""
830
-
831
- #: wpf-includes/functions-template.php:7
832
- msgid "wpForo Menu"
833
- msgstr ""
834
-
835
- #: wpf-includes/functions-template.php:149 wpf-includes/wpf-phrases.php:405
836
- msgid "wpForo Sidebar"
837
- msgstr ""
838
-
839
- #: wpf-includes/functions-template.php:150 wpf-includes/wpf-phrases.php:188
840
- msgid ""
841
- "NOTE: If you're going to add widgets in this sidebar, please use 'Full "
842
- "Width' template for wpForo index page to avoid sidebar duplication."
843
- msgstr ""
844
-
845
- #: wpf-includes/functions-template.php:188
846
- #: wpf-includes/functions-template.php:295
847
- #: wpf-includes/functions-template.php:358
848
- #: wpf-includes/functions-template.php:435
849
- #: wpf-includes/functions-template.php:482 wpf-includes/wpf-phrases.php:330
850
- msgid "Title"
851
- msgstr ""
852
-
853
- #: wpf-includes/functions-template.php:361
854
- #: wpf-includes/functions-template.php:438 wpf-includes/wpf-phrases.php:207
855
- msgid "Number of Items"
856
- msgstr ""
857
-
858
- #: wpf-includes/functions-template.php:366 wpf-includes/wpf-phrases.php:69
859
- msgid "Display Avatars"
860
- msgstr ""
861
-
862
- #: wpf-includes/functions-template.php:442 wpf-includes/wpf-phrases.php:71
863
- msgid "Display with Avatars"
864
- msgstr ""
865
-
866
- #: wpf-includes/functions.php:252 wpf-includes/functions.php:465
867
- #: wpf-includes/wpf-phrases.php:50
868
- msgid "Bulk Actions"
869
- msgstr ""
870
-
871
- #: wpf-includes/functions.php:259 wpf-includes/functions.php:553
872
- #: wpf-includes/wpf-phrases.php:36
873
- msgid "Apply"
874
- msgstr ""
875
-
876
- #: wpf-includes/functions.php:268 wpf-includes/wpf-phrases.php:297
877
- msgid "Show all forums"
878
- msgstr ""
879
-
880
- #: wpf-includes/functions.php:297 wpf-includes/functions.php:475
881
- #: wpf-includes/wpf-phrases.php:380
882
- msgid "item"
883
- msgstr ""
884
-
885
- #: wpf-includes/functions.php:330 wpf-includes/functions.php:346
886
- #: wpf-includes/wpf-phrases.php:281
887
- msgid "Select All"
888
- msgstr ""
889
-
890
- #: wpf-includes/functions.php:412 wpf-includes/wpf-phrases.php:66
891
- msgid "Delete this item"
892
- msgstr ""
893
-
894
- #: wpf-includes/functions.php:412 wpf-includes/wpf-phrases.php:41
895
- msgid "Are you sure you whant to DELETE this item?"
896
- msgstr ""
897
-
898
- #: wpf-includes/functions.php:457 wpf-includes/wpf-phrases.php:197
899
- msgid "No items found"
900
- msgstr ""
901
-
902
- #: wpf-includes/functions.php:552 wpf-includes/wpf-phrases.php:139
903
- msgid "Items"
904
- msgstr ""
905
-
906
- #: wpf-includes/functions.php:795
907
- #, php-format
908
- msgid "Could not write file %s"
909
- msgstr ""
910
-
911
- #: wpf-includes/wpf-hooks.php:20 wpf-includes/wpf-phrases.php:134
912
- msgid ""
913
- "IMPORTANT! Uninstall is not a simple deactivation action. This action will "
914
- "permanently remove all forum data (forums, topics, replies, attachments...) "
915
- "from database. Please backup database before this action, you may need this "
916
- "forum data in future. If you are sure that you want to delete all forum data "
917
- "please confirm. If not, just cancel it, then you can deactivate this plugin, "
918
- "that will not remove forum data."
919
- msgstr ""
920
-
921
- #: wpf-includes/wpf-hooks.php:20
922
- msgid "Uninstall"
923
- msgstr ""
924
-
925
- #: wpf-includes/wpf-hooks.php:23
926
- msgid "Settings"
927
- msgstr ""
928
-
929
- #: wpf-includes/wpf-hooks.php:806 wpf-includes/wpf-phrases.php:184
930
- msgid "Move"
931
- msgstr ""
932
-
933
- #: wpf-includes/wpf-hooks.php:852
934
- msgid "Dismiss"
935
- msgstr ""
936
-
937
- #: wpf-includes/wpf-hooks.php:877 wpf-includes/wpf-phrases.php:407
938
- msgid "wpForo Usergroup"
939
- msgstr ""
940
-
941
- #: wpf-includes/wpf-hooks.php:885 wpf-includes/wpf-phrases.php:406
942
- msgid "wpForo User Timezone"
943
- msgstr ""
944
-
945
- #: wpf-includes/wpf-phrases.php:8
946
- #, php-format
947
- msgid "%s and %s liked"
948
- msgstr ""
949
-
950
- #: wpf-includes/wpf-phrases.php:9
951
- #, php-format
952
- msgid "%s liked"
953
- msgstr ""
954
-
955
- #: wpf-includes/wpf-phrases.php:10
956
- #, php-format
957
- msgid "%s, %s and %s liked"
958
- msgstr ""
959
-
960
- #: wpf-includes/wpf-phrases.php:11
961
- #, php-format
962
- msgid "%s, %s, %s and %d people liked"
963
- msgstr ""
964
-
965
- #: wpf-includes/wpf-phrases.php:12
966
- msgid "AOL IM"
967
- msgstr ""
968
-
969
- #: wpf-includes/wpf-phrases.php:13
970
- msgid "About Me"
971
- msgstr ""
972
-
973
- #: wpf-includes/wpf-phrases.php:16
974
- msgid "Account"
975
- msgstr ""
976
-
977
- #: wpf-includes/wpf-phrases.php:19
978
- msgid "Activity"
979
- msgstr ""
980
-
981
- #: wpf-includes/wpf-phrases.php:23
982
- msgid "Add a comment"
983
- msgstr ""
984
-
985
- #: wpf-includes/wpf-phrases.php:24
986
- msgid "Add topic"
987
- msgstr ""
988
-
989
- #: wpf-includes/wpf-phrases.php:32
990
- msgid "Answer"
991
- msgstr ""
992
-
993
- #: wpf-includes/wpf-phrases.php:33
994
- msgid "Answer to"
995
- msgstr ""
996
-
997
- #: wpf-includes/wpf-phrases.php:34
998
- msgid "Answers"
999
- msgstr ""
1000
-
1001
- #: wpf-includes/wpf-phrases.php:35
1002
- msgid "Any Date"
1003
- msgstr ""
1004
-
1005
- #: wpf-includes/wpf-phrases.php:42
1006
- msgid "Ascending order"
1007
- msgstr ""
1008
-
1009
- #: wpf-includes/wpf-phrases.php:43
1010
- msgid "Attach file:"
1011
- msgstr ""
1012
-
1013
- #: wpf-includes/wpf-phrases.php:47
1014
- msgid "Avatar"
1015
- msgstr ""
1016
-
1017
- #: wpf-includes/wpf-phrases.php:53
1018
- msgid "Change password"
1019
- msgstr ""
1020
-
1021
- #: wpf-includes/wpf-phrases.php:54
1022
- msgid "Choose target forum"
1023
- msgstr ""
1024
-
1025
- #: wpf-includes/wpf-phrases.php:55 wpf-themes/classic/functions.php:31
1026
- #: wpf-themes/classic/functions.php:52 wpf-themes/classic/functions.php:81
1027
- msgid "Collapsed"
1028
- msgstr ""
1029
-
1030
- #: wpf-includes/wpf-phrases.php:58
1031
- msgid "Comments"
1032
- msgstr ""
1033
-
1034
- #: wpf-includes/wpf-phrases.php:59
1035
- msgid "Confirm my subscription"
1036
- msgstr ""
1037
-
1038
- #: wpf-includes/wpf-phrases.php:64
1039
- msgid "Date"
1040
- msgstr ""
1041
-
1042
- #: wpf-includes/wpf-phrases.php:67
1043
- msgid "Descending order"
1044
- msgstr ""
1045
-
1046
- #: wpf-includes/wpf-phrases.php:70
1047
- msgid "Display Name"
1048
- msgstr ""
1049
-
1050
- #: wpf-includes/wpf-phrases.php:73
1051
- msgid "Edited: "
1052
- msgstr ""
1053
-
1054
- #: wpf-includes/wpf-phrases.php:74
1055
- msgid "Email"
1056
- msgstr ""
1057
-
1058
- #: wpf-includes/wpf-phrases.php:86
1059
- msgid "Enter title here"
1060
- msgstr ""
1061
-
1062
- #: wpf-includes/wpf-phrases.php:87 wpf-themes/classic/functions.php:30
1063
- #: wpf-themes/classic/functions.php:51 wpf-themes/classic/functions.php:80
1064
- msgid "Expanded"
1065
- msgstr ""
1066
-
1067
- #: wpf-includes/wpf-phrases.php:88 wpf-themes/classic/functions.php:77
1068
- msgid "Extended Layout - Intro posts"
1069
- msgstr ""
1070
-
1071
- #: wpf-includes/wpf-phrases.php:89 wpf-themes/classic/functions.php:27
1072
- msgid "Extended Layout - Intro topics"
1073
- msgstr ""
1074
-
1075
- #: wpf-includes/wpf-phrases.php:90 wpf-themes/classic/functions.php:87
1076
- msgid "Extended Layout - Number of intro posts"
1077
- msgstr ""
1078
-
1079
- #: wpf-includes/wpf-phrases.php:91 wpf-themes/classic/functions.php:36
1080
- msgid "Extended Layout - Number of intro topics"
1081
- msgstr ""
1082
-
1083
- #: wpf-includes/wpf-phrases.php:92
1084
- msgid "Facebook"
1085
- msgstr ""
1086
-
1087
- #: wpf-includes/wpf-phrases.php:93
1088
- msgid "Failed to write file to disk"
1089
- msgstr ""
1090
-
1091
- #: wpf-includes/wpf-phrases.php:95
1092
- msgid "File upload stopped by extension"
1093
- msgstr ""
1094
-
1095
- #: wpf-includes/wpf-phrases.php:96
1096
- msgid "Find Posts by User"
1097
- msgstr ""
1098
-
1099
- #: wpf-includes/wpf-phrases.php:97
1100
- msgid "Find Topics Started by User"
1101
- msgstr ""
1102
-
1103
- #: wpf-includes/wpf-phrases.php:98
1104
- msgid "First post and replies"
1105
- msgstr ""
1106
-
1107
- #: wpf-includes/wpf-phrases.php:99
1108
- msgid "Forum"
1109
- msgstr ""
1110
-
1111
- #: wpf-includes/wpf-phrases.php:100
1112
- msgid "Forum - Login"
1113
- msgstr ""
1114
-
1115
- #: wpf-includes/wpf-phrases.php:101
1116
- msgid "Forum - Page Not Found"
1117
- msgstr ""
1118
-
1119
- #: wpf-includes/wpf-phrases.php:102
1120
- msgid "Forum - Registration"
1121
- msgstr ""
1122
-
1123
- #: wpf-includes/wpf-phrases.php:107
1124
- msgid "Forum Home"
1125
- msgstr ""
1126
-
1127
- #: wpf-includes/wpf-phrases.php:109
1128
- msgid "Forum Members"
1129
- msgstr ""
1130
-
1131
- #: wpf-includes/wpf-phrases.php:112
1132
- msgid "Forum Profile"
1133
- msgstr ""
1134
-
1135
- #: wpf-includes/wpf-phrases.php:113
1136
- msgid "Forum RSS Feed"
1137
- msgstr ""
1138
-
1139
- #: wpf-includes/wpf-phrases.php:117
1140
- msgid "Forum Statistics"
1141
- msgstr ""
1142
-
1143
- #: wpf-includes/wpf-phrases.php:120
1144
- msgid "Forum is empty"
1145
- msgstr ""
1146
-
1147
- #: wpf-includes/wpf-phrases.php:129
1148
- msgid "Group"
1149
- msgstr ""
1150
-
1151
- #: wpf-includes/wpf-phrases.php:130
1152
- msgid "Gtalk"
1153
- msgstr ""
1154
-
1155
- #: wpf-includes/wpf-phrases.php:133
1156
- msgid "ICQ"
1157
- msgstr ""
1158
-
1159
- #: wpf-includes/wpf-phrases.php:137
1160
- msgid "Insert member name or email"
1161
- msgstr ""
1162
-
1163
- #: wpf-includes/wpf-phrases.php:140
1164
- msgid "Joined"
1165
- msgstr ""
1166
-
1167
- #: wpf-includes/wpf-phrases.php:143
1168
- msgid "Last 24 hours"
1169
- msgstr ""
1170
-
1171
- #: wpf-includes/wpf-phrases.php:144
1172
- msgid "Last 3 Months"
1173
- msgstr ""
1174
-
1175
- #: wpf-includes/wpf-phrases.php:145
1176
- msgid "Last 6 Months"
1177
- msgstr ""
1178
-
1179
- #: wpf-includes/wpf-phrases.php:146
1180
- msgid "Last Active"
1181
- msgstr ""
1182
-
1183
- #: wpf-includes/wpf-phrases.php:147
1184
- msgid "Last Month"
1185
- msgstr ""
1186
-
1187
- #: wpf-includes/wpf-phrases.php:148
1188
- msgid "Last Post"
1189
- msgstr ""
1190
-
1191
- #: wpf-includes/wpf-phrases.php:149
1192
- msgid "Last Post Info"
1193
- msgstr ""
1194
-
1195
- #: wpf-includes/wpf-phrases.php:150
1196
- msgid "Last Week"
1197
- msgstr ""
1198
-
1199
- #: wpf-includes/wpf-phrases.php:151
1200
- msgid "Last Year ago"
1201
- msgstr ""
1202
-
1203
- #: wpf-includes/wpf-phrases.php:152
1204
- #, php-format
1205
- msgid "Last post by %s"
1206
- msgstr ""
1207
-
1208
- #: wpf-includes/wpf-phrases.php:153
1209
- msgid "Latest Post"
1210
- msgstr ""
1211
-
1212
- #: wpf-includes/wpf-phrases.php:154
1213
- msgid "Leave a reply"
1214
- msgstr ""
1215
-
1216
- #: wpf-includes/wpf-phrases.php:155
1217
- msgid "Length must be between 3 characters and 15 characters."
1218
- msgstr ""
1219
-
1220
- #: wpf-includes/wpf-phrases.php:157
1221
- msgid "Liked"
1222
- msgstr ""
1223
-
1224
- #: wpf-includes/wpf-phrases.php:158
1225
- msgid "Location"
1226
- msgstr ""
1227
-
1228
- #: wpf-includes/wpf-phrases.php:159
1229
- msgid "Login"
1230
- msgstr ""
1231
-
1232
- #: wpf-includes/wpf-phrases.php:161
1233
- msgid "Logout"
1234
- msgstr ""
1235
-
1236
- #: wpf-includes/wpf-phrases.php:163
1237
- msgid "Lost your password?"
1238
- msgstr ""
1239
-
1240
- #: wpf-includes/wpf-phrases.php:165
1241
- msgid "MSN"
1242
- msgstr ""
1243
-
1244
- #: wpf-includes/wpf-phrases.php:166
1245
- msgid "Maximum allowed file size is"
1246
- msgstr ""
1247
-
1248
- #: wpf-includes/wpf-phrases.php:168
1249
- msgid "Member Activity"
1250
- msgstr ""
1251
-
1252
- #: wpf-includes/wpf-phrases.php:169
1253
- msgid "Member Information"
1254
- msgstr ""
1255
-
1256
- #: wpf-includes/wpf-phrases.php:170
1257
- msgid "Member Rating"
1258
- msgstr ""
1259
-
1260
- #: wpf-includes/wpf-phrases.php:171
1261
- msgid "Member Rating Badge"
1262
- msgstr ""
1263
-
1264
- #: wpf-includes/wpf-phrases.php:174
1265
- msgid "Member information"
1266
- msgstr ""
1267
-
1268
- #: wpf-includes/wpf-phrases.php:178
1269
- msgid "Members not found"
1270
- msgstr ""
1271
-
1272
- #: wpf-includes/wpf-phrases.php:179
1273
- msgid "Messages"
1274
- msgstr ""
1275
-
1276
- #: wpf-includes/wpf-phrases.php:182
1277
- msgid "Missing a temporary folder"
1278
- msgstr ""
1279
-
1280
- #: wpf-includes/wpf-phrases.php:185
1281
- msgid "Move topic"
1282
- msgstr ""
1283
-
1284
- #: wpf-includes/wpf-phrases.php:186
1285
- msgid "Must be minimum 6 characters."
1286
- msgstr ""
1287
-
1288
- #: wpf-includes/wpf-phrases.php:187
1289
- msgid "My Profile"
1290
- msgstr ""
1291
-
1292
- #: wpf-includes/wpf-phrases.php:194
1293
- msgid "No activity found for this member."
1294
- msgstr ""
1295
-
1296
- #: wpf-includes/wpf-phrases.php:195
1297
- msgid "No file was uploaded"
1298
- msgstr ""
1299
-
1300
- #: wpf-includes/wpf-phrases.php:196
1301
- msgid "No forums were found here."
1302
- msgstr ""
1303
-
1304
- #: wpf-includes/wpf-phrases.php:200
1305
- msgid "No online members at the moment"
1306
- msgstr ""
1307
-
1308
- #: wpf-includes/wpf-phrases.php:202
1309
- msgid "No subscriptions found for this member."
1310
- msgstr ""
1311
-
1312
- #: wpf-includes/wpf-phrases.php:204
1313
- msgid "No topics were found here"
1314
- msgstr ""
1315
-
1316
- #: wpf-includes/wpf-phrases.php:211
1317
- msgid "Occupation"
1318
- msgstr ""
1319
-
1320
- #: wpf-includes/wpf-phrases.php:212
1321
- msgid "Offline"
1322
- msgstr ""
1323
-
1324
- #: wpf-includes/wpf-phrases.php:213
1325
- msgid "Online"
1326
- msgstr ""
1327
-
1328
- #: wpf-includes/wpf-phrases.php:215
1329
- msgid "Oops! The page you requested was not found!"
1330
- msgstr ""
1331
-
1332
- #: wpf-includes/wpf-phrases.php:216
1333
- msgid "Our newest member"
1334
- msgstr ""
1335
-
1336
- #: wpf-includes/wpf-phrases.php:217
1337
- msgid "Page"
1338
- msgstr ""
1339
-
1340
- #: wpf-includes/wpf-phrases.php:219
1341
- msgid "Password"
1342
- msgstr ""
1343
-
1344
- #: wpf-includes/wpf-phrases.php:221
1345
- #, php-format
1346
- msgid "Please %s or %s"
1347
- msgstr ""
1348
-
1349
- #: wpf-includes/wpf-phrases.php:225
1350
- msgid "Post Title"
1351
- msgstr ""
1352
-
1353
- #: wpf-includes/wpf-phrases.php:226
1354
- msgid "Post link"
1355
- msgstr ""
1356
-
1357
- #: wpf-includes/wpf-phrases.php:227
1358
- msgid "Posted"
1359
- msgstr ""
1360
-
1361
- #: wpf-includes/wpf-phrases.php:228
1362
- msgid "Posted by"
1363
- msgstr ""
1364
-
1365
- #: wpf-includes/wpf-phrases.php:230
1366
- msgid "Powered by"
1367
- msgstr ""
1368
-
1369
- #: wpf-includes/wpf-phrases.php:232 wpf-themes/classic/functions.php:57
1370
- msgid "Q&A Layout - Number of intro topics"
1371
- msgstr ""
1372
-
1373
- #: wpf-includes/wpf-phrases.php:233 wpf-themes/classic/functions.php:48
1374
- msgid "Q&A layout - Intro topics"
1375
- msgstr ""
1376
-
1377
- #: wpf-includes/wpf-phrases.php:234
1378
- msgid "Question Comments"
1379
- msgstr ""
1380
-
1381
- #: wpf-includes/wpf-phrases.php:235
1382
- msgid "Questions"
1383
- msgstr ""
1384
-
1385
- #: wpf-includes/wpf-phrases.php:236
1386
- msgid "Quote"
1387
- msgstr ""
1388
-
1389
- #: wpf-includes/wpf-phrases.php:237
1390
- msgid "RE"
1391
- msgstr ""
1392
-
1393
- #: wpf-includes/wpf-phrases.php:238
1394
- msgid "REPLY:"
1395
- msgstr ""
1396
-
1397
- #: wpf-includes/wpf-phrases.php:239
1398
- msgid "RSS"
1399
- msgstr ""
1400
-
1401
- #: wpf-includes/wpf-phrases.php:240
1402
- msgid "Rating"
1403
- msgstr ""
1404
-
1405
- #: wpf-includes/wpf-phrases.php:241
1406
- msgid "Rating Badge"
1407
- msgstr ""
1408
-
1409
- #: wpf-includes/wpf-phrases.php:245
1410
- msgid "Received Likes"
1411
- msgstr ""
1412
-
1413
- #: wpf-includes/wpf-phrases.php:246
1414
- msgid "Recent Questions"
1415
- msgstr ""
1416
-
1417
- #: wpf-includes/wpf-phrases.php:247
1418
- msgid "Recent Topics"
1419
- msgstr ""
1420
-
1421
- #: wpf-includes/wpf-phrases.php:248
1422
- msgid "Register"
1423
- msgstr ""
1424
-
1425
- #: wpf-includes/wpf-phrases.php:250
1426
- msgid "Registered date"
1427
- msgstr ""
1428
-
1429
- #: wpf-includes/wpf-phrases.php:251
1430
- msgid "Relevancy"
1431
- msgstr ""
1432
-
1433
- #: wpf-includes/wpf-phrases.php:252
1434
- msgid "Remember Me"
1435
- msgstr ""
1436
-
1437
- #: wpf-includes/wpf-phrases.php:258
1438
- msgid "Replies"
1439
- msgstr ""
1440
-
1441
- #: wpf-includes/wpf-phrases.php:259
1442
- msgid "Replies not found"
1443
- msgstr ""
1444
-
1445
- #: wpf-includes/wpf-phrases.php:260
1446
- msgid "Reply"
1447
- msgstr ""
1448
-
1449
- #: wpf-includes/wpf-phrases.php:261
1450
- msgid "Report"
1451
- msgstr ""
1452
-
1453
- #: wpf-includes/wpf-phrases.php:264
1454
- msgid "Report to Administration"
1455
- msgstr ""
1456
-
1457
- #: wpf-includes/wpf-phrases.php:266
1458
- msgid "Result Info"
1459
- msgstr ""
1460
-
1461
- #: wpf-includes/wpf-phrases.php:268
1462
- msgid "Save Changes"
1463
- msgstr ""
1464
-
1465
- #: wpf-includes/wpf-phrases.php:272
1466
- msgid "Search"
1467
- msgstr ""
1468
-
1469
- #: wpf-includes/wpf-phrases.php:273
1470
- msgid "Search Entire Posts"
1471
- msgstr ""
1472
-
1473
- #: wpf-includes/wpf-phrases.php:274
1474
- msgid "Search Phrase"
1475
- msgstr ""
1476
-
1477
- #: wpf-includes/wpf-phrases.php:275
1478
- msgid "Search Titles Only"
1479
- msgstr ""
1480
-
1481
- #: wpf-includes/wpf-phrases.php:276
1482
- msgid "Search Type"
1483
- msgstr ""
1484
-
1485
- #: wpf-includes/wpf-phrases.php:277
1486
- msgid "Search in Forums"
1487
- msgstr ""
1488
-
1489
- #: wpf-includes/wpf-phrases.php:278
1490
- msgid "Search in date period"
1491
- msgstr ""
1492
-
1493
- #: wpf-includes/wpf-phrases.php:279
1494
- msgid "Search result for"
1495
- msgstr ""
1496
-
1497
- #: wpf-includes/wpf-phrases.php:280
1498
- msgid "Search..."
1499
- msgstr ""
1500
-
1501
- #: wpf-includes/wpf-phrases.php:282
1502
- msgid "Select Page"
1503
- msgstr ""
1504
-
1505
- #: wpf-includes/wpf-phrases.php:283
1506
- msgid "Send Report"
1507
- msgstr ""
1508
-
1509
- #: wpf-includes/wpf-phrases.php:287
1510
- msgid "Set Topic Sticky"
1511
- msgstr ""
1512
-
1513
- #: wpf-includes/wpf-phrases.php:288 wpf-themes/classic/functions.php:88
1514
- msgid ""
1515
- "Set this option value 0 if you want to show all posts under topic intro area."
1516
- msgstr ""
1517
-
1518
- #: wpf-includes/wpf-phrases.php:289
1519
- msgid "Shop Account"
1520
- msgstr ""
1521
-
1522
- #: wpf-includes/wpf-phrases.php:299
1523
- msgid "Sign In"
1524
- msgstr ""
1525
-
1526
- #: wpf-includes/wpf-phrases.php:300
1527
- msgid "Signature"
1528
- msgstr ""
1529
-
1530
- #: wpf-includes/wpf-phrases.php:301
1531
- msgid "Site Profile"
1532
- msgstr ""
1533
-
1534
- #: wpf-includes/wpf-phrases.php:302
1535
- msgid "Skype"
1536
- msgstr ""
1537
-
1538
- #: wpf-includes/wpf-phrases.php:304
1539
- msgid "Social Networks"
1540
- msgstr ""
1541
-
1542
- #: wpf-includes/wpf-phrases.php:305
1543
- msgid "Sorry, something wrong with your data."
1544
- msgstr ""
1545
-
1546
- #: wpf-includes/wpf-phrases.php:306
1547
- msgid "Sort Search Results by"
1548
- msgstr ""
1549
-
1550
- #: wpf-includes/wpf-phrases.php:307
1551
- msgid "Specify avatar by URL"
1552
- msgstr ""
1553
-
1554
- #: wpf-includes/wpf-phrases.php:309
1555
- msgid "Subforums"
1556
- msgstr ""
1557
-
1558
- #: wpf-includes/wpf-phrases.php:312
1559
- msgid "Subscribe for new replies"
1560
- msgstr ""
1561
-
1562
- #: wpf-includes/wpf-phrases.php:313
1563
- msgid "Subscribe for new topics"
1564
- msgstr ""
1565
-
1566
- #: wpf-includes/wpf-phrases.php:315
1567
- msgid "Subscriptions"
1568
- msgstr ""
1569
-
1570
- #: wpf-includes/wpf-phrases.php:317
1571
- msgid ""
1572
- "Thank you for trying wpForo! This forum development was started on 2013 and "
1573
- "we were using it for our support community. Now it's ready for WordPress "
1574
- "community as well. It's on the Beta stage and we're working hard to reach "
1575
- "the Gold 1.0.0 version as soon as possible. wpForo is a professional "
1576
- "bulletin board for WorPress, and the only forum software which comes with "
1577
- "Multi-layout template system. The \"Extended"
1578
- msgstr ""
1579
-
1580
- #: wpf-includes/wpf-phrases.php:318
1581
- msgid ""
1582
- "Thank you for using wpForo. wpForo is a premium forum plugin which will "
1583
- "always be available for free. There will never be paid and pro versions of "
1584
- "this forum board. However this is a very large and hard project so we also "
1585
- "develop paid addons (extensions), which will financially help us to keep "
1586
- "improving and adding new features to the free wpForo plugin. Forum addons "
1587
- "will also be actively developed. The first addons \"Advanced Media Uploader"
1588
- msgstr ""
1589
-
1590
- #: wpf-includes/wpf-phrases.php:321
1591
- msgid ""
1592
- "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
1593
- "the HTML form"
1594
- msgstr ""
1595
-
1596
- #: wpf-includes/wpf-phrases.php:322
1597
- msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini"
1598
- msgstr ""
1599
-
1600
- #: wpf-includes/wpf-phrases.php:323
1601
- msgid "The uploaded file was only partially uploaded"
1602
- msgstr ""
1603
-
1604
- #: wpf-includes/wpf-phrases.php:329
1605
- msgid "Timezone"
1606
- msgstr ""
1607
-
1608
- #: wpf-includes/wpf-phrases.php:331
1609
- msgid "Topic RSS Feed"
1610
- msgstr ""
1611
-
1612
- #: wpf-includes/wpf-phrases.php:332
1613
- msgid "Topic Title"
1614
- msgstr ""
1615
-
1616
- #: wpf-includes/wpf-phrases.php:333
1617
- msgid "Topic title"
1618
- msgstr ""
1619
-
1620
- #: wpf-includes/wpf-phrases.php:336
1621
- msgid "Twitter"
1622
- msgstr ""
1623
-
1624
- #: wpf-includes/wpf-phrases.php:337
1625
- msgid "Unknown upload error"
1626
- msgstr ""
1627
-
1628
- #: wpf-includes/wpf-phrases.php:338
1629
- msgid "Unsubscribe"
1630
- msgstr ""
1631
-
1632
- #: wpf-includes/wpf-phrases.php:341
1633
- msgid "Upload an avatar"
1634
- msgstr ""
1635
-
1636
- #: wpf-includes/wpf-phrases.php:343
1637
- msgid ""
1638
- "Use comments to ask for more information or suggest improvements. Avoid "
1639
- "answering questions in comments."
1640
- msgstr ""
1641
-
1642
- #: wpf-includes/wpf-phrases.php:345
1643
- msgid "User"
1644
- msgstr ""
1645
-
1646
- #: wpf-includes/wpf-phrases.php:346
1647
- msgid "User Group"
1648
- msgstr ""
1649
-
1650
- #: wpf-includes/wpf-phrases.php:347
1651
- msgid "Usergroup has been successfully deleted."
1652
- msgstr ""
1653
-
1654
- #: wpf-includes/wpf-phrases.php:348
1655
- msgid ""
1656
- "Usergroup has been successfully deleted. All users of this usergroup have "
1657
- "been moved to the usergroup you've chosen"
1658
- msgstr ""
1659
-
1660
- #: wpf-includes/wpf-phrases.php:349
1661
- msgid "Username"
1662
- msgstr ""
1663
-
1664
- #: wpf-includes/wpf-phrases.php:351
1665
- msgid "View entire post"
1666
- msgstr ""
1667
-
1668
- #: wpf-includes/wpf-phrases.php:352
1669
- msgid "View the latest post"
1670
- msgstr ""
1671
-
1672
- #: wpf-includes/wpf-phrases.php:353
1673
- msgid "Views"
1674
- msgstr ""
1675
-
1676
- #: wpf-includes/wpf-phrases.php:354
1677
- msgid "Votes"
1678
- msgstr ""
1679
-
1680
- #: wpf-includes/wpf-phrases.php:355
1681
- msgid "Website"
1682
- msgstr ""
1683
-
1684
- #: wpf-includes/wpf-phrases.php:357
1685
- msgid "Wordpress avatar system"
1686
- msgstr ""
1687
-
1688
- #: wpf-includes/wpf-phrases.php:358
1689
- msgid "Working"
1690
- msgstr ""
1691
-
1692
- #: wpf-includes/wpf-phrases.php:359
1693
- msgid "Write message"
1694
- msgstr ""
1695
-
1696
- #: wpf-includes/wpf-phrases.php:360
1697
- msgid "Yahoo"
1698
- msgstr ""
1699
-
1700
- #: wpf-includes/wpf-phrases.php:362
1701
- msgid "You"
1702
- msgstr ""
1703
-
1704
- #: wpf-includes/wpf-phrases.php:364
1705
- #, php-format
1706
- msgid "You can go to %s page or Search here"
1707
- msgstr ""
1708
-
1709
- #: wpf-includes/wpf-phrases.php:366
1710
- msgid "Your Answer"
1711
- msgstr ""
1712
-
1713
- #: wpf-includes/wpf-phrases.php:367
1714
- msgid "account"
1715
- msgstr ""
1716
-
1717
- #: wpf-includes/wpf-phrases.php:368
1718
- msgid "activity"
1719
- msgstr ""
1720
-
1721
- #: wpf-includes/wpf-phrases.php:370
1722
- msgid "add_new"
1723
- msgstr ""
1724
-
1725
- #: wpf-includes/wpf-phrases.php:371
1726
- msgid "ago"
1727
- msgstr ""
1728
-
1729
- #: wpf-includes/wpf-phrases.php:372
1730
- msgid "by"
1731
- msgstr ""
1732
-
1733
- #: wpf-includes/wpf-phrases.php:373
1734
- #, php-format
1735
- msgid "by %s"
1736
- msgstr ""
1737
-
1738
- #: wpf-includes/wpf-phrases.php:374
1739
- msgid "confirm password"
1740
- msgstr ""
1741
-
1742
- #: wpf-includes/wpf-phrases.php:377
1743
- msgid "edit profile"
1744
- msgstr ""
1745
-
1746
- #: wpf-includes/wpf-phrases.php:378
1747
- msgid "edit user"
1748
- msgstr ""
1749
-
1750
- #: wpf-includes/wpf-phrases.php:379
1751
- msgid "forums"
1752
- msgstr ""
1753
-
1754
- #: wpf-includes/wpf-phrases.php:381
1755
- msgid "login"
1756
- msgstr ""
1757
-
1758
- #: wpf-includes/wpf-phrases.php:382
1759
- msgid "logout"
1760
- msgstr ""
1761
-
1762
- #: wpf-includes/wpf-phrases.php:383
1763
- msgid "matches"
1764
- msgstr ""
1765
-
1766
- #: wpf-includes/wpf-phrases.php:384
1767
- msgid "members"
1768
- msgstr ""
1769
-
1770
- #: wpf-includes/wpf-phrases.php:386
1771
- msgid "my profile"
1772
- msgstr ""
1773
-
1774
- #: wpf-includes/wpf-phrases.php:387
1775
- msgid "new password"
1776
- msgstr ""
1777
-
1778
- #: wpf-includes/wpf-phrases.php:388
1779
- msgid "new password again"
1780
- msgstr ""
1781
-
1782
- #: wpf-includes/wpf-phrases.php:389
1783
- msgid "next"
1784
- msgstr ""
1785
-
1786
- #: wpf-includes/wpf-phrases.php:390
1787
- msgid "old password"
1788
- msgstr ""
1789
-
1790
- #: wpf-includes/wpf-phrases.php:391
1791
- msgid "phrase_key"
1792
- msgstr ""
1793
-
1794
- #: wpf-includes/wpf-phrases.php:392
1795
- msgid "phrase_value"
1796
- msgstr ""
1797
-
1798
- #: wpf-includes/wpf-phrases.php:393
1799
- msgid "posted"
1800
- msgstr ""
1801
-
1802
- #: wpf-includes/wpf-phrases.php:394
1803
- msgid "prev"
1804
- msgstr ""
1805
-
1806
- #: wpf-includes/wpf-phrases.php:395
1807
- msgid "register"
1808
- msgstr ""
1809
-
1810
- #: wpf-includes/wpf-phrases.php:396
1811
- msgid "replies"
1812
- msgstr ""
1813
-
1814
- #: wpf-includes/wpf-phrases.php:397
1815
- msgid "subscriptions"
1816
- msgstr ""
1817
-
1818
- #: wpf-includes/wpf-phrases.php:398
1819
- msgid "update"
1820
- msgstr ""
1821
-
1822
- #: wpf-includes/wpf-phrases.php:399
1823
- msgid "view"
1824
- msgstr ""
1825
-
1826
- #: wpf-includes/wpf-phrases.php:400
1827
- msgid "view all posts"
1828
- msgstr ""
1829
-
1830
- #: wpf-includes/wpf-phrases.php:401
1831
- msgid "view all questions"
1832
- msgstr ""
1833
-
1834
- #: wpf-includes/wpf-phrases.php:402
1835
- msgid "view all topics"
1836
- msgstr ""
1837
-
1838
- #: wpf-includes/wpf-phrases.php:404
1839
- msgid "wpForo Navigation"
1840
- msgstr ""
1841
-
1842
- #: wpf-includes/wpf-phrases.php:409
1843
- msgid "{number}B"
1844
- msgstr ""
1845
-
1846
- #: wpf-includes/wpf-phrases.php:410
1847
- msgid "{number}K"
1848
- msgstr ""
1849
-
1850
- #: wpf-includes/wpf-phrases.php:411
1851
- msgid "{number}M"
1852
- msgstr ""
1853
-
1854
- #: wpf-includes/wpf-phrases.php:412
1855
- msgid "{number}T"
1856
- msgstr ""
1857
-
1858
- #: wpf-includes/wpf-phrases.php:417
1859
- msgid "Access add error"
1860
- msgstr ""
1861
-
1862
- #: wpf-includes/wpf-phrases.php:418
1863
- msgid "Access delete error"
1864
- msgstr ""
1865
-
1866
- #: wpf-includes/wpf-phrases.php:419
1867
- msgid "Access edit error"
1868
- msgstr ""
1869
-
1870
- #: wpf-includes/wpf-phrases.php:420
1871
- msgid "Access successfully deleted"
1872
- msgstr ""
1873
-
1874
- #: wpf-includes/wpf-phrases.php:421
1875
- msgid "Add Topic error: No forum selected"
1876
- msgstr ""
1877
-
1878
- #: wpf-includes/wpf-phrases.php:422
1879
- msgid "All Checked topics successfully deleted"
1880
- msgstr ""
1881
-
1882
- #: wpf-includes/wpf-phrases.php:423
1883
- msgid "Can't add forum"
1884
- msgstr ""
1885
-
1886
- #: wpf-includes/wpf-phrases.php:424
1887
- msgid "Can't add new language"
1888
- msgstr ""
1889
-
1890
- #: wpf-includes/wpf-phrases.php:425
1891
- msgid "Can't delete this Usergroup"
1892
- msgstr ""
1893
-
1894
- #: wpf-includes/wpf-phrases.php:426
1895
- msgid "Can't send confirmation email"
1896
- msgstr ""
1897
-
1898
- #: wpf-includes/wpf-phrases.php:427
1899
- msgid "Can't send report email"
1900
- msgstr ""
1901
-
1902
- #: wpf-includes/wpf-phrases.php:428
1903
- msgid "Can't subscribe to this item"
1904
- msgstr ""
1905
-
1906
- #: wpf-includes/wpf-phrases.php:429
1907
- msgid "Can't write a post: This topic is closed"
1908
- msgstr ""
1909
-
1910
- #: wpf-includes/wpf-phrases.php:430
1911
- msgid "Can`t upload file"
1912
- msgstr ""
1913
-
1914
- #: wpf-includes/wpf-phrases.php:431
1915
- msgid "Cannot update forum hierarchy"
1916
- msgstr ""
1917
-
1918
- #: wpf-includes/wpf-phrases.php:432
1919
- msgid "Cannot update post data"
1920
- msgstr ""
1921
-
1922
- #: wpf-includes/wpf-phrases.php:433
1923
- msgid "Could not be unsubscribe from this item"
1924
- msgstr ""
1925
-
1926
- #: wpf-includes/wpf-phrases.php:434
1927
- msgid "Email address exists. Please insert another."
1928
- msgstr ""
1929
-
1930
- #: wpf-includes/wpf-phrases.php:435
1931
- msgid "Error: Forum is not found"
1932
- msgstr ""
1933
-
1934
- #: wpf-includes/wpf-phrases.php:436
1935
- msgid "Error: No topic selected"
1936
- msgstr ""
1937
-
1938
- #: wpf-includes/wpf-phrases.php:437
1939
- msgid "Error: Topic is not found"
1940
- msgstr ""
1941
-
1942
- #: wpf-includes/wpf-phrases.php:438
1943
- msgid "Error: please inset some text to report."
1944
- msgstr ""
1945
-
1946
- #: wpf-includes/wpf-phrases.php:439
1947
- msgid "Features successfully updated"
1948
- msgstr ""
1949
-
1950
- #: wpf-includes/wpf-phrases.php:440
1951
- msgid "Features successfully updated, but previous value not changed"
1952
- msgstr ""
1953
-
1954
- #: wpf-includes/wpf-phrases.php:441
1955
- msgid "File type is not allowed"
1956
- msgstr ""
1957
-
1958
- #: wpf-includes/wpf-phrases.php:442
1959
- msgid "Forum Base URL successfully updated"
1960
- msgstr ""
1961
-
1962
- #: wpf-includes/wpf-phrases.php:443
1963
- msgid "Forum deleting error"
1964
- msgstr ""
1965
-
1966
- #: wpf-includes/wpf-phrases.php:444
1967
- msgid "Forum hierarchy successfully updated"
1968
- msgstr ""
1969
-
1970
- #: wpf-includes/wpf-phrases.php:445
1971
- msgid "Forum is successfully merged"
1972
- msgstr ""
1973
-
1974
- #: wpf-includes/wpf-phrases.php:446
1975
- msgid "Forum merging error"
1976
- msgstr ""
1977
-
1978
- #: wpf-includes/wpf-phrases.php:447
1979
- msgid "Forum options successfully updated"
1980
- msgstr ""
1981
-
1982
- #: wpf-includes/wpf-phrases.php:448
1983
- msgid "Forum options successfully updated, but previous value not changed"
1984
- msgstr ""
1985
-
1986
- #: wpf-includes/wpf-phrases.php:449
1987
- msgid "Forum successfully updated"
1988
- msgstr ""
1989
-
1990
- #: wpf-includes/wpf-phrases.php:450
1991
- msgid "Forum update error"
1992
- msgstr ""
1993
-
1994
- #: wpf-includes/wpf-phrases.php:451
1995
- msgid "General options successfully updated"
1996
- msgstr ""
1997
-
1998
- #: wpf-includes/wpf-phrases.php:452
1999
- msgid "Illegal character in username."
2000
- msgstr ""
2001
-
2002
- #: wpf-includes/wpf-phrases.php:453
2003
- msgid "Insert your Email address."
2004
- msgstr ""
2005
-
2006
- #: wpf-includes/wpf-phrases.php:454
2007
- msgid "Invalid Email address"
2008
- msgstr ""
2009
-
2010
- #: wpf-includes/wpf-phrases.php:455
2011
- msgid "Invalid request!"
2012
- msgstr ""
2013
-
2014
- #: wpf-includes/wpf-phrases.php:456
2015
- msgid "Member options successfully updated"
2016
- msgstr ""
2017
-
2018
- #: wpf-includes/wpf-phrases.php:457
2019
- msgid "Member options successfully updated, but previous value not changed"
2020
- msgstr ""
2021
-
2022
- #: wpf-includes/wpf-phrases.php:458
2023
- msgid "Message has been sent"
2024
- msgstr ""
2025
-
2026
- #: wpf-includes/wpf-phrases.php:459
2027
- msgid ""
2028
- "New language successfully added and changed wpforo language to new language"
2029
- msgstr ""
2030
-
2031
- #: wpf-includes/wpf-phrases.php:460
2032
- msgid "No Posts found for update"
2033
- msgstr ""
2034
-
2035
- #: wpf-includes/wpf-phrases.php:461
2036
- msgid "Password length must be between 6 characters and 20 characters."
2037
- msgstr ""
2038
-
2039
- #: wpf-includes/wpf-phrases.php:462
2040
- msgid "Password mismatch."
2041
- msgstr ""
2042
-
2043
- #: wpf-includes/wpf-phrases.php:463
2044
- msgid "Permission denied"
2045
- msgstr ""
2046
-
2047
- #: wpf-includes/wpf-phrases.php:464
2048
- msgid "Permission denied for add forum"
2049
- msgstr ""
2050
-
2051
- #: wpf-includes/wpf-phrases.php:465
2052
- msgid "Permission denied for delete forum"
2053
- msgstr ""
2054
-
2055
- #: wpf-includes/wpf-phrases.php:466
2056
- msgid "Permission denied for edit forum"
2057
- msgstr ""
2058
-
2059
- #: wpf-includes/wpf-phrases.php:467
2060
- msgid "Permission denied for this action"
2061
- msgstr ""
2062
-
2063
- #: wpf-includes/wpf-phrases.php:468
2064
- msgid "Phrase add error"
2065
- msgstr ""
2066
-
2067
- #: wpf-includes/wpf-phrases.php:469
2068
- msgid "Phrase adding error"
2069
- msgstr ""
2070
-
2071
- #: wpf-includes/wpf-phrases.php:470
2072
- msgid "Phrase successfully added"
2073
- msgstr ""
2074
-
2075
- #: wpf-includes/wpf-phrases.php:471
2076
- msgid "Phrase successfully updates"
2077
- msgstr ""
2078
-
2079
- #: wpf-includes/wpf-phrases.php:472
2080
- msgid "Phrase update error"
2081
- msgstr ""
2082
-
2083
- #: wpf-includes/wpf-phrases.php:473
2084
- msgid "Please insert required fields!"
2085
- msgstr ""
2086
-
2087
- #: wpf-includes/wpf-phrases.php:474
2088
- msgid "Post delete error"
2089
- msgstr ""
2090
-
2091
- #: wpf-includes/wpf-phrases.php:475
2092
- msgid "Post options successfully updated"
2093
- msgstr ""
2094
-
2095
- #: wpf-includes/wpf-phrases.php:476
2096
- msgid "Post options successfully updated, but previous value not changed"
2097
- msgstr ""
2098
-
2099
- #: wpf-includes/wpf-phrases.php:477
2100
- msgid "Registration Error"
2101
- msgstr ""
2102
-
2103
- #: wpf-includes/wpf-phrases.php:478
2104
- msgid "Reply request error"
2105
- msgstr ""
2106
-
2107
- #: wpf-includes/wpf-phrases.php:479
2108
- msgid "Something wrong with profile data."
2109
- msgstr ""
2110
-
2111
- #: wpf-includes/wpf-phrases.php:480
2112
- msgid "Subscribe options successfully updated"
2113
- msgstr ""
2114
-
2115
- #: wpf-includes/wpf-phrases.php:481
2116
- msgid "Subscribe options successfully updated, but previous value not changed"
2117
- msgstr ""
2118
-
2119
- #: wpf-includes/wpf-phrases.php:482
2120
- msgid "Success! Thank you Dear Friend"
2121
- msgstr ""
2122
-
2123
- #: wpf-includes/wpf-phrases.php:483
2124
- msgid ""
2125
- "Success! Thank you. Please check your email and click confirmation link "
2126
- "below to complete this step."
2127
- msgstr ""
2128
-
2129
- #: wpf-includes/wpf-phrases.php:484
2130
- msgid "Successfully updated"
2131
- msgstr ""
2132
-
2133
- #: wpf-includes/wpf-phrases.php:485
2134
- msgid "Successfully voted"
2135
- msgstr ""
2136
-
2137
- #: wpf-includes/wpf-phrases.php:486
2138
- msgid "The uploaded file size is too big"
2139
- msgstr ""
2140
-
2141
- #: wpf-includes/wpf-phrases.php:487
2142
- msgid "Theme options successfully updated"
2143
- msgstr ""
2144
-
2145
- #: wpf-includes/wpf-phrases.php:488
2146
- msgid "Theme options successfully updated, but previous value not changed"
2147
- msgstr ""
2148
-
2149
- #: wpf-includes/wpf-phrases.php:489
2150
- msgid "This email address is already registered. Please insert another."
2151
- msgstr ""
2152
-
2153
- #: wpf-includes/wpf-phrases.php:490
2154
- msgid "This post successfully deleted"
2155
- msgstr ""
2156
-
2157
- #: wpf-includes/wpf-phrases.php:491
2158
- msgid "This post successfully edited"
2159
- msgstr ""
2160
-
2161
- #: wpf-includes/wpf-phrases.php:492
2162
- msgid "This topic successfully deleted"
2163
- msgstr ""
2164
-
2165
- #: wpf-includes/wpf-phrases.php:493
2166
- msgid "Topic Move Error"
2167
- msgstr ""
2168
-
2169
- #: wpf-includes/wpf-phrases.php:494
2170
- msgid "Topic add error"
2171
- msgstr ""
2172
-
2173
- #: wpf-includes/wpf-phrases.php:495
2174
- msgid "Topic delete error"
2175
- msgstr ""
2176
-
2177
- #: wpf-includes/wpf-phrases.php:496
2178
- msgid "Topic edit error"
2179
- msgstr ""
2180
-
2181
- #: wpf-includes/wpf-phrases.php:497
2182
- msgid "Topic not found."
2183
- msgstr ""
2184
-
2185
- #: wpf-includes/wpf-phrases.php:498
2186
- msgid "Topic successfully moved"
2187
- msgstr ""
2188
-
2189
- #: wpf-includes/wpf-phrases.php:499
2190
- msgid "Topic successfully updated"
2191
- msgstr ""
2192
-
2193
- #: wpf-includes/wpf-phrases.php:500
2194
- msgid "Topics delete error"
2195
- msgstr ""
2196
-
2197
- #: wpf-includes/wpf-phrases.php:501
2198
- msgid "User delete error"
2199
- msgstr ""
2200
-
2201
- #: wpf-includes/wpf-phrases.php:502
2202
- msgid "User group add error"
2203
- msgstr ""
2204
-
2205
- #: wpf-includes/wpf-phrases.php:503
2206
- msgid "User group edit error"
2207
- msgstr ""
2208
-
2209
- #: wpf-includes/wpf-phrases.php:504
2210
- msgid "User group successfully added"
2211
- msgstr ""
2212
-
2213
- #: wpf-includes/wpf-phrases.php:505
2214
- msgid "User group successfully edited"
2215
- msgstr ""
2216
-
2217
- #: wpf-includes/wpf-phrases.php:506
2218
- msgid "User successfully deleted from wpforo"
2219
- msgstr ""
2220
-
2221
- #: wpf-includes/wpf-phrases.php:507
2222
- msgid "Username exists. Please insert another."
2223
- msgstr ""
2224
-
2225
- #: wpf-includes/wpf-phrases.php:508
2226
- msgid "Username is missed."
2227
- msgstr ""
2228
-
2229
- #: wpf-includes/wpf-phrases.php:509
2230
- msgid "Username length must be between 3 characters and 15 characters."
2231
- msgstr ""
2232
-
2233
- #: wpf-includes/wpf-phrases.php:510
2234
- msgid "Welcome to our Community!"
2235
- msgstr ""
2236
-
2237
- #: wpf-includes/wpf-phrases.php:511
2238
- msgid "Wrong post data"
2239
- msgstr ""
2240
-
2241
- #: wpf-includes/wpf-phrases.php:512
2242
- msgid "You are already voted this post"
2243
- msgstr ""
2244
-
2245
- #: wpf-includes/wpf-phrases.php:513
2246
- msgid "You have been successfully subscribed"
2247
- msgstr ""
2248
-
2249
- #: wpf-includes/wpf-phrases.php:514
2250
- msgid "You have been successfully unsubscribed"
2251
- msgstr ""
2252
-
2253
- #: wpf-includes/wpf-phrases.php:515
2254
- msgid "You have no permission to edit this topic"
2255
- msgstr ""
2256
-
2257
- #: wpf-includes/wpf-phrases.php:516
2258
- msgid "You haven't permission to create post into this forum"
2259
- msgstr ""
2260
-
2261
- #: wpf-includes/wpf-phrases.php:517
2262
- msgid "You haven't permission to create topic into this forum"
2263
- msgstr ""
2264
-
2265
- #: wpf-includes/wpf-phrases.php:518
2266
- msgid "You haven't permission to delete post from this forum"
2267
- msgstr ""
2268
-
2269
- #: wpf-includes/wpf-phrases.php:519
2270
- msgid "You haven't permission to delete topic from this forum"
2271
- msgstr ""
2272
-
2273
- #: wpf-includes/wpf-phrases.php:520
2274
- msgid "You haven't permission to edit post from this forum"
2275
- msgstr ""
2276
-
2277
- #: wpf-includes/wpf-phrases.php:521
2278
- msgid "You successfully replied"
2279
- msgstr ""
2280
-
2281
- #: wpf-includes/wpf-phrases.php:522
2282
- msgid "Your forum successfully added"
2283
- msgstr ""
2284
-
2285
- #: wpf-includes/wpf-phrases.php:523
2286
- msgid "Your forum successfully deleted"
2287
- msgstr ""
2288
-
2289
- #: wpf-includes/wpf-phrases.php:524
2290
- msgid "Your profile data have been successfully updated."
2291
- msgstr ""
2292
-
2293
- #: wpf-includes/wpf-phrases.php:525
2294
- msgid "Your subscription for this item could not be confirmed"
2295
- msgstr ""
2296
-
2297
- #: wpf-includes/wpf-phrases.php:526
2298
- msgid "Your topic successfully added"
2299
- msgstr ""
2300
-
2301
- #. Plugin Name of the plugin/theme
2302
- msgid "Forum - wpForo"
2303
- msgstr ""
2304
-
2305
- #. Plugin URI of the plugin/theme
2306
- msgid "http://wpforo.com"
2307
- msgstr ""
2308
-
2309
- #. Description of the plugin/theme
2310
- msgid ""
2311
- "Next Generation of WordPress Forum Softwares. Everything you need to run an "
2312
- "efficient and professional community. Powerful and beautiful bulletin board "
2313
- "with unique features."
2314
- msgstr ""
2315
-
2316
- #. Author of the plugin/theme
2317
- msgid "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
2318
- msgstr ""
2319
-
2320
- #. Author URI of the plugin/theme
2321
- msgid "http://gvectors.com/"
2322
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Forum - wpForo\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-06-30 22:00+0400\n"
6
+ "PO-Revision-Date: Sun Jul 03 2016 14:16:01 GMT+0200 (Střední Evropa (letní "
7
+ "čas))\n"
8
+ "Last-Translator: Glados <witcheur1338@gmail.com>\n"
9
+ "Language-Team: \n"
10
+ "Language: Czech\n"
11
+ "Plural-Forms: nplurals=3; plural=( n == 1 ) ? 0 : ( n >= 2 && n <= 4 ) ? 1 : "
12
+ "2\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: 8bit\n"
16
+ "X-Poedit-SourceCharset: UTF-8\n"
17
+ "X-Generator: Loco - https://localise.biz/\n"
18
+ "X-Poedit-Basepath: ..\n"
19
+ "X-Poedit-WPHeader: wpforo.php\n"
20
+ "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
21
+ "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
22
+ "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
23
+ "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
24
+ "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
25
+ "X-Poedit-SearchPath-0: .\n"
26
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
27
+ "X-Loco-Target-Locale: cs_CZ"
28
+
29
+ #: wpf-admin/dashboard.php:29
30
+ msgid ""
31
+ "Thank you for trying wpForo! This forum development was started on 2013 and "
32
+ "we were using it for our support community. Now it's ready for WordPress "
33
+ "community as well. \n"
34
+ " It's on the Beta stage and we're working "
35
+ "hard to reach the Gold 1.0.0 version as soon as possible. \n"
36
+ " wpForo is a professional bulletin board "
37
+ "for WorPress, and the only forum software which comes with Multi-layout "
38
+ "template system.\n"
39
+ " The \"Extended\", \"Simplified\" and "
40
+ "\"Question &amp Answer\" layouts fit almost all type of discussions needs. You "
41
+ "can use wpForo for small and extremely large communities. \n"
42
+ " <br />If you found some issue or bug "
43
+ "please open a support topic in plugin page or in our support forum at "
44
+ "gVectors.com. If you liked wpForo please leave some good review for this "
45
+ "plugin. We really need your good reviews. \n"
46
+ " If you didn't like wpForo please leave a "
47
+ "list of issues and requirements you'd like us to fix and add in near future. "
48
+ "We're here to help you and improve wpForo as much as possible."
49
+ msgstr ""
50
+ "Děkujeme za vyzkoušení wpFóra! Tohle fórum se začalo vyvíjet již v roce 2013 "
51
+ "a používáme ho k podpoře komunity. Nyní je vše připraveno pro Wordress "
52
+ "komunitu.\n"
53
+ " Jedná se o Beta verzi a tvrdě "
54
+ "pracujeme k dosažení Gold 1.0.0 verze jakmile to bdue možné.\n"
55
+ " wpFóro je profesionální "
56
+ "bulletin fórum pro Wordpress, a jediné fórum z podporou \"Multi-Layout\".\n"
57
+ " \"Rozšířené\", \"Klasické\" a "
58
+ "\"Otázky & Odpovědi\" je vše co potřebujete. Fórum můžete použít jak pro malé "
59
+ "komunity tak i pro velké!\n"
60
+ " Pokud najdete chybu či "
61
+ "jiný problém tak nás kontaktujte na našem fóru gVectors.com. Pokud se Vám "
62
+ "fórum líbí nezapomeňte napsat recenzi, každá dobrá recenze nás podpoří.\n"
63
+ " Pokud vám wpForo "
64
+ "nevyhovuje, zanechte nám vaše poznámky a mi se pokusíme do budoucna vše "
65
+ "napravit a vylepšit."
66
+
67
+ #: wpf-admin/options-tabs/general.php:29 wpf-includes/wpf-phrases.php:344
68
+ msgid ""
69
+ "Use greater than 5 - below Posts, 10 - below Media, 15 - below Links, 20 - "
70
+ "below Pages, 25 - below comments, 60 - below first separator, 65 - below "
71
+ "Plugins, 70 - below Users, 75 - below Tools, 80 - below Settings, 100 - "
72
+ "below second separator"
73
+ msgstr ""
74
+
75
+ #: wpf-admin/options-tabs/subscriptions.php:23 wpf-includes/wpf-phrases.php:57
76
+ msgid ""
77
+ "Comma separated email addresses of forum administrators to get forum "
78
+ "notifications. For example post report messages."
79
+ msgstr ""
80
+
81
+ #: wpf-includes/wpf-phrases.php:317
82
+ msgid ""
83
+ "Thank you for trying wpForo! This forum development was started on 2013 and "
84
+ "we were using it for our support community. Now it's ready for WordPress "
85
+ "community as well. It's on the Beta stage and we're working hard to reach "
86
+ "the Gold 1.0.0 version as soon as possible. wpForo is a professional "
87
+ "bulletin board for WorPress, and the only forum software which comes with "
88
+ "Multi-layout template system. The \"Extended"
89
+ msgstr ""
90
+
91
+ #: wpf-includes/wpf-phrases.php:318
92
+ msgid ""
93
+ "Thank you for using wpForo. wpForo is a premium forum plugin which will "
94
+ "always be available for free. There will never be paid and pro versions of "
95
+ "this forum board. However this is a very large and hard project so we also "
96
+ "develop paid addons (extensions), which will financially help us to keep "
97
+ "improving and adding new features to the free wpForo plugin. Forum addons "
98
+ "will also be actively developed. The first addons \"Advanced Media Uploader"
99
+ msgstr ""
100
+
101
+ #: wpf-includes/wpf-phrases.php:321
102
+ msgid ""
103
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
104
+ "the HTML form"
105
+ msgstr ""
106
+
107
+ #: wpf-includes/wpf-phrases.php:322
108
+ msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini"
109
+ msgstr ""
110
+
111
+ #: wpf-admin/dashboard.php:7 wpf-includes/wpf-phrases.php:403
112
+ msgid "wpForo Dashboard"
113
+ msgstr "wpFóro Nástěnka"
114
+
115
+ #: wpf-admin/dashboard.php:23 wpf-includes/wpf-phrases.php:356
116
+ msgid "Welcome Message"
117
+ msgstr "Uvítací Zpráva"
118
+
119
+ #: wpf-admin/dashboard.php:60 wpf-includes/wpf-phrases.php:128
120
+ msgid "General Information"
121
+ msgstr "Hlavní Informace"
122
+
123
+ #: wpf-admin/dashboard.php:64 wpf-includes/wpf-phrases.php:363
124
+ msgid "You are currently running"
125
+ msgstr "V současné době běží"
126
+
127
+ #: wpf-admin/dashboard.php:65 wpf-includes/wpf-phrases.php:18
128
+ msgid "Active Theme"
129
+ msgstr "Aktivní Šablona"
130
+
131
+ #: wpf-admin/dashboard.php:66 wpf-includes/wpf-phrases.php:408
132
+ msgid "wpForo Website"
133
+ msgstr "wpFóro Webové stránky"
134
+
135
+ #: wpf-admin/dashboard.php:67 wpf-includes/wpf-phrases.php:316
136
+ msgid "Support Forum"
137
+ msgstr "Fórum Podpory"
138
+
139
+ #: wpf-admin/dashboard.php:78 wpf-includes/wpf-phrases.php:286
140
+ msgid "Server Information"
141
+ msgstr "Informační Server"
142
+
143
+ #: wpf-admin/dashboard.php:108 wpf-includes/wpf-phrases.php:46
144
+ msgid "Available"
145
+ msgstr "K dispozici"
146
+
147
+ #: wpf-admin/dashboard.php:108 wpf-includes/wpf-phrases.php:205
148
+ msgid "Not available"
149
+ msgstr "Není k dispozici"
150
+
151
+ #: wpf-admin/dashboard.php:126 wpf-includes/wpf-phrases.php:49
152
+ msgid "Board Statistic"
153
+ msgstr "Přehled"
154
+
155
+ #: wpf-admin/dashboard.php:132 wpf-admin/options.php:14
156
+ #: wpf-includes/wpf-phrases.php:121
157
+ msgid "Forums"
158
+ msgstr "Fóra"
159
+
160
+ #: wpf-admin/dashboard.php:136 wpf-includes/class-forums.php:537
161
+ #: wpf-includes/wpf-phrases.php:334
162
+ msgid "Topics"
163
+ msgstr "Témata"
164
+
165
+ #: wpf-admin/dashboard.php:140 wpf-includes/class-forums.php:537
166
+ #: wpf-includes/wpf-phrases.php:229
167
+ msgid "Posts"
168
+ msgstr "Příspěvky"
169
+
170
+ #: wpf-admin/dashboard.php:144 wpf-admin/member.php:10 wpf-admin/options.php:17
171
+ #: wpf-includes/wpf-phrases.php:175
172
+ msgid "Members"
173
+ msgstr "Uživatelé"
174
+
175
+ #: wpf-admin/dashboard.php:148 wpf-includes/wpf-phrases.php:176
176
+ msgid "Members Online"
177
+ msgstr "Uživatelé Online"
178
+
179
+ #: wpf-admin/dashboard.php:155 wpf-includes/wpf-phrases.php:44
180
+ msgid "Attachments"
181
+ msgstr "Přílohy"
182
+
183
+ #: wpf-admin/dashboard.php:159 wpf-includes/wpf-phrases.php:45
184
+ msgid "Attachments Size"
185
+ msgstr "Velikost příloh"
186
+
187
+ #: wpf-admin/forum.php:13 wpf-includes/functions.php:548
188
+ #: wpf-includes/wpf-phrases.php:298
189
+ msgid "Show on screen"
190
+ msgstr "Zobrazit na obrazovce"
191
+
192
+ #: wpf-admin/forum.php:15 wpf-admin/forum.php:114
193
+ #: wpf-includes/wpf-phrases.php:111
194
+ msgid "Forum Options"
195
+ msgstr "Nastavení Fóra"
196
+
197
+ #: wpf-admin/forum.php:16 wpf-includes/wpf-phrases.php:220
198
+ msgid "Permissions"
199
+ msgstr "Opravnění"
200
+
201
+ #: wpf-admin/forum.php:17 wpf-includes/wpf-phrases.php:303
202
+ msgid "Slug"
203
+ msgstr "Slug"
204
+
205
+ #: wpf-admin/forum.php:18 wpf-includes/wpf-phrases.php:110
206
+ msgid "Forum Meta"
207
+ msgstr "Fórum Meta"
208
+
209
+ #: wpf-admin/forum.php:21 wpf-includes/wpf-phrases.php:270
210
+ msgid "Screen Layout"
211
+ msgstr "Rozvržení Obrazovky"
212
+
213
+ #: wpf-admin/forum.php:22 wpf-includes/wpf-phrases.php:206
214
+ msgid "Number of Columns"
215
+ msgstr "Počet Sloupců"
216
+
217
+ #: wpf-admin/forum.php:32 wpf-includes/functions.php:562
218
+ #: wpf-includes/wpf-phrases.php:271
219
+ msgid "Screen Options"
220
+ msgstr "Nastavení obrazovky"
221
+
222
+ #: wpf-admin/forum.php:43 wpf-includes/wpf-phrases.php:51
223
+ msgid "Categories and Forums"
224
+ msgstr "Kategorie a Fóra"
225
+
226
+ #: wpf-admin/forum.php:44 wpf-admin/options-tabs/general.php:42
227
+ #: wpf-admin/themes.php:10 wpf-admin/usergroup.php:8
228
+ #: wpf-includes/wpf-phrases.php:20
229
+ msgid "Add New"
230
+ msgstr "Přidat nový"
231
+
232
+ #: wpf-admin/forum.php:55 wpf-includes/wpf-phrases.php:222
233
+ msgid "Please drag and drop forum panels to set parent-child hierarchy."
234
+ msgstr "Prosím přetáhněte fórum v panelu na nastavení child hierarchie."
235
+
236
+ #: wpf-admin/forum.php:69 wpf-includes/wpf-phrases.php:269
237
+ msgid "Save forums order and hierarchy"
238
+ msgstr "Uložit fórum a hierarchii."
239
+
240
+ #: wpf-admin/forum.php:96 wpf-includes/wpf-phrases.php:85
241
+ msgid "Enter forum title here"
242
+ msgstr "Zadejte název fóra zde"
243
+
244
+ #: wpf-admin/forum.php:101 wpf-includes/wpf-phrases.php:84
245
+ msgid "Enter description here . . ."
246
+ msgstr "Zadejte popis zde..."
247
+
248
+ #: wpf-admin/forum.php:102 wpf-includes/wpf-phrases.php:326
249
+ msgid ""
250
+ "This is a forum description. This content will be displayed under forum "
251
+ "title on the forum list."
252
+ msgstr ""
253
+ "Tohle je popis fóra. Tento popis bude zobrazen pod názvem fóra v přehledu "
254
+ "fór."
255
+
256
+ #: wpf-admin/forum.php:117 wpf-includes/wpf-phrases.php:218
257
+ msgid "Parent Forum"
258
+ msgstr "Nadřazené Fórum"
259
+
260
+ #: wpf-admin/forum.php:120 wpf-includes/wpf-phrases.php:201
261
+ msgid "No parent"
262
+ msgstr "Žádné nadřazené"
263
+
264
+ #: wpf-admin/forum.php:125 wpf-includes/wpf-phrases.php:342
265
+ msgid "Use as Category"
266
+ msgstr "Použít jako Kategorii"
267
+
268
+ #: wpf-admin/forum.php:127 wpf-includes/wpf-phrases.php:52
269
+ msgid "Category Layout"
270
+ msgstr "Rozvržení Kategorie"
271
+
272
+ #: wpf-admin/forum.php:137 wpf-includes/wpf-phrases.php:199
273
+ msgid "No layout found."
274
+ msgstr "Žádné rozvržení nebylo nalezeno."
275
+
276
+ #: wpf-admin/forum.php:146 wpf-admin/forum.php:153
277
+ #: wpf-includes/wpf-phrases.php:231
278
+ msgid "Publish"
279
+ msgstr "Publikovat"
280
+
281
+ #: wpf-admin/forum.php:150 wpf-includes/wpf-phrases.php:37
282
+ msgid "Are you sure you want to delete this forum?"
283
+ msgstr "Jste si jistí že chcete smazat toto fórum?"
284
+
285
+ #: wpf-admin/forum.php:150 wpf-admin/themes.php:73 wpf-admin/usergroup.php:37
286
+ #: wpf-admin/usergroup.php:133 wpf-includes/functions.php:256
287
+ #: wpf-includes/functions.php:469 wpf-includes/wpf-hooks.php:807
288
+ #: wpf-includes/wpf-phrases.php:65
289
+ msgid "Delete"
290
+ msgstr "Smazat"
291
+
292
+ #: wpf-admin/forum.php:151 wpf-admin/usergroup.php:39
293
+ #: wpf-includes/class-forums.php:543 wpf-includes/wpf-phrases.php:350
294
+ msgid "View"
295
+ msgstr "Zobrazit"
296
+
297
+ #: wpf-admin/forum.php:221 wpf-includes/wpf-phrases.php:116
298
+ msgid "Forum Slug"
299
+ msgstr "Fórum Slug"
300
+
301
+ #: wpf-admin/forum.php:224 wpf-includes/wpf-phrases.php:319
302
+ msgid ""
303
+ "The \"slug\" is the URL-friendly version of the name. It is usually all "
304
+ "lowercase and contains only letters, numbers, and hyphens."
305
+ msgstr "\"Slug\" je přátelská URL verze názvu."
306
+
307
+ #: wpf-admin/forum.php:230 wpf-includes/wpf-phrases.php:114
308
+ msgid "Forum SEO"
309
+ msgstr "Fórum SEO"
310
+
311
+ #: wpf-admin/forum.php:233 wpf-includes/wpf-phrases.php:180
312
+ msgid "Meta Description"
313
+ msgstr "Meta Popis"
314
+
315
+ #: wpf-admin/forum.php:262 wpf-includes/wpf-phrases.php:325
316
+ msgid "This action will also delete all sub-forums, topics and replies."
317
+ msgstr "Tato akce smaže všechna sub-fóra, témata a odpovědi."
318
+
319
+ #: wpf-admin/forum.php:270 wpf-includes/wpf-phrases.php:135
320
+ msgid ""
321
+ "If you want to delete this forum and keep its sub-forums, topics and replies,"
322
+ " please select a new target forum in dropdown below"
323
+ msgstr ""
324
+ "Pokud chcete smazat toto fórum a nesmazat při tom sub-fóra, témata a "
325
+ "odpovědi tak prosím zadejte nové cílové fórum a přetáhněte."
326
+
327
+ #: wpf-admin/forum.php:279 wpf-includes/wpf-phrases.php:26
328
+ msgid ""
329
+ "All sub-forums, topics and replies will be attached to selected forum. "
330
+ "Layout will be inherited from this forum."
331
+ msgstr ""
332
+ "Všechny sub-fóra, témata a odpovědi byli připojeny ke zvolenému fóru. "
333
+ "Rozvržení bylo automaticky nastaveno k tomuto fóru."
334
+
335
+ #: wpf-admin/options-tabs/accesses.php:9 wpf-includes/wpf-phrases.php:21
336
+ msgid "Add New Forum Access"
337
+ msgstr "Přidat nový přístup k fóru"
338
+
339
+ #: wpf-admin/options-tabs/accesses.php:13 wpf-includes/wpf-phrases.php:15
340
+ msgid "Access names"
341
+ msgstr "Název přístupu"
342
+
343
+ #: wpf-admin/options-tabs/accesses.php:27 wpf-includes/class-forums.php:539
344
+ #: wpf-includes/wpf-phrases.php:376
345
+ msgid "edit"
346
+ msgstr "upravit"
347
+
348
+ #: wpf-admin/options-tabs/accesses.php:28 wpf-includes/wpf-phrases.php:39
349
+ msgid ""
350
+ "Are you sure you want to remove this access set? Usergroups which attached "
351
+ "to this access will lost all forum permissions."
352
+ msgstr ""
353
+ "Jste si jistí že chcete odebrat tento přístup? Skupiny, které byli připojeny "
354
+ "k tomuto přístupu ztratí všechna oprávnění."
355
+
356
+ #: wpf-admin/options-tabs/accesses.php:28 wpf-includes/class-forums.php:541
357
+ #: wpf-includes/wpf-phrases.php:375
358
+ msgid "delete"
359
+ msgstr "smazat"
360
+
361
+ #: wpf-admin/options-tabs/accesses.php:42 wpf-includes/wpf-phrases.php:14
362
+ msgid "Access name"
363
+ msgstr "Název přístupu"
364
+
365
+ #: wpf-admin/options-tabs/accesses.php:62 wpf-includes/wpf-phrases.php:267
366
+ msgid "Save"
367
+ msgstr "Uložit"
368
+
369
+ #: wpf-admin/options-tabs/accesses.php:62 wpf-includes/wpf-phrases.php:339
370
+ msgid "Update"
371
+ msgstr "Aktualizovat"
372
+
373
+ #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:291
374
+ msgid "Show Admin Bar for Members"
375
+ msgstr "Zobrazit Admin Bar pro Uživatelé"
376
+
377
+ #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:328
378
+ msgid "This option doesn't affect website admins."
379
+ msgstr "Tohle nastavení nemá vliv na adminy webu."
380
+
381
+ #: wpf-admin/options-tabs/features.php:10 wpf-includes/wpf-phrases.php:293
382
+ msgid "Show Forum Page Title"
383
+ msgstr "Zobrazit název stránky fóra"
384
+
385
+ #: wpf-admin/options-tabs/features.php:11 wpf-includes/wpf-phrases.php:296
386
+ msgid "Show Top/Menu Bar"
387
+ msgstr "Zobrazit Vrchní menu bar."
388
+
389
+ #: wpf-admin/options-tabs/features.php:12 wpf-includes/wpf-phrases.php:295
390
+ msgid "Show Top Search"
391
+ msgstr "Zobrazit vrchní hledání"
392
+
393
+ #: wpf-admin/options-tabs/features.php:13 wpf-includes/wpf-phrases.php:292
394
+ msgid "Show Breadcrumb"
395
+ msgstr "Zobrazit Breadcrumb"
396
+
397
+ #: wpf-admin/options-tabs/features.php:14 wpf-includes/wpf-phrases.php:294
398
+ msgid "Show Forum Statistic"
399
+ msgstr "Zobrazit Statistiky Fóra"
400
+
401
+ #: wpf-admin/options-tabs/features.php:15 wpf-includes/wpf-phrases.php:254
402
+ msgid "Replace Author Link to Forum Profile"
403
+ msgstr "Nahradit odkaz Autora k profilu Fóra"
404
+
405
+ #: wpf-admin/options-tabs/features.php:16 wpf-includes/wpf-phrases.php:255
406
+ msgid "Replace Comment Author Link to Forum Profile"
407
+ msgstr "Nahradit odkaz Komentář Autora k profilu Fóra"
408
+
409
+ #: wpf-admin/options-tabs/features.php:17 wpf-includes/wpf-phrases.php:257
410
+ msgid "Replace Registration Page URL to Forum URL"
411
+ msgstr "Nahradit odkaz Registrace k profilu Fóra"
412
+
413
+ #: wpf-admin/options-tabs/features.php:18 wpf-includes/wpf-phrases.php:256
414
+ msgid "Replace Login Page URL to Forum URL"
415
+ msgstr "Nahradit odkaz Přihlášení k profilu Fóra"
416
+
417
+ #: wpf-admin/options-tabs/features.php:19 wpf-includes/wpf-phrases.php:253
418
+ msgid "Replace Author Avatar with Forum Profile Avatar"
419
+ msgstr "Nahradit Avatar Autora k profilu Fóra"
420
+
421
+ #: wpf-admin/options-tabs/features.php:20 wpf-includes/wpf-phrases.php:76
422
+ msgid "Enable Avatars"
423
+ msgstr "Povolit Avatary"
424
+
425
+ #: wpf-admin/options-tabs/features.php:21 wpf-includes/wpf-phrases.php:77
426
+ msgid "Enable Custom Avatars"
427
+ msgstr "Povolit vlastní Avatary"
428
+
429
+ #: wpf-admin/options-tabs/features.php:22 wpf-includes/wpf-phrases.php:31
430
+ msgid "Allow Member Signature"
431
+ msgstr "Povolit Uživatelský podpis"
432
+
433
+ #: wpf-admin/options-tabs/features.php:23 wpf-includes/wpf-phrases.php:79
434
+ msgid "Enable Member Rating"
435
+ msgstr "Povolit Uživatelské hodnocení"
436
+
437
+ #: wpf-admin/options-tabs/features.php:24 wpf-includes/wpf-phrases.php:80
438
+ msgid "Enable Member Rating Titles"
439
+ msgstr "Povolit Uživatelské tituly reputace"
440
+
441
+ #: wpf-admin/options-tabs/features.php:25 wpf-includes/wpf-phrases.php:78
442
+ msgid "Enable Member Cashe"
443
+ msgstr "Povolit Uživatelské Cashe"
444
+
445
+ #: wpf-admin/options-tabs/features.php:26 wpf-includes/wpf-phrases.php:83
446
+ msgid "Enable wpForo SEO for Meta Titles"
447
+ msgstr "Povolit wpFóro SEO pro Meta Názvy"
448
+
449
+ #: wpf-admin/options-tabs/features.php:27 wpf-includes/wpf-phrases.php:82
450
+ msgid "Enable wpForo SEO for Meta Tags"
451
+ msgstr "Povolit wpFóro SEO pro Meta Tagy"
452
+
453
+ #: wpf-admin/options-tabs/features.php:28 wpf-includes/wpf-phrases.php:81
454
+ msgid "Enable wpForo Font-Awesome Lib"
455
+ msgstr "Povolit wpFóro Font-Awesome"
456
+
457
+ #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:132
458
+ msgid "Help wpForo to grow, show plugin info"
459
+ msgstr "Pomoc wpFóru k růstu a ukaž informace o pluginu"
460
+
461
+ #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:223
462
+ msgid ""
463
+ "Please enable this option to help wpForo get more popularity as your thank "
464
+ "to the hard work we do for you totally free. This option adds a very small "
465
+ "icon in forum footer, which will allow your site visitors recognize the name "
466
+ "of forum solution you use."
467
+ msgstr ""
468
+ "Prosím povolte tohle nastavení a pomozte tím wpFóru k růstu a získání větší "
469
+ "popularity a jako poděkování pro vás stále chystáme nové funkce a vše je "
470
+ "plně zdarma. Toto nastavení přidá velmi malou ikonku do zápatí fóra přes "
471
+ "kterou když přejede návštěvník tak se mu zobrazí informace o pluginu."
472
+
473
+ #: wpf-admin/options-tabs/features.php:46 wpf-includes/wpf-phrases.php:361
474
+ msgid "Yes"
475
+ msgstr "Ano"
476
+
477
+ #: wpf-admin/options-tabs/features.php:47 wpf-includes/wpf-phrases.php:193
478
+ msgid "No"
479
+ msgstr "Ne"
480
+
481
+ #: wpf-admin/options-tabs/features.php:57 wpf-admin/options-tabs/forums.php:16
482
+ #: wpf-admin/options-tabs/general.php:49 wpf-admin/options-tabs/members.php:86
483
+ #: wpf-admin/options-tabs/posts.php:57 wpf-admin/options-tabs/styles.php:46
484
+ #: wpf-admin/options-tabs/subscriptions.php:75 wpf-includes/wpf-phrases.php:340
485
+ msgid "Update Options"
486
+ msgstr "Aktualizovat nastavení"
487
+
488
+ #: wpf-admin/options-tabs/general.php:14 wpf-includes/wpf-phrases.php:119
489
+ msgid "Forum Title"
490
+ msgstr "Název Fóra"
491
+
492
+ #: wpf-admin/options-tabs/general.php:18 wpf-includes/wpf-phrases.php:106
493
+ msgid "Forum Description"
494
+ msgstr "Popis Fóra"
495
+
496
+ #: wpf-admin/options-tabs/general.php:22 wpf-includes/wpf-phrases.php:105
497
+ msgid "Forum Base URL"
498
+ msgstr "Základní odkaz Fóra"
499
+
500
+ #: wpf-admin/options-tabs/general.php:27 wpf-includes/wpf-phrases.php:63
501
+ msgid "Dashboard Menu Position"
502
+ msgstr "Pozice menu nástěnky"
503
+
504
+ #: wpf-admin/options-tabs/general.php:28 wpf-includes/wpf-phrases.php:320
505
+ msgid "The position in the menu order wpForo should appear."
506
+ msgstr "Pozice"
507
+
508
+ #: wpf-admin/options-tabs/general.php:37 wpf-includes/wpf-phrases.php:108
509
+ msgid "Forum Language"
510
+ msgstr "Jazyk Fóra"
511
+
512
+ #: wpf-admin/options-tabs/general.php:61 wpf-includes/wpf-phrases.php:142
513
+ msgid "Language XML file"
514
+ msgstr "Jazyk XML soubor"
515
+
516
+ #: wpf-admin/options-tabs/general.php:70 wpf-includes/wpf-phrases.php:22
517
+ msgid "Add New Language"
518
+ msgstr "Přidat nový Jazyk"
519
+
520
+ #: wpf-admin/options-tabs/members.php:13 wpf-includes/wpf-phrases.php:214
521
+ msgid "Online status timeout"
522
+ msgstr "Online status vypršel"
523
+
524
+ #: wpf-admin/options-tabs/members.php:16 wpf-admin/options-tabs/posts.php:19
525
+ #: wpf-admin/options-tabs/posts.php:23 wpf-admin/options-tabs/posts.php:31
526
+ #: wpf-admin/options-tabs/posts.php:35 wpf-includes/wpf-phrases.php:385
527
+ msgid "minutes"
528
+ msgstr "minutama"
529
+
530
+ #: wpf-admin/options-tabs/members.php:20 wpf-includes/wpf-phrases.php:177
531
+ msgid "Members URL structure"
532
+ msgstr "Uživatelská URL struktura"
533
+
534
+ #: wpf-admin/options-tabs/members.php:30 wpf-includes/wpf-phrases.php:61
535
+ msgid "Custom Authorisation URLs"
536
+ msgstr "Vlastní autorizace URls"
537
+
538
+ #: wpf-admin/options-tabs/members.php:41 wpf-includes/wpf-phrases.php:160
539
+ msgid "Login URL"
540
+ msgstr "Přihlásit se odkaz (URL)"
541
+
542
+ #: wpf-admin/options-tabs/members.php:42 wpf-includes/wpf-phrases.php:249
543
+ msgid "Register URL"
544
+ msgstr "Registrace odkaz (URL)"
545
+
546
+ #: wpf-admin/options-tabs/members.php:43 wpf-includes/wpf-phrases.php:162
547
+ msgid "Lost Password URL"
548
+ msgstr "Ztracené heslo odkaz (URL)"
549
+
550
+ #: wpf-admin/options-tabs/members.php:49 wpf-includes/wpf-phrases.php:172
551
+ msgid "Member Reputation"
552
+ msgstr "Reputace Uživatelů"
553
+
554
+ #: wpf-admin/options-tabs/members.php:57 wpf-includes/wpf-phrases.php:244
555
+ msgid "Rating Level"
556
+ msgstr "Úroveň hodnocení"
557
+
558
+ #: wpf-admin/options-tabs/members.php:58 wpf-includes/wpf-phrases.php:181
559
+ msgid "Min Number of Posts"
560
+ msgstr "Minimální počet příspěvků"
561
+
562
+ #: wpf-admin/options-tabs/members.php:59 wpf-includes/wpf-phrases.php:173
563
+ msgid "Member Title"
564
+ msgstr "Titul Uživatele"
565
+
566
+ #: wpf-admin/options-tabs/members.php:60 wpf-includes/wpf-phrases.php:290
567
+ msgid "Short Badge"
568
+ msgstr "Malý Odznak"
569
+
570
+ #: wpf-admin/options-tabs/members.php:61 wpf-includes/wpf-phrases.php:126
571
+ msgid "Full Badge"
572
+ msgstr "Velký Odznak"
573
+
574
+ #: wpf-admin/options-tabs/members.php:62 wpf-includes/wpf-phrases.php:242
575
+ msgid "Rating Color"
576
+ msgstr "Barva Hodnocení"
577
+
578
+ #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:243
579
+ msgid "Rating Icon"
580
+ msgstr "Ikonka Hodnocení"
581
+
582
+ #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:183
583
+ msgid "More"
584
+ msgstr "Více"
585
+
586
+ #: wpf-admin/options-tabs/members.php:68 wpf-includes/wpf-phrases.php:156
587
+ msgid "Level"
588
+ msgstr "Úroveň"
589
+
590
+ #: wpf-admin/options-tabs/members.php:69 wpf-includes/wpf-phrases.php:208
591
+ msgid "Number of Posts"
592
+ msgstr "Počet Příspěvků"
593
+
594
+ #: wpf-admin/options-tabs/members.php:70 wpf-includes/wpf-phrases.php:62
595
+ msgid "Custom Title"
596
+ msgstr "Vlastní Titul"
597
+
598
+ #: wpf-admin/options-tabs/members.php:73 wpf-includes/wpf-phrases.php:56
599
+ msgid "Color"
600
+ msgstr "Barva"
601
+
602
+ #: wpf-admin/options-tabs/members.php:74 wpf-includes/wpf-phrases.php:48
603
+ msgid "Badge Icon"
604
+ msgstr "Ikonka Odznaku"
605
+
606
+ #: wpf-admin/options-tabs/plugins.php:9
607
+ msgid ""
608
+ "Thank you for using wpForo. wpForo is a premium forum plugin which will "
609
+ "always be available for free. There will never be paid and pro versions of "
610
+ "this forum board. However this is a very large and hard project so we also "
611
+ "develop paid addons (extensions), which will financially help us to keep "
612
+ "improving and adding new features to the free wpForo plugin. Forum addons "
613
+ "will also be actively developed. The first addons \"Advanced Media Uploader\", "
614
+ "\"Polls\", \"Private Messages\" and \"Ad Manager\" will be available very soon. "
615
+ "Once you got some addon and activated that, you will find settings in "
616
+ "vertical subTabs here."
617
+ msgstr ""
618
+ "Děkujeme za používání wpFóra. wpFóro je premium fórum plugin který je "
619
+ "dostupný plně zdarma. Nikdy nebude placené verze ani pro verze fóra. Jedná "
620
+ "se o velký a náročný projekt, takže budou dostupné Addony placené, které nás "
621
+ "finančně podpoří a motivují nás pro to, aby jsme mohli nadále přidávat nové "
622
+ "věci zdarma. První Addony budou například \"Vlastní nahrávání souborů\", "
623
+ "\"Ankety\", \"Soukromé Zprávy\" a \"Manažér reklam\" budou dostupné již brzy. Jak "
624
+ "addony aktivujete zobrazí se vám v nastavení fóra."
625
+
626
+ #: wpf-admin/options-tabs/posts.php:14 wpf-includes/wpf-phrases.php:210
627
+ msgid "Number of Topics per Page"
628
+ msgstr "Počet témat na stránku"
629
+
630
+ #: wpf-admin/options-tabs/posts.php:18 wpf-includes/wpf-phrases.php:30
631
+ msgid "Allow Edit Own Topic for"
632
+ msgstr "Povolit úpravu tématu po dobu"
633
+
634
+ #: wpf-admin/options-tabs/posts.php:22 wpf-includes/wpf-phrases.php:27
635
+ msgid "Allow Delete Own Topic for"
636
+ msgstr "Povolit smazání tématu po dobu"
637
+
638
+ #: wpf-admin/options-tabs/posts.php:26 wpf-includes/wpf-phrases.php:209
639
+ msgid "Number of Posts per Page"
640
+ msgstr "Počet příspěvků na stránku"
641
+
642
+ #: wpf-admin/options-tabs/posts.php:30 wpf-includes/wpf-phrases.php:29
643
+ msgid "Allow Edit Own Post for"
644
+ msgstr "Povolit upravování příspěvků po dobu"
645
+
646
+ #: wpf-admin/options-tabs/posts.php:34 wpf-includes/wpf-phrases.php:28
647
+ msgid "Allow Delete Own post for"
648
+ msgstr "Povolit smazání příspěvku pro"
649
+
650
+ #: wpf-admin/options-tabs/posts.php:40 wpf-includes/wpf-phrases.php:167
651
+ msgid "Maximum upload file size"
652
+ msgstr "Maximální velikost nahraného souboru"
653
+
654
+ #: wpf-admin/options-tabs/posts.php:41 wpf-includes/wpf-phrases.php:365
655
+ msgid ""
656
+ "You can not set this value more than \"upload_max_filesize\" and "
657
+ "\"post_max_size\". If you want to increase server parameters please contact to "
658
+ "your hosting service support."
659
+ msgstr ""
660
+ "Nemůžete změnit hodnoty více než je \"max_velikost souboru\" a \"max_velikost "
661
+ "příspěvku\". Pokud chcete navýšit parametry serveru kontaktujte váš hosting."
662
+
663
+ #: wpf-admin/options-tabs/posts.php:44 wpf-includes/wpf-phrases.php:164
664
+ msgid "MB"
665
+ msgstr "MB"
666
+
667
+ #: wpf-admin/options-tabs/posts.php:47 wpf-includes/wpf-phrases.php:285
668
+ msgid "Server \"upload_max_filesize\" is "
669
+ msgstr "Server \"max_velikost nahraného souboru\" je"
670
+
671
+ #: wpf-admin/options-tabs/posts.php:48 wpf-includes/wpf-phrases.php:284
672
+ msgid "Server \"post_max_size\" is "
673
+ msgstr "Server \"max_velikost příspěvku\" je"
674
+
675
+ #: wpf-admin/options-tabs/subscriptions.php:13 wpf-includes/wpf-phrases.php:124
676
+ msgid "From Name"
677
+ msgstr "Od Název"
678
+
679
+ #: wpf-admin/options-tabs/subscriptions.php:17 wpf-includes/wpf-phrases.php:123
680
+ msgid "From Email Address"
681
+ msgstr "Z Emailové Adresy"
682
+
683
+ #: wpf-admin/options-tabs/subscriptions.php:22 wpf-includes/wpf-phrases.php:104
684
+ msgid "Forum Admin Email Addresses"
685
+ msgstr "Fórum admin email"
686
+
687
+ #: wpf-admin/options-tabs/subscriptions.php:29 wpf-includes/wpf-phrases.php:314
688
+ msgid "Subscription Emails"
689
+ msgstr "Emaily Odběratelů"
690
+
691
+ #: wpf-admin/options-tabs/subscriptions.php:33 wpf-includes/wpf-phrases.php:311
692
+ msgid "Subscribe confirmation email subject"
693
+ msgstr "Potvrzení odběru subjektu email"
694
+
695
+ #: wpf-admin/options-tabs/subscriptions.php:37 wpf-includes/wpf-phrases.php:310
696
+ msgid "Subscribe confirmation email message"
697
+ msgstr "Potvrzení odběru potvrzovací email"
698
+
699
+ #: wpf-admin/options-tabs/subscriptions.php:41 wpf-includes/wpf-phrases.php:192
700
+ msgid "New topic notification email subject"
701
+ msgstr "Nové téma upozornění email subjekt"
702
+
703
+ #: wpf-admin/options-tabs/subscriptions.php:45 wpf-includes/wpf-phrases.php:191
704
+ msgid "New topic notification email message"
705
+ msgstr "Nové téma upozornění email zpráva"
706
+
707
+ #: wpf-admin/options-tabs/subscriptions.php:49 wpf-includes/wpf-phrases.php:190
708
+ msgid "New reply notification email subject"
709
+ msgstr "Nová odpověď zpozornění email"
710
+
711
+ #: wpf-admin/options-tabs/subscriptions.php:53 wpf-includes/wpf-phrases.php:189
712
+ msgid "New reply notification email message"
713
+ msgstr "Nová odpověď upozornění email zpráva"
714
+
715
+ #: wpf-admin/options-tabs/subscriptions.php:58 wpf-includes/wpf-phrases.php:224
716
+ msgid "Post Reporting Emails"
717
+ msgstr "Příspěvky nahlášení emaily"
718
+
719
+ #: wpf-admin/options-tabs/subscriptions.php:59 wpf-includes/wpf-phrases.php:327
720
+ msgid "This message comes from post reporting pop-up form."
721
+ msgstr "Tato zpráva pochází s pop-up okna"
722
+
723
+ #: wpf-admin/options-tabs/subscriptions.php:64 wpf-includes/wpf-phrases.php:263
724
+ msgid "Report message subject"
725
+ msgstr "Důvod nahlášení"
726
+
727
+ #: wpf-admin/options-tabs/subscriptions.php:69 wpf-includes/wpf-phrases.php:262
728
+ msgid "Report message body"
729
+ msgstr "Zpráva nahlášení"
730
+
731
+ #: wpf-admin/options.php:8 wpf-includes/wpf-phrases.php:115
732
+ msgid "Forum Settings"
733
+ msgstr "Nastavení Fóra"
734
+
735
+ #: wpf-admin/options.php:13 wpf-includes/wpf-phrases.php:127
736
+ msgid "General"
737
+ msgstr "Obecné"
738
+
739
+ #: wpf-admin/options.php:15 wpf-includes/wpf-phrases.php:103
740
+ msgid "Forum Accesses"
741
+ msgstr "Přístupy Fóra"
742
+
743
+ #: wpf-admin/options.php:16 wpf-includes/wpf-phrases.php:335
744
+ msgid "Topics &amp; Posts"
745
+ msgstr "Témata; Příspěvky"
746
+
747
+ #: wpf-admin/options.php:18 wpf-includes/wpf-phrases.php:75
748
+ msgid "Emails"
749
+ msgstr "Emaily"
750
+
751
+ #: wpf-admin/options.php:19 wpf-includes/wpf-phrases.php:94
752
+ msgid "Features"
753
+ msgstr "Funkce"
754
+
755
+ #: wpf-admin/options.php:21 wpf-includes/wpf-phrases.php:308
756
+ msgid "Styles"
757
+ msgstr "Styly"
758
+
759
+ #: wpf-admin/options.php:22 wpf-includes/wpf-phrases.php:25
760
+ msgid "Addons"
761
+ msgstr "Addony"
762
+
763
+ #: wpf-admin/phrase.php:10 wpf-includes/wpf-phrases.php:125
764
+ msgid "Front-end Phrases"
765
+ msgstr "Front end Fráze"
766
+
767
+ #: wpf-admin/themes.php:9 wpf-includes/wpf-phrases.php:118
768
+ msgid "Forum Themes"
769
+ msgstr "Témata Fóra"
770
+
771
+ #: wpf-admin/themes.php:46 wpf-includes/wpf-phrases.php:60
772
+ msgid "Current active theme"
773
+ msgstr "Aktuální aktivní téma"
774
+
775
+ #: wpf-admin/themes.php:48 wpf-includes/wpf-phrases.php:136
776
+ msgid "Inactive"
777
+ msgstr "Neaktivní"
778
+
779
+ #: wpf-admin/themes.php:52 wpf-includes/wpf-phrases.php:141
780
+ msgid "LAYOUTS"
781
+ msgstr "ROZVRŽENÍ"
782
+
783
+ #: wpf-admin/themes.php:68 wpf-includes/wpf-phrases.php:17
784
+ msgid "Activate"
785
+ msgstr "Aktivovat"
786
+
787
+ #: wpf-admin/themes.php:69 wpf-includes/wpf-phrases.php:122
788
+ msgid "Fresh Installation"
789
+ msgstr "Čerstvá Instalace"
790
+
791
+ #: wpf-admin/themes.php:71 wpf-includes/wpf-phrases.php:138
792
+ msgid "Install"
793
+ msgstr "Instalace"
794
+
795
+ #: wpf-admin/themes.php:73 wpf-includes/wpf-phrases.php:38
796
+ msgid "Are you sure you want to delete this theme files?"
797
+ msgstr "Jste si jistí že chcete smazat tyto soubory šablony?"
798
+
799
+ #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:40
800
+ msgid "Are you sure you want to reset all settings and style colors to default?"
801
+ msgstr "Jste si jistí že chcete obnovit všechny předchozí styli a barvy?"
802
+
803
+ #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:265
804
+ msgid "Reset Settings"
805
+ msgstr "Obnovit Nastavení"
806
+
807
+ #: wpf-admin/themes.php:96 wpf-includes/wpf-phrases.php:198
808
+ msgid "No layout found"
809
+ msgstr "Žádné rozvržení nebylo nalezeno"
810
+
811
+ #: wpf-admin/themes.php:107 wpf-includes/wpf-phrases.php:203
812
+ msgid "No theme found"
813
+ msgstr "Žádná šablona nebyla nalezena"
814
+
815
+ #: wpf-admin/usergroup.php:8
816
+ msgid "Usergroups"
817
+ msgstr "Skupiny"
818
+
819
+ #: wpf-admin/usergroup.php:18 wpf-admin/usergroup.php:30
820
+ #: wpf-admin/usergroup.php:62
821
+ msgid "Usergroup Name"
822
+ msgstr "Název Skupiny"
823
+
824
+ #: wpf-admin/usergroup.php:19
825
+ msgid "Users Count"
826
+ msgstr "Počet Uživatelů"
827
+
828
+ #: wpf-admin/usergroup.php:36
829
+ msgid "Edit this usergroup"
830
+ msgstr "Upravit tuto skupinu"
831
+
832
+ #: wpf-admin/usergroup.php:36 wpf-includes/functions.php:254
833
+ #: wpf-includes/functions.php:467 wpf-includes/wpf-phrases.php:72
834
+ msgid "Edit"
835
+ msgstr "Upravit"
836
+
837
+ #: wpf-admin/usergroup.php:37
838
+ msgid "Delete this usergroup"
839
+ msgstr "Smazat tuto skupinu"
840
+
841
+ #: wpf-admin/usergroup.php:39
842
+ msgid "View users list in this usergroup"
843
+ msgstr "Zobrazit všechny uživatele v této skupině"
844
+
845
+ #: wpf-admin/usergroup.php:43
846
+ msgid "Count of users in this usergroup"
847
+ msgstr "Počet uživatelů v této skupině"
848
+
849
+ #: wpf-admin/usergroup.php:62 wpf-includes/wpf-phrases.php:131
850
+ msgid "Guest"
851
+ msgstr "Host"
852
+
853
+ #: wpf-admin/usergroup.php:85 wpf-includes/wpf-phrases.php:369
854
+ msgid "add"
855
+ msgstr "přidat"
856
+
857
+ #: wpf-admin/usergroup.php:85
858
+ msgid "save"
859
+ msgstr "uložit"
860
+
861
+ #: wpf-admin/usergroup.php:106
862
+ msgid "Delete Chosen Usergroup And Users"
863
+ msgstr "Smazat zvolené skupiny a uživatele"
864
+
865
+ #: wpf-admin/usergroup.php:116
866
+ msgid "Delete Chosen Usergroup And Join Users To Other Usergroup"
867
+ msgstr "Smazat zvolené skupiny a připojit uživatele do jiné skupiny"
868
+
869
+ #: wpf-admin/usergroup.php:128
870
+ msgid "Users will be join this usergroup"
871
+ msgstr "Uživatelé se připojili do této skupiny"
872
+
873
+ #: wpf-includes/class-notices.php:128 wpf-includes/wpf-phrases.php:68
874
+ msgid "Dismiss this notice."
875
+ msgstr "Zamítnout tohle upozornění"
876
+
877
+ #: wpf-includes/class-permissions.php:116 wpf-includes/wpf-phrases.php:415
878
+ #, php-format
879
+ msgid "%s access successfully added"
880
+ msgstr "%s přístup úspěšně přidán"
881
+
882
+ #: wpf-includes/class-permissions.php:141 wpf-includes/wpf-phrases.php:416
883
+ #, php-format
884
+ msgid "%s access successfully edited"
885
+ msgstr "%s přístup úspěšně upraven"
886
+
887
+ #: wpf-includes/class-phrases.php:157
888
+ #: wpf-includes/functions-installation.php:28 wpf-includes/wpf-phrases.php:7
889
+ msgid " Forum"
890
+ msgstr "Fórum"
891
+
892
+ #: wpf-includes/class-phrases.php:158
893
+ #: wpf-includes/functions-installation.php:29 wpf-includes/wpf-phrases.php:6
894
+ msgid " Discussion Board"
895
+ msgstr "Deska diskuzí"
896
+
897
+ #: wpf-includes/class-template.php:868 wpf-includes/wpf-phrases.php:324
898
+ msgid "Theme file not readable"
899
+ msgstr "Tato šablona není čitelná"
900
+
901
+ #: wpf-includes/functions-template.php:7
902
+ msgid "wpForo Menu"
903
+ msgstr "wpFóro Menu"
904
+
905
+ #: wpf-includes/functions-template.php:149 wpf-includes/wpf-phrases.php:405
906
+ msgid "wpForo Sidebar"
907
+ msgstr "wpFóro Postranní panel"
908
+
909
+ #: wpf-includes/functions-template.php:150 wpf-includes/wpf-phrases.php:188
910
+ msgid ""
911
+ "NOTE: If you're going to add widgets in this sidebar, please use 'Full "
912
+ "Width' template for wpForo index page to avoid sidebar duplication."
913
+ msgstr ""
914
+ "Upozornění: Pokud chcete přidat widget, prosím použijte \"Full Width\" šablonu "
915
+ "pro wpFóro (index page) aby jste předešli duplikaci widgetů."
916
+
917
+ #: wpf-includes/functions-template.php:188
918
+ #: wpf-includes/functions-template.php:295
919
+ #: wpf-includes/functions-template.php:358
920
+ #: wpf-includes/functions-template.php:435
921
+ #: wpf-includes/functions-template.php:482 wpf-includes/wpf-phrases.php:330
922
+ msgid "Title"
923
+ msgstr "Název"
924
+
925
+ #: wpf-includes/functions-template.php:361
926
+ #: wpf-includes/functions-template.php:438 wpf-includes/wpf-phrases.php:207
927
+ msgid "Number of Items"
928
+ msgstr "Počet věcí"
929
+
930
+ #: wpf-includes/functions-template.php:366 wpf-includes/wpf-phrases.php:69
931
+ msgid "Display Avatars"
932
+ msgstr "Obrazovka Avatarů"
933
+
934
+ #: wpf-includes/functions-template.php:442 wpf-includes/wpf-phrases.php:71
935
+ msgid "Display with Avatars"
936
+ msgstr "Obrazovka s Avatary"
937
+
938
+ #: wpf-includes/functions.php:252 wpf-includes/functions.php:465
939
+ #: wpf-includes/wpf-phrases.php:50
940
+ msgid "Bulk Actions"
941
+ msgstr "Bulk Akce"
942
+
943
+ #: wpf-includes/functions.php:259 wpf-includes/functions.php:553
944
+ #: wpf-includes/wpf-phrases.php:36
945
+ msgid "Apply"
946
+ msgstr "Aplikovat"
947
+
948
+ #: wpf-includes/functions.php:268 wpf-includes/wpf-phrases.php:297
949
+ msgid "Show all forums"
950
+ msgstr "Ukázat všechna fóra"
951
+
952
+ #: wpf-includes/functions.php:297 wpf-includes/functions.php:475
953
+ #: wpf-includes/wpf-phrases.php:380
954
+ msgid "item"
955
+ msgstr "položka"
956
+
957
+ #: wpf-includes/functions.php:330 wpf-includes/functions.php:346
958
+ #: wpf-includes/wpf-phrases.php:281
959
+ msgid "Select All"
960
+ msgstr "Zvolit všechno"
961
+
962
+ #: wpf-includes/functions.php:412 wpf-includes/wpf-phrases.php:66
963
+ msgid "Delete this item"
964
+ msgstr "Smazat tuto položku"
965
+
966
+ #: wpf-includes/functions.php:412 wpf-includes/wpf-phrases.php:41
967
+ msgid "Are you sure you whant to DELETE this item?"
968
+ msgstr "Jste si jistí že chcete smazat tuto položku?"
969
+
970
+ #: wpf-includes/functions.php:457 wpf-includes/wpf-phrases.php:197
971
+ msgid "No items found"
972
+ msgstr "Žádná položka nenalezena"
973
+
974
+ #: wpf-includes/functions.php:552 wpf-includes/wpf-phrases.php:139
975
+ msgid "Items"
976
+ msgstr "Položky"
977
+
978
+ #: wpf-includes/functions.php:795
979
+ #, php-format
980
+ msgid "Could not write file %s"
981
+ msgstr "Nemůžeme zaspat soubor %s"
982
+
983
+ #: wpf-includes/wpf-hooks.php:20 wpf-includes/wpf-phrases.php:134
984
+ msgid ""
985
+ "IMPORTANT! Uninstall is not a simple deactivation action. This action will "
986
+ "permanently remove all forum data (forums, topics, replies, attachments...) "
987
+ "from database. Please backup database before this action, you may need this "
988
+ "forum data in future. If you are sure that you want to delete all forum data "
989
+ "please confirm. If not, just cancel it, then you can deactivate this plugin, "
990
+ "that will not remove forum data."
991
+ msgstr ""
992
+ "Důležité! Odinstalace není pouze deaktivace. Tato akce smaže všechna fóra, "
993
+ "témata, příspěvky, odpovědi z databáze. Vytvořte si zálohu před akcí pokud "
994
+ "potřebujete data fóra do budoucna. Pokud chcete vše smazat tak prosím "
995
+ "potvrdte."
996
+
997
+ #: wpf-includes/wpf-hooks.php:20
998
+ msgid "Uninstall"
999
+ msgstr "Odinstalace"
1000
+
1001
+ #: wpf-includes/wpf-hooks.php:23
1002
+ msgid "Settings"
1003
+ msgstr "Nastavení"
1004
+
1005
+ #: wpf-includes/wpf-hooks.php:806 wpf-includes/wpf-phrases.php:184
1006
+ msgid "Move"
1007
+ msgstr "Přesunout"
1008
+
1009
+ #: wpf-includes/wpf-hooks.php:852
1010
+ msgid "Dismiss"
1011
+ msgstr "Nepotvrzovat"
1012
+
1013
+ #: wpf-includes/wpf-hooks.php:877 wpf-includes/wpf-phrases.php:407
1014
+ msgid "wpForo Usergroup"
1015
+ msgstr "wpFóro Skupina"
1016
+
1017
+ #: wpf-includes/wpf-hooks.php:885 wpf-includes/wpf-phrases.php:406
1018
+ msgid "wpForo User Timezone"
1019
+ msgstr "wpFóro Uživatelův Čas"
1020
+
1021
+ #: wpf-includes/wpf-phrases.php:8
1022
+ #, php-format
1023
+ msgid "%s and %s liked"
1024
+ msgstr "%s a %s se líbí"
1025
+
1026
+ #: wpf-includes/wpf-phrases.php:9
1027
+ #, php-format
1028
+ msgid "%s liked"
1029
+ msgstr "%s se líbí"
1030
+
1031
+ #: wpf-includes/wpf-phrases.php:10
1032
+ #, php-format
1033
+ msgid "%s, %s and %s liked"
1034
+ msgstr "%s, %s a %s se líbí"
1035
+
1036
+ #: wpf-includes/wpf-phrases.php:11
1037
+ #, php-format
1038
+ msgid "%s, %s, %s and %d people liked"
1039
+ msgstr "%s, %s, %s a %d lidem se líbí"
1040
+
1041
+ #: wpf-includes/wpf-phrases.php:12
1042
+ msgid "AOL IM"
1043
+ msgstr "AOL IM"
1044
+
1045
+ #: wpf-includes/wpf-phrases.php:13
1046
+ msgid "About Me"
1047
+ msgstr "O "
1048
+
1049
+ #: wpf-includes/wpf-phrases.php:16
1050
+ msgid "Account"
1051
+ msgstr "Účet"
1052
+
1053
+ #: wpf-includes/wpf-phrases.php:19
1054
+ msgid "Activity"
1055
+ msgstr "Aktivita"
1056
+
1057
+ #: wpf-includes/wpf-phrases.php:23
1058
+ msgid "Add a comment"
1059
+ msgstr "Přidat komentář"
1060
+
1061
+ #: wpf-includes/wpf-phrases.php:24
1062
+ msgid "Add topic"
1063
+ msgstr "Přidat téma"
1064
+
1065
+ #: wpf-includes/wpf-phrases.php:32
1066
+ msgid "Answer"
1067
+ msgstr "Řešení"
1068
+
1069
+ #: wpf-includes/wpf-phrases.php:33
1070
+ msgid "Answer to"
1071
+ msgstr "Řešení na"
1072
+
1073
+ #: wpf-includes/wpf-phrases.php:34
1074
+ msgid "Answers"
1075
+ msgstr "Řešení"
1076
+
1077
+ #: wpf-includes/wpf-phrases.php:35
1078
+ msgid "Any Date"
1079
+ msgstr "Jakékoliv datum"
1080
+
1081
+ #: wpf-includes/wpf-phrases.php:42
1082
+ msgid "Ascending order"
1083
+ msgstr "Vzestupně"
1084
+
1085
+ #: wpf-includes/wpf-phrases.php:43
1086
+ msgid "Attach file:"
1087
+ msgstr "Připojit soubor: "
1088
+
1089
+ #: wpf-includes/wpf-phrases.php:47
1090
+ msgid "Avatar"
1091
+ msgstr "Avatar"
1092
+
1093
+ #: wpf-includes/wpf-phrases.php:53
1094
+ msgid "Change password"
1095
+ msgstr "Změnit heslo"
1096
+
1097
+ #: wpf-includes/wpf-phrases.php:54
1098
+ msgid "Choose target forum"
1099
+ msgstr "Zvolte cílové fórum"
1100
+
1101
+ #: wpf-includes/wpf-phrases.php:55 wpf-themes/classic/functions.php:31
1102
+ #: wpf-themes/classic/functions.php:52 wpf-themes/classic/functions.php:81
1103
+ msgid "Collapsed"
1104
+ msgstr "Zabalené"
1105
+
1106
+ #: wpf-includes/wpf-phrases.php:58
1107
+ msgid "Comments"
1108
+ msgstr "Komentáře"
1109
+
1110
+ #: wpf-includes/wpf-phrases.php:59
1111
+ msgid "Confirm my subscription"
1112
+ msgstr "Potvrdit můj odběr"
1113
+
1114
+ #: wpf-includes/wpf-phrases.php:64
1115
+ msgid "Date"
1116
+ msgstr "Datum"
1117
+
1118
+ #: wpf-includes/wpf-phrases.php:67
1119
+ msgid "Descending order"
1120
+ msgstr "Sestupně"
1121
+
1122
+ #: wpf-includes/wpf-phrases.php:70
1123
+ msgid "Display Name"
1124
+ msgstr "Jméno"
1125
+
1126
+ #: wpf-includes/wpf-phrases.php:73
1127
+ msgid "Edited: "
1128
+ msgstr "Upravil: "
1129
+
1130
+ #: wpf-includes/wpf-phrases.php:74
1131
+ msgid "Email"
1132
+ msgstr "Email"
1133
+
1134
+ #: wpf-includes/wpf-phrases.php:86
1135
+ msgid "Enter title here"
1136
+ msgstr "zadejte název zde"
1137
+
1138
+ #: wpf-includes/wpf-phrases.php:87 wpf-themes/classic/functions.php:30
1139
+ #: wpf-themes/classic/functions.php:51 wpf-themes/classic/functions.php:80
1140
+ msgid "Expanded"
1141
+ msgstr "Rozšířené"
1142
+
1143
+ #: wpf-includes/wpf-phrases.php:88 wpf-themes/classic/functions.php:77
1144
+ msgid "Extended Layout - Intro posts"
1145
+ msgstr "Rozšířený Nákres - Intro příspěvky"
1146
+
1147
+ #: wpf-includes/wpf-phrases.php:89 wpf-themes/classic/functions.php:27
1148
+ msgid "Extended Layout - Intro topics"
1149
+ msgstr "Rozšířený Nákres - Intro témata"
1150
+
1151
+ #: wpf-includes/wpf-phrases.php:90 wpf-themes/classic/functions.php:87
1152
+ msgid "Extended Layout - Number of intro posts"
1153
+ msgstr "Rozšířený Nákres - Počet info příspěvků"
1154
+
1155
+ #: wpf-includes/wpf-phrases.php:91 wpf-themes/classic/functions.php:36
1156
+ msgid "Extended Layout - Number of intro topics"
1157
+ msgstr "Rozšířený Nákres - Počet intro témat"
1158
+
1159
+ #: wpf-includes/wpf-phrases.php:92
1160
+ msgid "Facebook"
1161
+ msgstr "Facebook"
1162
+
1163
+ #: wpf-includes/wpf-phrases.php:93
1164
+ msgid "Failed to write file to disk"
1165
+ msgstr "Neúspěšné zapsání na disk"
1166
+
1167
+ #: wpf-includes/wpf-phrases.php:95
1168
+ msgid "File upload stopped by extension"
1169
+ msgstr "Nahrávání souboru přerušeno kvůli rozšíření"
1170
+
1171
+ #: wpf-includes/wpf-phrases.php:96
1172
+ msgid "Find Posts by User"
1173
+ msgstr "Najít Příspěvky od Uživatele"
1174
+
1175
+ #: wpf-includes/wpf-phrases.php:97
1176
+ msgid "Find Topics Started by User"
1177
+ msgstr "Najít Témata od UživaTELE"
1178
+
1179
+ #: wpf-includes/wpf-phrases.php:98
1180
+ msgid "First post and replies"
1181
+ msgstr "První příspěvek a odpovědi"
1182
+
1183
+ #: wpf-includes/wpf-phrases.php:99
1184
+ msgid "Forum"
1185
+ msgstr "Fórum"
1186
+
1187
+ #: wpf-includes/wpf-phrases.php:100
1188
+ msgid "Forum - Login"
1189
+ msgstr "Fórum - Přihlásit se"
1190
+
1191
+ #: wpf-includes/wpf-phrases.php:101
1192
+ msgid "Forum - Page Not Found"
1193
+ msgstr "Fórum - Stránka nebyla nalezena"
1194
+
1195
+ #: wpf-includes/wpf-phrases.php:102
1196
+ msgid "Forum - Registration"
1197
+ msgstr "Fórum - Registrace"
1198
+
1199
+ #: wpf-includes/wpf-phrases.php:107
1200
+ msgid "Forum Home"
1201
+ msgstr "Fórum Domů"
1202
+
1203
+ #: wpf-includes/wpf-phrases.php:109
1204
+ msgid "Forum Members"
1205
+ msgstr "Uživatelé Fóra"
1206
+
1207
+ #: wpf-includes/wpf-phrases.php:112
1208
+ msgid "Forum Profile"
1209
+ msgstr "Profil Fóra"
1210
+
1211
+ #: wpf-includes/wpf-phrases.php:113
1212
+ msgid "Forum RSS Feed"
1213
+ msgstr "Fórum RSS"
1214
+
1215
+ #: wpf-includes/wpf-phrases.php:117
1216
+ msgid "Forum Statistics"
1217
+ msgstr "Fórum Statistiky"
1218
+
1219
+ #: wpf-includes/wpf-phrases.php:120
1220
+ msgid "Forum is empty"
1221
+ msgstr "Fórum je prázdné"
1222
+
1223
+ #: wpf-includes/wpf-phrases.php:129
1224
+ msgid "Group"
1225
+ msgstr "Skupina"
1226
+
1227
+ #: wpf-includes/wpf-phrases.php:130
1228
+ msgid "Gtalk"
1229
+ msgstr "Google talk"
1230
+
1231
+ #: wpf-includes/wpf-phrases.php:133
1232
+ msgid "ICQ"
1233
+ msgstr "ICQ"
1234
+
1235
+ #: wpf-includes/wpf-phrases.php:137
1236
+ msgid "Insert member name or email"
1237
+ msgstr "Zadejte uživatelské jméno nebo email"
1238
+
1239
+ #: wpf-includes/wpf-phrases.php:140
1240
+ msgid "Joined"
1241
+ msgstr "Přidal se"
1242
+
1243
+ #: wpf-includes/wpf-phrases.php:143
1244
+ msgid "Last 24 hours"
1245
+ msgstr "Posledních 24 hodin"
1246
+
1247
+ #: wpf-includes/wpf-phrases.php:144
1248
+ msgid "Last 3 Months"
1249
+ msgstr "Poslední 3 Měsíce"
1250
+
1251
+ #: wpf-includes/wpf-phrases.php:145
1252
+ msgid "Last 6 Months"
1253
+ msgstr "Posledních 6 Mesíců"
1254
+
1255
+ #: wpf-includes/wpf-phrases.php:146
1256
+ msgid "Last Active"
1257
+ msgstr "Poslední Aktivní"
1258
+
1259
+ #: wpf-includes/wpf-phrases.php:147
1260
+ msgid "Last Month"
1261
+ msgstr "Poslední Měsíc"
1262
+
1263
+ #: wpf-includes/wpf-phrases.php:148
1264
+ msgid "Last Post"
1265
+ msgstr "Poslední Příspěvek"
1266
+
1267
+ #: wpf-includes/wpf-phrases.php:149
1268
+ msgid "Last Post Info"
1269
+ msgstr "Poslední Informace o příspěvku"
1270
+
1271
+ #: wpf-includes/wpf-phrases.php:150
1272
+ msgid "Last Week"
1273
+ msgstr "Poslední víkend"
1274
+
1275
+ #: wpf-includes/wpf-phrases.php:151
1276
+ msgid "Last Year ago"
1277
+ msgstr "Poslední Rok"
1278
+
1279
+ #: wpf-includes/wpf-phrases.php:152
1280
+ #, php-format
1281
+ msgid "Last post by %s"
1282
+ msgstr "Poslední příspěvek od %s"
1283
+
1284
+ #: wpf-includes/wpf-phrases.php:153
1285
+ msgid "Latest Post"
1286
+ msgstr "Poslední Příspěvek"
1287
+
1288
+ #: wpf-includes/wpf-phrases.php:154
1289
+ msgid "Leave a reply"
1290
+ msgstr "Zanechte odpověď"
1291
+
1292
+ #: wpf-includes/wpf-phrases.php:155
1293
+ msgid "Length must be between 3 characters and 15 characters."
1294
+ msgstr "Délka musí mít 3-15 znaků."
1295
+
1296
+ #: wpf-includes/wpf-phrases.php:157
1297
+ msgid "Liked"
1298
+ msgstr "Se líbí"
1299
+
1300
+ #: wpf-includes/wpf-phrases.php:158
1301
+ msgid "Location"
1302
+ msgstr "Lokace"
1303
+
1304
+ #: wpf-includes/wpf-phrases.php:159
1305
+ msgid "Login"
1306
+ msgstr "Přihlásit se"
1307
+
1308
+ #: wpf-includes/wpf-phrases.php:161
1309
+ msgid "Logout"
1310
+ msgstr "Odhlásit se"
1311
+
1312
+ #: wpf-includes/wpf-phrases.php:163
1313
+ msgid "Lost your password?"
1314
+ msgstr "Ztratili jste heslo?"
1315
+
1316
+ #: wpf-includes/wpf-phrases.php:165
1317
+ msgid "MSN"
1318
+ msgstr "MSN"
1319
+
1320
+ #: wpf-includes/wpf-phrases.php:166
1321
+ msgid "Maximum allowed file size is"
1322
+ msgstr "Maximální povolená velikost souboru je"
1323
+
1324
+ #: wpf-includes/wpf-phrases.php:168
1325
+ msgid "Member Activity"
1326
+ msgstr "Aktivita Uživatele"
1327
+
1328
+ #: wpf-includes/wpf-phrases.php:169
1329
+ msgid "Member Information"
1330
+ msgstr "Informace o Uživateli"
1331
+
1332
+ #: wpf-includes/wpf-phrases.php:170
1333
+ msgid "Member Rating"
1334
+ msgstr "Hodnocení Uživatele"
1335
+
1336
+ #: wpf-includes/wpf-phrases.php:171
1337
+ msgid "Member Rating Badge"
1338
+ msgstr "Odznak Uživatele"
1339
+
1340
+ #: wpf-includes/wpf-phrases.php:174
1341
+ msgid "Member information"
1342
+ msgstr "Informace o Uživateli"
1343
+
1344
+ #: wpf-includes/wpf-phrases.php:178
1345
+ msgid "Members not found"
1346
+ msgstr "Uživatel nenalezen"
1347
+
1348
+ #: wpf-includes/wpf-phrases.php:179
1349
+ msgid "Messages"
1350
+ msgstr "Zprávy"
1351
+
1352
+ #: wpf-includes/wpf-phrases.php:182
1353
+ msgid "Missing a temporary folder"
1354
+ msgstr "Chybí dočasná složka"
1355
+
1356
+ #: wpf-includes/wpf-phrases.php:185
1357
+ msgid "Move topic"
1358
+ msgstr "Přesunout téma"
1359
+
1360
+ #: wpf-includes/wpf-phrases.php:186
1361
+ msgid "Must be minimum 6 characters."
1362
+ msgstr "Musí mít minimálně 6 znaků."
1363
+
1364
+ #: wpf-includes/wpf-phrases.php:187
1365
+ msgid "My Profile"
1366
+ msgstr "Můj Profil"
1367
+
1368
+ #: wpf-includes/wpf-phrases.php:194
1369
+ msgid "No activity found for this member."
1370
+ msgstr "Žádná aktivita nebyla nalezena pro tohoto uživatele"
1371
+
1372
+ #: wpf-includes/wpf-phrases.php:195
1373
+ msgid "No file was uploaded"
1374
+ msgstr "Žádný soubor nebyl nahrán"
1375
+
1376
+ #: wpf-includes/wpf-phrases.php:196
1377
+ msgid "No forums were found here."
1378
+ msgstr "Žádná fóra nebyla nalezena"
1379
+
1380
+ #: wpf-includes/wpf-phrases.php:200
1381
+ msgid "No online members at the moment"
1382
+ msgstr "Žádní online uživatelé v tuto chvíli"
1383
+
1384
+ #: wpf-includes/wpf-phrases.php:202
1385
+ msgid "No subscriptions found for this member."
1386
+ msgstr "Žádné odběry nebyli nalezeny pro tohoto uživatele"
1387
+
1388
+ #: wpf-includes/wpf-phrases.php:204
1389
+ msgid "No topics were found here"
1390
+ msgstr "Žádné témata nebyli nalezeny"
1391
+
1392
+ #: wpf-includes/wpf-phrases.php:211
1393
+ msgid "Occupation"
1394
+ msgstr "Povolání"
1395
+
1396
+ #: wpf-includes/wpf-phrases.php:212
1397
+ msgid "Offline"
1398
+ msgstr "Offline"
1399
+
1400
+ #: wpf-includes/wpf-phrases.php:213
1401
+ msgid "Online"
1402
+ msgstr "Online"
1403
+
1404
+ #: wpf-includes/wpf-phrases.php:215
1405
+ msgid "Oops! The page you requested was not found!"
1406
+ msgstr "Oops! Stránka kterou hledáte zde není"
1407
+
1408
+ #: wpf-includes/wpf-phrases.php:216
1409
+ msgid "Our newest member"
1410
+ msgstr "Nový Uživatel"
1411
+
1412
+ #: wpf-includes/wpf-phrases.php:217
1413
+ msgid "Page"
1414
+ msgstr "Stránka"
1415
+
1416
+ #: wpf-includes/wpf-phrases.php:219
1417
+ msgid "Password"
1418
+ msgstr "Helso"
1419
+
1420
+ #: wpf-includes/wpf-phrases.php:221
1421
+ #, php-format
1422
+ msgid "Please %s or %s"
1423
+ msgstr "Prosím %s nebo %s"
1424
+
1425
+ #: wpf-includes/wpf-phrases.php:225
1426
+ msgid "Post Title"
1427
+ msgstr "Název Příspěvku"
1428
+
1429
+ #: wpf-includes/wpf-phrases.php:226
1430
+ msgid "Post link"
1431
+ msgstr "Odkaz Příspěvku"
1432
+
1433
+ #: wpf-includes/wpf-phrases.php:227
1434
+ msgid "Posted"
1435
+ msgstr "Napsal"
1436
+
1437
+ #: wpf-includes/wpf-phrases.php:228
1438
+ msgid "Posted by"
1439
+ msgstr "Napsal"
1440
+
1441
+ #: wpf-includes/wpf-phrases.php:230
1442
+ msgid "Powered by"
1443
+ msgstr "Vytvořeno od"
1444
+
1445
+ #: wpf-includes/wpf-phrases.php:232 wpf-themes/classic/functions.php:57
1446
+ msgid "Q&A Layout - Number of intro topics"
1447
+ msgstr "Q&A Rozvržení - Počet intro témat"
1448
+
1449
+ #: wpf-includes/wpf-phrases.php:233 wpf-themes/classic/functions.php:48
1450
+ msgid "Q&A layout - Intro topics"
1451
+ msgstr "Q&A Rozvržení - Intro témata"
1452
+
1453
+ #: wpf-includes/wpf-phrases.php:234
1454
+ msgid "Question Comments"
1455
+ msgstr "Komentářů na otázky"
1456
+
1457
+ #: wpf-includes/wpf-phrases.php:235
1458
+ msgid "Questions"
1459
+ msgstr "Dotazy"
1460
+
1461
+ #: wpf-includes/wpf-phrases.php:236
1462
+ msgid "Quote"
1463
+ msgstr "Citace"
1464
+
1465
+ #: wpf-includes/wpf-phrases.php:237
1466
+ msgid "RE"
1467
+ msgstr "RE"
1468
+
1469
+ #: wpf-includes/wpf-phrases.php:238
1470
+ msgid "REPLY:"
1471
+ msgstr "Odpověď:"
1472
+
1473
+ #: wpf-includes/wpf-phrases.php:239
1474
+ msgid "RSS"
1475
+ msgstr "RSS"
1476
+
1477
+ #: wpf-includes/wpf-phrases.php:240
1478
+ msgid "Rating"
1479
+ msgstr "Hocnocení"
1480
+
1481
+ #: wpf-includes/wpf-phrases.php:241
1482
+ msgid "Rating Badge"
1483
+ msgstr "Odznak"
1484
+
1485
+ #: wpf-includes/wpf-phrases.php:245
1486
+ msgid "Received Likes"
1487
+ msgstr "Přijato to se mi líbí"
1488
+
1489
+ #: wpf-includes/wpf-phrases.php:246
1490
+ msgid "Recent Questions"
1491
+ msgstr "Poslední Dotazy"
1492
+
1493
+ #: wpf-includes/wpf-phrases.php:247
1494
+ msgid "Recent Topics"
1495
+ msgstr "Poslední Témata"
1496
+
1497
+ #: wpf-includes/wpf-phrases.php:248
1498
+ msgid "Register"
1499
+ msgstr "Registrace"
1500
+
1501
+ #: wpf-includes/wpf-phrases.php:250
1502
+ msgid "Registered date"
1503
+ msgstr "Datum registrace"
1504
+
1505
+ #: wpf-includes/wpf-phrases.php:251
1506
+ msgid "Relevancy"
1507
+ msgstr "Relevantní"
1508
+
1509
+ #: wpf-includes/wpf-phrases.php:252
1510
+ msgid "Remember Me"
1511
+ msgstr "Zapamatovat si mě"
1512
+
1513
+ #: wpf-includes/wpf-phrases.php:258
1514
+ msgid "Replies"
1515
+ msgstr "Odpovědi"
1516
+
1517
+ #: wpf-includes/wpf-phrases.php:259
1518
+ msgid "Replies not found"
1519
+ msgstr "Odpovědi nebyli nalezeny"
1520
+
1521
+ #: wpf-includes/wpf-phrases.php:260
1522
+ msgid "Reply"
1523
+ msgstr "Odpověď"
1524
+
1525
+ #: wpf-includes/wpf-phrases.php:261
1526
+ msgid "Report"
1527
+ msgstr "Nahlásit"
1528
+
1529
+ #: wpf-includes/wpf-phrases.php:264
1530
+ msgid "Report to Administration"
1531
+ msgstr "Nahlásit Administrátorovi"
1532
+
1533
+ #: wpf-includes/wpf-phrases.php:266
1534
+ msgid "Result Info"
1535
+ msgstr "Výsledek"
1536
+
1537
+ #: wpf-includes/wpf-phrases.php:268
1538
+ msgid "Save Changes"
1539
+ msgstr "Uložit Změny"
1540
+
1541
+ #: wpf-includes/wpf-phrases.php:272
1542
+ msgid "Search"
1543
+ msgstr "Hledat"
1544
+
1545
+ #: wpf-includes/wpf-phrases.php:273
1546
+ msgid "Search Entire Posts"
1547
+ msgstr "Vyhledat Příspěvky"
1548
+
1549
+ #: wpf-includes/wpf-phrases.php:274
1550
+ msgid "Search Phrase"
1551
+ msgstr "Vyhledat Fráze"
1552
+
1553
+ #: wpf-includes/wpf-phrases.php:275
1554
+ msgid "Search Titles Only"
1555
+ msgstr "Vyhledat pouze Názvy"
1556
+
1557
+ #: wpf-includes/wpf-phrases.php:276
1558
+ msgid "Search Type"
1559
+ msgstr "Typ Hledání"
1560
+
1561
+ #: wpf-includes/wpf-phrases.php:277
1562
+ msgid "Search in Forums"
1563
+ msgstr "Hledat ve fórech"
1564
+
1565
+ #: wpf-includes/wpf-phrases.php:278
1566
+ msgid "Search in date period"
1567
+ msgstr "Hledat dle data"
1568
+
1569
+ #: wpf-includes/wpf-phrases.php:279
1570
+ msgid "Search result for"
1571
+ msgstr "Hledat výsledek pro"
1572
+
1573
+ #: wpf-includes/wpf-phrases.php:280
1574
+ msgid "Search..."
1575
+ msgstr "Hledám..."
1576
+
1577
+ #: wpf-includes/wpf-phrases.php:282
1578
+ msgid "Select Page"
1579
+ msgstr "Vybrat stránku"
1580
+
1581
+ #: wpf-includes/wpf-phrases.php:283
1582
+ msgid "Send Report"
1583
+ msgstr "Poslat Nahlášení"
1584
+
1585
+ #: wpf-includes/wpf-phrases.php:287
1586
+ msgid "Set Topic Sticky"
1587
+ msgstr "Připnout Téma"
1588
+
1589
+ #: wpf-includes/wpf-phrases.php:288 wpf-themes/classic/functions.php:88
1590
+ msgid "Set this option value 0 if you want to show all posts under topic intro area."
1591
+ msgstr "Nastavte hodnotu 0 pokud chcete ukázat všechny příspěvky pod tématem."
1592
+
1593
+ #: wpf-includes/wpf-phrases.php:289
1594
+ msgid "Shop Account"
1595
+ msgstr "Obchodní Účet"
1596
+
1597
+ #: wpf-includes/wpf-phrases.php:299
1598
+ msgid "Sign In"
1599
+ msgstr "Přihlásit se"
1600
+
1601
+ #: wpf-includes/wpf-phrases.php:300
1602
+ msgid "Signature"
1603
+ msgstr "Podpis"
1604
+
1605
+ #: wpf-includes/wpf-phrases.php:301
1606
+ msgid "Site Profile"
1607
+ msgstr "Profil na webu"
1608
+
1609
+ #: wpf-includes/wpf-phrases.php:302
1610
+ msgid "Skype"
1611
+ msgstr "Skype"
1612
+
1613
+ #: wpf-includes/wpf-phrases.php:304
1614
+ msgid "Social Networks"
1615
+ msgstr "Sociální Sítě"
1616
+
1617
+ #: wpf-includes/wpf-phrases.php:305
1618
+ msgid "Sorry, something wrong with your data."
1619
+ msgstr "omlouváme se, něco je špatně s vašimi údaji"
1620
+
1621
+ #: wpf-includes/wpf-phrases.php:306
1622
+ msgid "Sort Search Results by"
1623
+ msgstr "Zkrácené hledání výsledků dle"
1624
+
1625
+ #: wpf-includes/wpf-phrases.php:307
1626
+ msgid "Specify avatar by URL"
1627
+ msgstr "Zvolte avatar dle URL"
1628
+
1629
+ #: wpf-includes/wpf-phrases.php:309
1630
+ msgid "Subforums"
1631
+ msgstr "Subfóra"
1632
+
1633
+ #: wpf-includes/wpf-phrases.php:312
1634
+ msgid "Subscribe for new replies"
1635
+ msgstr "Přihlásit se k odběru nových odpovědí"
1636
+
1637
+ #: wpf-includes/wpf-phrases.php:313
1638
+ msgid "Subscribe for new topics"
1639
+ msgstr "Přihlásit se k odběru nových témat"
1640
+
1641
+ #: wpf-includes/wpf-phrases.php:315
1642
+ msgid "Subscriptions"
1643
+ msgstr "Odběry"
1644
+
1645
+ #: wpf-includes/wpf-phrases.php:323
1646
+ msgid "The uploaded file was only partially uploaded"
1647
+ msgstr "Nahraný soubor byl nahrán jen částečně"
1648
+
1649
+ #: wpf-includes/wpf-phrases.php:329
1650
+ msgid "Timezone"
1651
+ msgstr "Časová Zóna"
1652
+
1653
+ #: wpf-includes/wpf-phrases.php:331
1654
+ msgid "Topic RSS Feed"
1655
+ msgstr "Téma RSS"
1656
+
1657
+ #: wpf-includes/wpf-phrases.php:332
1658
+ msgid "Topic Title"
1659
+ msgstr "Název Tématu"
1660
+
1661
+ #: wpf-includes/wpf-phrases.php:333
1662
+ msgid "Topic title"
1663
+ msgstr "Název tématu"
1664
+
1665
+ #: wpf-includes/wpf-phrases.php:336
1666
+ msgid "Twitter"
1667
+ msgstr "Twitter"
1668
+
1669
+ #: wpf-includes/wpf-phrases.php:337
1670
+ msgid "Unknown upload error"
1671
+ msgstr "Neznámá chyba při nahrávání"
1672
+
1673
+ #: wpf-includes/wpf-phrases.php:338
1674
+ msgid "Unsubscribe"
1675
+ msgstr "Odhlásit Odběr"
1676
+
1677
+ #: wpf-includes/wpf-phrases.php:341
1678
+ msgid "Upload an avatar"
1679
+ msgstr "Nahrát avatar"
1680
+
1681
+ #: wpf-includes/wpf-phrases.php:343
1682
+ msgid ""
1683
+ "Use comments to ask for more information or suggest improvements. Avoid "
1684
+ "answering questions in comments."
1685
+ msgstr "Použijte komentáře na zodpovězení více informací."
1686
+
1687
+ #: wpf-includes/wpf-phrases.php:345
1688
+ msgid "User"
1689
+ msgstr "Uživatel"
1690
+
1691
+ #: wpf-includes/wpf-phrases.php:346
1692
+ msgid "User Group"
1693
+ msgstr "Skupina"
1694
+
1695
+ #: wpf-includes/wpf-phrases.php:347
1696
+ msgid "Usergroup has been successfully deleted."
1697
+ msgstr "Skupina byla úspěšně smazána."
1698
+
1699
+ #: wpf-includes/wpf-phrases.php:348
1700
+ msgid ""
1701
+ "Usergroup has been successfully deleted. All users of this usergroup have "
1702
+ "been moved to the usergroup you've chosen"
1703
+ msgstr ""
1704
+ "Skupina byla úspěšně smazána. Všichni uživatelé budou přesunuti jak vy "
1705
+ "zvolíte."
1706
+
1707
+ #: wpf-includes/wpf-phrases.php:349
1708
+ msgid "Username"
1709
+ msgstr "Přihlašovací jméno"
1710
+
1711
+ #: wpf-includes/wpf-phrases.php:351
1712
+ msgid "View entire post"
1713
+ msgstr "Zobrazit celý příspěvek"
1714
+
1715
+ #: wpf-includes/wpf-phrases.php:352
1716
+ msgid "View the latest post"
1717
+ msgstr "Zobrazit poslední příspěvek"
1718
+
1719
+ #: wpf-includes/wpf-phrases.php:353
1720
+ msgid "Views"
1721
+ msgstr "Zobrazeno"
1722
+
1723
+ #: wpf-includes/wpf-phrases.php:354
1724
+ msgid "Votes"
1725
+ msgstr "Ohlasů"
1726
+
1727
+ #: wpf-includes/wpf-phrases.php:355
1728
+ msgid "Website"
1729
+ msgstr "Webová stránka"
1730
+
1731
+ #: wpf-includes/wpf-phrases.php:357
1732
+ msgid "Wordpress avatar system"
1733
+ msgstr "Wordpress avatar systém"
1734
+
1735
+ #: wpf-includes/wpf-phrases.php:358
1736
+ msgid "Working"
1737
+ msgstr "Zpracovávám"
1738
+
1739
+ #: wpf-includes/wpf-phrases.php:359
1740
+ msgid "Write message"
1741
+ msgstr "Napsat zprávu"
1742
+
1743
+ #: wpf-includes/wpf-phrases.php:360
1744
+ msgid "Yahoo"
1745
+ msgstr "Yahoo"
1746
+
1747
+ #: wpf-includes/wpf-phrases.php:362
1748
+ msgid "You"
1749
+ msgstr "Ty"
1750
+
1751
+ #: wpf-includes/wpf-phrases.php:364
1752
+ #, php-format
1753
+ msgid "You can go to %s page or Search here"
1754
+ msgstr "Můžete jít na %s stránku a hledat zde"
1755
+
1756
+ #: wpf-includes/wpf-phrases.php:366
1757
+ msgid "Your Answer"
1758
+ msgstr "Vaše Odpověď"
1759
+
1760
+ #: wpf-includes/wpf-phrases.php:367
1761
+ msgid "account"
1762
+ msgstr "Účet"
1763
+
1764
+ #: wpf-includes/wpf-phrases.php:368
1765
+ msgid "activity"
1766
+ msgstr "Aktivita"
1767
+
1768
+ #: wpf-includes/wpf-phrases.php:370
1769
+ msgid "add_new"
1770
+ msgstr "přidat_nový"
1771
+
1772
+ #: wpf-includes/wpf-phrases.php:371
1773
+ msgid "ago"
1774
+ msgstr "&nbsp;"
1775
+
1776
+ #: wpf-includes/wpf-phrases.php:372
1777
+ msgid "by"
1778
+ msgstr "od"
1779
+
1780
+ #: wpf-includes/wpf-phrases.php:373
1781
+ #, php-format
1782
+ msgid "by %s"
1783
+ msgstr "pd %s"
1784
+
1785
+ #: wpf-includes/wpf-phrases.php:374
1786
+ msgid "confirm password"
1787
+ msgstr "potvrdit heslo"
1788
+
1789
+ #: wpf-includes/wpf-phrases.php:377
1790
+ msgid "edit profile"
1791
+ msgstr "upravit profil"
1792
+
1793
+ #: wpf-includes/wpf-phrases.php:378
1794
+ msgid "edit user"
1795
+ msgstr "upravit uživatele"
1796
+
1797
+ #: wpf-includes/wpf-phrases.php:379
1798
+ msgid "forums"
1799
+ msgstr "fóra"
1800
+
1801
+ #: wpf-includes/wpf-phrases.php:381
1802
+ msgid "login"
1803
+ msgstr "přihlásit se"
1804
+
1805
+ #: wpf-includes/wpf-phrases.php:382
1806
+ msgid "logout"
1807
+ msgstr "odhlásit se"
1808
+
1809
+ #: wpf-includes/wpf-phrases.php:383
1810
+ msgid "matches"
1811
+ msgstr "výsledky"
1812
+
1813
+ #: wpf-includes/wpf-phrases.php:384
1814
+ msgid "members"
1815
+ msgstr "uživatelé"
1816
+
1817
+ #: wpf-includes/wpf-phrases.php:386
1818
+ msgid "my profile"
1819
+ msgstr "můj profil"
1820
+
1821
+ #: wpf-includes/wpf-phrases.php:387
1822
+ msgid "new password"
1823
+ msgstr "nové heslo"
1824
+
1825
+ #: wpf-includes/wpf-phrases.php:388
1826
+ msgid "new password again"
1827
+ msgstr "nové heslo znovu"
1828
+
1829
+ #: wpf-includes/wpf-phrases.php:389
1830
+ msgid "next"
1831
+ msgstr "další"
1832
+
1833
+ #: wpf-includes/wpf-phrases.php:390
1834
+ msgid "old password"
1835
+ msgstr "staré heslo"
1836
+
1837
+ #: wpf-includes/wpf-phrases.php:391
1838
+ msgid "phrase_key"
1839
+ msgstr "fráze_klíč"
1840
+
1841
+ #: wpf-includes/wpf-phrases.php:392
1842
+ msgid "phrase_value"
1843
+ msgstr "fráze_hodnota"
1844
+
1845
+ #: wpf-includes/wpf-phrases.php:393
1846
+ msgid "posted"
1847
+ msgstr "napsal"
1848
+
1849
+ #: wpf-includes/wpf-phrases.php:394
1850
+ msgid "prev"
1851
+ msgstr "předchozí"
1852
+
1853
+ #: wpf-includes/wpf-phrases.php:395
1854
+ msgid "register"
1855
+ msgstr "registrace"
1856
+
1857
+ #: wpf-includes/wpf-phrases.php:396
1858
+ msgid "replies"
1859
+ msgstr "odpovědi"
1860
+
1861
+ #: wpf-includes/wpf-phrases.php:397
1862
+ msgid "subscriptions"
1863
+ msgstr "odběry"
1864
+
1865
+ #: wpf-includes/wpf-phrases.php:398
1866
+ msgid "update"
1867
+ msgstr "aktualizace"
1868
+
1869
+ #: wpf-includes/wpf-phrases.php:399
1870
+ msgid "view"
1871
+ msgstr "zobrazit"
1872
+
1873
+ #: wpf-includes/wpf-phrases.php:400
1874
+ msgid "view all posts"
1875
+ msgstr "zobrazit všechny příspěvky"
1876
+
1877
+ #: wpf-includes/wpf-phrases.php:401
1878
+ msgid "view all questions"
1879
+ msgstr "zobrazit všechny otázky"
1880
+
1881
+ #: wpf-includes/wpf-phrases.php:402
1882
+ msgid "view all topics"
1883
+ msgstr "zobrazit všechna témata"
1884
+
1885
+ #: wpf-includes/wpf-phrases.php:404
1886
+ msgid "wpForo Navigation"
1887
+ msgstr "navigace wpFóra"
1888
+
1889
+ #: wpf-includes/wpf-phrases.php:409
1890
+ msgid "{number}B"
1891
+ msgstr "{number}B"
1892
+
1893
+ #: wpf-includes/wpf-phrases.php:410
1894
+ msgid "{number}K"
1895
+ msgstr "{number}K"
1896
+
1897
+ #: wpf-includes/wpf-phrases.php:411
1898
+ msgid "{number}M"
1899
+ msgstr "{number}M"
1900
+
1901
+ #: wpf-includes/wpf-phrases.php:412
1902
+ msgid "{number}T"
1903
+ msgstr "{number}T"
1904
+
1905
+ #: wpf-includes/wpf-phrases.php:417
1906
+ msgid "Access add error"
1907
+ msgstr "Přístup ukázal chybu"
1908
+
1909
+ #: wpf-includes/wpf-phrases.php:418
1910
+ msgid "Access delete error"
1911
+ msgstr "Smazání přístupu ukázal chybu"
1912
+
1913
+ #: wpf-includes/wpf-phrases.php:419
1914
+ msgid "Access edit error"
1915
+ msgstr "Úprava přístupu ukázal chybu"
1916
+
1917
+ #: wpf-includes/wpf-phrases.php:420
1918
+ msgid "Access successfully deleted"
1919
+ msgstr "Přístup úspěšně smazán"
1920
+
1921
+ #: wpf-includes/wpf-phrases.php:421
1922
+ msgid "Add Topic error: No forum selected"
1923
+ msgstr "Všechny témata chyba: Nebylo vybráno fórum"
1924
+
1925
+ #: wpf-includes/wpf-phrases.php:422
1926
+ msgid "All Checked topics successfully deleted"
1927
+ msgstr "Všechny zvolené témata byli úspěšně smazány"
1928
+
1929
+ #: wpf-includes/wpf-phrases.php:423
1930
+ msgid "Can't add forum"
1931
+ msgstr "Nemůžeme přidat fórum"
1932
+
1933
+ #: wpf-includes/wpf-phrases.php:424
1934
+ msgid "Can't add new language"
1935
+ msgstr "Nemůžeme přidat jazyk"
1936
+
1937
+ #: wpf-includes/wpf-phrases.php:425
1938
+ msgid "Can't delete this Usergroup"
1939
+ msgstr "Nemůžeme smazat skupinu"
1940
+
1941
+ #: wpf-includes/wpf-phrases.php:426
1942
+ msgid "Can't send confirmation email"
1943
+ msgstr "nemůžeme poslat potvrzovací email"
1944
+
1945
+ #: wpf-includes/wpf-phrases.php:427
1946
+ msgid "Can't send report email"
1947
+ msgstr "Nemůžeme poslat email s nahlášením"
1948
+
1949
+ #: wpf-includes/wpf-phrases.php:428
1950
+ msgid "Can't subscribe to this item"
1951
+ msgstr "Nemůžeme se přihlásit k odběru této položky"
1952
+
1953
+ #: wpf-includes/wpf-phrases.php:429
1954
+ msgid "Can't write a post: This topic is closed"
1955
+ msgstr "Nemůžeme napsat příspěvek: Toto téma je zamčené"
1956
+
1957
+ #: wpf-includes/wpf-phrases.php:430
1958
+ msgid "Can`t upload file"
1959
+ msgstr "Nemůžete nahrát soubor"
1960
+
1961
+ #: wpf-includes/wpf-phrases.php:431
1962
+ msgid "Cannot update forum hierarchy"
1963
+ msgstr "nemůžeme aktualizovat hyerarchii fóra"
1964
+
1965
+ #: wpf-includes/wpf-phrases.php:432
1966
+ msgid "Cannot update post data"
1967
+ msgstr "Nemůžeme aktualizovat datum příspěvku"
1968
+
1969
+ #: wpf-includes/wpf-phrases.php:433
1970
+ msgid "Could not be unsubscribe from this item"
1971
+ msgstr "Nemůžete se odhlásit s odběru této položky"
1972
+
1973
+ #: wpf-includes/wpf-phrases.php:434
1974
+ msgid "Email address exists. Please insert another."
1975
+ msgstr "Tato emailová adresa existuje. Prosím zvolte jinou"
1976
+
1977
+ #: wpf-includes/wpf-phrases.php:435
1978
+ msgid "Error: Forum is not found"
1979
+ msgstr "Chyba: Fórum nebylo nalezeno"
1980
+
1981
+ #: wpf-includes/wpf-phrases.php:436
1982
+ msgid "Error: No topic selected"
1983
+ msgstr "Chyba: Nebylo zvoleno žádné téma"
1984
+
1985
+ #: wpf-includes/wpf-phrases.php:437
1986
+ msgid "Error: Topic is not found"
1987
+ msgstr "Chyba: Téma zde není"
1988
+
1989
+ #: wpf-includes/wpf-phrases.php:438
1990
+ msgid "Error: please inset some text to report."
1991
+ msgstr "Chyba: Prosím napiště zprávu k nahlášení"
1992
+
1993
+ #: wpf-includes/wpf-phrases.php:439
1994
+ msgid "Features successfully updated"
1995
+ msgstr "Funkce byli úspěšně aktualizovány"
1996
+
1997
+ #: wpf-includes/wpf-phrases.php:440
1998
+ msgid "Features successfully updated, but previous value not changed"
1999
+ msgstr "Funkce byli úspěšně aktualizovány. Předchozí hodnota nebylo změněna"
2000
+
2001
+ #: wpf-includes/wpf-phrases.php:441
2002
+ msgid "File type is not allowed"
2003
+ msgstr "Tento druh souboru není povolen"
2004
+
2005
+ #: wpf-includes/wpf-phrases.php:442
2006
+ msgid "Forum Base URL successfully updated"
2007
+ msgstr "Základní odkaz fóra byl úspěšně upraven"
2008
+
2009
+ #: wpf-includes/wpf-phrases.php:443
2010
+ msgid "Forum deleting error"
2011
+ msgstr "Při mazání fóra se vyskytla chyba"
2012
+
2013
+ #: wpf-includes/wpf-phrases.php:444
2014
+ msgid "Forum hierarchy successfully updated"
2015
+ msgstr "Hierarchie Fóra úspěšně upravena"
2016
+
2017
+ #: wpf-includes/wpf-phrases.php:445
2018
+ msgid "Forum is successfully merged"
2019
+ msgstr "Fórum je úspěšně sloučeno"
2020
+
2021
+ #: wpf-includes/wpf-phrases.php:446
2022
+ msgid "Forum merging error"
2023
+ msgstr "Při sloučení fóra se naskytla chyba"
2024
+
2025
+ #: wpf-includes/wpf-phrases.php:447
2026
+ msgid "Forum options successfully updated"
2027
+ msgstr "Nastavení Fóra úspěšně aktualizováno"
2028
+
2029
+ #: wpf-includes/wpf-phrases.php:448
2030
+ msgid "Forum options successfully updated, but previous value not changed"
2031
+ msgstr "Nastavení Fóra úspěšně aktualizováno, předchozí hodnota nebyla změněna"
2032
+
2033
+ #: wpf-includes/wpf-phrases.php:449
2034
+ msgid "Forum successfully updated"
2035
+ msgstr "Fórum bylo úspěšně aktualizováno"
2036
+
2037
+ #: wpf-includes/wpf-phrases.php:450
2038
+ msgid "Forum update error"
2039
+ msgstr "Při aktualizaci fóra se vyskytla chyba"
2040
+
2041
+ #: wpf-includes/wpf-phrases.php:451
2042
+ msgid "General options successfully updated"
2043
+ msgstr "Základní nastavení bylo úspěšně aktualizováno"
2044
+
2045
+ #: wpf-includes/wpf-phrases.php:452
2046
+ msgid "Illegal character in username."
2047
+ msgstr "Špatné znaky v uživatelském jménu."
2048
+
2049
+ #: wpf-includes/wpf-phrases.php:453
2050
+ msgid "Insert your Email address."
2051
+ msgstr "Zadejte váš email"
2052
+
2053
+ #: wpf-includes/wpf-phrases.php:454
2054
+ msgid "Invalid Email address"
2055
+ msgstr "Špatná emailová adresa"
2056
+
2057
+ #: wpf-includes/wpf-phrases.php:455
2058
+ msgid "Invalid request!"
2059
+ msgstr "Špatný požadavek"
2060
+
2061
+ #: wpf-includes/wpf-phrases.php:456
2062
+ msgid "Member options successfully updated"
2063
+ msgstr "Nastavení Uživatelů bylo úspěšně aktualizováno"
2064
+
2065
+ #: wpf-includes/wpf-phrases.php:457
2066
+ msgid "Member options successfully updated, but previous value not changed"
2067
+ msgstr ""
2068
+ "Nastavení Uživatelů bylo úspěšně aktualizováno, ale předchozí hodnota nebyla "
2069
+ "změněna"
2070
+
2071
+ #: wpf-includes/wpf-phrases.php:458
2072
+ msgid "Message has been sent"
2073
+ msgstr "Zpráva byla odeslána"
2074
+
2075
+ #: wpf-includes/wpf-phrases.php:459
2076
+ msgid "New language successfully added and changed wpforo language to new language"
2077
+ msgstr "Nový jazyk byl úspěšně přidán a nastaven jako výchozí"
2078
+
2079
+ #: wpf-includes/wpf-phrases.php:460
2080
+ msgid "No Posts found for update"
2081
+ msgstr "Žádné příspěvky nebyli nalezeny pro aktualizaci"
2082
+
2083
+ #: wpf-includes/wpf-phrases.php:461
2084
+ msgid "Password length must be between 6 characters and 20 characters."
2085
+ msgstr "Délka hesla musí mít 6-20 znaků."
2086
+
2087
+ #: wpf-includes/wpf-phrases.php:462
2088
+ msgid "Password mismatch."
2089
+ msgstr "Hesla se neschodují"
2090
+
2091
+ #: wpf-includes/wpf-phrases.php:463
2092
+ msgid "Permission denied"
2093
+ msgstr "Přístup odepřen"
2094
+
2095
+ #: wpf-includes/wpf-phrases.php:464
2096
+ msgid "Permission denied for add forum"
2097
+ msgstr "Přístup odepřen pro přidání fóra"
2098
+
2099
+ #: wpf-includes/wpf-phrases.php:465
2100
+ msgid "Permission denied for delete forum"
2101
+ msgstr "Přístup odepřen pro smazání fóra"
2102
+
2103
+ #: wpf-includes/wpf-phrases.php:466
2104
+ msgid "Permission denied for edit forum"
2105
+ msgstr "Přístup odepřen pro úpravu fóra"
2106
+
2107
+ #: wpf-includes/wpf-phrases.php:467
2108
+ msgid "Permission denied for this action"
2109
+ msgstr "Přístup odepřen pro tuto akci"
2110
+
2111
+ #: wpf-includes/wpf-phrases.php:468
2112
+ msgid "Phrase add error"
2113
+ msgstr "Vyskytla se chyba při přidání Fráze"
2114
+
2115
+ #: wpf-includes/wpf-phrases.php:469
2116
+ msgid "Phrase adding error"
2117
+ msgstr "Vyskytla se chyba při přidání Fráze"
2118
+
2119
+ #: wpf-includes/wpf-phrases.php:470
2120
+ msgid "Phrase successfully added"
2121
+ msgstr "Fráze úspěšně přidána"
2122
+
2123
+ #: wpf-includes/wpf-phrases.php:471
2124
+ msgid "Phrase successfully updates"
2125
+ msgstr "Fráze úspěšně aktualizována"
2126
+
2127
+ #: wpf-includes/wpf-phrases.php:472
2128
+ msgid "Phrase update error"
2129
+ msgstr "Aktualizace Fráze se nezdařila"
2130
+
2131
+ #: wpf-includes/wpf-phrases.php:473
2132
+ msgid "Please insert required fields!"
2133
+ msgstr "Prosím vyplňte povinné pole!"
2134
+
2135
+ #: wpf-includes/wpf-phrases.php:474
2136
+ msgid "Post delete error"
2137
+ msgstr "Smazání příspěvku bylo neúspěšné"
2138
+
2139
+ #: wpf-includes/wpf-phrases.php:475
2140
+ msgid "Post options successfully updated"
2141
+ msgstr "Nastavení příspěvku bylo úspěšně aktualizováno"
2142
+
2143
+ #: wpf-includes/wpf-phrases.php:476
2144
+ msgid "Post options successfully updated, but previous value not changed"
2145
+ msgstr ""
2146
+ "Nastavení příspěvku bylo úspěšně aktualizováno, ale předchozí hodnota nebyla "
2147
+ "změněná"
2148
+
2149
+ #: wpf-includes/wpf-phrases.php:477
2150
+ msgid "Registration Error"
2151
+ msgstr "Chyba registrace"
2152
+
2153
+ #: wpf-includes/wpf-phrases.php:478
2154
+ msgid "Reply request error"
2155
+ msgstr "Požadavek na odpověď byl neúspěšný"
2156
+
2157
+ #: wpf-includes/wpf-phrases.php:479
2158
+ msgid "Something wrong with profile data."
2159
+ msgstr "Něco je špatně s daty profilu."
2160
+
2161
+ #: wpf-includes/wpf-phrases.php:480
2162
+ msgid "Subscribe options successfully updated"
2163
+ msgstr "Nastavení Odběru bylo úspěšně aktualizováno"
2164
+
2165
+ #: wpf-includes/wpf-phrases.php:481
2166
+ msgid "Subscribe options successfully updated, but previous value not changed"
2167
+ msgstr ""
2168
+ "Nastavení Odběru bylo úspěšně aktualizováno, ale předchozí hodnota nebyla "
2169
+ "změněna"
2170
+
2171
+ #: wpf-includes/wpf-phrases.php:482
2172
+ msgid "Success! Thank you Dear Friend"
2173
+ msgstr "Povedlo se! Děkujeme"
2174
+
2175
+ #: wpf-includes/wpf-phrases.php:483
2176
+ msgid ""
2177
+ "Success! Thank you. Please check your email and click confirmation link "
2178
+ "below to complete this step."
2179
+ msgstr "Povedlo se! Děkujeme. Prosím zkontrolujte vaší emailovou adresu k dokončení."
2180
+
2181
+ #: wpf-includes/wpf-phrases.php:484
2182
+ msgid "Successfully updated"
2183
+ msgstr "Úspěšně aktualizováno"
2184
+
2185
+ #: wpf-includes/wpf-phrases.php:485
2186
+ msgid "Successfully voted"
2187
+ msgstr "Úspěšně hlasováno"
2188
+
2189
+ #: wpf-includes/wpf-phrases.php:486
2190
+ msgid "The uploaded file size is too big"
2191
+ msgstr "Nahraný soubor je příliš velký"
2192
+
2193
+ #: wpf-includes/wpf-phrases.php:487
2194
+ msgid "Theme options successfully updated"
2195
+ msgstr "Nastavení šablony úspěšně aktualizováno"
2196
+
2197
+ #: wpf-includes/wpf-phrases.php:488
2198
+ msgid "Theme options successfully updated, but previous value not changed"
2199
+ msgstr "Nastavení šablony úspěšně aktualizováno, ale předchozí hodnota nebyla změněna"
2200
+
2201
+ #: wpf-includes/wpf-phrases.php:489
2202
+ msgid "This email address is already registered. Please insert another."
2203
+ msgstr "Tento email je již registrován. Prosím zvolte jiný."
2204
+
2205
+ #: wpf-includes/wpf-phrases.php:490
2206
+ msgid "This post successfully deleted"
2207
+ msgstr "Příspěvek byl úspěšně smazán"
2208
+
2209
+ #: wpf-includes/wpf-phrases.php:491
2210
+ msgid "This post successfully edited"
2211
+ msgstr "Příspěvek byl úspěšně upraven"
2212
+
2213
+ #: wpf-includes/wpf-phrases.php:492
2214
+ msgid "This topic successfully deleted"
2215
+ msgstr "Téma bylo úspěšně smazáno"
2216
+
2217
+ #: wpf-includes/wpf-phrases.php:493
2218
+ msgid "Topic Move Error"
2219
+ msgstr "Přesunutí tématu se nezdařilo"
2220
+
2221
+ #: wpf-includes/wpf-phrases.php:494
2222
+ msgid "Topic add error"
2223
+ msgstr "Přidání tématu vyhodilo chybu"
2224
+
2225
+ #: wpf-includes/wpf-phrases.php:495
2226
+ msgid "Topic delete error"
2227
+ msgstr "Smazání tématu vyhodilo chybu"
2228
+
2229
+ #: wpf-includes/wpf-phrases.php:496
2230
+ msgid "Topic edit error"
2231
+ msgstr "Upravení tématu vyhodilo chybu"
2232
+
2233
+ #: wpf-includes/wpf-phrases.php:497
2234
+ msgid "Topic not found."
2235
+ msgstr "Téma Nebylo nalezeno"
2236
+
2237
+ #: wpf-includes/wpf-phrases.php:498
2238
+ msgid "Topic successfully moved"
2239
+ msgstr "Téma bylo úspěšně přesunuto"
2240
+
2241
+ #: wpf-includes/wpf-phrases.php:499
2242
+ msgid "Topic successfully updated"
2243
+ msgstr "Téma bylo úspěšně aktualizováno"
2244
+
2245
+ #: wpf-includes/wpf-phrases.php:500
2246
+ msgid "Topics delete error"
2247
+ msgstr "Smazání téma vyhodilo chybu"
2248
+
2249
+ #: wpf-includes/wpf-phrases.php:501
2250
+ msgid "User delete error"
2251
+ msgstr "Smazání uživatele vyhodilo chybu"
2252
+
2253
+ #: wpf-includes/wpf-phrases.php:502
2254
+ msgid "User group add error"
2255
+ msgstr "Přidání skupiny vyhodilo chybu"
2256
+
2257
+ #: wpf-includes/wpf-phrases.php:503
2258
+ msgid "User group edit error"
2259
+ msgstr "Úprava skupiny vyhodila chybu"
2260
+
2261
+ #: wpf-includes/wpf-phrases.php:504
2262
+ msgid "User group successfully added"
2263
+ msgstr "Skupina byla úspěšně přidána"
2264
+
2265
+ #: wpf-includes/wpf-phrases.php:505
2266
+ msgid "User group successfully edited"
2267
+ msgstr "Skupina byla úspěšně upravena"
2268
+
2269
+ #: wpf-includes/wpf-phrases.php:506
2270
+ msgid "User successfully deleted from wpforo"
2271
+ msgstr "Uživatel byl úspěšně smazán z wpFóra"
2272
+
2273
+ #: wpf-includes/wpf-phrases.php:507
2274
+ msgid "Username exists. Please insert another."
2275
+ msgstr "Uživatelské jméno existuje. Zvolte prosím jiné."
2276
+
2277
+ #: wpf-includes/wpf-phrases.php:508
2278
+ msgid "Username is missed."
2279
+ msgstr "Uživatelské jméno chybí"
2280
+
2281
+ #: wpf-includes/wpf-phrases.php:509
2282
+ msgid "Username length must be between 3 characters and 15 characters."
2283
+ msgstr "Délka uživatelského jména musí mít 3-15 znaků."
2284
+
2285
+ #: wpf-includes/wpf-phrases.php:510
2286
+ msgid "Welcome to our Community!"
2287
+ msgstr "Vítejte v naší komunitě!"
2288
+
2289
+ #: wpf-includes/wpf-phrases.php:511
2290
+ msgid "Wrong post data"
2291
+ msgstr "Špatné informace příspěvku"
2292
+
2293
+ #: wpf-includes/wpf-phrases.php:512
2294
+ msgid "You are already voted this post"
2295
+ msgstr "Již jste hlasoval pro tento přsípěvek"
2296
+
2297
+ #: wpf-includes/wpf-phrases.php:513
2298
+ msgid "You have been successfully subscribed"
2299
+ msgstr "Byl jste úspěšně přihlášen k odběru"
2300
+
2301
+ #: wpf-includes/wpf-phrases.php:514
2302
+ msgid "You have been successfully unsubscribed"
2303
+ msgstr "Byl jste úspěšně odhlášen z odběru"
2304
+
2305
+ #: wpf-includes/wpf-phrases.php:515
2306
+ msgid "You have no permission to edit this topic"
2307
+ msgstr "Nemáte dostatečné oprávnění k úpravě tématu"
2308
+
2309
+ #: wpf-includes/wpf-phrases.php:516
2310
+ msgid "You haven't permission to create post into this forum"
2311
+ msgstr "Nemáte dostatečné oprávnění k vytvoření příspěvku v tomto fóru"
2312
+
2313
+ #: wpf-includes/wpf-phrases.php:517
2314
+ msgid "You haven't permission to create topic into this forum"
2315
+ msgstr "Nemáte dostatečné oprávnění k vytvoření tématu na tomto fóru"
2316
+
2317
+ #: wpf-includes/wpf-phrases.php:518
2318
+ msgid "You haven't permission to delete post from this forum"
2319
+ msgstr "Nemáte dostatečné oprávnění ke smazání příspěvku z tohoto fóra"
2320
+
2321
+ #: wpf-includes/wpf-phrases.php:519
2322
+ msgid "You haven't permission to delete topic from this forum"
2323
+ msgstr "Nemáte dostatečné oprávnění ke smazání tématu z tohoto fóra"
2324
+
2325
+ #: wpf-includes/wpf-phrases.php:520
2326
+ msgid "You haven't permission to edit post from this forum"
2327
+ msgstr "Nemáte dostatečné oprávnění k úpravě příspěvku z tohoto fóra"
2328
+
2329
+ #: wpf-includes/wpf-phrases.php:521
2330
+ msgid "You successfully replied"
2331
+ msgstr "Odpověď úspěšně poslána"
2332
+
2333
+ #: wpf-includes/wpf-phrases.php:522
2334
+ msgid "Your forum successfully added"
2335
+ msgstr "Fórum bylo úspěšně přidáno"
2336
+
2337
+ #: wpf-includes/wpf-phrases.php:523
2338
+ msgid "Your forum successfully deleted"
2339
+ msgstr "Fórum bylo úspěšně smazáno"
2340
+
2341
+ #: wpf-includes/wpf-phrases.php:524
2342
+ msgid "Your profile data have been successfully updated."
2343
+ msgstr "Vaše profilové údaje byli úspěšně aktualizovány."
2344
+
2345
+ #: wpf-includes/wpf-phrases.php:525
2346
+ msgid "Your subscription for this item could not be confirmed"
2347
+ msgstr "Váš odběr pto tuto položku nemůže být potvrzen"
2348
+
2349
+ #: wpf-includes/wpf-phrases.php:526
2350
+ msgid "Your topic successfully added"
2351
+ msgstr "Vaše téma bylo úspěšně přidáno"
2352
+
2353
+ #. Plugin Name of the plugin/theme
2354
+ msgid "Forum - wpForo"
2355
+ msgstr "Fórum - wpForo"
2356
+
2357
+ #. Plugin URI of the plugin/theme
2358
+ msgid "http://wpforo.com"
2359
+ msgstr "http://wpforo.com"
2360
+
2361
+ #. Description of the plugin/theme
2362
+ msgid ""
2363
+ "Next Generation of WordPress Forum Softwares. Everything you need to run an "
2364
+ "efficient and professional community. Powerful and beautiful bulletin board "
2365
+ "with unique features."
2366
+ msgstr ""
2367
+ "Nová generace softwaru Fóra pro Wordpress. Vše co je potřeba k rozjetí "
2368
+ "profesionálního fóra pro komunitu. Výtečné bulletin fóro z unikátními "
2369
+ "možnostmi."
2370
+
2371
+ #. Author of the plugin/theme
2372
+ msgid "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
2373
+ msgstr "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
2374
+
2375
+ #. Author URI of the plugin/theme
2376
+ msgid "http://gvectors.com/"
2377
+ msgstr "http://gvectors.com/"
wpf-languages/wpforo-da_DK.mo DELETED
Binary file
wpf-languages/wpforo-da_DK.po DELETED
@@ -1,2322 +0,0 @@
1
- # Copyright (C) 2016 gVectors Team
2
- # This file is distributed under the same license as the wpForo package.
3
- msgid ""
4
- msgstr ""
5
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
6
- "Project-Id-Version: Forum - wpForo\n"
7
- "POT-Creation-Date: 2016-06-30 16:37+0400\n"
8
- "PO-Revision-Date: 2016-06-30 16:37+0400\n"
9
- "Language-Team: \n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 1.8.6\n"
14
- "X-Poedit-Basepath: ..\n"
15
- "X-Poedit-WPHeader: wpforo.php\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
18
- "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
19
- "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
20
- "Last-Translator: \n"
21
- "Language: da_DK\n"
22
- "X-Poedit-SearchPath-0: .\n"
23
- "X-Poedit-SearchPathExcluded-0: *.js\n"
24
-
25
- #: wpf-admin/dashboard.php:7 wpf-includes/wpf-phrases.php:403
26
- msgid "wpForo Dashboard"
27
- msgstr ""
28
-
29
- #: wpf-admin/dashboard.php:23 wpf-includes/wpf-phrases.php:356
30
- msgid "Welcome Message"
31
- msgstr ""
32
-
33
- #: wpf-admin/dashboard.php:29
34
- msgid ""
35
- "Thank you for trying wpForo! This forum development was started on 2013 and "
36
- "we were using it for our support community. Now it's ready for WordPress "
37
- "community as well. \n"
38
- " It's on the Beta stage and we're working "
39
- "hard to reach the Gold 1.0.0 version as soon as possible. \n"
40
- " wpForo is a professional bulletin board "
41
- "for WorPress, and the only forum software which comes with Multi-layout "
42
- "template system.\n"
43
- " The \"Extended\", \"Simplified\" and "
44
- "\"Question &amp Answer\" layouts fit almost all type of discussions needs. "
45
- "You can use wpForo for small and extremely large communities. \n"
46
- " <br />If you found some issue or bug "
47
- "please open a support topic in plugin page or in our support forum at "
48
- "gVectors.com. If you liked wpForo please leave some good review for this "
49
- "plugin. We really need your good reviews. \n"
50
- " If you didn't like wpForo please leave a "
51
- "list of issues and requirements you'd like us to fix and add in near future. "
52
- "We're here to help you and improve wpForo as much as possible."
53
- msgstr ""
54
-
55
- #: wpf-admin/dashboard.php:60 wpf-includes/wpf-phrases.php:128
56
- msgid "General Information"
57
- msgstr ""
58
-
59
- #: wpf-admin/dashboard.php:64 wpf-includes/wpf-phrases.php:363
60
- msgid "You are currently running"
61
- msgstr ""
62
-
63
- #: wpf-admin/dashboard.php:65 wpf-includes/wpf-phrases.php:18
64
- msgid "Active Theme"
65
- msgstr ""
66
-
67
- #: wpf-admin/dashboard.php:66 wpf-includes/wpf-phrases.php:408
68
- msgid "wpForo Website"
69
- msgstr ""
70
-
71
- #: wpf-admin/dashboard.php:67 wpf-includes/wpf-phrases.php:316
72
- msgid "Support Forum"
73
- msgstr ""
74
-
75
- #: wpf-admin/dashboard.php:78 wpf-includes/wpf-phrases.php:286
76
- msgid "Server Information"
77
- msgstr ""
78
-
79
- #: wpf-admin/dashboard.php:108 wpf-includes/wpf-phrases.php:46
80
- msgid "Available"
81
- msgstr ""
82
-
83
- #: wpf-admin/dashboard.php:108 wpf-includes/wpf-phrases.php:205
84
- msgid "Not available"
85
- msgstr ""
86
-
87
- #: wpf-admin/dashboard.php:126 wpf-includes/wpf-phrases.php:49
88
- msgid "Board Statistic"
89
- msgstr ""
90
-
91
- #: wpf-admin/dashboard.php:132 wpf-admin/options.php:14
92
- #: wpf-includes/wpf-phrases.php:121
93
- msgid "Forums"
94
- msgstr ""
95
-
96
- #: wpf-admin/dashboard.php:136 wpf-includes/class-forums.php:537
97
- #: wpf-includes/wpf-phrases.php:334
98
- msgid "Topics"
99
- msgstr ""
100
-
101
- #: wpf-admin/dashboard.php:140 wpf-includes/class-forums.php:537
102
- #: wpf-includes/wpf-phrases.php:229
103
- msgid "Posts"
104
- msgstr ""
105
-
106
- #: wpf-admin/dashboard.php:144 wpf-admin/member.php:10 wpf-admin/options.php:17
107
- #: wpf-includes/wpf-phrases.php:175
108
- msgid "Members"
109
- msgstr ""
110
-
111
- #: wpf-admin/dashboard.php:148 wpf-includes/wpf-phrases.php:176
112
- msgid "Members Online"
113
- msgstr ""
114
-
115
- #: wpf-admin/dashboard.php:155 wpf-includes/wpf-phrases.php:44
116
- msgid "Attachments"
117
- msgstr ""
118
-
119
- #: wpf-admin/dashboard.php:159 wpf-includes/wpf-phrases.php:45
120
- msgid "Attachments Size"
121
- msgstr ""
122
-
123
- #: wpf-admin/forum.php:13 wpf-includes/functions.php:548
124
- #: wpf-includes/wpf-phrases.php:298
125
- msgid "Show on screen"
126
- msgstr ""
127
-
128
- #: wpf-admin/forum.php:15 wpf-admin/forum.php:114
129
- #: wpf-includes/wpf-phrases.php:111
130
- msgid "Forum Options"
131
- msgstr ""
132
-
133
- #: wpf-admin/forum.php:16 wpf-includes/wpf-phrases.php:220
134
- msgid "Permissions"
135
- msgstr ""
136
-
137
- #: wpf-admin/forum.php:17 wpf-includes/wpf-phrases.php:303
138
- msgid "Slug"
139
- msgstr ""
140
-
141
- #: wpf-admin/forum.php:18 wpf-includes/wpf-phrases.php:110
142
- msgid "Forum Meta"
143
- msgstr ""
144
-
145
- #: wpf-admin/forum.php:21 wpf-includes/wpf-phrases.php:270
146
- msgid "Screen Layout"
147
- msgstr ""
148
-
149
- #: wpf-admin/forum.php:22 wpf-includes/wpf-phrases.php:206
150
- msgid "Number of Columns"
151
- msgstr ""
152
-
153
- #: wpf-admin/forum.php:32 wpf-includes/functions.php:562
154
- #: wpf-includes/wpf-phrases.php:271
155
- msgid "Screen Options"
156
- msgstr ""
157
-
158
- #: wpf-admin/forum.php:43 wpf-includes/wpf-phrases.php:51
159
- msgid "Categories and Forums"
160
- msgstr ""
161
-
162
- #: wpf-admin/forum.php:44 wpf-admin/options-tabs/general.php:42
163
- #: wpf-admin/themes.php:10 wpf-admin/usergroup.php:8
164
- #: wpf-includes/wpf-phrases.php:20
165
- msgid "Add New"
166
- msgstr ""
167
-
168
- #: wpf-admin/forum.php:55 wpf-includes/wpf-phrases.php:222
169
- msgid "Please drag and drop forum panels to set parent-child hierarchy."
170
- msgstr ""
171
-
172
- #: wpf-admin/forum.php:69 wpf-includes/wpf-phrases.php:269
173
- msgid "Save forums order and hierarchy"
174
- msgstr ""
175
-
176
- #: wpf-admin/forum.php:96 wpf-includes/wpf-phrases.php:85
177
- msgid "Enter forum title here"
178
- msgstr ""
179
-
180
- #: wpf-admin/forum.php:101 wpf-includes/wpf-phrases.php:84
181
- msgid "Enter description here . . ."
182
- msgstr ""
183
-
184
- #: wpf-admin/forum.php:102 wpf-includes/wpf-phrases.php:326
185
- msgid ""
186
- "This is a forum description. This content will be displayed under forum "
187
- "title on the forum list."
188
- msgstr ""
189
-
190
- #: wpf-admin/forum.php:117 wpf-includes/wpf-phrases.php:218
191
- msgid "Parent Forum"
192
- msgstr ""
193
-
194
- #: wpf-admin/forum.php:120 wpf-includes/wpf-phrases.php:201
195
- msgid "No parent"
196
- msgstr ""
197
-
198
- #: wpf-admin/forum.php:125 wpf-includes/wpf-phrases.php:342
199
- msgid "Use as Category"
200
- msgstr ""
201
-
202
- #: wpf-admin/forum.php:127 wpf-includes/wpf-phrases.php:52
203
- msgid "Category Layout"
204
- msgstr ""
205
-
206
- #: wpf-admin/forum.php:137 wpf-includes/wpf-phrases.php:199
207
- msgid "No layout found."
208
- msgstr ""
209
-
210
- #: wpf-admin/forum.php:146 wpf-admin/forum.php:153
211
- #: wpf-includes/wpf-phrases.php:231
212
- msgid "Publish"
213
- msgstr ""
214
-
215
- #: wpf-admin/forum.php:150 wpf-includes/wpf-phrases.php:37
216
- msgid "Are you sure you want to delete this forum?"
217
- msgstr ""
218
-
219
- #: wpf-admin/forum.php:150 wpf-admin/themes.php:73 wpf-admin/usergroup.php:37
220
- #: wpf-admin/usergroup.php:133 wpf-includes/functions.php:256
221
- #: wpf-includes/functions.php:469 wpf-includes/wpf-hooks.php:807
222
- #: wpf-includes/wpf-phrases.php:65
223
- msgid "Delete"
224
- msgstr ""
225
-
226
- #: wpf-admin/forum.php:151 wpf-admin/usergroup.php:39
227
- #: wpf-includes/class-forums.php:543 wpf-includes/wpf-phrases.php:350
228
- msgid "View"
229
- msgstr ""
230
-
231
- #: wpf-admin/forum.php:221 wpf-includes/wpf-phrases.php:116
232
- msgid "Forum Slug"
233
- msgstr ""
234
-
235
- #: wpf-admin/forum.php:224 wpf-includes/wpf-phrases.php:319
236
- msgid ""
237
- "The \"slug\" is the URL-friendly version of the name. It is usually all "
238
- "lowercase and contains only letters, numbers, and hyphens."
239
- msgstr ""
240
-
241
- #: wpf-admin/forum.php:230 wpf-includes/wpf-phrases.php:114
242
- msgid "Forum SEO"
243
- msgstr ""
244
-
245
- #: wpf-admin/forum.php:233 wpf-includes/wpf-phrases.php:180
246
- msgid "Meta Description"
247
- msgstr ""
248
-
249
- #: wpf-admin/forum.php:262 wpf-includes/wpf-phrases.php:325
250
- msgid "This action will also delete all sub-forums, topics and replies."
251
- msgstr ""
252
-
253
- #: wpf-admin/forum.php:270 wpf-includes/wpf-phrases.php:135
254
- msgid ""
255
- "If you want to delete this forum and keep its sub-forums, topics and "
256
- "replies, please select a new target forum in dropdown below"
257
- msgstr ""
258
-
259
- #: wpf-admin/forum.php:279 wpf-includes/wpf-phrases.php:26
260
- msgid ""
261
- "All sub-forums, topics and replies will be attached to selected forum. "
262
- "Layout will be inherited from this forum."
263
- msgstr ""
264
-
265
- #: wpf-admin/options-tabs/accesses.php:9 wpf-includes/wpf-phrases.php:21
266
- msgid "Add New Forum Access"
267
- msgstr ""
268
-
269
- #: wpf-admin/options-tabs/accesses.php:13 wpf-includes/wpf-phrases.php:15
270
- msgid "Access names"
271
- msgstr ""
272
-
273
- #: wpf-admin/options-tabs/accesses.php:27 wpf-includes/class-forums.php:539
274
- #: wpf-includes/wpf-phrases.php:376
275
- msgid "edit"
276
- msgstr ""
277
-
278
- #: wpf-admin/options-tabs/accesses.php:28 wpf-includes/wpf-phrases.php:39
279
- msgid ""
280
- "Are you sure you want to remove this access set? Usergroups which attached "
281
- "to this access will lost all forum permissions."
282
- msgstr ""
283
-
284
- #: wpf-admin/options-tabs/accesses.php:28 wpf-includes/class-forums.php:541
285
- #: wpf-includes/wpf-phrases.php:375
286
- msgid "delete"
287
- msgstr ""
288
-
289
- #: wpf-admin/options-tabs/accesses.php:42 wpf-includes/wpf-phrases.php:14
290
- msgid "Access name"
291
- msgstr ""
292
-
293
- #: wpf-admin/options-tabs/accesses.php:62 wpf-includes/wpf-phrases.php:267
294
- msgid "Save"
295
- msgstr ""
296
-
297
- #: wpf-admin/options-tabs/accesses.php:62 wpf-includes/wpf-phrases.php:339
298
- msgid "Update"
299
- msgstr ""
300
-
301
- #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:291
302
- msgid "Show Admin Bar for Members"
303
- msgstr ""
304
-
305
- #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:328
306
- msgid "This option doesn't affect website admins."
307
- msgstr ""
308
-
309
- #: wpf-admin/options-tabs/features.php:10 wpf-includes/wpf-phrases.php:293
310
- msgid "Show Forum Page Title"
311
- msgstr ""
312
-
313
- #: wpf-admin/options-tabs/features.php:11 wpf-includes/wpf-phrases.php:296
314
- msgid "Show Top/Menu Bar"
315
- msgstr ""
316
-
317
- #: wpf-admin/options-tabs/features.php:12 wpf-includes/wpf-phrases.php:295
318
- msgid "Show Top Search"
319
- msgstr ""
320
-
321
- #: wpf-admin/options-tabs/features.php:13 wpf-includes/wpf-phrases.php:292
322
- msgid "Show Breadcrumb"
323
- msgstr ""
324
-
325
- #: wpf-admin/options-tabs/features.php:14 wpf-includes/wpf-phrases.php:294
326
- msgid "Show Forum Statistic"
327
- msgstr ""
328
-
329
- #: wpf-admin/options-tabs/features.php:15 wpf-includes/wpf-phrases.php:254
330
- msgid "Replace Author Link to Forum Profile"
331
- msgstr ""
332
-
333
- #: wpf-admin/options-tabs/features.php:16 wpf-includes/wpf-phrases.php:255
334
- msgid "Replace Comment Author Link to Forum Profile"
335
- msgstr ""
336
-
337
- #: wpf-admin/options-tabs/features.php:17 wpf-includes/wpf-phrases.php:257
338
- msgid "Replace Registration Page URL to Forum URL"
339
- msgstr ""
340
-
341
- #: wpf-admin/options-tabs/features.php:18 wpf-includes/wpf-phrases.php:256
342
- msgid "Replace Login Page URL to Forum URL"
343
- msgstr ""
344
-
345
- #: wpf-admin/options-tabs/features.php:19 wpf-includes/wpf-phrases.php:253
346
- msgid "Replace Author Avatar with Forum Profile Avatar"
347
- msgstr ""
348
-
349
- #: wpf-admin/options-tabs/features.php:20 wpf-includes/wpf-phrases.php:76
350
- msgid "Enable Avatars"
351
- msgstr ""
352
-
353
- #: wpf-admin/options-tabs/features.php:21 wpf-includes/wpf-phrases.php:77
354
- msgid "Enable Custom Avatars"
355
- msgstr ""
356
-
357
- #: wpf-admin/options-tabs/features.php:22 wpf-includes/wpf-phrases.php:31
358
- msgid "Allow Member Signature"
359
- msgstr ""
360
-
361
- #: wpf-admin/options-tabs/features.php:23 wpf-includes/wpf-phrases.php:79
362
- msgid "Enable Member Rating"
363
- msgstr ""
364
-
365
- #: wpf-admin/options-tabs/features.php:24 wpf-includes/wpf-phrases.php:80
366
- msgid "Enable Member Rating Titles"
367
- msgstr ""
368
-
369
- #: wpf-admin/options-tabs/features.php:25 wpf-includes/wpf-phrases.php:78
370
- msgid "Enable Member Cashe"
371
- msgstr ""
372
-
373
- #: wpf-admin/options-tabs/features.php:26 wpf-includes/wpf-phrases.php:83
374
- msgid "Enable wpForo SEO for Meta Titles"
375
- msgstr ""
376
-
377
- #: wpf-admin/options-tabs/features.php:27 wpf-includes/wpf-phrases.php:82
378
- msgid "Enable wpForo SEO for Meta Tags"
379
- msgstr ""
380
-
381
- #: wpf-admin/options-tabs/features.php:28 wpf-includes/wpf-phrases.php:81
382
- msgid "Enable wpForo Font-Awesome Lib"
383
- msgstr ""
384
-
385
- #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:132
386
- msgid "Help wpForo to grow, show plugin info"
387
- msgstr ""
388
-
389
- #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:223
390
- msgid ""
391
- "Please enable this option to help wpForo get more popularity as your thank "
392
- "to the hard work we do for you totally free. This option adds a very small "
393
- "icon in forum footer, which will allow your site visitors recognize the name "
394
- "of forum solution you use."
395
- msgstr ""
396
-
397
- #: wpf-admin/options-tabs/features.php:46 wpf-includes/wpf-phrases.php:361
398
- msgid "Yes"
399
- msgstr ""
400
-
401
- #: wpf-admin/options-tabs/features.php:47 wpf-includes/wpf-phrases.php:193
402
- msgid "No"
403
- msgstr ""
404
-
405
- #: wpf-admin/options-tabs/features.php:57 wpf-admin/options-tabs/forums.php:16
406
- #: wpf-admin/options-tabs/general.php:49 wpf-admin/options-tabs/members.php:86
407
- #: wpf-admin/options-tabs/posts.php:57 wpf-admin/options-tabs/styles.php:46
408
- #: wpf-admin/options-tabs/subscriptions.php:75 wpf-includes/wpf-phrases.php:340
409
- msgid "Update Options"
410
- msgstr ""
411
-
412
- #: wpf-admin/options-tabs/general.php:14 wpf-includes/wpf-phrases.php:119
413
- msgid "Forum Title"
414
- msgstr ""
415
-
416
- #: wpf-admin/options-tabs/general.php:18 wpf-includes/wpf-phrases.php:106
417
- msgid "Forum Description"
418
- msgstr ""
419
-
420
- #: wpf-admin/options-tabs/general.php:22 wpf-includes/wpf-phrases.php:105
421
- msgid "Forum Base URL"
422
- msgstr ""
423
-
424
- #: wpf-admin/options-tabs/general.php:27 wpf-includes/wpf-phrases.php:63
425
- msgid "Dashboard Menu Position"
426
- msgstr ""
427
-
428
- #: wpf-admin/options-tabs/general.php:28 wpf-includes/wpf-phrases.php:320
429
- msgid "The position in the menu order wpForo should appear."
430
- msgstr ""
431
-
432
- #: wpf-admin/options-tabs/general.php:29 wpf-includes/wpf-phrases.php:344
433
- msgid ""
434
- "Use greater than 5 - below Posts, 10 - below Media, 15 - below Links, 20 - "
435
- "below Pages, 25 - below comments, 60 - below first separator, 65 - below "
436
- "Plugins, 70 - below Users, 75 - below Tools, 80 - below Settings, 100 - "
437
- "below second separator"
438
- msgstr ""
439
-
440
- #: wpf-admin/options-tabs/general.php:37 wpf-includes/wpf-phrases.php:108
441
- msgid "Forum Language"
442
- msgstr ""
443
-
444
- #: wpf-admin/options-tabs/general.php:61 wpf-includes/wpf-phrases.php:142
445
- msgid "Language XML file"
446
- msgstr ""
447
-
448
- #: wpf-admin/options-tabs/general.php:70 wpf-includes/wpf-phrases.php:22
449
- msgid "Add New Language"
450
- msgstr ""
451
-
452
- #: wpf-admin/options-tabs/members.php:13 wpf-includes/wpf-phrases.php:214
453
- msgid "Online status timeout"
454
- msgstr ""
455
-
456
- #: wpf-admin/options-tabs/members.php:16 wpf-admin/options-tabs/posts.php:19
457
- #: wpf-admin/options-tabs/posts.php:23 wpf-admin/options-tabs/posts.php:31
458
- #: wpf-admin/options-tabs/posts.php:35 wpf-includes/wpf-phrases.php:385
459
- msgid "minutes"
460
- msgstr ""
461
-
462
- #: wpf-admin/options-tabs/members.php:20 wpf-includes/wpf-phrases.php:177
463
- msgid "Members URL structure"
464
- msgstr ""
465
-
466
- #: wpf-admin/options-tabs/members.php:30 wpf-includes/wpf-phrases.php:61
467
- msgid "Custom Authorisation URLs"
468
- msgstr ""
469
-
470
- #: wpf-admin/options-tabs/members.php:41 wpf-includes/wpf-phrases.php:160
471
- msgid "Login URL"
472
- msgstr ""
473
-
474
- #: wpf-admin/options-tabs/members.php:42 wpf-includes/wpf-phrases.php:249
475
- msgid "Register URL"
476
- msgstr ""
477
-
478
- #: wpf-admin/options-tabs/members.php:43 wpf-includes/wpf-phrases.php:162
479
- msgid "Lost Password URL"
480
- msgstr ""
481
-
482
- #: wpf-admin/options-tabs/members.php:49 wpf-includes/wpf-phrases.php:172
483
- msgid "Member Reputation"
484
- msgstr ""
485
-
486
- #: wpf-admin/options-tabs/members.php:57 wpf-includes/wpf-phrases.php:244
487
- msgid "Rating Level"
488
- msgstr ""
489
-
490
- #: wpf-admin/options-tabs/members.php:58 wpf-includes/wpf-phrases.php:181
491
- msgid "Min Number of Posts"
492
- msgstr ""
493
-
494
- #: wpf-admin/options-tabs/members.php:59 wpf-includes/wpf-phrases.php:173
495
- msgid "Member Title"
496
- msgstr ""
497
-
498
- #: wpf-admin/options-tabs/members.php:60 wpf-includes/wpf-phrases.php:290
499
- msgid "Short Badge"
500
- msgstr ""
501
-
502
- #: wpf-admin/options-tabs/members.php:61 wpf-includes/wpf-phrases.php:126
503
- msgid "Full Badge"
504
- msgstr ""
505
-
506
- #: wpf-admin/options-tabs/members.php:62 wpf-includes/wpf-phrases.php:242
507
- msgid "Rating Color"
508
- msgstr ""
509
-
510
- #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:243
511
- msgid "Rating Icon"
512
- msgstr ""
513
-
514
- #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:183
515
- msgid "More"
516
- msgstr ""
517
-
518
- #: wpf-admin/options-tabs/members.php:68 wpf-includes/wpf-phrases.php:156
519
- msgid "Level"
520
- msgstr ""
521
-
522
- #: wpf-admin/options-tabs/members.php:69 wpf-includes/wpf-phrases.php:208
523
- msgid "Number of Posts"
524
- msgstr ""
525
-
526
- #: wpf-admin/options-tabs/members.php:70 wpf-includes/wpf-phrases.php:62
527
- msgid "Custom Title"
528
- msgstr ""
529
-
530
- #: wpf-admin/options-tabs/members.php:73 wpf-includes/wpf-phrases.php:56
531
- msgid "Color"
532
- msgstr ""
533
-
534
- #: wpf-admin/options-tabs/members.php:74 wpf-includes/wpf-phrases.php:48
535
- msgid "Badge Icon"
536
- msgstr ""
537
-
538
- #: wpf-admin/options-tabs/plugins.php:9
539
- msgid ""
540
- "Thank you for using wpForo. wpForo is a premium forum plugin which will "
541
- "always be available for free. There will never be paid and pro versions of "
542
- "this forum board. However this is a very large and hard project so we also "
543
- "develop paid addons (extensions), which will financially help us to keep "
544
- "improving and adding new features to the free wpForo plugin. Forum addons "
545
- "will also be actively developed. The first addons \"Advanced Media Uploader"
546
- "\", \"Polls\", \"Private Messages\" and \"Ad Manager\" will be available "
547
- "very soon. Once you got some addon and activated that, you will find "
548
- "settings in vertical subTabs here."
549
- msgstr ""
550
-
551
- #: wpf-admin/options-tabs/posts.php:14 wpf-includes/wpf-phrases.php:210
552
- msgid "Number of Topics per Page"
553
- msgstr ""
554
-
555
- #: wpf-admin/options-tabs/posts.php:18 wpf-includes/wpf-phrases.php:30
556
- msgid "Allow Edit Own Topic for"
557
- msgstr ""
558
-
559
- #: wpf-admin/options-tabs/posts.php:22 wpf-includes/wpf-phrases.php:27
560
- msgid "Allow Delete Own Topic for"
561
- msgstr ""
562
-
563
- #: wpf-admin/options-tabs/posts.php:26 wpf-includes/wpf-phrases.php:209
564
- msgid "Number of Posts per Page"
565
- msgstr ""
566
-
567
- #: wpf-admin/options-tabs/posts.php:30 wpf-includes/wpf-phrases.php:29
568
- msgid "Allow Edit Own Post for"
569
- msgstr ""
570
-
571
- #: wpf-admin/options-tabs/posts.php:34 wpf-includes/wpf-phrases.php:28
572
- msgid "Allow Delete Own post for"
573
- msgstr ""
574
-
575
- #: wpf-admin/options-tabs/posts.php:40 wpf-includes/wpf-phrases.php:167
576
- msgid "Maximum upload file size"
577
- msgstr ""
578
-
579
- #: wpf-admin/options-tabs/posts.php:41 wpf-includes/wpf-phrases.php:365
580
- msgid ""
581
- "You can not set this value more than \"upload_max_filesize\" and "
582
- "\"post_max_size\". If you want to increase server parameters please contact "
583
- "to your hosting service support."
584
- msgstr ""
585
-
586
- #: wpf-admin/options-tabs/posts.php:44 wpf-includes/wpf-phrases.php:164
587
- msgid "MB"
588
- msgstr ""
589
-
590
- #: wpf-admin/options-tabs/posts.php:47 wpf-includes/wpf-phrases.php:285
591
- msgid "Server \"upload_max_filesize\" is "
592
- msgstr ""
593
-
594
- #: wpf-admin/options-tabs/posts.php:48 wpf-includes/wpf-phrases.php:284
595
- msgid "Server \"post_max_size\" is "
596
- msgstr ""
597
-
598
- #: wpf-admin/options-tabs/subscriptions.php:13 wpf-includes/wpf-phrases.php:124
599
- msgid "From Name"
600
- msgstr ""
601
-
602
- #: wpf-admin/options-tabs/subscriptions.php:17 wpf-includes/wpf-phrases.php:123
603
- msgid "From Email Address"
604
- msgstr ""
605
-
606
- #: wpf-admin/options-tabs/subscriptions.php:22 wpf-includes/wpf-phrases.php:104
607
- msgid "Forum Admin Email Addresses"
608
- msgstr ""
609
-
610
- #: wpf-admin/options-tabs/subscriptions.php:23 wpf-includes/wpf-phrases.php:57
611
- msgid ""
612
- "Comma separated email addresses of forum administrators to get forum "
613
- "notifications. For example post report messages."
614
- msgstr ""
615
-
616
- #: wpf-admin/options-tabs/subscriptions.php:29 wpf-includes/wpf-phrases.php:314
617
- msgid "Subscription Emails"
618
- msgstr ""
619
-
620
- #: wpf-admin/options-tabs/subscriptions.php:33 wpf-includes/wpf-phrases.php:311
621
- msgid "Subscribe confirmation email subject"
622
- msgstr ""
623
-
624
- #: wpf-admin/options-tabs/subscriptions.php:37 wpf-includes/wpf-phrases.php:310
625
- msgid "Subscribe confirmation email message"
626
- msgstr ""
627
-
628
- #: wpf-admin/options-tabs/subscriptions.php:41 wpf-includes/wpf-phrases.php:192
629
- msgid "New topic notification email subject"
630
- msgstr ""
631
-
632
- #: wpf-admin/options-tabs/subscriptions.php:45 wpf-includes/wpf-phrases.php:191
633
- msgid "New topic notification email message"
634
- msgstr ""
635
-
636
- #: wpf-admin/options-tabs/subscriptions.php:49 wpf-includes/wpf-phrases.php:190
637
- msgid "New reply notification email subject"
638
- msgstr ""
639
-
640
- #: wpf-admin/options-tabs/subscriptions.php:53 wpf-includes/wpf-phrases.php:189
641
- msgid "New reply notification email message"
642
- msgstr ""
643
-
644
- #: wpf-admin/options-tabs/subscriptions.php:58 wpf-includes/wpf-phrases.php:224
645
- msgid "Post Reporting Emails"
646
- msgstr ""
647
-
648
- #: wpf-admin/options-tabs/subscriptions.php:59 wpf-includes/wpf-phrases.php:327
649
- msgid "This message comes from post reporting pop-up form."
650
- msgstr ""
651
-
652
- #: wpf-admin/options-tabs/subscriptions.php:64 wpf-includes/wpf-phrases.php:263
653
- msgid "Report message subject"
654
- msgstr ""
655
-
656
- #: wpf-admin/options-tabs/subscriptions.php:69 wpf-includes/wpf-phrases.php:262
657
- msgid "Report message body"
658
- msgstr ""
659
-
660
- #: wpf-admin/options.php:8 wpf-includes/wpf-phrases.php:115
661
- msgid "Forum Settings"
662
- msgstr ""
663
-
664
- #: wpf-admin/options.php:13 wpf-includes/wpf-phrases.php:127
665
- msgid "General"
666
- msgstr ""
667
-
668
- #: wpf-admin/options.php:15 wpf-includes/wpf-phrases.php:103
669
- msgid "Forum Accesses"
670
- msgstr ""
671
-
672
- #: wpf-admin/options.php:16 wpf-includes/wpf-phrases.php:335
673
- msgid "Topics &amp; Posts"
674
- msgstr ""
675
-
676
- #: wpf-admin/options.php:18 wpf-includes/wpf-phrases.php:75
677
- msgid "Emails"
678
- msgstr ""
679
-
680
- #: wpf-admin/options.php:19 wpf-includes/wpf-phrases.php:94
681
- msgid "Features"
682
- msgstr ""
683
-
684
- #: wpf-admin/options.php:21 wpf-includes/wpf-phrases.php:308
685
- msgid "Styles"
686
- msgstr ""
687
-
688
- #: wpf-admin/options.php:22 wpf-includes/wpf-phrases.php:25
689
- msgid "Addons"
690
- msgstr ""
691
-
692
- #: wpf-admin/phrase.php:10 wpf-includes/wpf-phrases.php:125
693
- msgid "Front-end Phrases"
694
- msgstr ""
695
-
696
- #: wpf-admin/themes.php:9 wpf-includes/wpf-phrases.php:118
697
- msgid "Forum Themes"
698
- msgstr ""
699
-
700
- #: wpf-admin/themes.php:46 wpf-includes/wpf-phrases.php:60
701
- msgid "Current active theme"
702
- msgstr ""
703
-
704
- #: wpf-admin/themes.php:48 wpf-includes/wpf-phrases.php:136
705
- msgid "Inactive"
706
- msgstr ""
707
-
708
- #: wpf-admin/themes.php:52 wpf-includes/wpf-phrases.php:141
709
- msgid "LAYOUTS"
710
- msgstr ""
711
-
712
- #: wpf-admin/themes.php:68 wpf-includes/wpf-phrases.php:17
713
- msgid "Activate"
714
- msgstr ""
715
-
716
- #: wpf-admin/themes.php:69 wpf-includes/wpf-phrases.php:122
717
- msgid "Fresh Installation"
718
- msgstr ""
719
-
720
- #: wpf-admin/themes.php:71 wpf-includes/wpf-phrases.php:138
721
- msgid "Install"
722
- msgstr ""
723
-
724
- #: wpf-admin/themes.php:73 wpf-includes/wpf-phrases.php:38
725
- msgid "Are you sure you want to delete this theme files?"
726
- msgstr ""
727
-
728
- #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:40
729
- msgid ""
730
- "Are you sure you want to reset all settings and style colors to default?"
731
- msgstr ""
732
-
733
- #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:265
734
- msgid "Reset Settings"
735
- msgstr ""
736
-
737
- #: wpf-admin/themes.php:96 wpf-includes/wpf-phrases.php:198
738
- msgid "No layout found"
739
- msgstr ""
740
-
741
- #: wpf-admin/themes.php:107 wpf-includes/wpf-phrases.php:203
742
- msgid "No theme found"
743
- msgstr ""
744
-
745
- #: wpf-admin/usergroup.php:8
746
- msgid "Usergroups"
747
- msgstr ""
748
-
749
- #: wpf-admin/usergroup.php:18 wpf-admin/usergroup.php:30
750
- #: wpf-admin/usergroup.php:62
751
- msgid "Usergroup Name"
752
- msgstr ""
753
-
754
- #: wpf-admin/usergroup.php:19
755
- msgid "Users Count"
756
- msgstr ""
757
-
758
- #: wpf-admin/usergroup.php:36
759
- msgid "Edit this usergroup"
760
- msgstr ""
761
-
762
- #: wpf-admin/usergroup.php:36 wpf-includes/functions.php:254
763
- #: wpf-includes/functions.php:467 wpf-includes/wpf-phrases.php:72
764
- msgid "Edit"
765
- msgstr ""
766
-
767
- #: wpf-admin/usergroup.php:37
768
- msgid "Delete this usergroup"
769
- msgstr ""
770
-
771
- #: wpf-admin/usergroup.php:39
772
- msgid "View users list in this usergroup"
773
- msgstr ""
774
-
775
- #: wpf-admin/usergroup.php:43
776
- msgid "Count of users in this usergroup"
777
- msgstr ""
778
-
779
- #: wpf-admin/usergroup.php:62 wpf-includes/wpf-phrases.php:131
780
- msgid "Guest"
781
- msgstr ""
782
-
783
- #: wpf-admin/usergroup.php:85 wpf-includes/wpf-phrases.php:369
784
- msgid "add"
785
- msgstr ""
786
-
787
- #: wpf-admin/usergroup.php:85
788
- msgid "save"
789
- msgstr ""
790
-
791
- #: wpf-admin/usergroup.php:106
792
- msgid "Delete Chosen Usergroup And Users"
793
- msgstr ""
794
-
795
- #: wpf-admin/usergroup.php:116
796
- msgid "Delete Chosen Usergroup And Join Users To Other Usergroup"
797
- msgstr ""
798
-
799
- #: wpf-admin/usergroup.php:128
800
- msgid "Users will be join this usergroup"
801
- msgstr ""
802
-
803
- #: wpf-includes/class-notices.php:128 wpf-includes/wpf-phrases.php:68
804
- msgid "Dismiss this notice."
805
- msgstr ""
806
-
807
- #: wpf-includes/class-permissions.php:116 wpf-includes/wpf-phrases.php:415
808
- #, php-format
809
- msgid "%s access successfully added"
810
- msgstr ""
811
-
812
- #: wpf-includes/class-permissions.php:141 wpf-includes/wpf-phrases.php:416
813
- #, php-format
814
- msgid "%s access successfully edited"
815
- msgstr ""
816
-
817
- #: wpf-includes/class-phrases.php:157
818
- #: wpf-includes/functions-installation.php:28 wpf-includes/wpf-phrases.php:7
819
- msgid " Forum"
820
- msgstr ""
821
-
822
- #: wpf-includes/class-phrases.php:158
823
- #: wpf-includes/functions-installation.php:29 wpf-includes/wpf-phrases.php:6
824
- msgid " Discussion Board"
825
- msgstr ""
826
-
827
- #: wpf-includes/class-template.php:868 wpf-includes/wpf-phrases.php:324
828
- msgid "Theme file not readable"
829
- msgstr ""
830
-
831
- #: wpf-includes/functions-template.php:7
832
- msgid "wpForo Menu"
833
- msgstr ""
834
-
835
- #: wpf-includes/functions-template.php:149 wpf-includes/wpf-phrases.php:405
836
- msgid "wpForo Sidebar"
837
- msgstr ""
838
-
839
- #: wpf-includes/functions-template.php:150 wpf-includes/wpf-phrases.php:188
840
- msgid ""
841
- "NOTE: If you're going to add widgets in this sidebar, please use 'Full "
842
- "Width' template for wpForo index page to avoid sidebar duplication."
843
- msgstr ""
844
-
845
- #: wpf-includes/functions-template.php:188
846
- #: wpf-includes/functions-template.php:295
847
- #: wpf-includes/functions-template.php:358
848
- #: wpf-includes/functions-template.php:435
849
- #: wpf-includes/functions-template.php:482 wpf-includes/wpf-phrases.php:330
850
- msgid "Title"
851
- msgstr ""
852
-
853
- #: wpf-includes/functions-template.php:361
854
- #: wpf-includes/functions-template.php:438 wpf-includes/wpf-phrases.php:207
855
- msgid "Number of Items"
856
- msgstr ""
857
-
858
- #: wpf-includes/functions-template.php:366 wpf-includes/wpf-phrases.php:69
859
- msgid "Display Avatars"
860
- msgstr ""
861
-
862
- #: wpf-includes/functions-template.php:442 wpf-includes/wpf-phrases.php:71
863
- msgid "Display with Avatars"
864
- msgstr ""
865
-
866
- #: wpf-includes/functions.php:252 wpf-includes/functions.php:465
867
- #: wpf-includes/wpf-phrases.php:50
868
- msgid "Bulk Actions"
869
- msgstr ""
870
-
871
- #: wpf-includes/functions.php:259 wpf-includes/functions.php:553
872
- #: wpf-includes/wpf-phrases.php:36
873
- msgid "Apply"
874
- msgstr ""
875
-
876
- #: wpf-includes/functions.php:268 wpf-includes/wpf-phrases.php:297
877
- msgid "Show all forums"
878
- msgstr ""
879
-
880
- #: wpf-includes/functions.php:297 wpf-includes/functions.php:475
881
- #: wpf-includes/wpf-phrases.php:380
882
- msgid "item"
883
- msgstr ""
884
-
885
- #: wpf-includes/functions.php:330 wpf-includes/functions.php:346
886
- #: wpf-includes/wpf-phrases.php:281
887
- msgid "Select All"
888
- msgstr ""
889
-
890
- #: wpf-includes/functions.php:412 wpf-includes/wpf-phrases.php:66
891
- msgid "Delete this item"
892
- msgstr ""
893
-
894
- #: wpf-includes/functions.php:412 wpf-includes/wpf-phrases.php:41
895
- msgid "Are you sure you whant to DELETE this item?"
896
- msgstr ""
897
-
898
- #: wpf-includes/functions.php:457 wpf-includes/wpf-phrases.php:197
899
- msgid "No items found"
900
- msgstr ""
901
-
902
- #: wpf-includes/functions.php:552 wpf-includes/wpf-phrases.php:139
903
- msgid "Items"
904
- msgstr ""
905
-
906
- #: wpf-includes/functions.php:795
907
- #, php-format
908
- msgid "Could not write file %s"
909
- msgstr ""
910
-
911
- #: wpf-includes/wpf-hooks.php:20 wpf-includes/wpf-phrases.php:134
912
- msgid ""
913
- "IMPORTANT! Uninstall is not a simple deactivation action. This action will "
914
- "permanently remove all forum data (forums, topics, replies, attachments...) "
915
- "from database. Please backup database before this action, you may need this "
916
- "forum data in future. If you are sure that you want to delete all forum data "
917
- "please confirm. If not, just cancel it, then you can deactivate this plugin, "
918
- "that will not remove forum data."
919
- msgstr ""
920
-
921
- #: wpf-includes/wpf-hooks.php:20
922
- msgid "Uninstall"
923
- msgstr ""
924
-
925
- #: wpf-includes/wpf-hooks.php:23
926
- msgid "Settings"
927
- msgstr ""
928
-
929
- #: wpf-includes/wpf-hooks.php:806 wpf-includes/wpf-phrases.php:184
930
- msgid "Move"
931
- msgstr ""
932
-
933
- #: wpf-includes/wpf-hooks.php:852
934
- msgid "Dismiss"
935
- msgstr ""
936
-
937
- #: wpf-includes/wpf-hooks.php:877 wpf-includes/wpf-phrases.php:407
938
- msgid "wpForo Usergroup"
939
- msgstr ""
940
-
941
- #: wpf-includes/wpf-hooks.php:885 wpf-includes/wpf-phrases.php:406
942
- msgid "wpForo User Timezone"
943
- msgstr ""
944
-
945
- #: wpf-includes/wpf-phrases.php:8
946
- #, php-format
947
- msgid "%s and %s liked"
948
- msgstr ""
949
-
950
- #: wpf-includes/wpf-phrases.php:9
951
- #, php-format
952
- msgid "%s liked"
953
- msgstr ""
954
-
955
- #: wpf-includes/wpf-phrases.php:10
956
- #, php-format
957
- msgid "%s, %s and %s liked"
958
- msgstr ""
959
-
960
- #: wpf-includes/wpf-phrases.php:11
961
- #, php-format
962
- msgid "%s, %s, %s and %d people liked"
963
- msgstr ""
964
-
965
- #: wpf-includes/wpf-phrases.php:12
966
- msgid "AOL IM"
967
- msgstr ""
968
-
969
- #: wpf-includes/wpf-phrases.php:13
970
- msgid "About Me"
971
- msgstr ""
972
-
973
- #: wpf-includes/wpf-phrases.php:16
974
- msgid "Account"
975
- msgstr ""
976
-
977
- #: wpf-includes/wpf-phrases.php:19
978
- msgid "Activity"
979
- msgstr ""
980
-
981
- #: wpf-includes/wpf-phrases.php:23
982
- msgid "Add a comment"
983
- msgstr ""
984
-
985
- #: wpf-includes/wpf-phrases.php:24
986
- msgid "Add topic"
987
- msgstr ""
988
-
989
- #: wpf-includes/wpf-phrases.php:32
990
- msgid "Answer"
991
- msgstr ""
992
-
993
- #: wpf-includes/wpf-phrases.php:33
994
- msgid "Answer to"
995
- msgstr ""
996
-
997
- #: wpf-includes/wpf-phrases.php:34
998
- msgid "Answers"
999
- msgstr ""
1000
-
1001
- #: wpf-includes/wpf-phrases.php:35
1002
- msgid "Any Date"
1003
- msgstr ""
1004
-
1005
- #: wpf-includes/wpf-phrases.php:42
1006
- msgid "Ascending order"
1007
- msgstr ""
1008
-
1009
- #: wpf-includes/wpf-phrases.php:43
1010
- msgid "Attach file:"
1011
- msgstr ""
1012
-
1013
- #: wpf-includes/wpf-phrases.php:47
1014
- msgid "Avatar"
1015
- msgstr ""
1016
-
1017
- #: wpf-includes/wpf-phrases.php:53
1018
- msgid "Change password"
1019
- msgstr ""
1020
-
1021
- #: wpf-includes/wpf-phrases.php:54
1022
- msgid "Choose target forum"
1023
- msgstr ""
1024
-
1025
- #: wpf-includes/wpf-phrases.php:55 wpf-themes/classic/functions.php:31
1026
- #: wpf-themes/classic/functions.php:52 wpf-themes/classic/functions.php:81
1027
- msgid "Collapsed"
1028
- msgstr ""
1029
-
1030
- #: wpf-includes/wpf-phrases.php:58
1031
- msgid "Comments"
1032
- msgstr ""
1033
-
1034
- #: wpf-includes/wpf-phrases.php:59
1035
- msgid "Confirm my subscription"
1036
- msgstr ""
1037
-
1038
- #: wpf-includes/wpf-phrases.php:64
1039
- msgid "Date"
1040
- msgstr ""
1041
-
1042
- #: wpf-includes/wpf-phrases.php:67
1043
- msgid "Descending order"
1044
- msgstr ""
1045
-
1046
- #: wpf-includes/wpf-phrases.php:70
1047
- msgid "Display Name"
1048
- msgstr ""
1049
-
1050
- #: wpf-includes/wpf-phrases.php:73
1051
- msgid "Edited: "
1052
- msgstr ""
1053
-
1054
- #: wpf-includes/wpf-phrases.php:74
1055
- msgid "Email"
1056
- msgstr ""
1057
-
1058
- #: wpf-includes/wpf-phrases.php:86
1059
- msgid "Enter title here"
1060
- msgstr ""
1061
-
1062
- #: wpf-includes/wpf-phrases.php:87 wpf-themes/classic/functions.php:30
1063
- #: wpf-themes/classic/functions.php:51 wpf-themes/classic/functions.php:80
1064
- msgid "Expanded"
1065
- msgstr ""
1066
-
1067
- #: wpf-includes/wpf-phrases.php:88 wpf-themes/classic/functions.php:77
1068
- msgid "Extended Layout - Intro posts"
1069
- msgstr ""
1070
-
1071
- #: wpf-includes/wpf-phrases.php:89 wpf-themes/classic/functions.php:27
1072
- msgid "Extended Layout - Intro topics"
1073
- msgstr ""
1074
-
1075
- #: wpf-includes/wpf-phrases.php:90 wpf-themes/classic/functions.php:87
1076
- msgid "Extended Layout - Number of intro posts"
1077
- msgstr ""
1078
-
1079
- #: wpf-includes/wpf-phrases.php:91 wpf-themes/classic/functions.php:36
1080
- msgid "Extended Layout - Number of intro topics"
1081
- msgstr ""
1082
-
1083
- #: wpf-includes/wpf-phrases.php:92
1084
- msgid "Facebook"
1085
- msgstr ""
1086
-
1087
- #: wpf-includes/wpf-phrases.php:93
1088
- msgid "Failed to write file to disk"
1089
- msgstr ""
1090
-
1091
- #: wpf-includes/wpf-phrases.php:95
1092
- msgid "File upload stopped by extension"
1093
- msgstr ""
1094
-
1095
- #: wpf-includes/wpf-phrases.php:96
1096
- msgid "Find Posts by User"
1097
- msgstr ""
1098
-
1099
- #: wpf-includes/wpf-phrases.php:97
1100
- msgid "Find Topics Started by User"
1101
- msgstr ""
1102
-
1103
- #: wpf-includes/wpf-phrases.php:98
1104
- msgid "First post and replies"
1105
- msgstr ""
1106
-
1107
- #: wpf-includes/wpf-phrases.php:99
1108
- msgid "Forum"
1109
- msgstr ""
1110
-
1111
- #: wpf-includes/wpf-phrases.php:100
1112
- msgid "Forum - Login"
1113
- msgstr ""
1114
-
1115
- #: wpf-includes/wpf-phrases.php:101
1116
- msgid "Forum - Page Not Found"
1117
- msgstr ""
1118
-
1119
- #: wpf-includes/wpf-phrases.php:102
1120
- msgid "Forum - Registration"
1121
- msgstr ""
1122
-
1123
- #: wpf-includes/wpf-phrases.php:107
1124
- msgid "Forum Home"
1125
- msgstr ""
1126
-
1127
- #: wpf-includes/wpf-phrases.php:109
1128
- msgid "Forum Members"
1129
- msgstr ""
1130
-
1131
- #: wpf-includes/wpf-phrases.php:112
1132
- msgid "Forum Profile"
1133
- msgstr ""
1134
-
1135
- #: wpf-includes/wpf-phrases.php:113
1136
- msgid "Forum RSS Feed"
1137
- msgstr ""
1138
-
1139
- #: wpf-includes/wpf-phrases.php:117
1140
- msgid "Forum Statistics"
1141
- msgstr ""
1142
-
1143
- #: wpf-includes/wpf-phrases.php:120
1144
- msgid "Forum is empty"
1145
- msgstr ""
1146
-
1147
- #: wpf-includes/wpf-phrases.php:129
1148
- msgid "Group"
1149
- msgstr ""
1150
-
1151
- #: wpf-includes/wpf-phrases.php:130
1152
- msgid "Gtalk"
1153
- msgstr ""
1154
-
1155
- #: wpf-includes/wpf-phrases.php:133
1156
- msgid "ICQ"
1157
- msgstr ""
1158
-
1159
- #: wpf-includes/wpf-phrases.php:137
1160
- msgid "Insert member name or email"
1161
- msgstr ""
1162
-
1163
- #: wpf-includes/wpf-phrases.php:140
1164
- msgid "Joined"
1165
- msgstr ""
1166
-
1167
- #: wpf-includes/wpf-phrases.php:143
1168
- msgid "Last 24 hours"
1169
- msgstr ""
1170
-
1171
- #: wpf-includes/wpf-phrases.php:144
1172
- msgid "Last 3 Months"
1173
- msgstr ""
1174
-
1175
- #: wpf-includes/wpf-phrases.php:145
1176
- msgid "Last 6 Months"
1177
- msgstr ""
1178
-
1179
- #: wpf-includes/wpf-phrases.php:146
1180
- msgid "Last Active"
1181
- msgstr ""
1182
-
1183
- #: wpf-includes/wpf-phrases.php:147
1184
- msgid "Last Month"
1185
- msgstr ""
1186
-
1187
- #: wpf-includes/wpf-phrases.php:148
1188
- msgid "Last Post"
1189
- msgstr ""
1190
-
1191
- #: wpf-includes/wpf-phrases.php:149
1192
- msgid "Last Post Info"
1193
- msgstr ""
1194
-
1195
- #: wpf-includes/wpf-phrases.php:150
1196
- msgid "Last Week"
1197
- msgstr ""
1198
-
1199
- #: wpf-includes/wpf-phrases.php:151
1200
- msgid "Last Year ago"
1201
- msgstr ""
1202
-
1203
- #: wpf-includes/wpf-phrases.php:152
1204
- #, php-format
1205
- msgid "Last post by %s"
1206
- msgstr ""
1207
-
1208
- #: wpf-includes/wpf-phrases.php:153
1209
- msgid "Latest Post"
1210
- msgstr ""
1211
-
1212
- #: wpf-includes/wpf-phrases.php:154
1213
- msgid "Leave a reply"
1214
- msgstr ""
1215
-
1216
- #: wpf-includes/wpf-phrases.php:155
1217
- msgid "Length must be between 3 characters and 15 characters."
1218
- msgstr ""
1219
-
1220
- #: wpf-includes/wpf-phrases.php:157
1221
- msgid "Liked"
1222
- msgstr ""
1223
-
1224
- #: wpf-includes/wpf-phrases.php:158
1225
- msgid "Location"
1226
- msgstr ""
1227
-
1228
- #: wpf-includes/wpf-phrases.php:159
1229
- msgid "Login"
1230
- msgstr ""
1231
-
1232
- #: wpf-includes/wpf-phrases.php:161
1233
- msgid "Logout"
1234
- msgstr ""
1235
-
1236
- #: wpf-includes/wpf-phrases.php:163
1237
- msgid "Lost your password?"
1238
- msgstr ""
1239
-
1240
- #: wpf-includes/wpf-phrases.php:165
1241
- msgid "MSN"
1242
- msgstr ""
1243
-
1244
- #: wpf-includes/wpf-phrases.php:166
1245
- msgid "Maximum allowed file size is"
1246
- msgstr ""
1247
-
1248
- #: wpf-includes/wpf-phrases.php:168
1249
- msgid "Member Activity"
1250
- msgstr ""
1251
-
1252
- #: wpf-includes/wpf-phrases.php:169
1253
- msgid "Member Information"
1254
- msgstr ""
1255
-
1256
- #: wpf-includes/wpf-phrases.php:170
1257
- msgid "Member Rating"
1258
- msgstr ""
1259
-
1260
- #: wpf-includes/wpf-phrases.php:171
1261
- msgid "Member Rating Badge"
1262
- msgstr ""
1263
-
1264
- #: wpf-includes/wpf-phrases.php:174
1265
- msgid "Member information"
1266
- msgstr ""
1267
-
1268
- #: wpf-includes/wpf-phrases.php:178
1269
- msgid "Members not found"
1270
- msgstr ""
1271
-
1272
- #: wpf-includes/wpf-phrases.php:179
1273
- msgid "Messages"
1274
- msgstr ""
1275
-
1276
- #: wpf-includes/wpf-phrases.php:182
1277
- msgid "Missing a temporary folder"
1278
- msgstr ""
1279
-
1280
- #: wpf-includes/wpf-phrases.php:185
1281
- msgid "Move topic"
1282
- msgstr ""
1283
-
1284
- #: wpf-includes/wpf-phrases.php:186
1285
- msgid "Must be minimum 6 characters."
1286
- msgstr ""
1287
-
1288
- #: wpf-includes/wpf-phrases.php:187
1289
- msgid "My Profile"
1290
- msgstr ""
1291
-
1292
- #: wpf-includes/wpf-phrases.php:194
1293
- msgid "No activity found for this member."
1294
- msgstr ""
1295
-
1296
- #: wpf-includes/wpf-phrases.php:195
1297
- msgid "No file was uploaded"
1298
- msgstr ""
1299
-
1300
- #: wpf-includes/wpf-phrases.php:196
1301
- msgid "No forums were found here."
1302
- msgstr ""
1303
-
1304
- #: wpf-includes/wpf-phrases.php:200
1305
- msgid "No online members at the moment"
1306
- msgstr ""
1307
-
1308
- #: wpf-includes/wpf-phrases.php:202
1309
- msgid "No subscriptions found for this member."
1310
- msgstr ""
1311
-
1312
- #: wpf-includes/wpf-phrases.php:204
1313
- msgid "No topics were found here"
1314
- msgstr ""
1315
-
1316
- #: wpf-includes/wpf-phrases.php:211
1317
- msgid "Occupation"
1318
- msgstr ""
1319
-
1320
- #: wpf-includes/wpf-phrases.php:212
1321
- msgid "Offline"
1322
- msgstr ""
1323
-
1324
- #: wpf-includes/wpf-phrases.php:213
1325
- msgid "Online"
1326
- msgstr ""
1327
-
1328
- #: wpf-includes/wpf-phrases.php:215
1329
- msgid "Oops! The page you requested was not found!"
1330
- msgstr ""
1331
-
1332
- #: wpf-includes/wpf-phrases.php:216
1333
- msgid "Our newest member"
1334
- msgstr ""
1335
-
1336
- #: wpf-includes/wpf-phrases.php:217
1337
- msgid "Page"
1338
- msgstr ""
1339
-
1340
- #: wpf-includes/wpf-phrases.php:219
1341
- msgid "Password"
1342
- msgstr ""
1343
-
1344
- #: wpf-includes/wpf-phrases.php:221
1345
- #, php-format
1346
- msgid "Please %s or %s"
1347
- msgstr ""
1348
-
1349
- #: wpf-includes/wpf-phrases.php:225
1350
- msgid "Post Title"
1351
- msgstr ""
1352
-
1353
- #: wpf-includes/wpf-phrases.php:226
1354
- msgid "Post link"
1355
- msgstr ""
1356
-
1357
- #: wpf-includes/wpf-phrases.php:227
1358
- msgid "Posted"
1359
- msgstr ""
1360
-
1361
- #: wpf-includes/wpf-phrases.php:228
1362
- msgid "Posted by"
1363
- msgstr ""
1364
-
1365
- #: wpf-includes/wpf-phrases.php:230
1366
- msgid "Powered by"
1367
- msgstr ""
1368
-
1369
- #: wpf-includes/wpf-phrases.php:232 wpf-themes/classic/functions.php:57
1370
- msgid "Q&A Layout - Number of intro topics"
1371
- msgstr ""
1372
-
1373
- #: wpf-includes/wpf-phrases.php:233 wpf-themes/classic/functions.php:48
1374
- msgid "Q&A layout - Intro topics"
1375
- msgstr ""
1376
-
1377
- #: wpf-includes/wpf-phrases.php:234
1378
- msgid "Question Comments"
1379
- msgstr ""
1380
-
1381
- #: wpf-includes/wpf-phrases.php:235
1382
- msgid "Questions"
1383
- msgstr ""
1384
-
1385
- #: wpf-includes/wpf-phrases.php:236
1386
- msgid "Quote"
1387
- msgstr ""
1388
-
1389
- #: wpf-includes/wpf-phrases.php:237
1390
- msgid "RE"
1391
- msgstr ""
1392
-
1393
- #: wpf-includes/wpf-phrases.php:238
1394
- msgid "REPLY:"
1395
- msgstr ""
1396
-
1397
- #: wpf-includes/wpf-phrases.php:239
1398
- msgid "RSS"
1399
- msgstr ""
1400
-
1401
- #: wpf-includes/wpf-phrases.php:240
1402
- msgid "Rating"
1403
- msgstr ""
1404
-
1405
- #: wpf-includes/wpf-phrases.php:241
1406
- msgid "Rating Badge"
1407
- msgstr ""
1408
-
1409
- #: wpf-includes/wpf-phrases.php:245
1410
- msgid "Received Likes"
1411
- msgstr ""
1412
-
1413
- #: wpf-includes/wpf-phrases.php:246
1414
- msgid "Recent Questions"
1415
- msgstr ""
1416
-
1417
- #: wpf-includes/wpf-phrases.php:247
1418
- msgid "Recent Topics"
1419
- msgstr ""
1420
-
1421
- #: wpf-includes/wpf-phrases.php:248
1422
- msgid "Register"
1423
- msgstr ""
1424
-
1425
- #: wpf-includes/wpf-phrases.php:250
1426
- msgid "Registered date"
1427
- msgstr ""
1428
-
1429
- #: wpf-includes/wpf-phrases.php:251
1430
- msgid "Relevancy"
1431
- msgstr ""
1432
-
1433
- #: wpf-includes/wpf-phrases.php:252
1434
- msgid "Remember Me"
1435
- msgstr ""
1436
-
1437
- #: wpf-includes/wpf-phrases.php:258
1438
- msgid "Replies"
1439
- msgstr ""
1440
-
1441
- #: wpf-includes/wpf-phrases.php:259
1442
- msgid "Replies not found"
1443
- msgstr ""
1444
-
1445
- #: wpf-includes/wpf-phrases.php:260
1446
- msgid "Reply"
1447
- msgstr ""
1448
-
1449
- #: wpf-includes/wpf-phrases.php:261
1450
- msgid "Report"
1451
- msgstr ""
1452
-
1453
- #: wpf-includes/wpf-phrases.php:264
1454
- msgid "Report to Administration"
1455
- msgstr ""
1456
-
1457
- #: wpf-includes/wpf-phrases.php:266
1458
- msgid "Result Info"
1459
- msgstr ""
1460
-
1461
- #: wpf-includes/wpf-phrases.php:268
1462
- msgid "Save Changes"
1463
- msgstr ""
1464
-
1465
- #: wpf-includes/wpf-phrases.php:272
1466
- msgid "Search"
1467
- msgstr ""
1468
-
1469
- #: wpf-includes/wpf-phrases.php:273
1470
- msgid "Search Entire Posts"
1471
- msgstr ""
1472
-
1473
- #: wpf-includes/wpf-phrases.php:274
1474
- msgid "Search Phrase"
1475
- msgstr ""
1476
-
1477
- #: wpf-includes/wpf-phrases.php:275
1478
- msgid "Search Titles Only"
1479
- msgstr ""
1480
-
1481
- #: wpf-includes/wpf-phrases.php:276
1482
- msgid "Search Type"
1483
- msgstr ""
1484
-
1485
- #: wpf-includes/wpf-phrases.php:277
1486
- msgid "Search in Forums"
1487
- msgstr ""
1488
-
1489
- #: wpf-includes/wpf-phrases.php:278
1490
- msgid "Search in date period"
1491
- msgstr ""
1492
-
1493
- #: wpf-includes/wpf-phrases.php:279
1494
- msgid "Search result for"
1495
- msgstr ""
1496
-
1497
- #: wpf-includes/wpf-phrases.php:280
1498
- msgid "Search..."
1499
- msgstr ""
1500
-
1501
- #: wpf-includes/wpf-phrases.php:282
1502
- msgid "Select Page"
1503
- msgstr ""
1504
-
1505
- #: wpf-includes/wpf-phrases.php:283
1506
- msgid "Send Report"
1507
- msgstr ""
1508
-
1509
- #: wpf-includes/wpf-phrases.php:287
1510
- msgid "Set Topic Sticky"
1511
- msgstr ""
1512
-
1513
- #: wpf-includes/wpf-phrases.php:288 wpf-themes/classic/functions.php:88
1514
- msgid ""
1515
- "Set this option value 0 if you want to show all posts under topic intro area."
1516
- msgstr ""
1517
-
1518
- #: wpf-includes/wpf-phrases.php:289
1519
- msgid "Shop Account"
1520
- msgstr ""
1521
-
1522
- #: wpf-includes/wpf-phrases.php:299
1523
- msgid "Sign In"
1524
- msgstr ""
1525
-
1526
- #: wpf-includes/wpf-phrases.php:300
1527
- msgid "Signature"
1528
- msgstr ""
1529
-
1530
- #: wpf-includes/wpf-phrases.php:301
1531
- msgid "Site Profile"
1532
- msgstr ""
1533
-
1534
- #: wpf-includes/wpf-phrases.php:302
1535
- msgid "Skype"
1536
- msgstr ""
1537
-
1538
- #: wpf-includes/wpf-phrases.php:304
1539
- msgid "Social Networks"
1540
- msgstr ""
1541
-
1542
- #: wpf-includes/wpf-phrases.php:305
1543
- msgid "Sorry, something wrong with your data."
1544
- msgstr ""
1545
-
1546
- #: wpf-includes/wpf-phrases.php:306
1547
- msgid "Sort Search Results by"
1548
- msgstr ""
1549
-
1550
- #: wpf-includes/wpf-phrases.php:307
1551
- msgid "Specify avatar by URL"
1552
- msgstr ""
1553
-
1554
- #: wpf-includes/wpf-phrases.php:309
1555
- msgid "Subforums"
1556
- msgstr ""
1557
-
1558
- #: wpf-includes/wpf-phrases.php:312
1559
- msgid "Subscribe for new replies"
1560
- msgstr ""
1561
-
1562
- #: wpf-includes/wpf-phrases.php:313
1563
- msgid "Subscribe for new topics"
1564
- msgstr ""
1565
-
1566
- #: wpf-includes/wpf-phrases.php:315
1567
- msgid "Subscriptions"
1568
- msgstr ""
1569
-
1570
- #: wpf-includes/wpf-phrases.php:317
1571
- msgid ""
1572
- "Thank you for trying wpForo! This forum development was started on 2013 and "
1573
- "we were using it for our support community. Now it's ready for WordPress "
1574
- "community as well. It's on the Beta stage and we're working hard to reach "
1575
- "the Gold 1.0.0 version as soon as possible. wpForo is a professional "
1576
- "bulletin board for WorPress, and the only forum software which comes with "
1577
- "Multi-layout template system. The \"Extended"
1578
- msgstr ""
1579
-
1580
- #: wpf-includes/wpf-phrases.php:318
1581
- msgid ""
1582
- "Thank you for using wpForo. wpForo is a premium forum plugin which will "
1583
- "always be available for free. There will never be paid and pro versions of "
1584
- "this forum board. However this is a very large and hard project so we also "
1585
- "develop paid addons (extensions), which will financially help us to keep "
1586
- "improving and adding new features to the free wpForo plugin. Forum addons "
1587
- "will also be actively developed. The first addons \"Advanced Media Uploader"
1588
- msgstr ""
1589
-
1590
- #: wpf-includes/wpf-phrases.php:321
1591
- msgid ""
1592
- "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
1593
- "the HTML form"
1594
- msgstr ""
1595
-
1596
- #: wpf-includes/wpf-phrases.php:322
1597
- msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini"
1598
- msgstr ""
1599
-
1600
- #: wpf-includes/wpf-phrases.php:323
1601
- msgid "The uploaded file was only partially uploaded"
1602
- msgstr ""
1603
-
1604
- #: wpf-includes/wpf-phrases.php:329
1605
- msgid "Timezone"
1606
- msgstr ""
1607
-
1608
- #: wpf-includes/wpf-phrases.php:331
1609
- msgid "Topic RSS Feed"
1610
- msgstr ""
1611
-
1612
- #: wpf-includes/wpf-phrases.php:332
1613
- msgid "Topic Title"
1614
- msgstr ""
1615
-
1616
- #: wpf-includes/wpf-phrases.php:333
1617
- msgid "Topic title"
1618
- msgstr ""
1619
-
1620
- #: wpf-includes/wpf-phrases.php:336
1621
- msgid "Twitter"
1622
- msgstr ""
1623
-
1624
- #: wpf-includes/wpf-phrases.php:337
1625
- msgid "Unknown upload error"
1626
- msgstr ""
1627
-
1628
- #: wpf-includes/wpf-phrases.php:338
1629
- msgid "Unsubscribe"
1630
- msgstr ""
1631
-
1632
- #: wpf-includes/wpf-phrases.php:341
1633
- msgid "Upload an avatar"
1634
- msgstr ""
1635
-
1636
- #: wpf-includes/wpf-phrases.php:343
1637
- msgid ""
1638
- "Use comments to ask for more information or suggest improvements. Avoid "
1639
- "answering questions in comments."
1640
- msgstr ""
1641
-
1642
- #: wpf-includes/wpf-phrases.php:345
1643
- msgid "User"
1644
- msgstr ""
1645
-
1646
- #: wpf-includes/wpf-phrases.php:346
1647
- msgid "User Group"
1648
- msgstr ""
1649
-
1650
- #: wpf-includes/wpf-phrases.php:347
1651
- msgid "Usergroup has been successfully deleted."
1652
- msgstr ""
1653
-
1654
- #: wpf-includes/wpf-phrases.php:348
1655
- msgid ""
1656
- "Usergroup has been successfully deleted. All users of this usergroup have "
1657
- "been moved to the usergroup you've chosen"
1658
- msgstr ""
1659
-
1660
- #: wpf-includes/wpf-phrases.php:349
1661
- msgid "Username"
1662
- msgstr ""
1663
-
1664
- #: wpf-includes/wpf-phrases.php:351
1665
- msgid "View entire post"
1666
- msgstr ""
1667
-
1668
- #: wpf-includes/wpf-phrases.php:352
1669
- msgid "View the latest post"
1670
- msgstr ""
1671
-
1672
- #: wpf-includes/wpf-phrases.php:353
1673
- msgid "Views"
1674
- msgstr ""
1675
-
1676
- #: wpf-includes/wpf-phrases.php:354
1677
- msgid "Votes"
1678
- msgstr ""
1679
-
1680
- #: wpf-includes/wpf-phrases.php:355
1681
- msgid "Website"
1682
- msgstr ""
1683
-
1684
- #: wpf-includes/wpf-phrases.php:357
1685
- msgid "Wordpress avatar system"
1686
- msgstr ""
1687
-
1688
- #: wpf-includes/wpf-phrases.php:358
1689
- msgid "Working"
1690
- msgstr ""
1691
-
1692
- #: wpf-includes/wpf-phrases.php:359
1693
- msgid "Write message"
1694
- msgstr ""
1695
-
1696
- #: wpf-includes/wpf-phrases.php:360
1697
- msgid "Yahoo"
1698
- msgstr ""
1699
-
1700
- #: wpf-includes/wpf-phrases.php:362
1701
- msgid "You"
1702
- msgstr ""
1703
-
1704
- #: wpf-includes/wpf-phrases.php:364
1705
- #, php-format
1706
- msgid "You can go to %s page or Search here"
1707
- msgstr ""
1708
-
1709
- #: wpf-includes/wpf-phrases.php:366
1710
- msgid "Your Answer"
1711
- msgstr ""
1712
-
1713
- #: wpf-includes/wpf-phrases.php:367
1714
- msgid "account"
1715
- msgstr ""
1716
-
1717
- #: wpf-includes/wpf-phrases.php:368
1718
- msgid "activity"
1719
- msgstr ""
1720
-
1721
- #: wpf-includes/wpf-phrases.php:370
1722
- msgid "add_new"
1723
- msgstr ""
1724
-
1725
- #: wpf-includes/wpf-phrases.php:371
1726
- msgid "ago"
1727
- msgstr ""
1728
-
1729
- #: wpf-includes/wpf-phrases.php:372
1730
- msgid "by"
1731
- msgstr ""
1732
-
1733
- #: wpf-includes/wpf-phrases.php:373
1734
- #, php-format
1735
- msgid "by %s"
1736
- msgstr ""
1737
-
1738
- #: wpf-includes/wpf-phrases.php:374
1739
- msgid "confirm password"
1740
- msgstr ""
1741
-
1742
- #: wpf-includes/wpf-phrases.php:377
1743
- msgid "edit profile"
1744
- msgstr ""
1745
-
1746
- #: wpf-includes/wpf-phrases.php:378
1747
- msgid "edit user"
1748
- msgstr ""
1749
-
1750
- #: wpf-includes/wpf-phrases.php:379
1751
- msgid "forums"
1752
- msgstr ""
1753
-
1754
- #: wpf-includes/wpf-phrases.php:381
1755
- msgid "login"
1756
- msgstr ""
1757
-
1758
- #: wpf-includes/wpf-phrases.php:382
1759
- msgid "logout"
1760
- msgstr ""
1761
-
1762
- #: wpf-includes/wpf-phrases.php:383
1763
- msgid "matches"
1764
- msgstr ""
1765
-
1766
- #: wpf-includes/wpf-phrases.php:384
1767
- msgid "members"
1768
- msgstr ""
1769
-
1770
- #: wpf-includes/wpf-phrases.php:386
1771
- msgid "my profile"
1772
- msgstr ""
1773
-
1774
- #: wpf-includes/wpf-phrases.php:387
1775
- msgid "new password"
1776
- msgstr ""
1777
-
1778
- #: wpf-includes/wpf-phrases.php:388
1779
- msgid "new password again"
1780
- msgstr ""
1781
-
1782
- #: wpf-includes/wpf-phrases.php:389
1783
- msgid "next"
1784
- msgstr ""
1785
-
1786
- #: wpf-includes/wpf-phrases.php:390
1787
- msgid "old password"
1788
- msgstr ""
1789
-
1790
- #: wpf-includes/wpf-phrases.php:391
1791
- msgid "phrase_key"
1792
- msgstr ""
1793
-
1794
- #: wpf-includes/wpf-phrases.php:392
1795
- msgid "phrase_value"
1796
- msgstr ""
1797
-
1798
- #: wpf-includes/wpf-phrases.php:393
1799
- msgid "posted"
1800
- msgstr ""
1801
-
1802
- #: wpf-includes/wpf-phrases.php:394
1803
- msgid "prev"
1804
- msgstr ""
1805
-
1806
- #: wpf-includes/wpf-phrases.php:395
1807
- msgid "register"
1808
- msgstr ""
1809
-
1810
- #: wpf-includes/wpf-phrases.php:396
1811
- msgid "replies"
1812
- msgstr ""
1813
-
1814
- #: wpf-includes/wpf-phrases.php:397
1815
- msgid "subscriptions"
1816
- msgstr ""
1817
-
1818
- #: wpf-includes/wpf-phrases.php:398
1819
- msgid "update"
1820
- msgstr ""
1821
-
1822
- #: wpf-includes/wpf-phrases.php:399
1823
- msgid "view"
1824
- msgstr ""
1825
-
1826
- #: wpf-includes/wpf-phrases.php:400
1827
- msgid "view all posts"
1828
- msgstr ""
1829
-
1830
- #: wpf-includes/wpf-phrases.php:401
1831
- msgid "view all questions"
1832
- msgstr ""
1833
-
1834
- #: wpf-includes/wpf-phrases.php:402
1835
- msgid "view all topics"
1836
- msgstr ""
1837
-
1838
- #: wpf-includes/wpf-phrases.php:404
1839
- msgid "wpForo Navigation"
1840
- msgstr ""
1841
-
1842
- #: wpf-includes/wpf-phrases.php:409
1843
- msgid "{number}B"
1844
- msgstr ""
1845
-
1846
- #: wpf-includes/wpf-phrases.php:410
1847
- msgid "{number}K"
1848
- msgstr ""
1849
-
1850
- #: wpf-includes/wpf-phrases.php:411
1851
- msgid "{number}M"
1852
- msgstr ""
1853
-
1854
- #: wpf-includes/wpf-phrases.php:412
1855
- msgid "{number}T"
1856
- msgstr ""
1857
-
1858
- #: wpf-includes/wpf-phrases.php:417
1859
- msgid "Access add error"
1860
- msgstr ""
1861
-
1862
- #: wpf-includes/wpf-phrases.php:418
1863
- msgid "Access delete error"
1864
- msgstr ""
1865
-
1866
- #: wpf-includes/wpf-phrases.php:419
1867
- msgid "Access edit error"
1868
- msgstr ""
1869
-
1870
- #: wpf-includes/wpf-phrases.php:420
1871
- msgid "Access successfully deleted"
1872
- msgstr ""
1873
-
1874
- #: wpf-includes/wpf-phrases.php:421
1875
- msgid "Add Topic error: No forum selected"
1876
- msgstr ""
1877
-
1878
- #: wpf-includes/wpf-phrases.php:422
1879
- msgid "All Checked topics successfully deleted"
1880
- msgstr ""
1881
-
1882
- #: wpf-includes/wpf-phrases.php:423
1883
- msgid "Can't add forum"
1884
- msgstr ""
1885
-
1886
- #: wpf-includes/wpf-phrases.php:424
1887
- msgid "Can't add new language"
1888
- msgstr ""
1889
-
1890
- #: wpf-includes/wpf-phrases.php:425
1891
- msgid "Can't delete this Usergroup"
1892
- msgstr ""
1893
-
1894
- #: wpf-includes/wpf-phrases.php:426
1895
- msgid "Can't send confirmation email"
1896
- msgstr ""
1897
-
1898
- #: wpf-includes/wpf-phrases.php:427
1899
- msgid "Can't send report email"
1900
- msgstr ""
1901
-
1902
- #: wpf-includes/wpf-phrases.php:428
1903
- msgid "Can't subscribe to this item"
1904
- msgstr ""
1905
-
1906
- #: wpf-includes/wpf-phrases.php:429
1907
- msgid "Can't write a post: This topic is closed"
1908
- msgstr ""
1909
-
1910
- #: wpf-includes/wpf-phrases.php:430
1911
- msgid "Can`t upload file"
1912
- msgstr ""
1913
-
1914
- #: wpf-includes/wpf-phrases.php:431
1915
- msgid "Cannot update forum hierarchy"
1916
- msgstr ""
1917
-
1918
- #: wpf-includes/wpf-phrases.php:432
1919
- msgid "Cannot update post data"
1920
- msgstr ""
1921
-
1922
- #: wpf-includes/wpf-phrases.php:433
1923
- msgid "Could not be unsubscribe from this item"
1924
- msgstr ""
1925
-
1926
- #: wpf-includes/wpf-phrases.php:434
1927
- msgid "Email address exists. Please insert another."
1928
- msgstr ""
1929
-
1930
- #: wpf-includes/wpf-phrases.php:435
1931
- msgid "Error: Forum is not found"
1932
- msgstr ""
1933
-
1934
- #: wpf-includes/wpf-phrases.php:436
1935
- msgid "Error: No topic selected"
1936
- msgstr ""
1937
-
1938
- #: wpf-includes/wpf-phrases.php:437
1939
- msgid "Error: Topic is not found"
1940
- msgstr ""
1941
-
1942
- #: wpf-includes/wpf-phrases.php:438
1943
- msgid "Error: please inset some text to report."
1944
- msgstr ""
1945
-
1946
- #: wpf-includes/wpf-phrases.php:439
1947
- msgid "Features successfully updated"
1948
- msgstr ""
1949
-
1950
- #: wpf-includes/wpf-phrases.php:440
1951
- msgid "Features successfully updated, but previous value not changed"
1952
- msgstr ""
1953
-
1954
- #: wpf-includes/wpf-phrases.php:441
1955
- msgid "File type is not allowed"
1956
- msgstr ""
1957
-
1958
- #: wpf-includes/wpf-phrases.php:442
1959
- msgid "Forum Base URL successfully updated"
1960
- msgstr ""
1961
-
1962
- #: wpf-includes/wpf-phrases.php:443
1963
- msgid "Forum deleting error"
1964
- msgstr ""
1965
-
1966
- #: wpf-includes/wpf-phrases.php:444
1967
- msgid "Forum hierarchy successfully updated"
1968
- msgstr ""
1969
-
1970
- #: wpf-includes/wpf-phrases.php:445
1971
- msgid "Forum is successfully merged"
1972
- msgstr ""
1973
-
1974
- #: wpf-includes/wpf-phrases.php:446
1975
- msgid "Forum merging error"
1976
- msgstr ""
1977
-
1978
- #: wpf-includes/wpf-phrases.php:447
1979
- msgid "Forum options successfully updated"
1980
- msgstr ""
1981
-
1982
- #: wpf-includes/wpf-phrases.php:448
1983
- msgid "Forum options successfully updated, but previous value not changed"
1984
- msgstr ""
1985
-
1986
- #: wpf-includes/wpf-phrases.php:449
1987
- msgid "Forum successfully updated"
1988
- msgstr ""
1989
-
1990
- #: wpf-includes/wpf-phrases.php:450
1991
- msgid "Forum update error"
1992
- msgstr ""
1993
-
1994
- #: wpf-includes/wpf-phrases.php:451
1995
- msgid "General options successfully updated"
1996
- msgstr ""
1997
-
1998
- #: wpf-includes/wpf-phrases.php:452
1999
- msgid "Illegal character in username."
2000
- msgstr ""
2001
-
2002
- #: wpf-includes/wpf-phrases.php:453
2003
- msgid "Insert your Email address."
2004
- msgstr ""
2005
-
2006
- #: wpf-includes/wpf-phrases.php:454
2007
- msgid "Invalid Email address"
2008
- msgstr ""
2009
-
2010
- #: wpf-includes/wpf-phrases.php:455
2011
- msgid "Invalid request!"
2012
- msgstr ""
2013
-
2014
- #: wpf-includes/wpf-phrases.php:456
2015
- msgid "Member options successfully updated"
2016
- msgstr ""
2017
-
2018
- #: wpf-includes/wpf-phrases.php:457
2019
- msgid "Member options successfully updated, but previous value not changed"
2020
- msgstr ""
2021
-
2022
- #: wpf-includes/wpf-phrases.php:458
2023
- msgid "Message has been sent"
2024
- msgstr ""
2025
-
2026
- #: wpf-includes/wpf-phrases.php:459
2027
- msgid ""
2028
- "New language successfully added and changed wpforo language to new language"
2029
- msgstr ""
2030
-
2031
- #: wpf-includes/wpf-phrases.php:460
2032
- msgid "No Posts found for update"
2033
- msgstr ""
2034
-
2035
- #: wpf-includes/wpf-phrases.php:461
2036
- msgid "Password length must be between 6 characters and 20 characters."
2037
- msgstr ""
2038
-
2039
- #: wpf-includes/wpf-phrases.php:462
2040
- msgid "Password mismatch."
2041
- msgstr ""
2042
-
2043
- #: wpf-includes/wpf-phrases.php:463
2044
- msgid "Permission denied"
2045
- msgstr ""
2046
-
2047
- #: wpf-includes/wpf-phrases.php:464
2048
- msgid "Permission denied for add forum"
2049
- msgstr ""
2050
-
2051
- #: wpf-includes/wpf-phrases.php:465
2052
- msgid "Permission denied for delete forum"
2053
- msgstr ""
2054
-
2055
- #: wpf-includes/wpf-phrases.php:466
2056
- msgid "Permission denied for edit forum"
2057
- msgstr ""
2058
-
2059
- #: wpf-includes/wpf-phrases.php:467
2060
- msgid "Permission denied for this action"
2061
- msgstr ""
2062
-
2063
- #: wpf-includes/wpf-phrases.php:468
2064
- msgid "Phrase add error"
2065
- msgstr ""
2066
-
2067
- #: wpf-includes/wpf-phrases.php:469
2068
- msgid "Phrase adding error"
2069
- msgstr ""
2070
-
2071
- #: wpf-includes/wpf-phrases.php:470
2072
- msgid "Phrase successfully added"
2073
- msgstr ""
2074
-
2075
- #: wpf-includes/wpf-phrases.php:471
2076
- msgid "Phrase successfully updates"
2077
- msgstr ""
2078
-
2079
- #: wpf-includes/wpf-phrases.php:472
2080
- msgid "Phrase update error"
2081
- msgstr ""
2082
-
2083
- #: wpf-includes/wpf-phrases.php:473
2084
- msgid "Please insert required fields!"
2085
- msgstr ""
2086
-
2087
- #: wpf-includes/wpf-phrases.php:474
2088
- msgid "Post delete error"
2089
- msgstr ""
2090
-
2091
- #: wpf-includes/wpf-phrases.php:475
2092
- msgid "Post options successfully updated"
2093
- msgstr ""
2094
-
2095
- #: wpf-includes/wpf-phrases.php:476
2096
- msgid "Post options successfully updated, but previous value not changed"
2097
- msgstr ""
2098
-
2099
- #: wpf-includes/wpf-phrases.php:477
2100
- msgid "Registration Error"
2101
- msgstr ""
2102
-
2103
- #: wpf-includes/wpf-phrases.php:478
2104
- msgid "Reply request error"
2105
- msgstr ""
2106
-
2107
- #: wpf-includes/wpf-phrases.php:479
2108
- msgid "Something wrong with profile data."
2109
- msgstr ""
2110
-
2111
- #: wpf-includes/wpf-phrases.php:480
2112
- msgid "Subscribe options successfully updated"
2113
- msgstr ""
2114
-
2115
- #: wpf-includes/wpf-phrases.php:481
2116
- msgid "Subscribe options successfully updated, but previous value not changed"
2117
- msgstr ""
2118
-
2119
- #: wpf-includes/wpf-phrases.php:482
2120
- msgid "Success! Thank you Dear Friend"
2121
- msgstr ""
2122
-
2123
- #: wpf-includes/wpf-phrases.php:483
2124
- msgid ""
2125
- "Success! Thank you. Please check your email and click confirmation link "
2126
- "below to complete this step."
2127
- msgstr ""
2128
-
2129
- #: wpf-includes/wpf-phrases.php:484
2130
- msgid "Successfully updated"
2131
- msgstr ""
2132
-
2133
- #: wpf-includes/wpf-phrases.php:485
2134
- msgid "Successfully voted"
2135
- msgstr ""
2136
-
2137
- #: wpf-includes/wpf-phrases.php:486
2138
- msgid "The uploaded file size is too big"
2139
- msgstr ""
2140
-
2141
- #: wpf-includes/wpf-phrases.php:487
2142
- msgid "Theme options successfully updated"
2143
- msgstr ""
2144
-
2145
- #: wpf-includes/wpf-phrases.php:488
2146
- msgid "Theme options successfully updated, but previous value not changed"
2147
- msgstr ""
2148
-
2149
- #: wpf-includes/wpf-phrases.php:489
2150
- msgid "This email address is already registered. Please insert another."
2151
- msgstr ""
2152
-
2153
- #: wpf-includes/wpf-phrases.php:490
2154
- msgid "This post successfully deleted"
2155
- msgstr ""
2156
-
2157
- #: wpf-includes/wpf-phrases.php:491
2158
- msgid "This post successfully edited"
2159
- msgstr ""
2160
-
2161
- #: wpf-includes/wpf-phrases.php:492
2162
- msgid "This topic successfully deleted"
2163
- msgstr ""
2164
-
2165
- #: wpf-includes/wpf-phrases.php:493
2166
- msgid "Topic Move Error"
2167
- msgstr ""
2168
-
2169
- #: wpf-includes/wpf-phrases.php:494
2170
- msgid "Topic add error"
2171
- msgstr ""
2172
-
2173
- #: wpf-includes/wpf-phrases.php:495
2174
- msgid "Topic delete error"
2175
- msgstr ""
2176
-
2177
- #: wpf-includes/wpf-phrases.php:496
2178
- msgid "Topic edit error"
2179
- msgstr ""
2180
-
2181
- #: wpf-includes/wpf-phrases.php:497
2182
- msgid "Topic not found."
2183
- msgstr ""
2184
-
2185
- #: wpf-includes/wpf-phrases.php:498
2186
- msgid "Topic successfully moved"
2187
- msgstr ""
2188
-
2189
- #: wpf-includes/wpf-phrases.php:499
2190
- msgid "Topic successfully updated"
2191
- msgstr ""
2192
-
2193
- #: wpf-includes/wpf-phrases.php:500
2194
- msgid "Topics delete error"
2195
- msgstr ""
2196
-
2197
- #: wpf-includes/wpf-phrases.php:501
2198
- msgid "User delete error"
2199
- msgstr ""
2200
-
2201
- #: wpf-includes/wpf-phrases.php:502
2202
- msgid "User group add error"
2203
- msgstr ""
2204
-
2205
- #: wpf-includes/wpf-phrases.php:503
2206
- msgid "User group edit error"
2207
- msgstr ""
2208
-
2209
- #: wpf-includes/wpf-phrases.php:504
2210
- msgid "User group successfully added"
2211
- msgstr ""
2212
-
2213
- #: wpf-includes/wpf-phrases.php:505
2214
- msgid "User group successfully edited"
2215
- msgstr ""
2216
-
2217
- #: wpf-includes/wpf-phrases.php:506
2218
- msgid "User successfully deleted from wpforo"
2219
- msgstr ""
2220
-
2221
- #: wpf-includes/wpf-phrases.php:507
2222
- msgid "Username exists. Please insert another."
2223
- msgstr ""
2224
-
2225
- #: wpf-includes/wpf-phrases.php:508
2226
- msgid "Username is missed."
2227
- msgstr ""
2228
-
2229
- #: wpf-includes/wpf-phrases.php:509
2230
- msgid "Username length must be between 3 characters and 15 characters."
2231
- msgstr ""
2232
-
2233
- #: wpf-includes/wpf-phrases.php:510
2234
- msgid "Welcome to our Community!"
2235
- msgstr ""
2236
-
2237
- #: wpf-includes/wpf-phrases.php:511
2238
- msgid "Wrong post data"
2239
- msgstr ""
2240
-
2241
- #: wpf-includes/wpf-phrases.php:512
2242
- msgid "You are already voted this post"
2243
- msgstr ""
2244
-
2245
- #: wpf-includes/wpf-phrases.php:513
2246
- msgid "You have been successfully subscribed"
2247
- msgstr ""
2248
-
2249
- #: wpf-includes/wpf-phrases.php:514
2250
- msgid "You have been successfully unsubscribed"
2251
- msgstr ""
2252
-
2253
- #: wpf-includes/wpf-phrases.php:515
2254
- msgid "You have no permission to edit this topic"
2255
- msgstr ""
2256
-
2257
- #: wpf-includes/wpf-phrases.php:516
2258
- msgid "You haven't permission to create post into this forum"
2259
- msgstr ""
2260
-
2261
- #: wpf-includes/wpf-phrases.php:517
2262
- msgid "You haven't permission to create topic into this forum"
2263
- msgstr ""
2264
-
2265
- #: wpf-includes/wpf-phrases.php:518
2266
- msgid "You haven't permission to delete post from this forum"
2267
- msgstr ""
2268
-
2269
- #: wpf-includes/wpf-phrases.php:519
2270
- msgid "You haven't permission to delete topic from this forum"
2271
- msgstr ""
2272
-
2273
- #: wpf-includes/wpf-phrases.php:520
2274
- msgid "You haven't permission to edit post from this forum"
2275
- msgstr ""
2276
-
2277
- #: wpf-includes/wpf-phrases.php:521
2278
- msgid "You successfully replied"
2279
- msgstr ""
2280
-
2281
- #: wpf-includes/wpf-phrases.php:522
2282
- msgid "Your forum successfully added"
2283
- msgstr ""
2284
-
2285
- #: wpf-includes/wpf-phrases.php:523
2286
- msgid "Your forum successfully deleted"
2287
- msgstr ""
2288
-
2289
- #: wpf-includes/wpf-phrases.php:524
2290
- msgid "Your profile data have been successfully updated."
2291
- msgstr ""
2292
-
2293
- #: wpf-includes/wpf-phrases.php:525
2294
- msgid "Your subscription for this item could not be confirmed"
2295
- msgstr ""
2296
-
2297
- #: wpf-includes/wpf-phrases.php:526
2298
- msgid "Your topic successfully added"
2299
- msgstr ""
2300
-
2301
- #. Plugin Name of the plugin/theme
2302
- msgid "Forum - wpForo"
2303
- msgstr ""
2304
-
2305
- #. Plugin URI of the plugin/theme
2306
- msgid "http://wpforo.com"
2307
- msgstr ""
2308
-
2309
- #. Description of the plugin/theme
2310
- msgid ""
2311
- "Next Generation of WordPress Forum Softwares. Everything you need to run an "
2312
- "efficient and professional community. Powerful and beautiful bulletin board "
2313
- "with unique features."
2314
- msgstr ""
2315
-
2316
- #. Author of the plugin/theme
2317
- msgid "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
2318
- msgstr ""
2319
-
2320
- #. Author URI of the plugin/theme
2321
- msgid "http://gvectors.com/"
2322
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
wpf-languages/wpforo-de_AT.mo DELETED
Binary file
wpf-languages/wpforo-de_AT.po DELETED
@@ -1,2322 +0,0 @@
1
- # Copyright (C) 2016 gVectors Team
2
- # This file is distributed under the same license as the wpForo package.
3
- msgid ""
4
- msgstr ""
5
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
6
- "Project-Id-Version: Forum - wpForo\n"
7
- "POT-Creation-Date: 2016-06-30 16:35+0400\n"
8
- "PO-Revision-Date: 2016-06-30 16:35+0400\n"
9
- "Language-Team: \n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 1.8.6\n"
14
- "X-Poedit-Basepath: ..\n"
15
- "X-Poedit-WPHeader: wpforo.php\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
18
- "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
19
- "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
20
- "Last-Translator: \n"
21
- "Language: de_AT\n"
22
- "X-Poedit-SearchPath-0: .\n"
23
- "X-Poedit-SearchPathExcluded-0: *.js\n"
24
-
25
- #: wpf-admin/dashboard.php:7 wpf-includes/wpf-phrases.php:403
26
- msgid "wpForo Dashboard"
27
- msgstr ""
28
-
29
- #: wpf-admin/dashboard.php:23 wpf-includes/wpf-phrases.php:356
30
- msgid "Welcome Message"
31
- msgstr ""
32
-
33
- #: wpf-admin/dashboard.php:29
34
- msgid ""
35
- "Thank you for trying wpForo! This forum development was started on 2013 and "
36
- "we were using it for our support community. Now it's ready for WordPress "
37
- "community as well. \n"
38
- " It's on the Beta stage and we're working "
39
- "hard to reach the Gold 1.0.0 version as soon as possible. \n"
40
- " wpForo is a professional bulletin board "
41
- "for WorPress, and the only forum software which comes with Multi-layout "
42
- "template system.\n"
43
- " The \"Extended\", \"Simplified\" and "
44
- "\"Question &amp Answer\" layouts fit almost all type of discussions needs. "
45
- "You can use wpForo for small and extremely large communities. \n"
46
- " <br />If you found some issue or bug "
47
- "please open a support topic in plugin page or in our support forum at "
48
- "gVectors.com. If you liked wpForo please leave some good review for this "
49
- "plugin. We really need your good reviews. \n"
50
- " If you didn't like wpForo please leave a "
51
- "list of issues and requirements you'd like us to fix and add in near future. "
52
- "We're here to help you and improve wpForo as much as possible."
53
- msgstr ""
54
-
55
- #: wpf-admin/dashboard.php:60 wpf-includes/wpf-phrases.php:128
56
- msgid "General Information"
57
- msgstr ""
58
-
59
- #: wpf-admin/dashboard.php:64 wpf-includes/wpf-phrases.php:363
60
- msgid "You are currently running"
61
- msgstr ""
62
-
63
- #: wpf-admin/dashboard.php:65 wpf-includes/wpf-phrases.php:18
64
- msgid "Active Theme"
65
- msgstr ""
66
-
67
- #: wpf-admin/dashboard.php:66 wpf-includes/wpf-phrases.php:408
68
- msgid "wpForo Website"
69
- msgstr ""
70
-
71
- #: wpf-admin/dashboard.php:67 wpf-includes/wpf-phrases.php:316
72
- msgid "Support Forum"
73
- msgstr ""
74
-
75
- #: wpf-admin/dashboard.php:78 wpf-includes/wpf-phrases.php:286
76
- msgid "Server Information"
77
- msgstr ""
78
-
79
- #: wpf-admin/dashboard.php:108 wpf-includes/wpf-phrases.php:46
80
- msgid "Available"
81
- msgstr ""
82
-
83
- #: wpf-admin/dashboard.php:108 wpf-includes/wpf-phrases.php:205
84
- msgid "Not available"
85
- msgstr ""
86
-
87
- #: wpf-admin/dashboard.php:126 wpf-includes/wpf-phrases.php:49
88
- msgid "Board Statistic"
89
- msgstr ""
90
-
91
- #: wpf-admin/dashboard.php:132 wpf-admin/options.php:14
92
- #: wpf-includes/wpf-phrases.php:121
93
- msgid "Forums"
94
- msgstr ""
95
-
96
- #: wpf-admin/dashboard.php:136 wpf-includes/class-forums.php:537
97
- #: wpf-includes/wpf-phrases.php:334
98
- msgid "Topics"
99
- msgstr ""
100
-
101
- #: wpf-admin/dashboard.php:140 wpf-includes/class-forums.php:537
102
- #: wpf-includes/wpf-phrases.php:229
103
- msgid "Posts"
104
- msgstr ""
105
-
106
- #: wpf-admin/dashboard.php:144 wpf-admin/member.php:10 wpf-admin/options.php:17
107
- #: wpf-includes/wpf-phrases.php:175
108
- msgid "Members"
109
- msgstr ""
110
-
111
- #: wpf-admin/dashboard.php:148 wpf-includes/wpf-phrases.php:176
112
- msgid "Members Online"
113
- msgstr ""
114
-
115
- #: wpf-admin/dashboard.php:155 wpf-includes/wpf-phrases.php:44
116
- msgid "Attachments"
117
- msgstr ""
118
-
119
- #: wpf-admin/dashboard.php:159 wpf-includes/wpf-phrases.php:45
120
- msgid "Attachments Size"
121
- msgstr ""
122
-
123
- #: wpf-admin/forum.php:13 wpf-includes/functions.php:548
124
- #: wpf-includes/wpf-phrases.php:298
125
- msgid "Show on screen"
126
- msgstr ""
127
-
128
- #: wpf-admin/forum.php:15 wpf-admin/forum.php:114
129
- #: wpf-includes/wpf-phrases.php:111
130
- msgid "Forum Options"
131
- msgstr ""
132
-
133
- #: wpf-admin/forum.php:16 wpf-includes/wpf-phrases.php:220
134
- msgid "Permissions"
135
- msgstr ""
136
-
137
- #: wpf-admin/forum.php:17 wpf-includes/wpf-phrases.php:303
138
- msgid "Slug"
139
- msgstr ""
140
-
141
- #: wpf-admin/forum.php:18 wpf-includes/wpf-phrases.php:110
142
- msgid "Forum Meta"
143
- msgstr ""
144
-
145
- #: wpf-admin/forum.php:21 wpf-includes/wpf-phrases.php:270
146
- msgid "Screen Layout"
147
- msgstr ""
148
-
149
- #: wpf-admin/forum.php:22 wpf-includes/wpf-phrases.php:206
150
- msgid "Number of Columns"
151
- msgstr ""
152
-
153
- #: wpf-admin/forum.php:32 wpf-includes/functions.php:562
154
- #: wpf-includes/wpf-phrases.php:271
155
- msgid "Screen Options"
156
- msgstr ""
157
-
158
- #: wpf-admin/forum.php:43 wpf-includes/wpf-phrases.php:51
159
- msgid "Categories and Forums"
160
- msgstr ""
161
-
162
- #: wpf-admin/forum.php:44 wpf-admin/options-tabs/general.php:42
163
- #: wpf-admin/themes.php:10 wpf-admin/usergroup.php:8
164
- #: wpf-includes/wpf-phrases.php:20
165
- msgid "Add New"
166
- msgstr ""
167
-
168
- #: wpf-admin/forum.php:55 wpf-includes/wpf-phrases.php:222
169
- msgid "Please drag and drop forum panels to set parent-child hierarchy."
170
- msgstr ""
171
-
172
- #: wpf-admin/forum.php:69 wpf-includes/wpf-phrases.php:269
173
- msgid "Save forums order and hierarchy"
174
- msgstr ""
175
-
176
- #: wpf-admin/forum.php:96 wpf-includes/wpf-phrases.php:85
177
- msgid "Enter forum title here"
178
- msgstr ""
179
-
180
- #: wpf-admin/forum.php:101 wpf-includes/wpf-phrases.php:84
181
- msgid "Enter description here . . ."
182
- msgstr ""
183
-
184
- #: wpf-admin/forum.php:102 wpf-includes/wpf-phrases.php:326
185
- msgid ""
186
- "This is a forum description. This content will be displayed under forum "
187
- "title on the forum list."
188
- msgstr ""
189
-
190
- #: wpf-admin/forum.php:117 wpf-includes/wpf-phrases.php:218
191
- msgid "Parent Forum"
192
- msgstr ""
193
-
194
- #: wpf-admin/forum.php:120 wpf-includes/wpf-phrases.php:201
195
- msgid "No parent"
196
- msgstr ""
197
-
198
- #: wpf-admin/forum.php:125 wpf-includes/wpf-phrases.php:342
199
- msgid "Use as Category"
200
- msgstr ""
201
-
202
- #: wpf-admin/forum.php:127 wpf-includes/wpf-phrases.php:52
203
- msgid "Category Layout"
204
- msgstr ""
205
-
206
- #: wpf-admin/forum.php:137 wpf-includes/wpf-phrases.php:199
207
- msgid "No layout found."
208
- msgstr ""
209
-
210
- #: wpf-admin/forum.php:146 wpf-admin/forum.php:153
211
- #: wpf-includes/wpf-phrases.php:231
212
- msgid "Publish"
213
- msgstr ""
214
-
215
- #: wpf-admin/forum.php:150 wpf-includes/wpf-phrases.php:37
216
- msgid "Are you sure you want to delete this forum?"
217
- msgstr ""
218
-
219
- #: wpf-admin/forum.php:150 wpf-admin/themes.php:73 wpf-admin/usergroup.php:37
220
- #: wpf-admin/usergroup.php:133 wpf-includes/functions.php:256
221
- #: wpf-includes/functions.php:469 wpf-includes/wpf-hooks.php:807
222
- #: wpf-includes/wpf-phrases.php:65
223
- msgid "Delete"
224
- msgstr ""
225
-
226
- #: wpf-admin/forum.php:151 wpf-admin/usergroup.php:39
227
- #: wpf-includes/class-forums.php:543 wpf-includes/wpf-phrases.php:350
228
- msgid "View"
229
- msgstr ""
230
-
231
- #: wpf-admin/forum.php:221 wpf-includes/wpf-phrases.php:116
232
- msgid "Forum Slug"
233
- msgstr ""
234
-
235
- #: wpf-admin/forum.php:224 wpf-includes/wpf-phrases.php:319
236
- msgid ""
237
- "The \"slug\" is the URL-friendly version of the name. It is usually all "
238
- "lowercase and contains only letters, numbers, and hyphens."
239
- msgstr ""
240
-
241
- #: wpf-admin/forum.php:230 wpf-includes/wpf-phrases.php:114
242
- msgid "Forum SEO"
243
- msgstr ""
244
-
245
- #: wpf-admin/forum.php:233 wpf-includes/wpf-phrases.php:180
246
- msgid "Meta Description"
247
- msgstr ""
248
-
249
- #: wpf-admin/forum.php:262 wpf-includes/wpf-phrases.php:325
250
- msgid "This action will also delete all sub-forums, topics and replies."
251
- msgstr ""
252
-
253
- #: wpf-admin/forum.php:270 wpf-includes/wpf-phrases.php:135
254
- msgid ""
255
- "If you want to delete this forum and keep its sub-forums, topics and "
256
- "replies, please select a new target forum in dropdown below"
257
- msgstr ""
258
-
259
- #: wpf-admin/forum.php:279 wpf-includes/wpf-phrases.php:26
260
- msgid ""
261
- "All sub-forums, topics and replies will be attached to selected forum. "
262
- "Layout will be inherited from this forum."
263
- msgstr ""
264
-
265
- #: wpf-admin/options-tabs/accesses.php:9 wpf-includes/wpf-phrases.php:21
266
- msgid "Add New Forum Access"
267
- msgstr ""
268
-
269
- #: wpf-admin/options-tabs/accesses.php:13 wpf-includes/wpf-phrases.php:15
270
- msgid "Access names"
271
- msgstr ""
272
-
273
- #: wpf-admin/options-tabs/accesses.php:27 wpf-includes/class-forums.php:539
274
- #: wpf-includes/wpf-phrases.php:376
275
- msgid "edit"
276
- msgstr ""
277
-
278
- #: wpf-admin/options-tabs/accesses.php:28 wpf-includes/wpf-phrases.php:39
279
- msgid ""
280
- "Are you sure you want to remove this access set? Usergroups which attached "
281
- "to this access will lost all forum permissions."
282
- msgstr ""
283
-
284
- #: wpf-admin/options-tabs/accesses.php:28 wpf-includes/class-forums.php:541
285
- #: wpf-includes/wpf-phrases.php:375
286
- msgid "delete"
287
- msgstr ""
288
-
289
- #: wpf-admin/options-tabs/accesses.php:42 wpf-includes/wpf-phrases.php:14
290
- msgid "Access name"
291
- msgstr ""
292
-
293
- #: wpf-admin/options-tabs/accesses.php:62 wpf-includes/wpf-phrases.php:267
294
- msgid "Save"
295
- msgstr ""
296
-
297
- #: wpf-admin/options-tabs/accesses.php:62 wpf-includes/wpf-phrases.php:339
298
- msgid "Update"
299
- msgstr ""
300
-
301
- #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:291
302
- msgid "Show Admin Bar for Members"
303
- msgstr ""
304
-
305
- #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:328
306
- msgid "This option doesn't affect website admins."
307
- msgstr ""
308
-
309
- #: wpf-admin/options-tabs/features.php:10 wpf-includes/wpf-phrases.php:293
310
- msgid "Show Forum Page Title"
311
- msgstr ""
312
-
313
- #: wpf-admin/options-tabs/features.php:11 wpf-includes/wpf-phrases.php:296
314
- msgid "Show Top/Menu Bar"
315
- msgstr ""
316
-
317
- #: wpf-admin/options-tabs/features.php:12 wpf-includes/wpf-phrases.php:295
318
- msgid "Show Top Search"
319
- msgstr ""
320
-
321
- #: wpf-admin/options-tabs/features.php:13 wpf-includes/wpf-phrases.php:292
322
- msgid "Show Breadcrumb"
323
- msgstr ""
324
-
325
- #: wpf-admin/options-tabs/features.php:14 wpf-includes/wpf-phrases.php:294
326
- msgid "Show Forum Statistic"
327
- msgstr ""
328
-
329
- #: wpf-admin/options-tabs/features.php:15 wpf-includes/wpf-phrases.php:254
330
- msgid "Replace Author Link to Forum Profile"
331
- msgstr ""
332
-
333
- #: wpf-admin/options-tabs/features.php:16 wpf-includes/wpf-phrases.php:255
334
- msgid "Replace Comment Author Link to Forum Profile"
335
- msgstr ""
336
-
337
- #: wpf-admin/options-tabs/features.php:17 wpf-includes/wpf-phrases.php:257
338
- msgid "Replace Registration Page URL to Forum URL"
339
- msgstr ""
340
-
341
- #: wpf-admin/options-tabs/features.php:18 wpf-includes/wpf-phrases.php:256
342
- msgid "Replace Login Page URL to Forum URL"
343
- msgstr ""
344
-
345
- #: wpf-admin/options-tabs/features.php:19 wpf-includes/wpf-phrases.php:253
346
- msgid "Replace Author Avatar with Forum Profile Avatar"
347
- msgstr ""
348
-
349
- #: wpf-admin/options-tabs/features.php:20 wpf-includes/wpf-phrases.php:76
350
- msgid "Enable Avatars"
351
- msgstr ""
352
-
353
- #: wpf-admin/options-tabs/features.php:21 wpf-includes/wpf-phrases.php:77
354
- msgid "Enable Custom Avatars"
355
- msgstr ""
356
-
357
- #: wpf-admin/options-tabs/features.php:22 wpf-includes/wpf-phrases.php:31
358
- msgid "Allow Member Signature"
359
- msgstr ""
360
-
361
- #: wpf-admin/options-tabs/features.php:23 wpf-includes/wpf-phrases.php:79
362
- msgid "Enable Member Rating"
363
- msgstr ""
364
-
365
- #: wpf-admin/options-tabs/features.php:24 wpf-includes/wpf-phrases.php:80
366
- msgid "Enable Member Rating Titles"
367
- msgstr ""
368
-
369
- #: wpf-admin/options-tabs/features.php:25 wpf-includes/wpf-phrases.php:78
370
- msgid "Enable Member Cashe"
371
- msgstr ""
372
-
373
- #: wpf-admin/options-tabs/features.php:26 wpf-includes/wpf-phrases.php:83
374
- msgid "Enable wpForo SEO for Meta Titles"
375
- msgstr ""
376
-
377
- #: wpf-admin/options-tabs/features.php:27 wpf-includes/wpf-phrases.php:82
378
- msgid "Enable wpForo SEO for Meta Tags"
379
- msgstr ""
380
-
381
- #: wpf-admin/options-tabs/features.php:28 wpf-includes/wpf-phrases.php:81
382
- msgid "Enable wpForo Font-Awesome Lib"
383
- msgstr ""
384
-
385
- #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:132
386
- msgid "Help wpForo to grow, show plugin info"
387
- msgstr ""
388
-
389
- #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:223
390
- msgid ""
391
- "Please enable this option to help wpForo get more popularity as your thank "
392
- "to the hard work we do for you totally free. This option adds a very small "
393
- "icon in forum footer, which will allow your site visitors recognize the name "
394
- "of forum solution you use."
395
- msgstr ""
396
-
397
- #: wpf-admin/options-tabs/features.php:46 wpf-includes/wpf-phrases.php:361
398
- msgid "Yes"
399
- msgstr ""
400
-
401
- #: wpf-admin/options-tabs/features.php:47 wpf-includes/wpf-phrases.php:193
402
- msgid "No"
403
- msgstr ""
404
-
405
- #: wpf-admin/options-tabs/features.php:57 wpf-admin/options-tabs/forums.php:16
406
- #: wpf-admin/options-tabs/general.php:49 wpf-admin/options-tabs/members.php:86
407
- #: wpf-admin/options-tabs/posts.php:57 wpf-admin/options-tabs/styles.php:46
408
- #: wpf-admin/options-tabs/subscriptions.php:75 wpf-includes/wpf-phrases.php:340
409
- msgid "Update Options"
410
- msgstr ""
411
-
412
- #: wpf-admin/options-tabs/general.php:14 wpf-includes/wpf-phrases.php:119
413
- msgid "Forum Title"
414
- msgstr ""
415
-
416
- #: wpf-admin/options-tabs/general.php:18 wpf-includes/wpf-phrases.php:106
417
- msgid "Forum Description"
418
- msgstr ""
419
-
420
- #: wpf-admin/options-tabs/general.php:22 wpf-includes/wpf-phrases.php:105
421
- msgid "Forum Base URL"
422
- msgstr ""
423
-
424
- #: wpf-admin/options-tabs/general.php:27 wpf-includes/wpf-phrases.php:63
425
- msgid "Dashboard Menu Position"
426
- msgstr ""
427
-
428
- #: wpf-admin/options-tabs/general.php:28 wpf-includes/wpf-phrases.php:320
429
- msgid "The position in the menu order wpForo should appear."
430
- msgstr ""
431
-
432
- #: wpf-admin/options-tabs/general.php:29 wpf-includes/wpf-phrases.php:344
433
- msgid ""
434
- "Use greater than 5 - below Posts, 10 - below Media, 15 - below Links, 20 - "
435
- "below Pages, 25 - below comments, 60 - below first separator, 65 - below "
436
- "Plugins, 70 - below Users, 75 - below Tools, 80 - below Settings, 100 - "
437
- "below second separator"
438
- msgstr ""
439
-
440
- #: wpf-admin/options-tabs/general.php:37 wpf-includes/wpf-phrases.php:108
441
- msgid "Forum Language"
442
- msgstr ""
443
-
444
- #: wpf-admin/options-tabs/general.php:61 wpf-includes/wpf-phrases.php:142
445
- msgid "Language XML file"
446
- msgstr ""
447
-
448
- #: wpf-admin/options-tabs/general.php:70 wpf-includes/wpf-phrases.php:22
449
- msgid "Add New Language"
450
- msgstr ""
451
-
452
- #: wpf-admin/options-tabs/members.php:13 wpf-includes/wpf-phrases.php:214
453
- msgid "Online status timeout"
454
- msgstr ""
455
-
456
- #: wpf-admin/options-tabs/members.php:16 wpf-admin/options-tabs/posts.php:19
457
- #: wpf-admin/options-tabs/posts.php:23 wpf-admin/options-tabs/posts.php:31
458
- #: wpf-admin/options-tabs/posts.php:35 wpf-includes/wpf-phrases.php:385
459
- msgid "minutes"
460
- msgstr ""
461
-
462
- #: wpf-admin/options-tabs/members.php:20 wpf-includes/wpf-phrases.php:177
463
- msgid "Members URL structure"
464
- msgstr ""
465
-
466
- #: wpf-admin/options-tabs/members.php:30 wpf-includes/wpf-phrases.php:61
467
- msgid "Custom Authorisation URLs"
468
- msgstr ""
469
-
470
- #: wpf-admin/options-tabs/members.php:41 wpf-includes/wpf-phrases.php:160
471
- msgid "Login URL"
472
- msgstr ""
473
-
474
- #: wpf-admin/options-tabs/members.php:42 wpf-includes/wpf-phrases.php:249
475
- msgid "Register URL"
476
- msgstr ""
477
-
478
- #: wpf-admin/options-tabs/members.php:43 wpf-includes/wpf-phrases.php:162
479
- msgid "Lost Password URL"
480
- msgstr ""
481
-
482
- #: wpf-admin/options-tabs/members.php:49 wpf-includes/wpf-phrases.php:172
483
- msgid "Member Reputation"
484
- msgstr ""
485
-
486
- #: wpf-admin/options-tabs/members.php:57 wpf-includes/wpf-phrases.php:244
487
- msgid "Rating Level"
488
- msgstr ""
489
-
490
- #: wpf-admin/options-tabs/members.php:58 wpf-includes/wpf-phrases.php:181
491
- msgid "Min Number of Posts"
492
- msgstr ""
493
-
494
- #: wpf-admin/options-tabs/members.php:59 wpf-includes/wpf-phrases.php:173
495
- msgid "Member Title"
496
- msgstr ""
497
-
498
- #: wpf-admin/options-tabs/members.php:60 wpf-includes/wpf-phrases.php:290
499
- msgid "Short Badge"
500
- msgstr ""
501
-
502
- #: wpf-admin/options-tabs/members.php:61 wpf-includes/wpf-phrases.php:126
503
- msgid "Full Badge"
504
- msgstr ""
505
-
506
- #: wpf-admin/options-tabs/members.php:62 wpf-includes/wpf-phrases.php:242
507
- msgid "Rating Color"
508
- msgstr ""
509
-
510
- #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:243
511
- msgid "Rating Icon"
512
- msgstr ""
513
-
514
- #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:183
515
- msgid "More"
516
- msgstr ""
517
-
518
- #: wpf-admin/options-tabs/members.php:68 wpf-includes/wpf-phrases.php:156
519
- msgid "Level"
520
- msgstr ""
521
-
522
- #: wpf-admin/options-tabs/members.php:69 wpf-includes/wpf-phrases.php:208
523
- msgid "Number of Posts"
524
- msgstr ""
525
-
526
- #: wpf-admin/options-tabs/members.php:70 wpf-includes/wpf-phrases.php:62
527
- msgid "Custom Title"
528
- msgstr ""
529
-
530
- #: wpf-admin/options-tabs/members.php:73 wpf-includes/wpf-phrases.php:56
531
- msgid "Color"
532
- msgstr ""
533
-
534
- #: wpf-admin/options-tabs/members.php:74 wpf-includes/wpf-phrases.php:48
535
- msgid "Badge Icon"
536
- msgstr ""
537
-
538
- #: wpf-admin/options-tabs/plugins.php:9
539
- msgid ""
540
- "Thank you for using wpForo. wpForo is a premium forum plugin which will "
541
- "always be available for free. There will never be paid and pro versions of "
542
- "this forum board. However this is a very large and hard project so we also "
543
- "develop paid addons (extensions), which will financially help us to keep "
544
- "improving and adding new features to the free wpForo plugin. Forum addons "
545
- "will also be actively developed. The first addons \"Advanced Media Uploader"
546
- "\", \"Polls\", \"Private Messages\" and \"Ad Manager\" will be available "
547
- "very soon. Once you got some addon and activated that, you will find "
548
- "settings in vertical subTabs here."
549
- msgstr ""
550
-
551
- #: wpf-admin/options-tabs/posts.php:14 wpf-includes/wpf-phrases.php:210
552
- msgid "Number of Topics per Page"
553
- msgstr ""
554
-
555
- #: wpf-admin/options-tabs/posts.php:18 wpf-includes/wpf-phrases.php:30
556
- msgid "Allow Edit Own Topic for"
557
- msgstr ""
558
-
559
- #: wpf-admin/options-tabs/posts.php:22 wpf-includes/wpf-phrases.php:27
560
- msgid "Allow Delete Own Topic for"
561
- msgstr ""
562
-
563
- #: wpf-admin/options-tabs/posts.php:26 wpf-includes/wpf-phrases.php:209
564
- msgid "Number of Posts per Page"
565
- msgstr ""
566
-
567
- #: wpf-admin/options-tabs/posts.php:30 wpf-includes/wpf-phrases.php:29
568
- msgid "Allow Edit Own Post for"
569
- msgstr ""
570
-
571
- #: wpf-admin/options-tabs/posts.php:34 wpf-includes/wpf-phrases.php:28
572
- msgid "Allow Delete Own post for"
573
- msgstr ""
574
-
575
- #: wpf-admin/options-tabs/posts.php:40 wpf-includes/wpf-phrases.php:167
576
- msgid "Maximum upload file size"
577
- msgstr ""
578
-
579
- #: wpf-admin/options-tabs/posts.php:41 wpf-includes/wpf-phrases.php:365
580
- msgid ""
581
- "You can not set this value more than \"upload_max_filesize\" and "
582
- "\"post_max_size\". If you want to increase server parameters please contact "
583
- "to your hosting service support."
584
- msgstr ""
585
-
586
- #: wpf-admin/options-tabs/posts.php:44 wpf-includes/wpf-phrases.php:164
587
- msgid "MB"
588
- msgstr ""
589
-
590
- #: wpf-admin/options-tabs/posts.php:47 wpf-includes/wpf-phrases.php:285
591
- msgid "Server \"upload_max_filesize\" is "
592
- msgstr ""
593
-
594
- #: wpf-admin/options-tabs/posts.php:48 wpf-includes/wpf-phrases.php:284
595
- msgid "Server \"post_max_size\" is "
596
- msgstr ""
597
-
598
- #: wpf-admin/options-tabs/subscriptions.php:13 wpf-includes/wpf-phrases.php:124
599
- msgid "From Name"
600
- msgstr ""
601
-
602
- #: wpf-admin/options-tabs/subscriptions.php:17 wpf-includes/wpf-phrases.php:123
603
- msgid "From Email Address"
604
- msgstr ""
605
-
606
- #: wpf-admin/options-tabs/subscriptions.php:22 wpf-includes/wpf-phrases.php:104
607
- msgid "Forum Admin Email Addresses"
608
- msgstr ""
609
-
610
- #: wpf-admin/options-tabs/subscriptions.php:23 wpf-includes/wpf-phrases.php:57
611
- msgid ""
612
- "Comma separated email addresses of forum administrators to get forum "
613
- "notifications. For example post report messages."
614
- msgstr ""
615
-
616
- #: wpf-admin/options-tabs/subscriptions.php:29 wpf-includes/wpf-phrases.php:314
617
- msgid "Subscription Emails"
618
- msgstr ""
619
-
620
- #: wpf-admin/options-tabs/subscriptions.php:33 wpf-includes/wpf-phrases.php:311
621
- msgid "Subscribe confirmation email subject"
622
- msgstr ""
623
-
624
- #: wpf-admin/options-tabs/subscriptions.php:37 wpf-includes/wpf-phrases.php:310
625
- msgid "Subscribe confirmation email message"
626
- msgstr ""
627
-
628
- #: wpf-admin/options-tabs/subscriptions.php:41 wpf-includes/wpf-phrases.php:192
629
- msgid "New topic notification email subject"
630
- msgstr ""
631
-
632
- #: wpf-admin/options-tabs/subscriptions.php:45 wpf-includes/wpf-phrases.php:191
633
- msgid "New topic notification email message"
634
- msgstr ""
635
-
636
- #: wpf-admin/options-tabs/subscriptions.php:49 wpf-includes/wpf-phrases.php:190
637
- msgid "New reply notification email subject"
638
- msgstr ""
639
-
640
- #: wpf-admin/options-tabs/subscriptions.php:53 wpf-includes/wpf-phrases.php:189
641
- msgid "New reply notification email message"
642
- msgstr ""
643
-
644
- #: wpf-admin/options-tabs/subscriptions.php:58 wpf-includes/wpf-phrases.php:224
645
- msgid "Post Reporting Emails"
646
- msgstr ""
647
-
648
- #: wpf-admin/options-tabs/subscriptions.php:59 wpf-includes/wpf-phrases.php:327
649
- msgid "This message comes from post reporting pop-up form."
650
- msgstr ""
651
-
652
- #: wpf-admin/options-tabs/subscriptions.php:64 wpf-includes/wpf-phrases.php:263
653
- msgid "Report message subject"
654
- msgstr ""
655
-
656
- #: wpf-admin/options-tabs/subscriptions.php:69 wpf-includes/wpf-phrases.php:262
657
- msgid "Report message body"
658
- msgstr ""
659
-
660
- #: wpf-admin/options.php:8 wpf-includes/wpf-phrases.php:115
661
- msgid "Forum Settings"
662
- msgstr ""
663
-
664
- #: wpf-admin/options.php:13 wpf-includes/wpf-phrases.php:127
665
- msgid "General"
666
- msgstr ""
667
-
668
- #: wpf-admin/options.php:15 wpf-includes/wpf-phrases.php:103
669
- msgid "Forum Accesses"
670
- msgstr ""
671
-
672
- #: wpf-admin/options.php:16 wpf-includes/wpf-phrases.php:335
673
- msgid "Topics &amp; Posts"
674
- msgstr ""
675
-
676
- #: wpf-admin/options.php:18 wpf-includes/wpf-phrases.php:75
677
- msgid "Emails"
678
- msgstr ""
679
-
680
- #: wpf-admin/options.php:19 wpf-includes/wpf-phrases.php:94
681
- msgid "Features"
682
- msgstr ""
683
-
684
- #: wpf-admin/options.php:21 wpf-includes/wpf-phrases.php:308
685
- msgid "Styles"
686
- msgstr ""
687
-
688
- #: wpf-admin/options.php:22 wpf-includes/wpf-phrases.php:25
689
- msgid "Addons"
690
- msgstr ""
691
-
692
- #: wpf-admin/phrase.php:10 wpf-includes/wpf-phrases.php:125
693
- msgid "Front-end Phrases"
694
- msgstr ""
695
-
696
- #: wpf-admin/themes.php:9 wpf-includes/wpf-phrases.php:118
697
- msgid "Forum Themes"
698
- msgstr ""
699
-
700
- #: wpf-admin/themes.php:46 wpf-includes/wpf-phrases.php:60
701
- msgid "Current active theme"
702
- msgstr ""
703
-
704
- #: wpf-admin/themes.php:48 wpf-includes/wpf-phrases.php:136
705
- msgid "Inactive"
706
- msgstr ""
707
-
708
- #: wpf-admin/themes.php:52 wpf-includes/wpf-phrases.php:141
709
- msgid "LAYOUTS"
710
- msgstr ""
711
-
712
- #: wpf-admin/themes.php:68 wpf-includes/wpf-phrases.php:17
713
- msgid "Activate"
714
- msgstr ""
715
-
716
- #: wpf-admin/themes.php:69 wpf-includes/wpf-phrases.php:122
717
- msgid "Fresh Installation"
718
- msgstr ""
719
-
720
- #: wpf-admin/themes.php:71 wpf-includes/wpf-phrases.php:138
721
- msgid "Install"
722
- msgstr ""
723
-
724
- #: wpf-admin/themes.php:73 wpf-includes/wpf-phrases.php:38
725
- msgid "Are you sure you want to delete this theme files?"
726
- msgstr ""
727
-
728
- #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:40
729
- msgid ""
730
- "Are you sure you want to reset all settings and style colors to default?"
731
- msgstr ""
732
-
733
- #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:265
734
- msgid "Reset Settings"
735
- msgstr ""
736
-
737
- #: wpf-admin/themes.php:96 wpf-includes/wpf-phrases.php:198
738
- msgid "No layout found"
739
- msgstr ""
740
-
741
- #: wpf-admin/themes.php:107 wpf-includes/wpf-phrases.php:203
742
- msgid "No theme found"
743
- msgstr ""
744
-
745
- #: wpf-admin/usergroup.php:8
746
- msgid "Usergroups"
747
- msgstr ""
748
-
749
- #: wpf-admin/usergroup.php:18 wpf-admin/usergroup.php:30
750
- #: wpf-admin/usergroup.php:62
751
- msgid "Usergroup Name"
752
- msgstr ""
753
-
754
- #: wpf-admin/usergroup.php:19
755
- msgid "Users Count"
756
- msgstr ""
757
-
758
- #: wpf-admin/usergroup.php:36
759
- msgid "Edit this usergroup"
760
- msgstr ""
761
-
762
- #: wpf-admin/usergroup.php:36 wpf-includes/functions.php:254
763
- #: wpf-includes/functions.php:467 wpf-includes/wpf-phrases.php:72
764
- msgid "Edit"
765
- msgstr ""
766
-
767
- #: wpf-admin/usergroup.php:37
768
- msgid "Delete this usergroup"
769
- msgstr ""
770
-
771
- #: wpf-admin/usergroup.php:39
772
- msgid "View users list in this usergroup"
773
- msgstr ""
774
-
775
- #: wpf-admin/usergroup.php:43
776
- msgid "Count of users in this usergroup"
777
- msgstr ""
778
-
779
- #: wpf-admin/usergroup.php:62 wpf-includes/wpf-phrases.php:131
780
- msgid "Guest"
781
- msgstr ""
782
-
783
- #: wpf-admin/usergroup.php:85 wpf-includes/wpf-phrases.php:369
784
- msgid "add"
785
- msgstr ""
786
-
787
- #: wpf-admin/usergroup.php:85
788
- msgid "save"
789
- msgstr ""
790
-
791
- #: wpf-admin/usergroup.php:106
792
- msgid "Delete Chosen Usergroup And Users"
793
- msgstr ""
794
-
795
- #: wpf-admin/usergroup.php:116
796
- msgid "Delete Chosen Usergroup And Join Users To Other Usergroup"
797
- msgstr ""
798
-
799
- #: wpf-admin/usergroup.php:128
800
- msgid "Users will be join this usergroup"
801
- msgstr ""
802
-
803
- #: wpf-includes/class-notices.php:128 wpf-includes/wpf-phrases.php:68
804
- msgid "Dismiss this notice."
805
- msgstr ""
806
-
807
- #: wpf-includes/class-permissions.php:116 wpf-includes/wpf-phrases.php:415
808
- #, php-format
809
- msgid "%s access successfully added"
810
- msgstr ""
811
-
812
- #: wpf-includes/class-permissions.php:141 wpf-includes/wpf-phrases.php:416
813
- #, php-format
814
- msgid "%s access successfully edited"
815
- msgstr ""
816
-
817
- #: wpf-includes/class-phrases.php:157
818
- #: wpf-includes/functions-installation.php:28 wpf-includes/wpf-phrases.php:7
819
- msgid " Forum"
820
- msgstr ""
821
-
822
- #: wpf-includes/class-phrases.php:158
823
- #: wpf-includes/functions-installation.php:29 wpf-includes/wpf-phrases.php:6
824
- msgid " Discussion Board"
825
- msgstr ""
826
-
827
- #: wpf-includes/class-template.php:868 wpf-includes/wpf-phrases.php:324
828
- msgid "Theme file not readable"
829
- msgstr ""
830
-
831
- #: wpf-includes/functions-template.php:7
832
- msgid "wpForo Menu"
833
- msgstr ""
834
-
835
- #: wpf-includes/functions-template.php:149 wpf-includes/wpf-phrases.php:405
836
- msgid "wpForo Sidebar"
837
- msgstr ""
838
-
839
- #: wpf-includes/functions-template.php:150 wpf-includes/wpf-phrases.php:188
840
- msgid ""
841
- "NOTE: If you're going to add widgets in this sidebar, please use 'Full "
842
- "Width' template for wpForo index page to avoid sidebar duplication."
843
- msgstr ""
844
-
845
- #: wpf-includes/functions-template.php:188
846
- #: wpf-includes/functions-template.php:295
847
- #: wpf-includes/functions-template.php:358
848
- #: wpf-includes/functions-template.php:435
849
- #: wpf-includes/functions-template.php:482 wpf-includes/wpf-phrases.php:330
850
- msgid "Title"
851
- msgstr ""
852
-
853
- #: wpf-includes/functions-template.php:361
854
- #: wpf-includes/functions-template.php:438 wpf-includes/wpf-phrases.php:207
855
- msgid "Number of Items"
856
- msgstr ""
857
-
858
- #: wpf-includes/functions-template.php:366 wpf-includes/wpf-phrases.php:69
859
- msgid "Display Avatars"
860
- msgstr ""
861
-
862
- #: wpf-includes/functions-template.php:442 wpf-includes/wpf-phrases.php:71
863
- msgid "Display with Avatars"
864
- msgstr ""
865
-
866
- #: wpf-includes/functions.php:252 wpf-includes/functions.php:465
867
- #: wpf-includes/wpf-phrases.php:50
868
- msgid "Bulk Actions"
869
- msgstr ""
870
-
871
- #: wpf-includes/functions.php:259 wpf-includes/functions.php:553
872
- #: wpf-includes/wpf-phrases.php:36
873
- msgid "Apply"
874
- msgstr ""
875
-
876
- #: wpf-includes/functions.php:268 wpf-includes/wpf-phrases.php:297
877
- msgid "Show all forums"
878
- msgstr ""
879
-
880
- #: wpf-includes/functions.php:297 wpf-includes/functions.php:475
881
- #: wpf-includes/wpf-phrases.php:380
882
- msgid "item"
883
- msgstr ""
884
-
885
- #: wpf-includes/functions.php:330 wpf-includes/functions.php:346
886
- #: wpf-includes/wpf-phrases.php:281
887
- msgid "Select All"
888
- msgstr ""
889
-
890
- #: wpf-includes/functions.php:412 wpf-includes/wpf-phrases.php:66
891
- msgid "Delete this item"
892
- msgstr ""
893
-
894
- #: wpf-includes/functions.php:412 wpf-includes/wpf-phrases.php:41
895
- msgid "Are you sure you whant to DELETE this item?"
896
- msgstr ""
897
-
898
- #: wpf-includes/functions.php:457 wpf-includes/wpf-phrases.php:197
899
- msgid "No items found"
900
- msgstr ""
901
-
902
- #: wpf-includes/functions.php:552 wpf-includes/wpf-phrases.php:139
903
- msgid "Items"
904
- msgstr ""
905
-
906
- #: wpf-includes/functions.php:795
907
- #, php-format
908
- msgid "Could not write file %s"
909
- msgstr ""
910
-
911
- #: wpf-includes/wpf-hooks.php:20 wpf-includes/wpf-phrases.php:134
912
- msgid ""
913
- "IMPORTANT! Uninstall is not a simple deactivation action. This action will "
914
- "permanently remove all forum data (forums, topics, replies, attachments...) "
915
- "from database. Please backup database before this action, you may need this "
916
- "forum data in future. If you are sure that you want to delete all forum data "
917
- "please confirm. If not, just cancel it, then you can deactivate this plugin, "
918
- "that will not remove forum data."
919
- msgstr ""
920
-
921
- #: wpf-includes/wpf-hooks.php:20
922
- msgid "Uninstall"
923
- msgstr ""
924
-
925
- #: wpf-includes/wpf-hooks.php:23
926
- msgid "Settings"
927
- msgstr ""
928
-
929
- #: wpf-includes/wpf-hooks.php:806 wpf-includes/wpf-phrases.php:184
930
- msgid "Move"
931
- msgstr ""
932
-
933
- #: wpf-includes/wpf-hooks.php:852
934
- msgid "Dismiss"
935
- msgstr ""
936
-
937
- #: wpf-includes/wpf-hooks.php:877 wpf-includes/wpf-phrases.php:407
938
- msgid "wpForo Usergroup"
939
- msgstr ""
940
-
941
- #: wpf-includes/wpf-hooks.php:885 wpf-includes/wpf-phrases.php:406
942
- msgid "wpForo User Timezone"
943
- msgstr ""
944
-
945
- #: wpf-includes/wpf-phrases.php:8
946
- #, php-format
947
- msgid "%s and %s liked"
948
- msgstr ""
949
-
950
- #: wpf-includes/wpf-phrases.php:9
951
- #, php-format
952
- msgid "%s liked"
953
- msgstr ""
954
-
955
- #: wpf-includes/wpf-phrases.php:10
956
- #, php-format
957
- msgid "%s, %s and %s liked"
958
- msgstr ""
959
-
960
- #: wpf-includes/wpf-phrases.php:11
961
- #, php-format
962
- msgid "%s, %s, %s and %d people liked"
963
- msgstr ""
964
-
965
- #: wpf-includes/wpf-phrases.php:12
966
- msgid "AOL IM"
967
- msgstr ""
968
-
969
- #: wpf-includes/wpf-phrases.php:13
970
- msgid "About Me"
971
- msgstr ""
972
-
973
- #: wpf-includes/wpf-phrases.php:16
974
- msgid "Account"
975
- msgstr ""
976
-
977
- #: wpf-includes/wpf-phrases.php:19
978
- msgid "Activity"
979
- msgstr ""
980
-
981
- #: wpf-includes/wpf-phrases.php:23
982
- msgid "Add a comment"
983
- msgstr ""
984
-
985
- #: wpf-includes/wpf-phrases.php:24
986
- msgid "Add topic"
987
- msgstr ""
988
-
989
- #: wpf-includes/wpf-phrases.php:32
990
- msgid "Answer"
991
- msgstr ""
992
-
993
- #: wpf-includes/wpf-phrases.php:33
994
- msgid "Answer to"
995
- msgstr ""
996
-
997
- #: wpf-includes/wpf-phrases.php:34
998
- msgid "Answers"
999
- msgstr ""
1000
-
1001
- #: wpf-includes/wpf-phrases.php:35
1002
- msgid "Any Date"
1003
- msgstr ""
1004
-
1005
- #: wpf-includes/wpf-phrases.php:42
1006
- msgid "Ascending order"
1007
- msgstr ""
1008
-
1009
- #: wpf-includes/wpf-phrases.php:43
1010
- msgid "Attach file:"
1011
- msgstr ""
1012
-
1013
- #: wpf-includes/wpf-phrases.php:47
1014
- msgid "Avatar"
1015
- msgstr ""
1016
-
1017
- #: wpf-includes/wpf-phrases.php:53
1018
- msgid "Change password"
1019
- msgstr ""
1020
-
1021
- #: wpf-includes/wpf-phrases.php:54
1022
- msgid "Choose target forum"
1023
- msgstr ""
1024
-
1025
- #: wpf-includes/wpf-phrases.php:55 wpf-themes/classic/functions.php:31
1026
- #: wpf-themes/classic/functions.php:52 wpf-themes/classic/functions.php:81
1027
- msgid "Collapsed"
1028
- msgstr ""
1029
-
1030
- #: wpf-includes/wpf-phrases.php:58
1031
- msgid "Comments"
1032
- msgstr ""
1033
-
1034
- #: wpf-includes/wpf-phrases.php:59
1035
- msgid "Confirm my subscription"
1036
- msgstr ""
1037
-
1038
- #: wpf-includes/wpf-phrases.php:64
1039
- msgid "Date"
1040
- msgstr ""
1041
-
1042
- #: wpf-includes/wpf-phrases.php:67
1043
- msgid "Descending order"
1044
- msgstr ""
1045
-
1046
- #: wpf-includes/wpf-phrases.php:70
1047
- msgid "Display Name"
1048
- msgstr ""
1049
-
1050
- #: wpf-includes/wpf-phrases.php:73
1051
- msgid "Edited: "
1052
- msgstr ""
1053
-
1054
- #: wpf-includes/wpf-phrases.php:74
1055
- msgid "Email"
1056
- msgstr ""
1057
-
1058
- #: wpf-includes/wpf-phrases.php:86
1059
- msgid "Enter title here"
1060
- msgstr ""
1061
-
1062
- #: wpf-includes/wpf-phrases.php:87 wpf-themes/classic/functions.php:30
1063
- #: wpf-themes/classic/functions.php:51 wpf-themes/classic/functions.php:80
1064
- msgid "Expanded"
1065
- msgstr ""
1066
-
1067
- #: wpf-includes/wpf-phrases.php:88 wpf-themes/classic/functions.php:77
1068
- msgid "Extended Layout - Intro posts"
1069
- msgstr ""
1070
-
1071
- #: wpf-includes/wpf-phrases.php:89 wpf-themes/classic/functions.php:27
1072
- msgid "Extended Layout - Intro topics"
1073
- msgstr ""
1074
-
1075
- #: wpf-includes/wpf-phrases.php:90 wpf-themes/classic/functions.php:87
1076
- msgid "Extended Layout - Number of intro posts"
1077
- msgstr ""
1078
-
1079
- #: wpf-includes/wpf-phrases.php:91 wpf-themes/classic/functions.php:36
1080
- msgid "Extended Layout - Number of intro topics"
1081
- msgstr ""
1082
-
1083
- #: wpf-includes/wpf-phrases.php:92
1084
- msgid "Facebook"
1085
- msgstr ""
1086
-
1087
- #: wpf-includes/wpf-phrases.php:93
1088
- msgid "Failed to write file to disk"
1089
- msgstr ""
1090
-
1091
- #: wpf-includes/wpf-phrases.php:95
1092
- msgid "File upload stopped by extension"
1093
- msgstr ""
1094
-
1095
- #: wpf-includes/wpf-phrases.php:96
1096
- msgid "Find Posts by User"
1097
- msgstr ""
1098
-
1099
- #: wpf-includes/wpf-phrases.php:97
1100
- msgid "Find Topics Started by User"
1101
- msgstr ""
1102
-
1103
- #: wpf-includes/wpf-phrases.php:98
1104
- msgid "First post and replies"
1105
- msgstr ""
1106
-
1107
- #: wpf-includes/wpf-phrases.php:99
1108
- msgid "Forum"
1109
- msgstr ""
1110
-
1111
- #: wpf-includes/wpf-phrases.php:100
1112
- msgid "Forum - Login"
1113
- msgstr ""
1114
-
1115
- #: wpf-includes/wpf-phrases.php:101
1116
- msgid "Forum - Page Not Found"
1117
- msgstr ""
1118
-
1119
- #: wpf-includes/wpf-phrases.php:102
1120
- msgid "Forum - Registration"
1121
- msgstr ""
1122
-
1123
- #: wpf-includes/wpf-phrases.php:107
1124
- msgid "Forum Home"
1125
- msgstr ""
1126
-
1127
- #: wpf-includes/wpf-phrases.php:109
1128
- msgid "Forum Members"
1129
- msgstr ""
1130
-
1131
- #: wpf-includes/wpf-phrases.php:112
1132
- msgid "Forum Profile"
1133
- msgstr ""
1134
-
1135
- #: wpf-includes/wpf-phrases.php:113
1136
- msgid "Forum RSS Feed"
1137
- msgstr ""
1138
-
1139
- #: wpf-includes/wpf-phrases.php:117
1140
- msgid "Forum Statistics"
1141
- msgstr ""
1142
-
1143
- #: wpf-includes/wpf-phrases.php:120
1144
- msgid "Forum is empty"
1145
- msgstr ""
1146
-
1147
- #: wpf-includes/wpf-phrases.php:129
1148
- msgid "Group"
1149
- msgstr ""
1150
-
1151
- #: wpf-includes/wpf-phrases.php:130
1152
- msgid "Gtalk"
1153
- msgstr ""
1154
-
1155
- #: wpf-includes/wpf-phrases.php:133
1156
- msgid "ICQ"
1157
- msgstr ""
1158
-
1159
- #: wpf-includes/wpf-phrases.php:137
1160
- msgid "Insert member name or email"
1161
- msgstr ""
1162
-
1163
- #: wpf-includes/wpf-phrases.php:140
1164
- msgid "Joined"
1165
- msgstr ""
1166
-
1167
- #: wpf-includes/wpf-phrases.php:143
1168
- msgid "Last 24 hours"
1169
- msgstr ""
1170
-
1171
- #: wpf-includes/wpf-phrases.php:144
1172
- msgid "Last 3 Months"
1173
- msgstr ""
1174
-
1175
- #: wpf-includes/wpf-phrases.php:145
1176
- msgid "Last 6 Months"
1177
- msgstr ""
1178
-
1179
- #: wpf-includes/wpf-phrases.php:146
1180
- msgid "Last Active"
1181
- msgstr ""
1182
-
1183
- #: wpf-includes/wpf-phrases.php:147
1184
- msgid "Last Month"
1185
- msgstr ""
1186
-
1187
- #: wpf-includes/wpf-phrases.php:148
1188
- msgid "Last Post"
1189
- msgstr ""
1190
-
1191
- #: wpf-includes/wpf-phrases.php:149
1192
- msgid "Last Post Info"
1193
- msgstr ""
1194
-
1195
- #: wpf-includes/wpf-phrases.php:150
1196
- msgid "Last Week"
1197
- msgstr ""
1198
-
1199
- #: wpf-includes/wpf-phrases.php:151
1200
- msgid "Last Year ago"
1201
- msgstr ""
1202
-
1203
- #: wpf-includes/wpf-phrases.php:152
1204
- #, php-format
1205
- msgid "Last post by %s"
1206
- msgstr ""
1207
-
1208
- #: wpf-includes/wpf-phrases.php:153
1209
- msgid "Latest Post"
1210
- msgstr ""
1211
-
1212
- #: wpf-includes/wpf-phrases.php:154
1213
- msgid "Leave a reply"
1214
- msgstr ""
1215
-
1216
- #: wpf-includes/wpf-phrases.php:155
1217
- msgid "Length must be between 3 characters and 15 characters."
1218
- msgstr ""
1219
-
1220
- #: wpf-includes/wpf-phrases.php:157
1221
- msgid "Liked"
1222
- msgstr ""
1223
-
1224
- #: wpf-includes/wpf-phrases.php:158
1225
- msgid "Location"
1226
- msgstr ""
1227
-
1228
- #: wpf-includes/wpf-phrases.php:159
1229
- msgid "Login"
1230
- msgstr ""
1231
-
1232
- #: wpf-includes/wpf-phrases.php:161
1233
- msgid "Logout"
1234
- msgstr ""
1235
-
1236
- #: wpf-includes/wpf-phrases.php:163
1237
- msgid "Lost your password?"
1238
- msgstr ""
1239
-
1240
- #: wpf-includes/wpf-phrases.php:165
1241
- msgid "MSN"
1242
- msgstr ""
1243
-
1244
- #: wpf-includes/wpf-phrases.php:166
1245
- msgid "Maximum allowed file size is"
1246
- msgstr ""
1247
-
1248
- #: wpf-includes/wpf-phrases.php:168
1249
- msgid "Member Activity"
1250
- msgstr ""
1251
-
1252
- #: wpf-includes/wpf-phrases.php:169
1253
- msgid "Member Information"
1254
- msgstr ""
1255
-
1256
- #: wpf-includes/wpf-phrases.php:170
1257
- msgid "Member Rating"
1258
- msgstr ""
1259
-
1260
- #: wpf-includes/wpf-phrases.php:171
1261
- msgid "Member Rating Badge"
1262
- msgstr ""
1263
-
1264
- #: wpf-includes/wpf-phrases.php:174
1265
- msgid "Member information"
1266
- msgstr ""
1267
-
1268
- #: wpf-includes/wpf-phrases.php:178
1269
- msgid "Members not found"
1270
- msgstr ""
1271
-
1272
- #: wpf-includes/wpf-phrases.php:179
1273
- msgid "Messages"
1274
- msgstr ""
1275
-
1276
- #: wpf-includes/wpf-phrases.php:182
1277
- msgid "Missing a temporary folder"
1278
- msgstr ""
1279
-
1280
- #: wpf-includes/wpf-phrases.php:185
1281
- msgid "Move topic"
1282
- msgstr ""
1283
-
1284
- #: wpf-includes/wpf-phrases.php:186
1285
- msgid "Must be minimum 6 characters."
1286
- msgstr ""
1287
-
1288
- #: wpf-includes/wpf-phrases.php:187
1289
- msgid "My Profile"
1290
- msgstr ""
1291
-
1292
- #: wpf-includes/wpf-phrases.php:194
1293
- msgid "No activity found for this member."
1294
- msgstr ""
1295
-
1296
- #: wpf-includes/wpf-phrases.php:195
1297
- msgid "No file was uploaded"
1298
- msgstr ""
1299
-
1300
- #: wpf-includes/wpf-phrases.php:196
1301
- msgid "No forums were found here."
1302
- msgstr ""
1303
-
1304
- #: wpf-includes/wpf-phrases.php:200
1305
- msgid "No online members at the moment"
1306
- msgstr ""
1307
-
1308
- #: wpf-includes/wpf-phrases.php:202
1309
- msgid "No subscriptions found for this member."
1310
- msgstr ""
1311
-
1312
- #: wpf-includes/wpf-phrases.php:204
1313
- msgid "No topics were found here"
1314
- msgstr ""
1315
-
1316
- #: wpf-includes/wpf-phrases.php:211
1317
- msgid "Occupation"
1318
- msgstr ""
1319
-
1320
- #: wpf-includes/wpf-phrases.php:212
1321
- msgid "Offline"
1322
- msgstr ""
1323
-
1324
- #: wpf-includes/wpf-phrases.php:213
1325
- msgid "Online"
1326
- msgstr ""
1327
-
1328
- #: wpf-includes/wpf-phrases.php:215
1329
- msgid "Oops! The page you requested was not found!"
1330
- msgstr ""
1331
-
1332
- #: wpf-includes/wpf-phrases.php:216
1333
- msgid "Our newest member"
1334
- msgstr ""
1335
-
1336
- #: wpf-includes/wpf-phrases.php:217
1337
- msgid "Page"
1338
- msgstr ""
1339
-
1340
- #: wpf-includes/wpf-phrases.php:219
1341
- msgid "Password"
1342
- msgstr ""
1343
-
1344
- #: wpf-includes/wpf-phrases.php:221
1345
- #, php-format
1346
- msgid "Please %s or %s"
1347
- msgstr ""
1348
-
1349
- #: wpf-includes/wpf-phrases.php:225
1350
- msgid "Post Title"
1351
- msgstr ""
1352
-
1353
- #: wpf-includes/wpf-phrases.php:226
1354
- msgid "Post link"
1355
- msgstr ""
1356
-
1357
- #: wpf-includes/wpf-phrases.php:227
1358
- msgid "Posted"
1359
- msgstr ""
1360
-
1361
- #: wpf-includes/wpf-phrases.php:228
1362
- msgid "Posted by"
1363
- msgstr ""
1364
-
1365
- #: wpf-includes/wpf-phrases.php:230
1366
- msgid "Powered by"
1367
- msgstr ""
1368
-
1369
- #: wpf-includes/wpf-phrases.php:232 wpf-themes/classic/functions.php:57
1370
- msgid "Q&A Layout - Number of intro topics"
1371
- msgstr ""
1372
-
1373
- #: wpf-includes/wpf-phrases.php:233 wpf-themes/classic/functions.php:48
1374
- msgid "Q&A layout - Intro topics"
1375
- msgstr ""
1376
-
1377
- #: wpf-includes/wpf-phrases.php:234
1378
- msgid "Question Comments"
1379
- msgstr ""
1380
-
1381
- #: wpf-includes/wpf-phrases.php:235
1382
- msgid "Questions"
1383
- msgstr ""
1384
-
1385
- #: wpf-includes/wpf-phrases.php:236
1386
- msgid "Quote"
1387
- msgstr ""
1388
-
1389
- #: wpf-includes/wpf-phrases.php:237
1390
- msgid "RE"
1391
- msgstr ""
1392
-
1393
- #: wpf-includes/wpf-phrases.php:238
1394
- msgid "REPLY:"
1395
- msgstr ""
1396
-
1397
- #: wpf-includes/wpf-phrases.php:239
1398
- msgid "RSS"
1399
- msgstr ""
1400
-
1401
- #: wpf-includes/wpf-phrases.php:240
1402
- msgid "Rating"
1403
- msgstr ""
1404
-
1405
- #: wpf-includes/wpf-phrases.php:241
1406
- msgid "Rating Badge"
1407
- msgstr ""
1408
-
1409
- #: wpf-includes/wpf-phrases.php:245
1410
- msgid "Received Likes"
1411
- msgstr ""
1412
-
1413
- #: wpf-includes/wpf-phrases.php:246
1414
- msgid "Recent Questions"
1415
- msgstr ""
1416
-
1417
- #: wpf-includes/wpf-phrases.php:247
1418
- msgid "Recent Topics"
1419
- msgstr ""
1420
-
1421
- #: wpf-includes/wpf-phrases.php:248
1422
- msgid "Register"
1423
- msgstr ""
1424
-
1425
- #: wpf-includes/wpf-phrases.php:250
1426
- msgid "Registered date"
1427
- msgstr ""
1428
-
1429
- #: wpf-includes/wpf-phrases.php:251
1430
- msgid "Relevancy"
1431
- msgstr ""
1432
-
1433
- #: wpf-includes/wpf-phrases.php:252
1434
- msgid "Remember Me"
1435
- msgstr ""
1436
-
1437
- #: wpf-includes/wpf-phrases.php:258
1438
- msgid "Replies"
1439
- msgstr ""
1440
-
1441
- #: wpf-includes/wpf-phrases.php:259
1442
- msgid "Replies not found"
1443
- msgstr ""
1444
-
1445
- #: wpf-includes/wpf-phrases.php:260
1446
- msgid "Reply"
1447
- msgstr ""
1448
-
1449
- #: wpf-includes/wpf-phrases.php:261
1450
- msgid "Report"
1451
- msgstr ""
1452
-
1453
- #: wpf-includes/wpf-phrases.php:264
1454
- msgid "Report to Administration"
1455
- msgstr ""
1456
-
1457
- #: wpf-includes/wpf-phrases.php:266
1458
- msgid "Result Info"
1459
- msgstr ""
1460
-
1461
- #: wpf-includes/wpf-phrases.php:268
1462
- msgid "Save Changes"
1463
- msgstr ""
1464
-
1465
- #: wpf-includes/wpf-phrases.php:272
1466
- msgid "Search"
1467
- msgstr ""
1468
-
1469
- #: wpf-includes/wpf-phrases.php:273
1470
- msgid "Search Entire Posts"
1471
- msgstr ""
1472
-
1473
- #: wpf-includes/wpf-phrases.php:274
1474
- msgid "Search Phrase"
1475
- msgstr ""
1476
-
1477
- #: wpf-includes/wpf-phrases.php:275
1478
- msgid "Search Titles Only"
1479
- msgstr ""
1480
-
1481
- #: wpf-includes/wpf-phrases.php:276
1482
- msgid "Search Type"
1483
- msgstr ""
1484
-
1485
- #: wpf-includes/wpf-phrases.php:277
1486
- msgid "Search in Forums"
1487
- msgstr ""
1488
-
1489
- #: wpf-includes/wpf-phrases.php:278
1490
- msgid "Search in date period"
1491
- msgstr ""
1492
-
1493
- #: wpf-includes/wpf-phrases.php:279
1494
- msgid "Search result for"
1495
- msgstr ""
1496
-
1497
- #: wpf-includes/wpf-phrases.php:280
1498
- msgid "Search..."
1499
- msgstr ""
1500
-
1501
- #: wpf-includes/wpf-phrases.php:282
1502
- msgid "Select Page"
1503
- msgstr ""
1504
-
1505
- #: wpf-includes/wpf-phrases.php:283
1506
- msgid "Send Report"
1507
- msgstr ""
1508
-
1509
- #: wpf-includes/wpf-phrases.php:287
1510
- msgid "Set Topic Sticky"
1511
- msgstr ""
1512
-
1513
- #: wpf-includes/wpf-phrases.php:288 wpf-themes/classic/functions.php:88
1514
- msgid ""
1515
- "Set this option value 0 if you want to show all posts under topic intro area."
1516
- msgstr ""
1517
-
1518
- #: wpf-includes/wpf-phrases.php:289
1519
- msgid "Shop Account"
1520
- msgstr ""
1521
-
1522
- #: wpf-includes/wpf-phrases.php:299
1523
- msgid "Sign In"
1524
- msgstr ""
1525
-
1526
- #: wpf-includes/wpf-phrases.php:300
1527
- msgid "Signature"
1528
- msgstr ""
1529
-
1530
- #: wpf-includes/wpf-phrases.php:301
1531
- msgid "Site Profile"
1532
- msgstr ""
1533
-
1534
- #: wpf-includes/wpf-phrases.php:302
1535
- msgid "Skype"
1536
- msgstr ""
1537
-
1538
- #: wpf-includes/wpf-phrases.php:304
1539
- msgid "Social Networks"
1540
- msgstr ""
1541
-
1542
- #: wpf-includes/wpf-phrases.php:305
1543
- msgid "Sorry, something wrong with your data."
1544
- msgstr ""
1545
-
1546
- #: wpf-includes/wpf-phrases.php:306
1547
- msgid "Sort Search Results by"
1548
- msgstr ""
1549
-
1550
- #: wpf-includes/wpf-phrases.php:307
1551
- msgid "Specify avatar by URL"
1552
- msgstr ""
1553
-
1554
- #: wpf-includes/wpf-phrases.php:309
1555
- msgid "Subforums"
1556
- msgstr ""
1557
-
1558
- #: wpf-includes/wpf-phrases.php:312
1559
- msgid "Subscribe for new replies"
1560
- msgstr ""
1561
-
1562
- #: wpf-includes/wpf-phrases.php:313
1563
- msgid "Subscribe for new topics"
1564
- msgstr ""
1565
-
1566
- #: wpf-includes/wpf-phrases.php:315
1567
- msgid "Subscriptions"
1568
- msgstr ""
1569
-
1570
- #: wpf-includes/wpf-phrases.php:317
1571
- msgid ""
1572
- "Thank you for trying wpForo! This forum development was started on 2013 and "
1573
- "we were using it for our support community. Now it's ready for WordPress "
1574
- "community as well. It's on the Beta stage and we're working hard to reach "
1575
- "the Gold 1.0.0 version as soon as possible. wpForo is a professional "
1576
- "bulletin board for WorPress, and the only forum software which comes with "
1577
- "Multi-layout template system. The \"Extended"
1578
- msgstr ""
1579
-
1580
- #: wpf-includes/wpf-phrases.php:318
1581
- msgid ""
1582
- "Thank you for using wpForo. wpForo is a premium forum plugin which will "
1583
- "always be available for free. There will never be paid and pro versions of "
1584
- "this forum board. However this is a very large and hard project so we also "
1585
- "develop paid addons (extensions), which will financially help us to keep "
1586
- "improving and adding new features to the free wpForo plugin. Forum addons "
1587
- "will also be actively developed. The first addons \"Advanced Media Uploader"
1588
- msgstr ""
1589
-
1590
- #: wpf-includes/wpf-phrases.php:321
1591
- msgid ""
1592
- "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
1593
- "the HTML form"
1594
- msgstr ""
1595
-
1596
- #: wpf-includes/wpf-phrases.php:322
1597
- msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini"
1598
- msgstr ""
1599
-
1600
- #: wpf-includes/wpf-phrases.php:323
1601
- msgid "The uploaded file was only partially uploaded"
1602
- msgstr ""
1603
-
1604
- #: wpf-includes/wpf-phrases.php:329
1605
- msgid "Timezone"
1606
- msgstr ""
1607
-
1608
- #: wpf-includes/wpf-phrases.php:331
1609
- msgid "Topic RSS Feed"
1610
- msgstr ""
1611
-
1612
- #: wpf-includes/wpf-phrases.php:332
1613
- msgid "Topic Title"
1614
- msgstr ""
1615
-
1616
- #: wpf-includes/wpf-phrases.php:333
1617
- msgid "Topic title"
1618
- msgstr ""
1619
-
1620
- #: wpf-includes/wpf-phrases.php:336
1621
- msgid "Twitter"
1622
- msgstr ""
1623
-
1624
- #: wpf-includes/wpf-phrases.php:337
1625
- msgid "Unknown upload error"
1626
- msgstr ""
1627
-
1628
- #: wpf-includes/wpf-phrases.php:338
1629
- msgid "Unsubscribe"
1630
- msgstr ""
1631
-
1632
- #: wpf-includes/wpf-phrases.php:341
1633
- msgid "Upload an avatar"
1634
- msgstr ""
1635
-
1636
- #: wpf-includes/wpf-phrases.php:343
1637
- msgid ""
1638
- "Use comments to ask for more information or suggest improvements. Avoid "
1639
- "answering questions in comments."
1640
- msgstr ""
1641
-
1642
- #: wpf-includes/wpf-phrases.php:345
1643
- msgid "User"
1644
- msgstr ""
1645
-
1646
- #: wpf-includes/wpf-phrases.php:346
1647
- msgid "User Group"
1648
- msgstr ""
1649
-
1650
- #: wpf-includes/wpf-phrases.php:347
1651
- msgid "Usergroup has been successfully deleted."
1652
- msgstr ""
1653
-
1654
- #: wpf-includes/wpf-phrases.php:348
1655
- msgid ""
1656
- "Usergroup has been successfully deleted. All users of this usergroup have "
1657
- "been moved to the usergroup you've chosen"
1658
- msgstr ""
1659
-
1660
- #: wpf-includes/wpf-phrases.php:349
1661
- msgid "Username"
1662
- msgstr ""
1663
-
1664
- #: wpf-includes/wpf-phrases.php:351
1665
- msgid "View entire post"
1666
- msgstr ""
1667
-
1668
- #: wpf-includes/wpf-phrases.php:352
1669
- msgid "View the latest post"
1670
- msgstr ""
1671
-
1672
- #: wpf-includes/wpf-phrases.php:353
1673
- msgid "Views"
1674
- msgstr ""
1675
-
1676
- #: wpf-includes/wpf-phrases.php:354
1677
- msgid "Votes"
1678
- msgstr ""
1679
-
1680
- #: wpf-includes/wpf-phrases.php:355
1681
- msgid "Website"
1682
- msgstr ""
1683
-
1684
- #: wpf-includes/wpf-phrases.php:357
1685
- msgid "Wordpress avatar system"
1686
- msgstr ""
1687
-
1688
- #: wpf-includes/wpf-phrases.php:358
1689
- msgid "Working"
1690
- msgstr ""
1691
-
1692
- #: wpf-includes/wpf-phrases.php:359
1693
- msgid "Write message"
1694
- msgstr ""
1695
-
1696
- #: wpf-includes/wpf-phrases.php:360
1697
- msgid "Yahoo"
1698
- msgstr ""
1699
-
1700
- #: wpf-includes/wpf-phrases.php:362
1701
- msgid "You"
1702
- msgstr ""
1703
-
1704
- #: wpf-includes/wpf-phrases.php:364
1705
- #, php-format
1706
- msgid "You can go to %s page or Search here"
1707
- msgstr ""
1708
-
1709
- #: wpf-includes/wpf-phrases.php:366
1710
- msgid "Your Answer"
1711
- msgstr ""
1712
-
1713
- #: wpf-includes/wpf-phrases.php:367
1714
- msgid "account"
1715
- msgstr ""
1716
-
1717
- #: wpf-includes/wpf-phrases.php:368
1718
- msgid "activity"
1719
- msgstr ""
1720
-
1721
- #: wpf-includes/wpf-phrases.php:370
1722
- msgid "add_new"
1723
- msgstr ""
1724
-
1725
- #: wpf-includes/wpf-phrases.php:371
1726
- msgid "ago"
1727
- msgstr ""
1728
-
1729
- #: wpf-includes/wpf-phrases.php:372
1730
- msgid "by"
1731
- msgstr ""
1732
-
1733
- #: wpf-includes/wpf-phrases.php:373
1734
- #, php-format
1735
- msgid "by %s"
1736
- msgstr ""
1737
-
1738
- #: wpf-includes/wpf-phrases.php:374
1739
- msgid "confirm password"
1740
- msgstr ""
1741
-
1742
- #: wpf-includes/wpf-phrases.php:377
1743
- msgid "edit profile"
1744
- msgstr ""
1745
-
1746
- #: wpf-includes/wpf-phrases.php:378
1747
- msgid "edit user"
1748
- msgstr ""
1749
-
1750
- #: wpf-includes/wpf-phrases.php:379
1751
- msgid "forums"
1752
- msgstr ""
1753
-
1754
- #: wpf-includes/wpf-phrases.php:381
1755
- msgid "login"
1756
- msgstr ""
1757
-
1758
- #: wpf-includes/wpf-phrases.php:382
1759
- msgid "logout"
1760
- msgstr ""
1761
-
1762
- #: wpf-includes/wpf-phrases.php:383
1763
- msgid "matches"
1764
- msgstr ""
1765
-
1766
- #: wpf-includes/wpf-phrases.php:384
1767
- msgid "members"
1768
- msgstr ""
1769
-
1770
- #: wpf-includes/wpf-phrases.php:386
1771
- msgid "my profile"
1772
- msgstr ""
1773
-
1774
- #: wpf-includes/wpf-phrases.php:387
1775
- msgid "new password"
1776
- msgstr ""
1777
-
1778
- #: wpf-includes/wpf-phrases.php:388
1779
- msgid "new password again"
1780
- msgstr ""
1781
-
1782
- #: wpf-includes/wpf-phrases.php:389
1783
- msgid "next"
1784
- msgstr ""
1785
-
1786
- #: wpf-includes/wpf-phrases.php:390
1787
- msgid "old password"
1788
- msgstr ""
1789
-
1790
- #: wpf-includes/wpf-phrases.php:391
1791
- msgid "phrase_key"
1792
- msgstr ""
1793
-
1794
- #: wpf-includes/wpf-phrases.php:392
1795
- msgid "phrase_value"
1796
- msgstr ""
1797
-
1798
- #: wpf-includes/wpf-phrases.php:393
1799
- msgid "posted"
1800
- msgstr ""
1801
-
1802
- #: wpf-includes/wpf-phrases.php:394
1803
- msgid "prev"
1804
- msgstr ""
1805
-
1806
- #: wpf-includes/wpf-phrases.php:395
1807
- msgid "register"
1808
- msgstr ""
1809
-
1810
- #: wpf-includes/wpf-phrases.php:396
1811
- msgid "replies"
1812
- msgstr ""
1813
-
1814
- #: wpf-includes/wpf-phrases.php:397
1815
- msgid "subscriptions"
1816
- msgstr ""
1817
-
1818
- #: wpf-includes/wpf-phrases.php:398
1819
- msgid "update"
1820
- msgstr ""
1821
-
1822
- #: wpf-includes/wpf-phrases.php:399
1823
- msgid "view"
1824
- msgstr ""
1825
-
1826
- #: wpf-includes/wpf-phrases.php:400
1827
- msgid "view all posts"
1828
- msgstr ""
1829
-
1830
- #: wpf-includes/wpf-phrases.php:401
1831
- msgid "view all questions"
1832
- msgstr ""
1833
-
1834
- #: wpf-includes/wpf-phrases.php:402
1835
- msgid "view all topics"
1836
- msgstr ""
1837
-
1838
- #: wpf-includes/wpf-phrases.php:404
1839
- msgid "wpForo Navigation"
1840
- msgstr ""
1841
-
1842
- #: wpf-includes/wpf-phrases.php:409
1843
- msgid "{number}B"
1844
- msgstr ""
1845
-
1846
- #: wpf-includes/wpf-phrases.php:410
1847
- msgid "{number}K"
1848
- msgstr ""
1849
-
1850
- #: wpf-includes/wpf-phrases.php:411
1851
- msgid "{number}M"
1852
- msgstr ""
1853
-
1854
- #: wpf-includes/wpf-phrases.php:412
1855
- msgid "{number}T"
1856
- msgstr ""
1857
-
1858
- #: wpf-includes/wpf-phrases.php:417
1859
- msgid "Access add error"
1860
- msgstr ""
1861
-
1862
- #: wpf-includes/wpf-phrases.php:418
1863
- msgid "Access delete error"
1864
- msgstr ""
1865
-
1866
- #: wpf-includes/wpf-phrases.php:419
1867
- msgid "Access edit error"
1868
- msgstr ""
1869
-
1870
- #: wpf-includes/wpf-phrases.php:420
1871
- msgid "Access successfully deleted"
1872
- msgstr ""
1873
-
1874
- #: wpf-includes/wpf-phrases.php:421
1875
- msgid "Add Topic error: No forum selected"
1876
- msgstr ""
1877
-
1878
- #: wpf-includes/wpf-phrases.php:422
1879
- msgid "All Checked topics successfully deleted"
1880
- msgstr ""
1881
-
1882
- #: wpf-includes/wpf-phrases.php:423
1883
- msgid "Can't add forum"
1884
- msgstr ""
1885
-
1886
- #: wpf-includes/wpf-phrases.php:424
1887
- msgid "Can't add new language"
1888
- msgstr ""
1889
-
1890
- #: wpf-includes/wpf-phrases.php:425
1891
- msgid "Can't delete this Usergroup"
1892
- msgstr ""
1893
-
1894
- #: wpf-includes/wpf-phrases.php:426
1895
- msgid "Can't send confirmation email"
1896
- msgstr ""
1897
-
1898
- #: wpf-includes/wpf-phrases.php:427
1899
- msgid "Can't send report email"
1900
- msgstr ""
1901
-
1902
- #: wpf-includes/wpf-phrases.php:428
1903
- msgid "Can't subscribe to this item"
1904
- msgstr ""
1905
-
1906
- #: wpf-includes/wpf-phrases.php:429
1907
- msgid "Can't write a post: This topic is closed"
1908
- msgstr ""
1909
-
1910
- #: wpf-includes/wpf-phrases.php:430
1911
- msgid "Can`t upload file"
1912
- msgstr ""
1913
-
1914
- #: wpf-includes/wpf-phrases.php:431
1915
- msgid "Cannot update forum hierarchy"
1916
- msgstr ""
1917
-
1918
- #: wpf-includes/wpf-phrases.php:432
1919
- msgid "Cannot update post data"
1920
- msgstr ""
1921
-
1922
- #: wpf-includes/wpf-phrases.php:433
1923
- msgid "Could not be unsubscribe from this item"
1924
- msgstr ""
1925
-
1926
- #: wpf-includes/wpf-phrases.php:434
1927
- msgid "Email address exists. Please insert another."
1928
- msgstr ""
1929
-
1930
- #: wpf-includes/wpf-phrases.php:435
1931
- msgid "Error: Forum is not found"
1932
- msgstr ""
1933
-
1934
- #: wpf-includes/wpf-phrases.php:436
1935
- msgid "Error: No topic selected"
1936
- msgstr ""
1937
-
1938
- #: wpf-includes/wpf-phrases.php:437
1939
- msgid "Error: Topic is not found"
1940
- msgstr ""
1941
-
1942
- #: wpf-includes/wpf-phrases.php:438
1943
- msgid "Error: please inset some text to report."
1944
- msgstr ""
1945
-
1946
- #: wpf-includes/wpf-phrases.php:439
1947
- msgid "Features successfully updated"
1948
- msgstr ""
1949
-
1950
- #: wpf-includes/wpf-phrases.php:440
1951
- msgid "Features successfully updated, but previous value not changed"
1952
- msgstr ""
1953
-
1954
- #: wpf-includes/wpf-phrases.php:441
1955
- msgid "File type is not allowed"
1956
- msgstr ""
1957
-
1958
- #: wpf-includes/wpf-phrases.php:442
1959
- msgid "Forum Base URL successfully updated"
1960
- msgstr ""
1961
-
1962
- #: wpf-includes/wpf-phrases.php:443
1963
- msgid "Forum deleting error"
1964
- msgstr ""
1965
-
1966
- #: wpf-includes/wpf-phrases.php:444
1967
- msgid "Forum hierarchy successfully updated"
1968
- msgstr ""
1969
-
1970
- #: wpf-includes/wpf-phrases.php:445
1971
- msgid "Forum is successfully merged"
1972
- msgstr ""
1973
-
1974
- #: wpf-includes/wpf-phrases.php:446
1975
- msgid "Forum merging error"
1976
- msgstr ""
1977
-
1978
- #: wpf-includes/wpf-phrases.php:447
1979
- msgid "Forum options successfully updated"
1980
- msgstr ""
1981
-
1982
- #: wpf-includes/wpf-phrases.php:448
1983
- msgid "Forum options successfully updated, but previous value not changed"
1984
- msgstr ""
1985
-
1986
- #: wpf-includes/wpf-phrases.php:449
1987
- msgid "Forum successfully updated"
1988
- msgstr ""
1989
-
1990
- #: wpf-includes/wpf-phrases.php:450
1991
- msgid "Forum update error"
1992
- msgstr ""
1993
-
1994
- #: wpf-includes/wpf-phrases.php:451
1995
- msgid "General options successfully updated"
1996
- msgstr ""
1997
-
1998
- #: wpf-includes/wpf-phrases.php:452
1999
- msgid "Illegal character in username."
2000
- msgstr ""
2001
-
2002
- #: wpf-includes/wpf-phrases.php:453
2003
- msgid "Insert your Email address."
2004
- msgstr ""
2005
-
2006
- #: wpf-includes/wpf-phrases.php:454
2007
- msgid "Invalid Email address"
2008
- msgstr ""
2009
-
2010
- #: wpf-includes/wpf-phrases.php:455
2011
- msgid "Invalid request!"
2012
- msgstr ""
2013
-
2014
- #: wpf-includes/wpf-phrases.php:456
2015
- msgid "Member options successfully updated"
2016
- msgstr ""
2017
-
2018
- #: wpf-includes/wpf-phrases.php:457
2019
- msgid "Member options successfully updated, but previous value not changed"
2020
- msgstr ""
2021
-
2022
- #: wpf-includes/wpf-phrases.php:458
2023
- msgid "Message has been sent"
2024
- msgstr ""
2025
-
2026
- #: wpf-includes/wpf-phrases.php:459
2027
- msgid ""
2028
- "New language successfully added and changed wpforo language to new language"
2029
- msgstr ""
2030
-
2031
- #: wpf-includes/wpf-phrases.php:460
2032
- msgid "No Posts found for update"
2033
- msgstr ""
2034
-
2035
- #: wpf-includes/wpf-phrases.php:461
2036
- msgid "Password length must be between 6 characters and 20 characters."
2037
- msgstr ""
2038
-
2039
- #: wpf-includes/wpf-phrases.php:462
2040
- msgid "Password mismatch."
2041
- msgstr ""
2042
-
2043
- #: wpf-includes/wpf-phrases.php:463
2044
- msgid "Permission denied"
2045
- msgstr ""
2046
-
2047
- #: wpf-includes/wpf-phrases.php:464
2048
- msgid "Permission denied for add forum"
2049
- msgstr ""
2050
-
2051
- #: wpf-includes/wpf-phrases.php:465
2052
- msgid "Permission denied for delete forum"
2053
- msgstr ""
2054
-
2055
- #: wpf-includes/wpf-phrases.php:466
2056
- msgid "Permission denied for edit forum"
2057
- msgstr ""
2058
-
2059
- #: wpf-includes/wpf-phrases.php:467
2060
- msgid "Permission denied for this action"
2061
- msgstr ""
2062
-
2063
- #: wpf-includes/wpf-phrases.php:468
2064
- msgid "Phrase add error"
2065
- msgstr ""
2066
-
2067
- #: wpf-includes/wpf-phrases.php:469
2068
- msgid "Phrase adding error"
2069
- msgstr ""
2070
-
2071
- #: wpf-includes/wpf-phrases.php:470
2072
- msgid "Phrase successfully added"
2073
- msgstr ""
2074
-
2075
- #: wpf-includes/wpf-phrases.php:471
2076
- msgid "Phrase successfully updates"
2077
- msgstr ""
2078
-
2079
- #: wpf-includes/wpf-phrases.php:472
2080
- msgid "Phrase update error"
2081
- msgstr ""
2082
-
2083
- #: wpf-includes/wpf-phrases.php:473
2084
- msgid "Please insert required fields!"
2085
- msgstr ""
2086
-
2087
- #: wpf-includes/wpf-phrases.php:474
2088
- msgid "Post delete error"
2089
- msgstr ""
2090
-
2091
- #: wpf-includes/wpf-phrases.php:475
2092
- msgid "Post options successfully updated"
2093
- msgstr ""
2094
-
2095
- #: wpf-includes/wpf-phrases.php:476
2096
- msgid "Post options successfully updated, but previous value not changed"
2097
- msgstr ""
2098
-
2099
- #: wpf-includes/wpf-phrases.php:477
2100
- msgid "Registration Error"
2101
- msgstr ""
2102
-
2103
- #: wpf-includes/wpf-phrases.php:478
2104
- msgid "Reply request error"
2105
- msgstr ""
2106
-
2107
- #: wpf-includes/wpf-phrases.php:479
2108
- msgid "Something wrong with profile data."
2109
- msgstr ""
2110
-
2111
- #: wpf-includes/wpf-phrases.php:480
2112
- msgid "Subscribe options successfully updated"
2113
- msgstr ""
2114
-
2115
- #: wpf-includes/wpf-phrases.php:481
2116
- msgid "Subscribe options successfully updated, but previous value not changed"
2117
- msgstr ""
2118
-
2119
- #: wpf-includes/wpf-phrases.php:482
2120
- msgid "Success! Thank you Dear Friend"
2121
- msgstr ""
2122
-
2123
- #: wpf-includes/wpf-phrases.php:483
2124
- msgid ""
2125
- "Success! Thank you. Please check your email and click confirmation link "
2126
- "below to complete this step."
2127
- msgstr ""
2128
-
2129
- #: wpf-includes/wpf-phrases.php:484
2130
- msgid "Successfully updated"
2131
- msgstr ""
2132
-
2133
- #: wpf-includes/wpf-phrases.php:485
2134
- msgid "Successfully voted"
2135
- msgstr ""
2136
-
2137
- #: wpf-includes/wpf-phrases.php:486
2138
- msgid "The uploaded file size is too big"
2139
- msgstr ""
2140
-
2141
- #: wpf-includes/wpf-phrases.php:487
2142
- msgid "Theme options successfully updated"
2143
- msgstr ""
2144
-
2145
- #: wpf-includes/wpf-phrases.php:488
2146
- msgid "Theme options successfully updated, but previous value not changed"
2147
- msgstr ""
2148
-
2149
- #: wpf-includes/wpf-phrases.php:489
2150
- msgid "This email address is already registered. Please insert another."
2151
- msgstr ""
2152
-
2153
- #: wpf-includes/wpf-phrases.php:490
2154
- msgid "This post successfully deleted"
2155
- msgstr ""
2156
-
2157
- #: wpf-includes/wpf-phrases.php:491
2158
- msgid "This post successfully edited"
2159
- msgstr ""
2160
-
2161
- #: wpf-includes/wpf-phrases.php:492
2162
- msgid "This topic successfully deleted"
2163
- msgstr ""
2164
-
2165
- #: wpf-includes/wpf-phrases.php:493
2166
- msgid "Topic Move Error"
2167
- msgstr ""
2168
-
2169
- #: wpf-includes/wpf-phrases.php:494
2170
- msgid "Topic add error"
2171
- msgstr ""
2172
-
2173
- #: wpf-includes/wpf-phrases.php:495
2174
- msgid "Topic delete error"
2175
- msgstr ""
2176
-
2177
- #: wpf-includes/wpf-phrases.php:496
2178
- msgid "Topic edit error"
2179
- msgstr ""
2180
-
2181
- #: wpf-includes/wpf-phrases.php:497
2182
- msgid "Topic not found."
2183
- msgstr ""
2184
-
2185
- #: wpf-includes/wpf-phrases.php:498
2186
- msgid "Topic successfully moved"
2187
- msgstr ""
2188
-
2189
- #: wpf-includes/wpf-phrases.php:499
2190
- msgid "Topic successfully updated"
2191
- msgstr ""
2192
-
2193
- #: wpf-includes/wpf-phrases.php:500
2194
- msgid "Topics delete error"
2195
- msgstr ""
2196
-
2197
- #: wpf-includes/wpf-phrases.php:501
2198
- msgid "User delete error"
2199
- msgstr ""
2200
-
2201
- #: wpf-includes/wpf-phrases.php:502
2202
- msgid "User group add error"
2203
- msgstr ""
2204
-
2205
- #: wpf-includes/wpf-phrases.php:503
2206
- msgid "User group edit error"
2207
- msgstr ""
2208
-
2209
- #: wpf-includes/wpf-phrases.php:504
2210
- msgid "User group successfully added"
2211
- msgstr ""
2212
-
2213
- #: wpf-includes/wpf-phrases.php:505
2214
- msgid "User group successfully edited"
2215
- msgstr ""
2216
-
2217
- #: wpf-includes/wpf-phrases.php:506
2218
- msgid "User successfully deleted from wpforo"
2219
- msgstr ""
2220
-
2221
- #: wpf-includes/wpf-phrases.php:507
2222
- msgid "Username exists. Please insert another."
2223
- msgstr ""
2224
-
2225
- #: wpf-includes/wpf-phrases.php:508
2226
- msgid "Username is missed."
2227
- msgstr ""
2228
-
2229
- #: wpf-includes/wpf-phrases.php:509
2230
- msgid "Username length must be between 3 characters and 15 characters."
2231
- msgstr ""
2232
-
2233
- #: wpf-includes/wpf-phrases.php:510
2234
- msgid "Welcome to our Community!"
2235
- msgstr ""
2236
-
2237
- #: wpf-includes/wpf-phrases.php:511
2238
- msgid "Wrong post data"
2239
- msgstr ""
2240
-
2241
- #: wpf-includes/wpf-phrases.php:512
2242
- msgid "You are already voted this post"
2243
- msgstr ""
2244
-
2245
- #: wpf-includes/wpf-phrases.php:513
2246
- msgid "You have been successfully subscribed"
2247
- msgstr ""
2248
-
2249
- #: wpf-includes/wpf-phrases.php:514
2250
- msgid "You have been successfully unsubscribed"
2251
- msgstr ""
2252
-
2253
- #: wpf-includes/wpf-phrases.php:515
2254
- msgid "You have no permission to edit this topic"
2255
- msgstr ""
2256
-
2257
- #: wpf-includes/wpf-phrases.php:516
2258
- msgid "You haven't permission to create post into this forum"
2259
- msgstr ""
2260
-
2261
- #: wpf-includes/wpf-phrases.php:517
2262
- msgid "You haven't permission to create topic into this forum"
2263
- msgstr ""
2264
-
2265
- #: wpf-includes/wpf-phrases.php:518
2266
- msgid "You haven't permission to delete post from this forum"
2267
- msgstr ""
2268
-
2269
- #: wpf-includes/wpf-phrases.php:519
2270
- msgid "You haven't permission to delete topic from this forum"
2271
- msgstr ""
2272
-
2273
- #: wpf-includes/wpf-phrases.php:520
2274
- msgid "You haven't permission to edit post from this forum"
2275
- msgstr ""
2276
-
2277
- #: wpf-includes/wpf-phrases.php:521
2278
- msgid "You successfully replied"
2279
- msgstr ""
2280
-
2281
- #: wpf-includes/wpf-phrases.php:522
2282
- msgid "Your forum successfully added"
2283
- msgstr ""
2284
-
2285
- #: wpf-includes/wpf-phrases.php:523
2286
- msgid "Your forum successfully deleted"
2287
- msgstr ""
2288
-
2289
- #: wpf-includes/wpf-phrases.php:524
2290
- msgid "Your profile data have been successfully updated."
2291
- msgstr ""
2292
-
2293
- #: wpf-includes/wpf-phrases.php:525
2294
- msgid "Your subscription for this item could not be confirmed"
2295
- msgstr ""
2296
-
2297
- #: wpf-includes/wpf-phrases.php:526
2298
- msgid "Your topic successfully added"
2299
- msgstr ""
2300
-
2301
- #. Plugin Name of the plugin/theme
2302
- msgid "Forum - wpForo"
2303
- msgstr ""
2304
-
2305
- #. Plugin URI of the plugin/theme
2306
- msgid "http://wpforo.com"
2307
- msgstr ""
2308
-
2309
- #. Description of the plugin/theme
2310
- msgid ""
2311
- "Next Generation of WordPress Forum Softwares. Everything you need to run an "
2312
- "efficient and professional community. Powerful and beautiful bulletin board "
2313
- "with unique features."
2314
- msgstr ""
2315
-
2316
- #. Author of the plugin/theme
2317
- msgid "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
2318
- msgstr ""
2319
-
2320
- #. Author URI of the plugin/theme
2321
- msgid "http://gvectors.com/"
2322
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
wpf-languages/wpforo-de_CH.mo DELETED
Binary file
wpf-languages/wpforo-de_DE.mo DELETED
Binary file
wpf-languages/wpforo-de_DE.po DELETED
@@ -1,2322 +0,0 @@
1
- # Copyright (C) 2016 gVectors Team
2
- # This file is distributed under the same license as the wpForo package.
3
- msgid ""
4
- msgstr ""
5
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
6
- "Project-Id-Version: Forum - wpForo\n"
7
- "POT-Creation-Date: 2016-06-30 16:34+0400\n"
8
- "PO-Revision-Date: 2016-06-30 16:34+0400\n"
9
- "Language-Team: \n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 1.8.6\n"
14
- "X-Poedit-Basepath: ..\n"
15
- "X-Poedit-WPHeader: wpforo.php\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
18
- "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
19
- "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
20
- "Last-Translator: \n"
21
- "Language: de_DE\n"
22
- "X-Poedit-SearchPath-0: .\n"
23
- "X-Poedit-SearchPathExcluded-0: *.js\n"
24
-
25
- #: wpf-admin/dashboard.php:7 wpf-includes/wpf-phrases.php:403
26
- msgid "wpForo Dashboard"
27
- msgstr ""
28
-
29
- #: wpf-admin/dashboard.php:23 wpf-includes/wpf-phrases.php:356
30
- msgid "Welcome Message"
31
- msgstr ""
32
-
33
- #: wpf-admin/dashboard.php:29
34
- msgid ""
35
- "Thank you for trying wpForo! This forum development was started on 2013 and "
36
- "we were using it for our support community. Now it's ready for WordPress "
37
- "community as well. \n"
38
- " It's on the Beta stage and we're working "
39
- "hard to reach the Gold 1.0.0 version as soon as possible. \n"
40
- " wpForo is a professional bulletin board "
41
- "for WorPress, and the only forum software which comes with Multi-layout "
42
- "template system.\n"
43
- " The \"Extended\", \"Simplified\" and "
44
- "\"Question &amp Answer\" layouts fit almost all type of discussions needs. "
45
- "You can use wpForo for small and extremely large communities. \n"
46
- " <br />If you found some issue or bug "
47
- "please open a support topic in plugin page or in our support forum at "
48
- "gVectors.com. If you liked wpForo please leave some good review for this "
49
- "plugin. We really need your good reviews. \n"
50
- " If you didn't like wpForo please leave a "
51
- "list of issues and requirements you'd like us to fix and add in near future. "
52
- "We're here to help you and improve wpForo as much as possible."
53
- msgstr ""
54
-
55
- #: wpf-admin/dashboard.php:60 wpf-includes/wpf-phrases.php:128
56
- msgid "General Information"
57
- msgstr ""
58
-
59
- #: wpf-admin/dashboard.php:64 wpf-includes/wpf-phrases.php:363
60
- msgid "You are currently running"
61
- msgstr ""
62
-
63
- #: wpf-admin/dashboard.php:65 wpf-includes/wpf-phrases.php:18
64
- msgid "Active Theme"
65
- msgstr ""
66
-
67
- #: wpf-admin/dashboard.php:66 wpf-includes/wpf-phrases.php:408
68
- msgid "wpForo Website"
69
- msgstr ""
70
-
71
- #: wpf-admin/dashboard.php:67 wpf-includes/wpf-phrases.php:316
72
- msgid "Support Forum"
73
- msgstr ""
74
-
75
- #: wpf-admin/dashboard.php:78 wpf-includes/wpf-phrases.php:286
76
- msgid "Server Information"
77
- msgstr ""
78
-
79
- #: wpf-admin/dashboard.php:108 wpf-includes/wpf-phrases.php:46
80
- msgid "Available"
81
- msgstr ""
82
-
83
- #: wpf-admin/dashboard.php:108 wpf-includes/wpf-phrases.php:205
84
- msgid "Not available"
85
- msgstr ""
86
-
87
- #: wpf-admin/dashboard.php:126 wpf-includes/wpf-phrases.php:49
88
- msgid "Board Statistic"
89
- msgstr ""
90
-
91
- #: wpf-admin/dashboard.php:132 wpf-admin/options.php:14
92
- #: wpf-includes/wpf-phrases.php:121
93
- msgid "Forums"
94
- msgstr ""
95
-
96
- #: wpf-admin/dashboard.php:136 wpf-includes/class-forums.php:537
97
- #: wpf-includes/wpf-phrases.php:334
98
- msgid "Topics"
99
- msgstr ""
100
-
101
- #: wpf-admin/dashboard.php:140 wpf-includes/class-forums.php:537
102
- #: wpf-includes/wpf-phrases.php:229
103
- msgid "Posts"
104
- msgstr ""
105
-
106
- #: wpf-admin/dashboard.php:144 wpf-admin/member.php:10 wpf-admin/options.php:17
107
- #: wpf-includes/wpf-phrases.php:175
108
- msgid "Members"
109
- msgstr ""
110
-
111
- #: wpf-admin/dashboard.php:148 wpf-includes/wpf-phrases.php:176
112
- msgid "Members Online"
113
- msgstr ""
114
-
115
- #: wpf-admin/dashboard.php:155 wpf-includes/wpf-phrases.php:44
116
- msgid "Attachments"
117
- msgstr ""
118
-
119
- #: wpf-admin/dashboard.php:159 wpf-includes/wpf-phrases.php:45
120
- msgid "Attachments Size"
121
- msgstr ""
122
-
123
- #: wpf-admin/forum.php:13 wpf-includes/functions.php:548
124
- #: wpf-includes/wpf-phrases.php:298
125
- msgid "Show on screen"
126
- msgstr ""
127
-
128
- #: wpf-admin/forum.php:15 wpf-admin/forum.php:114
129
- #: wpf-includes/wpf-phrases.php:111
130
- msgid "Forum Options"
131
- msgstr ""
132
-
133
- #: wpf-admin/forum.php:16 wpf-includes/wpf-phrases.php:220
134
- msgid "Permissions"
135
- msgstr ""
136
-
137
- #: wpf-admin/forum.php:17 wpf-includes/wpf-phrases.php:303
138
- msgid "Slug"
139
- msgstr ""
140
-
141
- #: wpf-admin/forum.php:18 wpf-includes/wpf-phrases.php:110
142
- msgid "Forum Meta"
143
- msgstr ""
144
-
145
- #: wpf-admin/forum.php:21 wpf-includes/wpf-phrases.php:270
146
- msgid "Screen Layout"
147
- msgstr ""
148
-
149
- #: wpf-admin/forum.php:22 wpf-includes/wpf-phrases.php:206
150
- msgid "Number of Columns"
151
- msgstr ""
152
-
153
- #: wpf-admin/forum.php:32 wpf-includes/functions.php:562
154
- #: wpf-includes/wpf-phrases.php:271
155
- msgid "Screen Options"
156
- msgstr ""
157
-
158
- #: wpf-admin/forum.php:43 wpf-includes/wpf-phrases.php:51
159
- msgid "Categories and Forums"
160
- msgstr ""
161
-
162
- #: wpf-admin/forum.php:44 wpf-admin/options-tabs/general.php:42
163
- #: wpf-admin/themes.php:10 wpf-admin/usergroup.php:8
164
- #: wpf-includes/wpf-phrases.php:20
165
- msgid "Add New"
166
- msgstr ""
167
-
168
- #: wpf-admin/forum.php:55 wpf-includes/wpf-phrases.php:222
169
- msgid "Please drag and drop forum panels to set parent-child hierarchy."
170
- msgstr ""
171
-
172
- #: wpf-admin/forum.php:69 wpf-includes/wpf-phrases.php:269
173
- msgid "Save forums order and hierarchy"
174
- msgstr ""
175
-
176
- #: wpf-admin/forum.php:96 wpf-includes/wpf-phrases.php:85
177
- msgid "Enter forum title here"
178
- msgstr ""
179
-
180
- #: wpf-admin/forum.php:101 wpf-includes/wpf-phrases.php:84
181
- msgid "Enter description here . . ."
182
- msgstr ""
183
-
184
- #: wpf-admin/forum.php:102 wpf-includes/wpf-phrases.php:326
185
- msgid ""
186
- "This is a forum description. This content will be displayed under forum "
187
- "title on the forum list."
188
- msgstr ""
189
-
190
- #: wpf-admin/forum.php:117 wpf-includes/wpf-phrases.php:218
191
- msgid "Parent Forum"
192
- msgstr ""
193
-
194
- #: wpf-admin/forum.php:120 wpf-includes/wpf-phrases.php:201
195
- msgid "No parent"
196
- msgstr ""
197
-
198
- #: wpf-admin/forum.php:125 wpf-includes/wpf-phrases.php:342
199
- msgid "Use as Category"
200
- msgstr ""
201
-
202
- #: wpf-admin/forum.php:127 wpf-includes/wpf-phrases.php:52
203
- msgid "Category Layout"
204
- msgstr ""
205
-
206
- #: wpf-admin/forum.php:137 wpf-includes/wpf-phrases.php:199
207
- msgid "No layout found."
208
- msgstr ""
209
-
210
- #: wpf-admin/forum.php:146 wpf-admin/forum.php:153
211
- #: wpf-includes/wpf-phrases.php:231
212
- msgid "Publish"
213
- msgstr ""
214
-
215
- #: wpf-admin/forum.php:150 wpf-includes/wpf-phrases.php:37
216
- msgid "Are you sure you want to delete this forum?"
217
- msgstr ""
218
-
219
- #: wpf-admin/forum.php:150 wpf-admin/themes.php:73 wpf-admin/usergroup.php:37
220
- #: wpf-admin/usergroup.php:133 wpf-includes/functions.php:256
221
- #: wpf-includes/functions.php:469 wpf-includes/wpf-hooks.php:807
222
- #: wpf-includes/wpf-phrases.php:65
223
- msgid "Delete"
224
- msgstr ""
225
-
226
- #: wpf-admin/forum.php:151 wpf-admin/usergroup.php:39
227
- #: wpf-includes/class-forums.php:543 wpf-includes/wpf-phrases.php:350
228
- msgid "View"
229
- msgstr ""
230
-
231
- #: wpf-admin/forum.php:221 wpf-includes/wpf-phrases.php:116
232
- msgid "Forum Slug"
233
- msgstr ""
234
-
235
- #: wpf-admin/forum.php:224 wpf-includes/wpf-phrases.php:319
236
- msgid ""
237
- "The \"slug\" is the URL-friendly version of the name. It is usually all "
238
- "lowercase and contains only letters, numbers, and hyphens."
239
- msgstr ""
240
-
241
- #: wpf-admin/forum.php:230 wpf-includes/wpf-phrases.php:114
242
- msgid "Forum SEO"
243
- msgstr ""
244
-
245
- #: wpf-admin/forum.php:233 wpf-includes/wpf-phrases.php:180
246
- msgid "Meta Description"
247
- msgstr ""
248
-
249
- #: wpf-admin/forum.php:262 wpf-includes/wpf-phrases.php:325
250
- msgid "This action will also delete all sub-forums, topics and replies."
251
- msgstr ""
252
-
253
- #: wpf-admin/forum.php:270 wpf-includes/wpf-phrases.php:135
254
- msgid ""
255
- "If you want to delete this forum and keep its sub-forums, topics and "
256
- "replies, please select a new target forum in dropdown below"
257
- msgstr ""
258
-
259
- #: wpf-admin/forum.php:279 wpf-includes/wpf-phrases.php:26
260
- msgid ""
261
- "All sub-forums, topics and replies will be attached to selected forum. "
262
- "Layout will be inherited from this forum."
263
- msgstr ""
264
-
265
- #: wpf-admin/options-tabs/accesses.php:9 wpf-includes/wpf-phrases.php:21
266
- msgid "Add New Forum Access"
267
- msgstr ""
268
-
269
- #: wpf-admin/options-tabs/accesses.php:13 wpf-includes/wpf-phrases.php:15
270
- msgid "Access names"
271
- msgstr ""
272
-
273
- #: wpf-admin/options-tabs/accesses.php:27 wpf-includes/class-forums.php:539
274
- #: wpf-includes/wpf-phrases.php:376
275
- msgid "edit"
276
- msgstr ""
277
-
278
- #: wpf-admin/options-tabs/accesses.php:28 wpf-includes/wpf-phrases.php:39
279
- msgid ""
280
- "Are you sure you want to remove this access set? Usergroups which attached "
281
- "to this access will lost all forum permissions."
282
- msgstr ""
283
-
284
- #: wpf-admin/options-tabs/accesses.php:28 wpf-includes/class-forums.php:541
285
- #: wpf-includes/wpf-phrases.php:375
286
- msgid "delete"
287
- msgstr ""
288
-
289
- #: wpf-admin/options-tabs/accesses.php:42 wpf-includes/wpf-phrases.php:14
290
- msgid "Access name"
291
- msgstr ""
292
-
293
- #: wpf-admin/options-tabs/accesses.php:62 wpf-includes/wpf-phrases.php:267
294
- msgid "Save"
295
- msgstr ""
296
-
297
- #: wpf-admin/options-tabs/accesses.php:62 wpf-includes/wpf-phrases.php:339
298
- msgid "Update"
299
- msgstr ""
300
-
301
- #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:291
302
- msgid "Show Admin Bar for Members"
303
- msgstr ""
304
-
305
- #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:328
306
- msgid "This option doesn't affect website admins."
307
- msgstr ""
308
-
309
- #: wpf-admin/options-tabs/features.php:10 wpf-includes/wpf-phrases.php:293
310
- msgid "Show Forum Page Title"
311
- msgstr ""
312
-
313
- #: wpf-admin/options-tabs/features.php:11 wpf-includes/wpf-phrases.php:296
314
- msgid "Show Top/Menu Bar"
315
- msgstr ""
316
-
317
- #: wpf-admin/options-tabs/features.php:12 wpf-includes/wpf-phrases.php:295
318
- msgid "Show Top Search"
319
- msgstr ""
320
-
321
- #: wpf-admin/options-tabs/features.php:13 wpf-includes/wpf-phrases.php:292
322
- msgid "Show Breadcrumb"
323
- msgstr ""
324
-
325
- #: wpf-admin/options-tabs/features.php:14 wpf-includes/wpf-phrases.php:294
326
- msgid "Show Forum Statistic"
327
- msgstr ""
328
-
329
- #: wpf-admin/options-tabs/features.php:15 wpf-includes/wpf-phrases.php:254
330
- msgid "Replace Author Link to Forum Profile"
331
- msgstr ""
332
-
333
- #: wpf-admin/options-tabs/features.php:16 wpf-includes/wpf-phrases.php:255
334
- msgid "Replace Comment Author Link to Forum Profile"
335
- msgstr ""
336
-
337
- #: wpf-admin/options-tabs/features.php:17 wpf-includes/wpf-phrases.php:257
338
- msgid "Replace Registration Page URL to Forum URL"
339
- msgstr ""
340
-
341
- #: wpf-admin/options-tabs/features.php:18 wpf-includes/wpf-phrases.php:256
342
- msgid "Replace Login Page URL to Forum URL"
343
- msgstr ""
344
-
345
- #: wpf-admin/options-tabs/features.php:19 wpf-includes/wpf-phrases.php:253
346
- msgid "Replace Author Avatar with Forum Profile Avatar"
347
- msgstr ""
348
-
349
- #: wpf-admin/options-tabs/features.php:20 wpf-includes/wpf-phrases.php:76
350
- msgid "Enable Avatars"
351
- msgstr ""
352
-
353
- #: wpf-admin/options-tabs/features.php:21 wpf-includes/wpf-phrases.php:77
354
- msgid "Enable Custom Avatars"
355
- msgstr ""
356
-
357
- #: wpf-admin/options-tabs/features.php:22 wpf-includes/wpf-phrases.php:31
358
- msgid "Allow Member Signature"
359
- msgstr ""
360
-
361
- #: wpf-admin/options-tabs/features.php:23 wpf-includes/wpf-phrases.php:79
362
- msgid "Enable Member Rating"
363
- msgstr ""
364
-
365
- #: wpf-admin/options-tabs/features.php:24 wpf-includes/wpf-phrases.php:80
366
- msgid "Enable Member Rating Titles"
367
- msgstr ""
368
-
369
- #: wpf-admin/options-tabs/features.php:25 wpf-includes/wpf-phrases.php:78
370
- msgid "Enable Member Cashe"
371
- msgstr ""
372
-
373
- #: wpf-admin/options-tabs/features.php:26 wpf-includes/wpf-phrases.php:83
374
- msgid "Enable wpForo SEO for Meta Titles"
375
- msgstr ""
376
-
377
- #: wpf-admin/options-tabs/features.php:27 wpf-includes/wpf-phrases.php:82
378
- msgid "Enable wpForo SEO for Meta Tags"
379
- msgstr ""
380
-
381
- #: wpf-admin/options-tabs/features.php:28 wpf-includes/wpf-phrases.php:81
382
- msgid "Enable wpForo Font-Awesome Lib"
383
- msgstr ""
384
-
385
- #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:132
386
- msgid "Help wpForo to grow, show plugin info"
387
- msgstr ""
388
-
389
- #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:223
390
- msgid ""
391
- "Please enable this option to help wpForo get more popularity as your thank "
392
- "to the hard work we do for you totally free. This option adds a very small "
393
- "icon in forum footer, which will allow your site visitors recognize the name "
394
- "of forum solution you use."
395
- msgstr ""
396
-
397
- #: wpf-admin/options-tabs/features.php:46 wpf-includes/wpf-phrases.php:361
398
- msgid "Yes"
399
- msgstr ""
400
-
401
- #: wpf-admin/options-tabs/features.php:47 wpf-includes/wpf-phrases.php:193
402
- msgid "No"
403
- msgstr ""
404
-
405
- #: wpf-admin/options-tabs/features.php:57 wpf-admin/options-tabs/forums.php:16
406
- #: wpf-admin/options-tabs/general.php:49 wpf-admin/options-tabs/members.php:86
407
- #: wpf-admin/options-tabs/posts.php:57 wpf-admin/options-tabs/styles.php:46
408
- #: wpf-admin/options-tabs/subscriptions.php:75 wpf-includes/wpf-phrases.php:340
409
- msgid "Update Options"
410
- msgstr ""
411
-
412
- #: wpf-admin/options-tabs/general.php:14 wpf-includes/wpf-phrases.php:119
413
- msgid "Forum Title"
414
- msgstr ""
415
-
416
- #: wpf-admin/options-tabs/general.php:18 wpf-includes/wpf-phrases.php:106
417
- msgid "Forum Description"
418
- msgstr ""
419
-
420
- #: wpf-admin/options-tabs/general.php:22 wpf-includes/wpf-phrases.php:105
421
- msgid "Forum Base URL"
422
- msgstr ""
423
-
424
- #: wpf-admin/options-tabs/general.php:27 wpf-includes/wpf-phrases.php:63
425
- msgid "Dashboard Menu Position"
426
- msgstr ""
427
-
428
- #: wpf-admin/options-tabs/general.php:28 wpf-includes/wpf-phrases.php:320
429
- msgid "The position in the menu order wpForo should appear."
430
- msgstr ""
431
-
432
- #: wpf-admin/options-tabs/general.php:29 wpf-includes/wpf-phrases.php:344
433
- msgid ""
434
- "Use greater than 5 - below Posts, 10 - below Media, 15 - below Links, 20 - "
435
- "below Pages, 25 - below comments, 60 - below first separator, 65 - below "
436
- "Plugins, 70 - below Users, 75 - below Tools, 80 - below Settings, 100 - "
437
- "below second separator"
438
- msgstr ""
439
-
440
- #: wpf-admin/options-tabs/general.php:37 wpf-includes/wpf-phrases.php:108
441
- msgid "Forum Language"
442
- msgstr ""
443
-
444
- #: wpf-admin/options-tabs/general.php:61 wpf-includes/wpf-phrases.php:142
445
- msgid "Language XML file"
446
- msgstr ""
447
-
448
- #: wpf-admin/options-tabs/general.php:70 wpf-includes/wpf-phrases.php:22
449
- msgid "Add New Language"
450
- msgstr ""
451
-
452
- #: wpf-admin/options-tabs/members.php:13 wpf-includes/wpf-phrases.php:214
453
- msgid "Online status timeout"
454
- msgstr ""
455
-
456
- #: wpf-admin/options-tabs/members.php:16 wpf-admin/options-tabs/posts.php:19
457
- #: wpf-admin/options-tabs/posts.php:23 wpf-admin/options-tabs/posts.php:31
458
- #: wpf-admin/options-tabs/posts.php:35 wpf-includes/wpf-phrases.php:385
459
- msgid "minutes"
460
- msgstr ""
461
-
462
- #: wpf-admin/options-tabs/members.php:20 wpf-includes/wpf-phrases.php:177
463
- msgid "Members URL structure"
464
- msgstr ""
465
-
466
- #: wpf-admin/options-tabs/members.php:30 wpf-includes/wpf-phrases.php:61
467
- msgid "Custom Authorisation URLs"
468
- msgstr ""
469
-
470
- #: wpf-admin/options-tabs/members.php:41 wpf-includes/wpf-phrases.php:160
471
- msgid "Login URL"
472
- msgstr ""
473
-
474
- #: wpf-admin/options-tabs/members.php:42 wpf-includes/wpf-phrases.php:249
475
- msgid "Register URL"
476
- msgstr ""
477
-
478
- #: wpf-admin/options-tabs/members.php:43 wpf-includes/wpf-phrases.php:162
479
- msgid "Lost Password URL"
480
- msgstr ""
481
-
482
- #: wpf-admin/options-tabs/members.php:49 wpf-includes/wpf-phrases.php:172
483
- msgid "Member Reputation"
484
- msgstr ""
485
-
486
- #: wpf-admin/options-tabs/members.php:57 wpf-includes/wpf-phrases.php:244
487
- msgid "Rating Level"
488
- msgstr ""
489
-
490
- #: wpf-admin/options-tabs/members.php:58 wpf-includes/wpf-phrases.php:181
491
- msgid "Min Number of Posts"
492
- msgstr ""
493
-
494
- #: wpf-admin/options-tabs/members.php:59 wpf-includes/wpf-phrases.php:173
495
- msgid "Member Title"
496
- msgstr ""
497
-
498
- #: wpf-admin/options-tabs/members.php:60 wpf-includes/wpf-phrases.php:290
499
- msgid "Short Badge"
500
- msgstr ""
501
-
502
- #: wpf-admin/options-tabs/members.php:61 wpf-includes/wpf-phrases.php:126
503
- msgid "Full Badge"
504
- msgstr ""
505
-
506
- #: wpf-admin/options-tabs/members.php:62 wpf-includes/wpf-phrases.php:242
507
- msgid "Rating Color"
508
- msgstr ""
509
-
510
- #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:243
511
- msgid "Rating Icon"
512
- msgstr ""
513
-
514
- #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:183
515
- msgid "More"
516
- msgstr ""
517
-
518
- #: wpf-admin/options-tabs/members.php:68 wpf-includes/wpf-phrases.php:156
519
- msgid "Level"
520
- msgstr ""
521
-
522
- #: wpf-admin/options-tabs/members.php:69 wpf-includes/wpf-phrases.php:208
523
- msgid "Number of Posts"
524
- msgstr ""
525
-
526
- #: wpf-admin/options-tabs/members.php:70 wpf-includes/wpf-phrases.php:62
527
- msgid "Custom Title"
528
- msgstr ""
529
-
530
- #: wpf-admin/options-tabs/members.php:73 wpf-includes/wpf-phrases.php:56
531
- msgid "Color"
532
- msgstr ""
533
-
534
- #: wpf-admin/options-tabs/members.php:74 wpf-includes/wpf-phrases.php:48
535
- msgid "Badge Icon"
536
- msgstr ""
537
-
538
- #: wpf-admin/options-tabs/plugins.php:9
539
- msgid ""
540
- "Thank you for using wpForo. wpForo is a premium forum plugin which will "
541
- "always be available for free. There will never be paid and pro versions of "
542
- "this forum board. However this is a very large and hard project so we also "
543
- "develop paid addons (extensions), which will financially help us to keep "
544
- "improving and adding new features to the free wpForo plugin. Forum addons "
545
- "will also be actively developed. The first addons \"Advanced Media Uploader"
546
- "\", \"Polls\", \"Private Messages\" and \"Ad Manager\" will be available "
547
- "very soon. Once you got some addon and activated that, you will find "
548
- "settings in vertical subTabs here."
549
- msgstr ""
550
-
551
- #: wpf-admin/options-tabs/posts.php:14 wpf-includes/wpf-phrases.php:210
552
- msgid "Number of Topics per Page"
553
- msgstr ""
554
-
555
- #: wpf-admin/options-tabs/posts.php:18 wpf-includes/wpf-phrases.php:30
556
- msgid "Allow Edit Own Topic for"
557
- msgstr ""
558
-
559
- #: wpf-admin/options-tabs/posts.php:22 wpf-includes/wpf-phrases.php:27
560
- msgid "Allow Delete Own Topic for"
561
- msgstr ""
562
-
563
- #: wpf-admin/options-tabs/posts.php:26 wpf-includes/wpf-phrases.php:209
564
- msgid "Number of Posts per Page"
565
- msgstr ""
566
-
567
- #: wpf-admin/options-tabs/posts.php:30 wpf-includes/wpf-phrases.php:29
568
- msgid "Allow Edit Own Post for"
569
- msgstr ""
570
-
571
- #: wpf-admin/options-tabs/posts.php:34 wpf-includes/wpf-phrases.php:28
572
- msgid "Allow Delete Own post for"
573
- msgstr ""
574
-
575
- #: wpf-admin/options-tabs/posts.php:40 wpf-includes/wpf-phrases.php:167
576
- msgid "Maximum upload file size"
577
- msgstr ""
578
-
579
- #: wpf-admin/options-tabs/posts.php:41 wpf-includes/wpf-phrases.php:365
580
- msgid ""
581
- "You can not set this value more than \"upload_max_filesize\" and "
582
- "\"post_max_size\". If you want to increase server parameters please contact "
583
- "to your hosting service support."
584
- msgstr ""
585
-
586
- #: wpf-admin/options-tabs/posts.php:44 wpf-includes/wpf-phrases.php:164
587
- msgid "MB"
588
- msgstr ""
589
-
590
- #: wpf-admin/options-tabs/posts.php:47 wpf-includes/wpf-phrases.php:285
591
- msgid "Server \"upload_max_filesize\" is "
592
- msgstr ""
593
-
594
- #: wpf-admin/options-tabs/posts.php:48 wpf-includes/wpf-phrases.php:284
595
- msgid "Server \"post_max_size\" is "
596
- msgstr ""
597
-
598
- #: wpf-admin/options-tabs/subscriptions.php:13 wpf-includes/wpf-phrases.php:124
599
- msgid "From Name"
600
- msgstr ""
601
-
602
- #: wpf-admin/options-tabs/subscriptions.php:17 wpf-includes/wpf-phrases.php:123
603
- msgid "From Email Address"
604
- msgstr ""
605
-
606
- #: wpf-admin/options-tabs/subscriptions.php:22 wpf-includes/wpf-phrases.php:104
607
- msgid "Forum Admin Email Addresses"
608
- msgstr ""
609
-
610
- #: wpf-admin/options-tabs/subscriptions.php:23 wpf-includes/wpf-phrases.php:57
611
- msgid ""
612
- "Comma separated email addresses of forum administrators to get forum "
613
- "notifications. For example post report messages."
614
- msgstr ""
615
-
616
- #: wpf-admin/options-tabs/subscriptions.php:29 wpf-includes/wpf-phrases.php:314
617
- msgid "Subscription Emails"
618
- msgstr ""
619
-
620
- #: wpf-admin/options-tabs/subscriptions.php:33 wpf-includes/wpf-phrases.php:311
621
- msgid "Subscribe confirmation email subject"
622
- msgstr ""
623
-
624
- #: wpf-admin/options-tabs/subscriptions.php:37 wpf-includes/wpf-phrases.php:310
625
- msgid "Subscribe confirmation email message"
626
- msgstr ""
627
-
628
- #: wpf-admin/options-tabs/subscriptions.php:41 wpf-includes/wpf-phrases.php:192
629
- msgid "New topic notification email subject"
630
- msgstr ""
631
-
632
- #: wpf-admin/options-tabs/subscriptions.php:45 wpf-includes/wpf-phrases.php:191
633
- msgid "New topic notification email message"
634
- msgstr ""
635
-
636
- #: wpf-admin/options-tabs/subscriptions.php:49 wpf-includes/wpf-phrases.php:190
637
- msgid "New reply notification email subject"
638
- msgstr ""
639
-
640
- #: wpf-admin/options-tabs/subscriptions.php:53 wpf-includes/wpf-phrases.php:189
641
- msgid "New reply notification email message"
642
- msgstr ""
643
-
644
- #: wpf-admin/options-tabs/subscriptions.php:58 wpf-includes/wpf-phrases.php:224
645
- msgid "Post Reporting Emails"
646
- msgstr ""
647
-
648
- #: wpf-admin/options-tabs/subscriptions.php:59 wpf-includes/wpf-phrases.php:327
649
- msgid "This message comes from post reporting pop-up form."
650
- msgstr ""
651
-
652
- #: wpf-admin/options-tabs/subscriptions.php:64 wpf-includes/wpf-phrases.php:263
653
- msgid "Report message subject"
654
- msgstr ""
655
-
656
- #: wpf-admin/options-tabs/subscriptions.php:69 wpf-includes/wpf-phrases.php:262
657
- msgid "Report message body"
658
- msgstr ""
659
-
660
- #: wpf-admin/options.php:8 wpf-includes/wpf-phrases.php:115
661
- msgid "Forum Settings"
662
- msgstr ""
663
-
664
- #: wpf-admin/options.php:13 wpf-includes/wpf-phrases.php:127
665
- msgid "General"
666
- msgstr ""
667
-
668
- #: wpf-admin/options.php:15 wpf-includes/wpf-phrases.php:103
669
- msgid "Forum Accesses"
670
- msgstr ""
671
-
672
- #: wpf-admin/options.php:16 wpf-includes/wpf-phrases.php:335
673
- msgid "Topics &amp; Posts"
674
- msgstr ""
675
-
676
- #: wpf-admin/options.php:18 wpf-includes/wpf-phrases.php:75
677
- msgid "Emails"
678
- msgstr ""
679
-
680
- #: wpf-admin/options.php:19 wpf-includes/wpf-phrases.php:94
681
- msgid "Features"
682
- msgstr ""
683
-
684
- #: wpf-admin/options.php:21 wpf-includes/wpf-phrases.php:308
685
- msgid "Styles"
686
- msgstr ""
687
-
688
- #: wpf-admin/options.php:22 wpf-includes/wpf-phrases.php:25
689
- msgid "Addons"
690
- msgstr ""
691
-
692
- #: wpf-admin/phrase.php:10 wpf-includes/wpf-phrases.php:125
693
- msgid "Front-end Phrases"
694
- msgstr ""
695
-
696
- #: wpf-admin/themes.php:9 wpf-includes/wpf-phrases.php:118
697
- msgid "Forum Themes"
698
- msgstr ""
699
-
700
- #: wpf-admin/themes.php:46 wpf-includes/wpf-phrases.php:60
701
- msgid "Current active theme"
702
- msgstr ""
703
-
704
- #: wpf-admin/themes.php:48 wpf-includes/wpf-phrases.php:136
705
- msgid "Inactive"
706
- msgstr ""
707
-
708
- #: wpf-admin/themes.php:52 wpf-includes/wpf-phrases.php:141
709
- msgid "LAYOUTS"
710
- msgstr ""
711
-
712
- #: wpf-admin/themes.php:68 wpf-includes/wpf-phrases.php:17
713
- msgid "Activate"
714
- msgstr ""
715
-
716
- #: wpf-admin/themes.php:69 wpf-includes/wpf-phrases.php:122
717
- msgid "Fresh Installation"
718
- msgstr ""
719
-
720
- #: wpf-admin/themes.php:71 wpf-includes/wpf-phrases.php:138
721
- msgid "Install"
722
- msgstr ""
723
-
724
- #: wpf-admin/themes.php:73 wpf-includes/wpf-phrases.php:38
725
- msgid "Are you sure you want to delete this theme files?"
726
- msgstr ""
727
-
728
- #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:40
729
- msgid ""
730
- "Are you sure you want to reset all settings and style colors to default?"
731
- msgstr ""
732
-
733
- #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:265
734
- msgid "Reset Settings"
735
- msgstr ""
736
-
737
- #: wpf-admin/themes.php:96 wpf-includes/wpf-phrases.php:198
738
- msgid "No layout found"
739
- msgstr ""
740
-
741
- #: wpf-admin/themes.php:107 wpf-includes/wpf-phrases.php:203
742
- msgid "No theme found"
743
- msgstr ""
744
-
745
- #: wpf-admin/usergroup.php:8
746
- msgid "Usergroups"
747
- msgstr ""
748
-
749
- #: wpf-admin/usergroup.php:18 wpf-admin/usergroup.php:30
750
- #: wpf-admin/usergroup.php:62
751
- msgid "Usergroup Name"
752
- msgstr ""
753
-
754
- #: wpf-admin/usergroup.php:19
755
- msgid "Users Count"
756
- msgstr ""
757
-
758
- #: wpf-admin/usergroup.php:36
759
- msgid "Edit this usergroup"
760
- msgstr ""
761
-
762
- #: wpf-admin/usergroup.php:36 wpf-includes/functions.php:254
763
- #: wpf-includes/functions.php:467 wpf-includes/wpf-phrases.php:72
764
- msgid "Edit"
765
- msgstr ""
766
-
767
- #: wpf-admin/usergroup.php:37
768
- msgid "Delete this usergroup"
769
- msgstr ""
770
-
771
- #: wpf-admin/usergroup.php:39
772
- msgid "View users list in this usergroup"
773
- msgstr ""
774
-
775
- #: wpf-admin/usergroup.php:43
776
- msgid "Count of users in this usergroup"
777
- msgstr ""
778
-
779
- #: wpf-admin/usergroup.php:62 wpf-includes/wpf-phrases.php:131
780
- msgid "Guest"
781
- msgstr ""
782
-
783
- #: wpf-admin/usergroup.php:85 wpf-includes/wpf-phrases.php:369
784
- msgid "add"
785
- msgstr ""
786
-
787
- #: wpf-admin/usergroup.php:85
788
- msgid "save"
789
- msgstr ""
790
-
791
- #: wpf-admin/usergroup.php:106
792
- msgid "Delete Chosen Usergroup And Users"
793
- msgstr ""
794
-
795
- #: wpf-admin/usergroup.php:116
796
- msgid "Delete Chosen Usergroup And Join Users To Other Usergroup"
797
- msgstr ""
798
-
799
- #: wpf-admin/usergroup.php:128
800
- msgid "Users will be join this usergroup"
801
- msgstr ""
802
-
803
- #: wpf-includes/class-notices.php:128 wpf-includes/wpf-phrases.php:68
804
- msgid "Dismiss this notice."
805
- msgstr ""
806
-
807
- #: wpf-includes/class-permissions.php:116 wpf-includes/wpf-phrases.php:415
808
- #, php-format
809
- msgid "%s access successfully added"
810
- msgstr ""
811
-
812
- #: wpf-includes/class-permissions.php:141 wpf-includes/wpf-phrases.php:416
813
- #, php-format
814
- msgid "%s access successfully edited"
815
- msgstr ""
816
-
817
- #: wpf-includes/class-phrases.php:157
818
- #: wpf-includes/functions-installation.php:28 wpf-includes/wpf-phrases.php:7
819
- msgid " Forum"
820
- msgstr ""
821
-
822
- #: wpf-includes/class-phrases.php:158
823
- #: wpf-includes/functions-installation.php:29 wpf-includes/wpf-phrases.php:6
824
- msgid " Discussion Board"
825
- msgstr ""
826
-
827
- #: wpf-includes/class-template.php:868 wpf-includes/wpf-phrases.php:324
828
- msgid "Theme file not readable"
829
- msgstr ""
830
-
831
- #: wpf-includes/functions-template.php:7
832
- msgid "wpForo Menu"
833
- msgstr ""
834
-
835
- #: wpf-includes/functions-template.php:149 wpf-includes/wpf-phrases.php:405
836
- msgid "wpForo Sidebar"
837
- msgstr ""
838
-
839
- #: wpf-includes/functions-template.php:150 wpf-includes/wpf-phrases.php:188
840
- msgid ""
841
- "NOTE: If you're going to add widgets in this sidebar, please use 'Full "
842
- "Width' template for wpForo index page to avoid sidebar duplication."
843
- msgstr ""
844
-
845
- #: wpf-includes/functions-template.php:188
846
- #: wpf-includes/functions-template.php:295
847
- #: wpf-includes/functions-template.php:358
848
- #: wpf-includes/functions-template.php:435
849
- #: wpf-includes/functions-template.php:482 wpf-includes/wpf-phrases.php:330
850
- msgid "Title"
851
- msgstr ""
852
-
853
- #: wpf-includes/functions-template.php:361
854
- #: wpf-includes/functions-template.php:438 wpf-includes/wpf-phrases.php:207
855
- msgid "Number of Items"
856
- msgstr ""
857
-
858
- #: wpf-includes/functions-template.php:366 wpf-includes/wpf-phrases.php:69
859
- msgid "Display Avatars"
860
- msgstr ""
861
-
862
- #: wpf-includes/functions-template.php:442 wpf-includes/wpf-phrases.php:71
863
- msgid "Display with Avatars"
864
- msgstr ""
865
-
866
- #: wpf-includes/functions.php:252 wpf-includes/functions.php:465
867
- #: wpf-includes/wpf-phrases.php:50
868
- msgid "Bulk Actions"
869
- msgstr ""
870
-
871
- #: wpf-includes/functions.php:259 wpf-includes/functions.php:553
872
- #: wpf-includes/wpf-phrases.php:36
873
- msgid "Apply"
874
- msgstr ""
875
-
876
- #: wpf-includes/functions.php:268 wpf-includes/wpf-phrases.php:297
877
- msgid "Show all forums"
878
- msgstr ""
879
-
880
- #: wpf-includes/functions.php:297 wpf-includes/functions.php:475
881
- #: wpf-includes/wpf-phrases.php:380
882
- msgid "item"
883
- msgstr ""
884
-
885
- #: wpf-includes/functions.php:330 wpf-includes/functions.php:346
886
- #: wpf-includes/wpf-phrases.php:281
887
- msgid "Select All"
888
- msgstr ""
889
-
890
- #: wpf-includes/functions.php:412 wpf-includes/wpf-phrases.php:66
891
- msgid "Delete this item"
892
- msgstr ""
893
-
894
- #: wpf-includes/functions.php:412 wpf-includes/wpf-phrases.php:41
895
- msgid "Are you sure you whant to DELETE this item?"
896
- msgstr ""
897
-
898
- #: wpf-includes/functions.php:457 wpf-includes/wpf-phrases.php:197
899
- msgid "No items found"
900
- msgstr ""
901
-
902
- #: wpf-includes/functions.php:552 wpf-includes/wpf-phrases.php:139
903
- msgid "Items"
904
- msgstr ""
905
-
906
- #: wpf-includes/functions.php:795
907
- #, php-format
908
- msgid "Could not write file %s"
909
- msgstr ""
910
-
911
- #: wpf-includes/wpf-hooks.php:20 wpf-includes/wpf-phrases.php:134
912
- msgid ""
913
- "IMPORTANT! Uninstall is not a simple deactivation action. This action will "
914
- "permanently remove all forum data (forums, topics, replies, attachments...) "
915
- "from database. Please backup database before this action, you may need this "
916
- "forum data in future. If you are sure that you want to delete all forum data "
917
- "please confirm. If not, just cancel it, then you can deactivate this plugin, "
918
- "that will not remove forum data."
919
- msgstr ""
920
-
921
- #: wpf-includes/wpf-hooks.php:20
922
- msgid "Uninstall"
923
- msgstr ""
924
-
925
- #: wpf-includes/wpf-hooks.php:23
926
- msgid "Settings"
927
- msgstr ""
928
-
929
- #: wpf-includes/wpf-hooks.php:806 wpf-includes/wpf-phrases.php:184
930
- msgid "Move"
931
- msgstr ""
932
-
933
- #: wpf-includes/wpf-hooks.php:852
934
- msgid "Dismiss"
935
- msgstr ""
936
-
937
- #: wpf-includes/wpf-hooks.php:877 wpf-includes/wpf-phrases.php:407
938
- msgid "wpForo Usergroup"
939
- msgstr ""
940
-
941
- #: wpf-includes/wpf-hooks.php:885 wpf-includes/wpf-phrases.php:406
942
- msgid "wpForo User Timezone"
943
- msgstr ""
944
-
945
- #: wpf-includes/wpf-phrases.php:8
946
- #, php-format
947
- msgid "%s and %s liked"
948
- msgstr ""
949
-
950
- #: wpf-includes/wpf-phrases.php:9
951
- #, php-format
952
- msgid "%s liked"
953
- msgstr ""
954
-
955
- #: wpf-includes/wpf-phrases.php:10
956
- #, php-format
957
- msgid "%s, %s and %s liked"
958
- msgstr ""
959
-
960
- #: wpf-includes/wpf-phrases.php:11
961
- #, php-format
962
- msgid "%s, %s, %s and %d people liked"
963
- msgstr ""
964
-
965
- #: wpf-includes/wpf-phrases.php:12
966
- msgid "AOL IM"
967
- msgstr ""
968
-
969
- #: wpf-includes/wpf-phrases.php:13
970
- msgid "About Me"
971
- msgstr ""
972
-
973
- #: wpf-includes/wpf-phrases.php:16
974
- msgid "Account"
975
- msgstr ""
976
-
977
- #: wpf-includes/wpf-phrases.php:19
978
- msgid "Activity"
979
- msgstr ""
980
-
981
- #: wpf-includes/wpf-phrases.php:23
982
- msgid "Add a comment"
983
- msgstr ""
984
-
985
- #: wpf-includes/wpf-phrases.php:24
986
- msgid "Add topic"
987
- msgstr ""
988
-
989
- #: wpf-includes/wpf-phrases.php:32
990
- msgid "Answer"
991
- msgstr ""
992
-
993
- #: wpf-includes/wpf-phrases.php:33
994
- msgid "Answer to"
995
- msgstr ""
996
-
997
- #: wpf-includes/wpf-phrases.php:34
998
- msgid "Answers"
999
- msgstr ""
1000
-
1001
- #: wpf-includes/wpf-phrases.php:35
1002
- msgid "Any Date"
1003
- msgstr ""
1004
-
1005
- #: wpf-includes/wpf-phrases.php:42
1006
- msgid "Ascending order"
1007
- msgstr ""
1008
-
1009
- #: wpf-includes/wpf-phrases.php:43
1010
- msgid "Attach file:"
1011
- msgstr ""
1012
-
1013
- #: wpf-includes/wpf-phrases.php:47
1014
- msgid "Avatar"
1015
- msgstr ""
1016
-
1017
- #: wpf-includes/wpf-phrases.php:53
1018
- msgid "Change password"
1019
- msgstr ""
1020
-
1021
- #: wpf-includes/wpf-phrases.php:54
1022
- msgid "Choose target forum"
1023
- msgstr ""
1024
-
1025
- #: wpf-includes/wpf-phrases.php:55 wpf-themes/classic/functions.php:31
1026
- #: wpf-themes/classic/functions.php:52 wpf-themes/classic/functions.php:81
1027
- msgid "Collapsed"
1028
- msgstr ""
1029
-
1030
- #: wpf-includes/wpf-phrases.php:58
1031
- msgid "Comments"
1032
- msgstr ""
1033
-
1034
- #: wpf-includes/wpf-phrases.php:59
1035
- msgid "Confirm my subscription"
1036
- msgstr ""
1037
-
1038
- #: wpf-includes/wpf-phrases.php:64
1039
- msgid "Date"
1040
- msgstr ""
1041
-
1042
- #: wpf-includes/wpf-phrases.php:67
1043
- msgid "Descending order"
1044
- msgstr ""
1045
-
1046
- #: wpf-includes/wpf-phrases.php:70
1047
- msgid "Display Name"
1048
- msgstr ""
1049
-
1050
- #: wpf-includes/wpf-phrases.php:73
1051
- msgid "Edited: "
1052
- msgstr ""
1053
-
1054
- #: wpf-includes/wpf-phrases.php:74
1055
- msgid "Email"
1056
- msgstr ""
1057
-
1058
- #: wpf-includes/wpf-phrases.php:86
1059
- msgid "Enter title here"
1060
- msgstr ""
1061
-
1062
- #: wpf-includes/wpf-phrases.php:87 wpf-themes/classic/functions.php:30
1063
- #: wpf-themes/classic/functions.php:51 wpf-themes/classic/functions.php:80
1064
- msgid "Expanded"
1065
- msgstr ""
1066
-
1067
- #: wpf-includes/wpf-phrases.php:88 wpf-themes/classic/functions.php:77
1068
- msgid "Extended Layout - Intro posts"
1069
- msgstr ""
1070
-
1071
- #: wpf-includes/wpf-phrases.php:89 wpf-themes/classic/functions.php:27
1072
- msgid "Extended Layout - Intro topics"
1073
- msgstr ""
1074
-
1075
- #: wpf-includes/wpf-phrases.php:90 wpf-themes/classic/functions.php:87
1076
- msgid "Extended Layout - Number of intro posts"
1077
- msgstr ""
1078
-
1079
- #: wpf-includes/wpf-phrases.php:91 wpf-themes/classic/functions.php:36
1080
- msgid "Extended Layout - Number of intro topics"
1081
- msgstr ""
1082
-
1083
- #: wpf-includes/wpf-phrases.php:92
1084
- msgid "Facebook"
1085
- msgstr ""
1086
-
1087
- #: wpf-includes/wpf-phrases.php:93
1088
- msgid "Failed to write file to disk"
1089
- msgstr ""
1090
-
1091
- #: wpf-includes/wpf-phrases.php:95
1092
- msgid "File upload stopped by extension"
1093
- msgstr ""
1094
-
1095
- #: wpf-includes/wpf-phrases.php:96
1096
- msgid "Find Posts by User"
1097
- msgstr ""
1098
-
1099
- #: wpf-includes/wpf-phrases.php:97
1100
- msgid "Find Topics Started by User"
1101
- msgstr ""
1102
-
1103
- #: wpf-includes/wpf-phrases.php:98
1104
- msgid "First post and replies"
1105
- msgstr ""
1106
-
1107
- #: wpf-includes/wpf-phrases.php:99
1108
- msgid "Forum"
1109
- msgstr ""
1110
-
1111
- #: wpf-includes/wpf-phrases.php:100
1112
- msgid "Forum - Login"
1113
- msgstr ""
1114
-
1115
- #: wpf-includes/wpf-phrases.php:101
1116
- msgid "Forum - Page Not Found"
1117
- msgstr ""
1118
-
1119
- #: wpf-includes/wpf-phrases.php:102
1120
- msgid "Forum - Registration"
1121
- msgstr ""
1122
-
1123
- #: wpf-includes/wpf-phrases.php:107
1124
- msgid "Forum Home"
1125
- msgstr ""
1126
-
1127
- #: wpf-includes/wpf-phrases.php:109
1128
- msgid "Forum Members"
1129
- msgstr ""
1130
-
1131
- #: wpf-includes/wpf-phrases.php:112
1132
- msgid "Forum Profile"
1133
- msgstr ""
1134
-
1135
- #: wpf-includes/wpf-phrases.php:113
1136
- msgid "Forum RSS Feed"
1137
- msgstr ""
1138
-
1139
- #: wpf-includes/wpf-phrases.php:117
1140
- msgid "Forum Statistics"
1141
- msgstr ""
1142
-
1143
- #: wpf-includes/wpf-phrases.php:120
1144
- msgid "Forum is empty"
1145
- msgstr ""
1146
-
1147
- #: wpf-includes/wpf-phrases.php:129
1148
- msgid "Group"
1149
- msgstr ""
1150
-
1151
- #: wpf-includes/wpf-phrases.php:130
1152
- msgid "Gtalk"
1153
- msgstr ""
1154
-
1155
- #: wpf-includes/wpf-phrases.php:133
1156
- msgid "ICQ"
1157
- msgstr ""
1158
-
1159
- #: wpf-includes/wpf-phrases.php:137
1160
- msgid "Insert member name or email"
1161
- msgstr ""
1162
-
1163
- #: wpf-includes/wpf-phrases.php:140
1164
- msgid "Joined"
1165
- msgstr ""
1166
-
1167
- #: wpf-includes/wpf-phrases.php:143
1168
- msgid "Last 24 hours"
1169
- msgstr ""
1170
-
1171
- #: wpf-includes/wpf-phrases.php:144
1172
- msgid "Last 3 Months"
1173
- msgstr ""
1174
-
1175
- #: wpf-includes/wpf-phrases.php:145
1176
- msgid "Last 6 Months"
1177
- msgstr ""
1178
-
1179
- #: wpf-includes/wpf-phrases.php:146
1180
- msgid "Last Active"
1181
- msgstr ""
1182
-
1183
- #: wpf-includes/wpf-phrases.php:147
1184
- msgid "Last Month"
1185
- msgstr ""
1186
-
1187
- #: wpf-includes/wpf-phrases.php:148
1188
- msgid "Last Post"
1189
- msgstr ""
1190
-
1191
- #: wpf-includes/wpf-phrases.php:149
1192
- msgid "Last Post Info"
1193
- msgstr ""
1194
-
1195
- #: wpf-includes/wpf-phrases.php:150
1196
- msgid "Last Week"
1197
- msgstr ""
1198
-
1199
- #: wpf-includes/wpf-phrases.php:151
1200
- msgid "Last Year ago"
1201
- msgstr ""
1202
-
1203
- #: wpf-includes/wpf-phrases.php:152
1204
- #, php-format
1205
- msgid "Last post by %s"
1206
- msgstr ""
1207
-
1208
- #: wpf-includes/wpf-phrases.php:153
1209
- msgid "Latest Post"
1210
- msgstr ""
1211
-
1212
- #: wpf-includes/wpf-phrases.php:154
1213
- msgid "Leave a reply"
1214
- msgstr ""
1215
-
1216
- #: wpf-includes/wpf-phrases.php:155
1217
- msgid "Length must be between 3 characters and 15 characters."
1218
- msgstr ""
1219
-
1220
- #: wpf-includes/wpf-phrases.php:157
1221
- msgid "Liked"
1222
- msgstr ""
1223
-
1224
- #: wpf-includes/wpf-phrases.php:158
1225
- msgid "Location"
1226
- msgstr ""
1227
-
1228
- #: wpf-includes/wpf-phrases.php:159
1229
- msgid "Login"
1230
- msgstr ""
1231
-
1232
- #: wpf-includes/wpf-phrases.php:161
1233
- msgid "Logout"
1234
- msgstr ""
1235
-
1236
- #: wpf-includes/wpf-phrases.php:163
1237
- msgid "Lost your password?"
1238
- msgstr ""
1239
-
1240
- #: wpf-includes/wpf-phrases.php:165
1241
- msgid "MSN"
1242
- msgstr ""
1243
-
1244
- #: wpf-includes/wpf-phrases.php:166
1245
- msgid "Maximum allowed file size is"
1246
- msgstr ""
1247
-
1248
- #: wpf-includes/wpf-phrases.php:168
1249
- msgid "Member Activity"
1250
- msgstr ""
1251
-
1252
- #: wpf-includes/wpf-phrases.php:169
1253
- msgid "Member Information"
1254
- msgstr ""
1255
-
1256
- #: wpf-includes/wpf-phrases.php:170
1257
- msgid "Member Rating"
1258
- msgstr ""
1259
-
1260
- #: wpf-includes/wpf-phrases.php:171
1261
- msgid "Member Rating Badge"
1262
- msgstr ""
1263
-
1264
- #: wpf-includes/wpf-phrases.php:174
1265
- msgid "Member information"
1266
- msgstr ""
1267
-
1268
- #: wpf-includes/wpf-phrases.php:178
1269
- msgid "Members not found"
1270
- msgstr ""
1271
-
1272
- #: wpf-includes/wpf-phrases.php:179
1273
- msgid "Messages"
1274
- msgstr ""
1275
-
1276
- #: wpf-includes/wpf-phrases.php:182
1277
- msgid "Missing a temporary folder"
1278
- msgstr ""
1279
-
1280
- #: wpf-includes/wpf-phrases.php:185
1281
- msgid "Move topic"
1282
- msgstr ""
1283
-
1284
- #: wpf-includes/wpf-phrases.php:186
1285
- msgid "Must be minimum 6 characters."
1286
- msgstr ""
1287
-
1288
- #: wpf-includes/wpf-phrases.php:187
1289
- msgid "My Profile"
1290
- msgstr ""
1291
-
1292
- #: wpf-includes/wpf-phrases.php:194
1293
- msgid "No activity found for this member."
1294
- msgstr ""
1295
-
1296
- #: wpf-includes/wpf-phrases.php:195
1297
- msgid "No file was uploaded"
1298
- msgstr ""
1299
-
1300
- #: wpf-includes/wpf-phrases.php:196
1301
- msgid "No forums were found here."
1302
- msgstr ""
1303
-
1304
- #: wpf-includes/wpf-phrases.php:200
1305
- msgid "No online members at the moment"
1306
- msgstr ""
1307
-
1308
- #: wpf-includes/wpf-phrases.php:202
1309
- msgid "No subscriptions found for this member."
1310
- msgstr ""
1311
-
1312
- #: wpf-includes/wpf-phrases.php:204
1313
- msgid "No topics were found here"
1314
- msgstr ""
1315
-
1316
- #: wpf-includes/wpf-phrases.php:211
1317
- msgid "Occupation"
1318
- msgstr ""
1319
-
1320
- #: wpf-includes/wpf-phrases.php:212
1321
- msgid "Offline"
1322
- msgstr ""
1323
-
1324
- #: wpf-includes/wpf-phrases.php:213
1325
- msgid "Online"
1326
- msgstr ""
1327
-
1328
- #: wpf-includes/wpf-phrases.php:215
1329
- msgid "Oops! The page you requested was not found!"
1330
- msgstr ""
1331
-
1332
- #: wpf-includes/wpf-phrases.php:216
1333
- msgid "Our newest member"
1334
- msgstr ""
1335
-
1336
- #: wpf-includes/wpf-phrases.php:217
1337
- msgid "Page"
1338
- msgstr ""
1339
-
1340
- #: wpf-includes/wpf-phrases.php:219
1341
- msgid "Password"
1342
- msgstr ""
1343
-
1344
- #: wpf-includes/wpf-phrases.php:221
1345
- #, php-format
1346
- msgid "Please %s or %s"
1347
- msgstr ""
1348
-
1349
- #: wpf-includes/wpf-phrases.php:225
1350
- msgid "Post Title"
1351
- msgstr ""
1352
-
1353
- #: wpf-includes/wpf-phrases.php:226
1354
- msgid "Post link"
1355
- msgstr ""
1356
-
1357
- #: wpf-includes/wpf-phrases.php:227
1358
- msgid "Posted"
1359
- msgstr ""
1360
-
1361
- #: wpf-includes/wpf-phrases.php:228
1362
- msgid "Posted by"
1363
- msgstr ""
1364
-
1365
- #: wpf-includes/wpf-phrases.php:230
1366
- msgid "Powered by"
1367
- msgstr ""
1368
-
1369
- #: wpf-includes/wpf-phrases.php:232 wpf-themes/classic/functions.php:57
1370
- msgid "Q&A Layout - Number of intro topics"
1371
- msgstr ""
1372
-
1373
- #: wpf-includes/wpf-phrases.php:233 wpf-themes/classic/functions.php:48
1374
- msgid "Q&A layout - Intro topics"
1375
- msgstr ""
1376
-
1377
- #: wpf-includes/wpf-phrases.php:234
1378
- msgid "Question Comments"
1379
- msgstr ""
1380
-
1381
- #: wpf-includes/wpf-phrases.php:235
1382
- msgid "Questions"
1383
- msgstr ""
1384
-
1385
- #: wpf-includes/wpf-phrases.php:236
1386
- msgid "Quote"
1387
- msgstr ""
1388
-
1389
- #: wpf-includes/wpf-phrases.php:237
1390
- msgid "RE"
1391
- msgstr ""
1392
-
1393
- #: wpf-includes/wpf-phrases.php:238
1394
- msgid "REPLY:"
1395
- msgstr ""
1396
-
1397
- #: wpf-includes/wpf-phrases.php:239
1398
- msgid "RSS"
1399
- msgstr ""
1400
-
1401
- #: wpf-includes/wpf-phrases.php:240
1402
- msgid "Rating"
1403
- msgstr ""
1404
-
1405
- #: wpf-includes/wpf-phrases.php:241
1406
- msgid "Rating Badge"
1407
- msgstr ""
1408
-
1409
- #: wpf-includes/wpf-phrases.php:245
1410
- msgid "Received Likes"
1411
- msgstr ""
1412
-
1413
- #: wpf-includes/wpf-phrases.php:246
1414
- msgid "Recent Questions"
1415
- msgstr ""
1416
-
1417
- #: wpf-includes/wpf-phrases.php:247
1418
- msgid "Recent Topics"
1419
- msgstr ""
1420
-
1421
- #: wpf-includes/wpf-phrases.php:248
1422
- msgid "Register"
1423
- msgstr ""
1424
-
1425
- #: wpf-includes/wpf-phrases.php:250
1426
- msgid "Registered date"
1427
- msgstr ""
1428
-
1429
- #: wpf-includes/wpf-phrases.php:251
1430
- msgid "Relevancy"
1431
- msgstr ""
1432
-
1433
- #: wpf-includes/wpf-phrases.php:252
1434
- msgid "Remember Me"
1435
- msgstr ""
1436
-
1437
- #: wpf-includes/wpf-phrases.php:258
1438
- msgid "Replies"
1439
- msgstr ""
1440
-
1441
- #: wpf-includes/wpf-phrases.php:259
1442
- msgid "Replies not found"
1443
- msgstr ""
1444
-
1445
- #: wpf-includes/wpf-phrases.php:260
1446
- msgid "Reply"
1447
- msgstr ""
1448
-
1449
- #: wpf-includes/wpf-phrases.php:261
1450
- msgid "Report"
1451
- msgstr ""
1452
-
1453
- #: wpf-includes/wpf-phrases.php:264
1454
- msgid "Report to Administration"
1455
- msgstr ""
1456
-
1457
- #: wpf-includes/wpf-phrases.php:266
1458
- msgid "Result Info"
1459
- msgstr ""
1460
-
1461
- #: wpf-includes/wpf-phrases.php:268
1462
- msgid "Save Changes"
1463
- msgstr ""
1464
-
1465
- #: wpf-includes/wpf-phrases.php:272
1466
- msgid "Search"
1467
- msgstr ""
1468
-
1469
- #: wpf-includes/wpf-phrases.php:273
1470
- msgid "Search Entire Posts"
1471
- msgstr ""
1472
-
1473
- #: wpf-includes/wpf-phrases.php:274
1474
- msgid "Search Phrase"
1475
- msgstr ""
1476
-
1477
- #: wpf-includes/wpf-phrases.php:275
1478
- msgid "Search Titles Only"
1479
- msgstr ""
1480
-
1481
- #: wpf-includes/wpf-phrases.php:276
1482
- msgid "Search Type"
1483
- msgstr ""
1484
-
1485
- #: wpf-includes/wpf-phrases.php:277
1486
- msgid "Search in Forums"
1487
- msgstr ""
1488
-
1489
- #: wpf-includes/wpf-phrases.php:278
1490
- msgid "Search in date period"
1491
- msgstr ""
1492
-
1493
- #: wpf-includes/wpf-phrases.php:279
1494
- msgid "Search result for"
1495
- msgstr ""
1496
-
1497
- #: wpf-includes/wpf-phrases.php:280
1498
- msgid "Search..."
1499
- msgstr ""
1500
-
1501
- #: wpf-includes/wpf-phrases.php:282
1502
- msgid "Select Page"
1503
- msgstr ""
1504
-
1505
- #: wpf-includes/wpf-phrases.php:283
1506
- msgid "Send Report"
1507
- msgstr ""
1508
-
1509
- #: wpf-includes/wpf-phrases.php:287
1510
- msgid "Set Topic Sticky"
1511
- msgstr ""
1512
-
1513
- #: wpf-includes/wpf-phrases.php:288 wpf-themes/classic/functions.php:88
1514
- msgid ""
1515
- "Set this option value 0 if you want to show all posts under topic intro area."
1516
- msgstr ""
1517
-
1518
- #: wpf-includes/wpf-phrases.php:289
1519
- msgid "Shop Account"
1520
- msgstr ""
1521
-
1522
- #: wpf-includes/wpf-phrases.php:299
1523
- msgid "Sign In"
1524
- msgstr ""
1525
-
1526
- #: wpf-includes/wpf-phrases.php:300
1527
- msgid "Signature"
1528
- msgstr ""
1529
-
1530
- #: wpf-includes/wpf-phrases.php:301
1531
- msgid "Site Profile"
1532
- msgstr ""
1533
-
1534
- #: wpf-includes/wpf-phrases.php:302
1535
- msgid "Skype"
1536
- msgstr ""
1537
-
1538
- #: wpf-includes/wpf-phrases.php:304
1539
- msgid "Social Networks"
1540
- msgstr ""
1541
-
1542
- #: wpf-includes/wpf-phrases.php:305
1543
- msgid "Sorry, something wrong with your data."
1544
- msgstr ""
1545
-
1546
- #: wpf-includes/wpf-phrases.php:306
1547
- msgid "Sort Search Results by"
1548
- msgstr ""
1549
-
1550
- #: wpf-includes/wpf-phrases.php:307
1551
- msgid "Specify avatar by URL"
1552
- msgstr ""
1553
-
1554
- #: wpf-includes/wpf-phrases.php:309
1555
- msgid "Subforums"
1556
- msgstr ""
1557
-
1558
- #: wpf-includes/wpf-phrases.php:312
1559
- msgid "Subscribe for new replies"
1560
- msgstr ""
1561
-
1562
- #: wpf-includes/wpf-phrases.php:313
1563
- msgid "Subscribe for new topics"
1564
- msgstr ""
1565
-
1566
- #: wpf-includes/wpf-phrases.php:315
1567
- msgid "Subscriptions"
1568
- msgstr ""
1569
-
1570
- #: wpf-includes/wpf-phrases.php:317
1571
- msgid ""
1572
- "Thank you for trying wpForo! This forum development was started on 2013 and "
1573
- "we were using it for our support community. Now it's ready for WordPress "
1574
- "community as well. It's on the Beta stage and we're working hard to reach "
1575
- "the Gold 1.0.0 version as soon as possible. wpForo is a professional "
1576
- "bulletin board for WorPress, and the only forum software which comes with "
1577
- "Multi-layout template system. The \"Extended"
1578
- msgstr ""
1579
-
1580
- #: wpf-includes/wpf-phrases.php:318
1581
- msgid ""
1582
- "Thank you for using wpForo. wpForo is a premium forum plugin which will "
1583
- "always be available for free. There will never be paid and pro versions of "
1584
- "this forum board. However this is a very large and hard project so we also "
1585
- "develop paid addons (extensions), which will financially help us to keep "
1586
- "improving and adding new features to the free wpForo plugin. Forum addons "
1587
- "will also be actively developed. The first addons \"Advanced Media Uploader"
1588
- msgstr ""
1589
-
1590
- #: wpf-includes/wpf-phrases.php:321
1591
- msgid ""
1592
- "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
1593
- "the HTML form"
1594
- msgstr ""
1595
-
1596
- #: wpf-includes/wpf-phrases.php:322
1597
- msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini"
1598
- msgstr ""
1599
-
1600
- #: wpf-includes/wpf-phrases.php:323
1601
- msgid "The uploaded file was only partially uploaded"
1602
- msgstr ""
1603
-
1604
- #: wpf-includes/wpf-phrases.php:329
1605
- msgid "Timezone"
1606
- msgstr ""
1607
-
1608
- #: wpf-includes/wpf-phrases.php:331
1609
- msgid "Topic RSS Feed"
1610
- msgstr ""
1611
-
1612
- #: wpf-includes/wpf-phrases.php:332
1613
- msgid "Topic Title"
1614
- msgstr ""
1615
-
1616
- #: wpf-includes/wpf-phrases.php:333
1617
- msgid "Topic title"
1618
- msgstr ""
1619
-
1620
- #: wpf-includes/wpf-phrases.php:336
1621
- msgid "Twitter"
1622
- msgstr ""
1623
-
1624
- #: wpf-includes/wpf-phrases.php:337
1625
- msgid "Unknown upload error"
1626
- msgstr ""
1627
-
1628
- #: wpf-includes/wpf-phrases.php:338
1629
- msgid "Unsubscribe"
1630
- msgstr ""
1631
-
1632
- #: wpf-includes/wpf-phrases.php:341
1633
- msgid "Upload an avatar"
1634
- msgstr ""
1635
-
1636
- #: wpf-includes/wpf-phrases.php:343
1637
- msgid ""
1638
- "Use comments to ask for more information or suggest improvements. Avoid "
1639
- "answering questions in comments."
1640
- msgstr ""
1641
-
1642
- #: wpf-includes/wpf-phrases.php:345
1643
- msgid "User"
1644
- msgstr ""
1645
-
1646
- #: wpf-includes/wpf-phrases.php:346
1647
- msgid "User Group"
1648
- msgstr ""
1649
-
1650
- #: wpf-includes/wpf-phrases.php:347
1651
- msgid "Usergroup has been successfully deleted."
1652
- msgstr ""
1653
-
1654
- #: wpf-includes/wpf-phrases.php:348
1655
- msgid ""
1656
- "Usergroup has been successfully deleted. All users of this usergroup have "
1657
- "been moved to the usergroup you've chosen"
1658
- msgstr ""
1659
-
1660
- #: wpf-includes/wpf-phrases.php:349
1661
- msgid "Username"
1662
- msgstr ""
1663
-
1664
- #: wpf-includes/wpf-phrases.php:351
1665
- msgid "View entire post"
1666
- msgstr ""
1667
-
1668
- #: wpf-includes/wpf-phrases.php:352
1669
- msgid "View the latest post"
1670
- msgstr ""
1671
-
1672
- #: wpf-includes/wpf-phrases.php:353
1673
- msgid "Views"
1674
- msgstr ""
1675
-
1676
- #: wpf-includes/wpf-phrases.php:354
1677
- msgid "Votes"
1678
- msgstr ""
1679
-
1680
- #: wpf-includes/wpf-phrases.php:355
1681
- msgid "Website"
1682
- msgstr ""
1683
-
1684
- #: wpf-includes/wpf-phrases.php:357
1685
- msgid "Wordpress avatar system"
1686
- msgstr ""
1687
-
1688
- #: wpf-includes/wpf-phrases.php:358
1689
- msgid "Working"
1690
- msgstr ""
1691
-
1692
- #: wpf-includes/wpf-phrases.php:359
1693
- msgid "Write message"
1694
- msgstr ""
1695
-
1696
- #: wpf-includes/wpf-phrases.php:360
1697
- msgid "Yahoo"
1698
- msgstr ""
1699
-
1700
- #: wpf-includes/wpf-phrases.php:362
1701
- msgid "You"
1702
- msgstr ""
1703
-
1704
- #: wpf-includes/wpf-phrases.php:364
1705
- #, php-format
1706
- msgid "You can go to %s page or Search here"
1707
- msgstr ""
1708
-
1709
- #: wpf-includes/wpf-phrases.php:366
1710
- msgid "Your Answer"
1711
- msgstr ""
1712
-
1713
- #: wpf-includes/wpf-phrases.php:367
1714
- msgid "account"
1715
- msgstr ""
1716
-
1717
- #: wpf-includes/wpf-phrases.php:368
1718
- msgid "activity"
1719
- msgstr ""
1720
-
1721
- #: wpf-includes/wpf-phrases.php:370
1722
- msgid "add_new"
1723
- msgstr ""
1724
-
1725
- #: wpf-includes/wpf-phrases.php:371
1726
- msgid "ago"
1727
- msgstr ""
1728
-
1729
- #: wpf-includes/wpf-phrases.php:372
1730
- msgid "by"
1731
- msgstr ""
1732
-
1733
- #: wpf-includes/wpf-phrases.php:373
1734
- #, php-format
1735
- msgid "by %s"
1736
- msgstr ""
1737
-
1738
- #: wpf-includes/wpf-phrases.php:374
1739
- msgid "confirm password"
1740
- msgstr ""
1741
-
1742
- #: wpf-includes/wpf-phrases.php:377
1743
- msgid "edit profile"
1744
- msgstr ""
1745
-
1746
- #: wpf-includes/wpf-phrases.php:378
1747
- msgid "edit user"
1748
- msgstr ""
1749
-
1750
- #: wpf-includes/wpf-phrases.php:379
1751
- msgid "forums"
1752
- msgstr ""
1753
-
1754
- #: wpf-includes/wpf-phrases.php:381
1755
- msgid "login"
1756
- msgstr ""
1757
-
1758
- #: wpf-includes/wpf-phrases.php:382
1759
- msgid "logout"
1760
- msgstr ""
1761
-
1762
- #: wpf-includes/wpf-phrases.php:383
1763
- msgid "matches"
1764
- msgstr ""
1765
-
1766
- #: wpf-includes/wpf-phrases.php:384
1767
- msgid "members"
1768
- msgstr ""
1769
-
1770
- #: wpf-includes/wpf-phrases.php:386
1771
- msgid "my profile"
1772
- msgstr ""
1773
-
1774
- #: wpf-includes/wpf-phrases.php:387
1775
- msgid "new password"
1776
- msgstr ""
1777
-
1778
- #: wpf-includes/wpf-phrases.php:388
1779
- msgid "new password again"
1780
- msgstr ""
1781
-
1782
- #: wpf-includes/wpf-phrases.php:389
1783
- msgid "next"
1784
- msgstr ""
1785
-
1786
- #: wpf-includes/wpf-phrases.php:390
1787
- msgid "old password"
1788
- msgstr ""
1789
-
1790
- #: wpf-includes/wpf-phrases.php:391
1791
- msgid "phrase_key"
1792
- msgstr ""
1793
-
1794
- #: wpf-includes/wpf-phrases.php:392
1795
- msgid "phrase_value"
1796
- msgstr ""
1797
-
1798
- #: wpf-includes/wpf-phrases.php:393
1799
- msgid "posted"
1800
- msgstr ""
1801
-
1802
- #: wpf-includes/wpf-phrases.php:394
1803
- msgid "prev"
1804
- msgstr ""
1805
-
1806
- #: wpf-includes/wpf-phrases.php:395
1807
- msgid "register"
1808
- msgstr ""
1809
-
1810
- #: wpf-includes/wpf-phrases.php:396
1811
- msgid "replies"
1812
- msgstr ""
1813
-
1814
- #: wpf-includes/wpf-phrases.php:397
1815
- msgid "subscriptions"
1816
- msgstr ""
1817
-
1818
- #: wpf-includes/wpf-phrases.php:398
1819
- msgid "update"
1820
- msgstr ""
1821
-
1822
- #: wpf-includes/wpf-phrases.php:399
1823
- msgid "view"
1824
- msgstr ""
1825
-
1826
- #: wpf-includes/wpf-phrases.php:400
1827
- msgid "view all posts"
1828
- msgstr ""
1829
-
1830
- #: wpf-includes/wpf-phrases.php:401
1831
- msgid "view all questions"
1832
- msgstr ""
1833
-
1834
- #: wpf-includes/wpf-phrases.php:402
1835
- msgid "view all topics"
1836
- msgstr ""
1837
-
1838
- #: wpf-includes/wpf-phrases.php:404
1839
- msgid "wpForo Navigation"
1840
- msgstr ""
1841
-
1842
- #: wpf-includes/wpf-phrases.php:409
1843
- msgid "{number}B"
1844
- msgstr ""
1845
-
1846
- #: wpf-includes/wpf-phrases.php:410
1847
- msgid "{number}K"
1848
- msgstr ""
1849
-
1850
- #: wpf-includes/wpf-phrases.php:411
1851
- msgid "{number}M"
1852
- msgstr ""
1853
-
1854
- #: wpf-includes/wpf-phrases.php:412
1855
- msgid "{number}T"
1856
- msgstr ""
1857
-
1858
- #: wpf-includes/wpf-phrases.php:417
1859
- msgid "Access add error"
1860
- msgstr ""
1861
-
1862
- #: wpf-includes/wpf-phrases.php:418
1863
- msgid "Access delete error"
1864
- msgstr ""
1865
-
1866
- #: wpf-includes/wpf-phrases.php:419
1867
- msgid "Access edit error"
1868
- msgstr ""
1869
-
1870
- #: wpf-includes/wpf-phrases.php:420
1871
- msgid "Access successfully deleted"
1872
- msgstr ""
1873
-
1874
- #: wpf-includes/wpf-phrases.php:421
1875
- msgid "Add Topic error: No forum selected"
1876
- msgstr ""
1877
-
1878
- #: wpf-includes/wpf-phrases.php:422
1879
- msgid "All Checked topics successfully deleted"
1880
- msgstr ""
1881
-
1882
- #: wpf-includes/wpf-phrases.php:423
1883
- msgid "Can't add forum"
1884
- msgstr ""
1885
-
1886
- #: wpf-includes/wpf-phrases.php:424
1887
- msgid "Can't add new language"
1888
- msgstr ""
1889
-
1890
- #: wpf-includes/wpf-phrases.php:425
1891
- msgid "Can't delete this Usergroup"
1892
- msgstr ""
1893
-
1894
- #: wpf-includes/wpf-phrases.php:426
1895
- msgid "Can't send confirmation email"
1896
- msgstr ""
1897
-
1898
- #: wpf-includes/wpf-phrases.php:427
1899
- msgid "Can't send report email"
1900
- msgstr ""
1901
-
1902
- #: wpf-includes/wpf-phrases.php:428
1903
- msgid "Can't subscribe to this item"
1904
- msgstr ""
1905
-
1906
- #: wpf-includes/wpf-phrases.php:429
1907
- msgid "Can't write a post: This topic is closed"
1908
- msgstr ""
1909
-
1910
- #: wpf-includes/wpf-phrases.php:430
1911
- msgid "Can`t upload file"
1912
- msgstr ""
1913
-
1914
- #: wpf-includes/wpf-phrases.php:431
1915
- msgid "Cannot update forum hierarchy"
1916
- msgstr ""
1917
-
1918
- #: wpf-includes/wpf-phrases.php:432
1919
- msgid "Cannot update post data"
1920
- msgstr ""
1921
-
1922
- #: wpf-includes/wpf-phrases.php:433
1923
- msgid "Could not be unsubscribe from this item"
1924
- msgstr ""
1925
-
1926
- #: wpf-includes/wpf-phrases.php:434
1927
- msgid "Email address exists. Please insert another."
1928
- msgstr ""
1929
-
1930
- #: wpf-includes/wpf-phrases.php:435
1931
- msgid "Error: Forum is not found"
1932
- msgstr ""
1933
-
1934
- #: wpf-includes/wpf-phrases.php:436
1935
- msgid "Error: No topic selected"
1936
- msgstr ""
1937
-
1938
- #: wpf-includes/wpf-phrases.php:437
1939
- msgid "Error: Topic is not found"
1940
- msgstr ""
1941
-
1942
- #: wpf-includes/wpf-phrases.php:438
1943
- msgid "Error: please inset some text to report."
1944
- msgstr ""
1945
-
1946
- #: wpf-includes/wpf-phrases.php:439
1947
- msgid "Features successfully updated"
1948
- msgstr ""
1949
-
1950
- #: wpf-includes/wpf-phrases.php:440
1951
- msgid "Features successfully updated, but previous value not changed"
1952
- msgstr ""
1953
-
1954
- #: wpf-includes/wpf-phrases.php:441
1955
- msgid "File type is not allowed"
1956
- msgstr ""
1957
-
1958
- #: wpf-includes/wpf-phrases.php:442
1959
- msgid "Forum Base URL successfully updated"
1960
- msgstr ""
1961
-
1962
- #: wpf-includes/wpf-phrases.php:443
1963
- msgid "Forum deleting error"
1964
- msgstr ""
1965
-
1966
- #: wpf-includes/wpf-phrases.php:444
1967
- msgid "Forum hierarchy successfully updated"
1968
- msgstr ""
1969
-
1970
- #: wpf-includes/wpf-phrases.php:445
1971
- msgid "Forum is successfully merged"
1972
- msgstr ""
1973
-
1974
- #: wpf-includes/wpf-phrases.php:446
1975
- msgid "Forum merging error"
1976
- msgstr ""
1977
-
1978
- #: wpf-includes/wpf-phrases.php:447
1979
- msgid "Forum options successfully updated"
1980
- msgstr ""
1981
-
1982
- #: wpf-includes/wpf-phrases.php:448
1983
- msgid "Forum options successfully updated, but previous value not changed"
1984
- msgstr ""
1985
-
1986
- #: wpf-includes/wpf-phrases.php:449
1987
- msgid "Forum successfully updated"
1988
- msgstr ""
1989
-
1990
- #: wpf-includes/wpf-phrases.php:450
1991
- msgid "Forum update error"
1992
- msgstr ""
1993
-
1994
- #: wpf-includes/wpf-phrases.php:451
1995
- msgid "General options successfully updated"
1996
- msgstr ""
1997
-
1998
- #: wpf-includes/wpf-phrases.php:452
1999
- msgid "Illegal character in username."
2000
- msgstr ""
2001
-
2002
- #: wpf-includes/wpf-phrases.php:453
2003
- msgid "Insert your Email address."
2004
- msgstr ""
2005
-
2006
- #: wpf-includes/wpf-phrases.php:454
2007
- msgid "Invalid Email address"
2008
- msgstr ""
2009
-
2010
- #: wpf-includes/wpf-phrases.php:455
2011
- msgid "Invalid request!"
2012
- msgstr ""
2013
-
2014
- #: wpf-includes/wpf-phrases.php:456
2015
- msgid "Member options successfully updated"
2016
- msgstr ""
2017
-
2018
- #: wpf-includes/wpf-phrases.php:457
2019
- msgid "Member options successfully updated, but previous value not changed"
2020
- msgstr ""
2021
-
2022
- #: wpf-includes/wpf-phrases.php:458
2023
- msgid "Message has been sent"
2024
- msgstr ""
2025
-
2026
- #: wpf-includes/wpf-phrases.php:459
2027
- msgid ""
2028
- "New language successfully added and changed wpforo language to new language"
2029
- msgstr ""
2030
-
2031
- #: wpf-includes/wpf-phrases.php:460
2032
- msgid "No Posts found for update"
2033
- msgstr ""
2034
-
2035
- #: wpf-includes/wpf-phrases.php:461
2036
- msgid "Password length must be between 6 characters and 20 characters."
2037
- msgstr ""
2038
-
2039
- #: wpf-includes/wpf-phrases.php:462
2040
- msgid "Password mismatch."
2041
- msgstr ""
2042
-
2043
- #: wpf-includes/wpf-phrases.php:463
2044
- msgid "Permission denied"
2045
- msgstr ""
2046
-
2047
- #: wpf-includes/wpf-phrases.php:464
2048
- msgid "Permission denied for add forum"
2049
- msgstr ""
2050
-
2051
- #: wpf-includes/wpf-phrases.php:465
2052
- msgid "Permission denied for delete forum"
2053
- msgstr ""
2054
-
2055
- #: wpf-includes/wpf-phrases.php:466
2056
- msgid "Permission denied for edit forum"
2057
- msgstr ""
2058
-
2059
- #: wpf-includes/wpf-phrases.php:467
2060
- msgid "Permission denied for this action"
2061
- msgstr ""
2062
-
2063
- #: wpf-includes/wpf-phrases.php:468
2064
- msgid "Phrase add error"
2065
- msgstr ""
2066
-
2067
- #: wpf-includes/wpf-phrases.php:469
2068
- msgid "Phrase adding error"
2069
- msgstr ""
2070
-
2071
- #: wpf-includes/wpf-phrases.php:470
2072
- msgid "Phrase successfully added"
2073
- msgstr ""
2074
-
2075
- #: wpf-includes/wpf-phrases.php:471
2076
- msgid "Phrase successfully updates"
2077
- msgstr ""
2078
-
2079
- #: wpf-includes/wpf-phrases.php:472
2080
- msgid "Phrase update error"
2081
- msgstr ""
2082
-
2083
- #: wpf-includes/wpf-phrases.php:473
2084
- msgid "Please insert required fields!"
2085
- msgstr ""
2086
-
2087
- #: wpf-includes/wpf-phrases.php:474
2088
- msgid "Post delete error"
2089
- msgstr ""
2090
-
2091
- #: wpf-includes/wpf-phrases.php:475
2092
- msgid "Post options successfully updated"
2093
- msgstr ""
2094
-
2095
- #: wpf-includes/wpf-phrases.php:476
2096
- msgid "Post options successfully updated, but previous value not changed"
2097
- msgstr ""
2098
-
2099
- #: wpf-includes/wpf-phrases.php:477
2100
- msgid "Registration Error"
2101
- msgstr ""
2102
-
2103
- #: wpf-includes/wpf-phrases.php:478
2104
- msgid "Reply request error"
2105
- msgstr ""
2106
-
2107
- #: wpf-includes/wpf-phrases.php:479
2108
- msgid "Something wrong with profile data."
2109
- msgstr ""
2110
-
2111
- #: wpf-includes/wpf-phrases.php:480
2112
- msgid "Subscribe options successfully updated"
2113
- msgstr ""
2114
-
2115
- #: wpf-includes/wpf-phrases.php:481
2116
- msgid "Subscribe options successfully updated, but previous value not changed"
2117
- msgstr ""
2118
-
2119
- #: wpf-includes/wpf-phrases.php:482
2120
- msgid "Success! Thank you Dear Friend"
2121
- msgstr ""
2122
-
2123
- #: wpf-includes/wpf-phrases.php:483
2124
- msgid ""
2125
- "Success! Thank you. Please check your email and click confirmation link "
2126
- "below to complete this step."
2127
- msgstr ""
2128
-
2129
- #: wpf-includes/wpf-phrases.php:484
2130
- msgid "Successfully updated"
2131
- msgstr ""
2132
-
2133
- #: wpf-includes/wpf-phrases.php:485
2134
- msgid "Successfully voted"
2135
- msgstr ""
2136
-
2137
- #: wpf-includes/wpf-phrases.php:486
2138
- msgid "The uploaded file size is too big"
2139
- msgstr ""
2140
-
2141
- #: wpf-includes/wpf-phrases.php:487
2142
- msgid "Theme options successfully updated"
2143
- msgstr ""
2144
-
2145
- #: wpf-includes/wpf-phrases.php:488
2146
- msgid "Theme options successfully updated, but previous value not changed"
2147
- msgstr ""
2148
-
2149
- #: wpf-includes/wpf-phrases.php:489
2150
- msgid "This email address is already registered. Please insert another."
2151
- msgstr ""
2152
-
2153
- #: wpf-includes/wpf-phrases.php:490
2154
- msgid "This post successfully deleted"
2155
- msgstr ""
2156
-
2157
- #: wpf-includes/wpf-phrases.php:491
2158
- msgid "This post successfully edited"
2159
- msgstr ""
2160
-
2161
- #: wpf-includes/wpf-phrases.php:492
2162
- msgid "This topic successfully deleted"
2163
- msgstr ""
2164
-
2165
- #: wpf-includes/wpf-phrases.php:493
2166
- msgid "Topic Move Error"
2167
- msgstr ""
2168
-
2169
- #: wpf-includes/wpf-phrases.php:494
2170
- msgid "Topic add error"
2171
- msgstr ""
2172
-
2173
- #: wpf-includes/wpf-phrases.php:495
2174
- msgid "Topic delete error"
2175
- msgstr ""
2176
-
2177
- #: wpf-includes/wpf-phrases.php:496
2178
- msgid "Topic edit error"
2179
- msgstr ""
2180
-
2181
- #: wpf-includes/wpf-phrases.php:497
2182
- msgid "Topic not found."
2183
- msgstr ""
2184
-
2185
- #: wpf-includes/wpf-phrases.php:498
2186
- msgid "Topic successfully moved"
2187
- msgstr ""
2188
-
2189
- #: wpf-includes/wpf-phrases.php:499
2190
- msgid "Topic successfully updated"
2191
- msgstr ""
2192
-
2193
- #: wpf-includes/wpf-phrases.php:500
2194
- msgid "Topics delete error"
2195
- msgstr ""
2196
-
2197
- #: wpf-includes/wpf-phrases.php:501
2198
- msgid "User delete error"
2199
- msgstr ""
2200
-
2201
- #: wpf-includes/wpf-phrases.php:502
2202
- msgid "User group add error"
2203
- msgstr ""
2204
-
2205
- #: wpf-includes/wpf-phrases.php:503
2206
- msgid "User group edit error"
2207
- msgstr ""
2208
-
2209
- #: wpf-includes/wpf-phrases.php:504
2210
- msgid "User group successfully added"
2211
- msgstr ""
2212
-
2213
- #: wpf-includes/wpf-phrases.php:505
2214
- msgid "User group successfully edited"
2215
- msgstr ""
2216
-
2217
- #: wpf-includes/wpf-phrases.php:506
2218
- msgid "User successfully deleted from wpforo"
2219
- msgstr ""
2220
-
2221
- #: wpf-includes/wpf-phrases.php:507
2222
- msgid "Username exists. Please insert another."
2223
- msgstr ""
2224
-
2225
- #: wpf-includes/wpf-phrases.php:508
2226
- msgid "Username is missed."
2227
- msgstr ""
2228
-
2229
- #: wpf-includes/wpf-phrases.php:509
2230
- msgid "Username length must be between 3 characters and 15 characters."
2231
- msgstr ""
2232
-
2233
- #: wpf-includes/wpf-phrases.php:510
2234
- msgid "Welcome to our Community!"
2235
- msgstr ""
2236
-
2237
- #: wpf-includes/wpf-phrases.php:511
2238
- msgid "Wrong post data"
2239
- msgstr ""
2240
-
2241
- #: wpf-includes/wpf-phrases.php:512
2242
- msgid "You are already voted this post"
2243
- msgstr ""
2244
-
2245
- #: wpf-includes/wpf-phrases.php:513
2246
- msgid "You have been successfully subscribed"
2247
- msgstr ""
2248
-
2249
- #: wpf-includes/wpf-phrases.php:514
2250
- msgid "You have been successfully unsubscribed"
2251
- msgstr ""
2252
-
2253
- #: wpf-includes/wpf-phrases.php:515
2254
- msgid "You have no permission to edit this topic"
2255
- msgstr ""
2256
-
2257
- #: wpf-includes/wpf-phrases.php:516
2258
- msgid "You haven't permission to create post into this forum"
2259
- msgstr ""
2260
-
2261
- #: wpf-includes/wpf-phrases.php:517
2262
- msgid "You haven't permission to create topic into this forum"
2263
- msgstr ""
2264
-
2265
- #: wpf-includes/wpf-phrases.php:518
2266
- msgid "You haven't permission to delete post from this forum"
2267
- msgstr ""
2268
-
2269
- #: wpf-includes/wpf-phrases.php:519
2270
- msgid "You haven't permission to delete topic from this forum"
2271
- msgstr ""
2272
-
2273
- #: wpf-includes/wpf-phrases.php:520
2274
- msgid "You haven't permission to edit post from this forum"
2275
- msgstr ""
2276
-
2277
- #: wpf-includes/wpf-phrases.php:521
2278
- msgid "You successfully replied"
2279
- msgstr ""
2280
-
2281
- #: wpf-includes/wpf-phrases.php:522
2282
- msgid "Your forum successfully added"
2283
- msgstr ""
2284
-
2285
- #: wpf-includes/wpf-phrases.php:523
2286
- msgid "Your forum successfully deleted"
2287
- msgstr ""
2288
-
2289
- #: wpf-includes/wpf-phrases.php:524
2290
- msgid "Your profile data have been successfully updated."
2291
- msgstr ""
2292
-
2293
- #: wpf-includes/wpf-phrases.php:525
2294
- msgid "Your subscription for this item could not be confirmed"
2295
- msgstr ""
2296
-
2297
- #: wpf-includes/wpf-phrases.php:526
2298
- msgid "Your topic successfully added"
2299
- msgstr ""
2300
-
2301
- #. Plugin Name of the plugin/theme
2302
- msgid "Forum - wpForo"
2303
- msgstr ""
2304
-
2305
- #. Plugin URI of the plugin/theme
2306
- msgid "http://wpforo.com"
2307
- msgstr ""
2308
-
2309
- #. Description of the plugin/theme
2310
- msgid ""
2311
- "Next Generation of WordPress Forum Softwares. Everything you need to run an "
2312
- "efficient and professional community. Powerful and beautiful bulletin board "
2313
- "with unique features."
2314
- msgstr ""
2315
-
2316
- #. Author of the plugin/theme
2317
- msgid "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
2318
- msgstr ""
2319
-
2320
- #. Author URI of the plugin/theme
2321
- msgid "http://gvectors.com/"
2322
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
wpf-languages/wpforo-es_ES.mo DELETED
Binary file
wpf-languages/wpforo-es_ES.po DELETED
@@ -1,2322 +0,0 @@
1
- # Copyright (C) 2016 gVectors Team
2
- # This file is distributed under the same license as the wpForo package.
3
- msgid ""
4
- msgstr ""
5
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
6
- "Project-Id-Version: Forum - wpForo\n"
7
- "POT-Creation-Date: 2016-06-30 16:33+0400\n"
8
- "PO-Revision-Date: 2016-06-30 16:33+0400\n"
9
- "Language-Team: \n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 1.8.6\n"
14
- "X-Poedit-Basepath: ..\n"
15
- "X-Poedit-WPHeader: wpforo.php\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
18
- "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
19
- "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
20
- "Last-Translator: \n"
21
- "Language: es_ES\n"
22
- "X-Poedit-SearchPath-0: .\n"
23
- "X-Poedit-SearchPathExcluded-0: *.js\n"
24
-
25
- #: wpf-admin/dashboard.php:7 wpf-includes/wpf-phrases.php:403
26
- msgid "wpForo Dashboard"
27
- msgstr ""
28
-
29
- #: wpf-admin/dashboard.php:23 wpf-includes/wpf-phrases.php:356
30
- msgid "Welcome Message"
31
- msgstr ""
32
-
33
- #: wpf-admin/dashboard.php:29
34
- msgid ""
35
- "Thank you for trying wpForo! This forum development was started on 2013 and "
36
- "we were using it for our support community. Now it's ready for WordPress "
37
- "community as well. \n"
38
- " It's on the Beta stage and we're working "
39
- "hard to reach the Gold 1.0.0 version as soon as possible. \n"
40
- " wpForo is a professional bulletin board "
41
- "for WorPress, and the only forum software which comes with Multi-layout "
42
- "template system.\n"
43
- " The \"Extended\", \"Simplified\" and "
44
- "\"Question &amp Answer\" layouts fit almost all type of discussions needs. "
45
- "You can use wpForo for small and extremely large communities. \n"
46
- " <br />If you found some issue or bug "
47
- "please open a support topic in plugin page or in our support forum at "
48
- "gVectors.com. If you liked wpForo please leave some good review for this "
49
- "plugin. We really need your good reviews. \n"
50
- " If you didn't like wpForo please leave a "
51
- "list of issues and requirements you'd like us to fix and add in near future. "
52
- "We're here to help you and improve wpForo as much as possible."
53
- msgstr ""
54
-
55
- #: wpf-admin/dashboard.php:60 wpf-includes/wpf-phrases.php:128
56
- msgid "General Information"
57
- msgstr ""
58
-
59
- #: wpf-admin/dashboard.php:64 wpf-includes/wpf-phrases.php:363
60
- msgid "You are currently running"
61
- msgstr ""
62
-
63
- #: wpf-admin/dashboard.php:65 wpf-includes/wpf-phrases.php:18
64
- msgid "Active Theme"
65
- msgstr ""
66
-
67
- #: wpf-admin/dashboard.php:66 wpf-includes/wpf-phrases.php:408
68
- msgid "wpForo Website"
69
- msgstr ""
70
-
71
- #: wpf-admin/dashboard.php:67 wpf-includes/wpf-phrases.php:316
72
- msgid "Support Forum"
73
- msgstr ""
74
-
75
- #: wpf-admin/dashboard.php:78 wpf-includes/wpf-phrases.php:286
76
- msgid "Server Information"
77
- msgstr ""
78
-
79
- #: wpf-admin/dashboard.php:108 wpf-includes/wpf-phrases.php:46
80
- msgid "Available"
81
- msgstr ""
82
-
83
- #: wpf-admin/dashboard.php:108 wpf-includes/wpf-phrases.php:205
84
- msgid "Not available"
85
- msgstr ""
86
-
87
- #: wpf-admin/dashboard.php:126 wpf-includes/wpf-phrases.php:49
88
- msgid "Board Statistic"
89
- msgstr ""
90
-
91
- #: wpf-admin/dashboard.php:132 wpf-admin/options.php:14
92
- #: wpf-includes/wpf-phrases.php:121
93
- msgid "Forums"
94
- msgstr ""
95
-
96
- #: wpf-admin/dashboard.php:136 wpf-includes/class-forums.php:537
97
- #: wpf-includes/wpf-phrases.php:334
98
- msgid "Topics"
99
- msgstr ""
100
-
101
- #: wpf-admin/dashboard.php:140 wpf-includes/class-forums.php:537
102
- #: wpf-includes/wpf-phrases.php:229
103
- msgid "Posts"
104
- msgstr ""
105
-
106
- #: wpf-admin/dashboard.php:144 wpf-admin/member.php:10 wpf-admin/options.php:17
107
- #: wpf-includes/wpf-phrases.php:175
108
- msgid "Members"
109
- msgstr ""
110
-
111
- #: wpf-admin/dashboard.php:148 wpf-includes/wpf-phrases.php:176
112
- msgid "Members Online"
113
- msgstr ""
114
-
115
- #: wpf-admin/dashboard.php:155 wpf-includes/wpf-phrases.php:44
116
- msgid "Attachments"
117
- msgstr ""
118
-
119
- #: wpf-admin/dashboard.php:159 wpf-includes/wpf-phrases.php:45
120
- msgid "Attachments Size"
121
- msgstr ""
122
-
123
- #: wpf-admin/forum.php:13 wpf-includes/functions.php:548
124
- #: wpf-includes/wpf-phrases.php:298
125
- msgid "Show on screen"
126
- msgstr ""
127
-
128
- #: wpf-admin/forum.php:15 wpf-admin/forum.php:114
129
- #: wpf-includes/wpf-phrases.php:111
130
- msgid "Forum Options"
131
- msgstr ""
132
-
133
- #: wpf-admin/forum.php:16 wpf-includes/wpf-phrases.php:220
134
- msgid "Permissions"
135
- msgstr ""
136
-
137
- #: wpf-admin/forum.php:17 wpf-includes/wpf-phrases.php:303
138
- msgid "Slug"
139
- msgstr ""
140
-
141
- #: wpf-admin/forum.php:18 wpf-includes/wpf-phrases.php:110
142
- msgid "Forum Meta"
143
- msgstr ""
144
-
145
- #: wpf-admin/forum.php:21 wpf-includes/wpf-phrases.php:270
146
- msgid "Screen Layout"
147
- msgstr ""
148
-
149
- #: wpf-admin/forum.php:22 wpf-includes/wpf-phrases.php:206
150
- msgid "Number of Columns"
151
- msgstr ""
152
-
153
- #: wpf-admin/forum.php:32 wpf-includes/functions.php:562
154
- #: wpf-includes/wpf-phrases.php:271
155
- msgid "Screen Options"
156
- msgstr ""
157
-
158
- #: wpf-admin/forum.php:43 wpf-includes/wpf-phrases.php:51
159
- msgid "Categories and Forums"
160
- msgstr ""
161
-
162
- #: wpf-admin/forum.php:44 wpf-admin/options-tabs/general.php:42
163
- #: wpf-admin/themes.php:10 wpf-admin/usergroup.php:8
164
- #: wpf-includes/wpf-phrases.php:20
165
- msgid "Add New"
166
- msgstr ""
167
-
168
- #: wpf-admin/forum.php:55 wpf-includes/wpf-phrases.php:222
169
- msgid "Please drag and drop forum panels to set parent-child hierarchy."
170
- msgstr ""
171
-
172
- #: wpf-admin/forum.php:69 wpf-includes/wpf-phrases.php:269
173
- msgid "Save forums order and hierarchy"
174
- msgstr ""
175
-
176
- #: wpf-admin/forum.php:96 wpf-includes/wpf-phrases.php:85
177
- msgid "Enter forum title here"
178
- msgstr ""
179
-
180
- #: wpf-admin/forum.php:101 wpf-includes/wpf-phrases.php:84
181
- msgid "Enter description here . . ."
182
- msgstr ""
183
-
184
- #: wpf-admin/forum.php:102 wpf-includes/wpf-phrases.php:326
185
- msgid ""
186
- "This is a forum description. This content will be displayed under forum "
187
- "title on the forum list."
188
- msgstr ""
189
-
190
- #: wpf-admin/forum.php:117 wpf-includes/wpf-phrases.php:218
191
- msgid "Parent Forum"
192
- msgstr ""
193
-
194
- #: wpf-admin/forum.php:120 wpf-includes/wpf-phrases.php:201
195
- msgid "No parent"
196
- msgstr ""
197
-
198
- #: wpf-admin/forum.php:125 wpf-includes/wpf-phrases.php:342
199
- msgid "Use as Category"
200
- msgstr ""
201
-
202
- #: wpf-admin/forum.php:127 wpf-includes/wpf-phrases.php:52
203
- msgid "Category Layout"
204
- msgstr ""
205
-
206
- #: wpf-admin/forum.php:137 wpf-includes/wpf-phrases.php:199
207
- msgid "No layout found."
208
- msgstr ""
209
-
210
- #: wpf-admin/forum.php:146 wpf-admin/forum.php:153
211
- #: wpf-includes/wpf-phrases.php:231
212
- msgid "Publish"
213
- msgstr ""
214
-
215
- #: wpf-admin/forum.php:150 wpf-includes/wpf-phrases.php:37
216
- msgid "Are you sure you want to delete this forum?"
217
- msgstr ""
218
-
219
- #: wpf-admin/forum.php:150 wpf-admin/themes.php:73 wpf-admin/usergroup.php:37
220
- #: wpf-admin/usergroup.php:133 wpf-includes/functions.php:256
221
- #: wpf-includes/functions.php:469 wpf-includes/wpf-hooks.php:807
222
- #: wpf-includes/wpf-phrases.php:65
223
- msgid "Delete"
224
- msgstr ""
225
-
226
- #: wpf-admin/forum.php:151 wpf-admin/usergroup.php:39
227
- #: wpf-includes/class-forums.php:543 wpf-includes/wpf-phrases.php:350
228
- msgid "View"
229
- msgstr ""
230
-
231
- #: wpf-admin/forum.php:221 wpf-includes/wpf-phrases.php:116
232
- msgid "Forum Slug"
233
- msgstr ""
234
-
235
- #: wpf-admin/forum.php:224 wpf-includes/wpf-phrases.php:319
236
- msgid ""
237
- "The \"slug\" is the URL-friendly version of the name. It is usually all "
238
- "lowercase and contains only letters, numbers, and hyphens."
239
- msgstr ""
240
-
241
- #: wpf-admin/forum.php:230 wpf-includes/wpf-phrases.php:114
242
- msgid "Forum SEO"
243
- msgstr ""
244
-
245
- #: wpf-admin/forum.php:233 wpf-includes/wpf-phrases.php:180
246
- msgid "Meta Description"
247
- msgstr ""
248
-
249
- #: wpf-admin/forum.php:262 wpf-includes/wpf-phrases.php:325
250
- msgid "This action will also delete all sub-forums, topics and replies."
251
- msgstr ""
252
-
253
- #: wpf-admin/forum.php:270 wpf-includes/wpf-phrases.php:135
254
- msgid ""
255
- "If you want to delete this forum and keep its sub-forums, topics and "
256
- "replies, please select a new target forum in dropdown below"
257
- msgstr ""
258
-
259
- #: wpf-admin/forum.php:279 wpf-includes/wpf-phrases.php:26
260
- msgid ""
261
- "All sub-forums, topics and replies will be attached to selected forum. "
262
- "Layout will be inherited from this forum."
263
- msgstr ""
264
-
265
- #: wpf-admin/options-tabs/accesses.php:9 wpf-includes/wpf-phrases.php:21
266
- msgid "Add New Forum Access"
267
- msgstr ""
268
-
269
- #: wpf-admin/options-tabs/accesses.php:13 wpf-includes/wpf-phrases.php:15
270
- msgid "Access names"
271
- msgstr ""
272
-
273
- #: wpf-admin/options-tabs/accesses.php:27 wpf-includes/class-forums.php:539
274
- #: wpf-includes/wpf-phrases.php:376
275
- msgid "edit"
276
- msgstr ""
277
-
278
- #: wpf-admin/options-tabs/accesses.php:28 wpf-includes/wpf-phrases.php:39
279
- msgid ""
280
- "Are you sure you want to remove this access set? Usergroups which attached "
281
- "to this access will lost all forum permissions."
282
- msgstr ""
283
-
284
- #: wpf-admin/options-tabs/accesses.php:28 wpf-includes/class-forums.php:541
285
- #: wpf-includes/wpf-phrases.php:375
286
- msgid "delete"
287
- msgstr ""
288
-
289
- #: wpf-admin/options-tabs/accesses.php:42 wpf-includes/wpf-phrases.php:14
290
- msgid "Access name"
291
- msgstr ""
292
-
293
- #: wpf-admin/options-tabs/accesses.php:62 wpf-includes/wpf-phrases.php:267
294
- msgid "Save"
295
- msgstr ""
296
-
297
- #: wpf-admin/options-tabs/accesses.php:62 wpf-includes/wpf-phrases.php:339
298
- msgid "Update"
299
- msgstr ""
300
-
301
- #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:291
302
- msgid "Show Admin Bar for Members"
303
- msgstr ""
304
-
305
- #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:328
306
- msgid "This option doesn't affect website admins."
307
- msgstr ""
308
-
309
- #: wpf-admin/options-tabs/features.php:10 wpf-includes/wpf-phrases.php:293
310
- msgid "Show Forum Page Title"
311
- msgstr ""
312
-
313
- #: wpf-admin/options-tabs/features.php:11 wpf-includes/wpf-phrases.php:296
314
- msgid "Show Top/Menu Bar"
315
- msgstr ""
316
-
317
- #: wpf-admin/options-tabs/features.php:12 wpf-includes/wpf-phrases.php:295
318
- msgid "Show Top Search"
319
- msgstr ""
320
-
321
- #: wpf-admin/options-tabs/features.php:13 wpf-includes/wpf-phrases.php:292
322
- msgid "Show Breadcrumb"
323
- msgstr ""
324
-
325
- #: wpf-admin/options-tabs/features.php:14 wpf-includes/wpf-phrases.php:294
326
- msgid "Show Forum Statistic"
327
- msgstr ""
328
-
329
- #: wpf-admin/options-tabs/features.php:15 wpf-includes/wpf-phrases.php:254
330
- msgid "Replace Author Link to Forum Profile"
331
- msgstr ""
332
-
333
- #: wpf-admin/options-tabs/features.php:16 wpf-includes/wpf-phrases.php:255
334
- msgid "Replace Comment Author Link to Forum Profile"
335
- msgstr ""
336
-
337
- #: wpf-admin/options-tabs/features.php:17 wpf-includes/wpf-phrases.php:257
338
- msgid "Replace Registration Page URL to Forum URL"
339
- msgstr ""
340
-
341
- #: wpf-admin/options-tabs/features.php:18 wpf-includes/wpf-phrases.php:256
342
- msgid "Replace Login Page URL to Forum URL"
343
- msgstr ""
344
-
345
- #: wpf-admin/options-tabs/features.php:19 wpf-includes/wpf-phrases.php:253
346
- msgid "Replace Author Avatar with Forum Profile Avatar"
347
- msgstr ""
348
-
349
- #: wpf-admin/options-tabs/features.php:20 wpf-includes/wpf-phrases.php:76
350
- msgid "Enable Avatars"
351
- msgstr ""
352
-
353
- #: wpf-admin/options-tabs/features.php:21 wpf-includes/wpf-phrases.php:77
354
- msgid "Enable Custom Avatars"
355
- msgstr ""
356
-
357
- #: wpf-admin/options-tabs/features.php:22 wpf-includes/wpf-phrases.php:31
358
- msgid "Allow Member Signature"
359
- msgstr ""
360
-
361
- #: wpf-admin/options-tabs/features.php:23 wpf-includes/wpf-phrases.php:79
362
- msgid "Enable Member Rating"
363
- msgstr ""
364
-
365
- #: wpf-admin/options-tabs/features.php:24 wpf-includes/wpf-phrases.php:80
366
- msgid "Enable Member Rating Titles"
367
- msgstr ""
368
-
369
- #: wpf-admin/options-tabs/features.php:25 wpf-includes/wpf-phrases.php:78
370
- msgid "Enable Member Cashe"
371
- msgstr ""
372
-
373
- #: wpf-admin/options-tabs/features.php:26 wpf-includes/wpf-phrases.php:83
374
- msgid "Enable wpForo SEO for Meta Titles"
375
- msgstr ""
376
-
377
- #: wpf-admin/options-tabs/features.php:27 wpf-includes/wpf-phrases.php:82
378
- msgid "Enable wpForo SEO for Meta Tags"
379
- msgstr ""
380
-
381
- #: wpf-admin/options-tabs/features.php:28 wpf-includes/wpf-phrases.php:81
382
- msgid "Enable wpForo Font-Awesome Lib"
383
- msgstr ""
384
-
385
- #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:132
386
- msgid "Help wpForo to grow, show plugin info"
387
- msgstr ""
388
-
389
- #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:223
390
- msgid ""
391
- "Please enable this option to help wpForo get more popularity as your thank "
392
- "to the hard work we do for you totally free. This option adds a very small "
393
- "icon in forum footer, which will allow your site visitors recognize the name "
394
- "of forum solution you use."
395
- msgstr ""
396
-
397
- #: wpf-admin/options-tabs/features.php:46 wpf-includes/wpf-phrases.php:361
398
- msgid "Yes"
399
- msgstr ""
400
-
401
- #: wpf-admin/options-tabs/features.php:47 wpf-includes/wpf-phrases.php:193
402
- msgid "No"
403
- msgstr ""
404
-
405
- #: wpf-admin/options-tabs/features.php:57 wpf-admin/options-tabs/forums.php:16
406
- #: wpf-admin/options-tabs/general.php:49 wpf-admin/options-tabs/members.php:86
407
- #: wpf-admin/options-tabs/posts.php:57 wpf-admin/options-tabs/styles.php:46
408
- #: wpf-admin/options-tabs/subscriptions.php:75 wpf-includes/wpf-phrases.php:340
409
- msgid "Update Options"
410
- msgstr ""
411
-
412
- #: wpf-admin/options-tabs/general.php:14 wpf-includes/wpf-phrases.php:119
413
- msgid "Forum Title"
414
- msgstr ""
415
-
416
- #: wpf-admin/options-tabs/general.php:18 wpf-includes/wpf-phrases.php:106
417
- msgid "Forum Description"
418
- msgstr ""
419
-
420
- #: wpf-admin/options-tabs/general.php:22 wpf-includes/wpf-phrases.php:105
421
- msgid "Forum Base URL"
422
- msgstr ""
423
-
424
- #: wpf-admin/options-tabs/general.php:27 wpf-includes/wpf-phrases.php:63
425
- msgid "Dashboard Menu Position"
426
- msgstr ""
427
-
428
- #: wpf-admin/options-tabs/general.php:28 wpf-includes/wpf-phrases.php:320
429
- msgid "The position in the menu order wpForo should appear."
430
- msgstr ""
431
-
432
- #: wpf-admin/options-tabs/general.php:29 wpf-includes/wpf-phrases.php:344
433
- msgid ""
434
- "Use greater than 5 - below Posts, 10 - below Media, 15 - below Links, 20 - "
435
- "below Pages, 25 - below comments, 60 - below first separator, 65 - below "
436
- "Plugins, 70 - below Users, 75 - below Tools, 80 - below Settings, 100 - "
437
- "below second separator"
438
- msgstr ""
439
-
440
- #: wpf-admin/options-tabs/general.php:37 wpf-includes/wpf-phrases.php:108
441
- msgid "Forum Language"
442
- msgstr ""
443
-
444
- #: wpf-admin/options-tabs/general.php:61 wpf-includes/wpf-phrases.php:142
445
- msgid "Language XML file"
446
- msgstr ""
447
-
448
- #: wpf-admin/options-tabs/general.php:70 wpf-includes/wpf-phrases.php:22
449
- msgid "Add New Language"
450
- msgstr ""
451
-
452
- #: wpf-admin/options-tabs/members.php:13 wpf-includes/wpf-phrases.php:214
453
- msgid "Online status timeout"
454
- msgstr ""
455
-
456
- #: wpf-admin/options-tabs/members.php:16 wpf-admin/options-tabs/posts.php:19
457
- #: wpf-admin/options-tabs/posts.php:23 wpf-admin/options-tabs/posts.php:31
458
- #: wpf-admin/options-tabs/posts.php:35 wpf-includes/wpf-phrases.php:385
459
- msgid "minutes"
460
- msgstr ""
461
-
462
- #: wpf-admin/options-tabs/members.php:20 wpf-includes/wpf-phrases.php:177
463
- msgid "Members URL structure"
464
- msgstr ""
465
-
466
- #: wpf-admin/options-tabs/members.php:30 wpf-includes/wpf-phrases.php:61
467
- msgid "Custom Authorisation URLs"
468
- msgstr ""
469
-
470
- #: wpf-admin/options-tabs/members.php:41 wpf-includes/wpf-phrases.php:160
471
- msgid "Login URL"
472
- msgstr ""
473
-
474
- #: wpf-admin/options-tabs/members.php:42 wpf-includes/wpf-phrases.php:249
475
- msgid "Register URL"
476
- msgstr ""
477
-
478
- #: wpf-admin/options-tabs/members.php:43 wpf-includes/wpf-phrases.php:162
479
- msgid "Lost Password URL"
480
- msgstr ""
481
-
482
- #: wpf-admin/options-tabs/members.php:49 wpf-includes/wpf-phrases.php:172
483
- msgid "Member Reputation"
484
- msgstr ""
485
-
486
- #: wpf-admin/options-tabs/members.php:57 wpf-includes/wpf-phrases.php:244
487
- msgid "Rating Level"
488
- msgstr ""
489
-
490
- #: wpf-admin/options-tabs/members.php:58 wpf-includes/wpf-phrases.php:181
491
- msgid "Min Number of Posts"
492
- msgstr ""
493
-
494
- #: wpf-admin/options-tabs/members.php:59 wpf-includes/wpf-phrases.php:173
495
- msgid "Member Title"
496
- msgstr ""
497
-
498
- #: wpf-admin/options-tabs/members.php:60 wpf-includes/wpf-phrases.php:290
499
- msgid "Short Badge"
500
- msgstr ""
501
-
502
- #: wpf-admin/options-tabs/members.php:61 wpf-includes/wpf-phrases.php:126
503
- msgid "Full Badge"
504
- msgstr ""
505
-
506
- #: wpf-admin/options-tabs/members.php:62 wpf-includes/wpf-phrases.php:242
507
- msgid "Rating Color"
508
- msgstr ""
509
-
510
- #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:243
511
- msgid "Rating Icon"
512
- msgstr ""
513
-
514
- #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:183
515
- msgid "More"
516
- msgstr ""
517
-
518
- #: wpf-admin/options-tabs/members.php:68 wpf-includes/wpf-phrases.php:156
519
- msgid "Level"
520
- msgstr ""
521
-
522
- #: wpf-admin/options-tabs/members.php:69 wpf-includes/wpf-phrases.php:208
523
- msgid "Number of Posts"
524
- msgstr ""
525
-
526
- #: wpf-admin/options-tabs/members.php:70 wpf-includes/wpf-phrases.php:62
527
- msgid "Custom Title"
528
- msgstr ""
529
-
530
- #: wpf-admin/options-tabs/members.php:73 wpf-includes/wpf-phrases.php:56
531
- msgid "Color"
532
- msgstr ""
533
-
534
- #: wpf-admin/options-tabs/members.php:74 wpf-includes/wpf-phrases.php:48
535
- msgid "Badge Icon"
536
- msgstr ""
537
-
538
- #: wpf-admin/options-tabs/plugins.php:9
539
- msgid ""
540
- "Thank you for using wpForo. wpForo is a premium forum plugin which will "
541
- "always be available for free. There will never be paid and pro versions of "
542
- "this forum board. However this is a very large and hard project so we also "
543
- "develop paid addons (extensions), which will financially help us to keep "
544
- "improving and adding new features to the free wpForo plugin. Forum addons "
545
- "will also be actively developed. The first addons \"Advanced Media Uploader"
546
- "\", \"Polls\", \"Private Messages\" and \"Ad Manager\" will be available "
547
- "very soon. Once you got some addon and activated that, you will find "
548
- "settings in vertical subTabs here."
549
- msgstr ""
550
-
551
- #: wpf-admin/options-tabs/posts.php:14 wpf-includes/wpf-phrases.php:210
552
- msgid "Number of Topics per Page"
553
- msgstr ""
554
-
555
- #: wpf-admin/options-tabs/posts.php:18 wpf-includes/wpf-phrases.php:30
556
- msgid "Allow Edit Own Topic for"
557
- msgstr ""
558
-
559
- #: wpf-admin/options-tabs/posts.php:22 wpf-includes/wpf-phrases.php:27
560
- msgid "Allow Delete Own Topic for"
561
- msgstr ""
562
-
563
- #: wpf-admin/options-tabs/posts.php:26 wpf-includes/wpf-phrases.php:209
564
- msgid "Number of Posts per Page"
565
- msgstr ""
566
-
567
- #: wpf-admin/options-tabs/posts.php:30 wpf-includes/wpf-phrases.php:29
568
- msgid "Allow Edit Own Post for"
569
- msgstr ""
570
-
571
- #: wpf-admin/options-tabs/posts.php:34 wpf-includes/wpf-phrases.php:28
572
- msgid "Allow Delete Own post for"
573
- msgstr ""
574
-
575
- #: wpf-admin/options-tabs/posts.php:40 wpf-includes/wpf-phrases.php:167
576
- msgid "Maximum upload file size"
577
- msgstr ""
578
-
579
- #: wpf-admin/options-tabs/posts.php:41 wpf-includes/wpf-phrases.php:365
580
- msgid ""
581
- "You can not set this value more than \"upload_max_filesize\" and "
582
- "\"post_max_size\". If you want to increase server parameters please contact "
583
- "to your hosting service support."
584
- msgstr ""
585
-
586
- #: wpf-admin/options-tabs/posts.php:44 wpf-includes/wpf-phrases.php:164
587
- msgid "MB"
588
- msgstr ""
589
-
590
- #: wpf-admin/options-tabs/posts.php:47 wpf-includes/wpf-phrases.php:285
591
- msgid "Server \"upload_max_filesize\" is "
592
- msgstr ""
593
-
594
- #: wpf-admin/options-tabs/posts.php:48 wpf-includes/wpf-phrases.php:284
595
- msgid "Server \"post_max_size\" is "
596
- msgstr ""
597
-
598
- #: wpf-admin/options-tabs/subscriptions.php:13 wpf-includes/wpf-phrases.php:124
599
- msgid "From Name"
600
- msgstr ""
601
-
602
- #: wpf-admin/options-tabs/subscriptions.php:17 wpf-includes/wpf-phrases.php:123
603
- msgid "From Email Address"
604
- msgstr ""
605
-
606
- #: wpf-admin/options-tabs/subscriptions.php:22 wpf-includes/wpf-phrases.php:104
607
- msgid "Forum Admin Email Addresses"
608
- msgstr ""
609
-
610
- #: wpf-admin/options-tabs/subscriptions.php:23 wpf-includes/wpf-phrases.php:57
611
- msgid ""
612
- "Comma separated email addresses of forum administrators to get forum "
613
- "notifications. For example post report messages."
614
- msgstr ""
615
-
616
- #: wpf-admin/options-tabs/subscriptions.php:29 wpf-includes/wpf-phrases.php:314
617
- msgid "Subscription Emails"
618
- msgstr ""
619
-
620
- #: wpf-admin/options-tabs/subscriptions.php:33 wpf-includes/wpf-phrases.php:311
621
- msgid "Subscribe confirmation email subject"
622
- msgstr ""
623
-
624
- #: wpf-admin/options-tabs/subscriptions.php:37 wpf-includes/wpf-phrases.php:310
625
- msgid "Subscribe confirmation email message"
626
- msgstr ""
627
-
628
- #: wpf-admin/options-tabs/subscriptions.php:41 wpf-includes/wpf-phrases.php:192
629
- msgid "New topic notification email subject"
630
- msgstr ""
631
-
632
- #: wpf-admin/options-tabs/subscriptions.php:45 wpf-includes/wpf-phrases.php:191
633
- msgid "New topic notification email message"
634
- msgstr ""
635
-
636
- #: wpf-admin/options-tabs/subscriptions.php:49 wpf-includes/wpf-phrases.php:190
637
- msgid "New reply notification email subject"
638
- msgstr ""
639
-
640
- #: wpf-admin/options-tabs/subscriptions.php:53 wpf-includes/wpf-phrases.php:189
641
- msgid "New reply notification email message"
642
- msgstr ""
643
-
644
- #: wpf-admin/options-tabs/subscriptions.php:58 wpf-includes/wpf-phrases.php:224
645
- msgid "Post Reporting Emails"
646
- msgstr ""
647
-
648
- #: wpf-admin/options-tabs/subscriptions.php:59 wpf-includes/wpf-phrases.php:327
649
- msgid "This message comes from post reporting pop-up form."
650
- msgstr ""
651
-
652
- #: wpf-admin/options-tabs/subscriptions.php:64 wpf-includes/wpf-phrases.php:263
653
- msgid "Report message subject"
654
- msgstr ""
655
-
656
- #: wpf-admin/options-tabs/subscriptions.php:69 wpf-includes/wpf-phrases.php:262
657
- msgid "Report message body"
658
- msgstr ""
659
-
660
- #: wpf-admin/options.php:8 wpf-includes/wpf-phrases.php:115
661
- msgid "Forum Settings"
662
- msgstr ""
663
-
664
- #: wpf-admin/options.php:13 wpf-includes/wpf-phrases.php:127
665
- msgid "General"
666
- msgstr ""
667
-
668
- #: wpf-admin/options.php:15 wpf-includes/wpf-phrases.php:103
669
- msgid "Forum Accesses"
670
- msgstr ""
671
-
672
- #: wpf-admin/options.php:16 wpf-includes/wpf-phrases.php:335
673
- msgid "Topics &amp; Posts"
674
- msgstr ""
675
-
676
- #: wpf-admin/options.php:18 wpf-includes/wpf-phrases.php:75
677
- msgid "Emails"
678
- msgstr ""
679
-
680
- #: wpf-admin/options.php:19 wpf-includes/wpf-phrases.php:94
681
- msgid "Features"
682
- msgstr ""
683
-
684
- #: wpf-admin/options.php:21 wpf-includes/wpf-phrases.php:308
685
- msgid "Styles"
686
- msgstr ""
687
-
688
- #: wpf-admin/options.php:22 wpf-includes/wpf-phrases.php:25
689
- msgid "Addons"
690
- msgstr ""
691
-
692
- #: wpf-admin/phrase.php:10 wpf-includes/wpf-phrases.php:125
693
- msgid "Front-end Phrases"
694
- msgstr ""
695
-
696
- #: wpf-admin/themes.php:9 wpf-includes/wpf-phrases.php:118
697
- msgid "Forum Themes"
698
- msgstr ""
699
-
700
- #: wpf-admin/themes.php:46 wpf-includes/wpf-phrases.php:60
701
- msgid "Current active theme"
702
- msgstr ""
703
-
704
- #: wpf-admin/themes.php:48 wpf-includes/wpf-phrases.php:136
705
- msgid "Inactive"
706
- msgstr ""
707
-
708
- #: wpf-admin/themes.php:52 wpf-includes/wpf-phrases.php:141
709
- msgid "LAYOUTS"
710
- msgstr ""
711
-
712
- #: wpf-admin/themes.php:68 wpf-includes/wpf-phrases.php:17
713
- msgid "Activate"
714
- msgstr ""
715
-
716
- #: wpf-admin/themes.php:69 wpf-includes/wpf-phrases.php:122
717
- msgid "Fresh Installation"
718
- msgstr ""
719
-
720
- #: wpf-admin/themes.php:71 wpf-includes/wpf-phrases.php:138
721
- msgid "Install"
722
- msgstr ""
723
-
724
- #: wpf-admin/themes.php:73 wpf-includes/wpf-phrases.php:38
725
- msgid "Are you sure you want to delete this theme files?"
726
- msgstr ""
727
-
728
- #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:40
729
- msgid ""
730
- "Are you sure you want to reset all settings and style colors to default?"
731
- msgstr ""
732
-
733
- #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:265
734
- msgid "Reset Settings"
735
- msgstr ""
736
-
737
- #: wpf-admin/themes.php:96 wpf-includes/wpf-phrases.php:198
738
- msgid "No layout found"
739
- msgstr ""
740
-
741
- #: wpf-admin/themes.php:107 wpf-includes/wpf-phrases.php:203
742
- msgid "No theme found"
743
- msgstr ""
744
-
745
- #: wpf-admin/usergroup.php:8
746
- msgid "Usergroups"
747
- msgstr ""
748
-
749
- #: wpf-admin/usergroup.php:18 wpf-admin/usergroup.php:30
750
- #: wpf-admin/usergroup.php:62
751
- msgid "Usergroup Name"
752
- msgstr ""
753
-
754
- #: wpf-admin/usergroup.php:19
755
- msgid "Users Count"
756
- msgstr ""
757
-
758
- #: wpf-admin/usergroup.php:36
759
- msgid "Edit this usergroup"
760
- msgstr ""
761
-
762
- #: wpf-admin/usergroup.php:36 wpf-includes/functions.php:254
763
- #: wpf-includes/functions.php:467 wpf-includes/wpf-phrases.php:72
764
- msgid "Edit"
765
- msgstr ""
766
-
767
- #: wpf-admin/usergroup.php:37
768
- msgid "Delete this usergroup"
769
- msgstr ""
770
-
771
- #: wpf-admin/usergroup.php:39
772
- msgid "View users list in this usergroup"
773
- msgstr ""
774
-
775
- #: wpf-admin/usergroup.php:43
776
- msgid "Count of users in this usergroup"
777
- msgstr ""
778
-
779
- #: wpf-admin/usergroup.php:62 wpf-includes/wpf-phrases.php:131
780
- msgid "Guest"
781
- msgstr ""
782
-
783
- #: wpf-admin/usergroup.php:85 wpf-includes/wpf-phrases.php:369
784
- msgid "add"
785
- msgstr ""
786
-
787
- #: wpf-admin/usergroup.php:85
788
- msgid "save"
789
- msgstr ""
790
-
791
- #: wpf-admin/usergroup.php:106
792
- msgid "Delete Chosen Usergroup And Users"
793
- msgstr ""
794
-
795
- #: wpf-admin/usergroup.php:116
796
- msgid "Delete Chosen Usergroup And Join Users To Other Usergroup"
797
- msgstr ""
798
-
799
- #: wpf-admin/usergroup.php:128
800
- msgid "Users will be join this usergroup"
801
- msgstr ""
802
-
803
- #: wpf-includes/class-notices.php:128 wpf-includes/wpf-phrases.php:68
804
- msgid "Dismiss this notice."
805
- msgstr ""
806
-
807
- #: wpf-includes/class-permissions.php:116 wpf-includes/wpf-phrases.php:415
808
- #, php-format
809
- msgid "%s access successfully added"
810
- msgstr ""
811
-
812
- #: wpf-includes/class-permissions.php:141 wpf-includes/wpf-phrases.php:416
813
- #, php-format
814
- msgid "%s access successfully edited"
815
- msgstr ""
816
-
817
- #: wpf-includes/class-phrases.php:157
818
- #: wpf-includes/functions-installation.php:28 wpf-includes/wpf-phrases.php:7
819
- msgid " Forum"
820
- msgstr ""
821
-
822
- #: wpf-includes/class-phrases.php:158
823
- #: wpf-includes/functions-installation.php:29 wpf-includes/wpf-phrases.php:6
824
- msgid " Discussion Board"
825
- msgstr ""
826
-
827
- #: wpf-includes/class-template.php:868 wpf-includes/wpf-phrases.php:324
828
- msgid "Theme file not readable"
829
- msgstr ""
830
-
831
- #: wpf-includes/functions-template.php:7
832
- msgid "wpForo Menu"
833
- msgstr ""
834
-
835
- #: wpf-includes/functions-template.php:149 wpf-includes/wpf-phrases.php:405
836
- msgid "wpForo Sidebar"
837
- msgstr ""
838
-
839
- #: wpf-includes/functions-template.php:150 wpf-includes/wpf-phrases.php:188
840
- msgid ""
841
- "NOTE: If you're going to add widgets in this sidebar, please use 'Full "
842
- "Width' template for wpForo index page to avoid sidebar duplication."
843
- msgstr ""
844
-
845
- #: wpf-includes/functions-template.php:188
846
- #: wpf-includes/functions-template.php:295
847
- #: wpf-includes/functions-template.php:358
848
- #: wpf-includes/functions-template.php:435
849
- #: wpf-includes/functions-template.php:482 wpf-includes/wpf-phrases.php:330
850
- msgid "Title"
851
- msgstr ""
852
-
853
- #: wpf-includes/functions-template.php:361
854
- #: wpf-includes/functions-template.php:438 wpf-includes/wpf-phrases.php:207
855
- msgid "Number of Items"
856
- msgstr ""
857
-
858
- #: wpf-includes/functions-template.php:366 wpf-includes/wpf-phrases.php:69
859
- msgid "Display Avatars"
860
- msgstr ""
861
-
862
- #: wpf-includes/functions-template.php:442 wpf-includes/wpf-phrases.php:71
863
- msgid "Display with Avatars"
864
- msgstr ""
865
-
866
- #: wpf-includes/functions.php:252 wpf-includes/functions.php:465
867
- #: wpf-includes/wpf-phrases.php:50
868
- msgid "Bulk Actions"
869
- msgstr ""
870
-
871
- #: wpf-includes/functions.php:259 wpf-includes/functions.php:553
872
- #: wpf-includes/wpf-phrases.php:36
873
- msgid "Apply"
874
- msgstr ""
875
-
876
- #: wpf-includes/functions.php:268 wpf-includes/wpf-phrases.php:297
877
- msgid "Show all forums"
878
- msgstr ""
879
-
880
- #: wpf-includes/functions.php:297 wpf-includes/functions.php:475
881
- #: wpf-includes/wpf-phrases.php:380
882
- msgid "item"
883
- msgstr ""
884
-
885
- #: wpf-includes/functions.php:330 wpf-includes/functions.php:346
886
- #: wpf-includes/wpf-phrases.php:281
887
- msgid "Select All"
888
- msgstr ""
889
-
890
- #: wpf-includes/functions.php:412 wpf-includes/wpf-phrases.php:66
891
- msgid "Delete this item"
892
- msgstr ""
893
-
894
- #: wpf-includes/functions.php:412 wpf-includes/wpf-phrases.php:41
895
- msgid "Are you sure you whant to DELETE this item?"
896
- msgstr ""
897
-
898
- #: wpf-includes/functions.php:457 wpf-includes/wpf-phrases.php:197
899
- msgid "No items found"
900
- msgstr ""
901
-
902
- #: wpf-includes/functions.php:552 wpf-includes/wpf-phrases.php:139
903
- msgid "Items"
904
- msgstr ""
905
-
906
- #: wpf-includes/functions.php:795
907
- #, php-format
908
- msgid "Could not write file %s"
909
- msgstr ""
910
-
911
- #: wpf-includes/wpf-hooks.php:20 wpf-includes/wpf-phrases.php:134
912
- msgid ""
913
- "IMPORTANT! Uninstall is not a simple deactivation action. This action will "
914
- "permanently remove all forum data (forums, topics, replies, attachments...) "
915
- "from database. Please backup database before this action, you may need this "
916
- "forum data in future. If you are sure that you want to delete all forum data "
917
- "please confirm. If not, just cancel it, then you can deactivate this plugin, "
918
- "that will not remove forum data."
919
- msgstr ""
920
-
921
- #: wpf-includes/wpf-hooks.php:20
922
- msgid "Uninstall"
923
- msgstr ""
924
-
925
- #: wpf-includes/wpf-hooks.php:23
926
- msgid "Settings"
927
- msgstr ""
928
-
929
- #: wpf-includes/wpf-hooks.php:806 wpf-includes/wpf-phrases.php:184
930
- msgid "Move"
931
- msgstr ""
932
-
933
- #: wpf-includes/wpf-hooks.php:852
934
- msgid "Dismiss"
935
- msgstr ""
936
-
937
- #: wpf-includes/wpf-hooks.php:877 wpf-includes/wpf-phrases.php:407
938
- msgid "wpForo Usergroup"
939
- msgstr ""
940
-
941
- #: wpf-includes/wpf-hooks.php:885 wpf-includes/wpf-phrases.php:406
942
- msgid "wpForo User Timezone"
943
- msgstr ""
944
-
945
- #: wpf-includes/wpf-phrases.php:8
946
- #, php-format
947
- msgid "%s and %s liked"
948
- msgstr ""
949
-
950
- #: wpf-includes/wpf-phrases.php:9
951
- #, php-format
952
- msgid "%s liked"
953
- msgstr ""
954
-
955
- #: wpf-includes/wpf-phrases.php:10
956
- #, php-format
957
- msgid "%s, %s and %s liked"
958
- msgstr ""
959
-
960
- #: wpf-includes/wpf-phrases.php:11
961
- #, php-format
962
- msgid "%s, %s, %s and %d people liked"
963
- msgstr ""
964
-
965
- #: wpf-includes/wpf-phrases.php:12
966
- msgid "AOL IM"
967
- msgstr ""
968
-
969
- #: wpf-includes/wpf-phrases.php:13
970
- msgid "About Me"
971
- msgstr ""
972
-
973
- #: wpf-includes/wpf-phrases.php:16
974
- msgid "Account"
975
- msgstr ""
976
-
977
- #: wpf-includes/wpf-phrases.php:19
978
- msgid "Activity"
979
- msgstr ""
980
-
981
- #: wpf-includes/wpf-phrases.php:23
982
- msgid "Add a comment"
983
- msgstr ""
984
-
985
- #: wpf-includes/wpf-phrases.php:24
986
- msgid "Add topic"
987
- msgstr ""
988
-
989
- #: wpf-includes/wpf-phrases.php:32
990
- msgid "Answer"
991
- msgstr ""
992
-
993
- #: wpf-includes/wpf-phrases.php:33
994
- msgid "Answer to"
995
- msgstr ""
996
-
997
- #: wpf-includes/wpf-phrases.php:34
998
- msgid "Answers"
999
- msgstr ""
1000
-
1001
- #: wpf-includes/wpf-phrases.php:35
1002
- msgid "Any Date"
1003
- msgstr ""
1004
-
1005
- #: wpf-includes/wpf-phrases.php:42
1006
- msgid "Ascending order"
1007
- msgstr ""
1008
-
1009
- #: wpf-includes/wpf-phrases.php:43
1010
- msgid "Attach file:"
1011
- msgstr ""
1012
-
1013
- #: wpf-includes/wpf-phrases.php:47
1014
- msgid "Avatar"
1015
- msgstr ""
1016
-
1017
- #: wpf-includes/wpf-phrases.php:53
1018
- msgid "Change password"
1019
- msgstr ""
1020
-
1021
- #: wpf-includes/wpf-phrases.php:54
1022
- msgid "Choose target forum"
1023
- msgstr ""
1024
-
1025
- #: wpf-includes/wpf-phrases.php:55 wpf-themes/classic/functions.php:31
1026
- #: wpf-themes/classic/functions.php:52 wpf-themes/classic/functions.php:81
1027
- msgid "Collapsed"
1028
- msgstr ""
1029
-
1030
- #: wpf-includes/wpf-phrases.php:58
1031
- msgid "Comments"
1032
- msgstr ""
1033
-
1034
- #: wpf-includes/wpf-phrases.php:59
1035
- msgid "Confirm my subscription"
1036
- msgstr ""
1037
-
1038
- #: wpf-includes/wpf-phrases.php:64
1039
- msgid "Date"
1040
- msgstr ""
1041
-
1042
- #: wpf-includes/wpf-phrases.php:67
1043
- msgid "Descending order"
1044
- msgstr ""
1045
-
1046
- #: wpf-includes/wpf-phrases.php:70
1047
- msgid "Display Name"
1048
- msgstr ""
1049
-
1050
- #: wpf-includes/wpf-phrases.php:73
1051
- msgid "Edited: "
1052
- msgstr ""
1053
-
1054
- #: wpf-includes/wpf-phrases.php:74
1055
- msgid "Email"
1056
- msgstr ""
1057
-
1058
- #: wpf-includes/wpf-phrases.php:86
1059
- msgid "Enter title here"
1060
- msgstr ""
1061
-
1062
- #: wpf-includes/wpf-phrases.php:87 wpf-themes/classic/functions.php:30
1063
- #: wpf-themes/classic/functions.php:51 wpf-themes/classic/functions.php:80
1064
- msgid "Expanded"
1065
- msgstr ""
1066
-
1067
- #: wpf-includes/wpf-phrases.php:88 wpf-themes/classic/functions.php:77
1068
- msgid "Extended Layout - Intro posts"
1069
- msgstr ""
1070
-
1071
- #: wpf-includes/wpf-phrases.php:89 wpf-themes/classic/functions.php:27
1072
- msgid "Extended Layout - Intro topics"
1073
- msgstr ""
1074
-
1075
- #: wpf-includes/wpf-phrases.php:90 wpf-themes/classic/functions.php:87
1076
- msgid "Extended Layout - Number of intro posts"
1077
- msgstr ""
1078
-
1079
- #: wpf-includes/wpf-phrases.php:91 wpf-themes/classic/functions.php:36
1080
- msgid "Extended Layout - Number of intro topics"
1081
- msgstr ""
1082
-
1083
- #: wpf-includes/wpf-phrases.php:92
1084
- msgid "Facebook"
1085
- msgstr ""
1086
-
1087
- #: wpf-includes/wpf-phrases.php:93
1088
- msgid "Failed to write file to disk"
1089
- msgstr ""
1090
-
1091
- #: wpf-includes/wpf-phrases.php:95
1092
- msgid "File upload stopped by extension"
1093
- msgstr ""
1094
-
1095
- #: wpf-includes/wpf-phrases.php:96
1096
- msgid "Find Posts by User"
1097
- msgstr ""
1098
-
1099
- #: wpf-includes/wpf-phrases.php:97
1100
- msgid "Find Topics Started by User"
1101
- msgstr ""
1102
-
1103
- #: wpf-includes/wpf-phrases.php:98
1104
- msgid "First post and replies"
1105
- msgstr ""
1106
-
1107
- #: wpf-includes/wpf-phrases.php:99
1108
- msgid "Forum"
1109
- msgstr ""
1110
-
1111
- #: wpf-includes/wpf-phrases.php:100
1112
- msgid "Forum - Login"
1113
- msgstr ""
1114
-
1115
- #: wpf-includes/wpf-phrases.php:101
1116
- msgid "Forum - Page Not Found"
1117
- msgstr ""
1118
-
1119
- #: wpf-includes/wpf-phrases.php:102
1120
- msgid "Forum - Registration"
1121
- msgstr ""
1122
-
1123
- #: wpf-includes/wpf-phrases.php:107
1124
- msgid "Forum Home"
1125
- msgstr ""
1126
-
1127
- #: wpf-includes/wpf-phrases.php:109
1128
- msgid "Forum Members"
1129
- msgstr ""
1130
-
1131
- #: wpf-includes/wpf-phrases.php:112
1132
- msgid "Forum Profile"
1133
- msgstr ""
1134
-
1135
- #: wpf-includes/wpf-phrases.php:113
1136
- msgid "Forum RSS Feed"
1137
- msgstr ""
1138
-
1139
- #: wpf-includes/wpf-phrases.php:117
1140
- msgid "Forum Statistics"
1141
- msgstr ""
1142
-
1143
- #: wpf-includes/wpf-phrases.php:120
1144
- msgid "Forum is empty"
1145
- msgstr ""
1146
-
1147
- #: wpf-includes/wpf-phrases.php:129
1148
- msgid "Group"
1149
- msgstr ""
1150
-
1151
- #: wpf-includes/wpf-phrases.php:130
1152
- msgid "Gtalk"
1153
- msgstr ""
1154
-
1155
- #: wpf-includes/wpf-phrases.php:133
1156
- msgid "ICQ"
1157
- msgstr ""
1158
-
1159
- #: wpf-includes/wpf-phrases.php:137
1160
- msgid "Insert member name or email"
1161
- msgstr ""
1162
-
1163
- #: wpf-includes/wpf-phrases.php:140
1164
- msgid "Joined"
1165
- msgstr ""
1166
-
1167
- #: wpf-includes/wpf-phrases.php:143
1168
- msgid "Last 24 hours"
1169
- msgstr ""
1170
-
1171
- #: wpf-includes/wpf-phrases.php:144
1172
- msgid "Last 3 Months"
1173
- msgstr ""
1174
-
1175
- #: wpf-includes/wpf-phrases.php:145
1176
- msgid "Last 6 Months"
1177
- msgstr ""
1178
-
1179
- #: wpf-includes/wpf-phrases.php:146
1180
- msgid "Last Active"
1181
- msgstr ""
1182
-
1183
- #: wpf-includes/wpf-phrases.php:147
1184
- msgid "Last Month"
1185
- msgstr ""
1186
-
1187
- #: wpf-includes/wpf-phrases.php:148
1188
- msgid "Last Post"
1189
- msgstr ""
1190
-
1191
- #: wpf-includes/wpf-phrases.php:149
1192
- msgid "Last Post Info"
1193
- msgstr ""
1194
-
1195
- #: wpf-includes/wpf-phrases.php:150
1196
- msgid "Last Week"
1197
- msgstr ""
1198
-
1199
- #: wpf-includes/wpf-phrases.php:151
1200
- msgid "Last Year ago"
1201
- msgstr ""
1202
-
1203
- #: wpf-includes/wpf-phrases.php:152
1204
- #, php-format
1205
- msgid "Last post by %s"
1206
- msgstr ""
1207
-
1208
- #: wpf-includes/wpf-phrases.php:153
1209
- msgid "Latest Post"
1210
- msgstr ""
1211
-
1212
- #: wpf-includes/wpf-phrases.php:154
1213
- msgid "Leave a reply"
1214
- msgstr ""
1215
-
1216
- #: wpf-includes/wpf-phrases.php:155
1217
- msgid "Length must be between 3 characters and 15 characters."
1218
- msgstr ""
1219
-
1220
- #: wpf-includes/wpf-phrases.php:157
1221
- msgid "Liked"
1222
- msgstr ""
1223
-
1224
- #: wpf-includes/wpf-phrases.php:158
1225
- msgid "Location"
1226
- msgstr ""
1227
-
1228
- #: wpf-includes/wpf-phrases.php:159
1229
- msgid "Login"
1230
- msgstr ""
1231
-
1232
- #: wpf-includes/wpf-phrases.php:161
1233
- msgid "Logout"
1234
- msgstr ""
1235
-
1236
- #: wpf-includes/wpf-phrases.php:163
1237
- msgid "Lost your password?"
1238
- msgstr ""
1239
-
1240
- #: wpf-includes/wpf-phrases.php:165
1241
- msgid "MSN"
1242
- msgstr ""
1243
-
1244
- #: wpf-includes/wpf-phrases.php:166
1245
- msgid "Maximum allowed file size is"
1246
- msgstr ""
1247
-
1248
- #: wpf-includes/wpf-phrases.php:168
1249
- msgid "Member Activity"
1250
- msgstr ""
1251
-
1252
- #: wpf-includes/wpf-phrases.php:169
1253
- msgid "Member Information"
1254
- msgstr ""
1255
-
1256
- #: wpf-includes/wpf-phrases.php:170
1257
- msgid "Member Rating"
1258
- msgstr ""
1259
-
1260
- #: wpf-includes/wpf-phrases.php:171
1261
- msgid "Member Rating Badge"
1262
- msgstr ""
1263
-
1264
- #: wpf-includes/wpf-phrases.php:174
1265
- msgid "Member information"
1266
- msgstr ""
1267
-
1268
- #: wpf-includes/wpf-phrases.php:178
1269
- msgid "Members not found"
1270
- msgstr ""
1271
-
1272
- #: wpf-includes/wpf-phrases.php:179
1273
- msgid "Messages"
1274
- msgstr ""
1275
-
1276
- #: wpf-includes/wpf-phrases.php:182
1277
- msgid "Missing a temporary folder"
1278
- msgstr ""
1279
-
1280
- #: wpf-includes/wpf-phrases.php:185
1281
- msgid "Move topic"
1282
- msgstr ""
1283
-
1284
- #: wpf-includes/wpf-phrases.php:186
1285
- msgid "Must be minimum 6 characters."
1286
- msgstr ""
1287
-
1288
- #: wpf-includes/wpf-phrases.php:187
1289
- msgid "My Profile"
1290
- msgstr ""
1291
-
1292
- #: wpf-includes/wpf-phrases.php:194
1293
- msgid "No activity found for this member."
1294
- msgstr ""
1295
-
1296
- #: wpf-includes/wpf-phrases.php:195
1297
- msgid "No file was uploaded"
1298
- msgstr ""
1299
-
1300
- #: wpf-includes/wpf-phrases.php:196
1301
- msgid "No forums were found here."
1302
- msgstr ""
1303
-
1304
- #: wpf-includes/wpf-phrases.php:200
1305
- msgid "No online members at the moment"
1306
- msgstr ""
1307
-
1308
- #: wpf-includes/wpf-phrases.php:202
1309
- msgid "No subscriptions found for this member."
1310
- msgstr ""
1311
-
1312
- #: wpf-includes/wpf-phrases.php:204
1313
- msgid "No topics were found here"
1314
- msgstr ""
1315
-
1316
- #: wpf-includes/wpf-phrases.php:211
1317
- msgid "Occupation"
1318
- msgstr ""
1319
-
1320
- #: wpf-includes/wpf-phrases.php:212
1321
- msgid "Offline"
1322
- msgstr ""
1323
-
1324
- #: wpf-includes/wpf-phrases.php:213
1325
- msgid "Online"
1326
- msgstr ""
1327
-
1328
- #: wpf-includes/wpf-phrases.php:215
1329
- msgid "Oops! The page you requested was not found!"
1330
- msgstr ""
1331
-
1332
- #: wpf-includes/wpf-phrases.php:216
1333
- msgid "Our newest member"
1334
- msgstr ""
1335
-
1336
- #: wpf-includes/wpf-phrases.php:217
1337
- msgid "Page"
1338
- msgstr ""
1339
-
1340
- #: wpf-includes/wpf-phrases.php:219
1341
- msgid "Password"
1342
- msgstr ""
1343
-
1344
- #: wpf-includes/wpf-phrases.php:221
1345
- #, php-format
1346
- msgid "Please %s or %s"
1347
- msgstr ""
1348
-
1349
- #: wpf-includes/wpf-phrases.php:225
1350
- msgid "Post Title"
1351
- msgstr ""
1352
-
1353
- #: wpf-includes/wpf-phrases.php:226
1354
- msgid "Post link"
1355
- msgstr ""
1356
-
1357
- #: wpf-includes/wpf-phrases.php:227
1358
- msgid "Posted"
1359
- msgstr ""
1360
-
1361
- #: wpf-includes/wpf-phrases.php:228
1362
- msgid "Posted by"
1363
- msgstr ""
1364
-
1365
- #: wpf-includes/wpf-phrases.php:230
1366
- msgid "Powered by"
1367
- msgstr ""
1368
-
1369
- #: wpf-includes/wpf-phrases.php:232 wpf-themes/classic/functions.php:57
1370
- msgid "Q&A Layout - Number of intro topics"
1371
- msgstr ""
1372
-
1373
- #: wpf-includes/wpf-phrases.php:233 wpf-themes/classic/functions.php:48
1374
- msgid "Q&A layout - Intro topics"
1375
- msgstr ""
1376
-
1377
- #: wpf-includes/wpf-phrases.php:234
1378
- msgid "Question Comments"
1379
- msgstr ""
1380
-
1381
- #: wpf-includes/wpf-phrases.php:235
1382
- msgid "Questions"
1383
- msgstr ""
1384
-
1385
- #: wpf-includes/wpf-phrases.php:236
1386
- msgid "Quote"
1387
- msgstr ""
1388
-
1389
- #: wpf-includes/wpf-phrases.php:237
1390
- msgid "RE"
1391
- msgstr ""
1392
-
1393
- #: wpf-includes/wpf-phrases.php:238
1394
- msgid "REPLY:"
1395
- msgstr ""
1396
-
1397
- #: wpf-includes/wpf-phrases.php:239
1398
- msgid "RSS"
1399
- msgstr ""
1400
-
1401
- #: wpf-includes/wpf-phrases.php:240
1402
- msgid "Rating"
1403
- msgstr ""
1404
-
1405
- #: wpf-includes/wpf-phrases.php:241
1406
- msgid "Rating Badge"
1407
- msgstr ""
1408
-
1409
- #: wpf-includes/wpf-phrases.php:245
1410
- msgid "Received Likes"
1411
- msgstr ""
1412
-
1413
- #: wpf-includes/wpf-phrases.php:246
1414
- msgid "Recent Questions"
1415
- msgstr ""
1416
-
1417
- #: wpf-includes/wpf-phrases.php:247
1418
- msgid "Recent Topics"
1419
- msgstr ""
1420
-
1421
- #: wpf-includes/wpf-phrases.php:248
1422
- msgid "Register"
1423
- msgstr ""
1424
-
1425
- #: wpf-includes/wpf-phrases.php:250
1426
- msgid "Registered date"
1427
- msgstr ""
1428
-
1429
- #: wpf-includes/wpf-phrases.php:251
1430
- msgid "Relevancy"
1431
- msgstr ""
1432
-
1433
- #: wpf-includes/wpf-phrases.php:252
1434
- msgid "Remember Me"
1435
- msgstr ""
1436
-
1437
- #: wpf-includes/wpf-phrases.php:258
1438
- msgid "Replies"
1439
- msgstr ""
1440
-
1441
- #: wpf-includes/wpf-phrases.php:259
1442
- msgid "Replies not found"
1443
- msgstr ""
1444
-
1445
- #: wpf-includes/wpf-phrases.php:260
1446
- msgid "Reply"
1447
- msgstr ""
1448
-
1449
- #: wpf-includes/wpf-phrases.php:261
1450
- msgid "Report"
1451
- msgstr ""
1452
-
1453
- #: wpf-includes/wpf-phrases.php:264
1454
- msgid "Report to Administration"
1455
- msgstr ""
1456
-
1457
- #: wpf-includes/wpf-phrases.php:266
1458
- msgid "Result Info"
1459
- msgstr ""
1460
-
1461
- #: wpf-includes/wpf-phrases.php:268
1462
- msgid "Save Changes"
1463
- msgstr ""
1464
-
1465
- #: wpf-includes/wpf-phrases.php:272
1466
- msgid "Search"
1467
- msgstr ""
1468
-
1469
- #: wpf-includes/wpf-phrases.php:273
1470
- msgid "Search Entire Posts"
1471
- msgstr ""
1472
-
1473
- #: wpf-includes/wpf-phrases.php:274
1474
- msgid "Search Phrase"
1475
- msgstr ""
1476
-
1477
- #: wpf-includes/wpf-phrases.php:275
1478
- msgid "Search Titles Only"
1479
- msgstr ""
1480
-
1481
- #: wpf-includes/wpf-phrases.php:276
1482
- msgid "Search Type"
1483
- msgstr ""
1484
-
1485
- #: wpf-includes/wpf-phrases.php:277
1486
- msgid "Search in Forums"
1487
- msgstr ""
1488
-
1489
- #: wpf-includes/wpf-phrases.php:278
1490
- msgid "Search in date period"
1491
- msgstr ""
1492
-
1493
- #: wpf-includes/wpf-phrases.php:279
1494
- msgid "Search result for"
1495
- msgstr ""
1496
-
1497
- #: wpf-includes/wpf-phrases.php:280
1498
- msgid "Search..."
1499
- msgstr ""
1500
-
1501
- #: wpf-includes/wpf-phrases.php:282
1502
- msgid "Select Page"
1503
- msgstr ""
1504
-
1505
- #: wpf-includes/wpf-phrases.php:283
1506
- msgid "Send Report"
1507
- msgstr ""
1508
-
1509
- #: wpf-includes/wpf-phrases.php:287
1510
- msgid "Set Topic Sticky"
1511
- msgstr ""
1512
-
1513
- #: wpf-includes/wpf-phrases.php:288 wpf-themes/classic/functions.php:88
1514
- msgid ""
1515
- "Set this option value 0 if you want to show all posts under topic intro area."
1516
- msgstr ""
1517
-
1518
- #: wpf-includes/wpf-phrases.php:289
1519
- msgid "Shop Account"
1520
- msgstr ""
1521
-
1522
- #: wpf-includes/wpf-phrases.php:299
1523
- msgid "Sign In"
1524
- msgstr ""
1525
-
1526
- #: wpf-includes/wpf-phrases.php:300
1527
- msgid "Signature"
1528
- msgstr ""
1529
-
1530
- #: wpf-includes/wpf-phrases.php:301
1531
- msgid "Site Profile"
1532
- msgstr ""
1533
-
1534
- #: wpf-includes/wpf-phrases.php:302
1535
- msgid "Skype"
1536
- msgstr ""
1537
-
1538
- #: wpf-includes/wpf-phrases.php:304
1539
- msgid "Social Networks"
1540
- msgstr ""
1541
-
1542
- #: wpf-includes/wpf-phrases.php:305
1543
- msgid "Sorry, something wrong with your data."
1544
- msgstr ""
1545
-
1546
- #: wpf-includes/wpf-phrases.php:306
1547
- msgid "Sort Search Results by"
1548
- msgstr ""
1549
-
1550
- #: wpf-includes/wpf-phrases.php:307
1551
- msgid "Specify avatar by URL"
1552
- msgstr ""
1553
-
1554
- #: wpf-includes/wpf-phrases.php:309
1555
- msgid "Subforums"
1556
- msgstr ""
1557
-
1558
- #: wpf-includes/wpf-phrases.php:312
1559
- msgid "Subscribe for new replies"
1560
- msgstr ""
1561
-
1562
- #: wpf-includes/wpf-phrases.php:313
1563
- msgid "Subscribe for new topics"
1564
- msgstr ""
1565
-
1566
- #: wpf-includes/wpf-phrases.php:315
1567
- msgid "Subscriptions"
1568
- msgstr ""
1569
-
1570
- #: wpf-includes/wpf-phrases.php:317
1571
- msgid ""
1572
- "Thank you for trying wpForo! This forum development was started on 2013 and "
1573
- "we were using it for our support community. Now it's ready for WordPress "
1574
- "community as well. It's on the Beta stage and we're working hard to reach "
1575
- "the Gold 1.0.0 version as soon as possible. wpForo is a professional "
1576
- "bulletin board for WorPress, and the only forum software which comes with "
1577
- "Multi-layout template system. The \"Extended"
1578
- msgstr ""
1579
-
1580
- #: wpf-includes/wpf-phrases.php:318
1581
- msgid ""
1582
- "Thank you for using wpForo. wpForo is a premium forum plugin which will "
1583
- "always be available for free. There will never be paid and pro versions of "
1584
- "this forum board. However this is a very large and hard project so we also "
1585
- "develop paid addons (extensions), which will financially help us to keep "
1586
- "improving and adding new features to the free wpForo plugin. Forum addons "
1587
- "will also be actively developed. The first addons \"Advanced Media Uploader"
1588
- msgstr ""
1589
-
1590
- #: wpf-includes/wpf-phrases.php:321
1591
- msgid ""
1592
- "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
1593
- "the HTML form"
1594
- msgstr ""
1595
-
1596
- #: wpf-includes/wpf-phrases.php:322
1597
- msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini"
1598
- msgstr ""
1599
-
1600
- #: wpf-includes/wpf-phrases.php:323
1601
- msgid "The uploaded file was only partially uploaded"
1602
- msgstr ""
1603
-
1604
- #: wpf-includes/wpf-phrases.php:329
1605
- msgid "Timezone"
1606
- msgstr ""
1607
-
1608
- #: wpf-includes/wpf-phrases.php:331
1609
- msgid "Topic RSS Feed"
1610
- msgstr ""
1611
-
1612
- #: wpf-includes/wpf-phrases.php:332
1613
- msgid "Topic Title"
1614
- msgstr ""
1615
-
1616
- #: wpf-includes/wpf-phrases.php:333
1617
- msgid "Topic title"
1618
- msgstr ""
1619
-
1620
- #: wpf-includes/wpf-phrases.php:336
1621
- msgid "Twitter"
1622
- msgstr ""
1623
-
1624
- #: wpf-includes/wpf-phrases.php:337
1625
- msgid "Unknown upload error"
1626
- msgstr ""
1627
-
1628
- #: wpf-includes/wpf-phrases.php:338
1629
- msgid "Unsubscribe"
1630
- msgstr ""
1631
-
1632
- #: wpf-includes/wpf-phrases.php:341
1633
- msgid "Upload an avatar"
1634
- msgstr ""
1635
-
1636
- #: wpf-includes/wpf-phrases.php:343
1637
- msgid ""
1638
- "Use comments to ask for more information or suggest improvements. Avoid "
1639
- "answering questions in comments."
1640
- msgstr ""
1641
-
1642
- #: wpf-includes/wpf-phrases.php:345
1643
- msgid "User"
1644
- msgstr ""
1645
-
1646
- #: wpf-includes/wpf-phrases.php:346
1647
- msgid "User Group"
1648
- msgstr ""
1649
-
1650
- #: wpf-includes/wpf-phrases.php:347
1651
- msgid "Usergroup has been successfully deleted."
1652
- msgstr ""
1653
-
1654
- #: wpf-includes/wpf-phrases.php:348
1655
- msgid ""
1656
- "Usergroup has been successfully deleted. All users of this usergroup have "
1657
- "been moved to the usergroup you've chosen"
1658
- msgstr ""
1659
-
1660
- #: wpf-includes/wpf-phrases.php:349
1661
- msgid "Username"
1662
- msgstr ""
1663
-
1664
- #: wpf-includes/wpf-phrases.php:351
1665
- msgid "View entire post"
1666
- msgstr ""
1667
-
1668
- #: wpf-includes/wpf-phrases.php:352
1669
- msgid "View the latest post"
1670
- msgstr ""
1671
-
1672
- #: wpf-includes/wpf-phrases.php:353
1673
- msgid "Views"
1674
- msgstr ""
1675
-
1676
- #: wpf-includes/wpf-phrases.php:354
1677
- msgid "Votes"
1678
- msgstr ""
1679
-
1680
- #: wpf-includes/wpf-phrases.php:355
1681
- msgid "Website"
1682
- msgstr ""
1683
-
1684
- #: wpf-includes/wpf-phrases.php:357
1685
- msgid "Wordpress avatar system"
1686
- msgstr ""
1687
-
1688
- #: wpf-includes/wpf-phrases.php:358
1689
- msgid "Working"
1690
- msgstr ""
1691
-
1692
- #: wpf-includes/wpf-phrases.php:359
1693
- msgid "Write message"
1694
- msgstr ""
1695
-
1696
- #: wpf-includes/wpf-phrases.php:360
1697
- msgid "Yahoo"
1698
- msgstr ""
1699
-
1700
- #: wpf-includes/wpf-phrases.php:362
1701
- msgid "You"
1702
- msgstr ""
1703
-
1704
- #: wpf-includes/wpf-phrases.php:364
1705
- #, php-format
1706
- msgid "You can go to %s page or Search here"
1707
- msgstr ""
1708
-
1709
- #: wpf-includes/wpf-phrases.php:366
1710
- msgid "Your Answer"
1711
- msgstr ""
1712
-
1713
- #: wpf-includes/wpf-phrases.php:367
1714
- msgid "account"
1715
- msgstr ""
1716
-
1717
- #: wpf-includes/wpf-phrases.php:368
1718
- msgid "activity"
1719
- msgstr ""
1720
-
1721
- #: wpf-includes/wpf-phrases.php:370
1722
- msgid "add_new"
1723
- msgstr ""
1724
-
1725
- #: wpf-includes/wpf-phrases.php:371
1726
- msgid "ago"
1727
- msgstr ""
1728
-
1729
- #: wpf-includes/wpf-phrases.php:372
1730
- msgid "by"
1731
- msgstr ""
1732
-
1733
- #: wpf-includes/wpf-phrases.php:373
1734
- #, php-format
1735
- msgid "by %s"
1736
- msgstr ""
1737
-
1738
- #: wpf-includes/wpf-phrases.php:374
1739
- msgid "confirm password"
1740
- msgstr ""
1741
-
1742
- #: wpf-includes/wpf-phrases.php:377
1743
- msgid "edit profile"
1744
- msgstr ""
1745
-
1746
- #: wpf-includes/wpf-phrases.php:378
1747
- msgid "edit user"
1748
- msgstr ""
1749
-
1750
- #: wpf-includes/wpf-phrases.php:379
1751
- msgid "forums"
1752
- msgstr ""
1753
-
1754
- #: wpf-includes/wpf-phrases.php:381
1755
- msgid "login"
1756
- msgstr ""
1757
-
1758
- #: wpf-includes/wpf-phrases.php:382
1759
- msgid "logout"
1760
- msgstr ""
1761
-
1762
- #: wpf-includes/wpf-phrases.php:383
1763
- msgid "matches"
1764
- msgstr ""
1765
-
1766
- #: wpf-includes/wpf-phrases.php:384
1767
- msgid "members"
1768
- msgstr ""
1769
-
1770
- #: wpf-includes/wpf-phrases.php:386
1771
- msgid "my profile"
1772
- msgstr ""
1773
-
1774
- #: wpf-includes/wpf-phrases.php:387
1775
- msgid "new password"
1776
- msgstr ""
1777
-
1778
- #: wpf-includes/wpf-phrases.php:388
1779
- msgid "new password again"
1780
- msgstr ""
1781
-
1782
- #: wpf-includes/wpf-phrases.php:389
1783
- msgid "next"
1784
- msgstr ""
1785
-
1786
- #: wpf-includes/wpf-phrases.php:390
1787
- msgid "old password"
1788
- msgstr ""
1789
-
1790
- #: wpf-includes/wpf-phrases.php:391
1791
- msgid "phrase_key"
1792
- msgstr ""
1793
-
1794
- #: wpf-includes/wpf-phrases.php:392
1795
- msgid "phrase_value"
1796
- msgstr ""
1797
-
1798
- #: wpf-includes/wpf-phrases.php:393
1799
- msgid "posted"
1800
- msgstr ""
1801
-
1802
- #: wpf-includes/wpf-phrases.php:394
1803
- msgid "prev"
1804
- msgstr ""
1805
-
1806
- #: wpf-includes/wpf-phrases.php:395
1807
- msgid "register"
1808
- msgstr ""
1809
-
1810
- #: wpf-includes/wpf-phrases.php:396
1811
- msgid "replies"
1812
- msgstr ""
1813
-
1814
- #: wpf-includes/wpf-phrases.php:397
1815
- msgid "subscriptions"
1816
- msgstr ""
1817
-
1818
- #: wpf-includes/wpf-phrases.php:398
1819
- msgid "update"
1820
- msgstr ""
1821
-
1822
- #: wpf-includes/wpf-phrases.php:399
1823
- msgid "view"
1824
- msgstr ""
1825
-
1826
- #: wpf-includes/wpf-phrases.php:400
1827
- msgid "view all posts"
1828
- msgstr ""
1829
-
1830
- #: wpf-includes/wpf-phrases.php:401
1831
- msgid "view all questions"
1832
- msgstr ""
1833
-
1834
- #: wpf-includes/wpf-phrases.php:402
1835
- msgid "view all topics"
1836
- msgstr ""
1837
-
1838
- #: wpf-includes/wpf-phrases.php:404
1839
- msgid "wpForo Navigation"
1840
- msgstr ""
1841
-
1842
- #: wpf-includes/wpf-phrases.php:409
1843
- msgid "{number}B"
1844
- msgstr ""
1845
-
1846
- #: wpf-includes/wpf-phrases.php:410
1847
- msgid "{number}K"
1848
- msgstr ""
1849
-
1850
- #: wpf-includes/wpf-phrases.php:411
1851
- msgid "{number}M"
1852
- msgstr ""
1853
-
1854
- #: wpf-includes/wpf-phrases.php:412
1855
- msgid "{number}T"
1856
- msgstr ""
1857
-
1858
- #: wpf-includes/wpf-phrases.php:417
1859
- msgid "Access add error"
1860
- msgstr ""
1861
-
1862
- #: wpf-includes/wpf-phrases.php:418
1863
- msgid "Access delete error"
1864
- msgstr ""
1865
-
1866
- #: wpf-includes/wpf-phrases.php:419
1867
- msgid "Access edit error"
1868
- msgstr ""
1869
-
1870
- #: wpf-includes/wpf-phrases.php:420
1871
- msgid "Access successfully deleted"
1872
- msgstr ""
1873
-
1874
- #: wpf-includes/wpf-phrases.php:421
1875
- msgid "Add Topic error: No forum selected"
1876
- msgstr ""
1877
-
1878
- #: wpf-includes/wpf-phrases.php:422
1879
- msgid "All Checked topics successfully deleted"
1880
- msgstr ""
1881
-
1882
- #: wpf-includes/wpf-phrases.php:423
1883
- msgid "Can't add forum"
1884
- msgstr ""
1885
-
1886
- #: wpf-includes/wpf-phrases.php:424
1887
- msgid "Can't add new language"
1888
- msgstr ""
1889
-
1890
- #: wpf-includes/wpf-phrases.php:425
1891
- msgid "Can't delete this Usergroup"
1892
- msgstr ""
1893
-
1894
- #: wpf-includes/wpf-phrases.php:426
1895
- msgid "Can't send confirmation email"
1896
- msgstr ""
1897
-
1898
- #: wpf-includes/wpf-phrases.php:427
1899
- msgid "Can't send report email"
1900
- msgstr ""
1901
-
1902
- #: wpf-includes/wpf-phrases.php:428
1903
- msgid "Can't subscribe to this item"
1904
- msgstr ""
1905
-
1906
- #: wpf-includes/wpf-phrases.php:429
1907
- msgid "Can't write a post: This topic is closed"
1908
- msgstr ""
1909
-
1910
- #: wpf-includes/wpf-phrases.php:430
1911
- msgid "Can`t upload file"
1912
- msgstr ""
1913
-
1914
- #: wpf-includes/wpf-phrases.php:431
1915
- msgid "Cannot update forum hierarchy"
1916
- msgstr ""
1917
-
1918
- #: wpf-includes/wpf-phrases.php:432
1919
- msgid "Cannot update post data"
1920
- msgstr ""
1921
-
1922
- #: wpf-includes/wpf-phrases.php:433
1923
- msgid "Could not be unsubscribe from this item"
1924
- msgstr ""
1925
-
1926
- #: wpf-includes/wpf-phrases.php:434
1927
- msgid "Email address exists. Please insert another."
1928
- msgstr ""
1929
-
1930
- #: wpf-includes/wpf-phrases.php:435
1931
- msgid "Error: Forum is not found"
1932
- msgstr ""
1933
-
1934
- #: wpf-includes/wpf-phrases.php:436
1935
- msgid "Error: No topic selected"
1936
- msgstr ""
1937
-
1938
- #: wpf-includes/wpf-phrases.php:437
1939
- msgid "Error: Topic is not found"
1940
- msgstr ""
1941
-
1942
- #: wpf-includes/wpf-phrases.php:438
1943
- msgid "Error: please inset some text to report."
1944
- msgstr ""
1945
-
1946
- #: wpf-includes/wpf-phrases.php:439
1947
- msgid "Features successfully updated"
1948
- msgstr ""
1949
-
1950
- #: wpf-includes/wpf-phrases.php:440
1951
- msgid "Features successfully updated, but previous value not changed"
1952
- msgstr ""
1953
-
1954
- #: wpf-includes/wpf-phrases.php:441
1955
- msgid "File type is not allowed"
1956
- msgstr ""
1957
-
1958
- #: wpf-includes/wpf-phrases.php:442
1959
- msgid "Forum Base URL successfully updated"
1960
- msgstr ""
1961
-
1962
- #: wpf-includes/wpf-phrases.php:443
1963
- msgid "Forum deleting error"
1964
- msgstr ""
1965
-
1966
- #: wpf-includes/wpf-phrases.php:444
1967
- msgid "Forum hierarchy successfully updated"
1968
- msgstr ""
1969
-
1970
- #: wpf-includes/wpf-phrases.php:445
1971
- msgid "Forum is successfully merged"
1972
- msgstr ""
1973
-
1974
- #: wpf-includes/wpf-phrases.php:446
1975
- msgid "Forum merging error"
1976
- msgstr ""
1977
-
1978
- #: wpf-includes/wpf-phrases.php:447
1979
- msgid "Forum options successfully updated"
1980
- msgstr ""
1981
-
1982
- #: wpf-includes/wpf-phrases.php:448
1983
- msgid "Forum options successfully updated, but previous value not changed"
1984
- msgstr ""
1985
-
1986
- #: wpf-includes/wpf-phrases.php:449
1987
- msgid "Forum successfully updated"
1988
- msgstr ""
1989
-
1990
- #: wpf-includes/wpf-phrases.php:450
1991
- msgid "Forum update error"
1992
- msgstr ""
1993
-
1994
- #: wpf-includes/wpf-phrases.php:451
1995
- msgid "General options successfully updated"
1996
- msgstr ""
1997
-
1998
- #: wpf-includes/wpf-phrases.php:452
1999
- msgid "Illegal character in username."
2000
- msgstr ""
2001
-
2002
- #: wpf-includes/wpf-phrases.php:453
2003
- msgid "Insert your Email address."
2004
- msgstr ""
2005
-
2006
- #: wpf-includes/wpf-phrases.php:454
2007
- msgid "Invalid Email address"
2008
- msgstr ""
2009
-
2010
- #: wpf-includes/wpf-phrases.php:455
2011
- msgid "Invalid request!"
2012
- msgstr ""
2013
-
2014
- #: wpf-includes/wpf-phrases.php:456
2015
- msgid "Member options successfully updated"
2016
- msgstr ""
2017
-
2018
- #: wpf-includes/wpf-phrases.php:457
2019
- msgid "Member options successfully updated, but previous value not changed"
2020
- msgstr ""
2021
-
2022
- #: wpf-includes/wpf-phrases.php:458
2023
- msgid "Message has been sent"
2024
- msgstr ""
2025
-
2026
- #: wpf-includes/wpf-phrases.php:459
2027
- msgid ""
2028
- "New language successfully added and changed wpforo language to new language"
2029
- msgstr ""
2030
-
2031
- #: wpf-includes/wpf-phrases.php:460
2032
- msgid "No Posts found for update"
2033
- msgstr ""
2034
-
2035
- #: wpf-includes/wpf-phrases.php:461
2036
- msgid "Password length must be between 6 characters and 20 characters."
2037
- msgstr ""
2038
-
2039
- #: wpf-includes/wpf-phrases.php:462
2040
- msgid "Password mismatch."
2041
- msgstr ""
2042
-
2043
- #: wpf-includes/wpf-phrases.php:463
2044
- msgid "Permission denied"
2045
- msgstr ""
2046
-
2047
- #: wpf-includes/wpf-phrases.php:464
2048
- msgid "Permission denied for add forum"
2049
- msgstr ""
2050
-
2051
- #: wpf-includes/wpf-phrases.php:465
2052
- msgid "Permission denied for delete forum"
2053
- msgstr ""
2054
-
2055
- #: wpf-includes/wpf-phrases.php:466
2056
- msgid "Permission denied for edit forum"
2057
- msgstr ""
2058
-
2059
- #: wpf-includes/wpf-phrases.php:467
2060
- msgid "Permission denied for this action"
2061
- msgstr ""
2062
-
2063
- #: wpf-includes/wpf-phrases.php:468
2064
- msgid "Phrase add error"
2065
- msgstr ""
2066
-
2067
- #: wpf-includes/wpf-phrases.php:469
2068
- msgid "Phrase adding error"
2069
- msgstr ""
2070
-
2071
- #: wpf-includes/wpf-phrases.php:470
2072
- msgid "Phrase successfully added"
2073
- msgstr ""
2074
-
2075
- #: wpf-includes/wpf-phrases.php:471
2076
- msgid "Phrase successfully updates"
2077
- msgstr ""
2078
-
2079
- #: wpf-includes/wpf-phrases.php:472
2080
- msgid "Phrase update error"
2081
- msgstr ""
2082
-
2083
- #: wpf-includes/wpf-phrases.php:473
2084
- msgid "Please insert required fields!"
2085
- msgstr ""
2086
-
2087
- #: wpf-includes/wpf-phrases.php:474
2088
- msgid "Post delete error"
2089
- msgstr ""
2090
-
2091
- #: wpf-includes/wpf-phrases.php:475
2092
- msgid "Post options successfully updated"
2093
- msgstr ""
2094
-
2095
- #: wpf-includes/wpf-phrases.php:476
2096
- msgid "Post options successfully updated, but previous value not changed"
2097
- msgstr ""
2098
-
2099
- #: wpf-includes/wpf-phrases.php:477
2100
- msgid "Registration Error"
2101
- msgstr ""
2102
-
2103
- #: wpf-includes/wpf-phrases.php:478
2104
- msgid "Reply request error"
2105
- msgstr ""
2106
-
2107
- #: wpf-includes/wpf-phrases.php:479
2108
- msgid "Something wrong with profile data."
2109
- msgstr ""
2110
-
2111
- #: wpf-includes/wpf-phrases.php:480
2112
- msgid "Subscribe options successfully updated"
2113
- msgstr ""
2114
-
2115
- #: wpf-includes/wpf-phrases.php:481
2116
- msgid "Subscribe options successfully updated, but previous value not changed"
2117
- msgstr ""
2118
-
2119
- #: wpf-includes/wpf-phrases.php:482
2120
- msgid "Success! Thank you Dear Friend"
2121
- msgstr ""
2122
-
2123
- #: wpf-includes/wpf-phrases.php:483
2124
- msgid ""
2125
- "Success! Thank you. Please check your email and click confirmation link "
2126
- "below to complete this step."
2127
- msgstr ""
2128
-
2129
- #: wpf-includes/wpf-phrases.php:484
2130
- msgid "Successfully updated"
2131
- msgstr ""
2132
-
2133
- #: wpf-includes/wpf-phrases.php:485
2134
- msgid "Successfully voted"
2135
- msgstr ""
2136
-
2137
- #: wpf-includes/wpf-phrases.php:486
2138
- msgid "The uploaded file size is too big"
2139
- msgstr ""
2140
-
2141
- #: wpf-includes/wpf-phrases.php:487
2142
- msgid "Theme options successfully updated"
2143
- msgstr ""
2144
-
2145
- #: wpf-includes/wpf-phrases.php:488
2146
- msgid "Theme options successfully updated, but previous value not changed"
2147
- msgstr ""
2148
-
2149
- #: wpf-includes/wpf-phrases.php:489
2150
- msgid "This email address is already registered. Please insert another."
2151
- msgstr ""
2152
-
2153
- #: wpf-includes/wpf-phrases.php:490
2154
- msgid "This post successfully deleted"
2155
- msgstr ""
2156
-
2157
- #: wpf-includes/wpf-phrases.php:491
2158
- msgid "This post successfully edited"
2159
- msgstr ""
2160
-
2161
- #: wpf-includes/wpf-phrases.php:492
2162
- msgid "This topic successfully deleted"
2163
- msgstr ""
2164
-
2165
- #: wpf-includes/wpf-phrases.php:493
2166
- msgid "Topic Move Error"
2167
- msgstr ""
2168
-
2169
- #: wpf-includes/wpf-phrases.php:494
2170
- msgid "Topic add error"
2171
- msgstr ""
2172
-
2173
- #: wpf-includes/wpf-phrases.php:495
2174
- msgid "Topic delete error"
2175
- msgstr ""
2176
-
2177
- #: wpf-includes/wpf-phrases.php:496
2178
- msgid "Topic edit error"
2179
- msgstr ""
2180
-
2181
- #: wpf-includes/wpf-phrases.php:497
2182
- msgid "Topic not found."
2183
- msgstr ""
2184
-
2185
- #: wpf-includes/wpf-phrases.php:498
2186
- msgid "Topic successfully moved"
2187
- msgstr ""
2188
-
2189
- #: wpf-includes/wpf-phrases.php:499
2190
- msgid "Topic successfully updated"
2191
- msgstr ""
2192
-
2193
- #: wpf-includes/wpf-phrases.php:500
2194
- msgid "Topics delete error"
2195
- msgstr ""
2196
-
2197
- #: wpf-includes/wpf-phrases.php:501
2198
- msgid "User delete error"
2199
- msgstr ""
2200
-
2201
- #: wpf-includes/wpf-phrases.php:502
2202
- msgid "User group add error"
2203
- msgstr ""
2204
-
2205
- #: wpf-includes/wpf-phrases.php:503
2206
- msgid "User group edit error"
2207
- msgstr ""
2208
-
2209
- #: wpf-includes/wpf-phrases.php:504
2210
- msgid "User group successfully added"
2211
- msgstr ""
2212
-
2213
- #: wpf-includes/wpf-phrases.php:505
2214
- msgid "User group successfully edited"
2215
- msgstr ""
2216
-
2217
- #: wpf-includes/wpf-phrases.php:506
2218
- msgid "User successfully deleted from wpforo"
2219
- msgstr ""
2220
-
2221
- #: wpf-includes/wpf-phrases.php:507
2222
- msgid "Username exists. Please insert another."
2223
- msgstr ""
2224
-
2225
- #: wpf-includes/wpf-phrases.php:508
2226
- msgid "Username is missed."
2227
- msgstr ""
2228
-
2229
- #: wpf-includes/wpf-phrases.php:509
2230
- msgid "Username length must be between 3 characters and 15 characters."
2231
- msgstr ""
2232
-
2233
- #: wpf-includes/wpf-phrases.php:510
2234
- msgid "Welcome to our Community!"
2235
- msgstr ""
2236
-
2237
- #: wpf-includes/wpf-phrases.php:511
2238
- msgid "Wrong post data"
2239
- msgstr ""
2240
-
2241
- #: wpf-includes/wpf-phrases.php:512
2242
- msgid "You are already voted this post"
2243
- msgstr ""
2244
-
2245
- #: wpf-includes/wpf-phrases.php:513
2246
- msgid "You have been successfully subscribed"
2247
- msgstr ""
2248
-
2249
- #: wpf-includes/wpf-phrases.php:514
2250
- msgid "You have been successfully unsubscribed"
2251
- msgstr ""
2252
-
2253
- #: wpf-includes/wpf-phrases.php:515
2254
- msgid "You have no permission to edit this topic"
2255
- msgstr ""
2256
-
2257
- #: wpf-includes/wpf-phrases.php:516
2258
- msgid "You haven't permission to create post into this forum"
2259
- msgstr ""
2260
-
2261
- #: wpf-includes/wpf-phrases.php:517
2262
- msgid "You haven't permission to create topic into this forum"
2263
- msgstr ""
2264
-
2265
- #: wpf-includes/wpf-phrases.php:518
2266
- msgid "You haven't permission to delete post from this forum"
2267
- msgstr ""
2268
-
2269
- #: wpf-includes/wpf-phrases.php:519
2270
- msgid "You haven't permission to delete topic from this forum"
2271
- msgstr ""
2272
-
2273
- #: wpf-includes/wpf-phrases.php:520
2274
- msgid "You haven't permission to edit post from this forum"
2275
- msgstr ""
2276
-
2277
- #: wpf-includes/wpf-phrases.php:521
2278
- msgid "You successfully replied"
2279
- msgstr ""
2280
-
2281
- #: wpf-includes/wpf-phrases.php:522
2282
- msgid "Your forum successfully added"
2283
- msgstr ""
2284
-
2285
- #: wpf-includes/wpf-phrases.php:523
2286
- msgid "Your forum successfully deleted"
2287
- msgstr ""
2288
-
2289
- #: wpf-includes/wpf-phrases.php:524
2290
- msgid "Your profile data have been successfully updated."
2291
- msgstr ""
2292
-
2293
- #: wpf-includes/wpf-phrases.php:525
2294
- msgid "Your subscription for this item could not be confirmed"
2295
- msgstr ""
2296
-
2297
- #: wpf-includes/wpf-phrases.php:526
2298
- msgid "Your topic successfully added"
2299
- msgstr ""
2300
-
2301
- #. Plugin Name of the plugin/theme
2302
- msgid "Forum - wpForo"
2303
- msgstr ""
2304
-
2305
- #. Plugin URI of the plugin/theme
2306
- msgid "http://wpforo.com"
2307
- msgstr ""
2308
-
2309
- #. Description of the plugin/theme
2310
- msgid ""
2311
- "Next Generation of WordPress Forum Softwares. Everything you need to run an "
2312
- "efficient and professional community. Powerful and beautiful bulletin board "
2313
- "with unique features."
2314
- msgstr ""
2315
-
2316
- #. Author of the plugin/theme
2317
- msgid "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
2318
- msgstr ""
2319
-
2320
- #. Author URI of the plugin/theme
2321
- msgid "http://gvectors.com/"
2322
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
wpf-languages/wpforo-fr_FR.mo DELETED
Binary file
wpf-languages/wpforo-fr_FR.po DELETED
@@ -1,2322 +0,0 @@
1
- # Copyright (C) 2016 gVectors Team
2
- # This file is distributed under the same license as the wpForo package.
3
- msgid ""
4
- msgstr ""
5
- "Plural-Forms: nplurals=2; plural=(n > 1);\n"
6
- "Project-Id-Version: Forum - wpForo\n"
7
- "POT-Creation-Date: 2016-06-30 16:36+0400\n"
8
- "PO-Revision-Date: 2016-06-30 16:36+0400\n"
9
- "Language-Team: \n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 1.8.6\n"
14
- "X-Poedit-Basepath: ..\n"
15
- "X-Poedit-WPHeader: wpforo.php\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
18
- "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
19
- "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
20
- "Last-Translator: \n"
21
- "Language: fr_FR\n"
22
- "X-Poedit-SearchPath-0: .\n"
23
- "X-Poedit-SearchPathExcluded-0: *.js\n"
24
-
25
- #: wpf-admin/dashboard.php:7 wpf-includes/wpf-phrases.php:403
26
- msgid "wpForo Dashboard"
27
- msgstr ""
28
-
29
- #: wpf-admin/dashboard.php:23 wpf-includes/wpf-phrases.php:356
30
- msgid "Welcome Message"
31
- msgstr ""
32
-
33
- #: wpf-admin/dashboard.php:29
34
- msgid ""
35
- "Thank you for trying wpForo! This forum development was started on 2013 and "
36
- "we were using it for our support community. Now it's ready for WordPress "
37
- "community as well. \n"
38
- " It's on the Beta stage and we're working "
39
- "hard to reach the Gold 1.0.0 version as soon as possible. \n"
40
- " wpForo is a professional bulletin board "
41
- "for WorPress, and the only forum software which comes with Multi-layout "
42
- "template system.\n"
43
- " The \"Extended\", \"Simplified\" and "
44
- "\"Question &amp Answer\" layouts fit almost all type of discussions needs. "
45
- "You can use wpForo for small and extremely large communities. \n"
46
- " <br />If you found some issue or bug "
47
- "please open a support topic in plugin page or in our support forum at "
48
- "gVectors.com. If you liked wpForo please leave some good review for this "
49
- "plugin. We really need your good reviews. \n"
50
- " If you didn't like wpForo please leave a "
51
- "list of issues and requirements you'd like us to fix and add in near future. "
52
- "We're here to help you and improve wpForo as much as possible."
53
- msgstr ""
54
-
55
- #: wpf-admin/dashboard.php:60 wpf-includes/wpf-phrases.php:128
56
- msgid "General Information"
57
- msgstr ""
58
-
59
- #: wpf-admin/dashboard.php:64 wpf-includes/wpf-phrases.php:363
60
- msgid "You are currently running"
61
- msgstr ""
62
-
63
- #: wpf-admin/dashboard.php:65 wpf-includes/wpf-phrases.php:18
64
- msgid "Active Theme"
65
- msgstr ""
66
-
67
- #: wpf-admin/dashboard.php:66 wpf-includes/wpf-phrases.php:408
68
- msgid "wpForo Website"
69
- msgstr ""
70
-
71
- #: wpf-admin/dashboard.php:67 wpf-includes/wpf-phrases.php:316
72
- msgid "Support Forum"
73
- msgstr ""
74
-
75
- #: wpf-admin/dashboard.php:78 wpf-includes/wpf-phrases.php:286
76
- msgid "Server Information"
77
- msgstr ""
78
-
79
- #: wpf-admin/dashboard.php:108 wpf-includes/wpf-phrases.php:46
80
- msgid "Available"
81
- msgstr ""
82
-
83
- #: wpf-admin/dashboard.php:108 wpf-includes/wpf-phrases.php:205
84
- msgid "Not available"
85
- msgstr ""
86
-
87
- #: wpf-admin/dashboard.php:126 wpf-includes/wpf-phrases.php:49
88
- msgid "Board Statistic"
89
- msgstr ""
90
-
91
- #: wpf-admin/dashboard.php:132 wpf-admin/options.php:14
92
- #: wpf-includes/wpf-phrases.php:121
93
- msgid "Forums"
94
- msgstr ""
95
-
96
- #: wpf-admin/dashboard.php:136 wpf-includes/class-forums.php:537
97
- #: wpf-includes/wpf-phrases.php:334
98
- msgid "Topics"
99
- msgstr ""
100
-
101
- #: wpf-admin/dashboard.php:140 wpf-includes/class-forums.php:537
102
- #: wpf-includes/wpf-phrases.php:229
103
- msgid "Posts"
104
- msgstr ""
105
-
106
- #: wpf-admin/dashboard.php:144 wpf-admin/member.php:10 wpf-admin/options.php:17
107
- #: wpf-includes/wpf-phrases.php:175
108
- msgid "Members"
109
- msgstr ""
110
-
111
- #: wpf-admin/dashboard.php:148 wpf-includes/wpf-phrases.php:176
112
- msgid "Members Online"
113
- msgstr ""
114
-
115
- #: wpf-admin/dashboard.php:155 wpf-includes/wpf-phrases.php:44
116
- msgid "Attachments"
117
- msgstr ""
118
-
119
- #: wpf-admin/dashboard.php:159 wpf-includes/wpf-phrases.php:45
120
- msgid "Attachments Size"
121
- msgstr ""
122
-
123
- #: wpf-admin/forum.php:13 wpf-includes/functions.php:548
124
- #: wpf-includes/wpf-phrases.php:298
125
- msgid "Show on screen"
126
- msgstr ""
127
-
128
- #: wpf-admin/forum.php:15 wpf-admin/forum.php:114
129
- #: wpf-includes/wpf-phrases.php:111
130
- msgid "Forum Options"
131
- msgstr ""
132
-
133
- #: wpf-admin/forum.php:16 wpf-includes/wpf-phrases.php:220
134
- msgid "Permissions"
135
- msgstr ""
136
-
137
- #: wpf-admin/forum.php:17 wpf-includes/wpf-phrases.php:303
138
- msgid "Slug"
139
- msgstr ""
140
-
141
- #: wpf-admin/forum.php:18 wpf-includes/wpf-phrases.php:110
142
- msgid "Forum Meta"
143
- msgstr ""
144
-
145
- #: wpf-admin/forum.php:21 wpf-includes/wpf-phrases.php:270
146
- msgid "Screen Layout"
147
- msgstr ""
148
-
149
- #: wpf-admin/forum.php:22 wpf-includes/wpf-phrases.php:206
150
- msgid "Number of Columns"
151
- msgstr ""
152
-
153
- #: wpf-admin/forum.php:32 wpf-includes/functions.php:562
154
- #: wpf-includes/wpf-phrases.php:271
155
- msgid "Screen Options"
156
- msgstr ""
157
-
158
- #: wpf-admin/forum.php:43 wpf-includes/wpf-phrases.php:51
159
- msgid "Categories and Forums"
160
- msgstr ""
161
-
162
- #: wpf-admin/forum.php:44 wpf-admin/options-tabs/general.php:42
163
- #: wpf-admin/themes.php:10 wpf-admin/usergroup.php:8
164
- #: wpf-includes/wpf-phrases.php:20
165
- msgid "Add New"
166
- msgstr ""
167
-
168
- #: wpf-admin/forum.php:55 wpf-includes/wpf-phrases.php:222
169
- msgid "Please drag and drop forum panels to set parent-child hierarchy."
170
- msgstr ""
171
-
172
- #: wpf-admin/forum.php:69 wpf-includes/wpf-phrases.php:269
173
- msgid "Save forums order and hierarchy"
174
- msgstr ""
175
-
176
- #: wpf-admin/forum.php:96 wpf-includes/wpf-phrases.php:85
177
- msgid "Enter forum title here"
178
- msgstr ""
179
-
180
- #: wpf-admin/forum.php:101 wpf-includes/wpf-phrases.php:84
181
- msgid "Enter description here . . ."
182
- msgstr ""
183
-
184
- #: wpf-admin/forum.php:102 wpf-includes/wpf-phrases.php:326
185
- msgid ""
186
- "This is a forum description. This content will be displayed under forum "
187
- "title on the forum list."
188
- msgstr ""
189
-
190
- #: wpf-admin/forum.php:117 wpf-includes/wpf-phrases.php:218
191
- msgid "Parent Forum"
192
- msgstr ""
193
-
194
- #: wpf-admin/forum.php:120 wpf-includes/wpf-phrases.php:201
195
- msgid "No parent"
196
- msgstr ""
197
-
198
- #: wpf-admin/forum.php:125 wpf-includes/wpf-phrases.php:342
199
- msgid "Use as Category"
200
- msgstr ""
201
-
202
- #: wpf-admin/forum.php:127 wpf-includes/wpf-phrases.php:52
203
- msgid "Category Layout"
204
- msgstr ""
205
-
206
- #: wpf-admin/forum.php:137 wpf-includes/wpf-phrases.php:199
207
- msgid "No layout found."
208
- msgstr ""
209
-
210
- #: wpf-admin/forum.php:146 wpf-admin/forum.php:153
211
- #: wpf-includes/wpf-phrases.php:231
212
- msgid "Publish"
213
- msgstr ""
214
-
215
- #: wpf-admin/forum.php:150 wpf-includes/wpf-phrases.php:37
216
- msgid "Are you sure you want to delete this forum?"
217
- msgstr ""
218
-
219
- #: wpf-admin/forum.php:150 wpf-admin/themes.php:73 wpf-admin/usergroup.php:37
220
- #: wpf-admin/usergroup.php:133 wpf-includes/functions.php:256
221
- #: wpf-includes/functions.php:469 wpf-includes/wpf-hooks.php:807
222
- #: wpf-includes/wpf-phrases.php:65
223
- msgid "Delete"
224
- msgstr ""
225
-
226
- #: wpf-admin/forum.php:151 wpf-admin/usergroup.php:39
227
- #: wpf-includes/class-forums.php:543 wpf-includes/wpf-phrases.php:350
228
- msgid "View"
229
- msgstr ""
230
-
231
- #: wpf-admin/forum.php:221 wpf-includes/wpf-phrases.php:116
232
- msgid "Forum Slug"
233
- msgstr ""
234
-
235
- #: wpf-admin/forum.php:224 wpf-includes/wpf-phrases.php:319
236
- msgid ""
237
- "The \"slug\" is the URL-friendly version of the name. It is usually all "
238
- "lowercase and contains only letters, numbers, and hyphens."
239
- msgstr ""
240
-
241
- #: wpf-admin/forum.php:230 wpf-includes/wpf-phrases.php:114
242
- msgid "Forum SEO"
243
- msgstr ""
244
-
245
- #: wpf-admin/forum.php:233 wpf-includes/wpf-phrases.php:180
246
- msgid "Meta Description"
247
- msgstr ""
248
-
249
- #: wpf-admin/forum.php:262 wpf-includes/wpf-phrases.php:325
250
- msgid "This action will also delete all sub-forums, topics and replies."
251
- msgstr ""
252
-
253
- #: wpf-admin/forum.php:270 wpf-includes/wpf-phrases.php:135
254
- msgid ""
255
- "If you want to delete this forum and keep its sub-forums, topics and "
256
- "replies, please select a new target forum in dropdown below"
257
- msgstr ""
258
-
259
- #: wpf-admin/forum.php:279 wpf-includes/wpf-phrases.php:26
260
- msgid ""
261
- "All sub-forums, topics and replies will be attached to selected forum. "
262
- "Layout will be inherited from this forum."
263
- msgstr ""
264
-
265
- #: wpf-admin/options-tabs/accesses.php:9 wpf-includes/wpf-phrases.php:21
266
- msgid "Add New Forum Access"
267
- msgstr ""
268
-
269
- #: wpf-admin/options-tabs/accesses.php:13 wpf-includes/wpf-phrases.php:15
270
- msgid "Access names"
271
- msgstr ""
272
-
273
- #: wpf-admin/options-tabs/accesses.php:27 wpf-includes/class-forums.php:539
274
- #: wpf-includes/wpf-phrases.php:376
275
- msgid "edit"
276
- msgstr ""
277
-
278
- #: wpf-admin/options-tabs/accesses.php:28 wpf-includes/wpf-phrases.php:39
279
- msgid ""
280
- "Are you sure you want to remove this access set? Usergroups which attached "
281
- "to this access will lost all forum permissions."
282
- msgstr ""
283
-
284
- #: wpf-admin/options-tabs/accesses.php:28 wpf-includes/class-forums.php:541
285
- #: wpf-includes/wpf-phrases.php:375
286
- msgid "delete"
287
- msgstr ""
288
-
289
- #: wpf-admin/options-tabs/accesses.php:42 wpf-includes/wpf-phrases.php:14
290
- msgid "Access name"
291
- msgstr ""
292
-
293
- #: wpf-admin/options-tabs/accesses.php:62 wpf-includes/wpf-phrases.php:267
294
- msgid "Save"
295
- msgstr ""
296
-
297
- #: wpf-admin/options-tabs/accesses.php:62 wpf-includes/wpf-phrases.php:339
298
- msgid "Update"
299
- msgstr ""
300
-
301
- #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:291
302
- msgid "Show Admin Bar for Members"
303
- msgstr ""
304
-
305
- #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:328
306
- msgid "This option doesn't affect website admins."
307
- msgstr ""
308
-
309
- #: wpf-admin/options-tabs/features.php:10 wpf-includes/wpf-phrases.php:293
310
- msgid "Show Forum Page Title"
311
- msgstr ""
312
-
313
- #: wpf-admin/options-tabs/features.php:11 wpf-includes/wpf-phrases.php:296
314
- msgid "Show Top/Menu Bar"
315
- msgstr ""
316
-
317
- #: wpf-admin/options-tabs/features.php:12 wpf-includes/wpf-phrases.php:295
318
- msgid "Show Top Search"
319
- msgstr ""
320
-
321
- #: wpf-admin/options-tabs/features.php:13 wpf-includes/wpf-phrases.php:292
322
- msgid "Show Breadcrumb"
323
- msgstr ""
324
-
325
- #: wpf-admin/options-tabs/features.php:14 wpf-includes/wpf-phrases.php:294
326
- msgid "Show Forum Statistic"
327
- msgstr ""
328
-
329
- #: wpf-admin/options-tabs/features.php:15 wpf-includes/wpf-phrases.php:254
330
- msgid "Replace Author Link to Forum Profile"
331
- msgstr ""
332
-
333
- #: wpf-admin/options-tabs/features.php:16 wpf-includes/wpf-phrases.php:255
334
- msgid "Replace Comment Author Link to Forum Profile"
335
- msgstr ""
336
-
337
- #: wpf-admin/options-tabs/features.php:17 wpf-includes/wpf-phrases.php:257
338
- msgid "Replace Registration Page URL to Forum URL"
339
- msgstr ""
340
-
341
- #: wpf-admin/options-tabs/features.php:18 wpf-includes/wpf-phrases.php:256
342
- msgid "Replace Login Page URL to Forum URL"
343
- msgstr ""
344
-
345
- #: wpf-admin/options-tabs/features.php:19 wpf-includes/wpf-phrases.php:253
346
- msgid "Replace Author Avatar with Forum Profile Avatar"
347
- msgstr ""
348
-
349
- #: wpf-admin/options-tabs/features.php:20 wpf-includes/wpf-phrases.php:76
350
- msgid "Enable Avatars"
351
- msgstr ""
352
-
353
- #: wpf-admin/options-tabs/features.php:21 wpf-includes/wpf-phrases.php:77
354
- msgid "Enable Custom Avatars"
355
- msgstr ""
356
-
357
- #: wpf-admin/options-tabs/features.php:22 wpf-includes/wpf-phrases.php:31
358
- msgid "Allow Member Signature"
359
- msgstr ""
360
-
361
- #: wpf-admin/options-tabs/features.php:23 wpf-includes/wpf-phrases.php:79
362
- msgid "Enable Member Rating"
363
- msgstr ""
364
-
365
- #: wpf-admin/options-tabs/features.php:24 wpf-includes/wpf-phrases.php:80
366
- msgid "Enable Member Rating Titles"
367
- msgstr ""
368
-
369
- #: wpf-admin/options-tabs/features.php:25 wpf-includes/wpf-phrases.php:78
370
- msgid "Enable Member Cashe"
371
- msgstr ""
372
-
373
- #: wpf-admin/options-tabs/features.php:26 wpf-includes/wpf-phrases.php:83
374
- msgid "Enable wpForo SEO for Meta Titles"
375
- msgstr ""
376
-
377
- #: wpf-admin/options-tabs/features.php:27 wpf-includes/wpf-phrases.php:82
378
- msgid "Enable wpForo SEO for Meta Tags"
379
- msgstr ""
380
-
381
- #: wpf-admin/options-tabs/features.php:28 wpf-includes/wpf-phrases.php:81
382
- msgid "Enable wpForo Font-Awesome Lib"
383
- msgstr ""
384
-
385
- #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:132
386
- msgid "Help wpForo to grow, show plugin info"
387
- msgstr ""
388
-
389
- #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:223
390
- msgid ""
391
- "Please enable this option to help wpForo get more popularity as your thank "
392
- "to the hard work we do for you totally free. This option adds a very small "
393
- "icon in forum footer, which will allow your site visitors recognize the name "
394
- "of forum solution you use."
395
- msgstr ""
396
-
397
- #: wpf-admin/options-tabs/features.php:46 wpf-includes/wpf-phrases.php:361
398
- msgid "Yes"
399
- msgstr ""
400
-
401
- #: wpf-admin/options-tabs/features.php:47 wpf-includes/wpf-phrases.php:193
402
- msgid "No"
403
- msgstr ""
404
-
405
- #: wpf-admin/options-tabs/features.php:57 wpf-admin/options-tabs/forums.php:16
406
- #: wpf-admin/options-tabs/general.php:49 wpf-admin/options-tabs/members.php:86
407
- #: wpf-admin/options-tabs/posts.php:57 wpf-admin/options-tabs/styles.php:46
408
- #: wpf-admin/options-tabs/subscriptions.php:75 wpf-includes/wpf-phrases.php:340
409
- msgid "Update Options"
410
- msgstr ""
411
-
412
- #: wpf-admin/options-tabs/general.php:14 wpf-includes/wpf-phrases.php:119
413
- msgid "Forum Title"
414
- msgstr ""
415
-
416
- #: wpf-admin/options-tabs/general.php:18 wpf-includes/wpf-phrases.php:106
417
- msgid "Forum Description"
418
- msgstr ""
419
-
420
- #: wpf-admin/options-tabs/general.php:22 wpf-includes/wpf-phrases.php:105
421
- msgid "Forum Base URL"
422
- msgstr ""
423
-
424
- #: wpf-admin/options-tabs/general.php:27 wpf-includes/wpf-phrases.php:63
425
- msgid "Dashboard Menu Position"
426
- msgstr ""
427
-
428
- #: wpf-admin/options-tabs/general.php:28 wpf-includes/wpf-phrases.php:320
429
- msgid "The position in the menu order wpForo should appear."
430
- msgstr ""
431
-
432
- #: wpf-admin/options-tabs/general.php:29 wpf-includes/wpf-phrases.php:344
433
- msgid ""
434
- "Use greater than 5 - below Posts, 10 - below Media, 15 - below Links, 20 - "
435
- "below Pages, 25 - below comments, 60 - below first separator, 65 - below "
436
- "Plugins, 70 - below Users, 75 - below Tools, 80 - below Settings, 100 - "
437
- "below second separator"
438
- msgstr ""
439
-
440
- #: wpf-admin/options-tabs/general.php:37 wpf-includes/wpf-phrases.php:108
441
- msgid "Forum Language"
442
- msgstr ""
443
-
444
- #: wpf-admin/options-tabs/general.php:61 wpf-includes/wpf-phrases.php:142
445
- msgid "Language XML file"
446
- msgstr ""
447
-
448
- #: wpf-admin/options-tabs/general.php:70 wpf-includes/wpf-phrases.php:22
449
- msgid "Add New Language"
450
- msgstr ""
451
-
452
- #: wpf-admin/options-tabs/members.php:13 wpf-includes/wpf-phrases.php:214
453
- msgid "Online status timeout"
454
- msgstr ""
455
-
456
- #: wpf-admin/options-tabs/members.php:16 wpf-admin/options-tabs/posts.php:19
457
- #: wpf-admin/options-tabs/posts.php:23 wpf-admin/options-tabs/posts.php:31
458
- #: wpf-admin/options-tabs/posts.php:35 wpf-includes/wpf-phrases.php:385
459
- msgid "minutes"
460
- msgstr ""
461
-
462
- #: wpf-admin/options-tabs/members.php:20 wpf-includes/wpf-phrases.php:177
463
- msgid "Members URL structure"
464
- msgstr ""
465
-
466
- #: wpf-admin/options-tabs/members.php:30 wpf-includes/wpf-phrases.php:61
467
- msgid "Custom Authorisation URLs"
468
- msgstr ""
469
-
470
- #: wpf-admin/options-tabs/members.php:41 wpf-includes/wpf-phrases.php:160
471
- msgid "Login URL"
472
- msgstr ""
473
-
474
- #: wpf-admin/options-tabs/members.php:42 wpf-includes/wpf-phrases.php:249
475
- msgid "Register URL"
476
- msgstr ""
477
-
478
- #: wpf-admin/options-tabs/members.php:43 wpf-includes/wpf-phrases.php:162
479
- msgid "Lost Password URL"
480
- msgstr ""
481
-
482
- #: wpf-admin/options-tabs/members.php:49 wpf-includes/wpf-phrases.php:172
483
- msgid "Member Reputation"
484
- msgstr ""
485
-
486
- #: wpf-admin/options-tabs/members.php:57 wpf-includes/wpf-phrases.php:244
487
- msgid "Rating Level"
488
- msgstr ""
489
-
490
- #: wpf-admin/options-tabs/members.php:58 wpf-includes/wpf-phrases.php:181
491
- msgid "Min Number of Posts"
492
- msgstr ""
493
-
494
- #: wpf-admin/options-tabs/members.php:59 wpf-includes/wpf-phrases.php:173
495
- msgid "Member Title"
496
- msgstr ""
497
-
498
- #: wpf-admin/options-tabs/members.php:60 wpf-includes/wpf-phrases.php:290
499
- msgid "Short Badge"
500
- msgstr ""
501
-
502
- #: wpf-admin/options-tabs/members.php:61 wpf-includes/wpf-phrases.php:126
503
- msgid "Full Badge"
504
- msgstr ""
505
-
506
- #: wpf-admin/options-tabs/members.php:62 wpf-includes/wpf-phrases.php:242
507
- msgid "Rating Color"
508
- msgstr ""
509
-
510
- #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:243
511
- msgid "Rating Icon"
512
- msgstr ""
513
-
514
- #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:183
515
- msgid "More"
516
- msgstr ""
517
-
518
- #: wpf-admin/options-tabs/members.php:68 wpf-includes/wpf-phrases.php:156
519
- msgid "Level"
520
- msgstr ""
521
-
522
- #: wpf-admin/options-tabs/members.php:69 wpf-includes/wpf-phrases.php:208
523
- msgid "Number of Posts"
524
- msgstr ""
525
-
526
- #: wpf-admin/options-tabs/members.php:70 wpf-includes/wpf-phrases.php:62
527
- msgid "Custom Title"
528
- msgstr ""
529
-
530
- #: wpf-admin/options-tabs/members.php:73 wpf-includes/wpf-phrases.php:56
531
- msgid "Color"
532
- msgstr ""
533
-
534
- #: wpf-admin/options-tabs/members.php:74 wpf-includes/wpf-phrases.php:48
535
- msgid "Badge Icon"
536
- msgstr ""
537
-
538
- #: wpf-admin/options-tabs/plugins.php:9
539
- msgid ""
540
- "Thank you for using wpForo. wpForo is a premium forum plugin which will "
541
- "always be available for free. There will never be paid and pro versions of "
542
- "this forum board. However this is a very large and hard project so we also "
543
- "develop paid addons (extensions), which will financially help us to keep "
544
- "improving and adding new features to the free wpForo plugin. Forum addons "
545
- "will also be actively developed. The first addons \"Advanced Media Uploader"
546
- "\", \"Polls\", \"Private Messages\" and \"Ad Manager\" will be available "
547
- "very soon. Once you got some addon and activated that, you will find "
548
- "settings in vertical subTabs here."
549
- msgstr ""
550
-
551
- #: wpf-admin/options-tabs/posts.php:14 wpf-includes/wpf-phrases.php:210
552
- msgid "Number of Topics per Page"
553
- msgstr ""
554
-
555
- #: wpf-admin/options-tabs/posts.php:18 wpf-includes/wpf-phrases.php:30
556
- msgid "Allow Edit Own Topic for"
557
- msgstr ""
558
-
559
- #: wpf-admin/options-tabs/posts.php:22 wpf-includes/wpf-phrases.php:27
560
- msgid "Allow Delete Own Topic for"
561
- msgstr ""
562
-
563
- #: wpf-admin/options-tabs/posts.php:26 wpf-includes/wpf-phrases.php:209
564
- msgid "Number of Posts per Page"
565
- msgstr ""
566
-
567
- #: wpf-admin/options-tabs/posts.php:30 wpf-includes/wpf-phrases.php:29
568
- msgid "Allow Edit Own Post for"
569
- msgstr ""
570
-
571
- #: wpf-admin/options-tabs/posts.php:34 wpf-includes/wpf-phrases.php:28
572
- msgid "Allow Delete Own post for"
573
- msgstr ""
574
-
575
- #: wpf-admin/options-tabs/posts.php:40 wpf-includes/wpf-phrases.php:167
576
- msgid "Maximum upload file size"
577
- msgstr ""
578
-
579
- #: wpf-admin/options-tabs/posts.php:41 wpf-includes/wpf-phrases.php:365
580
- msgid ""
581
- "You can not set this value more than \"upload_max_filesize\" and "
582
- "\"post_max_size\". If you want to increase server parameters please contact "
583
- "to your hosting service support."
584
- msgstr ""
585
-
586
- #: wpf-admin/options-tabs/posts.php:44 wpf-includes/wpf-phrases.php:164
587
- msgid "MB"
588
- msgstr ""
589
-
590
- #: wpf-admin/options-tabs/posts.php:47 wpf-includes/wpf-phrases.php:285
591
- msgid "Server \"upload_max_filesize\" is "
592
- msgstr ""
593
-
594
- #: wpf-admin/options-tabs/posts.php:48 wpf-includes/wpf-phrases.php:284
595
- msgid "Server \"post_max_size\" is "
596
- msgstr ""
597
-
598
- #: wpf-admin/options-tabs/subscriptions.php:13 wpf-includes/wpf-phrases.php:124
599
- msgid "From Name"
600
- msgstr ""
601
-
602
- #: wpf-admin/options-tabs/subscriptions.php:17 wpf-includes/wpf-phrases.php:123
603
- msgid "From Email Address"
604
- msgstr ""
605
-
606
- #: wpf-admin/options-tabs/subscriptions.php:22 wpf-includes/wpf-phrases.php:104
607
- msgid "Forum Admin Email Addresses"
608
- msgstr ""
609
-
610
- #: wpf-admin/options-tabs/subscriptions.php:23 wpf-includes/wpf-phrases.php:57
611
- msgid ""
612
- "Comma separated email addresses of forum administrators to get forum "
613
- "notifications. For example post report messages."
614
- msgstr ""
615
-
616
- #: wpf-admin/options-tabs/subscriptions.php:29 wpf-includes/wpf-phrases.php:314
617
- msgid "Subscription Emails"
618
- msgstr ""
619
-
620
- #: wpf-admin/options-tabs/subscriptions.php:33 wpf-includes/wpf-phrases.php:311
621
- msgid "Subscribe confirmation email subject"
622
- msgstr ""
623
-
624
- #: wpf-admin/options-tabs/subscriptions.php:37 wpf-includes/wpf-phrases.php:310
625
- msgid "Subscribe confirmation email message"
626
- msgstr ""
627
-
628
- #: wpf-admin/options-tabs/subscriptions.php:41 wpf-includes/wpf-phrases.php:192
629
- msgid "New topic notification email subject"
630
- msgstr ""
631
-
632
- #: wpf-admin/options-tabs/subscriptions.php:45 wpf-includes/wpf-phrases.php:191
633
- msgid "New topic notification email message"
634
- msgstr ""
635
-
636
- #: wpf-admin/options-tabs/subscriptions.php:49 wpf-includes/wpf-phrases.php:190
637
- msgid "New reply notification email subject"
638
- msgstr ""
639
-
640
- #: wpf-admin/options-tabs/subscriptions.php:53 wpf-includes/wpf-phrases.php:189
641
- msgid "New reply notification email message"
642
- msgstr ""
643
-
644
- #: wpf-admin/options-tabs/subscriptions.php:58 wpf-includes/wpf-phrases.php:224
645
- msgid "Post Reporting Emails"
646
- msgstr ""
647
-
648
- #: wpf-admin/options-tabs/subscriptions.php:59 wpf-includes/wpf-phrases.php:327
649
- msgid "This message comes from post reporting pop-up form."
650
- msgstr ""
651
-
652
- #: wpf-admin/options-tabs/subscriptions.php:64 wpf-includes/wpf-phrases.php:263
653
- msgid "Report message subject"
654
- msgstr ""
655
-
656
- #: wpf-admin/options-tabs/subscriptions.php:69 wpf-includes/wpf-phrases.php:262
657
- msgid "Report message body"
658
- msgstr ""
659
-
660
- #: wpf-admin/options.php:8 wpf-includes/wpf-phrases.php:115
661
- msgid "Forum Settings"
662
- msgstr ""
663
-
664
- #: wpf-admin/options.php:13 wpf-includes/wpf-phrases.php:127
665
- msgid "General"
666
- msgstr ""
667
-
668
- #: wpf-admin/options.php:15 wpf-includes/wpf-phrases.php:103
669
- msgid "Forum Accesses"
670
- msgstr ""
671
-
672
- #: wpf-admin/options.php:16 wpf-includes/wpf-phrases.php:335
673
- msgid "Topics &amp; Posts"
674
- msgstr ""
675
-
676
- #: wpf-admin/options.php:18 wpf-includes/wpf-phrases.php:75
677
- msgid "Emails"
678
- msgstr ""
679
-
680
- #: wpf-admin/options.php:19 wpf-includes/wpf-phrases.php:94
681
- msgid "Features"
682
- msgstr ""
683
-
684
- #: wpf-admin/options.php:21 wpf-includes/wpf-phrases.php:308
685
- msgid "Styles"
686
- msgstr ""
687
-
688
- #: wpf-admin/options.php:22 wpf-includes/wpf-phrases.php:25
689
- msgid "Addons"
690
- msgstr ""
691
-
692
- #: wpf-admin/phrase.php:10 wpf-includes/wpf-phrases.php:125
693
- msgid "Front-end Phrases"
694
- msgstr ""
695
-
696
- #: wpf-admin/themes.php:9 wpf-includes/wpf-phrases.php:118
697
- msgid "Forum Themes"
698
- msgstr ""
699
-
700
- #: wpf-admin/themes.php:46 wpf-includes/wpf-phrases.php:60
701
- msgid "Current active theme"
702
- msgstr ""
703
-
704
- #: wpf-admin/themes.php:48 wpf-includes/wpf-phrases.php:136
705
- msgid "Inactive"
706
- msgstr ""
707
-
708
- #: wpf-admin/themes.php:52 wpf-includes/wpf-phrases.php:141
709
- msgid "LAYOUTS"
710
- msgstr ""
711
-
712
- #: wpf-admin/themes.php:68 wpf-includes/wpf-phrases.php:17
713
- msgid "Activate"
714
- msgstr ""
715
-
716
- #: wpf-admin/themes.php:69 wpf-includes/wpf-phrases.php:122
717
- msgid "Fresh Installation"
718
- msgstr ""
719
-
720
- #: wpf-admin/themes.php:71 wpf-includes/wpf-phrases.php:138
721
- msgid "Install"
722
- msgstr ""
723
-
724
- #: wpf-admin/themes.php:73 wpf-includes/wpf-phrases.php:38
725
- msgid "Are you sure you want to delete this theme files?"
726
- msgstr ""
727
-
728
- #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:40
729
- msgid ""
730
- "Are you sure you want to reset all settings and style colors to default?"
731
- msgstr ""
732
-
733
- #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:265
734
- msgid "Reset Settings"
735
- msgstr ""
736
-
737
- #: wpf-admin/themes.php:96 wpf-includes/wpf-phrases.php:198
738
- msgid "No layout found"
739
- msgstr ""
740
-
741
- #: wpf-admin/themes.php:107 wpf-includes/wpf-phrases.php:203
742
- msgid "No theme found"
743
- msgstr ""
744
-
745
- #: wpf-admin/usergroup.php:8
746
- msgid "Usergroups"
747
- msgstr ""
748
-
749
- #: wpf-admin/usergroup.php:18 wpf-admin/usergroup.php:30
750
- #: wpf-admin/usergroup.php:62
751
- msgid "Usergroup Name"
752
- msgstr ""
753
-
754
- #: wpf-admin/usergroup.php:19
755
- msgid "Users Count"
756
- msgstr ""
757
-
758
- #: wpf-admin/usergroup.php:36
759
- msgid "Edit this usergroup"
760
- msgstr ""
761
-
762
- #: wpf-admin/usergroup.php:36 wpf-includes/functions.php:254
763
- #: wpf-includes/functions.php:467 wpf-includes/wpf-phrases.php:72
764
- msgid "Edit"
765
- msgstr ""
766
-
767
- #: wpf-admin/usergroup.php:37
768
- msgid "Delete this usergroup"
769
- msgstr ""
770
-
771
- #: wpf-admin/usergroup.php:39
772
- msgid "View users list in this usergroup"
773
- msgstr ""
774
-
775
- #: wpf-admin/usergroup.php:43
776
- msgid "Count of users in this usergroup"
777
- msgstr ""
778
-
779
- #: wpf-admin/usergroup.php:62 wpf-includes/wpf-phrases.php:131
780
- msgid "Guest"
781
- msgstr ""
782
-
783
- #: wpf-admin/usergroup.php:85 wpf-includes/wpf-phrases.php:369
784
- msgid "add"
785
- msgstr ""
786
-
787
- #: wpf-admin/usergroup.php:85
788
- msgid "save"
789
- msgstr ""
790
-
791
- #: wpf-admin/usergroup.php:106
792
- msgid "Delete Chosen Usergroup And Users"
793
- msgstr ""
794
-
795
- #: wpf-admin/usergroup.php:116
796
- msgid "Delete Chosen Usergroup And Join Users To Other Usergroup"
797
- msgstr ""
798
-
799
- #: wpf-admin/usergroup.php:128
800
- msgid "Users will be join this usergroup"
801
- msgstr ""
802
-
803
- #: wpf-includes/class-notices.php:128 wpf-includes/wpf-phrases.php:68
804
- msgid "Dismiss this notice."
805
- msgstr ""
806
-
807
- #: wpf-includes/class-permissions.php:116 wpf-includes/wpf-phrases.php:415
808
- #, php-format
809
- msgid "%s access successfully added"
810
- msgstr ""
811
-
812
- #: wpf-includes/class-permissions.php:141 wpf-includes/wpf-phrases.php:416
813
- #, php-format
814
- msgid "%s access successfully edited"
815
- msgstr ""
816
-
817
- #: wpf-includes/class-phrases.php:157
818
- #: wpf-includes/functions-installation.php:28 wpf-includes/wpf-phrases.php:7
819
- msgid " Forum"
820
- msgstr ""
821
-
822
- #: wpf-includes/class-phrases.php:158
823
- #: wpf-includes/functions-installation.php:29 wpf-includes/wpf-phrases.php:6
824
- msgid " Discussion Board"
825
- msgstr ""
826
-
827
- #: wpf-includes/class-template.php:868 wpf-includes/wpf-phrases.php:324
828
- msgid "Theme file not readable"
829
- msgstr ""
830
-
831
- #: wpf-includes/functions-template.php:7
832
- msgid "wpForo Menu"
833
- msgstr ""
834
-
835
- #: wpf-includes/functions-template.php:149 wpf-includes/wpf-phrases.php:405
836
- msgid "wpForo Sidebar"
837
- msgstr ""
838
-
839
- #: wpf-includes/functions-template.php:150 wpf-includes/wpf-phrases.php:188
840
- msgid ""
841
- "NOTE: If you're going to add widgets in this sidebar, please use 'Full "
842
- "Width' template for wpForo index page to avoid sidebar duplication."
843
- msgstr ""
844
-
845
- #: wpf-includes/functions-template.php:188
846
- #: wpf-includes/functions-template.php:295
847
- #: wpf-includes/functions-template.php:358
848
- #: wpf-includes/functions-template.php:435
849
- #: wpf-includes/functions-template.php:482 wpf-includes/wpf-phrases.php:330
850
- msgid "Title"
851
- msgstr ""
852
-
853
- #: wpf-includes/functions-template.php:361
854
- #: wpf-includes/functions-template.php:438 wpf-includes/wpf-phrases.php:207
855
- msgid "Number of Items"
856
- msgstr ""
857
-
858
- #: wpf-includes/functions-template.php:366 wpf-includes/wpf-phrases.php:69
859
- msgid "Display Avatars"
860
- msgstr ""
861
-
862
- #: wpf-includes/functions-template.php:442 wpf-includes/wpf-phrases.php:71
863
- msgid "Display with Avatars"
864
- msgstr ""
865
-
866
- #: wpf-includes/functions.php:252 wpf-includes/functions.php:465
867
- #: wpf-includes/wpf-phrases.php:50
868
- msgid "Bulk Actions"
869
- msgstr ""
870
-
871
- #: wpf-includes/functions.php:259 wpf-includes/functions.php:553
872
- #: wpf-includes/wpf-phrases.php:36
873
- msgid "Apply"
874
- msgstr ""
875
-
876
- #: wpf-includes/functions.php:268 wpf-includes/wpf-phrases.php:297
877
- msgid "Show all forums"
878
- msgstr ""
879
-
880
- #: wpf-includes/functions.php:297 wpf-includes/functions.php:475
881
- #: wpf-includes/wpf-phrases.php:380
882
- msgid "item"
883
- msgstr ""
884
-
885
- #: wpf-includes/functions.php:330 wpf-includes/functions.php:346
886
- #: wpf-includes/wpf-phrases.php:281
887
- msgid "Select All"
888
- msgstr ""
889
-
890
- #: wpf-includes/functions.php:412 wpf-includes/wpf-phrases.php:66
891
- msgid "Delete this item"
892
- msgstr ""
893
-
894
- #: wpf-includes/functions.php:412 wpf-includes/wpf-phrases.php:41
895
- msgid "Are you sure you whant to DELETE this item?"
896
- msgstr ""
897
-
898
- #: wpf-includes/functions.php:457 wpf-includes/wpf-phrases.php:197
899
- msgid "No items found"
900
- msgstr ""
901
-
902
- #: wpf-includes/functions.php:552 wpf-includes/wpf-phrases.php:139
903
- msgid "Items"
904
- msgstr ""
905
-
906
- #: wpf-includes/functions.php:795
907
- #, php-format
908
- msgid "Could not write file %s"
909
- msgstr ""
910
-
911
- #: wpf-includes/wpf-hooks.php:20 wpf-includes/wpf-phrases.php:134
912
- msgid ""
913
- "IMPORTANT! Uninstall is not a simple deactivation action. This action will "
914
- "permanently remove all forum data (forums, topics, replies, attachments...) "
915
- "from database. Please backup database before this action, you may need this "
916
- "forum data in future. If you are sure that you want to delete all forum data "
917
- "please confirm. If not, just cancel it, then you can deactivate this plugin, "
918
- "that will not remove forum data."
919
- msgstr ""
920
-
921
- #: wpf-includes/wpf-hooks.php:20
922
- msgid "Uninstall"
923
- msgstr ""
924
-
925
- #: wpf-includes/wpf-hooks.php:23
926
- msgid "Settings"
927
- msgstr ""
928
-
929
- #: wpf-includes/wpf-hooks.php:806 wpf-includes/wpf-phrases.php:184
930
- msgid "Move"
931
- msgstr ""
932
-
933
- #: wpf-includes/wpf-hooks.php:852
934
- msgid "Dismiss"
935
- msgstr ""
936
-
937
- #: wpf-includes/wpf-hooks.php:877 wpf-includes/wpf-phrases.php:407
938
- msgid "wpForo Usergroup"
939
- msgstr ""
940
-
941
- #: wpf-includes/wpf-hooks.php:885 wpf-includes/wpf-phrases.php:406
942
- msgid "wpForo User Timezone"
943
- msgstr ""
944
-
945
- #: wpf-includes/wpf-phrases.php:8
946
- #, php-format
947
- msgid "%s and %s liked"
948
- msgstr ""
949
-
950
- #: wpf-includes/wpf-phrases.php:9
951
- #, php-format
952
- msgid "%s liked"
953
- msgstr ""
954
-
955
- #: wpf-includes/wpf-phrases.php:10
956
- #, php-format
957
- msgid "%s, %s and %s liked"
958
- msgstr ""
959
-
960
- #: wpf-includes/wpf-phrases.php:11
961
- #, php-format
962
- msgid "%s, %s, %s and %d people liked"
963
- msgstr ""
964
-
965
- #: wpf-includes/wpf-phrases.php:12
966
- msgid "AOL IM"
967
- msgstr ""
968
-
969
- #: wpf-includes/wpf-phrases.php:13
970
- msgid "About Me"
971
- msgstr ""
972
-
973
- #: wpf-includes/wpf-phrases.php:16
974
- msgid "Account"
975
- msgstr ""
976
-
977
- #: wpf-includes/wpf-phrases.php:19
978
- msgid "Activity"
979
- msgstr ""
980
-
981
- #: wpf-includes/wpf-phrases.php:23
982
- msgid "Add a comment"
983
- msgstr ""
984
-
985
- #: wpf-includes/wpf-phrases.php:24
986
- msgid "Add topic"
987
- msgstr ""
988
-
989
- #: wpf-includes/wpf-phrases.php:32
990
- msgid "Answer"
991
- msgstr ""
992
-
993
- #: wpf-includes/wpf-phrases.php:33
994
- msgid "Answer to"
995
- msgstr ""
996
-
997
- #: wpf-includes/wpf-phrases.php:34
998
- msgid "Answers"
999
- msgstr ""
1000
-
1001
- #: wpf-includes/wpf-phrases.php:35
1002
- msgid "Any Date"
1003
- msgstr ""
1004
-
1005
- #: wpf-includes/wpf-phrases.php:42
1006
- msgid "Ascending order"
1007
- msgstr ""
1008
-
1009
- #: wpf-includes/wpf-phrases.php:43
1010
- msgid "Attach file:"
1011
- msgstr ""
1012
-
1013
- #: wpf-includes/wpf-phrases.php:47
1014
- msgid "Avatar"
1015
- msgstr ""
1016
-
1017
- #: wpf-includes/wpf-phrases.php:53
1018
- msgid "Change password"
1019
- msgstr ""
1020
-
1021
- #: wpf-includes/wpf-phrases.php:54
1022
- msgid "Choose target forum"
1023
- msgstr ""
1024
-
1025
- #: wpf-includes/wpf-phrases.php:55 wpf-themes/classic/functions.php:31
1026
- #: wpf-themes/classic/functions.php:52 wpf-themes/classic/functions.php:81
1027
- msgid "Collapsed"
1028
- msgstr ""
1029
-
1030
- #: wpf-includes/wpf-phrases.php:58
1031
- msgid "Comments"
1032
- msgstr ""
1033
-
1034
- #: wpf-includes/wpf-phrases.php:59
1035
- msgid "Confirm my subscription"
1036
- msgstr ""
1037
-
1038
- #: wpf-includes/wpf-phrases.php:64
1039
- msgid "Date"
1040
- msgstr ""
1041
-
1042
- #: wpf-includes/wpf-phrases.php:67
1043
- msgid "Descending order"
1044
- msgstr ""
1045
-
1046
- #: wpf-includes/wpf-phrases.php:70
1047
- msgid "Display Name"
1048
- msgstr ""
1049
-
1050
- #: wpf-includes/wpf-phrases.php:73
1051
- msgid "Edited: "
1052
- msgstr ""
1053
-
1054
- #: wpf-includes/wpf-phrases.php:74
1055
- msgid "Email"
1056
- msgstr ""
1057
-
1058
- #: wpf-includes/wpf-phrases.php:86
1059
- msgid "Enter title here"
1060
- msgstr ""
1061
-
1062
- #: wpf-includes/wpf-phrases.php:87 wpf-themes/classic/functions.php:30
1063
- #: wpf-themes/classic/functions.php:51 wpf-themes/classic/functions.php:80
1064
- msgid "Expanded"
1065
- msgstr ""
1066
-
1067
- #: wpf-includes/wpf-phrases.php:88 wpf-themes/classic/functions.php:77
1068
- msgid "Extended Layout - Intro posts"
1069
- msgstr ""
1070
-
1071
- #: wpf-includes/wpf-phrases.php:89 wpf-themes/classic/functions.php:27
1072
- msgid "Extended Layout - Intro topics"
1073
- msgstr ""
1074
-
1075
- #: wpf-includes/wpf-phrases.php:90 wpf-themes/classic/functions.php:87
1076
- msgid "Extended Layout - Number of intro posts"
1077
- msgstr ""
1078
-
1079
- #: wpf-includes/wpf-phrases.php:91 wpf-themes/classic/functions.php:36
1080
- msgid "Extended Layout - Number of intro topics"
1081
- msgstr ""
1082
-
1083
- #: wpf-includes/wpf-phrases.php:92
1084
- msgid "Facebook"
1085
- msgstr ""
1086
-
1087
- #: wpf-includes/wpf-phrases.php:93
1088
- msgid "Failed to write file to disk"
1089
- msgstr ""
1090
-
1091
- #: wpf-includes/wpf-phrases.php:95
1092
- msgid "File upload stopped by extension"
1093
- msgstr ""
1094
-
1095
- #: wpf-includes/wpf-phrases.php:96
1096
- msgid "Find Posts by User"
1097
- msgstr ""
1098
-
1099
- #: wpf-includes/wpf-phrases.php:97
1100
- msgid "Find Topics Started by User"
1101
- msgstr ""
1102
-
1103
- #: wpf-includes/wpf-phrases.php:98
1104
- msgid "First post and replies"
1105
- msgstr ""
1106
-
1107
- #: wpf-includes/wpf-phrases.php:99
1108
- msgid "Forum"
1109
- msgstr ""
1110
-
1111
- #: wpf-includes/wpf-phrases.php:100
1112
- msgid "Forum - Login"
1113
- msgstr ""
1114
-
1115
- #: wpf-includes/wpf-phrases.php:101
1116
- msgid "Forum - Page Not Found"
1117
- msgstr ""
1118
-
1119
- #: wpf-includes/wpf-phrases.php:102
1120
- msgid "Forum - Registration"
1121
- msgstr ""
1122
-
1123
- #: wpf-includes/wpf-phrases.php:107
1124
- msgid "Forum Home"
1125
- msgstr ""
1126
-
1127
- #: wpf-includes/wpf-phrases.php:109
1128
- msgid "Forum Members"
1129
- msgstr ""
1130
-
1131
- #: wpf-includes/wpf-phrases.php:112
1132
- msgid "Forum Profile"
1133
- msgstr ""
1134
-
1135
- #: wpf-includes/wpf-phrases.php:113
1136
- msgid "Forum RSS Feed"
1137
- msgstr ""
1138
-
1139
- #: wpf-includes/wpf-phrases.php:117
1140
- msgid "Forum Statistics"
1141
- msgstr ""
1142
-
1143
- #: wpf-includes/wpf-phrases.php:120
1144
- msgid "Forum is empty"
1145
- msgstr ""
1146
-
1147
- #: wpf-includes/wpf-phrases.php:129
1148
- msgid "Group"
1149
- msgstr ""
1150
-
1151
- #: wpf-includes/wpf-phrases.php:130
1152
- msgid "Gtalk"
1153
- msgstr ""
1154
-
1155
- #: wpf-includes/wpf-phrases.php:133
1156
- msgid "ICQ"
1157
- msgstr ""
1158
-
1159
- #: wpf-includes/wpf-phrases.php:137
1160
- msgid "Insert member name or email"
1161
- msgstr ""
1162
-
1163
- #: wpf-includes/wpf-phrases.php:140
1164
- msgid "Joined"
1165
- msgstr ""
1166
-
1167
- #: wpf-includes/wpf-phrases.php:143
1168
- msgid "Last 24 hours"
1169
- msgstr ""
1170
-
1171
- #: wpf-includes/wpf-phrases.php:144
1172
- msgid "Last 3 Months"
1173
- msgstr ""
1174
-
1175
- #: wpf-includes/wpf-phrases.php:145
1176
- msgid "Last 6 Months"
1177
- msgstr ""
1178
-
1179
- #: wpf-includes/wpf-phrases.php:146
1180
- msgid "Last Active"
1181
- msgstr ""
1182
-
1183
- #: wpf-includes/wpf-phrases.php:147
1184
- msgid "Last Month"
1185
- msgstr ""
1186
-
1187
- #: wpf-includes/wpf-phrases.php:148
1188
- msgid "Last Post"
1189
- msgstr ""
1190
-
1191
- #: wpf-includes/wpf-phrases.php:149
1192
- msgid "Last Post Info"
1193
- msgstr ""
1194
-
1195
- #: wpf-includes/wpf-phrases.php:150
1196
- msgid "Last Week"
1197
- msgstr ""
1198
-
1199
- #: wpf-includes/wpf-phrases.php:151
1200
- msgid "Last Year ago"
1201
- msgstr ""
1202
-
1203
- #: wpf-includes/wpf-phrases.php:152
1204
- #, php-format
1205
- msgid "Last post by %s"
1206
- msgstr ""
1207
-
1208
- #: wpf-includes/wpf-phrases.php:153
1209
- msgid "Latest Post"
1210
- msgstr ""
1211
-
1212
- #: wpf-includes/wpf-phrases.php:154
1213
- msgid "Leave a reply"
1214
- msgstr ""
1215
-
1216
- #: wpf-includes/wpf-phrases.php:155
1217
- msgid "Length must be between 3 characters and 15 characters."
1218
- msgstr ""
1219
-
1220
- #: wpf-includes/wpf-phrases.php:157
1221
- msgid "Liked"
1222
- msgstr ""
1223
-
1224
- #: wpf-includes/wpf-phrases.php:158
1225
- msgid "Location"
1226
- msgstr ""
1227
-
1228
- #: wpf-includes/wpf-phrases.php:159
1229
- msgid "Login"
1230
- msgstr ""
1231
-
1232
- #: wpf-includes/wpf-phrases.php:161
1233
- msgid "Logout"
1234
- msgstr ""
1235
-
1236
- #: wpf-includes/wpf-phrases.php:163
1237
- msgid "Lost your password?"
1238
- msgstr ""
1239
-
1240
- #: wpf-includes/wpf-phrases.php:165
1241
- msgid "MSN"
1242
- msgstr ""
1243
-
1244
- #: wpf-includes/wpf-phrases.php:166
1245
- msgid "Maximum allowed file size is"
1246
- msgstr ""
1247
-
1248
- #: wpf-includes/wpf-phrases.php:168
1249
- msgid "Member Activity"
1250
- msgstr ""
1251
-
1252
- #: wpf-includes/wpf-phrases.php:169
1253
- msgid "Member Information"
1254
- msgstr ""
1255
-
1256
- #: wpf-includes/wpf-phrases.php:170
1257
- msgid "Member Rating"
1258
- msgstr ""
1259
-
1260
- #: wpf-includes/wpf-phrases.php:171
1261
- msgid "Member Rating Badge"
1262
- msgstr ""
1263
-
1264
- #: wpf-includes/wpf-phrases.php:174
1265
- msgid "Member information"
1266
- msgstr ""
1267
-
1268
- #: wpf-includes/wpf-phrases.php:178
1269
- msgid "Members not found"
1270
- msgstr ""
1271
-
1272
- #: wpf-includes/wpf-phrases.php:179
1273
- msgid "Messages"
1274
- msgstr ""
1275
-
1276
- #: wpf-includes/wpf-phrases.php:182
1277
- msgid "Missing a temporary folder"
1278
- msgstr ""
1279
-
1280
- #: wpf-includes/wpf-phrases.php:185
1281
- msgid "Move topic"
1282
- msgstr ""
1283
-
1284
- #: wpf-includes/wpf-phrases.php:186
1285
- msgid "Must be minimum 6 characters."
1286
- msgstr ""
1287
-
1288
- #: wpf-includes/wpf-phrases.php:187
1289
- msgid "My Profile"
1290
- msgstr ""
1291
-
1292
- #: wpf-includes/wpf-phrases.php:194
1293
- msgid "No activity found for this member."
1294
- msgstr ""
1295
-
1296
- #: wpf-includes/wpf-phrases.php:195
1297
- msgid "No file was uploaded"
1298
- msgstr ""
1299
-
1300
- #: wpf-includes/wpf-phrases.php:196
1301
- msgid "No forums were found here."
1302
- msgstr ""
1303
-
1304
- #: wpf-includes/wpf-phrases.php:200
1305
- msgid "No online members at the moment"
1306
- msgstr ""
1307
-
1308
- #: wpf-includes/wpf-phrases.php:202
1309
- msgid "No subscriptions found for this member."
1310
- msgstr ""
1311
-
1312
- #: wpf-includes/wpf-phrases.php:204
1313
- msgid "No topics were found here"
1314
- msgstr ""
1315
-
1316
- #: wpf-includes/wpf-phrases.php:211
1317
- msgid "Occupation"
1318
- msgstr ""
1319
-
1320
- #: wpf-includes/wpf-phrases.php:212
1321
- msgid "Offline"
1322
- msgstr ""
1323
-
1324
- #: wpf-includes/wpf-phrases.php:213
1325
- msgid "Online"
1326
- msgstr ""
1327
-
1328
- #: wpf-includes/wpf-phrases.php:215
1329
- msgid "Oops! The page you requested was not found!"
1330
- msgstr ""
1331
-
1332
- #: wpf-includes/wpf-phrases.php:216
1333
- msgid "Our newest member"
1334
- msgstr ""
1335
-
1336
- #: wpf-includes/wpf-phrases.php:217
1337
- msgid "Page"
1338
- msgstr ""
1339
-
1340
- #: wpf-includes/wpf-phrases.php:219
1341
- msgid "Password"
1342
- msgstr ""
1343
-
1344
- #: wpf-includes/wpf-phrases.php:221
1345
- #, php-format
1346
- msgid "Please %s or %s"
1347
- msgstr ""
1348
-
1349
- #: wpf-includes/wpf-phrases.php:225
1350
- msgid "Post Title"
1351
- msgstr ""
1352
-
1353
- #: wpf-includes/wpf-phrases.php:226
1354
- msgid "Post link"
1355
- msgstr ""
1356
-
1357
- #: wpf-includes/wpf-phrases.php:227
1358
- msgid "Posted"
1359
- msgstr ""
1360
-
1361
- #: wpf-includes/wpf-phrases.php:228
1362
- msgid "Posted by"
1363
- msgstr ""
1364
-
1365
- #: wpf-includes/wpf-phrases.php:230
1366
- msgid "Powered by"
1367
- msgstr ""
1368
-
1369
- #: wpf-includes/wpf-phrases.php:232 wpf-themes/classic/functions.php:57
1370
- msgid "Q&A Layout - Number of intro topics"
1371
- msgstr ""
1372
-
1373
- #: wpf-includes/wpf-phrases.php:233 wpf-themes/classic/functions.php:48
1374
- msgid "Q&A layout - Intro topics"
1375
- msgstr ""
1376
-
1377
- #: wpf-includes/wpf-phrases.php:234
1378
- msgid "Question Comments"
1379
- msgstr ""
1380
-
1381
- #: wpf-includes/wpf-phrases.php:235
1382
- msgid "Questions"
1383
- msgstr ""
1384
-
1385
- #: wpf-includes/wpf-phrases.php:236
1386
- msgid "Quote"
1387
- msgstr ""
1388
-
1389
- #: wpf-includes/wpf-phrases.php:237
1390
- msgid "RE"
1391
- msgstr ""
1392
-
1393
- #: wpf-includes/wpf-phrases.php:238
1394
- msgid "REPLY:"
1395
- msgstr ""
1396
-
1397
- #: wpf-includes/wpf-phrases.php:239
1398
- msgid "RSS"
1399
- msgstr ""
1400
-
1401
- #: wpf-includes/wpf-phrases.php:240
1402
- msgid "Rating"
1403
- msgstr ""
1404
-
1405
- #: wpf-includes/wpf-phrases.php:241
1406
- msgid "Rating Badge"
1407
- msgstr ""
1408
-
1409
- #: wpf-includes/wpf-phrases.php:245
1410
- msgid "Received Likes"
1411
- msgstr ""
1412
-
1413
- #: wpf-includes/wpf-phrases.php:246
1414
- msgid "Recent Questions"
1415
- msgstr ""
1416
-
1417
- #: wpf-includes/wpf-phrases.php:247
1418
- msgid "Recent Topics"
1419
- msgstr ""
1420
-
1421
- #: wpf-includes/wpf-phrases.php:248
1422
- msgid "Register"
1423
- msgstr ""
1424
-
1425
- #: wpf-includes/wpf-phrases.php:250
1426
- msgid "Registered date"
1427
- msgstr ""
1428
-
1429
- #: wpf-includes/wpf-phrases.php:251
1430
- msgid "Relevancy"
1431
- msgstr ""
1432
-
1433
- #: wpf-includes/wpf-phrases.php:252
1434
- msgid "Remember Me"
1435
- msgstr ""
1436
-
1437
- #: wpf-includes/wpf-phrases.php:258
1438
- msgid "Replies"
1439
- msgstr ""
1440
-
1441
- #: wpf-includes/wpf-phrases.php:259
1442
- msgid "Replies not found"
1443
- msgstr ""
1444
-
1445
- #: wpf-includes/wpf-phrases.php:260
1446
- msgid "Reply"
1447
- msgstr ""
1448
-
1449
- #: wpf-includes/wpf-phrases.php:261
1450
- msgid "Report"
1451
- msgstr ""
1452
-
1453
- #: wpf-includes/wpf-phrases.php:264
1454
- msgid "Report to Administration"
1455
- msgstr ""
1456
-
1457
- #: wpf-includes/wpf-phrases.php:266
1458
- msgid "Result Info"
1459
- msgstr ""
1460
-
1461
- #: wpf-includes/wpf-phrases.php:268
1462
- msgid "Save Changes"
1463
- msgstr ""
1464
-
1465
- #: wpf-includes/wpf-phrases.php:272
1466
- msgid "Search"
1467
- msgstr ""
1468
-
1469
- #: wpf-includes/wpf-phrases.php:273
1470
- msgid "Search Entire Posts"
1471
- msgstr ""
1472
-
1473
- #: wpf-includes/wpf-phrases.php:274
1474
- msgid "Search Phrase"
1475
- msgstr ""
1476
-
1477
- #: wpf-includes/wpf-phrases.php:275
1478
- msgid "Search Titles Only"
1479
- msgstr ""
1480
-
1481
- #: wpf-includes/wpf-phrases.php:276
1482
- msgid "Search Type"
1483
- msgstr ""
1484
-
1485
- #: wpf-includes/wpf-phrases.php:277
1486
- msgid "Search in Forums"
1487
- msgstr ""
1488
-
1489
- #: wpf-includes/wpf-phrases.php:278
1490
- msgid "Search in date period"
1491
- msgstr ""
1492
-
1493
- #: wpf-includes/wpf-phrases.php:279
1494
- msgid "Search result for"
1495
- msgstr ""
1496
-
1497
- #: wpf-includes/wpf-phrases.php:280
1498
- msgid "Search..."
1499
- msgstr ""
1500
-
1501
- #: wpf-includes/wpf-phrases.php:282
1502
- msgid "Select Page"
1503
- msgstr ""
1504
-
1505
- #: wpf-includes/wpf-phrases.php:283
1506
- msgid "Send Report"
1507
- msgstr ""
1508
-
1509
- #: wpf-includes/wpf-phrases.php:287
1510
- msgid "Set Topic Sticky"
1511
- msgstr ""
1512
-
1513
- #: wpf-includes/wpf-phrases.php:288 wpf-themes/classic/functions.php:88
1514
- msgid ""
1515
- "Set this option value 0 if you want to show all posts under topic intro area."
1516
- msgstr ""
1517
-
1518
- #: wpf-includes/wpf-phrases.php:289
1519
- msgid "Shop Account"
1520
- msgstr ""
1521
-
1522
- #: wpf-includes/wpf-phrases.php:299
1523
- msgid "Sign In"
1524
- msgstr ""
1525
-
1526
- #: wpf-includes/wpf-phrases.php:300
1527
- msgid "Signature"
1528
- msgstr ""
1529
-
1530
- #: wpf-includes/wpf-phrases.php:301
1531
- msgid "Site Profile"
1532
- msgstr ""
1533
-
1534
- #: wpf-includes/wpf-phrases.php:302
1535
- msgid "Skype"
1536
- msgstr ""
1537
-
1538
- #: wpf-includes/wpf-phrases.php:304
1539
- msgid "Social Networks"
1540
- msgstr ""
1541
-
1542
- #: wpf-includes/wpf-phrases.php:305
1543
- msgid "Sorry, something wrong with your data."
1544
- msgstr ""
1545
-
1546
- #: wpf-includes/wpf-phrases.php:306
1547
- msgid "Sort Search Results by"
1548
- msgstr ""
1549
-
1550
- #: wpf-includes/wpf-phrases.php:307
1551
- msgid "Specify avatar by URL"
1552
- msgstr ""
1553
-
1554
- #: wpf-includes/wpf-phrases.php:309
1555
- msgid "Subforums"
1556
- msgstr ""
1557
-
1558
- #: wpf-includes/wpf-phrases.php:312
1559
- msgid "Subscribe for new replies"
1560
- msgstr ""
1561
-
1562
- #: wpf-includes/wpf-phrases.php:313
1563
- msgid "Subscribe for new topics"
1564
- msgstr ""
1565
-
1566
- #: wpf-includes/wpf-phrases.php:315
1567
- msgid "Subscriptions"
1568
- msgstr ""
1569
-
1570
- #: wpf-includes/wpf-phrases.php:317
1571
- msgid ""
1572
- "Thank you for trying wpForo! This forum development was started on 2013 and "
1573
- "we were using it for our support community. Now it's ready for WordPress "
1574
- "community as well. It's on the Beta stage and we're working hard to reach "
1575
- "the Gold 1.0.0 version as soon as possible. wpForo is a professional "
1576
- "bulletin board for WorPress, and the only forum software which comes with "
1577
- "Multi-layout template system. The \"Extended"
1578
- msgstr ""
1579
-
1580
- #: wpf-includes/wpf-phrases.php:318
1581
- msgid ""
1582
- "Thank you for using wpForo. wpForo is a premium forum plugin which will "
1583
- "always be available for free. There will never be paid and pro versions of "
1584
- "this forum board. However this is a very large and hard project so we also "
1585
- "develop paid addons (extensions), which will financially help us to keep "
1586
- "improving and adding new features to the free wpForo plugin. Forum addons "
1587
- "will also be actively developed. The first addons \"Advanced Media Uploader"
1588
- msgstr ""
1589
-
1590
- #: wpf-includes/wpf-phrases.php:321
1591
- msgid ""
1592
- "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
1593
- "the HTML form"
1594
- msgstr ""
1595
-
1596
- #: wpf-includes/wpf-phrases.php:322
1597
- msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini"
1598
- msgstr ""
1599
-
1600
- #: wpf-includes/wpf-phrases.php:323
1601
- msgid "The uploaded file was only partially uploaded"
1602
- msgstr ""
1603
-
1604
- #: wpf-includes/wpf-phrases.php:329
1605
- msgid "Timezone"
1606
- msgstr ""
1607
-
1608
- #: wpf-includes/wpf-phrases.php:331
1609
- msgid "Topic RSS Feed"
1610
- msgstr ""
1611
-
1612
- #: wpf-includes/wpf-phrases.php:332
1613
- msgid "Topic Title"
1614
- msgstr ""
1615
-
1616
- #: wpf-includes/wpf-phrases.php:333
1617
- msgid "Topic title"
1618
- msgstr ""
1619
-
1620
- #: wpf-includes/wpf-phrases.php:336
1621
- msgid "Twitter"
1622
- msgstr ""
1623
-
1624
- #: wpf-includes/wpf-phrases.php:337
1625
- msgid "Unknown upload error"
1626
- msgstr ""
1627
-
1628
- #: wpf-includes/wpf-phrases.php:338
1629
- msgid "Unsubscribe"
1630
- msgstr ""
1631
-
1632
- #: wpf-includes/wpf-phrases.php:341
1633
- msgid "Upload an avatar"
1634
- msgstr ""
1635
-
1636
- #: wpf-includes/wpf-phrases.php:343
1637
- msgid ""
1638
- "Use comments to ask for more information or suggest improvements. Avoid "
1639
- "answering questions in comments."
1640
- msgstr ""
1641
-
1642
- #: wpf-includes/wpf-phrases.php:345
1643
- msgid "User"
1644
- msgstr ""
1645
-
1646
- #: wpf-includes/wpf-phrases.php:346
1647
- msgid "User Group"
1648
- msgstr ""
1649
-
1650
- #: wpf-includes/wpf-phrases.php:347
1651
- msgid "Usergroup has been successfully deleted."
1652
- msgstr ""
1653
-
1654
- #: wpf-includes/wpf-phrases.php:348
1655
- msgid ""
1656
- "Usergroup has been successfully deleted. All users of this usergroup have "
1657
- "been moved to the usergroup you've chosen"
1658
- msgstr ""
1659
-
1660
- #: wpf-includes/wpf-phrases.php:349
1661
- msgid "Username"
1662
- msgstr ""
1663
-
1664
- #: wpf-includes/wpf-phrases.php:351
1665
- msgid "View entire post"
1666
- msgstr ""
1667
-
1668
- #: wpf-includes/wpf-phrases.php:352
1669
- msgid "View the latest post"
1670
- msgstr ""
1671
-
1672
- #: wpf-includes/wpf-phrases.php:353
1673
- msgid "Views"
1674
- msgstr ""
1675
-
1676
- #: wpf-includes/wpf-phrases.php:354
1677
- msgid "Votes"
1678
- msgstr ""
1679
-
1680
- #: wpf-includes/wpf-phrases.php:355
1681
- msgid "Website"
1682
- msgstr ""
1683
-
1684
- #: wpf-includes/wpf-phrases.php:357
1685
- msgid "Wordpress avatar system"
1686
- msgstr ""
1687
-
1688
- #: wpf-includes/wpf-phrases.php:358
1689
- msgid "Working"
1690
- msgstr ""
1691
-
1692
- #: wpf-includes/wpf-phrases.php:359
1693
- msgid "Write message"
1694
- msgstr ""
1695
-
1696
- #: wpf-includes/wpf-phrases.php:360
1697
- msgid "Yahoo"
1698
- msgstr ""
1699
-
1700
- #: wpf-includes/wpf-phrases.php:362
1701
- msgid "You"
1702
- msgstr ""
1703
-
1704
- #: wpf-includes/wpf-phrases.php:364
1705
- #, php-format
1706
- msgid "You can go to %s page or Search here"
1707
- msgstr ""
1708
-
1709
- #: wpf-includes/wpf-phrases.php:366
1710
- msgid "Your Answer"
1711
- msgstr ""
1712
-
1713
- #: wpf-includes/wpf-phrases.php:367
1714
- msgid "account"
1715
- msgstr ""
1716
-
1717
- #: wpf-includes/wpf-phrases.php:368
1718
- msgid "activity"
1719
- msgstr ""
1720
-
1721
- #: wpf-includes/wpf-phrases.php:370
1722
- msgid "add_new"
1723
- msgstr ""
1724
-
1725
- #: wpf-includes/wpf-phrases.php:371
1726
- msgid "ago"
1727
- msgstr ""
1728
-
1729
- #: wpf-includes/wpf-phrases.php:372
1730
- msgid "by"
1731
- msgstr ""
1732
-
1733
- #: wpf-includes/wpf-phrases.php:373
1734
- #, php-format
1735
- msgid "by %s"
1736
- msgstr ""
1737
-
1738
- #: wpf-includes/wpf-phrases.php:374
1739
- msgid "confirm password"
1740
- msgstr ""
1741
-
1742
- #: wpf-includes/wpf-phrases.php:377
1743
- msgid "edit profile"
1744
- msgstr ""
1745
-
1746
- #: wpf-includes/wpf-phrases.php:378
1747
- msgid "edit user"
1748
- msgstr ""
1749
-
1750
- #: wpf-includes/wpf-phrases.php:379
1751
- msgid "forums"
1752
- msgstr ""
1753
-
1754
- #: wpf-includes/wpf-phrases.php:381
1755
- msgid "login"
1756
- msgstr ""
1757
-
1758
- #: wpf-includes/wpf-phrases.php:382
1759
- msgid "logout"
1760
- msgstr ""
1761
-
1762
- #: wpf-includes/wpf-phrases.php:383
1763
- msgid "matches"
1764
- msgstr ""
1765
-
1766
- #: wpf-includes/wpf-phrases.php:384
1767
- msgid "members"
1768
- msgstr ""
1769
-
1770
- #: wpf-includes/wpf-phrases.php:386
1771
- msgid "my profile"
1772
- msgstr ""
1773
-
1774
- #: wpf-includes/wpf-phrases.php:387
1775
- msgid "new password"
1776
- msgstr ""
1777
-
1778
- #: wpf-includes/wpf-phrases.php:388
1779
- msgid "new password again"
1780
- msgstr ""
1781
-
1782
- #: wpf-includes/wpf-phrases.php:389
1783
- msgid "next"
1784
- msgstr ""
1785
-
1786
- #: wpf-includes/wpf-phrases.php:390
1787
- msgid "old password"
1788
- msgstr ""
1789
-
1790
- #: wpf-includes/wpf-phrases.php:391
1791
- msgid "phrase_key"
1792
- msgstr ""
1793
-
1794
- #: wpf-includes/wpf-phrases.php:392
1795
- msgid "phrase_value"
1796
- msgstr ""
1797
-
1798
- #: wpf-includes/wpf-phrases.php:393
1799
- msgid "posted"
1800
- msgstr ""
1801
-
1802
- #: wpf-includes/wpf-phrases.php:394
1803
- msgid "prev"
1804
- msgstr ""
1805
-
1806
- #: wpf-includes/wpf-phrases.php:395
1807
- msgid "register"
1808
- msgstr ""
1809
-
1810
- #: wpf-includes/wpf-phrases.php:396
1811
- msgid "replies"
1812
- msgstr ""
1813
-
1814
- #: wpf-includes/wpf-phrases.php:397
1815
- msgid "subscriptions"
1816
- msgstr ""
1817
-
1818
- #: wpf-includes/wpf-phrases.php:398
1819
- msgid "update"
1820
- msgstr ""
1821
-
1822
- #: wpf-includes/wpf-phrases.php:399
1823
- msgid "view"
1824
- msgstr ""
1825
-
1826
- #: wpf-includes/wpf-phrases.php:400
1827
- msgid "view all posts"
1828
- msgstr ""
1829
-
1830
- #: wpf-includes/wpf-phrases.php:401
1831
- msgid "view all questions"
1832
- msgstr ""
1833
-
1834
- #: wpf-includes/wpf-phrases.php:402
1835
- msgid "view all topics"
1836
- msgstr ""
1837
-
1838
- #: wpf-includes/wpf-phrases.php:404
1839
- msgid "wpForo Navigation"
1840
- msgstr ""
1841
-
1842
- #: wpf-includes/wpf-phrases.php:409
1843
- msgid "{number}B"
1844
- msgstr ""
1845
-
1846
- #: wpf-includes/wpf-phrases.php:410
1847
- msgid "{number}K"
1848
- msgstr ""
1849
-
1850
- #: wpf-includes/wpf-phrases.php:411
1851
- msgid "{number}M"
1852
- msgstr ""
1853
-
1854
- #: wpf-includes/wpf-phrases.php:412
1855
- msgid "{number}T"
1856
- msgstr ""
1857
-
1858
- #: wpf-includes/wpf-phrases.php:417
1859
- msgid "Access add error"
1860
- msgstr ""
1861
-
1862
- #: wpf-includes/wpf-phrases.php:418
1863
- msgid "Access delete error"
1864
- msgstr ""
1865
-
1866
- #: wpf-includes/wpf-phrases.php:419
1867
- msgid "Access edit error"
1868
- msgstr ""
1869
-
1870
- #: wpf-includes/wpf-phrases.php:420
1871
- msgid "Access successfully deleted"
1872
- msgstr ""
1873
-
1874
- #: wpf-includes/wpf-phrases.php:421
1875
- msgid "Add Topic error: No forum selected"
1876
- msgstr ""
1877
-
1878
- #: wpf-includes/wpf-phrases.php:422
1879
- msgid "All Checked topics successfully deleted"
1880
- msgstr ""
1881
-
1882
- #: wpf-includes/wpf-phrases.php:423
1883
- msgid "Can't add forum"
1884
- msgstr ""
1885
-
1886
- #: wpf-includes/wpf-phrases.php:424
1887
- msgid "Can't add new language"
1888
- msgstr ""
1889
-
1890
- #: wpf-includes/wpf-phrases.php:425
1891
- msgid "Can't delete this Usergroup"
1892
- msgstr ""
1893
-
1894
- #: wpf-includes/wpf-phrases.php:426
1895
- msgid "Can't send confirmation email"
1896
- msgstr ""
1897
-
1898
- #: wpf-includes/wpf-phrases.php:427
1899
- msgid "Can't send report email"
1900
- msgstr ""
1901
-
1902
- #: wpf-includes/wpf-phrases.php:428
1903
- msgid "Can't subscribe to this item"
1904
- msgstr ""
1905
-
1906
- #: wpf-includes/wpf-phrases.php:429
1907
- msgid "Can't write a post: This topic is closed"
1908
- msgstr ""
1909
-
1910
- #: wpf-includes/wpf-phrases.php:430
1911
- msgid "Can`t upload file"
1912
- msgstr ""
1913
-
1914
- #: wpf-includes/wpf-phrases.php:431
1915
- msgid "Cannot update forum hierarchy"
1916
- msgstr ""
1917
-
1918
- #: wpf-includes/wpf-phrases.php:432
1919
- msgid "Cannot update post data"
1920
- msgstr ""
1921
-
1922
- #: wpf-includes/wpf-phrases.php:433
1923
- msgid "Could not be unsubscribe from this item"
1924
- msgstr ""
1925
-
1926
- #: wpf-includes/wpf-phrases.php:434
1927
- msgid "Email address exists. Please insert another."
1928
- msgstr ""
1929
-
1930
- #: wpf-includes/wpf-phrases.php:435
1931
- msgid "Error: Forum is not found"
1932
- msgstr ""
1933
-
1934
- #: wpf-includes/wpf-phrases.php:436
1935
- msgid "Error: No topic selected"
1936
- msgstr ""
1937
-
1938
- #: wpf-includes/wpf-phrases.php:437
1939
- msgid "Error: Topic is not found"
1940
- msgstr ""
1941
-
1942
- #: wpf-includes/wpf-phrases.php:438
1943
- msgid "Error: please inset some text to report."
1944
- msgstr ""
1945
-
1946
- #: wpf-includes/wpf-phrases.php:439
1947
- msgid "Features successfully updated"
1948
- msgstr ""
1949
-
1950
- #: wpf-includes/wpf-phrases.php:440
1951
- msgid "Features successfully updated, but previous value not changed"
1952
- msgstr ""
1953
-
1954
- #: wpf-includes/wpf-phrases.php:441
1955
- msgid "File type is not allowed"
1956
- msgstr ""
1957
-
1958
- #: wpf-includes/wpf-phrases.php:442
1959
- msgid "Forum Base URL successfully updated"
1960
- msgstr ""
1961
-
1962
- #: wpf-includes/wpf-phrases.php:443
1963
- msgid "Forum deleting error"
1964
- msgstr ""
1965
-
1966
- #: wpf-includes/wpf-phrases.php:444
1967
- msgid "Forum hierarchy successfully updated"
1968
- msgstr ""
1969
-
1970
- #: wpf-includes/wpf-phrases.php:445
1971
- msgid "Forum is successfully merged"
1972
- msgstr ""
1973
-
1974
- #: wpf-includes/wpf-phrases.php:446
1975
- msgid "Forum merging error"
1976
- msgstr ""
1977
-
1978
- #: wpf-includes/wpf-phrases.php:447
1979
- msgid "Forum options successfully updated"
1980
- msgstr ""
1981
-
1982
- #: wpf-includes/wpf-phrases.php:448
1983
- msgid "Forum options successfully updated, but previous value not changed"
1984
- msgstr ""
1985
-
1986
- #: wpf-includes/wpf-phrases.php:449
1987
- msgid "Forum successfully updated"
1988
- msgstr ""
1989
-
1990
- #: wpf-includes/wpf-phrases.php:450
1991
- msgid "Forum update error"
1992
- msgstr ""
1993
-
1994
- #: wpf-includes/wpf-phrases.php:451
1995
- msgid "General options successfully updated"
1996
- msgstr ""
1997
-
1998
- #: wpf-includes/wpf-phrases.php:452
1999
- msgid "Illegal character in username."
2000
- msgstr ""
2001
-
2002
- #: wpf-includes/wpf-phrases.php:453
2003
- msgid "Insert your Email address."
2004
- msgstr ""
2005
-
2006
- #: wpf-includes/wpf-phrases.php:454
2007
- msgid "Invalid Email address"
2008
- msgstr ""
2009
-
2010
- #: wpf-includes/wpf-phrases.php:455
2011
- msgid "Invalid request!"
2012
- msgstr ""
2013
-
2014
- #: wpf-includes/wpf-phrases.php:456
2015
- msgid "Member options successfully updated"
2016
- msgstr ""
2017
-
2018
- #: wpf-includes/wpf-phrases.php:457
2019
- msgid "Member options successfully updated, but previous value not changed"
2020
- msgstr ""
2021
-
2022
- #: wpf-includes/wpf-phrases.php:458
2023
- msgid "Message has been sent"
2024
- msgstr ""
2025
-
2026
- #: wpf-includes/wpf-phrases.php:459
2027
- msgid ""
2028
- "New language successfully added and changed wpforo language to new language"
2029
- msgstr ""
2030
-
2031
- #: wpf-includes/wpf-phrases.php:460
2032
- msgid "No Posts found for update"
2033
- msgstr ""
2034
-
2035
- #: wpf-includes/wpf-phrases.php:461
2036
- msgid "Password length must be between 6 characters and 20 characters."
2037
- msgstr ""
2038
-
2039
- #: wpf-includes/wpf-phrases.php:462
2040
- msgid "Password mismatch."
2041
- msgstr ""
2042
-
2043
- #: wpf-includes/wpf-phrases.php:463
2044
- msgid "Permission denied"
2045
- msgstr ""
2046
-
2047
- #: wpf-includes/wpf-phrases.php:464
2048
- msgid "Permission denied for add forum"
2049
- msgstr ""
2050
-
2051
- #: wpf-includes/wpf-phrases.php:465
2052
- msgid "Permission denied for delete forum"
2053
- msgstr ""
2054
-
2055
- #: wpf-includes/wpf-phrases.php:466
2056
- msgid "Permission denied for edit forum"
2057
- msgstr ""
2058
-
2059
- #: wpf-includes/wpf-phrases.php:467
2060
- msgid "Permission denied for this action"
2061
- msgstr ""
2062
-
2063
- #: wpf-includes/wpf-phrases.php:468
2064
- msgid "Phrase add error"
2065
- msgstr ""
2066
-
2067
- #: wpf-includes/wpf-phrases.php:469
2068
- msgid "Phrase adding error"
2069
- msgstr ""
2070
-
2071
- #: wpf-includes/wpf-phrases.php:470
2072
- msgid "Phrase successfully added"
2073
- msgstr ""
2074
-
2075
- #: wpf-includes/wpf-phrases.php:471
2076
- msgid "Phrase successfully updates"
2077
- msgstr ""
2078
-
2079
- #: wpf-includes/wpf-phrases.php:472
2080
- msgid "Phrase update error"
2081
- msgstr ""
2082
-
2083
- #: wpf-includes/wpf-phrases.php:473
2084
- msgid "Please insert required fields!"
2085
- msgstr ""
2086
-
2087
- #: wpf-includes/wpf-phrases.php:474
2088
- msgid "Post delete error"
2089
- msgstr ""
2090
-
2091
- #: wpf-includes/wpf-phrases.php:475
2092
- msgid "Post options successfully updated"
2093
- msgstr ""
2094
-
2095
- #: wpf-includes/wpf-phrases.php:476
2096
- msgid "Post options successfully updated, but previous value not changed"
2097
- msgstr ""
2098
-
2099
- #: wpf-includes/wpf-phrases.php:477
2100
- msgid "Registration Error"
2101
- msgstr ""
2102
-
2103
- #: wpf-includes/wpf-phrases.php:478
2104
- msgid "Reply request error"
2105
- msgstr ""
2106
-
2107
- #: wpf-includes/wpf-phrases.php:479
2108
- msgid "Something wrong with profile data."
2109
- msgstr ""
2110
-
2111
- #: wpf-includes/wpf-phrases.php:480
2112
- msgid "Subscribe options successfully updated"
2113
- msgstr ""
2114
-
2115
- #: wpf-includes/wpf-phrases.php:481
2116
- msgid "Subscribe options successfully updated, but previous value not changed"
2117
- msgstr ""
2118
-
2119
- #: wpf-includes/wpf-phrases.php:482
2120
- msgid "Success! Thank you Dear Friend"
2121
- msgstr ""
2122
-
2123
- #: wpf-includes/wpf-phrases.php:483
2124
- msgid ""
2125
- "Success! Thank you. Please check your email and click confirmation link "
2126
- "below to complete this step."
2127
- msgstr ""
2128
-
2129
- #: wpf-includes/wpf-phrases.php:484
2130
- msgid "Successfully updated"
2131
- msgstr ""
2132
-
2133
- #: wpf-includes/wpf-phrases.php:485
2134
- msgid "Successfully voted"
2135
- msgstr ""
2136
-
2137
- #: wpf-includes/wpf-phrases.php:486
2138
- msgid "The uploaded file size is too big"
2139
- msgstr ""
2140
-
2141
- #: wpf-includes/wpf-phrases.php:487
2142
- msgid "Theme options successfully updated"
2143
- msgstr ""
2144
-
2145
- #: wpf-includes/wpf-phrases.php:488
2146
- msgid "Theme options successfully updated, but previous value not changed"
2147
- msgstr ""
2148
-
2149
- #: wpf-includes/wpf-phrases.php:489
2150
- msgid "This email address is already registered. Please insert another."
2151
- msgstr ""
2152
-
2153
- #: wpf-includes/wpf-phrases.php:490
2154
- msgid "This post successfully deleted"
2155
- msgstr ""
2156
-
2157
- #: wpf-includes/wpf-phrases.php:491
2158
- msgid "This post successfully edited"
2159
- msgstr ""
2160
-
2161
- #: wpf-includes/wpf-phrases.php:492
2162
- msgid "This topic successfully deleted"
2163
- msgstr ""
2164
-
2165
- #: wpf-includes/wpf-phrases.php:493
2166
- msgid "Topic Move Error"
2167
- msgstr ""
2168
-
2169
- #: wpf-includes/wpf-phrases.php:494
2170
- msgid "Topic add error"
2171
- msgstr ""
2172
-
2173
- #: wpf-includes/wpf-phrases.php:495
2174
- msgid "Topic delete error"
2175
- msgstr ""
2176
-
2177
- #: wpf-includes/wpf-phrases.php:496
2178
- msgid "Topic edit error"
2179
- msgstr ""
2180
-
2181
- #: wpf-includes/wpf-phrases.php:497
2182
- msgid "Topic not found."
2183
- msgstr ""
2184
-
2185
- #: wpf-includes/wpf-phrases.php:498
2186
- msgid "Topic successfully moved"
2187
- msgstr ""
2188
-
2189
- #: wpf-includes/wpf-phrases.php:499
2190
- msgid "Topic successfully updated"
2191
- msgstr ""
2192
-
2193
- #: wpf-includes/wpf-phrases.php:500
2194
- msgid "Topics delete error"
2195
- msgstr ""
2196
-
2197
- #: wpf-includes/wpf-phrases.php:501
2198
- msgid "User delete error"
2199
- msgstr ""
2200
-
2201
- #: wpf-includes/wpf-phrases.php:502
2202
- msgid "User group add error"
2203
- msgstr ""
2204
-
2205
- #: wpf-includes/wpf-phrases.php:503
2206
- msgid "User group edit error"
2207
- msgstr ""
2208
-
2209
- #: wpf-includes/wpf-phrases.php:504
2210
- msgid "User group successfully added"
2211
- msgstr ""
2212
-
2213
- #: wpf-includes/wpf-phrases.php:505
2214
- msgid "User group successfully edited"
2215
- msgstr ""
2216
-
2217
- #: wpf-includes/wpf-phrases.php:506
2218
- msgid "User successfully deleted from wpforo"
2219
- msgstr ""
2220
-
2221
- #: wpf-includes/wpf-phrases.php:507
2222
- msgid "Username exists. Please insert another."
2223
- msgstr ""
2224
-
2225
- #: wpf-includes/wpf-phrases.php:508
2226
- msgid "Username is missed."
2227
- msgstr ""
2228
-
2229
- #: wpf-includes/wpf-phrases.php:509
2230
- msgid "Username length must be between 3 characters and 15 characters."
2231
- msgstr ""
2232
-
2233
- #: wpf-includes/wpf-phrases.php:510
2234
- msgid "Welcome to our Community!"
2235
- msgstr ""
2236
-
2237
- #: wpf-includes/wpf-phrases.php:511
2238
- msgid "Wrong post data"
2239
- msgstr ""
2240
-
2241
- #: wpf-includes/wpf-phrases.php:512
2242
- msgid "You are already voted this post"
2243
- msgstr ""
2244
-
2245
- #: wpf-includes/wpf-phrases.php:513
2246
- msgid "You have been successfully subscribed"
2247
- msgstr ""
2248
-
2249
- #: wpf-includes/wpf-phrases.php:514
2250
- msgid "You have been successfully unsubscribed"
2251
- msgstr ""
2252
-
2253
- #: wpf-includes/wpf-phrases.php:515
2254
- msgid "You have no permission to edit this topic"
2255
- msgstr ""
2256
-
2257
- #: wpf-includes/wpf-phrases.php:516
2258
- msgid "You haven't permission to create post into this forum"
2259
- msgstr ""
2260
-
2261
- #: wpf-includes/wpf-phrases.php:517
2262
- msgid "You haven't permission to create topic into this forum"
2263
- msgstr ""
2264
-
2265
- #: wpf-includes/wpf-phrases.php:518
2266
- msgid "You haven't permission to delete post from this forum"
2267
- msgstr ""
2268
-
2269
- #: wpf-includes/wpf-phrases.php:519
2270
- msgid "You haven't permission to delete topic from this forum"
2271
- msgstr ""
2272
-
2273
- #: wpf-includes/wpf-phrases.php:520
2274
- msgid "You haven't permission to edit post from this forum"
2275
- msgstr ""
2276
-
2277
- #: wpf-includes/wpf-phrases.php:521
2278
- msgid "You successfully replied"
2279
- msgstr ""
2280
-
2281
- #: wpf-includes/wpf-phrases.php:522
2282
- msgid "Your forum successfully added"
2283
- msgstr ""
2284
-
2285
- #: wpf-includes/wpf-phrases.php:523
2286
- msgid "Your forum successfully deleted"
2287
- msgstr ""
2288
-
2289
- #: wpf-includes/wpf-phrases.php:524
2290
- msgid "Your profile data have been successfully updated."
2291
- msgstr ""
2292
-
2293
- #: wpf-includes/wpf-phrases.php:525
2294
- msgid "Your subscription for this item could not be confirmed"
2295
- msgstr ""
2296
-
2297
- #: wpf-includes/wpf-phrases.php:526
2298
- msgid "Your topic successfully added"
2299
- msgstr ""
2300
-
2301
- #. Plugin Name of the plugin/theme
2302
- msgid "Forum - wpForo"
2303
- msgstr ""
2304
-
2305
- #. Plugin URI of the plugin/theme
2306
- msgid "http://wpforo.com"
2307
- msgstr ""
2308
-
2309
- #. Description of the plugin/theme
2310
- msgid ""
2311
- "Next Generation of WordPress Forum Softwares. Everything you need to run an "
2312
- "efficient and professional community. Powerful and beautiful bulletin board "
2313
- "with unique features."
2314
- msgstr ""
2315
-
2316
- #. Author of the plugin/theme
2317
- msgid "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
2318
- msgstr ""
2319
-
2320
- #. Author URI of the plugin/theme
2321
- msgid "http://gvectors.com/"
2322
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
wpf-languages/wpforo-he_IL.mo DELETED
Binary file
wpf-languages/wpforo-he_IL.po DELETED
@@ -1,2322 +0,0 @@
1
- # Copyright (C) 2016 gVectors Team
2
- # This file is distributed under the same license as the wpForo package.
3
- msgid ""
4
- msgstr ""
5
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
6
- "Project-Id-Version: Forum - wpForo\n"
7
- "POT-Creation-Date: 2016-06-30 16:37+0400\n"
8
- "PO-Revision-Date: 2016-06-30 16:37+0400\n"
9
- "Language-Team: \n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 1.8.6\n"
14
- "X-Poedit-Basepath: ..\n"
15
- "X-Poedit-WPHeader: wpforo.php\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
18
- "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
19
- "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
20
- "Last-Translator: \n"
21
- "Language: he_IL\n"
22
- "X-Poedit-SearchPath-0: .\n"
23
- "X-Poedit-SearchPathExcluded-0: *.js\n"
24
-
25
- #: wpf-admin/dashboard.php:7 wpf-includes/wpf-phrases.php:403
26
- msgid "wpForo Dashboard"
27
- msgstr ""
28
-
29
- #: wpf-admin/dashboard.php:23 wpf-includes/wpf-phrases.php:356
30
- msgid "Welcome Message"
31
- msgstr ""
32
-
33
- #: wpf-admin/dashboard.php:29
34
- msgid ""
35
- "Thank you for trying wpForo! This forum development was started on 2013 and "
36
- "we were using it for our support community. Now it's ready for WordPress "
37
- "community as well. \n"
38
- " It's on the Beta stage and we're working "
39
- "hard to reach the Gold 1.0.0 version as soon as possible. \n"
40
- " wpForo is a professional bulletin board "
41
- "for WorPress, and the only forum software which comes with Multi-layout "
42
- "template system.\n"
43
- " The \"Extended\", \"Simplified\" and "
44
- "\"Question &amp Answer\" layouts fit almost all type of discussions needs. "
45
- "You can use wpForo for small and extremely large communities. \n"
46
- " <br />If you found some issue or bug "
47
- "please open a support topic in plugin page or in our support forum at "
48
- "gVectors.com. If you liked wpForo please leave some good review for this "
49
- "plugin. We really need your good reviews. \n"
50
- " If you didn't like wpForo please leave a "
51
- "list of issues and requirements you'd like us to fix and add in near future. "
52
- "We're here to help you and improve wpForo as much as possible."
53
- msgstr ""
54
-
55
- #: wpf-admin/dashboard.php:60 wpf-includes/wpf-phrases.php:128
56
- msgid "General Information"
57
- msgstr ""
58
-
59
- #: wpf-admin/dashboard.php:64 wpf-includes/wpf-phrases.php:363
60
- msgid "You are currently running"
61
- msgstr ""
62
-
63
- #: wpf-admin/dashboard.php:65 wpf-includes/wpf-phrases.php:18
64
- msgid "Active Theme"
65
- msgstr ""
66
-
67
- #: wpf-admin/dashboard.php:66 wpf-includes/wpf-phrases.php:408
68
- msgid "wpForo Website"
69
- msgstr ""
70
-
71
- #: wpf-admin/dashboard.php:67 wpf-includes/wpf-phrases.php:316
72
- msgid "Support Forum"
73
- msgstr ""
74
-
75
- #: wpf-admin/dashboard.php:78 wpf-includes/wpf-phrases.php:286
76
- msgid "Server Information"
77
- msgstr ""
78
-
79
- #: wpf-admin/dashboard.php:108 wpf-includes/wpf-phrases.php:46
80
- msgid "Available"
81
- msgstr ""
82
-
83
- #: wpf-admin/dashboard.php:108 wpf-includes/wpf-phrases.php:205
84
- msgid "Not available"
85
- msgstr ""
86
-
87
- #: wpf-admin/dashboard.php:126 wpf-includes/wpf-phrases.php:49
88
- msgid "Board Statistic"
89
- msgstr ""
90
-
91
- #: wpf-admin/dashboard.php:132 wpf-admin/options.php:14
92
- #: wpf-includes/wpf-phrases.php:121
93
- msgid "Forums"
94
- msgstr ""
95
-
96
- #: wpf-admin/dashboard.php:136 wpf-includes/class-forums.php:537
97
- #: wpf-includes/wpf-phrases.php:334
98
- msgid "Topics"
99
- msgstr ""
100
-
101
- #: wpf-admin/dashboard.php:140 wpf-includes/class-forums.php:537
102
- #: wpf-includes/wpf-phrases.php:229
103
- msgid "Posts"
104
- msgstr ""
105
-
106
- #: wpf-admin/dashboard.php:144 wpf-admin/member.php:10 wpf-admin/options.php:17
107
- #: wpf-includes/wpf-phrases.php:175
108
- msgid "Members"
109
- msgstr ""
110
-
111
- #: wpf-admin/dashboard.php:148 wpf-includes/wpf-phrases.php:176
112
- msgid "Members Online"
113
- msgstr ""
114
-
115
- #: wpf-admin/dashboard.php:155 wpf-includes/wpf-phrases.php:44
116
- msgid "Attachments"
117
- msgstr ""
118
-
119
- #: wpf-admin/dashboard.php:159 wpf-includes/wpf-phrases.php:45
120
- msgid "Attachments Size"
121
- msgstr ""
122
-
123
- #: wpf-admin/forum.php:13 wpf-includes/functions.php:548
124
- #: wpf-includes/wpf-phrases.php:298
125
- msgid "Show on screen"
126
- msgstr ""
127
-
128
- #: wpf-admin/forum.php:15 wpf-admin/forum.php:114
129
- #: wpf-includes/wpf-phrases.php:111
130
- msgid "Forum Options"
131
- msgstr ""
132
-
133
- #: wpf-admin/forum.php:16 wpf-includes/wpf-phrases.php:220
134
- msgid "Permissions"
135
- msgstr ""
136
-
137
- #: wpf-admin/forum.php:17 wpf-includes/wpf-phrases.php:303
138
- msgid "Slug"
139
- msgstr ""
140
-
141
- #: wpf-admin/forum.php:18 wpf-includes/wpf-phrases.php:110
142
- msgid "Forum Meta"
143
- msgstr ""
144
-
145
- #: wpf-admin/forum.php:21 wpf-includes/wpf-phrases.php:270
146
- msgid "Screen Layout"
147
- msgstr ""
148
-
149
- #: wpf-admin/forum.php:22 wpf-includes/wpf-phrases.php:206
150
- msgid "Number of Columns"
151
- msgstr ""
152
-
153
- #: wpf-admin/forum.php:32 wpf-includes/functions.php:562
154
- #: wpf-includes/wpf-phrases.php:271
155
- msgid "Screen Options"
156
- msgstr ""
157
-
158
- #: wpf-admin/forum.php:43 wpf-includes/wpf-phrases.php:51
159
- msgid "Categories and Forums"
160
- msgstr ""
161
-
162
- #: wpf-admin/forum.php:44 wpf-admin/options-tabs/general.php:42
163
- #: wpf-admin/themes.php:10 wpf-admin/usergroup.php:8
164
- #: wpf-includes/wpf-phrases.php:20
165
- msgid "Add New"
166
- msgstr ""
167
-
168
- #: wpf-admin/forum.php:55 wpf-includes/wpf-phrases.php:222
169
- msgid "Please drag and drop forum panels to set parent-child hierarchy."
170
- msgstr ""
171
-
172
- #: wpf-admin/forum.php:69 wpf-includes/wpf-phrases.php:269
173
- msgid "Save forums order and hierarchy"
174
- msgstr ""
175
-
176
- #: wpf-admin/forum.php:96 wpf-includes/wpf-phrases.php:85
177
- msgid "Enter forum title here"
178
- msgstr ""
179
-
180
- #: wpf-admin/forum.php:101 wpf-includes/wpf-phrases.php:84
181
- msgid "Enter description here . . ."
182
- msgstr ""
183
-
184
- #: wpf-admin/forum.php:102 wpf-includes/wpf-phrases.php:326
185
- msgid ""
186
- "This is a forum description. This content will be displayed under forum "
187
- "title on the forum list."
188
- msgstr ""
189
-
190
- #: wpf-admin/forum.php:117 wpf-includes/wpf-phrases.php:218
191
- msgid "Parent Forum"
192
- msgstr ""
193
-
194
- #: wpf-admin/forum.php:120 wpf-includes/wpf-phrases.php:201
195
- msgid "No parent"
196
- msgstr ""
197
-
198
- #: wpf-admin/forum.php:125 wpf-includes/wpf-phrases.php:342
199
- msgid "Use as Category"
200
- msgstr ""
201
-
202
- #: wpf-admin/forum.php:127 wpf-includes/wpf-phrases.php:52
203
- msgid "Category Layout"
204
- msgstr ""
205
-
206
- #: wpf-admin/forum.php:137 wpf-includes/wpf-phrases.php:199
207
- msgid "No layout found."
208
- msgstr ""
209
-
210
- #: wpf-admin/forum.php:146 wpf-admin/forum.php:153
211
- #: wpf-includes/wpf-phrases.php:231
212
- msgid "Publish"
213
- msgstr ""
214
-
215
- #: wpf-admin/forum.php:150 wpf-includes/wpf-phrases.php:37
216
- msgid "Are you sure you want to delete this forum?"
217
- msgstr ""
218
-
219
- #: wpf-admin/forum.php:150 wpf-admin/themes.php:73 wpf-admin/usergroup.php:37
220
- #: wpf-admin/usergroup.php:133 wpf-includes/functions.php:256
221
- #: wpf-includes/functions.php:469 wpf-includes/wpf-hooks.php:807
222
- #: wpf-includes/wpf-phrases.php:65
223
- msgid "Delete"
224
- msgstr ""
225
-
226
- #: wpf-admin/forum.php:151 wpf-admin/usergroup.php:39
227
- #: wpf-includes/class-forums.php:543 wpf-includes/wpf-phrases.php:350
228
- msgid "View"
229
- msgstr ""
230
-
231
- #: wpf-admin/forum.php:221 wpf-includes/wpf-phrases.php:116
232
- msgid "Forum Slug"
233
- msgstr ""
234
-
235
- #: wpf-admin/forum.php:224 wpf-includes/wpf-phrases.php:319
236
- msgid ""
237
- "The \"slug\" is the URL-friendly version of the name. It is usually all "
238
- "lowercase and contains only letters, numbers, and hyphens."
239
- msgstr ""
240
-
241
- #: wpf-admin/forum.php:230 wpf-includes/wpf-phrases.php:114
242
- msgid "Forum SEO"
243
- msgstr ""
244
-
245
- #: wpf-admin/forum.php:233 wpf-includes/wpf-phrases.php:180
246
- msgid "Meta Description"
247
- msgstr ""
248
-
249
- #: wpf-admin/forum.php:262 wpf-includes/wpf-phrases.php:325
250
- msgid "This action will also delete all sub-forums, topics and replies."
251
- msgstr ""
252
-
253
- #: wpf-admin/forum.php:270 wpf-includes/wpf-phrases.php:135
254
- msgid ""
255
- "If you want to delete this forum and keep its sub-forums, topics and "
256
- "replies, please select a new target forum in dropdown below"
257
- msgstr ""
258
-
259
- #: wpf-admin/forum.php:279 wpf-includes/wpf-phrases.php:26
260
- msgid ""
261
- "All sub-forums, topics and replies will be attached to selected forum. "
262
- "Layout will be inherited from this forum."
263
- msgstr ""
264
-
265
- #: wpf-admin/options-tabs/accesses.php:9 wpf-includes/wpf-phrases.php:21
266
- msgid "Add New Forum Access"
267
- msgstr ""
268
-
269
- #: wpf-admin/options-tabs/accesses.php:13 wpf-includes/wpf-phrases.php:15
270
- msgid "Access names"
271
- msgstr ""
272
-
273
- #: wpf-admin/options-tabs/accesses.php:27 wpf-includes/class-forums.php:539
274
- #: wpf-includes/wpf-phrases.php:376
275
- msgid "edit"
276
- msgstr ""
277
-
278
- #: wpf-admin/options-tabs/accesses.php:28 wpf-includes/wpf-phrases.php:39
279
- msgid ""
280
- "Are you sure you want to remove this access set? Usergroups which attached "
281
- "to this access will lost all forum permissions."
282
- msgstr ""
283
-
284
- #: wpf-admin/options-tabs/accesses.php:28 wpf-includes/class-forums.php:541
285
- #: wpf-includes/wpf-phrases.php:375
286
- msgid "delete"
287
- msgstr ""
288
-
289
- #: wpf-admin/options-tabs/accesses.php:42 wpf-includes/wpf-phrases.php:14
290
- msgid "Access name"
291
- msgstr ""
292
-
293
- #: wpf-admin/options-tabs/accesses.php:62 wpf-includes/wpf-phrases.php:267
294
- msgid "Save"
295
- msgstr ""
296
-
297
- #: wpf-admin/options-tabs/accesses.php:62 wpf-includes/wpf-phrases.php:339
298
- msgid "Update"
299
- msgstr ""
300
-
301
- #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:291
302
- msgid "Show Admin Bar for Members"
303
- msgstr ""
304
-
305
- #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:328
306
- msgid "This option doesn't affect website admins."
307
- msgstr ""
308
-
309
- #: wpf-admin/options-tabs/features.php:10 wpf-includes/wpf-phrases.php:293
310
- msgid "Show Forum Page Title"
311
- msgstr ""
312
-
313
- #: wpf-admin/options-tabs/features.php:11 wpf-includes/wpf-phrases.php:296
314
- msgid "Show Top/Menu Bar"
315
- msgstr ""
316
-
317
- #: wpf-admin/options-tabs/features.php:12 wpf-includes/wpf-phrases.php:295
318
- msgid "Show Top Search"
319
- msgstr ""
320
-
321
- #: wpf-admin/options-tabs/features.php:13 wpf-includes/wpf-phrases.php:292
322
- msgid "Show Breadcrumb"
323
- msgstr ""
324
-
325
- #: wpf-admin/options-tabs/features.php:14 wpf-includes/wpf-phrases.php:294
326
- msgid "Show Forum Statistic"
327
- msgstr ""
328
-
329
- #: wpf-admin/options-tabs/features.php:15 wpf-includes/wpf-phrases.php:254
330
- msgid "Replace Author Link to Forum Profile"
331
- msgstr ""
332
-
333
- #: wpf-admin/options-tabs/features.php:16 wpf-includes/wpf-phrases.php:255
334
- msgid "Replace Comment Author Link to Forum Profile"
335
- msgstr ""
336
-
337
- #: wpf-admin/options-tabs/features.php:17 wpf-includes/wpf-phrases.php:257
338
- msgid "Replace Registration Page URL to Forum URL"
339
- msgstr ""
340
-
341
- #: wpf-admin/options-tabs/features.php:18 wpf-includes/wpf-phrases.php:256
342
- msgid "Replace Login Page URL to Forum URL"
343
- msgstr ""
344
-
345
- #: wpf-admin/options-tabs/features.php:19 wpf-includes/wpf-phrases.php:253
346
- msgid "Replace Author Avatar with Forum Profile Avatar"
347
- msgstr ""
348
-
349
- #: wpf-admin/options-tabs/features.php:20 wpf-includes/wpf-phrases.php:76
350
- msgid "Enable Avatars"
351
- msgstr ""
352
-
353
- #: wpf-admin/options-tabs/features.php:21 wpf-includes/wpf-phrases.php:77
354
- msgid "Enable Custom Avatars"
355
- msgstr ""
356
-
357
- #: wpf-admin/options-tabs/features.php:22 wpf-includes/wpf-phrases.php:31
358
- msgid "Allow Member Signature"
359
- msgstr ""
360
-
361
- #: wpf-admin/options-tabs/features.php:23 wpf-includes/wpf-phrases.php:79
362
- msgid "Enable Member Rating"
363
- msgstr ""
364
-
365
- #: wpf-admin/options-tabs/features.php:24 wpf-includes/wpf-phrases.php:80
366
- msgid "Enable Member Rating Titles"
367
- msgstr ""
368
-
369
- #: wpf-admin/options-tabs/features.php:25 wpf-includes/wpf-phrases.php:78
370
- msgid "Enable Member Cashe"
371
- msgstr ""
372
-
373
- #: wpf-admin/options-tabs/features.php:26 wpf-includes/wpf-phrases.php:83
374
- msgid "Enable wpForo SEO for Meta Titles"
375
- msgstr ""
376
-
377
- #: wpf-admin/options-tabs/features.php:27 wpf-includes/wpf-phrases.php:82
378
- msgid "Enable wpForo SEO for Meta Tags"
379
- msgstr ""
380
-
381
- #: wpf-admin/options-tabs/features.php:28 wpf-includes/wpf-phrases.php:81
382
- msgid "Enable wpForo Font-Awesome Lib"
383
- msgstr ""
384
-
385
- #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:132
386
- msgid "Help wpForo to grow, show plugin info"
387
- msgstr ""
388
-
389
- #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:223
390
- msgid ""
391
- "Please enable this option to help wpForo get more popularity as your thank "
392
- "to the hard work we do for you totally free. This option adds a very small "
393
- "icon in forum footer, which will allow your site visitors recognize the name "
394
- "of forum solution you use."
395
- msgstr ""
396
-
397
- #: wpf-admin/options-tabs/features.php:46 wpf-includes/wpf-phrases.php:361
398
- msgid "Yes"
399
- msgstr ""
400
-
401
- #: wpf-admin/options-tabs/features.php:47 wpf-includes/wpf-phrases.php:193
402
- msgid "No"
403
- msgstr ""
404
-
405
- #: wpf-admin/options-tabs/features.php:57 wpf-admin/options-tabs/forums.php:16
406
- #: wpf-admin/options-tabs/general.php:49 wpf-admin/options-tabs/members.php:86
407
- #: wpf-admin/options-tabs/posts.php:57 wpf-admin/options-tabs/styles.php:46
408
- #: wpf-admin/options-tabs/subscriptions.php:75 wpf-includes/wpf-phrases.php:340
409
- msgid "Update Options"
410
- msgstr ""
411
-
412
- #: wpf-admin/options-tabs/general.php:14 wpf-includes/wpf-phrases.php:119
413
- msgid "Forum Title"
414
- msgstr ""
415
-
416
- #: wpf-admin/options-tabs/general.php:18 wpf-includes/wpf-phrases.php:106
417
- msgid "Forum Description"
418
- msgstr ""
419
-
420
- #: wpf-admin/options-tabs/general.php:22 wpf-includes/wpf-phrases.php:105
421
- msgid "Forum Base URL"
422
- msgstr ""
423
-
424
- #: wpf-admin/options-tabs/general.php:27 wpf-includes/wpf-phrases.php:63
425
- msgid "Dashboard Menu Position"
426
- msgstr ""
427
-
428
- #: wpf-admin/options-tabs/general.php:28 wpf-includes/wpf-phrases.php:320
429
- msgid "The position in the menu order wpForo should appear."
430
- msgstr ""
431
-
432
- #: wpf-admin/options-tabs/general.php:29 wpf-includes/wpf-phrases.php:344
433
- msgid ""
434
- "Use greater than 5 - below Posts, 10 - below Media, 15 - below Links, 20 - "
435
- "below Pages, 25 - below comments, 60 - below first separator, 65 - below "
436
- "Plugins, 70 - below Users, 75 - below Tools, 80 - below Settings, 100 - "
437
- "below second separator"
438
- msgstr ""
439
-
440
- #: wpf-admin/options-tabs/general.php:37 wpf-includes/wpf-phrases.php:108
441
- msgid "Forum Language"
442
- msgstr ""
443
-
444
- #: wpf-admin/options-tabs/general.php:61 wpf-includes/wpf-phrases.php:142
445
- msgid "Language XML file"
446
- msgstr ""
447
-
448
- #: wpf-admin/options-tabs/general.php:70 wpf-includes/wpf-phrases.php:22
449
- msgid "Add New Language"
450
- msgstr ""
451
-
452
- #: wpf-admin/options-tabs/members.php:13 wpf-includes/wpf-phrases.php:214
453
- msgid "Online status timeout"
454
- msgstr ""
455
-
456
- #: wpf-admin/options-tabs/members.php:16 wpf-admin/options-tabs/posts.php:19
457
- #: wpf-admin/options-tabs/posts.php:23 wpf-admin/options-tabs/posts.php:31
458
- #: wpf-admin/options-tabs/posts.php:35 wpf-includes/wpf-phrases.php:385
459
- msgid "minutes"
460
- msgstr ""
461
-
462
- #: wpf-admin/options-tabs/members.php:20 wpf-includes/wpf-phrases.php:177
463
- msgid "Members URL structure"
464
- msgstr ""
465
-
466
- #: wpf-admin/options-tabs/members.php:30 wpf-includes/wpf-phrases.php:61
467
- msgid "Custom Authorisation URLs"
468
- msgstr ""
469
-
470
- #: wpf-admin/options-tabs/members.php:41 wpf-includes/wpf-phrases.php:160
471
- msgid "Login URL"
472
- msgstr ""
473
-
474
- #: wpf-admin/options-tabs/members.php:42 wpf-includes/wpf-phrases.php:249
475
- msgid "Register URL"
476
- msgstr ""
477
-
478
- #: wpf-admin/options-tabs/members.php:43 wpf-includes/wpf-phrases.php:162
479
- msgid "Lost Password URL"
480
- msgstr ""
481
-
482
- #: wpf-admin/options-tabs/members.php:49 wpf-includes/wpf-phrases.php:172
483
- msgid "Member Reputation"
484
- msgstr ""
485
-
486
- #: wpf-admin/options-tabs/members.php:57 wpf-includes/wpf-phrases.php:244
487
- msgid "Rating Level"
488
- msgstr ""
489
-
490
- #: wpf-admin/options-tabs/members.php:58 wpf-includes/wpf-phrases.php:181
491
- msgid "Min Number of Posts"
492
- msgstr ""
493
-
494
- #: wpf-admin/options-tabs/members.php:59 wpf-includes/wpf-phrases.php:173
495
- msgid "Member Title"
496
- msgstr ""
497
-
498
- #: wpf-admin/options-tabs/members.php:60 wpf-includes/wpf-phrases.php:290
499
- msgid "Short Badge"
500
- msgstr ""
501
-
502
- #: wpf-admin/options-tabs/members.php:61 wpf-includes/wpf-phrases.php:126
503
- msgid "Full Badge"
504
- msgstr ""
505
-
506
- #: wpf-admin/options-tabs/members.php:62 wpf-includes/wpf-phrases.php:242
507
- msgid "Rating Color"
508
- msgstr ""
509
-
510
- #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:243
511
- msgid "Rating Icon"
512
- msgstr ""
513
-
514
- #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:183
515
- msgid "More"
516
- msgstr ""
517
-
518
- #: wpf-admin/options-tabs/members.php:68 wpf-includes/wpf-phrases.php:156
519
- msgid "Level"
520
- msgstr ""
521
-
522
- #: wpf-admin/options-tabs/members.php:69 wpf-includes/wpf-phrases.php:208
523
- msgid "Number of Posts"
524
- msgstr ""
525
-
526
- #: wpf-admin/options-tabs/members.php:70 wpf-includes/wpf-phrases.php:62
527
- msgid "Custom Title"
528
- msgstr ""
529
-
530
- #: wpf-admin/options-tabs/members.php:73 wpf-includes/wpf-phrases.php:56
531
- msgid "Color"
532
- msgstr ""
533
-
534
- #: wpf-admin/options-tabs/members.php:74 wpf-includes/wpf-phrases.php:48
535
- msgid "Badge Icon"
536
- msgstr ""
537
-
538
- #: wpf-admin/options-tabs/plugins.php:9
539
- msgid ""
540
- "Thank you for using wpForo. wpForo is a premium forum plugin which will "
541
- "always be available for free. There will never be paid and pro versions of "
542
- "this forum board. However this is a very large and hard project so we also "
543
- "develop paid addons (extensions), which will financially help us to keep "
544
- "improving and adding new features to the free wpForo plugin. Forum addons "
545
- "will also be actively developed. The first addons \"Advanced Media Uploader"
546
- "\", \"Polls\", \"Private Messages\" and \"Ad Manager\" will be available "
547
- "very soon. Once you got some addon and activated that, you will find "
548
- "settings in vertical subTabs here."
549
- msgstr ""
550
-
551
- #: wpf-admin/options-tabs/posts.php:14 wpf-includes/wpf-phrases.php:210
552
- msgid "Number of Topics per Page"
553
- msgstr ""
554
-
555
- #: wpf-admin/options-tabs/posts.php:18 wpf-includes/wpf-phrases.php:30
556
- msgid "Allow Edit Own Topic for"
557
- msgstr ""
558
-
559
- #: wpf-admin/options-tabs/posts.php:22 wpf-includes/wpf-phrases.php:27
560
- msgid "Allow Delete Own Topic for"
561
- msgstr ""
562
-
563
- #: wpf-admin/options-tabs/posts.php:26 wpf-includes/wpf-phrases.php:209
564
- msgid "Number of Posts per Page"
565
- msgstr ""
566
-
567
- #: wpf-admin/options-tabs/posts.php:30 wpf-includes/wpf-phrases.php:29
568
- msgid "Allow Edit Own Post for"
569
- msgstr ""
570
-
571
- #: wpf-admin/options-tabs/posts.php:34 wpf-includes/wpf-phrases.php:28
572
- msgid "Allow Delete Own post for"
573
- msgstr ""
574
-
575
- #: wpf-admin/options-tabs/posts.php:40 wpf-includes/wpf-phrases.php:167
576
- msgid "Maximum upload file size"
577
- msgstr ""
578
-
579
- #: wpf-admin/options-tabs/posts.php:41 wpf-includes/wpf-phrases.php:365
580
- msgid ""
581
- "You can not set this value more than \"upload_max_filesize\" and "
582
- "\"post_max_size\". If you want to increase server parameters please contact "
583
- "to your hosting service support."
584
- msgstr ""
585
-
586
- #: wpf-admin/options-tabs/posts.php:44 wpf-includes/wpf-phrases.php:164
587
- msgid "MB"
588
- msgstr ""
589
-
590
- #: wpf-admin/options-tabs/posts.php:47 wpf-includes/wpf-phrases.php:285
591
- msgid "Server \"upload_max_filesize\" is "
592
- msgstr ""
593
-
594
- #: wpf-admin/options-tabs/posts.php:48 wpf-includes/wpf-phrases.php:284
595
- msgid "Server \"post_max_size\" is "
596
- msgstr ""
597
-
598
- #: wpf-admin/options-tabs/subscriptions.php:13 wpf-includes/wpf-phrases.php:124
599
- msgid "From Name"
600
- msgstr ""
601
-
602
- #: wpf-admin/options-tabs/subscriptions.php:17 wpf-includes/wpf-phrases.php:123
603
- msgid "From Email Address"
604
- msgstr ""
605
-
606
- #: wpf-admin/options-tabs/subscriptions.php:22 wpf-includes/wpf-phrases.php:104
607
- msgid "Forum Admin Email Addresses"
608
- msgstr ""
609
-
610
- #: wpf-admin/options-tabs/subscriptions.php:23 wpf-includes/wpf-phrases.php:57
611
- msgid ""
612
- "Comma separated email addresses of forum administrators to get forum "
613
- "notifications. For example post report messages."
614
- msgstr ""
615
-
616
- #: wpf-admin/options-tabs/subscriptions.php:29 wpf-includes/wpf-phrases.php:314
617
- msgid "Subscription Emails"
618
- msgstr ""
619
-
620
- #: wpf-admin/options-tabs/subscriptions.php:33 wpf-includes/wpf-phrases.php:311
621
- msgid "Subscribe confirmation email subject"
622
- msgstr ""
623
-
624
- #: wpf-admin/options-tabs/subscriptions.php:37 wpf-includes/wpf-phrases.php:310
625
- msgid "Subscribe confirmation email message"
626
- msgstr ""
627
-
628
- #: wpf-admin/options-tabs/subscriptions.php:41 wpf-includes/wpf-phrases.php:192
629
- msgid "New topic notification email subject"
630
- msgstr ""
631
-
632
- #: wpf-admin/options-tabs/subscriptions.php:45 wpf-includes/wpf-phrases.php:191
633
- msgid "New topic notification email message"
634
- msgstr ""
635
-
636
- #: wpf-admin/options-tabs/subscriptions.php:49 wpf-includes/wpf-phrases.php:190
637
- msgid "New reply notification email subject"
638
- msgstr ""
639
-
640
- #: wpf-admin/options-tabs/subscriptions.php:53 wpf-includes/wpf-phrases.php:189
641
- msgid "New reply notification email message"
642
- msgstr ""
643
-
644
- #: wpf-admin/options-tabs/subscriptions.php:58 wpf-includes/wpf-phrases.php:224
645
- msgid "Post Reporting Emails"
646
- msgstr ""
647
-
648
- #: wpf-admin/options-tabs/subscriptions.php:59 wpf-includes/wpf-phrases.php:327
649
- msgid "This message comes from post reporting pop-up form."
650
- msgstr ""
651
-
652
- #: wpf-admin/options-tabs/subscriptions.php:64 wpf-includes/wpf-phrases.php:263
653
- msgid "Report message subject"
654
- msgstr ""
655
-
656
- #: wpf-admin/options-tabs/subscriptions.php:69 wpf-includes/wpf-phrases.php:262
657
- msgid "Report message body"
658
- msgstr ""
659
-
660
- #: wpf-admin/options.php:8 wpf-includes/wpf-phrases.php:115
661
- msgid "Forum Settings"
662
- msgstr ""
663
-
664
- #: wpf-admin/options.php:13 wpf-includes/wpf-phrases.php:127
665
- msgid "General"
666
- msgstr ""
667
-
668
- #: wpf-admin/options.php:15 wpf-includes/wpf-phrases.php:103
669
- msgid "Forum Accesses"
670
- msgstr ""
671
-
672
- #: wpf-admin/options.php:16 wpf-includes/wpf-phrases.php:335
673
- msgid "Topics &amp; Posts"
674
- msgstr ""
675
-
676
- #: wpf-admin/options.php:18 wpf-includes/wpf-phrases.php:75
677
- msgid "Emails"
678
- msgstr ""
679
-
680
- #: wpf-admin/options.php:19 wpf-includes/wpf-phrases.php:94
681
- msgid "Features"
682
- msgstr ""
683
-
684
- #: wpf-admin/options.php:21 wpf-includes/wpf-phrases.php:308
685
- msgid "Styles"
686
- msgstr ""
687
-
688
- #: wpf-admin/options.php:22 wpf-includes/wpf-phrases.php:25
689
- msgid "Addons"
690
- msgstr ""
691
-
692
- #: wpf-admin/phrase.php:10 wpf-includes/wpf-phrases.php:125
693
- msgid "Front-end Phrases"
694
- msgstr ""
695
-
696
- #: wpf-admin/themes.php:9 wpf-includes/wpf-phrases.php:118
697
- msgid "Forum Themes"
698
- msgstr ""
699
-
700
- #: wpf-admin/themes.php:46 wpf-includes/wpf-phrases.php:60
701
- msgid "Current active theme"
702
- msgstr ""
703
-
704
- #: wpf-admin/themes.php:48 wpf-includes/wpf-phrases.php:136
705
- msgid "Inactive"
706
- msgstr ""
707
-
708
- #: wpf-admin/themes.php:52 wpf-includes/wpf-phrases.php:141
709
- msgid "LAYOUTS"
710
- msgstr ""
711
-
712
- #: wpf-admin/themes.php:68 wpf-includes/wpf-phrases.php:17
713
- msgid "Activate"
714
- msgstr ""
715
-
716
- #: wpf-admin/themes.php:69 wpf-includes/wpf-phrases.php:122
717
- msgid "Fresh Installation"
718
- msgstr ""
719
-
720
- #: wpf-admin/themes.php:71 wpf-includes/wpf-phrases.php:138
721
- msgid "Install"
722
- msgstr ""
723
-
724
- #: wpf-admin/themes.php:73 wpf-includes/wpf-phrases.php:38
725
- msgid "Are you sure you want to delete this theme files?"
726
- msgstr ""
727
-
728
- #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:40
729
- msgid ""
730
- "Are you sure you want to reset all settings and style colors to default?"
731
- msgstr ""
732
-
733
- #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:265
734
- msgid "Reset Settings"
735
- msgstr ""
736
-
737
- #: wpf-admin/themes.php:96 wpf-includes/wpf-phrases.php:198
738
- msgid "No layout found"
739
- msgstr ""
740
-
741
- #: wpf-admin/themes.php:107 wpf-includes/wpf-phrases.php:203
742
- msgid "No theme found"
743
- msgstr ""
744
-
745
- #: wpf-admin/usergroup.php:8
746
- msgid "Usergroups"
747
- msgstr ""
748
-
749
- #: wpf-admin/usergroup.php:18 wpf-admin/usergroup.php:30
750
- #: wpf-admin/usergroup.php:62
751
- msgid "Usergroup Name"
752
- msgstr ""
753
-
754
- #: wpf-admin/usergroup.php:19
755
- msgid "Users Count"
756
- msgstr ""
757
-
758
- #: wpf-admin/usergroup.php:36
759
- msgid "Edit this usergroup"
760
- msgstr ""
761
-
762
- #: wpf-admin/usergroup.php:36 wpf-includes/functions.php:254
763
- #: wpf-includes/functions.php:467 wpf-includes/wpf-phrases.php:72
764
- msgid "Edit"
765
- msgstr ""
766
-
767
- #: wpf-admin/usergroup.php:37
768
- msgid "Delete this usergroup"
769
- msgstr ""
770
-
771
- #: wpf-admin/usergroup.php:39
772
- msgid "View users list in this usergroup"
773
- msgstr ""
774
-
775
- #: wpf-admin/usergroup.php:43
776
- msgid "Count of users in this usergroup"
777
- msgstr ""
778
-
779
- #: wpf-admin/usergroup.php:62 wpf-includes/wpf-phrases.php:131
780
- msgid "Guest"
781
- msgstr ""
782
-
783
- #: wpf-admin/usergroup.php:85 wpf-includes/wpf-phrases.php:369
784
- msgid "add"
785
- msgstr ""
786
-
787
- #: wpf-admin/usergroup.php:85
788
- msgid "save"
789
- msgstr ""
790
-
791
- #: wpf-admin/usergroup.php:106
792
- msgid "Delete Chosen Usergroup And Users"
793
- msgstr ""
794
-
795
- #: wpf-admin/usergroup.php:116
796
- msgid "Delete Chosen Usergroup And Join Users To Other Usergroup"
797
- msgstr ""
798
-
799
- #: wpf-admin/usergroup.php:128
800
- msgid "Users will be join this usergroup"
801
- msgstr ""
802
-
803
- #: wpf-includes/class-notices.php:128 wpf-includes/wpf-phrases.php:68
804
- msgid "Dismiss this notice."
805
- msgstr ""
806
-
807
- #: wpf-includes/class-permissions.php:116 wpf-includes/wpf-phrases.php:415
808
- #, php-format
809
- msgid "%s access successfully added"
810
- msgstr ""
811
-
812
- #: wpf-includes/class-permissions.php:141 wpf-includes/wpf-phrases.php:416
813
- #, php-format
814
- msgid "%s access successfully edited"
815
- msgstr ""
816
-
817
- #: wpf-includes/class-phrases.php:157
818
- #: wpf-includes/functions-installation.php:28 wpf-includes/wpf-phrases.php:7
819
- msgid " Forum"
820
- msgstr ""
821
-
822
- #: wpf-includes/class-phrases.php:158
823
- #: wpf-includes/functions-installation.php:29 wpf-includes/wpf-phrases.php:6
824
- msgid " Discussion Board"
825
- msgstr ""
826
-
827
- #: wpf-includes/class-template.php:868 wpf-includes/wpf-phrases.php:324
828
- msgid "Theme file not readable"
829
- msgstr ""
830
-
831
- #: wpf-includes/functions-template.php:7
832
- msgid "wpForo Menu"
833
- msgstr ""
834
-
835
- #: wpf-includes/functions-template.php:149 wpf-includes/wpf-phrases.php:405
836
- msgid "wpForo Sidebar"
837
- msgstr ""
838
-
839
- #: wpf-includes/functions-template.php:150 wpf-includes/wpf-phrases.php:188
840
- msgid ""
841
- "NOTE: If you're going to add widgets in this sidebar, please use 'Full "
842
- "Width' template for wpForo index page to avoid sidebar duplication."
843
- msgstr ""
844
-
845
- #: wpf-includes/functions-template.php:188
846
- #: wpf-includes/functions-template.php:295
847
- #: wpf-includes/functions-template.php:358
848
- #: wpf-includes/functions-template.php:435
849
- #: wpf-includes/functions-template.php:482 wpf-includes/wpf-phrases.php:330
850
- msgid "Title"
851
- msgstr ""
852
-
853
- #: wpf-includes/functions-template.php:361
854
- #: wpf-includes/functions-template.php:438 wpf-includes/wpf-phrases.php:207
855
- msgid "Number of Items"
856
- msgstr ""
857
-
858
- #: wpf-includes/functions-template.php:366 wpf-includes/wpf-phrases.php:69
859
- msgid "Display Avatars"
860
- msgstr ""
861
-
862
- #: wpf-includes/functions-template.php:442 wpf-includes/wpf-phrases.php:71
863
- msgid "Display with Avatars"
864
- msgstr ""
865
-
866
- #: wpf-includes/functions.php:252 wpf-includes/functions.php:465
867
- #: wpf-includes/wpf-phrases.php:50
868
- msgid "Bulk Actions"
869
- msgstr ""
870
-
871
- #: wpf-includes/functions.php:259 wpf-includes/functions.php:553
872
- #: wpf-includes/wpf-phrases.php:36
873
- msgid "Apply"
874
- msgstr ""
875
-
876
- #: wpf-includes/functions.php:268 wpf-includes/wpf-phrases.php:297
877
- msgid "Show all forums"
878
- msgstr ""
879
-
880
- #: wpf-includes/functions.php:297 wpf-includes/functions.php:475
881
- #: wpf-includes/wpf-phrases.php:380
882
- msgid "item"
883
- msgstr ""
884
-
885
- #: wpf-includes/functions.php:330 wpf-includes/functions.php:346
886
- #: wpf-includes/wpf-phrases.php:281
887
- msgid "Select All"
888
- msgstr ""
889
-
890
- #: wpf-includes/functions.php:412 wpf-includes/wpf-phrases.php:66
891
- msgid "Delete this item"
892
- msgstr ""
893
-
894
- #: wpf-includes/functions.php:412 wpf-includes/wpf-phrases.php:41
895
- msgid "Are you sure you whant to DELETE this item?"
896
- msgstr ""
897
-
898
- #: wpf-includes/functions.php:457 wpf-includes/wpf-phrases.php:197
899
- msgid "No items found"
900
- msgstr ""
901
-
902
- #: wpf-includes/functions.php:552 wpf-includes/wpf-phrases.php:139
903
- msgid "Items"
904
- msgstr ""
905
-
906
- #: wpf-includes/functions.php:795
907
- #, php-format
908
- msgid "Could not write file %s"
909
- msgstr ""
910
-
911
- #: wpf-includes/wpf-hooks.php:20 wpf-includes/wpf-phrases.php:134
912
- msgid ""
913
- "IMPORTANT! Uninstall is not a simple deactivation action. This action will "
914
- "permanently remove all forum data (forums, topics, replies, attachments...) "
915
- "from database. Please backup database before this action, you may need this "
916
- "forum data in future. If you are sure that you want to delete all forum data "
917
- "please confirm. If not, just cancel it, then you can deactivate this plugin, "
918
- "that will not remove forum data."
919
- msgstr ""
920
-
921
- #: wpf-includes/wpf-hooks.php:20
922
- msgid "Uninstall"
923
- msgstr ""
924
-
925
- #: wpf-includes/wpf-hooks.php:23
926
- msgid "Settings"
927
- msgstr ""
928
-
929
- #: wpf-includes/wpf-hooks.php:806 wpf-includes/wpf-phrases.php:184
930
- msgid "Move"
931
- msgstr ""
932
-
933
- #: wpf-includes/wpf-hooks.php:852
934
- msgid "Dismiss"
935
- msgstr ""
936
-
937
- #: wpf-includes/wpf-hooks.php:877 wpf-includes/wpf-phrases.php:407
938
- msgid "wpForo Usergroup"
939
- msgstr ""
940
-
941
- #: wpf-includes/wpf-hooks.php:885 wpf-includes/wpf-phrases.php:406
942
- msgid "wpForo User Timezone"
943
- msgstr ""
944
-
945
- #: wpf-includes/wpf-phrases.php:8
946
- #, php-format
947
- msgid "%s and %s liked"
948
- msgstr ""
949
-
950
- #: wpf-includes/wpf-phrases.php:9
951
- #, php-format
952
- msgid "%s liked"
953
- msgstr ""
954
-
955
- #: wpf-includes/wpf-phrases.php:10
956
- #, php-format
957
- msgid "%s, %s and %s liked"
958
- msgstr ""
959
-
960
- #: wpf-includes/wpf-phrases.php:11
961
- #, php-format
962
- msgid "%s, %s, %s and %d people liked"
963
- msgstr ""
964
-
965
- #: wpf-includes/wpf-phrases.php:12
966
- msgid "AOL IM"
967
- msgstr ""
968
-
969
- #: wpf-includes/wpf-phrases.php:13
970
- msgid "About Me"
971
- msgstr ""
972
-
973
- #: wpf-includes/wpf-phrases.php:16
974
- msgid "Account"
975
- msgstr ""
976
-
977
- #: wpf-includes/wpf-phrases.php:19
978
- msgid "Activity"
979
- msgstr ""
980
-
981
- #: wpf-includes/wpf-phrases.php:23
982
- msgid "Add a comment"
983
- msgstr ""
984
-
985
- #: wpf-includes/wpf-phrases.php:24
986
- msgid "Add topic"
987
- msgstr ""
988
-
989
- #: wpf-includes/wpf-phrases.php:32
990
- msgid "Answer"
991
- msgstr ""
992
-
993
- #: wpf-includes/wpf-phrases.php:33
994
- msgid "Answer to"
995
- msgstr ""
996
-
997
- #: wpf-includes/wpf-phrases.php:34
998
- msgid "Answers"
999
- msgstr ""
1000
-
1001
- #: wpf-includes/wpf-phrases.php:35
1002
- msgid "Any Date"
1003
- msgstr ""
1004
-
1005
- #: wpf-includes/wpf-phrases.php:42
1006
- msgid "Ascending order"
1007
- msgstr ""
1008
-
1009
- #: wpf-includes/wpf-phrases.php:43
1010
- msgid "Attach file:"
1011
- msgstr ""
1012
-
1013
- #: wpf-includes/wpf-phrases.php:47
1014
- msgid "Avatar"
1015
- msgstr ""
1016
-
1017
- #: wpf-includes/wpf-phrases.php:53
1018
- msgid "Change password"
1019
- msgstr ""
1020
-
1021
- #: wpf-includes/wpf-phrases.php:54
1022
- msgid "Choose target forum"
1023
- msgstr ""
1024
-
1025
- #: wpf-includes/wpf-phrases.php:55 wpf-themes/classic/functions.php:31
1026
- #: wpf-themes/classic/functions.php:52 wpf-themes/classic/functions.php:81
1027
- msgid "Collapsed"
1028
- msgstr ""
1029
-
1030
- #: wpf-includes/wpf-phrases.php:58
1031
- msgid "Comments"
1032
- msgstr ""
1033
-
1034
- #: wpf-includes/wpf-phrases.php:59
1035
- msgid "Confirm my subscription"
1036
- msgstr ""
1037
-
1038
- #: wpf-includes/wpf-phrases.php:64
1039
- msgid "Date"
1040
- msgstr ""
1041
-
1042
- #: wpf-includes/wpf-phrases.php:67
1043
- msgid "Descending order"
1044
- msgstr ""
1045
-
1046
- #: wpf-includes/wpf-phrases.php:70
1047
- msgid "Display Name"
1048
- msgstr ""
1049
-
1050
- #: wpf-includes/wpf-phrases.php:73
1051
- msgid "Edited: "
1052
- msgstr ""
1053
-
1054
- #: wpf-includes/wpf-phrases.php:74
1055
- msgid "Email"
1056
- msgstr ""
1057
-
1058
- #: wpf-includes/wpf-phrases.php:86
1059
- msgid "Enter title here"
1060
- msgstr ""
1061
-
1062
- #: wpf-includes/wpf-phrases.php:87 wpf-themes/classic/functions.php:30
1063
- #: wpf-themes/classic/functions.php:51 wpf-themes/classic/functions.php:80
1064
- msgid "Expanded"
1065
- msgstr ""
1066
-
1067
- #: wpf-includes/wpf-phrases.php:88 wpf-themes/classic/functions.php:77
1068
- msgid "Extended Layout - Intro posts"
1069
- msgstr ""
1070
-
1071
- #: wpf-includes/wpf-phrases.php:89 wpf-themes/classic/functions.php:27
1072
- msgid "Extended Layout - Intro topics"
1073
- msgstr ""
1074
-
1075
- #: wpf-includes/wpf-phrases.php:90 wpf-themes/classic/functions.php:87
1076
- msgid "Extended Layout - Number of intro posts"
1077
- msgstr ""
1078
-
1079
- #: wpf-includes/wpf-phrases.php:91 wpf-themes/classic/functions.php:36
1080
- msgid "Extended Layout - Number of intro topics"
1081
- msgstr ""
1082
-
1083
- #: wpf-includes/wpf-phrases.php:92
1084
- msgid "Facebook"
1085
- msgstr ""
1086
-
1087
- #: wpf-includes/wpf-phrases.php:93
1088
- msgid "Failed to write file to disk"
1089
- msgstr ""
1090
-
1091
- #: wpf-includes/wpf-phrases.php:95
1092
- msgid "File upload stopped by extension"
1093
- msgstr ""
1094
-
1095
- #: wpf-includes/wpf-phrases.php:96
1096
- msgid "Find Posts by User"
1097
- msgstr ""
1098
-
1099
- #: wpf-includes/wpf-phrases.php:97
1100
- msgid "Find Topics Started by User"
1101
- msgstr ""
1102
-
1103
- #: wpf-includes/wpf-phrases.php:98
1104
- msgid "First post and replies"
1105
- msgstr ""
1106
-
1107
- #: wpf-includes/wpf-phrases.php:99
1108
- msgid "Forum"
1109
- msgstr ""
1110
-
1111
- #: wpf-includes/wpf-phrases.php:100
1112
- msgid "Forum - Login"
1113
- msgstr ""
1114
-
1115
- #: wpf-includes/wpf-phrases.php:101
1116
- msgid "Forum - Page Not Found"
1117
- msgstr ""
1118
-
1119
- #: wpf-includes/wpf-phrases.php:102
1120
- msgid "Forum - Registration"
1121
- msgstr ""
1122
-
1123
- #: wpf-includes/wpf-phrases.php:107
1124
- msgid "Forum Home"
1125
- msgstr ""
1126
-
1127
- #: wpf-includes/wpf-phrases.php:109
1128
- msgid "Forum Members"
1129
- msgstr ""
1130
-
1131
- #: wpf-includes/wpf-phrases.php:112
1132
- msgid "Forum Profile"
1133
- msgstr ""
1134
-
1135
- #: wpf-includes/wpf-phrases.php:113
1136
- msgid "Forum RSS Feed"
1137
- msgstr ""
1138
-
1139
- #: wpf-includes/wpf-phrases.php:117
1140
- msgid "Forum Statistics"
1141
- msgstr ""
1142
-
1143
- #: wpf-includes/wpf-phrases.php:120
1144
- msgid "Forum is empty"
1145
- msgstr ""
1146
-
1147
- #: wpf-includes/wpf-phrases.php:129
1148
- msgid "Group"
1149
- msgstr ""
1150
-
1151
- #: wpf-includes/wpf-phrases.php:130
1152
- msgid "Gtalk"
1153
- msgstr ""
1154
-
1155
- #: wpf-includes/wpf-phrases.php:133
1156
- msgid "ICQ"
1157
- msgstr ""
1158
-
1159
- #: wpf-includes/wpf-phrases.php:137
1160
- msgid "Insert member name or email"
1161
- msgstr ""
1162
-
1163
- #: wpf-includes/wpf-phrases.php:140
1164
- msgid "Joined"
1165
- msgstr ""
1166
-
1167
- #: wpf-includes/wpf-phrases.php:143
1168
- msgid "Last 24 hours"
1169
- msgstr ""
1170
-
1171
- #: wpf-includes/wpf-phrases.php:144
1172
- msgid "Last 3 Months"
1173
- msgstr ""
1174
-
1175
- #: wpf-includes/wpf-phrases.php:145
1176
- msgid "Last 6 Months"
1177
- msgstr ""
1178
-
1179
- #: wpf-includes/wpf-phrases.php:146
1180
- msgid "Last Active"
1181
- msgstr ""
1182
-
1183
- #: wpf-includes/wpf-phrases.php:147
1184
- msgid "Last Month"
1185
- msgstr ""
1186
-
1187
- #: wpf-includes/wpf-phrases.php:148
1188
- msgid "Last Post"
1189
- msgstr ""
1190
-
1191
- #: wpf-includes/wpf-phrases.php:149
1192
- msgid "Last Post Info"
1193
- msgstr ""
1194
-
1195
- #: wpf-includes/wpf-phrases.php:150
1196
- msgid "Last Week"
1197
- msgstr ""
1198
-
1199
- #: wpf-includes/wpf-phrases.php:151
1200
- msgid "Last Year ago"
1201
- msgstr ""
1202
-
1203
- #: wpf-includes/wpf-phrases.php:152
1204
- #, php-format
1205
- msgid "Last post by %s"
1206
- msgstr ""
1207
-
1208
- #: wpf-includes/wpf-phrases.php:153
1209
- msgid "Latest Post"
1210
- msgstr ""
1211
-
1212
- #: wpf-includes/wpf-phrases.php:154
1213
- msgid "Leave a reply"
1214
- msgstr ""
1215
-
1216
- #: wpf-includes/wpf-phrases.php:155
1217
- msgid "Length must be between 3 characters and 15 characters."
1218
- msgstr ""
1219
-
1220
- #: wpf-includes/wpf-phrases.php:157
1221
- msgid "Liked"
1222
- msgstr ""
1223
-
1224
- #: wpf-includes/wpf-phrases.php:158
1225
- msgid "Location"
1226
- msgstr ""
1227
-
1228
- #: wpf-includes/wpf-phrases.php:159
1229
- msgid "Login"
1230
- msgstr ""
1231
-
1232
- #: wpf-includes/wpf-phrases.php:161
1233
- msgid "Logout"
1234
- msgstr ""
1235
-
1236
- #: wpf-includes/wpf-phrases.php:163
1237
- msgid "Lost your password?"
1238
- msgstr ""
1239
-
1240
- #: wpf-includes/wpf-phrases.php:165
1241
- msgid "MSN"
1242
- msgstr ""
1243
-
1244
- #: wpf-includes/wpf-phrases.php:166
1245
- msgid "Maximum allowed file size is"
1246
- msgstr ""
1247
-
1248
- #: wpf-includes/wpf-phrases.php:168
1249
- msgid "Member Activity"
1250
- msgstr ""
1251
-
1252
- #: wpf-includes/wpf-phrases.php:169
1253
- msgid "Member Information"
1254
- msgstr ""
1255
-
1256
- #: wpf-includes/wpf-phrases.php:170
1257
- msgid "Member Rating"
1258
- msgstr ""
1259
-
1260
- #: wpf-includes/wpf-phrases.php:171
1261
- msgid "Member Rating Badge"
1262
- msgstr ""
1263
-
1264
- #: wpf-includes/wpf-phrases.php:174
1265
- msgid "Member information"
1266
- msgstr ""
1267
-
1268
- #: wpf-includes/wpf-phrases.php:178
1269
- msgid "Members not found"
1270
- msgstr ""
1271
-
1272
- #: wpf-includes/wpf-phrases.php:179
1273
- msgid "Messages"
1274
- msgstr ""
1275
-
1276
- #: wpf-includes/wpf-phrases.php:182
1277
- msgid "Missing a temporary folder"
1278
- msgstr ""
1279
-
1280
- #: wpf-includes/wpf-phrases.php:185
1281
- msgid "Move topic"
1282
- msgstr ""
1283
-
1284
- #: wpf-includes/wpf-phrases.php:186
1285
- msgid "Must be minimum 6 characters."
1286
- msgstr ""
1287
-
1288
- #: wpf-includes/wpf-phrases.php:187
1289
- msgid "My Profile"
1290
- msgstr ""
1291
-
1292
- #: wpf-includes/wpf-phrases.php:194
1293
- msgid "No activity found for this member."
1294
- msgstr ""
1295
-
1296
- #: wpf-includes/wpf-phrases.php:195
1297
- msgid "No file was uploaded"
1298
- msgstr ""
1299
-
1300
- #: wpf-includes/wpf-phrases.php:196
1301
- msgid "No forums were found here."
1302
- msgstr ""
1303
-
1304
- #: wpf-includes/wpf-phrases.php:200
1305
- msgid "No online members at the moment"
1306
- msgstr ""
1307
-
1308
- #: wpf-includes/wpf-phrases.php:202
1309
- msgid "No subscriptions found for this member."
1310
- msgstr ""
1311
-
1312
- #: wpf-includes/wpf-phrases.php:204
1313
- msgid "No topics were found here"
1314
- msgstr ""
1315
-
1316
- #: wpf-includes/wpf-phrases.php:211
1317
- msgid "Occupation"
1318
- msgstr ""
1319
-
1320
- #: wpf-includes/wpf-phrases.php:212
1321
- msgid "Offline"
1322
- msgstr ""
1323
-
1324
- #: wpf-includes/wpf-phrases.php:213
1325
- msgid "Online"
1326
- msgstr ""
1327
-
1328
- #: wpf-includes/wpf-phrases.php:215
1329
- msgid "Oops! The page you requested was not found!"
1330
- msgstr ""
1331
-
1332
- #: wpf-includes/wpf-phrases.php:216
1333
- msgid "Our newest member"
1334
- msgstr ""
1335
-
1336
- #: wpf-includes/wpf-phrases.php:217
1337
- msgid "Page"
1338
- msgstr ""
1339
-
1340
- #: wpf-includes/wpf-phrases.php:219
1341
- msgid "Password"
1342
- msgstr ""
1343
-
1344
- #: wpf-includes/wpf-phrases.php:221
1345
- #, php-format
1346
- msgid "Please %s or %s"
1347
- msgstr ""
1348
-
1349
- #: wpf-includes/wpf-phrases.php:225
1350
- msgid "Post Title"
1351
- msgstr ""
1352
-
1353
- #: wpf-includes/wpf-phrases.php:226
1354
- msgid "Post link"
1355
- msgstr ""
1356
-
1357
- #: wpf-includes/wpf-phrases.php:227
1358
- msgid "Posted"
1359
- msgstr ""
1360
-
1361
- #: wpf-includes/wpf-phrases.php:228
1362
- msgid "Posted by"
1363
- msgstr ""
1364
-
1365
- #: wpf-includes/wpf-phrases.php:230
1366
- msgid "Powered by"
1367
- msgstr ""
1368
-
1369
- #: wpf-includes/wpf-phrases.php:232 wpf-themes/classic/functions.php:57
1370
- msgid "Q&A Layout - Number of intro topics"
1371
- msgstr ""
1372
-
1373
- #: wpf-includes/wpf-phrases.php:233 wpf-themes/classic/functions.php:48
1374
- msgid "Q&A layout - Intro topics"
1375
- msgstr ""
1376
-
1377
- #: wpf-includes/wpf-phrases.php:234
1378
- msgid "Question Comments"
1379
- msgstr ""
1380
-
1381
- #: wpf-includes/wpf-phrases.php:235
1382
- msgid "Questions"
1383
- msgstr ""
1384
-
1385
- #: wpf-includes/wpf-phrases.php:236
1386
- msgid "Quote"
1387
- msgstr ""
1388
-
1389
- #: wpf-includes/wpf-phrases.php:237
1390
- msgid "RE"
1391
- msgstr ""
1392
-
1393
- #: wpf-includes/wpf-phrases.php:238
1394
- msgid "REPLY:"
1395
- msgstr ""
1396
-
1397
- #: wpf-includes/wpf-phrases.php:239
1398
- msgid "RSS"
1399
- msgstr ""
1400
-
1401
- #: wpf-includes/wpf-phrases.php:240
1402
- msgid "Rating"
1403
- msgstr ""
1404
-
1405
- #: wpf-includes/wpf-phrases.php:241
1406
- msgid "Rating Badge"
1407
- msgstr ""
1408
-
1409
- #: wpf-includes/wpf-phrases.php:245
1410
- msgid "Received Likes"
1411
- msgstr ""
1412
-
1413
- #: wpf-includes/wpf-phrases.php:246
1414
- msgid "Recent Questions"
1415
- msgstr ""
1416
-
1417
- #: wpf-includes/wpf-phrases.php:247
1418
- msgid "Recent Topics"
1419
- msgstr ""
1420
-
1421
- #: wpf-includes/wpf-phrases.php:248
1422
- msgid "Register"
1423
- msgstr ""
1424
-
1425
- #: wpf-includes/wpf-phrases.php:250
1426
- msgid "Registered date"
1427
- msgstr ""
1428
-
1429
- #: wpf-includes/wpf-phrases.php:251
1430
- msgid "Relevancy"
1431
- msgstr ""
1432
-
1433
- #: wpf-includes/wpf-phrases.php:252
1434
- msgid "Remember Me"
1435
- msgstr ""
1436
-
1437
- #: wpf-includes/wpf-phrases.php:258
1438
- msgid "Replies"
1439
- msgstr ""
1440
-
1441
- #: wpf-includes/wpf-phrases.php:259
1442
- msgid "Replies not found"
1443
- msgstr ""
1444
-
1445
- #: wpf-includes/wpf-phrases.php:260
1446
- msgid "Reply"
1447
- msgstr ""
1448
-
1449
- #: wpf-includes/wpf-phrases.php:261
1450
- msgid "Report"
1451
- msgstr ""
1452
-
1453
- #: wpf-includes/wpf-phrases.php:264
1454
- msgid "Report to Administration"
1455
- msgstr ""
1456
-
1457
- #: wpf-includes/wpf-phrases.php:266
1458
- msgid "Result Info"
1459
- msgstr ""
1460
-
1461
- #: wpf-includes/wpf-phrases.php:268
1462
- msgid "Save Changes"
1463
- msgstr ""
1464
-
1465
- #: wpf-includes/wpf-phrases.php:272
1466
- msgid "Search"
1467
- msgstr ""
1468
-
1469
- #: wpf-includes/wpf-phrases.php:273
1470
- msgid "Search Entire Posts"
1471
- msgstr ""
1472
-
1473
- #: wpf-includes/wpf-phrases.php:274
1474
- msgid "Search Phrase"
1475
- msgstr ""
1476
-
1477
- #: wpf-includes/wpf-phrases.php:275
1478
- msgid "Search Titles Only"
1479
- msgstr ""
1480
-
1481
- #: wpf-includes/wpf-phrases.php:276
1482
- msgid "Search Type"
1483
- msgstr ""
1484
-
1485
- #: wpf-includes/wpf-phrases.php:277
1486
- msgid "Search in Forums"
1487
- msgstr ""
1488
-
1489
- #: wpf-includes/wpf-phrases.php:278
1490
- msgid "Search in date period"
1491
- msgstr ""
1492
-
1493
- #: wpf-includes/wpf-phrases.php:279
1494
- msgid "Search result for"
1495
- msgstr ""
1496
-
1497
- #: wpf-includes/wpf-phrases.php:280
1498
- msgid "Search..."
1499
- msgstr ""
1500
-
1501
- #: wpf-includes/wpf-phrases.php:282
1502
- msgid "Select Page"
1503
- msgstr ""
1504
-
1505
- #: wpf-includes/wpf-phrases.php:283
1506
- msgid "Send Report"
1507
- msgstr ""
1508
-
1509
- #: wpf-includes/wpf-phrases.php:287
1510
- msgid "Set Topic Sticky"
1511
- msgstr ""
1512
-
1513
- #: wpf-includes/wpf-phrases.php:288 wpf-themes/classic/functions.php:88
1514
- msgid ""
1515
- "Set this option value 0 if you want to show all posts under topic intro area."
1516
- msgstr ""
1517
-
1518
- #: wpf-includes/wpf-phrases.php:289
1519
- msgid "Shop Account"
1520
- msgstr ""
1521
-
1522
- #: wpf-includes/wpf-phrases.php:299
1523
- msgid "Sign In"
1524
- msgstr ""
1525
-
1526
- #: wpf-includes/wpf-phrases.php:300
1527
- msgid "Signature"
1528
- msgstr ""
1529
-
1530
- #: wpf-includes/wpf-phrases.php:301
1531
- msgid "Site Profile"
1532
- msgstr ""
1533
-
1534
- #: wpf-includes/wpf-phrases.php:302
1535
- msgid "Skype"
1536
- msgstr ""
1537
-
1538
- #: wpf-includes/wpf-phrases.php:304
1539
- msgid "Social Networks"
1540
- msgstr ""
1541
-
1542
- #: wpf-includes/wpf-phrases.php:305
1543
- msgid "Sorry, something wrong with your data."
1544
- msgstr ""
1545
-
1546
- #: wpf-includes/wpf-phrases.php:306
1547
- msgid "Sort Search Results by"
1548
- msgstr ""
1549
-
1550
- #: wpf-includes/wpf-phrases.php:307
1551
- msgid "Specify avatar by URL"
1552
- msgstr ""
1553
-
1554
- #: wpf-includes/wpf-phrases.php:309
1555
- msgid "Subforums"
1556
- msgstr ""
1557
-
1558
- #: wpf-includes/wpf-phrases.php:312
1559
- msgid "Subscribe for new replies"
1560
- msgstr ""
1561
-
1562
- #: wpf-includes/wpf-phrases.php:313
1563
- msgid "Subscribe for new topics"
1564
- msgstr ""
1565
-
1566
- #: wpf-includes/wpf-phrases.php:315
1567
- msgid "Subscriptions"
1568
- msgstr ""
1569
-
1570
- #: wpf-includes/wpf-phrases.php:317
1571
- msgid ""
1572
- "Thank you for trying wpForo! This forum development was started on 2013 and "
1573
- "we were using it for our support community. Now it's ready for WordPress "
1574
- "community as well. It's on the Beta stage and we're working hard to reach "
1575
- "the Gold 1.0.0 version as soon as possible. wpForo is a professional "
1576
- "bulletin board for WorPress, and the only forum software which comes with "
1577
- "Multi-layout template system. The \"Extended"
1578
- msgstr ""
1579
-
1580
- #: wpf-includes/wpf-phrases.php:318
1581
- msgid ""
1582
- "Thank you for using wpForo. wpForo is a premium forum plugin which will "
1583
- "always be available for free. There will never be paid and pro versions of "
1584
- "this forum board. However this is a very large and hard project so we also "
1585
- "develop paid addons (extensions), which will financially help us to keep "
1586
- "improving and adding new features to the free wpForo plugin. Forum addons "
1587
- "will also be actively developed. The first addons \"Advanced Media Uploader"
1588
- msgstr ""
1589
-
1590
- #: wpf-includes/wpf-phrases.php:321
1591
- msgid ""
1592
- "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
1593
- "the HTML form"
1594
- msgstr ""
1595
-
1596
- #: wpf-includes/wpf-phrases.php:322
1597
- msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini"
1598
- msgstr ""
1599
-
1600
- #: wpf-includes/wpf-phrases.php:323
1601
- msgid "The uploaded file was only partially uploaded"
1602
- msgstr ""
1603
-
1604
- #: wpf-includes/wpf-phrases.php:329
1605
- msgid "Timezone"
1606
- msgstr ""
1607
-
1608
- #: wpf-includes/wpf-phrases.php:331
1609
- msgid "Topic RSS Feed"
1610
- msgstr ""
1611
-
1612
- #: wpf-includes/wpf-phrases.php:332
1613
- msgid "Topic Title"
1614
- msgstr ""
1615
-
1616
- #: wpf-includes/wpf-phrases.php:333
1617
- msgid "Topic title"
1618
- msgstr ""
1619
-
1620
- #: wpf-includes/wpf-phrases.php:336
1621
- msgid "Twitter"
1622
- msgstr ""
1623
-
1624
- #: wpf-includes/wpf-phrases.php:337
1625
- msgid "Unknown upload error"
1626
- msgstr ""
1627
-
1628
- #: wpf-includes/wpf-phrases.php:338
1629
- msgid "Unsubscribe"
1630
- msgstr ""
1631
-
1632
- #: wpf-includes/wpf-phrases.php:341
1633
- msgid "Upload an avatar"
1634
- msgstr ""
1635
-
1636
- #: wpf-includes/wpf-phrases.php:343
1637
- msgid ""
1638
- "Use comments to ask for more information or suggest improvements. Avoid "
1639
- "answering questions in comments."
1640
- msgstr ""
1641
-
1642
- #: wpf-includes/wpf-phrases.php:345
1643
- msgid "User"
1644
- msgstr ""
1645
-
1646
- #: wpf-includes/wpf-phrases.php:346
1647
- msgid "User Group"
1648
- msgstr ""
1649
-
1650
- #: wpf-includes/wpf-phrases.php:347
1651
- msgid "Usergroup has been successfully deleted."
1652
- msgstr ""
1653
-
1654
- #: wpf-includes/wpf-phrases.php:348
1655
- msgid ""
1656
- "Usergroup has been successfully deleted. All users of this usergroup have "
1657
- "been moved to the usergroup you've chosen"
1658
- msgstr ""
1659
-
1660
- #: wpf-includes/wpf-phrases.php:349
1661
- msgid "Username"
1662
- msgstr ""
1663
-
1664
- #: wpf-includes/wpf-phrases.php:351
1665
- msgid "View entire post"
1666
- msgstr ""
1667
-
1668
- #: wpf-includes/wpf-phrases.php:352
1669
- msgid "View the latest post"
1670
- msgstr ""
1671
-
1672
- #: wpf-includes/wpf-phrases.php:353
1673
- msgid "Views"
1674
- msgstr ""
1675
-
1676
- #: wpf-includes/wpf-phrases.php:354
1677
- msgid "Votes"
1678
- msgstr ""
1679
-
1680
- #: wpf-includes/wpf-phrases.php:355
1681
- msgid "Website"
1682
- msgstr ""
1683
-
1684
- #: wpf-includes/wpf-phrases.php:357
1685
- msgid "Wordpress avatar system"
1686
- msgstr ""
1687
-
1688
- #: wpf-includes/wpf-phrases.php:358
1689
- msgid "Working"
1690
- msgstr ""
1691
-
1692
- #: wpf-includes/wpf-phrases.php:359
1693
- msgid "Write message"
1694
- msgstr ""
1695
-
1696
- #: wpf-includes/wpf-phrases.php:360
1697
- msgid "Yahoo"
1698
- msgstr ""
1699
-
1700
- #: wpf-includes/wpf-phrases.php:362
1701
- msgid "You"
1702
- msgstr ""
1703
-
1704
- #: wpf-includes/wpf-phrases.php:364
1705
- #, php-format
1706
- msgid "You can go to %s page or Search here"
1707
- msgstr ""
1708
-
1709
- #: wpf-includes/wpf-phrases.php:366
1710
- msgid "Your Answer"
1711
- msgstr ""
1712
-
1713
- #: wpf-includes/wpf-phrases.php:367
1714
- msgid "account"
1715
- msgstr ""
1716
-
1717
- #: wpf-includes/wpf-phrases.php:368
1718
- msgid "activity"
1719
- msgstr ""
1720
-
1721
- #: wpf-includes/wpf-phrases.php:370
1722
- msgid "add_new"
1723
- msgstr ""
1724
-
1725
- #: wpf-includes/wpf-phrases.php:371
1726
- msgid "ago"
1727
- msgstr ""
1728
-
1729
- #: wpf-includes/wpf-phrases.php:372
1730
- msgid "by"
1731
- msgstr ""
1732
-
1733
- #: wpf-includes/wpf-phrases.php:373
1734
- #, php-format
1735
- msgid "by %s"
1736
- msgstr ""
1737
-
1738
- #: wpf-includes/wpf-phrases.php:374
1739
- msgid "confirm password"
1740
- msgstr ""
1741
-
1742
- #: wpf-includes/wpf-phrases.php:377
1743
- msgid "edit profile"
1744
- msgstr ""
1745
-
1746
- #: wpf-includes/wpf-phrases.php:378
1747
- msgid "edit user"
1748
- msgstr ""
1749
-
1750
- #: wpf-includes/wpf-phrases.php:379
1751
- msgid "forums"
1752
- msgstr ""
1753
-
1754
- #: wpf-includes/wpf-phrases.php:381
1755
- msgid "login"
1756
- msgstr ""
1757
-
1758
- #: wpf-includes/wpf-phrases.php:382
1759
- msgid "logout"
1760
- msgstr ""
1761
-
1762
- #: wpf-includes/wpf-phrases.php:383
1763
- msgid "matches"
1764
- msgstr ""
1765
-
1766
- #: wpf-includes/wpf-phrases.php:384
1767
- msgid "members"
1768
- msgstr ""
1769
-
1770
- #: wpf-includes/wpf-phrases.php:386
1771
- msgid "my profile"
1772
- msgstr ""
1773
-
1774
- #: wpf-includes/wpf-phrases.php:387
1775
- msgid "new password"
1776
- msgstr ""
1777
-
1778
- #: wpf-includes/wpf-phrases.php:388
1779
- msgid "new password again"
1780
- msgstr ""
1781
-
1782
- #: wpf-includes/wpf-phrases.php:389
1783
- msgid "next"
1784
- msgstr ""
1785
-
1786
- #: wpf-includes/wpf-phrases.php:390
1787
- msgid "old password"
1788
- msgstr ""
1789
-
1790
- #: wpf-includes/wpf-phrases.php:391
1791
- msgid "phrase_key"
1792
- msgstr ""
1793
-
1794
- #: wpf-includes/wpf-phrases.php:392
1795
- msgid "phrase_value"
1796
- msgstr ""
1797
-
1798
- #: wpf-includes/wpf-phrases.php:393
1799
- msgid "posted"
1800
- msgstr ""
1801
-
1802
- #: wpf-includes/wpf-phrases.php:394
1803
- msgid "prev"
1804
- msgstr ""
1805
-
1806
- #: wpf-includes/wpf-phrases.php:395
1807
- msgid "register"
1808
- msgstr ""
1809
-
1810
- #: wpf-includes/wpf-phrases.php:396
1811
- msgid "replies"
1812
- msgstr ""
1813
-
1814
- #: wpf-includes/wpf-phrases.php:397
1815
- msgid "subscriptions"
1816
- msgstr ""
1817
-
1818
- #: wpf-includes/wpf-phrases.php:398
1819
- msgid "update"
1820
- msgstr ""
1821
-
1822
- #: wpf-includes/wpf-phrases.php:399
1823
- msgid "view"
1824
- msgstr ""
1825
-
1826
- #: wpf-includes/wpf-phrases.php:400
1827
- msgid "view all posts"
1828
- msgstr ""
1829
-
1830
- #: wpf-includes/wpf-phrases.php:401
1831
- msgid "view all questions"
1832
- msgstr ""
1833
-
1834
- #: wpf-includes/wpf-phrases.php:402
1835
- msgid "view all topics"
1836
- msgstr ""
1837
-
1838
- #: wpf-includes/wpf-phrases.php:404
1839
- msgid "wpForo Navigation"
1840
- msgstr ""
1841
-
1842
- #: wpf-includes/wpf-phrases.php:409
1843
- msgid "{number}B"
1844
- msgstr ""
1845
-
1846
- #: wpf-includes/wpf-phrases.php:410
1847
- msgid "{number}K"
1848
- msgstr ""
1849
-
1850
- #: wpf-includes/wpf-phrases.php:411
1851
- msgid "{number}M"
1852
- msgstr ""
1853
-
1854
- #: wpf-includes/wpf-phrases.php:412
1855
- msgid "{number}T"
1856
- msgstr ""
1857
-
1858
- #: wpf-includes/wpf-phrases.php:417
1859
- msgid "Access add error"
1860
- msgstr ""
1861
-
1862
- #: wpf-includes/wpf-phrases.php:418
1863
- msgid "Access delete error"
1864
- msgstr ""
1865
-
1866
- #: wpf-includes/wpf-phrases.php:419
1867
- msgid "Access edit error"
1868
- msgstr ""
1869
-
1870
- #: wpf-includes/wpf-phrases.php:420
1871
- msgid "Access successfully deleted"
1872
- msgstr ""
1873
-
1874
- #: wpf-includes/wpf-phrases.php:421
1875
- msgid "Add Topic error: No forum selected"
1876
- msgstr ""
1877
-
1878
- #: wpf-includes/wpf-phrases.php:422
1879
- msgid "All Checked topics successfully deleted"
1880
- msgstr ""
1881
-
1882
- #: wpf-includes/wpf-phrases.php:423
1883
- msgid "Can't add forum"
1884
- msgstr ""
1885
-
1886
- #: wpf-includes/wpf-phrases.php:424
1887
- msgid "Can't add new language"
1888
- msgstr ""
1889
-
1890
- #: wpf-includes/wpf-phrases.php:425
1891
- msgid "Can't delete this Usergroup"
1892
- msgstr ""
1893
-
1894
- #: wpf-includes/wpf-phrases.php:426
1895
- msgid "Can't send confirmation email"
1896
- msgstr ""
1897
-
1898
- #: wpf-includes/wpf-phrases.php:427
1899
- msgid "Can't send report email"
1900
- msgstr ""
1901
-
1902
- #: wpf-includes/wpf-phrases.php:428
1903
- msgid "Can't subscribe to this item"
1904
- msgstr ""
1905
-
1906
- #: wpf-includes/wpf-phrases.php:429
1907
- msgid "Can't write a post: This topic is closed"
1908
- msgstr ""
1909
-
1910
- #: wpf-includes/wpf-phrases.php:430
1911
- msgid "Can`t upload file"
1912
- msgstr ""
1913
-
1914
- #: wpf-includes/wpf-phrases.php:431
1915
- msgid "Cannot update forum hierarchy"
1916
- msgstr ""
1917
-
1918
- #: wpf-includes/wpf-phrases.php:432
1919
- msgid "Cannot update post data"
1920
- msgstr ""
1921
-
1922
- #: wpf-includes/wpf-phrases.php:433
1923
- msgid "Could not be unsubscribe from this item"
1924
- msgstr ""
1925
-
1926
- #: wpf-includes/wpf-phrases.php:434
1927
- msgid "Email address exists. Please insert another."
1928
- msgstr ""
1929
-
1930
- #: wpf-includes/wpf-phrases.php:435
1931
- msgid "Error: Forum is not found"
1932
- msgstr ""
1933
-
1934
- #: wpf-includes/wpf-phrases.php:436
1935
- msgid "Error: No topic selected"
1936
- msgstr ""
1937
-
1938
- #: wpf-includes/wpf-phrases.php:437
1939
- msgid "Error: Topic is not found"
1940
- msgstr ""
1941
-
1942
- #: wpf-includes/wpf-phrases.php:438
1943
- msgid "Error: please inset some text to report."
1944
- msgstr ""
1945
-
1946
- #: wpf-includes/wpf-phrases.php:439
1947
- msgid "Features successfully updated"
1948
- msgstr ""
1949
-
1950
- #: wpf-includes/wpf-phrases.php:440
1951
- msgid "Features successfully updated, but previous value not changed"
1952
- msgstr ""
1953
-
1954
- #: wpf-includes/wpf-phrases.php:441
1955
- msgid "File type is not allowed"
1956
- msgstr ""
1957
-
1958
- #: wpf-includes/wpf-phrases.php:442
1959
- msgid "Forum Base URL successfully updated"
1960
- msgstr ""
1961
-
1962
- #: wpf-includes/wpf-phrases.php:443
1963
- msgid "Forum deleting error"
1964
- msgstr ""
1965
-
1966
- #: wpf-includes/wpf-phrases.php:444
1967
- msgid "Forum hierarchy successfully updated"
1968
- msgstr ""
1969
-
1970
- #: wpf-includes/wpf-phrases.php:445
1971
- msgid "Forum is successfully merged"
1972
- msgstr ""
1973
-
1974
- #: wpf-includes/wpf-phrases.php:446
1975
- msgid "Forum merging error"
1976
- msgstr ""
1977
-
1978
- #: wpf-includes/wpf-phrases.php:447
1979
- msgid "Forum options successfully updated"
1980
- msgstr ""
1981
-
1982
- #: wpf-includes/wpf-phrases.php:448
1983
- msgid "Forum options successfully updated, but previous value not changed"
1984
- msgstr ""
1985
-
1986
- #: wpf-includes/wpf-phrases.php:449
1987
- msgid "Forum successfully updated"
1988
- msgstr ""
1989
-
1990
- #: wpf-includes/wpf-phrases.php:450
1991
- msgid "Forum update error"
1992
- msgstr ""
1993
-
1994
- #: wpf-includes/wpf-phrases.php:451
1995
- msgid "General options successfully updated"
1996
- msgstr ""
1997
-
1998
- #: wpf-includes/wpf-phrases.php:452
1999
- msgid "Illegal character in username."
2000
- msgstr ""
2001
-
2002
- #: wpf-includes/wpf-phrases.php:453
2003
- msgid "Insert your Email address."
2004
- msgstr ""
2005
-
2006
- #: wpf-includes/wpf-phrases.php:454
2007
- msgid "Invalid Email address"
2008
- msgstr ""
2009
-
2010
- #: wpf-includes/wpf-phrases.php:455
2011
- msgid "Invalid request!"
2012
- msgstr ""
2013
-
2014
- #: wpf-includes/wpf-phrases.php:456
2015
- msgid "Member options successfully updated"
2016
- msgstr ""
2017
-
2018
- #: wpf-includes/wpf-phrases.php:457
2019
- msgid "Member options successfully updated, but previous value not changed"
2020
- msgstr ""
2021
-
2022
- #: wpf-includes/wpf-phrases.php:458
2023
- msgid "Message has been sent"
2024
- msgstr ""
2025
-
2026
- #: wpf-includes/wpf-phrases.php:459
2027
- msgid ""
2028
- "New language successfully added and changed wpforo language to new language"
2029
- msgstr ""
2030
-
2031
- #: wpf-includes/wpf-phrases.php:460
2032
- msgid "No Posts found for update"
2033
- msgstr ""
2034
-
2035
- #: wpf-includes/wpf-phrases.php:461
2036
- msgid "Password length must be between 6 characters and 20 characters."
2037
- msgstr ""
2038
-
2039
- #: wpf-includes/wpf-phrases.php:462
2040
- msgid "Password mismatch."
2041
- msgstr ""
2042
-
2043
- #: wpf-includes/wpf-phrases.php:463
2044
- msgid "Permission denied"
2045
- msgstr ""
2046
-
2047
- #: wpf-includes/wpf-phrases.php:464
2048
- msgid "Permission denied for add forum"
2049
- msgstr ""
2050
-
2051
- #: wpf-includes/wpf-phrases.php:465
2052
- msgid "Permission denied for delete forum"
2053
- msgstr ""
2054
-
2055
- #: wpf-includes/wpf-phrases.php:466
2056
- msgid "Permission denied for edit forum"
2057
- msgstr ""
2058
-
2059
- #: wpf-includes/wpf-phrases.php:467
2060
- msgid "Permission denied for this action"
2061
- msgstr ""
2062
-
2063
- #: wpf-includes/wpf-phrases.php:468
2064
- msgid "Phrase add error"
2065
- msgstr ""
2066
-
2067
- #: wpf-includes/wpf-phrases.php:469
2068
- msgid "Phrase adding error"
2069
- msgstr ""
2070
-
2071
- #: wpf-includes/wpf-phrases.php:470
2072
- msgid "Phrase successfully added"
2073
- msgstr ""
2074
-
2075
- #: wpf-includes/wpf-phrases.php:471
2076
- msgid "Phrase successfully updates"
2077
- msgstr ""
2078
-
2079
- #: wpf-includes/wpf-phrases.php:472
2080
- msgid "Phrase update error"
2081
- msgstr ""
2082
-
2083
- #: wpf-includes/wpf-phrases.php:473
2084
- msgid "Please insert required fields!"
2085
- msgstr ""
2086
-
2087
- #: wpf-includes/wpf-phrases.php:474
2088
- msgid "Post delete error"
2089
- msgstr ""
2090
-
2091
- #: wpf-includes/wpf-phrases.php:475
2092
- msgid "Post options successfully updated"
2093
- msgstr ""
2094
-
2095
- #: wpf-includes/wpf-phrases.php:476
2096
- msgid "Post options successfully updated, but previous value not changed"
2097
- msgstr ""
2098
-
2099
- #: wpf-includes/wpf-phrases.php:477
2100
- msgid "Registration Error"
2101
- msgstr ""
2102
-
2103
- #: wpf-includes/wpf-phrases.php:478
2104
- msgid "Reply request error"
2105
- msgstr ""
2106
-
2107
- #: wpf-includes/wpf-phrases.php:479
2108
- msgid "Something wrong with profile data."
2109
- msgstr ""
2110
-
2111
- #: wpf-includes/wpf-phrases.php:480
2112
- msgid "Subscribe options successfully updated"
2113
- msgstr ""
2114
-
2115
- #: wpf-includes/wpf-phrases.php:481
2116
- msgid "Subscribe options successfully updated, but previous value not changed"
2117
- msgstr ""
2118
-
2119
- #: wpf-includes/wpf-phrases.php:482
2120
- msgid "Success! Thank you Dear Friend"
2121
- msgstr ""
2122
-
2123
- #: wpf-includes/wpf-phrases.php:483
2124
- msgid ""
2125
- "Success! Thank you. Please check your email and click confirmation link "
2126
- "below to complete this step."
2127
- msgstr ""
2128
-
2129
- #: wpf-includes/wpf-phrases.php:484
2130
- msgid "Successfully updated"
2131
- msgstr ""
2132
-
2133
- #: wpf-includes/wpf-phrases.php:485
2134
- msgid "Successfully voted"
2135
- msgstr ""
2136
-
2137
- #: wpf-includes/wpf-phrases.php:486
2138
- msgid "The uploaded file size is too big"
2139
- msgstr ""
2140
-
2141
- #: wpf-includes/wpf-phrases.php:487
2142
- msgid "Theme options successfully updated"
2143
- msgstr ""
2144
-
2145
- #: wpf-includes/wpf-phrases.php:488
2146
- msgid "Theme options successfully updated, but previous value not changed"
2147
- msgstr ""
2148
-
2149
- #: wpf-includes/wpf-phrases.php:489
2150
- msgid "This email address is already registered. Please insert another."
2151
- msgstr ""
2152
-
2153
- #: wpf-includes/wpf-phrases.php:490
2154
- msgid "This post successfully deleted"
2155
- msgstr ""
2156
-
2157
- #: wpf-includes/wpf-phrases.php:491
2158
- msgid "This post successfully edited"
2159
- msgstr ""
2160
-
2161
- #: wpf-includes/wpf-phrases.php:492
2162
- msgid "This topic successfully deleted"
2163
- msgstr ""
2164
-
2165
- #: wpf-includes/wpf-phrases.php:493
2166
- msgid "Topic Move Error"
2167
- msgstr ""
2168
-
2169
- #: wpf-includes/wpf-phrases.php:494
2170
- msgid "Topic add error"
2171
- msgstr ""
2172
-
2173
- #: wpf-includes/wpf-phrases.php:495
2174
- msgid "Topic delete error"
2175
- msgstr ""
2176
-
2177
- #: wpf-includes/wpf-phrases.php:496
2178
- msgid "Topic edit error"
2179
- msgstr ""
2180
-
2181
- #: wpf-includes/wpf-phrases.php:497
2182
- msgid "Topic not found."
2183
- msgstr ""
2184
-
2185
- #: wpf-includes/wpf-phrases.php:498
2186
- msgid "Topic successfully moved"
2187
- msgstr ""
2188
-
2189
- #: wpf-includes/wpf-phrases.php:499
2190
- msgid "Topic successfully updated"
2191
- msgstr ""
2192
-
2193
- #: wpf-includes/wpf-phrases.php:500
2194
- msgid "Topics delete error"
2195
- msgstr ""
2196
-
2197
- #: wpf-includes/wpf-phrases.php:501
2198
- msgid "User delete error"
2199
- msgstr ""
2200
-
2201
- #: wpf-includes/wpf-phrases.php:502
2202
- msgid "User group add error"
2203
- msgstr ""
2204
-
2205
- #: wpf-includes/wpf-phrases.php:503
2206
- msgid "User group edit error"
2207
- msgstr ""
2208
-
2209
- #: wpf-includes/wpf-phrases.php:504
2210
- msgid "User group successfully added"
2211
- msgstr ""
2212
-
2213
- #: wpf-includes/wpf-phrases.php:505
2214
- msgid "User group successfully edited"
2215
- msgstr ""
2216
-
2217
- #: wpf-includes/wpf-phrases.php:506
2218
- msgid "User successfully deleted from wpforo"
2219
- msgstr ""
2220
-
2221
- #: wpf-includes/wpf-phrases.php:507
2222
- msgid "Username exists. Please insert another."
2223
- msgstr ""
2224
-
2225
- #: wpf-includes/wpf-phrases.php:508
2226
- msgid "Username is missed."
2227
- msgstr ""
2228
-
2229
- #: wpf-includes/wpf-phrases.php:509
2230
- msgid "Username length must be between 3 characters and 15 characters."
2231
- msgstr ""
2232
-
2233
- #: wpf-includes/wpf-phrases.php:510
2234
- msgid "Welcome to our Community!"
2235
- msgstr ""
2236
-
2237
- #: wpf-includes/wpf-phrases.php:511
2238
- msgid "Wrong post data"
2239
- msgstr ""
2240
-
2241
- #: wpf-includes/wpf-phrases.php:512
2242
- msgid "You are already voted this post"
2243
- msgstr ""
2244
-
2245
- #: wpf-includes/wpf-phrases.php:513
2246
- msgid "You have been successfully subscribed"
2247
- msgstr ""
2248
-
2249
- #: wpf-includes/wpf-phrases.php:514
2250
- msgid "You have been successfully unsubscribed"
2251
- msgstr ""
2252
-
2253
- #: wpf-includes/wpf-phrases.php:515
2254
- msgid "You have no permission to edit this topic"
2255
- msgstr ""
2256
-
2257
- #: wpf-includes/wpf-phrases.php:516
2258
- msgid "You haven't permission to create post into this forum"
2259
- msgstr ""
2260
-
2261
- #: wpf-includes/wpf-phrases.php:517
2262
- msgid "You haven't permission to create topic into this forum"
2263
- msgstr ""
2264
-
2265
- #: wpf-includes/wpf-phrases.php:518
2266
- msgid "You haven't permission to delete post from this forum"
2267
- msgstr ""
2268
-
2269
- #: wpf-includes/wpf-phrases.php:519
2270
- msgid "You haven't permission to delete topic from this forum"
2271
- msgstr ""
2272
-
2273
- #: wpf-includes/wpf-phrases.php:520
2274
- msgid "You haven't permission to edit post from this forum"
2275
- msgstr ""
2276
-
2277
- #: wpf-includes/wpf-phrases.php:521
2278
- msgid "You successfully replied"
2279
- msgstr ""
2280
-
2281
- #: wpf-includes/wpf-phrases.php:522
2282
- msgid "Your forum successfully added"
2283
- msgstr ""
2284
-
2285
- #: wpf-includes/wpf-phrases.php:523
2286
- msgid "Your forum successfully deleted"
2287
- msgstr ""
2288
-
2289
- #: wpf-includes/wpf-phrases.php:524
2290
- msgid "Your profile data have been successfully updated."
2291
- msgstr ""
2292
-
2293
- #: wpf-includes/wpf-phrases.php:525
2294
- msgid "Your subscription for this item could not be confirmed"
2295
- msgstr ""
2296
-
2297
- #: wpf-includes/wpf-phrases.php:526
2298
- msgid "Your topic successfully added"
2299
- msgstr ""
2300
-
2301
- #. Plugin Name of the plugin/theme
2302
- msgid "Forum - wpForo"
2303
- msgstr ""
2304
-
2305
- #. Plugin URI of the plugin/theme
2306
- msgid "http://wpforo.com"
2307
- msgstr ""
2308
-
2309
- #. Description of the plugin/theme
2310
- msgid ""
2311
- "Next Generation of WordPress Forum Softwares. Everything you need to run an "
2312
- "efficient and professional community. Powerful and beautiful bulletin board "
2313
- "with unique features."
2314
- msgstr ""
2315
-
2316
- #. Author of the plugin/theme
2317
- msgid "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
2318
- msgstr ""
2319
-
2320
- #. Author URI of the plugin/theme
2321
- msgid "http://gvectors.com/"
2322
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
wpf-languages/wpforo-hy_AM.mo DELETED
Binary file
wpf-languages/wpforo-hy_AM.po DELETED
@@ -1,2322 +0,0 @@
1
- # Copyright (C) 2016 gVectors Team
2
- # This file is distributed under the same license as the wpForo package.
3
- msgid ""
4
- msgstr ""
5
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
6
- "Project-Id-Version: Forum - wpForo\n"
7
- "POT-Creation-Date: 2016-06-30 16:31+0400\n"
8
- "PO-Revision-Date: 2016-06-30 16:31+0400\n"
9
- "Language-Team: \n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 1.8.6\n"
14
- "X-Poedit-Basepath: ..\n"
15
- "X-Poedit-WPHeader: wpforo.php\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
18
- "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
19
- "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
20
- "Last-Translator: \n"
21
- "Language: hy_AM\n"
22
- "X-Poedit-SearchPath-0: .\n"
23
- "X-Poedit-SearchPathExcluded-0: *.js\n"
24
-
25
- #: wpf-admin/dashboard.php:7 wpf-includes/wpf-phrases.php:403
26
- msgid "wpForo Dashboard"
27
- msgstr ""
28
-
29
- #: wpf-admin/dashboard.php:23 wpf-includes/wpf-phrases.php:356
30
- msgid "Welcome Message"
31
- msgstr ""
32
-
33
- #: wpf-admin/dashboard.php:29
34
- msgid ""
35
- "Thank you for trying wpForo! This forum development was started on 2013 and "
36
- "we were using it for our support community. Now it's ready for WordPress "
37
- "community as well. \n"
38
- " It's on the Beta stage and we're working "
39
- "hard to reach the Gold 1.0.0 version as soon as possible. \n"
40
- " wpForo is a professional bulletin board "
41
- "for WorPress, and the only forum software which comes with Multi-layout "
42
- "template system.\n"
43
- " The \"Extended\", \"Simplified\" and "
44
- "\"Question &amp Answer\" layouts fit almost all type of discussions needs. "
45
- "You can use wpForo for small and extremely large communities. \n"
46
- " <br />If you found some issue or bug "
47
- "please open a support topic in plugin page or in our support forum at "
48
- "gVectors.com. If you liked wpForo please leave some good review for this "
49
- "plugin. We really need your good reviews. \n"
50
- " If you didn't like wpForo please leave a "
51
- "list of issues and requirements you'd like us to fix and add in near future. "
52
- "We're here to help you and improve wpForo as much as possible."
53
- msgstr ""
54
-
55
- #: wpf-admin/dashboard.php:60 wpf-includes/wpf-phrases.php:128
56
- msgid "General Information"
57
- msgstr ""
58
-
59
- #: wpf-admin/dashboard.php:64 wpf-includes/wpf-phrases.php:363
60
- msgid "You are currently running"
61
- msgstr ""
62
-
63
- #: wpf-admin/dashboard.php:65 wpf-includes/wpf-phrases.php:18
64
- msgid "Active Theme"
65
- msgstr ""
66
-
67
- #: wpf-admin/dashboard.php:66 wpf-includes/wpf-phrases.php:408
68
- msgid "wpForo Website"
69
- msgstr ""
70
-
71
- #: wpf-admin/dashboard.php:67 wpf-includes/wpf-phrases.php:316
72
- msgid "Support Forum"
73
- msgstr ""
74
-
75
- #: wpf-admin/dashboard.php:78 wpf-includes/wpf-phrases.php:286
76
- msgid "Server Information"
77
- msgstr ""
78
-
79
- #: wpf-admin/dashboard.php:108 wpf-includes/wpf-phrases.php:46
80
- msgid "Available"
81
- msgstr ""
82
-
83
- #: wpf-admin/dashboard.php:108 wpf-includes/wpf-phrases.php:205
84
- msgid "Not available"
85
- msgstr ""
86
-
87
- #: wpf-admin/dashboard.php:126 wpf-includes/wpf-phrases.php:49
88
- msgid "Board Statistic"
89
- msgstr ""
90
-
91
- #: wpf-admin/dashboard.php:132 wpf-admin/options.php:14
92
- #: wpf-includes/wpf-phrases.php:121
93
- msgid "Forums"
94
- msgstr ""
95
-
96
- #: wpf-admin/dashboard.php:136 wpf-includes/class-forums.php:537
97
- #: wpf-includes/wpf-phrases.php:334
98
- msgid "Topics"
99
- msgstr ""
100
-
101
- #: wpf-admin/dashboard.php:140 wpf-includes/class-forums.php:537
102
- #: wpf-includes/wpf-phrases.php:229
103
- msgid "Posts"
104
- msgstr ""
105
-
106
- #: wpf-admin/dashboard.php:144 wpf-admin/member.php:10 wpf-admin/options.php:17
107
- #: wpf-includes/wpf-phrases.php:175
108
- msgid "Members"
109
- msgstr ""
110
-
111
- #: wpf-admin/dashboard.php:148 wpf-includes/wpf-phrases.php:176
112
- msgid "Members Online"
113
- msgstr ""
114
-
115
- #: wpf-admin/dashboard.php:155 wpf-includes/wpf-phrases.php:44
116
- msgid "Attachments"
117
- msgstr ""
118
-
119
- #: wpf-admin/dashboard.php:159 wpf-includes/wpf-phrases.php:45
120
- msgid "Attachments Size"
121
- msgstr ""
122
-
123
- #: wpf-admin/forum.php:13 wpf-includes/functions.php:548
124
- #: wpf-includes/wpf-phrases.php:298
125
- msgid "Show on screen"
126
- msgstr ""
127
-
128
- #: wpf-admin/forum.php:15 wpf-admin/forum.php:114
129
- #: wpf-includes/wpf-phrases.php:111
130
- msgid "Forum Options"
131
- msgstr ""
132
-
133
- #: wpf-admin/forum.php:16 wpf-includes/wpf-phrases.php:220
134
- msgid "Permissions"
135
- msgstr ""
136
-
137
- #: wpf-admin/forum.php:17 wpf-includes/wpf-phrases.php:303
138
- msgid "Slug"
139
- msgstr ""
140
-
141
- #: wpf-admin/forum.php:18 wpf-includes/wpf-phrases.php:110
142
- msgid "Forum Meta"
143
- msgstr ""
144
-
145
- #: wpf-admin/forum.php:21 wpf-includes/wpf-phrases.php:270
146
- msgid "Screen Layout"
147
- msgstr ""
148
-
149
- #: wpf-admin/forum.php:22 wpf-includes/wpf-phrases.php:206
150
- msgid "Number of Columns"
151
- msgstr ""
152
-
153
- #: wpf-admin/forum.php:32 wpf-includes/functions.php:562
154
- #: wpf-includes/wpf-phrases.php:271
155
- msgid "Screen Options"
156
- msgstr ""
157
-
158
- #: wpf-admin/forum.php:43 wpf-includes/wpf-phrases.php:51
159
- msgid "Categories and Forums"
160
- msgstr ""
161
-
162
- #: wpf-admin/forum.php:44 wpf-admin/options-tabs/general.php:42
163
- #: wpf-admin/themes.php:10 wpf-admin/usergroup.php:8
164
- #: wpf-includes/wpf-phrases.php:20
165
- msgid "Add New"
166
- msgstr ""
167
-
168
- #: wpf-admin/forum.php:55 wpf-includes/wpf-phrases.php:222
169
- msgid "Please drag and drop forum panels to set parent-child hierarchy."
170
- msgstr ""
171
-
172
- #: wpf-admin/forum.php:69 wpf-includes/wpf-phrases.php:269
173
- msgid "Save forums order and hierarchy"
174
- msgstr ""
175
-
176
- #: wpf-admin/forum.php:96 wpf-includes/wpf-phrases.php:85
177
- msgid "Enter forum title here"
178
- msgstr ""
179
-
180
- #: wpf-admin/forum.php:101 wpf-includes/wpf-phrases.php:84
181
- msgid "Enter description here . . ."
182
- msgstr ""
183
-
184
- #: wpf-admin/forum.php:102 wpf-includes/wpf-phrases.php:326
185
- msgid ""
186
- "This is a forum description. This content will be displayed under forum "
187
- "title on the forum list."
188
- msgstr ""
189
-
190
- #: wpf-admin/forum.php:117 wpf-includes/wpf-phrases.php:218
191
- msgid "Parent Forum"
192
- msgstr ""
193
-
194
- #: wpf-admin/forum.php:120 wpf-includes/wpf-phrases.php:201
195
- msgid "No parent"
196
- msgstr ""
197
-
198
- #: wpf-admin/forum.php:125 wpf-includes/wpf-phrases.php:342
199
- msgid "Use as Category"
200
- msgstr ""
201
-
202
- #: wpf-admin/forum.php:127 wpf-includes/wpf-phrases.php:52
203
- msgid "Category Layout"
204
- msgstr ""
205
-
206
- #: wpf-admin/forum.php:137 wpf-includes/wpf-phrases.php:199
207
- msgid "No layout found."
208
- msgstr ""
209
-
210
- #: wpf-admin/forum.php:146 wpf-admin/forum.php:153
211
- #: wpf-includes/wpf-phrases.php:231
212
- msgid "Publish"
213
- msgstr ""
214
-
215
- #: wpf-admin/forum.php:150 wpf-includes/wpf-phrases.php:37
216
- msgid "Are you sure you want to delete this forum?"
217
- msgstr ""
218
-
219
- #: wpf-admin/forum.php:150 wpf-admin/themes.php:73 wpf-admin/usergroup.php:37
220
- #: wpf-admin/usergroup.php:133 wpf-includes/functions.php:256
221
- #: wpf-includes/functions.php:469 wpf-includes/wpf-hooks.php:807
222
- #: wpf-includes/wpf-phrases.php:65
223
- msgid "Delete"
224
- msgstr ""
225
-
226
- #: wpf-admin/forum.php:151 wpf-admin/usergroup.php:39
227
- #: wpf-includes/class-forums.php:543 wpf-includes/wpf-phrases.php:350
228
- msgid "View"
229
- msgstr ""
230
-
231
- #: wpf-admin/forum.php:221 wpf-includes/wpf-phrases.php:116
232
- msgid "Forum Slug"
233
- msgstr ""
234
-
235
- #: wpf-admin/forum.php:224 wpf-includes/wpf-phrases.php:319
236
- msgid ""
237
- "The \"slug\" is the URL-friendly version of the name. It is usually all "
238
- "lowercase and contains only letters, numbers, and hyphens."
239
- msgstr ""
240
-
241
- #: wpf-admin/forum.php:230 wpf-includes/wpf-phrases.php:114
242
- msgid "Forum SEO"
243
- msgstr ""
244
-
245
- #: wpf-admin/forum.php:233 wpf-includes/wpf-phrases.php:180
246
- msgid "Meta Description"
247
- msgstr ""
248
-
249
- #: wpf-admin/forum.php:262 wpf-includes/wpf-phrases.php:325
250
- msgid "This action will also delete all sub-forums, topics and replies."
251
- msgstr ""
252
-
253
- #: wpf-admin/forum.php:270 wpf-includes/wpf-phrases.php:135
254
- msgid ""
255
- "If you want to delete this forum and keep its sub-forums, topics and "
256
- "replies, please select a new target forum in dropdown below"
257
- msgstr ""
258
-
259
- #: wpf-admin/forum.php:279 wpf-includes/wpf-phrases.php:26
260
- msgid ""
261
- "All sub-forums, topics and replies will be attached to selected forum. "
262
- "Layout will be inherited from this forum."
263
- msgstr ""
264
-
265
- #: wpf-admin/options-tabs/accesses.php:9 wpf-includes/wpf-phrases.php:21
266
- msgid "Add New Forum Access"
267
- msgstr ""
268
-
269
- #: wpf-admin/options-tabs/accesses.php:13 wpf-includes/wpf-phrases.php:15
270
- msgid "Access names"
271
- msgstr ""
272
-
273
- #: wpf-admin/options-tabs/accesses.php:27 wpf-includes/class-forums.php:539
274
- #: wpf-includes/wpf-phrases.php:376
275
- msgid "edit"
276
- msgstr ""
277
-
278
- #: wpf-admin/options-tabs/accesses.php:28 wpf-includes/wpf-phrases.php:39
279
- msgid ""
280
- "Are you sure you want to remove this access set? Usergroups which attached "
281
- "to this access will lost all forum permissions."
282
- msgstr ""
283
-
284
- #: wpf-admin/options-tabs/accesses.php:28 wpf-includes/class-forums.php:541
285
- #: wpf-includes/wpf-phrases.php:375
286
- msgid "delete"
287
- msgstr ""
288
-
289
- #: wpf-admin/options-tabs/accesses.php:42 wpf-includes/wpf-phrases.php:14
290
- msgid "Access name"
291
- msgstr ""
292
-
293
- #: wpf-admin/options-tabs/accesses.php:62 wpf-includes/wpf-phrases.php:267
294
- msgid "Save"
295
- msgstr ""
296
-
297
- #: wpf-admin/options-tabs/accesses.php:62 wpf-includes/wpf-phrases.php:339
298
- msgid "Update"
299
- msgstr ""
300
-
301
- #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:291
302
- msgid "Show Admin Bar for Members"
303
- msgstr ""
304
-
305
- #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:328
306
- msgid "This option doesn't affect website admins."
307
- msgstr ""
308
-
309
- #: wpf-admin/options-tabs/features.php:10 wpf-includes/wpf-phrases.php:293
310
- msgid "Show Forum Page Title"
311
- msgstr ""
312
-
313
- #: wpf-admin/options-tabs/features.php:11 wpf-includes/wpf-phrases.php:296
314
- msgid "Show Top/Menu Bar"
315
- msgstr ""
316
-
317
- #: wpf-admin/options-tabs/features.php:12 wpf-includes/wpf-phrases.php:295
318
- msgid "Show Top Search"
319
- msgstr ""
320
-
321
- #: wpf-admin/options-tabs/features.php:13 wpf-includes/wpf-phrases.php:292
322
- msgid "Show Breadcrumb"
323
- msgstr ""
324
-
325
- #: wpf-admin/options-tabs/features.php:14 wpf-includes/wpf-phrases.php:294
326
- msgid "Show Forum Statistic"
327
- msgstr ""
328
-
329
- #: wpf-admin/options-tabs/features.php:15 wpf-includes/wpf-phrases.php:254
330
- msgid "Replace Author Link to Forum Profile"
331
- msgstr ""
332
-
333
- #: wpf-admin/options-tabs/features.php:16 wpf-includes/wpf-phrases.php:255
334
- msgid "Replace Comment Author Link to Forum Profile"
335
- msgstr ""
336
-
337
- #: wpf-admin/options-tabs/features.php:17 wpf-includes/wpf-phrases.php:257
338
- msgid "Replace Registration Page URL to Forum URL"
339
- msgstr ""
340
-
341
- #: wpf-admin/options-tabs/features.php:18 wpf-includes/wpf-phrases.php:256
342
- msgid "Replace Login Page URL to Forum URL"
343
- msgstr ""
344
-
345
- #: wpf-admin/options-tabs/features.php:19 wpf-includes/wpf-phrases.php:253
346
- msgid "Replace Author Avatar with Forum Profile Avatar"
347
- msgstr ""
348
-
349
- #: wpf-admin/options-tabs/features.php:20 wpf-includes/wpf-phrases.php:76
350
- msgid "Enable Avatars"
351
- msgstr ""
352
-
353
- #: wpf-admin/options-tabs/features.php:21 wpf-includes/wpf-phrases.php:77
354
- msgid "Enable Custom Avatars"
355
- msgstr ""
356
-
357
- #: wpf-admin/options-tabs/features.php:22 wpf-includes/wpf-phrases.php:31
358
- msgid "Allow Member Signature"
359
- msgstr ""
360
-
361
- #: wpf-admin/options-tabs/features.php:23 wpf-includes/wpf-phrases.php:79
362
- msgid "Enable Member Rating"
363
- msgstr ""
364
-
365
- #: wpf-admin/options-tabs/features.php:24 wpf-includes/wpf-phrases.php:80
366
- msgid "Enable Member Rating Titles"
367
- msgstr ""
368
-
369
- #: wpf-admin/options-tabs/features.php:25 wpf-includes/wpf-phrases.php:78
370
- msgid "Enable Member Cashe"
371
- msgstr ""
372
-
373
- #: wpf-admin/options-tabs/features.php:26 wpf-includes/wpf-phrases.php:83
374
- msgid "Enable wpForo SEO for Meta Titles"
375
- msgstr ""
376
-
377
- #: wpf-admin/options-tabs/features.php:27 wpf-includes/wpf-phrases.php:82
378
- msgid "Enable wpForo SEO for Meta Tags"
379
- msgstr ""
380
-
381
- #: wpf-admin/options-tabs/features.php:28 wpf-includes/wpf-phrases.php:81
382
- msgid "Enable wpForo Font-Awesome Lib"
383
- msgstr ""
384
-
385
- #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:132
386
- msgid "Help wpForo to grow, show plugin info"
387
- msgstr ""
388
-
389
- #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:223
390
- msgid ""
391
- "Please enable this option to help wpForo get more popularity as your thank "
392
- "to the hard work we do for you totally free. This option adds a very small "
393
- "icon in forum footer, which will allow your site visitors recognize the name "
394
- "of forum solution you use."
395
- msgstr ""
396
-
397
- #: wpf-admin/options-tabs/features.php:46 wpf-includes/wpf-phrases.php:361
398
- msgid "Yes"
399
- msgstr ""
400
-
401
- #: wpf-admin/options-tabs/features.php:47 wpf-includes/wpf-phrases.php:193
402
- msgid "No"
403
- msgstr ""
404
-
405
- #: wpf-admin/options-tabs/features.php:57 wpf-admin/options-tabs/forums.php:16
406
- #: wpf-admin/options-tabs/general.php:49 wpf-admin/options-tabs/members.php:86
407
- #: wpf-admin/options-tabs/posts.php:57 wpf-admin/options-tabs/styles.php:46
408
- #: wpf-admin/options-tabs/subscriptions.php:75 wpf-includes/wpf-phrases.php:340
409
- msgid "Update Options"
410
- msgstr ""
411
-
412
- #: wpf-admin/options-tabs/general.php:14 wpf-includes/wpf-phrases.php:119
413
- msgid "Forum Title"
414
- msgstr ""
415
-
416
- #: wpf-admin/options-tabs/general.php:18 wpf-includes/wpf-phrases.php:106
417
- msgid "Forum Description"
418
- msgstr ""
419
-
420
- #: wpf-admin/options-tabs/general.php:22 wpf-includes/wpf-phrases.php:105
421
- msgid "Forum Base URL"
422
- msgstr ""
423
-
424
- #: wpf-admin/options-tabs/general.php:27 wpf-includes/wpf-phrases.php:63
425
- msgid "Dashboard Menu Position"
426
- msgstr ""
427
-
428
- #: wpf-admin/options-tabs/general.php:28 wpf-includes/wpf-phrases.php:320
429
- msgid "The position in the menu order wpForo should appear."
430
- msgstr ""
431
-
432
- #: wpf-admin/options-tabs/general.php:29 wpf-includes/wpf-phrases.php:344
433
- msgid ""
434
- "Use greater than 5 - below Posts, 10 - below Media, 15 - below Links, 20 - "
435
- "below Pages, 25 - below comments, 60 - below first separator, 65 - below "
436
- "Plugins, 70 - below Users, 75 - below Tools, 80 - below Settings, 100 - "
437
- "below second separator"
438
- msgstr ""
439
-
440
- #: wpf-admin/options-tabs/general.php:37 wpf-includes/wpf-phrases.php:108
441
- msgid "Forum Language"
442
- msgstr ""
443
-
444
- #: wpf-admin/options-tabs/general.php:61 wpf-includes/wpf-phrases.php:142
445
- msgid "Language XML file"
446
- msgstr ""
447
-
448
- #: wpf-admin/options-tabs/general.php:70 wpf-includes/wpf-phrases.php:22
449
- msgid "Add New Language"
450
- msgstr ""
451
-
452
- #: wpf-admin/options-tabs/members.php:13 wpf-includes/wpf-phrases.php:214
453
- msgid "Online status timeout"
454
- msgstr ""
455
-
456
- #: wpf-admin/options-tabs/members.php:16 wpf-admin/options-tabs/posts.php:19
457
- #: wpf-admin/options-tabs/posts.php:23 wpf-admin/options-tabs/posts.php:31
458
- #: wpf-admin/options-tabs/posts.php:35 wpf-includes/wpf-phrases.php:385
459
- msgid "minutes"
460
- msgstr ""
461
-
462
- #: wpf-admin/options-tabs/members.php:20 wpf-includes/wpf-phrases.php:177
463
- msgid "Members URL structure"
464
- msgstr ""
465
-
466
- #: wpf-admin/options-tabs/members.php:30 wpf-includes/wpf-phrases.php:61
467
- msgid "Custom Authorisation URLs"
468
- msgstr ""
469
-
470
- #: wpf-admin/options-tabs/members.php:41 wpf-includes/wpf-phrases.php:160
471
- msgid "Login URL"
472
- msgstr ""
473
-
474
- #: wpf-admin/options-tabs/members.php:42 wpf-includes/wpf-phrases.php:249
475
- msgid "Register URL"
476
- msgstr ""
477
-
478
- #: wpf-admin/options-tabs/members.php:43 wpf-includes/wpf-phrases.php:162
479
- msgid "Lost Password URL"
480
- msgstr ""
481
-
482
- #: wpf-admin/options-tabs/members.php:49 wpf-includes/wpf-phrases.php:172
483
- msgid "Member Reputation"
484
- msgstr ""
485
-
486
- #: wpf-admin/options-tabs/members.php:57 wpf-includes/wpf-phrases.php:244
487
- msgid "Rating Level"
488
- msgstr ""
489
-
490
- #: wpf-admin/options-tabs/members.php:58 wpf-includes/wpf-phrases.php:181
491
- msgid "Min Number of Posts"
492
- msgstr ""
493
-
494
- #: wpf-admin/options-tabs/members.php:59 wpf-includes/wpf-phrases.php:173
495
- msgid "Member Title"
496
- msgstr ""
497
-
498
- #: wpf-admin/options-tabs/members.php:60 wpf-includes/wpf-phrases.php:290
499
- msgid "Short Badge"
500
- msgstr ""
501
-
502
- #: wpf-admin/options-tabs/members.php:61 wpf-includes/wpf-phrases.php:126
503
- msgid "Full Badge"
504
- msgstr ""
505
-
506
- #: wpf-admin/options-tabs/members.php:62 wpf-includes/wpf-phrases.php:242
507
- msgid "Rating Color"
508
- msgstr ""
509
-
510
- #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:243
511
- msgid "Rating Icon"
512
- msgstr ""
513
-
514
- #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:183
515
- msgid "More"
516
- msgstr ""
517
-
518
- #: wpf-admin/options-tabs/members.php:68 wpf-includes/wpf-phrases.php:156
519
- msgid "Level"
520
- msgstr ""
521
-
522
- #: wpf-admin/options-tabs/members.php:69 wpf-includes/wpf-phrases.php:208
523
- msgid "Number of Posts"
524
- msgstr ""
525
-
526
- #: wpf-admin/options-tabs/members.php:70 wpf-includes/wpf-phrases.php:62
527
- msgid "Custom Title"
528
- msgstr ""
529
-
530
- #: wpf-admin/options-tabs/members.php:73 wpf-includes/wpf-phrases.php:56
531
- msgid "Color"
532
- msgstr ""
533
-
534
- #: wpf-admin/options-tabs/members.php:74 wpf-includes/wpf-phrases.php:48
535
- msgid "Badge Icon"
536
- msgstr ""
537
-
538
- #: wpf-admin/options-tabs/plugins.php:9
539
- msgid ""
540
- "Thank you for using wpForo. wpForo is a premium forum plugin which will "
541
- "always be available for free. There will never be paid and pro versions of "
542
- "this forum board. However this is a very large and hard project so we also "
543
- "develop paid addons (extensions), which will financially help us to keep "
544
- "improving and adding new features to the free wpForo plugin. Forum addons "
545
- "will also be actively developed. The first addons \"Advanced Media Uploader"
546
- "\", \"Polls\", \"Private Messages\" and \"Ad Manager\" will be available "
547
- "very soon. Once you got some addon and activated that, you will find "
548
- "settings in vertical subTabs here."
549
- msgstr ""
550
-
551
- #: wpf-admin/options-tabs/posts.php:14 wpf-includes/wpf-phrases.php:210
552
- msgid "Number of Topics per Page"
553
- msgstr ""
554
-
555
- #: wpf-admin/options-tabs/posts.php:18 wpf-includes/wpf-phrases.php:30
556
- msgid "Allow Edit Own Topic for"
557
- msgstr ""
558
-
559
- #: wpf-admin/options-tabs/posts.php:22 wpf-includes/wpf-phrases.php:27
560
- msgid "Allow Delete Own Topic for"
561
- msgstr ""
562
-
563
- #: wpf-admin/options-tabs/posts.php:26 wpf-includes/wpf-phrases.php:209
564
- msgid "Number of Posts per Page"
565
- msgstr ""
566
-
567
- #: wpf-admin/options-tabs/posts.php:30 wpf-includes/wpf-phrases.php:29
568
- msgid "Allow Edit Own Post for"
569
- msgstr ""
570
-
571
- #: wpf-admin/options-tabs/posts.php:34 wpf-includes/wpf-phrases.php:28
572
- msgid "Allow Delete Own post for"
573
- msgstr ""
574
-
575
- #: wpf-admin/options-tabs/posts.php:40 wpf-includes/wpf-phrases.php:167
576
- msgid "Maximum upload file size"
577
- msgstr ""
578
-
579
- #: wpf-admin/options-tabs/posts.php:41 wpf-includes/wpf-phrases.php:365
580
- msgid ""
581
- "You can not set this value more than \"upload_max_filesize\" and "
582
- "\"post_max_size\". If you want to increase server parameters please contact "
583
- "to your hosting service support."
584
- msgstr ""
585
-
586
- #: wpf-admin/options-tabs/posts.php:44 wpf-includes/wpf-phrases.php:164
587
- msgid "MB"
588
- msgstr ""
589
-
590
- #: wpf-admin/options-tabs/posts.php:47 wpf-includes/wpf-phrases.php:285
591
- msgid "Server \"upload_max_filesize\" is "
592
- msgstr ""
593
-
594
- #: wpf-admin/options-tabs/posts.php:48 wpf-includes/wpf-phrases.php:284
595
- msgid "Server \"post_max_size\" is "
596
- msgstr ""
597
-
598
- #: wpf-admin/options-tabs/subscriptions.php:13 wpf-includes/wpf-phrases.php:124
599
- msgid "From Name"
600
- msgstr ""
601
-
602
- #: wpf-admin/options-tabs/subscriptions.php:17 wpf-includes/wpf-phrases.php:123
603
- msgid "From Email Address"
604
- msgstr ""
605
-
606
- #: wpf-admin/options-tabs/subscriptions.php:22 wpf-includes/wpf-phrases.php:104
607
- msgid "Forum Admin Email Addresses"
608
- msgstr ""
609
-
610
- #: wpf-admin/options-tabs/subscriptions.php:23 wpf-includes/wpf-phrases.php:57
611
- msgid ""
612
- "Comma separated email addresses of forum administrators to get forum "
613
- "notifications. For example post report messages."
614
- msgstr ""
615
-
616
- #: wpf-admin/options-tabs/subscriptions.php:29 wpf-includes/wpf-phrases.php:314
617
- msgid "Subscription Emails"
618
- msgstr ""
619
-
620
- #: wpf-admin/options-tabs/subscriptions.php:33 wpf-includes/wpf-phrases.php:311
621
- msgid "Subscribe confirmation email subject"
622
- msgstr ""
623
-
624
- #: wpf-admin/options-tabs/subscriptions.php:37 wpf-includes/wpf-phrases.php:310
625
- msgid "Subscribe confirmation email message"
626
- msgstr ""
627
-
628
- #: wpf-admin/options-tabs/subscriptions.php:41 wpf-includes/wpf-phrases.php:192
629
- msgid "New topic notification email subject"
630
- msgstr ""
631
-
632
- #: wpf-admin/options-tabs/subscriptions.php:45 wpf-includes/wpf-phrases.php:191
633
- msgid "New topic notification email message"
634
- msgstr ""
635
-
636
- #: wpf-admin/options-tabs/subscriptions.php:49 wpf-includes/wpf-phrases.php:190
637
- msgid "New reply notification email subject"
638
- msgstr ""
639
-
640
- #: wpf-admin/options-tabs/subscriptions.php:53 wpf-includes/wpf-phrases.php:189
641
- msgid "New reply notification email message"
642
- msgstr ""
643
-
644
- #: wpf-admin/options-tabs/subscriptions.php:58 wpf-includes/wpf-phrases.php:224
645
- msgid "Post Reporting Emails"
646
- msgstr ""
647
-
648
- #: wpf-admin/options-tabs/subscriptions.php:59 wpf-includes/wpf-phrases.php:327
649
- msgid "This message comes from post reporting pop-up form."
650
- msgstr ""
651
-
652
- #: wpf-admin/options-tabs/subscriptions.php:64 wpf-includes/wpf-phrases.php:263
653
- msgid "Report message subject"
654
- msgstr ""
655
-
656
- #: wpf-admin/options-tabs/subscriptions.php:69 wpf-includes/wpf-phrases.php:262
657
- msgid "Report message body"
658
- msgstr ""
659
-
660
- #: wpf-admin/options.php:8 wpf-includes/wpf-phrases.php:115
661
- msgid "Forum Settings"
662
- msgstr ""
663
-
664
- #: wpf-admin/options.php:13 wpf-includes/wpf-phrases.php:127
665
- msgid "General"
666
- msgstr ""
667
-
668
- #: wpf-admin/options.php:15 wpf-includes/wpf-phrases.php:103
669
- msgid "Forum Accesses"
670
- msgstr ""
671
-
672
- #: wpf-admin/options.php:16 wpf-includes/wpf-phrases.php:335
673
- msgid "Topics &amp; Posts"
674
- msgstr ""
675
-
676
- #: wpf-admin/options.php:18 wpf-includes/wpf-phrases.php:75
677
- msgid "Emails"
678
- msgstr ""
679
-
680
- #: wpf-admin/options.php:19 wpf-includes/wpf-phrases.php:94
681
- msgid "Features"
682
- msgstr ""
683
-
684
- #: wpf-admin/options.php:21 wpf-includes/wpf-phrases.php:308
685
- msgid "Styles"
686
- msgstr ""
687
-
688
- #: wpf-admin/options.php:22 wpf-includes/wpf-phrases.php:25
689
- msgid "Addons"
690
- msgstr ""
691
-
692
- #: wpf-admin/phrase.php:10 wpf-includes/wpf-phrases.php:125
693
- msgid "Front-end Phrases"
694
- msgstr ""
695
-
696
- #: wpf-admin/themes.php:9 wpf-includes/wpf-phrases.php:118
697
- msgid "Forum Themes"
698
- msgstr ""
699
-
700
- #: wpf-admin/themes.php:46 wpf-includes/wpf-phrases.php:60
701
- msgid "Current active theme"
702
- msgstr ""
703
-
704
- #: wpf-admin/themes.php:48 wpf-includes/wpf-phrases.php:136
705
- msgid "Inactive"
706
- msgstr ""
707
-
708
- #: wpf-admin/themes.php:52 wpf-includes/wpf-phrases.php:141
709
- msgid "LAYOUTS"
710
- msgstr ""
711
-
712
- #: wpf-admin/themes.php:68 wpf-includes/wpf-phrases.php:17
713
- msgid "Activate"
714
- msgstr ""
715
-
716
- #: wpf-admin/themes.php:69 wpf-includes/wpf-phrases.php:122
717
- msgid "Fresh Installation"
718
- msgstr ""
719
-
720
- #: wpf-admin/themes.php:71 wpf-includes/wpf-phrases.php:138
721
- msgid "Install"
722
- msgstr ""
723
-
724
- #: wpf-admin/themes.php:73 wpf-includes/wpf-phrases.php:38
725
- msgid "Are you sure you want to delete this theme files?"
726
- msgstr ""
727
-
728
- #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:40
729
- msgid ""
730
- "Are you sure you want to reset all settings and style colors to default?"
731
- msgstr ""
732
-
733
- #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:265
734
- msgid "Reset Settings"
735
- msgstr ""
736
-
737
- #: wpf-admin/themes.php:96 wpf-includes/wpf-phrases.php:198
738
- msgid "No layout found"
739
- msgstr ""
740
-
741
- #: wpf-admin/themes.php:107 wpf-includes/wpf-phrases.php:203
742
- msgid "No theme found"
743
- msgstr ""
744
-
745
- #: wpf-admin/usergroup.php:8
746
- msgid "Usergroups"
747
- msgstr ""
748
-
749
- #: wpf-admin/usergroup.php:18 wpf-admin/usergroup.php:30
750
- #: wpf-admin/usergroup.php:62
751
- msgid "Usergroup Name"
752
- msgstr ""
753
-
754
- #: wpf-admin/usergroup.php:19
755
- msgid "Users Count"
756
- msgstr ""
757
-
758
- #: wpf-admin/usergroup.php:36
759
- msgid "Edit this usergroup"
760
- msgstr ""
761
-
762
- #: wpf-admin/usergroup.php:36 wpf-includes/functions.php:254
763
- #: wpf-includes/functions.php:467 wpf-includes/wpf-phrases.php:72
764
- msgid "Edit"
765
- msgstr ""
766
-
767
- #: wpf-admin/usergroup.php:37
768
- msgid "Delete this usergroup"
769
- msgstr ""
770
-
771
- #: wpf-admin/usergroup.php:39
772
- msgid "View users list in this usergroup"
773
- msgstr ""
774
-
775
- #: wpf-admin/usergroup.php:43
776
- msgid "Count of users in this usergroup"
777
- msgstr ""
778
-
779
- #: wpf-admin/usergroup.php:62 wpf-includes/wpf-phrases.php:131
780
- msgid "Guest"
781
- msgstr ""
782
-
783
- #: wpf-admin/usergroup.php:85 wpf-includes/wpf-phrases.php:369
784
- msgid "add"
785
- msgstr ""
786
-
787
- #: wpf-admin/usergroup.php:85
788
- msgid "save"
789
- msgstr ""
790
-
791
- #: wpf-admin/usergroup.php:106
792
- msgid "Delete Chosen Usergroup And Users"
793
- msgstr ""
794
-
795
- #: wpf-admin/usergroup.php:116
796
- msgid "Delete Chosen Usergroup And Join Users To Other Usergroup"
797
- msgstr ""
798
-
799
- #: wpf-admin/usergroup.php:128
800
- msgid "Users will be join this usergroup"
801
- msgstr ""
802
-
803
- #: wpf-includes/class-notices.php:128 wpf-includes/wpf-phrases.php:68
804
- msgid "Dismiss this notice."
805
- msgstr ""
806
-
807
- #: wpf-includes/class-permissions.php:116 wpf-includes/wpf-phrases.php:415
808
- #, php-format
809
- msgid "%s access successfully added"
810
- msgstr ""
811
-
812
- #: wpf-includes/class-permissions.php:141 wpf-includes/wpf-phrases.php:416
813
- #, php-format
814
- msgid "%s access successfully edited"
815
- msgstr ""
816
-
817
- #: wpf-includes/class-phrases.php:157
818
- #: wpf-includes/functions-installation.php:28 wpf-includes/wpf-phrases.php:7
819
- msgid " Forum"
820
- msgstr ""
821
-
822
- #: wpf-includes/class-phrases.php:158
823
- #: wpf-includes/functions-installation.php:29 wpf-includes/wpf-phrases.php:6
824
- msgid " Discussion Board"
825
- msgstr ""
826
-
827
- #: wpf-includes/class-template.php:868 wpf-includes/wpf-phrases.php:324
828
- msgid "Theme file not readable"
829
- msgstr ""
830
-
831
- #: wpf-includes/functions-template.php:7
832
- msgid "wpForo Menu"
833
- msgstr ""
834
-
835
- #: wpf-includes/functions-template.php:149 wpf-includes/wpf-phrases.php:405
836
- msgid "wpForo Sidebar"
837
- msgstr ""
838
-
839
- #: wpf-includes/functions-template.php:150 wpf-includes/wpf-phrases.php:188
840
- msgid ""
841
- "NOTE: If you're going to add widgets in this sidebar, please use 'Full "
842
- "Width' template for wpForo index page to avoid sidebar duplication."
843
- msgstr ""
844
-
845
- #: wpf-includes/functions-template.php:188
846
- #: wpf-includes/functions-template.php:295
847
- #: wpf-includes/functions-template.php:358
848
- #: wpf-includes/functions-template.php:435
849
- #: wpf-includes/functions-template.php:482 wpf-includes/wpf-phrases.php:330
850
- msgid "Title"
851
- msgstr ""
852
-
853
- #: wpf-includes/functions-template.php:361
854
- #: wpf-includes/functions-template.php:438 wpf-includes/wpf-phrases.php:207
855
- msgid "Number of Items"
856
- msgstr ""
857
-
858
- #: wpf-includes/functions-template.php:366 wpf-includes/wpf-phrases.php:69
859
- msgid "Display Avatars"
860
- msgstr ""
861
-
862
- #: wpf-includes/functions-template.php:442 wpf-includes/wpf-phrases.php:71
863
- msgid "Display with Avatars"
864
- msgstr ""
865
-
866
- #: wpf-includes/functions.php:252 wpf-includes/functions.php:465
867
- #: wpf-includes/wpf-phrases.php:50
868
- msgid "Bulk Actions"
869
- msgstr ""
870
-
871
- #: wpf-includes/functions.php:259 wpf-includes/functions.php:553
872
- #: wpf-includes/wpf-phrases.php:36
873
- msgid "Apply"
874
- msgstr ""
875
-
876
- #: wpf-includes/functions.php:268 wpf-includes/wpf-phrases.php:297
877
- msgid "Show all forums"
878
- msgstr ""
879
-
880
- #: wpf-includes/functions.php:297 wpf-includes/functions.php:475
881
- #: wpf-includes/wpf-phrases.php:380
882
- msgid "item"
883
- msgstr ""
884
-
885
- #: wpf-includes/functions.php:330 wpf-includes/functions.php:346
886
- #: wpf-includes/wpf-phrases.php:281
887
- msgid "Select All"
888
- msgstr ""
889
-
890
- #: wpf-includes/functions.php:412 wpf-includes/wpf-phrases.php:66
891
- msgid "Delete this item"
892
- msgstr ""
893
-
894
- #: wpf-includes/functions.php:412 wpf-includes/wpf-phrases.php:41
895
- msgid "Are you sure you whant to DELETE this item?"
896
- msgstr ""
897
-
898
- #: wpf-includes/functions.php:457 wpf-includes/wpf-phrases.php:197
899
- msgid "No items found"
900
- msgstr ""
901
-
902
- #: wpf-includes/functions.php:552 wpf-includes/wpf-phrases.php:139
903
- msgid "Items"
904
- msgstr ""
905
-
906
- #: wpf-includes/functions.php:795
907
- #, php-format
908
- msgid "Could not write file %s"
909
- msgstr ""
910
-
911
- #: wpf-includes/wpf-hooks.php:20 wpf-includes/wpf-phrases.php:134
912
- msgid ""
913
- "IMPORTANT! Uninstall is not a simple deactivation action. This action will "
914
- "permanently remove all forum data (forums, topics, replies, attachments...) "
915
- "from database. Please backup database before this action, you may need this "
916
- "forum data in future. If you are sure that you want to delete all forum data "
917
- "please confirm. If not, just cancel it, then you can deactivate this plugin, "
918
- "that will not remove forum data."
919
- msgstr ""
920
-
921
- #: wpf-includes/wpf-hooks.php:20
922
- msgid "Uninstall"
923
- msgstr ""
924
-
925
- #: wpf-includes/wpf-hooks.php:23
926
- msgid "Settings"
927
- msgstr ""
928
-
929
- #: wpf-includes/wpf-hooks.php:806 wpf-includes/wpf-phrases.php:184
930
- msgid "Move"
931
- msgstr ""
932
-
933
- #: wpf-includes/wpf-hooks.php:852
934
- msgid "Dismiss"
935
- msgstr ""
936
-
937
- #: wpf-includes/wpf-hooks.php:877 wpf-includes/wpf-phrases.php:407
938
- msgid "wpForo Usergroup"
939
- msgstr ""
940
-
941
- #: wpf-includes/wpf-hooks.php:885 wpf-includes/wpf-phrases.php:406
942
- msgid "wpForo User Timezone"
943
- msgstr ""
944
-
945
- #: wpf-includes/wpf-phrases.php:8
946
- #, php-format
947
- msgid "%s and %s liked"
948
- msgstr ""
949
-
950
- #: wpf-includes/wpf-phrases.php:9
951
- #, php-format
952
- msgid "%s liked"
953
- msgstr ""
954
-
955
- #: wpf-includes/wpf-phrases.php:10
956
- #, php-format
957
- msgid "%s, %s and %s liked"
958
- msgstr ""
959
-
960
- #: wpf-includes/wpf-phrases.php:11
961
- #, php-format
962
- msgid "%s, %s, %s and %d people liked"
963
- msgstr ""
964
-
965
- #: wpf-includes/wpf-phrases.php:12
966
- msgid "AOL IM"
967
- msgstr ""
968
-
969
- #: wpf-includes/wpf-phrases.php:13
970
- msgid "About Me"
971
- msgstr ""
972
-
973
- #: wpf-includes/wpf-phrases.php:16
974
- msgid "Account"
975
- msgstr ""
976
-
977
- #: wpf-includes/wpf-phrases.php:19
978
- msgid "Activity"
979
- msgstr ""
980
-
981
- #: wpf-includes/wpf-phrases.php:23
982
- msgid "Add a comment"
983
- msgstr ""
984
-
985
- #: wpf-includes/wpf-phrases.php:24
986
- msgid "Add topic"
987
- msgstr ""
988
-
989
- #: wpf-includes/wpf-phrases.php:32
990
- msgid "Answer"
991
- msgstr ""
992
-
993
- #: wpf-includes/wpf-phrases.php:33
994
- msgid "Answer to"
995
- msgstr ""
996
-
997
- #: wpf-includes/wpf-phrases.php:34
998
- msgid "Answers"
999
- msgstr ""
1000
-
1001
- #: wpf-includes/wpf-phrases.php:35
1002
- msgid "Any Date"
1003
- msgstr ""
1004
-
1005
- #: wpf-includes/wpf-phrases.php:42
1006
- msgid "Ascending order"
1007
- msgstr ""
1008
-
1009
- #: wpf-includes/wpf-phrases.php:43
1010
- msgid "Attach file:"
1011
- msgstr ""
1012
-
1013
- #: wpf-includes/wpf-phrases.php:47
1014
- msgid "Avatar"
1015
- msgstr ""
1016
-
1017
- #: wpf-includes/wpf-phrases.php:53
1018
- msgid "Change password"
1019
- msgstr ""
1020
-
1021
- #: wpf-includes/wpf-phrases.php:54
1022
- msgid "Choose target forum"
1023
- msgstr ""
1024
-
1025
- #: wpf-includes/wpf-phrases.php:55 wpf-themes/classic/functions.php:31
1026
- #: wpf-themes/classic/functions.php:52 wpf-themes/classic/functions.php:81
1027
- msgid "Collapsed"
1028
- msgstr ""
1029
-
1030
- #: wpf-includes/wpf-phrases.php:58
1031
- msgid "Comments"
1032
- msgstr ""
1033
-
1034
- #: wpf-includes/wpf-phrases.php:59
1035
- msgid "Confirm my subscription"
1036
- msgstr ""
1037
-
1038
- #: wpf-includes/wpf-phrases.php:64
1039
- msgid "Date"
1040
- msgstr ""
1041
-
1042
- #: wpf-includes/wpf-phrases.php:67
1043
- msgid "Descending order"
1044
- msgstr ""
1045
-
1046
- #: wpf-includes/wpf-phrases.php:70
1047
- msgid "Display Name"
1048
- msgstr ""
1049
-
1050
- #: wpf-includes/wpf-phrases.php:73
1051
- msgid "Edited: "
1052
- msgstr ""
1053
-
1054
- #: wpf-includes/wpf-phrases.php:74
1055
- msgid "Email"
1056
- msgstr ""
1057
-
1058
- #: wpf-includes/wpf-phrases.php:86
1059
- msgid "Enter title here"
1060
- msgstr ""
1061
-
1062
- #: wpf-includes/wpf-phrases.php:87 wpf-themes/classic/functions.php:30
1063
- #: wpf-themes/classic/functions.php:51 wpf-themes/classic/functions.php:80
1064
- msgid "Expanded"
1065
- msgstr ""
1066
-
1067
- #: wpf-includes/wpf-phrases.php:88 wpf-themes/classic/functions.php:77
1068
- msgid "Extended Layout - Intro posts"
1069
- msgstr ""
1070
-
1071
- #: wpf-includes/wpf-phrases.php:89 wpf-themes/classic/functions.php:27
1072
- msgid "Extended Layout - Intro topics"
1073
- msgstr ""
1074
-
1075
- #: wpf-includes/wpf-phrases.php:90 wpf-themes/classic/functions.php:87
1076
- msgid "Extended Layout - Number of intro posts"
1077
- msgstr ""
1078
-
1079
- #: wpf-includes/wpf-phrases.php:91 wpf-themes/classic/functions.php:36
1080
- msgid "Extended Layout - Number of intro topics"
1081
- msgstr ""
1082
-
1083
- #: wpf-includes/wpf-phrases.php:92
1084
- msgid "Facebook"
1085
- msgstr ""
1086
-
1087
- #: wpf-includes/wpf-phrases.php:93
1088
- msgid "Failed to write file to disk"
1089
- msgstr ""
1090
-
1091
- #: wpf-includes/wpf-phrases.php:95
1092
- msgid "File upload stopped by extension"
1093
- msgstr ""
1094
-
1095
- #: wpf-includes/wpf-phrases.php:96
1096
- msgid "Find Posts by User"
1097
- msgstr ""
1098
-
1099
- #: wpf-includes/wpf-phrases.php:97
1100
- msgid "Find Topics Started by User"
1101
- msgstr ""
1102
-
1103
- #: wpf-includes/wpf-phrases.php:98
1104
- msgid "First post and replies"
1105
- msgstr ""
1106
-
1107
- #: wpf-includes/wpf-phrases.php:99
1108
- msgid "Forum"
1109
- msgstr ""
1110
-
1111
- #: wpf-includes/wpf-phrases.php:100
1112
- msgid "Forum - Login"
1113
- msgstr ""
1114
-
1115
- #: wpf-includes/wpf-phrases.php:101
1116
- msgid "Forum - Page Not Found"
1117
- msgstr ""
1118
-
1119
- #: wpf-includes/wpf-phrases.php:102
1120
- msgid "Forum - Registration"
1121
- msgstr ""
1122
-
1123
- #: wpf-includes/wpf-phrases.php:107
1124
- msgid "Forum Home"
1125
- msgstr ""
1126
-
1127
- #: wpf-includes/wpf-phrases.php:109
1128
- msgid "Forum Members"
1129
- msgstr ""
1130
-
1131
- #: wpf-includes/wpf-phrases.php:112
1132
- msgid "Forum Profile"
1133
- msgstr ""
1134
-
1135
- #: wpf-includes/wpf-phrases.php:113
1136
- msgid "Forum RSS Feed"
1137
- msgstr ""
1138
-
1139
- #: wpf-includes/wpf-phrases.php:117
1140
- msgid "Forum Statistics"
1141
- msgstr ""
1142
-
1143
- #: wpf-includes/wpf-phrases.php:120
1144
- msgid "Forum is empty"
1145
- msgstr ""
1146
-
1147
- #: wpf-includes/wpf-phrases.php:129
1148
- msgid "Group"
1149
- msgstr ""
1150
-
1151
- #: wpf-includes/wpf-phrases.php:130
1152
- msgid "Gtalk"
1153
- msgstr ""
1154
-
1155
- #: wpf-includes/wpf-phrases.php:133
1156
- msgid "ICQ"
1157
- msgstr ""
1158
-
1159
- #: wpf-includes/wpf-phrases.php:137
1160
- msgid "Insert member name or email"
1161
- msgstr ""
1162
-
1163
- #: wpf-includes/wpf-phrases.php:140
1164
- msgid "Joined"
1165
- msgstr ""
1166
-
1167
- #: wpf-includes/wpf-phrases.php:143
1168
- msgid "Last 24 hours"
1169
- msgstr ""
1170
-
1171
- #: wpf-includes/wpf-phrases.php:144
1172
- msgid "Last 3 Months"
1173
- msgstr ""
1174
-
1175
- #: wpf-includes/wpf-phrases.php:145
1176
- msgid "Last 6 Months"
1177
- msgstr ""
1178
-
1179
- #: wpf-includes/wpf-phrases.php:146
1180
- msgid "Last Active"
1181
- msgstr ""
1182
-
1183
- #: wpf-includes/wpf-phrases.php:147
1184
- msgid "Last Month"
1185
- msgstr ""
1186
-
1187
- #: wpf-includes/wpf-phrases.php:148
1188
- msgid "Last Post"
1189
- msgstr ""
1190
-
1191
- #: wpf-includes/wpf-phrases.php:149
1192
- msgid "Last Post Info"
1193
- msgstr ""
1194
-
1195
- #: wpf-includes/wpf-phrases.php:150
1196
- msgid "Last Week"
1197
- msgstr ""
1198
-
1199
- #: wpf-includes/wpf-phrases.php:151
1200
- msgid "Last Year ago"
1201
- msgstr ""
1202
-
1203
- #: wpf-includes/wpf-phrases.php:152
1204
- #, php-format
1205
- msgid "Last post by %s"
1206
- msgstr ""
1207
-
1208
- #: wpf-includes/wpf-phrases.php:153
1209
- msgid "Latest Post"
1210
- msgstr ""
1211
-
1212
- #: wpf-includes/wpf-phrases.php:154
1213
- msgid "Leave a reply"
1214
- msgstr ""
1215
-
1216
- #: wpf-includes/wpf-phrases.php:155
1217
- msgid "Length must be between 3 characters and 15 characters."
1218
- msgstr ""
1219
-
1220
- #: wpf-includes/wpf-phrases.php:157
1221
- msgid "Liked"
1222
- msgstr ""
1223
-
1224
- #: wpf-includes/wpf-phrases.php:158
1225
- msgid "Location"
1226
- msgstr ""
1227
-
1228
- #: wpf-includes/wpf-phrases.php:159
1229
- msgid "Login"
1230
- msgstr ""
1231
-
1232
- #: wpf-includes/wpf-phrases.php:161
1233
- msgid "Logout"
1234
- msgstr ""
1235
-
1236
- #: wpf-includes/wpf-phrases.php:163
1237
- msgid "Lost your password?"
1238
- msgstr ""
1239
-
1240
- #: wpf-includes/wpf-phrases.php:165
1241
- msgid "MSN"
1242
- msgstr ""
1243
-
1244
- #: wpf-includes/wpf-phrases.php:166
1245
- msgid "Maximum allowed file size is"
1246
- msgstr ""
1247
-
1248
- #: wpf-includes/wpf-phrases.php:168
1249
- msgid "Member Activity"
1250
- msgstr ""
1251
-
1252
- #: wpf-includes/wpf-phrases.php:169
1253
- msgid "Member Information"
1254
- msgstr ""
1255
-
1256
- #: wpf-includes/wpf-phrases.php:170
1257
- msgid "Member Rating"
1258
- msgstr ""
1259
-
1260
- #: wpf-includes/wpf-phrases.php:171
1261
- msgid "Member Rating Badge"
1262
- msgstr ""
1263
-
1264
- #: wpf-includes/wpf-phrases.php:174
1265
- msgid "Member information"
1266
- msgstr ""
1267
-
1268
- #: wpf-includes/wpf-phrases.php:178
1269
- msgid "Members not found"
1270
- msgstr ""
1271
-
1272
- #: wpf-includes/wpf-phrases.php:179
1273
- msgid "Messages"
1274
- msgstr ""
1275
-
1276
- #: wpf-includes/wpf-phrases.php:182
1277
- msgid "Missing a temporary folder"
1278
- msgstr ""
1279
-
1280
- #: wpf-includes/wpf-phrases.php:185
1281
- msgid "Move topic"
1282
- msgstr ""
1283
-
1284
- #: wpf-includes/wpf-phrases.php:186
1285
- msgid "Must be minimum 6 characters."
1286
- msgstr ""
1287
-
1288
- #: wpf-includes/wpf-phrases.php:187
1289
- msgid "My Profile"
1290
- msgstr ""
1291
-
1292
- #: wpf-includes/wpf-phrases.php:194
1293
- msgid "No activity found for this member."
1294
- msgstr ""
1295
-
1296
- #: wpf-includes/wpf-phrases.php:195
1297
- msgid "No file was uploaded"
1298
- msgstr ""
1299
-
1300
- #: wpf-includes/wpf-phrases.php:196
1301
- msgid "No forums were found here."
1302
- msgstr ""
1303
-
1304
- #: wpf-includes/wpf-phrases.php:200
1305
- msgid "No online members at the moment"
1306
- msgstr ""
1307
-
1308
- #: wpf-includes/wpf-phrases.php:202
1309
- msgid "No subscriptions found for this member."
1310
- msgstr ""
1311
-
1312
- #: wpf-includes/wpf-phrases.php:204
1313
- msgid "No topics were found here"
1314
- msgstr ""
1315
-
1316
- #: wpf-includes/wpf-phrases.php:211
1317
- msgid "Occupation"
1318
- msgstr ""
1319
-
1320
- #: wpf-includes/wpf-phrases.php:212
1321
- msgid "Offline"
1322
- msgstr ""
1323
-
1324
- #: wpf-includes/wpf-phrases.php:213
1325
- msgid "Online"
1326
- msgstr ""
1327
-
1328
- #: wpf-includes/wpf-phrases.php:215
1329
- msgid "Oops! The page you requested was not found!"
1330
- msgstr ""
1331
-
1332
- #: wpf-includes/wpf-phrases.php:216
1333
- msgid "Our newest member"
1334
- msgstr ""
1335
-
1336
- #: wpf-includes/wpf-phrases.php:217
1337
- msgid "Page"
1338
- msgstr ""
1339
-
1340
- #: wpf-includes/wpf-phrases.php:219
1341
- msgid "Password"
1342
- msgstr ""
1343
-
1344
- #: wpf-includes/wpf-phrases.php:221
1345
- #, php-format
1346
- msgid "Please %s or %s"
1347
- msgstr ""
1348
-
1349
- #: wpf-includes/wpf-phrases.php:225
1350
- msgid "Post Title"
1351
- msgstr ""
1352
-
1353
- #: wpf-includes/wpf-phrases.php:226
1354
- msgid "Post link"
1355
- msgstr ""
1356
-
1357
- #: wpf-includes/wpf-phrases.php:227
1358
- msgid "Posted"
1359
- msgstr ""
1360
-
1361
- #: wpf-includes/wpf-phrases.php:228
1362
- msgid "Posted by"
1363
- msgstr ""
1364
-
1365
- #: wpf-includes/wpf-phrases.php:230
1366
- msgid "Powered by"
1367
- msgstr ""
1368
-
1369
- #: wpf-includes/wpf-phrases.php:232 wpf-themes/classic/functions.php:57
1370
- msgid "Q&A Layout - Number of intro topics"
1371
- msgstr ""
1372
-
1373
- #: wpf-includes/wpf-phrases.php:233 wpf-themes/classic/functions.php:48
1374
- msgid "Q&A layout - Intro topics"
1375
- msgstr ""
1376
-
1377
- #: wpf-includes/wpf-phrases.php:234
1378
- msgid "Question Comments"
1379
- msgstr ""
1380
-
1381
- #: wpf-includes/wpf-phrases.php:235
1382
- msgid "Questions"
1383
- msgstr ""
1384
-
1385
- #: wpf-includes/wpf-phrases.php:236
1386
- msgid "Quote"
1387
- msgstr ""
1388
-
1389
- #: wpf-includes/wpf-phrases.php:237
1390
- msgid "RE"
1391
- msgstr ""
1392
-
1393
- #: wpf-includes/wpf-phrases.php:238
1394
- msgid "REPLY:"
1395
- msgstr ""
1396
-
1397
- #: wpf-includes/wpf-phrases.php:239
1398
- msgid "RSS"
1399
- msgstr ""
1400
-
1401
- #: wpf-includes/wpf-phrases.php:240
1402
- msgid "Rating"
1403
- msgstr ""
1404
-
1405
- #: wpf-includes/wpf-phrases.php:241
1406
- msgid "Rating Badge"
1407
- msgstr ""
1408
-
1409
- #: wpf-includes/wpf-phrases.php:245
1410
- msgid "Received Likes"
1411
- msgstr ""
1412
-
1413
- #: wpf-includes/wpf-phrases.php:246
1414
- msgid "Recent Questions"
1415
- msgstr ""
1416
-
1417
- #: wpf-includes/wpf-phrases.php:247
1418
- msgid "Recent Topics"
1419
- msgstr ""
1420
-
1421
- #: wpf-includes/wpf-phrases.php:248
1422
- msgid "Register"
1423
- msgstr ""
1424
-
1425
- #: wpf-includes/wpf-phrases.php:250
1426
- msgid "Registered date"
1427
- msgstr ""
1428
-
1429
- #: wpf-includes/wpf-phrases.php:251
1430
- msgid "Relevancy"
1431
- msgstr ""
1432
-
1433
- #: wpf-includes/wpf-phrases.php:252
1434
- msgid "Remember Me"
1435
- msgstr ""
1436
-
1437
- #: wpf-includes/wpf-phrases.php:258
1438
- msgid "Replies"
1439
- msgstr ""
1440
-
1441
- #: wpf-includes/wpf-phrases.php:259
1442
- msgid "Replies not found"
1443
- msgstr ""
1444
-
1445
- #: wpf-includes/wpf-phrases.php:260
1446
- msgid "Reply"
1447
- msgstr ""
1448
-
1449
- #: wpf-includes/wpf-phrases.php:261
1450
- msgid "Report"
1451
- msgstr ""
1452
-
1453
- #: wpf-includes/wpf-phrases.php:264
1454
- msgid "Report to Administration"
1455
- msgstr ""
1456
-
1457
- #: wpf-includes/wpf-phrases.php:266
1458
- msgid "Result Info"
1459
- msgstr ""
1460
-
1461
- #: wpf-includes/wpf-phrases.php:268
1462
- msgid "Save Changes"
1463
- msgstr ""
1464
-
1465
- #: wpf-includes/wpf-phrases.php:272
1466
- msgid "Search"
1467
- msgstr ""
1468
-
1469
- #: wpf-includes/wpf-phrases.php:273
1470
- msgid "Search Entire Posts"
1471
- msgstr ""
1472
-
1473
- #: wpf-includes/wpf-phrases.php:274
1474
- msgid "Search Phrase"
1475
- msgstr ""
1476
-
1477
- #: wpf-includes/wpf-phrases.php:275
1478
- msgid "Search Titles Only"
1479
- msgstr ""
1480
-
1481
- #: wpf-includes/wpf-phrases.php:276
1482
- msgid "Search Type"
1483
- msgstr ""
1484
-
1485
- #: wpf-includes/wpf-phrases.php:277
1486
- msgid "Search in Forums"
1487
- msgstr ""
1488
-
1489
- #: wpf-includes/wpf-phrases.php:278
1490
- msgid "Search in date period"
1491
- msgstr ""
1492
-
1493
- #: wpf-includes/wpf-phrases.php:279
1494
- msgid "Search result for"
1495
- msgstr ""
1496
-
1497
- #: wpf-includes/wpf-phrases.php:280
1498
- msgid "Search..."
1499
- msgstr ""
1500
-
1501
- #: wpf-includes/wpf-phrases.php:282
1502
- msgid "Select Page"
1503
- msgstr ""
1504
-
1505
- #: wpf-includes/wpf-phrases.php:283
1506
- msgid "Send Report"
1507
- msgstr ""
1508
-
1509
- #: wpf-includes/wpf-phrases.php:287
1510
- msgid "Set Topic Sticky"
1511
- msgstr ""
1512
-
1513
- #: wpf-includes/wpf-phrases.php:288 wpf-themes/classic/functions.php:88
1514
- msgid ""
1515
- "Set this option value 0 if you want to show all posts under topic intro area."
1516
- msgstr ""
1517
-
1518
- #: wpf-includes/wpf-phrases.php:289
1519
- msgid "Shop Account"
1520
- msgstr ""
1521
-
1522
- #: wpf-includes/wpf-phrases.php:299
1523
- msgid "Sign In"
1524
- msgstr ""
1525
-
1526
- #: wpf-includes/wpf-phrases.php:300
1527
- msgid "Signature"
1528
- msgstr ""
1529
-
1530
- #: wpf-includes/wpf-phrases.php:301
1531
- msgid "Site Profile"
1532
- msgstr ""
1533
-
1534
- #: wpf-includes/wpf-phrases.php:302
1535
- msgid "Skype"
1536
- msgstr ""
1537
-
1538
- #: wpf-includes/wpf-phrases.php:304
1539
- msgid "Social Networks"
1540
- msgstr ""
1541
-
1542
- #: wpf-includes/wpf-phrases.php:305
1543
- msgid "Sorry, something wrong with your data."
1544
- msgstr ""
1545
-
1546
- #: wpf-includes/wpf-phrases.php:306
1547
- msgid "Sort Search Results by"
1548
- msgstr ""
1549
-
1550
- #: wpf-includes/wpf-phrases.php:307
1551
- msgid "Specify avatar by URL"
1552
- msgstr ""
1553
-
1554
- #: wpf-includes/wpf-phrases.php:309
1555
- msgid "Subforums"
1556
- msgstr ""
1557
-
1558
- #: wpf-includes/wpf-phrases.php:312
1559
- msgid "Subscribe for new replies"
1560
- msgstr ""
1561
-
1562
- #: wpf-includes/wpf-phrases.php:313
1563
- msgid "Subscribe for new topics"
1564
- msgstr ""
1565
-
1566
- #: wpf-includes/wpf-phrases.php:315
1567
- msgid "Subscriptions"
1568
- msgstr ""
1569
-
1570
- #: wpf-includes/wpf-phrases.php:317
1571
- msgid ""
1572
- "Thank you for trying wpForo! This forum development was started on 2013 and "
1573
- "we were using it for our support community. Now it's ready for WordPress "
1574
- "community as well. It's on the Beta stage and we're working hard to reach "
1575
- "the Gold 1.0.0 version as soon as possible. wpForo is a professional "
1576
- "bulletin board for WorPress, and the only forum software which comes with "
1577
- "Multi-layout template system. The \"Extended"
1578
- msgstr ""
1579
-
1580
- #: wpf-includes/wpf-phrases.php:318
1581
- msgid ""
1582
- "Thank you for using wpForo. wpForo is a premium forum plugin which will "
1583
- "always be available for free. There will never be paid and pro versions of "
1584
- "this forum board. However this is a very large and hard project so we also "
1585
- "develop paid addons (extensions), which will financially help us to keep "
1586
- "improving and adding new features to the free wpForo plugin. Forum addons "
1587
- "will also be actively developed. The first addons \"Advanced Media Uploader"
1588
- msgstr ""
1589
-
1590
- #: wpf-includes/wpf-phrases.php:321
1591
- msgid ""
1592
- "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
1593
- "the HTML form"
1594
- msgstr ""
1595
-
1596
- #: wpf-includes/wpf-phrases.php:322
1597
- msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini"
1598
- msgstr ""
1599
-
1600
- #: wpf-includes/wpf-phrases.php:323
1601
- msgid "The uploaded file was only partially uploaded"
1602
- msgstr ""
1603
-
1604
- #: wpf-includes/wpf-phrases.php:329
1605
- msgid "Timezone"
1606
- msgstr ""
1607
-
1608
- #: wpf-includes/wpf-phrases.php:331
1609
- msgid "Topic RSS Feed"
1610
- msgstr ""
1611
-
1612
- #: wpf-includes/wpf-phrases.php:332
1613
- msgid "Topic Title"
1614
- msgstr ""
1615
-
1616
- #: wpf-includes/wpf-phrases.php:333
1617
- msgid "Topic title"
1618
- msgstr ""
1619
-
1620
- #: wpf-includes/wpf-phrases.php:336
1621
- msgid "Twitter"
1622
- msgstr ""
1623
-
1624
- #: wpf-includes/wpf-phrases.php:337
1625
- msgid "Unknown upload error"
1626
- msgstr ""
1627
-
1628
- #: wpf-includes/wpf-phrases.php:338
1629
- msgid "Unsubscribe"
1630
- msgstr ""
1631
-
1632
- #: wpf-includes/wpf-phrases.php:341
1633
- msgid "Upload an avatar"
1634
- msgstr ""
1635
-
1636
- #: wpf-includes/wpf-phrases.php:343
1637
- msgid ""
1638
- "Use comments to ask for more information or suggest improvements. Avoid "
1639
- "answering questions in comments."
1640
- msgstr ""
1641
-
1642
- #: wpf-includes/wpf-phrases.php:345
1643
- msgid "User"
1644
- msgstr ""
1645
-
1646
- #: wpf-includes/wpf-phrases.php:346
1647
- msgid "User Group"
1648
- msgstr ""
1649
-
1650
- #: wpf-includes/wpf-phrases.php:347
1651
- msgid "Usergroup has been successfully deleted."
1652
- msgstr ""
1653
-
1654
- #: wpf-includes/wpf-phrases.php:348
1655
- msgid ""
1656
- "Usergroup has been successfully deleted. All users of this usergroup have "
1657
- "been moved to the usergroup you've chosen"
1658
- msgstr ""
1659
-
1660
- #: wpf-includes/wpf-phrases.php:349
1661
- msgid "Username"
1662
- msgstr ""
1663
-
1664
- #: wpf-includes/wpf-phrases.php:351
1665
- msgid "View entire post"
1666
- msgstr ""
1667
-
1668
- #: wpf-includes/wpf-phrases.php:352
1669
- msgid "View the latest post"
1670
- msgstr ""
1671
-
1672
- #: wpf-includes/wpf-phrases.php:353
1673
- msgid "Views"
1674
- msgstr ""
1675
-
1676
- #: wpf-includes/wpf-phrases.php:354
1677
- msgid "Votes"
1678
- msgstr ""
1679
-
1680
- #: wpf-includes/wpf-phrases.php:355
1681
- msgid "Website"
1682
- msgstr ""
1683
-
1684
- #: wpf-includes/wpf-phrases.php:357
1685
- msgid "Wordpress avatar system"
1686
- msgstr ""
1687
-
1688
- #: wpf-includes/wpf-phrases.php:358
1689
- msgid "Working"
1690
- msgstr ""
1691
-
1692
- #: wpf-includes/wpf-phrases.php:359
1693
- msgid "Write message"
1694
- msgstr ""
1695
-
1696
- #: wpf-includes/wpf-phrases.php:360
1697
- msgid "Yahoo"
1698
- msgstr ""
1699
-
1700
- #: wpf-includes/wpf-phrases.php:362
1701
- msgid "You"
1702
- msgstr ""
1703
-
1704
- #: wpf-includes/wpf-phrases.php:364
1705
- #, php-format
1706
- msgid "You can go to %s page or Search here"
1707
- msgstr ""
1708
-
1709
- #: wpf-includes/wpf-phrases.php:366
1710
- msgid "Your Answer"
1711
- msgstr ""
1712
-
1713
- #: wpf-includes/wpf-phrases.php:367
1714
- msgid "account"
1715
- msgstr ""
1716
-
1717
- #: wpf-includes/wpf-phrases.php:368
1718
- msgid "activity"
1719
- msgstr ""
1720
-
1721
- #: wpf-includes/wpf-phrases.php:370
1722
- msgid "add_new"
1723
- msgstr ""
1724
-
1725
- #: wpf-includes/wpf-phrases.php:371
1726
- msgid "ago"
1727
- msgstr ""
1728
-
1729
- #: wpf-includes/wpf-phrases.php:372
1730
- msgid "by"
1731
- msgstr ""
1732
-
1733
- #: wpf-includes/wpf-phrases.php:373
1734
- #, php-format
1735
- msgid "by %s"
1736
- msgstr ""
1737
-
1738
- #: wpf-includes/wpf-phrases.php:374
1739
- msgid "confirm password"
1740
- msgstr ""
1741
-
1742
- #: wpf-includes/wpf-phrases.php:377
1743
- msgid "edit profile"
1744
- msgstr ""
1745
-
1746
- #: wpf-includes/wpf-phrases.php:378
1747
- msgid "edit user"
1748
- msgstr ""
1749
-
1750
- #: wpf-includes/wpf-phrases.php:379
1751
- msgid "forums"
1752
- msgstr ""
1753
-
1754
- #: wpf-includes/wpf-phrases.php:381
1755
- msgid "login"
1756
- msgstr ""
1757
-
1758
- #: wpf-includes/wpf-phrases.php:382
1759
- msgid "logout"
1760
- msgstr ""
1761
-
1762
- #: wpf-includes/wpf-phrases.php:383
1763
- msgid "matches"
1764
- msgstr ""
1765
-
1766
- #: wpf-includes/wpf-phrases.php:384
1767
- msgid "members"
1768
- msgstr ""
1769
-
1770
- #: wpf-includes/wpf-phrases.php:386
1771
- msgid "my profile"
1772
- msgstr ""
1773
-
1774
- #: wpf-includes/wpf-phrases.php:387
1775
- msgid "new password"
1776
- msgstr ""
1777
-
1778
- #: wpf-includes/wpf-phrases.php:388
1779
- msgid "new password again"
1780
- msgstr ""
1781
-
1782
- #: wpf-includes/wpf-phrases.php:389
1783
- msgid "next"
1784
- msgstr ""
1785
-
1786
- #: wpf-includes/wpf-phrases.php:390
1787
- msgid "old password"
1788
- msgstr ""
1789
-
1790
- #: wpf-includes/wpf-phrases.php:391
1791
- msgid "phrase_key"
1792
- msgstr ""
1793
-
1794
- #: wpf-includes/wpf-phrases.php:392
1795
- msgid "phrase_value"
1796
- msgstr ""
1797
-
1798
- #: wpf-includes/wpf-phrases.php:393
1799
- msgid "posted"
1800
- msgstr ""
1801
-
1802
- #: wpf-includes/wpf-phrases.php:394
1803
- msgid "prev"
1804
- msgstr ""
1805
-
1806
- #: wpf-includes/wpf-phrases.php:395
1807
- msgid "register"
1808
- msgstr ""
1809
-
1810
- #: wpf-includes/wpf-phrases.php:396
1811
- msgid "replies"
1812
- msgstr ""
1813
-
1814
- #: wpf-includes/wpf-phrases.php:397
1815
- msgid "subscriptions"
1816
- msgstr ""
1817
-
1818
- #: wpf-includes/wpf-phrases.php:398
1819
- msgid "update"
1820
- msgstr ""
1821
-
1822
- #: wpf-includes/wpf-phrases.php:399
1823
- msgid "view"
1824
- msgstr ""
1825
-
1826
- #: wpf-includes/wpf-phrases.php:400
1827
- msgid "view all posts"
1828
- msgstr ""
1829
-
1830
- #: wpf-includes/wpf-phrases.php:401
1831
- msgid "view all questions"
1832
- msgstr ""
1833
-
1834
- #: wpf-includes/wpf-phrases.php:402
1835
- msgid "view all topics"
1836
- msgstr ""
1837
-
1838
- #: wpf-includes/wpf-phrases.php:404
1839
- msgid "wpForo Navigation"
1840
- msgstr ""
1841
-
1842
- #: wpf-includes/wpf-phrases.php:409
1843
- msgid "{number}B"
1844
- msgstr ""
1845
-
1846
- #: wpf-includes/wpf-phrases.php:410
1847
- msgid "{number}K"
1848
- msgstr ""
1849
-
1850
- #: wpf-includes/wpf-phrases.php:411
1851
- msgid "{number}M"
1852
- msgstr ""
1853
-
1854
- #: wpf-includes/wpf-phrases.php:412
1855
- msgid "{number}T"
1856
- msgstr ""
1857
-
1858
- #: wpf-includes/wpf-phrases.php:417
1859
- msgid "Access add error"
1860
- msgstr ""
1861
-
1862
- #: wpf-includes/wpf-phrases.php:418
1863
- msgid "Access delete error"
1864
- msgstr ""
1865
-
1866
- #: wpf-includes/wpf-phrases.php:419
1867
- msgid "Access edit error"
1868
- msgstr ""
1869
-
1870
- #: wpf-includes/wpf-phrases.php:420
1871
- msgid "Access successfully deleted"
1872
- msgstr ""
1873
-
1874
- #: wpf-includes/wpf-phrases.php:421
1875
- msgid "Add Topic error: No forum selected"
1876
- msgstr ""
1877
-
1878
- #: wpf-includes/wpf-phrases.php:422
1879
- msgid "All Checked topics successfully deleted"
1880
- msgstr ""
1881
-
1882
- #: wpf-includes/wpf-phrases.php:423
1883
- msgid "Can't add forum"
1884
- msgstr ""
1885
-
1886
- #: wpf-includes/wpf-phrases.php:424
1887
- msgid "Can't add new language"
1888
- msgstr ""
1889
-
1890
- #: wpf-includes/wpf-phrases.php:425
1891
- msgid "Can't delete this Usergroup"
1892
- msgstr ""
1893
-
1894
- #: wpf-includes/wpf-phrases.php:426
1895
- msgid "Can't send confirmation email"
1896
- msgstr ""
1897
-
1898
- #: wpf-includes/wpf-phrases.php:427
1899
- msgid "Can't send report email"
1900
- msgstr ""
1901
-
1902
- #: wpf-includes/wpf-phrases.php:428
1903
- msgid "Can't subscribe to this item"
1904
- msgstr ""
1905
-
1906
- #: wpf-includes/wpf-phrases.php:429
1907
- msgid "Can't write a post: This topic is closed"
1908
- msgstr ""
1909
-
1910
- #: wpf-includes/wpf-phrases.php:430
1911
- msgid "Can`t upload file"
1912
- msgstr ""
1913
-
1914
- #: wpf-includes/wpf-phrases.php:431
1915
- msgid "Cannot update forum hierarchy"
1916
- msgstr ""
1917
-
1918
- #: wpf-includes/wpf-phrases.php:432
1919
- msgid "Cannot update post data"
1920
- msgstr ""
1921
-
1922
- #: wpf-includes/wpf-phrases.php:433
1923
- msgid "Could not be unsubscribe from this item"
1924
- msgstr ""
1925
-
1926
- #: wpf-includes/wpf-phrases.php:434
1927
- msgid "Email address exists. Please insert another."
1928
- msgstr ""
1929
-
1930
- #: wpf-includes/wpf-phrases.php:435
1931
- msgid "Error: Forum is not found"
1932
- msgstr ""
1933
-
1934
- #: wpf-includes/wpf-phrases.php:436
1935
- msgid "Error: No topic selected"
1936
- msgstr ""
1937
-
1938
- #: wpf-includes/wpf-phrases.php:437
1939
- msgid "Error: Topic is not found"
1940
- msgstr ""
1941
-
1942
- #: wpf-includes/wpf-phrases.php:438
1943
- msgid "Error: please inset some text to report."
1944
- msgstr ""
1945
-
1946
- #: wpf-includes/wpf-phrases.php:439
1947
- msgid "Features successfully updated"
1948
- msgstr ""
1949
-
1950
- #: wpf-includes/wpf-phrases.php:440
1951
- msgid "Features successfully updated, but previous value not changed"
1952
- msgstr ""
1953
-
1954
- #: wpf-includes/wpf-phrases.php:441
1955
- msgid "File type is not allowed"
1956
- msgstr ""
1957
-
1958
- #: wpf-includes/wpf-phrases.php:442
1959
- msgid "Forum Base URL successfully updated"
1960
- msgstr ""
1961
-
1962
- #: wpf-includes/wpf-phrases.php:443
1963
- msgid "Forum deleting error"
1964
- msgstr ""
1965
-
1966
- #: wpf-includes/wpf-phrases.php:444
1967
- msgid "Forum hierarchy successfully updated"
1968
- msgstr ""
1969
-
1970
- #: wpf-includes/wpf-phrases.php:445
1971
- msgid "Forum is successfully merged"
1972
- msgstr ""
1973
-
1974
- #: wpf-includes/wpf-phrases.php:446
1975
- msgid "Forum merging error"
1976
- msgstr ""
1977
-
1978
- #: wpf-includes/wpf-phrases.php:447
1979
- msgid "Forum options successfully updated"
1980
- msgstr ""
1981
-
1982
- #: wpf-includes/wpf-phrases.php:448
1983
- msgid "Forum options successfully updated, but previous value not changed"
1984
- msgstr ""
1985
-
1986
- #: wpf-includes/wpf-phrases.php:449
1987
- msgid "Forum successfully updated"
1988
- msgstr ""
1989
-
1990
- #: wpf-includes/wpf-phrases.php:450
1991
- msgid "Forum update error"
1992
- msgstr ""
1993
-
1994
- #: wpf-includes/wpf-phrases.php:451
1995
- msgid "General options successfully updated"
1996
- msgstr ""
1997
-
1998
- #: wpf-includes/wpf-phrases.php:452
1999
- msgid "Illegal character in username."
2000
- msgstr ""
2001
-
2002
- #: wpf-includes/wpf-phrases.php:453
2003
- msgid "Insert your Email address."
2004
- msgstr ""
2005
-
2006
- #: wpf-includes/wpf-phrases.php:454
2007
- msgid "Invalid Email address"
2008
- msgstr ""
2009
-
2010
- #: wpf-includes/wpf-phrases.php:455
2011
- msgid "Invalid request!"
2012
- msgstr ""
2013
-
2014
- #: wpf-includes/wpf-phrases.php:456
2015
- msgid "Member options successfully updated"
2016
- msgstr ""
2017
-
2018
- #: wpf-includes/wpf-phrases.php:457
2019
- msgid "Member options successfully updated, but previous value not changed"
2020
- msgstr ""
2021
-
2022
- #: wpf-includes/wpf-phrases.php:458
2023
- msgid "Message has been sent"
2024
- msgstr ""
2025
-
2026
- #: wpf-includes/wpf-phrases.php:459
2027
- msgid ""
2028
- "New language successfully added and changed wpforo language to new language"
2029
- msgstr ""
2030
-
2031
- #: wpf-includes/wpf-phrases.php:460
2032
- msgid "No Posts found for update"
2033
- msgstr ""
2034
-
2035
- #: wpf-includes/wpf-phrases.php:461
2036
- msgid "Password length must be between 6 characters and 20 characters."
2037
- msgstr ""
2038
-
2039
- #: wpf-includes/wpf-phrases.php:462
2040
- msgid "Password mismatch."
2041
- msgstr ""
2042
-
2043
- #: wpf-includes/wpf-phrases.php:463
2044
- msgid "Permission denied"
2045
- msgstr ""
2046
-
2047
- #: wpf-includes/wpf-phrases.php:464
2048
- msgid "Permission denied for add forum"
2049
- msgstr ""
2050
-
2051
- #: wpf-includes/wpf-phrases.php:465
2052
- msgid "Permission denied for delete forum"
2053
- msgstr ""
2054
-
2055
- #: wpf-includes/wpf-phrases.php:466
2056
- msgid "Permission denied for edit forum"
2057
- msgstr ""
2058
-
2059
- #: wpf-includes/wpf-phrases.php:467
2060
- msgid "Permission denied for this action"
2061
- msgstr ""
2062
-
2063
- #: wpf-includes/wpf-phrases.php:468
2064
- msgid "Phrase add error"
2065
- msgstr ""
2066
-
2067
- #: wpf-includes/wpf-phrases.php:469
2068
- msgid "Phrase adding error"
2069
- msgstr ""
2070
-
2071
- #: wpf-includes/wpf-phrases.php:470
2072
- msgid "Phrase successfully added"
2073
- msgstr ""
2074
-
2075
- #: wpf-includes/wpf-phrases.php:471
2076
- msgid "Phrase successfully updates"
2077
- msgstr ""
2078
-
2079
- #: wpf-includes/wpf-phrases.php:472
2080
- msgid "Phrase update error"
2081
- msgstr ""
2082
-
2083
- #: wpf-includes/wpf-phrases.php:473
2084
- msgid "Please insert required fields!"
2085
- msgstr ""
2086
-
2087
- #: wpf-includes/wpf-phrases.php:474
2088
- msgid "Post delete error"
2089
- msgstr ""
2090
-
2091
- #: wpf-includes/wpf-phrases.php:475
2092
- msgid "Post options successfully updated"
2093
- msgstr ""
2094
-
2095
- #: wpf-includes/wpf-phrases.php:476
2096
- msgid "Post options successfully updated, but previous value not changed"
2097
- msgstr ""
2098
-
2099
- #: wpf-includes/wpf-phrases.php:477
2100
- msgid "Registration Error"
2101
- msgstr ""
2102
-
2103
- #: wpf-includes/wpf-phrases.php:478
2104
- msgid "Reply request error"
2105
- msgstr ""
2106
-
2107
- #: wpf-includes/wpf-phrases.php:479
2108
- msgid "Something wrong with profile data."
2109
- msgstr ""
2110
-
2111
- #: wpf-includes/wpf-phrases.php:480
2112
- msgid "Subscribe options successfully updated"
2113
- msgstr ""
2114
-
2115
- #: wpf-includes/wpf-phrases.php:481
2116
- msgid "Subscribe options successfully updated, but previous value not changed"
2117
- msgstr ""
2118
-
2119
- #: wpf-includes/wpf-phrases.php:482
2120
- msgid "Success! Thank you Dear Friend"
2121
- msgstr ""
2122
-
2123
- #: wpf-includes/wpf-phrases.php:483
2124
- msgid ""
2125
- "Success! Thank you. Please check your email and click confirmation link "
2126
- "below to complete this step."
2127
- msgstr ""
2128
-
2129
- #: wpf-includes/wpf-phrases.php:484
2130
- msgid "Successfully updated"
2131
- msgstr ""
2132
-
2133
- #: wpf-includes/wpf-phrases.php:485
2134
- msgid "Successfully voted"
2135
- msgstr ""
2136
-
2137
- #: wpf-includes/wpf-phrases.php:486
2138
- msgid "The uploaded file size is too big"
2139
- msgstr ""
2140
-
2141
- #: wpf-includes/wpf-phrases.php:487
2142
- msgid "Theme options successfully updated"
2143
- msgstr ""
2144
-
2145
- #: wpf-includes/wpf-phrases.php:488
2146
- msgid "Theme options successfully updated, but previous value not changed"
2147
- msgstr ""
2148
-
2149
- #: wpf-includes/wpf-phrases.php:489
2150
- msgid "This email address is already registered. Please insert another."
2151
- msgstr ""
2152
-
2153
- #: wpf-includes/wpf-phrases.php:490
2154
- msgid "This post successfully deleted"
2155
- msgstr ""
2156
-
2157
- #: wpf-includes/wpf-phrases.php:491
2158
- msgid "This post successfully edited"
2159
- msgstr ""
2160
-
2161
- #: wpf-includes/wpf-phrases.php:492
2162
- msgid "This topic successfully deleted"
2163
- msgstr ""
2164
-
2165
- #: wpf-includes/wpf-phrases.php:493
2166
- msgid "Topic Move Error"
2167
- msgstr ""
2168
-
2169
- #: wpf-includes/wpf-phrases.php:494
2170
- msgid "Topic add error"
2171
- msgstr ""
2172
-
2173
- #: wpf-includes/wpf-phrases.php:495
2174
- msgid "Topic delete error"
2175
- msgstr ""
2176
-
2177
- #: wpf-includes/wpf-phrases.php:496
2178
- msgid "Topic edit error"
2179
- msgstr ""
2180
-
2181
- #: wpf-includes/wpf-phrases.php:497
2182
- msgid "Topic not found."
2183
- msgstr ""
2184
-
2185
- #: wpf-includes/wpf-phrases.php:498
2186
- msgid "Topic successfully moved"
2187
- msgstr ""
2188
-
2189
- #: wpf-includes/wpf-phrases.php:499
2190
- msgid "Topic successfully updated"
2191
- msgstr ""
2192
-
2193
- #: wpf-includes/wpf-phrases.php:500
2194
- msgid "Topics delete error"
2195
- msgstr ""
2196
-
2197
- #: wpf-includes/wpf-phrases.php:501
2198
- msgid "User delete error"
2199
- msgstr ""
2200
-
2201
- #: wpf-includes/wpf-phrases.php:502
2202
- msgid "User group add error"
2203
- msgstr ""
2204
-
2205
- #: wpf-includes/wpf-phrases.php:503
2206
- msgid "User group edit error"
2207
- msgstr ""
2208
-
2209
- #: wpf-includes/wpf-phrases.php:504
2210
- msgid "User group successfully added"
2211
- msgstr ""
2212
-
2213
- #: wpf-includes/wpf-phrases.php:505
2214
- msgid "User group successfully edited"
2215
- msgstr ""
2216
-
2217
- #: wpf-includes/wpf-phrases.php:506
2218
- msgid "User successfully deleted from wpforo"
2219
- msgstr ""
2220
-
2221
- #: wpf-includes/wpf-phrases.php:507
2222
- msgid "Username exists. Please insert another."
2223
- msgstr ""
2224
-
2225
- #: wpf-includes/wpf-phrases.php:508
2226
- msgid "Username is missed."
2227
- msgstr ""
2228
-
2229
- #: wpf-includes/wpf-phrases.php:509
2230
- msgid "Username length must be between 3 characters and 15 characters."
2231
- msgstr ""
2232
-
2233
- #: wpf-includes/wpf-phrases.php:510
2234
- msgid "Welcome to our Community!"
2235
- msgstr ""
2236
-
2237
- #: wpf-includes/wpf-phrases.php:511
2238
- msgid "Wrong post data"
2239
- msgstr ""
2240
-
2241
- #: wpf-includes/wpf-phrases.php:512
2242
- msgid "You are already voted this post"
2243
- msgstr ""
2244
-
2245
- #: wpf-includes/wpf-phrases.php:513
2246
- msgid "You have been successfully subscribed"
2247
- msgstr ""
2248
-
2249
- #: wpf-includes/wpf-phrases.php:514
2250
- msgid "You have been successfully unsubscribed"
2251
- msgstr ""
2252
-
2253
- #: wpf-includes/wpf-phrases.php:515
2254
- msgid "You have no permission to edit this topic"
2255
- msgstr ""
2256
-
2257
- #: wpf-includes/wpf-phrases.php:516
2258
- msgid "You haven't permission to create post into this forum"
2259
- msgstr ""
2260
-
2261
- #: wpf-includes/wpf-phrases.php:517
2262
- msgid "You haven't permission to create topic into this forum"
2263
- msgstr ""
2264
-
2265
- #: wpf-includes/wpf-phrases.php:518
2266
- msgid "You haven't permission to delete post from this forum"
2267
- msgstr ""
2268
-
2269
- #: wpf-includes/wpf-phrases.php:519
2270
- msgid "You haven't permission to delete topic from this forum"
2271
- msgstr ""
2272
-
2273
- #: wpf-includes/wpf-phrases.php:520
2274
- msgid "You haven't permission to edit post from this forum"
2275
- msgstr ""
2276
-
2277
- #: wpf-includes/wpf-phrases.php:521
2278
- msgid "You successfully replied"
2279
- msgstr ""
2280
-
2281
- #: wpf-includes/wpf-phrases.php:522
2282
- msgid "Your forum successfully added"
2283
- msgstr ""
2284
-
2285
- #: wpf-includes/wpf-phrases.php:523
2286
- msgid "Your forum successfully deleted"
2287
- msgstr ""
2288
-
2289
- #: wpf-includes/wpf-phrases.php:524
2290
- msgid "Your profile data have been successfully updated."
2291
- msgstr ""
2292
-
2293
- #: wpf-includes/wpf-phrases.php:525
2294
- msgid "Your subscription for this item could not be confirmed"
2295
- msgstr ""
2296
-
2297
- #: wpf-includes/wpf-phrases.php:526
2298
- msgid "Your topic successfully added"
2299
- msgstr ""
2300
-
2301
- #. Plugin Name of the plugin/theme
2302
- msgid "Forum - wpForo"
2303
- msgstr ""
2304
-
2305
- #. Plugin URI of the plugin/theme
2306
- msgid "http://wpforo.com"
2307
- msgstr ""
2308
-
2309
- #. Description of the plugin/theme
2310
- msgid ""
2311
- "Next Generation of WordPress Forum Softwares. Everything you need to run an "
2312
- "efficient and professional community. Powerful and beautiful bulletin board "
2313
- "with unique features."
2314
- msgstr ""
2315
-
2316
- #. Author of the plugin/theme
2317
- msgid "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
2318
- msgstr ""
2319
-
2320
- #. Author URI of the plugin/theme
2321
- msgid "http://gvectors.com/"
2322
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
wpf-languages/wpforo-ko_KR.mo ADDED
Binary file
wpf-languages/{wpforo-de_CH.po → wpforo-ko_KR.po} RENAMED
@@ -2,15 +2,15 @@
2
  # This file is distributed under the same license as the wpForo package.
3
  msgid ""
4
  msgstr ""
5
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
6
  "Project-Id-Version: Forum - wpForo\n"
7
- "POT-Creation-Date: 2016-06-30 16:35+0400\n"
8
- "PO-Revision-Date: 2016-06-30 16:35+0400\n"
9
  "Language-Team: \n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 1.8.6\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-WPHeader: wpforo.php\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -18,17 +18,17 @@ msgstr ""
18
  "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
19
  "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
20
  "Last-Translator: \n"
21
- "Language: de_CH\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
  "X-Poedit-SearchPathExcluded-0: *.js\n"
24
 
25
  #: wpf-admin/dashboard.php:7 wpf-includes/wpf-phrases.php:403
26
  msgid "wpForo Dashboard"
27
- msgstr ""
28
 
29
  #: wpf-admin/dashboard.php:23 wpf-includes/wpf-phrases.php:356
30
  msgid "Welcome Message"
31
- msgstr ""
32
 
33
  #: wpf-admin/dashboard.php:29
34
  msgid ""
@@ -51,340 +51,369 @@ msgid ""
51
  "list of issues and requirements you'd like us to fix and add in near future. "
52
  "We're here to help you and improve wpForo as much as possible."
53
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
 
55
  #: wpf-admin/dashboard.php:60 wpf-includes/wpf-phrases.php:128
56
  msgid "General Information"
57
- msgstr ""
58
 
59
  #: wpf-admin/dashboard.php:64 wpf-includes/wpf-phrases.php:363
60
  msgid "You are currently running"
61
- msgstr ""
62
 
63
  #: wpf-admin/dashboard.php:65 wpf-includes/wpf-phrases.php:18
64
  msgid "Active Theme"
65
- msgstr ""
66
 
67
  #: wpf-admin/dashboard.php:66 wpf-includes/wpf-phrases.php:408
68
  msgid "wpForo Website"
69
- msgstr ""
70
 
71
  #: wpf-admin/dashboard.php:67 wpf-includes/wpf-phrases.php:316
72
  msgid "Support Forum"
73
- msgstr ""
74
 
75
  #: wpf-admin/dashboard.php:78 wpf-includes/wpf-phrases.php:286
76
  msgid "Server Information"
77
- msgstr ""
78
 
79
  #: wpf-admin/dashboard.php:108 wpf-includes/wpf-phrases.php:46
80
  msgid "Available"
81
- msgstr ""
82
 
83
  #: wpf-admin/dashboard.php:108 wpf-includes/wpf-phrases.php:205
84
  msgid "Not available"
85
- msgstr ""
86
 
87
  #: wpf-admin/dashboard.php:126 wpf-includes/wpf-phrases.php:49
88
  msgid "Board Statistic"
89
- msgstr ""
90
 
91
  #: wpf-admin/dashboard.php:132 wpf-admin/options.php:14
92
  #: wpf-includes/wpf-phrases.php:121
93
  msgid "Forums"
94
- msgstr ""
95
 
96
  #: wpf-admin/dashboard.php:136 wpf-includes/class-forums.php:537
97
  #: wpf-includes/wpf-phrases.php:334
98
  msgid "Topics"
99
- msgstr ""
100
 
101
  #: wpf-admin/dashboard.php:140 wpf-includes/class-forums.php:537
102
  #: wpf-includes/wpf-phrases.php:229
103
  msgid "Posts"
104
- msgstr ""
105
 
106
  #: wpf-admin/dashboard.php:144 wpf-admin/member.php:10 wpf-admin/options.php:17
107
  #: wpf-includes/wpf-phrases.php:175
108
  msgid "Members"
109
- msgstr ""
110
 
111
  #: wpf-admin/dashboard.php:148 wpf-includes/wpf-phrases.php:176
112
  msgid "Members Online"
113
- msgstr ""
114
 
115
  #: wpf-admin/dashboard.php:155 wpf-includes/wpf-phrases.php:44
116
  msgid "Attachments"
117
- msgstr ""
118
 
119
  #: wpf-admin/dashboard.php:159 wpf-includes/wpf-phrases.php:45
120
  msgid "Attachments Size"
121
- msgstr ""
122
 
123
  #: wpf-admin/forum.php:13 wpf-includes/functions.php:548
124
  #: wpf-includes/wpf-phrases.php:298
125
  msgid "Show on screen"
126
- msgstr ""
127
 
128
  #: wpf-admin/forum.php:15 wpf-admin/forum.php:114
129
  #: wpf-includes/wpf-phrases.php:111
130
  msgid "Forum Options"
131
- msgstr ""
132
 
133
  #: wpf-admin/forum.php:16 wpf-includes/wpf-phrases.php:220
134
  msgid "Permissions"
135
- msgstr ""
136
 
137
  #: wpf-admin/forum.php:17 wpf-includes/wpf-phrases.php:303
138
  msgid "Slug"
139
- msgstr ""
140
 
141
  #: wpf-admin/forum.php:18 wpf-includes/wpf-phrases.php:110
142
  msgid "Forum Meta"
143
- msgstr ""
144
 
145
  #: wpf-admin/forum.php:21 wpf-includes/wpf-phrases.php:270
146
  msgid "Screen Layout"
147
- msgstr ""
148
 
149
  #: wpf-admin/forum.php:22 wpf-includes/wpf-phrases.php:206
150
  msgid "Number of Columns"
151
- msgstr ""
152
 
153
  #: wpf-admin/forum.php:32 wpf-includes/functions.php:562
154
  #: wpf-includes/wpf-phrases.php:271
155
  msgid "Screen Options"
156
- msgstr ""
157
 
158
  #: wpf-admin/forum.php:43 wpf-includes/wpf-phrases.php:51
159
  msgid "Categories and Forums"
160
- msgstr ""
161
 
162
  #: wpf-admin/forum.php:44 wpf-admin/options-tabs/general.php:42
163
  #: wpf-admin/themes.php:10 wpf-admin/usergroup.php:8
164
  #: wpf-includes/wpf-phrases.php:20
165
  msgid "Add New"
166
- msgstr ""
167
 
168
  #: wpf-admin/forum.php:55 wpf-includes/wpf-phrases.php:222
169
  msgid "Please drag and drop forum panels to set parent-child hierarchy."
170
- msgstr ""
171
 
172
  #: wpf-admin/forum.php:69 wpf-includes/wpf-phrases.php:269
173
  msgid "Save forums order and hierarchy"
174
- msgstr ""
175
 
176
  #: wpf-admin/forum.php:96 wpf-includes/wpf-phrases.php:85
177
  msgid "Enter forum title here"
178
- msgstr ""
179
 
180
  #: wpf-admin/forum.php:101 wpf-includes/wpf-phrases.php:84
181
  msgid "Enter description here . . ."
182
- msgstr ""
183
 
184
  #: wpf-admin/forum.php:102 wpf-includes/wpf-phrases.php:326
185
  msgid ""
186
  "This is a forum description. This content will be displayed under forum "
187
  "title on the forum list."
188
  msgstr ""
 
 
189
 
190
  #: wpf-admin/forum.php:117 wpf-includes/wpf-phrases.php:218
191
  msgid "Parent Forum"
192
- msgstr ""
193
 
194
  #: wpf-admin/forum.php:120 wpf-includes/wpf-phrases.php:201
195
  msgid "No parent"
196
- msgstr ""
197
 
198
  #: wpf-admin/forum.php:125 wpf-includes/wpf-phrases.php:342
199
  msgid "Use as Category"
200
- msgstr ""
201
 
202
  #: wpf-admin/forum.php:127 wpf-includes/wpf-phrases.php:52
203
  msgid "Category Layout"
204
- msgstr ""
205
 
206
  #: wpf-admin/forum.php:137 wpf-includes/wpf-phrases.php:199
207
  msgid "No layout found."
208
- msgstr ""
209
 
210
  #: wpf-admin/forum.php:146 wpf-admin/forum.php:153
211
  #: wpf-includes/wpf-phrases.php:231
212
  msgid "Publish"
213
- msgstr ""
214
 
215
  #: wpf-admin/forum.php:150 wpf-includes/wpf-phrases.php:37
216
  msgid "Are you sure you want to delete this forum?"
217
- msgstr ""
218
 
219
  #: wpf-admin/forum.php:150 wpf-admin/themes.php:73 wpf-admin/usergroup.php:37
220
  #: wpf-admin/usergroup.php:133 wpf-includes/functions.php:256
221
  #: wpf-includes/functions.php:469 wpf-includes/wpf-hooks.php:807
222
  #: wpf-includes/wpf-phrases.php:65
223
  msgid "Delete"
224
- msgstr ""
225
 
226
  #: wpf-admin/forum.php:151 wpf-admin/usergroup.php:39
227
  #: wpf-includes/class-forums.php:543 wpf-includes/wpf-phrases.php:350
228
  msgid "View"
229
- msgstr ""
230
 
231
  #: wpf-admin/forum.php:221 wpf-includes/wpf-phrases.php:116
232
  msgid "Forum Slug"
233
- msgstr ""
234
 
235
  #: wpf-admin/forum.php:224 wpf-includes/wpf-phrases.php:319
236
  msgid ""
237
  "The \"slug\" is the URL-friendly version of the name. It is usually all "
238
  "lowercase and contains only letters, numbers, and hyphens."
239
  msgstr ""
 
 
240
 
241
  #: wpf-admin/forum.php:230 wpf-includes/wpf-phrases.php:114
242
  msgid "Forum SEO"
243
- msgstr ""
244
 
245
  #: wpf-admin/forum.php:233 wpf-includes/wpf-phrases.php:180
246
  msgid "Meta Description"
247
- msgstr ""
248
 
249
  #: wpf-admin/forum.php:262 wpf-includes/wpf-phrases.php:325
250
  msgid "This action will also delete all sub-forums, topics and replies."
251
- msgstr ""
252
 
253
  #: wpf-admin/forum.php:270 wpf-includes/wpf-phrases.php:135
254
  msgid ""
255
  "If you want to delete this forum and keep its sub-forums, topics and "
256
  "replies, please select a new target forum in dropdown below"
257
  msgstr ""
 
 
258
 
259
  #: wpf-admin/forum.php:279 wpf-includes/wpf-phrases.php:26
260
  msgid ""
261
  "All sub-forums, topics and replies will be attached to selected forum. "
262
  "Layout will be inherited from this forum."
263
  msgstr ""
 
 
264
 
265
  #: wpf-admin/options-tabs/accesses.php:9 wpf-includes/wpf-phrases.php:21
266
  msgid "Add New Forum Access"
267
- msgstr ""
268
 
269
  #: wpf-admin/options-tabs/accesses.php:13 wpf-includes/wpf-phrases.php:15
270
  msgid "Access names"
271
- msgstr ""
272
 
273
  #: wpf-admin/options-tabs/accesses.php:27 wpf-includes/class-forums.php:539
274
  #: wpf-includes/wpf-phrases.php:376
275
  msgid "edit"
276
- msgstr ""
277
 
278
  #: wpf-admin/options-tabs/accesses.php:28 wpf-includes/wpf-phrases.php:39
279
  msgid ""
280
  "Are you sure you want to remove this access set? Usergroups which attached "
281
  "to this access will lost all forum permissions."
282
  msgstr ""
 
 
283
 
284
  #: wpf-admin/options-tabs/accesses.php:28 wpf-includes/class-forums.php:541
285
  #: wpf-includes/wpf-phrases.php:375
286
  msgid "delete"
287
- msgstr ""
288
 
289
  #: wpf-admin/options-tabs/accesses.php:42 wpf-includes/wpf-phrases.php:14
290
  msgid "Access name"
291
- msgstr ""
292
 
293
  #: wpf-admin/options-tabs/accesses.php:62 wpf-includes/wpf-phrases.php:267
294
  msgid "Save"
295
- msgstr ""
296
 
297
  #: wpf-admin/options-tabs/accesses.php:62 wpf-includes/wpf-phrases.php:339
298
  msgid "Update"
299
- msgstr ""
300
 
301
  #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:291
302
  msgid "Show Admin Bar for Members"
303
- msgstr ""
304
 
305
  #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:328
306
  msgid "This option doesn't affect website admins."
307
- msgstr ""
308
 
309
  #: wpf-admin/options-tabs/features.php:10 wpf-includes/wpf-phrases.php:293
310
  msgid "Show Forum Page Title"
311
- msgstr ""
312
 
313
  #: wpf-admin/options-tabs/features.php:11 wpf-includes/wpf-phrases.php:296
314
  msgid "Show Top/Menu Bar"
315
- msgstr ""
316
 
317
  #: wpf-admin/options-tabs/features.php:12 wpf-includes/wpf-phrases.php:295
318
  msgid "Show Top Search"
319
- msgstr ""
320
 
321
  #: wpf-admin/options-tabs/features.php:13 wpf-includes/wpf-phrases.php:292
322
  msgid "Show Breadcrumb"
323
- msgstr ""
324
 
325
  #: wpf-admin/options-tabs/features.php:14 wpf-includes/wpf-phrases.php:294
326
  msgid "Show Forum Statistic"
327
- msgstr ""
328
 
329
  #: wpf-admin/options-tabs/features.php:15 wpf-includes/wpf-phrases.php:254
330
  msgid "Replace Author Link to Forum Profile"
331
- msgstr ""
332
 
333
  #: wpf-admin/options-tabs/features.php:16 wpf-includes/wpf-phrases.php:255
334
  msgid "Replace Comment Author Link to Forum Profile"
335
- msgstr ""
336
 
337
  #: wpf-admin/options-tabs/features.php:17 wpf-includes/wpf-phrases.php:257
338
  msgid "Replace Registration Page URL to Forum URL"
339
- msgstr ""
340
 
341
  #: wpf-admin/options-tabs/features.php:18 wpf-includes/wpf-phrases.php:256
342
  msgid "Replace Login Page URL to Forum URL"
343
- msgstr ""
344
 
345
  #: wpf-admin/options-tabs/features.php:19 wpf-includes/wpf-phrases.php:253
346
  msgid "Replace Author Avatar with Forum Profile Avatar"
347
- msgstr ""
348
 
349
  #: wpf-admin/options-tabs/features.php:20 wpf-includes/wpf-phrases.php:76
350
  msgid "Enable Avatars"
351
- msgstr ""
352
 
353
  #: wpf-admin/options-tabs/features.php:21 wpf-includes/wpf-phrases.php:77
354
  msgid "Enable Custom Avatars"
355
- msgstr ""
356
 
357
  #: wpf-admin/options-tabs/features.php:22 wpf-includes/wpf-phrases.php:31
358
  msgid "Allow Member Signature"
359
- msgstr ""
360
 
361
  #: wpf-admin/options-tabs/features.php:23 wpf-includes/wpf-phrases.php:79
362
  msgid "Enable Member Rating"
363
- msgstr ""
364
 
365
  #: wpf-admin/options-tabs/features.php:24 wpf-includes/wpf-phrases.php:80
366
  msgid "Enable Member Rating Titles"
367
- msgstr ""
368
 
369
  #: wpf-admin/options-tabs/features.php:25 wpf-includes/wpf-phrases.php:78
370
  msgid "Enable Member Cashe"
371
- msgstr ""
372
 
373
  #: wpf-admin/options-tabs/features.php:26 wpf-includes/wpf-phrases.php:83
374
  msgid "Enable wpForo SEO for Meta Titles"
375
- msgstr ""
376
 
377
  #: wpf-admin/options-tabs/features.php:27 wpf-includes/wpf-phrases.php:82
378
  msgid "Enable wpForo SEO for Meta Tags"
379
- msgstr ""
380
 
381
  #: wpf-admin/options-tabs/features.php:28 wpf-includes/wpf-phrases.php:81
382
  msgid "Enable wpForo Font-Awesome Lib"
383
- msgstr ""
384
 
385
  #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:132
386
  msgid "Help wpForo to grow, show plugin info"
387
- msgstr ""
388
 
389
  #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:223
390
  msgid ""
@@ -393,41 +422,45 @@ msgid ""
393
  "icon in forum footer, which will allow your site visitors recognize the name "
394
  "of forum solution you use."
395
  msgstr ""
 
 
 
 
396
 
397
  #: wpf-admin/options-tabs/features.php:46 wpf-includes/wpf-phrases.php:361
398
  msgid "Yes"
399
- msgstr ""
400
 
401
  #: wpf-admin/options-tabs/features.php:47 wpf-includes/wpf-phrases.php:193
402
  msgid "No"
403
- msgstr ""
404
 
405
  #: wpf-admin/options-tabs/features.php:57 wpf-admin/options-tabs/forums.php:16
406
  #: wpf-admin/options-tabs/general.php:49 wpf-admin/options-tabs/members.php:86
407
  #: wpf-admin/options-tabs/posts.php:57 wpf-admin/options-tabs/styles.php:46
408
  #: wpf-admin/options-tabs/subscriptions.php:75 wpf-includes/wpf-phrases.php:340
409
  msgid "Update Options"
410
- msgstr ""
411
 
412
  #: wpf-admin/options-tabs/general.php:14 wpf-includes/wpf-phrases.php:119
413
  msgid "Forum Title"
414
- msgstr ""
415
 
416
  #: wpf-admin/options-tabs/general.php:18 wpf-includes/wpf-phrases.php:106
417
  msgid "Forum Description"
418
- msgstr ""
419
 
420
  #: wpf-admin/options-tabs/general.php:22 wpf-includes/wpf-phrases.php:105
421
  msgid "Forum Base URL"
422
- msgstr ""
423
 
424
  #: wpf-admin/options-tabs/general.php:27 wpf-includes/wpf-phrases.php:63
425
  msgid "Dashboard Menu Position"
426
- msgstr ""
427
 
428
  #: wpf-admin/options-tabs/general.php:28 wpf-includes/wpf-phrases.php:320
429
  msgid "The position in the menu order wpForo should appear."
430
- msgstr ""
431
 
432
  #: wpf-admin/options-tabs/general.php:29 wpf-includes/wpf-phrases.php:344
433
  msgid ""
@@ -436,104 +469,107 @@ msgid ""
436
  "Plugins, 70 - below Users, 75 - below Tools, 80 - below Settings, 100 - "
437
  "below second separator"
438
  msgstr ""
 
 
 
439
 
440
  #: wpf-admin/options-tabs/general.php:37 wpf-includes/wpf-phrases.php:108
441
  msgid "Forum Language"
442
- msgstr ""
443
 
444
  #: wpf-admin/options-tabs/general.php:61 wpf-includes/wpf-phrases.php:142
445
  msgid "Language XML file"
446
- msgstr ""
447
 
448
  #: wpf-admin/options-tabs/general.php:70 wpf-includes/wpf-phrases.php:22
449
  msgid "Add New Language"
450
- msgstr ""
451
 
452
  #: wpf-admin/options-tabs/members.php:13 wpf-includes/wpf-phrases.php:214
453
  msgid "Online status timeout"
454
- msgstr ""
455
 
456
  #: wpf-admin/options-tabs/members.php:16 wpf-admin/options-tabs/posts.php:19
457
  #: wpf-admin/options-tabs/posts.php:23 wpf-admin/options-tabs/posts.php:31
458
  #: wpf-admin/options-tabs/posts.php:35 wpf-includes/wpf-phrases.php:385
459
  msgid "minutes"
460
- msgstr ""
461
 
462
  #: wpf-admin/options-tabs/members.php:20 wpf-includes/wpf-phrases.php:177
463
  msgid "Members URL structure"
464
- msgstr ""
465
 
466
  #: wpf-admin/options-tabs/members.php:30 wpf-includes/wpf-phrases.php:61
467
  msgid "Custom Authorisation URLs"
468
- msgstr ""
469
 
470
  #: wpf-admin/options-tabs/members.php:41 wpf-includes/wpf-phrases.php:160
471
  msgid "Login URL"
472
- msgstr ""
473
 
474
  #: wpf-admin/options-tabs/members.php:42 wpf-includes/wpf-phrases.php:249
475
  msgid "Register URL"
476
- msgstr ""
477
 
478
  #: wpf-admin/options-tabs/members.php:43 wpf-includes/wpf-phrases.php:162
479
  msgid "Lost Password URL"
480
- msgstr ""
481
 
482
  #: wpf-admin/options-tabs/members.php:49 wpf-includes/wpf-phrases.php:172
483
  msgid "Member Reputation"
484
- msgstr ""
485
 
486
  #: wpf-admin/options-tabs/members.php:57 wpf-includes/wpf-phrases.php:244
487
  msgid "Rating Level"
488
- msgstr ""
489
 
490
  #: wpf-admin/options-tabs/members.php:58 wpf-includes/wpf-phrases.php:181
491
  msgid "Min Number of Posts"
492
- msgstr ""
493
 
494
  #: wpf-admin/options-tabs/members.php:59 wpf-includes/wpf-phrases.php:173
495
  msgid "Member Title"
496
- msgstr ""
497
 
498
  #: wpf-admin/options-tabs/members.php:60 wpf-includes/wpf-phrases.php:290
499
  msgid "Short Badge"
500
- msgstr ""
501
 
502
  #: wpf-admin/options-tabs/members.php:61 wpf-includes/wpf-phrases.php:126
503
  msgid "Full Badge"
504
- msgstr ""
505
 
506
  #: wpf-admin/options-tabs/members.php:62 wpf-includes/wpf-phrases.php:242
507
  msgid "Rating Color"
508
- msgstr ""
509
 
510
  #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:243
511
  msgid "Rating Icon"
512
- msgstr ""
513
 
514
  #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:183
515
  msgid "More"
516
- msgstr ""
517
 
518
  #: wpf-admin/options-tabs/members.php:68 wpf-includes/wpf-phrases.php:156
519
  msgid "Level"
520
- msgstr ""
521
 
522
  #: wpf-admin/options-tabs/members.php:69 wpf-includes/wpf-phrases.php:208
523
  msgid "Number of Posts"
524
- msgstr ""
525
 
526
  #: wpf-admin/options-tabs/members.php:70 wpf-includes/wpf-phrases.php:62
527
  msgid "Custom Title"
528
- msgstr ""
529
 
530
  #: wpf-admin/options-tabs/members.php:73 wpf-includes/wpf-phrases.php:56
531
  msgid "Color"
532
- msgstr ""
533
 
534
  #: wpf-admin/options-tabs/members.php:74 wpf-includes/wpf-phrases.php:48
535
  msgid "Badge Icon"
536
- msgstr ""
537
 
538
  #: wpf-admin/options-tabs/plugins.php:9
539
  msgid ""
@@ -547,34 +583,42 @@ msgid ""
547
  "very soon. Once you got some addon and activated that, you will find "
548
  "settings in vertical subTabs here."
549
  msgstr ""
 
 
 
 
 
 
 
 
550
 
551
  #: wpf-admin/options-tabs/posts.php:14 wpf-includes/wpf-phrases.php:210
552
  msgid "Number of Topics per Page"
553
- msgstr ""
554
 
555
  #: wpf-admin/options-tabs/posts.php:18 wpf-includes/wpf-phrases.php:30
556
  msgid "Allow Edit Own Topic for"
557
- msgstr ""
558
 
559
  #: wpf-admin/options-tabs/posts.php:22 wpf-includes/wpf-phrases.php:27
560
  msgid "Allow Delete Own Topic for"
561
- msgstr ""
562
 
563
  #: wpf-admin/options-tabs/posts.php:26 wpf-includes/wpf-phrases.php:209
564
  msgid "Number of Posts per Page"
565
- msgstr ""
566
 
567
  #: wpf-admin/options-tabs/posts.php:30 wpf-includes/wpf-phrases.php:29
568
  msgid "Allow Edit Own Post for"
569
- msgstr ""
570
 
571
  #: wpf-admin/options-tabs/posts.php:34 wpf-includes/wpf-phrases.php:28
572
  msgid "Allow Delete Own post for"
573
- msgstr ""
574
 
575
  #: wpf-admin/options-tabs/posts.php:40 wpf-includes/wpf-phrases.php:167
576
  msgid "Maximum upload file size"
577
- msgstr ""
578
 
579
  #: wpf-admin/options-tabs/posts.php:41 wpf-includes/wpf-phrases.php:365
580
  msgid ""
@@ -582,265 +626,272 @@ msgid ""
582
  "\"post_max_size\". If you want to increase server parameters please contact "
583
  "to your hosting service support."
584
  msgstr ""
 
 
 
585
 
586
  #: wpf-admin/options-tabs/posts.php:44 wpf-includes/wpf-phrases.php:164
587
  msgid "MB"
588
- msgstr ""
589
 
590
  #: wpf-admin/options-tabs/posts.php:47 wpf-includes/wpf-phrases.php:285
591
  msgid "Server \"upload_max_filesize\" is "
592
- msgstr ""
593
 
594
  #: wpf-admin/options-tabs/posts.php:48 wpf-includes/wpf-phrases.php:284
595
  msgid "Server \"post_max_size\" is "
596
- msgstr ""
597
 
598
  #: wpf-admin/options-tabs/subscriptions.php:13 wpf-includes/wpf-phrases.php:124
599
  msgid "From Name"
600
- msgstr ""
601
 
602
  #: wpf-admin/options-tabs/subscriptions.php:17 wpf-includes/wpf-phrases.php:123
603
  msgid "From Email Address"
604
- msgstr ""
605
 
606
  #: wpf-admin/options-tabs/subscriptions.php:22 wpf-includes/wpf-phrases.php:104
607
  msgid "Forum Admin Email Addresses"
608
- msgstr ""
609
 
610
  #: wpf-admin/options-tabs/subscriptions.php:23 wpf-includes/wpf-phrases.php:57
611
  msgid ""
612
  "Comma separated email addresses of forum administrators to get forum "
613
  "notifications. For example post report messages."
614
  msgstr ""
 
 
615
 
616
  #: wpf-admin/options-tabs/subscriptions.php:29 wpf-includes/wpf-phrases.php:314
617
  msgid "Subscription Emails"
618
- msgstr ""
619
 
620
  #: wpf-admin/options-tabs/subscriptions.php:33 wpf-includes/wpf-phrases.php:311
621
  msgid "Subscribe confirmation email subject"
622
- msgstr ""
623
 
624
  #: wpf-admin/options-tabs/subscriptions.php:37 wpf-includes/wpf-phrases.php:310
625
  msgid "Subscribe confirmation email message"
626
- msgstr ""
627
 
628
  #: wpf-admin/options-tabs/subscriptions.php:41 wpf-includes/wpf-phrases.php:192
629
  msgid "New topic notification email subject"
630
- msgstr ""
631
 
632
  #: wpf-admin/options-tabs/subscriptions.php:45 wpf-includes/wpf-phrases.php:191
633
  msgid "New topic notification email message"
634
- msgstr ""
635
 
636
  #: wpf-admin/options-tabs/subscriptions.php:49 wpf-includes/wpf-phrases.php:190
637
  msgid "New reply notification email subject"
638
- msgstr ""
639
 
640
  #: wpf-admin/options-tabs/subscriptions.php:53 wpf-includes/wpf-phrases.php:189
641
  msgid "New reply notification email message"
642
- msgstr ""
643
 
644
  #: wpf-admin/options-tabs/subscriptions.php:58 wpf-includes/wpf-phrases.php:224
645
  msgid "Post Reporting Emails"
646
- msgstr ""
647
 
648
  #: wpf-admin/options-tabs/subscriptions.php:59 wpf-includes/wpf-phrases.php:327
649
  msgid "This message comes from post reporting pop-up form."
650
- msgstr ""
651
 
652
  #: wpf-admin/options-tabs/subscriptions.php:64 wpf-includes/wpf-phrases.php:263
653
  msgid "Report message subject"
654
- msgstr ""
655
 
656
  #: wpf-admin/options-tabs/subscriptions.php:69 wpf-includes/wpf-phrases.php:262
657
  msgid "Report message body"
658
- msgstr ""
659
 
660
  #: wpf-admin/options.php:8 wpf-includes/wpf-phrases.php:115
661
  msgid "Forum Settings"
662
- msgstr ""
663
 
664
  #: wpf-admin/options.php:13 wpf-includes/wpf-phrases.php:127
665
  msgid "General"
666
- msgstr ""
667
 
668
  #: wpf-admin/options.php:15 wpf-includes/wpf-phrases.php:103
669
  msgid "Forum Accesses"
670
- msgstr ""
671
 
672
  #: wpf-admin/options.php:16 wpf-includes/wpf-phrases.php:335
673
  msgid "Topics &amp; Posts"
674
- msgstr ""
675
 
676
  #: wpf-admin/options.php:18 wpf-includes/wpf-phrases.php:75
677
  msgid "Emails"
678
- msgstr ""
679
 
680
  #: wpf-admin/options.php:19 wpf-includes/wpf-phrases.php:94
681
  msgid "Features"
682
- msgstr ""
683
 
684
  #: wpf-admin/options.php:21 wpf-includes/wpf-phrases.php:308
685
  msgid "Styles"
686
- msgstr ""
687
 
688
  #: wpf-admin/options.php:22 wpf-includes/wpf-phrases.php:25
689
  msgid "Addons"
690
- msgstr ""
691
 
692
  #: wpf-admin/phrase.php:10 wpf-includes/wpf-phrases.php:125
693
  msgid "Front-end Phrases"
694
- msgstr ""
695
 
696
  #: wpf-admin/themes.php:9 wpf-includes/wpf-phrases.php:118
697
  msgid "Forum Themes"
698
- msgstr ""
699
 
700
  #: wpf-admin/themes.php:46 wpf-includes/wpf-phrases.php:60
701
  msgid "Current active theme"
702
- msgstr ""
703
 
704
  #: wpf-admin/themes.php:48 wpf-includes/wpf-phrases.php:136
705
  msgid "Inactive"
706
- msgstr ""
707
 
708
  #: wpf-admin/themes.php:52 wpf-includes/wpf-phrases.php:141
709
  msgid "LAYOUTS"
710
- msgstr ""
711
 
712
  #: wpf-admin/themes.php:68 wpf-includes/wpf-phrases.php:17
713
  msgid "Activate"
714
- msgstr ""
715
 
716
  #: wpf-admin/themes.php:69 wpf-includes/wpf-phrases.php:122
717
  msgid "Fresh Installation"
718
- msgstr ""
719
 
720
  #: wpf-admin/themes.php:71 wpf-includes/wpf-phrases.php:138
721
  msgid "Install"
722
- msgstr ""
723
 
724
  #: wpf-admin/themes.php:73 wpf-includes/wpf-phrases.php:38
725
  msgid "Are you sure you want to delete this theme files?"
726
- msgstr ""
727
 
728
  #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:40
729
  msgid ""
730
  "Are you sure you want to reset all settings and style colors to default?"
731
- msgstr ""
732
 
733
  #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:265
734
  msgid "Reset Settings"
735
- msgstr ""
736
 
737
  #: wpf-admin/themes.php:96 wpf-includes/wpf-phrases.php:198
738
  msgid "No layout found"
739
- msgstr ""
740
 
741
  #: wpf-admin/themes.php:107 wpf-includes/wpf-phrases.php:203
742
  msgid "No theme found"
743
- msgstr ""
744
 
745
  #: wpf-admin/usergroup.php:8
746
  msgid "Usergroups"
747
- msgstr ""
748
 
749
  #: wpf-admin/usergroup.php:18 wpf-admin/usergroup.php:30
750
  #: wpf-admin/usergroup.php:62
751
  msgid "Usergroup Name"
752
- msgstr ""
753
 
754
  #: wpf-admin/usergroup.php:19
755
  msgid "Users Count"
756
- msgstr ""
757
 
758
  #: wpf-admin/usergroup.php:36
759
  msgid "Edit this usergroup"
760
- msgstr ""
761
 
762
  #: wpf-admin/usergroup.php:36 wpf-includes/functions.php:254
763
  #: wpf-includes/functions.php:467 wpf-includes/wpf-phrases.php:72
764
  msgid "Edit"
765
- msgstr ""
766
 
767
  #: wpf-admin/usergroup.php:37
768
  msgid "Delete this usergroup"
769
- msgstr ""
770
 
771
  #: wpf-admin/usergroup.php:39
772
  msgid "View users list in this usergroup"
773
- msgstr ""
774
 
775
  #: wpf-admin/usergroup.php:43
776
  msgid "Count of users in this usergroup"
777
- msgstr ""
778
 
779
  #: wpf-admin/usergroup.php:62 wpf-includes/wpf-phrases.php:131
780
  msgid "Guest"
781
- msgstr ""
782
 
783
  #: wpf-admin/usergroup.php:85 wpf-includes/wpf-phrases.php:369
784
  msgid "add"
785
- msgstr ""
786
 
787
  #: wpf-admin/usergroup.php:85
788
  msgid "save"
789
- msgstr ""
790
 
791
  #: wpf-admin/usergroup.php:106
792
  msgid "Delete Chosen Usergroup And Users"
793
- msgstr ""
794
 
795
  #: wpf-admin/usergroup.php:116
796
  msgid "Delete Chosen Usergroup And Join Users To Other Usergroup"
797
- msgstr ""
798
 
799
  #: wpf-admin/usergroup.php:128
800
  msgid "Users will be join this usergroup"
801
- msgstr ""
802
 
803
  #: wpf-includes/class-notices.php:128 wpf-includes/wpf-phrases.php:68
804
  msgid "Dismiss this notice."
805
- msgstr ""
806
 
807
  #: wpf-includes/class-permissions.php:116 wpf-includes/wpf-phrases.php:415
808
  #, php-format
809
  msgid "%s access successfully added"
810
- msgstr ""
811
 
812
  #: wpf-includes/class-permissions.php:141 wpf-includes/wpf-phrases.php:416
813
  #, php-format
814
  msgid "%s access successfully edited"
815
- msgstr ""
816
 
817
  #: wpf-includes/class-phrases.php:157
818
  #: wpf-includes/functions-installation.php:28 wpf-includes/wpf-phrases.php:7
819
  msgid " Forum"
820
- msgstr ""
821
 
822
  #: wpf-includes/class-phrases.php:158
823
  #: wpf-includes/functions-installation.php:29 wpf-includes/wpf-phrases.php:6
824
  msgid " Discussion Board"
825
- msgstr ""
826
 
827
  #: wpf-includes/class-template.php:868 wpf-includes/wpf-phrases.php:324
828
  msgid "Theme file not readable"
829
- msgstr ""
830
 
831
  #: wpf-includes/functions-template.php:7
832
  msgid "wpForo Menu"
833
- msgstr ""
834
 
835
  #: wpf-includes/functions-template.php:149 wpf-includes/wpf-phrases.php:405
836
  msgid "wpForo Sidebar"
837
- msgstr ""
838
 
839
  #: wpf-includes/functions-template.php:150 wpf-includes/wpf-phrases.php:188
840
  msgid ""
841
  "NOTE: If you're going to add widgets in this sidebar, please use 'Full "
842
  "Width' template for wpForo index page to avoid sidebar duplication."
843
  msgstr ""
 
 
844
 
845
  #: wpf-includes/functions-template.php:188
846
  #: wpf-includes/functions-template.php:295
@@ -848,65 +899,65 @@ msgstr ""
848
  #: wpf-includes/functions-template.php:435
849
  #: wpf-includes/functions-template.php:482 wpf-includes/wpf-phrases.php:330
850
  msgid "Title"
851
- msgstr ""
852
 
853
  #: wpf-includes/functions-template.php:361
854
  #: wpf-includes/functions-template.php:438 wpf-includes/wpf-phrases.php:207
855
  msgid "Number of Items"
856
- msgstr ""
857
 
858
  #: wpf-includes/functions-template.php:366 wpf-includes/wpf-phrases.php:69
859
  msgid "Display Avatars"
860
- msgstr ""
861
 
862
  #: wpf-includes/functions-template.php:442 wpf-includes/wpf-phrases.php:71
863
  msgid "Display with Avatars"
864
- msgstr ""
865
 
866
  #: wpf-includes/functions.php:252 wpf-includes/functions.php:465
867
  #: wpf-includes/wpf-phrases.php:50
868
  msgid "Bulk Actions"
869
- msgstr ""
870
 
871
  #: wpf-includes/functions.php:259 wpf-includes/functions.php:553
872
  #: wpf-includes/wpf-phrases.php:36
873
  msgid "Apply"
874
- msgstr ""
875
 
876
  #: wpf-includes/functions.php:268 wpf-includes/wpf-phrases.php:297
877
  msgid "Show all forums"
878
- msgstr ""
879
 
880
  #: wpf-includes/functions.php:297 wpf-includes/functions.php:475
881
  #: wpf-includes/wpf-phrases.php:380
882
  msgid "item"
883
- msgstr ""
884
 
885
  #: wpf-includes/functions.php:330 wpf-includes/functions.php:346
886
  #: wpf-includes/wpf-phrases.php:281
887
  msgid "Select All"
888
- msgstr ""
889
 
890
  #: wpf-includes/functions.php:412 wpf-includes/wpf-phrases.php:66
891
  msgid "Delete this item"
892
- msgstr ""
893
 
894
  #: wpf-includes/functions.php:412 wpf-includes/wpf-phrases.php:41
895
  msgid "Are you sure you whant to DELETE this item?"
896
- msgstr ""
897
 
898
  #: wpf-includes/functions.php:457 wpf-includes/wpf-phrases.php:197
899
  msgid "No items found"
900
- msgstr ""
901
 
902
  #: wpf-includes/functions.php:552 wpf-includes/wpf-phrases.php:139
903
  msgid "Items"
904
- msgstr ""
905
 
906
  #: wpf-includes/functions.php:795
907
  #, php-format
908
  msgid "Could not write file %s"
909
- msgstr ""
910
 
911
  #: wpf-includes/wpf-hooks.php:20 wpf-includes/wpf-phrases.php:134
912
  msgid ""
@@ -917,655 +968,663 @@ msgid ""
917
  "please confirm. If not, just cancel it, then you can deactivate this plugin, "
918
  "that will not remove forum data."
919
  msgstr ""
 
 
 
 
 
 
920
 
921
  #: wpf-includes/wpf-hooks.php:20
922
  msgid "Uninstall"
923
- msgstr ""
924
 
925
  #: wpf-includes/wpf-hooks.php:23
926
  msgid "Settings"
927
- msgstr ""
928
 
929
  #: wpf-includes/wpf-hooks.php:806 wpf-includes/wpf-phrases.php:184
930
  msgid "Move"
931
- msgstr ""
932
 
933
  #: wpf-includes/wpf-hooks.php:852
934
  msgid "Dismiss"
935
- msgstr ""
936
 
937
  #: wpf-includes/wpf-hooks.php:877 wpf-includes/wpf-phrases.php:407
938
  msgid "wpForo Usergroup"
939
- msgstr ""
940
 
941
  #: wpf-includes/wpf-hooks.php:885 wpf-includes/wpf-phrases.php:406
942
  msgid "wpForo User Timezone"
943
- msgstr ""
944
 
945
  #: wpf-includes/wpf-phrases.php:8
946
  #, php-format
947
  msgid "%s and %s liked"
948
- msgstr ""
949
 
950
  #: wpf-includes/wpf-phrases.php:9
951
  #, php-format
952
  msgid "%s liked"
953
- msgstr ""
954
 
955
  #: wpf-includes/wpf-phrases.php:10
956
  #, php-format
957
  msgid "%s, %s and %s liked"
958
- msgstr ""
959
 
960
  #: wpf-includes/wpf-phrases.php:11
961
  #, php-format
962
  msgid "%s, %s, %s and %d people liked"
963
- msgstr ""
964
 
965
  #: wpf-includes/wpf-phrases.php:12
966
  msgid "AOL IM"
967
- msgstr ""
968
 
969
  #: wpf-includes/wpf-phrases.php:13
970
  msgid "About Me"
971
- msgstr ""
972
 
973
  #: wpf-includes/wpf-phrases.php:16
974
  msgid "Account"
975
- msgstr ""
976
 
977
  #: wpf-includes/wpf-phrases.php:19
978
  msgid "Activity"
979
- msgstr ""
980
 
981
  #: wpf-includes/wpf-phrases.php:23
982
  msgid "Add a comment"
983
- msgstr ""
984
 
985
  #: wpf-includes/wpf-phrases.php:24
986
  msgid "Add topic"
987
- msgstr ""
988
 
989
  #: wpf-includes/wpf-phrases.php:32
990
  msgid "Answer"
991
- msgstr ""
992
 
993
  #: wpf-includes/wpf-phrases.php:33
994
  msgid "Answer to"
995
- msgstr ""
996
 
997
  #: wpf-includes/wpf-phrases.php:34
998
  msgid "Answers"
999
- msgstr ""
1000
 
1001
  #: wpf-includes/wpf-phrases.php:35
1002
  msgid "Any Date"
1003
- msgstr ""
1004
 
1005
  #: wpf-includes/wpf-phrases.php:42
1006
  msgid "Ascending order"
1007
- msgstr ""
1008
 
1009
  #: wpf-includes/wpf-phrases.php:43
1010
  msgid "Attach file:"
1011
- msgstr ""
1012
 
1013
  #: wpf-includes/wpf-phrases.php:47
1014
  msgid "Avatar"
1015
- msgstr ""
1016
 
1017
  #: wpf-includes/wpf-phrases.php:53
1018
  msgid "Change password"
1019
- msgstr ""
1020
 
1021
  #: wpf-includes/wpf-phrases.php:54
1022
  msgid "Choose target forum"
1023
- msgstr ""
1024
 
1025
  #: wpf-includes/wpf-phrases.php:55 wpf-themes/classic/functions.php:31
1026
  #: wpf-themes/classic/functions.php:52 wpf-themes/classic/functions.php:81
1027
  msgid "Collapsed"
1028
- msgstr ""
1029
 
1030
  #: wpf-includes/wpf-phrases.php:58
1031
  msgid "Comments"
1032
- msgstr ""
1033
 
1034
  #: wpf-includes/wpf-phrases.php:59
1035
  msgid "Confirm my subscription"
1036
- msgstr ""
1037
 
1038
  #: wpf-includes/wpf-phrases.php:64
1039
  msgid "Date"
1040
- msgstr ""
1041
 
1042
  #: wpf-includes/wpf-phrases.php:67
1043
  msgid "Descending order"
1044
- msgstr ""
1045
 
1046
  #: wpf-includes/wpf-phrases.php:70
1047
  msgid "Display Name"
1048
- msgstr ""
1049
 
1050
  #: wpf-includes/wpf-phrases.php:73
1051
  msgid "Edited: "
1052
- msgstr ""
1053
 
1054
  #: wpf-includes/wpf-phrases.php:74
1055
  msgid "Email"
1056
- msgstr ""
1057
 
1058
  #: wpf-includes/wpf-phrases.php:86
1059
  msgid "Enter title here"
1060
- msgstr ""
1061
 
1062
  #: wpf-includes/wpf-phrases.php:87 wpf-themes/classic/functions.php:30
1063
  #: wpf-themes/classic/functions.php:51 wpf-themes/classic/functions.php:80
1064
  msgid "Expanded"
1065
- msgstr ""
1066
 
1067
  #: wpf-includes/wpf-phrases.php:88 wpf-themes/classic/functions.php:77
1068
  msgid "Extended Layout - Intro posts"
1069
- msgstr ""
1070
 
1071
  #: wpf-includes/wpf-phrases.php:89 wpf-themes/classic/functions.php:27
1072
  msgid "Extended Layout - Intro topics"
1073
- msgstr ""
1074
 
1075
  #: wpf-includes/wpf-phrases.php:90 wpf-themes/classic/functions.php:87
1076
  msgid "Extended Layout - Number of intro posts"
1077
- msgstr ""
1078
 
1079
  #: wpf-includes/wpf-phrases.php:91 wpf-themes/classic/functions.php:36
1080
  msgid "Extended Layout - Number of intro topics"
1081
- msgstr ""
1082
 
1083
  #: wpf-includes/wpf-phrases.php:92
1084
  msgid "Facebook"
1085
- msgstr ""
1086
 
1087
  #: wpf-includes/wpf-phrases.php:93
1088
  msgid "Failed to write file to disk"
1089
- msgstr ""
1090
 
1091
  #: wpf-includes/wpf-phrases.php:95
1092
  msgid "File upload stopped by extension"
1093
- msgstr ""
1094
 
1095
  #: wpf-includes/wpf-phrases.php:96
1096
  msgid "Find Posts by User"
1097
- msgstr ""
1098
 
1099
  #: wpf-includes/wpf-phrases.php:97
1100
  msgid "Find Topics Started by User"
1101
- msgstr ""
1102
 
1103
  #: wpf-includes/wpf-phrases.php:98
1104
  msgid "First post and replies"
1105
- msgstr ""
1106
 
1107
  #: wpf-includes/wpf-phrases.php:99
1108
  msgid "Forum"
1109
- msgstr ""
1110
 
1111
  #: wpf-includes/wpf-phrases.php:100
1112
  msgid "Forum - Login"
1113
- msgstr ""
1114
 
1115
  #: wpf-includes/wpf-phrases.php:101
1116
  msgid "Forum - Page Not Found"
1117
- msgstr ""
1118
 
1119
  #: wpf-includes/wpf-phrases.php:102
1120
  msgid "Forum - Registration"
1121
- msgstr ""
1122
 
1123
  #: wpf-includes/wpf-phrases.php:107
1124
  msgid "Forum Home"
1125
- msgstr ""
1126
 
1127
  #: wpf-includes/wpf-phrases.php:109
1128
  msgid "Forum Members"
1129
- msgstr ""
1130
 
1131
  #: wpf-includes/wpf-phrases.php:112
1132
  msgid "Forum Profile"
1133
- msgstr ""
1134
 
1135
  #: wpf-includes/wpf-phrases.php:113
1136
  msgid "Forum RSS Feed"
1137
- msgstr ""
1138
 
1139
  #: wpf-includes/wpf-phrases.php:117
1140
  msgid "Forum Statistics"
1141
- msgstr ""
1142
 
1143
  #: wpf-includes/wpf-phrases.php:120
1144
  msgid "Forum is empty"
1145
- msgstr ""
1146
 
1147
  #: wpf-includes/wpf-phrases.php:129
1148
  msgid "Group"
1149
- msgstr ""
1150
 
1151
  #: wpf-includes/wpf-phrases.php:130
1152
  msgid "Gtalk"
1153
- msgstr ""
1154
 
1155
  #: wpf-includes/wpf-phrases.php:133
1156
  msgid "ICQ"
1157
- msgstr ""
1158
 
1159
  #: wpf-includes/wpf-phrases.php:137
1160
  msgid "Insert member name or email"
1161
- msgstr ""
1162
 
1163
  #: wpf-includes/wpf-phrases.php:140
1164
  msgid "Joined"
1165
- msgstr ""
1166
 
1167
  #: wpf-includes/wpf-phrases.php:143
1168
  msgid "Last 24 hours"
1169
- msgstr ""
1170
 
1171
  #: wpf-includes/wpf-phrases.php:144
1172
  msgid "Last 3 Months"
1173
- msgstr ""
1174
 
1175
  #: wpf-includes/wpf-phrases.php:145
1176
  msgid "Last 6 Months"
1177
- msgstr ""
1178
 
1179
  #: wpf-includes/wpf-phrases.php:146
1180
  msgid "Last Active"
1181
- msgstr ""
1182
 
1183
  #: wpf-includes/wpf-phrases.php:147
1184
  msgid "Last Month"
1185
- msgstr ""
1186
 
1187
  #: wpf-includes/wpf-phrases.php:148
1188
  msgid "Last Post"
1189
- msgstr ""
1190
 
1191
  #: wpf-includes/wpf-phrases.php:149
1192
  msgid "Last Post Info"
1193
- msgstr ""
1194
 
1195
  #: wpf-includes/wpf-phrases.php:150
1196
  msgid "Last Week"
1197
- msgstr ""
1198
 
1199
  #: wpf-includes/wpf-phrases.php:151
1200
  msgid "Last Year ago"
1201
- msgstr ""
1202
 
1203
  #: wpf-includes/wpf-phrases.php:152
1204
  #, php-format
1205
  msgid "Last post by %s"
1206
- msgstr ""
1207
 
1208
  #: wpf-includes/wpf-phrases.php:153
1209
  msgid "Latest Post"
1210
- msgstr ""
1211
 
1212
  #: wpf-includes/wpf-phrases.php:154
1213
  msgid "Leave a reply"
1214
- msgstr ""
1215
 
1216
  #: wpf-includes/wpf-phrases.php:155
1217
  msgid "Length must be between 3 characters and 15 characters."
1218
- msgstr ""
1219
 
1220
  #: wpf-includes/wpf-phrases.php:157
1221
  msgid "Liked"
1222
- msgstr ""
1223
 
1224
  #: wpf-includes/wpf-phrases.php:158
1225
  msgid "Location"
1226
- msgstr ""
1227
 
1228
  #: wpf-includes/wpf-phrases.php:159
1229
  msgid "Login"
1230
- msgstr ""
1231
 
1232
  #: wpf-includes/wpf-phrases.php:161
1233
  msgid "Logout"
1234
- msgstr ""
1235
 
1236
  #: wpf-includes/wpf-phrases.php:163
1237
  msgid "Lost your password?"
1238
- msgstr ""
1239
 
1240
  #: wpf-includes/wpf-phrases.php:165
1241
  msgid "MSN"
1242
- msgstr ""
1243
 
1244
  #: wpf-includes/wpf-phrases.php:166
1245
  msgid "Maximum allowed file size is"
1246
- msgstr ""
1247
 
1248
  #: wpf-includes/wpf-phrases.php:168
1249
  msgid "Member Activity"
1250
- msgstr ""
1251
 
1252
  #: wpf-includes/wpf-phrases.php:169
1253
  msgid "Member Information"
1254
- msgstr ""
1255
 
1256
  #: wpf-includes/wpf-phrases.php:170
1257
  msgid "Member Rating"
1258
- msgstr ""
1259
 
1260
  #: wpf-includes/wpf-phrases.php:171
1261
  msgid "Member Rating Badge"
1262
- msgstr ""
1263
 
1264
  #: wpf-includes/wpf-phrases.php:174
1265
  msgid "Member information"
1266
- msgstr ""
1267
 
1268
  #: wpf-includes/wpf-phrases.php:178
1269
  msgid "Members not found"
1270
- msgstr ""
1271
 
1272
  #: wpf-includes/wpf-phrases.php:179
1273
  msgid "Messages"
1274
- msgstr ""
1275
 
1276
  #: wpf-includes/wpf-phrases.php:182
1277
  msgid "Missing a temporary folder"
1278
- msgstr ""
1279
 
1280
  #: wpf-includes/wpf-phrases.php:185
1281
  msgid "Move topic"
1282
- msgstr ""
1283
 
1284
  #: wpf-includes/wpf-phrases.php:186
1285
  msgid "Must be minimum 6 characters."
1286
- msgstr ""
1287
 
1288
  #: wpf-includes/wpf-phrases.php:187
1289
  msgid "My Profile"
1290
- msgstr ""
1291
 
1292
  #: wpf-includes/wpf-phrases.php:194
1293
  msgid "No activity found for this member."
1294
- msgstr ""
1295
 
1296
  #: wpf-includes/wpf-phrases.php:195
1297
  msgid "No file was uploaded"
1298
- msgstr ""
1299
 
1300
  #: wpf-includes/wpf-phrases.php:196
1301
  msgid "No forums were found here."
1302
- msgstr ""
1303
 
1304
  #: wpf-includes/wpf-phrases.php:200
1305
  msgid "No online members at the moment"
1306
- msgstr ""
1307
 
1308
  #: wpf-includes/wpf-phrases.php:202
1309
  msgid "No subscriptions found for this member."
1310
- msgstr ""
1311
 
1312
  #: wpf-includes/wpf-phrases.php:204
1313
  msgid "No topics were found here"
1314
- msgstr ""
1315
 
1316
  #: wpf-includes/wpf-phrases.php:211
1317
  msgid "Occupation"
1318
- msgstr ""
1319
 
1320
  #: wpf-includes/wpf-phrases.php:212
1321
  msgid "Offline"
1322
- msgstr ""
1323
 
1324
  #: wpf-includes/wpf-phrases.php:213
1325
  msgid "Online"
1326
- msgstr ""
1327
 
1328
  #: wpf-includes/wpf-phrases.php:215
1329
  msgid "Oops! The page you requested was not found!"
1330
- msgstr ""
1331
 
1332
  #: wpf-includes/wpf-phrases.php:216
1333
  msgid "Our newest member"
1334
- msgstr ""
1335
 
1336
  #: wpf-includes/wpf-phrases.php:217
1337
  msgid "Page"
1338
- msgstr ""
1339
 
1340
  #: wpf-includes/wpf-phrases.php:219
1341
  msgid "Password"
1342
- msgstr ""
1343
 
1344
  #: wpf-includes/wpf-phrases.php:221
1345
  #, php-format
1346
  msgid "Please %s or %s"
1347
- msgstr ""
1348
 
1349
  #: wpf-includes/wpf-phrases.php:225
1350
  msgid "Post Title"
1351
- msgstr ""
1352
 
1353
  #: wpf-includes/wpf-phrases.php:226
1354
  msgid "Post link"
1355
- msgstr ""
1356
 
1357
  #: wpf-includes/wpf-phrases.php:227
1358
  msgid "Posted"
1359
- msgstr ""
1360
 
1361
  #: wpf-includes/wpf-phrases.php:228
1362
  msgid "Posted by"
1363
- msgstr ""
1364
 
1365
  #: wpf-includes/wpf-phrases.php:230
1366
  msgid "Powered by"
1367
- msgstr ""
1368
 
1369
  #: wpf-includes/wpf-phrases.php:232 wpf-themes/classic/functions.php:57
1370
  msgid "Q&A Layout - Number of intro topics"
1371
- msgstr ""
1372
 
1373
  #: wpf-includes/wpf-phrases.php:233 wpf-themes/classic/functions.php:48
1374
  msgid "Q&A layout - Intro topics"
1375
- msgstr ""
1376
 
1377
  #: wpf-includes/wpf-phrases.php:234
1378
  msgid "Question Comments"
1379
- msgstr ""
1380
 
1381
  #: wpf-includes/wpf-phrases.php:235
1382
  msgid "Questions"
1383
- msgstr ""
1384
 
1385
  #: wpf-includes/wpf-phrases.php:236
1386
  msgid "Quote"
1387
- msgstr ""
1388
 
1389
  #: wpf-includes/wpf-phrases.php:237
1390
  msgid "RE"
1391
- msgstr ""
1392
 
1393
  #: wpf-includes/wpf-phrases.php:238
1394
  msgid "REPLY:"
1395
- msgstr ""
1396
 
1397
  #: wpf-includes/wpf-phrases.php:239
1398
  msgid "RSS"
1399
- msgstr ""
1400
 
1401
  #: wpf-includes/wpf-phrases.php:240
1402
  msgid "Rating"
1403
- msgstr ""
1404
 
1405
  #: wpf-includes/wpf-phrases.php:241
1406
  msgid "Rating Badge"
1407
- msgstr ""
1408
 
1409
  #: wpf-includes/wpf-phrases.php:245
1410
  msgid "Received Likes"
1411
- msgstr ""
1412
 
1413
  #: wpf-includes/wpf-phrases.php:246
1414
  msgid "Recent Questions"
1415
- msgstr ""
1416
 
1417
  #: wpf-includes/wpf-phrases.php:247
1418
  msgid "Recent Topics"
1419
- msgstr ""
1420
 
1421
  #: wpf-includes/wpf-phrases.php:248
1422
  msgid "Register"
1423
- msgstr ""
1424
 
1425
  #: wpf-includes/wpf-phrases.php:250
1426
  msgid "Registered date"
1427
- msgstr ""
1428
 
1429
  #: wpf-includes/wpf-phrases.php:251
1430
  msgid "Relevancy"
1431
- msgstr ""
1432
 
1433
  #: wpf-includes/wpf-phrases.php:252
1434
  msgid "Remember Me"
1435
- msgstr ""
1436
 
1437
  #: wpf-includes/wpf-phrases.php:258
1438
  msgid "Replies"
1439
- msgstr ""
1440
 
1441
  #: wpf-includes/wpf-phrases.php:259
1442
  msgid "Replies not found"
1443
- msgstr ""
1444
 
1445
  #: wpf-includes/wpf-phrases.php:260
1446
  msgid "Reply"
1447
- msgstr ""
1448
 
1449
  #: wpf-includes/wpf-phrases.php:261
1450
  msgid "Report"
1451
- msgstr ""
1452
 
1453
  #: wpf-includes/wpf-phrases.php:264
1454
  msgid "Report to Administration"
1455
- msgstr ""
1456
 
1457
  #: wpf-includes/wpf-phrases.php:266
1458
  msgid "Result Info"
1459
- msgstr ""
1460
 
1461
  #: wpf-includes/wpf-phrases.php:268
1462
  msgid "Save Changes"
1463
- msgstr ""
1464
 
1465
  #: wpf-includes/wpf-phrases.php:272
1466
  msgid "Search"
1467
- msgstr ""
1468
 
1469
  #: wpf-includes/wpf-phrases.php:273
1470
  msgid "Search Entire Posts"
1471
- msgstr ""
1472
 
1473
  #: wpf-includes/wpf-phrases.php:274
1474
  msgid "Search Phrase"
1475
- msgstr ""
1476
 
1477
  #: wpf-includes/wpf-phrases.php:275
1478
  msgid "Search Titles Only"
1479
- msgstr ""
1480
 
1481
  #: wpf-includes/wpf-phrases.php:276
1482
  msgid "Search Type"
1483
- msgstr ""
1484
 
1485
  #: wpf-includes/wpf-phrases.php:277
1486
  msgid "Search in Forums"
1487
- msgstr ""
1488
 
1489
  #: wpf-includes/wpf-phrases.php:278
1490
  msgid "Search in date period"
1491
- msgstr ""
1492
 
1493
  #: wpf-includes/wpf-phrases.php:279
1494
  msgid "Search result for"
1495
- msgstr ""
1496
 
1497
  #: wpf-includes/wpf-phrases.php:280
1498
  msgid "Search..."
1499
- msgstr ""
1500
 
1501
  #: wpf-includes/wpf-phrases.php:282
1502
  msgid "Select Page"
1503
- msgstr ""
1504
 
1505
  #: wpf-includes/wpf-phrases.php:283
1506
  msgid "Send Report"
1507
- msgstr ""
1508
 
1509
  #: wpf-includes/wpf-phrases.php:287
1510
  msgid "Set Topic Sticky"
1511
- msgstr ""
1512
 
1513
  #: wpf-includes/wpf-phrases.php:288 wpf-themes/classic/functions.php:88
1514
  msgid ""
1515
  "Set this option value 0 if you want to show all posts under topic intro area."
1516
  msgstr ""
 
 
1517
 
1518
  #: wpf-includes/wpf-phrases.php:289
1519
  msgid "Shop Account"
1520
- msgstr ""
1521
 
1522
  #: wpf-includes/wpf-phrases.php:299
1523
  msgid "Sign In"
1524
- msgstr ""
1525
 
1526
  #: wpf-includes/wpf-phrases.php:300
1527
  msgid "Signature"
1528
- msgstr ""
1529
 
1530
  #: wpf-includes/wpf-phrases.php:301
1531
  msgid "Site Profile"
1532
- msgstr ""
1533
 
1534
  #: wpf-includes/wpf-phrases.php:302
1535
  msgid "Skype"
1536
- msgstr ""
1537
 
1538
  #: wpf-includes/wpf-phrases.php:304
1539
  msgid "Social Networks"
1540
- msgstr ""
1541
 
1542
  #: wpf-includes/wpf-phrases.php:305
1543
  msgid "Sorry, something wrong with your data."
1544
- msgstr ""
1545
 
1546
  #: wpf-includes/wpf-phrases.php:306
1547
  msgid "Sort Search Results by"
1548
- msgstr ""
1549
 
1550
  #: wpf-includes/wpf-phrases.php:307
1551
  msgid "Specify avatar by URL"
1552
- msgstr ""
1553
 
1554
  #: wpf-includes/wpf-phrases.php:309
1555
  msgid "Subforums"
1556
- msgstr ""
1557
 
1558
  #: wpf-includes/wpf-phrases.php:312
1559
  msgid "Subscribe for new replies"
1560
- msgstr ""
1561
 
1562
  #: wpf-includes/wpf-phrases.php:313
1563
  msgid "Subscribe for new topics"
1564
- msgstr ""
1565
 
1566
  #: wpf-includes/wpf-phrases.php:315
1567
  msgid "Subscriptions"
1568
- msgstr ""
1569
 
1570
  #: wpf-includes/wpf-phrases.php:317
1571
  msgid ""
@@ -1576,6 +1635,11 @@ msgid ""
1576
  "bulletin board for WorPress, and the only forum software which comes with "
1577
  "Multi-layout template system. The \"Extended"
1578
  msgstr ""
 
 
 
 
 
1579
 
1580
  #: wpf-includes/wpf-phrases.php:318
1581
  msgid ""
@@ -1586,725 +1650,736 @@ msgid ""
1586
  "improving and adding new features to the free wpForo plugin. Forum addons "
1587
  "will also be actively developed. The first addons \"Advanced Media Uploader"
1588
  msgstr ""
 
 
 
 
 
1589
 
1590
  #: wpf-includes/wpf-phrases.php:321
1591
  msgid ""
1592
  "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
1593
  "the HTML form"
1594
- msgstr ""
1595
 
1596
  #: wpf-includes/wpf-phrases.php:322
1597
  msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini"
1598
- msgstr ""
1599
 
1600
  #: wpf-includes/wpf-phrases.php:323
1601
  msgid "The uploaded file was only partially uploaded"
1602
- msgstr ""
1603
 
1604
  #: wpf-includes/wpf-phrases.php:329
1605
  msgid "Timezone"
1606
- msgstr ""
1607
 
1608
  #: wpf-includes/wpf-phrases.php:331
1609
  msgid "Topic RSS Feed"
1610
- msgstr ""
1611
 
1612
  #: wpf-includes/wpf-phrases.php:332
1613
  msgid "Topic Title"
1614
- msgstr ""
1615
 
1616
  #: wpf-includes/wpf-phrases.php:333
1617
  msgid "Topic title"
1618
- msgstr ""
1619
 
1620
  #: wpf-includes/wpf-phrases.php:336
1621
  msgid "Twitter"
1622
- msgstr ""
1623
 
1624
  #: wpf-includes/wpf-phrases.php:337
1625
  msgid "Unknown upload error"
1626
- msgstr ""
1627
 
1628
  #: wpf-includes/wpf-phrases.php:338
1629
  msgid "Unsubscribe"
1630
- msgstr ""
1631
 
1632
  #: wpf-includes/wpf-phrases.php:341
1633
  msgid "Upload an avatar"
1634
- msgstr ""
1635
 
1636
  #: wpf-includes/wpf-phrases.php:343
1637
  msgid ""
1638
  "Use comments to ask for more information or suggest improvements. Avoid "
1639
  "answering questions in comments."
1640
  msgstr ""
 
 
1641
 
1642
  #: wpf-includes/wpf-phrases.php:345
1643
  msgid "User"
1644
- msgstr ""
1645
 
1646
  #: wpf-includes/wpf-phrases.php:346
1647
  msgid "User Group"
1648
- msgstr ""
1649
 
1650
  #: wpf-includes/wpf-phrases.php:347
1651
  msgid "Usergroup has been successfully deleted."
1652
- msgstr ""
1653
 
1654
  #: wpf-includes/wpf-phrases.php:348
1655
  msgid ""
1656
  "Usergroup has been successfully deleted. All users of this usergroup have "
1657
  "been moved to the usergroup you've chosen"
1658
  msgstr ""
 
 
1659
 
1660
  #: wpf-includes/wpf-phrases.php:349
1661
  msgid "Username"
1662
- msgstr ""
1663
 
1664
  #: wpf-includes/wpf-phrases.php:351
1665
  msgid "View entire post"
1666
- msgstr ""
1667
 
1668
  #: wpf-includes/wpf-phrases.php:352
1669
  msgid "View the latest post"
1670
- msgstr ""
1671
 
1672
  #: wpf-includes/wpf-phrases.php:353
1673
  msgid "Views"
1674
- msgstr ""
1675
 
1676
  #: wpf-includes/wpf-phrases.php:354
1677
  msgid "Votes"
1678
- msgstr ""
1679
 
1680
  #: wpf-includes/wpf-phrases.php:355
1681
  msgid "Website"
1682
- msgstr ""
1683
 
1684
  #: wpf-includes/wpf-phrases.php:357
1685
  msgid "Wordpress avatar system"
1686
- msgstr ""
1687
 
1688
  #: wpf-includes/wpf-phrases.php:358
1689
  msgid "Working"
1690
- msgstr ""
1691
 
1692
  #: wpf-includes/wpf-phrases.php:359
1693
  msgid "Write message"
1694
- msgstr ""
1695
 
1696
  #: wpf-includes/wpf-phrases.php:360
1697
  msgid "Yahoo"
1698
- msgstr ""
1699
 
1700
  #: wpf-includes/wpf-phrases.php:362
1701
  msgid "You"
1702
- msgstr ""
1703
 
1704
  #: wpf-includes/wpf-phrases.php:364
1705
  #, php-format
1706
  msgid "You can go to %s page or Search here"
1707
- msgstr ""
1708
 
1709
  #: wpf-includes/wpf-phrases.php:366
1710
  msgid "Your Answer"
1711
- msgstr ""
1712
 
1713
  #: wpf-includes/wpf-phrases.php:367
1714
  msgid "account"
1715
- msgstr ""
1716
 
1717
  #: wpf-includes/wpf-phrases.php:368
1718
  msgid "activity"
1719
- msgstr ""
1720
 
1721
  #: wpf-includes/wpf-phrases.php:370
1722
  msgid "add_new"
1723
- msgstr ""
1724
 
1725
  #: wpf-includes/wpf-phrases.php:371
1726
  msgid "ago"
1727
- msgstr ""
1728
 
1729
  #: wpf-includes/wpf-phrases.php:372
1730
  msgid "by"
1731
- msgstr ""
1732
 
1733
  #: wpf-includes/wpf-phrases.php:373
1734
  #, php-format
1735
  msgid "by %s"
1736
- msgstr ""
1737
 
1738
  #: wpf-includes/wpf-phrases.php:374
1739
  msgid "confirm password"
1740
- msgstr ""
1741
 
1742
  #: wpf-includes/wpf-phrases.php:377
1743
  msgid "edit profile"
1744
- msgstr ""
1745
 
1746
  #: wpf-includes/wpf-phrases.php:378
1747
  msgid "edit user"
1748
- msgstr ""
1749
 
1750
  #: wpf-includes/wpf-phrases.php:379
1751
  msgid "forums"
1752
- msgstr ""
1753
 
1754
  #: wpf-includes/wpf-phrases.php:381
1755
  msgid "login"
1756
- msgstr ""
1757
 
1758
  #: wpf-includes/wpf-phrases.php:382
1759
  msgid "logout"
1760
- msgstr ""
1761
 
1762
  #: wpf-includes/wpf-phrases.php:383
1763
  msgid "matches"
1764
- msgstr ""
1765
 
1766
  #: wpf-includes/wpf-phrases.php:384
1767
  msgid "members"
1768
- msgstr ""
1769
 
1770
  #: wpf-includes/wpf-phrases.php:386
1771
  msgid "my profile"
1772
- msgstr ""
1773
 
1774
  #: wpf-includes/wpf-phrases.php:387
1775
  msgid "new password"
1776
- msgstr ""
1777
 
1778
  #: wpf-includes/wpf-phrases.php:388
1779
  msgid "new password again"
1780
- msgstr ""
1781
 
1782
  #: wpf-includes/wpf-phrases.php:389
1783
  msgid "next"
1784
- msgstr ""
1785
 
1786
  #: wpf-includes/wpf-phrases.php:390
1787
  msgid "old password"
1788
- msgstr ""
1789
 
1790
  #: wpf-includes/wpf-phrases.php:391
1791
  msgid "phrase_key"
1792
- msgstr ""
1793
 
1794
  #: wpf-includes/wpf-phrases.php:392
1795
  msgid "phrase_value"
1796
- msgstr ""
1797
 
1798
  #: wpf-includes/wpf-phrases.php:393
1799
  msgid "posted"
1800
- msgstr ""
1801
 
1802
  #: wpf-includes/wpf-phrases.php:394
1803
  msgid "prev"
1804
- msgstr ""
1805
 
1806
  #: wpf-includes/wpf-phrases.php:395
1807
  msgid "register"
1808
- msgstr ""
1809
 
1810
  #: wpf-includes/wpf-phrases.php:396
1811
  msgid "replies"
1812
- msgstr ""
1813
 
1814
  #: wpf-includes/wpf-phrases.php:397
1815
  msgid "subscriptions"
1816
- msgstr ""
1817
 
1818
  #: wpf-includes/wpf-phrases.php:398
1819
  msgid "update"
1820
- msgstr ""
1821
 
1822
  #: wpf-includes/wpf-phrases.php:399
1823
  msgid "view"
1824
- msgstr ""
1825
 
1826
  #: wpf-includes/wpf-phrases.php:400
1827
  msgid "view all posts"
1828
- msgstr ""
1829
 
1830
  #: wpf-includes/wpf-phrases.php:401
1831
  msgid "view all questions"
1832
- msgstr ""
1833
 
1834
  #: wpf-includes/wpf-phrases.php:402
1835
  msgid "view all topics"
1836
- msgstr ""
1837
 
1838
  #: wpf-includes/wpf-phrases.php:404
1839
  msgid "wpForo Navigation"
1840
- msgstr ""
1841
 
1842
  #: wpf-includes/wpf-phrases.php:409
1843
  msgid "{number}B"
1844
- msgstr ""
1845
 
1846
  #: wpf-includes/wpf-phrases.php:410
1847
  msgid "{number}K"
1848
- msgstr ""
1849
 
1850
  #: wpf-includes/wpf-phrases.php:411
1851
  msgid "{number}M"
1852
- msgstr ""
1853
 
1854
  #: wpf-includes/wpf-phrases.php:412
1855
  msgid "{number}T"
1856
- msgstr ""
1857
 
1858
  #: wpf-includes/wpf-phrases.php:417
1859
  msgid "Access add error"
1860
- msgstr ""
1861
 
1862
  #: wpf-includes/wpf-phrases.php:418
1863
  msgid "Access delete error"
1864
- msgstr ""
1865
 
1866
  #: wpf-includes/wpf-phrases.php:419
1867
  msgid "Access edit error"
1868
- msgstr ""
1869
 
1870
  #: wpf-includes/wpf-phrases.php:420
1871
  msgid "Access successfully deleted"
1872
- msgstr ""
1873
 
1874
  #: wpf-includes/wpf-phrases.php:421
1875
  msgid "Add Topic error: No forum selected"
1876
- msgstr ""
1877
 
1878
  #: wpf-includes/wpf-phrases.php:422
1879
  msgid "All Checked topics successfully deleted"
1880
- msgstr ""
1881
 
1882
  #: wpf-includes/wpf-phrases.php:423
1883
  msgid "Can't add forum"
1884
- msgstr ""
1885
 
1886
  #: wpf-includes/wpf-phrases.php:424
1887
  msgid "Can't add new language"
1888
- msgstr ""
1889
 
1890
  #: wpf-includes/wpf-phrases.php:425
1891
  msgid "Can't delete this Usergroup"
1892
- msgstr ""
1893
 
1894
  #: wpf-includes/wpf-phrases.php:426
1895
  msgid "Can't send confirmation email"
1896
- msgstr ""
1897
 
1898
  #: wpf-includes/wpf-phrases.php:427
1899
  msgid "Can't send report email"
1900
- msgstr ""
1901
 
1902
  #: wpf-includes/wpf-phrases.php:428
1903
  msgid "Can't subscribe to this item"
1904
- msgstr ""
1905
 
1906
  #: wpf-includes/wpf-phrases.php:429
1907
  msgid "Can't write a post: This topic is closed"
1908
- msgstr ""
1909
 
1910
  #: wpf-includes/wpf-phrases.php:430
1911
  msgid "Can`t upload file"
1912
- msgstr ""
1913
 
1914
  #: wpf-includes/wpf-phrases.php:431
1915
  msgid "Cannot update forum hierarchy"
1916
- msgstr ""
1917
 
1918
  #: wpf-includes/wpf-phrases.php:432
1919
  msgid "Cannot update post data"
1920
- msgstr ""
1921
 
1922
  #: wpf-includes/wpf-phrases.php:433
1923
  msgid "Could not be unsubscribe from this item"
1924
- msgstr ""
1925
 
1926
  #: wpf-includes/wpf-phrases.php:434
1927
  msgid "Email address exists. Please insert another."
1928
- msgstr ""
1929
 
1930
  #: wpf-includes/wpf-phrases.php:435
1931
  msgid "Error: Forum is not found"
1932
- msgstr ""
1933
 
1934
  #: wpf-includes/wpf-phrases.php:436
1935
  msgid "Error: No topic selected"
1936
- msgstr ""
1937
 
1938
  #: wpf-includes/wpf-phrases.php:437
1939
  msgid "Error: Topic is not found"
1940
- msgstr ""
1941
 
1942
  #: wpf-includes/wpf-phrases.php:438
1943
  msgid "Error: please inset some text to report."
1944
- msgstr ""
1945
 
1946
  #: wpf-includes/wpf-phrases.php:439
1947
  msgid "Features successfully updated"
1948
- msgstr ""
1949
 
1950
  #: wpf-includes/wpf-phrases.php:440
1951
  msgid "Features successfully updated, but previous value not changed"
1952
- msgstr ""
1953
 
1954
  #: wpf-includes/wpf-phrases.php:441
1955
  msgid "File type is not allowed"
1956
- msgstr ""
1957
 
1958
  #: wpf-includes/wpf-phrases.php:442
1959
  msgid "Forum Base URL successfully updated"
1960
- msgstr ""
1961
 
1962
  #: wpf-includes/wpf-phrases.php:443
1963
  msgid "Forum deleting error"
1964
- msgstr ""
1965
 
1966
  #: wpf-includes/wpf-phrases.php:444
1967
  msgid "Forum hierarchy successfully updated"
1968
- msgstr ""
1969
 
1970
  #: wpf-includes/wpf-phrases.php:445
1971
  msgid "Forum is successfully merged"
1972
- msgstr ""
1973
 
1974
  #: wpf-includes/wpf-phrases.php:446
1975
  msgid "Forum merging error"
1976
- msgstr ""
1977
 
1978
  #: wpf-includes/wpf-phrases.php:447
1979
  msgid "Forum options successfully updated"
1980
- msgstr ""
1981
 
1982
  #: wpf-includes/wpf-phrases.php:448
1983
  msgid "Forum options successfully updated, but previous value not changed"
1984
- msgstr ""
1985
 
1986
  #: wpf-includes/wpf-phrases.php:449
1987
  msgid "Forum successfully updated"
1988
- msgstr ""
1989
 
1990
  #: wpf-includes/wpf-phrases.php:450
1991
  msgid "Forum update error"
1992
- msgstr ""
1993
 
1994
  #: wpf-includes/wpf-phrases.php:451
1995
  msgid "General options successfully updated"
1996
- msgstr ""
1997
 
1998
  #: wpf-includes/wpf-phrases.php:452
1999
  msgid "Illegal character in username."
2000
- msgstr ""
2001
 
2002
  #: wpf-includes/wpf-phrases.php:453
2003
  msgid "Insert your Email address."
2004
- msgstr ""
2005
 
2006
  #: wpf-includes/wpf-phrases.php:454
2007
  msgid "Invalid Email address"
2008
- msgstr ""
2009
 
2010
  #: wpf-includes/wpf-phrases.php:455
2011
  msgid "Invalid request!"
2012
- msgstr ""
2013
 
2014
  #: wpf-includes/wpf-phrases.php:456
2015
  msgid "Member options successfully updated"
2016
- msgstr ""
2017
 
2018
  #: wpf-includes/wpf-phrases.php:457
2019
  msgid "Member options successfully updated, but previous value not changed"
2020
- msgstr ""
2021
 
2022
  #: wpf-includes/wpf-phrases.php:458
2023
  msgid "Message has been sent"
2024
- msgstr ""
2025
 
2026
  #: wpf-includes/wpf-phrases.php:459
2027
  msgid ""
2028
  "New language successfully added and changed wpforo language to new language"
2029
- msgstr ""
2030
 
2031
  #: wpf-includes/wpf-phrases.php:460
2032
  msgid "No Posts found for update"
2033
- msgstr ""
2034
 
2035
  #: wpf-includes/wpf-phrases.php:461
2036
  msgid "Password length must be between 6 characters and 20 characters."
2037
- msgstr ""
2038
 
2039
  #: wpf-includes/wpf-phrases.php:462
2040
  msgid "Password mismatch."
2041
- msgstr ""
2042
 
2043
  #: wpf-includes/wpf-phrases.php:463
2044
  msgid "Permission denied"
2045
- msgstr ""
2046
 
2047
  #: wpf-includes/wpf-phrases.php:464
2048
  msgid "Permission denied for add forum"
2049
- msgstr ""
2050
 
2051
  #: wpf-includes/wpf-phrases.php:465
2052
  msgid "Permission denied for delete forum"
2053
- msgstr ""
2054
 
2055
  #: wpf-includes/wpf-phrases.php:466
2056
  msgid "Permission denied for edit forum"
2057
- msgstr ""
2058
 
2059
  #: wpf-includes/wpf-phrases.php:467
2060
  msgid "Permission denied for this action"
2061
- msgstr ""
2062
 
2063
  #: wpf-includes/wpf-phrases.php:468
2064
  msgid "Phrase add error"
2065
- msgstr ""
2066
 
2067
  #: wpf-includes/wpf-phrases.php:469
2068
  msgid "Phrase adding error"
2069
- msgstr ""
2070
 
2071
  #: wpf-includes/wpf-phrases.php:470
2072
  msgid "Phrase successfully added"
2073
- msgstr ""
2074
 
2075
  #: wpf-includes/wpf-phrases.php:471
2076
  msgid "Phrase successfully updates"
2077
- msgstr ""
2078
 
2079
  #: wpf-includes/wpf-phrases.php:472
2080
  msgid "Phrase update error"
2081
- msgstr ""
2082
 
2083
  #: wpf-includes/wpf-phrases.php:473
2084
  msgid "Please insert required fields!"
2085
- msgstr ""
2086
 
2087
  #: wpf-includes/wpf-phrases.php:474
2088
  msgid "Post delete error"
2089
- msgstr ""
2090
 
2091
  #: wpf-includes/wpf-phrases.php:475
2092
  msgid "Post options successfully updated"
2093
- msgstr ""
2094
 
2095
  #: wpf-includes/wpf-phrases.php:476
2096
  msgid "Post options successfully updated, but previous value not changed"
2097
- msgstr ""
2098
 
2099
  #: wpf-includes/wpf-phrases.php:477
2100
  msgid "Registration Error"
2101
- msgstr ""
2102
 
2103
  #: wpf-includes/wpf-phrases.php:478
2104
  msgid "Reply request error"
2105
- msgstr ""
2106
 
2107
  #: wpf-includes/wpf-phrases.php:479
2108
  msgid "Something wrong with profile data."
2109
- msgstr ""
2110
 
2111
  #: wpf-includes/wpf-phrases.php:480
2112
  msgid "Subscribe options successfully updated"
2113
- msgstr ""
2114
 
2115
  #: wpf-includes/wpf-phrases.php:481
2116
  msgid "Subscribe options successfully updated, but previous value not changed"
2117
- msgstr ""
2118
 
2119
  #: wpf-includes/wpf-phrases.php:482
2120
  msgid "Success! Thank you Dear Friend"
2121
- msgstr ""
2122
 
2123
  #: wpf-includes/wpf-phrases.php:483
2124
  msgid ""
2125
  "Success! Thank you. Please check your email and click confirmation link "
2126
  "below to complete this step."
2127
  msgstr ""
 
 
2128
 
2129
  #: wpf-includes/wpf-phrases.php:484
2130
  msgid "Successfully updated"
2131
- msgstr ""
2132
 
2133
  #: wpf-includes/wpf-phrases.php:485
2134
  msgid "Successfully voted"
2135
- msgstr ""
2136
 
2137
  #: wpf-includes/wpf-phrases.php:486
2138
  msgid "The uploaded file size is too big"
2139
- msgstr ""
2140
 
2141
  #: wpf-includes/wpf-phrases.php:487
2142
  msgid "Theme options successfully updated"
2143
- msgstr ""
2144
 
2145
  #: wpf-includes/wpf-phrases.php:488
2146
  msgid "Theme options successfully updated, but previous value not changed"
2147
- msgstr ""
2148
 
2149
  #: wpf-includes/wpf-phrases.php:489
2150
  msgid "This email address is already registered. Please insert another."
2151
- msgstr ""
2152
 
2153
  #: wpf-includes/wpf-phrases.php:490
2154
  msgid "This post successfully deleted"
2155
- msgstr ""
2156
 
2157
  #: wpf-includes/wpf-phrases.php:491
2158
  msgid "This post successfully edited"
2159
- msgstr ""
2160
 
2161
  #: wpf-includes/wpf-phrases.php:492
2162
  msgid "This topic successfully deleted"
2163
- msgstr ""
2164
 
2165
  #: wpf-includes/wpf-phrases.php:493
2166
  msgid "Topic Move Error"
2167
- msgstr ""
2168
 
2169
  #: wpf-includes/wpf-phrases.php:494
2170
  msgid "Topic add error"
2171
- msgstr ""
2172
 
2173
  #: wpf-includes/wpf-phrases.php:495
2174
  msgid "Topic delete error"
2175
- msgstr ""
2176
 
2177
  #: wpf-includes/wpf-phrases.php:496
2178
  msgid "Topic edit error"
2179
- msgstr ""
2180
 
2181
  #: wpf-includes/wpf-phrases.php:497
2182
  msgid "Topic not found."
2183
- msgstr ""
2184
 
2185
  #: wpf-includes/wpf-phrases.php:498
2186
  msgid "Topic successfully moved"
2187
- msgstr ""
2188
 
2189
  #: wpf-includes/wpf-phrases.php:499
2190
  msgid "Topic successfully updated"
2191
- msgstr ""
2192
 
2193
  #: wpf-includes/wpf-phrases.php:500
2194
  msgid "Topics delete error"
2195
- msgstr ""
2196
 
2197
  #: wpf-includes/wpf-phrases.php:501
2198
  msgid "User delete error"
2199
- msgstr ""
2200
 
2201
  #: wpf-includes/wpf-phrases.php:502
2202
  msgid "User group add error"
2203
- msgstr ""
2204
 
2205
  #: wpf-includes/wpf-phrases.php:503
2206
  msgid "User group edit error"
2207
- msgstr ""
2208
 
2209
  #: wpf-includes/wpf-phrases.php:504
2210
  msgid "User group successfully added"
2211
- msgstr ""
2212
 
2213
  #: wpf-includes/wpf-phrases.php:505
2214
  msgid "User group successfully edited"
2215
- msgstr ""
2216
 
2217
  #: wpf-includes/wpf-phrases.php:506
2218
  msgid "User successfully deleted from wpforo"
2219
- msgstr ""
2220
 
2221
  #: wpf-includes/wpf-phrases.php:507
2222
  msgid "Username exists. Please insert another."
2223
- msgstr ""
2224
 
2225
  #: wpf-includes/wpf-phrases.php:508
2226
  msgid "Username is missed."
2227
- msgstr ""
2228
 
2229
  #: wpf-includes/wpf-phrases.php:509
2230
  msgid "Username length must be between 3 characters and 15 characters."
2231
- msgstr ""
2232
 
2233
  #: wpf-includes/wpf-phrases.php:510
2234
  msgid "Welcome to our Community!"
2235
- msgstr ""
2236
 
2237
  #: wpf-includes/wpf-phrases.php:511
2238
  msgid "Wrong post data"
2239
- msgstr ""
2240
 
2241
  #: wpf-includes/wpf-phrases.php:512
2242
  msgid "You are already voted this post"
2243
- msgstr ""
2244
 
2245
  #: wpf-includes/wpf-phrases.php:513
2246
  msgid "You have been successfully subscribed"
2247
- msgstr ""
2248
 
2249
  #: wpf-includes/wpf-phrases.php:514
2250
  msgid "You have been successfully unsubscribed"
2251
- msgstr ""
2252
 
2253
  #: wpf-includes/wpf-phrases.php:515
2254
  msgid "You have no permission to edit this topic"
2255
- msgstr ""
2256
 
2257
  #: wpf-includes/wpf-phrases.php:516
2258
  msgid "You haven't permission to create post into this forum"
2259
- msgstr ""
2260
 
2261
  #: wpf-includes/wpf-phrases.php:517
2262
  msgid "You haven't permission to create topic into this forum"
2263
- msgstr ""
2264
 
2265
  #: wpf-includes/wpf-phrases.php:518
2266
  msgid "You haven't permission to delete post from this forum"
2267
- msgstr ""
2268
 
2269
  #: wpf-includes/wpf-phrases.php:519
2270
  msgid "You haven't permission to delete topic from this forum"
2271
- msgstr ""
2272
 
2273
  #: wpf-includes/wpf-phrases.php:520
2274
  msgid "You haven't permission to edit post from this forum"
2275
- msgstr ""
2276
 
2277
  #: wpf-includes/wpf-phrases.php:521
2278
  msgid "You successfully replied"
2279
- msgstr ""
2280
 
2281
  #: wpf-includes/wpf-phrases.php:522
2282
  msgid "Your forum successfully added"
2283
- msgstr ""
2284
 
2285
  #: wpf-includes/wpf-phrases.php:523
2286
  msgid "Your forum successfully deleted"
2287
- msgstr ""
2288
 
2289
  #: wpf-includes/wpf-phrases.php:524
2290
  msgid "Your profile data have been successfully updated."
2291
- msgstr ""
2292
 
2293
  #: wpf-includes/wpf-phrases.php:525
2294
  msgid "Your subscription for this item could not be confirmed"
2295
- msgstr ""
2296
 
2297
  #: wpf-includes/wpf-phrases.php:526
2298
  msgid "Your topic successfully added"
2299
- msgstr ""
2300
 
2301
  #. Plugin Name of the plugin/theme
2302
  msgid "Forum - wpForo"
2303
- msgstr ""
2304
 
2305
  #. Plugin URI of the plugin/theme
2306
  msgid "http://wpforo.com"
2307
- msgstr ""
2308
 
2309
  #. Description of the plugin/theme
2310
  msgid ""
@@ -2312,11 +2387,13 @@ msgid ""
2312
  "efficient and professional community. Powerful and beautiful bulletin board "
2313
  "with unique features."
2314
  msgstr ""
 
 
2315
 
2316
  #. Author of the plugin/theme
2317
  msgid "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
2318
- msgstr ""
2319
 
2320
  #. Author URI of the plugin/theme
2321
  msgid "http://gvectors.com/"
2322
- msgstr ""
2
  # This file is distributed under the same license as the wpForo package.
3
  msgid ""
4
  msgstr ""
5
+ "Plural-Forms: nplurals=1; plural=0;\n"
6
  "Project-Id-Version: Forum - wpForo\n"
7
+ "POT-Creation-Date: 2016-07-05 17:07+0900\n"
8
+ "PO-Revision-Date: 2016-07-07 13:45+0900\n"
9
  "Language-Team: \n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 1.8.8\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-WPHeader: wpforo.php\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
18
  "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
19
  "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
20
  "Last-Translator: \n"
21
+ "Language: ko\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
  "X-Poedit-SearchPathExcluded-0: *.js\n"
24
 
25
  #: wpf-admin/dashboard.php:7 wpf-includes/wpf-phrases.php:403
26
  msgid "wpForo Dashboard"
27
+ msgstr "wpForo 대시보드"
28
 
29
  #: wpf-admin/dashboard.php:23 wpf-includes/wpf-phrases.php:356
30
  msgid "Welcome Message"
31
+ msgstr "환영 메시지"
32
 
33
  #: wpf-admin/dashboard.php:29
34
  msgid ""
51
  "list of issues and requirements you'd like us to fix and add in near future. "
52
  "We're here to help you and improve wpForo as much as possible."
53
  msgstr ""
54
+ "wpForo를 사용해 주셔서 감사합니다! 이 포럼 개발은 2013년에 시작됐고 우리의 지"
55
+ "원 커뮤니티에 사용하고 있습니다. 워드프레스 커뮤니티 역시 준비가 돼 있습니"
56
+ "다.\n"
57
+ "\n"
58
+ " 베타 단계에 있고 가능한 빨리 정식 1.0.0 "
59
+ "버전에 도달하도록 열심히 일하고 있습니다. \n"
60
+ " wpForo는 워드프레스를 위한 전문 온라인 게"
61
+ "시판으로, 다중 레이아웃 템플릿 시스템을 갖춘 유일한 포럼 소프트웨어이기도 합"
62
+ "니다.\n"
63
+ " \"Extended\", \"Simplified\" 그리고 "
64
+ "\"Question &amp Answer\" 레이아웃들은 거의 모든 토론 유형에 적합합니다. 여러"
65
+ "분은 wpForo를 작거나 대단히 큰 커뮤니티에 사용할 수 있습니다. \n"
66
+ " <br />만약 문제나 버그를 발견하면 플러그"
67
+ "인 페이지나 gVectors.com의 지원 포럼에 지원 주제를 열어주세요. 만약 여러분이 "
68
+ "wpForo를 좋아하신다면 이 플러그인을 위해 좋은 리뷰를 남겨 주세요. 우리는 정말"
69
+ "로 여러분들의 좋은 리뷰를 필요로 합니다. \n"
70
+ " 만약 wpForo가 싫다면 가까운 장래에 우리"
71
+ "가 고치거나 추가하기를 원하는 문제들과 요구 사항들의 목록을 남겨 주세요. 우리"
72
+ "는 가능한 많이 여러분을 돕고 wpForo를 개선하기 위해 여기에 있습니다."
73
 
74
  #: wpf-admin/dashboard.php:60 wpf-includes/wpf-phrases.php:128
75
  msgid "General Information"
76
+ msgstr "일반 정보"
77
 
78
  #: wpf-admin/dashboard.php:64 wpf-includes/wpf-phrases.php:363
79
  msgid "You are currently running"
80
+ msgstr "당신은 현재 실행 중입니다"
81
 
82
  #: wpf-admin/dashboard.php:65 wpf-includes/wpf-phrases.php:18
83
  msgid "Active Theme"
84
+ msgstr "활성 테마"
85
 
86
  #: wpf-admin/dashboard.php:66 wpf-includes/wpf-phrases.php:408
87
  msgid "wpForo Website"
88
+ msgstr "wpForo 웹사이트"
89
 
90
  #: wpf-admin/dashboard.php:67 wpf-includes/wpf-phrases.php:316
91
  msgid "Support Forum"
92
+ msgstr "지원 포럼"
93
 
94
  #: wpf-admin/dashboard.php:78 wpf-includes/wpf-phrases.php:286
95
  msgid "Server Information"
96
+ msgstr "서버 정보"
97
 
98
  #: wpf-admin/dashboard.php:108 wpf-includes/wpf-phrases.php:46
99
  msgid "Available"
100
+ msgstr "사용 가능"
101
 
102
  #: wpf-admin/dashboard.php:108 wpf-includes/wpf-phrases.php:205
103
  msgid "Not available"
104
+ msgstr "사용할 수 없음"
105
 
106
  #: wpf-admin/dashboard.php:126 wpf-includes/wpf-phrases.php:49
107
  msgid "Board Statistic"
108
+ msgstr "게시판 통계"
109
 
110
  #: wpf-admin/dashboard.php:132 wpf-admin/options.php:14
111
  #: wpf-includes/wpf-phrases.php:121
112
  msgid "Forums"
113
+ msgstr "포럼들"
114
 
115
  #: wpf-admin/dashboard.php:136 wpf-includes/class-forums.php:537
116
  #: wpf-includes/wpf-phrases.php:334
117
  msgid "Topics"
118
+ msgstr "주제들"
119
 
120
  #: wpf-admin/dashboard.php:140 wpf-includes/class-forums.php:537
121
  #: wpf-includes/wpf-phrases.php:229
122
  msgid "Posts"
123
+ msgstr "글들"
124
 
125
  #: wpf-admin/dashboard.php:144 wpf-admin/member.php:10 wpf-admin/options.php:17
126
  #: wpf-includes/wpf-phrases.php:175
127
  msgid "Members"
128
+ msgstr "회원들"
129
 
130
  #: wpf-admin/dashboard.php:148 wpf-includes/wpf-phrases.php:176
131
  msgid "Members Online"
132
+ msgstr "온라인에 있는 회원들"
133
 
134
  #: wpf-admin/dashboard.php:155 wpf-includes/wpf-phrases.php:44
135
  msgid "Attachments"
136
+ msgstr "첨부 파일들"
137
 
138
  #: wpf-admin/dashboard.php:159 wpf-includes/wpf-phrases.php:45
139
  msgid "Attachments Size"
140
+ msgstr "첨부 파일 크기"
141
 
142
  #: wpf-admin/forum.php:13 wpf-includes/functions.php:548
143
  #: wpf-includes/wpf-phrases.php:298
144
  msgid "Show on screen"
145
+ msgstr "화면에 보이기"
146
 
147
  #: wpf-admin/forum.php:15 wpf-admin/forum.php:114
148
  #: wpf-includes/wpf-phrases.php:111
149
  msgid "Forum Options"
150
+ msgstr "포럼 옵션"
151
 
152
  #: wpf-admin/forum.php:16 wpf-includes/wpf-phrases.php:220
153
  msgid "Permissions"
154
+ msgstr "허가"
155
 
156
  #: wpf-admin/forum.php:17 wpf-includes/wpf-phrases.php:303
157
  msgid "Slug"
158
+ msgstr "슬러그"
159
 
160
  #: wpf-admin/forum.php:18 wpf-includes/wpf-phrases.php:110
161
  msgid "Forum Meta"
162
+ msgstr "포럼 메타"
163
 
164
  #: wpf-admin/forum.php:21 wpf-includes/wpf-phrases.php:270
165
  msgid "Screen Layout"
166
+ msgstr "화면 레이아웃"
167
 
168
  #: wpf-admin/forum.php:22 wpf-includes/wpf-phrases.php:206
169
  msgid "Number of Columns"
170
+ msgstr "열의 개수"
171
 
172
  #: wpf-admin/forum.php:32 wpf-includes/functions.php:562
173
  #: wpf-includes/wpf-phrases.php:271
174
  msgid "Screen Options"
175
+ msgstr "화면 옵션"
176
 
177
  #: wpf-admin/forum.php:43 wpf-includes/wpf-phrases.php:51
178
  msgid "Categories and Forums"
179
+ msgstr "카테고리들 및 포럼들"
180
 
181
  #: wpf-admin/forum.php:44 wpf-admin/options-tabs/general.php:42
182
  #: wpf-admin/themes.php:10 wpf-admin/usergroup.php:8
183
  #: wpf-includes/wpf-phrases.php:20
184
  msgid "Add New"
185
+ msgstr "새로 추가"
186
 
187
  #: wpf-admin/forum.php:55 wpf-includes/wpf-phrases.php:222
188
  msgid "Please drag and drop forum panels to set parent-child hierarchy."
189
+ msgstr "상위-하위 계층을 설정하기 위해 포럼을 끌어놓기해 주세요."
190
 
191
  #: wpf-admin/forum.php:69 wpf-includes/wpf-phrases.php:269
192
  msgid "Save forums order and hierarchy"
193
+ msgstr "포럼 순서와 계층 구조를 저장"
194
 
195
  #: wpf-admin/forum.php:96 wpf-includes/wpf-phrases.php:85
196
  msgid "Enter forum title here"
197
+ msgstr "여기에 포럼 제목 입력"
198
 
199
  #: wpf-admin/forum.php:101 wpf-includes/wpf-phrases.php:84
200
  msgid "Enter description here . . ."
201
+ msgstr "여기에 설명 입력 . . ."
202
 
203
  #: wpf-admin/forum.php:102 wpf-includes/wpf-phrases.php:326
204
  msgid ""
205
  "This is a forum description. This content will be displayed under forum "
206
  "title on the forum list."
207
  msgstr ""
208
+ "이것은 포럼에 관한 설명입니다. 이 콘텐트는 포럼 리스트 상의 포럼 제목 밑에 표"
209
+ "시됩니다."
210
 
211
  #: wpf-admin/forum.php:117 wpf-includes/wpf-phrases.php:218
212
  msgid "Parent Forum"
213
+ msgstr "상위 포럼"
214
 
215
  #: wpf-admin/forum.php:120 wpf-includes/wpf-phrases.php:201
216
  msgid "No parent"
217
+ msgstr "상위 없음"
218
 
219
  #: wpf-admin/forum.php:125 wpf-includes/wpf-phrases.php:342
220
  msgid "Use as Category"
221
+ msgstr "카테고리로 사용"
222
 
223
  #: wpf-admin/forum.php:127 wpf-includes/wpf-phrases.php:52
224
  msgid "Category Layout"
225
+ msgstr "카테고리 레이아웃"
226
 
227
  #: wpf-admin/forum.php:137 wpf-includes/wpf-phrases.php:199
228
  msgid "No layout found."
229
+ msgstr "레이아웃을 찾을 수 없음."
230
 
231
  #: wpf-admin/forum.php:146 wpf-admin/forum.php:153
232
  #: wpf-includes/wpf-phrases.php:231
233
  msgid "Publish"
234
+ msgstr "발행"
235
 
236
  #: wpf-admin/forum.php:150 wpf-includes/wpf-phrases.php:37
237
  msgid "Are you sure you want to delete this forum?"
238
+ msgstr "정말로 이 포럼을 삭제하고 싶으세요?"
239
 
240
  #: wpf-admin/forum.php:150 wpf-admin/themes.php:73 wpf-admin/usergroup.php:37
241
  #: wpf-admin/usergroup.php:133 wpf-includes/functions.php:256
242
  #: wpf-includes/functions.php:469 wpf-includes/wpf-hooks.php:807
243
  #: wpf-includes/wpf-phrases.php:65
244
  msgid "Delete"
245
+ msgstr "삭제"
246
 
247
  #: wpf-admin/forum.php:151 wpf-admin/usergroup.php:39
248
  #: wpf-includes/class-forums.php:543 wpf-includes/wpf-phrases.php:350
249
  msgid "View"
250
+ msgstr "보기"
251
 
252
  #: wpf-admin/forum.php:221 wpf-includes/wpf-phrases.php:116
253
  msgid "Forum Slug"
254
+ msgstr "포럼 슬러그"
255
 
256
  #: wpf-admin/forum.php:224 wpf-includes/wpf-phrases.php:319
257
  msgid ""
258
  "The \"slug\" is the URL-friendly version of the name. It is usually all "
259
  "lowercase and contains only letters, numbers, and hyphens."
260
  msgstr ""
261
+ "\"슬러그\"는 이름의 URL 친화적 버전입니다. 보통 모든 소문자로 문자, 숫, 그리"
262
+ "고 하이픈이 포함돼 있습니다."
263
 
264
  #: wpf-admin/forum.php:230 wpf-includes/wpf-phrases.php:114
265
  msgid "Forum SEO"
266
+ msgstr "포럼 SEO"
267
 
268
  #: wpf-admin/forum.php:233 wpf-includes/wpf-phrases.php:180
269
  msgid "Meta Description"
270
+ msgstr "메타 설명"
271
 
272
  #: wpf-admin/forum.php:262 wpf-includes/wpf-phrases.php:325
273
  msgid "This action will also delete all sub-forums, topics and replies."
274
+ msgstr "이 작업은 모든 하위 포럼들, 주제들 그리고 답변들을 삭제합니다."
275
 
276
  #: wpf-admin/forum.php:270 wpf-includes/wpf-phrases.php:135
277
  msgid ""
278
  "If you want to delete this forum and keep its sub-forums, topics and "
279
  "replies, please select a new target forum in dropdown below"
280
  msgstr ""
281
+ "이 포럼을 지우고 그 하위 포럼들, 주제들 그리고 답변들을 유지하고 싶으면, 아"
282
+ "래 드롭다운 메뉴에서 새로운 대상 포럼을 선택해 주세요"
283
 
284
  #: wpf-admin/forum.php:279 wpf-includes/wpf-phrases.php:26
285
  msgid ""
286
  "All sub-forums, topics and replies will be attached to selected forum. "
287
  "Layout will be inherited from this forum."
288
  msgstr ""
289
+ "모든 하위 포럼들, 주제들 그리고 답글들이 선택된 포럼에 배치됩니다. 레이아웃"
290
+ "은 이 포럼으로부터 물려받습니다."
291
 
292
  #: wpf-admin/options-tabs/accesses.php:9 wpf-includes/wpf-phrases.php:21
293
  msgid "Add New Forum Access"
294
+ msgstr "새 포럼 액세스 추가"
295
 
296
  #: wpf-admin/options-tabs/accesses.php:13 wpf-includes/wpf-phrases.php:15
297
  msgid "Access names"
298
+ msgstr "액세스 이름"
299
 
300
  #: wpf-admin/options-tabs/accesses.php:27 wpf-includes/class-forums.php:539
301
  #: wpf-includes/wpf-phrases.php:376
302
  msgid "edit"
303
+ msgstr "편집"
304
 
305
  #: wpf-admin/options-tabs/accesses.php:28 wpf-includes/wpf-phrases.php:39
306
  msgid ""
307
  "Are you sure you want to remove this access set? Usergroups which attached "
308
  "to this access will lost all forum permissions."
309
  msgstr ""
310
+ "정말로 이 액세스 설정을 제거하고 싶으세요? 이 액세스에 소속된 사용자 그룹은 "
311
+ "모든 포럼 권한을 잃게 됩니다."
312
 
313
  #: wpf-admin/options-tabs/accesses.php:28 wpf-includes/class-forums.php:541
314
  #: wpf-includes/wpf-phrases.php:375
315
  msgid "delete"
316
+ msgstr "삭제 "
317
 
318
  #: wpf-admin/options-tabs/accesses.php:42 wpf-includes/wpf-phrases.php:14
319
  msgid "Access name"
320
+ msgstr "액세스 이름"
321
 
322
  #: wpf-admin/options-tabs/accesses.php:62 wpf-includes/wpf-phrases.php:267
323
  msgid "Save"
324
+ msgstr "저장"
325
 
326
  #: wpf-admin/options-tabs/accesses.php:62 wpf-includes/wpf-phrases.php:339
327
  msgid "Update"
328
+ msgstr "업데이트"
329
 
330
  #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:291
331
  msgid "Show Admin Bar for Members"
332
+ msgstr "회원들을 위해 관리자 표시줄 표시"
333
 
334
  #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:328
335
  msgid "This option doesn't affect website admins."
336
+ msgstr "이 옵션은 웹사이트 관리자에 영향을 주지 않습니다."
337
 
338
  #: wpf-admin/options-tabs/features.php:10 wpf-includes/wpf-phrases.php:293
339
  msgid "Show Forum Page Title"
340
+ msgstr "포럼 페이지 제목 보이기"
341
 
342
  #: wpf-admin/options-tabs/features.php:11 wpf-includes/wpf-phrases.php:296
343
  msgid "Show Top/Menu Bar"
344
+ msgstr "상단/메뉴 표시줄 보이기"
345
 
346
  #: wpf-admin/options-tabs/features.php:12 wpf-includes/wpf-phrases.php:295
347
  msgid "Show Top Search"
348
+ msgstr "상위 검색 보이기"
349
 
350
  #: wpf-admin/options-tabs/features.php:13 wpf-includes/wpf-phrases.php:292
351
  msgid "Show Breadcrumb"
352
+ msgstr "브레드크럼 보이기"
353
 
354
  #: wpf-admin/options-tabs/features.php:14 wpf-includes/wpf-phrases.php:294
355
  msgid "Show Forum Statistic"
356
+ msgstr "포럼 통계 보이기"
357
 
358
  #: wpf-admin/options-tabs/features.php:15 wpf-includes/wpf-phrases.php:254
359
  msgid "Replace Author Link to Forum Profile"
360
+ msgstr "포럼 프로필에 대한 작성자 링크 바꾸기"
361
 
362
  #: wpf-admin/options-tabs/features.php:16 wpf-includes/wpf-phrases.php:255
363
  msgid "Replace Comment Author Link to Forum Profile"
364
+ msgstr "포럼 프로필에 대한 댓글 작성자 링크 바꾸기"
365
 
366
  #: wpf-admin/options-tabs/features.php:17 wpf-includes/wpf-phrases.php:257
367
  msgid "Replace Registration Page URL to Forum URL"
368
+ msgstr "회원가입 페이지 URL을 포럼 URL로 바꾸기"
369
 
370
  #: wpf-admin/options-tabs/features.php:18 wpf-includes/wpf-phrases.php:256
371
  msgid "Replace Login Page URL to Forum URL"
372
+ msgstr "로그인 페이지 URL을 포럼 URL로 바꾸기"
373
 
374
  #: wpf-admin/options-tabs/features.php:19 wpf-includes/wpf-phrases.php:253
375
  msgid "Replace Author Avatar with Forum Profile Avatar"
376
+ msgstr "작성자 아바타를 포럼 프로필 아바타로 바꾸기"
377
 
378
  #: wpf-admin/options-tabs/features.php:20 wpf-includes/wpf-phrases.php:76
379
  msgid "Enable Avatars"
380
+ msgstr "아바타 사용"
381
 
382
  #: wpf-admin/options-tabs/features.php:21 wpf-includes/wpf-phrases.php:77
383
  msgid "Enable Custom Avatars"
384
+ msgstr "사용자 정의 아바타 사용"
385
 
386
  #: wpf-admin/options-tabs/features.php:22 wpf-includes/wpf-phrases.php:31
387
  msgid "Allow Member Signature"
388
+ msgstr "회원 서명 허용"
389
 
390
  #: wpf-admin/options-tabs/features.php:23 wpf-includes/wpf-phrases.php:79
391
  msgid "Enable Member Rating"
392
+ msgstr "회원 등급 사용"
393
 
394
  #: wpf-admin/options-tabs/features.php:24 wpf-includes/wpf-phrases.php:80
395
  msgid "Enable Member Rating Titles"
396
+ msgstr "회원 등급 명칭 사용"
397
 
398
  #: wpf-admin/options-tabs/features.php:25 wpf-includes/wpf-phrases.php:78
399
  msgid "Enable Member Cashe"
400
+ msgstr "회원 캐시 사용"
401
 
402
  #: wpf-admin/options-tabs/features.php:26 wpf-includes/wpf-phrases.php:83
403
  msgid "Enable wpForo SEO for Meta Titles"
404
+ msgstr "메타 제목을 위해 wpForo SEO 사용"
405
 
406
  #: wpf-admin/options-tabs/features.php:27 wpf-includes/wpf-phrases.php:82
407
  msgid "Enable wpForo SEO for Meta Tags"
408
+ msgstr "메타 태그를 위해 wpForo SEO 사용"
409
 
410
  #: wpf-admin/options-tabs/features.php:28 wpf-includes/wpf-phrases.php:81
411
  msgid "Enable wpForo Font-Awesome Lib"
412
+ msgstr "메타 태그를 위해 wpForo Font-Awesome Lib 사용"
413
 
414
  #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:132
415
  msgid "Help wpForo to grow, show plugin info"
416
+ msgstr "wpForo가 성장하도록 돕기, 플러그인 정보 보기"
417
 
418
  #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:223
419
  msgid ""
422
  "icon in forum footer, which will allow your site visitors recognize the name "
423
  "of forum solution you use."
424
  msgstr ""
425
+ "wpFpro가 완전히 무료로 제공되도록 우리가 어려운 일을 하는 것에 대한 당신의 감"
426
+ "사로 더 많은 인기를 얻을 수 있도록 이 옵션을 활성화해 주세요. 이 옵션은 당신"
427
+ "의 사이트 방문자들이 당신이 사용하는 포럼 솔루션의 이름을 인식할 수 있도록 허"
428
+ "용해 주는 매우 작은 아이콘을 포럼 바닥글에 추가합니다."
429
 
430
  #: wpf-admin/options-tabs/features.php:46 wpf-includes/wpf-phrases.php:361
431
  msgid "Yes"
432
+ msgstr ""
433
 
434
  #: wpf-admin/options-tabs/features.php:47 wpf-includes/wpf-phrases.php:193
435
  msgid "No"
436
+ msgstr "아니오 "
437
 
438
  #: wpf-admin/options-tabs/features.php:57 wpf-admin/options-tabs/forums.php:16
439
  #: wpf-admin/options-tabs/general.php:49 wpf-admin/options-tabs/members.php:86
440
  #: wpf-admin/options-tabs/posts.php:57 wpf-admin/options-tabs/styles.php:46
441
  #: wpf-admin/options-tabs/subscriptions.php:75 wpf-includes/wpf-phrases.php:340
442
  msgid "Update Options"
443
+ msgstr "업데이트 옵션"
444
 
445
  #: wpf-admin/options-tabs/general.php:14 wpf-includes/wpf-phrases.php:119
446
  msgid "Forum Title"
447
+ msgstr "포럼 제목"
448
 
449
  #: wpf-admin/options-tabs/general.php:18 wpf-includes/wpf-phrases.php:106
450
  msgid "Forum Description"
451
+ msgstr "포럼 설명"
452
 
453
  #: wpf-admin/options-tabs/general.php:22 wpf-includes/wpf-phrases.php:105
454
  msgid "Forum Base URL"
455
+ msgstr "포럼 기본 URL"
456
 
457
  #: wpf-admin/options-tabs/general.php:27 wpf-includes/wpf-phrases.php:63
458
  msgid "Dashboard Menu Position"
459
+ msgstr "대시보드 메뉴 위치"
460
 
461
  #: wpf-admin/options-tabs/general.php:28 wpf-includes/wpf-phrases.php:320
462
  msgid "The position in the menu order wpForo should appear."
463
+ msgstr "wpForo가 표시해야 되는 메뉴 순서에서의 위치"
464
 
465
  #: wpf-admin/options-tabs/general.php:29 wpf-includes/wpf-phrases.php:344
466
  msgid ""
469
  "Plugins, 70 - below Users, 75 - below Tools, 80 - below Settings, 100 - "
470
  "below second separator"
471
  msgstr ""
472
+ "5이상 - 글 아래, 10- 미디어 아래, 15 - 링크 아래, 20 - 페이지 아래, 25 - 댓"
473
+ "글 아래, 60 - 첫 번째 분리자 아래, 65 - 플러그인 아래, 70 - 사용자 아래, 75 "
474
+ "- 도구 아래, 80 - 설정 아래, 100 - 두 번째 분리자 아래"
475
 
476
  #: wpf-admin/options-tabs/general.php:37 wpf-includes/wpf-phrases.php:108
477
  msgid "Forum Language"
478
+ msgstr "포럼 언어"
479
 
480
  #: wpf-admin/options-tabs/general.php:61 wpf-includes/wpf-phrases.php:142
481
  msgid "Language XML file"
482
+ msgstr "언어 XML 파일"
483
 
484
  #: wpf-admin/options-tabs/general.php:70 wpf-includes/wpf-phrases.php:22
485
  msgid "Add New Language"
486
+ msgstr "새 언어 추가"
487
 
488
  #: wpf-admin/options-tabs/members.php:13 wpf-includes/wpf-phrases.php:214
489
  msgid "Online status timeout"
490
+ msgstr "온라인 상태 타임아웃"
491
 
492
  #: wpf-admin/options-tabs/members.php:16 wpf-admin/options-tabs/posts.php:19
493
  #: wpf-admin/options-tabs/posts.php:23 wpf-admin/options-tabs/posts.php:31
494
  #: wpf-admin/options-tabs/posts.php:35 wpf-includes/wpf-phrases.php:385
495
  msgid "minutes"
496
+ msgstr ""
497
 
498
  #: wpf-admin/options-tabs/members.php:20 wpf-includes/wpf-phrases.php:177
499
  msgid "Members URL structure"
500
+ msgstr "회원들 URL 구조"
501
 
502
  #: wpf-admin/options-tabs/members.php:30 wpf-includes/wpf-phrases.php:61
503
  msgid "Custom Authorisation URLs"
504
+ msgstr "사용자 정의 허가 URL들"
505
 
506
  #: wpf-admin/options-tabs/members.php:41 wpf-includes/wpf-phrases.php:160
507
  msgid "Login URL"
508
+ msgstr "로그인 URL"
509
 
510
  #: wpf-admin/options-tabs/members.php:42 wpf-includes/wpf-phrases.php:249
511
  msgid "Register URL"
512
+ msgstr "회원가입 URL"
513
 
514
  #: wpf-admin/options-tabs/members.php:43 wpf-includes/wpf-phrases.php:162
515
  msgid "Lost Password URL"
516
+ msgstr "비밀번호 분실 URL"
517
 
518
  #: wpf-admin/options-tabs/members.php:49 wpf-includes/wpf-phrases.php:172
519
  msgid "Member Reputation"
520
+ msgstr "회원 평판"
521
 
522
  #: wpf-admin/options-tabs/members.php:57 wpf-includes/wpf-phrases.php:244
523
  msgid "Rating Level"
524
+ msgstr "등급 레벨"
525
 
526
  #: wpf-admin/options-tabs/members.php:58 wpf-includes/wpf-phrases.php:181
527
  msgid "Min Number of Posts"
528
+ msgstr "글들의 최소 숫자"
529
 
530
  #: wpf-admin/options-tabs/members.php:59 wpf-includes/wpf-phrases.php:173
531
  msgid "Member Title"
532
+ msgstr "회원 제목"
533
 
534
  #: wpf-admin/options-tabs/members.php:60 wpf-includes/wpf-phrases.php:290
535
  msgid "Short Badge"
536
+ msgstr "짧은 배지"
537
 
538
  #: wpf-admin/options-tabs/members.php:61 wpf-includes/wpf-phrases.php:126
539
  msgid "Full Badge"
540
+ msgstr "전체 배지"
541
 
542
  #: wpf-admin/options-tabs/members.php:62 wpf-includes/wpf-phrases.php:242
543
  msgid "Rating Color"
544
+ msgstr "등급 색상"
545
 
546
  #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:243
547
  msgid "Rating Icon"
548
+ msgstr "등급 아이콘"
549
 
550
  #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:183
551
  msgid "More"
552
+ msgstr ""
553
 
554
  #: wpf-admin/options-tabs/members.php:68 wpf-includes/wpf-phrases.php:156
555
  msgid "Level"
556
+ msgstr "레벨"
557
 
558
  #: wpf-admin/options-tabs/members.php:69 wpf-includes/wpf-phrases.php:208
559
  msgid "Number of Posts"
560
+ msgstr "글의 개수"
561
 
562
  #: wpf-admin/options-tabs/members.php:70 wpf-includes/wpf-phrases.php:62
563
  msgid "Custom Title"
564
+ msgstr "사용자 정의 제목"
565
 
566
  #: wpf-admin/options-tabs/members.php:73 wpf-includes/wpf-phrases.php:56
567
  msgid "Color"
568
+ msgstr "색상"
569
 
570
  #: wpf-admin/options-tabs/members.php:74 wpf-includes/wpf-phrases.php:48
571
  msgid "Badge Icon"
572
+ msgstr "배지 아이콘"
573
 
574
  #: wpf-admin/options-tabs/plugins.php:9
575
  msgid ""
583
  "very soon. Once you got some addon and activated that, you will find "
584
  "settings in vertical subTabs here."
585
  msgstr ""
586
+ "wpForo를 사용해 주셔서 감사합니다. wpForo는 언제나 무료로 사용할 수 있는 프리"
587
+ "미엄 포럼 플러그인입니다. 이 포럼 게시판의 유료와 프로 버전은 결코 없을 것입"
588
+ "니다. 하지만 이는 매우 크고 어려운 프로젝트로 무료 wpForo 플러그인에 새로운 "
589
+ "기능들을 추가하고 발전을 유지하도록 우리를 경제적으로 도울 유료 애드온(확장기"
590
+ "능)을 개발하려고 합니다. 첫 번째 애드온 \"Advanced Media Uploader\", \"Polls"
591
+ "\", \"Private Messages\" 그리고 \"Ad Manager\"은 곧 사용 가능할 예정입니다. "
592
+ "일단 애드온을 설치하고 활성화하면, 당신은 이곳의 수직 하위탭에서 설정들을 찾"
593
+ "을 수 있게 될 것입니다."
594
 
595
  #: wpf-admin/options-tabs/posts.php:14 wpf-includes/wpf-phrases.php:210
596
  msgid "Number of Topics per Page"
597
+ msgstr "페이지당 주제의 개수"
598
 
599
  #: wpf-admin/options-tabs/posts.php:18 wpf-includes/wpf-phrases.php:30
600
  msgid "Allow Edit Own Topic for"
601
+ msgstr "자신의 주제 편집 허용"
602
 
603
  #: wpf-admin/options-tabs/posts.php:22 wpf-includes/wpf-phrases.php:27
604
  msgid "Allow Delete Own Topic for"
605
+ msgstr "자신의 주제 삭제 허용"
606
 
607
  #: wpf-admin/options-tabs/posts.php:26 wpf-includes/wpf-phrases.php:209
608
  msgid "Number of Posts per Page"
609
+ msgstr "페이지당 글의 개수"
610
 
611
  #: wpf-admin/options-tabs/posts.php:30 wpf-includes/wpf-phrases.php:29
612
  msgid "Allow Edit Own Post for"
613
+ msgstr "자신의 글 편집 허용"
614
 
615
  #: wpf-admin/options-tabs/posts.php:34 wpf-includes/wpf-phrases.php:28
616
  msgid "Allow Delete Own post for"
617
+ msgstr "자신의 글 삭제 허용"
618
 
619
  #: wpf-admin/options-tabs/posts.php:40 wpf-includes/wpf-phrases.php:167
620
  msgid "Maximum upload file size"
621
+ msgstr "최대 업로드 파일 크기"
622
 
623
  #: wpf-admin/options-tabs/posts.php:41 wpf-includes/wpf-phrases.php:365
624
  msgid ""
626
  "\"post_max_size\". If you want to increase server parameters please contact "
627
  "to your hosting service support."
628
  msgstr ""
629
+ "\"upload_max_filesize\" 그리고 \"post_max_size\" 이상으로 이 값을 설정할 수 "
630
+ "없습니다. 서버 매개 변수들을 증가시키고 싶으시면 호스팅 서비스 지원 담당자에"
631
+ "게 문의하세요."
632
 
633
  #: wpf-admin/options-tabs/posts.php:44 wpf-includes/wpf-phrases.php:164
634
  msgid "MB"
635
+ msgstr "MB"
636
 
637
  #: wpf-admin/options-tabs/posts.php:47 wpf-includes/wpf-phrases.php:285
638
  msgid "Server \"upload_max_filesize\" is "
639
+ msgstr "서버 \"upload_max_filesize\"는"
640
 
641
  #: wpf-admin/options-tabs/posts.php:48 wpf-includes/wpf-phrases.php:284
642
  msgid "Server \"post_max_size\" is "
643
+ msgstr "서버 \"post_max_size\"는"
644
 
645
  #: wpf-admin/options-tabs/subscriptions.php:13 wpf-includes/wpf-phrases.php:124
646
  msgid "From Name"
647
+ msgstr "발신자 이름"
648
 
649
  #: wpf-admin/options-tabs/subscriptions.php:17 wpf-includes/wpf-phrases.php:123
650
  msgid "From Email Address"
651
+ msgstr "보낸 사람 이메일 주소"
652
 
653
  #: wpf-admin/options-tabs/subscriptions.php:22 wpf-includes/wpf-phrases.php:104
654
  msgid "Forum Admin Email Addresses"
655
+ msgstr "포럼 관리자 이메일 주소"
656
 
657
  #: wpf-admin/options-tabs/subscriptions.php:23 wpf-includes/wpf-phrases.php:57
658
  msgid ""
659
  "Comma separated email addresses of forum administrators to get forum "
660
  "notifications. For example post report messages."
661
  msgstr ""
662
+ "포럼 알림을 받을 포럼 관리자들의 이메일 주소들을 쉼표로 분리. 예를 들어 글 보"
663
+ "고 메시지들."
664
 
665
  #: wpf-admin/options-tabs/subscriptions.php:29 wpf-includes/wpf-phrases.php:314
666
  msgid "Subscription Emails"
667
+ msgstr "구독 이메일"
668
 
669
  #: wpf-admin/options-tabs/subscriptions.php:33 wpf-includes/wpf-phrases.php:311
670
  msgid "Subscribe confirmation email subject"
671
+ msgstr "구독 확인 이메일 제목"
672
 
673
  #: wpf-admin/options-tabs/subscriptions.php:37 wpf-includes/wpf-phrases.php:310
674
  msgid "Subscribe confirmation email message"
675
+ msgstr "구독 확인 이메일 메시지"
676
 
677
  #: wpf-admin/options-tabs/subscriptions.php:41 wpf-includes/wpf-phrases.php:192
678
  msgid "New topic notification email subject"
679
+ msgstr "새 주제 알림 이메일 제목"
680
 
681
  #: wpf-admin/options-tabs/subscriptions.php:45 wpf-includes/wpf-phrases.php:191
682
  msgid "New topic notification email message"
683
+ msgstr "새 주제 알림 이메일 메시지"
684
 
685
  #: wpf-admin/options-tabs/subscriptions.php:49 wpf-includes/wpf-phrases.php:190
686
  msgid "New reply notification email subject"
687
+ msgstr "새 답변 알림 이메일 제목"
688
 
689
  #: wpf-admin/options-tabs/subscriptions.php:53 wpf-includes/wpf-phrases.php:189
690
  msgid "New reply notification email message"
691
+ msgstr "새 답변 알림 이메일 메시지"
692
 
693
  #: wpf-admin/options-tabs/subscriptions.php:58 wpf-includes/wpf-phrases.php:224
694
  msgid "Post Reporting Emails"
695
+ msgstr "글 보고 이메일"
696
 
697
  #: wpf-admin/options-tabs/subscriptions.php:59 wpf-includes/wpf-phrases.php:327
698
  msgid "This message comes from post reporting pop-up form."
699
+ msgstr "이 메시지는 글 보고 팝업 양식에서 "
700
 
701
  #: wpf-admin/options-tabs/subscriptions.php:64 wpf-includes/wpf-phrases.php:263
702
  msgid "Report message subject"
703
+ msgstr "보고 메시지 제목"
704
 
705
  #: wpf-admin/options-tabs/subscriptions.php:69 wpf-includes/wpf-phrases.php:262
706
  msgid "Report message body"
707
+ msgstr "보고 메시지 본문"
708
 
709
  #: wpf-admin/options.php:8 wpf-includes/wpf-phrases.php:115
710
  msgid "Forum Settings"
711
+ msgstr "포럼 설정"
712
 
713
  #: wpf-admin/options.php:13 wpf-includes/wpf-phrases.php:127
714
  msgid "General"
715
+ msgstr "일반"
716
 
717
  #: wpf-admin/options.php:15 wpf-includes/wpf-phrases.php:103
718
  msgid "Forum Accesses"
719
+ msgstr "포럼 액세스"
720
 
721
  #: wpf-admin/options.php:16 wpf-includes/wpf-phrases.php:335
722
  msgid "Topics &amp; Posts"
723
+ msgstr "주제들 &amp; 글들"
724
 
725
  #: wpf-admin/options.php:18 wpf-includes/wpf-phrases.php:75
726
  msgid "Emails"
727
+ msgstr "이메일들"
728
 
729
  #: wpf-admin/options.php:19 wpf-includes/wpf-phrases.php:94
730
  msgid "Features"
731
+ msgstr "주요 기능들"
732
 
733
  #: wpf-admin/options.php:21 wpf-includes/wpf-phrases.php:308
734
  msgid "Styles"
735
+ msgstr "스타일"
736
 
737
  #: wpf-admin/options.php:22 wpf-includes/wpf-phrases.php:25
738
  msgid "Addons"
739
+ msgstr "애드온"
740
 
741
  #: wpf-admin/phrase.php:10 wpf-includes/wpf-phrases.php:125
742
  msgid "Front-end Phrases"
743
+ msgstr "전면 문구"
744
 
745
  #: wpf-admin/themes.php:9 wpf-includes/wpf-phrases.php:118
746
  msgid "Forum Themes"
747
+ msgstr "포럼 테마"
748
 
749
  #: wpf-admin/themes.php:46 wpf-includes/wpf-phrases.php:60
750
  msgid "Current active theme"
751
+ msgstr "현재 활성 테마"
752
 
753
  #: wpf-admin/themes.php:48 wpf-includes/wpf-phrases.php:136
754
  msgid "Inactive"
755
+ msgstr "비활성"
756
 
757
  #: wpf-admin/themes.php:52 wpf-includes/wpf-phrases.php:141
758
  msgid "LAYOUTS"
759
+ msgstr "레이아웃"
760
 
761
  #: wpf-admin/themes.php:68 wpf-includes/wpf-phrases.php:17
762
  msgid "Activate"
763
+ msgstr "활성화"
764
 
765
  #: wpf-admin/themes.php:69 wpf-includes/wpf-phrases.php:122
766
  msgid "Fresh Installation"
767
+ msgstr "새로 설치"
768
 
769
  #: wpf-admin/themes.php:71 wpf-includes/wpf-phrases.php:138
770
  msgid "Install"
771
+ msgstr "설치"
772
 
773
  #: wpf-admin/themes.php:73 wpf-includes/wpf-phrases.php:38
774
  msgid "Are you sure you want to delete this theme files?"
775
+ msgstr "정말로 이 테마 파일을 삭제하고 싶으세요?"
776
 
777
  #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:40
778
  msgid ""
779
  "Are you sure you want to reset all settings and style colors to default?"
780
+ msgstr "정말로 모든 설정들과 스타일 색상들을 기본값으로 재설정하고 싶으세요?"
781
 
782
  #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:265
783
  msgid "Reset Settings"
784
+ msgstr "설정 초기화"
785
 
786
  #: wpf-admin/themes.php:96 wpf-includes/wpf-phrases.php:198
787
  msgid "No layout found"
788
+ msgstr "레이아웃을 찾을 수 없음"
789
 
790
  #: wpf-admin/themes.php:107 wpf-includes/wpf-phrases.php:203
791
  msgid "No theme found"
792
+ msgstr "테마를 찾을 수 없음"
793
 
794
  #: wpf-admin/usergroup.php:8
795
  msgid "Usergroups"
796
+ msgstr "사용자 그룹들"
797
 
798
  #: wpf-admin/usergroup.php:18 wpf-admin/usergroup.php:30
799
  #: wpf-admin/usergroup.php:62
800
  msgid "Usergroup Name"
801
+ msgstr "사용자 그룹 이름"
802
 
803
  #: wpf-admin/usergroup.php:19
804
  msgid "Users Count"
805
+ msgstr "사용자 수"
806
 
807
  #: wpf-admin/usergroup.php:36
808
  msgid "Edit this usergroup"
809
+ msgstr "이 사용자 그룹 편집"
810
 
811
  #: wpf-admin/usergroup.php:36 wpf-includes/functions.php:254
812
  #: wpf-includes/functions.php:467 wpf-includes/wpf-phrases.php:72
813
  msgid "Edit"
814
+ msgstr "편집"
815
 
816
  #: wpf-admin/usergroup.php:37
817
  msgid "Delete this usergroup"
818
+ msgstr "이 사용자 그룹 삭제"
819
 
820
  #: wpf-admin/usergroup.php:39
821
  msgid "View users list in this usergroup"
822
+ msgstr "이 그룹에서 사용자 리스트 보기"
823
 
824
  #: wpf-admin/usergroup.php:43
825
  msgid "Count of users in this usergroup"
826
+ msgstr "이 사용자 그룹의 사용자 수"
827
 
828
  #: wpf-admin/usergroup.php:62 wpf-includes/wpf-phrases.php:131
829
  msgid "Guest"
830
+ msgstr "손님"
831
 
832
  #: wpf-admin/usergroup.php:85 wpf-includes/wpf-phrases.php:369
833
  msgid "add"
834
+ msgstr "추가"
835
 
836
  #: wpf-admin/usergroup.php:85
837
  msgid "save"
838
+ msgstr "저장"
839
 
840
  #: wpf-admin/usergroup.php:106
841
  msgid "Delete Chosen Usergroup And Users"
842
+ msgstr "선택된 사용자 그룹 및 사용자들 삭제"
843
 
844
  #: wpf-admin/usergroup.php:116
845
  msgid "Delete Chosen Usergroup And Join Users To Other Usergroup"
846
+ msgstr "선택된 사용자 그룹 삭제 및 다른 사용자 그룹에 사용자 참여"
847
 
848
  #: wpf-admin/usergroup.php:128
849
  msgid "Users will be join this usergroup"
850
+ msgstr "사용자가 이 사용자 그룹에 합류할 것입니다"
851
 
852
  #: wpf-includes/class-notices.php:128 wpf-includes/wpf-phrases.php:68
853
  msgid "Dismiss this notice."
854
+ msgstr "이 알림 무시."
855
 
856
  #: wpf-includes/class-permissions.php:116 wpf-includes/wpf-phrases.php:415
857
  #, php-format
858
  msgid "%s access successfully added"
859
+ msgstr "%s 액세스가 성공적으로 추가됨"
860
 
861
  #: wpf-includes/class-permissions.php:141 wpf-includes/wpf-phrases.php:416
862
  #, php-format
863
  msgid "%s access successfully edited"
864
+ msgstr "%s 액세스가 성공적으로 편집됨"
865
 
866
  #: wpf-includes/class-phrases.php:157
867
  #: wpf-includes/functions-installation.php:28 wpf-includes/wpf-phrases.php:7
868
  msgid " Forum"
869
+ msgstr " 포럼"
870
 
871
  #: wpf-includes/class-phrases.php:158
872
  #: wpf-includes/functions-installation.php:29 wpf-includes/wpf-phrases.php:6
873
  msgid " Discussion Board"
874
+ msgstr " 토론 게시판"
875
 
876
  #: wpf-includes/class-template.php:868 wpf-includes/wpf-phrases.php:324
877
  msgid "Theme file not readable"
878
+ msgstr "테마 파일을 읽을 수 없음"
879
 
880
  #: wpf-includes/functions-template.php:7
881
  msgid "wpForo Menu"
882
+ msgstr "wpForo 메뉴"
883
 
884
  #: wpf-includes/functions-template.php:149 wpf-includes/wpf-phrases.php:405
885
  msgid "wpForo Sidebar"
886
+ msgstr "wpForo 사이드바"
887
 
888
  #: wpf-includes/functions-template.php:150 wpf-includes/wpf-phrases.php:188
889
  msgid ""
890
  "NOTE: If you're going to add widgets in this sidebar, please use 'Full "
891
  "Width' template for wpForo index page to avoid sidebar duplication."
892
  msgstr ""
893
+ "참고: 이 사이드바에 위젯을 추가하려는 경우, wpForo 인덱스 페이지에서 사이드바"
894
+ "가 겹치는 것을 피하기 위해 '전체 너비' 템플릿을 사용해 주세요."
895
 
896
  #: wpf-includes/functions-template.php:188
897
  #: wpf-includes/functions-template.php:295
899
  #: wpf-includes/functions-template.php:435
900
  #: wpf-includes/functions-template.php:482 wpf-includes/wpf-phrases.php:330
901
  msgid "Title"
902
+ msgstr "제목"
903
 
904
  #: wpf-includes/functions-template.php:361
905
  #: wpf-includes/functions-template.php:438 wpf-includes/wpf-phrases.php:207
906
  msgid "Number of Items"
907
+ msgstr "항목의 개수"
908
 
909
  #: wpf-includes/functions-template.php:366 wpf-includes/wpf-phrases.php:69
910
  msgid "Display Avatars"
911
+ msgstr "아바타 표시"
912
 
913
  #: wpf-includes/functions-template.php:442 wpf-includes/wpf-phrases.php:71
914
  msgid "Display with Avatars"
915
+ msgstr "아바타와 함께 표시"
916
 
917
  #: wpf-includes/functions.php:252 wpf-includes/functions.php:465
918
  #: wpf-includes/wpf-phrases.php:50
919
  msgid "Bulk Actions"
920
+ msgstr "일괄 작업"
921
 
922
  #: wpf-includes/functions.php:259 wpf-includes/functions.php:553
923
  #: wpf-includes/wpf-phrases.php:36
924
  msgid "Apply"
925
+ msgstr "적용"
926
 
927
  #: wpf-includes/functions.php:268 wpf-includes/wpf-phrases.php:297
928
  msgid "Show all forums"
929
+ msgstr "모든 포럼들 표시"
930
 
931
  #: wpf-includes/functions.php:297 wpf-includes/functions.php:475
932
  #: wpf-includes/wpf-phrases.php:380
933
  msgid "item"
934
+ msgstr "항목"
935
 
936
  #: wpf-includes/functions.php:330 wpf-includes/functions.php:346
937
  #: wpf-includes/wpf-phrases.php:281
938
  msgid "Select All"
939
+ msgstr "모두 선택"
940
 
941
  #: wpf-includes/functions.php:412 wpf-includes/wpf-phrases.php:66
942
  msgid "Delete this item"
943
+ msgstr "이 항목 삭제"
944
 
945
  #: wpf-includes/functions.php:412 wpf-includes/wpf-phrases.php:41
946
  msgid "Are you sure you whant to DELETE this item?"
947
+ msgstr "정말로 이 아이템을 삭제하고 싶으세요?"
948
 
949
  #: wpf-includes/functions.php:457 wpf-includes/wpf-phrases.php:197
950
  msgid "No items found"
951
+ msgstr "항목을 찾을 수 없음"
952
 
953
  #: wpf-includes/functions.php:552 wpf-includes/wpf-phrases.php:139
954
  msgid "Items"
955
+ msgstr "항목들"
956
 
957
  #: wpf-includes/functions.php:795
958
  #, php-format
959
  msgid "Could not write file %s"
960
+ msgstr "파일 %s 저장할 수 없음"
961
 
962
  #: wpf-includes/wpf-hooks.php:20 wpf-includes/wpf-phrases.php:134
963
  msgid ""
968
  "please confirm. If not, just cancel it, then you can deactivate this plugin, "
969
  "that will not remove forum data."
970
  msgstr ""
971
+ "중요! 언인스톨은 단순한 비활성화 작업이 아닙니다. 이 작업은 모든 포럼 데이터"
972
+ "(포럼, 주제, 답변, 첨부파일)를 데이터베이스에서 영구적으로 제거합니다. 향후"
973
+ "에 이 포럼 데이터가 필요하다면, 이 작업 전에 데이터베이스를 백업해 주세요. 만"
974
+ "약 모든 포럼 데이터를 삭제하고 싶으신게 확실하다면 확인해 주세요. 만약 그렇"
975
+ "지 않다면, 취소하고 나서 이 플러그인을 비활성화 하시면 포럼 데이터는 제거되"
976
+ "지 않습니다."
977
 
978
  #: wpf-includes/wpf-hooks.php:20
979
  msgid "Uninstall"
980
+ msgstr "언인스톨"
981
 
982
  #: wpf-includes/wpf-hooks.php:23
983
  msgid "Settings"
984
+ msgstr "설정"
985
 
986
  #: wpf-includes/wpf-hooks.php:806 wpf-includes/wpf-phrases.php:184
987
  msgid "Move"
988
+ msgstr "이동"
989
 
990
  #: wpf-includes/wpf-hooks.php:852
991
  msgid "Dismiss"
992
+ msgstr "무시"
993
 
994
  #: wpf-includes/wpf-hooks.php:877 wpf-includes/wpf-phrases.php:407
995
  msgid "wpForo Usergroup"
996
+ msgstr "wpForo 사용자 그룹"
997
 
998
  #: wpf-includes/wpf-hooks.php:885 wpf-includes/wpf-phrases.php:406
999
  msgid "wpForo User Timezone"
1000
+ msgstr "wpForo 사용자 표준시간대"
1001
 
1002
  #: wpf-includes/wpf-phrases.php:8
1003
  #, php-format
1004
  msgid "%s and %s liked"
1005
+ msgstr "%s 그리고 %s 좋아함"
1006
 
1007
  #: wpf-includes/wpf-phrases.php:9
1008
  #, php-format
1009
  msgid "%s liked"
1010
+ msgstr "%s 좋아함"
1011
 
1012
  #: wpf-includes/wpf-phrases.php:10
1013
  #, php-format
1014
  msgid "%s, %s and %s liked"
1015
+ msgstr "%s, %s 그리고 %s 좋아함"
1016
 
1017
  #: wpf-includes/wpf-phrases.php:11
1018
  #, php-format
1019
  msgid "%s, %s, %s and %d people liked"
1020
+ msgstr "%s, %s, %s 그리고 %d 사람들이 좋아함"
1021
 
1022
  #: wpf-includes/wpf-phrases.php:12
1023
  msgid "AOL IM"
1024
+ msgstr "AOL 메신저"
1025
 
1026
  #: wpf-includes/wpf-phrases.php:13
1027
  msgid "About Me"
1028
+ msgstr "나에 관하여"
1029
 
1030
  #: wpf-includes/wpf-phrases.php:16
1031
  msgid "Account"
1032
+ msgstr "계정"
1033
 
1034
  #: wpf-includes/wpf-phrases.php:19
1035
  msgid "Activity"
1036
+ msgstr "활동"
1037
 
1038
  #: wpf-includes/wpf-phrases.php:23
1039
  msgid "Add a comment"
1040
+ msgstr "댓글 추가"
1041
 
1042
  #: wpf-includes/wpf-phrases.php:24
1043
  msgid "Add topic"
1044
+ msgstr "주제 추가"
1045
 
1046
  #: wpf-includes/wpf-phrases.php:32
1047
  msgid "Answer"
1048
+ msgstr "답변"
1049
 
1050
  #: wpf-includes/wpf-phrases.php:33
1051
  msgid "Answer to"
1052
+ msgstr "답변 대상:"
1053
 
1054
  #: wpf-includes/wpf-phrases.php:34
1055
  msgid "Answers"
1056
+ msgstr "답변들"
1057
 
1058
  #: wpf-includes/wpf-phrases.php:35
1059
  msgid "Any Date"
1060
+ msgstr "어떤 날"
1061
 
1062
  #: wpf-includes/wpf-phrases.php:42
1063
  msgid "Ascending order"
1064
+ msgstr "오름차순"
1065
 
1066
  #: wpf-includes/wpf-phrases.php:43
1067
  msgid "Attach file:"
1068
+ msgstr "파일 첨부:"
1069
 
1070
  #: wpf-includes/wpf-phrases.php:47
1071
  msgid "Avatar"
1072
+ msgstr "아바타"
1073
 
1074
  #: wpf-includes/wpf-phrases.php:53
1075
  msgid "Change password"
1076
+ msgstr "비밀번호 변경"
1077
 
1078
  #: wpf-includes/wpf-phrases.php:54
1079
  msgid "Choose target forum"
1080
+ msgstr "대상 포럼 선택"
1081
 
1082
  #: wpf-includes/wpf-phrases.php:55 wpf-themes/classic/functions.php:31
1083
  #: wpf-themes/classic/functions.php:52 wpf-themes/classic/functions.php:81
1084
  msgid "Collapsed"
1085
+ msgstr "접힘"
1086
 
1087
  #: wpf-includes/wpf-phrases.php:58
1088
  msgid "Comments"
1089
+ msgstr "댓글들"
1090
 
1091
  #: wpf-includes/wpf-phrases.php:59
1092
  msgid "Confirm my subscription"
1093
+ msgstr "내 구독을 확인"
1094
 
1095
  #: wpf-includes/wpf-phrases.php:64
1096
  msgid "Date"
1097
+ msgstr "날짜"
1098
 
1099
  #: wpf-includes/wpf-phrases.php:67
1100
  msgid "Descending order"
1101
+ msgstr "내림차순"
1102
 
1103
  #: wpf-includes/wpf-phrases.php:70
1104
  msgid "Display Name"
1105
+ msgstr "이름 표시"
1106
 
1107
  #: wpf-includes/wpf-phrases.php:73
1108
  msgid "Edited: "
1109
+ msgstr "편집됨:"
1110
 
1111
  #: wpf-includes/wpf-phrases.php:74
1112
  msgid "Email"
1113
+ msgstr "이메일"
1114
 
1115
  #: wpf-includes/wpf-phrases.php:86
1116
  msgid "Enter title here"
1117
+ msgstr "여기에 제목 입력"
1118
 
1119
  #: wpf-includes/wpf-phrases.php:87 wpf-themes/classic/functions.php:30
1120
  #: wpf-themes/classic/functions.php:51 wpf-themes/classic/functions.php:80
1121
  msgid "Expanded"
1122
+ msgstr "펼침"
1123
 
1124
  #: wpf-includes/wpf-phrases.php:88 wpf-themes/classic/functions.php:77
1125
  msgid "Extended Layout - Intro posts"
1126
+ msgstr "펼침 레이아웃 - 소개 글들"
1127
 
1128
  #: wpf-includes/wpf-phrases.php:89 wpf-themes/classic/functions.php:27
1129
  msgid "Extended Layout - Intro topics"
1130
+ msgstr "펼침 레이아웃 - 소개 주제들"
1131
 
1132
  #: wpf-includes/wpf-phrases.php:90 wpf-themes/classic/functions.php:87
1133
  msgid "Extended Layout - Number of intro posts"
1134
+ msgstr "펼침 레이아웃 - 소개 글의 수"
1135
 
1136
  #: wpf-includes/wpf-phrases.php:91 wpf-themes/classic/functions.php:36
1137
  msgid "Extended Layout - Number of intro topics"
1138
+ msgstr "펼침 레이아웃 - 소개 주제들의 수"
1139
 
1140
  #: wpf-includes/wpf-phrases.php:92
1141
  msgid "Facebook"
1142
+ msgstr "페이스북"
1143
 
1144
  #: wpf-includes/wpf-phrases.php:93
1145
  msgid "Failed to write file to disk"
1146
+ msgstr "디스크에 파일 쓰기 실패"
1147
 
1148
  #: wpf-includes/wpf-phrases.php:95
1149
  msgid "File upload stopped by extension"
1150
+ msgstr "파일 업로드가 확장자에 의해 중지됨"
1151
 
1152
  #: wpf-includes/wpf-phrases.php:96
1153
  msgid "Find Posts by User"
1154
+ msgstr "사용자에 의한 글 찾기"
1155
 
1156
  #: wpf-includes/wpf-phrases.php:97
1157
  msgid "Find Topics Started by User"
1158
+ msgstr "사용자에 의해 시작된 주제 찾기"
1159
 
1160
  #: wpf-includes/wpf-phrases.php:98
1161
  msgid "First post and replies"
1162
+ msgstr "첫 번째 글과 답변들"
1163
 
1164
  #: wpf-includes/wpf-phrases.php:99
1165
  msgid "Forum"
1166
+ msgstr "포럼"
1167
 
1168
  #: wpf-includes/wpf-phrases.php:100
1169
  msgid "Forum - Login"
1170
+ msgstr "포럼 - 로그인"
1171
 
1172
  #: wpf-includes/wpf-phrases.php:101
1173
  msgid "Forum - Page Not Found"
1174
+ msgstr "포럼 - 페이지를 찾을 수 없음"
1175
 
1176
  #: wpf-includes/wpf-phrases.php:102
1177
  msgid "Forum - Registration"
1178
+ msgstr "포럼 - 가입"
1179
 
1180
  #: wpf-includes/wpf-phrases.php:107
1181
  msgid "Forum Home"
1182
+ msgstr "포럼 홈"
1183
 
1184
  #: wpf-includes/wpf-phrases.php:109
1185
  msgid "Forum Members"
1186
+ msgstr "포럼 회원"
1187
 
1188
  #: wpf-includes/wpf-phrases.php:112
1189
  msgid "Forum Profile"
1190
+ msgstr "포럼 프로필"
1191
 
1192
  #: wpf-includes/wpf-phrases.php:113
1193
  msgid "Forum RSS Feed"
1194
+ msgstr "포럼 RSS 피드"
1195
 
1196
  #: wpf-includes/wpf-phrases.php:117
1197
  msgid "Forum Statistics"
1198
+ msgstr "포럼 통계"
1199
 
1200
  #: wpf-includes/wpf-phrases.php:120
1201
  msgid "Forum is empty"
1202
+ msgstr "포럼이 비어 있습니다"
1203
 
1204
  #: wpf-includes/wpf-phrases.php:129
1205
  msgid "Group"
1206
+ msgstr "그룹"
1207
 
1208
  #: wpf-includes/wpf-phrases.php:130
1209
  msgid "Gtalk"
1210
+ msgstr "구글 토크"
1211
 
1212
  #: wpf-includes/wpf-phrases.php:133
1213
  msgid "ICQ"
1214
+ msgstr "ICQ"
1215
 
1216
  #: wpf-includes/wpf-phrases.php:137
1217
  msgid "Insert member name or email"
1218
+ msgstr "회원 이름 또는 이메일을 입력"
1219
 
1220
  #: wpf-includes/wpf-phrases.php:140
1221
  msgid "Joined"
1222
+ msgstr "가입함"
1223
 
1224
  #: wpf-includes/wpf-phrases.php:143
1225
  msgid "Last 24 hours"
1226
+ msgstr "지난 24시간"
1227
 
1228
  #: wpf-includes/wpf-phrases.php:144
1229
  msgid "Last 3 Months"
1230
+ msgstr "지난 3개월"
1231
 
1232
  #: wpf-includes/wpf-phrases.php:145
1233
  msgid "Last 6 Months"
1234
+ msgstr "지난 6개월"
1235
 
1236
  #: wpf-includes/wpf-phrases.php:146
1237
  msgid "Last Active"
1238
+ msgstr "지난 활동"
1239
 
1240
  #: wpf-includes/wpf-phrases.php:147
1241
  msgid "Last Month"
1242
+ msgstr "지난 달"
1243
 
1244
  #: wpf-includes/wpf-phrases.php:148
1245
  msgid "Last Post"
1246
+ msgstr "지난 글"
1247
 
1248
  #: wpf-includes/wpf-phrases.php:149
1249
  msgid "Last Post Info"
1250
+ msgstr "마지막 글 정보"
1251
 
1252
  #: wpf-includes/wpf-phrases.php:150
1253
  msgid "Last Week"
1254
+ msgstr "지난 주"
1255
 
1256
  #: wpf-includes/wpf-phrases.php:151
1257
  msgid "Last Year ago"
1258
+ msgstr "작년"
1259
 
1260
  #: wpf-includes/wpf-phrases.php:152
1261
  #, php-format
1262
  msgid "Last post by %s"
1263
+ msgstr "%s에 의해 마지막 게시물"
1264
 
1265
  #: wpf-includes/wpf-phrases.php:153
1266
  msgid "Latest Post"
1267
+ msgstr "최근 글"
1268
 
1269
  #: wpf-includes/wpf-phrases.php:154
1270
  msgid "Leave a reply"
1271
+ msgstr "댓글 남기기"
1272
 
1273
  #: wpf-includes/wpf-phrases.php:155
1274
  msgid "Length must be between 3 characters and 15 characters."
1275
+ msgstr "길이는 3자에서 15자 사이여야 합니다."
1276
 
1277
  #: wpf-includes/wpf-phrases.php:157
1278
  msgid "Liked"
1279
+ msgstr "좋아함"
1280
 
1281
  #: wpf-includes/wpf-phrases.php:158
1282
  msgid "Location"
1283
+ msgstr "위치"
1284
 
1285
  #: wpf-includes/wpf-phrases.php:159
1286
  msgid "Login"
1287
+ msgstr "로그인"
1288
 
1289
  #: wpf-includes/wpf-phrases.php:161
1290
  msgid "Logout"
1291
+ msgstr "로그아웃"
1292
 
1293
  #: wpf-includes/wpf-phrases.php:163
1294
  msgid "Lost your password?"
1295
+ msgstr "비밀번호를 잊으셨나요?"
1296
 
1297
  #: wpf-includes/wpf-phrases.php:165
1298
  msgid "MSN"
1299
+ msgstr "MSN"
1300
 
1301
  #: wpf-includes/wpf-phrases.php:166
1302
  msgid "Maximum allowed file size is"
1303
+ msgstr "최대 허용 파일 크기는"
1304
 
1305
  #: wpf-includes/wpf-phrases.php:168
1306
  msgid "Member Activity"
1307
+ msgstr "회원 활동"
1308
 
1309
  #: wpf-includes/wpf-phrases.php:169
1310
  msgid "Member Information"
1311
+ msgstr "회원 정보"
1312
 
1313
  #: wpf-includes/wpf-phrases.php:170
1314
  msgid "Member Rating"
1315
+ msgstr "회원 등급"
1316
 
1317
  #: wpf-includes/wpf-phrases.php:171
1318
  msgid "Member Rating Badge"
1319
+ msgstr "회원 등급 배지"
1320
 
1321
  #: wpf-includes/wpf-phrases.php:174
1322
  msgid "Member information"
1323
+ msgstr "회원 정보"
1324
 
1325
  #: wpf-includes/wpf-phrases.php:178
1326
  msgid "Members not found"
1327
+ msgstr "회원들을 찾을 수 없음"
1328
 
1329
  #: wpf-includes/wpf-phrases.php:179
1330
  msgid "Messages"
1331
+ msgstr "메시지들"
1332
 
1333
  #: wpf-includes/wpf-phrases.php:182
1334
  msgid "Missing a temporary folder"
1335
+ msgstr "임시 폴더가 없음"
1336
 
1337
  #: wpf-includes/wpf-phrases.php:185
1338
  msgid "Move topic"
1339
+ msgstr "주제 이동"
1340
 
1341
  #: wpf-includes/wpf-phrases.php:186
1342
  msgid "Must be minimum 6 characters."
1343
+ msgstr "최소 6자여야 함"
1344
 
1345
  #: wpf-includes/wpf-phrases.php:187
1346
  msgid "My Profile"
1347
+ msgstr "내 프로필"
1348
 
1349
  #: wpf-includes/wpf-phrases.php:194
1350
  msgid "No activity found for this member."
1351
+ msgstr "이 회원의 활동을 찾을 수 없음"
1352
 
1353
  #: wpf-includes/wpf-phrases.php:195
1354
  msgid "No file was uploaded"
1355
+ msgstr "업로드된 파일이 없습니다"
1356
 
1357
  #: wpf-includes/wpf-phrases.php:196
1358
  msgid "No forums were found here."
1359
+ msgstr "이곳에서는 포럼을 찾을 수 없습니다."
1360
 
1361
  #: wpf-includes/wpf-phrases.php:200
1362
  msgid "No online members at the moment"
1363
+ msgstr "지금 온라인에 있는 회원이 없음"
1364
 
1365
  #: wpf-includes/wpf-phrases.php:202
1366
  msgid "No subscriptions found for this member."
1367
+ msgstr "이 회원의 구독을 찾을 수 없음."
1368
 
1369
  #: wpf-includes/wpf-phrases.php:204
1370
  msgid "No topics were found here"
1371
+ msgstr "이곳에서는 주제를 찾을 수 없습니다"
1372
 
1373
  #: wpf-includes/wpf-phrases.php:211
1374
  msgid "Occupation"
1375
+ msgstr "직업"
1376
 
1377
  #: wpf-includes/wpf-phrases.php:212
1378
  msgid "Offline"
1379
+ msgstr "오프라인"
1380
 
1381
  #: wpf-includes/wpf-phrases.php:213
1382
  msgid "Online"
1383
+ msgstr "온라인"
1384
 
1385
  #: wpf-includes/wpf-phrases.php:215
1386
  msgid "Oops! The page you requested was not found!"
1387
+ msgstr "앗! 요청하신 페이지를 찾을 수 없습니다!"
1388
 
1389
  #: wpf-includes/wpf-phrases.php:216
1390
  msgid "Our newest member"
1391
+ msgstr "우리의 새 회원"
1392
 
1393
  #: wpf-includes/wpf-phrases.php:217
1394
  msgid "Page"
1395
+ msgstr "페이지"
1396
 
1397
  #: wpf-includes/wpf-phrases.php:219
1398
  msgid "Password"
1399
+ msgstr "비밀번호"
1400
 
1401
  #: wpf-includes/wpf-phrases.php:221
1402
  #, php-format
1403
  msgid "Please %s or %s"
1404
+ msgstr "%s 또는 %s로 부탁합니다"
1405
 
1406
  #: wpf-includes/wpf-phrases.php:225
1407
  msgid "Post Title"
1408
+ msgstr "글 제목"
1409
 
1410
  #: wpf-includes/wpf-phrases.php:226
1411
  msgid "Post link"
1412
+ msgstr "글 링크"
1413
 
1414
  #: wpf-includes/wpf-phrases.php:227
1415
  msgid "Posted"
1416
+ msgstr "게시됨"
1417
 
1418
  #: wpf-includes/wpf-phrases.php:228
1419
  msgid "Posted by"
1420
+ msgstr "게시자"
1421
 
1422
  #: wpf-includes/wpf-phrases.php:230
1423
  msgid "Powered by"
1424
+ msgstr "Powered by"
1425
 
1426
  #: wpf-includes/wpf-phrases.php:232 wpf-themes/classic/functions.php:57
1427
  msgid "Q&A Layout - Number of intro topics"
1428
+ msgstr "Q&A 레이아웃 - 소개 주제들의 수"
1429
 
1430
  #: wpf-includes/wpf-phrases.php:233 wpf-themes/classic/functions.php:48
1431
  msgid "Q&A layout - Intro topics"
1432
+ msgstr "Q&A 레이아웃 - 소개 주제들"
1433
 
1434
  #: wpf-includes/wpf-phrases.php:234
1435
  msgid "Question Comments"
1436
+ msgstr "질문 댓글들"
1437
 
1438
  #: wpf-includes/wpf-phrases.php:235
1439
  msgid "Questions"
1440
+ msgstr "질문들"
1441
 
1442
  #: wpf-includes/wpf-phrases.php:236
1443
  msgid "Quote"
1444
+ msgstr "인용"
1445
 
1446
  #: wpf-includes/wpf-phrases.php:237
1447
  msgid "RE"
1448
+ msgstr "RE"
1449
 
1450
  #: wpf-includes/wpf-phrases.php:238
1451
  msgid "REPLY:"
1452
+ msgstr "답장:"
1453
 
1454
  #: wpf-includes/wpf-phrases.php:239
1455
  msgid "RSS"
1456
+ msgstr "RSS"
1457
 
1458
  #: wpf-includes/wpf-phrases.php:240
1459
  msgid "Rating"
1460
+ msgstr "등급"
1461
 
1462
  #: wpf-includes/wpf-phrases.php:241
1463
  msgid "Rating Badge"
1464
+ msgstr "등급 배지"
1465
 
1466
  #: wpf-includes/wpf-phrases.php:245
1467
  msgid "Received Likes"
1468
+ msgstr "받은 좋아요"
1469
 
1470
  #: wpf-includes/wpf-phrases.php:246
1471
  msgid "Recent Questions"
1472
+ msgstr "최근 질문들"
1473
 
1474
  #: wpf-includes/wpf-phrases.php:247
1475
  msgid "Recent Topics"
1476
+ msgstr "최근 주제들"
1477
 
1478
  #: wpf-includes/wpf-phrases.php:248
1479
  msgid "Register"
1480
+ msgstr "회원가입"
1481
 
1482
  #: wpf-includes/wpf-phrases.php:250
1483
  msgid "Registered date"
1484
+ msgstr "회원가입 날짜"
1485
 
1486
  #: wpf-includes/wpf-phrases.php:251
1487
  msgid "Relevancy"
1488
+ msgstr "관련성"
1489
 
1490
  #: wpf-includes/wpf-phrases.php:252
1491
  msgid "Remember Me"
1492
+ msgstr "내 정보 기억하기"
1493
 
1494
  #: wpf-includes/wpf-phrases.php:258
1495
  msgid "Replies"
1496
+ msgstr "답글들"
1497
 
1498
  #: wpf-includes/wpf-phrases.php:259
1499
  msgid "Replies not found"
1500
+ msgstr "답글을 찾을 수 없음"
1501
 
1502
  #: wpf-includes/wpf-phrases.php:260
1503
  msgid "Reply"
1504
+ msgstr "답글 쓰기"
1505
 
1506
  #: wpf-includes/wpf-phrases.php:261
1507
  msgid "Report"
1508
+ msgstr "보고"
1509
 
1510
  #: wpf-includes/wpf-phrases.php:264
1511
  msgid "Report to Administration"
1512
+ msgstr "관리자에 보고"
1513
 
1514
  #: wpf-includes/wpf-phrases.php:266
1515
  msgid "Result Info"
1516
+ msgstr "결과 정보"
1517
 
1518
  #: wpf-includes/wpf-phrases.php:268
1519
  msgid "Save Changes"
1520
+ msgstr "변경사항 저장"
1521
 
1522
  #: wpf-includes/wpf-phrases.php:272
1523
  msgid "Search"
1524
+ msgstr "검색"
1525
 
1526
  #: wpf-includes/wpf-phrases.php:273
1527
  msgid "Search Entire Posts"
1528
+ msgstr "전체 글 검색"
1529
 
1530
  #: wpf-includes/wpf-phrases.php:274
1531
  msgid "Search Phrase"
1532
+ msgstr "구문 검색"
1533
 
1534
  #: wpf-includes/wpf-phrases.php:275
1535
  msgid "Search Titles Only"
1536
+ msgstr "제목만 검색"
1537
 
1538
  #: wpf-includes/wpf-phrases.php:276
1539
  msgid "Search Type"
1540
+ msgstr "검색 유형"
1541
 
1542
  #: wpf-includes/wpf-phrases.php:277
1543
  msgid "Search in Forums"
1544
+ msgstr "포럼 내 검색"
1545
 
1546
  #: wpf-includes/wpf-phrases.php:278
1547
  msgid "Search in date period"
1548
+ msgstr "날짜 기간 내 검색"
1549
 
1550
  #: wpf-includes/wpf-phrases.php:279
1551
  msgid "Search result for"
1552
+ msgstr "검색 결과:"
1553
 
1554
  #: wpf-includes/wpf-phrases.php:280
1555
  msgid "Search..."
1556
+ msgstr "검색..."
1557
 
1558
  #: wpf-includes/wpf-phrases.php:282
1559
  msgid "Select Page"
1560
+ msgstr "페이지 선택"
1561
 
1562
  #: wpf-includes/wpf-phrases.php:283
1563
  msgid "Send Report"
1564
+ msgstr "보고 내용 발송"
1565
 
1566
  #: wpf-includes/wpf-phrases.php:287
1567
  msgid "Set Topic Sticky"
1568
+ msgstr "붙박이 주제 설정"
1569
 
1570
  #: wpf-includes/wpf-phrases.php:288 wpf-themes/classic/functions.php:88
1571
  msgid ""
1572
  "Set this option value 0 if you want to show all posts under topic intro area."
1573
  msgstr ""
1574
+ "주제 소개 영역 아래 모든 글을 보이기를 원하시면 이 옵션 값을 0으로 설정하세"
1575
+ "요."
1576
 
1577
  #: wpf-includes/wpf-phrases.php:289
1578
  msgid "Shop Account"
1579
+ msgstr "상점 계정"
1580
 
1581
  #: wpf-includes/wpf-phrases.php:299
1582
  msgid "Sign In"
1583
+ msgstr "로그인"
1584
 
1585
  #: wpf-includes/wpf-phrases.php:300
1586
  msgid "Signature"
1587
+ msgstr "서명"
1588
 
1589
  #: wpf-includes/wpf-phrases.php:301
1590
  msgid "Site Profile"
1591
+ msgstr "사이트 프로필"
1592
 
1593
  #: wpf-includes/wpf-phrases.php:302
1594
  msgid "Skype"
1595
+ msgstr "스카이프"
1596
 
1597
  #: wpf-includes/wpf-phrases.php:304
1598
  msgid "Social Networks"
1599
+ msgstr "소셜 네트워크"
1600
 
1601
  #: wpf-includes/wpf-phrases.php:305
1602
  msgid "Sorry, something wrong with your data."
1603
+ msgstr "죄송합니다, 당신의 데이터에 문제가 있습니다."
1604
 
1605
  #: wpf-includes/wpf-phrases.php:306
1606
  msgid "Sort Search Results by"
1607
+ msgstr "검색 결과 정렬:"
1608
 
1609
  #: wpf-includes/wpf-phrases.php:307
1610
  msgid "Specify avatar by URL"
1611
+ msgstr "URL로 아바타 지정"
1612
 
1613
  #: wpf-includes/wpf-phrases.php:309
1614
  msgid "Subforums"
1615
+ msgstr "하위 포럼들"
1616
 
1617
  #: wpf-includes/wpf-phrases.php:312
1618
  msgid "Subscribe for new replies"
1619
+ msgstr "새 답글을 구독 신청"
1620
 
1621
  #: wpf-includes/wpf-phrases.php:313
1622
  msgid "Subscribe for new topics"
1623
+ msgstr "새 주제를 구독 신청"
1624
 
1625
  #: wpf-includes/wpf-phrases.php:315
1626
  msgid "Subscriptions"
1627
+ msgstr "구독"
1628
 
1629
  #: wpf-includes/wpf-phrases.php:317
1630
  msgid ""
1635
  "bulletin board for WorPress, and the only forum software which comes with "
1636
  "Multi-layout template system. The \"Extended"
1637
  msgstr ""
1638
+ "wpForo를 사용해 주셔서 감사합니다! 이 포럼 개발은 2013년에 시작됐고 우리의 지"
1639
+ "원 커뮤니티에 사용하고 있습니다. 워드프레스 커뮤니티 역시 준비가 돼 있습니"
1640
+ "다. 베타 단계에 있고 가능한 빨리 정식 1.0.0 버전에 도달하도록 열심히 일하고 "
1641
+ "있습니다. wpForo는 워드프레스를 위한 전문 온라인 게시판으로, 다중 레이아웃 템"
1642
+ "플릿 시스템을 갖춘 유일한 포럼 소프트웨어이기도 합니다. \"Extended"
1643
 
1644
  #: wpf-includes/wpf-phrases.php:318
1645
  msgid ""
1650
  "improving and adding new features to the free wpForo plugin. Forum addons "
1651
  "will also be actively developed. The first addons \"Advanced Media Uploader"
1652
  msgstr ""
1653
+ "wpForo를 사용해 주셔서 감사합니다. wpForo는 언제나 무료로 사용할 수 있는 프리"
1654
+ "미엄 포럼 플러그인입니다. 이 포럼 게시판의 유료와 프로 버전은 결코 없을 것입"
1655
+ "니다. 하지만 이는 매우 크고 어려운 프로젝트로 무료 wpForo 플러그인에 새로운 "
1656
+ "기능들을 추가하고 발전을 유지하도록 우리를 경제적으로 도울 유료 애드온(확장기"
1657
+ "능)을 개발하려고 합니다. 첫 번째 애드온 \"Advanced Media Uploader"
1658
 
1659
  #: wpf-includes/wpf-phrases.php:321
1660
  msgid ""
1661
  "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
1662
  "the HTML form"
1663
+ msgstr "업로드된 파일이 HTML 폼에서 지정된 MAX_FILE_SIZE를 초과했습니다."
1664
 
1665
  #: wpf-includes/wpf-phrases.php:322
1666
  msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini"
1667
+ msgstr "업로드된 파일이 php.ini에서 지정된 upload_max_filesize를 초과했습니다"
1668
 
1669
  #: wpf-includes/wpf-phrases.php:323
1670
  msgid "The uploaded file was only partially uploaded"
1671
+ msgstr "업로드된 파일이 부분적으로 업로드됐습니다"
1672
 
1673
  #: wpf-includes/wpf-phrases.php:329
1674
  msgid "Timezone"
1675
+ msgstr "표준 시간대"
1676
 
1677
  #: wpf-includes/wpf-phrases.php:331
1678
  msgid "Topic RSS Feed"
1679
+ msgstr "주제 RSS 피드"
1680
 
1681
  #: wpf-includes/wpf-phrases.php:332
1682
  msgid "Topic Title"
1683
+ msgstr "주제 제목"
1684
 
1685
  #: wpf-includes/wpf-phrases.php:333
1686
  msgid "Topic title"
1687
+ msgstr "주제 제목"
1688
 
1689
  #: wpf-includes/wpf-phrases.php:336
1690
  msgid "Twitter"
1691
+ msgstr "트위터"
1692
 
1693
  #: wpf-includes/wpf-phrases.php:337
1694
  msgid "Unknown upload error"
1695
+ msgstr "알 수 없는 업로드 오류"
1696
 
1697
  #: wpf-includes/wpf-phrases.php:338
1698
  msgid "Unsubscribe"
1699
+ msgstr "가입 해지"
1700
 
1701
  #: wpf-includes/wpf-phrases.php:341
1702
  msgid "Upload an avatar"
1703
+ msgstr "아바타 업로드"
1704
 
1705
  #: wpf-includes/wpf-phrases.php:343
1706
  msgid ""
1707
  "Use comments to ask for more information or suggest improvements. Avoid "
1708
  "answering questions in comments."
1709
  msgstr ""
1710
+ "더 많은 정보 또는 개선 제안을 요청하시려면 댓글을 이용하세요. 댓글에서 질문"
1711
+ "에 답변하는 것은 피해주세요."
1712
 
1713
  #: wpf-includes/wpf-phrases.php:345
1714
  msgid "User"
1715
+ msgstr "사용자"
1716
 
1717
  #: wpf-includes/wpf-phrases.php:346
1718
  msgid "User Group"
1719
+ msgstr "사용자 그룹"
1720
 
1721
  #: wpf-includes/wpf-phrases.php:347
1722
  msgid "Usergroup has been successfully deleted."
1723
+ msgstr "사용자 그룹이 성공적으로 삭제됐습니다."
1724
 
1725
  #: wpf-includes/wpf-phrases.php:348
1726
  msgid ""
1727
  "Usergroup has been successfully deleted. All users of this usergroup have "
1728
  "been moved to the usergroup you've chosen"
1729
  msgstr ""
1730
+ "사용자 그룹이 성공적으로 삭제됐습니다. 이 사용자 그룹의 모든 사용자들이 당신"
1731
+ "이 선택한 사용자 그룹으로 이동됐습니다."
1732
 
1733
  #: wpf-includes/wpf-phrases.php:349
1734
  msgid "Username"
1735
+ msgstr "사용자 이름"
1736
 
1737
  #: wpf-includes/wpf-phrases.php:351
1738
  msgid "View entire post"
1739
+ msgstr "전체 글 보기"
1740
 
1741
  #: wpf-includes/wpf-phrases.php:352
1742
  msgid "View the latest post"
1743
+ msgstr "최신 글 보기"
1744
 
1745
  #: wpf-includes/wpf-phrases.php:353
1746
  msgid "Views"
1747
+ msgstr "보기"
1748
 
1749
  #: wpf-includes/wpf-phrases.php:354
1750
  msgid "Votes"
1751
+ msgstr "투표"
1752
 
1753
  #: wpf-includes/wpf-phrases.php:355
1754
  msgid "Website"
1755
+ msgstr "웹사이트"
1756
 
1757
  #: wpf-includes/wpf-phrases.php:357
1758
  msgid "Wordpress avatar system"
1759
+ msgstr "워드프레스 아바타 시스템"
1760
 
1761
  #: wpf-includes/wpf-phrases.php:358
1762
  msgid "Working"
1763
+ msgstr "작업 중"
1764
 
1765
  #: wpf-includes/wpf-phrases.php:359
1766
  msgid "Write message"
1767
+ msgstr "메시지 쓰기"
1768
 
1769
  #: wpf-includes/wpf-phrases.php:360
1770
  msgid "Yahoo"
1771
+ msgstr "야후"
1772
 
1773
  #: wpf-includes/wpf-phrases.php:362
1774
  msgid "You"
1775
+ msgstr "당신은"
1776
 
1777
  #: wpf-includes/wpf-phrases.php:364
1778
  #, php-format
1779
  msgid "You can go to %s page or Search here"
1780
+ msgstr "당신은 %s 페이지로 가거나 또는 여기를 검색할 수 있습니다"
1781
 
1782
  #: wpf-includes/wpf-phrases.php:366
1783
  msgid "Your Answer"
1784
+ msgstr "당신의 답변"
1785
 
1786
  #: wpf-includes/wpf-phrases.php:367
1787
  msgid "account"
1788
+ msgstr "계정"
1789
 
1790
  #: wpf-includes/wpf-phrases.php:368
1791
  msgid "activity"
1792
+ msgstr "활동"
1793
 
1794
  #: wpf-includes/wpf-phrases.php:370
1795
  msgid "add_new"
1796
+ msgstr "새로_추가"
1797
 
1798
  #: wpf-includes/wpf-phrases.php:371
1799
  msgid "ago"
1800
+ msgstr "전에"
1801
 
1802
  #: wpf-includes/wpf-phrases.php:372
1803
  msgid "by"
1804
+ msgstr "작성자:"
1805
 
1806
  #: wpf-includes/wpf-phrases.php:373
1807
  #, php-format
1808
  msgid "by %s"
1809
+ msgstr "%s에 의해"
1810
 
1811
  #: wpf-includes/wpf-phrases.php:374
1812
  msgid "confirm password"
1813
+ msgstr "비밀번호 확인"
1814
 
1815
  #: wpf-includes/wpf-phrases.php:377
1816
  msgid "edit profile"
1817
+ msgstr "프로필 편집"
1818
 
1819
  #: wpf-includes/wpf-phrases.php:378
1820
  msgid "edit user"
1821
+ msgstr "사용자 편집"
1822
 
1823
  #: wpf-includes/wpf-phrases.php:379
1824
  msgid "forums"
1825
+ msgstr "포럼들"
1826
 
1827
  #: wpf-includes/wpf-phrases.php:381
1828
  msgid "login"
1829
+ msgstr "로그인"
1830
 
1831
  #: wpf-includes/wpf-phrases.php:382
1832
  msgid "logout"
1833
+ msgstr "로그아웃"
1834
 
1835
  #: wpf-includes/wpf-phrases.php:383
1836
  msgid "matches"
1837
+ msgstr "일치"
1838
 
1839
  #: wpf-includes/wpf-phrases.php:384
1840
  msgid "members"
1841
+ msgstr "회원들"
1842
 
1843
  #: wpf-includes/wpf-phrases.php:386
1844
  msgid "my profile"
1845
+ msgstr "내 프로필"
1846
 
1847
  #: wpf-includes/wpf-phrases.php:387
1848
  msgid "new password"
1849
+ msgstr "새 비밀번호"
1850
 
1851
  #: wpf-includes/wpf-phrases.php:388
1852
  msgid "new password again"
1853
+ msgstr "새 비밀번호 재입력"
1854
 
1855
  #: wpf-includes/wpf-phrases.php:389
1856
  msgid "next"
1857
+ msgstr "다음"
1858
 
1859
  #: wpf-includes/wpf-phrases.php:390
1860
  msgid "old password"
1861
+ msgstr "이전 비밀번호"
1862
 
1863
  #: wpf-includes/wpf-phrases.php:391
1864
  msgid "phrase_key"
1865
+ msgstr "구문_키"
1866
 
1867
  #: wpf-includes/wpf-phrases.php:392
1868
  msgid "phrase_value"
1869
+ msgstr "구문_값"
1870
 
1871
  #: wpf-includes/wpf-phrases.php:393
1872
  msgid "posted"
1873
+ msgstr "게시됨"
1874
 
1875
  #: wpf-includes/wpf-phrases.php:394
1876
  msgid "prev"
1877
+ msgstr "이전"
1878
 
1879
  #: wpf-includes/wpf-phrases.php:395
1880
  msgid "register"
1881
+ msgstr "회원가입"
1882
 
1883
  #: wpf-includes/wpf-phrases.php:396
1884
  msgid "replies"
1885
+ msgstr "답글들"
1886
 
1887
  #: wpf-includes/wpf-phrases.php:397
1888
  msgid "subscriptions"
1889
+ msgstr "구독"
1890
 
1891
  #: wpf-includes/wpf-phrases.php:398
1892
  msgid "update"
1893
+ msgstr "업데이트"
1894
 
1895
  #: wpf-includes/wpf-phrases.php:399
1896
  msgid "view"
1897
+ msgstr "보기"
1898
 
1899
  #: wpf-includes/wpf-phrases.php:400
1900
  msgid "view all posts"
1901
+ msgstr "모든 글 보기"
1902
 
1903
  #: wpf-includes/wpf-phrases.php:401
1904
  msgid "view all questions"
1905
+ msgstr "모든 질문들 보기"
1906
 
1907
  #: wpf-includes/wpf-phrases.php:402
1908
  msgid "view all topics"
1909
+ msgstr "모든 주제들 보기"
1910
 
1911
  #: wpf-includes/wpf-phrases.php:404
1912
  msgid "wpForo Navigation"
1913
+ msgstr "wpForo 네비게이션"
1914
 
1915
  #: wpf-includes/wpf-phrases.php:409
1916
  msgid "{number}B"
1917
+ msgstr "{number}B"
1918
 
1919
  #: wpf-includes/wpf-phrases.php:410
1920
  msgid "{number}K"
1921
+ msgstr "{number}K"
1922
 
1923
  #: wpf-includes/wpf-phrases.php:411
1924
  msgid "{number}M"
1925
+ msgstr "{number}M"
1926
 
1927
  #: wpf-includes/wpf-phrases.php:412
1928
  msgid "{number}T"
1929
+ msgstr "{number}T"
1930
 
1931
  #: wpf-includes/wpf-phrases.php:417
1932
  msgid "Access add error"
1933
+ msgstr "액세스 추가 오류"
1934
 
1935
  #: wpf-includes/wpf-phrases.php:418
1936
  msgid "Access delete error"
1937
+ msgstr "액세스 삭제 오류"
1938
 
1939
  #: wpf-includes/wpf-phrases.php:419
1940
  msgid "Access edit error"
1941
+ msgstr "액세스 편집 오류"
1942
 
1943
  #: wpf-includes/wpf-phrases.php:420
1944
  msgid "Access successfully deleted"
1945
+ msgstr "액세스 성공적으로 삭제됨"
1946
 
1947
  #: wpf-includes/wpf-phrases.php:421
1948
  msgid "Add Topic error: No forum selected"
1949
+ msgstr "주제 추가 오류: 포럼이 선택되지 않음"
1950
 
1951
  #: wpf-includes/wpf-phrases.php:422
1952
  msgid "All Checked topics successfully deleted"
1953
+ msgstr "모든 체크된 주제들이 성공적으로 삭제됨"
1954
 
1955
  #: wpf-includes/wpf-phrases.php:423
1956
  msgid "Can't add forum"
1957
+ msgstr "포럼을 추가할 수 없음"
1958
 
1959
  #: wpf-includes/wpf-phrases.php:424
1960
  msgid "Can't add new language"
1961
+ msgstr "새 언어를 추가할 수 없음"
1962
 
1963
  #: wpf-includes/wpf-phrases.php:425
1964
  msgid "Can't delete this Usergroup"
1965
+ msgstr "이 사용자 그룹을 삭제할 수 없음"
1966
 
1967
  #: wpf-includes/wpf-phrases.php:426
1968
  msgid "Can't send confirmation email"
1969
+ msgstr "확인 이메일을 발송할 수 없음"
1970
 
1971
  #: wpf-includes/wpf-phrases.php:427
1972
  msgid "Can't send report email"
1973
+ msgstr "보고 이메일을 발송할 수 없음"
1974
 
1975
  #: wpf-includes/wpf-phrases.php:428
1976
  msgid "Can't subscribe to this item"
1977
+ msgstr "이 항목을 구독할 수 없음"
1978
 
1979
  #: wpf-includes/wpf-phrases.php:429
1980
  msgid "Can't write a post: This topic is closed"
1981
+ msgstr "글을 쓸 수 없음: 이 주제는 폐쇄됐습니다"
1982
 
1983
  #: wpf-includes/wpf-phrases.php:430
1984
  msgid "Can`t upload file"
1985
+ msgstr "파일을 업로드할 수 없음"
1986
 
1987
  #: wpf-includes/wpf-phrases.php:431
1988
  msgid "Cannot update forum hierarchy"
1989
+ msgstr "포럼 계층 구조를 업데이트할 수 없음"
1990
 
1991
  #: wpf-includes/wpf-phrases.php:432
1992
  msgid "Cannot update post data"
1993
+ msgstr "글 데이터를 업데이트할 수 없음"
1994
 
1995
  #: wpf-includes/wpf-phrases.php:433
1996
  msgid "Could not be unsubscribe from this item"
1997
+ msgstr "이 항목으로부터 구독을 해지할 수 없음"
1998
 
1999
  #: wpf-includes/wpf-phrases.php:434
2000
  msgid "Email address exists. Please insert another."
2001
+ msgstr "이메일 주소가 존재함. 다른 것을 입력해 주세요."
2002
 
2003
  #: wpf-includes/wpf-phrases.php:435
2004
  msgid "Error: Forum is not found"
2005
+ msgstr "오류: 포럼이 발견되지 않음"
2006
 
2007
  #: wpf-includes/wpf-phrases.php:436
2008
  msgid "Error: No topic selected"
2009
+ msgstr "오류: 주제가 선택되지 않음"
2010
 
2011
  #: wpf-includes/wpf-phrases.php:437
2012
  msgid "Error: Topic is not found"
2013
+ msgstr "오류: 주제가 발견되지 않음"
2014
 
2015
  #: wpf-includes/wpf-phrases.php:438
2016
  msgid "Error: please inset some text to report."
2017
+ msgstr "오류: 보고할 텍스트를 입력해 주세요"
2018
 
2019
  #: wpf-includes/wpf-phrases.php:439
2020
  msgid "Features successfully updated"
2021
+ msgstr "주요 기능들이 성공적으로 업데이트됨"
2022
 
2023
  #: wpf-includes/wpf-phrases.php:440
2024
  msgid "Features successfully updated, but previous value not changed"
2025
+ msgstr "주요 기능들이 성공적으로 업데이트됨, 하지만 이전 값들은 변경되지 않음"
2026
 
2027
  #: wpf-includes/wpf-phrases.php:441
2028
  msgid "File type is not allowed"
2029
+ msgstr "파일 유형이 허용되지 않음"
2030
 
2031
  #: wpf-includes/wpf-phrases.php:442
2032
  msgid "Forum Base URL successfully updated"
2033
+ msgstr "포럼 기본 URL이 성공적으로 업데이트됨"
2034
 
2035
  #: wpf-includes/wpf-phrases.php:443
2036
  msgid "Forum deleting error"
2037
+ msgstr "포럼 삭제 오류"
2038
 
2039
  #: wpf-includes/wpf-phrases.php:444
2040
  msgid "Forum hierarchy successfully updated"
2041
+ msgstr "포럼 계층 구조가 성공적으로 업데이트됨"
2042
 
2043
  #: wpf-includes/wpf-phrases.php:445
2044
  msgid "Forum is successfully merged"
2045
+ msgstr "포럼이 성공적으로 합쳐졌습니다"
2046
 
2047
  #: wpf-includes/wpf-phrases.php:446
2048
  msgid "Forum merging error"
2049
+ msgstr "포럼 병합 오류"
2050
 
2051
  #: wpf-includes/wpf-phrases.php:447
2052
  msgid "Forum options successfully updated"
2053
+ msgstr "포럼 옵션이 성공적으로 업데이트됨"
2054
 
2055
  #: wpf-includes/wpf-phrases.php:448
2056
  msgid "Forum options successfully updated, but previous value not changed"
2057
+ msgstr "포럼 옵션이 성공적으로 업데이트됨, 하지만 이전 값은 변경되지 않음"
2058
 
2059
  #: wpf-includes/wpf-phrases.php:449
2060
  msgid "Forum successfully updated"
2061
+ msgstr "포럼이 성공적으로 업데이트됨"
2062
 
2063
  #: wpf-includes/wpf-phrases.php:450
2064
  msgid "Forum update error"
2065
+ msgstr "포럼 업데이트 오류"
2066
 
2067
  #: wpf-includes/wpf-phrases.php:451
2068
  msgid "General options successfully updated"
2069
+ msgstr "일반 옵션이 성공적으로 업데이트됨"
2070
 
2071
  #: wpf-includes/wpf-phrases.php:452
2072
  msgid "Illegal character in username."
2073
+ msgstr "사용자 이름에 잘못된 문자"
2074
 
2075
  #: wpf-includes/wpf-phrases.php:453
2076
  msgid "Insert your Email address."
2077
+ msgstr "당신의 이메일 주소를 입력하세요."
2078
 
2079
  #: wpf-includes/wpf-phrases.php:454
2080
  msgid "Invalid Email address"
2081
+ msgstr "잘못된 이메일 주소"
2082
 
2083
  #: wpf-includes/wpf-phrases.php:455
2084
  msgid "Invalid request!"
2085
+ msgstr "잘못된 요청!"
2086
 
2087
  #: wpf-includes/wpf-phrases.php:456
2088
  msgid "Member options successfully updated"
2089
+ msgstr "회원 옵션이 성공적으로 업데이트됨"
2090
 
2091
  #: wpf-includes/wpf-phrases.php:457
2092
  msgid "Member options successfully updated, but previous value not changed"
2093
+ msgstr "회원 옵션이 성공적으로 업데이트됨, 하지만 이전 값은 변경되지 않음"
2094
 
2095
  #: wpf-includes/wpf-phrases.php:458
2096
  msgid "Message has been sent"
2097
+ msgstr "메시지가 발송됐습니다"
2098
 
2099
  #: wpf-includes/wpf-phrases.php:459
2100
  msgid ""
2101
  "New language successfully added and changed wpforo language to new language"
2102
+ msgstr "새 언어가 성공적으로 wpForo 언어에 추가되고 변경됨"
2103
 
2104
  #: wpf-includes/wpf-phrases.php:460
2105
  msgid "No Posts found for update"
2106
+ msgstr "업데이트할 글을 찾을 수 없음"
2107
 
2108
  #: wpf-includes/wpf-phrases.php:461
2109
  msgid "Password length must be between 6 characters and 20 characters."
2110
+ msgstr "비밀번호는 길이는 6자에서 20자 사이여야 합니다."
2111
 
2112
  #: wpf-includes/wpf-phrases.php:462
2113
  msgid "Password mismatch."
2114
+ msgstr "비밀번호 일치하지 않음."
2115
 
2116
  #: wpf-includes/wpf-phrases.php:463
2117
  msgid "Permission denied"
2118
+ msgstr "허가가 거부됨"
2119
 
2120
  #: wpf-includes/wpf-phrases.php:464
2121
  msgid "Permission denied for add forum"
2122
+ msgstr "포럼 추가에 관한 허가가 거부됨"
2123
 
2124
  #: wpf-includes/wpf-phrases.php:465
2125
  msgid "Permission denied for delete forum"
2126
+ msgstr "포럼 삭제에 관한 허가가 거부됨"
2127
 
2128
  #: wpf-includes/wpf-phrases.php:466
2129
  msgid "Permission denied for edit forum"
2130
+ msgstr "포럼 편집에 관한 허가가 거부됨"
2131
 
2132
  #: wpf-includes/wpf-phrases.php:467
2133
  msgid "Permission denied for this action"
2134
+ msgstr "이 작업에 관한 허가가 거부됨"
2135
 
2136
  #: wpf-includes/wpf-phrases.php:468
2137
  msgid "Phrase add error"
2138
+ msgstr "구문 추가 오류"
2139
 
2140
  #: wpf-includes/wpf-phrases.php:469
2141
  msgid "Phrase adding error"
2142
+ msgstr "구문 추가 오류"
2143
 
2144
  #: wpf-includes/wpf-phrases.php:470
2145
  msgid "Phrase successfully added"
2146
+ msgstr "구문이 성공적으로 추가됨"
2147
 
2148
  #: wpf-includes/wpf-phrases.php:471
2149
  msgid "Phrase successfully updates"
2150
+ msgstr "구문이 성공적으로 업데이트"
2151
 
2152
  #: wpf-includes/wpf-phrases.php:472
2153
  msgid "Phrase update error"
2154
+ msgstr "구문 업데이트 오류"
2155
 
2156
  #: wpf-includes/wpf-phrases.php:473
2157
  msgid "Please insert required fields!"
2158
+ msgstr "필수 항목들을 채워주세요!"
2159
 
2160
  #: wpf-includes/wpf-phrases.php:474
2161
  msgid "Post delete error"
2162
+ msgstr "글 삭제 오류"
2163
 
2164
  #: wpf-includes/wpf-phrases.php:475
2165
  msgid "Post options successfully updated"
2166
+ msgstr "글 옵션이 성공적으로 업데이트됨"
2167
 
2168
  #: wpf-includes/wpf-phrases.php:476
2169
  msgid "Post options successfully updated, but previous value not changed"
2170
+ msgstr "글 옵션이 성공적으로 업데이트됨, 하지만 이전 값음 변경되지 않음"
2171
 
2172
  #: wpf-includes/wpf-phrases.php:477
2173
  msgid "Registration Error"
2174
+ msgstr "회원가입 오류"
2175
 
2176
  #: wpf-includes/wpf-phrases.php:478
2177
  msgid "Reply request error"
2178
+ msgstr "답글 쓰기 요청 오류"
2179
 
2180
  #: wpf-includes/wpf-phrases.php:479
2181
  msgid "Something wrong with profile data."
2182
+ msgstr "프로필 데이터에 문제가 있습니다."
2183
 
2184
  #: wpf-includes/wpf-phrases.php:480
2185
  msgid "Subscribe options successfully updated"
2186
+ msgstr "구독 옵션이 성공적으로 업데이트됨"
2187
 
2188
  #: wpf-includes/wpf-phrases.php:481
2189
  msgid "Subscribe options successfully updated, but previous value not changed"
2190
+ msgstr "구독 옵션이 성공적으로 업데이트됨, 하지만 이전 값은 변명되지 않음"
2191
 
2192
  #: wpf-includes/wpf-phrases.php:482
2193
  msgid "Success! Thank you Dear Friend"
2194
+ msgstr "성공! 감사합니다"
2195
 
2196
  #: wpf-includes/wpf-phrases.php:483
2197
  msgid ""
2198
  "Success! Thank you. Please check your email and click confirmation link "
2199
  "below to complete this step."
2200
  msgstr ""
2201
+ "성공/ 감사합니다. 이 단계를 마무리하려면 이메일을 확인하고 아래 확인 링크를 "
2202
+ "클릭하세요."
2203
 
2204
  #: wpf-includes/wpf-phrases.php:484
2205
  msgid "Successfully updated"
2206
+ msgstr "성공적으로 업데이트됨"
2207
 
2208
  #: wpf-includes/wpf-phrases.php:485
2209
  msgid "Successfully voted"
2210
+ msgstr "성공적으로 투표됨"
2211
 
2212
  #: wpf-includes/wpf-phrases.php:486
2213
  msgid "The uploaded file size is too big"
2214
+ msgstr "업로드된 파일 크기가 너무 큽니다"
2215
 
2216
  #: wpf-includes/wpf-phrases.php:487
2217
  msgid "Theme options successfully updated"
2218
+ msgstr "테마 옵션이 성공적으로 업데이트됨"
2219
 
2220
  #: wpf-includes/wpf-phrases.php:488
2221
  msgid "Theme options successfully updated, but previous value not changed"
2222
+ msgstr "테마 옵션이 성공적으로 업데이트됨, 하지만 이전 값은 변경되지 않음"
2223
 
2224
  #: wpf-includes/wpf-phrases.php:489
2225
  msgid "This email address is already registered. Please insert another."
2226
+ msgstr "이 이메일 주소는 이미 등록됐습니다. 다른 이메일을 입력해 주세요."
2227
 
2228
  #: wpf-includes/wpf-phrases.php:490
2229
  msgid "This post successfully deleted"
2230
+ msgstr "이 글이 성공적으로 삭제됨"
2231
 
2232
  #: wpf-includes/wpf-phrases.php:491
2233
  msgid "This post successfully edited"
2234
+ msgstr "이 글이 성공적으로 편집됨"
2235
 
2236
  #: wpf-includes/wpf-phrases.php:492
2237
  msgid "This topic successfully deleted"
2238
+ msgstr "이 주제가 성공적으로 삭제됨"
2239
 
2240
  #: wpf-includes/wpf-phrases.php:493
2241
  msgid "Topic Move Error"
2242
+ msgstr "주제 이동 오류"
2243
 
2244
  #: wpf-includes/wpf-phrases.php:494
2245
  msgid "Topic add error"
2246
+ msgstr "주제 추가 오류"
2247
 
2248
  #: wpf-includes/wpf-phrases.php:495
2249
  msgid "Topic delete error"
2250
+ msgstr "주제 삭제 오류"
2251
 
2252
  #: wpf-includes/wpf-phrases.php:496
2253
  msgid "Topic edit error"
2254
+ msgstr "주제 편집 오류"
2255
 
2256
  #: wpf-includes/wpf-phrases.php:497
2257
  msgid "Topic not found."
2258
+ msgstr "주제가 발견되지 않음."
2259
 
2260
  #: wpf-includes/wpf-phrases.php:498
2261
  msgid "Topic successfully moved"
2262
+ msgstr "주제가 성공적으로 이동함"
2263
 
2264
  #: wpf-includes/wpf-phrases.php:499
2265
  msgid "Topic successfully updated"
2266
+ msgstr "주제가 성공적으로 업데이트됨"
2267
 
2268
  #: wpf-includes/wpf-phrases.php:500
2269
  msgid "Topics delete error"
2270
+ msgstr "주제 삭제 오류"
2271
 
2272
  #: wpf-includes/wpf-phrases.php:501
2273
  msgid "User delete error"
2274
+ msgstr "사용자 삭제 오류"
2275
 
2276
  #: wpf-includes/wpf-phrases.php:502
2277
  msgid "User group add error"
2278
+ msgstr "사용자 그룹 추가 오류"
2279
 
2280
  #: wpf-includes/wpf-phrases.php:503
2281
  msgid "User group edit error"
2282
+ msgstr "사용자 그룹 편집 오류"
2283
 
2284
  #: wpf-includes/wpf-phrases.php:504
2285
  msgid "User group successfully added"
2286
+ msgstr "사용자 그룹이 성공적으로 추가됨"
2287
 
2288
  #: wpf-includes/wpf-phrases.php:505
2289
  msgid "User group successfully edited"
2290
+ msgstr "사용자 그룹이 성공적으로 편집됨"
2291
 
2292
  #: wpf-includes/wpf-phrases.php:506
2293
  msgid "User successfully deleted from wpforo"
2294
+ msgstr "사용자가 wpforo에서 성공적으로 삭제됐습니다"
2295
 
2296
  #: wpf-includes/wpf-phrases.php:507
2297
  msgid "Username exists. Please insert another."
2298
+ msgstr "사용자 이름이 존재합니다. 다른 이름을 입력해 주세요."
2299
 
2300
  #: wpf-includes/wpf-phrases.php:508
2301
  msgid "Username is missed."
2302
+ msgstr "사용자 이름이 없습니다."
2303
 
2304
  #: wpf-includes/wpf-phrases.php:509
2305
  msgid "Username length must be between 3 characters and 15 characters."
2306
+ msgstr "사용자 이름 길이는 3자에서 15자 사이여야 합니다."
2307
 
2308
  #: wpf-includes/wpf-phrases.php:510
2309
  msgid "Welcome to our Community!"
2310
+ msgstr "우리 커뮤니티에 오신 것을 환영합니다!"
2311
 
2312
  #: wpf-includes/wpf-phrases.php:511
2313
  msgid "Wrong post data"
2314
+ msgstr "잘못된 글 데이터"
2315
 
2316
  #: wpf-includes/wpf-phrases.php:512
2317
  msgid "You are already voted this post"
2318
+ msgstr "당신이 이 글에 이미 투표했습니다"
2319
 
2320
  #: wpf-includes/wpf-phrases.php:513
2321
  msgid "You have been successfully subscribed"
2322
+ msgstr "당신은 성공적으로 가입됐습니다"
2323
 
2324
  #: wpf-includes/wpf-phrases.php:514
2325
  msgid "You have been successfully unsubscribed"
2326
+ msgstr "당신은 성공적으로 가입 해지됐습니다"
2327
 
2328
  #: wpf-includes/wpf-phrases.php:515
2329
  msgid "You have no permission to edit this topic"
2330
+ msgstr "당신은 이 주제를 편집하도록 승인받지 않았습니다"
2331
 
2332
  #: wpf-includes/wpf-phrases.php:516
2333
  msgid "You haven't permission to create post into this forum"
2334
+ msgstr "당신은 이 포럼에서 글을 만들도록 승인받지 않았습니다"
2335
 
2336
  #: wpf-includes/wpf-phrases.php:517
2337
  msgid "You haven't permission to create topic into this forum"
2338
+ msgstr "당신은 이 포럼에서 주제를 만들도록 승인받지 않았습니다"
2339
 
2340
  #: wpf-includes/wpf-phrases.php:518
2341
  msgid "You haven't permission to delete post from this forum"
2342
+ msgstr "당신은 이 포럼에서 글을 삭제하도록 승인받지 않았습니다"
2343
 
2344
  #: wpf-includes/wpf-phrases.php:519
2345
  msgid "You haven't permission to delete topic from this forum"
2346
+ msgstr "당신은 이 포럼에서 주제를 삭제하도록 승인받지 않았습니다"
2347
 
2348
  #: wpf-includes/wpf-phrases.php:520
2349
  msgid "You haven't permission to edit post from this forum"
2350
+ msgstr "당신은 이 포럼에서 글을 편집하도록 승인받지 않았습니다"
2351
 
2352
  #: wpf-includes/wpf-phrases.php:521
2353
  msgid "You successfully replied"
2354
+ msgstr "당신은 성공적으로 답변했습니다"
2355
 
2356
  #: wpf-includes/wpf-phrases.php:522
2357
  msgid "Your forum successfully added"
2358
+ msgstr "당시의 포럼이 성공적으로 추가됨"
2359
 
2360
  #: wpf-includes/wpf-phrases.php:523
2361
  msgid "Your forum successfully deleted"
2362
+ msgstr "당신의 포럼이 성공적으로 삭제됨"
2363
 
2364
  #: wpf-includes/wpf-phrases.php:524
2365
  msgid "Your profile data have been successfully updated."
2366
+ msgstr "당신의 프로필 데이터가 성공적으로 업데이트됐습니다."
2367
 
2368
  #: wpf-includes/wpf-phrases.php:525
2369
  msgid "Your subscription for this item could not be confirmed"
2370
+ msgstr "이 항목에 대한 당신의 구독이 승인될 수 없습니다"
2371
 
2372
  #: wpf-includes/wpf-phrases.php:526
2373
  msgid "Your topic successfully added"
2374
+ msgstr "당신의 주제가 성공적으로 추가됨"
2375
 
2376
  #. Plugin Name of the plugin/theme
2377
  msgid "Forum - wpForo"
2378
+ msgstr "포럼 - wpForo"
2379
 
2380
  #. Plugin URI of the plugin/theme
2381
  msgid "http://wpforo.com"
2382
+ msgstr "http://wpforo.com"
2383
 
2384
  #. Description of the plugin/theme
2385
  msgid ""
2387
  "efficient and professional community. Powerful and beautiful bulletin board "
2388
  "with unique features."
2389
  msgstr ""
2390
+ "차세대 워드프레스 포럼 소프트웨어. 효율적이고 전문적 커뮤니티를 운영하기 위"
2391
+ "해 당신에게 필요한 모든 것. 고유의 기능들을 갖춘 강력하고 아름다운 게시판."
2392
 
2393
  #. Author of the plugin/theme
2394
  msgid "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
2395
+ msgstr "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
2396
 
2397
  #. Author URI of the plugin/theme
2398
  msgid "http://gvectors.com/"
2399
+ msgstr "http://gvectors.com/"
wpf-languages/wpforo-nl_NL.mo DELETED
Binary file
wpf-languages/wpforo-nl_NL.po DELETED
@@ -1,2322 +0,0 @@
1
- # Copyright (C) 2016 gVectors Team
2
- # This file is distributed under the same license as the wpForo package.
3
- msgid ""
4
- msgstr ""
5
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
6
- "Project-Id-Version: Forum - wpForo\n"
7
- "POT-Creation-Date: 2016-06-30 16:32+0400\n"
8
- "PO-Revision-Date: 2016-06-30 16:33+0400\n"
9
- "Language-Team: \n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 1.8.6\n"
14
- "X-Poedit-Basepath: ..\n"
15
- "X-Poedit-WPHeader: wpforo.php\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
18
- "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
19
- "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
20
- "Last-Translator: \n"
21
- "Language: nl_NL\n"
22
- "X-Poedit-SearchPath-0: .\n"
23
- "X-Poedit-SearchPathExcluded-0: *.js\n"
24
-
25
- #: wpf-admin/dashboard.php:7 wpf-includes/wpf-phrases.php:403
26
- msgid "wpForo Dashboard"
27
- msgstr ""
28
-
29
- #: wpf-admin/dashboard.php:23 wpf-includes/wpf-phrases.php:356
30
- msgid "Welcome Message"
31
- msgstr ""
32
-
33
- #: wpf-admin/dashboard.php:29
34
- msgid ""
35
- "Thank you for trying wpForo! This forum development was started on 2013 and "
36
- "we were using it for our support community. Now it's ready for WordPress "
37
- "community as well. \n"
38
- " It's on the Beta stage and we're working "
39
- "hard to reach the Gold 1.0.0 version as soon as possible. \n"
40
- " wpForo is a professional bulletin board "
41
- "for WorPress, and the only forum software which comes with Multi-layout "
42
- "template system.\n"
43
- " The \"Extended\", \"Simplified\" and "
44
- "\"Question &amp Answer\" layouts fit almost all type of discussions needs. "
45
- "You can use wpForo for small and extremely large communities. \n"
46
- " <br />If you found some issue or bug "
47
- "please open a support topic in plugin page or in our support forum at "
48
- "gVectors.com. If you liked wpForo please leave some good review for this "
49
- "plugin. We really need your good reviews. \n"
50
- " If you didn't like wpForo please leave a "
51
- "list of issues and requirements you'd like us to fix and add in near future. "
52
- "We're here to help you and improve wpForo as much as possible."
53
- msgstr ""
54
-
55
- #: wpf-admin/dashboard.php:60 wpf-includes/wpf-phrases.php:128
56
- msgid "General Information"
57
- msgstr ""
58
-
59
- #: wpf-admin/dashboard.php:64 wpf-includes/wpf-phrases.php:363
60
- msgid "You are currently running"
61
- msgstr ""
62
-
63
- #: wpf-admin/dashboard.php:65 wpf-includes/wpf-phrases.php:18
64
- msgid "Active Theme"
65
- msgstr ""
66
-
67
- #: wpf-admin/dashboard.php:66 wpf-includes/wpf-phrases.php:408
68
- msgid "wpForo Website"
69
- msgstr ""
70
-
71
- #: wpf-admin/dashboard.php:67 wpf-includes/wpf-phrases.php:316
72
- msgid "Support Forum"
73
- msgstr ""
74
-
75
- #: wpf-admin/dashboard.php:78 wpf-includes/wpf-phrases.php:286
76
- msgid "Server Information"
77
- msgstr ""
78
-
79
- #: wpf-admin/dashboard.php:108 wpf-includes/wpf-phrases.php:46
80
- msgid "Available"
81
- msgstr ""
82
-
83
- #: wpf-admin/dashboard.php:108 wpf-includes/wpf-phrases.php:205
84
- msgid "Not available"
85
- msgstr ""
86
-
87
- #: wpf-admin/dashboard.php:126 wpf-includes/wpf-phrases.php:49
88
- msgid "Board Statistic"
89
- msgstr ""
90
-
91
- #: wpf-admin/dashboard.php:132 wpf-admin/options.php:14
92
- #: wpf-includes/wpf-phrases.php:121
93
- msgid "Forums"
94
- msgstr ""
95
-
96
- #: wpf-admin/dashboard.php:136 wpf-includes/class-forums.php:537
97
- #: wpf-includes/wpf-phrases.php:334
98
- msgid "Topics"
99
- msgstr ""
100
-
101
- #: wpf-admin/dashboard.php:140 wpf-includes/class-forums.php:537
102
- #: wpf-includes/wpf-phrases.php:229
103
- msgid "Posts"
104
- msgstr ""
105
-
106
- #: wpf-admin/dashboard.php:144 wpf-admin/member.php:10 wpf-admin/options.php:17
107
- #: wpf-includes/wpf-phrases.php:175
108
- msgid "Members"
109
- msgstr ""
110
-
111
- #: wpf-admin/dashboard.php:148 wpf-includes/wpf-phrases.php:176
112
- msgid "Members Online"
113
- msgstr ""
114
-
115
- #: wpf-admin/dashboard.php:155 wpf-includes/wpf-phrases.php:44
116
- msgid "Attachments"
117
- msgstr ""
118
-
119
- #: wpf-admin/dashboard.php:159 wpf-includes/wpf-phrases.php:45
120
- msgid "Attachments Size"
121
- msgstr ""
122
-
123
- #: wpf-admin/forum.php:13 wpf-includes/functions.php:548
124
- #: wpf-includes/wpf-phrases.php:298
125
- msgid "Show on screen"
126
- msgstr ""
127
-
128
- #: wpf-admin/forum.php:15 wpf-admin/forum.php:114
129
- #: wpf-includes/wpf-phrases.php:111
130
- msgid "Forum Options"
131
- msgstr ""
132
-
133
- #: wpf-admin/forum.php:16 wpf-includes/wpf-phrases.php:220
134
- msgid "Permissions"
135
- msgstr ""
136
-
137
- #: wpf-admin/forum.php:17 wpf-includes/wpf-phrases.php:303
138
- msgid "Slug"
139
- msgstr ""
140
-
141
- #: wpf-admin/forum.php:18 wpf-includes/wpf-phrases.php:110
142
- msgid "Forum Meta"
143
- msgstr ""
144
-
145
- #: wpf-admin/forum.php:21 wpf-includes/wpf-phrases.php:270
146
- msgid "Screen Layout"
147
- msgstr ""
148
-
149
- #: wpf-admin/forum.php:22 wpf-includes/wpf-phrases.php:206
150
- msgid "Number of Columns"
151
- msgstr ""
152
-
153
- #: wpf-admin/forum.php:32 wpf-includes/functions.php:562
154
- #: wpf-includes/wpf-phrases.php:271
155
- msgid "Screen Options"
156
- msgstr ""
157
-
158
- #: wpf-admin/forum.php:43 wpf-includes/wpf-phrases.php:51
159
- msgid "Categories and Forums"
160
- msgstr ""
161
-
162
- #: wpf-admin/forum.php:44 wpf-admin/options-tabs/general.php:42
163
- #: wpf-admin/themes.php:10 wpf-admin/usergroup.php:8
164
- #: wpf-includes/wpf-phrases.php:20
165
- msgid "Add New"
166
- msgstr ""
167
-
168
- #: wpf-admin/forum.php:55 wpf-includes/wpf-phrases.php:222
169
- msgid "Please drag and drop forum panels to set parent-child hierarchy."
170
- msgstr ""
171
-
172
- #: wpf-admin/forum.php:69 wpf-includes/wpf-phrases.php:269
173
- msgid "Save forums order and hierarchy"
174
- msgstr ""
175
-
176
- #: wpf-admin/forum.php:96 wpf-includes/wpf-phrases.php:85
177
- msgid "Enter forum title here"
178
- msgstr ""
179
-
180
- #: wpf-admin/forum.php:101 wpf-includes/wpf-phrases.php:84
181
- msgid "Enter description here . . ."
182
- msgstr ""
183
-
184
- #: wpf-admin/forum.php:102 wpf-includes/wpf-phrases.php:326
185
- msgid ""
186
- "This is a forum description. This content will be displayed under forum "
187
- "title on the forum list."
188
- msgstr ""
189
-
190
- #: wpf-admin/forum.php:117 wpf-includes/wpf-phrases.php:218
191
- msgid "Parent Forum"
192
- msgstr ""
193
-
194
- #: wpf-admin/forum.php:120 wpf-includes/wpf-phrases.php:201
195
- msgid "No parent"
196
- msgstr ""
197
-
198
- #: wpf-admin/forum.php:125 wpf-includes/wpf-phrases.php:342
199
- msgid "Use as Category"
200
- msgstr ""
201
-
202
- #: wpf-admin/forum.php:127 wpf-includes/wpf-phrases.php:52
203
- msgid "Category Layout"
204
- msgstr ""
205
-
206
- #: wpf-admin/forum.php:137 wpf-includes/wpf-phrases.php:199
207
- msgid "No layout found."
208
- msgstr ""
209
-
210
- #: wpf-admin/forum.php:146 wpf-admin/forum.php:153
211
- #: wpf-includes/wpf-phrases.php:231
212
- msgid "Publish"
213
- msgstr ""
214
-
215
- #: wpf-admin/forum.php:150 wpf-includes/wpf-phrases.php:37
216
- msgid "Are you sure you want to delete this forum?"
217
- msgstr ""
218
-
219
- #: wpf-admin/forum.php:150 wpf-admin/themes.php:73 wpf-admin/usergroup.php:37
220
- #: wpf-admin/usergroup.php:133 wpf-includes/functions.php:256
221
- #: wpf-includes/functions.php:469 wpf-includes/wpf-hooks.php:807
222
- #: wpf-includes/wpf-phrases.php:65
223
- msgid "Delete"
224
- msgstr ""
225
-
226
- #: wpf-admin/forum.php:151 wpf-admin/usergroup.php:39
227
- #: wpf-includes/class-forums.php:543 wpf-includes/wpf-phrases.php:350
228
- msgid "View"
229
- msgstr ""
230
-
231
- #: wpf-admin/forum.php:221 wpf-includes/wpf-phrases.php:116
232
- msgid "Forum Slug"
233
- msgstr ""
234
-
235
- #: wpf-admin/forum.php:224 wpf-includes/wpf-phrases.php:319
236
- msgid ""
237
- "The \"slug\" is the URL-friendly version of the name. It is usually all "
238
- "lowercase and contains only letters, numbers, and hyphens."
239
- msgstr ""
240
-
241
- #: wpf-admin/forum.php:230 wpf-includes/wpf-phrases.php:114
242
- msgid "Forum SEO"
243
- msgstr ""
244
-
245
- #: wpf-admin/forum.php:233 wpf-includes/wpf-phrases.php:180
246
- msgid "Meta Description"
247
- msgstr ""
248
-
249
- #: wpf-admin/forum.php:262 wpf-includes/wpf-phrases.php:325
250
- msgid "This action will also delete all sub-forums, topics and replies."
251
- msgstr ""
252
-
253
- #: wpf-admin/forum.php:270 wpf-includes/wpf-phrases.php:135
254
- msgid ""
255
- "If you want to delete this forum and keep its sub-forums, topics and "
256
- "replies, please select a new target forum in dropdown below"
257
- msgstr ""
258
-
259
- #: wpf-admin/forum.php:279 wpf-includes/wpf-phrases.php:26
260
- msgid ""
261
- "All sub-forums, topics and replies will be attached to selected forum. "
262
- "Layout will be inherited from this forum."
263
- msgstr ""
264
-
265
- #: wpf-admin/options-tabs/accesses.php:9 wpf-includes/wpf-phrases.php:21
266
- msgid "Add New Forum Access"
267
- msgstr ""
268
-
269
- #: wpf-admin/options-tabs/accesses.php:13 wpf-includes/wpf-phrases.php:15
270
- msgid "Access names"
271
- msgstr ""
272
-
273
- #: wpf-admin/options-tabs/accesses.php:27 wpf-includes/class-forums.php:539
274
- #: wpf-includes/wpf-phrases.php:376
275
- msgid "edit"
276
- msgstr ""
277
-
278
- #: wpf-admin/options-tabs/accesses.php:28 wpf-includes/wpf-phrases.php:39
279
- msgid ""
280
- "Are you sure you want to remove this access set? Usergroups which attached "
281
- "to this access will lost all forum permissions."
282
- msgstr ""
283
-
284
- #: wpf-admin/options-tabs/accesses.php:28 wpf-includes/class-forums.php:541
285
- #: wpf-includes/wpf-phrases.php:375
286
- msgid "delete"
287
- msgstr ""
288
-
289
- #: wpf-admin/options-tabs/accesses.php:42 wpf-includes/wpf-phrases.php:14
290
- msgid "Access name"
291
- msgstr ""
292
-
293
- #: wpf-admin/options-tabs/accesses.php:62 wpf-includes/wpf-phrases.php:267
294
- msgid "Save"
295
- msgstr ""
296
-
297
- #: wpf-admin/options-tabs/accesses.php:62 wpf-includes/wpf-phrases.php:339
298
- msgid "Update"
299
- msgstr ""
300
-
301
- #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:291
302
- msgid "Show Admin Bar for Members"
303
- msgstr ""
304
-
305
- #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:328
306
- msgid "This option doesn't affect website admins."
307
- msgstr ""
308
-
309
- #: wpf-admin/options-tabs/features.php:10 wpf-includes/wpf-phrases.php:293
310
- msgid "Show Forum Page Title"
311
- msgstr ""
312
-
313
- #: wpf-admin/options-tabs/features.php:11 wpf-includes/wpf-phrases.php:296
314
- msgid "Show Top/Menu Bar"
315
- msgstr ""
316
-
317
- #: wpf-admin/options-tabs/features.php:12 wpf-includes/wpf-phrases.php:295
318
- msgid "Show Top Search"
319
- msgstr ""
320
-
321
- #: wpf-admin/options-tabs/features.php:13 wpf-includes/wpf-phrases.php:292
322
- msgid "Show Breadcrumb"
323
- msgstr ""
324
-
325
- #: wpf-admin/options-tabs/features.php:14 wpf-includes/wpf-phrases.php:294
326
- msgid "Show Forum Statistic"
327
- msgstr ""
328
-
329
- #: wpf-admin/options-tabs/features.php:15 wpf-includes/wpf-phrases.php:254
330
- msgid "Replace Author Link to Forum Profile"
331
- msgstr ""
332
-
333
- #: wpf-admin/options-tabs/features.php:16 wpf-includes/wpf-phrases.php:255
334
- msgid "Replace Comment Author Link to Forum Profile"
335
- msgstr ""
336
-
337
- #: wpf-admin/options-tabs/features.php:17 wpf-includes/wpf-phrases.php:257
338
- msgid "Replace Registration Page URL to Forum URL"
339
- msgstr ""
340
-
341
- #: wpf-admin/options-tabs/features.php:18 wpf-includes/wpf-phrases.php:256
342
- msgid "Replace Login Page URL to Forum URL"
343
- msgstr ""
344
-
345
- #: wpf-admin/options-tabs/features.php:19 wpf-includes/wpf-phrases.php:253
346
- msgid "Replace Author Avatar with Forum Profile Avatar"
347
- msgstr ""
348
-
349
- #: wpf-admin/options-tabs/features.php:20 wpf-includes/wpf-phrases.php:76
350
- msgid "Enable Avatars"
351
- msgstr ""
352
-
353
- #: wpf-admin/options-tabs/features.php:21 wpf-includes/wpf-phrases.php:77
354
- msgid "Enable Custom Avatars"
355
- msgstr ""
356
-
357
- #: wpf-admin/options-tabs/features.php:22 wpf-includes/wpf-phrases.php:31
358
- msgid "Allow Member Signature"
359
- msgstr ""
360
-
361
- #: wpf-admin/options-tabs/features.php:23 wpf-includes/wpf-phrases.php:79
362
- msgid "Enable Member Rating"
363
- msgstr ""
364
-
365
- #: wpf-admin/options-tabs/features.php:24 wpf-includes/wpf-phrases.php:80
366
- msgid "Enable Member Rating Titles"
367
- msgstr ""
368
-
369
- #: wpf-admin/options-tabs/features.php:25 wpf-includes/wpf-phrases.php:78
370
- msgid "Enable Member Cashe"
371
- msgstr ""
372
-
373
- #: wpf-admin/options-tabs/features.php:26 wpf-includes/wpf-phrases.php:83
374
- msgid "Enable wpForo SEO for Meta Titles"
375
- msgstr ""
376
-
377
- #: wpf-admin/options-tabs/features.php:27 wpf-includes/wpf-phrases.php:82
378
- msgid "Enable wpForo SEO for Meta Tags"
379
- msgstr ""
380
-
381
- #: wpf-admin/options-tabs/features.php:28 wpf-includes/wpf-phrases.php:81
382
- msgid "Enable wpForo Font-Awesome Lib"
383
- msgstr ""
384
-
385
- #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:132
386
- msgid "Help wpForo to grow, show plugin info"
387
- msgstr ""
388
-
389
- #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:223
390
- msgid ""
391
- "Please enable this option to help wpForo get more popularity as your thank "
392
- "to the hard work we do for you totally free. This option adds a very small "
393
- "icon in forum footer, which will allow your site visitors recognize the name "
394
- "of forum solution you use."
395
- msgstr ""
396
-
397
- #: wpf-admin/options-tabs/features.php:46 wpf-includes/wpf-phrases.php:361
398
- msgid "Yes"
399
- msgstr ""
400
-
401
- #: wpf-admin/options-tabs/features.php:47 wpf-includes/wpf-phrases.php:193
402
- msgid "No"
403
- msgstr ""
404
-
405
- #: wpf-admin/options-tabs/features.php:57 wpf-admin/options-tabs/forums.php:16
406
- #: wpf-admin/options-tabs/general.php:49 wpf-admin/options-tabs/members.php:86
407
- #: wpf-admin/options-tabs/posts.php:57 wpf-admin/options-tabs/styles.php:46
408
- #: wpf-admin/options-tabs/subscriptions.php:75 wpf-includes/wpf-phrases.php:340
409
- msgid "Update Options"
410
- msgstr ""
411
-
412
- #: wpf-admin/options-tabs/general.php:14 wpf-includes/wpf-phrases.php:119
413
- msgid "Forum Title"
414
- msgstr ""
415
-
416
- #: wpf-admin/options-tabs/general.php:18 wpf-includes/wpf-phrases.php:106
417
- msgid "Forum Description"
418
- msgstr ""
419
-
420
- #: wpf-admin/options-tabs/general.php:22 wpf-includes/wpf-phrases.php:105
421
- msgid "Forum Base URL"
422
- msgstr ""
423
-
424
- #: wpf-admin/options-tabs/general.php:27 wpf-includes/wpf-phrases.php:63
425
- msgid "Dashboard Menu Position"
426
- msgstr ""
427
-
428
- #: wpf-admin/options-tabs/general.php:28 wpf-includes/wpf-phrases.php:320
429
- msgid "The position in the menu order wpForo should appear."
430
- msgstr ""
431
-
432
- #: wpf-admin/options-tabs/general.php:29 wpf-includes/wpf-phrases.php:344
433
- msgid ""
434
- "Use greater than 5 - below Posts, 10 - below Media, 15 - below Links, 20 - "
435
- "below Pages, 25 - below comments, 60 - below first separator, 65 - below "
436
- "Plugins, 70 - below Users, 75 - below Tools, 80 - below Settings, 100 - "
437
- "below second separator"
438
- msgstr ""
439
-
440
- #: wpf-admin/options-tabs/general.php:37 wpf-includes/wpf-phrases.php:108
441
- msgid "Forum Language"
442
- msgstr ""
443
-
444
- #: wpf-admin/options-tabs/general.php:61 wpf-includes/wpf-phrases.php:142
445
- msgid "Language XML file"
446
- msgstr ""
447
-
448
- #: wpf-admin/options-tabs/general.php:70 wpf-includes/wpf-phrases.php:22
449
- msgid "Add New Language"
450
- msgstr ""
451
-
452
- #: wpf-admin/options-tabs/members.php:13 wpf-includes/wpf-phrases.php:214
453
- msgid "Online status timeout"
454
- msgstr ""
455
-
456
- #: wpf-admin/options-tabs/members.php:16 wpf-admin/options-tabs/posts.php:19
457
- #: wpf-admin/options-tabs/posts.php:23 wpf-admin/options-tabs/posts.php:31
458
- #: wpf-admin/options-tabs/posts.php:35 wpf-includes/wpf-phrases.php:385
459
- msgid "minutes"
460
- msgstr ""
461
-
462
- #: wpf-admin/options-tabs/members.php:20 wpf-includes/wpf-phrases.php:177
463
- msgid "Members URL structure"
464
- msgstr ""
465
-
466
- #: wpf-admin/options-tabs/members.php:30 wpf-includes/wpf-phrases.php:61
467
- msgid "Custom Authorisation URLs"
468
- msgstr ""
469
-
470
- #: wpf-admin/options-tabs/members.php:41 wpf-includes/wpf-phrases.php:160
471
- msgid "Login URL"
472
- msgstr ""
473
-
474
- #: wpf-admin/options-tabs/members.php:42 wpf-includes/wpf-phrases.php:249
475
- msgid "Register URL"
476
- msgstr ""
477
-
478
- #: wpf-admin/options-tabs/members.php:43 wpf-includes/wpf-phrases.php:162
479
- msgid "Lost Password URL"
480
- msgstr ""
481
-
482
- #: wpf-admin/options-tabs/members.php:49 wpf-includes/wpf-phrases.php:172
483
- msgid "Member Reputation"
484
- msgstr ""
485
-
486
- #: wpf-admin/options-tabs/members.php:57 wpf-includes/wpf-phrases.php:244
487
- msgid "Rating Level"
488
- msgstr ""
489
-
490
- #: wpf-admin/options-tabs/members.php:58 wpf-includes/wpf-phrases.php:181
491
- msgid "Min Number of Posts"
492
- msgstr ""
493
-
494
- #: wpf-admin/options-tabs/members.php:59 wpf-includes/wpf-phrases.php:173
495
- msgid "Member Title"
496
- msgstr ""
497
-
498
- #: wpf-admin/options-tabs/members.php:60 wpf-includes/wpf-phrases.php:290
499
- msgid "Short Badge"
500
- msgstr ""
501
-
502
- #: wpf-admin/options-tabs/members.php:61 wpf-includes/wpf-phrases.php:126
503
- msgid "Full Badge"
504
- msgstr ""
505
-
506
- #: wpf-admin/options-tabs/members.php:62 wpf-includes/wpf-phrases.php:242
507
- msgid "Rating Color"
508
- msgstr ""
509
-
510
- #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:243
511
- msgid "Rating Icon"
512
- msgstr ""
513
-
514
- #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:183
515
- msgid "More"
516
- msgstr ""
517
-
518
- #: wpf-admin/options-tabs/members.php:68 wpf-includes/wpf-phrases.php:156
519
- msgid "Level"
520
- msgstr ""
521
-
522
- #: wpf-admin/options-tabs/members.php:69 wpf-includes/wpf-phrases.php:208
523
- msgid "Number of Posts"
524
- msgstr ""
525
-
526
- #: wpf-admin/options-tabs/members.php:70 wpf-includes/wpf-phrases.php:62
527
- msgid "Custom Title"
528
- msgstr ""
529
-
530
- #: wpf-admin/options-tabs/members.php:73 wpf-includes/wpf-phrases.php:56
531
- msgid "Color"
532
- msgstr ""
533
-
534
- #: wpf-admin/options-tabs/members.php:74 wpf-includes/wpf-phrases.php:48
535
- msgid "Badge Icon"
536
- msgstr ""
537
-
538
- #: wpf-admin/options-tabs/plugins.php:9
539
- msgid ""
540
- "Thank you for using wpForo. wpForo is a premium forum plugin which will "
541
- "always be available for free. There will never be paid and pro versions of "
542
- "this forum board. However this is a very large and hard project so we also "
543
- "develop paid addons (extensions), which will financially help us to keep "
544
- "improving and adding new features to the free wpForo plugin. Forum addons "
545
- "will also be actively developed. The first addons \"Advanced Media Uploader"
546
- "\", \"Polls\", \"Private Messages\" and \"Ad Manager\" will be available "
547
- "very soon. Once you got some addon and activated that, you will find "
548
- "settings in vertical subTabs here."
549
- msgstr ""
550
-
551
- #: wpf-admin/options-tabs/posts.php:14 wpf-includes/wpf-phrases.php:210
552
- msgid "Number of Topics per Page"
553
- msgstr ""
554
-
555
- #: wpf-admin/options-tabs/posts.php:18 wpf-includes/wpf-phrases.php:30
556
- msgid "Allow Edit Own Topic for"
557
- msgstr ""
558
-
559
- #: wpf-admin/options-tabs/posts.php:22 wpf-includes/wpf-phrases.php:27
560
- msgid "Allow Delete Own Topic for"
561
- msgstr ""
562
-
563
- #: wpf-admin/options-tabs/posts.php:26 wpf-includes/wpf-phrases.php:209
564
- msgid "Number of Posts per Page"
565
- msgstr ""
566
-
567
- #: wpf-admin/options-tabs/posts.php:30 wpf-includes/wpf-phrases.php:29
568
- msgid "Allow Edit Own Post for"
569
- msgstr ""
570
-
571
- #: wpf-admin/options-tabs/posts.php:34 wpf-includes/wpf-phrases.php:28
572
- msgid "Allow Delete Own post for"
573
- msgstr ""
574
-
575
- #: wpf-admin/options-tabs/posts.php:40 wpf-includes/wpf-phrases.php:167
576
- msgid "Maximum upload file size"
577
- msgstr ""
578
-
579
- #: wpf-admin/options-tabs/posts.php:41 wpf-includes/wpf-phrases.php:365
580
- msgid ""
581
- "You can not set this value more than \"upload_max_filesize\" and "
582
- "\"post_max_size\". If you want to increase server parameters please contact "
583
- "to your hosting service support."
584
- msgstr ""
585
-
586
- #: wpf-admin/options-tabs/posts.php:44 wpf-includes/wpf-phrases.php:164
587
- msgid "MB"
588
- msgstr ""
589
-
590
- #: wpf-admin/options-tabs/posts.php:47 wpf-includes/wpf-phrases.php:285
591
- msgid "Server \"upload_max_filesize\" is "
592
- msgstr ""
593
-
594
- #: wpf-admin/options-tabs/posts.php:48 wpf-includes/wpf-phrases.php:284
595
- msgid "Server \"post_max_size\" is "
596
- msgstr ""
597
-
598
- #: wpf-admin/options-tabs/subscriptions.php:13 wpf-includes/wpf-phrases.php:124
599
- msgid "From Name"
600
- msgstr ""
601
-
602
- #: wpf-admin/options-tabs/subscriptions.php:17 wpf-includes/wpf-phrases.php:123
603
- msgid "From Email Address"
604
- msgstr ""
605
-
606
- #: wpf-admin/options-tabs/subscriptions.php:22 wpf-includes/wpf-phrases.php:104
607
- msgid "Forum Admin Email Addresses"
608
- msgstr ""
609
-
610
- #: wpf-admin/options-tabs/subscriptions.php:23 wpf-includes/wpf-phrases.php:57
611
- msgid ""
612
- "Comma separated email addresses of forum administrators to get forum "
613
- "notifications. For example post report messages."
614
- msgstr ""
615
-
616
- #: wpf-admin/options-tabs/subscriptions.php:29 wpf-includes/wpf-phrases.php:314
617
- msgid "Subscription Emails"
618
- msgstr ""
619
-
620
- #: wpf-admin/options-tabs/subscriptions.php:33 wpf-includes/wpf-phrases.php:311
621
- msgid "Subscribe confirmation email subject"
622
- msgstr ""
623
-
624
- #: wpf-admin/options-tabs/subscriptions.php:37 wpf-includes/wpf-phrases.php:310
625
- msgid "Subscribe confirmation email message"
626
- msgstr ""
627
-
628
- #: wpf-admin/options-tabs/subscriptions.php:41 wpf-includes/wpf-phrases.php:192
629
- msgid "New topic notification email subject"
630
- msgstr ""
631
-
632
- #: wpf-admin/options-tabs/subscriptions.php:45 wpf-includes/wpf-phrases.php:191
633
- msgid "New topic notification email message"
634
- msgstr ""
635
-
636
- #: wpf-admin/options-tabs/subscriptions.php:49 wpf-includes/wpf-phrases.php:190
637
- msgid "New reply notification email subject"
638
- msgstr ""
639
-
640
- #: wpf-admin/options-tabs/subscriptions.php:53 wpf-includes/wpf-phrases.php:189
641
- msgid "New reply notification email message"
642
- msgstr ""
643
-
644
- #: wpf-admin/options-tabs/subscriptions.php:58 wpf-includes/wpf-phrases.php:224
645
- msgid "Post Reporting Emails"
646
- msgstr ""
647
-
648
- #: wpf-admin/options-tabs/subscriptions.php:59 wpf-includes/wpf-phrases.php:327
649
- msgid "This message comes from post reporting pop-up form."
650
- msgstr ""
651
-
652
- #: wpf-admin/options-tabs/subscriptions.php:64 wpf-includes/wpf-phrases.php:263
653
- msgid "Report message subject"
654
- msgstr ""
655
-
656
- #: wpf-admin/options-tabs/subscriptions.php:69 wpf-includes/wpf-phrases.php:262
657
- msgid "Report message body"
658
- msgstr ""
659
-
660
- #: wpf-admin/options.php:8 wpf-includes/wpf-phrases.php:115
661
- msgid "Forum Settings"
662
- msgstr ""
663
-
664
- #: wpf-admin/options.php:13 wpf-includes/wpf-phrases.php:127
665
- msgid "General"
666
- msgstr ""
667
-
668
- #: wpf-admin/options.php:15 wpf-includes/wpf-phrases.php:103
669
- msgid "Forum Accesses"
670
- msgstr ""
671
-
672
- #: wpf-admin/options.php:16 wpf-includes/wpf-phrases.php:335
673
- msgid "Topics &amp; Posts"
674
- msgstr ""
675
-
676
- #: wpf-admin/options.php:18 wpf-includes/wpf-phrases.php:75
677
- msgid "Emails"
678
- msgstr ""
679
-
680
- #: wpf-admin/options.php:19 wpf-includes/wpf-phrases.php:94
681
- msgid "Features"
682
- msgstr ""
683
-
684
- #: wpf-admin/options.php:21 wpf-includes/wpf-phrases.php:308
685
- msgid "Styles"
686
- msgstr ""
687
-
688
- #: wpf-admin/options.php:22 wpf-includes/wpf-phrases.php:25
689
- msgid "Addons"
690
- msgstr ""
691
-
692
- #: wpf-admin/phrase.php:10 wpf-includes/wpf-phrases.php:125
693
- msgid "Front-end Phrases"
694
- msgstr ""
695
-
696
- #: wpf-admin/themes.php:9 wpf-includes/wpf-phrases.php:118
697
- msgid "Forum Themes"
698
- msgstr ""
699
-
700
- #: wpf-admin/themes.php:46 wpf-includes/wpf-phrases.php:60
701
- msgid "Current active theme"
702
- msgstr ""
703
-
704
- #: wpf-admin/themes.php:48 wpf-includes/wpf-phrases.php:136
705
- msgid "Inactive"
706
- msgstr ""
707
-
708
- #: wpf-admin/themes.php:52 wpf-includes/wpf-phrases.php:141
709
- msgid "LAYOUTS"
710
- msgstr ""
711
-
712
- #: wpf-admin/themes.php:68 wpf-includes/wpf-phrases.php:17
713
- msgid "Activate"
714
- msgstr ""
715
-
716
- #: wpf-admin/themes.php:69 wpf-includes/wpf-phrases.php:122
717
- msgid "Fresh Installation"
718
- msgstr ""
719
-
720
- #: wpf-admin/themes.php:71 wpf-includes/wpf-phrases.php:138
721
- msgid "Install"
722
- msgstr ""
723
-
724
- #: wpf-admin/themes.php:73 wpf-includes/wpf-phrases.php:38
725
- msgid "Are you sure you want to delete this theme files?"
726
- msgstr ""
727
-
728
- #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:40
729
- msgid ""
730
- "Are you sure you want to reset all settings and style colors to default?"
731
- msgstr ""
732
-
733
- #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:265
734
- msgid "Reset Settings"
735
- msgstr ""
736
-
737
- #: wpf-admin/themes.php:96 wpf-includes/wpf-phrases.php:198
738
- msgid "No layout found"
739
- msgstr ""
740
-
741
- #: wpf-admin/themes.php:107 wpf-includes/wpf-phrases.php:203
742
- msgid "No theme found"
743
- msgstr ""
744
-
745
- #: wpf-admin/usergroup.php:8
746
- msgid "Usergroups"
747
- msgstr ""
748
-
749
- #: wpf-admin/usergroup.php:18 wpf-admin/usergroup.php:30
750
- #: wpf-admin/usergroup.php:62
751
- msgid "Usergroup Name"
752
- msgstr ""
753
-
754
- #: wpf-admin/usergroup.php:19
755
- msgid "Users Count"
756
- msgstr ""
757
-
758
- #: wpf-admin/usergroup.php:36
759
- msgid "Edit this usergroup"
760
- msgstr ""
761
-
762
- #: wpf-admin/usergroup.php:36 wpf-includes/functions.php:254
763
- #: wpf-includes/functions.php:467 wpf-includes/wpf-phrases.php:72
764
- msgid "Edit"
765
- msgstr ""
766
-
767
- #: wpf-admin/usergroup.php:37
768
- msgid "Delete this usergroup"
769
- msgstr ""
770
-
771
- #: wpf-admin/usergroup.php:39
772
- msgid "View users list in this usergroup"
773
- msgstr ""
774
-
775
- #: wpf-admin/usergroup.php:43
776
- msgid "Count of users in this usergroup"
777
- msgstr ""
778
-
779
- #: wpf-admin/usergroup.php:62 wpf-includes/wpf-phrases.php:131
780
- msgid "Guest"
781
- msgstr ""
782
-
783
- #: wpf-admin/usergroup.php:85 wpf-includes/wpf-phrases.php:369
784
- msgid "add"
785
- msgstr ""
786
-
787
- #: wpf-admin/usergroup.php:85
788
- msgid "save"
789
- msgstr ""
790
-
791
- #: wpf-admin/usergroup.php:106
792
- msgid "Delete Chosen Usergroup And Users"
793
- msgstr ""
794
-
795
- #: wpf-admin/usergroup.php:116
796
- msgid "Delete Chosen Usergroup And Join Users To Other Usergroup"
797
- msgstr ""
798
-
799
- #: wpf-admin/usergroup.php:128
800
- msgid "Users will be join this usergroup"
801
- msgstr ""
802
-
803
- #: wpf-includes/class-notices.php:128 wpf-includes/wpf-phrases.php:68
804
- msgid "Dismiss this notice."
805
- msgstr ""
806
-
807
- #: wpf-includes/class-permissions.php:116 wpf-includes/wpf-phrases.php:415
808
- #, php-format
809
- msgid "%s access successfully added"
810
- msgstr ""
811
-
812
- #: wpf-includes/class-permissions.php:141 wpf-includes/wpf-phrases.php:416
813
- #, php-format
814
- msgid "%s access successfully edited"
815
- msgstr ""
816
-
817
- #: wpf-includes/class-phrases.php:157
818
- #: wpf-includes/functions-installation.php:28 wpf-includes/wpf-phrases.php:7
819
- msgid " Forum"
820
- msgstr ""
821
-
822
- #: wpf-includes/class-phrases.php:158
823
- #: wpf-includes/functions-installation.php:29 wpf-includes/wpf-phrases.php:6
824
- msgid " Discussion Board"
825
- msgstr ""
826
-
827
- #: wpf-includes/class-template.php:868 wpf-includes/wpf-phrases.php:324
828
- msgid "Theme file not readable"
829
- msgstr ""
830
-
831
- #: wpf-includes/functions-template.php:7
832
- msgid "wpForo Menu"
833
- msgstr ""
834
-
835
- #: wpf-includes/functions-template.php:149 wpf-includes/wpf-phrases.php:405
836
- msgid "wpForo Sidebar"
837
- msgstr ""
838
-
839
- #: wpf-includes/functions-template.php:150 wpf-includes/wpf-phrases.php:188
840
- msgid ""
841
- "NOTE: If you're going to add widgets in this sidebar, please use 'Full "
842
- "Width' template for wpForo index page to avoid sidebar duplication."
843
- msgstr ""
844
-
845
- #: wpf-includes/functions-template.php:188
846
- #: wpf-includes/functions-template.php:295
847
- #: wpf-includes/functions-template.php:358
848
- #: wpf-includes/functions-template.php:435
849
- #: wpf-includes/functions-template.php:482 wpf-includes/wpf-phrases.php:330
850
- msgid "Title"
851
- msgstr ""
852
-
853
- #: wpf-includes/functions-template.php:361
854
- #: wpf-includes/functions-template.php:438 wpf-includes/wpf-phrases.php:207
855
- msgid "Number of Items"
856
- msgstr ""
857
-
858
- #: wpf-includes/functions-template.php:366 wpf-includes/wpf-phrases.php:69
859
- msgid "Display Avatars"
860
- msgstr ""
861
-
862
- #: wpf-includes/functions-template.php:442 wpf-includes/wpf-phrases.php:71
863
- msgid "Display with Avatars"
864
- msgstr ""
865
-
866
- #: wpf-includes/functions.php:252 wpf-includes/functions.php:465
867
- #: wpf-includes/wpf-phrases.php:50
868
- msgid "Bulk Actions"
869
- msgstr ""
870
-
871
- #: wpf-includes/functions.php:259 wpf-includes/functions.php:553
872
- #: wpf-includes/wpf-phrases.php:36
873
- msgid "Apply"
874
- msgstr ""
875
-
876
- #: wpf-includes/functions.php:268 wpf-includes/wpf-phrases.php:297
877
- msgid "Show all forums"
878
- msgstr ""
879
-
880
- #: wpf-includes/functions.php:297 wpf-includes/functions.php:475
881
- #: wpf-includes/wpf-phrases.php:380
882
- msgid "item"
883
- msgstr ""
884
-
885
- #: wpf-includes/functions.php:330 wpf-includes/functions.php:346
886
- #: wpf-includes/wpf-phrases.php:281
887
- msgid "Select All"
888
- msgstr ""
889
-
890
- #: wpf-includes/functions.php:412 wpf-includes/wpf-phrases.php:66
891
- msgid "Delete this item"
892
- msgstr ""
893
-
894
- #: wpf-includes/functions.php:412 wpf-includes/wpf-phrases.php:41
895
- msgid "Are you sure you whant to DELETE this item?"
896
- msgstr ""
897
-
898
- #: wpf-includes/functions.php:457 wpf-includes/wpf-phrases.php:197
899
- msgid "No items found"
900
- msgstr ""
901
-
902
- #: wpf-includes/functions.php:552 wpf-includes/wpf-phrases.php:139
903
- msgid "Items"
904
- msgstr ""
905
-
906
- #: wpf-includes/functions.php:795
907
- #, php-format
908
- msgid "Could not write file %s"
909
- msgstr ""
910
-
911
- #: wpf-includes/wpf-hooks.php:20 wpf-includes/wpf-phrases.php:134
912
- msgid ""
913
- "IMPORTANT! Uninstall is not a simple deactivation action. This action will "
914
- "permanently remove all forum data (forums, topics, replies, attachments...) "
915
- "from database. Please backup database before this action, you may need this "
916
- "forum data in future. If you are sure that you want to delete all forum data "
917
- "please confirm. If not, just cancel it, then you can deactivate this plugin, "
918
- "that will not remove forum data."
919
- msgstr ""
920
-
921
- #: wpf-includes/wpf-hooks.php:20
922
- msgid "Uninstall"
923
- msgstr ""
924
-
925
- #: wpf-includes/wpf-hooks.php:23
926
- msgid "Settings"
927
- msgstr ""
928
-
929
- #: wpf-includes/wpf-hooks.php:806 wpf-includes/wpf-phrases.php:184
930
- msgid "Move"
931
- msgstr ""
932
-
933
- #: wpf-includes/wpf-hooks.php:852
934
- msgid "Dismiss"
935
- msgstr ""
936
-
937
- #: wpf-includes/wpf-hooks.php:877 wpf-includes/wpf-phrases.php:407
938
- msgid "wpForo Usergroup"
939
- msgstr ""
940
-
941
- #: wpf-includes/wpf-hooks.php:885 wpf-includes/wpf-phrases.php:406
942
- msgid "wpForo User Timezone"
943
- msgstr ""
944
-
945
- #: wpf-includes/wpf-phrases.php:8
946
- #, php-format
947
- msgid "%s and %s liked"
948
- msgstr ""
949
-
950
- #: wpf-includes/wpf-phrases.php:9
951
- #, php-format
952
- msgid "%s liked"
953
- msgstr ""
954
-
955
- #: wpf-includes/wpf-phrases.php:10
956
- #, php-format
957
- msgid "%s, %s and %s liked"
958
- msgstr ""
959
-
960
- #: wpf-includes/wpf-phrases.php:11
961
- #, php-format
962
- msgid "%s, %s, %s and %d people liked"
963
- msgstr ""
964
-
965
- #: wpf-includes/wpf-phrases.php:12
966
- msgid "AOL IM"
967
- msgstr ""
968
-
969
- #: wpf-includes/wpf-phrases.php:13
970
- msgid "About Me"
971
- msgstr ""
972
-
973
- #: wpf-includes/wpf-phrases.php:16
974
- msgid "Account"
975
- msgstr ""
976
-
977
- #: wpf-includes/wpf-phrases.php:19
978
- msgid "Activity"
979
- msgstr ""
980
-
981
- #: wpf-includes/wpf-phrases.php:23
982
- msgid "Add a comment"
983
- msgstr ""
984
-
985
- #: wpf-includes/wpf-phrases.php:24
986
- msgid "Add topic"
987
- msgstr ""
988
-
989
- #: wpf-includes/wpf-phrases.php:32
990
- msgid "Answer"
991
- msgstr ""
992
-
993
- #: wpf-includes/wpf-phrases.php:33
994
- msgid "Answer to"
995
- msgstr ""
996
-
997
- #: wpf-includes/wpf-phrases.php:34
998
- msgid "Answers"
999
- msgstr ""
1000
-
1001
- #: wpf-includes/wpf-phrases.php:35
1002
- msgid "Any Date"
1003
- msgstr ""
1004
-
1005
- #: wpf-includes/wpf-phrases.php:42
1006
- msgid "Ascending order"
1007
- msgstr ""
1008
-
1009
- #: wpf-includes/wpf-phrases.php:43
1010
- msgid "Attach file:"
1011
- msgstr ""
1012
-
1013
- #: wpf-includes/wpf-phrases.php:47
1014
- msgid "Avatar"
1015
- msgstr ""
1016
-
1017
- #: wpf-includes/wpf-phrases.php:53
1018
- msgid "Change password"
1019
- msgstr ""
1020
-
1021
- #: wpf-includes/wpf-phrases.php:54
1022
- msgid "Choose target forum"
1023
- msgstr ""
1024
-
1025
- #: wpf-includes/wpf-phrases.php:55 wpf-themes/classic/functions.php:31
1026
- #: wpf-themes/classic/functions.php:52 wpf-themes/classic/functions.php:81
1027
- msgid "Collapsed"
1028
- msgstr ""
1029
-
1030
- #: wpf-includes/wpf-phrases.php:58
1031
- msgid "Comments"
1032
- msgstr ""
1033
-
1034
- #: wpf-includes/wpf-phrases.php:59
1035
- msgid "Confirm my subscription"
1036
- msgstr ""
1037
-
1038
- #: wpf-includes/wpf-phrases.php:64
1039
- msgid "Date"
1040
- msgstr ""
1041
-
1042
- #: wpf-includes/wpf-phrases.php:67
1043
- msgid "Descending order"
1044
- msgstr ""
1045
-
1046
- #: wpf-includes/wpf-phrases.php:70
1047
- msgid "Display Name"
1048
- msgstr ""
1049
-
1050
- #: wpf-includes/wpf-phrases.php:73
1051
- msgid "Edited: "
1052
- msgstr ""
1053
-
1054
- #: wpf-includes/wpf-phrases.php:74
1055
- msgid "Email"
1056
- msgstr ""
1057
-
1058
- #: wpf-includes/wpf-phrases.php:86
1059
- msgid "Enter title here"
1060
- msgstr ""
1061
-
1062
- #: wpf-includes/wpf-phrases.php:87 wpf-themes/classic/functions.php:30
1063
- #: wpf-themes/classic/functions.php:51 wpf-themes/classic/functions.php:80
1064
- msgid "Expanded"
1065
- msgstr ""
1066
-
1067
- #: wpf-includes/wpf-phrases.php:88 wpf-themes/classic/functions.php:77
1068
- msgid "Extended Layout - Intro posts"
1069
- msgstr ""
1070
-
1071
- #: wpf-includes/wpf-phrases.php:89 wpf-themes/classic/functions.php:27
1072
- msgid "Extended Layout - Intro topics"
1073
- msgstr ""
1074
-
1075
- #: wpf-includes/wpf-phrases.php:90 wpf-themes/classic/functions.php:87
1076
- msgid "Extended Layout - Number of intro posts"
1077
- msgstr ""
1078
-
1079
- #: wpf-includes/wpf-phrases.php:91 wpf-themes/classic/functions.php:36
1080
- msgid "Extended Layout - Number of intro topics"
1081
- msgstr ""
1082
-
1083
- #: wpf-includes/wpf-phrases.php:92
1084
- msgid "Facebook"
1085
- msgstr ""
1086
-
1087
- #: wpf-includes/wpf-phrases.php:93
1088
- msgid "Failed to write file to disk"
1089
- msgstr ""
1090
-
1091
- #: wpf-includes/wpf-phrases.php:95
1092
- msgid "File upload stopped by extension"
1093
- msgstr ""
1094
-
1095
- #: wpf-includes/wpf-phrases.php:96
1096
- msgid "Find Posts by User"
1097
- msgstr ""
1098
-
1099
- #: wpf-includes/wpf-phrases.php:97
1100
- msgid "Find Topics Started by User"
1101
- msgstr ""
1102
-
1103
- #: wpf-includes/wpf-phrases.php:98
1104
- msgid "First post and replies"
1105
- msgstr ""
1106
-
1107
- #: wpf-includes/wpf-phrases.php:99
1108
- msgid "Forum"
1109
- msgstr ""
1110
-
1111
- #: wpf-includes/wpf-phrases.php:100
1112
- msgid "Forum - Login"
1113
- msgstr ""
1114
-
1115
- #: wpf-includes/wpf-phrases.php:101
1116
- msgid "Forum - Page Not Found"
1117
- msgstr ""
1118
-
1119
- #: wpf-includes/wpf-phrases.php:102
1120
- msgid "Forum - Registration"
1121
- msgstr ""
1122
-
1123
- #: wpf-includes/wpf-phrases.php:107
1124
- msgid "Forum Home"
1125
- msgstr ""
1126
-
1127
- #: wpf-includes/wpf-phrases.php:109
1128
- msgid "Forum Members"
1129
- msgstr ""
1130
-
1131
- #: wpf-includes/wpf-phrases.php:112
1132
- msgid "Forum Profile"
1133
- msgstr ""
1134
-
1135
- #: wpf-includes/wpf-phrases.php:113
1136
- msgid "Forum RSS Feed"
1137
- msgstr ""
1138
-
1139
- #: wpf-includes/wpf-phrases.php:117
1140
- msgid "Forum Statistics"
1141
- msgstr ""
1142
-
1143
- #: wpf-includes/wpf-phrases.php:120
1144
- msgid "Forum is empty"
1145
- msgstr ""
1146
-
1147
- #: wpf-includes/wpf-phrases.php:129
1148
- msgid "Group"
1149
- msgstr ""
1150
-
1151
- #: wpf-includes/wpf-phrases.php:130
1152
- msgid "Gtalk"
1153
- msgstr ""
1154
-
1155
- #: wpf-includes/wpf-phrases.php:133
1156
- msgid "ICQ"
1157
- msgstr ""
1158
-
1159
- #: wpf-includes/wpf-phrases.php:137
1160
- msgid "Insert member name or email"
1161
- msgstr ""
1162
-
1163
- #: wpf-includes/wpf-phrases.php:140
1164
- msgid "Joined"
1165
- msgstr ""
1166
-
1167
- #: wpf-includes/wpf-phrases.php:143
1168
- msgid "Last 24 hours"
1169
- msgstr ""
1170
-
1171
- #: wpf-includes/wpf-phrases.php:144
1172
- msgid "Last 3 Months"
1173
- msgstr ""
1174
-
1175
- #: wpf-includes/wpf-phrases.php:145
1176
- msgid "Last 6 Months"
1177
- msgstr ""
1178
-
1179
- #: wpf-includes/wpf-phrases.php:146
1180
- msgid "Last Active"
1181
- msgstr ""
1182
-
1183
- #: wpf-includes/wpf-phrases.php:147
1184
- msgid "Last Month"
1185
- msgstr ""
1186
-
1187
- #: wpf-includes/wpf-phrases.php:148
1188
- msgid "Last Post"
1189
- msgstr ""
1190
-
1191
- #: wpf-includes/wpf-phrases.php:149
1192
- msgid "Last Post Info"
1193
- msgstr ""
1194
-
1195
- #: wpf-includes/wpf-phrases.php:150
1196
- msgid "Last Week"
1197
- msgstr ""
1198
-
1199
- #: wpf-includes/wpf-phrases.php:151
1200
- msgid "Last Year ago"
1201
- msgstr ""
1202
-
1203
- #: wpf-includes/wpf-phrases.php:152
1204
- #, php-format
1205
- msgid "Last post by %s"
1206
- msgstr ""
1207
-
1208
- #: wpf-includes/wpf-phrases.php:153
1209
- msgid "Latest Post"
1210
- msgstr ""
1211
-
1212
- #: wpf-includes/wpf-phrases.php:154
1213
- msgid "Leave a reply"
1214
- msgstr ""
1215
-
1216
- #: wpf-includes/wpf-phrases.php:155
1217
- msgid "Length must be between 3 characters and 15 characters."
1218
- msgstr ""
1219
-
1220
- #: wpf-includes/wpf-phrases.php:157
1221
- msgid "Liked"
1222
- msgstr ""
1223
-
1224
- #: wpf-includes/wpf-phrases.php:158
1225
- msgid "Location"
1226
- msgstr ""
1227
-
1228
- #: wpf-includes/wpf-phrases.php:159
1229
- msgid "Login"
1230
- msgstr ""
1231
-
1232
- #: wpf-includes/wpf-phrases.php:161
1233
- msgid "Logout"
1234
- msgstr ""
1235
-
1236
- #: wpf-includes/wpf-phrases.php:163
1237
- msgid "Lost your password?"
1238
- msgstr ""
1239
-
1240
- #: wpf-includes/wpf-phrases.php:165
1241
- msgid "MSN"
1242
- msgstr ""
1243
-
1244
- #: wpf-includes/wpf-phrases.php:166
1245
- msgid "Maximum allowed file size is"
1246
- msgstr ""
1247
-
1248
- #: wpf-includes/wpf-phrases.php:168
1249
- msgid "Member Activity"
1250
- msgstr ""
1251
-
1252
- #: wpf-includes/wpf-phrases.php:169
1253
- msgid "Member Information"
1254
- msgstr ""
1255
-
1256
- #: wpf-includes/wpf-phrases.php:170
1257
- msgid "Member Rating"
1258
- msgstr ""
1259
-
1260
- #: wpf-includes/wpf-phrases.php:171
1261
- msgid "Member Rating Badge"
1262
- msgstr ""
1263
-
1264
- #: wpf-includes/wpf-phrases.php:174
1265
- msgid "Member information"
1266
- msgstr ""
1267
-
1268
- #: wpf-includes/wpf-phrases.php:178
1269
- msgid "Members not found"
1270
- msgstr ""
1271
-
1272
- #: wpf-includes/wpf-phrases.php:179
1273
- msgid "Messages"
1274
- msgstr ""
1275
-
1276
- #: wpf-includes/wpf-phrases.php:182
1277
- msgid "Missing a temporary folder"
1278
- msgstr ""
1279
-
1280
- #: wpf-includes/wpf-phrases.php:185
1281
- msgid "Move topic"
1282
- msgstr ""
1283
-
1284
- #: wpf-includes/wpf-phrases.php:186
1285
- msgid "Must be minimum 6 characters."
1286
- msgstr ""
1287
-
1288
- #: wpf-includes/wpf-phrases.php:187
1289
- msgid "My Profile"
1290
- msgstr ""
1291
-
1292
- #: wpf-includes/wpf-phrases.php:194
1293
- msgid "No activity found for this member."
1294
- msgstr ""
1295
-
1296
- #: wpf-includes/wpf-phrases.php:195
1297
- msgid "No file was uploaded"
1298
- msgstr ""
1299
-
1300
- #: wpf-includes/wpf-phrases.php:196
1301
- msgid "No forums were found here."
1302
- msgstr ""
1303
-
1304
- #: wpf-includes/wpf-phrases.php:200
1305
- msgid "No online members at the moment"
1306
- msgstr ""
1307
-
1308
- #: wpf-includes/wpf-phrases.php:202
1309
- msgid "No subscriptions found for this member."
1310
- msgstr ""
1311
-
1312
- #: wpf-includes/wpf-phrases.php:204
1313
- msgid "No topics were found here"
1314
- msgstr ""
1315
-
1316
- #: wpf-includes/wpf-phrases.php:211
1317
- msgid "Occupation"
1318
- msgstr ""
1319
-
1320
- #: wpf-includes/wpf-phrases.php:212
1321
- msgid "Offline"
1322
- msgstr ""
1323
-
1324
- #: wpf-includes/wpf-phrases.php:213
1325
- msgid "Online"
1326
- msgstr ""
1327
-
1328
- #: wpf-includes/wpf-phrases.php:215
1329
- msgid "Oops! The page you requested was not found!"
1330
- msgstr ""
1331
-
1332
- #: wpf-includes/wpf-phrases.php:216
1333
- msgid "Our newest member"
1334
- msgstr ""
1335
-
1336
- #: wpf-includes/wpf-phrases.php:217
1337
- msgid "Page"
1338
- msgstr ""
1339
-
1340
- #: wpf-includes/wpf-phrases.php:219
1341
- msgid "Password"
1342
- msgstr ""
1343
-
1344
- #: wpf-includes/wpf-phrases.php:221
1345
- #, php-format
1346
- msgid "Please %s or %s"
1347
- msgstr ""
1348
-
1349
- #: wpf-includes/wpf-phrases.php:225
1350
- msgid "Post Title"
1351
- msgstr ""
1352
-
1353
- #: wpf-includes/wpf-phrases.php:226
1354
- msgid "Post link"
1355
- msgstr ""
1356
-
1357
- #: wpf-includes/wpf-phrases.php:227
1358
- msgid "Posted"
1359
- msgstr ""
1360
-
1361
- #: wpf-includes/wpf-phrases.php:228
1362
- msgid "Posted by"
1363
- msgstr ""
1364
-
1365
- #: wpf-includes/wpf-phrases.php:230
1366
- msgid "Powered by"
1367
- msgstr ""
1368
-
1369
- #: wpf-includes/wpf-phrases.php:232 wpf-themes/classic/functions.php:57
1370
- msgid "Q&A Layout - Number of intro topics"
1371
- msgstr ""
1372
-
1373
- #: wpf-includes/wpf-phrases.php:233 wpf-themes/classic/functions.php:48
1374
- msgid "Q&A layout - Intro topics"
1375
- msgstr ""
1376
-
1377
- #: wpf-includes/wpf-phrases.php:234
1378
- msgid "Question Comments"
1379
- msgstr ""
1380
-
1381
- #: wpf-includes/wpf-phrases.php:235
1382
- msgid "Questions"
1383
- msgstr ""
1384
-
1385
- #: wpf-includes/wpf-phrases.php:236
1386
- msgid "Quote"
1387
- msgstr ""
1388
-
1389
- #: wpf-includes/wpf-phrases.php:237
1390
- msgid "RE"
1391
- msgstr ""
1392
-
1393
- #: wpf-includes/wpf-phrases.php:238
1394
- msgid "REPLY:"
1395
- msgstr ""
1396
-
1397
- #: wpf-includes/wpf-phrases.php:239
1398
- msgid "RSS"
1399
- msgstr ""
1400
-
1401
- #: wpf-includes/wpf-phrases.php:240
1402
- msgid "Rating"
1403
- msgstr ""
1404
-
1405
- #: wpf-includes/wpf-phrases.php:241
1406
- msgid "Rating Badge"
1407
- msgstr ""
1408
-
1409
- #: wpf-includes/wpf-phrases.php:245
1410
- msgid "Received Likes"
1411
- msgstr ""
1412
-
1413
- #: wpf-includes/wpf-phrases.php:246
1414
- msgid "Recent Questions"
1415
- msgstr ""
1416
-
1417
- #: wpf-includes/wpf-phrases.php:247
1418
- msgid "Recent Topics"
1419
- msgstr ""
1420
-
1421
- #: wpf-includes/wpf-phrases.php:248
1422
- msgid "Register"
1423
- msgstr ""
1424
-
1425
- #: wpf-includes/wpf-phrases.php:250
1426
- msgid "Registered date"
1427
- msgstr ""
1428
-
1429
- #: wpf-includes/wpf-phrases.php:251
1430
- msgid "Relevancy"
1431
- msgstr ""
1432
-
1433
- #: wpf-includes/wpf-phrases.php:252
1434
- msgid "Remember Me"
1435
- msgstr ""
1436
-
1437
- #: wpf-includes/wpf-phrases.php:258
1438
- msgid "Replies"
1439
- msgstr ""
1440
-
1441
- #: wpf-includes/wpf-phrases.php:259
1442
- msgid "Replies not found"
1443
- msgstr ""
1444
-
1445
- #: wpf-includes/wpf-phrases.php:260
1446
- msgid "Reply"
1447
- msgstr ""
1448
-
1449
- #: wpf-includes/wpf-phrases.php:261
1450
- msgid "Report"
1451
- msgstr ""
1452
-
1453
- #: wpf-includes/wpf-phrases.php:264
1454
- msgid "Report to Administration"
1455
- msgstr ""
1456
-
1457
- #: wpf-includes/wpf-phrases.php:266
1458
- msgid "Result Info"
1459
- msgstr ""
1460
-
1461
- #: wpf-includes/wpf-phrases.php:268
1462
- msgid "Save Changes"
1463
- msgstr ""
1464
-
1465
- #: wpf-includes/wpf-phrases.php:272
1466
- msgid "Search"
1467
- msgstr ""
1468
-
1469
- #: wpf-includes/wpf-phrases.php:273
1470
- msgid "Search Entire Posts"
1471
- msgstr ""
1472
-
1473
- #: wpf-includes/wpf-phrases.php:274
1474
- msgid "Search Phrase"
1475
- msgstr ""
1476
-
1477
- #: wpf-includes/wpf-phrases.php:275
1478
- msgid "Search Titles Only"
1479
- msgstr ""
1480
-
1481
- #: wpf-includes/wpf-phrases.php:276
1482
- msgid "Search Type"
1483
- msgstr ""
1484
-
1485
- #: wpf-includes/wpf-phrases.php:277
1486
- msgid "Search in Forums"
1487
- msgstr ""
1488
-
1489
- #: wpf-includes/wpf-phrases.php:278
1490
- msgid "Search in date period"
1491
- msgstr ""
1492
-
1493
- #: wpf-includes/wpf-phrases.php:279
1494
- msgid "Search result for"
1495
- msgstr ""
1496
-
1497
- #: wpf-includes/wpf-phrases.php:280
1498
- msgid "Search..."
1499
- msgstr ""
1500
-
1501
- #: wpf-includes/wpf-phrases.php:282
1502
- msgid "Select Page"
1503
- msgstr ""
1504
-
1505
- #: wpf-includes/wpf-phrases.php:283
1506
- msgid "Send Report"
1507
- msgstr ""
1508
-
1509
- #: wpf-includes/wpf-phrases.php:287
1510
- msgid "Set Topic Sticky"
1511
- msgstr ""
1512
-
1513
- #: wpf-includes/wpf-phrases.php:288 wpf-themes/classic/functions.php:88
1514
- msgid ""
1515
- "Set this option value 0 if you want to show all posts under topic intro area."
1516
- msgstr ""
1517
-
1518
- #: wpf-includes/wpf-phrases.php:289
1519
- msgid "Shop Account"
1520
- msgstr ""
1521
-
1522
- #: wpf-includes/wpf-phrases.php:299
1523
- msgid "Sign In"
1524
- msgstr ""
1525
-
1526
- #: wpf-includes/wpf-phrases.php:300
1527
- msgid "Signature"
1528
- msgstr ""
1529
-
1530
- #: wpf-includes/wpf-phrases.php:301
1531
- msgid "Site Profile"
1532
- msgstr ""
1533
-
1534
- #: wpf-includes/wpf-phrases.php:302
1535
- msgid "Skype"
1536
- msgstr ""
1537
-
1538
- #: wpf-includes/wpf-phrases.php:304
1539
- msgid "Social Networks"
1540
- msgstr ""
1541
-
1542
- #: wpf-includes/wpf-phrases.php:305
1543
- msgid "Sorry, something wrong with your data."
1544
- msgstr ""
1545
-
1546
- #: wpf-includes/wpf-phrases.php:306
1547
- msgid "Sort Search Results by"
1548
- msgstr ""
1549
-
1550
- #: wpf-includes/wpf-phrases.php:307
1551
- msgid "Specify avatar by URL"
1552
- msgstr ""
1553
-
1554
- #: wpf-includes/wpf-phrases.php:309
1555
- msgid "Subforums"
1556
- msgstr ""
1557
-
1558
- #: wpf-includes/wpf-phrases.php:312
1559
- msgid "Subscribe for new replies"
1560
- msgstr ""
1561
-
1562
- #: wpf-includes/wpf-phrases.php:313
1563
- msgid "Subscribe for new topics"
1564
- msgstr ""
1565
-
1566
- #: wpf-includes/wpf-phrases.php:315
1567
- msgid "Subscriptions"
1568
- msgstr ""
1569
-
1570
- #: wpf-includes/wpf-phrases.php:317
1571
- msgid ""
1572
- "Thank you for trying wpForo! This forum development was started on 2013 and "
1573
- "we were using it for our support community. Now it's ready for WordPress "
1574
- "community as well. It's on the Beta stage and we're working hard to reach "
1575
- "the Gold 1.0.0 version as soon as possible. wpForo is a professional "
1576
- "bulletin board for WorPress, and the only forum software which comes with "
1577
- "Multi-layout template system. The \"Extended"
1578
- msgstr ""
1579
-
1580
- #: wpf-includes/wpf-phrases.php:318
1581
- msgid ""
1582
- "Thank you for using wpForo. wpForo is a premium forum plugin which will "
1583
- "always be available for free. There will never be paid and pro versions of "
1584
- "this forum board. However this is a very large and hard project so we also "
1585
- "develop paid addons (extensions), which will financially help us to keep "
1586
- "improving and adding new features to the free wpForo plugin. Forum addons "
1587
- "will also be actively developed. The first addons \"Advanced Media Uploader"
1588
- msgstr ""
1589
-
1590
- #: wpf-includes/wpf-phrases.php:321
1591
- msgid ""
1592
- "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
1593
- "the HTML form"
1594
- msgstr ""
1595
-
1596
- #: wpf-includes/wpf-phrases.php:322
1597
- msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini"
1598
- msgstr ""
1599
-
1600
- #: wpf-includes/wpf-phrases.php:323
1601
- msgid "The uploaded file was only partially uploaded"
1602
- msgstr ""
1603
-
1604
- #: wpf-includes/wpf-phrases.php:329
1605
- msgid "Timezone"
1606
- msgstr ""
1607
-
1608
- #: wpf-includes/wpf-phrases.php:331
1609
- msgid "Topic RSS Feed"
1610
- msgstr ""
1611
-
1612
- #: wpf-includes/wpf-phrases.php:332
1613
- msgid "Topic Title"
1614
- msgstr ""
1615
-
1616
- #: wpf-includes/wpf-phrases.php:333
1617
- msgid "Topic title"
1618
- msgstr ""
1619
-
1620
- #: wpf-includes/wpf-phrases.php:336
1621
- msgid "Twitter"
1622
- msgstr ""
1623
-
1624
- #: wpf-includes/wpf-phrases.php:337
1625
- msgid "Unknown upload error"
1626
- msgstr ""
1627
-
1628
- #: wpf-includes/wpf-phrases.php:338
1629
- msgid "Unsubscribe"
1630
- msgstr ""
1631
-
1632
- #: wpf-includes/wpf-phrases.php:341
1633
- msgid "Upload an avatar"
1634
- msgstr ""
1635
-
1636
- #: wpf-includes/wpf-phrases.php:343
1637
- msgid ""
1638
- "Use comments to ask for more information or suggest improvements. Avoid "
1639
- "answering questions in comments."
1640
- msgstr ""
1641
-
1642
- #: wpf-includes/wpf-phrases.php:345
1643
- msgid "User"
1644
- msgstr ""
1645
-
1646
- #: wpf-includes/wpf-phrases.php:346
1647
- msgid "User Group"
1648
- msgstr ""
1649
-
1650
- #: wpf-includes/wpf-phrases.php:347
1651
- msgid "Usergroup has been successfully deleted."
1652
- msgstr ""
1653
-
1654
- #: wpf-includes/wpf-phrases.php:348
1655
- msgid ""
1656
- "Usergroup has been successfully deleted. All users of this usergroup have "
1657
- "been moved to the usergroup you've chosen"
1658
- msgstr ""
1659
-
1660
- #: wpf-includes/wpf-phrases.php:349
1661
- msgid "Username"
1662
- msgstr ""
1663
-
1664
- #: wpf-includes/wpf-phrases.php:351
1665
- msgid "View entire post"
1666
- msgstr ""
1667
-
1668
- #: wpf-includes/wpf-phrases.php:352
1669
- msgid "View the latest post"
1670
- msgstr ""
1671
-
1672
- #: wpf-includes/wpf-phrases.php:353
1673
- msgid "Views"
1674
- msgstr ""
1675
-
1676
- #: wpf-includes/wpf-phrases.php:354
1677
- msgid "Votes"
1678
- msgstr ""
1679
-
1680
- #: wpf-includes/wpf-phrases.php:355
1681
- msgid "Website"
1682
- msgstr ""
1683
-
1684
- #: wpf-includes/wpf-phrases.php:357
1685
- msgid "Wordpress avatar system"
1686
- msgstr ""
1687
-
1688
- #: wpf-includes/wpf-phrases.php:358
1689
- msgid "Working"
1690
- msgstr ""
1691
-
1692
- #: wpf-includes/wpf-phrases.php:359
1693
- msgid "Write message"
1694
- msgstr ""
1695
-
1696
- #: wpf-includes/wpf-phrases.php:360
1697
- msgid "Yahoo"
1698
- msgstr ""
1699
-
1700
- #: wpf-includes/wpf-phrases.php:362
1701
- msgid "You"
1702
- msgstr ""
1703
-
1704
- #: wpf-includes/wpf-phrases.php:364
1705
- #, php-format
1706
- msgid "You can go to %s page or Search here"
1707
- msgstr ""
1708
-
1709
- #: wpf-includes/wpf-phrases.php:366
1710
- msgid "Your Answer"
1711
- msgstr ""
1712
-
1713
- #: wpf-includes/wpf-phrases.php:367
1714
- msgid "account"
1715
- msgstr ""
1716
-
1717
- #: wpf-includes/wpf-phrases.php:368
1718
- msgid "activity"
1719
- msgstr ""
1720
-
1721
- #: wpf-includes/wpf-phrases.php:370
1722
- msgid "add_new"
1723
- msgstr ""
1724
-
1725
- #: wpf-includes/wpf-phrases.php:371
1726
- msgid "ago"
1727
- msgstr ""
1728
-
1729
- #: wpf-includes/wpf-phrases.php:372
1730
- msgid "by"
1731
- msgstr ""
1732
-
1733
- #: wpf-includes/wpf-phrases.php:373
1734
- #, php-format
1735
- msgid "by %s"
1736
- msgstr ""
1737
-
1738
- #: wpf-includes/wpf-phrases.php:374
1739
- msgid "confirm password"
1740
- msgstr ""
1741
-
1742
- #: wpf-includes/wpf-phrases.php:377
1743
- msgid "edit profile"
1744
- msgstr ""
1745
-
1746
- #: wpf-includes/wpf-phrases.php:378
1747
- msgid "edit user"
1748
- msgstr ""
1749
-
1750
- #: wpf-includes/wpf-phrases.php:379
1751
- msgid "forums"
1752
- msgstr ""
1753
-
1754
- #: wpf-includes/wpf-phrases.php:381
1755
- msgid "login"
1756
- msgstr ""
1757
-
1758
- #: wpf-includes/wpf-phrases.php:382
1759
- msgid "logout"
1760
- msgstr ""
1761
-
1762
- #: wpf-includes/wpf-phrases.php:383
1763
- msgid "matches"
1764
- msgstr ""
1765
-
1766
- #: wpf-includes/wpf-phrases.php:384
1767
- msgid "members"
1768
- msgstr ""
1769
-
1770
- #: wpf-includes/wpf-phrases.php:386
1771
- msgid "my profile"
1772
- msgstr ""
1773
-
1774
- #: wpf-includes/wpf-phrases.php:387
1775
- msgid "new password"
1776
- msgstr ""
1777
-
1778
- #: wpf-includes/wpf-phrases.php:388
1779
- msgid "new password again"
1780
- msgstr ""
1781
-
1782
- #: wpf-includes/wpf-phrases.php:389
1783
- msgid "next"
1784
- msgstr ""
1785
-
1786
- #: wpf-includes/wpf-phrases.php:390
1787
- msgid "old password"
1788
- msgstr ""
1789
-
1790
- #: wpf-includes/wpf-phrases.php:391
1791
- msgid "phrase_key"
1792
- msgstr ""
1793
-
1794
- #: wpf-includes/wpf-phrases.php:392
1795
- msgid "phrase_value"
1796
- msgstr ""
1797
-
1798
- #: wpf-includes/wpf-phrases.php:393
1799
- msgid "posted"
1800
- msgstr ""
1801
-
1802
- #: wpf-includes/wpf-phrases.php:394
1803
- msgid "prev"
1804
- msgstr ""
1805
-
1806
- #: wpf-includes/wpf-phrases.php:395
1807
- msgid "register"
1808
- msgstr ""
1809
-
1810
- #: wpf-includes/wpf-phrases.php:396
1811
- msgid "replies"
1812
- msgstr ""
1813
-
1814
- #: wpf-includes/wpf-phrases.php:397
1815
- msgid "subscriptions"
1816
- msgstr ""
1817
-
1818
- #: wpf-includes/wpf-phrases.php:398
1819
- msgid "update"
1820
- msgstr ""
1821
-
1822
- #: wpf-includes/wpf-phrases.php:399
1823
- msgid "view"
1824
- msgstr ""
1825
-
1826
- #: wpf-includes/wpf-phrases.php:400
1827
- msgid "view all posts"
1828
- msgstr ""
1829
-
1830
- #: wpf-includes/wpf-phrases.php:401
1831
- msgid "view all questions"
1832
- msgstr ""
1833
-
1834
- #: wpf-includes/wpf-phrases.php:402
1835
- msgid "view all topics"
1836
- msgstr ""
1837
-
1838
- #: wpf-includes/wpf-phrases.php:404
1839
- msgid "wpForo Navigation"
1840
- msgstr ""
1841
-
1842
- #: wpf-includes/wpf-phrases.php:409
1843
- msgid "{number}B"
1844
- msgstr ""
1845
-
1846
- #: wpf-includes/wpf-phrases.php:410
1847
- msgid "{number}K"
1848
- msgstr ""
1849
-
1850
- #: wpf-includes/wpf-phrases.php:411
1851
- msgid "{number}M"
1852
- msgstr ""
1853
-
1854
- #: wpf-includes/wpf-phrases.php:412
1855
- msgid "{number}T"
1856
- msgstr ""
1857
-
1858
- #: wpf-includes/wpf-phrases.php:417
1859
- msgid "Access add error"
1860
- msgstr ""
1861
-
1862
- #: wpf-includes/wpf-phrases.php:418
1863
- msgid "Access delete error"
1864
- msgstr ""
1865
-
1866
- #: wpf-includes/wpf-phrases.php:419
1867
- msgid "Access edit error"
1868
- msgstr ""
1869
-
1870
- #: wpf-includes/wpf-phrases.php:420
1871
- msgid "Access successfully deleted"
1872
- msgstr ""
1873
-
1874
- #: wpf-includes/wpf-phrases.php:421
1875
- msgid "Add Topic error: No forum selected"
1876
- msgstr ""
1877
-
1878
- #: wpf-includes/wpf-phrases.php:422
1879
- msgid "All Checked topics successfully deleted"
1880
- msgstr ""
1881
-
1882
- #: wpf-includes/wpf-phrases.php:423
1883
- msgid "Can't add forum"
1884
- msgstr ""
1885
-
1886
- #: wpf-includes/wpf-phrases.php:424
1887
- msgid "Can't add new language"
1888
- msgstr ""
1889
-
1890
- #: wpf-includes/wpf-phrases.php:425
1891
- msgid "Can't delete this Usergroup"
1892
- msgstr ""
1893
-
1894
- #: wpf-includes/wpf-phrases.php:426
1895
- msgid "Can't send confirmation email"
1896
- msgstr ""
1897
-
1898
- #: wpf-includes/wpf-phrases.php:427
1899
- msgid "Can't send report email"
1900
- msgstr ""
1901
-
1902
- #: wpf-includes/wpf-phrases.php:428
1903
- msgid "Can't subscribe to this item"
1904
- msgstr ""
1905
-
1906
- #: wpf-includes/wpf-phrases.php:429
1907
- msgid "Can't write a post: This topic is closed"
1908
- msgstr ""
1909
-
1910
- #: wpf-includes/wpf-phrases.php:430
1911
- msgid "Can`t upload file"
1912
- msgstr ""
1913
-
1914
- #: wpf-includes/wpf-phrases.php:431
1915
- msgid "Cannot update forum hierarchy"
1916
- msgstr ""
1917
-
1918
- #: wpf-includes/wpf-phrases.php:432
1919
- msgid "Cannot update post data"
1920
- msgstr ""
1921
-
1922
- #: wpf-includes/wpf-phrases.php:433
1923
- msgid "Could not be unsubscribe from this item"
1924
- msgstr ""
1925
-
1926
- #: wpf-includes/wpf-phrases.php:434
1927
- msgid "Email address exists. Please insert another."
1928
- msgstr ""
1929
-
1930
- #: wpf-includes/wpf-phrases.php:435
1931
- msgid "Error: Forum is not found"
1932
- msgstr ""
1933
-
1934
- #: wpf-includes/wpf-phrases.php:436
1935
- msgid "Error: No topic selected"
1936
- msgstr ""
1937
-
1938
- #: wpf-includes/wpf-phrases.php:437
1939
- msgid "Error: Topic is not found"
1940
- msgstr ""
1941
-
1942
- #: wpf-includes/wpf-phrases.php:438
1943
- msgid "Error: please inset some text to report."
1944
- msgstr ""
1945
-
1946
- #: wpf-includes/wpf-phrases.php:439
1947
- msgid "Features successfully updated"
1948
- msgstr ""
1949
-
1950
- #: wpf-includes/wpf-phrases.php:440
1951
- msgid "Features successfully updated, but previous value not changed"
1952
- msgstr ""
1953
-
1954
- #: wpf-includes/wpf-phrases.php:441
1955
- msgid "File type is not allowed"
1956
- msgstr ""
1957
-
1958
- #: wpf-includes/wpf-phrases.php:442
1959
- msgid "Forum Base URL successfully updated"
1960
- msgstr ""
1961
-
1962
- #: wpf-includes/wpf-phrases.php:443
1963
- msgid "Forum deleting error"
1964
- msgstr ""
1965
-
1966
- #: wpf-includes/wpf-phrases.php:444
1967
- msgid "Forum hierarchy successfully updated"
1968
- msgstr ""
1969
-
1970
- #: wpf-includes/wpf-phrases.php:445
1971
- msgid "Forum is successfully merged"
1972
- msgstr ""
1973
-
1974
- #: wpf-includes/wpf-phrases.php:446
1975
- msgid "Forum merging error"
1976
- msgstr ""
1977
-
1978
- #: wpf-includes/wpf-phrases.php:447
1979
- msgid "Forum options successfully updated"
1980
- msgstr ""
1981
-
1982
- #: wpf-includes/wpf-phrases.php:448
1983
- msgid "Forum options successfully updated, but previous value not changed"
1984
- msgstr ""
1985
-
1986
- #: wpf-includes/wpf-phrases.php:449
1987
- msgid "Forum successfully updated"
1988
- msgstr ""
1989
-
1990
- #: wpf-includes/wpf-phrases.php:450
1991
- msgid "Forum update error"
1992
- msgstr ""
1993
-
1994
- #: wpf-includes/wpf-phrases.php:451
1995
- msgid "General options successfully updated"
1996
- msgstr ""
1997
-
1998
- #: wpf-includes/wpf-phrases.php:452
1999
- msgid "Illegal character in username."
2000
- msgstr ""
2001
-
2002
- #: wpf-includes/wpf-phrases.php:453
2003
- msgid "Insert your Email address."
2004
- msgstr ""
2005
-
2006
- #: wpf-includes/wpf-phrases.php:454
2007
- msgid "Invalid Email address"
2008
- msgstr ""
2009
-
2010
- #: wpf-includes/wpf-phrases.php:455
2011
- msgid "Invalid request!"
2012
- msgstr ""
2013
-
2014
- #: wpf-includes/wpf-phrases.php:456
2015
- msgid "Member options successfully updated"
2016
- msgstr ""
2017
-
2018
- #: wpf-includes/wpf-phrases.php:457
2019
- msgid "Member options successfully updated, but previous value not changed"
2020
- msgstr ""
2021
-
2022
- #: wpf-includes/wpf-phrases.php:458
2023
- msgid "Message has been sent"
2024
- msgstr ""
2025
-
2026
- #: wpf-includes/wpf-phrases.php:459
2027
- msgid ""
2028
- "New language successfully added and changed wpforo language to new language"
2029
- msgstr ""
2030
-
2031
- #: wpf-includes/wpf-phrases.php:460
2032
- msgid "No Posts found for update"
2033
- msgstr ""
2034
-
2035
- #: wpf-includes/wpf-phrases.php:461
2036
- msgid "Password length must be between 6 characters and 20 characters."
2037
- msgstr ""
2038
-
2039
- #: wpf-includes/wpf-phrases.php:462
2040
- msgid "Password mismatch."
2041
- msgstr ""
2042
-
2043
- #: wpf-includes/wpf-phrases.php:463
2044
- msgid "Permission denied"
2045
- msgstr ""
2046
-
2047
- #: wpf-includes/wpf-phrases.php:464
2048
- msgid "Permission denied for add forum"
2049
- msgstr ""
2050
-
2051
- #: wpf-includes/wpf-phrases.php:465
2052
- msgid "Permission denied for delete forum"
2053
- msgstr ""
2054
-
2055
- #: wpf-includes/wpf-phrases.php:466
2056
- msgid "Permission denied for edit forum"
2057
- msgstr ""
2058
-
2059
- #: wpf-includes/wpf-phrases.php:467
2060
- msgid "Permission denied for this action"
2061
- msgstr ""
2062
-
2063
- #: wpf-includes/wpf-phrases.php:468
2064
- msgid "Phrase add error"
2065
- msgstr ""
2066
-
2067
- #: wpf-includes/wpf-phrases.php:469
2068
- msgid "Phrase adding error"
2069
- msgstr ""
2070
-
2071
- #: wpf-includes/wpf-phrases.php:470
2072
- msgid "Phrase successfully added"
2073
- msgstr ""
2074
-
2075
- #: wpf-includes/wpf-phrases.php:471
2076
- msgid "Phrase successfully updates"
2077
- msgstr ""
2078
-
2079
- #: wpf-includes/wpf-phrases.php:472
2080
- msgid "Phrase update error"
2081
- msgstr ""
2082
-
2083
- #: wpf-includes/wpf-phrases.php:473
2084
- msgid "Please insert required fields!"
2085
- msgstr ""
2086
-
2087
- #: wpf-includes/wpf-phrases.php:474
2088
- msgid "Post delete error"
2089
- msgstr ""
2090
-
2091
- #: wpf-includes/wpf-phrases.php:475
2092
- msgid "Post options successfully updated"
2093
- msgstr ""
2094
-
2095
- #: wpf-includes/wpf-phrases.php:476
2096
- msgid "Post options successfully updated, but previous value not changed"
2097
- msgstr ""
2098
-
2099
- #: wpf-includes/wpf-phrases.php:477
2100
- msgid "Registration Error"
2101
- msgstr ""
2102
-
2103
- #: wpf-includes/wpf-phrases.php:478
2104
- msgid "Reply request error"
2105
- msgstr ""
2106
-
2107
- #: wpf-includes/wpf-phrases.php:479
2108
- msgid "Something wrong with profile data."
2109
- msgstr ""
2110
-
2111
- #: wpf-includes/wpf-phrases.php:480
2112
- msgid "Subscribe options successfully updated"
2113
- msgstr ""
2114
-
2115
- #: wpf-includes/wpf-phrases.php:481
2116
- msgid "Subscribe options successfully updated, but previous value not changed"
2117
- msgstr ""
2118
-
2119
- #: wpf-includes/wpf-phrases.php:482
2120
- msgid "Success! Thank you Dear Friend"
2121
- msgstr ""
2122
-
2123
- #: wpf-includes/wpf-phrases.php:483
2124
- msgid ""
2125
- "Success! Thank you. Please check your email and click confirmation link "
2126
- "below to complete this step."
2127
- msgstr ""
2128
-
2129
- #: wpf-includes/wpf-phrases.php:484
2130
- msgid "Successfully updated"
2131
- msgstr ""
2132
-
2133
- #: wpf-includes/wpf-phrases.php:485
2134
- msgid "Successfully voted"
2135
- msgstr ""
2136
-
2137
- #: wpf-includes/wpf-phrases.php:486
2138
- msgid "The uploaded file size is too big"
2139
- msgstr ""
2140
-
2141
- #: wpf-includes/wpf-phrases.php:487
2142
- msgid "Theme options successfully updated"
2143
- msgstr ""
2144
-
2145
- #: wpf-includes/wpf-phrases.php:488
2146
- msgid "Theme options successfully updated, but previous value not changed"
2147
- msgstr ""
2148
-
2149
- #: wpf-includes/wpf-phrases.php:489
2150
- msgid "This email address is already registered. Please insert another."
2151
- msgstr ""
2152
-
2153
- #: wpf-includes/wpf-phrases.php:490
2154
- msgid "This post successfully deleted"
2155
- msgstr ""
2156
-
2157
- #: wpf-includes/wpf-phrases.php:491
2158
- msgid "This post successfully edited"
2159
- msgstr ""
2160
-
2161
- #: wpf-includes/wpf-phrases.php:492
2162
- msgid "This topic successfully deleted"
2163
- msgstr ""
2164
-
2165
- #: wpf-includes/wpf-phrases.php:493
2166
- msgid "Topic Move Error"
2167
- msgstr ""
2168
-
2169
- #: wpf-includes/wpf-phrases.php:494
2170
- msgid "Topic add error"
2171
- msgstr ""
2172
-
2173
- #: wpf-includes/wpf-phrases.php:495
2174
- msgid "Topic delete error"
2175
- msgstr ""
2176
-
2177
- #: wpf-includes/wpf-phrases.php:496
2178
- msgid "Topic edit error"
2179
- msgstr ""
2180
-
2181
- #: wpf-includes/wpf-phrases.php:497
2182
- msgid "Topic not found."
2183
- msgstr ""
2184
-
2185
- #: wpf-includes/wpf-phrases.php:498
2186
- msgid "Topic successfully moved"
2187
- msgstr ""
2188
-
2189
- #: wpf-includes/wpf-phrases.php:499
2190
- msgid "Topic successfully updated"
2191
- msgstr ""
2192
-
2193
- #: wpf-includes/wpf-phrases.php:500
2194
- msgid "Topics delete error"
2195
- msgstr ""
2196
-
2197
- #: wpf-includes/wpf-phrases.php:501
2198
- msgid "User delete error"
2199
- msgstr ""
2200
-
2201
- #: wpf-includes/wpf-phrases.php:502
2202
- msgid "User group add error"
2203
- msgstr ""
2204
-
2205
- #: wpf-includes/wpf-phrases.php:503
2206
- msgid "User group edit error"
2207
- msgstr ""
2208
-
2209
- #: wpf-includes/wpf-phrases.php:504
2210
- msgid "User group successfully added"
2211
- msgstr ""
2212
-
2213
- #: wpf-includes/wpf-phrases.php:505
2214
- msgid "User group successfully edited"
2215
- msgstr ""
2216
-
2217
- #: wpf-includes/wpf-phrases.php:506
2218
- msgid "User successfully deleted from wpforo"
2219
- msgstr ""
2220
-
2221
- #: wpf-includes/wpf-phrases.php:507
2222
- msgid "Username exists. Please insert another."
2223
- msgstr ""
2224
-
2225
- #: wpf-includes/wpf-phrases.php:508
2226
- msgid "Username is missed."
2227
- msgstr ""
2228
-
2229
- #: wpf-includes/wpf-phrases.php:509
2230
- msgid "Username length must be between 3 characters and 15 characters."
2231
- msgstr ""
2232
-
2233
- #: wpf-includes/wpf-phrases.php:510
2234
- msgid "Welcome to our Community!"
2235
- msgstr ""
2236
-
2237
- #: wpf-includes/wpf-phrases.php:511
2238
- msgid "Wrong post data"
2239
- msgstr ""
2240
-
2241
- #: wpf-includes/wpf-phrases.php:512
2242
- msgid "You are already voted this post"
2243
- msgstr ""
2244
-
2245
- #: wpf-includes/wpf-phrases.php:513
2246
- msgid "You have been successfully subscribed"
2247
- msgstr ""
2248
-
2249
- #: wpf-includes/wpf-phrases.php:514
2250
- msgid "You have been successfully unsubscribed"
2251
- msgstr ""
2252
-
2253
- #: wpf-includes/wpf-phrases.php:515
2254
- msgid "You have no permission to edit this topic"
2255
- msgstr ""
2256
-
2257
- #: wpf-includes/wpf-phrases.php:516
2258
- msgid "You haven't permission to create post into this forum"
2259
- msgstr ""
2260
-
2261
- #: wpf-includes/wpf-phrases.php:517
2262
- msgid "You haven't permission to create topic into this forum"
2263
- msgstr ""
2264
-
2265
- #: wpf-includes/wpf-phrases.php:518
2266
- msgid "You haven't permission to delete post from this forum"
2267
- msgstr ""
2268
-
2269
- #: wpf-includes/wpf-phrases.php:519
2270
- msgid "You haven't permission to delete topic from this forum"
2271
- msgstr ""
2272
-
2273
- #: wpf-includes/wpf-phrases.php:520
2274
- msgid "You haven't permission to edit post from this forum"
2275
- msgstr ""
2276
-
2277
- #: wpf-includes/wpf-phrases.php:521
2278
- msgid "You successfully replied"
2279
- msgstr ""
2280
-
2281
- #: wpf-includes/wpf-phrases.php:522
2282
- msgid "Your forum successfully added"
2283
- msgstr ""
2284
-
2285
- #: wpf-includes/wpf-phrases.php:523
2286
- msgid "Your forum successfully deleted"
2287
- msgstr ""
2288
-
2289
- #: wpf-includes/wpf-phrases.php:524
2290
- msgid "Your profile data have been successfully updated."
2291
- msgstr ""
2292
-
2293
- #: wpf-includes/wpf-phrases.php:525
2294
- msgid "Your subscription for this item could not be confirmed"
2295
- msgstr ""
2296
-
2297
- #: wpf-includes/wpf-phrases.php:526
2298
- msgid "Your topic successfully added"
2299
- msgstr ""
2300
-
2301
- #. Plugin Name of the plugin/theme
2302
- msgid "Forum - wpForo"
2303
- msgstr ""
2304
-
2305
- #. Plugin URI of the plugin/theme
2306
- msgid "http://wpforo.com"
2307
- msgstr ""
2308
-
2309
- #. Description of the plugin/theme
2310
- msgid ""
2311
- "Next Generation of WordPress Forum Softwares. Everything you need to run an "
2312
- "efficient and professional community. Powerful and beautiful bulletin board "
2313
- "with unique features."
2314
- msgstr ""
2315
-
2316
- #. Author of the plugin/theme
2317
- msgid "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
2318
- msgstr ""
2319
-
2320
- #. Author URI of the plugin/theme
2321
- msgid "http://gvectors.com/"
2322
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
wpf-languages/wpforo-pl_PL.mo DELETED
Binary file
wpf-languages/wpforo-pl_PL.po DELETED
@@ -1,2323 +0,0 @@
1
- # Copyright (C) 2016 gVectors Team
2
- # This file is distributed under the same license as the wpForo package.
3
- msgid ""
4
- msgstr ""
5
- "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
6
- "|| n%100>=20) ? 1 : 2);\n"
7
- "Project-Id-Version: Forum - wpForo\n"
8
- "POT-Creation-Date: 2016-06-30 16:39+0400\n"
9
- "PO-Revision-Date: 2016-06-30 16:39+0400\n"
10
- "Language-Team: \n"
11
- "MIME-Version: 1.0\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
- "Content-Transfer-Encoding: 8bit\n"
14
- "X-Generator: Poedit 1.8.6\n"
15
- "X-Poedit-Basepath: ..\n"
16
- "X-Poedit-WPHeader: wpforo.php\n"
17
- "X-Poedit-SourceCharset: UTF-8\n"
18
- "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
19
- "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
20
- "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
21
- "Last-Translator: \n"
22
- "Language: pl_PL\n"
23
- "X-Poedit-SearchPath-0: .\n"
24
- "X-Poedit-SearchPathExcluded-0: *.js\n"
25
-
26
- #: wpf-admin/dashboard.php:7 wpf-includes/wpf-phrases.php:403
27
- msgid "wpForo Dashboard"
28
- msgstr ""
29
-
30
- #: wpf-admin/dashboard.php:23 wpf-includes/wpf-phrases.php:356
31
- msgid "Welcome Message"
32
- msgstr ""
33
-
34
- #: wpf-admin/dashboard.php:29
35
- msgid ""
36
- "Thank you for trying wpForo! This forum development was started on 2013 and "
37
- "we were using it for our support community. Now it's ready for WordPress "
38
- "community as well. \n"
39
- " It's on the Beta stage and we're working "
40
- "hard to reach the Gold 1.0.0 version as soon as possible. \n"
41
- " wpForo is a professional bulletin board "
42
- "for WorPress, and the only forum software which comes with Multi-layout "
43
- "template system.\n"
44
- " The \"Extended\", \"Simplified\" and "
45
- "\"Question &amp Answer\" layouts fit almost all type of discussions needs. "
46
- "You can use wpForo for small and extremely large communities. \n"
47
- " <br />If you found some issue or bug "
48
- "please open a support topic in plugin page or in our support forum at "
49
- "gVectors.com. If you liked wpForo please leave some good review for this "
50
- "plugin. We really need your good reviews. \n"
51
- " If you didn't like wpForo please leave a "
52
- "list of issues and requirements you'd like us to fix and add in near future. "
53
- "We're here to help you and improve wpForo as much as possible."
54
- msgstr ""
55
-
56
- #: wpf-admin/dashboard.php:60 wpf-includes/wpf-phrases.php:128
57
- msgid "General Information"
58
- msgstr ""
59
-
60
- #: wpf-admin/dashboard.php:64 wpf-includes/wpf-phrases.php:363
61
- msgid "You are currently running"
62
- msgstr ""
63
-
64
- #: wpf-admin/dashboard.php:65 wpf-includes/wpf-phrases.php:18
65
- msgid "Active Theme"
66
- msgstr ""
67
-
68
- #: wpf-admin/dashboard.php:66 wpf-includes/wpf-phrases.php:408
69
- msgid "wpForo Website"
70
- msgstr ""
71
-
72
- #: wpf-admin/dashboard.php:67 wpf-includes/wpf-phrases.php:316
73
- msgid "Support Forum"
74
- msgstr ""
75
-
76
- #: wpf-admin/dashboard.php:78 wpf-includes/wpf-phrases.php:286
77
- msgid "Server Information"
78
- msgstr ""
79
-
80
- #: wpf-admin/dashboard.php:108 wpf-includes/wpf-phrases.php:46
81
- msgid "Available"
82
- msgstr ""
83
-
84
- #: wpf-admin/dashboard.php:108 wpf-includes/wpf-phrases.php:205
85
- msgid "Not available"
86
- msgstr ""
87
-
88
- #: wpf-admin/dashboard.php:126 wpf-includes/wpf-phrases.php:49
89
- msgid "Board Statistic"
90
- msgstr ""
91
-
92
- #: wpf-admin/dashboard.php:132 wpf-admin/options.php:14
93
- #: wpf-includes/wpf-phrases.php:121
94
- msgid "Forums"
95
- msgstr ""
96
-
97
- #: wpf-admin/dashboard.php:136 wpf-includes/class-forums.php:537
98
- #: wpf-includes/wpf-phrases.php:334
99
- msgid "Topics"
100
- msgstr ""
101
-
102
- #: wpf-admin/dashboard.php:140 wpf-includes/class-forums.php:537
103
- #: wpf-includes/wpf-phrases.php:229
104
- msgid "Posts"
105
- msgstr ""
106
-
107
- #: wpf-admin/dashboard.php:144 wpf-admin/member.php:10 wpf-admin/options.php:17
108
- #: wpf-includes/wpf-phrases.php:175
109
- msgid "Members"
110
- msgstr ""
111
-
112
- #: wpf-admin/dashboard.php:148 wpf-includes/wpf-phrases.php:176
113
- msgid "Members Online"
114
- msgstr ""
115
-
116
- #: wpf-admin/dashboard.php:155 wpf-includes/wpf-phrases.php:44
117
- msgid "Attachments"
118
- msgstr ""
119
-
120
- #: wpf-admin/dashboard.php:159 wpf-includes/wpf-phrases.php:45
121
- msgid "Attachments Size"
122
- msgstr ""
123
-
124
- #: wpf-admin/forum.php:13 wpf-includes/functions.php:548
125
- #: wpf-includes/wpf-phrases.php:298
126
- msgid "Show on screen"
127
- msgstr ""
128
-
129
- #: wpf-admin/forum.php:15 wpf-admin/forum.php:114
130
- #: wpf-includes/wpf-phrases.php:111
131
- msgid "Forum Options"
132
- msgstr ""
133
-
134
- #: wpf-admin/forum.php:16 wpf-includes/wpf-phrases.php:220
135
- msgid "Permissions"
136
- msgstr ""
137
-
138
- #: wpf-admin/forum.php:17 wpf-includes/wpf-phrases.php:303
139
- msgid "Slug"
140
- msgstr ""
141
-
142
- #: wpf-admin/forum.php:18 wpf-includes/wpf-phrases.php:110
143
- msgid "Forum Meta"
144
- msgstr ""
145
-
146
- #: wpf-admin/forum.php:21 wpf-includes/wpf-phrases.php:270
147
- msgid "Screen Layout"
148
- msgstr ""
149
-
150
- #: wpf-admin/forum.php:22 wpf-includes/wpf-phrases.php:206
151
- msgid "Number of Columns"
152
- msgstr ""
153
-
154
- #: wpf-admin/forum.php:32 wpf-includes/functions.php:562
155
- #: wpf-includes/wpf-phrases.php:271
156
- msgid "Screen Options"
157
- msgstr ""
158
-
159
- #: wpf-admin/forum.php:43 wpf-includes/wpf-phrases.php:51
160
- msgid "Categories and Forums"
161
- msgstr ""
162
-
163
- #: wpf-admin/forum.php:44 wpf-admin/options-tabs/general.php:42
164
- #: wpf-admin/themes.php:10 wpf-admin/usergroup.php:8
165
- #: wpf-includes/wpf-phrases.php:20
166
- msgid "Add New"
167
- msgstr ""
168
-
169
- #: wpf-admin/forum.php:55 wpf-includes/wpf-phrases.php:222
170
- msgid "Please drag and drop forum panels to set parent-child hierarchy."
171
- msgstr ""
172
-
173
- #: wpf-admin/forum.php:69 wpf-includes/wpf-phrases.php:269
174
- msgid "Save forums order and hierarchy"
175
- msgstr ""
176
-
177
- #: wpf-admin/forum.php:96 wpf-includes/wpf-phrases.php:85
178
- msgid "Enter forum title here"
179
- msgstr ""
180
-
181
- #: wpf-admin/forum.php:101 wpf-includes/wpf-phrases.php:84
182
- msgid "Enter description here . . ."
183
- msgstr ""
184
-
185
- #: wpf-admin/forum.php:102 wpf-includes/wpf-phrases.php:326
186
- msgid ""
187
- "This is a forum description. This content will be displayed under forum "
188
- "title on the forum list."
189
- msgstr ""
190
-
191
- #: wpf-admin/forum.php:117 wpf-includes/wpf-phrases.php:218
192
- msgid "Parent Forum"
193
- msgstr ""
194
-
195
- #: wpf-admin/forum.php:120 wpf-includes/wpf-phrases.php:201
196
- msgid "No parent"
197
- msgstr ""
198
-
199
- #: wpf-admin/forum.php:125 wpf-includes/wpf-phrases.php:342
200
- msgid "Use as Category"
201
- msgstr ""
202
-
203
- #: wpf-admin/forum.php:127 wpf-includes/wpf-phrases.php:52
204
- msgid "Category Layout"
205
- msgstr ""
206
-
207
- #: wpf-admin/forum.php:137 wpf-includes/wpf-phrases.php:199
208
- msgid "No layout found."
209
- msgstr ""
210
-
211
- #: wpf-admin/forum.php:146 wpf-admin/forum.php:153
212
- #: wpf-includes/wpf-phrases.php:231
213
- msgid "Publish"
214
- msgstr ""
215
-
216
- #: wpf-admin/forum.php:150 wpf-includes/wpf-phrases.php:37
217
- msgid "Are you sure you want to delete this forum?"
218
- msgstr ""
219
-
220
- #: wpf-admin/forum.php:150 wpf-admin/themes.php:73 wpf-admin/usergroup.php:37
221
- #: wpf-admin/usergroup.php:133 wpf-includes/functions.php:256
222
- #: wpf-includes/functions.php:469 wpf-includes/wpf-hooks.php:807
223
- #: wpf-includes/wpf-phrases.php:65
224
- msgid "Delete"
225
- msgstr ""
226
-
227
- #: wpf-admin/forum.php:151 wpf-admin/usergroup.php:39
228
- #: wpf-includes/class-forums.php:543 wpf-includes/wpf-phrases.php:350
229
- msgid "View"
230
- msgstr ""
231
-
232
- #: wpf-admin/forum.php:221 wpf-includes/wpf-phrases.php:116
233
- msgid "Forum Slug"
234
- msgstr ""
235
-
236
- #: wpf-admin/forum.php:224 wpf-includes/wpf-phrases.php:319
237
- msgid ""
238
- "The \"slug\" is the URL-friendly version of the name. It is usually all "
239
- "lowercase and contains only letters, numbers, and hyphens."
240
- msgstr ""
241
-
242
- #: wpf-admin/forum.php:230 wpf-includes/wpf-phrases.php:114
243
- msgid "Forum SEO"
244
- msgstr ""
245
-
246
- #: wpf-admin/forum.php:233 wpf-includes/wpf-phrases.php:180
247
- msgid "Meta Description"
248
- msgstr ""
249
-
250
- #: wpf-admin/forum.php:262 wpf-includes/wpf-phrases.php:325
251
- msgid "This action will also delete all sub-forums, topics and replies."
252
- msgstr ""
253
-
254
- #: wpf-admin/forum.php:270 wpf-includes/wpf-phrases.php:135
255
- msgid ""
256
- "If you want to delete this forum and keep its sub-forums, topics and "
257
- "replies, please select a new target forum in dropdown below"
258
- msgstr ""
259
-
260
- #: wpf-admin/forum.php:279 wpf-includes/wpf-phrases.php:26
261
- msgid ""
262
- "All sub-forums, topics and replies will be attached to selected forum. "
263
- "Layout will be inherited from this forum."
264
- msgstr ""
265
-
266
- #: wpf-admin/options-tabs/accesses.php:9 wpf-includes/wpf-phrases.php:21
267
- msgid "Add New Forum Access"
268
- msgstr ""
269
-
270
- #: wpf-admin/options-tabs/accesses.php:13 wpf-includes/wpf-phrases.php:15
271
- msgid "Access names"
272
- msgstr ""
273
-
274
- #: wpf-admin/options-tabs/accesses.php:27 wpf-includes/class-forums.php:539
275
- #: wpf-includes/wpf-phrases.php:376
276
- msgid "edit"
277
- msgstr ""
278
-
279
- #: wpf-admin/options-tabs/accesses.php:28 wpf-includes/wpf-phrases.php:39
280
- msgid ""
281
- "Are you sure you want to remove this access set? Usergroups which attached "
282
- "to this access will lost all forum permissions."
283
- msgstr ""
284
-
285
- #: wpf-admin/options-tabs/accesses.php:28 wpf-includes/class-forums.php:541
286
- #: wpf-includes/wpf-phrases.php:375
287
- msgid "delete"
288
- msgstr ""
289
-
290
- #: wpf-admin/options-tabs/accesses.php:42 wpf-includes/wpf-phrases.php:14
291
- msgid "Access name"
292
- msgstr ""
293
-
294
- #: wpf-admin/options-tabs/accesses.php:62 wpf-includes/wpf-phrases.php:267
295
- msgid "Save"
296
- msgstr ""
297
-
298
- #: wpf-admin/options-tabs/accesses.php:62 wpf-includes/wpf-phrases.php:339
299
- msgid "Update"
300
- msgstr ""
301
-
302
- #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:291
303
- msgid "Show Admin Bar for Members"
304
- msgstr ""
305
-
306
- #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:328
307
- msgid "This option doesn't affect website admins."
308
- msgstr ""
309
-
310
- #: wpf-admin/options-tabs/features.php:10 wpf-includes/wpf-phrases.php:293
311
- msgid "Show Forum Page Title"
312
- msgstr ""
313
-
314
- #: wpf-admin/options-tabs/features.php:11 wpf-includes/wpf-phrases.php:296
315
- msgid "Show Top/Menu Bar"
316
- msgstr ""
317
-
318
- #: wpf-admin/options-tabs/features.php:12 wpf-includes/wpf-phrases.php:295
319
- msgid "Show Top Search"
320
- msgstr ""
321
-
322
- #: wpf-admin/options-tabs/features.php:13 wpf-includes/wpf-phrases.php:292
323
- msgid "Show Breadcrumb"
324
- msgstr ""
325
-
326
- #: wpf-admin/options-tabs/features.php:14 wpf-includes/wpf-phrases.php:294
327
- msgid "Show Forum Statistic"
328
- msgstr ""
329
-
330
- #: wpf-admin/options-tabs/features.php:15 wpf-includes/wpf-phrases.php:254
331
- msgid "Replace Author Link to Forum Profile"
332
- msgstr ""
333
-
334
- #: wpf-admin/options-tabs/features.php:16 wpf-includes/wpf-phrases.php:255
335
- msgid "Replace Comment Author Link to Forum Profile"
336
- msgstr ""
337
-
338
- #: wpf-admin/options-tabs/features.php:17 wpf-includes/wpf-phrases.php:257
339
- msgid "Replace Registration Page URL to Forum URL"
340
- msgstr ""
341
-
342
- #: wpf-admin/options-tabs/features.php:18 wpf-includes/wpf-phrases.php:256
343
- msgid "Replace Login Page URL to Forum URL"
344
- msgstr ""
345
-
346
- #: wpf-admin/options-tabs/features.php:19 wpf-includes/wpf-phrases.php:253
347
- msgid "Replace Author Avatar with Forum Profile Avatar"
348
- msgstr ""
349
-
350
- #: wpf-admin/options-tabs/features.php:20 wpf-includes/wpf-phrases.php:76
351
- msgid "Enable Avatars"
352
- msgstr ""
353
-
354
- #: wpf-admin/options-tabs/features.php:21 wpf-includes/wpf-phrases.php:77
355
- msgid "Enable Custom Avatars"
356
- msgstr ""
357
-
358
- #: wpf-admin/options-tabs/features.php:22 wpf-includes/wpf-phrases.php:31
359
- msgid "Allow Member Signature"
360
- msgstr ""
361
-
362
- #: wpf-admin/options-tabs/features.php:23 wpf-includes/wpf-phrases.php:79
363
- msgid "Enable Member Rating"
364
- msgstr ""
365
-
366
- #: wpf-admin/options-tabs/features.php:24 wpf-includes/wpf-phrases.php:80
367
- msgid "Enable Member Rating Titles"
368
- msgstr ""
369
-
370
- #: wpf-admin/options-tabs/features.php:25 wpf-includes/wpf-phrases.php:78
371
- msgid "Enable Member Cashe"
372
- msgstr ""
373
-
374
- #: wpf-admin/options-tabs/features.php:26 wpf-includes/wpf-phrases.php:83
375
- msgid "Enable wpForo SEO for Meta Titles"
376
- msgstr ""
377
-
378
- #: wpf-admin/options-tabs/features.php:27 wpf-includes/wpf-phrases.php:82
379
- msgid "Enable wpForo SEO for Meta Tags"
380
- msgstr ""
381
-
382
- #: wpf-admin/options-tabs/features.php:28 wpf-includes/wpf-phrases.php:81
383
- msgid "Enable wpForo Font-Awesome Lib"
384
- msgstr ""
385
-
386
- #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:132
387
- msgid "Help wpForo to grow, show plugin info"
388
- msgstr ""
389
-
390
- #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:223
391
- msgid ""
392
- "Please enable this option to help wpForo get more popularity as your thank "
393
- "to the hard work we do for you totally free. This option adds a very small "
394
- "icon in forum footer, which will allow your site visitors recognize the name "
395
- "of forum solution you use."
396
- msgstr ""
397
-
398
- #: wpf-admin/options-tabs/features.php:46 wpf-includes/wpf-phrases.php:361
399
- msgid "Yes"
400
- msgstr ""
401
-
402
- #: wpf-admin/options-tabs/features.php:47 wpf-includes/wpf-phrases.php:193
403
- msgid "No"
404
- msgstr ""
405
-
406
- #: wpf-admin/options-tabs/features.php:57 wpf-admin/options-tabs/forums.php:16
407
- #: wpf-admin/options-tabs/general.php:49 wpf-admin/options-tabs/members.php:86
408
- #: wpf-admin/options-tabs/posts.php:57 wpf-admin/options-tabs/styles.php:46
409
- #: wpf-admin/options-tabs/subscriptions.php:75 wpf-includes/wpf-phrases.php:340
410
- msgid "Update Options"
411
- msgstr ""
412
-
413
- #: wpf-admin/options-tabs/general.php:14 wpf-includes/wpf-phrases.php:119
414
- msgid "Forum Title"
415
- msgstr ""
416
-
417
- #: wpf-admin/options-tabs/general.php:18 wpf-includes/wpf-phrases.php:106
418
- msgid "Forum Description"
419
- msgstr ""
420
-
421
- #: wpf-admin/options-tabs/general.php:22 wpf-includes/wpf-phrases.php:105
422
- msgid "Forum Base URL"
423
- msgstr ""
424
-
425
- #: wpf-admin/options-tabs/general.php:27 wpf-includes/wpf-phrases.php:63
426
- msgid "Dashboard Menu Position"
427
- msgstr ""
428
-
429
- #: wpf-admin/options-tabs/general.php:28 wpf-includes/wpf-phrases.php:320
430
- msgid "The position in the menu order wpForo should appear."
431
- msgstr ""
432
-
433
- #: wpf-admin/options-tabs/general.php:29 wpf-includes/wpf-phrases.php:344
434
- msgid ""
435
- "Use greater than 5 - below Posts, 10 - below Media, 15 - below Links, 20 - "
436
- "below Pages, 25 - below comments, 60 - below first separator, 65 - below "
437
- "Plugins, 70 - below Users, 75 - below Tools, 80 - below Settings, 100 - "
438
- "below second separator"
439
- msgstr ""
440
-
441
- #: wpf-admin/options-tabs/general.php:37 wpf-includes/wpf-phrases.php:108
442
- msgid "Forum Language"
443
- msgstr ""
444
-
445
- #: wpf-admin/options-tabs/general.php:61 wpf-includes/wpf-phrases.php:142
446
- msgid "Language XML file"
447
- msgstr ""
448
-
449
- #: wpf-admin/options-tabs/general.php:70 wpf-includes/wpf-phrases.php:22
450
- msgid "Add New Language"
451
- msgstr ""
452
-
453
- #: wpf-admin/options-tabs/members.php:13 wpf-includes/wpf-phrases.php:214
454
- msgid "Online status timeout"
455
- msgstr ""
456
-
457
- #: wpf-admin/options-tabs/members.php:16 wpf-admin/options-tabs/posts.php:19
458
- #: wpf-admin/options-tabs/posts.php:23 wpf-admin/options-tabs/posts.php:31
459
- #: wpf-admin/options-tabs/posts.php:35 wpf-includes/wpf-phrases.php:385
460
- msgid "minutes"
461
- msgstr ""
462
-
463
- #: wpf-admin/options-tabs/members.php:20 wpf-includes/wpf-phrases.php:177
464
- msgid "Members URL structure"
465
- msgstr ""
466
-
467
- #: wpf-admin/options-tabs/members.php:30 wpf-includes/wpf-phrases.php:61
468
- msgid "Custom Authorisation URLs"
469
- msgstr ""
470
-
471
- #: wpf-admin/options-tabs/members.php:41 wpf-includes/wpf-phrases.php:160
472
- msgid "Login URL"
473
- msgstr ""
474
-
475
- #: wpf-admin/options-tabs/members.php:42 wpf-includes/wpf-phrases.php:249
476
- msgid "Register URL"
477
- msgstr ""
478
-
479
- #: wpf-admin/options-tabs/members.php:43 wpf-includes/wpf-phrases.php:162
480
- msgid "Lost Password URL"
481
- msgstr ""
482
-
483
- #: wpf-admin/options-tabs/members.php:49 wpf-includes/wpf-phrases.php:172
484
- msgid "Member Reputation"
485
- msgstr ""
486
-
487
- #: wpf-admin/options-tabs/members.php:57 wpf-includes/wpf-phrases.php:244
488
- msgid "Rating Level"
489
- msgstr ""
490
-
491
- #: wpf-admin/options-tabs/members.php:58 wpf-includes/wpf-phrases.php:181
492
- msgid "Min Number of Posts"
493
- msgstr ""
494
-
495
- #: wpf-admin/options-tabs/members.php:59 wpf-includes/wpf-phrases.php:173
496
- msgid "Member Title"
497
- msgstr ""
498
-
499
- #: wpf-admin/options-tabs/members.php:60 wpf-includes/wpf-phrases.php:290
500
- msgid "Short Badge"
501
- msgstr ""
502
-
503
- #: wpf-admin/options-tabs/members.php:61 wpf-includes/wpf-phrases.php:126
504
- msgid "Full Badge"
505
- msgstr ""
506
-
507
- #: wpf-admin/options-tabs/members.php:62 wpf-includes/wpf-phrases.php:242
508
- msgid "Rating Color"
509
- msgstr ""
510
-
511
- #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:243
512
- msgid "Rating Icon"
513
- msgstr ""
514
-
515
- #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:183
516
- msgid "More"
517
- msgstr ""
518
-
519
- #: wpf-admin/options-tabs/members.php:68 wpf-includes/wpf-phrases.php:156
520
- msgid "Level"
521
- msgstr ""
522
-
523
- #: wpf-admin/options-tabs/members.php:69 wpf-includes/wpf-phrases.php:208
524
- msgid "Number of Posts"
525
- msgstr ""
526
-
527
- #: wpf-admin/options-tabs/members.php:70 wpf-includes/wpf-phrases.php:62
528
- msgid "Custom Title"
529
- msgstr ""
530
-
531
- #: wpf-admin/options-tabs/members.php:73 wpf-includes/wpf-phrases.php:56
532
- msgid "Color"
533
- msgstr ""
534
-
535
- #: wpf-admin/options-tabs/members.php:74 wpf-includes/wpf-phrases.php:48
536
- msgid "Badge Icon"
537
- msgstr ""
538
-
539
- #: wpf-admin/options-tabs/plugins.php:9
540
- msgid ""
541
- "Thank you for using wpForo. wpForo is a premium forum plugin which will "
542
- "always be available for free. There will never be paid and pro versions of "
543
- "this forum board. However this is a very large and hard project so we also "
544
- "develop paid addons (extensions), which will financially help us to keep "
545
- "improving and adding new features to the free wpForo plugin. Forum addons "
546
- "will also be actively developed. The first addons \"Advanced Media Uploader"
547
- "\", \"Polls\", \"Private Messages\" and \"Ad Manager\" will be available "
548
- "very soon. Once you got some addon and activated that, you will find "
549
- "settings in vertical subTabs here."
550
- msgstr ""
551
-
552
- #: wpf-admin/options-tabs/posts.php:14 wpf-includes/wpf-phrases.php:210
553
- msgid "Number of Topics per Page"
554
- msgstr ""
555
-
556
- #: wpf-admin/options-tabs/posts.php:18 wpf-includes/wpf-phrases.php:30
557
- msgid "Allow Edit Own Topic for"
558
- msgstr ""
559
-
560
- #: wpf-admin/options-tabs/posts.php:22 wpf-includes/wpf-phrases.php:27
561
- msgid "Allow Delete Own Topic for"
562
- msgstr ""
563
-
564
- #: wpf-admin/options-tabs/posts.php:26 wpf-includes/wpf-phrases.php:209
565
- msgid "Number of Posts per Page"
566
- msgstr ""
567
-
568
- #: wpf-admin/options-tabs/posts.php:30 wpf-includes/wpf-phrases.php:29
569
- msgid "Allow Edit Own Post for"
570
- msgstr ""
571
-
572
- #: wpf-admin/options-tabs/posts.php:34 wpf-includes/wpf-phrases.php:28
573
- msgid "Allow Delete Own post for"
574
- msgstr ""
575
-
576
- #: wpf-admin/options-tabs/posts.php:40 wpf-includes/wpf-phrases.php:167
577
- msgid "Maximum upload file size"
578
- msgstr ""
579
-
580
- #: wpf-admin/options-tabs/posts.php:41 wpf-includes/wpf-phrases.php:365
581
- msgid ""
582
- "You can not set this value more than \"upload_max_filesize\" and "
583
- "\"post_max_size\". If you want to increase server parameters please contact "
584
- "to your hosting service support."
585
- msgstr ""
586
-
587
- #: wpf-admin/options-tabs/posts.php:44 wpf-includes/wpf-phrases.php:164
588
- msgid "MB"
589
- msgstr ""
590
-
591
- #: wpf-admin/options-tabs/posts.php:47 wpf-includes/wpf-phrases.php:285
592
- msgid "Server \"upload_max_filesize\" is "
593
- msgstr ""
594
-
595
- #: wpf-admin/options-tabs/posts.php:48 wpf-includes/wpf-phrases.php:284
596
- msgid "Server \"post_max_size\" is "
597
- msgstr ""
598
-
599
- #: wpf-admin/options-tabs/subscriptions.php:13 wpf-includes/wpf-phrases.php:124
600
- msgid "From Name"
601
- msgstr ""
602
-
603
- #: wpf-admin/options-tabs/subscriptions.php:17 wpf-includes/wpf-phrases.php:123
604
- msgid "From Email Address"
605
- msgstr ""
606
-
607
- #: wpf-admin/options-tabs/subscriptions.php:22 wpf-includes/wpf-phrases.php:104
608
- msgid "Forum Admin Email Addresses"
609
- msgstr ""
610
-
611
- #: wpf-admin/options-tabs/subscriptions.php:23 wpf-includes/wpf-phrases.php:57
612
- msgid ""
613
- "Comma separated email addresses of forum administrators to get forum "
614
- "notifications. For example post report messages."
615
- msgstr ""
616
-
617
- #: wpf-admin/options-tabs/subscriptions.php:29 wpf-includes/wpf-phrases.php:314
618
- msgid "Subscription Emails"
619
- msgstr ""
620
-
621
- #: wpf-admin/options-tabs/subscriptions.php:33 wpf-includes/wpf-phrases.php:311
622
- msgid "Subscribe confirmation email subject"
623
- msgstr ""
624
-
625
- #: wpf-admin/options-tabs/subscriptions.php:37 wpf-includes/wpf-phrases.php:310
626
- msgid "Subscribe confirmation email message"
627
- msgstr ""
628
-
629
- #: wpf-admin/options-tabs/subscriptions.php:41 wpf-includes/wpf-phrases.php:192
630
- msgid "New topic notification email subject"
631
- msgstr ""
632
-
633
- #: wpf-admin/options-tabs/subscriptions.php:45 wpf-includes/wpf-phrases.php:191
634
- msgid "New topic notification email message"
635
- msgstr ""
636
-
637
- #: wpf-admin/options-tabs/subscriptions.php:49 wpf-includes/wpf-phrases.php:190
638
- msgid "New reply notification email subject"
639
- msgstr ""
640
-
641
- #: wpf-admin/options-tabs/subscriptions.php:53 wpf-includes/wpf-phrases.php:189
642
- msgid "New reply notification email message"
643
- msgstr ""
644
-
645
- #: wpf-admin/options-tabs/subscriptions.php:58 wpf-includes/wpf-phrases.php:224
646
- msgid "Post Reporting Emails"
647
- msgstr ""
648
-
649
- #: wpf-admin/options-tabs/subscriptions.php:59 wpf-includes/wpf-phrases.php:327
650
- msgid "This message comes from post reporting pop-up form."
651
- msgstr ""
652
-
653
- #: wpf-admin/options-tabs/subscriptions.php:64 wpf-includes/wpf-phrases.php:263
654
- msgid "Report message subject"
655
- msgstr ""
656
-
657
- #: wpf-admin/options-tabs/subscriptions.php:69 wpf-includes/wpf-phrases.php:262
658
- msgid "Report message body"
659
- msgstr ""
660
-
661
- #: wpf-admin/options.php:8 wpf-includes/wpf-phrases.php:115
662
- msgid "Forum Settings"
663
- msgstr ""
664
-
665
- #: wpf-admin/options.php:13 wpf-includes/wpf-phrases.php:127
666
- msgid "General"
667
- msgstr ""
668
-
669
- #: wpf-admin/options.php:15 wpf-includes/wpf-phrases.php:103
670
- msgid "Forum Accesses"
671
- msgstr ""
672
-
673
- #: wpf-admin/options.php:16 wpf-includes/wpf-phrases.php:335
674
- msgid "Topics &amp; Posts"
675
- msgstr ""
676
-
677
- #: wpf-admin/options.php:18 wpf-includes/wpf-phrases.php:75
678
- msgid "Emails"
679
- msgstr ""
680
-
681
- #: wpf-admin/options.php:19 wpf-includes/wpf-phrases.php:94
682
- msgid "Features"
683
- msgstr ""
684
-
685
- #: wpf-admin/options.php:21 wpf-includes/wpf-phrases.php:308
686
- msgid "Styles"
687
- msgstr ""
688
-
689
- #: wpf-admin/options.php:22 wpf-includes/wpf-phrases.php:25
690
- msgid "Addons"
691
- msgstr ""
692
-
693
- #: wpf-admin/phrase.php:10 wpf-includes/wpf-phrases.php:125
694
- msgid "Front-end Phrases"
695
- msgstr ""
696
-
697
- #: wpf-admin/themes.php:9 wpf-includes/wpf-phrases.php:118
698
- msgid "Forum Themes"
699
- msgstr ""
700
-
701
- #: wpf-admin/themes.php:46 wpf-includes/wpf-phrases.php:60
702
- msgid "Current active theme"
703
- msgstr ""
704
-
705
- #: wpf-admin/themes.php:48 wpf-includes/wpf-phrases.php:136
706
- msgid "Inactive"
707
- msgstr ""
708
-
709
- #: wpf-admin/themes.php:52 wpf-includes/wpf-phrases.php:141
710
- msgid "LAYOUTS"
711
- msgstr ""
712
-
713
- #: wpf-admin/themes.php:68 wpf-includes/wpf-phrases.php:17
714
- msgid "Activate"
715
- msgstr ""
716
-
717
- #: wpf-admin/themes.php:69 wpf-includes/wpf-phrases.php:122
718
- msgid "Fresh Installation"
719
- msgstr ""
720
-
721
- #: wpf-admin/themes.php:71 wpf-includes/wpf-phrases.php:138
722
- msgid "Install"
723
- msgstr ""
724
-
725
- #: wpf-admin/themes.php:73 wpf-includes/wpf-phrases.php:38
726
- msgid "Are you sure you want to delete this theme files?"
727
- msgstr ""
728
-
729
- #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:40
730
- msgid ""
731
- "Are you sure you want to reset all settings and style colors to default?"
732
- msgstr ""
733
-
734
- #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:265
735
- msgid "Reset Settings"
736
- msgstr ""
737
-
738
- #: wpf-admin/themes.php:96 wpf-includes/wpf-phrases.php:198
739
- msgid "No layout found"
740
- msgstr ""
741
-
742
- #: wpf-admin/themes.php:107 wpf-includes/wpf-phrases.php:203
743
- msgid "No theme found"
744
- msgstr ""
745
-
746
- #: wpf-admin/usergroup.php:8
747
- msgid "Usergroups"
748
- msgstr ""
749
-
750
- #: wpf-admin/usergroup.php:18 wpf-admin/usergroup.php:30
751
- #: wpf-admin/usergroup.php:62
752
- msgid "Usergroup Name"
753
- msgstr ""
754
-
755
- #: wpf-admin/usergroup.php:19
756
- msgid "Users Count"
757
- msgstr ""
758
-
759
- #: wpf-admin/usergroup.php:36
760
- msgid "Edit this usergroup"
761
- msgstr ""
762
-
763
- #: wpf-admin/usergroup.php:36 wpf-includes/functions.php:254
764
- #: wpf-includes/functions.php:467 wpf-includes/wpf-phrases.php:72
765
- msgid "Edit"
766
- msgstr ""
767
-
768
- #: wpf-admin/usergroup.php:37
769
- msgid "Delete this usergroup"
770
- msgstr ""
771
-
772
- #: wpf-admin/usergroup.php:39
773
- msgid "View users list in this usergroup"
774
- msgstr ""
775
-
776
- #: wpf-admin/usergroup.php:43
777
- msgid "Count of users in this usergroup"
778
- msgstr ""
779
-
780
- #: wpf-admin/usergroup.php:62 wpf-includes/wpf-phrases.php:131
781
- msgid "Guest"
782
- msgstr ""
783
-
784
- #: wpf-admin/usergroup.php:85 wpf-includes/wpf-phrases.php:369
785
- msgid "add"
786
- msgstr ""
787
-
788
- #: wpf-admin/usergroup.php:85
789
- msgid "save"
790
- msgstr ""
791
-
792
- #: wpf-admin/usergroup.php:106
793
- msgid "Delete Chosen Usergroup And Users"
794
- msgstr ""
795
-
796
- #: wpf-admin/usergroup.php:116
797
- msgid "Delete Chosen Usergroup And Join Users To Other Usergroup"
798
- msgstr ""
799
-
800
- #: wpf-admin/usergroup.php:128
801
- msgid "Users will be join this usergroup"
802
- msgstr ""
803
-
804
- #: wpf-includes/class-notices.php:128 wpf-includes/wpf-phrases.php:68
805
- msgid "Dismiss this notice."
806
- msgstr ""
807
-
808
- #: wpf-includes/class-permissions.php:116 wpf-includes/wpf-phrases.php:415
809
- #, php-format
810
- msgid "%s access successfully added"
811
- msgstr ""
812
-
813
- #: wpf-includes/class-permissions.php:141 wpf-includes/wpf-phrases.php:416
814
- #, php-format
815
- msgid "%s access successfully edited"
816
- msgstr ""
817
-
818
- #: wpf-includes/class-phrases.php:157
819
- #: wpf-includes/functions-installation.php:28 wpf-includes/wpf-phrases.php:7
820
- msgid " Forum"
821
- msgstr ""
822
-
823
- #: wpf-includes/class-phrases.php:158
824
- #: wpf-includes/functions-installation.php:29 wpf-includes/wpf-phrases.php:6
825
- msgid " Discussion Board"
826
- msgstr ""
827
-
828
- #: wpf-includes/class-template.php:868 wpf-includes/wpf-phrases.php:324
829
- msgid "Theme file not readable"
830
- msgstr ""
831
-
832
- #: wpf-includes/functions-template.php:7
833
- msgid "wpForo Menu"
834
- msgstr ""
835
-
836
- #: wpf-includes/functions-template.php:149 wpf-includes/wpf-phrases.php:405
837
- msgid "wpForo Sidebar"
838
- msgstr ""
839
-
840
- #: wpf-includes/functions-template.php:150 wpf-includes/wpf-phrases.php:188
841
- msgid ""
842
- "NOTE: If you're going to add widgets in this sidebar, please use 'Full "
843
- "Width' template for wpForo index page to avoid sidebar duplication."
844
- msgstr ""
845
-
846
- #: wpf-includes/functions-template.php:188
847
- #: wpf-includes/functions-template.php:295
848
- #: wpf-includes/functions-template.php:358
849
- #: wpf-includes/functions-template.php:435
850
- #: wpf-includes/functions-template.php:482 wpf-includes/wpf-phrases.php:330
851
- msgid "Title"
852
- msgstr ""
853
-
854
- #: wpf-includes/functions-template.php:361
855
- #: wpf-includes/functions-template.php:438 wpf-includes/wpf-phrases.php:207
856
- msgid "Number of Items"
857
- msgstr ""
858
-
859
- #: wpf-includes/functions-template.php:366 wpf-includes/wpf-phrases.php:69
860
- msgid "Display Avatars"
861
- msgstr ""
862
-
863
- #: wpf-includes/functions-template.php:442 wpf-includes/wpf-phrases.php:71
864
- msgid "Display with Avatars"
865
- msgstr ""
866
-
867
- #: wpf-includes/functions.php:252 wpf-includes/functions.php:465
868
- #: wpf-includes/wpf-phrases.php:50
869
- msgid "Bulk Actions"
870
- msgstr ""
871
-
872
- #: wpf-includes/functions.php:259 wpf-includes/functions.php:553
873
- #: wpf-includes/wpf-phrases.php:36
874
- msgid "Apply"
875
- msgstr ""
876
-
877
- #: wpf-includes/functions.php:268 wpf-includes/wpf-phrases.php:297
878
- msgid "Show all forums"
879
- msgstr ""
880
-
881
- #: wpf-includes/functions.php:297 wpf-includes/functions.php:475
882
- #: wpf-includes/wpf-phrases.php:380
883
- msgid "item"
884
- msgstr ""
885
-
886
- #: wpf-includes/functions.php:330 wpf-includes/functions.php:346
887
- #: wpf-includes/wpf-phrases.php:281
888
- msgid "Select All"
889
- msgstr ""
890
-
891
- #: wpf-includes/functions.php:412 wpf-includes/wpf-phrases.php:66
892
- msgid "Delete this item"
893
- msgstr ""
894
-
895
- #: wpf-includes/functions.php:412 wpf-includes/wpf-phrases.php:41
896
- msgid "Are you sure you whant to DELETE this item?"
897
- msgstr ""
898
-
899
- #: wpf-includes/functions.php:457 wpf-includes/wpf-phrases.php:197
900
- msgid "No items found"
901
- msgstr ""
902
-
903
- #: wpf-includes/functions.php:552 wpf-includes/wpf-phrases.php:139
904
- msgid "Items"
905
- msgstr ""
906
-
907
- #: wpf-includes/functions.php:795
908
- #, php-format
909
- msgid "Could not write file %s"
910
- msgstr ""
911
-
912
- #: wpf-includes/wpf-hooks.php:20 wpf-includes/wpf-phrases.php:134
913
- msgid ""
914
- "IMPORTANT! Uninstall is not a simple deactivation action. This action will "
915
- "permanently remove all forum data (forums, topics, replies, attachments...) "
916
- "from database. Please backup database before this action, you may need this "
917
- "forum data in future. If you are sure that you want to delete all forum data "
918
- "please confirm. If not, just cancel it, then you can deactivate this plugin, "
919
- "that will not remove forum data."
920
- msgstr ""
921
-
922
- #: wpf-includes/wpf-hooks.php:20
923
- msgid "Uninstall"
924
- msgstr ""
925
-
926
- #: wpf-includes/wpf-hooks.php:23
927
- msgid "Settings"
928
- msgstr ""
929
-
930
- #: wpf-includes/wpf-hooks.php:806 wpf-includes/wpf-phrases.php:184
931
- msgid "Move"
932
- msgstr ""
933
-
934
- #: wpf-includes/wpf-hooks.php:852
935
- msgid "Dismiss"
936
- msgstr ""
937
-
938
- #: wpf-includes/wpf-hooks.php:877 wpf-includes/wpf-phrases.php:407
939
- msgid "wpForo Usergroup"
940
- msgstr ""
941
-
942
- #: wpf-includes/wpf-hooks.php:885 wpf-includes/wpf-phrases.php:406
943
- msgid "wpForo User Timezone"
944
- msgstr ""
945
-
946
- #: wpf-includes/wpf-phrases.php:8
947
- #, php-format
948
- msgid "%s and %s liked"
949
- msgstr ""
950
-
951
- #: wpf-includes/wpf-phrases.php:9
952
- #, php-format
953
- msgid "%s liked"
954
- msgstr ""
955
-
956
- #: wpf-includes/wpf-phrases.php:10
957
- #, php-format
958
- msgid "%s, %s and %s liked"
959
- msgstr ""
960
-
961
- #: wpf-includes/wpf-phrases.php:11
962
- #, php-format
963
- msgid "%s, %s, %s and %d people liked"
964
- msgstr ""
965
-
966
- #: wpf-includes/wpf-phrases.php:12
967
- msgid "AOL IM"
968
- msgstr ""
969
-
970
- #: wpf-includes/wpf-phrases.php:13
971
- msgid "About Me"
972
- msgstr ""
973
-
974
- #: wpf-includes/wpf-phrases.php:16
975
- msgid "Account"
976
- msgstr ""
977
-
978
- #: wpf-includes/wpf-phrases.php:19
979
- msgid "Activity"
980
- msgstr ""
981
-
982
- #: wpf-includes/wpf-phrases.php:23
983
- msgid "Add a comment"
984
- msgstr ""
985
-
986
- #: wpf-includes/wpf-phrases.php:24
987
- msgid "Add topic"
988
- msgstr ""
989
-
990
- #: wpf-includes/wpf-phrases.php:32
991
- msgid "Answer"
992
- msgstr ""
993
-
994
- #: wpf-includes/wpf-phrases.php:33
995
- msgid "Answer to"
996
- msgstr ""
997
-
998
- #: wpf-includes/wpf-phrases.php:34
999
- msgid "Answers"
1000
- msgstr ""
1001
-
1002
- #: wpf-includes/wpf-phrases.php:35
1003
- msgid "Any Date"
1004
- msgstr ""
1005
-
1006
- #: wpf-includes/wpf-phrases.php:42
1007
- msgid "Ascending order"
1008
- msgstr ""
1009
-
1010
- #: wpf-includes/wpf-phrases.php:43
1011
- msgid "Attach file:"
1012
- msgstr ""
1013
-
1014
- #: wpf-includes/wpf-phrases.php:47
1015
- msgid "Avatar"
1016
- msgstr ""
1017
-
1018
- #: wpf-includes/wpf-phrases.php:53
1019
- msgid "Change password"
1020
- msgstr ""
1021
-
1022
- #: wpf-includes/wpf-phrases.php:54
1023
- msgid "Choose target forum"
1024
- msgstr ""
1025
-
1026
- #: wpf-includes/wpf-phrases.php:55 wpf-themes/classic/functions.php:31
1027
- #: wpf-themes/classic/functions.php:52 wpf-themes/classic/functions.php:81
1028
- msgid "Collapsed"
1029
- msgstr ""
1030
-
1031
- #: wpf-includes/wpf-phrases.php:58
1032
- msgid "Comments"
1033
- msgstr ""
1034
-
1035
- #: wpf-includes/wpf-phrases.php:59
1036
- msgid "Confirm my subscription"
1037
- msgstr ""
1038
-
1039
- #: wpf-includes/wpf-phrases.php:64
1040
- msgid "Date"
1041
- msgstr ""
1042
-
1043
- #: wpf-includes/wpf-phrases.php:67
1044
- msgid "Descending order"
1045
- msgstr ""
1046
-
1047
- #: wpf-includes/wpf-phrases.php:70
1048
- msgid "Display Name"
1049
- msgstr ""
1050
-
1051
- #: wpf-includes/wpf-phrases.php:73
1052
- msgid "Edited: "
1053
- msgstr ""
1054
-
1055
- #: wpf-includes/wpf-phrases.php:74
1056
- msgid "Email"
1057
- msgstr ""
1058
-
1059
- #: wpf-includes/wpf-phrases.php:86
1060
- msgid "Enter title here"
1061
- msgstr ""
1062
-
1063
- #: wpf-includes/wpf-phrases.php:87 wpf-themes/classic/functions.php:30
1064
- #: wpf-themes/classic/functions.php:51 wpf-themes/classic/functions.php:80
1065
- msgid "Expanded"
1066
- msgstr ""
1067
-
1068
- #: wpf-includes/wpf-phrases.php:88 wpf-themes/classic/functions.php:77
1069
- msgid "Extended Layout - Intro posts"
1070
- msgstr ""
1071
-
1072
- #: wpf-includes/wpf-phrases.php:89 wpf-themes/classic/functions.php:27
1073
- msgid "Extended Layout - Intro topics"
1074
- msgstr ""
1075
-
1076
- #: wpf-includes/wpf-phrases.php:90 wpf-themes/classic/functions.php:87
1077
- msgid "Extended Layout - Number of intro posts"
1078
- msgstr ""
1079
-
1080
- #: wpf-includes/wpf-phrases.php:91 wpf-themes/classic/functions.php:36
1081
- msgid "Extended Layout - Number of intro topics"
1082
- msgstr ""
1083
-
1084
- #: wpf-includes/wpf-phrases.php:92
1085
- msgid "Facebook"
1086
- msgstr ""
1087
-
1088
- #: wpf-includes/wpf-phrases.php:93
1089
- msgid "Failed to write file to disk"
1090
- msgstr ""
1091
-
1092
- #: wpf-includes/wpf-phrases.php:95
1093
- msgid "File upload stopped by extension"
1094
- msgstr ""
1095
-
1096
- #: wpf-includes/wpf-phrases.php:96
1097
- msgid "Find Posts by User"
1098
- msgstr ""
1099
-
1100
- #: wpf-includes/wpf-phrases.php:97
1101
- msgid "Find Topics Started by User"
1102
- msgstr ""
1103
-
1104
- #: wpf-includes/wpf-phrases.php:98
1105
- msgid "First post and replies"
1106
- msgstr ""
1107
-
1108
- #: wpf-includes/wpf-phrases.php:99
1109
- msgid "Forum"
1110
- msgstr ""
1111
-
1112
- #: wpf-includes/wpf-phrases.php:100
1113
- msgid "Forum - Login"
1114
- msgstr ""
1115
-
1116
- #: wpf-includes/wpf-phrases.php:101
1117
- msgid "Forum - Page Not Found"
1118
- msgstr ""
1119
-
1120
- #: wpf-includes/wpf-phrases.php:102
1121
- msgid "Forum - Registration"
1122
- msgstr ""
1123
-
1124
- #: wpf-includes/wpf-phrases.php:107
1125
- msgid "Forum Home"
1126
- msgstr ""
1127
-
1128
- #: wpf-includes/wpf-phrases.php:109
1129
- msgid "Forum Members"
1130
- msgstr ""
1131
-
1132
- #: wpf-includes/wpf-phrases.php:112
1133
- msgid "Forum Profile"
1134
- msgstr ""
1135
-
1136
- #: wpf-includes/wpf-phrases.php:113
1137
- msgid "Forum RSS Feed"
1138
- msgstr ""
1139
-
1140
- #: wpf-includes/wpf-phrases.php:117
1141
- msgid "Forum Statistics"
1142
- msgstr ""
1143
-
1144
- #: wpf-includes/wpf-phrases.php:120
1145
- msgid "Forum is empty"
1146
- msgstr ""
1147
-
1148
- #: wpf-includes/wpf-phrases.php:129
1149
- msgid "Group"
1150
- msgstr ""
1151
-
1152
- #: wpf-includes/wpf-phrases.php:130
1153
- msgid "Gtalk"
1154
- msgstr ""
1155
-
1156
- #: wpf-includes/wpf-phrases.php:133
1157
- msgid "ICQ"
1158
- msgstr ""
1159
-
1160
- #: wpf-includes/wpf-phrases.php:137
1161
- msgid "Insert member name or email"
1162
- msgstr ""
1163
-
1164
- #: wpf-includes/wpf-phrases.php:140
1165
- msgid "Joined"
1166
- msgstr ""
1167
-
1168
- #: wpf-includes/wpf-phrases.php:143
1169
- msgid "Last 24 hours"
1170
- msgstr ""
1171
-
1172
- #: wpf-includes/wpf-phrases.php:144
1173
- msgid "Last 3 Months"
1174
- msgstr ""
1175
-
1176
- #: wpf-includes/wpf-phrases.php:145
1177
- msgid "Last 6 Months"
1178
- msgstr ""
1179
-
1180
- #: wpf-includes/wpf-phrases.php:146
1181
- msgid "Last Active"
1182
- msgstr ""
1183
-
1184
- #: wpf-includes/wpf-phrases.php:147
1185
- msgid "Last Month"
1186
- msgstr ""
1187
-
1188
- #: wpf-includes/wpf-phrases.php:148
1189
- msgid "Last Post"
1190
- msgstr ""
1191
-
1192
- #: wpf-includes/wpf-phrases.php:149
1193
- msgid "Last Post Info"
1194
- msgstr ""
1195
-
1196
- #: wpf-includes/wpf-phrases.php:150
1197
- msgid "Last Week"
1198
- msgstr ""
1199
-
1200
- #: wpf-includes/wpf-phrases.php:151
1201
- msgid "Last Year ago"
1202
- msgstr ""
1203
-
1204
- #: wpf-includes/wpf-phrases.php:152
1205
- #, php-format
1206
- msgid "Last post by %s"
1207
- msgstr ""
1208
-
1209
- #: wpf-includes/wpf-phrases.php:153
1210
- msgid "Latest Post"
1211
- msgstr ""
1212
-
1213
- #: wpf-includes/wpf-phrases.php:154
1214
- msgid "Leave a reply"
1215
- msgstr ""
1216
-
1217
- #: wpf-includes/wpf-phrases.php:155
1218
- msgid "Length must be between 3 characters and 15 characters."
1219
- msgstr ""
1220
-
1221
- #: wpf-includes/wpf-phrases.php:157
1222
- msgid "Liked"
1223
- msgstr ""
1224
-
1225
- #: wpf-includes/wpf-phrases.php:158
1226
- msgid "Location"
1227
- msgstr ""
1228
-
1229
- #: wpf-includes/wpf-phrases.php:159
1230
- msgid "Login"
1231
- msgstr ""
1232
-
1233
- #: wpf-includes/wpf-phrases.php:161
1234
- msgid "Logout"
1235
- msgstr ""
1236
-
1237
- #: wpf-includes/wpf-phrases.php:163
1238
- msgid "Lost your password?"
1239
- msgstr ""
1240
-
1241
- #: wpf-includes/wpf-phrases.php:165
1242
- msgid "MSN"
1243
- msgstr ""
1244
-
1245
- #: wpf-includes/wpf-phrases.php:166
1246
- msgid "Maximum allowed file size is"
1247
- msgstr ""
1248
-
1249
- #: wpf-includes/wpf-phrases.php:168
1250
- msgid "Member Activity"
1251
- msgstr ""
1252
-
1253
- #: wpf-includes/wpf-phrases.php:169
1254
- msgid "Member Information"
1255
- msgstr ""
1256
-
1257
- #: wpf-includes/wpf-phrases.php:170
1258
- msgid "Member Rating"
1259
- msgstr ""
1260
-
1261
- #: wpf-includes/wpf-phrases.php:171
1262
- msgid "Member Rating Badge"
1263
- msgstr ""
1264
-
1265
- #: wpf-includes/wpf-phrases.php:174
1266
- msgid "Member information"
1267
- msgstr ""
1268
-
1269
- #: wpf-includes/wpf-phrases.php:178
1270
- msgid "Members not found"
1271
- msgstr ""
1272
-
1273
- #: wpf-includes/wpf-phrases.php:179
1274
- msgid "Messages"
1275
- msgstr ""
1276
-
1277
- #: wpf-includes/wpf-phrases.php:182
1278
- msgid "Missing a temporary folder"
1279
- msgstr ""
1280
-
1281
- #: wpf-includes/wpf-phrases.php:185
1282
- msgid "Move topic"
1283
- msgstr ""
1284
-
1285
- #: wpf-includes/wpf-phrases.php:186
1286
- msgid "Must be minimum 6 characters."
1287
- msgstr ""
1288
-
1289
- #: wpf-includes/wpf-phrases.php:187
1290
- msgid "My Profile"
1291
- msgstr ""
1292
-
1293
- #: wpf-includes/wpf-phrases.php:194
1294
- msgid "No activity found for this member."
1295
- msgstr ""
1296
-
1297
- #: wpf-includes/wpf-phrases.php:195
1298
- msgid "No file was uploaded"
1299
- msgstr ""
1300
-
1301
- #: wpf-includes/wpf-phrases.php:196
1302
- msgid "No forums were found here."
1303
- msgstr ""
1304
-
1305
- #: wpf-includes/wpf-phrases.php:200
1306
- msgid "No online members at the moment"
1307
- msgstr ""
1308
-
1309
- #: wpf-includes/wpf-phrases.php:202
1310
- msgid "No subscriptions found for this member."
1311
- msgstr ""
1312
-
1313
- #: wpf-includes/wpf-phrases.php:204
1314
- msgid "No topics were found here"
1315
- msgstr ""
1316
-
1317
- #: wpf-includes/wpf-phrases.php:211
1318
- msgid "Occupation"
1319
- msgstr ""
1320
-
1321
- #: wpf-includes/wpf-phrases.php:212
1322
- msgid "Offline"
1323
- msgstr ""
1324
-
1325
- #: wpf-includes/wpf-phrases.php:213
1326
- msgid "Online"
1327
- msgstr ""
1328
-
1329
- #: wpf-includes/wpf-phrases.php:215
1330
- msgid "Oops! The page you requested was not found!"
1331
- msgstr ""
1332
-
1333
- #: wpf-includes/wpf-phrases.php:216
1334
- msgid "Our newest member"
1335
- msgstr ""
1336
-
1337
- #: wpf-includes/wpf-phrases.php:217
1338
- msgid "Page"
1339
- msgstr ""
1340
-
1341
- #: wpf-includes/wpf-phrases.php:219
1342
- msgid "Password"
1343
- msgstr ""
1344
-
1345
- #: wpf-includes/wpf-phrases.php:221
1346
- #, php-format
1347
- msgid "Please %s or %s"
1348
- msgstr ""
1349
-
1350
- #: wpf-includes/wpf-phrases.php:225
1351
- msgid "Post Title"
1352
- msgstr ""
1353
-
1354
- #: wpf-includes/wpf-phrases.php:226
1355
- msgid "Post link"
1356
- msgstr ""
1357
-
1358
- #: wpf-includes/wpf-phrases.php:227
1359
- msgid "Posted"
1360
- msgstr ""
1361
-
1362
- #: wpf-includes/wpf-phrases.php:228
1363
- msgid "Posted by"
1364
- msgstr ""
1365
-
1366
- #: wpf-includes/wpf-phrases.php:230
1367
- msgid "Powered by"
1368
- msgstr ""
1369
-
1370
- #: wpf-includes/wpf-phrases.php:232 wpf-themes/classic/functions.php:57
1371
- msgid "Q&A Layout - Number of intro topics"
1372
- msgstr ""
1373
-
1374
- #: wpf-includes/wpf-phrases.php:233 wpf-themes/classic/functions.php:48
1375
- msgid "Q&A layout - Intro topics"
1376
- msgstr ""
1377
-
1378
- #: wpf-includes/wpf-phrases.php:234
1379
- msgid "Question Comments"
1380
- msgstr ""
1381
-
1382
- #: wpf-includes/wpf-phrases.php:235
1383
- msgid "Questions"
1384
- msgstr ""
1385
-
1386
- #: wpf-includes/wpf-phrases.php:236
1387
- msgid "Quote"
1388
- msgstr ""
1389
-
1390
- #: wpf-includes/wpf-phrases.php:237
1391
- msgid "RE"
1392
- msgstr ""
1393
-
1394
- #: wpf-includes/wpf-phrases.php:238
1395
- msgid "REPLY:"
1396
- msgstr ""
1397
-
1398
- #: wpf-includes/wpf-phrases.php:239
1399
- msgid "RSS"
1400
- msgstr ""
1401
-
1402
- #: wpf-includes/wpf-phrases.php:240
1403
- msgid "Rating"
1404
- msgstr ""
1405
-
1406
- #: wpf-includes/wpf-phrases.php:241
1407
- msgid "Rating Badge"
1408
- msgstr ""
1409
-
1410
- #: wpf-includes/wpf-phrases.php:245
1411
- msgid "Received Likes"
1412
- msgstr ""
1413
-
1414
- #: wpf-includes/wpf-phrases.php:246
1415
- msgid "Recent Questions"
1416
- msgstr ""
1417
-
1418
- #: wpf-includes/wpf-phrases.php:247
1419
- msgid "Recent Topics"
1420
- msgstr ""
1421
-
1422
- #: wpf-includes/wpf-phrases.php:248
1423
- msgid "Register"
1424
- msgstr ""
1425
-
1426
- #: wpf-includes/wpf-phrases.php:250
1427
- msgid "Registered date"
1428
- msgstr ""
1429
-
1430
- #: wpf-includes/wpf-phrases.php:251
1431
- msgid "Relevancy"
1432
- msgstr ""
1433
-
1434
- #: wpf-includes/wpf-phrases.php:252
1435
- msgid "Remember Me"
1436
- msgstr ""
1437
-
1438
- #: wpf-includes/wpf-phrases.php:258
1439
- msgid "Replies"
1440
- msgstr ""
1441
-
1442
- #: wpf-includes/wpf-phrases.php:259
1443
- msgid "Replies not found"
1444
- msgstr ""
1445
-
1446
- #: wpf-includes/wpf-phrases.php:260
1447
- msgid "Reply"
1448
- msgstr ""
1449
-
1450
- #: wpf-includes/wpf-phrases.php:261
1451
- msgid "Report"
1452
- msgstr ""
1453
-
1454
- #: wpf-includes/wpf-phrases.php:264
1455
- msgid "Report to Administration"
1456
- msgstr ""
1457
-
1458
- #: wpf-includes/wpf-phrases.php:266
1459
- msgid "Result Info"
1460
- msgstr ""
1461
-
1462
- #: wpf-includes/wpf-phrases.php:268
1463
- msgid "Save Changes"
1464
- msgstr ""
1465
-
1466
- #: wpf-includes/wpf-phrases.php:272
1467
- msgid "Search"
1468
- msgstr ""
1469
-
1470
- #: wpf-includes/wpf-phrases.php:273
1471
- msgid "Search Entire Posts"
1472
- msgstr ""
1473
-
1474
- #: wpf-includes/wpf-phrases.php:274
1475
- msgid "Search Phrase"
1476
- msgstr ""
1477
-
1478
- #: wpf-includes/wpf-phrases.php:275
1479
- msgid "Search Titles Only"
1480
- msgstr ""
1481
-
1482
- #: wpf-includes/wpf-phrases.php:276
1483
- msgid "Search Type"
1484
- msgstr ""
1485
-
1486
- #: wpf-includes/wpf-phrases.php:277
1487
- msgid "Search in Forums"
1488
- msgstr ""
1489
-
1490
- #: wpf-includes/wpf-phrases.php:278
1491
- msgid "Search in date period"
1492
- msgstr ""
1493
-
1494
- #: wpf-includes/wpf-phrases.php:279
1495
- msgid "Search result for"
1496
- msgstr ""
1497
-
1498
- #: wpf-includes/wpf-phrases.php:280
1499
- msgid "Search..."
1500
- msgstr ""
1501
-
1502
- #: wpf-includes/wpf-phrases.php:282
1503
- msgid "Select Page"
1504
- msgstr ""
1505
-
1506
- #: wpf-includes/wpf-phrases.php:283
1507
- msgid "Send Report"
1508
- msgstr ""
1509
-
1510
- #: wpf-includes/wpf-phrases.php:287
1511
- msgid "Set Topic Sticky"
1512
- msgstr ""
1513
-
1514
- #: wpf-includes/wpf-phrases.php:288 wpf-themes/classic/functions.php:88
1515
- msgid ""
1516
- "Set this option value 0 if you want to show all posts under topic intro area."
1517
- msgstr ""
1518
-
1519
- #: wpf-includes/wpf-phrases.php:289
1520
- msgid "Shop Account"
1521
- msgstr ""
1522
-
1523
- #: wpf-includes/wpf-phrases.php:299
1524
- msgid "Sign In"
1525
- msgstr ""
1526
-
1527
- #: wpf-includes/wpf-phrases.php:300
1528
- msgid "Signature"
1529
- msgstr ""
1530
-
1531
- #: wpf-includes/wpf-phrases.php:301
1532
- msgid "Site Profile"
1533
- msgstr ""
1534
-
1535
- #: wpf-includes/wpf-phrases.php:302
1536
- msgid "Skype"
1537
- msgstr ""
1538
-
1539
- #: wpf-includes/wpf-phrases.php:304
1540
- msgid "Social Networks"
1541
- msgstr ""
1542
-
1543
- #: wpf-includes/wpf-phrases.php:305
1544
- msgid "Sorry, something wrong with your data."
1545
- msgstr ""
1546
-
1547
- #: wpf-includes/wpf-phrases.php:306
1548
- msgid "Sort Search Results by"
1549
- msgstr ""
1550
-
1551
- #: wpf-includes/wpf-phrases.php:307
1552
- msgid "Specify avatar by URL"
1553
- msgstr ""
1554
-
1555
- #: wpf-includes/wpf-phrases.php:309
1556
- msgid "Subforums"
1557
- msgstr ""
1558
-
1559
- #: wpf-includes/wpf-phrases.php:312
1560
- msgid "Subscribe for new replies"
1561
- msgstr ""
1562
-
1563
- #: wpf-includes/wpf-phrases.php:313
1564
- msgid "Subscribe for new topics"
1565
- msgstr ""
1566
-
1567
- #: wpf-includes/wpf-phrases.php:315
1568
- msgid "Subscriptions"
1569
- msgstr ""
1570
-
1571
- #: wpf-includes/wpf-phrases.php:317
1572
- msgid ""
1573
- "Thank you for trying wpForo! This forum development was started on 2013 and "
1574
- "we were using it for our support community. Now it's ready for WordPress "
1575
- "community as well. It's on the Beta stage and we're working hard to reach "
1576
- "the Gold 1.0.0 version as soon as possible. wpForo is a professional "
1577
- "bulletin board for WorPress, and the only forum software which comes with "
1578
- "Multi-layout template system. The \"Extended"
1579
- msgstr ""
1580
-
1581
- #: wpf-includes/wpf-phrases.php:318
1582
- msgid ""
1583
- "Thank you for using wpForo. wpForo is a premium forum plugin which will "
1584
- "always be available for free. There will never be paid and pro versions of "
1585
- "this forum board. However this is a very large and hard project so we also "
1586
- "develop paid addons (extensions), which will financially help us to keep "
1587
- "improving and adding new features to the free wpForo plugin. Forum addons "
1588
- "will also be actively developed. The first addons \"Advanced Media Uploader"
1589
- msgstr ""
1590
-
1591
- #: wpf-includes/wpf-phrases.php:321
1592
- msgid ""
1593
- "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
1594
- "the HTML form"
1595
- msgstr ""
1596
-
1597
- #: wpf-includes/wpf-phrases.php:322
1598
- msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini"
1599
- msgstr ""
1600
-
1601
- #: wpf-includes/wpf-phrases.php:323
1602
- msgid "The uploaded file was only partially uploaded"
1603
- msgstr ""
1604
-
1605
- #: wpf-includes/wpf-phrases.php:329
1606
- msgid "Timezone"
1607
- msgstr ""
1608
-
1609
- #: wpf-includes/wpf-phrases.php:331
1610
- msgid "Topic RSS Feed"
1611
- msgstr ""
1612
-
1613
- #: wpf-includes/wpf-phrases.php:332
1614
- msgid "Topic Title"
1615
- msgstr ""
1616
-
1617
- #: wpf-includes/wpf-phrases.php:333
1618
- msgid "Topic title"
1619
- msgstr ""
1620
-
1621
- #: wpf-includes/wpf-phrases.php:336
1622
- msgid "Twitter"
1623
- msgstr ""
1624
-
1625
- #: wpf-includes/wpf-phrases.php:337
1626
- msgid "Unknown upload error"
1627
- msgstr ""
1628
-
1629
- #: wpf-includes/wpf-phrases.php:338
1630
- msgid "Unsubscribe"
1631
- msgstr ""
1632
-
1633
- #: wpf-includes/wpf-phrases.php:341
1634
- msgid "Upload an avatar"
1635
- msgstr ""
1636
-
1637
- #: wpf-includes/wpf-phrases.php:343
1638
- msgid ""
1639
- "Use comments to ask for more information or suggest improvements. Avoid "
1640
- "answering questions in comments."
1641
- msgstr ""
1642
-
1643
- #: wpf-includes/wpf-phrases.php:345
1644
- msgid "User"
1645
- msgstr ""
1646
-
1647
- #: wpf-includes/wpf-phrases.php:346
1648
- msgid "User Group"
1649
- msgstr ""
1650
-
1651
- #: wpf-includes/wpf-phrases.php:347
1652
- msgid "Usergroup has been successfully deleted."
1653
- msgstr ""
1654
-
1655
- #: wpf-includes/wpf-phrases.php:348
1656
- msgid ""
1657
- "Usergroup has been successfully deleted. All users of this usergroup have "
1658
- "been moved to the usergroup you've chosen"
1659
- msgstr ""
1660
-
1661
- #: wpf-includes/wpf-phrases.php:349
1662
- msgid "Username"
1663
- msgstr ""
1664
-
1665
- #: wpf-includes/wpf-phrases.php:351
1666
- msgid "View entire post"
1667
- msgstr ""
1668
-
1669
- #: wpf-includes/wpf-phrases.php:352
1670
- msgid "View the latest post"
1671
- msgstr ""
1672
-
1673
- #: wpf-includes/wpf-phrases.php:353
1674
- msgid "Views"
1675
- msgstr ""
1676
-
1677
- #: wpf-includes/wpf-phrases.php:354
1678
- msgid "Votes"
1679
- msgstr ""
1680
-
1681
- #: wpf-includes/wpf-phrases.php:355
1682
- msgid "Website"
1683
- msgstr ""
1684
-
1685
- #: wpf-includes/wpf-phrases.php:357
1686
- msgid "Wordpress avatar system"
1687
- msgstr ""
1688
-
1689
- #: wpf-includes/wpf-phrases.php:358
1690
- msgid "Working"
1691
- msgstr ""
1692
-
1693
- #: wpf-includes/wpf-phrases.php:359
1694
- msgid "Write message"
1695
- msgstr ""
1696
-
1697
- #: wpf-includes/wpf-phrases.php:360
1698
- msgid "Yahoo"
1699
- msgstr ""
1700
-
1701
- #: wpf-includes/wpf-phrases.php:362
1702
- msgid "You"
1703
- msgstr ""
1704
-
1705
- #: wpf-includes/wpf-phrases.php:364
1706
- #, php-format
1707
- msgid "You can go to %s page or Search here"
1708
- msgstr ""
1709
-
1710
- #: wpf-includes/wpf-phrases.php:366
1711
- msgid "Your Answer"
1712
- msgstr ""
1713
-
1714
- #: wpf-includes/wpf-phrases.php:367
1715
- msgid "account"
1716
- msgstr ""
1717
-
1718
- #: wpf-includes/wpf-phrases.php:368
1719
- msgid "activity"
1720
- msgstr ""
1721
-
1722
- #: wpf-includes/wpf-phrases.php:370
1723
- msgid "add_new"
1724
- msgstr ""
1725
-
1726
- #: wpf-includes/wpf-phrases.php:371
1727
- msgid "ago"
1728
- msgstr ""
1729
-
1730
- #: wpf-includes/wpf-phrases.php:372
1731
- msgid "by"
1732
- msgstr ""
1733
-
1734
- #: wpf-includes/wpf-phrases.php:373
1735
- #, php-format
1736
- msgid "by %s"
1737
- msgstr ""
1738
-
1739
- #: wpf-includes/wpf-phrases.php:374
1740
- msgid "confirm password"
1741
- msgstr ""
1742
-
1743
- #: wpf-includes/wpf-phrases.php:377
1744
- msgid "edit profile"
1745
- msgstr ""
1746
-
1747
- #: wpf-includes/wpf-phrases.php:378
1748
- msgid "edit user"
1749
- msgstr ""
1750
-
1751
- #: wpf-includes/wpf-phrases.php:379
1752
- msgid "forums"
1753
- msgstr ""
1754
-
1755
- #: wpf-includes/wpf-phrases.php:381
1756
- msgid "login"
1757
- msgstr ""
1758
-
1759
- #: wpf-includes/wpf-phrases.php:382
1760
- msgid "logout"
1761
- msgstr ""
1762
-
1763
- #: wpf-includes/wpf-phrases.php:383
1764
- msgid "matches"
1765
- msgstr ""
1766
-
1767
- #: wpf-includes/wpf-phrases.php:384
1768
- msgid "members"
1769
- msgstr ""
1770
-
1771
- #: wpf-includes/wpf-phrases.php:386
1772
- msgid "my profile"
1773
- msgstr ""
1774
-
1775
- #: wpf-includes/wpf-phrases.php:387
1776
- msgid "new password"
1777
- msgstr ""
1778
-
1779
- #: wpf-includes/wpf-phrases.php:388
1780
- msgid "new password again"
1781
- msgstr ""
1782
-
1783
- #: wpf-includes/wpf-phrases.php:389
1784
- msgid "next"
1785
- msgstr ""
1786
-
1787
- #: wpf-includes/wpf-phrases.php:390
1788
- msgid "old password"
1789
- msgstr ""
1790
-
1791
- #: wpf-includes/wpf-phrases.php:391
1792
- msgid "phrase_key"
1793
- msgstr ""
1794
-
1795
- #: wpf-includes/wpf-phrases.php:392
1796
- msgid "phrase_value"
1797
- msgstr ""
1798
-
1799
- #: wpf-includes/wpf-phrases.php:393
1800
- msgid "posted"
1801
- msgstr ""
1802
-
1803
- #: wpf-includes/wpf-phrases.php:394
1804
- msgid "prev"
1805
- msgstr ""
1806
-
1807
- #: wpf-includes/wpf-phrases.php:395
1808
- msgid "register"
1809
- msgstr ""
1810
-
1811
- #: wpf-includes/wpf-phrases.php:396
1812
- msgid "replies"
1813
- msgstr ""
1814
-
1815
- #: wpf-includes/wpf-phrases.php:397
1816
- msgid "subscriptions"
1817
- msgstr ""
1818
-
1819
- #: wpf-includes/wpf-phrases.php:398
1820
- msgid "update"
1821
- msgstr ""
1822
-
1823
- #: wpf-includes/wpf-phrases.php:399
1824
- msgid "view"
1825
- msgstr ""
1826
-
1827
- #: wpf-includes/wpf-phrases.php:400
1828
- msgid "view all posts"
1829
- msgstr ""
1830
-
1831
- #: wpf-includes/wpf-phrases.php:401
1832
- msgid "view all questions"
1833
- msgstr ""
1834
-
1835
- #: wpf-includes/wpf-phrases.php:402
1836
- msgid "view all topics"
1837
- msgstr ""
1838
-
1839
- #: wpf-includes/wpf-phrases.php:404
1840
- msgid "wpForo Navigation"
1841
- msgstr ""
1842
-
1843
- #: wpf-includes/wpf-phrases.php:409
1844
- msgid "{number}B"
1845
- msgstr ""
1846
-
1847
- #: wpf-includes/wpf-phrases.php:410
1848
- msgid "{number}K"
1849
- msgstr ""
1850
-
1851
- #: wpf-includes/wpf-phrases.php:411
1852
- msgid "{number}M"
1853
- msgstr ""
1854
-
1855
- #: wpf-includes/wpf-phrases.php:412
1856
- msgid "{number}T"
1857
- msgstr ""
1858
-
1859
- #: wpf-includes/wpf-phrases.php:417
1860
- msgid "Access add error"
1861
- msgstr ""
1862
-
1863
- #: wpf-includes/wpf-phrases.php:418
1864
- msgid "Access delete error"
1865
- msgstr ""
1866
-
1867
- #: wpf-includes/wpf-phrases.php:419
1868
- msgid "Access edit error"
1869
- msgstr ""
1870
-
1871
- #: wpf-includes/wpf-phrases.php:420
1872
- msgid "Access successfully deleted"
1873
- msgstr ""
1874
-
1875
- #: wpf-includes/wpf-phrases.php:421
1876
- msgid "Add Topic error: No forum selected"
1877
- msgstr ""
1878
-
1879
- #: wpf-includes/wpf-phrases.php:422
1880
- msgid "All Checked topics successfully deleted"
1881
- msgstr ""
1882
-
1883
- #: wpf-includes/wpf-phrases.php:423
1884
- msgid "Can't add forum"
1885
- msgstr ""
1886
-
1887
- #: wpf-includes/wpf-phrases.php:424
1888
- msgid "Can't add new language"
1889
- msgstr ""
1890
-
1891
- #: wpf-includes/wpf-phrases.php:425
1892
- msgid "Can't delete this Usergroup"
1893
- msgstr ""
1894
-
1895
- #: wpf-includes/wpf-phrases.php:426
1896
- msgid "Can't send confirmation email"
1897
- msgstr ""
1898
-
1899
- #: wpf-includes/wpf-phrases.php:427
1900
- msgid "Can't send report email"
1901
- msgstr ""
1902
-
1903
- #: wpf-includes/wpf-phrases.php:428
1904
- msgid "Can't subscribe to this item"
1905
- msgstr ""
1906
-
1907
- #: wpf-includes/wpf-phrases.php:429
1908
- msgid "Can't write a post: This topic is closed"
1909
- msgstr ""
1910
-
1911
- #: wpf-includes/wpf-phrases.php:430
1912
- msgid "Can`t upload file"
1913
- msgstr ""
1914
-
1915
- #: wpf-includes/wpf-phrases.php:431
1916
- msgid "Cannot update forum hierarchy"
1917
- msgstr ""
1918
-
1919
- #: wpf-includes/wpf-phrases.php:432
1920
- msgid "Cannot update post data"
1921
- msgstr ""
1922
-
1923
- #: wpf-includes/wpf-phrases.php:433
1924
- msgid "Could not be unsubscribe from this item"
1925
- msgstr ""
1926
-
1927
- #: wpf-includes/wpf-phrases.php:434
1928
- msgid "Email address exists. Please insert another."
1929
- msgstr ""
1930
-
1931
- #: wpf-includes/wpf-phrases.php:435
1932
- msgid "Error: Forum is not found"
1933
- msgstr ""
1934
-
1935
- #: wpf-includes/wpf-phrases.php:436
1936
- msgid "Error: No topic selected"
1937
- msgstr ""
1938
-
1939
- #: wpf-includes/wpf-phrases.php:437
1940
- msgid "Error: Topic is not found"
1941
- msgstr ""
1942
-
1943
- #: wpf-includes/wpf-phrases.php:438
1944
- msgid "Error: please inset some text to report."
1945
- msgstr ""
1946
-
1947
- #: wpf-includes/wpf-phrases.php:439
1948
- msgid "Features successfully updated"
1949
- msgstr ""
1950
-
1951
- #: wpf-includes/wpf-phrases.php:440
1952
- msgid "Features successfully updated, but previous value not changed"
1953
- msgstr ""
1954
-
1955
- #: wpf-includes/wpf-phrases.php:441
1956
- msgid "File type is not allowed"
1957
- msgstr ""
1958
-
1959
- #: wpf-includes/wpf-phrases.php:442
1960
- msgid "Forum Base URL successfully updated"
1961
- msgstr ""
1962
-
1963
- #: wpf-includes/wpf-phrases.php:443
1964
- msgid "Forum deleting error"
1965
- msgstr ""
1966
-
1967
- #: wpf-includes/wpf-phrases.php:444
1968
- msgid "Forum hierarchy successfully updated"
1969
- msgstr ""
1970
-
1971
- #: wpf-includes/wpf-phrases.php:445
1972
- msgid "Forum is successfully merged"
1973
- msgstr ""
1974
-
1975
- #: wpf-includes/wpf-phrases.php:446
1976
- msgid "Forum merging error"
1977
- msgstr ""
1978
-
1979
- #: wpf-includes/wpf-phrases.php:447
1980
- msgid "Forum options successfully updated"
1981
- msgstr ""
1982
-
1983
- #: wpf-includes/wpf-phrases.php:448
1984
- msgid "Forum options successfully updated, but previous value not changed"
1985
- msgstr ""
1986
-
1987
- #: wpf-includes/wpf-phrases.php:449
1988
- msgid "Forum successfully updated"
1989
- msgstr ""
1990
-
1991
- #: wpf-includes/wpf-phrases.php:450
1992
- msgid "Forum update error"
1993
- msgstr ""
1994
-
1995
- #: wpf-includes/wpf-phrases.php:451
1996
- msgid "General options successfully updated"
1997
- msgstr ""
1998
-
1999
- #: wpf-includes/wpf-phrases.php:452
2000
- msgid "Illegal character in username."
2001
- msgstr ""
2002
-
2003
- #: wpf-includes/wpf-phrases.php:453
2004
- msgid "Insert your Email address."
2005
- msgstr ""
2006
-
2007
- #: wpf-includes/wpf-phrases.php:454
2008
- msgid "Invalid Email address"
2009
- msgstr ""
2010
-
2011
- #: wpf-includes/wpf-phrases.php:455
2012
- msgid "Invalid request!"
2013
- msgstr ""
2014
-
2015
- #: wpf-includes/wpf-phrases.php:456
2016
- msgid "Member options successfully updated"
2017
- msgstr ""
2018
-
2019
- #: wpf-includes/wpf-phrases.php:457
2020
- msgid "Member options successfully updated, but previous value not changed"
2021
- msgstr ""
2022
-
2023
- #: wpf-includes/wpf-phrases.php:458
2024
- msgid "Message has been sent"
2025
- msgstr ""
2026
-
2027
- #: wpf-includes/wpf-phrases.php:459
2028
- msgid ""
2029
- "New language successfully added and changed wpforo language to new language"
2030
- msgstr ""
2031
-
2032
- #: wpf-includes/wpf-phrases.php:460
2033
- msgid "No Posts found for update"
2034
- msgstr ""
2035
-
2036
- #: wpf-includes/wpf-phrases.php:461
2037
- msgid "Password length must be between 6 characters and 20 characters."
2038
- msgstr ""
2039
-
2040
- #: wpf-includes/wpf-phrases.php:462
2041
- msgid "Password mismatch."
2042
- msgstr ""
2043
-
2044
- #: wpf-includes/wpf-phrases.php:463
2045
- msgid "Permission denied"
2046
- msgstr ""
2047
-
2048
- #: wpf-includes/wpf-phrases.php:464
2049
- msgid "Permission denied for add forum"
2050
- msgstr ""
2051
-
2052
- #: wpf-includes/wpf-phrases.php:465
2053
- msgid "Permission denied for delete forum"
2054
- msgstr ""
2055
-
2056
- #: wpf-includes/wpf-phrases.php:466
2057
- msgid "Permission denied for edit forum"
2058
- msgstr ""
2059
-
2060
- #: wpf-includes/wpf-phrases.php:467
2061
- msgid "Permission denied for this action"
2062
- msgstr ""
2063
-
2064
- #: wpf-includes/wpf-phrases.php:468
2065
- msgid "Phrase add error"
2066
- msgstr ""
2067
-
2068
- #: wpf-includes/wpf-phrases.php:469
2069
- msgid "Phrase adding error"
2070
- msgstr ""
2071
-
2072
- #: wpf-includes/wpf-phrases.php:470
2073
- msgid "Phrase successfully added"
2074
- msgstr ""
2075
-
2076
- #: wpf-includes/wpf-phrases.php:471
2077
- msgid "Phrase successfully updates"
2078
- msgstr ""
2079
-
2080
- #: wpf-includes/wpf-phrases.php:472
2081
- msgid "Phrase update error"
2082
- msgstr ""
2083
-
2084
- #: wpf-includes/wpf-phrases.php:473
2085
- msgid "Please insert required fields!"
2086
- msgstr ""
2087
-
2088
- #: wpf-includes/wpf-phrases.php:474
2089
- msgid "Post delete error"
2090
- msgstr ""
2091
-
2092
- #: wpf-includes/wpf-phrases.php:475
2093
- msgid "Post options successfully updated"
2094
- msgstr ""
2095
-
2096
- #: wpf-includes/wpf-phrases.php:476
2097
- msgid "Post options successfully updated, but previous value not changed"
2098
- msgstr ""
2099
-
2100
- #: wpf-includes/wpf-phrases.php:477
2101
- msgid "Registration Error"
2102
- msgstr ""
2103
-
2104
- #: wpf-includes/wpf-phrases.php:478
2105
- msgid "Reply request error"
2106
- msgstr ""
2107
-
2108
- #: wpf-includes/wpf-phrases.php:479
2109
- msgid "Something wrong with profile data."
2110
- msgstr ""
2111
-
2112
- #: wpf-includes/wpf-phrases.php:480
2113
- msgid "Subscribe options successfully updated"
2114
- msgstr ""
2115
-
2116
- #: wpf-includes/wpf-phrases.php:481
2117
- msgid "Subscribe options successfully updated, but previous value not changed"
2118
- msgstr ""
2119
-
2120
- #: wpf-includes/wpf-phrases.php:482
2121
- msgid "Success! Thank you Dear Friend"
2122
- msgstr ""
2123
-
2124
- #: wpf-includes/wpf-phrases.php:483
2125
- msgid ""
2126
- "Success! Thank you. Please check your email and click confirmation link "
2127
- "below to complete this step."
2128
- msgstr ""
2129
-
2130
- #: wpf-includes/wpf-phrases.php:484
2131
- msgid "Successfully updated"
2132
- msgstr ""
2133
-
2134
- #: wpf-includes/wpf-phrases.php:485
2135
- msgid "Successfully voted"
2136
- msgstr ""
2137
-
2138
- #: wpf-includes/wpf-phrases.php:486
2139
- msgid "The uploaded file size is too big"
2140
- msgstr ""
2141
-
2142
- #: wpf-includes/wpf-phrases.php:487
2143
- msgid "Theme options successfully updated"
2144
- msgstr ""
2145
-
2146
- #: wpf-includes/wpf-phrases.php:488
2147
- msgid "Theme options successfully updated, but previous value not changed"
2148
- msgstr ""
2149
-
2150
- #: wpf-includes/wpf-phrases.php:489
2151
- msgid "This email address is already registered. Please insert another."
2152
- msgstr ""
2153
-
2154
- #: wpf-includes/wpf-phrases.php:490
2155
- msgid "This post successfully deleted"
2156
- msgstr ""
2157
-
2158
- #: wpf-includes/wpf-phrases.php:491
2159
- msgid "This post successfully edited"
2160
- msgstr ""
2161
-
2162
- #: wpf-includes/wpf-phrases.php:492
2163
- msgid "This topic successfully deleted"
2164
- msgstr ""
2165
-
2166
- #: wpf-includes/wpf-phrases.php:493
2167
- msgid "Topic Move Error"
2168
- msgstr ""
2169
-
2170
- #: wpf-includes/wpf-phrases.php:494
2171
- msgid "Topic add error"
2172
- msgstr ""
2173
-
2174
- #: wpf-includes/wpf-phrases.php:495
2175
- msgid "Topic delete error"
2176
- msgstr ""
2177
-
2178
- #: wpf-includes/wpf-phrases.php:496
2179
- msgid "Topic edit error"
2180
- msgstr ""
2181
-
2182
- #: wpf-includes/wpf-phrases.php:497
2183
- msgid "Topic not found."
2184
- msgstr ""
2185
-
2186
- #: wpf-includes/wpf-phrases.php:498
2187
- msgid "Topic successfully moved"
2188
- msgstr ""
2189
-
2190
- #: wpf-includes/wpf-phrases.php:499
2191
- msgid "Topic successfully updated"
2192
- msgstr ""
2193
-
2194
- #: wpf-includes/wpf-phrases.php:500
2195
- msgid "Topics delete error"
2196
- msgstr ""
2197
-
2198
- #: wpf-includes/wpf-phrases.php:501
2199
- msgid "User delete error"
2200
- msgstr ""
2201
-
2202
- #: wpf-includes/wpf-phrases.php:502
2203
- msgid "User group add error"
2204
- msgstr ""
2205
-
2206
- #: wpf-includes/wpf-phrases.php:503
2207
- msgid "User group edit error"
2208
- msgstr ""
2209
-
2210
- #: wpf-includes/wpf-phrases.php:504
2211
- msgid "User group successfully added"
2212
- msgstr ""
2213
-
2214
- #: wpf-includes/wpf-phrases.php:505
2215
- msgid "User group successfully edited"
2216
- msgstr ""
2217
-
2218
- #: wpf-includes/wpf-phrases.php:506
2219
- msgid "User successfully deleted from wpforo"
2220
- msgstr ""
2221
-
2222
- #: wpf-includes/wpf-phrases.php:507
2223
- msgid "Username exists. Please insert another."
2224
- msgstr ""
2225
-
2226
- #: wpf-includes/wpf-phrases.php:508
2227
- msgid "Username is missed."
2228
- msgstr ""
2229
-
2230
- #: wpf-includes/wpf-phrases.php:509
2231
- msgid "Username length must be between 3 characters and 15 characters."
2232
- msgstr ""
2233
-
2234
- #: wpf-includes/wpf-phrases.php:510
2235
- msgid "Welcome to our Community!"
2236
- msgstr ""
2237
-
2238
- #: wpf-includes/wpf-phrases.php:511
2239
- msgid "Wrong post data"
2240
- msgstr ""
2241
-
2242
- #: wpf-includes/wpf-phrases.php:512
2243
- msgid "You are already voted this post"
2244
- msgstr ""
2245
-
2246
- #: wpf-includes/wpf-phrases.php:513
2247
- msgid "You have been successfully subscribed"
2248
- msgstr ""
2249
-
2250
- #: wpf-includes/wpf-phrases.php:514
2251
- msgid "You have been successfully unsubscribed"
2252
- msgstr ""
2253
-
2254
- #: wpf-includes/wpf-phrases.php:515
2255
- msgid "You have no permission to edit this topic"
2256
- msgstr ""
2257
-
2258
- #: wpf-includes/wpf-phrases.php:516
2259
- msgid "You haven't permission to create post into this forum"
2260
- msgstr ""
2261
-
2262
- #: wpf-includes/wpf-phrases.php:517
2263
- msgid "You haven't permission to create topic into this forum"
2264
- msgstr ""
2265
-
2266
- #: wpf-includes/wpf-phrases.php:518
2267
- msgid "You haven't permission to delete post from this forum"
2268
- msgstr ""
2269
-
2270
- #: wpf-includes/wpf-phrases.php:519
2271
- msgid "You haven't permission to delete topic from this forum"
2272
- msgstr ""
2273
-
2274
- #: wpf-includes/wpf-phrases.php:520
2275
- msgid "You haven't permission to edit post from this forum"
2276
- msgstr ""
2277
-
2278
- #: wpf-includes/wpf-phrases.php:521
2279
- msgid "You successfully replied"
2280
- msgstr ""
2281
-
2282
- #: wpf-includes/wpf-phrases.php:522
2283
- msgid "Your forum successfully added"
2284
- msgstr ""
2285
-
2286
- #: wpf-includes/wpf-phrases.php:523
2287
- msgid "Your forum successfully deleted"
2288
- msgstr ""
2289
-
2290
- #: wpf-includes/wpf-phrases.php:524
2291
- msgid "Your profile data have been successfully updated."
2292
- msgstr ""
2293
-
2294
- #: wpf-includes/wpf-phrases.php:525
2295
- msgid "Your subscription for this item could not be confirmed"
2296
- msgstr ""
2297
-
2298
- #: wpf-includes/wpf-phrases.php:526
2299
- msgid "Your topic successfully added"
2300
- msgstr ""
2301
-
2302
- #. Plugin Name of the plugin/theme
2303
- msgid "Forum - wpForo"
2304
- msgstr ""
2305
-
2306
- #. Plugin URI of the plugin/theme
2307
- msgid "http://wpforo.com"
2308
- msgstr ""
2309
-
2310
- #. Description of the plugin/theme
2311
- msgid ""
2312
- "Next Generation of WordPress Forum Softwares. Everything you need to run an "
2313
- "efficient and professional community. Powerful and beautiful bulletin board "
2314
- "with unique features."
2315
- msgstr ""
2316
-
2317
- #. Author of the plugin/theme
2318
- msgid "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
2319
- msgstr ""
2320
-
2321
- #. Author URI of the plugin/theme
2322
- msgid "http://gvectors.com/"
2323
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
wpf-languages/wpforo-ro_RO.mo DELETED
Binary file
wpf-languages/wpforo-ro_RO.po DELETED
@@ -1,2323 +0,0 @@
1
- # Copyright (C) 2016 gVectors Team
2
- # This file is distributed under the same license as the wpForo package.
3
- msgid ""
4
- msgstr ""
5
- "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?"
6
- "2:1));\n"
7
- "Project-Id-Version: Forum - wpForo\n"
8
- "POT-Creation-Date: 2016-06-30 16:38+0400\n"
9
- "PO-Revision-Date: 2016-06-30 16:38+0400\n"
10
- "Language-Team: \n"
11
- "MIME-Version: 1.0\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
- "Content-Transfer-Encoding: 8bit\n"
14
- "X-Generator: Poedit 1.8.6\n"
15
- "X-Poedit-Basepath: ..\n"
16
- "X-Poedit-WPHeader: wpforo.php\n"
17
- "X-Poedit-SourceCharset: UTF-8\n"
18
- "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
19
- "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
20
- "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
21
- "Last-Translator: \n"
22
- "Language: ro_RO\n"
23
- "X-Poedit-SearchPath-0: .\n"
24
- "X-Poedit-SearchPathExcluded-0: *.js\n"
25
-
26
- #: wpf-admin/dashboard.php:7 wpf-includes/wpf-phrases.php:403
27
- msgid "wpForo Dashboard"
28
- msgstr ""
29
-
30
- #: wpf-admin/dashboard.php:23 wpf-includes/wpf-phrases.php:356
31
- msgid "Welcome Message"
32
- msgstr ""
33
-
34
- #: wpf-admin/dashboard.php:29
35
- msgid ""
36
- "Thank you for trying wpForo! This forum development was started on 2013 and "
37
- "we were using it for our support community. Now it's ready for WordPress "
38
- "community as well. \n"
39
- " It's on the Beta stage and we're working "
40
- "hard to reach the Gold 1.0.0 version as soon as possible. \n"
41
- " wpForo is a professional bulletin board "
42
- "for WorPress, and the only forum software which comes with Multi-layout "
43
- "template system.\n"
44
- " The \"Extended\", \"Simplified\" and "
45
- "\"Question &amp Answer\" layouts fit almost all type of discussions needs. "
46
- "You can use wpForo for small and extremely large communities. \n"
47
- " <br />If you found some issue or bug "
48
- "please open a support topic in plugin page or in our support forum at "
49
- "gVectors.com. If you liked wpForo please leave some good review for this "
50
- "plugin. We really need your good reviews. \n"
51
- " If you didn't like wpForo please leave a "
52
- "list of issues and requirements you'd like us to fix and add in near future. "
53
- "We're here to help you and improve wpForo as much as possible."
54
- msgstr ""
55
-
56
- #: wpf-admin/dashboard.php:60 wpf-includes/wpf-phrases.php:128
57
- msgid "General Information"
58
- msgstr ""
59
-
60
- #: wpf-admin/dashboard.php:64 wpf-includes/wpf-phrases.php:363
61
- msgid "You are currently running"
62
- msgstr ""
63
-
64
- #: wpf-admin/dashboard.php:65 wpf-includes/wpf-phrases.php:18
65
- msgid "Active Theme"
66
- msgstr ""
67
-
68
- #: wpf-admin/dashboard.php:66 wpf-includes/wpf-phrases.php:408
69
- msgid "wpForo Website"
70
- msgstr ""
71
-
72
- #: wpf-admin/dashboard.php:67 wpf-includes/wpf-phrases.php:316
73
- msgid "Support Forum"
74
- msgstr ""
75
-
76
- #: wpf-admin/dashboard.php:78 wpf-includes/wpf-phrases.php:286
77
- msgid "Server Information"
78
- msgstr ""
79
-
80
- #: wpf-admin/dashboard.php:108 wpf-includes/wpf-phrases.php:46
81
- msgid "Available"
82
- msgstr ""
83
-
84
- #: wpf-admin/dashboard.php:108 wpf-includes/wpf-phrases.php:205
85
- msgid "Not available"
86
- msgstr ""
87
-
88
- #: wpf-admin/dashboard.php:126 wpf-includes/wpf-phrases.php:49
89
- msgid "Board Statistic"
90
- msgstr ""
91
-
92
- #: wpf-admin/dashboard.php:132 wpf-admin/options.php:14
93
- #: wpf-includes/wpf-phrases.php:121
94
- msgid "Forums"
95
- msgstr ""
96
-
97
- #: wpf-admin/dashboard.php:136 wpf-includes/class-forums.php:537
98
- #: wpf-includes/wpf-phrases.php:334
99
- msgid "Topics"
100
- msgstr ""
101
-
102
- #: wpf-admin/dashboard.php:140 wpf-includes/class-forums.php:537
103
- #: wpf-includes/wpf-phrases.php:229
104
- msgid "Posts"
105
- msgstr ""
106
-
107
- #: wpf-admin/dashboard.php:144 wpf-admin/member.php:10 wpf-admin/options.php:17
108
- #: wpf-includes/wpf-phrases.php:175
109
- msgid "Members"
110
- msgstr ""
111
-
112
- #: wpf-admin/dashboard.php:148 wpf-includes/wpf-phrases.php:176
113
- msgid "Members Online"
114
- msgstr ""
115
-
116
- #: wpf-admin/dashboard.php:155 wpf-includes/wpf-phrases.php:44
117
- msgid "Attachments"
118
- msgstr ""
119
-
120
- #: wpf-admin/dashboard.php:159 wpf-includes/wpf-phrases.php:45
121
- msgid "Attachments Size"
122
- msgstr ""
123
-
124
- #: wpf-admin/forum.php:13 wpf-includes/functions.php:548
125
- #: wpf-includes/wpf-phrases.php:298
126
- msgid "Show on screen"
127
- msgstr ""
128
-
129
- #: wpf-admin/forum.php:15 wpf-admin/forum.php:114
130
- #: wpf-includes/wpf-phrases.php:111
131
- msgid "Forum Options"
132
- msgstr ""
133
-
134
- #: wpf-admin/forum.php:16 wpf-includes/wpf-phrases.php:220
135
- msgid "Permissions"
136
- msgstr ""
137
-
138
- #: wpf-admin/forum.php:17 wpf-includes/wpf-phrases.php:303
139
- msgid "Slug"
140
- msgstr ""
141
-
142
- #: wpf-admin/forum.php:18 wpf-includes/wpf-phrases.php:110
143
- msgid "Forum Meta"
144
- msgstr ""
145
-
146
- #: wpf-admin/forum.php:21 wpf-includes/wpf-phrases.php:270
147
- msgid "Screen Layout"
148
- msgstr ""
149
-
150
- #: wpf-admin/forum.php:22 wpf-includes/wpf-phrases.php:206
151
- msgid "Number of Columns"
152
- msgstr ""
153
-
154
- #: wpf-admin/forum.php:32 wpf-includes/functions.php:562
155
- #: wpf-includes/wpf-phrases.php:271
156
- msgid "Screen Options"
157
- msgstr ""
158
-
159
- #: wpf-admin/forum.php:43 wpf-includes/wpf-phrases.php:51
160
- msgid "Categories and Forums"
161
- msgstr ""
162
-
163
- #: wpf-admin/forum.php:44 wpf-admin/options-tabs/general.php:42
164
- #: wpf-admin/themes.php:10 wpf-admin/usergroup.php:8
165
- #: wpf-includes/wpf-phrases.php:20
166
- msgid "Add New"
167
- msgstr ""
168
-
169
- #: wpf-admin/forum.php:55 wpf-includes/wpf-phrases.php:222
170
- msgid "Please drag and drop forum panels to set parent-child hierarchy."
171
- msgstr ""
172
-
173
- #: wpf-admin/forum.php:69 wpf-includes/wpf-phrases.php:269
174
- msgid "Save forums order and hierarchy"
175
- msgstr ""
176
-
177
- #: wpf-admin/forum.php:96 wpf-includes/wpf-phrases.php:85
178
- msgid "Enter forum title here"
179
- msgstr ""
180
-
181
- #: wpf-admin/forum.php:101 wpf-includes/wpf-phrases.php:84
182
- msgid "Enter description here . . ."
183
- msgstr ""
184
-
185
- #: wpf-admin/forum.php:102 wpf-includes/wpf-phrases.php:326
186
- msgid ""
187
- "This is a forum description. This content will be displayed under forum "
188
- "title on the forum list."
189
- msgstr ""
190
-
191
- #: wpf-admin/forum.php:117 wpf-includes/wpf-phrases.php:218
192
- msgid "Parent Forum"
193
- msgstr ""
194
-
195
- #: wpf-admin/forum.php:120 wpf-includes/wpf-phrases.php:201
196
- msgid "No parent"
197
- msgstr ""
198
-
199
- #: wpf-admin/forum.php:125 wpf-includes/wpf-phrases.php:342
200
- msgid "Use as Category"
201
- msgstr ""
202
-
203
- #: wpf-admin/forum.php:127 wpf-includes/wpf-phrases.php:52
204
- msgid "Category Layout"
205
- msgstr ""
206
-
207
- #: wpf-admin/forum.php:137 wpf-includes/wpf-phrases.php:199
208
- msgid "No layout found."
209
- msgstr ""
210
-
211
- #: wpf-admin/forum.php:146 wpf-admin/forum.php:153
212
- #: wpf-includes/wpf-phrases.php:231
213
- msgid "Publish"
214
- msgstr ""
215
-
216
- #: wpf-admin/forum.php:150 wpf-includes/wpf-phrases.php:37
217
- msgid "Are you sure you want to delete this forum?"
218
- msgstr ""
219
-
220
- #: wpf-admin/forum.php:150 wpf-admin/themes.php:73 wpf-admin/usergroup.php:37
221
- #: wpf-admin/usergroup.php:133 wpf-includes/functions.php:256
222
- #: wpf-includes/functions.php:469 wpf-includes/wpf-hooks.php:807
223
- #: wpf-includes/wpf-phrases.php:65
224
- msgid "Delete"
225
- msgstr ""
226
-
227
- #: wpf-admin/forum.php:151 wpf-admin/usergroup.php:39
228
- #: wpf-includes/class-forums.php:543 wpf-includes/wpf-phrases.php:350
229
- msgid "View"
230
- msgstr ""
231
-
232
- #: wpf-admin/forum.php:221 wpf-includes/wpf-phrases.php:116
233
- msgid "Forum Slug"
234
- msgstr ""
235
-
236
- #: wpf-admin/forum.php:224 wpf-includes/wpf-phrases.php:319
237
- msgid ""
238
- "The \"slug\" is the URL-friendly version of the name. It is usually all "
239
- "lowercase and contains only letters, numbers, and hyphens."
240
- msgstr ""
241
-
242
- #: wpf-admin/forum.php:230 wpf-includes/wpf-phrases.php:114
243
- msgid "Forum SEO"
244
- msgstr ""
245
-
246
- #: wpf-admin/forum.php:233 wpf-includes/wpf-phrases.php:180
247
- msgid "Meta Description"
248
- msgstr ""
249
-
250
- #: wpf-admin/forum.php:262 wpf-includes/wpf-phrases.php:325
251
- msgid "This action will also delete all sub-forums, topics and replies."
252
- msgstr ""
253
-
254
- #: wpf-admin/forum.php:270 wpf-includes/wpf-phrases.php:135
255
- msgid ""
256
- "If you want to delete this forum and keep its sub-forums, topics and "
257
- "replies, please select a new target forum in dropdown below"
258
- msgstr ""
259
-
260
- #: wpf-admin/forum.php:279 wpf-includes/wpf-phrases.php:26
261
- msgid ""
262
- "All sub-forums, topics and replies will be attached to selected forum. "
263
- "Layout will be inherited from this forum."
264
- msgstr ""
265
-
266
- #: wpf-admin/options-tabs/accesses.php:9 wpf-includes/wpf-phrases.php:21
267
- msgid "Add New Forum Access"
268
- msgstr ""
269
-
270
- #: wpf-admin/options-tabs/accesses.php:13 wpf-includes/wpf-phrases.php:15
271
- msgid "Access names"
272
- msgstr ""
273
-
274
- #: wpf-admin/options-tabs/accesses.php:27 wpf-includes/class-forums.php:539
275
- #: wpf-includes/wpf-phrases.php:376
276
- msgid "edit"
277
- msgstr ""
278
-
279
- #: wpf-admin/options-tabs/accesses.php:28 wpf-includes/wpf-phrases.php:39
280
- msgid ""
281
- "Are you sure you want to remove this access set? Usergroups which attached "
282
- "to this access will lost all forum permissions."
283
- msgstr ""
284
-
285
- #: wpf-admin/options-tabs/accesses.php:28 wpf-includes/class-forums.php:541
286
- #: wpf-includes/wpf-phrases.php:375
287
- msgid "delete"
288
- msgstr ""
289
-
290
- #: wpf-admin/options-tabs/accesses.php:42 wpf-includes/wpf-phrases.php:14
291
- msgid "Access name"
292
- msgstr ""
293
-
294
- #: wpf-admin/options-tabs/accesses.php:62 wpf-includes/wpf-phrases.php:267
295
- msgid "Save"
296
- msgstr ""
297
-
298
- #: wpf-admin/options-tabs/accesses.php:62 wpf-includes/wpf-phrases.php:339
299
- msgid "Update"
300
- msgstr ""
301
-
302
- #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:291
303
- msgid "Show Admin Bar for Members"
304
- msgstr ""
305
-
306
- #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:328
307
- msgid "This option doesn't affect website admins."
308
- msgstr ""
309
-
310
- #: wpf-admin/options-tabs/features.php:10 wpf-includes/wpf-phrases.php:293
311
- msgid "Show Forum Page Title"
312
- msgstr ""
313
-
314
- #: wpf-admin/options-tabs/features.php:11 wpf-includes/wpf-phrases.php:296
315
- msgid "Show Top/Menu Bar"
316
- msgstr ""
317
-
318
- #: wpf-admin/options-tabs/features.php:12 wpf-includes/wpf-phrases.php:295
319
- msgid "Show Top Search"
320
- msgstr ""
321
-
322
- #: wpf-admin/options-tabs/features.php:13 wpf-includes/wpf-phrases.php:292
323
- msgid "Show Breadcrumb"
324
- msgstr ""
325
-
326
- #: wpf-admin/options-tabs/features.php:14 wpf-includes/wpf-phrases.php:294
327
- msgid "Show Forum Statistic"
328
- msgstr ""
329
-
330
- #: wpf-admin/options-tabs/features.php:15 wpf-includes/wpf-phrases.php:254
331
- msgid "Replace Author Link to Forum Profile"
332
- msgstr ""
333
-
334
- #: wpf-admin/options-tabs/features.php:16 wpf-includes/wpf-phrases.php:255
335
- msgid "Replace Comment Author Link to Forum Profile"
336
- msgstr ""
337
-
338
- #: wpf-admin/options-tabs/features.php:17 wpf-includes/wpf-phrases.php:257
339
- msgid "Replace Registration Page URL to Forum URL"
340
- msgstr ""
341
-
342
- #: wpf-admin/options-tabs/features.php:18 wpf-includes/wpf-phrases.php:256
343
- msgid "Replace Login Page URL to Forum URL"
344
- msgstr ""
345
-
346
- #: wpf-admin/options-tabs/features.php:19 wpf-includes/wpf-phrases.php:253
347
- msgid "Replace Author Avatar with Forum Profile Avatar"
348
- msgstr ""
349
-
350
- #: wpf-admin/options-tabs/features.php:20 wpf-includes/wpf-phrases.php:76
351
- msgid "Enable Avatars"
352
- msgstr ""
353
-
354
- #: wpf-admin/options-tabs/features.php:21 wpf-includes/wpf-phrases.php:77
355
- msgid "Enable Custom Avatars"
356
- msgstr ""
357
-
358
- #: wpf-admin/options-tabs/features.php:22 wpf-includes/wpf-phrases.php:31
359
- msgid "Allow Member Signature"
360
- msgstr ""
361
-
362
- #: wpf-admin/options-tabs/features.php:23 wpf-includes/wpf-phrases.php:79
363
- msgid "Enable Member Rating"
364
- msgstr ""
365
-
366
- #: wpf-admin/options-tabs/features.php:24 wpf-includes/wpf-phrases.php:80
367
- msgid "Enable Member Rating Titles"
368
- msgstr ""
369
-
370
- #: wpf-admin/options-tabs/features.php:25 wpf-includes/wpf-phrases.php:78
371
- msgid "Enable Member Cashe"
372
- msgstr ""
373
-
374
- #: wpf-admin/options-tabs/features.php:26 wpf-includes/wpf-phrases.php:83
375
- msgid "Enable wpForo SEO for Meta Titles"
376
- msgstr ""
377
-
378
- #: wpf-admin/options-tabs/features.php:27 wpf-includes/wpf-phrases.php:82
379
- msgid "Enable wpForo SEO for Meta Tags"
380
- msgstr ""
381
-
382
- #: wpf-admin/options-tabs/features.php:28 wpf-includes/wpf-phrases.php:81
383
- msgid "Enable wpForo Font-Awesome Lib"
384
- msgstr ""
385
-
386
- #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:132
387
- msgid "Help wpForo to grow, show plugin info"
388
- msgstr ""
389
-
390
- #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:223
391
- msgid ""
392
- "Please enable this option to help wpForo get more popularity as your thank "
393
- "to the hard work we do for you totally free. This option adds a very small "
394
- "icon in forum footer, which will allow your site visitors recognize the name "
395
- "of forum solution you use."
396
- msgstr ""
397
-
398
- #: wpf-admin/options-tabs/features.php:46 wpf-includes/wpf-phrases.php:361
399
- msgid "Yes"
400
- msgstr ""
401
-
402
- #: wpf-admin/options-tabs/features.php:47 wpf-includes/wpf-phrases.php:193
403
- msgid "No"
404
- msgstr ""
405
-
406
- #: wpf-admin/options-tabs/features.php:57 wpf-admin/options-tabs/forums.php:16
407
- #: wpf-admin/options-tabs/general.php:49 wpf-admin/options-tabs/members.php:86
408
- #: wpf-admin/options-tabs/posts.php:57 wpf-admin/options-tabs/styles.php:46
409
- #: wpf-admin/options-tabs/subscriptions.php:75 wpf-includes/wpf-phrases.php:340
410
- msgid "Update Options"
411
- msgstr ""
412
-
413
- #: wpf-admin/options-tabs/general.php:14 wpf-includes/wpf-phrases.php:119
414
- msgid "Forum Title"
415
- msgstr ""
416
-
417
- #: wpf-admin/options-tabs/general.php:18 wpf-includes/wpf-phrases.php:106
418
- msgid "Forum Description"
419
- msgstr ""
420
-
421
- #: wpf-admin/options-tabs/general.php:22 wpf-includes/wpf-phrases.php:105
422
- msgid "Forum Base URL"
423
- msgstr ""
424
-
425
- #: wpf-admin/options-tabs/general.php:27 wpf-includes/wpf-phrases.php:63
426
- msgid "Dashboard Menu Position"
427
- msgstr ""
428
-
429
- #: wpf-admin/options-tabs/general.php:28 wpf-includes/wpf-phrases.php:320
430
- msgid "The position in the menu order wpForo should appear."
431
- msgstr ""
432
-
433
- #: wpf-admin/options-tabs/general.php:29 wpf-includes/wpf-phrases.php:344
434
- msgid ""
435
- "Use greater than 5 - below Posts, 10 - below Media, 15 - below Links, 20 - "
436
- "below Pages, 25 - below comments, 60 - below first separator, 65 - below "
437
- "Plugins, 70 - below Users, 75 - below Tools, 80 - below Settings, 100 - "
438
- "below second separator"
439
- msgstr ""
440
-
441
- #: wpf-admin/options-tabs/general.php:37 wpf-includes/wpf-phrases.php:108
442
- msgid "Forum Language"
443
- msgstr ""
444
-
445
- #: wpf-admin/options-tabs/general.php:61 wpf-includes/wpf-phrases.php:142
446
- msgid "Language XML file"
447
- msgstr ""
448
-
449
- #: wpf-admin/options-tabs/general.php:70 wpf-includes/wpf-phrases.php:22
450
- msgid "Add New Language"
451
- msgstr ""
452
-
453
- #: wpf-admin/options-tabs/members.php:13 wpf-includes/wpf-phrases.php:214
454
- msgid "Online status timeout"
455
- msgstr ""
456
-
457
- #: wpf-admin/options-tabs/members.php:16 wpf-admin/options-tabs/posts.php:19
458
- #: wpf-admin/options-tabs/posts.php:23 wpf-admin/options-tabs/posts.php:31
459
- #: wpf-admin/options-tabs/posts.php:35 wpf-includes/wpf-phrases.php:385
460
- msgid "minutes"
461
- msgstr ""
462
-
463
- #: wpf-admin/options-tabs/members.php:20 wpf-includes/wpf-phrases.php:177
464
- msgid "Members URL structure"
465
- msgstr ""
466
-
467
- #: wpf-admin/options-tabs/members.php:30 wpf-includes/wpf-phrases.php:61
468
- msgid "Custom Authorisation URLs"
469
- msgstr ""
470
-
471
- #: wpf-admin/options-tabs/members.php:41 wpf-includes/wpf-phrases.php:160
472
- msgid "Login URL"
473
- msgstr ""
474
-
475
- #: wpf-admin/options-tabs/members.php:42 wpf-includes/wpf-phrases.php:249
476
- msgid "Register URL"
477
- msgstr ""
478
-
479
- #: wpf-admin/options-tabs/members.php:43 wpf-includes/wpf-phrases.php:162
480
- msgid "Lost Password URL"
481
- msgstr ""
482
-
483
- #: wpf-admin/options-tabs/members.php:49 wpf-includes/wpf-phrases.php:172
484
- msgid "Member Reputation"
485
- msgstr ""
486
-
487
- #: wpf-admin/options-tabs/members.php:57 wpf-includes/wpf-phrases.php:244
488
- msgid "Rating Level"
489
- msgstr ""
490
-
491
- #: wpf-admin/options-tabs/members.php:58 wpf-includes/wpf-phrases.php:181
492
- msgid "Min Number of Posts"
493
- msgstr ""
494
-
495
- #: wpf-admin/options-tabs/members.php:59 wpf-includes/wpf-phrases.php:173
496
- msgid "Member Title"
497
- msgstr ""
498
-
499
- #: wpf-admin/options-tabs/members.php:60 wpf-includes/wpf-phrases.php:290
500
- msgid "Short Badge"
501
- msgstr ""
502
-
503
- #: wpf-admin/options-tabs/members.php:61 wpf-includes/wpf-phrases.php:126
504
- msgid "Full Badge"
505
- msgstr ""
506
-
507
- #: wpf-admin/options-tabs/members.php:62 wpf-includes/wpf-phrases.php:242
508
- msgid "Rating Color"
509
- msgstr ""
510
-
511
- #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:243
512
- msgid "Rating Icon"
513
- msgstr ""
514
-
515
- #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:183
516
- msgid "More"
517
- msgstr ""
518
-
519
- #: wpf-admin/options-tabs/members.php:68 wpf-includes/wpf-phrases.php:156
520
- msgid "Level"
521
- msgstr ""
522
-
523
- #: wpf-admin/options-tabs/members.php:69 wpf-includes/wpf-phrases.php:208
524
- msgid "Number of Posts"
525
- msgstr ""
526
-
527
- #: wpf-admin/options-tabs/members.php:70 wpf-includes/wpf-phrases.php:62
528
- msgid "Custom Title"
529
- msgstr ""
530
-
531
- #: wpf-admin/options-tabs/members.php:73 wpf-includes/wpf-phrases.php:56
532
- msgid "Color"
533
- msgstr ""
534
-
535
- #: wpf-admin/options-tabs/members.php:74 wpf-includes/wpf-phrases.php:48
536
- msgid "Badge Icon"
537
- msgstr ""
538
-
539
- #: wpf-admin/options-tabs/plugins.php:9
540
- msgid ""
541
- "Thank you for using wpForo. wpForo is a premium forum plugin which will "
542
- "always be available for free. There will never be paid and pro versions of "
543
- "this forum board. However this is a very large and hard project so we also "
544
- "develop paid addons (extensions), which will financially help us to keep "
545
- "improving and adding new features to the free wpForo plugin. Forum addons "
546
- "will also be actively developed. The first addons \"Advanced Media Uploader"
547
- "\", \"Polls\", \"Private Messages\" and \"Ad Manager\" will be available "
548
- "very soon. Once you got some addon and activated that, you will find "
549
- "settings in vertical subTabs here."
550
- msgstr ""
551
-
552
- #: wpf-admin/options-tabs/posts.php:14 wpf-includes/wpf-phrases.php:210
553
- msgid "Number of Topics per Page"
554
- msgstr ""
555
-
556
- #: wpf-admin/options-tabs/posts.php:18 wpf-includes/wpf-phrases.php:30
557
- msgid "Allow Edit Own Topic for"
558
- msgstr ""
559
-
560
- #: wpf-admin/options-tabs/posts.php:22 wpf-includes/wpf-phrases.php:27
561
- msgid "Allow Delete Own Topic for"
562
- msgstr ""
563
-
564
- #: wpf-admin/options-tabs/posts.php:26 wpf-includes/wpf-phrases.php:209
565
- msgid "Number of Posts per Page"
566
- msgstr ""
567
-
568
- #: wpf-admin/options-tabs/posts.php:30 wpf-includes/wpf-phrases.php:29
569
- msgid "Allow Edit Own Post for"
570
- msgstr ""
571
-
572
- #: wpf-admin/options-tabs/posts.php:34 wpf-includes/wpf-phrases.php:28
573
- msgid "Allow Delete Own post for"
574
- msgstr ""
575
-
576
- #: wpf-admin/options-tabs/posts.php:40 wpf-includes/wpf-phrases.php:167
577
- msgid "Maximum upload file size"
578
- msgstr ""
579
-
580
- #: wpf-admin/options-tabs/posts.php:41 wpf-includes/wpf-phrases.php:365
581
- msgid ""
582
- "You can not set this value more than \"upload_max_filesize\" and "
583
- "\"post_max_size\". If you want to increase server parameters please contact "
584
- "to your hosting service support."
585
- msgstr ""
586
-
587
- #: wpf-admin/options-tabs/posts.php:44 wpf-includes/wpf-phrases.php:164
588
- msgid "MB"
589
- msgstr ""
590
-
591
- #: wpf-admin/options-tabs/posts.php:47 wpf-includes/wpf-phrases.php:285
592
- msgid "Server \"upload_max_filesize\" is "
593
- msgstr ""
594
-
595
- #: wpf-admin/options-tabs/posts.php:48 wpf-includes/wpf-phrases.php:284
596
- msgid "Server \"post_max_size\" is "
597
- msgstr ""
598
-
599
- #: wpf-admin/options-tabs/subscriptions.php:13 wpf-includes/wpf-phrases.php:124
600
- msgid "From Name"
601
- msgstr ""
602
-
603
- #: wpf-admin/options-tabs/subscriptions.php:17 wpf-includes/wpf-phrases.php:123
604
- msgid "From Email Address"
605
- msgstr ""
606
-
607
- #: wpf-admin/options-tabs/subscriptions.php:22 wpf-includes/wpf-phrases.php:104
608
- msgid "Forum Admin Email Addresses"
609
- msgstr ""
610
-
611
- #: wpf-admin/options-tabs/subscriptions.php:23 wpf-includes/wpf-phrases.php:57
612
- msgid ""
613
- "Comma separated email addresses of forum administrators to get forum "
614
- "notifications. For example post report messages."
615
- msgstr ""
616
-
617
- #: wpf-admin/options-tabs/subscriptions.php:29 wpf-includes/wpf-phrases.php:314
618
- msgid "Subscription Emails"
619
- msgstr ""
620
-
621
- #: wpf-admin/options-tabs/subscriptions.php:33 wpf-includes/wpf-phrases.php:311
622
- msgid "Subscribe confirmation email subject"
623
- msgstr ""
624
-
625
- #: wpf-admin/options-tabs/subscriptions.php:37 wpf-includes/wpf-phrases.php:310
626
- msgid "Subscribe confirmation email message"
627
- msgstr ""
628
-
629
- #: wpf-admin/options-tabs/subscriptions.php:41 wpf-includes/wpf-phrases.php:192
630
- msgid "New topic notification email subject"
631
- msgstr ""
632
-
633
- #: wpf-admin/options-tabs/subscriptions.php:45 wpf-includes/wpf-phrases.php:191
634
- msgid "New topic notification email message"
635
- msgstr ""
636
-
637
- #: wpf-admin/options-tabs/subscriptions.php:49 wpf-includes/wpf-phrases.php:190
638
- msgid "New reply notification email subject"
639
- msgstr ""
640
-
641
- #: wpf-admin/options-tabs/subscriptions.php:53 wpf-includes/wpf-phrases.php:189
642
- msgid "New reply notification email message"
643
- msgstr ""
644
-
645
- #: wpf-admin/options-tabs/subscriptions.php:58 wpf-includes/wpf-phrases.php:224
646
- msgid "Post Reporting Emails"
647
- msgstr ""
648
-
649
- #: wpf-admin/options-tabs/subscriptions.php:59 wpf-includes/wpf-phrases.php:327
650
- msgid "This message comes from post reporting pop-up form."
651
- msgstr ""
652
-
653
- #: wpf-admin/options-tabs/subscriptions.php:64 wpf-includes/wpf-phrases.php:263
654
- msgid "Report message subject"
655
- msgstr ""
656
-
657
- #: wpf-admin/options-tabs/subscriptions.php:69 wpf-includes/wpf-phrases.php:262
658
- msgid "Report message body"
659
- msgstr ""
660
-
661
- #: wpf-admin/options.php:8 wpf-includes/wpf-phrases.php:115
662
- msgid "Forum Settings"
663
- msgstr ""
664
-
665
- #: wpf-admin/options.php:13 wpf-includes/wpf-phrases.php:127
666
- msgid "General"
667
- msgstr ""
668
-
669
- #: wpf-admin/options.php:15 wpf-includes/wpf-phrases.php:103
670
- msgid "Forum Accesses"
671
- msgstr ""
672
-
673
- #: wpf-admin/options.php:16 wpf-includes/wpf-phrases.php:335
674
- msgid "Topics &amp; Posts"
675
- msgstr ""
676
-
677
- #: wpf-admin/options.php:18 wpf-includes/wpf-phrases.php:75
678
- msgid "Emails"
679
- msgstr ""
680
-
681
- #: wpf-admin/options.php:19 wpf-includes/wpf-phrases.php:94
682
- msgid "Features"
683
- msgstr ""
684
-
685
- #: wpf-admin/options.php:21 wpf-includes/wpf-phrases.php:308
686
- msgid "Styles"
687
- msgstr ""
688
-
689
- #: wpf-admin/options.php:22 wpf-includes/wpf-phrases.php:25
690
- msgid "Addons"
691
- msgstr ""
692
-
693
- #: wpf-admin/phrase.php:10 wpf-includes/wpf-phrases.php:125
694
- msgid "Front-end Phrases"
695
- msgstr ""
696
-
697
- #: wpf-admin/themes.php:9 wpf-includes/wpf-phrases.php:118
698
- msgid "Forum Themes"
699
- msgstr ""
700
-
701
- #: wpf-admin/themes.php:46 wpf-includes/wpf-phrases.php:60
702
- msgid "Current active theme"
703
- msgstr ""
704
-
705
- #: wpf-admin/themes.php:48 wpf-includes/wpf-phrases.php:136
706
- msgid "Inactive"
707
- msgstr ""
708
-
709
- #: wpf-admin/themes.php:52 wpf-includes/wpf-phrases.php:141
710
- msgid "LAYOUTS"
711
- msgstr ""
712
-
713
- #: wpf-admin/themes.php:68 wpf-includes/wpf-phrases.php:17
714
- msgid "Activate"
715
- msgstr ""
716
-
717
- #: wpf-admin/themes.php:69 wpf-includes/wpf-phrases.php:122
718
- msgid "Fresh Installation"
719
- msgstr ""
720
-
721
- #: wpf-admin/themes.php:71 wpf-includes/wpf-phrases.php:138
722
- msgid "Install"
723
- msgstr ""
724
-
725
- #: wpf-admin/themes.php:73 wpf-includes/wpf-phrases.php:38
726
- msgid "Are you sure you want to delete this theme files?"
727
- msgstr ""
728
-
729
- #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:40
730
- msgid ""
731
- "Are you sure you want to reset all settings and style colors to default?"
732
- msgstr ""
733
-
734
- #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:265
735
- msgid "Reset Settings"
736
- msgstr ""
737
-
738
- #: wpf-admin/themes.php:96 wpf-includes/wpf-phrases.php:198
739
- msgid "No layout found"
740
- msgstr ""
741
-
742
- #: wpf-admin/themes.php:107 wpf-includes/wpf-phrases.php:203
743
- msgid "No theme found"
744
- msgstr ""
745
-
746
- #: wpf-admin/usergroup.php:8
747
- msgid "Usergroups"
748
- msgstr ""
749
-
750
- #: wpf-admin/usergroup.php:18 wpf-admin/usergroup.php:30
751
- #: wpf-admin/usergroup.php:62
752
- msgid "Usergroup Name"
753
- msgstr ""
754
-
755
- #: wpf-admin/usergroup.php:19
756
- msgid "Users Count"
757
- msgstr ""
758
-
759
- #: wpf-admin/usergroup.php:36
760
- msgid "Edit this usergroup"
761
- msgstr ""
762
-
763
- #: wpf-admin/usergroup.php:36 wpf-includes/functions.php:254
764
- #: wpf-includes/functions.php:467 wpf-includes/wpf-phrases.php:72
765
- msgid "Edit"
766
- msgstr ""
767
-
768
- #: wpf-admin/usergroup.php:37
769
- msgid "Delete this usergroup"
770
- msgstr ""
771
-
772
- #: wpf-admin/usergroup.php:39
773
- msgid "View users list in this usergroup"
774
- msgstr ""
775
-
776
- #: wpf-admin/usergroup.php:43
777
- msgid "Count of users in this usergroup"
778
- msgstr ""
779
-
780
- #: wpf-admin/usergroup.php:62 wpf-includes/wpf-phrases.php:131
781
- msgid "Guest"
782
- msgstr ""
783
-
784
- #: wpf-admin/usergroup.php:85 wpf-includes/wpf-phrases.php:369
785
- msgid "add"
786
- msgstr ""
787
-
788
- #: wpf-admin/usergroup.php:85
789
- msgid "save"
790
- msgstr ""
791
-
792
- #: wpf-admin/usergroup.php:106
793
- msgid "Delete Chosen Usergroup And Users"
794
- msgstr ""
795
-
796
- #: wpf-admin/usergroup.php:116
797
- msgid "Delete Chosen Usergroup And Join Users To Other Usergroup"
798
- msgstr ""
799
-
800
- #: wpf-admin/usergroup.php:128
801
- msgid "Users will be join this usergroup"
802
- msgstr ""
803
-
804
- #: wpf-includes/class-notices.php:128 wpf-includes/wpf-phrases.php:68
805
- msgid "Dismiss this notice."
806
- msgstr ""
807
-
808
- #: wpf-includes/class-permissions.php:116 wpf-includes/wpf-phrases.php:415
809
- #, php-format
810
- msgid "%s access successfully added"
811
- msgstr ""
812
-
813
- #: wpf-includes/class-permissions.php:141 wpf-includes/wpf-phrases.php:416
814
- #, php-format
815
- msgid "%s access successfully edited"
816
- msgstr ""
817
-
818
- #: wpf-includes/class-phrases.php:157
819
- #: wpf-includes/functions-installation.php:28 wpf-includes/wpf-phrases.php:7
820
- msgid " Forum"
821
- msgstr ""
822
-
823
- #: wpf-includes/class-phrases.php:158
824
- #: wpf-includes/functions-installation.php:29 wpf-includes/wpf-phrases.php:6
825
- msgid " Discussion Board"
826
- msgstr ""
827
-
828
- #: wpf-includes/class-template.php:868 wpf-includes/wpf-phrases.php:324
829
- msgid "Theme file not readable"
830
- msgstr ""
831
-
832
- #: wpf-includes/functions-template.php:7
833
- msgid "wpForo Menu"
834
- msgstr ""
835
-
836
- #: wpf-includes/functions-template.php:149 wpf-includes/wpf-phrases.php:405
837
- msgid "wpForo Sidebar"
838
- msgstr ""
839
-
840
- #: wpf-includes/functions-template.php:150 wpf-includes/wpf-phrases.php:188
841
- msgid ""
842
- "NOTE: If you're going to add widgets in this sidebar, please use 'Full "
843
- "Width' template for wpForo index page to avoid sidebar duplication."
844
- msgstr ""
845
-
846
- #: wpf-includes/functions-template.php:188
847
- #: wpf-includes/functions-template.php:295
848
- #: wpf-includes/functions-template.php:358
849
- #: wpf-includes/functions-template.php:435
850
- #: wpf-includes/functions-template.php:482 wpf-includes/wpf-phrases.php:330
851
- msgid "Title"
852
- msgstr ""
853
-
854
- #: wpf-includes/functions-template.php:361
855
- #: wpf-includes/functions-template.php:438 wpf-includes/wpf-phrases.php:207
856
- msgid "Number of Items"
857
- msgstr ""
858
-
859
- #: wpf-includes/functions-template.php:366 wpf-includes/wpf-phrases.php:69
860
- msgid "Display Avatars"
861
- msgstr ""
862
-
863
- #: wpf-includes/functions-template.php:442 wpf-includes/wpf-phrases.php:71
864
- msgid "Display with Avatars"
865
- msgstr ""
866
-
867
- #: wpf-includes/functions.php:252 wpf-includes/functions.php:465
868
- #: wpf-includes/wpf-phrases.php:50
869
- msgid "Bulk Actions"
870
- msgstr ""
871
-
872
- #: wpf-includes/functions.php:259 wpf-includes/functions.php:553
873
- #: wpf-includes/wpf-phrases.php:36
874
- msgid "Apply"
875
- msgstr ""
876
-
877
- #: wpf-includes/functions.php:268 wpf-includes/wpf-phrases.php:297
878
- msgid "Show all forums"
879
- msgstr ""
880
-
881
- #: wpf-includes/functions.php:297 wpf-includes/functions.php:475
882
- #: wpf-includes/wpf-phrases.php:380
883
- msgid "item"
884
- msgstr ""
885
-
886
- #: wpf-includes/functions.php:330 wpf-includes/functions.php:346
887
- #: wpf-includes/wpf-phrases.php:281
888
- msgid "Select All"
889
- msgstr ""
890
-
891
- #: wpf-includes/functions.php:412 wpf-includes/wpf-phrases.php:66
892
- msgid "Delete this item"
893
- msgstr ""
894
-
895
- #: wpf-includes/functions.php:412 wpf-includes/wpf-phrases.php:41
896
- msgid "Are you sure you whant to DELETE this item?"
897
- msgstr ""
898
-
899
- #: wpf-includes/functions.php:457 wpf-includes/wpf-phrases.php:197
900
- msgid "No items found"
901
- msgstr ""
902
-
903
- #: wpf-includes/functions.php:552 wpf-includes/wpf-phrases.php:139
904
- msgid "Items"
905
- msgstr ""
906
-
907
- #: wpf-includes/functions.php:795
908
- #, php-format
909
- msgid "Could not write file %s"
910
- msgstr ""
911
-
912
- #: wpf-includes/wpf-hooks.php:20 wpf-includes/wpf-phrases.php:134
913
- msgid ""
914
- "IMPORTANT! Uninstall is not a simple deactivation action. This action will "
915
- "permanently remove all forum data (forums, topics, replies, attachments...) "
916
- "from database. Please backup database before this action, you may need this "
917
- "forum data in future. If you are sure that you want to delete all forum data "
918
- "please confirm. If not, just cancel it, then you can deactivate this plugin, "
919
- "that will not remove forum data."
920
- msgstr ""
921
-
922
- #: wpf-includes/wpf-hooks.php:20
923
- msgid "Uninstall"
924
- msgstr ""
925
-
926
- #: wpf-includes/wpf-hooks.php:23
927
- msgid "Settings"
928
- msgstr ""
929
-
930
- #: wpf-includes/wpf-hooks.php:806 wpf-includes/wpf-phrases.php:184
931
- msgid "Move"
932
- msgstr ""
933
-
934
- #: wpf-includes/wpf-hooks.php:852
935
- msgid "Dismiss"
936
- msgstr ""
937
-
938
- #: wpf-includes/wpf-hooks.php:877 wpf-includes/wpf-phrases.php:407
939
- msgid "wpForo Usergroup"
940
- msgstr ""
941
-
942
- #: wpf-includes/wpf-hooks.php:885 wpf-includes/wpf-phrases.php:406
943
- msgid "wpForo User Timezone"
944
- msgstr ""
945
-
946
- #: wpf-includes/wpf-phrases.php:8
947
- #, php-format
948
- msgid "%s and %s liked"
949
- msgstr ""
950
-
951
- #: wpf-includes/wpf-phrases.php:9
952
- #, php-format
953
- msgid "%s liked"
954
- msgstr ""
955
-
956
- #: wpf-includes/wpf-phrases.php:10
957
- #, php-format
958
- msgid "%s, %s and %s liked"
959
- msgstr ""
960
-
961
- #: wpf-includes/wpf-phrases.php:11
962
- #, php-format
963
- msgid "%s, %s, %s and %d people liked"
964
- msgstr ""
965
-
966
- #: wpf-includes/wpf-phrases.php:12
967
- msgid "AOL IM"
968
- msgstr ""
969
-
970
- #: wpf-includes/wpf-phrases.php:13
971
- msgid "About Me"
972
- msgstr ""
973
-
974
- #: wpf-includes/wpf-phrases.php:16
975
- msgid "Account"
976
- msgstr ""
977
-
978
- #: wpf-includes/wpf-phrases.php:19
979
- msgid "Activity"
980
- msgstr ""
981
-
982
- #: wpf-includes/wpf-phrases.php:23
983
- msgid "Add a comment"
984
- msgstr ""
985
-
986
- #: wpf-includes/wpf-phrases.php:24
987
- msgid "Add topic"
988
- msgstr ""
989
-
990
- #: wpf-includes/wpf-phrases.php:32
991
- msgid "Answer"
992
- msgstr ""
993
-
994
- #: wpf-includes/wpf-phrases.php:33
995
- msgid "Answer to"
996
- msgstr ""
997
-
998
- #: wpf-includes/wpf-phrases.php:34
999
- msgid "Answers"
1000
- msgstr ""
1001
-
1002
- #: wpf-includes/wpf-phrases.php:35
1003
- msgid "Any Date"
1004
- msgstr ""
1005
-
1006
- #: wpf-includes/wpf-phrases.php:42
1007
- msgid "Ascending order"
1008
- msgstr ""
1009
-
1010
- #: wpf-includes/wpf-phrases.php:43
1011
- msgid "Attach file:"
1012
- msgstr ""
1013
-
1014
- #: wpf-includes/wpf-phrases.php:47
1015
- msgid "Avatar"
1016
- msgstr ""
1017
-
1018
- #: wpf-includes/wpf-phrases.php:53
1019
- msgid "Change password"
1020
- msgstr ""
1021
-
1022
- #: wpf-includes/wpf-phrases.php:54
1023
- msgid "Choose target forum"
1024
- msgstr ""
1025
-
1026
- #: wpf-includes/wpf-phrases.php:55 wpf-themes/classic/functions.php:31
1027
- #: wpf-themes/classic/functions.php:52 wpf-themes/classic/functions.php:81
1028
- msgid "Collapsed"
1029
- msgstr ""
1030
-
1031
- #: wpf-includes/wpf-phrases.php:58
1032
- msgid "Comments"
1033
- msgstr ""
1034
-
1035
- #: wpf-includes/wpf-phrases.php:59
1036
- msgid "Confirm my subscription"
1037
- msgstr ""
1038
-
1039
- #: wpf-includes/wpf-phrases.php:64
1040
- msgid "Date"
1041
- msgstr ""
1042
-
1043
- #: wpf-includes/wpf-phrases.php:67
1044
- msgid "Descending order"
1045
- msgstr ""
1046
-
1047
- #: wpf-includes/wpf-phrases.php:70
1048
- msgid "Display Name"
1049
- msgstr ""
1050
-
1051
- #: wpf-includes/wpf-phrases.php:73
1052
- msgid "Edited: "
1053
- msgstr ""
1054
-
1055
- #: wpf-includes/wpf-phrases.php:74
1056
- msgid "Email"
1057
- msgstr ""
1058
-
1059
- #: wpf-includes/wpf-phrases.php:86
1060
- msgid "Enter title here"
1061
- msgstr ""
1062
-
1063
- #: wpf-includes/wpf-phrases.php:87 wpf-themes/classic/functions.php:30
1064
- #: wpf-themes/classic/functions.php:51 wpf-themes/classic/functions.php:80
1065
- msgid "Expanded"
1066
- msgstr ""
1067
-
1068
- #: wpf-includes/wpf-phrases.php:88 wpf-themes/classic/functions.php:77
1069
- msgid "Extended Layout - Intro posts"
1070
- msgstr ""
1071
-
1072
- #: wpf-includes/wpf-phrases.php:89 wpf-themes/classic/functions.php:27
1073
- msgid "Extended Layout - Intro topics"
1074
- msgstr ""
1075
-
1076
- #: wpf-includes/wpf-phrases.php:90 wpf-themes/classic/functions.php:87
1077
- msgid "Extended Layout - Number of intro posts"
1078
- msgstr ""
1079
-
1080
- #: wpf-includes/wpf-phrases.php:91 wpf-themes/classic/functions.php:36
1081
- msgid "Extended Layout - Number of intro topics"
1082
- msgstr ""
1083
-
1084
- #: wpf-includes/wpf-phrases.php:92
1085
- msgid "Facebook"
1086
- msgstr ""
1087
-
1088
- #: wpf-includes/wpf-phrases.php:93
1089
- msgid "Failed to write file to disk"
1090
- msgstr ""
1091
-
1092
- #: wpf-includes/wpf-phrases.php:95
1093
- msgid "File upload stopped by extension"
1094
- msgstr ""
1095
-
1096
- #: wpf-includes/wpf-phrases.php:96
1097
- msgid "Find Posts by User"
1098
- msgstr ""
1099
-
1100
- #: wpf-includes/wpf-phrases.php:97
1101
- msgid "Find Topics Started by User"
1102
- msgstr ""
1103
-
1104
- #: wpf-includes/wpf-phrases.php:98
1105
- msgid "First post and replies"
1106
- msgstr ""
1107
-
1108
- #: wpf-includes/wpf-phrases.php:99
1109
- msgid "Forum"
1110
- msgstr ""
1111
-
1112
- #: wpf-includes/wpf-phrases.php:100
1113
- msgid "Forum - Login"
1114
- msgstr ""
1115
-
1116
- #: wpf-includes/wpf-phrases.php:101
1117
- msgid "Forum - Page Not Found"
1118
- msgstr ""
1119
-
1120
- #: wpf-includes/wpf-phrases.php:102
1121
- msgid "Forum - Registration"
1122
- msgstr ""
1123
-
1124
- #: wpf-includes/wpf-phrases.php:107
1125
- msgid "Forum Home"
1126
- msgstr ""
1127
-
1128
- #: wpf-includes/wpf-phrases.php:109
1129
- msgid "Forum Members"
1130
- msgstr ""
1131
-
1132
- #: wpf-includes/wpf-phrases.php:112
1133
- msgid "Forum Profile"
1134
- msgstr ""
1135
-
1136
- #: wpf-includes/wpf-phrases.php:113
1137
- msgid "Forum RSS Feed"
1138
- msgstr ""
1139
-
1140
- #: wpf-includes/wpf-phrases.php:117
1141
- msgid "Forum Statistics"
1142
- msgstr ""
1143
-
1144
- #: wpf-includes/wpf-phrases.php:120
1145
- msgid "Forum is empty"
1146
- msgstr ""
1147
-
1148
- #: wpf-includes/wpf-phrases.php:129
1149
- msgid "Group"
1150
- msgstr ""
1151
-
1152
- #: wpf-includes/wpf-phrases.php:130
1153
- msgid "Gtalk"
1154
- msgstr ""
1155
-
1156
- #: wpf-includes/wpf-phrases.php:133
1157
- msgid "ICQ"
1158
- msgstr ""
1159
-
1160
- #: wpf-includes/wpf-phrases.php:137
1161
- msgid "Insert member name or email"
1162
- msgstr ""
1163
-
1164
- #: wpf-includes/wpf-phrases.php:140
1165
- msgid "Joined"
1166
- msgstr ""
1167
-
1168
- #: wpf-includes/wpf-phrases.php:143
1169
- msgid "Last 24 hours"
1170
- msgstr ""
1171
-
1172
- #: wpf-includes/wpf-phrases.php:144
1173
- msgid "Last 3 Months"
1174
- msgstr ""
1175
-
1176
- #: wpf-includes/wpf-phrases.php:145
1177
- msgid "Last 6 Months"
1178
- msgstr ""
1179
-
1180
- #: wpf-includes/wpf-phrases.php:146
1181
- msgid "Last Active"
1182
- msgstr ""
1183
-
1184
- #: wpf-includes/wpf-phrases.php:147
1185
- msgid "Last Month"
1186
- msgstr ""
1187
-
1188
- #: wpf-includes/wpf-phrases.php:148
1189
- msgid "Last Post"
1190
- msgstr ""
1191
-
1192
- #: wpf-includes/wpf-phrases.php:149
1193
- msgid "Last Post Info"
1194
- msgstr ""
1195
-
1196
- #: wpf-includes/wpf-phrases.php:150
1197
- msgid "Last Week"
1198
- msgstr ""
1199
-
1200
- #: wpf-includes/wpf-phrases.php:151
1201
- msgid "Last Year ago"
1202
- msgstr ""
1203
-
1204
- #: wpf-includes/wpf-phrases.php:152
1205
- #, php-format
1206
- msgid "Last post by %s"
1207
- msgstr ""
1208
-
1209
- #: wpf-includes/wpf-phrases.php:153
1210
- msgid "Latest Post"
1211
- msgstr ""
1212
-
1213
- #: wpf-includes/wpf-phrases.php:154
1214
- msgid "Leave a reply"
1215
- msgstr ""
1216
-
1217
- #: wpf-includes/wpf-phrases.php:155
1218
- msgid "Length must be between 3 characters and 15 characters."
1219
- msgstr ""
1220
-
1221
- #: wpf-includes/wpf-phrases.php:157
1222
- msgid "Liked"
1223
- msgstr ""
1224
-
1225
- #: wpf-includes/wpf-phrases.php:158
1226
- msgid "Location"
1227
- msgstr ""
1228
-
1229
- #: wpf-includes/wpf-phrases.php:159
1230
- msgid "Login"
1231
- msgstr ""
1232
-
1233
- #: wpf-includes/wpf-phrases.php:161
1234
- msgid "Logout"
1235
- msgstr ""
1236
-
1237
- #: wpf-includes/wpf-phrases.php:163
1238
- msgid "Lost your password?"
1239
- msgstr ""
1240
-
1241
- #: wpf-includes/wpf-phrases.php:165
1242
- msgid "MSN"
1243
- msgstr ""
1244
-
1245
- #: wpf-includes/wpf-phrases.php:166
1246
- msgid "Maximum allowed file size is"
1247
- msgstr ""
1248
-
1249
- #: wpf-includes/wpf-phrases.php:168
1250
- msgid "Member Activity"
1251
- msgstr ""
1252
-
1253
- #: wpf-includes/wpf-phrases.php:169
1254
- msgid "Member Information"
1255
- msgstr ""
1256
-
1257
- #: wpf-includes/wpf-phrases.php:170
1258
- msgid "Member Rating"
1259
- msgstr ""
1260
-
1261
- #: wpf-includes/wpf-phrases.php:171
1262
- msgid "Member Rating Badge"
1263
- msgstr ""
1264
-
1265
- #: wpf-includes/wpf-phrases.php:174
1266
- msgid "Member information"
1267
- msgstr ""
1268
-
1269
- #: wpf-includes/wpf-phrases.php:178
1270
- msgid "Members not found"
1271
- msgstr ""
1272
-
1273
- #: wpf-includes/wpf-phrases.php:179
1274
- msgid "Messages"
1275
- msgstr ""
1276
-
1277
- #: wpf-includes/wpf-phrases.php:182
1278
- msgid "Missing a temporary folder"
1279
- msgstr ""
1280
-
1281
- #: wpf-includes/wpf-phrases.php:185
1282
- msgid "Move topic"
1283
- msgstr ""
1284
-
1285
- #: wpf-includes/wpf-phrases.php:186
1286
- msgid "Must be minimum 6 characters."
1287
- msgstr ""
1288
-
1289
- #: wpf-includes/wpf-phrases.php:187
1290
- msgid "My Profile"
1291
- msgstr ""
1292
-
1293
- #: wpf-includes/wpf-phrases.php:194
1294
- msgid "No activity found for this member."
1295
- msgstr ""
1296
-
1297
- #: wpf-includes/wpf-phrases.php:195
1298
- msgid "No file was uploaded"
1299
- msgstr ""
1300
-
1301
- #: wpf-includes/wpf-phrases.php:196
1302
- msgid "No forums were found here."
1303
- msgstr ""
1304
-
1305
- #: wpf-includes/wpf-phrases.php:200
1306
- msgid "No online members at the moment"
1307
- msgstr ""
1308
-
1309
- #: wpf-includes/wpf-phrases.php:202
1310
- msgid "No subscriptions found for this member."
1311
- msgstr ""
1312
-
1313
- #: wpf-includes/wpf-phrases.php:204
1314
- msgid "No topics were found here"
1315
- msgstr ""
1316
-
1317
- #: wpf-includes/wpf-phrases.php:211
1318
- msgid "Occupation"
1319
- msgstr ""
1320
-
1321
- #: wpf-includes/wpf-phrases.php:212
1322
- msgid "Offline"
1323
- msgstr ""
1324
-
1325
- #: wpf-includes/wpf-phrases.php:213
1326
- msgid "Online"
1327
- msgstr ""
1328
-
1329
- #: wpf-includes/wpf-phrases.php:215
1330
- msgid "Oops! The page you requested was not found!"
1331
- msgstr ""
1332
-
1333
- #: wpf-includes/wpf-phrases.php:216
1334
- msgid "Our newest member"
1335
- msgstr ""
1336
-
1337
- #: wpf-includes/wpf-phrases.php:217
1338
- msgid "Page"
1339
- msgstr ""
1340
-
1341
- #: wpf-includes/wpf-phrases.php:219
1342
- msgid "Password"
1343
- msgstr ""
1344
-
1345
- #: wpf-includes/wpf-phrases.php:221
1346
- #, php-format
1347
- msgid "Please %s or %s"
1348
- msgstr ""
1349
-
1350
- #: wpf-includes/wpf-phrases.php:225
1351
- msgid "Post Title"
1352
- msgstr ""
1353
-
1354
- #: wpf-includes/wpf-phrases.php:226
1355
- msgid "Post link"
1356
- msgstr ""
1357
-
1358
- #: wpf-includes/wpf-phrases.php:227
1359
- msgid "Posted"
1360
- msgstr ""
1361
-
1362
- #: wpf-includes/wpf-phrases.php:228
1363
- msgid "Posted by"
1364
- msgstr ""
1365
-
1366
- #: wpf-includes/wpf-phrases.php:230
1367
- msgid "Powered by"
1368
- msgstr ""
1369
-
1370
- #: wpf-includes/wpf-phrases.php:232 wpf-themes/classic/functions.php:57
1371
- msgid "Q&A Layout - Number of intro topics"
1372
- msgstr ""
1373
-
1374
- #: wpf-includes/wpf-phrases.php:233 wpf-themes/classic/functions.php:48
1375
- msgid "Q&A layout - Intro topics"
1376
- msgstr ""
1377
-
1378
- #: wpf-includes/wpf-phrases.php:234
1379
- msgid "Question Comments"
1380
- msgstr ""
1381
-
1382
- #: wpf-includes/wpf-phrases.php:235
1383
- msgid "Questions"
1384
- msgstr ""
1385
-
1386
- #: wpf-includes/wpf-phrases.php:236
1387
- msgid "Quote"
1388
- msgstr ""
1389
-
1390
- #: wpf-includes/wpf-phrases.php:237
1391
- msgid "RE"
1392
- msgstr ""
1393
-
1394
- #: wpf-includes/wpf-phrases.php:238
1395
- msgid "REPLY:"
1396
- msgstr ""
1397
-
1398
- #: wpf-includes/wpf-phrases.php:239
1399
- msgid "RSS"
1400
- msgstr ""
1401
-
1402
- #: wpf-includes/wpf-phrases.php:240
1403
- msgid "Rating"
1404
- msgstr ""
1405
-
1406
- #: wpf-includes/wpf-phrases.php:241
1407
- msgid "Rating Badge"
1408
- msgstr ""
1409
-
1410
- #: wpf-includes/wpf-phrases.php:245
1411
- msgid "Received Likes"
1412
- msgstr ""
1413
-
1414
- #: wpf-includes/wpf-phrases.php:246
1415
- msgid "Recent Questions"
1416
- msgstr ""
1417
-
1418
- #: wpf-includes/wpf-phrases.php:247
1419
- msgid "Recent Topics"
1420
- msgstr ""
1421
-
1422
- #: wpf-includes/wpf-phrases.php:248
1423
- msgid "Register"
1424
- msgstr ""
1425
-
1426
- #: wpf-includes/wpf-phrases.php:250
1427
- msgid "Registered date"
1428
- msgstr ""
1429
-
1430
- #: wpf-includes/wpf-phrases.php:251
1431
- msgid "Relevancy"
1432
- msgstr ""
1433
-
1434
- #: wpf-includes/wpf-phrases.php:252
1435
- msgid "Remember Me"
1436
- msgstr ""
1437
-
1438
- #: wpf-includes/wpf-phrases.php:258
1439
- msgid "Replies"
1440
- msgstr ""
1441
-
1442
- #: wpf-includes/wpf-phrases.php:259
1443
- msgid "Replies not found"
1444
- msgstr ""
1445
-
1446
- #: wpf-includes/wpf-phrases.php:260
1447
- msgid "Reply"
1448
- msgstr ""
1449
-
1450
- #: wpf-includes/wpf-phrases.php:261
1451
- msgid "Report"
1452
- msgstr ""
1453
-
1454
- #: wpf-includes/wpf-phrases.php:264
1455
- msgid "Report to Administration"
1456
- msgstr ""
1457
-
1458
- #: wpf-includes/wpf-phrases.php:266
1459
- msgid "Result Info"
1460
- msgstr ""
1461
-
1462
- #: wpf-includes/wpf-phrases.php:268
1463
- msgid "Save Changes"
1464
- msgstr ""
1465
-
1466
- #: wpf-includes/wpf-phrases.php:272
1467
- msgid "Search"
1468
- msgstr ""
1469
-
1470
- #: wpf-includes/wpf-phrases.php:273
1471
- msgid "Search Entire Posts"
1472
- msgstr ""
1473
-
1474
- #: wpf-includes/wpf-phrases.php:274
1475
- msgid "Search Phrase"
1476
- msgstr ""
1477
-
1478
- #: wpf-includes/wpf-phrases.php:275
1479
- msgid "Search Titles Only"
1480
- msgstr ""
1481
-
1482
- #: wpf-includes/wpf-phrases.php:276
1483
- msgid "Search Type"
1484
- msgstr ""
1485
-
1486
- #: wpf-includes/wpf-phrases.php:277
1487
- msgid "Search in Forums"
1488
- msgstr ""
1489
-
1490
- #: wpf-includes/wpf-phrases.php:278
1491
- msgid "Search in date period"
1492
- msgstr ""
1493
-
1494
- #: wpf-includes/wpf-phrases.php:279
1495
- msgid "Search result for"
1496
- msgstr ""
1497
-
1498
- #: wpf-includes/wpf-phrases.php:280
1499
- msgid "Search..."
1500
- msgstr ""
1501
-
1502
- #: wpf-includes/wpf-phrases.php:282
1503
- msgid "Select Page"
1504
- msgstr ""
1505
-
1506
- #: wpf-includes/wpf-phrases.php:283
1507
- msgid "Send Report"
1508
- msgstr ""
1509
-
1510
- #: wpf-includes/wpf-phrases.php:287
1511
- msgid "Set Topic Sticky"
1512
- msgstr ""
1513
-
1514
- #: wpf-includes/wpf-phrases.php:288 wpf-themes/classic/functions.php:88
1515
- msgid ""
1516
- "Set this option value 0 if you want to show all posts under topic intro area."
1517
- msgstr ""
1518
-
1519
- #: wpf-includes/wpf-phrases.php:289
1520
- msgid "Shop Account"
1521
- msgstr ""
1522
-
1523
- #: wpf-includes/wpf-phrases.php:299
1524
- msgid "Sign In"
1525
- msgstr ""
1526
-
1527
- #: wpf-includes/wpf-phrases.php:300
1528
- msgid "Signature"
1529
- msgstr ""
1530
-
1531
- #: wpf-includes/wpf-phrases.php:301
1532
- msgid "Site Profile"
1533
- msgstr ""
1534
-
1535
- #: wpf-includes/wpf-phrases.php:302
1536
- msgid "Skype"
1537
- msgstr ""
1538
-
1539
- #: wpf-includes/wpf-phrases.php:304
1540
- msgid "Social Networks"
1541
- msgstr ""
1542
-
1543
- #: wpf-includes/wpf-phrases.php:305
1544
- msgid "Sorry, something wrong with your data."
1545
- msgstr ""
1546
-
1547
- #: wpf-includes/wpf-phrases.php:306
1548
- msgid "Sort Search Results by"
1549
- msgstr ""
1550
-
1551
- #: wpf-includes/wpf-phrases.php:307
1552
- msgid "Specify avatar by URL"
1553
- msgstr ""
1554
-
1555
- #: wpf-includes/wpf-phrases.php:309
1556
- msgid "Subforums"
1557
- msgstr ""
1558
-
1559
- #: wpf-includes/wpf-phrases.php:312
1560
- msgid "Subscribe for new replies"
1561
- msgstr ""
1562
-
1563
- #: wpf-includes/wpf-phrases.php:313
1564
- msgid "Subscribe for new topics"
1565
- msgstr ""
1566
-
1567
- #: wpf-includes/wpf-phrases.php:315
1568
- msgid "Subscriptions"
1569
- msgstr ""
1570
-
1571
- #: wpf-includes/wpf-phrases.php:317
1572
- msgid ""
1573
- "Thank you for trying wpForo! This forum development was started on 2013 and "
1574
- "we were using it for our support community. Now it's ready for WordPress "
1575
- "community as well. It's on the Beta stage and we're working hard to reach "
1576
- "the Gold 1.0.0 version as soon as possible. wpForo is a professional "
1577
- "bulletin board for WorPress, and the only forum software which comes with "
1578
- "Multi-layout template system. The \"Extended"
1579
- msgstr ""
1580
-
1581
- #: wpf-includes/wpf-phrases.php:318
1582
- msgid ""
1583
- "Thank you for using wpForo. wpForo is a premium forum plugin which will "
1584
- "always be available for free. There will never be paid and pro versions of "
1585
- "this forum board. However this is a very large and hard project so we also "
1586
- "develop paid addons (extensions), which will financially help us to keep "
1587
- "improving and adding new features to the free wpForo plugin. Forum addons "
1588
- "will also be actively developed. The first addons \"Advanced Media Uploader"
1589
- msgstr ""
1590
-
1591
- #: wpf-includes/wpf-phrases.php:321
1592
- msgid ""
1593
- "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
1594
- "the HTML form"
1595
- msgstr ""
1596
-
1597
- #: wpf-includes/wpf-phrases.php:322
1598
- msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini"
1599
- msgstr ""
1600
-
1601
- #: wpf-includes/wpf-phrases.php:323
1602
- msgid "The uploaded file was only partially uploaded"
1603
- msgstr ""
1604
-
1605
- #: wpf-includes/wpf-phrases.php:329
1606
- msgid "Timezone"
1607
- msgstr ""
1608
-
1609
- #: wpf-includes/wpf-phrases.php:331
1610
- msgid "Topic RSS Feed"
1611
- msgstr ""
1612
-
1613
- #: wpf-includes/wpf-phrases.php:332
1614
- msgid "Topic Title"
1615
- msgstr ""
1616
-
1617
- #: wpf-includes/wpf-phrases.php:333
1618
- msgid "Topic title"
1619
- msgstr ""
1620
-
1621
- #: wpf-includes/wpf-phrases.php:336
1622
- msgid "Twitter"
1623
- msgstr ""
1624
-
1625
- #: wpf-includes/wpf-phrases.php:337
1626
- msgid "Unknown upload error"
1627
- msgstr ""
1628
-
1629
- #: wpf-includes/wpf-phrases.php:338
1630
- msgid "Unsubscribe"
1631
- msgstr ""
1632
-
1633
- #: wpf-includes/wpf-phrases.php:341
1634
- msgid "Upload an avatar"
1635
- msgstr ""
1636
-
1637
- #: wpf-includes/wpf-phrases.php:343
1638
- msgid ""
1639
- "Use comments to ask for more information or suggest improvements. Avoid "
1640
- "answering questions in comments."
1641
- msgstr ""
1642
-
1643
- #: wpf-includes/wpf-phrases.php:345
1644
- msgid "User"
1645
- msgstr ""
1646
-
1647
- #: wpf-includes/wpf-phrases.php:346
1648
- msgid "User Group"
1649
- msgstr ""
1650
-
1651
- #: wpf-includes/wpf-phrases.php:347
1652
- msgid "Usergroup has been successfully deleted."
1653
- msgstr ""
1654
-
1655
- #: wpf-includes/wpf-phrases.php:348
1656
- msgid ""
1657
- "Usergroup has been successfully deleted. All users of this usergroup have "
1658
- "been moved to the usergroup you've chosen"
1659
- msgstr ""
1660
-
1661
- #: wpf-includes/wpf-phrases.php:349
1662
- msgid "Username"
1663
- msgstr ""
1664
-
1665
- #: wpf-includes/wpf-phrases.php:351
1666
- msgid "View entire post"
1667
- msgstr ""
1668
-
1669
- #: wpf-includes/wpf-phrases.php:352
1670
- msgid "View the latest post"
1671
- msgstr ""
1672
-
1673
- #: wpf-includes/wpf-phrases.php:353
1674
- msgid "Views"
1675
- msgstr ""
1676
-
1677
- #: wpf-includes/wpf-phrases.php:354
1678
- msgid "Votes"
1679
- msgstr ""
1680
-
1681
- #: wpf-includes/wpf-phrases.php:355
1682
- msgid "Website"
1683
- msgstr ""
1684
-
1685
- #: wpf-includes/wpf-phrases.php:357
1686
- msgid "Wordpress avatar system"
1687
- msgstr ""
1688
-
1689
- #: wpf-includes/wpf-phrases.php:358
1690
- msgid "Working"
1691
- msgstr ""
1692
-
1693
- #: wpf-includes/wpf-phrases.php:359
1694
- msgid "Write message"
1695
- msgstr ""
1696
-
1697
- #: wpf-includes/wpf-phrases.php:360
1698
- msgid "Yahoo"
1699
- msgstr ""
1700
-
1701
- #: wpf-includes/wpf-phrases.php:362
1702
- msgid "You"
1703
- msgstr ""
1704
-
1705
- #: wpf-includes/wpf-phrases.php:364
1706
- #, php-format
1707
- msgid "You can go to %s page or Search here"
1708
- msgstr ""
1709
-
1710
- #: wpf-includes/wpf-phrases.php:366
1711
- msgid "Your Answer"
1712
- msgstr ""
1713
-
1714
- #: wpf-includes/wpf-phrases.php:367
1715
- msgid "account"
1716
- msgstr ""
1717
-
1718
- #: wpf-includes/wpf-phrases.php:368
1719
- msgid "activity"
1720
- msgstr ""
1721
-
1722
- #: wpf-includes/wpf-phrases.php:370
1723
- msgid "add_new"
1724
- msgstr ""
1725
-
1726
- #: wpf-includes/wpf-phrases.php:371
1727
- msgid "ago"
1728
- msgstr ""
1729
-
1730
- #: wpf-includes/wpf-phrases.php:372
1731
- msgid "by"
1732
- msgstr ""
1733
-
1734
- #: wpf-includes/wpf-phrases.php:373
1735
- #, php-format
1736
- msgid "by %s"
1737
- msgstr ""
1738
-
1739
- #: wpf-includes/wpf-phrases.php:374
1740
- msgid "confirm password"
1741
- msgstr ""
1742
-
1743
- #: wpf-includes/wpf-phrases.php:377
1744
- msgid "edit profile"
1745
- msgstr ""
1746
-
1747
- #: wpf-includes/wpf-phrases.php:378
1748
- msgid "edit user"
1749
- msgstr ""
1750
-
1751
- #: wpf-includes/wpf-phrases.php:379
1752
- msgid "forums"
1753
- msgstr ""
1754
-
1755
- #: wpf-includes/wpf-phrases.php:381
1756
- msgid "login"
1757
- msgstr ""
1758
-
1759
- #: wpf-includes/wpf-phrases.php:382
1760
- msgid "logout"
1761
- msgstr ""
1762
-
1763
- #: wpf-includes/wpf-phrases.php:383
1764
- msgid "matches"
1765
- msgstr ""
1766
-
1767
- #: wpf-includes/wpf-phrases.php:384
1768
- msgid "members"
1769
- msgstr ""
1770
-
1771
- #: wpf-includes/wpf-phrases.php:386
1772
- msgid "my profile"
1773
- msgstr ""
1774
-
1775
- #: wpf-includes/wpf-phrases.php:387
1776
- msgid "new password"
1777
- msgstr ""
1778
-
1779
- #: wpf-includes/wpf-phrases.php:388
1780
- msgid "new password again"
1781
- msgstr ""
1782
-
1783
- #: wpf-includes/wpf-phrases.php:389
1784
- msgid "next"
1785
- msgstr ""
1786
-
1787
- #: wpf-includes/wpf-phrases.php:390
1788
- msgid "old password"
1789
- msgstr ""
1790
-
1791
- #: wpf-includes/wpf-phrases.php:391
1792
- msgid "phrase_key"
1793
- msgstr ""
1794
-
1795
- #: wpf-includes/wpf-phrases.php:392
1796
- msgid "phrase_value"
1797
- msgstr ""
1798
-
1799
- #: wpf-includes/wpf-phrases.php:393
1800
- msgid "posted"
1801
- msgstr ""
1802
-
1803
- #: wpf-includes/wpf-phrases.php:394
1804
- msgid "prev"
1805
- msgstr ""
1806
-
1807
- #: wpf-includes/wpf-phrases.php:395
1808
- msgid "register"
1809
- msgstr ""
1810
-
1811
- #: wpf-includes/wpf-phrases.php:396
1812
- msgid "replies"
1813
- msgstr ""
1814
-
1815
- #: wpf-includes/wpf-phrases.php:397
1816
- msgid "subscriptions"
1817
- msgstr ""
1818
-
1819
- #: wpf-includes/wpf-phrases.php:398
1820
- msgid "update"
1821
- msgstr ""
1822
-
1823
- #: wpf-includes/wpf-phrases.php:399
1824
- msgid "view"
1825
- msgstr ""
1826
-
1827
- #: wpf-includes/wpf-phrases.php:400
1828
- msgid "view all posts"
1829
- msgstr ""
1830
-
1831
- #: wpf-includes/wpf-phrases.php:401
1832
- msgid "view all questions"
1833
- msgstr ""
1834
-
1835
- #: wpf-includes/wpf-phrases.php:402
1836
- msgid "view all topics"
1837
- msgstr ""
1838
-
1839
- #: wpf-includes/wpf-phrases.php:404
1840
- msgid "wpForo Navigation"
1841
- msgstr ""
1842
-
1843
- #: wpf-includes/wpf-phrases.php:409
1844
- msgid "{number}B"
1845
- msgstr ""
1846
-
1847
- #: wpf-includes/wpf-phrases.php:410
1848
- msgid "{number}K"
1849
- msgstr ""
1850
-
1851
- #: wpf-includes/wpf-phrases.php:411
1852
- msgid "{number}M"
1853
- msgstr ""
1854
-
1855
- #: wpf-includes/wpf-phrases.php:412
1856
- msgid "{number}T"
1857
- msgstr ""
1858
-
1859
- #: wpf-includes/wpf-phrases.php:417
1860
- msgid "Access add error"
1861
- msgstr ""
1862
-
1863
- #: wpf-includes/wpf-phrases.php:418
1864
- msgid "Access delete error"
1865
- msgstr ""
1866
-
1867
- #: wpf-includes/wpf-phrases.php:419
1868
- msgid "Access edit error"
1869
- msgstr ""
1870
-
1871
- #: wpf-includes/wpf-phrases.php:420
1872
- msgid "Access successfully deleted"
1873
- msgstr ""
1874
-
1875
- #: wpf-includes/wpf-phrases.php:421
1876
- msgid "Add Topic error: No forum selected"
1877
- msgstr ""
1878
-
1879
- #: wpf-includes/wpf-phrases.php:422
1880
- msgid "All Checked topics successfully deleted"
1881
- msgstr ""
1882
-
1883
- #: wpf-includes/wpf-phrases.php:423
1884
- msgid "Can't add forum"
1885
- msgstr ""
1886
-
1887
- #: wpf-includes/wpf-phrases.php:424
1888
- msgid "Can't add new language"
1889
- msgstr ""
1890
-
1891
- #: wpf-includes/wpf-phrases.php:425
1892
- msgid "Can't delete this Usergroup"
1893
- msgstr ""
1894
-
1895
- #: wpf-includes/wpf-phrases.php:426
1896
- msgid "Can't send confirmation email"
1897
- msgstr ""
1898
-
1899
- #: wpf-includes/wpf-phrases.php:427
1900
- msgid "Can't send report email"
1901
- msgstr ""
1902
-
1903
- #: wpf-includes/wpf-phrases.php:428
1904
- msgid "Can't subscribe to this item"
1905
- msgstr ""
1906
-
1907
- #: wpf-includes/wpf-phrases.php:429
1908
- msgid "Can't write a post: This topic is closed"
1909
- msgstr ""
1910
-
1911
- #: wpf-includes/wpf-phrases.php:430
1912
- msgid "Can`t upload file"
1913
- msgstr ""
1914
-
1915
- #: wpf-includes/wpf-phrases.php:431
1916
- msgid "Cannot update forum hierarchy"
1917
- msgstr ""
1918
-
1919
- #: wpf-includes/wpf-phrases.php:432
1920
- msgid "Cannot update post data"
1921
- msgstr ""
1922
-
1923
- #: wpf-includes/wpf-phrases.php:433
1924
- msgid "Could not be unsubscribe from this item"
1925
- msgstr ""
1926
-
1927
- #: wpf-includes/wpf-phrases.php:434
1928
- msgid "Email address exists. Please insert another."
1929
- msgstr ""
1930
-
1931
- #: wpf-includes/wpf-phrases.php:435
1932
- msgid "Error: Forum is not found"
1933
- msgstr ""
1934
-
1935
- #: wpf-includes/wpf-phrases.php:436
1936
- msgid "Error: No topic selected"
1937
- msgstr ""
1938
-
1939
- #: wpf-includes/wpf-phrases.php:437
1940
- msgid "Error: Topic is not found"
1941
- msgstr ""
1942
-
1943
- #: wpf-includes/wpf-phrases.php:438
1944
- msgid "Error: please inset some text to report."
1945
- msgstr ""
1946
-
1947
- #: wpf-includes/wpf-phrases.php:439
1948
- msgid "Features successfully updated"
1949
- msgstr ""
1950
-
1951
- #: wpf-includes/wpf-phrases.php:440
1952
- msgid "Features successfully updated, but previous value not changed"
1953
- msgstr ""
1954
-
1955
- #: wpf-includes/wpf-phrases.php:441
1956
- msgid "File type is not allowed"
1957
- msgstr ""
1958
-
1959
- #: wpf-includes/wpf-phrases.php:442
1960
- msgid "Forum Base URL successfully updated"
1961
- msgstr ""
1962
-
1963
- #: wpf-includes/wpf-phrases.php:443
1964
- msgid "Forum deleting error"
1965
- msgstr ""
1966
-
1967
- #: wpf-includes/wpf-phrases.php:444
1968
- msgid "Forum hierarchy successfully updated"
1969
- msgstr ""
1970
-
1971
- #: wpf-includes/wpf-phrases.php:445
1972
- msgid "Forum is successfully merged"
1973
- msgstr ""
1974
-
1975
- #: wpf-includes/wpf-phrases.php:446
1976
- msgid "Forum merging error"
1977
- msgstr ""
1978
-
1979
- #: wpf-includes/wpf-phrases.php:447
1980
- msgid "Forum options successfully updated"
1981
- msgstr ""
1982
-
1983
- #: wpf-includes/wpf-phrases.php:448
1984
- msgid "Forum options successfully updated, but previous value not changed"
1985
- msgstr ""
1986
-
1987
- #: wpf-includes/wpf-phrases.php:449
1988
- msgid "Forum successfully updated"
1989
- msgstr ""
1990
-
1991
- #: wpf-includes/wpf-phrases.php:450
1992
- msgid "Forum update error"
1993
- msgstr ""
1994
-
1995
- #: wpf-includes/wpf-phrases.php:451
1996
- msgid "General options successfully updated"
1997
- msgstr ""
1998
-
1999
- #: wpf-includes/wpf-phrases.php:452
2000
- msgid "Illegal character in username."
2001
- msgstr ""
2002
-
2003
- #: wpf-includes/wpf-phrases.php:453
2004
- msgid "Insert your Email address."
2005
- msgstr ""
2006
-
2007
- #: wpf-includes/wpf-phrases.php:454
2008
- msgid "Invalid Email address"
2009
- msgstr ""
2010
-
2011
- #: wpf-includes/wpf-phrases.php:455
2012
- msgid "Invalid request!"
2013
- msgstr ""
2014
-
2015
- #: wpf-includes/wpf-phrases.php:456
2016
- msgid "Member options successfully updated"
2017
- msgstr ""
2018
-
2019
- #: wpf-includes/wpf-phrases.php:457
2020
- msgid "Member options successfully updated, but previous value not changed"
2021
- msgstr ""
2022
-
2023
- #: wpf-includes/wpf-phrases.php:458
2024
- msgid "Message has been sent"
2025
- msgstr ""
2026
-
2027
- #: wpf-includes/wpf-phrases.php:459
2028
- msgid ""
2029
- "New language successfully added and changed wpforo language to new language"
2030
- msgstr ""
2031
-
2032
- #: wpf-includes/wpf-phrases.php:460
2033
- msgid "No Posts found for update"
2034
- msgstr ""
2035
-
2036
- #: wpf-includes/wpf-phrases.php:461
2037
- msgid "Password length must be between 6 characters and 20 characters."
2038
- msgstr ""
2039
-
2040
- #: wpf-includes/wpf-phrases.php:462
2041
- msgid "Password mismatch."
2042
- msgstr ""
2043
-
2044
- #: wpf-includes/wpf-phrases.php:463
2045
- msgid "Permission denied"
2046
- msgstr ""
2047
-
2048
- #: wpf-includes/wpf-phrases.php:464
2049
- msgid "Permission denied for add forum"
2050
- msgstr ""
2051
-
2052
- #: wpf-includes/wpf-phrases.php:465
2053
- msgid "Permission denied for delete forum"
2054
- msgstr ""
2055
-
2056
- #: wpf-includes/wpf-phrases.php:466
2057
- msgid "Permission denied for edit forum"
2058
- msgstr ""
2059
-
2060
- #: wpf-includes/wpf-phrases.php:467
2061
- msgid "Permission denied for this action"
2062
- msgstr ""
2063
-
2064
- #: wpf-includes/wpf-phrases.php:468
2065
- msgid "Phrase add error"
2066
- msgstr ""
2067
-
2068
- #: wpf-includes/wpf-phrases.php:469
2069
- msgid "Phrase adding error"
2070
- msgstr ""
2071
-
2072
- #: wpf-includes/wpf-phrases.php:470
2073
- msgid "Phrase successfully added"
2074
- msgstr ""
2075
-
2076
- #: wpf-includes/wpf-phrases.php:471
2077
- msgid "Phrase successfully updates"
2078
- msgstr ""
2079
-
2080
- #: wpf-includes/wpf-phrases.php:472
2081
- msgid "Phrase update error"
2082
- msgstr ""
2083
-
2084
- #: wpf-includes/wpf-phrases.php:473
2085
- msgid "Please insert required fields!"
2086
- msgstr ""
2087
-
2088
- #: wpf-includes/wpf-phrases.php:474
2089
- msgid "Post delete error"
2090
- msgstr ""
2091
-
2092
- #: wpf-includes/wpf-phrases.php:475
2093
- msgid "Post options successfully updated"
2094
- msgstr ""
2095
-
2096
- #: wpf-includes/wpf-phrases.php:476
2097
- msgid "Post options successfully updated, but previous value not changed"
2098
- msgstr ""
2099
-
2100
- #: wpf-includes/wpf-phrases.php:477
2101
- msgid "Registration Error"
2102
- msgstr ""
2103
-
2104
- #: wpf-includes/wpf-phrases.php:478
2105
- msgid "Reply request error"
2106
- msgstr ""
2107
-
2108
- #: wpf-includes/wpf-phrases.php:479
2109
- msgid "Something wrong with profile data."
2110
- msgstr ""
2111
-
2112
- #: wpf-includes/wpf-phrases.php:480
2113
- msgid "Subscribe options successfully updated"
2114
- msgstr ""
2115
-
2116
- #: wpf-includes/wpf-phrases.php:481
2117
- msgid "Subscribe options successfully updated, but previous value not changed"
2118
- msgstr ""
2119
-
2120
- #: wpf-includes/wpf-phrases.php:482
2121
- msgid "Success! Thank you Dear Friend"
2122
- msgstr ""
2123
-
2124
- #: wpf-includes/wpf-phrases.php:483
2125
- msgid ""
2126
- "Success! Thank you. Please check your email and click confirmation link "
2127
- "below to complete this step."
2128
- msgstr ""
2129
-
2130
- #: wpf-includes/wpf-phrases.php:484
2131
- msgid "Successfully updated"
2132
- msgstr ""
2133
-
2134
- #: wpf-includes/wpf-phrases.php:485
2135
- msgid "Successfully voted"
2136
- msgstr ""
2137
-
2138
- #: wpf-includes/wpf-phrases.php:486
2139
- msgid "The uploaded file size is too big"
2140
- msgstr ""
2141
-
2142
- #: wpf-includes/wpf-phrases.php:487
2143
- msgid "Theme options successfully updated"
2144
- msgstr ""
2145
-
2146
- #: wpf-includes/wpf-phrases.php:488
2147
- msgid "Theme options successfully updated, but previous value not changed"
2148
- msgstr ""
2149
-
2150
- #: wpf-includes/wpf-phrases.php:489
2151
- msgid "This email address is already registered. Please insert another."
2152
- msgstr ""
2153
-
2154
- #: wpf-includes/wpf-phrases.php:490
2155
- msgid "This post successfully deleted"
2156
- msgstr ""
2157
-
2158
- #: wpf-includes/wpf-phrases.php:491
2159
- msgid "This post successfully edited"
2160
- msgstr ""
2161
-
2162
- #: wpf-includes/wpf-phrases.php:492
2163
- msgid "This topic successfully deleted"
2164
- msgstr ""
2165
-
2166
- #: wpf-includes/wpf-phrases.php:493
2167
- msgid "Topic Move Error"
2168
- msgstr ""
2169
-
2170
- #: wpf-includes/wpf-phrases.php:494
2171
- msgid "Topic add error"
2172
- msgstr ""
2173
-
2174
- #: wpf-includes/wpf-phrases.php:495
2175
- msgid "Topic delete error"
2176
- msgstr ""
2177
-
2178
- #: wpf-includes/wpf-phrases.php:496
2179
- msgid "Topic edit error"
2180
- msgstr ""
2181
-
2182
- #: wpf-includes/wpf-phrases.php:497
2183
- msgid "Topic not found."
2184
- msgstr ""
2185
-
2186
- #: wpf-includes/wpf-phrases.php:498
2187
- msgid "Topic successfully moved"
2188
- msgstr ""
2189
-
2190
- #: wpf-includes/wpf-phrases.php:499
2191
- msgid "Topic successfully updated"
2192
- msgstr ""
2193
-
2194
- #: wpf-includes/wpf-phrases.php:500
2195
- msgid "Topics delete error"
2196
- msgstr ""
2197
-
2198
- #: wpf-includes/wpf-phrases.php:501
2199
- msgid "User delete error"
2200
- msgstr ""
2201
-
2202
- #: wpf-includes/wpf-phrases.php:502
2203
- msgid "User group add error"
2204
- msgstr ""
2205
-
2206
- #: wpf-includes/wpf-phrases.php:503
2207
- msgid "User group edit error"
2208
- msgstr ""
2209
-
2210
- #: wpf-includes/wpf-phrases.php:504
2211
- msgid "User group successfully added"
2212
- msgstr ""
2213
-
2214
- #: wpf-includes/wpf-phrases.php:505
2215
- msgid "User group successfully edited"
2216
- msgstr ""
2217
-
2218
- #: wpf-includes/wpf-phrases.php:506
2219
- msgid "User successfully deleted from wpforo"
2220
- msgstr ""
2221
-
2222
- #: wpf-includes/wpf-phrases.php:507
2223
- msgid "Username exists. Please insert another."
2224
- msgstr ""
2225
-
2226
- #: wpf-includes/wpf-phrases.php:508
2227
- msgid "Username is missed."
2228
- msgstr ""
2229
-
2230
- #: wpf-includes/wpf-phrases.php:509
2231
- msgid "Username length must be between 3 characters and 15 characters."
2232
- msgstr ""
2233
-
2234
- #: wpf-includes/wpf-phrases.php:510
2235
- msgid "Welcome to our Community!"
2236
- msgstr ""
2237
-
2238
- #: wpf-includes/wpf-phrases.php:511
2239
- msgid "Wrong post data"
2240
- msgstr ""
2241
-
2242
- #: wpf-includes/wpf-phrases.php:512
2243
- msgid "You are already voted this post"
2244
- msgstr ""
2245
-
2246
- #: wpf-includes/wpf-phrases.php:513
2247
- msgid "You have been successfully subscribed"
2248
- msgstr ""
2249
-
2250
- #: wpf-includes/wpf-phrases.php:514
2251
- msgid "You have been successfully unsubscribed"
2252
- msgstr ""
2253
-
2254
- #: wpf-includes/wpf-phrases.php:515
2255
- msgid "You have no permission to edit this topic"
2256
- msgstr ""
2257
-
2258
- #: wpf-includes/wpf-phrases.php:516
2259
- msgid "You haven't permission to create post into this forum"
2260
- msgstr ""
2261
-
2262
- #: wpf-includes/wpf-phrases.php:517
2263
- msgid "You haven't permission to create topic into this forum"
2264
- msgstr ""
2265
-
2266
- #: wpf-includes/wpf-phrases.php:518
2267
- msgid "You haven't permission to delete post from this forum"
2268
- msgstr ""
2269
-
2270
- #: wpf-includes/wpf-phrases.php:519
2271
- msgid "You haven't permission to delete topic from this forum"
2272
- msgstr ""
2273
-
2274
- #: wpf-includes/wpf-phrases.php:520
2275
- msgid "You haven't permission to edit post from this forum"
2276
- msgstr ""
2277
-
2278
- #: wpf-includes/wpf-phrases.php:521
2279
- msgid "You successfully replied"
2280
- msgstr ""
2281
-
2282
- #: wpf-includes/wpf-phrases.php:522
2283
- msgid "Your forum successfully added"
2284
- msgstr ""
2285
-
2286
- #: wpf-includes/wpf-phrases.php:523
2287
- msgid "Your forum successfully deleted"
2288
- msgstr ""
2289
-
2290
- #: wpf-includes/wpf-phrases.php:524
2291
- msgid "Your profile data have been successfully updated."
2292
- msgstr ""
2293
-
2294
- #: wpf-includes/wpf-phrases.php:525
2295
- msgid "Your subscription for this item could not be confirmed"
2296
- msgstr ""
2297
-
2298
- #: wpf-includes/wpf-phrases.php:526
2299
- msgid "Your topic successfully added"
2300
- msgstr ""
2301
-
2302
- #. Plugin Name of the plugin/theme
2303
- msgid "Forum - wpForo"
2304
- msgstr ""
2305
-
2306
- #. Plugin URI of the plugin/theme
2307
- msgid "http://wpforo.com"
2308
- msgstr ""
2309
-
2310
- #. Description of the plugin/theme
2311
- msgid ""
2312
- "Next Generation of WordPress Forum Softwares. Everything you need to run an "
2313
- "efficient and professional community. Powerful and beautiful bulletin board "
2314
- "with unique features."
2315
- msgstr ""
2316
-
2317
- #. Author of the plugin/theme
2318
- msgid "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
2319
- msgstr ""
2320
-
2321
- #. Author URI of the plugin/theme
2322
- msgid "http://gvectors.com/"
2323
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
wpf-languages/wpforo-ru_RU.mo CHANGED
Binary file
wpf-languages/wpforo-ru_RU.po CHANGED
@@ -2,34 +2,34 @@
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: 2016-06-30 21:51+0400\n"
7
- "PO-Revision-Date: 2016-06-30 21:51+0400\n"
8
- "Last-Translator: \n"
9
- "Language-Team: \n"
10
- "Language: ru_RU\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=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
15
- "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
16
- "X-Generator: Poedit 1.8.6\n"
17
  "X-Poedit-Basepath: ..\n"
18
  "X-Poedit-WPHeader: wpforo.php\n"
19
  "X-Poedit-SourceCharset: UTF-8\n"
20
  "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
21
  "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
22
  "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
 
 
23
  "X-Poedit-SearchPath-0: .\n"
24
  "X-Poedit-SearchPathExcluded-0: *.js\n"
25
 
26
  #: wpf-admin/dashboard.php:7 wpf-includes/wpf-phrases.php:403
27
  msgid "wpForo Dashboard"
28
- msgstr "wpForo Консоль"
29
 
30
  #: wpf-admin/dashboard.php:23 wpf-includes/wpf-phrases.php:356
31
  msgid "Welcome Message"
32
- msgstr ""
33
 
34
  #: wpf-admin/dashboard.php:29
35
  msgid ""
@@ -55,337 +55,347 @@ msgstr ""
55
 
56
  #: wpf-admin/dashboard.php:60 wpf-includes/wpf-phrases.php:128
57
  msgid "General Information"
58
- msgstr ""
59
 
60
  #: wpf-admin/dashboard.php:64 wpf-includes/wpf-phrases.php:363
61
  msgid "You are currently running"
62
- msgstr ""
63
 
64
  #: wpf-admin/dashboard.php:65 wpf-includes/wpf-phrases.php:18
65
  msgid "Active Theme"
66
- msgstr ""
67
 
68
  #: wpf-admin/dashboard.php:66 wpf-includes/wpf-phrases.php:408
69
  msgid "wpForo Website"
70
- msgstr ""
71
 
72
  #: wpf-admin/dashboard.php:67 wpf-includes/wpf-phrases.php:316
73
  msgid "Support Forum"
74
- msgstr ""
75
 
76
  #: wpf-admin/dashboard.php:78 wpf-includes/wpf-phrases.php:286
77
  msgid "Server Information"
78
- msgstr ""
79
 
80
  #: wpf-admin/dashboard.php:108 wpf-includes/wpf-phrases.php:46
81
  msgid "Available"
82
- msgstr ""
83
 
84
  #: wpf-admin/dashboard.php:108 wpf-includes/wpf-phrases.php:205
85
  msgid "Not available"
86
- msgstr ""
87
 
88
  #: wpf-admin/dashboard.php:126 wpf-includes/wpf-phrases.php:49
89
  msgid "Board Statistic"
90
- msgstr ""
91
 
92
  #: wpf-admin/dashboard.php:132 wpf-admin/options.php:14
93
  #: wpf-includes/wpf-phrases.php:121
94
  msgid "Forums"
95
- msgstr ""
96
 
97
  #: wpf-admin/dashboard.php:136 wpf-includes/class-forums.php:537
98
  #: wpf-includes/wpf-phrases.php:334
99
  msgid "Topics"
100
- msgstr ""
101
 
102
  #: wpf-admin/dashboard.php:140 wpf-includes/class-forums.php:537
103
  #: wpf-includes/wpf-phrases.php:229
104
  msgid "Posts"
105
- msgstr ""
106
 
107
  #: wpf-admin/dashboard.php:144 wpf-admin/member.php:10 wpf-admin/options.php:17
108
  #: wpf-includes/wpf-phrases.php:175
109
  msgid "Members"
110
- msgstr ""
111
 
112
  #: wpf-admin/dashboard.php:148 wpf-includes/wpf-phrases.php:176
113
  msgid "Members Online"
114
- msgstr ""
115
 
116
  #: wpf-admin/dashboard.php:155 wpf-includes/wpf-phrases.php:44
117
  msgid "Attachments"
118
- msgstr ""
119
 
120
  #: wpf-admin/dashboard.php:159 wpf-includes/wpf-phrases.php:45
121
  msgid "Attachments Size"
122
- msgstr ""
123
 
124
  #: wpf-admin/forum.php:13 wpf-includes/functions.php:548
125
  #: wpf-includes/wpf-phrases.php:298
126
  msgid "Show on screen"
127
- msgstr ""
128
 
129
  #: wpf-admin/forum.php:15 wpf-admin/forum.php:114
130
  #: wpf-includes/wpf-phrases.php:111
131
  msgid "Forum Options"
132
- msgstr ""
133
 
134
  #: wpf-admin/forum.php:16 wpf-includes/wpf-phrases.php:220
135
  msgid "Permissions"
136
- msgstr ""
137
 
138
  #: wpf-admin/forum.php:17 wpf-includes/wpf-phrases.php:303
139
  msgid "Slug"
140
- msgstr ""
141
 
142
  #: wpf-admin/forum.php:18 wpf-includes/wpf-phrases.php:110
143
  msgid "Forum Meta"
144
- msgstr ""
145
 
146
  #: wpf-admin/forum.php:21 wpf-includes/wpf-phrases.php:270
147
  msgid "Screen Layout"
148
- msgstr ""
149
 
150
  #: wpf-admin/forum.php:22 wpf-includes/wpf-phrases.php:206
151
  msgid "Number of Columns"
152
- msgstr ""
153
 
154
  #: wpf-admin/forum.php:32 wpf-includes/functions.php:562
155
  #: wpf-includes/wpf-phrases.php:271
156
  msgid "Screen Options"
157
- msgstr ""
158
 
159
  #: wpf-admin/forum.php:43 wpf-includes/wpf-phrases.php:51
160
  msgid "Categories and Forums"
161
- msgstr ""
162
 
163
  #: wpf-admin/forum.php:44 wpf-admin/options-tabs/general.php:42
164
  #: wpf-admin/themes.php:10 wpf-admin/usergroup.php:8
165
  #: wpf-includes/wpf-phrases.php:20
166
  msgid "Add New"
167
- msgstr ""
168
 
169
  #: wpf-admin/forum.php:55 wpf-includes/wpf-phrases.php:222
170
  msgid "Please drag and drop forum panels to set parent-child hierarchy."
171
  msgstr ""
 
172
 
173
  #: wpf-admin/forum.php:69 wpf-includes/wpf-phrases.php:269
174
  msgid "Save forums order and hierarchy"
175
- msgstr ""
176
 
177
  #: wpf-admin/forum.php:96 wpf-includes/wpf-phrases.php:85
178
  msgid "Enter forum title here"
179
- msgstr ""
180
 
181
  #: wpf-admin/forum.php:101 wpf-includes/wpf-phrases.php:84
182
  msgid "Enter description here . . ."
183
- msgstr ""
184
 
185
  #: wpf-admin/forum.php:102 wpf-includes/wpf-phrases.php:326
186
  msgid ""
187
  "This is a forum description. This content will be displayed under forum "
188
  "title on the forum list."
189
  msgstr ""
 
190
 
191
  #: wpf-admin/forum.php:117 wpf-includes/wpf-phrases.php:218
192
  msgid "Parent Forum"
193
- msgstr ""
194
 
195
  #: wpf-admin/forum.php:120 wpf-includes/wpf-phrases.php:201
196
  msgid "No parent"
197
- msgstr ""
198
 
199
  #: wpf-admin/forum.php:125 wpf-includes/wpf-phrases.php:342
200
  msgid "Use as Category"
201
- msgstr ""
202
 
203
  #: wpf-admin/forum.php:127 wpf-includes/wpf-phrases.php:52
204
  msgid "Category Layout"
205
- msgstr ""
206
 
207
  #: wpf-admin/forum.php:137 wpf-includes/wpf-phrases.php:199
208
  msgid "No layout found."
209
- msgstr ""
210
 
211
  #: wpf-admin/forum.php:146 wpf-admin/forum.php:153
212
  #: wpf-includes/wpf-phrases.php:231
213
  msgid "Publish"
214
- msgstr ""
215
 
216
  #: wpf-admin/forum.php:150 wpf-includes/wpf-phrases.php:37
217
  msgid "Are you sure you want to delete this forum?"
218
- msgstr ""
219
 
220
  #: wpf-admin/forum.php:150 wpf-admin/themes.php:73 wpf-admin/usergroup.php:37
221
  #: wpf-admin/usergroup.php:133 wpf-includes/functions.php:256
222
- #: wpf-includes/functions.php:469 wpf-includes/wpf-hooks.php:863
223
  #: wpf-includes/wpf-phrases.php:65
224
  msgid "Delete"
225
- msgstr ""
226
 
227
  #: wpf-admin/forum.php:151 wpf-admin/usergroup.php:39
228
  #: wpf-includes/class-forums.php:543 wpf-includes/wpf-phrases.php:350
229
  msgid "View"
230
- msgstr ""
231
 
232
  #: wpf-admin/forum.php:221 wpf-includes/wpf-phrases.php:116
233
  msgid "Forum Slug"
234
- msgstr ""
235
 
236
  #: wpf-admin/forum.php:224 wpf-includes/wpf-phrases.php:319
237
  msgid ""
238
  "The \"slug\" is the URL-friendly version of the name. It is usually all "
239
  "lowercase and contains only letters, numbers, and hyphens."
240
  msgstr ""
 
 
241
 
242
  #: wpf-admin/forum.php:230 wpf-includes/wpf-phrases.php:114
243
  msgid "Forum SEO"
244
- msgstr ""
245
 
246
  #: wpf-admin/forum.php:233 wpf-includes/wpf-phrases.php:180
247
  msgid "Meta Description"
248
- msgstr ""
249
 
250
  #: wpf-admin/forum.php:262 wpf-includes/wpf-phrases.php:325
251
  msgid "This action will also delete all sub-forums, topics and replies."
252
- msgstr ""
253
 
254
  #: wpf-admin/forum.php:270 wpf-includes/wpf-phrases.php:135
255
  msgid ""
256
  "If you want to delete this forum and keep its sub-forums, topics and "
257
  "replies, please select a new target forum in dropdown below"
258
  msgstr ""
 
 
259
 
260
  #: wpf-admin/forum.php:279 wpf-includes/wpf-phrases.php:26
261
  msgid ""
262
  "All sub-forums, topics and replies will be attached to selected forum. "
263
  "Layout will be inherited from this forum."
264
  msgstr ""
 
 
265
 
266
  #: wpf-admin/options-tabs/accesses.php:9 wpf-includes/wpf-phrases.php:21
267
  msgid "Add New Forum Access"
268
- msgstr ""
269
 
270
  #: wpf-admin/options-tabs/accesses.php:13 wpf-includes/wpf-phrases.php:15
271
  msgid "Access names"
272
- msgstr ""
273
 
274
  #: wpf-admin/options-tabs/accesses.php:27 wpf-includes/class-forums.php:539
275
  #: wpf-includes/wpf-phrases.php:376
276
  msgid "edit"
277
- msgstr ""
278
 
279
  #: wpf-admin/options-tabs/accesses.php:28 wpf-includes/wpf-phrases.php:39
280
  msgid ""
281
  "Are you sure you want to remove this access set? Usergroups which attached "
282
  "to this access will lost all forum permissions."
283
  msgstr ""
 
 
284
 
285
  #: wpf-admin/options-tabs/accesses.php:28 wpf-includes/class-forums.php:541
286
  #: wpf-includes/wpf-phrases.php:375
287
  msgid "delete"
288
- msgstr ""
289
 
290
  #: wpf-admin/options-tabs/accesses.php:42 wpf-includes/wpf-phrases.php:14
291
  msgid "Access name"
292
- msgstr ""
293
 
294
  #: wpf-admin/options-tabs/accesses.php:62 wpf-includes/wpf-phrases.php:267
295
  msgid "Save"
296
- msgstr ""
297
 
298
  #: wpf-admin/options-tabs/accesses.php:62 wpf-includes/wpf-phrases.php:339
299
  msgid "Update"
300
- msgstr ""
301
 
302
  #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:291
303
  msgid "Show Admin Bar for Members"
304
- msgstr ""
305
 
306
  #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:328
307
  msgid "This option doesn't affect website admins."
308
- msgstr ""
309
 
310
  #: wpf-admin/options-tabs/features.php:10 wpf-includes/wpf-phrases.php:293
311
  msgid "Show Forum Page Title"
312
- msgstr ""
313
 
314
  #: wpf-admin/options-tabs/features.php:11 wpf-includes/wpf-phrases.php:296
315
  msgid "Show Top/Menu Bar"
316
- msgstr ""
317
 
318
  #: wpf-admin/options-tabs/features.php:12 wpf-includes/wpf-phrases.php:295
319
  msgid "Show Top Search"
320
- msgstr ""
321
 
322
  #: wpf-admin/options-tabs/features.php:13 wpf-includes/wpf-phrases.php:292
323
  msgid "Show Breadcrumb"
324
- msgstr ""
325
 
326
  #: wpf-admin/options-tabs/features.php:14 wpf-includes/wpf-phrases.php:294
327
  msgid "Show Forum Statistic"
328
- msgstr ""
329
 
330
  #: wpf-admin/options-tabs/features.php:15 wpf-includes/wpf-phrases.php:254
331
  msgid "Replace Author Link to Forum Profile"
332
- msgstr ""
333
 
334
  #: wpf-admin/options-tabs/features.php:16 wpf-includes/wpf-phrases.php:255
335
  msgid "Replace Comment Author Link to Forum Profile"
336
- msgstr ""
337
 
338
  #: wpf-admin/options-tabs/features.php:17 wpf-includes/wpf-phrases.php:257
339
  msgid "Replace Registration Page URL to Forum URL"
340
- msgstr ""
341
 
342
  #: wpf-admin/options-tabs/features.php:18 wpf-includes/wpf-phrases.php:256
343
  msgid "Replace Login Page URL to Forum URL"
344
- msgstr ""
345
 
346
  #: wpf-admin/options-tabs/features.php:19 wpf-includes/wpf-phrases.php:253
347
  msgid "Replace Author Avatar with Forum Profile Avatar"
348
- msgstr ""
349
 
350
  #: wpf-admin/options-tabs/features.php:20 wpf-includes/wpf-phrases.php:76
351
  msgid "Enable Avatars"
352
- msgstr ""
353
 
354
  #: wpf-admin/options-tabs/features.php:21 wpf-includes/wpf-phrases.php:77
355
  msgid "Enable Custom Avatars"
356
- msgstr ""
357
 
358
  #: wpf-admin/options-tabs/features.php:22 wpf-includes/wpf-phrases.php:31
359
  msgid "Allow Member Signature"
360
- msgstr ""
361
 
362
  #: wpf-admin/options-tabs/features.php:23 wpf-includes/wpf-phrases.php:79
363
  msgid "Enable Member Rating"
364
- msgstr ""
365
 
366
  #: wpf-admin/options-tabs/features.php:24 wpf-includes/wpf-phrases.php:80
367
  msgid "Enable Member Rating Titles"
368
- msgstr ""
369
 
370
  #: wpf-admin/options-tabs/features.php:25 wpf-includes/wpf-phrases.php:78
371
  msgid "Enable Member Cashe"
372
- msgstr ""
373
 
374
  #: wpf-admin/options-tabs/features.php:26 wpf-includes/wpf-phrases.php:83
375
  msgid "Enable wpForo SEO for Meta Titles"
376
- msgstr ""
377
 
378
  #: wpf-admin/options-tabs/features.php:27 wpf-includes/wpf-phrases.php:82
379
  msgid "Enable wpForo SEO for Meta Tags"
380
- msgstr ""
381
 
382
  #: wpf-admin/options-tabs/features.php:28 wpf-includes/wpf-phrases.php:81
383
  msgid "Enable wpForo Font-Awesome Lib"
384
- msgstr ""
385
 
386
  #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:132
387
  msgid "Help wpForo to grow, show plugin info"
388
- msgstr ""
389
 
390
  #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:223
391
  msgid ""
@@ -394,41 +404,45 @@ msgid ""
394
  "icon in forum footer, which will allow your site visitors recognize the name "
395
  "of forum solution you use."
396
  msgstr ""
 
 
 
 
397
 
398
  #: wpf-admin/options-tabs/features.php:46 wpf-includes/wpf-phrases.php:361
399
  msgid "Yes"
400
- msgstr ""
401
 
402
  #: wpf-admin/options-tabs/features.php:47 wpf-includes/wpf-phrases.php:193
403
  msgid "No"
404
- msgstr ""
405
 
406
  #: wpf-admin/options-tabs/features.php:57 wpf-admin/options-tabs/forums.php:16
407
- #: wpf-admin/options-tabs/general.php:49 wpf-admin/options-tabs/members.php:115
408
  #: wpf-admin/options-tabs/posts.php:57 wpf-admin/options-tabs/styles.php:46
409
  #: wpf-admin/options-tabs/subscriptions.php:75 wpf-includes/wpf-phrases.php:340
410
  msgid "Update Options"
411
- msgstr ""
412
 
413
  #: wpf-admin/options-tabs/general.php:14 wpf-includes/wpf-phrases.php:119
414
  msgid "Forum Title"
415
- msgstr "Заголовка форума"
416
 
417
  #: wpf-admin/options-tabs/general.php:18 wpf-includes/wpf-phrases.php:106
418
  msgid "Forum Description"
419
- msgstr ""
420
 
421
  #: wpf-admin/options-tabs/general.php:22 wpf-includes/wpf-phrases.php:105
422
  msgid "Forum Base URL"
423
- msgstr ""
424
 
425
  #: wpf-admin/options-tabs/general.php:27 wpf-includes/wpf-phrases.php:63
426
  msgid "Dashboard Menu Position"
427
- msgstr ""
428
 
429
  #: wpf-admin/options-tabs/general.php:28 wpf-includes/wpf-phrases.php:320
430
  msgid "The position in the menu order wpForo should appear."
431
- msgstr ""
432
 
433
  #: wpf-admin/options-tabs/general.php:29 wpf-includes/wpf-phrases.php:344
434
  msgid ""
@@ -440,132 +454,101 @@ msgstr ""
440
 
441
  #: wpf-admin/options-tabs/general.php:37 wpf-includes/wpf-phrases.php:108
442
  msgid "Forum Language"
443
- msgstr ""
444
 
445
  #: wpf-admin/options-tabs/general.php:61 wpf-includes/wpf-phrases.php:142
446
  msgid "Language XML file"
447
- msgstr ""
448
 
449
  #: wpf-admin/options-tabs/general.php:70 wpf-includes/wpf-phrases.php:22
450
  msgid "Add New Language"
451
- msgstr ""
452
 
453
  #: wpf-admin/options-tabs/members.php:13 wpf-includes/wpf-phrases.php:214
454
  msgid "Online status timeout"
455
- msgstr ""
456
 
457
  #: wpf-admin/options-tabs/members.php:16 wpf-admin/options-tabs/posts.php:19
458
  #: wpf-admin/options-tabs/posts.php:23 wpf-admin/options-tabs/posts.php:31
459
  #: wpf-admin/options-tabs/posts.php:35 wpf-includes/wpf-phrases.php:385
460
  msgid "minutes"
461
- msgstr ""
462
 
463
  #: wpf-admin/options-tabs/members.php:20 wpf-includes/wpf-phrases.php:177
464
  msgid "Members URL structure"
465
- msgstr ""
466
 
467
  #: wpf-admin/options-tabs/members.php:30 wpf-includes/wpf-phrases.php:61
468
- msgid "Custom Authorization URLs"
469
- msgstr ""
470
 
471
- #: wpf-admin/options-tabs/members.php:32
472
- msgid ""
473
- "Use this option only if you have set other pages for authorization. \n"
474
- " wpForo doesn't change its own URLs, these options "
475
- "are only for other plugin compatibility. \n"
476
- " For example, if you use BuddyPress or Ultimate "
477
- "Member plugin you can set these values:"
478
- msgstr ""
479
-
480
- #: wpf-admin/options-tabs/members.php:35 wpf-admin/options-tabs/members.php:41
481
- #: wpf-includes/wpf-phrases.php:160
482
  msgid "Login URL"
483
- msgstr ""
484
 
485
- #: wpf-admin/options-tabs/members.php:36 wpf-admin/options-tabs/members.php:42
486
- #: wpf-includes/wpf-phrases.php:249
487
  msgid "Register URL"
488
- msgstr ""
489
 
490
  #: wpf-admin/options-tabs/members.php:43 wpf-includes/wpf-phrases.php:162
491
  msgid "Lost Password URL"
492
- msgstr ""
493
 
494
  #: wpf-admin/options-tabs/members.php:49 wpf-includes/wpf-phrases.php:172
495
  msgid "Member Reputation"
496
- msgstr ""
497
 
498
  #: wpf-admin/options-tabs/members.php:57 wpf-includes/wpf-phrases.php:244
499
  msgid "Rating Level"
500
- msgstr ""
501
 
502
  #: wpf-admin/options-tabs/members.php:58 wpf-includes/wpf-phrases.php:181
503
  msgid "Min Number of Posts"
504
- msgstr ""
505
 
506
  #: wpf-admin/options-tabs/members.php:59 wpf-includes/wpf-phrases.php:173
507
  msgid "Member Title"
508
- msgstr ""
509
 
510
  #: wpf-admin/options-tabs/members.php:60 wpf-includes/wpf-phrases.php:290
511
  msgid "Short Badge"
512
- msgstr ""
513
 
514
  #: wpf-admin/options-tabs/members.php:61 wpf-includes/wpf-phrases.php:126
515
  msgid "Full Badge"
516
- msgstr ""
517
 
518
  #: wpf-admin/options-tabs/members.php:62 wpf-includes/wpf-phrases.php:242
519
  msgid "Rating Color"
520
- msgstr ""
521
 
522
  #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:243
523
  msgid "Rating Icon"
524
- msgstr ""
525
 
526
  #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:183
527
  msgid "More"
528
- msgstr ""
529
 
530
  #: wpf-admin/options-tabs/members.php:68 wpf-includes/wpf-phrases.php:156
531
  msgid "Level"
532
- msgstr ""
533
 
534
  #: wpf-admin/options-tabs/members.php:69 wpf-includes/wpf-phrases.php:208
535
  msgid "Number of Posts"
536
- msgstr ""
537
 
538
  #: wpf-admin/options-tabs/members.php:70 wpf-includes/wpf-phrases.php:62
539
  msgid "Custom Title"
540
- msgstr ""
541
 
542
  #: wpf-admin/options-tabs/members.php:73 wpf-includes/wpf-phrases.php:56
543
  msgid "Color"
544
- msgstr ""
545
 
546
  #: wpf-admin/options-tabs/members.php:74 wpf-includes/wpf-phrases.php:48
547
  msgid "Badge Icon"
548
- msgstr ""
549
-
550
- #: wpf-admin/options-tabs/members.php:80
551
- msgid "Enable Reputation Titles for selected usergroups"
552
- msgstr ""
553
-
554
- #: wpf-admin/options-tabs/members.php:81
555
- msgid ""
556
- "This option depends on \"Enable Member Rating\" parent option, witch located "
557
- "in wpForo Settings > Features Tab"
558
- msgstr ""
559
-
560
- #: wpf-admin/options-tabs/members.php:94
561
- msgid "Enable Reputation Badges for selected usergroups"
562
- msgstr ""
563
-
564
- #: wpf-admin/options-tabs/members.php:95
565
- msgid ""
566
- "This option depends on \"Enable Member Rating Titles\" parent option, witch "
567
- "located in wpForo Settings > Features Tab"
568
- msgstr ""
569
 
570
  #: wpf-admin/options-tabs/plugins.php:9
571
  msgid ""
@@ -582,31 +565,31 @@ msgstr ""
582
 
583
  #: wpf-admin/options-tabs/posts.php:14 wpf-includes/wpf-phrases.php:210
584
  msgid "Number of Topics per Page"
585
- msgstr ""
586
 
587
  #: wpf-admin/options-tabs/posts.php:18 wpf-includes/wpf-phrases.php:30
588
  msgid "Allow Edit Own Topic for"
589
- msgstr ""
590
 
591
  #: wpf-admin/options-tabs/posts.php:22 wpf-includes/wpf-phrases.php:27
592
  msgid "Allow Delete Own Topic for"
593
- msgstr ""
594
 
595
  #: wpf-admin/options-tabs/posts.php:26 wpf-includes/wpf-phrases.php:209
596
  msgid "Number of Posts per Page"
597
- msgstr ""
598
 
599
  #: wpf-admin/options-tabs/posts.php:30 wpf-includes/wpf-phrases.php:29
600
  msgid "Allow Edit Own Post for"
601
- msgstr ""
602
 
603
  #: wpf-admin/options-tabs/posts.php:34 wpf-includes/wpf-phrases.php:28
604
  msgid "Allow Delete Own post for"
605
- msgstr ""
606
 
607
  #: wpf-admin/options-tabs/posts.php:40 wpf-includes/wpf-phrases.php:167
608
  msgid "Maximum upload file size"
609
- msgstr ""
610
 
611
  #: wpf-admin/options-tabs/posts.php:41 wpf-includes/wpf-phrases.php:365
612
  msgid ""
@@ -614,265 +597,273 @@ msgid ""
614
  "\"post_max_size\". If you want to increase server parameters please contact "
615
  "to your hosting service support."
616
  msgstr ""
 
 
 
617
 
618
  #: wpf-admin/options-tabs/posts.php:44 wpf-includes/wpf-phrases.php:164
619
  msgid "MB"
620
- msgstr ""
621
 
622
  #: wpf-admin/options-tabs/posts.php:47 wpf-includes/wpf-phrases.php:285
623
  msgid "Server \"upload_max_filesize\" is "
624
- msgstr ""
625
 
626
  #: wpf-admin/options-tabs/posts.php:48 wpf-includes/wpf-phrases.php:284
627
  msgid "Server \"post_max_size\" is "
628
- msgstr ""
629
 
630
  #: wpf-admin/options-tabs/subscriptions.php:13 wpf-includes/wpf-phrases.php:124
631
  msgid "From Name"
632
- msgstr ""
633
 
634
  #: wpf-admin/options-tabs/subscriptions.php:17 wpf-includes/wpf-phrases.php:123
635
  msgid "From Email Address"
636
- msgstr ""
637
 
638
  #: wpf-admin/options-tabs/subscriptions.php:22 wpf-includes/wpf-phrases.php:104
639
  msgid "Forum Admin Email Addresses"
640
- msgstr ""
641
 
642
  #: wpf-admin/options-tabs/subscriptions.php:23 wpf-includes/wpf-phrases.php:57
643
  msgid ""
644
  "Comma separated email addresses of forum administrators to get forum "
645
  "notifications. For example post report messages."
646
  msgstr ""
 
 
647
 
648
  #: wpf-admin/options-tabs/subscriptions.php:29 wpf-includes/wpf-phrases.php:314
649
  msgid "Subscription Emails"
650
- msgstr ""
651
 
652
  #: wpf-admin/options-tabs/subscriptions.php:33 wpf-includes/wpf-phrases.php:311
653
  msgid "Subscribe confirmation email subject"
654
- msgstr ""
655
 
656
  #: wpf-admin/options-tabs/subscriptions.php:37 wpf-includes/wpf-phrases.php:310
657
  msgid "Subscribe confirmation email message"
658
- msgstr ""
659
 
660
  #: wpf-admin/options-tabs/subscriptions.php:41 wpf-includes/wpf-phrases.php:192
661
  msgid "New topic notification email subject"
662
- msgstr ""
663
 
664
  #: wpf-admin/options-tabs/subscriptions.php:45 wpf-includes/wpf-phrases.php:191
665
  msgid "New topic notification email message"
666
- msgstr ""
667
 
668
  #: wpf-admin/options-tabs/subscriptions.php:49 wpf-includes/wpf-phrases.php:190
669
  msgid "New reply notification email subject"
670
- msgstr ""
671
 
672
  #: wpf-admin/options-tabs/subscriptions.php:53 wpf-includes/wpf-phrases.php:189
673
  msgid "New reply notification email message"
674
- msgstr ""
675
 
676
  #: wpf-admin/options-tabs/subscriptions.php:58 wpf-includes/wpf-phrases.php:224
677
  msgid "Post Reporting Emails"
678
- msgstr ""
679
 
680
  #: wpf-admin/options-tabs/subscriptions.php:59 wpf-includes/wpf-phrases.php:327
681
  msgid "This message comes from post reporting pop-up form."
682
- msgstr ""
683
 
684
  #: wpf-admin/options-tabs/subscriptions.php:64 wpf-includes/wpf-phrases.php:263
685
  msgid "Report message subject"
686
- msgstr ""
687
 
688
  #: wpf-admin/options-tabs/subscriptions.php:69 wpf-includes/wpf-phrases.php:262
689
  msgid "Report message body"
690
- msgstr ""
691
 
692
  #: wpf-admin/options.php:8 wpf-includes/wpf-phrases.php:115
693
  msgid "Forum Settings"
694
- msgstr ""
695
 
696
  #: wpf-admin/options.php:13 wpf-includes/wpf-phrases.php:127
697
  msgid "General"
698
- msgstr ""
699
 
700
  #: wpf-admin/options.php:15 wpf-includes/wpf-phrases.php:103
701
  msgid "Forum Accesses"
702
- msgstr ""
703
 
704
  #: wpf-admin/options.php:16 wpf-includes/wpf-phrases.php:335
705
  msgid "Topics &amp; Posts"
706
- msgstr ""
707
 
708
  #: wpf-admin/options.php:18 wpf-includes/wpf-phrases.php:75
709
  msgid "Emails"
710
- msgstr ""
711
 
712
  #: wpf-admin/options.php:19 wpf-includes/wpf-phrases.php:94
713
  msgid "Features"
714
- msgstr ""
715
 
716
  #: wpf-admin/options.php:21 wpf-includes/wpf-phrases.php:308
717
  msgid "Styles"
718
- msgstr ""
719
 
720
  #: wpf-admin/options.php:22 wpf-includes/wpf-phrases.php:25
721
  msgid "Addons"
722
- msgstr ""
723
 
724
  #: wpf-admin/phrase.php:10 wpf-includes/wpf-phrases.php:125
725
  msgid "Front-end Phrases"
726
- msgstr ""
727
 
728
  #: wpf-admin/themes.php:9 wpf-includes/wpf-phrases.php:118
729
  msgid "Forum Themes"
730
- msgstr ""
731
 
732
  #: wpf-admin/themes.php:46 wpf-includes/wpf-phrases.php:60
733
  msgid "Current active theme"
734
- msgstr ""
735
 
736
  #: wpf-admin/themes.php:48 wpf-includes/wpf-phrases.php:136
737
  msgid "Inactive"
738
- msgstr ""
739
 
740
  #: wpf-admin/themes.php:52 wpf-includes/wpf-phrases.php:141
741
  msgid "LAYOUTS"
742
- msgstr ""
743
 
744
  #: wpf-admin/themes.php:68 wpf-includes/wpf-phrases.php:17
745
  msgid "Activate"
746
- msgstr ""
747
 
748
  #: wpf-admin/themes.php:69 wpf-includes/wpf-phrases.php:122
749
  msgid "Fresh Installation"
750
- msgstr ""
751
 
752
  #: wpf-admin/themes.php:71 wpf-includes/wpf-phrases.php:138
753
  msgid "Install"
754
- msgstr ""
755
 
756
  #: wpf-admin/themes.php:73 wpf-includes/wpf-phrases.php:38
757
  msgid "Are you sure you want to delete this theme files?"
758
- msgstr ""
759
 
760
  #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:40
761
  msgid ""
762
  "Are you sure you want to reset all settings and style colors to default?"
763
- msgstr ""
764
 
765
  #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:265
766
  msgid "Reset Settings"
767
- msgstr ""
768
 
769
  #: wpf-admin/themes.php:96 wpf-includes/wpf-phrases.php:198
770
  msgid "No layout found"
771
- msgstr ""
772
 
773
  #: wpf-admin/themes.php:107 wpf-includes/wpf-phrases.php:203
774
  msgid "No theme found"
775
- msgstr ""
776
 
777
  #: wpf-admin/usergroup.php:8
778
  msgid "Usergroups"
779
- msgstr ""
780
 
781
  #: wpf-admin/usergroup.php:18 wpf-admin/usergroup.php:30
782
  #: wpf-admin/usergroup.php:62
783
  msgid "Usergroup Name"
784
- msgstr ""
785
 
786
  #: wpf-admin/usergroup.php:19
787
  msgid "Users Count"
788
- msgstr ""
789
 
790
  #: wpf-admin/usergroup.php:36
791
  msgid "Edit this usergroup"
792
- msgstr ""
793
 
794
  #: wpf-admin/usergroup.php:36 wpf-includes/functions.php:254
795
  #: wpf-includes/functions.php:467 wpf-includes/wpf-phrases.php:72
796
  msgid "Edit"
797
- msgstr ""
798
 
799
  #: wpf-admin/usergroup.php:37
800
  msgid "Delete this usergroup"
801
- msgstr ""
802
 
803
  #: wpf-admin/usergroup.php:39
804
  msgid "View users list in this usergroup"
805
- msgstr ""
806
 
807
  #: wpf-admin/usergroup.php:43
808
  msgid "Count of users in this usergroup"
809
- msgstr ""
810
 
811
  #: wpf-admin/usergroup.php:62 wpf-includes/wpf-phrases.php:131
812
  msgid "Guest"
813
- msgstr ""
814
 
815
  #: wpf-admin/usergroup.php:85 wpf-includes/wpf-phrases.php:369
816
  msgid "add"
817
- msgstr ""
818
 
819
  #: wpf-admin/usergroup.php:85
820
  msgid "save"
821
- msgstr ""
822
 
823
  #: wpf-admin/usergroup.php:106
824
  msgid "Delete Chosen Usergroup And Users"
825
- msgstr ""
826
 
827
  #: wpf-admin/usergroup.php:116
828
  msgid "Delete Chosen Usergroup And Join Users To Other Usergroup"
829
- msgstr ""
830
 
831
  #: wpf-admin/usergroup.php:128
832
  msgid "Users will be join this usergroup"
833
- msgstr ""
834
 
835
- #: wpf-includes/class-notices.php:130 wpf-includes/wpf-phrases.php:68
836
  msgid "Dismiss this notice."
837
- msgstr ""
838
 
839
  #: wpf-includes/class-permissions.php:116 wpf-includes/wpf-phrases.php:415
840
  #, php-format
841
  msgid "%s access successfully added"
842
- msgstr ""
843
 
844
  #: wpf-includes/class-permissions.php:141 wpf-includes/wpf-phrases.php:416
845
  #, php-format
846
  msgid "%s access successfully edited"
847
- msgstr ""
848
 
849
  #: wpf-includes/class-phrases.php:157
850
- #: wpf-includes/functions-installation.php:27 wpf-includes/wpf-phrases.php:7
851
  msgid " Forum"
852
- msgstr ""
853
 
854
  #: wpf-includes/class-phrases.php:158
855
- #: wpf-includes/functions-installation.php:28 wpf-includes/wpf-phrases.php:6
856
  msgid " Discussion Board"
857
- msgstr ""
858
 
859
- #: wpf-includes/class-template.php:867 wpf-includes/wpf-phrases.php:324
860
  msgid "Theme file not readable"
861
- msgstr ""
862
 
863
  #: wpf-includes/functions-template.php:7
864
  msgid "wpForo Menu"
865
- msgstr ""
866
 
867
  #: wpf-includes/functions-template.php:149 wpf-includes/wpf-phrases.php:405
868
  msgid "wpForo Sidebar"
869
- msgstr ""
870
 
871
  #: wpf-includes/functions-template.php:150 wpf-includes/wpf-phrases.php:188
872
  msgid ""
873
  "NOTE: If you're going to add widgets in this sidebar, please use 'Full "
874
  "Width' template for wpForo index page to avoid sidebar duplication."
875
  msgstr ""
 
 
 
876
 
877
  #: wpf-includes/functions-template.php:188
878
  #: wpf-includes/functions-template.php:295
@@ -880,65 +871,65 @@ msgstr ""
880
  #: wpf-includes/functions-template.php:435
881
  #: wpf-includes/functions-template.php:482 wpf-includes/wpf-phrases.php:330
882
  msgid "Title"
883
- msgstr ""
884
 
885
  #: wpf-includes/functions-template.php:361
886
  #: wpf-includes/functions-template.php:438 wpf-includes/wpf-phrases.php:207
887
  msgid "Number of Items"
888
- msgstr ""
889
 
890
  #: wpf-includes/functions-template.php:366 wpf-includes/wpf-phrases.php:69
891
  msgid "Display Avatars"
892
- msgstr ""
893
 
894
  #: wpf-includes/functions-template.php:442 wpf-includes/wpf-phrases.php:71
895
  msgid "Display with Avatars"
896
- msgstr ""
897
 
898
  #: wpf-includes/functions.php:252 wpf-includes/functions.php:465
899
  #: wpf-includes/wpf-phrases.php:50
900
  msgid "Bulk Actions"
901
- msgstr ""
902
 
903
  #: wpf-includes/functions.php:259 wpf-includes/functions.php:553
904
  #: wpf-includes/wpf-phrases.php:36
905
  msgid "Apply"
906
- msgstr ""
907
 
908
  #: wpf-includes/functions.php:268 wpf-includes/wpf-phrases.php:297
909
  msgid "Show all forums"
910
- msgstr ""
911
 
912
  #: wpf-includes/functions.php:297 wpf-includes/functions.php:475
913
  #: wpf-includes/wpf-phrases.php:380
914
  msgid "item"
915
- msgstr ""
916
 
917
  #: wpf-includes/functions.php:330 wpf-includes/functions.php:346
918
  #: wpf-includes/wpf-phrases.php:281
919
  msgid "Select All"
920
- msgstr ""
921
 
922
  #: wpf-includes/functions.php:412 wpf-includes/wpf-phrases.php:66
923
  msgid "Delete this item"
924
- msgstr ""
925
 
926
  #: wpf-includes/functions.php:412 wpf-includes/wpf-phrases.php:41
927
  msgid "Are you sure you whant to DELETE this item?"
928
- msgstr ""
929
 
930
  #: wpf-includes/functions.php:457 wpf-includes/wpf-phrases.php:197
931
  msgid "No items found"
932
- msgstr ""
933
 
934
  #: wpf-includes/functions.php:552 wpf-includes/wpf-phrases.php:139
935
  msgid "Items"
936
- msgstr ""
937
 
938
  #: wpf-includes/functions.php:795
939
  #, php-format
940
  msgid "Could not write file %s"
941
- msgstr ""
942
 
943
  #: wpf-includes/wpf-hooks.php:20 wpf-includes/wpf-phrases.php:134
944
  msgid ""
@@ -949,655 +940,659 @@ msgid ""
949
  "please confirm. If not, just cancel it, then you can deactivate this plugin, "
950
  "that will not remove forum data."
951
  msgstr ""
 
 
 
952
 
953
  #: wpf-includes/wpf-hooks.php:20
954
  msgid "Uninstall"
955
- msgstr ""
956
 
957
- #: wpf-includes/wpf-hooks.php:22
958
  msgid "Settings"
959
- msgstr ""
960
 
961
- #: wpf-includes/wpf-hooks.php:862 wpf-includes/wpf-phrases.php:184
962
  msgid "Move"
963
- msgstr ""
964
 
965
- #: wpf-includes/wpf-hooks.php:908
966
  msgid "Dismiss"
967
- msgstr ""
968
 
969
- #: wpf-includes/wpf-hooks.php:933 wpf-includes/wpf-phrases.php:407
970
  msgid "wpForo Usergroup"
971
- msgstr ""
972
 
973
- #: wpf-includes/wpf-hooks.php:941 wpf-includes/wpf-phrases.php:406
974
  msgid "wpForo User Timezone"
975
- msgstr ""
976
 
977
  #: wpf-includes/wpf-phrases.php:8
978
  #, php-format
979
  msgid "%s and %s liked"
980
- msgstr ""
981
 
982
  #: wpf-includes/wpf-phrases.php:9
983
  #, php-format
984
  msgid "%s liked"
985
- msgstr ""
986
 
987
  #: wpf-includes/wpf-phrases.php:10
988
  #, php-format
989
  msgid "%s, %s and %s liked"
990
- msgstr ""
991
 
992
  #: wpf-includes/wpf-phrases.php:11
993
  #, php-format
994
  msgid "%s, %s, %s and %d people liked"
995
- msgstr ""
996
 
997
  #: wpf-includes/wpf-phrases.php:12
998
  msgid "AOL IM"
999
- msgstr ""
1000
 
1001
  #: wpf-includes/wpf-phrases.php:13
1002
  msgid "About Me"
1003
- msgstr ""
1004
 
1005
  #: wpf-includes/wpf-phrases.php:16
1006
  msgid "Account"
1007
- msgstr ""
1008
 
1009
  #: wpf-includes/wpf-phrases.php:19
1010
  msgid "Activity"
1011
- msgstr ""
1012
 
1013
  #: wpf-includes/wpf-phrases.php:23
1014
  msgid "Add a comment"
1015
- msgstr ""
1016
 
1017
  #: wpf-includes/wpf-phrases.php:24
1018
  msgid "Add topic"
1019
- msgstr ""
1020
 
1021
  #: wpf-includes/wpf-phrases.php:32
1022
  msgid "Answer"
1023
- msgstr ""
1024
 
1025
  #: wpf-includes/wpf-phrases.php:33
1026
  msgid "Answer to"
1027
- msgstr ""
1028
 
1029
  #: wpf-includes/wpf-phrases.php:34
1030
  msgid "Answers"
1031
- msgstr ""
1032
 
1033
  #: wpf-includes/wpf-phrases.php:35
1034
  msgid "Any Date"
1035
- msgstr ""
1036
 
1037
  #: wpf-includes/wpf-phrases.php:42
1038
  msgid "Ascending order"
1039
- msgstr ""
1040
 
1041
  #: wpf-includes/wpf-phrases.php:43
1042
  msgid "Attach file:"
1043
- msgstr ""
1044
 
1045
  #: wpf-includes/wpf-phrases.php:47
1046
  msgid "Avatar"
1047
- msgstr ""
1048
 
1049
  #: wpf-includes/wpf-phrases.php:53
1050
  msgid "Change password"
1051
- msgstr ""
1052
 
1053
  #: wpf-includes/wpf-phrases.php:54
1054
  msgid "Choose target forum"
1055
- msgstr ""
1056
 
1057
  #: wpf-includes/wpf-phrases.php:55 wpf-themes/classic/functions.php:31
1058
  #: wpf-themes/classic/functions.php:52 wpf-themes/classic/functions.php:81
1059
  msgid "Collapsed"
1060
- msgstr ""
1061
 
1062
  #: wpf-includes/wpf-phrases.php:58
1063
  msgid "Comments"
1064
- msgstr ""
1065
 
1066
  #: wpf-includes/wpf-phrases.php:59
1067
  msgid "Confirm my subscription"
1068
- msgstr ""
1069
 
1070
  #: wpf-includes/wpf-phrases.php:64
1071
  msgid "Date"
1072
- msgstr ""
1073
 
1074
  #: wpf-includes/wpf-phrases.php:67
1075
  msgid "Descending order"
1076
- msgstr ""
1077
 
1078
  #: wpf-includes/wpf-phrases.php:70
1079
  msgid "Display Name"
1080
- msgstr ""
1081
 
1082
  #: wpf-includes/wpf-phrases.php:73
1083
  msgid "Edited: "
1084
- msgstr ""
1085
 
1086
  #: wpf-includes/wpf-phrases.php:74
1087
  msgid "Email"
1088
- msgstr ""
1089
 
1090
  #: wpf-includes/wpf-phrases.php:86
1091
  msgid "Enter title here"
1092
- msgstr ""
1093
 
1094
  #: wpf-includes/wpf-phrases.php:87 wpf-themes/classic/functions.php:30
1095
  #: wpf-themes/classic/functions.php:51 wpf-themes/classic/functions.php:80
1096
  msgid "Expanded"
1097
- msgstr ""
1098
 
1099
  #: wpf-includes/wpf-phrases.php:88 wpf-themes/classic/functions.php:77
1100
  msgid "Extended Layout - Intro posts"
1101
- msgstr ""
1102
 
1103
  #: wpf-includes/wpf-phrases.php:89 wpf-themes/classic/functions.php:27
1104
  msgid "Extended Layout - Intro topics"
1105
- msgstr ""
1106
 
1107
  #: wpf-includes/wpf-phrases.php:90 wpf-themes/classic/functions.php:87
1108
  msgid "Extended Layout - Number of intro posts"
1109
- msgstr ""
1110
 
1111
  #: wpf-includes/wpf-phrases.php:91 wpf-themes/classic/functions.php:36
1112
  msgid "Extended Layout - Number of intro topics"
1113
- msgstr ""
1114
 
1115
  #: wpf-includes/wpf-phrases.php:92
1116
  msgid "Facebook"
1117
- msgstr ""
1118
 
1119
  #: wpf-includes/wpf-phrases.php:93
1120
  msgid "Failed to write file to disk"
1121
- msgstr ""
1122
 
1123
  #: wpf-includes/wpf-phrases.php:95
1124
  msgid "File upload stopped by extension"
1125
- msgstr ""
1126
 
1127
  #: wpf-includes/wpf-phrases.php:96
1128
  msgid "Find Posts by User"
1129
- msgstr ""
1130
 
1131
  #: wpf-includes/wpf-phrases.php:97
1132
  msgid "Find Topics Started by User"
1133
- msgstr ""
1134
 
1135
  #: wpf-includes/wpf-phrases.php:98
1136
  msgid "First post and replies"
1137
- msgstr ""
1138
 
1139
  #: wpf-includes/wpf-phrases.php:99
1140
  msgid "Forum"
1141
- msgstr ""
1142
 
1143
  #: wpf-includes/wpf-phrases.php:100
1144
  msgid "Forum - Login"
1145
- msgstr ""
1146
 
1147
  #: wpf-includes/wpf-phrases.php:101
1148
  msgid "Forum - Page Not Found"
1149
- msgstr ""
1150
 
1151
  #: wpf-includes/wpf-phrases.php:102
1152
  msgid "Forum - Registration"
1153
- msgstr ""
1154
 
1155
  #: wpf-includes/wpf-phrases.php:107
1156
  msgid "Forum Home"
1157
- msgstr ""
1158
 
1159
  #: wpf-includes/wpf-phrases.php:109
1160
  msgid "Forum Members"
1161
- msgstr ""
1162
 
1163
  #: wpf-includes/wpf-phrases.php:112
1164
  msgid "Forum Profile"
1165
- msgstr ""
1166
 
1167
  #: wpf-includes/wpf-phrases.php:113
1168
  msgid "Forum RSS Feed"
1169
- msgstr ""
1170
 
1171
  #: wpf-includes/wpf-phrases.php:117
1172
  msgid "Forum Statistics"
1173
- msgstr ""
1174
 
1175
  #: wpf-includes/wpf-phrases.php:120
1176
  msgid "Forum is empty"
1177
- msgstr ""
1178
 
1179
  #: wpf-includes/wpf-phrases.php:129
1180
  msgid "Group"
1181
- msgstr ""
1182
 
1183
  #: wpf-includes/wpf-phrases.php:130
1184
  msgid "Gtalk"
1185
- msgstr ""
1186
 
1187
  #: wpf-includes/wpf-phrases.php:133
1188
  msgid "ICQ"
1189
- msgstr ""
1190
 
1191
  #: wpf-includes/wpf-phrases.php:137
1192
  msgid "Insert member name or email"
1193
- msgstr ""
1194
 
1195
  #: wpf-includes/wpf-phrases.php:140
1196
  msgid "Joined"
1197
- msgstr ""
1198
 
1199
  #: wpf-includes/wpf-phrases.php:143
1200
  msgid "Last 24 hours"
1201
- msgstr ""
1202
 
1203
  #: wpf-includes/wpf-phrases.php:144
1204
  msgid "Last 3 Months"
1205
- msgstr ""
1206
 
1207
  #: wpf-includes/wpf-phrases.php:145
1208
  msgid "Last 6 Months"
1209
- msgstr ""
1210
 
1211
  #: wpf-includes/wpf-phrases.php:146
1212
  msgid "Last Active"
1213
- msgstr ""
1214
 
1215
  #: wpf-includes/wpf-phrases.php:147
1216
  msgid "Last Month"
1217
- msgstr ""
1218
 
1219
  #: wpf-includes/wpf-phrases.php:148
1220
  msgid "Last Post"
1221
- msgstr ""
1222
 
1223
  #: wpf-includes/wpf-phrases.php:149
1224
  msgid "Last Post Info"
1225
- msgstr ""
1226
 
1227
  #: wpf-includes/wpf-phrases.php:150
1228
  msgid "Last Week"
1229
- msgstr ""
1230
 
1231
  #: wpf-includes/wpf-phrases.php:151
1232
  msgid "Last Year ago"
1233
- msgstr ""
1234
 
1235
  #: wpf-includes/wpf-phrases.php:152
1236
  #, php-format
1237
  msgid "Last post by %s"
1238
- msgstr ""
1239
 
1240
  #: wpf-includes/wpf-phrases.php:153
1241
  msgid "Latest Post"
1242
- msgstr ""
1243
 
1244
  #: wpf-includes/wpf-phrases.php:154
1245
  msgid "Leave a reply"
1246
- msgstr ""
1247
 
1248
  #: wpf-includes/wpf-phrases.php:155
1249
  msgid "Length must be between 3 characters and 15 characters."
1250
- msgstr ""
1251
 
1252
  #: wpf-includes/wpf-phrases.php:157
1253
  msgid "Liked"
1254
- msgstr ""
1255
 
1256
  #: wpf-includes/wpf-phrases.php:158
1257
  msgid "Location"
1258
- msgstr ""
1259
 
1260
  #: wpf-includes/wpf-phrases.php:159
1261
  msgid "Login"
1262
- msgstr ""
1263
 
1264
  #: wpf-includes/wpf-phrases.php:161
1265
  msgid "Logout"
1266
- msgstr ""
1267
 
1268
  #: wpf-includes/wpf-phrases.php:163
1269
  msgid "Lost your password?"
1270
- msgstr ""
1271
 
1272
  #: wpf-includes/wpf-phrases.php:165
1273
  msgid "MSN"
1274
- msgstr ""
1275
 
1276
  #: wpf-includes/wpf-phrases.php:166
1277
  msgid "Maximum allowed file size is"
1278
- msgstr ""
1279
 
1280
  #: wpf-includes/wpf-phrases.php:168
1281
  msgid "Member Activity"
1282
- msgstr ""
1283
 
1284
  #: wpf-includes/wpf-phrases.php:169
1285
  msgid "Member Information"
1286
- msgstr ""
1287
 
1288
  #: wpf-includes/wpf-phrases.php:170
1289
  msgid "Member Rating"
1290
- msgstr ""
1291
 
1292
  #: wpf-includes/wpf-phrases.php:171
1293
  msgid "Member Rating Badge"
1294
- msgstr ""
1295
 
1296
  #: wpf-includes/wpf-phrases.php:174
1297
  msgid "Member information"
1298
- msgstr ""
1299
 
1300
  #: wpf-includes/wpf-phrases.php:178
1301
  msgid "Members not found"
1302
- msgstr ""
1303
 
1304
  #: wpf-includes/wpf-phrases.php:179
1305
  msgid "Messages"
1306
- msgstr ""
1307
 
1308
  #: wpf-includes/wpf-phrases.php:182
1309
  msgid "Missing a temporary folder"
1310
- msgstr ""
1311
 
1312
  #: wpf-includes/wpf-phrases.php:185
1313
  msgid "Move topic"
1314
- msgstr ""
1315
 
1316
  #: wpf-includes/wpf-phrases.php:186
1317
  msgid "Must be minimum 6 characters."
1318
- msgstr ""
1319
 
1320
  #: wpf-includes/wpf-phrases.php:187
1321
  msgid "My Profile"
1322
- msgstr ""
1323
 
1324
  #: wpf-includes/wpf-phrases.php:194
1325
  msgid "No activity found for this member."
1326
- msgstr ""
1327
 
1328
  #: wpf-includes/wpf-phrases.php:195
1329
  msgid "No file was uploaded"
1330
- msgstr ""
1331
 
1332
  #: wpf-includes/wpf-phrases.php:196
1333
  msgid "No forums were found here."
1334
- msgstr ""
1335
 
1336
  #: wpf-includes/wpf-phrases.php:200
1337
  msgid "No online members at the moment"
1338
- msgstr ""
1339
 
1340
  #: wpf-includes/wpf-phrases.php:202
1341
  msgid "No subscriptions found for this member."
1342
- msgstr ""
1343
 
1344
  #: wpf-includes/wpf-phrases.php:204
1345
  msgid "No topics were found here"
1346
- msgstr ""
1347
 
1348
  #: wpf-includes/wpf-phrases.php:211
1349
  msgid "Occupation"
1350
- msgstr ""
1351
 
1352
  #: wpf-includes/wpf-phrases.php:212
1353
  msgid "Offline"
1354
- msgstr ""
1355
 
1356
  #: wpf-includes/wpf-phrases.php:213
1357
  msgid "Online"
1358
- msgstr ""
1359
 
1360
  #: wpf-includes/wpf-phrases.php:215
1361
  msgid "Oops! The page you requested was not found!"
1362
- msgstr ""
1363
 
1364
  #: wpf-includes/wpf-phrases.php:216
1365
  msgid "Our newest member"
1366
- msgstr ""
1367
 
1368
  #: wpf-includes/wpf-phrases.php:217
1369
  msgid "Page"
1370
- msgstr ""
1371
 
1372
  #: wpf-includes/wpf-phrases.php:219
1373
  msgid "Password"
1374
- msgstr ""
1375
 
1376
  #: wpf-includes/wpf-phrases.php:221
1377
  #, php-format
1378
  msgid "Please %s or %s"
1379
- msgstr ""
1380
 
1381
  #: wpf-includes/wpf-phrases.php:225
1382
  msgid "Post Title"
1383
- msgstr ""
1384
 
1385
  #: wpf-includes/wpf-phrases.php:226
1386
  msgid "Post link"
1387
- msgstr ""
1388
 
1389
  #: wpf-includes/wpf-phrases.php:227
1390
  msgid "Posted"
1391
- msgstr ""
1392
 
1393
  #: wpf-includes/wpf-phrases.php:228
1394
  msgid "Posted by"
1395
- msgstr ""
1396
 
1397
  #: wpf-includes/wpf-phrases.php:230
1398
  msgid "Powered by"
1399
- msgstr ""
1400
 
1401
  #: wpf-includes/wpf-phrases.php:232 wpf-themes/classic/functions.php:57
1402
  msgid "Q&A Layout - Number of intro topics"
1403
- msgstr ""
1404
 
1405
  #: wpf-includes/wpf-phrases.php:233 wpf-themes/classic/functions.php:48
1406
  msgid "Q&A layout - Intro topics"
1407
- msgstr ""
1408
 
1409
  #: wpf-includes/wpf-phrases.php:234
1410
  msgid "Question Comments"
1411
- msgstr ""
1412
 
1413
  #: wpf-includes/wpf-phrases.php:235
1414
  msgid "Questions"
1415
- msgstr ""
1416
 
1417
  #: wpf-includes/wpf-phrases.php:236
1418
  msgid "Quote"
1419
- msgstr ""
1420
 
1421
  #: wpf-includes/wpf-phrases.php:237
1422
  msgid "RE"
1423
- msgstr ""
1424
 
1425
  #: wpf-includes/wpf-phrases.php:238
1426
  msgid "REPLY:"
1427
- msgstr ""
1428
 
1429
  #: wpf-includes/wpf-phrases.php:239
1430
  msgid "RSS"
1431
- msgstr ""
1432
 
1433
  #: wpf-includes/wpf-phrases.php:240
1434
  msgid "Rating"
1435
- msgstr ""
1436
 
1437
  #: wpf-includes/wpf-phrases.php:241
1438
  msgid "Rating Badge"
1439
- msgstr ""
1440
 
1441
  #: wpf-includes/wpf-phrases.php:245
1442
  msgid "Received Likes"
1443
- msgstr ""
1444
 
1445
  #: wpf-includes/wpf-phrases.php:246
1446
  msgid "Recent Questions"
1447
- msgstr ""
1448
 
1449
  #: wpf-includes/wpf-phrases.php:247
1450
  msgid "Recent Topics"
1451
- msgstr ""
1452
 
1453
  #: wpf-includes/wpf-phrases.php:248
1454
  msgid "Register"
1455
- msgstr ""
1456
 
1457
  #: wpf-includes/wpf-phrases.php:250
1458
  msgid "Registered date"
1459
- msgstr ""
1460
 
1461
  #: wpf-includes/wpf-phrases.php:251
1462
  msgid "Relevancy"
1463
- msgstr ""
1464
 
1465
  #: wpf-includes/wpf-phrases.php:252
1466
  msgid "Remember Me"
1467
- msgstr ""
1468
 
1469
  #: wpf-includes/wpf-phrases.php:258
1470
  msgid "Replies"
1471
- msgstr ""
1472
 
1473
  #: wpf-includes/wpf-phrases.php:259
1474
  msgid "Replies not found"
1475
- msgstr ""
1476
 
1477
  #: wpf-includes/wpf-phrases.php:260
1478
  msgid "Reply"
1479
- msgstr ""
1480
 
1481
  #: wpf-includes/wpf-phrases.php:261
1482
  msgid "Report"
1483
- msgstr ""
1484
 
1485
  #: wpf-includes/wpf-phrases.php:264
1486
  msgid "Report to Administration"
1487
- msgstr ""
1488
 
1489
  #: wpf-includes/wpf-phrases.php:266
1490
  msgid "Result Info"
1491
- msgstr ""
1492
 
1493
  #: wpf-includes/wpf-phrases.php:268
1494
  msgid "Save Changes"
1495
- msgstr ""
1496
 
1497
  #: wpf-includes/wpf-phrases.php:272
1498
  msgid "Search"
1499
- msgstr ""
1500
 
1501
  #: wpf-includes/wpf-phrases.php:273
1502
  msgid "Search Entire Posts"
1503
- msgstr ""
1504
 
1505
  #: wpf-includes/wpf-phrases.php:274
1506
  msgid "Search Phrase"
1507
- msgstr ""
1508
 
1509
  #: wpf-includes/wpf-phrases.php:275
1510
  msgid "Search Titles Only"
1511
- msgstr ""
1512
 
1513
  #: wpf-includes/wpf-phrases.php:276
1514
  msgid "Search Type"
1515
- msgstr ""
1516
 
1517
  #: wpf-includes/wpf-phrases.php:277
1518
  msgid "Search in Forums"
1519
- msgstr ""
1520
 
1521
  #: wpf-includes/wpf-phrases.php:278
1522
  msgid "Search in date period"
1523
- msgstr ""
1524
 
1525
  #: wpf-includes/wpf-phrases.php:279
1526
  msgid "Search result for"
1527
- msgstr ""
1528
 
1529
  #: wpf-includes/wpf-phrases.php:280
1530
  msgid "Search..."
1531
- msgstr ""
1532
 
1533
  #: wpf-includes/wpf-phrases.php:282
1534
  msgid "Select Page"
1535
- msgstr ""
1536
 
1537
  #: wpf-includes/wpf-phrases.php:283
1538
  msgid "Send Report"
1539
- msgstr ""
1540
 
1541
  #: wpf-includes/wpf-phrases.php:287
1542
  msgid "Set Topic Sticky"
1543
- msgstr ""
1544
 
1545
  #: wpf-includes/wpf-phrases.php:288 wpf-themes/classic/functions.php:88
1546
  msgid ""
1547
  "Set this option value 0 if you want to show all posts under topic intro area."
1548
  msgstr ""
 
1549
 
1550
  #: wpf-includes/wpf-phrases.php:289
1551
  msgid "Shop Account"
1552
- msgstr ""
1553
 
1554
  #: wpf-includes/wpf-phrases.php:299
1555
  msgid "Sign In"
1556
- msgstr ""
1557
 
1558
  #: wpf-includes/wpf-phrases.php:300
1559
  msgid "Signature"
1560
- msgstr ""
1561
 
1562
  #: wpf-includes/wpf-phrases.php:301
1563
  msgid "Site Profile"
1564
- msgstr ""
1565
 
1566
  #: wpf-includes/wpf-phrases.php:302
1567
  msgid "Skype"
1568
- msgstr ""
1569
 
1570
  #: wpf-includes/wpf-phrases.php:304
1571
  msgid "Social Networks"
1572
- msgstr ""
1573
 
1574
  #: wpf-includes/wpf-phrases.php:305
1575
  msgid "Sorry, something wrong with your data."
1576
- msgstr ""
1577
 
1578
  #: wpf-includes/wpf-phrases.php:306
1579
  msgid "Sort Search Results by"
1580
- msgstr ""
1581
 
1582
  #: wpf-includes/wpf-phrases.php:307
1583
  msgid "Specify avatar by URL"
1584
- msgstr ""
1585
 
1586
  #: wpf-includes/wpf-phrases.php:309
1587
  msgid "Subforums"
1588
- msgstr ""
1589
 
1590
  #: wpf-includes/wpf-phrases.php:312
1591
  msgid "Subscribe for new replies"
1592
- msgstr ""
1593
 
1594
  #: wpf-includes/wpf-phrases.php:313
1595
  msgid "Subscribe for new topics"
1596
- msgstr ""
1597
 
1598
  #: wpf-includes/wpf-phrases.php:315
1599
  msgid "Subscriptions"
1600
- msgstr ""
1601
 
1602
  #: wpf-includes/wpf-phrases.php:317
1603
  msgid ""
@@ -1624,719 +1619,734 @@ msgid ""
1624
  "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
1625
  "the HTML form"
1626
  msgstr ""
 
 
1627
 
1628
  #: wpf-includes/wpf-phrases.php:322
1629
  msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini"
1630
  msgstr ""
 
1631
 
1632
  #: wpf-includes/wpf-phrases.php:323
1633
  msgid "The uploaded file was only partially uploaded"
1634
- msgstr ""
1635
 
1636
  #: wpf-includes/wpf-phrases.php:329
1637
  msgid "Timezone"
1638
- msgstr ""
1639
 
1640
  #: wpf-includes/wpf-phrases.php:331
1641
  msgid "Topic RSS Feed"
1642
- msgstr ""
1643
 
1644
  #: wpf-includes/wpf-phrases.php:332
1645
  msgid "Topic Title"
1646
- msgstr ""
1647
 
1648
  #: wpf-includes/wpf-phrases.php:333
1649
  msgid "Topic title"
1650
- msgstr ""
1651
 
1652
  #: wpf-includes/wpf-phrases.php:336
1653
  msgid "Twitter"
1654
- msgstr ""
1655
 
1656
  #: wpf-includes/wpf-phrases.php:337
1657
  msgid "Unknown upload error"
1658
- msgstr ""
1659
 
1660
  #: wpf-includes/wpf-phrases.php:338
1661
  msgid "Unsubscribe"
1662
- msgstr ""
1663
 
1664
  #: wpf-includes/wpf-phrases.php:341
1665
  msgid "Upload an avatar"
1666
- msgstr ""
1667
 
1668
  #: wpf-includes/wpf-phrases.php:343
1669
  msgid ""
1670
  "Use comments to ask for more information or suggest improvements. Avoid "
1671
  "answering questions in comments."
1672
  msgstr ""
 
 
1673
 
1674
  #: wpf-includes/wpf-phrases.php:345
1675
  msgid "User"
1676
- msgstr ""
1677
 
1678
  #: wpf-includes/wpf-phrases.php:346
1679
  msgid "User Group"
1680
- msgstr ""
1681
 
1682
  #: wpf-includes/wpf-phrases.php:347
1683
  msgid "Usergroup has been successfully deleted."
1684
- msgstr ""
1685
 
1686
  #: wpf-includes/wpf-phrases.php:348
1687
  msgid ""
1688
  "Usergroup has been successfully deleted. All users of this usergroup have "
1689
  "been moved to the usergroup you've chosen"
1690
  msgstr ""
 
 
1691
 
1692
  #: wpf-includes/wpf-phrases.php:349
1693
  msgid "Username"
1694
- msgstr ""
1695
 
1696
  #: wpf-includes/wpf-phrases.php:351
1697
  msgid "View entire post"
1698
- msgstr ""
1699
 
1700
  #: wpf-includes/wpf-phrases.php:352
1701
  msgid "View the latest post"
1702
- msgstr ""
1703
 
1704
  #: wpf-includes/wpf-phrases.php:353
1705
  msgid "Views"
1706
- msgstr ""
1707
 
1708
  #: wpf-includes/wpf-phrases.php:354
1709
  msgid "Votes"
1710
- msgstr ""
1711
 
1712
  #: wpf-includes/wpf-phrases.php:355
1713
  msgid "Website"
1714
- msgstr ""
1715
 
1716
  #: wpf-includes/wpf-phrases.php:357
1717
  msgid "Wordpress avatar system"
1718
- msgstr ""
1719
 
1720
  #: wpf-includes/wpf-phrases.php:358
1721
  msgid "Working"
1722
- msgstr ""
1723
 
1724
  #: wpf-includes/wpf-phrases.php:359
1725
  msgid "Write message"
1726
- msgstr ""
1727
 
1728
  #: wpf-includes/wpf-phrases.php:360
1729
  msgid "Yahoo"
1730
- msgstr ""
1731
 
1732
  #: wpf-includes/wpf-phrases.php:362
1733
  msgid "You"
1734
- msgstr ""
1735
 
1736
  #: wpf-includes/wpf-phrases.php:364
1737
  #, php-format
1738
  msgid "You can go to %s page or Search here"
1739
- msgstr ""
1740
 
1741
  #: wpf-includes/wpf-phrases.php:366
1742
  msgid "Your Answer"
1743
- msgstr ""
1744
 
1745
  #: wpf-includes/wpf-phrases.php:367
1746
  msgid "account"
1747
- msgstr ""
1748
 
1749
  #: wpf-includes/wpf-phrases.php:368
1750
  msgid "activity"
1751
- msgstr ""
1752
 
1753
  #: wpf-includes/wpf-phrases.php:370
1754
  msgid "add_new"
1755
- msgstr ""
1756
 
1757
  #: wpf-includes/wpf-phrases.php:371
1758
  msgid "ago"
1759
- msgstr ""
1760
 
1761
  #: wpf-includes/wpf-phrases.php:372
1762
  msgid "by"
1763
- msgstr ""
1764
 
1765
  #: wpf-includes/wpf-phrases.php:373
1766
  #, php-format
1767
  msgid "by %s"
1768
- msgstr ""
1769
 
1770
  #: wpf-includes/wpf-phrases.php:374
1771
  msgid "confirm password"
1772
- msgstr ""
1773
 
1774
  #: wpf-includes/wpf-phrases.php:377
1775
  msgid "edit profile"
1776
- msgstr ""
1777
 
1778
  #: wpf-includes/wpf-phrases.php:378
1779
  msgid "edit user"
1780
- msgstr ""
1781
 
1782
  #: wpf-includes/wpf-phrases.php:379
1783
  msgid "forums"
1784
- msgstr ""
1785
 
1786
  #: wpf-includes/wpf-phrases.php:381
1787
  msgid "login"
1788
- msgstr ""
1789
 
1790
  #: wpf-includes/wpf-phrases.php:382
1791
  msgid "logout"
1792
- msgstr ""
1793
 
1794
  #: wpf-includes/wpf-phrases.php:383
1795
  msgid "matches"
1796
- msgstr ""
1797
 
1798
  #: wpf-includes/wpf-phrases.php:384
1799
  msgid "members"
1800
- msgstr ""
1801
 
1802
  #: wpf-includes/wpf-phrases.php:386
1803
  msgid "my profile"
1804
- msgstr ""
1805
 
1806
  #: wpf-includes/wpf-phrases.php:387
1807
  msgid "new password"
1808
- msgstr ""
1809
 
1810
  #: wpf-includes/wpf-phrases.php:388
1811
  msgid "new password again"
1812
- msgstr ""
1813
 
1814
  #: wpf-includes/wpf-phrases.php:389
1815
  msgid "next"
1816
- msgstr ""
1817
 
1818
  #: wpf-includes/wpf-phrases.php:390
1819
  msgid "old password"
1820
- msgstr ""
1821
 
1822
  #: wpf-includes/wpf-phrases.php:391
1823
  msgid "phrase_key"
1824
- msgstr ""
1825
 
1826
  #: wpf-includes/wpf-phrases.php:392
1827
  msgid "phrase_value"
1828
- msgstr ""
1829
 
1830
  #: wpf-includes/wpf-phrases.php:393
1831
  msgid "posted"
1832
- msgstr ""
1833
 
1834
  #: wpf-includes/wpf-phrases.php:394
1835
  msgid "prev"
1836
- msgstr ""
1837
 
1838
  #: wpf-includes/wpf-phrases.php:395
1839
  msgid "register"
1840
- msgstr ""
1841
 
1842
  #: wpf-includes/wpf-phrases.php:396
1843
  msgid "replies"
1844
- msgstr ""
1845
 
1846
  #: wpf-includes/wpf-phrases.php:397
1847
  msgid "subscriptions"
1848
- msgstr ""
1849
 
1850
  #: wpf-includes/wpf-phrases.php:398
1851
  msgid "update"
1852
- msgstr ""
1853
 
1854
  #: wpf-includes/wpf-phrases.php:399
1855
  msgid "view"
1856
- msgstr ""
1857
 
1858
  #: wpf-includes/wpf-phrases.php:400
1859
  msgid "view all posts"
1860
- msgstr ""
1861
 
1862
  #: wpf-includes/wpf-phrases.php:401
1863
  msgid "view all questions"
1864
- msgstr ""
1865
 
1866
  #: wpf-includes/wpf-phrases.php:402
1867
  msgid "view all topics"
1868
- msgstr ""
1869
 
1870
  #: wpf-includes/wpf-phrases.php:404
1871
  msgid "wpForo Navigation"
1872
- msgstr ""
1873
 
1874
  #: wpf-includes/wpf-phrases.php:409
1875
  msgid "{number}B"
1876
- msgstr ""
1877
 
1878
  #: wpf-includes/wpf-phrases.php:410
1879
  msgid "{number}K"
1880
- msgstr ""
1881
 
1882
  #: wpf-includes/wpf-phrases.php:411
1883
  msgid "{number}M"
1884
- msgstr ""
1885
 
1886
  #: wpf-includes/wpf-phrases.php:412
1887
  msgid "{number}T"
1888
- msgstr ""
1889
 
1890
  #: wpf-includes/wpf-phrases.php:417
1891
  msgid "Access add error"
1892
- msgstr ""
1893
 
1894
  #: wpf-includes/wpf-phrases.php:418
1895
  msgid "Access delete error"
1896
- msgstr ""
1897
 
1898
  #: wpf-includes/wpf-phrases.php:419
1899
  msgid "Access edit error"
1900
- msgstr ""
1901
 
1902
  #: wpf-includes/wpf-phrases.php:420
1903
  msgid "Access successfully deleted"
1904
- msgstr ""
1905
 
1906
  #: wpf-includes/wpf-phrases.php:421
1907
  msgid "Add Topic error: No forum selected"
1908
- msgstr ""
1909
 
1910
  #: wpf-includes/wpf-phrases.php:422
1911
  msgid "All Checked topics successfully deleted"
1912
- msgstr ""
1913
 
1914
  #: wpf-includes/wpf-phrases.php:423
1915
  msgid "Can't add forum"
1916
- msgstr ""
1917
 
1918
  #: wpf-includes/wpf-phrases.php:424
1919
  msgid "Can't add new language"
1920
- msgstr ""
1921
 
1922
  #: wpf-includes/wpf-phrases.php:425
1923
  msgid "Can't delete this Usergroup"
1924
- msgstr ""
1925
 
1926
  #: wpf-includes/wpf-phrases.php:426
1927
  msgid "Can't send confirmation email"
1928
- msgstr ""
1929
 
1930
  #: wpf-includes/wpf-phrases.php:427
1931
  msgid "Can't send report email"
1932
- msgstr ""
1933
 
1934
  #: wpf-includes/wpf-phrases.php:428
1935
  msgid "Can't subscribe to this item"
1936
- msgstr ""
1937
 
1938
  #: wpf-includes/wpf-phrases.php:429
1939
  msgid "Can't write a post: This topic is closed"
1940
- msgstr ""
1941
 
1942
  #: wpf-includes/wpf-phrases.php:430
1943
  msgid "Can`t upload file"
1944
- msgstr ""
1945
 
1946
  #: wpf-includes/wpf-phrases.php:431
1947
  msgid "Cannot update forum hierarchy"
1948
- msgstr ""
1949
 
1950
  #: wpf-includes/wpf-phrases.php:432
1951
  msgid "Cannot update post data"
1952
- msgstr ""
1953
 
1954
  #: wpf-includes/wpf-phrases.php:433
1955
  msgid "Could not be unsubscribe from this item"
1956
- msgstr ""
1957
 
1958
  #: wpf-includes/wpf-phrases.php:434
1959
  msgid "Email address exists. Please insert another."
1960
- msgstr ""
1961
 
1962
  #: wpf-includes/wpf-phrases.php:435
1963
  msgid "Error: Forum is not found"
1964
- msgstr ""
1965
 
1966
  #: wpf-includes/wpf-phrases.php:436
1967
  msgid "Error: No topic selected"
1968
- msgstr ""
1969
 
1970
  #: wpf-includes/wpf-phrases.php:437
1971
  msgid "Error: Topic is not found"
1972
- msgstr ""
1973
 
1974
  #: wpf-includes/wpf-phrases.php:438
1975
  msgid "Error: please inset some text to report."
1976
- msgstr ""
1977
 
1978
  #: wpf-includes/wpf-phrases.php:439
1979
  msgid "Features successfully updated"
1980
- msgstr ""
1981
 
1982
  #: wpf-includes/wpf-phrases.php:440
1983
  msgid "Features successfully updated, but previous value not changed"
1984
- msgstr ""
1985
 
1986
  #: wpf-includes/wpf-phrases.php:441
1987
  msgid "File type is not allowed"
1988
- msgstr ""
1989
 
1990
  #: wpf-includes/wpf-phrases.php:442
1991
  msgid "Forum Base URL successfully updated"
1992
- msgstr ""
1993
 
1994
  #: wpf-includes/wpf-phrases.php:443
1995
  msgid "Forum deleting error"
1996
- msgstr ""
1997
 
1998
  #: wpf-includes/wpf-phrases.php:444
1999
  msgid "Forum hierarchy successfully updated"
2000
- msgstr ""
2001
 
2002
  #: wpf-includes/wpf-phrases.php:445
2003
  msgid "Forum is successfully merged"
2004
- msgstr ""
2005
 
2006
  #: wpf-includes/wpf-phrases.php:446
2007
  msgid "Forum merging error"
2008
- msgstr ""
2009
 
2010
  #: wpf-includes/wpf-phrases.php:447
2011
  msgid "Forum options successfully updated"
2012
- msgstr ""
2013
 
2014
  #: wpf-includes/wpf-phrases.php:448
2015
  msgid "Forum options successfully updated, but previous value not changed"
2016
  msgstr ""
 
2017
 
2018
  #: wpf-includes/wpf-phrases.php:449
2019
  msgid "Forum successfully updated"
2020
- msgstr ""
2021
 
2022
  #: wpf-includes/wpf-phrases.php:450
2023
  msgid "Forum update error"
2024
- msgstr ""
2025
 
2026
  #: wpf-includes/wpf-phrases.php:451
2027
  msgid "General options successfully updated"
2028
- msgstr ""
2029
 
2030
  #: wpf-includes/wpf-phrases.php:452
2031
  msgid "Illegal character in username."
2032
- msgstr ""
2033
 
2034
  #: wpf-includes/wpf-phrases.php:453
2035
  msgid "Insert your Email address."
2036
- msgstr ""
2037
 
2038
  #: wpf-includes/wpf-phrases.php:454
2039
  msgid "Invalid Email address"
2040
- msgstr ""
2041
 
2042
  #: wpf-includes/wpf-phrases.php:455
2043
  msgid "Invalid request!"
2044
- msgstr ""
2045
 
2046
  #: wpf-includes/wpf-phrases.php:456
2047
  msgid "Member options successfully updated"
2048
- msgstr ""
2049
 
2050
  #: wpf-includes/wpf-phrases.php:457
2051
  msgid "Member options successfully updated, but previous value not changed"
2052
  msgstr ""
 
 
2053
 
2054
  #: wpf-includes/wpf-phrases.php:458
2055
  msgid "Message has been sent"
2056
- msgstr ""
2057
 
2058
  #: wpf-includes/wpf-phrases.php:459
2059
  msgid ""
2060
  "New language successfully added and changed wpforo language to new language"
2061
- msgstr ""
2062
 
2063
  #: wpf-includes/wpf-phrases.php:460
2064
  msgid "No Posts found for update"
2065
- msgstr ""
2066
 
2067
  #: wpf-includes/wpf-phrases.php:461
2068
  msgid "Password length must be between 6 characters and 20 characters."
2069
- msgstr ""
2070
 
2071
  #: wpf-includes/wpf-phrases.php:462
2072
  msgid "Password mismatch."
2073
- msgstr ""
2074
 
2075
  #: wpf-includes/wpf-phrases.php:463
2076
  msgid "Permission denied"
2077
- msgstr ""
2078
 
2079
  #: wpf-includes/wpf-phrases.php:464
2080
  msgid "Permission denied for add forum"
2081
- msgstr ""
2082
 
2083
  #: wpf-includes/wpf-phrases.php:465
2084
  msgid "Permission denied for delete forum"
2085
- msgstr ""
2086
 
2087
  #: wpf-includes/wpf-phrases.php:466
2088
  msgid "Permission denied for edit forum"
2089
- msgstr ""
2090
 
2091
  #: wpf-includes/wpf-phrases.php:467
2092
  msgid "Permission denied for this action"
2093
- msgstr ""
2094
 
2095
  #: wpf-includes/wpf-phrases.php:468
2096
  msgid "Phrase add error"
2097
- msgstr ""
2098
 
2099
  #: wpf-includes/wpf-phrases.php:469
2100
  msgid "Phrase adding error"
2101
- msgstr ""
2102
 
2103
  #: wpf-includes/wpf-phrases.php:470
2104
  msgid "Phrase successfully added"
2105
- msgstr ""
2106
 
2107
  #: wpf-includes/wpf-phrases.php:471
2108
  msgid "Phrase successfully updates"
2109
- msgstr ""
2110
 
2111
  #: wpf-includes/wpf-phrases.php:472
2112
  msgid "Phrase update error"
2113
- msgstr ""
2114
 
2115
  #: wpf-includes/wpf-phrases.php:473
2116
  msgid "Please insert required fields!"
2117
- msgstr ""
2118
 
2119
  #: wpf-includes/wpf-phrases.php:474
2120
  msgid "Post delete error"
2121
- msgstr ""
2122
 
2123
  #: wpf-includes/wpf-phrases.php:475
2124
  msgid "Post options successfully updated"
2125
- msgstr ""
2126
 
2127
  #: wpf-includes/wpf-phrases.php:476
2128
  msgid "Post options successfully updated, but previous value not changed"
2129
  msgstr ""
 
2130
 
2131
  #: wpf-includes/wpf-phrases.php:477
2132
  msgid "Registration Error"
2133
- msgstr ""
2134
 
2135
  #: wpf-includes/wpf-phrases.php:478
2136
  msgid "Reply request error"
2137
- msgstr ""
2138
 
2139
  #: wpf-includes/wpf-phrases.php:479
2140
  msgid "Something wrong with profile data."
2141
- msgstr ""
2142
 
2143
  #: wpf-includes/wpf-phrases.php:480
2144
  msgid "Subscribe options successfully updated"
2145
- msgstr ""
2146
 
2147
  #: wpf-includes/wpf-phrases.php:481
2148
  msgid "Subscribe options successfully updated, but previous value not changed"
2149
  msgstr ""
 
2150
 
2151
  #: wpf-includes/wpf-phrases.php:482
2152
  msgid "Success! Thank you Dear Friend"
2153
- msgstr ""
2154
 
2155
  #: wpf-includes/wpf-phrases.php:483
2156
  msgid ""
2157
  "Success! Thank you. Please check your email and click confirmation link "
2158
  "below to complete this step."
2159
  msgstr ""
 
 
2160
 
2161
  #: wpf-includes/wpf-phrases.php:484
2162
  msgid "Successfully updated"
2163
- msgstr ""
2164
 
2165
  #: wpf-includes/wpf-phrases.php:485
2166
  msgid "Successfully voted"
2167
- msgstr ""
2168
 
2169
  #: wpf-includes/wpf-phrases.php:486
2170
  msgid "The uploaded file size is too big"
2171
- msgstr ""
2172
 
2173
  #: wpf-includes/wpf-phrases.php:487
2174
  msgid "Theme options successfully updated"
2175
- msgstr ""
2176
 
2177
  #: wpf-includes/wpf-phrases.php:488
2178
  msgid "Theme options successfully updated, but previous value not changed"
2179
- msgstr ""
2180
 
2181
  #: wpf-includes/wpf-phrases.php:489
2182
  msgid "This email address is already registered. Please insert another."
2183
  msgstr ""
 
2184
 
2185
  #: wpf-includes/wpf-phrases.php:490
2186
  msgid "This post successfully deleted"
2187
- msgstr ""
2188
 
2189
  #: wpf-includes/wpf-phrases.php:491
2190
  msgid "This post successfully edited"
2191
- msgstr ""
2192
 
2193
  #: wpf-includes/wpf-phrases.php:492
2194
  msgid "This topic successfully deleted"
2195
- msgstr ""
2196
 
2197
  #: wpf-includes/wpf-phrases.php:493
2198
  msgid "Topic Move Error"
2199
- msgstr ""
2200
 
2201
  #: wpf-includes/wpf-phrases.php:494
2202
  msgid "Topic add error"
2203
- msgstr ""
2204
 
2205
  #: wpf-includes/wpf-phrases.php:495
2206
  msgid "Topic delete error"
2207
- msgstr ""
2208
 
2209
  #: wpf-includes/wpf-phrases.php:496
2210
  msgid "Topic edit error"
2211
- msgstr ""
2212
 
2213
  #: wpf-includes/wpf-phrases.php:497
2214
  msgid "Topic not found."
2215
- msgstr ""
2216
 
2217
  #: wpf-includes/wpf-phrases.php:498
2218
  msgid "Topic successfully moved"
2219
- msgstr ""
2220
 
2221
  #: wpf-includes/wpf-phrases.php:499
2222
  msgid "Topic successfully updated"
2223
- msgstr ""
2224
 
2225
  #: wpf-includes/wpf-phrases.php:500
2226
  msgid "Topics delete error"
2227
- msgstr ""
2228
 
2229
  #: wpf-includes/wpf-phrases.php:501
2230
  msgid "User delete error"
2231
- msgstr ""
2232
 
2233
  #: wpf-includes/wpf-phrases.php:502
2234
  msgid "User group add error"
2235
- msgstr ""
2236
 
2237
  #: wpf-includes/wpf-phrases.php:503
2238
  msgid "User group edit error"
2239
- msgstr ""
2240
 
2241
  #: wpf-includes/wpf-phrases.php:504
2242
  msgid "User group successfully added"
2243
- msgstr ""
2244
 
2245
  #: wpf-includes/wpf-phrases.php:505
2246
  msgid "User group successfully edited"
2247
- msgstr ""
2248
 
2249
  #: wpf-includes/wpf-phrases.php:506
2250
  msgid "User successfully deleted from wpforo"
2251
- msgstr ""
2252
 
2253
  #: wpf-includes/wpf-phrases.php:507
2254
  msgid "Username exists. Please insert another."
2255
- msgstr ""
2256
 
2257
  #: wpf-includes/wpf-phrases.php:508
2258
  msgid "Username is missed."
2259
- msgstr ""
2260
 
2261
  #: wpf-includes/wpf-phrases.php:509
2262
  msgid "Username length must be between 3 characters and 15 characters."
2263
- msgstr ""
2264
 
2265
  #: wpf-includes/wpf-phrases.php:510
2266
  msgid "Welcome to our Community!"
2267
- msgstr ""
2268
 
2269
  #: wpf-includes/wpf-phrases.php:511
2270
  msgid "Wrong post data"
2271
- msgstr ""
2272
 
2273
  #: wpf-includes/wpf-phrases.php:512
2274
  msgid "You are already voted this post"
2275
- msgstr ""
2276
 
2277
  #: wpf-includes/wpf-phrases.php:513
2278
  msgid "You have been successfully subscribed"
2279
- msgstr ""
2280
 
2281
  #: wpf-includes/wpf-phrases.php:514
2282
  msgid "You have been successfully unsubscribed"
2283
- msgstr ""
2284
 
2285
  #: wpf-includes/wpf-phrases.php:515
2286
  msgid "You have no permission to edit this topic"
2287
- msgstr ""
2288
 
2289
  #: wpf-includes/wpf-phrases.php:516
2290
  msgid "You haven't permission to create post into this forum"
2291
- msgstr ""
2292
 
2293
  #: wpf-includes/wpf-phrases.php:517
2294
  msgid "You haven't permission to create topic into this forum"
2295
- msgstr ""
2296
 
2297
  #: wpf-includes/wpf-phrases.php:518
2298
  msgid "You haven't permission to delete post from this forum"
2299
- msgstr ""
2300
 
2301
  #: wpf-includes/wpf-phrases.php:519
2302
  msgid "You haven't permission to delete topic from this forum"
2303
- msgstr ""
2304
 
2305
  #: wpf-includes/wpf-phrases.php:520
2306
  msgid "You haven't permission to edit post from this forum"
2307
- msgstr ""
2308
 
2309
  #: wpf-includes/wpf-phrases.php:521
2310
  msgid "You successfully replied"
2311
- msgstr ""
2312
 
2313
  #: wpf-includes/wpf-phrases.php:522
2314
  msgid "Your forum successfully added"
2315
- msgstr ""
2316
 
2317
  #: wpf-includes/wpf-phrases.php:523
2318
  msgid "Your forum successfully deleted"
2319
- msgstr ""
2320
 
2321
  #: wpf-includes/wpf-phrases.php:524
2322
  msgid "Your profile data have been successfully updated."
2323
- msgstr ""
2324
 
2325
  #: wpf-includes/wpf-phrases.php:525
2326
  msgid "Your subscription for this item could not be confirmed"
2327
- msgstr ""
2328
 
2329
  #: wpf-includes/wpf-phrases.php:526
2330
  msgid "Your topic successfully added"
2331
- msgstr ""
2332
 
2333
  #. Plugin Name of the plugin/theme
2334
  msgid "Forum - wpForo"
2335
- msgstr ""
2336
 
2337
  #. Plugin URI of the plugin/theme
2338
  msgid "http://wpforo.com"
2339
- msgstr ""
2340
 
2341
  #. Description of the plugin/theme
2342
  msgid ""
@@ -2344,11 +2354,13 @@ msgid ""
2344
  "efficient and professional community. Powerful and beautiful bulletin board "
2345
  "with unique features."
2346
  msgstr ""
 
 
2347
 
2348
  #. Author of the plugin/theme
2349
  msgid "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
2350
- msgstr ""
2351
 
2352
  #. Author URI of the plugin/theme
2353
  msgid "http://gvectors.com/"
2354
- msgstr ""
2
  # This file is distributed under the same license as the wpForo package.
3
  msgid ""
4
  msgstr ""
5
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
6
+ "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
7
+ "Project-Id-Version: Forum - wpForo (v.beta-3)\n"
8
+ "POT-Creation-Date: 2016-06-30 16:35+0400\n"
9
+ "PO-Revision-Date: 2016-07-03 11:36+0300\n"
10
+ "Language-Team: Dmitry Butkevich WPNICE.RU <db65@bk.ru>\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
+ "X-Generator: Poedit 1.8.8\n"
 
 
15
  "X-Poedit-Basepath: ..\n"
16
  "X-Poedit-WPHeader: wpforo.php\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
  "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
19
  "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
20
  "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
21
+ "Last-Translator: Dmitry Butkevich (WPNICE.RU) <db65@bk.eu>\n"
22
+ "Language: ru_RU\n"
23
  "X-Poedit-SearchPath-0: .\n"
24
  "X-Poedit-SearchPathExcluded-0: *.js\n"
25
 
26
  #: wpf-admin/dashboard.php:7 wpf-includes/wpf-phrases.php:403
27
  msgid "wpForo Dashboard"
28
+ msgstr "wpForo панель управления"
29
 
30
  #: wpf-admin/dashboard.php:23 wpf-includes/wpf-phrases.php:356
31
  msgid "Welcome Message"
32
+ msgstr "Приветсвенное сообщение"
33
 
34
  #: wpf-admin/dashboard.php:29
35
  msgid ""
55
 
56
  #: wpf-admin/dashboard.php:60 wpf-includes/wpf-phrases.php:128
57
  msgid "General Information"
58
+ msgstr "Общая информация"
59
 
60
  #: wpf-admin/dashboard.php:64 wpf-includes/wpf-phrases.php:363
61
  msgid "You are currently running"
62
+ msgstr "Уже работает"
63
 
64
  #: wpf-admin/dashboard.php:65 wpf-includes/wpf-phrases.php:18
65
  msgid "Active Theme"
66
+ msgstr "Активная тема"
67
 
68
  #: wpf-admin/dashboard.php:66 wpf-includes/wpf-phrases.php:408
69
  msgid "wpForo Website"
70
+ msgstr "Форум - wpForo"
71
 
72
  #: wpf-admin/dashboard.php:67 wpf-includes/wpf-phrases.php:316
73
  msgid "Support Forum"
74
+ msgstr "Форум поддержки"
75
 
76
  #: wpf-admin/dashboard.php:78 wpf-includes/wpf-phrases.php:286
77
  msgid "Server Information"
78
+ msgstr "Информация о сервере."
79
 
80
  #: wpf-admin/dashboard.php:108 wpf-includes/wpf-phrases.php:46
81
  msgid "Available"
82
+ msgstr "Доступно"
83
 
84
  #: wpf-admin/dashboard.php:108 wpf-includes/wpf-phrases.php:205
85
  msgid "Not available"
86
+ msgstr "Не найдено"
87
 
88
  #: wpf-admin/dashboard.php:126 wpf-includes/wpf-phrases.php:49
89
  msgid "Board Statistic"
90
+ msgstr "Статистика"
91
 
92
  #: wpf-admin/dashboard.php:132 wpf-admin/options.php:14
93
  #: wpf-includes/wpf-phrases.php:121
94
  msgid "Forums"
95
+ msgstr "Форумы"
96
 
97
  #: wpf-admin/dashboard.php:136 wpf-includes/class-forums.php:537
98
  #: wpf-includes/wpf-phrases.php:334
99
  msgid "Topics"
100
+ msgstr "Темы"
101
 
102
  #: wpf-admin/dashboard.php:140 wpf-includes/class-forums.php:537
103
  #: wpf-includes/wpf-phrases.php:229
104
  msgid "Posts"
105
+ msgstr "Посты"
106
 
107
  #: wpf-admin/dashboard.php:144 wpf-admin/member.php:10 wpf-admin/options.php:17
108
  #: wpf-includes/wpf-phrases.php:175
109
  msgid "Members"
110
+ msgstr "Пользователи"
111
 
112
  #: wpf-admin/dashboard.php:148 wpf-includes/wpf-phrases.php:176
113
  msgid "Members Online"
114
+ msgstr "Пользователей онлайн"
115
 
116
  #: wpf-admin/dashboard.php:155 wpf-includes/wpf-phrases.php:44
117
  msgid "Attachments"
118
+ msgstr "Вложения"
119
 
120
  #: wpf-admin/dashboard.php:159 wpf-includes/wpf-phrases.php:45
121
  msgid "Attachments Size"
122
+ msgstr "Размер вложений"
123
 
124
  #: wpf-admin/forum.php:13 wpf-includes/functions.php:548
125
  #: wpf-includes/wpf-phrases.php:298
126
  msgid "Show on screen"
127
+ msgstr "Показывать на экране"
128
 
129
  #: wpf-admin/forum.php:15 wpf-admin/forum.php:114
130
  #: wpf-includes/wpf-phrases.php:111
131
  msgid "Forum Options"
132
+ msgstr "Опции форума"
133
 
134
  #: wpf-admin/forum.php:16 wpf-includes/wpf-phrases.php:220
135
  msgid "Permissions"
136
+ msgstr "Права"
137
 
138
  #: wpf-admin/forum.php:17 wpf-includes/wpf-phrases.php:303
139
  msgid "Slug"
140
+ msgstr "Slug (короткий URL)"
141
 
142
  #: wpf-admin/forum.php:18 wpf-includes/wpf-phrases.php:110
143
  msgid "Forum Meta"
144
+ msgstr "Форум Meta"
145
 
146
  #: wpf-admin/forum.php:21 wpf-includes/wpf-phrases.php:270
147
  msgid "Screen Layout"
148
+ msgstr "Макет"
149
 
150
  #: wpf-admin/forum.php:22 wpf-includes/wpf-phrases.php:206
151
  msgid "Number of Columns"
152
+ msgstr "Количество столбцов"
153
 
154
  #: wpf-admin/forum.php:32 wpf-includes/functions.php:562
155
  #: wpf-includes/wpf-phrases.php:271
156
  msgid "Screen Options"
157
+ msgstr "Опции экрана"
158
 
159
  #: wpf-admin/forum.php:43 wpf-includes/wpf-phrases.php:51
160
  msgid "Categories and Forums"
161
+ msgstr "Категории и форумы"
162
 
163
  #: wpf-admin/forum.php:44 wpf-admin/options-tabs/general.php:42
164
  #: wpf-admin/themes.php:10 wpf-admin/usergroup.php:8
165
  #: wpf-includes/wpf-phrases.php:20
166
  msgid "Add New"
167
+ msgstr "Добавить новый"
168
 
169
  #: wpf-admin/forum.php:55 wpf-includes/wpf-phrases.php:222
170
  msgid "Please drag and drop forum panels to set parent-child hierarchy."
171
  msgstr ""
172
+ "Перетаскивайте мышкой панели форума, чтобы установить требуемую иерархию."
173
 
174
  #: wpf-admin/forum.php:69 wpf-includes/wpf-phrases.php:269
175
  msgid "Save forums order and hierarchy"
176
+ msgstr "Сохранить порядок и иерархию форумов"
177
 
178
  #: wpf-admin/forum.php:96 wpf-includes/wpf-phrases.php:85
179
  msgid "Enter forum title here"
180
+ msgstr "Введите название форума здесь"
181
 
182
  #: wpf-admin/forum.php:101 wpf-includes/wpf-phrases.php:84
183
  msgid "Enter description here . . ."
184
+ msgstr "Введите описание здесь..."
185
 
186
  #: wpf-admin/forum.php:102 wpf-includes/wpf-phrases.php:326
187
  msgid ""
188
  "This is a forum description. This content will be displayed under forum "
189
  "title on the forum list."
190
  msgstr ""
191
+ "Это описание форума. Это содержимое будет отображаться под названием форума."
192
 
193
  #: wpf-admin/forum.php:117 wpf-includes/wpf-phrases.php:218
194
  msgid "Parent Forum"
195
+ msgstr "Родительский форум:"
196
 
197
  #: wpf-admin/forum.php:120 wpf-includes/wpf-phrases.php:201
198
  msgid "No parent"
199
+ msgstr "Нет родительская"
200
 
201
  #: wpf-admin/forum.php:125 wpf-includes/wpf-phrases.php:342
202
  msgid "Use as Category"
203
+ msgstr "Использование в качестве категории"
204
 
205
  #: wpf-admin/forum.php:127 wpf-includes/wpf-phrases.php:52
206
  msgid "Category Layout"
207
+ msgstr "Шаблон категории"
208
 
209
  #: wpf-admin/forum.php:137 wpf-includes/wpf-phrases.php:199
210
  msgid "No layout found."
211
+ msgstr "Макет не найден."
212
 
213
  #: wpf-admin/forum.php:146 wpf-admin/forum.php:153
214
  #: wpf-includes/wpf-phrases.php:231
215
  msgid "Publish"
216
+ msgstr "Опубликованно"
217
 
218
  #: wpf-admin/forum.php:150 wpf-includes/wpf-phrases.php:37
219
  msgid "Are you sure you want to delete this forum?"
220
+ msgstr "Вы уверены, что хотите удалить этот форум?"
221
 
222
  #: wpf-admin/forum.php:150 wpf-admin/themes.php:73 wpf-admin/usergroup.php:37
223
  #: wpf-admin/usergroup.php:133 wpf-includes/functions.php:256
224
+ #: wpf-includes/functions.php:469 wpf-includes/wpf-hooks.php:807
225
  #: wpf-includes/wpf-phrases.php:65
226
  msgid "Delete"
227
+ msgstr "Удалить"
228
 
229
  #: wpf-admin/forum.php:151 wpf-admin/usergroup.php:39
230
  #: wpf-includes/class-forums.php:543 wpf-includes/wpf-phrases.php:350
231
  msgid "View"
232
+ msgstr "Просмотр"
233
 
234
  #: wpf-admin/forum.php:221 wpf-includes/wpf-phrases.php:116
235
  msgid "Forum Slug"
236
+ msgstr "Форум Slug (краткий заголовок)"
237
 
238
  #: wpf-admin/forum.php:224 wpf-includes/wpf-phrases.php:319
239
  msgid ""
240
  "The \"slug\" is the URL-friendly version of the name. It is usually all "
241
  "lowercase and contains only letters, numbers, and hyphens."
242
  msgstr ""
243
+ "\"Slug\" это краткая и понятная URL-версия имени. Как правило, в нижнем "
244
+ "регистре и содержит только буквы, цифры и дефисы"
245
 
246
  #: wpf-admin/forum.php:230 wpf-includes/wpf-phrases.php:114
247
  msgid "Forum SEO"
248
+ msgstr "Форум SEO"
249
 
250
  #: wpf-admin/forum.php:233 wpf-includes/wpf-phrases.php:180
251
  msgid "Meta Description"
252
+ msgstr "Мета описание"
253
 
254
  #: wpf-admin/forum.php:262 wpf-includes/wpf-phrases.php:325
255
  msgid "This action will also delete all sub-forums, topics and replies."
256
+ msgstr "Также это действие удалит все подразделы, темы и ответы."
257
 
258
  #: wpf-admin/forum.php:270 wpf-includes/wpf-phrases.php:135
259
  msgid ""
260
  "If you want to delete this forum and keep its sub-forums, topics and "
261
  "replies, please select a new target forum in dropdown below"
262
  msgstr ""
263
+ "Если вы хотите удалить этот форум и сохранить свои подфорума, темы и ответы, "
264
+ "пожалуйста, выберите новый целевой форум в выпадающем списке ниже"
265
 
266
  #: wpf-admin/forum.php:279 wpf-includes/wpf-phrases.php:26
267
  msgid ""
268
  "All sub-forums, topics and replies will be attached to selected forum. "
269
  "Layout will be inherited from this forum."
270
  msgstr ""
271
+ "Все подфорумы, темы и ответы будут привязаны к выбранному форуму. Макет "
272
+ "будет наследоваться от этого форума."
273
 
274
  #: wpf-admin/options-tabs/accesses.php:9 wpf-includes/wpf-phrases.php:21
275
  msgid "Add New Forum Access"
276
+ msgstr "Добавить новые права доступа"
277
 
278
  #: wpf-admin/options-tabs/accesses.php:13 wpf-includes/wpf-phrases.php:15
279
  msgid "Access names"
280
+ msgstr "Имена доступов"
281
 
282
  #: wpf-admin/options-tabs/accesses.php:27 wpf-includes/class-forums.php:539
283
  #: wpf-includes/wpf-phrases.php:376
284
  msgid "edit"
285
+ msgstr "редактировать"
286
 
287
  #: wpf-admin/options-tabs/accesses.php:28 wpf-includes/wpf-phrases.php:39
288
  msgid ""
289
  "Are you sure you want to remove this access set? Usergroups which attached "
290
  "to this access will lost all forum permissions."
291
  msgstr ""
292
+ "Вы уверены, что хотите удалить этот набор доступа? Группы, которые "
293
+ "прикреплены к этот доступу потеряют все разрешения."
294
 
295
  #: wpf-admin/options-tabs/accesses.php:28 wpf-includes/class-forums.php:541
296
  #: wpf-includes/wpf-phrases.php:375
297
  msgid "delete"
298
+ msgstr "удалить "
299
 
300
  #: wpf-admin/options-tabs/accesses.php:42 wpf-includes/wpf-phrases.php:14
301
  msgid "Access name"
302
+ msgstr "Имя доступа"
303
 
304
  #: wpf-admin/options-tabs/accesses.php:62 wpf-includes/wpf-phrases.php:267
305
  msgid "Save"
306
+ msgstr "Сохранить"
307
 
308
  #: wpf-admin/options-tabs/accesses.php:62 wpf-includes/wpf-phrases.php:339
309
  msgid "Update"
310
+ msgstr "Oбновление"
311
 
312
  #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:291
313
  msgid "Show Admin Bar for Members"
314
+ msgstr "Показать админ бар для пользователей"
315
 
316
  #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:328
317
  msgid "This option doesn't affect website admins."
318
+ msgstr "Этот параметр не влияет на администраторов веб-сайта."
319
 
320
  #: wpf-admin/options-tabs/features.php:10 wpf-includes/wpf-phrases.php:293
321
  msgid "Show Forum Page Title"
322
+ msgstr "Показать заголовок страницы форума"
323
 
324
  #: wpf-admin/options-tabs/features.php:11 wpf-includes/wpf-phrases.php:296
325
  msgid "Show Top/Menu Bar"
326
+ msgstr "Показать верхнее/основные меню"
327
 
328
  #: wpf-admin/options-tabs/features.php:12 wpf-includes/wpf-phrases.php:295
329
  msgid "Show Top Search"
330
+ msgstr "Показать Верхний поиск"
331
 
332
  #: wpf-admin/options-tabs/features.php:13 wpf-includes/wpf-phrases.php:292
333
  msgid "Show Breadcrumb"
334
+ msgstr "Показать \"хлебные крошки\""
335
 
336
  #: wpf-admin/options-tabs/features.php:14 wpf-includes/wpf-phrases.php:294
337
  msgid "Show Forum Statistic"
338
+ msgstr "Показать статистику форума"
339
 
340
  #: wpf-admin/options-tabs/features.php:15 wpf-includes/wpf-phrases.php:254
341
  msgid "Replace Author Link to Forum Profile"
342
+ msgstr "Заменить ссылку на автора в профиле"
343
 
344
  #: wpf-admin/options-tabs/features.php:16 wpf-includes/wpf-phrases.php:255
345
  msgid "Replace Comment Author Link to Forum Profile"
346
+ msgstr "Заменить URL ссылки автора на ссылку профиля форума"
347
 
348
  #: wpf-admin/options-tabs/features.php:17 wpf-includes/wpf-phrases.php:257
349
  msgid "Replace Registration Page URL to Forum URL"
350
+ msgstr "Заменить URL страницы регистрации на URL форума"
351
 
352
  #: wpf-admin/options-tabs/features.php:18 wpf-includes/wpf-phrases.php:256
353
  msgid "Replace Login Page URL to Forum URL"
354
+ msgstr "Заменить URL страницы логина на URL форума"
355
 
356
  #: wpf-admin/options-tabs/features.php:19 wpf-includes/wpf-phrases.php:253
357
  msgid "Replace Author Avatar with Forum Profile Avatar"
358
+ msgstr "Заменить аватар автора на аватар из профиля"
359
 
360
  #: wpf-admin/options-tabs/features.php:20 wpf-includes/wpf-phrases.php:76
361
  msgid "Enable Avatars"
362
+ msgstr "Включить аватары"
363
 
364
  #: wpf-admin/options-tabs/features.php:21 wpf-includes/wpf-phrases.php:77
365
  msgid "Enable Custom Avatars"
366
+ msgstr "Включить пользовательские аватары"
367
 
368
  #: wpf-admin/options-tabs/features.php:22 wpf-includes/wpf-phrases.php:31
369
  msgid "Allow Member Signature"
370
+ msgstr "Разрешить подпись пользвателя"
371
 
372
  #: wpf-admin/options-tabs/features.php:23 wpf-includes/wpf-phrases.php:79
373
  msgid "Enable Member Rating"
374
+ msgstr "Включить рейтинг пользователей"
375
 
376
  #: wpf-admin/options-tabs/features.php:24 wpf-includes/wpf-phrases.php:80
377
  msgid "Enable Member Rating Titles"
378
+ msgstr "Включить заголовки рейтингов для пользователей"
379
 
380
  #: wpf-admin/options-tabs/features.php:25 wpf-includes/wpf-phrases.php:78
381
  msgid "Enable Member Cashe"
382
+ msgstr "Включить кеширование пользователей"
383
 
384
  #: wpf-admin/options-tabs/features.php:26 wpf-includes/wpf-phrases.php:83
385
  msgid "Enable wpForo SEO for Meta Titles"
386
+ msgstr "Включить wpForo SEO для мета заголовков"
387
 
388
  #: wpf-admin/options-tabs/features.php:27 wpf-includes/wpf-phrases.php:82
389
  msgid "Enable wpForo SEO for Meta Tags"
390
+ msgstr "Включить wpForo SEO для мета-тегов"
391
 
392
  #: wpf-admin/options-tabs/features.php:28 wpf-includes/wpf-phrases.php:81
393
  msgid "Enable wpForo Font-Awesome Lib"
394
+ msgstr "Включить wpForo Font-Awesome Lib"
395
 
396
  #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:132
397
  msgid "Help wpForo to grow, show plugin info"
398
+ msgstr "Помочь команде разработчиков"
399
 
400
  #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:223
401
  msgid ""
404
  "icon in forum footer, which will allow your site visitors recognize the name "
405
  "of forum solution you use."
406
  msgstr ""
407
+ "Пожалуйста, включите эту опцию, чтобы помочь wpForo в благодарность к "
408
+ "напряженной работе которую мы делаем для вас совершенно бесплатно. Эта опция "
409
+ "добавляет очень маленький значок в колонтитуле, который позволит посетителям "
410
+ "вашего сайта понимать какой форума вы используете."
411
 
412
  #: wpf-admin/options-tabs/features.php:46 wpf-includes/wpf-phrases.php:361
413
  msgid "Yes"
414
+ msgstr "Да"
415
 
416
  #: wpf-admin/options-tabs/features.php:47 wpf-includes/wpf-phrases.php:193
417
  msgid "No"
418
+ msgstr "Нет"
419
 
420
  #: wpf-admin/options-tabs/features.php:57 wpf-admin/options-tabs/forums.php:16
421
+ #: wpf-admin/options-tabs/general.php:49 wpf-admin/options-tabs/members.php:86
422
  #: wpf-admin/options-tabs/posts.php:57 wpf-admin/options-tabs/styles.php:46
423
  #: wpf-admin/options-tabs/subscriptions.php:75 wpf-includes/wpf-phrases.php:340
424
  msgid "Update Options"
425
+ msgstr "Обновить параметры"
426
 
427
  #: wpf-admin/options-tabs/general.php:14 wpf-includes/wpf-phrases.php:119
428
  msgid "Forum Title"
429
+ msgstr "Название форума"
430
 
431
  #: wpf-admin/options-tabs/general.php:18 wpf-includes/wpf-phrases.php:106
432
  msgid "Forum Description"
433
+ msgstr "Описание форума"
434
 
435
  #: wpf-admin/options-tabs/general.php:22 wpf-includes/wpf-phrases.php:105
436
  msgid "Forum Base URL"
437
+ msgstr "Базовый URL форума"
438
 
439
  #: wpf-admin/options-tabs/general.php:27 wpf-includes/wpf-phrases.php:63
440
  msgid "Dashboard Menu Position"
441
+ msgstr "Позиция меню в админке"
442
 
443
  #: wpf-admin/options-tabs/general.php:28 wpf-includes/wpf-phrases.php:320
444
  msgid "The position in the menu order wpForo should appear."
445
+ msgstr "Позиция в меню где wpForo должен отображаться."
446
 
447
  #: wpf-admin/options-tabs/general.php:29 wpf-includes/wpf-phrases.php:344
448
  msgid ""
454
 
455
  #: wpf-admin/options-tabs/general.php:37 wpf-includes/wpf-phrases.php:108
456
  msgid "Forum Language"
457
+ msgstr "Язык форума"
458
 
459
  #: wpf-admin/options-tabs/general.php:61 wpf-includes/wpf-phrases.php:142
460
  msgid "Language XML file"
461
+ msgstr "Языковый XML-файл"
462
 
463
  #: wpf-admin/options-tabs/general.php:70 wpf-includes/wpf-phrases.php:22
464
  msgid "Add New Language"
465
+ msgstr "Добавить новый язык"
466
 
467
  #: wpf-admin/options-tabs/members.php:13 wpf-includes/wpf-phrases.php:214
468
  msgid "Online status timeout"
469
+ msgstr "Время выхода из состояния \"Онлайн\""
470
 
471
  #: wpf-admin/options-tabs/members.php:16 wpf-admin/options-tabs/posts.php:19
472
  #: wpf-admin/options-tabs/posts.php:23 wpf-admin/options-tabs/posts.php:31
473
  #: wpf-admin/options-tabs/posts.php:35 wpf-includes/wpf-phrases.php:385
474
  msgid "minutes"
475
+ msgstr "минуты"
476
 
477
  #: wpf-admin/options-tabs/members.php:20 wpf-includes/wpf-phrases.php:177
478
  msgid "Members URL structure"
479
+ msgstr "URL структура пользователей"
480
 
481
  #: wpf-admin/options-tabs/members.php:30 wpf-includes/wpf-phrases.php:61
482
+ msgid "Custom Authorisation URLs"
483
+ msgstr "Пользовательский URL для авторизации"
484
 
485
+ #: wpf-admin/options-tabs/members.php:41 wpf-includes/wpf-phrases.php:160
 
 
 
 
 
 
 
 
 
 
486
  msgid "Login URL"
487
+ msgstr "URL-логина"
488
 
489
+ #: wpf-admin/options-tabs/members.php:42 wpf-includes/wpf-phrases.php:249
 
490
  msgid "Register URL"
491
+ msgstr "URL страницы регистрации"
492
 
493
  #: wpf-admin/options-tabs/members.php:43 wpf-includes/wpf-phrases.php:162
494
  msgid "Lost Password URL"
495
+ msgstr "URL забытого пароля"
496
 
497
  #: wpf-admin/options-tabs/members.php:49 wpf-includes/wpf-phrases.php:172
498
  msgid "Member Reputation"
499
+ msgstr "Репутация пользователя"
500
 
501
  #: wpf-admin/options-tabs/members.php:57 wpf-includes/wpf-phrases.php:244
502
  msgid "Rating Level"
503
+ msgstr "Уровень рейтинга"
504
 
505
  #: wpf-admin/options-tabs/members.php:58 wpf-includes/wpf-phrases.php:181
506
  msgid "Min Number of Posts"
507
+ msgstr "Минимальное количество постов"
508
 
509
  #: wpf-admin/options-tabs/members.php:59 wpf-includes/wpf-phrases.php:173
510
  msgid "Member Title"
511
+ msgstr "Звание пользователя"
512
 
513
  #: wpf-admin/options-tabs/members.php:60 wpf-includes/wpf-phrases.php:290
514
  msgid "Short Badge"
515
+ msgstr "Короткий Значек"
516
 
517
  #: wpf-admin/options-tabs/members.php:61 wpf-includes/wpf-phrases.php:126
518
  msgid "Full Badge"
519
+ msgstr "Полный Значек"
520
 
521
  #: wpf-admin/options-tabs/members.php:62 wpf-includes/wpf-phrases.php:242
522
  msgid "Rating Color"
523
+ msgstr "Цвет рейтинга"
524
 
525
  #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:243
526
  msgid "Rating Icon"
527
+ msgstr "Иконка рейтинга"
528
 
529
  #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:183
530
  msgid "More"
531
+ msgstr "Далее"
532
 
533
  #: wpf-admin/options-tabs/members.php:68 wpf-includes/wpf-phrases.php:156
534
  msgid "Level"
535
+ msgstr "Уровень"
536
 
537
  #: wpf-admin/options-tabs/members.php:69 wpf-includes/wpf-phrases.php:208
538
  msgid "Number of Posts"
539
+ msgstr "Число постов"
540
 
541
  #: wpf-admin/options-tabs/members.php:70 wpf-includes/wpf-phrases.php:62
542
  msgid "Custom Title"
543
+ msgstr "Пользовательский заголовок"
544
 
545
  #: wpf-admin/options-tabs/members.php:73 wpf-includes/wpf-phrases.php:56
546
  msgid "Color"
547
+ msgstr "Цвет"
548
 
549
  #: wpf-admin/options-tabs/members.php:74 wpf-includes/wpf-phrases.php:48
550
  msgid "Badge Icon"
551
+ msgstr "Значок"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
552
 
553
  #: wpf-admin/options-tabs/plugins.php:9
554
  msgid ""
565
 
566
  #: wpf-admin/options-tabs/posts.php:14 wpf-includes/wpf-phrases.php:210
567
  msgid "Number of Topics per Page"
568
+ msgstr "Количество тем на странице"
569
 
570
  #: wpf-admin/options-tabs/posts.php:18 wpf-includes/wpf-phrases.php:30
571
  msgid "Allow Edit Own Topic for"
572
+ msgstr "Разрешить редактировать собственный пост в течении"
573
 
574
  #: wpf-admin/options-tabs/posts.php:22 wpf-includes/wpf-phrases.php:27
575
  msgid "Allow Delete Own Topic for"
576
+ msgstr "Разрешить удалять собственные темы в течении"
577
 
578
  #: wpf-admin/options-tabs/posts.php:26 wpf-includes/wpf-phrases.php:209
579
  msgid "Number of Posts per Page"
580
+ msgstr "Количество постов на странице"
581
 
582
  #: wpf-admin/options-tabs/posts.php:30 wpf-includes/wpf-phrases.php:29
583
  msgid "Allow Edit Own Post for"
584
+ msgstr "Позволить изменить собственный пост в течении"
585
 
586
  #: wpf-admin/options-tabs/posts.php:34 wpf-includes/wpf-phrases.php:28
587
  msgid "Allow Delete Own post for"
588
+ msgstr "Разрешить удалять собственный пост в течении"
589
 
590
  #: wpf-admin/options-tabs/posts.php:40 wpf-includes/wpf-phrases.php:167
591
  msgid "Maximum upload file size"
592
+ msgstr "Максимальный вес файла"
593
 
594
  #: wpf-admin/options-tabs/posts.php:41 wpf-includes/wpf-phrases.php:365
595
  msgid ""
597
  "\"post_max_size\". If you want to increase server parameters please contact "
598
  "to your hosting service support."
599
  msgstr ""
600
+ "Вы не можете установить это значение больше, чем \"upload_max_filesize\" и "
601
+ "\"post_max_size\". Если вы хотите увеличить параметры сервера, пожалуйста, "
602
+ "обратитесь к вашему хостеру."
603
 
604
  #: wpf-admin/options-tabs/posts.php:44 wpf-includes/wpf-phrases.php:164
605
  msgid "MB"
606
+ msgstr "MB"
607
 
608
  #: wpf-admin/options-tabs/posts.php:47 wpf-includes/wpf-phrases.php:285
609
  msgid "Server \"upload_max_filesize\" is "
610
+ msgstr "Сервер \"upload_max_filesize\" является"
611
 
612
  #: wpf-admin/options-tabs/posts.php:48 wpf-includes/wpf-phrases.php:284
613
  msgid "Server \"post_max_size\" is "
614
+ msgstr "Сервер \"post_max_size\" является"
615
 
616
  #: wpf-admin/options-tabs/subscriptions.php:13 wpf-includes/wpf-phrases.php:124
617
  msgid "From Name"
618
+ msgstr "От имени"
619
 
620
  #: wpf-admin/options-tabs/subscriptions.php:17 wpf-includes/wpf-phrases.php:123
621
  msgid "From Email Address"
622
+ msgstr "Еmail адрес (от кого)"
623
 
624
  #: wpf-admin/options-tabs/subscriptions.php:22 wpf-includes/wpf-phrases.php:104
625
  msgid "Forum Admin Email Addresses"
626
+ msgstr "Email администратора"
627
 
628
  #: wpf-admin/options-tabs/subscriptions.php:23 wpf-includes/wpf-phrases.php:57
629
  msgid ""
630
  "Comma separated email addresses of forum administrators to get forum "
631
  "notifications. For example post report messages."
632
  msgstr ""
633
+ "Разделенные запятыми адреса электронной почты администраторов форума, для "
634
+ "уведомлений."
635
 
636
  #: wpf-admin/options-tabs/subscriptions.php:29 wpf-includes/wpf-phrases.php:314
637
  msgid "Subscription Emails"
638
+ msgstr "Подписка по емейл"
639
 
640
  #: wpf-admin/options-tabs/subscriptions.php:33 wpf-includes/wpf-phrases.php:311
641
  msgid "Subscribe confirmation email subject"
642
+ msgstr "Текст о согласии на подписку"
643
 
644
  #: wpf-admin/options-tabs/subscriptions.php:37 wpf-includes/wpf-phrases.php:310
645
  msgid "Subscribe confirmation email message"
646
+ msgstr "Подписка на подтверждение по электронной почте"
647
 
648
  #: wpf-admin/options-tabs/subscriptions.php:41 wpf-includes/wpf-phrases.php:192
649
  msgid "New topic notification email subject"
650
+ msgstr "Уведомление о новой теме"
651
 
652
  #: wpf-admin/options-tabs/subscriptions.php:45 wpf-includes/wpf-phrases.php:191
653
  msgid "New topic notification email message"
654
+ msgstr "Тест сообщения:"
655
 
656
  #: wpf-admin/options-tabs/subscriptions.php:49 wpf-includes/wpf-phrases.php:190
657
  msgid "New reply notification email subject"
658
+ msgstr "Уведомлении о новом ответе"
659
 
660
  #: wpf-admin/options-tabs/subscriptions.php:53 wpf-includes/wpf-phrases.php:189
661
  msgid "New reply notification email message"
662
+ msgstr "Текст сообщения"
663
 
664
  #: wpf-admin/options-tabs/subscriptions.php:58 wpf-includes/wpf-phrases.php:224
665
  msgid "Post Reporting Emails"
666
+ msgstr "Уведомления на почту об отчетах"
667
 
668
  #: wpf-admin/options-tabs/subscriptions.php:59 wpf-includes/wpf-phrases.php:327
669
  msgid "This message comes from post reporting pop-up form."
670
+ msgstr "Это сообщение идет от поста во всплывающей форме."
671
 
672
  #: wpf-admin/options-tabs/subscriptions.php:64 wpf-includes/wpf-phrases.php:263
673
  msgid "Report message subject"
674
+ msgstr "Тема отчета"
675
 
676
  #: wpf-admin/options-tabs/subscriptions.php:69 wpf-includes/wpf-phrases.php:262
677
  msgid "Report message body"
678
+ msgstr "Текст сообщения"
679
 
680
  #: wpf-admin/options.php:8 wpf-includes/wpf-phrases.php:115
681
  msgid "Forum Settings"
682
+ msgstr "Настройки форума"
683
 
684
  #: wpf-admin/options.php:13 wpf-includes/wpf-phrases.php:127
685
  msgid "General"
686
+ msgstr "Общие"
687
 
688
  #: wpf-admin/options.php:15 wpf-includes/wpf-phrases.php:103
689
  msgid "Forum Accesses"
690
+ msgstr "Права доступа к форуму"
691
 
692
  #: wpf-admin/options.php:16 wpf-includes/wpf-phrases.php:335
693
  msgid "Topics &amp; Posts"
694
+ msgstr "Темы &amp; Посты"
695
 
696
  #: wpf-admin/options.php:18 wpf-includes/wpf-phrases.php:75
697
  msgid "Emails"
698
+ msgstr "Emails"
699
 
700
  #: wpf-admin/options.php:19 wpf-includes/wpf-phrases.php:94
701
  msgid "Features"
702
+ msgstr "Особенности"
703
 
704
  #: wpf-admin/options.php:21 wpf-includes/wpf-phrases.php:308
705
  msgid "Styles"
706
+ msgstr "Стили"
707
 
708
  #: wpf-admin/options.php:22 wpf-includes/wpf-phrases.php:25
709
  msgid "Addons"
710
+ msgstr "Дополнения"
711
 
712
  #: wpf-admin/phrase.php:10 wpf-includes/wpf-phrases.php:125
713
  msgid "Front-end Phrases"
714
+ msgstr "Фронтальный редактор текстов"
715
 
716
  #: wpf-admin/themes.php:9 wpf-includes/wpf-phrases.php:118
717
  msgid "Forum Themes"
718
+ msgstr "Темы форума"
719
 
720
  #: wpf-admin/themes.php:46 wpf-includes/wpf-phrases.php:60
721
  msgid "Current active theme"
722
+ msgstr "Текущая активная тема"
723
 
724
  #: wpf-admin/themes.php:48 wpf-includes/wpf-phrases.php:136
725
  msgid "Inactive"
726
+ msgstr "Неактивен"
727
 
728
  #: wpf-admin/themes.php:52 wpf-includes/wpf-phrases.php:141
729
  msgid "LAYOUTS"
730
+ msgstr "МАКЕТЫ"
731
 
732
  #: wpf-admin/themes.php:68 wpf-includes/wpf-phrases.php:17
733
  msgid "Activate"
734
+ msgstr "Активировать"
735
 
736
  #: wpf-admin/themes.php:69 wpf-includes/wpf-phrases.php:122
737
  msgid "Fresh Installation"
738
+ msgstr "Новая установка"
739
 
740
  #: wpf-admin/themes.php:71 wpf-includes/wpf-phrases.php:138
741
  msgid "Install"
742
+ msgstr "Установка "
743
 
744
  #: wpf-admin/themes.php:73 wpf-includes/wpf-phrases.php:38
745
  msgid "Are you sure you want to delete this theme files?"
746
+ msgstr "Вы уверены, что хотите удалить эту тему?"
747
 
748
  #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:40
749
  msgid ""
750
  "Are you sure you want to reset all settings and style colors to default?"
751
+ msgstr "Вы уверены, что вы хотите сбросить все настройки и стили по умолчанию?"
752
 
753
  #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:265
754
  msgid "Reset Settings"
755
+ msgstr "Восстановить настройки"
756
 
757
  #: wpf-admin/themes.php:96 wpf-includes/wpf-phrases.php:198
758
  msgid "No layout found"
759
+ msgstr "Макет не найден"
760
 
761
  #: wpf-admin/themes.php:107 wpf-includes/wpf-phrases.php:203
762
  msgid "No theme found"
763
+ msgstr "Тема не найдена"
764
 
765
  #: wpf-admin/usergroup.php:8
766
  msgid "Usergroups"
767
+ msgstr "Группы"
768
 
769
  #: wpf-admin/usergroup.php:18 wpf-admin/usergroup.php:30
770
  #: wpf-admin/usergroup.php:62
771
  msgid "Usergroup Name"
772
+ msgstr "Имя группы"
773
 
774
  #: wpf-admin/usergroup.php:19
775
  msgid "Users Count"
776
+ msgstr "Количество пользователей"
777
 
778
  #: wpf-admin/usergroup.php:36
779
  msgid "Edit this usergroup"
780
+ msgstr "Редактировать эту группу"
781
 
782
  #: wpf-admin/usergroup.php:36 wpf-includes/functions.php:254
783
  #: wpf-includes/functions.php:467 wpf-includes/wpf-phrases.php:72
784
  msgid "Edit"
785
+ msgstr "Редактировать"
786
 
787
  #: wpf-admin/usergroup.php:37
788
  msgid "Delete this usergroup"
789
+ msgstr "Удалить эту группу"
790
 
791
  #: wpf-admin/usergroup.php:39
792
  msgid "View users list in this usergroup"
793
+ msgstr "Просмотр списка пользователей в группе"
794
 
795
  #: wpf-admin/usergroup.php:43
796
  msgid "Count of users in this usergroup"
797
+ msgstr "Количество пользователей в этой группе"
798
 
799
  #: wpf-admin/usergroup.php:62 wpf-includes/wpf-phrases.php:131
800
  msgid "Guest"
801
+ msgstr "Гость"
802
 
803
  #: wpf-admin/usergroup.php:85 wpf-includes/wpf-phrases.php:369
804
  msgid "add"
805
+ msgstr "Добавить"
806
 
807
  #: wpf-admin/usergroup.php:85
808
  msgid "save"
809
+ msgstr "сохранять"
810
 
811
  #: wpf-admin/usergroup.php:106
812
  msgid "Delete Chosen Usergroup And Users"
813
+ msgstr "Удаление выбранной группы и пользователей"
814
 
815
  #: wpf-admin/usergroup.php:116
816
  msgid "Delete Chosen Usergroup And Join Users To Other Usergroup"
817
+ msgstr "Удаление выбранной группы пользователей и присоединение к другой"
818
 
819
  #: wpf-admin/usergroup.php:128
820
  msgid "Users will be join this usergroup"
821
+ msgstr "Пользователи будут присоединяться к этой группе"
822
 
823
+ #: wpf-includes/class-notices.php:128 wpf-includes/wpf-phrases.php:68
824
  msgid "Dismiss this notice."
825
+ msgstr "Убрать это уведомление"
826
 
827
  #: wpf-includes/class-permissions.php:116 wpf-includes/wpf-phrases.php:415
828
  #, php-format
829
  msgid "%s access successfully added"
830
+ msgstr "%s прав доступа добалено"
831
 
832
  #: wpf-includes/class-permissions.php:141 wpf-includes/wpf-phrases.php:416
833
  #, php-format
834
  msgid "%s access successfully edited"
835
+ msgstr "%s прав доступа отредактировано"
836
 
837
  #: wpf-includes/class-phrases.php:157
838
+ #: wpf-includes/functions-installation.php:28 wpf-includes/wpf-phrases.php:7
839
  msgid " Forum"
840
+ msgstr "Форум"
841
 
842
  #: wpf-includes/class-phrases.php:158
843
+ #: wpf-includes/functions-installation.php:29 wpf-includes/wpf-phrases.php:6
844
  msgid " Discussion Board"
845
+ msgstr "Доска обсуждений"
846
 
847
+ #: wpf-includes/class-template.php:868 wpf-includes/wpf-phrases.php:324
848
  msgid "Theme file not readable"
849
+ msgstr "Файл темы не читается"
850
 
851
  #: wpf-includes/functions-template.php:7
852
  msgid "wpForo Menu"
853
+ msgstr "wpForo Меню"
854
 
855
  #: wpf-includes/functions-template.php:149 wpf-includes/wpf-phrases.php:405
856
  msgid "wpForo Sidebar"
857
+ msgstr "wpForo боковая панель"
858
 
859
  #: wpf-includes/functions-template.php:150 wpf-includes/wpf-phrases.php:188
860
  msgid ""
861
  "NOTE: If you're going to add widgets in this sidebar, please use 'Full "
862
  "Width' template for wpForo index page to avoid sidebar duplication."
863
  msgstr ""
864
+ "Примечание: Если вы собираетесь добавить виджеты в этой боковой панели, "
865
+ "пожалуйста, используйте шаблон 'Full Width' для страницы wpForo, чтобы "
866
+ "избежать дублирования боковой панели."
867
 
868
  #: wpf-includes/functions-template.php:188
869
  #: wpf-includes/functions-template.php:295
871
  #: wpf-includes/functions-template.php:435
872
  #: wpf-includes/functions-template.php:482 wpf-includes/wpf-phrases.php:330
873
  msgid "Title"
874
+ msgstr "Заголовок"
875
 
876
  #: wpf-includes/functions-template.php:361
877
  #: wpf-includes/functions-template.php:438 wpf-includes/wpf-phrases.php:207
878
  msgid "Number of Items"
879
+ msgstr "Количество "
880
 
881
  #: wpf-includes/functions-template.php:366 wpf-includes/wpf-phrases.php:69
882
  msgid "Display Avatars"
883
+ msgstr "Отображение аватаров"
884
 
885
  #: wpf-includes/functions-template.php:442 wpf-includes/wpf-phrases.php:71
886
  msgid "Display with Avatars"
887
+ msgstr "Отображение с аватарами"
888
 
889
  #: wpf-includes/functions.php:252 wpf-includes/functions.php:465
890
  #: wpf-includes/wpf-phrases.php:50
891
  msgid "Bulk Actions"
892
+ msgstr "Массовые Действия"
893
 
894
  #: wpf-includes/functions.php:259 wpf-includes/functions.php:553
895
  #: wpf-includes/wpf-phrases.php:36
896
  msgid "Apply"
897
+ msgstr "Применить"
898
 
899
  #: wpf-includes/functions.php:268 wpf-includes/wpf-phrases.php:297
900
  msgid "Show all forums"
901
+ msgstr "Показать все форумы"
902
 
903
  #: wpf-includes/functions.php:297 wpf-includes/functions.php:475
904
  #: wpf-includes/wpf-phrases.php:380
905
  msgid "item"
906
+ msgstr "элемент"
907
 
908
  #: wpf-includes/functions.php:330 wpf-includes/functions.php:346
909
  #: wpf-includes/wpf-phrases.php:281
910
  msgid "Select All"
911
+ msgstr "Выбрать Все"
912
 
913
  #: wpf-includes/functions.php:412 wpf-includes/wpf-phrases.php:66
914
  msgid "Delete this item"
915
+ msgstr "Удалить этот элемент"
916
 
917
  #: wpf-includes/functions.php:412 wpf-includes/wpf-phrases.php:41
918
  msgid "Are you sure you whant to DELETE this item?"
919
+ msgstr "Вы уверены вы хотите удалить этот элемент?"
920
 
921
  #: wpf-includes/functions.php:457 wpf-includes/wpf-phrases.php:197
922
  msgid "No items found"
923
+ msgstr "Ничего не найдено."
924
 
925
  #: wpf-includes/functions.php:552 wpf-includes/wpf-phrases.php:139
926
  msgid "Items"
927
+ msgstr "элементы"
928
 
929
  #: wpf-includes/functions.php:795
930
  #, php-format
931
  msgid "Could not write file %s"
932
+ msgstr "Не удалось записать файл %s"
933
 
934
  #: wpf-includes/wpf-hooks.php:20 wpf-includes/wpf-phrases.php:134
935
  msgid ""
940
  "please confirm. If not, just cancel it, then you can deactivate this plugin, "
941
  "that will not remove forum data."
942
  msgstr ""
943
+ "ВАЖНЫЙ! Удаление не простая деактивация действий. Это действие навсегда "
944
+ "удалит все данные на форуме (форумы, темы, ответы, вложения ...) из базы "
945
+ "данных. Пожалуйста, сделайте копию базы данных перед этим действием."
946
 
947
  #: wpf-includes/wpf-hooks.php:20
948
  msgid "Uninstall"
949
+ msgstr "Удалить"
950
 
951
+ #: wpf-includes/wpf-hooks.php:23
952
  msgid "Settings"
953
+ msgstr "Настройки"
954
 
955
+ #: wpf-includes/wpf-hooks.php:806 wpf-includes/wpf-phrases.php:184
956
  msgid "Move"
957
+ msgstr "Переместить"
958
 
959
+ #: wpf-includes/wpf-hooks.php:852
960
  msgid "Dismiss"
961
+ msgstr "Отменить"
962
 
963
+ #: wpf-includes/wpf-hooks.php:877 wpf-includes/wpf-phrases.php:407
964
  msgid "wpForo Usergroup"
965
+ msgstr "wpForo группа"
966
 
967
+ #: wpf-includes/wpf-hooks.php:885 wpf-includes/wpf-phrases.php:406
968
  msgid "wpForo User Timezone"
969
+ msgstr "wpForo пользовательский часовой пояс"
970
 
971
  #: wpf-includes/wpf-phrases.php:8
972
  #, php-format
973
  msgid "%s and %s liked"
974
+ msgstr "%s и %s понравилось"
975
 
976
  #: wpf-includes/wpf-phrases.php:9
977
  #, php-format
978
  msgid "%s liked"
979
+ msgstr "%s понравилось"
980
 
981
  #: wpf-includes/wpf-phrases.php:10
982
  #, php-format
983
  msgid "%s, %s and %s liked"
984
+ msgstr "%s, %s and %s понравилось"
985
 
986
  #: wpf-includes/wpf-phrases.php:11
987
  #, php-format
988
  msgid "%s, %s, %s and %d people liked"
989
+ msgstr "%s, %s, %s and %d людям понравилось"
990
 
991
  #: wpf-includes/wpf-phrases.php:12
992
  msgid "AOL IM"
993
+ msgstr "AOL IM"
994
 
995
  #: wpf-includes/wpf-phrases.php:13
996
  msgid "About Me"
997
+ msgstr "Обо мне "
998
 
999
  #: wpf-includes/wpf-phrases.php:16
1000
  msgid "Account"
1001
+ msgstr "Аккаунт"
1002
 
1003
  #: wpf-includes/wpf-phrases.php:19
1004
  msgid "Activity"
1005
+ msgstr "Активность"
1006
 
1007
  #: wpf-includes/wpf-phrases.php:23
1008
  msgid "Add a comment"
1009
+ msgstr "Оставить комментарий"
1010
 
1011
  #: wpf-includes/wpf-phrases.php:24
1012
  msgid "Add topic"
1013
+ msgstr "Добавить тему"
1014
 
1015
  #: wpf-includes/wpf-phrases.php:32
1016
  msgid "Answer"
1017
+ msgstr "Ответ"
1018
 
1019
  #: wpf-includes/wpf-phrases.php:33
1020
  msgid "Answer to"
1021
+ msgstr "Ответ на"
1022
 
1023
  #: wpf-includes/wpf-phrases.php:34
1024
  msgid "Answers"
1025
+ msgstr "Ответы"
1026
 
1027
  #: wpf-includes/wpf-phrases.php:35
1028
  msgid "Any Date"
1029
+ msgstr "Любая дата"
1030
 
1031
  #: wpf-includes/wpf-phrases.php:42
1032
  msgid "Ascending order"
1033
+ msgstr "В порядке возрастания"
1034
 
1035
  #: wpf-includes/wpf-phrases.php:43
1036
  msgid "Attach file:"
1037
+ msgstr "Прикрепить файл:"
1038
 
1039
  #: wpf-includes/wpf-phrases.php:47
1040
  msgid "Avatar"
1041
+ msgstr "Аватар"
1042
 
1043
  #: wpf-includes/wpf-phrases.php:53
1044
  msgid "Change password"
1045
+ msgstr "Изменить пароль"
1046
 
1047
  #: wpf-includes/wpf-phrases.php:54
1048
  msgid "Choose target forum"
1049
+ msgstr "Выберите целевой форум"
1050
 
1051
  #: wpf-includes/wpf-phrases.php:55 wpf-themes/classic/functions.php:31
1052
  #: wpf-themes/classic/functions.php:52 wpf-themes/classic/functions.php:81
1053
  msgid "Collapsed"
1054
+ msgstr "Свернуто"
1055
 
1056
  #: wpf-includes/wpf-phrases.php:58
1057
  msgid "Comments"
1058
+ msgstr "Комментарии"
1059
 
1060
  #: wpf-includes/wpf-phrases.php:59
1061
  msgid "Confirm my subscription"
1062
+ msgstr "Подтвердите подписку"
1063
 
1064
  #: wpf-includes/wpf-phrases.php:64
1065
  msgid "Date"
1066
+ msgstr "Дата"
1067
 
1068
  #: wpf-includes/wpf-phrases.php:67
1069
  msgid "Descending order"
1070
+ msgstr "В порядке убывания"
1071
 
1072
  #: wpf-includes/wpf-phrases.php:70
1073
  msgid "Display Name"
1074
+ msgstr "Отображаемое Имя"
1075
 
1076
  #: wpf-includes/wpf-phrases.php:73
1077
  msgid "Edited: "
1078
+ msgstr "Отредактировано:"
1079
 
1080
  #: wpf-includes/wpf-phrases.php:74
1081
  msgid "Email"
1082
+ msgstr "Email"
1083
 
1084
  #: wpf-includes/wpf-phrases.php:86
1085
  msgid "Enter title here"
1086
+ msgstr "Введите заголовок тут"
1087
 
1088
  #: wpf-includes/wpf-phrases.php:87 wpf-themes/classic/functions.php:30
1089
  #: wpf-themes/classic/functions.php:51 wpf-themes/classic/functions.php:80
1090
  msgid "Expanded"
1091
+ msgstr "Полный"
1092
 
1093
  #: wpf-includes/wpf-phrases.php:88 wpf-themes/classic/functions.php:77
1094
  msgid "Extended Layout - Intro posts"
1095
+ msgstr "Расширенный макет - вступительный пост"
1096
 
1097
  #: wpf-includes/wpf-phrases.php:89 wpf-themes/classic/functions.php:27
1098
  msgid "Extended Layout - Intro topics"
1099
+ msgstr "Расширенный макет - вступительная тема"
1100
 
1101
  #: wpf-includes/wpf-phrases.php:90 wpf-themes/classic/functions.php:87
1102
  msgid "Extended Layout - Number of intro posts"
1103
+ msgstr "Расширенный макет - количество вступительных постов"
1104
 
1105
  #: wpf-includes/wpf-phrases.php:91 wpf-themes/classic/functions.php:36
1106
  msgid "Extended Layout - Number of intro topics"
1107
+ msgstr "Расширенный макет - количество вступительных тем"
1108
 
1109
  #: wpf-includes/wpf-phrases.php:92
1110
  msgid "Facebook"
1111
+ msgstr "Facebook"
1112
 
1113
  #: wpf-includes/wpf-phrases.php:93
1114
  msgid "Failed to write file to disk"
1115
+ msgstr "Невозможно записать файл на диск"
1116
 
1117
  #: wpf-includes/wpf-phrases.php:95
1118
  msgid "File upload stopped by extension"
1119
+ msgstr "Загрузка файла остановлена расширением"
1120
 
1121
  #: wpf-includes/wpf-phrases.php:96
1122
  msgid "Find Posts by User"
1123
+ msgstr "Найти сообщения пользователя"
1124
 
1125
  #: wpf-includes/wpf-phrases.php:97
1126
  msgid "Find Topics Started by User"
1127
+ msgstr "Найти темы, начатые пользователем"
1128
 
1129
  #: wpf-includes/wpf-phrases.php:98
1130
  msgid "First post and replies"
1131
+ msgstr "Первый пост и ответы"
1132
 
1133
  #: wpf-includes/wpf-phrases.php:99
1134
  msgid "Forum"
1135
+ msgstr "Форум"
1136
 
1137
  #: wpf-includes/wpf-phrases.php:100
1138
  msgid "Forum - Login"
1139
+ msgstr "Форум - Вход"
1140
 
1141
  #: wpf-includes/wpf-phrases.php:101
1142
  msgid "Forum - Page Not Found"
1143
+ msgstr "Форум - страница не найдена"
1144
 
1145
  #: wpf-includes/wpf-phrases.php:102
1146
  msgid "Forum - Registration"
1147
+ msgstr "Форум - Регистрация"
1148
 
1149
  #: wpf-includes/wpf-phrases.php:107
1150
  msgid "Forum Home"
1151
+ msgstr "Форум Главная"
1152
 
1153
  #: wpf-includes/wpf-phrases.php:109
1154
  msgid "Forum Members"
1155
+ msgstr "Пользователи Форума"
1156
 
1157
  #: wpf-includes/wpf-phrases.php:112
1158
  msgid "Forum Profile"
1159
+ msgstr "Форум профиль"
1160
 
1161
  #: wpf-includes/wpf-phrases.php:113
1162
  msgid "Forum RSS Feed"
1163
+ msgstr "Форум RSS"
1164
 
1165
  #: wpf-includes/wpf-phrases.php:117
1166
  msgid "Forum Statistics"
1167
+ msgstr "Статистика форума"
1168
 
1169
  #: wpf-includes/wpf-phrases.php:120
1170
  msgid "Forum is empty"
1171
+ msgstr "Форум пуст"
1172
 
1173
  #: wpf-includes/wpf-phrases.php:129
1174
  msgid "Group"
1175
+ msgstr "Группа"
1176
 
1177
  #: wpf-includes/wpf-phrases.php:130
1178
  msgid "Gtalk"
1179
+ msgstr "Gtalk"
1180
 
1181
  #: wpf-includes/wpf-phrases.php:133
1182
  msgid "ICQ"
1183
+ msgstr "ICQ"
1184
 
1185
  #: wpf-includes/wpf-phrases.php:137
1186
  msgid "Insert member name or email"
1187
+ msgstr "Вставить имя пользователя или емейл"
1188
 
1189
  #: wpf-includes/wpf-phrases.php:140
1190
  msgid "Joined"
1191
+ msgstr "Присоединился"
1192
 
1193
  #: wpf-includes/wpf-phrases.php:143
1194
  msgid "Last 24 hours"
1195
+ msgstr "За 24 часа"
1196
 
1197
  #: wpf-includes/wpf-phrases.php:144
1198
  msgid "Last 3 Months"
1199
+ msgstr "За последние 3 месяца"
1200
 
1201
  #: wpf-includes/wpf-phrases.php:145
1202
  msgid "Last 6 Months"
1203
+ msgstr "За последние 6 месяцев"
1204
 
1205
  #: wpf-includes/wpf-phrases.php:146
1206
  msgid "Last Active"
1207
+ msgstr "Последняя активность"
1208
 
1209
  #: wpf-includes/wpf-phrases.php:147
1210
  msgid "Last Month"
1211
+ msgstr "За последний месяц"
1212
 
1213
  #: wpf-includes/wpf-phrases.php:148
1214
  msgid "Last Post"
1215
+ msgstr "Последний пост"
1216
 
1217
  #: wpf-includes/wpf-phrases.php:149
1218
  msgid "Last Post Info"
1219
+ msgstr "Инфо о последнем сообщении"
1220
 
1221
  #: wpf-includes/wpf-phrases.php:150
1222
  msgid "Last Week"
1223
+ msgstr "За неделю"
1224
 
1225
  #: wpf-includes/wpf-phrases.php:151
1226
  msgid "Last Year ago"
1227
+ msgstr "За последний год"
1228
 
1229
  #: wpf-includes/wpf-phrases.php:152
1230
  #, php-format
1231
  msgid "Last post by %s"
1232
+ msgstr "Последнее сообщение от %s"
1233
 
1234
  #: wpf-includes/wpf-phrases.php:153
1235
  msgid "Latest Post"
1236
+ msgstr "Последний пост"
1237
 
1238
  #: wpf-includes/wpf-phrases.php:154
1239
  msgid "Leave a reply"
1240
+ msgstr "Оставить отзыв"
1241
 
1242
  #: wpf-includes/wpf-phrases.php:155
1243
  msgid "Length must be between 3 characters and 15 characters."
1244
+ msgstr "Длина должна быть между 3 и 15 символами."
1245
 
1246
  #: wpf-includes/wpf-phrases.php:157
1247
  msgid "Liked"
1248
+ msgstr "Нравится"
1249
 
1250
  #: wpf-includes/wpf-phrases.php:158
1251
  msgid "Location"
1252
+ msgstr "Местоположение"
1253
 
1254
  #: wpf-includes/wpf-phrases.php:159
1255
  msgid "Login"
1256
+ msgstr "Логин"
1257
 
1258
  #: wpf-includes/wpf-phrases.php:161
1259
  msgid "Logout"
1260
+ msgstr "Выход"
1261
 
1262
  #: wpf-includes/wpf-phrases.php:163
1263
  msgid "Lost your password?"
1264
+ msgstr "Забыли пароль?"
1265
 
1266
  #: wpf-includes/wpf-phrases.php:165
1267
  msgid "MSN"
1268
+ msgstr "MSN"
1269
 
1270
  #: wpf-includes/wpf-phrases.php:166
1271
  msgid "Maximum allowed file size is"
1272
+ msgstr "Максимально допустимый размер файла"
1273
 
1274
  #: wpf-includes/wpf-phrases.php:168
1275
  msgid "Member Activity"
1276
+ msgstr "Активность пользователя"
1277
 
1278
  #: wpf-includes/wpf-phrases.php:169
1279
  msgid "Member Information"
1280
+ msgstr "Информация о пользователе"
1281
 
1282
  #: wpf-includes/wpf-phrases.php:170
1283
  msgid "Member Rating"
1284
+ msgstr "Рейтинг пользователя"
1285
 
1286
  #: wpf-includes/wpf-phrases.php:171
1287
  msgid "Member Rating Badge"
1288
+ msgstr "Значок участника рейтинга"
1289
 
1290
  #: wpf-includes/wpf-phrases.php:174
1291
  msgid "Member information"
1292
+ msgstr "Информация о пользователе"
1293
 
1294
  #: wpf-includes/wpf-phrases.php:178
1295
  msgid "Members not found"
1296
+ msgstr "Пользователи не найдены"
1297
 
1298
  #: wpf-includes/wpf-phrases.php:179
1299
  msgid "Messages"
1300
+ msgstr "Сообщение "
1301
 
1302
  #: wpf-includes/wpf-phrases.php:182
1303
  msgid "Missing a temporary folder"
1304
+ msgstr "Отсутствие временной папки"
1305
 
1306
  #: wpf-includes/wpf-phrases.php:185
1307
  msgid "Move topic"
1308
+ msgstr "Переместить тему"
1309
 
1310
  #: wpf-includes/wpf-phrases.php:186
1311
  msgid "Must be minimum 6 characters."
1312
+ msgstr "Должно быть не менее 6 символов."
1313
 
1314
  #: wpf-includes/wpf-phrases.php:187
1315
  msgid "My Profile"
1316
+ msgstr " Мой профиль"
1317
 
1318
  #: wpf-includes/wpf-phrases.php:194
1319
  msgid "No activity found for this member."
1320
+ msgstr "Активностей не найдено для этого пользователя."
1321
 
1322
  #: wpf-includes/wpf-phrases.php:195
1323
  msgid "No file was uploaded"
1324
+ msgstr "Нет загруженных файлов"
1325
 
1326
  #: wpf-includes/wpf-phrases.php:196
1327
  msgid "No forums were found here."
1328
+ msgstr "Форум не найден"
1329
 
1330
  #: wpf-includes/wpf-phrases.php:200
1331
  msgid "No online members at the moment"
1332
+ msgstr "Нет пользователей в онлайн в данный момент"
1333
 
1334
  #: wpf-includes/wpf-phrases.php:202
1335
  msgid "No subscriptions found for this member."
1336
+ msgstr "Подписок не найдено для этого пользователя."
1337
 
1338
  #: wpf-includes/wpf-phrases.php:204
1339
  msgid "No topics were found here"
1340
+ msgstr "Не найдено ни одного сообщения тут"
1341
 
1342
  #: wpf-includes/wpf-phrases.php:211
1343
  msgid "Occupation"
1344
+ msgstr "Род занятий"
1345
 
1346
  #: wpf-includes/wpf-phrases.php:212
1347
  msgid "Offline"
1348
+ msgstr "Атключен"
1349
 
1350
  #: wpf-includes/wpf-phrases.php:213
1351
  msgid "Online"
1352
+ msgstr "Онлайн"
1353
 
1354
  #: wpf-includes/wpf-phrases.php:215
1355
  msgid "Oops! The page you requested was not found!"
1356
+ msgstr "Упс! Такая страница не найдена."
1357
 
1358
  #: wpf-includes/wpf-phrases.php:216
1359
  msgid "Our newest member"
1360
+ msgstr "Новый пользователь"
1361
 
1362
  #: wpf-includes/wpf-phrases.php:217
1363
  msgid "Page"
1364
+ msgstr "Страница"
1365
 
1366
  #: wpf-includes/wpf-phrases.php:219
1367
  msgid "Password"
1368
+ msgstr "Пароль"
1369
 
1370
  #: wpf-includes/wpf-phrases.php:221
1371
  #, php-format
1372
  msgid "Please %s or %s"
1373
+ msgstr "Please %s или %s"
1374
 
1375
  #: wpf-includes/wpf-phrases.php:225
1376
  msgid "Post Title"
1377
+ msgstr "Заголовок поста"
1378
 
1379
  #: wpf-includes/wpf-phrases.php:226
1380
  msgid "Post link"
1381
+ msgstr "Ссылка на запись"
1382
 
1383
  #: wpf-includes/wpf-phrases.php:227
1384
  msgid "Posted"
1385
+ msgstr "Опубликовано"
1386
 
1387
  #: wpf-includes/wpf-phrases.php:228
1388
  msgid "Posted by"
1389
+ msgstr "Сообщение от"
1390
 
1391
  #: wpf-includes/wpf-phrases.php:230
1392
  msgid "Powered by"
1393
+ msgstr "Разработано"
1394
 
1395
  #: wpf-includes/wpf-phrases.php:232 wpf-themes/classic/functions.php:57
1396
  msgid "Q&A Layout - Number of intro topics"
1397
+ msgstr "Q&A Layout - Количество вступительных тем"
1398
 
1399
  #: wpf-includes/wpf-phrases.php:233 wpf-themes/classic/functions.php:48
1400
  msgid "Q&A layout - Intro topics"
1401
+ msgstr "Q&A Макет - Вступительные темы"
1402
 
1403
  #: wpf-includes/wpf-phrases.php:234
1404
  msgid "Question Comments"
1405
+ msgstr "Комментарии к вопросу"
1406
 
1407
  #: wpf-includes/wpf-phrases.php:235
1408
  msgid "Questions"
1409
+ msgstr "Вопросы"
1410
 
1411
  #: wpf-includes/wpf-phrases.php:236
1412
  msgid "Quote"
1413
+ msgstr "Цитата"
1414
 
1415
  #: wpf-includes/wpf-phrases.php:237
1416
  msgid "RE"
1417
+ msgstr "RE:"
1418
 
1419
  #: wpf-includes/wpf-phrases.php:238
1420
  msgid "REPLY:"
1421
+ msgstr "Ответить:"
1422
 
1423
  #: wpf-includes/wpf-phrases.php:239
1424
  msgid "RSS"
1425
+ msgstr "RSS"
1426
 
1427
  #: wpf-includes/wpf-phrases.php:240
1428
  msgid "Rating"
1429
+ msgstr "Рейтинг"
1430
 
1431
  #: wpf-includes/wpf-phrases.php:241
1432
  msgid "Rating Badge"
1433
+ msgstr "Значок рейтинга"
1434
 
1435
  #: wpf-includes/wpf-phrases.php:245
1436
  msgid "Received Likes"
1437
+ msgstr "Получено лайков"
1438
 
1439
  #: wpf-includes/wpf-phrases.php:246
1440
  msgid "Recent Questions"
1441
+ msgstr "Новые вопросы"
1442
 
1443
  #: wpf-includes/wpf-phrases.php:247
1444
  msgid "Recent Topics"
1445
+ msgstr "Последние темы"
1446
 
1447
  #: wpf-includes/wpf-phrases.php:248
1448
  msgid "Register"
1449
+ msgstr "Регистрация"
1450
 
1451
  #: wpf-includes/wpf-phrases.php:250
1452
  msgid "Registered date"
1453
+ msgstr "Дата регистрации"
1454
 
1455
  #: wpf-includes/wpf-phrases.php:251
1456
  msgid "Relevancy"
1457
+ msgstr "Актуальность"
1458
 
1459
  #: wpf-includes/wpf-phrases.php:252
1460
  msgid "Remember Me"
1461
+ msgstr "Запомнить меня"
1462
 
1463
  #: wpf-includes/wpf-phrases.php:258
1464
  msgid "Replies"
1465
+ msgstr "Ответы"
1466
 
1467
  #: wpf-includes/wpf-phrases.php:259
1468
  msgid "Replies not found"
1469
+ msgstr "Ответы не найдены"
1470
 
1471
  #: wpf-includes/wpf-phrases.php:260
1472
  msgid "Reply"
1473
+ msgstr "Ответить"
1474
 
1475
  #: wpf-includes/wpf-phrases.php:261
1476
  msgid "Report"
1477
+ msgstr "Сообщить"
1478
 
1479
  #: wpf-includes/wpf-phrases.php:264
1480
  msgid "Report to Administration"
1481
+ msgstr "Отчет администрации"
1482
 
1483
  #: wpf-includes/wpf-phrases.php:266
1484
  msgid "Result Info"
1485
+ msgstr "Инфо"
1486
 
1487
  #: wpf-includes/wpf-phrases.php:268
1488
  msgid "Save Changes"
1489
+ msgstr "Сохранить изменения"
1490
 
1491
  #: wpf-includes/wpf-phrases.php:272
1492
  msgid "Search"
1493
+ msgstr "Поиск"
1494
 
1495
  #: wpf-includes/wpf-phrases.php:273
1496
  msgid "Search Entire Posts"
1497
+ msgstr "Искать в сообщениях"
1498
 
1499
  #: wpf-includes/wpf-phrases.php:274
1500
  msgid "Search Phrase"
1501
+ msgstr "Поиск Phrase"
1502
 
1503
  #: wpf-includes/wpf-phrases.php:275
1504
  msgid "Search Titles Only"
1505
+ msgstr "Искать только в заголовках"
1506
 
1507
  #: wpf-includes/wpf-phrases.php:276
1508
  msgid "Search Type"
1509
+ msgstr "Тип поиска"
1510
 
1511
  #: wpf-includes/wpf-phrases.php:277
1512
  msgid "Search in Forums"
1513
+ msgstr "Поиск по форумам"
1514
 
1515
  #: wpf-includes/wpf-phrases.php:278
1516
  msgid "Search in date period"
1517
+ msgstr "По дате"
1518
 
1519
  #: wpf-includes/wpf-phrases.php:279
1520
  msgid "Search result for"
1521
+ msgstr "Результаты поиска для"
1522
 
1523
  #: wpf-includes/wpf-phrases.php:280
1524
  msgid "Search..."
1525
+ msgstr "Искать..."
1526
 
1527
  #: wpf-includes/wpf-phrases.php:282
1528
  msgid "Select Page"
1529
+ msgstr "Выбрать страницу"
1530
 
1531
  #: wpf-includes/wpf-phrases.php:283
1532
  msgid "Send Report"
1533
+ msgstr "Отправить рапорт"
1534
 
1535
  #: wpf-includes/wpf-phrases.php:287
1536
  msgid "Set Topic Sticky"
1537
+ msgstr "Прикрепить тему"
1538
 
1539
  #: wpf-includes/wpf-phrases.php:288 wpf-themes/classic/functions.php:88
1540
  msgid ""
1541
  "Set this option value 0 if you want to show all posts under topic intro area."
1542
  msgstr ""
1543
+ "Установите это значение параметра 0, если вы хотите показать все сообщения."
1544
 
1545
  #: wpf-includes/wpf-phrases.php:289
1546
  msgid "Shop Account"
1547
+ msgstr "Аккаунт в магазине"
1548
 
1549
  #: wpf-includes/wpf-phrases.php:299
1550
  msgid "Sign In"
1551
+ msgstr "Войти в систему"
1552
 
1553
  #: wpf-includes/wpf-phrases.php:300
1554
  msgid "Signature"
1555
+ msgstr "Подпись"
1556
 
1557
  #: wpf-includes/wpf-phrases.php:301
1558
  msgid "Site Profile"
1559
+ msgstr "Профиль"
1560
 
1561
  #: wpf-includes/wpf-phrases.php:302
1562
  msgid "Skype"
1563
+ msgstr "Skype"
1564
 
1565
  #: wpf-includes/wpf-phrases.php:304
1566
  msgid "Social Networks"
1567
+ msgstr "Социальные сети"
1568
 
1569
  #: wpf-includes/wpf-phrases.php:305
1570
  msgid "Sorry, something wrong with your data."
1571
+ msgstr "К сожалению, что-то не так с вашими данными."
1572
 
1573
  #: wpf-includes/wpf-phrases.php:306
1574
  msgid "Sort Search Results by"
1575
+ msgstr "Сортировать результаты поиска по"
1576
 
1577
  #: wpf-includes/wpf-phrases.php:307
1578
  msgid "Specify avatar by URL"
1579
+ msgstr "Укажите ваш аватар по URL"
1580
 
1581
  #: wpf-includes/wpf-phrases.php:309
1582
  msgid "Subforums"
1583
+ msgstr "Подфорумы"
1584
 
1585
  #: wpf-includes/wpf-phrases.php:312
1586
  msgid "Subscribe for new replies"
1587
+ msgstr "Подписаться на новые ответы"
1588
 
1589
  #: wpf-includes/wpf-phrases.php:313
1590
  msgid "Subscribe for new topics"
1591
+ msgstr "Подписаться на новые темы"
1592
 
1593
  #: wpf-includes/wpf-phrases.php:315
1594
  msgid "Subscriptions"
1595
+ msgstr "Подписки"
1596
 
1597
  #: wpf-includes/wpf-phrases.php:317
1598
  msgid ""
1619
  "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
1620
  "the HTML form"
1621
  msgstr ""
1622
+ "Загружаемый вами файл превышает значение MAX_FILE_SIZE, указанное для данной "
1623
+ "HTML-формы"
1624
 
1625
  #: wpf-includes/wpf-phrases.php:322
1626
  msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini"
1627
  msgstr ""
1628
+ "Загружаемый вами файл превышает значение upload_max_filesize в php.ini."
1629
 
1630
  #: wpf-includes/wpf-phrases.php:323
1631
  msgid "The uploaded file was only partially uploaded"
1632
+ msgstr "Загружаемый файл может быть загружен только частями"
1633
 
1634
  #: wpf-includes/wpf-phrases.php:329
1635
  msgid "Timezone"
1636
+ msgstr "Часовая зона"
1637
 
1638
  #: wpf-includes/wpf-phrases.php:331
1639
  msgid "Topic RSS Feed"
1640
+ msgstr "RSS лента темы"
1641
 
1642
  #: wpf-includes/wpf-phrases.php:332
1643
  msgid "Topic Title"
1644
+ msgstr "Название темы"
1645
 
1646
  #: wpf-includes/wpf-phrases.php:333
1647
  msgid "Topic title"
1648
+ msgstr "Название темы"
1649
 
1650
  #: wpf-includes/wpf-phrases.php:336
1651
  msgid "Twitter"
1652
+ msgstr "Twitter"
1653
 
1654
  #: wpf-includes/wpf-phrases.php:337
1655
  msgid "Unknown upload error"
1656
+ msgstr "Неизвестная ошибка загрузки"
1657
 
1658
  #: wpf-includes/wpf-phrases.php:338
1659
  msgid "Unsubscribe"
1660
+ msgstr "Отписаться"
1661
 
1662
  #: wpf-includes/wpf-phrases.php:341
1663
  msgid "Upload an avatar"
1664
+ msgstr "Загрузить аватар"
1665
 
1666
  #: wpf-includes/wpf-phrases.php:343
1667
  msgid ""
1668
  "Use comments to ask for more information or suggest improvements. Avoid "
1669
  "answering questions in comments."
1670
  msgstr ""
1671
+ "Используйте комментарии, чтобы запросить дополнительную информацию или "
1672
+ "предложить улучшения. Избегайте ответов на вопросы в комментариях."
1673
 
1674
  #: wpf-includes/wpf-phrases.php:345
1675
  msgid "User"
1676
+ msgstr "Пользователь"
1677
 
1678
  #: wpf-includes/wpf-phrases.php:346
1679
  msgid "User Group"
1680
+ msgstr "Группа пользователей"
1681
 
1682
  #: wpf-includes/wpf-phrases.php:347
1683
  msgid "Usergroup has been successfully deleted."
1684
+ msgstr "Группа успешно удалена"
1685
 
1686
  #: wpf-includes/wpf-phrases.php:348
1687
  msgid ""
1688
  "Usergroup has been successfully deleted. All users of this usergroup have "
1689
  "been moved to the usergroup you've chosen"
1690
  msgstr ""
1691
+ "Группа успешно удалена. Все пользователи этой группы были перемещены в "
1692
+ "группу, которую вы выбрали"
1693
 
1694
  #: wpf-includes/wpf-phrases.php:349
1695
  msgid "Username"
1696
+ msgstr "Имя пользователя"
1697
 
1698
  #: wpf-includes/wpf-phrases.php:351
1699
  msgid "View entire post"
1700
+ msgstr "Посмотреть весь пост"
1701
 
1702
  #: wpf-includes/wpf-phrases.php:352
1703
  msgid "View the latest post"
1704
+ msgstr "Посмотреть последнее сообщение"
1705
 
1706
  #: wpf-includes/wpf-phrases.php:353
1707
  msgid "Views"
1708
+ msgstr "Просмотры"
1709
 
1710
  #: wpf-includes/wpf-phrases.php:354
1711
  msgid "Votes"
1712
+ msgstr "Голоса"
1713
 
1714
  #: wpf-includes/wpf-phrases.php:355
1715
  msgid "Website"
1716
+ msgstr "Сайт"
1717
 
1718
  #: wpf-includes/wpf-phrases.php:357
1719
  msgid "Wordpress avatar system"
1720
+ msgstr "Система WordPress аватаров"
1721
 
1722
  #: wpf-includes/wpf-phrases.php:358
1723
  msgid "Working"
1724
+ msgstr "Работает"
1725
 
1726
  #: wpf-includes/wpf-phrases.php:359
1727
  msgid "Write message"
1728
+ msgstr "Написать сообщение"
1729
 
1730
  #: wpf-includes/wpf-phrases.php:360
1731
  msgid "Yahoo"
1732
+ msgstr "Yahoo"
1733
 
1734
  #: wpf-includes/wpf-phrases.php:362
1735
  msgid "You"
1736
+ msgstr "Вы"
1737
 
1738
  #: wpf-includes/wpf-phrases.php:364
1739
  #, php-format
1740
  msgid "You can go to %s page or Search here"
1741
+ msgstr "Вы можете перейти на страницу%s или искать здесь"
1742
 
1743
  #: wpf-includes/wpf-phrases.php:366
1744
  msgid "Your Answer"
1745
+ msgstr "Ваш ответ"
1746
 
1747
  #: wpf-includes/wpf-phrases.php:367
1748
  msgid "account"
1749
+ msgstr "аккаунт"
1750
 
1751
  #: wpf-includes/wpf-phrases.php:368
1752
  msgid "activity"
1753
+ msgstr "активность"
1754
 
1755
  #: wpf-includes/wpf-phrases.php:370
1756
  msgid "add_new"
1757
+ msgstr "add_new"
1758
 
1759
  #: wpf-includes/wpf-phrases.php:371
1760
  msgid "ago"
1761
+ msgstr "назад"
1762
 
1763
  #: wpf-includes/wpf-phrases.php:372
1764
  msgid "by"
1765
+ msgstr "От "
1766
 
1767
  #: wpf-includes/wpf-phrases.php:373
1768
  #, php-format
1769
  msgid "by %s"
1770
+ msgstr "от %s"
1771
 
1772
  #: wpf-includes/wpf-phrases.php:374
1773
  msgid "confirm password"
1774
+ msgstr "Подтверждение пароля"
1775
 
1776
  #: wpf-includes/wpf-phrases.php:377
1777
  msgid "edit profile"
1778
+ msgstr "редактировать профиль"
1779
 
1780
  #: wpf-includes/wpf-phrases.php:378
1781
  msgid "edit user"
1782
+ msgstr "Редактировать пользователя"
1783
 
1784
  #: wpf-includes/wpf-phrases.php:379
1785
  msgid "forums"
1786
+ msgstr "форумы"
1787
 
1788
  #: wpf-includes/wpf-phrases.php:381
1789
  msgid "login"
1790
+ msgstr "логин"
1791
 
1792
  #: wpf-includes/wpf-phrases.php:382
1793
  msgid "logout"
1794
+ msgstr "выход"
1795
 
1796
  #: wpf-includes/wpf-phrases.php:383
1797
  msgid "matches"
1798
+ msgstr "Cоответствия"
1799
 
1800
  #: wpf-includes/wpf-phrases.php:384
1801
  msgid "members"
1802
+ msgstr "пользователи"
1803
 
1804
  #: wpf-includes/wpf-phrases.php:386
1805
  msgid "my profile"
1806
+ msgstr "мой профиль"
1807
 
1808
  #: wpf-includes/wpf-phrases.php:387
1809
  msgid "new password"
1810
+ msgstr "Новый пароль"
1811
 
1812
  #: wpf-includes/wpf-phrases.php:388
1813
  msgid "new password again"
1814
+ msgstr "Пароль еще раз"
1815
 
1816
  #: wpf-includes/wpf-phrases.php:389
1817
  msgid "next"
1818
+ msgstr "следующий"
1819
 
1820
  #: wpf-includes/wpf-phrases.php:390
1821
  msgid "old password"
1822
+ msgstr "Старый пароль"
1823
 
1824
  #: wpf-includes/wpf-phrases.php:391
1825
  msgid "phrase_key"
1826
+ msgstr "phrase_key"
1827
 
1828
  #: wpf-includes/wpf-phrases.php:392
1829
  msgid "phrase_value"
1830
+ msgstr "phrase_value"
1831
 
1832
  #: wpf-includes/wpf-phrases.php:393
1833
  msgid "posted"
1834
+ msgstr "Опубликовано"
1835
 
1836
  #: wpf-includes/wpf-phrases.php:394
1837
  msgid "prev"
1838
+ msgstr "Предыдущий"
1839
 
1840
  #: wpf-includes/wpf-phrases.php:395
1841
  msgid "register"
1842
+ msgstr "регистрация"
1843
 
1844
  #: wpf-includes/wpf-phrases.php:396
1845
  msgid "replies"
1846
+ msgstr "ответы"
1847
 
1848
  #: wpf-includes/wpf-phrases.php:397
1849
  msgid "subscriptions"
1850
+ msgstr "подписки"
1851
 
1852
  #: wpf-includes/wpf-phrases.php:398
1853
  msgid "update"
1854
+ msgstr "обновление"
1855
 
1856
  #: wpf-includes/wpf-phrases.php:399
1857
  msgid "view"
1858
+ msgstr "просмотр"
1859
 
1860
  #: wpf-includes/wpf-phrases.php:400
1861
  msgid "view all posts"
1862
+ msgstr "смотреть все записи"
1863
 
1864
  #: wpf-includes/wpf-phrases.php:401
1865
  msgid "view all questions"
1866
+ msgstr "смотреть все вопросы"
1867
 
1868
  #: wpf-includes/wpf-phrases.php:402
1869
  msgid "view all topics"
1870
+ msgstr "смотреть все темы"
1871
 
1872
  #: wpf-includes/wpf-phrases.php:404
1873
  msgid "wpForo Navigation"
1874
+ msgstr "wpForo Навигация"
1875
 
1876
  #: wpf-includes/wpf-phrases.php:409
1877
  msgid "{number}B"
1878
+ msgstr "{number}B"
1879
 
1880
  #: wpf-includes/wpf-phrases.php:410
1881
  msgid "{number}K"
1882
+ msgstr "{number}K"
1883
 
1884
  #: wpf-includes/wpf-phrases.php:411
1885
  msgid "{number}M"
1886
+ msgstr "{number}M"
1887
 
1888
  #: wpf-includes/wpf-phrases.php:412
1889
  msgid "{number}T"
1890
+ msgstr "{number}T"
1891
 
1892
  #: wpf-includes/wpf-phrases.php:417
1893
  msgid "Access add error"
1894
+ msgstr "Ошибка при добавлении доступа"
1895
 
1896
  #: wpf-includes/wpf-phrases.php:418
1897
  msgid "Access delete error"
1898
+ msgstr "Ошибка удаления доступа"
1899
 
1900
  #: wpf-includes/wpf-phrases.php:419
1901
  msgid "Access edit error"
1902
+ msgstr "Ошибка доступа к редактировать"
1903
 
1904
  #: wpf-includes/wpf-phrases.php:420
1905
  msgid "Access successfully deleted"
1906
+ msgstr "Доступ успешно удален"
1907
 
1908
  #: wpf-includes/wpf-phrases.php:421
1909
  msgid "Add Topic error: No forum selected"
1910
+ msgstr "Тема не добавлена : не выбран форум"
1911
 
1912
  #: wpf-includes/wpf-phrases.php:422
1913
  msgid "All Checked topics successfully deleted"
1914
+ msgstr "Все отмеченные успешно удален"
1915
 
1916
  #: wpf-includes/wpf-phrases.php:423
1917
  msgid "Can't add forum"
1918
+ msgstr "Не удается добавить форум"
1919
 
1920
  #: wpf-includes/wpf-phrases.php:424
1921
  msgid "Can't add new language"
1922
+ msgstr "Не удается добавить новый язык"
1923
 
1924
  #: wpf-includes/wpf-phrases.php:425
1925
  msgid "Can't delete this Usergroup"
1926
+ msgstr "Невозможно удалить эту группу"
1927
 
1928
  #: wpf-includes/wpf-phrases.php:426
1929
  msgid "Can't send confirmation email"
1930
+ msgstr "Не удается отправить подтверждение по электронной почте"
1931
 
1932
  #: wpf-includes/wpf-phrases.php:427
1933
  msgid "Can't send report email"
1934
+ msgstr "Не удается отправить отчет электронной почты"
1935
 
1936
  #: wpf-includes/wpf-phrases.php:428
1937
  msgid "Can't subscribe to this item"
1938
+ msgstr "Нельзя подписаться на этот элемент"
1939
 
1940
  #: wpf-includes/wpf-phrases.php:429
1941
  msgid "Can't write a post: This topic is closed"
1942
+ msgstr "Нельзя написать пост: Эта тема закрыта"
1943
 
1944
  #: wpf-includes/wpf-phrases.php:430
1945
  msgid "Can`t upload file"
1946
+ msgstr "Не удается загрузить файл"
1947
 
1948
  #: wpf-includes/wpf-phrases.php:431
1949
  msgid "Cannot update forum hierarchy"
1950
+ msgstr "Не удается обновить иерархию форума"
1951
 
1952
  #: wpf-includes/wpf-phrases.php:432
1953
  msgid "Cannot update post data"
1954
+ msgstr "Не удается обновить данные"
1955
 
1956
  #: wpf-includes/wpf-phrases.php:433
1957
  msgid "Could not be unsubscribe from this item"
1958
+ msgstr "Нельзя отказаться от подписки по этому пункту"
1959
 
1960
  #: wpf-includes/wpf-phrases.php:434
1961
  msgid "Email address exists. Please insert another."
1962
+ msgstr "Адрес электронной почты существует. Пожалуйста, введите другой."
1963
 
1964
  #: wpf-includes/wpf-phrases.php:435
1965
  msgid "Error: Forum is not found"
1966
+ msgstr "Ошибка: Не найден форум"
1967
 
1968
  #: wpf-includes/wpf-phrases.php:436
1969
  msgid "Error: No topic selected"
1970
+ msgstr "Ошибка: Тема не выбрана"
1971
 
1972
  #: wpf-includes/wpf-phrases.php:437
1973
  msgid "Error: Topic is not found"
1974
+ msgstr "Ошибка: Тема не найдена"
1975
 
1976
  #: wpf-includes/wpf-phrases.php:438
1977
  msgid "Error: please inset some text to report."
1978
+ msgstr "Ошибка: выберите текст для отчета"
1979
 
1980
  #: wpf-includes/wpf-phrases.php:439
1981
  msgid "Features successfully updated"
1982
+ msgstr "Особенности успешно обновлены"
1983
 
1984
  #: wpf-includes/wpf-phrases.php:440
1985
  msgid "Features successfully updated, but previous value not changed"
1986
+ msgstr "Особенности успешно обновлены, но предыдущие значения не изменились"
1987
 
1988
  #: wpf-includes/wpf-phrases.php:441
1989
  msgid "File type is not allowed"
1990
+ msgstr "Тип файла не допустим"
1991
 
1992
  #: wpf-includes/wpf-phrases.php:442
1993
  msgid "Forum Base URL successfully updated"
1994
+ msgstr "Базовый URL-адрес форума успешно обновлен"
1995
 
1996
  #: wpf-includes/wpf-phrases.php:443
1997
  msgid "Forum deleting error"
1998
+ msgstr "Ошибка удаления форума"
1999
 
2000
  #: wpf-includes/wpf-phrases.php:444
2001
  msgid "Forum hierarchy successfully updated"
2002
+ msgstr "Иерархия форума успешно обновлена"
2003
 
2004
  #: wpf-includes/wpf-phrases.php:445
2005
  msgid "Forum is successfully merged"
2006
+ msgstr "Форум успешно добавлен"
2007
 
2008
  #: wpf-includes/wpf-phrases.php:446
2009
  msgid "Forum merging error"
2010
+ msgstr "Ошибка слияния форума"
2011
 
2012
  #: wpf-includes/wpf-phrases.php:447
2013
  msgid "Forum options successfully updated"
2014
+ msgstr "Параметры форума успешно обновлены"
2015
 
2016
  #: wpf-includes/wpf-phrases.php:448
2017
  msgid "Forum options successfully updated, but previous value not changed"
2018
  msgstr ""
2019
+ "Параметры форума успешно обновлены, но предыдущие значения не изменилось"
2020
 
2021
  #: wpf-includes/wpf-phrases.php:449
2022
  msgid "Forum successfully updated"
2023
+ msgstr "Форум успешно обновлен"
2024
 
2025
  #: wpf-includes/wpf-phrases.php:450
2026
  msgid "Forum update error"
2027
+ msgstr "Ошибка обновления форума"
2028
 
2029
  #: wpf-includes/wpf-phrases.php:451
2030
  msgid "General options successfully updated"
2031
+ msgstr "Общие параметры успешно обновлены"
2032
 
2033
  #: wpf-includes/wpf-phrases.php:452
2034
  msgid "Illegal character in username."
2035
+ msgstr "Недопустимый символ в имени пользователя."
2036
 
2037
  #: wpf-includes/wpf-phrases.php:453
2038
  msgid "Insert your Email address."
2039
+ msgstr "Вставьте ваш адрес электронной почты."
2040
 
2041
  #: wpf-includes/wpf-phrases.php:454
2042
  msgid "Invalid Email address"
2043
+ msgstr "Некорректный адрес email."
2044
 
2045
  #: wpf-includes/wpf-phrases.php:455
2046
  msgid "Invalid request!"
2047
+ msgstr "Неправильный запрос."
2048
 
2049
  #: wpf-includes/wpf-phrases.php:456
2050
  msgid "Member options successfully updated"
2051
+ msgstr "Параметры пользователя успешно обновлены"
2052
 
2053
  #: wpf-includes/wpf-phrases.php:457
2054
  msgid "Member options successfully updated, but previous value not changed"
2055
  msgstr ""
2056
+ "Параметры пользователя успешно обновлены, но предыдущие значения не "
2057
+ "изменилось"
2058
 
2059
  #: wpf-includes/wpf-phrases.php:458
2060
  msgid "Message has been sent"
2061
+ msgstr "Сообщение отправлено"
2062
 
2063
  #: wpf-includes/wpf-phrases.php:459
2064
  msgid ""
2065
  "New language successfully added and changed wpforo language to new language"
2066
+ msgstr "Успешно добавлен новый язык"
2067
 
2068
  #: wpf-includes/wpf-phrases.php:460
2069
  msgid "No Posts found for update"
2070
+ msgstr "Нет сообщений для обновления"
2071
 
2072
  #: wpf-includes/wpf-phrases.php:461
2073
  msgid "Password length must be between 6 characters and 20 characters."
2074
+ msgstr "Длина пароля должна быть от 6 символов до 20 символов."
2075
 
2076
  #: wpf-includes/wpf-phrases.php:462
2077
  msgid "Password mismatch."
2078
+ msgstr "Пароли не совпадают."
2079
 
2080
  #: wpf-includes/wpf-phrases.php:463
2081
  msgid "Permission denied"
2082
+ msgstr "Доступ запрещен"
2083
 
2084
  #: wpf-includes/wpf-phrases.php:464
2085
  msgid "Permission denied for add forum"
2086
+ msgstr "Отказано для добавления на форум"
2087
 
2088
  #: wpf-includes/wpf-phrases.php:465
2089
  msgid "Permission denied for delete forum"
2090
+ msgstr "Отказано для удаления форума"
2091
 
2092
  #: wpf-includes/wpf-phrases.php:466
2093
  msgid "Permission denied for edit forum"
2094
+ msgstr "Отказано для редактирования форума"
2095
 
2096
  #: wpf-includes/wpf-phrases.php:467
2097
  msgid "Permission denied for this action"
2098
+ msgstr "Отказано в этом действии"
2099
 
2100
  #: wpf-includes/wpf-phrases.php:468
2101
  msgid "Phrase add error"
2102
+ msgstr "Phrase ошибка добавления"
2103
 
2104
  #: wpf-includes/wpf-phrases.php:469
2105
  msgid "Phrase adding error"
2106
+ msgstr "Phrase ошибка добавления"
2107
 
2108
  #: wpf-includes/wpf-phrases.php:470
2109
  msgid "Phrase successfully added"
2110
+ msgstr "Phrase успешно добавлено"
2111
 
2112
  #: wpf-includes/wpf-phrases.php:471
2113
  msgid "Phrase successfully updates"
2114
+ msgstr "Phrase успешно обновлено"
2115
 
2116
  #: wpf-includes/wpf-phrases.php:472
2117
  msgid "Phrase update error"
2118
+ msgstr "Phrase ошибка обновления"
2119
 
2120
  #: wpf-includes/wpf-phrases.php:473
2121
  msgid "Please insert required fields!"
2122
+ msgstr "Пожалуйста, введите необходимые поля!"
2123
 
2124
  #: wpf-includes/wpf-phrases.php:474
2125
  msgid "Post delete error"
2126
+ msgstr "Ошибка удаления записи"
2127
 
2128
  #: wpf-includes/wpf-phrases.php:475
2129
  msgid "Post options successfully updated"
2130
+ msgstr "Опции сообщения успешно обновлены"
2131
 
2132
  #: wpf-includes/wpf-phrases.php:476
2133
  msgid "Post options successfully updated, but previous value not changed"
2134
  msgstr ""
2135
+ "Опции сообщения успешно обновлены, но предыдущее значение не изменилось"
2136
 
2137
  #: wpf-includes/wpf-phrases.php:477
2138
  msgid "Registration Error"
2139
+ msgstr "Ошибка регистрации"
2140
 
2141
  #: wpf-includes/wpf-phrases.php:478
2142
  msgid "Reply request error"
2143
+ msgstr "Ответ ошибки запроса"
2144
 
2145
  #: wpf-includes/wpf-phrases.php:479
2146
  msgid "Something wrong with profile data."
2147
+ msgstr "Что-то не так с данными профиля."
2148
 
2149
  #: wpf-includes/wpf-phrases.php:480
2150
  msgid "Subscribe options successfully updated"
2151
+ msgstr "Параметры подписки успешно обновлены"
2152
 
2153
  #: wpf-includes/wpf-phrases.php:481
2154
  msgid "Subscribe options successfully updated, but previous value not changed"
2155
  msgstr ""
2156
+ "Параметры подписки успешно обновлены, но предыдущее значение не изменились"
2157
 
2158
  #: wpf-includes/wpf-phrases.php:482
2159
  msgid "Success! Thank you Dear Friend"
2160
+ msgstr "Успешно! Спасибо, дорогой друг"
2161
 
2162
  #: wpf-includes/wpf-phrases.php:483
2163
  msgid ""
2164
  "Success! Thank you. Please check your email and click confirmation link "
2165
  "below to complete this step."
2166
  msgstr ""
2167
+ "Спасибо. Пожалуйста, проверьте вашу электронную почту и нажмите ссылку ниже, "
2168
+ "чтобы завершить этот шаг."
2169
 
2170
  #: wpf-includes/wpf-phrases.php:484
2171
  msgid "Successfully updated"
2172
+ msgstr "Успешно обновлен"
2173
 
2174
  #: wpf-includes/wpf-phrases.php:485
2175
  msgid "Successfully voted"
2176
+ msgstr "Успешно проголосовали"
2177
 
2178
  #: wpf-includes/wpf-phrases.php:486
2179
  msgid "The uploaded file size is too big"
2180
+ msgstr "Размер загружаемого файла слишком велик"
2181
 
2182
  #: wpf-includes/wpf-phrases.php:487
2183
  msgid "Theme options successfully updated"
2184
+ msgstr "Опции темы успешно обновлены"
2185
 
2186
  #: wpf-includes/wpf-phrases.php:488
2187
  msgid "Theme options successfully updated, but previous value not changed"
2188
+ msgstr "Тема функции успешно обновлены, но предыдущее значение не изменилось"
2189
 
2190
  #: wpf-includes/wpf-phrases.php:489
2191
  msgid "This email address is already registered. Please insert another."
2192
  msgstr ""
2193
+ "Этот адрес электронной почты уже зарегистрирован. Пожалуйста, введите другой."
2194
 
2195
  #: wpf-includes/wpf-phrases.php:490
2196
  msgid "This post successfully deleted"
2197
+ msgstr "Это сообщение успешно удалено"
2198
 
2199
  #: wpf-includes/wpf-phrases.php:491
2200
  msgid "This post successfully edited"
2201
+ msgstr "Это сообщение успешно отредактировано "
2202
 
2203
  #: wpf-includes/wpf-phrases.php:492
2204
  msgid "This topic successfully deleted"
2205
+ msgstr "Эта тема успешно удалена"
2206
 
2207
  #: wpf-includes/wpf-phrases.php:493
2208
  msgid "Topic Move Error"
2209
+ msgstr "Ошибка перемещения темы"
2210
 
2211
  #: wpf-includes/wpf-phrases.php:494
2212
  msgid "Topic add error"
2213
+ msgstr "Ошибка добавления темы"
2214
 
2215
  #: wpf-includes/wpf-phrases.php:495
2216
  msgid "Topic delete error"
2217
+ msgstr "Ошибка удаления темы"
2218
 
2219
  #: wpf-includes/wpf-phrases.php:496
2220
  msgid "Topic edit error"
2221
+ msgstr "Ошибка редактирования темы"
2222
 
2223
  #: wpf-includes/wpf-phrases.php:497
2224
  msgid "Topic not found."
2225
+ msgstr "Тема не найдена."
2226
 
2227
  #: wpf-includes/wpf-phrases.php:498
2228
  msgid "Topic successfully moved"
2229
+ msgstr "Тема успешно перемещена"
2230
 
2231
  #: wpf-includes/wpf-phrases.php:499
2232
  msgid "Topic successfully updated"
2233
+ msgstr "Тема успешно обновлена"
2234
 
2235
  #: wpf-includes/wpf-phrases.php:500
2236
  msgid "Topics delete error"
2237
+ msgstr "Ошибка удаления темы"
2238
 
2239
  #: wpf-includes/wpf-phrases.php:501
2240
  msgid "User delete error"
2241
+ msgstr "Ошибка удаления пользователя"
2242
 
2243
  #: wpf-includes/wpf-phrases.php:502
2244
  msgid "User group add error"
2245
+ msgstr "Ошибка при добавлении группы пользователей"
2246
 
2247
  #: wpf-includes/wpf-phrases.php:503
2248
  msgid "User group edit error"
2249
+ msgstr "Ошибка редактирования группы пользователей"
2250
 
2251
  #: wpf-includes/wpf-phrases.php:504
2252
  msgid "User group successfully added"
2253
+ msgstr "Группа успешно добавлена"
2254
 
2255
  #: wpf-includes/wpf-phrases.php:505
2256
  msgid "User group successfully edited"
2257
+ msgstr "Группа пользователей успешно изменена"
2258
 
2259
  #: wpf-includes/wpf-phrases.php:506
2260
  msgid "User successfully deleted from wpforo"
2261
+ msgstr "Пользователь успешно удален из wpforo"
2262
 
2263
  #: wpf-includes/wpf-phrases.php:507
2264
  msgid "Username exists. Please insert another."
2265
+ msgstr "Имя пользователя существует. Пожалуйста, введите другое."
2266
 
2267
  #: wpf-includes/wpf-phrases.php:508
2268
  msgid "Username is missed."
2269
+ msgstr "Пропущено имя пользователя."
2270
 
2271
  #: wpf-includes/wpf-phrases.php:509
2272
  msgid "Username length must be between 3 characters and 15 characters."
2273
+ msgstr "Длина имени пользователя должна быть между 3 и 15 символами."
2274
 
2275
  #: wpf-includes/wpf-phrases.php:510
2276
  msgid "Welcome to our Community!"
2277
+ msgstr "Добро пожаловать в наше сообщество!"
2278
 
2279
  #: wpf-includes/wpf-phrases.php:511
2280
  msgid "Wrong post data"
2281
+ msgstr "Неправильные данные поста"
2282
 
2283
  #: wpf-includes/wpf-phrases.php:512
2284
  msgid "You are already voted this post"
2285
+ msgstr "Вы уже проголосовали"
2286
 
2287
  #: wpf-includes/wpf-phrases.php:513
2288
  msgid "You have been successfully subscribed"
2289
+ msgstr "Вы успешно подписаны"
2290
 
2291
  #: wpf-includes/wpf-phrases.php:514
2292
  msgid "You have been successfully unsubscribed"
2293
+ msgstr "Вы успешно отписались от рассылки"
2294
 
2295
  #: wpf-includes/wpf-phrases.php:515
2296
  msgid "You have no permission to edit this topic"
2297
+ msgstr "У вас нет разрешения на изменение этой темы"
2298
 
2299
  #: wpf-includes/wpf-phrases.php:516
2300
  msgid "You haven't permission to create post into this forum"
2301
+ msgstr "Вы не имеете разрешение на создание поста в этом форуме"
2302
 
2303
  #: wpf-includes/wpf-phrases.php:517
2304
  msgid "You haven't permission to create topic into this forum"
2305
+ msgstr "Вы не имеете разрешение на создание темы в этом форуме"
2306
 
2307
  #: wpf-includes/wpf-phrases.php:518
2308
  msgid "You haven't permission to delete post from this forum"
2309
+ msgstr "Вы не имеете разрешения на удаление пост в этом форуме"
2310
 
2311
  #: wpf-includes/wpf-phrases.php:519
2312
  msgid "You haven't permission to delete topic from this forum"
2313
+ msgstr "Вы не имеете разрешения на удаление темы в этом форуме"
2314
 
2315
  #: wpf-includes/wpf-phrases.php:520
2316
  msgid "You haven't permission to edit post from this forum"
2317
+ msgstr "Вы не имеете разрешения чтобы редактировать это"
2318
 
2319
  #: wpf-includes/wpf-phrases.php:521
2320
  msgid "You successfully replied"
2321
+ msgstr "Вы успешно ответили"
2322
 
2323
  #: wpf-includes/wpf-phrases.php:522
2324
  msgid "Your forum successfully added"
2325
+ msgstr "Ваш форум успешно добавлен"
2326
 
2327
  #: wpf-includes/wpf-phrases.php:523
2328
  msgid "Your forum successfully deleted"
2329
+ msgstr "Ваш форум успешно удален"
2330
 
2331
  #: wpf-includes/wpf-phrases.php:524
2332
  msgid "Your profile data have been successfully updated."
2333
+ msgstr "Данные вашего профиля были успешно обновлены."
2334
 
2335
  #: wpf-includes/wpf-phrases.php:525
2336
  msgid "Your subscription for this item could not be confirmed"
2337
+ msgstr "Подписка для этого элемента не может быть подтверждена"
2338
 
2339
  #: wpf-includes/wpf-phrases.php:526
2340
  msgid "Your topic successfully added"
2341
+ msgstr "Ваша тема успешно добавлена"
2342
 
2343
  #. Plugin Name of the plugin/theme
2344
  msgid "Forum - wpForo"
2345
+ msgstr "Форум - wpForo"
2346
 
2347
  #. Plugin URI of the plugin/theme
2348
  msgid "http://wpforo.com"
2349
+ msgstr "http://wpforo.com"
2350
 
2351
  #. Description of the plugin/theme
2352
  msgid ""
2354
  "efficient and professional community. Powerful and beautiful bulletin board "
2355
  "with unique features."
2356
  msgstr ""
2357
+ "Следующее поколение WordPress форума. Все, что вам нужно для эффективного и "
2358
+ "профессионального сообщества."
2359
 
2360
  #. Author of the plugin/theme
2361
  msgid "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
2362
+ msgstr "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
2363
 
2364
  #. Author URI of the plugin/theme
2365
  msgid "http://gvectors.com/"
2366
+ msgstr "http://gvectors.com/"
wpf-themes/classic/colors.css CHANGED
@@ -348,3 +348,11 @@ div.pm_content::-webkit-scrollbar-button { background-color: #4a8eb3; }
348
  #wpforo-wrap #wpforo-menu .wpf-menu{background-color:#555555;}
349
  #wpforo-wrap .wpfl-1 .wpforo-post .wpf-right .wpforo-post-content-top{border-top: 1px solid #e6e6e6;}
350
  }
 
 
 
 
 
 
 
 
348
  #wpforo-wrap #wpforo-menu .wpf-menu{background-color:#555555;}
349
  #wpforo-wrap .wpfl-1 .wpforo-post .wpf-right .wpforo-post-content-top{border-top: 1px solid #e6e6e6;}
350
  }
351
+
352
+ #wpforo-wrap .wpforo-forum-title{font-size: 20px!important; line-height: 21px!important;}
353
+ #wpforo-wrap .wpforo-topic-title a { font-size: 18px!important; line-height: 22px!important; }
354
+ #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content {font-size: 16px!important; line-height: 20px!important;}
355
+ #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content p {font-size: 16px;}
356
+ #wpforo-wrap {
357
+ font-size: 13px; width: 100%; margin:20px;
358
+ }
wpf-themes/classic/layouts/1/forum.php CHANGED
@@ -21,13 +21,14 @@
21
  <br class="wpf-clear" />
22
  </div><!-- wpforo-category -->
23
  <?php foreach($forums as $forum) :
 
24
  $sub_forums = $wpforo->forum->get_forums( array( "parentid" => $forum['forumid'], "type" => 'forum' ) );
25
  $has_sub_forums = ( is_array($sub_forums) && !empty($sub_forums) ? TRUE : FALSE );
26
 
27
  $data = array();
28
  $wpforo->forum->get_childs($forum['forumid'], $data);
29
  $counts = $wpforo->forum->get_counts( $data );
30
- $topics = $wpforo->topic->get_topics( array("forumids" => $data, "orderby" => "created", "order" => "DESC", "row_count" => $wpforo->forum_options['layout_extended_intro_topics_count'] ) );
31
 
32
  $has_topics = ( is_array($topics) && !empty($topics) ? TRUE : FALSE );
33
 
@@ -47,7 +48,8 @@
47
  <ul>
48
  <li class="first wpfcl-2"><?php wpforo_phrase('Subforums'); ?>:</li>
49
 
50
- <?php foreach($sub_forums as $sub_forum) : ?>
 
51
 
52
  <li><i class="fa fa-comments wpfcl-0"></i>&nbsp;<a href="<?php echo esc_url($wpforo->forum->get_forum_url($sub_forum)) ?>"><?php echo esc_html($sub_forum['title']); ?></a></li>
53
 
@@ -83,12 +85,13 @@
83
  <div class="wpforo-last-topics-list">
84
  <ul>
85
  <?php foreach($topics as $topic) : ?>
86
- <?php $member = $wpforo->member->get_member($topic['userid'], true) ?>
 
87
  <li>
88
  <div class="wpforo-last-topic-title"><i class="fa fa-file-text wpfcl-0"></i> &nbsp;
89
- <a href="<?php echo esc_url($wpforo->topic->get_topic_url($topic, $forum)) ?>"><?php echo esc_html(wpforo_text($topic['title'], 36, false)) ?></a></div>
90
  <div class="wpforo-last-topic-user" title="<?php echo esc_attr($member['display_name']) ?>"><a href="<?php echo esc_url($member['profile_url']) ?>"><?php wpforo_phrase('by'); ?> <?php echo esc_html(wpforo_text($member['display_name'], 9, false)) ?></a></div>
91
- <div class="wpforo-last-topic-date"><?php wpforo_date($topic['created']); ?></div>
92
  <br class="wpf-clear" />
93
  </li>
94
  <?php endforeach; ?>
21
  <br class="wpf-clear" />
22
  </div><!-- wpforo-category -->
23
  <?php foreach($forums as $forum) :
24
+ if( !$wpforo->perm->forum_can( $forum['forumid'], 'vf' ) ) continue;
25
  $sub_forums = $wpforo->forum->get_forums( array( "parentid" => $forum['forumid'], "type" => 'forum' ) );
26
  $has_sub_forums = ( is_array($sub_forums) && !empty($sub_forums) ? TRUE : FALSE );
27
 
28
  $data = array();
29
  $wpforo->forum->get_childs($forum['forumid'], $data);
30
  $counts = $wpforo->forum->get_counts( $data );
31
+ $topics = $wpforo->topic->get_topics( array("forumids" => $data, "orderby" => "modified", "order" => "DESC", "row_count" => $wpforo->forum_options['layout_extended_intro_topics_count'] ) );
32
 
33
  $has_topics = ( is_array($topics) && !empty($topics) ? TRUE : FALSE );
34
 
48
  <ul>
49
  <li class="first wpfcl-2"><?php wpforo_phrase('Subforums'); ?>:</li>
50
 
51
+ <?php foreach($sub_forums as $sub_forum) :
52
+ if( !$wpforo->perm->forum_can( $sub_forum['forumid'], 'vf' ) ) continue; ?>
53
 
54
  <li><i class="fa fa-comments wpfcl-0"></i>&nbsp;<a href="<?php echo esc_url($wpforo->forum->get_forum_url($sub_forum)) ?>"><?php echo esc_html($sub_forum['title']); ?></a></li>
55
 
85
  <div class="wpforo-last-topics-list">
86
  <ul>
87
  <?php foreach($topics as $topic) : ?>
88
+ <?php $last_post = $wpforo->post->get_post($topic['last_post']); ?>
89
+ <?php $member = $wpforo->member->get_member($last_post['userid'], true); ?>
90
  <li>
91
  <div class="wpforo-last-topic-title"><i class="fa fa-file-text wpfcl-0"></i> &nbsp;
92
+ <a href="<?php echo esc_url($wpforo->post->get_post_url($last_post)) ?>"><?php echo esc_html(wpforo_text($topic['title'], 36, false)) ?></a></div>
93
  <div class="wpforo-last-topic-user" title="<?php echo esc_attr($member['display_name']) ?>"><a href="<?php echo esc_url($member['profile_url']) ?>"><?php wpforo_phrase('by'); ?> <?php echo esc_html(wpforo_text($member['display_name'], 9, false)) ?></a></div>
94
+ <div class="wpforo-last-topic-date"><?php wpforo_date($topic['modified']); ?></div>
95
  <br class="wpf-clear" />
96
  </li>
97
  <?php endforeach; ?>
wpf-themes/classic/layouts/1/post.php CHANGED
@@ -40,7 +40,7 @@
40
  </div>
41
  <?php wpforo_post_edited($post); ?>
42
  <?php if( wpforo_feature('signature', $wpforo) ): ?>
43
- <?php if($member['signature']): ?><div class="wpforo-post-signature"><?php echo wpforo_kses($member['signature'], 'user_description') ?></div><?php endif; ?>
44
  <?php endif; ?>
45
  </div><!-- right -->
46
  <br class="wpf-clear" />
40
  </div>
41
  <?php wpforo_post_edited($post); ?>
42
  <?php if( wpforo_feature('signature', $wpforo) ): ?>
43
+ <?php if($member['signature']): ?><div class="wpforo-post-signature"><?php echo wpautop(wpforo_kses($member['signature'], 'user_description')) ?></div><?php endif; ?>
44
  <?php endif; ?>
45
  </div><!-- right -->
46
  <br class="wpf-clear" />
wpf-themes/classic/layouts/2/forum.php CHANGED
@@ -20,7 +20,8 @@
20
  <br class="wpf-clear" />
21
  </div><!-- wpforo-category -->
22
 
23
- <?php foreach($forums as $forum) : ?>
 
24
 
25
  <div class="forum-wrap">
26
  <div class="wpforo-forum">
@@ -44,7 +45,8 @@
44
  <ul>
45
  <li class="first wpfcl-0"><?php wpforo_phrase('Subforums'); ?>: </li>
46
 
47
- <?php foreach($sub_forums as $sub_forum) : ?>
 
48
 
49
  <li><i class="fa fa-comments wpfcl-0"></i>&nbsp;<a href="<?php echo esc_url($wpforo->forum->get_forum_url($sub_forum)) ?>"><?php echo esc_html($sub_forum['title']); ?></a></li>
50
 
20
  <br class="wpf-clear" />
21
  </div><!-- wpforo-category -->
22
 
23
+ <?php foreach($forums as $forum) :
24
+ if( !$wpforo->perm->forum_can( $forum['forumid'], 'vf' ) ) continue; ?>
25
 
26
  <div class="forum-wrap">
27
  <div class="wpforo-forum">
45
  <ul>
46
  <li class="first wpfcl-0"><?php wpforo_phrase('Subforums'); ?>: </li>
47
 
48
+ <?php foreach($sub_forums as $sub_forum) :
49
+ if( !$wpforo->perm->forum_can( $sub_forum['forumid'], 'vf' ) ) continue; ?>
50
 
51
  <li><i class="fa fa-comments wpfcl-0"></i>&nbsp;<a href="<?php echo esc_url($wpforo->forum->get_forum_url($sub_forum)) ?>"><?php echo esc_html($sub_forum['title']); ?></a></li>
52
 
wpf-themes/classic/layouts/2/post.php CHANGED
@@ -46,7 +46,7 @@
46
  <?php echo wpforo_kses($post['body'], 'post') ?>
47
  <?php wpforo_post_edited($post); ?>
48
  <?php if( wpforo_feature('signature', $wpforo) ): ?>
49
- <?php if($member['signature']): ?><div class="wpforo-post-signature"><?php echo wpforo_kses($member['signature'], 'user_description') ?></div><?php endif; ?>
50
  <?php endif; ?>
51
  <div class="wpf-post-button-actions">
52
  <?php if( $post['is_first_post'] ){
46
  <?php echo wpforo_kses($post['body'], 'post') ?>
47
  <?php wpforo_post_edited($post); ?>
48
  <?php if( wpforo_feature('signature', $wpforo) ): ?>
49
+ <?php if($member['signature']): ?><div class="wpforo-post-signature"><?php echo wpautop(wpforo_kses($member['signature'], 'user_description')) ?></div><?php endif; ?>
50
  <?php endif; ?>
51
  <div class="wpf-post-button-actions">
52
  <?php if( $post['is_first_post'] ){
wpf-themes/classic/layouts/3/forum.php CHANGED
@@ -23,6 +23,8 @@
23
  </div>
24
 
25
  <?php foreach($forums as $forum) :
 
 
26
  $sub_forums = $wpforo->forum->get_forums( array( "parentid" => $forum['forumid'], "type" => 'forum' ) );
27
  $has_sub_forums = ( is_array($sub_forums) && !empty($sub_forums) ? TRUE : FALSE );
28
 
@@ -50,7 +52,8 @@
50
  <ul>
51
  <li class="first"><?php wpforo_phrase('Subforums') ?>:</li>
52
 
53
- <?php foreach($sub_forums as $sub_forum) : ?>
 
54
 
55
  <li><a href="<?php echo esc_url($wpforo->forum->get_forum_url($sub_forum)) ?>"><?php echo esc_html($sub_forum['title']); ?></a></li>
56
 
23
  </div>
24
 
25
  <?php foreach($forums as $forum) :
26
+ if( !$wpforo->perm->forum_can( $forum['forumid'], 'vf' ) ) continue;
27
+
28
  $sub_forums = $wpforo->forum->get_forums( array( "parentid" => $forum['forumid'], "type" => 'forum' ) );
29
  $has_sub_forums = ( is_array($sub_forums) && !empty($sub_forums) ? TRUE : FALSE );
30
 
52
  <ul>
53
  <li class="first"><?php wpforo_phrase('Subforums') ?>:</li>
54
 
55
+ <?php foreach($sub_forums as $sub_forum) :
56
+ if( !$wpforo->perm->forum_can( $sub_forum['forumid'], 'vf' ) ) continue; ?>
57
 
58
  <li><a href="<?php echo esc_url($wpforo->forum->get_forum_url($sub_forum)) ?>"><?php echo esc_html($sub_forum['title']); ?></a></li>
59
 
wpf-themes/classic/layouts/3/post.php CHANGED
@@ -53,7 +53,7 @@
53
  <?php echo wpforo_kses($post['body'], 'post') ?>
54
  <?php wpforo_post_edited($post); ?>
55
  <?php if( wpforo_feature('signature', $wpforo) ): ?>
56
- <?php if( trim($member['signature'])): ?><div class="wpforo-post-signature"><?php echo wpforo_kses($member['signature'], 'user_description') ?></div><?php endif ?>
57
  <?php endif; ?>
58
  </div>
59
  <div class="wpforo-post-author">
53
  <?php echo wpforo_kses($post['body'], 'post') ?>
54
  <?php wpforo_post_edited($post); ?>
55
  <?php if( wpforo_feature('signature', $wpforo) ): ?>
56
+ <?php if( trim($member['signature'])): ?><div class="wpforo-post-signature"><?php echo wpautop(wpforo_kses($member['signature'], 'user_description')) ?></div><?php endif ?>
57
  <?php endif; ?>
58
  </div>
59
  <div class="wpforo-post-author">
wpf-themes/classic/profile-home.php CHANGED
@@ -96,34 +96,42 @@
96
  <div class="wpforo-profile-socnet wpforo-table">
97
  <div class="wpforo-tr">
98
  <?php if($facebook) : ?>
99
- <div class="wpforo-td" style="width:20%;"><?php wpforo_phrase('Facebook') ?>:</div><div class="wpforo-td" style="width:30%"><?php echo ( $social_access ? esc_html($facebook) : '' ) ?></div>
100
  <?php endif ?>
 
 
101
  <?php if($twitter) : ?>
102
- <div class="wpforo-td" style="width:20%;"><?php wpforo_phrase('Twitter') ?>:</div><div class="wpforo-td" style="width:30%"> <?php echo ( $social_access ? esc_html($twitter) : '' ) ?></div>
103
  <?php endif ?>
104
  </div>
105
  <div class="wpforo-tr">
106
  <?php if($gtalk) : ?>
107
- <div class="wpforo-td"><?php wpforo_phrase('Gtalk') ?>:</div><div class="wpforo-td"><?php echo ( $social_access ? esc_html($gtalk) : '' ) ?></div>
108
  <?php endif ?>
 
 
109
  <?php if($yahoo) : ?>
110
- <div class="wpforo-td"><?php wpforo_phrase('Yahoo') ?>:</div><div class="wpforo-td"><?php echo ( $social_access ? esc_html($yahoo) : '' ) ?></div>
111
  <?php endif ?>
112
  </div>
113
  <div class="wpforo-tr">
114
  <?php if($aim) : ?>
115
- <div class="wpforo-td"><?php wpforo_phrase('AOL IM') ?>:</div><div class="wpforo-td"><?php echo ( $social_access ? esc_html($aim) : '' ) ?></div>
116
  <?php endif ?>
 
 
117
  <?php if($icq) : ?>
118
- <div class="wpforo-td"><?php wpforo_phrase('ICQ') ?>:</div><div class="wpforo-td"><?php echo ( $social_access ? esc_html($icq) : '' ) ?></div>
119
  <?php endif ?>
120
  </div>
121
  <div class="wpforo-tr">
122
  <?php if($msn) : ?>
123
- <div class="wpforo-td"><?php wpforo_phrase('MSN') ?>:</div><div class="wpforo-td"><?php echo ( $social_access ? esc_html($msn) : '' ) ?></div>
124
  <?php endif ?>
 
 
125
  <?php if($skype) : ?>
126
- <div class="wpforo-td"><?php wpforo_phrase('Skype') ?>:</div><div class="wpforo-td"><?php echo ( $social_access ? esc_html($skype) : '' ) ?></div>
127
  <?php endif ?>
128
  </div>
129
  </div>
@@ -164,7 +172,7 @@
164
  <?php if($signature) : ?>
165
  <div class="wpforo-tr">
166
  <div class="wpforo-profile-label wpforo-th wpfbg-7"><?php wpforo_phrase('Signature') ?></div>
167
- <div class="wpforo-profile-field wpforo-td wpfbg-9"><p><?php echo wpforo_kses($signature, 'user_description') ?></p></div>
168
  </div>
169
  <?php endif ?>
170
  <?php endif ?>
96
  <div class="wpforo-profile-socnet wpforo-table">
97
  <div class="wpforo-tr">
98
  <?php if($facebook) : ?>
99
+ <div class="wpforo-td" style="width:30%;"><?php wpforo_phrase('Facebook') ?>:</div><div class="wpforo-td"><?php echo ( $social_access ? '<a href="'.esc_url($facebook).'" target="_blank">'.esc_html($facebook).'</a>' : '' ) ?></div>
100
  <?php endif ?>
101
+ </div>
102
+ <div class="wpforo-tr">
103
  <?php if($twitter) : ?>
104
+ <div class="wpforo-td"><?php wpforo_phrase('Twitter') ?>:</div><div class="wpforo-td"> <?php echo ( $social_access ? '<a href="'.esc_url($twitter).'" target="_blank">'.esc_html($twitter).'</a>' : '' ) ?></div>
105
  <?php endif ?>
106
  </div>
107
  <div class="wpforo-tr">
108
  <?php if($gtalk) : ?>
109
+ <div class="wpforo-td"><?php wpforo_phrase('Gtalk') ?>:</div><div class="wpforo-td"><?php echo ( $social_access ? '<a href="'.esc_url($gtalk).'" target="_blank">'.esc_html($gtalk).'</a>' : '' ) ?></div>
110
  <?php endif ?>
111
+ </div>
112
+ <div class="wpforo-tr">
113
  <?php if($yahoo) : ?>
114
+ <div class="wpforo-td"><?php wpforo_phrase('Yahoo') ?>:</div><div class="wpforo-td"><?php echo ( $social_access ? '<a href="'.esc_url($yahoo).'" target="_blank">'.esc_html($yahoo).'</a>' : '' ) ?></div>
115
  <?php endif ?>
116
  </div>
117
  <div class="wpforo-tr">
118
  <?php if($aim) : ?>
119
+ <div class="wpforo-td"><?php wpforo_phrase('AOL IM') ?>:</div><div class="wpforo-td"><?php echo ( $social_access ? '<a href="'.esc_url($aim).'" target="_blank">'.esc_html($aim).'</a>' : '' ) ?></div>
120
  <?php endif ?>
121
+ </div>
122
+ <div class="wpforo-tr">
123
  <?php if($icq) : ?>
124
+ <div class="wpforo-td"><?php wpforo_phrase('ICQ') ?>:</div><div class="wpforo-td"><?php echo ( $social_access ? '<a href="'.esc_url($icq).'" target="_blank">'.esc_html($icq).'</a>' : '' ) ?></div>
125
  <?php endif ?>
126
  </div>
127
  <div class="wpforo-tr">
128
  <?php if($msn) : ?>
129
+ <div class="wpforo-td"><?php wpforo_phrase('MSN') ?>:</div><div class="wpforo-td"><?php echo ( $social_access ? '<a href="'.esc_url($msn).'" target="_blank">'.esc_html($msn).'</a>' : '' ) ?></div>
130
  <?php endif ?>
131
+ </div>
132
+ <div class="wpforo-tr">
133
  <?php if($skype) : ?>
134
+ <div class="wpforo-td"><?php wpforo_phrase('Skype') ?>:</div><div class="wpforo-td"><?php echo ( $social_access ? '<a href="skype:'.esc_html($skype).'?userinfo">'.esc_html($skype).'</a>' : '' ) ?></div>
135
  <?php endif ?>
136
  </div>
137
  </div>
172
  <?php if($signature) : ?>
173
  <div class="wpforo-tr">
174
  <div class="wpforo-profile-label wpforo-th wpfbg-7"><?php wpforo_phrase('Signature') ?></div>
175
+ <div class="wpforo-profile-field wpforo-td wpfbg-9"><p><?php echo wpautop(wpforo_kses($signature, 'user_description')) ?></p></div>
176
  </div>
177
  <?php endif ?>
178
  <?php endif ?>
wpf-themes/classic/register.php CHANGED
@@ -34,7 +34,11 @@
34
  <input required="TRUE" type="password" name="wpfreg[user_pass2]" class="wpf-register-text wpfw-50" /> &nbsp;<span class="wpf-desc wpfcl-2" style="white-space:nowrap"><?php wpforo_phrase('confirm password') ?></span>
35
  </td>
36
  </tr>
37
- <tr class="wpfbg-7"><td colspan="2" style="text-align: center;"><div id="wpforo_register_form_hook"><?php do_action('register_form') ?></div></td></tr>
 
 
 
 
38
  <tr class="wpfbg-9">
39
  <td class="wpf-register-label">&nbsp;</td>
40
  <td class="wpf-register-field">&nbsp;<input type="submit" value="<?php wpforo_phrase('Register') ?>" /></td>
34
  <input required="TRUE" type="password" name="wpfreg[user_pass2]" class="wpf-register-text wpfw-50" /> &nbsp;<span class="wpf-desc wpfcl-2" style="white-space:nowrap"><?php wpforo_phrase('confirm password') ?></span>
35
  </td>
36
  </tr>
37
+ <tr class="wpfbg-7">
38
+ <td id="wpforo_register_form_hook" colspan="2" style="text-align: center;">
39
+ <?php do_action('register_form') ?>
40
+ </td>
41
+ </tr>
42
  <tr class="wpfbg-9">
43
  <td class="wpf-register-label">&nbsp;</td>
44
  <td class="wpf-register-field">&nbsp;<input type="submit" value="<?php wpforo_phrase('Register') ?>" /></td>
wpf-themes/classic/style-rtl.css CHANGED
@@ -47,6 +47,7 @@ RTL Style of Classic Theme
47
  #wpforo-wrap .wpf-action:hover{text-decoration:none;}
48
  #wpforo-wrap .wpf-action i{margin-left:3px;}
49
  #wpforo-wrap .wpf-vsep{ display:inline-block; padding:0px 5px;}
 
50
 
51
  #wpforo-wrap .wpforo-table{display:table; width:100%;}
52
  #wpforo-wrap .wpforo-tr{display:table-row;}
@@ -137,6 +138,7 @@ RTL Style of Classic Theme
137
  #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content{padding:10px 10px 10px 30px; min-height:130px; font-size:14px; line-height:18px;}
138
  #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content p{font-size:14px; line-height:20px; padding:0px; margin:0px; margin-bottom:10px;}
139
  #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content img{max-width:100%; max-height:500px; padding:1px; margin:2px;}
 
140
  #wpforo-wrap .wpforo-post .wpf-right blockquote{display:block; margin:5px 0px 15px 0px; width:90%; padding:10px; font-size:13px;}
141
  #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-quote-author{padding:5px 0px; font-weight:bold;}
142
  #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-code{max-width:90%; overflow-x:auto; padding:5px 10px 15px 10px; margin:10px 0px; font-size:12px }
@@ -144,7 +146,8 @@ RTL Style of Classic Theme
144
  #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-code-title{font-size:12px; margin-bottom:10px; padding:0px 2px 5px 2px; font-weight:bold;}
145
  #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-attachments{padding:10px 10px 7px 10px; margin:20px 0px 5px 0px; width:90%;}
146
  #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-attachments img{max-width:100%; height:80px; padding:2px;}
147
- #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-signature{width:90%; padding:7px 2px; font-size:12px; line-height:16px; margin:30px 0px 2px 0px;}
 
148
  #wpforo-wrap .wpforo-post .wpf-right ol,
149
  #wpforo-wrap .wpforo-post .wpf-right ol li {list-style:decimal; margin: 2px 15px;}
150
  #wpforo-wrap .wpforo-post .wpf-right ul,
47
  #wpforo-wrap .wpf-action:hover{text-decoration:none;}
48
  #wpforo-wrap .wpf-action i{margin-left:3px;}
49
  #wpforo-wrap .wpf-vsep{ display:inline-block; padding:0px 5px;}
50
+ #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content .emoji{font-size:16px;}
51
 
52
  #wpforo-wrap .wpforo-table{display:table; width:100%;}
53
  #wpforo-wrap .wpforo-tr{display:table-row;}
138
  #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content{padding:10px 10px 10px 30px; min-height:130px; font-size:14px; line-height:18px;}
139
  #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content p{font-size:14px; line-height:20px; padding:0px; margin:0px; margin-bottom:10px;}
140
  #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content img{max-width:100%; max-height:500px; padding:1px; margin:2px;}
141
+ #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content img{max-width:100%; max-height:500px; margin:2px;}
142
  #wpforo-wrap .wpforo-post .wpf-right blockquote{display:block; margin:5px 0px 15px 0px; width:90%; padding:10px; font-size:13px;}
143
  #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-quote-author{padding:5px 0px; font-weight:bold;}
144
  #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-code{max-width:90%; overflow-x:auto; padding:5px 10px 15px 10px; margin:10px 0px; font-size:12px }
146
  #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-code-title{font-size:12px; margin-bottom:10px; padding:0px 2px 5px 2px; font-weight:bold;}
147
  #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-attachments{padding:10px 10px 7px 10px; margin:20px 0px 5px 0px; width:90%;}
148
  #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-attachments img{max-width:100%; height:80px; padding:2px;}
149
+ #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-signature{width:90%; padding:7px 2px; font-size:13px; line-height:18px; margin: 0 10px 0 0; padding:2px 0px;}
150
+ #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-signature p{font-size:13px; line-height:18px; margin:0; padding:2px 0px;}
151
  #wpforo-wrap .wpforo-post .wpf-right ol,
152
  #wpforo-wrap .wpforo-post .wpf-right ol li {list-style:decimal; margin: 2px 15px;}
153
  #wpforo-wrap .wpforo-post .wpf-right ul,
wpf-themes/classic/style.css CHANGED
@@ -52,6 +52,7 @@ Author: gVectors Team
52
  #wpforo-wrap .wpf-action:hover{text-decoration:none;}
53
  #wpforo-wrap .wpf-action i{margin-right:3px;}
54
  #wpforo-wrap .wpf-vsep{ display:inline-block; padding:0px 5px;}
 
55
 
56
  #wpforo-wrap .wpforo-table{display:table; width:100%;}
57
  #wpforo-wrap .wpforo-tr{display:table-row;}
@@ -140,7 +141,8 @@ Author: gVectors Team
140
  /****************************************************/
141
  #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content{padding:10px 30px 10px 10px; min-height:130px; font-size:14px; line-height:18px;}
142
  #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content p{font-size:14px; line-height:20px; padding:0px; margin:0px; margin-bottom:10px;}
143
- #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content img{max-width:100%; max-height:500px; padding:1px; margin:2px;}
 
144
  #wpforo-wrap .wpforo-post .wpf-right blockquote{display:block; margin:5px 0px 15px 0px; width:90%; padding:10px; font-size:13px;}
145
  #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-quote-author{padding:5px 0px; font-weight:bold;}
146
  #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-code{max-width:90%; overflow-x:auto; padding:5px 10px 15px 10px; margin:10px 0px; font-size:12px }
@@ -148,7 +150,8 @@ Author: gVectors Team
148
  #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-code-title{font-size:12px; margin-bottom:10px; padding:0px 2px 5px 2px; font-weight:bold;}
149
  #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-attachments{padding:10px 10px 7px 10px; margin:20px 0px 5px 0px; width:90%;}
150
  #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-attachments img{max-width:100%; height:80px; padding:2px;}
151
- #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-signature{width:90%; padding:7px 2px; font-size:12px; line-height:16px; margin:30px 0px 2px 0px;}
 
152
  #wpforo-wrap .wpforo-post .wpf-right ol,
153
  #wpforo-wrap .wpforo-post .wpf-right ol li {list-style:decimal; margin: 2px 15px;}
154
  #wpforo-wrap .wpforo-post .wpf-right ul,
52
  #wpforo-wrap .wpf-action:hover{text-decoration:none;}
53
  #wpforo-wrap .wpf-action i{margin-right:3px;}
54
  #wpforo-wrap .wpf-vsep{ display:inline-block; padding:0px 5px;}
55
+ #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content .emoji{font-size:16px;}
56
 
57
  #wpforo-wrap .wpforo-table{display:table; width:100%;}
58
  #wpforo-wrap .wpforo-tr{display:table-row;}
141
  /****************************************************/
142
  #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content{padding:10px 30px 10px 10px; min-height:130px; font-size:14px; line-height:18px;}
143
  #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content p{font-size:14px; line-height:20px; padding:0px; margin:0px; margin-bottom:10px;}
144
+ #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content img{max-width:100%; max-height:500px; margin:2px;}
145
+ #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content img.wpforo-auto-embeded-image{ width:auto; max-width:50%; max-height:300px; padding:5px; background:#fff;}
146
  #wpforo-wrap .wpforo-post .wpf-right blockquote{display:block; margin:5px 0px 15px 0px; width:90%; padding:10px; font-size:13px;}
147
  #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-quote-author{padding:5px 0px; font-weight:bold;}
148
  #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-code{max-width:90%; overflow-x:auto; padding:5px 10px 15px 10px; margin:10px 0px; font-size:12px }
150
  #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-code-title{font-size:12px; margin-bottom:10px; padding:0px 2px 5px 2px; font-weight:bold;}
151
  #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-attachments{padding:10px 10px 7px 10px; margin:20px 0px 5px 0px; width:90%;}
152
  #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-attachments img{max-width:100%; height:80px; padding:2px;}
153
+ #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-signature{width:90%; padding:7px 2px; font-size:13px; line-height:18px; margin: 0 0 0 10px; padding:2px 0px;}
154
+ #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-signature p{font-size:13px; line-height:18px; margin:0; padding:2px 0px;}
155
  #wpforo-wrap .wpforo-post .wpf-right ol,
156
  #wpforo-wrap .wpforo-post .wpf-right ol li {list-style:decimal; margin: 2px 15px;}
157
  #wpforo-wrap .wpforo-post .wpf-right ul,
wpforo.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: Next Generation of WordPress Forum Softwares. Everything you need to run an efficient and professional community. Powerful and beautiful bulletin board with unique features.
6
  * Author: gVectors Team (A. Chakhoyan, R. Hovhannisyan)
7
  * Author URI: http://gvectors.com/
8
- * Version: beta-3
9
  * Text Domain: wpforo
10
  * Domain Path: /wpf-languages
11
  */
@@ -27,13 +27,13 @@ if( !class_exists( 'wpForo' ) ) {
27
 
28
  define('WPFORO_THEME_DIR', WPFORO_DIR . '/wpf-themes' );
29
  define('WPFORO_THEME_URL', WPFORO_URL . '/wpf-themes' );
30
- define('WPFORO_PLUGIN_DIR', WPFORO_DIR . '/wpf-plugins' );
31
- define('WPFORO_PLUGIN_URL', WPFORO_URL . '/wpf-plugins' );
32
 
33
  include( WPFORO_DIR . '/wpf-includes/wpf-hooks.php' );
34
  include( WPFORO_DIR . '/wpf-includes/wpf-actions.php');
35
  include( WPFORO_DIR . '/wpf-includes/functions.php' );
36
- include( WPFORO_DIR . '/wpf-includes/functions-installation.php' );
 
 
37
  include( WPFORO_DIR . '/wpf-includes/functions-integration.php' );
38
  include( WPFORO_DIR . '/wpf-includes/functions-template.php' );
39
  include( WPFORO_DIR . '/wpf-includes/class-forums.php' );
@@ -50,7 +50,7 @@ if( !class_exists( 'wpForo' ) ) {
50
 
51
  class wpForo{
52
 
53
- public $version = 'Beta-3';
54
  public $options = array();
55
  public $db;
56
  public $phrases;
@@ -92,6 +92,7 @@ if( !class_exists( 'wpForo' ) ) {
92
  $this->subscribe_options = get_option('wpforo_subscribe_options');
93
  $this->countries = get_option('wpforo_countries');
94
  $this->features = get_option('wpforo_features');
 
95
  $this->theme_options = get_option('wpforo_theme_options');
96
  $this->theme = $this->theme_options['folder'];
97
  //CONSTANTS
@@ -147,12 +148,16 @@ if( !class_exists( 'wpForo' ) ) {
147
  private function init_current_object($url = ''){
148
  $this->current_object = array('template' => '', 'paged' => 1);
149
  if(!$url) $url = wpforo_full_url();
150
- if( strpos($url, WPFORO_BASE_URL) === FALSE ) return;
 
 
 
 
151
 
152
  $current_object = array();
153
  $current_object['template'] = '';
154
 
155
- $wpf_url = str_replace( WPFORO_BASE_URL, '' , $url );
156
  $wpf_url = preg_replace('#\/?\?.*$#is', '', $wpf_url);
157
  $wpf_url_parse = explode('/', trim($wpf_url, '/'));
158
  $wpf_url_parse = array_reverse($wpf_url_parse);
5
  * Description: Next Generation of WordPress Forum Softwares. Everything you need to run an efficient and professional community. Powerful and beautiful bulletin board with unique features.
6
  * Author: gVectors Team (A. Chakhoyan, R. Hovhannisyan)
7
  * Author URI: http://gvectors.com/
8
+ * Version: beta-4
9
  * Text Domain: wpforo
10
  * Domain Path: /wpf-languages
11
  */
27
 
28
  define('WPFORO_THEME_DIR', WPFORO_DIR . '/wpf-themes' );
29
  define('WPFORO_THEME_URL', WPFORO_URL . '/wpf-themes' );
 
 
30
 
31
  include( WPFORO_DIR . '/wpf-includes/wpf-hooks.php' );
32
  include( WPFORO_DIR . '/wpf-includes/wpf-actions.php');
33
  include( WPFORO_DIR . '/wpf-includes/functions.php' );
34
+ if(is_admin()) {
35
+ include( WPFORO_DIR . '/wpf-includes/functions-installation.php' );
36
+ }
37
  include( WPFORO_DIR . '/wpf-includes/functions-integration.php' );
38
  include( WPFORO_DIR . '/wpf-includes/functions-template.php' );
39
  include( WPFORO_DIR . '/wpf-includes/class-forums.php' );
50
 
51
  class wpForo{
52
 
53
+ public $version = 'Beta-4';
54
  public $options = array();
55
  public $db;
56
  public $phrases;
92
  $this->subscribe_options = get_option('wpforo_subscribe_options');
93
  $this->countries = get_option('wpforo_countries');
94
  $this->features = get_option('wpforo_features');
95
+ $this->style_options = get_option('wpforo_style_options');
96
  $this->theme_options = get_option('wpforo_theme_options');
97
  $this->theme = $this->theme_options['folder'];
98
  //CONSTANTS
148
  private function init_current_object($url = ''){
149
  $this->current_object = array('template' => '', 'paged' => 1);
150
  if(!$url) $url = wpforo_full_url();
151
+
152
+ $url = preg_replace('#https?://(www\.|)#isu', '', $url);
153
+ $wpforo_base_url = preg_replace('#https?://(www\.|)#isu', '', WPFORO_BASE_URL);
154
+
155
+ if( strpos($url, $wpforo_base_url) === FALSE || strpos($url, $wpforo_base_url) != 0 ) return;
156
 
157
  $current_object = array();
158
  $current_object['template'] = '';
159
 
160
+ $wpf_url = str_replace( $wpforo_base_url, '' , $url );
161
  $wpf_url = preg_replace('#\/?\?.*$#is', '', $wpf_url);
162
  $wpf_url_parse = explode('/', trim($wpf_url, '/'));
163
  $wpf_url_parse = array_reverse($wpf_url_parse);