wpForo Forum - Version 1.3.0

Version Description

| 23.05.2017 =

wpForo v1.3.0 Release Summary

  • Added: Two step installation if there are more than 100 users
  • Added: wpForo Built-in Cache System
  • Added: Object Cache (caches items and objects, decreases number of SQLs)
  • Added: Memory Cache (keeps in memory and prevents process/query duplication)
  • Added: HTML Cache (smart and intuitive HTML cache of forum pages)
  • Added: High performance and low SQL queries
  • Added: Optimized for forums with large databases
  • Added: wpForo settings quick menu in top admin bar on front-end
  • Added: Last Login Date column in Dashboard > Forums > Members list
  • Added: Optimized flush_rewrite rules function
  • Added: Trailing slashes to forum and topic list. Reflects WP permalinks.
  • Added: Ability to fully disable Auto Moderation with Spam Control
  • Added: Send email notification when a topic or reply get approval
  • Added: Blockquote style in editor. Better view on post quotation
  • Added: If new registered users' post contains a link it becomes unapproved
  • Added: Usergroup under author avatar in user info area
  • Added: Options to Disable Profile Page Indexing.
  • Added: Options to Turn Off User Syncing Note (2nd step of installation)
  • Added: Topic status specific classes for [solved], [closed]...
  • Added: Clean cache function, hook and arguments.
  • Added: Signature Style
  • Added: New options in Settings > Members to display Usergroup under Avatar
  • Added: Options to Disable Object Cache, Memory Cache, HTML Cache.
  • Added: Delete All Caches button (Dashboard > Forums > Dashboard)
  • New Addon: wpForo Ads Manager
  • Fixed Bug: Visible unapproved replies in approved topic
  • Fixed Bug: Subscribers get email when topic is approved but post is not.
  • Fixed Bug: Illegal string offset 'userid' in /wpf-hooks.php on line 1281
  • Fixed Bug: Username with more than 15 char
  • Fixed Bug: Non-permitted content in profile activity and subscriptions
  • Fixed Bug: Strips tags in email subjects and strip slashes in email content
  • Fixed Bug: Sends 404 header on "404 Page Not Found" pages.
  • Fixed Bug: Lock email send functions when Go2wpForo tool is running.
  • Fixed Bug: Problem with permalinks e.g.: test.com/index.php/community/
  • Fixed Bug: Many small bugs

IMPORTANT:

  • If you have a copy of wpForo template files in your WP theme /wpforo/ folder please update those. wpForo 1.3.0 requirs new template files.
  • If you're updating from beta, 1.0.x or 1.1.x versions, please navigate to Dashboard > Forums > Tools admin page and check the "Possible Spam Attachments" section. We detected massive spam file uploading cases in non-protected forums. Spammers delete topics and posts but uploaded spam files are still in your file system, most of those PDF files. Please delete all suspected PDF files listed in this section. More Info...
  • To load your customized colors please refresh forum front-end page twice.
  • If you have a Cache Plugin, please delete all caches after wpForo update.
  • If you use CDN and found some issue please purge it.
Download this release

Release Info

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

Code changes from version 1.2.0 to 1.3.0

Files changed (40) hide show
  1. readme.txt +67 -23
  2. wpf-admin/css/admin.css +5 -5
  3. wpf-admin/dashboard.php +4 -2
  4. wpf-admin/forum.php +2 -2
  5. wpf-admin/member.php +1 -3
  6. wpf-admin/options-tabs/features.php +5 -0
  7. wpf-admin/options-tabs/general.php +1 -1
  8. wpf-admin/options-tabs/members.php +18 -5
  9. wpf-admin/options-tabs/styles.php +1 -1
  10. wpf-admin/tools-tabs/cleanup.php +37 -4
  11. wpf-admin/tools.php +1 -1
  12. wpf-assets/addons/ad-manager/header-off.png +0 -0
  13. wpf-assets/addons/ad-manager/header.png +0 -0
  14. wpf-assets/css/font-awesome/font-awesome-rtl.css +0 -6
  15. wpf-includes/class-cache.php +237 -0
  16. wpf-includes/class-forums.php +154 -73
  17. wpf-includes/class-members.php +29 -13
  18. wpf-includes/class-moderation.php +24 -14
  19. wpf-includes/class-notices.php +6 -1
  20. wpf-includes/class-permissions.php +3 -3
  21. wpf-includes/class-posts.php +60 -45
  22. wpf-includes/class-subscribes.php +10 -9
  23. wpf-includes/class-template.php +50 -46
  24. wpf-includes/class-topics.php +123 -114
  25. wpf-includes/class-usergroups.php +13 -3
  26. wpf-includes/functions-installation.php +53 -17
  27. wpf-includes/functions-template.php +176 -26
  28. wpf-includes/functions.php +97 -37
  29. wpf-includes/install-sql.php +1 -1
  30. wpf-includes/wpf-actions.php +113 -34
  31. wpf-includes/wpf-hooks.php +259 -60
  32. wpf-includes/wpf-phrases.php +3 -2
  33. wpf-languages/wpforo-cs_CZ.mo +0 -0
  34. wpf-languages/wpforo-cs_CZ.po +3802 -3332
  35. wpf-languages/wpforo-de_DE.mo +0 -0
  36. wpf-languages/wpforo-de_DE.po +3954 -3372
  37. wpf-languages/wpforo-es_ES.mo +0 -0
  38. wpf-languages/wpforo-es_ES.po +3873 -3388
  39. wpf-languages/wpforo-es_MX.mo +0 -0
  40. wpf-languages/wpforo-es_MX.po +2872 -3388
readme.txt CHANGED
@@ -1,31 +1,29 @@
1
- === Forum - wpForo ===
2
  Contributors: gVectors Team
3
- Tags: forum, community, discussion, bulletin board, question and answers, qa, support, foro, forums
4
  Requires at least: 4.1
5
  Tested up to: 4.7
6
- Stable tag: 1.2.0
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
10
- wpForo comes with everything you need to run an efficient and professional community. Powerful and beautiful forum plugin with unique features
11
 
12
  == Description ==
13
 
14
- Forum wpForo is a 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.
 
 
 
15
 
16
- <blockquote>
17
- Community and Demo: http://wpforo.com/community/ <br/>
18
- Documentation: http://wpforo.com/documentation/
19
- <br/><br/>
20
- </blockquote>
21
 
22
  = Forums can be displayed with three different layouts =
23
 
24
- 1. **Extended Layout:**
25
  Classic forum layout with an unique feature to show one level deeper information. You can see latest topics of each forum on Forum List and latest posts of each topic on Topic List.
26
- 2. **Simplified Layout:**
27
  Light, modern and beautiful forum layout with topic and post author avatars on forum and topic lists.
28
- 3. **Question and Answer Layout:**
29
  Complete Question & Answers discussion board for professional support and for communities similar to Stack Overflow. Perfect platform for users to ask and answer questions, and, through membership and active participation, to vote up or down.
30
 
31
  = Available Translations =
@@ -47,6 +45,7 @@ Complete Question & Answers discussion board for professional support and for co
47
  = wpForo Addons =
48
 
49
  * | [wpForo - Embeds](http://gvectors.com/product/wpforo-embeds/)
 
50
  * | [wpForo - Advanced Attachments](http://gvectors.com/product/wpforo-advanced-attachments/)
51
  * | [wpForo - Private Messages](http://gvectors.com/product/wpforo-private-messages/)
52
 
@@ -56,6 +55,8 @@ Complete Question & Answers discussion board for professional support and for co
56
  * | **FORUM LAYOUTS** | The "Extended", "Simplified" and "Question & Answer" layouts fit almost all type of discussions needs.
57
  * | **MOBILE FRIENDLY** | wpForo is super responsive on all kind of devices. Adapted on all screen sizes. You get perfectly scaled layouts on desktop, tabs and smartphones.
58
  * | **SEO FRIENDLY** | Built-in SEO functions. SEO effective Permalinks, Titles, Meta Data, Open Graph tags, Smart heading, Crawling friendly content.
 
 
59
  * | **THEME API** | You can create and install new themes, copy the customized forum theme and keep it in active WordPress theme folder.
60
  * | **EXTENDABLE** | We also develop free (built-in) and paid addons. The first addons "Advanced File Attachments", "Polls", "Private Messages" and "Ad Manager" will be available very soon.
61
  * | **MEMBER PROFILE SYSTEM** | Beautiful, modern and informative profile system, with member statistic, bio, settings, activity and subscriptions pages.
@@ -72,7 +73,8 @@ Complete Question & Answers discussion board for professional support and for co
72
 
73
  = Currently we're working on =
74
 
75
- * wpForo Anti-Spam...
 
76
  * Social Network Sharing Buttons...
77
  * [Go2wpForo](http://wpforo.com/community/migrate-to-wpforo-from-other-forum-plugins/migrate-to-wpforo-go2wpforo-tool/) Migration Tool...
78
 
@@ -81,7 +83,8 @@ Complete Question & Answers discussion board for professional support and for co
81
 
82
  1. Install the plugin through the WordPress plugins screen directly or upload the plugin files to the `/wp-content/plugins/wpforo` directory
83
  2. Activate the plugin through the 'Plugins' screen in WordPress
84
- 3. Getting Started Doc http://wpforo.com/docs/root/getting-started/
 
85
 
86
 
87
  == Frequently Asked Questions ==
@@ -139,6 +142,55 @@ wpForo Support Forum: <http://wpforo.com/community/>
139
 
140
  == Changelog ==
141
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
142
  = 1.2.0 | 08.03.2017 =
143
 
144
  [wpForo v1.2.0 Release Summary](http://wpforo.com/community/wpforo-announcements/wpforo-1-2-0-is-released/)
@@ -163,14 +215,6 @@ wpForo Support Forum: <http://wpforo.com/community/>
163
  * Fixed Bug: Post Link URL problem (pagination part in URL)
164
  * Fixed Bug: Notice: Undefined index: set in .../class-template.php
165
 
166
- IMPORTANT:
167
-
168
- - Once wpForo is updated, please navigate to Dashboard > Forums > Tools admin page and check the "Possible Spam Attachments" section. We detected massive spam file uploading cases in non-protected forums. Spammers delete topics and posts but uploaded spam files are still in your file system, most of those PDF files. Please delete all suspected PDF files listed in this section. [More Info](http://wpforo.com/community/wpforo-announcements/wpforo-1-2-0-is-released/)...
169
- - To load old customized colors please refresh forum page twice.
170
- - If you have a Cache Plugin, please delete all caches after wpForo update.
171
- - If you use CDN and found some issue please purge it.
172
-
173
-
174
  = 1.1.2 | 26.02.2017 =
175
 
176
  [wpForo v1.1.2 Release Summary](http://wpforo.com/community/wpforo-announcements/wpforo-1-1-2-is-released/)
1
+ === Forums - wpForo ===
2
  Contributors: gVectors Team
3
+ Tags: forums, forum, community, discussion, bulletin board, question and answers, qa
4
  Requires at least: 4.1
5
  Tested up to: 4.7
6
+ Stable tag: 1.3.0
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
10
+ Forums wpForo is a new generation of forum plugins. It's full-fledged forum solution for your community. Comes with multiple modern forum layouts.
11
 
12
  == Description ==
13
 
14
+ Forums - wpForo is a 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.
15
+
16
+ Community and Demo: [http://wpforo.com/community/](http://wpforo.com/community/)
17
+ Documentation: [http://wpforo.com/documentation/](http://wpforo.com/documentation/)
18
 
 
 
 
 
 
19
 
20
  = Forums can be displayed with three different layouts =
21
 
22
+ 1. [**Extended Layout:**](http://wpforo.com/docs/categories-and-forums/forum-layouts/extended-layout/)
23
  Classic forum layout with an unique feature to show one level deeper information. You can see latest topics of each forum on Forum List and latest posts of each topic on Topic List.
24
+ 2. [**Simplified Layout:**](http://wpforo.com/docs/categories-and-forums/forum-layouts/simplified-layout/)
25
  Light, modern and beautiful forum layout with topic and post author avatars on forum and topic lists.
26
+ 3. [**Question and Answer Layout:**](http://wpforo.com/docs/categories-and-forums/forum-layouts/question-answer-layout/)
27
  Complete Question & Answers discussion board for professional support and for communities similar to Stack Overflow. Perfect platform for users to ask and answer questions, and, through membership and active participation, to vote up or down.
28
 
29
  = Available Translations =
45
  = wpForo Addons =
46
 
47
  * | [wpForo - Embeds](http://gvectors.com/product/wpforo-embeds/)
48
+ * | [wpForo - Ads Manager](http://gvectors.com/product/wpforo-ad-manager/)
49
  * | [wpForo - Advanced Attachments](http://gvectors.com/product/wpforo-advanced-attachments/)
50
  * | [wpForo - Private Messages](http://gvectors.com/product/wpforo-private-messages/)
51
 
55
  * | **FORUM LAYOUTS** | The "Extended", "Simplified" and "Question & Answer" layouts fit almost all type of discussions needs.
56
  * | **MOBILE FRIENDLY** | wpForo is super responsive on all kind of devices. Adapted on all screen sizes. You get perfectly scaled layouts on desktop, tabs and smartphones.
57
  * | **SEO FRIENDLY** | Built-in SEO functions. SEO effective Permalinks, Titles, Meta Data, Open Graph tags, Smart heading, Crawling friendly content.
58
+ * | **CACHE SYSTEM** | Built-in Cache System allows wpForo work super fast with high performance.
59
+ * | **ANTISPAM SYSTEM** | Built-in Antispam system called wpForo Spam Control and integrated with Akismet will be a solid protection of your community.
60
  * | **THEME API** | You can create and install new themes, copy the customized forum theme and keep it in active WordPress theme folder.
61
  * | **EXTENDABLE** | We also develop free (built-in) and paid addons. The first addons "Advanced File Attachments", "Polls", "Private Messages" and "Ad Manager" will be available very soon.
62
  * | **MEMBER PROFILE SYSTEM** | Beautiful, modern and informative profile system, with member statistic, bio, settings, activity and subscriptions pages.
73
 
74
  = Currently we're working on =
75
 
76
+ * Guest Posting...
77
+ * Read/Unread topics and posts...
78
  * Social Network Sharing Buttons...
79
  * [Go2wpForo](http://wpforo.com/community/migrate-to-wpforo-from-other-forum-plugins/migrate-to-wpforo-go2wpforo-tool/) Migration Tool...
80
 
83
 
84
  1. Install the plugin through the WordPress plugins screen directly or upload the plugin files to the `/wp-content/plugins/wpforo` directory
85
  2. Activate the plugin through the 'Plugins' screen in WordPress
86
+ 3. If you have more than 100 users wpForo will ask you synchronize users and create user profile. You just need to click on [Create Profile Data] button in wpForo message box after the plugin activation.
87
+ 4. Getting Started Doc http://wpforo.com/docs/root/getting-started/
88
 
89
 
90
  == Frequently Asked Questions ==
142
 
143
  == Changelog ==
144
 
145
+ = 1.3.0 | 23.05.2017 =
146
+
147
+ [wpForo v1.3.0 Release Summary](http://wpforo.com/community/wpforo-announcements/wpforo-1-3-0-is-released/)
148
+
149
+ * Added: Two step installation if there are more than 100 users
150
+ * Added: wpForo Built-in Cache System
151
+ * Added: Object Cache (caches items and objects, decreases number of SQLs)
152
+ * Added: Memory Cache (keeps in memory and prevents process/query duplication)
153
+ * Added: HTML Cache (smart and intuitive HTML cache of forum pages)
154
+ * Added: High performance and low SQL queries
155
+ * Added: Optimized for forums with large databases
156
+ * Added: wpForo settings quick menu in top admin bar on front-end
157
+ * Added: Last Login Date column in Dashboard > Forums > Members list
158
+ * Added: Optimized flush_rewrite rules function
159
+ * Added: Trailing slashes to forum and topic list. Reflects WP permalinks.
160
+ * Added: Ability to fully disable Auto Moderation with Spam Control
161
+ * Added: Send email notification when a topic or reply get approval
162
+ * Added: Blockquote style in editor. Better view on post quotation
163
+ * Added: If new registered users' post contains a link it becomes unapproved
164
+ * Added: Usergroup under author avatar in user info area
165
+ * Added: Options to Disable Profile Page Indexing.
166
+ * Added: Options to Turn Off User Syncing Note (2nd step of installation)
167
+ * Added: Topic status specific classes for [solved], [closed]...
168
+ * Added: Clean cache function, hook and arguments.
169
+ * Added: Signature Style
170
+ * Added: New options in Settings > Members to display Usergroup under Avatar
171
+ * Added: Options to Disable Object Cache, Memory Cache, HTML Cache.
172
+ * Added: Delete All Caches button (Dashboard > Forums > Dashboard)
173
+ * New Addon: [wpForo Ads Manager](http://gvectors.com/product/wpforo-ad-manager/)
174
+ * Fixed Bug: Visible unapproved replies in approved topic
175
+ * Fixed Bug: Subscribers get email when topic is approved but post is not.
176
+ * Fixed Bug: Illegal string offset 'userid' in /wpf-hooks.php on line 1281
177
+ * Fixed Bug: Username with more than 15 char
178
+ * Fixed Bug: Non-permitted content in profile activity and subscriptions
179
+ * Fixed Bug: Strips tags in email subjects and strip slashes in email content
180
+ * Fixed Bug: Sends 404 header on "404 Page Not Found" pages.
181
+ * Fixed Bug: Lock email send functions when Go2wpForo tool is running.
182
+ * Fixed Bug: Problem with permalinks e.g.: test.com/index.php/community/
183
+ * Fixed Bug: Many small bugs
184
+
185
+
186
+ IMPORTANT:
187
+
188
+ - If you have a copy of wpForo template files in your WP theme /wpforo/ folder please update those. wpForo 1.3.0 requirs new template files.
189
+ - If you're updating from beta, 1.0.x or 1.1.x versions, please navigate to Dashboard > Forums > Tools admin page and check the "Possible Spam Attachments" section. We detected massive spam file uploading cases in non-protected forums. Spammers delete topics and posts but uploaded spam files are still in your file system, most of those PDF files. Please delete all suspected PDF files listed in this section. [More Info](http://wpforo.com/community/wpforo-announcements/wpforo-1-2-0-is-released/)...
190
+ - To load your customized colors please refresh forum front-end page twice.
191
+ - If you have a Cache Plugin, please delete all caches after wpForo update.
192
+ - If you use CDN and found some issue please purge it.
193
+
194
  = 1.2.0 | 08.03.2017 =
195
 
196
  [wpForo v1.2.0 Release Summary](http://wpforo.com/community/wpforo-announcements/wpforo-1-2-0-is-released/)
215
  * Fixed Bug: Post Link URL problem (pagination part in URL)
216
  * Fixed Bug: Notice: Undefined index: set in .../class-template.php
217
 
 
 
 
 
 
 
 
 
218
  = 1.1.2 | 26.02.2017 =
219
 
220
  [wpForo v1.1.2 Release Summary](http://wpforo.com/community/wpforo-announcements/wpforo-1-1-2-is-released/)
wpf-admin/css/admin.css CHANGED
@@ -226,14 +226,14 @@
226
  /**************************/
227
  #wpf-admin-wrap .wpf-tool-box { border:1px solid #ddd; min-height:350px; float:left; margin-right:1%; margin-bottom:10px; padding:10px 10px 20px 10px; box-sizing:border-box; width:100%;}
228
  #wpf-admin-wrap .wpf-tool-box h3{ margin:0px; font-weight:normal; border-bottom:1px dotted #ccc; padding-bottom:5px;}
229
- #wpf-admin-wrap .wpf-tool-box th{ padding:1px 5px 5px 5px; font-size:13px; text-align:left; font-weight:400; line-height:16px; border-bottom:1px solid #EDEDED;}
230
- #wpf-admin-wrap .wpf-tool-box td{ padding:1px 5px 5px 5px; border-bottom:1px solid #EDEDED;}
231
  #wpf-admin-wrap .wpf-tool-box.wpf-spam-attach.right-box { width:52%; min-width:500px;max-height:300px; overflow-y:auto; }
232
  #wpf-admin-wrap .wpf-tool-box.wpf-spam-attach.left-box { width:45%; min-width:300px;}
233
  #wpf-admin-wrap .wpf-tool-box.wpf-spam-attach .wpf-spam-attach-dir{ color:#4742C5; display:block; text-align:right; }
234
- #wpf-admin-wrap .wpf-tool-box.wpf-spam-attach tr:nth-child(even){ background:#EDEDED;}
235
- #wpf-admin-wrap .wpf-tool-box.wpf-spam-attach .wpf-spam-item{}
236
- #wpf-admin-wrap .wpf-tool-box.wpf-spam-attach .wpf-actions{}
237
  @media screen and (max-width:1250px) {
238
  #wpf-admin-wrap .wpf-tool-box.wpf-spam-attach.left-box { width:100%; min-width:100%; min-height:none; max-height:none!important;}
239
  #wpf-admin-wrap .wpf-tool-box.wpf-spam-attach.right-box { width:100%; min-width:100%; min-height:none; max-height:none!important;}
226
  /**************************/
227
  #wpf-admin-wrap .wpf-tool-box { border:1px solid #ddd; min-height:350px; float:left; margin-right:1%; margin-bottom:10px; padding:10px 10px 20px 10px; box-sizing:border-box; width:100%;}
228
  #wpf-admin-wrap .wpf-tool-box h3{ margin:0px; font-weight:normal; border-bottom:1px dotted #ccc; padding-bottom:5px;}
229
+ #wpf-admin-wrap .wpf-tool-box th{ padding:5px 5px 5px 5px; font-size:13px; text-align:left; font-weight:400; line-height:16px; border-bottom:1px solid #EDEDED;}
230
+ #wpf-admin-wrap .wpf-tool-box td{ padding:5px 5px 5px 5px; border-bottom:1px solid #EDEDED;}
231
  #wpf-admin-wrap .wpf-tool-box.wpf-spam-attach.right-box { width:52%; min-width:500px;max-height:300px; overflow-y:auto; }
232
  #wpf-admin-wrap .wpf-tool-box.wpf-spam-attach.left-box { width:45%; min-width:300px;}
233
  #wpf-admin-wrap .wpf-tool-box.wpf-spam-attach .wpf-spam-attach-dir{ color:#4742C5; display:block; text-align:right; }
234
+ #wpf-admin-wrap .wpf-tool-box tr:nth-child(even){ background:#EDEDED;}
235
+ #wpf-admin-wrap .wpf-tool-box .wpf-spam-item{}
236
+ #wpf-admin-wrap .wpf-tool-box .wpf-actions{}
237
  @media screen and (max-width:1250px) {
238
  #wpf-admin-wrap .wpf-tool-box.wpf-spam-attach.left-box { width:100%; min-width:100%; min-height:none; max-height:none!important;}
239
  #wpf-admin-wrap .wpf-tool-box.wpf-spam-attach.right-box { width:100%; min-width:100%; min-height:none; max-height:none!important;}
wpf-admin/dashboard.php CHANGED
@@ -133,7 +133,7 @@
133
  <div class="inside">
134
  <div class="main">
135
  <table style="width:98%; margin:0px auto; text-align:left;">
136
- <?php $statistic = $wpforo->get_statistic(); ?>
137
  <tr class="wpf-dw-tr">
138
  <td class="wpf-dw-td"><?php _e('Forums', 'wpforo'); ?></td>
139
  <td class="wpf-dw-td-value"><?php echo intval($statistic['forums']) ?></td>
@@ -193,11 +193,13 @@
193
  <p class="wpf-info" style="padding:5px 0px;"><?php _e("This process may take a few seconds or dozens of minutes, please be patient and don't close this page. If you got 500 Server Error please don't worry, the data updating process is still working in MySQL server.", 'wpforo'); ?></p>
194
  <div style="width:100%; padding:7px 0px;">
195
  <?php
196
- $reset_forums_stat_url = wp_nonce_url( admin_url( 'admin.php?page=wpforo-community&action=reset_fstat' ), 'wpforo_reset_forums_stat' );
 
197
  $reset_users_stat_url = wp_nonce_url( admin_url( 'admin.php?page=wpforo-community&action=reset_ustat' ), 'wpforo_reset_users_stat' );
198
  $reset_phrase_cache = wp_nonce_url( admin_url( 'admin.php?page=wpforo-community&action=reset_phrase_cache' ), 'wpforo_reset_phrase_cache' );
199
  $reset_user_cache = wp_nonce_url( admin_url( 'admin.php?page=wpforo-community&action=reset_user_cache' ), 'wpforo_reset_user_cache' );
200
  ?>
 
201
  <a href="<?php echo esc_url($reset_forums_stat_url); ?>" style="min-width:160px; margin-bottom:10px; text-align:center;" class="button button-secondary"><?php _e('Update Forums Statistic', 'wpforo'); ?></a>&nbsp;
202
  <a href="<?php echo esc_url($reset_users_stat_url); ?>" style="min-width:160px; margin-bottom:10px; text-align:center;" class="button button-secondary"><?php _e('Update Users Statistic', 'wpforo'); ?></a>&nbsp;
203
  <a href="<?php echo esc_url($reset_phrase_cache); ?>" style="min-width:160px; margin-bottom:10px; text-align:center;" class="button button-secondary"><?php _e('Delete Phrase Cache', 'wpforo'); ?></a>&nbsp;
133
  <div class="inside">
134
  <div class="main">
135
  <table style="width:98%; margin:0px auto; text-align:left;">
136
+ <?php $statistic = $wpforo->statistic(); ?>
137
  <tr class="wpf-dw-tr">
138
  <td class="wpf-dw-td"><?php _e('Forums', 'wpforo'); ?></td>
139
  <td class="wpf-dw-td-value"><?php echo intval($statistic['forums']) ?></td>
193
  <p class="wpf-info" style="padding:5px 0px;"><?php _e("This process may take a few seconds or dozens of minutes, please be patient and don't close this page. If you got 500 Server Error please don't worry, the data updating process is still working in MySQL server.", 'wpforo'); ?></p>
194
  <div style="width:100%; padding:7px 0px;">
195
  <?php
196
+ $reset_cache = wp_nonce_url( admin_url( 'admin.php?page=wpforo-community&action=reset_cache' ), 'wpforo_reset_cache' );
197
+ $reset_forums_stat_url = wp_nonce_url( admin_url( 'admin.php?page=wpforo-community&action=reset_fstat' ), 'wpforo_reset_forums_stat' );
198
  $reset_users_stat_url = wp_nonce_url( admin_url( 'admin.php?page=wpforo-community&action=reset_ustat' ), 'wpforo_reset_users_stat' );
199
  $reset_phrase_cache = wp_nonce_url( admin_url( 'admin.php?page=wpforo-community&action=reset_phrase_cache' ), 'wpforo_reset_phrase_cache' );
200
  $reset_user_cache = wp_nonce_url( admin_url( 'admin.php?page=wpforo-community&action=reset_user_cache' ), 'wpforo_reset_user_cache' );
201
  ?>
202
+ <a href="<?php echo esc_url($reset_cache); ?>" style="min-width:160px; margin-bottom:10px; text-align:center;" class="button button-secondary"><?php _e('Delete All Caches', 'wpforo'); ?></a>&nbsp;
203
  <a href="<?php echo esc_url($reset_forums_stat_url); ?>" style="min-width:160px; margin-bottom:10px; text-align:center;" class="button button-secondary"><?php _e('Update Forums Statistic', 'wpforo'); ?></a>&nbsp;
204
  <a href="<?php echo esc_url($reset_users_stat_url); ?>" style="min-width:160px; margin-bottom:10px; text-align:center;" class="button button-secondary"><?php _e('Update Users Statistic', 'wpforo'); ?></a>&nbsp;
205
  <a href="<?php echo esc_url($reset_phrase_cache); ?>" style="min-width:160px; margin-bottom:10px; text-align:center;" class="button button-secondary"><?php _e('Delete Phrase Cache', 'wpforo'); ?></a>&nbsp;
wpf-admin/forum.php CHANGED
@@ -151,7 +151,7 @@
151
  <div id="major-publishing-actions" style="text-align:right;">
152
  <?php if( $_GET['action'] == 'edit' ) : ?>
153
  <a class="wpf-delete button" href="?page=wpforo-forums&id=<?php echo intval($data['forumid']) ?>&action=del" onclick="if (!confirm('<?php _e('Are you sure you want to delete this forum?', 'wpforo'); ?>')) { return false; }"><?php _e('Delete', 'wpforo'); ?></a> &nbsp;
154
- <a class="preview button" href="<?php echo WPFORO_BASE_URL . (isset($data['slug']) ? $data['slug'] : '') ?>" target="wp-preview" id="post-preview" style="display:inline-block;float:none;"><?php _e('View', 'wpforo'); ?></a> &nbsp;
155
  <?php endif; ?>
156
  <input type="submit" name="forum[save_edit]" class="button button-primary forum_submit" style="display:inline-block;float:none;" value="<?php _e('Publish', 'wpforo'); ?>">
157
  <div class="clear"></div>
@@ -289,7 +289,7 @@
289
  <tr>
290
  <td colspan="2">
291
  <select id="forum_select" name="forum[mergeid]" class="postform" disabled="" >
292
- <?php $wpforo->forum->tree('select_box'); ?>
293
  </select>
294
  <p><?php _e('All sub-forums, topics and replies will be attached to selected forum. Layout will be inherited from this forum.', 'wpforo'); ?></p>
295
  </td>
151
  <div id="major-publishing-actions" style="text-align:right;">
152
  <?php if( $_GET['action'] == 'edit' ) : ?>
153
  <a class="wpf-delete button" href="?page=wpforo-forums&id=<?php echo intval($data['forumid']) ?>&action=del" onclick="if (!confirm('<?php _e('Are you sure you want to delete this forum?', 'wpforo'); ?>')) { return false; }"><?php _e('Delete', 'wpforo'); ?></a> &nbsp;
154
+ <a class="preview button" href="<?php echo wpforo_home_url( (isset($data['slug']) ? $data['slug'] : '') ) ?>" target="wp-preview" id="post-preview" style="display:inline-block;float:none;"><?php _e('View', 'wpforo'); ?></a> &nbsp;
155
  <?php endif; ?>
156
  <input type="submit" name="forum[save_edit]" class="button button-primary forum_submit" style="display:inline-block;float:none;" value="<?php _e('Publish', 'wpforo'); ?>">
157
  <div class="clear"></div>
289
  <tr>
290
  <td colspan="2">
291
  <select id="forum_select" name="forum[mergeid]" class="postform" disabled="" >
292
+ <?php $wpforo->forum->tree('select_box', false); ?>
293
  </select>
294
  <p><?php _e('All sub-forums, topics and replies will be attached to selected forum. Layout will be inherited from this forum.', 'wpforo'); ?></p>
295
  </td>
wpf-admin/member.php CHANGED
@@ -31,9 +31,7 @@
31
  $fields[] = 'status';
32
  $filter_fields[] = 'status';
33
  }
34
- if($wpforo->perm->usergroup_can('vmr')){
35
- $fields[] = 'rank';
36
- }
37
  if($wpforo->perm->usergroup_can('vms')){
38
  $search_fields[] = 'signature';
39
  }
31
  $fields[] = 'status';
32
  $filter_fields[] = 'status';
33
  }
34
+ $fields[] = 'last_login';
 
 
35
  if($wpforo->perm->usergroup_can('vms')){
36
  $search_fields[] = 'signature';
37
  }
wpf-admin/options-tabs/features.php CHANGED
@@ -25,9 +25,14 @@ $options = array(
25
  'rating' => array( 'label' => __('Enable Member Rating', 'wpforo'), 'type' => '', 'required' => '', 'value' => 1),
26
  'rating_title' => array( 'label' => __('Enable Member Rating Titles', 'wpforo'), 'type' => '', 'required' => '', 'value' => 1),
27
  'member_cashe' => array( 'label' => __('Enable Member Cache', 'wpforo'), 'type' => '', 'required' => '', 'value' => 1),
 
 
 
28
  'seo-title' => array( 'label' => __('Enable wpForo SEO for Meta Titles', 'wpforo'), 'type' => '', 'required' => '', 'value' => 1),
29
  'seo-meta' => array( 'label' => __('Enable wpForo SEO for Meta Tags', 'wpforo'), 'type' => '', 'required' => '', 'value' => 1),
 
30
  'font-awesome' => array( 'label' => __('Enable wpForo Font-Awesome Lib', 'wpforo'), 'type' => '', 'required' => '', 'value' => 1),
 
31
  '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] shortcode in page content. Also it useful if forum is loaded before website header, on top of the front-end.', 'wpforo')),
32
  'wp-date-format' => array( 'label' => __('Enable WordPress Date/Time Format', 'wpforo'), 'type' => '', 'required' => '', 'value' => 0, 'description' => __('You can manage WordPress date and time format in WordPress Settings > General admin page.', 'wpforo')),
33
  'subscribe_conf' => array( 'label' => __('Enable Subscription Confirmation', 'wpforo'), 'type' => '', 'required' => '', 'value' => 1, 'description' => __('Forum and Topic subscription with double opt-in/confirmation system.', 'wpforo') ),
25
  'rating' => array( 'label' => __('Enable Member Rating', 'wpforo'), 'type' => '', 'required' => '', 'value' => 1),
26
  'rating_title' => array( 'label' => __('Enable Member Rating Titles', 'wpforo'), 'type' => '', 'required' => '', 'value' => 1),
27
  'member_cashe' => array( 'label' => __('Enable Member Cache', 'wpforo'), 'type' => '', 'required' => '', 'value' => 1),
28
+ 'object_cashe' => array( 'label' => __('Enable Object Cache', 'wpforo'), 'type' => '', 'required' => '', 'value' => 1),
29
+ 'html_cashe' => array( 'label' => __('Enable HTML Cache', 'wpforo'), 'type' => '', 'required' => '', 'value' => 1),
30
+ 'memory_cashe' => array( 'label' => __('Enable Memory Cache', 'wpforo'), 'type' => '', 'required' => '', 'value' => 1),
31
  'seo-title' => array( 'label' => __('Enable wpForo SEO for Meta Titles', 'wpforo'), 'type' => '', 'required' => '', 'value' => 1),
32
  'seo-meta' => array( 'label' => __('Enable wpForo SEO for Meta Tags', 'wpforo'), 'type' => '', 'required' => '', 'value' => 1),
33
+ 'seo-profile' => array( 'label' => __('Enable User Profile Page indexing', 'wpforo'), 'type' => '', 'required' => '', 'value' => 1),
34
  'font-awesome' => array( 'label' => __('Enable wpForo Font-Awesome Lib', 'wpforo'), 'type' => '', 'required' => '', 'value' => 1),
35
+ 'user-synch' => array( 'label' => __('Turn Off User Syncing Note', 'wpforo'), 'type' => '', 'required' => '', 'value' => 1),
36
  '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] shortcode in page content. Also it useful if forum is loaded before website header, on top of the front-end.', 'wpforo')),
37
  'wp-date-format' => array( 'label' => __('Enable WordPress Date/Time Format', 'wpforo'), 'type' => '', 'required' => '', 'value' => 0, 'description' => __('You can manage WordPress date and time format in WordPress Settings > General admin page.', 'wpforo')),
38
  'subscribe_conf' => array( 'label' => __('Enable Subscription Confirmation', 'wpforo'), 'type' => '', 'required' => '', 'value' => 1, 'description' => __('Forum and Topic subscription with double opt-in/confirmation system.', 'wpforo') ),
wpf-admin/options-tabs/general.php CHANGED
@@ -35,7 +35,7 @@
35
  ><?php echo esc_textarea( $wpforo->excld_urls ) ?></textarea>
36
  <br/>
37
  <?php endif; ?>
38
- <a href="<?php echo WPFORO_BASE_URL ?>" target="_blank"><?php _e('Visit Forum', 'wpforo') ?></a> |
39
  <?php $page_id = $wpforo->db->get_var("SELECT `ID` FROM `{$wpforo->db->prefix}posts` WHERE `ID` = ".intval($wpforo->pageid)." AND `post_content` LIKE '%[wpforo%' AND `post_status` LIKE 'publish' AND `post_type` IN('post', 'page')"); ?>
40
  <?php if( !$wpforo->pageid || !$page_id ): ?>
41
  <?php echo '<span style="color:#DD0000">' . __('wpForo PageID doesn\'t exist. Forums will not be loaded, please read this') . ' <a href="http://wpforo.com/community/faq/how-to-add-forum-pageid/">' . __('suppor topic', 'wpforo') . '&raquo;</a>' . '</span>'; ?>
35
  ><?php echo esc_textarea( $wpforo->excld_urls ) ?></textarea>
36
  <br/>
37
  <?php endif; ?>
38
+ <a href="<?php echo wpforo_home_url() ?>" target="_blank"><?php _e('Visit Forum', 'wpforo') ?></a> |
39
  <?php $page_id = $wpforo->db->get_var("SELECT `ID` FROM `{$wpforo->db->prefix}posts` WHERE `ID` = ".intval($wpforo->pageid)." AND `post_content` LIKE '%[wpforo%' AND `post_status` LIKE 'publish' AND `post_type` IN('post', 'page')"); ?>
40
  <?php if( !$wpforo->pageid || !$page_id ): ?>
41
  <?php echo '<span style="color:#DD0000">' . __('wpForo PageID doesn\'t exist. Forums will not be loaded, please read this') . ' <a href="http://wpforo.com/community/faq/how-to-add-forum-pageid/">' . __('suppor topic', 'wpforo') . '&raquo;</a>' . '</span>'; ?>
wpf-admin/options-tabs/members.php CHANGED
@@ -21,8 +21,8 @@
21
  <td>
22
  <?php $opt_id_attr = ''; $opt_nicename_attr = ''; ?>
23
  <?php if( wpfo($wpforo->member_options['url_structure'], false) == 'id' ){ $opt_id_attr = 'checked="checked"'; }else{ $opt_nicename_attr = 'checked="checked"'; } ?>
24
- <input id="id" type="radio" name="wpforo_member_options[url_structure]" value="id" <?php echo $opt_id_attr ?>/><label style="color: gray" for="id"><?php echo WPFORO_BASE_URL ?>profile/<b style="color: #4093bf">USER_ID</b>/</label><br/>
25
- <input id="nicename" type="radio" name="wpforo_member_options[url_structure]" value="nicename" <?php echo $opt_nicename_attr ?>/><label style="color: gray" for="nicename"><?php echo WPFORO_BASE_URL ?>profile/<b style="color: #4093bf">USER_NICENAME</b>/</label>
26
  </td>
27
  </tr>
28
  <tr>
@@ -46,7 +46,7 @@
46
  </tr>
47
  <tr>
48
  <th colspan="2">
49
- <h3 style="font-weight:400; padding:5px 0px 10px 0px; margin:0px;"><?php _e('Member Reputation', 'wpforo'); ?></h3>
50
  </th>
51
  </tr>
52
  <tr>
@@ -78,7 +78,7 @@
78
  <tr>
79
  <td colspan="3">
80
  <label style="text-transform:none;font-size: 14px; font-weight: 500; line-height:20px; padding:0px;"><?php _e('Enable Reputation Titles for selected usergroups', 'wpforo'); ?></label>
81
- <p class="wpf-info"><?php _e('This option depends on "Enable Member Rating" parent option, witch located in wpForo Settings > Features Tab', 'wpforo'); ?></p>
82
  </td>
83
  <td colspan="4">
84
  <?php
@@ -92,7 +92,7 @@
92
  <tr>
93
  <td colspan="3">
94
  <label style="text-transform:none;font-size: 14px; font-weight: 500; line-height:20px;"><?php _e('Enable Reputation Badges for selected usergroups', 'wpforo'); ?></label>
95
- <p class="wpf-info"><?php _e('This option depends on "Enable Member Rating Titles" parent option, witch located in wpForo Settings > Features Tab', 'wpforo'); ?></p>
96
  </td>
97
  <td colspan="4">
98
  <?php
@@ -103,6 +103,19 @@
103
  ?>
104
  </td>
105
  </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
106
  </tbody>
107
  </table>
108
 
21
  <td>
22
  <?php $opt_id_attr = ''; $opt_nicename_attr = ''; ?>
23
  <?php if( wpfo($wpforo->member_options['url_structure'], false) == 'id' ){ $opt_id_attr = 'checked="checked"'; }else{ $opt_nicename_attr = 'checked="checked"'; } ?>
24
+ <input id="id" type="radio" name="wpforo_member_options[url_structure]" value="id" <?php echo $opt_id_attr ?>/><label style="color: gray" for="id"><?php echo wpforo_home_url() ?>profile/<b style="color: #4093bf">USER_ID</b>/</label><br/>
25
+ <input id="nicename" type="radio" name="wpforo_member_options[url_structure]" value="nicename" <?php echo $opt_nicename_attr ?>/><label style="color: gray" for="nicename"><?php echo wpforo_home_url() ?>profile/<b style="color: #4093bf">USER_NICENAME</b>/</label>
26
  </td>
27
  </tr>
28
  <tr>
46
  </tr>
47
  <tr>
48
  <th colspan="2">
49
+ <h3 style="font-weight:400; padding:5px 0px 10px 0px; margin:0px;"><?php _e('Member Reputation and Titles', 'wpforo'); ?></h3>
50
  </th>
51
  </tr>
52
  <tr>
78
  <tr>
79
  <td colspan="3">
80
  <label style="text-transform:none;font-size: 14px; font-weight: 500; line-height:20px; padding:0px;"><?php _e('Enable Reputation Titles for selected usergroups', 'wpforo'); ?></label>
81
+ <p class="wpf-info"><?php _e('This option depends on "Enable Member Rating Titles" parent option, witch located in wpForo Settings > Features Tab', 'wpforo'); ?></p>
82
  </td>
83
  <td colspan="4">
84
  <?php
92
  <tr>
93
  <td colspan="3">
94
  <label style="text-transform:none;font-size: 14px; font-weight: 500; line-height:20px;"><?php _e('Enable Reputation Badges for selected usergroups', 'wpforo'); ?></label>
95
+ <p class="wpf-info"><?php _e('This option depends on "Enable Member Rating" parent option, witch located in wpForo Settings > Features Tab', 'wpforo'); ?></p>
96
  </td>
97
  <td colspan="4">
98
  <?php
103
  ?>
104
  </td>
105
  </tr>
106
+ <tr>
107
+ <td colspan="3">
108
+ <label style="text-transform:none;font-size: 14px; font-weight: 500; line-height:20px;"><?php _e('Display Usergroup under Post Author Avatar', 'wpforo'); ?></label>
109
+ </td>
110
+ <td colspan="4">
111
+ <?php
112
+ foreach($ugroups as $ugroup){
113
+ $value = ( isset($wpforo->member_options['title_usergroup'][$ugroup['groupid']]) ) ? $wpforo->member_options['title_usergroup'][$ugroup['groupid']] : 0;
114
+ echo '<label style="display:inline-block; text-align:center;"><input name="wpforo_member_options[title_usergroup]['.intval($ugroup['groupid']).']" value="1" type="checkbox" ' . wpfo_check(1, $value, 'checked', false) . ' /> '.esc_html($ugroup['name']).'</label>';
115
+ }
116
+ ?>
117
+ </td>
118
+ </tr>
119
  </tbody>
120
  </table>
121
 
wpf-admin/options-tabs/styles.php CHANGED
@@ -60,7 +60,7 @@
60
  <?php endforeach; ?>
61
  </table>
62
  <?php foreach( $wpforo->theme_options['styles'] as $style => $colors ): ?>
63
- <table class="wpforo-style-color-wrapper" style="border-right:2px solid #eee; margin-right:10px; padding-left:5px; <?php echo ( $style == $wpforo->theme_options['style'] ) ? 'background: #E8FFE5; width: 185px; text-align: center;' : 'background: transparent'; ?>">
64
  <tr>
65
  <td>
66
  <div style="float:left; text-align:center; width:27px;"><input style="margin:0px;" <?php if( $style == $wpforo->theme_options['style'] ) echo ' checked="checked"'; ?> type="radio" name="wpforo_theme_options[style]" value="<?php wpfo($style) ?>" id="wpforo_stle_<?php wpfo($style) ?>" /></div>
60
  <?php endforeach; ?>
61
  </table>
62
  <?php foreach( $wpforo->theme_options['styles'] as $style => $colors ): ?>
63
+ <table class="wpforo-style-color-wrapper" style="border-right:2px solid #eee; margin-right:10px; padding-left:5px; <?php echo ( $style == $wpforo->theme_options['style'] ) ? 'background: #E8FFE5; width: 200px; text-align: center;' : 'background: transparent'; ?>">
64
  <tr>
65
  <td>
66
  <div style="float:left; text-align:center; width:27px;"><input style="margin:0px;" <?php if( $style == $wpforo->theme_options['style'] ) echo ' checked="checked"'; ?> type="radio" name="wpforo_theme_options[style]" value="<?php wpfo($style) ?>" id="wpforo_stle_<?php wpfo($style) ?>" /></div>
wpf-admin/tools-tabs/cleanup.php CHANGED
@@ -7,10 +7,43 @@
7
  <?php if( !isset( $_GET['action'] ) ): ?>
8
 
9
  <form action="" method="POST" class="validate">
10
- <?php wp_nonce_field( 'wpforo-tools-antispam' ); ?>
11
- <div style="width:50%; border:1px solid #ddd; background:#fff; padding:10px;">
12
- <h3></h3>
13
- <div></div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  </div>
15
  <div class="wpforo_settings_foot" style="clear:both; margin-top:20px;">
16
  <input type="submit" class="button button-primary" value="<?php _e('Update Options', 'wpforo'); ?>" />
7
  <?php if( !isset( $_GET['action'] ) ): ?>
8
 
9
  <form action="" method="POST" class="validate">
10
+ <?php wp_nonce_field( 'wpforo-tools-cleanup' ); ?>
11
+ <div class="wpf-tool-box" style="width:50%;">
12
+ <h3><?php _e('Delete Inactive Users', 'wpforo'); ?>
13
+ <p class="wpf-info"><?php _e('Inactive users are the account owners who have no topics, posts, comments and subscriptions for new content. In 99% cases this kind of accounts are being registered by Spammers. This tool allows you to only keep active and known inactive users.', 'wpforo'); ?></p>
14
+ </h3>
15
+ <div style="margin-top:10px; clear:both;">
16
+ <table style="width:100%;">
17
+ <tbody>
18
+ <tr>
19
+ <th><label><?php _e('Inactive users who have been registered more than', 'wpforo'); ?></label></th>
20
+ <td><input type="number" min="0" max="100" name="wpforo_tools_cleanup[user_reg_days_ago]" value="<?php wpfo($wpforo->tools_cleanup['user_reg_days_ago']) ?>" class="wpf-field" style="width:70px;"/> <span style="white-space:nowrap;"><?php _e('days ago', 'wpforo'); ?></span></td>
21
+ </tr>
22
+ <?php $ugroups = $wpforo->usergroup->usergroup_list_data(); ?>
23
+ <tr>
24
+ <td colspan="2">
25
+ <label style="display:inline-block; border-bottom:1px solid #ccc; padding:0px 50px 5px 10px; margin-bottom:5px;"> <?php _e('Filter by Usergroups', 'wpforo'); ?></label><br>
26
+ <?php
27
+ foreach($ugroups as $ugroup){
28
+ if( $ugroup['groupid'] == 4 ) continue;
29
+ $value = ( isset($wpforo->tools_cleanup['usergroup'][$ugroup['groupid']]) ) ? $wpforo->tools_cleanup['usergroup'][$ugroup['groupid']] : 0;
30
+ echo '<label style="display:inline-block; width:23%; text-align:center;"><input name="wpforo_tools_cleanup[usergroup]['.intval($ugroup['groupid']).']" value="1" type="checkbox" ' . wpfo_check(1, $value, 'checked', false) . ' style="font-size: 12px; height: 24px; width: 100%;" /> '.esc_html($ugroup['name']).'</label>';
31
+ }
32
+ ?>
33
+ </td>
34
+ </tr>
35
+ <tr>
36
+ <th><label><?php _e('Enable Auto-cleanup of inactive users', 'wpforo'); ?></label></th>
37
+ <td>
38
+ <div class="wpf-switch-field">
39
+ <input id="auto_cleanup_users_yes" type="radio" name="wpforo_tools_cleanup[auto_cleanup_users]" value="1" <?php wpfo_check($wpforo->tools_cleanup['auto_cleanup_users'], 1); ?>/><label for="auto_cleanup_users_yes"><?php _e('Yes','wpforo'); ?></label> &nbsp;
40
+ <input id="auto_cleanup_users_no" type="radio" name="wpforo_tools_cleanup[auto_cleanup_users]" value="0" <?php wpfo_check($wpforo->tools_cleanup['auto_cleanup_users'], 0); ?>/><label for="auto_cleanup_users_no"><?php _e('No','wpforo'); ?></label>
41
+ </div>
42
+ </td>
43
+ </tr>
44
+ </tbody>
45
+ </table>
46
+ </div>
47
  </div>
48
  <div class="wpforo_settings_foot" style="clear:both; margin-top:20px;">
49
  <input type="submit" class="button button-primary" value="<?php _e('Update Options', 'wpforo'); ?>" />
wpf-admin/tools.php CHANGED
@@ -12,7 +12,7 @@
12
  <?php
13
  $tabs = array(
14
  'antispam' => __('Antispam', 'wpforo'),
15
- //'cleanup' => __('Cleanup', 'wpforo')
16
  );
17
  wpforo_admin_tools_tabs( $tabs, ( isset($_GET['tab']) ? $_GET['tab'] : 'antispam' ) );
18
  ?>
12
  <?php
13
  $tabs = array(
14
  'antispam' => __('Antispam', 'wpforo'),
15
+ 'cleanup' => __('Cleanup', 'wpforo')
16
  );
17
  wpforo_admin_tools_tabs( $tabs, ( isset($_GET['tab']) ? $_GET['tab'] : 'antispam' ) );
18
  ?>
wpf-assets/addons/ad-manager/header-off.png ADDED
Binary file
wpf-assets/addons/ad-manager/header.png ADDED
Binary file
wpf-assets/css/font-awesome/font-awesome-rtl.css CHANGED
@@ -52,9 +52,6 @@
52
  [dir=rtl] .fa-step-forward,
53
  [dir=rtl] .fa-expand,
54
  [dir=rtl] .fa-compress,
55
- [dir=rtl] .fa-play,
56
- [dir=rtl] .fa-play-circle,
57
- [dir=rtl] .fa-play-circle-o,
58
  [dir=rtl] .fa-bullhorn,
59
  [dir=rtl] .fa-spinner,
60
  [dir=rtl] .fa-star-half,
@@ -91,9 +88,6 @@
91
  [dir=ltr] .fa-step-forward,
92
  [dir=ltr] .fa-expand,
93
  [dir=ltr] .fa-compress,
94
- [dir=ltr] .fa-play,
95
- [dir=ltr] .fa-play-circle,
96
- [dir=ltr] .fa-play-circle-o,
97
  [dir=ltr] .fa-bullhorn,
98
  [dir=ltr] .fa-spinner,
99
  [dir=ltr] .fa-star-half,
52
  [dir=rtl] .fa-step-forward,
53
  [dir=rtl] .fa-expand,
54
  [dir=rtl] .fa-compress,
 
 
 
55
  [dir=rtl] .fa-bullhorn,
56
  [dir=rtl] .fa-spinner,
57
  [dir=rtl] .fa-star-half,
88
  [dir=ltr] .fa-step-forward,
89
  [dir=ltr] .fa-expand,
90
  [dir=ltr] .fa-compress,
 
 
 
91
  [dir=ltr] .fa-bullhorn,
92
  [dir=ltr] .fa-spinner,
93
  [dir=ltr] .fa-star-half,
wpf-includes/class-cache.php ADDED
@@ -0,0 +1,237 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ // Exit if accessed directly
3
+ if( !defined( 'ABSPATH' ) ) exit;
4
+
5
+ class wpForoCache{
6
+
7
+ private $wpforo;
8
+ public $object;
9
+ public $dir;
10
+
11
+ function __construct( $wpForo ){
12
+ if(!isset($this->wpforo)) $this->wpforo = $wpForo;
13
+ $this->init();
14
+ }
15
+
16
+ public function init(){
17
+ $wp_upload_dir = wp_upload_dir();
18
+ $uplds_dir = $wp_upload_dir['basedir']."/wpforo";
19
+ $cache_dir = $uplds_dir . "/cache";
20
+ if(!is_dir($uplds_dir)) wp_mkdir_p($uplds_dir);
21
+ if(!is_dir($cache_dir)) $this->dir($cache_dir);
22
+ $this->dir = $cache_dir;
23
+ }
24
+
25
+ public function get_key( $type = 'html' ){
26
+ if($type == 'html'){
27
+ $ug = $this->wpforo->current_user_groupid;
28
+ return md5( preg_replace('|(.+)\#.+?$|is', '$1', $_SERVER['REQUEST_URI']) . $ug );
29
+ }
30
+ }
31
+
32
+ private function dir( $cache_dir ){
33
+
34
+ $dirs = array( $cache_dir,
35
+ $cache_dir . '/forum',
36
+ $cache_dir . '/topic',
37
+ $cache_dir . '/post',
38
+ $cache_dir . '/item',
39
+ $cache_dir . '/item/forum',
40
+ $cache_dir . '/item/topic',
41
+ $cache_dir . '/item/post');
42
+
43
+ $this->mkdir( $dirs );
44
+ }
45
+
46
+ private function mkdir( $dirs ){
47
+ foreach( $dirs as $dir ){
48
+ wp_mkdir_p($dir);
49
+ wpforo_write_file( $dir . '/index.html' , '' );
50
+ wpforo_write_file( $dir . '/.htaccess' , 'deny from all' );
51
+ }
52
+ }
53
+
54
+ public function on( $type = 'object_cashe' ){
55
+ if( $type == 'html_cashe' ){
56
+ if( wpforo_feature('output-buffer') && function_exists('ob_start') ){
57
+ return wpforo_feature('html_cashe', $this->wpforo);
58
+ }
59
+ else{
60
+ return false;
61
+ }
62
+ }
63
+ else{
64
+ return wpforo_feature($type, $this->wpforo);
65
+ }
66
+ }
67
+
68
+ public function get( $key, $type = 'loop' ){
69
+ $template = $this->wpforo->current_object['template'];
70
+ $loop_templates = array('forum', 'topic', 'post');
71
+ if( $type == 'loop' && $template ){
72
+ if( $this->exists($key, $template) ){
73
+ if( in_array( $template, $loop_templates) ){
74
+ $cache_file = $this->dir . '/' . $template . '/' . $key;
75
+ $array = wpforo_get_file_content( $cache_file );
76
+ return @unserialize( $array );
77
+ }
78
+ }
79
+ }
80
+ }
81
+
82
+ public function get_item( $id, $type = 'post' ){
83
+ if( $id ){ $key = $id;
84
+ if( $this->exists( $key, 'item', $type )){
85
+ $cache_file = $this->dir . '/item/' . $type . '/' . $key;
86
+ $array = wpforo_get_file_content( $cache_file );
87
+ return @unserialize( $array );
88
+ }
89
+ }
90
+ }
91
+
92
+ public function get_html(){
93
+ $template = $this->wpforo->current_object['template'];
94
+ if( $template == 'forum' ){
95
+ $key = $this->get_key();
96
+ if( $this->exists($key, $template) ){
97
+ $cache_file = $this->dir . '/' . $template . '/' . $key;
98
+ $html = wpforo_get_file_content( $cache_file );
99
+ return $this->filter($html);
100
+ }
101
+ }
102
+ return false;
103
+ }
104
+
105
+ public function html( $content ){
106
+ if(!$this->on('html_cashe')) return false;
107
+ $template = $this->wpforo->current_object['template'];
108
+ if( $template == 'forum' ){
109
+ $key = $this->get_key();
110
+ $this->create_html( $content, $template, $key );
111
+ }
112
+ }
113
+
114
+ public function create( $mode = 'loop', $cache = array(), $type = 'post' ){
115
+
116
+ if(!$this->on('object_cashe')) return false;
117
+ $template = $this->wpforo->current_object['template'];
118
+ if( $template == 'forum' ) { $this->check( $this->dir . '/item/post' ); }
119
+
120
+ if( $mode == 'loop' && $template ){
121
+ if( $template == 'forum' || $template == 'topic' || $template == 'post'){
122
+ $cache = $this->wpforo->forum->get_cache('forums');
123
+ $this->create_files( $cache, $template );
124
+ $cache = $this->wpforo->topic->get_cache('topics');
125
+ $this->create_files( $cache, $template );
126
+ $cache = $this->wpforo->post->get_cache('posts');
127
+ $this->create_files( $cache, $template );
128
+ }
129
+ }
130
+ elseif( $mode == 'item' && !empty($cache) ){
131
+ $this->create_files( $cache, 'item', $type );
132
+ }
133
+ }
134
+
135
+ public function create_files( $cache = array(), $template = '', $type = '' ){
136
+ if( !empty($cache) ){
137
+ $type = ( $type ) ? $type . '/' : '' ;
138
+ foreach( $cache as $key => $object ){
139
+ if( !$this->exists($key, $template) ){
140
+ $object = serialize($object);
141
+ wpforo_write_file( $this->dir . '/' . $template . '/' . $type . $key , $object );
142
+ }
143
+ }
144
+ }
145
+ }
146
+
147
+ public function create_html( $content, $template = '', $key = '' ){
148
+ if( $content ){
149
+ if( !$this->exists($key, $template) ){
150
+ wpforo_write_file( $this->dir . '/' . $template . '/' . $key , $content );
151
+ }
152
+ }
153
+ }
154
+
155
+ public function filter( $html = '' ){
156
+ //exit();
157
+ $html = preg_replace('|<div[\s\t]*id=\"wpf\-msg\-box\"|is', '<div style="display:none;"', $html);
158
+ return $html;
159
+ }
160
+
161
+ #################################################################################
162
+ /**
163
+ * Cleans forum cache
164
+ *
165
+ * @since 1.2.1
166
+ *
167
+ * @param integer Item ID (e.g.: $topicid or $postid) | (!) ID is 0 on dome actions (e.g.: delete actions)
168
+ * @param string Item Type (e.g.: 'forum', 'topic', 'post', 'user', 'widget', etc...)
169
+ *
170
+ * @return NULL
171
+ */
172
+ public function clean( $id, $template ){
173
+
174
+ $dirs = array();
175
+
176
+ if( $template == 'forum' ){
177
+ $dirs = array( $this->dir . '/forum', $this->dir . '/item/forum' );
178
+ }
179
+ elseif( $template == 'topic' ){
180
+ $dirs = array( $this->dir . '/forum', $this->dir . '/topic', $this->dir . '/post', $this->dir . '/item', $this->dir . '/item/post', $this->dir . '/item/topic', $this->dir . '/item/forum' );
181
+ }
182
+ elseif( $template == 'post' ){
183
+ $dirs = array( $this->dir . '/forum', $this->dir . '/topic', $this->dir . '/post', $this->dir . '/item', $this->dir . '/item/post', $this->dir . '/item/topic', $this->dir . '/item/forum' );
184
+ }
185
+ else{
186
+ $dirs = array( $this->dir . '/forum', $this->dir . '/topic', $this->dir . '/post', $this->dir . '/item', $this->dir . '/item/post', $this->dir . '/item/topic', $this->dir . '/item/forum' );
187
+ }
188
+
189
+ if(!empty($dirs)){
190
+ foreach( $dirs as $dir ){
191
+ $this->clean_files( $dir );
192
+ }
193
+ }
194
+ }
195
+
196
+ public function clean_files( $directory ) {
197
+ $directory_ns = trim( $directory, '/') . '/*';
198
+ $directory_ws = '/' . trim( $directory, '/') . '/*';
199
+ $glob = glob( $directory_ns ); if( empty($glob) ) $glob = glob( $directory_ws );
200
+ foreach( $glob as $item ) {
201
+ if( strpos($item, 'index.html') !== FALSE || strpos($item, '.htaccess') !== FALSE ) continue;
202
+ if( !is_dir($item) ) unlink( $item );
203
+ }
204
+ }
205
+
206
+ public function exists( $key, $template, $type = '' ){
207
+ $type = ( $type ) ? $type . '/' : '' ;
208
+ if( file_exists( $this->dir . '/' . $template . '/' . $type . $key ) ){
209
+ return true;
210
+ }
211
+ else{
212
+ return false;
213
+ }
214
+ }
215
+
216
+ public function check( $directory ){
217
+ $filecount = 0;
218
+ if( class_exists('FilesystemIterator') && is_dir($directory) ){
219
+ $fi = new FilesystemIterator( $directory, FilesystemIterator::SKIP_DOTS );
220
+ $filecount = iterator_count($fi);
221
+ }
222
+ if( !$filecount ){
223
+ $directory_ns = trim( $directory, '/') . '/*';
224
+ $directory_ws = '/' . trim( $directory, '/') . '/*';
225
+ $files = glob( $directory_ns );
226
+ if( empty($files) ) $files = glob( $directory_ws );
227
+ $filecount = count($files);
228
+ }
229
+ if( $filecount > 1000 ) {
230
+ $this->clean_files( $directory );
231
+ }
232
+ }
233
+
234
+ }
235
+
236
+
237
+ ?>
wpf-includes/class-forums.php CHANGED
@@ -6,11 +6,15 @@
6
  class wpForoForum{
7
 
8
  private $wpforo;
9
- private static $cache = array( 'forum' => array() );
10
 
11
- function __construct( $wpForo ){
12
  if(!isset($this->wpforo)) $this->wpforo = $wpForo;
13
  }
 
 
 
 
14
 
15
  private function unique_slug($slug, $parentid = 0, $forumid = 0){
16
  $new_slug = wpforo_text($slug, 250, false);
@@ -88,6 +92,7 @@ class wpForoForum{
88
  array('%s','%s','%s','%d','%s','%d','%d','%s','%s','%s','%d','%d','%d','%d')
89
  )
90
  ){
 
91
  $this->wpforo->notice->add('Your forum successfully added', 'success');
92
  return $this->wpforo->db->insert_id;
93
  }
@@ -168,6 +173,7 @@ class wpForoForum{
168
  $sql = "UPDATE `".$this->wpforo->db->prefix . "wpforo_forums` SET `cat_layout` = ".intval($cat_layout)." WHERE `forumid` IN(". implode(',', array_map('intval', $childs)).")";
169
  $this->wpforo->db->query($sql);
170
  }
 
171
  $this->wpforo->notice->add('Forum successfully updated', 'success');
172
  return $forumid;
173
  }
@@ -176,73 +182,84 @@ class wpForoForum{
176
  return FALSE;
177
  }
178
 
179
- function delete(){
 
 
 
180
  if( !$this->wpforo->perm->usergroup_can('df') ){
181
  $this->wpforo->notice->add('Permission denied for delete forum', 'error');
182
  return FALSE;
183
  }
184
 
185
- if(isset($_GET['id']) && is_array($_REQUEST['forum']) && !empty($_REQUEST['forum']) && isset($_REQUEST['forum']['delete'])){
186
-
187
- $forumid = intval($_GET['id']);
188
-
189
- extract($_REQUEST['forum'], EXTR_OVERWRITE);
190
-
191
- if(intval($delete) == 1){
192
-
193
- $forumid = intval($forumid);
194
- $this->get_childs($forumid, $data);
195
- $forumids = implode(',', array_map('intval', $data));
196
- $topics = $this->wpforo->db->get_results("SELECT `topicid` FROM ".$this->wpforo->db->prefix."wpforo_topics WHERE `forumid` IN(". esc_sql($forumids) .")", ARRAY_A);
197
-
198
- if(!empty($topics)){
199
- foreach($topics as $topic){
200
- $this->wpforo->db->delete( $this->wpforo->db->prefix.'wpforo_posts', array( 'topicid' => $topic['topicid'] ), array( '%d' ) );
201
- $this->wpforo->db->delete( $this->wpforo->db->prefix.'wpforo_topics', array( 'topicid' => $topic['topicid'] ), array( '%d' ) );
202
- }
203
- }
204
-
205
- if($this->wpforo->db->query( "DELETE FROM ".$this->wpforo->db->prefix."wpforo_forums WHERE `forumid` IN(". esc_sql($forumids) .")" )){
206
- $this->wpforo->notice->add('Your forum successfully deleted', 'success');
207
- return TRUE;
208
- }else{
209
- $this->wpforo->notice->add('Forum deleting error', 'error');
210
- return FALSE;
211
  }
212
-
213
- unset($data);
214
-
215
- }elseif(intval( $delete ) == 0 && isset( $mergeid ) && $mergeid != 0){
216
-
217
- $forumid = intval($forumid);
218
- $mergeid = intval($mergeid);
219
- $data = $this->get_child_forums( $forumid );
220
- $forumids = implode(',', array_map('intval', $data));
221
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
222
  $merge_layout = $this->wpforo->db->get_var("SELECT `cat_layout` FROM `".$this->wpforo->db->prefix."wpforo_forums` WHERE `forumid` = " . intval($mergeid) );
223
 
224
  if(!$this->wpforo->db->query( "UPDATE ".$this->wpforo->db->prefix."wpforo_forums SET `parentid` = " . intval($mergeid) . ", `cat_layout` = " . intval($merge_layout) . " WHERE `forumid` IN(". esc_sql($forumids) .")" )){
225
  $this->wpforo->notice->add('Forum merging error', 'error');
226
  return FALSE;
227
  }
228
-
229
- $this->wpforo->db->update(
230
- $this->wpforo->db->prefix . 'wpforo_topics',
231
- array( 'forumid' => $mergeid ),
232
- array( 'forumid' => $forumid ),
233
- array( '%d' ),
234
- array( '%d' )
235
- );
236
-
237
- if($this->wpforo->db->delete( $this->wpforo->db->prefix.'wpforo_forums', array( 'forumid' => $forumid ), array( '%d' ) )){
238
- $this->wpforo->notice->add('Forum is successfully merged', 'success');
239
- return TRUE;
240
- }else{
241
- $this->wpforo->notice->add('Forum merging error', 'error');
242
- return FALSE;
243
- }
244
  }
245
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
246
  }
247
 
248
  public function rebuild_last_infos($forumid){
@@ -275,8 +292,27 @@ class wpForoForum{
275
  `last_userid` = ".intval($last_userid).", `last_post_date` = '".esc_sql($last_post_date)."'
276
  WHERE `forumid` = ".intval($forumid) );
277
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
278
 
279
- function get_forum( $args, $cache = true){
 
 
 
280
  if(is_array($args)){
281
  $default = array(
282
  'forumid' => NULL, // forumid
@@ -296,20 +332,19 @@ class wpForoForum{
296
  }
297
  $args = wpforo_parse_args( $args, $default );
298
 
299
- if(!empty($args['forumid'])){
300
  if( !empty(self::$cache['forum'][$args['forumid']]) ){
301
  return self::$cache['forum'][$args['forumid']];
302
  }
303
  }
304
 
305
- if(!empty($args['slug'])){
306
  if( !empty(self::$cache['forum'][addslashes($args['slug'])]) ){
307
  return self::$cache['forum'][addslashes($args['slug'])];
308
  }
309
  }
310
  if(!empty($args)){
311
  extract($args, EXTR_OVERWRITE);
312
-
313
  $sql = "SELECT * FROM `".$this->wpforo->db->prefix."wpforo_forums`";
314
  $wheres = array();
315
  if($forumid != NULL) $wheres[] = "`forumid` = " . intval($forumid);
@@ -328,6 +363,7 @@ class wpForoForum{
328
  if(!empty($forum)) {
329
  $forum['url'] = $this->get_forum_url( $forum );
330
  }
 
331
  if($cache && isset($forumid)){
332
  self::$cache['forum'][addslashes($forum['slug'])] = $forum;
333
  return self::$cache['forum'][$forum['forumid']] = $forum;
@@ -338,7 +374,10 @@ class wpForoForum{
338
  }
339
  }
340
 
341
- function get_forums($args = array(), &$items_count = 0){
 
 
 
342
  $default = array(
343
  'include' => array(), // array( 2, 10, 25 )
344
  'exclude' => array(), // array( 2, 10, 25 )
@@ -356,6 +395,11 @@ class wpForoForum{
356
 
357
  $args = wpforo_parse_args( $args, $default );
358
  if(is_array($args) && !empty($args)){
 
 
 
 
 
359
  extract($args, EXTR_OVERWRITE);
360
 
361
  $include = wpforo_parse_args( $include );
@@ -396,8 +440,14 @@ class wpForoForum{
396
  }
397
  }
398
 
399
- return $this->wpforo->db->get_results($sql, ARRAY_A);
 
400
 
 
 
 
 
 
401
  }
402
  }
403
 
@@ -429,6 +479,9 @@ class wpForoForum{
429
  }
430
 
431
  function update_hierarchy(){
 
 
 
432
  if(is_array($_REQUEST['forum']) && !empty($_REQUEST['forum'])){
433
  $i = 0;
434
  foreach($_REQUEST['forum'] as $hierarchy){
@@ -531,7 +584,7 @@ class wpForoForum{
531
  $ad = $wpforo->ad->get_ad($_GET['id']);
532
  $ad_forumids = explode(',', $ad['forumids']);
533
  }
534
- ?><option value="<?php echo intval($forumid) ?>"<?php echo( !$cats && $depth == 0 ? 'disabled': ''); echo ( $forumid == $this->parentid($topicid) || (isset( $_GET['forumid'] ) && $forumid == $_GET['forumid']) || ( !empty($_GET['wpff']) && in_array($forumid, $_GET['wpff']) ) || ( !empty($ad_forumids) && in_array($forumid, $ad_forumids) ) || ( isset($_GET['parentid']) && $_GET['parentid'] == $forumid ) ? 'selected' : '' ) ?> > <?php echo esc_html(str_repeat( '— ', $depth ) . trim($name)) ?></option><?php
535
  }elseif($type == 'drag_menu'){
536
  $cur_forum = $this->wpforo->db->get_row("SELECT `cat_layout`, `topics`, `posts` FROM `".$this->wpforo->db->prefix."wpforo_forums` WHERE `forumid` = ".intval($forumid), ARRAY_A);
537
  $cat_layout_name = ( $cur_forum['cat_layout'] == 2 ? 'Simplified Layout' : ( $cur_forum['cat_layout'] == 3 ? 'QA Layout' : 'Extended Layout' ) ); ?>
@@ -550,7 +603,7 @@ class wpForoForum{
550
  <?php if( $this->wpforo->perm->usergroup_can('df') ): ?>
551
  <span class="menu_delete"><a href="<?php echo admin_url( 'admin.php?page=wpforo-forums&id=' . intval($forumid) . '&action=del' ) ?>"><img src="<?php echo WPFORO_URL ?>/wpf-assets/images/icons/trash<?php echo ((!$depth) ? '-dark' : ''); ?>.png" title="<?php _e('delete', 'wpforo') ?>"/></a></span>&nbsp;|&nbsp;
552
  <?php endif; ?>
553
- <span class="menu_view"><a href="<?php echo esc_url($this->get_forum_url($forumid)) ?>" > <img src="<?php echo WPFORO_URL ?>/wpf-assets/images/icons/eye<?php echo ((!$depth) ? '-dark' : ''); ?>.png" title="<?php _e('View', 'wpforo') ?>"/> </a> </span>
554
 
555
  </span>
556
  </dt>
@@ -567,14 +620,14 @@ class wpForoForum{
567
  $old_depth = $depth;
568
  if(isset($wpforo->current_object) && isset($wpforo->current_object['forumid'])){
569
  if( $forumid == $wpforo->current_object['forumid'] ){
570
- echo'<span class="wpf-dl-item wpf-dl-current"><i class="fa fa-comments-o"></i><strong>'.esc_html($name).'</strong><a href="' . esc_url($this->get_forum_url($forumid)) . '" >&nbsp;&raquo;</a></span>';
571
  }
572
  else{
573
- echo'<span class="wpf-dl-item"><a href="'.esc_url($this->get_forum_url($forumid)).'" ><i class="fa fa-comments-o"></i>'.esc_html($name).'</a></span>';
574
  }
575
  }
576
  else{
577
- echo'<span class="wpf-dl-item"><a href="'.esc_url($this->get_forum_url($forumid)).'" ><i class="fa fa-comments-o"></i>'.esc_html($name).'</a></span>';
578
  }
579
  }
580
  $subforums = $this->get_child_forums($forumid);
@@ -584,17 +637,39 @@ class wpForoForum{
584
  }
585
  }
586
 
587
- function tree($type = 'front_list', $cats = TRUE, $topicid = 0){
588
  $parentids = $this->wpforo->db->get_results("SELECT `forumid` AS parentid FROM `".$this->wpforo->db->prefix."wpforo_forums` WHERE `parentid` = 0 ORDER BY `order`", ARRAY_A);
589
  if(!empty($parentids)){
590
  foreach( $parentids as $parentid ){
591
  $data[] = $parentid['parentid'];
592
  }
593
- $this->forum_list($data, $type, $cats);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
594
  }
595
  }
596
  // end forums tree for drop down menu
597
 
 
 
 
 
598
  function parentid( $topicid = 0 ){
599
  if(isset($_GET['page']) && $_GET['page'] == 'wpforo-forums'){
600
  if( isset($_GET['id'])) return $this->wpforo->db->get_var("SELECT `parentid` FROM `".$this->wpforo->db->prefix."wpforo_forums` WHERE `forumid` = ".intval($_GET['id']));
@@ -634,7 +709,7 @@ class wpForoForum{
634
  || ($name == 'Customer' && $value['access'] == 'standard')
635
  || ($name == 'Moderator' && $value['access'] == 'moderator')
636
  || ($name == 'Admin' && $value['access'] == 'full')
637
- || ($name != 'Guest' && $name != 'Registered' && $name != 'Customer' && $name != 'Moderator' && $name != 'Admin' && $value['access'] == 'standard') )) ? 'selected' : '').'>'.esc_html( __( $value['title'], 'wpforo') ).'</option>';
638
  }
639
  echo'
640
  </select>
@@ -733,9 +808,9 @@ class wpForoForum{
733
  }
734
 
735
  if( is_array($forum) && !empty($forum) ){
736
- return WPFORO_BASE_URL . utf8_uri_encode($forum['slug']);
737
  }else{
738
- return WPFORO_BASE_URL;
739
  }
740
  }
741
 
@@ -751,8 +826,14 @@ class wpForoForum{
751
  }
752
  }
753
 
754
- function get_count(){
755
- return $this->wpforo->db->get_var( "SELECT COUNT(`forumid`) FROM `".$this->wpforo->db->prefix."wpforo_forums`" );
 
 
 
 
 
 
756
  }
757
 
758
  function get_lastinfo( $ids = array() ){
6
  class wpForoForum{
7
 
8
  private $wpforo;
9
+ static $cache = array( 'forums' => array(), 'forum' => array(), 'item' => array() );
10
 
11
+ public function __construct( $wpForo ){
12
  if(!isset($this->wpforo)) $this->wpforo = $wpForo;
13
  }
14
+
15
+ public function get_cache( $var ){
16
+ if( isset(self::$cache[$var]) ) return self::$cache[$var];
17
+ }
18
 
19
  private function unique_slug($slug, $parentid = 0, $forumid = 0){
20
  $new_slug = wpforo_text($slug, 250, false);
92
  array('%s','%s','%s','%d','%s','%d','%d','%s','%s','%s','%d','%d','%d','%d')
93
  )
94
  ){
95
+ $this->delete_tree_cache();
96
  $this->wpforo->notice->add('Your forum successfully added', 'success');
97
  return $this->wpforo->db->insert_id;
98
  }
173
  $sql = "UPDATE `".$this->wpforo->db->prefix . "wpforo_forums` SET `cat_layout` = ".intval($cat_layout)." WHERE `forumid` IN(". implode(',', array_map('intval', $childs)).")";
174
  $this->wpforo->db->query($sql);
175
  }
176
+ $this->delete_tree_cache();
177
  $this->wpforo->notice->add('Forum successfully updated', 'success');
178
  return $forumid;
179
  }
182
  return FALSE;
183
  }
184
 
185
+ public function delete($forumid = 0){
186
+ $forumid = intval($forumid);
187
+ if(!$forumid && isset( $_REQUEST['id'] ) ) $forumid = intval($_REQUEST['id']);
188
+
189
  if( !$this->wpforo->perm->usergroup_can('df') ){
190
  $this->wpforo->notice->add('Permission denied for delete forum', 'error');
191
  return FALSE;
192
  }
193
 
194
+ $childs = array();
195
+ $this->get_childs($forumid, $childs);
196
+ $forumids = implode(',', array_map('intval', $childs));
197
+
198
+ // START delete topic posts include first post
199
+ if( $topicids = $this->wpforo->db->get_col( "SELECT `topicid` FROM ".$this->wpforo->db->prefix."wpforo_topics WHERE `forumid` IN(". esc_sql($forumids) .")" ) ){
200
+ foreach($topicids as $topicid){
201
+ $this->wpforo->topic->delete($topicid);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
202
  }
203
+ }
204
+ // END delete topic posts include first post
205
+
206
+ if($this->wpforo->db->query( "DELETE FROM ".$this->wpforo->db->prefix."wpforo_forums WHERE `forumid` IN(". esc_sql($forumids) .")" )){
207
+ $this->delete_tree_cache();
208
+ $this->wpforo->notice->add('Your forum successfully deleted', 'success');
209
+ return TRUE;
210
+ }
211
+
212
+ $this->wpforo->notice->add('Forum deleting error', 'error');
213
+ return FALSE;
214
+ }
215
+
216
+ public function merge($forumid = 0, $mergeid = 0){
217
+ $forumid = intval($forumid);
218
+ $mergeid = intval($mergeid);
219
+
220
+ if(!$forumid && isset( $_REQUEST['id'] ) ) $forumid = intval($_REQUEST['id']);
221
+ if(!$mergeid && isset( $_REQUEST['forum']['mergeid'] ) ) $mergeid = intval($_REQUEST['forum']['mergeid']);
222
+
223
+ if( !$forumid || !$mergeid ) return false;
224
+
225
+ if( $child_forumids = $this->get_child_forums( $forumid ) ){
226
+ $forumids = trim( implode(',', array_map('intval', $child_forumids)) );
227
+ if( $forumids ){
228
  $merge_layout = $this->wpforo->db->get_var("SELECT `cat_layout` FROM `".$this->wpforo->db->prefix."wpforo_forums` WHERE `forumid` = " . intval($mergeid) );
229
 
230
  if(!$this->wpforo->db->query( "UPDATE ".$this->wpforo->db->prefix."wpforo_forums SET `parentid` = " . intval($mergeid) . ", `cat_layout` = " . intval($merge_layout) . " WHERE `forumid` IN(". esc_sql($forumids) .")" )){
231
  $this->wpforo->notice->add('Forum merging error', 'error');
232
  return FALSE;
233
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
234
  }
235
  }
236
+
237
+ $this->wpforo->db->update(
238
+ $this->wpforo->db->prefix . 'wpforo_topics',
239
+ array( 'forumid' => $mergeid ),
240
+ array( 'forumid' => $forumid ),
241
+ array( '%d' ),
242
+ array( '%d' )
243
+ );
244
+ $this->wpforo->db->update(
245
+ $this->wpforo->db->prefix . 'wpforo_posts',
246
+ array( 'forumid' => $mergeid ),
247
+ array( 'forumid' => $forumid ),
248
+ array( '%d' ),
249
+ array( '%d' )
250
+ );
251
+
252
+ $this->rebuild_last_infos($mergeid);
253
+ $this->rebuild_stats($mergeid);
254
+
255
+ if($this->wpforo->db->delete( $this->wpforo->db->prefix.'wpforo_forums', array( 'forumid' => $forumid ), array( '%d' ) )){
256
+ $this->delete_tree_cache();
257
+ $this->wpforo->notice->add('Forum is successfully merged', 'success');
258
+ return TRUE;
259
+ }
260
+
261
+ $this->wpforo->notice->add('Forum merging error', 'error');
262
+ return FALSE;
263
  }
264
 
265
  public function rebuild_last_infos($forumid){
292
  `last_userid` = ".intval($last_userid).", `last_post_date` = '".esc_sql($last_post_date)."'
293
  WHERE `forumid` = ".intval($forumid) );
294
  }
295
+
296
+ public function rebuild_stats($forumid){
297
+ if( !$forumid = intval($forumid) ) return false;
298
+ $topics = $this->wpforo->topic->get_count( array('forumid' => $forumid) );
299
+ $posts = $this->wpforo->post->get_count( array('forumid' => $forumid) );
300
+
301
+ if( false !== $this->wpforo->db->update(
302
+ $this->wpforo->db->prefix . "wpforo_forums",
303
+ array('topics' => $topics, 'posts' => $posts ),
304
+ array('forumid' => $forumid),
305
+ array('%d', '%d'),
306
+ array('%d')
307
+ ) ) return true;
308
+
309
+ return false;
310
+ }
311
 
312
+ function get_forum( $args){
313
+
314
+ $cache = $this->wpforo->cache->on('memory_cashe');
315
+
316
  if(is_array($args)){
317
  $default = array(
318
  'forumid' => NULL, // forumid
332
  }
333
  $args = wpforo_parse_args( $args, $default );
334
 
335
+ if( $cache && !empty($args['forumid']) ){
336
  if( !empty(self::$cache['forum'][$args['forumid']]) ){
337
  return self::$cache['forum'][$args['forumid']];
338
  }
339
  }
340
 
341
+ if( $cache && !empty($args['slug']) ){
342
  if( !empty(self::$cache['forum'][addslashes($args['slug'])]) ){
343
  return self::$cache['forum'][addslashes($args['slug'])];
344
  }
345
  }
346
  if(!empty($args)){
347
  extract($args, EXTR_OVERWRITE);
 
348
  $sql = "SELECT * FROM `".$this->wpforo->db->prefix."wpforo_forums`";
349
  $wheres = array();
350
  if($forumid != NULL) $wheres[] = "`forumid` = " . intval($forumid);
363
  if(!empty($forum)) {
364
  $forum['url'] = $this->get_forum_url( $forum );
365
  }
366
+ $forum = apply_filters('wpforo_get_forum', $forum);
367
  if($cache && isset($forumid)){
368
  self::$cache['forum'][addslashes($forum['slug'])] = $forum;
369
  return self::$cache['forum'][$forum['forumid']] = $forum;
374
  }
375
  }
376
 
377
+ function get_forums($args = array(), &$items_count = 0 ){
378
+
379
+ $cache = $this->wpforo->cache->on('object_cashe');
380
+
381
  $default = array(
382
  'include' => array(), // array( 2, 10, 25 )
383
  'exclude' => array(), // array( 2, 10, 25 )
395
 
396
  $args = wpforo_parse_args( $args, $default );
397
  if(is_array($args) && !empty($args)){
398
+
399
+ if( $cache ){
400
+ $object_key = md5( serialize($args) . $this->wpforo->current_user_groupid ); $object_cache = $this->wpforo->cache->get( $object_key ); if(!empty($object_cache)){$items_count = $object_cache['items_count']; return $object_cache['items'];}
401
+ }
402
+
403
  extract($args, EXTR_OVERWRITE);
404
 
405
  $include = wpforo_parse_args( $include );
440
  }
441
  }
442
 
443
+ $forums = $this->wpforo->db->get_results($sql, ARRAY_A);
444
+ $forums = apply_filters('wpforo_get_topics', $forums);
445
 
446
+ if($cache && isset($object_key) && !empty($forums)){
447
+ self::$cache['forums'][$object_key]['items'] = $forums;
448
+ self::$cache['forums'][$object_key]['items_count'] = $items_count;
449
+ }
450
+ return $forums;
451
  }
452
  }
453
 
479
  }
480
 
481
  function update_hierarchy(){
482
+
483
+ $this->delete_tree_cache();
484
+
485
  if(is_array($_REQUEST['forum']) && !empty($_REQUEST['forum'])){
486
  $i = 0;
487
  foreach($_REQUEST['forum'] as $hierarchy){
584
  $ad = $wpforo->ad->get_ad($_GET['id']);
585
  $ad_forumids = explode(',', $ad['forumids']);
586
  }
587
+ ?><option value="<?php echo intval($forumid) ?>"<?php echo( !$cats && $depth == 0 ? ' disabled ': ''); echo ( $forumid == $this->parentid($topicid) || (isset( $_GET['forumid'] ) && $forumid == $_GET['forumid']) || ( !empty($_GET['wpff']) && in_array($forumid, $_GET['wpff']) ) || ( !empty($ad_forumids) && in_array($forumid, $ad_forumids) ) || ( isset($_GET['parentid']) && $_GET['parentid'] == $forumid ) ? ' selected ' : '' ) ?> > <?php echo esc_html(str_repeat( '— ', $depth ) . trim($name)) ?></option><?php
588
  }elseif($type == 'drag_menu'){
589
  $cur_forum = $this->wpforo->db->get_row("SELECT `cat_layout`, `topics`, `posts` FROM `".$this->wpforo->db->prefix."wpforo_forums` WHERE `forumid` = ".intval($forumid), ARRAY_A);
590
  $cat_layout_name = ( $cur_forum['cat_layout'] == 2 ? 'Simplified Layout' : ( $cur_forum['cat_layout'] == 3 ? 'QA Layout' : 'Extended Layout' ) ); ?>
603
  <?php if( $this->wpforo->perm->usergroup_can('df') ): ?>
604
  <span class="menu_delete"><a href="<?php echo admin_url( 'admin.php?page=wpforo-forums&id=' . intval($forumid) . '&action=del' ) ?>"><img src="<?php echo WPFORO_URL ?>/wpf-assets/images/icons/trash<?php echo ((!$depth) ? '-dark' : ''); ?>.png" title="<?php _e('delete', 'wpforo') ?>"/></a></span>&nbsp;|&nbsp;
605
  <?php endif; ?>
606
+ <span class="menu_view"><a href="<?php echo esc_url(wpforo_forum($forumid, 'url')); ?>" > <img src="<?php echo WPFORO_URL ?>/wpf-assets/images/icons/eye<?php echo ((!$depth) ? '-dark' : ''); ?>.png" title="<?php _e('View', 'wpforo') ?>"/> </a> </span>
607
 
608
  </span>
609
  </dt>
620
  $old_depth = $depth;
621
  if(isset($wpforo->current_object) && isset($wpforo->current_object['forumid'])){
622
  if( $forumid == $wpforo->current_object['forumid'] ){
623
+ echo'<span class="wpf-dl-item wpf-dl-current"><i class="fa fa-comments-o"></i><strong>'.esc_html($name).'</strong><a href="' . esc_url( wpforo_forum($forumid, 'url') ) . '" >&nbsp;&raquo;</a></span>';
624
  }
625
  else{
626
+ echo'<span class="wpf-dl-item"><a href="'.esc_url( wpforo_forum($forumid, 'url') ).'" ><i class="fa fa-comments-o"></i>'.esc_html($name).'</a></span>';
627
  }
628
  }
629
  else{
630
+ echo'<span class="wpf-dl-item"><a href="'.esc_url( wpforo_forum($forumid, 'url') ).'" ><i class="fa fa-comments-o"></i>'.esc_html($name).'</a></span>';
631
  }
632
  }
633
  $subforums = $this->get_child_forums($forumid);
637
  }
638
  }
639
 
640
+ function tree( $type = 'front_list', $cats = TRUE, $topicid = 0 ){
641
  $parentids = $this->wpforo->db->get_results("SELECT `forumid` AS parentid FROM `".$this->wpforo->db->prefix."wpforo_forums` WHERE `parentid` = 0 ORDER BY `order`", ARRAY_A);
642
  if(!empty($parentids)){
643
  foreach( $parentids as $parentid ){
644
  $data[] = $parentid['parentid'];
645
  }
646
+ if( !wpforo_is_admin() ){
647
+ $key = md5( serialize($data) . $type . (int)$cats . $this->wpforo->current_user_groupid );
648
+ $html = get_option( 'wpforo_forum_tree_' . $key );
649
+ if( $html ){
650
+ echo $html;
651
+ }
652
+ elseif( function_exists('ob_start') ){
653
+ ob_start();
654
+ $this->forum_list($data, $type, $cats);
655
+ $html = ob_get_clean();
656
+ if($type != 'drag_menu'){
657
+ update_option( 'wpforo_forum_tree_' . $key, $html );
658
+ }
659
+ echo $html;
660
+ }
661
+ }
662
+ else{
663
+ $this->forum_list($data, $type, $cats);
664
+ }
665
  }
666
  }
667
  // end forums tree for drop down menu
668
 
669
+ public function delete_tree_cache() {
670
+ $this->wpforo->db->query("DELETE FROM " . $this->wpforo->db->options . " WHERE `option_name` LIKE 'wpforo_forum_tree_%'");
671
+ }
672
+
673
  function parentid( $topicid = 0 ){
674
  if(isset($_GET['page']) && $_GET['page'] == 'wpforo-forums'){
675
  if( isset($_GET['id'])) return $this->wpforo->db->get_var("SELECT `parentid` FROM `".$this->wpforo->db->prefix."wpforo_forums` WHERE `forumid` = ".intval($_GET['id']));
709
  || ($name == 'Customer' && $value['access'] == 'standard')
710
  || ($name == 'Moderator' && $value['access'] == 'moderator')
711
  || ($name == 'Admin' && $value['access'] == 'full')
712
+ || ($name != 'Guest' && $name != 'Registered' && $name != 'Customer' && $name != 'Moderator' && $name != 'Admin' && $value['access'] == 'standard') )) ? ' selected ' : '').'>'.esc_html( __( $value['title'], 'wpforo') ).'</option>';
713
  }
714
  echo'
715
  </select>
808
  }
809
 
810
  if( is_array($forum) && !empty($forum) ){
811
+ return wpforo_home_url( utf8_uri_encode($forum['slug']) );
812
  }else{
813
+ return wpforo_home_url();
814
  }
815
  }
816
 
826
  }
827
  }
828
 
829
+ function get_count( $args = array() ){
830
+ $sql = "SELECT COUNT(`forumid`) FROM `".$this->wpforo->db->prefix."wpforo_forums`";
831
+ if( !empty($args) ){
832
+ $wheres = array();
833
+ foreach ($args as $key => $value) $wheres[] = "`$key` = " . intval($value);
834
+ if($wheres) $sql .= " WHERE " . implode(' AND ', $wheres);
835
+ }
836
+ return $this->wpforo->db->get_var($sql);
837
  }
838
 
839
  function get_lastinfo( $ids = array() ){
wpf-includes/class-members.php CHANGED
@@ -6,13 +6,17 @@
6
  class wpForoMember{
7
 
8
  private $wpforo;
9
- private static $cache = array();
10
 
11
  function __construct( $wpForo ){
12
  if(!isset($this->wpforo)) $this->wpforo = $wpForo;
13
  add_action('delete_user_form', array(&$this, 'show_delete_form'), 10, 2);
14
  }
15
 
 
 
 
 
16
  public function send_new_user_notifications($user_id, $notify = 'admin'){
17
  wp_send_new_user_notifications( $user_id, $notify );
18
  }
@@ -162,8 +166,8 @@ class wpForoMember{
162
  $this->wpforo->notice->add('Illegal character in username.', 'error');
163
  $user_login = '';
164
  return FALSE;
165
- }elseif( strlen($user_login) < 3 || strlen($user_login) > 15 ){
166
- $this->wpforo->notice->add('Username length must be between 3 characters and 15 characters.', 'error');
167
  return FALSE;
168
  }elseif ( username_exists( $sanitized_user_login ) ) {
169
  $errors->add( 'username_exists', __( '<strong>ERROR</strong>: This username is already registered. Please choose another one.' ) );
@@ -393,6 +397,8 @@ class wpForoMember{
393
 
394
  function get_member($args = array(), $cache = false){
395
 
 
 
396
  if(is_array($args)){
397
 
398
  $default = array(
@@ -686,10 +692,11 @@ class wpForoMember{
686
  public function avatar($member, $attr = '', $size = '', $cache = false){
687
 
688
  if(!isset($member['userid'])) return;
 
689
 
690
  $src = $member['avatar'];
691
  $userid = $member['userid'];
692
- if(isset(self::$cache['avatar'][$userid])){
693
  if(self::$cache['avatar'][$userid]['attr'] == $attr && self::$cache['avatar'][$userid]['size'] == $size){
694
  if(isset(self::$cache['avatar'][$userid]['img'])){
695
  return self::$cache['avatar'][$userid]['img'];
@@ -714,7 +721,10 @@ class wpForoMember{
714
  }
715
 
716
  function get_avatar($userid, $attr = '', $size = '', $cache = false){
717
- if(isset(self::$cache['avatar'][$userid])){
 
 
 
718
  if(self::$cache['avatar'][$userid]['attr'] == $attr && self::$cache['avatar'][$userid]['size'] == $size){
719
  if(isset(self::$cache['avatar'][$userid]['img'])){
720
  return self::$cache['avatar'][$userid]['img'];
@@ -791,23 +801,23 @@ class wpForoMember{
791
  }
792
 
793
  function get_profile_url( $arg, $template = 'profile' ){
794
- if(!$arg) return WPFORO_BASE_URL;
795
  $userid = intval( basename($arg) );
796
  $member_args = ( $userid ? $userid : array( 'username' => basename($arg) ) );
797
  $user = $this->get_member( $member_args );
798
- if(empty($user)) return WPFORO_BASE_URL;
799
  $user_slug = ( wpfo($this->wpforo->member_options['url_structure'], false) == 'id' ? $user['ID'] : $user['user_nicename'] );
800
- return WPFORO_BASE_URL . "$template/$user_slug";
801
  }
802
 
803
  function profile_url( $member = array(), $template = 'profile' ){
804
  if(isset($member['ID']) || isset($member['user_nicename'])){
805
  $user_slug = ( wpfo($this->wpforo->member_options['url_structure'], false) == 'id' ? $member['ID'] : $member['user_nicename'] );
806
- $profile_url = WPFORO_BASE_URL . "$template/$user_slug";
807
  $profile_url = apply_filters( 'wpforo_profile_url', $profile_url, $member, $template );
808
  }
809
  else{
810
- $profile_url = WPFORO_BASE_URL;
811
  $profile_url = apply_filters( 'wpforo_no_profile_url', $profile_url, $template );
812
 
813
  }
@@ -818,6 +828,8 @@ class wpForoMember{
818
  //$live_count = TRUE / FALSE
819
  function get_stat( $args = array(), $live_count = false, $cache = false ){
820
 
 
 
821
  $stat = array( 'points' => 0,
822
  'rating' => 0,
823
  'rating_procent' => 0,
@@ -890,8 +902,11 @@ class wpForoMember{
890
  }
891
 
892
 
893
- function is_online( $userid, $duration = 240, $cache = true ){
894
- if(isset(self::$cache['online'][$userid])){
 
 
 
895
  if(self::$cache['online'][$userid]['durration'] == $duration ){
896
  if(isset(self::$cache['online'][$userid]['status'])){
897
  return self::$cache['online'][$userid]['status'];
@@ -908,7 +923,7 @@ class wpForoMember{
908
  else{
909
  $status = false;
910
  }
911
- if($cache){
912
  self::$cache['online'][$userid]['durration'] = $duration;
913
  return self::$cache['online'][$userid]['status'] = $status;
914
  }
@@ -1046,6 +1061,7 @@ class wpForoMember{
1046
  public function reset($userid){
1047
  if( !$userid ) return;
1048
  $this->wpforo->db->query( "DELETE FROM `" . $this->wpforo->db->base_prefix ."usermeta` WHERE `meta_key` = '_wpf_member_obj' AND `user_id` = " . intval($userid) );
 
1049
  }
1050
 
1051
  public function clear_db_cache(){
6
  class wpForoMember{
7
 
8
  private $wpforo;
9
+ static $cache = array( 'users' => array(), 'user' => array() );
10
 
11
  function __construct( $wpForo ){
12
  if(!isset($this->wpforo)) $this->wpforo = $wpForo;
13
  add_action('delete_user_form', array(&$this, 'show_delete_form'), 10, 2);
14
  }
15
 
16
+ public function get_cache( $var ){
17
+ if( isset(self::$cache[$var]) ) return self::$cache[$var];
18
+ }
19
+
20
  public function send_new_user_notifications($user_id, $notify = 'admin'){
21
  wp_send_new_user_notifications( $user_id, $notify );
22
  }
166
  $this->wpforo->notice->add('Illegal character in username.', 'error');
167
  $user_login = '';
168
  return FALSE;
169
+ }elseif( strlen($user_login) < 3 || strlen($user_login) > 30 ){
170
+ $this->wpforo->notice->add('Username length must be between 3 characters and 30 characters.', 'error');
171
  return FALSE;
172
  }elseif ( username_exists( $sanitized_user_login ) ) {
173
  $errors->add( 'username_exists', __( '<strong>ERROR</strong>: This username is already registered. Please choose another one.' ) );
397
 
398
  function get_member($args = array(), $cache = false){
399
 
400
+ $cache = $this->wpforo->cache->on('memory_cashe');
401
+
402
  if(is_array($args)){
403
 
404
  $default = array(
692
  public function avatar($member, $attr = '', $size = '', $cache = false){
693
 
694
  if(!isset($member['userid'])) return;
695
+ $cache = $this->wpforo->cache->on('memory_cashe');
696
 
697
  $src = $member['avatar'];
698
  $userid = $member['userid'];
699
+ if($cache && isset(self::$cache['avatar'][$userid])){
700
  if(self::$cache['avatar'][$userid]['attr'] == $attr && self::$cache['avatar'][$userid]['size'] == $size){
701
  if(isset(self::$cache['avatar'][$userid]['img'])){
702
  return self::$cache['avatar'][$userid]['img'];
721
  }
722
 
723
  function get_avatar($userid, $attr = '', $size = '', $cache = false){
724
+
725
+ $cache = $this->wpforo->cache->on('memory_cashe');
726
+
727
+ if($cache && isset(self::$cache['avatar'][$userid])){
728
  if(self::$cache['avatar'][$userid]['attr'] == $attr && self::$cache['avatar'][$userid]['size'] == $size){
729
  if(isset(self::$cache['avatar'][$userid]['img'])){
730
  return self::$cache['avatar'][$userid]['img'];
801
  }
802
 
803
  function get_profile_url( $arg, $template = 'profile' ){
804
+ if(!$arg) return wpforo_home_url();
805
  $userid = intval( basename($arg) );
806
  $member_args = ( $userid ? $userid : array( 'username' => basename($arg) ) );
807
  $user = $this->get_member( $member_args );
808
+ if(empty($user)) return wpforo_home_url();
809
  $user_slug = ( wpfo($this->wpforo->member_options['url_structure'], false) == 'id' ? $user['ID'] : $user['user_nicename'] );
810
+ return wpforo_home_url("$template/$user_slug");
811
  }
812
 
813
  function profile_url( $member = array(), $template = 'profile' ){
814
  if(isset($member['ID']) || isset($member['user_nicename'])){
815
  $user_slug = ( wpfo($this->wpforo->member_options['url_structure'], false) == 'id' ? $member['ID'] : $member['user_nicename'] );
816
+ $profile_url = wpforo_home_url("$template/$user_slug");
817
  $profile_url = apply_filters( 'wpforo_profile_url', $profile_url, $member, $template );
818
  }
819
  else{
820
+ $profile_url = wpforo_home_url();
821
  $profile_url = apply_filters( 'wpforo_no_profile_url', $profile_url, $template );
822
 
823
  }
828
  //$live_count = TRUE / FALSE
829
  function get_stat( $args = array(), $live_count = false, $cache = false ){
830
 
831
+ $cache = $this->wpforo->cache->on('memory_cashe');
832
+
833
  $stat = array( 'points' => 0,
834
  'rating' => 0,
835
  'rating_procent' => 0,
902
  }
903
 
904
 
905
+ function is_online( $userid, $duration = 240 ){
906
+
907
+ $cache = $this->wpforo->cache->on('memory_cashe');
908
+
909
+ if( $cache && isset(self::$cache['online'][$userid]) ){
910
  if(self::$cache['online'][$userid]['durration'] == $duration ){
911
  if(isset(self::$cache['online'][$userid]['status'])){
912
  return self::$cache['online'][$userid]['status'];
923
  else{
924
  $status = false;
925
  }
926
+ if( $cache ){
927
  self::$cache['online'][$userid]['durration'] = $duration;
928
  return self::$cache['online'][$userid]['status'] = $status;
929
  }
1061
  public function reset($userid){
1062
  if( !$userid ) return;
1063
  $this->wpforo->db->query( "DELETE FROM `" . $this->wpforo->db->base_prefix ."usermeta` WHERE `meta_key` = '_wpf_member_obj' AND `user_id` = " . intval($userid) );
1064
+ wpforo_clean_cache( $userid, 'user' );
1065
  }
1066
 
1067
  public function clear_db_cache(){
wpf-includes/class-moderation.php CHANGED
@@ -18,7 +18,7 @@ class wpForoModeration
18
  public function init(){
19
  if( !$this->wpforo->perm->usergroup_can( 'aup' ) ){
20
  add_filter('wpforo_add_topic_data_filter', array(&$this, 'auto_moderate'));
21
- add_filter('wpforo_add_topic_data_filter', array(&$this, 'auto_moderate'));
22
  }
23
  else{
24
  if( !$this->wpforo->perm->can_link() ){
@@ -43,8 +43,10 @@ class wpForoModeration
43
  add_filter('wpforo_edit_post_data_filter', array(&$this, 'spam_post'), 9);
44
  }
45
  }
46
- add_filter('wpforo_add_topic_data_filter', array(&$this, 'auto_moderate'), 10);
47
- add_filter('wpforo_add_post_data_filter', array(&$this, 'auto_moderate'), 10);
 
 
48
  }
49
  }
50
 
@@ -299,19 +301,22 @@ class wpForoModeration
299
  $item['status'] = 1;
300
  return $item;
301
  }
302
- else{
303
- if( $this->wpforo->member->current_user_is_new() ){
304
- if( ( isset($item['status']) && $item['status'] == 1 ) || $this->has_unapproved( $this->wpforo->current_userid ) ){
305
- $this->set_all_unapproved( $this->wpforo->current_userid );
306
- $item['status'] = 1;
307
- }
308
  }
309
- else{
310
- if( !$this->has_approved( $this->wpforo->current_userid ) ){
311
- $item['status'] = 1;
312
- }
313
  }
314
  }
 
 
 
 
 
 
315
  return $item;
316
  }
317
 
@@ -371,11 +376,16 @@ class wpForoModeration
371
  if( isset($item['title']) && $item['title'] ){
372
  if(preg_match('/((http|https)\:\/\/)?[a-zA-Z0-9\.\/\?\:@\-_=#]+\.([a-zA-Z0-9\&\.\/\?\:@\-_=#])*/is', $item['title'] )){
373
  $item['title'] = preg_replace('/((http|https)\:\/\/)?[a-zA-Z0-9\.\/\?\:@\-_=#]+\.([a-zA-Z0-9\&\.\/\?\:@\-_=#])*/is', ' -' . wpforo_phrase('removed link', false, false) . '- ', $item['title']);
374
- $this->auto_moderate($item);
375
  }
376
  }
377
  return $item;
378
  }
379
 
 
 
 
 
 
 
380
 
381
  }
18
  public function init(){
19
  if( !$this->wpforo->perm->usergroup_can( 'aup' ) ){
20
  add_filter('wpforo_add_topic_data_filter', array(&$this, 'auto_moderate'));
21
+ add_filter('wpforo_add_post_data_filter', array(&$this, 'auto_moderate'));
22
  }
23
  else{
24
  if( !$this->wpforo->perm->can_link() ){
43
  add_filter('wpforo_edit_post_data_filter', array(&$this, 'spam_post'), 9);
44
  }
45
  }
46
+ if ( $this->wpforo->tools_antispam['spam_filter'] ) {
47
+ add_filter('wpforo_add_topic_data_filter', array(&$this, 'auto_moderate'), 10);
48
+ add_filter('wpforo_add_post_data_filter', array(&$this, 'auto_moderate'), 10);
49
+ }
50
  }
51
  }
52
 
301
  $item['status'] = 1;
302
  return $item;
303
  }
304
+
305
+ if( $this->wpforo->member->current_user_is_new() ){
306
+ if( ( isset($item['status']) && $item['status'] == 1 ) || $this->has_unapproved( $this->wpforo->current_userid ) ){
307
+ $this->set_all_unapproved( $this->wpforo->current_userid );
308
+ $item['status'] = 1;
 
309
  }
310
+ if( isset($item['body']) && isset($item['title']) && ( $this->has_link($item['body']) || $this->has_link($item['title']) ) ){
311
+ $item['status'] = 1;
 
 
312
  }
313
  }
314
+ else{
315
+ if( !$this->has_approved( $this->wpforo->current_userid ) ){
316
+ $item['status'] = 1;
317
+ }
318
+ }
319
+
320
  return $item;
321
  }
322
 
376
  if( isset($item['title']) && $item['title'] ){
377
  if(preg_match('/((http|https)\:\/\/)?[a-zA-Z0-9\.\/\?\:@\-_=#]+\.([a-zA-Z0-9\&\.\/\?\:@\-_=#])*/is', $item['title'] )){
378
  $item['title'] = preg_replace('/((http|https)\:\/\/)?[a-zA-Z0-9\.\/\?\:@\-_=#]+\.([a-zA-Z0-9\&\.\/\?\:@\-_=#])*/is', ' -' . wpforo_phrase('removed link', false, false) . '- ', $item['title']);
 
379
  }
380
  }
381
  return $item;
382
  }
383
 
384
+ public function has_link( $content ){
385
+ if( preg_match('/((http|https)\:\/\/)?[a-zA-Z0-9\.\/\?\:@\-_=#]+\.([a-zA-Z0-9\&\.\/\?\:@\-_=#])*/is', $content ) ){
386
+ return true;
387
+ }
388
+ return false;
389
+ }
390
 
391
  }
wpf-includes/class-notices.php CHANGED
@@ -37,7 +37,7 @@ class wpForoNotices{
37
  *
38
  * @return bool
39
  */
40
- public function add( $args, $type = '' ){
41
  if(!$args) return FALSE;
42
  if(!is_array($args)) $args = array($args);
43
 
@@ -46,6 +46,11 @@ class wpForoNotices{
46
  if( !empty($_SESSION['wpforo_notices']) ){
47
  foreach($args as $arg) $_SESSION['wpforo_notices'][] = $arg;
48
  }else{
 
 
 
 
 
49
  $_SESSION['wpforo_notices'] = $args;
50
  }
51
  $_SESSION['wpforo_notices'] = array_unique($_SESSION['wpforo_notices']);
37
  *
38
  * @return bool
39
  */
40
+ public function add( $args, $type = '', $s = array() ){
41
  if(!$args) return FALSE;
42
  if(!is_array($args)) $args = array($args);
43
 
46
  if( !empty($_SESSION['wpforo_notices']) ){
47
  foreach($args as $arg) $_SESSION['wpforo_notices'][] = $arg;
48
  }else{
49
+ if( !empty($s) ){
50
+ foreach($args as $key => $arg){
51
+ if( isset($s[$key]) ) $args[$key] = sprintf( wpforo_phrase($arg, FALSE), $s[$key] );
52
+ }
53
+ }
54
  $_SESSION['wpforo_notices'] = $args;
55
  }
56
  $_SESSION['wpforo_notices'] = array_unique($_SESSION['wpforo_notices']);
wpf-includes/class-permissions.php CHANGED
@@ -6,11 +6,11 @@
6
  class wpForoPermissions{
7
 
8
  private $wpforo;
9
- private static $cache = array();
10
 
11
  function __construct( $wpForo ){
12
  if(!isset($this->wpforo)) $this->wpforo = $wpForo;
13
- if( isset( $this->wpforo->post_options['lang'] ) && $this->wpforo->post_options['lang'] ){
14
  $accesses = $this->get_accesses();
15
  if(!empty($accesses)){
16
  foreach( $accesses as $access ){
@@ -191,7 +191,7 @@ class wpForoPermissions{
191
  $groupid = $this->wpforo->current_user_groupid;
192
  }
193
 
194
- if( $forum = $this->wpforo->forum->get_forum($forumid, true) ){
195
  $permissions = unserialize($forum['permissions']);
196
  if( isset($permissions[$groupid]) ){
197
  $access = $permissions[$groupid];
6
  class wpForoPermissions{
7
 
8
  private $wpforo;
9
+ static $cache = array();
10
 
11
  function __construct( $wpForo ){
12
  if(!isset($this->wpforo)) $this->wpforo = $wpForo;
13
+ if( isset( $this->wpforo->general_options['lang'] ) && $this->wpforo->general_options['lang'] ){
14
  $accesses = $this->get_accesses();
15
  if(!empty($accesses)){
16
  foreach( $accesses as $access ){
191
  $groupid = $this->wpforo->current_user_groupid;
192
  }
193
 
194
+ if( $forum = wpforo_forum($forumid) ){
195
  $permissions = unserialize($forum['permissions']);
196
  if( isset($permissions[$groupid]) ){
197
  $access = $permissions[$groupid];
wpf-includes/class-posts.php CHANGED
@@ -5,12 +5,16 @@
5
  class wpForoPost{
6
 
7
  private $wpforo;
8
- private static $cache = array( 'post' => array(), 'topic_slug' => array(), 'forum_slug' => array(), 'post_url' => array() );
9
 
10
  function __construct( $wpForo ){
11
  if(!isset($this->wpforo)) $this->wpforo = $wpForo;
12
  }
13
 
 
 
 
 
14
  public function add( $args = array() ){
15
 
16
  if( empty($args) && empty($_REQUEST['post']) ){ $this->wpforo->notice->add('Reply request error', 'error'); return FALSE; }
@@ -183,11 +187,11 @@ class wpForoPost{
183
  */
184
 
185
  function delete($postid){
186
-
187
  $postid = intval($postid);
188
 
189
  if( !$post = $this->get_post($postid) ) return true;
190
- if( $post['is_first_post'] ) return $this->wpforo->topic->delete($post['topicid']);
 
191
 
192
  $diff = current_time( 'timestamp', 1 ) - strtotime($post['created']);
193
  if( !($this->wpforo->perm->forum_can('dr', $post['forumid']) || ($this->wpforo->current_userid == $post['userid'] && $this->wpforo->perm->forum_can('dor', $post['forumid']) && $diff < $this->wpforo->post_options['dor_durr'])) ){
@@ -225,26 +229,23 @@ class wpForoPost{
225
  }
226
  }
227
 
228
- do_action('wpforo_after_delete_post', $post);
229
-
230
  if($this->wpforo->db->query( "UPDATE IGNORE " . $this->wpforo->db->prefix . "wpforo_topics SET `last_post` = " . intval($last_post['postid']) . ", `posts` = IF( (`posts` - 1) < 0, 0, `posts` - 1 ) $answ_incr WHERE `topicid` = " . intval( $post['topicid'] ))){
231
  if( $this->wpforo->db->query( "UPDATE IGNORE `" . $this->wpforo->db->prefix . "wpforo_forums` SET `last_post_date` = '" . esc_sql($last_post['created']) . "', `last_userid` = " . intval($last_post['userid']) . ", `last_postid` = " . intval($last_post['postid']) . ", `posts` = IF( (`posts` - 1) < 0, 0, `posts` - 1 ) WHERE `forumid` = " . intval( $post['forumid'] ))){
232
  if( $this->wpforo->db->query( "UPDATE IGNORE `" . $this->wpforo->db->prefix . "wpforo_profiles` SET `posts` = IF( (`posts` - 1) < 0, 0, `posts` - 1 ) $answ_incr $comm_incr WHERE `userid` = " . intval($post['userid']) ) ){
233
  $this->wpforo->member->reset($post['userid']);
234
  $this->wpforo->notice->add('This post successfully deleted', 'success');
235
- return TRUE;
236
  }
237
  }
238
  }
 
 
 
 
 
239
  }
240
 
241
- if( isset($_GET['page']) && $_GET['page'] == 'wpforo-moderations' ){
242
- //Don't check errors
243
- }
244
- else{
245
- $this->wpforo->notice->add('Post delete error', 'error');
246
- return FALSE;
247
- }
248
  }
249
 
250
  #################################################################################
@@ -255,22 +256,25 @@ class wpForoPost{
255
  *
256
  * @since 1.0.0
257
  *
258
- * @param mixed defined arguments array for returning
259
- *
260
  * @return array
261
  */
262
- function get_post($postid, $cache = true){
263
 
264
  $post = array();
 
265
 
266
  if( $cache && isset(self::$cache['post'][$postid]) ){
267
  return self::$cache['post'][$postid];
268
  }
269
 
270
- $sql = "SELECT * FROM `".$this->wpforo->db->prefix."wpforo_posts` WHERE `postid` = ".intval($postid);
271
  $post = $this->wpforo->db->get_row($sql, ARRAY_A);
272
  if(!empty($post)) $post['userid'] = intval($post['userid']);
273
 
 
 
 
 
274
  if( isset($post['status']) && $post['status'] && !wpforo_is_owner($post['userid'])){
275
  if( isset($post['forumid']) && $post['forumid'] && !$this->wpforo->perm->forum_can('au', $post['forumid']) ){
276
  return array();
@@ -284,23 +288,26 @@ class wpForoPost{
284
  $post = apply_filters('wpforo_get_post', $post);
285
  return $post;
286
  }
 
287
  /**
288
- * array get_topic(array or id(num))
289
  * Returns merged arguments array from defined and default arguments.
290
  *
291
  * @since 1.0.0
292
  *
293
- * @param array defined arguments array for returning
294
  *
295
- * @return associative array where count is topic count and other numeric arrays with topic
296
  */
297
  function get_posts($args = array(), &$items_count = 0){
298
 
 
 
299
  $default = array(
300
  'include' => array(), // array( 2, 10, 25 )
301
  'exclude' => array(), // array( 2, 10, 25 )
302
 
303
  'topicid' => NULL, // topic id in DB
 
304
  'parentid' => -1, // parent post id
305
  'userid' => NULL, // user id in DB
306
  'orderby' => 'postid', // forumid, order, parentid
@@ -315,6 +322,11 @@ class wpForoPost{
315
  $args = wpforo_parse_args( $args, $default );
316
 
317
  if(is_array($args) && !empty($args)){
 
 
 
 
 
318
  extract($args, EXTR_OVERWRITE);
319
 
320
  if( $row_count === 0 ) return array();
@@ -376,17 +388,19 @@ class wpForoPost{
376
  }
377
 
378
  $posts = $this->wpforo->db->get_results($sql, ARRAY_A);
379
-
380
  $posts = apply_filters('wpforo_get_posts', $posts);
381
 
382
  if( $check_private ){
383
  foreach($posts as $key => $post){
384
- if( isset($post['forumid']) && isset($post['private']) && $post['private'] && !wpforo_is_owner($post['userid']) ){
 
 
 
385
  if( !$this->wpforo->perm->forum_can('vp', $post['forumid']) ){
386
  unset($posts[$key]);
387
  }
388
  }
389
- if( isset($post['forumid']) && isset($post['status']) && $post['status'] && !wpforo_is_owner($post['userid']) ){
390
  if( !$this->wpforo->perm->forum_can('au', $post['forumid']) ){
391
  unset($posts[$key]);
392
  }
@@ -394,8 +408,11 @@ class wpForoPost{
394
  }
395
  }
396
 
 
 
 
 
397
  return $posts;
398
-
399
  }
400
  }
401
 
@@ -570,7 +587,9 @@ class wpForoPost{
570
  * @return string or false
571
  */
572
 
573
- function get_forumslug_byid($postid, $cache = true){
 
 
574
 
575
  if( $cache && isset(self::$cache['forum_slug'][$postid]) ){
576
  return self::$cache['forum_slug'][$postid];
@@ -602,7 +621,9 @@ class wpForoPost{
602
  * @return string or false
603
  */
604
 
605
- function get_topicslug_byid( $postid, $cache = true ){
 
 
606
 
607
  if( $cache && isset(self::$cache['topic_slug'][$postid]) ){
608
  return self::$cache['topic_slug'][$postid];
@@ -630,7 +651,7 @@ class wpForoPost{
630
  *
631
  * @return string $url
632
  */
633
- function get_post_url( $arg, $cache = true ){
634
 
635
  $position = array();
636
 
@@ -642,28 +663,16 @@ class wpForoPost{
642
  $post = $arg;
643
  $postid = $post['postid'];
644
  }
645
-
646
  if( is_array($post) && !empty($post) ){
647
- if( $cache && isset(self::$cache['post_url'][$post['topicid']][$post['postid']]) ){
648
- $position = self::$cache['post_url'][$post['topicid']][$post['postid']];
649
- }
650
- $url = WPFORO_BASE_URL . $this->get_forumslug_byid($postid) . '/' . $this->get_topicslug_byid($postid);
651
  if( $post['topicid'] ){
652
  if( !$position ) $position = $this->wpforo->db->get_var("SELECT COUNT(`postid`) FROM `".$this->wpforo->db->prefix."wpforo_posts` WHERE `topicid` = ".intval($post['topicid'])." AND `postid` <= " . ($post['parentid'] ? intval($post['parentid']) : intval($postid) ) . " ORDER BY `postid`");
653
- if($cache && isset($position)){
654
- self::$cache['post_url'][$post['topicid']][$post['postid']] = $position;
655
- }
656
- if( $position <= $this->wpforo->post_options['posts_per_page'] ) return $url . "/#post-" . intval($postid);
657
  $paged = ceil( $position/$this->wpforo->post_options['posts_per_page'] );
658
- return $url . "/paged/".$paged."/#post-" . intval($postid);
659
  }
660
- else{
661
- return WPFORO_BASE_URL;
662
- }
663
- }else{
664
- return WPFORO_BASE_URL;
665
  }
666
-
667
  }
668
 
669
 
@@ -685,8 +694,14 @@ class wpForoPost{
685
  return $is_answered;
686
  }
687
 
688
- function get_count(){
689
- return $this->wpforo->db->get_var( "SELECT COUNT(`postid`) FROM `".$this->wpforo->db->prefix."wpforo_posts`" );
 
 
 
 
 
 
690
  }
691
 
692
  function unapproved_count(){
5
  class wpForoPost{
6
 
7
  private $wpforo;
8
+ public static $cache = array( 'posts' => array(), 'post' => array(), 'item' => array(), 'topic_slug' => array(), 'forum_slug' => array(), 'post_url' => array() );
9
 
10
  function __construct( $wpForo ){
11
  if(!isset($this->wpforo)) $this->wpforo = $wpForo;
12
  }
13
 
14
+ public function get_cache( $var ){
15
+ if( isset(self::$cache[$var]) ) return self::$cache[$var];
16
+ }
17
+
18
  public function add( $args = array() ){
19
 
20
  if( empty($args) && empty($_REQUEST['post']) ){ $this->wpforo->notice->add('Reply request error', 'error'); return FALSE; }
187
  */
188
 
189
  function delete($postid){
 
190
  $postid = intval($postid);
191
 
192
  if( !$post = $this->get_post($postid) ) return true;
193
+
194
+ do_action('wpforo_before_delete_post', $post);
195
 
196
  $diff = current_time( 'timestamp', 1 ) - strtotime($post['created']);
197
  if( !($this->wpforo->perm->forum_can('dr', $post['forumid']) || ($this->wpforo->current_userid == $post['userid'] && $this->wpforo->perm->forum_can('dor', $post['forumid']) && $diff < $this->wpforo->post_options['dor_durr'])) ){
229
  }
230
  }
231
 
 
 
232
  if($this->wpforo->db->query( "UPDATE IGNORE " . $this->wpforo->db->prefix . "wpforo_topics SET `last_post` = " . intval($last_post['postid']) . ", `posts` = IF( (`posts` - 1) < 0, 0, `posts` - 1 ) $answ_incr WHERE `topicid` = " . intval( $post['topicid'] ))){
233
  if( $this->wpforo->db->query( "UPDATE IGNORE `" . $this->wpforo->db->prefix . "wpforo_forums` SET `last_post_date` = '" . esc_sql($last_post['created']) . "', `last_userid` = " . intval($last_post['userid']) . ", `last_postid` = " . intval($last_post['postid']) . ", `posts` = IF( (`posts` - 1) < 0, 0, `posts` - 1 ) WHERE `forumid` = " . intval( $post['forumid'] ))){
234
  if( $this->wpforo->db->query( "UPDATE IGNORE `" . $this->wpforo->db->prefix . "wpforo_profiles` SET `posts` = IF( (`posts` - 1) < 0, 0, `posts` - 1 ) $answ_incr $comm_incr WHERE `userid` = " . intval($post['userid']) ) ){
235
  $this->wpforo->member->reset($post['userid']);
236
  $this->wpforo->notice->add('This post successfully deleted', 'success');
 
237
  }
238
  }
239
  }
240
+
241
+ do_action('wpforo_after_delete_post', $post);
242
+
243
+ if( $post['is_first_post'] ) return $this->wpforo->topic->delete($post['topicid']);
244
+ return TRUE;
245
  }
246
 
247
+ $this->wpforo->notice->add('Post delete error', 'error');
248
+ return FALSE;
 
 
 
 
 
249
  }
250
 
251
  #################################################################################
256
  *
257
  * @since 1.0.0
258
  *
 
 
259
  * @return array
260
  */
261
+ function get_post($postid){
262
 
263
  $post = array();
264
+ $cache = $this->wpforo->cache->on('memory_cashe');
265
 
266
  if( $cache && isset(self::$cache['post'][$postid]) ){
267
  return self::$cache['post'][$postid];
268
  }
269
 
270
+ $sql = "SELECT * FROM `".$this->wpforo->db->prefix."wpforo_posts` WHERE `postid` = " . intval($postid);
271
  $post = $this->wpforo->db->get_row($sql, ARRAY_A);
272
  if(!empty($post)) $post['userid'] = intval($post['userid']);
273
 
274
+ if( isset($post['forumid']) && $post['forumid'] && !$this->wpforo->perm->forum_can('vf', $post['forumid']) ){
275
+ return array();
276
+ }
277
+
278
  if( isset($post['status']) && $post['status'] && !wpforo_is_owner($post['userid'])){
279
  if( isset($post['forumid']) && $post['forumid'] && !$this->wpforo->perm->forum_can('au', $post['forumid']) ){
280
  return array();
288
  $post = apply_filters('wpforo_get_post', $post);
289
  return $post;
290
  }
291
+
292
  /**
 
293
  * Returns merged arguments array from defined and default arguments.
294
  *
295
  * @since 1.0.0
296
  *
297
+ * @param array
298
  *
299
+ * @return array
300
  */
301
  function get_posts($args = array(), &$items_count = 0){
302
 
303
+ $cache = $this->wpforo->cache->on('object_cashe');
304
+
305
  $default = array(
306
  'include' => array(), // array( 2, 10, 25 )
307
  'exclude' => array(), // array( 2, 10, 25 )
308
 
309
  'topicid' => NULL, // topic id in DB
310
+ 'forumid' => NULL, // forum id in DB
311
  'parentid' => -1, // parent post id
312
  'userid' => NULL, // user id in DB
313
  'orderby' => 'postid', // forumid, order, parentid
322
  $args = wpforo_parse_args( $args, $default );
323
 
324
  if(is_array($args) && !empty($args)){
325
+
326
+ if( $cache ){
327
+ $object_key = md5( serialize($args) . $this->wpforo->current_user_groupid ); $object_cache = $this->wpforo->cache->get($object_key); if(!empty($object_cache)){$items_count = $object_cache['items_count']; return $object_cache['items'];}
328
+ }
329
+
330
  extract($args, EXTR_OVERWRITE);
331
 
332
  if( $row_count === 0 ) return array();
388
  }
389
 
390
  $posts = $this->wpforo->db->get_results($sql, ARRAY_A);
 
391
  $posts = apply_filters('wpforo_get_posts', $posts);
392
 
393
  if( $check_private ){
394
  foreach($posts as $key => $post){
395
+ if( isset($post['forumid']) && !$this->wpforo->perm->forum_can('vf', $post['forumid']) ){
396
+ unset($posts[$key]);
397
+ }
398
+ if( isset($posts[$key]) && isset($post['forumid']) && isset($post['private']) && $post['private'] && !wpforo_is_owner($post['userid']) ){
399
  if( !$this->wpforo->perm->forum_can('vp', $post['forumid']) ){
400
  unset($posts[$key]);
401
  }
402
  }
403
+ if( isset($posts[$key]) && isset($post['forumid']) && isset($post['status']) && $post['status'] && !wpforo_is_owner($post['userid']) ){
404
  if( !$this->wpforo->perm->forum_can('au', $post['forumid']) ){
405
  unset($posts[$key]);
406
  }
408
  }
409
  }
410
 
411
+ if($cache && isset($object_key) && !empty($posts)){
412
+ self::$cache['posts'][$object_key]['items'] = $posts;
413
+ self::$cache['posts'][$object_key]['items_count'] = $items_count;
414
+ }
415
  return $posts;
 
416
  }
417
  }
418
 
587
  * @return string or false
588
  */
589
 
590
+ function get_forumslug_byid($postid){
591
+
592
+ $cache = $this->wpforo->cache->on('memory_cashe');
593
 
594
  if( $cache && isset(self::$cache['forum_slug'][$postid]) ){
595
  return self::$cache['forum_slug'][$postid];
621
  * @return string or false
622
  */
623
 
624
+ function get_topicslug_byid( $postid ){
625
+
626
+ $cache = $this->wpforo->cache->on('memory_cashe');
627
 
628
  if( $cache && isset(self::$cache['topic_slug'][$postid]) ){
629
  return self::$cache['topic_slug'][$postid];
651
  *
652
  * @return string $url
653
  */
654
+ function get_post_url( $arg ){
655
 
656
  $position = array();
657
 
663
  $post = $arg;
664
  $postid = $post['postid'];
665
  }
 
666
  if( is_array($post) && !empty($post) ){
667
+ $url = $this->get_forumslug_byid($postid) . '/' . $this->get_topicslug_byid($postid);
 
 
 
668
  if( $post['topicid'] ){
669
  if( !$position ) $position = $this->wpforo->db->get_var("SELECT COUNT(`postid`) FROM `".$this->wpforo->db->prefix."wpforo_posts` WHERE `topicid` = ".intval($post['topicid'])." AND `postid` <= " . ($post['parentid'] ? intval($post['parentid']) : intval($postid) ) . " ORDER BY `postid`");
670
+ if( $position <= $this->wpforo->post_options['posts_per_page'] ) return wpforo_home_url($url) . "#post-" . intval($postid);
 
 
 
671
  $paged = ceil( $position/$this->wpforo->post_options['posts_per_page'] );
672
+ return wpforo_home_url( $url . "/paged/".$paged ) ."#post-" . intval($postid);
673
  }
 
 
 
 
 
674
  }
675
+ return wpforo_home_url();
676
  }
677
 
678
 
694
  return $is_answered;
695
  }
696
 
697
+ function get_count( $args = array() ){
698
+ $sql = "SELECT COUNT(`postid`) FROM `".$this->wpforo->db->prefix."wpforo_posts`";
699
+ if( !empty($args) ){
700
+ $wheres = array();
701
+ foreach ($args as $key => $value) $wheres[] = "`$key` = " . intval($value);
702
+ if($wheres) $sql .= " WHERE " . implode(' AND ', $wheres);
703
+ }
704
+ return $this->wpforo->db->get_var($sql);
705
  }
706
 
707
  function unapproved_count(){
wpf-includes/class-subscribes.php CHANGED
@@ -6,7 +6,7 @@
6
  class wpForoSubscribe{
7
 
8
  private $wpforo;
9
- private static $cache = array( 'subscribe' => array() );
10
 
11
  function __construct( $wpForo ){
12
  if(!isset($this->wpforo)) $this->wpforo = $wpForo;
@@ -92,7 +92,10 @@ class wpForoSubscribe{
92
  return FALSE;
93
  }
94
 
95
- function get_subscribe( $args = array(), $cache = true ){
 
 
 
96
  if( is_string($args) ) $args = array("confirmkey" => sanitize_text_field($args));
97
  if( empty($args) && !empty($_REQUEST['sbscrb']) ) $args = $_REQUEST['sbscrb'];
98
  if( empty($args) ) return FALSE;
@@ -161,22 +164,20 @@ class wpForoSubscribe{
161
  }
162
 
163
  function get_confirm_link($args){
164
- if(is_string($args)) return WPFORO_BASE_URL . "?wpforo=sbscrbconfirm&key=" . sanitize_text_field($args);
165
 
166
  if($args['type'] == 'forum'){
167
  $url = $this->wpforo->forum->get_forum_url($args['itemid']) . '/';
168
  }elseif($args['type'] == 'topic'){
169
  $url = $this->wpforo->topic->get_topic_url($args['itemid']) . '/';
170
  }else{
171
- $url = WPFORO_BASE_URL;
172
  }
173
- return $url . "?wpforo=sbscrbconfirm&key=" . sanitize_text_field($args['confirmkey']);
174
  }
175
 
176
  function get_unsubscribe_link($confirmkey){
177
- return WPFORO_BASE_URL . "?wpforo=unsbscrb&key=" . sanitize_text_field($confirmkey);
178
  }
179
 
180
- }
181
-
182
- ?>
6
  class wpForoSubscribe{
7
 
8
  private $wpforo;
9
+ static $cache = array( 'subscribe' => array() );
10
 
11
  function __construct( $wpForo ){
12
  if(!isset($this->wpforo)) $this->wpforo = $wpForo;
92
  return FALSE;
93
  }
94
 
95
+ function get_subscribe( $args = array() ){
96
+
97
+ $cache = $this->wpforo->cache->on('memory_cashe');
98
+
99
  if( is_string($args) ) $args = array("confirmkey" => sanitize_text_field($args));
100
  if( empty($args) && !empty($_REQUEST['sbscrb']) ) $args = $_REQUEST['sbscrb'];
101
  if( empty($args) ) return FALSE;
164
  }
165
 
166
  function get_confirm_link($args){
167
+ if(is_string($args)) return wpforo_home_url( "?wpforo=sbscrbconfirm&key=" . sanitize_text_field($args) );
168
 
169
  if($args['type'] == 'forum'){
170
  $url = $this->wpforo->forum->get_forum_url($args['itemid']) . '/';
171
  }elseif($args['type'] == 'topic'){
172
  $url = $this->wpforo->topic->get_topic_url($args['itemid']) . '/';
173
  }else{
174
+ $url = wpforo_home_url();
175
  }
176
+ return wpforo_home_url( $url . "?wpforo=sbscrbconfirm&key=" . sanitize_text_field($args['confirmkey']) );
177
  }
178
 
179
  function get_unsubscribe_link($confirmkey){
180
+ return wpforo_home_url( "?wpforo=unsbscrb&key=" . sanitize_text_field($confirmkey) );
181
  }
182
 
183
+ }
 
 
wpf-includes/class-template.php CHANGED
@@ -64,7 +64,8 @@ class wpForoTemplate{
64
  'toolbar1' => 'bold,italic,underline,strikethrough,forecolor,bullist,numlist,hr,alignleft,aligncenter,alignright,alignjustify,link,unlink,blockquote,pre,undo,redo,source_code',
65
  'toolbar2' => '',
66
  'toolbar3' => '',
67
- 'toolbar4' => ''
 
68
  ), // load TinyMCE, can be used to pass settings directly to TinyMCE using an array()
69
  'quicktags'=> true, // load Quicktags, can be used to pass settings directly to Quicktags using an array()
70
  'default_editor' => 'tinymce'
@@ -191,7 +192,8 @@ class wpForoTemplate{
191
  'toolbar1' => 'bold,italic,underline,strikethrough,forecolor,bullist,numlist,hr,alignleft,aligncenter,alignright,alignjustify,link,unlink,blockquote,pre,undo,redo,source_code',
192
  'toolbar2' => '',
193
  'toolbar3' => '',
194
- 'toolbar4' => ''
 
195
  ), // load TinyMCE, can be used to pass settings directly to TinyMCE using an array()
196
  'quicktags'=> true, // load Quicktags, can be used to pass settings directly to Quicktags using an array()
197
  'default_editor' => 'tinymce' // load Quicktags, can be used to pass settings directly to Quicktags using an array()
@@ -257,9 +259,13 @@ class wpForoTemplate{
257
  function likers($postid){
258
  if(!$postid) return '';
259
 
 
 
 
 
260
  $return = '';
261
- if( $l_count = $this->wpforo->post->get_post_likes_count($postid) ){
262
- $l_usernames = $this->wpforo->post->get_likers_usernames($postid);
263
  if($l_usernames[0]['ID'] == $this->wpforo->current_userid) $l_usernames[0]['display_name'] = wpforo_phrase('You', FALSE);
264
  if($l_count == 1){
265
  $return = sprintf( wpforo_phrase('%s liked', FALSE), '<a href="' . esc_url($this->wpforo->member->get_profile_url($l_usernames[0]['ID'])) . '">'.esc_html($l_usernames[0]['display_name']).'</a>' );
@@ -410,7 +416,7 @@ class wpForoTemplate{
410
  }
411
  break;
412
  case 'link':
413
- $url = ( $is_topic ) ? $this->wpforo->topic->get_topic_url( $topic ) : $this->wpforo->post->get_post_url( $post );
414
  $button_html[] = '<a href="'. esc_url($url) .'"><i class="fa fa-link fa-0x"></i></a>';
415
  break;
416
  case 'positivevote':
@@ -427,7 +433,7 @@ class wpForoTemplate{
427
  $button_html[] = '<i class="not_reg_user fa fa-play fa-rotate-90 wpfcl-0"></i>';
428
  }
429
  break;
430
- case 'isanswer':
431
  $is_answer = $this->wpforo->post->is_answered( $postid );
432
  $is_answer = ( $is_answer == 0 ) ? '-not' : '';
433
  if( is_user_logged_in() ){
@@ -450,7 +456,7 @@ class wpForoTemplate{
450
  case 'search': ?>
451
 
452
  <div class="wpf-breadcrumb">
453
- <a href="<?php echo WPFORO_BASE_URL ?>" class="wpf-root" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fa fa-home"></i></a>
454
 
455
  <a href="#" class="active"><?php wpforo_phrase('Search') ?></a>
456
 
@@ -461,7 +467,7 @@ class wpForoTemplate{
461
  case 'signup': ?>
462
 
463
  <div class="wpf-breadcrumb">
464
- <a href="<?php echo WPFORO_BASE_URL ?>" class="wpf-root" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fa fa-home"></i></a>
465
 
466
  <a href="#" class="active"><?php wpforo_phrase('Register') ?></a>
467
 
@@ -472,7 +478,7 @@ class wpForoTemplate{
472
  case 'signin': ?>
473
 
474
  <div class="wpf-breadcrumb">
475
- <a href="<?php echo WPFORO_BASE_URL ?>" class="wpf-root" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fa fa-home"></i></a>
476
 
477
  <a href="#" class="active"><?php wpforo_phrase('Login') ?></a>
478
 
@@ -483,11 +489,11 @@ class wpForoTemplate{
483
  case 'members': ?>
484
 
485
  <div class="wpf-breadcrumb">
486
- <a href="<?php echo WPFORO_BASE_URL ?>" class="wpf-root" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fa fa-home"></i></a>
487
 
488
  <?php if(isset($_GET['wpfms'])) : ?>
489
 
490
- <a href="<?php echo WPFORO_BASE_URL ?>members/"><?php wpforo_phrase('Members') ?></a>
491
  <a href="#" class="active"><?php wpforo_phrase('Search') ?></a>
492
 
493
  <?php else : ?>
@@ -503,10 +509,10 @@ class wpForoTemplate{
503
  case 'profile': ?>
504
 
505
  <div class="wpf-breadcrumb">
506
- <a href="<?php echo WPFORO_BASE_URL ?>" class="wpf-root" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fa fa-home"></i></a>
507
 
508
- <a href="<?php echo WPFORO_BASE_URL ?>members/"><?php wpforo_phrase('Members') ?></a>
509
- <a href="#" class="active"><?php wpforo_text( !empty($user['display_name']) ? esc_html($user['display_name']) : !empty($user['user_nicename']) ? esc_html(urldecode($user['user_nicename'])) : '', 19 ) ?></a>
510
 
511
  <a href="#" class="wpf-end">&nbsp;</a>
512
  </div>
@@ -515,10 +521,10 @@ class wpForoTemplate{
515
  case 'account': ?>
516
 
517
  <div class="wpf-breadcrumb">
518
- <a href="<?php echo WPFORO_BASE_URL ?>" class="wpf-root" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fa fa-home"></i>
519
 
520
- <a href="<?php echo WPFORO_BASE_URL ?>members/"><?php wpforo_phrase('Members') ?></a>
521
- <a href="<?php echo esc_url($user['profile_url']) ?>"><?php wpforo_text( !empty($user['display_name']) ? esc_html($user['display_name']) : !empty($user['user_nicename']) ? esc_html(urldecode($user['user_nicename'])) : '', 19 ) ?></a>
522
  <a href="#" class="active"><?php wpforo_phrase('Account') ?></a>
523
 
524
  <a href="#" class="wpf-end">&nbsp;</a>
@@ -528,10 +534,10 @@ class wpForoTemplate{
528
  case 'activity': ?>
529
 
530
  <div class="wpf-breadcrumb">
531
- <a href="<?php echo WPFORO_BASE_URL ?>" class="wpf-root" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fa fa-home"></i>
532
 
533
- <a href="<?php echo WPFORO_BASE_URL ?>members/"><?php wpforo_phrase('Members') ?></a>
534
- <a href="<?php echo esc_url($user['profile_url']) ?>"><?php wpforo_text( !empty($user['display_name']) ? esc_html($user['display_name']) : !empty($user['user_nicename']) ? esc_html(urldecode($user['user_nicename'])) : '', 19 ) ?></a>
535
  <a href="#" class="active"><?php wpforo_phrase('Activity') ?></a>
536
 
537
  <a href="#" class="wpf-end">&nbsp;</a>
@@ -541,10 +547,10 @@ class wpForoTemplate{
541
  case 'subscriptions': ?>
542
 
543
  <div class="wpf-breadcrumb">
544
- <a href="<?php echo WPFORO_BASE_URL ?>" class="wpf-root" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fa fa-home"></i>
545
 
546
- <a href="<?php echo WPFORO_BASE_URL ?>members/"><?php wpforo_phrase('Members') ?></a>
547
- <a href="<?php echo esc_url($user['profile_url']) ?>"><?php wpforo_text( !empty($user['display_name']) ? esc_html($user['display_name']) : !empty($user['user_nicename']) ? esc_html(urldecode($user['user_nicename'])) : '', 19 ) ?></a>
548
  <a href="#" class="active"><?php wpforo_phrase('Subscriptions') ?></a>
549
 
550
  <a href="#" class="wpf-end">&nbsp;</a>
@@ -555,13 +561,13 @@ class wpForoTemplate{
555
  case 'messages': ?>
556
 
557
  <div class="wpf-breadcrumb">
558
- <a href="<?php echo WPFORO_BASE_URL ?>" class="wpf-root" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fa fa-home"></i>
559
 
560
- <a href="<?php echo WPFORO_BASE_URL ?>members/"><?php wpforo_phrase('Members') ?></a>
561
 
562
  <?php if(!empty($user)) : ?>
563
 
564
- <a href="<?php echo esc_url($user['profile_url']) ?>"><?php wpforo_text( !empty($user['display_name']) ? esc_html($user['display_name']) : !empty($user['user_nicename']) ? esc_html(urldecode($user['user_nicename'])) : '', 19 ) ?></a>
565
 
566
  <?php endif ?>
567
 
@@ -574,22 +580,20 @@ class wpForoTemplate{
574
  case 'topic': ?>
575
 
576
  <div class="wpf-breadcrumb">
577
- <a href="<?php echo ( !isset($forumid) ? '#' : WPFORO_BASE_URL ) ?>" class="wpf-root<?php echo ( !isset($forumid) ? ' active' : '' ) ?>" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fa fa-home"></i></a>
578
 
579
  <?php if(isset($forumid)) : ?>
580
  <?php $relative_ids = array();
581
  $this->wpforo->forum->get_all_relative_ids($forumid, $relative_ids);
582
  foreach( $relative_ids as $key => $rel_forumid ) : ?>
583
- <?php $forum = $this->wpforo->forum->get_forum($rel_forumid) ?>
584
- <?php if( $key != ( count($relative_ids) - 1 ) ) : ?>
585
-
586
- <a href="<?php echo esc_url($this->wpforo->forum->get_forum_url($rel_forumid)) ?>" title="<?php echo esc_attr($forum['title']) ?>"><?php wpforo_text($forum['title'], 19) ?></a>
587
-
588
- <?php else : ?>
589
-
590
- <a href="#" class="active" title="<?php echo esc_attr($forum['title']) ?>"><?php wpforo_text($forum['title'], 19) ?></a>
591
-
592
- <?php endif ?>
593
  <?php endforeach ?>
594
  <?php endif ?>
595
 
@@ -600,16 +604,16 @@ class wpForoTemplate{
600
  case 'post': ?>
601
 
602
  <div class="wpf-breadcrumb">
603
- <a href="<?php echo ( !isset($forumid) ? '#' : WPFORO_BASE_URL ) ?>" class="wpf-root<?php echo ( !isset($forumid) ? ' active' : '' ) ?>" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fa fa-home"></i></a>
604
 
605
  <?php if(isset($forumid)) : ?>
606
  <?php $relative_ids = array();
607
  $this->wpforo->forum->get_all_relative_ids($forumid, $relative_ids);
608
  foreach( $relative_ids as $key => $rel_forumid ) : ?>
609
- <?php $forum = $this->wpforo->forum->get_forum($rel_forumid) ?>
610
-
611
- <a href="<?php echo esc_url($this->wpforo->forum->get_forum_url($rel_forumid)) ?>" title="<?php echo esc_attr($forum['title']) ?>"><?php wpforo_text($forum['title'], 19) ?></a>
612
-
613
  <?php endforeach ?>
614
  <?php endif ?>
615
  <?php if(!empty($topic)) : ?>
@@ -664,7 +668,7 @@ class wpForoTemplate{
664
  return ($data == 'icon') ? implode(' ', $icon) : $icon['title'];
665
  }
666
  }
667
- if($this->wpforo->topic->is_solved($item['topicid'])){
668
  $icon['class'] = 'fa-check-circle';
669
  $icon['color'] = 'wpfcl-8';
670
  $icon['title'] = wpforo_phrase('Solved', false);
@@ -891,7 +895,7 @@ class wpForoTemplate{
891
  extract($this->wpforo->current_object, EXTR_OVERWRITE);
892
 
893
  $this->wpforo->menu['wpforo-home'] = array(
894
- 'href' => WPFORO_BASE_URL,
895
  'label' => wpforo_phrase('forums', FALSE),
896
  'attr' => ((($template == 'forum' || $template == 'topic' || $template == 'post') && !isset($_GET['wpforo'])) ? ' class="wpforo-active"' : '' ),
897
  'submenues' => array()
@@ -899,7 +903,7 @@ class wpForoTemplate{
899
 
900
  if($this->wpforo->perm->usergroup_can('vmem')){
901
  $this->wpforo->menu['wpforo-members'] = array(
902
- 'href' => WPFORO_BASE_URL . 'members/',
903
  'label' => wpforo_phrase('members', FALSE),
904
  'attr' => ( $template == 'members' ? ' class="wpforo-active"' : '' ),
905
  'submenues' => array()
@@ -933,7 +937,7 @@ class wpForoTemplate{
933
  'submenues' => array()
934
  );
935
  $this->wpforo->menu['wpforo-logout'] = array(
936
- 'href' => WPFORO_BASE_URL . '?wpforo=logout',
937
  'label' => wpforo_phrase('logout', FALSE),
938
  'attr' => '',
939
  'submenues' => array()
64
  'toolbar1' => 'bold,italic,underline,strikethrough,forecolor,bullist,numlist,hr,alignleft,aligncenter,alignright,alignjustify,link,unlink,blockquote,pre,undo,redo,source_code',
65
  'toolbar2' => '',
66
  'toolbar3' => '',
67
+ 'toolbar4' => '',
68
+ 'content_style' => 'blockquote{border: #cccccc 1px dotted; background: #F7F7F7; padding:10px;font-size:12px; font-style:italic; margin: 20px 10px;}'
69
  ), // load TinyMCE, can be used to pass settings directly to TinyMCE using an array()
70
  'quicktags'=> true, // load Quicktags, can be used to pass settings directly to Quicktags using an array()
71
  'default_editor' => 'tinymce'
192
  'toolbar1' => 'bold,italic,underline,strikethrough,forecolor,bullist,numlist,hr,alignleft,aligncenter,alignright,alignjustify,link,unlink,blockquote,pre,undo,redo,source_code',
193
  'toolbar2' => '',
194
  'toolbar3' => '',
195
+ 'toolbar4' => '',
196
+ 'content_style' => 'blockquote{border: #cccccc 1px dotted; background: #F7F7F7; padding:10px;font-size:12px; font-style:italic; margin: 20px 10px;}'
197
  ), // load TinyMCE, can be used to pass settings directly to TinyMCE using an array()
198
  'quicktags'=> true, // load Quicktags, can be used to pass settings directly to Quicktags using an array()
199
  'default_editor' => 'tinymce' // load Quicktags, can be used to pass settings directly to Quicktags using an array()
259
  function likers($postid){
260
  if(!$postid) return '';
261
 
262
+ $post = wpforo_post($postid);
263
+
264
+ $l_count = $post['likes_count'];
265
+ $l_usernames = $post['likers_usernames'];
266
  $return = '';
267
+
268
+ if( $l_count ){
269
  if($l_usernames[0]['ID'] == $this->wpforo->current_userid) $l_usernames[0]['display_name'] = wpforo_phrase('You', FALSE);
270
  if($l_count == 1){
271
  $return = sprintf( wpforo_phrase('%s liked', FALSE), '<a href="' . esc_url($this->wpforo->member->get_profile_url($l_usernames[0]['ID'])) . '">'.esc_html($l_usernames[0]['display_name']).'</a>' );
416
  }
417
  break;
418
  case 'link':
419
+ $url = ( $is_topic ) ? $this->wpforo->topic->get_topic_url( $topic ) : wpforo_post( $postid, 'url' );
420
  $button_html[] = '<a href="'. esc_url($url) .'"><i class="fa fa-link fa-0x"></i></a>';
421
  break;
422
  case 'positivevote':
433
  $button_html[] = '<i class="not_reg_user fa fa-play fa-rotate-90 wpfcl-0"></i>';
434
  }
435
  break;
436
+ case 'isanswer':
437
  $is_answer = $this->wpforo->post->is_answered( $postid );
438
  $is_answer = ( $is_answer == 0 ) ? '-not' : '';
439
  if( is_user_logged_in() ){
456
  case 'search': ?>
457
 
458
  <div class="wpf-breadcrumb">
459
+ <a href="<?php echo wpforo_home_url() ?>" class="wpf-root" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fa fa-home"></i></a>
460
 
461
  <a href="#" class="active"><?php wpforo_phrase('Search') ?></a>
462
 
467
  case 'signup': ?>
468
 
469
  <div class="wpf-breadcrumb">
470
+ <a href="<?php echo wpforo_home_url() ?>" class="wpf-root" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fa fa-home"></i></a>
471
 
472
  <a href="#" class="active"><?php wpforo_phrase('Register') ?></a>
473
 
478
  case 'signin': ?>
479
 
480
  <div class="wpf-breadcrumb">
481
+ <a href="<?php echo wpforo_home_url() ?>" class="wpf-root" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fa fa-home"></i></a>
482
 
483
  <a href="#" class="active"><?php wpforo_phrase('Login') ?></a>
484
 
489
  case 'members': ?>
490
 
491
  <div class="wpf-breadcrumb">
492
+ <a href="<?php echo wpforo_home_url() ?>" class="wpf-root" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fa fa-home"></i></a>
493
 
494
  <?php if(isset($_GET['wpfms'])) : ?>
495
 
496
+ <a href="<?php echo wpforo_home_url('members') ?>"><?php wpforo_phrase('Members') ?></a>
497
  <a href="#" class="active"><?php wpforo_phrase('Search') ?></a>
498
 
499
  <?php else : ?>
509
  case 'profile': ?>
510
 
511
  <div class="wpf-breadcrumb">
512
+ <a href="<?php echo wpforo_home_url() ?>" class="wpf-root" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fa fa-home"></i></a>
513
 
514
+ <a href="<?php echo wpforo_home_url('members') ?>"><?php wpforo_phrase('Members') ?></a>
515
+ <a href="#" class="active"><?php wpforo_text( wpforo_make_dname($user['display_name'], $user['user_nicename']), 19 ) ?></a>
516
 
517
  <a href="#" class="wpf-end">&nbsp;</a>
518
  </div>
521
  case 'account': ?>
522
 
523
  <div class="wpf-breadcrumb">
524
+ <a href="<?php echo wpforo_home_url() ?>" class="wpf-root" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fa fa-home"></i>
525
 
526
+ <a href="<?php echo wpforo_home_url('members') ?>"><?php wpforo_phrase('Members') ?></a>
527
+ <a href="<?php echo esc_url($user['profile_url']) ?>"><?php wpforo_text( wpforo_make_dname($user['display_name'], $user['user_nicename']), 19 ) ?></a>
528
  <a href="#" class="active"><?php wpforo_phrase('Account') ?></a>
529
 
530
  <a href="#" class="wpf-end">&nbsp;</a>
534
  case 'activity': ?>
535
 
536
  <div class="wpf-breadcrumb">
537
+ <a href="<?php echo wpforo_home_url() ?>" class="wpf-root" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fa fa-home"></i>
538
 
539
+ <a href="<?php echo wpforo_home_url('members') ?>"><?php wpforo_phrase('Members') ?></a>
540
+ <a href="<?php echo esc_url($user['profile_url']) ?>"><?php wpforo_text( wpforo_make_dname($user['display_name'], $user['user_nicename']), 19 ) ?></a>
541
  <a href="#" class="active"><?php wpforo_phrase('Activity') ?></a>
542
 
543
  <a href="#" class="wpf-end">&nbsp;</a>
547
  case 'subscriptions': ?>
548
 
549
  <div class="wpf-breadcrumb">
550
+ <a href="<?php echo wpforo_home_url() ?>" class="wpf-root" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fa fa-home"></i>
551
 
552
+ <a href="<?php echo wpforo_home_url('members') ?>"><?php wpforo_phrase('Members') ?></a>
553
+ <a href="<?php echo esc_url($user['profile_url']) ?>"><?php wpforo_text( wpforo_make_dname($user['display_name'], $user['user_nicename']), 19 ) ?></a>
554
  <a href="#" class="active"><?php wpforo_phrase('Subscriptions') ?></a>
555
 
556
  <a href="#" class="wpf-end">&nbsp;</a>
561
  case 'messages': ?>
562
 
563
  <div class="wpf-breadcrumb">
564
+ <a href="<?php echo wpforo_home_url() ?>" class="wpf-root" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fa fa-home"></i>
565
 
566
+ <a href="<?php echo wpforo_home_url('members') ?>"><?php wpforo_phrase('Members') ?></a>
567
 
568
  <?php if(!empty($user)) : ?>
569
 
570
+ <a href="<?php echo esc_url($user['profile_url']) ?>"><?php wpforo_text( wpforo_make_dname($user['display_name'], $user['user_nicename']), 19 ) ?></a>
571
 
572
  <?php endif ?>
573
 
580
  case 'topic': ?>
581
 
582
  <div class="wpf-breadcrumb">
583
+ <a href="<?php echo ( !isset($forumid) ? '#' : wpforo_home_url() ) ?>" class="wpf-root<?php echo ( !isset($forumid) ? ' active' : '' ) ?>" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fa fa-home"></i></a>
584
 
585
  <?php if(isset($forumid)) : ?>
586
  <?php $relative_ids = array();
587
  $this->wpforo->forum->get_all_relative_ids($forumid, $relative_ids);
588
  foreach( $relative_ids as $key => $rel_forumid ) : ?>
589
+ <?php $forum = wpforo_forum($rel_forumid) ?>
590
+ <?php if(!empty($forum)): ?>
591
+ <?php if( $key != ( count($relative_ids) - 1 ) ) : ?>
592
+ <a href="<?php echo esc_url( $forum['url'] ) ?>" title="<?php echo esc_attr($forum['title']) ?>"><?php wpforo_text($forum['title'], 19) ?></a>
593
+ <?php else : ?>
594
+ <a href="#" class="active" title="<?php echo esc_attr($forum['title']) ?>"><?php wpforo_text($forum['title'], 19) ?></a>
595
+ <?php endif ?>
596
+ <?php endif ?>
 
 
597
  <?php endforeach ?>
598
  <?php endif ?>
599
 
604
  case 'post': ?>
605
 
606
  <div class="wpf-breadcrumb">
607
+ <a href="<?php echo ( !isset($forumid) ? '#' : wpforo_home_url() ) ?>" class="wpf-root<?php echo ( !isset($forumid) ? ' active' : '' ) ?>" title="<?php esc_attr( wpforo_phrase('Forums') ) ?>"><i class="fa fa-home"></i></a>
608
 
609
  <?php if(isset($forumid)) : ?>
610
  <?php $relative_ids = array();
611
  $this->wpforo->forum->get_all_relative_ids($forumid, $relative_ids);
612
  foreach( $relative_ids as $key => $rel_forumid ) : ?>
613
+ <?php $forum = wpforo_forum($rel_forumid) ?>
614
+ <?php if(!empty($forum)): ?>
615
+ <a href="<?php echo esc_url( $forum['url'] ) ?>" title="<?php echo esc_attr($forum['title']) ?>"><?php wpforo_text($forum['title'], 19) ?></a>
616
+ <?php endif ?>
617
  <?php endforeach ?>
618
  <?php endif ?>
619
  <?php if(!empty($topic)) : ?>
668
  return ($data == 'icon') ? implode(' ', $icon) : $icon['title'];
669
  }
670
  }
671
+ if( wpforo_topic($item['topicid'], 'is_answer') ){
672
  $icon['class'] = 'fa-check-circle';
673
  $icon['color'] = 'wpfcl-8';
674
  $icon['title'] = wpforo_phrase('Solved', false);
895
  extract($this->wpforo->current_object, EXTR_OVERWRITE);
896
 
897
  $this->wpforo->menu['wpforo-home'] = array(
898
+ 'href' => wpforo_home_url(),
899
  'label' => wpforo_phrase('forums', FALSE),
900
  'attr' => ((($template == 'forum' || $template == 'topic' || $template == 'post') && !isset($_GET['wpforo'])) ? ' class="wpforo-active"' : '' ),
901
  'submenues' => array()
903
 
904
  if($this->wpforo->perm->usergroup_can('vmem')){
905
  $this->wpforo->menu['wpforo-members'] = array(
906
+ 'href' => wpforo_home_url('members'),
907
  'label' => wpforo_phrase('members', FALSE),
908
  'attr' => ( $template == 'members' ? ' class="wpforo-active"' : '' ),
909
  'submenues' => array()
937
  'submenues' => array()
938
  );
939
  $this->wpforo->menu['wpforo-logout'] = array(
940
+ 'href' => wpforo_home_url('?wpforo=logout'),
941
  'label' => wpforo_phrase('logout', FALSE),
942
  'attr' => '',
943
  'submenues' => array()
wpf-includes/class-topics.php CHANGED
@@ -5,12 +5,16 @@
5
  class wpForoTopic{
6
 
7
  private $wpforo;
8
- private static $cache = array();
9
 
10
  function __construct( $wpForo ){
11
  if(!isset($this->wpforo)) $this->wpforo = $wpForo;
12
  }
13
 
 
 
 
 
14
  private function unique_slug($slug){
15
  $new_slug = wpforo_text($slug, 250, false);
16
  $i = 2;
@@ -245,6 +249,9 @@ class wpForoTopic{
245
  );
246
 
247
  if($t_update !== FALSE && $p_update !== FALSE){
 
 
 
248
  $this->wpforo->notice->add('Topic successfully updated', 'success');
249
  return $topicid;
250
  }
@@ -297,106 +304,70 @@ class wpForoTopic{
297
  *
298
  * @return bool
299
  */
300
-
301
  function delete($topicid = 0){
 
302
  if(!$topicid && isset( $_REQUEST['id'] ) ) $topicid = intval($_REQUEST['id']);
303
 
304
  if( !$topic = $this->get_topic($topicid) ) return true;
 
 
 
305
  $diff = current_time( 'timestamp', 1 ) - strtotime($topic['created']);
306
  if( !($this->wpforo->perm->forum_can('dt', $topic['forumid']) || ($this->wpforo->current_userid == $topic['userid'] && $this->wpforo->perm->forum_can('dot', $topic['forumid']) && $diff < $this->wpforo->post_options['dot_durr'])) ){
307
  $this->wpforo->notice->add('You haven\'t permission to delete topic from this forum', 'error');
308
  return FALSE;
309
  }
310
 
311
- if( $topicid = intval($topicid) ){
312
- if( $forumid = $topic['forumid'] ){
313
-
314
- $questions = '';
315
- $forum = $this->wpforo->forum->get_forum($forumid);
316
- if( isset($forum['cat_layout']) && $forum['cat_layout'] == 3 ){
317
- $questions = ', `questions` = `questions` - 1 ';
318
- $this->users_stats_incr_minus($topicid);
319
- }
320
-
321
- if( $post_ids = $this->wpforo->db->get_col(
322
- $this->wpforo->db->prepare( "SELECT postid FROM {$this->wpforo->db->prefix}wpforo_posts WHERE topicid = %d", $topicid )
323
- )){
324
- $this->wpforo->db->query(
325
- "DELETE FROM {$this->wpforo->db->prefix}wpforo_likes WHERE postid IN(".implode(',', array_map('intval', $post_ids) ).")"
326
- );
327
- $this->wpforo->db->query(
328
- "DELETE FROM {$this->wpforo->db->prefix}wpforo_votes WHERE postid IN(".implode(',', array_map('intval', $post_ids) ).")"
329
- );
330
- }
331
-
332
- //Find and delete default atatchments before deleting post
333
- $this->delete_attachments( $topicid );
334
-
335
- //Delete post
336
- $posts_count = $this->wpforo->db->delete($this->wpforo->db->prefix . 'wpforo_posts', array( 'topicid' => $topicid));
337
- if($this->wpforo->db->delete($this->wpforo->db->prefix . 'wpforo_topics', array( 'topicid' => $topicid))){
338
- $this->wpforo->db->delete(
339
- $this->wpforo->db->prefix.'wpforo_views', array( 'topicid' => $topicid ), array( '%d' )
340
- );
341
- if($this->wpforo->db->query( "UPDATE IGNORE " . $this->wpforo->db->prefix . "wpforo_forums SET `topics` = IF( (`topics` - 1) < 0, 0, `topics` - 1 ), `posts` = IF( (`posts` - ".intval($posts_count).") < 0, 0, `posts` - ".intval($posts_count)." ) WHERE `forumid` = " . intval($forumid))){
342
- $this->wpforo->db->query( "UPDATE IGNORE `" . $this->wpforo->db->prefix . "wpforo_profiles` SET `posts` = IF( (`posts` - " . intval($posts_count) .") < 0, 0, `posts` - ".intval($posts_count)." ) $questions WHERE `userid` = " . intval($topic['userid']) );
343
- $this->wpforo->member->reset($topic['userid']);
344
- $this->wpforo->forum->rebuild_last_infos($forumid);
345
- $this->wpforo->notice->add('This topic successfully deleted', 'success');
346
- do_action( 'wpforo_after_delete_topic', $topic );
347
- return TRUE;
348
- }else{
349
- $this->wpforo->notice->add('Topic delete error', 'error');
350
- return FALSE;
351
- }
352
- }
353
  }
354
 
355
- }elseif( isset($_REQUEST['ids']) && !empty($_REQUEST['ids']) ){
356
- $topicids = explode(',',$_REQUEST['ids']);
357
- if(is_array($topicids)){
358
- foreach($topicids as $topicid){
359
- $topic = $this->get_topic($topicid);
360
- if( $forumid = $topic['forumid'] ){
361
-
362
- if( $post_ids = $this->wpforo->db->get_col(
363
- $this->wpforo->db->prepare( "SELECT postid FROM {$this->wpforo->db->prefix}wpforo_posts WHERE topicid = %d", $topicid )
364
- )){
365
- $this->wpforo->db->query(
366
- "DELETE FROM {$this->wpforo->db->prefix}wpforo_likes WHERE postid IN(".implode(',', array_map('intval', $post_ids) ).")"
367
- );
368
- $this->wpforo->db->query(
369
- "DELETE FROM {$this->wpforo->db->prefix}wpforo_votes WHERE postid IN(".implode(',', array_map('intval', $post_ids) ).")"
370
- );
371
- }
372
-
373
- $questions = '';
374
- $forum = $this->wpforo->forum->get_forum($forumid);
375
- if( isset($forum['cat_layout']) && $forum['cat_layout'] == 3 ){
376
- $questions = ', `questions` = `questions` - 1 ';
377
- $this->users_stats_incr_minus($topicid);
378
- }
379
- // It's a same code (deleting one topic)
380
- $posts_count = $this->wpforo->db->delete($this->wpforo->db->prefix . 'wpforo_posts', array( 'topicid' => $topicid));
381
- if($this->wpforo->db->delete($this->wpforo->db->prefix . 'wpforo_topics', array( 'topicid' => $topicid))){
382
- $this->wpforo->db->delete(
383
- $this->wpforo->db->prefix.'wpforo_views', array( 'topicid' => $topicid ), array( '%d' )
384
- );
385
- $this->wpforo->db->query( "UPDATE IGNORE " . $this->wpforo->db->prefix . "wpforo_forums SET `topics` = IF( (`topics` - 1) < 0, 0, `topics` - 1 ), `posts` = IF( (`posts` - ".intval($posts_count).") < 0, 0, `posts` - ".intval($posts_count)." ) WHERE `forumid` = " . intval($forumid));
386
- $this->wpforo->db->query( "UPDATE IGNORE `" . $this->wpforo->db->prefix . "wpforo_profiles` SET `posts` = IF( (`posts` - ".intval($posts_count).") < 0, 0, `posts` - ".intval($posts_count)." ) $questions WHERE `userid` = " . intval($topic['userid']) );
387
- $this->wpforo->forum->rebuild_last_infos($forumid);
388
- do_action( 'wpforo_after_delete_topic', $topic );
389
  }
390
  }
391
  }
392
- $this->wpforo->notice->add('All Checked topics successfully deleted', 'success');
393
- do_action( 'wpforo_after_bulk_delete_topics', $topicids );
394
- return TRUE;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
395
  }
396
-
397
- $this->wpforo->notice->add('Topics delete error', 'error');
398
- return FALSE;
399
-
400
  }
401
 
402
  $this->wpforo->notice->add('Topics delete error', 'error');
@@ -416,8 +387,10 @@ class wpForoTopic{
416
  * @return array
417
  */
418
 
419
- function get_topic( $args = array(), $cache = false){
 
420
  if( !$args ) return;
 
421
 
422
  if(is_array($args)){
423
  $default = array(
@@ -438,13 +411,13 @@ class wpForoTopic{
438
 
439
  $args = wpforo_parse_args( $args, $default );
440
 
441
- if(!empty($args['topicid'])){
442
  if( !empty(self::$cache['topic'][$args['topicid']]) ){
443
  return self::$cache['topic'][$args['topicid']];
444
  }
445
  }
446
 
447
- if(!empty($args['slug'])){
448
  if( !empty(self::$cache['topic'][addslashes($args['slug'])]) ){
449
  return self::$cache['topic'][addslashes($args['slug'])];
450
  }
@@ -464,6 +437,10 @@ class wpForoTopic{
464
 
465
  $topic = $this->wpforo->db->get_row($sql, ARRAY_A);
466
 
 
 
 
 
467
  if( isset($topic['private']) && $topic['private'] && !wpforo_is_owner($topic['userid']) ){
468
  if( isset($topic['forumid']) && $topic['forumid'] && !$this->wpforo->perm->forum_can('vp', $topic['forumid']) ){
469
  return array();
@@ -496,7 +473,10 @@ class wpForoTopic{
496
  *
497
  * @return associative array where count is topic count and other numeric arrays with topic
498
  */
499
- function get_topics($args = array(), &$items_count = 0){
 
 
 
500
  $default = array(
501
  'include' => array(), // array( 2, 10, 25 )
502
  'exclude' => array(), // array( 2, 10, 25 )
@@ -514,6 +494,11 @@ class wpForoTopic{
514
 
515
  $args = wpforo_parse_args( $args, $default );
516
  if(is_array($args) && !empty($args)){
 
 
 
 
 
517
  extract($args, EXTR_OVERWRITE);
518
 
519
  if( $row_count === 0 ) return array();
@@ -579,25 +564,32 @@ class wpForoTopic{
579
  }
580
  }
581
 
 
 
 
582
  if(!empty($forumids) || !$forumid){
583
- $topics = $this->wpforo->db->get_results($sql, ARRAY_A);
584
  foreach($topics as $key => $topic){
585
- if( isset($topic['private']) && $topic['private'] && !wpforo_is_owner($topic['userid']) ){
 
 
 
586
  if( !$this->wpforo->perm->forum_can('vp', $topic['forumid']) ){
587
  unset($topics[$key]);
588
  }
589
  }
590
- if( isset($topic['status']) && $topic['status'] && !wpforo_is_owner($topic['userid']) ){
591
  if( !$this->wpforo->perm->forum_can('au', $topic['forumid']) ){
592
  unset($topics[$key]);
593
  }
594
  }
595
  }
596
- return $topics;
597
  }
598
- else{
599
- return $this->wpforo->db->get_results($sql, ARRAY_A);
 
 
600
  }
 
601
  }
602
  }
603
  /**
@@ -659,32 +651,52 @@ class wpForoTopic{
659
  }
660
 
661
  function is_sticky( $topicid ){
662
- $type = $this->wpforo->db->get_var( "SELECT `type` FROM " . $this->wpforo->db->prefix."wpforo_topics WHERE `topicid` = " . intval($topicid) );
 
 
 
 
 
663
  if( $type == 1 ) return TRUE;
664
  return FALSE;
665
  }
666
 
667
  function is_private( $topicid ){
668
- $private = $this->wpforo->db->get_var( "SELECT `private` FROM " . $this->wpforo->db->prefix."wpforo_topics WHERE `topicid` = " . intval($topicid) );
 
 
 
 
 
669
  if( $private == 1 ) return TRUE;
670
  return FALSE;
671
  }
672
 
673
  function is_unapproved( $topicid ){
674
- $status = $this->wpforo->db->get_var( "SELECT `status` FROM " . $this->wpforo->db->prefix."wpforo_topics WHERE `topicid` = " . intval($topicid) );
 
 
 
 
 
675
  if( $status == 1 ) return TRUE;
676
  return FALSE;
677
  }
678
 
679
  function is_closed( $topicid ){
680
- $type = $this->wpforo->db->get_var( "SELECT `closed` FROM " . $this->wpforo->db->prefix."wpforo_topics WHERE `topicid` = " . intval($topicid) );
 
 
 
 
 
681
  if( $type == 1 ) return TRUE;
682
  return FALSE;
683
  }
684
 
685
  function is_solved( $topicid ){
686
- $post = $this->wpforo->db->get_var( "SELECT `postid` FROM " . $this->wpforo->db->prefix."wpforo_posts WHERE `is_answer` = 1 AND `topicid` = " . intval($topicid) . " LIMIT 1" );
687
- if( $post ) return TRUE;
688
  return FALSE;
689
  }
690
 
@@ -716,15 +728,6 @@ class wpForoTopic{
716
  return FALSE;
717
  }
718
 
719
- function get_posts_count($topicid){
720
- if($topicid){
721
- return $this->wpforo->db->get_var("SELECT `posts` FROM `".$this->wpforo->db->prefix."wpforo_topics` WHERE `topicid` = " . intval($topicid));
722
- }
723
- else{
724
- return $this->wpforo->db->get_var("SELECT `posts` FROM `".$this->wpforo->db->prefix."wpforo_topics`");
725
- }
726
- }
727
-
728
  function get_topic_url($topic, $forum = array()){
729
 
730
  if( !is_array($topic) ) $topic = $this->get_topic( $topic );
@@ -751,16 +754,22 @@ class wpForoTopic{
751
 
752
  }
753
 
754
- return WPFORO_BASE_URL . $forum_slug . '/' . $topic['slug'];
755
 
756
  }else{
757
- return WPFORO_BASE_URL;
758
  }
759
  }
760
 
761
 
762
- function get_count(){
763
- return $this->wpforo->db->get_var( "SELECT COUNT(`topicid`) FROM `".$this->wpforo->db->prefix."wpforo_topics`" );
 
 
 
 
 
 
764
  }
765
 
766
  public function status( $topicid, $status ){
5
  class wpForoTopic{
6
 
7
  private $wpforo;
8
+ static $cache = array( 'topics' => array(), 'item' => array(), 'topic' => array() );
9
 
10
  function __construct( $wpForo ){
11
  if(!isset($this->wpforo)) $this->wpforo = $wpForo;
12
  }
13
 
14
+ public function get_cache( $var ){
15
+ if( isset(self::$cache[$var]) ) return self::$cache[$var];
16
+ }
17
+
18
  private function unique_slug($slug){
19
  $new_slug = wpforo_text($slug, 250, false);
20
  $i = 2;
249
  );
250
 
251
  if($t_update !== FALSE && $p_update !== FALSE){
252
+
253
+ do_action( 'wpforo_after_edit_topic', array( 'postid' => $topic['first_postid'], 'topicid' => $topicid, 'title' => $title, 'body' => $body, 'status' => $status ) );
254
+
255
  $this->wpforo->notice->add('Topic successfully updated', 'success');
256
  return $topicid;
257
  }
304
  *
305
  * @return bool
306
  */
 
307
  function delete($topicid = 0){
308
+ $topicid = intval($topicid);
309
  if(!$topicid && isset( $_REQUEST['id'] ) ) $topicid = intval($_REQUEST['id']);
310
 
311
  if( !$topic = $this->get_topic($topicid) ) return true;
312
+
313
+ do_action( 'wpforo_before_delete_topic', $topic );
314
+
315
  $diff = current_time( 'timestamp', 1 ) - strtotime($topic['created']);
316
  if( !($this->wpforo->perm->forum_can('dt', $topic['forumid']) || ($this->wpforo->current_userid == $topic['userid'] && $this->wpforo->perm->forum_can('dot', $topic['forumid']) && $diff < $this->wpforo->post_options['dot_durr'])) ){
317
  $this->wpforo->notice->add('You haven\'t permission to delete topic from this forum', 'error');
318
  return FALSE;
319
  }
320
 
321
+ if( $forumid = $topic['forumid'] ){
322
+
323
+ $questions = '';
324
+ $forum = $this->wpforo->forum->get_forum($forumid);
325
+ if( isset($forum['cat_layout']) && $forum['cat_layout'] == 3 ){
326
+ $questions = ' `questions` = `questions` - 1 ';
327
+ $this->users_stats_incr_minus($topicid);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
328
  }
329
 
330
+ // START delete topic posts include first post
331
+ if( $postids = $this->wpforo->db->get_col(
332
+ $this->wpforo->db->prepare(
333
+ "SELECT postid FROM {$this->wpforo->db->prefix}wpforo_posts WHERE topicid = %d ORDER BY `is_first_post`",
334
+ $topicid
335
+ )
336
+ )){
337
+ foreach ($postids as $postid) {
338
+ if( $postid == $topic['first_postid'] ){
339
+ return $this->wpforo->post->delete($postid);
340
+ }else{
341
+ $this->wpforo->post->delete($postid);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
342
  }
343
  }
344
  }
345
+ // END delete topic posts include first post
346
+
347
+ if( $this->wpforo->db->delete($this->wpforo->db->prefix . 'wpforo_topics', array('topicid' => $topicid)) ){
348
+ $this->wpforo->db->delete(
349
+ $this->wpforo->db->prefix.'wpforo_views', array( 'topicid' => $topicid ), array( '%d' )
350
+ );
351
+ if($this->wpforo->db->query(
352
+ "UPDATE IGNORE " . $this->wpforo->db->prefix . "wpforo_forums
353
+ SET `topics` = IF( (`topics` - 1) < 0, 0, `topics` - 1 )
354
+ WHERE `forumid` = " . intval($forumid)
355
+ )
356
+ ){
357
+ if($questions) $this->wpforo->db->query(
358
+ "UPDATE IGNORE `" . $this->wpforo->db->prefix . "wpforo_profiles`
359
+ SET $questions
360
+ WHERE `userid` = " . intval($topic['userid'])
361
+ );
362
+ $this->wpforo->member->reset($topic['userid']);
363
+ $this->wpforo->forum->rebuild_last_infos($forumid);
364
+ $this->wpforo->notice->add('This topic successfully deleted', 'success');
365
+
366
+ do_action( 'wpforo_after_delete_topic', $topic );
367
+
368
+ return TRUE;
369
+ }
370
  }
 
 
 
 
371
  }
372
 
373
  $this->wpforo->notice->add('Topics delete error', 'error');
387
  * @return array
388
  */
389
 
390
+ function get_topic( $args = array() ){
391
+
392
  if( !$args ) return;
393
+ $cache = $this->wpforo->cache->on('memory_cashe');
394
 
395
  if(is_array($args)){
396
  $default = array(
411
 
412
  $args = wpforo_parse_args( $args, $default );
413
 
414
+ if( $cache && !empty($args['topicid'])){
415
  if( !empty(self::$cache['topic'][$args['topicid']]) ){
416
  return self::$cache['topic'][$args['topicid']];
417
  }
418
  }
419
 
420
+ if( $cache && !empty($args['slug'])){
421
  if( !empty(self::$cache['topic'][addslashes($args['slug'])]) ){
422
  return self::$cache['topic'][addslashes($args['slug'])];
423
  }
437
 
438
  $topic = $this->wpforo->db->get_row($sql, ARRAY_A);
439
 
440
+ if( isset($topic['forumid']) && $topic['forumid'] && !$this->wpforo->perm->forum_can('vf', $topic['forumid']) ){
441
+ return array();
442
+ }
443
+
444
  if( isset($topic['private']) && $topic['private'] && !wpforo_is_owner($topic['userid']) ){
445
  if( isset($topic['forumid']) && $topic['forumid'] && !$this->wpforo->perm->forum_can('vp', $topic['forumid']) ){
446
  return array();
473
  *
474
  * @return associative array where count is topic count and other numeric arrays with topic
475
  */
476
+ function get_topics($args = array(), &$items_count = 0 ){
477
+
478
+ $cache = $this->wpforo->cache->on('object_cashe');
479
+
480
  $default = array(
481
  'include' => array(), // array( 2, 10, 25 )
482
  'exclude' => array(), // array( 2, 10, 25 )
494
 
495
  $args = wpforo_parse_args( $args, $default );
496
  if(is_array($args) && !empty($args)){
497
+
498
+ if( $cache ){
499
+ $object_key = md5( serialize($args) . $this->wpforo->current_user_groupid ); $object_cache = $this->wpforo->cache->get( $object_key ); if( !empty($object_cache) ){$items_count = $object_cache['items_count']; return $object_cache['items']; }
500
+ }
501
+
502
  extract($args, EXTR_OVERWRITE);
503
 
504
  if( $row_count === 0 ) return array();
564
  }
565
  }
566
 
567
+ $topics = $this->wpforo->db->get_results($sql, ARRAY_A);
568
+ $topics = apply_filters('wpforo_get_topics', $topics);
569
+
570
  if(!empty($forumids) || !$forumid){
 
571
  foreach($topics as $key => $topic){
572
+ if( !$this->wpforo->perm->forum_can('vf', $topic['forumid']) ){
573
+ unset($topics[$key]);
574
+ }
575
+ if( isset($topics[$key]) && isset($topic['private']) && $topic['private'] && !wpforo_is_owner($topic['userid']) ){
576
  if( !$this->wpforo->perm->forum_can('vp', $topic['forumid']) ){
577
  unset($topics[$key]);
578
  }
579
  }
580
+ if( isset($topics[$key]) && isset($topic['status']) && $topic['status'] && !wpforo_is_owner($topic['userid']) ){
581
  if( !$this->wpforo->perm->forum_can('au', $topic['forumid']) ){
582
  unset($topics[$key]);
583
  }
584
  }
585
  }
 
586
  }
587
+
588
+ if($cache && isset($object_key) && !empty($topics)){
589
+ self::$cache['topics'][$object_key]['items'] = $topics;
590
+ self::$cache['topics'][$object_key]['items_count'] = $items_count;
591
  }
592
+ return $topics;
593
  }
594
  }
595
  /**
651
  }
652
 
653
  function is_sticky( $topicid ){
654
+ if( $this->wpforo->cache->on('object_cashe') ){
655
+ $type = wpforo_topic($topicid, 'type');
656
+ }
657
+ else{
658
+ $type = $this->wpforo->db->get_var( "SELECT `type` FROM " . $this->wpforo->db->prefix."wpforo_topics WHERE `topicid` = " . intval($topicid) );
659
+ }
660
  if( $type == 1 ) return TRUE;
661
  return FALSE;
662
  }
663
 
664
  function is_private( $topicid ){
665
+ if( $this->wpforo->cache->on('object_cashe') ){
666
+ $private = wpforo_topic($topicid, 'private');
667
+ }
668
+ else{
669
+ $private = $this->wpforo->db->get_var( "SELECT `private` FROM " . $this->wpforo->db->prefix."wpforo_topics WHERE `topicid` = " . intval($topicid) );
670
+ }
671
  if( $private == 1 ) return TRUE;
672
  return FALSE;
673
  }
674
 
675
  function is_unapproved( $topicid ){
676
+ if( $this->wpforo->cache->on('object_cashe') ){
677
+ $status = wpforo_topic($topicid, 'status');
678
+ }
679
+ else{
680
+ $status = $this->wpforo->db->get_var( "SELECT `status` FROM " . $this->wpforo->db->prefix."wpforo_topics WHERE `topicid` = " . intval($topicid) );
681
+ }
682
  if( $status == 1 ) return TRUE;
683
  return FALSE;
684
  }
685
 
686
  function is_closed( $topicid ){
687
+ if( $this->wpforo->cache->on('object_cashe') ){
688
+ $type = wpforo_topic($topicid, 'closed');
689
+ }
690
+ else{
691
+ $type = $this->wpforo->db->get_var( "SELECT `closed` FROM " . $this->wpforo->db->prefix."wpforo_topics WHERE `topicid` = " . intval($topicid) );
692
+ }
693
  if( $type == 1 ) return TRUE;
694
  return FALSE;
695
  }
696
 
697
  function is_solved( $topicid ){
698
+ $postid = $this->wpforo->db->get_var( "SELECT `postid` FROM " . $this->wpforo->db->prefix."wpforo_posts WHERE `is_answer` = 1 AND `topicid` = " . intval($topicid) . " LIMIT 1" );
699
+ if( $postid ) return TRUE;
700
  return FALSE;
701
  }
702
 
728
  return FALSE;
729
  }
730
 
 
 
 
 
 
 
 
 
 
731
  function get_topic_url($topic, $forum = array()){
732
 
733
  if( !is_array($topic) ) $topic = $this->get_topic( $topic );
754
 
755
  }
756
 
757
+ return wpforo_home_url( $forum_slug . '/' . $topic['slug'] );
758
 
759
  }else{
760
+ return wpforo_home_url();
761
  }
762
  }
763
 
764
 
765
+ function get_count( $args = array() ){
766
+ $sql = "SELECT COUNT(`topicid`) FROM `".$this->wpforo->db->prefix."wpforo_topics`";
767
+ if( !empty($args) ){
768
+ $wheres = array();
769
+ foreach ($args as $key => $value) $wheres[] = "`$key` = " . intval($value);
770
+ if($wheres) $sql .= " WHERE " . implode(' AND ', $wheres);
771
+ }
772
+ return $this->wpforo->db->get_var($sql);
773
  }
774
 
775
  public function status( $topicid, $status ){
wpf-includes/class-usergroups.php CHANGED
@@ -5,10 +5,18 @@
5
  class wpForoUsergroup{
6
 
7
  private $wpforo;
8
- private static $cache = array( 'usergroup' => array(), 'user' => array() );
9
 
10
  function __construct( $wpForo ){
11
  if(!isset($this->wpforo)) $this->wpforo = $wpForo;
 
 
 
 
 
 
 
 
12
  }
13
 
14
  function usergroup_list_data(){
@@ -138,8 +146,9 @@ class wpForoUsergroup{
138
  return FALSE;
139
  }
140
 
141
- function get_usergroup( $groupid = 4, $cache = true ){
142
  // Guest UsergroupID = 4
 
143
  if( $cache && isset(self::$cache['usergroup'][$groupid]) ){
144
  return self::$cache['usergroup'][$groupid];
145
  }
@@ -154,7 +163,8 @@ class wpForoUsergroup{
154
  return $this->wpforo->db->get_results("SELECT * FROM `".$this->wpforo->db->prefix."wpforo_usergroups`", ARRAY_A);
155
  }
156
 
157
- function get_groupid_by_userid( $userid, $cache = true ){
 
158
  if( $cache && isset(self::$cache['user'][$userid]) ){
159
  return self::$cache['user'][$userid];
160
  }
5
  class wpForoUsergroup{
6
 
7
  private $wpforo;
8
+ static $cache = array( 'usergroup' => array(), 'user' => array() );
9
 
10
  function __construct( $wpForo ){
11
  if(!isset($this->wpforo)) $this->wpforo = $wpForo;
12
+ if( isset( $this->wpforo->general_options['lang'] ) && $this->wpforo->general_options['lang'] ){
13
+ $usergroups = $this->get_usergroups();
14
+ if(!empty($usergroups)){
15
+ foreach( $usergroups as $usergroup ){
16
+ $this->wpforo->usergroup[$usergroup['groupid']] = $usergroup['name'];
17
+ }
18
+ }
19
+ }
20
  }
21
 
22
  function usergroup_list_data(){
146
  return FALSE;
147
  }
148
 
149
+ function get_usergroup( $groupid = 4 ){
150
  // Guest UsergroupID = 4
151
+ $cache = $this->wpforo->cache->on('memory_cashe');
152
  if( $cache && isset(self::$cache['usergroup'][$groupid]) ){
153
  return self::$cache['usergroup'][$groupid];
154
  }
163
  return $this->wpforo->db->get_results("SELECT * FROM `".$this->wpforo->db->prefix."wpforo_usergroups`", ARRAY_A);
164
  }
165
 
166
+ function get_groupid_by_userid( $userid ){
167
+ $cache = $this->wpforo->cache->on('memory_cashe');
168
  if( $cache && isset(self::$cache['user'][$userid]) ){
169
  return self::$cache['user'][$userid];
170
  }
wpf-includes/functions-installation.php CHANGED
@@ -41,7 +41,8 @@ function wpforo_activation(){
41
  add_option('wpforo_default_groupid', 3);
42
  require( WPFORO_DIR . '/wpf-includes/install-sql.php' );
43
  foreach( $wpforo_sql as $sql ) if( FALSE === @$wpforo->db->query($sql) ) @$wpforo->db->query( preg_replace('#)[\r\n\t\s]*ENGINE.*$#isu', ')', $sql) );
44
- $wpforo->member->synchronize_users();
 
45
  $wpforo->member->init_current_user();
46
  $blogname = get_option('blogname');
47
  $adminemail = get_option('admin_email');
@@ -107,9 +108,14 @@ function wpforo_activation(){
107
  'rating' => 1,
108
  'rating_title' => 1,
109
  'member_cashe' => 1,
 
 
 
110
  'seo-title' => 1,
111
  'seo-meta' => 1,
 
112
  'font-awesome' => 1,
 
113
  'output-buffer' => 1,
114
  'wp-date-format' => 0,
115
  'subscribe_conf' => 1,
@@ -148,8 +154,9 @@ function wpforo_activation(){
148
  'login_url' => '',
149
  'register_url' => '',
150
  'lost_password_url' => '',
151
- 'rating_title_ug' => array ( 1 => '1', 5 => '1', 4 => '1', 2 => '1', 3 => '1' ),
152
  'rating_badge_ug' => array ( 1 => '1', 5 => '1', 4 => '1', 2 => '1', 3 => '1' ),
 
153
  );
154
  $exlude = array('rating_title_ug', 'rating_badge_ug');
155
  wpforo_update_options( 'wpforo_member_options', $wpforo_member, $exlude);
@@ -175,13 +182,11 @@ function wpforo_activation(){
175
  'update' => '1'
176
  );
177
  wpforo_update_options( 'wpforo_subscribe_options', $subscriptions_options );
178
-
179
-
180
-
181
- #################################################################
182
  // Tool Options - Antispam ///////////////////////////////////////
183
- $topic_level = mt_rand(60, 80);
184
- $post_level = mt_rand(70, 80);
185
  $wpforo_tools_antispam = array(
186
  'spam_filter' => 1,
187
  'spam_filter_level_topic' => $topic_level,
@@ -195,6 +200,15 @@ function wpforo_activation(){
195
  );
196
  wpforo_update_options( 'wpforo_tools_antispam', $wpforo_tools_antispam);
197
 
 
 
 
 
 
 
 
 
 
198
 
199
 
200
  #################################################################
@@ -588,6 +602,11 @@ function wpforo_activation(){
588
  if( !$wpforo->permastruct ) update_option( 'wpforo_permastruct', basename( get_wpf_option('wpforo_url') ) );
589
  $wpforo->db->query("UPDATE `{$wpforo->db->prefix}posts` SET `post_content` = REPLACE(`post_content`, '[wpforo-index]', '[wpforo]') WHERE `ID` = '{$wpforo->pageid}'");
590
  }
 
 
 
 
 
591
 
592
 
593
  #################################################################
@@ -620,13 +639,6 @@ function wpforo_activation(){
620
  $wpforo->phrase->clear_cache();
621
 
622
  #################################################################
623
- // FIX TOPIC TABLE DATE DEFAULT VALUE | ADD PRIVATE COL//////////
624
- $args = array( 'table' => $wpdb->prefix . 'wpforo_topics', 'col' => 'created', 'check' => 'default_value' );
625
- $value = wpforo_db_check( $args );
626
- if( $value == '0000-00-00 00:00:00' ){
627
- $sql = "ALTER TABLE `".$wpdb->prefix."wpforo_topics` CHANGE `created` `created` DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, CHANGE `modified` `modified` DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP;";
628
- @$wpdb->query( $sql );
629
- }
630
  // ADD `private` field in TOPIC TABLE ///////////////////////////
631
  $args = array( 'table' => $wpdb->prefix . 'wpforo_topics', 'col' => 'private', 'check' => 'col_exists' );
632
  if( !wpforo_db_check( $args ) ){
@@ -642,6 +654,10 @@ function wpforo_activation(){
642
  @$wpdb->query( $sql );
643
  $sql = "ALTER TABLE `".$wpdb->prefix."wpforo_views` ADD INDEX(`topicid`);";
644
  @$wpdb->query( $sql );
 
 
 
 
645
  }
646
  $args = array( 'table' => $wpdb->prefix . 'wpforo_views', 'col' => 'created', 'check' => 'col_type' );
647
  $col_type = wpforo_db_check( $args );
@@ -676,7 +692,7 @@ function wpforo_activation(){
676
  function wpforo_update() {
677
  if ( get_option('wpforo_version') && WPFORO_VERSION !== get_option('wpforo_version') ) wpforo_activation();
678
  }
679
- add_action('plugins_loaded', 'wpforo_update');
680
 
681
 
682
  function wpforo_update_options( $option_key, $default, $exlude = array() ) {
@@ -738,6 +754,7 @@ function wpforo_uninstall() {
738
 
739
  $options = array( 'wpforo_version',
740
  'wpforo_url',
 
741
  'wpforo_general_options',
742
  'wpforo_pageid',
743
  'wpforo_count_per_page',
@@ -755,7 +772,8 @@ function wpforo_uninstall() {
755
  'wpforo_permastruct',
756
  'wpforo_use_home_url',
757
  'wpforo_excld_urls',
758
- 'wpforo_tools_antispam'
 
759
  );
760
 
761
  foreach($options as $option){
@@ -779,4 +797,22 @@ function wpforo_uninstall() {
779
  }
780
  }
781
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
782
  ?>
41
  add_option('wpforo_default_groupid', 3);
42
  require( WPFORO_DIR . '/wpf-includes/install-sql.php' );
43
  foreach( $wpforo_sql as $sql ) if( FALSE === @$wpforo->db->query($sql) ) @$wpforo->db->query( preg_replace('#)[\r\n\t\s]*ENGINE.*$#isu', ')', $sql) );
44
+ $users = $wpforo->db->get_var("SELECT COUNT(*) FROM `" . $wpforo->db->prefix . "users`");
45
+ if( $users <= 100 ) $wpforo->member->synchronize_users();
46
  $wpforo->member->init_current_user();
47
  $blogname = get_option('blogname');
48
  $adminemail = get_option('admin_email');
108
  'rating' => 1,
109
  'rating_title' => 1,
110
  'member_cashe' => 1,
111
+ 'object_cashe' => 1,
112
+ 'html_cashe' => 0,
113
+ 'memory_cashe' => 1,
114
  'seo-title' => 1,
115
  'seo-meta' => 1,
116
+ 'seo-profile' => 1,
117
  'font-awesome' => 1,
118
+ 'user-synch' => 0,
119
  'output-buffer' => 1,
120
  'wp-date-format' => 0,
121
  'subscribe_conf' => 1,
154
  'login_url' => '',
155
  'register_url' => '',
156
  'lost_password_url' => '',
157
+ 'rating_title_ug' => array ( 1 => '0', 5 => '1', 4 => '1', 2 => '0', 3 => '1' ),
158
  'rating_badge_ug' => array ( 1 => '1', 5 => '1', 4 => '1', 2 => '1', 3 => '1' ),
159
+ 'title_usergroup' => array ( 1 => '1', 5 => '1', 4 => '0', 2 => '1', 3 => '0' ),
160
  );
161
  $exlude = array('rating_title_ug', 'rating_badge_ug');
162
  wpforo_update_options( 'wpforo_member_options', $wpforo_member, $exlude);
182
  'update' => '1'
183
  );
184
  wpforo_update_options( 'wpforo_subscribe_options', $subscriptions_options );
185
+
186
+ #################################################################
 
 
187
  // Tool Options - Antispam ///////////////////////////////////////
188
+ $topic_level = mt_rand(30, 60);
189
+ $post_level = mt_rand(30, 60);
190
  $wpforo_tools_antispam = array(
191
  'spam_filter' => 1,
192
  'spam_filter_level_topic' => $topic_level,
200
  );
201
  wpforo_update_options( 'wpforo_tools_antispam', $wpforo_tools_antispam);
202
 
203
+ #################################################################
204
+ // Tool Options - Cleanup ///////////////////////////////////////
205
+ $wpforo_tools_cleanup = array(
206
+ 'user_reg_days_ago' => 7,
207
+ 'auto_cleanup_users' => 0,
208
+ 'usergroup' => array ( 1 => '0', 5 => '0', 2 => '1', 3 => '0' ),
209
+ );
210
+ wpforo_update_options( 'wpforo_tools_cleanup', $wpforo_tools_cleanup);
211
+
212
 
213
 
214
  #################################################################
602
  if( !$wpforo->permastruct ) update_option( 'wpforo_permastruct', basename( get_wpf_option('wpforo_url') ) );
603
  $wpforo->db->query("UPDATE `{$wpforo->db->prefix}posts` SET `post_content` = REPLACE(`post_content`, '[wpforo-index]', '[wpforo]') WHERE `ID` = '{$wpforo->pageid}'");
604
  }
605
+
606
+ $wpforo->pageid = get_wpf_option( 'wpforo_pageid');
607
+ $wpforo->permastruct = trim( get_wpf_option('wpforo_permastruct'), '/' );
608
+ flush_rewrite_rules(FALSE);
609
+ nocache_headers();
610
 
611
 
612
  #################################################################
639
  $wpforo->phrase->clear_cache();
640
 
641
  #################################################################
 
 
 
 
 
 
 
642
  // ADD `private` field in TOPIC TABLE ///////////////////////////
643
  $args = array( 'table' => $wpdb->prefix . 'wpforo_topics', 'col' => 'private', 'check' => 'col_exists' );
644
  if( !wpforo_db_check( $args ) ){
654
  @$wpdb->query( $sql );
655
  $sql = "ALTER TABLE `".$wpdb->prefix."wpforo_views` ADD INDEX(`topicid`);";
656
  @$wpdb->query( $sql );
657
+ $sql = "ALTER TABLE `".$wpdb->prefix."wpforo_views` ADD UNIQUE( `userid`, `topicid`);";
658
+ @$wpdb->query( $sql );
659
+ $sql = "ALTER TABLE `".$wpdb->prefix."wpforo_likes` ADD UNIQUE( `userid`, `postid`);";
660
+ @$wpdb->query( $sql );
661
  }
662
  $args = array( 'table' => $wpdb->prefix . 'wpforo_views', 'col' => 'created', 'check' => 'col_type' );
663
  $col_type = wpforo_db_check( $args );
692
  function wpforo_update() {
693
  if ( get_option('wpforo_version') && WPFORO_VERSION !== get_option('wpforo_version') ) wpforo_activation();
694
  }
695
+ add_action('wp_loaded', 'wpforo_update');
696
 
697
 
698
  function wpforo_update_options( $option_key, $default, $exlude = array() ) {
754
 
755
  $options = array( 'wpforo_version',
756
  'wpforo_url',
757
+ 'wpforo_stat',
758
  'wpforo_general_options',
759
  'wpforo_pageid',
760
  'wpforo_count_per_page',
772
  'wpforo_permastruct',
773
  'wpforo_use_home_url',
774
  'wpforo_excld_urls',
775
+ 'wpforo_tools_antispam',
776
+ 'wpforo_tools_cleanup'
777
  );
778
 
779
  foreach($options as $option){
797
  }
798
  }
799
 
800
+ function wpforo_profile_notice(){
801
+ global $wpdb;
802
+ $button = '';
803
+ $users = $wpdb->get_var("SELECT COUNT(*) FROM `" . $wpdb->prefix . "users`");
804
+ $profiles = $wpdb->get_var("SELECT COUNT(*) FROM `" . $wpdb->prefix . "wpforo_profiles`");
805
+ $delta = $users - $profiles;
806
+ $status = ( $delta > 2 ) ? round((( $profiles * 100 ) / $users ), 1) . '% (' . $profiles . ' / ' . $users . ') ' : '100%';
807
+ $btext = ( $profiles == 0 ) ? __( 'Start Profile Synchronization', 'wpforo') : __( 'Continue Synchronization', 'wpforo');
808
+ $url = admin_url('admin.php?page=wpforo-community&action=synch');
809
+ $class = 'wpforo-mnote notice notice-warning is-dismissible';
810
+ $note = __( 'This process may take a few seconds or dozens of minutes, please be patient and don\'t close this page.', 'wpforo');
811
+ $info = __( 'You can permanently disable this message in Dashboard > Forums > Features admin page.', 'wpforo');
812
+ $button = '<a href="' . $url . '" class="button button-primary button-large" style="font-size:14px;">' . $btext . ' &gt;&gt;</a>';
813
+ $header = __( 'wpForo Forum Installation | ', 'wpforo' );
814
+ $message = __( 'Forum users\' profile data are not synchronized yet, this step is required! Please click the button below to complete installation.', 'wpforo' );
815
+ echo '<div class="' . $class . '" style="padding:15px 20px;"><h2 style="margin:0px;">' . esc_html($header) . $status . ' </h2><p style="font-size:15px;margin:5px 0px;">' . $message . '</p><p style="margin:0px 0px 10px 0px;">' . $button . '</p><hr /><p style="margin:0px;color:#dd0000;">' . $note . '</p><p style="margin:0px;color:#999; font-size:12px;">' . $info . '</p></div>';
816
+ }
817
+
818
  ?>
wpf-includes/functions-template.php CHANGED
@@ -12,9 +12,9 @@ function wpforo_login_url(){
12
  global $wpforo;
13
  if(isset($wpforo->member_options['login_url']) && $wpforo->member_options['login_url']){
14
  $wp_login_url = trim(get_bloginfo('url') , '/') . '/' . ltrim($wpforo->member_options['login_url'] , '/');
15
- }
16
- else{
17
- $wp_login_url = ((!is_wpforo_page() ? WPFORO_BASE_URL : '') . '?wpforo=signin');
18
  }
19
  return esc_url($wp_login_url);
20
  }
@@ -26,7 +26,7 @@ function wpforo_register_url(){
26
  $wp_register_url = trim(get_bloginfo('url') , '/') . '/' . ltrim($wpforo->member_options['register_url'] , '/');
27
  }
28
  else{
29
- $wp_register_url = WPFORO_BASE_URL . '?wpforo=signup';
30
  }
31
  return esc_url($wp_register_url);
32
  }
@@ -182,7 +182,8 @@ class wpForo_Widget_search extends WP_Widget {
182
  }
183
  echo '<div class="wpforo-widget-content">';
184
  ?>
185
- <form action="<?php echo WPFORO_BASE_URL ?>" method="get">
 
186
  <input type="text" placeholder="<?php wpforo_phrase('Search...') ?>" name="wpfs" class="wpfw-70" value="<?php echo isset($_GET['wpfs']) ? esc_attr(sanitize_text_field($_GET['wpfs'])) : '' ?>" ><input type="submit" class="wpfw-20" value="&raquo;">
187
  </form>
188
  <?php
@@ -281,7 +282,7 @@ class wpForo_Widget_login_form extends WP_Widget {
281
  <input type="checkbox" value="1" name="rememberme" id="wpf-login-remember">
282
  <label for="wpf-login-remember"><?php wpforo_phrase('Remember Me') ?> |</label>
283
  <a href="<?php echo esc_url(wp_lostpassword_url(wpforo_get_request_uri())); ?>" class="wpf-forgot-pass"><?php wpforo_phrase('Lost your password?') ?></a>
284
- <a href="<?php echo esc_url(WPFORO_BASE_URL) ?>?wpforo=register"><?php wpforo_phrase('register') ?></a>
285
  </p>
286
  <input type="submit" name="wpforologin" value="<?php wpforo_phrase('Sign In') ?>" />
287
  </td>
@@ -409,8 +410,7 @@ class wpForo_Widget_recent_topics extends WP_Widget {
409
  $topics = $wpforo->topic->get_topics($topic_args);
410
  echo '<div class="wpforo-widget-content"><ul>';
411
  foreach( $topics as $topic ){
412
- if( !$wpforo->perm->forum_can( 'vf', $topic['forumid'] ) ) continue;
413
- $topic_url = $wpforo->topic->get_topic_url( $topic );
414
  $member = $wpforo->member->get_member( $topic['userid'] );
415
  ?>
416
  <li>
@@ -486,8 +486,7 @@ class wpForo_Widget_recent_replies extends WP_Widget {
486
  $recent_posts = $wpforo->post->get_posts($posts_args);
487
  echo '<div class="wpforo-widget-content"><ul>';
488
  foreach( $recent_posts as $post ){
489
- if( !$wpforo->perm->forum_can( 'vf', $post['forumid'] ) ) continue;
490
- $post_url = $wpforo->post->get_post_url( $post );
491
  $member = $wpforo->member->get_member( $post['userid'] );
492
  ?>
493
  <li>
@@ -629,7 +628,7 @@ function wpforo_post_edited($post, $echo = true){
629
  function wpforo_hide_title($title, $id = 0) {
630
  global $wpforo;
631
  if( !wpforo_feature('page-title', $wpforo) ){
632
- if( $wpforo_base_slug = basename(WPFORO_BASE_URL) ) $wpforo_page = get_page_by_path($wpforo_base_slug);
633
  if(!empty($wpforo_page)){
634
  if (in_the_loop() && is_page($wpforo_page->ID) && $id == get_the_ID()) {
635
  $title = '';
@@ -663,28 +662,37 @@ function wpforo_validate_gravatar( $email ) {
663
 
664
  function wpforo_member_title( $member = array(), $echo = true, $usergroup = true ){
665
  global $wpforo;
666
- if(empty($member) || !$member['groupid']) return;
667
- $enabled_for_usergroup = ( isset($wpforo->member_options['rating_title_ug'][$member['groupid']]) && $wpforo->member_options['rating_title_ug'][$member['groupid']] ) ? true : false ;
668
 
669
- if( wpforo_feature('rating_title', $wpforo) && $enabled_for_usergroup ){
670
- $title = esc_html($member['stat']['title']);
671
- }
672
- else{
673
- $title = wpforo_phrase($member['title']);
674
- }
675
 
676
- if( $echo ) {
677
- echo $title;
678
- }
679
- else{
680
- return $title;
 
 
 
 
 
 
 
 
 
 
 
 
 
681
  }
682
  }
683
 
684
  function wpforo_member_badge( $member = array(), $sep = '', $type = 'full' ){
685
  global $wpforo;
686
- $enabled_for_usergroup = ( isset($wpforo->member_options['rating_badge_ug'][$member['groupid']]) && $wpforo->member_options['rating_badge_ug'][$member['groupid']] ) ? true : false ;
687
- if( wpforo_feature('rating', $wpforo) && $enabled_for_usergroup ): ?>
688
  <div class="author-rating-<?php echo esc_attr($type) ?>" style="color:<?php echo esc_attr($member['stat']['color']) ?>" title="<?php wpforo_phrase('Member Rating Badge') ?>">
689
  <?php echo $wpforo->member->rating_badge($member['stat']['rating'], $type); ?>
690
  </div><?php if($sep): ?><span class="author-rating-sep"><?php echo esc_html($sep); ?></span><?php endif; ?>
@@ -705,4 +713,146 @@ function wpforo_page_class( $classes ) {
705
  return (array)$classes;
706
  }
707
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
708
  ?>
12
  global $wpforo;
13
  if(isset($wpforo->member_options['login_url']) && $wpforo->member_options['login_url']){
14
  $wp_login_url = trim(get_bloginfo('url') , '/') . '/' . ltrim($wpforo->member_options['login_url'] , '/');
15
+ }else{
16
+ $request_uri = preg_replace( '#/?\?.*$#isu', '', wpforo_get_request_uri() );
17
+ $wp_login_url = (!is_wpforo_page() ? wpforo_home_url('?wpforo=signin') : wpforo_home_url( $request_uri . '?wpforo=signin' ) );
18
  }
19
  return esc_url($wp_login_url);
20
  }
26
  $wp_register_url = trim(get_bloginfo('url') , '/') . '/' . ltrim($wpforo->member_options['register_url'] , '/');
27
  }
28
  else{
29
+ $wp_register_url = wpforo_home_url('?wpforo=signup');
30
  }
31
  return esc_url($wp_register_url);
32
  }
182
  }
183
  echo '<div class="wpforo-widget-content">';
184
  ?>
185
+ <form action="<?php echo wpforo_home_url() ?>" method="get">
186
+ <?php wpforo_make_hidden_fields_from_url( wpforo_home_url() ) ?>
187
  <input type="text" placeholder="<?php wpforo_phrase('Search...') ?>" name="wpfs" class="wpfw-70" value="<?php echo isset($_GET['wpfs']) ? esc_attr(sanitize_text_field($_GET['wpfs'])) : '' ?>" ><input type="submit" class="wpfw-20" value="&raquo;">
188
  </form>
189
  <?php
282
  <input type="checkbox" value="1" name="rememberme" id="wpf-login-remember">
283
  <label for="wpf-login-remember"><?php wpforo_phrase('Remember Me') ?> |</label>
284
  <a href="<?php echo esc_url(wp_lostpassword_url(wpforo_get_request_uri())); ?>" class="wpf-forgot-pass"><?php wpforo_phrase('Lost your password?') ?></a>
285
+ <a href="<?php echo esc_url( wpforo_home_url('?wpforo=register') ) ?>"><?php wpforo_phrase('register') ?></a>
286
  </p>
287
  <input type="submit" name="wpforologin" value="<?php wpforo_phrase('Sign In') ?>" />
288
  </td>
410
  $topics = $wpforo->topic->get_topics($topic_args);
411
  echo '<div class="wpforo-widget-content"><ul>';
412
  foreach( $topics as $topic ){
413
+ $topic_url = wpforo_topic($topic['topicid'], 'url');
 
414
  $member = $wpforo->member->get_member( $topic['userid'] );
415
  ?>
416
  <li>
486
  $recent_posts = $wpforo->post->get_posts($posts_args);
487
  echo '<div class="wpforo-widget-content"><ul>';
488
  foreach( $recent_posts as $post ){
489
+ $post_url = wpforo_post( $post['postid'], 'url' );
 
490
  $member = $wpforo->member->get_member( $post['userid'] );
491
  ?>
492
  <li>
628
  function wpforo_hide_title($title, $id = 0) {
629
  global $wpforo;
630
  if( !wpforo_feature('page-title', $wpforo) ){
631
+ if( $wpforo_base_slug = basename( wpforo_home_url() ) ) $wpforo_page = get_page_by_path($wpforo_base_slug);
632
  if(!empty($wpforo_page)){
633
  if (in_the_loop() && is_page($wpforo_page->ID) && $id == get_the_ID()) {
634
  $title = '';
662
 
663
  function wpforo_member_title( $member = array(), $echo = true, $usergroup = true ){
664
  global $wpforo;
665
+ $title = array();
 
666
 
667
+ if(empty($member) || !$member['groupid']) return;
668
+ $rating_title_ug_enabled = ( isset($wpforo->member_options['rating_title_ug'][$member['groupid']]) && $wpforo->member_options['rating_title_ug'][$member['groupid']] ) ? true : false ;
669
+ $usergroup_title_ug_enabled = ( isset($wpforo->member_options['title_usergroup'][$member['groupid']]) && $wpforo->member_options['title_usergroup'][$member['groupid']] ) ? true : false ;
 
 
 
670
 
671
+ if( wpforo_feature('rating_title', $wpforo) && $rating_title_ug_enabled ){
672
+ $title[] = esc_html($member['stat']['title']);
673
+ }
674
+ if( empty($title) ){
675
+ $title[] = wpforo_phrase($member['title']);
676
+ }
677
+ if( $usergroup_title_ug_enabled ){
678
+ $title[] = esc_html($member['groupname']);
679
+ }
680
+ if( !empty($title) ){
681
+ $title_html = '<span>' . implode('</span><span>', $title) . '</span>';
682
+ $title_html = apply_filters('wpforo_member_title', $title_html, $member);
683
+ if( $echo ) {
684
+ echo $title_html;
685
+ }
686
+ else{
687
+ return $title_html;
688
+ }
689
  }
690
  }
691
 
692
  function wpforo_member_badge( $member = array(), $sep = '', $type = 'full' ){
693
  global $wpforo;
694
+ $rating_badge_ug_enabled = ( isset($wpforo->member_options['rating_badge_ug'][$member['groupid']]) && $wpforo->member_options['rating_badge_ug'][$member['groupid']] ) ? true : false ;
695
+ if( wpforo_feature('rating', $wpforo) && $rating_badge_ug_enabled ): ?>
696
  <div class="author-rating-<?php echo esc_attr($type) ?>" style="color:<?php echo esc_attr($member['stat']['color']) ?>" title="<?php wpforo_phrase('Member Rating Badge') ?>">
697
  <?php echo $wpforo->member->rating_badge($member['stat']['rating'], $type); ?>
698
  </div><?php if($sep): ?><span class="author-rating-sep"><?php echo esc_html($sep); ?></span><?php endif; ?>
713
  return (array)$classes;
714
  }
715
 
716
+ ###############################################################################
717
+ ########################## THEME API FUNCTIONS ################################
718
+ ###############################################################################
719
+
720
+ function wpforo_post( $postid, $var = 'item', $echo = false ){
721
+
722
+ global $wpforo;
723
+ $post = array();
724
+ if( !$postid ) return $post;
725
+ $cache = $wpforo->cache->on('object_cashe');
726
+ if( $cache ) $post = $wpforo->cache->get_item( $postid, 'post' );
727
+
728
+ if( empty($post) ){
729
+ if( !$cache && $var == 'url' ){
730
+ $post['url'] = $wpforo->post->get_post_url($postid);
731
+ }
732
+ elseif( !$cache && $var == 'is_answered' ){
733
+ $post['is_answered'] = $wpforo->post->is_answered($postid);
734
+ }
735
+ elseif( !$cache && $var == 'votes_sum' ){
736
+ $post['votes_sum'] = $wpforo->post->get_post_votes_sum($postid);
737
+ }
738
+ elseif( !$cache && $var == 'likes_count' ){
739
+ $post['likes_count'] = $wpforo->post->get_post_likes_count($postid);
740
+ }
741
+ elseif( !$cache && $var == 'likers_usernames' ){
742
+ $post['likers_usernames'] = $wpforo->post->get_likers_usernames($postid);
743
+ }
744
+ else{
745
+ $post = $wpforo->post->get_post($postid);
746
+ $post['url'] = $wpforo->post->get_post_url($post);
747
+ if( $cache ){
748
+ $post['is_answered'] = $wpforo->post->is_answered($postid);
749
+ $post['votes_sum'] = $wpforo->post->get_post_votes_sum($postid);
750
+ $post['likes_count'] = $wpforo->post->get_post_likes_count($postid);
751
+ $post['likers_usernames'] = $wpforo->post->get_likers_usernames($postid);
752
+ }
753
+ if(!empty($post)){
754
+ $cache_item = array( $postid => $post );
755
+ $wpforo->cache->create('item', $cache_item, 'post');
756
+ }
757
+ }
758
+ }
759
+
760
+ if( $var != 'item' && $var ){
761
+ $post = ( isset($post[$var]) ) ? $post[$var] : '';
762
+ }
763
+
764
+ if( $echo ){
765
+ echo $post;
766
+ }
767
+ else{
768
+ return $post;
769
+ }
770
+ }
771
+
772
+ function wpforo_topic( $topicid, $var = 'item', $echo = false ){
773
+
774
+ global $wpforo;
775
+ $topic = array();
776
+ if( !$topicid ) return $topic;
777
+ $cache = $wpforo->cache->on('object_cashe');
778
+ if( $cache ) $topic = $wpforo->cache->get_item( $topicid, 'topic' );
779
+
780
+ if( empty($topic) ){
781
+ if( !$cache && $var == 'url' ){
782
+ $topic['url'] = $wpforo->topic->get_topic_url( $topicid );
783
+ }
784
+ elseif( !$cache && $var == 'is_answer' ){
785
+ $topic['is_answer'] = $wpforo->topic->is_solved( $topicid );
786
+ }
787
+ else{
788
+ $topic = $wpforo->topic->get_topic($topicid);
789
+ $topic['url'] = $wpforo->topic->get_topic_url($topic);
790
+ $topic['is_answer'] = $wpforo->topic->is_solved( $topic['topicid'] );
791
+ if(!empty($topic)){
792
+ $cache_item = array( $topicid => $topic );
793
+ $wpforo->cache->create('item', $cache_item, 'topic');
794
+ }
795
+ }
796
+ }
797
+
798
+ if( $var != 'item' && $var ){
799
+ $topic = ( isset($topic[$var]) ) ? $topic[$var] : '';
800
+ }
801
+
802
+ if( $echo ){
803
+ echo $topic;
804
+ }
805
+ else{
806
+ return $topic;
807
+ }
808
+ }
809
+
810
+
811
+ function wpforo_forum( $forumid, $var = 'item', $echo = false ){
812
+
813
+ global $wpforo;
814
+ $data = array();
815
+ $forum = array();
816
+ $cache = $wpforo->cache->on('object_cashe');
817
+ if( !$forumid ) return $forum;
818
+ if( $cache ) $forum = $wpforo->cache->get_item( $forumid, 'forum' );
819
+
820
+ if( empty($forum) ){
821
+ if( !$cache && ($var == 'childs' || $var == 'counts') ){
822
+ if( $var == 'childs' ) {
823
+ $wpforo->forum->get_childs($forumid, $data);
824
+ $forum['childs'] = $data;
825
+ }
826
+ else{
827
+ $wpforo->forum->get_childs($forumid, $data);
828
+ $forum['childs'] = $data;
829
+ $forum['counts'] = $wpforo->forum->get_counts( $data );
830
+ }
831
+ }
832
+ else{
833
+ $forum = $wpforo->forum->get_forum($forumid);
834
+ if( $cache ){
835
+ $wpforo->forum->get_childs($forum['forumid'], $data);
836
+ $forum['childs'] = $data;
837
+ $forum['counts'] = $wpforo->forum->get_counts( $data );
838
+ }
839
+ if(!empty($forum)){
840
+ $cache_item = array( $forumid => $forum );
841
+ $wpforo->cache->create('item', $cache_item, 'forum');
842
+ }
843
+ }
844
+ }
845
+
846
+ if( $var != 'item' && $var ){
847
+ $forum = ( isset($forum[$var]) ) ? $forum[$var] : '';
848
+ }
849
+
850
+ if( $echo ){
851
+ echo $forum;
852
+ }
853
+ else{
854
+ return $forum;
855
+ }
856
+ }
857
+
858
  ?>
wpf-includes/functions.php CHANGED
@@ -23,6 +23,32 @@ function wpforo_verify_form( $mode = 'full' ){
23
  }
24
  }
25
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  function wpforo_is_ajax(){
27
  if( defined('DOING_AJAX') && DOING_AJAX ) return TRUE;
28
  return FALSE;
@@ -87,22 +113,15 @@ function is_wpforo_shortcode_page(){
87
  function wpforo_get_url_query_vars_str($url = ''){
88
  if(!$url) $url = wpforo_get_request_uri();
89
 
90
- $current_url = preg_replace('#https?://[^/\?]+\.[^/\?]+/?#isu', '', $url);
91
- $site_url = preg_replace('#https?://[^/\?]+\.[^/\?]+/?#isu', '', esc_url( home_url('/') ));
92
- $current_url = preg_replace( '#^/?'.preg_quote($site_url).'#isu', '' , $current_url, 1 );
 
93
  $current_url = preg_replace('#^[\r\n\t\s\0/]*(.*?)[\r\n\t\s\0/]*$#isu', '$1', $current_url);
94
 
95
  return $current_url;
96
  }
97
 
98
- /*function wpforo_use_home_url(){
99
- global $wpforo;
100
-
101
- $current_url = wpforo_get_url_query_vars_str();
102
- if( !$current_url && $wpforo->use_home_url ) return TRUE;
103
- return FALSE;
104
- }*/
105
-
106
  function wpforo_feature( $option, $wpforo = NULL ){
107
  if( empty($wpforo) ) global $wpforo;
108
  if( isset($wpforo->features[$option]) && $wpforo->features[$option] ){
@@ -124,6 +143,23 @@ function wpforo_dir_size($directory) {
124
  }
125
  }
126
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
127
  #################################################################################
128
  /**
129
  * Returns merged arguments array from defined and default arguments.
@@ -861,7 +897,7 @@ function wpforo_page_logging(){
861
  $wpforo->db->query($sql);
862
  $wpforo->db->query("UPDATE `".$wpforo->db->prefix."wpforo_topics` SET `views` = `views` + 1 WHERE `topicid` = " . intval($data['topicid']));
863
  }else{
864
- $sql = "UPDATE ". $wpforo->db->prefix ."wpforo_views SET `created` = '" . esc_sql($current_time) . "' WHERE `userid` = " . intval($current_user_id) . " AND `topicid` = " . intval($data['topicid']);
865
  $wpforo->db->query($sql);
866
  if( $current_time - $view['created'] > 86400 ){
867
  $wpforo->db->query("UPDATE `".$wpforo->db->prefix."wpforo_topics` SET `views` = `views` + 1 WHERE `topicid` = " . intval($data['topicid']));
@@ -1050,9 +1086,13 @@ function wpforo_get_file_content( $file ){
1050
  return false;
1051
  }
1052
  else{
1053
- $file_data = fread( $fp, filesize($file) );
1054
- fclose( $fp );
1055
- return $file_data;
 
 
 
 
1056
  }
1057
  }
1058
 
@@ -1083,9 +1123,12 @@ function wpforo_clear_basename( $file ) {
1083
  *
1084
  */
1085
  function wpforo_remove_directory( $directory ) {
1086
- $directory = trim( $directory, '/') . '/';
1087
- foreach( glob( $directory . '/*' ) as $item ) {
1088
- if( is_dir( $item ) ){
 
 
 
1089
  wpforo_remove_directory( $item );
1090
  }
1091
  else{
@@ -1094,6 +1137,7 @@ function wpforo_remove_directory( $directory ) {
1094
  }
1095
  return rmdir( $directory );
1096
  }
 
1097
  #################################################################################
1098
  /**
1099
  * Converts bytes to KB, MB, GB
@@ -1152,12 +1196,14 @@ function wpforo_human_size_to_bytes($sSize)
1152
 
1153
 
1154
  function wpforo_print_number($n, $echo = false) {
1155
- $n = (0+str_replace(",","",$n));
 
 
1156
  if(!is_numeric($n)) return false;
1157
- if($n>1000000000000) return round(($n/1000000000000),1).' '.wpforo_phrase('{number}T',false);
1158
- else if($n>1000000000) return round(($n/1000000000),1).' '.wpforo_phrase('{number}B',false);
1159
- else if($n>1000000) return round(($n/1000000),1).' '.wpforo_phrase('{number}M',false);
1160
- else if($n>10000) return round(($n/1000),1).' '.wpforo_phrase('{number}K',false);
1161
  if($echo){
1162
  echo number_format($n);
1163
  }
@@ -1167,7 +1213,9 @@ function wpforo_print_number($n, $echo = false) {
1167
  }
1168
 
1169
  function wpforo_bigintval($value) {
1170
- $value = trim($value);
 
 
1171
  if (ctype_digit($value)) {
1172
  return $value;
1173
  }
@@ -1310,6 +1358,7 @@ function wpforo_is_image($e){
1310
  return $is_image;
1311
  }
1312
 
 
1313
  function get_wpf_option( $key ){
1314
  global $wpdb;
1315
  $value = get_option($key);
@@ -1427,7 +1476,7 @@ function wpforo_debug( $wpforo ){
1427
  <h4>Options and Features</h4>
1428
  <textarea style="width:500px; height:300px;"><?php echo @ 'permastruct: ' . $wpforo->permastruct . "\r\n";
1429
  echo @ 'use_home_url: ' . $wpforo->use_home_url . "\r\n";
1430
- echo @ 'url: ' . $wpforo->url . "\r\n";
1431
  @print_r($wpforo->general_options) . "\r\n";
1432
  echo @ 'pageid:' . $wpforo->pageid . "\r\n";
1433
  echo @ 'default_groupid: ' . $wpforo->default_groupid . "\r\n";
@@ -1452,18 +1501,29 @@ function wpforo_hook( $name, $args = array() ){
1452
  do_action( $name, $args );
1453
  }
1454
 
1455
- function wpforo_clean_cache( $key = 'post' ){
1456
- if($key == 'post'){
1457
- global $post;
1458
- if(isset($post) && is_object($post) && !empty($post)) {
1459
- clean_post_cache( $post );
1460
- }
1461
- else{
1462
- $pageid = url_to_postid( $_SERVER['REQUEST_URI'] );
1463
- $page = get_post( $pageid );
1464
- clean_post_cache( $page );
1465
- }
1466
- }
 
 
 
 
 
 
 
 
 
 
 
1467
  }
1468
 
1469
  function wpforo_db_check( $args = array() ){
23
  }
24
  }
25
 
26
+ function wpforo_home_url($str = '', $echo = false){
27
+ global $wpforo;
28
+
29
+ if( strpos($str, 'http') === 0 ){
30
+ $base_url = preg_replace('#/?\?.*$#isu', '', wpforo_home_url());
31
+ $base_url = preg_replace('#index\.php/?#isu', '', $base_url, 1);
32
+ $str = preg_replace('#index\.php/?#isu', '', $str, 1);
33
+ $str = preg_replace('#^'.preg_quote( rtrim($base_url, '/\\') ).'/?#isu', '', $str, 1);
34
+ }
35
+ $str = trim(WPFORO_BASE_PERMASTRUCT, '/\\') . '/' . trim($str, '/\\');
36
+
37
+ $url = $wpforo->user_trailingslashit( home_url($str) );
38
+
39
+ //-START- check is url maybe wordpress home
40
+ $maybe_home_url = trim( preg_replace('#/?index\.php/?(\?.*)?$#isu', '', $url), '/\\' );
41
+ $home_url = trim( home_url(), '/\\' );
42
+ if( $maybe_home_url == $home_url ){
43
+ $url = preg_replace('#index\.php/?#isu', '', $url, 1);
44
+ $url = $wpforo->user_trailingslashit($url);
45
+ }
46
+ //-END- check is url maybe wordpress home
47
+
48
+ if(!$echo) return $url;
49
+ echo $url;
50
+ }
51
+
52
  function wpforo_is_ajax(){
53
  if( defined('DOING_AJAX') && DOING_AJAX ) return TRUE;
54
  return FALSE;
113
  function wpforo_get_url_query_vars_str($url = ''){
114
  if(!$url) $url = wpforo_get_request_uri();
115
 
116
+ $home_url = preg_replace( '#/?\?.*$#isu', '', home_url('/') );
117
+ $current_url = preg_replace('#https?://[^/\?]+/?#isu', '', $url);
118
+ $site_url = preg_replace('#https?://[^/\?]+/?#isu', '', $home_url);
119
+ $current_url = preg_replace( '#^/?'.preg_quote($site_url).'(?:/?index\.php/?)?#isu', '' , $current_url, 1 );
120
  $current_url = preg_replace('#^[\r\n\t\s\0/]*(.*?)[\r\n\t\s\0/]*$#isu', '$1', $current_url);
121
 
122
  return $current_url;
123
  }
124
 
 
 
 
 
 
 
 
 
125
  function wpforo_feature( $option, $wpforo = NULL ){
126
  if( empty($wpforo) ) global $wpforo;
127
  if( isset($wpforo->features[$option]) && $wpforo->features[$option] ){
143
  }
144
  }
145
 
146
+ function wpforo_make_hidden_fields_from_url($url = '', $echo = true){
147
+ if( !$url ) $url = wpforo_get_request_uri();
148
+
149
+ $return = '';
150
+ if( $url_query = parse_url($url, PHP_URL_QUERY) ){
151
+ parse_str($url_query, $url_query_arr);
152
+ if( !empty($url_query_arr) ){
153
+ foreach ($url_query_arr as $key => $value) {
154
+ $return .= '<input type="hidden" name="'.$key.'" value="'.$value.'">';
155
+ }
156
+ }
157
+ }
158
+
159
+ if( !$echo ) return $return;
160
+ echo $return;
161
+ }
162
+
163
  #################################################################################
164
  /**
165
  * Returns merged arguments array from defined and default arguments.
897
  $wpforo->db->query($sql);
898
  $wpforo->db->query("UPDATE `".$wpforo->db->prefix."wpforo_topics` SET `views` = `views` + 1 WHERE `topicid` = " . intval($data['topicid']));
899
  }else{
900
+ $sql = "UPDATE ". $wpforo->db->prefix ."wpforo_views SET `created` = " . intval($current_time) . " WHERE `userid` = " . intval($current_user_id) . " AND `topicid` = " . intval($data['topicid']);
901
  $wpforo->db->query($sql);
902
  if( $current_time - $view['created'] > 86400 ){
903
  $wpforo->db->query("UPDATE `".$wpforo->db->prefix."wpforo_topics` SET `views` = `views` + 1 WHERE `topicid` = " . intval($data['topicid']));
1086
  return false;
1087
  }
1088
  else{
1089
+ $size = @filesize($file);
1090
+ if( isset($size) && $size > 0 ){
1091
+ $file_data = fread( $fp, $size );
1092
+ fclose( $fp );
1093
+ return $file_data;
1094
+ }
1095
+ return false;
1096
  }
1097
  }
1098
 
1123
  *
1124
  */
1125
  function wpforo_remove_directory( $directory ) {
1126
+ $directory_ns = trim( $directory, '/') . '/';
1127
+ $directory_ws = '/' . trim( $directory, '/') . '/';
1128
+ $glob = glob( $directory_ns . '/*' );
1129
+ if( empty($glob) ) $glob = glob( $directory_ws . '/*' );
1130
+ foreach( $glob as $item ) {
1131
+ if( is_dir( $item ) ){
1132
  wpforo_remove_directory( $item );
1133
  }
1134
  else{
1137
  }
1138
  return rmdir( $directory );
1139
  }
1140
+
1141
  #################################################################################
1142
  /**
1143
  * Converts bytes to KB, MB, GB
1196
 
1197
 
1198
  function wpforo_print_number($n, $echo = false) {
1199
+ $x = str_replace(",","",$n);
1200
+ $x = intval($x);
1201
+ $n = 0 + $x;
1202
  if(!is_numeric($n)) return false;
1203
+ if($n>1000000000000) return round(($n/1000000000000),1).' '.str_replace('{number}', '', wpforo_phrase('{number}T',false));
1204
+ else if($n>1000000000) return round(($n/1000000000),1).' '.str_replace('{number}', '', wpforo_phrase('{number}B',false));
1205
+ else if($n>1000000) return round(($n/1000000),1).' '.str_replace('{number}', '', wpforo_phrase('{number}M',false));
1206
+ else if($n>10000) return round(($n/1000),1).' '.str_replace('{number}', '', wpforo_phrase('{number}K',false));
1207
  if($echo){
1208
  echo number_format($n);
1209
  }
1213
  }
1214
 
1215
  function wpforo_bigintval($value) {
1216
+ if(!is_array($value)) {
1217
+ $value = trim($value);
1218
+ }
1219
  if (ctype_digit($value)) {
1220
  return $value;
1221
  }
1358
  return $is_image;
1359
  }
1360
 
1361
+
1362
  function get_wpf_option( $key ){
1363
  global $wpdb;
1364
  $value = get_option($key);
1476
  <h4>Options and Features</h4>
1477
  <textarea style="width:500px; height:300px;"><?php echo @ 'permastruct: ' . $wpforo->permastruct . "\r\n";
1478
  echo @ 'use_home_url: ' . $wpforo->use_home_url . "\r\n";
1479
+ echo @ 'url: ' . wpforo_home_url() . "\r\n";
1480
  @print_r($wpforo->general_options) . "\r\n";
1481
  echo @ 'pageid:' . $wpforo->pageid . "\r\n";
1482
  echo @ 'default_groupid: ' . $wpforo->default_groupid . "\r\n";
1501
  do_action( $name, $args );
1502
  }
1503
 
1504
+ #################################################################################
1505
+ /**
1506
+ * Cleans forum cache
1507
+ *
1508
+ * @since 1.2.1
1509
+ *
1510
+ * @param integer Item ID (e.g.: $topicid or $postid) | (!) ID is 0 on dome actions (e.g.: delete actions)
1511
+ * @param string Item View / Template (e.g.: 'forum', 'topic', 'post', 'user', 'widget', etc...)
1512
+ *
1513
+ * @return NULL
1514
+ */
1515
+ function wpforo_clean_cache( $id = 0, $template = 'all' ){
1516
+ global $wpforo;
1517
+ $pageid = url_to_postid( $_SERVER['REQUEST_URI'] );
1518
+ do_action( 'wpforo_clean_cache_start', $id, $template );
1519
+ if( $pageid ){
1520
+ $page = get_post( $pageid );
1521
+ clean_post_cache( $page );
1522
+ }
1523
+ $wpforo->statistic('update');
1524
+ do_action( 'wpforo_clean_cache', $id, $template );
1525
+ $wpforo->cache->clean( $id, $template );
1526
+ do_action( 'wpforo_clean_cache_end', $id, $template );
1527
  }
1528
 
1529
  function wpforo_db_check( $args = array() ){
wpf-includes/install-sql.php CHANGED
@@ -145,7 +145,7 @@
145
  `vid` INT UNSIGNED NOT NULL AUTO_INCREMENT,
146
  `userid` INT UNSIGNED NOT NULL,
147
  `topicid` INT UNSIGNED NOT NULL,
148
- `created` INT UNSIGNED NOT NULL,
149
  PRIMARY KEY (`vid`),
150
  KEY `user_topic` (`userid`,`topicid`)
151
  ) ENGINE=$engine $charset_collate;",
145
  `vid` INT UNSIGNED NOT NULL AUTO_INCREMENT,
146
  `userid` INT UNSIGNED NOT NULL,
147
  `topicid` INT UNSIGNED NOT NULL,
148
+ `created` TIMESTAMP NOT NULL,
149
  PRIMARY KEY (`vid`),
150
  KEY `user_topic` (`userid`,`topicid`)
151
  ) ENGINE=$engine $charset_collate;",
wpf-includes/wpf-actions.php CHANGED
@@ -10,6 +10,7 @@ function wpforo_actions(){
10
 
11
  if( isset($_POST['wpfreg']) && !empty($_POST['wpfreg']) && $userid = $wpforo->member->create($_POST['wpfreg'])){
12
  wpforo_verify_form('ref');
 
13
  wp_redirect( $wpforo->member->get_profile_url( $userid, ( is_user_logged_in() ? 'account' : 'profile' ) ) );
14
  exit();
15
  }
@@ -20,14 +21,15 @@ function wpforo_actions(){
20
  $wpf_login_times = get_user_meta($user->ID, '_wpf_login_times', true);
21
  if( isset($user->ID) && $wpf_login_times >= 1) {
22
  $name = ( isset($user->data->display_name) ) ? $user->data->display_name : '';
23
- $wpforo->notice->add( sprintf( 'Welcome back %s!', esc_html($name) ) , 'success');
 
24
  }
25
  else{
26
  $wpforo->notice->add('Welcome to our Community!', 'success');
27
  }
28
  (int)$wpf_login_times++;
29
  update_user_meta( $user->ID, '_wpf_login_times', $wpf_login_times );
30
- wp_redirect( preg_replace('#\?.*$#is', '', wpforo_get_request_uri()) );
31
  exit();
32
  }else{
33
  $args = array();
@@ -41,7 +43,7 @@ function wpforo_actions(){
41
  extract($wpforo->current_object, EXTR_OVERWRITE);
42
 
43
  if( $template == 'profile' && !isset($username) && !isset($userid) ){
44
- wp_redirect( WPFORO_BASE_URL );
45
  exit();
46
  }
47
 
@@ -95,14 +97,14 @@ function wpforo_actions(){
95
  if( $_REQUEST['topic']['action'] == 'add' ){
96
  wpforo_verify_form();
97
  if( $topicid = $wpforo->topic->add() ){
98
- wpforo_clean_cache();
99
  wp_redirect( $wpforo->topic->get_topic_url($topicid) );
100
  exit();
101
  }
102
  }elseif( $_REQUEST['topic']['action'] == 'edit' ){
103
  wpforo_verify_form();
104
  if( $topicid = $wpforo->topic->edit() ){
105
- wpforo_clean_cache();
106
  wp_redirect( $wpforo->topic->get_topic_url($topicid) );
107
  exit();
108
  }
@@ -116,14 +118,14 @@ function wpforo_actions(){
116
  if($_REQUEST['post']['action'] == 'add'){
117
  wpforo_verify_form();
118
  if( $postid = $wpforo->post->add() ){
119
- wpforo_clean_cache();
120
  wp_redirect( $wpforo->post->get_post_url( $postid ) );
121
  exit();
122
  }
123
  }elseif($_REQUEST['post']['action'] == 'edit'){
124
  wpforo_verify_form();
125
  if( $postid = $wpforo->post->edit() ){
126
- wpforo_clean_cache();
127
  wp_redirect( $wpforo->post->get_post_url( $postid ) );
128
  exit();
129
  }
@@ -135,7 +137,7 @@ function wpforo_actions(){
135
  $move_topicid = intval($_POST['movetopicid']);
136
  $move_forumid = intval($_POST['topic']['forumid']);
137
  $wpforo->topic->move( $move_topicid, $move_forumid );
138
- wpforo_clean_cache();
139
  wp_redirect( wpforo_get_request_uri() );
140
  exit();
141
  }
@@ -152,23 +154,23 @@ function wpforo_actions(){
152
  }else{
153
  $wpforo->sbscrb->delete($sbs_key);
154
  }
155
- wp_redirect( preg_replace('#\?.*$#is', '', wpforo_get_request_uri()) );
156
  exit();
157
  }
158
 
159
  ## Resolved
160
  if( isset($_GET['wpforo']) && $_GET['wpforo'] == 'solved' && $_GET['tid'] ){
161
  $topicid = intval($_GET['tid']);
162
-
163
- wp_redirect( preg_replace('#\?.*$#is', '', wpforo_get_request_uri()) );
164
  exit();
165
  }
166
 
167
  ## Private
168
  if( isset($_GET['wpforo']) && $_GET['wpforo'] == 'private' && $_GET['tid'] ){
169
  $topicid = intval($_GET['tid']);
170
-
171
- wp_redirect( preg_replace('#\?.*$#is', '', wpforo_get_request_uri()) );
172
  exit();
173
  }
174
 
@@ -191,6 +193,11 @@ function wpforo_actions(){
191
  wp_redirect(admin_url());
192
  exit();
193
  }
 
 
 
 
 
194
  if( $_GET['action'] == 'reset_fstat' && check_admin_referer( 'wpforo_reset_forums_stat' ) ){
195
  $forums = $wpforo->db->get_results("SELECT `forumid` FROM " . $wpforo->db->prefix . "wpforo_forums ORDER BY `forumid` ASC", ARRAY_A);
196
  if(!empty($forums)){
@@ -225,6 +232,12 @@ function wpforo_actions(){
225
  $wpforo->member->clear_db_cache();
226
  $wpforo->notice->add('Deleted Successfully!', 'success');
227
  }
 
 
 
 
 
 
228
  }
229
 
230
  if( wpforo_is_admin() && isset($_GET['page']) && $_GET['page'] == 'wpforo-settings' ){
@@ -240,29 +253,47 @@ function wpforo_actions(){
240
  check_admin_referer( 'wpforo-settings-general' );
241
 
242
  if( isset($_POST['wpforo_use_home_url']) && $_POST['wpforo_use_home_url'] ){
243
- update_option('wpforo_use_home_url', 1);
244
- if( isset($_POST['wpforo_excld_urls']) && $_POST['wpforo_excld_urls'] )
245
  update_option('wpforo_excld_urls', trim($_POST['wpforo_excld_urls']));
246
  }else{
247
- update_option('wpforo_use_home_url', 0);
248
  }
249
-
250
- if( isset($_POST['wpforo_url']) && $permastruct = utf8_uri_encode( $_POST['wpforo_url'] ) )
251
- if( update_option('wpforo_url', esc_url( home_url('/') ) . trim($permastruct, '/') . "/")
252
- && update_option('wpforo_permastruct', trim($permastruct, '/')) ){
253
- $wpforo->notice->add('Forum Base URL successfully updated', 'success');
254
- }else{
255
- $wpforo->notice->add('Successfully updated', 'success');
 
 
 
 
 
 
 
 
 
256
  }
257
-
 
 
 
 
 
 
 
 
 
258
  if( update_option('wpforo_general_options', $_POST['wpforo_general_options']) ){
259
  $wpforo->notice->add('General options successfully updated', 'success');
260
  }else{
261
  $wpforo->notice->add('Successfully updated', 'success');
262
  }
263
-
264
  $wpforo->member->clear_db_cache();
265
-
266
  wp_redirect( admin_url( 'admin.php?page=wpforo-settings&tab=general' ) );
267
  exit();
268
  }
@@ -271,6 +302,7 @@ function wpforo_actions(){
271
  if( isset($_FILES['add_lang']) ){
272
  check_admin_referer( 'wpforo-settings-language' );
273
  $wpforo->phrase->add_lang();
 
274
  wp_redirect( admin_url( 'admin.php?page=wpforo-settings&tab=general' ) );
275
  exit();
276
  }
@@ -283,6 +315,7 @@ function wpforo_actions(){
283
  }else{
284
  $wpforo->notice->add('Forum options successfully updated, but previous value not changed', 'success');
285
  }
 
286
  wp_redirect( admin_url( 'admin.php?page=wpforo-settings&tab=forums' ) );
287
  exit();
288
  }
@@ -300,6 +333,7 @@ function wpforo_actions(){
300
  }else{
301
  $wpforo->notice->add('Post options successfully updated, but previous value not changed', 'success');
302
  }
 
303
  wp_redirect( admin_url( 'admin.php?page=wpforo-settings&tab=posts' ) );
304
  exit();
305
  }
@@ -313,6 +347,7 @@ function wpforo_actions(){
313
  }else{
314
  $wpforo->notice->add('Member options successfully updated, but previous value not changed', 'success');
315
  }
 
316
  wp_redirect( admin_url( 'admin.php?page=wpforo-settings&tab=members' ) );
317
  exit();
318
  }
@@ -325,6 +360,7 @@ function wpforo_actions(){
325
  }else{
326
  $wpforo->notice->add('Features successfully updated, but previous value not changed', 'success');
327
  }
 
328
  wp_redirect( admin_url( 'admin.php?page=wpforo-settings&tab=features' ) );
329
  exit();
330
  }
@@ -337,6 +373,7 @@ function wpforo_actions(){
337
  update_option('wpforo_style_options', $_POST['wpforo_style_options']);
338
  update_option('wpforo_theme_options', $wpforo->theme_options);
339
  $wpforo->notice->add('Theme options successfully updated', 'success');
 
340
  wp_redirect( admin_url( 'admin.php?page=wpforo-settings&tab=styles' ) );
341
  exit();
342
  }
@@ -349,6 +386,7 @@ function wpforo_actions(){
349
  }else{
350
  $wpforo->notice->add('Subscribe options successfully updated, but previous value not changed', 'success');
351
  }
 
352
  wp_redirect( admin_url( 'admin.php?page=wpforo-settings&tab=emails' ) );
353
  exit();
354
  }
@@ -368,10 +406,13 @@ function wpforo_actions(){
368
  check_admin_referer( 'wpforo-forum-addedit' );
369
  if( $_GET['action'] == 'add' ){
370
  if( $forumid = $wpforo->forum->add() ){
 
371
  wp_redirect( admin_url( 'admin.php?page=wpforo-forums' ) );
372
  exit();
373
  }
374
  }elseif( $_GET['action'] == 'edit' && isset($_GET['id']) ){
 
 
375
  $forumid = $wpforo->forum->edit();
376
  }
377
  if( isset($forumid) && $forumid ){
@@ -382,9 +423,14 @@ function wpforo_actions(){
382
  exit();
383
  }
384
 
385
- if(isset($_POST['wpforo_delete']) && $_GET['action'] == 'del'){
386
  check_admin_referer( 'wpforo-forum-delete' );
387
- $wpforo->forum->delete();
 
 
 
 
 
388
  wp_redirect( admin_url( 'admin.php?page=wpforo-forums' ) );
389
  exit();
390
  }
@@ -392,6 +438,7 @@ function wpforo_actions(){
392
  if(isset($_POST['forums_hierarchy_submit'])){
393
  check_admin_referer( 'wpforo-forums-hierarchy' );
394
  $wpforo->forum->update_hierarchy();
 
395
  wp_redirect( admin_url( 'admin.php?page=wpforo-forums' ) );
396
  exit();
397
  }
@@ -431,6 +478,7 @@ function wpforo_actions(){
431
  !check_admin_referer( 'wpforo_admin_table_action_delete' );
432
  }
433
  foreach ($pids as $pid) $wpforo->post->delete($pid);
 
434
  wp_redirect(admin_url('admin.php?page=wpforo-moderations'));
435
  exit();
436
  } elseif ($u_action == 'approve') {
@@ -439,8 +487,24 @@ function wpforo_actions(){
439
  }else{
440
  !check_admin_referer( 'wpforo_admin_table_action_approve' );
441
  }
442
- foreach ($pids as $pid) $wpforo->moderation->post_approve($pid);
443
- wp_redirect(admin_url('admin.php?page=wpforo-moderations'));
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
444
  exit();
445
  } elseif ($u_action == 'unapprove') {
446
  if( $bulk ){
@@ -449,6 +513,7 @@ function wpforo_actions(){
449
  !check_admin_referer( 'wpforo_admin_table_action_approve' );
450
  }
451
  foreach ($pids as $pid) $wpforo->moderation->post_unapprove($pid);
 
452
  wp_redirect(admin_url('admin.php?page=wpforo-moderations'));
453
  exit();
454
  }
@@ -521,7 +586,7 @@ function wpforo_actions(){
521
  }
522
  foreach($uids as $uid) $wpforo->member->unban($uid);
523
  }
524
-
525
  wp_redirect( admin_url( 'admin.php?page=wpforo-members' ) );
526
  exit();
527
  }
@@ -542,13 +607,15 @@ function wpforo_actions(){
542
  $board_cans = ( isset($_POST['cans']) ? $_POST['cans'] : array() );
543
  if( $_POST['usergroup']['action'] == 'add' ){
544
  $insert_usergroup_name = sanitize_text_field($_POST['usergroup']['name']);
545
- $wpforo->usergroup->add( $insert_usergroup_name, $board_cans );
 
546
  wp_redirect( admin_url( 'admin.php?page=wpforo-usergroups' ) );
547
  exit();
548
  }elseif( $_POST['usergroup']['action'] == 'edit' ){
549
  $insert_usergroup_id = intval($_GET['gid']);
550
  $insert_usergroup_name = sanitize_text_field($_POST['usergroup']['name']);
551
  $wpforo->usergroup->edit( $insert_usergroup_id, $insert_usergroup_name, $board_cans );
 
552
  wp_redirect( admin_url( 'admin.php?page=wpforo-usergroups' ) );
553
  exit();
554
  }
@@ -557,6 +624,7 @@ function wpforo_actions(){
557
  if(isset($_GET['action']) && $_GET['action']=='del' && isset($_POST['usergroup']['submit']) && $_POST['usergroup']['submit'] == 'Delete'){
558
  check_admin_referer( 'wpforo-usergroup-delete' );
559
  $wpforo->usergroup->delete();
 
560
  wp_redirect( admin_url( 'admin.php?page=wpforo-usergroups' ) );
561
  exit();
562
  }
@@ -584,6 +652,7 @@ function wpforo_actions(){
584
  $insert_access_key = sanitize_text_field($_POST['access']['key']);
585
  $insert_access_name = sanitize_text_field($_POST['access']['name']);
586
  $wpforo->perm->edit( $insert_access_name, $cans, $insert_access_key );
 
587
  wp_redirect( wpforo_get_request_uri() );
588
  exit();
589
  }elseif( isset($_GET['action']) && $_GET['action'] == 'del' && isset($_GET['accessid']) ){
@@ -596,6 +665,7 @@ function wpforo_actions(){
596
 
597
  $insert_access_id = intval($_GET['accessid']);
598
  $wpforo->perm->delete( $insert_access_id );
 
599
  wp_redirect( admin_url( 'admin.php?page=wpforo-settings&tab=accesses' ) );
600
  exit();
601
  }
@@ -645,7 +715,7 @@ function wpforo_actions(){
645
  if( isset($_GET['forum']) && $_GET['forum'] && isset($_GET['type']) && $_GET['type'] == 'rss2' ){
646
  $forumid = intval($_GET['forum']);
647
  $forum = $wpforo->forum->get_forum($forumid);
648
- $forum['forumurl'] = $wpforo->forum->get_forum_url($forumid);
649
 
650
  if(isset($_GET['topic']) && $_GET['topic']){
651
  $topicid = intval($_GET['topic']);
@@ -656,7 +726,7 @@ function wpforo_actions(){
656
  $member = $wpforo->member->get_member($post['userid']);
657
  $posts[$key]['description'] = wpforo_text( trim(strip_tags($post['body'])), 190, false );
658
  $posts[$key]['content'] = trim($post['body']);
659
- $posts[$key]['posturl'] = $wpforo->post->get_post_url($post['postid']);
660
  $posts[$key]['author'] = $member['display_name'];
661
  }
662
  $wpforo->feed->rss2_topic($forum, $topic, $posts);
@@ -694,6 +764,15 @@ function wpforo_actions(){
694
  exit();
695
  }
696
 
 
 
 
 
 
 
 
 
 
697
  if(isset($_GET['action']) && $_GET['action']=='delete-spam-file' && isset($_GET['sfname']) && $_GET['sfname']){
698
  $filename = sanitize_file_name($_GET['sfname']);
699
  if(check_admin_referer( 'wpforo_tools_antispam_files')){
10
 
11
  if( isset($_POST['wpfreg']) && !empty($_POST['wpfreg']) && $userid = $wpforo->member->create($_POST['wpfreg'])){
12
  wpforo_verify_form('ref');
13
+ wpforo_clean_cache( $userid, 'user' );
14
  wp_redirect( $wpforo->member->get_profile_url( $userid, ( is_user_logged_in() ? 'account' : 'profile' ) ) );
15
  exit();
16
  }
21
  $wpf_login_times = get_user_meta($user->ID, '_wpf_login_times', true);
22
  if( isset($user->ID) && $wpf_login_times >= 1) {
23
  $name = ( isset($user->data->display_name) ) ? $user->data->display_name : '';
24
+ $args = array( 0 => $name );
25
+ $wpforo->notice->add( 'Welcome back %s!', 'success', $args);
26
  }
27
  else{
28
  $wpforo->notice->add('Welcome to our Community!', 'success');
29
  }
30
  (int)$wpf_login_times++;
31
  update_user_meta( $user->ID, '_wpf_login_times', $wpf_login_times );
32
+ wp_redirect( wpforo_home_url( preg_replace('#\?.*$#is', '', wpforo_get_request_uri()) ) );
33
  exit();
34
  }else{
35
  $args = array();
43
  extract($wpforo->current_object, EXTR_OVERWRITE);
44
 
45
  if( $template == 'profile' && !isset($username) && !isset($userid) ){
46
+ wp_redirect( wpforo_home_url() );
47
  exit();
48
  }
49
 
97
  if( $_REQUEST['topic']['action'] == 'add' ){
98
  wpforo_verify_form();
99
  if( $topicid = $wpforo->topic->add() ){
100
+ wpforo_clean_cache( $topicid, 'topic' );
101
  wp_redirect( $wpforo->topic->get_topic_url($topicid) );
102
  exit();
103
  }
104
  }elseif( $_REQUEST['topic']['action'] == 'edit' ){
105
  wpforo_verify_form();
106
  if( $topicid = $wpforo->topic->edit() ){
107
+ wpforo_clean_cache( $topicid, 'topic' );
108
  wp_redirect( $wpforo->topic->get_topic_url($topicid) );
109
  exit();
110
  }
118
  if($_REQUEST['post']['action'] == 'add'){
119
  wpforo_verify_form();
120
  if( $postid = $wpforo->post->add() ){
121
+ wpforo_clean_cache( $postid, 'post' );
122
  wp_redirect( $wpforo->post->get_post_url( $postid ) );
123
  exit();
124
  }
125
  }elseif($_REQUEST['post']['action'] == 'edit'){
126
  wpforo_verify_form();
127
  if( $postid = $wpforo->post->edit() ){
128
+ wpforo_clean_cache( $postid, 'post' );
129
  wp_redirect( $wpforo->post->get_post_url( $postid ) );
130
  exit();
131
  }
137
  $move_topicid = intval($_POST['movetopicid']);
138
  $move_forumid = intval($_POST['topic']['forumid']);
139
  $wpforo->topic->move( $move_topicid, $move_forumid );
140
+ wpforo_clean_cache( $move_topicid, 'topic');
141
  wp_redirect( wpforo_get_request_uri() );
142
  exit();
143
  }
154
  }else{
155
  $wpforo->sbscrb->delete($sbs_key);
156
  }
157
+ wp_redirect( wpforo_home_url( preg_replace('#\?.*$#is', '', wpforo_get_request_uri()) ) );
158
  exit();
159
  }
160
 
161
  ## Resolved
162
  if( isset($_GET['wpforo']) && $_GET['wpforo'] == 'solved' && $_GET['tid'] ){
163
  $topicid = intval($_GET['tid']);
164
+ wpforo_clean_cache( $topicid, 'topic' );
165
+ wp_redirect( wpforo_home_url( preg_replace('#\?.*$#is', '', wpforo_get_request_uri()) ) );
166
  exit();
167
  }
168
 
169
  ## Private
170
  if( isset($_GET['wpforo']) && $_GET['wpforo'] == 'private' && $_GET['tid'] ){
171
  $topicid = intval($_GET['tid']);
172
+ wpforo_clean_cache($topicid, 'topic');
173
+ wp_redirect( wpforo_home_url( preg_replace('#\?.*$#is', '', wpforo_get_request_uri()) ) );
174
  exit();
175
  }
176
 
193
  wp_redirect(admin_url());
194
  exit();
195
  }
196
+ if( $_GET['action'] == 'synch' ){
197
+ if( function_exists('set_time_limit') ) set_time_limit( 3600 ); $wpforo->member->synchronize_users();
198
+ wp_redirect(admin_url('admin.php?page=wpforo-community'));
199
+ exit();
200
+ }
201
  if( $_GET['action'] == 'reset_fstat' && check_admin_referer( 'wpforo_reset_forums_stat' ) ){
202
  $forums = $wpforo->db->get_results("SELECT `forumid` FROM " . $wpforo->db->prefix . "wpforo_forums ORDER BY `forumid` ASC", ARRAY_A);
203
  if(!empty($forums)){
232
  $wpforo->member->clear_db_cache();
233
  $wpforo->notice->add('Deleted Successfully!', 'success');
234
  }
235
+ if( $_GET['action'] == 'reset_cache' && check_admin_referer( 'wpforo_reset_cache' ) ){
236
+ $wpforo->phrase->clear_cache();
237
+ $wpforo->member->clear_db_cache();
238
+ wpforo_clean_cache(0);
239
+ $wpforo->notice->add('Deleted Successfully!', 'success');
240
+ }
241
  }
242
 
243
  if( wpforo_is_admin() && isset($_GET['page']) && $_GET['page'] == 'wpforo-settings' ){
253
  check_admin_referer( 'wpforo-settings-general' );
254
 
255
  if( isset($_POST['wpforo_use_home_url']) && $_POST['wpforo_use_home_url'] ){
256
+ $wpforo_use_home_url = 1;
257
+ if( isset($_POST['wpforo_excld_urls']) && $_POST['wpforo_excld_urls'] )
258
  update_option('wpforo_excld_urls', trim($_POST['wpforo_excld_urls']));
259
  }else{
260
+ $wpforo_use_home_url = 0;
261
  }
262
+ update_option('wpforo_use_home_url', $wpforo_use_home_url);
263
+
264
+ if( isset($_POST['wpforo_url']) && $permastruct = utf8_uri_encode( $_POST['wpforo_url'] ) ){
265
+ $permastruct = preg_replace('#^/?index\.php/?#isu', '', $permastruct);
266
+ $permastruct = trim($permastruct, '/');
267
+
268
+ if( update_option('wpforo_url', esc_url( home_url($permastruct) ) )
269
+ && update_option('wpforo_permastruct', $permastruct) ){
270
+ $wpforo->notice->add('Forum Base URL successfully updated', 'success');
271
+ }else{
272
+ $wpforo->notice->add('Successfully updated', 'success');
273
+ }
274
+
275
+ $wpforo->permastruct = $permastruct;
276
+ flush_rewrite_rules(FALSE);
277
+ nocache_headers();
278
  }
279
+
280
+ if( $wpforo_use_home_url == 0 && !isset($_POST['wpforo_url']) ){
281
+ $wpforo->permastruct = trim( get_wpf_option('wpforo_permastruct'), '/\\' );
282
+ $wpforo->permastruct = preg_replace('#^/?index\.php/?#isu', '', $wpforo->permastruct);
283
+ $wpforo->permastruct = trim($wpforo->permastruct, '/\\');
284
+ $wpforo->pageid = get_wpf_option( 'wpforo_pageid');
285
+ flush_rewrite_rules(FALSE);
286
+ nocache_headers();
287
+ }
288
+
289
  if( update_option('wpforo_general_options', $_POST['wpforo_general_options']) ){
290
  $wpforo->notice->add('General options successfully updated', 'success');
291
  }else{
292
  $wpforo->notice->add('Successfully updated', 'success');
293
  }
294
+
295
  $wpforo->member->clear_db_cache();
296
+ wpforo_clean_cache();
297
  wp_redirect( admin_url( 'admin.php?page=wpforo-settings&tab=general' ) );
298
  exit();
299
  }
302
  if( isset($_FILES['add_lang']) ){
303
  check_admin_referer( 'wpforo-settings-language' );
304
  $wpforo->phrase->add_lang();
305
+ wpforo_clean_cache();
306
  wp_redirect( admin_url( 'admin.php?page=wpforo-settings&tab=general' ) );
307
  exit();
308
  }
315
  }else{
316
  $wpforo->notice->add('Forum options successfully updated, but previous value not changed', 'success');
317
  }
318
+ wpforo_clean_cache();
319
  wp_redirect( admin_url( 'admin.php?page=wpforo-settings&tab=forums' ) );
320
  exit();
321
  }
333
  }else{
334
  $wpforo->notice->add('Post options successfully updated, but previous value not changed', 'success');
335
  }
336
+ wpforo_clean_cache();
337
  wp_redirect( admin_url( 'admin.php?page=wpforo-settings&tab=posts' ) );
338
  exit();
339
  }
347
  }else{
348
  $wpforo->notice->add('Member options successfully updated, but previous value not changed', 'success');
349
  }
350
+ wpforo_clean_cache();
351
  wp_redirect( admin_url( 'admin.php?page=wpforo-settings&tab=members' ) );
352
  exit();
353
  }
360
  }else{
361
  $wpforo->notice->add('Features successfully updated, but previous value not changed', 'success');
362
  }
363
+ wpforo_clean_cache();
364
  wp_redirect( admin_url( 'admin.php?page=wpforo-settings&tab=features' ) );
365
  exit();
366
  }
373
  update_option('wpforo_style_options', $_POST['wpforo_style_options']);
374
  update_option('wpforo_theme_options', $wpforo->theme_options);
375
  $wpforo->notice->add('Theme options successfully updated', 'success');
376
+ wpforo_clean_cache();
377
  wp_redirect( admin_url( 'admin.php?page=wpforo-settings&tab=styles' ) );
378
  exit();
379
  }
386
  }else{
387
  $wpforo->notice->add('Subscribe options successfully updated, but previous value not changed', 'success');
388
  }
389
+ wpforo_clean_cache();
390
  wp_redirect( admin_url( 'admin.php?page=wpforo-settings&tab=emails' ) );
391
  exit();
392
  }
406
  check_admin_referer( 'wpforo-forum-addedit' );
407
  if( $_GET['action'] == 'add' ){
408
  if( $forumid = $wpforo->forum->add() ){
409
+ wpforo_clean_cache($forumid, 'forum');
410
  wp_redirect( admin_url( 'admin.php?page=wpforo-forums' ) );
411
  exit();
412
  }
413
  }elseif( $_GET['action'] == 'edit' && isset($_GET['id']) ){
414
+ $forumid = intval($_GET['id']);
415
+ wpforo_clean_cache($forumid, 'forum');
416
  $forumid = $wpforo->forum->edit();
417
  }
418
  if( isset($forumid) && $forumid ){
423
  exit();
424
  }
425
 
426
+ if(isset($_POST['wpforo_delete']) && $_GET['action'] == 'del' && isset($_REQUEST['forum']['delete'])){
427
  check_admin_referer( 'wpforo-forum-delete' );
428
+ if( intval($_REQUEST['forum']['delete']) == 1 ){
429
+ $wpforo->forum->delete();
430
+ }elseif( intval($_REQUEST['forum']['delete']) == 0 ){
431
+ $wpforo->forum->merge();
432
+ }
433
+ wpforo_clean_cache(0, 'forum');
434
  wp_redirect( admin_url( 'admin.php?page=wpforo-forums' ) );
435
  exit();
436
  }
438
  if(isset($_POST['forums_hierarchy_submit'])){
439
  check_admin_referer( 'wpforo-forums-hierarchy' );
440
  $wpforo->forum->update_hierarchy();
441
+ wpforo_clean_cache(0, 'forum');
442
  wp_redirect( admin_url( 'admin.php?page=wpforo-forums' ) );
443
  exit();
444
  }
478
  !check_admin_referer( 'wpforo_admin_table_action_delete' );
479
  }
480
  foreach ($pids as $pid) $wpforo->post->delete($pid);
481
+ wpforo_clean_cache(0, 'post');
482
  wp_redirect(admin_url('admin.php?page=wpforo-moderations'));
483
  exit();
484
  } elseif ($u_action == 'approve') {
487
  }else{
488
  !check_admin_referer( 'wpforo_admin_table_action_approve' );
489
  }
490
+ foreach ($pids as $pid) {
491
+ if( $pid ){
492
+ $wpforo->moderation->post_approve($pid);
493
+ //Email Notification ////////////////////////////////////////////////////////////
494
+ $post = $wpforo->post->get_post($pid);
495
+ if( !empty($post) && isset($post['is_first_post']) && $post['is_first_post'] ){
496
+ if( isset($post['topicid']) && $post['topicid'] ){
497
+ $topic = $wpforo->topic->get_topic($post['topicid']);
498
+ if( !empty($topic) ){
499
+ wpforo_forum_subscribers_mail_sender( $topic );
500
+ }
501
+ }
502
+ }
503
+ /////////////////////////////////////////////////////////////////////////////////
504
+ }
505
+ }
506
+ wpforo_clean_cache(0, 'approve');
507
+ wp_redirect(admin_url('admin.php?page=wpforo-moderations'));
508
  exit();
509
  } elseif ($u_action == 'unapprove') {
510
  if( $bulk ){
513
  !check_admin_referer( 'wpforo_admin_table_action_approve' );
514
  }
515
  foreach ($pids as $pid) $wpforo->moderation->post_unapprove($pid);
516
+ wpforo_clean_cache(0, 'unapprove');
517
  wp_redirect(admin_url('admin.php?page=wpforo-moderations'));
518
  exit();
519
  }
586
  }
587
  foreach($uids as $uid) $wpforo->member->unban($uid);
588
  }
589
+ wpforo_clean_cache(0, 'user');
590
  wp_redirect( admin_url( 'admin.php?page=wpforo-members' ) );
591
  exit();
592
  }
607
  $board_cans = ( isset($_POST['cans']) ? $_POST['cans'] : array() );
608
  if( $_POST['usergroup']['action'] == 'add' ){
609
  $insert_usergroup_name = sanitize_text_field($_POST['usergroup']['name']);
610
+ $insert_usergroup_id = $wpforo->usergroup->add( $insert_usergroup_name, $board_cans );
611
+ if(isset($$insert_usergroup_id)) wpforo_clean_cache( $insert_usergroup_id, 'usergroup' );
612
  wp_redirect( admin_url( 'admin.php?page=wpforo-usergroups' ) );
613
  exit();
614
  }elseif( $_POST['usergroup']['action'] == 'edit' ){
615
  $insert_usergroup_id = intval($_GET['gid']);
616
  $insert_usergroup_name = sanitize_text_field($_POST['usergroup']['name']);
617
  $wpforo->usergroup->edit( $insert_usergroup_id, $insert_usergroup_name, $board_cans );
618
+ if(isset($$insert_usergroup_id)) wpforo_clean_cache( $insert_usergroup_id, 'usergroup' );
619
  wp_redirect( admin_url( 'admin.php?page=wpforo-usergroups' ) );
620
  exit();
621
  }
624
  if(isset($_GET['action']) && $_GET['action']=='del' && isset($_POST['usergroup']['submit']) && $_POST['usergroup']['submit'] == 'Delete'){
625
  check_admin_referer( 'wpforo-usergroup-delete' );
626
  $wpforo->usergroup->delete();
627
+ wpforo_clean_cache(0, 'user');
628
  wp_redirect( admin_url( 'admin.php?page=wpforo-usergroups' ) );
629
  exit();
630
  }
652
  $insert_access_key = sanitize_text_field($_POST['access']['key']);
653
  $insert_access_name = sanitize_text_field($_POST['access']['name']);
654
  $wpforo->perm->edit( $insert_access_name, $cans, $insert_access_key );
655
+ wpforo_clean_cache(0, 'post');
656
  wp_redirect( wpforo_get_request_uri() );
657
  exit();
658
  }elseif( isset($_GET['action']) && $_GET['action'] == 'del' && isset($_GET['accessid']) ){
665
 
666
  $insert_access_id = intval($_GET['accessid']);
667
  $wpforo->perm->delete( $insert_access_id );
668
+ wpforo_clean_cache(0, 'post');
669
  wp_redirect( admin_url( 'admin.php?page=wpforo-settings&tab=accesses' ) );
670
  exit();
671
  }
715
  if( isset($_GET['forum']) && $_GET['forum'] && isset($_GET['type']) && $_GET['type'] == 'rss2' ){
716
  $forumid = intval($_GET['forum']);
717
  $forum = $wpforo->forum->get_forum($forumid);
718
+ $forum['forumurl'] = $forum['url'];
719
 
720
  if(isset($_GET['topic']) && $_GET['topic']){
721
  $topicid = intval($_GET['topic']);
726
  $member = $wpforo->member->get_member($post['userid']);
727
  $posts[$key]['description'] = wpforo_text( trim(strip_tags($post['body'])), 190, false );
728
  $posts[$key]['content'] = trim($post['body']);
729
+ $posts[$key]['posturl'] = $wpforo->post->get_post_url( $post['postid'] );
730
  $posts[$key]['author'] = $member['display_name'];
731
  }
732
  $wpforo->feed->rss2_topic($forum, $topic, $posts);
764
  exit();
765
  }
766
 
767
+ if( isset($_POST['wpforo_tools_cleanup']) ){
768
+ check_admin_referer( 'wpforo-tools-cleanup' );
769
+ if( update_option('wpforo_tools_cleanup', $_POST['wpforo_tools_cleanup']) ){
770
+ $wpforo->notice->add('Settings successfully updated', 'success');
771
+ }
772
+ wp_redirect( admin_url( 'admin.php?page=wpforo-tools&tab=cleanup' ) );
773
+ exit();
774
+ }
775
+
776
  if(isset($_GET['action']) && $_GET['action']=='delete-spam-file' && isset($_GET['sfname']) && $_GET['sfname']){
777
  $filename = sanitize_file_name($_GET['sfname']);
778
  if(check_admin_referer( 'wpforo_tools_antispam_files')){
wpf-includes/wpf-hooks.php CHANGED
@@ -92,21 +92,15 @@ function wpforo_change_comment_author_default_page( $link, $ID = 0, $object = NU
92
  add_filter( 'author_link', 'wpforo_change_author_default_page', 10, 1 );
93
  add_filter( 'get_comment_author_url', 'wpforo_change_comment_author_default_page', 10, 3 );
94
 
95
- function wpforo_change_default_edit_user_page( $url, $userid, $scheme ) {
96
- global $wpforo;
97
- return $wpforo->member->get_profile_url($userid);
98
- }
99
- add_filter( 'edit_profile_url', 'wpforo_change_default_edit_user_page', 10, 3 );
100
-
101
  function wpforo_change_default_register_page( $register_url ) {
102
  if(!wpforo_feature('register-url')) return $register_url;
103
- return WPFORO_BASE_URL . '?wpforo=signup';
104
  }
105
  add_filter( 'register_url', 'wpforo_change_default_register_page' );
106
 
107
  function wpforo_change_default_login_page( $login_url, $redirect ) {
108
  if(!wpforo_feature('login-url')) return $login_url;
109
- return WPFORO_BASE_URL . '?wpforo=signin';
110
  }
111
  add_filter( 'login_url', 'wpforo_change_default_login_page', 10, 2 );
112
 
@@ -137,7 +131,7 @@ function wpforo_load( $atts ){
137
  global $wpforo, $post;
138
 
139
  if( is_wpforo_shortcode_page() ){
140
- $url = WPFORO_BASE_URL;
141
 
142
  $args = shortcode_atts( array(
143
  'item' => 'forum',
@@ -161,9 +155,15 @@ function wpforo_load( $atts ){
161
  }
162
 
163
  if(wpforo_feature('output-buffer') && function_exists('ob_start')){
 
 
 
164
  ob_start();
165
  wpforo_init_template();
166
- return ob_get_clean();
 
 
 
167
  }
168
  else{
169
  wpforo_init_template();
@@ -171,35 +171,53 @@ function wpforo_load( $atts ){
171
 
172
  }
173
 
174
-
175
  function wpforo_template_include($template){
176
- if( is_wpforo_page() && !is_wpforo_shortcode_page() && ($wpforo_template = wpftpl('index.php')) ) return $wpforo_template;
 
 
177
  return $template;
178
  }
179
 
180
- add_action('wp', 'wpforo_set_404_to_false');
181
- function wpforo_set_404_to_false(){
182
  if( is_wpforo_page() ){
183
- global $wp_query;
184
- $wp_query->is_404 = FALSE;
 
 
 
 
 
 
 
185
  }
186
  }
187
 
188
  function wpforo_do_rewrite(){
189
- if(!is_wpforo_page()){
190
- flush_rewrite_rules();
191
- nocache_headers();
192
- return;
193
- }
194
-
 
 
 
 
 
 
195
  global $wpforo;
196
- $pattern = ($wpforo->use_home_url ? '(.*)' : '('.preg_quote($wpforo->permastruct).'(?:/|$).*)$');
197
- add_rewrite_rule($pattern, 'index.php?page_id=' . $wpforo->pageid, 'top');
198
- flush_rewrite_rules();
199
- nocache_headers();
200
- if( $wpforo->use_home_url ) add_filter('template_include', 'wpforo_template_include');
 
 
 
 
201
  }
202
- add_action('init', 'wpforo_do_rewrite');
203
 
204
  function wpforo_theme_functions(){
205
  $path = wpftpl('functions.php');
@@ -305,6 +323,7 @@ function wpforo_add_meta_tags(){
305
 
306
  if(is_wpforo_page()){
307
  $title = '';
 
308
  $template = '';
309
  $description = '';
310
  $udata = array();
@@ -333,6 +352,7 @@ function wpforo_add_meta_tags(){
333
  $udata['title'] = (isset($user['stat']['title']) && $user['stat']['title']) ? wpforo_phrase( 'Title', false ) . ': ' . $user['stat']['title'] : '';
334
  $udata['about'] = (isset($user['about']) && $user['about']) ? wpforo_phrase( 'About', false ) . ': ' . wpforo_text($user['about'], 150, false) : '';
335
  $description = $title . ' - ' . wpforo_phrase('Member Profile', false) . ' &gt; ' . wpforo_phrase( ucfirst($template), false ) . ' ' . wpforo_phrase( 'Page', false ) . '. ' . implode(', ', $udata);
 
336
  }elseif(isset($wpforo->current_object['template']) && $wpforo->current_object['template'] == 'member'){
337
  $wpfpaged = ( isset($_GET['wpfpaged']) && $_GET['wpfpaged'] > 1 ) ? wpforo_phrase( 'Page', false) . ' ' . $_GET['wpfpaged'] .' | ' : '';
338
  $description = $wpfpaged . wpforo_phrase( 'Forum Members List', false);
@@ -342,7 +362,7 @@ function wpforo_add_meta_tags(){
342
  if( isset($wpforo->general_options['description']) ) $description = $paged . $wpforo->general_options['description'];
343
  }
344
  $description = preg_replace('#[\t\r\n]+#isu', ' ', $description);
345
- echo "\r\n<!-- wpForo SEO -->\r\n<link rel=\"canonical\" href=\"".$canonical."\" />\r\n<meta name=\"description\" content=\"" . esc_html($description) . "\" />\r\n<meta property=\"og:title\" content=\"" . esc_html($title) . "\" />\r\n<meta property=\"og:description\" content=\"" . esc_html($description) . "\" />\r\n<meta property=\"og:url\" content=\"" . $canonical . "\" />\r\n<meta property=\"og:site_name\" content=\"" . get_bloginfo('name') . "\" />\r\n<meta name=\"twitter:description\" content=\"" . esc_html($description) . "\"/>\r\n<meta name=\"twitter:title\" content=\"" . esc_html($title) . "\" />\r\n<!-- wpForo SEO End -->\r\n\r\n";
346
  }
347
  }
348
  }
@@ -353,6 +373,7 @@ add_action('wp_ajax_wpforo_like_ajax', 'wpf_like');
353
 
354
  function wpf_like(){
355
  global $wpforo;
 
356
  $response = array('stat' => 0, 'likers' => '', 'notice' => $wpforo->notice->get_notices());
357
  if(!is_user_logged_in()){
358
  $wpforo->notice->add( sprintf( wpforo_phrase('Please %s or %s', FALSE), '<a href="' . wpforo_login_url() . '" rel="nofollow">'.wpforo_phrase('Login', FALSE).'</a>', '<a href="' . wpforo_register_url() . '" rel="nofollow">'.wpforo_phrase('Register', FALSE).'</a>' ) );
@@ -388,6 +409,7 @@ function wpf_like(){
388
  ),
389
  array('%d','%d','%d')
390
  ) ){
 
391
  do_action('wpforo_like', $post, $wpforo->current_userid);
392
  $wpforo->notice->add('done', 'success');
393
  $response['stat'] = 1;
@@ -402,6 +424,7 @@ function wpf_like(){
402
  ),
403
  array('%d','%d')
404
  ) ){
 
405
  do_action('wpforo_dislike', $post, $wpforo->current_userid);
406
  $wpforo->notice->add('done', 'success');
407
  $response['stat'] = 1;
@@ -467,6 +490,7 @@ function wpf_vote(){
467
  }
468
 
469
  if($incr !== FALSE && $incr2 !== FALSE){
 
470
  do_action('wpforo_vote', $reaction, $post, $wpforo->current_userid );
471
  $wpforo->notice->add('Successfully voted', 'success');
472
  echo json_encode(array('stat' => 1, 'notice' => $wpforo->notice->get_notices()));
@@ -514,6 +538,7 @@ function wpf_answer(){
514
  exit();
515
  }
516
  if( FALSE !== $wpforo->db->query( "UPDATE ".$wpforo->db->prefix ."wpforo_posts SET is_answer = ".intval($_POST['answerstatus'])." WHERE postid = " . intval($postid) ) ){
 
517
  do_action('wpforo_answer', intval($_POST['answerstatus']), $post);
518
  $wpforo->notice->add('done', 'success');
519
  $response['stat'] = 1;
@@ -532,7 +557,7 @@ function wpf_quote(){
532
 
533
  $post = $wpforo->db->get_row('SELECT `userid`, `body` FROM '.$wpforo->db->prefix.'wpforo_posts WHERE postid =' . intval($_POST['postid']), ARRAY_A);
534
  $poster = $wpforo->member->get_member(intval($post['userid']));
535
- 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 />';
536
  exit();
537
  }
538
 
@@ -556,13 +581,13 @@ function wpf_report(){
556
  $reportmsg = wpforo_kses($report_text, 'email');
557
  $post_url = '<a target="_blank" href="'. esc_attr($wpforo->post->get_post_url($postid)).'">' . wpforo_phrase('Post link', false) . '&raquo;</a>';
558
 
559
- $subject = $wpforo->subscribe_options['report_email_subject'];
560
- $message = $wpforo->subscribe_options['report_email_message'];
561
 
562
  $from_tags = array("[reporter]", "[message]", "[post_url]");
563
  $to_words = array(sanitize_text_field($reporter), $reportmsg, $post_url);
564
 
565
- $subject = str_replace($from_tags, $to_words, $subject);
566
  $message = str_replace($from_tags, $to_words, $message);
567
 
568
  $admin_email = get_option( 'admin_email' );
@@ -615,9 +640,11 @@ function wpf_private(){
615
  if( $_POST['status'] == 'private' ){
616
  $sql = "UPDATE " . $wpforo->db->prefix . "wpforo_topics SET private = 1 WHERE topicid = " . intval($p_id);
617
  $wpforo->db->query( $sql );
 
618
  }elseif( $_POST['status'] == 'public' ){
619
  $sql = "UPDATE ".$wpforo->db->prefix ."wpforo_topics SET private = 0 WHERE topicid = " . intval($p_id);
620
  $wpforo->db->query( $sql );
 
621
  }
622
  echo 1;
623
  exit();
@@ -632,9 +659,11 @@ function wpf_solved(){
632
  if( $_POST['status'] == 'solved' ){
633
  $sql = "UPDATE " . $wpforo->db->prefix . "wpforo_posts SET is_answer = 1 WHERE postid = " . intval($p_id);
634
  $wpforo->db->query( $sql );
 
635
  }elseif( $_POST['status'] == 'unsolved' ){
636
  $sql = "UPDATE ".$wpforo->db->prefix ."wpforo_posts SET is_answer = 0 WHERE postid = " . intval($p_id);
637
  $wpforo->db->query( $sql );
 
638
  }
639
  echo 1;
640
  exit();
@@ -649,9 +678,11 @@ function wpf_close(){
649
  if( $_POST['status'] == 'closed' ){
650
  $sql = "UPDATE ".$wpforo->db->prefix ."wpforo_topics SET closed = 0 WHERE topicid = " . intval($p_id);
651
  $wpforo->db->query( $sql );
 
652
  }elseif( $_POST['status'] == 'close' ){
653
  $sql = "UPDATE ".$wpforo->db->prefix ."wpforo_topics SET closed = 1 WHERE topicid = " . intval($p_id);
654
  $wpforo->db->query( $sql );
 
655
  echo 1;
656
  exit();
657
  }
@@ -754,11 +785,11 @@ function wpf_subscribe(){
754
  }elseif($_POST['type'] == 'topic'){
755
  $item_title = $topic['title'];
756
  }
757
- $subject = $wpforo->subscribe_options['confirmation_email_subject'];
758
- $message = $wpforo->subscribe_options['confirmation_email_message'];
759
  $from_tags = array("[member_name]", "[entry_title]", "[confirm_link]");
760
  $to_words = array(sanitize_text_field($member_name), '<strong>' . sanitize_text_field($item_title) . '</strong>', '<br><br><a href="' . esc_url($confirmlink) . '"> ' . wpforo_phrase('Confirm my subscription', false) . ' </a>');
761
- $subject = str_replace($from_tags, $to_words, $subject);
762
  $message = str_replace($from_tags, $to_words, $message);
763
  $message = wpforo_kses($message, 'email');
764
 
@@ -994,7 +1025,7 @@ function wpforo_dynamic_style() {
994
  }
995
  if( $inline ){
996
  $css = preg_replace('|[\r\n\t]+|', '', $css );
997
- wp_register_style( 'wpforo-dynamic-inline', WPFORO_TEMPLATE_URL . '/css/wpforo_dynamic-inline.css', false, WPFORO_VERSION );
998
  wp_enqueue_style( 'wpforo-dynamic-inline' );
999
  wp_add_inline_style( 'wpforo-dynamic-inline', $css );
1000
  }
@@ -1069,9 +1100,9 @@ function wpforo_admin_enqueue(){
1069
  wp_register_script( 'wpforo-contenthover', WPFORO_URL . '/wpf-admin/js/contenthover/jquery.contenthover.min.js', array('jquery'), WPFORO_VERSION, false );
1070
  wp_enqueue_script( 'wpforo-contenthover' );
1071
  }
1072
- wp_localize_script( 'wpforo-basic_js', 'wpforo_admin', array('phrases' => $phrases) );
1073
  wp_register_script( 'wpforo-contenthover', WPFORO_URL . '/wpf-admin/js/functions.js', array('jquery'), WPFORO_VERSION, false );
1074
  wp_enqueue_script( 'wpforo-contenthover' );
 
1075
 
1076
  }
1077
  }
@@ -1252,7 +1283,9 @@ add_action( 'wpforo_after_add_topic', 'wpforo_topic_auto_subscribe', 10, 1 );
1252
  add_action( 'wpforo_after_add_post', 'wpforo_topic_auto_subscribe', 10, 1 );
1253
 
1254
  function wpforo_forum_subscribers_mail_sender( $topic ){
1255
-
 
 
1256
  global $wpforo;
1257
 
1258
  $subscribers = $wpforo->sbscrb->get_subscribes( array( 'itemid' => $topic['forumid'], 'type' => 'forum' ) );
@@ -1260,6 +1293,9 @@ function wpforo_forum_subscribers_mail_sender( $topic ){
1260
  $admin_emails = explode(',', $wpforo->subscribe_options['admin_emails']);
1261
  foreach( $admin_emails as $admin_email ) $subscribers[] = sanitize_email( $admin_email );
1262
  }
 
 
 
1263
  foreach($subscribers as $subscriber){
1264
 
1265
  if( is_array($subscriber) ){
@@ -1271,15 +1307,15 @@ function wpforo_forum_subscribers_mail_sender( $topic ){
1271
  }
1272
 
1273
  if( isset($topic['forumid']) && $topic['forumid'] ){
1274
- if( isset($topic['private']) && $topic['private'] && $topic['userid'] != $subscriber['userid'] ){
1275
- $subscriber_goupid = ( isset($member['groupid']) && $member['groupid'] ) ? $member['groupid'] : $wpforo->usergroup->get_groupid_by_userid($subscriber['userid']);
1276
- if( !$wpforo->perm->forum_can('vp', $topic['forumid'], $subscriber_goupid) ){
1277
  continue;
1278
  }
1279
  }
1280
- if( isset($topic['status']) && $topic['status'] == 1 ){
1281
- $subscriber_goupid = ( isset($member['groupid']) && $member['groupid'] ) ? $member['groupid'] : $wpforo->usergroup->get_groupid_by_userid($subscriber['userid']);
1282
- if( !$wpforo->perm->forum_can('au', $topic['forumid'], $subscriber_goupid) ){
1283
  continue;
1284
  }
1285
  }
@@ -1302,8 +1338,8 @@ function wpforo_forum_subscribers_mail_sender( $topic ){
1302
  $mod_text = '';
1303
  }
1304
 
1305
- $subject = $wpforo->subscribe_options['new_topic_notification_email_subject'];
1306
- $message = $wpforo->subscribe_options['new_topic_notification_email_message'];
1307
 
1308
  $from_tags = array( "[member_name]", "[forum]", "[unsubscribe_link]", "[topic_title]", "[topic_desc]");
1309
  $to_words = array( sanitize_text_field($member['display_name']),
@@ -1312,7 +1348,7 @@ function wpforo_forum_subscribers_mail_sender( $topic ){
1312
  '<a target="_blank" href="' . esc_url($topic['topicurl']) . '">' . sanitize_text_field($topic['title']) . '</a>' ,
1313
  wpforo_text( wpforo_kses( $topic['body'], 'email'), 70, FALSE ) );
1314
 
1315
- $subject = str_replace($from_tags, $to_words, $subject);
1316
  $message = str_replace($from_tags, $to_words, $message);
1317
 
1318
  add_filter( 'wp_mail_content_type', 'wpforo_set_html_content_type' );
@@ -1331,6 +1367,9 @@ add_action( 'wpforo_after_add_topic', 'wpforo_forum_subscribers_mail_sender', 12
1331
 
1332
 
1333
  function wpforo_topic_subscribers_mail_sender( $post ){
 
 
 
1334
  global $wpforo;
1335
 
1336
  $subscribers = $wpforo->sbscrb->get_subscribes( array( 'itemid' => $post['topicid'], 'type' => 'topic' ) );
@@ -1341,6 +1380,8 @@ function wpforo_topic_subscribers_mail_sender( $post ){
1341
 
1342
  $topic = $wpforo->topic->get_topic( $post['topicid'] );
1343
 
 
 
1344
  foreach($subscribers as $subscriber){
1345
 
1346
  if( is_array($subscriber) ){
@@ -1354,17 +1395,22 @@ function wpforo_topic_subscribers_mail_sender( $post ){
1354
  $owner = $wpforo->member->get_member( $post['userid'] );
1355
  if($owner['user_email'] == $member['user_email']) continue;
1356
 
1357
-
1358
- if( isset($topic['forumid']) && $topic['forumid'] ){
1359
- if( isset($topic['private']) && $topic['private'] && $topic['userid'] != $subscriber['userid'] ){
1360
- $subscriber_goupid = ( isset($member['groupid']) && $member['groupid'] ) ? $member['groupid'] : $wpforo->usergroup->get_groupid_by_userid($subscriber['userid']);
1361
- if( !$wpforo->perm->forum_can('vp', $topic['forumid'], $subscriber_goupid) ){
 
1362
  continue;
1363
  }
1364
  }
1365
- if( isset($topic['status']) && $topic['status'] == 1 ){
1366
- $subscriber_goupid = ( isset($member['groupid']) && $member['groupid'] ) ? $member['groupid'] : $wpforo->usergroup->get_groupid_by_userid($subscriber['userid']);
1367
- if( !$wpforo->perm->forum_can('au', $topic['forumid'], $subscriber_goupid) ){
 
 
 
 
1368
  continue;
1369
  }
1370
  }
@@ -1381,8 +1427,8 @@ function wpforo_topic_subscribers_mail_sender( $post ){
1381
  $mod_text = '';
1382
  }
1383
 
1384
- $subject = $wpforo->subscribe_options['new_post_notification_email_subject'];
1385
- $message = $wpforo->subscribe_options['new_post_notification_email_message'];
1386
 
1387
  $from_tags = array( "[member_name]", "[topic]", "[unsubscribe_link]", "[reply_title]", "[reply_desc]");
1388
  $to_words = array( sanitize_text_field($member['display_name']),
@@ -1391,7 +1437,7 @@ function wpforo_topic_subscribers_mail_sender( $post ){
1391
  '<a target="_blank" href="' . esc_url($post['posturl']) . '">' . sanitize_text_field($post['title']) . '</a>' ,
1392
  wpforo_text( wpforo_kses($post['body'], 'email'), 70, FALSE ) );
1393
 
1394
- $subject = str_replace($from_tags, $to_words, $subject);
1395
  $message = str_replace($from_tags, $to_words, $message);
1396
 
1397
  add_filter( 'wp_mail_content_type', 'wpforo_set_html_content_type' );
@@ -1544,4 +1590,157 @@ if( !defined('WPFOROATTACH_BASENAME') ){
1544
  if( !class_exists('wpForoSmiles') ){
1545
  add_filter('wpforo_body_text_filter', 'wp_encode_emoji', 9);
1546
  add_filter('wpforo_body_text_filter', 'convert_smilies');
1547
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
92
  add_filter( 'author_link', 'wpforo_change_author_default_page', 10, 1 );
93
  add_filter( 'get_comment_author_url', 'wpforo_change_comment_author_default_page', 10, 3 );
94
 
 
 
 
 
 
 
95
  function wpforo_change_default_register_page( $register_url ) {
96
  if(!wpforo_feature('register-url')) return $register_url;
97
+ return wpforo_home_url('?wpforo=signup');
98
  }
99
  add_filter( 'register_url', 'wpforo_change_default_register_page' );
100
 
101
  function wpforo_change_default_login_page( $login_url, $redirect ) {
102
  if(!wpforo_feature('login-url')) return $login_url;
103
+ return wpforo_home_url('?wpforo=signin');
104
  }
105
  add_filter( 'login_url', 'wpforo_change_default_login_page', 10, 2 );
106
 
131
  global $wpforo, $post;
132
 
133
  if( is_wpforo_shortcode_page() ){
134
+ $url = wpforo_home_url();
135
 
136
  $args = shortcode_atts( array(
137
  'item' => 'forum',
155
  }
156
 
157
  if(wpforo_feature('output-buffer') && function_exists('ob_start')){
158
+ if( wpforo_feature('html_cashe', $wpforo) ){
159
+ $html = $wpforo->cache->get_html(); if( $html ) return $html;
160
+ }
161
  ob_start();
162
  wpforo_init_template();
163
+ $output = ob_get_clean();
164
+ $wpforo->cache->html($output);
165
+ return $output;
166
+
167
  }
168
  else{
169
  wpforo_init_template();
171
 
172
  }
173
 
 
174
  function wpforo_template_include($template){
175
+ if( is_wpforo_page() && !is_wpforo_shortcode_page() && ($wpforo_template = wpftpl('index.php')) ){
176
+ return $wpforo_template;
177
+ }
178
  return $template;
179
  }
180
 
181
+ add_action('wp', 'wpforo_set_header_status');
182
+ function wpforo_set_header_status(){
183
  if( is_wpforo_page() ){
184
+ global $wp_query, $wpforo;
185
+
186
+ if( $wpforo->current_object['is_404'] ){
187
+ status_header( 404 );
188
+ $wp_query->is_404 = TRUE;
189
+ }else{
190
+ status_header( 200 );
191
+ $wp_query->is_404 = FALSE;
192
+ }
193
  }
194
  }
195
 
196
  function wpforo_do_rewrite(){
197
+ global $wpforo;
198
+
199
+ if( is_wpforo_page() ){
200
+ if( $wpforo->use_home_url ){
201
+ add_rewrite_rule( '(.*)', 'index.php?page_id=' . $wpforo->pageid, 'top');
202
+ add_filter('template_include', 'wpforo_template_include');
203
+ }
204
+ }
205
+ }
206
+ add_action('setup_theme', 'wpforo_do_rewrite');
207
+
208
+ function wpforo_rewrite_rules_array($rules){
209
  global $wpforo;
210
+
211
+ $permastruct = utf8_uri_encode( $wpforo->permastruct );
212
+ $permastruct = preg_replace('#^/?index\.php/?#isu', '', $permastruct);
213
+ $permastruct = trim($permastruct, '/');
214
+ $pattern = '('.preg_quote($permastruct).'(?:/|$).*)$';
215
+ $to_url = 'index.php?page_id=' . $wpforo->pageid;
216
+ if( !$wpforo->use_home_url && !in_array($to_url, $rules) ) $rules = array_merge( array($pattern => $to_url), $rules );
217
+
218
+ return $rules;
219
  }
220
+ add_filter( 'rewrite_rules_array', 'wpforo_rewrite_rules_array' );
221
 
222
  function wpforo_theme_functions(){
223
  $path = wpftpl('functions.php');
323
 
324
  if(is_wpforo_page()){
325
  $title = '';
326
+ $noindex = '';
327
  $template = '';
328
  $description = '';
329
  $udata = array();
352
  $udata['title'] = (isset($user['stat']['title']) && $user['stat']['title']) ? wpforo_phrase( 'Title', false ) . ': ' . $user['stat']['title'] : '';
353
  $udata['about'] = (isset($user['about']) && $user['about']) ? wpforo_phrase( 'About', false ) . ': ' . wpforo_text($user['about'], 150, false) : '';
354
  $description = $title . ' - ' . wpforo_phrase('Member Profile', false) . ' &gt; ' . wpforo_phrase( ucfirst($template), false ) . ' ' . wpforo_phrase( 'Page', false ) . '. ' . implode(', ', $udata);
355
+ if(!wpforo_feature('seo-profile')){ $noindex = "<meta name=\"robots\" content=\"noindex\">\r\n"; }
356
  }elseif(isset($wpforo->current_object['template']) && $wpforo->current_object['template'] == 'member'){
357
  $wpfpaged = ( isset($_GET['wpfpaged']) && $_GET['wpfpaged'] > 1 ) ? wpforo_phrase( 'Page', false) . ' ' . $_GET['wpfpaged'] .' | ' : '';
358
  $description = $wpfpaged . wpforo_phrase( 'Forum Members List', false);
362
  if( isset($wpforo->general_options['description']) ) $description = $paged . $wpforo->general_options['description'];
363
  }
364
  $description = preg_replace('#[\t\r\n]+#isu', ' ', $description);
365
+ echo "\r\n<!-- wpForo SEO -->\r\n" . $noindex . "<link rel=\"canonical\" href=\"".$canonical."\" />\r\n<meta name=\"description\" content=\"" . esc_html($description) . "\" />\r\n<meta property=\"og:title\" content=\"" . esc_html($title) . "\" />\r\n<meta property=\"og:description\" content=\"" . esc_html($description) . "\" />\r\n<meta property=\"og:url\" content=\"" . $canonical . "\" />\r\n<meta property=\"og:site_name\" content=\"" . get_bloginfo('name') . "\" />\r\n<meta name=\"twitter:description\" content=\"" . esc_html($description) . "\"/>\r\n<meta name=\"twitter:title\" content=\"" . esc_html($title) . "\" />\r\n<!-- wpForo SEO End -->\r\n\r\n";
366
  }
367
  }
368
  }
373
 
374
  function wpf_like(){
375
  global $wpforo;
376
+
377
  $response = array('stat' => 0, 'likers' => '', 'notice' => $wpforo->notice->get_notices());
378
  if(!is_user_logged_in()){
379
  $wpforo->notice->add( sprintf( wpforo_phrase('Please %s or %s', FALSE), '<a href="' . wpforo_login_url() . '" rel="nofollow">'.wpforo_phrase('Login', FALSE).'</a>', '<a href="' . wpforo_register_url() . '" rel="nofollow">'.wpforo_phrase('Register', FALSE).'</a>' ) );
409
  ),
410
  array('%d','%d','%d')
411
  ) ){
412
+ wpforo_clean_cache(0, 'post');
413
  do_action('wpforo_like', $post, $wpforo->current_userid);
414
  $wpforo->notice->add('done', 'success');
415
  $response['stat'] = 1;
424
  ),
425
  array('%d','%d')
426
  ) ){
427
+ wpforo_clean_cache(0, 'post');
428
  do_action('wpforo_dislike', $post, $wpforo->current_userid);
429
  $wpforo->notice->add('done', 'success');
430
  $response['stat'] = 1;
490
  }
491
 
492
  if($incr !== FALSE && $incr2 !== FALSE){
493
+ wpforo_clean_cache(0, 'post');
494
  do_action('wpforo_vote', $reaction, $post, $wpforo->current_userid );
495
  $wpforo->notice->add('Successfully voted', 'success');
496
  echo json_encode(array('stat' => 1, 'notice' => $wpforo->notice->get_notices()));
538
  exit();
539
  }
540
  if( FALSE !== $wpforo->db->query( "UPDATE ".$wpforo->db->prefix ."wpforo_posts SET is_answer = ".intval($_POST['answerstatus'])." WHERE postid = " . intval($postid) ) ){
541
+ wpforo_clean_cache(0, 'post');
542
  do_action('wpforo_answer', intval($_POST['answerstatus']), $post);
543
  $wpforo->notice->add('done', 'success');
544
  $response['stat'] = 1;
557
 
558
  $post = $wpforo->db->get_row('SELECT `userid`, `body` FROM '.$wpforo->db->prefix.'wpforo_posts WHERE postid =' . intval($_POST['postid']), ARRAY_A);
559
  $poster = $wpforo->member->get_member(intval($post['userid']));
560
+ echo '<blockquote><div class="wpforo-post-quote-author"><strong>' . wpforo_phrase('Posted by', FALSE) . ': ' . ( $poster['display_name'] ? esc_textarea($poster['display_name']) : esc_textarea($poster['user_login']) ) . '</strong></div>' . wpautop($post['body']) . '</blockquote><br />';
561
  exit();
562
  }
563
 
581
  $reportmsg = wpforo_kses($report_text, 'email');
582
  $post_url = '<a target="_blank" href="'. esc_attr($wpforo->post->get_post_url($postid)).'">' . wpforo_phrase('Post link', false) . '&raquo;</a>';
583
 
584
+ $subject = stripslashes($wpforo->subscribe_options['report_email_subject']);
585
+ $message = stripslashes($wpforo->subscribe_options['report_email_message']);
586
 
587
  $from_tags = array("[reporter]", "[message]", "[post_url]");
588
  $to_words = array(sanitize_text_field($reporter), $reportmsg, $post_url);
589
 
590
+ $subject = strip_tags(str_replace($from_tags, $to_words, $subject));
591
  $message = str_replace($from_tags, $to_words, $message);
592
 
593
  $admin_email = get_option( 'admin_email' );
640
  if( $_POST['status'] == 'private' ){
641
  $sql = "UPDATE " . $wpforo->db->prefix . "wpforo_topics SET private = 1 WHERE topicid = " . intval($p_id);
642
  $wpforo->db->query( $sql );
643
+ wpforo_clean_cache(0, 'post');
644
  }elseif( $_POST['status'] == 'public' ){
645
  $sql = "UPDATE ".$wpforo->db->prefix ."wpforo_topics SET private = 0 WHERE topicid = " . intval($p_id);
646
  $wpforo->db->query( $sql );
647
+ wpforo_clean_cache(0, 'post');
648
  }
649
  echo 1;
650
  exit();
659
  if( $_POST['status'] == 'solved' ){
660
  $sql = "UPDATE " . $wpforo->db->prefix . "wpforo_posts SET is_answer = 1 WHERE postid = " . intval($p_id);
661
  $wpforo->db->query( $sql );
662
+ wpforo_clean_cache(0, 'post');
663
  }elseif( $_POST['status'] == 'unsolved' ){
664
  $sql = "UPDATE ".$wpforo->db->prefix ."wpforo_posts SET is_answer = 0 WHERE postid = " . intval($p_id);
665
  $wpforo->db->query( $sql );
666
+ wpforo_clean_cache(0, 'post');
667
  }
668
  echo 1;
669
  exit();
678
  if( $_POST['status'] == 'closed' ){
679
  $sql = "UPDATE ".$wpforo->db->prefix ."wpforo_topics SET closed = 0 WHERE topicid = " . intval($p_id);
680
  $wpforo->db->query( $sql );
681
+ wpforo_clean_cache(0, 'post');
682
  }elseif( $_POST['status'] == 'close' ){
683
  $sql = "UPDATE ".$wpforo->db->prefix ."wpforo_topics SET closed = 1 WHERE topicid = " . intval($p_id);
684
  $wpforo->db->query( $sql );
685
+ wpforo_clean_cache(0, 'post');
686
  echo 1;
687
  exit();
688
  }
785
  }elseif($_POST['type'] == 'topic'){
786
  $item_title = $topic['title'];
787
  }
788
+ $subject = stripslashes($wpforo->subscribe_options['confirmation_email_subject']);
789
+ $message = stripslashes($wpforo->subscribe_options['confirmation_email_message']);
790
  $from_tags = array("[member_name]", "[entry_title]", "[confirm_link]");
791
  $to_words = array(sanitize_text_field($member_name), '<strong>' . sanitize_text_field($item_title) . '</strong>', '<br><br><a href="' . esc_url($confirmlink) . '"> ' . wpforo_phrase('Confirm my subscription', false) . ' </a>');
792
+ $subject = strip_tags(str_replace($from_tags, $to_words, $subject));
793
  $message = str_replace($from_tags, $to_words, $message);
794
  $message = wpforo_kses($message, 'email');
795
 
1025
  }
1026
  if( $inline ){
1027
  $css = preg_replace('|[\r\n\t]+|', '', $css );
1028
+ //wp_register_style( 'wpforo-dynamic-inline', WPFORO_TEMPLATE_URL . '/css/wpforo_dynamic-inline.css', false, WPFORO_VERSION );
1029
  wp_enqueue_style( 'wpforo-dynamic-inline' );
1030
  wp_add_inline_style( 'wpforo-dynamic-inline', $css );
1031
  }
1100
  wp_register_script( 'wpforo-contenthover', WPFORO_URL . '/wpf-admin/js/contenthover/jquery.contenthover.min.js', array('jquery'), WPFORO_VERSION, false );
1101
  wp_enqueue_script( 'wpforo-contenthover' );
1102
  }
 
1103
  wp_register_script( 'wpforo-contenthover', WPFORO_URL . '/wpf-admin/js/functions.js', array('jquery'), WPFORO_VERSION, false );
1104
  wp_enqueue_script( 'wpforo-contenthover' );
1105
+ wp_localize_script( 'wpforo-contenthover', 'wpforo_admin', array('phrases' => $phrases) );
1106
 
1107
  }
1108
  }
1283
  add_action( 'wpforo_after_add_post', 'wpforo_topic_auto_subscribe', 10, 1 );
1284
 
1285
  function wpforo_forum_subscribers_mail_sender( $topic ){
1286
+
1287
+ if( defined('IS_GO2WPFORO') && IS_GO2WPFORO ) return;
1288
+
1289
  global $wpforo;
1290
 
1291
  $subscribers = $wpforo->sbscrb->get_subscribes( array( 'itemid' => $topic['forumid'], 'type' => 'forum' ) );
1293
  $admin_emails = explode(',', $wpforo->subscribe_options['admin_emails']);
1294
  foreach( $admin_emails as $admin_email ) $subscribers[] = sanitize_email( $admin_email );
1295
  }
1296
+
1297
+ $subscribers = apply_filters('wpforo_forum_subscribers', $subscribers);
1298
+
1299
  foreach($subscribers as $subscriber){
1300
 
1301
  if( is_array($subscriber) ){
1307
  }
1308
 
1309
  if( isset($topic['forumid']) && $topic['forumid'] ){
1310
+ if( isset($topic['private']) && $topic['private'] && isset($subscriber['userid']) && $topic['userid'] != $subscriber['userid'] ){
1311
+ $subscriber_groupid = ( isset($member['groupid']) && $member['groupid'] ) ? $member['groupid'] : $wpforo->usergroup->get_groupid_by_userid($subscriber['userid']);
1312
+ if( !$wpforo->perm->forum_can('vp', $topic['forumid'], $subscriber_groupid) ){
1313
  continue;
1314
  }
1315
  }
1316
+ if( isset($topic['status']) && $topic['status'] == 1 && isset($subscriber['userid']) ){
1317
+ $subscriber_groupid = ( isset($member['groupid']) && $member['groupid'] ) ? $member['groupid'] : $wpforo->usergroup->get_groupid_by_userid($subscriber['userid']);
1318
+ if( !$wpforo->perm->forum_can('au', $topic['forumid'], $subscriber_groupid) ){
1319
  continue;
1320
  }
1321
  }
1338
  $mod_text = '';
1339
  }
1340
 
1341
+ $subject = stripslashes($wpforo->subscribe_options['new_topic_notification_email_subject']);
1342
+ $message = stripslashes($wpforo->subscribe_options['new_topic_notification_email_message']);
1343
 
1344
  $from_tags = array( "[member_name]", "[forum]", "[unsubscribe_link]", "[topic_title]", "[topic_desc]");
1345
  $to_words = array( sanitize_text_field($member['display_name']),
1348
  '<a target="_blank" href="' . esc_url($topic['topicurl']) . '">' . sanitize_text_field($topic['title']) . '</a>' ,
1349
  wpforo_text( wpforo_kses( $topic['body'], 'email'), 70, FALSE ) );
1350
 
1351
+ $subject = strip_tags(str_replace($from_tags, $to_words, $subject));
1352
  $message = str_replace($from_tags, $to_words, $message);
1353
 
1354
  add_filter( 'wp_mail_content_type', 'wpforo_set_html_content_type' );
1367
 
1368
 
1369
  function wpforo_topic_subscribers_mail_sender( $post ){
1370
+
1371
+ if( defined('IS_GO2WPFORO') && IS_GO2WPFORO ) return;
1372
+
1373
  global $wpforo;
1374
 
1375
  $subscribers = $wpforo->sbscrb->get_subscribes( array( 'itemid' => $post['topicid'], 'type' => 'topic' ) );
1380
 
1381
  $topic = $wpforo->topic->get_topic( $post['topicid'] );
1382
 
1383
+ $subscribers = apply_filters('wpforo_topic_subscribers', $subscribers);
1384
+
1385
  foreach($subscribers as $subscriber){
1386
 
1387
  if( is_array($subscriber) ){
1395
  $owner = $wpforo->member->get_member( $post['userid'] );
1396
  if($owner['user_email'] == $member['user_email']) continue;
1397
 
1398
+ if( isset($topic['forumid']) && $topic['forumid'] && isset($subscriber['userid']) ){
1399
+
1400
+ $subscriber_groupid = ( isset($member['groupid']) && $member['groupid'] ) ? $member['groupid'] : $wpforo->usergroup->get_groupid_by_userid($subscriber['userid']);
1401
+
1402
+ if( isset($topic['private']) && $topic['private'] && $topic['userid'] != $subscriber['userid']){
1403
+ if( !$wpforo->perm->forum_can('vp', $topic['forumid'], $subscriber_groupid) ){
1404
  continue;
1405
  }
1406
  }
1407
+ if( isset($topic['status']) && $topic['status'] == 1){
1408
+ if( !$wpforo->perm->forum_can('au', $topic['forumid'], $subscriber_groupid) ){
1409
+ continue;
1410
+ }
1411
+ }
1412
+ if( isset($post['status']) && $post['status'] == 1){
1413
+ if( !$wpforo->perm->forum_can('au', $topic['forumid'], $subscriber_groupid) ){
1414
  continue;
1415
  }
1416
  }
1427
  $mod_text = '';
1428
  }
1429
 
1430
+ $subject = stripslashes($wpforo->subscribe_options['new_post_notification_email_subject']);
1431
+ $message = stripslashes($wpforo->subscribe_options['new_post_notification_email_message']);
1432
 
1433
  $from_tags = array( "[member_name]", "[topic]", "[unsubscribe_link]", "[reply_title]", "[reply_desc]");
1434
  $to_words = array( sanitize_text_field($member['display_name']),
1437
  '<a target="_blank" href="' . esc_url($post['posturl']) . '">' . sanitize_text_field($post['title']) . '</a>' ,
1438
  wpforo_text( wpforo_kses($post['body'], 'email'), 70, FALSE ) );
1439
 
1440
+ $subject = strip_tags(str_replace($from_tags, $to_words, $subject));
1441
  $message = str_replace($from_tags, $to_words, $message);
1442
 
1443
  add_filter( 'wp_mail_content_type', 'wpforo_set_html_content_type' );
1590
  if( !class_exists('wpForoSmiles') ){
1591
  add_filter('wpforo_body_text_filter', 'wp_encode_emoji', 9);
1592
  add_filter('wpforo_body_text_filter', 'convert_smilies');
1593
+ }
1594
+
1595
+
1596
+ function wpforo_add_adminbar_links( $wp_admin_bar ) {
1597
+ global $wpforo;
1598
+ $args = array(
1599
+ 'id' => 'new-forum',
1600
+ 'title' => __('New Forum', 'wpforo'),
1601
+ 'href' => admin_url('admin.php?page=wpforo-forums&action=add'),
1602
+ 'parent' => 'new-content'
1603
+ );
1604
+ $wp_admin_bar->add_node( $args );
1605
+
1606
+ $args = array(
1607
+ 'id' => 'new-ugroup',
1608
+ 'title' => __('New User Group', 'wpforo'),
1609
+ 'href' => admin_url('admin.php?page=wpforo-usergroups&action=add'),
1610
+ 'parent' => 'new-content'
1611
+ );
1612
+ $wp_admin_bar->add_node( $args );
1613
+
1614
+ $args = array(
1615
+ 'id' => 'new-phrase',
1616
+ 'title' => __('New Phrase', 'wpforo'),
1617
+ 'href' => admin_url('admin.php?page=wpforo-phrases&action=add'),
1618
+ 'parent' => 'new-content'
1619
+ );
1620
+ $wp_admin_bar->add_node( $args );
1621
+
1622
+ if( $wpforo->current_user_groupid == 1 ||
1623
+ $wpforo->current_user_groupid == 2 ||
1624
+ $wpforo->perm->usergroup_can('vm') ||
1625
+ ( $wpforo->perm->usergroup_can('cf') &&
1626
+ $wpforo->perm->usergroup_can('ef') &&
1627
+ $wpforo->perm->usergroup_can('df') )
1628
+ ){
1629
+ $args = array(
1630
+ 'id' => 'wpf-community',
1631
+ 'title' => __('Community', 'wpforo'),
1632
+ 'href' => admin_url('admin.php?page=wpforo-community')
1633
+ );
1634
+ $wp_admin_bar->add_node( $args );
1635
+ }
1636
+ if( $wpforo->perm->usergroup_can('cf') && $wpforo->perm->usergroup_can('ef') && $wpforo->perm->usergroup_can('df') ){
1637
+ $args = array(
1638
+ 'id' => 'wpf-forums',
1639
+ 'title' => __('Forums', 'wpforo'),
1640
+ 'href' => admin_url('admin.php?page=wpforo-forums'),
1641
+ 'parent' => 'wpf-community'
1642
+ );
1643
+ $wp_admin_bar->add_node( $args );
1644
+ $args = array(
1645
+ 'id' => 'wpf-new-forum',
1646
+ 'title' => __('New Forum', 'wpforo'),
1647
+ 'href' => admin_url('admin.php?page=wpforo-forums&action=add'),
1648
+ 'parent' => 'wpf-forums'
1649
+ );
1650
+ $wp_admin_bar->add_node( $args );
1651
+ }
1652
+ if( $wpforo->current_user_groupid == 1 ){
1653
+ $args = array(
1654
+ 'id' => 'wpf-settings',
1655
+ 'title' => __('Settings', 'wpforo'),
1656
+ 'href' => admin_url('admin.php?page=wpforo-settings'),
1657
+ 'parent' => 'wpf-community'
1658
+ );
1659
+ $wp_admin_bar->add_node( $args );
1660
+ }
1661
+ if( $wpforo->current_user_groupid == 1 ){
1662
+ $args = array(
1663
+ 'id' => 'wpf-tools',
1664
+ 'title' => __('Tools', 'wpforo'),
1665
+ 'href' => admin_url('admin.php?page=wpforo-tools'),
1666
+ 'parent' => 'wpf-community'
1667
+ );
1668
+ $wp_admin_bar->add_node( $args );
1669
+ }
1670
+ if( $wpforo->perm->usergroup_can('aum') ){
1671
+ $args = array(
1672
+ 'id' => 'wpf-moderation',
1673
+ 'title' => __('Moderation', 'wpforo'),
1674
+ 'href' => admin_url('admin.php?page=wpforo-moderations'),
1675
+ 'parent' => 'wpf-community'
1676
+ );
1677
+ $wp_admin_bar->add_node( $args );
1678
+ }
1679
+ if( $wpforo->perm->usergroup_can('vm') ){
1680
+ $args = array(
1681
+ 'id' => 'wpf-members',
1682
+ 'title' => __('Members', 'wpforo'),
1683
+ 'href' => admin_url('admin.php?page=wpforo-members'),
1684
+ 'parent' => 'wpf-community'
1685
+ );
1686
+ $wp_admin_bar->add_node( $args );
1687
+ }
1688
+ if( $wpforo->current_user_groupid == 1 ){
1689
+ $args = array(
1690
+ 'id' => 'wpf-usergroups',
1691
+ 'title' => __('Usergroups', 'wpforo'),
1692
+ 'href' => admin_url('admin.php?page=wpforo-usergroups'),
1693
+ 'parent' => 'wpf-community'
1694
+ );
1695
+ $wp_admin_bar->add_node( $args );
1696
+ $args = array(
1697
+ 'id' => 'wpf-new-ugroup',
1698
+ 'title' => __('New UserGroup', 'wpforo'),
1699
+ 'href' => admin_url('admin.php?page=wpforo-usergroups&action=add'),
1700
+ 'parent' => 'wpf-usergroups'
1701
+ );
1702
+ $wp_admin_bar->add_node( $args );
1703
+ }
1704
+ if( $wpforo->current_user_groupid == 1 ){
1705
+ $args = array(
1706
+ 'id' => 'wpf-phrases',
1707
+ 'title' => __('Phrases', 'wpforo'),
1708
+ 'href' => admin_url('admin.php?page=wpforo-phrases'),
1709
+ 'parent' => 'wpf-community'
1710
+ );
1711
+ $wp_admin_bar->add_node( $args );
1712
+ $args = array(
1713
+ 'id' => 'wpf-new-phrase',
1714
+ 'title' => __('New Phrase', 'wpforo'),
1715
+ 'href' => admin_url('admin.php?page=wpforo-phrases&action=add'),
1716
+ 'parent' => 'wpf-phrases'
1717
+ );
1718
+ $wp_admin_bar->add_node( $args );
1719
+ }
1720
+ if( $wpforo->current_user_groupid == 1 ){
1721
+ $args = array(
1722
+ 'id' => 'wpf-themes',
1723
+ 'title' => __('Themes', 'wpforo'),
1724
+ 'href' => admin_url('admin.php?page=wpforo-themes'),
1725
+ 'parent' => 'wpf-community'
1726
+ );
1727
+ $wp_admin_bar->add_node( $args );
1728
+ }
1729
+ if( $wpforo->current_user_groupid == 1 ){
1730
+ $args = array(
1731
+ 'id' => 'wpf-addons',
1732
+ 'title' => __('Addons', 'wpforo'),
1733
+ 'href' => admin_url('admin.php?page=wpforo-addons'),
1734
+ 'parent' => 'wpf-community'
1735
+ );
1736
+ $wp_admin_bar->add_node( $args );
1737
+ }
1738
+
1739
+ }
1740
+ add_action( 'admin_bar_menu', 'wpforo_add_adminbar_links', 999 );
1741
+
1742
+ function wpforo_create_cache(){
1743
+ global $wpforo;
1744
+ $wpforo->cache->create();
1745
+ }
1746
+ add_action( 'wp_footer', 'wpforo_create_cache', 10 );
wpf-includes/wpf-phrases.php CHANGED
@@ -154,7 +154,7 @@ $wpforo_phrases = array(
154
  'Last post by %s' => __('Last post by %s', 'wpforo'),
155
  'Latest Post' => __('Latest Post', 'wpforo'),
156
  'Leave a reply' => __('Leave a reply', 'wpforo'),
157
- 'Length must be between 3 characters and 15 characters.' => __('Length must be between 3 characters and 15 characters.', 'wpforo'),
158
  'Level' => __('Level', 'wpforo'),
159
  'Liked' => __('Liked', 'wpforo'),
160
  'Location' => __('Location', 'wpforo'),
@@ -172,6 +172,7 @@ $wpforo_phrases = array(
172
  'Member Rating' => __('Member Rating', 'wpforo'),
173
  'Member Rating Badge' => __('Member Rating Badge', 'wpforo'),
174
  'Member Reputation' => __('Member Reputation', 'wpforo'),
 
175
  'Member Title' => __('Member Title', 'wpforo'),
176
  'Member information' => __('Member information', 'wpforo'),
177
  'Members' => __('Members', 'wpforo'),
@@ -511,7 +512,7 @@ $wpforo_phrases = array(
511
  'User successfully deleted from wpforo' => __('User successfully deleted from wpforo', 'wpforo'),
512
  'Username exists. Please insert another.' => __('Username exists. Please insert another.', 'wpforo'),
513
  'Username is missed.' => __('Username is missed.', 'wpforo'),
514
- 'Username length must be between 3 characters and 15 characters.' => __('Username length must be between 3 characters and 15 characters.', 'wpforo'),
515
  'Welcome to our Community!' => __('Welcome to our Community!', 'wpforo'),
516
  'Wrong post data' => __('Wrong post data', 'wpforo'),
517
  'You are already voted this post' => __('You are already voted this post', 'wpforo'),
154
  'Last post by %s' => __('Last post by %s', 'wpforo'),
155
  'Latest Post' => __('Latest Post', 'wpforo'),
156
  'Leave a reply' => __('Leave a reply', 'wpforo'),
157
+ 'Length must be between 3 characters and 30 characters.' => __('Length must be between 3 characters and 30 characters.', 'wpforo'),
158
  'Level' => __('Level', 'wpforo'),
159
  'Liked' => __('Liked', 'wpforo'),
160
  'Location' => __('Location', 'wpforo'),
172
  'Member Rating' => __('Member Rating', 'wpforo'),
173
  'Member Rating Badge' => __('Member Rating Badge', 'wpforo'),
174
  'Member Reputation' => __('Member Reputation', 'wpforo'),
175
+ 'Member Reputation and Titles' => __('Member Reputation and Titles', 'wpforo'),
176
  'Member Title' => __('Member Title', 'wpforo'),
177
  'Member information' => __('Member information', 'wpforo'),
178
  'Members' => __('Members', 'wpforo'),
512
  'User successfully deleted from wpforo' => __('User successfully deleted from wpforo', 'wpforo'),
513
  'Username exists. Please insert another.' => __('Username exists. Please insert another.', 'wpforo'),
514
  'Username is missed.' => __('Username is missed.', 'wpforo'),
515
+ 'Username length must be between 3 characters and 30 characters.' => __('Username length must be between 3 characters and 30 characters.', 'wpforo'),
516
  'Welcome to our Community!' => __('Welcome to our Community!', 'wpforo'),
517
  'Wrong post data' => __('Wrong post data', 'wpforo'),
518
  'You are already voted this post' => __('You are already voted this post', 'wpforo'),
wpf-languages/wpforo-cs_CZ.mo CHANGED
Binary file
wpf-languages/wpforo-cs_CZ.po CHANGED
@@ -1,3332 +1,3802 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Forum - wpForo\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-01-03 10:55+0300\n"
6
- "PO-Revision-Date: 2017-01-03 10:55+0300\n"
7
- "Last-Translator: gVectors Team <info@gvectors.com>\n"
8
- "Language-Team: \n"
9
- "Language: cs\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "Plural-Forms: nplurals=3; plural=( n == 1 ) ? 0 : ( n >= 2 && n <= 4 ) ? 1 : "
14
- "2;\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Generator: Poedit 1.8.6\n"
17
- "X-Poedit-Basepath: ..\n"
18
- "X-Poedit-WPHeader: wpforo.php\n"
19
- "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
20
- "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
21
- "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
22
- "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
23
- "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
24
- "X-Loco-Target-Locale: cs_CZ\n"
25
- "X-Poedit-SearchPath-0: .\n"
26
- "X-Poedit-SearchPathExcluded-0: *.js\n"
27
-
28
- #: wpf-admin/addons.php:14 wpf-admin/addons.php:22
29
- msgid "wpForo Addons"
30
- msgstr ""
31
-
32
- #: wpf-admin/addons.php:28
33
- msgid ""
34
- "All wpForo addons are being developed by wpForo developers at gVectors Team. "
35
- "Addon prices also include a small donation to the hard work wpForo "
36
- "developers do for free. When you buy an addon, you also donate the free "
37
- "wpForo development and support. Addons are the only incoming source for "
38
- "wpForo developers. wpForo is a premium forum plugin which will always be "
39
- "available for free. There will never be paid and pro versions of this forum "
40
- "board. We have another dozens of awesome features in our to-do list which "
41
- "will also be added for free in future releases. So the free wpForo "
42
- "development always stays on the first priority and wpForo is being extended "
43
- "with new free functions and features even faster than before."
44
- msgstr ""
45
-
46
- #: wpf-admin/addons.php:51
47
- msgid "Installed"
48
- msgstr ""
49
-
50
- #: wpf-admin/addons.php:55
51
- msgid "Version"
52
- msgstr ""
53
-
54
- #: wpf-admin/addons.php:56
55
- msgid "at least"
56
- msgstr ""
57
-
58
- #: wpf-admin/addons.php:58
59
- msgid "Details | Buy"
60
- msgstr ""
61
-
62
- #: wpf-admin/addons.php:64
63
- msgid "More information about"
64
- msgstr ""
65
-
66
- #: wpf-admin/admin.php:15 wpf-admin/admin.php:16
67
- #: wpf-includes/wpf-phrases.php:597
68
- msgid "Dashboard"
69
- msgstr ""
70
-
71
- #: wpf-admin/admin.php:15 wpf-admin/admin.php:17 wpf-admin/dashboard.php:136
72
- #: wpf-admin/options-tabs/styles.php:16 wpf-admin/options.php:15
73
- #: wpf-includes/wpf-phrases.php:123
74
- msgid "Forums"
75
- msgstr "Fóra"
76
-
77
- #: wpf-admin/admin.php:18 wpf-includes/wpf-hooks.php:22
78
- msgid "Settings"
79
- msgstr "Nastavení"
80
-
81
- #: wpf-admin/admin.php:19 wpf-admin/dashboard.php:148 wpf-admin/member.php:10
82
- #: wpf-admin/options.php:18 wpf-includes/wpf-phrases.php:177
83
- msgid "Members"
84
- msgstr "Uživatelé"
85
-
86
- #: wpf-admin/admin.php:20 wpf-admin/usergroup.php:8
87
- msgid "Usergroups"
88
- msgstr "Skupiny"
89
-
90
- #: wpf-admin/admin.php:21 wpf-includes/wpf-phrases.php:598
91
- msgid "Phrases"
92
- msgstr ""
93
-
94
- #: wpf-admin/admin.php:22 wpf-includes/wpf-phrases.php:599
95
- msgid "Themes"
96
- msgstr ""
97
-
98
- #: wpf-admin/admin.php:23 wpf-admin/options.php:23
99
- #: wpf-includes/wpf-phrases.php:25
100
- msgid "Addons"
101
- msgstr "Addony"
102
-
103
- #: wpf-admin/dashboard.php:9 wpf-includes/wpf-phrases.php:408
104
- msgid "wpForo Dashboard"
105
- msgstr "wpFóro Nástěnka"
106
-
107
- #: wpf-admin/dashboard.php:25 wpf-includes/wpf-phrases.php:361
108
- msgid "Welcome Message"
109
- msgstr "Uvítací Zpráva"
110
-
111
- #: wpf-admin/dashboard.php:31
112
- msgid ""
113
- "Thank you for using wpForo! wpForo is a professional bulletin board for "
114
- "WorPress, and the only forum software which comes with Multi-layout template "
115
- "system.\n"
116
- " The \"Extended\", \"Simplified\" and "
117
- "\"Question &amp Answer\" layouts fit almost all type of discussions needs. "
118
- "You can use wpForo for small and extremely large communities. \n"
119
- " <br />If you found some issue or bug "
120
- "please open a support topic in plugin page or in our support forum at "
121
- "gVectors.com. If you liked wpForo please leave some good review for this "
122
- "plugin. We really need your good reviews. \n"
123
- " If you didn't like wpForo please leave a "
124
- "list of issues and requirements you'd like us to fix and add in near future. "
125
- "We're here to help you and improve wpForo as much as possible."
126
- msgstr ""
127
-
128
- #: wpf-admin/dashboard.php:60 wpf-includes/wpf-phrases.php:130
129
- msgid "General Information"
130
- msgstr "Hlavní Informace"
131
-
132
- #: wpf-admin/dashboard.php:64 wpf-includes/wpf-phrases.php:368
133
- msgid "You are currently running"
134
- msgstr "V současné době běží"
135
-
136
- #: wpf-admin/dashboard.php:65 wpf-includes/wpf-phrases.php:18
137
- msgid "Active Theme"
138
- msgstr "Aktivní Šablona"
139
-
140
- #: wpf-admin/dashboard.php:66 wpf-includes/wpf-phrases.php:413
141
- msgid "wpForo Website"
142
- msgstr "wpFóro Webové stránky"
143
-
144
- #: wpf-admin/dashboard.php:67 wpf-includes/wpf-phrases.php:319
145
- msgid "Support Forum"
146
- msgstr "Fórum Podpory"
147
-
148
- #: wpf-admin/dashboard.php:78 wpf-includes/wpf-phrases.php:289
149
- msgid "Server Information"
150
- msgstr "Informační Server"
151
-
152
- #: wpf-admin/dashboard.php:112 wpf-includes/wpf-phrases.php:46
153
- msgid "Available"
154
- msgstr "K dispozici"
155
-
156
- #: wpf-admin/dashboard.php:112 wpf-includes/wpf-phrases.php:208
157
- msgid "Not available"
158
- msgstr "Není k dispozici"
159
-
160
- #: wpf-admin/dashboard.php:130 wpf-includes/wpf-phrases.php:49
161
- msgid "Board Statistic"
162
- msgstr "Přehled"
163
-
164
- #: wpf-admin/dashboard.php:140 wpf-admin/options-tabs/styles.php:22
165
- #: wpf-includes/class-forums.php:547 wpf-includes/wpf-phrases.php:338
166
- msgid "Topics"
167
- msgstr "Témata"
168
-
169
- #: wpf-admin/dashboard.php:144 wpf-includes/class-forums.php:547
170
- #: wpf-includes/wpf-phrases.php:232
171
- msgid "Posts"
172
- msgstr "Příspěvky"
173
-
174
- #: wpf-admin/dashboard.php:152 wpf-includes/wpf-phrases.php:178
175
- msgid "Members Online"
176
- msgstr "Uživatelé Online"
177
-
178
- #: wpf-admin/dashboard.php:161
179
- msgid "Avatars Size"
180
- msgstr ""
181
-
182
- #: wpf-admin/dashboard.php:165
183
- msgid "Default Attachments Size"
184
- msgstr ""
185
-
186
- #: wpf-admin/dashboard.php:171
187
- msgid "Advanced Attachments"
188
- msgstr ""
189
-
190
- #: wpf-admin/dashboard.php:172
191
- msgid "file(s)"
192
- msgstr ""
193
-
194
- #: wpf-admin/dashboard.php:175
195
- msgid "Advanced Attachments Size"
196
- msgstr ""
197
-
198
- #: wpf-admin/dashboard.php:180
199
- msgid "Total Size"
200
- msgstr ""
201
-
202
- #: wpf-admin/dashboard.php:188 wpf-includes/wpf-phrases.php:609
203
- msgid "Forum Maintenance"
204
- msgstr ""
205
-
206
- #: wpf-admin/dashboard.php:190
207
- msgid ""
208
- "This process may take a few seconds or dozens of minutes, please be patient "
209
- "and don't close this page. If you got 500 Server Error please don't worry, "
210
- "the data updating process is still working in MySQL server."
211
- msgstr ""
212
-
213
- #: wpf-admin/dashboard.php:198 wpf-includes/wpf-phrases.php:611
214
- msgid "Update Forums Statistic"
215
- msgstr ""
216
-
217
- #: wpf-admin/dashboard.php:199 wpf-includes/wpf-phrases.php:612
218
- msgid "Update Users Statistic"
219
- msgstr ""
220
-
221
- #: wpf-admin/dashboard.php:200 wpf-includes/wpf-phrases.php:613
222
- msgid "Delete Phrase Cache"
223
- msgstr ""
224
-
225
- #: wpf-admin/dashboard.php:201 wpf-includes/wpf-phrases.php:634
226
- msgid "Delete User Cache"
227
- msgstr ""
228
-
229
- #: wpf-admin/forum.php:13 wpf-includes/functions.php:662
230
- #: wpf-includes/wpf-phrases.php:301
231
- msgid "Show on screen"
232
- msgstr "Zobrazit na obrazovce"
233
-
234
- #: wpf-admin/forum.php:15 wpf-admin/forum.php:119
235
- #: wpf-includes/wpf-phrases.php:113
236
- msgid "Forum Options"
237
- msgstr "Nastavení Fóra"
238
-
239
- #: wpf-admin/forum.php:16 wpf-includes/wpf-phrases.php:223
240
- msgid "Permissions"
241
- msgstr "Opravnění"
242
-
243
- #: wpf-admin/forum.php:17 wpf-includes/wpf-phrases.php:306
244
- msgid "Slug"
245
- msgstr "Slug"
246
-
247
- #: wpf-admin/forum.php:18 wpf-includes/wpf-phrases.php:112
248
- msgid "Forum Meta"
249
- msgstr "Fórum Meta"
250
-
251
- #: wpf-admin/forum.php:21 wpf-includes/wpf-phrases.php:273
252
- msgid "Screen Layout"
253
- msgstr "Rozvržení Obrazovky"
254
-
255
- #: wpf-admin/forum.php:22 wpf-includes/wpf-phrases.php:209
256
- msgid "Number of Columns"
257
- msgstr "Počet Sloupců"
258
-
259
- #: wpf-admin/forum.php:32 wpf-includes/functions.php:676
260
- #: wpf-includes/wpf-phrases.php:274
261
- msgid "Screen Options"
262
- msgstr "Nastavení obrazovky"
263
-
264
- #: wpf-admin/forum.php:43 wpf-includes/wpf-phrases.php:51
265
- msgid "Categories and Forums"
266
- msgstr "Kategorie a Fóra"
267
-
268
- #: wpf-admin/forum.php:44 wpf-admin/options-tabs/general.php:75
269
- #: wpf-admin/themes.php:10 wpf-admin/usergroup.php:8
270
- #: wpf-includes/wpf-phrases.php:20
271
- msgid "Add New"
272
- msgstr "Přidat nový"
273
-
274
- #: wpf-admin/forum.php:55
275
- msgid "Important Tips"
276
- msgstr ""
277
-
278
- #: wpf-admin/forum.php:56 wpf-includes/wpf-phrases.php:225
279
- msgid "Please drag and drop forum panels to set parent-child hierarchy."
280
- msgstr "Prosím přetáhněte fórum v panelu na nastavení child hierarchie."
281
-
282
- #: wpf-admin/forum.php:57
283
- msgid ""
284
- "If a category (blue panels) does not have forums (grey panels) it will not "
285
- "be displayed on front-end. Each category should contain at least one forum."
286
- msgstr ""
287
-
288
- #: wpf-admin/forum.php:58
289
- msgid ""
290
- "Forums can be displayed with different layouts (Extended, Simplified, Q&A), "
291
- "just edit the top (blue panels) category and set the layout you want. Child "
292
- "forums' layout depends on the top category (blue panels) layout. They cannot "
293
- "have a different layout."
294
- msgstr ""
295
-
296
- #: wpf-admin/forum.php:74 wpf-includes/wpf-phrases.php:272
297
- msgid "Save forums order and hierarchy"
298
- msgstr "Uložit fórum a hierarchii."
299
-
300
- #: wpf-admin/forum.php:101 wpf-includes/wpf-phrases.php:87
301
- msgid "Enter forum title here"
302
- msgstr "Zadejte název fóra zde"
303
-
304
- #: wpf-admin/forum.php:106 wpf-includes/wpf-phrases.php:86
305
- msgid "Enter description here . . ."
306
- msgstr "Zadejte popis zde..."
307
-
308
- #: wpf-admin/forum.php:107 wpf-includes/wpf-phrases.php:329
309
- msgid ""
310
- "This is a forum description. This content will be displayed under forum "
311
- "title on the forum list."
312
- msgstr ""
313
- "Tohle je popis fóra. Tento popis bude zobrazen pod názvem fóra v přehledu "
314
- "fór."
315
-
316
- #: wpf-admin/forum.php:122 wpf-includes/wpf-phrases.php:221
317
- msgid "Parent Forum"
318
- msgstr "Nadřazené Fórum"
319
-
320
- #: wpf-admin/forum.php:125 wpf-includes/wpf-phrases.php:204
321
- msgid "No parent"
322
- msgstr "Žádné nadřazené"
323
-
324
- #: wpf-admin/forum.php:130 wpf-includes/wpf-phrases.php:346
325
- msgid "Use as Category"
326
- msgstr "Použít jako Kategorii"
327
-
328
- #: wpf-admin/forum.php:132 wpf-includes/wpf-phrases.php:52
329
- msgid "Category Layout"
330
- msgstr "Rozvržení Kategorie"
331
-
332
- #: wpf-admin/forum.php:140 wpf-includes/wpf-phrases.php:202
333
- msgid "No layout found."
334
- msgstr "Žádné rozvržení nebylo nalezeno."
335
-
336
- #: wpf-admin/forum.php:149 wpf-admin/forum.php:156
337
- #: wpf-includes/wpf-phrases.php:234
338
- msgid "Publish"
339
- msgstr "Publikovat"
340
-
341
- #: wpf-admin/forum.php:153 wpf-includes/wpf-phrases.php:37
342
- msgid "Are you sure you want to delete this forum?"
343
- msgstr "Jste si jistí že chcete smazat toto fórum?"
344
-
345
- #: wpf-admin/forum.php:153 wpf-admin/themes.php:73 wpf-admin/usergroup.php:37
346
- #: wpf-admin/usergroup.php:133 wpf-includes/wpf-hooks.php:987
347
- #: wpf-includes/wpf-phrases.php:66
348
- msgid "Delete"
349
- msgstr "Smazat"
350
-
351
- #: wpf-admin/forum.php:154 wpf-admin/usergroup.php:39
352
- #: wpf-includes/class-forums.php:553 wpf-includes/wpf-phrases.php:355
353
- msgid "View"
354
- msgstr "Zobrazit"
355
-
356
- #: wpf-admin/forum.php:224 wpf-includes/wpf-phrases.php:118
357
- msgid "Forum Slug"
358
- msgstr "Fórum Slug"
359
-
360
- #: wpf-admin/forum.php:227 wpf-includes/wpf-phrases.php:322
361
- msgid ""
362
- "The \"slug\" is the URL-friendly version of the name. It is usually all "
363
- "lowercase and contains only letters, numbers, and hyphens."
364
- msgstr "\"Slug\" je přátelská URL verze názvu."
365
-
366
- #: wpf-admin/forum.php:233
367
- msgid "Forum Icon"
368
- msgstr ""
369
-
370
- #: wpf-admin/forum.php:236
371
- msgid "Font-awesome Icon"
372
- msgstr ""
373
-
374
- #: wpf-admin/forum.php:238
375
- msgid "You can find all icons"
376
- msgstr ""
377
-
378
- #: wpf-admin/forum.php:238
379
- msgid "here"
380
- msgstr ""
381
-
382
- #: wpf-admin/forum.php:238
383
- msgid ""
384
- "Make sure you insert a class of font-awesome icon, it should start with fa- "
385
- "prefix like &quot;fa-comments&quot;."
386
- msgstr ""
387
-
388
- #: wpf-admin/forum.php:245 wpf-includes/wpf-phrases.php:116
389
- msgid "Forum SEO"
390
- msgstr "Fórum SEO"
391
-
392
- #: wpf-admin/forum.php:248 wpf-includes/wpf-phrases.php:183
393
- msgid "Meta Description"
394
- msgstr "Meta Popis"
395
-
396
- #: wpf-admin/forum.php:277 wpf-includes/wpf-phrases.php:328
397
- msgid "This action will also delete all sub-forums, topics and replies."
398
- msgstr "Tato akce smaže všechna sub-fóra, témata a odpovědi."
399
-
400
- #: wpf-admin/forum.php:285 wpf-includes/wpf-phrases.php:137
401
- msgid ""
402
- "If you want to delete this forum and keep its sub-forums, topics and "
403
- "replies, please select a new target forum in dropdown below"
404
- msgstr ""
405
- "Pokud chcete smazat toto fórum a nesmazat při tom sub-fóra, témata a "
406
- "odpovědi tak prosím zadejte nové cílové fórum a přetáhněte."
407
-
408
- #: wpf-admin/forum.php:294 wpf-includes/wpf-phrases.php:26
409
- msgid ""
410
- "All sub-forums, topics and replies will be attached to selected forum. "
411
- "Layout will be inherited from this forum."
412
- msgstr ""
413
- "Všechny sub-fóra, témata a odpovědi byli připojeny ke zvolenému fóru. "
414
- "Rozvržení bylo automaticky nastaveno k tomuto fóru."
415
-
416
- #: wpf-admin/options-tabs/accesses.php:9 wpf-includes/wpf-phrases.php:21
417
- msgid "Add New Forum Access"
418
- msgstr "Přidat nový přístup k fóru"
419
-
420
- #: wpf-admin/options-tabs/accesses.php:13 wpf-includes/wpf-phrases.php:15
421
- msgid "Access names"
422
- msgstr "Název přístupu"
423
-
424
- #: wpf-admin/options-tabs/accesses.php:26
425
- #: wpf-admin/options-tabs/accesses.php:27
426
- #: wpf-admin/options-tabs/accesses.php:28
427
- msgid "This access is usually used for "
428
- msgstr ""
429
-
430
- #: wpf-admin/options-tabs/accesses.php:26
431
- msgid "Guests"
432
- msgstr ""
433
-
434
- #: wpf-admin/options-tabs/accesses.php:26
435
- #: wpf-admin/options-tabs/accesses.php:27
436
- #: wpf-admin/options-tabs/accesses.php:28
437
- msgid "usergroup"
438
- msgstr ""
439
-
440
- #: wpf-admin/options-tabs/accesses.php:27 wpf-includes/wpf-phrases.php:621
441
- msgid "Registered"
442
- msgstr ""
443
-
444
- #: wpf-admin/options-tabs/accesses.php:28 wpf-includes/wpf-phrases.php:619
445
- msgid "Admin"
446
- msgstr ""
447
-
448
- #: wpf-admin/options-tabs/accesses.php:32 wpf-includes/class-forums.php:549
449
- #: wpf-includes/functions.php:504 wpf-includes/wpf-phrases.php:381
450
- msgid "edit"
451
- msgstr "upravit"
452
-
453
- #: wpf-admin/options-tabs/accesses.php:34 wpf-includes/wpf-phrases.php:39
454
- msgid ""
455
- "Are you sure you want to remove this access set? Usergroups which attached "
456
- "to this access will lost all forum permissions."
457
- msgstr ""
458
- "Jste si jistí že chcete odebrat tento přístup? Skupiny, které byli připojeny "
459
- "k tomuto přístupu ztratí všechna oprávnění."
460
-
461
- #: wpf-admin/options-tabs/accesses.php:34 wpf-includes/class-forums.php:551
462
- #: wpf-includes/functions.php:522 wpf-includes/functions.php:527
463
- #: wpf-includes/wpf-phrases.php:380
464
- msgid "delete"
465
- msgstr "smazat"
466
-
467
- #: wpf-admin/options-tabs/accesses.php:49 wpf-includes/wpf-phrases.php:14
468
- msgid "Access name"
469
- msgstr "Název přístupu"
470
-
471
- #: wpf-admin/options-tabs/accesses.php:69 wpf-includes/wpf-phrases.php:270
472
- msgid "Save"
473
- msgstr "Uložit"
474
-
475
- #: wpf-admin/options-tabs/accesses.php:69 wpf-includes/wpf-phrases.php:343
476
- msgid "Update"
477
- msgstr "Aktualizovat"
478
-
479
- #: wpf-admin/options-tabs/emails.php:13
480
- msgid "FROM Name"
481
- msgstr ""
482
-
483
- #: wpf-admin/options-tabs/emails.php:17
484
- msgid "FROM Email Address"
485
- msgstr ""
486
-
487
- #: wpf-admin/options-tabs/emails.php:22
488
- msgid "Forum Admins email addresses"
489
- msgstr ""
490
-
491
- #: wpf-admin/options-tabs/emails.php:23 wpf-includes/wpf-phrases.php:57
492
- msgid ""
493
- "Comma separated email addresses of forum administrators to get forum "
494
- "notifications. For example post report messages."
495
- msgstr ""
496
-
497
- #: wpf-admin/options-tabs/emails.php:29
498
- msgid "Notify Admins via email on new Topic"
499
- msgstr ""
500
-
501
- #: wpf-admin/options-tabs/emails.php:30
502
- msgid ""
503
- "Send Notification emails to all email addresses (comma separated ) of forum "
504
- "administrators when a new Topic is created."
505
- msgstr ""
506
-
507
- #: wpf-admin/options-tabs/emails.php:34 wpf-admin/options-tabs/emails.php:46
508
- #: wpf-admin/options-tabs/features.php:55 wpf-includes/wpf-phrases.php:366
509
- msgid "Yes"
510
- msgstr "Ano"
511
-
512
- #: wpf-admin/options-tabs/emails.php:35 wpf-admin/options-tabs/emails.php:47
513
- #: wpf-admin/options-tabs/features.php:56 wpf-includes/wpf-phrases.php:196
514
- msgid "No"
515
- msgstr "Ne"
516
-
517
- #: wpf-admin/options-tabs/emails.php:41
518
- msgid "Notify Admins via email on new Post"
519
- msgstr ""
520
-
521
- #: wpf-admin/options-tabs/emails.php:42
522
- msgid ""
523
- "Send Notification emails to all email addresses (comma separated ) of forum "
524
- "administrators when a new Reply is created."
525
- msgstr ""
526
-
527
- #: wpf-admin/options-tabs/emails.php:53 wpf-includes/wpf-phrases.php:317
528
- msgid "Subscription Emails"
529
- msgstr "Emaily Odběratelů"
530
-
531
- #: wpf-admin/options-tabs/emails.php:57 wpf-includes/wpf-phrases.php:314
532
- msgid "Subscribe confirmation email subject"
533
- msgstr "Potvrzení odběru subjektu email"
534
-
535
- #: wpf-admin/options-tabs/emails.php:61 wpf-includes/wpf-phrases.php:313
536
- msgid "Subscribe confirmation email message"
537
- msgstr "Potvrzení odběru potvrzovací email"
538
-
539
- #: wpf-admin/options-tabs/emails.php:65 wpf-includes/wpf-phrases.php:195
540
- msgid "New topic notification email subject"
541
- msgstr "Nové téma upozornění email subjekt"
542
-
543
- #: wpf-admin/options-tabs/emails.php:69 wpf-includes/wpf-phrases.php:194
544
- msgid "New topic notification email message"
545
- msgstr "Nové téma upozornění email zpráva"
546
-
547
- #: wpf-admin/options-tabs/emails.php:73 wpf-includes/wpf-phrases.php:193
548
- msgid "New reply notification email subject"
549
- msgstr "Nová odpověď zpozornění email"
550
-
551
- #: wpf-admin/options-tabs/emails.php:77 wpf-includes/wpf-phrases.php:192
552
- msgid "New reply notification email message"
553
- msgstr "Nová odpověď upozornění email zpráva"
554
-
555
- #: wpf-admin/options-tabs/emails.php:82 wpf-includes/wpf-phrases.php:227
556
- msgid "Post Reporting Emails"
557
- msgstr "Příspěvky nahlášení emaily"
558
-
559
- #: wpf-admin/options-tabs/emails.php:83 wpf-includes/wpf-phrases.php:331
560
- msgid "This message comes from post reporting pop-up form."
561
- msgstr "Tato zpráva pochází s pop-up okna"
562
-
563
- #: wpf-admin/options-tabs/emails.php:88 wpf-includes/wpf-phrases.php:266
564
- msgid "Report message subject"
565
- msgstr "Důvod nahlášení"
566
-
567
- #: wpf-admin/options-tabs/emails.php:93 wpf-includes/wpf-phrases.php:265
568
- msgid "Report message body"
569
- msgstr "Zpráva nahlášení"
570
-
571
- #: wpf-admin/options-tabs/emails.php:99 wpf-admin/options-tabs/features.php:66
572
- #: wpf-admin/options-tabs/forums.php:16 wpf-admin/options-tabs/general.php:82
573
- #: wpf-admin/options-tabs/members.php:115 wpf-admin/options-tabs/posts.php:67
574
- #: wpf-admin/options-tabs/styles.php:93 wpf-includes/wpf-phrases.php:344
575
- msgid "Update Options"
576
- msgstr "Aktualizovat nastavení"
577
-
578
- #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:294
579
- msgid "Show Admin Bar for Members"
580
- msgstr "Zobrazit Admin Bar pro Uživatelé"
581
-
582
- #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:332
583
- msgid "This option doesn't affect website admins."
584
- msgstr "Tohle nastavení nemá vliv na adminy webu."
585
-
586
- #: wpf-admin/options-tabs/features.php:10 wpf-includes/wpf-phrases.php:296
587
- msgid "Show Forum Page Title"
588
- msgstr "Zobrazit název stránky fóra"
589
-
590
- #: wpf-admin/options-tabs/features.php:11 wpf-includes/wpf-phrases.php:299
591
- msgid "Show Top/Menu Bar"
592
- msgstr "Zobrazit Vrchní menu bar."
593
-
594
- #: wpf-admin/options-tabs/features.php:12 wpf-includes/wpf-phrases.php:298
595
- msgid "Show Top Search"
596
- msgstr "Zobrazit vrchní hledání"
597
-
598
- #: wpf-admin/options-tabs/features.php:13 wpf-includes/wpf-phrases.php:295
599
- msgid "Show Breadcrumb"
600
- msgstr "Zobrazit Breadcrumb"
601
-
602
- #: wpf-admin/options-tabs/features.php:14 wpf-includes/wpf-phrases.php:297
603
- msgid "Show Forum Statistic"
604
- msgstr "Zobrazit Statistiky Fóra"
605
-
606
- #: wpf-admin/options-tabs/features.php:15 wpf-includes/wpf-phrases.php:257
607
- msgid "Replace Author Link to Forum Profile"
608
- msgstr "Nahradit odkaz Autora k profilu Fóra"
609
-
610
- #: wpf-admin/options-tabs/features.php:16 wpf-includes/wpf-phrases.php:258
611
- msgid "Replace Comment Author Link to Forum Profile"
612
- msgstr "Nahradit odkaz Komentář Autora k profilu Fóra"
613
-
614
- #: wpf-admin/options-tabs/features.php:17 wpf-includes/wpf-phrases.php:631
615
- msgid "Enable User Registration"
616
- msgstr ""
617
-
618
- #: wpf-admin/options-tabs/features.php:17 wpf-includes/wpf-phrases.php:632
619
- msgid ""
620
- "This option is not synced with WordPress \"Anyone can register\" option in "
621
- "Dashboard > Settings > General admin page. If this option is enabled new "
622
- "users will always be able to register."
623
- msgstr ""
624
-
625
- #: wpf-admin/options-tabs/features.php:18
626
- msgid "Enable User Registration email confirmation"
627
- msgstr ""
628
-
629
- #: wpf-admin/options-tabs/features.php:18
630
- msgid ""
631
- "If you have enabled this option, after registering, user can not login "
632
- "without confirming the email."
633
- msgstr ""
634
-
635
- #: wpf-admin/options-tabs/features.php:19 wpf-includes/wpf-phrases.php:260
636
- msgid "Replace Registration Page URL to Forum URL"
637
- msgstr "Nahradit odkaz Registrace k profilu Fóra"
638
-
639
- #: wpf-admin/options-tabs/features.php:20 wpf-includes/wpf-phrases.php:259
640
- msgid "Replace Login Page URL to Forum URL"
641
- msgstr "Nahradit odkaz Přihlášení k profilu Fóra"
642
-
643
- #: wpf-admin/options-tabs/features.php:21 wpf-includes/wpf-phrases.php:256
644
- msgid "Replace Author Avatar with Forum Profile Avatar"
645
- msgstr "Nahradit Avatar Autora k profilu Fóra"
646
-
647
- #: wpf-admin/options-tabs/features.php:22 wpf-includes/wpf-phrases.php:77
648
- msgid "Enable Avatars"
649
- msgstr "Povolit Avatary"
650
-
651
- #: wpf-admin/options-tabs/features.php:23 wpf-includes/wpf-phrases.php:78
652
- msgid "Enable Custom Avatars"
653
- msgstr "Povolit vlastní Avatary"
654
-
655
- #: wpf-admin/options-tabs/features.php:24 wpf-includes/wpf-phrases.php:31
656
- msgid "Allow Member Signature"
657
- msgstr "Povolit Uživatelský podpis"
658
-
659
- #: wpf-admin/options-tabs/features.php:25 wpf-includes/wpf-phrases.php:80
660
- msgid "Enable Member Rating"
661
- msgstr "Povolit Uživatelské hodnocení"
662
-
663
- #: wpf-admin/options-tabs/features.php:26 wpf-includes/wpf-phrases.php:81
664
- msgid "Enable Member Rating Titles"
665
- msgstr "Povolit Uživatelské tituly reputace"
666
-
667
- #: wpf-admin/options-tabs/features.php:27 wpf-includes/wpf-phrases.php:79
668
- msgid "Enable Member Cache"
669
- msgstr ""
670
-
671
- #: wpf-admin/options-tabs/features.php:28 wpf-includes/wpf-phrases.php:84
672
- msgid "Enable wpForo SEO for Meta Titles"
673
- msgstr "Povolit wpFóro SEO pro Meta Názvy"
674
-
675
- #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:83
676
- msgid "Enable wpForo SEO for Meta Tags"
677
- msgstr "Povolit wpFóro SEO pro Meta Tagy"
678
-
679
- #: wpf-admin/options-tabs/features.php:30 wpf-includes/wpf-phrases.php:82
680
- msgid "Enable wpForo Font-Awesome Lib"
681
- msgstr "Povolit wpFóro Font-Awesome"
682
-
683
- #: wpf-admin/options-tabs/features.php:31 wpf-includes/wpf-phrases.php:85
684
- msgid "Enable Output Buffer"
685
- msgstr ""
686
-
687
- #: wpf-admin/options-tabs/features.php:31 wpf-includes/wpf-phrases.php:330
688
- msgid ""
689
- "This feature is useful if you're adding content before or after [wpforo] "
690
- "shortcode in page content. Also it useful if forum is loaded before website "
691
- "header, on top of the front-end."
692
- msgstr ""
693
-
694
- #: wpf-admin/options-tabs/features.php:32
695
- msgid "Enable WordPress Date/Time Format"
696
- msgstr ""
697
-
698
- #: wpf-admin/options-tabs/features.php:32 wpf-includes/wpf-phrases.php:596
699
- msgid ""
700
- "You can manage WordPress date and time format in WordPress Settings > "
701
- "General admin page."
702
- msgstr ""
703
-
704
- #: wpf-admin/options-tabs/features.php:33 wpf-includes/wpf-phrases.php:607
705
- msgid "Enable Subscription Confirmation"
706
- msgstr ""
707
-
708
- #: wpf-admin/options-tabs/features.php:33 wpf-includes/wpf-phrases.php:608
709
- msgid "Forum and Topic subscription with double opt-in/confirmation system."
710
- msgstr ""
711
-
712
- #: wpf-admin/options-tabs/features.php:34
713
- msgid "Topic subscription option on post editor"
714
- msgstr ""
715
-
716
- #: wpf-admin/options-tabs/features.php:34
717
- msgid ""
718
- "This option adds topic subscription checkbox next to new topic and post "
719
- "submit button."
720
- msgstr ""
721
-
722
- #: wpf-admin/options-tabs/features.php:35
723
- msgid "Topic subscription option on post editor - checked/enabled"
724
- msgstr ""
725
-
726
- #: wpf-admin/options-tabs/features.php:35
727
- msgid ""
728
- "Enable this option if you want the topic subscription checkbox to be checked "
729
- "by default."
730
- msgstr ""
731
-
732
- #: wpf-admin/options-tabs/features.php:36 wpf-includes/wpf-phrases.php:635
733
- msgid "Insert Forum Attachments to Media Library"
734
- msgstr ""
735
-
736
- #: wpf-admin/options-tabs/features.php:36 wpf-includes/wpf-phrases.php:636
737
- msgid ""
738
- "Enable this option to be able manage forum attachments in Dashboard > Media "
739
- "> Library admin page."
740
- msgstr ""
741
-
742
- #: wpf-admin/options-tabs/features.php:37 wpf-includes/wpf-phrases.php:600
743
- msgid "Enable Debug Mode"
744
- msgstr ""
745
-
746
- #: wpf-admin/options-tabs/features.php:37 wpf-includes/wpf-phrases.php:601
747
- msgid ""
748
- "If you got some issue with wpForo, please enable this option before asking "
749
- "for support, this outputs hidden important information to help us debug your "
750
- "issue."
751
- msgstr ""
752
-
753
- #: wpf-admin/options-tabs/features.php:38 wpf-includes/wpf-phrases.php:134
754
- msgid "Help wpForo to grow, show plugin info"
755
- msgstr "Pomoc wpFóru k růstu a ukaž informace o pluginu"
756
-
757
- #: wpf-admin/options-tabs/features.php:38 wpf-includes/wpf-phrases.php:226
758
- msgid ""
759
- "Please enable this option to help wpForo get more popularity as your thank "
760
- "to the hard work we do for you totally free. This option adds a very small "
761
- "icon in forum footer, which will allow your site visitors recognize the name "
762
- "of forum solution you use."
763
- msgstr ""
764
- "Prosím povolte tohle nastavení a pomozte tím wpFóru k růstu a získání větší "
765
- "popularity a jako poděkování pro vás stále chystáme nové funkce a vše je "
766
- "plně zdarma. Toto nastavení přidá velmi malou ikonku do zápatí fóra přes "
767
- "kterou když přejede návštěvník tak se mu zobrazí informace o pluginu."
768
-
769
- #: wpf-admin/options-tabs/general.php:15 wpf-includes/wpf-phrases.php:107
770
- msgid "Forum Base URL"
771
- msgstr "Základní odkaz Fóra"
772
-
773
- #: wpf-admin/options-tabs/general.php:24 wpf-includes/wpf-phrases.php:645
774
- msgid "Turn WordPress to wpForo"
775
- msgstr ""
776
-
777
- #: wpf-admin/options-tabs/general.php:25
778
- msgid ""
779
- "This option will disable WordPress on front-end. Only forum pages and "
780
- "excluded post/pages will be available. wpForo will look like as a stand-"
781
- "alone forum."
782
- msgstr ""
783
-
784
- #: wpf-admin/options-tabs/general.php:28
785
- msgid "Exclude page URLs"
786
- msgstr ""
787
-
788
- #: wpf-admin/options-tabs/general.php:28
789
- msgid "one URL per line"
790
- msgstr ""
791
-
792
- #: wpf-admin/options-tabs/general.php:38
793
- msgid "Visit Forum"
794
- msgstr ""
795
-
796
- #: wpf-admin/options-tabs/general.php:41
797
- msgid ""
798
- "wpForo PageID doesn't exist. Forums will not be loaded, please read this"
799
- msgstr ""
800
-
801
- #: wpf-admin/options-tabs/general.php:41
802
- msgid "suppor topic"
803
- msgstr ""
804
-
805
- #: wpf-admin/options-tabs/general.php:43
806
- msgid "Forum Page ID"
807
- msgstr ""
808
-
809
- #: wpf-admin/options-tabs/general.php:48 wpf-includes/wpf-phrases.php:121
810
- msgid "Forum Title"
811
- msgstr "Název Fóra"
812
-
813
- #: wpf-admin/options-tabs/general.php:52 wpf-includes/wpf-phrases.php:108
814
- msgid "Forum Description"
815
- msgstr "Popis Fóra"
816
-
817
- #: wpf-admin/options-tabs/general.php:57 wpf-includes/wpf-phrases.php:64
818
- msgid "Dashboard Menu Position"
819
- msgstr "Pozice menu nástěnky"
820
-
821
- #: wpf-admin/options-tabs/general.php:58 wpf-includes/wpf-phrases.php:323
822
- msgid "The position in the menu order wpForo should appear."
823
- msgstr "Pozice"
824
-
825
- #: wpf-admin/options-tabs/general.php:59 wpf-includes/wpf-phrases.php:348
826
- msgid ""
827
- "Use greater than 5 - below Posts, 10 - below Media, 15 - below Links, 20 - "
828
- "below Pages, 25 - below comments, 60 - below first separator, 65 - below "
829
- "Plugins, 70 - below Users, 75 - below Tools, 80 - below Settings, 100 - "
830
- "below second separator"
831
- msgstr ""
832
-
833
- #: wpf-admin/options-tabs/general.php:68 wpf-includes/wpf-phrases.php:110
834
- msgid "Forum Language"
835
- msgstr "Jazyk Fóra"
836
-
837
- #: wpf-admin/options-tabs/general.php:69
838
- msgid ""
839
- "This option is only related to XML language files. You should upload a "
840
- "translation XML file to have a new language option in this drop-down. If you "
841
- "are using PO/MO translation files you should change WordPress Language in "
842
- "Dashboard > Settings admin page to load according translation for wpForo."
843
- msgstr ""
844
-
845
- #: wpf-admin/options-tabs/general.php:94 wpf-includes/wpf-phrases.php:144
846
- msgid "Language XML file"
847
- msgstr "Jazyk XML soubor"
848
-
849
- #: wpf-admin/options-tabs/general.php:103 wpf-includes/wpf-phrases.php:22
850
- msgid "Add New Language"
851
- msgstr "Přidat nový Jazyk"
852
-
853
- #: wpf-admin/options-tabs/members.php:13 wpf-includes/wpf-phrases.php:217
854
- msgid "Online status timeout"
855
- msgstr "Online status vypršel"
856
-
857
- #: wpf-admin/options-tabs/members.php:16 wpf-admin/options-tabs/posts.php:19
858
- #: wpf-admin/options-tabs/posts.php:23 wpf-admin/options-tabs/posts.php:31
859
- #: wpf-admin/options-tabs/posts.php:35 wpf-includes/wpf-phrases.php:390
860
- msgid "minutes"
861
- msgstr "minutama"
862
-
863
- #: wpf-admin/options-tabs/members.php:20 wpf-includes/wpf-phrases.php:179
864
- msgid "Members URL structure"
865
- msgstr "Uživatelská URL struktura"
866
-
867
- #: wpf-admin/options-tabs/members.php:30 wpf-includes/wpf-phrases.php:62
868
- msgid "Custom Authorization URLs"
869
- msgstr ""
870
-
871
- #: wpf-admin/options-tabs/members.php:32
872
- msgid ""
873
- "Use this option only if you have set other pages for authorization. \n"
874
- " wpForo doesn't change its own URLs, these options "
875
- "are only for other plugin compatibility. \n"
876
- " For example, if you use BuddyPress or Ultimate "
877
- "Member plugin you can set these values:"
878
- msgstr ""
879
-
880
- #: wpf-admin/options-tabs/members.php:35 wpf-admin/options-tabs/members.php:41
881
- #: wpf-includes/wpf-phrases.php:162
882
- msgid "Login URL"
883
- msgstr "Přihlásit se odkaz (URL)"
884
-
885
- #: wpf-admin/options-tabs/members.php:36 wpf-admin/options-tabs/members.php:42
886
- #: wpf-includes/wpf-phrases.php:252
887
- msgid "Register URL"
888
- msgstr "Registrace odkaz (URL)"
889
-
890
- #: wpf-admin/options-tabs/members.php:43 wpf-includes/wpf-phrases.php:164
891
- msgid "Lost Password URL"
892
- msgstr "Ztracené heslo odkaz (URL)"
893
-
894
- #: wpf-admin/options-tabs/members.php:49 wpf-includes/wpf-phrases.php:174
895
- msgid "Member Reputation"
896
- msgstr "Reputace Uživatelů"
897
-
898
- #: wpf-admin/options-tabs/members.php:57 wpf-includes/wpf-phrases.php:247
899
- msgid "Rating Level"
900
- msgstr "Úroveň hodnocení"
901
-
902
- #: wpf-admin/options-tabs/members.php:58 wpf-includes/wpf-phrases.php:184
903
- msgid "Min Number of Posts"
904
- msgstr "Minimální počet příspěvků"
905
-
906
- #: wpf-admin/options-tabs/members.php:59 wpf-includes/wpf-phrases.php:175
907
- msgid "Member Title"
908
- msgstr "Titul Uživatele"
909
-
910
- #: wpf-admin/options-tabs/members.php:60 wpf-includes/wpf-phrases.php:293
911
- msgid "Short Badge"
912
- msgstr "Malý Odznak"
913
-
914
- #: wpf-admin/options-tabs/members.php:61 wpf-includes/wpf-phrases.php:128
915
- msgid "Full Badge"
916
- msgstr "Velký Odznak"
917
-
918
- #: wpf-admin/options-tabs/members.php:62 wpf-includes/wpf-phrases.php:245
919
- msgid "Rating Color"
920
- msgstr "Barva Hodnocení"
921
-
922
- #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:246
923
- msgid "Rating Icon"
924
- msgstr "Ikonka Hodnocení"
925
-
926
- #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:186
927
- msgid "More"
928
- msgstr "Více"
929
-
930
- #: wpf-admin/options-tabs/members.php:68 wpf-includes/wpf-phrases.php:158
931
- msgid "Level"
932
- msgstr "Úroveň"
933
-
934
- #: wpf-admin/options-tabs/members.php:69 wpf-includes/wpf-phrases.php:211
935
- msgid "Number of Posts"
936
- msgstr "Počet Příspěvků"
937
-
938
- #: wpf-admin/options-tabs/members.php:70 wpf-includes/wpf-phrases.php:63
939
- msgid "Custom Title"
940
- msgstr "Vlastní Titul"
941
-
942
- #: wpf-admin/options-tabs/members.php:73 wpf-includes/wpf-phrases.php:56
943
- msgid "Color"
944
- msgstr "Barva"
945
-
946
- #: wpf-admin/options-tabs/members.php:74 wpf-includes/wpf-phrases.php:48
947
- msgid "Badge Icon"
948
- msgstr "Ikonka Odznaku"
949
-
950
- #: wpf-admin/options-tabs/members.php:80
951
- msgid "Enable Reputation Titles for selected usergroups"
952
- msgstr ""
953
-
954
- #: wpf-admin/options-tabs/members.php:81
955
- msgid ""
956
- "This option depends on \"Enable Member Rating\" parent option, witch located "
957
- "in wpForo Settings > Features Tab"
958
- msgstr ""
959
-
960
- #: wpf-admin/options-tabs/members.php:94
961
- msgid "Enable Reputation Badges for selected usergroups"
962
- msgstr ""
963
-
964
- #: wpf-admin/options-tabs/members.php:95
965
- msgid ""
966
- "This option depends on \"Enable Member Rating Titles\" parent option, witch "
967
- "located in wpForo Settings > Features Tab"
968
- msgstr ""
969
-
970
- #: wpf-admin/options-tabs/plugins.php:9
971
- msgid ""
972
- "Thank you for using wpForo. wpForo is a premium forum plugin which will "
973
- "always be available for free. There will never be paid and pro versions of "
974
- "this forum board. However this is a very large and hard project so we also "
975
- "develop paid addons (extensions), which will financially help us to keep "
976
- "improving and adding new features to the free wpForo plugin. Forum addons "
977
- "will also be actively developed. The first addons \"Advanced Media Uploader"
978
- "\", \"Polls\", \"Private Messages\" and \"Ad Manager\" will be available "
979
- "very soon. Once you got some addon and activated that, you will find "
980
- "settings in vertical subTabs here."
981
- msgstr ""
982
- "Děkujeme za používání wpFóra. wpFóro je premium fórum plugin který je "
983
- "dostupný plně zdarma. Nikdy nebude placené verze ani pro verze fóra. Jedná "
984
- "se o velký a náročný projekt, takže budou dostupné Addony placené, které nás "
985
- "finančně podpoří a motivují nás pro to, aby jsme mohli nadále přidávat nové "
986
- "věci zdarma. První Addony budou například \"Vlastní nahrávání souborů\", "
987
- "\"Ankety\", \"Soukromé Zprávy\" a \"Manažér reklam\" budou dostupné již "
988
- "brzy. Jak addony aktivujete zobrazí se vám v nastavení fóra."
989
-
990
- #: wpf-admin/options-tabs/posts.php:14 wpf-includes/wpf-phrases.php:213
991
- msgid "Number of Topics per Page"
992
- msgstr "Počet témat na stránku"
993
-
994
- #: wpf-admin/options-tabs/posts.php:18 wpf-includes/wpf-phrases.php:30
995
- msgid "Allow Edit Own Topic for"
996
- msgstr "Povolit úpravu tématu po dobu"
997
-
998
- #: wpf-admin/options-tabs/posts.php:22 wpf-includes/wpf-phrases.php:27
999
- msgid "Allow Delete Own Topic for"
1000
- msgstr "Povolit smazání tématu po dobu"
1001
-
1002
- #: wpf-admin/options-tabs/posts.php:26 wpf-includes/wpf-phrases.php:212
1003
- msgid "Number of Posts per Page"
1004
- msgstr "Počet příspěvků na stránku"
1005
-
1006
- #: wpf-admin/options-tabs/posts.php:30 wpf-includes/wpf-phrases.php:29
1007
- msgid "Allow Edit Own Post for"
1008
- msgstr "Povolit upravování příspěvků po dobu"
1009
-
1010
- #: wpf-admin/options-tabs/posts.php:34 wpf-includes/wpf-phrases.php:28
1011
- msgid "Allow Delete Own post for"
1012
- msgstr "Povolit smazání příspěvku pro"
1013
-
1014
- #: wpf-admin/options-tabs/posts.php:40 wpf-includes/wpf-phrases.php:169
1015
- msgid "Maximum upload file size"
1016
- msgstr "Maximální velikost nahraného souboru"
1017
-
1018
- #: wpf-admin/options-tabs/posts.php:41 wpf-includes/wpf-phrases.php:370
1019
- msgid ""
1020
- "You can not set this value more than \"upload_max_filesize\" and "
1021
- "\"post_max_size\". If you want to increase server parameters please contact "
1022
- "to your hosting service support."
1023
- msgstr ""
1024
- "Nemůžete změnit hodnoty více než je \"max_velikost souboru\" a "
1025
- "\"max_velikost příspěvku\". Pokud chcete navýšit parametry serveru "
1026
- "kontaktujte váš hosting."
1027
-
1028
- #: wpf-admin/options-tabs/posts.php:44 wpf-includes/wpf-phrases.php:166
1029
- msgid "MB"
1030
- msgstr "MB"
1031
-
1032
- #: wpf-admin/options-tabs/posts.php:47 wpf-includes/wpf-phrases.php:288
1033
- msgid "Server \"upload_max_filesize\" is "
1034
- msgstr "Server \"max_velikost nahraného souboru\" je"
1035
-
1036
- #: wpf-admin/options-tabs/posts.php:48 wpf-includes/wpf-phrases.php:287
1037
- msgid "Server \"post_max_size\" is "
1038
- msgstr "Server \"max_velikost příspěvku\" je"
1039
-
1040
- #: wpf-admin/options-tabs/posts.php:56
1041
- msgid "Attachment click - message for non-permitted users"
1042
- msgstr ""
1043
-
1044
- #: wpf-admin/options-tabs/posts.php:57
1045
- msgid ""
1046
- "This message will be displayed when a non-permitted forum member clicks on "
1047
- "attached file link in topic and posts."
1048
- msgstr ""
1049
-
1050
- #: wpf-admin/options-tabs/styles.php:13
1051
- msgid "Font Sizes"
1052
- msgstr ""
1053
-
1054
- #: wpf-admin/options-tabs/styles.php:28 wpf-includes/wpf-phrases.php:480
1055
- msgid "Post Content"
1056
- msgstr ""
1057
-
1058
- #: wpf-admin/options-tabs/styles.php:36 wpf-includes/wpf-phrases.php:61
1059
- msgid "Custom CSS Code"
1060
- msgstr ""
1061
-
1062
- #: wpf-admin/options-tabs/styles.php:43
1063
- msgid "Forum Color Styles"
1064
- msgstr ""
1065
-
1066
- #: wpf-admin/options.php:8 wpf-includes/wpf-phrases.php:117
1067
- msgid "Forum Settings"
1068
- msgstr "Nastavení Fóra"
1069
-
1070
- #: wpf-admin/options.php:14 wpf-includes/wpf-phrases.php:129
1071
- msgid "General"
1072
- msgstr "Obecné"
1073
-
1074
- #: wpf-admin/options.php:16 wpf-includes/wpf-phrases.php:105
1075
- msgid "Forum Accesses"
1076
- msgstr "Přístupy Fóra"
1077
-
1078
- #: wpf-admin/options.php:17 wpf-includes/wpf-phrases.php:339
1079
- msgid "Topics &amp; Posts"
1080
- msgstr "Témata; Příspěvky"
1081
-
1082
- #: wpf-admin/options.php:19 wpf-includes/wpf-phrases.php:76
1083
- msgid "Emails"
1084
- msgstr "Emaily"
1085
-
1086
- #: wpf-admin/options.php:20 wpf-includes/wpf-phrases.php:96
1087
- msgid "Features"
1088
- msgstr "Funkce"
1089
-
1090
- #: wpf-admin/options.php:22 wpf-includes/wpf-phrases.php:311
1091
- msgid "Styles"
1092
- msgstr "Styly"
1093
-
1094
- #: wpf-admin/phrase.php:10 wpf-includes/wpf-phrases.php:127
1095
- msgid "Front-end Phrases"
1096
- msgstr "Front end Fráze"
1097
-
1098
- #: wpf-admin/themes.php:9 wpf-includes/wpf-phrases.php:120
1099
- msgid "Forum Themes"
1100
- msgstr "Témata Fóra"
1101
-
1102
- #: wpf-admin/themes.php:46 wpf-includes/wpf-phrases.php:60
1103
- msgid "Current active theme"
1104
- msgstr "Aktuální aktivní téma"
1105
-
1106
- #: wpf-admin/themes.php:48 wpf-includes/wpf-phrases.php:138
1107
- msgid "Inactive"
1108
- msgstr "Neaktivní"
1109
-
1110
- #: wpf-admin/themes.php:52 wpf-includes/wpf-phrases.php:143
1111
- msgid "LAYOUTS"
1112
- msgstr "ROZVRŽENÍ"
1113
-
1114
- #: wpf-admin/themes.php:68 wpf-includes/wpf-phrases.php:17
1115
- msgid "Activate"
1116
- msgstr "Aktivovat"
1117
-
1118
- #: wpf-admin/themes.php:69 wpf-includes/wpf-phrases.php:124
1119
- msgid "Fresh Installation"
1120
- msgstr "Čerstvá Instalace"
1121
-
1122
- #: wpf-admin/themes.php:71 wpf-includes/wpf-phrases.php:140
1123
- msgid "Install"
1124
- msgstr "Instalace"
1125
-
1126
- #: wpf-admin/themes.php:73 wpf-includes/wpf-phrases.php:38
1127
- msgid "Are you sure you want to delete this theme files?"
1128
- msgstr "Jste si jistí že chcete smazat tyto soubory šablony?"
1129
-
1130
- #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:40
1131
- msgid ""
1132
- "Are you sure you want to reset all settings and style colors to default?"
1133
- msgstr "Jste si jistí že chcete obnovit všechny předchozí styli a barvy?"
1134
-
1135
- #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:268
1136
- msgid "Reset Settings"
1137
- msgstr "Obnovit Nastavení"
1138
-
1139
- #: wpf-admin/themes.php:96 wpf-includes/wpf-phrases.php:201
1140
- msgid "No layout found"
1141
- msgstr "Žádné rozvržení nebylo nalezeno"
1142
-
1143
- #: wpf-admin/themes.php:107 wpf-includes/wpf-phrases.php:206
1144
- msgid "No theme found"
1145
- msgstr "Žádná šablona nebyla nalezena"
1146
-
1147
- #: wpf-admin/usergroup.php:18 wpf-admin/usergroup.php:30
1148
- #: wpf-admin/usergroup.php:62
1149
- msgid "Usergroup Name"
1150
- msgstr "Název Skupiny"
1151
-
1152
- #: wpf-admin/usergroup.php:19
1153
- msgid "Users Count"
1154
- msgstr "Počet Uživatelů"
1155
-
1156
- #: wpf-admin/usergroup.php:36
1157
- msgid "Edit this usergroup"
1158
- msgstr "Upravit tuto skupinu"
1159
-
1160
- #: wpf-admin/usergroup.php:36 wpf-includes/wpf-phrases.php:73
1161
- msgid "Edit"
1162
- msgstr "Upravit"
1163
-
1164
- #: wpf-admin/usergroup.php:37
1165
- msgid "Delete this usergroup"
1166
- msgstr "Smazat tuto skupinu"
1167
-
1168
- #: wpf-admin/usergroup.php:39
1169
- msgid "View users list in this usergroup"
1170
- msgstr "Zobrazit všechny uživatele v této skupině"
1171
-
1172
- #: wpf-admin/usergroup.php:43
1173
- msgid "Count of users in this usergroup"
1174
- msgstr "Počet uživatelů v této skupině"
1175
-
1176
- #: wpf-admin/usergroup.php:62 wpf-includes/wpf-phrases.php:133
1177
- msgid "Guest"
1178
- msgstr "Host"
1179
-
1180
- #: wpf-admin/usergroup.php:85 wpf-includes/wpf-phrases.php:374
1181
- msgid "add"
1182
- msgstr "přidat"
1183
-
1184
- #: wpf-admin/usergroup.php:85
1185
- msgid "save"
1186
- msgstr "uložit"
1187
-
1188
- #: wpf-admin/usergroup.php:106
1189
- msgid "Delete Chosen Usergroup And Users"
1190
- msgstr "Smazat zvolené skupiny a uživatele"
1191
-
1192
- #: wpf-admin/usergroup.php:116
1193
- msgid "Delete Chosen Usergroup And Join Users To Other Usergroup"
1194
- msgstr "Smazat zvolené skupiny a připojit uživatele do jiné skupiny"
1195
-
1196
- #: wpf-admin/usergroup.php:128
1197
- msgid "Users will be join this usergroup"
1198
- msgstr "Uživatelé se připojili do této skupiny"
1199
-
1200
- #: wpf-includes/class-forums.php:548
1201
- msgid "Add a new SubForum"
1202
- msgstr ""
1203
-
1204
- #: wpf-includes/class-forums.php:548
1205
- msgid "Add a new Forum in this Category"
1206
- msgstr ""
1207
-
1208
- #: wpf-includes/class-members.php:156
1209
- msgid "<strong>ERROR</strong>: Please enter a username."
1210
- msgstr ""
1211
-
1212
- #: wpf-includes/class-members.php:160
1213
- msgid ""
1214
- "<strong>ERROR</strong>: This username is invalid because it uses illegal "
1215
- "characters. Please enter a valid username."
1216
- msgstr ""
1217
-
1218
- #: wpf-includes/class-members.php:169
1219
- msgid ""
1220
- "<strong>ERROR</strong>: This username is already registered. Please choose "
1221
- "another one."
1222
- msgstr ""
1223
-
1224
- #: wpf-includes/class-members.php:173
1225
- msgid "<strong>ERROR</strong>: Sorry, that username is not allowed."
1226
- msgstr ""
1227
-
1228
- #: wpf-includes/class-members.php:177
1229
- msgid "<strong>ERROR</strong>: Please type your email address."
1230
- msgstr ""
1231
-
1232
- #: wpf-includes/class-members.php:181
1233
- msgid "<strong>ERROR</strong>: The email address isn&#8217;t correct."
1234
- msgstr ""
1235
-
1236
- #: wpf-includes/class-members.php:186
1237
- msgid ""
1238
- "<strong>ERROR</strong>: This email is already registered, please choose "
1239
- "another one."
1240
- msgstr ""
1241
-
1242
- #: wpf-includes/class-members.php:1109
1243
- msgid "What should be done with wpForo content owned by this user?"
1244
- msgstr ""
1245
-
1246
- #: wpf-includes/class-members.php:1111
1247
- msgid "What should be done with wpForo content owned by these users?"
1248
- msgstr ""
1249
-
1250
- #: wpf-includes/class-members.php:1115
1251
- msgid "Delete all wpForo content."
1252
- msgstr ""
1253
-
1254
- #: wpf-includes/class-members.php:1117
1255
- msgid "Attribute all content to:"
1256
- msgstr ""
1257
-
1258
- #: wpf-includes/class-notices.php:131 wpf-includes/wpf-phrases.php:69
1259
- msgid "Dismiss this notice."
1260
- msgstr "Zamítnout tohle upozornění"
1261
-
1262
- #: wpf-includes/class-notices.php:147
1263
- msgid "New Addons for Your Forum!"
1264
- msgstr ""
1265
-
1266
- #: wpf-includes/class-notices.php:147
1267
- msgid "Extend your forum with wpForo addons"
1268
- msgstr ""
1269
-
1270
- #: wpf-includes/class-notices.php:160
1271
- msgid "View all Addons"
1272
- msgstr ""
1273
-
1274
- #: wpf-includes/class-permissions.php:116 wpf-includes/wpf-phrases.php:420
1275
- #, php-format
1276
- msgid "%s access successfully added"
1277
- msgstr "%s přístup úspěšně přidán"
1278
-
1279
- #: wpf-includes/class-permissions.php:141 wpf-includes/wpf-phrases.php:421
1280
- #, php-format
1281
- msgid "%s access successfully edited"
1282
- msgstr "%s přístup úspěšně upraven"
1283
-
1284
- #: wpf-includes/class-phrases.php:169 wpf-includes/wpf-phrases.php:7
1285
- msgid " Forum"
1286
- msgstr "Fórum"
1287
-
1288
- #: wpf-includes/class-phrases.php:170 wpf-includes/wpf-phrases.php:6
1289
- msgid " Discussion Board"
1290
- msgstr "Deska diskuzí"
1291
-
1292
- #: wpf-includes/class-template.php:32
1293
- msgid "Insert link"
1294
- msgstr ""
1295
-
1296
- #: wpf-includes/class-template.php:33
1297
- msgid "Link Text"
1298
- msgstr ""
1299
-
1300
- #: wpf-includes/class-template.php:34
1301
- msgid "Open link in a new tab"
1302
- msgstr ""
1303
-
1304
- #: wpf-includes/class-template.php:924 wpf-includes/wpf-phrases.php:327
1305
- msgid "Theme file not readable"
1306
- msgstr "Tato šablona není čitelná"
1307
-
1308
- #: wpf-includes/functions-installation.php:53 wpf-includes/wpf-phrases.php:101
1309
- msgid "Forum"
1310
- msgstr "Fórum"
1311
-
1312
- #: wpf-includes/functions-installation.php:54
1313
- msgid "Discussion Board"
1314
- msgstr ""
1315
-
1316
- #: wpf-includes/functions-installation.php:84
1317
- msgid "You are not permitted to view this attachment"
1318
- msgstr ""
1319
-
1320
- #: wpf-includes/functions-template.php:7
1321
- msgid "wpForo Menu"
1322
- msgstr "wpFóro Menu"
1323
-
1324
- #: wpf-includes/functions-template.php:157 wpf-includes/wpf-phrases.php:410
1325
- msgid "wpForo Sidebar"
1326
- msgstr "wpFóro Postranní panel"
1327
-
1328
- #: wpf-includes/functions-template.php:158 wpf-includes/wpf-phrases.php:191
1329
- msgid ""
1330
- "NOTE: If you're going to add widgets in this sidebar, please use 'Full "
1331
- "Width' template for wpForo index page to avoid sidebar duplication."
1332
- msgstr ""
1333
- "Upozornění: Pokud chcete přidat widget, prosím použijte \"Full Width\" "
1334
- "šablonu pro wpFóro (index page) aby jste předešli duplikaci widgetů."
1335
-
1336
- #: wpf-includes/functions-template.php:196
1337
- #: wpf-includes/functions-template.php:303
1338
- #: wpf-includes/functions-template.php:366
1339
- #: wpf-includes/functions-template.php:442
1340
- #: wpf-includes/functions-template.php:519
1341
- #: wpf-includes/functions-template.php:566 wpf-includes/wpf-phrases.php:334
1342
- msgid "Title"
1343
- msgstr "Název"
1344
-
1345
- #: wpf-includes/functions-template.php:369
1346
- #: wpf-includes/functions-template.php:445
1347
- #: wpf-includes/functions-template.php:522 wpf-includes/wpf-phrases.php:210
1348
- msgid "Number of Items"
1349
- msgstr "Počet věcí"
1350
-
1351
- #: wpf-includes/functions-template.php:374 wpf-includes/wpf-phrases.php:70
1352
- msgid "Display Avatars"
1353
- msgstr "Obrazovka Avatarů"
1354
-
1355
- #: wpf-includes/functions-template.php:449
1356
- #: wpf-includes/functions-template.php:526 wpf-includes/wpf-phrases.php:72
1357
- msgid "Display with Avatars"
1358
- msgstr "Obrazovka s Avatary"
1359
-
1360
- #: wpf-includes/functions.php:324 wpf-includes/functions.php:581
1361
- #: wpf-includes/wpf-phrases.php:50
1362
- msgid "Bulk Actions"
1363
- msgstr "Bulk Akce"
1364
-
1365
- #: wpf-includes/functions.php:329 wpf-includes/functions.php:667
1366
- #: wpf-includes/wpf-phrases.php:36
1367
- msgid "Apply"
1368
- msgstr "Aplikovat"
1369
-
1370
- #: wpf-includes/functions.php:338 wpf-includes/wpf-phrases.php:300
1371
- msgid "Show all forums"
1372
- msgstr "Ukázat všechna fóra"
1373
-
1374
- #: wpf-includes/functions.php:351 wpf-includes/wpf-phrases.php:350
1375
- msgid "filter by group"
1376
- msgstr ""
1377
-
1378
- #: wpf-includes/functions.php:363
1379
- msgid "filter by status"
1380
- msgstr ""
1381
-
1382
- #: wpf-includes/functions.php:379
1383
- msgid "filter by package"
1384
- msgstr ""
1385
-
1386
- #: wpf-includes/functions.php:399 wpf-includes/functions.php:589
1387
- #: wpf-includes/wpf-phrases.php:385
1388
- msgid "item"
1389
- msgstr "položka"
1390
-
1391
- #: wpf-includes/functions.php:432 wpf-includes/functions.php:448
1392
- #: wpf-includes/wpf-phrases.php:284
1393
- msgid "Select All"
1394
- msgstr "Zvolit všechno"
1395
-
1396
- #: wpf-includes/functions.php:508 wpf-includes/wpf-phrases.php:383
1397
- msgid "edit user"
1398
- msgstr "upravit uživatele"
1399
-
1400
- #: wpf-includes/functions.php:512 wpf-includes/wpf-phrases.php:382
1401
- msgid "edit profile"
1402
- msgstr "upravit profil"
1403
-
1404
- #: wpf-includes/functions.php:517
1405
- msgid "unban user"
1406
- msgstr ""
1407
-
1408
- #: wpf-includes/functions.php:517
1409
- msgid "ban user"
1410
- msgstr ""
1411
-
1412
- #: wpf-includes/functions.php:517
1413
- msgid "Are you sure, you want to unban this user?"
1414
- msgstr ""
1415
-
1416
- #: wpf-includes/functions.php:517
1417
- msgid "Are you sure, you want to ban this user?"
1418
- msgstr ""
1419
-
1420
- #: wpf-includes/functions.php:522 wpf-includes/functions.php:527
1421
- #: wpf-includes/wpf-phrases.php:67
1422
- msgid "Delete this item"
1423
- msgstr "Smazat tuto položku"
1424
-
1425
- #: wpf-includes/functions.php:522 wpf-includes/functions.php:527
1426
- #: wpf-includes/wpf-phrases.php:41
1427
- msgid "Are you sure you whant to DELETE this item?"
1428
- msgstr "Jste si jistí že chcete smazat tuto položku?"
1429
-
1430
- #: wpf-includes/functions.php:541 wpf-includes/functions.php:542
1431
- #: wpf-includes/wpf-phrases.php:404
1432
- msgid "view"
1433
- msgstr "zobrazit"
1434
-
1435
- #: wpf-includes/functions.php:573 wpf-includes/wpf-phrases.php:200
1436
- msgid "No items found"
1437
- msgstr "Žádná položka nenalezena"
1438
-
1439
- #: wpf-includes/functions.php:666 wpf-includes/wpf-phrases.php:141
1440
- msgid "Items"
1441
- msgstr "Položky"
1442
-
1443
- #: wpf-includes/functions.php:936
1444
- #, php-format
1445
- msgid "Could not write file %s"
1446
- msgstr "Nemůžeme zaspat soubor %s"
1447
-
1448
- #: wpf-includes/wpf-hooks.php:20 wpf-includes/wpf-phrases.php:136
1449
- msgid ""
1450
- "IMPORTANT! Uninstall is not a simple deactivation action. This action will "
1451
- "permanently remove all forum data (forums, topics, replies, attachments...) "
1452
- "from database. Please backup database before this action, you may need this "
1453
- "forum data in future. If you are sure that you want to delete all forum data "
1454
- "please confirm. If not, just cancel it, then you can deactivate this plugin, "
1455
- "that will not remove forum data."
1456
- msgstr ""
1457
- "Důležité! Odinstalace není pouze deaktivace. Tato akce smaže všechna fóra, "
1458
- "témata, příspěvky, odpovědi z databáze. Vytvořte si zálohu před akcí pokud "
1459
- "potřebujete data fóra do budoucna. Pokud chcete vše smazat tak prosím "
1460
- "potvrdte."
1461
-
1462
- #: wpf-includes/wpf-hooks.php:20
1463
- msgid "Uninstall"
1464
- msgstr "Odinstalace"
1465
-
1466
- #: wpf-includes/wpf-hooks.php:986 wpf-includes/wpf-phrases.php:187
1467
- msgid "Move"
1468
- msgstr "Přesunout"
1469
-
1470
- #: wpf-includes/wpf-hooks.php:1021
1471
- msgid "Clear"
1472
- msgstr ""
1473
-
1474
- #: wpf-includes/wpf-hooks.php:1021
1475
- msgid "Default"
1476
- msgstr ""
1477
-
1478
- #: wpf-includes/wpf-hooks.php:1021
1479
- msgid "Select Color"
1480
- msgstr ""
1481
-
1482
- #: wpf-includes/wpf-hooks.php:1044
1483
- msgid ""
1484
- "IMPORTANT: wpForo can't work with default permalink, please change permalink "
1485
- "structure"
1486
- msgstr ""
1487
-
1488
- #: wpf-includes/wpf-hooks.php:1065 wpf-includes/wpf-phrases.php:412
1489
- msgid "wpForo Usergroup"
1490
- msgstr "wpFóro Skupina"
1491
-
1492
- #: wpf-includes/wpf-hooks.php:1073 wpf-includes/wpf-phrases.php:411
1493
- msgid "wpForo User Timezone"
1494
- msgstr "wpFóro Uživatelův Čas"
1495
-
1496
- #: wpf-includes/wpf-phrases.php:8
1497
- #, php-format
1498
- msgid "%s and %s liked"
1499
- msgstr "%s a %s se líbí"
1500
-
1501
- #: wpf-includes/wpf-phrases.php:9
1502
- #, php-format
1503
- msgid "%s liked"
1504
- msgstr "%s se líbí"
1505
-
1506
- #: wpf-includes/wpf-phrases.php:10
1507
- #, php-format
1508
- msgid "%s, %s and %s liked"
1509
- msgstr "%s, %s a %s se líbí"
1510
-
1511
- #: wpf-includes/wpf-phrases.php:11
1512
- #, php-format
1513
- msgid "%s, %s, %s and %d people liked"
1514
- msgstr "%s, %s, %s a %d lidem se líbí"
1515
-
1516
- #: wpf-includes/wpf-phrases.php:12
1517
- msgid "AOL IM"
1518
- msgstr "AOL IM"
1519
-
1520
- #: wpf-includes/wpf-phrases.php:13
1521
- msgid "About Me"
1522
- msgstr "O mě"
1523
-
1524
- #: wpf-includes/wpf-phrases.php:16
1525
- msgid "Account"
1526
- msgstr "Účet"
1527
-
1528
- #: wpf-includes/wpf-phrases.php:19
1529
- msgid "Activity"
1530
- msgstr "Aktivita"
1531
-
1532
- #: wpf-includes/wpf-phrases.php:23
1533
- msgid "Add a comment"
1534
- msgstr "Přidat komentář"
1535
-
1536
- #: wpf-includes/wpf-phrases.php:24
1537
- msgid "Add topic"
1538
- msgstr "Přidat téma"
1539
-
1540
- #: wpf-includes/wpf-phrases.php:32
1541
- msgid "Answer"
1542
- msgstr "Řešení"
1543
-
1544
- #: wpf-includes/wpf-phrases.php:33
1545
- msgid "Answer to"
1546
- msgstr "Řešení na"
1547
-
1548
- #: wpf-includes/wpf-phrases.php:34
1549
- msgid "Answers"
1550
- msgstr "Řešení"
1551
-
1552
- #: wpf-includes/wpf-phrases.php:35
1553
- msgid "Any Date"
1554
- msgstr "Jakékoliv datum"
1555
-
1556
- #: wpf-includes/wpf-phrases.php:42
1557
- msgid "Ascending order"
1558
- msgstr "Vzestupně"
1559
-
1560
- #: wpf-includes/wpf-phrases.php:43
1561
- msgid "Attach file:"
1562
- msgstr "Připojit soubor: "
1563
-
1564
- #: wpf-includes/wpf-phrases.php:44
1565
- msgid "Attachments"
1566
- msgstr "Přílohy"
1567
-
1568
- #: wpf-includes/wpf-phrases.php:45
1569
- msgid "Attachments Size"
1570
- msgstr "Velikost příloh"
1571
-
1572
- #: wpf-includes/wpf-phrases.php:47
1573
- msgid "Avatar"
1574
- msgstr "Avatar"
1575
-
1576
- #: wpf-includes/wpf-phrases.php:53
1577
- msgid "Change password"
1578
- msgstr "Změnit heslo"
1579
-
1580
- #: wpf-includes/wpf-phrases.php:54
1581
- msgid "Choose target forum"
1582
- msgstr "Zvolte cílové fórum"
1583
-
1584
- #: wpf-includes/wpf-phrases.php:55 wpf-themes/classic/functions.php:39
1585
- #: wpf-themes/classic/functions.php:60 wpf-themes/classic/functions.php:89
1586
- msgid "Collapsed"
1587
- msgstr "Zabalené"
1588
-
1589
- #: wpf-includes/wpf-phrases.php:58
1590
- msgid "Comments"
1591
- msgstr "Komentáře"
1592
-
1593
- #: wpf-includes/wpf-phrases.php:59
1594
- msgid "Confirm my subscription"
1595
- msgstr "Potvrdit můj odběr"
1596
-
1597
- #: wpf-includes/wpf-phrases.php:65
1598
- msgid "Date"
1599
- msgstr "Datum"
1600
-
1601
- #: wpf-includes/wpf-phrases.php:68
1602
- msgid "Descending order"
1603
- msgstr "Sestupně"
1604
-
1605
- #: wpf-includes/wpf-phrases.php:71
1606
- msgid "Display Name"
1607
- msgstr "Jméno"
1608
-
1609
- #: wpf-includes/wpf-phrases.php:74
1610
- msgid "Edited: "
1611
- msgstr "Upravil: "
1612
-
1613
- #: wpf-includes/wpf-phrases.php:75
1614
- msgid "Email"
1615
- msgstr "Email"
1616
-
1617
- #: wpf-includes/wpf-phrases.php:88
1618
- msgid "Enter title here"
1619
- msgstr "zadejte název zde"
1620
-
1621
- #: wpf-includes/wpf-phrases.php:89 wpf-themes/classic/functions.php:38
1622
- #: wpf-themes/classic/functions.php:59 wpf-themes/classic/functions.php:88
1623
- msgid "Expanded"
1624
- msgstr "Rozšířené"
1625
-
1626
- #: wpf-includes/wpf-phrases.php:90 wpf-themes/classic/functions.php:85
1627
- msgid "Extended Layout - Intro posts"
1628
- msgstr "Rozšířený Nákres - Intro příspěvky"
1629
-
1630
- #: wpf-includes/wpf-phrases.php:91 wpf-themes/classic/functions.php:35
1631
- msgid "Extended Layout - Intro topics"
1632
- msgstr "Rozšířený Nákres - Intro témata"
1633
-
1634
- #: wpf-includes/wpf-phrases.php:92 wpf-themes/classic/functions.php:95
1635
- msgid "Extended Layout - Number of intro posts"
1636
- msgstr "Rozšířený Nákres - Počet info příspěvků"
1637
-
1638
- #: wpf-includes/wpf-phrases.php:93 wpf-themes/classic/functions.php:44
1639
- msgid "Extended Layout - Number of intro topics"
1640
- msgstr "Rozšířený Nákres - Počet intro témat"
1641
-
1642
- #: wpf-includes/wpf-phrases.php:94
1643
- msgid "Facebook"
1644
- msgstr "Facebook"
1645
-
1646
- #: wpf-includes/wpf-phrases.php:95
1647
- msgid "Failed to write file to disk"
1648
- msgstr "Neúspěšné zapsání na disk"
1649
-
1650
- #: wpf-includes/wpf-phrases.php:97
1651
- msgid "File upload stopped by extension"
1652
- msgstr "Nahrávání souboru přerušeno kvůli rozšíření"
1653
-
1654
- #: wpf-includes/wpf-phrases.php:98
1655
- msgid "Find Posts by User"
1656
- msgstr "Najít Příspěvky od Uživatele"
1657
-
1658
- #: wpf-includes/wpf-phrases.php:99
1659
- msgid "Find Topics Started by User"
1660
- msgstr "Najít Témata od UživaTELE"
1661
-
1662
- #: wpf-includes/wpf-phrases.php:100
1663
- msgid "First post and replies"
1664
- msgstr "První příspěvek a odpovědi"
1665
-
1666
- #: wpf-includes/wpf-phrases.php:102
1667
- msgid "Forum - Login"
1668
- msgstr "Fórum - Přihlásit se"
1669
-
1670
- #: wpf-includes/wpf-phrases.php:103
1671
- msgid "Forum - Page Not Found"
1672
- msgstr "Fórum - Stránka nebyla nalezena"
1673
-
1674
- #: wpf-includes/wpf-phrases.php:104
1675
- msgid "Forum - Registration"
1676
- msgstr "Fórum - Registrace"
1677
-
1678
- #: wpf-includes/wpf-phrases.php:106
1679
- msgid "Forum Admin Email Addresses"
1680
- msgstr "Fórum admin email"
1681
-
1682
- #: wpf-includes/wpf-phrases.php:109
1683
- msgid "Forum Home"
1684
- msgstr "Fórum Domů"
1685
-
1686
- #: wpf-includes/wpf-phrases.php:111
1687
- msgid "Forum Members"
1688
- msgstr "Uživatelé Fóra"
1689
-
1690
- #: wpf-includes/wpf-phrases.php:114
1691
- msgid "Forum Profile"
1692
- msgstr "Profil Fóra"
1693
-
1694
- #: wpf-includes/wpf-phrases.php:115
1695
- msgid "Forum RSS Feed"
1696
- msgstr "Fórum RSS"
1697
-
1698
- #: wpf-includes/wpf-phrases.php:119
1699
- msgid "Forum Statistics"
1700
- msgstr "Fórum Statistiky"
1701
-
1702
- #: wpf-includes/wpf-phrases.php:122
1703
- msgid "Forum is empty"
1704
- msgstr "Fórum je prázdné"
1705
-
1706
- #: wpf-includes/wpf-phrases.php:125
1707
- msgid "From Email Address"
1708
- msgstr "Z Emailové Adresy"
1709
-
1710
- #: wpf-includes/wpf-phrases.php:126
1711
- msgid "From Name"
1712
- msgstr "Od Název"
1713
-
1714
- #: wpf-includes/wpf-phrases.php:131
1715
- msgid "Group"
1716
- msgstr "Skupina"
1717
-
1718
- #: wpf-includes/wpf-phrases.php:132
1719
- msgid "Gtalk"
1720
- msgstr "Google talk"
1721
-
1722
- #: wpf-includes/wpf-phrases.php:135
1723
- msgid "ICQ"
1724
- msgstr "ICQ"
1725
-
1726
- #: wpf-includes/wpf-phrases.php:139
1727
- msgid "Insert member name or email"
1728
- msgstr "Zadejte uživatelské jméno nebo email"
1729
-
1730
- #: wpf-includes/wpf-phrases.php:142
1731
- msgid "Joined"
1732
- msgstr "Přidal se"
1733
-
1734
- #: wpf-includes/wpf-phrases.php:145
1735
- msgid "Last 24 hours"
1736
- msgstr "Posledních 24 hodin"
1737
-
1738
- #: wpf-includes/wpf-phrases.php:146
1739
- msgid "Last 3 Months"
1740
- msgstr "Poslední 3 Měsíce"
1741
-
1742
- #: wpf-includes/wpf-phrases.php:147
1743
- msgid "Last 6 Months"
1744
- msgstr "Posledních 6 Mesíců"
1745
-
1746
- #: wpf-includes/wpf-phrases.php:148
1747
- msgid "Last Active"
1748
- msgstr "Poslední Aktivní"
1749
-
1750
- #: wpf-includes/wpf-phrases.php:149
1751
- msgid "Last Month"
1752
- msgstr "Poslední Měsíc"
1753
-
1754
- #: wpf-includes/wpf-phrases.php:150
1755
- msgid "Last Post"
1756
- msgstr "Poslední Příspěvek"
1757
-
1758
- #: wpf-includes/wpf-phrases.php:151
1759
- msgid "Last Post Info"
1760
- msgstr "Poslední Informace o příspěvku"
1761
-
1762
- #: wpf-includes/wpf-phrases.php:152
1763
- msgid "Last Week"
1764
- msgstr "Poslední víkend"
1765
-
1766
- #: wpf-includes/wpf-phrases.php:153
1767
- msgid "Last Year ago"
1768
- msgstr "Poslední Rok"
1769
-
1770
- #: wpf-includes/wpf-phrases.php:154
1771
- #, php-format
1772
- msgid "Last post by %s"
1773
- msgstr "Poslední příspěvek od %s"
1774
-
1775
- #: wpf-includes/wpf-phrases.php:155
1776
- msgid "Latest Post"
1777
- msgstr "Poslední Příspěvek"
1778
-
1779
- #: wpf-includes/wpf-phrases.php:156
1780
- msgid "Leave a reply"
1781
- msgstr "Zanechte odpověď"
1782
-
1783
- #: wpf-includes/wpf-phrases.php:157
1784
- msgid "Length must be between 3 characters and 15 characters."
1785
- msgstr "Délka musí mít 3-15 znaků."
1786
-
1787
- #: wpf-includes/wpf-phrases.php:159
1788
- msgid "Liked"
1789
- msgstr "Se líbí"
1790
-
1791
- #: wpf-includes/wpf-phrases.php:160
1792
- msgid "Location"
1793
- msgstr "Lokace"
1794
-
1795
- #: wpf-includes/wpf-phrases.php:161
1796
- msgid "Login"
1797
- msgstr "Přihlásit se"
1798
-
1799
- #: wpf-includes/wpf-phrases.php:163
1800
- msgid "Logout"
1801
- msgstr "Odhlásit se"
1802
-
1803
- #: wpf-includes/wpf-phrases.php:165
1804
- msgid "Lost your password?"
1805
- msgstr "Ztratili jste heslo?"
1806
-
1807
- #: wpf-includes/wpf-phrases.php:167
1808
- msgid "MSN"
1809
- msgstr "MSN"
1810
-
1811
- #: wpf-includes/wpf-phrases.php:168
1812
- msgid "Maximum allowed file size is"
1813
- msgstr "Maximální povolená velikost souboru je"
1814
-
1815
- #: wpf-includes/wpf-phrases.php:170
1816
- msgid "Member Activity"
1817
- msgstr "Aktivita Uživatele"
1818
-
1819
- #: wpf-includes/wpf-phrases.php:171
1820
- msgid "Member Information"
1821
- msgstr "Informace o Uživateli"
1822
-
1823
- #: wpf-includes/wpf-phrases.php:172
1824
- msgid "Member Rating"
1825
- msgstr "Hodnocení Uživatele"
1826
-
1827
- #: wpf-includes/wpf-phrases.php:173
1828
- msgid "Member Rating Badge"
1829
- msgstr "Odznak Uživatele"
1830
-
1831
- #: wpf-includes/wpf-phrases.php:176
1832
- msgid "Member information"
1833
- msgstr "Informace o Uživateli"
1834
-
1835
- #: wpf-includes/wpf-phrases.php:180
1836
- msgid "Members not found"
1837
- msgstr "Uživatel nenalezen"
1838
-
1839
- #: wpf-includes/wpf-phrases.php:181
1840
- msgid ""
1841
- "You have been banned. Please contact to forum administrators for more "
1842
- "information."
1843
- msgstr ""
1844
-
1845
- #: wpf-includes/wpf-phrases.php:182
1846
- msgid "Messages"
1847
- msgstr "Zprávy"
1848
-
1849
- #: wpf-includes/wpf-phrases.php:185
1850
- msgid "Missing a temporary folder"
1851
- msgstr "Chybí dočasná složka"
1852
-
1853
- #: wpf-includes/wpf-phrases.php:188
1854
- msgid "Move topic"
1855
- msgstr "Přesunout téma"
1856
-
1857
- #: wpf-includes/wpf-phrases.php:189
1858
- msgid "Must be minimum 6 characters."
1859
- msgstr "Musí mít minimálně 6 znaků."
1860
-
1861
- #: wpf-includes/wpf-phrases.php:190
1862
- msgid "My Profile"
1863
- msgstr "Můj Profil"
1864
-
1865
- #: wpf-includes/wpf-phrases.php:197
1866
- msgid "No activity found for this member."
1867
- msgstr "Žádná aktivita nebyla nalezena pro tohoto uživatele"
1868
-
1869
- #: wpf-includes/wpf-phrases.php:198
1870
- msgid "No file was uploaded"
1871
- msgstr "Žádný soubor nebyl nahrán"
1872
-
1873
- #: wpf-includes/wpf-phrases.php:199
1874
- msgid "No forums were found here."
1875
- msgstr "Žádná fóra nebyla nalezena"
1876
-
1877
- #: wpf-includes/wpf-phrases.php:203
1878
- msgid "No online members at the moment"
1879
- msgstr "Žádní online uživatelé v tuto chvíli"
1880
-
1881
- #: wpf-includes/wpf-phrases.php:205
1882
- msgid "No subscriptions found for this member."
1883
- msgstr "Žádné odběry nebyli nalezeny pro tohoto uživatele"
1884
-
1885
- #: wpf-includes/wpf-phrases.php:207
1886
- msgid "No topics were found here"
1887
- msgstr "Žádné témata nebyli nalezeny"
1888
-
1889
- #: wpf-includes/wpf-phrases.php:214
1890
- msgid "Occupation"
1891
- msgstr "Povolání"
1892
-
1893
- #: wpf-includes/wpf-phrases.php:215
1894
- msgid "Offline"
1895
- msgstr "Offline"
1896
-
1897
- #: wpf-includes/wpf-phrases.php:216
1898
- msgid "Online"
1899
- msgstr "Online"
1900
-
1901
- #: wpf-includes/wpf-phrases.php:218
1902
- msgid "Oops! The page you requested was not found!"
1903
- msgstr "Oops! Stránka kterou hledáte zde není"
1904
-
1905
- #: wpf-includes/wpf-phrases.php:219
1906
- msgid "Our newest member"
1907
- msgstr "Nový Uživatel"
1908
-
1909
- #: wpf-includes/wpf-phrases.php:220
1910
- msgid "Page"
1911
- msgstr "Stránka"
1912
-
1913
- #: wpf-includes/wpf-phrases.php:222
1914
- msgid "Password"
1915
- msgstr "Helso"
1916
-
1917
- #: wpf-includes/wpf-phrases.php:224
1918
- #, php-format
1919
- msgid "Please %s or %s"
1920
- msgstr "Prosím %s nebo %s"
1921
-
1922
- #: wpf-includes/wpf-phrases.php:228
1923
- msgid "Post Title"
1924
- msgstr "Název Příspěvku"
1925
-
1926
- #: wpf-includes/wpf-phrases.php:229
1927
- msgid "Post link"
1928
- msgstr "Odkaz Příspěvku"
1929
-
1930
- #: wpf-includes/wpf-phrases.php:230
1931
- msgid "Posted"
1932
- msgstr "Napsal"
1933
-
1934
- #: wpf-includes/wpf-phrases.php:231
1935
- msgid "Posted by"
1936
- msgstr "Napsal"
1937
-
1938
- #: wpf-includes/wpf-phrases.php:233
1939
- msgid "Powered by"
1940
- msgstr "Vytvořeno od"
1941
-
1942
- #: wpf-includes/wpf-phrases.php:235 wpf-themes/classic/functions.php:65
1943
- msgid "Q&A Layout - Number of intro topics"
1944
- msgstr "Q&A Rozvržení - Počet intro témat"
1945
-
1946
- #: wpf-includes/wpf-phrases.php:236 wpf-themes/classic/functions.php:56
1947
- msgid "Q&A layout - Intro topics"
1948
- msgstr "Q&A Rozvržení - Intro témata"
1949
-
1950
- #: wpf-includes/wpf-phrases.php:237
1951
- msgid "Question Comments"
1952
- msgstr "Komentářů na otázky"
1953
-
1954
- #: wpf-includes/wpf-phrases.php:238
1955
- msgid "Questions"
1956
- msgstr "Dotazy"
1957
-
1958
- #: wpf-includes/wpf-phrases.php:239
1959
- msgid "Quote"
1960
- msgstr "Citace"
1961
-
1962
- #: wpf-includes/wpf-phrases.php:240
1963
- msgid "RE"
1964
- msgstr "RE"
1965
-
1966
- #: wpf-includes/wpf-phrases.php:241
1967
- msgid "REPLY:"
1968
- msgstr "Odpověď:"
1969
-
1970
- #: wpf-includes/wpf-phrases.php:242
1971
- msgid "RSS"
1972
- msgstr "RSS"
1973
-
1974
- #: wpf-includes/wpf-phrases.php:243
1975
- msgid "Rating"
1976
- msgstr "Hocnocení"
1977
-
1978
- #: wpf-includes/wpf-phrases.php:244
1979
- msgid "Rating Badge"
1980
- msgstr "Odznak"
1981
-
1982
- #: wpf-includes/wpf-phrases.php:248
1983
- msgid "Received Likes"
1984
- msgstr "Přijato to se mi líbí"
1985
-
1986
- #: wpf-includes/wpf-phrases.php:249
1987
- msgid "Recent Questions"
1988
- msgstr "Poslední Dotazy"
1989
-
1990
- #: wpf-includes/wpf-phrases.php:250
1991
- msgid "Recent Topics"
1992
- msgstr "Poslední Témata"
1993
-
1994
- #: wpf-includes/wpf-phrases.php:251
1995
- msgid "Register"
1996
- msgstr "Registrace"
1997
-
1998
- #: wpf-includes/wpf-phrases.php:253
1999
- msgid "Registered date"
2000
- msgstr "Datum registrace"
2001
-
2002
- #: wpf-includes/wpf-phrases.php:254
2003
- msgid "Relevancy"
2004
- msgstr "Relevantní"
2005
-
2006
- #: wpf-includes/wpf-phrases.php:255
2007
- msgid "Remember Me"
2008
- msgstr "Zapamatovat si mě"
2009
-
2010
- #: wpf-includes/wpf-phrases.php:261
2011
- msgid "Replies"
2012
- msgstr "Odpovědi"
2013
-
2014
- #: wpf-includes/wpf-phrases.php:262
2015
- msgid "Replies not found"
2016
- msgstr "Odpovědi nebyli nalezeny"
2017
-
2018
- #: wpf-includes/wpf-phrases.php:263
2019
- msgid "Reply"
2020
- msgstr "Odpověď"
2021
-
2022
- #: wpf-includes/wpf-phrases.php:264
2023
- msgid "Report"
2024
- msgstr "Nahlásit"
2025
-
2026
- #: wpf-includes/wpf-phrases.php:267
2027
- msgid "Report to Administration"
2028
- msgstr "Nahlásit Administrátorovi"
2029
-
2030
- #: wpf-includes/wpf-phrases.php:269
2031
- msgid "Result Info"
2032
- msgstr "Výsledek"
2033
-
2034
- #: wpf-includes/wpf-phrases.php:271
2035
- msgid "Save Changes"
2036
- msgstr "Uložit Změny"
2037
-
2038
- #: wpf-includes/wpf-phrases.php:275
2039
- msgid "Search"
2040
- msgstr "Hledat"
2041
-
2042
- #: wpf-includes/wpf-phrases.php:276
2043
- msgid "Search Entire Posts"
2044
- msgstr "Vyhledat Příspěvky"
2045
-
2046
- #: wpf-includes/wpf-phrases.php:277
2047
- msgid "Search Phrase"
2048
- msgstr "Vyhledat Fráze"
2049
-
2050
- #: wpf-includes/wpf-phrases.php:278
2051
- msgid "Search Titles Only"
2052
- msgstr "Vyhledat pouze Názvy"
2053
-
2054
- #: wpf-includes/wpf-phrases.php:279
2055
- msgid "Search Type"
2056
- msgstr "Typ Hledání"
2057
-
2058
- #: wpf-includes/wpf-phrases.php:280
2059
- msgid "Search in Forums"
2060
- msgstr "Hledat ve fórech"
2061
-
2062
- #: wpf-includes/wpf-phrases.php:281
2063
- msgid "Search in date period"
2064
- msgstr "Hledat dle data"
2065
-
2066
- #: wpf-includes/wpf-phrases.php:282
2067
- msgid "Search result for"
2068
- msgstr "Hledat výsledek pro"
2069
-
2070
- #: wpf-includes/wpf-phrases.php:283
2071
- msgid "Search..."
2072
- msgstr "Hledám..."
2073
-
2074
- #: wpf-includes/wpf-phrases.php:285
2075
- msgid "Select Page"
2076
- msgstr "Vybrat stránku"
2077
-
2078
- #: wpf-includes/wpf-phrases.php:286
2079
- msgid "Send Report"
2080
- msgstr "Poslat Nahlášení"
2081
-
2082
- #: wpf-includes/wpf-phrases.php:290
2083
- msgid "Set Topic Sticky"
2084
- msgstr "Připnout Téma"
2085
-
2086
- #: wpf-includes/wpf-phrases.php:291 wpf-themes/classic/functions.php:96
2087
- msgid ""
2088
- "Set this option value 0 if you want to show all posts under topic intro area."
2089
- msgstr "Nastavte hodnotu 0 pokud chcete ukázat všechny příspěvky pod tématem."
2090
-
2091
- #: wpf-includes/wpf-phrases.php:292
2092
- msgid "Shop Account"
2093
- msgstr "Obchodní Účet"
2094
-
2095
- #: wpf-includes/wpf-phrases.php:302
2096
- msgid "Sign In"
2097
- msgstr "Přihlásit se"
2098
-
2099
- #: wpf-includes/wpf-phrases.php:303
2100
- msgid "Signature"
2101
- msgstr "Podpis"
2102
-
2103
- #: wpf-includes/wpf-phrases.php:304
2104
- msgid "Site Profile"
2105
- msgstr "Profil na webu"
2106
-
2107
- #: wpf-includes/wpf-phrases.php:305
2108
- msgid "Skype"
2109
- msgstr "Skype"
2110
-
2111
- #: wpf-includes/wpf-phrases.php:307
2112
- msgid "Social Networks"
2113
- msgstr "Sociální Sítě"
2114
-
2115
- #: wpf-includes/wpf-phrases.php:308
2116
- msgid "Sorry, something wrong with your data."
2117
- msgstr "omlouváme se, něco je špatně s vašimi údaji"
2118
-
2119
- #: wpf-includes/wpf-phrases.php:309
2120
- msgid "Sort Search Results by"
2121
- msgstr "Zkrácené hledání výsledků dle"
2122
-
2123
- #: wpf-includes/wpf-phrases.php:310
2124
- msgid "Specify avatar by URL"
2125
- msgstr "Zvolte avatar dle URL"
2126
-
2127
- #: wpf-includes/wpf-phrases.php:312
2128
- msgid "Subforums"
2129
- msgstr "Subfóra"
2130
-
2131
- #: wpf-includes/wpf-phrases.php:315
2132
- msgid "Subscribe for new replies"
2133
- msgstr "Přihlásit se k odběru nových odpovědí"
2134
-
2135
- #: wpf-includes/wpf-phrases.php:316
2136
- msgid "Subscribe for new topics"
2137
- msgstr "Přihlásit se k odběru nových témat"
2138
-
2139
- #: wpf-includes/wpf-phrases.php:318
2140
- msgid "Subscriptions"
2141
- msgstr "Odběry"
2142
-
2143
- #: wpf-includes/wpf-phrases.php:320
2144
- msgid ""
2145
- "Thank you for using wpForo! wpForo is a professional bulletin board for "
2146
- "WorPress, and the only forum software which comes with Multi-layout template "
2147
- "system. The \"Extended"
2148
- msgstr ""
2149
-
2150
- #: wpf-includes/wpf-phrases.php:321
2151
- msgid ""
2152
- "Thank you for using wpForo. wpForo is a premium forum plugin which will "
2153
- "always be available for free. There will never be paid and pro versions of "
2154
- "this forum board. However this is a very large and hard project so we also "
2155
- "develop paid addons (extensions), which will financially help us to keep "
2156
- "improving and adding new features to the free wpForo plugin. Forum addons "
2157
- "will also be actively developed. The first addons \"Advanced Media Uploader"
2158
- msgstr ""
2159
-
2160
- #: wpf-includes/wpf-phrases.php:324
2161
- msgid ""
2162
- "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
2163
- "the HTML form"
2164
- msgstr ""
2165
-
2166
- #: wpf-includes/wpf-phrases.php:325
2167
- msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini"
2168
- msgstr ""
2169
-
2170
- #: wpf-includes/wpf-phrases.php:326
2171
- msgid "The uploaded file was only partially uploaded"
2172
- msgstr "Nahraný soubor byl nahrán jen částečně"
2173
-
2174
- #: wpf-includes/wpf-phrases.php:333
2175
- msgid "Timezone"
2176
- msgstr "Časová Zóna"
2177
-
2178
- #: wpf-includes/wpf-phrases.php:335
2179
- msgid "Topic RSS Feed"
2180
- msgstr "Téma RSS"
2181
-
2182
- #: wpf-includes/wpf-phrases.php:336
2183
- msgid "Topic Title"
2184
- msgstr "Název Tématu"
2185
-
2186
- #: wpf-includes/wpf-phrases.php:337
2187
- msgid "Topic title"
2188
- msgstr "Název tématu"
2189
-
2190
- #: wpf-includes/wpf-phrases.php:340
2191
- msgid "Twitter"
2192
- msgstr "Twitter"
2193
-
2194
- #: wpf-includes/wpf-phrases.php:341
2195
- msgid "Unknown upload error"
2196
- msgstr "Neznámá chyba při nahrávání"
2197
-
2198
- #: wpf-includes/wpf-phrases.php:342
2199
- msgid "Unsubscribe"
2200
- msgstr "Odhlásit Odběr"
2201
-
2202
- #: wpf-includes/wpf-phrases.php:345
2203
- msgid "Upload an avatar"
2204
- msgstr "Nahrát avatar"
2205
-
2206
- #: wpf-includes/wpf-phrases.php:347
2207
- msgid ""
2208
- "Use comments to ask for more information or suggest improvements. Avoid "
2209
- "answering questions in comments."
2210
- msgstr "Použijte komentáře na zodpovězení více informací."
2211
-
2212
- #: wpf-includes/wpf-phrases.php:349
2213
- msgid "User"
2214
- msgstr "Uživatel"
2215
-
2216
- #: wpf-includes/wpf-phrases.php:351
2217
- msgid "User Group"
2218
- msgstr "Skupina"
2219
-
2220
- #: wpf-includes/wpf-phrases.php:352
2221
- msgid "Usergroup has been successfully deleted."
2222
- msgstr "Skupina byla úspěšně smazána."
2223
-
2224
- #: wpf-includes/wpf-phrases.php:353
2225
- msgid ""
2226
- "Usergroup has been successfully deleted. All users of this usergroup have "
2227
- "been moved to the usergroup you've chosen"
2228
- msgstr ""
2229
- "Skupina byla úspěšně smazána. Všichni uživatelé budou přesunuti jak vy "
2230
- "zvolíte."
2231
-
2232
- #: wpf-includes/wpf-phrases.php:354
2233
- msgid "Username"
2234
- msgstr "Přihlašovací jméno"
2235
-
2236
- #: wpf-includes/wpf-phrases.php:356
2237
- msgid "View entire post"
2238
- msgstr "Zobrazit celý příspěvek"
2239
-
2240
- #: wpf-includes/wpf-phrases.php:357
2241
- msgid "View the latest post"
2242
- msgstr "Zobrazit poslední příspěvek"
2243
-
2244
- #: wpf-includes/wpf-phrases.php:358
2245
- msgid "Views"
2246
- msgstr "Zobrazeno"
2247
-
2248
- #: wpf-includes/wpf-phrases.php:359
2249
- msgid "Votes"
2250
- msgstr "Ohlasů"
2251
-
2252
- #: wpf-includes/wpf-phrases.php:360
2253
- msgid "Website"
2254
- msgstr "Webová stránka"
2255
-
2256
- #: wpf-includes/wpf-phrases.php:362
2257
- msgid "Wordpress avatar system"
2258
- msgstr "Wordpress avatar systém"
2259
-
2260
- #: wpf-includes/wpf-phrases.php:363
2261
- msgid "Working"
2262
- msgstr "Zpracovávám"
2263
-
2264
- #: wpf-includes/wpf-phrases.php:364
2265
- msgid "Write message"
2266
- msgstr "Napsat zprávu"
2267
-
2268
- #: wpf-includes/wpf-phrases.php:365
2269
- msgid "Yahoo"
2270
- msgstr "Yahoo"
2271
-
2272
- #: wpf-includes/wpf-phrases.php:367
2273
- msgid "You"
2274
- msgstr "Ty"
2275
-
2276
- #: wpf-includes/wpf-phrases.php:369
2277
- #, php-format
2278
- msgid "You can go to %s page or Search here"
2279
- msgstr "Můžete jít na %s stránku a hledat zde"
2280
-
2281
- #: wpf-includes/wpf-phrases.php:371
2282
- msgid "Your Answer"
2283
- msgstr "Vaše Odpověď"
2284
-
2285
- #: wpf-includes/wpf-phrases.php:372
2286
- msgid "account"
2287
- msgstr "Účet"
2288
-
2289
- #: wpf-includes/wpf-phrases.php:373
2290
- msgid "activity"
2291
- msgstr "Aktivita"
2292
-
2293
- #: wpf-includes/wpf-phrases.php:375
2294
- msgid "add_new"
2295
- msgstr "přidat_nový"
2296
-
2297
- #: wpf-includes/wpf-phrases.php:376
2298
- #, php-format
2299
- msgid "%s ago"
2300
- msgstr "před %s"
2301
-
2302
- #: wpf-includes/wpf-phrases.php:377
2303
- msgid "by"
2304
- msgstr "od"
2305
-
2306
- #: wpf-includes/wpf-phrases.php:378
2307
- #, php-format
2308
- msgid "by %s"
2309
- msgstr "pd %s"
2310
-
2311
- #: wpf-includes/wpf-phrases.php:379
2312
- msgid "confirm password"
2313
- msgstr "potvrdit heslo"
2314
-
2315
- #: wpf-includes/wpf-phrases.php:384
2316
- msgid "forums"
2317
- msgstr "fóra"
2318
-
2319
- #: wpf-includes/wpf-phrases.php:386
2320
- msgid "login"
2321
- msgstr "přihlásit se"
2322
-
2323
- #: wpf-includes/wpf-phrases.php:387
2324
- msgid "logout"
2325
- msgstr "odhlásit se"
2326
-
2327
- #: wpf-includes/wpf-phrases.php:388
2328
- msgid "matches"
2329
- msgstr "výsledky"
2330
-
2331
- #: wpf-includes/wpf-phrases.php:389
2332
- msgid "members"
2333
- msgstr "uživatelé"
2334
-
2335
- #: wpf-includes/wpf-phrases.php:391
2336
- msgid "my profile"
2337
- msgstr "můj profil"
2338
-
2339
- #: wpf-includes/wpf-phrases.php:392
2340
- msgid "new password"
2341
- msgstr "nové heslo"
2342
-
2343
- #: wpf-includes/wpf-phrases.php:393
2344
- msgid "new password again"
2345
- msgstr "nové heslo znovu"
2346
-
2347
- #: wpf-includes/wpf-phrases.php:394
2348
- msgid "next"
2349
- msgstr "další"
2350
-
2351
- #: wpf-includes/wpf-phrases.php:395
2352
- msgid "old password"
2353
- msgstr "staré heslo"
2354
-
2355
- #: wpf-includes/wpf-phrases.php:396
2356
- msgid "phrase_key"
2357
- msgstr "fráze_klíč"
2358
-
2359
- #: wpf-includes/wpf-phrases.php:397
2360
- msgid "phrase_value"
2361
- msgstr "fráze_hodnota"
2362
-
2363
- #: wpf-includes/wpf-phrases.php:398
2364
- msgid "posted"
2365
- msgstr "napsal"
2366
-
2367
- #: wpf-includes/wpf-phrases.php:399
2368
- msgid "prev"
2369
- msgstr "předchozí"
2370
-
2371
- #: wpf-includes/wpf-phrases.php:400
2372
- msgid "register"
2373
- msgstr "registrace"
2374
-
2375
- #: wpf-includes/wpf-phrases.php:401
2376
- msgid "replies"
2377
- msgstr "odpovědi"
2378
-
2379
- #: wpf-includes/wpf-phrases.php:402
2380
- msgid "subscriptions"
2381
- msgstr "odběry"
2382
-
2383
- #: wpf-includes/wpf-phrases.php:403
2384
- msgid "update"
2385
- msgstr "aktualizace"
2386
-
2387
- #: wpf-includes/wpf-phrases.php:405
2388
- msgid "view all posts"
2389
- msgstr "zobrazit všechny příspěvky"
2390
-
2391
- #: wpf-includes/wpf-phrases.php:406
2392
- msgid "view all questions"
2393
- msgstr "zobrazit všechny otázky"
2394
-
2395
- #: wpf-includes/wpf-phrases.php:407
2396
- msgid "view all topics"
2397
- msgstr "zobrazit všechna témata"
2398
-
2399
- #: wpf-includes/wpf-phrases.php:409
2400
- msgid "wpForo Navigation"
2401
- msgstr "navigace wpFóra"
2402
-
2403
- #: wpf-includes/wpf-phrases.php:414
2404
- msgid "{number}B"
2405
- msgstr "{number}B"
2406
-
2407
- #: wpf-includes/wpf-phrases.php:415
2408
- msgid "{number}K"
2409
- msgstr "{number}K"
2410
-
2411
- #: wpf-includes/wpf-phrases.php:416
2412
- msgid "{number}M"
2413
- msgstr "{number}M"
2414
-
2415
- #: wpf-includes/wpf-phrases.php:417
2416
- msgid "{number}T"
2417
- msgstr "{number}T"
2418
-
2419
- #: wpf-includes/wpf-phrases.php:422
2420
- msgid "Access add error"
2421
- msgstr "Přístup ukázal chybu"
2422
-
2423
- #: wpf-includes/wpf-phrases.php:423
2424
- msgid "Access delete error"
2425
- msgstr "Smazání přístupu ukázal chybu"
2426
-
2427
- #: wpf-includes/wpf-phrases.php:424
2428
- msgid "Access edit error"
2429
- msgstr "Úprava přístupu ukázal chybu"
2430
-
2431
- #: wpf-includes/wpf-phrases.php:425
2432
- msgid "Access successfully deleted"
2433
- msgstr "Přístup úspěšně smazán"
2434
-
2435
- #: wpf-includes/wpf-phrases.php:426
2436
- msgid "Add Topic error: No forum selected"
2437
- msgstr "Všechny témata chyba: Nebylo vybráno fórum"
2438
-
2439
- #: wpf-includes/wpf-phrases.php:427
2440
- msgid "All Checked topics successfully deleted"
2441
- msgstr "Všechny zvolené témata byli úspěšně smazány"
2442
-
2443
- #: wpf-includes/wpf-phrases.php:428
2444
- msgid "Can't add forum"
2445
- msgstr "Nemůžeme přidat fórum"
2446
-
2447
- #: wpf-includes/wpf-phrases.php:429
2448
- msgid "Can't add new language"
2449
- msgstr "Nemůžeme přidat jazyk"
2450
-
2451
- #: wpf-includes/wpf-phrases.php:430
2452
- msgid "Can't delete this Usergroup"
2453
- msgstr "Nemůžeme smazat skupinu"
2454
-
2455
- #: wpf-includes/wpf-phrases.php:431
2456
- msgid "Can't send confirmation email"
2457
- msgstr "nemůžeme poslat potvrzovací email"
2458
-
2459
- #: wpf-includes/wpf-phrases.php:432
2460
- msgid "Can't send report email"
2461
- msgstr "Nemůžeme poslat email s nahlášením"
2462
-
2463
- #: wpf-includes/wpf-phrases.php:433
2464
- msgid "Can't subscribe to this item"
2465
- msgstr "Nemůžeme se přihlásit k odběru této položky"
2466
-
2467
- #: wpf-includes/wpf-phrases.php:434
2468
- msgid "Can't write a post: This topic is closed"
2469
- msgstr "Nemůžeme napsat příspěvek: Toto téma je zamčené"
2470
-
2471
- #: wpf-includes/wpf-phrases.php:435
2472
- msgid "Can`t upload file"
2473
- msgstr "Nemůžete nahrát soubor"
2474
-
2475
- #: wpf-includes/wpf-phrases.php:436
2476
- msgid "Cannot update forum hierarchy"
2477
- msgstr "nemůžeme aktualizovat hyerarchii fóra"
2478
-
2479
- #: wpf-includes/wpf-phrases.php:437
2480
- msgid "Cannot update post data"
2481
- msgstr "Nemůžeme aktualizovat datum příspěvku"
2482
-
2483
- #: wpf-includes/wpf-phrases.php:438
2484
- msgid "Could not be unsubscribe from this item"
2485
- msgstr "Nemůžete se odhlásit s odběru této položky"
2486
-
2487
- #: wpf-includes/wpf-phrases.php:439
2488
- msgid "Email address exists. Please insert another."
2489
- msgstr "Tato emailová adresa existuje. Prosím zvolte jinou"
2490
-
2491
- #: wpf-includes/wpf-phrases.php:440
2492
- msgid "Error: Forum is not found"
2493
- msgstr "Chyba: Fórum nebylo nalezeno"
2494
-
2495
- #: wpf-includes/wpf-phrases.php:441
2496
- msgid "Error: No topic selected"
2497
- msgstr "Chyba: Nebylo zvoleno žádné téma"
2498
-
2499
- #: wpf-includes/wpf-phrases.php:442
2500
- msgid "Error: Topic is not found"
2501
- msgstr "Chyba: Téma zde není"
2502
-
2503
- #: wpf-includes/wpf-phrases.php:443
2504
- msgid "Error: please inset some text to report."
2505
- msgstr "Chyba: Prosím napiště zprávu k nahlášení"
2506
-
2507
- #: wpf-includes/wpf-phrases.php:444
2508
- msgid "Features successfully updated"
2509
- msgstr "Funkce byli úspěšně aktualizovány"
2510
-
2511
- #: wpf-includes/wpf-phrases.php:445
2512
- msgid "Features successfully updated, but previous value not changed"
2513
- msgstr "Funkce byli úspěšně aktualizovány. Předchozí hodnota nebylo změněna"
2514
-
2515
- #: wpf-includes/wpf-phrases.php:446
2516
- msgid "File type is not allowed"
2517
- msgstr "Tento druh souboru není povolen"
2518
-
2519
- #: wpf-includes/wpf-phrases.php:447
2520
- msgid "Forum Base URL successfully updated"
2521
- msgstr "Základní odkaz fóra byl úspěšně upraven"
2522
-
2523
- #: wpf-includes/wpf-phrases.php:448
2524
- msgid "Forum deleting error"
2525
- msgstr "Při mazání fóra se vyskytla chyba"
2526
-
2527
- #: wpf-includes/wpf-phrases.php:449
2528
- msgid "Forum hierarchy successfully updated"
2529
- msgstr "Hierarchie Fóra úspěšně upravena"
2530
-
2531
- #: wpf-includes/wpf-phrases.php:450
2532
- msgid "Forum is successfully merged"
2533
- msgstr "Fórum je úspěšně sloučeno"
2534
-
2535
- #: wpf-includes/wpf-phrases.php:451
2536
- msgid "Forum merging error"
2537
- msgstr "Při sloučení fóra se naskytla chyba"
2538
-
2539
- #: wpf-includes/wpf-phrases.php:452
2540
- msgid "Forum options successfully updated"
2541
- msgstr "Nastavení Fóra úspěšně aktualizováno"
2542
-
2543
- #: wpf-includes/wpf-phrases.php:453
2544
- msgid "Forum options successfully updated, but previous value not changed"
2545
- msgstr "Nastavení Fóra úspěšně aktualizováno, předchozí hodnota nebyla změněna"
2546
-
2547
- #: wpf-includes/wpf-phrases.php:454
2548
- msgid "Forum successfully updated"
2549
- msgstr "Fórum bylo úspěšně aktualizováno"
2550
-
2551
- #: wpf-includes/wpf-phrases.php:455
2552
- msgid "Forum update error"
2553
- msgstr "Při aktualizaci fóra se vyskytla chyba"
2554
-
2555
- #: wpf-includes/wpf-phrases.php:456
2556
- msgid "General options successfully updated"
2557
- msgstr "Základní nastavení bylo úspěšně aktualizováno"
2558
-
2559
- #: wpf-includes/wpf-phrases.php:457
2560
- msgid "Illegal character in username."
2561
- msgstr "Špatné znaky v uživatelském jménu."
2562
-
2563
- #: wpf-includes/wpf-phrases.php:458
2564
- msgid "Insert your Email address."
2565
- msgstr "Zadejte váš email"
2566
-
2567
- #: wpf-includes/wpf-phrases.php:459
2568
- msgid "Invalid Email address"
2569
- msgstr "Špatná emailová adresa"
2570
-
2571
- #: wpf-includes/wpf-phrases.php:460
2572
- msgid "Invalid request!"
2573
- msgstr "Špatný požadavek"
2574
-
2575
- #: wpf-includes/wpf-phrases.php:461
2576
- msgid "Member options successfully updated"
2577
- msgstr "Nastavení Uživatelů bylo úspěšně aktualizováno"
2578
-
2579
- #: wpf-includes/wpf-phrases.php:462
2580
- msgid "Member options successfully updated, but previous value not changed"
2581
- msgstr ""
2582
- "Nastavení Uživatelů bylo úspěšně aktualizováno, ale předchozí hodnota nebyla "
2583
- "změněna"
2584
-
2585
- #: wpf-includes/wpf-phrases.php:463
2586
- msgid "Message has been sent"
2587
- msgstr "Zpráva byla odeslána"
2588
-
2589
- #: wpf-includes/wpf-phrases.php:464
2590
- msgid ""
2591
- "New language successfully added and changed wpforo language to new language"
2592
- msgstr "Nový jazyk byl úspěšně přidán a nastaven jako výchozí"
2593
-
2594
- #: wpf-includes/wpf-phrases.php:465
2595
- msgid "No Posts found for update"
2596
- msgstr "Žádné příspěvky nebyli nalezeny pro aktualizaci"
2597
-
2598
- #: wpf-includes/wpf-phrases.php:466
2599
- msgid "Password length must be between 6 characters and 20 characters."
2600
- msgstr "Délka hesla musí mít 6-20 znaků."
2601
-
2602
- #: wpf-includes/wpf-phrases.php:467
2603
- msgid "Password mismatch."
2604
- msgstr "Hesla se neschodují"
2605
-
2606
- #: wpf-includes/wpf-phrases.php:468
2607
- msgid "Permission denied"
2608
- msgstr "Přístup odepřen"
2609
-
2610
- #: wpf-includes/wpf-phrases.php:469
2611
- msgid "Permission denied for add forum"
2612
- msgstr "Přístup odepřen pro přidání fóra"
2613
-
2614
- #: wpf-includes/wpf-phrases.php:470
2615
- msgid "Permission denied for delete forum"
2616
- msgstr "Přístup odepřen pro smazání fóra"
2617
-
2618
- #: wpf-includes/wpf-phrases.php:471
2619
- msgid "Permission denied for edit forum"
2620
- msgstr "Přístup odepřen pro úpravu fóra"
2621
-
2622
- #: wpf-includes/wpf-phrases.php:472
2623
- msgid "Permission denied for this action"
2624
- msgstr "Přístup odepřen pro tuto akci"
2625
-
2626
- #: wpf-includes/wpf-phrases.php:473
2627
- msgid "Phrase add error"
2628
- msgstr "Vyskytla se chyba při přidání Fráze"
2629
-
2630
- #: wpf-includes/wpf-phrases.php:474
2631
- msgid "Phrase adding error"
2632
- msgstr "Vyskytla se chyba při přidání Fráze"
2633
-
2634
- #: wpf-includes/wpf-phrases.php:475
2635
- msgid "Phrase successfully added"
2636
- msgstr "Fráze úspěšně přidána"
2637
-
2638
- #: wpf-includes/wpf-phrases.php:476
2639
- msgid "Phrase successfully updates"
2640
- msgstr "Fráze úspěšně aktualizována"
2641
-
2642
- #: wpf-includes/wpf-phrases.php:477
2643
- msgid "Phrase update error"
2644
- msgstr "Aktualizace Fráze se nezdařila"
2645
-
2646
- #: wpf-includes/wpf-phrases.php:478
2647
- msgid "Please insert required fields!"
2648
- msgstr "Prosím vyplňte povinné pole!"
2649
-
2650
- #: wpf-includes/wpf-phrases.php:479
2651
- msgid "Post delete error"
2652
- msgstr "Smazání příspěvku bylo neúspěšné"
2653
-
2654
- #: wpf-includes/wpf-phrases.php:481
2655
- msgid "Post options successfully updated"
2656
- msgstr "Nastavení příspěvku bylo úspěšně aktualizováno"
2657
-
2658
- #: wpf-includes/wpf-phrases.php:482
2659
- msgid "Post options successfully updated, but previous value not changed"
2660
- msgstr ""
2661
- "Nastavení příspěvku bylo úspěšně aktualizováno, ale předchozí hodnota nebyla "
2662
- "změněná"
2663
-
2664
- #: wpf-includes/wpf-phrases.php:483
2665
- msgid "Registration Error"
2666
- msgstr "Chyba registrace"
2667
-
2668
- #: wpf-includes/wpf-phrases.php:484
2669
- msgid "Reply request error"
2670
- msgstr "Požadavek na odpověď byl neúspěšný"
2671
-
2672
- #: wpf-includes/wpf-phrases.php:485
2673
- msgid "Something wrong with profile data."
2674
- msgstr "Něco je špatně s daty profilu."
2675
-
2676
- #: wpf-includes/wpf-phrases.php:486
2677
- msgid "Subscribe options successfully updated"
2678
- msgstr "Nastavení Odběru bylo úspěšně aktualizováno"
2679
-
2680
- #: wpf-includes/wpf-phrases.php:487
2681
- msgid "Subscribe options successfully updated, but previous value not changed"
2682
- msgstr ""
2683
- "Nastavení Odběru bylo úspěšně aktualizováno, ale předchozí hodnota nebyla "
2684
- "změněna"
2685
-
2686
- #: wpf-includes/wpf-phrases.php:488
2687
- msgid "Success! Thank you Dear Friend"
2688
- msgstr "Povedlo se! Děkujeme"
2689
-
2690
- #: wpf-includes/wpf-phrases.php:489
2691
- msgid ""
2692
- "Success! Thank you. Please check your email and click confirmation link "
2693
- "below to complete this step."
2694
- msgstr ""
2695
- "Povedlo se! Děkujeme. Prosím zkontrolujte vaší emailovou adresu k dokončení."
2696
-
2697
- #: wpf-includes/wpf-phrases.php:490
2698
- msgid "Successfully updated"
2699
- msgstr "Úspěšně aktualizováno"
2700
-
2701
- #: wpf-includes/wpf-phrases.php:491
2702
- msgid "Successfully voted"
2703
- msgstr "Úspěšně hlasováno"
2704
-
2705
- #: wpf-includes/wpf-phrases.php:492
2706
- msgid "The uploaded file size is too big"
2707
- msgstr "Nahraný soubor je příliš velký"
2708
-
2709
- #: wpf-includes/wpf-phrases.php:493
2710
- msgid "Theme options successfully updated"
2711
- msgstr "Nastavení šablony úspěšně aktualizováno"
2712
-
2713
- #: wpf-includes/wpf-phrases.php:494
2714
- msgid "This email address is already registered. Please insert another."
2715
- msgstr "Tento email je již registrován. Prosím zvolte jiný."
2716
-
2717
- #: wpf-includes/wpf-phrases.php:495
2718
- msgid "This post successfully deleted"
2719
- msgstr "Příspěvek byl úspěšně smazán"
2720
-
2721
- #: wpf-includes/wpf-phrases.php:496
2722
- msgid "This post successfully edited"
2723
- msgstr "Příspěvek byl úspěšně upraven"
2724
-
2725
- #: wpf-includes/wpf-phrases.php:497
2726
- msgid "This topic successfully deleted"
2727
- msgstr "Téma bylo úspěšně smazáno"
2728
-
2729
- #: wpf-includes/wpf-phrases.php:498
2730
- msgid "Topic Move Error"
2731
- msgstr "Přesunutí tématu se nezdařilo"
2732
-
2733
- #: wpf-includes/wpf-phrases.php:499
2734
- msgid "Topic add error"
2735
- msgstr "Přidání tématu vyhodilo chybu"
2736
-
2737
- #: wpf-includes/wpf-phrases.php:500
2738
- msgid "Topic delete error"
2739
- msgstr "Smazání tématu vyhodilo chybu"
2740
-
2741
- #: wpf-includes/wpf-phrases.php:501
2742
- msgid "Topic edit error"
2743
- msgstr "Upravení tématu vyhodilo chybu"
2744
-
2745
- #: wpf-includes/wpf-phrases.php:502
2746
- msgid "Topic not found."
2747
- msgstr "Téma Nebylo nalezeno"
2748
-
2749
- #: wpf-includes/wpf-phrases.php:503
2750
- msgid "Topic successfully moved"
2751
- msgstr "Téma bylo úspěšně přesunuto"
2752
-
2753
- #: wpf-includes/wpf-phrases.php:504
2754
- msgid "Topic successfully updated"
2755
- msgstr "Téma bylo úspěšně aktualizováno"
2756
-
2757
- #: wpf-includes/wpf-phrases.php:505
2758
- msgid "Topics delete error"
2759
- msgstr "Smazání téma vyhodilo chybu"
2760
-
2761
- #: wpf-includes/wpf-phrases.php:506
2762
- msgid "User delete error"
2763
- msgstr "Smazání uživatele vyhodilo chybu"
2764
-
2765
- #: wpf-includes/wpf-phrases.php:507
2766
- msgid "User group add error"
2767
- msgstr "Přidání skupiny vyhodilo chybu"
2768
-
2769
- #: wpf-includes/wpf-phrases.php:508
2770
- msgid "User group edit error"
2771
- msgstr "Úprava skupiny vyhodila chybu"
2772
-
2773
- #: wpf-includes/wpf-phrases.php:509
2774
- msgid "User group successfully added"
2775
- msgstr "Skupina byla úspěšně přidána"
2776
-
2777
- #: wpf-includes/wpf-phrases.php:510
2778
- msgid "User group successfully edited"
2779
- msgstr "Skupina byla úspěšně upravena"
2780
-
2781
- #: wpf-includes/wpf-phrases.php:511
2782
- msgid "User successfully deleted from wpforo"
2783
- msgstr "Uživatel byl úspěšně smazán z wpFóra"
2784
-
2785
- #: wpf-includes/wpf-phrases.php:512
2786
- msgid "Username exists. Please insert another."
2787
- msgstr "Uživatelské jméno existuje. Zvolte prosím jiné."
2788
-
2789
- #: wpf-includes/wpf-phrases.php:513
2790
- msgid "Username is missed."
2791
- msgstr "Uživatelské jméno chybí"
2792
-
2793
- #: wpf-includes/wpf-phrases.php:514
2794
- msgid "Username length must be between 3 characters and 15 characters."
2795
- msgstr "Délka uživatelského jména musí mít 3-15 znaků."
2796
-
2797
- #: wpf-includes/wpf-phrases.php:515
2798
- msgid "Welcome to our Community!"
2799
- msgstr "Vítejte v naší komunitě!"
2800
-
2801
- #: wpf-includes/wpf-phrases.php:516
2802
- msgid "Wrong post data"
2803
- msgstr "Špatné informace příspěvku"
2804
-
2805
- #: wpf-includes/wpf-phrases.php:517
2806
- msgid "You are already voted this post"
2807
- msgstr "Již jste hlasoval pro tento přsípěvek"
2808
-
2809
- #: wpf-includes/wpf-phrases.php:518
2810
- msgid "You have been successfully subscribed"
2811
- msgstr "Byl jste úspěšně přihlášen k odběru"
2812
-
2813
- #: wpf-includes/wpf-phrases.php:519
2814
- msgid "You have been successfully unsubscribed"
2815
- msgstr "Byl jste úspěšně odhlášen z odběru"
2816
-
2817
- #: wpf-includes/wpf-phrases.php:520
2818
- msgid "You have no permission to edit this topic"
2819
- msgstr "Nemáte dostatečné oprávnění k úpravě tématu"
2820
-
2821
- #: wpf-includes/wpf-phrases.php:521
2822
- msgid "You haven't permission to create post into this forum"
2823
- msgstr "Nemáte dostatečné oprávnění k vytvoření příspěvku v tomto fóru"
2824
-
2825
- #: wpf-includes/wpf-phrases.php:522
2826
- msgid "You haven't permission to create topic into this forum"
2827
- msgstr "Nemáte dostatečné oprávnění k vytvoření tématu na tomto fóru"
2828
-
2829
- #: wpf-includes/wpf-phrases.php:523
2830
- msgid "You haven't permission to delete post from this forum"
2831
- msgstr "Nemáte dostatečné oprávnění ke smazání příspěvku z tohoto fóra"
2832
-
2833
- #: wpf-includes/wpf-phrases.php:524
2834
- msgid "You haven't permission to delete topic from this forum"
2835
- msgstr "Nemáte dostatečné oprávnění ke smazání tématu z tohoto fóra"
2836
-
2837
- #: wpf-includes/wpf-phrases.php:525
2838
- msgid "You haven't permission to edit post from this forum"
2839
- msgstr "Nemáte dostatečné oprávnění k úpravě příspěvku z tohoto fóra"
2840
-
2841
- #: wpf-includes/wpf-phrases.php:526
2842
- msgid "You successfully replied"
2843
- msgstr "Odpověď úspěšně poslána"
2844
-
2845
- #: wpf-includes/wpf-phrases.php:527
2846
- msgid "Your forum successfully added"
2847
- msgstr "Fórum bylo úspěšně přidáno"
2848
-
2849
- #: wpf-includes/wpf-phrases.php:528
2850
- msgid "Your forum successfully deleted"
2851
- msgstr "Fórum bylo úspěšně smazáno"
2852
-
2853
- #: wpf-includes/wpf-phrases.php:529
2854
- msgid "Your profile data have been successfully updated."
2855
- msgstr "Vaše profilové údaje byli úspěšně aktualizovány."
2856
-
2857
- #: wpf-includes/wpf-phrases.php:530
2858
- msgid "Your subscription for this item could not be confirmed"
2859
- msgstr "Váš odběr pto tuto položku nemůže být potvrzen"
2860
-
2861
- #: wpf-includes/wpf-phrases.php:531
2862
- msgid "Your topic successfully added"
2863
- msgstr "Vaše téma bylo úspěšně přidáno"
2864
-
2865
- #: wpf-includes/wpf-phrases.php:533
2866
- msgid "Dashboard - Can create forum"
2867
- msgstr ""
2868
-
2869
- #: wpf-includes/wpf-phrases.php:534
2870
- msgid "Dashboard - Can edit forum"
2871
- msgstr ""
2872
-
2873
- #: wpf-includes/wpf-phrases.php:535
2874
- msgid "Dashboard - Can delete forum"
2875
- msgstr ""
2876
-
2877
- #: wpf-includes/wpf-phrases.php:536
2878
- msgid "Dashboard - Members Menu"
2879
- msgstr ""
2880
-
2881
- #: wpf-includes/wpf-phrases.php:537
2882
- msgid "Dashboard - Can edit member"
2883
- msgstr ""
2884
-
2885
- #: wpf-includes/wpf-phrases.php:538
2886
- msgid "Dashboard - Can delete member"
2887
- msgstr ""
2888
-
2889
- #: wpf-includes/wpf-phrases.php:539
2890
- msgid "Dashboard - Usergroup Menu"
2891
- msgstr ""
2892
-
2893
- #: wpf-includes/wpf-phrases.php:540
2894
- msgid "Front - Can view members"
2895
- msgstr ""
2896
-
2897
- #: wpf-includes/wpf-phrases.php:541
2898
- msgid "Front - Can view profiles"
2899
- msgstr ""
2900
-
2901
- #: wpf-includes/wpf-phrases.php:542
2902
- msgid "Front - Can upload avatar"
2903
- msgstr ""
2904
-
2905
- #: wpf-includes/wpf-phrases.php:543
2906
- msgid "Front - Can have signatur"
2907
- msgstr ""
2908
-
2909
- #: wpf-includes/wpf-phrases.php:544
2910
- msgid "Front - Can view avatars"
2911
- msgstr ""
2912
-
2913
- #: wpf-includes/wpf-phrases.php:545
2914
- msgid "Front - Can view member username"
2915
- msgstr ""
2916
-
2917
- #: wpf-includes/wpf-phrases.php:546
2918
- msgid "Front - Can view member email"
2919
- msgstr ""
2920
-
2921
- #: wpf-includes/wpf-phrases.php:547
2922
- msgid "Front - Can view member title"
2923
- msgstr ""
2924
-
2925
- #: wpf-includes/wpf-phrases.php:548
2926
- msgid "Front - Can view member custom title"
2927
- msgstr ""
2928
-
2929
- #: wpf-includes/wpf-phrases.php:549
2930
- msgid "Front - Can view member reputation"
2931
- msgstr ""
2932
-
2933
- #: wpf-includes/wpf-phrases.php:550
2934
- msgid "Front - Can view member website"
2935
- msgstr ""
2936
-
2937
- #: wpf-includes/wpf-phrases.php:551
2938
- msgid "Front - Can view member social networks"
2939
- msgstr ""
2940
-
2941
- #: wpf-includes/wpf-phrases.php:552
2942
- msgid "Front - Can view member reg. date"
2943
- msgstr ""
2944
-
2945
- #: wpf-includes/wpf-phrases.php:553
2946
- msgid "Front - Can view member last active date"
2947
- msgstr ""
2948
-
2949
- #: wpf-includes/wpf-phrases.php:554
2950
- msgid "Front - Can view member ip address"
2951
- msgstr ""
2952
-
2953
- #: wpf-includes/wpf-phrases.php:555
2954
- msgid "Front - Can view member location"
2955
- msgstr ""
2956
-
2957
- #: wpf-includes/wpf-phrases.php:556
2958
- msgid "Front - Can view member ocumpation"
2959
- msgstr ""
2960
-
2961
- #: wpf-includes/wpf-phrases.php:557
2962
- msgid "Front - Can view member signatur"
2963
- msgstr ""
2964
-
2965
- #: wpf-includes/wpf-phrases.php:558
2966
- msgid "Front - Can view member about me"
2967
- msgstr ""
2968
-
2969
- #: wpf-includes/wpf-phrases.php:559
2970
- msgid "Front - Can view member phone number"
2971
- msgstr ""
2972
-
2973
- #: wpf-includes/wpf-phrases.php:560
2974
- msgid "Front - Can write PM"
2975
- msgstr ""
2976
-
2977
- #: wpf-includes/wpf-phrases.php:561
2978
- msgid "Can view forum"
2979
- msgstr ""
2980
-
2981
- #: wpf-includes/wpf-phrases.php:562
2982
- msgid "Can create topic"
2983
- msgstr ""
2984
-
2985
- #: wpf-includes/wpf-phrases.php:563
2986
- msgid "Can view topic"
2987
- msgstr ""
2988
-
2989
- #: wpf-includes/wpf-phrases.php:564
2990
- msgid "Can edit topic"
2991
- msgstr ""
2992
-
2993
- #: wpf-includes/wpf-phrases.php:565
2994
- msgid "Can delete topic"
2995
- msgstr ""
2996
-
2997
- #: wpf-includes/wpf-phrases.php:566
2998
- msgid "Can post reply"
2999
- msgstr ""
3000
-
3001
- #: wpf-includes/wpf-phrases.php:567
3002
- msgid "Can view replies"
3003
- msgstr ""
3004
-
3005
- #: wpf-includes/wpf-phrases.php:568
3006
- msgid "Can edit replies"
3007
- msgstr ""
3008
-
3009
- #: wpf-includes/wpf-phrases.php:569
3010
- msgid "Can delete replies"
3011
- msgstr ""
3012
-
3013
- #: wpf-includes/wpf-phrases.php:570
3014
- msgid "Can edit own topic"
3015
- msgstr ""
3016
-
3017
- #: wpf-includes/wpf-phrases.php:571
3018
- msgid "Can edit own replay"
3019
- msgstr ""
3020
-
3021
- #: wpf-includes/wpf-phrases.php:572
3022
- msgid "Can delete own topic"
3023
- msgstr ""
3024
-
3025
- #: wpf-includes/wpf-phrases.php:573
3026
- msgid "Can delete own replay"
3027
- msgstr ""
3028
-
3029
- #: wpf-includes/wpf-phrases.php:574
3030
- msgid "Can like"
3031
- msgstr ""
3032
-
3033
- #: wpf-includes/wpf-phrases.php:575
3034
- msgid "Can report"
3035
- msgstr ""
3036
-
3037
- #: wpf-includes/wpf-phrases.php:576
3038
- msgid "Can make topic sticky"
3039
- msgstr ""
3040
-
3041
- #: wpf-includes/wpf-phrases.php:577
3042
- msgid "Can vote"
3043
- msgstr ""
3044
-
3045
- #: wpf-includes/wpf-phrases.php:578
3046
- msgid "Can Attach File"
3047
- msgstr ""
3048
-
3049
- #: wpf-includes/wpf-phrases.php:579
3050
- msgid "Can make topic answered"
3051
- msgstr ""
3052
-
3053
- #: wpf-includes/wpf-phrases.php:580
3054
- msgid "Can make own topic answered"
3055
- msgstr ""
3056
-
3057
- #: wpf-includes/wpf-phrases.php:581
3058
- msgid "Can close topic"
3059
- msgstr ""
3060
-
3061
- #: wpf-includes/wpf-phrases.php:582
3062
- msgid "Can move topic"
3063
- msgstr ""
3064
-
3065
- #: wpf-includes/wpf-phrases.php:583
3066
- msgid "like"
3067
- msgstr ""
3068
-
3069
- #: wpf-includes/wpf-phrases.php:584
3070
- msgid "unlike"
3071
- msgstr ""
3072
-
3073
- #: wpf-includes/wpf-phrases.php:585
3074
- msgid "sticky"
3075
- msgstr ""
3076
-
3077
- #: wpf-includes/wpf-phrases.php:586
3078
- msgid "unsticky"
3079
- msgstr ""
3080
-
3081
- #: wpf-includes/wpf-phrases.php:587
3082
- msgid "close"
3083
- msgstr ""
3084
-
3085
- #: wpf-includes/wpf-phrases.php:588
3086
- msgid "open"
3087
- msgstr ""
3088
-
3089
- #: wpf-includes/wpf-phrases.php:589
3090
- msgid "Topic Icons"
3091
- msgstr ""
3092
-
3093
- #: wpf-includes/wpf-phrases.php:590
3094
- msgid "New"
3095
- msgstr ""
3096
-
3097
- #: wpf-includes/wpf-phrases.php:591
3098
- msgid "Replied"
3099
- msgstr ""
3100
-
3101
- #: wpf-includes/wpf-phrases.php:592
3102
- msgid "Active"
3103
- msgstr ""
3104
-
3105
- #: wpf-includes/wpf-phrases.php:593
3106
- msgid "Hot"
3107
- msgstr ""
3108
-
3109
- #: wpf-includes/wpf-phrases.php:594
3110
- msgid "Solved"
3111
- msgstr ""
3112
-
3113
- #: wpf-includes/wpf-phrases.php:595
3114
- msgid "Unsolved"
3115
- msgstr ""
3116
-
3117
- #: wpf-includes/wpf-phrases.php:603
3118
- msgid "Can make topic solved"
3119
- msgstr ""
3120
-
3121
- #: wpf-includes/wpf-phrases.php:604
3122
- msgid "Can make own topic solved"
3123
- msgstr ""
3124
-
3125
- #: wpf-includes/wpf-phrases.php:605
3126
- msgid "Old password is wrong"
3127
- msgstr ""
3128
-
3129
- #: wpf-includes/wpf-phrases.php:606
3130
- msgid "New Passwords do not match"
3131
- msgstr ""
3132
-
3133
- #: wpf-includes/wpf-phrases.php:610
3134
- msgid ""
3135
- "This process may take a few seconds or dozens of minutes, it depends on "
3136
- "database forum size and on server resources. Please be patient and don't "
3137
- "close this page. If you got 500 Server Error please don't worry, the data "
3138
- "updating process is still working in MySQL server."
3139
- msgstr ""
3140
-
3141
- #: wpf-includes/wpf-phrases.php:614
3142
- msgid "Updated Successfully!"
3143
- msgstr ""
3144
-
3145
- #: wpf-includes/wpf-phrases.php:615
3146
- msgid "Deleted Successfully!"
3147
- msgstr ""
3148
-
3149
- #: wpf-includes/wpf-phrases.php:616
3150
- msgid "Closed"
3151
- msgstr ""
3152
-
3153
- #: wpf-includes/wpf-phrases.php:617
3154
- msgid "Forum Members List"
3155
- msgstr ""
3156
-
3157
- #: wpf-includes/wpf-phrases.php:618
3158
- msgid "are you sure you want to delete?"
3159
- msgstr ""
3160
-
3161
- #: wpf-includes/wpf-phrases.php:620
3162
- msgid "Moderator"
3163
- msgstr ""
3164
-
3165
- #: wpf-includes/wpf-phrases.php:622
3166
- msgid "Customer"
3167
- msgstr ""
3168
-
3169
- #: wpf-includes/wpf-phrases.php:623
3170
- msgid "No access"
3171
- msgstr ""
3172
-
3173
- #: wpf-includes/wpf-phrases.php:624
3174
- msgid "Read only access"
3175
- msgstr ""
3176
-
3177
- #: wpf-includes/wpf-phrases.php:625
3178
- msgid "Standard access"
3179
- msgstr ""
3180
-
3181
- #: wpf-includes/wpf-phrases.php:626
3182
- msgid "Moderator access"
3183
- msgstr ""
3184
-
3185
- #: wpf-includes/wpf-phrases.php:627
3186
- msgid "Full access"
3187
- msgstr ""
3188
-
3189
- #: wpf-includes/wpf-phrases.php:628
3190
- msgid "Profile"
3191
- msgstr ""
3192
-
3193
- #: wpf-includes/wpf-phrases.php:630
3194
- msgid "Incorrect file format. Allowed formats: jpeg, jpg, png, gif."
3195
- msgstr ""
3196
-
3197
- #: wpf-includes/wpf-phrases.php:633
3198
- msgid "User registration is disabled"
3199
- msgstr ""
3200
-
3201
- #: wpf-includes/wpf-phrases.php:637
3202
- msgid "Attachment removed"
3203
- msgstr ""
3204
-
3205
- #: wpf-includes/wpf-phrases.php:638
3206
- msgid "Forum Posts"
3207
- msgstr ""
3208
-
3209
- #: wpf-includes/wpf-phrases.php:639
3210
- msgid "Blog Posts"
3211
- msgstr ""
3212
-
3213
- #: wpf-includes/wpf-phrases.php:640
3214
- msgid "Blog Comments"
3215
- msgstr ""
3216
-
3217
- #: wpf-includes/wpf-phrases.php:641
3218
- #, php-format
3219
- msgid "Welcome back %s!"
3220
- msgstr ""
3221
-
3222
- #: wpf-includes/wpf-phrases.php:642
3223
- msgid "Member Profile"
3224
- msgstr ""
3225
-
3226
- #: wpf-includes/wpf-phrases.php:643
3227
- msgid "Member"
3228
- msgstr ""
3229
-
3230
- #: wpf-includes/wpf-phrases.php:644
3231
- msgid "You have not permission to this page"
3232
- msgstr ""
3233
-
3234
- #: wpf-includes/wpf-phrases.php:646
3235
- msgid ""
3236
- "This option will disable WordPress on front-end. Only forum pages will be "
3237
- "available. wpForo will look like as a stand-alone forum."
3238
- msgstr ""
3239
-
3240
- #: wpforo.php:344
3241
- msgid ""
3242
- "Adds an advanced file attachment system to forum topics and posts. AJAX "
3243
- "powered media uploading and displaying system with user specific library."
3244
- msgstr ""
3245
-
3246
- #: wpforo.php:345
3247
- msgid ""
3248
- "Allows to embed hundreds of video, social network, audio and photo content "
3249
- "providers in forum topics and posts."
3250
- msgstr ""
3251
-
3252
- #. Plugin Name of the plugin/theme
3253
- msgid "Forum - wpForo"
3254
- msgstr "Fórum - wpForo"
3255
-
3256
- #. Plugin URI of the plugin/theme
3257
- msgid "http://wpforo.com"
3258
- msgstr "http://wpforo.com"
3259
-
3260
- #. Description of the plugin/theme
3261
- msgid ""
3262
- "Next Generation of WordPress Forum Softwares. Everything you need to run an "
3263
- "efficient and professional community. Powerful and beautiful bulletin board "
3264
- "with unique features."
3265
- msgstr ""
3266
- "Nová generace softwaru Fóra pro Wordpress. Vše co je potřeba k rozjetí "
3267
- "profesionálního fóra pro komunitu. Výtečné bulletin fóro z unikátními "
3268
- "možnostmi."
3269
-
3270
- #. Author of the plugin/theme
3271
- msgid "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
3272
- msgstr "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
3273
-
3274
- #. Author URI of the plugin/theme
3275
- msgid "http://gvectors.com/"
3276
- msgstr "http://gvectors.com/"
3277
-
3278
- #~ msgid "Dismiss"
3279
- #~ msgstr "Nepotvrzovat"
3280
-
3281
- #~ msgid ""
3282
- #~ "Thank you for trying wpForo! This forum development was started on 2013 "
3283
- #~ "and we were using it for our support community. Now it's ready for "
3284
- #~ "WordPress community as well. \n"
3285
- #~ " It's on the Beta stage and we're "
3286
- #~ "working hard to reach the Gold 1.0.0 version as soon as possible. \n"
3287
- #~ " wpForo is a professional bulletin "
3288
- #~ "board for WorPress, and the only forum software which comes with Multi-"
3289
- #~ "layout template system.\n"
3290
- #~ " The \"Extended\", \"Simplified\" and "
3291
- #~ "\"Question &amp Answer\" layouts fit almost all type of discussions "
3292
- #~ "needs. You can use wpForo for small and extremely large communities. \n"
3293
- #~ " <br />If you found some issue or bug "
3294
- #~ "please open a support topic in plugin page or in our support forum at "
3295
- #~ "gVectors.com. If you liked wpForo please leave some good review for this "
3296
- #~ "plugin. We really need your good reviews. \n"
3297
- #~ " If you didn't like wpForo please "
3298
- #~ "leave a list of issues and requirements you'd like us to fix and add in "
3299
- #~ "near future. We're here to help you and improve wpForo as much as "
3300
- #~ "possible."
3301
- #~ msgstr ""
3302
- #~ "Děkujeme za vyzkoušení wpFóra! Tohle fórum se začalo vyvíjet již v roce "
3303
- #~ "2013 a používáme ho k podpoře komunity. Nyní je vše připraveno pro "
3304
- #~ "Wordress komunitu.\n"
3305
- #~ " Jedná se o Beta verzi a "
3306
- #~ "tvrdě pracujeme k dosažení Gold 1.0.0 verze jakmile to bdue možné.\n"
3307
- #~ " wpFóro je profesionální "
3308
- #~ "bulletin fórum pro Wordpress, a jediné fórum z podporou \"Multi-Layout"
3309
- #~ "\".\n"
3310
- #~ " \"Rozšířené\", \"Klasické\" "
3311
- #~ "a \"Otázky & Odpovědi\" je vše co potřebujete. Fórum můžete použít jak "
3312
- #~ "pro malé komunity tak i pro velké!\n"
3313
- #~ " Pokud najdete chybu či "
3314
- #~ "jiný problém tak nás kontaktujte na našem fóru gVectors.com. Pokud se Vám "
3315
- #~ "fórum líbí nezapomeňte napsat recenzi, každá dobrá recenze nás podpoří.\n"
3316
- #~ " Pokud vám wpForo "
3317
- #~ "nevyhovuje, zanechte nám vaše poznámky a mi se pokusíme do budoucna vše "
3318
- #~ "napravit a vylepšit."
3319
-
3320
- #~ msgid "Enable Member Cashe"
3321
- #~ msgstr "Povolit Uživatelské Cashe"
3322
-
3323
- #~ msgid "ago"
3324
- #~ msgstr "před"
3325
-
3326
- #~ msgid "Theme options successfully updated, but previous value not changed"
3327
- #~ msgstr ""
3328
- #~ "Nastavení šablony úspěšně aktualizováno, ale předchozí hodnota nebyla "
3329
- #~ "změněna"
3330
-
3331
- #~ msgid "Custom Authorisation URLs"
3332
- #~ msgstr "Vlastní autorizace URls"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Forum - wpForo\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-05-23 23:17+0400\n"
6
+ "PO-Revision-Date: 2017-05-23 23:17+0400\n"
7
+ "Last-Translator: gVectors Team <info@gvectors.com>\n"
8
+ "Language-Team: \n"
9
+ "Language: cs\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "Plural-Forms: nplurals=3; plural=( n == 1 ) ? 0 : ( n >= 2 && n <= 4 ) ? 1 : "
14
+ "2;\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Poedit 1.8.6\n"
17
+ "X-Poedit-Basepath: ..\n"
18
+ "X-Poedit-WPHeader: wpforo.php\n"
19
+ "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
20
+ "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
21
+ "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
22
+ "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
23
+ "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
24
+ "X-Loco-Target-Locale: cs_CZ\n"
25
+ "X-Poedit-SearchPath-0: .\n"
26
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
27
+
28
+ #: wpf-admin/addons.php:14 wpf-admin/addons.php:22
29
+ msgid "wpForo Addons"
30
+ msgstr ""
31
+
32
+ #: wpf-admin/addons.php:28
33
+ msgid ""
34
+ "All wpForo addons are being developed by wpForo developers at gVectors Team. "
35
+ "Addon prices also include a small donation to the hard work wpForo "
36
+ "developers do for free. When you buy an addon, you also donate the free "
37
+ "wpForo development and support. Addons are the only incoming source for "
38
+ "wpForo developers. wpForo is a premium forum plugin which will always be "
39
+ "available for free. There will never be paid and pro versions of this forum "
40
+ "board. We have another dozens of awesome features in our to-do list which "
41
+ "will also be added for free in future releases. So the free wpForo "
42
+ "development always stays on the first priority and wpForo is being extended "
43
+ "with new free functions and features even faster than before."
44
+ msgstr ""
45
+
46
+ #: wpf-admin/addons.php:51
47
+ msgid "Installed"
48
+ msgstr ""
49
+
50
+ #: wpf-admin/addons.php:55
51
+ msgid "Version"
52
+ msgstr ""
53
+
54
+ #: wpf-admin/addons.php:56
55
+ msgid "at least"
56
+ msgstr ""
57
+
58
+ #: wpf-admin/addons.php:58
59
+ msgid "Details | Buy"
60
+ msgstr ""
61
+
62
+ #: wpf-admin/addons.php:64
63
+ msgid "More information about"
64
+ msgstr ""
65
+
66
+ #: wpf-admin/admin.php:26 wpf-admin/admin.php:27
67
+ #: wpf-includes/wpf-phrases.php:599
68
+ msgid "Dashboard"
69
+ msgstr ""
70
+
71
+ #: wpf-admin/admin.php:26 wpf-admin/admin.php:28 wpf-admin/dashboard.php:138
72
+ #: wpf-admin/options-tabs/styles.php:16 wpf-admin/options.php:15
73
+ #: wpf-includes/wpf-hooks.php:1639 wpf-includes/wpf-phrases.php:123
74
+ msgid "Forums"
75
+ msgstr "Fóra"
76
+
77
+ #: wpf-admin/admin.php:29 wpf-includes/wpf-hooks.php:22
78
+ #: wpf-includes/wpf-hooks.php:1655
79
+ msgid "Settings"
80
+ msgstr "Nastavení"
81
+
82
+ #: wpf-admin/admin.php:30 wpf-includes/wpf-hooks.php:1664
83
+ msgid "Tools"
84
+ msgstr ""
85
+
86
+ #: wpf-admin/admin.php:31 wpf-includes/wpf-hooks.php:1673
87
+ msgid "Moderation"
88
+ msgstr ""
89
+
90
+ #: wpf-admin/admin.php:32 wpf-admin/dashboard.php:150 wpf-admin/member.php:10
91
+ #: wpf-admin/options.php:18 wpf-includes/wpf-hooks.php:1682
92
+ #: wpf-includes/wpf-phrases.php:178
93
+ msgid "Members"
94
+ msgstr "Uživatelé"
95
+
96
+ #: wpf-admin/admin.php:33 wpf-admin/usergroup.php:8
97
+ #: wpf-includes/wpf-hooks.php:1691
98
+ msgid "Usergroups"
99
+ msgstr "Skupiny"
100
+
101
+ #: wpf-admin/admin.php:34 wpf-includes/wpf-hooks.php:1707
102
+ #: wpf-includes/wpf-phrases.php:600
103
+ msgid "Phrases"
104
+ msgstr ""
105
+
106
+ #: wpf-admin/admin.php:35 wpf-includes/wpf-hooks.php:1723
107
+ #: wpf-includes/wpf-phrases.php:601
108
+ msgid "Themes"
109
+ msgstr ""
110
+
111
+ #: wpf-admin/admin.php:36 wpf-admin/options.php:23
112
+ #: wpf-includes/wpf-hooks.php:1732 wpf-includes/wpf-phrases.php:25
113
+ msgid "Addons"
114
+ msgstr "Addony"
115
+
116
+ #: wpf-admin/dashboard.php:9 wpf-includes/wpf-phrases.php:409
117
+ msgid "wpForo Dashboard"
118
+ msgstr "wpFóro Nástěnka"
119
+
120
+ #: wpf-admin/dashboard.php:25 wpf-includes/wpf-phrases.php:362
121
+ msgid "Welcome Message"
122
+ msgstr "Uvítací Zpráva"
123
+
124
+ #: wpf-admin/dashboard.php:31
125
+ msgid ""
126
+ "Thank you for using wpForo! wpForo is a professional bulletin board for "
127
+ "WorPress, and the only forum software which comes with Multi-layout template "
128
+ "system.\n"
129
+ " The \"Extended\", \"Simplified\" and "
130
+ "\"Question &amp Answer\" layouts fit almost all type of discussions needs. "
131
+ "You can use wpForo for small and extremely large communities. \n"
132
+ " <br />If you found some issue or bug "
133
+ "please open a support topic in plugin page or in our support forum at "
134
+ "gVectors.com. If you liked wpForo please leave some good review for this "
135
+ "plugin. We really need your good reviews. \n"
136
+ " If you didn't like wpForo please leave a "
137
+ "list of issues and requirements you'd like us to fix and add in near future. "
138
+ "We're here to help you and improve wpForo as much as possible."
139
+ msgstr ""
140
+
141
+ #: wpf-admin/dashboard.php:60 wpf-includes/wpf-phrases.php:130
142
+ msgid "General Information"
143
+ msgstr "Hlavní Informace"
144
+
145
+ #: wpf-admin/dashboard.php:64 wpf-includes/wpf-phrases.php:369
146
+ msgid "You are currently running"
147
+ msgstr "V současné době běží"
148
+
149
+ #: wpf-admin/dashboard.php:65 wpf-includes/wpf-phrases.php:18
150
+ msgid "Active Theme"
151
+ msgstr "Aktivní Šablona"
152
+
153
+ #: wpf-admin/dashboard.php:66 wpf-includes/wpf-phrases.php:414
154
+ msgid "wpForo Website"
155
+ msgstr "wpFóro Webové stránky"
156
+
157
+ #: wpf-admin/dashboard.php:67 wpf-includes/wpf-phrases.php:320
158
+ msgid "Support Forum"
159
+ msgstr "Fórum Podpory"
160
+
161
+ #: wpf-admin/dashboard.php:78 wpf-includes/wpf-phrases.php:290
162
+ msgid "Server Information"
163
+ msgstr "Informační Server"
164
+
165
+ #: wpf-admin/dashboard.php:112 wpf-includes/wpf-phrases.php:46
166
+ msgid "Available"
167
+ msgstr "K dispozici"
168
+
169
+ #: wpf-admin/dashboard.php:112 wpf-includes/wpf-phrases.php:209
170
+ msgid "Not available"
171
+ msgstr "Není k dispozici"
172
+
173
+ #: wpf-admin/dashboard.php:132 wpf-includes/wpf-phrases.php:49
174
+ msgid "Board Statistic"
175
+ msgstr "Přehled"
176
+
177
+ #: wpf-admin/dashboard.php:142 wpf-admin/options-tabs/styles.php:22
178
+ #: wpf-includes/class-forums.php:600 wpf-includes/wpf-phrases.php:339
179
+ msgid "Topics"
180
+ msgstr "Témata"
181
+
182
+ #: wpf-admin/dashboard.php:146 wpf-includes/class-forums.php:600
183
+ #: wpf-includes/wpf-phrases.php:233
184
+ msgid "Posts"
185
+ msgstr "Příspěvky"
186
+
187
+ #: wpf-admin/dashboard.php:154 wpf-includes/wpf-phrases.php:179
188
+ msgid "Members Online"
189
+ msgstr "Uživatelé Online"
190
+
191
+ #: wpf-admin/dashboard.php:164
192
+ msgid "Avatars Size"
193
+ msgstr ""
194
+
195
+ #: wpf-admin/dashboard.php:168
196
+ msgid "Default Attachments Size"
197
+ msgstr ""
198
+
199
+ #: wpf-admin/dashboard.php:174
200
+ msgid "Advanced Attachments"
201
+ msgstr ""
202
+
203
+ #: wpf-admin/dashboard.php:175
204
+ msgid "file(s)"
205
+ msgstr ""
206
+
207
+ #: wpf-admin/dashboard.php:178
208
+ msgid "Advanced Attachments Size"
209
+ msgstr ""
210
+
211
+ #: wpf-admin/dashboard.php:183
212
+ msgid "Total Size"
213
+ msgstr ""
214
+
215
+ #: wpf-admin/dashboard.php:191 wpf-includes/wpf-phrases.php:611
216
+ msgid "Forum Maintenance"
217
+ msgstr ""
218
+
219
+ #: wpf-admin/dashboard.php:193
220
+ msgid ""
221
+ "This process may take a few seconds or dozens of minutes, please be patient "
222
+ "and don't close this page. If you got 500 Server Error please don't worry, "
223
+ "the data updating process is still working in MySQL server."
224
+ msgstr ""
225
+
226
+ #: wpf-admin/dashboard.php:202
227
+ msgid "Delete All Caches"
228
+ msgstr ""
229
+
230
+ #: wpf-admin/dashboard.php:203 wpf-includes/wpf-phrases.php:613
231
+ msgid "Update Forums Statistic"
232
+ msgstr ""
233
+
234
+ #: wpf-admin/dashboard.php:204 wpf-includes/wpf-phrases.php:614
235
+ msgid "Update Users Statistic"
236
+ msgstr ""
237
+
238
+ #: wpf-admin/dashboard.php:205 wpf-includes/wpf-phrases.php:615
239
+ msgid "Delete Phrase Cache"
240
+ msgstr ""
241
+
242
+ #: wpf-admin/dashboard.php:206 wpf-includes/wpf-phrases.php:636
243
+ msgid "Delete User Cache"
244
+ msgstr ""
245
+
246
+ #: wpf-admin/forum.php:13 wpf-includes/functions.php:767
247
+ #: wpf-includes/wpf-phrases.php:302
248
+ msgid "Show on screen"
249
+ msgstr "Zobrazit na obrazovce"
250
+
251
+ #: wpf-admin/forum.php:15 wpf-admin/forum.php:119
252
+ #: wpf-includes/wpf-phrases.php:113
253
+ msgid "Forum Options"
254
+ msgstr "Nastavení Fóra"
255
+
256
+ #: wpf-admin/forum.php:16 wpf-includes/wpf-phrases.php:224
257
+ msgid "Permissions"
258
+ msgstr "Opravnění"
259
+
260
+ #: wpf-admin/forum.php:17 wpf-includes/wpf-phrases.php:307
261
+ msgid "Slug"
262
+ msgstr "Slug"
263
+
264
+ #: wpf-admin/forum.php:18 wpf-includes/wpf-phrases.php:112
265
+ msgid "Forum Meta"
266
+ msgstr "Fórum Meta"
267
+
268
+ #: wpf-admin/forum.php:21 wpf-includes/wpf-phrases.php:274
269
+ msgid "Screen Layout"
270
+ msgstr "Rozvržení Obrazovky"
271
+
272
+ #: wpf-admin/forum.php:22 wpf-includes/wpf-phrases.php:210
273
+ msgid "Number of Columns"
274
+ msgstr "Počet Sloupců"
275
+
276
+ #: wpf-admin/forum.php:32 wpf-includes/functions.php:781
277
+ #: wpf-includes/wpf-phrases.php:275
278
+ msgid "Screen Options"
279
+ msgstr "Nastavení obrazovky"
280
+
281
+ #: wpf-admin/forum.php:43 wpf-includes/wpf-phrases.php:51
282
+ msgid "Categories and Forums"
283
+ msgstr "Kategorie a Fóra"
284
+
285
+ #: wpf-admin/forum.php:44 wpf-admin/options-tabs/general.php:75
286
+ #: wpf-admin/themes.php:10 wpf-admin/usergroup.php:8
287
+ #: wpf-includes/wpf-phrases.php:20
288
+ msgid "Add New"
289
+ msgstr "Přidat nový"
290
+
291
+ #: wpf-admin/forum.php:55
292
+ msgid "Important Tips"
293
+ msgstr ""
294
+
295
+ #: wpf-admin/forum.php:56 wpf-includes/wpf-phrases.php:226
296
+ msgid "Please drag and drop forum panels to set parent-child hierarchy."
297
+ msgstr "Prosím přetáhněte fórum v panelu na nastavení child hierarchie."
298
+
299
+ #: wpf-admin/forum.php:57
300
+ msgid ""
301
+ "If a category (blue panels) does not have forums (grey panels) it will not "
302
+ "be displayed on front-end. Each category should contain at least one forum."
303
+ msgstr ""
304
+
305
+ #: wpf-admin/forum.php:58
306
+ msgid ""
307
+ "Forums can be displayed with different layouts (Extended, Simplified, Q&A), "
308
+ "just edit the top (blue panels) category and set the layout you want. Child "
309
+ "forums' layout depends on the top category (blue panels) layout. They cannot "
310
+ "have a different layout."
311
+ msgstr ""
312
+
313
+ #: wpf-admin/forum.php:74 wpf-includes/wpf-phrases.php:273
314
+ msgid "Save forums order and hierarchy"
315
+ msgstr "Uložit fórum a hierarchii."
316
+
317
+ #: wpf-admin/forum.php:101 wpf-includes/wpf-phrases.php:87
318
+ msgid "Enter forum title here"
319
+ msgstr "Zadejte název fóra zde"
320
+
321
+ #: wpf-admin/forum.php:106 wpf-includes/wpf-phrases.php:86
322
+ msgid "Enter description here . . ."
323
+ msgstr "Zadejte popis zde..."
324
+
325
+ #: wpf-admin/forum.php:107 wpf-includes/wpf-phrases.php:330
326
+ msgid ""
327
+ "This is a forum description. This content will be displayed under forum "
328
+ "title on the forum list."
329
+ msgstr ""
330
+ "Tohle je popis fóra. Tento popis bude zobrazen pod názvem fóra v přehledu "
331
+ "fór."
332
+
333
+ #: wpf-admin/forum.php:122 wpf-includes/wpf-phrases.php:222
334
+ msgid "Parent Forum"
335
+ msgstr "Nadřazené Fórum"
336
+
337
+ #: wpf-admin/forum.php:125 wpf-includes/wpf-phrases.php:205
338
+ msgid "No parent"
339
+ msgstr "Žádné nadřazené"
340
+
341
+ #: wpf-admin/forum.php:130 wpf-includes/wpf-phrases.php:347
342
+ msgid "Use as Category"
343
+ msgstr "Použít jako Kategorii"
344
+
345
+ #: wpf-admin/forum.php:132 wpf-includes/wpf-phrases.php:52
346
+ msgid "Category Layout"
347
+ msgstr "Rozvržení Kategorie"
348
+
349
+ #: wpf-admin/forum.php:140 wpf-includes/wpf-phrases.php:203
350
+ msgid "No layout found."
351
+ msgstr "Žádné rozvržení nebylo nalezeno."
352
+
353
+ #: wpf-admin/forum.php:149 wpf-admin/forum.php:156
354
+ #: wpf-includes/wpf-phrases.php:235
355
+ msgid "Publish"
356
+ msgstr "Publikovat"
357
+
358
+ #: wpf-admin/forum.php:153 wpf-includes/wpf-phrases.php:37
359
+ msgid "Are you sure you want to delete this forum?"
360
+ msgstr "Jste si jistí že chcete smazat toto fórum?"
361
+
362
+ #: wpf-admin/forum.php:153 wpf-admin/themes.php:73
363
+ #: wpf-admin/tools-tabs/antispam.php:138 wpf-admin/usergroup.php:37
364
+ #: wpf-admin/usergroup.php:133 wpf-includes/wpf-hooks.php:1058
365
+ #: wpf-includes/wpf-phrases.php:66
366
+ msgid "Delete"
367
+ msgstr "Smazat"
368
+
369
+ #: wpf-admin/forum.php:154 wpf-admin/usergroup.php:39
370
+ #: wpf-includes/class-forums.php:606 wpf-includes/wpf-phrases.php:356
371
+ msgid "View"
372
+ msgstr "Zobrazit"
373
+
374
+ #: wpf-admin/forum.php:224 wpf-includes/wpf-phrases.php:118
375
+ msgid "Forum Slug"
376
+ msgstr "Fórum Slug"
377
+
378
+ #: wpf-admin/forum.php:227 wpf-includes/wpf-phrases.php:323
379
+ msgid ""
380
+ "The \"slug\" is the URL-friendly version of the name. It is usually all "
381
+ "lowercase and contains only letters, numbers, and hyphens."
382
+ msgstr "\"Slug\" je přátelská URL verze názvu."
383
+
384
+ #: wpf-admin/forum.php:233
385
+ msgid "Forum Icon"
386
+ msgstr ""
387
+
388
+ #: wpf-admin/forum.php:236
389
+ msgid "Font-awesome Icon"
390
+ msgstr ""
391
+
392
+ #: wpf-admin/forum.php:238
393
+ msgid "You can find all icons"
394
+ msgstr ""
395
+
396
+ #: wpf-admin/forum.php:238
397
+ msgid "here"
398
+ msgstr ""
399
+
400
+ #: wpf-admin/forum.php:238
401
+ msgid ""
402
+ "Make sure you insert a class of font-awesome icon, it should start with fa- "
403
+ "prefix like &quot;fa-comments&quot;."
404
+ msgstr ""
405
+
406
+ #: wpf-admin/forum.php:245 wpf-includes/wpf-phrases.php:116
407
+ msgid "Forum SEO"
408
+ msgstr "Fórum SEO"
409
+
410
+ #: wpf-admin/forum.php:248 wpf-includes/wpf-phrases.php:184
411
+ msgid "Meta Description"
412
+ msgstr "Meta Popis"
413
+
414
+ #: wpf-admin/forum.php:277 wpf-includes/wpf-phrases.php:329
415
+ msgid "This action will also delete all sub-forums, topics and replies."
416
+ msgstr "Tato akce smaže všechna sub-fóra, témata a odpovědi."
417
+
418
+ #: wpf-admin/forum.php:285 wpf-includes/wpf-phrases.php:137
419
+ msgid ""
420
+ "If you want to delete this forum and keep its sub-forums, topics and "
421
+ "replies, please select a new target forum in dropdown below"
422
+ msgstr ""
423
+ "Pokud chcete smazat toto fórum a nesmazat při tom sub-fóra, témata a "
424
+ "odpovědi tak prosím zadejte nové cílové fórum a přetáhněte."
425
+
426
+ #: wpf-admin/forum.php:294 wpf-includes/wpf-phrases.php:26
427
+ msgid ""
428
+ "All sub-forums, topics and replies will be attached to selected forum. "
429
+ "Layout will be inherited from this forum."
430
+ msgstr ""
431
+ "Všechny sub-fóra, témata a odpovědi byli připojeny ke zvolenému fóru. "
432
+ "Rozvržení bylo automaticky nastaveno k tomuto fóru."
433
+
434
+ #: wpf-admin/moderation.php:10
435
+ msgid "Topic and Post Moderation"
436
+ msgstr ""
437
+
438
+ #: wpf-admin/options-tabs/accesses.php:9 wpf-includes/wpf-phrases.php:21
439
+ msgid "Add New Forum Access"
440
+ msgstr "Přidat nový přístup k fóru"
441
+
442
+ #: wpf-admin/options-tabs/accesses.php:13 wpf-includes/wpf-phrases.php:15
443
+ msgid "Access names"
444
+ msgstr "Název přístupu"
445
+
446
+ #: wpf-admin/options-tabs/accesses.php:26
447
+ #: wpf-admin/options-tabs/accesses.php:27
448
+ #: wpf-admin/options-tabs/accesses.php:28
449
+ msgid "This access is usually used for "
450
+ msgstr ""
451
+
452
+ #: wpf-admin/options-tabs/accesses.php:26
453
+ msgid "Guests"
454
+ msgstr ""
455
+
456
+ #: wpf-admin/options-tabs/accesses.php:26
457
+ #: wpf-admin/options-tabs/accesses.php:27
458
+ #: wpf-admin/options-tabs/accesses.php:28
459
+ msgid "usergroup"
460
+ msgstr ""
461
+
462
+ #: wpf-admin/options-tabs/accesses.php:27 wpf-includes/wpf-phrases.php:623
463
+ msgid "Registered"
464
+ msgstr ""
465
+
466
+ #: wpf-admin/options-tabs/accesses.php:28 wpf-includes/wpf-phrases.php:621
467
+ msgid "Admin"
468
+ msgstr ""
469
+
470
+ #: wpf-admin/options-tabs/accesses.php:32 wpf-includes/class-forums.php:602
471
+ #: wpf-includes/functions.php:599 wpf-includes/wpf-phrases.php:382
472
+ msgid "edit"
473
+ msgstr "upravit"
474
+
475
+ #: wpf-admin/options-tabs/accesses.php:34 wpf-includes/wpf-phrases.php:39
476
+ msgid ""
477
+ "Are you sure you want to remove this access set? Usergroups which attached "
478
+ "to this access will lost all forum permissions."
479
+ msgstr ""
480
+ "Jste si jistí že chcete odebrat tento přístup? Skupiny, které byli připojeny "
481
+ "k tomuto přístupu ztratí všechna oprávnění."
482
+
483
+ #: wpf-admin/options-tabs/accesses.php:34 wpf-includes/class-forums.php:604
484
+ #: wpf-includes/functions.php:617 wpf-includes/functions.php:627
485
+ #: wpf-includes/wpf-phrases.php:381
486
+ msgid "delete"
487
+ msgstr "smazat"
488
+
489
+ #: wpf-admin/options-tabs/accesses.php:49 wpf-includes/wpf-phrases.php:14
490
+ msgid "Access name"
491
+ msgstr "Název přístupu"
492
+
493
+ #: wpf-admin/options-tabs/accesses.php:69 wpf-includes/wpf-phrases.php:271
494
+ msgid "Save"
495
+ msgstr "Uložit"
496
+
497
+ #: wpf-admin/options-tabs/accesses.php:69 wpf-includes/wpf-phrases.php:344
498
+ msgid "Update"
499
+ msgstr "Aktualizovat"
500
+
501
+ #: wpf-admin/options-tabs/emails.php:13
502
+ msgid "FROM Name"
503
+ msgstr ""
504
+
505
+ #: wpf-admin/options-tabs/emails.php:17
506
+ msgid "FROM Email Address"
507
+ msgstr ""
508
+
509
+ #: wpf-admin/options-tabs/emails.php:22
510
+ msgid "Forum Admins email addresses"
511
+ msgstr ""
512
+
513
+ #: wpf-admin/options-tabs/emails.php:23 wpf-includes/wpf-phrases.php:57
514
+ msgid ""
515
+ "Comma separated email addresses of forum administrators to get forum "
516
+ "notifications. For example post report messages."
517
+ msgstr ""
518
+
519
+ #: wpf-admin/options-tabs/emails.php:29
520
+ msgid "Notify Admins via email on new Topic"
521
+ msgstr ""
522
+
523
+ #: wpf-admin/options-tabs/emails.php:30
524
+ msgid ""
525
+ "Send Notification emails to all email addresses (comma separated ) of forum "
526
+ "administrators when a new Topic is created."
527
+ msgstr ""
528
+
529
+ #: wpf-admin/options-tabs/emails.php:34 wpf-admin/options-tabs/emails.php:46
530
+ #: wpf-admin/options-tabs/features.php:60 wpf-admin/tools-tabs/antispam.php:31
531
+ #: wpf-admin/tools-tabs/antispam.php:40 wpf-admin/tools-tabs/antispam.php:49
532
+ #: wpf-admin/tools-tabs/cleanup.php:39 wpf-includes/wpf-phrases.php:367
533
+ msgid "Yes"
534
+ msgstr "Ano"
535
+
536
+ #: wpf-admin/options-tabs/emails.php:35 wpf-admin/options-tabs/emails.php:47
537
+ #: wpf-admin/options-tabs/features.php:61 wpf-admin/tools-tabs/antispam.php:32
538
+ #: wpf-admin/tools-tabs/antispam.php:41 wpf-admin/tools-tabs/antispam.php:50
539
+ #: wpf-admin/tools-tabs/cleanup.php:40 wpf-includes/wpf-phrases.php:197
540
+ msgid "No"
541
+ msgstr "Ne"
542
+
543
+ #: wpf-admin/options-tabs/emails.php:41
544
+ msgid "Notify Admins via email on new Post"
545
+ msgstr ""
546
+
547
+ #: wpf-admin/options-tabs/emails.php:42
548
+ msgid ""
549
+ "Send Notification emails to all email addresses (comma separated ) of forum "
550
+ "administrators when a new Reply is created."
551
+ msgstr ""
552
+
553
+ #: wpf-admin/options-tabs/emails.php:53 wpf-includes/wpf-phrases.php:318
554
+ msgid "Subscription Emails"
555
+ msgstr "Emaily Odběratelů"
556
+
557
+ #: wpf-admin/options-tabs/emails.php:57 wpf-includes/wpf-phrases.php:315
558
+ msgid "Subscribe confirmation email subject"
559
+ msgstr "Potvrzení odběru subjektu email"
560
+
561
+ #: wpf-admin/options-tabs/emails.php:61 wpf-includes/wpf-phrases.php:314
562
+ msgid "Subscribe confirmation email message"
563
+ msgstr "Potvrzení odběru potvrzovací email"
564
+
565
+ #: wpf-admin/options-tabs/emails.php:65 wpf-includes/wpf-phrases.php:196
566
+ msgid "New topic notification email subject"
567
+ msgstr "Nové téma upozornění email subjekt"
568
+
569
+ #: wpf-admin/options-tabs/emails.php:69 wpf-includes/wpf-phrases.php:195
570
+ msgid "New topic notification email message"
571
+ msgstr "Nové téma upozornění email zpráva"
572
+
573
+ #: wpf-admin/options-tabs/emails.php:73 wpf-includes/wpf-phrases.php:194
574
+ msgid "New reply notification email subject"
575
+ msgstr "Nová odpověď zpozornění email"
576
+
577
+ #: wpf-admin/options-tabs/emails.php:77 wpf-includes/wpf-phrases.php:193
578
+ msgid "New reply notification email message"
579
+ msgstr "Nová odpověď upozornění email zpráva"
580
+
581
+ #: wpf-admin/options-tabs/emails.php:82 wpf-includes/wpf-phrases.php:228
582
+ msgid "Post Reporting Emails"
583
+ msgstr "Příspěvky nahlášení emaily"
584
+
585
+ #: wpf-admin/options-tabs/emails.php:83 wpf-includes/wpf-phrases.php:332
586
+ msgid "This message comes from post reporting pop-up form."
587
+ msgstr "Tato zpráva pochází s pop-up okna"
588
+
589
+ #: wpf-admin/options-tabs/emails.php:88 wpf-includes/wpf-phrases.php:267
590
+ msgid "Report message subject"
591
+ msgstr "Důvod nahlášení"
592
+
593
+ #: wpf-admin/options-tabs/emails.php:93 wpf-includes/wpf-phrases.php:266
594
+ msgid "Report message body"
595
+ msgstr "Zpráva nahlášení"
596
+
597
+ #: wpf-admin/options-tabs/emails.php:99 wpf-admin/options-tabs/features.php:71
598
+ #: wpf-admin/options-tabs/forums.php:16 wpf-admin/options-tabs/general.php:82
599
+ #: wpf-admin/options-tabs/members.php:128 wpf-admin/options-tabs/posts.php:67
600
+ #: wpf-admin/options-tabs/styles.php:93 wpf-admin/tools-tabs/antispam.php:179
601
+ #: wpf-admin/tools-tabs/cleanup.php:49 wpf-includes/wpf-phrases.php:345
602
+ msgid "Update Options"
603
+ msgstr "Aktualizovat nastavení"
604
+
605
+ #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:295
606
+ msgid "Show Admin Bar for Members"
607
+ msgstr "Zobrazit Admin Bar pro Uživatelé"
608
+
609
+ #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:333
610
+ msgid "This option doesn't affect website admins."
611
+ msgstr "Tohle nastavení nemá vliv na adminy webu."
612
+
613
+ #: wpf-admin/options-tabs/features.php:10 wpf-includes/wpf-phrases.php:297
614
+ msgid "Show Forum Page Title"
615
+ msgstr "Zobrazit název stránky fóra"
616
+
617
+ #: wpf-admin/options-tabs/features.php:11 wpf-includes/wpf-phrases.php:300
618
+ msgid "Show Top/Menu Bar"
619
+ msgstr "Zobrazit Vrchní menu bar."
620
+
621
+ #: wpf-admin/options-tabs/features.php:12 wpf-includes/wpf-phrases.php:299
622
+ msgid "Show Top Search"
623
+ msgstr "Zobrazit vrchní hledání"
624
+
625
+ #: wpf-admin/options-tabs/features.php:13 wpf-includes/wpf-phrases.php:296
626
+ msgid "Show Breadcrumb"
627
+ msgstr "Zobrazit Breadcrumb"
628
+
629
+ #: wpf-admin/options-tabs/features.php:14 wpf-includes/wpf-phrases.php:298
630
+ msgid "Show Forum Statistic"
631
+ msgstr "Zobrazit Statistiky Fóra"
632
+
633
+ #: wpf-admin/options-tabs/features.php:15 wpf-includes/wpf-phrases.php:258
634
+ msgid "Replace Author Link to Forum Profile"
635
+ msgstr "Nahradit odkaz Autora k profilu Fóra"
636
+
637
+ #: wpf-admin/options-tabs/features.php:16 wpf-includes/wpf-phrases.php:259
638
+ msgid "Replace Comment Author Link to Forum Profile"
639
+ msgstr "Nahradit odkaz Komentář Autora k profilu Fóra"
640
+
641
+ #: wpf-admin/options-tabs/features.php:17 wpf-includes/wpf-phrases.php:633
642
+ msgid "Enable User Registration"
643
+ msgstr ""
644
+
645
+ #: wpf-admin/options-tabs/features.php:17 wpf-includes/wpf-phrases.php:634
646
+ msgid ""
647
+ "This option is not synced with WordPress \"Anyone can register\" option in "
648
+ "Dashboard > Settings > General admin page. If this option is enabled new "
649
+ "users will always be able to register."
650
+ msgstr ""
651
+
652
+ #: wpf-admin/options-tabs/features.php:18
653
+ msgid "Enable User Registration email confirmation"
654
+ msgstr ""
655
+
656
+ #: wpf-admin/options-tabs/features.php:18
657
+ msgid ""
658
+ "If you have enabled this option, after registering, user can not login "
659
+ "without confirming the email."
660
+ msgstr ""
661
+
662
+ #: wpf-admin/options-tabs/features.php:19 wpf-includes/wpf-phrases.php:261
663
+ msgid "Replace Registration Page URL to Forum URL"
664
+ msgstr "Nahradit odkaz Registrace k profilu Fóra"
665
+
666
+ #: wpf-admin/options-tabs/features.php:20 wpf-includes/wpf-phrases.php:260
667
+ msgid "Replace Login Page URL to Forum URL"
668
+ msgstr "Nahradit odkaz Přihlášení k profilu Fóra"
669
+
670
+ #: wpf-admin/options-tabs/features.php:21 wpf-includes/wpf-phrases.php:257
671
+ msgid "Replace Author Avatar with Forum Profile Avatar"
672
+ msgstr "Nahradit Avatar Autora k profilu Fóra"
673
+
674
+ #: wpf-admin/options-tabs/features.php:22 wpf-includes/wpf-phrases.php:77
675
+ msgid "Enable Avatars"
676
+ msgstr "Povolit Avatary"
677
+
678
+ #: wpf-admin/options-tabs/features.php:23 wpf-includes/wpf-phrases.php:78
679
+ msgid "Enable Custom Avatars"
680
+ msgstr "Povolit vlastní Avatary"
681
+
682
+ #: wpf-admin/options-tabs/features.php:24 wpf-includes/wpf-phrases.php:31
683
+ msgid "Allow Member Signature"
684
+ msgstr "Povolit Uživatelský podpis"
685
+
686
+ #: wpf-admin/options-tabs/features.php:25 wpf-includes/wpf-phrases.php:80
687
+ msgid "Enable Member Rating"
688
+ msgstr "Povolit Uživatelské hodnocení"
689
+
690
+ #: wpf-admin/options-tabs/features.php:26 wpf-includes/wpf-phrases.php:81
691
+ msgid "Enable Member Rating Titles"
692
+ msgstr "Povolit Uživatelské tituly reputace"
693
+
694
+ #: wpf-admin/options-tabs/features.php:27 wpf-includes/wpf-phrases.php:79
695
+ msgid "Enable Member Cache"
696
+ msgstr ""
697
+
698
+ #: wpf-admin/options-tabs/features.php:28
699
+ msgid "Enable Object Cache"
700
+ msgstr ""
701
+
702
+ #: wpf-admin/options-tabs/features.php:29
703
+ msgid "Enable HTML Cache"
704
+ msgstr ""
705
+
706
+ #: wpf-admin/options-tabs/features.php:30
707
+ msgid "Enable Memory Cache"
708
+ msgstr ""
709
+
710
+ #: wpf-admin/options-tabs/features.php:31 wpf-includes/wpf-phrases.php:84
711
+ msgid "Enable wpForo SEO for Meta Titles"
712
+ msgstr "Povolit wpFóro SEO pro Meta Názvy"
713
+
714
+ #: wpf-admin/options-tabs/features.php:32 wpf-includes/wpf-phrases.php:83
715
+ msgid "Enable wpForo SEO for Meta Tags"
716
+ msgstr "Povolit wpFóro SEO pro Meta Tagy"
717
+
718
+ #: wpf-admin/options-tabs/features.php:33
719
+ msgid "Enable User Profile Page indexing"
720
+ msgstr ""
721
+
722
+ #: wpf-admin/options-tabs/features.php:34 wpf-includes/wpf-phrases.php:82
723
+ msgid "Enable wpForo Font-Awesome Lib"
724
+ msgstr "Povolit wpFóro Font-Awesome"
725
+
726
+ #: wpf-admin/options-tabs/features.php:35
727
+ msgid "Turn Off User Syncing Note"
728
+ msgstr ""
729
+
730
+ #: wpf-admin/options-tabs/features.php:36 wpf-includes/wpf-phrases.php:85
731
+ msgid "Enable Output Buffer"
732
+ msgstr ""
733
+
734
+ #: wpf-admin/options-tabs/features.php:36 wpf-includes/wpf-phrases.php:331
735
+ msgid ""
736
+ "This feature is useful if you're adding content before or after [wpforo] "
737
+ "shortcode in page content. Also it useful if forum is loaded before website "
738
+ "header, on top of the front-end."
739
+ msgstr ""
740
+
741
+ #: wpf-admin/options-tabs/features.php:37
742
+ msgid "Enable WordPress Date/Time Format"
743
+ msgstr ""
744
+
745
+ #: wpf-admin/options-tabs/features.php:37 wpf-includes/wpf-phrases.php:598
746
+ msgid ""
747
+ "You can manage WordPress date and time format in WordPress Settings > "
748
+ "General admin page."
749
+ msgstr ""
750
+
751
+ #: wpf-admin/options-tabs/features.php:38 wpf-includes/wpf-phrases.php:609
752
+ msgid "Enable Subscription Confirmation"
753
+ msgstr ""
754
+
755
+ #: wpf-admin/options-tabs/features.php:38 wpf-includes/wpf-phrases.php:610
756
+ msgid "Forum and Topic subscription with double opt-in/confirmation system."
757
+ msgstr ""
758
+
759
+ #: wpf-admin/options-tabs/features.php:39
760
+ msgid "Topic subscription option on post editor"
761
+ msgstr ""
762
+
763
+ #: wpf-admin/options-tabs/features.php:39
764
+ msgid ""
765
+ "This option adds topic subscription checkbox next to new topic and post "
766
+ "submit button."
767
+ msgstr ""
768
+
769
+ #: wpf-admin/options-tabs/features.php:40
770
+ msgid "Topic subscription option on post editor - checked/enabled"
771
+ msgstr ""
772
+
773
+ #: wpf-admin/options-tabs/features.php:40
774
+ msgid ""
775
+ "Enable this option if you want the topic subscription checkbox to be checked "
776
+ "by default."
777
+ msgstr ""
778
+
779
+ #: wpf-admin/options-tabs/features.php:41 wpf-includes/wpf-phrases.php:637
780
+ msgid "Insert Forum Attachments to Media Library"
781
+ msgstr ""
782
+
783
+ #: wpf-admin/options-tabs/features.php:41 wpf-includes/wpf-phrases.php:638
784
+ msgid ""
785
+ "Enable this option to be able manage forum attachments in Dashboard > Media "
786
+ "> Library admin page."
787
+ msgstr ""
788
+
789
+ #: wpf-admin/options-tabs/features.php:42 wpf-includes/wpf-phrases.php:602
790
+ msgid "Enable Debug Mode"
791
+ msgstr ""
792
+
793
+ #: wpf-admin/options-tabs/features.php:42 wpf-includes/wpf-phrases.php:603
794
+ msgid ""
795
+ "If you got some issue with wpForo, please enable this option before asking "
796
+ "for support, this outputs hidden important information to help us debug your "
797
+ "issue."
798
+ msgstr ""
799
+
800
+ #: wpf-admin/options-tabs/features.php:43 wpf-includes/wpf-phrases.php:134
801
+ msgid "Help wpForo to grow, show plugin info"
802
+ msgstr "Pomoc wpFóru k růstu a ukaž informace o pluginu"
803
+
804
+ #: wpf-admin/options-tabs/features.php:43 wpf-includes/wpf-phrases.php:227
805
+ msgid ""
806
+ "Please enable this option to help wpForo get more popularity as your thank "
807
+ "to the hard work we do for you totally free. This option adds a very small "
808
+ "icon in forum footer, which will allow your site visitors recognize the name "
809
+ "of forum solution you use."
810
+ msgstr ""
811
+ "Prosím povolte tohle nastavení a pomozte tím wpFóru k růstu a získání větší "
812
+ "popularity a jako poděkování pro vás stále chystáme nové funkce a vše je "
813
+ "plně zdarma. Toto nastavení přidá velmi malou ikonku do zápatí fóra přes "
814
+ "kterou když přejede návštěvník tak se mu zobrazí informace o pluginu."
815
+
816
+ #: wpf-admin/options-tabs/general.php:15 wpf-includes/wpf-phrases.php:107
817
+ msgid "Forum Base URL"
818
+ msgstr "Základní odkaz Fóra"
819
+
820
+ #: wpf-admin/options-tabs/general.php:24 wpf-includes/wpf-phrases.php:647
821
+ msgid "Turn WordPress to wpForo"
822
+ msgstr ""
823
+
824
+ #: wpf-admin/options-tabs/general.php:25
825
+ msgid ""
826
+ "This option will disable WordPress on front-end. Only forum pages and "
827
+ "excluded post/pages will be available. wpForo will look like as a stand-"
828
+ "alone forum."
829
+ msgstr ""
830
+
831
+ #: wpf-admin/options-tabs/general.php:28
832
+ msgid "Exclude page URLs"
833
+ msgstr ""
834
+
835
+ #: wpf-admin/options-tabs/general.php:28
836
+ msgid "one URL per line"
837
+ msgstr ""
838
+
839
+ #: wpf-admin/options-tabs/general.php:38
840
+ msgid "Visit Forum"
841
+ msgstr ""
842
+
843
+ #: wpf-admin/options-tabs/general.php:41
844
+ msgid ""
845
+ "wpForo PageID doesn't exist. Forums will not be loaded, please read this"
846
+ msgstr ""
847
+
848
+ #: wpf-admin/options-tabs/general.php:41
849
+ msgid "suppor topic"
850
+ msgstr ""
851
+
852
+ #: wpf-admin/options-tabs/general.php:43
853
+ msgid "Forum Page ID"
854
+ msgstr ""
855
+
856
+ #: wpf-admin/options-tabs/general.php:48 wpf-includes/wpf-phrases.php:121
857
+ msgid "Forum Title"
858
+ msgstr "Název Fóra"
859
+
860
+ #: wpf-admin/options-tabs/general.php:52 wpf-includes/wpf-phrases.php:108
861
+ msgid "Forum Description"
862
+ msgstr "Popis Fóra"
863
+
864
+ #: wpf-admin/options-tabs/general.php:57 wpf-includes/wpf-phrases.php:64
865
+ msgid "Dashboard Menu Position"
866
+ msgstr "Pozice menu nástěnky"
867
+
868
+ #: wpf-admin/options-tabs/general.php:58 wpf-includes/wpf-phrases.php:324
869
+ msgid "The position in the menu order wpForo should appear."
870
+ msgstr "Pozice"
871
+
872
+ #: wpf-admin/options-tabs/general.php:59 wpf-includes/wpf-phrases.php:349
873
+ msgid ""
874
+ "Use greater than 5 - below Posts, 10 - below Media, 15 - below Links, 20 - "
875
+ "below Pages, 25 - below comments, 60 - below first separator, 65 - below "
876
+ "Plugins, 70 - below Users, 75 - below Tools, 80 - below Settings, 100 - "
877
+ "below second separator"
878
+ msgstr ""
879
+
880
+ #: wpf-admin/options-tabs/general.php:68 wpf-includes/wpf-phrases.php:110
881
+ msgid "Forum Language"
882
+ msgstr "Jazyk Fóra"
883
+
884
+ #: wpf-admin/options-tabs/general.php:69
885
+ msgid ""
886
+ "This option is only related to XML language files. You should upload a "
887
+ "translation XML file to have a new language option in this drop-down. If you "
888
+ "are using PO/MO translation files you should change WordPress Language in "
889
+ "Dashboard > Settings admin page to load according translation for wpForo."
890
+ msgstr ""
891
+
892
+ #: wpf-admin/options-tabs/general.php:94 wpf-includes/wpf-phrases.php:144
893
+ msgid "Language XML file"
894
+ msgstr "Jazyk XML soubor"
895
+
896
+ #: wpf-admin/options-tabs/general.php:103 wpf-includes/wpf-phrases.php:22
897
+ msgid "Add New Language"
898
+ msgstr "Přidat nový Jazyk"
899
+
900
+ #: wpf-admin/options-tabs/members.php:13 wpf-includes/wpf-phrases.php:218
901
+ msgid "Online status timeout"
902
+ msgstr "Online status vypršel"
903
+
904
+ #: wpf-admin/options-tabs/members.php:16 wpf-admin/options-tabs/posts.php:19
905
+ #: wpf-admin/options-tabs/posts.php:23 wpf-admin/options-tabs/posts.php:31
906
+ #: wpf-admin/options-tabs/posts.php:35 wpf-includes/wpf-phrases.php:391
907
+ msgid "minutes"
908
+ msgstr "minutama"
909
+
910
+ #: wpf-admin/options-tabs/members.php:20 wpf-includes/wpf-phrases.php:180
911
+ msgid "Members URL structure"
912
+ msgstr "Uživatelská URL struktura"
913
+
914
+ #: wpf-admin/options-tabs/members.php:30 wpf-includes/wpf-phrases.php:62
915
+ msgid "Custom Authorization URLs"
916
+ msgstr ""
917
+
918
+ #: wpf-admin/options-tabs/members.php:32
919
+ msgid ""
920
+ "Use this option only if you have set other pages for authorization. \n"
921
+ " wpForo doesn't change its own URLs, these options "
922
+ "are only for other plugin compatibility. \n"
923
+ " For example, if you use BuddyPress or Ultimate "
924
+ "Member plugin you can set these values:"
925
+ msgstr ""
926
+
927
+ #: wpf-admin/options-tabs/members.php:35 wpf-admin/options-tabs/members.php:41
928
+ #: wpf-includes/wpf-phrases.php:162
929
+ msgid "Login URL"
930
+ msgstr "Přihlásit se odkaz (URL)"
931
+
932
+ #: wpf-admin/options-tabs/members.php:36 wpf-admin/options-tabs/members.php:42
933
+ #: wpf-includes/wpf-phrases.php:253
934
+ msgid "Register URL"
935
+ msgstr "Registrace odkaz (URL)"
936
+
937
+ #: wpf-admin/options-tabs/members.php:43 wpf-includes/wpf-phrases.php:164
938
+ msgid "Lost Password URL"
939
+ msgstr "Ztracené heslo odkaz (URL)"
940
+
941
+ #: wpf-admin/options-tabs/members.php:49 wpf-includes/wpf-phrases.php:175
942
+ msgid "Member Reputation and Titles"
943
+ msgstr ""
944
+
945
+ #: wpf-admin/options-tabs/members.php:57 wpf-includes/wpf-phrases.php:248
946
+ msgid "Rating Level"
947
+ msgstr "Úroveň hodnocení"
948
+
949
+ #: wpf-admin/options-tabs/members.php:58 wpf-includes/wpf-phrases.php:185
950
+ msgid "Min Number of Posts"
951
+ msgstr "Minimální počet příspěvků"
952
+
953
+ #: wpf-admin/options-tabs/members.php:59 wpf-includes/wpf-phrases.php:176
954
+ msgid "Member Title"
955
+ msgstr "Titul Uživatele"
956
+
957
+ #: wpf-admin/options-tabs/members.php:60 wpf-includes/wpf-phrases.php:294
958
+ msgid "Short Badge"
959
+ msgstr "Malý Odznak"
960
+
961
+ #: wpf-admin/options-tabs/members.php:61 wpf-includes/wpf-phrases.php:128
962
+ msgid "Full Badge"
963
+ msgstr "Velký Odznak"
964
+
965
+ #: wpf-admin/options-tabs/members.php:62 wpf-includes/wpf-phrases.php:246
966
+ msgid "Rating Color"
967
+ msgstr "Barva Hodnocení"
968
+
969
+ #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:247
970
+ msgid "Rating Icon"
971
+ msgstr "Ikonka Hodnocení"
972
+
973
+ #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:187
974
+ msgid "More"
975
+ msgstr "Více"
976
+
977
+ #: wpf-admin/options-tabs/members.php:68 wpf-includes/wpf-phrases.php:158
978
+ msgid "Level"
979
+ msgstr "Úroveň"
980
+
981
+ #: wpf-admin/options-tabs/members.php:69 wpf-includes/wpf-phrases.php:212
982
+ msgid "Number of Posts"
983
+ msgstr "Počet Příspěvků"
984
+
985
+ #: wpf-admin/options-tabs/members.php:70 wpf-includes/wpf-phrases.php:63
986
+ msgid "Custom Title"
987
+ msgstr "Vlastní Titul"
988
+
989
+ #: wpf-admin/options-tabs/members.php:73 wpf-includes/wpf-phrases.php:56
990
+ msgid "Color"
991
+ msgstr "Barva"
992
+
993
+ #: wpf-admin/options-tabs/members.php:74 wpf-includes/wpf-phrases.php:48
994
+ msgid "Badge Icon"
995
+ msgstr "Ikonka Odznaku"
996
+
997
+ #: wpf-admin/options-tabs/members.php:80
998
+ msgid "Enable Reputation Titles for selected usergroups"
999
+ msgstr ""
1000
+
1001
+ #: wpf-admin/options-tabs/members.php:81
1002
+ msgid ""
1003
+ "This option depends on \"Enable Member Rating Titles\" parent option, witch "
1004
+ "located in wpForo Settings > Features Tab"
1005
+ msgstr ""
1006
+
1007
+ #: wpf-admin/options-tabs/members.php:94
1008
+ msgid "Enable Reputation Badges for selected usergroups"
1009
+ msgstr ""
1010
+
1011
+ #: wpf-admin/options-tabs/members.php:95
1012
+ msgid ""
1013
+ "This option depends on \"Enable Member Rating\" parent option, witch located "
1014
+ "in wpForo Settings > Features Tab"
1015
+ msgstr ""
1016
+
1017
+ #: wpf-admin/options-tabs/members.php:108
1018
+ msgid "Display Usergroup under Post Author Avatar"
1019
+ msgstr ""
1020
+
1021
+ #: wpf-admin/options-tabs/plugins.php:9
1022
+ msgid ""
1023
+ "Thank you for using wpForo. wpForo is a premium forum plugin which will "
1024
+ "always be available for free. There will never be paid and pro versions of "
1025
+ "this forum board. However this is a very large and hard project so we also "
1026
+ "develop paid addons (extensions), which will financially help us to keep "
1027
+ "improving and adding new features to the free wpForo plugin. Forum addons "
1028
+ "will also be actively developed. The first addons \"Advanced Media Uploader"
1029
+ "\", \"Polls\", \"Private Messages\" and \"Ad Manager\" will be available "
1030
+ "very soon. Once you got some addon and activated that, you will find "
1031
+ "settings in vertical subTabs here."
1032
+ msgstr ""
1033
+ "Děkujeme za používání wpFóra. wpFóro je premium fórum plugin který je "
1034
+ "dostupný plně zdarma. Nikdy nebude placené verze ani pro verze fóra. Jedná "
1035
+ "se o velký a náročný projekt, takže budou dostupné Addony placené, které nás "
1036
+ "finančně podpoří a motivují nás pro to, aby jsme mohli nadále přidávat nové "
1037
+ "věci zdarma. První Addony budou například \"Vlastní nahrávání souborů\", "
1038
+ "\"Ankety\", \"Soukromé Zprávy\" a \"Manažér reklam\" budou dostupné již "
1039
+ "brzy. Jak addony aktivujete zobrazí se vám v nastavení fóra."
1040
+
1041
+ #: wpf-admin/options-tabs/posts.php:14 wpf-includes/wpf-phrases.php:214
1042
+ msgid "Number of Topics per Page"
1043
+ msgstr "Počet témat na stránku"
1044
+
1045
+ #: wpf-admin/options-tabs/posts.php:18 wpf-includes/wpf-phrases.php:30
1046
+ msgid "Allow Edit Own Topic for"
1047
+ msgstr "Povolit úpravu tématu po dobu"
1048
+
1049
+ #: wpf-admin/options-tabs/posts.php:22 wpf-includes/wpf-phrases.php:27
1050
+ msgid "Allow Delete Own Topic for"
1051
+ msgstr "Povolit smazání tématu po dobu"
1052
+
1053
+ #: wpf-admin/options-tabs/posts.php:26 wpf-includes/wpf-phrases.php:213
1054
+ msgid "Number of Posts per Page"
1055
+ msgstr "Počet příspěvků na stránku"
1056
+
1057
+ #: wpf-admin/options-tabs/posts.php:30 wpf-includes/wpf-phrases.php:29
1058
+ msgid "Allow Edit Own Post for"
1059
+ msgstr "Povolit upravování příspěvků po dobu"
1060
+
1061
+ #: wpf-admin/options-tabs/posts.php:34 wpf-includes/wpf-phrases.php:28
1062
+ msgid "Allow Delete Own post for"
1063
+ msgstr "Povolit smazání příspěvku pro"
1064
+
1065
+ #: wpf-admin/options-tabs/posts.php:40 wpf-includes/wpf-phrases.php:169
1066
+ msgid "Maximum upload file size"
1067
+ msgstr "Maximální velikost nahraného souboru"
1068
+
1069
+ #: wpf-admin/options-tabs/posts.php:41 wpf-includes/wpf-phrases.php:371
1070
+ msgid ""
1071
+ "You can not set this value more than \"upload_max_filesize\" and "
1072
+ "\"post_max_size\". If you want to increase server parameters please contact "
1073
+ "to your hosting service support."
1074
+ msgstr ""
1075
+ "Nemůžete změnit hodnoty více než je \"max_velikost souboru\" a "
1076
+ "\"max_velikost příspěvku\". Pokud chcete navýšit parametry serveru "
1077
+ "kontaktujte váš hosting."
1078
+
1079
+ #: wpf-admin/options-tabs/posts.php:44 wpf-includes/wpf-phrases.php:166
1080
+ msgid "MB"
1081
+ msgstr "MB"
1082
+
1083
+ #: wpf-admin/options-tabs/posts.php:47 wpf-includes/wpf-phrases.php:289
1084
+ msgid "Server \"upload_max_filesize\" is "
1085
+ msgstr "Server \"max_velikost nahraného souboru\" je"
1086
+
1087
+ #: wpf-admin/options-tabs/posts.php:48 wpf-includes/wpf-phrases.php:288
1088
+ msgid "Server \"post_max_size\" is "
1089
+ msgstr "Server \"max_velikost příspěvku\" je"
1090
+
1091
+ #: wpf-admin/options-tabs/posts.php:56
1092
+ msgid "Attachment click - message for non-permitted users"
1093
+ msgstr ""
1094
+
1095
+ #: wpf-admin/options-tabs/posts.php:57
1096
+ msgid ""
1097
+ "This message will be displayed when a non-permitted forum member clicks on "
1098
+ "attached file link in topic and posts."
1099
+ msgstr ""
1100
+
1101
+ #: wpf-admin/options-tabs/styles.php:13
1102
+ msgid "Font Sizes"
1103
+ msgstr ""
1104
+
1105
+ #: wpf-admin/options-tabs/styles.php:28 wpf-includes/wpf-phrases.php:481
1106
+ msgid "Post Content"
1107
+ msgstr ""
1108
+
1109
+ #: wpf-admin/options-tabs/styles.php:36 wpf-includes/wpf-phrases.php:61
1110
+ msgid "Custom CSS Code"
1111
+ msgstr ""
1112
+
1113
+ #: wpf-admin/options-tabs/styles.php:43
1114
+ msgid "Forum Color Styles"
1115
+ msgstr ""
1116
+
1117
+ #: wpf-admin/options.php:8 wpf-includes/wpf-phrases.php:117
1118
+ msgid "Forum Settings"
1119
+ msgstr "Nastavení Fóra"
1120
+
1121
+ #: wpf-admin/options.php:14 wpf-includes/wpf-phrases.php:129
1122
+ msgid "General"
1123
+ msgstr "Obecné"
1124
+
1125
+ #: wpf-admin/options.php:16 wpf-includes/wpf-phrases.php:105
1126
+ msgid "Forum Accesses"
1127
+ msgstr "Přístupy Fóra"
1128
+
1129
+ #: wpf-admin/options.php:17 wpf-includes/wpf-phrases.php:340
1130
+ msgid "Topics &amp; Posts"
1131
+ msgstr "Témata; Příspěvky"
1132
+
1133
+ #: wpf-admin/options.php:19 wpf-includes/wpf-phrases.php:76
1134
+ msgid "Emails"
1135
+ msgstr "Emaily"
1136
+
1137
+ #: wpf-admin/options.php:20 wpf-includes/wpf-phrases.php:96
1138
+ msgid "Features"
1139
+ msgstr "Funkce"
1140
+
1141
+ #: wpf-admin/options.php:22 wpf-includes/wpf-phrases.php:312
1142
+ msgid "Styles"
1143
+ msgstr "Styly"
1144
+
1145
+ #: wpf-admin/phrase.php:10 wpf-includes/wpf-phrases.php:127
1146
+ msgid "Front-end Phrases"
1147
+ msgstr "Front end Fráze"
1148
+
1149
+ #: wpf-admin/themes.php:9 wpf-includes/wpf-phrases.php:120
1150
+ msgid "Forum Themes"
1151
+ msgstr "Témata Fóra"
1152
+
1153
+ #: wpf-admin/themes.php:46 wpf-includes/wpf-phrases.php:60
1154
+ msgid "Current active theme"
1155
+ msgstr "Aktuální aktivní téma"
1156
+
1157
+ #: wpf-admin/themes.php:48 wpf-includes/wpf-phrases.php:138
1158
+ msgid "Inactive"
1159
+ msgstr "Neaktivní"
1160
+
1161
+ #: wpf-admin/themes.php:52 wpf-includes/wpf-phrases.php:143
1162
+ msgid "LAYOUTS"
1163
+ msgstr "ROZVRŽENÍ"
1164
+
1165
+ #: wpf-admin/themes.php:68 wpf-includes/wpf-phrases.php:17
1166
+ msgid "Activate"
1167
+ msgstr "Aktivovat"
1168
+
1169
+ #: wpf-admin/themes.php:69 wpf-includes/wpf-phrases.php:124
1170
+ msgid "Fresh Installation"
1171
+ msgstr "Čerstvá Instalace"
1172
+
1173
+ #: wpf-admin/themes.php:71 wpf-includes/wpf-phrases.php:140
1174
+ msgid "Install"
1175
+ msgstr "Instalace"
1176
+
1177
+ #: wpf-admin/themes.php:73 wpf-includes/wpf-phrases.php:38
1178
+ msgid "Are you sure you want to delete this theme files?"
1179
+ msgstr "Jste si jistí že chcete smazat tyto soubory šablony?"
1180
+
1181
+ #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:40
1182
+ msgid ""
1183
+ "Are you sure you want to reset all settings and style colors to default?"
1184
+ msgstr "Jste si jistí že chcete obnovit všechny předchozí styli a barvy?"
1185
+
1186
+ #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:269
1187
+ msgid "Reset Settings"
1188
+ msgstr "Obnovit Nastavení"
1189
+
1190
+ #: wpf-admin/themes.php:96 wpf-includes/wpf-phrases.php:202
1191
+ msgid "No layout found"
1192
+ msgstr "Žádné rozvržení nebylo nalezeno"
1193
+
1194
+ #: wpf-admin/themes.php:107 wpf-includes/wpf-phrases.php:207
1195
+ msgid "No theme found"
1196
+ msgstr "Žádná šablona nebyla nalezena"
1197
+
1198
+ #: wpf-admin/tools-tabs/antispam.php:11
1199
+ msgid ""
1200
+ "is not installed! For an advanced Spam Control please install Akismet "
1201
+ "antispam plugin, it works well with wpForo Spam Control system. Akismet is "
1202
+ "already integrated with wpForo. It'll help to filter posts and protect forum "
1203
+ "against spam attacks."
1204
+ msgstr ""
1205
+
1206
+ #: wpf-admin/tools-tabs/antispam.php:21
1207
+ msgid "Spam Control"
1208
+ msgstr ""
1209
+
1210
+ #: wpf-admin/tools-tabs/antispam.php:22
1211
+ msgid ""
1212
+ "Some useful options to limit just registered users and minimize spam. This "
1213
+ "control don't affect users whose Usergroup has \"Can edit member\" and \"Can "
1214
+ "pass moderation\" permissions."
1215
+ msgstr ""
1216
+
1217
+ #: wpf-admin/tools-tabs/antispam.php:28
1218
+ msgid "Enable wpForo Spam Control"
1219
+ msgstr ""
1220
+
1221
+ #: wpf-admin/tools-tabs/antispam.php:37
1222
+ msgid "Ban user when spam is suspicted"
1223
+ msgstr ""
1224
+
1225
+ #: wpf-admin/tools-tabs/antispam.php:46
1226
+ msgid "Notify via email when new user is banned"
1227
+ msgstr ""
1228
+
1229
+ #: wpf-admin/tools-tabs/antispam.php:55
1230
+ msgid "Spam Suspicion Level for Topics"
1231
+ msgstr ""
1232
+
1233
+ #: wpf-admin/tools-tabs/antispam.php:59
1234
+ msgid "Spam Suspicion Level for Posts"
1235
+ msgstr ""
1236
+
1237
+ #: wpf-admin/tools-tabs/antispam.php:64
1238
+ msgid " is enabled"
1239
+ msgstr ""
1240
+
1241
+ #: wpf-admin/tools-tabs/antispam.php:73
1242
+ msgid "New Registered User"
1243
+ msgstr ""
1244
+
1245
+ #: wpf-admin/tools-tabs/antispam.php:74
1246
+ msgid ""
1247
+ "Some useful options to limit just registered users and minimize spam. These "
1248
+ "options don't affect users whose Usergroup has \"Can edit member\" and \"Can "
1249
+ "pass moderation\" permissions."
1250
+ msgstr ""
1251
+
1252
+ #: wpf-admin/tools-tabs/antispam.php:81
1253
+ msgid "User is New (under hard spam control) during"
1254
+ msgstr ""
1255
+
1256
+ #: wpf-admin/tools-tabs/antispam.php:83
1257
+ msgid "first"
1258
+ msgstr ""
1259
+
1260
+ #: wpf-admin/tools-tabs/antispam.php:83
1261
+ msgid "posts"
1262
+ msgstr ""
1263
+
1264
+ #: wpf-admin/tools-tabs/antispam.php:86
1265
+ msgid "Min number of posts to be able attach files"
1266
+ msgstr ""
1267
+
1268
+ #: wpf-admin/tools-tabs/antispam.php:90
1269
+ msgid "Min number of posts to be able post links"
1270
+ msgstr ""
1271
+
1272
+ #: wpf-admin/tools-tabs/antispam.php:95
1273
+ msgid "Do not allow to attach files with following extensions:"
1274
+ msgstr ""
1275
+
1276
+ #: wpf-admin/tools-tabs/antispam.php:109
1277
+ msgid "Possible Spam Attachments"
1278
+ msgstr ""
1279
+
1280
+ #: wpf-admin/tools-tabs/antispam.php:110
1281
+ msgid ""
1282
+ "This tool is designed to find attachment which have been uploaded by "
1283
+ "spammers. The tool checks most common spammer filenames and suggest to "
1284
+ "delete but you should check one by one and make sure those are spam files "
1285
+ "before deleting."
1286
+ msgstr ""
1287
+
1288
+ #: wpf-admin/tools-tabs/antispam.php:112
1289
+ msgid "Directory"
1290
+ msgstr ""
1291
+
1292
+ #: wpf-admin/tools-tabs/antispam.php:138
1293
+ msgid "Delete this file"
1294
+ msgstr ""
1295
+
1296
+ #: wpf-admin/tools-tabs/antispam.php:138
1297
+ msgid "Are you sure you want to permanently delete this file?"
1298
+ msgstr ""
1299
+
1300
+ #: wpf-admin/tools-tabs/antispam.php:149
1301
+ msgid "Click to delete Blue marked files"
1302
+ msgstr ""
1303
+
1304
+ #: wpf-admin/tools-tabs/antispam.php:150
1305
+ msgid ""
1306
+ "Are you sure you want to delete all BLUE marked files listed here. Please "
1307
+ "download Wordpress /wp-content/uploads/wpforo/ folder to your local computer "
1308
+ "before deleting files, this is not undoable."
1309
+ msgstr ""
1310
+
1311
+ #: wpf-admin/tools-tabs/antispam.php:151 wpf-admin/tools-tabs/antispam.php:157
1312
+ #: wpf-admin/tools-tabs/antispam.php:163 wpf-admin/tools-tabs/antispam.php:169
1313
+ msgid "Delete All"
1314
+ msgstr ""
1315
+
1316
+ #: wpf-admin/tools-tabs/antispam.php:154
1317
+ msgid "Click to delete Orange marked files"
1318
+ msgstr ""
1319
+
1320
+ #: wpf-admin/tools-tabs/antispam.php:156
1321
+ msgid ""
1322
+ "Are you sure you want to delete all ORANGE marked files listed here. Please "
1323
+ "download Wordpress /wp-content/uploads/wpforo/ folder to your local computer "
1324
+ "before deleting files, this is not undoable."
1325
+ msgstr ""
1326
+
1327
+ #: wpf-admin/tools-tabs/antispam.php:160
1328
+ msgid "Click to delete Red marked files"
1329
+ msgstr ""
1330
+
1331
+ #: wpf-admin/tools-tabs/antispam.php:162
1332
+ msgid ""
1333
+ "Are you sure you want to delete all RED marked files listed here. Please "
1334
+ "download Wordpress /wp-content/uploads/wpforo/ folder to your local computer "
1335
+ "before deleting files, this is not undoable."
1336
+ msgstr ""
1337
+
1338
+ #: wpf-admin/tools-tabs/antispam.php:166
1339
+ msgid "Click to delete Dark Red marked files"
1340
+ msgstr ""
1341
+
1342
+ #: wpf-admin/tools-tabs/antispam.php:168
1343
+ msgid ""
1344
+ "Are you sure you want to delete all DARK RED marked files listed here. "
1345
+ "Please download Wordpress /wp-content/uploads/wpforo/ folder to your local "
1346
+ "computer before deleting files, this is not undoable."
1347
+ msgstr ""
1348
+
1349
+ #: wpf-admin/tools-tabs/cleanup.php:12
1350
+ msgid "Delete Inactive Users"
1351
+ msgstr ""
1352
+
1353
+ #: wpf-admin/tools-tabs/cleanup.php:13
1354
+ #, php-format
1355
+ msgid ""
1356
+ "Inactive users are the account owners who have no topics, posts, comments "
1357
+ "and subscriptions for new content. In 99% cases this kind of accounts are "
1358
+ "being registered by Spammers. This tool allows you to only keep active and "
1359
+ "known inactive users."
1360
+ msgstr ""
1361
+
1362
+ #: wpf-admin/tools-tabs/cleanup.php:19
1363
+ msgid "Inactive users who have been registered more than"
1364
+ msgstr ""
1365
+
1366
+ #: wpf-admin/tools-tabs/cleanup.php:20
1367
+ msgid "days ago"
1368
+ msgstr ""
1369
+
1370
+ #: wpf-admin/tools-tabs/cleanup.php:25
1371
+ msgid "Filter by Usergroups"
1372
+ msgstr ""
1373
+
1374
+ #: wpf-admin/tools-tabs/cleanup.php:36
1375
+ msgid "Enable Auto-cleanup of inactive users"
1376
+ msgstr ""
1377
+
1378
+ #: wpf-admin/tools.php:8
1379
+ msgid "Forum Tools"
1380
+ msgstr ""
1381
+
1382
+ #: wpf-admin/tools.php:14
1383
+ msgid "Antispam"
1384
+ msgstr ""
1385
+
1386
+ #: wpf-admin/tools.php:15
1387
+ msgid "Cleanup"
1388
+ msgstr ""
1389
+
1390
+ #: wpf-admin/usergroup.php:18 wpf-admin/usergroup.php:30
1391
+ #: wpf-admin/usergroup.php:62
1392
+ msgid "Usergroup Name"
1393
+ msgstr "Název Skupiny"
1394
+
1395
+ #: wpf-admin/usergroup.php:19
1396
+ msgid "Users Count"
1397
+ msgstr "Počet Uživatelů"
1398
+
1399
+ #: wpf-admin/usergroup.php:36
1400
+ msgid "Edit this usergroup"
1401
+ msgstr "Upravit tuto skupinu"
1402
+
1403
+ #: wpf-admin/usergroup.php:36 wpf-includes/wpf-phrases.php:73
1404
+ msgid "Edit"
1405
+ msgstr "Upravit"
1406
+
1407
+ #: wpf-admin/usergroup.php:37
1408
+ msgid "Delete this usergroup"
1409
+ msgstr "Smazat tuto skupinu"
1410
+
1411
+ #: wpf-admin/usergroup.php:39
1412
+ msgid "View users list in this usergroup"
1413
+ msgstr "Zobrazit všechny uživatele v této skupině"
1414
+
1415
+ #: wpf-admin/usergroup.php:43
1416
+ msgid "Count of users in this usergroup"
1417
+ msgstr "Počet uživatelů v této skupině"
1418
+
1419
+ #: wpf-admin/usergroup.php:62 wpf-includes/wpf-phrases.php:133
1420
+ msgid "Guest"
1421
+ msgstr "Host"
1422
+
1423
+ #: wpf-admin/usergroup.php:85 wpf-includes/wpf-phrases.php:375
1424
+ msgid "add"
1425
+ msgstr "přidat"
1426
+
1427
+ #: wpf-admin/usergroup.php:85
1428
+ msgid "save"
1429
+ msgstr "uložit"
1430
+
1431
+ #: wpf-admin/usergroup.php:106
1432
+ msgid "Delete Chosen Usergroup And Users"
1433
+ msgstr "Smazat zvolené skupiny a uživatele"
1434
+
1435
+ #: wpf-admin/usergroup.php:116
1436
+ msgid "Delete Chosen Usergroup And Join Users To Other Usergroup"
1437
+ msgstr "Smazat zvolené skupiny a připojit uživatele do jiné skupiny"
1438
+
1439
+ #: wpf-admin/usergroup.php:128
1440
+ msgid "Users will be join this usergroup"
1441
+ msgstr "Uživatelé se připojili do této skupiny"
1442
+
1443
+ #: wpf-includes/class-forums.php:601
1444
+ msgid "Add a new SubForum"
1445
+ msgstr ""
1446
+
1447
+ #: wpf-includes/class-forums.php:601
1448
+ msgid "Add a new Forum in this Category"
1449
+ msgstr ""
1450
+
1451
+ #: wpf-includes/class-members.php:160
1452
+ msgid "<strong>ERROR</strong>: Please enter a username."
1453
+ msgstr ""
1454
+
1455
+ #: wpf-includes/class-members.php:164
1456
+ msgid ""
1457
+ "<strong>ERROR</strong>: This username is invalid because it uses illegal "
1458
+ "characters. Please enter a valid username."
1459
+ msgstr ""
1460
+
1461
+ #: wpf-includes/class-members.php:173
1462
+ msgid ""
1463
+ "<strong>ERROR</strong>: This username is already registered. Please choose "
1464
+ "another one."
1465
+ msgstr ""
1466
+
1467
+ #: wpf-includes/class-members.php:177
1468
+ msgid "<strong>ERROR</strong>: Sorry, that username is not allowed."
1469
+ msgstr ""
1470
+
1471
+ #: wpf-includes/class-members.php:181
1472
+ msgid "<strong>ERROR</strong>: Please type your email address."
1473
+ msgstr ""
1474
+
1475
+ #: wpf-includes/class-members.php:185
1476
+ msgid "<strong>ERROR</strong>: The email address isn&#8217;t correct."
1477
+ msgstr ""
1478
+
1479
+ #: wpf-includes/class-members.php:190
1480
+ msgid ""
1481
+ "<strong>ERROR</strong>: This email is already registered, please choose "
1482
+ "another one."
1483
+ msgstr ""
1484
+
1485
+ #: wpf-includes/class-members.php:1128
1486
+ msgid "What should be done with wpForo content owned by this user?"
1487
+ msgstr ""
1488
+
1489
+ #: wpf-includes/class-members.php:1130
1490
+ msgid "What should be done with wpForo content owned by these users?"
1491
+ msgstr ""
1492
+
1493
+ #: wpf-includes/class-members.php:1134
1494
+ msgid "Delete all wpForo content."
1495
+ msgstr ""
1496
+
1497
+ #: wpf-includes/class-members.php:1136
1498
+ msgid "Attribute all content to:"
1499
+ msgstr ""
1500
+
1501
+ #: wpf-includes/class-moderation.php:164
1502
+ #, php-format
1503
+ msgid ""
1504
+ "Probably spam file attachments have been detected by wpForo Spam Control. "
1505
+ "Please moderate suspected files here %s"
1506
+ msgstr ""
1507
+
1508
+ #: wpf-includes/class-notices.php:136 wpf-includes/wpf-phrases.php:69
1509
+ msgid "Dismiss this notice."
1510
+ msgstr "Zamítnout tohle upozornění"
1511
+
1512
+ #: wpf-includes/class-notices.php:152
1513
+ msgid "New Addons for Your Forum!"
1514
+ msgstr ""
1515
+
1516
+ #: wpf-includes/class-notices.php:152
1517
+ msgid "Extend your forum with wpForo addons"
1518
+ msgstr ""
1519
+
1520
+ #: wpf-includes/class-notices.php:165
1521
+ msgid "View all Addons"
1522
+ msgstr ""
1523
+
1524
+ #: wpf-includes/class-permissions.php:129 wpf-includes/wpf-phrases.php:421
1525
+ #, php-format
1526
+ msgid "%s access successfully added"
1527
+ msgstr "%s přístup úspěšně přidán"
1528
+
1529
+ #: wpf-includes/class-permissions.php:154 wpf-includes/wpf-phrases.php:422
1530
+ #, php-format
1531
+ msgid "%s access successfully edited"
1532
+ msgstr "%s přístup úspěšně upraven"
1533
+
1534
+ #: wpf-includes/class-phrases.php:172 wpf-includes/wpf-phrases.php:7
1535
+ msgid " Forum"
1536
+ msgstr "Fórum"
1537
+
1538
+ #: wpf-includes/class-phrases.php:173 wpf-includes/wpf-phrases.php:6
1539
+ msgid " Discussion Board"
1540
+ msgstr "Deska diskuzí"
1541
+
1542
+ #: wpf-includes/class-template.php:32
1543
+ msgid "Insert link"
1544
+ msgstr ""
1545
+
1546
+ #: wpf-includes/class-template.php:33
1547
+ msgid "Link Text"
1548
+ msgstr ""
1549
+
1550
+ #: wpf-includes/class-template.php:34
1551
+ msgid "Open link in a new tab"
1552
+ msgstr ""
1553
+
1554
+ #: wpf-includes/class-template.php:1085 wpf-includes/wpf-phrases.php:328
1555
+ msgid "Theme file not readable"
1556
+ msgstr "Tato šablona není čitelná"
1557
+
1558
+ #: wpf-includes/functions-installation.php:54 wpf-includes/wpf-phrases.php:101
1559
+ msgid "Forum"
1560
+ msgstr "Fórum"
1561
+
1562
+ #: wpf-includes/functions-installation.php:55
1563
+ msgid "Discussion Board"
1564
+ msgstr ""
1565
+
1566
+ #: wpf-includes/functions-installation.php:85
1567
+ msgid "You are not permitted to view this attachment"
1568
+ msgstr ""
1569
+
1570
+ #: wpf-includes/functions-installation.php:807
1571
+ msgid "Start Profile Synchronization"
1572
+ msgstr ""
1573
+
1574
+ #: wpf-includes/functions-installation.php:807
1575
+ msgid "Continue Synchronization"
1576
+ msgstr ""
1577
+
1578
+ #: wpf-includes/functions-installation.php:810
1579
+ msgid ""
1580
+ "This process may take a few seconds or dozens of minutes, please be patient "
1581
+ "and don't close this page."
1582
+ msgstr ""
1583
+
1584
+ #: wpf-includes/functions-installation.php:811
1585
+ msgid ""
1586
+ "You can permanently disable this message in Dashboard > Forums > Features "
1587
+ "admin page."
1588
+ msgstr ""
1589
+
1590
+ #: wpf-includes/functions-installation.php:813
1591
+ msgid "wpForo Forum Installation | "
1592
+ msgstr ""
1593
+
1594
+ #: wpf-includes/functions-installation.php:814
1595
+ msgid ""
1596
+ "Forum users' profile data are not synchronized yet, this step is required! "
1597
+ "Please click the button below to complete installation."
1598
+ msgstr ""
1599
+
1600
+ #: wpf-includes/functions-template.php:7
1601
+ msgid "wpForo Menu"
1602
+ msgstr "wpFóro Menu"
1603
+
1604
+ #: wpf-includes/functions-template.php:157 wpf-includes/wpf-phrases.php:411
1605
+ msgid "wpForo Sidebar"
1606
+ msgstr "wpFóro Postranní panel"
1607
+
1608
+ #: wpf-includes/functions-template.php:158 wpf-includes/wpf-phrases.php:192
1609
+ msgid ""
1610
+ "NOTE: If you're going to add widgets in this sidebar, please use 'Full "
1611
+ "Width' template for wpForo index page to avoid sidebar duplication."
1612
+ msgstr ""
1613
+ "Upozornění: Pokud chcete přidat widget, prosím použijte \"Full Width\" "
1614
+ "šablonu pro wpFóro (index page) aby jste předešli duplikaci widgetů."
1615
+
1616
+ #: wpf-includes/functions-template.php:197
1617
+ #: wpf-includes/functions-template.php:304
1618
+ #: wpf-includes/functions-template.php:367
1619
+ #: wpf-includes/functions-template.php:442
1620
+ #: wpf-includes/functions-template.php:519
1621
+ #: wpf-includes/functions-template.php:566 wpf-includes/wpf-phrases.php:335
1622
+ msgid "Title"
1623
+ msgstr "Název"
1624
+
1625
+ #: wpf-includes/functions-template.php:370
1626
+ #: wpf-includes/functions-template.php:445
1627
+ #: wpf-includes/functions-template.php:522 wpf-includes/wpf-phrases.php:211
1628
+ msgid "Number of Items"
1629
+ msgstr "Počet věcí"
1630
+
1631
+ #: wpf-includes/functions-template.php:375 wpf-includes/wpf-phrases.php:70
1632
+ msgid "Display Avatars"
1633
+ msgstr "Obrazovka Avatarů"
1634
+
1635
+ #: wpf-includes/functions-template.php:449
1636
+ #: wpf-includes/functions-template.php:526 wpf-includes/wpf-phrases.php:72
1637
+ msgid "Display with Avatars"
1638
+ msgstr "Obrazovka s Avatary"
1639
+
1640
+ #: wpf-includes/functions.php:364
1641
+ msgid "Unapproved"
1642
+ msgstr ""
1643
+
1644
+ #: wpf-includes/functions.php:365
1645
+ msgid "Published"
1646
+ msgstr ""
1647
+
1648
+ #: wpf-includes/functions.php:374 wpf-includes/wpf-phrases.php:594
1649
+ msgid "Active"
1650
+ msgstr ""
1651
+
1652
+ #: wpf-includes/functions.php:375
1653
+ msgid "Banned"
1654
+ msgstr ""
1655
+
1656
+ #: wpf-includes/functions.php:388 wpf-includes/functions.php:686
1657
+ #: wpf-includes/wpf-phrases.php:50
1658
+ msgid "Bulk Actions"
1659
+ msgstr "Bulk Akce"
1660
+
1661
+ #: wpf-includes/functions.php:393 wpf-includes/functions.php:772
1662
+ #: wpf-includes/wpf-phrases.php:36
1663
+ msgid "Apply"
1664
+ msgstr "Aplikovat"
1665
+
1666
+ #: wpf-includes/functions.php:402 wpf-includes/wpf-phrases.php:301
1667
+ msgid "Show all forums"
1668
+ msgstr "Ukázat všechna fóra"
1669
+
1670
+ #: wpf-includes/functions.php:415 wpf-includes/wpf-phrases.php:351
1671
+ msgid "filter by group"
1672
+ msgstr ""
1673
+
1674
+ #: wpf-includes/functions.php:427
1675
+ msgid "filter by status"
1676
+ msgstr ""
1677
+
1678
+ #: wpf-includes/functions.php:443
1679
+ msgid "filter by package"
1680
+ msgstr ""
1681
+
1682
+ #: wpf-includes/functions.php:472
1683
+ msgid "filter by user"
1684
+ msgstr ""
1685
+
1686
+ #: wpf-includes/functions.php:492 wpf-includes/functions.php:694
1687
+ #: wpf-includes/wpf-phrases.php:386
1688
+ msgid "item"
1689
+ msgstr "položka"
1690
+
1691
+ #: wpf-includes/functions.php:525 wpf-includes/functions.php:541
1692
+ #: wpf-includes/wpf-phrases.php:285
1693
+ msgid "Select All"
1694
+ msgstr "Zvolit všechno"
1695
+
1696
+ #: wpf-includes/functions.php:530 wpf-includes/functions.php:546
1697
+ msgid "Type"
1698
+ msgstr ""
1699
+
1700
+ #: wpf-includes/functions.php:603 wpf-includes/wpf-phrases.php:384
1701
+ msgid "edit user"
1702
+ msgstr "upravit uživatele"
1703
+
1704
+ #: wpf-includes/functions.php:607 wpf-includes/wpf-phrases.php:383
1705
+ msgid "edit profile"
1706
+ msgstr "upravit profil"
1707
+
1708
+ #: wpf-includes/functions.php:612
1709
+ msgid "unban user"
1710
+ msgstr ""
1711
+
1712
+ #: wpf-includes/functions.php:612
1713
+ msgid "ban user"
1714
+ msgstr ""
1715
+
1716
+ #: wpf-includes/functions.php:612
1717
+ msgid "Are you sure, you want to unban this user?"
1718
+ msgstr ""
1719
+
1720
+ #: wpf-includes/functions.php:612
1721
+ msgid "Are you sure, you want to ban this user?"
1722
+ msgstr ""
1723
+
1724
+ #: wpf-includes/functions.php:617 wpf-includes/functions.php:627
1725
+ #: wpf-includes/wpf-phrases.php:67
1726
+ msgid "Delete this item"
1727
+ msgstr "Smazat tuto položku"
1728
+
1729
+ #: wpf-includes/functions.php:617 wpf-includes/functions.php:627
1730
+ #: wpf-includes/wpf-phrases.php:41
1731
+ msgid "Are you sure you whant to DELETE this item?"
1732
+ msgstr "Jste si jistí že chcete smazat tuto položku?"
1733
+
1734
+ #: wpf-includes/functions.php:622
1735
+ msgid "unapprove this item"
1736
+ msgstr ""
1737
+
1738
+ #: wpf-includes/functions.php:622
1739
+ msgid "Approve this item"
1740
+ msgstr ""
1741
+
1742
+ #: wpf-includes/functions.php:622
1743
+ msgid "unapprove"
1744
+ msgstr ""
1745
+
1746
+ #: wpf-includes/functions.php:622
1747
+ msgid "approve"
1748
+ msgstr ""
1749
+
1750
+ #: wpf-includes/functions.php:644 wpf-includes/functions.php:645
1751
+ #: wpf-includes/wpf-phrases.php:405
1752
+ msgid "view"
1753
+ msgstr "zobrazit"
1754
+
1755
+ #: wpf-includes/functions.php:665
1756
+ msgid "Topic"
1757
+ msgstr ""
1758
+
1759
+ #: wpf-includes/functions.php:665
1760
+ msgid "Post"
1761
+ msgstr ""
1762
+
1763
+ #: wpf-includes/functions.php:678 wpf-includes/wpf-phrases.php:201
1764
+ msgid "No items found"
1765
+ msgstr "Žádná položka nenalezena"
1766
+
1767
+ #: wpf-includes/functions.php:771 wpf-includes/wpf-phrases.php:141
1768
+ msgid "Items"
1769
+ msgstr "Položky"
1770
+
1771
+ #: wpf-includes/functions.php:1065
1772
+ #, php-format
1773
+ msgid "Could not write file %s"
1774
+ msgstr "Nemůžeme zaspat soubor %s"
1775
+
1776
+ #: wpf-includes/wpf-hooks.php:20 wpf-includes/wpf-phrases.php:136
1777
+ msgid ""
1778
+ "IMPORTANT! Uninstall is not a simple deactivation action. This action will "
1779
+ "permanently remove all forum data (forums, topics, replies, attachments...) "
1780
+ "from database. Please backup database before this action, you may need this "
1781
+ "forum data in future. If you are sure that you want to delete all forum data "
1782
+ "please confirm. If not, just cancel it, then you can deactivate this plugin, "
1783
+ "that will not remove forum data."
1784
+ msgstr ""
1785
+ "Důležité! Odinstalace není pouze deaktivace. Tato akce smaže všechna fóra, "
1786
+ "témata, příspěvky, odpovědi z databáze. Vytvořte si zálohu před akcí pokud "
1787
+ "potřebujete data fóra do budoucna. Pokud chcete vše smazat tak prosím "
1788
+ "potvrdte."
1789
+
1790
+ #: wpf-includes/wpf-hooks.php:20
1791
+ msgid "Uninstall"
1792
+ msgstr "Odinstalace"
1793
+
1794
+ #: wpf-includes/wpf-hooks.php:1057 wpf-includes/wpf-phrases.php:188
1795
+ msgid "Move"
1796
+ msgstr "Přesunout"
1797
+
1798
+ #: wpf-includes/wpf-hooks.php:1092
1799
+ msgid "Clear"
1800
+ msgstr ""
1801
+
1802
+ #: wpf-includes/wpf-hooks.php:1092
1803
+ msgid "Default"
1804
+ msgstr ""
1805
+
1806
+ #: wpf-includes/wpf-hooks.php:1092
1807
+ msgid "Select Color"
1808
+ msgstr ""
1809
+
1810
+ #: wpf-includes/wpf-hooks.php:1115
1811
+ msgid ""
1812
+ "IMPORTANT: wpForo can't work with default permalink, please change permalink "
1813
+ "structure"
1814
+ msgstr ""
1815
+
1816
+ #: wpf-includes/wpf-hooks.php:1136 wpf-includes/wpf-phrases.php:413
1817
+ msgid "wpForo Usergroup"
1818
+ msgstr "wpFóro Skupina"
1819
+
1820
+ #: wpf-includes/wpf-hooks.php:1144 wpf-includes/wpf-phrases.php:412
1821
+ msgid "wpForo User Timezone"
1822
+ msgstr "wpFóro Uživatelův Čas"
1823
+
1824
+ #: wpf-includes/wpf-hooks.php:1333 wpf-includes/wpf-hooks.php:1422
1825
+ msgid "Please Moderate: "
1826
+ msgstr ""
1827
+
1828
+ #: wpf-includes/wpf-hooks.php:1334
1829
+ msgid ""
1830
+ "This topic is currently unapproved. You can approve topics in Dashboard "
1831
+ "&raquo; Forums &raquo; Moderation admin page."
1832
+ msgstr ""
1833
+
1834
+ #: wpf-includes/wpf-hooks.php:1423
1835
+ msgid ""
1836
+ "This post is currently unapproved. You can approve posts in Dashboard "
1837
+ "&raquo; Forums &raquo; Moderation admin page."
1838
+ msgstr ""
1839
+
1840
+ #: wpf-includes/wpf-hooks.php:1600 wpf-includes/wpf-hooks.php:1646
1841
+ msgid "New Forum"
1842
+ msgstr ""
1843
+
1844
+ #: wpf-includes/wpf-hooks.php:1608
1845
+ msgid "New User Group"
1846
+ msgstr ""
1847
+
1848
+ #: wpf-includes/wpf-hooks.php:1616 wpf-includes/wpf-hooks.php:1714
1849
+ msgid "New Phrase"
1850
+ msgstr ""
1851
+
1852
+ #: wpf-includes/wpf-hooks.php:1631
1853
+ msgid "Community"
1854
+ msgstr ""
1855
+
1856
+ #: wpf-includes/wpf-hooks.php:1698
1857
+ msgid "New UserGroup"
1858
+ msgstr ""
1859
+
1860
+ #: wpf-includes/wpf-phrases.php:8
1861
+ #, php-format
1862
+ msgid "%s and %s liked"
1863
+ msgstr "%s a %s se líbí"
1864
+
1865
+ #: wpf-includes/wpf-phrases.php:9
1866
+ #, php-format
1867
+ msgid "%s liked"
1868
+ msgstr "%s se líbí"
1869
+
1870
+ #: wpf-includes/wpf-phrases.php:10
1871
+ #, php-format
1872
+ msgid "%s, %s and %s liked"
1873
+ msgstr "%s, %s a %s se líbí"
1874
+
1875
+ #: wpf-includes/wpf-phrases.php:11
1876
+ #, php-format
1877
+ msgid "%s, %s, %s and %d people liked"
1878
+ msgstr "%s, %s, %s a %d lidem se líbí"
1879
+
1880
+ #: wpf-includes/wpf-phrases.php:12
1881
+ msgid "AOL IM"
1882
+ msgstr "AOL IM"
1883
+
1884
+ #: wpf-includes/wpf-phrases.php:13
1885
+ msgid "About Me"
1886
+ msgstr "O "
1887
+
1888
+ #: wpf-includes/wpf-phrases.php:16
1889
+ msgid "Account"
1890
+ msgstr "Účet"
1891
+
1892
+ #: wpf-includes/wpf-phrases.php:19
1893
+ msgid "Activity"
1894
+ msgstr "Aktivita"
1895
+
1896
+ #: wpf-includes/wpf-phrases.php:23
1897
+ msgid "Add a comment"
1898
+ msgstr "Přidat komentář"
1899
+
1900
+ #: wpf-includes/wpf-phrases.php:24
1901
+ msgid "Add topic"
1902
+ msgstr "Přidat téma"
1903
+
1904
+ #: wpf-includes/wpf-phrases.php:32
1905
+ msgid "Answer"
1906
+ msgstr "Řešení"
1907
+
1908
+ #: wpf-includes/wpf-phrases.php:33
1909
+ msgid "Answer to"
1910
+ msgstr "Řešení na"
1911
+
1912
+ #: wpf-includes/wpf-phrases.php:34
1913
+ msgid "Answers"
1914
+ msgstr "Řešení"
1915
+
1916
+ #: wpf-includes/wpf-phrases.php:35
1917
+ msgid "Any Date"
1918
+ msgstr "Jakékoliv datum"
1919
+
1920
+ #: wpf-includes/wpf-phrases.php:42
1921
+ msgid "Ascending order"
1922
+ msgstr "Vzestupně"
1923
+
1924
+ #: wpf-includes/wpf-phrases.php:43
1925
+ msgid "Attach file:"
1926
+ msgstr "Připojit soubor: "
1927
+
1928
+ #: wpf-includes/wpf-phrases.php:44
1929
+ msgid "Attachments"
1930
+ msgstr "Přílohy"
1931
+
1932
+ #: wpf-includes/wpf-phrases.php:45
1933
+ msgid "Attachments Size"
1934
+ msgstr "Velikost příloh"
1935
+
1936
+ #: wpf-includes/wpf-phrases.php:47
1937
+ msgid "Avatar"
1938
+ msgstr "Avatar"
1939
+
1940
+ #: wpf-includes/wpf-phrases.php:53
1941
+ msgid "Change password"
1942
+ msgstr "Změnit heslo"
1943
+
1944
+ #: wpf-includes/wpf-phrases.php:54
1945
+ msgid "Choose target forum"
1946
+ msgstr "Zvolte cílové fórum"
1947
+
1948
+ #: wpf-includes/wpf-phrases.php:55 wpf-themes/classic/functions.php:44
1949
+ #: wpf-themes/classic/functions.php:65 wpf-themes/classic/functions.php:94
1950
+ msgid "Collapsed"
1951
+ msgstr "Zabalené"
1952
+
1953
+ #: wpf-includes/wpf-phrases.php:58
1954
+ msgid "Comments"
1955
+ msgstr "Komentáře"
1956
+
1957
+ #: wpf-includes/wpf-phrases.php:59
1958
+ msgid "Confirm my subscription"
1959
+ msgstr "Potvrdit můj odběr"
1960
+
1961
+ #: wpf-includes/wpf-phrases.php:65
1962
+ msgid "Date"
1963
+ msgstr "Datum"
1964
+
1965
+ #: wpf-includes/wpf-phrases.php:68
1966
+ msgid "Descending order"
1967
+ msgstr "Sestupně"
1968
+
1969
+ #: wpf-includes/wpf-phrases.php:71
1970
+ msgid "Display Name"
1971
+ msgstr "Jméno"
1972
+
1973
+ #: wpf-includes/wpf-phrases.php:74
1974
+ msgid "Edited: "
1975
+ msgstr "Upravil: "
1976
+
1977
+ #: wpf-includes/wpf-phrases.php:75
1978
+ msgid "Email"
1979
+ msgstr "Email"
1980
+
1981
+ #: wpf-includes/wpf-phrases.php:88
1982
+ msgid "Enter title here"
1983
+ msgstr "zadejte název zde"
1984
+
1985
+ #: wpf-includes/wpf-phrases.php:89 wpf-themes/classic/functions.php:43
1986
+ #: wpf-themes/classic/functions.php:64 wpf-themes/classic/functions.php:93
1987
+ msgid "Expanded"
1988
+ msgstr "Rozšířené"
1989
+
1990
+ #: wpf-includes/wpf-phrases.php:90 wpf-themes/classic/functions.php:90
1991
+ msgid "Extended Layout - Intro posts"
1992
+ msgstr "Rozšířený Nákres - Intro příspěvky"
1993
+
1994
+ #: wpf-includes/wpf-phrases.php:91 wpf-themes/classic/functions.php:40
1995
+ msgid "Extended Layout - Intro topics"
1996
+ msgstr "Rozšířený Nákres - Intro témata"
1997
+
1998
+ #: wpf-includes/wpf-phrases.php:92 wpf-themes/classic/functions.php:100
1999
+ msgid "Extended Layout - Number of intro posts"
2000
+ msgstr "Rozšířený Nákres - Počet info příspěvků"
2001
+
2002
+ #: wpf-includes/wpf-phrases.php:93 wpf-themes/classic/functions.php:49
2003
+ msgid "Extended Layout - Number of intro topics"
2004
+ msgstr "Rozšířený Nákres - Počet intro témat"
2005
+
2006
+ #: wpf-includes/wpf-phrases.php:94
2007
+ msgid "Facebook"
2008
+ msgstr "Facebook"
2009
+
2010
+ #: wpf-includes/wpf-phrases.php:95
2011
+ msgid "Failed to write file to disk"
2012
+ msgstr "Neúspěšné zapsání na disk"
2013
+
2014
+ #: wpf-includes/wpf-phrases.php:97
2015
+ msgid "File upload stopped by extension"
2016
+ msgstr "Nahrávání souboru přerušeno kvůli rozšíření"
2017
+
2018
+ #: wpf-includes/wpf-phrases.php:98
2019
+ msgid "Find Posts by User"
2020
+ msgstr "Najít Příspěvky od Uživatele"
2021
+
2022
+ #: wpf-includes/wpf-phrases.php:99
2023
+ msgid "Find Topics Started by User"
2024
+ msgstr "Najít Témata od UživaTELE"
2025
+
2026
+ #: wpf-includes/wpf-phrases.php:100
2027
+ msgid "First post and replies"
2028
+ msgstr "První příspěvek a odpovědi"
2029
+
2030
+ #: wpf-includes/wpf-phrases.php:102
2031
+ msgid "Forum - Login"
2032
+ msgstr "Fórum - Přihlásit se"
2033
+
2034
+ #: wpf-includes/wpf-phrases.php:103
2035
+ msgid "Forum - Page Not Found"
2036
+ msgstr "Fórum - Stránka nebyla nalezena"
2037
+
2038
+ #: wpf-includes/wpf-phrases.php:104
2039
+ msgid "Forum - Registration"
2040
+ msgstr "Fórum - Registrace"
2041
+
2042
+ #: wpf-includes/wpf-phrases.php:106
2043
+ msgid "Forum Admin Email Addresses"
2044
+ msgstr "Fórum admin email"
2045
+
2046
+ #: wpf-includes/wpf-phrases.php:109
2047
+ msgid "Forum Home"
2048
+ msgstr "Fórum Domů"
2049
+
2050
+ #: wpf-includes/wpf-phrases.php:111
2051
+ msgid "Forum Members"
2052
+ msgstr "Uživatelé Fóra"
2053
+
2054
+ #: wpf-includes/wpf-phrases.php:114
2055
+ msgid "Forum Profile"
2056
+ msgstr "Profil Fóra"
2057
+
2058
+ #: wpf-includes/wpf-phrases.php:115
2059
+ msgid "Forum RSS Feed"
2060
+ msgstr "Fórum RSS"
2061
+
2062
+ #: wpf-includes/wpf-phrases.php:119
2063
+ msgid "Forum Statistics"
2064
+ msgstr "Fórum Statistiky"
2065
+
2066
+ #: wpf-includes/wpf-phrases.php:122
2067
+ msgid "Forum is empty"
2068
+ msgstr "Fórum je prázdné"
2069
+
2070
+ #: wpf-includes/wpf-phrases.php:125
2071
+ msgid "From Email Address"
2072
+ msgstr "Z Emailové Adresy"
2073
+
2074
+ #: wpf-includes/wpf-phrases.php:126
2075
+ msgid "From Name"
2076
+ msgstr "Od Název"
2077
+
2078
+ #: wpf-includes/wpf-phrases.php:131
2079
+ msgid "Group"
2080
+ msgstr "Skupina"
2081
+
2082
+ #: wpf-includes/wpf-phrases.php:132
2083
+ msgid "Google+"
2084
+ msgstr ""
2085
+
2086
+ #: wpf-includes/wpf-phrases.php:135
2087
+ msgid "ICQ"
2088
+ msgstr "ICQ"
2089
+
2090
+ #: wpf-includes/wpf-phrases.php:139
2091
+ msgid "Insert member name or email"
2092
+ msgstr "Zadejte uživatelské jméno nebo email"
2093
+
2094
+ #: wpf-includes/wpf-phrases.php:142
2095
+ msgid "Joined"
2096
+ msgstr "Přidal se"
2097
+
2098
+ #: wpf-includes/wpf-phrases.php:145
2099
+ msgid "Last 24 hours"
2100
+ msgstr "Posledních 24 hodin"
2101
+
2102
+ #: wpf-includes/wpf-phrases.php:146
2103
+ msgid "Last 3 Months"
2104
+ msgstr "Poslední 3 Měsíce"
2105
+
2106
+ #: wpf-includes/wpf-phrases.php:147
2107
+ msgid "Last 6 Months"
2108
+ msgstr "Posledních 6 Mesíců"
2109
+
2110
+ #: wpf-includes/wpf-phrases.php:148
2111
+ msgid "Last Active"
2112
+ msgstr "Poslední Aktivní"
2113
+
2114
+ #: wpf-includes/wpf-phrases.php:149
2115
+ msgid "Last Month"
2116
+ msgstr "Poslední Měsíc"
2117
+
2118
+ #: wpf-includes/wpf-phrases.php:150
2119
+ msgid "Last Post"
2120
+ msgstr "Poslední Příspěvek"
2121
+
2122
+ #: wpf-includes/wpf-phrases.php:151
2123
+ msgid "Last Post Info"
2124
+ msgstr "Poslední Informace o příspěvku"
2125
+
2126
+ #: wpf-includes/wpf-phrases.php:152
2127
+ msgid "Last Week"
2128
+ msgstr "Poslední víkend"
2129
+
2130
+ #: wpf-includes/wpf-phrases.php:153
2131
+ msgid "Last Year ago"
2132
+ msgstr "Poslední Rok"
2133
+
2134
+ #: wpf-includes/wpf-phrases.php:154
2135
+ #, php-format
2136
+ msgid "Last post by %s"
2137
+ msgstr "Poslední příspěvek od %s"
2138
+
2139
+ #: wpf-includes/wpf-phrases.php:155
2140
+ msgid "Latest Post"
2141
+ msgstr "Poslední Příspěvek"
2142
+
2143
+ #: wpf-includes/wpf-phrases.php:156
2144
+ msgid "Leave a reply"
2145
+ msgstr "Zanechte odpověď"
2146
+
2147
+ #: wpf-includes/wpf-phrases.php:157
2148
+ msgid "Length must be between 3 characters and 30 characters."
2149
+ msgstr ""
2150
+
2151
+ #: wpf-includes/wpf-phrases.php:159
2152
+ msgid "Liked"
2153
+ msgstr "Se líbí"
2154
+
2155
+ #: wpf-includes/wpf-phrases.php:160
2156
+ msgid "Location"
2157
+ msgstr "Lokace"
2158
+
2159
+ #: wpf-includes/wpf-phrases.php:161
2160
+ msgid "Login"
2161
+ msgstr "Přihlásit se"
2162
+
2163
+ #: wpf-includes/wpf-phrases.php:163
2164
+ msgid "Logout"
2165
+ msgstr "Odhlásit se"
2166
+
2167
+ #: wpf-includes/wpf-phrases.php:165
2168
+ msgid "Lost your password?"
2169
+ msgstr "Ztratili jste heslo?"
2170
+
2171
+ #: wpf-includes/wpf-phrases.php:167
2172
+ msgid "MSN"
2173
+ msgstr "MSN"
2174
+
2175
+ #: wpf-includes/wpf-phrases.php:168
2176
+ msgid "Maximum allowed file size is"
2177
+ msgstr "Maximální povolená velikost souboru je"
2178
+
2179
+ #: wpf-includes/wpf-phrases.php:170
2180
+ msgid "Member Activity"
2181
+ msgstr "Aktivita Uživatele"
2182
+
2183
+ #: wpf-includes/wpf-phrases.php:171
2184
+ msgid "Member Information"
2185
+ msgstr "Informace o Uživateli"
2186
+
2187
+ #: wpf-includes/wpf-phrases.php:172
2188
+ msgid "Member Rating"
2189
+ msgstr "Hodnocení Uživatele"
2190
+
2191
+ #: wpf-includes/wpf-phrases.php:173
2192
+ msgid "Member Rating Badge"
2193
+ msgstr "Odznak Uživatele"
2194
+
2195
+ #: wpf-includes/wpf-phrases.php:174
2196
+ msgid "Member Reputation"
2197
+ msgstr "Reputace Uživatelů"
2198
+
2199
+ #: wpf-includes/wpf-phrases.php:177
2200
+ msgid "Member information"
2201
+ msgstr "Informace o Uživateli"
2202
+
2203
+ #: wpf-includes/wpf-phrases.php:181
2204
+ msgid "Members not found"
2205
+ msgstr "Uživatel nenalezen"
2206
+
2207
+ #: wpf-includes/wpf-phrases.php:182
2208
+ msgid ""
2209
+ "You have been banned. Please contact to forum administrators for more "
2210
+ "information."
2211
+ msgstr ""
2212
+
2213
+ #: wpf-includes/wpf-phrases.php:183
2214
+ msgid "Messages"
2215
+ msgstr "Zprávy"
2216
+
2217
+ #: wpf-includes/wpf-phrases.php:186
2218
+ msgid "Missing a temporary folder"
2219
+ msgstr "Chybí dočasná složka"
2220
+
2221
+ #: wpf-includes/wpf-phrases.php:189
2222
+ msgid "Move topic"
2223
+ msgstr "Přesunout téma"
2224
+
2225
+ #: wpf-includes/wpf-phrases.php:190
2226
+ msgid "Must be minimum 6 characters."
2227
+ msgstr "Musí mít minimálně 6 znaků."
2228
+
2229
+ #: wpf-includes/wpf-phrases.php:191
2230
+ msgid "My Profile"
2231
+ msgstr "Můj Profil"
2232
+
2233
+ #: wpf-includes/wpf-phrases.php:198
2234
+ msgid "No activity found for this member."
2235
+ msgstr "Žádná aktivita nebyla nalezena pro tohoto uživatele"
2236
+
2237
+ #: wpf-includes/wpf-phrases.php:199
2238
+ msgid "No file was uploaded"
2239
+ msgstr "Žádný soubor nebyl nahrán"
2240
+
2241
+ #: wpf-includes/wpf-phrases.php:200
2242
+ msgid "No forums were found here."
2243
+ msgstr "Žádná fóra nebyla nalezena"
2244
+
2245
+ #: wpf-includes/wpf-phrases.php:204
2246
+ msgid "No online members at the moment"
2247
+ msgstr "Žádní online uživatelé v tuto chvíli"
2248
+
2249
+ #: wpf-includes/wpf-phrases.php:206
2250
+ msgid "No subscriptions found for this member."
2251
+ msgstr "Žádné odběry nebyli nalezeny pro tohoto uživatele"
2252
+
2253
+ #: wpf-includes/wpf-phrases.php:208
2254
+ msgid "No topics were found here"
2255
+ msgstr "Žádné témata nebyli nalezeny"
2256
+
2257
+ #: wpf-includes/wpf-phrases.php:215
2258
+ msgid "Occupation"
2259
+ msgstr "Povolání"
2260
+
2261
+ #: wpf-includes/wpf-phrases.php:216
2262
+ msgid "Offline"
2263
+ msgstr "Offline"
2264
+
2265
+ #: wpf-includes/wpf-phrases.php:217
2266
+ msgid "Online"
2267
+ msgstr "Online"
2268
+
2269
+ #: wpf-includes/wpf-phrases.php:219
2270
+ msgid "Oops! The page you requested was not found!"
2271
+ msgstr "Oops! Stránka kterou hledáte zde není"
2272
+
2273
+ #: wpf-includes/wpf-phrases.php:220
2274
+ msgid "Our newest member"
2275
+ msgstr "Nový Uživatel"
2276
+
2277
+ #: wpf-includes/wpf-phrases.php:221
2278
+ msgid "Page"
2279
+ msgstr "Stránka"
2280
+
2281
+ #: wpf-includes/wpf-phrases.php:223
2282
+ msgid "Password"
2283
+ msgstr "Helso"
2284
+
2285
+ #: wpf-includes/wpf-phrases.php:225
2286
+ #, php-format
2287
+ msgid "Please %s or %s"
2288
+ msgstr "Prosím %s nebo %s"
2289
+
2290
+ #: wpf-includes/wpf-phrases.php:229
2291
+ msgid "Post Title"
2292
+ msgstr "Název Příspěvku"
2293
+
2294
+ #: wpf-includes/wpf-phrases.php:230
2295
+ msgid "Post link"
2296
+ msgstr "Odkaz Příspěvku"
2297
+
2298
+ #: wpf-includes/wpf-phrases.php:231
2299
+ msgid "Posted"
2300
+ msgstr "Napsal"
2301
+
2302
+ #: wpf-includes/wpf-phrases.php:232
2303
+ msgid "Posted by"
2304
+ msgstr "Napsal"
2305
+
2306
+ #: wpf-includes/wpf-phrases.php:234
2307
+ msgid "Powered by"
2308
+ msgstr "Vytvořeno od"
2309
+
2310
+ #: wpf-includes/wpf-phrases.php:236 wpf-themes/classic/functions.php:70
2311
+ msgid "Q&A Layout - Number of intro topics"
2312
+ msgstr "Q&A Rozvržení - Počet intro témat"
2313
+
2314
+ #: wpf-includes/wpf-phrases.php:237 wpf-themes/classic/functions.php:61
2315
+ msgid "Q&A layout - Intro topics"
2316
+ msgstr "Q&A Rozvržení - Intro témata"
2317
+
2318
+ #: wpf-includes/wpf-phrases.php:238
2319
+ msgid "Question Comments"
2320
+ msgstr "Komentářů na otázky"
2321
+
2322
+ #: wpf-includes/wpf-phrases.php:239
2323
+ msgid "Questions"
2324
+ msgstr "Dotazy"
2325
+
2326
+ #: wpf-includes/wpf-phrases.php:240
2327
+ msgid "Quote"
2328
+ msgstr "Citace"
2329
+
2330
+ #: wpf-includes/wpf-phrases.php:241
2331
+ msgid "RE"
2332
+ msgstr "RE"
2333
+
2334
+ #: wpf-includes/wpf-phrases.php:242
2335
+ msgid "REPLY:"
2336
+ msgstr "Odpověď:"
2337
+
2338
+ #: wpf-includes/wpf-phrases.php:243
2339
+ msgid "RSS"
2340
+ msgstr "RSS"
2341
+
2342
+ #: wpf-includes/wpf-phrases.php:244
2343
+ msgid "Rating"
2344
+ msgstr "Hocnocení"
2345
+
2346
+ #: wpf-includes/wpf-phrases.php:245
2347
+ msgid "Rating Badge"
2348
+ msgstr "Odznak"
2349
+
2350
+ #: wpf-includes/wpf-phrases.php:249
2351
+ msgid "Received Likes"
2352
+ msgstr "Přijato to se mi líbí"
2353
+
2354
+ #: wpf-includes/wpf-phrases.php:250
2355
+ msgid "Recent Questions"
2356
+ msgstr "Poslední Dotazy"
2357
+
2358
+ #: wpf-includes/wpf-phrases.php:251
2359
+ msgid "Recent Topics"
2360
+ msgstr "Poslední Témata"
2361
+
2362
+ #: wpf-includes/wpf-phrases.php:252
2363
+ msgid "Register"
2364
+ msgstr "Registrace"
2365
+
2366
+ #: wpf-includes/wpf-phrases.php:254
2367
+ msgid "Registered date"
2368
+ msgstr "Datum registrace"
2369
+
2370
+ #: wpf-includes/wpf-phrases.php:255
2371
+ msgid "Relevancy"
2372
+ msgstr "Relevantní"
2373
+
2374
+ #: wpf-includes/wpf-phrases.php:256
2375
+ msgid "Remember Me"
2376
+ msgstr "Zapamatovat si mě"
2377
+
2378
+ #: wpf-includes/wpf-phrases.php:262
2379
+ msgid "Replies"
2380
+ msgstr "Odpovědi"
2381
+
2382
+ #: wpf-includes/wpf-phrases.php:263
2383
+ msgid "Replies not found"
2384
+ msgstr "Odpovědi nebyli nalezeny"
2385
+
2386
+ #: wpf-includes/wpf-phrases.php:264
2387
+ msgid "Reply"
2388
+ msgstr "Odpověď"
2389
+
2390
+ #: wpf-includes/wpf-phrases.php:265
2391
+ msgid "Report"
2392
+ msgstr "Nahlásit"
2393
+
2394
+ #: wpf-includes/wpf-phrases.php:268
2395
+ msgid "Report to Administration"
2396
+ msgstr "Nahlásit Administrátorovi"
2397
+
2398
+ #: wpf-includes/wpf-phrases.php:270
2399
+ msgid "Result Info"
2400
+ msgstr "Výsledek"
2401
+
2402
+ #: wpf-includes/wpf-phrases.php:272
2403
+ msgid "Save Changes"
2404
+ msgstr "Uložit Změny"
2405
+
2406
+ #: wpf-includes/wpf-phrases.php:276
2407
+ msgid "Search"
2408
+ msgstr "Hledat"
2409
+
2410
+ #: wpf-includes/wpf-phrases.php:277
2411
+ msgid "Search Entire Posts"
2412
+ msgstr "Vyhledat Příspěvky"
2413
+
2414
+ #: wpf-includes/wpf-phrases.php:278
2415
+ msgid "Search Phrase"
2416
+ msgstr "Vyhledat Fráze"
2417
+
2418
+ #: wpf-includes/wpf-phrases.php:279
2419
+ msgid "Search Titles Only"
2420
+ msgstr "Vyhledat pouze Názvy"
2421
+
2422
+ #: wpf-includes/wpf-phrases.php:280
2423
+ msgid "Search Type"
2424
+ msgstr "Typ Hledání"
2425
+
2426
+ #: wpf-includes/wpf-phrases.php:281
2427
+ msgid "Search in Forums"
2428
+ msgstr "Hledat ve fórech"
2429
+
2430
+ #: wpf-includes/wpf-phrases.php:282
2431
+ msgid "Search in date period"
2432
+ msgstr "Hledat dle data"
2433
+
2434
+ #: wpf-includes/wpf-phrases.php:283
2435
+ msgid "Search result for"
2436
+ msgstr "Hledat výsledek pro"
2437
+
2438
+ #: wpf-includes/wpf-phrases.php:284
2439
+ msgid "Search..."
2440
+ msgstr "Hledám..."
2441
+
2442
+ #: wpf-includes/wpf-phrases.php:286
2443
+ msgid "Select Page"
2444
+ msgstr "Vybrat stránku"
2445
+
2446
+ #: wpf-includes/wpf-phrases.php:287
2447
+ msgid "Send Report"
2448
+ msgstr "Poslat Nahlášení"
2449
+
2450
+ #: wpf-includes/wpf-phrases.php:291
2451
+ msgid "Set Topic Sticky"
2452
+ msgstr "Připnout Téma"
2453
+
2454
+ #: wpf-includes/wpf-phrases.php:292 wpf-themes/classic/functions.php:101
2455
+ msgid ""
2456
+ "Set this option value 0 if you want to show all posts under topic intro area."
2457
+ msgstr "Nastavte hodnotu 0 pokud chcete ukázat všechny příspěvky pod tématem."
2458
+
2459
+ #: wpf-includes/wpf-phrases.php:293
2460
+ msgid "Shop Account"
2461
+ msgstr "Obchodní Účet"
2462
+
2463
+ #: wpf-includes/wpf-phrases.php:303
2464
+ msgid "Sign In"
2465
+ msgstr "Přihlásit se"
2466
+
2467
+ #: wpf-includes/wpf-phrases.php:304
2468
+ msgid "Signature"
2469
+ msgstr "Podpis"
2470
+
2471
+ #: wpf-includes/wpf-phrases.php:305
2472
+ msgid "Site Profile"
2473
+ msgstr "Profil na webu"
2474
+
2475
+ #: wpf-includes/wpf-phrases.php:306
2476
+ msgid "Skype"
2477
+ msgstr "Skype"
2478
+
2479
+ #: wpf-includes/wpf-phrases.php:308
2480
+ msgid "Social Networks"
2481
+ msgstr "Sociální Sítě"
2482
+
2483
+ #: wpf-includes/wpf-phrases.php:309
2484
+ msgid "Sorry, something wrong with your data."
2485
+ msgstr "omlouváme se, něco je špatně s vašimi údaji"
2486
+
2487
+ #: wpf-includes/wpf-phrases.php:310
2488
+ msgid "Sort Search Results by"
2489
+ msgstr "Zkrácené hledání výsledků dle"
2490
+
2491
+ #: wpf-includes/wpf-phrases.php:311
2492
+ msgid "Specify avatar by URL"
2493
+ msgstr "Zvolte avatar dle URL"
2494
+
2495
+ #: wpf-includes/wpf-phrases.php:313
2496
+ msgid "Subforums"
2497
+ msgstr "Subfóra"
2498
+
2499
+ #: wpf-includes/wpf-phrases.php:316
2500
+ msgid "Subscribe for new replies"
2501
+ msgstr "Přihlásit se k odběru nových odpovědí"
2502
+
2503
+ #: wpf-includes/wpf-phrases.php:317
2504
+ msgid "Subscribe for new topics"
2505
+ msgstr "Přihlásit se k odběru nových témat"
2506
+
2507
+ #: wpf-includes/wpf-phrases.php:319
2508
+ msgid "Subscriptions"
2509
+ msgstr "Odběry"
2510
+
2511
+ #: wpf-includes/wpf-phrases.php:321
2512
+ msgid ""
2513
+ "Thank you for using wpForo! wpForo is a professional bulletin board for "
2514
+ "WorPress, and the only forum software which comes with Multi-layout template "
2515
+ "system. The \"Extended"
2516
+ msgstr ""
2517
+
2518
+ #: wpf-includes/wpf-phrases.php:322
2519
+ msgid ""
2520
+ "Thank you for using wpForo. wpForo is a premium forum plugin which will "
2521
+ "always be available for free. There will never be paid and pro versions of "
2522
+ "this forum board. However this is a very large and hard project so we also "
2523
+ "develop paid addons (extensions), which will financially help us to keep "
2524
+ "improving and adding new features to the free wpForo plugin. Forum addons "
2525
+ "will also be actively developed. The first addons \"Advanced Media Uploader"
2526
+ msgstr ""
2527
+
2528
+ #: wpf-includes/wpf-phrases.php:325
2529
+ msgid ""
2530
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
2531
+ "the HTML form"
2532
+ msgstr ""
2533
+
2534
+ #: wpf-includes/wpf-phrases.php:326
2535
+ msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini"
2536
+ msgstr ""
2537
+
2538
+ #: wpf-includes/wpf-phrases.php:327
2539
+ msgid "The uploaded file was only partially uploaded"
2540
+ msgstr "Nahraný soubor byl nahrán jen částečně"
2541
+
2542
+ #: wpf-includes/wpf-phrases.php:334
2543
+ msgid "Timezone"
2544
+ msgstr "Časová Zóna"
2545
+
2546
+ #: wpf-includes/wpf-phrases.php:336
2547
+ msgid "Topic RSS Feed"
2548
+ msgstr "Téma RSS"
2549
+
2550
+ #: wpf-includes/wpf-phrases.php:337
2551
+ msgid "Topic Title"
2552
+ msgstr "Název Tématu"
2553
+
2554
+ #: wpf-includes/wpf-phrases.php:338
2555
+ msgid "Topic title"
2556
+ msgstr "Název tématu"
2557
+
2558
+ #: wpf-includes/wpf-phrases.php:341
2559
+ msgid "Twitter"
2560
+ msgstr "Twitter"
2561
+
2562
+ #: wpf-includes/wpf-phrases.php:342
2563
+ msgid "Unknown upload error"
2564
+ msgstr "Neznámá chyba při nahrávání"
2565
+
2566
+ #: wpf-includes/wpf-phrases.php:343
2567
+ msgid "Unsubscribe"
2568
+ msgstr "Odhlásit Odběr"
2569
+
2570
+ #: wpf-includes/wpf-phrases.php:346
2571
+ msgid "Upload an avatar"
2572
+ msgstr "Nahrát avatar"
2573
+
2574
+ #: wpf-includes/wpf-phrases.php:348
2575
+ msgid ""
2576
+ "Use comments to ask for more information or suggest improvements. Avoid "
2577
+ "answering questions in comments."
2578
+ msgstr "Použijte komentáře na zodpovězení více informací."
2579
+
2580
+ #: wpf-includes/wpf-phrases.php:350
2581
+ msgid "User"
2582
+ msgstr "Uživatel"
2583
+
2584
+ #: wpf-includes/wpf-phrases.php:352
2585
+ msgid "User Group"
2586
+ msgstr "Skupina"
2587
+
2588
+ #: wpf-includes/wpf-phrases.php:353
2589
+ msgid "Usergroup has been successfully deleted."
2590
+ msgstr "Skupina byla úspěšně smazána."
2591
+
2592
+ #: wpf-includes/wpf-phrases.php:354
2593
+ msgid ""
2594
+ "Usergroup has been successfully deleted. All users of this usergroup have "
2595
+ "been moved to the usergroup you've chosen"
2596
+ msgstr ""
2597
+ "Skupina byla úspěšně smazána. Všichni uživatelé budou přesunuti jak vy "
2598
+ "zvolíte."
2599
+
2600
+ #: wpf-includes/wpf-phrases.php:355
2601
+ msgid "Username"
2602
+ msgstr "Přihlašovací jméno"
2603
+
2604
+ #: wpf-includes/wpf-phrases.php:357
2605
+ msgid "View entire post"
2606
+ msgstr "Zobrazit celý příspěvek"
2607
+
2608
+ #: wpf-includes/wpf-phrases.php:358
2609
+ msgid "View the latest post"
2610
+ msgstr "Zobrazit poslední příspěvek"
2611
+
2612
+ #: wpf-includes/wpf-phrases.php:359
2613
+ msgid "Views"
2614
+ msgstr "Zobrazeno"
2615
+
2616
+ #: wpf-includes/wpf-phrases.php:360
2617
+ msgid "Votes"
2618
+ msgstr "Ohlasů"
2619
+
2620
+ #: wpf-includes/wpf-phrases.php:361
2621
+ msgid "Website"
2622
+ msgstr "Webová stránka"
2623
+
2624
+ #: wpf-includes/wpf-phrases.php:363
2625
+ msgid "Wordpress avatar system"
2626
+ msgstr "Wordpress avatar systém"
2627
+
2628
+ #: wpf-includes/wpf-phrases.php:364
2629
+ msgid "Working"
2630
+ msgstr "Zpracovávám"
2631
+
2632
+ #: wpf-includes/wpf-phrases.php:365
2633
+ msgid "Write message"
2634
+ msgstr "Napsat zprávu"
2635
+
2636
+ #: wpf-includes/wpf-phrases.php:366
2637
+ msgid "Yahoo"
2638
+ msgstr "Yahoo"
2639
+
2640
+ #: wpf-includes/wpf-phrases.php:368
2641
+ msgid "You"
2642
+ msgstr "Ty"
2643
+
2644
+ #: wpf-includes/wpf-phrases.php:370
2645
+ #, php-format
2646
+ msgid "You can go to %s page or Search here"
2647
+ msgstr "Můžete jít na %s stránku a hledat zde"
2648
+
2649
+ #: wpf-includes/wpf-phrases.php:372
2650
+ msgid "Your Answer"
2651
+ msgstr "Vaše Odpověď"
2652
+
2653
+ #: wpf-includes/wpf-phrases.php:373
2654
+ msgid "account"
2655
+ msgstr "Účet"
2656
+
2657
+ #: wpf-includes/wpf-phrases.php:374
2658
+ msgid "activity"
2659
+ msgstr "Aktivita"
2660
+
2661
+ #: wpf-includes/wpf-phrases.php:376
2662
+ msgid "add_new"
2663
+ msgstr "přidat_nový"
2664
+
2665
+ #: wpf-includes/wpf-phrases.php:377
2666
+ #, php-format
2667
+ msgid "%s ago"
2668
+ msgstr "před %s"
2669
+
2670
+ #: wpf-includes/wpf-phrases.php:378
2671
+ msgid "by"
2672
+ msgstr "od"
2673
+
2674
+ #: wpf-includes/wpf-phrases.php:379
2675
+ #, php-format
2676
+ msgid "by %s"
2677
+ msgstr "pd %s"
2678
+
2679
+ #: wpf-includes/wpf-phrases.php:380
2680
+ msgid "confirm password"
2681
+ msgstr "potvrdit heslo"
2682
+
2683
+ #: wpf-includes/wpf-phrases.php:385
2684
+ msgid "forums"
2685
+ msgstr "fóra"
2686
+
2687
+ #: wpf-includes/wpf-phrases.php:387
2688
+ msgid "login"
2689
+ msgstr "přihlásit se"
2690
+
2691
+ #: wpf-includes/wpf-phrases.php:388
2692
+ msgid "logout"
2693
+ msgstr "odhlásit se"
2694
+
2695
+ #: wpf-includes/wpf-phrases.php:389
2696
+ msgid "matches"
2697
+ msgstr "výsledky"
2698
+
2699
+ #: wpf-includes/wpf-phrases.php:390
2700
+ msgid "members"
2701
+ msgstr "uživatelé"
2702
+
2703
+ #: wpf-includes/wpf-phrases.php:392
2704
+ msgid "my profile"
2705
+ msgstr "můj profil"
2706
+
2707
+ #: wpf-includes/wpf-phrases.php:393
2708
+ msgid "new password"
2709
+ msgstr "nové heslo"
2710
+
2711
+ #: wpf-includes/wpf-phrases.php:394
2712
+ msgid "new password again"
2713
+ msgstr "nové heslo znovu"
2714
+
2715
+ #: wpf-includes/wpf-phrases.php:395
2716
+ msgid "next"
2717
+ msgstr "další"
2718
+
2719
+ #: wpf-includes/wpf-phrases.php:396
2720
+ msgid "old password"
2721
+ msgstr "staré heslo"
2722
+
2723
+ #: wpf-includes/wpf-phrases.php:397
2724
+ msgid "phrase_key"
2725
+ msgstr "fráze_klíč"
2726
+
2727
+ #: wpf-includes/wpf-phrases.php:398
2728
+ msgid "phrase_value"
2729
+ msgstr "fráze_hodnota"
2730
+
2731
+ #: wpf-includes/wpf-phrases.php:399
2732
+ msgid "posted"
2733
+ msgstr "napsal"
2734
+
2735
+ #: wpf-includes/wpf-phrases.php:400
2736
+ msgid "prev"
2737
+ msgstr "předchozí"
2738
+
2739
+ #: wpf-includes/wpf-phrases.php:401
2740
+ msgid "register"
2741
+ msgstr "registrace"
2742
+
2743
+ #: wpf-includes/wpf-phrases.php:402
2744
+ msgid "replies"
2745
+ msgstr "odpovědi"
2746
+
2747
+ #: wpf-includes/wpf-phrases.php:403
2748
+ msgid "subscriptions"
2749
+ msgstr "odběry"
2750
+
2751
+ #: wpf-includes/wpf-phrases.php:404
2752
+ msgid "update"
2753
+ msgstr "aktualizace"
2754
+
2755
+ #: wpf-includes/wpf-phrases.php:406
2756
+ msgid "view all posts"
2757
+ msgstr "zobrazit všechny příspěvky"
2758
+
2759
+ #: wpf-includes/wpf-phrases.php:407
2760
+ msgid "view all questions"
2761
+ msgstr "zobrazit všechny otázky"
2762
+
2763
+ #: wpf-includes/wpf-phrases.php:408
2764
+ msgid "view all topics"
2765
+ msgstr "zobrazit všechna témata"
2766
+
2767
+ #: wpf-includes/wpf-phrases.php:410
2768
+ msgid "wpForo Navigation"
2769
+ msgstr "navigace wpFóra"
2770
+
2771
+ #: wpf-includes/wpf-phrases.php:415
2772
+ msgid "{number}B"
2773
+ msgstr "{number}B"
2774
+
2775
+ #: wpf-includes/wpf-phrases.php:416
2776
+ msgid "{number}K"
2777
+ msgstr "{number}K"
2778
+
2779
+ #: wpf-includes/wpf-phrases.php:417
2780
+ msgid "{number}M"
2781
+ msgstr "{number}M"
2782
+
2783
+ #: wpf-includes/wpf-phrases.php:418
2784
+ msgid "{number}T"
2785
+ msgstr "{number}T"
2786
+
2787
+ #: wpf-includes/wpf-phrases.php:423
2788
+ msgid "Access add error"
2789
+ msgstr "Přístup ukázal chybu"
2790
+
2791
+ #: wpf-includes/wpf-phrases.php:424
2792
+ msgid "Access delete error"
2793
+ msgstr "Smazání přístupu ukázal chybu"
2794
+
2795
+ #: wpf-includes/wpf-phrases.php:425
2796
+ msgid "Access edit error"
2797
+ msgstr "Úprava přístupu ukázal chybu"
2798
+
2799
+ #: wpf-includes/wpf-phrases.php:426
2800
+ msgid "Access successfully deleted"
2801
+ msgstr "Přístup úspěšně smazán"
2802
+
2803
+ #: wpf-includes/wpf-phrases.php:427
2804
+ msgid "Add Topic error: No forum selected"
2805
+ msgstr "Všechny témata chyba: Nebylo vybráno fórum"
2806
+
2807
+ #: wpf-includes/wpf-phrases.php:428
2808
+ msgid "All Checked topics successfully deleted"
2809
+ msgstr "Všechny zvolené témata byli úspěšně smazány"
2810
+
2811
+ #: wpf-includes/wpf-phrases.php:429
2812
+ msgid "Can't add forum"
2813
+ msgstr "Nemůžeme přidat fórum"
2814
+
2815
+ #: wpf-includes/wpf-phrases.php:430
2816
+ msgid "Can't add new language"
2817
+ msgstr "Nemůžeme přidat jazyk"
2818
+
2819
+ #: wpf-includes/wpf-phrases.php:431
2820
+ msgid "Can't delete this Usergroup"
2821
+ msgstr "Nemůžeme smazat skupinu"
2822
+
2823
+ #: wpf-includes/wpf-phrases.php:432
2824
+ msgid "Can't send confirmation email"
2825
+ msgstr "nemůžeme poslat potvrzovací email"
2826
+
2827
+ #: wpf-includes/wpf-phrases.php:433
2828
+ msgid "Can't send report email"
2829
+ msgstr "Nemůžeme poslat email s nahlášením"
2830
+
2831
+ #: wpf-includes/wpf-phrases.php:434
2832
+ msgid "Can't subscribe to this item"
2833
+ msgstr "Nemůžeme se přihlásit k odběru této položky"
2834
+
2835
+ #: wpf-includes/wpf-phrases.php:435
2836
+ msgid "Can't write a post: This topic is closed"
2837
+ msgstr "Nemůžeme napsat příspěvek: Toto téma je zamčené"
2838
+
2839
+ #: wpf-includes/wpf-phrases.php:436
2840
+ msgid "Can`t upload file"
2841
+ msgstr "Nemůžete nahrát soubor"
2842
+
2843
+ #: wpf-includes/wpf-phrases.php:437
2844
+ msgid "Cannot update forum hierarchy"
2845
+ msgstr "nemůžeme aktualizovat hyerarchii fóra"
2846
+
2847
+ #: wpf-includes/wpf-phrases.php:438
2848
+ msgid "Cannot update post data"
2849
+ msgstr "Nemůžeme aktualizovat datum příspěvku"
2850
+
2851
+ #: wpf-includes/wpf-phrases.php:439
2852
+ msgid "Could not be unsubscribe from this item"
2853
+ msgstr "Nemůžete se odhlásit s odběru této položky"
2854
+
2855
+ #: wpf-includes/wpf-phrases.php:440
2856
+ msgid "Email address exists. Please insert another."
2857
+ msgstr "Tato emailová adresa existuje. Prosím zvolte jinou"
2858
+
2859
+ #: wpf-includes/wpf-phrases.php:441
2860
+ msgid "Error: Forum is not found"
2861
+ msgstr "Chyba: Fórum nebylo nalezeno"
2862
+
2863
+ #: wpf-includes/wpf-phrases.php:442
2864
+ msgid "Error: No topic selected"
2865
+ msgstr "Chyba: Nebylo zvoleno žádné téma"
2866
+
2867
+ #: wpf-includes/wpf-phrases.php:443
2868
+ msgid "Error: Topic is not found"
2869
+ msgstr "Chyba: Téma zde není"
2870
+
2871
+ #: wpf-includes/wpf-phrases.php:444
2872
+ msgid "Error: please inset some text to report."
2873
+ msgstr "Chyba: Prosím napiště zprávu k nahlášení"
2874
+
2875
+ #: wpf-includes/wpf-phrases.php:445
2876
+ msgid "Features successfully updated"
2877
+ msgstr "Funkce byli úspěšně aktualizovány"
2878
+
2879
+ #: wpf-includes/wpf-phrases.php:446
2880
+ msgid "Features successfully updated, but previous value not changed"
2881
+ msgstr "Funkce byli úspěšně aktualizovány. Předchozí hodnota nebylo změněna"
2882
+
2883
+ #: wpf-includes/wpf-phrases.php:447
2884
+ msgid "File type is not allowed"
2885
+ msgstr "Tento druh souboru není povolen"
2886
+
2887
+ #: wpf-includes/wpf-phrases.php:448
2888
+ msgid "Forum Base URL successfully updated"
2889
+ msgstr "Základní odkaz fóra byl úspěšně upraven"
2890
+
2891
+ #: wpf-includes/wpf-phrases.php:449
2892
+ msgid "Forum deleting error"
2893
+ msgstr "Při mazání fóra se vyskytla chyba"
2894
+
2895
+ #: wpf-includes/wpf-phrases.php:450
2896
+ msgid "Forum hierarchy successfully updated"
2897
+ msgstr "Hierarchie Fóra úspěšně upravena"
2898
+
2899
+ #: wpf-includes/wpf-phrases.php:451
2900
+ msgid "Forum is successfully merged"
2901
+ msgstr "Fórum je úspěšně sloučeno"
2902
+
2903
+ #: wpf-includes/wpf-phrases.php:452
2904
+ msgid "Forum merging error"
2905
+ msgstr "Při sloučení fóra se naskytla chyba"
2906
+
2907
+ #: wpf-includes/wpf-phrases.php:453
2908
+ msgid "Forum options successfully updated"
2909
+ msgstr "Nastavení Fóra úspěšně aktualizováno"
2910
+
2911
+ #: wpf-includes/wpf-phrases.php:454
2912
+ msgid "Forum options successfully updated, but previous value not changed"
2913
+ msgstr "Nastavení Fóra úspěšně aktualizováno, předchozí hodnota nebyla změněna"
2914
+
2915
+ #: wpf-includes/wpf-phrases.php:455
2916
+ msgid "Forum successfully updated"
2917
+ msgstr "Fórum bylo úspěšně aktualizováno"
2918
+
2919
+ #: wpf-includes/wpf-phrases.php:456
2920
+ msgid "Forum update error"
2921
+ msgstr "Při aktualizaci fóra se vyskytla chyba"
2922
+
2923
+ #: wpf-includes/wpf-phrases.php:457
2924
+ msgid "General options successfully updated"
2925
+ msgstr "Základní nastavení bylo úspěšně aktualizováno"
2926
+
2927
+ #: wpf-includes/wpf-phrases.php:458
2928
+ msgid "Illegal character in username."
2929
+ msgstr "Špatné znaky v uživatelském jménu."
2930
+
2931
+ #: wpf-includes/wpf-phrases.php:459
2932
+ msgid "Insert your Email address."
2933
+ msgstr "Zadejte váš email"
2934
+
2935
+ #: wpf-includes/wpf-phrases.php:460
2936
+ msgid "Invalid Email address"
2937
+ msgstr "Špatná emailová adresa"
2938
+
2939
+ #: wpf-includes/wpf-phrases.php:461
2940
+ msgid "Invalid request!"
2941
+ msgstr "Špatný požadavek"
2942
+
2943
+ #: wpf-includes/wpf-phrases.php:462
2944
+ msgid "Member options successfully updated"
2945
+ msgstr "Nastavení Uživatelů bylo úspěšně aktualizováno"
2946
+
2947
+ #: wpf-includes/wpf-phrases.php:463
2948
+ msgid "Member options successfully updated, but previous value not changed"
2949
+ msgstr ""
2950
+ "Nastavení Uživatelů bylo úspěšně aktualizováno, ale předchozí hodnota nebyla "
2951
+ "změněna"
2952
+
2953
+ #: wpf-includes/wpf-phrases.php:464
2954
+ msgid "Message has been sent"
2955
+ msgstr "Zpráva byla odeslána"
2956
+
2957
+ #: wpf-includes/wpf-phrases.php:465
2958
+ msgid ""
2959
+ "New language successfully added and changed wpforo language to new language"
2960
+ msgstr "Nový jazyk byl úspěšně přidán a nastaven jako výchozí"
2961
+
2962
+ #: wpf-includes/wpf-phrases.php:466
2963
+ msgid "No Posts found for update"
2964
+ msgstr "Žádné příspěvky nebyli nalezeny pro aktualizaci"
2965
+
2966
+ #: wpf-includes/wpf-phrases.php:467
2967
+ msgid "Password length must be between 6 characters and 20 characters."
2968
+ msgstr "Délka hesla musí mít 6-20 znaků."
2969
+
2970
+ #: wpf-includes/wpf-phrases.php:468
2971
+ msgid "Password mismatch."
2972
+ msgstr "Hesla se neschodují"
2973
+
2974
+ #: wpf-includes/wpf-phrases.php:469
2975
+ msgid "Permission denied"
2976
+ msgstr "Přístup odepřen"
2977
+
2978
+ #: wpf-includes/wpf-phrases.php:470
2979
+ msgid "Permission denied for add forum"
2980
+ msgstr "Přístup odepřen pro přidání fóra"
2981
+
2982
+ #: wpf-includes/wpf-phrases.php:471
2983
+ msgid "Permission denied for delete forum"
2984
+ msgstr "Přístup odepřen pro smazání fóra"
2985
+
2986
+ #: wpf-includes/wpf-phrases.php:472
2987
+ msgid "Permission denied for edit forum"
2988
+ msgstr "Přístup odepřen pro úpravu fóra"
2989
+
2990
+ #: wpf-includes/wpf-phrases.php:473
2991
+ msgid "Permission denied for this action"
2992
+ msgstr "Přístup odepřen pro tuto akci"
2993
+
2994
+ #: wpf-includes/wpf-phrases.php:474
2995
+ msgid "Phrase add error"
2996
+ msgstr "Vyskytla se chyba při přidání Fráze"
2997
+
2998
+ #: wpf-includes/wpf-phrases.php:475
2999
+ msgid "Phrase adding error"
3000
+ msgstr "Vyskytla se chyba při přidání Fráze"
3001
+
3002
+ #: wpf-includes/wpf-phrases.php:476
3003
+ msgid "Phrase successfully added"
3004
+ msgstr "Fráze úspěšně přidána"
3005
+
3006
+ #: wpf-includes/wpf-phrases.php:477
3007
+ msgid "Phrase successfully updates"
3008
+ msgstr "Fráze úspěšně aktualizována"
3009
+
3010
+ #: wpf-includes/wpf-phrases.php:478
3011
+ msgid "Phrase update error"
3012
+ msgstr "Aktualizace Fráze se nezdařila"
3013
+
3014
+ #: wpf-includes/wpf-phrases.php:479
3015
+ msgid "Please insert required fields!"
3016
+ msgstr "Prosím vyplňte povinné pole!"
3017
+
3018
+ #: wpf-includes/wpf-phrases.php:480
3019
+ msgid "Post delete error"
3020
+ msgstr "Smazání příspěvku bylo neúspěšné"
3021
+
3022
+ #: wpf-includes/wpf-phrases.php:482
3023
+ msgid "Post options successfully updated"
3024
+ msgstr "Nastavení příspěvku bylo úspěšně aktualizováno"
3025
+
3026
+ #: wpf-includes/wpf-phrases.php:483
3027
+ msgid "Post options successfully updated, but previous value not changed"
3028
+ msgstr ""
3029
+ "Nastavení příspěvku bylo úspěšně aktualizováno, ale předchozí hodnota nebyla "
3030
+ "změněná"
3031
+
3032
+ #: wpf-includes/wpf-phrases.php:484
3033
+ msgid "Registration Error"
3034
+ msgstr "Chyba registrace"
3035
+
3036
+ #: wpf-includes/wpf-phrases.php:485
3037
+ msgid "Reply request error"
3038
+ msgstr "Požadavek na odpověď byl neúspěšný"
3039
+
3040
+ #: wpf-includes/wpf-phrases.php:486
3041
+ msgid "Something wrong with profile data."
3042
+ msgstr "Něco je špatně s daty profilu."
3043
+
3044
+ #: wpf-includes/wpf-phrases.php:487
3045
+ msgid "Subscribe options successfully updated"
3046
+ msgstr "Nastavení Odběru bylo úspěšně aktualizováno"
3047
+
3048
+ #: wpf-includes/wpf-phrases.php:488
3049
+ msgid "Subscribe options successfully updated, but previous value not changed"
3050
+ msgstr ""
3051
+ "Nastavení Odběru bylo úspěšně aktualizováno, ale předchozí hodnota nebyla "
3052
+ "změněna"
3053
+
3054
+ #: wpf-includes/wpf-phrases.php:489
3055
+ msgid "Success! Thank you Dear Friend"
3056
+ msgstr "Povedlo se! Děkujeme"
3057
+
3058
+ #: wpf-includes/wpf-phrases.php:490
3059
+ msgid ""
3060
+ "Success! Thank you. Please check your email and click confirmation link "
3061
+ "below to complete this step."
3062
+ msgstr ""
3063
+ "Povedlo se! Děkujeme. Prosím zkontrolujte vaší emailovou adresu k dokončení."
3064
+
3065
+ #: wpf-includes/wpf-phrases.php:491
3066
+ msgid "Successfully updated"
3067
+ msgstr "Úspěšně aktualizováno"
3068
+
3069
+ #: wpf-includes/wpf-phrases.php:492
3070
+ msgid "Successfully voted"
3071
+ msgstr "Úspěšně hlasováno"
3072
+
3073
+ #: wpf-includes/wpf-phrases.php:493
3074
+ msgid "The uploaded file size is too big"
3075
+ msgstr "Nahraný soubor je příliš velký"
3076
+
3077
+ #: wpf-includes/wpf-phrases.php:494
3078
+ msgid "Theme options successfully updated"
3079
+ msgstr "Nastavení šablony úspěšně aktualizováno"
3080
+
3081
+ #: wpf-includes/wpf-phrases.php:495
3082
+ msgid "This email address is already registered. Please insert another."
3083
+ msgstr "Tento email je již registrován. Prosím zvolte jiný."
3084
+
3085
+ #: wpf-includes/wpf-phrases.php:496
3086
+ msgid "This post successfully deleted"
3087
+ msgstr "Příspěvek byl úspěšně smazán"
3088
+
3089
+ #: wpf-includes/wpf-phrases.php:497
3090
+ msgid "This post successfully edited"
3091
+ msgstr "Příspěvek byl úspěšně upraven"
3092
+
3093
+ #: wpf-includes/wpf-phrases.php:498
3094
+ msgid "This topic successfully deleted"
3095
+ msgstr "Téma bylo úspěšně smazáno"
3096
+
3097
+ #: wpf-includes/wpf-phrases.php:499
3098
+ msgid "Topic Move Error"
3099
+ msgstr "Přesunutí tématu se nezdařilo"
3100
+
3101
+ #: wpf-includes/wpf-phrases.php:500
3102
+ msgid "Topic add error"
3103
+ msgstr "Přidání tématu vyhodilo chybu"
3104
+
3105
+ #: wpf-includes/wpf-phrases.php:501
3106
+ msgid "Topic delete error"
3107
+ msgstr "Smazání tématu vyhodilo chybu"
3108
+
3109
+ #: wpf-includes/wpf-phrases.php:502
3110
+ msgid "Topic edit error"
3111
+ msgstr "Upravení tématu vyhodilo chybu"
3112
+
3113
+ #: wpf-includes/wpf-phrases.php:503
3114
+ msgid "Topic not found."
3115
+ msgstr "Téma Nebylo nalezeno"
3116
+
3117
+ #: wpf-includes/wpf-phrases.php:504
3118
+ msgid "Topic successfully moved"
3119
+ msgstr "Téma bylo úspěšně přesunuto"
3120
+
3121
+ #: wpf-includes/wpf-phrases.php:505
3122
+ msgid "Topic successfully updated"
3123
+ msgstr "Téma bylo úspěšně aktualizováno"
3124
+
3125
+ #: wpf-includes/wpf-phrases.php:506
3126
+ msgid "Topics delete error"
3127
+ msgstr "Smazání téma vyhodilo chybu"
3128
+
3129
+ #: wpf-includes/wpf-phrases.php:507
3130
+ msgid "User delete error"
3131
+ msgstr "Smazání uživatele vyhodilo chybu"
3132
+
3133
+ #: wpf-includes/wpf-phrases.php:508
3134
+ msgid "User group add error"
3135
+ msgstr "Přidání skupiny vyhodilo chybu"
3136
+
3137
+ #: wpf-includes/wpf-phrases.php:509
3138
+ msgid "User group edit error"
3139
+ msgstr "Úprava skupiny vyhodila chybu"
3140
+
3141
+ #: wpf-includes/wpf-phrases.php:510
3142
+ msgid "User group successfully added"
3143
+ msgstr "Skupina byla úspěšně přidána"
3144
+
3145
+ #: wpf-includes/wpf-phrases.php:511
3146
+ msgid "User group successfully edited"
3147
+ msgstr "Skupina byla úspěšně upravena"
3148
+
3149
+ #: wpf-includes/wpf-phrases.php:512
3150
+ msgid "User successfully deleted from wpforo"
3151
+ msgstr "Uživatel byl úspěšně smazán z wpFóra"
3152
+
3153
+ #: wpf-includes/wpf-phrases.php:513
3154
+ msgid "Username exists. Please insert another."
3155
+ msgstr "Uživatelské jméno existuje. Zvolte prosím jiné."
3156
+
3157
+ #: wpf-includes/wpf-phrases.php:514
3158
+ msgid "Username is missed."
3159
+ msgstr "Uživatelské jméno chybí"
3160
+
3161
+ #: wpf-includes/wpf-phrases.php:515
3162
+ msgid "Username length must be between 3 characters and 30 characters."
3163
+ msgstr ""
3164
+
3165
+ #: wpf-includes/wpf-phrases.php:516
3166
+ msgid "Welcome to our Community!"
3167
+ msgstr "Vítejte v naší komunitě!"
3168
+
3169
+ #: wpf-includes/wpf-phrases.php:517
3170
+ msgid "Wrong post data"
3171
+ msgstr "Špatné informace příspěvku"
3172
+
3173
+ #: wpf-includes/wpf-phrases.php:518
3174
+ msgid "You are already voted this post"
3175
+ msgstr "Již jste hlasoval pro tento přsípěvek"
3176
+
3177
+ #: wpf-includes/wpf-phrases.php:519
3178
+ msgid "You have been successfully subscribed"
3179
+ msgstr "Byl jste úspěšně přihlášen k odběru"
3180
+
3181
+ #: wpf-includes/wpf-phrases.php:520
3182
+ msgid "You have been successfully unsubscribed"
3183
+ msgstr "Byl jste úspěšně odhlášen z odběru"
3184
+
3185
+ #: wpf-includes/wpf-phrases.php:521
3186
+ msgid "You have no permission to edit this topic"
3187
+ msgstr "Nemáte dostatečné oprávnění k úpravě tématu"
3188
+
3189
+ #: wpf-includes/wpf-phrases.php:522
3190
+ msgid "You haven't permission to create post into this forum"
3191
+ msgstr "Nemáte dostatečné oprávnění k vytvoření příspěvku v tomto fóru"
3192
+
3193
+ #: wpf-includes/wpf-phrases.php:523
3194
+ msgid "You haven't permission to create topic into this forum"
3195
+ msgstr "Nemáte dostatečné oprávnění k vytvoření tématu na tomto fóru"
3196
+
3197
+ #: wpf-includes/wpf-phrases.php:524
3198
+ msgid "You haven't permission to delete post from this forum"
3199
+ msgstr "Nemáte dostatečné oprávnění ke smazání příspěvku z tohoto fóra"
3200
+
3201
+ #: wpf-includes/wpf-phrases.php:525
3202
+ msgid "You haven't permission to delete topic from this forum"
3203
+ msgstr "Nemáte dostatečné oprávnění ke smazání tématu z tohoto fóra"
3204
+
3205
+ #: wpf-includes/wpf-phrases.php:526
3206
+ msgid "You haven't permission to edit post from this forum"
3207
+ msgstr "Nemáte dostatečné oprávnění k úpravě příspěvku z tohoto fóra"
3208
+
3209
+ #: wpf-includes/wpf-phrases.php:527
3210
+ msgid "You successfully replied"
3211
+ msgstr "Odpověď úspěšně poslána"
3212
+
3213
+ #: wpf-includes/wpf-phrases.php:528
3214
+ msgid "Your forum successfully added"
3215
+ msgstr "Fórum bylo úspěšně přidáno"
3216
+
3217
+ #: wpf-includes/wpf-phrases.php:529
3218
+ msgid "Your forum successfully deleted"
3219
+ msgstr "Fórum bylo úspěšně smazáno"
3220
+
3221
+ #: wpf-includes/wpf-phrases.php:530
3222
+ msgid "Your profile data have been successfully updated."
3223
+ msgstr "Vaše profilové údaje byli úspěšně aktualizovány."
3224
+
3225
+ #: wpf-includes/wpf-phrases.php:531
3226
+ msgid "Your subscription for this item could not be confirmed"
3227
+ msgstr "Váš odběr pto tuto položku nemůže být potvrzen"
3228
+
3229
+ #: wpf-includes/wpf-phrases.php:532
3230
+ msgid "Your topic successfully added"
3231
+ msgstr "Vaše téma bylo úspěšně přidáno"
3232
+
3233
+ #: wpf-includes/wpf-phrases.php:534
3234
+ msgid "Dashboard - Can create forum"
3235
+ msgstr ""
3236
+
3237
+ #: wpf-includes/wpf-phrases.php:535
3238
+ msgid "Dashboard - Can edit forum"
3239
+ msgstr ""
3240
+
3241
+ #: wpf-includes/wpf-phrases.php:536
3242
+ msgid "Dashboard - Can delete forum"
3243
+ msgstr ""
3244
+
3245
+ #: wpf-includes/wpf-phrases.php:537
3246
+ msgid "Dashboard - Members Menu"
3247
+ msgstr ""
3248
+
3249
+ #: wpf-includes/wpf-phrases.php:538
3250
+ msgid "Dashboard - Can edit member"
3251
+ msgstr ""
3252
+
3253
+ #: wpf-includes/wpf-phrases.php:539
3254
+ msgid "Dashboard - Can delete member"
3255
+ msgstr ""
3256
+
3257
+ #: wpf-includes/wpf-phrases.php:540
3258
+ msgid "Dashboard - Usergroup Menu"
3259
+ msgstr ""
3260
+
3261
+ #: wpf-includes/wpf-phrases.php:541
3262
+ msgid "Front - Can view members"
3263
+ msgstr ""
3264
+
3265
+ #: wpf-includes/wpf-phrases.php:542
3266
+ msgid "Front - Can view profiles"
3267
+ msgstr ""
3268
+
3269
+ #: wpf-includes/wpf-phrases.php:543
3270
+ msgid "Front - Can upload avatar"
3271
+ msgstr ""
3272
+
3273
+ #: wpf-includes/wpf-phrases.php:544
3274
+ msgid "Front - Can have signatur"
3275
+ msgstr ""
3276
+
3277
+ #: wpf-includes/wpf-phrases.php:545
3278
+ msgid "Front - Can view avatars"
3279
+ msgstr ""
3280
+
3281
+ #: wpf-includes/wpf-phrases.php:546
3282
+ msgid "Front - Can view member username"
3283
+ msgstr ""
3284
+
3285
+ #: wpf-includes/wpf-phrases.php:547
3286
+ msgid "Front - Can view member email"
3287
+ msgstr ""
3288
+
3289
+ #: wpf-includes/wpf-phrases.php:548
3290
+ msgid "Front - Can view member title"
3291
+ msgstr ""
3292
+
3293
+ #: wpf-includes/wpf-phrases.php:549
3294
+ msgid "Front - Can view member custom title"
3295
+ msgstr ""
3296
+
3297
+ #: wpf-includes/wpf-phrases.php:550
3298
+ msgid "Front - Can view member reputation"
3299
+ msgstr ""
3300
+
3301
+ #: wpf-includes/wpf-phrases.php:551
3302
+ msgid "Front - Can view member website"
3303
+ msgstr ""
3304
+
3305
+ #: wpf-includes/wpf-phrases.php:552
3306
+ msgid "Front - Can view member social networks"
3307
+ msgstr ""
3308
+
3309
+ #: wpf-includes/wpf-phrases.php:553
3310
+ msgid "Front - Can view member reg. date"
3311
+ msgstr ""
3312
+
3313
+ #: wpf-includes/wpf-phrases.php:554
3314
+ msgid "Front - Can view member last active date"
3315
+ msgstr ""
3316
+
3317
+ #: wpf-includes/wpf-phrases.php:555
3318
+ msgid "Front - Can view member ip address"
3319
+ msgstr ""
3320
+
3321
+ #: wpf-includes/wpf-phrases.php:556
3322
+ msgid "Front - Can view member location"
3323
+ msgstr ""
3324
+
3325
+ #: wpf-includes/wpf-phrases.php:557
3326
+ msgid "Front - Can view member ocumpation"
3327
+ msgstr ""
3328
+
3329
+ #: wpf-includes/wpf-phrases.php:558
3330
+ msgid "Front - Can view member signatur"
3331
+ msgstr ""
3332
+
3333
+ #: wpf-includes/wpf-phrases.php:559
3334
+ msgid "Front - Can view member about me"
3335
+ msgstr ""
3336
+
3337
+ #: wpf-includes/wpf-phrases.php:560
3338
+ msgid "Front - Can view member phone number"
3339
+ msgstr ""
3340
+
3341
+ #: wpf-includes/wpf-phrases.php:561
3342
+ msgid "Front - Can write PM"
3343
+ msgstr ""
3344
+
3345
+ #: wpf-includes/wpf-phrases.php:562
3346
+ msgid "Can view forum"
3347
+ msgstr ""
3348
+
3349
+ #: wpf-includes/wpf-phrases.php:563
3350
+ msgid "Can create topic"
3351
+ msgstr ""
3352
+
3353
+ #: wpf-includes/wpf-phrases.php:564
3354
+ msgid "Can view topic"
3355
+ msgstr ""
3356
+
3357
+ #: wpf-includes/wpf-phrases.php:565
3358
+ msgid "Can edit topic"
3359
+ msgstr ""
3360
+
3361
+ #: wpf-includes/wpf-phrases.php:566
3362
+ msgid "Can delete topic"
3363
+ msgstr ""
3364
+
3365
+ #: wpf-includes/wpf-phrases.php:567
3366
+ msgid "Can post reply"
3367
+ msgstr ""
3368
+
3369
+ #: wpf-includes/wpf-phrases.php:568
3370
+ msgid "Can view replies"
3371
+ msgstr ""
3372
+
3373
+ #: wpf-includes/wpf-phrases.php:569
3374
+ msgid "Can edit replies"
3375
+ msgstr ""
3376
+
3377
+ #: wpf-includes/wpf-phrases.php:570
3378
+ msgid "Can delete replies"
3379
+ msgstr ""
3380
+
3381
+ #: wpf-includes/wpf-phrases.php:571
3382
+ msgid "Can edit own topic"
3383
+ msgstr ""
3384
+
3385
+ #: wpf-includes/wpf-phrases.php:572
3386
+ msgid "Can edit own replay"
3387
+ msgstr ""
3388
+
3389
+ #: wpf-includes/wpf-phrases.php:573
3390
+ msgid "Can delete own topic"
3391
+ msgstr ""
3392
+
3393
+ #: wpf-includes/wpf-phrases.php:574
3394
+ msgid "Can delete own replay"
3395
+ msgstr ""
3396
+
3397
+ #: wpf-includes/wpf-phrases.php:575
3398
+ msgid "Can like"
3399
+ msgstr ""
3400
+
3401
+ #: wpf-includes/wpf-phrases.php:576
3402
+ msgid "Can report"
3403
+ msgstr ""
3404
+
3405
+ #: wpf-includes/wpf-phrases.php:577
3406
+ msgid "Can set topic sticky"
3407
+ msgstr ""
3408
+
3409
+ #: wpf-includes/wpf-phrases.php:578 wpf-includes/wpf-phrases.php:651
3410
+ msgid "Can set topic private"
3411
+ msgstr ""
3412
+
3413
+ #: wpf-includes/wpf-phrases.php:579
3414
+ msgid "Can vote"
3415
+ msgstr ""
3416
+
3417
+ #: wpf-includes/wpf-phrases.php:580
3418
+ msgid "Can Attach File"
3419
+ msgstr ""
3420
+
3421
+ #: wpf-includes/wpf-phrases.php:581
3422
+ msgid "Can set topic answered"
3423
+ msgstr ""
3424
+
3425
+ #: wpf-includes/wpf-phrases.php:582
3426
+ msgid "Can set own topic answered"
3427
+ msgstr ""
3428
+
3429
+ #: wpf-includes/wpf-phrases.php:583
3430
+ msgid "Can close topic"
3431
+ msgstr ""
3432
+
3433
+ #: wpf-includes/wpf-phrases.php:584
3434
+ msgid "Can move topic"
3435
+ msgstr ""
3436
+
3437
+ #: wpf-includes/wpf-phrases.php:585
3438
+ msgid "like"
3439
+ msgstr ""
3440
+
3441
+ #: wpf-includes/wpf-phrases.php:586
3442
+ msgid "unlike"
3443
+ msgstr ""
3444
+
3445
+ #: wpf-includes/wpf-phrases.php:587
3446
+ msgid "sticky"
3447
+ msgstr ""
3448
+
3449
+ #: wpf-includes/wpf-phrases.php:588
3450
+ msgid "unsticky"
3451
+ msgstr ""
3452
+
3453
+ #: wpf-includes/wpf-phrases.php:589
3454
+ msgid "close"
3455
+ msgstr ""
3456
+
3457
+ #: wpf-includes/wpf-phrases.php:590
3458
+ msgid "open"
3459
+ msgstr ""
3460
+
3461
+ #: wpf-includes/wpf-phrases.php:591
3462
+ msgid "Topic Icons"
3463
+ msgstr ""
3464
+
3465
+ #: wpf-includes/wpf-phrases.php:592
3466
+ msgid "New"
3467
+ msgstr ""
3468
+
3469
+ #: wpf-includes/wpf-phrases.php:593
3470
+ msgid "Replied"
3471
+ msgstr ""
3472
+
3473
+ #: wpf-includes/wpf-phrases.php:595
3474
+ msgid "Hot"
3475
+ msgstr ""
3476
+
3477
+ #: wpf-includes/wpf-phrases.php:596
3478
+ msgid "Solved"
3479
+ msgstr ""
3480
+
3481
+ #: wpf-includes/wpf-phrases.php:597
3482
+ msgid "Unsolved"
3483
+ msgstr ""
3484
+
3485
+ #: wpf-includes/wpf-phrases.php:605
3486
+ msgid "Can set topic solved"
3487
+ msgstr ""
3488
+
3489
+ #: wpf-includes/wpf-phrases.php:606
3490
+ msgid "Can set own topic solved"
3491
+ msgstr ""
3492
+
3493
+ #: wpf-includes/wpf-phrases.php:607
3494
+ msgid "Old password is wrong"
3495
+ msgstr ""
3496
+
3497
+ #: wpf-includes/wpf-phrases.php:608
3498
+ msgid "New Passwords do not match"
3499
+ msgstr ""
3500
+
3501
+ #: wpf-includes/wpf-phrases.php:612
3502
+ msgid ""
3503
+ "This process may take a few seconds or dozens of minutes, it depends on "
3504
+ "database forum size and on server resources. Please be patient and don't "
3505
+ "close this page. If you got 500 Server Error please don't worry, the data "
3506
+ "updating process is still working in MySQL server."
3507
+ msgstr ""
3508
+
3509
+ #: wpf-includes/wpf-phrases.php:616
3510
+ msgid "Updated Successfully!"
3511
+ msgstr ""
3512
+
3513
+ #: wpf-includes/wpf-phrases.php:617
3514
+ msgid "Deleted Successfully!"
3515
+ msgstr ""
3516
+
3517
+ #: wpf-includes/wpf-phrases.php:618
3518
+ msgid "Closed"
3519
+ msgstr ""
3520
+
3521
+ #: wpf-includes/wpf-phrases.php:619
3522
+ msgid "Forum Members List"
3523
+ msgstr ""
3524
+
3525
+ #: wpf-includes/wpf-phrases.php:620
3526
+ msgid "are you sure you want to delete?"
3527
+ msgstr ""
3528
+
3529
+ #: wpf-includes/wpf-phrases.php:622
3530
+ msgid "Moderator"
3531
+ msgstr ""
3532
+
3533
+ #: wpf-includes/wpf-phrases.php:624
3534
+ msgid "Customer"
3535
+ msgstr ""
3536
+
3537
+ #: wpf-includes/wpf-phrases.php:625
3538
+ msgid "No access"
3539
+ msgstr ""
3540
+
3541
+ #: wpf-includes/wpf-phrases.php:626
3542
+ msgid "Read only access"
3543
+ msgstr ""
3544
+
3545
+ #: wpf-includes/wpf-phrases.php:627
3546
+ msgid "Standard access"
3547
+ msgstr ""
3548
+
3549
+ #: wpf-includes/wpf-phrases.php:628
3550
+ msgid "Moderator access"
3551
+ msgstr ""
3552
+
3553
+ #: wpf-includes/wpf-phrases.php:629
3554
+ msgid "Full access"
3555
+ msgstr ""
3556
+
3557
+ #: wpf-includes/wpf-phrases.php:630
3558
+ msgid "Profile"
3559
+ msgstr ""
3560
+
3561
+ #: wpf-includes/wpf-phrases.php:632
3562
+ msgid "Incorrect file format. Allowed formats: jpeg, jpg, png, gif."
3563
+ msgstr ""
3564
+
3565
+ #: wpf-includes/wpf-phrases.php:635
3566
+ msgid "User registration is disabled"
3567
+ msgstr ""
3568
+
3569
+ #: wpf-includes/wpf-phrases.php:639
3570
+ msgid "Attachment removed"
3571
+ msgstr ""
3572
+
3573
+ #: wpf-includes/wpf-phrases.php:640
3574
+ msgid "Forum Posts"
3575
+ msgstr ""
3576
+
3577
+ #: wpf-includes/wpf-phrases.php:641
3578
+ msgid "Blog Posts"
3579
+ msgstr ""
3580
+
3581
+ #: wpf-includes/wpf-phrases.php:642
3582
+ msgid "Blog Comments"
3583
+ msgstr ""
3584
+
3585
+ #: wpf-includes/wpf-phrases.php:643
3586
+ #, php-format
3587
+ msgid "Welcome back %s!"
3588
+ msgstr ""
3589
+
3590
+ #: wpf-includes/wpf-phrases.php:644
3591
+ msgid "Member Profile"
3592
+ msgstr ""
3593
+
3594
+ #: wpf-includes/wpf-phrases.php:645
3595
+ msgid "Member"
3596
+ msgstr ""
3597
+
3598
+ #: wpf-includes/wpf-phrases.php:646
3599
+ msgid "You have not permission to this page"
3600
+ msgstr ""
3601
+
3602
+ #: wpf-includes/wpf-phrases.php:648
3603
+ msgid ""
3604
+ "This option will disable WordPress on front-end. Only forum pages will be "
3605
+ "available. wpForo will look like as a stand-alone forum."
3606
+ msgstr ""
3607
+
3608
+ #: wpf-includes/wpf-phrases.php:652
3609
+ msgid "Can set own topic private"
3610
+ msgstr ""
3611
+
3612
+ #: wpf-includes/wpf-phrases.php:653
3613
+ msgid "Can view private topic"
3614
+ msgstr ""
3615
+
3616
+ #: wpf-includes/wpf-phrases.php:654
3617
+ msgid "private"
3618
+ msgstr ""
3619
+
3620
+ #: wpf-includes/wpf-phrases.php:655
3621
+ msgid "public"
3622
+ msgstr ""
3623
+
3624
+ #: wpf-includes/wpf-phrases.php:656
3625
+ msgid "Private Topic"
3626
+ msgstr ""
3627
+
3628
+ #: wpf-includes/wpf-phrases.php:657
3629
+ msgid "Only Admins and Moderators can see your private topics."
3630
+ msgstr ""
3631
+
3632
+ #: wpf-includes/wpf-phrases.php:658
3633
+ msgid "Forum ID is not detected"
3634
+ msgstr ""
3635
+
3636
+ #: wpf-includes/wpf-phrases.php:659
3637
+ msgid "You are not permitted to subscribe here"
3638
+ msgstr ""
3639
+
3640
+ #: wpf-includes/wpf-phrases.php:660
3641
+ msgid "Subscribe to this topic"
3642
+ msgstr ""
3643
+
3644
+ #: wpf-includes/wpf-phrases.php:663
3645
+ msgid "Awaiting moderation"
3646
+ msgstr ""
3647
+
3648
+ #: wpf-includes/wpf-phrases.php:664
3649
+ msgid "Topic first post not found."
3650
+ msgstr ""
3651
+
3652
+ #: wpf-includes/wpf-phrases.php:665
3653
+ msgid "Topic first post data not found."
3654
+ msgstr ""
3655
+
3656
+ #: wpf-includes/wpf-phrases.php:666
3657
+ msgid "Settings successfully updated"
3658
+ msgstr ""
3659
+
3660
+ #: wpf-includes/wpf-phrases.php:667
3661
+ msgid "Done!"
3662
+ msgstr ""
3663
+
3664
+ #: wpf-includes/wpf-phrases.php:668
3665
+ msgid "unapproved"
3666
+ msgstr ""
3667
+
3668
+ #: wpf-includes/wpf-phrases.php:669
3669
+ msgid "You are not allowed to attach this file type"
3670
+ msgstr ""
3671
+
3672
+ #: wpf-includes/wpf-phrases.php:670
3673
+ msgid "Post is empty"
3674
+ msgstr ""
3675
+
3676
+ #: wpf-includes/wpf-phrases.php:671
3677
+ msgid "removed link"
3678
+ msgstr ""
3679
+
3680
+ #: wpf-includes/wpf-phrases.php:672
3681
+ msgid "Submit"
3682
+ msgstr ""
3683
+
3684
+ #: wpforo.php:401
3685
+ msgid ""
3686
+ "Provides a safe way to communicate directly with other members. Messages are "
3687
+ "private and can only be viewed by conversation participants."
3688
+ msgstr ""
3689
+
3690
+ #: wpforo.php:402
3691
+ msgid ""
3692
+ "Adds an advanced file attachment system to forum topics and posts. AJAX "
3693
+ "powered media uploading and displaying system with user specific library."
3694
+ msgstr ""
3695
+
3696
+ #: wpforo.php:403
3697
+ msgid ""
3698
+ "Allows to embed hundreds of video, social network, audio and photo content "
3699
+ "providers in forum topics and posts."
3700
+ msgstr ""
3701
+
3702
+ #: wpforo.php:404
3703
+ msgid ""
3704
+ "Ads Manager is a powerful yet simple advertisement management system, that "
3705
+ "allows you to add adverting banners between forums, topics and posts."
3706
+ msgstr ""
3707
+
3708
+ #. Plugin Name of the plugin/theme
3709
+ msgid "Forum - wpForo"
3710
+ msgstr "Fórum - wpForo"
3711
+
3712
+ #. Plugin URI of the plugin/theme
3713
+ msgid "http://wpforo.com"
3714
+ msgstr "http://wpforo.com"
3715
+
3716
+ #. Description of the plugin/theme
3717
+ msgid ""
3718
+ "Forums wpForo is a new generation of forum plugins. It's full-fledged forum "
3719
+ "solution for your community. Comes with multiple modern forum layouts."
3720
+ msgstr ""
3721
+
3722
+ #. Author of the plugin/theme
3723
+ msgid "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
3724
+ msgstr "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
3725
+
3726
+ #. Author URI of the plugin/theme
3727
+ msgid "http://gvectors.com/"
3728
+ msgstr "http://gvectors.com/"
3729
+
3730
+ #~ msgid "Gtalk"
3731
+ #~ msgstr "Google talk"
3732
+
3733
+ #~ msgid "Length must be between 3 characters and 15 characters."
3734
+ #~ msgstr "Délka musí mít 3-15 znaků."
3735
+
3736
+ #~ msgid "Username length must be between 3 characters and 15 characters."
3737
+ #~ msgstr "Délka uživatelského jména musí mít 3-15 znaků."
3738
+
3739
+ #~ msgid ""
3740
+ #~ "Next Generation of WordPress Forum Softwares. Everything you need to run "
3741
+ #~ "an efficient and professional community. Powerful and beautiful bulletin "
3742
+ #~ "board with unique features."
3743
+ #~ msgstr ""
3744
+ #~ "Nová generace softwaru Fóra pro Wordpress. Vše co je potřeba k rozjetí "
3745
+ #~ "profesionálního fóra pro komunitu. Výtečné bulletin fóro z unikátními "
3746
+ #~ "možnostmi."
3747
+
3748
+ #~ msgid "Dismiss"
3749
+ #~ msgstr "Nepotvrzovat"
3750
+
3751
+ #~ msgid ""
3752
+ #~ "Thank you for trying wpForo! This forum development was started on 2013 "
3753
+ #~ "and we were using it for our support community. Now it's ready for "
3754
+ #~ "WordPress community as well. \n"
3755
+ #~ " It's on the Beta stage and we're "
3756
+ #~ "working hard to reach the Gold 1.0.0 version as soon as possible. \n"
3757
+ #~ " wpForo is a professional bulletin "
3758
+ #~ "board for WorPress, and the only forum software which comes with Multi-"
3759
+ #~ "layout template system.\n"
3760
+ #~ " The \"Extended\", \"Simplified\" and "
3761
+ #~ "\"Question &amp Answer\" layouts fit almost all type of discussions "
3762
+ #~ "needs. You can use wpForo for small and extremely large communities. \n"
3763
+ #~ " <br />If you found some issue or bug "
3764
+ #~ "please open a support topic in plugin page or in our support forum at "
3765
+ #~ "gVectors.com. If you liked wpForo please leave some good review for this "
3766
+ #~ "plugin. We really need your good reviews. \n"
3767
+ #~ " If you didn't like wpForo please "
3768
+ #~ "leave a list of issues and requirements you'd like us to fix and add in "
3769
+ #~ "near future. We're here to help you and improve wpForo as much as "
3770
+ #~ "possible."
3771
+ #~ msgstr ""
3772
+ #~ "Děkujeme za vyzkoušení wpFóra! Tohle fórum se začalo vyvíjet již v roce "
3773
+ #~ "2013 a používáme ho k podpoře komunity. Nyní je vše připraveno pro "
3774
+ #~ "Wordress komunitu.\n"
3775
+ #~ " Jedná se o Beta verzi a "
3776
+ #~ "tvrdě pracujeme k dosažení Gold 1.0.0 verze jakmile to bdue možné.\n"
3777
+ #~ " wpFóro je profesionální "
3778
+ #~ "bulletin fórum pro Wordpress, a jediné fórum z podporou \"Multi-Layout"
3779
+ #~ "\".\n"
3780
+ #~ " \"Rozšířené\", \"Klasické\" "
3781
+ #~ "a \"Otázky & Odpovědi\" je vše co potřebujete. Fórum můžete použít jak "
3782
+ #~ "pro malé komunity tak i pro velké!\n"
3783
+ #~ " Pokud najdete chybu či "
3784
+ #~ "jiný problém tak nás kontaktujte na našem fóru gVectors.com. Pokud se Vám "
3785
+ #~ "fórum líbí nezapomeňte napsat recenzi, každá dobrá recenze nás podpoří.\n"
3786
+ #~ " Pokud vám wpForo "
3787
+ #~ "nevyhovuje, zanechte nám vaše poznámky a mi se pokusíme do budoucna vše "
3788
+ #~ "napravit a vylepšit."
3789
+
3790
+ #~ msgid "Enable Member Cashe"
3791
+ #~ msgstr "Povolit Uživatelské Cashe"
3792
+
3793
+ #~ msgid "ago"
3794
+ #~ msgstr "před"
3795
+
3796
+ #~ msgid "Theme options successfully updated, but previous value not changed"
3797
+ #~ msgstr ""
3798
+ #~ "Nastavení šablony úspěšně aktualizováno, ale předchozí hodnota nebyla "
3799
+ #~ "změněna"
3800
+
3801
+ #~ msgid "Custom Authorisation URLs"
3802
+ #~ msgstr "Vlastní autorizace URls"
wpf-languages/wpforo-de_DE.mo CHANGED
Binary file
wpf-languages/wpforo-de_DE.po CHANGED
@@ -1,3372 +1,3954 @@
1
- # Copyright (C) 2016 gVectors Team
2
- # This file is distributed under the same license as the wpForo package.
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: Forum - wpForo\n"
6
- "POT-Creation-Date: 2016-12-02 16:56+0400\n"
7
- "PO-Revision-Date: 2017-01-23 21:56+0100\n"
8
- "Last-Translator: \n"
9
- "Language-Team: \n"
10
- "Language: de_DE\n"
11
- "MIME-Version: 1.0\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
- "Content-Transfer-Encoding: 8bit\n"
14
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
- "X-Generator: Poedit 1.8.11\n"
16
- "X-Poedit-Basepath: ..\n"
17
- "X-Poedit-WPHeader: wpforo.php\n"
18
- "X-Poedit-SourceCharset: UTF-8\n"
19
- "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
20
- "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
21
- "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
22
- "X-Poedit-SearchPath-0: .\n"
23
- "X-Poedit-SearchPathExcluded-0: *.js\n"
24
-
25
- #: wpf-admin/addons.php:7
26
- msgid ""
27
- "Adds an advanced file attachment system to forum topics and posts. AJAX "
28
- "powered media uploading and displaying system with user specific library."
29
- msgstr ""
30
- "F&uuml;gt ein erweitertes System f&uuml;r Dateien und Anh&auml;nge für Foren "
31
- "Themen und Eintr&auml;ge hinzu. AJAX- powered Medien Uploads und Anzeigen "
32
- "mit benutzerspezifischer Bibliothek."
33
-
34
- #: wpf-admin/addons.php:8
35
- msgid ""
36
- "Allows to embed hundreds of video, social network, audio and photo content "
37
- "providers in forum topics and posts."
38
- msgstr ""
39
- "Erlaubt die Integration von hunderten von Videos, sozialen Netzwerk, Audio "
40
- "und Foto Providern in Foren Themen und Eintr&auml;gen."
41
-
42
- #: wpf-admin/addons.php:16 wpf-admin/addons.php:24
43
- msgid "wpForo Addons"
44
- msgstr "wpForo Add-Ons"
45
-
46
- #: wpf-admin/addons.php:30
47
- msgid ""
48
- "All wpForo addons are being developed by wpForo developers at gVectors Team. "
49
- "Addon prices also include a small donation to the hard work wpForo "
50
- "developers do for free. When you buy an addon, you also donate the free "
51
- "wpForo development and support. Addons are the only incoming source for "
52
- "wpForo developers. wpForo is a premium forum plugin which will always be "
53
- "available for free. There will never be paid and pro versions of this forum "
54
- "board. We have another dozens of awesome features in our to-do list which "
55
- "will also be added for free in future releases. So the free wpForo "
56
- "development always stays on the first priority and wpForo is being extended "
57
- "with new free functions and features even faster than before."
58
- msgstr ""
59
-
60
- #: wpf-admin/addons.php:53
61
- msgid "Installed"
62
- msgstr "Installiert"
63
-
64
- #: wpf-admin/addons.php:57
65
- msgid "Version"
66
- msgstr "Version"
67
-
68
- #: wpf-admin/addons.php:58
69
- msgid "at least"
70
- msgstr "Mindestens"
71
-
72
- #: wpf-admin/addons.php:60
73
- msgid "Details | Buy"
74
- msgstr "Details | Kaufen"
75
-
76
- #: wpf-admin/addons.php:66
77
- msgid "More information about"
78
- msgstr "Weitere Informationen über"
79
-
80
- #: wpf-admin/admin.php:15 wpf-admin/admin.php:16
81
- #: wpf-includes/wpf-phrases.php:597
82
- msgid "Dashboard"
83
- msgstr "Dashboard"
84
-
85
- #: wpf-admin/admin.php:15 wpf-admin/admin.php:17 wpf-admin/dashboard.php:136
86
- #: wpf-admin/options-tabs/styles.php:16 wpf-admin/options.php:15
87
- #: wpf-includes/wpf-phrases.php:123
88
- msgid "Forums"
89
- msgstr "Foren"
90
-
91
- #: wpf-admin/admin.php:18 wpf-includes/wpf-hooks.php:22
92
- msgid "Settings"
93
- msgstr "Einstellungen"
94
-
95
- #: wpf-admin/admin.php:19 wpf-admin/dashboard.php:148 wpf-admin/member.php:10
96
- #: wpf-admin/options.php:18 wpf-includes/wpf-phrases.php:177
97
- msgid "Members"
98
- msgstr "Mitglieder"
99
-
100
- #: wpf-admin/admin.php:20 wpf-admin/usergroup.php:8
101
- msgid "Usergroups"
102
- msgstr "Benutzergruppen"
103
-
104
- #: wpf-admin/admin.php:21 wpf-includes/wpf-phrases.php:598
105
- msgid "Phrases"
106
- msgstr "&Uuml;bersetzungen"
107
-
108
- #: wpf-admin/admin.php:22 wpf-includes/wpf-phrases.php:599
109
- msgid "Themes"
110
- msgstr "Themes"
111
-
112
- #: wpf-admin/admin.php:23 wpf-admin/options.php:23
113
- #: wpf-includes/wpf-phrases.php:25
114
- msgid "Addons"
115
- msgstr "Erweiterungen"
116
-
117
- #: wpf-admin/dashboard.php:9 wpf-includes/wpf-phrases.php:408
118
- msgid "wpForo Dashboard"
119
- msgstr "wpForo Dashboard"
120
-
121
- #: wpf-admin/dashboard.php:25 wpf-includes/wpf-phrases.php:361
122
- msgid "Welcome Message"
123
- msgstr "Willkommensnachricht"
124
-
125
- #: wpf-admin/dashboard.php:31
126
- msgid ""
127
- "Thank you for using wpForo! wpForo is a professional bulletin board for "
128
- "WorPress, and the only forum software which comes with Multi-layout template "
129
- "system.\n"
130
- " The \"Extended\", \"Simplified\" and "
131
- "\"Question &amp Answer\" layouts fit almost all type of discussions needs. "
132
- "You can use wpForo for small and extremely large communities. \n"
133
- " <br />If you found some issue or bug "
134
- "please open a support topic in plugin page or in our support forum at "
135
- "gVectors.com. If you liked wpForo please leave some good review for this "
136
- "plugin. We really need your good reviews. \n"
137
- " If you didn't like wpForo please leave a "
138
- "list of issues and requirements you'd like us to fix and add in near future. "
139
- "We're here to help you and improve wpForo as much as possible."
140
- msgstr ""
141
- "Vielen Dank f&uuml;r die Benutzung von wpForo! wpForo ist ein "
142
- "professionelles Bulletin Board f&uuml;r WordPress und die einzige Foren-"
143
- "Software mit einem Multi-Layout-System.\n"
144
- "\n"
145
- "Die Layouts \"Extended\", \"Simplified\" und \"Question &amp Answer\" passen "
146
- "zu nahezu allen Anforderungen an ein Diskussionsforum. Sie k&ouml;nnen "
147
- "wpForo sowohl f&uuml;r kleine als auch f&uuml;r sehr gro&szlig;e Communities "
148
- "einsetzen.\n"
149
- "<br /><br />Sollten Sie ein paar Probleme oder Fehler gefunden haben, "
150
- "er&ouml;ffnen Sie bitte ein Support-Thema auf der Plugin-Seite oder im "
151
- "Supportforum von gVectors.com. Wenn Sie wpForo m&ouml;gen, hinterlassen Sie "
152
- "bitte eine gute Bewertung f&uuml;r dieses Plugin. Wir sind auf gute "
153
- "Bewertungen angewiesen.\n"
154
- "<br /><br />Sollten Sie wpForo nicht so gut finden, teilen Sie uns bitte "
155
- "trotzdem die Probleme und ihre Anforderungen mit, damit wir das zeitnah "
156
- "beheben oder erg&auml;nzen k&ouml;nnen. Wir helfen Ihnen gerne und "
157
- "verbessern wpForo soweit wie m&ouml;glich."
158
-
159
- #: wpf-admin/dashboard.php:60 wpf-includes/wpf-phrases.php:130
160
- msgid "General Information"
161
- msgstr "Allgemeine Information"
162
-
163
- #: wpf-admin/dashboard.php:64 wpf-includes/wpf-phrases.php:368
164
- msgid "You are currently running"
165
- msgstr "Momentan genutzt:"
166
-
167
- #: wpf-admin/dashboard.php:65 wpf-includes/wpf-phrases.php:18
168
- msgid "Active Theme"
169
- msgstr "Aktives Theme"
170
-
171
- #: wpf-admin/dashboard.php:66 wpf-includes/wpf-phrases.php:413
172
- msgid "wpForo Website"
173
- msgstr "wpForo Website"
174
-
175
- #: wpf-admin/dashboard.php:67 wpf-includes/wpf-phrases.php:319
176
- msgid "Support Forum"
177
- msgstr "Support-Forum"
178
-
179
- #: wpf-admin/dashboard.php:78 wpf-includes/wpf-phrases.php:289
180
- msgid "Server Information"
181
- msgstr "Server-Information"
182
-
183
- #: wpf-admin/dashboard.php:112 wpf-includes/wpf-phrases.php:46
184
- msgid "Available"
185
- msgstr "Verf&uuml;gbar"
186
-
187
- #: wpf-admin/dashboard.php:112 wpf-includes/wpf-phrases.php:208
188
- msgid "Not available"
189
- msgstr "Nicht verf&uuml;gbar"
190
-
191
- #: wpf-admin/dashboard.php:130 wpf-includes/wpf-phrases.php:49
192
- msgid "Board Statistic"
193
- msgstr "Forenstatistik"
194
-
195
- #: wpf-admin/dashboard.php:140 wpf-admin/options-tabs/styles.php:22
196
- #: wpf-includes/class-forums.php:547 wpf-includes/wpf-phrases.php:338
197
- msgid "Topics"
198
- msgstr "Themen"
199
-
200
- #: wpf-admin/dashboard.php:144 wpf-includes/class-forums.php:547
201
- #: wpf-includes/wpf-phrases.php:232
202
- msgid "Posts"
203
- msgstr "Beitr&auml;ge"
204
-
205
- #: wpf-admin/dashboard.php:152 wpf-includes/wpf-phrases.php:178
206
- msgid "Members Online"
207
- msgstr "Mitglieder online"
208
-
209
- #: wpf-admin/dashboard.php:161
210
- msgid "Avatars Size"
211
- msgstr "Avatar Gr&ouml;&szlig;e"
212
-
213
- #: wpf-admin/dashboard.php:165
214
- msgid "Default Attachments Size"
215
- msgstr "Standard Gr&ouml;&szlig;e Anh&auml;nge"
216
-
217
- #: wpf-admin/dashboard.php:171
218
- msgid "Advanced Attachments"
219
- msgstr "Erweiterte Anh&auml;nge"
220
-
221
- #: wpf-admin/dashboard.php:172
222
- msgid "file(s)"
223
- msgstr "Datei(en)"
224
-
225
- #: wpf-admin/dashboard.php:175
226
- msgid "Advanced Attachments Size"
227
- msgstr "Erweiterte Gr&ouml;&szlig;e Anh&auml;nge"
228
-
229
- #: wpf-admin/dashboard.php:180
230
- msgid "Total Size"
231
- msgstr "Gesamtgr&ouml;&szlig;e"
232
-
233
- #: wpf-admin/dashboard.php:188 wpf-includes/wpf-phrases.php:609
234
- msgid "Forum Maintenance"
235
- msgstr "Foren-Wartung"
236
-
237
- #: wpf-admin/dashboard.php:190
238
- msgid ""
239
- "This process may take a few seconds or dozens of minutes, please be patient "
240
- "and don't close this page. If you got 500 Server Error please don't worry, "
241
- "the data updating process is still working in MySQL server."
242
- msgstr ""
243
- "Dieser Prozess kann mehrere Sekunden oder Dutzende Minuten dauern. Bitte "
244
- "bleiben Sie geduldig und auf dieser Seite. Wenn Sie einen 500 Server Error "
245
- "sehen, machen Sie sich keine Sorgen. Der Prozess arbeitet weiter im MySQL-"
246
- "Server."
247
-
248
- #: wpf-admin/dashboard.php:198 wpf-includes/wpf-phrases.php:611
249
- msgid "Update Forums Statistic"
250
- msgstr "Akt. Foren-Statistik"
251
-
252
- #: wpf-admin/dashboard.php:199 wpf-includes/wpf-phrases.php:612
253
- msgid "Update Users Statistic"
254
- msgstr "Akt. User-Statistik"
255
-
256
- #: wpf-admin/dashboard.php:200 wpf-includes/wpf-phrases.php:613
257
- msgid "Delete Phrase Cache"
258
- msgstr "L&ouml;sche &Uuml;bersetzungs-Cache"
259
-
260
- #: wpf-admin/dashboard.php:201 wpf-includes/wpf-phrases.php:634
261
- msgid "Delete User Cache"
262
- msgstr "L&ouml;sche User-Cache"
263
-
264
- #: wpf-admin/forum.php:13 wpf-includes/functions.php:627
265
- #: wpf-includes/wpf-phrases.php:301
266
- msgid "Show on screen"
267
- msgstr "Anzeigen"
268
-
269
- #: wpf-admin/forum.php:15 wpf-admin/forum.php:119
270
- #: wpf-includes/wpf-phrases.php:113
271
- msgid "Forum Options"
272
- msgstr "Foren-Optionen"
273
-
274
- #: wpf-admin/forum.php:16 wpf-includes/wpf-phrases.php:223
275
- msgid "Permissions"
276
- msgstr "Berechtigungen"
277
-
278
- #: wpf-admin/forum.php:17 wpf-includes/wpf-phrases.php:306
279
- msgid "Slug"
280
- msgstr "Slug"
281
-
282
- #: wpf-admin/forum.php:18 wpf-includes/wpf-phrases.php:112
283
- msgid "Forum Meta"
284
- msgstr "Foren-Metadaten"
285
-
286
- #: wpf-admin/forum.php:21 wpf-includes/wpf-phrases.php:273
287
- msgid "Screen Layout"
288
- msgstr "Bildschirm-Layout"
289
-
290
- #: wpf-admin/forum.php:22 wpf-includes/wpf-phrases.php:209
291
- msgid "Number of Columns"
292
- msgstr "Anzahl Spalten"
293
-
294
- #: wpf-admin/forum.php:32 wpf-includes/functions.php:641
295
- #: wpf-includes/wpf-phrases.php:274
296
- msgid "Screen Options"
297
- msgstr "Bildschirm-Optionen"
298
-
299
- #: wpf-admin/forum.php:43 wpf-includes/wpf-phrases.php:51
300
- msgid "Categories and Forums"
301
- msgstr "Kategorien und Foren"
302
-
303
- #: wpf-admin/forum.php:44 wpf-admin/options-tabs/general.php:75
304
- #: wpf-admin/themes.php:10 wpf-admin/usergroup.php:8
305
- #: wpf-includes/wpf-phrases.php:20
306
- msgid "Add New"
307
- msgstr "Neu hinzuf&uuml;gen"
308
-
309
- #: wpf-admin/forum.php:55
310
- msgid "Important Tips"
311
- msgstr "Wichtige Tipps"
312
-
313
- #: wpf-admin/forum.php:56 wpf-includes/wpf-phrases.php:225
314
- msgid "Please drag and drop forum panels to set parent-child hierarchy."
315
- msgstr "Benutze Ziehen und Ablegen zum Setzen der Reihenfolge."
316
-
317
- #: wpf-admin/forum.php:57
318
- msgid ""
319
- "If a category (blue panels) does not have forums (grey panels) it will not "
320
- "be displayed on front-end. Each category should contain at least one forum."
321
- msgstr ""
322
- "Hat eine Kategorie (blaue Panel) kein Forum (graue Panels) wird es im Front-"
323
- "End nicht angezeigt. Eine Kategorie sollte daher immer ein Forum enthalten."
324
-
325
- #: wpf-admin/forum.php:58
326
- msgid ""
327
- "Forums can be displayed with different layouts (Extended, Simplified, Q&A), "
328
- "just edit the top (blue panels) category and set the layout you want. Child "
329
- "forums' layout depends on the top category (blue panels) layout. They cannot "
330
- "have a different layout."
331
- msgstr ""
332
- "Forum können mit unterschiedlichen Layouts angezeigt werden (Extended, "
333
- "Simplified, Q&A). Editiere die oberste Kategorie (blaues Panel) und setze "
334
- "das gew&uuml;nschte Layout. Das Layout der enthaltenen untergeordneten Forum "
335
- "beziehen sich auf das Layout der übergeordneten Forum. Diese k&ouml;nnen "
336
- "kein anderes Layout haben."
337
-
338
- #: wpf-admin/forum.php:74 wpf-includes/wpf-phrases.php:272
339
- msgid "Save forums order and hierarchy"
340
- msgstr "Forenreihenfolge und Hierarchie speichern"
341
-
342
- #: wpf-admin/forum.php:101 wpf-includes/wpf-phrases.php:87
343
- msgid "Enter forum title here"
344
- msgstr "Forentitel eingeben"
345
-
346
- #: wpf-admin/forum.php:106 wpf-includes/wpf-phrases.php:86
347
- msgid "Enter description here . . ."
348
- msgstr "Beschreibung eingeben..."
349
-
350
- #: wpf-admin/forum.php:107 wpf-includes/wpf-phrases.php:329
351
- msgid ""
352
- "This is a forum description. This content will be displayed under forum "
353
- "title on the forum list."
354
- msgstr ""
355
- "Dies ist eine Forenbeschreibung. Der Inhalt wird unter dem Forentitel und "
356
- "der Forenliste angezeigt."
357
-
358
- #: wpf-admin/forum.php:122 wpf-includes/wpf-phrases.php:221
359
- msgid "Parent Forum"
360
- msgstr "Eltern-Forum"
361
-
362
- #: wpf-admin/forum.php:125 wpf-includes/wpf-phrases.php:204
363
- msgid "No parent"
364
- msgstr "Kein Eltern-Forum"
365
-
366
- #: wpf-admin/forum.php:130 wpf-includes/wpf-phrases.php:346
367
- msgid "Use as Category"
368
- msgstr "Benutze als Kategorie"
369
-
370
- #: wpf-admin/forum.php:132 wpf-includes/wpf-phrases.php:52
371
- msgid "Category Layout"
372
- msgstr "Layout Kategorie"
373
-
374
- #: wpf-admin/forum.php:140 wpf-includes/wpf-phrases.php:202
375
- msgid "No layout found."
376
- msgstr "Kein Layout gefunden."
377
-
378
- #: wpf-admin/forum.php:149 wpf-admin/forum.php:156
379
- #: wpf-includes/wpf-phrases.php:234
380
- msgid "Publish"
381
- msgstr "Ver&ouml;ffentlichen"
382
-
383
- #: wpf-admin/forum.php:153 wpf-includes/wpf-phrases.php:37
384
- msgid "Are you sure you want to delete this forum?"
385
- msgstr "M&ouml;chten Sie dieses Forum wirklich l&ouml;schen?"
386
-
387
- #: wpf-admin/forum.php:153 wpf-admin/themes.php:73 wpf-admin/usergroup.php:37
388
- #: wpf-admin/usergroup.php:133 wpf-includes/wpf-hooks.php:1009
389
- #: wpf-includes/wpf-phrases.php:66
390
- msgid "Delete"
391
- msgstr "L&ouml;schen"
392
-
393
- #: wpf-admin/forum.php:154 wpf-admin/usergroup.php:39
394
- #: wpf-includes/class-forums.php:553 wpf-includes/wpf-phrases.php:355
395
- msgid "View"
396
- msgstr "Ansicht"
397
-
398
- #: wpf-admin/forum.php:224 wpf-includes/wpf-phrases.php:118
399
- msgid "Forum Slug"
400
- msgstr "Forum Slug"
401
-
402
- #: wpf-admin/forum.php:227 wpf-includes/wpf-phrases.php:322
403
- msgid ""
404
- "The \"slug\" is the URL-friendly version of the name. It is usually all "
405
- "lowercase and contains only letters, numbers, and hyphens."
406
- msgstr ""
407
- "\"Slug\" ist die URL-freundliche Version des Namens. Er enth&auml;lt in der "
408
- "Regel nur Kleinbuchstaben und enth&auml;lt nur Buchstaben, Zahlen und "
409
- "Bindestriche."
410
-
411
- #: wpf-admin/forum.php:233 wpf-includes/wpf-phrases.php:116
412
- msgid "Forum SEO"
413
- msgstr "Forum SEO"
414
-
415
- #: wpf-admin/forum.php:236 wpf-includes/wpf-phrases.php:183
416
- msgid "Meta Description"
417
- msgstr "Meta-Beschreibung"
418
-
419
- #: wpf-admin/forum.php:265 wpf-includes/wpf-phrases.php:328
420
- msgid "This action will also delete all sub-forums, topics and replies."
421
- msgstr ""
422
- "Diese Aktion wird auch alle Unterforen, Themen und Antworten l&ouml;schen."
423
-
424
- #: wpf-admin/forum.php:273 wpf-includes/wpf-phrases.php:137
425
- msgid ""
426
- "If you want to delete this forum and keep its sub-forums, topics and "
427
- "replies, please select a new target forum in dropdown below"
428
- msgstr ""
429
- "Wenn Sie dieses Forum l&ouml;schen und die Unterforen, Themen und Antworten "
430
- "behalten m&ouml;chten, w&auml;hlen Sie bitte ein neues Zielforum im Dropdown-"
431
- "Men&uuml; aus."
432
-
433
- #: wpf-admin/forum.php:282 wpf-includes/wpf-phrases.php:26
434
- msgid ""
435
- "All sub-forums, topics and replies will be attached to selected forum. "
436
- "Layout will be inherited from this forum."
437
- msgstr ""
438
- "Alle Unterforen, Themen und Antworten werden an das ausgew&auml;hlte Forum "
439
- "angeh&auml;ngt. Das Layout wird von diesem Forum vererbt."
440
-
441
- #: wpf-admin/options-tabs/accesses.php:9 wpf-includes/wpf-phrases.php:21
442
- msgid "Add New Forum Access"
443
- msgstr "Neue Forenberechtigung erstellen"
444
-
445
- #: wpf-admin/options-tabs/accesses.php:13 wpf-includes/wpf-phrases.php:15
446
- msgid "Access names"
447
- msgstr "Namen Berechtigungen"
448
-
449
- #: wpf-admin/options-tabs/accesses.php:26
450
- #: wpf-admin/options-tabs/accesses.php:27
451
- #: wpf-admin/options-tabs/accesses.php:28
452
- msgid "This access is usually used for "
453
- msgstr "Der Zugriff ist üblicherweise f&uuml;r"
454
-
455
- #: wpf-admin/options-tabs/accesses.php:26
456
- msgid "Guests"
457
- msgstr "Gäste"
458
-
459
- #: wpf-admin/options-tabs/accesses.php:26
460
- #: wpf-admin/options-tabs/accesses.php:27
461
- #: wpf-admin/options-tabs/accesses.php:28
462
- msgid "usergroup"
463
- msgstr "Gruppe"
464
-
465
- #: wpf-admin/options-tabs/accesses.php:27 wpf-includes/wpf-phrases.php:621
466
- msgid "Registered"
467
- msgstr "Registriert"
468
-
469
- #: wpf-admin/options-tabs/accesses.php:28 wpf-includes/wpf-phrases.php:619
470
- msgid "Admin"
471
- msgstr "Admin"
472
-
473
- #: wpf-admin/options-tabs/accesses.php:32 wpf-includes/class-forums.php:549
474
- #: wpf-includes/functions.php:475 wpf-includes/wpf-phrases.php:381
475
- msgid "edit"
476
- msgstr "bearbeiten"
477
-
478
- #: wpf-admin/options-tabs/accesses.php:34 wpf-includes/wpf-phrases.php:39
479
- msgid ""
480
- "Are you sure you want to remove this access set? Usergroups which attached "
481
- "to this access will lost all forum permissions."
482
- msgstr ""
483
- "Sind sie sicher dass sie diese Berechtigungen entfernen m&ouml;chten? "
484
- "Benutzergruppen, die dieser Berechtigung zugeordnet sind, verlieren alle "
485
- "Foren-Berechtigungen."
486
-
487
- #: wpf-admin/options-tabs/accesses.php:34 wpf-includes/class-forums.php:551
488
- #: wpf-includes/functions.php:489 wpf-includes/functions.php:493
489
- #: wpf-includes/wpf-phrases.php:380
490
- msgid "delete"
491
- msgstr "l&ouml;schen"
492
-
493
- #: wpf-admin/options-tabs/accesses.php:49 wpf-includes/wpf-phrases.php:14
494
- msgid "Access name"
495
- msgstr "Berechtigung"
496
-
497
- #: wpf-admin/options-tabs/accesses.php:69 wpf-includes/wpf-phrases.php:270
498
- msgid "Save"
499
- msgstr "Speichern"
500
-
501
- #: wpf-admin/options-tabs/accesses.php:69 wpf-includes/wpf-phrases.php:343
502
- msgid "Update"
503
- msgstr "Update"
504
-
505
- #: wpf-admin/options-tabs/emails.php:13 wpf-includes/wpf-phrases.php:126
506
- msgid "From Name"
507
- msgstr "Von Name"
508
-
509
- #: wpf-admin/options-tabs/emails.php:17 wpf-includes/wpf-phrases.php:125
510
- msgid "From Email Address"
511
- msgstr "Von Emailadresse"
512
-
513
- #: wpf-admin/options-tabs/emails.php:22 wpf-includes/wpf-phrases.php:106
514
- msgid "Forum Admin Email Addresses"
515
- msgstr "Emailadresse Foren-Admin"
516
-
517
- #: wpf-admin/options-tabs/emails.php:23 wpf-includes/wpf-phrases.php:57
518
- msgid ""
519
- "Comma separated email addresses of forum administrators to get forum "
520
- "notifications. For example post report messages."
521
- msgstr ""
522
- "Kommagetrennte Emailadressen der Foren-Administratoren, um "
523
- "Benachrichtigungen zu bekommen, z.B. Beitragsmeldungen."
524
-
525
- #: wpf-admin/options-tabs/emails.php:29
526
- msgid "Notify via email on New Topic"
527
- msgstr "Benachrichtigung über ein neues Thema"
528
-
529
- #: wpf-admin/options-tabs/emails.php:30
530
- msgid ""
531
- "Send Notification emails to all email addresses (comma separated ) of forum "
532
- "administrators when a new Topic is created."
533
- msgstr ""
534
- "Sende E-Mail-Benachrichtigungen an alle E-Mail Adressen (kommasepariert) von "
535
- "Foren-Administratoren wenn ein neues Thema erstellt wird."
536
-
537
- #: wpf-admin/options-tabs/emails.php:34 wpf-admin/options-tabs/emails.php:46
538
- #: wpf-admin/options-tabs/features.php:55 wpf-includes/wpf-phrases.php:366
539
- msgid "Yes"
540
- msgstr "Ja"
541
-
542
- #: wpf-admin/options-tabs/emails.php:35 wpf-admin/options-tabs/emails.php:47
543
- #: wpf-admin/options-tabs/features.php:56 wpf-includes/wpf-phrases.php:196
544
- msgid "No"
545
- msgstr "Nein"
546
-
547
- #: wpf-admin/options-tabs/emails.php:41
548
- msgid "Notify via email on New Post"
549
- msgstr "Benachrichtigung über einen neuen Eintrag"
550
-
551
- #: wpf-admin/options-tabs/emails.php:42
552
- msgid ""
553
- "Send Notification emails to all email addresses (comma separated ) of forum "
554
- "administrators when a new Reply is created."
555
- msgstr ""
556
- "Sende E-Mail-Benachrichtigungen an alle E-Mail Adressen (kommasepariert) von "
557
- "Foren-Administratoren wenn eine neue Antwort erstellt wird."
558
-
559
- #: wpf-admin/options-tabs/emails.php:53 wpf-includes/wpf-phrases.php:317
560
- msgid "Subscription Emails"
561
- msgstr "Emailbenachrichtigungen"
562
-
563
- #: wpf-admin/options-tabs/emails.php:57 wpf-includes/wpf-phrases.php:314
564
- msgid "Subscribe confirmation email subject"
565
- msgstr "Betreff Email Abonnement best&auml;tigen"
566
-
567
- #: wpf-admin/options-tabs/emails.php:61 wpf-includes/wpf-phrases.php:313
568
- msgid "Subscribe confirmation email message"
569
- msgstr "Text Email Abonnement best&auml;tigen"
570
-
571
- #: wpf-admin/options-tabs/emails.php:65 wpf-includes/wpf-phrases.php:195
572
- msgid "New topic notification email subject"
573
- msgstr "Betreff Emailbenachrichtigung neues Thema"
574
-
575
- #: wpf-admin/options-tabs/emails.php:69 wpf-includes/wpf-phrases.php:194
576
- msgid "New topic notification email message"
577
- msgstr "Text Emailbenachrichtigung neues Thema"
578
-
579
- #: wpf-admin/options-tabs/emails.php:73 wpf-includes/wpf-phrases.php:193
580
- msgid "New reply notification email subject"
581
- msgstr "Betreff Emailbenachrichtigung neue Antwort"
582
-
583
- #: wpf-admin/options-tabs/emails.php:77 wpf-includes/wpf-phrases.php:192
584
- msgid "New reply notification email message"
585
- msgstr "Text Emailbenachrichtigung neue Antwort"
586
-
587
- #: wpf-admin/options-tabs/emails.php:82 wpf-includes/wpf-phrases.php:227
588
- msgid "Post Reporting Emails"
589
- msgstr "Email Beitrag melden"
590
-
591
- #: wpf-admin/options-tabs/emails.php:83 wpf-includes/wpf-phrases.php:331
592
- msgid "This message comes from post reporting pop-up form."
593
- msgstr "Diese Nachricht kommt vom Beitrags-Meldeformular."
594
-
595
- #: wpf-admin/options-tabs/emails.php:88 wpf-includes/wpf-phrases.php:266
596
- msgid "Report message subject"
597
- msgstr "Betreff Melde-Nachricht"
598
-
599
- #: wpf-admin/options-tabs/emails.php:93 wpf-includes/wpf-phrases.php:265
600
- msgid "Report message body"
601
- msgstr "Text Melde-Nachricht"
602
-
603
- #: wpf-admin/options-tabs/emails.php:99 wpf-admin/options-tabs/features.php:66
604
- #: wpf-admin/options-tabs/forums.php:16 wpf-admin/options-tabs/general.php:82
605
- #: wpf-admin/options-tabs/members.php:115 wpf-admin/options-tabs/posts.php:67
606
- #: wpf-admin/options-tabs/styles.php:93 wpf-includes/wpf-phrases.php:344
607
- msgid "Update Options"
608
- msgstr "Aktualisiere Einstellungen"
609
-
610
- #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:294
611
- msgid "Show Admin Bar for Members"
612
- msgstr "Zeige Admin-Bar f&uuml;r Mitglieder"
613
-
614
- #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:332
615
- msgid "This option doesn't affect website admins."
616
- msgstr "Diese Einstellung beeinflusst nicht die Seitenadministratoren."
617
-
618
- #: wpf-admin/options-tabs/features.php:10 wpf-includes/wpf-phrases.php:296
619
- msgid "Show Forum Page Title"
620
- msgstr "Zeige Forenseitentitel"
621
-
622
- #: wpf-admin/options-tabs/features.php:11 wpf-includes/wpf-phrases.php:299
623
- msgid "Show Top/Menu Bar"
624
- msgstr "Zeige Top/Men&uuml;-Leiste"
625
-
626
- #: wpf-admin/options-tabs/features.php:12 wpf-includes/wpf-phrases.php:298
627
- msgid "Show Top Search"
628
- msgstr "Zeige obere Suchleiste"
629
-
630
- #: wpf-admin/options-tabs/features.php:13 wpf-includes/wpf-phrases.php:295
631
- msgid "Show Breadcrumb"
632
- msgstr "Zeige Navigationsszeile"
633
-
634
- #: wpf-admin/options-tabs/features.php:14 wpf-includes/wpf-phrases.php:297
635
- msgid "Show Forum Statistic"
636
- msgstr "Zeige Forenstatistik"
637
-
638
- #: wpf-admin/options-tabs/features.php:15 wpf-includes/wpf-phrases.php:257
639
- msgid "Replace Author Link to Forum Profile"
640
- msgstr "Ersetze Autoren-Link mit Forenprofil"
641
-
642
- #: wpf-admin/options-tabs/features.php:16 wpf-includes/wpf-phrases.php:258
643
- msgid "Replace Comment Author Link to Forum Profile"
644
- msgstr "Ersetze Autoren-Kommentar-Link mit Forenprofil"
645
-
646
- #: wpf-admin/options-tabs/features.php:17 wpf-includes/wpf-phrases.php:631
647
- msgid "Enable User Registration"
648
- msgstr "Aktiviere Benutzerregistrierung"
649
-
650
- #: wpf-admin/options-tabs/features.php:17 wpf-includes/wpf-phrases.php:632
651
- msgid ""
652
- "This option is not synced with WordPress \"Anyone can register\" option in "
653
- "Dashboard > Settings > General admin page. If this option is enabled new "
654
- "users will always be able to register."
655
- msgstr ""
656
- "Diese Einstellung ist nicht mit der WordPress-Einstellung \"Jeder kann sich "
657
- "registrieren\" synchronisiert. Wenn diese Einstellung aktiviert ist m&uuml;"
658
- "ssen sich neue Benutzer immer registrieren."
659
-
660
- #: wpf-admin/options-tabs/features.php:18
661
- msgid "Enable User Registration email confirmation"
662
- msgstr "Aktiviere E-Mail-Best&auml;tigung für Benutzer Registrierungen"
663
-
664
- #: wpf-admin/options-tabs/features.php:18
665
- msgid ""
666
- "If you have enabled this option, after registering, user can not login "
667
- "without confirming the email."
668
- msgstr ""
669
- "Ist dieser Option aktiviert, kann ein Benutzer sich nach der Registrierung "
670
- "nicht anmelden, solange der Zugang nicht per E-Mail best&auml;tigt wurde."
671
-
672
- #: wpf-admin/options-tabs/features.php:19 wpf-includes/wpf-phrases.php:260
673
- msgid "Replace Registration Page URL to Forum URL"
674
- msgstr "Ersetze URL Registrierungsseite mit Foren-URL"
675
-
676
- #: wpf-admin/options-tabs/features.php:20 wpf-includes/wpf-phrases.php:259
677
- msgid "Replace Login Page URL to Forum URL"
678
- msgstr "Ersetze URL Anmeldeseite mit Foren-URL"
679
-
680
- #: wpf-admin/options-tabs/features.php:21 wpf-includes/wpf-phrases.php:256
681
- msgid "Replace Author Avatar with Forum Profile Avatar"
682
- msgstr "Ersetze Autoren-Avatar mit Foren-Profil-Avatar"
683
-
684
- #: wpf-admin/options-tabs/features.php:22 wpf-includes/wpf-phrases.php:77
685
- msgid "Enable Avatars"
686
- msgstr "Aktiviere Avatare"
687
-
688
- #: wpf-admin/options-tabs/features.php:23 wpf-includes/wpf-phrases.php:78
689
- msgid "Enable Custom Avatars"
690
- msgstr "Aktiviere eigene Avatare"
691
-
692
- #: wpf-admin/options-tabs/features.php:24 wpf-includes/wpf-phrases.php:31
693
- msgid "Allow Member Signature"
694
- msgstr "Erlaube Mitgliedersignaturen"
695
-
696
- #: wpf-admin/options-tabs/features.php:25 wpf-includes/wpf-phrases.php:80
697
- msgid "Enable Member Rating"
698
- msgstr "Aktiviere Mitgliedsr&auml;nge"
699
-
700
- #: wpf-admin/options-tabs/features.php:26 wpf-includes/wpf-phrases.php:81
701
- msgid "Enable Member Rating Titles"
702
- msgstr "Aktiviere Benutzertitel"
703
-
704
- #: wpf-admin/options-tabs/features.php:27 wpf-includes/wpf-phrases.php:79
705
- msgid "Enable Member Cache"
706
- msgstr "Aktiviere Mitglieds-Cache"
707
-
708
- #: wpf-admin/options-tabs/features.php:28 wpf-includes/wpf-phrases.php:84
709
- msgid "Enable wpForo SEO for Meta Titles"
710
- msgstr "Aktiviere wpForo SEO f&uuml;r Meta-Titel"
711
-
712
- #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:83
713
- msgid "Enable wpForo SEO for Meta Tags"
714
- msgstr "Aktiviere wpForo SEO f&uuml;r Meta-Tags"
715
-
716
- #: wpf-admin/options-tabs/features.php:30 wpf-includes/wpf-phrases.php:82
717
- msgid "Enable wpForo Font-Awesome Lib"
718
- msgstr "Aktiviere wpForo Font-Awesome Lib"
719
-
720
- #: wpf-admin/options-tabs/features.php:31 wpf-includes/wpf-phrases.php:85
721
- msgid "Enable Output Buffer"
722
- msgstr "Aktiviere Ausgabepuffer"
723
-
724
- #: wpf-admin/options-tabs/features.php:31 wpf-includes/wpf-phrases.php:330
725
- msgid ""
726
- "This feature is useful if you're adding content before or after [wpforo] "
727
- "shortcode in page content. Also it useful if forum is loaded before website "
728
- "header, on top of the front-end."
729
- msgstr ""
730
- "Diese Funktion ist sinnvoll wenn Inhalte vor oder nach dem [wpforo-index] "
731
- "Shortcode im Seiteninhalt eingef&uuml;gt werden. Sie ist ebenso sinnvoll "
732
- "wenn das Forum vor dem Website Header geladen wird, oben im Front-End."
733
-
734
- #: wpf-admin/options-tabs/features.php:32
735
- msgid "Enable WordPress Date/Time Format"
736
- msgstr "Aktiviere WordPress Datum-/Zeitformat"
737
-
738
- #: wpf-admin/options-tabs/features.php:32 wpf-includes/wpf-phrases.php:596
739
- msgid ""
740
- "You can manage WordPress date and time format in WordPress Settings > "
741
- "General admin page."
742
- msgstr ""
743
- "Das WordPress Datum-/Zeitformat kann in den WordPress-Einstellungen "
744
- "eingestellt werden > Einstellungen > Allgemein"
745
-
746
- #: wpf-admin/options-tabs/features.php:33 wpf-includes/wpf-phrases.php:607
747
- msgid "Enable Subscription Confirmation"
748
- msgstr "Aktiviere Abonnement-Best&auml;tigung"
749
-
750
- #: wpf-admin/options-tabs/features.php:33 wpf-includes/wpf-phrases.php:608
751
- msgid "Forum and Topic subscription with double opt-in/confirmation system."
752
- msgstr "Foren- und Themen-Abo mit Double Opt-In/Best&auml;tigungssystem."
753
-
754
- #: wpf-admin/options-tabs/features.php:34
755
- msgid "Topic subscription option on post editor"
756
- msgstr "Themen Abo Option in Eintrags-Editor"
757
-
758
- #: wpf-admin/options-tabs/features.php:34
759
- msgid ""
760
- "This option adds topic subscription checkbox next to new topic and post "
761
- "submit button."
762
- msgstr ""
763
- "Diese Option f&uuml;gt die Auswahl für ein Themen Abonnement neben den "
764
- "Button f&uuml;r neue Themen"
765
-
766
- #: wpf-admin/options-tabs/features.php:35
767
- msgid "Topic subscription option on post editor - checked/enabled"
768
- msgstr "Themen Abo Option in Editor - ausgewählt/aktiviert"
769
-
770
- #: wpf-admin/options-tabs/features.php:35
771
- msgid ""
772
- "Enable this option if you want the topic subscription checkbox to be checked "
773
- "by default."
774
- msgstr ""
775
- "Diese Option aktivieren, um die Abonnement-Funktion für Themen-Abos im "
776
- "Standard zu aktivieren."
777
-
778
- #: wpf-admin/options-tabs/features.php:36 wpf-includes/wpf-phrases.php:635
779
- msgid "Insert Forum Attachments to Media Library"
780
- msgstr "Schreibe Foren-Attachments in die Medien-Bibliothek"
781
-
782
- #: wpf-admin/options-tabs/features.php:36 wpf-includes/wpf-phrases.php:636
783
- msgid ""
784
- "Enable this option to be able manage forum attachments in Dashboard > Media "
785
- "> Library admin page."
786
- msgstr ""
787
- "Aktiviere diese Einstellung zum verwalten von Foren-Anh&auml;nge im "
788
- "Dashboard > Medien > Medien%uuml;bersicht"
789
-
790
- #: wpf-admin/options-tabs/features.php:37 wpf-includes/wpf-phrases.php:600
791
- msgid "Enable Debug Mode"
792
- msgstr "Aktiviere Debug-Modus"
793
-
794
- #: wpf-admin/options-tabs/features.php:37 wpf-includes/wpf-phrases.php:601
795
- msgid ""
796
- "If you got some issue with wpForo, please enable this option before asking "
797
- "for support, this outputs hidden important information to help us debug your "
798
- "issue."
799
- msgstr ""
800
- "Wenn es Probleme mit wpForo gibt, schalten Sie bitte diese Einstellung ein "
801
- "bevor Sie den Support fragen. Es werden wichtige Informationen ausgegeben, "
802
- "die unserem Support beim Debuggen helfen."
803
-
804
- #: wpf-admin/options-tabs/features.php:38 wpf-includes/wpf-phrases.php:134
805
- msgid "Help wpForo to grow, show plugin info"
806
- msgstr "Hilf wpForo zu wachsen, zeige Plugin-Info an"
807
-
808
- #: wpf-admin/options-tabs/features.php:38 wpf-includes/wpf-phrases.php:226
809
- msgid ""
810
- "Please enable this option to help wpForo get more popularity as your thank "
811
- "to the hard work we do for you totally free. This option adds a very small "
812
- "icon in forum footer, which will allow your site visitors recognize the name "
813
- "of forum solution you use."
814
- msgstr ""
815
- "Bitte aktiviere diese Einstellung damit wpForo bekannter wird, als Dank "
816
- "f&uuml;r die harte Arbeit, die wir total kostenlos tun. Diese Einstellung "
817
- "erg&auml;nzt ein sehr kleines Icon im Forum-Footer, das Seitenbesuchern "
818
- "zeigt welche Forenl&ouml;sung Sie benutzen."
819
-
820
- #: wpf-admin/options-tabs/general.php:15 wpf-includes/wpf-phrases.php:107
821
- msgid "Forum Base URL"
822
- msgstr "Foren-Basis-URL"
823
-
824
- #: wpf-admin/options-tabs/general.php:24 wpf-includes/wpf-phrases.php:645
825
- msgid "Turn WordPress to wpForo"
826
- msgstr "Schalte WordPress zu wpForo"
827
-
828
- #: wpf-admin/options-tabs/general.php:25
829
- msgid ""
830
- "This option will disable WordPress on front-end. Only forum pages and "
831
- "excluded post/pages will be available. wpForo will look like as a stand-"
832
- "alone forum."
833
- msgstr ""
834
- "Diese Option deaktiviert das WordPress Front-End. Nur Forum Seiten und "
835
- "ausgenommene Eintr&auml;ge und Seiten werden verf&uuml;gbar. wpForo wird wir "
836
- "ein Stand-Alone Forum aussehen."
837
-
838
- #: wpf-admin/options-tabs/general.php:28
839
- msgid "Exclude page URLs"
840
- msgstr "Seiten URLs ausnehmen"
841
-
842
- #: wpf-admin/options-tabs/general.php:28
843
- msgid "one URL per line"
844
- msgstr "eine URL pro Zeile"
845
-
846
- #: wpf-admin/options-tabs/general.php:38
847
- msgid "Visit Forum"
848
- msgstr "Besuche Forum"
849
-
850
- #: wpf-admin/options-tabs/general.php:41
851
- msgid ""
852
- "wpForo PageID doesn't exist. Forums will not be loaded, please read this"
853
- msgstr ""
854
- "wpForo pageID existiert nicht. Foren werden nicht angezeigt! Bitte diesen "
855
- "Support-Eintrag lesen"
856
-
857
- #: wpf-admin/options-tabs/general.php:41
858
- msgid "suppor topic"
859
- msgstr ""
860
-
861
- #: wpf-admin/options-tabs/general.php:43
862
- msgid "Forum Page ID"
863
- msgstr "Forum Seiten ID"
864
-
865
- #: wpf-admin/options-tabs/general.php:48 wpf-includes/wpf-phrases.php:121
866
- msgid "Forum Title"
867
- msgstr "Forentitel"
868
-
869
- #: wpf-admin/options-tabs/general.php:52 wpf-includes/wpf-phrases.php:108
870
- msgid "Forum Description"
871
- msgstr "Forenbeschreibung"
872
-
873
- #: wpf-admin/options-tabs/general.php:57 wpf-includes/wpf-phrases.php:64
874
- msgid "Dashboard Menu Position"
875
- msgstr "Dashboard Men&uuml;-Position"
876
-
877
- #: wpf-admin/options-tabs/general.php:58 wpf-includes/wpf-phrases.php:323
878
- msgid "The position in the menu order wpForo should appear."
879
- msgstr "Die Position von wpForo sollte folgenderma&szlig;en erscheinen:"
880
-
881
- #: wpf-admin/options-tabs/general.php:59 wpf-includes/wpf-phrases.php:348
882
- msgid ""
883
- "Use greater than 5 - below Posts, 10 - below Media, 15 - below Links, 20 - "
884
- "below Pages, 25 - below comments, 60 - below first separator, 65 - below "
885
- "Plugins, 70 - below Users, 75 - below Tools, 80 - below Settings, 100 - "
886
- "below second separator"
887
- msgstr ""
888
- "Gr&ouml;&szlig;er als 5 - unterhalb Beitr&auml;ge, 10 - unterhalb Medien, 15 "
889
- "- unterhalb Links, 20 - unterhalb Seiten, 25 unterhalb Kommentare, 60 - "
890
- "unterhalb erstem Separator, 65 - unterhalb Plugins, 70 - unterhalb Benutzer, "
891
- "75 - unterhalb Werkzeuge, 80 unterhalb Einstellungen, 100 - unterhalb "
892
- "zweitem Separator"
893
-
894
- #: wpf-admin/options-tabs/general.php:68 wpf-includes/wpf-phrases.php:110
895
- msgid "Forum Language"
896
- msgstr "Forensprache"
897
-
898
- #: wpf-admin/options-tabs/general.php:69
899
- msgid ""
900
- "This option is only related to XML language files. You should upload a "
901
- "translation XML file to have a new language option in this drop-down. If you "
902
- "are using PO/MO translation files you should change WordPress Language in "
903
- "Dashboard > Settings admin page to load according translation for wpForo."
904
- msgstr ""
905
- "Diese Einstellung ist nur für XML Sprachdateien relevant. Nach dem Hochladen "
906
- "einer neuen Übersetzungs-XML-Datei wird eine neue Option in dieser Auswahl "
907
- "bereitgestellt.\n"
908
- "Bei der Nutzung von PO/MO Übersetzungs-Dateien wird die Sprache der "
909
- "WordPress Sprache genutzt. Diese wird unter Dashboard > Einstellungen > "
910
- "Allgemein eingestellt."
911
-
912
- #: wpf-admin/options-tabs/general.php:94 wpf-includes/wpf-phrases.php:144
913
- msgid "Language XML file"
914
- msgstr "XML-Sprachdatei"
915
-
916
- #: wpf-admin/options-tabs/general.php:103 wpf-includes/wpf-phrases.php:22
917
- msgid "Add New Language"
918
- msgstr "Neue Sprache hinzuf&uuml;gen"
919
-
920
- #: wpf-admin/options-tabs/members.php:13 wpf-includes/wpf-phrases.php:217
921
- msgid "Online status timeout"
922
- msgstr "Timeout Online-Status"
923
-
924
- #: wpf-admin/options-tabs/members.php:16 wpf-admin/options-tabs/posts.php:19
925
- #: wpf-admin/options-tabs/posts.php:23 wpf-admin/options-tabs/posts.php:31
926
- #: wpf-admin/options-tabs/posts.php:35 wpf-includes/wpf-phrases.php:390
927
- msgid "minutes"
928
- msgstr "Minuten"
929
-
930
- #: wpf-admin/options-tabs/members.php:20 wpf-includes/wpf-phrases.php:179
931
- msgid "Members URL structure"
932
- msgstr "Struktur Mitglieds-URL"
933
-
934
- #: wpf-admin/options-tabs/members.php:30 wpf-includes/wpf-phrases.php:62
935
- msgid "Custom Authorization URLs"
936
- msgstr "Benutzerdefinierte URL f&uuml;r Autorisierung"
937
-
938
- #: wpf-admin/options-tabs/members.php:32
939
- msgid ""
940
- "Use this option only if you have set other pages for authorization. \n"
941
- " wpForo doesn't change its own URLs, these options "
942
- "are only for other plugin compatibility. \n"
943
- " For example, if you use BuddyPress or Ultimate "
944
- "Member plugin you can set these values:"
945
- msgstr ""
946
- "Benutzen Sie diese Einstellung nur wenn andere Seiten f&uuml;r "
947
- "Zugriffsberechtigungen benutzt werden. \n"
948
- "wpForo &auml;ndert nicht seine eigenen URLs. Diese Einstellungen sind nur "
949
- "zur Kompatibilit&auml;t zu anderen Plugins. \n"
950
- "Z.B. bei Verwendung von BuddyPress oder Ultimate Member k&ouml;nnen diese "
951
- "Werte gesetzt werden:"
952
-
953
- #: wpf-admin/options-tabs/members.php:35 wpf-admin/options-tabs/members.php:41
954
- #: wpf-includes/wpf-phrases.php:162
955
- msgid "Login URL"
956
- msgstr "Anmelde-URL"
957
-
958
- #: wpf-admin/options-tabs/members.php:36 wpf-admin/options-tabs/members.php:42
959
- #: wpf-includes/wpf-phrases.php:252
960
- msgid "Register URL"
961
- msgstr "Registrierungs-URL"
962
-
963
- #: wpf-admin/options-tabs/members.php:43 wpf-includes/wpf-phrases.php:164
964
- msgid "Lost Password URL"
965
- msgstr "URL Passwort vergessen"
966
-
967
- #: wpf-admin/options-tabs/members.php:49 wpf-includes/wpf-phrases.php:174
968
- msgid "Member Reputation"
969
- msgstr "Mitgliedsruf"
970
-
971
- #: wpf-admin/options-tabs/members.php:57 wpf-includes/wpf-phrases.php:247
972
- msgid "Rating Level"
973
- msgstr "Mitgliedsrang"
974
-
975
- #: wpf-admin/options-tabs/members.php:58 wpf-includes/wpf-phrases.php:184
976
- msgid "Min Number of Posts"
977
- msgstr "Min. Zahl von Beitr&auml;gen"
978
-
979
- #: wpf-admin/options-tabs/members.php:59 wpf-includes/wpf-phrases.php:175
980
- msgid "Member Title"
981
- msgstr "Benutzertitel"
982
-
983
- #: wpf-admin/options-tabs/members.php:60 wpf-includes/wpf-phrases.php:293
984
- msgid "Short Badge"
985
- msgstr "Kleines Abzeichen"
986
-
987
- #: wpf-admin/options-tabs/members.php:61 wpf-includes/wpf-phrases.php:128
988
- msgid "Full Badge"
989
- msgstr "Abzeichen"
990
-
991
- #: wpf-admin/options-tabs/members.php:62 wpf-includes/wpf-phrases.php:245
992
- msgid "Rating Color"
993
- msgstr "Rangfarbe"
994
-
995
- #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:246
996
- msgid "Rating Icon"
997
- msgstr "Rang-Icon"
998
-
999
- #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:186
1000
- msgid "More"
1001
- msgstr "Mehr"
1002
-
1003
- #: wpf-admin/options-tabs/members.php:68 wpf-includes/wpf-phrases.php:158
1004
- msgid "Level"
1005
- msgstr "Rang"
1006
-
1007
- #: wpf-admin/options-tabs/members.php:69 wpf-includes/wpf-phrases.php:211
1008
- msgid "Number of Posts"
1009
- msgstr "Anzahl Beitr&auml;ge"
1010
-
1011
- #: wpf-admin/options-tabs/members.php:70 wpf-includes/wpf-phrases.php:63
1012
- msgid "Custom Title"
1013
- msgstr "Eigener Titel"
1014
-
1015
- #: wpf-admin/options-tabs/members.php:73 wpf-includes/wpf-phrases.php:56
1016
- msgid "Color"
1017
- msgstr "Farbe"
1018
-
1019
- #: wpf-admin/options-tabs/members.php:74 wpf-includes/wpf-phrases.php:48
1020
- msgid "Badge Icon"
1021
- msgstr "Icon Abzeichen"
1022
-
1023
- #: wpf-admin/options-tabs/members.php:80
1024
- msgid "Enable Reputation Titles for selected usergroups"
1025
- msgstr ""
1026
- "Aktiviere Mitgliederrangtitel f&uuml;r ausgew&auml;hlte Benutzergruppen"
1027
-
1028
- #: wpf-admin/options-tabs/members.php:81
1029
- msgid ""
1030
- "This option depends on \"Enable Member Rating\" parent option, witch located "
1031
- "in wpForo Settings > Features Tab"
1032
- msgstr ""
1033
- "Diese Einstellung ist abh&auml;ngig von der Einstellung \"Aktiviere "
1034
- "Mitgliedsr&auml;nge\" in den wpForo-Einstellungen > Funktionen"
1035
-
1036
- #: wpf-admin/options-tabs/members.php:94
1037
- msgid "Enable Reputation Badges for selected usergroups"
1038
- msgstr "Aktiviere Rangabzeichen f&uuml;r die gew&auml;hlte Benutzergruppe"
1039
-
1040
- #: wpf-admin/options-tabs/members.php:95
1041
- msgid ""
1042
- "This option depends on \"Enable Member Rating Titles\" parent option, witch "
1043
- "located in wpForo Settings > Features Tab"
1044
- msgstr ""
1045
- "Diese Einstellung ist abh&auml;ngig von der Einstellung \"Aktiviere "
1046
- "Benutzertitel\" in den wpForo-Einstellungen > Funktionen"
1047
-
1048
- #: wpf-admin/options-tabs/plugins.php:9
1049
- msgid ""
1050
- "Thank you for using wpForo. wpForo is a premium forum plugin which will "
1051
- "always be available for free. There will never be paid and pro versions of "
1052
- "this forum board. However this is a very large and hard project so we also "
1053
- "develop paid addons (extensions), which will financially help us to keep "
1054
- "improving and adding new features to the free wpForo plugin. Forum addons "
1055
- "will also be actively developed. The first addons \"Advanced Media Uploader"
1056
- "\", \"Polls\", \"Private Messages\" and \"Ad Manager\" will be available "
1057
- "very soon. Once you got some addon and activated that, you will find "
1058
- "settings in vertical subTabs here."
1059
- msgstr ""
1060
- "Vielen Dank f&uuml;r die Nutzung von wpForo. wpForo ist ein Premium-Foren-"
1061
- "Plugin, das immer frei verf&uuml;gbar sein wird. Es wird keine Bezahl- oder "
1062
- "Pro-Versionen dieses Forenboards geben. Jedoch ist es ein sehr langes und "
1063
- "aufwendiges Projekt, weshalb wir zahlungspflichtige Erweiterungen "
1064
- "entwickeln, was uns hilft wpForo zu verbessern und neue Funktionen zum "
1065
- "wpForo-Plugin hinzuzuf&uuml;gen. Forenerweiterungen werden auch aktiv "
1066
- "entwickelt. Die ersten Erweiterungen \"Advanced Media Uploader\", \"Polls\", "
1067
- "\"Private Messages\" und \"Ad Manager\" werden bald verf&uuml;gbar sein. "
1068
- "Einmal hinzugef&uuml;gt und aktiviert werden die Einstellungen hier in "
1069
- "vertikalen Sub-Tabs zu finden sein."
1070
-
1071
- #: wpf-admin/options-tabs/posts.php:14 wpf-includes/wpf-phrases.php:213
1072
- msgid "Number of Topics per Page"
1073
- msgstr "Anzahl Themen pro Seite"
1074
-
1075
- #: wpf-admin/options-tabs/posts.php:18 wpf-includes/wpf-phrases.php:30
1076
- msgid "Allow Edit Own Topic for"
1077
- msgstr "Erlaube Editieren eigenes Thema f&uuml;r"
1078
-
1079
- #: wpf-admin/options-tabs/posts.php:22 wpf-includes/wpf-phrases.php:27
1080
- msgid "Allow Delete Own Topic for"
1081
- msgstr "Erlaube L&ouml;schen eigenes Thema f&uuml;r"
1082
-
1083
- #: wpf-admin/options-tabs/posts.php:26 wpf-includes/wpf-phrases.php:212
1084
- msgid "Number of Posts per Page"
1085
- msgstr "Anzahl Beitr&auml;ge pro Seite"
1086
-
1087
- #: wpf-admin/options-tabs/posts.php:30 wpf-includes/wpf-phrases.php:29
1088
- msgid "Allow Edit Own Post for"
1089
- msgstr "Erlaube Editieren eigene Beitr&auml;ge f&uuml;r"
1090
-
1091
- #: wpf-admin/options-tabs/posts.php:34 wpf-includes/wpf-phrases.php:28
1092
- msgid "Allow Delete Own post for"
1093
- msgstr "Erlaube L&ouml;schen eigene Beitr&auml;ge f&uuml;r"
1094
-
1095
- #: wpf-admin/options-tabs/posts.php:40 wpf-includes/wpf-phrases.php:169
1096
- msgid "Maximum upload file size"
1097
- msgstr "Maximalgr&ouml;&szlig;e Datei-Upload"
1098
-
1099
- #: wpf-admin/options-tabs/posts.php:41 wpf-includes/wpf-phrases.php:370
1100
- msgid ""
1101
- "You can not set this value more than \"upload_max_filesize\" and "
1102
- "\"post_max_size\". If you want to increase server parameters please contact "
1103
- "to your hosting service support."
1104
- msgstr ""
1105
- "Der Wert kann nicht h&ouml;her als \"upload_max_filesize\" und "
1106
- "\"post_max_size\" gesetzt werden. Zum Erh&ouml;hen von Server-Parametern "
1107
- "kontaktieren Sie bitte den Support Ihres Hosters."
1108
-
1109
- #: wpf-admin/options-tabs/posts.php:44 wpf-includes/wpf-phrases.php:166
1110
- msgid "MB"
1111
- msgstr "MB"
1112
-
1113
- #: wpf-admin/options-tabs/posts.php:47 wpf-includes/wpf-phrases.php:288
1114
- msgid "Server \"upload_max_filesize\" is "
1115
- msgstr "Server \"upload_max_filesize\" ist "
1116
-
1117
- #: wpf-admin/options-tabs/posts.php:48 wpf-includes/wpf-phrases.php:287
1118
- msgid "Server \"post_max_size\" is "
1119
- msgstr "Server \"post_max_size\" ist "
1120
-
1121
- #: wpf-admin/options-tabs/posts.php:56
1122
- msgid "Attachment click - message for non permited users"
1123
- msgstr "Nachricht f&uuml;r Anhang-Aufruf unberechtigter Nutzer"
1124
-
1125
- #: wpf-admin/options-tabs/posts.php:57
1126
- msgid ""
1127
- "This message will been displayed when a non permited forum member clicks on "
1128
- "attached file link in topic and posts."
1129
- msgstr ""
1130
- "Diese Nachricht wird angezeigt, wenn ein nicht berechtigter Nutzer auf einen "
1131
- "Anhang in einem Thema oder Eintrag klickt."
1132
-
1133
- #: wpf-admin/options-tabs/styles.php:13
1134
- msgid "Font Sizes"
1135
- msgstr "Zeichengr&ouml;&szlig;e"
1136
-
1137
- #: wpf-admin/options-tabs/styles.php:28 wpf-includes/wpf-phrases.php:480
1138
- msgid "Post Content"
1139
- msgstr "Inhalt"
1140
-
1141
- #: wpf-admin/options-tabs/styles.php:36 wpf-includes/wpf-phrases.php:61
1142
- msgid "Custom CSS Code"
1143
- msgstr "Eigener CSS Code"
1144
-
1145
- #: wpf-admin/options-tabs/styles.php:43
1146
- msgid "Forum Color Styles"
1147
- msgstr "Forum Color Styles"
1148
-
1149
- #: wpf-admin/options.php:8 wpf-includes/wpf-phrases.php:117
1150
- msgid "Forum Settings"
1151
- msgstr "Foreneinstellungen"
1152
-
1153
- #: wpf-admin/options.php:14 wpf-includes/wpf-phrases.php:129
1154
- msgid "General"
1155
- msgstr "Allgemein"
1156
-
1157
- #: wpf-admin/options.php:16 wpf-includes/wpf-phrases.php:105
1158
- msgid "Forum Accesses"
1159
- msgstr "Foren-Berechtigungen"
1160
-
1161
- #: wpf-admin/options.php:17 wpf-includes/wpf-phrases.php:339
1162
- msgid "Topics &amp; Posts"
1163
- msgstr "Themen &amp; Beitr&auml;ge"
1164
-
1165
- #: wpf-admin/options.php:19 wpf-includes/wpf-phrases.php:76
1166
- msgid "Emails"
1167
- msgstr "Emails"
1168
-
1169
- #: wpf-admin/options.php:20 wpf-includes/wpf-phrases.php:96
1170
- msgid "Features"
1171
- msgstr "Funktionen"
1172
-
1173
- #: wpf-admin/options.php:22 wpf-includes/wpf-phrases.php:311
1174
- msgid "Styles"
1175
- msgstr "Darstellung"
1176
-
1177
- #: wpf-admin/phrase.php:10 wpf-includes/wpf-phrases.php:127
1178
- msgid "Front-end Phrases"
1179
- msgstr "&Uuml;bersetzungen Front-End"
1180
-
1181
- #: wpf-admin/themes.php:9 wpf-includes/wpf-phrases.php:120
1182
- msgid "Forum Themes"
1183
- msgstr "Forum Themes"
1184
-
1185
- #: wpf-admin/themes.php:46 wpf-includes/wpf-phrases.php:60
1186
- msgid "Current active theme"
1187
- msgstr "Derzeit aktives Theme"
1188
-
1189
- #: wpf-admin/themes.php:48 wpf-includes/wpf-phrases.php:138
1190
- msgid "Inactive"
1191
- msgstr "Inaktiv"
1192
-
1193
- #: wpf-admin/themes.php:52 wpf-includes/wpf-phrases.php:143
1194
- msgid "LAYOUTS"
1195
- msgstr "LAYOUTS"
1196
-
1197
- #: wpf-admin/themes.php:68 wpf-includes/wpf-phrases.php:17
1198
- msgid "Activate"
1199
- msgstr "Aktiviere"
1200
-
1201
- #: wpf-admin/themes.php:69 wpf-includes/wpf-phrases.php:124
1202
- msgid "Fresh Installation"
1203
- msgstr "Frische Installation"
1204
-
1205
- #: wpf-admin/themes.php:71 wpf-includes/wpf-phrases.php:140
1206
- msgid "Install"
1207
- msgstr "Installieren"
1208
-
1209
- #: wpf-admin/themes.php:73 wpf-includes/wpf-phrases.php:38
1210
- msgid "Are you sure you want to delete this theme files?"
1211
- msgstr "Sind Sie sicher, dass Sie diese Theme-Files l&ouml;schen m&ouml;chten?"
1212
-
1213
- #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:40
1214
- msgid ""
1215
- "Are you sure you want to reset all settings and style colors to default?"
1216
- msgstr ""
1217
- "Sind Sie sicher, dass Sie alle Einstellungen und Farben auf Default zur&uuml;"
1218
- "cksetzen m&ouml;chten?"
1219
-
1220
- #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:268
1221
- msgid "Reset Settings"
1222
- msgstr "Reset Einstellungen"
1223
-
1224
- #: wpf-admin/themes.php:96 wpf-includes/wpf-phrases.php:201
1225
- msgid "No layout found"
1226
- msgstr "Kein Layout gefunden"
1227
-
1228
- #: wpf-admin/themes.php:107 wpf-includes/wpf-phrases.php:206
1229
- msgid "No theme found"
1230
- msgstr "Kein Theme gefunden"
1231
-
1232
- #: wpf-admin/usergroup.php:18 wpf-admin/usergroup.php:30
1233
- #: wpf-admin/usergroup.php:62
1234
- msgid "Usergroup Name"
1235
- msgstr "Name Benutzergruppe"
1236
-
1237
- #: wpf-admin/usergroup.php:19
1238
- msgid "Users Count"
1239
- msgstr "Anzahl Benutzer"
1240
-
1241
- #: wpf-admin/usergroup.php:36
1242
- msgid "Edit this usergroup"
1243
- msgstr "Benutzergruppe bearbeiten"
1244
-
1245
- #: wpf-admin/usergroup.php:36 wpf-includes/wpf-phrases.php:73
1246
- msgid "Edit"
1247
- msgstr "Bearbeiten"
1248
-
1249
- #: wpf-admin/usergroup.php:37
1250
- msgid "Delete this usergroup"
1251
- msgstr "Benutzergruppe l&ouml;schen"
1252
-
1253
- #: wpf-admin/usergroup.php:39
1254
- msgid "View users list in this usergroup"
1255
- msgstr "Nutzer dieser Benutzergruppe anzeigen"
1256
-
1257
- #: wpf-admin/usergroup.php:43
1258
- msgid "Count of users in this usergroup"
1259
- msgstr "Nutzerzahl in dieser Benutzergruppe"
1260
-
1261
- #: wpf-admin/usergroup.php:62 wpf-includes/wpf-phrases.php:133
1262
- msgid "Guest"
1263
- msgstr "Gast"
1264
-
1265
- #: wpf-admin/usergroup.php:85 wpf-includes/wpf-phrases.php:374
1266
- msgid "add"
1267
- msgstr "hinzuf&uuml;gen"
1268
-
1269
- #: wpf-admin/usergroup.php:85
1270
- msgid "save"
1271
- msgstr "speichern"
1272
-
1273
- #: wpf-admin/usergroup.php:106
1274
- msgid "Delete Chosen Usergroup And Users"
1275
- msgstr "Gew&auml;hlte Benutzergruppe und Benutzer l&ouml;schen"
1276
-
1277
- #: wpf-admin/usergroup.php:116
1278
- msgid "Delete Chosen Usergroup And Join Users To Other Usergroup"
1279
- msgstr ""
1280
- "Gew&auml;hlte Benutzergruppe l&ouml;schen und Benutzer in andere Gruppe "
1281
- "einf&uuml;gen"
1282
-
1283
- #: wpf-admin/usergroup.php:128
1284
- msgid "Users will be join this usergroup"
1285
- msgstr "Benutzer werden in diese Gruppe eingef&uuml;gt"
1286
-
1287
- #: wpf-includes/class-forums.php:548
1288
- msgid "Add a new SubForum"
1289
- msgstr "Ein neues Unter-Forum erstellen"
1290
-
1291
- #: wpf-includes/class-forums.php:548
1292
- msgid "Add a new Forum in this Category"
1293
- msgstr "Ein neues Forum in der Kategorie erstellen"
1294
-
1295
- #: wpf-includes/class-members.php:149
1296
- msgid "<strong>ERROR</strong>: Please enter a username."
1297
- msgstr "<strong>FEHLER</strong>: Bitte einen Benutzernamen eintragen."
1298
-
1299
- #: wpf-includes/class-members.php:153
1300
- msgid ""
1301
- "<strong>ERROR</strong>: This username is invalid because it uses illegal "
1302
- "characters. Please enter a valid username."
1303
- msgstr ""
1304
- "<strong>FEHLER</strong>: Dieser Nutzername ist ung&uum;ltig, da er nicht "
1305
- "erlaubte Zeichen enth&auml;lt. Bitte einen korrekten Nutzernamen angeben."
1306
-
1307
- #: wpf-includes/class-members.php:162
1308
- msgid ""
1309
- "<strong>ERROR</strong>: This username is already registered. Please choose "
1310
- "another one."
1311
- msgstr ""
1312
- "<strong>FEHLER</strong>: Der Nutzername ist bereits registriert. Bitte einen "
1313
- "anderen Nutzernamen w&auml;hlen."
1314
-
1315
- #: wpf-includes/class-members.php:166
1316
- msgid "<strong>ERROR</strong>: Sorry, that username is not allowed."
1317
- msgstr ""
1318
- "<strong>FEHLER</strong>: Der gew&auml;hlte Benutzername ist nicht erlaubt."
1319
-
1320
- #: wpf-includes/class-members.php:170
1321
- msgid "<strong>ERROR</strong>: Please type your email address."
1322
- msgstr "<strong>FEHLER</strong>: Bitte geben Sie Ihre E-Mail-Adresse an"
1323
-
1324
- #: wpf-includes/class-members.php:174
1325
- msgid "<strong>ERROR</strong>: The email address isn&#8217;t correct."
1326
- msgstr "<strong>FEHLER</strong>: Die E-Mail-Adresse ist nicht korrekt."
1327
-
1328
- #: wpf-includes/class-members.php:179
1329
- msgid ""
1330
- "<strong>ERROR</strong>: This email is already registered, please choose "
1331
- "another one."
1332
- msgstr ""
1333
- "<strong>FEHLER</strong>: Die E-Mail-Adresse ist bereits registriert. Bitte "
1334
- "eine andere E-Mail w&auml;hlen."
1335
-
1336
- #: wpf-includes/class-members.php:1098
1337
- msgid "What should be done with wpForo content owned by this user?"
1338
- msgstr ""
1339
- "Was soll mit wpForo Inhalten geschehen, die diesem Benutzer geh&ouml;ren?"
1340
-
1341
- #: wpf-includes/class-members.php:1100
1342
- msgid "What should be done with wpForo content owned by these users?"
1343
- msgstr ""
1344
- "Was soll mit wpForo Inhalten geschehen, die diesen Benutzern geh&ouml;ren?"
1345
-
1346
- #: wpf-includes/class-members.php:1104
1347
- msgid "Delete all wpForo content."
1348
- msgstr "Alle wpForo Inhalte löschen."
1349
-
1350
- #: wpf-includes/class-members.php:1106
1351
- msgid "Attribute all content to:"
1352
- msgstr "Alle Inhalte &uuml;bertragen an:"
1353
-
1354
- #: wpf-includes/class-notices.php:131 wpf-includes/wpf-phrases.php:69
1355
- msgid "Dismiss this notice."
1356
- msgstr "Diese Nachricht ignorieren."
1357
-
1358
- #: wpf-includes/class-permissions.php:116 wpf-includes/wpf-phrases.php:420
1359
- #, php-format
1360
- msgid "%s access successfully added"
1361
- msgstr "%s Berechtigung erfolgreich erstellt"
1362
-
1363
- #: wpf-includes/class-permissions.php:141 wpf-includes/wpf-phrases.php:421
1364
- #, php-format
1365
- msgid "%s access successfully edited"
1366
- msgstr "%s Berechtigung erfolgreich editiert"
1367
-
1368
- #: wpf-includes/class-phrases.php:166 wpf-includes/wpf-phrases.php:7
1369
- msgid " Forum"
1370
- msgstr " Forum"
1371
-
1372
- #: wpf-includes/class-phrases.php:167 wpf-includes/wpf-phrases.php:6
1373
- msgid " Discussion Board"
1374
- msgstr " Forum"
1375
-
1376
- #: wpf-includes/class-template.php:32
1377
- msgid "Insert link"
1378
- msgstr "Link einf&uuml;gen"
1379
-
1380
- #: wpf-includes/class-template.php:33
1381
- msgid "Link Text"
1382
- msgstr "Link-Text"
1383
-
1384
- #: wpf-includes/class-template.php:34
1385
- msgid "Open link in a new tab"
1386
- msgstr "&Ouml;ffne Link in neuem Tab"
1387
-
1388
- #: wpf-includes/class-template.php:922 wpf-includes/wpf-phrases.php:327
1389
- msgid "Theme file not readable"
1390
- msgstr "Theme-Datei nicht lesbar"
1391
-
1392
- #: wpf-includes/functions-installation.php:53 wpf-includes/wpf-phrases.php:101
1393
- msgid "Forum"
1394
- msgstr "Forum"
1395
-
1396
- #: wpf-includes/functions-installation.php:54
1397
- msgid "Discussion Board"
1398
- msgstr "Forum"
1399
-
1400
- #: wpf-includes/functions-installation.php:84
1401
- msgid "You are not permitted to view this attachment"
1402
- msgstr "Sie sind nicht berechtigt, diesen Anhang zu &ouml;ffnen"
1403
-
1404
- #: wpf-includes/functions-template.php:7
1405
- msgid "wpForo Menu"
1406
- msgstr "wpForo Men&uuml;"
1407
-
1408
- #: wpf-includes/functions-template.php:157 wpf-includes/wpf-phrases.php:410
1409
- msgid "wpForo Sidebar"
1410
- msgstr "wpForo Sidebar"
1411
-
1412
- #: wpf-includes/functions-template.php:158 wpf-includes/wpf-phrases.php:191
1413
- msgid ""
1414
- "NOTE: If you're going to add widgets in this sidebar, please use 'Full "
1415
- "Width' template for wpForo index page to avoid sidebar duplication."
1416
- msgstr ""
1417
- "BEACHTE: Wenn Sie Widgets in dieser Sidebar hinzuf&uuml;gen m&ouml;chten, "
1418
- "benutzen Sie bitte das 'Full Width' Template f&uuml;r die Startseite von "
1419
- "wpForo, um eine doppelte Sidebar zu vermeiden."
1420
-
1421
- #: wpf-includes/functions-template.php:196
1422
- #: wpf-includes/functions-template.php:303
1423
- #: wpf-includes/functions-template.php:366
1424
- #: wpf-includes/functions-template.php:442
1425
- #: wpf-includes/functions-template.php:519
1426
- #: wpf-includes/functions-template.php:566 wpf-includes/wpf-phrases.php:334
1427
- msgid "Title"
1428
- msgstr "Titel"
1429
-
1430
- #: wpf-includes/functions-template.php:369
1431
- #: wpf-includes/functions-template.php:445
1432
- #: wpf-includes/functions-template.php:522 wpf-includes/wpf-phrases.php:210
1433
- msgid "Number of Items"
1434
- msgstr "Anzahl Elemente"
1435
-
1436
- #: wpf-includes/functions-template.php:374 wpf-includes/wpf-phrases.php:70
1437
- msgid "Display Avatars"
1438
- msgstr "Avatare anzeigen"
1439
-
1440
- #: wpf-includes/functions-template.php:449
1441
- #: wpf-includes/functions-template.php:526 wpf-includes/wpf-phrases.php:72
1442
- msgid "Display with Avatars"
1443
- msgstr "Mit Avataren anzeigen"
1444
-
1445
- #: wpf-includes/functions.php:310 wpf-includes/functions.php:546
1446
- #: wpf-includes/wpf-phrases.php:50
1447
- msgid "Bulk Actions"
1448
- msgstr "Bulk-Aktionen"
1449
-
1450
- #: wpf-includes/functions.php:315 wpf-includes/functions.php:632
1451
- #: wpf-includes/wpf-phrases.php:36
1452
- msgid "Apply"
1453
- msgstr "&Uuml;bernehmen"
1454
-
1455
- #: wpf-includes/functions.php:324 wpf-includes/wpf-phrases.php:300
1456
- msgid "Show all forums"
1457
- msgstr "Alle Foren anzeigen"
1458
-
1459
- #: wpf-includes/functions.php:337 wpf-includes/wpf-phrases.php:350
1460
- msgid "filter by group"
1461
- msgstr "Filter nach Gruppe"
1462
-
1463
- #: wpf-includes/functions.php:350
1464
- msgid "filter by status"
1465
- msgstr "Filter nach Status"
1466
-
1467
- #: wpf-includes/functions.php:370 wpf-includes/functions.php:554
1468
- #: wpf-includes/wpf-phrases.php:385
1469
- msgid "item"
1470
- msgstr "Element(e)"
1471
-
1472
- #: wpf-includes/functions.php:403 wpf-includes/functions.php:419
1473
- #: wpf-includes/wpf-phrases.php:284
1474
- msgid "Select All"
1475
- msgstr "Alle ausw&auml;hlen"
1476
-
1477
- #: wpf-includes/functions.php:478 wpf-includes/wpf-phrases.php:383
1478
- msgid "edit user"
1479
- msgstr "Benutzer bearbeiten"
1480
-
1481
- #: wpf-includes/functions.php:481 wpf-includes/wpf-phrases.php:382
1482
- msgid "edit profile"
1483
- msgstr "Profil bearbeiten"
1484
-
1485
- #: wpf-includes/functions.php:485
1486
- msgid "unban user"
1487
- msgstr "Benutzer entsperren"
1488
-
1489
- #: wpf-includes/functions.php:485
1490
- msgid "ban user"
1491
- msgstr "Benutzer sperren"
1492
-
1493
- #: wpf-includes/functions.php:485
1494
- msgid "Are you sure, you want to unban this user?"
1495
- msgstr "Sind Sie sicher, dass dieser Benutzer entsperrt werden soll?"
1496
-
1497
- #: wpf-includes/functions.php:485
1498
- msgid "Are you sure, you want to ban this user?"
1499
- msgstr "Sind Sie sicher, dass dieser Benutzer gesperrt werden soll?"
1500
-
1501
- #: wpf-includes/functions.php:489 wpf-includes/functions.php:493
1502
- #: wpf-includes/wpf-phrases.php:67
1503
- msgid "Delete this item"
1504
- msgstr "Dieses Element l%ouml;schen"
1505
-
1506
- #: wpf-includes/functions.php:489 wpf-includes/functions.php:493
1507
- #: wpf-includes/wpf-phrases.php:41
1508
- msgid "Are you sure you whant to DELETE this item?"
1509
- msgstr "Sind Sie sicher, dass Sie dieses Element l&ouml;schen m&ouml;chten?"
1510
-
1511
- #: wpf-includes/functions.php:506 wpf-includes/functions.php:507
1512
- #: wpf-includes/wpf-phrases.php:404
1513
- msgid "view"
1514
- msgstr "anzeigen"
1515
-
1516
- #: wpf-includes/functions.php:538 wpf-includes/wpf-phrases.php:200
1517
- msgid "No items found"
1518
- msgstr "Keine Elemente gefunden"
1519
-
1520
- #: wpf-includes/functions.php:631 wpf-includes/wpf-phrases.php:141
1521
- msgid "Items"
1522
- msgstr "Elemente"
1523
-
1524
- #: wpf-includes/functions.php:901
1525
- #, php-format
1526
- msgid "Could not write file %s"
1527
- msgstr "Konnte Datei nicht schreiben %s"
1528
-
1529
- #: wpf-includes/wpf-hooks.php:20 wpf-includes/wpf-phrases.php:136
1530
- msgid ""
1531
- "IMPORTANT! Uninstall is not a simple deactivation action. This action will "
1532
- "permanently remove all forum data (forums, topics, replies, attachments...) "
1533
- "from database. Please backup database before this action, you may need this "
1534
- "forum data in future. If you are sure that you want to delete all forum data "
1535
- "please confirm. If not, just cancel it, then you can deactivate this plugin, "
1536
- "that will not remove forum data."
1537
- msgstr ""
1538
- "WICHTIG! Die Deinstallation ist keine einfache Deaktivierung. Diese Aktion "
1539
- "wird alle Forendaten (Foren, Themen, Antworten, Anh&auml;nge...) dauerhaft "
1540
- "aus der Datenbank l&ouml;schen. Erstellen Sie bitte ein Datenbank-Backup vor "
1541
- "dieser Aktion. Wenn Sie sicher sind, dass Sie alle Forendaten l&ouml;schen "
1542
- "m&ouml;chten, bitte best&auml;tigen. Wenn nicht, brechen Sie einfach ab. "
1543
- "Danach k&ouml;nnen Sie das Plugin deaktivieren. Das erh&auml;lt die "
1544
- "Forendaten."
1545
-
1546
- #: wpf-includes/wpf-hooks.php:20
1547
- msgid "Uninstall"
1548
- msgstr "Deinstallieren"
1549
-
1550
- #: wpf-includes/wpf-hooks.php:1008 wpf-includes/wpf-phrases.php:187
1551
- msgid "Move"
1552
- msgstr "Verschieben"
1553
-
1554
- #: wpf-includes/wpf-hooks.php:1043
1555
- msgid "Clear"
1556
- msgstr "Leeren"
1557
-
1558
- #: wpf-includes/wpf-hooks.php:1043
1559
- msgid "Default"
1560
- msgstr "Default"
1561
-
1562
- #: wpf-includes/wpf-hooks.php:1043
1563
- msgid "Select Color"
1564
- msgstr "Farbe ausw&auml;hlen"
1565
-
1566
- #: wpf-includes/wpf-hooks.php:1066
1567
- msgid ""
1568
- "IMPORTANT: wpForo can't work with default permalink, please change permalink "
1569
- "structure"
1570
- msgstr ""
1571
- "WICHTIG: wpForo funktioniert nicht mit den Standard-Permalink Einstellungen. "
1572
- "Bitte die Permalink-Struktur &auml;ndern."
1573
-
1574
- #: wpf-includes/wpf-hooks.php:1087 wpf-includes/wpf-phrases.php:412
1575
- msgid "wpForo Usergroup"
1576
- msgstr "wpForo Benutzergruppe"
1577
-
1578
- #: wpf-includes/wpf-hooks.php:1095 wpf-includes/wpf-phrases.php:411
1579
- msgid "wpForo User Timezone"
1580
- msgstr "Zeitzone wpForo-Benutzer"
1581
-
1582
- #: wpf-includes/wpf-phrases.php:8
1583
- #, php-format
1584
- msgid "%s and %s liked"
1585
- msgstr "%s und %s m&ouml;gen"
1586
-
1587
- #: wpf-includes/wpf-phrases.php:9
1588
- #, php-format
1589
- msgid "%s liked"
1590
- msgstr "%s m&ouml;gen"
1591
-
1592
- #: wpf-includes/wpf-phrases.php:10
1593
- #, php-format
1594
- msgid "%s, %s and %s liked"
1595
- msgstr "%s, %s und %s m&ouml;gen"
1596
-
1597
- #: wpf-includes/wpf-phrases.php:11
1598
- #, php-format
1599
- msgid "%s, %s, %s and %d people liked"
1600
- msgstr "%s, %s, %s und %d weitere m&ouml;gen"
1601
-
1602
- #: wpf-includes/wpf-phrases.php:12
1603
- msgid "AOL IM"
1604
- msgstr "AOL IM"
1605
-
1606
- #: wpf-includes/wpf-phrases.php:13
1607
- msgid "About Me"
1608
- msgstr "&Uuml;ber mich"
1609
-
1610
- #: wpf-includes/wpf-phrases.php:16
1611
- msgid "Account"
1612
- msgstr "Benutzerkonto"
1613
-
1614
- #: wpf-includes/wpf-phrases.php:19
1615
- msgid "Activity"
1616
- msgstr "Aktivit&auml;t"
1617
-
1618
- #: wpf-includes/wpf-phrases.php:23
1619
- msgid "Add a comment"
1620
- msgstr "Neuer Kommentar"
1621
-
1622
- #: wpf-includes/wpf-phrases.php:24
1623
- msgid "Add topic"
1624
- msgstr "Neues Thema"
1625
-
1626
- #: wpf-includes/wpf-phrases.php:32
1627
- msgid "Answer"
1628
- msgstr "Antwort"
1629
-
1630
- #: wpf-includes/wpf-phrases.php:33
1631
- msgid "Answer to"
1632
- msgstr "Antwort auf"
1633
-
1634
- #: wpf-includes/wpf-phrases.php:34
1635
- msgid "Answers"
1636
- msgstr "Antworten"
1637
-
1638
- #: wpf-includes/wpf-phrases.php:35
1639
- msgid "Any Date"
1640
- msgstr "Jedes Datum"
1641
-
1642
- #: wpf-includes/wpf-phrases.php:42
1643
- msgid "Ascending order"
1644
- msgstr "Aufsteigende Reihenfolge"
1645
-
1646
- #: wpf-includes/wpf-phrases.php:43
1647
- msgid "Attach file:"
1648
- msgstr "Datei anh&auml;ngen:"
1649
-
1650
- #: wpf-includes/wpf-phrases.php:44
1651
- msgid "Attachments"
1652
- msgstr "Anh&auml;nge"
1653
-
1654
- #: wpf-includes/wpf-phrases.php:45
1655
- msgid "Attachments Size"
1656
- msgstr "Anhanggr&ouml;&szlig;e"
1657
-
1658
- #: wpf-includes/wpf-phrases.php:47
1659
- msgid "Avatar"
1660
- msgstr "Avatar"
1661
-
1662
- #: wpf-includes/wpf-phrases.php:53
1663
- msgid "Change password"
1664
- msgstr "Passwort &auml;ndern"
1665
-
1666
- #: wpf-includes/wpf-phrases.php:54
1667
- msgid "Choose target forum"
1668
- msgstr "W&auml;hle Zielforum"
1669
-
1670
- #: wpf-includes/wpf-phrases.php:55 wpf-themes/classic/functions.php:39
1671
- #: wpf-themes/classic/functions.php:60 wpf-themes/classic/functions.php:89
1672
- msgid "Collapsed"
1673
- msgstr "Eingeklappt"
1674
-
1675
- #: wpf-includes/wpf-phrases.php:58
1676
- msgid "Comments"
1677
- msgstr "Kommentare"
1678
-
1679
- #: wpf-includes/wpf-phrases.php:59
1680
- msgid "Confirm my subscription"
1681
- msgstr "Best&auml;tige mein Abo"
1682
-
1683
- #: wpf-includes/wpf-phrases.php:65
1684
- msgid "Date"
1685
- msgstr "Datum"
1686
-
1687
- #: wpf-includes/wpf-phrases.php:68
1688
- msgid "Descending order"
1689
- msgstr "Absteigende Reihenfolge"
1690
-
1691
- #: wpf-includes/wpf-phrases.php:71
1692
- msgid "Display Name"
1693
- msgstr "Anzeigename"
1694
-
1695
- #: wpf-includes/wpf-phrases.php:74
1696
- msgid "Edited: "
1697
- msgstr "Bearbeitet:"
1698
-
1699
- #: wpf-includes/wpf-phrases.php:75
1700
- msgid "Email"
1701
- msgstr "Email"
1702
-
1703
- #: wpf-includes/wpf-phrases.php:88
1704
- msgid "Enter title here"
1705
- msgstr "Titel eingeben"
1706
-
1707
- #: wpf-includes/wpf-phrases.php:89 wpf-themes/classic/functions.php:38
1708
- #: wpf-themes/classic/functions.php:59 wpf-themes/classic/functions.php:88
1709
- msgid "Expanded"
1710
- msgstr "Erweitert"
1711
-
1712
- #: wpf-includes/wpf-phrases.php:90 wpf-themes/classic/functions.php:85
1713
- msgid "Extended Layout - Intro posts"
1714
- msgstr "Erweitertes Layout - Intro-Beitr&auml;ge"
1715
-
1716
- #: wpf-includes/wpf-phrases.php:91 wpf-themes/classic/functions.php:35
1717
- msgid "Extended Layout - Intro topics"
1718
- msgstr "Erweitertes Layout - Intro-Themen"
1719
-
1720
- #: wpf-includes/wpf-phrases.php:92 wpf-themes/classic/functions.php:95
1721
- msgid "Extended Layout - Number of intro posts"
1722
- msgstr "Erweitertes Layout - Anzahl Intro-Beitr&auml;ge"
1723
-
1724
- #: wpf-includes/wpf-phrases.php:93 wpf-themes/classic/functions.php:44
1725
- msgid "Extended Layout - Number of intro topics"
1726
- msgstr "Erweitertes Layout - Anzahl Intro-Themen"
1727
-
1728
- #: wpf-includes/wpf-phrases.php:94
1729
- msgid "Facebook"
1730
- msgstr "Facebook"
1731
-
1732
- #: wpf-includes/wpf-phrases.php:95
1733
- msgid "Failed to write file to disk"
1734
- msgstr "Fehler beim Schreiben der Datei zur Disk"
1735
-
1736
- #: wpf-includes/wpf-phrases.php:97
1737
- msgid "File upload stopped by extension"
1738
- msgstr "Datei-Upload wegen Dateierweiterung gestoppt"
1739
-
1740
- #: wpf-includes/wpf-phrases.php:98
1741
- msgid "Find Posts by User"
1742
- msgstr "Finde Beitr&auml;ge nach Benutzer"
1743
-
1744
- #: wpf-includes/wpf-phrases.php:99
1745
- msgid "Find Topics Started by User"
1746
- msgstr "Finde Themen er&ouml;ffnet von Benutzer"
1747
-
1748
- #: wpf-includes/wpf-phrases.php:100
1749
- msgid "First post and replies"
1750
- msgstr "Erster Beitrag und Antworten"
1751
-
1752
- #: wpf-includes/wpf-phrases.php:102
1753
- msgid "Forum - Login"
1754
- msgstr "Forum - Login"
1755
-
1756
- #: wpf-includes/wpf-phrases.php:103
1757
- msgid "Forum - Page Not Found"
1758
- msgstr "Forum - Seite nicht gefunden"
1759
-
1760
- #: wpf-includes/wpf-phrases.php:104
1761
- msgid "Forum - Registration"
1762
- msgstr "Forum - Registrierung"
1763
-
1764
- #: wpf-includes/wpf-phrases.php:109
1765
- msgid "Forum Home"
1766
- msgstr "Startseite"
1767
-
1768
- #: wpf-includes/wpf-phrases.php:111
1769
- msgid "Forum Members"
1770
- msgstr "Forenmitglieder"
1771
-
1772
- #: wpf-includes/wpf-phrases.php:114
1773
- msgid "Forum Profile"
1774
- msgstr "Forenprofil"
1775
-
1776
- #: wpf-includes/wpf-phrases.php:115
1777
- msgid "Forum RSS Feed"
1778
- msgstr "Foren RSS Feed"
1779
-
1780
- #: wpf-includes/wpf-phrases.php:119
1781
- msgid "Forum Statistics"
1782
- msgstr "Forenstatistik"
1783
-
1784
- #: wpf-includes/wpf-phrases.php:122
1785
- msgid "Forum is empty"
1786
- msgstr "Forum ist leer"
1787
-
1788
- #: wpf-includes/wpf-phrases.php:131
1789
- msgid "Group"
1790
- msgstr "Gruppe"
1791
-
1792
- #: wpf-includes/wpf-phrases.php:132
1793
- msgid "Gtalk"
1794
- msgstr "Gtalk"
1795
-
1796
- #: wpf-includes/wpf-phrases.php:135
1797
- msgid "ICQ"
1798
- msgstr "ICQ"
1799
-
1800
- #: wpf-includes/wpf-phrases.php:139
1801
- msgid "Insert member name or email"
1802
- msgstr "Gebe Name oder Email ein"
1803
-
1804
- #: wpf-includes/wpf-phrases.php:142
1805
- msgid "Joined"
1806
- msgstr "Beigetreten"
1807
-
1808
- #: wpf-includes/wpf-phrases.php:145
1809
- msgid "Last 24 hours"
1810
- msgstr "Letzte 24 Stunden"
1811
-
1812
- #: wpf-includes/wpf-phrases.php:146
1813
- msgid "Last 3 Months"
1814
- msgstr "Letzte 3 Monate"
1815
-
1816
- #: wpf-includes/wpf-phrases.php:147
1817
- msgid "Last 6 Months"
1818
- msgstr "Letzte 6 Monate"
1819
-
1820
- #: wpf-includes/wpf-phrases.php:148
1821
- msgid "Last Active"
1822
- msgstr "Zuletzt aktiv"
1823
-
1824
- #: wpf-includes/wpf-phrases.php:149
1825
- msgid "Last Month"
1826
- msgstr "Letzter Monat"
1827
-
1828
- #: wpf-includes/wpf-phrases.php:150
1829
- msgid "Last Post"
1830
- msgstr "Letzter Beitrag"
1831
-
1832
- #: wpf-includes/wpf-phrases.php:151
1833
- msgid "Last Post Info"
1834
- msgstr "Info letzter Beitrag"
1835
-
1836
- #: wpf-includes/wpf-phrases.php:152
1837
- msgid "Last Week"
1838
- msgstr "Letzte Woche"
1839
-
1840
- #: wpf-includes/wpf-phrases.php:153
1841
- msgid "Last Year ago"
1842
- msgstr "Letztes Jahr"
1843
-
1844
- #: wpf-includes/wpf-phrases.php:154
1845
- #, php-format
1846
- msgid "Last post by %s"
1847
- msgstr "Letzter Beitrag von %s"
1848
-
1849
- #: wpf-includes/wpf-phrases.php:155
1850
- msgid "Latest Post"
1851
- msgstr "Letzter Beitrag"
1852
-
1853
- #: wpf-includes/wpf-phrases.php:156
1854
- msgid "Leave a reply"
1855
- msgstr "Hinterlasse Antwort"
1856
-
1857
- #: wpf-includes/wpf-phrases.php:157
1858
- msgid "Length must be between 3 characters and 15 characters."
1859
- msgstr "Die L&auml;nge muss zwischen 3 und 15 Zeichen sein."
1860
-
1861
- #: wpf-includes/wpf-phrases.php:159
1862
- msgid "Liked"
1863
- msgstr "Zugestimmt"
1864
-
1865
- #: wpf-includes/wpf-phrases.php:160
1866
- msgid "Location"
1867
- msgstr "Ort"
1868
-
1869
- #: wpf-includes/wpf-phrases.php:161
1870
- msgid "Login"
1871
- msgstr "Anmelden"
1872
-
1873
- #: wpf-includes/wpf-phrases.php:163
1874
- msgid "Logout"
1875
- msgstr "Abmelden"
1876
-
1877
- #: wpf-includes/wpf-phrases.php:165
1878
- msgid "Lost your password?"
1879
- msgstr "Passwort vergessen?"
1880
-
1881
- #: wpf-includes/wpf-phrases.php:167
1882
- msgid "MSN"
1883
- msgstr "MSN"
1884
-
1885
- #: wpf-includes/wpf-phrases.php:168
1886
- msgid "Maximum allowed file size is"
1887
- msgstr "Maximal erlaubte Dateigr&ouml;&szlig;e"
1888
-
1889
- #: wpf-includes/wpf-phrases.php:170
1890
- msgid "Member Activity"
1891
- msgstr "Mitgliedsaktivit&auml;t"
1892
-
1893
- #: wpf-includes/wpf-phrases.php:171
1894
- msgid "Member Information"
1895
- msgstr "Mitgliedsinformation"
1896
-
1897
- #: wpf-includes/wpf-phrases.php:172
1898
- msgid "Member Rating"
1899
- msgstr "Mitgliedsrang"
1900
-
1901
- #: wpf-includes/wpf-phrases.php:173
1902
- msgid "Member Rating Badge"
1903
- msgstr "Mitglieds-Rangabzeichen"
1904
-
1905
- #: wpf-includes/wpf-phrases.php:176
1906
- msgid "Member information"
1907
- msgstr "Mitgliedsinformation"
1908
-
1909
- #: wpf-includes/wpf-phrases.php:180
1910
- msgid "Members not found"
1911
- msgstr "Keine Mitglieder gefunden"
1912
-
1913
- #: wpf-includes/wpf-phrases.php:181
1914
- msgid ""
1915
- "You have been banned. Please contact to forum administrators for more "
1916
- "information."
1917
- msgstr ""
1918
- "Sie wurden gesperrt. Bitte kontaktieren Sie den Forum Administrator f&uuml;r "
1919
- "weitere Informationen."
1920
-
1921
- #: wpf-includes/wpf-phrases.php:182
1922
- msgid "Messages"
1923
- msgstr "Nachrichten"
1924
-
1925
- #: wpf-includes/wpf-phrases.php:185
1926
- msgid "Missing a temporary folder"
1927
- msgstr "Tempor&auml;rer Ordner nicht gefunden"
1928
-
1929
- #: wpf-includes/wpf-phrases.php:188
1930
- msgid "Move topic"
1931
- msgstr "Verschiebe Thema"
1932
-
1933
- #: wpf-includes/wpf-phrases.php:189
1934
- msgid "Must be minimum 6 characters."
1935
- msgstr "Mindestens 6 Zeichen erforderlich."
1936
-
1937
- #: wpf-includes/wpf-phrases.php:190
1938
- msgid "My Profile"
1939
- msgstr "Mein Profil"
1940
-
1941
- #: wpf-includes/wpf-phrases.php:197
1942
- msgid "No activity found for this member."
1943
- msgstr "Keine Aktivit&auml;t dieses Mitglieds gefunden."
1944
-
1945
- #: wpf-includes/wpf-phrases.php:198
1946
- msgid "No file was uploaded"
1947
- msgstr "Datei wurde nicht hochgeladen"
1948
-
1949
- #: wpf-includes/wpf-phrases.php:199
1950
- msgid "No forums were found here."
1951
- msgstr "Keine Foren gefunden."
1952
-
1953
- #: wpf-includes/wpf-phrases.php:203
1954
- msgid "No online members at the moment"
1955
- msgstr "Keine Mitglieder online"
1956
-
1957
- #: wpf-includes/wpf-phrases.php:205
1958
- msgid "No subscriptions found for this member."
1959
- msgstr "Keine Abonnements dieses Mitglieds gefunden."
1960
-
1961
- #: wpf-includes/wpf-phrases.php:207
1962
- msgid "No topics were found here"
1963
- msgstr "Keine Themen gefunden"
1964
-
1965
- #: wpf-includes/wpf-phrases.php:214
1966
- msgid "Occupation"
1967
- msgstr "Beruf"
1968
-
1969
- #: wpf-includes/wpf-phrases.php:215
1970
- msgid "Offline"
1971
- msgstr "Offline"
1972
-
1973
- #: wpf-includes/wpf-phrases.php:216
1974
- msgid "Online"
1975
- msgstr "Online"
1976
-
1977
- #: wpf-includes/wpf-phrases.php:218
1978
- msgid "Oops! The page you requested was not found!"
1979
- msgstr "Oops! Die aufgerufene Seite wurde nicht gefunden!"
1980
-
1981
- #: wpf-includes/wpf-phrases.php:219
1982
- msgid "Our newest member"
1983
- msgstr "Neustes Mitglied"
1984
-
1985
- #: wpf-includes/wpf-phrases.php:220
1986
- msgid "Page"
1987
- msgstr "Seite"
1988
-
1989
- #: wpf-includes/wpf-phrases.php:222
1990
- msgid "Password"
1991
- msgstr "Passwort"
1992
-
1993
- #: wpf-includes/wpf-phrases.php:224
1994
- #, php-format
1995
- msgid "Please %s or %s"
1996
- msgstr "Bitte %s oder %s"
1997
-
1998
- #: wpf-includes/wpf-phrases.php:228
1999
- msgid "Post Title"
2000
- msgstr "Beitragstitel"
2001
-
2002
- #: wpf-includes/wpf-phrases.php:229
2003
- msgid "Post link"
2004
- msgstr "Beitrags-Link"
2005
-
2006
- #: wpf-includes/wpf-phrases.php:230
2007
- msgid "Posted"
2008
- msgstr "Ver&ouml;ffentlicht"
2009
-
2010
- #: wpf-includes/wpf-phrases.php:231
2011
- msgid "Posted by"
2012
- msgstr "Ver&ouml;ffentlicht von"
2013
-
2014
- #: wpf-includes/wpf-phrases.php:233
2015
- msgid "Powered by"
2016
- msgstr "Powered by"
2017
-
2018
- #: wpf-includes/wpf-phrases.php:235 wpf-themes/classic/functions.php:65
2019
- msgid "Q&A Layout - Number of intro topics"
2020
- msgstr "Q&A Layout - Anzahl der Intro-Themen"
2021
-
2022
- #: wpf-includes/wpf-phrases.php:236 wpf-themes/classic/functions.php:56
2023
- msgid "Q&A layout - Intro topics"
2024
- msgstr "Q&A Layout - Intro-Themen"
2025
-
2026
- #: wpf-includes/wpf-phrases.php:237
2027
- msgid "Question Comments"
2028
- msgstr "Fragekommentare"
2029
-
2030
- #: wpf-includes/wpf-phrases.php:238
2031
- msgid "Questions"
2032
- msgstr "Fragen"
2033
-
2034
- #: wpf-includes/wpf-phrases.php:239
2035
- msgid "Quote"
2036
- msgstr "Zitat"
2037
-
2038
- #: wpf-includes/wpf-phrases.php:240
2039
- msgid "RE"
2040
- msgstr "RE"
2041
-
2042
- #: wpf-includes/wpf-phrases.php:241
2043
- msgid "REPLY:"
2044
- msgstr "Antwort:"
2045
-
2046
- #: wpf-includes/wpf-phrases.php:242
2047
- msgid "RSS"
2048
- msgstr "RSS"
2049
-
2050
- #: wpf-includes/wpf-phrases.php:243
2051
- msgid "Rating"
2052
- msgstr "Rang"
2053
-
2054
- #: wpf-includes/wpf-phrases.php:244
2055
- msgid "Rating Badge"
2056
- msgstr "Rangabzeichen"
2057
-
2058
- #: wpf-includes/wpf-phrases.php:248
2059
- msgid "Received Likes"
2060
- msgstr "Zustimmungen"
2061
-
2062
- #: wpf-includes/wpf-phrases.php:249
2063
- msgid "Recent Questions"
2064
- msgstr "Aktuelle Fragen"
2065
-
2066
- #: wpf-includes/wpf-phrases.php:250
2067
- msgid "Recent Topics"
2068
- msgstr "Aktuelle Themen"
2069
-
2070
- #: wpf-includes/wpf-phrases.php:251
2071
- msgid "Register"
2072
- msgstr "Registrieren"
2073
-
2074
- #: wpf-includes/wpf-phrases.php:253
2075
- msgid "Registered date"
2076
- msgstr "Registrierdatum"
2077
-
2078
- #: wpf-includes/wpf-phrases.php:254
2079
- msgid "Relevancy"
2080
- msgstr "Relevanz"
2081
-
2082
- #: wpf-includes/wpf-phrases.php:255
2083
- msgid "Remember Me"
2084
- msgstr "Merke mich"
2085
-
2086
- #: wpf-includes/wpf-phrases.php:261
2087
- msgid "Replies"
2088
- msgstr "Antworten"
2089
-
2090
- #: wpf-includes/wpf-phrases.php:262
2091
- msgid "Replies not found"
2092
- msgstr "Keine Antworten gefunden"
2093
-
2094
- #: wpf-includes/wpf-phrases.php:263
2095
- msgid "Reply"
2096
- msgstr "Antwort"
2097
-
2098
- #: wpf-includes/wpf-phrases.php:264
2099
- msgid "Report"
2100
- msgstr "Melden"
2101
-
2102
- #: wpf-includes/wpf-phrases.php:267
2103
- msgid "Report to Administration"
2104
- msgstr "Melden an Adminstration"
2105
-
2106
- #: wpf-includes/wpf-phrases.php:269
2107
- msgid "Result Info"
2108
- msgstr "Suchergebnis"
2109
-
2110
- #: wpf-includes/wpf-phrases.php:271
2111
- msgid "Save Changes"
2112
- msgstr "&Auml;nderungen speichern"
2113
-
2114
- #: wpf-includes/wpf-phrases.php:275
2115
- msgid "Search"
2116
- msgstr "Suchen"
2117
-
2118
- #: wpf-includes/wpf-phrases.php:276
2119
- msgid "Search Entire Posts"
2120
- msgstr "Suche in allen Beitr&auml;gen"
2121
-
2122
- #: wpf-includes/wpf-phrases.php:277
2123
- msgid "Search Phrase"
2124
- msgstr "Suche &Uuml;bersetzung"
2125
-
2126
- #: wpf-includes/wpf-phrases.php:278
2127
- msgid "Search Titles Only"
2128
- msgstr "Suche nur in Titeln"
2129
-
2130
- #: wpf-includes/wpf-phrases.php:279
2131
- msgid "Search Type"
2132
- msgstr "Suchtyp"
2133
-
2134
- #: wpf-includes/wpf-phrases.php:280
2135
- msgid "Search in Forums"
2136
- msgstr "Suche in Foren"
2137
-
2138
- #: wpf-includes/wpf-phrases.php:281
2139
- msgid "Search in date period"
2140
- msgstr "Suche in Zeitperiode"
2141
-
2142
- #: wpf-includes/wpf-phrases.php:282
2143
- msgid "Search result for"
2144
- msgstr "Suche nach"
2145
-
2146
- #: wpf-includes/wpf-phrases.php:283
2147
- msgid "Search..."
2148
- msgstr "Suchen..."
2149
-
2150
- #: wpf-includes/wpf-phrases.php:285
2151
- msgid "Select Page"
2152
- msgstr "Seite ausw&auml;hlen"
2153
-
2154
- #: wpf-includes/wpf-phrases.php:286
2155
- msgid "Send Report"
2156
- msgstr "Meldung senden"
2157
-
2158
- #: wpf-includes/wpf-phrases.php:290
2159
- msgid "Set Topic Sticky"
2160
- msgstr "Thema anpinnen"
2161
-
2162
- #: wpf-includes/wpf-phrases.php:291 wpf-themes/classic/functions.php:96
2163
- msgid ""
2164
- "Set this option value 0 if you want to show all posts under topic intro area."
2165
- msgstr ""
2166
- "Setze diese Einstellung auf 0 um alle Beitr&auml;ge im Themen-Intro-Bereich "
2167
- "anzuzeigen."
2168
-
2169
- #: wpf-includes/wpf-phrases.php:292
2170
- msgid "Shop Account"
2171
- msgstr "Shop Account"
2172
-
2173
- #: wpf-includes/wpf-phrases.php:302
2174
- msgid "Sign In"
2175
- msgstr "Anmelden"
2176
-
2177
- #: wpf-includes/wpf-phrases.php:303
2178
- msgid "Signature"
2179
- msgstr "Signatur"
2180
-
2181
- #: wpf-includes/wpf-phrases.php:304
2182
- msgid "Site Profile"
2183
- msgstr "Seiten-Profil"
2184
-
2185
- #: wpf-includes/wpf-phrases.php:305
2186
- msgid "Skype"
2187
- msgstr "Skype"
2188
-
2189
- #: wpf-includes/wpf-phrases.php:307
2190
- msgid "Social Networks"
2191
- msgstr "Soziale Netzwerke"
2192
-
2193
- #: wpf-includes/wpf-phrases.php:308
2194
- msgid "Sorry, something wrong with your data."
2195
- msgstr "Entschuldigung, irgendetwas stimmt nicht mit Ihren Daten."
2196
-
2197
- #: wpf-includes/wpf-phrases.php:309
2198
- msgid "Sort Search Results by"
2199
- msgstr "Sortiere Suchergebnisse nach"
2200
-
2201
- #: wpf-includes/wpf-phrases.php:310
2202
- msgid "Specify avatar by URL"
2203
- msgstr "Avatar &uuml;ber URL festlegen"
2204
-
2205
- #: wpf-includes/wpf-phrases.php:312
2206
- msgid "Subforums"
2207
- msgstr "Unterforen"
2208
-
2209
- #: wpf-includes/wpf-phrases.php:315
2210
- msgid "Subscribe for new replies"
2211
- msgstr "Neue Antworten abonieren"
2212
-
2213
- #: wpf-includes/wpf-phrases.php:316
2214
- msgid "Subscribe for new topics"
2215
- msgstr "Neue Themen abonieren"
2216
-
2217
- #: wpf-includes/wpf-phrases.php:318
2218
- msgid "Subscriptions"
2219
- msgstr "Abonements"
2220
-
2221
- #: wpf-includes/wpf-phrases.php:320
2222
- msgid ""
2223
- "Thank you for using wpForo! wpForo is a professional bulletin board for "
2224
- "WorPress, and the only forum software which comes with Multi-layout template "
2225
- "system. The \"Extended"
2226
- msgstr ""
2227
- "Vielen Dank f&uuml;r die Benutzung von wpForo! wpForo ist ein "
2228
- "professionelles Bulletin Board f&uuml;r WordPress und die einzige Foren-"
2229
- "Software mit einem Multi-Layout-System."
2230
-
2231
- #: wpf-includes/wpf-phrases.php:321
2232
- msgid ""
2233
- "Thank you for using wpForo. wpForo is a premium forum plugin which will "
2234
- "always be available for free. There will never be paid and pro versions of "
2235
- "this forum board. However this is a very large and hard project so we also "
2236
- "develop paid addons (extensions), which will financially help us to keep "
2237
- "improving and adding new features to the free wpForo plugin. Forum addons "
2238
- "will also be actively developed. The first addons \"Advanced Media Uploader"
2239
- msgstr ""
2240
- "Vielen Dank f&uuml;r die Nutzung von wpForo. wpForo ist ein Premium-Foren-"
2241
- "Plugin, das immer frei verf&uuml;gbar sein wird. Es wird keine Bezahl- oder "
2242
- "Pro-Versionen dieses Forenboards geben. Jedoch ist es ein sehr langes und "
2243
- "aufwendiges Projekt, weshalb wir zahlungspflichtige Erweiterungen "
2244
- "entwickeln, was uns hilft wpForo zu verbessern und neue Funktionen zum "
2245
- "wpForo-Plugin hinzuzuf&uuml;gen. Forenerweiterungen werden auch aktiv "
2246
- "entwickelt. Die ersten Erweiterungen \"Advanced Media Uploader\", \"Polls\", "
2247
- "\"Private Messages\" und \"Ad Manager\" werden bald verf&uuml;gbar sein."
2248
-
2249
- #: wpf-includes/wpf-phrases.php:324
2250
- msgid ""
2251
- "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
2252
- "the HTML form"
2253
- msgstr ""
2254
- "Die hochzuladende Datei &uuml;berschreitet die Einstellung MAX_FILE_SIZE, "
2255
- "die definiert wurde."
2256
-
2257
- #: wpf-includes/wpf-phrases.php:325
2258
- msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini"
2259
- msgstr ""
2260
- "Die hochzuladende Datei &uuml;berschreitet die Einstellung "
2261
- "upload_max_filesize der php.ini"
2262
-
2263
- #: wpf-includes/wpf-phrases.php:326
2264
- msgid "The uploaded file was only partially uploaded"
2265
- msgstr "Die hochzuladende Datei wurde nur teilweise hochgeladen"
2266
-
2267
- #: wpf-includes/wpf-phrases.php:333
2268
- msgid "Timezone"
2269
- msgstr "Zeitzone"
2270
-
2271
- #: wpf-includes/wpf-phrases.php:335
2272
- msgid "Topic RSS Feed"
2273
- msgstr "Themen-RSS-Feed"
2274
-
2275
- #: wpf-includes/wpf-phrases.php:336
2276
- msgid "Topic Title"
2277
- msgstr "Thementitel"
2278
-
2279
- #: wpf-includes/wpf-phrases.php:337
2280
- msgid "Topic title"
2281
- msgstr "Thementitel"
2282
-
2283
- #: wpf-includes/wpf-phrases.php:340
2284
- msgid "Twitter"
2285
- msgstr "Twitter"
2286
-
2287
- #: wpf-includes/wpf-phrases.php:341
2288
- msgid "Unknown upload error"
2289
- msgstr "Unbekannter Upload-Fehler"
2290
-
2291
- #: wpf-includes/wpf-phrases.php:342
2292
- msgid "Unsubscribe"
2293
- msgstr "Abonnement entfernen"
2294
-
2295
- #: wpf-includes/wpf-phrases.php:345
2296
- msgid "Upload an avatar"
2297
- msgstr "Avatar hochladen"
2298
-
2299
- #: wpf-includes/wpf-phrases.php:347
2300
- msgid ""
2301
- "Use comments to ask for more information or suggest improvements. Avoid "
2302
- "answering questions in comments."
2303
- msgstr ""
2304
- "Benutze Kommentare um nach mehr Informationen zu fragen oder um "
2305
- "Verbesserungen vorzuschlagen. Vermeide es Fragen in Kommentaren zu "
2306
- "beantworten."
2307
-
2308
- #: wpf-includes/wpf-phrases.php:349
2309
- msgid "User"
2310
- msgstr "Benutzer"
2311
-
2312
- #: wpf-includes/wpf-phrases.php:351
2313
- msgid "User Group"
2314
- msgstr "Benutzergruppe"
2315
-
2316
- #: wpf-includes/wpf-phrases.php:352
2317
- msgid "Usergroup has been successfully deleted."
2318
- msgstr "Benutzergruppe wurde erfolgreich gel&ouml;scht."
2319
-
2320
- #: wpf-includes/wpf-phrases.php:353
2321
- msgid ""
2322
- "Usergroup has been successfully deleted. All users of this usergroup have "
2323
- "been moved to the usergroup you've chosen"
2324
- msgstr ""
2325
- "Benutzergruppe wurde erfolgreich gel&ouml;scht. Alle Benutzer wurden in die "
2326
- "gew&auml;hlte Gruppe verschoben."
2327
-
2328
- #: wpf-includes/wpf-phrases.php:354
2329
- msgid "Username"
2330
- msgstr "Benutzername"
2331
-
2332
- #: wpf-includes/wpf-phrases.php:356
2333
- msgid "View entire post"
2334
- msgstr "Gesamten Beitrag ansehen"
2335
-
2336
- #: wpf-includes/wpf-phrases.php:357
2337
- msgid "View the latest post"
2338
- msgstr "Letzten Beitrag ansehen"
2339
-
2340
- #: wpf-includes/wpf-phrases.php:358
2341
- msgid "Views"
2342
- msgstr "Ansichten"
2343
-
2344
- #: wpf-includes/wpf-phrases.php:359
2345
- msgid "Votes"
2346
- msgstr "Stimmen"
2347
-
2348
- #: wpf-includes/wpf-phrases.php:360
2349
- msgid "Website"
2350
- msgstr "Webseite"
2351
-
2352
- #: wpf-includes/wpf-phrases.php:362
2353
- msgid "Wordpress avatar system"
2354
- msgstr "Wordpress Avatar-System"
2355
-
2356
- #: wpf-includes/wpf-phrases.php:363
2357
- msgid "Working"
2358
- msgstr "Arbeitet"
2359
-
2360
- #: wpf-includes/wpf-phrases.php:364
2361
- msgid "Write message"
2362
- msgstr "Schreibe Nachricht"
2363
-
2364
- #: wpf-includes/wpf-phrases.php:365
2365
- msgid "Yahoo"
2366
- msgstr "Yahoo"
2367
-
2368
- #: wpf-includes/wpf-phrases.php:367
2369
- msgid "You"
2370
- msgstr "Sie"
2371
-
2372
- #: wpf-includes/wpf-phrases.php:369
2373
- #, php-format
2374
- msgid "You can go to %s page or Search here"
2375
- msgstr "Besuche Seite %s oder Suche hier"
2376
-
2377
- #: wpf-includes/wpf-phrases.php:371
2378
- msgid "Your Answer"
2379
- msgstr "Ihre Antwort"
2380
-
2381
- #: wpf-includes/wpf-phrases.php:372
2382
- msgid "account"
2383
- msgstr "Benutzerkonto"
2384
-
2385
- #: wpf-includes/wpf-phrases.php:373
2386
- msgid "activity"
2387
- msgstr "Aktivit&auml;t"
2388
-
2389
- #: wpf-includes/wpf-phrases.php:375
2390
- msgid "add_new"
2391
- msgstr "neu erstellen"
2392
-
2393
- #: wpf-includes/wpf-phrases.php:376
2394
- #, php-format
2395
- msgid "%s ago"
2396
- msgstr "vor %s"
2397
-
2398
- #: wpf-includes/wpf-phrases.php:377
2399
- msgid "by"
2400
- msgstr "von"
2401
-
2402
- #: wpf-includes/wpf-phrases.php:378
2403
- #, php-format
2404
- msgid "by %s"
2405
- msgstr "von %s"
2406
-
2407
- #: wpf-includes/wpf-phrases.php:379
2408
- msgid "confirm password"
2409
- msgstr "Passwort best&auml;tigen"
2410
-
2411
- #: wpf-includes/wpf-phrases.php:384
2412
- msgid "forums"
2413
- msgstr "Foren"
2414
-
2415
- #: wpf-includes/wpf-phrases.php:386
2416
- msgid "login"
2417
- msgstr "anmelden"
2418
-
2419
- #: wpf-includes/wpf-phrases.php:387
2420
- msgid "logout"
2421
- msgstr "abmelden"
2422
-
2423
- #: wpf-includes/wpf-phrases.php:388
2424
- msgid "matches"
2425
- msgstr "Treffer"
2426
-
2427
- #: wpf-includes/wpf-phrases.php:389
2428
- msgid "members"
2429
- msgstr "Mitglieder"
2430
-
2431
- #: wpf-includes/wpf-phrases.php:391
2432
- msgid "my profile"
2433
- msgstr "mein Profil"
2434
-
2435
- #: wpf-includes/wpf-phrases.php:392
2436
- msgid "new password"
2437
- msgstr "neues Passwort"
2438
-
2439
- #: wpf-includes/wpf-phrases.php:393
2440
- msgid "new password again"
2441
- msgstr "Passwort wiederholen"
2442
-
2443
- #: wpf-includes/wpf-phrases.php:394
2444
- msgid "next"
2445
- msgstr "n&auml;chstes"
2446
-
2447
- #: wpf-includes/wpf-phrases.php:395
2448
- msgid "old password"
2449
- msgstr "altes Passwort"
2450
-
2451
- #: wpf-includes/wpf-phrases.php:396
2452
- msgid "phrase_key"
2453
- msgstr "phrase_key"
2454
-
2455
- #: wpf-includes/wpf-phrases.php:397
2456
- msgid "phrase_value"
2457
- msgstr "phrase_value"
2458
-
2459
- #: wpf-includes/wpf-phrases.php:398
2460
- msgid "posted"
2461
- msgstr "ver&ouml;ffentlicht"
2462
-
2463
- #: wpf-includes/wpf-phrases.php:399
2464
- msgid "prev"
2465
- msgstr "vor"
2466
-
2467
- #: wpf-includes/wpf-phrases.php:400
2468
- msgid "register"
2469
- msgstr "registrieren"
2470
-
2471
- #: wpf-includes/wpf-phrases.php:401
2472
- msgid "replies"
2473
- msgstr "Antworten"
2474
-
2475
- #: wpf-includes/wpf-phrases.php:402
2476
- msgid "subscriptions"
2477
- msgstr "Abonnements"
2478
-
2479
- #: wpf-includes/wpf-phrases.php:403
2480
- msgid "update"
2481
- msgstr "aktualisieren"
2482
-
2483
- #: wpf-includes/wpf-phrases.php:405
2484
- msgid "view all posts"
2485
- msgstr "zeige alle Beitr&auml;ge"
2486
-
2487
- #: wpf-includes/wpf-phrases.php:406
2488
- msgid "view all questions"
2489
- msgstr "zeige alle Fragen"
2490
-
2491
- #: wpf-includes/wpf-phrases.php:407
2492
- msgid "view all topics"
2493
- msgstr "zeige alle Themen"
2494
-
2495
- #: wpf-includes/wpf-phrases.php:409
2496
- msgid "wpForo Navigation"
2497
- msgstr "wpForo Navigation"
2498
-
2499
- #: wpf-includes/wpf-phrases.php:414
2500
- msgid "{number}B"
2501
- msgstr "{number}B"
2502
-
2503
- #: wpf-includes/wpf-phrases.php:415
2504
- msgid "{number}K"
2505
- msgstr "{number}K"
2506
-
2507
- #: wpf-includes/wpf-phrases.php:416
2508
- msgid "{number}M"
2509
- msgstr "{number}M"
2510
-
2511
- #: wpf-includes/wpf-phrases.php:417
2512
- msgid "{number}T"
2513
- msgstr "{number}T"
2514
-
2515
- #: wpf-includes/wpf-phrases.php:422
2516
- msgid "Access add error"
2517
- msgstr "Fehler Rechte hinzuf&uuml;gen"
2518
-
2519
- #: wpf-includes/wpf-phrases.php:423
2520
- msgid "Access delete error"
2521
- msgstr "Fehler Rechte l&ouml;schen"
2522
-
2523
- #: wpf-includes/wpf-phrases.php:424
2524
- msgid "Access edit error"
2525
- msgstr "Fehler Rechte editieren"
2526
-
2527
- #: wpf-includes/wpf-phrases.php:425
2528
- msgid "Access successfully deleted"
2529
- msgstr "Zugriffsrecht erfolgreich gel&ouml;scht"
2530
-
2531
- #: wpf-includes/wpf-phrases.php:426
2532
- msgid "Add Topic error: No forum selected"
2533
- msgstr "Fehler Beitrag erstellen: Kein Forum ausgew&auml;hlt"
2534
-
2535
- #: wpf-includes/wpf-phrases.php:427
2536
- msgid "All Checked topics successfully deleted"
2537
- msgstr "Ausgew&auml;hlte Beitr&auml;ge erfolgreich gel&ouml;scht"
2538
-
2539
- #: wpf-includes/wpf-phrases.php:428
2540
- msgid "Can't add forum"
2541
- msgstr "Kann Forum nicht erstellen"
2542
-
2543
- #: wpf-includes/wpf-phrases.php:429
2544
- msgid "Can't add new language"
2545
- msgstr "Kann Sprache nicht hinzuf&uuml;gen"
2546
-
2547
- #: wpf-includes/wpf-phrases.php:430
2548
- msgid "Can't delete this Usergroup"
2549
- msgstr "Kann Benutzergruppe nicht l&ouml;schen"
2550
-
2551
- #: wpf-includes/wpf-phrases.php:431
2552
- msgid "Can't send confirmation email"
2553
- msgstr "Kann Best&auml;tigungsmail nicht senden"
2554
-
2555
- #: wpf-includes/wpf-phrases.php:432
2556
- msgid "Can't send report email"
2557
- msgstr "Kann Melde-Email nicht senden"
2558
-
2559
- #: wpf-includes/wpf-phrases.php:433
2560
- msgid "Can't subscribe to this item"
2561
- msgstr "Kann Element nicht abbonieren"
2562
-
2563
- #: wpf-includes/wpf-phrases.php:434
2564
- msgid "Can't write a post: This topic is closed"
2565
- msgstr "Keine weiteren Beitr&auml;ge m&ouml;glich: Thema geschlossen"
2566
-
2567
- #: wpf-includes/wpf-phrases.php:435
2568
- msgid "Can`t upload file"
2569
- msgstr "Kann Datei nicht hochladen"
2570
-
2571
- #: wpf-includes/wpf-phrases.php:436
2572
- msgid "Cannot update forum hierarchy"
2573
- msgstr "Kann Forenhierarchie nicht aktualisieren"
2574
-
2575
- #: wpf-includes/wpf-phrases.php:437
2576
- msgid "Cannot update post data"
2577
- msgstr "Kann Beitrag nicht aktualisieren"
2578
-
2579
- #: wpf-includes/wpf-phrases.php:438
2580
- msgid "Could not be unsubscribe from this item"
2581
- msgstr "Abonnement dieses Elements konnte nicht entfernt werden"
2582
-
2583
- #: wpf-includes/wpf-phrases.php:439
2584
- msgid "Email address exists. Please insert another."
2585
- msgstr "Emailadresse existiert bereits. Bitte eine andere benutzen."
2586
-
2587
- #: wpf-includes/wpf-phrases.php:440
2588
- msgid "Error: Forum is not found"
2589
- msgstr "Fehler: Forum nicht gefunden"
2590
-
2591
- #: wpf-includes/wpf-phrases.php:441
2592
- msgid "Error: No topic selected"
2593
- msgstr "Fehler: Kein Thema ausgew&auml;hlt"
2594
-
2595
- #: wpf-includes/wpf-phrases.php:442
2596
- msgid "Error: Topic is not found"
2597
- msgstr "Fehler: Thema nicht gefunden"
2598
-
2599
- #: wpf-includes/wpf-phrases.php:443
2600
- msgid "Error: please inset some text to report."
2601
- msgstr "Fehler: Bitte Text zur Meldung hinzuf&uuml;gen."
2602
-
2603
- #: wpf-includes/wpf-phrases.php:444
2604
- msgid "Features successfully updated"
2605
- msgstr "Features wurden erfolgreich aktualisiert"
2606
-
2607
- #: wpf-includes/wpf-phrases.php:445
2608
- msgid "Features successfully updated, but previous value not changed"
2609
- msgstr ""
2610
- "Funktionen erfolgreich aktualisiert, aber vorherige Werte nicht ge&auml;ndert"
2611
-
2612
- #: wpf-includes/wpf-phrases.php:446
2613
- msgid "File type is not allowed"
2614
- msgstr "Datentyp ist nicht zugelassen"
2615
-
2616
- #: wpf-includes/wpf-phrases.php:447
2617
- msgid "Forum Base URL successfully updated"
2618
- msgstr "Foren-Basis-URL erfolgreich aktualisiert"
2619
-
2620
- #: wpf-includes/wpf-phrases.php:448
2621
- msgid "Forum deleting error"
2622
- msgstr "Fehler Forum l&ouml;schen"
2623
-
2624
- #: wpf-includes/wpf-phrases.php:449
2625
- msgid "Forum hierarchy successfully updated"
2626
- msgstr "Foren-Hierarchie erfolgreich aktualisiert"
2627
-
2628
- #: wpf-includes/wpf-phrases.php:450
2629
- msgid "Forum is successfully merged"
2630
- msgstr "Foren wurden erfolgreich zusammen gef&uuml;gt"
2631
-
2632
- #: wpf-includes/wpf-phrases.php:451
2633
- msgid "Forum merging error"
2634
- msgstr "Fehler Foren zusammenf&uuml;gen"
2635
-
2636
- #: wpf-includes/wpf-phrases.php:452
2637
- msgid "Forum options successfully updated"
2638
- msgstr "Foren-Einstellungen erfolgreich aktualisiert"
2639
-
2640
- #: wpf-includes/wpf-phrases.php:453
2641
- msgid "Forum options successfully updated, but previous value not changed"
2642
- msgstr ""
2643
- "Foreneinstellungen erfolgreich aktualisiert, aber vorherige Werte nicht "
2644
- "ge&auml;ndert"
2645
-
2646
- #: wpf-includes/wpf-phrases.php:454
2647
- msgid "Forum successfully updated"
2648
- msgstr "Forum erfolgreich aktualisiert"
2649
-
2650
- #: wpf-includes/wpf-phrases.php:455
2651
- msgid "Forum update error"
2652
- msgstr "Fehler Forum aktualisieren"
2653
-
2654
- #: wpf-includes/wpf-phrases.php:456
2655
- msgid "General options successfully updated"
2656
- msgstr "Allgemeine Einstellungen erfolgreich aktualisiert"
2657
-
2658
- #: wpf-includes/wpf-phrases.php:457
2659
- msgid "Illegal character in username."
2660
- msgstr "Unzul&auml;ssiges Zeichen in Benutzername."
2661
-
2662
- #: wpf-includes/wpf-phrases.php:458
2663
- msgid "Insert your Email address."
2664
- msgstr "Emailadresse einf&uuml;gen."
2665
-
2666
- #: wpf-includes/wpf-phrases.php:459
2667
- msgid "Invalid Email address"
2668
- msgstr "Ung&uuml;ltige Emailadresse"
2669
-
2670
- #: wpf-includes/wpf-phrases.php:460
2671
- msgid "Invalid request!"
2672
- msgstr "Zugriff nicht m&ouml;glich!"
2673
-
2674
- #: wpf-includes/wpf-phrases.php:461
2675
- msgid "Member options successfully updated"
2676
- msgstr "Mitglieder-Einstellungen erfolgreich aktualisiert"
2677
-
2678
- #: wpf-includes/wpf-phrases.php:462
2679
- msgid "Member options successfully updated, but previous value not changed"
2680
- msgstr ""
2681
- "Mitgliedseinstellungen erfolgreich aktualisiert, aber vorherige Werte nicht "
2682
- "ge&auml;ndert"
2683
-
2684
- #: wpf-includes/wpf-phrases.php:463
2685
- msgid "Message has been sent"
2686
- msgstr "Nachricht wurde gesendet"
2687
-
2688
- #: wpf-includes/wpf-phrases.php:464
2689
- msgid ""
2690
- "New language successfully added and changed wpforo language to new language"
2691
- msgstr ""
2692
- "Neue Sprache erfolgreich hinzugef&uuml;gt und wpForo auf neue Sprache "
2693
- "umgestellt"
2694
-
2695
- #: wpf-includes/wpf-phrases.php:465
2696
- msgid "No Posts found for update"
2697
- msgstr "Keine Beitr&auml; zum aktualisieren gefunden"
2698
-
2699
- #: wpf-includes/wpf-phrases.php:466
2700
- msgid "Password length must be between 6 characters and 20 characters."
2701
- msgstr "Die Passwortl&auml;nge muss zwischen 6 und 20 Zeichen sein."
2702
-
2703
- #: wpf-includes/wpf-phrases.php:467
2704
- msgid "Password mismatch."
2705
- msgstr "Passw&ouml;rter verschieden"
2706
-
2707
- #: wpf-includes/wpf-phrases.php:468
2708
- msgid "Permission denied"
2709
- msgstr "Zugriff verweigert"
2710
-
2711
- #: wpf-includes/wpf-phrases.php:469
2712
- msgid "Permission denied for add forum"
2713
- msgstr "Zugriff verweigert f&uuml;r Forum anlegen"
2714
-
2715
- #: wpf-includes/wpf-phrases.php:470
2716
- msgid "Permission denied for delete forum"
2717
- msgstr "Zugriff verweigert f&uuml;r L&ouml;schen Forum"
2718
-
2719
- #: wpf-includes/wpf-phrases.php:471
2720
- msgid "Permission denied for edit forum"
2721
- msgstr "Zugriff verweigert f&uuml;r Editieren Forum"
2722
-
2723
- #: wpf-includes/wpf-phrases.php:472
2724
- msgid "Permission denied for this action"
2725
- msgstr "Zugriff verweigert f&uuml;r diese Aktion"
2726
-
2727
- #: wpf-includes/wpf-phrases.php:473
2728
- msgid "Phrase add error"
2729
- msgstr "Fehler &Uuml;bersetzung hinzuf&uuml;gen"
2730
-
2731
- #: wpf-includes/wpf-phrases.php:474
2732
- msgid "Phrase adding error"
2733
- msgstr "Fehler &Uuml;bersetzung hinzuf&uuml;gen"
2734
-
2735
- #: wpf-includes/wpf-phrases.php:475
2736
- msgid "Phrase successfully added"
2737
- msgstr "&Uuml;bersetzung erfolgreich hinzugef&uuml;gt"
2738
-
2739
- #: wpf-includes/wpf-phrases.php:476
2740
- msgid "Phrase successfully updates"
2741
- msgstr "&Uuml;bersetzung erfolgreich aktualisiert"
2742
-
2743
- #: wpf-includes/wpf-phrases.php:477
2744
- msgid "Phrase update error"
2745
- msgstr "Fehler &Uuml;bersetzung aktualisieren"
2746
-
2747
- #: wpf-includes/wpf-phrases.php:478
2748
- msgid "Please insert required fields!"
2749
- msgstr "Bitte erforderliche Felder ausf&uuml;llen!"
2750
-
2751
- #: wpf-includes/wpf-phrases.php:479
2752
- msgid "Post delete error"
2753
- msgstr "Fehler Beitrag l&ouml;schen"
2754
-
2755
- #: wpf-includes/wpf-phrases.php:481
2756
- msgid "Post options successfully updated"
2757
- msgstr "Beitragseinstellungen erfolgreich aktualisiert"
2758
-
2759
- #: wpf-includes/wpf-phrases.php:482
2760
- msgid "Post options successfully updated, but previous value not changed"
2761
- msgstr ""
2762
- "Beitragseinstellungen erfolgreich aktualisiert, aber vorherige Werte nicht "
2763
- "ge&auml;ndert"
2764
-
2765
- #: wpf-includes/wpf-phrases.php:483
2766
- msgid "Registration Error"
2767
- msgstr "Fehler bei Registrierung"
2768
-
2769
- #: wpf-includes/wpf-phrases.php:484
2770
- msgid "Reply request error"
2771
- msgstr ""
2772
-
2773
- #: wpf-includes/wpf-phrases.php:485
2774
- msgid "Something wrong with profile data."
2775
- msgstr "Profil-Daten ung&uuml;ltig."
2776
-
2777
- #: wpf-includes/wpf-phrases.php:486
2778
- msgid "Subscribe options successfully updated"
2779
- msgstr "Abonnement-Einstellungen erfolgreich aktualisiert"
2780
-
2781
- #: wpf-includes/wpf-phrases.php:487
2782
- msgid "Subscribe options successfully updated, but previous value not changed"
2783
- msgstr ""
2784
- "Abonnement-Einstellungen erfolgreich aktualisiert, aber vorherige Werte "
2785
- "nicht ge&auml;ndert"
2786
-
2787
- #: wpf-includes/wpf-phrases.php:488
2788
- msgid "Success! Thank you Dear Friend"
2789
- msgstr "Erfolgreich! Vielen Dank"
2790
-
2791
- #: wpf-includes/wpf-phrases.php:489
2792
- msgid ""
2793
- "Success! Thank you. Please check your email and click confirmation link "
2794
- "below to complete this step."
2795
- msgstr ""
2796
- "Erfolgreich! Bitte &uuml;berpr&uuml;fen Sie ihre Email und klicken Sie auf "
2797
- "den Best&auml;tigungs-Link, um diesen Schritt zu vervollst&auml;ndigen."
2798
-
2799
- #: wpf-includes/wpf-phrases.php:490
2800
- msgid "Successfully updated"
2801
- msgstr "Erfolgreich aktualisiert"
2802
-
2803
- #: wpf-includes/wpf-phrases.php:491
2804
- msgid "Successfully voted"
2805
- msgstr "Erfolgreich abgestimmt"
2806
-
2807
- #: wpf-includes/wpf-phrases.php:492
2808
- msgid "The uploaded file size is too big"
2809
- msgstr "Die hochzuladende Datei ist zu gro&szlig;"
2810
-
2811
- #: wpf-includes/wpf-phrases.php:493
2812
- msgid "Theme options successfully updated"
2813
- msgstr "Theme-Einstellungen erfolgreich aktualisiert"
2814
-
2815
- #: wpf-includes/wpf-phrases.php:494
2816
- msgid "This email address is already registered. Please insert another."
2817
- msgstr "Diese Emailadresse ist bereits registriert. Benutze bitte eine andere."
2818
-
2819
- #: wpf-includes/wpf-phrases.php:495
2820
- msgid "This post successfully deleted"
2821
- msgstr "Beitrag erfolgreich gel&ouml;scht"
2822
-
2823
- #: wpf-includes/wpf-phrases.php:496
2824
- msgid "This post successfully edited"
2825
- msgstr "Beitrag erfolgreich editiert"
2826
-
2827
- #: wpf-includes/wpf-phrases.php:497
2828
- msgid "This topic successfully deleted"
2829
- msgstr "Thema erfolgreich gel&ouml;scht"
2830
-
2831
- #: wpf-includes/wpf-phrases.php:498
2832
- msgid "Topic Move Error"
2833
- msgstr "Fehler Thema verschieben"
2834
-
2835
- #: wpf-includes/wpf-phrases.php:499
2836
- msgid "Topic add error"
2837
- msgstr "Fehler Thema erstellen"
2838
-
2839
- #: wpf-includes/wpf-phrases.php:500
2840
- msgid "Topic delete error"
2841
- msgstr "Fehler Thema l&ouml;schen"
2842
-
2843
- #: wpf-includes/wpf-phrases.php:501
2844
- msgid "Topic edit error"
2845
- msgstr "Fehler Thema editieren"
2846
-
2847
- #: wpf-includes/wpf-phrases.php:502
2848
- msgid "Topic not found."
2849
- msgstr "Kein Thema gefunden"
2850
-
2851
- #: wpf-includes/wpf-phrases.php:503
2852
- msgid "Topic successfully moved"
2853
- msgstr "Thema erfolgreich verschoben"
2854
-
2855
- #: wpf-includes/wpf-phrases.php:504
2856
- msgid "Topic successfully updated"
2857
- msgstr "Thema erfolgreich aktualisiert"
2858
-
2859
- #: wpf-includes/wpf-phrases.php:505
2860
- msgid "Topics delete error"
2861
- msgstr "Fehler Thema l&ouml;schen"
2862
-
2863
- #: wpf-includes/wpf-phrases.php:506
2864
- msgid "User delete error"
2865
- msgstr "Fehler Benutzer l&ouml;schen"
2866
-
2867
- #: wpf-includes/wpf-phrases.php:507
2868
- msgid "User group add error"
2869
- msgstr "Fehler Benutzergruppe hinzuf&uuml;gen"
2870
-
2871
- #: wpf-includes/wpf-phrases.php:508
2872
- msgid "User group edit error"
2873
- msgstr "Fehler Benutzergruppe editieren"
2874
-
2875
- #: wpf-includes/wpf-phrases.php:509
2876
- msgid "User group successfully added"
2877
- msgstr "Benutzergruppe erfolgreich hinzugef&uuml;gt"
2878
-
2879
- #: wpf-includes/wpf-phrases.php:510
2880
- msgid "User group successfully edited"
2881
- msgstr "Benutzergruppe erfolgreich editiert"
2882
-
2883
- #: wpf-includes/wpf-phrases.php:511
2884
- msgid "User successfully deleted from wpforo"
2885
- msgstr "Benutzer erfolgreich aus wpForo gel&ouml;scht"
2886
-
2887
- #: wpf-includes/wpf-phrases.php:512
2888
- msgid "Username exists. Please insert another."
2889
- msgstr "Benutzer existiert bereits. Bitte anderen Namen benutzen."
2890
-
2891
- #: wpf-includes/wpf-phrases.php:513
2892
- msgid "Username is missed."
2893
- msgstr "Benutzername fehlt."
2894
-
2895
- #: wpf-includes/wpf-phrases.php:514
2896
- msgid "Username length must be between 3 characters and 15 characters."
2897
- msgstr "Die L&auml;nge des Benutzernamens muss zwischen 3 und 15 Zeichen sein."
2898
-
2899
- #: wpf-includes/wpf-phrases.php:515
2900
- msgid "Welcome to our Community!"
2901
- msgstr "Willkommen in unserer Community!"
2902
-
2903
- #: wpf-includes/wpf-phrases.php:516
2904
- msgid "Wrong post data"
2905
- msgstr "Falsche Post-Daten"
2906
-
2907
- #: wpf-includes/wpf-phrases.php:517
2908
- msgid "You are already voted this post"
2909
- msgstr "Sie haben bereits f&uuml;r diesen Beitrag abgestimmt"
2910
-
2911
- #: wpf-includes/wpf-phrases.php:518
2912
- msgid "You have been successfully subscribed"
2913
- msgstr "Ihr Abonnement wurde erfolgreich eingetragen"
2914
-
2915
- #: wpf-includes/wpf-phrases.php:519
2916
- msgid "You have been successfully unsubscribed"
2917
- msgstr "Ihr Abonnement wurde erfolgreich entfernt"
2918
-
2919
- #: wpf-includes/wpf-phrases.php:520
2920
- msgid "You have no permission to edit this topic"
2921
- msgstr "Keine Berechtigung zum Editieren des Themas"
2922
-
2923
- #: wpf-includes/wpf-phrases.php:521
2924
- msgid "You haven't permission to create post into this forum"
2925
- msgstr "Keine Berechtigung zum Erstellen von Beitr&auml;gen in diesem Forum"
2926
-
2927
- #: wpf-includes/wpf-phrases.php:522
2928
- msgid "You haven't permission to create topic into this forum"
2929
- msgstr "Keine Berechtigung zum Erstellen von Themen in diesem Forum"
2930
-
2931
- #: wpf-includes/wpf-phrases.php:523
2932
- msgid "You haven't permission to delete post from this forum"
2933
- msgstr "Keine Berechtigung zum L&ouml;schen von Beitr&auml;gen in diesem Forum"
2934
-
2935
- #: wpf-includes/wpf-phrases.php:524
2936
- msgid "You haven't permission to delete topic from this forum"
2937
- msgstr "Keine Berechtigung zum L&ouml;schen von Themen in diesem Forum"
2938
-
2939
- #: wpf-includes/wpf-phrases.php:525
2940
- msgid "You haven't permission to edit post from this forum"
2941
- msgstr "Keine Berechtigung zum Bearbeiten von Beitr&auml;gen in diesem Forum"
2942
-
2943
- #: wpf-includes/wpf-phrases.php:526
2944
- msgid "You successfully replied"
2945
- msgstr "Sie haben erfolgreich geantwortet"
2946
-
2947
- #: wpf-includes/wpf-phrases.php:527
2948
- msgid "Your forum successfully added"
2949
- msgstr "Ihr Forum wurde erfolgreich hinzugef&uuml;gt"
2950
-
2951
- #: wpf-includes/wpf-phrases.php:528
2952
- msgid "Your forum successfully deleted"
2953
- msgstr "Ihr Forum wurde erfolgreich gel&ouml;scht"
2954
-
2955
- #: wpf-includes/wpf-phrases.php:529
2956
- msgid "Your profile data have been successfully updated."
2957
- msgstr "Ihre Profildaten wurden erfolgreich aktualisiert."
2958
-
2959
- #: wpf-includes/wpf-phrases.php:530
2960
- msgid "Your subscription for this item could not be confirmed"
2961
- msgstr "Ihr Abonnement f&uuml;r dieses Element wurde nicht best&auml;tigt"
2962
-
2963
- #: wpf-includes/wpf-phrases.php:531
2964
- msgid "Your topic successfully added"
2965
- msgstr "Thema erfolgreich angelegt"
2966
-
2967
- #: wpf-includes/wpf-phrases.php:533
2968
- msgid "Dahsboard - Can create forum"
2969
- msgstr "Dashboard - Kann Forum anlegen"
2970
-
2971
- #: wpf-includes/wpf-phrases.php:534
2972
- msgid "Dahsboard - Can edit forum"
2973
- msgstr "Dashboard - Kann Forum editieren"
2974
-
2975
- #: wpf-includes/wpf-phrases.php:535
2976
- msgid "Dahsboard - Can delete forum"
2977
- msgstr "Dashboard - Kann Forum l&ouml;schen"
2978
-
2979
- #: wpf-includes/wpf-phrases.php:536
2980
- msgid "Dahsboard - Members Menu"
2981
- msgstr "Dashboard - Mitglieder-Men&uuml;"
2982
-
2983
- #: wpf-includes/wpf-phrases.php:537
2984
- msgid "Dahsboard - Can edit member"
2985
- msgstr "Dashboard - Kann Mitglieder bearbeiten"
2986
-
2987
- #: wpf-includes/wpf-phrases.php:538
2988
- msgid "Dahsboard - Can delete member"
2989
- msgstr "Dashboard - Kann Mitglieder l&ouml;schen"
2990
-
2991
- #: wpf-includes/wpf-phrases.php:539
2992
- msgid "Dahsboard - Usergroup Menu"
2993
- msgstr "Dashboard - Benutzergruppen-Men&uuml;"
2994
-
2995
- #: wpf-includes/wpf-phrases.php:540
2996
- msgid "Front - Can view members"
2997
- msgstr "Front - Kann Mitglieder ansehen"
2998
-
2999
- #: wpf-includes/wpf-phrases.php:541
3000
- msgid "Front - Can view profiles"
3001
- msgstr "Front - Kann Profile ansehen"
3002
-
3003
- #: wpf-includes/wpf-phrases.php:542
3004
- msgid "Front - Can upload avatar"
3005
- msgstr "Front - Kann Avatar hochladen"
3006
-
3007
- #: wpf-includes/wpf-phrases.php:543
3008
- msgid "Front - Can have signatur"
3009
- msgstr "Front - Signatur erlaubt"
3010
-
3011
- #: wpf-includes/wpf-phrases.php:544
3012
- msgid "Front - Can view avatars"
3013
- msgstr "Front - Kann Avatare ansehen"
3014
-
3015
- #: wpf-includes/wpf-phrases.php:545
3016
- msgid "Front - Can view member username"
3017
- msgstr "Front - Kann Benutzername sehen"
3018
-
3019
- #: wpf-includes/wpf-phrases.php:546
3020
- msgid "Front - Can view member email"
3021
- msgstr "Front - Kann Mitglieds-Emailadresse sehen"
3022
-
3023
- #: wpf-includes/wpf-phrases.php:547
3024
- msgid "Front - Can view member title"
3025
- msgstr "Front - Kann Benutzertitel sehen"
3026
-
3027
- #: wpf-includes/wpf-phrases.php:548
3028
- msgid "Front - Can view member custom title"
3029
- msgstr "Front - Kann benutzerdefinierten Titel sehen"
3030
-
3031
- #: wpf-includes/wpf-phrases.php:549
3032
- msgid "Front - Can view member reputation"
3033
- msgstr "Front - Kann Mitgliedsbewertung sehen"
3034
-
3035
- #: wpf-includes/wpf-phrases.php:550
3036
- msgid "Front - Can view member website"
3037
- msgstr "Front - Kann Webseite Mitglied ansehen"
3038
-
3039
- #: wpf-includes/wpf-phrases.php:551
3040
- msgid "Front - Can view member social networks"
3041
- msgstr "Front - Kann Soziale Netzwerke Mitglied sehen"
3042
-
3043
- #: wpf-includes/wpf-phrases.php:552
3044
- msgid "Front - Can view member reg. date"
3045
- msgstr "Front - Kann Registrierdatum Mitglieder sehen"
3046
-
3047
- #: wpf-includes/wpf-phrases.php:553
3048
- msgid "Front - Can view member last active date"
3049
- msgstr "Front - Kann Zeit letzte Aktivit&auml;t Mitglied sehen"
3050
-
3051
- #: wpf-includes/wpf-phrases.php:554
3052
- msgid "Front - Can view member ip address"
3053
- msgstr "Front - Kann IP Mitglied sehen"
3054
-
3055
- #: wpf-includes/wpf-phrases.php:555
3056
- msgid "Front - Can view member location"
3057
- msgstr "Front - Kann Ort Mitglied sehen"
3058
-
3059
- #: wpf-includes/wpf-phrases.php:556
3060
- msgid "Front - Can view member ocumpation"
3061
- msgstr "Front - Kann Beruf Mitglied sehen"
3062
-
3063
- #: wpf-includes/wpf-phrases.php:557
3064
- msgid "Front - Can view member signatur"
3065
- msgstr "Front - Kann Signatur Mitglied sehen"
3066
-
3067
- #: wpf-includes/wpf-phrases.php:558
3068
- msgid "Front - Can view member about me"
3069
- msgstr "Front - Kann &Uuml;ber mich Mitglied sehen"
3070
-
3071
- #: wpf-includes/wpf-phrases.php:559
3072
- msgid "Front - Can view member phone number"
3073
- msgstr "Front - Kann Telefonnr. Mitglied sehen"
3074
-
3075
- #: wpf-includes/wpf-phrases.php:560
3076
- msgid "Front - Can write PM"
3077
- msgstr "Front - Kann PN schreiben"
3078
-
3079
- #: wpf-includes/wpf-phrases.php:561
3080
- msgid "Can view forum"
3081
- msgstr "Kann Forum ansehen"
3082
-
3083
- #: wpf-includes/wpf-phrases.php:562
3084
- msgid "Can create topic"
3085
- msgstr "Kann Thema erstellen"
3086
-
3087
- #: wpf-includes/wpf-phrases.php:563
3088
- msgid "Can view topic"
3089
- msgstr "Kann Thema ansehen"
3090
-
3091
- #: wpf-includes/wpf-phrases.php:564
3092
- msgid "Can edit topic"
3093
- msgstr "Kann Thema editieren"
3094
-
3095
- #: wpf-includes/wpf-phrases.php:565
3096
- msgid "Can delete topic"
3097
- msgstr "Kann Thema l&ouml;schen"
3098
-
3099
- #: wpf-includes/wpf-phrases.php:566
3100
- msgid "Can post reply"
3101
- msgstr "Kann Antwort schreiben"
3102
-
3103
- #: wpf-includes/wpf-phrases.php:567
3104
- msgid "Can view replies"
3105
- msgstr "Kann Antworten ansehen"
3106
-
3107
- #: wpf-includes/wpf-phrases.php:568
3108
- msgid "Can edit replies"
3109
- msgstr "Kann Antworten editieren"
3110
-
3111
- #: wpf-includes/wpf-phrases.php:569
3112
- msgid "Can delete replies"
3113
- msgstr "Kann Antworten l&ouml;schen"
3114
-
3115
- #: wpf-includes/wpf-phrases.php:570
3116
- msgid "Can edit own topic"
3117
- msgstr "Kann eigene Themen editieren"
3118
-
3119
- #: wpf-includes/wpf-phrases.php:571
3120
- msgid "Can edit own replay"
3121
- msgstr "Kann eigene Antworten editieren"
3122
-
3123
- #: wpf-includes/wpf-phrases.php:572
3124
- msgid "Can delete own topic"
3125
- msgstr "Kann eigene Themen l&ouml;schen"
3126
-
3127
- #: wpf-includes/wpf-phrases.php:573
3128
- msgid "Can delete own replay"
3129
- msgstr "Kann eigene Antworten l&ouml;schen"
3130
-
3131
- #: wpf-includes/wpf-phrases.php:574
3132
- msgid "Can like"
3133
- msgstr "Kann Zustimmung geben"
3134
-
3135
- #: wpf-includes/wpf-phrases.php:575
3136
- msgid "Can report"
3137
- msgstr "Kann melden"
3138
-
3139
- #: wpf-includes/wpf-phrases.php:576
3140
- msgid "Can make topic sticky"
3141
- msgstr "Kann Thema anpinnen"
3142
-
3143
- #: wpf-includes/wpf-phrases.php:577
3144
- msgid "Can vote"
3145
- msgstr "Kann abstimmen"
3146
-
3147
- #: wpf-includes/wpf-phrases.php:578
3148
- msgid "Can Attach File"
3149
- msgstr "Kann Datei anh&auml;ngen"
3150
-
3151
- #: wpf-includes/wpf-phrases.php:579
3152
- msgid "Can make topic answered"
3153
- msgstr "Kann Thema auf beantwortet setzen"
3154
-
3155
- #: wpf-includes/wpf-phrases.php:580
3156
- msgid "Can make own topic answered"
3157
- msgstr "Kann eigenes Thema auf beantwortet setzen"
3158
-
3159
- #: wpf-includes/wpf-phrases.php:581
3160
- msgid "Can close topic"
3161
- msgstr "Kann Thema schlie&szlig;en"
3162
-
3163
- #: wpf-includes/wpf-phrases.php:582
3164
- msgid "Can move topic"
3165
- msgstr "Kann Thema verschieben"
3166
-
3167
- #: wpf-includes/wpf-phrases.php:583
3168
- msgid "like"
3169
- msgstr "Zustimmen"
3170
-
3171
- #: wpf-includes/wpf-phrases.php:584
3172
- msgid "unlike"
3173
- msgstr "Nicht mehr zustimmen"
3174
-
3175
- #: wpf-includes/wpf-phrases.php:585
3176
- msgid "sticky"
3177
- msgstr "angepinnt"
3178
-
3179
- #: wpf-includes/wpf-phrases.php:586
3180
- msgid "unsticky"
3181
- msgstr "abgepinnt"
3182
-
3183
- #: wpf-includes/wpf-phrases.php:587
3184
- msgid "close"
3185
- msgstr "schlie&szlig;en"
3186
-
3187
- #: wpf-includes/wpf-phrases.php:588
3188
- msgid "open"
3189
- msgstr "\"&ouml;ffnen"
3190
-
3191
- #: wpf-includes/wpf-phrases.php:589
3192
- msgid "Topic Icons"
3193
- msgstr "Beitrag-Icons"
3194
-
3195
- #: wpf-includes/wpf-phrases.php:590
3196
- msgid "New"
3197
- msgstr "Neu"
3198
-
3199
- #: wpf-includes/wpf-phrases.php:591
3200
- msgid "Replied"
3201
- msgstr "Beantwortet"
3202
-
3203
- #: wpf-includes/wpf-phrases.php:592
3204
- msgid "Active"
3205
- msgstr "Aktiv"
3206
-
3207
- #: wpf-includes/wpf-phrases.php:593
3208
- msgid "Hot"
3209
- msgstr "Hei&szlig;"
3210
-
3211
- #: wpf-includes/wpf-phrases.php:594
3212
- msgid "Solved"
3213
- msgstr "Gel&ouml;st"
3214
-
3215
- #: wpf-includes/wpf-phrases.php:595
3216
- msgid "Unsolved"
3217
- msgstr "Nicht gel&ouml;st"
3218
-
3219
- #: wpf-includes/wpf-phrases.php:603
3220
- msgid "Can make topic solved"
3221
- msgstr "Kann Thema auf gel&ouml;st setzen"
3222
-
3223
- #: wpf-includes/wpf-phrases.php:604
3224
- msgid "Can make own topic solved"
3225
- msgstr "Kann eigenes Thema auf gel&ouml;st setzen"
3226
-
3227
- #: wpf-includes/wpf-phrases.php:605
3228
- msgid "Old password is wrong"
3229
- msgstr "Altes Passwort ist falsch"
3230
-
3231
- #: wpf-includes/wpf-phrases.php:606
3232
- msgid "New Passwords do not match"
3233
- msgstr "Neue Passw&ouml;rter stimmen nicht &uuml;berein"
3234
-
3235
- #: wpf-includes/wpf-phrases.php:610
3236
- msgid ""
3237
- "This process may take a few seconds or dozens of minutes, it depends on "
3238
- "database forum size and on server resources. Please be patient and don't "
3239
- "close this page. If you got 500 Server Error please don't worry, the data "
3240
- "updating process is still working in MySQL server."
3241
- msgstr ""
3242
- "Dieser Prozess kann mehrere Sekunden oder Dutzende Minuten dauern, abh&auml;"
3243
- "ngig von der Gr&ouml;&szlig;e der Foren-Datenbank und den Server-Resourcen. "
3244
- "Bitte bleiben Sie auf dieser Seite. Wenn Sie einen 500 Server Error sehen, "
3245
- "machen Sie sich keine Sorgen. Der Prozess arbeitet weiter im MySQL-Server."
3246
-
3247
- #: wpf-includes/wpf-phrases.php:614
3248
- msgid "Updated Successfully!"
3249
- msgstr "Erfolgreich aktualisiert!"
3250
-
3251
- #: wpf-includes/wpf-phrases.php:615
3252
- msgid "Deleted Successfully!"
3253
- msgstr "Erfolgreich gel&ouml;scht!"
3254
-
3255
- #: wpf-includes/wpf-phrases.php:616
3256
- msgid "Closed"
3257
- msgstr "Geschlossen"
3258
-
3259
- #: wpf-includes/wpf-phrases.php:617
3260
- msgid "Forum Members List"
3261
- msgstr "Mitgliederliste"
3262
-
3263
- #: wpf-includes/wpf-phrases.php:618
3264
- msgid "are you sure you want to delete?"
3265
- msgstr "L&ouml;schen: Sind Sie sicher?"
3266
-
3267
- #: wpf-includes/wpf-phrases.php:620
3268
- msgid "Moderator"
3269
- msgstr "Moderator"
3270
-
3271
- #: wpf-includes/wpf-phrases.php:622
3272
- msgid "Customer"
3273
- msgstr "Kunde"
3274
-
3275
- #: wpf-includes/wpf-phrases.php:623
3276
- msgid "No access"
3277
- msgstr "Kein Zugriff"
3278
-
3279
- #: wpf-includes/wpf-phrases.php:624
3280
- msgid "Read only access"
3281
- msgstr "Nur Lesen Zugriff"
3282
-
3283
- #: wpf-includes/wpf-phrases.php:625
3284
- msgid "Standard access"
3285
- msgstr "Standardzugriff"
3286
-
3287
- #: wpf-includes/wpf-phrases.php:626
3288
- msgid "Moderator access"
3289
- msgstr "Moderator-Zugriff"
3290
-
3291
- #: wpf-includes/wpf-phrases.php:627
3292
- msgid "Full access"
3293
- msgstr "Vollzugriff"
3294
-
3295
- #: wpf-includes/wpf-phrases.php:628
3296
- msgid "Profile"
3297
- msgstr "Profil"
3298
-
3299
- #: wpf-includes/wpf-phrases.php:630
3300
- msgid "Incorrect file format. Allowed formats: jpeg, jpg, png, gif."
3301
- msgstr "Falsches Dateiformat. Erlaubte Formate: peg, jpg, png, gif."
3302
-
3303
- #: wpf-includes/wpf-phrases.php:633
3304
- msgid "User registration is disabled"
3305
- msgstr "Benutzerregistrierung ist deaktiviert"
3306
-
3307
- #: wpf-includes/wpf-phrases.php:637
3308
- msgid "Attachment removed"
3309
- msgstr "Dateianhang entfernt"
3310
-
3311
- #: wpf-includes/wpf-phrases.php:638
3312
- msgid "Forum Posts"
3313
- msgstr "Forenbeitr&auml;ge"
3314
-
3315
- #: wpf-includes/wpf-phrases.php:639
3316
- msgid "Blog Posts"
3317
- msgstr "Blog-Beitr&auml;ge"
3318
-
3319
- #: wpf-includes/wpf-phrases.php:640
3320
- msgid "Blog Comments"
3321
- msgstr "Blog-Kommentare"
3322
-
3323
- #: wpf-includes/wpf-phrases.php:641
3324
- #, php-format
3325
- msgid "Welcome back %s!"
3326
- msgstr "Willkommen zur&uuml;ck %s!"
3327
-
3328
- #: wpf-includes/wpf-phrases.php:642
3329
- msgid "Member Profile"
3330
- msgstr "Mitgliedsprofil"
3331
-
3332
- #: wpf-includes/wpf-phrases.php:643
3333
- msgid "Member"
3334
- msgstr "Mitglied"
3335
-
3336
- #: wpf-includes/wpf-phrases.php:644
3337
- msgid "You have not permission to this page"
3338
- msgstr "Sie haben keine Berechtigung f&uuml;r diese Seite"
3339
-
3340
- #: wpf-includes/wpf-phrases.php:646
3341
- msgid ""
3342
- "This option will disable WordPress on front-end. Only forum pages will be "
3343
- "available. wpForo will look like as a stand-alone forum."
3344
- msgstr ""
3345
- "Diese Einstellung wird WordPress im Front-End abschalten. Nur Forenseiten "
3346
- "sind verf&uuml;gbar. wpForo wird wie ein Stand-Alone-Forum aussehen."
3347
-
3348
- #. Plugin Name of the plugin/theme
3349
- msgid "Forum - wpForo"
3350
- msgstr "Forum - wpForo"
3351
-
3352
- #. Plugin URI of the plugin/theme
3353
- msgid "http://wpforo.com"
3354
- msgstr "http://wpforo.com"
3355
-
3356
- #. Description of the plugin/theme
3357
- msgid ""
3358
- "Next Generation of WordPress Forum Softwares. Everything you need to run an "
3359
- "efficient and professional community. Powerful and beautiful bulletin board "
3360
- "with unique features."
3361
- msgstr ""
3362
- "Nächste Generation WordPress-Forensoftware. Alles was Sie ben&ouml;tigen um "
3363
- "eine effiziente und professionelle Community aufzubauen. Leistungsstarkes "
3364
- "und sch&ouml;nes Bulletin Board mit einzigartigen Features."
3365
-
3366
- #. Author of the plugin/theme
3367
- msgid "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
3368
- msgstr "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
3369
-
3370
- #. Author URI of the plugin/theme
3371
- msgid "http://gvectors.com/"
3372
- msgstr "http://gvectors.com/"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2016 gVectors Team
2
+ # This file is distributed under the same license as the wpForo package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: Forum - wpForo\n"
6
+ "POT-Creation-Date: 2017-05-23 23:17+0400\n"
7
+ "PO-Revision-Date: 2017-05-23 23:17+0400\n"
8
+ "Last-Translator: gVectors Team <info@gvectors.com>\n"
9
+ "Language-Team: \n"
10
+ "Language: de_DE\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
+ "X-Generator: Poedit 1.8.6\n"
16
+ "X-Poedit-Basepath: ..\n"
17
+ "X-Poedit-WPHeader: wpforo.php\n"
18
+ "X-Poedit-SourceCharset: UTF-8\n"
19
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
20
+ "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
21
+ "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
22
+ "X-Poedit-SearchPath-0: .\n"
23
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
24
+
25
+ #: wpf-admin/addons.php:14 wpf-admin/addons.php:22
26
+ msgid "wpForo Addons"
27
+ msgstr "wpForo Add-Ons"
28
+
29
+ #: wpf-admin/addons.php:28
30
+ msgid ""
31
+ "All wpForo addons are being developed by wpForo developers at gVectors Team. "
32
+ "Addon prices also include a small donation to the hard work wpForo "
33
+ "developers do for free. When you buy an addon, you also donate the free "
34
+ "wpForo development and support. Addons are the only incoming source for "
35
+ "wpForo developers. wpForo is a premium forum plugin which will always be "
36
+ "available for free. There will never be paid and pro versions of this forum "
37
+ "board. We have another dozens of awesome features in our to-do list which "
38
+ "will also be added for free in future releases. So the free wpForo "
39
+ "development always stays on the first priority and wpForo is being extended "
40
+ "with new free functions and features even faster than before."
41
+ msgstr ""
42
+
43
+ #: wpf-admin/addons.php:51
44
+ msgid "Installed"
45
+ msgstr "Installiert"
46
+
47
+ #: wpf-admin/addons.php:55
48
+ msgid "Version"
49
+ msgstr "Version"
50
+
51
+ #: wpf-admin/addons.php:56
52
+ msgid "at least"
53
+ msgstr "Mindestens"
54
+
55
+ #: wpf-admin/addons.php:58
56
+ msgid "Details | Buy"
57
+ msgstr "Details | Kaufen"
58
+
59
+ #: wpf-admin/addons.php:64
60
+ msgid "More information about"
61
+ msgstr "Weitere Informationen über"
62
+
63
+ #: wpf-admin/admin.php:26 wpf-admin/admin.php:27
64
+ #: wpf-includes/wpf-phrases.php:599
65
+ msgid "Dashboard"
66
+ msgstr "Dashboard"
67
+
68
+ #: wpf-admin/admin.php:26 wpf-admin/admin.php:28 wpf-admin/dashboard.php:138
69
+ #: wpf-admin/options-tabs/styles.php:16 wpf-admin/options.php:15
70
+ #: wpf-includes/wpf-hooks.php:1639 wpf-includes/wpf-phrases.php:123
71
+ msgid "Forums"
72
+ msgstr "Foren"
73
+
74
+ #: wpf-admin/admin.php:29 wpf-includes/wpf-hooks.php:22
75
+ #: wpf-includes/wpf-hooks.php:1655
76
+ msgid "Settings"
77
+ msgstr "Einstellungen"
78
+
79
+ #: wpf-admin/admin.php:30 wpf-includes/wpf-hooks.php:1664
80
+ msgid "Tools"
81
+ msgstr ""
82
+
83
+ #: wpf-admin/admin.php:31 wpf-includes/wpf-hooks.php:1673
84
+ msgid "Moderation"
85
+ msgstr ""
86
+
87
+ #: wpf-admin/admin.php:32 wpf-admin/dashboard.php:150 wpf-admin/member.php:10
88
+ #: wpf-admin/options.php:18 wpf-includes/wpf-hooks.php:1682
89
+ #: wpf-includes/wpf-phrases.php:178
90
+ msgid "Members"
91
+ msgstr "Mitglieder"
92
+
93
+ #: wpf-admin/admin.php:33 wpf-admin/usergroup.php:8
94
+ #: wpf-includes/wpf-hooks.php:1691
95
+ msgid "Usergroups"
96
+ msgstr "Benutzergruppen"
97
+
98
+ #: wpf-admin/admin.php:34 wpf-includes/wpf-hooks.php:1707
99
+ #: wpf-includes/wpf-phrases.php:600
100
+ msgid "Phrases"
101
+ msgstr "&Uuml;bersetzungen"
102
+
103
+ #: wpf-admin/admin.php:35 wpf-includes/wpf-hooks.php:1723
104
+ #: wpf-includes/wpf-phrases.php:601
105
+ msgid "Themes"
106
+ msgstr "Themes"
107
+
108
+ #: wpf-admin/admin.php:36 wpf-admin/options.php:23
109
+ #: wpf-includes/wpf-hooks.php:1732 wpf-includes/wpf-phrases.php:25
110
+ msgid "Addons"
111
+ msgstr "Erweiterungen"
112
+
113
+ #: wpf-admin/dashboard.php:9 wpf-includes/wpf-phrases.php:409
114
+ msgid "wpForo Dashboard"
115
+ msgstr "wpForo Dashboard"
116
+
117
+ #: wpf-admin/dashboard.php:25 wpf-includes/wpf-phrases.php:362
118
+ msgid "Welcome Message"
119
+ msgstr "Willkommensnachricht"
120
+
121
+ #: wpf-admin/dashboard.php:31
122
+ msgid ""
123
+ "Thank you for using wpForo! wpForo is a professional bulletin board for "
124
+ "WorPress, and the only forum software which comes with Multi-layout template "
125
+ "system.\n"
126
+ " The \"Extended\", \"Simplified\" and "
127
+ "\"Question &amp Answer\" layouts fit almost all type of discussions needs. "
128
+ "You can use wpForo for small and extremely large communities. \n"
129
+ " <br />If you found some issue or bug "
130
+ "please open a support topic in plugin page or in our support forum at "
131
+ "gVectors.com. If you liked wpForo please leave some good review for this "
132
+ "plugin. We really need your good reviews. \n"
133
+ " If you didn't like wpForo please leave a "
134
+ "list of issues and requirements you'd like us to fix and add in near future. "
135
+ "We're here to help you and improve wpForo as much as possible."
136
+ msgstr ""
137
+ "Vielen Dank f&uuml;r die Benutzung von wpForo! wpForo ist ein "
138
+ "professionelles Bulletin Board f&uuml;r WordPress und die einzige Foren-"
139
+ "Software mit einem Multi-Layout-System.\n"
140
+ "\n"
141
+ "Die Layouts \"Extended\", \"Simplified\" und \"Question &amp Answer\" passen "
142
+ "zu nahezu allen Anforderungen an ein Diskussionsforum. Sie k&ouml;nnen "
143
+ "wpForo sowohl f&uuml;r kleine als auch f&uuml;r sehr gro&szlig;e Communities "
144
+ "einsetzen.\n"
145
+ "<br /><br />Sollten Sie ein paar Probleme oder Fehler gefunden haben, "
146
+ "er&ouml;ffnen Sie bitte ein Support-Thema auf der Plugin-Seite oder im "
147
+ "Supportforum von gVectors.com. Wenn Sie wpForo m&ouml;gen, hinterlassen Sie "
148
+ "bitte eine gute Bewertung f&uuml;r dieses Plugin. Wir sind auf gute "
149
+ "Bewertungen angewiesen.\n"
150
+ "<br /><br />Sollten Sie wpForo nicht so gut finden, teilen Sie uns bitte "
151
+ "trotzdem die Probleme und ihre Anforderungen mit, damit wir das zeitnah "
152
+ "beheben oder erg&auml;nzen k&ouml;nnen. Wir helfen Ihnen gerne und "
153
+ "verbessern wpForo soweit wie m&ouml;glich."
154
+
155
+ #: wpf-admin/dashboard.php:60 wpf-includes/wpf-phrases.php:130
156
+ msgid "General Information"
157
+ msgstr "Allgemeine Information"
158
+
159
+ #: wpf-admin/dashboard.php:64 wpf-includes/wpf-phrases.php:369
160
+ msgid "You are currently running"
161
+ msgstr "Momentan genutzt:"
162
+
163
+ #: wpf-admin/dashboard.php:65 wpf-includes/wpf-phrases.php:18
164
+ msgid "Active Theme"
165
+ msgstr "Aktives Theme"
166
+
167
+ #: wpf-admin/dashboard.php:66 wpf-includes/wpf-phrases.php:414
168
+ msgid "wpForo Website"
169
+ msgstr "wpForo Website"
170
+
171
+ #: wpf-admin/dashboard.php:67 wpf-includes/wpf-phrases.php:320
172
+ msgid "Support Forum"
173
+ msgstr "Support-Forum"
174
+
175
+ #: wpf-admin/dashboard.php:78 wpf-includes/wpf-phrases.php:290
176
+ msgid "Server Information"
177
+ msgstr "Server-Information"
178
+
179
+ #: wpf-admin/dashboard.php:112 wpf-includes/wpf-phrases.php:46
180
+ msgid "Available"
181
+ msgstr "Verf&uuml;gbar"
182
+
183
+ #: wpf-admin/dashboard.php:112 wpf-includes/wpf-phrases.php:209
184
+ msgid "Not available"
185
+ msgstr "Nicht verf&uuml;gbar"
186
+
187
+ #: wpf-admin/dashboard.php:132 wpf-includes/wpf-phrases.php:49
188
+ msgid "Board Statistic"
189
+ msgstr "Forenstatistik"
190
+
191
+ #: wpf-admin/dashboard.php:142 wpf-admin/options-tabs/styles.php:22
192
+ #: wpf-includes/class-forums.php:600 wpf-includes/wpf-phrases.php:339
193
+ msgid "Topics"
194
+ msgstr "Themen"
195
+
196
+ #: wpf-admin/dashboard.php:146 wpf-includes/class-forums.php:600
197
+ #: wpf-includes/wpf-phrases.php:233
198
+ msgid "Posts"
199
+ msgstr "Beitr&auml;ge"
200
+
201
+ #: wpf-admin/dashboard.php:154 wpf-includes/wpf-phrases.php:179
202
+ msgid "Members Online"
203
+ msgstr "Mitglieder online"
204
+
205
+ #: wpf-admin/dashboard.php:164
206
+ msgid "Avatars Size"
207
+ msgstr "Avatar Gr&ouml;&szlig;e"
208
+
209
+ #: wpf-admin/dashboard.php:168
210
+ msgid "Default Attachments Size"
211
+ msgstr "Standard Gr&ouml;&szlig;e Anh&auml;nge"
212
+
213
+ #: wpf-admin/dashboard.php:174
214
+ msgid "Advanced Attachments"
215
+ msgstr "Erweiterte Anh&auml;nge"
216
+
217
+ #: wpf-admin/dashboard.php:175
218
+ msgid "file(s)"
219
+ msgstr "Datei(en)"
220
+
221
+ #: wpf-admin/dashboard.php:178
222
+ msgid "Advanced Attachments Size"
223
+ msgstr "Erweiterte Gr&ouml;&szlig;e Anh&auml;nge"
224
+
225
+ #: wpf-admin/dashboard.php:183
226
+ msgid "Total Size"
227
+ msgstr "Gesamtgr&ouml;&szlig;e"
228
+
229
+ #: wpf-admin/dashboard.php:191 wpf-includes/wpf-phrases.php:611
230
+ msgid "Forum Maintenance"
231
+ msgstr "Foren-Wartung"
232
+
233
+ #: wpf-admin/dashboard.php:193
234
+ msgid ""
235
+ "This process may take a few seconds or dozens of minutes, please be patient "
236
+ "and don't close this page. If you got 500 Server Error please don't worry, "
237
+ "the data updating process is still working in MySQL server."
238
+ msgstr ""
239
+ "Dieser Prozess kann mehrere Sekunden oder Dutzende Minuten dauern. Bitte "
240
+ "bleiben Sie geduldig und auf dieser Seite. Wenn Sie einen 500 Server Error "
241
+ "sehen, machen Sie sich keine Sorgen. Der Prozess arbeitet weiter im MySQL-"
242
+ "Server."
243
+
244
+ #: wpf-admin/dashboard.php:202
245
+ msgid "Delete All Caches"
246
+ msgstr ""
247
+
248
+ #: wpf-admin/dashboard.php:203 wpf-includes/wpf-phrases.php:613
249
+ msgid "Update Forums Statistic"
250
+ msgstr "Akt. Foren-Statistik"
251
+
252
+ #: wpf-admin/dashboard.php:204 wpf-includes/wpf-phrases.php:614
253
+ msgid "Update Users Statistic"
254
+ msgstr "Akt. User-Statistik"
255
+
256
+ #: wpf-admin/dashboard.php:205 wpf-includes/wpf-phrases.php:615
257
+ msgid "Delete Phrase Cache"
258
+ msgstr "L&ouml;sche &Uuml;bersetzungs-Cache"
259
+
260
+ #: wpf-admin/dashboard.php:206 wpf-includes/wpf-phrases.php:636
261
+ msgid "Delete User Cache"
262
+ msgstr "L&ouml;sche User-Cache"
263
+
264
+ #: wpf-admin/forum.php:13 wpf-includes/functions.php:767
265
+ #: wpf-includes/wpf-phrases.php:302
266
+ msgid "Show on screen"
267
+ msgstr "Anzeigen"
268
+
269
+ #: wpf-admin/forum.php:15 wpf-admin/forum.php:119
270
+ #: wpf-includes/wpf-phrases.php:113
271
+ msgid "Forum Options"
272
+ msgstr "Foren-Optionen"
273
+
274
+ #: wpf-admin/forum.php:16 wpf-includes/wpf-phrases.php:224
275
+ msgid "Permissions"
276
+ msgstr "Berechtigungen"
277
+
278
+ #: wpf-admin/forum.php:17 wpf-includes/wpf-phrases.php:307
279
+ msgid "Slug"
280
+ msgstr "Slug"
281
+
282
+ #: wpf-admin/forum.php:18 wpf-includes/wpf-phrases.php:112
283
+ msgid "Forum Meta"
284
+ msgstr "Foren-Metadaten"
285
+
286
+ #: wpf-admin/forum.php:21 wpf-includes/wpf-phrases.php:274
287
+ msgid "Screen Layout"
288
+ msgstr "Bildschirm-Layout"
289
+
290
+ #: wpf-admin/forum.php:22 wpf-includes/wpf-phrases.php:210
291
+ msgid "Number of Columns"
292
+ msgstr "Anzahl Spalten"
293
+
294
+ #: wpf-admin/forum.php:32 wpf-includes/functions.php:781
295
+ #: wpf-includes/wpf-phrases.php:275
296
+ msgid "Screen Options"
297
+ msgstr "Bildschirm-Optionen"
298
+
299
+ #: wpf-admin/forum.php:43 wpf-includes/wpf-phrases.php:51
300
+ msgid "Categories and Forums"
301
+ msgstr "Kategorien und Foren"
302
+
303
+ #: wpf-admin/forum.php:44 wpf-admin/options-tabs/general.php:75
304
+ #: wpf-admin/themes.php:10 wpf-admin/usergroup.php:8
305
+ #: wpf-includes/wpf-phrases.php:20
306
+ msgid "Add New"
307
+ msgstr "Neu hinzuf&uuml;gen"
308
+
309
+ #: wpf-admin/forum.php:55
310
+ msgid "Important Tips"
311
+ msgstr "Wichtige Tipps"
312
+
313
+ #: wpf-admin/forum.php:56 wpf-includes/wpf-phrases.php:226
314
+ msgid "Please drag and drop forum panels to set parent-child hierarchy."
315
+ msgstr "Benutze Ziehen und Ablegen zum Setzen der Reihenfolge."
316
+
317
+ #: wpf-admin/forum.php:57
318
+ msgid ""
319
+ "If a category (blue panels) does not have forums (grey panels) it will not "
320
+ "be displayed on front-end. Each category should contain at least one forum."
321
+ msgstr ""
322
+ "Hat eine Kategorie (blaue Panel) kein Forum (graue Panels) wird es im Front-"
323
+ "End nicht angezeigt. Eine Kategorie sollte daher immer ein Forum enthalten."
324
+
325
+ #: wpf-admin/forum.php:58
326
+ msgid ""
327
+ "Forums can be displayed with different layouts (Extended, Simplified, Q&A), "
328
+ "just edit the top (blue panels) category and set the layout you want. Child "
329
+ "forums' layout depends on the top category (blue panels) layout. They cannot "
330
+ "have a different layout."
331
+ msgstr ""
332
+ "Forum können mit unterschiedlichen Layouts angezeigt werden (Extended, "
333
+ "Simplified, Q&A). Editiere die oberste Kategorie (blaues Panel) und setze "
334
+ "das gew&uuml;nschte Layout. Das Layout der enthaltenen untergeordneten Forum "
335
+ "beziehen sich auf das Layout der übergeordneten Forum. Diese k&ouml;nnen "
336
+ "kein anderes Layout haben."
337
+
338
+ #: wpf-admin/forum.php:74 wpf-includes/wpf-phrases.php:273
339
+ msgid "Save forums order and hierarchy"
340
+ msgstr "Forenreihenfolge und Hierarchie speichern"
341
+
342
+ #: wpf-admin/forum.php:101 wpf-includes/wpf-phrases.php:87
343
+ msgid "Enter forum title here"
344
+ msgstr "Forentitel eingeben"
345
+
346
+ #: wpf-admin/forum.php:106 wpf-includes/wpf-phrases.php:86
347
+ msgid "Enter description here . . ."
348
+ msgstr "Beschreibung eingeben..."
349
+
350
+ #: wpf-admin/forum.php:107 wpf-includes/wpf-phrases.php:330
351
+ msgid ""
352
+ "This is a forum description. This content will be displayed under forum "
353
+ "title on the forum list."
354
+ msgstr ""
355
+ "Dies ist eine Forenbeschreibung. Der Inhalt wird unter dem Forentitel und "
356
+ "der Forenliste angezeigt."
357
+
358
+ #: wpf-admin/forum.php:122 wpf-includes/wpf-phrases.php:222
359
+ msgid "Parent Forum"
360
+ msgstr "Eltern-Forum"
361
+
362
+ #: wpf-admin/forum.php:125 wpf-includes/wpf-phrases.php:205
363
+ msgid "No parent"
364
+ msgstr "Kein Eltern-Forum"
365
+
366
+ #: wpf-admin/forum.php:130 wpf-includes/wpf-phrases.php:347
367
+ msgid "Use as Category"
368
+ msgstr "Benutze als Kategorie"
369
+
370
+ #: wpf-admin/forum.php:132 wpf-includes/wpf-phrases.php:52
371
+ msgid "Category Layout"
372
+ msgstr "Layout Kategorie"
373
+
374
+ #: wpf-admin/forum.php:140 wpf-includes/wpf-phrases.php:203
375
+ msgid "No layout found."
376
+ msgstr "Kein Layout gefunden."
377
+
378
+ #: wpf-admin/forum.php:149 wpf-admin/forum.php:156
379
+ #: wpf-includes/wpf-phrases.php:235
380
+ msgid "Publish"
381
+ msgstr "Ver&ouml;ffentlichen"
382
+
383
+ #: wpf-admin/forum.php:153 wpf-includes/wpf-phrases.php:37
384
+ msgid "Are you sure you want to delete this forum?"
385
+ msgstr "M&ouml;chten Sie dieses Forum wirklich l&ouml;schen?"
386
+
387
+ #: wpf-admin/forum.php:153 wpf-admin/themes.php:73
388
+ #: wpf-admin/tools-tabs/antispam.php:138 wpf-admin/usergroup.php:37
389
+ #: wpf-admin/usergroup.php:133 wpf-includes/wpf-hooks.php:1058
390
+ #: wpf-includes/wpf-phrases.php:66
391
+ msgid "Delete"
392
+ msgstr "L&ouml;schen"
393
+
394
+ #: wpf-admin/forum.php:154 wpf-admin/usergroup.php:39
395
+ #: wpf-includes/class-forums.php:606 wpf-includes/wpf-phrases.php:356
396
+ msgid "View"
397
+ msgstr "Ansicht"
398
+
399
+ #: wpf-admin/forum.php:224 wpf-includes/wpf-phrases.php:118
400
+ msgid "Forum Slug"
401
+ msgstr "Forum Slug"
402
+
403
+ #: wpf-admin/forum.php:227 wpf-includes/wpf-phrases.php:323
404
+ msgid ""
405
+ "The \"slug\" is the URL-friendly version of the name. It is usually all "
406
+ "lowercase and contains only letters, numbers, and hyphens."
407
+ msgstr ""
408
+ "\"Slug\" ist die URL-freundliche Version des Namens. Er enth&auml;lt in der "
409
+ "Regel nur Kleinbuchstaben und enth&auml;lt nur Buchstaben, Zahlen und "
410
+ "Bindestriche."
411
+
412
+ #: wpf-admin/forum.php:233
413
+ msgid "Forum Icon"
414
+ msgstr ""
415
+
416
+ #: wpf-admin/forum.php:236
417
+ msgid "Font-awesome Icon"
418
+ msgstr ""
419
+
420
+ #: wpf-admin/forum.php:238
421
+ msgid "You can find all icons"
422
+ msgstr ""
423
+
424
+ #: wpf-admin/forum.php:238
425
+ msgid "here"
426
+ msgstr ""
427
+
428
+ #: wpf-admin/forum.php:238
429
+ msgid ""
430
+ "Make sure you insert a class of font-awesome icon, it should start with fa- "
431
+ "prefix like &quot;fa-comments&quot;."
432
+ msgstr ""
433
+
434
+ #: wpf-admin/forum.php:245 wpf-includes/wpf-phrases.php:116
435
+ msgid "Forum SEO"
436
+ msgstr "Forum SEO"
437
+
438
+ #: wpf-admin/forum.php:248 wpf-includes/wpf-phrases.php:184
439
+ msgid "Meta Description"
440
+ msgstr "Meta-Beschreibung"
441
+
442
+ #: wpf-admin/forum.php:277 wpf-includes/wpf-phrases.php:329
443
+ msgid "This action will also delete all sub-forums, topics and replies."
444
+ msgstr ""
445
+ "Diese Aktion wird auch alle Unterforen, Themen und Antworten l&ouml;schen."
446
+
447
+ #: wpf-admin/forum.php:285 wpf-includes/wpf-phrases.php:137
448
+ msgid ""
449
+ "If you want to delete this forum and keep its sub-forums, topics and "
450
+ "replies, please select a new target forum in dropdown below"
451
+ msgstr ""
452
+ "Wenn Sie dieses Forum l&ouml;schen und die Unterforen, Themen und Antworten "
453
+ "behalten m&ouml;chten, w&auml;hlen Sie bitte ein neues Zielforum im Dropdown-"
454
+ "Men&uuml; aus."
455
+
456
+ #: wpf-admin/forum.php:294 wpf-includes/wpf-phrases.php:26
457
+ msgid ""
458
+ "All sub-forums, topics and replies will be attached to selected forum. "
459
+ "Layout will be inherited from this forum."
460
+ msgstr ""
461
+ "Alle Unterforen, Themen und Antworten werden an das ausgew&auml;hlte Forum "
462
+ "angeh&auml;ngt. Das Layout wird von diesem Forum vererbt."
463
+
464
+ #: wpf-admin/moderation.php:10
465
+ msgid "Topic and Post Moderation"
466
+ msgstr ""
467
+
468
+ #: wpf-admin/options-tabs/accesses.php:9 wpf-includes/wpf-phrases.php:21
469
+ msgid "Add New Forum Access"
470
+ msgstr "Neue Forenberechtigung erstellen"
471
+
472
+ #: wpf-admin/options-tabs/accesses.php:13 wpf-includes/wpf-phrases.php:15
473
+ msgid "Access names"
474
+ msgstr "Namen Berechtigungen"
475
+
476
+ #: wpf-admin/options-tabs/accesses.php:26
477
+ #: wpf-admin/options-tabs/accesses.php:27
478
+ #: wpf-admin/options-tabs/accesses.php:28
479
+ msgid "This access is usually used for "
480
+ msgstr "Der Zugriff ist üblicherweise f&uuml;r"
481
+
482
+ #: wpf-admin/options-tabs/accesses.php:26
483
+ msgid "Guests"
484
+ msgstr "Gäste"
485
+
486
+ #: wpf-admin/options-tabs/accesses.php:26
487
+ #: wpf-admin/options-tabs/accesses.php:27
488
+ #: wpf-admin/options-tabs/accesses.php:28
489
+ msgid "usergroup"
490
+ msgstr "Gruppe"
491
+
492
+ #: wpf-admin/options-tabs/accesses.php:27 wpf-includes/wpf-phrases.php:623
493
+ msgid "Registered"
494
+ msgstr "Registriert"
495
+
496
+ #: wpf-admin/options-tabs/accesses.php:28 wpf-includes/wpf-phrases.php:621
497
+ msgid "Admin"
498
+ msgstr "Admin"
499
+
500
+ #: wpf-admin/options-tabs/accesses.php:32 wpf-includes/class-forums.php:602
501
+ #: wpf-includes/functions.php:599 wpf-includes/wpf-phrases.php:382
502
+ msgid "edit"
503
+ msgstr "bearbeiten"
504
+
505
+ #: wpf-admin/options-tabs/accesses.php:34 wpf-includes/wpf-phrases.php:39
506
+ msgid ""
507
+ "Are you sure you want to remove this access set? Usergroups which attached "
508
+ "to this access will lost all forum permissions."
509
+ msgstr ""
510
+ "Sind sie sicher dass sie diese Berechtigungen entfernen m&ouml;chten? "
511
+ "Benutzergruppen, die dieser Berechtigung zugeordnet sind, verlieren alle "
512
+ "Foren-Berechtigungen."
513
+
514
+ #: wpf-admin/options-tabs/accesses.php:34 wpf-includes/class-forums.php:604
515
+ #: wpf-includes/functions.php:617 wpf-includes/functions.php:627
516
+ #: wpf-includes/wpf-phrases.php:381
517
+ msgid "delete"
518
+ msgstr "l&ouml;schen"
519
+
520
+ #: wpf-admin/options-tabs/accesses.php:49 wpf-includes/wpf-phrases.php:14
521
+ msgid "Access name"
522
+ msgstr "Berechtigung"
523
+
524
+ #: wpf-admin/options-tabs/accesses.php:69 wpf-includes/wpf-phrases.php:271
525
+ msgid "Save"
526
+ msgstr "Speichern"
527
+
528
+ #: wpf-admin/options-tabs/accesses.php:69 wpf-includes/wpf-phrases.php:344
529
+ msgid "Update"
530
+ msgstr "Update"
531
+
532
+ #: wpf-admin/options-tabs/emails.php:13
533
+ msgid "FROM Name"
534
+ msgstr ""
535
+
536
+ #: wpf-admin/options-tabs/emails.php:17
537
+ msgid "FROM Email Address"
538
+ msgstr ""
539
+
540
+ #: wpf-admin/options-tabs/emails.php:22
541
+ msgid "Forum Admins email addresses"
542
+ msgstr ""
543
+
544
+ #: wpf-admin/options-tabs/emails.php:23 wpf-includes/wpf-phrases.php:57
545
+ msgid ""
546
+ "Comma separated email addresses of forum administrators to get forum "
547
+ "notifications. For example post report messages."
548
+ msgstr ""
549
+ "Kommagetrennte Emailadressen der Foren-Administratoren, um "
550
+ "Benachrichtigungen zu bekommen, z.B. Beitragsmeldungen."
551
+
552
+ #: wpf-admin/options-tabs/emails.php:29
553
+ msgid "Notify Admins via email on new Topic"
554
+ msgstr ""
555
+
556
+ #: wpf-admin/options-tabs/emails.php:30
557
+ msgid ""
558
+ "Send Notification emails to all email addresses (comma separated ) of forum "
559
+ "administrators when a new Topic is created."
560
+ msgstr ""
561
+
562
+ #: wpf-admin/options-tabs/emails.php:34 wpf-admin/options-tabs/emails.php:46
563
+ #: wpf-admin/options-tabs/features.php:60 wpf-admin/tools-tabs/antispam.php:31
564
+ #: wpf-admin/tools-tabs/antispam.php:40 wpf-admin/tools-tabs/antispam.php:49
565
+ #: wpf-admin/tools-tabs/cleanup.php:39 wpf-includes/wpf-phrases.php:367
566
+ msgid "Yes"
567
+ msgstr "Ja"
568
+
569
+ #: wpf-admin/options-tabs/emails.php:35 wpf-admin/options-tabs/emails.php:47
570
+ #: wpf-admin/options-tabs/features.php:61 wpf-admin/tools-tabs/antispam.php:32
571
+ #: wpf-admin/tools-tabs/antispam.php:41 wpf-admin/tools-tabs/antispam.php:50
572
+ #: wpf-admin/tools-tabs/cleanup.php:40 wpf-includes/wpf-phrases.php:197
573
+ msgid "No"
574
+ msgstr "Nein"
575
+
576
+ #: wpf-admin/options-tabs/emails.php:41
577
+ msgid "Notify Admins via email on new Post"
578
+ msgstr ""
579
+
580
+ #: wpf-admin/options-tabs/emails.php:42
581
+ msgid ""
582
+ "Send Notification emails to all email addresses (comma separated ) of forum "
583
+ "administrators when a new Reply is created."
584
+ msgstr ""
585
+
586
+ #: wpf-admin/options-tabs/emails.php:53 wpf-includes/wpf-phrases.php:318
587
+ msgid "Subscription Emails"
588
+ msgstr "Emailbenachrichtigungen"
589
+
590
+ #: wpf-admin/options-tabs/emails.php:57 wpf-includes/wpf-phrases.php:315
591
+ msgid "Subscribe confirmation email subject"
592
+ msgstr "Betreff Email Abonnement best&auml;tigen"
593
+
594
+ #: wpf-admin/options-tabs/emails.php:61 wpf-includes/wpf-phrases.php:314
595
+ msgid "Subscribe confirmation email message"
596
+ msgstr "Text Email Abonnement best&auml;tigen"
597
+
598
+ #: wpf-admin/options-tabs/emails.php:65 wpf-includes/wpf-phrases.php:196
599
+ msgid "New topic notification email subject"
600
+ msgstr "Betreff Emailbenachrichtigung neues Thema"
601
+
602
+ #: wpf-admin/options-tabs/emails.php:69 wpf-includes/wpf-phrases.php:195
603
+ msgid "New topic notification email message"
604
+ msgstr "Text Emailbenachrichtigung neues Thema"
605
+
606
+ #: wpf-admin/options-tabs/emails.php:73 wpf-includes/wpf-phrases.php:194
607
+ msgid "New reply notification email subject"
608
+ msgstr "Betreff Emailbenachrichtigung neue Antwort"
609
+
610
+ #: wpf-admin/options-tabs/emails.php:77 wpf-includes/wpf-phrases.php:193
611
+ msgid "New reply notification email message"
612
+ msgstr "Text Emailbenachrichtigung neue Antwort"
613
+
614
+ #: wpf-admin/options-tabs/emails.php:82 wpf-includes/wpf-phrases.php:228
615
+ msgid "Post Reporting Emails"
616
+ msgstr "Email Beitrag melden"
617
+
618
+ #: wpf-admin/options-tabs/emails.php:83 wpf-includes/wpf-phrases.php:332
619
+ msgid "This message comes from post reporting pop-up form."
620
+ msgstr "Diese Nachricht kommt vom Beitrags-Meldeformular."
621
+
622
+ #: wpf-admin/options-tabs/emails.php:88 wpf-includes/wpf-phrases.php:267
623
+ msgid "Report message subject"
624
+ msgstr "Betreff Melde-Nachricht"
625
+
626
+ #: wpf-admin/options-tabs/emails.php:93 wpf-includes/wpf-phrases.php:266
627
+ msgid "Report message body"
628
+ msgstr "Text Melde-Nachricht"
629
+
630
+ #: wpf-admin/options-tabs/emails.php:99 wpf-admin/options-tabs/features.php:71
631
+ #: wpf-admin/options-tabs/forums.php:16 wpf-admin/options-tabs/general.php:82
632
+ #: wpf-admin/options-tabs/members.php:128 wpf-admin/options-tabs/posts.php:67
633
+ #: wpf-admin/options-tabs/styles.php:93 wpf-admin/tools-tabs/antispam.php:179
634
+ #: wpf-admin/tools-tabs/cleanup.php:49 wpf-includes/wpf-phrases.php:345
635
+ msgid "Update Options"
636
+ msgstr "Aktualisiere Einstellungen"
637
+
638
+ #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:295
639
+ msgid "Show Admin Bar for Members"
640
+ msgstr "Zeige Admin-Bar f&uuml;r Mitglieder"
641
+
642
+ #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:333
643
+ msgid "This option doesn't affect website admins."
644
+ msgstr "Diese Einstellung beeinflusst nicht die Seitenadministratoren."
645
+
646
+ #: wpf-admin/options-tabs/features.php:10 wpf-includes/wpf-phrases.php:297
647
+ msgid "Show Forum Page Title"
648
+ msgstr "Zeige Forenseitentitel"
649
+
650
+ #: wpf-admin/options-tabs/features.php:11 wpf-includes/wpf-phrases.php:300
651
+ msgid "Show Top/Menu Bar"
652
+ msgstr "Zeige Top/Men&uuml;-Leiste"
653
+
654
+ #: wpf-admin/options-tabs/features.php:12 wpf-includes/wpf-phrases.php:299
655
+ msgid "Show Top Search"
656
+ msgstr "Zeige obere Suchleiste"
657
+
658
+ #: wpf-admin/options-tabs/features.php:13 wpf-includes/wpf-phrases.php:296
659
+ msgid "Show Breadcrumb"
660
+ msgstr "Zeige Navigationsszeile"
661
+
662
+ #: wpf-admin/options-tabs/features.php:14 wpf-includes/wpf-phrases.php:298
663
+ msgid "Show Forum Statistic"
664
+ msgstr "Zeige Forenstatistik"
665
+
666
+ #: wpf-admin/options-tabs/features.php:15 wpf-includes/wpf-phrases.php:258
667
+ msgid "Replace Author Link to Forum Profile"
668
+ msgstr "Ersetze Autoren-Link mit Forenprofil"
669
+
670
+ #: wpf-admin/options-tabs/features.php:16 wpf-includes/wpf-phrases.php:259
671
+ msgid "Replace Comment Author Link to Forum Profile"
672
+ msgstr "Ersetze Autoren-Kommentar-Link mit Forenprofil"
673
+
674
+ #: wpf-admin/options-tabs/features.php:17 wpf-includes/wpf-phrases.php:633
675
+ msgid "Enable User Registration"
676
+ msgstr "Aktiviere Benutzerregistrierung"
677
+
678
+ #: wpf-admin/options-tabs/features.php:17 wpf-includes/wpf-phrases.php:634
679
+ msgid ""
680
+ "This option is not synced with WordPress \"Anyone can register\" option in "
681
+ "Dashboard > Settings > General admin page. If this option is enabled new "
682
+ "users will always be able to register."
683
+ msgstr ""
684
+ "Diese Einstellung ist nicht mit der WordPress-Einstellung \"Jeder kann sich "
685
+ "registrieren\" synchronisiert. Wenn diese Einstellung aktiviert ist m&uuml;"
686
+ "ssen sich neue Benutzer immer registrieren."
687
+
688
+ #: wpf-admin/options-tabs/features.php:18
689
+ msgid "Enable User Registration email confirmation"
690
+ msgstr "Aktiviere E-Mail-Best&auml;tigung für Benutzer Registrierungen"
691
+
692
+ #: wpf-admin/options-tabs/features.php:18
693
+ msgid ""
694
+ "If you have enabled this option, after registering, user can not login "
695
+ "without confirming the email."
696
+ msgstr ""
697
+ "Ist dieser Option aktiviert, kann ein Benutzer sich nach der Registrierung "
698
+ "nicht anmelden, solange der Zugang nicht per E-Mail best&auml;tigt wurde."
699
+
700
+ #: wpf-admin/options-tabs/features.php:19 wpf-includes/wpf-phrases.php:261
701
+ msgid "Replace Registration Page URL to Forum URL"
702
+ msgstr "Ersetze URL Registrierungsseite mit Foren-URL"
703
+
704
+ #: wpf-admin/options-tabs/features.php:20 wpf-includes/wpf-phrases.php:260
705
+ msgid "Replace Login Page URL to Forum URL"
706
+ msgstr "Ersetze URL Anmeldeseite mit Foren-URL"
707
+
708
+ #: wpf-admin/options-tabs/features.php:21 wpf-includes/wpf-phrases.php:257
709
+ msgid "Replace Author Avatar with Forum Profile Avatar"
710
+ msgstr "Ersetze Autoren-Avatar mit Foren-Profil-Avatar"
711
+
712
+ #: wpf-admin/options-tabs/features.php:22 wpf-includes/wpf-phrases.php:77
713
+ msgid "Enable Avatars"
714
+ msgstr "Aktiviere Avatare"
715
+
716
+ #: wpf-admin/options-tabs/features.php:23 wpf-includes/wpf-phrases.php:78
717
+ msgid "Enable Custom Avatars"
718
+ msgstr "Aktiviere eigene Avatare"
719
+
720
+ #: wpf-admin/options-tabs/features.php:24 wpf-includes/wpf-phrases.php:31
721
+ msgid "Allow Member Signature"
722
+ msgstr "Erlaube Mitgliedersignaturen"
723
+
724
+ #: wpf-admin/options-tabs/features.php:25 wpf-includes/wpf-phrases.php:80
725
+ msgid "Enable Member Rating"
726
+ msgstr "Aktiviere Mitgliedsr&auml;nge"
727
+
728
+ #: wpf-admin/options-tabs/features.php:26 wpf-includes/wpf-phrases.php:81
729
+ msgid "Enable Member Rating Titles"
730
+ msgstr "Aktiviere Benutzertitel"
731
+
732
+ #: wpf-admin/options-tabs/features.php:27 wpf-includes/wpf-phrases.php:79
733
+ msgid "Enable Member Cache"
734
+ msgstr "Aktiviere Mitglieds-Cache"
735
+
736
+ #: wpf-admin/options-tabs/features.php:28
737
+ msgid "Enable Object Cache"
738
+ msgstr ""
739
+
740
+ #: wpf-admin/options-tabs/features.php:29
741
+ msgid "Enable HTML Cache"
742
+ msgstr ""
743
+
744
+ #: wpf-admin/options-tabs/features.php:30
745
+ msgid "Enable Memory Cache"
746
+ msgstr ""
747
+
748
+ #: wpf-admin/options-tabs/features.php:31 wpf-includes/wpf-phrases.php:84
749
+ msgid "Enable wpForo SEO for Meta Titles"
750
+ msgstr "Aktiviere wpForo SEO f&uuml;r Meta-Titel"
751
+
752
+ #: wpf-admin/options-tabs/features.php:32 wpf-includes/wpf-phrases.php:83
753
+ msgid "Enable wpForo SEO for Meta Tags"
754
+ msgstr "Aktiviere wpForo SEO f&uuml;r Meta-Tags"
755
+
756
+ #: wpf-admin/options-tabs/features.php:33
757
+ msgid "Enable User Profile Page indexing"
758
+ msgstr ""
759
+
760
+ #: wpf-admin/options-tabs/features.php:34 wpf-includes/wpf-phrases.php:82
761
+ msgid "Enable wpForo Font-Awesome Lib"
762
+ msgstr "Aktiviere wpForo Font-Awesome Lib"
763
+
764
+ #: wpf-admin/options-tabs/features.php:35
765
+ msgid "Turn Off User Syncing Note"
766
+ msgstr ""
767
+
768
+ #: wpf-admin/options-tabs/features.php:36 wpf-includes/wpf-phrases.php:85
769
+ msgid "Enable Output Buffer"
770
+ msgstr "Aktiviere Ausgabepuffer"
771
+
772
+ #: wpf-admin/options-tabs/features.php:36 wpf-includes/wpf-phrases.php:331
773
+ msgid ""
774
+ "This feature is useful if you're adding content before or after [wpforo] "
775
+ "shortcode in page content. Also it useful if forum is loaded before website "
776
+ "header, on top of the front-end."
777
+ msgstr ""
778
+ "Diese Funktion ist sinnvoll wenn Inhalte vor oder nach dem [wpforo-index] "
779
+ "Shortcode im Seiteninhalt eingef&uuml;gt werden. Sie ist ebenso sinnvoll "
780
+ "wenn das Forum vor dem Website Header geladen wird, oben im Front-End."
781
+
782
+ #: wpf-admin/options-tabs/features.php:37
783
+ msgid "Enable WordPress Date/Time Format"
784
+ msgstr "Aktiviere WordPress Datum-/Zeitformat"
785
+
786
+ #: wpf-admin/options-tabs/features.php:37 wpf-includes/wpf-phrases.php:598
787
+ msgid ""
788
+ "You can manage WordPress date and time format in WordPress Settings > "
789
+ "General admin page."
790
+ msgstr ""
791
+ "Das WordPress Datum-/Zeitformat kann in den WordPress-Einstellungen "
792
+ "eingestellt werden > Einstellungen > Allgemein"
793
+
794
+ #: wpf-admin/options-tabs/features.php:38 wpf-includes/wpf-phrases.php:609
795
+ msgid "Enable Subscription Confirmation"
796
+ msgstr "Aktiviere Abonnement-Best&auml;tigung"
797
+
798
+ #: wpf-admin/options-tabs/features.php:38 wpf-includes/wpf-phrases.php:610
799
+ msgid "Forum and Topic subscription with double opt-in/confirmation system."
800
+ msgstr "Foren- und Themen-Abo mit Double Opt-In/Best&auml;tigungssystem."
801
+
802
+ #: wpf-admin/options-tabs/features.php:39
803
+ msgid "Topic subscription option on post editor"
804
+ msgstr "Themen Abo Option in Eintrags-Editor"
805
+
806
+ #: wpf-admin/options-tabs/features.php:39
807
+ msgid ""
808
+ "This option adds topic subscription checkbox next to new topic and post "
809
+ "submit button."
810
+ msgstr ""
811
+ "Diese Option f&uuml;gt die Auswahl für ein Themen Abonnement neben den "
812
+ "Button f&uuml;r neue Themen"
813
+
814
+ #: wpf-admin/options-tabs/features.php:40
815
+ msgid "Topic subscription option on post editor - checked/enabled"
816
+ msgstr "Themen Abo Option in Editor - ausgewählt/aktiviert"
817
+
818
+ #: wpf-admin/options-tabs/features.php:40
819
+ msgid ""
820
+ "Enable this option if you want the topic subscription checkbox to be checked "
821
+ "by default."
822
+ msgstr ""
823
+ "Diese Option aktivieren, um die Abonnement-Funktion für Themen-Abos im "
824
+ "Standard zu aktivieren."
825
+
826
+ #: wpf-admin/options-tabs/features.php:41 wpf-includes/wpf-phrases.php:637
827
+ msgid "Insert Forum Attachments to Media Library"
828
+ msgstr "Schreibe Foren-Attachments in die Medien-Bibliothek"
829
+
830
+ #: wpf-admin/options-tabs/features.php:41 wpf-includes/wpf-phrases.php:638
831
+ msgid ""
832
+ "Enable this option to be able manage forum attachments in Dashboard > Media "
833
+ "> Library admin page."
834
+ msgstr ""
835
+ "Aktiviere diese Einstellung zum verwalten von Foren-Anh&auml;nge im "
836
+ "Dashboard > Medien > Medien%uuml;bersicht"
837
+
838
+ #: wpf-admin/options-tabs/features.php:42 wpf-includes/wpf-phrases.php:602
839
+ msgid "Enable Debug Mode"
840
+ msgstr "Aktiviere Debug-Modus"
841
+
842
+ #: wpf-admin/options-tabs/features.php:42 wpf-includes/wpf-phrases.php:603
843
+ msgid ""
844
+ "If you got some issue with wpForo, please enable this option before asking "
845
+ "for support, this outputs hidden important information to help us debug your "
846
+ "issue."
847
+ msgstr ""
848
+ "Wenn es Probleme mit wpForo gibt, schalten Sie bitte diese Einstellung ein "
849
+ "bevor Sie den Support fragen. Es werden wichtige Informationen ausgegeben, "
850
+ "die unserem Support beim Debuggen helfen."
851
+
852
+ #: wpf-admin/options-tabs/features.php:43 wpf-includes/wpf-phrases.php:134
853
+ msgid "Help wpForo to grow, show plugin info"
854
+ msgstr "Hilf wpForo zu wachsen, zeige Plugin-Info an"
855
+
856
+ #: wpf-admin/options-tabs/features.php:43 wpf-includes/wpf-phrases.php:227
857
+ msgid ""
858
+ "Please enable this option to help wpForo get more popularity as your thank "
859
+ "to the hard work we do for you totally free. This option adds a very small "
860
+ "icon in forum footer, which will allow your site visitors recognize the name "
861
+ "of forum solution you use."
862
+ msgstr ""
863
+ "Bitte aktiviere diese Einstellung damit wpForo bekannter wird, als Dank "
864
+ "f&uuml;r die harte Arbeit, die wir total kostenlos tun. Diese Einstellung "
865
+ "erg&auml;nzt ein sehr kleines Icon im Forum-Footer, das Seitenbesuchern "
866
+ "zeigt welche Forenl&ouml;sung Sie benutzen."
867
+
868
+ #: wpf-admin/options-tabs/general.php:15 wpf-includes/wpf-phrases.php:107
869
+ msgid "Forum Base URL"
870
+ msgstr "Foren-Basis-URL"
871
+
872
+ #: wpf-admin/options-tabs/general.php:24 wpf-includes/wpf-phrases.php:647
873
+ msgid "Turn WordPress to wpForo"
874
+ msgstr "Schalte WordPress zu wpForo"
875
+
876
+ #: wpf-admin/options-tabs/general.php:25
877
+ msgid ""
878
+ "This option will disable WordPress on front-end. Only forum pages and "
879
+ "excluded post/pages will be available. wpForo will look like as a stand-"
880
+ "alone forum."
881
+ msgstr ""
882
+ "Diese Option deaktiviert das WordPress Front-End. Nur Forum Seiten und "
883
+ "ausgenommene Eintr&auml;ge und Seiten werden verf&uuml;gbar. wpForo wird wir "
884
+ "ein Stand-Alone Forum aussehen."
885
+
886
+ #: wpf-admin/options-tabs/general.php:28
887
+ msgid "Exclude page URLs"
888
+ msgstr "Seiten URLs ausnehmen"
889
+
890
+ #: wpf-admin/options-tabs/general.php:28
891
+ msgid "one URL per line"
892
+ msgstr "eine URL pro Zeile"
893
+
894
+ #: wpf-admin/options-tabs/general.php:38
895
+ msgid "Visit Forum"
896
+ msgstr "Besuche Forum"
897
+
898
+ #: wpf-admin/options-tabs/general.php:41
899
+ msgid ""
900
+ "wpForo PageID doesn't exist. Forums will not be loaded, please read this"
901
+ msgstr ""
902
+ "wpForo pageID existiert nicht. Foren werden nicht angezeigt! Bitte diesen "
903
+ "Support-Eintrag lesen"
904
+
905
+ #: wpf-admin/options-tabs/general.php:41
906
+ msgid "suppor topic"
907
+ msgstr ""
908
+
909
+ #: wpf-admin/options-tabs/general.php:43
910
+ msgid "Forum Page ID"
911
+ msgstr "Forum Seiten ID"
912
+
913
+ #: wpf-admin/options-tabs/general.php:48 wpf-includes/wpf-phrases.php:121
914
+ msgid "Forum Title"
915
+ msgstr "Forentitel"
916
+
917
+ #: wpf-admin/options-tabs/general.php:52 wpf-includes/wpf-phrases.php:108
918
+ msgid "Forum Description"
919
+ msgstr "Forenbeschreibung"
920
+
921
+ #: wpf-admin/options-tabs/general.php:57 wpf-includes/wpf-phrases.php:64
922
+ msgid "Dashboard Menu Position"
923
+ msgstr "Dashboard Men&uuml;-Position"
924
+
925
+ #: wpf-admin/options-tabs/general.php:58 wpf-includes/wpf-phrases.php:324
926
+ msgid "The position in the menu order wpForo should appear."
927
+ msgstr "Die Position von wpForo sollte folgenderma&szlig;en erscheinen:"
928
+
929
+ #: wpf-admin/options-tabs/general.php:59 wpf-includes/wpf-phrases.php:349
930
+ msgid ""
931
+ "Use greater than 5 - below Posts, 10 - below Media, 15 - below Links, 20 - "
932
+ "below Pages, 25 - below comments, 60 - below first separator, 65 - below "
933
+ "Plugins, 70 - below Users, 75 - below Tools, 80 - below Settings, 100 - "
934
+ "below second separator"
935
+ msgstr ""
936
+ "Gr&ouml;&szlig;er als 5 - unterhalb Beitr&auml;ge, 10 - unterhalb Medien, 15 "
937
+ "- unterhalb Links, 20 - unterhalb Seiten, 25 unterhalb Kommentare, 60 - "
938
+ "unterhalb erstem Separator, 65 - unterhalb Plugins, 70 - unterhalb Benutzer, "
939
+ "75 - unterhalb Werkzeuge, 80 unterhalb Einstellungen, 100 - unterhalb "
940
+ "zweitem Separator"
941
+
942
+ #: wpf-admin/options-tabs/general.php:68 wpf-includes/wpf-phrases.php:110
943
+ msgid "Forum Language"
944
+ msgstr "Forensprache"
945
+
946
+ #: wpf-admin/options-tabs/general.php:69
947
+ msgid ""
948
+ "This option is only related to XML language files. You should upload a "
949
+ "translation XML file to have a new language option in this drop-down. If you "
950
+ "are using PO/MO translation files you should change WordPress Language in "
951
+ "Dashboard > Settings admin page to load according translation for wpForo."
952
+ msgstr ""
953
+ "Diese Einstellung ist nur für XML Sprachdateien relevant. Nach dem Hochladen "
954
+ "einer neuen Übersetzungs-XML-Datei wird eine neue Option in dieser Auswahl "
955
+ "bereitgestellt.\n"
956
+ "Bei der Nutzung von PO/MO Übersetzungs-Dateien wird die Sprache der "
957
+ "WordPress Sprache genutzt. Diese wird unter Dashboard > Einstellungen > "
958
+ "Allgemein eingestellt."
959
+
960
+ #: wpf-admin/options-tabs/general.php:94 wpf-includes/wpf-phrases.php:144
961
+ msgid "Language XML file"
962
+ msgstr "XML-Sprachdatei"
963
+
964
+ #: wpf-admin/options-tabs/general.php:103 wpf-includes/wpf-phrases.php:22
965
+ msgid "Add New Language"
966
+ msgstr "Neue Sprache hinzuf&uuml;gen"
967
+
968
+ #: wpf-admin/options-tabs/members.php:13 wpf-includes/wpf-phrases.php:218
969
+ msgid "Online status timeout"
970
+ msgstr "Timeout Online-Status"
971
+
972
+ #: wpf-admin/options-tabs/members.php:16 wpf-admin/options-tabs/posts.php:19
973
+ #: wpf-admin/options-tabs/posts.php:23 wpf-admin/options-tabs/posts.php:31
974
+ #: wpf-admin/options-tabs/posts.php:35 wpf-includes/wpf-phrases.php:391
975
+ msgid "minutes"
976
+ msgstr "Minuten"
977
+
978
+ #: wpf-admin/options-tabs/members.php:20 wpf-includes/wpf-phrases.php:180
979
+ msgid "Members URL structure"
980
+ msgstr "Struktur Mitglieds-URL"
981
+
982
+ #: wpf-admin/options-tabs/members.php:30 wpf-includes/wpf-phrases.php:62
983
+ msgid "Custom Authorization URLs"
984
+ msgstr "Benutzerdefinierte URL f&uuml;r Autorisierung"
985
+
986
+ #: wpf-admin/options-tabs/members.php:32
987
+ msgid ""
988
+ "Use this option only if you have set other pages for authorization. \n"
989
+ " wpForo doesn't change its own URLs, these options "
990
+ "are only for other plugin compatibility. \n"
991
+ " For example, if you use BuddyPress or Ultimate "
992
+ "Member plugin you can set these values:"
993
+ msgstr ""
994
+ "Benutzen Sie diese Einstellung nur wenn andere Seiten f&uuml;r "
995
+ "Zugriffsberechtigungen benutzt werden. \n"
996
+ "wpForo &auml;ndert nicht seine eigenen URLs. Diese Einstellungen sind nur "
997
+ "zur Kompatibilit&auml;t zu anderen Plugins. \n"
998
+ "Z.B. bei Verwendung von BuddyPress oder Ultimate Member k&ouml;nnen diese "
999
+ "Werte gesetzt werden:"
1000
+
1001
+ #: wpf-admin/options-tabs/members.php:35 wpf-admin/options-tabs/members.php:41
1002
+ #: wpf-includes/wpf-phrases.php:162
1003
+ msgid "Login URL"
1004
+ msgstr "Anmelde-URL"
1005
+
1006
+ #: wpf-admin/options-tabs/members.php:36 wpf-admin/options-tabs/members.php:42
1007
+ #: wpf-includes/wpf-phrases.php:253
1008
+ msgid "Register URL"
1009
+ msgstr "Registrierungs-URL"
1010
+
1011
+ #: wpf-admin/options-tabs/members.php:43 wpf-includes/wpf-phrases.php:164
1012
+ msgid "Lost Password URL"
1013
+ msgstr "URL Passwort vergessen"
1014
+
1015
+ #: wpf-admin/options-tabs/members.php:49 wpf-includes/wpf-phrases.php:175
1016
+ msgid "Member Reputation and Titles"
1017
+ msgstr ""
1018
+
1019
+ #: wpf-admin/options-tabs/members.php:57 wpf-includes/wpf-phrases.php:248
1020
+ msgid "Rating Level"
1021
+ msgstr "Mitgliedsrang"
1022
+
1023
+ #: wpf-admin/options-tabs/members.php:58 wpf-includes/wpf-phrases.php:185
1024
+ msgid "Min Number of Posts"
1025
+ msgstr "Min. Zahl von Beitr&auml;gen"
1026
+
1027
+ #: wpf-admin/options-tabs/members.php:59 wpf-includes/wpf-phrases.php:176
1028
+ msgid "Member Title"
1029
+ msgstr "Benutzertitel"
1030
+
1031
+ #: wpf-admin/options-tabs/members.php:60 wpf-includes/wpf-phrases.php:294
1032
+ msgid "Short Badge"
1033
+ msgstr "Kleines Abzeichen"
1034
+
1035
+ #: wpf-admin/options-tabs/members.php:61 wpf-includes/wpf-phrases.php:128
1036
+ msgid "Full Badge"
1037
+ msgstr "Abzeichen"
1038
+
1039
+ #: wpf-admin/options-tabs/members.php:62 wpf-includes/wpf-phrases.php:246
1040
+ msgid "Rating Color"
1041
+ msgstr "Rangfarbe"
1042
+
1043
+ #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:247
1044
+ msgid "Rating Icon"
1045
+ msgstr "Rang-Icon"
1046
+
1047
+ #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:187
1048
+ msgid "More"
1049
+ msgstr "Mehr"
1050
+
1051
+ #: wpf-admin/options-tabs/members.php:68 wpf-includes/wpf-phrases.php:158
1052
+ msgid "Level"
1053
+ msgstr "Rang"
1054
+
1055
+ #: wpf-admin/options-tabs/members.php:69 wpf-includes/wpf-phrases.php:212
1056
+ msgid "Number of Posts"
1057
+ msgstr "Anzahl Beitr&auml;ge"
1058
+
1059
+ #: wpf-admin/options-tabs/members.php:70 wpf-includes/wpf-phrases.php:63
1060
+ msgid "Custom Title"
1061
+ msgstr "Eigener Titel"
1062
+
1063
+ #: wpf-admin/options-tabs/members.php:73 wpf-includes/wpf-phrases.php:56
1064
+ msgid "Color"
1065
+ msgstr "Farbe"
1066
+
1067
+ #: wpf-admin/options-tabs/members.php:74 wpf-includes/wpf-phrases.php:48
1068
+ msgid "Badge Icon"
1069
+ msgstr "Icon Abzeichen"
1070
+
1071
+ #: wpf-admin/options-tabs/members.php:80
1072
+ msgid "Enable Reputation Titles for selected usergroups"
1073
+ msgstr ""
1074
+ "Aktiviere Mitgliederrangtitel f&uuml;r ausgew&auml;hlte Benutzergruppen"
1075
+
1076
+ #: wpf-admin/options-tabs/members.php:81
1077
+ msgid ""
1078
+ "This option depends on \"Enable Member Rating Titles\" parent option, witch "
1079
+ "located in wpForo Settings > Features Tab"
1080
+ msgstr ""
1081
+ "Diese Einstellung ist abh&auml;ngig von der Einstellung \"Aktiviere "
1082
+ "Benutzertitel\" in den wpForo-Einstellungen > Funktionen"
1083
+
1084
+ #: wpf-admin/options-tabs/members.php:94
1085
+ msgid "Enable Reputation Badges for selected usergroups"
1086
+ msgstr "Aktiviere Rangabzeichen f&uuml;r die gew&auml;hlte Benutzergruppe"
1087
+
1088
+ #: wpf-admin/options-tabs/members.php:95
1089
+ msgid ""
1090
+ "This option depends on \"Enable Member Rating\" parent option, witch located "
1091
+ "in wpForo Settings > Features Tab"
1092
+ msgstr ""
1093
+ "Diese Einstellung ist abh&auml;ngig von der Einstellung \"Aktiviere "
1094
+ "Mitgliedsr&auml;nge\" in den wpForo-Einstellungen > Funktionen"
1095
+
1096
+ #: wpf-admin/options-tabs/members.php:108
1097
+ msgid "Display Usergroup under Post Author Avatar"
1098
+ msgstr ""
1099
+
1100
+ #: wpf-admin/options-tabs/plugins.php:9
1101
+ msgid ""
1102
+ "Thank you for using wpForo. wpForo is a premium forum plugin which will "
1103
+ "always be available for free. There will never be paid and pro versions of "
1104
+ "this forum board. However this is a very large and hard project so we also "
1105
+ "develop paid addons (extensions), which will financially help us to keep "
1106
+ "improving and adding new features to the free wpForo plugin. Forum addons "
1107
+ "will also be actively developed. The first addons \"Advanced Media Uploader"
1108
+ "\", \"Polls\", \"Private Messages\" and \"Ad Manager\" will be available "
1109
+ "very soon. Once you got some addon and activated that, you will find "
1110
+ "settings in vertical subTabs here."
1111
+ msgstr ""
1112
+ "Vielen Dank f&uuml;r die Nutzung von wpForo. wpForo ist ein Premium-Foren-"
1113
+ "Plugin, das immer frei verf&uuml;gbar sein wird. Es wird keine Bezahl- oder "
1114
+ "Pro-Versionen dieses Forenboards geben. Jedoch ist es ein sehr langes und "
1115
+ "aufwendiges Projekt, weshalb wir zahlungspflichtige Erweiterungen "
1116
+ "entwickeln, was uns hilft wpForo zu verbessern und neue Funktionen zum "
1117
+ "wpForo-Plugin hinzuzuf&uuml;gen. Forenerweiterungen werden auch aktiv "
1118
+ "entwickelt. Die ersten Erweiterungen \"Advanced Media Uploader\", \"Polls\", "
1119
+ "\"Private Messages\" und \"Ad Manager\" werden bald verf&uuml;gbar sein. "
1120
+ "Einmal hinzugef&uuml;gt und aktiviert werden die Einstellungen hier in "
1121
+ "vertikalen Sub-Tabs zu finden sein."
1122
+
1123
+ #: wpf-admin/options-tabs/posts.php:14 wpf-includes/wpf-phrases.php:214
1124
+ msgid "Number of Topics per Page"
1125
+ msgstr "Anzahl Themen pro Seite"
1126
+
1127
+ #: wpf-admin/options-tabs/posts.php:18 wpf-includes/wpf-phrases.php:30
1128
+ msgid "Allow Edit Own Topic for"
1129
+ msgstr "Erlaube Editieren eigenes Thema f&uuml;r"
1130
+
1131
+ #: wpf-admin/options-tabs/posts.php:22 wpf-includes/wpf-phrases.php:27
1132
+ msgid "Allow Delete Own Topic for"
1133
+ msgstr "Erlaube L&ouml;schen eigenes Thema f&uuml;r"
1134
+
1135
+ #: wpf-admin/options-tabs/posts.php:26 wpf-includes/wpf-phrases.php:213
1136
+ msgid "Number of Posts per Page"
1137
+ msgstr "Anzahl Beitr&auml;ge pro Seite"
1138
+
1139
+ #: wpf-admin/options-tabs/posts.php:30 wpf-includes/wpf-phrases.php:29
1140
+ msgid "Allow Edit Own Post for"
1141
+ msgstr "Erlaube Editieren eigene Beitr&auml;ge f&uuml;r"
1142
+
1143
+ #: wpf-admin/options-tabs/posts.php:34 wpf-includes/wpf-phrases.php:28
1144
+ msgid "Allow Delete Own post for"
1145
+ msgstr "Erlaube L&ouml;schen eigene Beitr&auml;ge f&uuml;r"
1146
+
1147
+ #: wpf-admin/options-tabs/posts.php:40 wpf-includes/wpf-phrases.php:169
1148
+ msgid "Maximum upload file size"
1149
+ msgstr "Maximalgr&ouml;&szlig;e Datei-Upload"
1150
+
1151
+ #: wpf-admin/options-tabs/posts.php:41 wpf-includes/wpf-phrases.php:371
1152
+ msgid ""
1153
+ "You can not set this value more than \"upload_max_filesize\" and "
1154
+ "\"post_max_size\". If you want to increase server parameters please contact "
1155
+ "to your hosting service support."
1156
+ msgstr ""
1157
+ "Der Wert kann nicht h&ouml;her als \"upload_max_filesize\" und "
1158
+ "\"post_max_size\" gesetzt werden. Zum Erh&ouml;hen von Server-Parametern "
1159
+ "kontaktieren Sie bitte den Support Ihres Hosters."
1160
+
1161
+ #: wpf-admin/options-tabs/posts.php:44 wpf-includes/wpf-phrases.php:166
1162
+ msgid "MB"
1163
+ msgstr "MB"
1164
+
1165
+ #: wpf-admin/options-tabs/posts.php:47 wpf-includes/wpf-phrases.php:289
1166
+ msgid "Server \"upload_max_filesize\" is "
1167
+ msgstr "Server \"upload_max_filesize\" ist "
1168
+
1169
+ #: wpf-admin/options-tabs/posts.php:48 wpf-includes/wpf-phrases.php:288
1170
+ msgid "Server \"post_max_size\" is "
1171
+ msgstr "Server \"post_max_size\" ist "
1172
+
1173
+ #: wpf-admin/options-tabs/posts.php:56
1174
+ msgid "Attachment click - message for non-permitted users"
1175
+ msgstr ""
1176
+
1177
+ #: wpf-admin/options-tabs/posts.php:57
1178
+ msgid ""
1179
+ "This message will be displayed when a non-permitted forum member clicks on "
1180
+ "attached file link in topic and posts."
1181
+ msgstr ""
1182
+
1183
+ #: wpf-admin/options-tabs/styles.php:13
1184
+ msgid "Font Sizes"
1185
+ msgstr "Zeichengr&ouml;&szlig;e"
1186
+
1187
+ #: wpf-admin/options-tabs/styles.php:28 wpf-includes/wpf-phrases.php:481
1188
+ msgid "Post Content"
1189
+ msgstr "Inhalt"
1190
+
1191
+ #: wpf-admin/options-tabs/styles.php:36 wpf-includes/wpf-phrases.php:61
1192
+ msgid "Custom CSS Code"
1193
+ msgstr "Eigener CSS Code"
1194
+
1195
+ #: wpf-admin/options-tabs/styles.php:43
1196
+ msgid "Forum Color Styles"
1197
+ msgstr "Forum Color Styles"
1198
+
1199
+ #: wpf-admin/options.php:8 wpf-includes/wpf-phrases.php:117
1200
+ msgid "Forum Settings"
1201
+ msgstr "Foreneinstellungen"
1202
+
1203
+ #: wpf-admin/options.php:14 wpf-includes/wpf-phrases.php:129
1204
+ msgid "General"
1205
+ msgstr "Allgemein"
1206
+
1207
+ #: wpf-admin/options.php:16 wpf-includes/wpf-phrases.php:105
1208
+ msgid "Forum Accesses"
1209
+ msgstr "Foren-Berechtigungen"
1210
+
1211
+ #: wpf-admin/options.php:17 wpf-includes/wpf-phrases.php:340
1212
+ msgid "Topics &amp; Posts"
1213
+ msgstr "Themen &amp; Beitr&auml;ge"
1214
+
1215
+ #: wpf-admin/options.php:19 wpf-includes/wpf-phrases.php:76
1216
+ msgid "Emails"
1217
+ msgstr "Emails"
1218
+
1219
+ #: wpf-admin/options.php:20 wpf-includes/wpf-phrases.php:96
1220
+ msgid "Features"
1221
+ msgstr "Funktionen"
1222
+
1223
+ #: wpf-admin/options.php:22 wpf-includes/wpf-phrases.php:312
1224
+ msgid "Styles"
1225
+ msgstr "Darstellung"
1226
+
1227
+ #: wpf-admin/phrase.php:10 wpf-includes/wpf-phrases.php:127
1228
+ msgid "Front-end Phrases"
1229
+ msgstr "&Uuml;bersetzungen Front-End"
1230
+
1231
+ #: wpf-admin/themes.php:9 wpf-includes/wpf-phrases.php:120
1232
+ msgid "Forum Themes"
1233
+ msgstr "Forum Themes"
1234
+
1235
+ #: wpf-admin/themes.php:46 wpf-includes/wpf-phrases.php:60
1236
+ msgid "Current active theme"
1237
+ msgstr "Derzeit aktives Theme"
1238
+
1239
+ #: wpf-admin/themes.php:48 wpf-includes/wpf-phrases.php:138
1240
+ msgid "Inactive"
1241
+ msgstr "Inaktiv"
1242
+
1243
+ #: wpf-admin/themes.php:52 wpf-includes/wpf-phrases.php:143
1244
+ msgid "LAYOUTS"
1245
+ msgstr "LAYOUTS"
1246
+
1247
+ #: wpf-admin/themes.php:68 wpf-includes/wpf-phrases.php:17
1248
+ msgid "Activate"
1249
+ msgstr "Aktiviere"
1250
+
1251
+ #: wpf-admin/themes.php:69 wpf-includes/wpf-phrases.php:124
1252
+ msgid "Fresh Installation"
1253
+ msgstr "Frische Installation"
1254
+
1255
+ #: wpf-admin/themes.php:71 wpf-includes/wpf-phrases.php:140
1256
+ msgid "Install"
1257
+ msgstr "Installieren"
1258
+
1259
+ #: wpf-admin/themes.php:73 wpf-includes/wpf-phrases.php:38
1260
+ msgid "Are you sure you want to delete this theme files?"
1261
+ msgstr "Sind Sie sicher, dass Sie diese Theme-Files l&ouml;schen m&ouml;chten?"
1262
+
1263
+ #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:40
1264
+ msgid ""
1265
+ "Are you sure you want to reset all settings and style colors to default?"
1266
+ msgstr ""
1267
+ "Sind Sie sicher, dass Sie alle Einstellungen und Farben auf Default zur&uuml;"
1268
+ "cksetzen m&ouml;chten?"
1269
+
1270
+ #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:269
1271
+ msgid "Reset Settings"
1272
+ msgstr "Reset Einstellungen"
1273
+
1274
+ #: wpf-admin/themes.php:96 wpf-includes/wpf-phrases.php:202
1275
+ msgid "No layout found"
1276
+ msgstr "Kein Layout gefunden"
1277
+
1278
+ #: wpf-admin/themes.php:107 wpf-includes/wpf-phrases.php:207
1279
+ msgid "No theme found"
1280
+ msgstr "Kein Theme gefunden"
1281
+
1282
+ #: wpf-admin/tools-tabs/antispam.php:11
1283
+ msgid ""
1284
+ "is not installed! For an advanced Spam Control please install Akismet "
1285
+ "antispam plugin, it works well with wpForo Spam Control system. Akismet is "
1286
+ "already integrated with wpForo. It'll help to filter posts and protect forum "
1287
+ "against spam attacks."
1288
+ msgstr ""
1289
+
1290
+ #: wpf-admin/tools-tabs/antispam.php:21
1291
+ msgid "Spam Control"
1292
+ msgstr ""
1293
+
1294
+ #: wpf-admin/tools-tabs/antispam.php:22
1295
+ msgid ""
1296
+ "Some useful options to limit just registered users and minimize spam. This "
1297
+ "control don't affect users whose Usergroup has \"Can edit member\" and \"Can "
1298
+ "pass moderation\" permissions."
1299
+ msgstr ""
1300
+
1301
+ #: wpf-admin/tools-tabs/antispam.php:28
1302
+ msgid "Enable wpForo Spam Control"
1303
+ msgstr ""
1304
+
1305
+ #: wpf-admin/tools-tabs/antispam.php:37
1306
+ msgid "Ban user when spam is suspicted"
1307
+ msgstr ""
1308
+
1309
+ #: wpf-admin/tools-tabs/antispam.php:46
1310
+ msgid "Notify via email when new user is banned"
1311
+ msgstr ""
1312
+
1313
+ #: wpf-admin/tools-tabs/antispam.php:55
1314
+ msgid "Spam Suspicion Level for Topics"
1315
+ msgstr ""
1316
+
1317
+ #: wpf-admin/tools-tabs/antispam.php:59
1318
+ msgid "Spam Suspicion Level for Posts"
1319
+ msgstr ""
1320
+
1321
+ #: wpf-admin/tools-tabs/antispam.php:64
1322
+ msgid " is enabled"
1323
+ msgstr ""
1324
+
1325
+ #: wpf-admin/tools-tabs/antispam.php:73
1326
+ msgid "New Registered User"
1327
+ msgstr ""
1328
+
1329
+ #: wpf-admin/tools-tabs/antispam.php:74
1330
+ msgid ""
1331
+ "Some useful options to limit just registered users and minimize spam. These "
1332
+ "options don't affect users whose Usergroup has \"Can edit member\" and \"Can "
1333
+ "pass moderation\" permissions."
1334
+ msgstr ""
1335
+
1336
+ #: wpf-admin/tools-tabs/antispam.php:81
1337
+ msgid "User is New (under hard spam control) during"
1338
+ msgstr ""
1339
+
1340
+ #: wpf-admin/tools-tabs/antispam.php:83
1341
+ msgid "first"
1342
+ msgstr ""
1343
+
1344
+ #: wpf-admin/tools-tabs/antispam.php:83
1345
+ msgid "posts"
1346
+ msgstr ""
1347
+
1348
+ #: wpf-admin/tools-tabs/antispam.php:86
1349
+ msgid "Min number of posts to be able attach files"
1350
+ msgstr ""
1351
+
1352
+ #: wpf-admin/tools-tabs/antispam.php:90
1353
+ msgid "Min number of posts to be able post links"
1354
+ msgstr ""
1355
+
1356
+ #: wpf-admin/tools-tabs/antispam.php:95
1357
+ msgid "Do not allow to attach files with following extensions:"
1358
+ msgstr ""
1359
+
1360
+ #: wpf-admin/tools-tabs/antispam.php:109
1361
+ msgid "Possible Spam Attachments"
1362
+ msgstr ""
1363
+
1364
+ #: wpf-admin/tools-tabs/antispam.php:110
1365
+ msgid ""
1366
+ "This tool is designed to find attachment which have been uploaded by "
1367
+ "spammers. The tool checks most common spammer filenames and suggest to "
1368
+ "delete but you should check one by one and make sure those are spam files "
1369
+ "before deleting."
1370
+ msgstr ""
1371
+
1372
+ #: wpf-admin/tools-tabs/antispam.php:112
1373
+ msgid "Directory"
1374
+ msgstr ""
1375
+
1376
+ #: wpf-admin/tools-tabs/antispam.php:138
1377
+ msgid "Delete this file"
1378
+ msgstr ""
1379
+
1380
+ #: wpf-admin/tools-tabs/antispam.php:138
1381
+ msgid "Are you sure you want to permanently delete this file?"
1382
+ msgstr ""
1383
+
1384
+ #: wpf-admin/tools-tabs/antispam.php:149
1385
+ msgid "Click to delete Blue marked files"
1386
+ msgstr ""
1387
+
1388
+ #: wpf-admin/tools-tabs/antispam.php:150
1389
+ msgid ""
1390
+ "Are you sure you want to delete all BLUE marked files listed here. Please "
1391
+ "download Wordpress /wp-content/uploads/wpforo/ folder to your local computer "
1392
+ "before deleting files, this is not undoable."
1393
+ msgstr ""
1394
+
1395
+ #: wpf-admin/tools-tabs/antispam.php:151 wpf-admin/tools-tabs/antispam.php:157
1396
+ #: wpf-admin/tools-tabs/antispam.php:163 wpf-admin/tools-tabs/antispam.php:169
1397
+ msgid "Delete All"
1398
+ msgstr ""
1399
+
1400
+ #: wpf-admin/tools-tabs/antispam.php:154
1401
+ msgid "Click to delete Orange marked files"
1402
+ msgstr ""
1403
+
1404
+ #: wpf-admin/tools-tabs/antispam.php:156
1405
+ msgid ""
1406
+ "Are you sure you want to delete all ORANGE marked files listed here. Please "
1407
+ "download Wordpress /wp-content/uploads/wpforo/ folder to your local computer "
1408
+ "before deleting files, this is not undoable."
1409
+ msgstr ""
1410
+
1411
+ #: wpf-admin/tools-tabs/antispam.php:160
1412
+ msgid "Click to delete Red marked files"
1413
+ msgstr ""
1414
+
1415
+ #: wpf-admin/tools-tabs/antispam.php:162
1416
+ msgid ""
1417
+ "Are you sure you want to delete all RED marked files listed here. Please "
1418
+ "download Wordpress /wp-content/uploads/wpforo/ folder to your local computer "
1419
+ "before deleting files, this is not undoable."
1420
+ msgstr ""
1421
+
1422
+ #: wpf-admin/tools-tabs/antispam.php:166
1423
+ msgid "Click to delete Dark Red marked files"
1424
+ msgstr ""
1425
+
1426
+ #: wpf-admin/tools-tabs/antispam.php:168
1427
+ msgid ""
1428
+ "Are you sure you want to delete all DARK RED marked files listed here. "
1429
+ "Please download Wordpress /wp-content/uploads/wpforo/ folder to your local "
1430
+ "computer before deleting files, this is not undoable."
1431
+ msgstr ""
1432
+
1433
+ #: wpf-admin/tools-tabs/cleanup.php:12
1434
+ msgid "Delete Inactive Users"
1435
+ msgstr ""
1436
+
1437
+ #: wpf-admin/tools-tabs/cleanup.php:13
1438
+ #, php-format
1439
+ msgid ""
1440
+ "Inactive users are the account owners who have no topics, posts, comments "
1441
+ "and subscriptions for new content. In 99% cases this kind of accounts are "
1442
+ "being registered by Spammers. This tool allows you to only keep active and "
1443
+ "known inactive users."
1444
+ msgstr ""
1445
+
1446
+ #: wpf-admin/tools-tabs/cleanup.php:19
1447
+ msgid "Inactive users who have been registered more than"
1448
+ msgstr ""
1449
+
1450
+ #: wpf-admin/tools-tabs/cleanup.php:20
1451
+ msgid "days ago"
1452
+ msgstr ""
1453
+
1454
+ #: wpf-admin/tools-tabs/cleanup.php:25
1455
+ msgid "Filter by Usergroups"
1456
+ msgstr ""
1457
+
1458
+ #: wpf-admin/tools-tabs/cleanup.php:36
1459
+ msgid "Enable Auto-cleanup of inactive users"
1460
+ msgstr ""
1461
+
1462
+ #: wpf-admin/tools.php:8
1463
+ msgid "Forum Tools"
1464
+ msgstr ""
1465
+
1466
+ #: wpf-admin/tools.php:14
1467
+ msgid "Antispam"
1468
+ msgstr ""
1469
+
1470
+ #: wpf-admin/tools.php:15
1471
+ msgid "Cleanup"
1472
+ msgstr ""
1473
+
1474
+ #: wpf-admin/usergroup.php:18 wpf-admin/usergroup.php:30
1475
+ #: wpf-admin/usergroup.php:62
1476
+ msgid "Usergroup Name"
1477
+ msgstr "Name Benutzergruppe"
1478
+
1479
+ #: wpf-admin/usergroup.php:19
1480
+ msgid "Users Count"
1481
+ msgstr "Anzahl Benutzer"
1482
+
1483
+ #: wpf-admin/usergroup.php:36
1484
+ msgid "Edit this usergroup"
1485
+ msgstr "Benutzergruppe bearbeiten"
1486
+
1487
+ #: wpf-admin/usergroup.php:36 wpf-includes/wpf-phrases.php:73
1488
+ msgid "Edit"
1489
+ msgstr "Bearbeiten"
1490
+
1491
+ #: wpf-admin/usergroup.php:37
1492
+ msgid "Delete this usergroup"
1493
+ msgstr "Benutzergruppe l&ouml;schen"
1494
+
1495
+ #: wpf-admin/usergroup.php:39
1496
+ msgid "View users list in this usergroup"
1497
+ msgstr "Nutzer dieser Benutzergruppe anzeigen"
1498
+
1499
+ #: wpf-admin/usergroup.php:43
1500
+ msgid "Count of users in this usergroup"
1501
+ msgstr "Nutzerzahl in dieser Benutzergruppe"
1502
+
1503
+ #: wpf-admin/usergroup.php:62 wpf-includes/wpf-phrases.php:133
1504
+ msgid "Guest"
1505
+ msgstr "Gast"
1506
+
1507
+ #: wpf-admin/usergroup.php:85 wpf-includes/wpf-phrases.php:375
1508
+ msgid "add"
1509
+ msgstr "hinzuf&uuml;gen"
1510
+
1511
+ #: wpf-admin/usergroup.php:85
1512
+ msgid "save"
1513
+ msgstr "speichern"
1514
+
1515
+ #: wpf-admin/usergroup.php:106
1516
+ msgid "Delete Chosen Usergroup And Users"
1517
+ msgstr "Gew&auml;hlte Benutzergruppe und Benutzer l&ouml;schen"
1518
+
1519
+ #: wpf-admin/usergroup.php:116
1520
+ msgid "Delete Chosen Usergroup And Join Users To Other Usergroup"
1521
+ msgstr ""
1522
+ "Gew&auml;hlte Benutzergruppe l&ouml;schen und Benutzer in andere Gruppe "
1523
+ "einf&uuml;gen"
1524
+
1525
+ #: wpf-admin/usergroup.php:128
1526
+ msgid "Users will be join this usergroup"
1527
+ msgstr "Benutzer werden in diese Gruppe eingef&uuml;gt"
1528
+
1529
+ #: wpf-includes/class-forums.php:601
1530
+ msgid "Add a new SubForum"
1531
+ msgstr "Ein neues Unter-Forum erstellen"
1532
+
1533
+ #: wpf-includes/class-forums.php:601
1534
+ msgid "Add a new Forum in this Category"
1535
+ msgstr "Ein neues Forum in der Kategorie erstellen"
1536
+
1537
+ #: wpf-includes/class-members.php:160
1538
+ msgid "<strong>ERROR</strong>: Please enter a username."
1539
+ msgstr "<strong>FEHLER</strong>: Bitte einen Benutzernamen eintragen."
1540
+
1541
+ #: wpf-includes/class-members.php:164
1542
+ msgid ""
1543
+ "<strong>ERROR</strong>: This username is invalid because it uses illegal "
1544
+ "characters. Please enter a valid username."
1545
+ msgstr ""
1546
+ "<strong>FEHLER</strong>: Dieser Nutzername ist ung&uum;ltig, da er nicht "
1547
+ "erlaubte Zeichen enth&auml;lt. Bitte einen korrekten Nutzernamen angeben."
1548
+
1549
+ #: wpf-includes/class-members.php:173
1550
+ msgid ""
1551
+ "<strong>ERROR</strong>: This username is already registered. Please choose "
1552
+ "another one."
1553
+ msgstr ""
1554
+ "<strong>FEHLER</strong>: Der Nutzername ist bereits registriert. Bitte einen "
1555
+ "anderen Nutzernamen w&auml;hlen."
1556
+
1557
+ #: wpf-includes/class-members.php:177
1558
+ msgid "<strong>ERROR</strong>: Sorry, that username is not allowed."
1559
+ msgstr ""
1560
+ "<strong>FEHLER</strong>: Der gew&auml;hlte Benutzername ist nicht erlaubt."
1561
+
1562
+ #: wpf-includes/class-members.php:181
1563
+ msgid "<strong>ERROR</strong>: Please type your email address."
1564
+ msgstr "<strong>FEHLER</strong>: Bitte geben Sie Ihre E-Mail-Adresse an"
1565
+
1566
+ #: wpf-includes/class-members.php:185
1567
+ msgid "<strong>ERROR</strong>: The email address isn&#8217;t correct."
1568
+ msgstr "<strong>FEHLER</strong>: Die E-Mail-Adresse ist nicht korrekt."
1569
+
1570
+ #: wpf-includes/class-members.php:190
1571
+ msgid ""
1572
+ "<strong>ERROR</strong>: This email is already registered, please choose "
1573
+ "another one."
1574
+ msgstr ""
1575
+ "<strong>FEHLER</strong>: Die E-Mail-Adresse ist bereits registriert. Bitte "
1576
+ "eine andere E-Mail w&auml;hlen."
1577
+
1578
+ #: wpf-includes/class-members.php:1128
1579
+ msgid "What should be done with wpForo content owned by this user?"
1580
+ msgstr ""
1581
+ "Was soll mit wpForo Inhalten geschehen, die diesem Benutzer geh&ouml;ren?"
1582
+
1583
+ #: wpf-includes/class-members.php:1130
1584
+ msgid "What should be done with wpForo content owned by these users?"
1585
+ msgstr ""
1586
+ "Was soll mit wpForo Inhalten geschehen, die diesen Benutzern geh&ouml;ren?"
1587
+
1588
+ #: wpf-includes/class-members.php:1134
1589
+ msgid "Delete all wpForo content."
1590
+ msgstr "Alle wpForo Inhalte löschen."
1591
+
1592
+ #: wpf-includes/class-members.php:1136
1593
+ msgid "Attribute all content to:"
1594
+ msgstr "Alle Inhalte &uuml;bertragen an:"
1595
+
1596
+ #: wpf-includes/class-moderation.php:164
1597
+ #, php-format
1598
+ msgid ""
1599
+ "Probably spam file attachments have been detected by wpForo Spam Control. "
1600
+ "Please moderate suspected files here %s"
1601
+ msgstr ""
1602
+
1603
+ #: wpf-includes/class-notices.php:136 wpf-includes/wpf-phrases.php:69
1604
+ msgid "Dismiss this notice."
1605
+ msgstr "Diese Nachricht ignorieren."
1606
+
1607
+ #: wpf-includes/class-notices.php:152
1608
+ msgid "New Addons for Your Forum!"
1609
+ msgstr ""
1610
+
1611
+ #: wpf-includes/class-notices.php:152
1612
+ msgid "Extend your forum with wpForo addons"
1613
+ msgstr ""
1614
+
1615
+ #: wpf-includes/class-notices.php:165
1616
+ msgid "View all Addons"
1617
+ msgstr ""
1618
+
1619
+ #: wpf-includes/class-permissions.php:129 wpf-includes/wpf-phrases.php:421
1620
+ #, php-format
1621
+ msgid "%s access successfully added"
1622
+ msgstr "%s Berechtigung erfolgreich erstellt"
1623
+
1624
+ #: wpf-includes/class-permissions.php:154 wpf-includes/wpf-phrases.php:422
1625
+ #, php-format
1626
+ msgid "%s access successfully edited"
1627
+ msgstr "%s Berechtigung erfolgreich editiert"
1628
+
1629
+ #: wpf-includes/class-phrases.php:172 wpf-includes/wpf-phrases.php:7
1630
+ msgid " Forum"
1631
+ msgstr " Forum"
1632
+
1633
+ #: wpf-includes/class-phrases.php:173 wpf-includes/wpf-phrases.php:6
1634
+ msgid " Discussion Board"
1635
+ msgstr " Forum"
1636
+
1637
+ #: wpf-includes/class-template.php:32
1638
+ msgid "Insert link"
1639
+ msgstr "Link einf&uuml;gen"
1640
+
1641
+ #: wpf-includes/class-template.php:33
1642
+ msgid "Link Text"
1643
+ msgstr "Link-Text"
1644
+
1645
+ #: wpf-includes/class-template.php:34
1646
+ msgid "Open link in a new tab"
1647
+ msgstr "&Ouml;ffne Link in neuem Tab"
1648
+
1649
+ #: wpf-includes/class-template.php:1085 wpf-includes/wpf-phrases.php:328
1650
+ msgid "Theme file not readable"
1651
+ msgstr "Theme-Datei nicht lesbar"
1652
+
1653
+ #: wpf-includes/functions-installation.php:54 wpf-includes/wpf-phrases.php:101
1654
+ msgid "Forum"
1655
+ msgstr "Forum"
1656
+
1657
+ #: wpf-includes/functions-installation.php:55
1658
+ msgid "Discussion Board"
1659
+ msgstr "Forum"
1660
+
1661
+ #: wpf-includes/functions-installation.php:85
1662
+ msgid "You are not permitted to view this attachment"
1663
+ msgstr "Sie sind nicht berechtigt, diesen Anhang zu &ouml;ffnen"
1664
+
1665
+ #: wpf-includes/functions-installation.php:807
1666
+ msgid "Start Profile Synchronization"
1667
+ msgstr ""
1668
+
1669
+ #: wpf-includes/functions-installation.php:807
1670
+ msgid "Continue Synchronization"
1671
+ msgstr ""
1672
+
1673
+ #: wpf-includes/functions-installation.php:810
1674
+ msgid ""
1675
+ "This process may take a few seconds or dozens of minutes, please be patient "
1676
+ "and don't close this page."
1677
+ msgstr ""
1678
+
1679
+ #: wpf-includes/functions-installation.php:811
1680
+ msgid ""
1681
+ "You can permanently disable this message in Dashboard > Forums > Features "
1682
+ "admin page."
1683
+ msgstr ""
1684
+
1685
+ #: wpf-includes/functions-installation.php:813
1686
+ msgid "wpForo Forum Installation | "
1687
+ msgstr ""
1688
+
1689
+ #: wpf-includes/functions-installation.php:814
1690
+ msgid ""
1691
+ "Forum users' profile data are not synchronized yet, this step is required! "
1692
+ "Please click the button below to complete installation."
1693
+ msgstr ""
1694
+
1695
+ #: wpf-includes/functions-template.php:7
1696
+ msgid "wpForo Menu"
1697
+ msgstr "wpForo Men&uuml;"
1698
+
1699
+ #: wpf-includes/functions-template.php:157 wpf-includes/wpf-phrases.php:411
1700
+ msgid "wpForo Sidebar"
1701
+ msgstr "wpForo Sidebar"
1702
+
1703
+ #: wpf-includes/functions-template.php:158 wpf-includes/wpf-phrases.php:192
1704
+ msgid ""
1705
+ "NOTE: If you're going to add widgets in this sidebar, please use 'Full "
1706
+ "Width' template for wpForo index page to avoid sidebar duplication."
1707
+ msgstr ""
1708
+ "BEACHTE: Wenn Sie Widgets in dieser Sidebar hinzuf&uuml;gen m&ouml;chten, "
1709
+ "benutzen Sie bitte das 'Full Width' Template f&uuml;r die Startseite von "
1710
+ "wpForo, um eine doppelte Sidebar zu vermeiden."
1711
+
1712
+ #: wpf-includes/functions-template.php:197
1713
+ #: wpf-includes/functions-template.php:304
1714
+ #: wpf-includes/functions-template.php:367
1715
+ #: wpf-includes/functions-template.php:442
1716
+ #: wpf-includes/functions-template.php:519
1717
+ #: wpf-includes/functions-template.php:566 wpf-includes/wpf-phrases.php:335
1718
+ msgid "Title"
1719
+ msgstr "Titel"
1720
+
1721
+ #: wpf-includes/functions-template.php:370
1722
+ #: wpf-includes/functions-template.php:445
1723
+ #: wpf-includes/functions-template.php:522 wpf-includes/wpf-phrases.php:211
1724
+ msgid "Number of Items"
1725
+ msgstr "Anzahl Elemente"
1726
+
1727
+ #: wpf-includes/functions-template.php:375 wpf-includes/wpf-phrases.php:70
1728
+ msgid "Display Avatars"
1729
+ msgstr "Avatare anzeigen"
1730
+
1731
+ #: wpf-includes/functions-template.php:449
1732
+ #: wpf-includes/functions-template.php:526 wpf-includes/wpf-phrases.php:72
1733
+ msgid "Display with Avatars"
1734
+ msgstr "Mit Avataren anzeigen"
1735
+
1736
+ #: wpf-includes/functions.php:364
1737
+ msgid "Unapproved"
1738
+ msgstr ""
1739
+
1740
+ #: wpf-includes/functions.php:365
1741
+ msgid "Published"
1742
+ msgstr ""
1743
+
1744
+ #: wpf-includes/functions.php:374 wpf-includes/wpf-phrases.php:594
1745
+ msgid "Active"
1746
+ msgstr "Aktiv"
1747
+
1748
+ #: wpf-includes/functions.php:375
1749
+ msgid "Banned"
1750
+ msgstr ""
1751
+
1752
+ #: wpf-includes/functions.php:388 wpf-includes/functions.php:686
1753
+ #: wpf-includes/wpf-phrases.php:50
1754
+ msgid "Bulk Actions"
1755
+ msgstr "Bulk-Aktionen"
1756
+
1757
+ #: wpf-includes/functions.php:393 wpf-includes/functions.php:772
1758
+ #: wpf-includes/wpf-phrases.php:36
1759
+ msgid "Apply"
1760
+ msgstr "&Uuml;bernehmen"
1761
+
1762
+ #: wpf-includes/functions.php:402 wpf-includes/wpf-phrases.php:301
1763
+ msgid "Show all forums"
1764
+ msgstr "Alle Foren anzeigen"
1765
+
1766
+ #: wpf-includes/functions.php:415 wpf-includes/wpf-phrases.php:351
1767
+ msgid "filter by group"
1768
+ msgstr "Filter nach Gruppe"
1769
+
1770
+ #: wpf-includes/functions.php:427
1771
+ msgid "filter by status"
1772
+ msgstr "Filter nach Status"
1773
+
1774
+ #: wpf-includes/functions.php:443
1775
+ msgid "filter by package"
1776
+ msgstr ""
1777
+
1778
+ #: wpf-includes/functions.php:472
1779
+ msgid "filter by user"
1780
+ msgstr ""
1781
+
1782
+ #: wpf-includes/functions.php:492 wpf-includes/functions.php:694
1783
+ #: wpf-includes/wpf-phrases.php:386
1784
+ msgid "item"
1785
+ msgstr "Element(e)"
1786
+
1787
+ #: wpf-includes/functions.php:525 wpf-includes/functions.php:541
1788
+ #: wpf-includes/wpf-phrases.php:285
1789
+ msgid "Select All"
1790
+ msgstr "Alle ausw&auml;hlen"
1791
+
1792
+ #: wpf-includes/functions.php:530 wpf-includes/functions.php:546
1793
+ msgid "Type"
1794
+ msgstr ""
1795
+
1796
+ #: wpf-includes/functions.php:603 wpf-includes/wpf-phrases.php:384
1797
+ msgid "edit user"
1798
+ msgstr "Benutzer bearbeiten"
1799
+
1800
+ #: wpf-includes/functions.php:607 wpf-includes/wpf-phrases.php:383
1801
+ msgid "edit profile"
1802
+ msgstr "Profil bearbeiten"
1803
+
1804
+ #: wpf-includes/functions.php:612
1805
+ msgid "unban user"
1806
+ msgstr "Benutzer entsperren"
1807
+
1808
+ #: wpf-includes/functions.php:612
1809
+ msgid "ban user"
1810
+ msgstr "Benutzer sperren"
1811
+
1812
+ #: wpf-includes/functions.php:612
1813
+ msgid "Are you sure, you want to unban this user?"
1814
+ msgstr "Sind Sie sicher, dass dieser Benutzer entsperrt werden soll?"
1815
+
1816
+ #: wpf-includes/functions.php:612
1817
+ msgid "Are you sure, you want to ban this user?"
1818
+ msgstr "Sind Sie sicher, dass dieser Benutzer gesperrt werden soll?"
1819
+
1820
+ #: wpf-includes/functions.php:617 wpf-includes/functions.php:627
1821
+ #: wpf-includes/wpf-phrases.php:67
1822
+ msgid "Delete this item"
1823
+ msgstr "Dieses Element l%ouml;schen"
1824
+
1825
+ #: wpf-includes/functions.php:617 wpf-includes/functions.php:627
1826
+ #: wpf-includes/wpf-phrases.php:41
1827
+ msgid "Are you sure you whant to DELETE this item?"
1828
+ msgstr "Sind Sie sicher, dass Sie dieses Element l&ouml;schen m&ouml;chten?"
1829
+
1830
+ #: wpf-includes/functions.php:622
1831
+ msgid "unapprove this item"
1832
+ msgstr ""
1833
+
1834
+ #: wpf-includes/functions.php:622
1835
+ msgid "Approve this item"
1836
+ msgstr ""
1837
+
1838
+ #: wpf-includes/functions.php:622
1839
+ msgid "unapprove"
1840
+ msgstr ""
1841
+
1842
+ #: wpf-includes/functions.php:622
1843
+ msgid "approve"
1844
+ msgstr ""
1845
+
1846
+ #: wpf-includes/functions.php:644 wpf-includes/functions.php:645
1847
+ #: wpf-includes/wpf-phrases.php:405
1848
+ msgid "view"
1849
+ msgstr "anzeigen"
1850
+
1851
+ #: wpf-includes/functions.php:665
1852
+ msgid "Topic"
1853
+ msgstr ""
1854
+
1855
+ #: wpf-includes/functions.php:665
1856
+ msgid "Post"
1857
+ msgstr ""
1858
+
1859
+ #: wpf-includes/functions.php:678 wpf-includes/wpf-phrases.php:201
1860
+ msgid "No items found"
1861
+ msgstr "Keine Elemente gefunden"
1862
+
1863
+ #: wpf-includes/functions.php:771 wpf-includes/wpf-phrases.php:141
1864
+ msgid "Items"
1865
+ msgstr "Elemente"
1866
+
1867
+ #: wpf-includes/functions.php:1065
1868
+ #, php-format
1869
+ msgid "Could not write file %s"
1870
+ msgstr "Konnte Datei nicht schreiben %s"
1871
+
1872
+ #: wpf-includes/wpf-hooks.php:20 wpf-includes/wpf-phrases.php:136
1873
+ msgid ""
1874
+ "IMPORTANT! Uninstall is not a simple deactivation action. This action will "
1875
+ "permanently remove all forum data (forums, topics, replies, attachments...) "
1876
+ "from database. Please backup database before this action, you may need this "
1877
+ "forum data in future. If you are sure that you want to delete all forum data "
1878
+ "please confirm. If not, just cancel it, then you can deactivate this plugin, "
1879
+ "that will not remove forum data."
1880
+ msgstr ""
1881
+ "WICHTIG! Die Deinstallation ist keine einfache Deaktivierung. Diese Aktion "
1882
+ "wird alle Forendaten (Foren, Themen, Antworten, Anh&auml;nge...) dauerhaft "
1883
+ "aus der Datenbank l&ouml;schen. Erstellen Sie bitte ein Datenbank-Backup vor "
1884
+ "dieser Aktion. Wenn Sie sicher sind, dass Sie alle Forendaten l&ouml;schen "
1885
+ "m&ouml;chten, bitte best&auml;tigen. Wenn nicht, brechen Sie einfach ab. "
1886
+ "Danach k&ouml;nnen Sie das Plugin deaktivieren. Das erh&auml;lt die "
1887
+ "Forendaten."
1888
+
1889
+ #: wpf-includes/wpf-hooks.php:20
1890
+ msgid "Uninstall"
1891
+ msgstr "Deinstallieren"
1892
+
1893
+ #: wpf-includes/wpf-hooks.php:1057 wpf-includes/wpf-phrases.php:188
1894
+ msgid "Move"
1895
+ msgstr "Verschieben"
1896
+
1897
+ #: wpf-includes/wpf-hooks.php:1092
1898
+ msgid "Clear"
1899
+ msgstr "Leeren"
1900
+
1901
+ #: wpf-includes/wpf-hooks.php:1092
1902
+ msgid "Default"
1903
+ msgstr "Default"
1904
+
1905
+ #: wpf-includes/wpf-hooks.php:1092
1906
+ msgid "Select Color"
1907
+ msgstr "Farbe ausw&auml;hlen"
1908
+
1909
+ #: wpf-includes/wpf-hooks.php:1115
1910
+ msgid ""
1911
+ "IMPORTANT: wpForo can't work with default permalink, please change permalink "
1912
+ "structure"
1913
+ msgstr ""
1914
+ "WICHTIG: wpForo funktioniert nicht mit den Standard-Permalink Einstellungen. "
1915
+ "Bitte die Permalink-Struktur &auml;ndern."
1916
+
1917
+ #: wpf-includes/wpf-hooks.php:1136 wpf-includes/wpf-phrases.php:413
1918
+ msgid "wpForo Usergroup"
1919
+ msgstr "wpForo Benutzergruppe"
1920
+
1921
+ #: wpf-includes/wpf-hooks.php:1144 wpf-includes/wpf-phrases.php:412
1922
+ msgid "wpForo User Timezone"
1923
+ msgstr "Zeitzone wpForo-Benutzer"
1924
+
1925
+ #: wpf-includes/wpf-hooks.php:1333 wpf-includes/wpf-hooks.php:1422
1926
+ msgid "Please Moderate: "
1927
+ msgstr ""
1928
+
1929
+ #: wpf-includes/wpf-hooks.php:1334
1930
+ msgid ""
1931
+ "This topic is currently unapproved. You can approve topics in Dashboard "
1932
+ "&raquo; Forums &raquo; Moderation admin page."
1933
+ msgstr ""
1934
+
1935
+ #: wpf-includes/wpf-hooks.php:1423
1936
+ msgid ""
1937
+ "This post is currently unapproved. You can approve posts in Dashboard "
1938
+ "&raquo; Forums &raquo; Moderation admin page."
1939
+ msgstr ""
1940
+
1941
+ #: wpf-includes/wpf-hooks.php:1600 wpf-includes/wpf-hooks.php:1646
1942
+ msgid "New Forum"
1943
+ msgstr ""
1944
+
1945
+ #: wpf-includes/wpf-hooks.php:1608
1946
+ msgid "New User Group"
1947
+ msgstr ""
1948
+
1949
+ #: wpf-includes/wpf-hooks.php:1616 wpf-includes/wpf-hooks.php:1714
1950
+ msgid "New Phrase"
1951
+ msgstr ""
1952
+
1953
+ #: wpf-includes/wpf-hooks.php:1631
1954
+ msgid "Community"
1955
+ msgstr ""
1956
+
1957
+ #: wpf-includes/wpf-hooks.php:1698
1958
+ msgid "New UserGroup"
1959
+ msgstr ""
1960
+
1961
+ #: wpf-includes/wpf-phrases.php:8
1962
+ #, php-format
1963
+ msgid "%s and %s liked"
1964
+ msgstr "%s und %s m&ouml;gen"
1965
+
1966
+ #: wpf-includes/wpf-phrases.php:9
1967
+ #, php-format
1968
+ msgid "%s liked"
1969
+ msgstr "%s m&ouml;gen"
1970
+
1971
+ #: wpf-includes/wpf-phrases.php:10
1972
+ #, php-format
1973
+ msgid "%s, %s and %s liked"
1974
+ msgstr "%s, %s und %s m&ouml;gen"
1975
+
1976
+ #: wpf-includes/wpf-phrases.php:11
1977
+ #, php-format
1978
+ msgid "%s, %s, %s and %d people liked"
1979
+ msgstr "%s, %s, %s und %d weitere m&ouml;gen"
1980
+
1981
+ #: wpf-includes/wpf-phrases.php:12
1982
+ msgid "AOL IM"
1983
+ msgstr "AOL IM"
1984
+
1985
+ #: wpf-includes/wpf-phrases.php:13
1986
+ msgid "About Me"
1987
+ msgstr "&Uuml;ber mich"
1988
+
1989
+ #: wpf-includes/wpf-phrases.php:16
1990
+ msgid "Account"
1991
+ msgstr "Benutzerkonto"
1992
+
1993
+ #: wpf-includes/wpf-phrases.php:19
1994
+ msgid "Activity"
1995
+ msgstr "Aktivit&auml;t"
1996
+
1997
+ #: wpf-includes/wpf-phrases.php:23
1998
+ msgid "Add a comment"
1999
+ msgstr "Neuer Kommentar"
2000
+
2001
+ #: wpf-includes/wpf-phrases.php:24
2002
+ msgid "Add topic"
2003
+ msgstr "Neues Thema"
2004
+
2005
+ #: wpf-includes/wpf-phrases.php:32
2006
+ msgid "Answer"
2007
+ msgstr "Antwort"
2008
+
2009
+ #: wpf-includes/wpf-phrases.php:33
2010
+ msgid "Answer to"
2011
+ msgstr "Antwort auf"
2012
+
2013
+ #: wpf-includes/wpf-phrases.php:34
2014
+ msgid "Answers"
2015
+ msgstr "Antworten"
2016
+
2017
+ #: wpf-includes/wpf-phrases.php:35
2018
+ msgid "Any Date"
2019
+ msgstr "Jedes Datum"
2020
+
2021
+ #: wpf-includes/wpf-phrases.php:42
2022
+ msgid "Ascending order"
2023
+ msgstr "Aufsteigende Reihenfolge"
2024
+
2025
+ #: wpf-includes/wpf-phrases.php:43
2026
+ msgid "Attach file:"
2027
+ msgstr "Datei anh&auml;ngen:"
2028
+
2029
+ #: wpf-includes/wpf-phrases.php:44
2030
+ msgid "Attachments"
2031
+ msgstr "Anh&auml;nge"
2032
+
2033
+ #: wpf-includes/wpf-phrases.php:45
2034
+ msgid "Attachments Size"
2035
+ msgstr "Anhanggr&ouml;&szlig;e"
2036
+
2037
+ #: wpf-includes/wpf-phrases.php:47
2038
+ msgid "Avatar"
2039
+ msgstr "Avatar"
2040
+
2041
+ #: wpf-includes/wpf-phrases.php:53
2042
+ msgid "Change password"
2043
+ msgstr "Passwort &auml;ndern"
2044
+
2045
+ #: wpf-includes/wpf-phrases.php:54
2046
+ msgid "Choose target forum"
2047
+ msgstr "W&auml;hle Zielforum"
2048
+
2049
+ #: wpf-includes/wpf-phrases.php:55 wpf-themes/classic/functions.php:44
2050
+ #: wpf-themes/classic/functions.php:65 wpf-themes/classic/functions.php:94
2051
+ msgid "Collapsed"
2052
+ msgstr "Eingeklappt"
2053
+
2054
+ #: wpf-includes/wpf-phrases.php:58
2055
+ msgid "Comments"
2056
+ msgstr "Kommentare"
2057
+
2058
+ #: wpf-includes/wpf-phrases.php:59
2059
+ msgid "Confirm my subscription"
2060
+ msgstr "Best&auml;tige mein Abo"
2061
+
2062
+ #: wpf-includes/wpf-phrases.php:65
2063
+ msgid "Date"
2064
+ msgstr "Datum"
2065
+
2066
+ #: wpf-includes/wpf-phrases.php:68
2067
+ msgid "Descending order"
2068
+ msgstr "Absteigende Reihenfolge"
2069
+
2070
+ #: wpf-includes/wpf-phrases.php:71
2071
+ msgid "Display Name"
2072
+ msgstr "Anzeigename"
2073
+
2074
+ #: wpf-includes/wpf-phrases.php:74
2075
+ msgid "Edited: "
2076
+ msgstr "Bearbeitet:"
2077
+
2078
+ #: wpf-includes/wpf-phrases.php:75
2079
+ msgid "Email"
2080
+ msgstr "Email"
2081
+
2082
+ #: wpf-includes/wpf-phrases.php:88
2083
+ msgid "Enter title here"
2084
+ msgstr "Titel eingeben"
2085
+
2086
+ #: wpf-includes/wpf-phrases.php:89 wpf-themes/classic/functions.php:43
2087
+ #: wpf-themes/classic/functions.php:64 wpf-themes/classic/functions.php:93
2088
+ msgid "Expanded"
2089
+ msgstr "Erweitert"
2090
+
2091
+ #: wpf-includes/wpf-phrases.php:90 wpf-themes/classic/functions.php:90
2092
+ msgid "Extended Layout - Intro posts"
2093
+ msgstr "Erweitertes Layout - Intro-Beitr&auml;ge"
2094
+
2095
+ #: wpf-includes/wpf-phrases.php:91 wpf-themes/classic/functions.php:40
2096
+ msgid "Extended Layout - Intro topics"
2097
+ msgstr "Erweitertes Layout - Intro-Themen"
2098
+
2099
+ #: wpf-includes/wpf-phrases.php:92 wpf-themes/classic/functions.php:100
2100
+ msgid "Extended Layout - Number of intro posts"
2101
+ msgstr "Erweitertes Layout - Anzahl Intro-Beitr&auml;ge"
2102
+
2103
+ #: wpf-includes/wpf-phrases.php:93 wpf-themes/classic/functions.php:49
2104
+ msgid "Extended Layout - Number of intro topics"
2105
+ msgstr "Erweitertes Layout - Anzahl Intro-Themen"
2106
+
2107
+ #: wpf-includes/wpf-phrases.php:94
2108
+ msgid "Facebook"
2109
+ msgstr "Facebook"
2110
+
2111
+ #: wpf-includes/wpf-phrases.php:95
2112
+ msgid "Failed to write file to disk"
2113
+ msgstr "Fehler beim Schreiben der Datei zur Disk"
2114
+
2115
+ #: wpf-includes/wpf-phrases.php:97
2116
+ msgid "File upload stopped by extension"
2117
+ msgstr "Datei-Upload wegen Dateierweiterung gestoppt"
2118
+
2119
+ #: wpf-includes/wpf-phrases.php:98
2120
+ msgid "Find Posts by User"
2121
+ msgstr "Finde Beitr&auml;ge nach Benutzer"
2122
+
2123
+ #: wpf-includes/wpf-phrases.php:99
2124
+ msgid "Find Topics Started by User"
2125
+ msgstr "Finde Themen er&ouml;ffnet von Benutzer"
2126
+
2127
+ #: wpf-includes/wpf-phrases.php:100
2128
+ msgid "First post and replies"
2129
+ msgstr "Erster Beitrag und Antworten"
2130
+
2131
+ #: wpf-includes/wpf-phrases.php:102
2132
+ msgid "Forum - Login"
2133
+ msgstr "Forum - Login"
2134
+
2135
+ #: wpf-includes/wpf-phrases.php:103
2136
+ msgid "Forum - Page Not Found"
2137
+ msgstr "Forum - Seite nicht gefunden"
2138
+
2139
+ #: wpf-includes/wpf-phrases.php:104
2140
+ msgid "Forum - Registration"
2141
+ msgstr "Forum - Registrierung"
2142
+
2143
+ #: wpf-includes/wpf-phrases.php:106
2144
+ msgid "Forum Admin Email Addresses"
2145
+ msgstr "Emailadresse Foren-Admin"
2146
+
2147
+ #: wpf-includes/wpf-phrases.php:109
2148
+ msgid "Forum Home"
2149
+ msgstr "Startseite"
2150
+
2151
+ #: wpf-includes/wpf-phrases.php:111
2152
+ msgid "Forum Members"
2153
+ msgstr "Forenmitglieder"
2154
+
2155
+ #: wpf-includes/wpf-phrases.php:114
2156
+ msgid "Forum Profile"
2157
+ msgstr "Forenprofil"
2158
+
2159
+ #: wpf-includes/wpf-phrases.php:115
2160
+ msgid "Forum RSS Feed"
2161
+ msgstr "Foren RSS Feed"
2162
+
2163
+ #: wpf-includes/wpf-phrases.php:119
2164
+ msgid "Forum Statistics"
2165
+ msgstr "Forenstatistik"
2166
+
2167
+ #: wpf-includes/wpf-phrases.php:122
2168
+ msgid "Forum is empty"
2169
+ msgstr "Forum ist leer"
2170
+
2171
+ #: wpf-includes/wpf-phrases.php:125
2172
+ msgid "From Email Address"
2173
+ msgstr "Von Emailadresse"
2174
+
2175
+ #: wpf-includes/wpf-phrases.php:126
2176
+ msgid "From Name"
2177
+ msgstr "Von Name"
2178
+
2179
+ #: wpf-includes/wpf-phrases.php:131
2180
+ msgid "Group"
2181
+ msgstr "Gruppe"
2182
+
2183
+ #: wpf-includes/wpf-phrases.php:132
2184
+ msgid "Google+"
2185
+ msgstr ""
2186
+
2187
+ #: wpf-includes/wpf-phrases.php:135
2188
+ msgid "ICQ"
2189
+ msgstr "ICQ"
2190
+
2191
+ #: wpf-includes/wpf-phrases.php:139
2192
+ msgid "Insert member name or email"
2193
+ msgstr "Gebe Name oder Email ein"
2194
+
2195
+ #: wpf-includes/wpf-phrases.php:142
2196
+ msgid "Joined"
2197
+ msgstr "Beigetreten"
2198
+
2199
+ #: wpf-includes/wpf-phrases.php:145
2200
+ msgid "Last 24 hours"
2201
+ msgstr "Letzte 24 Stunden"
2202
+
2203
+ #: wpf-includes/wpf-phrases.php:146
2204
+ msgid "Last 3 Months"
2205
+ msgstr "Letzte 3 Monate"
2206
+
2207
+ #: wpf-includes/wpf-phrases.php:147
2208
+ msgid "Last 6 Months"
2209
+ msgstr "Letzte 6 Monate"
2210
+
2211
+ #: wpf-includes/wpf-phrases.php:148
2212
+ msgid "Last Active"
2213
+ msgstr "Zuletzt aktiv"
2214
+
2215
+ #: wpf-includes/wpf-phrases.php:149
2216
+ msgid "Last Month"
2217
+ msgstr "Letzter Monat"
2218
+
2219
+ #: wpf-includes/wpf-phrases.php:150
2220
+ msgid "Last Post"
2221
+ msgstr "Letzter Beitrag"
2222
+
2223
+ #: wpf-includes/wpf-phrases.php:151
2224
+ msgid "Last Post Info"
2225
+ msgstr "Info letzter Beitrag"
2226
+
2227
+ #: wpf-includes/wpf-phrases.php:152
2228
+ msgid "Last Week"
2229
+ msgstr "Letzte Woche"
2230
+
2231
+ #: wpf-includes/wpf-phrases.php:153
2232
+ msgid "Last Year ago"
2233
+ msgstr "Letztes Jahr"
2234
+
2235
+ #: wpf-includes/wpf-phrases.php:154
2236
+ #, php-format
2237
+ msgid "Last post by %s"
2238
+ msgstr "Letzter Beitrag von %s"
2239
+
2240
+ #: wpf-includes/wpf-phrases.php:155
2241
+ msgid "Latest Post"
2242
+ msgstr "Letzter Beitrag"
2243
+
2244
+ #: wpf-includes/wpf-phrases.php:156
2245
+ msgid "Leave a reply"
2246
+ msgstr "Hinterlasse Antwort"
2247
+
2248
+ #: wpf-includes/wpf-phrases.php:157
2249
+ msgid "Length must be between 3 characters and 30 characters."
2250
+ msgstr ""
2251
+
2252
+ #: wpf-includes/wpf-phrases.php:159
2253
+ msgid "Liked"
2254
+ msgstr "Zugestimmt"
2255
+
2256
+ #: wpf-includes/wpf-phrases.php:160
2257
+ msgid "Location"
2258
+ msgstr "Ort"
2259
+
2260
+ #: wpf-includes/wpf-phrases.php:161
2261
+ msgid "Login"
2262
+ msgstr "Anmelden"
2263
+
2264
+ #: wpf-includes/wpf-phrases.php:163
2265
+ msgid "Logout"
2266
+ msgstr "Abmelden"
2267
+
2268
+ #: wpf-includes/wpf-phrases.php:165
2269
+ msgid "Lost your password?"
2270
+ msgstr "Passwort vergessen?"
2271
+
2272
+ #: wpf-includes/wpf-phrases.php:167
2273
+ msgid "MSN"
2274
+ msgstr "MSN"
2275
+
2276
+ #: wpf-includes/wpf-phrases.php:168
2277
+ msgid "Maximum allowed file size is"
2278
+ msgstr "Maximal erlaubte Dateigr&ouml;&szlig;e"
2279
+
2280
+ #: wpf-includes/wpf-phrases.php:170
2281
+ msgid "Member Activity"
2282
+ msgstr "Mitgliedsaktivit&auml;t"
2283
+
2284
+ #: wpf-includes/wpf-phrases.php:171
2285
+ msgid "Member Information"
2286
+ msgstr "Mitgliedsinformation"
2287
+
2288
+ #: wpf-includes/wpf-phrases.php:172
2289
+ msgid "Member Rating"
2290
+ msgstr "Mitgliedsrang"
2291
+
2292
+ #: wpf-includes/wpf-phrases.php:173
2293
+ msgid "Member Rating Badge"
2294
+ msgstr "Mitglieds-Rangabzeichen"
2295
+
2296
+ #: wpf-includes/wpf-phrases.php:174
2297
+ msgid "Member Reputation"
2298
+ msgstr "Mitgliedsruf"
2299
+
2300
+ #: wpf-includes/wpf-phrases.php:177
2301
+ msgid "Member information"
2302
+ msgstr "Mitgliedsinformation"
2303
+
2304
+ #: wpf-includes/wpf-phrases.php:181
2305
+ msgid "Members not found"
2306
+ msgstr "Keine Mitglieder gefunden"
2307
+
2308
+ #: wpf-includes/wpf-phrases.php:182
2309
+ msgid ""
2310
+ "You have been banned. Please contact to forum administrators for more "
2311
+ "information."
2312
+ msgstr ""
2313
+ "Sie wurden gesperrt. Bitte kontaktieren Sie den Forum Administrator f&uuml;r "
2314
+ "weitere Informationen."
2315
+
2316
+ #: wpf-includes/wpf-phrases.php:183
2317
+ msgid "Messages"
2318
+ msgstr "Nachrichten"
2319
+
2320
+ #: wpf-includes/wpf-phrases.php:186
2321
+ msgid "Missing a temporary folder"
2322
+ msgstr "Tempor&auml;rer Ordner nicht gefunden"
2323
+
2324
+ #: wpf-includes/wpf-phrases.php:189
2325
+ msgid "Move topic"
2326
+ msgstr "Verschiebe Thema"
2327
+
2328
+ #: wpf-includes/wpf-phrases.php:190
2329
+ msgid "Must be minimum 6 characters."
2330
+ msgstr "Mindestens 6 Zeichen erforderlich."
2331
+
2332
+ #: wpf-includes/wpf-phrases.php:191
2333
+ msgid "My Profile"
2334
+ msgstr "Mein Profil"
2335
+
2336
+ #: wpf-includes/wpf-phrases.php:198
2337
+ msgid "No activity found for this member."
2338
+ msgstr "Keine Aktivit&auml;t dieses Mitglieds gefunden."
2339
+
2340
+ #: wpf-includes/wpf-phrases.php:199
2341
+ msgid "No file was uploaded"
2342
+ msgstr "Datei wurde nicht hochgeladen"
2343
+
2344
+ #: wpf-includes/wpf-phrases.php:200
2345
+ msgid "No forums were found here."
2346
+ msgstr "Keine Foren gefunden."
2347
+
2348
+ #: wpf-includes/wpf-phrases.php:204
2349
+ msgid "No online members at the moment"
2350
+ msgstr "Keine Mitglieder online"
2351
+
2352
+ #: wpf-includes/wpf-phrases.php:206
2353
+ msgid "No subscriptions found for this member."
2354
+ msgstr "Keine Abonnements dieses Mitglieds gefunden."
2355
+
2356
+ #: wpf-includes/wpf-phrases.php:208
2357
+ msgid "No topics were found here"
2358
+ msgstr "Keine Themen gefunden"
2359
+
2360
+ #: wpf-includes/wpf-phrases.php:215
2361
+ msgid "Occupation"
2362
+ msgstr "Beruf"
2363
+
2364
+ #: wpf-includes/wpf-phrases.php:216
2365
+ msgid "Offline"
2366
+ msgstr "Offline"
2367
+
2368
+ #: wpf-includes/wpf-phrases.php:217
2369
+ msgid "Online"
2370
+ msgstr "Online"
2371
+
2372
+ #: wpf-includes/wpf-phrases.php:219
2373
+ msgid "Oops! The page you requested was not found!"
2374
+ msgstr "Oops! Die aufgerufene Seite wurde nicht gefunden!"
2375
+
2376
+ #: wpf-includes/wpf-phrases.php:220
2377
+ msgid "Our newest member"
2378
+ msgstr "Neustes Mitglied"
2379
+
2380
+ #: wpf-includes/wpf-phrases.php:221
2381
+ msgid "Page"
2382
+ msgstr "Seite"
2383
+
2384
+ #: wpf-includes/wpf-phrases.php:223
2385
+ msgid "Password"
2386
+ msgstr "Passwort"
2387
+
2388
+ #: wpf-includes/wpf-phrases.php:225
2389
+ #, php-format
2390
+ msgid "Please %s or %s"
2391
+ msgstr "Bitte %s oder %s"
2392
+
2393
+ #: wpf-includes/wpf-phrases.php:229
2394
+ msgid "Post Title"
2395
+ msgstr "Beitragstitel"
2396
+
2397
+ #: wpf-includes/wpf-phrases.php:230
2398
+ msgid "Post link"
2399
+ msgstr "Beitrags-Link"
2400
+
2401
+ #: wpf-includes/wpf-phrases.php:231
2402
+ msgid "Posted"
2403
+ msgstr "Ver&ouml;ffentlicht"
2404
+
2405
+ #: wpf-includes/wpf-phrases.php:232
2406
+ msgid "Posted by"
2407
+ msgstr "Ver&ouml;ffentlicht von"
2408
+
2409
+ #: wpf-includes/wpf-phrases.php:234
2410
+ msgid "Powered by"
2411
+ msgstr "Powered by"
2412
+
2413
+ #: wpf-includes/wpf-phrases.php:236 wpf-themes/classic/functions.php:70
2414
+ msgid "Q&A Layout - Number of intro topics"
2415
+ msgstr "Q&A Layout - Anzahl der Intro-Themen"
2416
+
2417
+ #: wpf-includes/wpf-phrases.php:237 wpf-themes/classic/functions.php:61
2418
+ msgid "Q&A layout - Intro topics"
2419
+ msgstr "Q&A Layout - Intro-Themen"
2420
+
2421
+ #: wpf-includes/wpf-phrases.php:238
2422
+ msgid "Question Comments"
2423
+ msgstr "Fragekommentare"
2424
+
2425
+ #: wpf-includes/wpf-phrases.php:239
2426
+ msgid "Questions"
2427
+ msgstr "Fragen"
2428
+
2429
+ #: wpf-includes/wpf-phrases.php:240
2430
+ msgid "Quote"
2431
+ msgstr "Zitat"
2432
+
2433
+ #: wpf-includes/wpf-phrases.php:241
2434
+ msgid "RE"
2435
+ msgstr "RE"
2436
+
2437
+ #: wpf-includes/wpf-phrases.php:242
2438
+ msgid "REPLY:"
2439
+ msgstr "Antwort:"
2440
+
2441
+ #: wpf-includes/wpf-phrases.php:243
2442
+ msgid "RSS"
2443
+ msgstr "RSS"
2444
+
2445
+ #: wpf-includes/wpf-phrases.php:244
2446
+ msgid "Rating"
2447
+ msgstr "Rang"
2448
+
2449
+ #: wpf-includes/wpf-phrases.php:245
2450
+ msgid "Rating Badge"
2451
+ msgstr "Rangabzeichen"
2452
+
2453
+ #: wpf-includes/wpf-phrases.php:249
2454
+ msgid "Received Likes"
2455
+ msgstr "Zustimmungen"
2456
+
2457
+ #: wpf-includes/wpf-phrases.php:250
2458
+ msgid "Recent Questions"
2459
+ msgstr "Aktuelle Fragen"
2460
+
2461
+ #: wpf-includes/wpf-phrases.php:251
2462
+ msgid "Recent Topics"
2463
+ msgstr "Aktuelle Themen"
2464
+
2465
+ #: wpf-includes/wpf-phrases.php:252
2466
+ msgid "Register"
2467
+ msgstr "Registrieren"
2468
+
2469
+ #: wpf-includes/wpf-phrases.php:254
2470
+ msgid "Registered date"
2471
+ msgstr "Registrierdatum"
2472
+
2473
+ #: wpf-includes/wpf-phrases.php:255
2474
+ msgid "Relevancy"
2475
+ msgstr "Relevanz"
2476
+
2477
+ #: wpf-includes/wpf-phrases.php:256
2478
+ msgid "Remember Me"
2479
+ msgstr "Merke mich"
2480
+
2481
+ #: wpf-includes/wpf-phrases.php:262
2482
+ msgid "Replies"
2483
+ msgstr "Antworten"
2484
+
2485
+ #: wpf-includes/wpf-phrases.php:263
2486
+ msgid "Replies not found"
2487
+ msgstr "Keine Antworten gefunden"
2488
+
2489
+ #: wpf-includes/wpf-phrases.php:264
2490
+ msgid "Reply"
2491
+ msgstr "Antwort"
2492
+
2493
+ #: wpf-includes/wpf-phrases.php:265
2494
+ msgid "Report"
2495
+ msgstr "Melden"
2496
+
2497
+ #: wpf-includes/wpf-phrases.php:268
2498
+ msgid "Report to Administration"
2499
+ msgstr "Melden an Adminstration"
2500
+
2501
+ #: wpf-includes/wpf-phrases.php:270
2502
+ msgid "Result Info"
2503
+ msgstr "Suchergebnis"
2504
+
2505
+ #: wpf-includes/wpf-phrases.php:272
2506
+ msgid "Save Changes"
2507
+ msgstr "&Auml;nderungen speichern"
2508
+
2509
+ #: wpf-includes/wpf-phrases.php:276
2510
+ msgid "Search"
2511
+ msgstr "Suchen"
2512
+
2513
+ #: wpf-includes/wpf-phrases.php:277
2514
+ msgid "Search Entire Posts"
2515
+ msgstr "Suche in allen Beitr&auml;gen"
2516
+
2517
+ #: wpf-includes/wpf-phrases.php:278
2518
+ msgid "Search Phrase"
2519
+ msgstr "Suche &Uuml;bersetzung"
2520
+
2521
+ #: wpf-includes/wpf-phrases.php:279
2522
+ msgid "Search Titles Only"
2523
+ msgstr "Suche nur in Titeln"
2524
+
2525
+ #: wpf-includes/wpf-phrases.php:280
2526
+ msgid "Search Type"
2527
+ msgstr "Suchtyp"
2528
+
2529
+ #: wpf-includes/wpf-phrases.php:281
2530
+ msgid "Search in Forums"
2531
+ msgstr "Suche in Foren"
2532
+
2533
+ #: wpf-includes/wpf-phrases.php:282
2534
+ msgid "Search in date period"
2535
+ msgstr "Suche in Zeitperiode"
2536
+
2537
+ #: wpf-includes/wpf-phrases.php:283
2538
+ msgid "Search result for"
2539
+ msgstr "Suche nach"
2540
+
2541
+ #: wpf-includes/wpf-phrases.php:284
2542
+ msgid "Search..."
2543
+ msgstr "Suchen..."
2544
+
2545
+ #: wpf-includes/wpf-phrases.php:286
2546
+ msgid "Select Page"
2547
+ msgstr "Seite ausw&auml;hlen"
2548
+
2549
+ #: wpf-includes/wpf-phrases.php:287
2550
+ msgid "Send Report"
2551
+ msgstr "Meldung senden"
2552
+
2553
+ #: wpf-includes/wpf-phrases.php:291
2554
+ msgid "Set Topic Sticky"
2555
+ msgstr "Thema anpinnen"
2556
+
2557
+ #: wpf-includes/wpf-phrases.php:292 wpf-themes/classic/functions.php:101
2558
+ msgid ""
2559
+ "Set this option value 0 if you want to show all posts under topic intro area."
2560
+ msgstr ""
2561
+ "Setze diese Einstellung auf 0 um alle Beitr&auml;ge im Themen-Intro-Bereich "
2562
+ "anzuzeigen."
2563
+
2564
+ #: wpf-includes/wpf-phrases.php:293
2565
+ msgid "Shop Account"
2566
+ msgstr "Shop Account"
2567
+
2568
+ #: wpf-includes/wpf-phrases.php:303
2569
+ msgid "Sign In"
2570
+ msgstr "Anmelden"
2571
+
2572
+ #: wpf-includes/wpf-phrases.php:304
2573
+ msgid "Signature"
2574
+ msgstr "Signatur"
2575
+
2576
+ #: wpf-includes/wpf-phrases.php:305
2577
+ msgid "Site Profile"
2578
+ msgstr "Seiten-Profil"
2579
+
2580
+ #: wpf-includes/wpf-phrases.php:306
2581
+ msgid "Skype"
2582
+ msgstr "Skype"
2583
+
2584
+ #: wpf-includes/wpf-phrases.php:308
2585
+ msgid "Social Networks"
2586
+ msgstr "Soziale Netzwerke"
2587
+
2588
+ #: wpf-includes/wpf-phrases.php:309
2589
+ msgid "Sorry, something wrong with your data."
2590
+ msgstr "Entschuldigung, irgendetwas stimmt nicht mit Ihren Daten."
2591
+
2592
+ #: wpf-includes/wpf-phrases.php:310
2593
+ msgid "Sort Search Results by"
2594
+ msgstr "Sortiere Suchergebnisse nach"
2595
+
2596
+ #: wpf-includes/wpf-phrases.php:311
2597
+ msgid "Specify avatar by URL"
2598
+ msgstr "Avatar &uuml;ber URL festlegen"
2599
+
2600
+ #: wpf-includes/wpf-phrases.php:313
2601
+ msgid "Subforums"
2602
+ msgstr "Unterforen"
2603
+
2604
+ #: wpf-includes/wpf-phrases.php:316
2605
+ msgid "Subscribe for new replies"
2606
+ msgstr "Neue Antworten abonieren"
2607
+
2608
+ #: wpf-includes/wpf-phrases.php:317
2609
+ msgid "Subscribe for new topics"
2610
+ msgstr "Neue Themen abonieren"
2611
+
2612
+ #: wpf-includes/wpf-phrases.php:319
2613
+ msgid "Subscriptions"
2614
+ msgstr "Abonements"
2615
+
2616
+ #: wpf-includes/wpf-phrases.php:321
2617
+ msgid ""
2618
+ "Thank you for using wpForo! wpForo is a professional bulletin board for "
2619
+ "WorPress, and the only forum software which comes with Multi-layout template "
2620
+ "system. The \"Extended"
2621
+ msgstr ""
2622
+ "Vielen Dank f&uuml;r die Benutzung von wpForo! wpForo ist ein "
2623
+ "professionelles Bulletin Board f&uuml;r WordPress und die einzige Foren-"
2624
+ "Software mit einem Multi-Layout-System."
2625
+
2626
+ #: wpf-includes/wpf-phrases.php:322
2627
+ msgid ""
2628
+ "Thank you for using wpForo. wpForo is a premium forum plugin which will "
2629
+ "always be available for free. There will never be paid and pro versions of "
2630
+ "this forum board. However this is a very large and hard project so we also "
2631
+ "develop paid addons (extensions), which will financially help us to keep "
2632
+ "improving and adding new features to the free wpForo plugin. Forum addons "
2633
+ "will also be actively developed. The first addons \"Advanced Media Uploader"
2634
+ msgstr ""
2635
+ "Vielen Dank f&uuml;r die Nutzung von wpForo. wpForo ist ein Premium-Foren-"
2636
+ "Plugin, das immer frei verf&uuml;gbar sein wird. Es wird keine Bezahl- oder "
2637
+ "Pro-Versionen dieses Forenboards geben. Jedoch ist es ein sehr langes und "
2638
+ "aufwendiges Projekt, weshalb wir zahlungspflichtige Erweiterungen "
2639
+ "entwickeln, was uns hilft wpForo zu verbessern und neue Funktionen zum "
2640
+ "wpForo-Plugin hinzuzuf&uuml;gen. Forenerweiterungen werden auch aktiv "
2641
+ "entwickelt. Die ersten Erweiterungen \"Advanced Media Uploader\", \"Polls\", "
2642
+ "\"Private Messages\" und \"Ad Manager\" werden bald verf&uuml;gbar sein."
2643
+
2644
+ #: wpf-includes/wpf-phrases.php:325
2645
+ msgid ""
2646
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
2647
+ "the HTML form"
2648
+ msgstr ""
2649
+ "Die hochzuladende Datei &uuml;berschreitet die Einstellung MAX_FILE_SIZE, "
2650
+ "die definiert wurde."
2651
+
2652
+ #: wpf-includes/wpf-phrases.php:326
2653
+ msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini"
2654
+ msgstr ""
2655
+ "Die hochzuladende Datei &uuml;berschreitet die Einstellung "
2656
+ "upload_max_filesize der php.ini"
2657
+
2658
+ #: wpf-includes/wpf-phrases.php:327
2659
+ msgid "The uploaded file was only partially uploaded"
2660
+ msgstr "Die hochzuladende Datei wurde nur teilweise hochgeladen"
2661
+
2662
+ #: wpf-includes/wpf-phrases.php:334
2663
+ msgid "Timezone"
2664
+ msgstr "Zeitzone"
2665
+
2666
+ #: wpf-includes/wpf-phrases.php:336
2667
+ msgid "Topic RSS Feed"
2668
+ msgstr "Themen-RSS-Feed"
2669
+
2670
+ #: wpf-includes/wpf-phrases.php:337
2671
+ msgid "Topic Title"
2672
+ msgstr "Thementitel"
2673
+
2674
+ #: wpf-includes/wpf-phrases.php:338
2675
+ msgid "Topic title"
2676
+ msgstr "Thementitel"
2677
+
2678
+ #: wpf-includes/wpf-phrases.php:341
2679
+ msgid "Twitter"
2680
+ msgstr "Twitter"
2681
+
2682
+ #: wpf-includes/wpf-phrases.php:342
2683
+ msgid "Unknown upload error"
2684
+ msgstr "Unbekannter Upload-Fehler"
2685
+
2686
+ #: wpf-includes/wpf-phrases.php:343
2687
+ msgid "Unsubscribe"
2688
+ msgstr "Abonnement entfernen"
2689
+
2690
+ #: wpf-includes/wpf-phrases.php:346
2691
+ msgid "Upload an avatar"
2692
+ msgstr "Avatar hochladen"
2693
+
2694
+ #: wpf-includes/wpf-phrases.php:348
2695
+ msgid ""
2696
+ "Use comments to ask for more information or suggest improvements. Avoid "
2697
+ "answering questions in comments."
2698
+ msgstr ""
2699
+ "Benutze Kommentare um nach mehr Informationen zu fragen oder um "
2700
+ "Verbesserungen vorzuschlagen. Vermeide es Fragen in Kommentaren zu "
2701
+ "beantworten."
2702
+
2703
+ #: wpf-includes/wpf-phrases.php:350
2704
+ msgid "User"
2705
+ msgstr "Benutzer"
2706
+
2707
+ #: wpf-includes/wpf-phrases.php:352
2708
+ msgid "User Group"
2709
+ msgstr "Benutzergruppe"
2710
+
2711
+ #: wpf-includes/wpf-phrases.php:353
2712
+ msgid "Usergroup has been successfully deleted."
2713
+ msgstr "Benutzergruppe wurde erfolgreich gel&ouml;scht."
2714
+
2715
+ #: wpf-includes/wpf-phrases.php:354
2716
+ msgid ""
2717
+ "Usergroup has been successfully deleted. All users of this usergroup have "
2718
+ "been moved to the usergroup you've chosen"
2719
+ msgstr ""
2720
+ "Benutzergruppe wurde erfolgreich gel&ouml;scht. Alle Benutzer wurden in die "
2721
+ "gew&auml;hlte Gruppe verschoben."
2722
+
2723
+ #: wpf-includes/wpf-phrases.php:355
2724
+ msgid "Username"
2725
+ msgstr "Benutzername"
2726
+
2727
+ #: wpf-includes/wpf-phrases.php:357
2728
+ msgid "View entire post"
2729
+ msgstr "Gesamten Beitrag ansehen"
2730
+
2731
+ #: wpf-includes/wpf-phrases.php:358
2732
+ msgid "View the latest post"
2733
+ msgstr "Letzten Beitrag ansehen"
2734
+
2735
+ #: wpf-includes/wpf-phrases.php:359
2736
+ msgid "Views"
2737
+ msgstr "Ansichten"
2738
+
2739
+ #: wpf-includes/wpf-phrases.php:360
2740
+ msgid "Votes"
2741
+ msgstr "Stimmen"
2742
+
2743
+ #: wpf-includes/wpf-phrases.php:361
2744
+ msgid "Website"
2745
+ msgstr "Webseite"
2746
+
2747
+ #: wpf-includes/wpf-phrases.php:363
2748
+ msgid "Wordpress avatar system"
2749
+ msgstr "Wordpress Avatar-System"
2750
+
2751
+ #: wpf-includes/wpf-phrases.php:364
2752
+ msgid "Working"
2753
+ msgstr "Arbeitet"
2754
+
2755
+ #: wpf-includes/wpf-phrases.php:365
2756
+ msgid "Write message"
2757
+ msgstr "Schreibe Nachricht"
2758
+
2759
+ #: wpf-includes/wpf-phrases.php:366
2760
+ msgid "Yahoo"
2761
+ msgstr "Yahoo"
2762
+
2763
+ #: wpf-includes/wpf-phrases.php:368
2764
+ msgid "You"
2765
+ msgstr "Sie"
2766
+
2767
+ #: wpf-includes/wpf-phrases.php:370
2768
+ #, php-format
2769
+ msgid "You can go to %s page or Search here"
2770
+ msgstr "Besuche Seite %s oder Suche hier"
2771
+
2772
+ #: wpf-includes/wpf-phrases.php:372
2773
+ msgid "Your Answer"
2774
+ msgstr "Ihre Antwort"
2775
+
2776
+ #: wpf-includes/wpf-phrases.php:373
2777
+ msgid "account"
2778
+ msgstr "Benutzerkonto"
2779
+
2780
+ #: wpf-includes/wpf-phrases.php:374
2781
+ msgid "activity"
2782
+ msgstr "Aktivit&auml;t"
2783
+
2784
+ #: wpf-includes/wpf-phrases.php:376
2785
+ msgid "add_new"
2786
+ msgstr "neu erstellen"
2787
+
2788
+ #: wpf-includes/wpf-phrases.php:377
2789
+ #, php-format
2790
+ msgid "%s ago"
2791
+ msgstr "vor %s"
2792
+
2793
+ #: wpf-includes/wpf-phrases.php:378
2794
+ msgid "by"
2795
+ msgstr "von"
2796
+
2797
+ #: wpf-includes/wpf-phrases.php:379
2798
+ #, php-format
2799
+ msgid "by %s"
2800
+ msgstr "von %s"
2801
+
2802
+ #: wpf-includes/wpf-phrases.php:380
2803
+ msgid "confirm password"
2804
+ msgstr "Passwort best&auml;tigen"
2805
+
2806
+ #: wpf-includes/wpf-phrases.php:385
2807
+ msgid "forums"
2808
+ msgstr "Foren"
2809
+
2810
+ #: wpf-includes/wpf-phrases.php:387
2811
+ msgid "login"
2812
+ msgstr "anmelden"
2813
+
2814
+ #: wpf-includes/wpf-phrases.php:388
2815
+ msgid "logout"
2816
+ msgstr "abmelden"
2817
+
2818
+ #: wpf-includes/wpf-phrases.php:389
2819
+ msgid "matches"
2820
+ msgstr "Treffer"
2821
+
2822
+ #: wpf-includes/wpf-phrases.php:390
2823
+ msgid "members"
2824
+ msgstr "Mitglieder"
2825
+
2826
+ #: wpf-includes/wpf-phrases.php:392
2827
+ msgid "my profile"
2828
+ msgstr "mein Profil"
2829
+
2830
+ #: wpf-includes/wpf-phrases.php:393
2831
+ msgid "new password"
2832
+ msgstr "neues Passwort"
2833
+
2834
+ #: wpf-includes/wpf-phrases.php:394
2835
+ msgid "new password again"
2836
+ msgstr "Passwort wiederholen"
2837
+
2838
+ #: wpf-includes/wpf-phrases.php:395
2839
+ msgid "next"
2840
+ msgstr "n&auml;chstes"
2841
+
2842
+ #: wpf-includes/wpf-phrases.php:396
2843
+ msgid "old password"
2844
+ msgstr "altes Passwort"
2845
+
2846
+ #: wpf-includes/wpf-phrases.php:397
2847
+ msgid "phrase_key"
2848
+ msgstr "phrase_key"
2849
+
2850
+ #: wpf-includes/wpf-phrases.php:398
2851
+ msgid "phrase_value"
2852
+ msgstr "phrase_value"
2853
+
2854
+ #: wpf-includes/wpf-phrases.php:399
2855
+ msgid "posted"
2856
+ msgstr "ver&ouml;ffentlicht"
2857
+
2858
+ #: wpf-includes/wpf-phrases.php:400
2859
+ msgid "prev"
2860
+ msgstr "vor"
2861
+
2862
+ #: wpf-includes/wpf-phrases.php:401
2863
+ msgid "register"
2864
+ msgstr "registrieren"
2865
+
2866
+ #: wpf-includes/wpf-phrases.php:402
2867
+ msgid "replies"
2868
+ msgstr "Antworten"
2869
+
2870
+ #: wpf-includes/wpf-phrases.php:403
2871
+ msgid "subscriptions"
2872
+ msgstr "Abonnements"
2873
+
2874
+ #: wpf-includes/wpf-phrases.php:404
2875
+ msgid "update"
2876
+ msgstr "aktualisieren"
2877
+
2878
+ #: wpf-includes/wpf-phrases.php:406
2879
+ msgid "view all posts"
2880
+ msgstr "zeige alle Beitr&auml;ge"
2881
+
2882
+ #: wpf-includes/wpf-phrases.php:407
2883
+ msgid "view all questions"
2884
+ msgstr "zeige alle Fragen"
2885
+
2886
+ #: wpf-includes/wpf-phrases.php:408
2887
+ msgid "view all topics"
2888
+ msgstr "zeige alle Themen"
2889
+
2890
+ #: wpf-includes/wpf-phrases.php:410
2891
+ msgid "wpForo Navigation"
2892
+ msgstr "wpForo Navigation"
2893
+
2894
+ #: wpf-includes/wpf-phrases.php:415
2895
+ msgid "{number}B"
2896
+ msgstr "{number}B"
2897
+
2898
+ #: wpf-includes/wpf-phrases.php:416
2899
+ msgid "{number}K"
2900
+ msgstr "{number}K"
2901
+
2902
+ #: wpf-includes/wpf-phrases.php:417
2903
+ msgid "{number}M"
2904
+ msgstr "{number}M"
2905
+
2906
+ #: wpf-includes/wpf-phrases.php:418
2907
+ msgid "{number}T"
2908
+ msgstr "{number}T"
2909
+
2910
+ #: wpf-includes/wpf-phrases.php:423
2911
+ msgid "Access add error"
2912
+ msgstr "Fehler Rechte hinzuf&uuml;gen"
2913
+
2914
+ #: wpf-includes/wpf-phrases.php:424
2915
+ msgid "Access delete error"
2916
+ msgstr "Fehler Rechte l&ouml;schen"
2917
+
2918
+ #: wpf-includes/wpf-phrases.php:425
2919
+ msgid "Access edit error"
2920
+ msgstr "Fehler Rechte editieren"
2921
+
2922
+ #: wpf-includes/wpf-phrases.php:426
2923
+ msgid "Access successfully deleted"
2924
+ msgstr "Zugriffsrecht erfolgreich gel&ouml;scht"
2925
+
2926
+ #: wpf-includes/wpf-phrases.php:427
2927
+ msgid "Add Topic error: No forum selected"
2928
+ msgstr "Fehler Beitrag erstellen: Kein Forum ausgew&auml;hlt"
2929
+
2930
+ #: wpf-includes/wpf-phrases.php:428
2931
+ msgid "All Checked topics successfully deleted"
2932
+ msgstr "Ausgew&auml;hlte Beitr&auml;ge erfolgreich gel&ouml;scht"
2933
+
2934
+ #: wpf-includes/wpf-phrases.php:429
2935
+ msgid "Can't add forum"
2936
+ msgstr "Kann Forum nicht erstellen"
2937
+
2938
+ #: wpf-includes/wpf-phrases.php:430
2939
+ msgid "Can't add new language"
2940
+ msgstr "Kann Sprache nicht hinzuf&uuml;gen"
2941
+
2942
+ #: wpf-includes/wpf-phrases.php:431
2943
+ msgid "Can't delete this Usergroup"
2944
+ msgstr "Kann Benutzergruppe nicht l&ouml;schen"
2945
+
2946
+ #: wpf-includes/wpf-phrases.php:432
2947
+ msgid "Can't send confirmation email"
2948
+ msgstr "Kann Best&auml;tigungsmail nicht senden"
2949
+
2950
+ #: wpf-includes/wpf-phrases.php:433
2951
+ msgid "Can't send report email"
2952
+ msgstr "Kann Melde-Email nicht senden"
2953
+
2954
+ #: wpf-includes/wpf-phrases.php:434
2955
+ msgid "Can't subscribe to this item"
2956
+ msgstr "Kann Element nicht abbonieren"
2957
+
2958
+ #: wpf-includes/wpf-phrases.php:435
2959
+ msgid "Can't write a post: This topic is closed"
2960
+ msgstr "Keine weiteren Beitr&auml;ge m&ouml;glich: Thema geschlossen"
2961
+
2962
+ #: wpf-includes/wpf-phrases.php:436
2963
+ msgid "Can`t upload file"
2964
+ msgstr "Kann Datei nicht hochladen"
2965
+
2966
+ #: wpf-includes/wpf-phrases.php:437
2967
+ msgid "Cannot update forum hierarchy"
2968
+ msgstr "Kann Forenhierarchie nicht aktualisieren"
2969
+
2970
+ #: wpf-includes/wpf-phrases.php:438
2971
+ msgid "Cannot update post data"
2972
+ msgstr "Kann Beitrag nicht aktualisieren"
2973
+
2974
+ #: wpf-includes/wpf-phrases.php:439
2975
+ msgid "Could not be unsubscribe from this item"
2976
+ msgstr "Abonnement dieses Elements konnte nicht entfernt werden"
2977
+
2978
+ #: wpf-includes/wpf-phrases.php:440
2979
+ msgid "Email address exists. Please insert another."
2980
+ msgstr "Emailadresse existiert bereits. Bitte eine andere benutzen."
2981
+
2982
+ #: wpf-includes/wpf-phrases.php:441
2983
+ msgid "Error: Forum is not found"
2984
+ msgstr "Fehler: Forum nicht gefunden"
2985
+
2986
+ #: wpf-includes/wpf-phrases.php:442
2987
+ msgid "Error: No topic selected"
2988
+ msgstr "Fehler: Kein Thema ausgew&auml;hlt"
2989
+
2990
+ #: wpf-includes/wpf-phrases.php:443
2991
+ msgid "Error: Topic is not found"
2992
+ msgstr "Fehler: Thema nicht gefunden"
2993
+
2994
+ #: wpf-includes/wpf-phrases.php:444
2995
+ msgid "Error: please inset some text to report."
2996
+ msgstr "Fehler: Bitte Text zur Meldung hinzuf&uuml;gen."
2997
+
2998
+ #: wpf-includes/wpf-phrases.php:445
2999
+ msgid "Features successfully updated"
3000
+ msgstr "Features wurden erfolgreich aktualisiert"
3001
+
3002
+ #: wpf-includes/wpf-phrases.php:446
3003
+ msgid "Features successfully updated, but previous value not changed"
3004
+ msgstr ""
3005
+ "Funktionen erfolgreich aktualisiert, aber vorherige Werte nicht ge&auml;ndert"
3006
+
3007
+ #: wpf-includes/wpf-phrases.php:447
3008
+ msgid "File type is not allowed"
3009
+ msgstr "Datentyp ist nicht zugelassen"
3010
+
3011
+ #: wpf-includes/wpf-phrases.php:448
3012
+ msgid "Forum Base URL successfully updated"
3013
+ msgstr "Foren-Basis-URL erfolgreich aktualisiert"
3014
+
3015
+ #: wpf-includes/wpf-phrases.php:449
3016
+ msgid "Forum deleting error"
3017
+ msgstr "Fehler Forum l&ouml;schen"
3018
+
3019
+ #: wpf-includes/wpf-phrases.php:450
3020
+ msgid "Forum hierarchy successfully updated"
3021
+ msgstr "Foren-Hierarchie erfolgreich aktualisiert"
3022
+
3023
+ #: wpf-includes/wpf-phrases.php:451
3024
+ msgid "Forum is successfully merged"
3025
+ msgstr "Foren wurden erfolgreich zusammen gef&uuml;gt"
3026
+
3027
+ #: wpf-includes/wpf-phrases.php:452
3028
+ msgid "Forum merging error"
3029
+ msgstr "Fehler Foren zusammenf&uuml;gen"
3030
+
3031
+ #: wpf-includes/wpf-phrases.php:453
3032
+ msgid "Forum options successfully updated"
3033
+ msgstr "Foren-Einstellungen erfolgreich aktualisiert"
3034
+
3035
+ #: wpf-includes/wpf-phrases.php:454
3036
+ msgid "Forum options successfully updated, but previous value not changed"
3037
+ msgstr ""
3038
+ "Foreneinstellungen erfolgreich aktualisiert, aber vorherige Werte nicht "
3039
+ "ge&auml;ndert"
3040
+
3041
+ #: wpf-includes/wpf-phrases.php:455
3042
+ msgid "Forum successfully updated"
3043
+ msgstr "Forum erfolgreich aktualisiert"
3044
+
3045
+ #: wpf-includes/wpf-phrases.php:456
3046
+ msgid "Forum update error"
3047
+ msgstr "Fehler Forum aktualisieren"
3048
+
3049
+ #: wpf-includes/wpf-phrases.php:457
3050
+ msgid "General options successfully updated"
3051
+ msgstr "Allgemeine Einstellungen erfolgreich aktualisiert"
3052
+
3053
+ #: wpf-includes/wpf-phrases.php:458
3054
+ msgid "Illegal character in username."
3055
+ msgstr "Unzul&auml;ssiges Zeichen in Benutzername."
3056
+
3057
+ #: wpf-includes/wpf-phrases.php:459
3058
+ msgid "Insert your Email address."
3059
+ msgstr "Emailadresse einf&uuml;gen."
3060
+
3061
+ #: wpf-includes/wpf-phrases.php:460
3062
+ msgid "Invalid Email address"
3063
+ msgstr "Ung&uuml;ltige Emailadresse"
3064
+
3065
+ #: wpf-includes/wpf-phrases.php:461
3066
+ msgid "Invalid request!"
3067
+ msgstr "Zugriff nicht m&ouml;glich!"
3068
+
3069
+ #: wpf-includes/wpf-phrases.php:462
3070
+ msgid "Member options successfully updated"
3071
+ msgstr "Mitglieder-Einstellungen erfolgreich aktualisiert"
3072
+
3073
+ #: wpf-includes/wpf-phrases.php:463
3074
+ msgid "Member options successfully updated, but previous value not changed"
3075
+ msgstr ""
3076
+ "Mitgliedseinstellungen erfolgreich aktualisiert, aber vorherige Werte nicht "
3077
+ "ge&auml;ndert"
3078
+
3079
+ #: wpf-includes/wpf-phrases.php:464
3080
+ msgid "Message has been sent"
3081
+ msgstr "Nachricht wurde gesendet"
3082
+
3083
+ #: wpf-includes/wpf-phrases.php:465
3084
+ msgid ""
3085
+ "New language successfully added and changed wpforo language to new language"
3086
+ msgstr ""
3087
+ "Neue Sprache erfolgreich hinzugef&uuml;gt und wpForo auf neue Sprache "
3088
+ "umgestellt"
3089
+
3090
+ #: wpf-includes/wpf-phrases.php:466
3091
+ msgid "No Posts found for update"
3092
+ msgstr "Keine Beitr&auml; zum aktualisieren gefunden"
3093
+
3094
+ #: wpf-includes/wpf-phrases.php:467
3095
+ msgid "Password length must be between 6 characters and 20 characters."
3096
+ msgstr "Die Passwortl&auml;nge muss zwischen 6 und 20 Zeichen sein."
3097
+
3098
+ #: wpf-includes/wpf-phrases.php:468
3099
+ msgid "Password mismatch."
3100
+ msgstr "Passw&ouml;rter verschieden"
3101
+
3102
+ #: wpf-includes/wpf-phrases.php:469
3103
+ msgid "Permission denied"
3104
+ msgstr "Zugriff verweigert"
3105
+
3106
+ #: wpf-includes/wpf-phrases.php:470
3107
+ msgid "Permission denied for add forum"
3108
+ msgstr "Zugriff verweigert f&uuml;r Forum anlegen"
3109
+
3110
+ #: wpf-includes/wpf-phrases.php:471
3111
+ msgid "Permission denied for delete forum"
3112
+ msgstr "Zugriff verweigert f&uuml;r L&ouml;schen Forum"
3113
+
3114
+ #: wpf-includes/wpf-phrases.php:472
3115
+ msgid "Permission denied for edit forum"
3116
+ msgstr "Zugriff verweigert f&uuml;r Editieren Forum"
3117
+
3118
+ #: wpf-includes/wpf-phrases.php:473
3119
+ msgid "Permission denied for this action"
3120
+ msgstr "Zugriff verweigert f&uuml;r diese Aktion"
3121
+
3122
+ #: wpf-includes/wpf-phrases.php:474
3123
+ msgid "Phrase add error"
3124
+ msgstr "Fehler &Uuml;bersetzung hinzuf&uuml;gen"
3125
+
3126
+ #: wpf-includes/wpf-phrases.php:475
3127
+ msgid "Phrase adding error"
3128
+ msgstr "Fehler &Uuml;bersetzung hinzuf&uuml;gen"
3129
+
3130
+ #: wpf-includes/wpf-phrases.php:476
3131
+ msgid "Phrase successfully added"
3132
+ msgstr "&Uuml;bersetzung erfolgreich hinzugef&uuml;gt"
3133
+
3134
+ #: wpf-includes/wpf-phrases.php:477
3135
+ msgid "Phrase successfully updates"
3136
+ msgstr "&Uuml;bersetzung erfolgreich aktualisiert"
3137
+
3138
+ #: wpf-includes/wpf-phrases.php:478
3139
+ msgid "Phrase update error"
3140
+ msgstr "Fehler &Uuml;bersetzung aktualisieren"
3141
+
3142
+ #: wpf-includes/wpf-phrases.php:479
3143
+ msgid "Please insert required fields!"
3144
+ msgstr "Bitte erforderliche Felder ausf&uuml;llen!"
3145
+
3146
+ #: wpf-includes/wpf-phrases.php:480
3147
+ msgid "Post delete error"
3148
+ msgstr "Fehler Beitrag l&ouml;schen"
3149
+
3150
+ #: wpf-includes/wpf-phrases.php:482
3151
+ msgid "Post options successfully updated"
3152
+ msgstr "Beitragseinstellungen erfolgreich aktualisiert"
3153
+
3154
+ #: wpf-includes/wpf-phrases.php:483
3155
+ msgid "Post options successfully updated, but previous value not changed"
3156
+ msgstr ""
3157
+ "Beitragseinstellungen erfolgreich aktualisiert, aber vorherige Werte nicht "
3158
+ "ge&auml;ndert"
3159
+
3160
+ #: wpf-includes/wpf-phrases.php:484
3161
+ msgid "Registration Error"
3162
+ msgstr "Fehler bei Registrierung"
3163
+
3164
+ #: wpf-includes/wpf-phrases.php:485
3165
+ msgid "Reply request error"
3166
+ msgstr ""
3167
+
3168
+ #: wpf-includes/wpf-phrases.php:486
3169
+ msgid "Something wrong with profile data."
3170
+ msgstr "Profil-Daten ung&uuml;ltig."
3171
+
3172
+ #: wpf-includes/wpf-phrases.php:487
3173
+ msgid "Subscribe options successfully updated"
3174
+ msgstr "Abonnement-Einstellungen erfolgreich aktualisiert"
3175
+
3176
+ #: wpf-includes/wpf-phrases.php:488
3177
+ msgid "Subscribe options successfully updated, but previous value not changed"
3178
+ msgstr ""
3179
+ "Abonnement-Einstellungen erfolgreich aktualisiert, aber vorherige Werte "
3180
+ "nicht ge&auml;ndert"
3181
+
3182
+ #: wpf-includes/wpf-phrases.php:489
3183
+ msgid "Success! Thank you Dear Friend"
3184
+ msgstr "Erfolgreich! Vielen Dank"
3185
+
3186
+ #: wpf-includes/wpf-phrases.php:490
3187
+ msgid ""
3188
+ "Success! Thank you. Please check your email and click confirmation link "
3189
+ "below to complete this step."
3190
+ msgstr ""
3191
+ "Erfolgreich! Bitte &uuml;berpr&uuml;fen Sie ihre Email und klicken Sie auf "
3192
+ "den Best&auml;tigungs-Link, um diesen Schritt zu vervollst&auml;ndigen."
3193
+
3194
+ #: wpf-includes/wpf-phrases.php:491
3195
+ msgid "Successfully updated"
3196
+ msgstr "Erfolgreich aktualisiert"
3197
+
3198
+ #: wpf-includes/wpf-phrases.php:492
3199
+ msgid "Successfully voted"
3200
+ msgstr "Erfolgreich abgestimmt"
3201
+
3202
+ #: wpf-includes/wpf-phrases.php:493
3203
+ msgid "The uploaded file size is too big"
3204
+ msgstr "Die hochzuladende Datei ist zu gro&szlig;"
3205
+
3206
+ #: wpf-includes/wpf-phrases.php:494
3207
+ msgid "Theme options successfully updated"
3208
+ msgstr "Theme-Einstellungen erfolgreich aktualisiert"
3209
+
3210
+ #: wpf-includes/wpf-phrases.php:495
3211
+ msgid "This email address is already registered. Please insert another."
3212
+ msgstr "Diese Emailadresse ist bereits registriert. Benutze bitte eine andere."
3213
+
3214
+ #: wpf-includes/wpf-phrases.php:496
3215
+ msgid "This post successfully deleted"
3216
+ msgstr "Beitrag erfolgreich gel&ouml;scht"
3217
+
3218
+ #: wpf-includes/wpf-phrases.php:497
3219
+ msgid "This post successfully edited"
3220
+ msgstr "Beitrag erfolgreich editiert"
3221
+
3222
+ #: wpf-includes/wpf-phrases.php:498
3223
+ msgid "This topic successfully deleted"
3224
+ msgstr "Thema erfolgreich gel&ouml;scht"
3225
+
3226
+ #: wpf-includes/wpf-phrases.php:499
3227
+ msgid "Topic Move Error"
3228
+ msgstr "Fehler Thema verschieben"
3229
+
3230
+ #: wpf-includes/wpf-phrases.php:500
3231
+ msgid "Topic add error"
3232
+ msgstr "Fehler Thema erstellen"
3233
+
3234
+ #: wpf-includes/wpf-phrases.php:501
3235
+ msgid "Topic delete error"
3236
+ msgstr "Fehler Thema l&ouml;schen"
3237
+
3238
+ #: wpf-includes/wpf-phrases.php:502
3239
+ msgid "Topic edit error"
3240
+ msgstr "Fehler Thema editieren"
3241
+
3242
+ #: wpf-includes/wpf-phrases.php:503
3243
+ msgid "Topic not found."
3244
+ msgstr "Kein Thema gefunden"
3245
+
3246
+ #: wpf-includes/wpf-phrases.php:504
3247
+ msgid "Topic successfully moved"
3248
+ msgstr "Thema erfolgreich verschoben"
3249
+
3250
+ #: wpf-includes/wpf-phrases.php:505
3251
+ msgid "Topic successfully updated"
3252
+ msgstr "Thema erfolgreich aktualisiert"
3253
+
3254
+ #: wpf-includes/wpf-phrases.php:506
3255
+ msgid "Topics delete error"
3256
+ msgstr "Fehler Thema l&ouml;schen"
3257
+
3258
+ #: wpf-includes/wpf-phrases.php:507
3259
+ msgid "User delete error"
3260
+ msgstr "Fehler Benutzer l&ouml;schen"
3261
+
3262
+ #: wpf-includes/wpf-phrases.php:508
3263
+ msgid "User group add error"
3264
+ msgstr "Fehler Benutzergruppe hinzuf&uuml;gen"
3265
+
3266
+ #: wpf-includes/wpf-phrases.php:509
3267
+ msgid "User group edit error"
3268
+ msgstr "Fehler Benutzergruppe editieren"
3269
+
3270
+ #: wpf-includes/wpf-phrases.php:510
3271
+ msgid "User group successfully added"
3272
+ msgstr "Benutzergruppe erfolgreich hinzugef&uuml;gt"
3273
+
3274
+ #: wpf-includes/wpf-phrases.php:511
3275
+ msgid "User group successfully edited"
3276
+ msgstr "Benutzergruppe erfolgreich editiert"
3277
+
3278
+ #: wpf-includes/wpf-phrases.php:512
3279
+ msgid "User successfully deleted from wpforo"
3280
+ msgstr "Benutzer erfolgreich aus wpForo gel&ouml;scht"
3281
+
3282
+ #: wpf-includes/wpf-phrases.php:513
3283
+ msgid "Username exists. Please insert another."
3284
+ msgstr "Benutzer existiert bereits. Bitte anderen Namen benutzen."
3285
+
3286
+ #: wpf-includes/wpf-phrases.php:514
3287
+ msgid "Username is missed."
3288
+ msgstr "Benutzername fehlt."
3289
+
3290
+ #: wpf-includes/wpf-phrases.php:515
3291
+ msgid "Username length must be between 3 characters and 30 characters."
3292
+ msgstr ""
3293
+
3294
+ #: wpf-includes/wpf-phrases.php:516
3295
+ msgid "Welcome to our Community!"
3296
+ msgstr "Willkommen in unserer Community!"
3297
+
3298
+ #: wpf-includes/wpf-phrases.php:517
3299
+ msgid "Wrong post data"
3300
+ msgstr "Falsche Post-Daten"
3301
+
3302
+ #: wpf-includes/wpf-phrases.php:518
3303
+ msgid "You are already voted this post"
3304
+ msgstr "Sie haben bereits f&uuml;r diesen Beitrag abgestimmt"
3305
+
3306
+ #: wpf-includes/wpf-phrases.php:519
3307
+ msgid "You have been successfully subscribed"
3308
+ msgstr "Ihr Abonnement wurde erfolgreich eingetragen"
3309
+
3310
+ #: wpf-includes/wpf-phrases.php:520
3311
+ msgid "You have been successfully unsubscribed"
3312
+ msgstr "Ihr Abonnement wurde erfolgreich entfernt"
3313
+
3314
+ #: wpf-includes/wpf-phrases.php:521
3315
+ msgid "You have no permission to edit this topic"
3316
+ msgstr "Keine Berechtigung zum Editieren des Themas"
3317
+
3318
+ #: wpf-includes/wpf-phrases.php:522
3319
+ msgid "You haven't permission to create post into this forum"
3320
+ msgstr "Keine Berechtigung zum Erstellen von Beitr&auml;gen in diesem Forum"
3321
+
3322
+ #: wpf-includes/wpf-phrases.php:523
3323
+ msgid "You haven't permission to create topic into this forum"
3324
+ msgstr "Keine Berechtigung zum Erstellen von Themen in diesem Forum"
3325
+
3326
+ #: wpf-includes/wpf-phrases.php:524
3327
+ msgid "You haven't permission to delete post from this forum"
3328
+ msgstr "Keine Berechtigung zum L&ouml;schen von Beitr&auml;gen in diesem Forum"
3329
+
3330
+ #: wpf-includes/wpf-phrases.php:525
3331
+ msgid "You haven't permission to delete topic from this forum"
3332
+ msgstr "Keine Berechtigung zum L&ouml;schen von Themen in diesem Forum"
3333
+
3334
+ #: wpf-includes/wpf-phrases.php:526
3335
+ msgid "You haven't permission to edit post from this forum"
3336
+ msgstr "Keine Berechtigung zum Bearbeiten von Beitr&auml;gen in diesem Forum"
3337
+
3338
+ #: wpf-includes/wpf-phrases.php:527
3339
+ msgid "You successfully replied"
3340
+ msgstr "Sie haben erfolgreich geantwortet"
3341
+
3342
+ #: wpf-includes/wpf-phrases.php:528
3343
+ msgid "Your forum successfully added"
3344
+ msgstr "Ihr Forum wurde erfolgreich hinzugef&uuml;gt"
3345
+
3346
+ #: wpf-includes/wpf-phrases.php:529
3347
+ msgid "Your forum successfully deleted"
3348
+ msgstr "Ihr Forum wurde erfolgreich gel&ouml;scht"
3349
+
3350
+ #: wpf-includes/wpf-phrases.php:530
3351
+ msgid "Your profile data have been successfully updated."
3352
+ msgstr "Ihre Profildaten wurden erfolgreich aktualisiert."
3353
+
3354
+ #: wpf-includes/wpf-phrases.php:531
3355
+ msgid "Your subscription for this item could not be confirmed"
3356
+ msgstr "Ihr Abonnement f&uuml;r dieses Element wurde nicht best&auml;tigt"
3357
+
3358
+ #: wpf-includes/wpf-phrases.php:532
3359
+ msgid "Your topic successfully added"
3360
+ msgstr "Thema erfolgreich angelegt"
3361
+
3362
+ #: wpf-includes/wpf-phrases.php:534
3363
+ msgid "Dashboard - Can create forum"
3364
+ msgstr ""
3365
+
3366
+ #: wpf-includes/wpf-phrases.php:535
3367
+ msgid "Dashboard - Can edit forum"
3368
+ msgstr ""
3369
+
3370
+ #: wpf-includes/wpf-phrases.php:536
3371
+ msgid "Dashboard - Can delete forum"
3372
+ msgstr ""
3373
+
3374
+ #: wpf-includes/wpf-phrases.php:537
3375
+ msgid "Dashboard - Members Menu"
3376
+ msgstr ""
3377
+
3378
+ #: wpf-includes/wpf-phrases.php:538
3379
+ msgid "Dashboard - Can edit member"
3380
+ msgstr ""
3381
+
3382
+ #: wpf-includes/wpf-phrases.php:539
3383
+ msgid "Dashboard - Can delete member"
3384
+ msgstr ""
3385
+
3386
+ #: wpf-includes/wpf-phrases.php:540
3387
+ msgid "Dashboard - Usergroup Menu"
3388
+ msgstr ""
3389
+
3390
+ #: wpf-includes/wpf-phrases.php:541
3391
+ msgid "Front - Can view members"
3392
+ msgstr "Front - Kann Mitglieder ansehen"
3393
+
3394
+ #: wpf-includes/wpf-phrases.php:542
3395
+ msgid "Front - Can view profiles"
3396
+ msgstr "Front - Kann Profile ansehen"
3397
+
3398
+ #: wpf-includes/wpf-phrases.php:543
3399
+ msgid "Front - Can upload avatar"
3400
+ msgstr "Front - Kann Avatar hochladen"
3401
+
3402
+ #: wpf-includes/wpf-phrases.php:544
3403
+ msgid "Front - Can have signatur"
3404
+ msgstr "Front - Signatur erlaubt"
3405
+
3406
+ #: wpf-includes/wpf-phrases.php:545
3407
+ msgid "Front - Can view avatars"
3408
+ msgstr "Front - Kann Avatare ansehen"
3409
+
3410
+ #: wpf-includes/wpf-phrases.php:546
3411
+ msgid "Front - Can view member username"
3412
+ msgstr "Front - Kann Benutzername sehen"
3413
+
3414
+ #: wpf-includes/wpf-phrases.php:547
3415
+ msgid "Front - Can view member email"
3416
+ msgstr "Front - Kann Mitglieds-Emailadresse sehen"
3417
+
3418
+ #: wpf-includes/wpf-phrases.php:548
3419
+ msgid "Front - Can view member title"
3420
+ msgstr "Front - Kann Benutzertitel sehen"
3421
+
3422
+ #: wpf-includes/wpf-phrases.php:549
3423
+ msgid "Front - Can view member custom title"
3424
+ msgstr "Front - Kann benutzerdefinierten Titel sehen"
3425
+
3426
+ #: wpf-includes/wpf-phrases.php:550
3427
+ msgid "Front - Can view member reputation"
3428
+ msgstr "Front - Kann Mitgliedsbewertung sehen"
3429
+
3430
+ #: wpf-includes/wpf-phrases.php:551
3431
+ msgid "Front - Can view member website"
3432
+ msgstr "Front - Kann Webseite Mitglied ansehen"
3433
+
3434
+ #: wpf-includes/wpf-phrases.php:552
3435
+ msgid "Front - Can view member social networks"
3436
+ msgstr "Front - Kann Soziale Netzwerke Mitglied sehen"
3437
+
3438
+ #: wpf-includes/wpf-phrases.php:553
3439
+ msgid "Front - Can view member reg. date"
3440
+ msgstr "Front - Kann Registrierdatum Mitglieder sehen"
3441
+
3442
+ #: wpf-includes/wpf-phrases.php:554
3443
+ msgid "Front - Can view member last active date"
3444
+ msgstr "Front - Kann Zeit letzte Aktivit&auml;t Mitglied sehen"
3445
+
3446
+ #: wpf-includes/wpf-phrases.php:555
3447
+ msgid "Front - Can view member ip address"
3448
+ msgstr "Front - Kann IP Mitglied sehen"
3449
+
3450
+ #: wpf-includes/wpf-phrases.php:556
3451
+ msgid "Front - Can view member location"
3452
+ msgstr "Front - Kann Ort Mitglied sehen"
3453
+
3454
+ #: wpf-includes/wpf-phrases.php:557
3455
+ msgid "Front - Can view member ocumpation"
3456
+ msgstr "Front - Kann Beruf Mitglied sehen"
3457
+
3458
+ #: wpf-includes/wpf-phrases.php:558
3459
+ msgid "Front - Can view member signatur"
3460
+ msgstr "Front - Kann Signatur Mitglied sehen"
3461
+
3462
+ #: wpf-includes/wpf-phrases.php:559
3463
+ msgid "Front - Can view member about me"
3464
+ msgstr "Front - Kann &Uuml;ber mich Mitglied sehen"
3465
+
3466
+ #: wpf-includes/wpf-phrases.php:560
3467
+ msgid "Front - Can view member phone number"
3468
+ msgstr "Front - Kann Telefonnr. Mitglied sehen"
3469
+
3470
+ #: wpf-includes/wpf-phrases.php:561
3471
+ msgid "Front - Can write PM"
3472
+ msgstr "Front - Kann PN schreiben"
3473
+
3474
+ #: wpf-includes/wpf-phrases.php:562
3475
+ msgid "Can view forum"
3476
+ msgstr "Kann Forum ansehen"
3477
+
3478
+ #: wpf-includes/wpf-phrases.php:563
3479
+ msgid "Can create topic"
3480
+ msgstr "Kann Thema erstellen"
3481
+
3482
+ #: wpf-includes/wpf-phrases.php:564
3483
+ msgid "Can view topic"
3484
+ msgstr "Kann Thema ansehen"
3485
+
3486
+ #: wpf-includes/wpf-phrases.php:565
3487
+ msgid "Can edit topic"
3488
+ msgstr "Kann Thema editieren"
3489
+
3490
+ #: wpf-includes/wpf-phrases.php:566
3491
+ msgid "Can delete topic"
3492
+ msgstr "Kann Thema l&ouml;schen"
3493
+
3494
+ #: wpf-includes/wpf-phrases.php:567
3495
+ msgid "Can post reply"
3496
+ msgstr "Kann Antwort schreiben"
3497
+
3498
+ #: wpf-includes/wpf-phrases.php:568
3499
+ msgid "Can view replies"
3500
+ msgstr "Kann Antworten ansehen"
3501
+
3502
+ #: wpf-includes/wpf-phrases.php:569
3503
+ msgid "Can edit replies"
3504
+ msgstr "Kann Antworten editieren"
3505
+
3506
+ #: wpf-includes/wpf-phrases.php:570
3507
+ msgid "Can delete replies"
3508
+ msgstr "Kann Antworten l&ouml;schen"
3509
+
3510
+ #: wpf-includes/wpf-phrases.php:571
3511
+ msgid "Can edit own topic"
3512
+ msgstr "Kann eigene Themen editieren"
3513
+
3514
+ #: wpf-includes/wpf-phrases.php:572
3515
+ msgid "Can edit own replay"
3516
+ msgstr "Kann eigene Antworten editieren"
3517
+
3518
+ #: wpf-includes/wpf-phrases.php:573
3519
+ msgid "Can delete own topic"
3520
+ msgstr "Kann eigene Themen l&ouml;schen"
3521
+
3522
+ #: wpf-includes/wpf-phrases.php:574
3523
+ msgid "Can delete own replay"
3524
+ msgstr "Kann eigene Antworten l&ouml;schen"
3525
+
3526
+ #: wpf-includes/wpf-phrases.php:575
3527
+ msgid "Can like"
3528
+ msgstr "Kann Zustimmung geben"
3529
+
3530
+ #: wpf-includes/wpf-phrases.php:576
3531
+ msgid "Can report"
3532
+ msgstr "Kann melden"
3533
+
3534
+ #: wpf-includes/wpf-phrases.php:577
3535
+ msgid "Can set topic sticky"
3536
+ msgstr ""
3537
+
3538
+ #: wpf-includes/wpf-phrases.php:578 wpf-includes/wpf-phrases.php:651
3539
+ msgid "Can set topic private"
3540
+ msgstr ""
3541
+
3542
+ #: wpf-includes/wpf-phrases.php:579
3543
+ msgid "Can vote"
3544
+ msgstr "Kann abstimmen"
3545
+
3546
+ #: wpf-includes/wpf-phrases.php:580
3547
+ msgid "Can Attach File"
3548
+ msgstr "Kann Datei anh&auml;ngen"
3549
+
3550
+ #: wpf-includes/wpf-phrases.php:581
3551
+ msgid "Can set topic answered"
3552
+ msgstr ""
3553
+
3554
+ #: wpf-includes/wpf-phrases.php:582
3555
+ msgid "Can set own topic answered"
3556
+ msgstr ""
3557
+
3558
+ #: wpf-includes/wpf-phrases.php:583
3559
+ msgid "Can close topic"
3560
+ msgstr "Kann Thema schlie&szlig;en"
3561
+
3562
+ #: wpf-includes/wpf-phrases.php:584
3563
+ msgid "Can move topic"
3564
+ msgstr "Kann Thema verschieben"
3565
+
3566
+ #: wpf-includes/wpf-phrases.php:585
3567
+ msgid "like"
3568
+ msgstr "Zustimmen"
3569
+
3570
+ #: wpf-includes/wpf-phrases.php:586
3571
+ msgid "unlike"
3572
+ msgstr "Nicht mehr zustimmen"
3573
+
3574
+ #: wpf-includes/wpf-phrases.php:587
3575
+ msgid "sticky"
3576
+ msgstr "angepinnt"
3577
+
3578
+ #: wpf-includes/wpf-phrases.php:588
3579
+ msgid "unsticky"
3580
+ msgstr "abgepinnt"
3581
+
3582
+ #: wpf-includes/wpf-phrases.php:589
3583
+ msgid "close"
3584
+ msgstr "schlie&szlig;en"
3585
+
3586
+ #: wpf-includes/wpf-phrases.php:590
3587
+ msgid "open"
3588
+ msgstr "\"&ouml;ffnen"
3589
+
3590
+ #: wpf-includes/wpf-phrases.php:591
3591
+ msgid "Topic Icons"
3592
+ msgstr "Beitrag-Icons"
3593
+
3594
+ #: wpf-includes/wpf-phrases.php:592
3595
+ msgid "New"
3596
+ msgstr "Neu"
3597
+
3598
+ #: wpf-includes/wpf-phrases.php:593
3599
+ msgid "Replied"
3600
+ msgstr "Beantwortet"
3601
+
3602
+ #: wpf-includes/wpf-phrases.php:595
3603
+ msgid "Hot"
3604
+ msgstr "Hei&szlig;"
3605
+
3606
+ #: wpf-includes/wpf-phrases.php:596
3607
+ msgid "Solved"
3608
+ msgstr "Gel&ouml;st"
3609
+
3610
+ #: wpf-includes/wpf-phrases.php:597
3611
+ msgid "Unsolved"
3612
+ msgstr "Nicht gel&ouml;st"
3613
+
3614
+ #: wpf-includes/wpf-phrases.php:605
3615
+ msgid "Can set topic solved"
3616
+ msgstr ""
3617
+
3618
+ #: wpf-includes/wpf-phrases.php:606
3619
+ msgid "Can set own topic solved"
3620
+ msgstr ""
3621
+
3622
+ #: wpf-includes/wpf-phrases.php:607
3623
+ msgid "Old password is wrong"
3624
+ msgstr "Altes Passwort ist falsch"
3625
+
3626
+ #: wpf-includes/wpf-phrases.php:608
3627
+ msgid "New Passwords do not match"
3628
+ msgstr "Neue Passw&ouml;rter stimmen nicht &uuml;berein"
3629
+
3630
+ #: wpf-includes/wpf-phrases.php:612
3631
+ msgid ""
3632
+ "This process may take a few seconds or dozens of minutes, it depends on "
3633
+ "database forum size and on server resources. Please be patient and don't "
3634
+ "close this page. If you got 500 Server Error please don't worry, the data "
3635
+ "updating process is still working in MySQL server."
3636
+ msgstr ""
3637
+ "Dieser Prozess kann mehrere Sekunden oder Dutzende Minuten dauern, abh&auml;"
3638
+ "ngig von der Gr&ouml;&szlig;e der Foren-Datenbank und den Server-Resourcen. "
3639
+ "Bitte bleiben Sie auf dieser Seite. Wenn Sie einen 500 Server Error sehen, "
3640
+ "machen Sie sich keine Sorgen. Der Prozess arbeitet weiter im MySQL-Server."
3641
+
3642
+ #: wpf-includes/wpf-phrases.php:616
3643
+ msgid "Updated Successfully!"
3644
+ msgstr "Erfolgreich aktualisiert!"
3645
+
3646
+ #: wpf-includes/wpf-phrases.php:617
3647
+ msgid "Deleted Successfully!"
3648
+ msgstr "Erfolgreich gel&ouml;scht!"
3649
+
3650
+ #: wpf-includes/wpf-phrases.php:618
3651
+ msgid "Closed"
3652
+ msgstr "Geschlossen"
3653
+
3654
+ #: wpf-includes/wpf-phrases.php:619
3655
+ msgid "Forum Members List"
3656
+ msgstr "Mitgliederliste"
3657
+
3658
+ #: wpf-includes/wpf-phrases.php:620
3659
+ msgid "are you sure you want to delete?"
3660
+ msgstr "L&ouml;schen: Sind Sie sicher?"
3661
+
3662
+ #: wpf-includes/wpf-phrases.php:622
3663
+ msgid "Moderator"
3664
+ msgstr "Moderator"
3665
+
3666
+ #: wpf-includes/wpf-phrases.php:624
3667
+ msgid "Customer"
3668
+ msgstr "Kunde"
3669
+
3670
+ #: wpf-includes/wpf-phrases.php:625
3671
+ msgid "No access"
3672
+ msgstr "Kein Zugriff"
3673
+
3674
+ #: wpf-includes/wpf-phrases.php:626
3675
+ msgid "Read only access"
3676
+ msgstr "Nur Lesen Zugriff"
3677
+
3678
+ #: wpf-includes/wpf-phrases.php:627
3679
+ msgid "Standard access"
3680
+ msgstr "Standardzugriff"
3681
+
3682
+ #: wpf-includes/wpf-phrases.php:628
3683
+ msgid "Moderator access"
3684
+ msgstr "Moderator-Zugriff"
3685
+
3686
+ #: wpf-includes/wpf-phrases.php:629
3687
+ msgid "Full access"
3688
+ msgstr "Vollzugriff"
3689
+
3690
+ #: wpf-includes/wpf-phrases.php:630
3691
+ msgid "Profile"
3692
+ msgstr "Profil"
3693
+
3694
+ #: wpf-includes/wpf-phrases.php:632
3695
+ msgid "Incorrect file format. Allowed formats: jpeg, jpg, png, gif."
3696
+ msgstr "Falsches Dateiformat. Erlaubte Formate: peg, jpg, png, gif."
3697
+
3698
+ #: wpf-includes/wpf-phrases.php:635
3699
+ msgid "User registration is disabled"
3700
+ msgstr "Benutzerregistrierung ist deaktiviert"
3701
+
3702
+ #: wpf-includes/wpf-phrases.php:639
3703
+ msgid "Attachment removed"
3704
+ msgstr "Dateianhang entfernt"
3705
+
3706
+ #: wpf-includes/wpf-phrases.php:640
3707
+ msgid "Forum Posts"
3708
+ msgstr "Forenbeitr&auml;ge"
3709
+
3710
+ #: wpf-includes/wpf-phrases.php:641
3711
+ msgid "Blog Posts"
3712
+ msgstr "Blog-Beitr&auml;ge"
3713
+
3714
+ #: wpf-includes/wpf-phrases.php:642
3715
+ msgid "Blog Comments"
3716
+ msgstr "Blog-Kommentare"
3717
+
3718
+ #: wpf-includes/wpf-phrases.php:643
3719
+ #, php-format
3720
+ msgid "Welcome back %s!"
3721
+ msgstr "Willkommen zur&uuml;ck %s!"
3722
+
3723
+ #: wpf-includes/wpf-phrases.php:644
3724
+ msgid "Member Profile"
3725
+ msgstr "Mitgliedsprofil"
3726
+
3727
+ #: wpf-includes/wpf-phrases.php:645
3728
+ msgid "Member"
3729
+ msgstr "Mitglied"
3730
+
3731
+ #: wpf-includes/wpf-phrases.php:646
3732
+ msgid "You have not permission to this page"
3733
+ msgstr "Sie haben keine Berechtigung f&uuml;r diese Seite"
3734
+
3735
+ #: wpf-includes/wpf-phrases.php:648
3736
+ msgid ""
3737
+ "This option will disable WordPress on front-end. Only forum pages will be "
3738
+ "available. wpForo will look like as a stand-alone forum."
3739
+ msgstr ""
3740
+ "Diese Einstellung wird WordPress im Front-End abschalten. Nur Forenseiten "
3741
+ "sind verf&uuml;gbar. wpForo wird wie ein Stand-Alone-Forum aussehen."
3742
+
3743
+ #: wpf-includes/wpf-phrases.php:652
3744
+ msgid "Can set own topic private"
3745
+ msgstr ""
3746
+
3747
+ #: wpf-includes/wpf-phrases.php:653
3748
+ msgid "Can view private topic"
3749
+ msgstr ""
3750
+
3751
+ #: wpf-includes/wpf-phrases.php:654
3752
+ msgid "private"
3753
+ msgstr ""
3754
+
3755
+ #: wpf-includes/wpf-phrases.php:655
3756
+ msgid "public"
3757
+ msgstr ""
3758
+
3759
+ #: wpf-includes/wpf-phrases.php:656
3760
+ msgid "Private Topic"
3761
+ msgstr ""
3762
+
3763
+ #: wpf-includes/wpf-phrases.php:657
3764
+ msgid "Only Admins and Moderators can see your private topics."
3765
+ msgstr ""
3766
+
3767
+ #: wpf-includes/wpf-phrases.php:658
3768
+ msgid "Forum ID is not detected"
3769
+ msgstr ""
3770
+
3771
+ #: wpf-includes/wpf-phrases.php:659
3772
+ msgid "You are not permitted to subscribe here"
3773
+ msgstr ""
3774
+
3775
+ #: wpf-includes/wpf-phrases.php:660
3776
+ msgid "Subscribe to this topic"
3777
+ msgstr ""
3778
+
3779
+ #: wpf-includes/wpf-phrases.php:663
3780
+ msgid "Awaiting moderation"
3781
+ msgstr ""
3782
+
3783
+ #: wpf-includes/wpf-phrases.php:664
3784
+ msgid "Topic first post not found."
3785
+ msgstr ""
3786
+
3787
+ #: wpf-includes/wpf-phrases.php:665
3788
+ msgid "Topic first post data not found."
3789
+ msgstr ""
3790
+
3791
+ #: wpf-includes/wpf-phrases.php:666
3792
+ msgid "Settings successfully updated"
3793
+ msgstr ""
3794
+
3795
+ #: wpf-includes/wpf-phrases.php:667
3796
+ msgid "Done!"
3797
+ msgstr ""
3798
+
3799
+ #: wpf-includes/wpf-phrases.php:668
3800
+ msgid "unapproved"
3801
+ msgstr ""
3802
+
3803
+ #: wpf-includes/wpf-phrases.php:669
3804
+ msgid "You are not allowed to attach this file type"
3805
+ msgstr ""
3806
+
3807
+ #: wpf-includes/wpf-phrases.php:670
3808
+ msgid "Post is empty"
3809
+ msgstr ""
3810
+
3811
+ #: wpf-includes/wpf-phrases.php:671
3812
+ msgid "removed link"
3813
+ msgstr ""
3814
+
3815
+ #: wpf-includes/wpf-phrases.php:672
3816
+ msgid "Submit"
3817
+ msgstr ""
3818
+
3819
+ #: wpforo.php:401
3820
+ msgid ""
3821
+ "Provides a safe way to communicate directly with other members. Messages are "
3822
+ "private and can only be viewed by conversation participants."
3823
+ msgstr ""
3824
+
3825
+ #: wpforo.php:402
3826
+ msgid ""
3827
+ "Adds an advanced file attachment system to forum topics and posts. AJAX "
3828
+ "powered media uploading and displaying system with user specific library."
3829
+ msgstr ""
3830
+ "F&uuml;gt ein erweitertes System f&uuml;r Dateien und Anh&auml;nge für Foren "
3831
+ "Themen und Eintr&auml;ge hinzu. AJAX- powered Medien Uploads und Anzeigen "
3832
+ "mit benutzerspezifischer Bibliothek."
3833
+
3834
+ #: wpforo.php:403
3835
+ msgid ""
3836
+ "Allows to embed hundreds of video, social network, audio and photo content "
3837
+ "providers in forum topics and posts."
3838
+ msgstr ""
3839
+ "Erlaubt die Integration von hunderten von Videos, sozialen Netzwerk, Audio "
3840
+ "und Foto Providern in Foren Themen und Eintr&auml;gen."
3841
+
3842
+ #: wpforo.php:404
3843
+ msgid ""
3844
+ "Ads Manager is a powerful yet simple advertisement management system, that "
3845
+ "allows you to add adverting banners between forums, topics and posts."
3846
+ msgstr ""
3847
+
3848
+ #. Plugin Name of the plugin/theme
3849
+ msgid "Forum - wpForo"
3850
+ msgstr "Forum - wpForo"
3851
+
3852
+ #. Plugin URI of the plugin/theme
3853
+ msgid "http://wpforo.com"
3854
+ msgstr "http://wpforo.com"
3855
+
3856
+ #. Description of the plugin/theme
3857
+ msgid ""
3858
+ "Forums wpForo is a new generation of forum plugins. It's full-fledged forum "
3859
+ "solution for your community. Comes with multiple modern forum layouts."
3860
+ msgstr ""
3861
+
3862
+ #. Author of the plugin/theme
3863
+ msgid "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
3864
+ msgstr "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
3865
+
3866
+ #. Author URI of the plugin/theme
3867
+ msgid "http://gvectors.com/"
3868
+ msgstr "http://gvectors.com/"
3869
+
3870
+ #~ msgid "Notify via email on New Topic"
3871
+ #~ msgstr "Benachrichtigung über ein neues Thema"
3872
+
3873
+ #~ msgid ""
3874
+ #~ "Send Notification emails to all email addresses (comma separated ) of "
3875
+ #~ "forum administrators when a new Topic is created."
3876
+ #~ msgstr ""
3877
+ #~ "Sende E-Mail-Benachrichtigungen an alle E-Mail Adressen (kommasepariert) "
3878
+ #~ "von Foren-Administratoren wenn ein neues Thema erstellt wird."
3879
+
3880
+ #~ msgid "Notify via email on New Post"
3881
+ #~ msgstr "Benachrichtigung über einen neuen Eintrag"
3882
+
3883
+ #~ msgid ""
3884
+ #~ "Send Notification emails to all email addresses (comma separated ) of "
3885
+ #~ "forum administrators when a new Reply is created."
3886
+ #~ msgstr ""
3887
+ #~ "Sende E-Mail-Benachrichtigungen an alle E-Mail Adressen (kommasepariert) "
3888
+ #~ "von Foren-Administratoren wenn eine neue Antwort erstellt wird."
3889
+
3890
+ #~ msgid "Attachment click - message for non permited users"
3891
+ #~ msgstr "Nachricht f&uuml;r Anhang-Aufruf unberechtigter Nutzer"
3892
+
3893
+ #~ msgid ""
3894
+ #~ "This message will been displayed when a non permited forum member clicks "
3895
+ #~ "on attached file link in topic and posts."
3896
+ #~ msgstr ""
3897
+ #~ "Diese Nachricht wird angezeigt, wenn ein nicht berechtigter Nutzer auf "
3898
+ #~ "einen Anhang in einem Thema oder Eintrag klickt."
3899
+
3900
+ #~ msgid "Gtalk"
3901
+ #~ msgstr "Gtalk"
3902
+
3903
+ #~ msgid "Length must be between 3 characters and 15 characters."
3904
+ #~ msgstr "Die L&auml;nge muss zwischen 3 und 15 Zeichen sein."
3905
+
3906
+ #~ msgid "Username length must be between 3 characters and 15 characters."
3907
+ #~ msgstr ""
3908
+ #~ "Die L&auml;nge des Benutzernamens muss zwischen 3 und 15 Zeichen sein."
3909
+
3910
+ #~ msgid "Dahsboard - Can create forum"
3911
+ #~ msgstr "Dashboard - Kann Forum anlegen"
3912
+
3913
+ #~ msgid "Dahsboard - Can edit forum"
3914
+ #~ msgstr "Dashboard - Kann Forum editieren"
3915
+
3916
+ #~ msgid "Dahsboard - Can delete forum"
3917
+ #~ msgstr "Dashboard - Kann Forum l&ouml;schen"
3918
+
3919
+ #~ msgid "Dahsboard - Members Menu"
3920
+ #~ msgstr "Dashboard - Mitglieder-Men&uuml;"
3921
+
3922
+ #~ msgid "Dahsboard - Can edit member"
3923
+ #~ msgstr "Dashboard - Kann Mitglieder bearbeiten"
3924
+
3925
+ #~ msgid "Dahsboard - Can delete member"
3926
+ #~ msgstr "Dashboard - Kann Mitglieder l&ouml;schen"
3927
+
3928
+ #~ msgid "Dahsboard - Usergroup Menu"
3929
+ #~ msgstr "Dashboard - Benutzergruppen-Men&uuml;"
3930
+
3931
+ #~ msgid "Can make topic sticky"
3932
+ #~ msgstr "Kann Thema anpinnen"
3933
+
3934
+ #~ msgid "Can make topic answered"
3935
+ #~ msgstr "Kann Thema auf beantwortet setzen"
3936
+
3937
+ #~ msgid "Can make own topic answered"
3938
+ #~ msgstr "Kann eigenes Thema auf beantwortet setzen"
3939
+
3940
+ #~ msgid "Can make topic solved"
3941
+ #~ msgstr "Kann Thema auf gel&ouml;st setzen"
3942
+
3943
+ #~ msgid "Can make own topic solved"
3944
+ #~ msgstr "Kann eigenes Thema auf gel&ouml;st setzen"
3945
+
3946
+ #~ msgid ""
3947
+ #~ "Next Generation of WordPress Forum Softwares. Everything you need to run "
3948
+ #~ "an efficient and professional community. Powerful and beautiful bulletin "
3949
+ #~ "board with unique features."
3950
+ #~ msgstr ""
3951
+ #~ "Nächste Generation WordPress-Forensoftware. Alles was Sie ben&ouml;tigen "
3952
+ #~ "um eine effiziente und professionelle Community aufzubauen. "
3953
+ #~ "Leistungsstarkes und sch&ouml;nes Bulletin Board mit einzigartigen "
3954
+ #~ "Features."
wpf-languages/wpforo-es_ES.mo CHANGED
Binary file
wpf-languages/wpforo-es_ES.po CHANGED
@@ -1,3388 +1,3873 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Forum - wpForo\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-01-03 10:55+0300\n"
6
- "PO-Revision-Date: 2017-01-03 10:55+0300\n"
7
- "Last-Translator: gVectors Team <info@gvectors.com>\n"
8
- "Language-Team: Spanish\n"
9
- "Language: es_ES\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
- "X-Poedit-SourceCharset: UTF-8\n"
15
- "X-Generator: Poedit 1.8.6\n"
16
- "X-Poedit-Basepath: ..\n"
17
- "X-Poedit-WPHeader: wpforo.php\n"
18
- "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
19
- "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
20
- "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
21
- "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
22
- "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
23
- "X-Loco-Target-Locale: es_MX\n"
24
- "X-Poedit-SearchPath-0: .\n"
25
- "X-Poedit-SearchPathExcluded-0: *.js\n"
26
-
27
- #: wpf-admin/addons.php:14 wpf-admin/addons.php:22
28
- msgid "wpForo Addons"
29
- msgstr ""
30
-
31
- #: wpf-admin/addons.php:28
32
- msgid ""
33
- "All wpForo addons are being developed by wpForo developers at gVectors Team. "
34
- "Addon prices also include a small donation to the hard work wpForo "
35
- "developers do for free. When you buy an addon, you also donate the free "
36
- "wpForo development and support. Addons are the only incoming source for "
37
- "wpForo developers. wpForo is a premium forum plugin which will always be "
38
- "available for free. There will never be paid and pro versions of this forum "
39
- "board. We have another dozens of awesome features in our to-do list which "
40
- "will also be added for free in future releases. So the free wpForo "
41
- "development always stays on the first priority and wpForo is being extended "
42
- "with new free functions and features even faster than before."
43
- msgstr ""
44
-
45
- #: wpf-admin/addons.php:51
46
- msgid "Installed"
47
- msgstr ""
48
-
49
- #: wpf-admin/addons.php:55
50
- msgid "Version"
51
- msgstr ""
52
-
53
- #: wpf-admin/addons.php:56
54
- msgid "at least"
55
- msgstr ""
56
-
57
- #: wpf-admin/addons.php:58
58
- msgid "Details | Buy"
59
- msgstr ""
60
-
61
- #: wpf-admin/addons.php:64
62
- msgid "More information about"
63
- msgstr ""
64
-
65
- #: wpf-admin/admin.php:15 wpf-admin/admin.php:16
66
- #: wpf-includes/wpf-phrases.php:597
67
- msgid "Dashboard"
68
- msgstr "Escritorio"
69
-
70
- #: wpf-admin/admin.php:15 wpf-admin/admin.php:17 wpf-admin/dashboard.php:136
71
- #: wpf-admin/options-tabs/styles.php:16 wpf-admin/options.php:15
72
- #: wpf-includes/wpf-phrases.php:123
73
- msgid "Forums"
74
- msgstr "Foros"
75
-
76
- #: wpf-admin/admin.php:18 wpf-includes/wpf-hooks.php:22
77
- msgid "Settings"
78
- msgstr "Ajustes"
79
-
80
- #: wpf-admin/admin.php:19 wpf-admin/dashboard.php:148 wpf-admin/member.php:10
81
- #: wpf-admin/options.php:18 wpf-includes/wpf-phrases.php:177
82
- msgid "Members"
83
- msgstr "Miembros"
84
-
85
- #: wpf-admin/admin.php:20 wpf-admin/usergroup.php:8
86
- msgid "Usergroups"
87
- msgstr "Grupos"
88
-
89
- #: wpf-admin/admin.php:21 wpf-includes/wpf-phrases.php:598
90
- msgid "Phrases"
91
- msgstr "Frases"
92
-
93
- #: wpf-admin/admin.php:22 wpf-includes/wpf-phrases.php:599
94
- msgid "Themes"
95
- msgstr "Temas"
96
-
97
- #: wpf-admin/admin.php:23 wpf-admin/options.php:23
98
- #: wpf-includes/wpf-phrases.php:25
99
- msgid "Addons"
100
- msgstr "Complementos"
101
-
102
- #: wpf-admin/dashboard.php:9 wpf-includes/wpf-phrases.php:408
103
- msgid "wpForo Dashboard"
104
- msgstr "Escritorio de wpForo"
105
-
106
- #: wpf-admin/dashboard.php:25 wpf-includes/wpf-phrases.php:361
107
- msgid "Welcome Message"
108
- msgstr "Mensaje de Bienvenida"
109
-
110
- #: wpf-admin/dashboard.php:31
111
- msgid ""
112
- "Thank you for using wpForo! wpForo is a professional bulletin board for "
113
- "WorPress, and the only forum software which comes with Multi-layout template "
114
- "system.\n"
115
- " The \"Extended\", \"Simplified\" and "
116
- "\"Question &amp Answer\" layouts fit almost all type of discussions needs. "
117
- "You can use wpForo for small and extremely large communities. \n"
118
- " <br />If you found some issue or bug "
119
- "please open a support topic in plugin page or in our support forum at "
120
- "gVectors.com. If you liked wpForo please leave some good review for this "
121
- "plugin. We really need your good reviews. \n"
122
- " If you didn't like wpForo please leave a "
123
- "list of issues and requirements you'd like us to fix and add in near future. "
124
- "We're here to help you and improve wpForo as much as possible."
125
- msgstr ""
126
- "¡Gracias por usar wpForo! wpForo es un foro bulletin profesional para "
127
- "WordPress, y el único software de foros con sistema de Multiplantilla.\n"
128
- "Las plantillas \"Extendida\", \"Simplificada\" y de \"Preguntas y Respuestas"
129
- "\" se acomodarán a casi a todos los tipos de discusión disponibles. Puedes "
130
- "usar wpForo para pequeñas o comunidades extremadamente grandes.\n"
131
- "<br/> Si encuentra algún problema o bug, por favor abra un tema de soporte "
132
- "en la página del plugin o en nuestros foros de soporte en gVectors.com. Si "
133
- "le gusta wpForo, por favor déjenos un buen review de este plugin. Realmente "
134
- "ocupamos buenos reviews.\n"
135
- "Si no le ha gustado wpForo, por favor deje una lista de los problemas o "
136
- "requerimientos que le gustaria que arreglaramos y agregemos en un futuro. "
137
- "Estamos aquí para mejorar wpForo lo más que podamos."
138
-
139
- #: wpf-admin/dashboard.php:60 wpf-includes/wpf-phrases.php:130
140
- msgid "General Information"
141
- msgstr "Información General"
142
-
143
- #: wpf-admin/dashboard.php:64 wpf-includes/wpf-phrases.php:368
144
- msgid "You are currently running"
145
- msgstr "Actualmente estas usando"
146
-
147
- #: wpf-admin/dashboard.php:65 wpf-includes/wpf-phrases.php:18
148
- msgid "Active Theme"
149
- msgstr "Tema Activo"
150
-
151
- #: wpf-admin/dashboard.php:66 wpf-includes/wpf-phrases.php:413
152
- msgid "wpForo Website"
153
- msgstr "Sitio web de wpForo"
154
-
155
- #: wpf-admin/dashboard.php:67 wpf-includes/wpf-phrases.php:319
156
- msgid "Support Forum"
157
- msgstr "Foro de Soporte"
158
-
159
- #: wpf-admin/dashboard.php:78 wpf-includes/wpf-phrases.php:289
160
- msgid "Server Information"
161
- msgstr "Información del servidor"
162
-
163
- #: wpf-admin/dashboard.php:112 wpf-includes/wpf-phrases.php:46
164
- msgid "Available"
165
- msgstr "Disponible"
166
-
167
- #: wpf-admin/dashboard.php:112 wpf-includes/wpf-phrases.php:208
168
- msgid "Not available"
169
- msgstr "No disponible"
170
-
171
- #: wpf-admin/dashboard.php:130 wpf-includes/wpf-phrases.php:49
172
- msgid "Board Statistic"
173
- msgstr "Estadísticas del Foro"
174
-
175
- #: wpf-admin/dashboard.php:140 wpf-admin/options-tabs/styles.php:22
176
- #: wpf-includes/class-forums.php:547 wpf-includes/wpf-phrases.php:338
177
- msgid "Topics"
178
- msgstr "Temas"
179
-
180
- #: wpf-admin/dashboard.php:144 wpf-includes/class-forums.php:547
181
- #: wpf-includes/wpf-phrases.php:232
182
- msgid "Posts"
183
- msgstr "Mensajes"
184
-
185
- #: wpf-admin/dashboard.php:152 wpf-includes/wpf-phrases.php:178
186
- msgid "Members Online"
187
- msgstr "Miembros en Linea"
188
-
189
- #: wpf-admin/dashboard.php:161
190
- msgid "Avatars Size"
191
- msgstr ""
192
-
193
- #: wpf-admin/dashboard.php:165
194
- msgid "Default Attachments Size"
195
- msgstr ""
196
-
197
- #: wpf-admin/dashboard.php:171
198
- msgid "Advanced Attachments"
199
- msgstr ""
200
-
201
- #: wpf-admin/dashboard.php:172
202
- msgid "file(s)"
203
- msgstr ""
204
-
205
- #: wpf-admin/dashboard.php:175
206
- msgid "Advanced Attachments Size"
207
- msgstr ""
208
-
209
- #: wpf-admin/dashboard.php:180
210
- msgid "Total Size"
211
- msgstr ""
212
-
213
- #: wpf-admin/dashboard.php:188 wpf-includes/wpf-phrases.php:609
214
- msgid "Forum Maintenance"
215
- msgstr "Mantenimiento de Foro"
216
-
217
- #: wpf-admin/dashboard.php:190
218
- msgid ""
219
- "This process may take a few seconds or dozens of minutes, please be patient "
220
- "and don't close this page. If you got 500 Server Error please don't worry, "
221
- "the data updating process is still working in MySQL server."
222
- msgstr ""
223
- "Este proceso puede tomar algunos segundos o decenas de minutos, por favor "
224
- "sea paciente y no cierre esta página. No se preocupe si recibe un error 500 "
225
- "de Servidor, el proceso de actualización de los datos sigue trabajando en el "
226
- "servidor MySQL."
227
-
228
- #: wpf-admin/dashboard.php:198 wpf-includes/wpf-phrases.php:611
229
- msgid "Update Forums Statistic"
230
- msgstr "Actualizar Estadísticas de Foros"
231
-
232
- #: wpf-admin/dashboard.php:199 wpf-includes/wpf-phrases.php:612
233
- msgid "Update Users Statistic"
234
- msgstr "Actualizar Estadísticas de Usuarios"
235
-
236
- #: wpf-admin/dashboard.php:200 wpf-includes/wpf-phrases.php:613
237
- msgid "Delete Phrase Cache"
238
- msgstr "Borrar Cache de Frases"
239
-
240
- #: wpf-admin/dashboard.php:201 wpf-includes/wpf-phrases.php:634
241
- msgid "Delete User Cache"
242
- msgstr "Borrar Cache de Usuario"
243
-
244
- #: wpf-admin/forum.php:13 wpf-includes/functions.php:662
245
- #: wpf-includes/wpf-phrases.php:301
246
- msgid "Show on screen"
247
- msgstr "Mostrar en Pantalla"
248
-
249
- #: wpf-admin/forum.php:15 wpf-admin/forum.php:119
250
- #: wpf-includes/wpf-phrases.php:113
251
- msgid "Forum Options"
252
- msgstr "Opciones del Foro"
253
-
254
- #: wpf-admin/forum.php:16 wpf-includes/wpf-phrases.php:223
255
- msgid "Permissions"
256
- msgstr "Permisos"
257
-
258
- #: wpf-admin/forum.php:17 wpf-includes/wpf-phrases.php:306
259
- msgid "Slug"
260
- msgstr "Slug"
261
-
262
- #: wpf-admin/forum.php:18 wpf-includes/wpf-phrases.php:112
263
- msgid "Forum Meta"
264
- msgstr "Meta Foro"
265
-
266
- #: wpf-admin/forum.php:21 wpf-includes/wpf-phrases.php:273
267
- msgid "Screen Layout"
268
- msgstr "Plantilla de Pantalla"
269
-
270
- #: wpf-admin/forum.php:22 wpf-includes/wpf-phrases.php:209
271
- msgid "Number of Columns"
272
- msgstr "Número de Columnas"
273
-
274
- #: wpf-admin/forum.php:32 wpf-includes/functions.php:676
275
- #: wpf-includes/wpf-phrases.php:274
276
- msgid "Screen Options"
277
- msgstr "Opciones de Pantalla"
278
-
279
- #: wpf-admin/forum.php:43 wpf-includes/wpf-phrases.php:51
280
- msgid "Categories and Forums"
281
- msgstr "Categorías y Foros"
282
-
283
- #: wpf-admin/forum.php:44 wpf-admin/options-tabs/general.php:75
284
- #: wpf-admin/themes.php:10 wpf-admin/usergroup.php:8
285
- #: wpf-includes/wpf-phrases.php:20
286
- msgid "Add New"
287
- msgstr "Añadir nuevo"
288
-
289
- #: wpf-admin/forum.php:55
290
- msgid "Important Tips"
291
- msgstr ""
292
-
293
- #: wpf-admin/forum.php:56 wpf-includes/wpf-phrases.php:225
294
- msgid "Please drag and drop forum panels to set parent-child hierarchy."
295
- msgstr ""
296
- "Arrastre y suelte los páneles de los foros para indicar la jerarquía padre-"
297
- "hijo"
298
-
299
- #: wpf-admin/forum.php:57
300
- msgid ""
301
- "If a category (blue panels) does not have forums (grey panels) it will not "
302
- "be displayed on front-end. Each category should contain at least one forum."
303
- msgstr ""
304
-
305
- #: wpf-admin/forum.php:58
306
- msgid ""
307
- "Forums can be displayed with different layouts (Extended, Simplified, Q&A), "
308
- "just edit the top (blue panels) category and set the layout you want. Child "
309
- "forums' layout depends on the top category (blue panels) layout. They cannot "
310
- "have a different layout."
311
- msgstr ""
312
-
313
- #: wpf-admin/forum.php:74 wpf-includes/wpf-phrases.php:272
314
- msgid "Save forums order and hierarchy"
315
- msgstr "Salva el orden y jerarquía de los foros"
316
-
317
- #: wpf-admin/forum.php:101 wpf-includes/wpf-phrases.php:87
318
- msgid "Enter forum title here"
319
- msgstr "Introduce el título del foro"
320
-
321
- #: wpf-admin/forum.php:106 wpf-includes/wpf-phrases.php:86
322
- msgid "Enter description here . . ."
323
- msgstr "Introduzca la descripción aquí..."
324
-
325
- #: wpf-admin/forum.php:107 wpf-includes/wpf-phrases.php:329
326
- msgid ""
327
- "This is a forum description. This content will be displayed under forum "
328
- "title on the forum list."
329
- msgstr ""
330
- "Esta es la descripción del foro. Este contenido se mostrará bajo el titulo "
331
- "del foro en la lista de foros."
332
-
333
- #: wpf-admin/forum.php:122 wpf-includes/wpf-phrases.php:221
334
- msgid "Parent Forum"
335
- msgstr "Superior"
336
-
337
- #: wpf-admin/forum.php:125 wpf-includes/wpf-phrases.php:204
338
- msgid "No parent"
339
- msgstr "Sin Superior"
340
-
341
- #: wpf-admin/forum.php:130 wpf-includes/wpf-phrases.php:346
342
- msgid "Use as Category"
343
- msgstr "Usar como Categoría"
344
-
345
- #: wpf-admin/forum.php:132 wpf-includes/wpf-phrases.php:52
346
- msgid "Category Layout"
347
- msgstr "Plantilla de la Categoría"
348
-
349
- #: wpf-admin/forum.php:140 wpf-includes/wpf-phrases.php:202
350
- msgid "No layout found."
351
- msgstr "No se encontró plantilla"
352
-
353
- #: wpf-admin/forum.php:149 wpf-admin/forum.php:156
354
- #: wpf-includes/wpf-phrases.php:234
355
- msgid "Publish"
356
- msgstr "Publicar"
357
-
358
- #: wpf-admin/forum.php:153 wpf-includes/wpf-phrases.php:37
359
- msgid "Are you sure you want to delete this forum?"
360
- msgstr "¿Esta seguro que desea borrar este foro?"
361
-
362
- #: wpf-admin/forum.php:153 wpf-admin/themes.php:73 wpf-admin/usergroup.php:37
363
- #: wpf-admin/usergroup.php:133 wpf-includes/wpf-hooks.php:987
364
- #: wpf-includes/wpf-phrases.php:66
365
- msgid "Delete"
366
- msgstr "Borrar"
367
-
368
- #: wpf-admin/forum.php:154 wpf-admin/usergroup.php:39
369
- #: wpf-includes/class-forums.php:553 wpf-includes/wpf-phrases.php:355
370
- msgid "View"
371
- msgstr "Ver"
372
-
373
- #: wpf-admin/forum.php:224 wpf-includes/wpf-phrases.php:118
374
- msgid "Forum Slug"
375
- msgstr "Slug del Foro"
376
-
377
- #: wpf-admin/forum.php:227 wpf-includes/wpf-phrases.php:322
378
- msgid ""
379
- "The \"slug\" is the URL-friendly version of the name. It is usually all "
380
- "lowercase and contains only letters, numbers, and hyphens."
381
- msgstr ""
382
- "El \"slug\" es una versión amigable del nombre de la URL. Usualmente "
383
- "contiene solo texto en minúsculas, numeros y guíones."
384
-
385
- #: wpf-admin/forum.php:233
386
- msgid "Forum Icon"
387
- msgstr ""
388
-
389
- #: wpf-admin/forum.php:236
390
- msgid "Font-awesome Icon"
391
- msgstr ""
392
-
393
- #: wpf-admin/forum.php:238
394
- msgid "You can find all icons"
395
- msgstr ""
396
-
397
- #: wpf-admin/forum.php:238
398
- msgid "here"
399
- msgstr ""
400
-
401
- #: wpf-admin/forum.php:238
402
- msgid ""
403
- "Make sure you insert a class of font-awesome icon, it should start with fa- "
404
- "prefix like &quot;fa-comments&quot;."
405
- msgstr ""
406
-
407
- #: wpf-admin/forum.php:245 wpf-includes/wpf-phrases.php:116
408
- msgid "Forum SEO"
409
- msgstr "SEO del Foro"
410
-
411
- #: wpf-admin/forum.php:248 wpf-includes/wpf-phrases.php:183
412
- msgid "Meta Description"
413
- msgstr "Descripción Meta"
414
-
415
- #: wpf-admin/forum.php:277 wpf-includes/wpf-phrases.php:328
416
- msgid "This action will also delete all sub-forums, topics and replies."
417
- msgstr "Esta acción también borrará todos los sub-foros, temas y respuestas."
418
-
419
- #: wpf-admin/forum.php:285 wpf-includes/wpf-phrases.php:137
420
- msgid ""
421
- "If you want to delete this forum and keep its sub-forums, topics and "
422
- "replies, please select a new target forum in dropdown below"
423
- msgstr ""
424
- "Si desea borrar este foro y mantener los sub-foros, temas y respuestas, por "
425
- "favor seleccione un nuevo foro objetivo de la lista"
426
-
427
- #: wpf-admin/forum.php:294 wpf-includes/wpf-phrases.php:26
428
- msgid ""
429
- "All sub-forums, topics and replies will be attached to selected forum. "
430
- "Layout will be inherited from this forum."
431
- msgstr ""
432
- "Todos los sub-foros, temas y respuestas serán adjudicadas al foro "
433
- "seleccionado. La plantilla será asimilada por este foro."
434
-
435
- #: wpf-admin/options-tabs/accesses.php:9 wpf-includes/wpf-phrases.php:21
436
- msgid "Add New Forum Access"
437
- msgstr "Añadir nuevo acceso al foro"
438
-
439
- #: wpf-admin/options-tabs/accesses.php:13 wpf-includes/wpf-phrases.php:15
440
- msgid "Access names"
441
- msgstr "Nombres de acceso"
442
-
443
- #: wpf-admin/options-tabs/accesses.php:26
444
- #: wpf-admin/options-tabs/accesses.php:27
445
- #: wpf-admin/options-tabs/accesses.php:28
446
- msgid "This access is usually used for "
447
- msgstr ""
448
-
449
- #: wpf-admin/options-tabs/accesses.php:26
450
- msgid "Guests"
451
- msgstr ""
452
-
453
- #: wpf-admin/options-tabs/accesses.php:26
454
- #: wpf-admin/options-tabs/accesses.php:27
455
- #: wpf-admin/options-tabs/accesses.php:28
456
- msgid "usergroup"
457
- msgstr ""
458
-
459
- #: wpf-admin/options-tabs/accesses.php:27 wpf-includes/wpf-phrases.php:621
460
- msgid "Registered"
461
- msgstr "Registrado"
462
-
463
- #: wpf-admin/options-tabs/accesses.php:28 wpf-includes/wpf-phrases.php:619
464
- msgid "Admin"
465
- msgstr "Administrador"
466
-
467
- #: wpf-admin/options-tabs/accesses.php:32 wpf-includes/class-forums.php:549
468
- #: wpf-includes/functions.php:504 wpf-includes/wpf-phrases.php:381
469
- msgid "edit"
470
- msgstr "editar"
471
-
472
- #: wpf-admin/options-tabs/accesses.php:34 wpf-includes/wpf-phrases.php:39
473
- msgid ""
474
- "Are you sure you want to remove this access set? Usergroups which attached "
475
- "to this access will lost all forum permissions."
476
- msgstr ""
477
- "¿Esta seguro que desea remover este conjunto de accesos? Los grupos de "
478
- "usuarios adjuntos a este acceso perderán todos sus permisos de foro."
479
-
480
- #: wpf-admin/options-tabs/accesses.php:34 wpf-includes/class-forums.php:551
481
- #: wpf-includes/functions.php:522 wpf-includes/functions.php:527
482
- #: wpf-includes/wpf-phrases.php:380
483
- msgid "delete"
484
- msgstr "borrar"
485
-
486
- #: wpf-admin/options-tabs/accesses.php:49 wpf-includes/wpf-phrases.php:14
487
- msgid "Access name"
488
- msgstr "Nombre de accesso"
489
-
490
- #: wpf-admin/options-tabs/accesses.php:69 wpf-includes/wpf-phrases.php:270
491
- msgid "Save"
492
- msgstr "Publicar"
493
-
494
- #: wpf-admin/options-tabs/accesses.php:69 wpf-includes/wpf-phrases.php:343
495
- msgid "Update"
496
- msgstr "Actualizar"
497
-
498
- #: wpf-admin/options-tabs/emails.php:13
499
- msgid "FROM Name"
500
- msgstr ""
501
-
502
- #: wpf-admin/options-tabs/emails.php:17
503
- msgid "FROM Email Address"
504
- msgstr ""
505
-
506
- #: wpf-admin/options-tabs/emails.php:22
507
- msgid "Forum Admins email addresses"
508
- msgstr ""
509
-
510
- #: wpf-admin/options-tabs/emails.php:23 wpf-includes/wpf-phrases.php:57
511
- msgid ""
512
- "Comma separated email addresses of forum administrators to get forum "
513
- "notifications. For example post report messages."
514
- msgstr ""
515
- "Separa por coma cada correo eléctronico de los administradores del foro a "
516
- "quienes les deberá llegar las notificaciones del Foro. Por ejemplo reportes "
517
- "de los mensajes."
518
-
519
- #: wpf-admin/options-tabs/emails.php:29
520
- msgid "Notify Admins via email on new Topic"
521
- msgstr ""
522
-
523
- #: wpf-admin/options-tabs/emails.php:30
524
- msgid ""
525
- "Send Notification emails to all email addresses (comma separated ) of forum "
526
- "administrators when a new Topic is created."
527
- msgstr ""
528
-
529
- #: wpf-admin/options-tabs/emails.php:34 wpf-admin/options-tabs/emails.php:46
530
- #: wpf-admin/options-tabs/features.php:55 wpf-includes/wpf-phrases.php:366
531
- msgid "Yes"
532
- msgstr "Sí"
533
-
534
- #: wpf-admin/options-tabs/emails.php:35 wpf-admin/options-tabs/emails.php:47
535
- #: wpf-admin/options-tabs/features.php:56 wpf-includes/wpf-phrases.php:196
536
- msgid "No"
537
- msgstr "No"
538
-
539
- #: wpf-admin/options-tabs/emails.php:41
540
- msgid "Notify Admins via email on new Post"
541
- msgstr ""
542
-
543
- #: wpf-admin/options-tabs/emails.php:42
544
- msgid ""
545
- "Send Notification emails to all email addresses (comma separated ) of forum "
546
- "administrators when a new Reply is created."
547
- msgstr ""
548
-
549
- #: wpf-admin/options-tabs/emails.php:53 wpf-includes/wpf-phrases.php:317
550
- msgid "Subscription Emails"
551
- msgstr "Correos Electrónicos de Suscripciones"
552
-
553
- #: wpf-admin/options-tabs/emails.php:57 wpf-includes/wpf-phrases.php:314
554
- msgid "Subscribe confirmation email subject"
555
- msgstr "Asunto para Confirmación de Suscripción"
556
-
557
- #: wpf-admin/options-tabs/emails.php:61 wpf-includes/wpf-phrases.php:313
558
- msgid "Subscribe confirmation email message"
559
- msgstr "Mensaje para la Confirmación de Suscripción"
560
-
561
- #: wpf-admin/options-tabs/emails.php:65 wpf-includes/wpf-phrases.php:195
562
- msgid "New topic notification email subject"
563
- msgstr "Asunto para notificación de Tema nuevo"
564
-
565
- #: wpf-admin/options-tabs/emails.php:69 wpf-includes/wpf-phrases.php:194
566
- msgid "New topic notification email message"
567
- msgstr "Mensaje para notificación de Tema nuevo"
568
-
569
- #: wpf-admin/options-tabs/emails.php:73 wpf-includes/wpf-phrases.php:193
570
- msgid "New reply notification email subject"
571
- msgstr "Asunto para notificación de Respuesta nueva"
572
-
573
- #: wpf-admin/options-tabs/emails.php:77 wpf-includes/wpf-phrases.php:192
574
- msgid "New reply notification email message"
575
- msgstr "Mensaje para notificación de Respuesta nueva"
576
-
577
- #: wpf-admin/options-tabs/emails.php:82 wpf-includes/wpf-phrases.php:227
578
- msgid "Post Reporting Emails"
579
- msgstr "Correo Electrónico para Mensajes Reportados"
580
-
581
- #: wpf-admin/options-tabs/emails.php:83 wpf-includes/wpf-phrases.php:331
582
- msgid "This message comes from post reporting pop-up form."
583
- msgstr ""
584
- "Este mensaje viene desde la ventana de formulario para reportar publicaciones"
585
-
586
- #: wpf-admin/options-tabs/emails.php:88 wpf-includes/wpf-phrases.php:266
587
- msgid "Report message subject"
588
- msgstr "Asunto del mensaje reportado"
589
-
590
- #: wpf-admin/options-tabs/emails.php:93 wpf-includes/wpf-phrases.php:265
591
- msgid "Report message body"
592
- msgstr "Cuerpo del mensaje reportado"
593
-
594
- #: wpf-admin/options-tabs/emails.php:99 wpf-admin/options-tabs/features.php:66
595
- #: wpf-admin/options-tabs/forums.php:16 wpf-admin/options-tabs/general.php:82
596
- #: wpf-admin/options-tabs/members.php:115 wpf-admin/options-tabs/posts.php:67
597
- #: wpf-admin/options-tabs/styles.php:93 wpf-includes/wpf-phrases.php:344
598
- msgid "Update Options"
599
- msgstr "Actualizar Opciones"
600
-
601
- #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:294
602
- msgid "Show Admin Bar for Members"
603
- msgstr "Mostrar la barra de aministrador para usuarios"
604
-
605
- #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:332
606
- msgid "This option doesn't affect website admins."
607
- msgstr "Esta opción no afecta a los administradores del sitio."
608
-
609
- #: wpf-admin/options-tabs/features.php:10 wpf-includes/wpf-phrases.php:296
610
- msgid "Show Forum Page Title"
611
- msgstr "Mostrar Titulo de la Página del Foro"
612
-
613
- #: wpf-admin/options-tabs/features.php:11 wpf-includes/wpf-phrases.php:299
614
- msgid "Show Top/Menu Bar"
615
- msgstr "Mostrar Barra del Top/Menú"
616
-
617
- #: wpf-admin/options-tabs/features.php:12 wpf-includes/wpf-phrases.php:298
618
- msgid "Show Top Search"
619
- msgstr "Mostrar Búsqueda"
620
-
621
- #: wpf-admin/options-tabs/features.php:13 wpf-includes/wpf-phrases.php:295
622
- msgid "Show Breadcrumb"
623
- msgstr "Mostrar Breadcrumb"
624
-
625
- #: wpf-admin/options-tabs/features.php:14 wpf-includes/wpf-phrases.php:297
626
- msgid "Show Forum Statistic"
627
- msgstr "Mostrar Estadísticas del Foro"
628
-
629
- #: wpf-admin/options-tabs/features.php:15 wpf-includes/wpf-phrases.php:257
630
- msgid "Replace Author Link to Forum Profile"
631
- msgstr "Cambiar el Link del Autor por el del Perfil del Foro"
632
-
633
- #: wpf-admin/options-tabs/features.php:16 wpf-includes/wpf-phrases.php:258
634
- msgid "Replace Comment Author Link to Forum Profile"
635
- msgstr "Cambiar Link de Autor de Comentario por el del Perfil de Foro"
636
-
637
- #: wpf-admin/options-tabs/features.php:17 wpf-includes/wpf-phrases.php:631
638
- msgid "Enable User Registration"
639
- msgstr "Activar Registro"
640
-
641
- #: wpf-admin/options-tabs/features.php:17 wpf-includes/wpf-phrases.php:632
642
- msgid ""
643
- "This option is not synced with WordPress \"Anyone can register\" option in "
644
- "Dashboard > Settings > General admin page. If this option is enabled new "
645
- "users will always be able to register."
646
- msgstr ""
647
- "Esta opción no esta sincroniza con la opción de \"Cualquiera puede "
648
- "registrarse\" en Escritorio > Ajustes >Generales del WordPress. Si esta "
649
- "opción esta activada, nuevos usuarios siempre podrán registrarse."
650
-
651
- #: wpf-admin/options-tabs/features.php:18
652
- msgid "Enable User Registration email confirmation"
653
- msgstr ""
654
-
655
- #: wpf-admin/options-tabs/features.php:18
656
- msgid ""
657
- "If you have enabled this option, after registering, user can not login "
658
- "without confirming the email."
659
- msgstr ""
660
-
661
- #: wpf-admin/options-tabs/features.php:19 wpf-includes/wpf-phrases.php:260
662
- msgid "Replace Registration Page URL to Forum URL"
663
- msgstr "Cambiar URL de Registro por la URL del Foro"
664
-
665
- #: wpf-admin/options-tabs/features.php:20 wpf-includes/wpf-phrases.php:259
666
- msgid "Replace Login Page URL to Forum URL"
667
- msgstr "Cambiar URL de Inicio de Sesión por la URL del Foro"
668
-
669
- #: wpf-admin/options-tabs/features.php:21 wpf-includes/wpf-phrases.php:256
670
- msgid "Replace Author Avatar with Forum Profile Avatar"
671
- msgstr "Cambiar el Avatar del Autor por el del Avatar de Perfil del Foro"
672
-
673
- #: wpf-admin/options-tabs/features.php:22 wpf-includes/wpf-phrases.php:77
674
- msgid "Enable Avatars"
675
- msgstr "Activar Avatars"
676
-
677
- #: wpf-admin/options-tabs/features.php:23 wpf-includes/wpf-phrases.php:78
678
- msgid "Enable Custom Avatars"
679
- msgstr "Activar Avatars Personalizados"
680
-
681
- #: wpf-admin/options-tabs/features.php:24 wpf-includes/wpf-phrases.php:31
682
- msgid "Allow Member Signature"
683
- msgstr "Permitir Firma a los Miembros"
684
-
685
- #: wpf-admin/options-tabs/features.php:25 wpf-includes/wpf-phrases.php:80
686
- msgid "Enable Member Rating"
687
- msgstr "Activar Rating de Miembro"
688
-
689
- #: wpf-admin/options-tabs/features.php:26 wpf-includes/wpf-phrases.php:81
690
- msgid "Enable Member Rating Titles"
691
- msgstr "Activar Titulos de Rating de Miembro"
692
-
693
- #: wpf-admin/options-tabs/features.php:27 wpf-includes/wpf-phrases.php:79
694
- msgid "Enable Member Cache"
695
- msgstr "Activar el Cache a Miembros"
696
-
697
- #: wpf-admin/options-tabs/features.php:28 wpf-includes/wpf-phrases.php:84
698
- msgid "Enable wpForo SEO for Meta Titles"
699
- msgstr "Activar SEO de wpForo para Títulos Meta"
700
-
701
- #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:83
702
- msgid "Enable wpForo SEO for Meta Tags"
703
- msgstr "Activar SEO de wpForo para Etiquetas de Meta"
704
-
705
- #: wpf-admin/options-tabs/features.php:30 wpf-includes/wpf-phrases.php:82
706
- msgid "Enable wpForo Font-Awesome Lib"
707
- msgstr "Activar Libreria de Fot-Awesome para wpForo"
708
-
709
- #: wpf-admin/options-tabs/features.php:31 wpf-includes/wpf-phrases.php:85
710
- msgid "Enable Output Buffer"
711
- msgstr "Activar Output Buffer"
712
-
713
- #: wpf-admin/options-tabs/features.php:31 wpf-includes/wpf-phrases.php:330
714
- msgid ""
715
- "This feature is useful if you're adding content before or after [wpforo] "
716
- "shortcode in page content. Also it useful if forum is loaded before website "
717
- "header, on top of the front-end."
718
- msgstr ""
719
- "Esta opción es útil si estas agregando contenido antes o despues del "
720
- "shortcode [wpforo] de la página. También es útil si el foro carga antes del "
721
- "encabezado de tu sitio."
722
-
723
- #: wpf-admin/options-tabs/features.php:32
724
- msgid "Enable WordPress Date/Time Format"
725
- msgstr "Activar Formato de Fecha/Tiempo de WordPress"
726
-
727
- #: wpf-admin/options-tabs/features.php:32 wpf-includes/wpf-phrases.php:596
728
- msgid ""
729
- "You can manage WordPress date and time format in WordPress Settings > "
730
- "General admin page."
731
- msgstr ""
732
- "Puedes administrar el formato de fecha y hora de WordPress en Ajustes > "
733
- "Generales del administrador de WordPress."
734
-
735
- #: wpf-admin/options-tabs/features.php:33 wpf-includes/wpf-phrases.php:607
736
- msgid "Enable Subscription Confirmation"
737
- msgstr "Activar Confirmación de Suscripción"
738
-
739
- #: wpf-admin/options-tabs/features.php:33 wpf-includes/wpf-phrases.php:608
740
- msgid "Forum and Topic subscription with double opt-in/confirmation system."
741
- msgstr ""
742
- "Suscriopciones a Foros y Temas con sistema de doble opción de confirmación."
743
-
744
- #: wpf-admin/options-tabs/features.php:34
745
- msgid "Topic subscription option on post editor"
746
- msgstr ""
747
-
748
- #: wpf-admin/options-tabs/features.php:34
749
- msgid ""
750
- "This option adds topic subscription checkbox next to new topic and post "
751
- "submit button."
752
- msgstr ""
753
-
754
- #: wpf-admin/options-tabs/features.php:35
755
- msgid "Topic subscription option on post editor - checked/enabled"
756
- msgstr ""
757
-
758
- #: wpf-admin/options-tabs/features.php:35
759
- msgid ""
760
- "Enable this option if you want the topic subscription checkbox to be checked "
761
- "by default."
762
- msgstr ""
763
-
764
- #: wpf-admin/options-tabs/features.php:36 wpf-includes/wpf-phrases.php:635
765
- msgid "Insert Forum Attachments to Media Library"
766
- msgstr "Insertar Adjuntos del Foro en la Libreria Multimedia"
767
-
768
- #: wpf-admin/options-tabs/features.php:36 wpf-includes/wpf-phrases.php:636
769
- msgid ""
770
- "Enable this option to be able manage forum attachments in Dashboard > Media "
771
- "> Library admin page."
772
- msgstr ""
773
- "Activa esta opción para administrar los adjuntos del foro en Escritorio > "
774
- "Medios > Librería Multimedia del administrador de WordPress."
775
-
776
- #: wpf-admin/options-tabs/features.php:37 wpf-includes/wpf-phrases.php:600
777
- msgid "Enable Debug Mode"
778
- msgstr "Activar Modo de Depuración"
779
-
780
- #: wpf-admin/options-tabs/features.php:37 wpf-includes/wpf-phrases.php:601
781
- msgid ""
782
- "If you got some issue with wpForo, please enable this option before asking "
783
- "for support, this outputs hidden important information to help us debug your "
784
- "issue."
785
- msgstr ""
786
- "Si tienes algún problema con wpForo, por favor, activa esta opción antes de "
787
- "pedir ayuda, esto mostrará información oculta importante para ayudarnos a "
788
- "depurar el problema."
789
-
790
- #: wpf-admin/options-tabs/features.php:38 wpf-includes/wpf-phrases.php:134
791
- msgid "Help wpForo to grow, show plugin info"
792
- msgstr "Ayuda wpForo a crecer, muestra información del plugin"
793
-
794
- #: wpf-admin/options-tabs/features.php:38 wpf-includes/wpf-phrases.php:226
795
- msgid ""
796
- "Please enable this option to help wpForo get more popularity as your thank "
797
- "to the hard work we do for you totally free. This option adds a very small "
798
- "icon in forum footer, which will allow your site visitors recognize the name "
799
- "of forum solution you use."
800
- msgstr ""
801
- "Por favor activa esta opción para que ayude a wpForo a ser más popular, esto "
802
- "como un agradecimiento por el duro trabajo que hacemos totalmente gratis "
803
- "para Ústed. Esta opción agrega un pequeño ícono en el footer del foro, que "
804
- "ayudará a sus visitantes reconocer el nombre del foro que esta usando."
805
-
806
- #: wpf-admin/options-tabs/general.php:15 wpf-includes/wpf-phrases.php:107
807
- msgid "Forum Base URL"
808
- msgstr "URL Base del Foro"
809
-
810
- #: wpf-admin/options-tabs/general.php:24 wpf-includes/wpf-phrases.php:645
811
- msgid "Turn WordPress to wpForo"
812
- msgstr "Cambia WordPress a wpForo"
813
-
814
- #: wpf-admin/options-tabs/general.php:25
815
- msgid ""
816
- "This option will disable WordPress on front-end. Only forum pages and "
817
- "excluded post/pages will be available. wpForo will look like as a stand-"
818
- "alone forum."
819
- msgstr ""
820
-
821
- #: wpf-admin/options-tabs/general.php:28
822
- msgid "Exclude page URLs"
823
- msgstr ""
824
-
825
- #: wpf-admin/options-tabs/general.php:28
826
- msgid "one URL per line"
827
- msgstr ""
828
-
829
- #: wpf-admin/options-tabs/general.php:38
830
- msgid "Visit Forum"
831
- msgstr "Visitar Foro"
832
-
833
- #: wpf-admin/options-tabs/general.php:41
834
- msgid ""
835
- "wpForo PageID doesn't exist. Forums will not be loaded, please read this"
836
- msgstr ""
837
-
838
- #: wpf-admin/options-tabs/general.php:41
839
- msgid "suppor topic"
840
- msgstr ""
841
-
842
- #: wpf-admin/options-tabs/general.php:43
843
- msgid "Forum Page ID"
844
- msgstr ""
845
-
846
- #: wpf-admin/options-tabs/general.php:48 wpf-includes/wpf-phrases.php:121
847
- msgid "Forum Title"
848
- msgstr "Título del Foro"
849
-
850
- #: wpf-admin/options-tabs/general.php:52 wpf-includes/wpf-phrases.php:108
851
- msgid "Forum Description"
852
- msgstr "Descripción del Foro"
853
-
854
- #: wpf-admin/options-tabs/general.php:57 wpf-includes/wpf-phrases.php:64
855
- msgid "Dashboard Menu Position"
856
- msgstr "Posición del Menú en el Escritorio"
857
-
858
- #: wpf-admin/options-tabs/general.php:58 wpf-includes/wpf-phrases.php:323
859
- msgid "The position in the menu order wpForo should appear."
860
- msgstr "Orden en el menú donde aparecera wpForo."
861
-
862
- #: wpf-admin/options-tabs/general.php:59 wpf-includes/wpf-phrases.php:348
863
- msgid ""
864
- "Use greater than 5 - below Posts, 10 - below Media, 15 - below Links, 20 - "
865
- "below Pages, 25 - below comments, 60 - below first separator, 65 - below "
866
- "Plugins, 70 - below Users, 75 - below Tools, 80 - below Settings, 100 - "
867
- "below second separator"
868
- msgstr ""
869
- "Usar mayor que 5 - abajo de Entradas, 10 - Abajo de Medios, 15 - abajo de "
870
- "Enlaces, 20 - abajo de Páginas, 25 - abajo de Comentarios, 60 - abajo del "
871
- "Primer Separador, 65 - Abajo de Plugins, 70 - abajo de Usuarios, 75 - abajo "
872
- "de Herramientas, 80 - abajo de Ajustes, 100 - abajo del Segundo Separador"
873
-
874
- #: wpf-admin/options-tabs/general.php:68 wpf-includes/wpf-phrases.php:110
875
- msgid "Forum Language"
876
- msgstr "Lenguaje del Foro"
877
-
878
- #: wpf-admin/options-tabs/general.php:69
879
- msgid ""
880
- "This option is only related to XML language files. You should upload a "
881
- "translation XML file to have a new language option in this drop-down. If you "
882
- "are using PO/MO translation files you should change WordPress Language in "
883
- "Dashboard > Settings admin page to load according translation for wpForo."
884
- msgstr ""
885
-
886
- #: wpf-admin/options-tabs/general.php:94 wpf-includes/wpf-phrases.php:144
887
- msgid "Language XML file"
888
- msgstr "Archivo XML de Lenguaje"
889
-
890
- #: wpf-admin/options-tabs/general.php:103 wpf-includes/wpf-phrases.php:22
891
- msgid "Add New Language"
892
- msgstr "Añadir Lenguaje Nuevo"
893
-
894
- #: wpf-admin/options-tabs/members.php:13 wpf-includes/wpf-phrases.php:217
895
- msgid "Online status timeout"
896
- msgstr "Tiempo para el estado en linea"
897
-
898
- #: wpf-admin/options-tabs/members.php:16 wpf-admin/options-tabs/posts.php:19
899
- #: wpf-admin/options-tabs/posts.php:23 wpf-admin/options-tabs/posts.php:31
900
- #: wpf-admin/options-tabs/posts.php:35 wpf-includes/wpf-phrases.php:390
901
- msgid "minutes"
902
- msgstr "minutos"
903
-
904
- #: wpf-admin/options-tabs/members.php:20 wpf-includes/wpf-phrases.php:179
905
- msgid "Members URL structure"
906
- msgstr "Estructura para la URL de Miembros"
907
-
908
- #: wpf-admin/options-tabs/members.php:30 wpf-includes/wpf-phrases.php:62
909
- msgid "Custom Authorization URLs"
910
- msgstr "ULRs de Autorización Personalizada"
911
-
912
- #: wpf-admin/options-tabs/members.php:32
913
- msgid ""
914
- "Use this option only if you have set other pages for authorization. \n"
915
- " wpForo doesn't change its own URLs, these options "
916
- "are only for other plugin compatibility. \n"
917
- " For example, if you use BuddyPress or Ultimate "
918
- "Member plugin you can set these values:"
919
- msgstr ""
920
- "Utilice esta opción solo si tienes otras páginas para la autorización.\n"
921
- "wpForo no cambia sus propias URLs, estas opciones son solo para "
922
- "compatibilidad de otros plugins.\n"
923
- "Por ejemplo, puedes cambiar los valores si estas usando los plugins de "
924
- "Buddypress ó Ultimate Member."
925
-
926
- #: wpf-admin/options-tabs/members.php:35 wpf-admin/options-tabs/members.php:41
927
- #: wpf-includes/wpf-phrases.php:162
928
- msgid "Login URL"
929
- msgstr "URL para Inicio de Sesión"
930
-
931
- #: wpf-admin/options-tabs/members.php:36 wpf-admin/options-tabs/members.php:42
932
- #: wpf-includes/wpf-phrases.php:252
933
- msgid "Register URL"
934
- msgstr "URL para Registro"
935
-
936
- #: wpf-admin/options-tabs/members.php:43 wpf-includes/wpf-phrases.php:164
937
- msgid "Lost Password URL"
938
- msgstr "URL para Contraseña Perdida"
939
-
940
- #: wpf-admin/options-tabs/members.php:49 wpf-includes/wpf-phrases.php:174
941
- msgid "Member Reputation"
942
- msgstr "Reputación de Miembros"
943
-
944
- #: wpf-admin/options-tabs/members.php:57 wpf-includes/wpf-phrases.php:247
945
- msgid "Rating Level"
946
- msgstr "Nivel de Rating"
947
-
948
- #: wpf-admin/options-tabs/members.php:58 wpf-includes/wpf-phrases.php:184
949
- msgid "Min Number of Posts"
950
- msgstr "Mensajes Mínimos"
951
-
952
- #: wpf-admin/options-tabs/members.php:59 wpf-includes/wpf-phrases.php:175
953
- msgid "Member Title"
954
- msgstr "Título de Miembro"
955
-
956
- #: wpf-admin/options-tabs/members.php:60 wpf-includes/wpf-phrases.php:293
957
- msgid "Short Badge"
958
- msgstr "Emblema Corto"
959
-
960
- #: wpf-admin/options-tabs/members.php:61 wpf-includes/wpf-phrases.php:128
961
- msgid "Full Badge"
962
- msgstr "Emblema Completo"
963
-
964
- #: wpf-admin/options-tabs/members.php:62 wpf-includes/wpf-phrases.php:245
965
- msgid "Rating Color"
966
- msgstr "Color de Rating"
967
-
968
- #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:246
969
- msgid "Rating Icon"
970
- msgstr "Ícono de Rating"
971
-
972
- #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:186
973
- msgid "More"
974
- msgstr "Más"
975
-
976
- #: wpf-admin/options-tabs/members.php:68 wpf-includes/wpf-phrases.php:158
977
- msgid "Level"
978
- msgstr "Nivel"
979
-
980
- #: wpf-admin/options-tabs/members.php:69 wpf-includes/wpf-phrases.php:211
981
- msgid "Number of Posts"
982
- msgstr "Numero de Mensjaes"
983
-
984
- #: wpf-admin/options-tabs/members.php:70 wpf-includes/wpf-phrases.php:63
985
- msgid "Custom Title"
986
- msgstr "Título Personalizado"
987
-
988
- #: wpf-admin/options-tabs/members.php:73 wpf-includes/wpf-phrases.php:56
989
- msgid "Color"
990
- msgstr "Color"
991
-
992
- #: wpf-admin/options-tabs/members.php:74 wpf-includes/wpf-phrases.php:48
993
- msgid "Badge Icon"
994
- msgstr "Ícono del Emblema"
995
-
996
- #: wpf-admin/options-tabs/members.php:80
997
- msgid "Enable Reputation Titles for selected usergroups"
998
- msgstr "Activar Titulos de Reputación para los grupos seleccionados"
999
-
1000
- #: wpf-admin/options-tabs/members.php:81
1001
- msgid ""
1002
- "This option depends on \"Enable Member Rating\" parent option, witch located "
1003
- "in wpForo Settings > Features Tab"
1004
- msgstr ""
1005
- "Esta opción dependerá de \"Activar Rating de Miembro\", el cuál se encuentra "
1006
- "en la pestaña wpForo > Funciones."
1007
-
1008
- #: wpf-admin/options-tabs/members.php:94
1009
- msgid "Enable Reputation Badges for selected usergroups"
1010
- msgstr "Activar Emblemas de Reputación para los grupos seleccionados"
1011
-
1012
- #: wpf-admin/options-tabs/members.php:95
1013
- msgid ""
1014
- "This option depends on \"Enable Member Rating Titles\" parent option, witch "
1015
- "located in wpForo Settings > Features Tab"
1016
- msgstr ""
1017
- "Esta opción dependerá de \"Activar Titulos de Rating de Miembro\", el cuál "
1018
- "se encuentra en la pestaña wpForo > Funciones."
1019
-
1020
- #: wpf-admin/options-tabs/plugins.php:9
1021
- msgid ""
1022
- "Thank you for using wpForo. wpForo is a premium forum plugin which will "
1023
- "always be available for free. There will never be paid and pro versions of "
1024
- "this forum board. However this is a very large and hard project so we also "
1025
- "develop paid addons (extensions), which will financially help us to keep "
1026
- "improving and adding new features to the free wpForo plugin. Forum addons "
1027
- "will also be actively developed. The first addons \"Advanced Media Uploader"
1028
- "\", \"Polls\", \"Private Messages\" and \"Ad Manager\" will be available "
1029
- "very soon. Once you got some addon and activated that, you will find "
1030
- "settings in vertical subTabs here."
1031
- msgstr ""
1032
- "Gracias por usar wpForo. wpForo es un plugin de foro premium que siempre "
1033
- "estará disponible de manera gratuita. Nunca habrá versiones de paga y pro de "
1034
- "este foro. Sin embargo este es un proyecto muy grande y laborioso, así que "
1035
- "estamos desarrollando complementos (extensiones) de paga, el cuál nos "
1036
- "ayudará financiar, mejorar y agrregar nuevas funciones al plugin gratuito de "
1037
- "wpForo. Los complementos del foro también estarán activamente en desarrollo. "
1038
- "Los primeros complementos \"Advanced Media Uploader\", \"Encuestas\", "
1039
- "\"Mensajes Privados\" y \"Ad Manager\", estarán disponibles pronto. Una vez "
1040
- "que adquieras algunos complementos y los actives, encontraras los ajustes en "
1041
- "las sub pestaña vertical de aquí."
1042
-
1043
- #: wpf-admin/options-tabs/posts.php:14 wpf-includes/wpf-phrases.php:213
1044
- msgid "Number of Topics per Page"
1045
- msgstr "Numero de temas por página"
1046
-
1047
- #: wpf-admin/options-tabs/posts.php:18 wpf-includes/wpf-phrases.php:30
1048
- msgid "Allow Edit Own Topic for"
1049
- msgstr "Tiempo para poder editar su tema"
1050
-
1051
- #: wpf-admin/options-tabs/posts.php:22 wpf-includes/wpf-phrases.php:27
1052
- msgid "Allow Delete Own Topic for"
1053
- msgstr "Tiempo para poder borrar su tema"
1054
-
1055
- #: wpf-admin/options-tabs/posts.php:26 wpf-includes/wpf-phrases.php:212
1056
- msgid "Number of Posts per Page"
1057
- msgstr "Numero de mensajes por página"
1058
-
1059
- #: wpf-admin/options-tabs/posts.php:30 wpf-includes/wpf-phrases.php:29
1060
- msgid "Allow Edit Own Post for"
1061
- msgstr "Tiempo para poder editar su mensaje"
1062
-
1063
- #: wpf-admin/options-tabs/posts.php:34 wpf-includes/wpf-phrases.php:28
1064
- msgid "Allow Delete Own post for"
1065
- msgstr "Tiempo para poder borrar su mensaje"
1066
-
1067
- #: wpf-admin/options-tabs/posts.php:40 wpf-includes/wpf-phrases.php:169
1068
- msgid "Maximum upload file size"
1069
- msgstr "Tamaño máximo de subida para archivos"
1070
-
1071
- #: wpf-admin/options-tabs/posts.php:41 wpf-includes/wpf-phrases.php:370
1072
- msgid ""
1073
- "You can not set this value more than \"upload_max_filesize\" and "
1074
- "\"post_max_size\". If you want to increase server parameters please contact "
1075
- "to your hosting service support."
1076
- msgstr ""
1077
- "No puedes poner este valor más que \"upload_max_filesize\" y \"post_max_size"
1078
- "\". Si desea incrementar estos parámetros del servidor, por favor contacte a "
1079
- "soporte de su servicio de hosting."
1080
-
1081
- #: wpf-admin/options-tabs/posts.php:44 wpf-includes/wpf-phrases.php:166
1082
- msgid "MB"
1083
- msgstr "MB"
1084
-
1085
- #: wpf-admin/options-tabs/posts.php:47 wpf-includes/wpf-phrases.php:288
1086
- msgid "Server \"upload_max_filesize\" is "
1087
- msgstr "El \"upload_max_filesize\" del servidor es de"
1088
-
1089
- #: wpf-admin/options-tabs/posts.php:48 wpf-includes/wpf-phrases.php:287
1090
- msgid "Server \"post_max_size\" is "
1091
- msgstr "El \"post_max_size\" del servidor es de"
1092
-
1093
- #: wpf-admin/options-tabs/posts.php:56
1094
- msgid "Attachment click - message for non-permitted users"
1095
- msgstr ""
1096
-
1097
- #: wpf-admin/options-tabs/posts.php:57
1098
- msgid ""
1099
- "This message will be displayed when a non-permitted forum member clicks on "
1100
- "attached file link in topic and posts."
1101
- msgstr ""
1102
-
1103
- #: wpf-admin/options-tabs/styles.php:13
1104
- msgid "Font Sizes"
1105
- msgstr "Tamaño de Fuente"
1106
-
1107
- #: wpf-admin/options-tabs/styles.php:28 wpf-includes/wpf-phrases.php:480
1108
- msgid "Post Content"
1109
- msgstr "Contenido del Mensaje"
1110
-
1111
- #: wpf-admin/options-tabs/styles.php:36 wpf-includes/wpf-phrases.php:61
1112
- msgid "Custom CSS Code"
1113
- msgstr "Código CSS Personalizado"
1114
-
1115
- #: wpf-admin/options-tabs/styles.php:43
1116
- msgid "Forum Color Styles"
1117
- msgstr "Estilo de Colores del Foro"
1118
-
1119
- #: wpf-admin/options.php:8 wpf-includes/wpf-phrases.php:117
1120
- msgid "Forum Settings"
1121
- msgstr "Ajustes del Foro"
1122
-
1123
- #: wpf-admin/options.php:14 wpf-includes/wpf-phrases.php:129
1124
- msgid "General"
1125
- msgstr "General"
1126
-
1127
- #: wpf-admin/options.php:16 wpf-includes/wpf-phrases.php:105
1128
- msgid "Forum Accesses"
1129
- msgstr "Accesos del Foro"
1130
-
1131
- #: wpf-admin/options.php:17 wpf-includes/wpf-phrases.php:339
1132
- msgid "Topics &amp; Posts"
1133
- msgstr "Temas y Mensajes"
1134
-
1135
- #: wpf-admin/options.php:19 wpf-includes/wpf-phrases.php:76
1136
- msgid "Emails"
1137
- msgstr "Correos"
1138
-
1139
- #: wpf-admin/options.php:20 wpf-includes/wpf-phrases.php:96
1140
- msgid "Features"
1141
- msgstr "Funciones"
1142
-
1143
- #: wpf-admin/options.php:22 wpf-includes/wpf-phrases.php:311
1144
- msgid "Styles"
1145
- msgstr "Estilos"
1146
-
1147
- #: wpf-admin/phrase.php:10 wpf-includes/wpf-phrases.php:127
1148
- msgid "Front-end Phrases"
1149
- msgstr "Frases de la Interfaz (Front-end)"
1150
-
1151
- #: wpf-admin/themes.php:9 wpf-includes/wpf-phrases.php:120
1152
- msgid "Forum Themes"
1153
- msgstr "Temas del Foro"
1154
-
1155
- #: wpf-admin/themes.php:46 wpf-includes/wpf-phrases.php:60
1156
- msgid "Current active theme"
1157
- msgstr "Tema activo"
1158
-
1159
- #: wpf-admin/themes.php:48 wpf-includes/wpf-phrases.php:138
1160
- msgid "Inactive"
1161
- msgstr "Inactivo"
1162
-
1163
- #: wpf-admin/themes.php:52 wpf-includes/wpf-phrases.php:143
1164
- msgid "LAYOUTS"
1165
- msgstr "PLANTILLAS"
1166
-
1167
- #: wpf-admin/themes.php:68 wpf-includes/wpf-phrases.php:17
1168
- msgid "Activate"
1169
- msgstr "Activar"
1170
-
1171
- #: wpf-admin/themes.php:69 wpf-includes/wpf-phrases.php:124
1172
- msgid "Fresh Installation"
1173
- msgstr "Instalación nueva"
1174
-
1175
- #: wpf-admin/themes.php:71 wpf-includes/wpf-phrases.php:140
1176
- msgid "Install"
1177
- msgstr "Instalar"
1178
-
1179
- #: wpf-admin/themes.php:73 wpf-includes/wpf-phrases.php:38
1180
- msgid "Are you sure you want to delete this theme files?"
1181
- msgstr "¿Estas seguro que quieres borrar los archivos de este Tema?"
1182
-
1183
- #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:40
1184
- msgid ""
1185
- "Are you sure you want to reset all settings and style colors to default?"
1186
- msgstr ""
1187
- "¿Estas seguro que quieres restablecer por default toda la configuración y "
1188
- "colores de estilo?"
1189
-
1190
- #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:268
1191
- msgid "Reset Settings"
1192
- msgstr "Restablecer configuración"
1193
-
1194
- #: wpf-admin/themes.php:96 wpf-includes/wpf-phrases.php:201
1195
- msgid "No layout found"
1196
- msgstr "No se encontro una plantilla"
1197
-
1198
- #: wpf-admin/themes.php:107 wpf-includes/wpf-phrases.php:206
1199
- msgid "No theme found"
1200
- msgstr "No se encontro un tema"
1201
-
1202
- #: wpf-admin/usergroup.php:18 wpf-admin/usergroup.php:30
1203
- #: wpf-admin/usergroup.php:62
1204
- msgid "Usergroup Name"
1205
- msgstr "Nombre de Grupo"
1206
-
1207
- #: wpf-admin/usergroup.php:19
1208
- msgid "Users Count"
1209
- msgstr "Numero de Usuarios"
1210
-
1211
- #: wpf-admin/usergroup.php:36
1212
- msgid "Edit this usergroup"
1213
- msgstr "Editar este Grupo"
1214
-
1215
- #: wpf-admin/usergroup.php:36 wpf-includes/wpf-phrases.php:73
1216
- msgid "Edit"
1217
- msgstr "Editar"
1218
-
1219
- #: wpf-admin/usergroup.php:37
1220
- msgid "Delete this usergroup"
1221
- msgstr "Borrar este Grupo"
1222
-
1223
- #: wpf-admin/usergroup.php:39
1224
- msgid "View users list in this usergroup"
1225
- msgstr "Ver la lista de usuarios de este Grupo"
1226
-
1227
- #: wpf-admin/usergroup.php:43
1228
- msgid "Count of users in this usergroup"
1229
- msgstr "Numero de usuarios en este grupo"
1230
-
1231
- #: wpf-admin/usergroup.php:62 wpf-includes/wpf-phrases.php:133
1232
- msgid "Guest"
1233
- msgstr "Invitado"
1234
-
1235
- #: wpf-admin/usergroup.php:85 wpf-includes/wpf-phrases.php:374
1236
- msgid "add"
1237
- msgstr "agregar"
1238
-
1239
- #: wpf-admin/usergroup.php:85
1240
- msgid "save"
1241
- msgstr "salvar"
1242
-
1243
- #: wpf-admin/usergroup.php:106
1244
- msgid "Delete Chosen Usergroup And Users"
1245
- msgstr "Borrar grupo y usuarios seleciconados"
1246
-
1247
- #: wpf-admin/usergroup.php:116
1248
- msgid "Delete Chosen Usergroup And Join Users To Other Usergroup"
1249
- msgstr "Borrar grupo seleccionado y unir usuarios a otro grupo"
1250
-
1251
- #: wpf-admin/usergroup.php:128
1252
- msgid "Users will be join this usergroup"
1253
- msgstr "Los usuarios serán agregados a este grupo"
1254
-
1255
- #: wpf-includes/class-forums.php:548
1256
- msgid "Add a new SubForum"
1257
- msgstr ""
1258
-
1259
- #: wpf-includes/class-forums.php:548
1260
- msgid "Add a new Forum in this Category"
1261
- msgstr ""
1262
-
1263
- #: wpf-includes/class-members.php:156
1264
- msgid "<strong>ERROR</strong>: Please enter a username."
1265
- msgstr ""
1266
-
1267
- #: wpf-includes/class-members.php:160
1268
- msgid ""
1269
- "<strong>ERROR</strong>: This username is invalid because it uses illegal "
1270
- "characters. Please enter a valid username."
1271
- msgstr ""
1272
-
1273
- #: wpf-includes/class-members.php:169
1274
- msgid ""
1275
- "<strong>ERROR</strong>: This username is already registered. Please choose "
1276
- "another one."
1277
- msgstr ""
1278
-
1279
- #: wpf-includes/class-members.php:173
1280
- msgid "<strong>ERROR</strong>: Sorry, that username is not allowed."
1281
- msgstr ""
1282
-
1283
- #: wpf-includes/class-members.php:177
1284
- msgid "<strong>ERROR</strong>: Please type your email address."
1285
- msgstr ""
1286
-
1287
- #: wpf-includes/class-members.php:181
1288
- msgid "<strong>ERROR</strong>: The email address isn&#8217;t correct."
1289
- msgstr ""
1290
-
1291
- #: wpf-includes/class-members.php:186
1292
- msgid ""
1293
- "<strong>ERROR</strong>: This email is already registered, please choose "
1294
- "another one."
1295
- msgstr ""
1296
-
1297
- #: wpf-includes/class-members.php:1109
1298
- msgid "What should be done with wpForo content owned by this user?"
1299
- msgstr ""
1300
-
1301
- #: wpf-includes/class-members.php:1111
1302
- msgid "What should be done with wpForo content owned by these users?"
1303
- msgstr ""
1304
-
1305
- #: wpf-includes/class-members.php:1115
1306
- msgid "Delete all wpForo content."
1307
- msgstr ""
1308
-
1309
- #: wpf-includes/class-members.php:1117
1310
- msgid "Attribute all content to:"
1311
- msgstr ""
1312
-
1313
- #: wpf-includes/class-notices.php:131 wpf-includes/wpf-phrases.php:69
1314
- msgid "Dismiss this notice."
1315
- msgstr "Descartar este aviso."
1316
-
1317
- #: wpf-includes/class-notices.php:147
1318
- msgid "New Addons for Your Forum!"
1319
- msgstr ""
1320
-
1321
- #: wpf-includes/class-notices.php:147
1322
- msgid "Extend your forum with wpForo addons"
1323
- msgstr ""
1324
-
1325
- #: wpf-includes/class-notices.php:160
1326
- msgid "View all Addons"
1327
- msgstr ""
1328
-
1329
- #: wpf-includes/class-permissions.php:116 wpf-includes/wpf-phrases.php:420
1330
- #, fuzzy, php-format
1331
- msgid "%s access successfully added"
1332
- msgstr "Acceso agregado satisfactoriamente"
1333
-
1334
- #: wpf-includes/class-permissions.php:141 wpf-includes/wpf-phrases.php:421
1335
- #, fuzzy, php-format
1336
- msgid "%s access successfully edited"
1337
- msgstr "Acceso editado satisfactoriamente"
1338
-
1339
- #: wpf-includes/class-phrases.php:169 wpf-includes/wpf-phrases.php:7
1340
- msgid " Forum"
1341
- msgstr "Foro"
1342
-
1343
- #: wpf-includes/class-phrases.php:170 wpf-includes/wpf-phrases.php:6
1344
- msgid " Discussion Board"
1345
- msgstr "Foro de Discusión"
1346
-
1347
- #: wpf-includes/class-template.php:32
1348
- msgid "Insert link"
1349
- msgstr "Insertar Link"
1350
-
1351
- #: wpf-includes/class-template.php:33
1352
- msgid "Link Text"
1353
- msgstr "Texto del Link"
1354
-
1355
- #: wpf-includes/class-template.php:34
1356
- msgid "Open link in a new tab"
1357
- msgstr "Abrir link en una pestaña nueva"
1358
-
1359
- #: wpf-includes/class-template.php:924 wpf-includes/wpf-phrases.php:327
1360
- msgid "Theme file not readable"
1361
- msgstr "Archivo de tema no legible"
1362
-
1363
- #: wpf-includes/functions-installation.php:53 wpf-includes/wpf-phrases.php:101
1364
- msgid "Forum"
1365
- msgstr "Foro"
1366
-
1367
- #: wpf-includes/functions-installation.php:54
1368
- msgid "Discussion Board"
1369
- msgstr "Foro de Discusión"
1370
-
1371
- #: wpf-includes/functions-installation.php:84
1372
- msgid "You are not permitted to view this attachment"
1373
- msgstr ""
1374
-
1375
- #: wpf-includes/functions-template.php:7
1376
- msgid "wpForo Menu"
1377
- msgstr "Menú wpForo"
1378
-
1379
- #: wpf-includes/functions-template.php:157 wpf-includes/wpf-phrases.php:410
1380
- msgid "wpForo Sidebar"
1381
- msgstr "Sidebar de wpForo"
1382
-
1383
- #: wpf-includes/functions-template.php:158 wpf-includes/wpf-phrases.php:191
1384
- msgid ""
1385
- "NOTE: If you're going to add widgets in this sidebar, please use 'Full "
1386
- "Width' template for wpForo index page to avoid sidebar duplication."
1387
- msgstr ""
1388
- "NOTA: Si va a agregar widgets en este sidebar, por favor use la plantilla "
1389
- "'Full Width' como página para wpForo para evitar duplicados."
1390
-
1391
- #: wpf-includes/functions-template.php:196
1392
- #: wpf-includes/functions-template.php:303
1393
- #: wpf-includes/functions-template.php:366
1394
- #: wpf-includes/functions-template.php:442
1395
- #: wpf-includes/functions-template.php:519
1396
- #: wpf-includes/functions-template.php:566 wpf-includes/wpf-phrases.php:334
1397
- msgid "Title"
1398
- msgstr "Título"
1399
-
1400
- #: wpf-includes/functions-template.php:369
1401
- #: wpf-includes/functions-template.php:445
1402
- #: wpf-includes/functions-template.php:522 wpf-includes/wpf-phrases.php:210
1403
- msgid "Number of Items"
1404
- msgstr "Número de elementos"
1405
-
1406
- #: wpf-includes/functions-template.php:374 wpf-includes/wpf-phrases.php:70
1407
- msgid "Display Avatars"
1408
- msgstr "Mostrar Avatars"
1409
-
1410
- #: wpf-includes/functions-template.php:449
1411
- #: wpf-includes/functions-template.php:526 wpf-includes/wpf-phrases.php:72
1412
- msgid "Display with Avatars"
1413
- msgstr "Mostrar con Avatars"
1414
-
1415
- #: wpf-includes/functions.php:324 wpf-includes/functions.php:581
1416
- #: wpf-includes/wpf-phrases.php:50
1417
- msgid "Bulk Actions"
1418
- msgstr "Acciones Masivas"
1419
-
1420
- #: wpf-includes/functions.php:329 wpf-includes/functions.php:667
1421
- #: wpf-includes/wpf-phrases.php:36
1422
- msgid "Apply"
1423
- msgstr "Aplicar"
1424
-
1425
- #: wpf-includes/functions.php:338 wpf-includes/wpf-phrases.php:300
1426
- msgid "Show all forums"
1427
- msgstr "Mostrar todos los foros"
1428
-
1429
- #: wpf-includes/functions.php:351 wpf-includes/wpf-phrases.php:350
1430
- msgid "filter by group"
1431
- msgstr ""
1432
-
1433
- #: wpf-includes/functions.php:363
1434
- msgid "filter by status"
1435
- msgstr ""
1436
-
1437
- #: wpf-includes/functions.php:379
1438
- msgid "filter by package"
1439
- msgstr ""
1440
-
1441
- #: wpf-includes/functions.php:399 wpf-includes/functions.php:589
1442
- #: wpf-includes/wpf-phrases.php:385
1443
- msgid "item"
1444
- msgstr "elemento"
1445
-
1446
- #: wpf-includes/functions.php:432 wpf-includes/functions.php:448
1447
- #: wpf-includes/wpf-phrases.php:284
1448
- msgid "Select All"
1449
- msgstr "Selecionar Todo"
1450
-
1451
- #: wpf-includes/functions.php:508 wpf-includes/wpf-phrases.php:383
1452
- msgid "edit user"
1453
- msgstr "editar usuario"
1454
-
1455
- #: wpf-includes/functions.php:512 wpf-includes/wpf-phrases.php:382
1456
- msgid "edit profile"
1457
- msgstr "editar perfil"
1458
-
1459
- #: wpf-includes/functions.php:517
1460
- msgid "unban user"
1461
- msgstr ""
1462
-
1463
- #: wpf-includes/functions.php:517
1464
- msgid "ban user"
1465
- msgstr ""
1466
-
1467
- #: wpf-includes/functions.php:517
1468
- msgid "Are you sure, you want to unban this user?"
1469
- msgstr ""
1470
-
1471
- #: wpf-includes/functions.php:517
1472
- msgid "Are you sure, you want to ban this user?"
1473
- msgstr ""
1474
-
1475
- #: wpf-includes/functions.php:522 wpf-includes/functions.php:527
1476
- #: wpf-includes/wpf-phrases.php:67
1477
- msgid "Delete this item"
1478
- msgstr "Borrar este elemento"
1479
-
1480
- #: wpf-includes/functions.php:522 wpf-includes/functions.php:527
1481
- #: wpf-includes/wpf-phrases.php:41
1482
- msgid "Are you sure you whant to DELETE this item?"
1483
- msgstr "¿Estas seguro que quieres BORRAR este elemento?"
1484
-
1485
- #: wpf-includes/functions.php:541 wpf-includes/functions.php:542
1486
- #: wpf-includes/wpf-phrases.php:404
1487
- msgid "view"
1488
- msgstr "ver"
1489
-
1490
- #: wpf-includes/functions.php:573 wpf-includes/wpf-phrases.php:200
1491
- msgid "No items found"
1492
- msgstr "No se encontraron elementos"
1493
-
1494
- #: wpf-includes/functions.php:666 wpf-includes/wpf-phrases.php:141
1495
- msgid "Items"
1496
- msgstr "Elementos"
1497
-
1498
- #: wpf-includes/functions.php:936
1499
- #, php-format
1500
- msgid "Could not write file %s"
1501
- msgstr "No se puede escribir en el archivo %s"
1502
-
1503
- #: wpf-includes/wpf-hooks.php:20 wpf-includes/wpf-phrases.php:136
1504
- msgid ""
1505
- "IMPORTANT! Uninstall is not a simple deactivation action. This action will "
1506
- "permanently remove all forum data (forums, topics, replies, attachments...) "
1507
- "from database. Please backup database before this action, you may need this "
1508
- "forum data in future. If you are sure that you want to delete all forum data "
1509
- "please confirm. If not, just cancel it, then you can deactivate this plugin, "
1510
- "that will not remove forum data."
1511
- msgstr ""
1512
- "¡IMPORTANTE! Desisntalar no es una simple acción de desactivación. Esta "
1513
- "acción removerá permanentemente todos los datos del foro (foros, temas, "
1514
- "respuestas, adjuntos...) de la base de datos. Por favor haga un respaldo "
1515
- "antes de completar esta acción, podrias ocupar estos datos del foro en el "
1516
- "futuro. Si estas seguro de que deseas eliminar todos los datos del foro, por "
1517
- "favor confirma. Si no, solo cancel, así podras reactivar este plugin, sin "
1518
- "haber removido los datos."
1519
-
1520
- #: wpf-includes/wpf-hooks.php:20
1521
- msgid "Uninstall"
1522
- msgstr "Desinstalar"
1523
-
1524
- #: wpf-includes/wpf-hooks.php:986 wpf-includes/wpf-phrases.php:187
1525
- msgid "Move"
1526
- msgstr "Mover"
1527
-
1528
- #: wpf-includes/wpf-hooks.php:1021
1529
- msgid "Clear"
1530
- msgstr "Despejar"
1531
-
1532
- #: wpf-includes/wpf-hooks.php:1021
1533
- msgid "Default"
1534
- msgstr "Por Defecto"
1535
-
1536
- #: wpf-includes/wpf-hooks.php:1021
1537
- msgid "Select Color"
1538
- msgstr "Selector de Color"
1539
-
1540
- #: wpf-includes/wpf-hooks.php:1044
1541
- msgid ""
1542
- "IMPORTANT: wpForo can't work with default permalink, please change permalink "
1543
- "structure"
1544
- msgstr ""
1545
-
1546
- #: wpf-includes/wpf-hooks.php:1065 wpf-includes/wpf-phrases.php:412
1547
- msgid "wpForo Usergroup"
1548
- msgstr "Grupos de Usuario de wpForo"
1549
-
1550
- #: wpf-includes/wpf-hooks.php:1073 wpf-includes/wpf-phrases.php:411
1551
- msgid "wpForo User Timezone"
1552
- msgstr "Zona Horaria del wpForo"
1553
-
1554
- #: wpf-includes/wpf-phrases.php:8
1555
- #, php-format
1556
- msgid "%s and %s liked"
1557
- msgstr "A %s y a %s les ha gustado"
1558
-
1559
- #: wpf-includes/wpf-phrases.php:9
1560
- #, php-format
1561
- msgid "%s liked"
1562
- msgstr "A %s le ha gustado"
1563
-
1564
- #: wpf-includes/wpf-phrases.php:10
1565
- #, php-format
1566
- msgid "%s, %s and %s liked"
1567
- msgstr "A %s, %s y a %s les ha gustado"
1568
-
1569
- #: wpf-includes/wpf-phrases.php:11
1570
- #, php-format
1571
- msgid "%s, %s, %s and %d people liked"
1572
- msgstr "A %s, %s, %s y a %d personas les ha gustado"
1573
-
1574
- #: wpf-includes/wpf-phrases.php:12
1575
- msgid "AOL IM"
1576
- msgstr "AOL IM"
1577
-
1578
- #: wpf-includes/wpf-phrases.php:13
1579
- msgid "About Me"
1580
- msgstr "Acerca de Mí"
1581
-
1582
- #: wpf-includes/wpf-phrases.php:16
1583
- msgid "Account"
1584
- msgstr "Cuenta"
1585
-
1586
- #: wpf-includes/wpf-phrases.php:19
1587
- msgid "Activity"
1588
- msgstr "Actividad"
1589
-
1590
- #: wpf-includes/wpf-phrases.php:23
1591
- msgid "Add a comment"
1592
- msgstr "Añadir comentario"
1593
-
1594
- #: wpf-includes/wpf-phrases.php:24
1595
- msgid "Add topic"
1596
- msgstr "Añadir tema"
1597
-
1598
- #: wpf-includes/wpf-phrases.php:32
1599
- msgid "Answer"
1600
- msgstr "Responder"
1601
-
1602
- #: wpf-includes/wpf-phrases.php:33
1603
- msgid "Answer to"
1604
- msgstr "Responder a"
1605
-
1606
- #: wpf-includes/wpf-phrases.php:34
1607
- msgid "Answers"
1608
- msgstr "Respuestas"
1609
-
1610
- #: wpf-includes/wpf-phrases.php:35
1611
- msgid "Any Date"
1612
- msgstr "Cualquier Fecha"
1613
-
1614
- #: wpf-includes/wpf-phrases.php:42
1615
- msgid "Ascending order"
1616
- msgstr "Orden Ascendente"
1617
-
1618
- #: wpf-includes/wpf-phrases.php:43
1619
- msgid "Attach file:"
1620
- msgstr "Archivo adjunto:"
1621
-
1622
- #: wpf-includes/wpf-phrases.php:44
1623
- msgid "Attachments"
1624
- msgstr "Adjuntos"
1625
-
1626
- #: wpf-includes/wpf-phrases.php:45
1627
- msgid "Attachments Size"
1628
- msgstr "Tamaño de Adjuntos"
1629
-
1630
- #: wpf-includes/wpf-phrases.php:47
1631
- msgid "Avatar"
1632
- msgstr "Avatar"
1633
-
1634
- #: wpf-includes/wpf-phrases.php:53
1635
- msgid "Change password"
1636
- msgstr "Cambiar contraseña"
1637
-
1638
- #: wpf-includes/wpf-phrases.php:54
1639
- msgid "Choose target forum"
1640
- msgstr "Seleccione foro destino"
1641
-
1642
- #: wpf-includes/wpf-phrases.php:55 wpf-themes/classic/functions.php:39
1643
- #: wpf-themes/classic/functions.php:60 wpf-themes/classic/functions.php:89
1644
- msgid "Collapsed"
1645
- msgstr "Colapsado"
1646
-
1647
- #: wpf-includes/wpf-phrases.php:58
1648
- msgid "Comments"
1649
- msgstr "Comentarios"
1650
-
1651
- #: wpf-includes/wpf-phrases.php:59
1652
- msgid "Confirm my subscription"
1653
- msgstr "Confirmar mi suscripción"
1654
-
1655
- #: wpf-includes/wpf-phrases.php:65
1656
- msgid "Date"
1657
- msgstr "Fecha"
1658
-
1659
- #: wpf-includes/wpf-phrases.php:68
1660
- msgid "Descending order"
1661
- msgstr "Orden descendente"
1662
-
1663
- #: wpf-includes/wpf-phrases.php:71
1664
- msgid "Display Name"
1665
- msgstr "Nombre a mostrar"
1666
-
1667
- #: wpf-includes/wpf-phrases.php:74
1668
- msgid "Edited: "
1669
- msgstr "Editado:"
1670
-
1671
- #: wpf-includes/wpf-phrases.php:75
1672
- msgid "Email"
1673
- msgstr "Correo Electrónico"
1674
-
1675
- #: wpf-includes/wpf-phrases.php:88
1676
- msgid "Enter title here"
1677
- msgstr "Introduzca aquí el título"
1678
-
1679
- #: wpf-includes/wpf-phrases.php:89 wpf-themes/classic/functions.php:38
1680
- #: wpf-themes/classic/functions.php:59 wpf-themes/classic/functions.php:88
1681
- msgid "Expanded"
1682
- msgstr "Expandido"
1683
-
1684
- #: wpf-includes/wpf-phrases.php:90 wpf-themes/classic/functions.php:85
1685
- msgid "Extended Layout - Intro posts"
1686
- msgstr "Plantilla expandida - Respuestas"
1687
-
1688
- #: wpf-includes/wpf-phrases.php:91 wpf-themes/classic/functions.php:35
1689
- msgid "Extended Layout - Intro topics"
1690
- msgstr "Plantilla expandida - Temas"
1691
-
1692
- #: wpf-includes/wpf-phrases.php:92 wpf-themes/classic/functions.php:95
1693
- msgid "Extended Layout - Number of intro posts"
1694
- msgstr "Plantilla expandida - Numero de respuestas"
1695
-
1696
- #: wpf-includes/wpf-phrases.php:93 wpf-themes/classic/functions.php:44
1697
- msgid "Extended Layout - Number of intro topics"
1698
- msgstr "Plantilla expandida - Numero de temas"
1699
-
1700
- #: wpf-includes/wpf-phrases.php:94
1701
- msgid "Facebook"
1702
- msgstr "Facebook"
1703
-
1704
- #: wpf-includes/wpf-phrases.php:95
1705
- msgid "Failed to write file to disk"
1706
- msgstr "Fallo al escribir archivo al disco"
1707
-
1708
- #: wpf-includes/wpf-phrases.php:97
1709
- msgid "File upload stopped by extension"
1710
- msgstr "Subida de archivo detenida por extensión"
1711
-
1712
- #: wpf-includes/wpf-phrases.php:98
1713
- msgid "Find Posts by User"
1714
- msgstr "Buscar Mensajes por Usuario"
1715
-
1716
- #: wpf-includes/wpf-phrases.php:99
1717
- msgid "Find Topics Started by User"
1718
- msgstr "Buscar Temas Iniciados por Usuario"
1719
-
1720
- #: wpf-includes/wpf-phrases.php:100
1721
- msgid "First post and replies"
1722
- msgstr "Primeros mensajes y respuestas"
1723
-
1724
- #: wpf-includes/wpf-phrases.php:102
1725
- msgid "Forum - Login"
1726
- msgstr "Foro - Inicio de Sesión"
1727
-
1728
- #: wpf-includes/wpf-phrases.php:103
1729
- msgid "Forum - Page Not Found"
1730
- msgstr "Foro - Página no Encontrada"
1731
-
1732
- #: wpf-includes/wpf-phrases.php:104
1733
- msgid "Forum - Registration"
1734
- msgstr "Foro - Registro"
1735
-
1736
- #: wpf-includes/wpf-phrases.php:106
1737
- msgid "Forum Admin Email Addresses"
1738
- msgstr "Correos Eléctronicos de los Administradores"
1739
-
1740
- #: wpf-includes/wpf-phrases.php:109
1741
- msgid "Forum Home"
1742
- msgstr "Página de Inicio"
1743
-
1744
- #: wpf-includes/wpf-phrases.php:111
1745
- msgid "Forum Members"
1746
- msgstr "Miembros del Foro"
1747
-
1748
- #: wpf-includes/wpf-phrases.php:114
1749
- msgid "Forum Profile"
1750
- msgstr "Perfil del Foro"
1751
-
1752
- #: wpf-includes/wpf-phrases.php:115
1753
- msgid "Forum RSS Feed"
1754
- msgstr "Feed RSS del Foro"
1755
-
1756
- #: wpf-includes/wpf-phrases.php:119
1757
- msgid "Forum Statistics"
1758
- msgstr "Estadísticas del Foro"
1759
-
1760
- #: wpf-includes/wpf-phrases.php:122
1761
- msgid "Forum is empty"
1762
- msgstr "El foro esta Vacío"
1763
-
1764
- #: wpf-includes/wpf-phrases.php:125
1765
- msgid "From Email Address"
1766
- msgstr "Correo Electrónico del Emisor"
1767
-
1768
- #: wpf-includes/wpf-phrases.php:126
1769
- msgid "From Name"
1770
- msgstr "Nombre del Emisor"
1771
-
1772
- #: wpf-includes/wpf-phrases.php:131
1773
- msgid "Group"
1774
- msgstr "Grupo"
1775
-
1776
- #: wpf-includes/wpf-phrases.php:132
1777
- msgid "Gtalk"
1778
- msgstr "Gtalk"
1779
-
1780
- #: wpf-includes/wpf-phrases.php:135
1781
- msgid "ICQ"
1782
- msgstr "ICQ"
1783
-
1784
- #: wpf-includes/wpf-phrases.php:139
1785
- msgid "Insert member name or email"
1786
- msgstr "Inserte el nombre del usuario o correo"
1787
-
1788
- #: wpf-includes/wpf-phrases.php:142
1789
- msgid "Joined"
1790
- msgstr "Registrado"
1791
-
1792
- #: wpf-includes/wpf-phrases.php:145
1793
- msgid "Last 24 hours"
1794
- msgstr "Últimas 24 horas"
1795
-
1796
- #: wpf-includes/wpf-phrases.php:146
1797
- msgid "Last 3 Months"
1798
- msgstr "Últimos 3 Meses"
1799
-
1800
- #: wpf-includes/wpf-phrases.php:147
1801
- msgid "Last 6 Months"
1802
- msgstr "Últimos 6 Meses"
1803
-
1804
- #: wpf-includes/wpf-phrases.php:148
1805
- msgid "Last Active"
1806
- msgstr "Activo"
1807
-
1808
- #: wpf-includes/wpf-phrases.php:149
1809
- msgid "Last Month"
1810
- msgstr "Último Mes"
1811
-
1812
- #: wpf-includes/wpf-phrases.php:150
1813
- msgid "Last Post"
1814
- msgstr "Último Mensaje"
1815
-
1816
- #: wpf-includes/wpf-phrases.php:151
1817
- msgid "Last Post Info"
1818
- msgstr "Último Mensaje"
1819
-
1820
- #: wpf-includes/wpf-phrases.php:152
1821
- msgid "Last Week"
1822
- msgstr "Última Semana"
1823
-
1824
- #: wpf-includes/wpf-phrases.php:153
1825
- msgid "Last Year ago"
1826
- msgstr "Último año"
1827
-
1828
- #: wpf-includes/wpf-phrases.php:154
1829
- #, php-format
1830
- msgid "Last post by %s"
1831
- msgstr "Último mensaje por %s"
1832
-
1833
- #: wpf-includes/wpf-phrases.php:155
1834
- msgid "Latest Post"
1835
- msgstr "Último Mensaje"
1836
-
1837
- #: wpf-includes/wpf-phrases.php:156
1838
- msgid "Leave a reply"
1839
- msgstr "Dejar una respuesta"
1840
-
1841
- #: wpf-includes/wpf-phrases.php:157
1842
- msgid "Length must be between 3 characters and 15 characters."
1843
- msgstr "Debe ser de 3 a 15 caracteres de largo"
1844
-
1845
- #: wpf-includes/wpf-phrases.php:159
1846
- msgid "Liked"
1847
- msgstr "Me gusta"
1848
-
1849
- #: wpf-includes/wpf-phrases.php:160
1850
- msgid "Location"
1851
- msgstr "Ubicación"
1852
-
1853
- #: wpf-includes/wpf-phrases.php:161
1854
- msgid "Login"
1855
- msgstr "Iniciar Sesión"
1856
-
1857
- #: wpf-includes/wpf-phrases.php:163
1858
- msgid "Logout"
1859
- msgstr "Cerrar Sesión"
1860
-
1861
- #: wpf-includes/wpf-phrases.php:165
1862
- msgid "Lost your password?"
1863
- msgstr "¿Perdiste tu contraseña?"
1864
-
1865
- #: wpf-includes/wpf-phrases.php:167
1866
- msgid "MSN"
1867
- msgstr "MSN"
1868
-
1869
- #: wpf-includes/wpf-phrases.php:168
1870
- msgid "Maximum allowed file size is"
1871
- msgstr "Tamaña máximo permitido para archivos es de"
1872
-
1873
- #: wpf-includes/wpf-phrases.php:170
1874
- msgid "Member Activity"
1875
- msgstr "Actividad de Miembro"
1876
-
1877
- #: wpf-includes/wpf-phrases.php:171
1878
- msgid "Member Information"
1879
- msgstr "Información de Miembro"
1880
-
1881
- #: wpf-includes/wpf-phrases.php:172
1882
- msgid "Member Rating"
1883
- msgstr "Rating de Miembro"
1884
-
1885
- #: wpf-includes/wpf-phrases.php:173
1886
- msgid "Member Rating Badge"
1887
- msgstr "Emblema de Rating de Miembro"
1888
-
1889
- #: wpf-includes/wpf-phrases.php:176
1890
- msgid "Member information"
1891
- msgstr "Información de miembro"
1892
-
1893
- #: wpf-includes/wpf-phrases.php:180
1894
- msgid "Members not found"
1895
- msgstr "Miembros no encontrados"
1896
-
1897
- #: wpf-includes/wpf-phrases.php:181
1898
- msgid ""
1899
- "You have been banned. Please contact to forum administrators for more "
1900
- "information."
1901
- msgstr ""
1902
-
1903
- #: wpf-includes/wpf-phrases.php:182
1904
- msgid "Messages"
1905
- msgstr "Mensajes"
1906
-
1907
- #: wpf-includes/wpf-phrases.php:185
1908
- msgid "Missing a temporary folder"
1909
- msgstr "Carpeta temporalmente perdida"
1910
-
1911
- #: wpf-includes/wpf-phrases.php:188
1912
- msgid "Move topic"
1913
- msgstr "Mover tema"
1914
-
1915
- #: wpf-includes/wpf-phrases.php:189
1916
- msgid "Must be minimum 6 characters."
1917
- msgstr "Debe contener mínimo 6 caracteres"
1918
-
1919
- #: wpf-includes/wpf-phrases.php:190
1920
- msgid "My Profile"
1921
- msgstr "Mi Perfil"
1922
-
1923
- #: wpf-includes/wpf-phrases.php:197
1924
- msgid "No activity found for this member."
1925
- msgstr "No se encontró actividad para este miembro"
1926
-
1927
- #: wpf-includes/wpf-phrases.php:198
1928
- msgid "No file was uploaded"
1929
- msgstr "No se subió ningun archivo"
1930
-
1931
- #: wpf-includes/wpf-phrases.php:199
1932
- msgid "No forums were found here."
1933
- msgstr "Ningún foro fué encontrado aquí."
1934
-
1935
- #: wpf-includes/wpf-phrases.php:203
1936
- msgid "No online members at the moment"
1937
- msgstr "Ningún usuario en linea por el momento"
1938
-
1939
- #: wpf-includes/wpf-phrases.php:205
1940
- msgid "No subscriptions found for this member."
1941
- msgstr "No se encontraron suscripciones para este miembro"
1942
-
1943
- #: wpf-includes/wpf-phrases.php:207
1944
- msgid "No topics were found here"
1945
- msgstr "No se encontraron temas aquí"
1946
-
1947
- #: wpf-includes/wpf-phrases.php:214
1948
- msgid "Occupation"
1949
- msgstr "Ocupación"
1950
-
1951
- #: wpf-includes/wpf-phrases.php:215
1952
- msgid "Offline"
1953
- msgstr "Offline"
1954
-
1955
- #: wpf-includes/wpf-phrases.php:216
1956
- msgid "Online"
1957
- msgstr "Online"
1958
-
1959
- #: wpf-includes/wpf-phrases.php:218
1960
- msgid "Oops! The page you requested was not found!"
1961
- msgstr "¡Oops! ¡No se encontró la página que solicitaste!"
1962
-
1963
- #: wpf-includes/wpf-phrases.php:219
1964
- msgid "Our newest member"
1965
- msgstr "Nuestro nuevo miembro"
1966
-
1967
- #: wpf-includes/wpf-phrases.php:220
1968
- msgid "Page"
1969
- msgstr "Página"
1970
-
1971
- #: wpf-includes/wpf-phrases.php:222
1972
- msgid "Password"
1973
- msgstr "Contraseña"
1974
-
1975
- #: wpf-includes/wpf-phrases.php:224
1976
- #, php-format
1977
- msgid "Please %s or %s"
1978
- msgstr "Por favor %s ó %s"
1979
-
1980
- #: wpf-includes/wpf-phrases.php:228
1981
- msgid "Post Title"
1982
- msgstr "Título del Mensaje"
1983
-
1984
- #: wpf-includes/wpf-phrases.php:229
1985
- msgid "Post link"
1986
- msgstr "Link del mensaje"
1987
-
1988
- #: wpf-includes/wpf-phrases.php:230
1989
- msgid "Posted"
1990
- msgstr "Publicado"
1991
-
1992
- #: wpf-includes/wpf-phrases.php:231
1993
- msgid "Posted by"
1994
- msgstr "Publicado por"
1995
-
1996
- #: wpf-includes/wpf-phrases.php:233
1997
- msgid "Powered by"
1998
- msgstr "Auspiciado por"
1999
-
2000
- #: wpf-includes/wpf-phrases.php:235 wpf-themes/classic/functions.php:65
2001
- msgid "Q&A Layout - Number of intro topics"
2002
- msgstr "Plantilla Q&A - Numero de temas"
2003
-
2004
- #: wpf-includes/wpf-phrases.php:236 wpf-themes/classic/functions.php:56
2005
- msgid "Q&A layout - Intro topics"
2006
- msgstr "Plantilla Q&A - Temas"
2007
-
2008
- #: wpf-includes/wpf-phrases.php:237
2009
- msgid "Question Comments"
2010
- msgstr "Comentarios a Preguntas"
2011
-
2012
- #: wpf-includes/wpf-phrases.php:238
2013
- msgid "Questions"
2014
- msgstr "Preguntas"
2015
-
2016
- #: wpf-includes/wpf-phrases.php:239
2017
- msgid "Quote"
2018
- msgstr "Cita"
2019
-
2020
- #: wpf-includes/wpf-phrases.php:240
2021
- msgid "RE"
2022
- msgstr "RE"
2023
-
2024
- #: wpf-includes/wpf-phrases.php:241
2025
- msgid "REPLY:"
2026
- msgstr "RESPUESTA:"
2027
-
2028
- #: wpf-includes/wpf-phrases.php:242
2029
- msgid "RSS"
2030
- msgstr "RSS"
2031
-
2032
- #: wpf-includes/wpf-phrases.php:243
2033
- msgid "Rating"
2034
- msgstr "Rating"
2035
-
2036
- #: wpf-includes/wpf-phrases.php:244
2037
- msgid "Rating Badge"
2038
- msgstr "Emblema"
2039
-
2040
- #: wpf-includes/wpf-phrases.php:248
2041
- msgid "Received Likes"
2042
- msgstr "Me gusta Recibidos"
2043
-
2044
- #: wpf-includes/wpf-phrases.php:249
2045
- msgid "Recent Questions"
2046
- msgstr "Preguntas Recientes"
2047
-
2048
- #: wpf-includes/wpf-phrases.php:250
2049
- msgid "Recent Topics"
2050
- msgstr "Temas Recientes"
2051
-
2052
- #: wpf-includes/wpf-phrases.php:251
2053
- msgid "Register"
2054
- msgstr "Registro"
2055
-
2056
- #: wpf-includes/wpf-phrases.php:253
2057
- msgid "Registered date"
2058
- msgstr "Fecha de registro"
2059
-
2060
- #: wpf-includes/wpf-phrases.php:254
2061
- msgid "Relevancy"
2062
- msgstr "Relevancia"
2063
-
2064
- #: wpf-includes/wpf-phrases.php:255
2065
- msgid "Remember Me"
2066
- msgstr "Recuérdame"
2067
-
2068
- #: wpf-includes/wpf-phrases.php:261
2069
- msgid "Replies"
2070
- msgstr "Respuestas"
2071
-
2072
- #: wpf-includes/wpf-phrases.php:262
2073
- msgid "Replies not found"
2074
- msgstr "No se encontrarón respuestas"
2075
-
2076
- #: wpf-includes/wpf-phrases.php:263
2077
- msgid "Reply"
2078
- msgstr "Responder"
2079
-
2080
- #: wpf-includes/wpf-phrases.php:264
2081
- msgid "Report"
2082
- msgstr "Reportar"
2083
-
2084
- #: wpf-includes/wpf-phrases.php:267
2085
- msgid "Report to Administration"
2086
- msgstr "Reportar a un Administrador"
2087
-
2088
- #: wpf-includes/wpf-phrases.php:269
2089
- msgid "Result Info"
2090
- msgstr "Resultado"
2091
-
2092
- #: wpf-includes/wpf-phrases.php:271
2093
- msgid "Save Changes"
2094
- msgstr "Guardar Cambios"
2095
-
2096
- #: wpf-includes/wpf-phrases.php:275
2097
- msgid "Search"
2098
- msgstr "Buscar"
2099
-
2100
- #: wpf-includes/wpf-phrases.php:276
2101
- msgid "Search Entire Posts"
2102
- msgstr "Buscar en todo el mensaje"
2103
-
2104
- #: wpf-includes/wpf-phrases.php:277
2105
- msgid "Search Phrase"
2106
- msgstr "Búsqueda de Frases"
2107
-
2108
- #: wpf-includes/wpf-phrases.php:278
2109
- msgid "Search Titles Only"
2110
- msgstr "Buscar solo Títulos"
2111
-
2112
- #: wpf-includes/wpf-phrases.php:279
2113
- msgid "Search Type"
2114
- msgstr "Tipo de Búsqueda"
2115
-
2116
- #: wpf-includes/wpf-phrases.php:280
2117
- msgid "Search in Forums"
2118
- msgstr "Buscar en Foros"
2119
-
2120
- #: wpf-includes/wpf-phrases.php:281
2121
- msgid "Search in date period"
2122
- msgstr "Buscar en un periodo de tiempo"
2123
-
2124
- #: wpf-includes/wpf-phrases.php:282
2125
- msgid "Search result for"
2126
- msgstr "Resultados de búsqueda para"
2127
-
2128
- #: wpf-includes/wpf-phrases.php:283
2129
- msgid "Search..."
2130
- msgstr "Buscar..."
2131
-
2132
- #: wpf-includes/wpf-phrases.php:285
2133
- msgid "Select Page"
2134
- msgstr "Seleccionar Página"
2135
-
2136
- #: wpf-includes/wpf-phrases.php:286
2137
- msgid "Send Report"
2138
- msgstr "Enviar Reporte"
2139
-
2140
- #: wpf-includes/wpf-phrases.php:290
2141
- msgid "Set Topic Sticky"
2142
- msgstr "Marcar Tema"
2143
-
2144
- #: wpf-includes/wpf-phrases.php:291 wpf-themes/classic/functions.php:96
2145
- msgid ""
2146
- "Set this option value 0 if you want to show all posts under topic intro area."
2147
- msgstr ""
2148
- "Pon este valor en 0 si quieres mostrar todos los mensajes abajo del area de "
2149
- "la introducción del tema."
2150
-
2151
- #: wpf-includes/wpf-phrases.php:292
2152
- msgid "Shop Account"
2153
- msgstr "Cuenta de compras"
2154
-
2155
- #: wpf-includes/wpf-phrases.php:302
2156
- msgid "Sign In"
2157
- msgstr "Conectarse"
2158
-
2159
- #: wpf-includes/wpf-phrases.php:303
2160
- msgid "Signature"
2161
- msgstr "Firma"
2162
-
2163
- #: wpf-includes/wpf-phrases.php:304
2164
- msgid "Site Profile"
2165
- msgstr "Perfil del Sitio"
2166
-
2167
- #: wpf-includes/wpf-phrases.php:305
2168
- msgid "Skype"
2169
- msgstr "Skype"
2170
-
2171
- #: wpf-includes/wpf-phrases.php:307
2172
- msgid "Social Networks"
2173
- msgstr "Redes Sociales"
2174
-
2175
- #: wpf-includes/wpf-phrases.php:308
2176
- msgid "Sorry, something wrong with your data."
2177
- msgstr "Lo sentimos, algo mal paso con sus datos"
2178
-
2179
- #: wpf-includes/wpf-phrases.php:309
2180
- msgid "Sort Search Results by"
2181
- msgstr "Ordenar Resultados de Búsqueda por"
2182
-
2183
- #: wpf-includes/wpf-phrases.php:310
2184
- msgid "Specify avatar by URL"
2185
- msgstr "Especificar avatar por URL"
2186
-
2187
- #: wpf-includes/wpf-phrases.php:312
2188
- msgid "Subforums"
2189
- msgstr "Subforos"
2190
-
2191
- #: wpf-includes/wpf-phrases.php:315
2192
- msgid "Subscribe for new replies"
2193
- msgstr "Suscríbete para nuevas respuestas"
2194
-
2195
- #: wpf-includes/wpf-phrases.php:316
2196
- msgid "Subscribe for new topics"
2197
- msgstr "Suscríbete para nuevos temas"
2198
-
2199
- #: wpf-includes/wpf-phrases.php:318
2200
- msgid "Subscriptions"
2201
- msgstr "Suscripciones"
2202
-
2203
- #: wpf-includes/wpf-phrases.php:320
2204
- msgid ""
2205
- "Thank you for using wpForo! wpForo is a professional bulletin board for "
2206
- "WorPress, and the only forum software which comes with Multi-layout template "
2207
- "system. The \"Extended"
2208
- msgstr ""
2209
- "¡Gracias por usar wpForo! wpForo es un foro bulletin profesional para "
2210
- "WordPress, y el único programa de foros que viene con un sistema de "
2211
- "Multiplantilla. La \"Extendida"
2212
-
2213
- #: wpf-includes/wpf-phrases.php:321
2214
- msgid ""
2215
- "Thank you for using wpForo. wpForo is a premium forum plugin which will "
2216
- "always be available for free. There will never be paid and pro versions of "
2217
- "this forum board. However this is a very large and hard project so we also "
2218
- "develop paid addons (extensions), which will financially help us to keep "
2219
- "improving and adding new features to the free wpForo plugin. Forum addons "
2220
- "will also be actively developed. The first addons \"Advanced Media Uploader"
2221
- msgstr ""
2222
- "Gracias por usar wpForo. wpForo es un plugin de foro premium que siempre "
2223
- "estará disponible de manera gratuita. Nunca habrá versiones de paga y pro de "
2224
- "este foro. Sin embargo este es un proyecto muy grande y laborioso, así que "
2225
- "estamos desarrollando complementos (extensiones) de paga, el cuál nos "
2226
- "ayudará financiar, mejorar y agrregar nuevas funciones al plugin gratuito de "
2227
- "wpForo. Los complementos del foro también estarán activamente en desarrollo. "
2228
- "Los primeros complementos \"Advanced Media Uploader"
2229
-
2230
- #: wpf-includes/wpf-phrases.php:324
2231
- msgid ""
2232
- "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
2233
- "the HTML form"
2234
- msgstr ""
2235
- "El archivo a subir excede el MAX_FILE_SIZE que fué especificado en el "
2236
- "formulario HTML"
2237
-
2238
- #: wpf-includes/wpf-phrases.php:325
2239
- msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini"
2240
- msgstr ""
2241
- "El archivo subido excede el upload_max_filesize declarado en el php.ini"
2242
-
2243
- #: wpf-includes/wpf-phrases.php:326
2244
- msgid "The uploaded file was only partially uploaded"
2245
- msgstr "El archivo se ha subido parcialmente"
2246
-
2247
- #: wpf-includes/wpf-phrases.php:333
2248
- msgid "Timezone"
2249
- msgstr "Zona Horaria"
2250
-
2251
- #: wpf-includes/wpf-phrases.php:335
2252
- msgid "Topic RSS Feed"
2253
- msgstr "Feed RSS del Tema"
2254
-
2255
- #: wpf-includes/wpf-phrases.php:336
2256
- msgid "Topic Title"
2257
- msgstr "Título del Tema"
2258
-
2259
- #: wpf-includes/wpf-phrases.php:337
2260
- msgid "Topic title"
2261
- msgstr "Título del tema"
2262
-
2263
- #: wpf-includes/wpf-phrases.php:340
2264
- msgid "Twitter"
2265
- msgstr "Twitter"
2266
-
2267
- #: wpf-includes/wpf-phrases.php:341
2268
- msgid "Unknown upload error"
2269
- msgstr "Error desconocido al subir"
2270
-
2271
- #: wpf-includes/wpf-phrases.php:342
2272
- msgid "Unsubscribe"
2273
- msgstr "desuscribirse"
2274
-
2275
- #: wpf-includes/wpf-phrases.php:345
2276
- msgid "Upload an avatar"
2277
- msgstr "Subir un avatar"
2278
-
2279
- #: wpf-includes/wpf-phrases.php:347
2280
- msgid ""
2281
- "Use comments to ask for more information or suggest improvements. Avoid "
2282
- "answering questions in comments."
2283
- msgstr ""
2284
- "Usa comentarios para preguntar por más información o sugerir mejoras. Evita "
2285
- "responder preguntas en los comentarios."
2286
-
2287
- #: wpf-includes/wpf-phrases.php:349
2288
- msgid "User"
2289
- msgstr "Usuario"
2290
-
2291
- #: wpf-includes/wpf-phrases.php:351
2292
- msgid "User Group"
2293
- msgstr "Grupo de Usuario"
2294
-
2295
- #: wpf-includes/wpf-phrases.php:352
2296
- msgid "Usergroup has been successfully deleted."
2297
- msgstr "El grupo se ha eliminado satisfactoriamente"
2298
-
2299
- #: wpf-includes/wpf-phrases.php:353
2300
- msgid ""
2301
- "Usergroup has been successfully deleted. All users of this usergroup have "
2302
- "been moved to the usergroup you've chosen"
2303
- msgstr ""
2304
- "El grupo ha sido eliminado satisfactoriamente. Todos los usuarios del grupo "
2305
- "han sido movidos al grupo que seleccionaste"
2306
-
2307
- #: wpf-includes/wpf-phrases.php:354
2308
- msgid "Username"
2309
- msgstr "Nombre de Usuario"
2310
-
2311
- #: wpf-includes/wpf-phrases.php:356
2312
- msgid "View entire post"
2313
- msgstr "Ver todo el mensaje"
2314
-
2315
- #: wpf-includes/wpf-phrases.php:357
2316
- msgid "View the latest post"
2317
- msgstr "Ver el último mensaje"
2318
-
2319
- #: wpf-includes/wpf-phrases.php:358
2320
- msgid "Views"
2321
- msgstr "Vistas"
2322
-
2323
- #: wpf-includes/wpf-phrases.php:359
2324
- msgid "Votes"
2325
- msgstr "Votos"
2326
-
2327
- #: wpf-includes/wpf-phrases.php:360
2328
- msgid "Website"
2329
- msgstr "Sitio Web"
2330
-
2331
- #: wpf-includes/wpf-phrases.php:362
2332
- msgid "Wordpress avatar system"
2333
- msgstr "Sistema de avatar de Wordpress"
2334
-
2335
- #: wpf-includes/wpf-phrases.php:363
2336
- msgid "Working"
2337
- msgstr "Trabajando"
2338
-
2339
- #: wpf-includes/wpf-phrases.php:364
2340
- msgid "Write message"
2341
- msgstr "Escribir mensaje"
2342
-
2343
- #: wpf-includes/wpf-phrases.php:365
2344
- msgid "Yahoo"
2345
- msgstr "Yahoo"
2346
-
2347
- #: wpf-includes/wpf-phrases.php:367
2348
- msgid "You"
2349
- msgstr "Tu"
2350
-
2351
- #: wpf-includes/wpf-phrases.php:369
2352
- #, php-format
2353
- msgid "You can go to %s page or Search here"
2354
- msgstr "Puedes ir a la página %s ó Buscar aquí"
2355
-
2356
- #: wpf-includes/wpf-phrases.php:371
2357
- msgid "Your Answer"
2358
- msgstr "Tu Respesta"
2359
-
2360
- #: wpf-includes/wpf-phrases.php:372
2361
- msgid "account"
2362
- msgstr "cuenta"
2363
-
2364
- #: wpf-includes/wpf-phrases.php:373
2365
- msgid "activity"
2366
- msgstr "actividad"
2367
-
2368
- #: wpf-includes/wpf-phrases.php:375
2369
- msgid "add_new"
2370
- msgstr "add_new"
2371
-
2372
- #: wpf-includes/wpf-phrases.php:376
2373
- #, php-format
2374
- msgid "%s ago"
2375
- msgstr "hace %s"
2376
-
2377
- #: wpf-includes/wpf-phrases.php:377
2378
- msgid "by"
2379
- msgstr "por"
2380
-
2381
- #: wpf-includes/wpf-phrases.php:378
2382
- #, php-format
2383
- msgid "by %s"
2384
- msgstr "por %s"
2385
-
2386
- #: wpf-includes/wpf-phrases.php:379
2387
- msgid "confirm password"
2388
- msgstr "confirmar contraseña"
2389
-
2390
- #: wpf-includes/wpf-phrases.php:384
2391
- msgid "forums"
2392
- msgstr "foros"
2393
-
2394
- #: wpf-includes/wpf-phrases.php:386
2395
- msgid "login"
2396
- msgstr "iniciar sesión"
2397
-
2398
- #: wpf-includes/wpf-phrases.php:387
2399
- msgid "logout"
2400
- msgstr "cerrar sesión"
2401
-
2402
- #: wpf-includes/wpf-phrases.php:388
2403
- msgid "matches"
2404
- msgstr "coincidencias"
2405
-
2406
- #: wpf-includes/wpf-phrases.php:389
2407
- msgid "members"
2408
- msgstr "miembros"
2409
-
2410
- #: wpf-includes/wpf-phrases.php:391
2411
- msgid "my profile"
2412
- msgstr "mi perfil"
2413
-
2414
- #: wpf-includes/wpf-phrases.php:392
2415
- msgid "new password"
2416
- msgstr "contraseña nueva"
2417
-
2418
- #: wpf-includes/wpf-phrases.php:393
2419
- msgid "new password again"
2420
- msgstr "contraseña nueva otra vez"
2421
-
2422
- #: wpf-includes/wpf-phrases.php:394
2423
- msgid "next"
2424
- msgstr "siguiente"
2425
-
2426
- #: wpf-includes/wpf-phrases.php:395
2427
- msgid "old password"
2428
- msgstr "contraseña vieja"
2429
-
2430
- #: wpf-includes/wpf-phrases.php:396
2431
- msgid "phrase_key"
2432
- msgstr "phrase_key"
2433
-
2434
- #: wpf-includes/wpf-phrases.php:397
2435
- msgid "phrase_value"
2436
- msgstr "phrase_value"
2437
-
2438
- #: wpf-includes/wpf-phrases.php:398
2439
- msgid "posted"
2440
- msgstr "publicado"
2441
-
2442
- #: wpf-includes/wpf-phrases.php:399
2443
- msgid "prev"
2444
- msgstr "previo"
2445
-
2446
- #: wpf-includes/wpf-phrases.php:400
2447
- msgid "register"
2448
- msgstr "registro"
2449
-
2450
- #: wpf-includes/wpf-phrases.php:401
2451
- msgid "replies"
2452
- msgstr "respuestas"
2453
-
2454
- #: wpf-includes/wpf-phrases.php:402
2455
- msgid "subscriptions"
2456
- msgstr "suscripciones"
2457
-
2458
- #: wpf-includes/wpf-phrases.php:403
2459
- msgid "update"
2460
- msgstr "actualizar"
2461
-
2462
- #: wpf-includes/wpf-phrases.php:405
2463
- msgid "view all posts"
2464
- msgstr "ver todos los mensajes"
2465
-
2466
- #: wpf-includes/wpf-phrases.php:406
2467
- msgid "view all questions"
2468
- msgstr "ver todas las preguntas"
2469
-
2470
- #: wpf-includes/wpf-phrases.php:407
2471
- msgid "view all topics"
2472
- msgstr "ver todos los temas"
2473
-
2474
- #: wpf-includes/wpf-phrases.php:409
2475
- msgid "wpForo Navigation"
2476
- msgstr "Navegación de wpForo"
2477
-
2478
- #: wpf-includes/wpf-phrases.php:414
2479
- msgid "{number}B"
2480
- msgstr "{number}B"
2481
-
2482
- #: wpf-includes/wpf-phrases.php:415
2483
- msgid "{number}K"
2484
- msgstr "{number}K"
2485
-
2486
- #: wpf-includes/wpf-phrases.php:416
2487
- msgid "{number}M"
2488
- msgstr "{number}M"
2489
-
2490
- #: wpf-includes/wpf-phrases.php:417
2491
- msgid "{number}T"
2492
- msgstr "{number}T"
2493
-
2494
- #: wpf-includes/wpf-phrases.php:422
2495
- msgid "Access add error"
2496
- msgstr "Error al agregar acceso"
2497
-
2498
- #: wpf-includes/wpf-phrases.php:423
2499
- msgid "Access delete error"
2500
- msgstr "Error al borrar acceso"
2501
-
2502
- #: wpf-includes/wpf-phrases.php:424
2503
- msgid "Access edit error"
2504
- msgstr "Error al editar acceso"
2505
-
2506
- #: wpf-includes/wpf-phrases.php:425
2507
- msgid "Access successfully deleted"
2508
- msgstr "Acceso borrado con éxito"
2509
-
2510
- #: wpf-includes/wpf-phrases.php:426
2511
- msgid "Add Topic error: No forum selected"
2512
- msgstr "Error al agregar tema: No se selecciono un foro"
2513
-
2514
- #: wpf-includes/wpf-phrases.php:427
2515
- msgid "All Checked topics successfully deleted"
2516
- msgstr "Todos los temas seleccionados se han borrado con éxito"
2517
-
2518
- #: wpf-includes/wpf-phrases.php:428
2519
- msgid "Can't add forum"
2520
- msgstr "No se pudo agregar foro"
2521
-
2522
- #: wpf-includes/wpf-phrases.php:429
2523
- msgid "Can't add new language"
2524
- msgstr "No se pudo agregar un nuevo lenguaje"
2525
-
2526
- #: wpf-includes/wpf-phrases.php:430
2527
- msgid "Can't delete this Usergroup"
2528
- msgstr "No se pudo borrar grupo de usuario"
2529
-
2530
- #: wpf-includes/wpf-phrases.php:431
2531
- msgid "Can't send confirmation email"
2532
- msgstr "No se pudo enviar correo de confirmación"
2533
-
2534
- #: wpf-includes/wpf-phrases.php:432
2535
- msgid "Can't send report email"
2536
- msgstr "No se puede enviar correro de reporte"
2537
-
2538
- #: wpf-includes/wpf-phrases.php:433
2539
- msgid "Can't subscribe to this item"
2540
- msgstr "No se puede suscribir a este elemento"
2541
-
2542
- #: wpf-includes/wpf-phrases.php:434
2543
- msgid "Can't write a post: This topic is closed"
2544
- msgstr "No se puede responder: El tema esta cerrado"
2545
-
2546
- #: wpf-includes/wpf-phrases.php:435
2547
- msgid "Can`t upload file"
2548
- msgstr "No se puede subir el archivo"
2549
-
2550
- #: wpf-includes/wpf-phrases.php:436
2551
- msgid "Cannot update forum hierarchy"
2552
- msgstr "No se pudo actualizar la jerarquía del foro"
2553
-
2554
- #: wpf-includes/wpf-phrases.php:437
2555
- msgid "Cannot update post data"
2556
- msgstr "No se pudo actualizar los datos del mensaje"
2557
-
2558
- #: wpf-includes/wpf-phrases.php:438
2559
- msgid "Could not be unsubscribe from this item"
2560
- msgstr "No se puede desuscribir de este elemento"
2561
-
2562
- #: wpf-includes/wpf-phrases.php:439
2563
- msgid "Email address exists. Please insert another."
2564
- msgstr "Correo electrónico ya existente. Por favor escriba otro."
2565
-
2566
- #: wpf-includes/wpf-phrases.php:440
2567
- msgid "Error: Forum is not found"
2568
- msgstr "Error: Foro no encontrado"
2569
-
2570
- #: wpf-includes/wpf-phrases.php:441
2571
- msgid "Error: No topic selected"
2572
- msgstr "Error: Sin tema seleccionado"
2573
-
2574
- #: wpf-includes/wpf-phrases.php:442
2575
- msgid "Error: Topic is not found"
2576
- msgstr "Error: Tema no encontrado"
2577
-
2578
- #: wpf-includes/wpf-phrases.php:443
2579
- msgid "Error: please inset some text to report."
2580
- msgstr "Error: por favor agregue algo de texto para reportar"
2581
-
2582
- #: wpf-includes/wpf-phrases.php:444
2583
- msgid "Features successfully updated"
2584
- msgstr "Funciones actualizadas con éxito"
2585
-
2586
- #: wpf-includes/wpf-phrases.php:445
2587
- msgid "Features successfully updated, but previous value not changed"
2588
- msgstr "Funciones actualizadas con éxito, pero sin cambios a valores previos"
2589
-
2590
- #: wpf-includes/wpf-phrases.php:446
2591
- msgid "File type is not allowed"
2592
- msgstr "Tipo de archivo no permitido"
2593
-
2594
- #: wpf-includes/wpf-phrases.php:447
2595
- msgid "Forum Base URL successfully updated"
2596
- msgstr "URL base del foro actualizada con éxito"
2597
-
2598
- #: wpf-includes/wpf-phrases.php:448
2599
- msgid "Forum deleting error"
2600
- msgstr "Error al borrar foro"
2601
-
2602
- #: wpf-includes/wpf-phrases.php:449
2603
- msgid "Forum hierarchy successfully updated"
2604
- msgstr "Jerarquía de foro actualizada con éxito"
2605
-
2606
- #: wpf-includes/wpf-phrases.php:450
2607
- msgid "Forum is successfully merged"
2608
- msgstr "Foro fusionado con éxito"
2609
-
2610
- #: wpf-includes/wpf-phrases.php:451
2611
- msgid "Forum merging error"
2612
- msgstr "Error al fusionar foros"
2613
-
2614
- #: wpf-includes/wpf-phrases.php:452
2615
- msgid "Forum options successfully updated"
2616
- msgstr "Opciones de foro actualizadas con éxito"
2617
-
2618
- #: wpf-includes/wpf-phrases.php:453
2619
- msgid "Forum options successfully updated, but previous value not changed"
2620
- msgstr ""
2621
- "Opciones de foro actualizadas con éxito, pero no hubo cambios a valores "
2622
- "previos"
2623
-
2624
- #: wpf-includes/wpf-phrases.php:454
2625
- msgid "Forum successfully updated"
2626
- msgstr "Foro actualizaco con éxito"
2627
-
2628
- #: wpf-includes/wpf-phrases.php:455
2629
- msgid "Forum update error"
2630
- msgstr "Error al actualizar foro"
2631
-
2632
- #: wpf-includes/wpf-phrases.php:456
2633
- msgid "General options successfully updated"
2634
- msgstr "Opciones generales actualizadas con éxito"
2635
-
2636
- #: wpf-includes/wpf-phrases.php:457
2637
- msgid "Illegal character in username."
2638
- msgstr "Caracter ilegal en el nombre de usuario"
2639
-
2640
- #: wpf-includes/wpf-phrases.php:458
2641
- msgid "Insert your Email address."
2642
- msgstr "Pon tu correo electrónico"
2643
-
2644
- #: wpf-includes/wpf-phrases.php:459
2645
- msgid "Invalid Email address"
2646
- msgstr "Correo electrónico inválido"
2647
-
2648
- #: wpf-includes/wpf-phrases.php:460
2649
- msgid "Invalid request!"
2650
- msgstr "¡Solicitud inválida!"
2651
-
2652
- #: wpf-includes/wpf-phrases.php:461
2653
- msgid "Member options successfully updated"
2654
- msgstr "Las opciones del miembro se han actualizado"
2655
-
2656
- #: wpf-includes/wpf-phrases.php:462
2657
- msgid "Member options successfully updated, but previous value not changed"
2658
- msgstr ""
2659
- "Las opciones del miembro se han actualizado, pero no hubo cambios a valores "
2660
- "previos"
2661
-
2662
- #: wpf-includes/wpf-phrases.php:463
2663
- msgid "Message has been sent"
2664
- msgstr "El mensaje ha sido enviado"
2665
-
2666
- #: wpf-includes/wpf-phrases.php:464
2667
- msgid ""
2668
- "New language successfully added and changed wpforo language to new language"
2669
- msgstr ""
2670
- "Se ha agregado con éxito un nuevo lenguaje y se ha cambiado el lenguaje de "
2671
- "wpForo a este nuevo"
2672
-
2673
- #: wpf-includes/wpf-phrases.php:465
2674
- msgid "No Posts found for update"
2675
- msgstr "No se encontró publicación para actualizar"
2676
-
2677
- #: wpf-includes/wpf-phrases.php:466
2678
- msgid "Password length must be between 6 characters and 20 characters."
2679
- msgstr "La contraseña debe ser de 6 a 20 caracteres de largo"
2680
-
2681
- #: wpf-includes/wpf-phrases.php:467
2682
- msgid "Password mismatch."
2683
- msgstr "La contraseña no coincide"
2684
-
2685
- #: wpf-includes/wpf-phrases.php:468
2686
- msgid "Permission denied"
2687
- msgstr "Permiso denegado"
2688
-
2689
- #: wpf-includes/wpf-phrases.php:469
2690
- msgid "Permission denied for add forum"
2691
- msgstr "Permiso denegado para agregar foro"
2692
-
2693
- #: wpf-includes/wpf-phrases.php:470
2694
- msgid "Permission denied for delete forum"
2695
- msgstr "Permiso denegado para borrar foro"
2696
-
2697
- #: wpf-includes/wpf-phrases.php:471
2698
- msgid "Permission denied for edit forum"
2699
- msgstr "Permiso denegado para editar foro"
2700
-
2701
- #: wpf-includes/wpf-phrases.php:472
2702
- msgid "Permission denied for this action"
2703
- msgstr "Permiso denegado para esta acción"
2704
-
2705
- #: wpf-includes/wpf-phrases.php:473
2706
- msgid "Phrase add error"
2707
- msgstr "Error al añadir frase"
2708
-
2709
- #: wpf-includes/wpf-phrases.php:474
2710
- msgid "Phrase adding error"
2711
- msgstr "Error al agregar frase"
2712
-
2713
- #: wpf-includes/wpf-phrases.php:475
2714
- msgid "Phrase successfully added"
2715
- msgstr "Frase agregada con éxito"
2716
-
2717
- #: wpf-includes/wpf-phrases.php:476
2718
- msgid "Phrase successfully updates"
2719
- msgstr "Frase actualizada con éxito"
2720
-
2721
- #: wpf-includes/wpf-phrases.php:477
2722
- msgid "Phrase update error"
2723
- msgstr "Error al actualizar frase"
2724
-
2725
- #: wpf-includes/wpf-phrases.php:478
2726
- msgid "Please insert required fields!"
2727
- msgstr "¡Por favor complete los campos requeridos!"
2728
-
2729
- #: wpf-includes/wpf-phrases.php:479
2730
- msgid "Post delete error"
2731
- msgstr "Error al borrar mensaje"
2732
-
2733
- #: wpf-includes/wpf-phrases.php:481
2734
- msgid "Post options successfully updated"
2735
- msgstr "Opciones de publicación actualizado con éxito"
2736
-
2737
- #: wpf-includes/wpf-phrases.php:482
2738
- msgid "Post options successfully updated, but previous value not changed"
2739
- msgstr ""
2740
- "Opciones de publicación actualizado con éxito, pero no hubo cambios en "
2741
- "valores previos"
2742
-
2743
- #: wpf-includes/wpf-phrases.php:483
2744
- msgid "Registration Error"
2745
- msgstr "Error en el Registro"
2746
-
2747
- #: wpf-includes/wpf-phrases.php:484
2748
- msgid "Reply request error"
2749
- msgstr "Error al solicitar respuesta"
2750
-
2751
- #: wpf-includes/wpf-phrases.php:485
2752
- msgid "Something wrong with profile data."
2753
- msgstr "Algo estuvo mal con los datos de perfil"
2754
-
2755
- #: wpf-includes/wpf-phrases.php:486
2756
- msgid "Subscribe options successfully updated"
2757
- msgstr "Las opciones de suscripción se han actualizado con éxito"
2758
-
2759
- #: wpf-includes/wpf-phrases.php:487
2760
- msgid "Subscribe options successfully updated, but previous value not changed"
2761
- msgstr ""
2762
- "Las opciones de suscripción se han actualizado con éxito, pero no hubo "
2763
- "cambios en valores previos"
2764
-
2765
- #: wpf-includes/wpf-phrases.php:488
2766
- msgid "Success! Thank you Dear Friend"
2767
- msgstr "¡Éxito! Gracias Querido Amigo"
2768
-
2769
- #: wpf-includes/wpf-phrases.php:489
2770
- msgid ""
2771
- "Success! Thank you. Please check your email and click confirmation link "
2772
- "below to complete this step."
2773
- msgstr ""
2774
- "¡Éxito! Gracias. Por favor revisa tu correo y da click en el link de "
2775
- "cofirmación para completar este paso."
2776
-
2777
- #: wpf-includes/wpf-phrases.php:490
2778
- msgid "Successfully updated"
2779
- msgstr "Actualizado con éxito"
2780
-
2781
- #: wpf-includes/wpf-phrases.php:491
2782
- msgid "Successfully voted"
2783
- msgstr "Haz votado con éxito"
2784
-
2785
- #: wpf-includes/wpf-phrases.php:492
2786
- msgid "The uploaded file size is too big"
2787
- msgstr "El archivo a subir es demasiado grande"
2788
-
2789
- #: wpf-includes/wpf-phrases.php:493
2790
- msgid "Theme options successfully updated"
2791
- msgstr "Opciones del tema actualizados con éxito"
2792
-
2793
- #: wpf-includes/wpf-phrases.php:494
2794
- msgid "This email address is already registered. Please insert another."
2795
- msgstr "Esta dirección de correo ya esta registrado. Por favor escriba otro."
2796
-
2797
- #: wpf-includes/wpf-phrases.php:495
2798
- msgid "This post successfully deleted"
2799
- msgstr "Este mensaje fué borrado con éxito"
2800
-
2801
- #: wpf-includes/wpf-phrases.php:496
2802
- msgid "This post successfully edited"
2803
- msgstr "Este mensaje fué editado con éxito"
2804
-
2805
- #: wpf-includes/wpf-phrases.php:497
2806
- msgid "This topic successfully deleted"
2807
- msgstr "Este tema ha sido borrado con éxito"
2808
-
2809
- #: wpf-includes/wpf-phrases.php:498
2810
- msgid "Topic Move Error"
2811
- msgstr "Error al mover tema"
2812
-
2813
- #: wpf-includes/wpf-phrases.php:499
2814
- msgid "Topic add error"
2815
- msgstr "Error al agregar tema"
2816
-
2817
- #: wpf-includes/wpf-phrases.php:500
2818
- msgid "Topic delete error"
2819
- msgstr "Error al borrar tema"
2820
-
2821
- #: wpf-includes/wpf-phrases.php:501
2822
- msgid "Topic edit error"
2823
- msgstr "Error al editar tema"
2824
-
2825
- #: wpf-includes/wpf-phrases.php:502
2826
- msgid "Topic not found."
2827
- msgstr "Tema no encontrado"
2828
-
2829
- #: wpf-includes/wpf-phrases.php:503
2830
- msgid "Topic successfully moved"
2831
- msgstr "Tema movido con éxito"
2832
-
2833
- #: wpf-includes/wpf-phrases.php:504
2834
- msgid "Topic successfully updated"
2835
- msgstr "Tema actualizado con éxito"
2836
-
2837
- #: wpf-includes/wpf-phrases.php:505
2838
- msgid "Topics delete error"
2839
- msgstr "Error al borrar temas"
2840
-
2841
- #: wpf-includes/wpf-phrases.php:506
2842
- msgid "User delete error"
2843
- msgstr "Error al borrar usuario"
2844
-
2845
- #: wpf-includes/wpf-phrases.php:507
2846
- msgid "User group add error"
2847
- msgstr "Error al agregar grupo de usuario"
2848
-
2849
- #: wpf-includes/wpf-phrases.php:508
2850
- msgid "User group edit error"
2851
- msgstr "Error al editar grupo de usuario"
2852
-
2853
- #: wpf-includes/wpf-phrases.php:509
2854
- msgid "User group successfully added"
2855
- msgstr "Grupo de usuario agregado con éxito"
2856
-
2857
- #: wpf-includes/wpf-phrases.php:510
2858
- msgid "User group successfully edited"
2859
- msgstr "Grupo de usuario editado con éxito"
2860
-
2861
- #: wpf-includes/wpf-phrases.php:511
2862
- msgid "User successfully deleted from wpforo"
2863
- msgstr "Usuario borrado con éxito de wpForo"
2864
-
2865
- #: wpf-includes/wpf-phrases.php:512
2866
- msgid "Username exists. Please insert another."
2867
- msgstr "El nombre de usuario existe. Por favor escriba otro."
2868
-
2869
- #: wpf-includes/wpf-phrases.php:513
2870
- msgid "Username is missed."
2871
- msgstr "Falta el nombre de usuario"
2872
-
2873
- #: wpf-includes/wpf-phrases.php:514
2874
- msgid "Username length must be between 3 characters and 15 characters."
2875
- msgstr "Los nombres de usuario deben ser de 3 a 15 caracteres de largo"
2876
-
2877
- #: wpf-includes/wpf-phrases.php:515
2878
- msgid "Welcome to our Community!"
2879
- msgstr "¡Bienvenido a nuestra Comunidad!"
2880
-
2881
- #: wpf-includes/wpf-phrases.php:516
2882
- msgid "Wrong post data"
2883
- msgstr "Datos incorrectos de mensaje"
2884
-
2885
- #: wpf-includes/wpf-phrases.php:517
2886
- msgid "You are already voted this post"
2887
- msgstr "Ya haz votado por este mensaje"
2888
-
2889
- #: wpf-includes/wpf-phrases.php:518
2890
- msgid "You have been successfully subscribed"
2891
- msgstr "Te haz suscrito con éxito"
2892
-
2893
- #: wpf-includes/wpf-phrases.php:519
2894
- msgid "You have been successfully unsubscribed"
2895
- msgstr "Te haz desuscripto con éxito"
2896
-
2897
- #: wpf-includes/wpf-phrases.php:520
2898
- msgid "You have no permission to edit this topic"
2899
- msgstr "No tienes permiso para editar este tema"
2900
-
2901
- #: wpf-includes/wpf-phrases.php:521
2902
- msgid "You haven't permission to create post into this forum"
2903
- msgstr "No tienes permiso para crear mensajes en este foro"
2904
-
2905
- #: wpf-includes/wpf-phrases.php:522
2906
- msgid "You haven't permission to create topic into this forum"
2907
- msgstr "No tienes permiso para crear temas en este foro"
2908
-
2909
- #: wpf-includes/wpf-phrases.php:523
2910
- msgid "You haven't permission to delete post from this forum"
2911
- msgstr "No tienes permiso para borrar mensajes en este foro"
2912
-
2913
- #: wpf-includes/wpf-phrases.php:524
2914
- msgid "You haven't permission to delete topic from this forum"
2915
- msgstr "No tienes permiso para borrar temas en este foro"
2916
-
2917
- #: wpf-includes/wpf-phrases.php:525
2918
- msgid "You haven't permission to edit post from this forum"
2919
- msgstr "No tienes permiso para editar un mensaje en este foro"
2920
-
2921
- #: wpf-includes/wpf-phrases.php:526
2922
- msgid "You successfully replied"
2923
- msgstr "Haz respondido con éxito"
2924
-
2925
- #: wpf-includes/wpf-phrases.php:527
2926
- msgid "Your forum successfully added"
2927
- msgstr "Se ha agregado tu foro con éxito"
2928
-
2929
- #: wpf-includes/wpf-phrases.php:528
2930
- msgid "Your forum successfully deleted"
2931
- msgstr "Se ha borrado tu foro con éxito"
2932
-
2933
- #: wpf-includes/wpf-phrases.php:529
2934
- msgid "Your profile data have been successfully updated."
2935
- msgstr "Los datos de tu perfil se han actualizado con éxito."
2936
-
2937
- #: wpf-includes/wpf-phrases.php:530
2938
- msgid "Your subscription for this item could not be confirmed"
2939
- msgstr "No se puede confirmar tu suscripción para este elemento"
2940
-
2941
- #: wpf-includes/wpf-phrases.php:531
2942
- msgid "Your topic successfully added"
2943
- msgstr "Tu tema se ha agregado con éxito"
2944
-
2945
- #: wpf-includes/wpf-phrases.php:533
2946
- msgid "Dashboard - Can create forum"
2947
- msgstr "Escritorio - Puede crear foros"
2948
-
2949
- #: wpf-includes/wpf-phrases.php:534
2950
- msgid "Dashboard - Can edit forum"
2951
- msgstr "Escritorio - Puede editar foros"
2952
-
2953
- #: wpf-includes/wpf-phrases.php:535
2954
- msgid "Dashboard - Can delete forum"
2955
- msgstr "Escritorio - Puede borrar foros"
2956
-
2957
- #: wpf-includes/wpf-phrases.php:536
2958
- msgid "Dashboard - Members Menu"
2959
- msgstr "Escritorio - Menú de Miembros"
2960
-
2961
- #: wpf-includes/wpf-phrases.php:537
2962
- msgid "Dashboard - Can edit member"
2963
- msgstr "Escritorio - Puede editar miembros"
2964
-
2965
- #: wpf-includes/wpf-phrases.php:538
2966
- msgid "Dashboard - Can delete member"
2967
- msgstr "Escritorio - Puede borrar miembros"
2968
-
2969
- #: wpf-includes/wpf-phrases.php:539
2970
- msgid "Dashboard - Usergroup Menu"
2971
- msgstr "Escritorio - Menú de Grupos"
2972
-
2973
- #: wpf-includes/wpf-phrases.php:540
2974
- msgid "Front - Can view members"
2975
- msgstr "Portada - Puede ver miembros"
2976
-
2977
- #: wpf-includes/wpf-phrases.php:541
2978
- msgid "Front - Can view profiles"
2979
- msgstr "Portada - Puede ver perfiles"
2980
-
2981
- #: wpf-includes/wpf-phrases.php:542
2982
- msgid "Front - Can upload avatar"
2983
- msgstr "Portada - Puede subir un avatar"
2984
-
2985
- #: wpf-includes/wpf-phrases.php:543
2986
- msgid "Front - Can have signatur"
2987
- msgstr "Portada - Puede tener una firma"
2988
-
2989
- #: wpf-includes/wpf-phrases.php:544
2990
- msgid "Front - Can view avatars"
2991
- msgstr "Portada - Puede ver avatares"
2992
-
2993
- #: wpf-includes/wpf-phrases.php:545
2994
- msgid "Front - Can view member username"
2995
- msgstr "Portada - Puede ver el nombre de usuario del miembro"
2996
-
2997
- #: wpf-includes/wpf-phrases.php:546
2998
- msgid "Front - Can view member email"
2999
- msgstr "Portada - Puede ver el email del miembro"
3000
-
3001
- #: wpf-includes/wpf-phrases.php:547
3002
- msgid "Front - Can view member title"
3003
- msgstr "Portada - Puede ver el título del miembro"
3004
-
3005
- #: wpf-includes/wpf-phrases.php:548
3006
- msgid "Front - Can view member custom title"
3007
- msgstr "Portada - Puede ver el título personalizado del miembro"
3008
-
3009
- #: wpf-includes/wpf-phrases.php:549
3010
- msgid "Front - Can view member reputation"
3011
- msgstr "Portada - Puede ver la reputación del miembro"
3012
-
3013
- #: wpf-includes/wpf-phrases.php:550
3014
- msgid "Front - Can view member website"
3015
- msgstr "Portada - Puede ver el sitio web del miembro"
3016
-
3017
- #: wpf-includes/wpf-phrases.php:551
3018
- msgid "Front - Can view member social networks"
3019
- msgstr "Portada - Puede ver las redes sociales del miembro"
3020
-
3021
- #: wpf-includes/wpf-phrases.php:552
3022
- msgid "Front - Can view member reg. date"
3023
- msgstr "Portada - Puede ver la fecha de registro del miembro"
3024
-
3025
- #: wpf-includes/wpf-phrases.php:553
3026
- msgid "Front - Can view member last active date"
3027
- msgstr "Portada - Puede ver la última actividad del miembro"
3028
-
3029
- #: wpf-includes/wpf-phrases.php:554
3030
- msgid "Front - Can view member ip address"
3031
- msgstr "Portada - Puede ver la dirección IP del miembro"
3032
-
3033
- #: wpf-includes/wpf-phrases.php:555
3034
- msgid "Front - Can view member location"
3035
- msgstr "Portada - Puede Puede ver la ubicación del miembro"
3036
-
3037
- #: wpf-includes/wpf-phrases.php:556
3038
- msgid "Front - Can view member ocumpation"
3039
- msgstr "Portada - Puede ver la ocupación del miembro"
3040
-
3041
- #: wpf-includes/wpf-phrases.php:557
3042
- msgid "Front - Can view member signatur"
3043
- msgstr "Portada - Puede ver la firma del miembro"
3044
-
3045
- #: wpf-includes/wpf-phrases.php:558
3046
- msgid "Front - Can view member about me"
3047
- msgstr "Portada - Puede ver el \"Acerca de Mí\" del miembro"
3048
-
3049
- #: wpf-includes/wpf-phrases.php:559
3050
- msgid "Front - Can view member phone number"
3051
- msgstr "Portada - Puede ver el número telefónico del miembro"
3052
-
3053
- #: wpf-includes/wpf-phrases.php:560
3054
- msgid "Front - Can write PM"
3055
- msgstr "Portada - Puede escribir MP"
3056
-
3057
- #: wpf-includes/wpf-phrases.php:561
3058
- msgid "Can view forum"
3059
- msgstr "Puede ver el foro"
3060
-
3061
- #: wpf-includes/wpf-phrases.php:562
3062
- msgid "Can create topic"
3063
- msgstr "Puede crear temas"
3064
-
3065
- #: wpf-includes/wpf-phrases.php:563
3066
- msgid "Can view topic"
3067
- msgstr "Puede ver temas"
3068
-
3069
- #: wpf-includes/wpf-phrases.php:564
3070
- msgid "Can edit topic"
3071
- msgstr "Puede editar temas"
3072
-
3073
- #: wpf-includes/wpf-phrases.php:565
3074
- msgid "Can delete topic"
3075
- msgstr "Puede borrar temas"
3076
-
3077
- #: wpf-includes/wpf-phrases.php:566
3078
- msgid "Can post reply"
3079
- msgstr "Puede publicar mensajes"
3080
-
3081
- #: wpf-includes/wpf-phrases.php:567
3082
- msgid "Can view replies"
3083
- msgstr "Puede ver mensajes"
3084
-
3085
- #: wpf-includes/wpf-phrases.php:568
3086
- msgid "Can edit replies"
3087
- msgstr "Puede editar mensajes"
3088
-
3089
- #: wpf-includes/wpf-phrases.php:569
3090
- msgid "Can delete replies"
3091
- msgstr "Puede borrar mensajes"
3092
-
3093
- #: wpf-includes/wpf-phrases.php:570
3094
- msgid "Can edit own topic"
3095
- msgstr "Puede editar su tema"
3096
-
3097
- #: wpf-includes/wpf-phrases.php:571
3098
- msgid "Can edit own replay"
3099
- msgstr "Puede editar su mensaje"
3100
-
3101
- #: wpf-includes/wpf-phrases.php:572
3102
- msgid "Can delete own topic"
3103
- msgstr "Puede borrar su tema"
3104
-
3105
- #: wpf-includes/wpf-phrases.php:573
3106
- msgid "Can delete own replay"
3107
- msgstr "Puede borrar su mensaje"
3108
-
3109
- #: wpf-includes/wpf-phrases.php:574
3110
- msgid "Can like"
3111
- msgstr "Puede dar Me Gusta"
3112
-
3113
- #: wpf-includes/wpf-phrases.php:575
3114
- msgid "Can report"
3115
- msgstr "Puede reportar"
3116
-
3117
- #: wpf-includes/wpf-phrases.php:576
3118
- msgid "Can make topic sticky"
3119
- msgstr "Puede marcar temas"
3120
-
3121
- #: wpf-includes/wpf-phrases.php:577
3122
- msgid "Can vote"
3123
- msgstr "Puede votar"
3124
-
3125
- #: wpf-includes/wpf-phrases.php:578
3126
- msgid "Can Attach File"
3127
- msgstr "Puede Adjuntar Archivo"
3128
-
3129
- #: wpf-includes/wpf-phrases.php:579
3130
- msgid "Can make topic answered"
3131
- msgstr "Puede marcar temas como respondido"
3132
-
3133
- #: wpf-includes/wpf-phrases.php:580
3134
- msgid "Can make own topic answered"
3135
- msgstr "Puede marcar su tema como respondido"
3136
-
3137
- #: wpf-includes/wpf-phrases.php:581
3138
- msgid "Can close topic"
3139
- msgstr "Puede cerrar temas"
3140
-
3141
- #: wpf-includes/wpf-phrases.php:582
3142
- msgid "Can move topic"
3143
- msgstr "Puede mover temas"
3144
-
3145
- #: wpf-includes/wpf-phrases.php:583
3146
- msgid "like"
3147
- msgstr "me gusta"
3148
-
3149
- #: wpf-includes/wpf-phrases.php:584
3150
- msgid "unlike"
3151
- msgstr "no me gusta"
3152
-
3153
- #: wpf-includes/wpf-phrases.php:585
3154
- msgid "sticky"
3155
- msgstr "marcar"
3156
-
3157
- #: wpf-includes/wpf-phrases.php:586
3158
- msgid "unsticky"
3159
- msgstr "desmarcar"
3160
-
3161
- #: wpf-includes/wpf-phrases.php:587
3162
- msgid "close"
3163
- msgstr "cerrar"
3164
-
3165
- #: wpf-includes/wpf-phrases.php:588
3166
- msgid "open"
3167
- msgstr "abierto"
3168
-
3169
- #: wpf-includes/wpf-phrases.php:589
3170
- msgid "Topic Icons"
3171
- msgstr "Íconos de Temas"
3172
-
3173
- #: wpf-includes/wpf-phrases.php:590
3174
- msgid "New"
3175
- msgstr "Nuevo"
3176
-
3177
- #: wpf-includes/wpf-phrases.php:591
3178
- msgid "Replied"
3179
- msgstr "Respondido"
3180
-
3181
- #: wpf-includes/wpf-phrases.php:592
3182
- msgid "Active"
3183
- msgstr "Activo"
3184
-
3185
- #: wpf-includes/wpf-phrases.php:593
3186
- msgid "Hot"
3187
- msgstr "Popular"
3188
-
3189
- #: wpf-includes/wpf-phrases.php:594
3190
- msgid "Solved"
3191
- msgstr "Resuelto"
3192
-
3193
- #: wpf-includes/wpf-phrases.php:595
3194
- msgid "Unsolved"
3195
- msgstr "Sin resolver"
3196
-
3197
- #: wpf-includes/wpf-phrases.php:603
3198
- msgid "Can make topic solved"
3199
- msgstr "Puede marcar temas como resueltos"
3200
-
3201
- #: wpf-includes/wpf-phrases.php:604
3202
- msgid "Can make own topic solved"
3203
- msgstr "Puede marcar sus temas como resueltos"
3204
-
3205
- #: wpf-includes/wpf-phrases.php:605
3206
- msgid "Old password is wrong"
3207
- msgstr "El password anterior esta incorrecto"
3208
-
3209
- #: wpf-includes/wpf-phrases.php:606
3210
- msgid "New Passwords do not match"
3211
- msgstr "El nuevo Password no coincide"
3212
-
3213
- #: wpf-includes/wpf-phrases.php:610
3214
- msgid ""
3215
- "This process may take a few seconds or dozens of minutes, it depends on "
3216
- "database forum size and on server resources. Please be patient and don't "
3217
- "close this page. If you got 500 Server Error please don't worry, the data "
3218
- "updating process is still working in MySQL server."
3219
- msgstr ""
3220
- "Este proceso puede tomar algunos segundos o decenas de minutos, esto "
3221
- "dependerá del tamaño de la base de datos y en los recursos del servidor. Por "
3222
- "favor sea paciente y no cierre esta página. No se preocupe si recibe un "
3223
- "error 500 de Servidor, el proceso de actualización de los datos sigue "
3224
- "trabajando en el servidor MySQL."
3225
-
3226
- #: wpf-includes/wpf-phrases.php:614
3227
- msgid "Updated Successfully!"
3228
- msgstr "¡Actualizado con Éxito!"
3229
-
3230
- #: wpf-includes/wpf-phrases.php:615
3231
- msgid "Deleted Successfully!"
3232
- msgstr "¡Borrado con Éxito!"
3233
-
3234
- #: wpf-includes/wpf-phrases.php:616
3235
- msgid "Closed"
3236
- msgstr "Cerrado"
3237
-
3238
- #: wpf-includes/wpf-phrases.php:617
3239
- msgid "Forum Members List"
3240
- msgstr "Lista de Miembros del Foro"
3241
-
3242
- #: wpf-includes/wpf-phrases.php:618
3243
- msgid "are you sure you want to delete?"
3244
- msgstr "¿estas seguro que deseas borrarlo?"
3245
-
3246
- #: wpf-includes/wpf-phrases.php:620
3247
- msgid "Moderator"
3248
- msgstr "Moderador"
3249
-
3250
- #: wpf-includes/wpf-phrases.php:622
3251
- msgid "Customer"
3252
- msgstr "Cliente"
3253
-
3254
- #: wpf-includes/wpf-phrases.php:623
3255
- msgid "No access"
3256
- msgstr "Sin Acceso"
3257
-
3258
- #: wpf-includes/wpf-phrases.php:624
3259
- msgid "Read only access"
3260
- msgstr "Acceso de solo lectura"
3261
-
3262
- #: wpf-includes/wpf-phrases.php:625
3263
- msgid "Standard access"
3264
- msgstr "Acceso estándar"
3265
-
3266
- #: wpf-includes/wpf-phrases.php:626
3267
- msgid "Moderator access"
3268
- msgstr "Acceso de Moderador"
3269
-
3270
- #: wpf-includes/wpf-phrases.php:627
3271
- msgid "Full access"
3272
- msgstr "Acceso completo"
3273
-
3274
- #: wpf-includes/wpf-phrases.php:628
3275
- msgid "Profile"
3276
- msgstr "Perfil"
3277
-
3278
- #: wpf-includes/wpf-phrases.php:630
3279
- msgid "Incorrect file format. Allowed formats: jpeg, jpg, png, gif."
3280
- msgstr ""
3281
- "Formato de archivo incorrecto. Formatos permitidos: jpeg, jpg, png, gif."
3282
-
3283
- #: wpf-includes/wpf-phrases.php:633
3284
- msgid "User registration is disabled"
3285
- msgstr "Registro de usuarios desactivado"
3286
-
3287
- #: wpf-includes/wpf-phrases.php:637
3288
- msgid "Attachment removed"
3289
- msgstr "Adjunto removido"
3290
-
3291
- #: wpf-includes/wpf-phrases.php:638
3292
- msgid "Forum Posts"
3293
- msgstr "Publicaciones en el Foro"
3294
-
3295
- #: wpf-includes/wpf-phrases.php:639
3296
- msgid "Blog Posts"
3297
- msgstr "Publicaciones en el Blog"
3298
-
3299
- #: wpf-includes/wpf-phrases.php:640
3300
- msgid "Blog Comments"
3301
- msgstr "Comentarios en el Blog"
3302
-
3303
- #: wpf-includes/wpf-phrases.php:641
3304
- #, php-format
3305
- msgid "Welcome back %s!"
3306
- msgstr "Hola %s"
3307
-
3308
- #: wpf-includes/wpf-phrases.php:642
3309
- msgid "Member Profile"
3310
- msgstr "Perfil de Miembro"
3311
-
3312
- #: wpf-includes/wpf-phrases.php:643
3313
- msgid "Member"
3314
- msgstr "Miembro"
3315
-
3316
- #: wpf-includes/wpf-phrases.php:644
3317
- msgid "You have not permission to this page"
3318
- msgstr ""
3319
-
3320
- #: wpf-includes/wpf-phrases.php:646
3321
- msgid ""
3322
- "This option will disable WordPress on front-end. Only forum pages will be "
3323
- "available. wpForo will look like as a stand-alone forum."
3324
- msgstr ""
3325
- "Esta opción deshabilita el Front-end de WordPress. Solo las páginas del foro "
3326
- "estarán disponibles. wpForo se verá como un foro independiente."
3327
-
3328
- #: wpforo.php:344
3329
- msgid ""
3330
- "Adds an advanced file attachment system to forum topics and posts. AJAX "
3331
- "powered media uploading and displaying system with user specific library."
3332
- msgstr ""
3333
-
3334
- #: wpforo.php:345
3335
- msgid ""
3336
- "Allows to embed hundreds of video, social network, audio and photo content "
3337
- "providers in forum topics and posts."
3338
- msgstr ""
3339
-
3340
- #. Plugin Name of the plugin/theme
3341
- msgid "Forum - wpForo"
3342
- msgstr "Foro - wpForo"
3343
-
3344
- #. Plugin URI of the plugin/theme
3345
- msgid "http://wpforo.com"
3346
- msgstr "http://wpforo.com"
3347
-
3348
- #. Description of the plugin/theme
3349
- msgid ""
3350
- "Next Generation of WordPress Forum Softwares. Everything you need to run an "
3351
- "efficient and professional community. Powerful and beautiful bulletin board "
3352
- "with unique features."
3353
- msgstr ""
3354
- "La siguiente Generación de Software de Foros para Wordpress. Todo lo que "
3355
- "necesitas para correr una eficiente y profesional comunidad. Poderoso y "
3356
- "hermoso foro bulletin con caracteristicas únicas."
3357
-
3358
- #. Author of the plugin/theme
3359
- msgid "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
3360
- msgstr "Equipo de gVectors (A. Chakhoyan, R. Hovhannisyan)"
3361
-
3362
- #. Author URI of the plugin/theme
3363
- msgid "http://gvectors.com/"
3364
- msgstr "http://gvectors.com/"
3365
-
3366
- #~ msgid "Dahsboard - Can create forum"
3367
- #~ msgstr "Escritorio - Puede crear foros"
3368
-
3369
- #~ msgid "Dahsboard - Can edit forum"
3370
- #~ msgstr "Escritorio - Puede editar foros"
3371
-
3372
- #~ msgid "Dahsboard - Can delete forum"
3373
- #~ msgstr "Escritorio - Puede borrar foros"
3374
-
3375
- #~ msgid "Dahsboard - Members Menu"
3376
- #~ msgstr "Escritorio - Menú de Miembros"
3377
-
3378
- #~ msgid "Dahsboard - Can edit member"
3379
- #~ msgstr "Escritorio - Puede editar miembros"
3380
-
3381
- #~ msgid "Dahsboard - Can delete member"
3382
- #~ msgstr "Escritorio - Puede borrar miembros"
3383
-
3384
- #~ msgid "Dahsboard - Usergroup Menu"
3385
- #~ msgstr "Escritorio - Menú de Grupos"
3386
-
3387
- #~ msgid "Dismiss"
3388
- #~ msgstr "Rechazar"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Forum - wpForo\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-05-23 23:18+0400\n"
6
+ "PO-Revision-Date: 2017-05-23 23:18+0400\n"
7
+ "Last-Translator: gVectors Team <info@gvectors.com>\n"
8
+ "Language-Team: Spanish\n"
9
+ "Language: es_ES\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Generator: Poedit 1.8.6\n"
16
+ "X-Poedit-Basepath: ..\n"
17
+ "X-Poedit-WPHeader: wpforo.php\n"
18
+ "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
19
+ "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
20
+ "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
21
+ "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
22
+ "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
23
+ "X-Loco-Target-Locale: es_MX\n"
24
+ "X-Poedit-SearchPath-0: .\n"
25
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
26
+
27
+ #: wpf-admin/addons.php:14 wpf-admin/addons.php:22
28
+ msgid "wpForo Addons"
29
+ msgstr ""
30
+
31
+ #: wpf-admin/addons.php:28
32
+ msgid ""
33
+ "All wpForo addons are being developed by wpForo developers at gVectors Team. "
34
+ "Addon prices also include a small donation to the hard work wpForo "
35
+ "developers do for free. When you buy an addon, you also donate the free "
36
+ "wpForo development and support. Addons are the only incoming source for "
37
+ "wpForo developers. wpForo is a premium forum plugin which will always be "
38
+ "available for free. There will never be paid and pro versions of this forum "
39
+ "board. We have another dozens of awesome features in our to-do list which "
40
+ "will also be added for free in future releases. So the free wpForo "
41
+ "development always stays on the first priority and wpForo is being extended "
42
+ "with new free functions and features even faster than before."
43
+ msgstr ""
44
+
45
+ #: wpf-admin/addons.php:51
46
+ msgid "Installed"
47
+ msgstr ""
48
+
49
+ #: wpf-admin/addons.php:55
50
+ msgid "Version"
51
+ msgstr ""
52
+
53
+ #: wpf-admin/addons.php:56
54
+ msgid "at least"
55
+ msgstr ""
56
+
57
+ #: wpf-admin/addons.php:58
58
+ msgid "Details | Buy"
59
+ msgstr ""
60
+
61
+ #: wpf-admin/addons.php:64
62
+ msgid "More information about"
63
+ msgstr ""
64
+
65
+ #: wpf-admin/admin.php:26 wpf-admin/admin.php:27
66
+ #: wpf-includes/wpf-phrases.php:599
67
+ msgid "Dashboard"
68
+ msgstr "Escritorio"
69
+
70
+ #: wpf-admin/admin.php:26 wpf-admin/admin.php:28 wpf-admin/dashboard.php:138
71
+ #: wpf-admin/options-tabs/styles.php:16 wpf-admin/options.php:15
72
+ #: wpf-includes/wpf-hooks.php:1639 wpf-includes/wpf-phrases.php:123
73
+ msgid "Forums"
74
+ msgstr "Foros"
75
+
76
+ #: wpf-admin/admin.php:29 wpf-includes/wpf-hooks.php:22
77
+ #: wpf-includes/wpf-hooks.php:1655
78
+ msgid "Settings"
79
+ msgstr "Ajustes"
80
+
81
+ #: wpf-admin/admin.php:30 wpf-includes/wpf-hooks.php:1664
82
+ msgid "Tools"
83
+ msgstr ""
84
+
85
+ #: wpf-admin/admin.php:31 wpf-includes/wpf-hooks.php:1673
86
+ msgid "Moderation"
87
+ msgstr ""
88
+
89
+ #: wpf-admin/admin.php:32 wpf-admin/dashboard.php:150 wpf-admin/member.php:10
90
+ #: wpf-admin/options.php:18 wpf-includes/wpf-hooks.php:1682
91
+ #: wpf-includes/wpf-phrases.php:178
92
+ msgid "Members"
93
+ msgstr "Miembros"
94
+
95
+ #: wpf-admin/admin.php:33 wpf-admin/usergroup.php:8
96
+ #: wpf-includes/wpf-hooks.php:1691
97
+ msgid "Usergroups"
98
+ msgstr "Grupos"
99
+
100
+ #: wpf-admin/admin.php:34 wpf-includes/wpf-hooks.php:1707
101
+ #: wpf-includes/wpf-phrases.php:600
102
+ msgid "Phrases"
103
+ msgstr "Frases"
104
+
105
+ #: wpf-admin/admin.php:35 wpf-includes/wpf-hooks.php:1723
106
+ #: wpf-includes/wpf-phrases.php:601
107
+ msgid "Themes"
108
+ msgstr "Temas"
109
+
110
+ #: wpf-admin/admin.php:36 wpf-admin/options.php:23
111
+ #: wpf-includes/wpf-hooks.php:1732 wpf-includes/wpf-phrases.php:25
112
+ msgid "Addons"
113
+ msgstr "Complementos"
114
+
115
+ #: wpf-admin/dashboard.php:9 wpf-includes/wpf-phrases.php:409
116
+ msgid "wpForo Dashboard"
117
+ msgstr "Escritorio de wpForo"
118
+
119
+ #: wpf-admin/dashboard.php:25 wpf-includes/wpf-phrases.php:362
120
+ msgid "Welcome Message"
121
+ msgstr "Mensaje de Bienvenida"
122
+
123
+ #: wpf-admin/dashboard.php:31
124
+ msgid ""
125
+ "Thank you for using wpForo! wpForo is a professional bulletin board for "
126
+ "WorPress, and the only forum software which comes with Multi-layout template "
127
+ "system.\n"
128
+ " The \"Extended\", \"Simplified\" and "
129
+ "\"Question &amp Answer\" layouts fit almost all type of discussions needs. "
130
+ "You can use wpForo for small and extremely large communities. \n"
131
+ " <br />If you found some issue or bug "
132
+ "please open a support topic in plugin page or in our support forum at "
133
+ "gVectors.com. If you liked wpForo please leave some good review for this "
134
+ "plugin. We really need your good reviews. \n"
135
+ " If you didn't like wpForo please leave a "
136
+ "list of issues and requirements you'd like us to fix and add in near future. "
137
+ "We're here to help you and improve wpForo as much as possible."
138
+ msgstr ""
139
+ "¡Gracias por usar wpForo! wpForo es un foro bulletin profesional para "
140
+ "WordPress, y el único software de foros con sistema de Multiplantilla.\n"
141
+ "Las plantillas \"Extendida\", \"Simplificada\" y de \"Preguntas y Respuestas"
142
+ "\" se acomodarán a casi a todos los tipos de discusión disponibles. Puedes "
143
+ "usar wpForo para pequeñas o comunidades extremadamente grandes.\n"
144
+ "<br/> Si encuentra algún problema o bug, por favor abra un tema de soporte "
145
+ "en la página del plugin o en nuestros foros de soporte en gVectors.com. Si "
146
+ "le gusta wpForo, por favor déjenos un buen review de este plugin. Realmente "
147
+ "ocupamos buenos reviews.\n"
148
+ "Si no le ha gustado wpForo, por favor deje una lista de los problemas o "
149
+ "requerimientos que le gustaria que arreglaramos y agregemos en un futuro. "
150
+ "Estamos aquí para mejorar wpForo lo más que podamos."
151
+
152
+ #: wpf-admin/dashboard.php:60 wpf-includes/wpf-phrases.php:130
153
+ msgid "General Information"
154
+ msgstr "Información General"
155
+
156
+ #: wpf-admin/dashboard.php:64 wpf-includes/wpf-phrases.php:369
157
+ msgid "You are currently running"
158
+ msgstr "Actualmente estas usando"
159
+
160
+ #: wpf-admin/dashboard.php:65 wpf-includes/wpf-phrases.php:18
161
+ msgid "Active Theme"
162
+ msgstr "Tema Activo"
163
+
164
+ #: wpf-admin/dashboard.php:66 wpf-includes/wpf-phrases.php:414
165
+ msgid "wpForo Website"
166
+ msgstr "Sitio web de wpForo"
167
+
168
+ #: wpf-admin/dashboard.php:67 wpf-includes/wpf-phrases.php:320
169
+ msgid "Support Forum"
170
+ msgstr "Foro de Soporte"
171
+
172
+ #: wpf-admin/dashboard.php:78 wpf-includes/wpf-phrases.php:290
173
+ msgid "Server Information"
174
+ msgstr "Información del servidor"
175
+
176
+ #: wpf-admin/dashboard.php:112 wpf-includes/wpf-phrases.php:46
177
+ msgid "Available"
178
+ msgstr "Disponible"
179
+
180
+ #: wpf-admin/dashboard.php:112 wpf-includes/wpf-phrases.php:209
181
+ msgid "Not available"
182
+ msgstr "No disponible"
183
+
184
+ #: wpf-admin/dashboard.php:132 wpf-includes/wpf-phrases.php:49
185
+ msgid "Board Statistic"
186
+ msgstr "Estadísticas del Foro"
187
+
188
+ #: wpf-admin/dashboard.php:142 wpf-admin/options-tabs/styles.php:22
189
+ #: wpf-includes/class-forums.php:600 wpf-includes/wpf-phrases.php:339
190
+ msgid "Topics"
191
+ msgstr "Temas"
192
+
193
+ #: wpf-admin/dashboard.php:146 wpf-includes/class-forums.php:600
194
+ #: wpf-includes/wpf-phrases.php:233
195
+ msgid "Posts"
196
+ msgstr "Mensajes"
197
+
198
+ #: wpf-admin/dashboard.php:154 wpf-includes/wpf-phrases.php:179
199
+ msgid "Members Online"
200
+ msgstr "Miembros en Linea"
201
+
202
+ #: wpf-admin/dashboard.php:164
203
+ msgid "Avatars Size"
204
+ msgstr ""
205
+
206
+ #: wpf-admin/dashboard.php:168
207
+ msgid "Default Attachments Size"
208
+ msgstr ""
209
+
210
+ #: wpf-admin/dashboard.php:174
211
+ msgid "Advanced Attachments"
212
+ msgstr ""
213
+
214
+ #: wpf-admin/dashboard.php:175
215
+ msgid "file(s)"
216
+ msgstr ""
217
+
218
+ #: wpf-admin/dashboard.php:178
219
+ msgid "Advanced Attachments Size"
220
+ msgstr ""
221
+
222
+ #: wpf-admin/dashboard.php:183
223
+ msgid "Total Size"
224
+ msgstr ""
225
+
226
+ #: wpf-admin/dashboard.php:191 wpf-includes/wpf-phrases.php:611
227
+ msgid "Forum Maintenance"
228
+ msgstr "Mantenimiento de Foro"
229
+
230
+ #: wpf-admin/dashboard.php:193
231
+ msgid ""
232
+ "This process may take a few seconds or dozens of minutes, please be patient "
233
+ "and don't close this page. If you got 500 Server Error please don't worry, "
234
+ "the data updating process is still working in MySQL server."
235
+ msgstr ""
236
+ "Este proceso puede tomar algunos segundos o decenas de minutos, por favor "
237
+ "sea paciente y no cierre esta página. No se preocupe si recibe un error 500 "
238
+ "de Servidor, el proceso de actualización de los datos sigue trabajando en el "
239
+ "servidor MySQL."
240
+
241
+ #: wpf-admin/dashboard.php:202
242
+ msgid "Delete All Caches"
243
+ msgstr ""
244
+
245
+ #: wpf-admin/dashboard.php:203 wpf-includes/wpf-phrases.php:613
246
+ msgid "Update Forums Statistic"
247
+ msgstr "Actualizar Estadísticas de Foros"
248
+
249
+ #: wpf-admin/dashboard.php:204 wpf-includes/wpf-phrases.php:614
250
+ msgid "Update Users Statistic"
251
+ msgstr "Actualizar Estadísticas de Usuarios"
252
+
253
+ #: wpf-admin/dashboard.php:205 wpf-includes/wpf-phrases.php:615
254
+ msgid "Delete Phrase Cache"
255
+ msgstr "Borrar Cache de Frases"
256
+
257
+ #: wpf-admin/dashboard.php:206 wpf-includes/wpf-phrases.php:636
258
+ msgid "Delete User Cache"
259
+ msgstr "Borrar Cache de Usuario"
260
+
261
+ #: wpf-admin/forum.php:13 wpf-includes/functions.php:767
262
+ #: wpf-includes/wpf-phrases.php:302
263
+ msgid "Show on screen"
264
+ msgstr "Mostrar en Pantalla"
265
+
266
+ #: wpf-admin/forum.php:15 wpf-admin/forum.php:119
267
+ #: wpf-includes/wpf-phrases.php:113
268
+ msgid "Forum Options"
269
+ msgstr "Opciones del Foro"
270
+
271
+ #: wpf-admin/forum.php:16 wpf-includes/wpf-phrases.php:224
272
+ msgid "Permissions"
273
+ msgstr "Permisos"
274
+
275
+ #: wpf-admin/forum.php:17 wpf-includes/wpf-phrases.php:307
276
+ msgid "Slug"
277
+ msgstr "Slug"
278
+
279
+ #: wpf-admin/forum.php:18 wpf-includes/wpf-phrases.php:112
280
+ msgid "Forum Meta"
281
+ msgstr "Meta Foro"
282
+
283
+ #: wpf-admin/forum.php:21 wpf-includes/wpf-phrases.php:274
284
+ msgid "Screen Layout"
285
+ msgstr "Plantilla de Pantalla"
286
+
287
+ #: wpf-admin/forum.php:22 wpf-includes/wpf-phrases.php:210
288
+ msgid "Number of Columns"
289
+ msgstr "Número de Columnas"
290
+
291
+ #: wpf-admin/forum.php:32 wpf-includes/functions.php:781
292
+ #: wpf-includes/wpf-phrases.php:275
293
+ msgid "Screen Options"
294
+ msgstr "Opciones de Pantalla"
295
+
296
+ #: wpf-admin/forum.php:43 wpf-includes/wpf-phrases.php:51
297
+ msgid "Categories and Forums"
298
+ msgstr "Categorías y Foros"
299
+
300
+ #: wpf-admin/forum.php:44 wpf-admin/options-tabs/general.php:75
301
+ #: wpf-admin/themes.php:10 wpf-admin/usergroup.php:8
302
+ #: wpf-includes/wpf-phrases.php:20
303
+ msgid "Add New"
304
+ msgstr "Añadir nuevo"
305
+
306
+ #: wpf-admin/forum.php:55
307
+ msgid "Important Tips"
308
+ msgstr ""
309
+
310
+ #: wpf-admin/forum.php:56 wpf-includes/wpf-phrases.php:226
311
+ msgid "Please drag and drop forum panels to set parent-child hierarchy."
312
+ msgstr ""
313
+ "Arrastre y suelte los páneles de los foros para indicar la jerarquía padre-"
314
+ "hijo"
315
+
316
+ #: wpf-admin/forum.php:57
317
+ msgid ""
318
+ "If a category (blue panels) does not have forums (grey panels) it will not "
319
+ "be displayed on front-end. Each category should contain at least one forum."
320
+ msgstr ""
321
+
322
+ #: wpf-admin/forum.php:58
323
+ msgid ""
324
+ "Forums can be displayed with different layouts (Extended, Simplified, Q&A), "
325
+ "just edit the top (blue panels) category and set the layout you want. Child "
326
+ "forums' layout depends on the top category (blue panels) layout. They cannot "
327
+ "have a different layout."
328
+ msgstr ""
329
+
330
+ #: wpf-admin/forum.php:74 wpf-includes/wpf-phrases.php:273
331
+ msgid "Save forums order and hierarchy"
332
+ msgstr "Salva el orden y jerarquía de los foros"
333
+
334
+ #: wpf-admin/forum.php:101 wpf-includes/wpf-phrases.php:87
335
+ msgid "Enter forum title here"
336
+ msgstr "Introduce el título del foro"
337
+
338
+ #: wpf-admin/forum.php:106 wpf-includes/wpf-phrases.php:86
339
+ msgid "Enter description here . . ."
340
+ msgstr "Introduzca la descripción aquí..."
341
+
342
+ #: wpf-admin/forum.php:107 wpf-includes/wpf-phrases.php:330
343
+ msgid ""
344
+ "This is a forum description. This content will be displayed under forum "
345
+ "title on the forum list."
346
+ msgstr ""
347
+ "Esta es la descripción del foro. Este contenido se mostrará bajo el titulo "
348
+ "del foro en la lista de foros."
349
+
350
+ #: wpf-admin/forum.php:122 wpf-includes/wpf-phrases.php:222
351
+ msgid "Parent Forum"
352
+ msgstr "Superior"
353
+
354
+ #: wpf-admin/forum.php:125 wpf-includes/wpf-phrases.php:205
355
+ msgid "No parent"
356
+ msgstr "Sin Superior"
357
+
358
+ #: wpf-admin/forum.php:130 wpf-includes/wpf-phrases.php:347
359
+ msgid "Use as Category"
360
+ msgstr "Usar como Categoría"
361
+
362
+ #: wpf-admin/forum.php:132 wpf-includes/wpf-phrases.php:52
363
+ msgid "Category Layout"
364
+ msgstr "Plantilla de la Categoría"
365
+
366
+ #: wpf-admin/forum.php:140 wpf-includes/wpf-phrases.php:203
367
+ msgid "No layout found."
368
+ msgstr "No se encontró plantilla"
369
+
370
+ #: wpf-admin/forum.php:149 wpf-admin/forum.php:156
371
+ #: wpf-includes/wpf-phrases.php:235
372
+ msgid "Publish"
373
+ msgstr "Publicar"
374
+
375
+ #: wpf-admin/forum.php:153 wpf-includes/wpf-phrases.php:37
376
+ msgid "Are you sure you want to delete this forum?"
377
+ msgstr "¿Esta seguro que desea borrar este foro?"
378
+
379
+ #: wpf-admin/forum.php:153 wpf-admin/themes.php:73
380
+ #: wpf-admin/tools-tabs/antispam.php:138 wpf-admin/usergroup.php:37
381
+ #: wpf-admin/usergroup.php:133 wpf-includes/wpf-hooks.php:1058
382
+ #: wpf-includes/wpf-phrases.php:66
383
+ msgid "Delete"
384
+ msgstr "Borrar"
385
+
386
+ #: wpf-admin/forum.php:154 wpf-admin/usergroup.php:39
387
+ #: wpf-includes/class-forums.php:606 wpf-includes/wpf-phrases.php:356
388
+ msgid "View"
389
+ msgstr "Ver"
390
+
391
+ #: wpf-admin/forum.php:224 wpf-includes/wpf-phrases.php:118
392
+ msgid "Forum Slug"
393
+ msgstr "Slug del Foro"
394
+
395
+ #: wpf-admin/forum.php:227 wpf-includes/wpf-phrases.php:323
396
+ msgid ""
397
+ "The \"slug\" is the URL-friendly version of the name. It is usually all "
398
+ "lowercase and contains only letters, numbers, and hyphens."
399
+ msgstr ""
400
+ "El \"slug\" es una versión amigable del nombre de la URL. Usualmente "
401
+ "contiene solo texto en minúsculas, numeros y guíones."
402
+
403
+ #: wpf-admin/forum.php:233
404
+ msgid "Forum Icon"
405
+ msgstr ""
406
+
407
+ #: wpf-admin/forum.php:236
408
+ msgid "Font-awesome Icon"
409
+ msgstr ""
410
+
411
+ #: wpf-admin/forum.php:238
412
+ msgid "You can find all icons"
413
+ msgstr ""
414
+
415
+ #: wpf-admin/forum.php:238
416
+ msgid "here"
417
+ msgstr ""
418
+
419
+ #: wpf-admin/forum.php:238
420
+ msgid ""
421
+ "Make sure you insert a class of font-awesome icon, it should start with fa- "
422
+ "prefix like &quot;fa-comments&quot;."
423
+ msgstr ""
424
+
425
+ #: wpf-admin/forum.php:245 wpf-includes/wpf-phrases.php:116
426
+ msgid "Forum SEO"
427
+ msgstr "SEO del Foro"
428
+
429
+ #: wpf-admin/forum.php:248 wpf-includes/wpf-phrases.php:184
430
+ msgid "Meta Description"
431
+ msgstr "Descripción Meta"
432
+
433
+ #: wpf-admin/forum.php:277 wpf-includes/wpf-phrases.php:329
434
+ msgid "This action will also delete all sub-forums, topics and replies."
435
+ msgstr "Esta acción también borrará todos los sub-foros, temas y respuestas."
436
+
437
+ #: wpf-admin/forum.php:285 wpf-includes/wpf-phrases.php:137
438
+ msgid ""
439
+ "If you want to delete this forum and keep its sub-forums, topics and "
440
+ "replies, please select a new target forum in dropdown below"
441
+ msgstr ""
442
+ "Si desea borrar este foro y mantener los sub-foros, temas y respuestas, por "
443
+ "favor seleccione un nuevo foro objetivo de la lista"
444
+
445
+ #: wpf-admin/forum.php:294 wpf-includes/wpf-phrases.php:26
446
+ msgid ""
447
+ "All sub-forums, topics and replies will be attached to selected forum. "
448
+ "Layout will be inherited from this forum."
449
+ msgstr ""
450
+ "Todos los sub-foros, temas y respuestas serán adjudicadas al foro "
451
+ "seleccionado. La plantilla será asimilada por este foro."
452
+
453
+ #: wpf-admin/moderation.php:10
454
+ msgid "Topic and Post Moderation"
455
+ msgstr ""
456
+
457
+ #: wpf-admin/options-tabs/accesses.php:9 wpf-includes/wpf-phrases.php:21
458
+ msgid "Add New Forum Access"
459
+ msgstr "Añadir nuevo acceso al foro"
460
+
461
+ #: wpf-admin/options-tabs/accesses.php:13 wpf-includes/wpf-phrases.php:15
462
+ msgid "Access names"
463
+ msgstr "Nombres de acceso"
464
+
465
+ #: wpf-admin/options-tabs/accesses.php:26
466
+ #: wpf-admin/options-tabs/accesses.php:27
467
+ #: wpf-admin/options-tabs/accesses.php:28
468
+ msgid "This access is usually used for "
469
+ msgstr ""
470
+
471
+ #: wpf-admin/options-tabs/accesses.php:26
472
+ msgid "Guests"
473
+ msgstr ""
474
+
475
+ #: wpf-admin/options-tabs/accesses.php:26
476
+ #: wpf-admin/options-tabs/accesses.php:27
477
+ #: wpf-admin/options-tabs/accesses.php:28
478
+ msgid "usergroup"
479
+ msgstr ""
480
+
481
+ #: wpf-admin/options-tabs/accesses.php:27 wpf-includes/wpf-phrases.php:623
482
+ msgid "Registered"
483
+ msgstr "Registrado"
484
+
485
+ #: wpf-admin/options-tabs/accesses.php:28 wpf-includes/wpf-phrases.php:621
486
+ msgid "Admin"
487
+ msgstr "Administrador"
488
+
489
+ #: wpf-admin/options-tabs/accesses.php:32 wpf-includes/class-forums.php:602
490
+ #: wpf-includes/functions.php:599 wpf-includes/wpf-phrases.php:382
491
+ msgid "edit"
492
+ msgstr "editar"
493
+
494
+ #: wpf-admin/options-tabs/accesses.php:34 wpf-includes/wpf-phrases.php:39
495
+ msgid ""
496
+ "Are you sure you want to remove this access set? Usergroups which attached "
497
+ "to this access will lost all forum permissions."
498
+ msgstr ""
499
+ "¿Esta seguro que desea remover este conjunto de accesos? Los grupos de "
500
+ "usuarios adjuntos a este acceso perderán todos sus permisos de foro."
501
+
502
+ #: wpf-admin/options-tabs/accesses.php:34 wpf-includes/class-forums.php:604
503
+ #: wpf-includes/functions.php:617 wpf-includes/functions.php:627
504
+ #: wpf-includes/wpf-phrases.php:381
505
+ msgid "delete"
506
+ msgstr "borrar"
507
+
508
+ #: wpf-admin/options-tabs/accesses.php:49 wpf-includes/wpf-phrases.php:14
509
+ msgid "Access name"
510
+ msgstr "Nombre de accesso"
511
+
512
+ #: wpf-admin/options-tabs/accesses.php:69 wpf-includes/wpf-phrases.php:271
513
+ msgid "Save"
514
+ msgstr "Publicar"
515
+
516
+ #: wpf-admin/options-tabs/accesses.php:69 wpf-includes/wpf-phrases.php:344
517
+ msgid "Update"
518
+ msgstr "Actualizar"
519
+
520
+ #: wpf-admin/options-tabs/emails.php:13
521
+ msgid "FROM Name"
522
+ msgstr ""
523
+
524
+ #: wpf-admin/options-tabs/emails.php:17
525
+ msgid "FROM Email Address"
526
+ msgstr ""
527
+
528
+ #: wpf-admin/options-tabs/emails.php:22
529
+ msgid "Forum Admins email addresses"
530
+ msgstr ""
531
+
532
+ #: wpf-admin/options-tabs/emails.php:23 wpf-includes/wpf-phrases.php:57
533
+ msgid ""
534
+ "Comma separated email addresses of forum administrators to get forum "
535
+ "notifications. For example post report messages."
536
+ msgstr ""
537
+ "Separa por coma cada correo eléctronico de los administradores del foro a "
538
+ "quienes les deberá llegar las notificaciones del Foro. Por ejemplo reportes "
539
+ "de los mensajes."
540
+
541
+ #: wpf-admin/options-tabs/emails.php:29
542
+ msgid "Notify Admins via email on new Topic"
543
+ msgstr ""
544
+
545
+ #: wpf-admin/options-tabs/emails.php:30
546
+ msgid ""
547
+ "Send Notification emails to all email addresses (comma separated ) of forum "
548
+ "administrators when a new Topic is created."
549
+ msgstr ""
550
+
551
+ #: wpf-admin/options-tabs/emails.php:34 wpf-admin/options-tabs/emails.php:46
552
+ #: wpf-admin/options-tabs/features.php:60 wpf-admin/tools-tabs/antispam.php:31
553
+ #: wpf-admin/tools-tabs/antispam.php:40 wpf-admin/tools-tabs/antispam.php:49
554
+ #: wpf-admin/tools-tabs/cleanup.php:39 wpf-includes/wpf-phrases.php:367
555
+ msgid "Yes"
556
+ msgstr "Sí"
557
+
558
+ #: wpf-admin/options-tabs/emails.php:35 wpf-admin/options-tabs/emails.php:47
559
+ #: wpf-admin/options-tabs/features.php:61 wpf-admin/tools-tabs/antispam.php:32
560
+ #: wpf-admin/tools-tabs/antispam.php:41 wpf-admin/tools-tabs/antispam.php:50
561
+ #: wpf-admin/tools-tabs/cleanup.php:40 wpf-includes/wpf-phrases.php:197
562
+ msgid "No"
563
+ msgstr "No"
564
+
565
+ #: wpf-admin/options-tabs/emails.php:41
566
+ msgid "Notify Admins via email on new Post"
567
+ msgstr ""
568
+
569
+ #: wpf-admin/options-tabs/emails.php:42
570
+ msgid ""
571
+ "Send Notification emails to all email addresses (comma separated ) of forum "
572
+ "administrators when a new Reply is created."
573
+ msgstr ""
574
+
575
+ #: wpf-admin/options-tabs/emails.php:53 wpf-includes/wpf-phrases.php:318
576
+ msgid "Subscription Emails"
577
+ msgstr "Correos Electrónicos de Suscripciones"
578
+
579
+ #: wpf-admin/options-tabs/emails.php:57 wpf-includes/wpf-phrases.php:315
580
+ msgid "Subscribe confirmation email subject"
581
+ msgstr "Asunto para Confirmación de Suscripción"
582
+
583
+ #: wpf-admin/options-tabs/emails.php:61 wpf-includes/wpf-phrases.php:314
584
+ msgid "Subscribe confirmation email message"
585
+ msgstr "Mensaje para la Confirmación de Suscripción"
586
+
587
+ #: wpf-admin/options-tabs/emails.php:65 wpf-includes/wpf-phrases.php:196
588
+ msgid "New topic notification email subject"
589
+ msgstr "Asunto para notificación de Tema nuevo"
590
+
591
+ #: wpf-admin/options-tabs/emails.php:69 wpf-includes/wpf-phrases.php:195
592
+ msgid "New topic notification email message"
593
+ msgstr "Mensaje para notificación de Tema nuevo"
594
+
595
+ #: wpf-admin/options-tabs/emails.php:73 wpf-includes/wpf-phrases.php:194
596
+ msgid "New reply notification email subject"
597
+ msgstr "Asunto para notificación de Respuesta nueva"
598
+
599
+ #: wpf-admin/options-tabs/emails.php:77 wpf-includes/wpf-phrases.php:193
600
+ msgid "New reply notification email message"
601
+ msgstr "Mensaje para notificación de Respuesta nueva"
602
+
603
+ #: wpf-admin/options-tabs/emails.php:82 wpf-includes/wpf-phrases.php:228
604
+ msgid "Post Reporting Emails"
605
+ msgstr "Correo Electrónico para Mensajes Reportados"
606
+
607
+ #: wpf-admin/options-tabs/emails.php:83 wpf-includes/wpf-phrases.php:332
608
+ msgid "This message comes from post reporting pop-up form."
609
+ msgstr ""
610
+ "Este mensaje viene desde la ventana de formulario para reportar publicaciones"
611
+
612
+ #: wpf-admin/options-tabs/emails.php:88 wpf-includes/wpf-phrases.php:267
613
+ msgid "Report message subject"
614
+ msgstr "Asunto del mensaje reportado"
615
+
616
+ #: wpf-admin/options-tabs/emails.php:93 wpf-includes/wpf-phrases.php:266
617
+ msgid "Report message body"
618
+ msgstr "Cuerpo del mensaje reportado"
619
+
620
+ #: wpf-admin/options-tabs/emails.php:99 wpf-admin/options-tabs/features.php:71
621
+ #: wpf-admin/options-tabs/forums.php:16 wpf-admin/options-tabs/general.php:82
622
+ #: wpf-admin/options-tabs/members.php:128 wpf-admin/options-tabs/posts.php:67
623
+ #: wpf-admin/options-tabs/styles.php:93 wpf-admin/tools-tabs/antispam.php:179
624
+ #: wpf-admin/tools-tabs/cleanup.php:49 wpf-includes/wpf-phrases.php:345
625
+ msgid "Update Options"
626
+ msgstr "Actualizar Opciones"
627
+
628
+ #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:295
629
+ msgid "Show Admin Bar for Members"
630
+ msgstr "Mostrar la barra de aministrador para usuarios"
631
+
632
+ #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:333
633
+ msgid "This option doesn't affect website admins."
634
+ msgstr "Esta opción no afecta a los administradores del sitio."
635
+
636
+ #: wpf-admin/options-tabs/features.php:10 wpf-includes/wpf-phrases.php:297
637
+ msgid "Show Forum Page Title"
638
+ msgstr "Mostrar Titulo de la Página del Foro"
639
+
640
+ #: wpf-admin/options-tabs/features.php:11 wpf-includes/wpf-phrases.php:300
641
+ msgid "Show Top/Menu Bar"
642
+ msgstr "Mostrar Barra del Top/Menú"
643
+
644
+ #: wpf-admin/options-tabs/features.php:12 wpf-includes/wpf-phrases.php:299
645
+ msgid "Show Top Search"
646
+ msgstr "Mostrar Búsqueda"
647
+
648
+ #: wpf-admin/options-tabs/features.php:13 wpf-includes/wpf-phrases.php:296
649
+ msgid "Show Breadcrumb"
650
+ msgstr "Mostrar Breadcrumb"
651
+
652
+ #: wpf-admin/options-tabs/features.php:14 wpf-includes/wpf-phrases.php:298
653
+ msgid "Show Forum Statistic"
654
+ msgstr "Mostrar Estadísticas del Foro"
655
+
656
+ #: wpf-admin/options-tabs/features.php:15 wpf-includes/wpf-phrases.php:258
657
+ msgid "Replace Author Link to Forum Profile"
658
+ msgstr "Cambiar el Link del Autor por el del Perfil del Foro"
659
+
660
+ #: wpf-admin/options-tabs/features.php:16 wpf-includes/wpf-phrases.php:259
661
+ msgid "Replace Comment Author Link to Forum Profile"
662
+ msgstr "Cambiar Link de Autor de Comentario por el del Perfil de Foro"
663
+
664
+ #: wpf-admin/options-tabs/features.php:17 wpf-includes/wpf-phrases.php:633
665
+ msgid "Enable User Registration"
666
+ msgstr "Activar Registro"
667
+
668
+ #: wpf-admin/options-tabs/features.php:17 wpf-includes/wpf-phrases.php:634
669
+ msgid ""
670
+ "This option is not synced with WordPress \"Anyone can register\" option in "
671
+ "Dashboard > Settings > General admin page. If this option is enabled new "
672
+ "users will always be able to register."
673
+ msgstr ""
674
+ "Esta opción no esta sincroniza con la opción de \"Cualquiera puede "
675
+ "registrarse\" en Escritorio > Ajustes >Generales del WordPress. Si esta "
676
+ "opción esta activada, nuevos usuarios siempre podrán registrarse."
677
+
678
+ #: wpf-admin/options-tabs/features.php:18
679
+ msgid "Enable User Registration email confirmation"
680
+ msgstr ""
681
+
682
+ #: wpf-admin/options-tabs/features.php:18
683
+ msgid ""
684
+ "If you have enabled this option, after registering, user can not login "
685
+ "without confirming the email."
686
+ msgstr ""
687
+
688
+ #: wpf-admin/options-tabs/features.php:19 wpf-includes/wpf-phrases.php:261
689
+ msgid "Replace Registration Page URL to Forum URL"
690
+ msgstr "Cambiar URL de Registro por la URL del Foro"
691
+
692
+ #: wpf-admin/options-tabs/features.php:20 wpf-includes/wpf-phrases.php:260
693
+ msgid "Replace Login Page URL to Forum URL"
694
+ msgstr "Cambiar URL de Inicio de Sesión por la URL del Foro"
695
+
696
+ #: wpf-admin/options-tabs/features.php:21 wpf-includes/wpf-phrases.php:257
697
+ msgid "Replace Author Avatar with Forum Profile Avatar"
698
+ msgstr "Cambiar el Avatar del Autor por el del Avatar de Perfil del Foro"
699
+
700
+ #: wpf-admin/options-tabs/features.php:22 wpf-includes/wpf-phrases.php:77
701
+ msgid "Enable Avatars"
702
+ msgstr "Activar Avatars"
703
+
704
+ #: wpf-admin/options-tabs/features.php:23 wpf-includes/wpf-phrases.php:78
705
+ msgid "Enable Custom Avatars"
706
+ msgstr "Activar Avatars Personalizados"
707
+
708
+ #: wpf-admin/options-tabs/features.php:24 wpf-includes/wpf-phrases.php:31
709
+ msgid "Allow Member Signature"
710
+ msgstr "Permitir Firma a los Miembros"
711
+
712
+ #: wpf-admin/options-tabs/features.php:25 wpf-includes/wpf-phrases.php:80
713
+ msgid "Enable Member Rating"
714
+ msgstr "Activar Rating de Miembro"
715
+
716
+ #: wpf-admin/options-tabs/features.php:26 wpf-includes/wpf-phrases.php:81
717
+ msgid "Enable Member Rating Titles"
718
+ msgstr "Activar Titulos de Rating de Miembro"
719
+
720
+ #: wpf-admin/options-tabs/features.php:27 wpf-includes/wpf-phrases.php:79
721
+ msgid "Enable Member Cache"
722
+ msgstr "Activar el Cache a Miembros"
723
+
724
+ #: wpf-admin/options-tabs/features.php:28
725
+ msgid "Enable Object Cache"
726
+ msgstr ""
727
+
728
+ #: wpf-admin/options-tabs/features.php:29
729
+ msgid "Enable HTML Cache"
730
+ msgstr ""
731
+
732
+ #: wpf-admin/options-tabs/features.php:30
733
+ msgid "Enable Memory Cache"
734
+ msgstr ""
735
+
736
+ #: wpf-admin/options-tabs/features.php:31 wpf-includes/wpf-phrases.php:84
737
+ msgid "Enable wpForo SEO for Meta Titles"
738
+ msgstr "Activar SEO de wpForo para Títulos Meta"
739
+
740
+ #: wpf-admin/options-tabs/features.php:32 wpf-includes/wpf-phrases.php:83
741
+ msgid "Enable wpForo SEO for Meta Tags"
742
+ msgstr "Activar SEO de wpForo para Etiquetas de Meta"
743
+
744
+ #: wpf-admin/options-tabs/features.php:33
745
+ msgid "Enable User Profile Page indexing"
746
+ msgstr ""
747
+
748
+ #: wpf-admin/options-tabs/features.php:34 wpf-includes/wpf-phrases.php:82
749
+ msgid "Enable wpForo Font-Awesome Lib"
750
+ msgstr "Activar Libreria de Fot-Awesome para wpForo"
751
+
752
+ #: wpf-admin/options-tabs/features.php:35
753
+ msgid "Turn Off User Syncing Note"
754
+ msgstr ""
755
+
756
+ #: wpf-admin/options-tabs/features.php:36 wpf-includes/wpf-phrases.php:85
757
+ msgid "Enable Output Buffer"
758
+ msgstr "Activar Output Buffer"
759
+
760
+ #: wpf-admin/options-tabs/features.php:36 wpf-includes/wpf-phrases.php:331
761
+ msgid ""
762
+ "This feature is useful if you're adding content before or after [wpforo] "
763
+ "shortcode in page content. Also it useful if forum is loaded before website "
764
+ "header, on top of the front-end."
765
+ msgstr ""
766
+ "Esta opción es útil si estas agregando contenido antes o despues del "
767
+ "shortcode [wpforo] de la página. También es útil si el foro carga antes del "
768
+ "encabezado de tu sitio."
769
+
770
+ #: wpf-admin/options-tabs/features.php:37
771
+ msgid "Enable WordPress Date/Time Format"
772
+ msgstr "Activar Formato de Fecha/Tiempo de WordPress"
773
+
774
+ #: wpf-admin/options-tabs/features.php:37 wpf-includes/wpf-phrases.php:598
775
+ msgid ""
776
+ "You can manage WordPress date and time format in WordPress Settings > "
777
+ "General admin page."
778
+ msgstr ""
779
+ "Puedes administrar el formato de fecha y hora de WordPress en Ajustes > "
780
+ "Generales del administrador de WordPress."
781
+
782
+ #: wpf-admin/options-tabs/features.php:38 wpf-includes/wpf-phrases.php:609
783
+ msgid "Enable Subscription Confirmation"
784
+ msgstr "Activar Confirmación de Suscripción"
785
+
786
+ #: wpf-admin/options-tabs/features.php:38 wpf-includes/wpf-phrases.php:610
787
+ msgid "Forum and Topic subscription with double opt-in/confirmation system."
788
+ msgstr ""
789
+ "Suscriopciones a Foros y Temas con sistema de doble opción de confirmación."
790
+
791
+ #: wpf-admin/options-tabs/features.php:39
792
+ msgid "Topic subscription option on post editor"
793
+ msgstr ""
794
+
795
+ #: wpf-admin/options-tabs/features.php:39
796
+ msgid ""
797
+ "This option adds topic subscription checkbox next to new topic and post "
798
+ "submit button."
799
+ msgstr ""
800
+
801
+ #: wpf-admin/options-tabs/features.php:40
802
+ msgid "Topic subscription option on post editor - checked/enabled"
803
+ msgstr ""
804
+
805
+ #: wpf-admin/options-tabs/features.php:40
806
+ msgid ""
807
+ "Enable this option if you want the topic subscription checkbox to be checked "
808
+ "by default."
809
+ msgstr ""
810
+
811
+ #: wpf-admin/options-tabs/features.php:41 wpf-includes/wpf-phrases.php:637
812
+ msgid "Insert Forum Attachments to Media Library"
813
+ msgstr "Insertar Adjuntos del Foro en la Libreria Multimedia"
814
+
815
+ #: wpf-admin/options-tabs/features.php:41 wpf-includes/wpf-phrases.php:638
816
+ msgid ""
817
+ "Enable this option to be able manage forum attachments in Dashboard > Media "
818
+ "> Library admin page."
819
+ msgstr ""
820
+ "Activa esta opción para administrar los adjuntos del foro en Escritorio > "
821
+ "Medios > Librería Multimedia del administrador de WordPress."
822
+
823
+ #: wpf-admin/options-tabs/features.php:42 wpf-includes/wpf-phrases.php:602
824
+ msgid "Enable Debug Mode"
825
+ msgstr "Activar Modo de Depuración"
826
+
827
+ #: wpf-admin/options-tabs/features.php:42 wpf-includes/wpf-phrases.php:603
828
+ msgid ""
829
+ "If you got some issue with wpForo, please enable this option before asking "
830
+ "for support, this outputs hidden important information to help us debug your "
831
+ "issue."
832
+ msgstr ""
833
+ "Si tienes algún problema con wpForo, por favor, activa esta opción antes de "
834
+ "pedir ayuda, esto mostrará información oculta importante para ayudarnos a "
835
+ "depurar el problema."
836
+
837
+ #: wpf-admin/options-tabs/features.php:43 wpf-includes/wpf-phrases.php:134
838
+ msgid "Help wpForo to grow, show plugin info"
839
+ msgstr "Ayuda wpForo a crecer, muestra información del plugin"
840
+
841
+ #: wpf-admin/options-tabs/features.php:43 wpf-includes/wpf-phrases.php:227
842
+ msgid ""
843
+ "Please enable this option to help wpForo get more popularity as your thank "
844
+ "to the hard work we do for you totally free. This option adds a very small "
845
+ "icon in forum footer, which will allow your site visitors recognize the name "
846
+ "of forum solution you use."
847
+ msgstr ""
848
+ "Por favor activa esta opción para que ayude a wpForo a ser más popular, esto "
849
+ "como un agradecimiento por el duro trabajo que hacemos totalmente gratis "
850
+ "para Ústed. Esta opción agrega un pequeño ícono en el footer del foro, que "
851
+ "ayudará a sus visitantes reconocer el nombre del foro que esta usando."
852
+
853
+ #: wpf-admin/options-tabs/general.php:15 wpf-includes/wpf-phrases.php:107
854
+ msgid "Forum Base URL"
855
+ msgstr "URL Base del Foro"
856
+
857
+ #: wpf-admin/options-tabs/general.php:24 wpf-includes/wpf-phrases.php:647
858
+ msgid "Turn WordPress to wpForo"
859
+ msgstr "Cambia WordPress a wpForo"
860
+
861
+ #: wpf-admin/options-tabs/general.php:25
862
+ msgid ""
863
+ "This option will disable WordPress on front-end. Only forum pages and "
864
+ "excluded post/pages will be available. wpForo will look like as a stand-"
865
+ "alone forum."
866
+ msgstr ""
867
+
868
+ #: wpf-admin/options-tabs/general.php:28
869
+ msgid "Exclude page URLs"
870
+ msgstr ""
871
+
872
+ #: wpf-admin/options-tabs/general.php:28
873
+ msgid "one URL per line"
874
+ msgstr ""
875
+
876
+ #: wpf-admin/options-tabs/general.php:38
877
+ msgid "Visit Forum"
878
+ msgstr "Visitar Foro"
879
+
880
+ #: wpf-admin/options-tabs/general.php:41
881
+ msgid ""
882
+ "wpForo PageID doesn't exist. Forums will not be loaded, please read this"
883
+ msgstr ""
884
+
885
+ #: wpf-admin/options-tabs/general.php:41
886
+ msgid "suppor topic"
887
+ msgstr ""
888
+
889
+ #: wpf-admin/options-tabs/general.php:43
890
+ msgid "Forum Page ID"
891
+ msgstr ""
892
+
893
+ #: wpf-admin/options-tabs/general.php:48 wpf-includes/wpf-phrases.php:121
894
+ msgid "Forum Title"
895
+ msgstr "Título del Foro"
896
+
897
+ #: wpf-admin/options-tabs/general.php:52 wpf-includes/wpf-phrases.php:108
898
+ msgid "Forum Description"
899
+ msgstr "Descripción del Foro"
900
+
901
+ #: wpf-admin/options-tabs/general.php:57 wpf-includes/wpf-phrases.php:64
902
+ msgid "Dashboard Menu Position"
903
+ msgstr "Posición del Menú en el Escritorio"
904
+
905
+ #: wpf-admin/options-tabs/general.php:58 wpf-includes/wpf-phrases.php:324
906
+ msgid "The position in the menu order wpForo should appear."
907
+ msgstr "Orden en el menú donde aparecera wpForo."
908
+
909
+ #: wpf-admin/options-tabs/general.php:59 wpf-includes/wpf-phrases.php:349
910
+ msgid ""
911
+ "Use greater than 5 - below Posts, 10 - below Media, 15 - below Links, 20 - "
912
+ "below Pages, 25 - below comments, 60 - below first separator, 65 - below "
913
+ "Plugins, 70 - below Users, 75 - below Tools, 80 - below Settings, 100 - "
914
+ "below second separator"
915
+ msgstr ""
916
+ "Usar mayor que 5 - abajo de Entradas, 10 - Abajo de Medios, 15 - abajo de "
917
+ "Enlaces, 20 - abajo de Páginas, 25 - abajo de Comentarios, 60 - abajo del "
918
+ "Primer Separador, 65 - Abajo de Plugins, 70 - abajo de Usuarios, 75 - abajo "
919
+ "de Herramientas, 80 - abajo de Ajustes, 100 - abajo del Segundo Separador"
920
+
921
+ #: wpf-admin/options-tabs/general.php:68 wpf-includes/wpf-phrases.php:110
922
+ msgid "Forum Language"
923
+ msgstr "Lenguaje del Foro"
924
+
925
+ #: wpf-admin/options-tabs/general.php:69
926
+ msgid ""
927
+ "This option is only related to XML language files. You should upload a "
928
+ "translation XML file to have a new language option in this drop-down. If you "
929
+ "are using PO/MO translation files you should change WordPress Language in "
930
+ "Dashboard > Settings admin page to load according translation for wpForo."
931
+ msgstr ""
932
+
933
+ #: wpf-admin/options-tabs/general.php:94 wpf-includes/wpf-phrases.php:144
934
+ msgid "Language XML file"
935
+ msgstr "Archivo XML de Lenguaje"
936
+
937
+ #: wpf-admin/options-tabs/general.php:103 wpf-includes/wpf-phrases.php:22
938
+ msgid "Add New Language"
939
+ msgstr "Añadir Lenguaje Nuevo"
940
+
941
+ #: wpf-admin/options-tabs/members.php:13 wpf-includes/wpf-phrases.php:218
942
+ msgid "Online status timeout"
943
+ msgstr "Tiempo para el estado en linea"
944
+
945
+ #: wpf-admin/options-tabs/members.php:16 wpf-admin/options-tabs/posts.php:19
946
+ #: wpf-admin/options-tabs/posts.php:23 wpf-admin/options-tabs/posts.php:31
947
+ #: wpf-admin/options-tabs/posts.php:35 wpf-includes/wpf-phrases.php:391
948
+ msgid "minutes"
949
+ msgstr "minutos"
950
+
951
+ #: wpf-admin/options-tabs/members.php:20 wpf-includes/wpf-phrases.php:180
952
+ msgid "Members URL structure"
953
+ msgstr "Estructura para la URL de Miembros"
954
+
955
+ #: wpf-admin/options-tabs/members.php:30 wpf-includes/wpf-phrases.php:62
956
+ msgid "Custom Authorization URLs"
957
+ msgstr "ULRs de Autorización Personalizada"
958
+
959
+ #: wpf-admin/options-tabs/members.php:32
960
+ msgid ""
961
+ "Use this option only if you have set other pages for authorization. \n"
962
+ " wpForo doesn't change its own URLs, these options "
963
+ "are only for other plugin compatibility. \n"
964
+ " For example, if you use BuddyPress or Ultimate "
965
+ "Member plugin you can set these values:"
966
+ msgstr ""
967
+ "Utilice esta opción solo si tienes otras páginas para la autorización.\n"
968
+ "wpForo no cambia sus propias URLs, estas opciones son solo para "
969
+ "compatibilidad de otros plugins.\n"
970
+ "Por ejemplo, puedes cambiar los valores si estas usando los plugins de "
971
+ "Buddypress ó Ultimate Member."
972
+
973
+ #: wpf-admin/options-tabs/members.php:35 wpf-admin/options-tabs/members.php:41
974
+ #: wpf-includes/wpf-phrases.php:162
975
+ msgid "Login URL"
976
+ msgstr "URL para Inicio de Sesión"
977
+
978
+ #: wpf-admin/options-tabs/members.php:36 wpf-admin/options-tabs/members.php:42
979
+ #: wpf-includes/wpf-phrases.php:253
980
+ msgid "Register URL"
981
+ msgstr "URL para Registro"
982
+
983
+ #: wpf-admin/options-tabs/members.php:43 wpf-includes/wpf-phrases.php:164
984
+ msgid "Lost Password URL"
985
+ msgstr "URL para Contraseña Perdida"
986
+
987
+ #: wpf-admin/options-tabs/members.php:49 wpf-includes/wpf-phrases.php:175
988
+ msgid "Member Reputation and Titles"
989
+ msgstr ""
990
+
991
+ #: wpf-admin/options-tabs/members.php:57 wpf-includes/wpf-phrases.php:248
992
+ msgid "Rating Level"
993
+ msgstr "Nivel de Rating"
994
+
995
+ #: wpf-admin/options-tabs/members.php:58 wpf-includes/wpf-phrases.php:185
996
+ msgid "Min Number of Posts"
997
+ msgstr "Mensajes Mínimos"
998
+
999
+ #: wpf-admin/options-tabs/members.php:59 wpf-includes/wpf-phrases.php:176
1000
+ msgid "Member Title"
1001
+ msgstr "Título de Miembro"
1002
+
1003
+ #: wpf-admin/options-tabs/members.php:60 wpf-includes/wpf-phrases.php:294
1004
+ msgid "Short Badge"
1005
+ msgstr "Emblema Corto"
1006
+
1007
+ #: wpf-admin/options-tabs/members.php:61 wpf-includes/wpf-phrases.php:128
1008
+ msgid "Full Badge"
1009
+ msgstr "Emblema Completo"
1010
+
1011
+ #: wpf-admin/options-tabs/members.php:62 wpf-includes/wpf-phrases.php:246
1012
+ msgid "Rating Color"
1013
+ msgstr "Color de Rating"
1014
+
1015
+ #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:247
1016
+ msgid "Rating Icon"
1017
+ msgstr "Ícono de Rating"
1018
+
1019
+ #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:187
1020
+ msgid "More"
1021
+ msgstr "Más"
1022
+
1023
+ #: wpf-admin/options-tabs/members.php:68 wpf-includes/wpf-phrases.php:158
1024
+ msgid "Level"
1025
+ msgstr "Nivel"
1026
+
1027
+ #: wpf-admin/options-tabs/members.php:69 wpf-includes/wpf-phrases.php:212
1028
+ msgid "Number of Posts"
1029
+ msgstr "Numero de Mensjaes"
1030
+
1031
+ #: wpf-admin/options-tabs/members.php:70 wpf-includes/wpf-phrases.php:63
1032
+ msgid "Custom Title"
1033
+ msgstr "Título Personalizado"
1034
+
1035
+ #: wpf-admin/options-tabs/members.php:73 wpf-includes/wpf-phrases.php:56
1036
+ msgid "Color"
1037
+ msgstr "Color"
1038
+
1039
+ #: wpf-admin/options-tabs/members.php:74 wpf-includes/wpf-phrases.php:48
1040
+ msgid "Badge Icon"
1041
+ msgstr "Ícono del Emblema"
1042
+
1043
+ #: wpf-admin/options-tabs/members.php:80
1044
+ msgid "Enable Reputation Titles for selected usergroups"
1045
+ msgstr "Activar Titulos de Reputación para los grupos seleccionados"
1046
+
1047
+ #: wpf-admin/options-tabs/members.php:81
1048
+ msgid ""
1049
+ "This option depends on \"Enable Member Rating Titles\" parent option, witch "
1050
+ "located in wpForo Settings > Features Tab"
1051
+ msgstr ""
1052
+ "Esta opción dependerá de \"Activar Titulos de Rating de Miembro\", el cuál "
1053
+ "se encuentra en la pestaña wpForo > Funciones."
1054
+
1055
+ #: wpf-admin/options-tabs/members.php:94
1056
+ msgid "Enable Reputation Badges for selected usergroups"
1057
+ msgstr "Activar Emblemas de Reputación para los grupos seleccionados"
1058
+
1059
+ #: wpf-admin/options-tabs/members.php:95
1060
+ msgid ""
1061
+ "This option depends on \"Enable Member Rating\" parent option, witch located "
1062
+ "in wpForo Settings > Features Tab"
1063
+ msgstr ""
1064
+ "Esta opción dependerá de \"Activar Rating de Miembro\", el cuál se encuentra "
1065
+ "en la pestaña wpForo > Funciones."
1066
+
1067
+ #: wpf-admin/options-tabs/members.php:108
1068
+ msgid "Display Usergroup under Post Author Avatar"
1069
+ msgstr ""
1070
+
1071
+ #: wpf-admin/options-tabs/plugins.php:9
1072
+ msgid ""
1073
+ "Thank you for using wpForo. wpForo is a premium forum plugin which will "
1074
+ "always be available for free. There will never be paid and pro versions of "
1075
+ "this forum board. However this is a very large and hard project so we also "
1076
+ "develop paid addons (extensions), which will financially help us to keep "
1077
+ "improving and adding new features to the free wpForo plugin. Forum addons "
1078
+ "will also be actively developed. The first addons \"Advanced Media Uploader"
1079
+ "\", \"Polls\", \"Private Messages\" and \"Ad Manager\" will be available "
1080
+ "very soon. Once you got some addon and activated that, you will find "
1081
+ "settings in vertical subTabs here."
1082
+ msgstr ""
1083
+ "Gracias por usar wpForo. wpForo es un plugin de foro premium que siempre "
1084
+ "estará disponible de manera gratuita. Nunca habrá versiones de paga y pro de "
1085
+ "este foro. Sin embargo este es un proyecto muy grande y laborioso, así que "
1086
+ "estamos desarrollando complementos (extensiones) de paga, el cuál nos "
1087
+ "ayudará financiar, mejorar y agrregar nuevas funciones al plugin gratuito de "
1088
+ "wpForo. Los complementos del foro también estarán activamente en desarrollo. "
1089
+ "Los primeros complementos \"Advanced Media Uploader\", \"Encuestas\", "
1090
+ "\"Mensajes Privados\" y \"Ad Manager\", estarán disponibles pronto. Una vez "
1091
+ "que adquieras algunos complementos y los actives, encontraras los ajustes en "
1092
+ "las sub pestaña vertical de aquí."
1093
+
1094
+ #: wpf-admin/options-tabs/posts.php:14 wpf-includes/wpf-phrases.php:214
1095
+ msgid "Number of Topics per Page"
1096
+ msgstr "Numero de temas por página"
1097
+
1098
+ #: wpf-admin/options-tabs/posts.php:18 wpf-includes/wpf-phrases.php:30
1099
+ msgid "Allow Edit Own Topic for"
1100
+ msgstr "Tiempo para poder editar su tema"
1101
+
1102
+ #: wpf-admin/options-tabs/posts.php:22 wpf-includes/wpf-phrases.php:27
1103
+ msgid "Allow Delete Own Topic for"
1104
+ msgstr "Tiempo para poder borrar su tema"
1105
+
1106
+ #: wpf-admin/options-tabs/posts.php:26 wpf-includes/wpf-phrases.php:213
1107
+ msgid "Number of Posts per Page"
1108
+ msgstr "Numero de mensajes por página"
1109
+
1110
+ #: wpf-admin/options-tabs/posts.php:30 wpf-includes/wpf-phrases.php:29
1111
+ msgid "Allow Edit Own Post for"
1112
+ msgstr "Tiempo para poder editar su mensaje"
1113
+
1114
+ #: wpf-admin/options-tabs/posts.php:34 wpf-includes/wpf-phrases.php:28
1115
+ msgid "Allow Delete Own post for"
1116
+ msgstr "Tiempo para poder borrar su mensaje"
1117
+
1118
+ #: wpf-admin/options-tabs/posts.php:40 wpf-includes/wpf-phrases.php:169
1119
+ msgid "Maximum upload file size"
1120
+ msgstr "Tamaño máximo de subida para archivos"
1121
+
1122
+ #: wpf-admin/options-tabs/posts.php:41 wpf-includes/wpf-phrases.php:371
1123
+ msgid ""
1124
+ "You can not set this value more than \"upload_max_filesize\" and "
1125
+ "\"post_max_size\". If you want to increase server parameters please contact "
1126
+ "to your hosting service support."
1127
+ msgstr ""
1128
+ "No puedes poner este valor más que \"upload_max_filesize\" y \"post_max_size"
1129
+ "\". Si desea incrementar estos parámetros del servidor, por favor contacte a "
1130
+ "soporte de su servicio de hosting."
1131
+
1132
+ #: wpf-admin/options-tabs/posts.php:44 wpf-includes/wpf-phrases.php:166
1133
+ msgid "MB"
1134
+ msgstr "MB"
1135
+
1136
+ #: wpf-admin/options-tabs/posts.php:47 wpf-includes/wpf-phrases.php:289
1137
+ msgid "Server \"upload_max_filesize\" is "
1138
+ msgstr "El \"upload_max_filesize\" del servidor es de"
1139
+
1140
+ #: wpf-admin/options-tabs/posts.php:48 wpf-includes/wpf-phrases.php:288
1141
+ msgid "Server \"post_max_size\" is "
1142
+ msgstr "El \"post_max_size\" del servidor es de"
1143
+
1144
+ #: wpf-admin/options-tabs/posts.php:56
1145
+ msgid "Attachment click - message for non-permitted users"
1146
+ msgstr ""
1147
+
1148
+ #: wpf-admin/options-tabs/posts.php:57
1149
+ msgid ""
1150
+ "This message will be displayed when a non-permitted forum member clicks on "
1151
+ "attached file link in topic and posts."
1152
+ msgstr ""
1153
+
1154
+ #: wpf-admin/options-tabs/styles.php:13
1155
+ msgid "Font Sizes"
1156
+ msgstr "Tamaño de Fuente"
1157
+
1158
+ #: wpf-admin/options-tabs/styles.php:28 wpf-includes/wpf-phrases.php:481
1159
+ msgid "Post Content"
1160
+ msgstr "Contenido del Mensaje"
1161
+
1162
+ #: wpf-admin/options-tabs/styles.php:36 wpf-includes/wpf-phrases.php:61
1163
+ msgid "Custom CSS Code"
1164
+ msgstr "Código CSS Personalizado"
1165
+
1166
+ #: wpf-admin/options-tabs/styles.php:43
1167
+ msgid "Forum Color Styles"
1168
+ msgstr "Estilo de Colores del Foro"
1169
+
1170
+ #: wpf-admin/options.php:8 wpf-includes/wpf-phrases.php:117
1171
+ msgid "Forum Settings"
1172
+ msgstr "Ajustes del Foro"
1173
+
1174
+ #: wpf-admin/options.php:14 wpf-includes/wpf-phrases.php:129
1175
+ msgid "General"
1176
+ msgstr "General"
1177
+
1178
+ #: wpf-admin/options.php:16 wpf-includes/wpf-phrases.php:105
1179
+ msgid "Forum Accesses"
1180
+ msgstr "Accesos del Foro"
1181
+
1182
+ #: wpf-admin/options.php:17 wpf-includes/wpf-phrases.php:340
1183
+ msgid "Topics &amp; Posts"
1184
+ msgstr "Temas y Mensajes"
1185
+
1186
+ #: wpf-admin/options.php:19 wpf-includes/wpf-phrases.php:76
1187
+ msgid "Emails"
1188
+ msgstr "Correos"
1189
+
1190
+ #: wpf-admin/options.php:20 wpf-includes/wpf-phrases.php:96
1191
+ msgid "Features"
1192
+ msgstr "Funciones"
1193
+
1194
+ #: wpf-admin/options.php:22 wpf-includes/wpf-phrases.php:312
1195
+ msgid "Styles"
1196
+ msgstr "Estilos"
1197
+
1198
+ #: wpf-admin/phrase.php:10 wpf-includes/wpf-phrases.php:127
1199
+ msgid "Front-end Phrases"
1200
+ msgstr "Frases de la Interfaz (Front-end)"
1201
+
1202
+ #: wpf-admin/themes.php:9 wpf-includes/wpf-phrases.php:120
1203
+ msgid "Forum Themes"
1204
+ msgstr "Temas del Foro"
1205
+
1206
+ #: wpf-admin/themes.php:46 wpf-includes/wpf-phrases.php:60
1207
+ msgid "Current active theme"
1208
+ msgstr "Tema activo"
1209
+
1210
+ #: wpf-admin/themes.php:48 wpf-includes/wpf-phrases.php:138
1211
+ msgid "Inactive"
1212
+ msgstr "Inactivo"
1213
+
1214
+ #: wpf-admin/themes.php:52 wpf-includes/wpf-phrases.php:143
1215
+ msgid "LAYOUTS"
1216
+ msgstr "PLANTILLAS"
1217
+
1218
+ #: wpf-admin/themes.php:68 wpf-includes/wpf-phrases.php:17
1219
+ msgid "Activate"
1220
+ msgstr "Activar"
1221
+
1222
+ #: wpf-admin/themes.php:69 wpf-includes/wpf-phrases.php:124
1223
+ msgid "Fresh Installation"
1224
+ msgstr "Instalación nueva"
1225
+
1226
+ #: wpf-admin/themes.php:71 wpf-includes/wpf-phrases.php:140
1227
+ msgid "Install"
1228
+ msgstr "Instalar"
1229
+
1230
+ #: wpf-admin/themes.php:73 wpf-includes/wpf-phrases.php:38
1231
+ msgid "Are you sure you want to delete this theme files?"
1232
+ msgstr "¿Estas seguro que quieres borrar los archivos de este Tema?"
1233
+
1234
+ #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:40
1235
+ msgid ""
1236
+ "Are you sure you want to reset all settings and style colors to default?"
1237
+ msgstr ""
1238
+ "¿Estas seguro que quieres restablecer por default toda la configuración y "
1239
+ "colores de estilo?"
1240
+
1241
+ #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:269
1242
+ msgid "Reset Settings"
1243
+ msgstr "Restablecer configuración"
1244
+
1245
+ #: wpf-admin/themes.php:96 wpf-includes/wpf-phrases.php:202
1246
+ msgid "No layout found"
1247
+ msgstr "No se encontro una plantilla"
1248
+
1249
+ #: wpf-admin/themes.php:107 wpf-includes/wpf-phrases.php:207
1250
+ msgid "No theme found"
1251
+ msgstr "No se encontro un tema"
1252
+
1253
+ #: wpf-admin/tools-tabs/antispam.php:11
1254
+ msgid ""
1255
+ "is not installed! For an advanced Spam Control please install Akismet "
1256
+ "antispam plugin, it works well with wpForo Spam Control system. Akismet is "
1257
+ "already integrated with wpForo. It'll help to filter posts and protect forum "
1258
+ "against spam attacks."
1259
+ msgstr ""
1260
+
1261
+ #: wpf-admin/tools-tabs/antispam.php:21
1262
+ msgid "Spam Control"
1263
+ msgstr ""
1264
+
1265
+ #: wpf-admin/tools-tabs/antispam.php:22
1266
+ msgid ""
1267
+ "Some useful options to limit just registered users and minimize spam. This "
1268
+ "control don't affect users whose Usergroup has \"Can edit member\" and \"Can "
1269
+ "pass moderation\" permissions."
1270
+ msgstr ""
1271
+
1272
+ #: wpf-admin/tools-tabs/antispam.php:28
1273
+ msgid "Enable wpForo Spam Control"
1274
+ msgstr ""
1275
+
1276
+ #: wpf-admin/tools-tabs/antispam.php:37
1277
+ msgid "Ban user when spam is suspicted"
1278
+ msgstr ""
1279
+
1280
+ #: wpf-admin/tools-tabs/antispam.php:46
1281
+ msgid "Notify via email when new user is banned"
1282
+ msgstr ""
1283
+
1284
+ #: wpf-admin/tools-tabs/antispam.php:55
1285
+ msgid "Spam Suspicion Level for Topics"
1286
+ msgstr ""
1287
+
1288
+ #: wpf-admin/tools-tabs/antispam.php:59
1289
+ msgid "Spam Suspicion Level for Posts"
1290
+ msgstr ""
1291
+
1292
+ #: wpf-admin/tools-tabs/antispam.php:64
1293
+ msgid " is enabled"
1294
+ msgstr ""
1295
+
1296
+ #: wpf-admin/tools-tabs/antispam.php:73
1297
+ msgid "New Registered User"
1298
+ msgstr ""
1299
+
1300
+ #: wpf-admin/tools-tabs/antispam.php:74
1301
+ msgid ""
1302
+ "Some useful options to limit just registered users and minimize spam. These "
1303
+ "options don't affect users whose Usergroup has \"Can edit member\" and \"Can "
1304
+ "pass moderation\" permissions."
1305
+ msgstr ""
1306
+
1307
+ #: wpf-admin/tools-tabs/antispam.php:81
1308
+ msgid "User is New (under hard spam control) during"
1309
+ msgstr ""
1310
+
1311
+ #: wpf-admin/tools-tabs/antispam.php:83
1312
+ msgid "first"
1313
+ msgstr ""
1314
+
1315
+ #: wpf-admin/tools-tabs/antispam.php:83
1316
+ msgid "posts"
1317
+ msgstr ""
1318
+
1319
+ #: wpf-admin/tools-tabs/antispam.php:86
1320
+ msgid "Min number of posts to be able attach files"
1321
+ msgstr ""
1322
+
1323
+ #: wpf-admin/tools-tabs/antispam.php:90
1324
+ msgid "Min number of posts to be able post links"
1325
+ msgstr ""
1326
+
1327
+ #: wpf-admin/tools-tabs/antispam.php:95
1328
+ msgid "Do not allow to attach files with following extensions:"
1329
+ msgstr ""
1330
+
1331
+ #: wpf-admin/tools-tabs/antispam.php:109
1332
+ msgid "Possible Spam Attachments"
1333
+ msgstr ""
1334
+
1335
+ #: wpf-admin/tools-tabs/antispam.php:110
1336
+ msgid ""
1337
+ "This tool is designed to find attachment which have been uploaded by "
1338
+ "spammers. The tool checks most common spammer filenames and suggest to "
1339
+ "delete but you should check one by one and make sure those are spam files "
1340
+ "before deleting."
1341
+ msgstr ""
1342
+
1343
+ #: wpf-admin/tools-tabs/antispam.php:112
1344
+ msgid "Directory"
1345
+ msgstr ""
1346
+
1347
+ #: wpf-admin/tools-tabs/antispam.php:138
1348
+ msgid "Delete this file"
1349
+ msgstr ""
1350
+
1351
+ #: wpf-admin/tools-tabs/antispam.php:138
1352
+ msgid "Are you sure you want to permanently delete this file?"
1353
+ msgstr ""
1354
+
1355
+ #: wpf-admin/tools-tabs/antispam.php:149
1356
+ msgid "Click to delete Blue marked files"
1357
+ msgstr ""
1358
+
1359
+ #: wpf-admin/tools-tabs/antispam.php:150
1360
+ msgid ""
1361
+ "Are you sure you want to delete all BLUE marked files listed here. Please "
1362
+ "download Wordpress /wp-content/uploads/wpforo/ folder to your local computer "
1363
+ "before deleting files, this is not undoable."
1364
+ msgstr ""
1365
+
1366
+ #: wpf-admin/tools-tabs/antispam.php:151 wpf-admin/tools-tabs/antispam.php:157
1367
+ #: wpf-admin/tools-tabs/antispam.php:163 wpf-admin/tools-tabs/antispam.php:169
1368
+ msgid "Delete All"
1369
+ msgstr ""
1370
+
1371
+ #: wpf-admin/tools-tabs/antispam.php:154
1372
+ msgid "Click to delete Orange marked files"
1373
+ msgstr ""
1374
+
1375
+ #: wpf-admin/tools-tabs/antispam.php:156
1376
+ msgid ""
1377
+ "Are you sure you want to delete all ORANGE marked files listed here. Please "
1378
+ "download Wordpress /wp-content/uploads/wpforo/ folder to your local computer "
1379
+ "before deleting files, this is not undoable."
1380
+ msgstr ""
1381
+
1382
+ #: wpf-admin/tools-tabs/antispam.php:160
1383
+ msgid "Click to delete Red marked files"
1384
+ msgstr ""
1385
+
1386
+ #: wpf-admin/tools-tabs/antispam.php:162
1387
+ msgid ""
1388
+ "Are you sure you want to delete all RED marked files listed here. Please "
1389
+ "download Wordpress /wp-content/uploads/wpforo/ folder to your local computer "
1390
+ "before deleting files, this is not undoable."
1391
+ msgstr ""
1392
+
1393
+ #: wpf-admin/tools-tabs/antispam.php:166
1394
+ msgid "Click to delete Dark Red marked files"
1395
+ msgstr ""
1396
+
1397
+ #: wpf-admin/tools-tabs/antispam.php:168
1398
+ msgid ""
1399
+ "Are you sure you want to delete all DARK RED marked files listed here. "
1400
+ "Please download Wordpress /wp-content/uploads/wpforo/ folder to your local "
1401
+ "computer before deleting files, this is not undoable."
1402
+ msgstr ""
1403
+
1404
+ #: wpf-admin/tools-tabs/cleanup.php:12
1405
+ msgid "Delete Inactive Users"
1406
+ msgstr ""
1407
+
1408
+ #: wpf-admin/tools-tabs/cleanup.php:13
1409
+ #, php-format
1410
+ msgid ""
1411
+ "Inactive users are the account owners who have no topics, posts, comments "
1412
+ "and subscriptions for new content. In 99% cases this kind of accounts are "
1413
+ "being registered by Spammers. This tool allows you to only keep active and "
1414
+ "known inactive users."
1415
+ msgstr ""
1416
+
1417
+ #: wpf-admin/tools-tabs/cleanup.php:19
1418
+ msgid "Inactive users who have been registered more than"
1419
+ msgstr ""
1420
+
1421
+ #: wpf-admin/tools-tabs/cleanup.php:20
1422
+ msgid "days ago"
1423
+ msgstr ""
1424
+
1425
+ #: wpf-admin/tools-tabs/cleanup.php:25
1426
+ msgid "Filter by Usergroups"
1427
+ msgstr ""
1428
+
1429
+ #: wpf-admin/tools-tabs/cleanup.php:36
1430
+ msgid "Enable Auto-cleanup of inactive users"
1431
+ msgstr ""
1432
+
1433
+ #: wpf-admin/tools.php:8
1434
+ msgid "Forum Tools"
1435
+ msgstr ""
1436
+
1437
+ #: wpf-admin/tools.php:14
1438
+ msgid "Antispam"
1439
+ msgstr ""
1440
+
1441
+ #: wpf-admin/tools.php:15
1442
+ msgid "Cleanup"
1443
+ msgstr ""
1444
+
1445
+ #: wpf-admin/usergroup.php:18 wpf-admin/usergroup.php:30
1446
+ #: wpf-admin/usergroup.php:62
1447
+ msgid "Usergroup Name"
1448
+ msgstr "Nombre de Grupo"
1449
+
1450
+ #: wpf-admin/usergroup.php:19
1451
+ msgid "Users Count"
1452
+ msgstr "Numero de Usuarios"
1453
+
1454
+ #: wpf-admin/usergroup.php:36
1455
+ msgid "Edit this usergroup"
1456
+ msgstr "Editar este Grupo"
1457
+
1458
+ #: wpf-admin/usergroup.php:36 wpf-includes/wpf-phrases.php:73
1459
+ msgid "Edit"
1460
+ msgstr "Editar"
1461
+
1462
+ #: wpf-admin/usergroup.php:37
1463
+ msgid "Delete this usergroup"
1464
+ msgstr "Borrar este Grupo"
1465
+
1466
+ #: wpf-admin/usergroup.php:39
1467
+ msgid "View users list in this usergroup"
1468
+ msgstr "Ver la lista de usuarios de este Grupo"
1469
+
1470
+ #: wpf-admin/usergroup.php:43
1471
+ msgid "Count of users in this usergroup"
1472
+ msgstr "Numero de usuarios en este grupo"
1473
+
1474
+ #: wpf-admin/usergroup.php:62 wpf-includes/wpf-phrases.php:133
1475
+ msgid "Guest"
1476
+ msgstr "Invitado"
1477
+
1478
+ #: wpf-admin/usergroup.php:85 wpf-includes/wpf-phrases.php:375
1479
+ msgid "add"
1480
+ msgstr "agregar"
1481
+
1482
+ #: wpf-admin/usergroup.php:85
1483
+ msgid "save"
1484
+ msgstr "salvar"
1485
+
1486
+ #: wpf-admin/usergroup.php:106
1487
+ msgid "Delete Chosen Usergroup And Users"
1488
+ msgstr "Borrar grupo y usuarios seleciconados"
1489
+
1490
+ #: wpf-admin/usergroup.php:116
1491
+ msgid "Delete Chosen Usergroup And Join Users To Other Usergroup"
1492
+ msgstr "Borrar grupo seleccionado y unir usuarios a otro grupo"
1493
+
1494
+ #: wpf-admin/usergroup.php:128
1495
+ msgid "Users will be join this usergroup"
1496
+ msgstr "Los usuarios serán agregados a este grupo"
1497
+
1498
+ #: wpf-includes/class-forums.php:601
1499
+ msgid "Add a new SubForum"
1500
+ msgstr ""
1501
+
1502
+ #: wpf-includes/class-forums.php:601
1503
+ msgid "Add a new Forum in this Category"
1504
+ msgstr ""
1505
+
1506
+ #: wpf-includes/class-members.php:160
1507
+ msgid "<strong>ERROR</strong>: Please enter a username."
1508
+ msgstr ""
1509
+
1510
+ #: wpf-includes/class-members.php:164
1511
+ msgid ""
1512
+ "<strong>ERROR</strong>: This username is invalid because it uses illegal "
1513
+ "characters. Please enter a valid username."
1514
+ msgstr ""
1515
+
1516
+ #: wpf-includes/class-members.php:173
1517
+ msgid ""
1518
+ "<strong>ERROR</strong>: This username is already registered. Please choose "
1519
+ "another one."
1520
+ msgstr ""
1521
+
1522
+ #: wpf-includes/class-members.php:177
1523
+ msgid "<strong>ERROR</strong>: Sorry, that username is not allowed."
1524
+ msgstr ""
1525
+
1526
+ #: wpf-includes/class-members.php:181
1527
+ msgid "<strong>ERROR</strong>: Please type your email address."
1528
+ msgstr ""
1529
+
1530
+ #: wpf-includes/class-members.php:185
1531
+ msgid "<strong>ERROR</strong>: The email address isn&#8217;t correct."
1532
+ msgstr ""
1533
+
1534
+ #: wpf-includes/class-members.php:190
1535
+ msgid ""
1536
+ "<strong>ERROR</strong>: This email is already registered, please choose "
1537
+ "another one."
1538
+ msgstr ""
1539
+
1540
+ #: wpf-includes/class-members.php:1128
1541
+ msgid "What should be done with wpForo content owned by this user?"
1542
+ msgstr ""
1543
+
1544
+ #: wpf-includes/class-members.php:1130
1545
+ msgid "What should be done with wpForo content owned by these users?"
1546
+ msgstr ""
1547
+
1548
+ #: wpf-includes/class-members.php:1134
1549
+ msgid "Delete all wpForo content."
1550
+ msgstr ""
1551
+
1552
+ #: wpf-includes/class-members.php:1136
1553
+ msgid "Attribute all content to:"
1554
+ msgstr ""
1555
+
1556
+ #: wpf-includes/class-moderation.php:164
1557
+ #, php-format
1558
+ msgid ""
1559
+ "Probably spam file attachments have been detected by wpForo Spam Control. "
1560
+ "Please moderate suspected files here %s"
1561
+ msgstr ""
1562
+
1563
+ #: wpf-includes/class-notices.php:136 wpf-includes/wpf-phrases.php:69
1564
+ msgid "Dismiss this notice."
1565
+ msgstr "Descartar este aviso."
1566
+
1567
+ #: wpf-includes/class-notices.php:152
1568
+ msgid "New Addons for Your Forum!"
1569
+ msgstr ""
1570
+
1571
+ #: wpf-includes/class-notices.php:152
1572
+ msgid "Extend your forum with wpForo addons"
1573
+ msgstr ""
1574
+
1575
+ #: wpf-includes/class-notices.php:165
1576
+ msgid "View all Addons"
1577
+ msgstr ""
1578
+
1579
+ #: wpf-includes/class-permissions.php:129 wpf-includes/wpf-phrases.php:421
1580
+ #, fuzzy, php-format
1581
+ msgid "%s access successfully added"
1582
+ msgstr "Acceso agregado satisfactoriamente"
1583
+
1584
+ #: wpf-includes/class-permissions.php:154 wpf-includes/wpf-phrases.php:422
1585
+ #, fuzzy, php-format
1586
+ msgid "%s access successfully edited"
1587
+ msgstr "Acceso editado satisfactoriamente"
1588
+
1589
+ #: wpf-includes/class-phrases.php:172 wpf-includes/wpf-phrases.php:7
1590
+ msgid " Forum"
1591
+ msgstr "Foro"
1592
+
1593
+ #: wpf-includes/class-phrases.php:173 wpf-includes/wpf-phrases.php:6
1594
+ msgid " Discussion Board"
1595
+ msgstr "Foro de Discusión"
1596
+
1597
+ #: wpf-includes/class-template.php:32
1598
+ msgid "Insert link"
1599
+ msgstr "Insertar Link"
1600
+
1601
+ #: wpf-includes/class-template.php:33
1602
+ msgid "Link Text"
1603
+ msgstr "Texto del Link"
1604
+
1605
+ #: wpf-includes/class-template.php:34
1606
+ msgid "Open link in a new tab"
1607
+ msgstr "Abrir link en una pestaña nueva"
1608
+
1609
+ #: wpf-includes/class-template.php:1085 wpf-includes/wpf-phrases.php:328
1610
+ msgid "Theme file not readable"
1611
+ msgstr "Archivo de tema no legible"
1612
+
1613
+ #: wpf-includes/functions-installation.php:54 wpf-includes/wpf-phrases.php:101
1614
+ msgid "Forum"
1615
+ msgstr "Foro"
1616
+
1617
+ #: wpf-includes/functions-installation.php:55
1618
+ msgid "Discussion Board"
1619
+ msgstr "Foro de Discusión"
1620
+
1621
+ #: wpf-includes/functions-installation.php:85
1622
+ msgid "You are not permitted to view this attachment"
1623
+ msgstr ""
1624
+
1625
+ #: wpf-includes/functions-installation.php:807
1626
+ msgid "Start Profile Synchronization"
1627
+ msgstr ""
1628
+
1629
+ #: wpf-includes/functions-installation.php:807
1630
+ msgid "Continue Synchronization"
1631
+ msgstr ""
1632
+
1633
+ #: wpf-includes/functions-installation.php:810
1634
+ msgid ""
1635
+ "This process may take a few seconds or dozens of minutes, please be patient "
1636
+ "and don't close this page."
1637
+ msgstr ""
1638
+
1639
+ #: wpf-includes/functions-installation.php:811
1640
+ msgid ""
1641
+ "You can permanently disable this message in Dashboard > Forums > Features "
1642
+ "admin page."
1643
+ msgstr ""
1644
+
1645
+ #: wpf-includes/functions-installation.php:813
1646
+ msgid "wpForo Forum Installation | "
1647
+ msgstr ""
1648
+
1649
+ #: wpf-includes/functions-installation.php:814
1650
+ msgid ""
1651
+ "Forum users' profile data are not synchronized yet, this step is required! "
1652
+ "Please click the button below to complete installation."
1653
+ msgstr ""
1654
+
1655
+ #: wpf-includes/functions-template.php:7
1656
+ msgid "wpForo Menu"
1657
+ msgstr "Menú wpForo"
1658
+
1659
+ #: wpf-includes/functions-template.php:157 wpf-includes/wpf-phrases.php:411
1660
+ msgid "wpForo Sidebar"
1661
+ msgstr "Sidebar de wpForo"
1662
+
1663
+ #: wpf-includes/functions-template.php:158 wpf-includes/wpf-phrases.php:192
1664
+ msgid ""
1665
+ "NOTE: If you're going to add widgets in this sidebar, please use 'Full "
1666
+ "Width' template for wpForo index page to avoid sidebar duplication."
1667
+ msgstr ""
1668
+ "NOTA: Si va a agregar widgets en este sidebar, por favor use la plantilla "
1669
+ "'Full Width' como página para wpForo para evitar duplicados."
1670
+
1671
+ #: wpf-includes/functions-template.php:197
1672
+ #: wpf-includes/functions-template.php:304
1673
+ #: wpf-includes/functions-template.php:367
1674
+ #: wpf-includes/functions-template.php:442
1675
+ #: wpf-includes/functions-template.php:519
1676
+ #: wpf-includes/functions-template.php:566 wpf-includes/wpf-phrases.php:335
1677
+ msgid "Title"
1678
+ msgstr "Título"
1679
+
1680
+ #: wpf-includes/functions-template.php:370
1681
+ #: wpf-includes/functions-template.php:445
1682
+ #: wpf-includes/functions-template.php:522 wpf-includes/wpf-phrases.php:211
1683
+ msgid "Number of Items"
1684
+ msgstr "Número de elementos"
1685
+
1686
+ #: wpf-includes/functions-template.php:375 wpf-includes/wpf-phrases.php:70
1687
+ msgid "Display Avatars"
1688
+ msgstr "Mostrar Avatars"
1689
+
1690
+ #: wpf-includes/functions-template.php:449
1691
+ #: wpf-includes/functions-template.php:526 wpf-includes/wpf-phrases.php:72
1692
+ msgid "Display with Avatars"
1693
+ msgstr "Mostrar con Avatars"
1694
+
1695
+ #: wpf-includes/functions.php:364
1696
+ msgid "Unapproved"
1697
+ msgstr ""
1698
+
1699
+ #: wpf-includes/functions.php:365
1700
+ msgid "Published"
1701
+ msgstr ""
1702
+
1703
+ #: wpf-includes/functions.php:374 wpf-includes/wpf-phrases.php:594
1704
+ msgid "Active"
1705
+ msgstr "Activo"
1706
+
1707
+ #: wpf-includes/functions.php:375
1708
+ msgid "Banned"
1709
+ msgstr ""
1710
+
1711
+ #: wpf-includes/functions.php:388 wpf-includes/functions.php:686
1712
+ #: wpf-includes/wpf-phrases.php:50
1713
+ msgid "Bulk Actions"
1714
+ msgstr "Acciones Masivas"
1715
+
1716
+ #: wpf-includes/functions.php:393 wpf-includes/functions.php:772
1717
+ #: wpf-includes/wpf-phrases.php:36
1718
+ msgid "Apply"
1719
+ msgstr "Aplicar"
1720
+
1721
+ #: wpf-includes/functions.php:402 wpf-includes/wpf-phrases.php:301
1722
+ msgid "Show all forums"
1723
+ msgstr "Mostrar todos los foros"
1724
+
1725
+ #: wpf-includes/functions.php:415 wpf-includes/wpf-phrases.php:351
1726
+ msgid "filter by group"
1727
+ msgstr ""
1728
+
1729
+ #: wpf-includes/functions.php:427
1730
+ msgid "filter by status"
1731
+ msgstr ""
1732
+
1733
+ #: wpf-includes/functions.php:443
1734
+ msgid "filter by package"
1735
+ msgstr ""
1736
+
1737
+ #: wpf-includes/functions.php:472
1738
+ msgid "filter by user"
1739
+ msgstr ""
1740
+
1741
+ #: wpf-includes/functions.php:492 wpf-includes/functions.php:694
1742
+ #: wpf-includes/wpf-phrases.php:386
1743
+ msgid "item"
1744
+ msgstr "elemento"
1745
+
1746
+ #: wpf-includes/functions.php:525 wpf-includes/functions.php:541
1747
+ #: wpf-includes/wpf-phrases.php:285
1748
+ msgid "Select All"
1749
+ msgstr "Selecionar Todo"
1750
+
1751
+ #: wpf-includes/functions.php:530 wpf-includes/functions.php:546
1752
+ msgid "Type"
1753
+ msgstr ""
1754
+
1755
+ #: wpf-includes/functions.php:603 wpf-includes/wpf-phrases.php:384
1756
+ msgid "edit user"
1757
+ msgstr "editar usuario"
1758
+
1759
+ #: wpf-includes/functions.php:607 wpf-includes/wpf-phrases.php:383
1760
+ msgid "edit profile"
1761
+ msgstr "editar perfil"
1762
+
1763
+ #: wpf-includes/functions.php:612
1764
+ msgid "unban user"
1765
+ msgstr ""
1766
+
1767
+ #: wpf-includes/functions.php:612
1768
+ msgid "ban user"
1769
+ msgstr ""
1770
+
1771
+ #: wpf-includes/functions.php:612
1772
+ msgid "Are you sure, you want to unban this user?"
1773
+ msgstr ""
1774
+
1775
+ #: wpf-includes/functions.php:612
1776
+ msgid "Are you sure, you want to ban this user?"
1777
+ msgstr ""
1778
+
1779
+ #: wpf-includes/functions.php:617 wpf-includes/functions.php:627
1780
+ #: wpf-includes/wpf-phrases.php:67
1781
+ msgid "Delete this item"
1782
+ msgstr "Borrar este elemento"
1783
+
1784
+ #: wpf-includes/functions.php:617 wpf-includes/functions.php:627
1785
+ #: wpf-includes/wpf-phrases.php:41
1786
+ msgid "Are you sure you whant to DELETE this item?"
1787
+ msgstr "¿Estas seguro que quieres BORRAR este elemento?"
1788
+
1789
+ #: wpf-includes/functions.php:622
1790
+ msgid "unapprove this item"
1791
+ msgstr ""
1792
+
1793
+ #: wpf-includes/functions.php:622
1794
+ msgid "Approve this item"
1795
+ msgstr ""
1796
+
1797
+ #: wpf-includes/functions.php:622
1798
+ msgid "unapprove"
1799
+ msgstr ""
1800
+
1801
+ #: wpf-includes/functions.php:622
1802
+ msgid "approve"
1803
+ msgstr ""
1804
+
1805
+ #: wpf-includes/functions.php:644 wpf-includes/functions.php:645
1806
+ #: wpf-includes/wpf-phrases.php:405
1807
+ msgid "view"
1808
+ msgstr "ver"
1809
+
1810
+ #: wpf-includes/functions.php:665
1811
+ msgid "Topic"
1812
+ msgstr ""
1813
+
1814
+ #: wpf-includes/functions.php:665
1815
+ msgid "Post"
1816
+ msgstr ""
1817
+
1818
+ #: wpf-includes/functions.php:678 wpf-includes/wpf-phrases.php:201
1819
+ msgid "No items found"
1820
+ msgstr "No se encontraron elementos"
1821
+
1822
+ #: wpf-includes/functions.php:771 wpf-includes/wpf-phrases.php:141
1823
+ msgid "Items"
1824
+ msgstr "Elementos"
1825
+
1826
+ #: wpf-includes/functions.php:1065
1827
+ #, php-format
1828
+ msgid "Could not write file %s"
1829
+ msgstr "No se puede escribir en el archivo %s"
1830
+
1831
+ #: wpf-includes/wpf-hooks.php:20 wpf-includes/wpf-phrases.php:136
1832
+ msgid ""
1833
+ "IMPORTANT! Uninstall is not a simple deactivation action. This action will "
1834
+ "permanently remove all forum data (forums, topics, replies, attachments...) "
1835
+ "from database. Please backup database before this action, you may need this "
1836
+ "forum data in future. If you are sure that you want to delete all forum data "
1837
+ "please confirm. If not, just cancel it, then you can deactivate this plugin, "
1838
+ "that will not remove forum data."
1839
+ msgstr ""
1840
+ "¡IMPORTANTE! Desisntalar no es una simple acción de desactivación. Esta "
1841
+ "acción removerá permanentemente todos los datos del foro (foros, temas, "
1842
+ "respuestas, adjuntos...) de la base de datos. Por favor haga un respaldo "
1843
+ "antes de completar esta acción, podrias ocupar estos datos del foro en el "
1844
+ "futuro. Si estas seguro de que deseas eliminar todos los datos del foro, por "
1845
+ "favor confirma. Si no, solo cancel, así podras reactivar este plugin, sin "
1846
+ "haber removido los datos."
1847
+
1848
+ #: wpf-includes/wpf-hooks.php:20
1849
+ msgid "Uninstall"
1850
+ msgstr "Desinstalar"
1851
+
1852
+ #: wpf-includes/wpf-hooks.php:1057 wpf-includes/wpf-phrases.php:188
1853
+ msgid "Move"
1854
+ msgstr "Mover"
1855
+
1856
+ #: wpf-includes/wpf-hooks.php:1092
1857
+ msgid "Clear"
1858
+ msgstr "Despejar"
1859
+
1860
+ #: wpf-includes/wpf-hooks.php:1092
1861
+ msgid "Default"
1862
+ msgstr "Por Defecto"
1863
+
1864
+ #: wpf-includes/wpf-hooks.php:1092
1865
+ msgid "Select Color"
1866
+ msgstr "Selector de Color"
1867
+
1868
+ #: wpf-includes/wpf-hooks.php:1115
1869
+ msgid ""
1870
+ "IMPORTANT: wpForo can't work with default permalink, please change permalink "
1871
+ "structure"
1872
+ msgstr ""
1873
+
1874
+ #: wpf-includes/wpf-hooks.php:1136 wpf-includes/wpf-phrases.php:413
1875
+ msgid "wpForo Usergroup"
1876
+ msgstr "Grupos de Usuario de wpForo"
1877
+
1878
+ #: wpf-includes/wpf-hooks.php:1144 wpf-includes/wpf-phrases.php:412
1879
+ msgid "wpForo User Timezone"
1880
+ msgstr "Zona Horaria del wpForo"
1881
+
1882
+ #: wpf-includes/wpf-hooks.php:1333 wpf-includes/wpf-hooks.php:1422
1883
+ msgid "Please Moderate: "
1884
+ msgstr ""
1885
+
1886
+ #: wpf-includes/wpf-hooks.php:1334
1887
+ msgid ""
1888
+ "This topic is currently unapproved. You can approve topics in Dashboard "
1889
+ "&raquo; Forums &raquo; Moderation admin page."
1890
+ msgstr ""
1891
+
1892
+ #: wpf-includes/wpf-hooks.php:1423
1893
+ msgid ""
1894
+ "This post is currently unapproved. You can approve posts in Dashboard "
1895
+ "&raquo; Forums &raquo; Moderation admin page."
1896
+ msgstr ""
1897
+
1898
+ #: wpf-includes/wpf-hooks.php:1600 wpf-includes/wpf-hooks.php:1646
1899
+ msgid "New Forum"
1900
+ msgstr ""
1901
+
1902
+ #: wpf-includes/wpf-hooks.php:1608
1903
+ msgid "New User Group"
1904
+ msgstr ""
1905
+
1906
+ #: wpf-includes/wpf-hooks.php:1616 wpf-includes/wpf-hooks.php:1714
1907
+ msgid "New Phrase"
1908
+ msgstr ""
1909
+
1910
+ #: wpf-includes/wpf-hooks.php:1631
1911
+ msgid "Community"
1912
+ msgstr ""
1913
+
1914
+ #: wpf-includes/wpf-hooks.php:1698
1915
+ msgid "New UserGroup"
1916
+ msgstr ""
1917
+
1918
+ #: wpf-includes/wpf-phrases.php:8
1919
+ #, php-format
1920
+ msgid "%s and %s liked"
1921
+ msgstr "A %s y a %s les ha gustado"
1922
+
1923
+ #: wpf-includes/wpf-phrases.php:9
1924
+ #, php-format
1925
+ msgid "%s liked"
1926
+ msgstr "A %s le ha gustado"
1927
+
1928
+ #: wpf-includes/wpf-phrases.php:10
1929
+ #, php-format
1930
+ msgid "%s, %s and %s liked"
1931
+ msgstr "A %s, %s y a %s les ha gustado"
1932
+
1933
+ #: wpf-includes/wpf-phrases.php:11
1934
+ #, php-format
1935
+ msgid "%s, %s, %s and %d people liked"
1936
+ msgstr "A %s, %s, %s y a %d personas les ha gustado"
1937
+
1938
+ #: wpf-includes/wpf-phrases.php:12
1939
+ msgid "AOL IM"
1940
+ msgstr "AOL IM"
1941
+
1942
+ #: wpf-includes/wpf-phrases.php:13
1943
+ msgid "About Me"
1944
+ msgstr "Acerca de "
1945
+
1946
+ #: wpf-includes/wpf-phrases.php:16
1947
+ msgid "Account"
1948
+ msgstr "Cuenta"
1949
+
1950
+ #: wpf-includes/wpf-phrases.php:19
1951
+ msgid "Activity"
1952
+ msgstr "Actividad"
1953
+
1954
+ #: wpf-includes/wpf-phrases.php:23
1955
+ msgid "Add a comment"
1956
+ msgstr "Añadir comentario"
1957
+
1958
+ #: wpf-includes/wpf-phrases.php:24
1959
+ msgid "Add topic"
1960
+ msgstr "Añadir tema"
1961
+
1962
+ #: wpf-includes/wpf-phrases.php:32
1963
+ msgid "Answer"
1964
+ msgstr "Responder"
1965
+
1966
+ #: wpf-includes/wpf-phrases.php:33
1967
+ msgid "Answer to"
1968
+ msgstr "Responder a"
1969
+
1970
+ #: wpf-includes/wpf-phrases.php:34
1971
+ msgid "Answers"
1972
+ msgstr "Respuestas"
1973
+
1974
+ #: wpf-includes/wpf-phrases.php:35
1975
+ msgid "Any Date"
1976
+ msgstr "Cualquier Fecha"
1977
+
1978
+ #: wpf-includes/wpf-phrases.php:42
1979
+ msgid "Ascending order"
1980
+ msgstr "Orden Ascendente"
1981
+
1982
+ #: wpf-includes/wpf-phrases.php:43
1983
+ msgid "Attach file:"
1984
+ msgstr "Archivo adjunto:"
1985
+
1986
+ #: wpf-includes/wpf-phrases.php:44
1987
+ msgid "Attachments"
1988
+ msgstr "Adjuntos"
1989
+
1990
+ #: wpf-includes/wpf-phrases.php:45
1991
+ msgid "Attachments Size"
1992
+ msgstr "Tamaño de Adjuntos"
1993
+
1994
+ #: wpf-includes/wpf-phrases.php:47
1995
+ msgid "Avatar"
1996
+ msgstr "Avatar"
1997
+
1998
+ #: wpf-includes/wpf-phrases.php:53
1999
+ msgid "Change password"
2000
+ msgstr "Cambiar contraseña"
2001
+
2002
+ #: wpf-includes/wpf-phrases.php:54
2003
+ msgid "Choose target forum"
2004
+ msgstr "Seleccione foro destino"
2005
+
2006
+ #: wpf-includes/wpf-phrases.php:55 wpf-themes/classic/functions.php:44
2007
+ #: wpf-themes/classic/functions.php:65 wpf-themes/classic/functions.php:94
2008
+ msgid "Collapsed"
2009
+ msgstr "Colapsado"
2010
+
2011
+ #: wpf-includes/wpf-phrases.php:58
2012
+ msgid "Comments"
2013
+ msgstr "Comentarios"
2014
+
2015
+ #: wpf-includes/wpf-phrases.php:59
2016
+ msgid "Confirm my subscription"
2017
+ msgstr "Confirmar mi suscripción"
2018
+
2019
+ #: wpf-includes/wpf-phrases.php:65
2020
+ msgid "Date"
2021
+ msgstr "Fecha"
2022
+
2023
+ #: wpf-includes/wpf-phrases.php:68
2024
+ msgid "Descending order"
2025
+ msgstr "Orden descendente"
2026
+
2027
+ #: wpf-includes/wpf-phrases.php:71
2028
+ msgid "Display Name"
2029
+ msgstr "Nombre a mostrar"
2030
+
2031
+ #: wpf-includes/wpf-phrases.php:74
2032
+ msgid "Edited: "
2033
+ msgstr "Editado:"
2034
+
2035
+ #: wpf-includes/wpf-phrases.php:75
2036
+ msgid "Email"
2037
+ msgstr "Correo Electrónico"
2038
+
2039
+ #: wpf-includes/wpf-phrases.php:88
2040
+ msgid "Enter title here"
2041
+ msgstr "Introduzca aquí el título"
2042
+
2043
+ #: wpf-includes/wpf-phrases.php:89 wpf-themes/classic/functions.php:43
2044
+ #: wpf-themes/classic/functions.php:64 wpf-themes/classic/functions.php:93
2045
+ msgid "Expanded"
2046
+ msgstr "Expandido"
2047
+
2048
+ #: wpf-includes/wpf-phrases.php:90 wpf-themes/classic/functions.php:90
2049
+ msgid "Extended Layout - Intro posts"
2050
+ msgstr "Plantilla expandida - Respuestas"
2051
+
2052
+ #: wpf-includes/wpf-phrases.php:91 wpf-themes/classic/functions.php:40
2053
+ msgid "Extended Layout - Intro topics"
2054
+ msgstr "Plantilla expandida - Temas"
2055
+
2056
+ #: wpf-includes/wpf-phrases.php:92 wpf-themes/classic/functions.php:100
2057
+ msgid "Extended Layout - Number of intro posts"
2058
+ msgstr "Plantilla expandida - Numero de respuestas"
2059
+
2060
+ #: wpf-includes/wpf-phrases.php:93 wpf-themes/classic/functions.php:49
2061
+ msgid "Extended Layout - Number of intro topics"
2062
+ msgstr "Plantilla expandida - Numero de temas"
2063
+
2064
+ #: wpf-includes/wpf-phrases.php:94
2065
+ msgid "Facebook"
2066
+ msgstr "Facebook"
2067
+
2068
+ #: wpf-includes/wpf-phrases.php:95
2069
+ msgid "Failed to write file to disk"
2070
+ msgstr "Fallo al escribir archivo al disco"
2071
+
2072
+ #: wpf-includes/wpf-phrases.php:97
2073
+ msgid "File upload stopped by extension"
2074
+ msgstr "Subida de archivo detenida por extensión"
2075
+
2076
+ #: wpf-includes/wpf-phrases.php:98
2077
+ msgid "Find Posts by User"
2078
+ msgstr "Buscar Mensajes por Usuario"
2079
+
2080
+ #: wpf-includes/wpf-phrases.php:99
2081
+ msgid "Find Topics Started by User"
2082
+ msgstr "Buscar Temas Iniciados por Usuario"
2083
+
2084
+ #: wpf-includes/wpf-phrases.php:100
2085
+ msgid "First post and replies"
2086
+ msgstr "Primeros mensajes y respuestas"
2087
+
2088
+ #: wpf-includes/wpf-phrases.php:102
2089
+ msgid "Forum - Login"
2090
+ msgstr "Foro - Inicio de Sesión"
2091
+
2092
+ #: wpf-includes/wpf-phrases.php:103
2093
+ msgid "Forum - Page Not Found"
2094
+ msgstr "Foro - Página no Encontrada"
2095
+
2096
+ #: wpf-includes/wpf-phrases.php:104
2097
+ msgid "Forum - Registration"
2098
+ msgstr "Foro - Registro"
2099
+
2100
+ #: wpf-includes/wpf-phrases.php:106
2101
+ msgid "Forum Admin Email Addresses"
2102
+ msgstr "Correos Eléctronicos de los Administradores"
2103
+
2104
+ #: wpf-includes/wpf-phrases.php:109
2105
+ msgid "Forum Home"
2106
+ msgstr "Página de Inicio"
2107
+
2108
+ #: wpf-includes/wpf-phrases.php:111
2109
+ msgid "Forum Members"
2110
+ msgstr "Miembros del Foro"
2111
+
2112
+ #: wpf-includes/wpf-phrases.php:114
2113
+ msgid "Forum Profile"
2114
+ msgstr "Perfil del Foro"
2115
+
2116
+ #: wpf-includes/wpf-phrases.php:115
2117
+ msgid "Forum RSS Feed"
2118
+ msgstr "Feed RSS del Foro"
2119
+
2120
+ #: wpf-includes/wpf-phrases.php:119
2121
+ msgid "Forum Statistics"
2122
+ msgstr "Estadísticas del Foro"
2123
+
2124
+ #: wpf-includes/wpf-phrases.php:122
2125
+ msgid "Forum is empty"
2126
+ msgstr "El foro esta Vacío"
2127
+
2128
+ #: wpf-includes/wpf-phrases.php:125
2129
+ msgid "From Email Address"
2130
+ msgstr "Correo Electrónico del Emisor"
2131
+
2132
+ #: wpf-includes/wpf-phrases.php:126
2133
+ msgid "From Name"
2134
+ msgstr "Nombre del Emisor"
2135
+
2136
+ #: wpf-includes/wpf-phrases.php:131
2137
+ msgid "Group"
2138
+ msgstr "Grupo"
2139
+
2140
+ #: wpf-includes/wpf-phrases.php:132
2141
+ msgid "Google+"
2142
+ msgstr ""
2143
+
2144
+ #: wpf-includes/wpf-phrases.php:135
2145
+ msgid "ICQ"
2146
+ msgstr "ICQ"
2147
+
2148
+ #: wpf-includes/wpf-phrases.php:139
2149
+ msgid "Insert member name or email"
2150
+ msgstr "Inserte el nombre del usuario o correo"
2151
+
2152
+ #: wpf-includes/wpf-phrases.php:142
2153
+ msgid "Joined"
2154
+ msgstr "Registrado"
2155
+
2156
+ #: wpf-includes/wpf-phrases.php:145
2157
+ msgid "Last 24 hours"
2158
+ msgstr "Últimas 24 horas"
2159
+
2160
+ #: wpf-includes/wpf-phrases.php:146
2161
+ msgid "Last 3 Months"
2162
+ msgstr "Últimos 3 Meses"
2163
+
2164
+ #: wpf-includes/wpf-phrases.php:147
2165
+ msgid "Last 6 Months"
2166
+ msgstr "Últimos 6 Meses"
2167
+
2168
+ #: wpf-includes/wpf-phrases.php:148
2169
+ msgid "Last Active"
2170
+ msgstr "Activo"
2171
+
2172
+ #: wpf-includes/wpf-phrases.php:149
2173
+ msgid "Last Month"
2174
+ msgstr "Último Mes"
2175
+
2176
+ #: wpf-includes/wpf-phrases.php:150
2177
+ msgid "Last Post"
2178
+ msgstr "Último Mensaje"
2179
+
2180
+ #: wpf-includes/wpf-phrases.php:151
2181
+ msgid "Last Post Info"
2182
+ msgstr "Último Mensaje"
2183
+
2184
+ #: wpf-includes/wpf-phrases.php:152
2185
+ msgid "Last Week"
2186
+ msgstr "Última Semana"
2187
+
2188
+ #: wpf-includes/wpf-phrases.php:153
2189
+ msgid "Last Year ago"
2190
+ msgstr "Último año"
2191
+
2192
+ #: wpf-includes/wpf-phrases.php:154
2193
+ #, php-format
2194
+ msgid "Last post by %s"
2195
+ msgstr "Último mensaje por %s"
2196
+
2197
+ #: wpf-includes/wpf-phrases.php:155
2198
+ msgid "Latest Post"
2199
+ msgstr "Último Mensaje"
2200
+
2201
+ #: wpf-includes/wpf-phrases.php:156
2202
+ msgid "Leave a reply"
2203
+ msgstr "Dejar una respuesta"
2204
+
2205
+ #: wpf-includes/wpf-phrases.php:157
2206
+ msgid "Length must be between 3 characters and 30 characters."
2207
+ msgstr ""
2208
+
2209
+ #: wpf-includes/wpf-phrases.php:159
2210
+ msgid "Liked"
2211
+ msgstr "Me gusta"
2212
+
2213
+ #: wpf-includes/wpf-phrases.php:160
2214
+ msgid "Location"
2215
+ msgstr "Ubicación"
2216
+
2217
+ #: wpf-includes/wpf-phrases.php:161
2218
+ msgid "Login"
2219
+ msgstr "Iniciar Sesión"
2220
+
2221
+ #: wpf-includes/wpf-phrases.php:163
2222
+ msgid "Logout"
2223
+ msgstr "Cerrar Sesión"
2224
+
2225
+ #: wpf-includes/wpf-phrases.php:165
2226
+ msgid "Lost your password?"
2227
+ msgstr "¿Perdiste tu contraseña?"
2228
+
2229
+ #: wpf-includes/wpf-phrases.php:167
2230
+ msgid "MSN"
2231
+ msgstr "MSN"
2232
+
2233
+ #: wpf-includes/wpf-phrases.php:168
2234
+ msgid "Maximum allowed file size is"
2235
+ msgstr "Tamaña máximo permitido para archivos es de"
2236
+
2237
+ #: wpf-includes/wpf-phrases.php:170
2238
+ msgid "Member Activity"
2239
+ msgstr "Actividad de Miembro"
2240
+
2241
+ #: wpf-includes/wpf-phrases.php:171
2242
+ msgid "Member Information"
2243
+ msgstr "Información de Miembro"
2244
+
2245
+ #: wpf-includes/wpf-phrases.php:172
2246
+ msgid "Member Rating"
2247
+ msgstr "Rating de Miembro"
2248
+
2249
+ #: wpf-includes/wpf-phrases.php:173
2250
+ msgid "Member Rating Badge"
2251
+ msgstr "Emblema de Rating de Miembro"
2252
+
2253
+ #: wpf-includes/wpf-phrases.php:174
2254
+ msgid "Member Reputation"
2255
+ msgstr "Reputación de Miembros"
2256
+
2257
+ #: wpf-includes/wpf-phrases.php:177
2258
+ msgid "Member information"
2259
+ msgstr "Información de miembro"
2260
+
2261
+ #: wpf-includes/wpf-phrases.php:181
2262
+ msgid "Members not found"
2263
+ msgstr "Miembros no encontrados"
2264
+
2265
+ #: wpf-includes/wpf-phrases.php:182
2266
+ msgid ""
2267
+ "You have been banned. Please contact to forum administrators for more "
2268
+ "information."
2269
+ msgstr ""
2270
+
2271
+ #: wpf-includes/wpf-phrases.php:183
2272
+ msgid "Messages"
2273
+ msgstr "Mensajes"
2274
+
2275
+ #: wpf-includes/wpf-phrases.php:186
2276
+ msgid "Missing a temporary folder"
2277
+ msgstr "Carpeta temporalmente perdida"
2278
+
2279
+ #: wpf-includes/wpf-phrases.php:189
2280
+ msgid "Move topic"
2281
+ msgstr "Mover tema"
2282
+
2283
+ #: wpf-includes/wpf-phrases.php:190
2284
+ msgid "Must be minimum 6 characters."
2285
+ msgstr "Debe contener mínimo 6 caracteres"
2286
+
2287
+ #: wpf-includes/wpf-phrases.php:191
2288
+ msgid "My Profile"
2289
+ msgstr "Mi Perfil"
2290
+
2291
+ #: wpf-includes/wpf-phrases.php:198
2292
+ msgid "No activity found for this member."
2293
+ msgstr "No se encontró actividad para este miembro"
2294
+
2295
+ #: wpf-includes/wpf-phrases.php:199
2296
+ msgid "No file was uploaded"
2297
+ msgstr "No se subió ningun archivo"
2298
+
2299
+ #: wpf-includes/wpf-phrases.php:200
2300
+ msgid "No forums were found here."
2301
+ msgstr "Ningún foro fué encontrado aquí."
2302
+
2303
+ #: wpf-includes/wpf-phrases.php:204
2304
+ msgid "No online members at the moment"
2305
+ msgstr "Ningún usuario en linea por el momento"
2306
+
2307
+ #: wpf-includes/wpf-phrases.php:206
2308
+ msgid "No subscriptions found for this member."
2309
+ msgstr "No se encontraron suscripciones para este miembro"
2310
+
2311
+ #: wpf-includes/wpf-phrases.php:208
2312
+ msgid "No topics were found here"
2313
+ msgstr "No se encontraron temas aquí"
2314
+
2315
+ #: wpf-includes/wpf-phrases.php:215
2316
+ msgid "Occupation"
2317
+ msgstr "Ocupación"
2318
+
2319
+ #: wpf-includes/wpf-phrases.php:216
2320
+ msgid "Offline"
2321
+ msgstr "Offline"
2322
+
2323
+ #: wpf-includes/wpf-phrases.php:217
2324
+ msgid "Online"
2325
+ msgstr "Online"
2326
+
2327
+ #: wpf-includes/wpf-phrases.php:219
2328
+ msgid "Oops! The page you requested was not found!"
2329
+ msgstr "¡Oops! ¡No se encontró la página que solicitaste!"
2330
+
2331
+ #: wpf-includes/wpf-phrases.php:220
2332
+ msgid "Our newest member"
2333
+ msgstr "Nuestro nuevo miembro"
2334
+
2335
+ #: wpf-includes/wpf-phrases.php:221
2336
+ msgid "Page"
2337
+ msgstr "Página"
2338
+
2339
+ #: wpf-includes/wpf-phrases.php:223
2340
+ msgid "Password"
2341
+ msgstr "Contraseña"
2342
+
2343
+ #: wpf-includes/wpf-phrases.php:225
2344
+ #, php-format
2345
+ msgid "Please %s or %s"
2346
+ msgstr "Por favor %s ó %s"
2347
+
2348
+ #: wpf-includes/wpf-phrases.php:229
2349
+ msgid "Post Title"
2350
+ msgstr "Título del Mensaje"
2351
+
2352
+ #: wpf-includes/wpf-phrases.php:230
2353
+ msgid "Post link"
2354
+ msgstr "Link del mensaje"
2355
+
2356
+ #: wpf-includes/wpf-phrases.php:231
2357
+ msgid "Posted"
2358
+ msgstr "Publicado"
2359
+
2360
+ #: wpf-includes/wpf-phrases.php:232
2361
+ msgid "Posted by"
2362
+ msgstr "Publicado por"
2363
+
2364
+ #: wpf-includes/wpf-phrases.php:234
2365
+ msgid "Powered by"
2366
+ msgstr "Auspiciado por"
2367
+
2368
+ #: wpf-includes/wpf-phrases.php:236 wpf-themes/classic/functions.php:70
2369
+ msgid "Q&A Layout - Number of intro topics"
2370
+ msgstr "Plantilla Q&A - Numero de temas"
2371
+
2372
+ #: wpf-includes/wpf-phrases.php:237 wpf-themes/classic/functions.php:61
2373
+ msgid "Q&A layout - Intro topics"
2374
+ msgstr "Plantilla Q&A - Temas"
2375
+
2376
+ #: wpf-includes/wpf-phrases.php:238
2377
+ msgid "Question Comments"
2378
+ msgstr "Comentarios a Preguntas"
2379
+
2380
+ #: wpf-includes/wpf-phrases.php:239
2381
+ msgid "Questions"
2382
+ msgstr "Preguntas"
2383
+
2384
+ #: wpf-includes/wpf-phrases.php:240
2385
+ msgid "Quote"
2386
+ msgstr "Cita"
2387
+
2388
+ #: wpf-includes/wpf-phrases.php:241
2389
+ msgid "RE"
2390
+ msgstr "RE"
2391
+
2392
+ #: wpf-includes/wpf-phrases.php:242
2393
+ msgid "REPLY:"
2394
+ msgstr "RESPUESTA:"
2395
+
2396
+ #: wpf-includes/wpf-phrases.php:243
2397
+ msgid "RSS"
2398
+ msgstr "RSS"
2399
+
2400
+ #: wpf-includes/wpf-phrases.php:244
2401
+ msgid "Rating"
2402
+ msgstr "Rating"
2403
+
2404
+ #: wpf-includes/wpf-phrases.php:245
2405
+ msgid "Rating Badge"
2406
+ msgstr "Emblema"
2407
+
2408
+ #: wpf-includes/wpf-phrases.php:249
2409
+ msgid "Received Likes"
2410
+ msgstr "Me gusta Recibidos"
2411
+
2412
+ #: wpf-includes/wpf-phrases.php:250
2413
+ msgid "Recent Questions"
2414
+ msgstr "Preguntas Recientes"
2415
+
2416
+ #: wpf-includes/wpf-phrases.php:251
2417
+ msgid "Recent Topics"
2418
+ msgstr "Temas Recientes"
2419
+
2420
+ #: wpf-includes/wpf-phrases.php:252
2421
+ msgid "Register"
2422
+ msgstr "Registro"
2423
+
2424
+ #: wpf-includes/wpf-phrases.php:254
2425
+ msgid "Registered date"
2426
+ msgstr "Fecha de registro"
2427
+
2428
+ #: wpf-includes/wpf-phrases.php:255
2429
+ msgid "Relevancy"
2430
+ msgstr "Relevancia"
2431
+
2432
+ #: wpf-includes/wpf-phrases.php:256
2433
+ msgid "Remember Me"
2434
+ msgstr "Recuérdame"
2435
+
2436
+ #: wpf-includes/wpf-phrases.php:262
2437
+ msgid "Replies"
2438
+ msgstr "Respuestas"
2439
+
2440
+ #: wpf-includes/wpf-phrases.php:263
2441
+ msgid "Replies not found"
2442
+ msgstr "No se encontrarón respuestas"
2443
+
2444
+ #: wpf-includes/wpf-phrases.php:264
2445
+ msgid "Reply"
2446
+ msgstr "Responder"
2447
+
2448
+ #: wpf-includes/wpf-phrases.php:265
2449
+ msgid "Report"
2450
+ msgstr "Reportar"
2451
+
2452
+ #: wpf-includes/wpf-phrases.php:268
2453
+ msgid "Report to Administration"
2454
+ msgstr "Reportar a un Administrador"
2455
+
2456
+ #: wpf-includes/wpf-phrases.php:270
2457
+ msgid "Result Info"
2458
+ msgstr "Resultado"
2459
+
2460
+ #: wpf-includes/wpf-phrases.php:272
2461
+ msgid "Save Changes"
2462
+ msgstr "Guardar Cambios"
2463
+
2464
+ #: wpf-includes/wpf-phrases.php:276
2465
+ msgid "Search"
2466
+ msgstr "Buscar"
2467
+
2468
+ #: wpf-includes/wpf-phrases.php:277
2469
+ msgid "Search Entire Posts"
2470
+ msgstr "Buscar en todo el mensaje"
2471
+
2472
+ #: wpf-includes/wpf-phrases.php:278
2473
+ msgid "Search Phrase"
2474
+ msgstr "Búsqueda de Frases"
2475
+
2476
+ #: wpf-includes/wpf-phrases.php:279
2477
+ msgid "Search Titles Only"
2478
+ msgstr "Buscar solo Títulos"
2479
+
2480
+ #: wpf-includes/wpf-phrases.php:280
2481
+ msgid "Search Type"
2482
+ msgstr "Tipo de Búsqueda"
2483
+
2484
+ #: wpf-includes/wpf-phrases.php:281
2485
+ msgid "Search in Forums"
2486
+ msgstr "Buscar en Foros"
2487
+
2488
+ #: wpf-includes/wpf-phrases.php:282
2489
+ msgid "Search in date period"
2490
+ msgstr "Buscar en un periodo de tiempo"
2491
+
2492
+ #: wpf-includes/wpf-phrases.php:283
2493
+ msgid "Search result for"
2494
+ msgstr "Resultados de búsqueda para"
2495
+
2496
+ #: wpf-includes/wpf-phrases.php:284
2497
+ msgid "Search..."
2498
+ msgstr "Buscar..."
2499
+
2500
+ #: wpf-includes/wpf-phrases.php:286
2501
+ msgid "Select Page"
2502
+ msgstr "Seleccionar Página"
2503
+
2504
+ #: wpf-includes/wpf-phrases.php:287
2505
+ msgid "Send Report"
2506
+ msgstr "Enviar Reporte"
2507
+
2508
+ #: wpf-includes/wpf-phrases.php:291
2509
+ msgid "Set Topic Sticky"
2510
+ msgstr "Marcar Tema"
2511
+
2512
+ #: wpf-includes/wpf-phrases.php:292 wpf-themes/classic/functions.php:101
2513
+ msgid ""
2514
+ "Set this option value 0 if you want to show all posts under topic intro area."
2515
+ msgstr ""
2516
+ "Pon este valor en 0 si quieres mostrar todos los mensajes abajo del area de "
2517
+ "la introducción del tema."
2518
+
2519
+ #: wpf-includes/wpf-phrases.php:293
2520
+ msgid "Shop Account"
2521
+ msgstr "Cuenta de compras"
2522
+
2523
+ #: wpf-includes/wpf-phrases.php:303
2524
+ msgid "Sign In"
2525
+ msgstr "Conectarse"
2526
+
2527
+ #: wpf-includes/wpf-phrases.php:304
2528
+ msgid "Signature"
2529
+ msgstr "Firma"
2530
+
2531
+ #: wpf-includes/wpf-phrases.php:305
2532
+ msgid "Site Profile"
2533
+ msgstr "Perfil del Sitio"
2534
+
2535
+ #: wpf-includes/wpf-phrases.php:306
2536
+ msgid "Skype"
2537
+ msgstr "Skype"
2538
+
2539
+ #: wpf-includes/wpf-phrases.php:308
2540
+ msgid "Social Networks"
2541
+ msgstr "Redes Sociales"
2542
+
2543
+ #: wpf-includes/wpf-phrases.php:309
2544
+ msgid "Sorry, something wrong with your data."
2545
+ msgstr "Lo sentimos, algo mal paso con sus datos"
2546
+
2547
+ #: wpf-includes/wpf-phrases.php:310
2548
+ msgid "Sort Search Results by"
2549
+ msgstr "Ordenar Resultados de Búsqueda por"
2550
+
2551
+ #: wpf-includes/wpf-phrases.php:311
2552
+ msgid "Specify avatar by URL"
2553
+ msgstr "Especificar avatar por URL"
2554
+
2555
+ #: wpf-includes/wpf-phrases.php:313
2556
+ msgid "Subforums"
2557
+ msgstr "Subforos"
2558
+
2559
+ #: wpf-includes/wpf-phrases.php:316
2560
+ msgid "Subscribe for new replies"
2561
+ msgstr "Suscríbete para nuevas respuestas"
2562
+
2563
+ #: wpf-includes/wpf-phrases.php:317
2564
+ msgid "Subscribe for new topics"
2565
+ msgstr "Suscríbete para nuevos temas"
2566
+
2567
+ #: wpf-includes/wpf-phrases.php:319
2568
+ msgid "Subscriptions"
2569
+ msgstr "Suscripciones"
2570
+
2571
+ #: wpf-includes/wpf-phrases.php:321
2572
+ msgid ""
2573
+ "Thank you for using wpForo! wpForo is a professional bulletin board for "
2574
+ "WorPress, and the only forum software which comes with Multi-layout template "
2575
+ "system. The \"Extended"
2576
+ msgstr ""
2577
+ "¡Gracias por usar wpForo! wpForo es un foro bulletin profesional para "
2578
+ "WordPress, y el único programa de foros que viene con un sistema de "
2579
+ "Multiplantilla. La \"Extendida"
2580
+
2581
+ #: wpf-includes/wpf-phrases.php:322
2582
+ msgid ""
2583
+ "Thank you for using wpForo. wpForo is a premium forum plugin which will "
2584
+ "always be available for free. There will never be paid and pro versions of "
2585
+ "this forum board. However this is a very large and hard project so we also "
2586
+ "develop paid addons (extensions), which will financially help us to keep "
2587
+ "improving and adding new features to the free wpForo plugin. Forum addons "
2588
+ "will also be actively developed. The first addons \"Advanced Media Uploader"
2589
+ msgstr ""
2590
+ "Gracias por usar wpForo. wpForo es un plugin de foro premium que siempre "
2591
+ "estará disponible de manera gratuita. Nunca habrá versiones de paga y pro de "
2592
+ "este foro. Sin embargo este es un proyecto muy grande y laborioso, así que "
2593
+ "estamos desarrollando complementos (extensiones) de paga, el cuál nos "
2594
+ "ayudará financiar, mejorar y agrregar nuevas funciones al plugin gratuito de "
2595
+ "wpForo. Los complementos del foro también estarán activamente en desarrollo. "
2596
+ "Los primeros complementos \"Advanced Media Uploader"
2597
+
2598
+ #: wpf-includes/wpf-phrases.php:325
2599
+ msgid ""
2600
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
2601
+ "the HTML form"
2602
+ msgstr ""
2603
+ "El archivo a subir excede el MAX_FILE_SIZE que fué especificado en el "
2604
+ "formulario HTML"
2605
+
2606
+ #: wpf-includes/wpf-phrases.php:326
2607
+ msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini"
2608
+ msgstr ""
2609
+ "El archivo subido excede el upload_max_filesize declarado en el php.ini"
2610
+
2611
+ #: wpf-includes/wpf-phrases.php:327
2612
+ msgid "The uploaded file was only partially uploaded"
2613
+ msgstr "El archivo se ha subido parcialmente"
2614
+
2615
+ #: wpf-includes/wpf-phrases.php:334
2616
+ msgid "Timezone"
2617
+ msgstr "Zona Horaria"
2618
+
2619
+ #: wpf-includes/wpf-phrases.php:336
2620
+ msgid "Topic RSS Feed"
2621
+ msgstr "Feed RSS del Tema"
2622
+
2623
+ #: wpf-includes/wpf-phrases.php:337
2624
+ msgid "Topic Title"
2625
+ msgstr "Título del Tema"
2626
+
2627
+ #: wpf-includes/wpf-phrases.php:338
2628
+ msgid "Topic title"
2629
+ msgstr "Título del tema"
2630
+
2631
+ #: wpf-includes/wpf-phrases.php:341
2632
+ msgid "Twitter"
2633
+ msgstr "Twitter"
2634
+
2635
+ #: wpf-includes/wpf-phrases.php:342
2636
+ msgid "Unknown upload error"
2637
+ msgstr "Error desconocido al subir"
2638
+
2639
+ #: wpf-includes/wpf-phrases.php:343
2640
+ msgid "Unsubscribe"
2641
+ msgstr "desuscribirse"
2642
+
2643
+ #: wpf-includes/wpf-phrases.php:346
2644
+ msgid "Upload an avatar"
2645
+ msgstr "Subir un avatar"
2646
+
2647
+ #: wpf-includes/wpf-phrases.php:348
2648
+ msgid ""
2649
+ "Use comments to ask for more information or suggest improvements. Avoid "
2650
+ "answering questions in comments."
2651
+ msgstr ""
2652
+ "Usa comentarios para preguntar por más información o sugerir mejoras. Evita "
2653
+ "responder preguntas en los comentarios."
2654
+
2655
+ #: wpf-includes/wpf-phrases.php:350
2656
+ msgid "User"
2657
+ msgstr "Usuario"
2658
+
2659
+ #: wpf-includes/wpf-phrases.php:352
2660
+ msgid "User Group"
2661
+ msgstr "Grupo de Usuario"
2662
+
2663
+ #: wpf-includes/wpf-phrases.php:353
2664
+ msgid "Usergroup has been successfully deleted."
2665
+ msgstr "El grupo se ha eliminado satisfactoriamente"
2666
+
2667
+ #: wpf-includes/wpf-phrases.php:354
2668
+ msgid ""
2669
+ "Usergroup has been successfully deleted. All users of this usergroup have "
2670
+ "been moved to the usergroup you've chosen"
2671
+ msgstr ""
2672
+ "El grupo ha sido eliminado satisfactoriamente. Todos los usuarios del grupo "
2673
+ "han sido movidos al grupo que seleccionaste"
2674
+
2675
+ #: wpf-includes/wpf-phrases.php:355
2676
+ msgid "Username"
2677
+ msgstr "Nombre de Usuario"
2678
+
2679
+ #: wpf-includes/wpf-phrases.php:357
2680
+ msgid "View entire post"
2681
+ msgstr "Ver todo el mensaje"
2682
+
2683
+ #: wpf-includes/wpf-phrases.php:358
2684
+ msgid "View the latest post"
2685
+ msgstr "Ver el último mensaje"
2686
+
2687
+ #: wpf-includes/wpf-phrases.php:359
2688
+ msgid "Views"
2689
+ msgstr "Vistas"
2690
+
2691
+ #: wpf-includes/wpf-phrases.php:360
2692
+ msgid "Votes"
2693
+ msgstr "Votos"
2694
+
2695
+ #: wpf-includes/wpf-phrases.php:361
2696
+ msgid "Website"
2697
+ msgstr "Sitio Web"
2698
+
2699
+ #: wpf-includes/wpf-phrases.php:363
2700
+ msgid "Wordpress avatar system"
2701
+ msgstr "Sistema de avatar de Wordpress"
2702
+
2703
+ #: wpf-includes/wpf-phrases.php:364
2704
+ msgid "Working"
2705
+ msgstr "Trabajando"
2706
+
2707
+ #: wpf-includes/wpf-phrases.php:365
2708
+ msgid "Write message"
2709
+ msgstr "Escribir mensaje"
2710
+
2711
+ #: wpf-includes/wpf-phrases.php:366
2712
+ msgid "Yahoo"
2713
+ msgstr "Yahoo"
2714
+
2715
+ #: wpf-includes/wpf-phrases.php:368
2716
+ msgid "You"
2717
+ msgstr "Tu"
2718
+
2719
+ #: wpf-includes/wpf-phrases.php:370
2720
+ #, php-format
2721
+ msgid "You can go to %s page or Search here"
2722
+ msgstr "Puedes ir a la página %s ó Buscar aquí"
2723
+
2724
+ #: wpf-includes/wpf-phrases.php:372
2725
+ msgid "Your Answer"
2726
+ msgstr "Tu Respesta"
2727
+
2728
+ #: wpf-includes/wpf-phrases.php:373
2729
+ msgid "account"
2730
+ msgstr "cuenta"
2731
+
2732
+ #: wpf-includes/wpf-phrases.php:374
2733
+ msgid "activity"
2734
+ msgstr "actividad"
2735
+
2736
+ #: wpf-includes/wpf-phrases.php:376
2737
+ msgid "add_new"
2738
+ msgstr "add_new"
2739
+
2740
+ #: wpf-includes/wpf-phrases.php:377
2741
+ #, php-format
2742
+ msgid "%s ago"
2743
+ msgstr "hace %s"
2744
+
2745
+ #: wpf-includes/wpf-phrases.php:378
2746
+ msgid "by"
2747
+ msgstr "por"
2748
+
2749
+ #: wpf-includes/wpf-phrases.php:379
2750
+ #, php-format
2751
+ msgid "by %s"
2752
+ msgstr "por %s"
2753
+
2754
+ #: wpf-includes/wpf-phrases.php:380
2755
+ msgid "confirm password"
2756
+ msgstr "confirmar contraseña"
2757
+
2758
+ #: wpf-includes/wpf-phrases.php:385
2759
+ msgid "forums"
2760
+ msgstr "foros"
2761
+
2762
+ #: wpf-includes/wpf-phrases.php:387
2763
+ msgid "login"
2764
+ msgstr "iniciar sesión"
2765
+
2766
+ #: wpf-includes/wpf-phrases.php:388
2767
+ msgid "logout"
2768
+ msgstr "cerrar sesión"
2769
+
2770
+ #: wpf-includes/wpf-phrases.php:389
2771
+ msgid "matches"
2772
+ msgstr "coincidencias"
2773
+
2774
+ #: wpf-includes/wpf-phrases.php:390
2775
+ msgid "members"
2776
+ msgstr "miembros"
2777
+
2778
+ #: wpf-includes/wpf-phrases.php:392
2779
+ msgid "my profile"
2780
+ msgstr "mi perfil"
2781
+
2782
+ #: wpf-includes/wpf-phrases.php:393
2783
+ msgid "new password"
2784
+ msgstr "contraseña nueva"
2785
+
2786
+ #: wpf-includes/wpf-phrases.php:394
2787
+ msgid "new password again"
2788
+ msgstr "contraseña nueva otra vez"
2789
+
2790
+ #: wpf-includes/wpf-phrases.php:395
2791
+ msgid "next"
2792
+ msgstr "siguiente"
2793
+
2794
+ #: wpf-includes/wpf-phrases.php:396
2795
+ msgid "old password"
2796
+ msgstr "contraseña vieja"
2797
+
2798
+ #: wpf-includes/wpf-phrases.php:397
2799
+ msgid "phrase_key"
2800
+ msgstr "phrase_key"
2801
+
2802
+ #: wpf-includes/wpf-phrases.php:398
2803
+ msgid "phrase_value"
2804
+ msgstr "phrase_value"
2805
+
2806
+ #: wpf-includes/wpf-phrases.php:399
2807
+ msgid "posted"
2808
+ msgstr "publicado"
2809
+
2810
+ #: wpf-includes/wpf-phrases.php:400
2811
+ msgid "prev"
2812
+ msgstr "previo"
2813
+
2814
+ #: wpf-includes/wpf-phrases.php:401
2815
+ msgid "register"
2816
+ msgstr "registro"
2817
+
2818
+ #: wpf-includes/wpf-phrases.php:402
2819
+ msgid "replies"
2820
+ msgstr "respuestas"
2821
+
2822
+ #: wpf-includes/wpf-phrases.php:403
2823
+ msgid "subscriptions"
2824
+ msgstr "suscripciones"
2825
+
2826
+ #: wpf-includes/wpf-phrases.php:404
2827
+ msgid "update"
2828
+ msgstr "actualizar"
2829
+
2830
+ #: wpf-includes/wpf-phrases.php:406
2831
+ msgid "view all posts"
2832
+ msgstr "ver todos los mensajes"
2833
+
2834
+ #: wpf-includes/wpf-phrases.php:407
2835
+ msgid "view all questions"
2836
+ msgstr "ver todas las preguntas"
2837
+
2838
+ #: wpf-includes/wpf-phrases.php:408
2839
+ msgid "view all topics"
2840
+ msgstr "ver todos los temas"
2841
+
2842
+ #: wpf-includes/wpf-phrases.php:410
2843
+ msgid "wpForo Navigation"
2844
+ msgstr "Navegación de wpForo"
2845
+
2846
+ #: wpf-includes/wpf-phrases.php:415
2847
+ msgid "{number}B"
2848
+ msgstr "{number}B"
2849
+
2850
+ #: wpf-includes/wpf-phrases.php:416
2851
+ msgid "{number}K"
2852
+ msgstr "{number}K"
2853
+
2854
+ #: wpf-includes/wpf-phrases.php:417
2855
+ msgid "{number}M"
2856
+ msgstr "{number}M"
2857
+
2858
+ #: wpf-includes/wpf-phrases.php:418
2859
+ msgid "{number}T"
2860
+ msgstr "{number}T"
2861
+
2862
+ #: wpf-includes/wpf-phrases.php:423
2863
+ msgid "Access add error"
2864
+ msgstr "Error al agregar acceso"
2865
+
2866
+ #: wpf-includes/wpf-phrases.php:424
2867
+ msgid "Access delete error"
2868
+ msgstr "Error al borrar acceso"
2869
+
2870
+ #: wpf-includes/wpf-phrases.php:425
2871
+ msgid "Access edit error"
2872
+ msgstr "Error al editar acceso"
2873
+
2874
+ #: wpf-includes/wpf-phrases.php:426
2875
+ msgid "Access successfully deleted"
2876
+ msgstr "Acceso borrado con éxito"
2877
+
2878
+ #: wpf-includes/wpf-phrases.php:427
2879
+ msgid "Add Topic error: No forum selected"
2880
+ msgstr "Error al agregar tema: No se selecciono un foro"
2881
+
2882
+ #: wpf-includes/wpf-phrases.php:428
2883
+ msgid "All Checked topics successfully deleted"
2884
+ msgstr "Todos los temas seleccionados se han borrado con éxito"
2885
+
2886
+ #: wpf-includes/wpf-phrases.php:429
2887
+ msgid "Can't add forum"
2888
+ msgstr "No se pudo agregar foro"
2889
+
2890
+ #: wpf-includes/wpf-phrases.php:430
2891
+ msgid "Can't add new language"
2892
+ msgstr "No se pudo agregar un nuevo lenguaje"
2893
+
2894
+ #: wpf-includes/wpf-phrases.php:431
2895
+ msgid "Can't delete this Usergroup"
2896
+ msgstr "No se pudo borrar grupo de usuario"
2897
+
2898
+ #: wpf-includes/wpf-phrases.php:432
2899
+ msgid "Can't send confirmation email"
2900
+ msgstr "No se pudo enviar correo de confirmación"
2901
+
2902
+ #: wpf-includes/wpf-phrases.php:433
2903
+ msgid "Can't send report email"
2904
+ msgstr "No se puede enviar correro de reporte"
2905
+
2906
+ #: wpf-includes/wpf-phrases.php:434
2907
+ msgid "Can't subscribe to this item"
2908
+ msgstr "No se puede suscribir a este elemento"
2909
+
2910
+ #: wpf-includes/wpf-phrases.php:435
2911
+ msgid "Can't write a post: This topic is closed"
2912
+ msgstr "No se puede responder: El tema esta cerrado"
2913
+
2914
+ #: wpf-includes/wpf-phrases.php:436
2915
+ msgid "Can`t upload file"
2916
+ msgstr "No se puede subir el archivo"
2917
+
2918
+ #: wpf-includes/wpf-phrases.php:437
2919
+ msgid "Cannot update forum hierarchy"
2920
+ msgstr "No se pudo actualizar la jerarquía del foro"
2921
+
2922
+ #: wpf-includes/wpf-phrases.php:438
2923
+ msgid "Cannot update post data"
2924
+ msgstr "No se pudo actualizar los datos del mensaje"
2925
+
2926
+ #: wpf-includes/wpf-phrases.php:439
2927
+ msgid "Could not be unsubscribe from this item"
2928
+ msgstr "No se puede desuscribir de este elemento"
2929
+
2930
+ #: wpf-includes/wpf-phrases.php:440
2931
+ msgid "Email address exists. Please insert another."
2932
+ msgstr "Correo electrónico ya existente. Por favor escriba otro."
2933
+
2934
+ #: wpf-includes/wpf-phrases.php:441
2935
+ msgid "Error: Forum is not found"
2936
+ msgstr "Error: Foro no encontrado"
2937
+
2938
+ #: wpf-includes/wpf-phrases.php:442
2939
+ msgid "Error: No topic selected"
2940
+ msgstr "Error: Sin tema seleccionado"
2941
+
2942
+ #: wpf-includes/wpf-phrases.php:443
2943
+ msgid "Error: Topic is not found"
2944
+ msgstr "Error: Tema no encontrado"
2945
+
2946
+ #: wpf-includes/wpf-phrases.php:444
2947
+ msgid "Error: please inset some text to report."
2948
+ msgstr "Error: por favor agregue algo de texto para reportar"
2949
+
2950
+ #: wpf-includes/wpf-phrases.php:445
2951
+ msgid "Features successfully updated"
2952
+ msgstr "Funciones actualizadas con éxito"
2953
+
2954
+ #: wpf-includes/wpf-phrases.php:446
2955
+ msgid "Features successfully updated, but previous value not changed"
2956
+ msgstr "Funciones actualizadas con éxito, pero sin cambios a valores previos"
2957
+
2958
+ #: wpf-includes/wpf-phrases.php:447
2959
+ msgid "File type is not allowed"
2960
+ msgstr "Tipo de archivo no permitido"
2961
+
2962
+ #: wpf-includes/wpf-phrases.php:448
2963
+ msgid "Forum Base URL successfully updated"
2964
+ msgstr "URL base del foro actualizada con éxito"
2965
+
2966
+ #: wpf-includes/wpf-phrases.php:449
2967
+ msgid "Forum deleting error"
2968
+ msgstr "Error al borrar foro"
2969
+
2970
+ #: wpf-includes/wpf-phrases.php:450
2971
+ msgid "Forum hierarchy successfully updated"
2972
+ msgstr "Jerarquía de foro actualizada con éxito"
2973
+
2974
+ #: wpf-includes/wpf-phrases.php:451
2975
+ msgid "Forum is successfully merged"
2976
+ msgstr "Foro fusionado con éxito"
2977
+
2978
+ #: wpf-includes/wpf-phrases.php:452
2979
+ msgid "Forum merging error"
2980
+ msgstr "Error al fusionar foros"
2981
+
2982
+ #: wpf-includes/wpf-phrases.php:453
2983
+ msgid "Forum options successfully updated"
2984
+ msgstr "Opciones de foro actualizadas con éxito"
2985
+
2986
+ #: wpf-includes/wpf-phrases.php:454
2987
+ msgid "Forum options successfully updated, but previous value not changed"
2988
+ msgstr ""
2989
+ "Opciones de foro actualizadas con éxito, pero no hubo cambios a valores "
2990
+ "previos"
2991
+
2992
+ #: wpf-includes/wpf-phrases.php:455
2993
+ msgid "Forum successfully updated"
2994
+ msgstr "Foro actualizaco con éxito"
2995
+
2996
+ #: wpf-includes/wpf-phrases.php:456
2997
+ msgid "Forum update error"
2998
+ msgstr "Error al actualizar foro"
2999
+
3000
+ #: wpf-includes/wpf-phrases.php:457
3001
+ msgid "General options successfully updated"
3002
+ msgstr "Opciones generales actualizadas con éxito"
3003
+
3004
+ #: wpf-includes/wpf-phrases.php:458
3005
+ msgid "Illegal character in username."
3006
+ msgstr "Caracter ilegal en el nombre de usuario"
3007
+
3008
+ #: wpf-includes/wpf-phrases.php:459
3009
+ msgid "Insert your Email address."
3010
+ msgstr "Pon tu correo electrónico"
3011
+
3012
+ #: wpf-includes/wpf-phrases.php:460
3013
+ msgid "Invalid Email address"
3014
+ msgstr "Correo electrónico inválido"
3015
+
3016
+ #: wpf-includes/wpf-phrases.php:461
3017
+ msgid "Invalid request!"
3018
+ msgstr "¡Solicitud inválida!"
3019
+
3020
+ #: wpf-includes/wpf-phrases.php:462
3021
+ msgid "Member options successfully updated"
3022
+ msgstr "Las opciones del miembro se han actualizado"
3023
+
3024
+ #: wpf-includes/wpf-phrases.php:463
3025
+ msgid "Member options successfully updated, but previous value not changed"
3026
+ msgstr ""
3027
+ "Las opciones del miembro se han actualizado, pero no hubo cambios a valores "
3028
+ "previos"
3029
+
3030
+ #: wpf-includes/wpf-phrases.php:464
3031
+ msgid "Message has been sent"
3032
+ msgstr "El mensaje ha sido enviado"
3033
+
3034
+ #: wpf-includes/wpf-phrases.php:465
3035
+ msgid ""
3036
+ "New language successfully added and changed wpforo language to new language"
3037
+ msgstr ""
3038
+ "Se ha agregado con éxito un nuevo lenguaje y se ha cambiado el lenguaje de "
3039
+ "wpForo a este nuevo"
3040
+
3041
+ #: wpf-includes/wpf-phrases.php:466
3042
+ msgid "No Posts found for update"
3043
+ msgstr "No se encontró publicación para actualizar"
3044
+
3045
+ #: wpf-includes/wpf-phrases.php:467
3046
+ msgid "Password length must be between 6 characters and 20 characters."
3047
+ msgstr "La contraseña debe ser de 6 a 20 caracteres de largo"
3048
+
3049
+ #: wpf-includes/wpf-phrases.php:468
3050
+ msgid "Password mismatch."
3051
+ msgstr "La contraseña no coincide"
3052
+
3053
+ #: wpf-includes/wpf-phrases.php:469
3054
+ msgid "Permission denied"
3055
+ msgstr "Permiso denegado"
3056
+
3057
+ #: wpf-includes/wpf-phrases.php:470
3058
+ msgid "Permission denied for add forum"
3059
+ msgstr "Permiso denegado para agregar foro"
3060
+
3061
+ #: wpf-includes/wpf-phrases.php:471
3062
+ msgid "Permission denied for delete forum"
3063
+ msgstr "Permiso denegado para borrar foro"
3064
+
3065
+ #: wpf-includes/wpf-phrases.php:472
3066
+ msgid "Permission denied for edit forum"
3067
+ msgstr "Permiso denegado para editar foro"
3068
+
3069
+ #: wpf-includes/wpf-phrases.php:473
3070
+ msgid "Permission denied for this action"
3071
+ msgstr "Permiso denegado para esta acción"
3072
+
3073
+ #: wpf-includes/wpf-phrases.php:474
3074
+ msgid "Phrase add error"
3075
+ msgstr "Error al añadir frase"
3076
+
3077
+ #: wpf-includes/wpf-phrases.php:475
3078
+ msgid "Phrase adding error"
3079
+ msgstr "Error al agregar frase"
3080
+
3081
+ #: wpf-includes/wpf-phrases.php:476
3082
+ msgid "Phrase successfully added"
3083
+ msgstr "Frase agregada con éxito"
3084
+
3085
+ #: wpf-includes/wpf-phrases.php:477
3086
+ msgid "Phrase successfully updates"
3087
+ msgstr "Frase actualizada con éxito"
3088
+
3089
+ #: wpf-includes/wpf-phrases.php:478
3090
+ msgid "Phrase update error"
3091
+ msgstr "Error al actualizar frase"
3092
+
3093
+ #: wpf-includes/wpf-phrases.php:479
3094
+ msgid "Please insert required fields!"
3095
+ msgstr "¡Por favor complete los campos requeridos!"
3096
+
3097
+ #: wpf-includes/wpf-phrases.php:480
3098
+ msgid "Post delete error"
3099
+ msgstr "Error al borrar mensaje"
3100
+
3101
+ #: wpf-includes/wpf-phrases.php:482
3102
+ msgid "Post options successfully updated"
3103
+ msgstr "Opciones de publicación actualizado con éxito"
3104
+
3105
+ #: wpf-includes/wpf-phrases.php:483
3106
+ msgid "Post options successfully updated, but previous value not changed"
3107
+ msgstr ""
3108
+ "Opciones de publicación actualizado con éxito, pero no hubo cambios en "
3109
+ "valores previos"
3110
+
3111
+ #: wpf-includes/wpf-phrases.php:484
3112
+ msgid "Registration Error"
3113
+ msgstr "Error en el Registro"
3114
+
3115
+ #: wpf-includes/wpf-phrases.php:485
3116
+ msgid "Reply request error"
3117
+ msgstr "Error al solicitar respuesta"
3118
+
3119
+ #: wpf-includes/wpf-phrases.php:486
3120
+ msgid "Something wrong with profile data."
3121
+ msgstr "Algo estuvo mal con los datos de perfil"
3122
+
3123
+ #: wpf-includes/wpf-phrases.php:487
3124
+ msgid "Subscribe options successfully updated"
3125
+ msgstr "Las opciones de suscripción se han actualizado con éxito"
3126
+
3127
+ #: wpf-includes/wpf-phrases.php:488
3128
+ msgid "Subscribe options successfully updated, but previous value not changed"
3129
+ msgstr ""
3130
+ "Las opciones de suscripción se han actualizado con éxito, pero no hubo "
3131
+ "cambios en valores previos"
3132
+
3133
+ #: wpf-includes/wpf-phrases.php:489
3134
+ msgid "Success! Thank you Dear Friend"
3135
+ msgstr "¡Éxito! Gracias Querido Amigo"
3136
+
3137
+ #: wpf-includes/wpf-phrases.php:490
3138
+ msgid ""
3139
+ "Success! Thank you. Please check your email and click confirmation link "
3140
+ "below to complete this step."
3141
+ msgstr ""
3142
+ "¡Éxito! Gracias. Por favor revisa tu correo y da click en el link de "
3143
+ "cofirmación para completar este paso."
3144
+
3145
+ #: wpf-includes/wpf-phrases.php:491
3146
+ msgid "Successfully updated"
3147
+ msgstr "Actualizado con éxito"
3148
+
3149
+ #: wpf-includes/wpf-phrases.php:492
3150
+ msgid "Successfully voted"
3151
+ msgstr "Haz votado con éxito"
3152
+
3153
+ #: wpf-includes/wpf-phrases.php:493
3154
+ msgid "The uploaded file size is too big"
3155
+ msgstr "El archivo a subir es demasiado grande"
3156
+
3157
+ #: wpf-includes/wpf-phrases.php:494
3158
+ msgid "Theme options successfully updated"
3159
+ msgstr "Opciones del tema actualizados con éxito"
3160
+
3161
+ #: wpf-includes/wpf-phrases.php:495
3162
+ msgid "This email address is already registered. Please insert another."
3163
+ msgstr "Esta dirección de correo ya esta registrado. Por favor escriba otro."
3164
+
3165
+ #: wpf-includes/wpf-phrases.php:496
3166
+ msgid "This post successfully deleted"
3167
+ msgstr "Este mensaje fué borrado con éxito"
3168
+
3169
+ #: wpf-includes/wpf-phrases.php:497
3170
+ msgid "This post successfully edited"
3171
+ msgstr "Este mensaje fué editado con éxito"
3172
+
3173
+ #: wpf-includes/wpf-phrases.php:498
3174
+ msgid "This topic successfully deleted"
3175
+ msgstr "Este tema ha sido borrado con éxito"
3176
+
3177
+ #: wpf-includes/wpf-phrases.php:499
3178
+ msgid "Topic Move Error"
3179
+ msgstr "Error al mover tema"
3180
+
3181
+ #: wpf-includes/wpf-phrases.php:500
3182
+ msgid "Topic add error"
3183
+ msgstr "Error al agregar tema"
3184
+
3185
+ #: wpf-includes/wpf-phrases.php:501
3186
+ msgid "Topic delete error"
3187
+ msgstr "Error al borrar tema"
3188
+
3189
+ #: wpf-includes/wpf-phrases.php:502
3190
+ msgid "Topic edit error"
3191
+ msgstr "Error al editar tema"
3192
+
3193
+ #: wpf-includes/wpf-phrases.php:503
3194
+ msgid "Topic not found."
3195
+ msgstr "Tema no encontrado"
3196
+
3197
+ #: wpf-includes/wpf-phrases.php:504
3198
+ msgid "Topic successfully moved"
3199
+ msgstr "Tema movido con éxito"
3200
+
3201
+ #: wpf-includes/wpf-phrases.php:505
3202
+ msgid "Topic successfully updated"
3203
+ msgstr "Tema actualizado con éxito"
3204
+
3205
+ #: wpf-includes/wpf-phrases.php:506
3206
+ msgid "Topics delete error"
3207
+ msgstr "Error al borrar temas"
3208
+
3209
+ #: wpf-includes/wpf-phrases.php:507
3210
+ msgid "User delete error"
3211
+ msgstr "Error al borrar usuario"
3212
+
3213
+ #: wpf-includes/wpf-phrases.php:508
3214
+ msgid "User group add error"
3215
+ msgstr "Error al agregar grupo de usuario"
3216
+
3217
+ #: wpf-includes/wpf-phrases.php:509
3218
+ msgid "User group edit error"
3219
+ msgstr "Error al editar grupo de usuario"
3220
+
3221
+ #: wpf-includes/wpf-phrases.php:510
3222
+ msgid "User group successfully added"
3223
+ msgstr "Grupo de usuario agregado con éxito"
3224
+
3225
+ #: wpf-includes/wpf-phrases.php:511
3226
+ msgid "User group successfully edited"
3227
+ msgstr "Grupo de usuario editado con éxito"
3228
+
3229
+ #: wpf-includes/wpf-phrases.php:512
3230
+ msgid "User successfully deleted from wpforo"
3231
+ msgstr "Usuario borrado con éxito de wpForo"
3232
+
3233
+ #: wpf-includes/wpf-phrases.php:513
3234
+ msgid "Username exists. Please insert another."
3235
+ msgstr "El nombre de usuario existe. Por favor escriba otro."
3236
+
3237
+ #: wpf-includes/wpf-phrases.php:514
3238
+ msgid "Username is missed."
3239
+ msgstr "Falta el nombre de usuario"
3240
+
3241
+ #: wpf-includes/wpf-phrases.php:515
3242
+ msgid "Username length must be between 3 characters and 30 characters."
3243
+ msgstr ""
3244
+
3245
+ #: wpf-includes/wpf-phrases.php:516
3246
+ msgid "Welcome to our Community!"
3247
+ msgstr "¡Bienvenido a nuestra Comunidad!"
3248
+
3249
+ #: wpf-includes/wpf-phrases.php:517
3250
+ msgid "Wrong post data"
3251
+ msgstr "Datos incorrectos de mensaje"
3252
+
3253
+ #: wpf-includes/wpf-phrases.php:518
3254
+ msgid "You are already voted this post"
3255
+ msgstr "Ya haz votado por este mensaje"
3256
+
3257
+ #: wpf-includes/wpf-phrases.php:519
3258
+ msgid "You have been successfully subscribed"
3259
+ msgstr "Te haz suscrito con éxito"
3260
+
3261
+ #: wpf-includes/wpf-phrases.php:520
3262
+ msgid "You have been successfully unsubscribed"
3263
+ msgstr "Te haz desuscripto con éxito"
3264
+
3265
+ #: wpf-includes/wpf-phrases.php:521
3266
+ msgid "You have no permission to edit this topic"
3267
+ msgstr "No tienes permiso para editar este tema"
3268
+
3269
+ #: wpf-includes/wpf-phrases.php:522
3270
+ msgid "You haven't permission to create post into this forum"
3271
+ msgstr "No tienes permiso para crear mensajes en este foro"
3272
+
3273
+ #: wpf-includes/wpf-phrases.php:523
3274
+ msgid "You haven't permission to create topic into this forum"
3275
+ msgstr "No tienes permiso para crear temas en este foro"
3276
+
3277
+ #: wpf-includes/wpf-phrases.php:524
3278
+ msgid "You haven't permission to delete post from this forum"
3279
+ msgstr "No tienes permiso para borrar mensajes en este foro"
3280
+
3281
+ #: wpf-includes/wpf-phrases.php:525
3282
+ msgid "You haven't permission to delete topic from this forum"
3283
+ msgstr "No tienes permiso para borrar temas en este foro"
3284
+
3285
+ #: wpf-includes/wpf-phrases.php:526
3286
+ msgid "You haven't permission to edit post from this forum"
3287
+ msgstr "No tienes permiso para editar un mensaje en este foro"
3288
+
3289
+ #: wpf-includes/wpf-phrases.php:527
3290
+ msgid "You successfully replied"
3291
+ msgstr "Haz respondido con éxito"
3292
+
3293
+ #: wpf-includes/wpf-phrases.php:528
3294
+ msgid "Your forum successfully added"
3295
+ msgstr "Se ha agregado tu foro con éxito"
3296
+
3297
+ #: wpf-includes/wpf-phrases.php:529
3298
+ msgid "Your forum successfully deleted"
3299
+ msgstr "Se ha borrado tu foro con éxito"
3300
+
3301
+ #: wpf-includes/wpf-phrases.php:530
3302
+ msgid "Your profile data have been successfully updated."
3303
+ msgstr "Los datos de tu perfil se han actualizado con éxito."
3304
+
3305
+ #: wpf-includes/wpf-phrases.php:531
3306
+ msgid "Your subscription for this item could not be confirmed"
3307
+ msgstr "No se puede confirmar tu suscripción para este elemento"
3308
+
3309
+ #: wpf-includes/wpf-phrases.php:532
3310
+ msgid "Your topic successfully added"
3311
+ msgstr "Tu tema se ha agregado con éxito"
3312
+
3313
+ #: wpf-includes/wpf-phrases.php:534
3314
+ msgid "Dashboard - Can create forum"
3315
+ msgstr "Escritorio - Puede crear foros"
3316
+
3317
+ #: wpf-includes/wpf-phrases.php:535
3318
+ msgid "Dashboard - Can edit forum"
3319
+ msgstr "Escritorio - Puede editar foros"
3320
+
3321
+ #: wpf-includes/wpf-phrases.php:536
3322
+ msgid "Dashboard - Can delete forum"
3323
+ msgstr "Escritorio - Puede borrar foros"
3324
+
3325
+ #: wpf-includes/wpf-phrases.php:537
3326
+ msgid "Dashboard - Members Menu"
3327
+ msgstr "Escritorio - Menú de Miembros"
3328
+
3329
+ #: wpf-includes/wpf-phrases.php:538
3330
+ msgid "Dashboard - Can edit member"
3331
+ msgstr "Escritorio - Puede editar miembros"
3332
+
3333
+ #: wpf-includes/wpf-phrases.php:539
3334
+ msgid "Dashboard - Can delete member"
3335
+ msgstr "Escritorio - Puede borrar miembros"
3336
+
3337
+ #: wpf-includes/wpf-phrases.php:540
3338
+ msgid "Dashboard - Usergroup Menu"
3339
+ msgstr "Escritorio - Menú de Grupos"
3340
+
3341
+ #: wpf-includes/wpf-phrases.php:541
3342
+ msgid "Front - Can view members"
3343
+ msgstr "Portada - Puede ver miembros"
3344
+
3345
+ #: wpf-includes/wpf-phrases.php:542
3346
+ msgid "Front - Can view profiles"
3347
+ msgstr "Portada - Puede ver perfiles"
3348
+
3349
+ #: wpf-includes/wpf-phrases.php:543
3350
+ msgid "Front - Can upload avatar"
3351
+ msgstr "Portada - Puede subir un avatar"
3352
+
3353
+ #: wpf-includes/wpf-phrases.php:544
3354
+ msgid "Front - Can have signatur"
3355
+ msgstr "Portada - Puede tener una firma"
3356
+
3357
+ #: wpf-includes/wpf-phrases.php:545
3358
+ msgid "Front - Can view avatars"
3359
+ msgstr "Portada - Puede ver avatares"
3360
+
3361
+ #: wpf-includes/wpf-phrases.php:546
3362
+ msgid "Front - Can view member username"
3363
+ msgstr "Portada - Puede ver el nombre de usuario del miembro"
3364
+
3365
+ #: wpf-includes/wpf-phrases.php:547
3366
+ msgid "Front - Can view member email"
3367
+ msgstr "Portada - Puede ver el email del miembro"
3368
+
3369
+ #: wpf-includes/wpf-phrases.php:548
3370
+ msgid "Front - Can view member title"
3371
+ msgstr "Portada - Puede ver el título del miembro"
3372
+
3373
+ #: wpf-includes/wpf-phrases.php:549
3374
+ msgid "Front - Can view member custom title"
3375
+ msgstr "Portada - Puede ver el título personalizado del miembro"
3376
+
3377
+ #: wpf-includes/wpf-phrases.php:550
3378
+ msgid "Front - Can view member reputation"
3379
+ msgstr "Portada - Puede ver la reputación del miembro"
3380
+
3381
+ #: wpf-includes/wpf-phrases.php:551
3382
+ msgid "Front - Can view member website"
3383
+ msgstr "Portada - Puede ver el sitio web del miembro"
3384
+
3385
+ #: wpf-includes/wpf-phrases.php:552
3386
+ msgid "Front - Can view member social networks"
3387
+ msgstr "Portada - Puede ver las redes sociales del miembro"
3388
+
3389
+ #: wpf-includes/wpf-phrases.php:553
3390
+ msgid "Front - Can view member reg. date"
3391
+ msgstr "Portada - Puede ver la fecha de registro del miembro"
3392
+
3393
+ #: wpf-includes/wpf-phrases.php:554
3394
+ msgid "Front - Can view member last active date"
3395
+ msgstr "Portada - Puede ver la última actividad del miembro"
3396
+
3397
+ #: wpf-includes/wpf-phrases.php:555
3398
+ msgid "Front - Can view member ip address"
3399
+ msgstr "Portada - Puede ver la dirección IP del miembro"
3400
+
3401
+ #: wpf-includes/wpf-phrases.php:556
3402
+ msgid "Front - Can view member location"
3403
+ msgstr "Portada - Puede Puede ver la ubicación del miembro"
3404
+
3405
+ #: wpf-includes/wpf-phrases.php:557
3406
+ msgid "Front - Can view member ocumpation"
3407
+ msgstr "Portada - Puede ver la ocupación del miembro"
3408
+
3409
+ #: wpf-includes/wpf-phrases.php:558
3410
+ msgid "Front - Can view member signatur"
3411
+ msgstr "Portada - Puede ver la firma del miembro"
3412
+
3413
+ #: wpf-includes/wpf-phrases.php:559
3414
+ msgid "Front - Can view member about me"
3415
+ msgstr "Portada - Puede ver el \"Acerca de Mí\" del miembro"
3416
+
3417
+ #: wpf-includes/wpf-phrases.php:560
3418
+ msgid "Front - Can view member phone number"
3419
+ msgstr "Portada - Puede ver el número telefónico del miembro"
3420
+
3421
+ #: wpf-includes/wpf-phrases.php:561
3422
+ msgid "Front - Can write PM"
3423
+ msgstr "Portada - Puede escribir MP"
3424
+
3425
+ #: wpf-includes/wpf-phrases.php:562
3426
+ msgid "Can view forum"
3427
+ msgstr "Puede ver el foro"
3428
+
3429
+ #: wpf-includes/wpf-phrases.php:563
3430
+ msgid "Can create topic"
3431
+ msgstr "Puede crear temas"
3432
+
3433
+ #: wpf-includes/wpf-phrases.php:564
3434
+ msgid "Can view topic"
3435
+ msgstr "Puede ver temas"
3436
+
3437
+ #: wpf-includes/wpf-phrases.php:565
3438
+ msgid "Can edit topic"
3439
+ msgstr "Puede editar temas"
3440
+
3441
+ #: wpf-includes/wpf-phrases.php:566
3442
+ msgid "Can delete topic"
3443
+ msgstr "Puede borrar temas"
3444
+
3445
+ #: wpf-includes/wpf-phrases.php:567
3446
+ msgid "Can post reply"
3447
+ msgstr "Puede publicar mensajes"
3448
+
3449
+ #: wpf-includes/wpf-phrases.php:568
3450
+ msgid "Can view replies"
3451
+ msgstr "Puede ver mensajes"
3452
+
3453
+ #: wpf-includes/wpf-phrases.php:569
3454
+ msgid "Can edit replies"
3455
+ msgstr "Puede editar mensajes"
3456
+
3457
+ #: wpf-includes/wpf-phrases.php:570
3458
+ msgid "Can delete replies"
3459
+ msgstr "Puede borrar mensajes"
3460
+
3461
+ #: wpf-includes/wpf-phrases.php:571
3462
+ msgid "Can edit own topic"
3463
+ msgstr "Puede editar su tema"
3464
+
3465
+ #: wpf-includes/wpf-phrases.php:572
3466
+ msgid "Can edit own replay"
3467
+ msgstr "Puede editar su mensaje"
3468
+
3469
+ #: wpf-includes/wpf-phrases.php:573
3470
+ msgid "Can delete own topic"
3471
+ msgstr "Puede borrar su tema"
3472
+
3473
+ #: wpf-includes/wpf-phrases.php:574
3474
+ msgid "Can delete own replay"
3475
+ msgstr "Puede borrar su mensaje"
3476
+
3477
+ #: wpf-includes/wpf-phrases.php:575
3478
+ msgid "Can like"
3479
+ msgstr "Puede dar Me Gusta"
3480
+
3481
+ #: wpf-includes/wpf-phrases.php:576
3482
+ msgid "Can report"
3483
+ msgstr "Puede reportar"
3484
+
3485
+ #: wpf-includes/wpf-phrases.php:577
3486
+ msgid "Can set topic sticky"
3487
+ msgstr ""
3488
+
3489
+ #: wpf-includes/wpf-phrases.php:578 wpf-includes/wpf-phrases.php:651
3490
+ msgid "Can set topic private"
3491
+ msgstr ""
3492
+
3493
+ #: wpf-includes/wpf-phrases.php:579
3494
+ msgid "Can vote"
3495
+ msgstr "Puede votar"
3496
+
3497
+ #: wpf-includes/wpf-phrases.php:580
3498
+ msgid "Can Attach File"
3499
+ msgstr "Puede Adjuntar Archivo"
3500
+
3501
+ #: wpf-includes/wpf-phrases.php:581
3502
+ msgid "Can set topic answered"
3503
+ msgstr ""
3504
+
3505
+ #: wpf-includes/wpf-phrases.php:582
3506
+ msgid "Can set own topic answered"
3507
+ msgstr ""
3508
+
3509
+ #: wpf-includes/wpf-phrases.php:583
3510
+ msgid "Can close topic"
3511
+ msgstr "Puede cerrar temas"
3512
+
3513
+ #: wpf-includes/wpf-phrases.php:584
3514
+ msgid "Can move topic"
3515
+ msgstr "Puede mover temas"
3516
+
3517
+ #: wpf-includes/wpf-phrases.php:585
3518
+ msgid "like"
3519
+ msgstr "me gusta"
3520
+
3521
+ #: wpf-includes/wpf-phrases.php:586
3522
+ msgid "unlike"
3523
+ msgstr "no me gusta"
3524
+
3525
+ #: wpf-includes/wpf-phrases.php:587
3526
+ msgid "sticky"
3527
+ msgstr "marcar"
3528
+
3529
+ #: wpf-includes/wpf-phrases.php:588
3530
+ msgid "unsticky"
3531
+ msgstr "desmarcar"
3532
+
3533
+ #: wpf-includes/wpf-phrases.php:589
3534
+ msgid "close"
3535
+ msgstr "cerrar"
3536
+
3537
+ #: wpf-includes/wpf-phrases.php:590
3538
+ msgid "open"
3539
+ msgstr "abierto"
3540
+
3541
+ #: wpf-includes/wpf-phrases.php:591
3542
+ msgid "Topic Icons"
3543
+ msgstr "Íconos de Temas"
3544
+
3545
+ #: wpf-includes/wpf-phrases.php:592
3546
+ msgid "New"
3547
+ msgstr "Nuevo"
3548
+
3549
+ #: wpf-includes/wpf-phrases.php:593
3550
+ msgid "Replied"
3551
+ msgstr "Respondido"
3552
+
3553
+ #: wpf-includes/wpf-phrases.php:595
3554
+ msgid "Hot"
3555
+ msgstr "Popular"
3556
+
3557
+ #: wpf-includes/wpf-phrases.php:596
3558
+ msgid "Solved"
3559
+ msgstr "Resuelto"
3560
+
3561
+ #: wpf-includes/wpf-phrases.php:597
3562
+ msgid "Unsolved"
3563
+ msgstr "Sin resolver"
3564
+
3565
+ #: wpf-includes/wpf-phrases.php:605
3566
+ msgid "Can set topic solved"
3567
+ msgstr ""
3568
+
3569
+ #: wpf-includes/wpf-phrases.php:606
3570
+ msgid "Can set own topic solved"
3571
+ msgstr ""
3572
+
3573
+ #: wpf-includes/wpf-phrases.php:607
3574
+ msgid "Old password is wrong"
3575
+ msgstr "El password anterior esta incorrecto"
3576
+
3577
+ #: wpf-includes/wpf-phrases.php:608
3578
+ msgid "New Passwords do not match"
3579
+ msgstr "El nuevo Password no coincide"
3580
+
3581
+ #: wpf-includes/wpf-phrases.php:612
3582
+ msgid ""
3583
+ "This process may take a few seconds or dozens of minutes, it depends on "
3584
+ "database forum size and on server resources. Please be patient and don't "
3585
+ "close this page. If you got 500 Server Error please don't worry, the data "
3586
+ "updating process is still working in MySQL server."
3587
+ msgstr ""
3588
+ "Este proceso puede tomar algunos segundos o decenas de minutos, esto "
3589
+ "dependerá del tamaño de la base de datos y en los recursos del servidor. Por "
3590
+ "favor sea paciente y no cierre esta página. No se preocupe si recibe un "
3591
+ "error 500 de Servidor, el proceso de actualización de los datos sigue "
3592
+ "trabajando en el servidor MySQL."
3593
+
3594
+ #: wpf-includes/wpf-phrases.php:616
3595
+ msgid "Updated Successfully!"
3596
+ msgstr "¡Actualizado con Éxito!"
3597
+
3598
+ #: wpf-includes/wpf-phrases.php:617
3599
+ msgid "Deleted Successfully!"
3600
+ msgstr "¡Borrado con Éxito!"
3601
+
3602
+ #: wpf-includes/wpf-phrases.php:618
3603
+ msgid "Closed"
3604
+ msgstr "Cerrado"
3605
+
3606
+ #: wpf-includes/wpf-phrases.php:619
3607
+ msgid "Forum Members List"
3608
+ msgstr "Lista de Miembros del Foro"
3609
+
3610
+ #: wpf-includes/wpf-phrases.php:620
3611
+ msgid "are you sure you want to delete?"
3612
+ msgstr "¿estas seguro que deseas borrarlo?"
3613
+
3614
+ #: wpf-includes/wpf-phrases.php:622
3615
+ msgid "Moderator"
3616
+ msgstr "Moderador"
3617
+
3618
+ #: wpf-includes/wpf-phrases.php:624
3619
+ msgid "Customer"
3620
+ msgstr "Cliente"
3621
+
3622
+ #: wpf-includes/wpf-phrases.php:625
3623
+ msgid "No access"
3624
+ msgstr "Sin Acceso"
3625
+
3626
+ #: wpf-includes/wpf-phrases.php:626
3627
+ msgid "Read only access"
3628
+ msgstr "Acceso de solo lectura"
3629
+
3630
+ #: wpf-includes/wpf-phrases.php:627
3631
+ msgid "Standard access"
3632
+ msgstr "Acceso estándar"
3633
+
3634
+ #: wpf-includes/wpf-phrases.php:628
3635
+ msgid "Moderator access"
3636
+ msgstr "Acceso de Moderador"
3637
+
3638
+ #: wpf-includes/wpf-phrases.php:629
3639
+ msgid "Full access"
3640
+ msgstr "Acceso completo"
3641
+
3642
+ #: wpf-includes/wpf-phrases.php:630
3643
+ msgid "Profile"
3644
+ msgstr "Perfil"
3645
+
3646
+ #: wpf-includes/wpf-phrases.php:632
3647
+ msgid "Incorrect file format. Allowed formats: jpeg, jpg, png, gif."
3648
+ msgstr ""
3649
+ "Formato de archivo incorrecto. Formatos permitidos: jpeg, jpg, png, gif."
3650
+
3651
+ #: wpf-includes/wpf-phrases.php:635
3652
+ msgid "User registration is disabled"
3653
+ msgstr "Registro de usuarios desactivado"
3654
+
3655
+ #: wpf-includes/wpf-phrases.php:639
3656
+ msgid "Attachment removed"
3657
+ msgstr "Adjunto removido"
3658
+
3659
+ #: wpf-includes/wpf-phrases.php:640
3660
+ msgid "Forum Posts"
3661
+ msgstr "Publicaciones en el Foro"
3662
+
3663
+ #: wpf-includes/wpf-phrases.php:641
3664
+ msgid "Blog Posts"
3665
+ msgstr "Publicaciones en el Blog"
3666
+
3667
+ #: wpf-includes/wpf-phrases.php:642
3668
+ msgid "Blog Comments"
3669
+ msgstr "Comentarios en el Blog"
3670
+
3671
+ #: wpf-includes/wpf-phrases.php:643
3672
+ #, php-format
3673
+ msgid "Welcome back %s!"
3674
+ msgstr "Hola %s"
3675
+
3676
+ #: wpf-includes/wpf-phrases.php:644
3677
+ msgid "Member Profile"
3678
+ msgstr "Perfil de Miembro"
3679
+
3680
+ #: wpf-includes/wpf-phrases.php:645
3681
+ msgid "Member"
3682
+ msgstr "Miembro"
3683
+
3684
+ #: wpf-includes/wpf-phrases.php:646
3685
+ msgid "You have not permission to this page"
3686
+ msgstr ""
3687
+
3688
+ #: wpf-includes/wpf-phrases.php:648
3689
+ msgid ""
3690
+ "This option will disable WordPress on front-end. Only forum pages will be "
3691
+ "available. wpForo will look like as a stand-alone forum."
3692
+ msgstr ""
3693
+ "Esta opción deshabilita el Front-end de WordPress. Solo las páginas del foro "
3694
+ "estarán disponibles. wpForo se verá como un foro independiente."
3695
+
3696
+ #: wpf-includes/wpf-phrases.php:652
3697
+ msgid "Can set own topic private"
3698
+ msgstr ""
3699
+
3700
+ #: wpf-includes/wpf-phrases.php:653
3701
+ msgid "Can view private topic"
3702
+ msgstr ""
3703
+
3704
+ #: wpf-includes/wpf-phrases.php:654
3705
+ msgid "private"
3706
+ msgstr ""
3707
+
3708
+ #: wpf-includes/wpf-phrases.php:655
3709
+ msgid "public"
3710
+ msgstr ""
3711
+
3712
+ #: wpf-includes/wpf-phrases.php:656
3713
+ msgid "Private Topic"
3714
+ msgstr ""
3715
+
3716
+ #: wpf-includes/wpf-phrases.php:657
3717
+ msgid "Only Admins and Moderators can see your private topics."
3718
+ msgstr ""
3719
+
3720
+ #: wpf-includes/wpf-phrases.php:658
3721
+ msgid "Forum ID is not detected"
3722
+ msgstr ""
3723
+
3724
+ #: wpf-includes/wpf-phrases.php:659
3725
+ msgid "You are not permitted to subscribe here"
3726
+ msgstr ""
3727
+
3728
+ #: wpf-includes/wpf-phrases.php:660
3729
+ msgid "Subscribe to this topic"
3730
+ msgstr ""
3731
+
3732
+ #: wpf-includes/wpf-phrases.php:663
3733
+ msgid "Awaiting moderation"
3734
+ msgstr ""
3735
+
3736
+ #: wpf-includes/wpf-phrases.php:664
3737
+ msgid "Topic first post not found."
3738
+ msgstr ""
3739
+
3740
+ #: wpf-includes/wpf-phrases.php:665
3741
+ msgid "Topic first post data not found."
3742
+ msgstr ""
3743
+
3744
+ #: wpf-includes/wpf-phrases.php:666
3745
+ msgid "Settings successfully updated"
3746
+ msgstr ""
3747
+
3748
+ #: wpf-includes/wpf-phrases.php:667
3749
+ msgid "Done!"
3750
+ msgstr ""
3751
+
3752
+ #: wpf-includes/wpf-phrases.php:668
3753
+ msgid "unapproved"
3754
+ msgstr ""
3755
+
3756
+ #: wpf-includes/wpf-phrases.php:669
3757
+ msgid "You are not allowed to attach this file type"
3758
+ msgstr ""
3759
+
3760
+ #: wpf-includes/wpf-phrases.php:670
3761
+ msgid "Post is empty"
3762
+ msgstr ""
3763
+
3764
+ #: wpf-includes/wpf-phrases.php:671
3765
+ msgid "removed link"
3766
+ msgstr ""
3767
+
3768
+ #: wpf-includes/wpf-phrases.php:672
3769
+ msgid "Submit"
3770
+ msgstr ""
3771
+
3772
+ #: wpforo.php:401
3773
+ msgid ""
3774
+ "Provides a safe way to communicate directly with other members. Messages are "
3775
+ "private and can only be viewed by conversation participants."
3776
+ msgstr ""
3777
+
3778
+ #: wpforo.php:402
3779
+ msgid ""
3780
+ "Adds an advanced file attachment system to forum topics and posts. AJAX "
3781
+ "powered media uploading and displaying system with user specific library."
3782
+ msgstr ""
3783
+
3784
+ #: wpforo.php:403
3785
+ msgid ""
3786
+ "Allows to embed hundreds of video, social network, audio and photo content "
3787
+ "providers in forum topics and posts."
3788
+ msgstr ""
3789
+
3790
+ #: wpforo.php:404
3791
+ msgid ""
3792
+ "Ads Manager is a powerful yet simple advertisement management system, that "
3793
+ "allows you to add adverting banners between forums, topics and posts."
3794
+ msgstr ""
3795
+
3796
+ #. Plugin Name of the plugin/theme
3797
+ msgid "Forum - wpForo"
3798
+ msgstr "Foro - wpForo"
3799
+
3800
+ #. Plugin URI of the plugin/theme
3801
+ msgid "http://wpforo.com"
3802
+ msgstr "http://wpforo.com"
3803
+
3804
+ #. Description of the plugin/theme
3805
+ msgid ""
3806
+ "Forums wpForo is a new generation of forum plugins. It's full-fledged forum "
3807
+ "solution for your community. Comes with multiple modern forum layouts."
3808
+ msgstr ""
3809
+
3810
+ #. Author of the plugin/theme
3811
+ msgid "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
3812
+ msgstr "Equipo de gVectors (A. Chakhoyan, R. Hovhannisyan)"
3813
+
3814
+ #. Author URI of the plugin/theme
3815
+ msgid "http://gvectors.com/"
3816
+ msgstr "http://gvectors.com/"
3817
+
3818
+ #~ msgid "Gtalk"
3819
+ #~ msgstr "Gtalk"
3820
+
3821
+ #~ msgid "Length must be between 3 characters and 15 characters."
3822
+ #~ msgstr "Debe ser de 3 a 15 caracteres de largo"
3823
+
3824
+ #~ msgid "Username length must be between 3 characters and 15 characters."
3825
+ #~ msgstr "Los nombres de usuario deben ser de 3 a 15 caracteres de largo"
3826
+
3827
+ #~ msgid "Can make topic sticky"
3828
+ #~ msgstr "Puede marcar temas"
3829
+
3830
+ #~ msgid "Can make topic answered"
3831
+ #~ msgstr "Puede marcar temas como respondido"
3832
+
3833
+ #~ msgid "Can make own topic answered"
3834
+ #~ msgstr "Puede marcar su tema como respondido"
3835
+
3836
+ #~ msgid "Can make topic solved"
3837
+ #~ msgstr "Puede marcar temas como resueltos"
3838
+
3839
+ #~ msgid "Can make own topic solved"
3840
+ #~ msgstr "Puede marcar sus temas como resueltos"
3841
+
3842
+ #~ msgid ""
3843
+ #~ "Next Generation of WordPress Forum Softwares. Everything you need to run "
3844
+ #~ "an efficient and professional community. Powerful and beautiful bulletin "
3845
+ #~ "board with unique features."
3846
+ #~ msgstr ""
3847
+ #~ "La siguiente Generación de Software de Foros para Wordpress. Todo lo que "
3848
+ #~ "necesitas para correr una eficiente y profesional comunidad. Poderoso y "
3849
+ #~ "hermoso foro bulletin con caracteristicas únicas."
3850
+
3851
+ #~ msgid "Dahsboard - Can create forum"
3852
+ #~ msgstr "Escritorio - Puede crear foros"
3853
+
3854
+ #~ msgid "Dahsboard - Can edit forum"
3855
+ #~ msgstr "Escritorio - Puede editar foros"
3856
+
3857
+ #~ msgid "Dahsboard - Can delete forum"
3858
+ #~ msgstr "Escritorio - Puede borrar foros"
3859
+
3860
+ #~ msgid "Dahsboard - Members Menu"
3861
+ #~ msgstr "Escritorio - Menú de Miembros"
3862
+
3863
+ #~ msgid "Dahsboard - Can edit member"
3864
+ #~ msgstr "Escritorio - Puede editar miembros"
3865
+
3866
+ #~ msgid "Dahsboard - Can delete member"
3867
+ #~ msgstr "Escritorio - Puede borrar miembros"
3868
+
3869
+ #~ msgid "Dahsboard - Usergroup Menu"
3870
+ #~ msgstr "Escritorio - Menú de Grupos"
3871
+
3872
+ #~ msgid "Dismiss"
3873
+ #~ msgstr "Rechazar"
wpf-languages/wpforo-es_MX.mo CHANGED
Binary file
wpf-languages/wpforo-es_MX.po CHANGED
@@ -1,3388 +1,3873 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Forum - wpForo\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-01-03 10:55+0300\n"
6
- "PO-Revision-Date: 2017-01-03 10:55+0300\n"
7
- "Last-Translator: gVectors Team <info@gvectors.com>\n"
8
- "Language-Team: Spanish (Mexico)\n"
9
- "Language: es_MX\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
- "X-Poedit-SourceCharset: UTF-8\n"
15
- "X-Generator: Poedit 1.8.6\n"
16
- "X-Poedit-Basepath: ..\n"
17
- "X-Poedit-WPHeader: wpforo.php\n"
18
- "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
19
- "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
20
- "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
21
- "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
22
- "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
23
- "X-Loco-Target-Locale: es_MX\n"
24
- "X-Poedit-SearchPath-0: .\n"
25
- "X-Poedit-SearchPathExcluded-0: *.js\n"
26
-
27
- #: wpf-admin/addons.php:14 wpf-admin/addons.php:22
28
- msgid "wpForo Addons"
29
- msgstr ""
30
-
31
- #: wpf-admin/addons.php:28
32
- msgid ""
33
- "All wpForo addons are being developed by wpForo developers at gVectors Team. "
34
- "Addon prices also include a small donation to the hard work wpForo "
35
- "developers do for free. When you buy an addon, you also donate the free "
36
- "wpForo development and support. Addons are the only incoming source for "
37
- "wpForo developers. wpForo is a premium forum plugin which will always be "
38
- "available for free. There will never be paid and pro versions of this forum "
39
- "board. We have another dozens of awesome features in our to-do list which "
40
- "will also be added for free in future releases. So the free wpForo "
41
- "development always stays on the first priority and wpForo is being extended "
42
- "with new free functions and features even faster than before."
43
- msgstr ""
44
-
45
- #: wpf-admin/addons.php:51
46
- msgid "Installed"
47
- msgstr ""
48
-
49
- #: wpf-admin/addons.php:55
50
- msgid "Version"
51
- msgstr ""
52
-
53
- #: wpf-admin/addons.php:56
54
- msgid "at least"
55
- msgstr ""
56
-
57
- #: wpf-admin/addons.php:58
58
- msgid "Details | Buy"
59
- msgstr ""
60
-
61
- #: wpf-admin/addons.php:64
62
- msgid "More information about"
63
- msgstr ""
64
-
65
- #: wpf-admin/admin.php:15 wpf-admin/admin.php:16
66
- #: wpf-includes/wpf-phrases.php:597
67
- msgid "Dashboard"
68
- msgstr "Escritorio"
69
-
70
- #: wpf-admin/admin.php:15 wpf-admin/admin.php:17 wpf-admin/dashboard.php:136
71
- #: wpf-admin/options-tabs/styles.php:16 wpf-admin/options.php:15
72
- #: wpf-includes/wpf-phrases.php:123
73
- msgid "Forums"
74
- msgstr "Foros"
75
-
76
- #: wpf-admin/admin.php:18 wpf-includes/wpf-hooks.php:22
77
- msgid "Settings"
78
- msgstr "Ajustes"
79
-
80
- #: wpf-admin/admin.php:19 wpf-admin/dashboard.php:148 wpf-admin/member.php:10
81
- #: wpf-admin/options.php:18 wpf-includes/wpf-phrases.php:177
82
- msgid "Members"
83
- msgstr "Miembros"
84
-
85
- #: wpf-admin/admin.php:20 wpf-admin/usergroup.php:8
86
- msgid "Usergroups"
87
- msgstr "Grupos"
88
-
89
- #: wpf-admin/admin.php:21 wpf-includes/wpf-phrases.php:598
90
- msgid "Phrases"
91
- msgstr "Frases"
92
-
93
- #: wpf-admin/admin.php:22 wpf-includes/wpf-phrases.php:599
94
- msgid "Themes"
95
- msgstr "Temas"
96
-
97
- #: wpf-admin/admin.php:23 wpf-admin/options.php:23
98
- #: wpf-includes/wpf-phrases.php:25
99
- msgid "Addons"
100
- msgstr "Complementos"
101
-
102
- #: wpf-admin/dashboard.php:9 wpf-includes/wpf-phrases.php:408
103
- msgid "wpForo Dashboard"
104
- msgstr "Escritorio de wpForo"
105
-
106
- #: wpf-admin/dashboard.php:25 wpf-includes/wpf-phrases.php:361
107
- msgid "Welcome Message"
108
- msgstr "Mensaje de Bienvenida"
109
-
110
- #: wpf-admin/dashboard.php:31
111
- msgid ""
112
- "Thank you for using wpForo! wpForo is a professional bulletin board for "
113
- "WorPress, and the only forum software which comes with Multi-layout template "
114
- "system.\n"
115
- " The \"Extended\", \"Simplified\" and "
116
- "\"Question &amp Answer\" layouts fit almost all type of discussions needs. "
117
- "You can use wpForo for small and extremely large communities. \n"
118
- " <br />If you found some issue or bug "
119
- "please open a support topic in plugin page or in our support forum at "
120
- "gVectors.com. If you liked wpForo please leave some good review for this "
121
- "plugin. We really need your good reviews. \n"
122
- " If you didn't like wpForo please leave a "
123
- "list of issues and requirements you'd like us to fix and add in near future. "
124
- "We're here to help you and improve wpForo as much as possible."
125
- msgstr ""
126
- "¡Gracias por usar wpForo! wpForo es un foro bulletin profesional para "
127
- "WordPress, y el único software de foros con sistema de Multiplantilla.\n"
128
- "Las plantillas \"Extendida\", \"Simplificada\" y de \"Preguntas y Respuestas"
129
- "\" se acomodarán a casi a todos los tipos de discusión disponibles. Puedes "
130
- "usar wpForo para pequeñas o comunidades extremadamente grandes.\n"
131
- "<br/> Si encuentra algún problema o bug, por favor abra un tema de soporte "
132
- "en la página del plugin o en nuestros foros de soporte en gVectors.com. Si "
133
- "le gusta wpForo, por favor déjenos un buen review de este plugin. Realmente "
134
- "ocupamos buenos reviews.\n"
135
- "Si no le ha gustado wpForo, por favor deje una lista de los problemas o "
136
- "requerimientos que le gustaria que arreglaramos y agregemos en un futuro. "
137
- "Estamos aquí para mejorar wpForo lo más que podamos."
138
-
139
- #: wpf-admin/dashboard.php:60 wpf-includes/wpf-phrases.php:130
140
- msgid "General Information"
141
- msgstr "Información General"
142
-
143
- #: wpf-admin/dashboard.php:64 wpf-includes/wpf-phrases.php:368
144
- msgid "You are currently running"
145
- msgstr "Actualmente estas usando"
146
-
147
- #: wpf-admin/dashboard.php:65 wpf-includes/wpf-phrases.php:18
148
- msgid "Active Theme"
149
- msgstr "Tema Activo"
150
-
151
- #: wpf-admin/dashboard.php:66 wpf-includes/wpf-phrases.php:413
152
- msgid "wpForo Website"
153
- msgstr "Sitio web de wpForo"
154
-
155
- #: wpf-admin/dashboard.php:67 wpf-includes/wpf-phrases.php:319
156
- msgid "Support Forum"
157
- msgstr "Foro de Soporte"
158
-
159
- #: wpf-admin/dashboard.php:78 wpf-includes/wpf-phrases.php:289
160
- msgid "Server Information"
161
- msgstr "Información del servidor"
162
-
163
- #: wpf-admin/dashboard.php:112 wpf-includes/wpf-phrases.php:46
164
- msgid "Available"
165
- msgstr "Disponible"
166
-
167
- #: wpf-admin/dashboard.php:112 wpf-includes/wpf-phrases.php:208
168
- msgid "Not available"
169
- msgstr "No disponible"
170
-
171
- #: wpf-admin/dashboard.php:130 wpf-includes/wpf-phrases.php:49
172
- msgid "Board Statistic"
173
- msgstr "Estadísticas del Foro"
174
-
175
- #: wpf-admin/dashboard.php:140 wpf-admin/options-tabs/styles.php:22
176
- #: wpf-includes/class-forums.php:547 wpf-includes/wpf-phrases.php:338
177
- msgid "Topics"
178
- msgstr "Temas"
179
-
180
- #: wpf-admin/dashboard.php:144 wpf-includes/class-forums.php:547
181
- #: wpf-includes/wpf-phrases.php:232
182
- msgid "Posts"
183
- msgstr "Mensajes"
184
-
185
- #: wpf-admin/dashboard.php:152 wpf-includes/wpf-phrases.php:178
186
- msgid "Members Online"
187
- msgstr "Miembros en Linea"
188
-
189
- #: wpf-admin/dashboard.php:161
190
- msgid "Avatars Size"
191
- msgstr ""
192
-
193
- #: wpf-admin/dashboard.php:165
194
- msgid "Default Attachments Size"
195
- msgstr ""
196
-
197
- #: wpf-admin/dashboard.php:171
198
- msgid "Advanced Attachments"
199
- msgstr ""
200
-
201
- #: wpf-admin/dashboard.php:172
202
- msgid "file(s)"
203
- msgstr ""
204
-
205
- #: wpf-admin/dashboard.php:175
206
- msgid "Advanced Attachments Size"
207
- msgstr ""
208
-
209
- #: wpf-admin/dashboard.php:180
210
- msgid "Total Size"
211
- msgstr ""
212
-
213
- #: wpf-admin/dashboard.php:188 wpf-includes/wpf-phrases.php:609
214
- msgid "Forum Maintenance"
215
- msgstr "Mantenimiento de Foro"
216
-
217
- #: wpf-admin/dashboard.php:190
218
- msgid ""
219
- "This process may take a few seconds or dozens of minutes, please be patient "
220
- "and don't close this page. If you got 500 Server Error please don't worry, "
221
- "the data updating process is still working in MySQL server."
222
- msgstr ""
223
- "Este proceso puede tomar algunos segundos o decenas de minutos, por favor "
224
- "sea paciente y no cierre esta página. No se preocupe si recibe un error 500 "
225
- "de Servidor, el proceso de actualización de los datos sigue trabajando en el "
226
- "servidor MySQL."
227
-
228
- #: wpf-admin/dashboard.php:198 wpf-includes/wpf-phrases.php:611
229
- msgid "Update Forums Statistic"
230
- msgstr "Actualizar Estadísticas de Foros"
231
-
232
- #: wpf-admin/dashboard.php:199 wpf-includes/wpf-phrases.php:612
233
- msgid "Update Users Statistic"
234
- msgstr "Actualizar Estadísticas de Usuarios"
235
-
236
- #: wpf-admin/dashboard.php:200 wpf-includes/wpf-phrases.php:613
237
- msgid "Delete Phrase Cache"
238
- msgstr "Borrar Cache de Frases"
239
-
240
- #: wpf-admin/dashboard.php:201 wpf-includes/wpf-phrases.php:634
241
- msgid "Delete User Cache"
242
- msgstr "Borrar Cache de Usuario"
243
-
244
- #: wpf-admin/forum.php:13 wpf-includes/functions.php:662
245
- #: wpf-includes/wpf-phrases.php:301
246
- msgid "Show on screen"
247
- msgstr "Mostrar en Pantalla"
248
-
249
- #: wpf-admin/forum.php:15 wpf-admin/forum.php:119
250
- #: wpf-includes/wpf-phrases.php:113
251
- msgid "Forum Options"
252
- msgstr "Opciones del Foro"
253
-
254
- #: wpf-admin/forum.php:16 wpf-includes/wpf-phrases.php:223
255
- msgid "Permissions"
256
- msgstr "Permisos"
257
-
258
- #: wpf-admin/forum.php:17 wpf-includes/wpf-phrases.php:306
259
- msgid "Slug"
260
- msgstr "Slug"
261
-
262
- #: wpf-admin/forum.php:18 wpf-includes/wpf-phrases.php:112
263
- msgid "Forum Meta"
264
- msgstr "Meta Foro"
265
-
266
- #: wpf-admin/forum.php:21 wpf-includes/wpf-phrases.php:273
267
- msgid "Screen Layout"
268
- msgstr "Plantilla de Pantalla"
269
-
270
- #: wpf-admin/forum.php:22 wpf-includes/wpf-phrases.php:209
271
- msgid "Number of Columns"
272
- msgstr "Número de Columnas"
273
-
274
- #: wpf-admin/forum.php:32 wpf-includes/functions.php:676
275
- #: wpf-includes/wpf-phrases.php:274
276
- msgid "Screen Options"
277
- msgstr "Opciones de Pantalla"
278
-
279
- #: wpf-admin/forum.php:43 wpf-includes/wpf-phrases.php:51
280
- msgid "Categories and Forums"
281
- msgstr "Categorías y Foros"
282
-
283
- #: wpf-admin/forum.php:44 wpf-admin/options-tabs/general.php:75
284
- #: wpf-admin/themes.php:10 wpf-admin/usergroup.php:8
285
- #: wpf-includes/wpf-phrases.php:20
286
- msgid "Add New"
287
- msgstr "Añadir nuevo"
288
-
289
- #: wpf-admin/forum.php:55
290
- msgid "Important Tips"
291
- msgstr ""
292
-
293
- #: wpf-admin/forum.php:56 wpf-includes/wpf-phrases.php:225
294
- msgid "Please drag and drop forum panels to set parent-child hierarchy."
295
- msgstr ""
296
- "Arrastre y suelte los páneles de los foros para indicar la jerarquía padre-"
297
- "hijo"
298
-
299
- #: wpf-admin/forum.php:57
300
- msgid ""
301
- "If a category (blue panels) does not have forums (grey panels) it will not "
302
- "be displayed on front-end. Each category should contain at least one forum."
303
- msgstr ""
304
-
305
- #: wpf-admin/forum.php:58
306
- msgid ""
307
- "Forums can be displayed with different layouts (Extended, Simplified, Q&A), "
308
- "just edit the top (blue panels) category and set the layout you want. Child "
309
- "forums' layout depends on the top category (blue panels) layout. They cannot "
310
- "have a different layout."
311
- msgstr ""
312
-
313
- #: wpf-admin/forum.php:74 wpf-includes/wpf-phrases.php:272
314
- msgid "Save forums order and hierarchy"
315
- msgstr "Salva el orden y jerarquía de los foros"
316
-
317
- #: wpf-admin/forum.php:101 wpf-includes/wpf-phrases.php:87
318
- msgid "Enter forum title here"
319
- msgstr "Introduce el título del foro"
320
-
321
- #: wpf-admin/forum.php:106 wpf-includes/wpf-phrases.php:86
322
- msgid "Enter description here . . ."
323
- msgstr "Introduzca la descripción aquí..."
324
-
325
- #: wpf-admin/forum.php:107 wpf-includes/wpf-phrases.php:329
326
- msgid ""
327
- "This is a forum description. This content will be displayed under forum "
328
- "title on the forum list."
329
- msgstr ""
330
- "Esta es la descripción del foro. Este contenido se mostrará bajo el titulo "
331
- "del foro en la lista de foros."
332
-
333
- #: wpf-admin/forum.php:122 wpf-includes/wpf-phrases.php:221
334
- msgid "Parent Forum"
335
- msgstr "Superior"
336
-
337
- #: wpf-admin/forum.php:125 wpf-includes/wpf-phrases.php:204
338
- msgid "No parent"
339
- msgstr "Sin Superior"
340
-
341
- #: wpf-admin/forum.php:130 wpf-includes/wpf-phrases.php:346
342
- msgid "Use as Category"
343
- msgstr "Usar como Categoría"
344
-
345
- #: wpf-admin/forum.php:132 wpf-includes/wpf-phrases.php:52
346
- msgid "Category Layout"
347
- msgstr "Plantilla de la Categoría"
348
-
349
- #: wpf-admin/forum.php:140 wpf-includes/wpf-phrases.php:202
350
- msgid "No layout found."
351
- msgstr "No se encontró plantilla"
352
-
353
- #: wpf-admin/forum.php:149 wpf-admin/forum.php:156
354
- #: wpf-includes/wpf-phrases.php:234
355
- msgid "Publish"
356
- msgstr "Publicar"
357
-
358
- #: wpf-admin/forum.php:153 wpf-includes/wpf-phrases.php:37
359
- msgid "Are you sure you want to delete this forum?"
360
- msgstr "¿Esta seguro que desea borrar este foro?"
361
-
362
- #: wpf-admin/forum.php:153 wpf-admin/themes.php:73 wpf-admin/usergroup.php:37
363
- #: wpf-admin/usergroup.php:133 wpf-includes/wpf-hooks.php:987
364
- #: wpf-includes/wpf-phrases.php:66
365
- msgid "Delete"
366
- msgstr "Borrar"
367
-
368
- #: wpf-admin/forum.php:154 wpf-admin/usergroup.php:39
369
- #: wpf-includes/class-forums.php:553 wpf-includes/wpf-phrases.php:355
370
- msgid "View"
371
- msgstr "Ver"
372
-
373
- #: wpf-admin/forum.php:224 wpf-includes/wpf-phrases.php:118
374
- msgid "Forum Slug"
375
- msgstr "Slug del Foro"
376
-
377
- #: wpf-admin/forum.php:227 wpf-includes/wpf-phrases.php:322
378
- msgid ""
379
- "The \"slug\" is the URL-friendly version of the name. It is usually all "
380
- "lowercase and contains only letters, numbers, and hyphens."
381
- msgstr ""
382
- "El \"slug\" es una versión amigable del nombre de la URL. Usualmente "
383
- "contiene solo texto en minúsculas, numeros y guíones."
384
-
385
- #: wpf-admin/forum.php:233
386
- msgid "Forum Icon"
387
- msgstr ""
388
-
389
- #: wpf-admin/forum.php:236
390
- msgid "Font-awesome Icon"
391
- msgstr ""
392
-
393
- #: wpf-admin/forum.php:238
394
- msgid "You can find all icons"
395
- msgstr ""
396
-
397
- #: wpf-admin/forum.php:238
398
- msgid "here"
399
- msgstr ""
400
-
401
- #: wpf-admin/forum.php:238
402
- msgid ""
403
- "Make sure you insert a class of font-awesome icon, it should start with fa- "
404
- "prefix like &quot;fa-comments&quot;."
405
- msgstr ""
406
-
407
- #: wpf-admin/forum.php:245 wpf-includes/wpf-phrases.php:116
408
- msgid "Forum SEO"
409
- msgstr "SEO del Foro"
410
-
411
- #: wpf-admin/forum.php:248 wpf-includes/wpf-phrases.php:183
412
- msgid "Meta Description"
413
- msgstr "Descripción Meta"
414
-
415
- #: wpf-admin/forum.php:277 wpf-includes/wpf-phrases.php:328
416
- msgid "This action will also delete all sub-forums, topics and replies."
417
- msgstr "Esta acción también borrará todos los sub-foros, temas y respuestas."
418
-
419
- #: wpf-admin/forum.php:285 wpf-includes/wpf-phrases.php:137
420
- msgid ""
421
- "If you want to delete this forum and keep its sub-forums, topics and "
422
- "replies, please select a new target forum in dropdown below"
423
- msgstr ""
424
- "Si desea borrar este foro y mantener los sub-foros, temas y respuestas, por "
425
- "favor seleccione un nuevo foro objetivo de la lista"
426
-
427
- #: wpf-admin/forum.php:294 wpf-includes/wpf-phrases.php:26
428
- msgid ""
429
- "All sub-forums, topics and replies will be attached to selected forum. "
430
- "Layout will be inherited from this forum."
431
- msgstr ""
432
- "Todos los sub-foros, temas y respuestas serán adjudicadas al foro "
433
- "seleccionado. La plantilla será asimilada por este foro."
434
-
435
- #: wpf-admin/options-tabs/accesses.php:9 wpf-includes/wpf-phrases.php:21
436
- msgid "Add New Forum Access"
437
- msgstr "Añadir nuevo acceso al foro"
438
-
439
- #: wpf-admin/options-tabs/accesses.php:13 wpf-includes/wpf-phrases.php:15
440
- msgid "Access names"
441
- msgstr "Nombres de acceso"
442
-
443
- #: wpf-admin/options-tabs/accesses.php:26
444
- #: wpf-admin/options-tabs/accesses.php:27
445
- #: wpf-admin/options-tabs/accesses.php:28
446
- msgid "This access is usually used for "
447
- msgstr ""
448
-
449
- #: wpf-admin/options-tabs/accesses.php:26
450
- msgid "Guests"
451
- msgstr ""
452
-
453
- #: wpf-admin/options-tabs/accesses.php:26
454
- #: wpf-admin/options-tabs/accesses.php:27
455
- #: wpf-admin/options-tabs/accesses.php:28
456
- msgid "usergroup"
457
- msgstr ""
458
-
459
- #: wpf-admin/options-tabs/accesses.php:27 wpf-includes/wpf-phrases.php:621
460
- msgid "Registered"
461
- msgstr "Registrado"
462
-
463
- #: wpf-admin/options-tabs/accesses.php:28 wpf-includes/wpf-phrases.php:619
464
- msgid "Admin"
465
- msgstr "Administrador"
466
-
467
- #: wpf-admin/options-tabs/accesses.php:32 wpf-includes/class-forums.php:549
468
- #: wpf-includes/functions.php:504 wpf-includes/wpf-phrases.php:381
469
- msgid "edit"
470
- msgstr "editar"
471
-
472
- #: wpf-admin/options-tabs/accesses.php:34 wpf-includes/wpf-phrases.php:39
473
- msgid ""
474
- "Are you sure you want to remove this access set? Usergroups which attached "
475
- "to this access will lost all forum permissions."
476
- msgstr ""
477
- "¿Esta seguro que desea remover este conjunto de accesos? Los grupos de "
478
- "usuarios adjuntos a este acceso perderán todos sus permisos de foro."
479
-
480
- #: wpf-admin/options-tabs/accesses.php:34 wpf-includes/class-forums.php:551
481
- #: wpf-includes/functions.php:522 wpf-includes/functions.php:527
482
- #: wpf-includes/wpf-phrases.php:380
483
- msgid "delete"
484
- msgstr "borrar"
485
-
486
- #: wpf-admin/options-tabs/accesses.php:49 wpf-includes/wpf-phrases.php:14
487
- msgid "Access name"
488
- msgstr "Nombre de accesso"
489
-
490
- #: wpf-admin/options-tabs/accesses.php:69 wpf-includes/wpf-phrases.php:270
491
- msgid "Save"
492
- msgstr "Publicar"
493
-
494
- #: wpf-admin/options-tabs/accesses.php:69 wpf-includes/wpf-phrases.php:343
495
- msgid "Update"
496
- msgstr "Actualizar"
497
-
498
- #: wpf-admin/options-tabs/emails.php:13
499
- msgid "FROM Name"
500
- msgstr ""
501
-
502
- #: wpf-admin/options-tabs/emails.php:17
503
- msgid "FROM Email Address"
504
- msgstr ""
505
-
506
- #: wpf-admin/options-tabs/emails.php:22
507
- msgid "Forum Admins email addresses"
508
- msgstr ""
509
-
510
- #: wpf-admin/options-tabs/emails.php:23 wpf-includes/wpf-phrases.php:57
511
- msgid ""
512
- "Comma separated email addresses of forum administrators to get forum "
513
- "notifications. For example post report messages."
514
- msgstr ""
515
- "Separa por coma cada correo eléctronico de los administradores del foro a "
516
- "quienes les deberá llegar las notificaciones del Foro. Por ejemplo reportes "
517
- "de los mensajes."
518
-
519
- #: wpf-admin/options-tabs/emails.php:29
520
- msgid "Notify Admins via email on new Topic"
521
- msgstr ""
522
-
523
- #: wpf-admin/options-tabs/emails.php:30
524
- msgid ""
525
- "Send Notification emails to all email addresses (comma separated ) of forum "
526
- "administrators when a new Topic is created."
527
- msgstr ""
528
-
529
- #: wpf-admin/options-tabs/emails.php:34 wpf-admin/options-tabs/emails.php:46
530
- #: wpf-admin/options-tabs/features.php:55 wpf-includes/wpf-phrases.php:366
531
- msgid "Yes"
532
- msgstr "Sí"
533
-
534
- #: wpf-admin/options-tabs/emails.php:35 wpf-admin/options-tabs/emails.php:47
535
- #: wpf-admin/options-tabs/features.php:56 wpf-includes/wpf-phrases.php:196
536
- msgid "No"
537
- msgstr "No"
538
-
539
- #: wpf-admin/options-tabs/emails.php:41
540
- msgid "Notify Admins via email on new Post"
541
- msgstr ""
542
-
543
- #: wpf-admin/options-tabs/emails.php:42
544
- msgid ""
545
- "Send Notification emails to all email addresses (comma separated ) of forum "
546
- "administrators when a new Reply is created."
547
- msgstr ""
548
-
549
- #: wpf-admin/options-tabs/emails.php:53 wpf-includes/wpf-phrases.php:317
550
- msgid "Subscription Emails"
551
- msgstr "Correos Electrónicos de Suscripciones"
552
-
553
- #: wpf-admin/options-tabs/emails.php:57 wpf-includes/wpf-phrases.php:314
554
- msgid "Subscribe confirmation email subject"
555
- msgstr "Asunto para Confirmación de Suscripción"
556
-
557
- #: wpf-admin/options-tabs/emails.php:61 wpf-includes/wpf-phrases.php:313
558
- msgid "Subscribe confirmation email message"
559
- msgstr "Mensaje para la Confirmación de Suscripción"
560
-
561
- #: wpf-admin/options-tabs/emails.php:65 wpf-includes/wpf-phrases.php:195
562
- msgid "New topic notification email subject"
563
- msgstr "Asunto para notificación de Tema nuevo"
564
-
565
- #: wpf-admin/options-tabs/emails.php:69 wpf-includes/wpf-phrases.php:194
566
- msgid "New topic notification email message"
567
- msgstr "Mensaje para notificación de Tema nuevo"
568
-
569
- #: wpf-admin/options-tabs/emails.php:73 wpf-includes/wpf-phrases.php:193
570
- msgid "New reply notification email subject"
571
- msgstr "Asunto para notificación de Respuesta nueva"
572
-
573
- #: wpf-admin/options-tabs/emails.php:77 wpf-includes/wpf-phrases.php:192
574
- msgid "New reply notification email message"
575
- msgstr "Mensaje para notificación de Respuesta nueva"
576
-
577
- #: wpf-admin/options-tabs/emails.php:82 wpf-includes/wpf-phrases.php:227
578
- msgid "Post Reporting Emails"
579
- msgstr "Correo Electrónico para Mensajes Reportados"
580
-
581
- #: wpf-admin/options-tabs/emails.php:83 wpf-includes/wpf-phrases.php:331
582
- msgid "This message comes from post reporting pop-up form."
583
- msgstr ""
584
- "Este mensaje viene desde la ventana de formulario para reportar publicaciones"
585
-
586
- #: wpf-admin/options-tabs/emails.php:88 wpf-includes/wpf-phrases.php:266
587
- msgid "Report message subject"
588
- msgstr "Asunto del mensaje reportado"
589
-
590
- #: wpf-admin/options-tabs/emails.php:93 wpf-includes/wpf-phrases.php:265
591
- msgid "Report message body"
592
- msgstr "Cuerpo del mensaje reportado"
593
-
594
- #: wpf-admin/options-tabs/emails.php:99 wpf-admin/options-tabs/features.php:66
595
- #: wpf-admin/options-tabs/forums.php:16 wpf-admin/options-tabs/general.php:82
596
- #: wpf-admin/options-tabs/members.php:115 wpf-admin/options-tabs/posts.php:67
597
- #: wpf-admin/options-tabs/styles.php:93 wpf-includes/wpf-phrases.php:344
598
- msgid "Update Options"
599
- msgstr "Actualizar Opciones"
600
-
601
- #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:294
602
- msgid "Show Admin Bar for Members"
603
- msgstr "Mostrar la barra de aministrador para usuarios"
604
-
605
- #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:332
606
- msgid "This option doesn't affect website admins."
607
- msgstr "Esta opción no afecta a los administradores del sitio."
608
-
609
- #: wpf-admin/options-tabs/features.php:10 wpf-includes/wpf-phrases.php:296
610
- msgid "Show Forum Page Title"
611
- msgstr "Mostrar Titulo de la Página del Foro"
612
-
613
- #: wpf-admin/options-tabs/features.php:11 wpf-includes/wpf-phrases.php:299
614
- msgid "Show Top/Menu Bar"
615
- msgstr "Mostrar Barra del Top/Menú"
616
-
617
- #: wpf-admin/options-tabs/features.php:12 wpf-includes/wpf-phrases.php:298
618
- msgid "Show Top Search"
619
- msgstr "Mostrar Búsqueda"
620
-
621
- #: wpf-admin/options-tabs/features.php:13 wpf-includes/wpf-phrases.php:295
622
- msgid "Show Breadcrumb"
623
- msgstr "Mostrar Breadcrumb"
624
-
625
- #: wpf-admin/options-tabs/features.php:14 wpf-includes/wpf-phrases.php:297
626
- msgid "Show Forum Statistic"
627
- msgstr "Mostrar Estadísticas del Foro"
628
-
629
- #: wpf-admin/options-tabs/features.php:15 wpf-includes/wpf-phrases.php:257
630
- msgid "Replace Author Link to Forum Profile"
631
- msgstr "Cambiar el Link del Autor por el del Perfil del Foro"
632
-
633
- #: wpf-admin/options-tabs/features.php:16 wpf-includes/wpf-phrases.php:258
634
- msgid "Replace Comment Author Link to Forum Profile"
635
- msgstr "Cambiar Link de Autor de Comentario por el del Perfil de Foro"
636
-
637
- #: wpf-admin/options-tabs/features.php:17 wpf-includes/wpf-phrases.php:631
638
- msgid "Enable User Registration"
639
- msgstr "Activar Registro"
640
-
641
- #: wpf-admin/options-tabs/features.php:17 wpf-includes/wpf-phrases.php:632
642
- msgid ""
643
- "This option is not synced with WordPress \"Anyone can register\" option in "
644
- "Dashboard > Settings > General admin page. If this option is enabled new "
645
- "users will always be able to register."
646
- msgstr ""
647
- "Esta opción no esta sincroniza con la opción de \"Cualquiera puede "
648
- "registrarse\" en Escritorio > Ajustes >Generales del WordPress. Si esta "
649
- "opción esta activada, nuevos usuarios siempre podrán registrarse."
650
-
651
- #: wpf-admin/options-tabs/features.php:18
652
- msgid "Enable User Registration email confirmation"
653
- msgstr ""
654
-
655
- #: wpf-admin/options-tabs/features.php:18
656
- msgid ""
657
- "If you have enabled this option, after registering, user can not login "
658
- "without confirming the email."
659
- msgstr ""
660
-
661
- #: wpf-admin/options-tabs/features.php:19 wpf-includes/wpf-phrases.php:260
662
- msgid "Replace Registration Page URL to Forum URL"
663
- msgstr "Cambiar URL de Registro por la URL del Foro"
664
-
665
- #: wpf-admin/options-tabs/features.php:20 wpf-includes/wpf-phrases.php:259
666
- msgid "Replace Login Page URL to Forum URL"
667
- msgstr "Cambiar URL de Inicio de Sesión por la URL del Foro"
668
-
669
- #: wpf-admin/options-tabs/features.php:21 wpf-includes/wpf-phrases.php:256
670
- msgid "Replace Author Avatar with Forum Profile Avatar"
671
- msgstr "Cambiar el Avatar del Autor por el del Avatar de Perfil del Foro"
672
-
673
- #: wpf-admin/options-tabs/features.php:22 wpf-includes/wpf-phrases.php:77
674
- msgid "Enable Avatars"
675
- msgstr "Activar Avatars"
676
-
677
- #: wpf-admin/options-tabs/features.php:23 wpf-includes/wpf-phrases.php:78
678
- msgid "Enable Custom Avatars"
679
- msgstr "Activar Avatars Personalizados"
680
-
681
- #: wpf-admin/options-tabs/features.php:24 wpf-includes/wpf-phrases.php:31
682
- msgid "Allow Member Signature"
683
- msgstr "Permitir Firma a los Miembros"
684
-
685
- #: wpf-admin/options-tabs/features.php:25 wpf-includes/wpf-phrases.php:80
686
- msgid "Enable Member Rating"
687
- msgstr "Activar Rating de Miembro"
688
-
689
- #: wpf-admin/options-tabs/features.php:26 wpf-includes/wpf-phrases.php:81
690
- msgid "Enable Member Rating Titles"
691
- msgstr "Activar Titulos de Rating de Miembro"
692
-
693
- #: wpf-admin/options-tabs/features.php:27 wpf-includes/wpf-phrases.php:79
694
- msgid "Enable Member Cache"
695
- msgstr "Activar el Cache a Miembros"
696
-
697
- #: wpf-admin/options-tabs/features.php:28 wpf-includes/wpf-phrases.php:84
698
- msgid "Enable wpForo SEO for Meta Titles"
699
- msgstr "Activar SEO de wpForo para Títulos Meta"
700
-
701
- #: wpf-admin/options-tabs/features.php:29 wpf-includes/wpf-phrases.php:83
702
- msgid "Enable wpForo SEO for Meta Tags"
703
- msgstr "Activar SEO de wpForo para Etiquetas de Meta"
704
-
705
- #: wpf-admin/options-tabs/features.php:30 wpf-includes/wpf-phrases.php:82
706
- msgid "Enable wpForo Font-Awesome Lib"
707
- msgstr "Activar Libreria de Fot-Awesome para wpForo"
708
-
709
- #: wpf-admin/options-tabs/features.php:31 wpf-includes/wpf-phrases.php:85
710
- msgid "Enable Output Buffer"
711
- msgstr "Activar Output Buffer"
712
-
713
- #: wpf-admin/options-tabs/features.php:31 wpf-includes/wpf-phrases.php:330
714
- msgid ""
715
- "This feature is useful if you're adding content before or after [wpforo] "
716
- "shortcode in page content. Also it useful if forum is loaded before website "
717
- "header, on top of the front-end."
718
- msgstr ""
719
- "Esta opción es útil si estas agregando contenido antes o despues del "
720
- "shortcode [wpforo] de la página. También es útil si el foro carga antes del "
721
- "encabezado de tu sitio."
722
-
723
- #: wpf-admin/options-tabs/features.php:32
724
- msgid "Enable WordPress Date/Time Format"
725
- msgstr "Activar Formato de Fecha/Tiempo de WordPress"
726
-
727
- #: wpf-admin/options-tabs/features.php:32 wpf-includes/wpf-phrases.php:596
728
- msgid ""
729
- "You can manage WordPress date and time format in WordPress Settings > "
730
- "General admin page."
731
- msgstr ""
732
- "Puedes administrar el formato de fecha y hora de WordPress en Ajustes > "
733
- "Generales del administrador de WordPress."
734
-
735
- #: wpf-admin/options-tabs/features.php:33 wpf-includes/wpf-phrases.php:607
736
- msgid "Enable Subscription Confirmation"
737
- msgstr "Activar Confirmación de Suscripción"
738
-
739
- #: wpf-admin/options-tabs/features.php:33 wpf-includes/wpf-phrases.php:608
740
- msgid "Forum and Topic subscription with double opt-in/confirmation system."
741
- msgstr ""
742
- "Suscriopciones a Foros y Temas con sistema de doble opción de confirmación."
743
-
744
- #: wpf-admin/options-tabs/features.php:34
745
- msgid "Topic subscription option on post editor"
746
- msgstr ""
747
-
748
- #: wpf-admin/options-tabs/features.php:34
749
- msgid ""
750
- "This option adds topic subscription checkbox next to new topic and post "
751
- "submit button."
752
- msgstr ""
753
-
754
- #: wpf-admin/options-tabs/features.php:35
755
- msgid "Topic subscription option on post editor - checked/enabled"
756
- msgstr ""
757
-
758
- #: wpf-admin/options-tabs/features.php:35
759
- msgid ""
760
- "Enable this option if you want the topic subscription checkbox to be checked "
761
- "by default."
762
- msgstr ""
763
-
764
- #: wpf-admin/options-tabs/features.php:36 wpf-includes/wpf-phrases.php:635
765
- msgid "Insert Forum Attachments to Media Library"
766
- msgstr "Insertar Adjuntos del Foro en la Libreria Multimedia"
767
-
768
- #: wpf-admin/options-tabs/features.php:36 wpf-includes/wpf-phrases.php:636
769
- msgid ""
770
- "Enable this option to be able manage forum attachments in Dashboard > Media "
771
- "> Library admin page."
772
- msgstr ""
773
- "Activa esta opción para administrar los adjuntos del foro en Escritorio > "
774
- "Medios > Librería Multimedia del administrador de WordPress."
775
-
776
- #: wpf-admin/options-tabs/features.php:37 wpf-includes/wpf-phrases.php:600
777
- msgid "Enable Debug Mode"
778
- msgstr "Activar Modo de Depuración"
779
-
780
- #: wpf-admin/options-tabs/features.php:37 wpf-includes/wpf-phrases.php:601
781
- msgid ""
782
- "If you got some issue with wpForo, please enable this option before asking "
783
- "for support, this outputs hidden important information to help us debug your "
784
- "issue."
785
- msgstr ""
786
- "Si tienes algún problema con wpForo, por favor, activa esta opción antes de "
787
- "pedir ayuda, esto mostrará información oculta importante para ayudarnos a "
788
- "depurar el problema."
789
-
790
- #: wpf-admin/options-tabs/features.php:38 wpf-includes/wpf-phrases.php:134
791
- msgid "Help wpForo to grow, show plugin info"
792
- msgstr "Ayuda wpForo a crecer, muestra información del plugin"
793
-
794
- #: wpf-admin/options-tabs/features.php:38 wpf-includes/wpf-phrases.php:226
795
- msgid ""
796
- "Please enable this option to help wpForo get more popularity as your thank "
797
- "to the hard work we do for you totally free. This option adds a very small "
798
- "icon in forum footer, which will allow your site visitors recognize the name "
799
- "of forum solution you use."
800
- msgstr ""
801
- "Por favor activa esta opción para que ayude a wpForo a ser más popular, esto "
802
- "como un agradecimiento por el duro trabajo que hacemos totalmente gratis "
803
- "para Ústed. Esta opción agrega un pequeño ícono en el footer del foro, que "
804
- "ayudará a sus visitantes reconocer el nombre del foro que esta usando."
805
-
806
- #: wpf-admin/options-tabs/general.php:15 wpf-includes/wpf-phrases.php:107
807
- msgid "Forum Base URL"
808
- msgstr "URL Base del Foro"
809
-
810
- #: wpf-admin/options-tabs/general.php:24 wpf-includes/wpf-phrases.php:645
811
- msgid "Turn WordPress to wpForo"
812
- msgstr "Cambia WordPress a wpForo"
813
-
814
- #: wpf-admin/options-tabs/general.php:25
815
- msgid ""
816
- "This option will disable WordPress on front-end. Only forum pages and "
817
- "excluded post/pages will be available. wpForo will look like as a stand-"
818
- "alone forum."
819
- msgstr ""
820
-
821
- #: wpf-admin/options-tabs/general.php:28
822
- msgid "Exclude page URLs"
823
- msgstr ""
824
-
825
- #: wpf-admin/options-tabs/general.php:28
826
- msgid "one URL per line"
827
- msgstr ""
828
-
829
- #: wpf-admin/options-tabs/general.php:38
830
- msgid "Visit Forum"
831
- msgstr "Visitar Foro"
832
-
833
- #: wpf-admin/options-tabs/general.php:41
834
- msgid ""
835
- "wpForo PageID doesn't exist. Forums will not be loaded, please read this"
836
- msgstr ""
837
-
838
- #: wpf-admin/options-tabs/general.php:41
839
- msgid "suppor topic"
840
- msgstr ""
841
-
842
- #: wpf-admin/options-tabs/general.php:43
843
- msgid "Forum Page ID"
844
- msgstr ""
845
-
846
- #: wpf-admin/options-tabs/general.php:48 wpf-includes/wpf-phrases.php:121
847
- msgid "Forum Title"
848
- msgstr "Título del Foro"
849
-
850
- #: wpf-admin/options-tabs/general.php:52 wpf-includes/wpf-phrases.php:108
851
- msgid "Forum Description"
852
- msgstr "Descripción del Foro"
853
-
854
- #: wpf-admin/options-tabs/general.php:57 wpf-includes/wpf-phrases.php:64
855
- msgid "Dashboard Menu Position"
856
- msgstr "Posición del Menú en el Escritorio"
857
-
858
- #: wpf-admin/options-tabs/general.php:58 wpf-includes/wpf-phrases.php:323
859
- msgid "The position in the menu order wpForo should appear."
860
- msgstr "Orden en el menú donde aparecera wpForo."
861
-
862
- #: wpf-admin/options-tabs/general.php:59 wpf-includes/wpf-phrases.php:348
863
- msgid ""
864
- "Use greater than 5 - below Posts, 10 - below Media, 15 - below Links, 20 - "
865
- "below Pages, 25 - below comments, 60 - below first separator, 65 - below "
866
- "Plugins, 70 - below Users, 75 - below Tools, 80 - below Settings, 100 - "
867
- "below second separator"
868
- msgstr ""
869
- "Usar mayor que 5 - abajo de Entradas, 10 - Abajo de Medios, 15 - abajo de "
870
- "Enlaces, 20 - abajo de Páginas, 25 - abajo de Comentarios, 60 - abajo del "
871
- "Primer Separador, 65 - Abajo de Plugins, 70 - abajo de Usuarios, 75 - abajo "
872
- "de Herramientas, 80 - abajo de Ajustes, 100 - abajo del Segundo Separador"
873
-
874
- #: wpf-admin/options-tabs/general.php:68 wpf-includes/wpf-phrases.php:110
875
- msgid "Forum Language"
876
- msgstr "Lenguaje del Foro"
877
-
878
- #: wpf-admin/options-tabs/general.php:69
879
- msgid ""
880
- "This option is only related to XML language files. You should upload a "
881
- "translation XML file to have a new language option in this drop-down. If you "
882
- "are using PO/MO translation files you should change WordPress Language in "
883
- "Dashboard > Settings admin page to load according translation for wpForo."
884
- msgstr ""
885
-
886
- #: wpf-admin/options-tabs/general.php:94 wpf-includes/wpf-phrases.php:144
887
- msgid "Language XML file"
888
- msgstr "Archivo XML de Lenguaje"
889
-
890
- #: wpf-admin/options-tabs/general.php:103 wpf-includes/wpf-phrases.php:22
891
- msgid "Add New Language"
892
- msgstr "Añadir Lenguaje Nuevo"
893
-
894
- #: wpf-admin/options-tabs/members.php:13 wpf-includes/wpf-phrases.php:217
895
- msgid "Online status timeout"
896
- msgstr "Tiempo para el estado en linea"
897
-
898
- #: wpf-admin/options-tabs/members.php:16 wpf-admin/options-tabs/posts.php:19
899
- #: wpf-admin/options-tabs/posts.php:23 wpf-admin/options-tabs/posts.php:31
900
- #: wpf-admin/options-tabs/posts.php:35 wpf-includes/wpf-phrases.php:390
901
- msgid "minutes"
902
- msgstr "minutos"
903
-
904
- #: wpf-admin/options-tabs/members.php:20 wpf-includes/wpf-phrases.php:179
905
- msgid "Members URL structure"
906
- msgstr "Estructura para la URL de Miembros"
907
-
908
- #: wpf-admin/options-tabs/members.php:30 wpf-includes/wpf-phrases.php:62
909
- msgid "Custom Authorization URLs"
910
- msgstr "ULRs de Autorización Personalizada"
911
-
912
- #: wpf-admin/options-tabs/members.php:32
913
- msgid ""
914
- "Use this option only if you have set other pages for authorization. \n"
915
- " wpForo doesn't change its own URLs, these options "
916
- "are only for other plugin compatibility. \n"
917
- " For example, if you use BuddyPress or Ultimate "
918
- "Member plugin you can set these values:"
919
- msgstr ""
920
- "Utilice esta opción solo si tienes otras páginas para la autorización.\n"
921
- "wpForo no cambia sus propias URLs, estas opciones son solo para "
922
- "compatibilidad de otros plugins.\n"
923
- "Por ejemplo, puedes cambiar los valores si estas usando los plugins de "
924
- "Buddypress ó Ultimate Member."
925
-
926
- #: wpf-admin/options-tabs/members.php:35 wpf-admin/options-tabs/members.php:41
927
- #: wpf-includes/wpf-phrases.php:162
928
- msgid "Login URL"
929
- msgstr "URL para Inicio de Sesión"
930
-
931
- #: wpf-admin/options-tabs/members.php:36 wpf-admin/options-tabs/members.php:42
932
- #: wpf-includes/wpf-phrases.php:252
933
- msgid "Register URL"
934
- msgstr "URL para Registro"
935
-
936
- #: wpf-admin/options-tabs/members.php:43 wpf-includes/wpf-phrases.php:164
937
- msgid "Lost Password URL"
938
- msgstr "URL para Contraseña Perdida"
939
-
940
- #: wpf-admin/options-tabs/members.php:49 wpf-includes/wpf-phrases.php:174
941
- msgid "Member Reputation"
942
- msgstr "Reputación de Miembros"
943
-
944
- #: wpf-admin/options-tabs/members.php:57 wpf-includes/wpf-phrases.php:247
945
- msgid "Rating Level"
946
- msgstr "Nivel de Rating"
947
-
948
- #: wpf-admin/options-tabs/members.php:58 wpf-includes/wpf-phrases.php:184
949
- msgid "Min Number of Posts"
950
- msgstr "Mensajes Mínimos"
951
-
952
- #: wpf-admin/options-tabs/members.php:59 wpf-includes/wpf-phrases.php:175
953
- msgid "Member Title"
954
- msgstr "Título de Miembro"
955
-
956
- #: wpf-admin/options-tabs/members.php:60 wpf-includes/wpf-phrases.php:293
957
- msgid "Short Badge"
958
- msgstr "Emblema Corto"
959
-
960
- #: wpf-admin/options-tabs/members.php:61 wpf-includes/wpf-phrases.php:128
961
- msgid "Full Badge"
962
- msgstr "Emblema Completo"
963
-
964
- #: wpf-admin/options-tabs/members.php:62 wpf-includes/wpf-phrases.php:245
965
- msgid "Rating Color"
966
- msgstr "Color de Rating"
967
-
968
- #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:246
969
- msgid "Rating Icon"
970
- msgstr "Ícono de Rating"
971
-
972
- #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:186
973
- msgid "More"
974
- msgstr "Más"
975
-
976
- #: wpf-admin/options-tabs/members.php:68 wpf-includes/wpf-phrases.php:158
977
- msgid "Level"
978
- msgstr "Nivel"
979
-
980
- #: wpf-admin/options-tabs/members.php:69 wpf-includes/wpf-phrases.php:211
981
- msgid "Number of Posts"
982
- msgstr "Numero de Mensjaes"
983
-
984
- #: wpf-admin/options-tabs/members.php:70 wpf-includes/wpf-phrases.php:63
985
- msgid "Custom Title"
986
- msgstr "Título Personalizado"
987
-
988
- #: wpf-admin/options-tabs/members.php:73 wpf-includes/wpf-phrases.php:56
989
- msgid "Color"
990
- msgstr "Color"
991
-
992
- #: wpf-admin/options-tabs/members.php:74 wpf-includes/wpf-phrases.php:48
993
- msgid "Badge Icon"
994
- msgstr "Ícono del Emblema"
995
-
996
- #: wpf-admin/options-tabs/members.php:80
997
- msgid "Enable Reputation Titles for selected usergroups"
998
- msgstr "Activar Titulos de Reputación para los grupos seleccionados"
999
-
1000
- #: wpf-admin/options-tabs/members.php:81
1001
- msgid ""
1002
- "This option depends on \"Enable Member Rating\" parent option, witch located "
1003
- "in wpForo Settings > Features Tab"
1004
- msgstr ""
1005
- "Esta opción dependerá de \"Activar Rating de Miembro\", el cuál se encuentra "
1006
- "en la pestaña wpForo > Funciones."
1007
-
1008
- #: wpf-admin/options-tabs/members.php:94
1009
- msgid "Enable Reputation Badges for selected usergroups"
1010
- msgstr "Activar Emblemas de Reputación para los grupos seleccionados"
1011
-
1012
- #: wpf-admin/options-tabs/members.php:95
1013
- msgid ""
1014
- "This option depends on \"Enable Member Rating Titles\" parent option, witch "
1015
- "located in wpForo Settings > Features Tab"
1016
- msgstr ""
1017
- "Esta opción dependerá de \"Activar Titulos de Rating de Miembro\", el cuál "
1018
- "se encuentra en la pestaña wpForo > Funciones."
1019
-
1020
- #: wpf-admin/options-tabs/plugins.php:9
1021
- msgid ""
1022
- "Thank you for using wpForo. wpForo is a premium forum plugin which will "
1023
- "always be available for free. There will never be paid and pro versions of "
1024
- "this forum board. However this is a very large and hard project so we also "
1025
- "develop paid addons (extensions), which will financially help us to keep "
1026
- "improving and adding new features to the free wpForo plugin. Forum addons "
1027
- "will also be actively developed. The first addons \"Advanced Media Uploader"
1028
- "\", \"Polls\", \"Private Messages\" and \"Ad Manager\" will be available "
1029
- "very soon. Once you got some addon and activated that, you will find "
1030
- "settings in vertical subTabs here."
1031
- msgstr ""
1032
- "Gracias por usar wpForo. wpForo es un plugin de foro premium que siempre "
1033
- "estará disponible de manera gratuita. Nunca habrá versiones de paga y pro de "
1034
- "este foro. Sin embargo este es un proyecto muy grande y laborioso, así que "
1035
- "estamos desarrollando complementos (extensiones) de paga, el cuál nos "
1036
- "ayudará financiar, mejorar y agrregar nuevas funciones al plugin gratuito de "
1037
- "wpForo. Los complementos del foro también estarán activamente en desarrollo. "
1038
- "Los primeros complementos \"Advanced Media Uploader\", \"Encuestas\", "
1039
- "\"Mensajes Privados\" y \"Ad Manager\", estarán disponibles pronto. Una vez "
1040
- "que adquieras algunos complementos y los actives, encontraras los ajustes en "
1041
- "las sub pestaña vertical de aquí."
1042
-
1043
- #: wpf-admin/options-tabs/posts.php:14 wpf-includes/wpf-phrases.php:213
1044
- msgid "Number of Topics per Page"
1045
- msgstr "Numero de temas por página"
1046
-
1047
- #: wpf-admin/options-tabs/posts.php:18 wpf-includes/wpf-phrases.php:30
1048
- msgid "Allow Edit Own Topic for"
1049
- msgstr "Tiempo para poder editar su tema"
1050
-
1051
- #: wpf-admin/options-tabs/posts.php:22 wpf-includes/wpf-phrases.php:27
1052
- msgid "Allow Delete Own Topic for"
1053
- msgstr "Tiempo para poder borrar su tema"
1054
-
1055
- #: wpf-admin/options-tabs/posts.php:26 wpf-includes/wpf-phrases.php:212
1056
- msgid "Number of Posts per Page"
1057
- msgstr "Numero de mensajes por página"
1058
-
1059
- #: wpf-admin/options-tabs/posts.php:30 wpf-includes/wpf-phrases.php:29
1060
- msgid "Allow Edit Own Post for"
1061
- msgstr "Tiempo para poder editar su mensaje"
1062
-
1063
- #: wpf-admin/options-tabs/posts.php:34 wpf-includes/wpf-phrases.php:28
1064
- msgid "Allow Delete Own post for"
1065
- msgstr "Tiempo para poder borrar su mensaje"
1066
-
1067
- #: wpf-admin/options-tabs/posts.php:40 wpf-includes/wpf-phrases.php:169
1068
- msgid "Maximum upload file size"
1069
- msgstr "Tamaño máximo de subida para archivos"
1070
-
1071
- #: wpf-admin/options-tabs/posts.php:41 wpf-includes/wpf-phrases.php:370
1072
- msgid ""
1073
- "You can not set this value more than \"upload_max_filesize\" and "
1074
- "\"post_max_size\". If you want to increase server parameters please contact "
1075
- "to your hosting service support."
1076
- msgstr ""
1077
- "No puedes poner este valor más que \"upload_max_filesize\" y \"post_max_size"
1078
- "\". Si desea incrementar estos parámetros del servidor, por favor contacte a "
1079
- "soporte de su servicio de hosting."
1080
-
1081
- #: wpf-admin/options-tabs/posts.php:44 wpf-includes/wpf-phrases.php:166
1082
- msgid "MB"
1083
- msgstr "MB"
1084
-
1085
- #: wpf-admin/options-tabs/posts.php:47 wpf-includes/wpf-phrases.php:288
1086
- msgid "Server \"upload_max_filesize\" is "
1087
- msgstr "El \"upload_max_filesize\" del servidor es de"
1088
-
1089
- #: wpf-admin/options-tabs/posts.php:48 wpf-includes/wpf-phrases.php:287
1090
- msgid "Server \"post_max_size\" is "
1091
- msgstr "El \"post_max_size\" del servidor es de"
1092
-
1093
- #: wpf-admin/options-tabs/posts.php:56
1094
- msgid "Attachment click - message for non-permitted users"
1095
- msgstr ""
1096
-
1097
- #: wpf-admin/options-tabs/posts.php:57
1098
- msgid ""
1099
- "This message will be displayed when a non-permitted forum member clicks on "
1100
- "attached file link in topic and posts."
1101
- msgstr ""
1102
-
1103
- #: wpf-admin/options-tabs/styles.php:13
1104
- msgid "Font Sizes"
1105
- msgstr "Tamaño de Fuente"
1106
-
1107
- #: wpf-admin/options-tabs/styles.php:28 wpf-includes/wpf-phrases.php:480
1108
- msgid "Post Content"
1109
- msgstr "Contenido del Mensaje"
1110
-
1111
- #: wpf-admin/options-tabs/styles.php:36 wpf-includes/wpf-phrases.php:61
1112
- msgid "Custom CSS Code"
1113
- msgstr "Código CSS Personalizado"
1114
-
1115
- #: wpf-admin/options-tabs/styles.php:43
1116
- msgid "Forum Color Styles"
1117
- msgstr "Estilo de Colores del Foro"
1118
-
1119
- #: wpf-admin/options.php:8 wpf-includes/wpf-phrases.php:117
1120
- msgid "Forum Settings"
1121
- msgstr "Ajustes del Foro"
1122
-
1123
- #: wpf-admin/options.php:14 wpf-includes/wpf-phrases.php:129
1124
- msgid "General"
1125
- msgstr "General"
1126
-
1127
- #: wpf-admin/options.php:16 wpf-includes/wpf-phrases.php:105
1128
- msgid "Forum Accesses"
1129
- msgstr "Accesos del Foro"
1130
-
1131
- #: wpf-admin/options.php:17 wpf-includes/wpf-phrases.php:339
1132
- msgid "Topics &amp; Posts"
1133
- msgstr "Temas y Mensajes"
1134
-
1135
- #: wpf-admin/options.php:19 wpf-includes/wpf-phrases.php:76
1136
- msgid "Emails"
1137
- msgstr "Correos"
1138
-
1139
- #: wpf-admin/options.php:20 wpf-includes/wpf-phrases.php:96
1140
- msgid "Features"
1141
- msgstr "Funciones"
1142
-
1143
- #: wpf-admin/options.php:22 wpf-includes/wpf-phrases.php:311
1144
- msgid "Styles"
1145
- msgstr "Estilos"
1146
-
1147
- #: wpf-admin/phrase.php:10 wpf-includes/wpf-phrases.php:127
1148
- msgid "Front-end Phrases"
1149
- msgstr "Frases de la Interfaz (Front-end)"
1150
-
1151
- #: wpf-admin/themes.php:9 wpf-includes/wpf-phrases.php:120
1152
- msgid "Forum Themes"
1153
- msgstr "Temas del Foro"
1154
-
1155
- #: wpf-admin/themes.php:46 wpf-includes/wpf-phrases.php:60
1156
- msgid "Current active theme"
1157
- msgstr "Tema activo"
1158
-
1159
- #: wpf-admin/themes.php:48 wpf-includes/wpf-phrases.php:138
1160
- msgid "Inactive"
1161
- msgstr "Inactivo"
1162
-
1163
- #: wpf-admin/themes.php:52 wpf-includes/wpf-phrases.php:143
1164
- msgid "LAYOUTS"
1165
- msgstr "PLANTILLAS"
1166
-
1167
- #: wpf-admin/themes.php:68 wpf-includes/wpf-phrases.php:17
1168
- msgid "Activate"
1169
- msgstr "Activar"
1170
-
1171
- #: wpf-admin/themes.php:69 wpf-includes/wpf-phrases.php:124
1172
- msgid "Fresh Installation"
1173
- msgstr "Instalación nueva"
1174
-
1175
- #: wpf-admin/themes.php:71 wpf-includes/wpf-phrases.php:140
1176
- msgid "Install"
1177
- msgstr "Instalar"
1178
-
1179
- #: wpf-admin/themes.php:73 wpf-includes/wpf-phrases.php:38
1180
- msgid "Are you sure you want to delete this theme files?"
1181
- msgstr "¿Estas seguro que quieres borrar los archivos de este Tema?"
1182
-
1183
- #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:40
1184
- msgid ""
1185
- "Are you sure you want to reset all settings and style colors to default?"
1186
- msgstr ""
1187
- "¿Estas seguro que quieres restablecer por default toda la configuración y "
1188
- "colores de estilo?"
1189
-
1190
- #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:268
1191
- msgid "Reset Settings"
1192
- msgstr "Restablecer configuración"
1193
-
1194
- #: wpf-admin/themes.php:96 wpf-includes/wpf-phrases.php:201
1195
- msgid "No layout found"
1196
- msgstr "No se encontro una plantilla"
1197
-
1198
- #: wpf-admin/themes.php:107 wpf-includes/wpf-phrases.php:206
1199
- msgid "No theme found"
1200
- msgstr "No se encontro un tema"
1201
-
1202
- #: wpf-admin/usergroup.php:18 wpf-admin/usergroup.php:30
1203
- #: wpf-admin/usergroup.php:62
1204
- msgid "Usergroup Name"
1205
- msgstr "Nombre de Grupo"
1206
-
1207
- #: wpf-admin/usergroup.php:19
1208
- msgid "Users Count"
1209
- msgstr "Numero de Usuarios"
1210
-
1211
- #: wpf-admin/usergroup.php:36
1212
- msgid "Edit this usergroup"
1213
- msgstr "Editar este Grupo"
1214
-
1215
- #: wpf-admin/usergroup.php:36 wpf-includes/wpf-phrases.php:73
1216
- msgid "Edit"
1217
- msgstr "Editar"
1218
-
1219
- #: wpf-admin/usergroup.php:37
1220
- msgid "Delete this usergroup"
1221
- msgstr "Borrar este Grupo"
1222
-
1223
- #: wpf-admin/usergroup.php:39
1224
- msgid "View users list in this usergroup"
1225
- msgstr "Ver la lista de usuarios de este Grupo"
1226
-
1227
- #: wpf-admin/usergroup.php:43
1228
- msgid "Count of users in this usergroup"
1229
- msgstr "Numero de usuarios en este grupo"
1230
-
1231
- #: wpf-admin/usergroup.php:62 wpf-includes/wpf-phrases.php:133
1232
- msgid "Guest"
1233
- msgstr "Invitado"
1234
-
1235
- #: wpf-admin/usergroup.php:85 wpf-includes/wpf-phrases.php:374
1236
- msgid "add"
1237
- msgstr "agregar"
1238
-
1239
- #: wpf-admin/usergroup.php:85
1240
- msgid "save"
1241
- msgstr "salvar"
1242
-
1243
- #: wpf-admin/usergroup.php:106
1244
- msgid "Delete Chosen Usergroup And Users"
1245
- msgstr "Borrar grupo y usuarios seleciconados"
1246
-
1247
- #: wpf-admin/usergroup.php:116
1248
- msgid "Delete Chosen Usergroup And Join Users To Other Usergroup"
1249
- msgstr "Borrar grupo seleccionado y unir usuarios a otro grupo"
1250
-
1251
- #: wpf-admin/usergroup.php:128
1252
- msgid "Users will be join this usergroup"
1253
- msgstr "Los usuarios serán agregados a este grupo"
1254
-
1255
- #: wpf-includes/class-forums.php:548
1256
- msgid "Add a new SubForum"
1257
- msgstr ""
1258
-
1259
- #: wpf-includes/class-forums.php:548
1260
- msgid "Add a new Forum in this Category"
1261
- msgstr ""
1262
-
1263
- #: wpf-includes/class-members.php:156
1264
- msgid "<strong>ERROR</strong>: Please enter a username."
1265
- msgstr ""
1266
-
1267
- #: wpf-includes/class-members.php:160
1268
- msgid ""
1269
- "<strong>ERROR</strong>: This username is invalid because it uses illegal "
1270
- "characters. Please enter a valid username."
1271
- msgstr ""
1272
-
1273
- #: wpf-includes/class-members.php:169
1274
- msgid ""
1275
- "<strong>ERROR</strong>: This username is already registered. Please choose "
1276
- "another one."
1277
- msgstr ""
1278
-
1279
- #: wpf-includes/class-members.php:173
1280
- msgid "<strong>ERROR</strong>: Sorry, that username is not allowed."
1281
- msgstr ""
1282
-
1283
- #: wpf-includes/class-members.php:177
1284
- msgid "<strong>ERROR</strong>: Please type your email address."
1285
- msgstr ""
1286
-
1287
- #: wpf-includes/class-members.php:181
1288
- msgid "<strong>ERROR</strong>: The email address isn&#8217;t correct."
1289
- msgstr ""
1290
-
1291
- #: wpf-includes/class-members.php:186
1292
- msgid ""
1293
- "<strong>ERROR</strong>: This email is already registered, please choose "
1294
- "another one."
1295
- msgstr ""
1296
-
1297
- #: wpf-includes/class-members.php:1109
1298
- msgid "What should be done with wpForo content owned by this user?"
1299
- msgstr ""
1300
-
1301
- #: wpf-includes/class-members.php:1111
1302
- msgid "What should be done with wpForo content owned by these users?"
1303
- msgstr ""
1304
-
1305
- #: wpf-includes/class-members.php:1115
1306
- msgid "Delete all wpForo content."
1307
- msgstr ""
1308
-
1309
- #: wpf-includes/class-members.php:1117
1310
- msgid "Attribute all content to:"
1311
- msgstr ""
1312
-
1313
- #: wpf-includes/class-notices.php:131 wpf-includes/wpf-phrases.php:69
1314
- msgid "Dismiss this notice."
1315
- msgstr "Descartar este aviso."
1316
-
1317
- #: wpf-includes/class-notices.php:147
1318
- msgid "New Addons for Your Forum!"
1319
- msgstr ""
1320
-
1321
- #: wpf-includes/class-notices.php:147
1322
- msgid "Extend your forum with wpForo addons"
1323
- msgstr ""
1324
-
1325
- #: wpf-includes/class-notices.php:160
1326
- msgid "View all Addons"
1327
- msgstr ""
1328
-
1329
- #: wpf-includes/class-permissions.php:116 wpf-includes/wpf-phrases.php:420
1330
- #, fuzzy, php-format
1331
- msgid "%s access successfully added"
1332
- msgstr "Acceso agregado satisfactoriamente"
1333
-
1334
- #: wpf-includes/class-permissions.php:141 wpf-includes/wpf-phrases.php:421
1335
- #, fuzzy, php-format
1336
- msgid "%s access successfully edited"
1337
- msgstr "Acceso editado satisfactoriamente"
1338
-
1339
- #: wpf-includes/class-phrases.php:169 wpf-includes/wpf-phrases.php:7
1340
- msgid " Forum"
1341
- msgstr "Foro"
1342
-
1343
- #: wpf-includes/class-phrases.php:170 wpf-includes/wpf-phrases.php:6
1344
- msgid " Discussion Board"
1345
- msgstr "Foro de Discusión"
1346
-
1347
- #: wpf-includes/class-template.php:32
1348
- msgid "Insert link"
1349
- msgstr "Insertar Link"
1350
-
1351
- #: wpf-includes/class-template.php:33
1352
- msgid "Link Text"
1353
- msgstr "Texto del Link"
1354
-
1355
- #: wpf-includes/class-template.php:34
1356
- msgid "Open link in a new tab"
1357
- msgstr "Abrir link en una pestaña nueva"
1358
-
1359
- #: wpf-includes/class-template.php:924 wpf-includes/wpf-phrases.php:327
1360
- msgid "Theme file not readable"
1361
- msgstr "Archivo de tema no legible"
1362
-
1363
- #: wpf-includes/functions-installation.php:53 wpf-includes/wpf-phrases.php:101
1364
- msgid "Forum"
1365
- msgstr "Foro"
1366
-
1367
- #: wpf-includes/functions-installation.php:54
1368
- msgid "Discussion Board"
1369
- msgstr "Foro de Discusión"
1370
-
1371
- #: wpf-includes/functions-installation.php:84
1372
- msgid "You are not permitted to view this attachment"
1373
- msgstr ""
1374
-
1375
- #: wpf-includes/functions-template.php:7
1376
- msgid "wpForo Menu"
1377
- msgstr "Menú wpForo"
1378
-
1379
- #: wpf-includes/functions-template.php:157 wpf-includes/wpf-phrases.php:410
1380
- msgid "wpForo Sidebar"
1381
- msgstr "Sidebar de wpForo"
1382
-
1383
- #: wpf-includes/functions-template.php:158 wpf-includes/wpf-phrases.php:191
1384
- msgid ""
1385
- "NOTE: If you're going to add widgets in this sidebar, please use 'Full "
1386
- "Width' template for wpForo index page to avoid sidebar duplication."
1387
- msgstr ""
1388
- "NOTA: Si va a agregar widgets en este sidebar, por favor use la plantilla "
1389
- "'Full Width' como página para wpForo para evitar duplicados."
1390
-
1391
- #: wpf-includes/functions-template.php:196
1392
- #: wpf-includes/functions-template.php:303
1393
- #: wpf-includes/functions-template.php:366
1394
- #: wpf-includes/functions-template.php:442
1395
- #: wpf-includes/functions-template.php:519
1396
- #: wpf-includes/functions-template.php:566 wpf-includes/wpf-phrases.php:334
1397
- msgid "Title"
1398
- msgstr "Título"
1399
-
1400
- #: wpf-includes/functions-template.php:369
1401
- #: wpf-includes/functions-template.php:445
1402
- #: wpf-includes/functions-template.php:522 wpf-includes/wpf-phrases.php:210
1403
- msgid "Number of Items"
1404
- msgstr "Número de elementos"
1405
-
1406
- #: wpf-includes/functions-template.php:374 wpf-includes/wpf-phrases.php:70
1407
- msgid "Display Avatars"
1408
- msgstr "Mostrar Avatars"
1409
-
1410
- #: wpf-includes/functions-template.php:449
1411
- #: wpf-includes/functions-template.php:526 wpf-includes/wpf-phrases.php:72
1412
- msgid "Display with Avatars"
1413
- msgstr "Mostrar con Avatars"
1414
-
1415
- #: wpf-includes/functions.php:324 wpf-includes/functions.php:581
1416
- #: wpf-includes/wpf-phrases.php:50
1417
- msgid "Bulk Actions"
1418
- msgstr "Acciones Masivas"
1419
-
1420
- #: wpf-includes/functions.php:329 wpf-includes/functions.php:667
1421
- #: wpf-includes/wpf-phrases.php:36
1422
- msgid "Apply"
1423
- msgstr "Aplicar"
1424
-
1425
- #: wpf-includes/functions.php:338 wpf-includes/wpf-phrases.php:300
1426
- msgid "Show all forums"
1427
- msgstr "Mostrar todos los foros"
1428
-
1429
- #: wpf-includes/functions.php:351 wpf-includes/wpf-phrases.php:350
1430
- msgid "filter by group"
1431
- msgstr ""
1432
-
1433
- #: wpf-includes/functions.php:363
1434
- msgid "filter by status"
1435
- msgstr ""
1436
-
1437
- #: wpf-includes/functions.php:379
1438
- msgid "filter by package"
1439
- msgstr ""
1440
-
1441
- #: wpf-includes/functions.php:399 wpf-includes/functions.php:589
1442
- #: wpf-includes/wpf-phrases.php:385
1443
- msgid "item"
1444
- msgstr "elemento"
1445
-
1446
- #: wpf-includes/functions.php:432 wpf-includes/functions.php:448
1447
- #: wpf-includes/wpf-phrases.php:284
1448
- msgid "Select All"
1449
- msgstr "Selecionar Todo"
1450
-
1451
- #: wpf-includes/functions.php:508 wpf-includes/wpf-phrases.php:383
1452
- msgid "edit user"
1453
- msgstr "editar usuario"
1454
-
1455
- #: wpf-includes/functions.php:512 wpf-includes/wpf-phrases.php:382
1456
- msgid "edit profile"
1457
- msgstr "editar perfil"
1458
-
1459
- #: wpf-includes/functions.php:517
1460
- msgid "unban user"
1461
- msgstr ""
1462
-
1463
- #: wpf-includes/functions.php:517
1464
- msgid "ban user"
1465
- msgstr ""
1466
-
1467
- #: wpf-includes/functions.php:517
1468
- msgid "Are you sure, you want to unban this user?"
1469
- msgstr ""
1470
-
1471
- #: wpf-includes/functions.php:517
1472
- msgid "Are you sure, you want to ban this user?"
1473
- msgstr ""
1474
-
1475
- #: wpf-includes/functions.php:522 wpf-includes/functions.php:527
1476
- #: wpf-includes/wpf-phrases.php:67
1477
- msgid "Delete this item"
1478
- msgstr "Borrar este elemento"
1479
-
1480
- #: wpf-includes/functions.php:522 wpf-includes/functions.php:527
1481
- #: wpf-includes/wpf-phrases.php:41
1482
- msgid "Are you sure you whant to DELETE this item?"
1483
- msgstr "¿Estas seguro que quieres BORRAR este elemento?"
1484
-
1485
- #: wpf-includes/functions.php:541 wpf-includes/functions.php:542
1486
- #: wpf-includes/wpf-phrases.php:404
1487
- msgid "view"
1488
- msgstr "ver"
1489
-
1490
- #: wpf-includes/functions.php:573 wpf-includes/wpf-phrases.php:200
1491
- msgid "No items found"
1492
- msgstr "No se encontraron elementos"
1493
-
1494
- #: wpf-includes/functions.php:666 wpf-includes/wpf-phrases.php:141
1495
- msgid "Items"
1496
- msgstr "Elementos"
1497
-
1498
- #: wpf-includes/functions.php:936
1499
- #, php-format
1500
- msgid "Could not write file %s"
1501
- msgstr "No se puede escribir en el archivo %s"
1502
-
1503
- #: wpf-includes/wpf-hooks.php:20 wpf-includes/wpf-phrases.php:136
1504
- msgid ""
1505
- "IMPORTANT! Uninstall is not a simple deactivation action. This action will "
1506
- "permanently remove all forum data (forums, topics, replies, attachments...) "
1507
- "from database. Please backup database before this action, you may need this "
1508
- "forum data in future. If you are sure that you want to delete all forum data "
1509
- "please confirm. If not, just cancel it, then you can deactivate this plugin, "
1510
- "that will not remove forum data."
1511
- msgstr ""
1512
- "¡IMPORTANTE! Desisntalar no es una simple acción de desactivación. Esta "
1513
- "acción removerá permanentemente todos los datos del foro (foros, temas, "
1514
- "respuestas, adjuntos...) de la base de datos. Por favor haga un respaldo "
1515
- "antes de completar esta acción, podrias ocupar estos datos del foro en el "
1516
- "futuro. Si estas seguro de que deseas eliminar todos los datos del foro, por "
1517
- "favor confirma. Si no, solo cancel, así podras reactivar este plugin, sin "
1518
- "haber removido los datos."
1519
-
1520
- #: wpf-includes/wpf-hooks.php:20
1521
- msgid "Uninstall"
1522
- msgstr "Desinstalar"
1523
-
1524
- #: wpf-includes/wpf-hooks.php:986 wpf-includes/wpf-phrases.php:187
1525
- msgid "Move"
1526
- msgstr "Mover"
1527
-
1528
- #: wpf-includes/wpf-hooks.php:1021
1529
- msgid "Clear"
1530
- msgstr "Despejar"
1531
-
1532
- #: wpf-includes/wpf-hooks.php:1021
1533
- msgid "Default"
1534
- msgstr "Por Defecto"
1535
-
1536
- #: wpf-includes/wpf-hooks.php:1021
1537
- msgid "Select Color"
1538
- msgstr "Selector de Color"
1539
-
1540
- #: wpf-includes/wpf-hooks.php:1044
1541
- msgid ""
1542
- "IMPORTANT: wpForo can't work with default permalink, please change permalink "
1543
- "structure"
1544
- msgstr ""
1545
-
1546
- #: wpf-includes/wpf-hooks.php:1065 wpf-includes/wpf-phrases.php:412
1547
- msgid "wpForo Usergroup"
1548
- msgstr "Grupos de Usuario de wpForo"
1549
-
1550
- #: wpf-includes/wpf-hooks.php:1073 wpf-includes/wpf-phrases.php:411
1551
- msgid "wpForo User Timezone"
1552
- msgstr "Zona Horaria del wpForo"
1553
-
1554
- #: wpf-includes/wpf-phrases.php:8
1555
- #, php-format
1556
- msgid "%s and %s liked"
1557
- msgstr "A %s y a %s les ha gustado"
1558
-
1559
- #: wpf-includes/wpf-phrases.php:9
1560
- #, php-format
1561
- msgid "%s liked"
1562
- msgstr "A %s le ha gustado"
1563
-
1564
- #: wpf-includes/wpf-phrases.php:10
1565
- #, php-format
1566
- msgid "%s, %s and %s liked"
1567
- msgstr "A %s, %s y a %s les ha gustado"
1568
-
1569
- #: wpf-includes/wpf-phrases.php:11
1570
- #, php-format
1571
- msgid "%s, %s, %s and %d people liked"
1572
- msgstr "A %s, %s, %s y a %d personas les ha gustado"
1573
-
1574
- #: wpf-includes/wpf-phrases.php:12
1575
- msgid "AOL IM"
1576
- msgstr "AOL IM"
1577
-
1578
- #: wpf-includes/wpf-phrases.php:13
1579
- msgid "About Me"
1580
- msgstr "Acerca de Mí"
1581
-
1582
- #: wpf-includes/wpf-phrases.php:16
1583
- msgid "Account"
1584
- msgstr "Cuenta"
1585
-
1586
- #: wpf-includes/wpf-phrases.php:19
1587
- msgid "Activity"
1588
- msgstr "Actividad"
1589
-
1590
- #: wpf-includes/wpf-phrases.php:23
1591
- msgid "Add a comment"
1592
- msgstr "Añadir comentario"
1593
-
1594
- #: wpf-includes/wpf-phrases.php:24
1595
- msgid "Add topic"
1596
- msgstr "Añadir tema"
1597
-
1598
- #: wpf-includes/wpf-phrases.php:32
1599
- msgid "Answer"
1600
- msgstr "Responder"
1601
-
1602
- #: wpf-includes/wpf-phrases.php:33
1603
- msgid "Answer to"
1604
- msgstr "Responder a"
1605
-
1606
- #: wpf-includes/wpf-phrases.php:34
1607
- msgid "Answers"
1608
- msgstr "Respuestas"
1609
-
1610
- #: wpf-includes/wpf-phrases.php:35
1611
- msgid "Any Date"
1612
- msgstr "Cualquier Fecha"
1613
-
1614
- #: wpf-includes/wpf-phrases.php:42
1615
- msgid "Ascending order"
1616
- msgstr "Orden Ascendente"
1617
-
1618
- #: wpf-includes/wpf-phrases.php:43
1619
- msgid "Attach file:"
1620
- msgstr "Archivo adjunto:"
1621
-
1622
- #: wpf-includes/wpf-phrases.php:44
1623
- msgid "Attachments"
1624
- msgstr "Adjuntos"
1625
-
1626
- #: wpf-includes/wpf-phrases.php:45
1627
- msgid "Attachments Size"
1628
- msgstr "Tamaño de Adjuntos"
1629
-
1630
- #: wpf-includes/wpf-phrases.php:47
1631
- msgid "Avatar"
1632
- msgstr "Avatar"
1633
-
1634
- #: wpf-includes/wpf-phrases.php:53
1635
- msgid "Change password"
1636
- msgstr "Cambiar contraseña"
1637
-
1638
- #: wpf-includes/wpf-phrases.php:54
1639
- msgid "Choose target forum"
1640
- msgstr "Seleccione foro destino"
1641
-
1642
- #: wpf-includes/wpf-phrases.php:55 wpf-themes/classic/functions.php:39
1643
- #: wpf-themes/classic/functions.php:60 wpf-themes/classic/functions.php:89
1644
- msgid "Collapsed"
1645
- msgstr "Colapsado"
1646
-
1647
- #: wpf-includes/wpf-phrases.php:58
1648
- msgid "Comments"
1649
- msgstr "Comentarios"
1650
-
1651
- #: wpf-includes/wpf-phrases.php:59
1652
- msgid "Confirm my subscription"
1653
- msgstr "Confirmar mi suscripción"
1654
-
1655
- #: wpf-includes/wpf-phrases.php:65
1656
- msgid "Date"
1657
- msgstr "Fecha"
1658
-
1659
- #: wpf-includes/wpf-phrases.php:68
1660
- msgid "Descending order"
1661
- msgstr "Orden descendente"
1662
-
1663
- #: wpf-includes/wpf-phrases.php:71
1664
- msgid "Display Name"
1665
- msgstr "Nombre a mostrar"
1666
-
1667
- #: wpf-includes/wpf-phrases.php:74
1668
- msgid "Edited: "
1669
- msgstr "Editado:"
1670
-
1671
- #: wpf-includes/wpf-phrases.php:75
1672
- msgid "Email"
1673
- msgstr "Correo Electrónico"
1674
-
1675
- #: wpf-includes/wpf-phrases.php:88
1676
- msgid "Enter title here"
1677
- msgstr "Introduzca aquí el título"
1678
-
1679
- #: wpf-includes/wpf-phrases.php:89 wpf-themes/classic/functions.php:38
1680
- #: wpf-themes/classic/functions.php:59 wpf-themes/classic/functions.php:88
1681
- msgid "Expanded"
1682
- msgstr "Expandido"
1683
-
1684
- #: wpf-includes/wpf-phrases.php:90 wpf-themes/classic/functions.php:85
1685
- msgid "Extended Layout - Intro posts"
1686
- msgstr "Plantilla expandida - Respuestas"
1687
-
1688
- #: wpf-includes/wpf-phrases.php:91 wpf-themes/classic/functions.php:35
1689
- msgid "Extended Layout - Intro topics"
1690
- msgstr "Plantilla expandida - Temas"
1691
-
1692
- #: wpf-includes/wpf-phrases.php:92 wpf-themes/classic/functions.php:95
1693
- msgid "Extended Layout - Number of intro posts"
1694
- msgstr "Plantilla expandida - Numero de respuestas"
1695
-
1696
- #: wpf-includes/wpf-phrases.php:93 wpf-themes/classic/functions.php:44
1697
- msgid "Extended Layout - Number of intro topics"
1698
- msgstr "Plantilla expandida - Numero de temas"
1699
-
1700
- #: wpf-includes/wpf-phrases.php:94
1701
- msgid "Facebook"
1702
- msgstr "Facebook"
1703
-
1704
- #: wpf-includes/wpf-phrases.php:95
1705
- msgid "Failed to write file to disk"
1706
- msgstr "Fallo al escribir archivo al disco"
1707
-
1708
- #: wpf-includes/wpf-phrases.php:97
1709
- msgid "File upload stopped by extension"
1710
- msgstr "Subida de archivo detenida por extensión"
1711
-
1712
- #: wpf-includes/wpf-phrases.php:98
1713
- msgid "Find Posts by User"
1714
- msgstr "Buscar Mensajes por Usuario"
1715
-
1716
- #: wpf-includes/wpf-phrases.php:99
1717
- msgid "Find Topics Started by User"
1718
- msgstr "Buscar Temas Iniciados por Usuario"
1719
-
1720
- #: wpf-includes/wpf-phrases.php:100
1721
- msgid "First post and replies"
1722
- msgstr "Primeros mensajes y respuestas"
1723
-
1724
- #: wpf-includes/wpf-phrases.php:102
1725
- msgid "Forum - Login"
1726
- msgstr "Foro - Inicio de Sesión"
1727
-
1728
- #: wpf-includes/wpf-phrases.php:103
1729
- msgid "Forum - Page Not Found"
1730
- msgstr "Foro - Página no Encontrada"
1731
-
1732
- #: wpf-includes/wpf-phrases.php:104
1733
- msgid "Forum - Registration"
1734
- msgstr "Foro - Registro"
1735
-
1736
- #: wpf-includes/wpf-phrases.php:106
1737
- msgid "Forum Admin Email Addresses"
1738
- msgstr "Correos Eléctronicos de los Administradores"
1739
-
1740
- #: wpf-includes/wpf-phrases.php:109
1741
- msgid "Forum Home"
1742
- msgstr "Página de Inicio"
1743
-
1744
- #: wpf-includes/wpf-phrases.php:111
1745
- msgid "Forum Members"
1746
- msgstr "Miembros del Foro"
1747
-
1748
- #: wpf-includes/wpf-phrases.php:114
1749
- msgid "Forum Profile"
1750
- msgstr "Perfil del Foro"
1751
-
1752
- #: wpf-includes/wpf-phrases.php:115
1753
- msgid "Forum RSS Feed"
1754
- msgstr "Feed RSS del Foro"
1755
-
1756
- #: wpf-includes/wpf-phrases.php:119
1757
- msgid "Forum Statistics"
1758
- msgstr "Estadísticas del Foro"
1759
-
1760
- #: wpf-includes/wpf-phrases.php:122
1761
- msgid "Forum is empty"
1762
- msgstr "El foro esta Vacío"
1763
-
1764
- #: wpf-includes/wpf-phrases.php:125
1765
- msgid "From Email Address"
1766
- msgstr "Correo Electrónico del Emisor"
1767
-
1768
- #: wpf-includes/wpf-phrases.php:126
1769
- msgid "From Name"
1770
- msgstr "Nombre del Emisor"
1771
-
1772
- #: wpf-includes/wpf-phrases.php:131
1773
- msgid "Group"
1774
- msgstr "Grupo"
1775
-
1776
- #: wpf-includes/wpf-phrases.php:132
1777
- msgid "Gtalk"
1778
- msgstr "Gtalk"
1779
-
1780
- #: wpf-includes/wpf-phrases.php:135
1781
- msgid "ICQ"
1782
- msgstr "ICQ"
1783
-
1784
- #: wpf-includes/wpf-phrases.php:139
1785
- msgid "Insert member name or email"
1786
- msgstr "Inserte el nombre del usuario o correo"
1787
-
1788
- #: wpf-includes/wpf-phrases.php:142
1789
- msgid "Joined"
1790
- msgstr "Registrado"
1791
-
1792
- #: wpf-includes/wpf-phrases.php:145
1793
- msgid "Last 24 hours"
1794
- msgstr "Últimas 24 horas"
1795
-
1796
- #: wpf-includes/wpf-phrases.php:146
1797
- msgid "Last 3 Months"
1798
- msgstr "Últimos 3 Meses"
1799
-
1800
- #: wpf-includes/wpf-phrases.php:147
1801
- msgid "Last 6 Months"
1802
- msgstr "Últimos 6 Meses"
1803
-
1804
- #: wpf-includes/wpf-phrases.php:148
1805
- msgid "Last Active"
1806
- msgstr "Activo"
1807
-
1808
- #: wpf-includes/wpf-phrases.php:149
1809
- msgid "Last Month"
1810
- msgstr "Último Mes"
1811
-
1812
- #: wpf-includes/wpf-phrases.php:150
1813
- msgid "Last Post"
1814
- msgstr "Último Mensaje"
1815
-
1816
- #: wpf-includes/wpf-phrases.php:151
1817
- msgid "Last Post Info"
1818
- msgstr "Último Mensaje"
1819
-
1820
- #: wpf-includes/wpf-phrases.php:152
1821
- msgid "Last Week"
1822
- msgstr "Última Semana"
1823
-
1824
- #: wpf-includes/wpf-phrases.php:153
1825
- msgid "Last Year ago"
1826
- msgstr "Último año"
1827
-
1828
- #: wpf-includes/wpf-phrases.php:154
1829
- #, php-format
1830
- msgid "Last post by %s"
1831
- msgstr "Último mensaje por %s"
1832
-
1833
- #: wpf-includes/wpf-phrases.php:155
1834
- msgid "Latest Post"
1835
- msgstr "Último Mensaje"
1836
-
1837
- #: wpf-includes/wpf-phrases.php:156
1838
- msgid "Leave a reply"
1839
- msgstr "Dejar una respuesta"
1840
-
1841
- #: wpf-includes/wpf-phrases.php:157
1842
- msgid "Length must be between 3 characters and 15 characters."
1843
- msgstr "Debe ser de 3 a 15 caracteres de largo"
1844
-
1845
- #: wpf-includes/wpf-phrases.php:159
1846
- msgid "Liked"
1847
- msgstr "Me gusta"
1848
-
1849
- #: wpf-includes/wpf-phrases.php:160
1850
- msgid "Location"
1851
- msgstr "Ubicación"
1852
-
1853
- #: wpf-includes/wpf-phrases.php:161
1854
- msgid "Login"
1855
- msgstr "Iniciar Sesión"
1856
-
1857
- #: wpf-includes/wpf-phrases.php:163
1858
- msgid "Logout"
1859
- msgstr "Cerrar Sesión"
1860
-
1861
- #: wpf-includes/wpf-phrases.php:165
1862
- msgid "Lost your password?"
1863
- msgstr "¿Perdiste tu contraseña?"
1864
-
1865
- #: wpf-includes/wpf-phrases.php:167
1866
- msgid "MSN"
1867
- msgstr "MSN"
1868
-
1869
- #: wpf-includes/wpf-phrases.php:168
1870
- msgid "Maximum allowed file size is"
1871
- msgstr "Tamaña máximo permitido para archivos es de"
1872
-
1873
- #: wpf-includes/wpf-phrases.php:170
1874
- msgid "Member Activity"
1875
- msgstr "Actividad de Miembro"
1876
-
1877
- #: wpf-includes/wpf-phrases.php:171
1878
- msgid "Member Information"
1879
- msgstr "Información de Miembro"
1880
-
1881
- #: wpf-includes/wpf-phrases.php:172
1882
- msgid "Member Rating"
1883
- msgstr "Rating de Miembro"
1884
-
1885
- #: wpf-includes/wpf-phrases.php:173
1886
- msgid "Member Rating Badge"
1887
- msgstr "Emblema de Rating de Miembro"
1888
-
1889
- #: wpf-includes/wpf-phrases.php:176
1890
- msgid "Member information"
1891
- msgstr "Información de miembro"
1892
-
1893
- #: wpf-includes/wpf-phrases.php:180
1894
- msgid "Members not found"
1895
- msgstr "Miembros no encontrados"
1896
-
1897
- #: wpf-includes/wpf-phrases.php:181
1898
- msgid ""
1899
- "You have been banned. Please contact to forum administrators for more "
1900
- "information."
1901
- msgstr ""
1902
-
1903
- #: wpf-includes/wpf-phrases.php:182
1904
- msgid "Messages"
1905
- msgstr "Mensajes"
1906
-
1907
- #: wpf-includes/wpf-phrases.php:185
1908
- msgid "Missing a temporary folder"
1909
- msgstr "Carpeta temporalmente perdida"
1910
-
1911
- #: wpf-includes/wpf-phrases.php:188
1912
- msgid "Move topic"
1913
- msgstr "Mover tema"
1914
-
1915
- #: wpf-includes/wpf-phrases.php:189
1916
- msgid "Must be minimum 6 characters."
1917
- msgstr "Debe contener mínimo 6 caracteres"
1918
-
1919
- #: wpf-includes/wpf-phrases.php:190
1920
- msgid "My Profile"
1921
- msgstr "Mi Perfil"
1922
-
1923
- #: wpf-includes/wpf-phrases.php:197
1924
- msgid "No activity found for this member."
1925
- msgstr "No se encontró actividad para este miembro"
1926
-
1927
- #: wpf-includes/wpf-phrases.php:198
1928
- msgid "No file was uploaded"
1929
- msgstr "No se subió ningun archivo"
1930
-
1931
- #: wpf-includes/wpf-phrases.php:199
1932
- msgid "No forums were found here."
1933
- msgstr "Ningún foro fué encontrado aquí."
1934
-
1935
- #: wpf-includes/wpf-phrases.php:203
1936
- msgid "No online members at the moment"
1937
- msgstr "Ningún usuario en linea por el momento"
1938
-
1939
- #: wpf-includes/wpf-phrases.php:205
1940
- msgid "No subscriptions found for this member."
1941
- msgstr "No se encontraron suscripciones para este miembro"
1942
-
1943
- #: wpf-includes/wpf-phrases.php:207
1944
- msgid "No topics were found here"
1945
- msgstr "No se encontraron temas aquí"
1946
-
1947
- #: wpf-includes/wpf-phrases.php:214
1948
- msgid "Occupation"
1949
- msgstr "Ocupación"
1950
-
1951
- #: wpf-includes/wpf-phrases.php:215
1952
- msgid "Offline"
1953
- msgstr "Offline"
1954
-
1955
- #: wpf-includes/wpf-phrases.php:216
1956
- msgid "Online"
1957
- msgstr "Online"
1958
-
1959
- #: wpf-includes/wpf-phrases.php:218
1960
- msgid "Oops! The page you requested was not found!"
1961
- msgstr "¡Oops! ¡No se encontró la página que solicitaste!"
1962
-
1963
- #: wpf-includes/wpf-phrases.php:219
1964
- msgid "Our newest member"
1965
- msgstr "Nuestro nuevo miembro"
1966
-
1967
- #: wpf-includes/wpf-phrases.php:220
1968
- msgid "Page"
1969
- msgstr "Página"
1970
-
1971
- #: wpf-includes/wpf-phrases.php:222
1972
- msgid "Password"
1973
- msgstr "Contraseña"
1974
-
1975
- #: wpf-includes/wpf-phrases.php:224
1976
- #, php-format
1977
- msgid "Please %s or %s"
1978
- msgstr "Por favor %s ó %s"
1979
-
1980
- #: wpf-includes/wpf-phrases.php:228
1981
- msgid "Post Title"
1982
- msgstr "Título del Mensaje"
1983
-
1984
- #: wpf-includes/wpf-phrases.php:229
1985
- msgid "Post link"
1986
- msgstr "Link del mensaje"
1987
-
1988
- #: wpf-includes/wpf-phrases.php:230
1989
- msgid "Posted"
1990
- msgstr "Publicado"
1991
-
1992
- #: wpf-includes/wpf-phrases.php:231
1993
- msgid "Posted by"
1994
- msgstr "Publicado por"
1995
-
1996
- #: wpf-includes/wpf-phrases.php:233
1997
- msgid "Powered by"
1998
- msgstr "Auspiciado por"
1999
-
2000
- #: wpf-includes/wpf-phrases.php:235 wpf-themes/classic/functions.php:65
2001
- msgid "Q&A Layout - Number of intro topics"
2002
- msgstr "Plantilla Q&A - Numero de temas"
2003
-
2004
- #: wpf-includes/wpf-phrases.php:236 wpf-themes/classic/functions.php:56
2005
- msgid "Q&A layout - Intro topics"
2006
- msgstr "Plantilla Q&A - Temas"
2007
-
2008
- #: wpf-includes/wpf-phrases.php:237
2009
- msgid "Question Comments"
2010
- msgstr "Comentarios a Preguntas"
2011
-
2012
- #: wpf-includes/wpf-phrases.php:238
2013
- msgid "Questions"
2014
- msgstr "Preguntas"
2015
-
2016
- #: wpf-includes/wpf-phrases.php:239
2017
- msgid "Quote"
2018
- msgstr "Cita"
2019
-
2020
- #: wpf-includes/wpf-phrases.php:240
2021
- msgid "RE"
2022
- msgstr "RE"
2023
-
2024
- #: wpf-includes/wpf-phrases.php:241
2025
- msgid "REPLY:"
2026
- msgstr "RESPUESTA:"
2027
-
2028
- #: wpf-includes/wpf-phrases.php:242
2029
- msgid "RSS"
2030
- msgstr "RSS"
2031
-
2032
- #: wpf-includes/wpf-phrases.php:243
2033
- msgid "Rating"
2034
- msgstr "Rating"
2035
-
2036
- #: wpf-includes/wpf-phrases.php:244
2037
- msgid "Rating Badge"
2038
- msgstr "Emblema"
2039
-
2040
- #: wpf-includes/wpf-phrases.php:248
2041
- msgid "Received Likes"
2042
- msgstr "Me gusta Recibidos"
2043
-
2044
- #: wpf-includes/wpf-phrases.php:249
2045
- msgid "Recent Questions"
2046
- msgstr "Preguntas Recientes"
2047
-
2048
- #: wpf-includes/wpf-phrases.php:250
2049
- msgid "Recent Topics"
2050
- msgstr "Temas Recientes"
2051
-
2052
- #: wpf-includes/wpf-phrases.php:251
2053
- msgid "Register"
2054
- msgstr "Registro"
2055
-
2056
- #: wpf-includes/wpf-phrases.php:253
2057
- msgid "Registered date"
2058
- msgstr "Fecha de registro"
2059
-
2060
- #: wpf-includes/wpf-phrases.php:254
2061
- msgid "Relevancy"
2062
- msgstr "Relevancia"
2063
-
2064
- #: wpf-includes/wpf-phrases.php:255
2065
- msgid "Remember Me"
2066
- msgstr "Recuérdame"
2067
-
2068
- #: wpf-includes/wpf-phrases.php:261
2069
- msgid "Replies"
2070
- msgstr "Respuestas"
2071
-
2072
- #: wpf-includes/wpf-phrases.php:262
2073
- msgid "Replies not found"
2074
- msgstr "No se encontrarón respuestas"
2075
-
2076
- #: wpf-includes/wpf-phrases.php:263
2077
- msgid "Reply"
2078
- msgstr "Responder"
2079
-
2080
- #: wpf-includes/wpf-phrases.php:264
2081
- msgid "Report"
2082
- msgstr "Reportar"
2083
-
2084
- #: wpf-includes/wpf-phrases.php:267
2085
- msgid "Report to Administration"
2086
- msgstr "Reportar a un Administrador"
2087
-
2088
- #: wpf-includes/wpf-phrases.php:269
2089
- msgid "Result Info"
2090
- msgstr "Resultado"
2091
-
2092
- #: wpf-includes/wpf-phrases.php:271
2093
- msgid "Save Changes"
2094
- msgstr "Guardar Cambios"
2095
-
2096
- #: wpf-includes/wpf-phrases.php:275
2097
- msgid "Search"
2098
- msgstr "Buscar"
2099
-
2100
- #: wpf-includes/wpf-phrases.php:276
2101
- msgid "Search Entire Posts"
2102
- msgstr "Buscar en todo el mensaje"
2103
-
2104
- #: wpf-includes/wpf-phrases.php:277
2105
- msgid "Search Phrase"
2106
- msgstr "Búsqueda de Frases"
2107
-
2108
- #: wpf-includes/wpf-phrases.php:278
2109
- msgid "Search Titles Only"
2110
- msgstr "Buscar solo Títulos"
2111
-
2112
- #: wpf-includes/wpf-phrases.php:279
2113
- msgid "Search Type"
2114
- msgstr "Tipo de Búsqueda"
2115
-
2116
- #: wpf-includes/wpf-phrases.php:280
2117
- msgid "Search in Forums"
2118
- msgstr "Buscar en Foros"
2119
-
2120
- #: wpf-includes/wpf-phrases.php:281
2121
- msgid "Search in date period"
2122
- msgstr "Buscar en un periodo de tiempo"
2123
-
2124
- #: wpf-includes/wpf-phrases.php:282
2125
- msgid "Search result for"
2126
- msgstr "Resultados de búsqueda para"
2127
-
2128
- #: wpf-includes/wpf-phrases.php:283
2129
- msgid "Search..."
2130
- msgstr "Buscar..."
2131
-
2132
- #: wpf-includes/wpf-phrases.php:285
2133
- msgid "Select Page"
2134
- msgstr "Seleccionar Página"
2135
-
2136
- #: wpf-includes/wpf-phrases.php:286
2137
- msgid "Send Report"
2138
- msgstr "Enviar Reporte"
2139
-
2140
- #: wpf-includes/wpf-phrases.php:290
2141
- msgid "Set Topic Sticky"
2142
- msgstr "Marcar Tema"
2143
-
2144
- #: wpf-includes/wpf-phrases.php:291 wpf-themes/classic/functions.php:96
2145
- msgid ""
2146
- "Set this option value 0 if you want to show all posts under topic intro area."
2147
- msgstr ""
2148
- "Pon este valor en 0 si quieres mostrar todos los mensajes abajo del area de "
2149
- "la introducción del tema."
2150
-
2151
- #: wpf-includes/wpf-phrases.php:292
2152
- msgid "Shop Account"
2153
- msgstr "Cuenta de compras"
2154
-
2155
- #: wpf-includes/wpf-phrases.php:302
2156
- msgid "Sign In"
2157
- msgstr "Conectarse"
2158
-
2159
- #: wpf-includes/wpf-phrases.php:303
2160
- msgid "Signature"
2161
- msgstr "Firma"
2162
-
2163
- #: wpf-includes/wpf-phrases.php:304
2164
- msgid "Site Profile"
2165
- msgstr "Perfil del Sitio"
2166
-
2167
- #: wpf-includes/wpf-phrases.php:305
2168
- msgid "Skype"
2169
- msgstr "Skype"
2170
-
2171
- #: wpf-includes/wpf-phrases.php:307
2172
- msgid "Social Networks"
2173
- msgstr "Redes Sociales"
2174
-
2175
- #: wpf-includes/wpf-phrases.php:308
2176
- msgid "Sorry, something wrong with your data."
2177
- msgstr "Lo sentimos, algo mal paso con sus datos"
2178
-
2179
- #: wpf-includes/wpf-phrases.php:309
2180
- msgid "Sort Search Results by"
2181
- msgstr "Ordenar Resultados de Búsqueda por"
2182
-
2183
- #: wpf-includes/wpf-phrases.php:310
2184
- msgid "Specify avatar by URL"
2185
- msgstr "Especificar avatar por URL"
2186
-
2187
- #: wpf-includes/wpf-phrases.php:312
2188
- msgid "Subforums"
2189
- msgstr "Subforos"
2190
-
2191
- #: wpf-includes/wpf-phrases.php:315
2192
- msgid "Subscribe for new replies"
2193
- msgstr "Suscríbete para nuevas respuestas"
2194
-
2195
- #: wpf-includes/wpf-phrases.php:316
2196
- msgid "Subscribe for new topics"
2197
- msgstr "Suscríbete para nuevos temas"
2198
-
2199
- #: wpf-includes/wpf-phrases.php:318
2200
- msgid "Subscriptions"
2201
- msgstr "Suscripciones"
2202
-
2203
- #: wpf-includes/wpf-phrases.php:320
2204
- msgid ""
2205
- "Thank you for using wpForo! wpForo is a professional bulletin board for "
2206
- "WorPress, and the only forum software which comes with Multi-layout template "
2207
- "system. The \"Extended"
2208
- msgstr ""
2209
- "¡Gracias por usar wpForo! wpForo es un foro bulletin profesional para "
2210
- "WordPress, y el único programa de foros que viene con un sistema de "
2211
- "Multiplantilla. La \"Extendida"
2212
-
2213
- #: wpf-includes/wpf-phrases.php:321
2214
- msgid ""
2215
- "Thank you for using wpForo. wpForo is a premium forum plugin which will "
2216
- "always be available for free. There will never be paid and pro versions of "
2217
- "this forum board. However this is a very large and hard project so we also "
2218
- "develop paid addons (extensions), which will financially help us to keep "
2219
- "improving and adding new features to the free wpForo plugin. Forum addons "
2220
- "will also be actively developed. The first addons \"Advanced Media Uploader"
2221
- msgstr ""
2222
- "Gracias por usar wpForo. wpForo es un plugin de foro premium que siempre "
2223
- "estará disponible de manera gratuita. Nunca habrá versiones de paga y pro de "
2224
- "este foro. Sin embargo este es un proyecto muy grande y laborioso, así que "
2225
- "estamos desarrollando complementos (extensiones) de paga, el cuál nos "
2226
- "ayudará financiar, mejorar y agrregar nuevas funciones al plugin gratuito de "
2227
- "wpForo. Los complementos del foro también estarán activamente en desarrollo. "
2228
- "Los primeros complementos \"Advanced Media Uploader"
2229
-
2230
- #: wpf-includes/wpf-phrases.php:324
2231
- msgid ""
2232
- "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
2233
- "the HTML form"
2234
- msgstr ""
2235
- "El archivo a subir excede el MAX_FILE_SIZE que fué especificado en el "
2236
- "formulario HTML"
2237
-
2238
- #: wpf-includes/wpf-phrases.php:325
2239
- msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini"
2240
- msgstr ""
2241
- "El archivo subido excede el upload_max_filesize declarado en el php.ini"
2242
-
2243
- #: wpf-includes/wpf-phrases.php:326
2244
- msgid "The uploaded file was only partially uploaded"
2245
- msgstr "El archivo se ha subido parcialmente"
2246
-
2247
- #: wpf-includes/wpf-phrases.php:333
2248
- msgid "Timezone"
2249
- msgstr "Zona Horaria"
2250
-
2251
- #: wpf-includes/wpf-phrases.php:335
2252
- msgid "Topic RSS Feed"
2253
- msgstr "Feed RSS del Tema"
2254
-
2255
- #: wpf-includes/wpf-phrases.php:336
2256
- msgid "Topic Title"
2257
- msgstr "Título del Tema"
2258
-
2259
- #: wpf-includes/wpf-phrases.php:337
2260
- msgid "Topic title"
2261
- msgstr "Título del tema"
2262
-
2263
- #: wpf-includes/wpf-phrases.php:340
2264
- msgid "Twitter"
2265
- msgstr "Twitter"
2266
-
2267
- #: wpf-includes/wpf-phrases.php:341
2268
- msgid "Unknown upload error"
2269
- msgstr "Error desconocido al subir"
2270
-
2271
- #: wpf-includes/wpf-phrases.php:342
2272
- msgid "Unsubscribe"
2273
- msgstr "desuscribirse"
2274
-
2275
- #: wpf-includes/wpf-phrases.php:345
2276
- msgid "Upload an avatar"
2277
- msgstr "Subir un avatar"
2278
-
2279
- #: wpf-includes/wpf-phrases.php:347
2280
- msgid ""
2281
- "Use comments to ask for more information or suggest improvements. Avoid "
2282
- "answering questions in comments."
2283
- msgstr ""
2284
- "Usa comentarios para preguntar por más información o sugerir mejoras. Evita "
2285
- "responder preguntas en los comentarios."
2286
-
2287
- #: wpf-includes/wpf-phrases.php:349
2288
- msgid "User"
2289
- msgstr "Usuario"
2290
-
2291
- #: wpf-includes/wpf-phrases.php:351
2292
- msgid "User Group"
2293
- msgstr "Grupo de Usuario"
2294
-
2295
- #: wpf-includes/wpf-phrases.php:352
2296
- msgid "Usergroup has been successfully deleted."
2297
- msgstr "El grupo se ha eliminado satisfactoriamente"
2298
-
2299
- #: wpf-includes/wpf-phrases.php:353
2300
- msgid ""
2301
- "Usergroup has been successfully deleted. All users of this usergroup have "
2302
- "been moved to the usergroup you've chosen"
2303
- msgstr ""
2304
- "El grupo ha sido eliminado satisfactoriamente. Todos los usuarios del grupo "
2305
- "han sido movidos al grupo que seleccionaste"
2306
-
2307
- #: wpf-includes/wpf-phrases.php:354
2308
- msgid "Username"
2309
- msgstr "Nombre de Usuario"
2310
-
2311
- #: wpf-includes/wpf-phrases.php:356
2312
- msgid "View entire post"
2313
- msgstr "Ver todo el mensaje"
2314
-
2315
- #: wpf-includes/wpf-phrases.php:357
2316
- msgid "View the latest post"
2317
- msgstr "Ver el último mensaje"
2318
-
2319
- #: wpf-includes/wpf-phrases.php:358
2320
- msgid "Views"
2321
- msgstr "Vistas"
2322
-
2323
- #: wpf-includes/wpf-phrases.php:359
2324
- msgid "Votes"
2325
- msgstr "Votos"
2326
-
2327
- #: wpf-includes/wpf-phrases.php:360
2328
- msgid "Website"
2329
- msgstr "Sitio Web"
2330
-
2331
- #: wpf-includes/wpf-phrases.php:362
2332
- msgid "Wordpress avatar system"
2333
- msgstr "Sistema de avatar de Wordpress"
2334
-
2335
- #: wpf-includes/wpf-phrases.php:363
2336
- msgid "Working"
2337
- msgstr "Trabajando"
2338
-
2339
- #: wpf-includes/wpf-phrases.php:364
2340
- msgid "Write message"
2341
- msgstr "Escribir mensaje"
2342
-
2343
- #: wpf-includes/wpf-phrases.php:365
2344
- msgid "Yahoo"
2345
- msgstr "Yahoo"
2346
-
2347
- #: wpf-includes/wpf-phrases.php:367
2348
- msgid "You"
2349
- msgstr "Tu"
2350
-
2351
- #: wpf-includes/wpf-phrases.php:369
2352
- #, php-format
2353
- msgid "You can go to %s page or Search here"
2354
- msgstr "Puedes ir a la página %s ó Buscar aquí"
2355
-
2356
- #: wpf-includes/wpf-phrases.php:371
2357
- msgid "Your Answer"
2358
- msgstr "Tu Respesta"
2359
-
2360
- #: wpf-includes/wpf-phrases.php:372
2361
- msgid "account"
2362
- msgstr "cuenta"
2363
-
2364
- #: wpf-includes/wpf-phrases.php:373
2365
- msgid "activity"
2366
- msgstr "actividad"
2367
-
2368
- #: wpf-includes/wpf-phrases.php:375
2369
- msgid "add_new"
2370
- msgstr "add_new"
2371
-
2372
- #: wpf-includes/wpf-phrases.php:376
2373
- #, php-format
2374
- msgid "%s ago"
2375
- msgstr "hace %s"
2376
-
2377
- #: wpf-includes/wpf-phrases.php:377
2378
- msgid "by"
2379
- msgstr "por"
2380
-
2381
- #: wpf-includes/wpf-phrases.php:378
2382
- #, php-format
2383
- msgid "by %s"
2384
- msgstr "por %s"
2385
-
2386
- #: wpf-includes/wpf-phrases.php:379
2387
- msgid "confirm password"
2388
- msgstr "confirmar contraseña"
2389
-
2390
- #: wpf-includes/wpf-phrases.php:384
2391
- msgid "forums"
2392
- msgstr "foros"
2393
-
2394
- #: wpf-includes/wpf-phrases.php:386
2395
- msgid "login"
2396
- msgstr "iniciar sesión"
2397
-
2398
- #: wpf-includes/wpf-phrases.php:387
2399
- msgid "logout"
2400
- msgstr "cerrar sesión"
2401
-
2402
- #: wpf-includes/wpf-phrases.php:388
2403
- msgid "matches"
2404
- msgstr "coincidencias"
2405
-
2406
- #: wpf-includes/wpf-phrases.php:389
2407
- msgid "members"
2408
- msgstr "miembros"
2409
-
2410
- #: wpf-includes/wpf-phrases.php:391
2411
- msgid "my profile"
2412
- msgstr "mi perfil"
2413
-
2414
- #: wpf-includes/wpf-phrases.php:392
2415
- msgid "new password"
2416
- msgstr "contraseña nueva"
2417
-
2418
- #: wpf-includes/wpf-phrases.php:393
2419
- msgid "new password again"
2420
- msgstr "contraseña nueva otra vez"
2421
-
2422
- #: wpf-includes/wpf-phrases.php:394
2423
- msgid "next"
2424
- msgstr "siguiente"
2425
-
2426
- #: wpf-includes/wpf-phrases.php:395
2427
- msgid "old password"
2428
- msgstr "contraseña vieja"
2429
-
2430
- #: wpf-includes/wpf-phrases.php:396
2431
- msgid "phrase_key"
2432
- msgstr "phrase_key"
2433
-
2434
- #: wpf-includes/wpf-phrases.php:397
2435
- msgid "phrase_value"
2436
- msgstr "phrase_value"
2437
-
2438
- #: wpf-includes/wpf-phrases.php:398
2439
- msgid "posted"
2440
- msgstr "publicado"
2441
-
2442
- #: wpf-includes/wpf-phrases.php:399
2443
- msgid "prev"
2444
- msgstr "previo"
2445
-
2446
- #: wpf-includes/wpf-phrases.php:400
2447
- msgid "register"
2448
- msgstr "registro"
2449
-
2450
- #: wpf-includes/wpf-phrases.php:401
2451
- msgid "replies"
2452
- msgstr "respuestas"
2453
-
2454
- #: wpf-includes/wpf-phrases.php:402
2455
- msgid "subscriptions"
2456
- msgstr "suscripciones"
2457
-
2458
- #: wpf-includes/wpf-phrases.php:403
2459
- msgid "update"
2460
- msgstr "actualizar"
2461
-
2462
- #: wpf-includes/wpf-phrases.php:405
2463
- msgid "view all posts"
2464
- msgstr "ver todos los mensajes"
2465
-
2466
- #: wpf-includes/wpf-phrases.php:406
2467
- msgid "view all questions"
2468
- msgstr "ver todas las preguntas"
2469
-
2470
- #: wpf-includes/wpf-phrases.php:407
2471
- msgid "view all topics"
2472
- msgstr "ver todos los temas"
2473
-
2474
- #: wpf-includes/wpf-phrases.php:409
2475
- msgid "wpForo Navigation"
2476
- msgstr "Navegación de wpForo"
2477
-
2478
- #: wpf-includes/wpf-phrases.php:414
2479
- msgid "{number}B"
2480
- msgstr "{number}B"
2481
-
2482
- #: wpf-includes/wpf-phrases.php:415
2483
- msgid "{number}K"
2484
- msgstr "{number}K"
2485
-
2486
- #: wpf-includes/wpf-phrases.php:416
2487
- msgid "{number}M"
2488
- msgstr "{number}M"
2489
-
2490
- #: wpf-includes/wpf-phrases.php:417
2491
- msgid "{number}T"
2492
- msgstr "{number}T"
2493
-
2494
- #: wpf-includes/wpf-phrases.php:422
2495
- msgid "Access add error"
2496
- msgstr "Error al agregar acceso"
2497
-
2498
- #: wpf-includes/wpf-phrases.php:423
2499
- msgid "Access delete error"
2500
- msgstr "Error al borrar acceso"
2501
-
2502
- #: wpf-includes/wpf-phrases.php:424
2503
- msgid "Access edit error"
2504
- msgstr "Error al editar acceso"
2505
-
2506
- #: wpf-includes/wpf-phrases.php:425
2507
- msgid "Access successfully deleted"
2508
- msgstr "Acceso borrado con éxito"
2509
-
2510
- #: wpf-includes/wpf-phrases.php:426
2511
- msgid "Add Topic error: No forum selected"
2512
- msgstr "Error al agregar tema: No se selecciono un foro"
2513
-
2514
- #: wpf-includes/wpf-phrases.php:427
2515
- msgid "All Checked topics successfully deleted"
2516
- msgstr "Todos los temas seleccionados se han borrado con éxito"
2517
-
2518
- #: wpf-includes/wpf-phrases.php:428
2519
- msgid "Can't add forum"
2520
- msgstr "No se pudo agregar foro"
2521
-
2522
- #: wpf-includes/wpf-phrases.php:429
2523
- msgid "Can't add new language"
2524
- msgstr "No se pudo agregar un nuevo lenguaje"
2525
-
2526
- #: wpf-includes/wpf-phrases.php:430
2527
- msgid "Can't delete this Usergroup"
2528
- msgstr "No se pudo borrar grupo de usuario"
2529
-
2530
- #: wpf-includes/wpf-phrases.php:431
2531
- msgid "Can't send confirmation email"
2532
- msgstr "No se pudo enviar correo de confirmación"
2533
-
2534
- #: wpf-includes/wpf-phrases.php:432
2535
- msgid "Can't send report email"
2536
- msgstr "No se puede enviar correro de reporte"
2537
-
2538
- #: wpf-includes/wpf-phrases.php:433
2539
- msgid "Can't subscribe to this item"
2540
- msgstr "No se puede suscribir a este elemento"
2541
-
2542
- #: wpf-includes/wpf-phrases.php:434
2543
- msgid "Can't write a post: This topic is closed"
2544
- msgstr "No se puede responder: El tema esta cerrado"
2545
-
2546
- #: wpf-includes/wpf-phrases.php:435
2547
- msgid "Can`t upload file"
2548
- msgstr "No se puede subir el archivo"
2549
-
2550
- #: wpf-includes/wpf-phrases.php:436
2551
- msgid "Cannot update forum hierarchy"
2552
- msgstr "No se pudo actualizar la jerarquía del foro"
2553
-
2554
- #: wpf-includes/wpf-phrases.php:437
2555
- msgid "Cannot update post data"
2556
- msgstr "No se pudo actualizar los datos del mensaje"
2557
-
2558
- #: wpf-includes/wpf-phrases.php:438
2559
- msgid "Could not be unsubscribe from this item"
2560
- msgstr "No se puede desuscribir de este elemento"
2561
-
2562
- #: wpf-includes/wpf-phrases.php:439
2563
- msgid "Email address exists. Please insert another."
2564
- msgstr "Correo electrónico ya existente. Por favor escriba otro."
2565
-
2566
- #: wpf-includes/wpf-phrases.php:440
2567
- msgid "Error: Forum is not found"
2568
- msgstr "Error: Foro no encontrado"
2569
-
2570
- #: wpf-includes/wpf-phrases.php:441
2571
- msgid "Error: No topic selected"
2572
- msgstr "Error: Sin tema seleccionado"
2573
-
2574
- #: wpf-includes/wpf-phrases.php:442
2575
- msgid "Error: Topic is not found"
2576
- msgstr "Error: Tema no encontrado"
2577
-
2578
- #: wpf-includes/wpf-phrases.php:443
2579
- msgid "Error: please inset some text to report."
2580
- msgstr "Error: por favor agregue algo de texto para reportar"
2581
-
2582
- #: wpf-includes/wpf-phrases.php:444
2583
- msgid "Features successfully updated"
2584
- msgstr "Funciones actualizadas con éxito"
2585
-
2586
- #: wpf-includes/wpf-phrases.php:445
2587
- msgid "Features successfully updated, but previous value not changed"
2588
- msgstr "Funciones actualizadas con éxito, pero sin cambios a valores previos"
2589
-
2590
- #: wpf-includes/wpf-phrases.php:446
2591
- msgid "File type is not allowed"
2592
- msgstr "Tipo de archivo no permitido"
2593
-
2594
- #: wpf-includes/wpf-phrases.php:447
2595
- msgid "Forum Base URL successfully updated"
2596
- msgstr "URL base del foro actualizada con éxito"
2597
-
2598
- #: wpf-includes/wpf-phrases.php:448
2599
- msgid "Forum deleting error"
2600
- msgstr "Error al borrar foro"
2601
-
2602
- #: wpf-includes/wpf-phrases.php:449
2603
- msgid "Forum hierarchy successfully updated"
2604
- msgstr "Jerarquía de foro actualizada con éxito"
2605
-
2606
- #: wpf-includes/wpf-phrases.php:450
2607
- msgid "Forum is successfully merged"
2608
- msgstr "Foro fusionado con éxito"
2609
-
2610
- #: wpf-includes/wpf-phrases.php:451
2611
- msgid "Forum merging error"
2612
- msgstr "Error al fusionar foros"
2613
-
2614
- #: wpf-includes/wpf-phrases.php:452
2615
- msgid "Forum options successfully updated"
2616
- msgstr "Opciones de foro actualizadas con éxito"
2617
-
2618
- #: wpf-includes/wpf-phrases.php:453
2619
- msgid "Forum options successfully updated, but previous value not changed"
2620
- msgstr ""
2621
- "Opciones de foro actualizadas con éxito, pero no hubo cambios a valores "
2622
- "previos"
2623
-
2624
- #: wpf-includes/wpf-phrases.php:454
2625
- msgid "Forum successfully updated"
2626
- msgstr "Foro actualizaco con éxito"
2627
-
2628
- #: wpf-includes/wpf-phrases.php:455
2629
- msgid "Forum update error"
2630
- msgstr "Error al actualizar foro"
2631
-
2632
- #: wpf-includes/wpf-phrases.php:456
2633
- msgid "General options successfully updated"
2634
- msgstr "Opciones generales actualizadas con éxito"
2635
-
2636
- #: wpf-includes/wpf-phrases.php:457
2637
- msgid "Illegal character in username."
2638
- msgstr "Caracter ilegal en el nombre de usuario"
2639
-
2640
- #: wpf-includes/wpf-phrases.php:458
2641
- msgid "Insert your Email address."
2642
- msgstr "Pon tu correo electrónico"
2643
-
2644
- #: wpf-includes/wpf-phrases.php:459
2645
- msgid "Invalid Email address"
2646
- msgstr "Correo electrónico inválido"
2647
-
2648
- #: wpf-includes/wpf-phrases.php:460
2649
- msgid "Invalid request!"
2650
- msgstr "¡Solicitud inválida!"
2651
-
2652
- #: wpf-includes/wpf-phrases.php:461
2653
- msgid "Member options successfully updated"
2654
- msgstr "Las opciones del miembro se han actualizado"
2655
-
2656
- #: wpf-includes/wpf-phrases.php:462
2657
- msgid "Member options successfully updated, but previous value not changed"
2658
- msgstr ""
2659
- "Las opciones del miembro se han actualizado, pero no hubo cambios a valores "
2660
- "previos"
2661
-
2662
- #: wpf-includes/wpf-phrases.php:463
2663
- msgid "Message has been sent"
2664
- msgstr "El mensaje ha sido enviado"
2665
-
2666
- #: wpf-includes/wpf-phrases.php:464
2667
- msgid ""
2668
- "New language successfully added and changed wpforo language to new language"
2669
- msgstr ""
2670
- "Se ha agregado con éxito un nuevo lenguaje y se ha cambiado el lenguaje de "
2671
- "wpForo a este nuevo"
2672
-
2673
- #: wpf-includes/wpf-phrases.php:465
2674
- msgid "No Posts found for update"
2675
- msgstr "No se encontró publicación para actualizar"
2676
-
2677
- #: wpf-includes/wpf-phrases.php:466
2678
- msgid "Password length must be between 6 characters and 20 characters."
2679
- msgstr "La contraseña debe ser de 6 a 20 caracteres de largo"
2680
-
2681
- #: wpf-includes/wpf-phrases.php:467
2682
- msgid "Password mismatch."
2683
- msgstr "La contraseña no coincide"
2684
-
2685
- #: wpf-includes/wpf-phrases.php:468
2686
- msgid "Permission denied"
2687
- msgstr "Permiso denegado"
2688
-
2689
- #: wpf-includes/wpf-phrases.php:469
2690
- msgid "Permission denied for add forum"
2691
- msgstr "Permiso denegado para agregar foro"
2692
-
2693
- #: wpf-includes/wpf-phrases.php:470
2694
- msgid "Permission denied for delete forum"
2695
- msgstr "Permiso denegado para borrar foro"
2696
-
2697
- #: wpf-includes/wpf-phrases.php:471
2698
- msgid "Permission denied for edit forum"
2699
- msgstr "Permiso denegado para editar foro"
2700
-
2701
- #: wpf-includes/wpf-phrases.php:472
2702
- msgid "Permission denied for this action"
2703
- msgstr "Permiso denegado para esta acción"
2704
-
2705
- #: wpf-includes/wpf-phrases.php:473
2706
- msgid "Phrase add error"
2707
- msgstr "Error al añadir frase"
2708
-
2709
- #: wpf-includes/wpf-phrases.php:474
2710
- msgid "Phrase adding error"
2711
- msgstr "Error al agregar frase"
2712
-
2713
- #: wpf-includes/wpf-phrases.php:475
2714
- msgid "Phrase successfully added"
2715
- msgstr "Frase agregada con éxito"
2716
-
2717
- #: wpf-includes/wpf-phrases.php:476
2718
- msgid "Phrase successfully updates"
2719
- msgstr "Frase actualizada con éxito"
2720
-
2721
- #: wpf-includes/wpf-phrases.php:477
2722
- msgid "Phrase update error"
2723
- msgstr "Error al actualizar frase"
2724
-
2725
- #: wpf-includes/wpf-phrases.php:478
2726
- msgid "Please insert required fields!"
2727
- msgstr "¡Por favor complete los campos requeridos!"
2728
-
2729
- #: wpf-includes/wpf-phrases.php:479
2730
- msgid "Post delete error"
2731
- msgstr "Error al borrar mensaje"
2732
-
2733
- #: wpf-includes/wpf-phrases.php:481
2734
- msgid "Post options successfully updated"
2735
- msgstr "Opciones de publicación actualizado con éxito"
2736
-
2737
- #: wpf-includes/wpf-phrases.php:482
2738
- msgid "Post options successfully updated, but previous value not changed"
2739
- msgstr ""
2740
- "Opciones de publicación actualizado con éxito, pero no hubo cambios en "
2741
- "valores previos"
2742
-
2743
- #: wpf-includes/wpf-phrases.php:483
2744
- msgid "Registration Error"
2745
- msgstr "Error en el Registro"
2746
-
2747
- #: wpf-includes/wpf-phrases.php:484
2748
- msgid "Reply request error"
2749
- msgstr "Error al solicitar respuesta"
2750
-
2751
- #: wpf-includes/wpf-phrases.php:485
2752
- msgid "Something wrong with profile data."
2753
- msgstr "Algo estuvo mal con los datos de perfil"
2754
-
2755
- #: wpf-includes/wpf-phrases.php:486
2756
- msgid "Subscribe options successfully updated"
2757
- msgstr "Las opciones de suscripción se han actualizado con éxito"
2758
-
2759
- #: wpf-includes/wpf-phrases.php:487
2760
- msgid "Subscribe options successfully updated, but previous value not changed"
2761
- msgstr ""
2762
- "Las opciones de suscripción se han actualizado con éxito, pero no hubo "
2763
- "cambios en valores previos"
2764
-
2765
- #: wpf-includes/wpf-phrases.php:488
2766
- msgid "Success! Thank you Dear Friend"
2767
- msgstr "¡Éxito! Gracias Querido Amigo"
2768
-
2769
- #: wpf-includes/wpf-phrases.php:489
2770
- msgid ""
2771
- "Success! Thank you. Please check your email and click confirmation link "
2772
- "below to complete this step."
2773
- msgstr ""
2774
- "¡Éxito! Gracias. Por favor revisa tu correo y da click en el link de "
2775
- "cofirmación para completar este paso."
2776
-
2777
- #: wpf-includes/wpf-phrases.php:490
2778
- msgid "Successfully updated"
2779
- msgstr "Actualizado con éxito"
2780
-
2781
- #: wpf-includes/wpf-phrases.php:491
2782
- msgid "Successfully voted"
2783
- msgstr "Haz votado con éxito"
2784
-
2785
- #: wpf-includes/wpf-phrases.php:492
2786
- msgid "The uploaded file size is too big"
2787
- msgstr "El archivo a subir es demasiado grande"
2788
-
2789
- #: wpf-includes/wpf-phrases.php:493
2790
- msgid "Theme options successfully updated"
2791
- msgstr "Opciones del tema actualizados con éxito"
2792
-
2793
- #: wpf-includes/wpf-phrases.php:494
2794
- msgid "This email address is already registered. Please insert another."
2795
- msgstr "Esta dirección de correo ya esta registrado. Por favor escriba otro."
2796
-
2797
- #: wpf-includes/wpf-phrases.php:495
2798
- msgid "This post successfully deleted"
2799
- msgstr "Este mensaje fué borrado con éxito"
2800
-
2801
- #: wpf-includes/wpf-phrases.php:496
2802
- msgid "This post successfully edited"
2803
- msgstr "Este mensaje fué editado con éxito"
2804
-
2805
- #: wpf-includes/wpf-phrases.php:497
2806
- msgid "This topic successfully deleted"
2807
- msgstr "Este tema ha sido borrado con éxito"
2808
-
2809
- #: wpf-includes/wpf-phrases.php:498
2810
- msgid "Topic Move Error"
2811
- msgstr "Error al mover tema"
2812
-
2813
- #: wpf-includes/wpf-phrases.php:499
2814
- msgid "Topic add error"
2815
- msgstr "Error al agregar tema"
2816
-
2817
- #: wpf-includes/wpf-phrases.php:500
2818
- msgid "Topic delete error"
2819
- msgstr "Error al borrar tema"
2820
-
2821
- #: wpf-includes/wpf-phrases.php:501
2822
- msgid "Topic edit error"
2823
- msgstr "Error al editar tema"
2824
-
2825
- #: wpf-includes/wpf-phrases.php:502
2826
- msgid "Topic not found."
2827
- msgstr "Tema no encontrado"
2828
-
2829
- #: wpf-includes/wpf-phrases.php:503
2830
- msgid "Topic successfully moved"
2831
- msgstr "Tema movido con éxito"
2832
-
2833
- #: wpf-includes/wpf-phrases.php:504
2834
- msgid "Topic successfully updated"
2835
- msgstr "Tema actualizado con éxito"
2836
-
2837
- #: wpf-includes/wpf-phrases.php:505
2838
- msgid "Topics delete error"
2839
- msgstr "Error al borrar temas"
2840
-
2841
- #: wpf-includes/wpf-phrases.php:506
2842
- msgid "User delete error"
2843
- msgstr "Error al borrar usuario"
2844
-
2845
- #: wpf-includes/wpf-phrases.php:507
2846
- msgid "User group add error"
2847
- msgstr "Error al agregar grupo de usuario"
2848
-
2849
- #: wpf-includes/wpf-phrases.php:508
2850
- msgid "User group edit error"
2851
- msgstr "Error al editar grupo de usuario"
2852
-
2853
- #: wpf-includes/wpf-phrases.php:509
2854
- msgid "User group successfully added"
2855
- msgstr "Grupo de usuario agregado con éxito"
2856
-
2857
- #: wpf-includes/wpf-phrases.php:510
2858
- msgid "User group successfully edited"
2859
- msgstr "Grupo de usuario editado con éxito"
2860
-
2861
- #: wpf-includes/wpf-phrases.php:511
2862
- msgid "User successfully deleted from wpforo"
2863
- msgstr "Usuario borrado con éxito de wpForo"
2864
-
2865
- #: wpf-includes/wpf-phrases.php:512
2866
- msgid "Username exists. Please insert another."
2867
- msgstr "El nombre de usuario existe. Por favor escriba otro."
2868
-
2869
- #: wpf-includes/wpf-phrases.php:513
2870
- msgid "Username is missed."
2871
- msgstr "Falta el nombre de usuario"
2872
-
2873
- #: wpf-includes/wpf-phrases.php:514
2874
- msgid "Username length must be between 3 characters and 15 characters."
2875
- msgstr "Los nombres de usuario deben ser de 3 a 15 caracteres de largo"
2876
-
2877
- #: wpf-includes/wpf-phrases.php:515
2878
- msgid "Welcome to our Community!"
2879
- msgstr "¡Bienvenido a nuestra Comunidad!"
2880
-
2881
- #: wpf-includes/wpf-phrases.php:516
2882
- msgid "Wrong post data"
2883
- msgstr "Datos incorrectos de mensaje"
2884
-
2885
- #: wpf-includes/wpf-phrases.php:517
2886
- msgid "You are already voted this post"
2887
- msgstr "Ya haz votado por este mensaje"
2888
-
2889
- #: wpf-includes/wpf-phrases.php:518
2890
- msgid "You have been successfully subscribed"
2891
- msgstr "Te haz suscrito con éxito"
2892
-
2893
- #: wpf-includes/wpf-phrases.php:519
2894
- msgid "You have been successfully unsubscribed"
2895
- msgstr "Te haz desuscripto con éxito"
2896
-
2897
- #: wpf-includes/wpf-phrases.php:520
2898
- msgid "You have no permission to edit this topic"
2899
- msgstr "No tienes permiso para editar este tema"
2900
-
2901
- #: wpf-includes/wpf-phrases.php:521
2902
- msgid "You haven't permission to create post into this forum"
2903
- msgstr "No tienes permiso para crear mensajes en este foro"
2904
-
2905
- #: wpf-includes/wpf-phrases.php:522
2906
- msgid "You haven't permission to create topic into this forum"
2907
- msgstr "No tienes permiso para crear temas en este foro"
2908
-
2909
- #: wpf-includes/wpf-phrases.php:523
2910
- msgid "You haven't permission to delete post from this forum"
2911
- msgstr "No tienes permiso para borrar mensajes en este foro"
2912
-
2913
- #: wpf-includes/wpf-phrases.php:524
2914
- msgid "You haven't permission to delete topic from this forum"
2915
- msgstr "No tienes permiso para borrar temas en este foro"
2916
-
2917
- #: wpf-includes/wpf-phrases.php:525
2918
- msgid "You haven't permission to edit post from this forum"
2919
- msgstr "No tienes permiso para editar un mensaje en este foro"
2920
-
2921
- #: wpf-includes/wpf-phrases.php:526
2922
- msgid "You successfully replied"
2923
- msgstr "Haz respondido con éxito"
2924
-
2925
- #: wpf-includes/wpf-phrases.php:527
2926
- msgid "Your forum successfully added"
2927
- msgstr "Se ha agregado tu foro con éxito"
2928
-
2929
- #: wpf-includes/wpf-phrases.php:528
2930
- msgid "Your forum successfully deleted"
2931
- msgstr "Se ha borrado tu foro con éxito"
2932
-
2933
- #: wpf-includes/wpf-phrases.php:529
2934
- msgid "Your profile data have been successfully updated."
2935
- msgstr "Los datos de tu perfil se han actualizado con éxito."
2936
-
2937
- #: wpf-includes/wpf-phrases.php:530
2938
- msgid "Your subscription for this item could not be confirmed"
2939
- msgstr "No se puede confirmar tu suscripción para este elemento"
2940
-
2941
- #: wpf-includes/wpf-phrases.php:531
2942
- msgid "Your topic successfully added"
2943
- msgstr "Tu tema se ha agregado con éxito"
2944
-
2945
- #: wpf-includes/wpf-phrases.php:533
2946
- msgid "Dashboard - Can create forum"
2947
- msgstr "Escritorio - Puede crear foros"
2948
-
2949
- #: wpf-includes/wpf-phrases.php:534
2950
- msgid "Dashboard - Can edit forum"
2951
- msgstr "Escritorio - Puede editar foros"
2952
-
2953
- #: wpf-includes/wpf-phrases.php:535
2954
- msgid "Dashboard - Can delete forum"
2955
- msgstr "Escritorio - Puede borrar foros"
2956
-
2957
- #: wpf-includes/wpf-phrases.php:536
2958
- msgid "Dashboard - Members Menu"
2959
- msgstr "Escritorio - Menú de Miembros"
2960
-
2961
- #: wpf-includes/wpf-phrases.php:537
2962
- msgid "Dashboard - Can edit member"
2963
- msgstr "Escritorio - Puede editar miembros"
2964
-
2965
- #: wpf-includes/wpf-phrases.php:538
2966
- msgid "Dashboard - Can delete member"
2967
- msgstr "Escritorio - Puede borrar miembros"
2968
-
2969
- #: wpf-includes/wpf-phrases.php:539
2970
- msgid "Dashboard - Usergroup Menu"
2971
- msgstr "Escritorio - Menú de Grupos"
2972
-
2973
- #: wpf-includes/wpf-phrases.php:540
2974
- msgid "Front - Can view members"
2975
- msgstr "Portada - Puede ver miembros"
2976
-
2977
- #: wpf-includes/wpf-phrases.php:541
2978
- msgid "Front - Can view profiles"
2979
- msgstr "Portada - Puede ver perfiles"
2980
-
2981
- #: wpf-includes/wpf-phrases.php:542
2982
- msgid "Front - Can upload avatar"
2983
- msgstr "Portada - Puede subir un avatar"
2984
-
2985
- #: wpf-includes/wpf-phrases.php:543
2986
- msgid "Front - Can have signatur"
2987
- msgstr "Portada - Puede tener una firma"
2988
-
2989
- #: wpf-includes/wpf-phrases.php:544
2990
- msgid "Front - Can view avatars"
2991
- msgstr "Portada - Puede ver avatares"
2992
-
2993
- #: wpf-includes/wpf-phrases.php:545
2994
- msgid "Front - Can view member username"
2995
- msgstr "Portada - Puede ver el nombre de usuario del miembro"
2996
-
2997
- #: wpf-includes/wpf-phrases.php:546
2998
- msgid "Front - Can view member email"
2999
- msgstr "Portada - Puede ver el email del miembro"
3000
-
3001
- #: wpf-includes/wpf-phrases.php:547
3002
- msgid "Front - Can view member title"
3003
- msgstr "Portada - Puede ver el título del miembro"
3004
-
3005
- #: wpf-includes/wpf-phrases.php:548
3006
- msgid "Front - Can view member custom title"
3007
- msgstr "Portada - Puede ver el título personalizado del miembro"
3008
-
3009
- #: wpf-includes/wpf-phrases.php:549
3010
- msgid "Front - Can view member reputation"
3011
- msgstr "Portada - Puede ver la reputación del miembro"
3012
-
3013
- #: wpf-includes/wpf-phrases.php:550
3014
- msgid "Front - Can view member website"
3015
- msgstr "Portada - Puede ver el sitio web del miembro"
3016
-
3017
- #: wpf-includes/wpf-phrases.php:551
3018
- msgid "Front - Can view member social networks"
3019
- msgstr "Portada - Puede ver las redes sociales del miembro"
3020
-
3021
- #: wpf-includes/wpf-phrases.php:552
3022
- msgid "Front - Can view member reg. date"
3023
- msgstr "Portada - Puede ver la fecha de registro del miembro"
3024
-
3025
- #: wpf-includes/wpf-phrases.php:553
3026
- msgid "Front - Can view member last active date"
3027
- msgstr "Portada - Puede ver la última actividad del miembro"
3028
-
3029
- #: wpf-includes/wpf-phrases.php:554
3030
- msgid "Front - Can view member ip address"
3031
- msgstr "Portada - Puede ver la dirección IP del miembro"
3032
-
3033
- #: wpf-includes/wpf-phrases.php:555
3034
- msgid "Front - Can view member location"
3035
- msgstr "Portada - Puede Puede ver la ubicación del miembro"
3036
-
3037
- #: wpf-includes/wpf-phrases.php:556
3038
- msgid "Front - Can view member ocumpation"
3039
- msgstr "Portada - Puede ver la ocupación del miembro"
3040
-
3041
- #: wpf-includes/wpf-phrases.php:557
3042
- msgid "Front - Can view member signatur"
3043
- msgstr "Portada - Puede ver la firma del miembro"
3044
-
3045
- #: wpf-includes/wpf-phrases.php:558
3046
- msgid "Front - Can view member about me"
3047
- msgstr "Portada - Puede ver el \"Acerca de Mí\" del miembro"
3048
-
3049
- #: wpf-includes/wpf-phrases.php:559
3050
- msgid "Front - Can view member phone number"
3051
- msgstr "Portada - Puede ver el número telefónico del miembro"
3052
-
3053
- #: wpf-includes/wpf-phrases.php:560
3054
- msgid "Front - Can write PM"
3055
- msgstr "Portada - Puede escribir MP"
3056
-
3057
- #: wpf-includes/wpf-phrases.php:561
3058
- msgid "Can view forum"
3059
- msgstr "Puede ver el foro"
3060
-
3061
- #: wpf-includes/wpf-phrases.php:562
3062
- msgid "Can create topic"
3063
- msgstr "Puede crear temas"
3064
-
3065
- #: wpf-includes/wpf-phrases.php:563
3066
- msgid "Can view topic"
3067
- msgstr "Puede ver temas"
3068
-
3069
- #: wpf-includes/wpf-phrases.php:564
3070
- msgid "Can edit topic"
3071
- msgstr "Puede editar temas"
3072
-
3073
- #: wpf-includes/wpf-phrases.php:565
3074
- msgid "Can delete topic"
3075
- msgstr "Puede borrar temas"
3076
-
3077
- #: wpf-includes/wpf-phrases.php:566
3078
- msgid "Can post reply"
3079
- msgstr "Puede publicar mensajes"
3080
-
3081
- #: wpf-includes/wpf-phrases.php:567
3082
- msgid "Can view replies"
3083
- msgstr "Puede ver mensajes"
3084
-
3085
- #: wpf-includes/wpf-phrases.php:568
3086
- msgid "Can edit replies"
3087
- msgstr "Puede editar mensajes"
3088
-
3089
- #: wpf-includes/wpf-phrases.php:569
3090
- msgid "Can delete replies"
3091
- msgstr "Puede borrar mensajes"
3092
-
3093
- #: wpf-includes/wpf-phrases.php:570
3094
- msgid "Can edit own topic"
3095
- msgstr "Puede editar su tema"
3096
-
3097
- #: wpf-includes/wpf-phrases.php:571
3098
- msgid "Can edit own replay"
3099
- msgstr "Puede editar su mensaje"
3100
-
3101
- #: wpf-includes/wpf-phrases.php:572
3102
- msgid "Can delete own topic"
3103
- msgstr "Puede borrar su tema"
3104
-
3105
- #: wpf-includes/wpf-phrases.php:573
3106
- msgid "Can delete own replay"
3107
- msgstr "Puede borrar su mensaje"
3108
-
3109
- #: wpf-includes/wpf-phrases.php:574
3110
- msgid "Can like"
3111
- msgstr "Puede dar Me Gusta"
3112
-
3113
- #: wpf-includes/wpf-phrases.php:575
3114
- msgid "Can report"
3115
- msgstr "Puede reportar"
3116
-
3117
- #: wpf-includes/wpf-phrases.php:576
3118
- msgid "Can make topic sticky"
3119
- msgstr "Puede marcar temas"
3120
-
3121
- #: wpf-includes/wpf-phrases.php:577
3122
- msgid "Can vote"
3123
- msgstr "Puede votar"
3124
-
3125
- #: wpf-includes/wpf-phrases.php:578
3126
- msgid "Can Attach File"
3127
- msgstr "Puede Adjuntar Archivo"
3128
-
3129
- #: wpf-includes/wpf-phrases.php:579
3130
- msgid "Can make topic answered"
3131
- msgstr "Puede marcar temas como respondido"
3132
-
3133
- #: wpf-includes/wpf-phrases.php:580
3134
- msgid "Can make own topic answered"
3135
- msgstr "Puede marcar su tema como respondido"
3136
-
3137
- #: wpf-includes/wpf-phrases.php:581
3138
- msgid "Can close topic"
3139
- msgstr "Puede cerrar temas"
3140
-
3141
- #: wpf-includes/wpf-phrases.php:582
3142
- msgid "Can move topic"
3143
- msgstr "Puede mover temas"
3144
-
3145
- #: wpf-includes/wpf-phrases.php:583
3146
- msgid "like"
3147
- msgstr "me gusta"
3148
-
3149
- #: wpf-includes/wpf-phrases.php:584
3150
- msgid "unlike"
3151
- msgstr "no me gusta"
3152
-
3153
- #: wpf-includes/wpf-phrases.php:585
3154
- msgid "sticky"
3155
- msgstr "marcar"
3156
-
3157
- #: wpf-includes/wpf-phrases.php:586
3158
- msgid "unsticky"
3159
- msgstr "desmarcar"
3160
-
3161
- #: wpf-includes/wpf-phrases.php:587
3162
- msgid "close"
3163
- msgstr "cerrar"
3164
-
3165
- #: wpf-includes/wpf-phrases.php:588
3166
- msgid "open"
3167
- msgstr "abierto"
3168
-
3169
- #: wpf-includes/wpf-phrases.php:589
3170
- msgid "Topic Icons"
3171
- msgstr "Íconos de Temas"
3172
-
3173
- #: wpf-includes/wpf-phrases.php:590
3174
- msgid "New"
3175
- msgstr "Nuevo"
3176
-
3177
- #: wpf-includes/wpf-phrases.php:591
3178
- msgid "Replied"
3179
- msgstr "Respondido"
3180
-
3181
- #: wpf-includes/wpf-phrases.php:592
3182
- msgid "Active"
3183
- msgstr "Activo"
3184
-
3185
- #: wpf-includes/wpf-phrases.php:593
3186
- msgid "Hot"
3187
- msgstr "Popular"
3188
-
3189
- #: wpf-includes/wpf-phrases.php:594
3190
- msgid "Solved"
3191
- msgstr "Resuelto"
3192
-
3193
- #: wpf-includes/wpf-phrases.php:595
3194
- msgid "Unsolved"
3195
- msgstr "Sin resolver"
3196
-
3197
- #: wpf-includes/wpf-phrases.php:603
3198
- msgid "Can make topic solved"
3199
- msgstr "Puede marcar temas como resueltos"
3200
-
3201
- #: wpf-includes/wpf-phrases.php:604
3202
- msgid "Can make own topic solved"
3203
- msgstr "Puede marcar sus temas como resueltos"
3204
-
3205
- #: wpf-includes/wpf-phrases.php:605
3206
- msgid "Old password is wrong"
3207
- msgstr "El password anterior esta incorrecto"
3208
-
3209
- #: wpf-includes/wpf-phrases.php:606
3210
- msgid "New Passwords do not match"
3211
- msgstr "El nuevo Password no coincide"
3212
-
3213
- #: wpf-includes/wpf-phrases.php:610
3214
- msgid ""
3215
- "This process may take a few seconds or dozens of minutes, it depends on "
3216
- "database forum size and on server resources. Please be patient and don't "
3217
- "close this page. If you got 500 Server Error please don't worry, the data "
3218
- "updating process is still working in MySQL server."
3219
- msgstr ""
3220
- "Este proceso puede tomar algunos segundos o decenas de minutos, esto "
3221
- "dependerá del tamaño de la base de datos y en los recursos del servidor. Por "
3222
- "favor sea paciente y no cierre esta página. No se preocupe si recibe un "
3223
- "error 500 de Servidor, el proceso de actualización de los datos sigue "
3224
- "trabajando en el servidor MySQL."
3225
-
3226
- #: wpf-includes/wpf-phrases.php:614
3227
- msgid "Updated Successfully!"
3228
- msgstr "¡Actualizado con Éxito!"
3229
-
3230
- #: wpf-includes/wpf-phrases.php:615
3231
- msgid "Deleted Successfully!"
3232
- msgstr "¡Borrado con Éxito!"
3233
-
3234
- #: wpf-includes/wpf-phrases.php:616
3235
- msgid "Closed"
3236
- msgstr "Cerrado"
3237
-
3238
- #: wpf-includes/wpf-phrases.php:617
3239
- msgid "Forum Members List"
3240
- msgstr "Lista de Miembros del Foro"
3241
-
3242
- #: wpf-includes/wpf-phrases.php:618
3243
- msgid "are you sure you want to delete?"
3244
- msgstr "¿estas seguro que deseas borrarlo?"
3245
-
3246
- #: wpf-includes/wpf-phrases.php:620
3247
- msgid "Moderator"
3248
- msgstr "Moderador"
3249
-
3250
- #: wpf-includes/wpf-phrases.php:622
3251
- msgid "Customer"
3252
- msgstr "Cliente"
3253
-
3254
- #: wpf-includes/wpf-phrases.php:623
3255
- msgid "No access"
3256
- msgstr "Sin Acceso"
3257
-
3258
- #: wpf-includes/wpf-phrases.php:624
3259
- msgid "Read only access"
3260
- msgstr "Acceso de solo lectura"
3261
-
3262
- #: wpf-includes/wpf-phrases.php:625
3263
- msgid "Standard access"
3264
- msgstr "Acceso estándar"
3265
-
3266
- #: wpf-includes/wpf-phrases.php:626
3267
- msgid "Moderator access"
3268
- msgstr "Acceso de Moderador"
3269
-
3270
- #: wpf-includes/wpf-phrases.php:627
3271
- msgid "Full access"
3272
- msgstr "Acceso completo"
3273
-
3274
- #: wpf-includes/wpf-phrases.php:628
3275
- msgid "Profile"
3276
- msgstr "Perfil"
3277
-
3278
- #: wpf-includes/wpf-phrases.php:630
3279
- msgid "Incorrect file format. Allowed formats: jpeg, jpg, png, gif."
3280
- msgstr ""
3281
- "Formato de archivo incorrecto. Formatos permitidos: jpeg, jpg, png, gif."
3282
-
3283
- #: wpf-includes/wpf-phrases.php:633
3284
- msgid "User registration is disabled"
3285
- msgstr "Registro de usuarios desactivado"
3286
-
3287
- #: wpf-includes/wpf-phrases.php:637
3288
- msgid "Attachment removed"
3289
- msgstr "Adjunto removido"
3290
-
3291
- #: wpf-includes/wpf-phrases.php:638
3292
- msgid "Forum Posts"
3293
- msgstr "Publicaciones en el Foro"
3294
-
3295
- #: wpf-includes/wpf-phrases.php:639
3296
- msgid "Blog Posts"
3297
- msgstr "Publicaciones en el Blog"
3298
-
3299
- #: wpf-includes/wpf-phrases.php:640
3300
- msgid "Blog Comments"
3301
- msgstr "Comentarios en el Blog"
3302
-
3303
- #: wpf-includes/wpf-phrases.php:641
3304
- #, php-format
3305
- msgid "Welcome back %s!"
3306
- msgstr "Hola %s"
3307
-
3308
- #: wpf-includes/wpf-phrases.php:642
3309
- msgid "Member Profile"
3310
- msgstr "Perfil de Miembro"
3311
-
3312
- #: wpf-includes/wpf-phrases.php:643
3313
- msgid "Member"
3314
- msgstr "Miembro"
3315
-
3316
- #: wpf-includes/wpf-phrases.php:644
3317
- msgid "You have not permission to this page"
3318
- msgstr ""
3319
-
3320
- #: wpf-includes/wpf-phrases.php:646
3321
- msgid ""
3322
- "This option will disable WordPress on front-end. Only forum pages will be "
3323
- "available. wpForo will look like as a stand-alone forum."
3324
- msgstr ""
3325
- "Esta opción deshabilita el Front-end de WordPress. Solo las páginas del foro "
3326
- "estarán disponibles. wpForo se verá como un foro independiente."
3327
-
3328
- #: wpforo.php:344
3329
- msgid ""
3330
- "Adds an advanced file attachment system to forum topics and posts. AJAX "
3331
- "powered media uploading and displaying system with user specific library."
3332
- msgstr ""
3333
-
3334
- #: wpforo.php:345
3335
- msgid ""
3336
- "Allows to embed hundreds of video, social network, audio and photo content "
3337
- "providers in forum topics and posts."
3338
- msgstr ""
3339
-
3340
- #. Plugin Name of the plugin/theme
3341
- msgid "Forum - wpForo"
3342
- msgstr "Foro - wpForo"
3343
-
3344
- #. Plugin URI of the plugin/theme
3345
- msgid "http://wpforo.com"
3346
- msgstr "http://wpforo.com"
3347
-
3348
- #. Description of the plugin/theme
3349
- msgid ""
3350
- "Next Generation of WordPress Forum Softwares. Everything you need to run an "
3351
- "efficient and professional community. Powerful and beautiful bulletin board "
3352
- "with unique features."
3353
- msgstr ""
3354
- "La siguiente Generación de Software de Foros para Wordpress. Todo lo que "
3355
- "necesitas para correr una eficiente y profesional comunidad. Poderoso y "
3356
- "hermoso foro bulletin con caracteristicas únicas."
3357
-
3358
- #. Author of the plugin/theme
3359
- msgid "gVectors Team (A. Chakhoyan, R. Hovhannisyan)"
3360
- msgstr "Equipo de gVectors (A. Chakhoyan, R. Hovhannisyan)"
3361
-
3362
- #. Author URI of the plugin/theme
3363
- msgid "http://gvectors.com/"
3364
- msgstr "http://gvectors.com/"
3365
-
3366
- #~ msgid "Dahsboard - Can create forum"
3367
- #~ msgstr "Escritorio - Puede crear foros"
3368
-
3369
- #~ msgid "Dahsboard - Can edit forum"
3370
- #~ msgstr "Escritorio - Puede editar foros"
3371
-
3372
- #~ msgid "Dahsboard - Can delete forum"
3373
- #~ msgstr "Escritorio - Puede borrar foros"
3374
-
3375
- #~ msgid "Dahsboard - Members Menu"
3376
- #~ msgstr "Escritorio - Menú de Miembros"
3377
-
3378
- #~ msgid "Dahsboard - Can edit member"
3379
- #~ msgstr "Escritorio - Puede editar miembros"
3380
-
3381
- #~ msgid "Dahsboard - Can delete member"
3382
- #~ msgstr "Escritorio - Puede borrar miembros"
3383
-
3384
- #~ msgid "Dahsboard - Usergroup Menu"
3385
- #~ msgstr "Escritorio - Menú de Grupos"
3386
-
3387
- #~ msgid "Dismiss"
3388
- #~ msgstr "Rechazar"
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Forum - wpForo\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-05-23 23:18+0400\n"
6
+ "PO-Revision-Date: 2017-05-23 23:18+0400\n"
7
+ "Last-Translator: gVectors Team <info@gvectors.com>\n"
8
+ "Language-Team: Spanish (Mexico)\n"
9
+ "Language: es_MX\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Generator: Poedit 1.8.6\n"
16
+ "X-Poedit-Basepath: ..\n"
17
+ "X-Poedit-WPHeader: wpforo.php\n"
18
+ "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
19
+ "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
20
+ "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
21
+ "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
22
+ "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
23
+ "X-Loco-Target-Locale: es_MX\n"
24
+ "X-Poedit-SearchPath-0: .\n"
25
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
26
+
27
+ #: wpf-admin/addons.php:14 wpf-admin/addons.php:22
28
+ msgid "wpForo Addons"
29
+ msgstr ""
30
+
31
+ #: wpf-admin/addons.php:28
32
+ msgid ""
33
+ "All wpForo addons are being developed by wpForo developers at gVectors Team. "
34
+ "Addon prices also include a small donation to the hard work wpForo "
35
+ "developers do for free. When you buy an addon, you also donate the free "
36
+ "wpForo development and support. Addons are the only incoming source for "
37
+ "wpForo developers. wpForo is a premium forum plugin which will always be "
38
+ "available for free. There will never be paid and pro versions of this forum "
39
+ "board. We have another dozens of awesome features in our to-do list which "
40
+ "will also be added for free in future releases. So the free wpForo "
41
+ "development always stays on the first priority and wpForo is being extended "
42
+ "with new free functions and features even faster than before."
43
+ msgstr ""
44
+
45
+ #: wpf-admin/addons.php:51
46
+ msgid "Installed"
47
+ msgstr ""
48
+
49
+ #: wpf-admin/addons.php:55
50
+ msgid "Version"
51
+ msgstr ""
52
+
53
+ #: wpf-admin/addons.php:56
54
+ msgid "at least"
55
+ msgstr ""
56
+
57
+ #: wpf-admin/addons.php:58
58
+ msgid "Details | Buy"
59
+ msgstr ""
60
+
61
+ #: wpf-admin/addons.php:64
62
+ msgid "More information about"
63
+ msgstr ""
64
+
65
+ #: wpf-admin/admin.php:26 wpf-admin/admin.php:27
66
+ #: wpf-includes/wpf-phrases.php:599
67
+ msgid "Dashboard"
68
+ msgstr "Escritorio"
69
+
70
+ #: wpf-admin/admin.php:26 wpf-admin/admin.php:28 wpf-admin/dashboard.php:138
71
+ #: wpf-admin/options-tabs/styles.php:16 wpf-admin/options.php:15
72
+ #: wpf-includes/wpf-hooks.php:1639 wpf-includes/wpf-phrases.php:123
73
+ msgid "Forums"
74
+ msgstr "Foros"
75
+
76
+ #: wpf-admin/admin.php:29 wpf-includes/wpf-hooks.php:22
77
+ #: wpf-includes/wpf-hooks.php:1655
78
+ msgid "Settings"
79
+ msgstr "Ajustes"
80
+
81
+ #: wpf-admin/admin.php:30 wpf-includes/wpf-hooks.php:1664
82
+ msgid "Tools"
83
+ msgstr ""
84
+
85
+ #: wpf-admin/admin.php:31 wpf-includes/wpf-hooks.php:1673
86
+ msgid "Moderation"
87
+ msgstr ""
88
+
89
+ #: wpf-admin/admin.php:32 wpf-admin/dashboard.php:150 wpf-admin/member.php:10
90
+ #: wpf-admin/options.php:18 wpf-includes/wpf-hooks.php:1682
91
+ #: wpf-includes/wpf-phrases.php:178
92
+ msgid "Members"
93
+ msgstr "Miembros"
94
+
95
+ #: wpf-admin/admin.php:33 wpf-admin/usergroup.php:8
96
+ #: wpf-includes/wpf-hooks.php:1691
97
+ msgid "Usergroups"
98
+ msgstr "Grupos"
99
+
100
+ #: wpf-admin/admin.php:34 wpf-includes/wpf-hooks.php:1707
101
+ #: wpf-includes/wpf-phrases.php:600
102
+ msgid "Phrases"
103
+ msgstr "Frases"
104
+
105
+ #: wpf-admin/admin.php:35 wpf-includes/wpf-hooks.php:1723
106
+ #: wpf-includes/wpf-phrases.php:601
107
+ msgid "Themes"
108
+ msgstr "Temas"
109
+
110
+ #: wpf-admin/admin.php:36 wpf-admin/options.php:23
111
+ #: wpf-includes/wpf-hooks.php:1732 wpf-includes/wpf-phrases.php:25
112
+ msgid "Addons"
113
+ msgstr "Complementos"
114
+
115
+ #: wpf-admin/dashboard.php:9 wpf-includes/wpf-phrases.php:409
116
+ msgid "wpForo Dashboard"
117
+ msgstr "Escritorio de wpForo"
118
+
119
+ #: wpf-admin/dashboard.php:25 wpf-includes/wpf-phrases.php:362
120
+ msgid "Welcome Message"
121
+ msgstr "Mensaje de Bienvenida"
122
+
123
+ #: wpf-admin/dashboard.php:31
124
+ msgid ""
125
+ "Thank you for using wpForo! wpForo is a professional bulletin board for "
126
+ "WorPress, and the only forum software which comes with Multi-layout template "
127
+ "system.\n"
128
+ " The \"Extended\", \"Simplified\" and "
129
+ "\"Question &amp Answer\" layouts fit almost all type of discussions needs. "
130
+ "You can use wpForo for small and extremely large communities. \n"
131
+ " <br />If you found some issue or bug "
132
+ "please open a support topic in plugin page or in our support forum at "
133
+ "gVectors.com. If you liked wpForo please leave some good review for this "
134
+ "plugin. We really need your good reviews. \n"
135
+ " If you didn't like wpForo please leave a "
136
+ "list of issues and requirements you'd like us to fix and add in near future. "
137
+ "We're here to help you and improve wpForo as much as possible."
138
+ msgstr ""
139
+ "¡Gracias por usar wpForo! wpForo es un foro bulletin profesional para "
140
+ "WordPress, y el único software de foros con sistema de Multiplantilla.\n"
141
+ "Las plantillas \"Extendida\", \"Simplificada\" y de \"Preguntas y Respuestas"
142
+ "\" se acomodarán a casi a todos los tipos de discusión disponibles. Puedes "
143
+ "usar wpForo para pequeñas o comunidades extremadamente grandes.\n"
144
+ "<br/> Si encuentra algún problema o bug, por favor abra un tema de soporte "
145
+ "en la página del plugin o en nuestros foros de soporte en gVectors.com. Si "
146
+ "le gusta wpForo, por favor déjenos un buen review de este plugin. Realmente "
147
+ "ocupamos buenos reviews.\n"
148
+ "Si no le ha gustado wpForo, por favor deje una lista de los problemas o "
149
+ "requerimientos que le gustaria que arreglaramos y agregemos en un futuro. "
150
+ "Estamos aquí para mejorar wpForo lo más que podamos."
151
+
152
+ #: wpf-admin/dashboard.php:60 wpf-includes/wpf-phrases.php:130
153
+ msgid "General Information"
154
+ msgstr "Información General"
155
+
156
+ #: wpf-admin/dashboard.php:64 wpf-includes/wpf-phrases.php:369
157
+ msgid "You are currently running"
158
+ msgstr "Actualmente estas usando"
159
+
160
+ #: wpf-admin/dashboard.php:65 wpf-includes/wpf-phrases.php:18
161
+ msgid "Active Theme"
162
+ msgstr "Tema Activo"
163
+
164
+ #: wpf-admin/dashboard.php:66 wpf-includes/wpf-phrases.php:414
165
+ msgid "wpForo Website"
166
+ msgstr "Sitio web de wpForo"
167
+
168
+ #: wpf-admin/dashboard.php:67 wpf-includes/wpf-phrases.php:320
169
+ msgid "Support Forum"
170
+ msgstr "Foro de Soporte"
171
+
172
+ #: wpf-admin/dashboard.php:78 wpf-includes/wpf-phrases.php:290
173
+ msgid "Server Information"
174
+ msgstr "Información del servidor"
175
+
176
+ #: wpf-admin/dashboard.php:112 wpf-includes/wpf-phrases.php:46
177
+ msgid "Available"
178
+ msgstr "Disponible"
179
+
180
+ #: wpf-admin/dashboard.php:112 wpf-includes/wpf-phrases.php:209
181
+ msgid "Not available"
182
+ msgstr "No disponible"
183
+
184
+ #: wpf-admin/dashboard.php:132 wpf-includes/wpf-phrases.php:49
185
+ msgid "Board Statistic"
186
+ msgstr "Estadísticas del Foro"
187
+
188
+ #: wpf-admin/dashboard.php:142 wpf-admin/options-tabs/styles.php:22
189
+ #: wpf-includes/class-forums.php:600 wpf-includes/wpf-phrases.php:339
190
+ msgid "Topics"
191
+ msgstr "Temas"
192
+
193
+ #: wpf-admin/dashboard.php:146 wpf-includes/class-forums.php:600
194
+ #: wpf-includes/wpf-phrases.php:233
195
+ msgid "Posts"
196
+ msgstr "Mensajes"
197
+
198
+ #: wpf-admin/dashboard.php:154 wpf-includes/wpf-phrases.php:179
199
+ msgid "Members Online"
200
+ msgstr "Miembros en Linea"
201
+
202
+ #: wpf-admin/dashboard.php:164
203
+ msgid "Avatars Size"
204
+ msgstr ""
205
+
206
+ #: wpf-admin/dashboard.php:168
207
+ msgid "Default Attachments Size"
208
+ msgstr ""
209
+
210
+ #: wpf-admin/dashboard.php:174
211
+ msgid "Advanced Attachments"
212
+ msgstr ""
213
+
214
+ #: wpf-admin/dashboard.php:175
215
+ msgid "file(s)"
216
+ msgstr ""
217
+
218
+ #: wpf-admin/dashboard.php:178
219
+ msgid "Advanced Attachments Size"
220
+ msgstr ""
221
+
222
+ #: wpf-admin/dashboard.php:183
223
+ msgid "Total Size"
224
+ msgstr ""
225
+
226
+ #: wpf-admin/dashboard.php:191 wpf-includes/wpf-phrases.php:611
227
+ msgid "Forum Maintenance"
228
+ msgstr "Mantenimiento de Foro"
229
+
230
+ #: wpf-admin/dashboard.php:193
231
+ msgid ""
232
+ "This process may take a few seconds or dozens of minutes, please be patient "
233
+ "and don't close this page. If you got 500 Server Error please don't worry, "
234
+ "the data updating process is still working in MySQL server."
235
+ msgstr ""
236
+ "Este proceso puede tomar algunos segundos o decenas de minutos, por favor "
237
+ "sea paciente y no cierre esta página. No se preocupe si recibe un error 500 "
238
+ "de Servidor, el proceso de actualización de los datos sigue trabajando en el "
239
+ "servidor MySQL."
240
+
241
+ #: wpf-admin/dashboard.php:202
242
+ msgid "Delete All Caches"
243
+ msgstr ""
244
+
245
+ #: wpf-admin/dashboard.php:203 wpf-includes/wpf-phrases.php:613
246
+ msgid "Update Forums Statistic"
247
+ msgstr "Actualizar Estadísticas de Foros"
248
+
249
+ #: wpf-admin/dashboard.php:204 wpf-includes/wpf-phrases.php:614
250
+ msgid "Update Users Statistic"
251
+ msgstr "Actualizar Estadísticas de Usuarios"
252
+
253
+ #: wpf-admin/dashboard.php:205 wpf-includes/wpf-phrases.php:615
254
+ msgid "Delete Phrase Cache"
255
+ msgstr "Borrar Cache de Frases"
256
+
257
+ #: wpf-admin/dashboard.php:206 wpf-includes/wpf-phrases.php:636
258
+ msgid "Delete User Cache"
259
+ msgstr "Borrar Cache de Usuario"
260
+
261
+ #: wpf-admin/forum.php:13 wpf-includes/functions.php:767
262
+ #: wpf-includes/wpf-phrases.php:302
263
+ msgid "Show on screen"
264
+ msgstr "Mostrar en Pantalla"
265
+
266
+ #: wpf-admin/forum.php:15 wpf-admin/forum.php:119
267
+ #: wpf-includes/wpf-phrases.php:113
268
+ msgid "Forum Options"
269
+ msgstr "Opciones del Foro"
270
+
271
+ #: wpf-admin/forum.php:16 wpf-includes/wpf-phrases.php:224
272
+ msgid "Permissions"
273
+ msgstr "Permisos"
274
+
275
+ #: wpf-admin/forum.php:17 wpf-includes/wpf-phrases.php:307
276
+ msgid "Slug"
277
+ msgstr "Slug"
278
+
279
+ #: wpf-admin/forum.php:18 wpf-includes/wpf-phrases.php:112
280
+ msgid "Forum Meta"
281
+ msgstr "Meta Foro"
282
+
283
+ #: wpf-admin/forum.php:21 wpf-includes/wpf-phrases.php:274
284
+ msgid "Screen Layout"
285
+ msgstr "Plantilla de Pantalla"
286
+
287
+ #: wpf-admin/forum.php:22 wpf-includes/wpf-phrases.php:210
288
+ msgid "Number of Columns"
289
+ msgstr "Número de Columnas"
290
+
291
+ #: wpf-admin/forum.php:32 wpf-includes/functions.php:781
292
+ #: wpf-includes/wpf-phrases.php:275
293
+ msgid "Screen Options"
294
+ msgstr "Opciones de Pantalla"
295
+
296
+ #: wpf-admin/forum.php:43 wpf-includes/wpf-phrases.php:51
297
+ msgid "Categories and Forums"
298
+ msgstr "Categorías y Foros"
299
+
300
+ #: wpf-admin/forum.php:44 wpf-admin/options-tabs/general.php:75
301
+ #: wpf-admin/themes.php:10 wpf-admin/usergroup.php:8
302
+ #: wpf-includes/wpf-phrases.php:20
303
+ msgid "Add New"
304
+ msgstr "Añadir nuevo"
305
+
306
+ #: wpf-admin/forum.php:55
307
+ msgid "Important Tips"
308
+ msgstr ""
309
+
310
+ #: wpf-admin/forum.php:56 wpf-includes/wpf-phrases.php:226
311
+ msgid "Please drag and drop forum panels to set parent-child hierarchy."
312
+ msgstr ""
313
+ "Arrastre y suelte los páneles de los foros para indicar la jerarquía padre-"
314
+ "hijo"
315
+
316
+ #: wpf-admin/forum.php:57
317
+ msgid ""
318
+ "If a category (blue panels) does not have forums (grey panels) it will not "
319
+ "be displayed on front-end. Each category should contain at least one forum."
320
+ msgstr ""
321
+
322
+ #: wpf-admin/forum.php:58
323
+ msgid ""
324
+ "Forums can be displayed with different layouts (Extended, Simplified, Q&A), "
325
+ "just edit the top (blue panels) category and set the layout you want. Child "
326
+ "forums' layout depends on the top category (blue panels) layout. They cannot "
327
+ "have a different layout."
328
+ msgstr ""
329
+
330
+ #: wpf-admin/forum.php:74 wpf-includes/wpf-phrases.php:273
331
+ msgid "Save forums order and hierarchy"
332
+ msgstr "Salva el orden y jerarquía de los foros"
333
+
334
+ #: wpf-admin/forum.php:101 wpf-includes/wpf-phrases.php:87
335
+ msgid "Enter forum title here"
336
+ msgstr "Introduce el título del foro"
337
+
338
+ #: wpf-admin/forum.php:106 wpf-includes/wpf-phrases.php:86
339
+ msgid "Enter description here . . ."
340
+ msgstr "Introduzca la descripción aquí..."
341
+
342
+ #: wpf-admin/forum.php:107 wpf-includes/wpf-phrases.php:330
343
+ msgid ""
344
+ "This is a forum description. This content will be displayed under forum "
345
+ "title on the forum list."
346
+ msgstr ""
347
+ "Esta es la descripción del foro. Este contenido se mostrará bajo el titulo "
348
+ "del foro en la lista de foros."
349
+
350
+ #: wpf-admin/forum.php:122 wpf-includes/wpf-phrases.php:222
351
+ msgid "Parent Forum"
352
+ msgstr "Superior"
353
+
354
+ #: wpf-admin/forum.php:125 wpf-includes/wpf-phrases.php:205
355
+ msgid "No parent"
356
+ msgstr "Sin Superior"
357
+
358
+ #: wpf-admin/forum.php:130 wpf-includes/wpf-phrases.php:347
359
+ msgid "Use as Category"
360
+ msgstr "Usar como Categoría"
361
+
362
+ #: wpf-admin/forum.php:132 wpf-includes/wpf-phrases.php:52
363
+ msgid "Category Layout"
364
+ msgstr "Plantilla de la Categoría"
365
+
366
+ #: wpf-admin/forum.php:140 wpf-includes/wpf-phrases.php:203
367
+ msgid "No layout found."
368
+ msgstr "No se encontró plantilla"
369
+
370
+ #: wpf-admin/forum.php:149 wpf-admin/forum.php:156
371
+ #: wpf-includes/wpf-phrases.php:235
372
+ msgid "Publish"
373
+ msgstr "Publicar"
374
+
375
+ #: wpf-admin/forum.php:153 wpf-includes/wpf-phrases.php:37
376
+ msgid "Are you sure you want to delete this forum?"
377
+ msgstr "¿Esta seguro que desea borrar este foro?"
378
+
379
+ #: wpf-admin/forum.php:153 wpf-admin/themes.php:73
380
+ #: wpf-admin/tools-tabs/antispam.php:138 wpf-admin/usergroup.php:37
381
+ #: wpf-admin/usergroup.php:133 wpf-includes/wpf-hooks.php:1058
382
+ #: wpf-includes/wpf-phrases.php:66
383
+ msgid "Delete"
384
+ msgstr "Borrar"
385
+
386
+ #: wpf-admin/forum.php:154 wpf-admin/usergroup.php:39
387
+ #: wpf-includes/class-forums.php:606 wpf-includes/wpf-phrases.php:356
388
+ msgid "View"
389
+ msgstr "Ver"
390
+
391
+ #: wpf-admin/forum.php:224 wpf-includes/wpf-phrases.php:118
392
+ msgid "Forum Slug"
393
+ msgstr "Slug del Foro"
394
+
395
+ #: wpf-admin/forum.php:227 wpf-includes/wpf-phrases.php:323
396
+ msgid ""
397
+ "The \"slug\" is the URL-friendly version of the name. It is usually all "
398
+ "lowercase and contains only letters, numbers, and hyphens."
399
+ msgstr ""
400
+ "El \"slug\" es una versión amigable del nombre de la URL. Usualmente "
401
+ "contiene solo texto en minúsculas, numeros y guíones."
402
+
403
+ #: wpf-admin/forum.php:233
404
+ msgid "Forum Icon"
405
+ msgstr ""
406
+
407
+ #: wpf-admin/forum.php:236
408
+ msgid "Font-awesome Icon"
409
+ msgstr ""
410
+
411
+ #: wpf-admin/forum.php:238
412
+ msgid "You can find all icons"
413
+ msgstr ""
414
+
415
+ #: wpf-admin/forum.php:238
416
+ msgid "here"
417
+ msgstr ""
418
+
419
+ #: wpf-admin/forum.php:238
420
+ msgid ""
421
+ "Make sure you insert a class of font-awesome icon, it should start with fa- "
422
+ "prefix like &quot;fa-comments&quot;."
423
+ msgstr ""
424
+
425
+ #: wpf-admin/forum.php:245 wpf-includes/wpf-phrases.php:116
426
+ msgid "Forum SEO"
427
+ msgstr "SEO del Foro"
428
+
429
+ #: wpf-admin/forum.php:248 wpf-includes/wpf-phrases.php:184
430
+ msgid "Meta Description"
431
+ msgstr "Descripción Meta"
432
+
433
+ #: wpf-admin/forum.php:277 wpf-includes/wpf-phrases.php:329
434
+ msgid "This action will also delete all sub-forums, topics and replies."
435
+ msgstr "Esta acción también borrará todos los sub-foros, temas y respuestas."
436
+
437
+ #: wpf-admin/forum.php:285 wpf-includes/wpf-phrases.php:137
438
+ msgid ""
439
+ "If you want to delete this forum and keep its sub-forums, topics and "
440
+ "replies, please select a new target forum in dropdown below"
441
+ msgstr ""
442
+ "Si desea borrar este foro y mantener los sub-foros, temas y respuestas, por "
443
+ "favor seleccione un nuevo foro objetivo de la lista"
444
+
445
+ #: wpf-admin/forum.php:294 wpf-includes/wpf-phrases.php:26
446
+ msgid ""
447
+ "All sub-forums, topics and replies will be attached to selected forum. "
448
+ "Layout will be inherited from this forum."
449
+ msgstr ""
450
+ "Todos los sub-foros, temas y respuestas serán adjudicadas al foro "
451
+ "seleccionado. La plantilla será asimilada por este foro."
452
+
453
+ #: wpf-admin/moderation.php:10
454
+ msgid "Topic and Post Moderation"
455
+ msgstr ""
456
+
457
+ #: wpf-admin/options-tabs/accesses.php:9 wpf-includes/wpf-phrases.php:21
458
+ msgid "Add New Forum Access"
459
+ msgstr "Añadir nuevo acceso al foro"
460
+
461
+ #: wpf-admin/options-tabs/accesses.php:13 wpf-includes/wpf-phrases.php:15
462
+ msgid "Access names"
463
+ msgstr "Nombres de acceso"
464
+
465
+ #: wpf-admin/options-tabs/accesses.php:26
466
+ #: wpf-admin/options-tabs/accesses.php:27
467
+ #: wpf-admin/options-tabs/accesses.php:28
468
+ msgid "This access is usually used for "
469
+ msgstr ""
470
+
471
+ #: wpf-admin/options-tabs/accesses.php:26
472
+ msgid "Guests"
473
+ msgstr ""
474
+
475
+ #: wpf-admin/options-tabs/accesses.php:26
476
+ #: wpf-admin/options-tabs/accesses.php:27
477
+ #: wpf-admin/options-tabs/accesses.php:28
478
+ msgid "usergroup"
479
+ msgstr ""
480
+
481
+ #: wpf-admin/options-tabs/accesses.php:27 wpf-includes/wpf-phrases.php:623
482
+ msgid "Registered"
483
+ msgstr "Registrado"
484
+
485
+ #: wpf-admin/options-tabs/accesses.php:28 wpf-includes/wpf-phrases.php:621
486
+ msgid "Admin"
487
+ msgstr "Administrador"
488
+
489
+ #: wpf-admin/options-tabs/accesses.php:32 wpf-includes/class-forums.php:602
490
+ #: wpf-includes/functions.php:599 wpf-includes/wpf-phrases.php:382
491
+ msgid "edit"
492
+ msgstr "editar"
493
+
494
+ #: wpf-admin/options-tabs/accesses.php:34 wpf-includes/wpf-phrases.php:39
495
+ msgid ""
496
+ "Are you sure you want to remove this access set? Usergroups which attached "
497
+ "to this access will lost all forum permissions."
498
+ msgstr ""
499
+ "¿Esta seguro que desea remover este conjunto de accesos? Los grupos de "
500
+ "usuarios adjuntos a este acceso perderán todos sus permisos de foro."
501
+
502
+ #: wpf-admin/options-tabs/accesses.php:34 wpf-includes/class-forums.php:604
503
+ #: wpf-includes/functions.php:617 wpf-includes/functions.php:627
504
+ #: wpf-includes/wpf-phrases.php:381
505
+ msgid "delete"
506
+ msgstr "borrar"
507
+
508
+ #: wpf-admin/options-tabs/accesses.php:49 wpf-includes/wpf-phrases.php:14
509
+ msgid "Access name"
510
+ msgstr "Nombre de accesso"
511
+
512
+ #: wpf-admin/options-tabs/accesses.php:69 wpf-includes/wpf-phrases.php:271
513
+ msgid "Save"
514
+ msgstr "Publicar"
515
+
516
+ #: wpf-admin/options-tabs/accesses.php:69 wpf-includes/wpf-phrases.php:344
517
+ msgid "Update"
518
+ msgstr "Actualizar"
519
+
520
+ #: wpf-admin/options-tabs/emails.php:13
521
+ msgid "FROM Name"
522
+ msgstr ""
523
+
524
+ #: wpf-admin/options-tabs/emails.php:17
525
+ msgid "FROM Email Address"
526
+ msgstr ""
527
+
528
+ #: wpf-admin/options-tabs/emails.php:22
529
+ msgid "Forum Admins email addresses"
530
+ msgstr ""
531
+
532
+ #: wpf-admin/options-tabs/emails.php:23 wpf-includes/wpf-phrases.php:57
533
+ msgid ""
534
+ "Comma separated email addresses of forum administrators to get forum "
535
+ "notifications. For example post report messages."
536
+ msgstr ""
537
+ "Separa por coma cada correo eléctronico de los administradores del foro a "
538
+ "quienes les deberá llegar las notificaciones del Foro. Por ejemplo reportes "
539
+ "de los mensajes."
540
+
541
+ #: wpf-admin/options-tabs/emails.php:29
542
+ msgid "Notify Admins via email on new Topic"
543
+ msgstr ""
544
+
545
+ #: wpf-admin/options-tabs/emails.php:30
546
+ msgid ""
547
+ "Send Notification emails to all email addresses (comma separated ) of forum "
548
+ "administrators when a new Topic is created."
549
+ msgstr ""
550
+
551
+ #: wpf-admin/options-tabs/emails.php:34 wpf-admin/options-tabs/emails.php:46
552
+ #: wpf-admin/options-tabs/features.php:60 wpf-admin/tools-tabs/antispam.php:31
553
+ #: wpf-admin/tools-tabs/antispam.php:40 wpf-admin/tools-tabs/antispam.php:49
554
+ #: wpf-admin/tools-tabs/cleanup.php:39 wpf-includes/wpf-phrases.php:367
555
+ msgid "Yes"
556
+ msgstr "Sí"
557
+
558
+ #: wpf-admin/options-tabs/emails.php:35 wpf-admin/options-tabs/emails.php:47
559
+ #: wpf-admin/options-tabs/features.php:61 wpf-admin/tools-tabs/antispam.php:32
560
+ #: wpf-admin/tools-tabs/antispam.php:41 wpf-admin/tools-tabs/antispam.php:50
561
+ #: wpf-admin/tools-tabs/cleanup.php:40 wpf-includes/wpf-phrases.php:197
562
+ msgid "No"
563
+ msgstr "No"
564
+
565
+ #: wpf-admin/options-tabs/emails.php:41
566
+ msgid "Notify Admins via email on new Post"
567
+ msgstr ""
568
+
569
+ #: wpf-admin/options-tabs/emails.php:42
570
+ msgid ""
571
+ "Send Notification emails to all email addresses (comma separated ) of forum "
572
+ "administrators when a new Reply is created."
573
+ msgstr ""
574
+
575
+ #: wpf-admin/options-tabs/emails.php:53 wpf-includes/wpf-phrases.php:318
576
+ msgid "Subscription Emails"
577
+ msgstr "Correos Electrónicos de Suscripciones"
578
+
579
+ #: wpf-admin/options-tabs/emails.php:57 wpf-includes/wpf-phrases.php:315
580
+ msgid "Subscribe confirmation email subject"
581
+ msgstr "Asunto para Confirmación de Suscripción"
582
+
583
+ #: wpf-admin/options-tabs/emails.php:61 wpf-includes/wpf-phrases.php:314
584
+ msgid "Subscribe confirmation email message"
585
+ msgstr "Mensaje para la Confirmación de Suscripción"
586
+
587
+ #: wpf-admin/options-tabs/emails.php:65 wpf-includes/wpf-phrases.php:196
588
+ msgid "New topic notification email subject"
589
+ msgstr "Asunto para notificación de Tema nuevo"
590
+
591
+ #: wpf-admin/options-tabs/emails.php:69 wpf-includes/wpf-phrases.php:195
592
+ msgid "New topic notification email message"
593
+ msgstr "Mensaje para notificación de Tema nuevo"
594
+
595
+ #: wpf-admin/options-tabs/emails.php:73 wpf-includes/wpf-phrases.php:194
596
+ msgid "New reply notification email subject"
597
+ msgstr "Asunto para notificación de Respuesta nueva"
598
+
599
+ #: wpf-admin/options-tabs/emails.php:77 wpf-includes/wpf-phrases.php:193
600
+ msgid "New reply notification email message"
601
+ msgstr "Mensaje para notificación de Respuesta nueva"
602
+
603
+ #: wpf-admin/options-tabs/emails.php:82 wpf-includes/wpf-phrases.php:228
604
+ msgid "Post Reporting Emails"
605
+ msgstr "Correo Electrónico para Mensajes Reportados"
606
+
607
+ #: wpf-admin/options-tabs/emails.php:83 wpf-includes/wpf-phrases.php:332
608
+ msgid "This message comes from post reporting pop-up form."
609
+ msgstr ""
610
+ "Este mensaje viene desde la ventana de formulario para reportar publicaciones"
611
+
612
+ #: wpf-admin/options-tabs/emails.php:88 wpf-includes/wpf-phrases.php:267
613
+ msgid "Report message subject"
614
+ msgstr "Asunto del mensaje reportado"
615
+
616
+ #: wpf-admin/options-tabs/emails.php:93 wpf-includes/wpf-phrases.php:266
617
+ msgid "Report message body"
618
+ msgstr "Cuerpo del mensaje reportado"
619
+
620
+ #: wpf-admin/options-tabs/emails.php:99 wpf-admin/options-tabs/features.php:71
621
+ #: wpf-admin/options-tabs/forums.php:16 wpf-admin/options-tabs/general.php:82
622
+ #: wpf-admin/options-tabs/members.php:128 wpf-admin/options-tabs/posts.php:67
623
+ #: wpf-admin/options-tabs/styles.php:93 wpf-admin/tools-tabs/antispam.php:179
624
+ #: wpf-admin/tools-tabs/cleanup.php:49 wpf-includes/wpf-phrases.php:345
625
+ msgid "Update Options"
626
+ msgstr "Actualizar Opciones"
627
+
628
+ #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:295
629
+ msgid "Show Admin Bar for Members"
630
+ msgstr "Mostrar la barra de aministrador para usuarios"
631
+
632
+ #: wpf-admin/options-tabs/features.php:9 wpf-includes/wpf-phrases.php:333
633
+ msgid "This option doesn't affect website admins."
634
+ msgstr "Esta opción no afecta a los administradores del sitio."
635
+
636
+ #: wpf-admin/options-tabs/features.php:10 wpf-includes/wpf-phrases.php:297
637
+ msgid "Show Forum Page Title"
638
+ msgstr "Mostrar Titulo de la Página del Foro"
639
+
640
+ #: wpf-admin/options-tabs/features.php:11 wpf-includes/wpf-phrases.php:300
641
+ msgid "Show Top/Menu Bar"
642
+ msgstr "Mostrar Barra del Top/Menú"
643
+
644
+ #: wpf-admin/options-tabs/features.php:12 wpf-includes/wpf-phrases.php:299
645
+ msgid "Show Top Search"
646
+ msgstr "Mostrar Búsqueda"
647
+
648
+ #: wpf-admin/options-tabs/features.php:13 wpf-includes/wpf-phrases.php:296
649
+ msgid "Show Breadcrumb"
650
+ msgstr "Mostrar Breadcrumb"
651
+
652
+ #: wpf-admin/options-tabs/features.php:14 wpf-includes/wpf-phrases.php:298
653
+ msgid "Show Forum Statistic"
654
+ msgstr "Mostrar Estadísticas del Foro"
655
+
656
+ #: wpf-admin/options-tabs/features.php:15 wpf-includes/wpf-phrases.php:258
657
+ msgid "Replace Author Link to Forum Profile"
658
+ msgstr "Cambiar el Link del Autor por el del Perfil del Foro"
659
+
660
+ #: wpf-admin/options-tabs/features.php:16 wpf-includes/wpf-phrases.php:259
661
+ msgid "Replace Comment Author Link to Forum Profile"
662
+ msgstr "Cambiar Link de Autor de Comentario por el del Perfil de Foro"
663
+
664
+ #: wpf-admin/options-tabs/features.php:17 wpf-includes/wpf-phrases.php:633
665
+ msgid "Enable User Registration"
666
+ msgstr "Activar Registro"
667
+
668
+ #: wpf-admin/options-tabs/features.php:17 wpf-includes/wpf-phrases.php:634
669
+ msgid ""
670
+ "This option is not synced with WordPress \"Anyone can register\" option in "
671
+ "Dashboard > Settings > General admin page. If this option is enabled new "
672
+ "users will always be able to register."
673
+ msgstr ""
674
+ "Esta opción no esta sincroniza con la opción de \"Cualquiera puede "
675
+ "registrarse\" en Escritorio > Ajustes >Generales del WordPress. Si esta "
676
+ "opción esta activada, nuevos usuarios siempre podrán registrarse."
677
+
678
+ #: wpf-admin/options-tabs/features.php:18
679
+ msgid "Enable User Registration email confirmation"
680
+ msgstr ""
681
+
682
+ #: wpf-admin/options-tabs/features.php:18
683
+ msgid ""
684
+ "If you have enabled this option, after registering, user can not login "
685
+ "without confirming the email."
686
+ msgstr ""
687
+
688
+ #: wpf-admin/options-tabs/features.php:19 wpf-includes/wpf-phrases.php:261
689
+ msgid "Replace Registration Page URL to Forum URL"
690
+ msgstr "Cambiar URL de Registro por la URL del Foro"
691
+
692
+ #: wpf-admin/options-tabs/features.php:20 wpf-includes/wpf-phrases.php:260
693
+ msgid "Replace Login Page URL to Forum URL"
694
+ msgstr "Cambiar URL de Inicio de Sesión por la URL del Foro"
695
+
696
+ #: wpf-admin/options-tabs/features.php:21 wpf-includes/wpf-phrases.php:257
697
+ msgid "Replace Author Avatar with Forum Profile Avatar"
698
+ msgstr "Cambiar el Avatar del Autor por el del Avatar de Perfil del Foro"
699
+
700
+ #: wpf-admin/options-tabs/features.php:22 wpf-includes/wpf-phrases.php:77
701
+ msgid "Enable Avatars"
702
+ msgstr "Activar Avatars"
703
+
704
+ #: wpf-admin/options-tabs/features.php:23 wpf-includes/wpf-phrases.php:78
705
+ msgid "Enable Custom Avatars"
706
+ msgstr "Activar Avatars Personalizados"
707
+
708
+ #: wpf-admin/options-tabs/features.php:24 wpf-includes/wpf-phrases.php:31
709
+ msgid "Allow Member Signature"
710
+ msgstr "Permitir Firma a los Miembros"
711
+
712
+ #: wpf-admin/options-tabs/features.php:25 wpf-includes/wpf-phrases.php:80
713
+ msgid "Enable Member Rating"
714
+ msgstr "Activar Rating de Miembro"
715
+
716
+ #: wpf-admin/options-tabs/features.php:26 wpf-includes/wpf-phrases.php:81
717
+ msgid "Enable Member Rating Titles"
718
+ msgstr "Activar Titulos de Rating de Miembro"
719
+
720
+ #: wpf-admin/options-tabs/features.php:27 wpf-includes/wpf-phrases.php:79
721
+ msgid "Enable Member Cache"
722
+ msgstr "Activar el Cache a Miembros"
723
+
724
+ #: wpf-admin/options-tabs/features.php:28
725
+ msgid "Enable Object Cache"
726
+ msgstr ""
727
+
728
+ #: wpf-admin/options-tabs/features.php:29
729
+ msgid "Enable HTML Cache"
730
+ msgstr ""
731
+
732
+ #: wpf-admin/options-tabs/features.php:30
733
+ msgid "Enable Memory Cache"
734
+ msgstr ""
735
+
736
+ #: wpf-admin/options-tabs/features.php:31 wpf-includes/wpf-phrases.php:84
737
+ msgid "Enable wpForo SEO for Meta Titles"
738
+ msgstr "Activar SEO de wpForo para Títulos Meta"
739
+
740
+ #: wpf-admin/options-tabs/features.php:32 wpf-includes/wpf-phrases.php:83
741
+ msgid "Enable wpForo SEO for Meta Tags"
742
+ msgstr "Activar SEO de wpForo para Etiquetas de Meta"
743
+
744
+ #: wpf-admin/options-tabs/features.php:33
745
+ msgid "Enable User Profile Page indexing"
746
+ msgstr ""
747
+
748
+ #: wpf-admin/options-tabs/features.php:34 wpf-includes/wpf-phrases.php:82
749
+ msgid "Enable wpForo Font-Awesome Lib"
750
+ msgstr "Activar Libreria de Fot-Awesome para wpForo"
751
+
752
+ #: wpf-admin/options-tabs/features.php:35
753
+ msgid "Turn Off User Syncing Note"
754
+ msgstr ""
755
+
756
+ #: wpf-admin/options-tabs/features.php:36 wpf-includes/wpf-phrases.php:85
757
+ msgid "Enable Output Buffer"
758
+ msgstr "Activar Output Buffer"
759
+
760
+ #: wpf-admin/options-tabs/features.php:36 wpf-includes/wpf-phrases.php:331
761
+ msgid ""
762
+ "This feature is useful if you're adding content before or after [wpforo] "
763
+ "shortcode in page content. Also it useful if forum is loaded before website "
764
+ "header, on top of the front-end."
765
+ msgstr ""
766
+ "Esta opción es útil si estas agregando contenido antes o despues del "
767
+ "shortcode [wpforo] de la página. También es útil si el foro carga antes del "
768
+ "encabezado de tu sitio."
769
+
770
+ #: wpf-admin/options-tabs/features.php:37
771
+ msgid "Enable WordPress Date/Time Format"
772
+ msgstr "Activar Formato de Fecha/Tiempo de WordPress"
773
+
774
+ #: wpf-admin/options-tabs/features.php:37 wpf-includes/wpf-phrases.php:598
775
+ msgid ""
776
+ "You can manage WordPress date and time format in WordPress Settings > "
777
+ "General admin page."
778
+ msgstr ""
779
+ "Puedes administrar el formato de fecha y hora de WordPress en Ajustes > "
780
+ "Generales del administrador de WordPress."
781
+
782
+ #: wpf-admin/options-tabs/features.php:38 wpf-includes/wpf-phrases.php:609
783
+ msgid "Enable Subscription Confirmation"
784
+ msgstr "Activar Confirmación de Suscripción"
785
+
786
+ #: wpf-admin/options-tabs/features.php:38 wpf-includes/wpf-phrases.php:610
787
+ msgid "Forum and Topic subscription with double opt-in/confirmation system."
788
+ msgstr ""
789
+ "Suscriopciones a Foros y Temas con sistema de doble opción de confirmación."
790
+
791
+ #: wpf-admin/options-tabs/features.php:39
792
+ msgid "Topic subscription option on post editor"
793
+ msgstr ""
794
+
795
+ #: wpf-admin/options-tabs/features.php:39
796
+ msgid ""
797
+ "This option adds topic subscription checkbox next to new topic and post "
798
+ "submit button."
799
+ msgstr ""
800
+
801
+ #: wpf-admin/options-tabs/features.php:40
802
+ msgid "Topic subscription option on post editor - checked/enabled"
803
+ msgstr ""
804
+
805
+ #: wpf-admin/options-tabs/features.php:40
806
+ msgid ""
807
+ "Enable this option if you want the topic subscription checkbox to be checked "
808
+ "by default."
809
+ msgstr ""
810
+
811
+ #: wpf-admin/options-tabs/features.php:41 wpf-includes/wpf-phrases.php:637
812
+ msgid "Insert Forum Attachments to Media Library"
813
+ msgstr "Insertar Adjuntos del Foro en la Libreria Multimedia"
814
+
815
+ #: wpf-admin/options-tabs/features.php:41 wpf-includes/wpf-phrases.php:638
816
+ msgid ""
817
+ "Enable this option to be able manage forum attachments in Dashboard > Media "
818
+ "> Library admin page."
819
+ msgstr ""
820
+ "Activa esta opción para administrar los adjuntos del foro en Escritorio > "
821
+ "Medios > Librería Multimedia del administrador de WordPress."
822
+
823
+ #: wpf-admin/options-tabs/features.php:42 wpf-includes/wpf-phrases.php:602
824
+ msgid "Enable Debug Mode"
825
+ msgstr "Activar Modo de Depuración"
826
+
827
+ #: wpf-admin/options-tabs/features.php:42 wpf-includes/wpf-phrases.php:603
828
+ msgid ""
829
+ "If you got some issue with wpForo, please enable this option before asking "
830
+ "for support, this outputs hidden important information to help us debug your "
831
+ "issue."
832
+ msgstr ""
833
+ "Si tienes algún problema con wpForo, por favor, activa esta opción antes de "
834
+ "pedir ayuda, esto mostrará información oculta importante para ayudarnos a "
835
+ "depurar el problema."
836
+
837
+ #: wpf-admin/options-tabs/features.php:43 wpf-includes/wpf-phrases.php:134
838
+ msgid "Help wpForo to grow, show plugin info"
839
+ msgstr "Ayuda wpForo a crecer, muestra información del plugin"
840
+
841
+ #: wpf-admin/options-tabs/features.php:43 wpf-includes/wpf-phrases.php:227
842
+ msgid ""
843
+ "Please enable this option to help wpForo get more popularity as your thank "
844
+ "to the hard work we do for you totally free. This option adds a very small "
845
+ "icon in forum footer, which will allow your site visitors recognize the name "
846
+ "of forum solution you use."
847
+ msgstr ""
848
+ "Por favor activa esta opción para que ayude a wpForo a ser más popular, esto "
849
+ "como un agradecimiento por el duro trabajo que hacemos totalmente gratis "
850
+ "para Ústed. Esta opción agrega un pequeño ícono en el footer del foro, que "
851
+ "ayudará a sus visitantes reconocer el nombre del foro que esta usando."
852
+
853
+ #: wpf-admin/options-tabs/general.php:15 wpf-includes/wpf-phrases.php:107
854
+ msgid "Forum Base URL"
855
+ msgstr "URL Base del Foro"
856
+
857
+ #: wpf-admin/options-tabs/general.php:24 wpf-includes/wpf-phrases.php:647
858
+ msgid "Turn WordPress to wpForo"
859
+ msgstr "Cambia WordPress a wpForo"
860
+
861
+ #: wpf-admin/options-tabs/general.php:25
862
+ msgid ""
863
+ "This option will disable WordPress on front-end. Only forum pages and "
864
+ "excluded post/pages will be available. wpForo will look like as a stand-"
865
+ "alone forum."
866
+ msgstr ""
867
+
868
+ #: wpf-admin/options-tabs/general.php:28
869
+ msgid "Exclude page URLs"
870
+ msgstr ""
871
+
872
+ #: wpf-admin/options-tabs/general.php:28
873
+ msgid "one URL per line"
874
+ msgstr ""
875
+
876
+ #: wpf-admin/options-tabs/general.php:38
877
+ msgid "Visit Forum"
878
+ msgstr "Visitar Foro"
879
+
880
+ #: wpf-admin/options-tabs/general.php:41
881
+ msgid ""
882
+ "wpForo PageID doesn't exist. Forums will not be loaded, please read this"
883
+ msgstr ""
884
+
885
+ #: wpf-admin/options-tabs/general.php:41
886
+ msgid "suppor topic"
887
+ msgstr ""
888
+
889
+ #: wpf-admin/options-tabs/general.php:43
890
+ msgid "Forum Page ID"
891
+ msgstr ""
892
+
893
+ #: wpf-admin/options-tabs/general.php:48 wpf-includes/wpf-phrases.php:121
894
+ msgid "Forum Title"
895
+ msgstr "Título del Foro"
896
+
897
+ #: wpf-admin/options-tabs/general.php:52 wpf-includes/wpf-phrases.php:108
898
+ msgid "Forum Description"
899
+ msgstr "Descripción del Foro"
900
+
901
+ #: wpf-admin/options-tabs/general.php:57 wpf-includes/wpf-phrases.php:64
902
+ msgid "Dashboard Menu Position"
903
+ msgstr "Posición del Menú en el Escritorio"
904
+
905
+ #: wpf-admin/options-tabs/general.php:58 wpf-includes/wpf-phrases.php:324
906
+ msgid "The position in the menu order wpForo should appear."
907
+ msgstr "Orden en el menú donde aparecera wpForo."
908
+
909
+ #: wpf-admin/options-tabs/general.php:59 wpf-includes/wpf-phrases.php:349
910
+ msgid ""
911
+ "Use greater than 5 - below Posts, 10 - below Media, 15 - below Links, 20 - "
912
+ "below Pages, 25 - below comments, 60 - below first separator, 65 - below "
913
+ "Plugins, 70 - below Users, 75 - below Tools, 80 - below Settings, 100 - "
914
+ "below second separator"
915
+ msgstr ""
916
+ "Usar mayor que 5 - abajo de Entradas, 10 - Abajo de Medios, 15 - abajo de "
917
+ "Enlaces, 20 - abajo de Páginas, 25 - abajo de Comentarios, 60 - abajo del "
918
+ "Primer Separador, 65 - Abajo de Plugins, 70 - abajo de Usuarios, 75 - abajo "
919
+ "de Herramientas, 80 - abajo de Ajustes, 100 - abajo del Segundo Separador"
920
+
921
+ #: wpf-admin/options-tabs/general.php:68 wpf-includes/wpf-phrases.php:110
922
+ msgid "Forum Language"
923
+ msgstr "Lenguaje del Foro"
924
+
925
+ #: wpf-admin/options-tabs/general.php:69
926
+ msgid ""
927
+ "This option is only related to XML language files. You should upload a "
928
+ "translation XML file to have a new language option in this drop-down. If you "
929
+ "are using PO/MO translation files you should change WordPress Language in "
930
+ "Dashboard > Settings admin page to load according translation for wpForo."
931
+ msgstr ""
932
+
933
+ #: wpf-admin/options-tabs/general.php:94 wpf-includes/wpf-phrases.php:144
934
+ msgid "Language XML file"
935
+ msgstr "Archivo XML de Lenguaje"
936
+
937
+ #: wpf-admin/options-tabs/general.php:103 wpf-includes/wpf-phrases.php:22
938
+ msgid "Add New Language"
939
+ msgstr "Añadir Lenguaje Nuevo"
940
+
941
+ #: wpf-admin/options-tabs/members.php:13 wpf-includes/wpf-phrases.php:218
942
+ msgid "Online status timeout"
943
+ msgstr "Tiempo para el estado en linea"
944
+
945
+ #: wpf-admin/options-tabs/members.php:16 wpf-admin/options-tabs/posts.php:19
946
+ #: wpf-admin/options-tabs/posts.php:23 wpf-admin/options-tabs/posts.php:31
947
+ #: wpf-admin/options-tabs/posts.php:35 wpf-includes/wpf-phrases.php:391
948
+ msgid "minutes"
949
+ msgstr "minutos"
950
+
951
+ #: wpf-admin/options-tabs/members.php:20 wpf-includes/wpf-phrases.php:180
952
+ msgid "Members URL structure"
953
+ msgstr "Estructura para la URL de Miembros"
954
+
955
+ #: wpf-admin/options-tabs/members.php:30 wpf-includes/wpf-phrases.php:62
956
+ msgid "Custom Authorization URLs"
957
+ msgstr "ULRs de Autorización Personalizada"
958
+
959
+ #: wpf-admin/options-tabs/members.php:32
960
+ msgid ""
961
+ "Use this option only if you have set other pages for authorization. \n"
962
+ " wpForo doesn't change its own URLs, these options "
963
+ "are only for other plugin compatibility. \n"
964
+ " For example, if you use BuddyPress or Ultimate "
965
+ "Member plugin you can set these values:"
966
+ msgstr ""
967
+ "Utilice esta opción solo si tienes otras páginas para la autorización.\n"
968
+ "wpForo no cambia sus propias URLs, estas opciones son solo para "
969
+ "compatibilidad de otros plugins.\n"
970
+ "Por ejemplo, puedes cambiar los valores si estas usando los plugins de "
971
+ "Buddypress ó Ultimate Member."
972
+
973
+ #: wpf-admin/options-tabs/members.php:35 wpf-admin/options-tabs/members.php:41
974
+ #: wpf-includes/wpf-phrases.php:162
975
+ msgid "Login URL"
976
+ msgstr "URL para Inicio de Sesión"
977
+
978
+ #: wpf-admin/options-tabs/members.php:36 wpf-admin/options-tabs/members.php:42
979
+ #: wpf-includes/wpf-phrases.php:253
980
+ msgid "Register URL"
981
+ msgstr "URL para Registro"
982
+
983
+ #: wpf-admin/options-tabs/members.php:43 wpf-includes/wpf-phrases.php:164
984
+ msgid "Lost Password URL"
985
+ msgstr "URL para Contraseña Perdida"
986
+
987
+ #: wpf-admin/options-tabs/members.php:49 wpf-includes/wpf-phrases.php:175
988
+ msgid "Member Reputation and Titles"
989
+ msgstr ""
990
+
991
+ #: wpf-admin/options-tabs/members.php:57 wpf-includes/wpf-phrases.php:248
992
+ msgid "Rating Level"
993
+ msgstr "Nivel de Rating"
994
+
995
+ #: wpf-admin/options-tabs/members.php:58 wpf-includes/wpf-phrases.php:185
996
+ msgid "Min Number of Posts"
997
+ msgstr "Mensajes Mínimos"
998
+
999
+ #: wpf-admin/options-tabs/members.php:59 wpf-includes/wpf-phrases.php:176
1000
+ msgid "Member Title"
1001
+ msgstr "Título de Miembro"
1002
+
1003
+ #: wpf-admin/options-tabs/members.php:60 wpf-includes/wpf-phrases.php:294
1004
+ msgid "Short Badge"
1005
+ msgstr "Emblema Corto"
1006
+
1007
+ #: wpf-admin/options-tabs/members.php:61 wpf-includes/wpf-phrases.php:128
1008
+ msgid "Full Badge"
1009
+ msgstr "Emblema Completo"
1010
+
1011
+ #: wpf-admin/options-tabs/members.php:62 wpf-includes/wpf-phrases.php:246
1012
+ msgid "Rating Color"
1013
+ msgstr "Color de Rating"
1014
+
1015
+ #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:247
1016
+ msgid "Rating Icon"
1017
+ msgstr "Ícono de Rating"
1018
+
1019
+ #: wpf-admin/options-tabs/members.php:63 wpf-includes/wpf-phrases.php:187
1020
+ msgid "More"
1021
+ msgstr "Más"
1022
+
1023
+ #: wpf-admin/options-tabs/members.php:68 wpf-includes/wpf-phrases.php:158
1024
+ msgid "Level"
1025
+ msgstr "Nivel"
1026
+
1027
+ #: wpf-admin/options-tabs/members.php:69 wpf-includes/wpf-phrases.php:212
1028
+ msgid "Number of Posts"
1029
+ msgstr "Numero de Mensjaes"
1030
+
1031
+ #: wpf-admin/options-tabs/members.php:70 wpf-includes/wpf-phrases.php:63
1032
+ msgid "Custom Title"
1033
+ msgstr "Título Personalizado"
1034
+
1035
+ #: wpf-admin/options-tabs/members.php:73 wpf-includes/wpf-phrases.php:56
1036
+ msgid "Color"
1037
+ msgstr "Color"
1038
+
1039
+ #: wpf-admin/options-tabs/members.php:74 wpf-includes/wpf-phrases.php:48
1040
+ msgid "Badge Icon"
1041
+ msgstr "Ícono del Emblema"
1042
+
1043
+ #: wpf-admin/options-tabs/members.php:80
1044
+ msgid "Enable Reputation Titles for selected usergroups"
1045
+ msgstr "Activar Titulos de Reputación para los grupos seleccionados"
1046
+
1047
+ #: wpf-admin/options-tabs/members.php:81
1048
+ msgid ""
1049
+ "This option depends on \"Enable Member Rating Titles\" parent option, witch "
1050
+ "located in wpForo Settings > Features Tab"
1051
+ msgstr ""
1052
+ "Esta opción dependerá de \"Activar Titulos de Rating de Miembro\", el cuál "
1053
+ "se encuentra en la pestaña wpForo > Funciones."
1054
+
1055
+ #: wpf-admin/options-tabs/members.php:94
1056
+ msgid "Enable Reputation Badges for selected usergroups"
1057
+ msgstr "Activar Emblemas de Reputación para los grupos seleccionados"
1058
+
1059
+ #: wpf-admin/options-tabs/members.php:95
1060
+ msgid ""
1061
+ "This option depends on \"Enable Member Rating\" parent option, witch located "
1062
+ "in wpForo Settings > Features Tab"
1063
+ msgstr ""
1064
+ "Esta opción dependerá de \"Activar Rating de Miembro\", el cuál se encuentra "
1065
+ "en la pestaña wpForo > Funciones."
1066
+
1067
+ #: wpf-admin/options-tabs/members.php:108
1068
+ msgid "Display Usergroup under Post Author Avatar"
1069
+ msgstr ""
1070
+
1071
+ #: wpf-admin/options-tabs/plugins.php:9
1072
+ msgid ""
1073
+ "Thank you for using wpForo. wpForo is a premium forum plugin which will "
1074
+ "always be available for free. There will never be paid and pro versions of "
1075
+ "this forum board. However this is a very large and hard project so we also "
1076
+ "develop paid addons (extensions), which will financially help us to keep "
1077
+ "improving and adding new features to the free wpForo plugin. Forum addons "
1078
+ "will also be actively developed. The first addons \"Advanced Media Uploader"
1079
+ "\", \"Polls\", \"Private Messages\" and \"Ad Manager\" will be available "
1080
+ "very soon. Once you got some addon and activated that, you will find "
1081
+ "settings in vertical subTabs here."
1082
+ msgstr ""
1083
+ "Gracias por usar wpForo. wpForo es un plugin de foro premium que siempre "
1084
+ "estará disponible de manera gratuita. Nunca habrá versiones de paga y pro de "
1085
+ "este foro. Sin embargo este es un proyecto muy grande y laborioso, así que "
1086
+ "estamos desarrollando complementos (extensiones) de paga, el cuál nos "
1087
+ "ayudará financiar, mejorar y agrregar nuevas funciones al plugin gratuito de "
1088
+ "wpForo. Los complementos del foro también estarán activamente en desarrollo. "
1089
+ "Los primeros complementos \"Advanced Media Uploader\", \"Encuestas\", "
1090
+ "\"Mensajes Privados\" y \"Ad Manager\", estarán disponibles pronto. Una vez "
1091
+ "que adquieras algunos complementos y los actives, encontraras los ajustes en "
1092
+ "las sub pestaña vertical de aquí."
1093
+
1094
+ #: wpf-admin/options-tabs/posts.php:14 wpf-includes/wpf-phrases.php:214
1095
+ msgid "Number of Topics per Page"
1096
+ msgstr "Numero de temas por página"
1097
+
1098
+ #: wpf-admin/options-tabs/posts.php:18 wpf-includes/wpf-phrases.php:30
1099
+ msgid "Allow Edit Own Topic for"
1100
+ msgstr "Tiempo para poder editar su tema"
1101
+
1102
+ #: wpf-admin/options-tabs/posts.php:22 wpf-includes/wpf-phrases.php:27
1103
+ msgid "Allow Delete Own Topic for"
1104
+ msgstr "Tiempo para poder borrar su tema"
1105
+
1106
+ #: wpf-admin/options-tabs/posts.php:26 wpf-includes/wpf-phrases.php:213
1107
+ msgid "Number of Posts per Page"
1108
+ msgstr "Numero de mensajes por página"
1109
+
1110
+ #: wpf-admin/options-tabs/posts.php:30 wpf-includes/wpf-phrases.php:29
1111
+ msgid "Allow Edit Own Post for"
1112
+ msgstr "Tiempo para poder editar su mensaje"
1113
+
1114
+ #: wpf-admin/options-tabs/posts.php:34 wpf-includes/wpf-phrases.php:28
1115
+ msgid "Allow Delete Own post for"
1116
+ msgstr "Tiempo para poder borrar su mensaje"
1117
+
1118
+ #: wpf-admin/options-tabs/posts.php:40 wpf-includes/wpf-phrases.php:169
1119
+ msgid "Maximum upload file size"
1120
+ msgstr "Tamaño máximo de subida para archivos"
1121
+
1122
+ #: wpf-admin/options-tabs/posts.php:41 wpf-includes/wpf-phrases.php:371
1123
+ msgid ""
1124
+ "You can not set this value more than \"upload_max_filesize\" and "
1125
+ "\"post_max_size\". If you want to increase server parameters please contact "
1126
+ "to your hosting service support."
1127
+ msgstr ""
1128
+ "No puedes poner este valor más que \"upload_max_filesize\" y \"post_max_size"
1129
+ "\". Si desea incrementar estos parámetros del servidor, por favor contacte a "
1130
+ "soporte de su servicio de hosting."
1131
+
1132
+ #: wpf-admin/options-tabs/posts.php:44 wpf-includes/wpf-phrases.php:166
1133
+ msgid "MB"
1134
+ msgstr "MB"
1135
+
1136
+ #: wpf-admin/options-tabs/posts.php:47 wpf-includes/wpf-phrases.php:289
1137
+ msgid "Server \"upload_max_filesize\" is "
1138
+ msgstr "El \"upload_max_filesize\" del servidor es de"
1139
+
1140
+ #: wpf-admin/options-tabs/posts.php:48 wpf-includes/wpf-phrases.php:288
1141
+ msgid "Server \"post_max_size\" is "
1142
+ msgstr "El \"post_max_size\" del servidor es de"
1143
+
1144
+ #: wpf-admin/options-tabs/posts.php:56
1145
+ msgid "Attachment click - message for non-permitted users"
1146
+ msgstr ""
1147
+
1148
+ #: wpf-admin/options-tabs/posts.php:57
1149
+ msgid ""
1150
+ "This message will be displayed when a non-permitted forum member clicks on "
1151
+ "attached file link in topic and posts."
1152
+ msgstr ""
1153
+
1154
+ #: wpf-admin/options-tabs/styles.php:13
1155
+ msgid "Font Sizes"
1156
+ msgstr "Tamaño de Fuente"
1157
+
1158
+ #: wpf-admin/options-tabs/styles.php:28 wpf-includes/wpf-phrases.php:481
1159
+ msgid "Post Content"
1160
+ msgstr "Contenido del Mensaje"
1161
+
1162
+ #: wpf-admin/options-tabs/styles.php:36 wpf-includes/wpf-phrases.php:61
1163
+ msgid "Custom CSS Code"
1164
+ msgstr "Código CSS Personalizado"
1165
+
1166
+ #: wpf-admin/options-tabs/styles.php:43
1167
+ msgid "Forum Color Styles"
1168
+ msgstr "Estilo de Colores del Foro"
1169
+
1170
+ #: wpf-admin/options.php:8 wpf-includes/wpf-phrases.php:117
1171
+ msgid "Forum Settings"
1172
+ msgstr "Ajustes del Foro"
1173
+
1174
+ #: wpf-admin/options.php:14 wpf-includes/wpf-phrases.php:129
1175
+ msgid "General"
1176
+ msgstr "General"
1177
+
1178
+ #: wpf-admin/options.php:16 wpf-includes/wpf-phrases.php:105
1179
+ msgid "Forum Accesses"
1180
+ msgstr "Accesos del Foro"
1181
+
1182
+ #: wpf-admin/options.php:17 wpf-includes/wpf-phrases.php:340
1183
+ msgid "Topics &amp; Posts"
1184
+ msgstr "Temas y Mensajes"
1185
+
1186
+ #: wpf-admin/options.php:19 wpf-includes/wpf-phrases.php:76
1187
+ msgid "Emails"
1188
+ msgstr "Correos"
1189
+
1190
+ #: wpf-admin/options.php:20 wpf-includes/wpf-phrases.php:96
1191
+ msgid "Features"
1192
+ msgstr "Funciones"
1193
+
1194
+ #: wpf-admin/options.php:22 wpf-includes/wpf-phrases.php:312
1195
+ msgid "Styles"
1196
+ msgstr "Estilos"
1197
+
1198
+ #: wpf-admin/phrase.php:10 wpf-includes/wpf-phrases.php:127
1199
+ msgid "Front-end Phrases"
1200
+ msgstr "Frases de la Interfaz (Front-end)"
1201
+
1202
+ #: wpf-admin/themes.php:9 wpf-includes/wpf-phrases.php:120
1203
+ msgid "Forum Themes"
1204
+ msgstr "Temas del Foro"
1205
+
1206
+ #: wpf-admin/themes.php:46 wpf-includes/wpf-phrases.php:60
1207
+ msgid "Current active theme"
1208
+ msgstr "Tema activo"
1209
+
1210
+ #: wpf-admin/themes.php:48 wpf-includes/wpf-phrases.php:138
1211
+ msgid "Inactive"
1212
+ msgstr "Inactivo"
1213
+
1214
+ #: wpf-admin/themes.php:52 wpf-includes/wpf-phrases.php:143
1215
+ msgid "LAYOUTS"
1216
+ msgstr "PLANTILLAS"
1217
+
1218
+ #: wpf-admin/themes.php:68 wpf-includes/wpf-phrases.php:17
1219
+ msgid "Activate"
1220
+ msgstr "Activar"
1221
+
1222
+ #: wpf-admin/themes.php:69 wpf-includes/wpf-phrases.php:124
1223
+ msgid "Fresh Installation"
1224
+ msgstr "Instalación nueva"
1225
+
1226
+ #: wpf-admin/themes.php:71 wpf-includes/wpf-phrases.php:140
1227
+ msgid "Install"
1228
+ msgstr "Instalar"
1229
+
1230
+ #: wpf-admin/themes.php:73 wpf-includes/wpf-phrases.php:38
1231
+ msgid "Are you sure you want to delete this theme files?"
1232
+ msgstr "¿Estas seguro que quieres borrar los archivos de este Tema?"
1233
+
1234
+ #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:40
1235
+ msgid ""
1236
+ "Are you sure you want to reset all settings and style colors to default?"
1237
+ msgstr ""
1238
+ "¿Estas seguro que quieres restablecer por default toda la configuración y "
1239
+ "colores de estilo?"
1240
+
1241
+ #: wpf-admin/themes.php:76 wpf-includes/wpf-phrases.php:269
1242
+ msgid "Reset Settings"
1243
+ msgstr "Restablecer configuración"
1244
+
1245
+ #: wpf-admin/themes.php:96 wpf-includes/wpf-phrases.php:202
1246
+ msgid "No layout found"
1247
+ msgstr "No se encontro una plantilla"
1248
+
1249
+ #: wpf-admin/themes.php:107 wpf-includes/wpf-phrases.php:207
1250
+ msgid "No theme found"
1251
+ msgstr "No se encontro un tema"
1252
+
1253
+ #: wpf-admin/tools-tabs/antispam.php:11
1254
+ msgid ""
1255
+ "is not installed! For an advanced Spam Control please install Akismet "
1256
+ "antispam plugin, it works well with wpForo Spam Control system. Akismet is "
1257
+ "already integrated with wpForo. It'll help to filter posts and protect forum "
1258
+ "against spam attacks."
1259
+ msgstr ""
1260
+
1261
+ #: wpf-admin/tools-tabs/antispam.php:21
1262
+ msgid "Spam Control"
1263
+ msgstr ""
1264
+
1265
+ #: wpf-admin/tools-tabs/antispam.php:22
1266
+ msgid ""
1267
+ "Some useful options to limit just registered users and minimize spam. This "
1268
+ "control don't affect users whose Usergroup has \"Can edit member\" and \"Can "
1269
+ "pass moderation\" permissions."
1270
+ msgstr ""
1271
+
1272
+ #: wpf-admin/tools-tabs/antispam.php:28
1273
+ msgid "Enable wpForo Spam Control"
1274
+ msgstr ""
1275
+
1276
+ #: wpf-admin/tools-tabs/antispam.php:37
1277
+ msgid "Ban user when spam is suspicted"
1278
+ msgstr ""
1279
+
1280
+ #: wpf-admin/tools-tabs/antispam.php:46
1281
+ msgid "Notify via email when new user is banned"
1282
+ msgstr ""
1283
+
1284
+ #: wpf-admin/tools-tabs/antispam.php:55
1285
+ msgid "Spam Suspicion Level for Topics"
1286
+ msgstr ""
1287
+
1288
+ #: wpf-admin/tools-tabs/antispam.php:59
1289
+ msgid "Spam Suspicion Level for Posts"
1290
+ msgstr ""
1291
+
1292
+ #: wpf-admin/tools-tabs/antispam.php:64
1293
+ msgid " is enabled"
1294
+ msgstr ""
1295
+
1296
+ #: wpf-admin/tools-tabs/antispam.php:73
1297
+ msgid "New Registered User"
1298
+ msgstr ""
1299
+
1300
+ #: wpf-admin/tools-tabs/antispam.php:74
1301
+ msgid ""
1302
+ "Some useful options to limit just registered users and minimize spam. These "
1303
+ "options don't affect users whose Usergroup has \"Can edit member\" and \"Can "
1304
+ "pass moderation\" permissions."
1305
+ msgstr ""
1306
+
1307
+ #: wpf-admin/tools-tabs/antispam.php:81
1308
+ msgid "User is New (under hard spam control) during"
1309
+ msgstr ""
1310
+
1311
+ #: wpf-admin/tools-tabs/antispam.php:83
1312
+ msgid "first"
1313
+ msgstr ""
1314
+
1315
+ #: wpf-admin/tools-tabs/antispam.php:83
1316
+ msgid "posts"
1317
+ msgstr ""
1318
+
1319
+ #: wpf-admin/tools-tabs/antispam.php:86
1320
+ msgid "Min number of posts to be able attach files"
1321
+ msgstr ""
1322
+
1323
+ #: wpf-admin/tools-tabs/antispam.php:90
1324
+ msgid "Min number of posts to be able post links"
1325
+ msgstr ""
1326
+
1327
+ #: wpf-admin/tools-tabs/antispam.php:95
1328
+ msgid "Do not allow to attach files with following extensions:"
1329
+ msgstr ""
1330
+
1331
+ #: wpf-admin/tools-tabs/antispam.php:109
1332
+ msgid "Possible Spam Attachments"
1333
+ msgstr ""
1334
+
1335
+ #: wpf-admin/tools-tabs/antispam.php:110
1336
+ msgid ""
1337
+ "This tool is designed to find attachment which have been uploaded by "
1338
+ "spammers. The tool checks most common spammer filenames and suggest to "
1339
+ "delete but you should check one by one and make sure those are spam files "
1340
+ "before deleting."
1341
+ msgstr ""
1342
+
1343
+ #: wpf-admin/tools-tabs/antispam.php:112
1344
+ msgid "Directory"
1345
+ msgstr ""
1346
+
1347
+ #: wpf-admin/tools-tabs/antispam.php:138
1348
+ msgid "Delete this file"
1349
+ msgstr ""
1350
+
1351
+ #: wpf-admin/tools-tabs/antispam.php:138
1352
+ msgid "Are you sure you want to permanently delete this file?"
1353
+ msgstr ""
1354
+
1355
+ #: wpf-admin/tools-tabs/antispam.php:149
1356
+ msgid "Click to delete Blue marked files"
1357
+ msgstr ""
1358
+
1359
+ #: wpf-admin/tools-tabs/antispam.php:150
1360
+ msgid ""
1361
+ "Are you sure you want to delete all BLUE marked files listed here. Please "
1362
+ "download Wordpress /wp-content/uploads/wpforo/ folder to your local computer "
1363
+ "before deleting files, this is not undoable."
1364
+ msgstr ""
1365
+
1366
+ #: wpf-admin/tools-tabs/antispam.php:151 wpf-admin/tools-tabs/antispam.php:157
1367
+ #: wpf-admin/tools-tabs/antispam.php:163 wpf-admin/tools-tabs/antispam.php:169
1368
+ msgid "Delete All"
1369
+ msgstr ""
1370
+
1371
+ #: wpf-admin/tools-tabs/antispam.php:154
1372
+ msgid "Click to delete Orange marked files"
1373
+ msgstr ""
1374
+
1375
+ #: wpf-admin/tools-tabs/antispam.php:156
1376
+ msgid ""
1377
+ "Are you sure you want to delete all ORANGE marked files listed here. Please "
1378
+ "download Wordpress /wp-content/uploads/wpforo/ folder to your local computer "
1379
+ "before deleting files, this is not undoable."
1380
+ msgstr ""
1381
+
1382
+ #: wpf-admin/tools-tabs/antispam.php:160
1383
+ msgid "Click to delete Red marked files"
1384
+ msgstr ""
1385
+
1386
+ #: wpf-admin/tools-tabs/antispam.php:162
1387
+ msgid ""
1388
+ "Are you sure you want to delete all RED marked files listed here. Please "
1389
+ "download Wordpress /wp-content/uploads/wpforo/ folder to your local computer "
1390
+ "before deleting files, this is not undoable."
1391
+ msgstr ""
1392
+
1393
+ #: wpf-admin/tools-tabs/antispam.php:166
1394
+ msgid "Click to delete Dark Red marked files"
1395
+ msgstr ""
1396
+
1397
+ #: wpf-admin/tools-tabs/antispam.php:168
1398
+ msgid ""
1399
+ "Are you sure you want to delete all DARK RED marked files listed here. "
1400
+ "Please download Wordpress /wp-content/uploads/wpforo/ folder to your local "
1401
+ "computer before deleting files, this is not undoable."
1402
+ msgstr ""
1403
+
1404
+ #: wpf-admin/tools-tabs/cleanup.php:12
1405
+ msgid "Delete Inactive Users"
1406
+ msgstr ""
1407
+
1408
+ #: wpf-admin/tools-tabs/cleanup.php:13
1409
+ #, php-format
1410
+ msgid ""
1411
+ "Inactive users are the account owners who have no topics, posts, comments "
1412
+ "and subscriptions for new content. In 99% cases this kind of accounts are "
1413
+ "being registered by Spammers. This tool allows you to only keep active and "
1414
+ "known inactive users."
1415
+ msgstr ""
1416
+
1417
+ #: wpf-admin/tools-tabs/cleanup.php:19
1418
+ msgid "Inactive users who have been registered more than"
1419
+ msgstr ""
1420
+
1421
+ #: wpf-admin/tools-tabs/cleanup.php:20
1422
+ msgid "days ago"
1423
+ msgstr ""
1424
+
1425
+ #: wpf-admin/tools-tabs/cleanup.php:25
1426
+ msgid "Filter by Usergroups"
1427
+ msgstr ""
1428
+
1429
+ #: wpf-admin/tools-tabs/cleanup.php:36
1430
+ msgid "Enable Auto-cleanup of inactive users"
1431
+ msgstr ""
1432
+
1433
+ #: wpf-admin/tools.php:8
1434
+ msgid "Forum Tools"
1435
+ msgstr ""
1436
+
1437
+ #: wpf-admin/tools.php:14
1438
+ msgid "Antispam"
1439
+ msgstr ""
1440
+
1441
+ #: wpf-admin/tools.php:15
1442
+ msgid "Cleanup"
1443
+ msgstr ""
1444
+
1445
+ #: wpf-admin/usergroup.php:18 wpf-admin/usergroup.php:30
1446
+ #: wpf-admin/usergroup.php:62
1447
+ msgid "Usergroup Name"
1448
+ msgstr "Nombre de Grupo"
1449
+
1450
+ #: wpf-admin/usergroup.php:19
1451
+ msgid "Users Count"
1452
+ msgstr "Numero de Usuarios"
1453
+
1454
+ #: wpf-admin/usergroup.php:36
1455
+ msgid "Edit this usergroup"
1456
+ msgstr "Editar este Grupo"
1457
+
1458
+ #: wpf-admin/usergroup.php:36 wpf-includes/wpf-phrases.php:73
1459
+ msgid "Edit"
1460
+ msgstr "Editar"
1461
+
1462
+ #: wpf-admin/usergroup.php:37
1463
+ msgid "Delete this usergroup"
1464
+ msgstr "Borrar este Grupo"
1465
+
1466
+ #: wpf-admin/usergroup.php:39
1467
+ msgid "View users list in this usergroup"
1468
+ msgstr "Ver la lista de usuarios de este Grupo"
1469
+
1470
+ #: wpf-admin/usergroup.php:43
1471
+ msgid "Count of users in this usergroup"
1472
+ msgstr "Numero de usuarios en este grupo"
1473
+
1474
+ #: wpf-admin/usergroup.php:62 wpf-includes/wpf-phrases.php:133
1475
+ msgid "Guest"
1476
+ msgstr "Invitado"
1477
+
1478
+ #: wpf-admin/usergroup.php:85 wpf-includes/wpf-phrases.php:375
1479
+ msgid "add"
1480
+ msgstr "agregar"
1481
+
1482
+ #: wpf-admin/usergroup.php:85
1483
+ msgid "save"
1484
+ msgstr "salvar"
1485
+
1486
+ #: wpf-admin/usergroup.php:106
1487
+ msgid "Delete Chosen Usergroup And Users"
1488
+ msgstr "Borrar grupo y usuarios seleciconados"
1489
+
1490
+ #: wpf-admin/usergroup.php:116
1491
+ msgid "Delete Chosen Usergroup And Join Users To Other Usergroup"
1492
+ msgstr "Borrar grupo seleccionado y unir usuarios a otro grupo"
1493
+
1494
+ #: wpf-admin/usergroup.php:128
1495
+ msgid "Users will be join this usergroup"
1496
+ msgstr "Los usuarios serán agregados a este grupo"
1497
+
1498
+ #: wpf-includes/class-forums.php:601
1499
+ msgid "Add a new SubForum"
1500
+ msgstr ""
1501
+
1502
+ #: wpf-includes/class-forums.php:601
1503
+ msgid "Add a new Forum in this Category"
1504
+ msgstr ""
1505
+
1506
+ #: wpf-includes/class-members.php:160
1507
+ msgid "<strong>ERROR</strong>: Please enter a username."
1508
+ msgstr ""
1509
+
1510
+ #: wpf-includes/class-members.php:164
1511
+ msgid ""
1512
+ "<strong>ERROR</strong>: This username is invalid because it uses illegal "
1513
+ "characters. Please enter a valid username."
1514
+ msgstr ""
1515
+
1516
+ #: wpf-includes/class-members.php:173
1517
+ msgid ""
1518
+ "<strong>ERROR</strong>: This username is already registered. Please choose "
1519
+ "another one."
1520
+ msgstr ""
1521
+
1522
+ #: wpf-includes/class-members.php:177
1523
+ msgid "<strong>ERROR</strong>: Sorry, that username is not allowed."
1524
+ msgstr ""
1525
+
1526
+ #: wpf-includes/class-members.php:181
1527
+ msgid "<strong>ERROR</strong>: Please type your email address."
1528
+ msgstr ""
1529
+
1530
+ #: wpf-includes/class-members.php:185
1531
+ msgid "<strong>ERROR</strong>: The email address isn&#8217;t correct."
1532
+ msgstr ""
1533
+
1534
+ #: wpf-includes/class-members.php:190
1535
+ msgid ""
1536
+ "<strong>ERROR</strong>: This email is already registered, please choose "
1537
+ "another one."
1538
+ msgstr ""
1539
+
1540
+ #: wpf-includes/class-members.php:1128
1541
+ msgid "What should be done with wpForo content owned by this user?"
1542
+ msgstr ""
1543
+
1544
+ #: wpf-includes/class-members.php:1130
1545
+ msgid "What should be done with wpForo content owned by these users?"
1546
+ msgstr ""
1547
+
1548
+ #: wpf-includes/class-members.php:1134
1549
+ msgid "Delete all wpForo content."
1550
+ msgstr ""
1551
+
1552
+ #: wpf-includes/class-members.php:1136
1553
+ msgid "Attribute all content to:"
1554
+ msgstr ""
1555
+
1556
+ #: wpf-includes/class-moderation.php:164
1557
+ #, php-format
1558
+ msgid ""
1559
+ "Probably spam file attachments have been detected by wpForo Spam Control. "
1560
+ "Please moderate suspected files here %s"
1561
+ msgstr ""
1562
+
1563
+ #: wpf-includes/class-notices.php:136 wpf-includes/wpf-phrases.php:69
1564
+ msgid "Dismiss this notice."
1565
+ msgstr "Descartar este aviso."
1566
+
1567
+ #: wpf-includes/class-notices.php:152
1568
+ msgid "New Addons for Your Forum!"
1569
+ msgstr ""
1570
+
1571
+ #: wpf-includes/class-notices.php:152
1572
+ msgid "Extend your forum with wpForo addons"
1573
+ msgstr ""
1574
+
1575
+ #: wpf-includes/class-notices.php:165
1576
+ msgid "View all Addons"
1577
+ msgstr ""
1578
+
1579
+ #: wpf-includes/class-permissions.php:129 wpf-includes/wpf-phrases.php:421
1580
+ #, fuzzy, php-format
1581
+ msgid "%s access successfully added"
1582
+ msgstr "Acceso agregado satisfactoriamente"
1583
+
1584
+ #: wpf-includes/class-permissions.php:154 wpf-includes/wpf-phrases.php:422
1585
+ #, fuzzy, php-format
1586
+ msgid "%s access successfully edited"
1587
+ msgstr "Acceso editado satisfactoriamente"
1588
+
1589
+ #: wpf-includes/class-phrases.php:172 wpf-includes/wpf-phrases.php:7
1590
+ msgid " Forum"
1591
+ msgstr "Foro"
1592
+
1593
+ #: wpf-includes/class-phrases.php:173 wpf-includes/wpf-phrases.php:6
1594
+ msgid " Discussion Board"
1595
+ msgstr "Foro de Discusión"
1596
+
1597
+ #: wpf-includes/class-template.php:32
1598
+ msgid "Insert link"
1599
+ msgstr "Insertar Link"
1600
+
1601
+ #: wpf-includes/class-template.php:33
1602
+ msgid "Link Text"
1603
+ msgstr "Texto del Link"
1604
+
1605
+ #: wpf-includes/class-template.php:34
1606
+ msgid "Open link in a new tab"
1607
+ msgstr "Abrir link en una pestaña nueva"
1608
+
1609
+ #: wpf-includes/class-template.php:1085 wpf-includes/wpf-phrases.php:328
1610
+ msgid "Theme file not readable"
1611
+ msgstr "Archivo de tema no legible"
1612
+
1613
+ #: wpf-includes/functions-installation.php:54 wpf-includes/wpf-phrases.php:101
1614
+ msgid "Forum"
1615
+ msgstr "Foro"
1616
+
1617
+ #: wpf-includes/functions-installation.php:55
1618
+ msgid "Discussion Board"
1619
+ msgstr "Foro de Discusión"
1620
+
1621
+ #: wpf-includes/functions-installation.php:85
1622
+ msgid "You are not permitted to view this attachment"
1623
+ msgstr ""
1624
+
1625
+ #: wpf-includes/functions-installation.php:807
1626
+ msgid "Start Profile Synchronization"
1627
+ msgstr ""
1628
+
1629
+ #: wpf-includes/functions-installation.php:807
1630
+ msgid "Continue Synchronization"
1631
+ msgstr ""
1632
+
1633
+ #: wpf-includes/functions-installation.php:810
1634
+ msgid ""
1635
+ "This process may take a few seconds or dozens of minutes, please be patient "
1636
+ "and don't close this page."
1637
+ msgstr ""
1638
+
1639
+ #: wpf-includes/functions-installation.php:811
1640
+ msgid ""
1641
+ "You can permanently disable this message in Dashboard > Forums > Features "
1642
+ "admin page."
1643
+ msgstr ""
1644
+
1645
+ #: wpf-includes/functions-installation.php:813
1646
+ msgid "wpForo Forum Installation | "
1647
+ msgstr ""
1648
+
1649
+ #: wpf-includes/functions-installation.php:814
1650
+ msgid ""
1651
+ "Forum users' profile data are not synchronized yet, this step is required! "
1652
+ "Please click the button below to complete installation."
1653
+ msgstr ""
1654
+
1655
+ #: wpf-includes/functions-template.php:7
1656
+ msgid "wpForo Menu"
1657
+ msgstr "Menú wpForo"
1658
+
1659
+ #: wpf-includes/functions-template.php:157 wpf-includes/wpf-phrases.php:411
1660
+ msgid "wpForo Sidebar"
1661
+ msgstr "Sidebar de wpForo"
1662
+
1663
+ #: wpf-includes/functions-template.php:158 wpf-includes/wpf-phrases.php:192
1664
+ msgid ""
1665
+ "NOTE: If you're going to add widgets in this sidebar, please use 'Full "
1666
+ "Width' template for wpForo index page to avoid sidebar duplication."
1667
+ msgstr ""
1668
+ "NOTA: Si va a agregar widgets en este sidebar, por favor use la plantilla "
1669
+ "'Full Width' como página para wpForo para evitar duplicados."
1670
+
1671
+ #: wpf-includes/functions-template.php:197
1672
+ #: wpf-includes/functions-template.php:304
1673
+ #: wpf-includes/functions-template.php:367
1674
+ #: wpf-includes/functions-template.php:442
1675
+ #: wpf-includes/functions-template.php:519
1676
+ #: wpf-includes/functions-template.php:566 wpf-includes/wpf-phrases.php:335
1677
+ msgid "Title"
1678
+ msgstr "Título"
1679
+
1680
+ #: wpf-includes/functions-template.php:370
1681
+ #: wpf-includes/functions-template.php:445
1682
+ #: wpf-includes/functions-template.php:522 wpf-includes/wpf-phrases.php:211
1683
+ msgid "Number of Items"
1684
+ msgstr "Número de elementos"
1685
+
1686
+ #: wpf-includes/functions-template.php:375 wpf-includes/wpf-phrases.php:70
1687
+ msgid "Display Avatars"
1688
+ msgstr "Mostrar Avatars"
1689
+
1690
+ #: wpf-includes/functions-template.php:449
1691
+ #: wpf-includes/functions-template.php:526 wpf-includes/wpf-phrases.php:72
1692
+ msgid "Display with Avatars"
1693
+ msgstr "Mostrar con Avatars"
1694
+
1695
+ #: wpf-includes/functions.php:364
1696
+ msgid "Unapproved"
1697
+ msgstr ""
1698
+
1699
+ #: wpf-includes/functions.php:365
1700
+ msgid "Published"
1701
+ msgstr ""
1702
+
1703
+ #: wpf-includes/functions.php:374 wpf-includes/wpf-phrases.php:594
1704
+ msgid "Active"
1705
+ msgstr "Activo"
1706
+
1707
+ #: wpf-includes/functions.php:375
1708
+ msgid "Banned"
1709
+ msgstr ""
1710
+
1711
+ #: wpf-includes/functions.php:388 wpf-includes/functions.php:686
1712
+ #: wpf-includes/wpf-phrases.php:50
1713
+ msgid "Bulk Actions"
1714
+ msgstr "Acciones Masivas"
1715
+
1716
+ #: wpf-includes/functions.php:393 wpf-includes/functions.php:772
1717
+ #: wpf-includes/wpf-phrases.php:36
1718
+ msgid "Apply"
1719
+ msgstr "Aplicar"
1720
+
1721
+ #: wpf-includes/functions.php:402 wpf-includes/wpf-phrases.php:301
1722
+ msgid "Show all forums"
1723
+ msgstr "Mostrar todos los foros"
1724
+
1725
+ #: wpf-includes/functions.php:415 wpf-includes/wpf-phrases.php:351
1726
+ msgid "filter by group"
1727
+ msgstr ""
1728
+
1729
+ #: wpf-includes/functions.php:427
1730
+ msgid "filter by status"
1731
+ msgstr ""
1732
+
1733
+ #: wpf-includes/functions.php:443
1734
+ msgid "filter by package"
1735
+ msgstr ""
1736
+
1737
+ #: wpf-includes/functions.php:472
1738
+ msgid "filter by user"
1739
+ msgstr ""
1740
+
1741
+ #: wpf-includes/functions.php:492 wpf-includes/functions.php:694
1742
+ #: wpf-includes/wpf-phrases.php:386
1743
+ msgid "item"
1744
+ msgstr "elemento"
1745
+
1746
+ #: wpf-includes/functions.php:525 wpf-includes/functions.php:541
1747
+ #: wpf-includes/wpf-phrases.php:285
1748
+ msgid "Select All"
1749
+ msgstr "Selecionar Todo"
1750
+
1751
+ #: wpf-includes/functions.php:530 wpf-includes/functions.php:546
1752
+ msgid "Type"
1753
+ msgstr ""
1754
+
1755
+ #: wpf-includes/functions.php:603 wpf-includes/wpf-phrases.php:384
1756
+ msgid "edit user"
1757
+ msgstr "editar usuario"
1758
+
1759
+ #: wpf-includes/functions.php:607 wpf-includes/wpf-phrases.php:383
1760
+ msgid "edit profile"
1761
+ msgstr "editar perfil"
1762
+
1763
+ #: wpf-includes/functions.php:612
1764
+ msgid "unban user"
1765
+ msgstr ""
1766
+
1767
+ #: wpf-includes/functions.php:612
1768
+ msgid "ban user"
1769
+ msgstr ""
1770
+
1771
+ #: wpf-includes/functions.php:612
1772
+ msgid "Are you sure, you want to unban this user?"
1773
+ msgstr ""
1774
+
1775
+ #: wpf-includes/functions.php:612
1776
+ msgid "Are you sure, you want to ban this user?"
1777
+ msgstr ""
1778
+
1779
+ #: wpf-includes/functions.php:617 wpf-includes/functions.php:627
1780
+ #: wpf-includes/wpf-phrases.php:67
1781
+ msgid "Delete this item"
1782
+ msgstr "Borrar este elemento"
1783
+
1784
+ #: wpf-includes/functions.php:617 wpf-includes/functions.php:627
1785
+ #: wpf-includes/wpf-phrases.php:41
1786
+ msgid "Are you sure you whant to DELETE this item?"
1787
+ msgstr "¿Estas seguro que quieres BORRAR este elemento?"
1788
+
1789
+ #: wpf-includes/functions.php:622
1790
+ msgid "unapprove this item"
1791
+ msgstr ""
1792
+
1793
+ #: wpf-includes/functions.php:622
1794
+ msgid "Approve this item"
1795
+ msgstr ""
1796
+
1797
+ #: wpf-includes/functions.php:622
1798
+ msgid "unapprove"
1799
+ msgstr ""
1800
+
1801
+ #: wpf-includes/functions.php:622
1802
+ msgid "approve"
1803
+ msgstr ""
1804
+
1805
+ #: wpf-includes/functions.php:644 wpf-includes/functions.php:645
1806
+ #: wpf-includes/wpf-phrases.php:405
1807
+ msgid "view"
1808
+ msgstr "ver"
1809
+
1810
+ #: wpf-includes/functions.php:665
1811
+ msgid "Topic"
1812
+ msgstr ""
1813
+
1814
+ #: wpf-includes/functions.php:665
1815
+ msgid "Post"
1816
+ msgstr ""
1817
+
1818
+ #: wpf-includes/functions.php:678 wpf-includes/wpf-phrases.php:201
1819
+ msgid "No items found"
1820
+ msgstr "No se encontraron elementos"
1821
+
1822
+ #: wpf-includes/functions.php:771 wpf-includes/wpf-phrases.php:141
1823
+ msgid "Items"
1824
+ msgstr "Elementos"
1825
+
1826
+ #: wpf-includes/functions.php:1065
1827
+ #, php-format
1828
+ msgid "Could not write file %s"
1829
+ msgstr "No se puede escribir en el archivo %s"
1830
+
1831
+ #: wpf-includes/wpf-hooks.php:20 wpf-includes/wpf-phrases.php:136
1832
+ msgid ""
1833
+ "IMPORTANT! Uninstall is not a simple deactivation action. This action will "
1834
+ "permanently remove all forum data (forums, topics, replies, attachments...) "
1835
+ "from database. Please backup database before this action, you may need this "
1836
+ "forum data in future. If you are sure that you want to delete all forum data "
1837
+ "please confirm. If not, just cancel it, then you can deactivate this plugin, "
1838
+ "that will not remove forum data."
1839
+ msgstr ""
1840
+ "¡IMPORTANTE! Desisntalar no es una simple acción de desactivación. Esta "
1841
+ "acción removerá permanentemente todos los datos del foro (foros, temas, "
1842
+ "respuestas, adjuntos...) de la base de datos. Por favor haga un respaldo "
1843
+ "antes de completar esta acción, podrias ocupar estos datos del foro en el "
1844
+ "futuro. Si estas seguro de que deseas eliminar todos los datos del foro, por "
1845
+ "favor confirma. Si no, solo cancel, así podras reactivar este plugin, sin "
1846
+ "haber removido los datos."
1847
+
1848
+ #: wpf-includes/wpf-hooks.php:20
1849
+ msgid "Uninstall"
1850
+ msgstr "Desinstalar"
1851
+
1852
+ #: wpf-includes/wpf-hooks.php:1057 wpf-includes/wpf-phrases.php:188
1853
+ msgid "Move"
1854
+ msgstr "Mover"
1855
+
1856
+ #: wpf-includes/wpf-hooks.php:1092
1857
+ msgid "Clear"
1858
+ msgstr "Despejar"
1859
+
1860
+ #: wpf-includes/wpf-hooks.php:1092
1861
+ msgid "Default"
1862
+ msgstr "Por Defecto"
1863
+
1864
+ #: wpf-includes/wpf-hooks.php:1092
1865
+ msgid "Select Color"
1866
+ msgstr "Selector de Color"
1867
+
1868
+ #: wpf-includes/wpf-hooks.php:1115
1869
+ msgid ""
1870
+ "IMPORTANT: wpForo can't work with default permalink, please change permalink "
1871
+ "structure"
1872
+ msgstr ""
1873
+
1874
+ #: wpf-includes/wpf-hooks.php:1136 wpf-includes/wpf-phrases.php:413
1875
+ msgid "wpForo Usergroup"
1876
+ msgstr "Grupos de Usuario de wpForo"
1877
+
1878
+ #: wpf-includes/wpf-hooks.php:1144 wpf-includes/wpf-phrases.php:412
1879
+ msgid "wpForo User Timezone"
1880
+ msgstr "Zona Horaria del wpForo"
1881
+
1882
+ #: wpf-includes/wpf-hooks.php:1333 wpf-includes/wpf-hooks.php:1422
1883
+ msgid "Please Moderate: "
1884
+ msgstr ""
1885
+
1886
+ #: wpf-includes/wpf-hooks.php:1334
1887
+ msgid ""
1888
+ "This topic is currently unapproved. You can approve topics in Dashboard "
1889
+ "&raquo; Forums &raquo; Moderation admin page."
1890
+ msgstr ""
1891
+
1892
+ #: wpf-includes/wpf-hooks.php:1423
1893
+ msgid ""
1894
+ "This post is currently unapproved. You can approve posts in Dashboard "
1895
+ "&raquo; Forums &raquo; Moderation admin page."
1896
+ msgstr ""
1897
+
1898
+ #: wpf-includes/wpf-hooks.php:1600 wpf-includes/wpf-hooks.php:1646
1899
+ msgid "New Forum"
1900
+ msgstr ""
1901
+
1902
+ #: wpf-includes/wpf-hooks.php:1608
1903
+ msgid "New User Group"
1904
+ msgstr ""
1905
+
1906
+ #: wpf-includes/wpf-hooks.php:1616 wpf-includes/wpf-hooks.php:1714
1907
+ msgid "New Phrase"
1908
+ msgstr ""
1909
+
1910
+ #: wpf-includes/wpf-hooks.php:1631
1911
+ msgid "Community"
1912
+ msgstr ""
1913
+
1914
+ #: wpf-includes/wpf-hooks.php:1698
1915
+ msgid "New UserGroup"
1916
+ msgstr ""
1917
+
1918
+ #: wpf-includes/wpf-phrases.php:8
1919
+ #, php-format
1920
+ msgid "%s and %s liked"
1921
+ msgstr "A %s y a %s les ha gustado"
1922
+
1923
+ #: wpf-includes/wpf-phrases.php:9
1924
+ #, php-format
1925
+ msgid "%s liked"
1926
+ msgstr "A %s le ha gustado"
1927
+
1928
+ #: wpf-includes/wpf-phrases.php:10
1929
+ #, php-format
1930
+ msgid "%s, %s and %s liked"
1931
+ msgstr "A %s, %s y a %s les ha gustado"
1932
+
1933
+ #: wpf-includes/wpf-phrases.php:11
1934
+ #, php-format
1935
+ msgid "%s, %s, %s and %d people liked"
1936
+ msgstr "A %s, %s, %s y a %d personas les ha gustado"
1937
+
1938
+ #: wpf-includes/wpf-phrases.php:12
1939
+ msgid "AOL IM"
1940
+ msgstr "AOL IM"
1941
+
1942
+ #: wpf-includes/wpf-phrases.php:13
1943
+ msgid "About Me"
1944
+ msgstr "Acerca de "
1945
+
1946
+ #: wpf-includes/wpf-phrases.php:16
1947
+ msgid "Account"
1948
+ msgstr "Cuenta"
1949
+
1950
+ #: wpf-includes/wpf-phrases.php:19
1951
+ msgid "Activity"
1952
+ msgstr "Actividad"
1953
+
1954
+ #: wpf-includes/wpf-phrases.php:23
1955
+ msgid "Add a comment"
1956
+ msgstr "Añadir comentario"
1957
+
1958
+ #: wpf-includes/wpf-phrases.php:24
1959
+ msgid "Add topic"
1960
+ msgstr "Añadir tema"
1961
+
1962
+ #: wpf-includes/wpf-phrases.php:32
1963
+ msgid "Answer"
1964
+ msgstr "Responder"
1965
+
1966
+ #: wpf-includes/wpf-phrases.php:33
1967
+ msgid "Answer to"
1968
+ msgstr "Responder a"
1969
+
1970
+ #: wpf-includes/wpf-phrases.php:34
1971
+ msgid "Answers"
1972
+ msgstr "Respuestas"
1973
+
1974
+ #: wpf-includes/wpf-phrases.php:35
1975
+ msgid "Any Date"
1976
+ msgstr "Cualquier Fecha"
1977
+
1978
+ #: wpf-includes/wpf-phrases.php:42
1979
+ msgid "Ascending order"
1980
+ msgstr "Orden Ascendente"
1981
+
1982
+ #: wpf-includes/wpf-phrases.php:43
1983
+ msgid "Attach file:"
1984
+ msgstr "Archivo adjunto:"
1985
+
1986
+ #: wpf-includes/wpf-phrases.php:44
1987
+ msgid "Attachments"
1988
+ msgstr "Adjuntos"
1989
+
1990
+ #: wpf-includes/wpf-phrases.php:45
1991
+ msgid "Attachments Size"
1992
+ msgstr "Tamaño de Adjuntos"
1993
+
1994
+ #: wpf-includes/wpf-phrases.php:47
1995
+ msgid "Avatar"
1996
+ msgstr "Avatar"
1997
+
1998
+ #: wpf-includes/wpf-phrases.php:53
1999
+ msgid "Change password"
2000
+ msgstr "Cambiar contraseña"
2001
+
2002
+ #: wpf-includes/wpf-phrases.php:54
2003
+ msgid "Choose target forum"
2004
+ msgstr "Seleccione foro destino"
2005
+
2006
+ #: wpf-includes/wpf-phrases.php:55 wpf-themes/classic/functions.php:44
2007
+ #: wpf-themes/classic/functions.php:65 wpf-themes/classic/functions.php:94
2008
+ msgid "Collapsed"
2009
+ msgstr "Colapsado"
2010
+
2011
+ #: wpf-includes/wpf-phrases.php:58
2012
+ msgid "Comments"
2013
+ msgstr "Comentarios"
2014
+
2015
+ #: wpf-includes/wpf-phrases.php:59
2016
+ msgid "Confirm my subscription"
2017
+ msgstr "Confirmar mi suscripción"
2018
+
2019
+ #: wpf-includes/wpf-phrases.php:65
2020
+ msgid "Date"
2021
+ msgstr "Fecha"
2022
+
2023
+ #: wpf-includes/wpf-phrases.php:68
2024
+ msgid "Descending order"
2025
+ msgstr "Orden descendente"
2026
+
2027
+ #: wpf-includes/wpf-phrases.php:71
2028
+ msgid "Display Name"
2029
+ msgstr "Nombre a mostrar"
2030
+
2031
+ #: wpf-includes/wpf-phrases.php:74
2032
+ msgid "Edited: "
2033
+ msgstr "Editado:"
2034
+
2035
+ #: wpf-includes/wpf-phrases.php:75
2036
+ msgid "Email"
2037
+ msgstr "Correo Electrónico"
2038
+
2039
+ #: wpf-includes/wpf-phrases.php:88
2040
+ msgid "Enter title here"
2041
+ msgstr "Introduzca aquí el título"
2042
+
2043
+ #: wpf-includes/wpf-phrases.php:89 wpf-themes/classic/functions.php:43
2044
+ #: wpf-themes/classic/functions.php:64 wpf-themes/classic/functions.php:93
2045
+ msgid "Expanded"
2046
+ msgstr "Expandido"
2047
+
2048
+ #: wpf-includes/wpf-phrases.php:90 wpf-themes/classic/functions.php:90
2049
+ msgid "Extended Layout - Intro posts"
2050
+ msgstr "Plantilla expandida - Respuestas"
2051
+
2052
+ #: wpf-includes/wpf-phrases.php:91 wpf-themes/classic/functions.php:40
2053
+ msgid "Extended Layout - Intro topics"
2054
+ msgstr "Plantilla expandida - Temas"
2055
+
2056
+ #: wpf-includes/wpf-phrases.php:92 wpf-themes/classic/functions.php:100
2057
+ msgid "Extended Layout - Number of intro posts"
2058
+ msgstr "Plantilla expandida - Numero de respuestas"
2059
+
2060
+ #: wpf-includes/wpf-phrases.php:93 wpf-themes/classic/functions.php:49
2061
+ msgid "Extended Layout - Number of intro topics"
2062
+ msgstr "Plantilla expandida - Numero de temas"
2063
+
2064
+ #: wpf-includes/wpf-phrases.php:94
2065
+ msgid "Facebook"
2066
+ msgstr "Facebook"
2067
+
2068
+ #: wpf-includes/wpf-phrases.php:95
2069
+ msgid "Failed to write file to disk"
2070
+ msgstr "Fallo al escribir archivo al disco"
2071
+
2072
+ #: wpf-includes/wpf-phrases.php:97
2073
+ msgid "File upload stopped by extension"
2074
+ msgstr "Subida de archivo detenida por extensión"
2075
+
2076
+ #: wpf-includes/wpf-phrases.php:98
2077
+ msgid "Find Posts by User"
2078
+ msgstr "Buscar Mensajes por Usuario"
2079
+
2080
+ #: wpf-includes/wpf-phrases.php:99
2081
+ msgid "Find Topics Started by User"
2082
+ msgstr "Buscar Temas Iniciados por Usuario"
2083
+
2084
+ #: wpf-includes/wpf-phrases.php:100
2085
+ msgid "First post and replies"
2086
+ msgstr "Primeros mensajes y respuestas"
2087
+
2088
+ #: wpf-includes/wpf-phrases.php:102
2089
+ msgid "Forum - Login"
2090
+ msgstr "Foro - Inicio de Sesión"
2091
+
2092
+ #: wpf-includes/wpf-phrases.php:103
2093
+ msgid "Forum - Page Not Found"
2094
+ msgstr "Foro - Página no Encontrada"
2095
+
2096
+ #: wpf-includes/wpf-phrases.php:104
2097
+ msgid "Forum - Registration"
2098
+ msgstr "Foro - Registro"
2099
+
2100
+ #: wpf-includes/wpf-phrases.php:106
2101
+ msgid "Forum Admin Email Addresses"
2102
+ msgstr "Correos Eléctronicos de los Administradores"
2103
+
2104
+ #: wpf-includes/wpf-phrases.php:109
2105
+ msgid "Forum Home"
2106
+ msgstr "Página de Inicio"
2107
+
2108
+ #: wpf-includes/wpf-phrases.php:111
2109
+ msgid "Forum Members"
2110
+ msgstr "Miembros del Foro"
2111
+
2112
+ #: wpf-includes/wpf-phrases.php:114
2113
+ msgid "Forum Profile"
2114
+ msgstr "Perfil del Foro"
2115
+
2116
+ #: wpf-includes/wpf-phrases.php:115
2117
+ msgid "Forum RSS Feed"
2118
+ msgstr "Feed RSS del Foro"
2119
+
2120
+ #: wpf-includes/wpf-phrases.php:119
2121
+ msgid "Forum Statistics"
2122
+ msgstr "Estadísticas del Foro"
2123
+
2124
+ #: wpf-includes/wpf-phrases.php:122
2125
+ msgid "Forum is empty"
2126
+ msgstr "El foro esta Vacío"
2127
+
2128
+ #: wpf-includes/wpf-phrases.php:125
2129
+ msgid "From Email Address"
2130
+ msgstr "Correo Electrónico del Emisor"
2131
+
2132
+ #: wpf-includes/wpf-phrases.php:126
2133
+ msgid "From Name"
2134
+ msgstr "Nombre del Emisor"
2135
+
2136
+ #: wpf-includes/wpf-phrases.php:131
2137
+ msgid "Group"
2138
+ msgstr "Grupo"
2139
+
2140
+ #: wpf-includes/wpf-phrases.php:132
2141
+ msgid "Google+"
2142
+ msgstr ""
2143
+
2144
+ #: wpf-includes/wpf-phrases.php:135
2145
+ msgid "ICQ"
2146
+ msgstr "ICQ"
2147
+
2148
+ #: wpf-includes/wpf-phrases.php:139
2149
+ msgid "Insert member name or email"
2150
+ msgstr "Inserte el nombre del usuario o correo"
2151
+
2152
+ #: wpf-includes/wpf-phrases.php:142
2153
+ msgid "Joined"
2154
+ msgstr "Registrado"
2155
+
2156
+ #: wpf-includes/wpf-phrases.php:145
2157
+ msgid "Last 24 hours"
2158
+ msgstr "Últimas 24 horas"
2159
+
2160
+ #: wpf-includes/wpf-phrases.php:146
2161
+ msgid "Last 3 Months"
2162
+ msgstr "Últimos 3 Meses"
2163
+
2164
+ #: wpf-includes/wpf-phrases.php:147
2165
+ msgid "Last 6 Months"
2166
+ msgstr "Últimos 6 Meses"
2167
+
2168
+ #: wpf-includes/wpf-phrases.php:148
2169
+ msgid "Last Active"
2170
+ msgstr "Activo"
2171
+
2172
+ #: wpf-includes/wpf-phrases.php:149
2173
+ msgid "Last Month"
2174
+ msgstr "Último Mes"
2175
+
2176
+ #: wpf-includes/wpf-phrases.php:150
2177
+ msgid "Last Post"
2178
+ msgstr "Último Mensaje"
2179
+
2180
+ #: wpf-includes/wpf-phrases.php:151
2181
+ msgid "Last Post Info"
2182
+ msgstr "Último Mensaje"
2183
+
2184
+ #: wpf-includes/wpf-phrases.php:152
2185
+ msgid "Last Week"
2186
+ msgstr "Última Semana"
2187
+
2188
+ #: wpf-includes/wpf-phrases.php:153
2189
+ msgid "Last Year ago"
2190
+ msgstr "Último año"
2191
+
2192
+ #: wpf-includes/wpf-phrases.php:154
2193
+ #, php-format
2194
+ msgid "Last post by %s"
2195
+ msgstr "Último mensaje por %s"
2196
+
2197
+ #: wpf-includes/wpf-phrases.php:155
2198
+ msgid "Latest Post"
2199
+ msgstr "Último Mensaje"
2200
+
2201
+ #: wpf-includes/wpf-phrases.php:156
2202
+ msgid "Leave a reply"
2203
+ msgstr "Dejar una respuesta"
2204
+
2205
+ #: wpf-includes/wpf-phrases.php:157
2206
+ msgid "Length must be between 3 characters and 30 characters."
2207
+ msgstr ""
2208
+
2209
+ #: wpf-includes/wpf-phrases.php:159
2210
+ msgid "Liked"
2211
+ msgstr "Me gusta"
2212
+
2213
+ #: wpf-includes/wpf-phrases.php:160
2214
+ msgid "Location"
2215
+ msgstr "Ubicación"
2216
+
2217
+ #: wpf-includes/wpf-phrases.php:161
2218
+ msgid "Login"
2219
+ msgstr "Iniciar Sesión"
2220
+
2221
+ #: wpf-includes/wpf-phrases.php:163
2222
+ msgid "Logout"
2223
+ msgstr "Cerrar Sesión"
2224
+
2225
+ #: wpf-includes/wpf-phrases.php:165
2226
+ msgid "Lost your password?"
2227
+ msgstr "¿Perdiste tu contraseña?"
2228
+
2229
+ #: wpf-includes/wpf-phrases.php:167
2230
+ msgid "MSN"
2231
+ msgstr "MSN"
2232
+
2233
+ #: wpf-includes/wpf-phrases.php:168
2234
+ msgid "Maximum allowed file size is"
2235
+ msgstr "Tamaña máximo permitido para archivos es de"
2236
+
2237
+ #: wpf-includes/wpf-phrases.php:170
2238
+ msgid "Member Activity"
2239
+ msgstr "Actividad de Miembro"
2240
+
2241
+ #: wpf-includes/wpf-phrases.php:171
2242
+ msgid "Member Information"
2243
+ msgstr "Información de Miembro"
2244
+
2245
+ #: wpf-includes/wpf-phrases.php:172
2246
+ msgid "Member Rating"
2247
+ msgstr "Rating de Miembro"
2248
+
2249
+ #: wpf-includes/wpf-phrases.php:173
2250
+ msgid "Member Rating Badge"
2251
+ msgstr "Emblema de Rating de Miembro"
2252
+
2253
+ #: wpf-includes/wpf-phrases.php:174
2254
+ msgid "Member Reputation"
2255
+ msgstr "Reputación de Miembros"
2256
+
2257
+ #: wpf-includes/wpf-phrases.php:177
2258
+ msgid "Member information"
2259
+ msgstr "Información de miembro"
2260
+
2261
+ #: wpf-includes/wpf-phrases.php:181
2262
+ msgid "Members not found"
2263
+ msgstr "Miembros no encontrados"
2264
+
2265
+ #: wpf-includes/wpf-phrases.php:182
2266
+ msgid ""
2267
+ "You have been banned. Please contact to forum administrators for more "
2268
+ "information."
2269
+ msgstr ""
2270
+
2271
+ #: wpf-includes/wpf-phrases.php:183
2272
+ msgid "Messages"
2273
+ msgstr "Mensajes"
2274
+
2275
+ #: wpf-includes/wpf-phrases.php:186
2276
+ msgid "Missing a temporary folder"
2277
+ msgstr "Carpeta temporalmente perdida"
2278
+
2279
+ #: wpf-includes/wpf-phrases.php:189
2280
+ msgid "Move topic"
2281
+ msgstr "Mover tema"
2282
+
2283
+ #: wpf-includes/wpf-phrases.php:190
2284
+ msgid "Must be minimum 6 characters."
2285
+ msgstr "Debe contener mínimo 6 caracteres"
2286
+
2287
+ #: wpf-includes/wpf-phrases.php:191
2288
+ msgid "My Profile"
2289
+ msgstr "Mi Perfil"
2290
+
2291
+ #: wpf-includes/wpf-phrases.php:198
2292
+ msgid "No activity found for this member."
2293
+ msgstr "No se encontró actividad para este miembro"
2294
+
2295
+ #: wpf-includes/wpf-phrases.php:199
2296
+ msgid "No file was uploaded"
2297
+ msgstr "No se subió ningun archivo"
2298
+
2299
+ #: wpf-includes/wpf-phrases.php:200
2300
+ msgid "No forums were found here."
2301
+ msgstr "Ningún foro fué encontrado aquí."
2302
+
2303
+ #: wpf-includes/wpf-phrases.php:204
2304
+ msgid "No online members at the moment"
2305
+ msgstr "Ningún usuario en linea por el momento"
2306
+
2307
+ #: wpf-includes/wpf-phrases.php:206
2308
+ msgid "No subscriptions found for this member."
2309
+ msgstr "No se encontraron suscripciones para este miembro"
2310
+
2311
+ #: wpf-includes/wpf-phrases.php:208
2312
+ msgid "No topics were found here"
2313
+ msgstr "No se encontraron temas aquí"
2314
+
2315
+ #: wpf-includes/wpf-phrases.php:215
2316
+ msgid "Occupation"
2317
+ msgstr "Ocupación"
2318
+
2319
+ #: wpf-includes/wpf-phrases.php:216
2320
+ msgid "Offline"
2321
+ msgstr "Offline"
2322
+
2323
+ #: wpf-includes/wpf-phrases.php:217
2324
+ msgid "Online"
2325
+ msgstr "Online"
2326
+
2327
+ #: wpf-includes/wpf-phrases.php:219
2328
+ msgid "Oops! The page you requested was not found!"
2329
+ msgstr "¡Oops! ¡No se encontró la página que solicitaste!"
2330
+
2331
+ #: wpf-includes/wpf-phrases.php:220
2332
+ msgid "Our newest member"
2333
+ msgstr "Nuestro nuevo miembro"
2334
+
2335
+ #: wpf-includes/wpf-phrases.php:221
2336
+ msgid "Page"
2337
+ msgstr "Página"
2338
+
2339
+ #: wpf-includes/wpf-phrases.php:223
2340
+ msgid "Password"
2341
+ msgstr "Contraseña"
2342
+
2343
+ #: wpf-includes/wpf-phrases.php:225
2344
+ #, php-format
2345
+ msgid "Please %s or %s"
2346
+ msgstr "Por favor %s ó %s"
2347
+
2348
+ #: wpf-includes/wpf-phrases.php:229
2349
+ msgid "Post Title"
2350
+ msgstr "Título del Mensaje"
2351
+
2352
+ #: wpf-includes/wpf-phrases.php:230
2353
+ msgid "Post link"
2354
+ msgstr "Link del mensaje"
2355
+
2356
+ #: wpf-includes/wpf-phrases.php:231
2357
+ msgid "Posted"
2358
+ msgstr "Publicado"
2359
+
2360
+ #: wpf-includes/wpf-phrases.php:232
2361
+ msgid "Posted by"
2362
+ msgstr "Publicado por"
2363
+
2364
+ #: wpf-includes/wpf-phrases.php:234
2365
+ msgid "Powered by"
2366
+ msgstr "Auspiciado por"
2367
+
2368
+ #: wpf-includes/wpf-phrases.php:236 wpf-themes/classic/functions.php:70
2369
+ msgid "Q&A Layout - Number of intro topics"
2370
+ msgstr "Plantilla Q&A - Numero de temas"
2371
+
2372
+ #: wpf-includes/wpf-phrases.php:237 wpf-themes/classic/functions.php:61
2373
+ msgid "Q&A layout - Intro topics"
2374
+ msgstr "Plantilla Q&A - Temas"
2375
+
2376
+ #: wpf-includes/wpf-phrases.php:238
2377
+ msgid "Question Comments"
2378
+ msgstr "Comentarios a Preguntas"
2379
+
2380
+ #: wpf-includes/wpf-phrases.php:239
2381
+ msgid "Questions"
2382
+ msgstr "Preguntas"
2383
+
2384
+ #: wpf-includes/wpf-phrases.php:240
2385
+ msgid "Quote"
2386
+ msgstr "Cita"
2387
+
2388
+ #: wpf-includes/wpf-phrases.php:241
2389
+ msgid "RE"
2390
+ msgstr "RE"
2391
+
2392
+ #: wpf-includes/wpf-phrases.php:242
2393
+ msgid "REPLY:"
2394
+ msgstr "RESPUESTA:"
2395
+
2396
+ #: wpf-includes/wpf-phrases.php:243
2397
+ msgid "RSS"
2398
+ msgstr "RSS"
2399
+
2400
+ #: wpf-includes/wpf-phrases.php:244
2401
+ msgid "Rating"
2402
+ msgstr "Rating"
2403
+
2404
+ #: wpf-includes/wpf-phrases.php:245
2405
+ msgid "Rating Badge"
2406
+ msgstr "Emblema"
2407
+
2408
+ #: wpf-includes/wpf-phrases.php:249
2409
+ msgid "Received Likes"
2410
+ msgstr "Me gusta Recibidos"
2411
+
2412
+ #: wpf-includes/wpf-phrases.php:250
2413
+ msgid "Recent Questions"
2414
+ msgstr "Preguntas Recientes"
2415
+
2416
+ #: wpf-includes/wpf-phrases.php:251
2417
+ msgid "Recent Topics"
2418
+ msgstr "Temas Recientes"
2419
+
2420
+ #: wpf-includes/wpf-phrases.php:252
2421
+ msgid "Register"
2422
+ msgstr "Registro"
2423
+
2424
+ #: wpf-includes/wpf-phrases.php:254
2425
+ msgid "Registered date"
2426
+ msgstr "Fecha de registro"
2427
+
2428
+ #: wpf-includes/wpf-phrases.php:255
2429
+ msgid "Relevancy"
2430
+ msgstr "Relevancia"
2431
+
2432
+ #: wpf-includes/wpf-phrases.php:256
2433
+ msgid "Remember Me"
2434
+ msgstr "Recuérdame"
2435
+
2436
+ #: wpf-includes/wpf-phrases.php:262
2437
+ msgid "Replies"
2438
+ msgstr "Respuestas"
2439
+
2440
+ #: wpf-includes/wpf-phrases.php:263
2441
+ msgid "Replies not found"
2442
+ msgstr "No se encontrarón respuestas"
2443
+
2444
+ #: wpf-includes/wpf-phrases.php:264
2445
+ msgid "Reply"
2446
+ msgstr "Responder"
2447
+
2448
+ #: wpf-includes/wpf-phrases.php:265
2449
+ msgid "Report"
2450
+ msgstr "Reportar"
2451
+
2452
+ #: wpf-includes/wpf-phrases.php:268
2453
+ msgid "Report to Administration"
2454
+ msgstr "Reportar a un Administrador"
2455
+
2456
+ #: wpf-includes/wpf-phrases.php:270
2457
+ msgid "Result Info"
2458
+ msgstr "Resultado"
2459
+
2460
+ #: wpf-includes/wpf-phrases.php:272
2461
+ msgid "Save Changes"
2462
+ msgstr "Guardar Cambios"
2463
+
2464
+ #: wpf-includes/wpf-phrases.php:276
2465
+ msgid "Search"
2466
+ msgstr "Buscar"
2467
+
2468
+ #: wpf-includes/wpf-phrases.php:277
2469
+ msgid "Search Entire Posts"
2470
+ msgstr "Buscar en todo el mensaje"
2471
+
2472
+ #: wpf-includes/wpf-phrases.php:278
2473
+ msgid "Search Phrase"
2474
+ msgstr "Búsqueda de Frases"
2475
+
2476
+ #: wpf-includes/wpf-phrases.php:279
2477
+ msgid "Search Titles Only"
2478
+ msgstr "Buscar solo Títulos"
2479
+
2480
+ #: wpf-includes/wpf-phrases.php:280
2481
+ msgid "Search Type"
2482
+ msgstr "Tipo de Búsqueda"
2483
+
2484
+ #: wpf-includes/wpf-phrases.php:281
2485
+ msgid "Search in Forums"
2486
+ msgstr "Buscar en Foros"
2487
+
2488
+ #: wpf-includes/wpf-phrases.php:282
2489
+ msgid "Search in date period"
2490
+ msgstr "Buscar en un periodo de tiempo"
2491
+
2492
+ #: wpf-includes/wpf-phrases.php:283
2493
+ msgid "Search result for"
2494
+ msgstr "Resultados de búsqueda para"
2495
+
2496
+ #: wpf-includes/wpf-phrases.php:284
2497
+ msgid "Search..."
2498
+ msgstr "Buscar..."
2499
+
2500
+ #: wpf-includes/wpf-phrases.php:286
2501
+ msgid "Select Page"
2502
+ msgstr "Seleccionar Página"
2503
+
2504
+ #: wpf-includes/wpf-phrases.php:287
2505
+ msgid "Send Report"
2506
+ msgstr "Enviar Reporte"
2507
+
2508
+ #: wpf-includes/wpf-phrases.php:291
2509
+ msgid "Set Topic Sticky"
2510
+ msgstr "Marcar Tema"
2511
+
2512
+ #: wpf-includes/wpf-phrases.php:292 wpf-themes/classic/functions.php:101
2513
+ msgid ""
2514
+ "Set this option value 0 if you want to show all posts under topic intro area."
2515
+ msgstr ""
2516
+ "Pon este valor en 0 si quieres mostrar todos los mensajes abajo del area de "
2517
+ "la introducción del tema."
2518
+
2519
+ #: wpf-includes/wpf-phrases.php:293
2520
+ msgid "Shop Account"
2521
+ msgstr "Cuenta de compras"
2522
+
2523
+ #: wpf-includes/wpf-phrases.php:303
2524
+ msgid "Sign In"
2525
+ msgstr "Conectarse"
2526
+
2527
+ #: wpf-includes/wpf-phrases.php:304
2528
+ msgid "Signature"
2529
+ msgstr "Firma"
2530
+
2531
+ #: wpf-includes/wpf-phrases.php:305
2532
+ msgid "Site Profile"
2533
+ msgstr "Perfil del Sitio"
2534
+
2535
+ #: wpf-includes/wpf-phrases.php:306
2536
+ msgid "Skype"
2537
+ msgstr "Skype"
2538
+
2539
+ #: wpf-includes/wpf-phrases.php:308
2540
+ msgid "Social Networks"
2541
+ msgstr "Redes Sociales"
2542
+
2543
+ #: wpf-includes/wpf-phrases.php:309
2544
+ msgid "Sorry, something wrong with your data."
2545
+ msgstr "Lo sentimos, algo mal paso con sus datos"
2546
+
2547
+ #: wpf-includes/wpf-phrases.php:310
2548
+ msgid "Sort Search Results by"
2549
+ msgstr "Ordenar Resultados de Búsqueda por"
2550
+
2551
+ #: wpf-includes/wpf-phrases.php:311
2552
+ msgid "Specify avatar by URL"
2553
+ msgstr "Especificar avatar por URL"
2554
+
2555
+ #: wpf-includes/wpf-phrases.php:313
2556
+ msgid "Subforums"
2557
+ msgstr "Subforos"
2558
+
2559
+ #: wpf-includes/wpf-phrases.php:316
2560
+ msgid "Subscribe for new replies"
2561
+ msgstr "Suscríbete para nuevas respuestas"
2562
+
2563
+ #: wpf-includes/wpf-phrases.php:317
2564
+ msgid "Subscribe for new topics"
2565
+ msgstr "Suscríbete para nuevos temas"
2566
+
2567
+ #: wpf-includes/wpf-phrases.php:319
2568
+ msgid "Subscriptions"
2569
+ msgstr "Suscripciones"
2570
+
2571
+ #: wpf-includes/wpf-phrases.php:321
2572
+ msgid ""
2573
+ "Thank you for using wpForo! wpForo is a professional bulletin board for "
2574
+ "WorPress, and the only forum software which comes with Multi-layout template "
2575
+ "system. The \"Extended"
2576
+ msgstr ""
2577
+ "¡Gracias por usar wpForo! wpForo es un foro bulletin profesional para "
2578
+ "WordPress, y el único programa de foros que viene con un sistema de "
2579
+ "Multiplantilla. La \"Extendida"
2580
+
2581
+ #: wpf-includes/wpf-phrases.php:322
2582
+ msgid ""
2583
+ "Thank you for using wpForo. wpForo is a premium forum plugin which will "
2584
+ "always be available for free. There will never be paid and pro versions of "
2585
+ "this forum board. However this is a very large and hard project so we also "
2586
+ "develop paid addons (extensions), which will financially help us to keep "
2587
+ "improving and adding new features to the free wpForo plugin. Forum addons "
2588
+ "will also be actively developed. The first addons \"Advanced Media Uploader"
2589
+ msgstr ""
2590
+ "Gracias por usar wpForo. wpForo es un plugin de foro premium que siempre "
2591
+ "estará disponible de manera gratuita. Nunca habrá versiones de paga y pro de "
2592
+ "este foro. Sin embargo este es un proyecto muy grande y laborioso, así que "
2593
+ "estamos desarrollando complementos (extensiones) de paga, el cuál nos "
2594
+ "ayudará financiar, mejorar y agrregar nuevas funciones al plugin gratuito de "
2595
+ "wpForo. Los complementos del foro también estarán activamente en desarrollo. "
2596
+ "Los primeros complementos \"Advanced Media Uploader"
2597
+
2598
+ #: wpf-includes/wpf-phrases.php:325
2599
+ msgid ""
2600
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
2601
+ "the HTML form"
2602
+ msgstr ""
2603
+ "El archivo a subir excede el MAX_FILE_SIZE que fué especificado en el "
2604
+ "formulario HTML"
2605
+
2606
+ #: wpf-includes/wpf-phrases.php:326
2607
+ msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini"
2608
+ msgstr ""
2609
+ "El archivo subido excede el upload_max_filesize declarado en el php.ini"
2610
+
2611
+ #: wpf-includes/wpf-phrases.php:327
2612
+ msgid "The uploaded file was only partially uploaded"
2613
+ msgstr "El archivo se ha subido parcialmente"
2614
+
2615
+ #: wpf-includes/wpf-phrases.php:334
2616
+ msgid "Timezone"
2617
+ msgstr "Zona Horaria"
2618
+
2619
+ #: wpf-includes/wpf-phrases.php:336
2620
+ msgid "Topic RSS Feed"
2621
+ msgstr "Feed RSS del Tema"
2622
+
2623
+ #: wpf-includes/wpf-phrases.php:337
2624
+ msgid "Topic Title"
2625
+ msgstr "Título del Tema"
2626
+
2627
+ #: wpf-includes/wpf-phrases.php:338
2628
+ msgid "Topic title"
2629
+ msgstr "Título del tema"
2630
+
2631
+ #: wpf-includes/wpf-phrases.php:341
2632
+ msgid "Twitter"
2633
+ msgstr "Twitter"
2634
+
2635
+ #: wpf-includes/wpf-phrases.php:342
2636
+ msgid "Unknown upload error"
2637
+ msgstr "Error desconocido al subir"
2638
+
2639
+ #: wpf-includes/wpf-phrases.php:343
2640
+ msgid "Unsubscribe"
2641
+ msgstr "desuscribirse"
2642
+
2643
+ #: wpf-includes/wpf-phrases.php:346
2644
+ msgid "Upload an avatar"
2645
+ msgstr "Subir un avatar"
2646
+
2647
+ #: wpf-includes/wpf-phrases.php:348
2648
+ msgid ""
2649
+ "Use comments to ask for more information or suggest improvements. Avoid "
2650
+ "answering questions in comments."
2651
+ msgstr ""
2652
+ "Usa comentarios para preguntar por más información o sugerir mejoras. Evita "
2653
+ "responder preguntas en los comentarios."
2654
+
2655
+ #: wpf-includes/wpf-phrases.php:350
2656
+ msgid "User"
2657
+ msgstr "Usuario"
2658
+
2659
+ #: wpf-includes/wpf-phrases.php:352
2660
+ msgid "User Group"
2661
+ msgstr "Grupo de Usuario"
2662
+
2663
+ #: wpf-includes/wpf-phrases.php:353
2664
+ msgid "Usergroup has been successfully deleted."
2665
+ msgstr "El grupo se ha eliminado satisfactoriamente"
2666
+
2667
+ #: wpf-includes/wpf-phrases.php:354
2668
+ msgid ""
2669
+ "Usergroup has been successfully deleted. All users of this usergroup have "
2670
+ "been moved to the usergroup you've chosen"
2671
+ msgstr ""
2672
+ "El grupo ha sido eliminado satisfactoriamente. Todos los usuarios del grupo "
2673
+ "han sido movidos al grupo que seleccionaste"
2674
+
2675
+ #: wpf-includes/wpf-phrases.php:355
2676
+ msgid "Username"
2677
+ msgstr "Nombre de Usuario"
2678
+
2679
+ #: wpf-includes/wpf-phrases.php:357
2680
+ msgid "View entire post"
2681
+ msgstr "Ver todo el mensaje"
2682
+
2683
+ #: wpf-includes/wpf-phrases.php:358
2684
+ msgid "View the latest post"
2685
+ msgstr "Ver el último mensaje"
2686
+
2687
+ #: wpf-includes/wpf-phrases.php:359
2688
+ msgid "Views"
2689
+ msgstr "Vistas"
2690
+
2691
+ #: wpf-includes/wpf-phrases.php:360
2692
+ msgid "Votes"
2693
+ msgstr "Votos"
2694
+
2695
+ #: wpf-includes/wpf-phrases.php:361
2696
+ msgid "Website"
2697
+ msgstr "Sitio Web"
2698
+
2699
+ #: wpf-includes/wpf-phrases.php:363
2700
+ msgid "Wordpress avatar system"
2701
+ msgstr "Sistema de avatar de Wordpress"
2702
+
2703
+ #: wpf-includes/wpf-phrases.php:364
2704
+ msgid "Working"
2705
+ msgstr "Trabajando"
2706
+
2707
+ #: wpf-includes/wpf-phrases.php:365
2708
+ msgid "Write message"
2709
+ msgstr "Escribir mensaje"
2710
+
2711
+ #: wpf-includes/wpf-phrases.php:366
2712
+ msgid "Yahoo"
2713
+ msgstr "Yahoo"
2714
+
2715
+ #: wpf-includes/wpf-phrases.php:368
2716
+ msgid "You"
2717
+ msgstr "Tu"
2718
+
2719
+ #: wpf-includes/wpf-phrases.php:370
2720
+ #, php-format
2721
+ msgid "You can go to %s page or Search here"
2722
+ msgstr "Puedes ir a la página %s ó Buscar aquí"
2723
+
2724
+ #: wpf-includes/wpf-phrases.php:372
2725
+ msgid "Your Answer"
2726
+ msgstr "Tu Respesta"
2727
+
2728
+ #: wpf-includes/wpf-phrases.php:373
2729
+ msgid "account"
2730
+ msgstr "cuenta"
2731
+
2732
+ #: wpf-includes/wpf-phrases.php:374
2733
+ msgid "activity"
2734
+ msgstr "actividad"
2735
+
2736
+ #: wpf-includes/wpf-phrases.php:376
2737
+ msgid "add_new"
2738
+ msgstr "add_new"
2739
+
2740
+ #: wpf-includes/wpf-phrases.php:377
2741
+ #, php-format
2742
+ msgid "%s ago"
2743
+ msgstr "hace %s"
2744
+
2745
+ #: wpf-includes/wpf-phrases.php:378
2746
+ msgid "by"
2747
+ msgstr "por"
2748
+
2749
+ #: wpf-includes/wpf-phrases.php:379
2750
+ #, php-format
2751
+ msgid "by %s"
2752
+ msgstr "por %s"
2753
+
2754
+ #: wpf-includes/wpf-phrases.php:380
2755
+ msgid "confirm password"
2756
+ msgstr "confirmar contraseña"
2757
+
2758
+ #: wpf-includes/wpf-phrases.php:385
2759
+ msgid "forums"
2760
+ msgstr "foros"
2761
+
2762
+ #: wpf-includes/wpf-phrases.php:387
2763
+ msgid "login"
2764
+ msgstr "iniciar sesión"
2765
+
2766
+ #: wpf-includes/wpf-phrases.php:388
2767
+ msgid "logout"
2768
+ msgstr "cerrar sesión"
2769
+
2770
+ #: wpf-includes/wpf-phrases.php:389
2771
+ msgid "matches"
2772
+ msgstr "coincidencias"
2773
+
2774
+ #: wpf-includes/wpf-phrases.php:390
2775
+ msgid "members"
2776
+ msgstr "miembros"
2777
+
2778
+ #: wpf-includes/wpf-phrases.php:392
2779
+ msgid "my profile"
2780
+ msgstr "mi perfil"
2781
+
2782
+ #: wpf-includes/wpf-phrases.php:393
2783
+ msgid "new password"
2784
+ msgstr "contraseña nueva"
2785
+
2786
+ #: wpf-includes/wpf-phrases.php:394
2787
+ msgid "new password again"
2788
+ msgstr "contraseña nueva otra vez"
2789
+
2790
+ #: wpf-includes/wpf-phrases.php:395
2791
+ msgid "next"
2792
+ msgstr "siguiente"
2793
+
2794
+ #: wpf-includes/wpf-phrases.php:396
2795
+ msgid "old password"
2796
+ msgstr "contraseña vieja"
2797
+
2798
+ #: wpf-includes/wpf-phrases.php:397
2799
+ msgid "phrase_key"
2800
+ msgstr "phrase_key"
2801
+
2802
+ #: wpf-includes/wpf-phrases.php:398
2803
+ msgid "phrase_value"
2804
+ msgstr "phrase_value"
2805
+
2806
+ #: wpf-includes/wpf-phrases.php:399
2807
+ msgid "posted"
2808
+ msgstr "publicado"
2809
+
2810
+ #: wpf-includes/wpf-phrases.php:400
2811
+ msgid "prev"
2812
+ msgstr "previo"
2813
+
2814
+ #: wpf-includes/wpf-phrases.php:401
2815
+ msgid "register"
2816
+ msgstr "registro"
2817
+
2818
+ #: wpf-includes/wpf-phrases.php:402
2819
+ msgid "replies"
2820
+ msgstr "respuestas"
2821
+
2822
+ #: wpf-includes/wpf-phrases.php:403
2823
+ msgid "subscriptions"
2824
+ msgstr "suscripciones"
2825
+
2826
+ #: wpf-includes/wpf-phrases.php:404
2827
+ msgid "update"
2828
+ msgstr "actualizar"
2829
+
2830
+ #: wpf-includes/wpf-phrases.php:406
2831
+ msgid "view all posts"
2832
+ msgstr "ver todos los mensajes"
2833
+
2834
+ #: wpf-includes/wpf-phrases.php:407
2835
+ msgid "view all questions"
2836
+ msgstr "ver todas las preguntas"
2837
+
2838
+ #: wpf-includes/wpf-phrases.php:408
2839
+ msgid "view all topics"
2840
+ msgstr "ver todos los temas"
2841
+
2842
+ #: wpf-includes/wpf-phrases.php:410
2843
+ msgid "wpForo Navigation"
2844
+ msgstr "Navegación de wpForo"
2845
+
2846
+ #: wpf-includes/wpf-phrases.php:415
2847
+ msgid "{number}B"
2848
+ msgstr "{number}B"
2849
+
2850
+ #: wpf-includes/wpf-phrases.php:416
2851
+ msgid "{number}K"
2852
+ msgstr "{number}K"
2853
+
2854
+ #: wpf-includes/wpf-phrases.php:417
2855
+ msgid "{number}M"
2856
+ msgstr "{number}M"
2857
+
2858
+ #: wpf-includes/wpf-phrases.php:418
2859
+ msgid "{number}T"
2860
+ msgstr "{number}T"
2861
+
2862
+ #: wpf-includes/wpf-phrases.php:423
2863
+ msgid "Access add error"
2864
+ msgstr "Error al agregar acceso"
2865
+
2866
+ #: wpf-includes/wpf-phrases.php:424
2867
+ msgid "Access delete error"
2868
+ msgstr "Error al borrar acceso"
2869
+
2870
+ #: wpf-includes/wpf-phrases.php:425
2871
+ msgid "Access edit error"
2872
+ m