User Submitted Posts - Version 20180319

Version Description

To upgrade User Submitted Posts, remove the old version and replace with the new version. Or just click "Update" from the Plugins screen and let WordPress do it for you automatically.

Important! The /custom/ directory is deprecated. If you are using a custom form template, please move it to /wp-content/your-theme/usp/. For more information, check out the "Custom Submission Form" section under Installation.

Note: uninstalling the plugin from the WP Plugins screen results in the removal of all settings from the WP database. Submitted posts are NOT removed if you deactivate the plugin, reset default options, or uninstall the plugins; that is, all submitted posts must be removed manually.

Download this release

Release Info

Developer specialk
Plugin Icon 128x128 User Submitted Posts
Version 20180319
Comparing to
See all releases

Code changes from version 20180314 to 20180319

Files changed (57) hide show
  1. library/shortcode-misc.php +2 -2
  2. readme.txt +8 -2
  3. resources/jquery.usp.admin.js +2 -4
  4. trunk/changelog.txt +479 -0
  5. trunk/images/250x250-banhammer-pro.jpg +0 -0
  6. trunk/images/250x250-bbq-pro.jpg +0 -0
  7. trunk/images/250x250-blackhole-pro.jpg +0 -0
  8. trunk/images/250x250-digging-into-wordpress.jpg +0 -0
  9. trunk/images/250x250-htaccess-made-easy.jpg +0 -0
  10. trunk/images/250x250-ses-pro.jpg +0 -0
  11. trunk/images/250x250-tao-of-wordpress.jpg +0 -0
  12. trunk/images/250x250-usp-pro.jpg +0 -0
  13. trunk/images/250x250-wp-themes-in-depth.jpg +0 -0
  14. trunk/images/usp-logo.jpg +0 -0
  15. trunk/images/usp-pro.png +0 -0
  16. trunk/languages/usp-ar.mo +0 -0
  17. trunk/languages/usp-ar.po +1276 -0
  18. trunk/languages/usp-bn_BD.mo +0 -0
  19. trunk/languages/usp-bn_BD.po +1276 -0
  20. trunk/languages/usp-cs_CZ.mo +0 -0
  21. trunk/languages/usp-cs_CZ.po +1276 -0
  22. trunk/languages/usp-de_DE.mo +0 -0
  23. trunk/languages/usp-de_DE.po +1276 -0
  24. trunk/languages/usp-es_ES.mo +0 -0
  25. trunk/languages/usp-es_ES.po +1276 -0
  26. trunk/languages/usp-fa_IR.mo +0 -0
  27. trunk/languages/usp-fa_IR.po +1276 -0
  28. trunk/languages/usp-fr_FR.mo +0 -0
  29. trunk/languages/usp-fr_FR.po +1276 -0
  30. trunk/languages/usp-ga.mo +0 -0
  31. trunk/languages/usp-ga.po +1276 -0
  32. trunk/languages/usp-he_IL.mo +0 -0
  33. trunk/languages/usp-he_IL.po +1276 -0
  34. trunk/languages/usp-hi_IN.mo +0 -0
  35. trunk/languages/usp-hi_IN.po +1276 -0
  36. trunk/languages/usp-it_IT.mo +0 -0
  37. trunk/languages/usp-it_IT.po +1276 -0
  38. trunk/languages/usp-ja.mo +0 -0
  39. trunk/languages/usp-ja.po +1276 -0
  40. trunk/languages/usp-ko_KR.mo +0 -0
  41. trunk/languages/usp-ko_KR.po +1276 -0
  42. trunk/languages/usp-nl_NL.mo +0 -0
  43. trunk/languages/usp-nl_NL.po +1276 -0
  44. trunk/languages/usp-no.mo +0 -0
  45. trunk/languages/usp-no.po +1276 -0
  46. trunk/languages/usp-pa_IN.mo +0 -0
  47. trunk/languages/usp-pa_IN.po +1276 -0
  48. trunk/languages/usp-pl_PL.mo +0 -0
  49. trunk/languages/usp-pl_PL.po +1276 -0
  50. trunk/languages/usp-pt_BR.mo +0 -0
  51. trunk/languages/usp-pt_BR.po +1276 -0
  52. trunk/languages/usp-ro_RO.mo +0 -0
  53. trunk/languages/usp-ro_RO.po +1276 -0
  54. trunk/languages/usp-ru_RU.mo +0 -0
  55. trunk/languages/usp-ru_RU.po +1276 -0
  56. trunk/languages/usp-sl_SI.mo +0 -0
  57. trunk/languages/usp-sl_SI.po +341 -0
library/shortcode-misc.php CHANGED
@@ -11,7 +11,7 @@
11
  custom = any attributes or custom code for the link element
12
 
13
  */
14
- function usp_reset_button($args) {
15
 
16
  extract(shortcode_atts(array(
17
  'class' => '',
@@ -39,7 +39,7 @@ function usp_reset_button($args) {
39
  return $output;
40
 
41
  }
42
- add_shortcode('usp-reset-button', 'usp_reset_button');
43
 
44
 
45
 
11
  custom = any attributes or custom code for the link element
12
 
13
  */
14
+ function usp_reset_button_shortcode($args) {
15
 
16
  extract(shortcode_atts(array(
17
  'class' => '',
39
  return $output;
40
 
41
  }
42
+ add_shortcode('usp-reset-button', 'usp_reset_button_shortcode');
43
 
44
 
45
 
readme.txt CHANGED
@@ -10,8 +10,8 @@ Donate link: https://m0n.co/donate
10
  Contributors: specialk
11
  Requires at least: 4.1
12
  Tested up to: 4.9
13
- Stable tag: 20180314
14
- Version: 20180314
15
  Requires PHP: 5.2
16
  Text Domain: usp
17
  Domain Path: /languages
@@ -646,6 +646,12 @@ Links, tweets and likes also appreciated. Thanks! :)
646
 
647
  *Thank you to everyone who shares feedback for User Submitted Posts!*
648
 
 
 
 
 
 
 
649
  **20180314**
650
 
651
  * Adds auto-rotate feature for JPG images uploaded via mobile
10
  Contributors: specialk
11
  Requires at least: 4.1
12
  Tested up to: 4.9
13
+ Stable tag: 20180319
14
+ Version: 20180319
15
  Requires PHP: 5.2
16
  Text Domain: usp
17
  Domain Path: /languages
646
 
647
  *Thank you to everyone who shares feedback for User Submitted Posts!*
648
 
649
+ *20180319**
650
+
651
+ * Fixes bug with toggle form info on plugin settings page
652
+ * Renames `usp_reset_button()` to `usp_reset_button_shortcode`
653
+ * Tests on WordPress 5.0 (alpha)
654
+
655
  **20180314**
656
 
657
  * Adds auto-rotate feature for JPG images uploaded via mobile
resources/jquery.usp.admin.js CHANGED
@@ -29,12 +29,10 @@ jQuery(document).ready(function($){
29
  });
30
 
31
  // toggle form info
32
- $('.usp-custom-form').click(function(e){
33
- e.preventDefault();
34
  $('.usp-custom-form-info').slideDown(300);
35
  });
36
- $('.usp-form').click(function(e){
37
- e.preventDefault();
38
  $('.usp-custom-form-info').slideUp(300);
39
  });
40
 
29
  });
30
 
31
  // toggle form info
32
+ $('.usp-custom-form').click(function(){
 
33
  $('.usp-custom-form-info').slideDown(300);
34
  });
35
+ $('.usp-form').click(function(){
 
36
  $('.usp-custom-form-info').slideUp(300);
37
  });
38
 
trunk/changelog.txt ADDED
@@ -0,0 +1,479 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ == User Submitted Posts - Changelog ==
2
+
3
+ This file is formatted with Markdown: https://daringfireball.net/projects/markdown/syntax
4
+
5
+ You can view the file directly, or use a free Markdown editor such as: http://dillinger.io/
6
+
7
+ More recent changelog info is available in the `readme.txt` file, located in the plugin's root directory.
8
+
9
+
10
+
11
+ **20171028**
12
+
13
+ * Adds new Login/Register Form
14
+ * Adds new optional Custom Field
15
+ * Adds new access control shortcodes
16
+ * Adds shortcode `%%edit_link%%` for email alerts
17
+ * Adds shortcode `%%user_email%%` for email alerts
18
+ * Adds support when `allow_url_fopen` is disabled
19
+ * Adds `parsley.min.js.map` to `/resources/` directory
20
+ * Adds new function, `usp_get_submitted_title()`
21
+ * Adds new filter hook: `usp_max_users`
22
+ * Adds new filter hook: `usp_content_allowed`
23
+ * Adds new filter hook: `usp_custom_custom_field`
24
+ * Adds new filter hook: `usp_content_patterns`
25
+ * Adds new filter hook: `usp_content_replacements`
26
+ * Adds extra `manage_options` requirement to modify settings
27
+ * Adds Czech language translation
28
+ * Adds Slovenian language translation
29
+ * Adds Norwegian language translation
30
+ * Replaces Arabic (Argentina) translation with Arabic
31
+ * Updates Google reCAPTCHA library to version 1.1.3
32
+ * Updates Parsley validation script to version 2.8.0
33
+ * Updates all language translation files
34
+ * Improves logic in core USP JavaScript file
35
+ * Improves file handling and validation
36
+ * Improves logic of `usp_auto_display_options()`
37
+ * Improves logic of `usp_form_display_options()`
38
+ * Improves logic of USP Form templates
39
+ * Refactors logic of plugin settings page
40
+ * Streamlines Support panel in plugin settings
41
+ * Changes label from "Auto Publish" to "Post Status"
42
+ * Removes deprecated `/custom/` directory
43
+ * Removes deprecated `jquery.usp.files.js`
44
+ * Fixes bug when displaying/requiring the Title field
45
+ * Fixes some PHP Notices for "Undefined Index", et al
46
+ * Regenerates default translation template
47
+ * Tests on WordPress 4.9
48
+
49
+ **20170801**
50
+
51
+ * Adds new Post Type setting to choose between Posts and Pages
52
+ * Adds `%%post_content%%` and `%%post_author%%` shortcodes to Email Alerts
53
+ * Adds `%%author%%` shortcode to Auto-Display Images, Email, and URL
54
+ * Adds new filter hook, `usp_author_custom_field`
55
+ * Adds new filter hook, `usp_post_type`
56
+ * Fixes bug related to large file sizes
57
+ * Fixes bug related to optional post title
58
+ * Fixes bug related to optional email field
59
+ * Adds new/refreshed translations for Arabic, Chinese, French, Russian, Persian, German, Serbian, Romanian, Italian, Japanese, Hebrew, Hindi, Turkish, Korean, Polish, Bengali, Panjabi
60
+ * Regenerates default translation file
61
+ * Moves some FAQs to their own [dedicated post](https://perishablepress.com/faqs-user-submitted-posts/) at Perishable Press
62
+ * Moves older changelog items to their own dedicated file, `changelog.txt`, located in the plugin's root directory
63
+ * Updates GPL license blurb
64
+ * Adds GPL license text file
65
+ * Tests on WordPress 4.9 (alpha)
66
+
67
+ **20170531**
68
+
69
+ * Fixes bug with Google reCAPTCHA
70
+ * Adds localization to featured image variable
71
+ * Further tests on WordPress 4.8 (beta)
72
+
73
+ **20170326**
74
+
75
+ * Adds Google reCAPTCHA (anti-spam) field
76
+ * Adds function to clear form cookies if user logs out
77
+ * Adds new Arabic translation (Thanks to Abdeslam Lachhab)
78
+ * Adds new french translation by Milehan
79
+ * Improves plugin documentation
80
+ * Changes "USP" post-filter button to display for WP Posts
81
+ * Adds option to send HTML-format email alerts
82
+ * Fixes undefined variable notice for filter link
83
+ * Adds `%%title_parent%%` for auto-display images
84
+ * Adds `%%title%%` for auto-display email and url
85
+ * Adds class `.usp-submit` to submit button
86
+ * Fixes email validation bug when email optional
87
+ * Adds filter hook `usp_editor_content` for `wp_editor()`
88
+ * Adds filter hook `usp_return_form` for return link
89
+ * Adds fallback for `wp_add_inline_script` for WP < 4.5
90
+ * Tweaks sanitization of post content to improve security
91
+ * Updates show support panel in plugin settings
92
+ * Reorders plugin action links
93
+ * Improves default options functionality
94
+ * Replaces global `$wp_version` with `get_bloginfo('version')`
95
+ * Adds option to customize the "From" email address for alerts
96
+ * Refines display of settings panels
97
+ * Adds new IP-detection script
98
+ * Generates new default translation template
99
+ * Tests on WordPress version 4.8
100
+
101
+ **20161122**
102
+
103
+ * Changed `get_template_directory()` to `get_stylesheet_directory()` in `usp_display_form()`
104
+ * Changed `get_template_directory()` to `get_stylesheet_directory()` in `usp_enqueueResources()`
105
+ * Changed `get_template_directory_uri()` to `get_stylesheet_directory_uri()` in `usp_enqueueResources()`
106
+
107
+ **20161119**
108
+
109
+ * Moved custom form template to theme directory
110
+ * Refactored and combined `usp_js_vars()` with `usp_enqueueResources()`
111
+ * Refactored `usp_load_admin_styles()`
112
+ * Refactored `add_usp_links()` function
113
+ * Refined `usp_display_form()` function
114
+ * Removed `usp_editor_style()` and file
115
+ * Removed deprecated `usp_currentPageURL()`
116
+ * Removed filter hook `usp_current_page`
117
+ * Fine-tuned submission form and styles
118
+ * Improved default styling of WP RTE field
119
+ * Reorganized and refined plugin settings page
120
+ * Upgraded Parsley.js to version 2.6.0
121
+ * Deprecated JS function `usp_check_files()`
122
+ * Bugfix: conflict with "Require User Login" and "Registered Username"
123
+ * Bugfix: conflict with "Require User Login" and "User Profile URL"
124
+ * Bugfix: support nag re-appears after each settings save
125
+ * Added `usp_default_title` filter hook for default post titles
126
+ * Changed form label from "Post URL" to "User URL" on plugin settings page
127
+ * Added missing parameter to `usp_check_images()`
128
+ * Reorganized and streamlined plugin file structure
129
+ * Streamlined some global variables
130
+ * Added some missing translation strings
131
+ * Updated plugin author URL
132
+ * Updated Twitter URL to https
133
+ * Changed stable tag from trunk to latest version
134
+ * Updated URL for rate this plugin links
135
+ * Regenerated default translation template
136
+ * Tested on WordPress version 4.7 (beta)
137
+
138
+ **20160815**
139
+
140
+ * Fine-tuned the plugin settings page
141
+ * Replaced `_e()` with `esc_html_e()` or `esc_attr_e()`
142
+ * Replaced `__()` with `esc_html__()` or `esc_attr__()`
143
+ * Added plugin icons and larger banner image
144
+ * Improved translation support
145
+ * Added more allowed tags and attributes to relevant plugin settings
146
+ * Removed usp_addNewPostStatus() function (deprecated hook)
147
+ * Fixed bug where required URL field shows error if User Profile URL enabled
148
+ * Added more allowed tags and attributes to submitted post content
149
+ * Refined logic of usp_checkForPublicSubmission() function
150
+ * Added usp_redirect_message() for error messages when Redirect URL enabled
151
+ * Changed hook priority for usp_checkForPublicSubmission() function
152
+ * Added Russian translation (thanks to [Nick Lysenko](https://twitter.com/unbirth7))
153
+ * Added setting to display form only to logged-in users
154
+ * Fine-tuned default form styles and error messages
155
+ * Generated new translation template
156
+ * Tested on WordPress 4.6
157
+
158
+ **20160411**
159
+
160
+ * Cleaned up plugin tags
161
+ * Added new Dutch translation (thanks to [Berend](http://botoboto.com/))
162
+ * Added Italian translation (thanks to [Rosario](http://rosariomonaco.com/))
163
+ * Replaced icon with retina version
164
+ * Added screenshot to readme/docs
165
+ * Added retina version of banner
166
+ * Reorganized and refreshed readme.txt
167
+ * Tested on WordPress version 4.5 beta
168
+
169
+ **20160215**
170
+
171
+ * Fixes XSS vulnerability (thanks to [Panagiotis Vagenas](https://twitter.com/panVagenas))
172
+ * Updates descriptions for settings "Registered Username" and "User Profile URL"
173
+ * Adds `[usp_display_posts]` shortcode to display list of user submitted posts
174
+ * Adds UTF-8 default parameter to get_option('blog_charset')
175
+ * Replaces get_currentuserinfo() with wp_get_current_user()
176
+ * Removes quotes from charset in email headers
177
+ * Adds screenshots to readme.txt/documentation
178
+ * Cleans up readme.txt/documentation
179
+ * Tested on WordPress 4.5 alpha
180
+
181
+ **20151113**
182
+
183
+ Note: the CSS and JavaScript for the plugin settings page is now moved to their own external files. Please clear your browser cache and/or force refresh the settings page to load the new files!
184
+
185
+ * Added options to auto-display custom fields and images
186
+ * "USP" button on Posts screen now displays all USP Posts (not just Pending)
187
+ * Added Dutch translation (Thanks to [Erik Kroon](http://www.punchcreative.nl/))
188
+ * Added German translation (Thanks to [Michael](https://wordpress.org/support/topic/image-problem-german-translation))
189
+ * Added check for `$post` in `usp_is_public_submission()`
190
+ * Removed width from `a#usp_add-another` in `usp.css`
191
+ * Fixed custom markup for "Add Another" link
192
+ * Added option to show fields but not require
193
+ * Added `usp_check_required()` function
194
+ * Added setting to enable shortcodes in widgets
195
+ * Added `get_currentuserinfo()` where required
196
+ * Added `esc_url()` to sanitize URI strings
197
+ * Removed unnecessary `mail()` headers (Thanks to [Jason Hendriks](http://www.codingmonkey.ca/))
198
+ * Refined `usp_send_mail_alert()`
199
+ * Fixed sending alerts to multiple email addresses
200
+ * Added option to disable tracking of IP addresses
201
+ * Added option to specify customize email alert subject
202
+ * Added option to specify customize email alert message
203
+ * Reorganized and streamlined settings page
204
+ * Added option to disable default USP styles for custom forms
205
+ * Replaced USP graphics with retina versions
206
+ * Added `usp_load_admin_styles()` to enqueue settings styles
207
+ * Replaced `load_custom_admin_css()` with `usp_load_admin_styles()`
208
+ * Moved JavaScript and CSS to their own external files
209
+ * Added option to publish as "Draft" Post Status
210
+ * Removed deprecated `usp_answer` and `usp_form_width` options
211
+ * Added more attributes to `$allowed_atts`
212
+ * Added `usp_form_display_options()`
213
+ * Added `usp_auto_display_options()`
214
+ * Added hooks:
215
+ * `usp_post_draft`
216
+ * `usp_image_args`
217
+ * `usp_image_title`
218
+ * `usp_image_thumb`
219
+ * `usp_image_medium`
220
+ * `usp_image_large`
221
+ * `usp_image_full`
222
+ * `usp_image_custom_size`
223
+ * `usp_image_custom`
224
+ * `usp_email_custom_field`
225
+ * `usp_url_custom_field`
226
+ * Added `usp_auto_display_images()`, `usp_auto_display_email()`, `usp_auto_display_url()`
227
+ * Added `usp_replace_image_vars()`
228
+ * USP Meta Box not displayed if no data to display
229
+ * Fixed bug with targeted loading of USP stylesheet
230
+ * Updated heading hierarchy in plugin settings
231
+ * Updated translation template file
232
+ * Updated minimum version requirement
233
+ * Tested on WordPress 4.4 beta
234
+
235
+ **20150808**
236
+
237
+ * Tested on WordPress 4.3
238
+ * Updated minimum version requirement
239
+
240
+ **20150507**
241
+
242
+ * Tested with WP 4.2 + 4.3 (alpha)
243
+ * Changes a few "http" links to "https"
244
+ * Fixes XSS vulnerability with add_query_arg()
245
+ * Adds isset() to stop some minor PHP warnings
246
+ * Fixes mixed content warning for https sites
247
+ * Adds support for exif_imagetype when needed
248
+ * Adds Arabic translation, thanks to Amine CH
249
+ * Adds Spanish translation, thanks to Clara Rold√°n
250
+
251
+ **20150319**
252
+
253
+ * Tested with latest version of WP (4.1)
254
+ * Increases minimum version to WP 3.8
255
+ * Removes deprecated screen_icon()
256
+ * Adds $usp_wp_vers for version check
257
+ * Streamline/fine-tune plugin code
258
+ * Adds Text Domain and Domain Path to file header
259
+ * Adds alert panel to plugin settings page
260
+ * Adds Serbo-Croatian translation - thanks [Borisa Djuraskovic](http://www.webhostinghub.com/)
261
+ * Adds Chinese translation - thanks Xing
262
+ * Improves error handling
263
+ * Improves post author process
264
+ * Improves post-submission process
265
+ * Improves code in submission-form.php
266
+ * Adds nonce security to submission process
267
+ * Adds proper headers to email alert
268
+ * Adds Email field to the form (hidden by default)
269
+ * Adds USP Info meta box to Post Edit screen (Props: Nathan Clough)
270
+ * Adds specific error messages for fields/files (e.g., min, max, required)
271
+ * Adds option to disable required attributes
272
+ * Adds usp_post_status filter hook
273
+ * Adds usp_file_key filter hook
274
+ * Adds usp_post_data filter hook
275
+ * Adds usp_editor_settings filter hook
276
+ * Adds usp_error_message filter hook
277
+ * Adds usp_post_moderate filter hook
278
+ * Adds usp_post_publish filter hook
279
+ * Adds usp_post_approve filter hook
280
+ * Adds drag_drop_upload to visual/rich-text editor
281
+ * Adds option to require unique post titles
282
+ * Changes approved-post count to check for name/IP instead of URL/IP
283
+ * Changes class .hidden to .usp-hidden in default submission form
284
+ * Changes class .no-js to .usp-no-js in default submission form
285
+ * Changes class .js to .usp-js in default submission form
286
+ * Replaces sanitize_text_field() with esc_url() for URL field
287
+ * Replaces default .mo/.po templates with .pot template
288
+ * Fixes bug where encoded characters are removed from URL
289
+ * Fixes various bugs and PHP notices
290
+
291
+ **20140930**
292
+
293
+ * Removes required attribute from default form textarea
294
+ * Removes "exclude" from type on redirect-override in default form
295
+ * Adds class "exclude" and "hidden" to redirect-override in default form
296
+
297
+ **20140927**
298
+
299
+ * Tested on latest version of WordPress (4.0)
300
+ * Increases min-version requirement to 3.7
301
+ * Improves layout and styles of plugin settings page
302
+ * Adds Romanian translation - thanks [Hideg Andras](http://www.blue-design.ro/)
303
+ * Adds Persian (Farsi) translation - thanks [Pooya Behravesh](http://icomp.ir/)
304
+ * Adds French translation - thanks [Mirko Humbert](http://www.designer-daily.com/) and [Matthieu Solente](http://copier-coller.com/)
305
+ * Updates default mo/po translation files
306
+ * Updates Parsley.js to version 2.0
307
+ * Updates usp.css with styles for Parsley 2.0
308
+ * Updates captcha-check script for Parsley 2.0
309
+ * Updates markup in default form for Parsley 2.0
310
+ * Replaces call to wp-load.php with wp_print_scripts
311
+ * Replaces sac.php with individual JavaScript libraries
312
+ * Improves logic of usp_enqueueResources() function
313
+ * Improves logic of min-file check JavaScript
314
+ * Removes ?version from enqueued resources
315
+ * Adds option to use "custom" form and stylesheet
316
+ * Removes deprecated "classic" form, submission-form-classic.php and usp-classic.css
317
+ * Removes `novalidate` from default form
318
+ * Removes `data-type="url"` from default form
319
+ * Removes `.usp-required` classes from default form
320
+ * Removes `id="user-submitted-tags"` from default form
321
+ * Removes `<div class="usp-error"></div>` from default form
322
+ * Adds "Please select a category.." to category select field
323
+ * Updates CSS for default form, see list at https://m0n.co/e
324
+ * Replaces some stripslashes() with sanitize_text_field()
325
+ * Replaces some htmlentities() with sanitize_text_field()
326
+ * Fixes bug where too big/small images would not trigger error
327
+ * Adds post id and error as query variable in return URL
328
+ * Adds sanitize_text_field() to usp_currentPageURL()
329
+ * Adds the following filter hooks:
330
+ * `usp_post_status`
331
+ * `usp_post_author`
332
+ * `usp_form_shortcode`
333
+ * `usp_mail_subject`
334
+ * `usp_mail_message`
335
+ * `usp_new_post`
336
+ * `usp_input_validate`
337
+ * Adds the following action hooks:
338
+ * `usp_submit_success`
339
+ * `usp_submit_error`
340
+ * `usp_insert_before`
341
+ * `usp_insert_after`
342
+ * `usp_files_before`
343
+ * `usp_files_after`
344
+ * `usp_current_page`
345
+
346
+ **20140308**
347
+
348
+ * usp_require_wp_version() now runs only on plugin activation
349
+
350
+ **20140123**
351
+
352
+ * Tested with latest version of WordPress (3.8)
353
+ * Added trailing slash to load_plugin_textdomain()
354
+ * Increased WP minimum version requirement from 3.3 to 3.5
355
+ * Added popout info about Pro version now available
356
+ * Added Spanish translation; thanks to [María Iglesias](http://www.globalcultura.com/)
357
+ * Change CSS for "USP" button to display after the "Filter" button on edit.php
358
+ * Added 8px margin to "Empty Trash" button on the Post Trash screen
359
+ * Changed handle from "uspContent" to "uspcontent" for wp_editor()
360
+ * Added class ".usp-required" to input fields (for use with JavaScript)
361
+ * Fixed issue of submitted posts going to Trash when a specific number of images is required AND the user submits the form without selecting the required number of images. JavaScript now checks for required image(s) and will not allow the form to be submitted until the user has selected the correct number of images.
362
+ * Improved logic responsible for displaying file input fields and the "Add Another Image" button
363
+ * Added option to display custom markup for "Add Another Image" button
364
+ * Replaced select fields with number inputs for settings "minimum/maximum number of images"
365
+ * Added `href`, `rel`, and `target` attributes to $allowed_atts
366
+ * Made default options translatable, generated new mo/po templates
367
+ * Streamlined plugin settings intro panel
368
+
369
+ **20131107**
370
+
371
+ * Added i18n support
372
+ * Added uninstall.php file
373
+ * Removed "&Delta;" from `die()`
374
+ * Added "rate this plugin" links
375
+ * Added Brazilian Portuguese translation; thanks to [Daniel Lemes](http://www.tutoriart.com.br/)
376
+ * Added notes about support for multiple email addresses for email alerts
377
+ * Increased `line-height` on settings page `<td>` elements
378
+ * Added `.inline` class to some plugin settings
379
+ * Changed CSS for `#usp_admin_filter_posts` in usp-admin.css
380
+ * Changed link text on Post filter button from "User Submitted Posts" to "USP"
381
+ * Fixed backwards setting for captcha case-sensitivity
382
+ * Added `is_object($post)` to `usp_display_featured_image`; Thanks to [Larry Holish](holish.net)
383
+ * Changed `application/x-javascript` to `application/javascript` in usp.php
384
+ * Removed `getUrlVars` function and changed "forget input values" to use a simpler regex; Thanks to [Larry Holish](holish.net)
385
+ * Tricked out `wp_editor` with complete array in both submission-form files
386
+ * Added note on settings screen about deprecating the "classic" submit form
387
+ * Replaced `wp-blog-header.php` with `wp-load.php` in usp.php
388
+ * Improved sanitization of POST variables
389
+ * Added check for empty content when content textarea is displayed on form
390
+ * Removed closing `?>` from user-submitted-posts.php
391
+ * Tested with latest version of WordPress (3.7)
392
+ * Fleshed out readme.txt with even more infos
393
+ * General code cleanup and maintenance
394
+
395
+ **20130720**
396
+
397
+ * Added option to set attachment as featured image
398
+ * Improved localization support (.mo and .po)
399
+ * Added optional use of WP's built-in rich text editor
400
+ * Added custom stylesheet for WP's rich text editor
401
+ * Replace antispam placeholder in submission-form.php
402
+ * Improved jQuery for "add another image" functionality
403
+ * Added jQuery script to remember form input values via cookies
404
+ * Added data validation for input fields via Parsley @ http://parsleyjs.org
405
+ * Overview and Updates panels now toggled open by default
406
+ * Updated CSS styles for HTML5 and Classic forms
407
+ * Improved logic for form verification JavaScript
408
+ * Resolved numerous PHP notices and warnings
409
+ * Updated readme.txt with more infos
410
+ * General code check n clean
411
+
412
+ **20130104**
413
+
414
+ * Added explanation of plugin functionality in readme.txt
415
+ * Fixed character encoding issue for author name
416
+ * Added margins to submit buttons (to fix WP's new CSS)
417
+ * Removed "anti-spam" text from captcha placeholder attribute
418
+ * usp_post_attachments() tag now accepts custom sizes
419
+ * Added temp fix for warning: "getimagesize(): Filename cannot be empty"
420
+ * Restyled USP filter button on admin Posts pages
421
+
422
+ **20121120**
423
+
424
+ * added id to tag input field in submission-form.php
425
+ * enabled option to disable loading of external JavaScript file
426
+ * enabled option to specify URL for targeted resource loading
427
+ * added `fieldset { border: 0; }` to usp.css stylesheet
428
+ * increased width of anti-spam input field (via usp.css)
429
+ * changed the order of input fields in submission-form.php
430
+ * fixed loading of resources on success and error pages
431
+ * added field for custom content to display before the USP form
432
+ * enable HMTL for success, error, and upload messages
433
+ * fixed issue with content not getting included in posts
434
+
435
+ **20121119**
436
+
437
+ * increased default image width and height
438
+ * comment out output start in three files
439
+ * remove echo output for input value attributes
440
+ * cleaned up placeholders with clearer infos
441
+ * remove usp_validateContent() function
442
+ * remove conditional if for content in usp_checkForPublicSubmission() [1]
443
+ * [1] default text no longer added to posts when empty
444
+ * remove content validation in usp_createPublicSubmission()
445
+ * added option to receive email alert for new submissions
446
+ * added option to set author as current user
447
+ * added option to set author url as usp url
448
+ * added option to set category as hidden
449
+ * submission-form.php &amp; submission-form-classic.php: changed markup output for success &amp; error messages
450
+
451
+ **20121108**
452
+
453
+ * Fixed non-submission when title and other fields are hidden
454
+
455
+ **20121107**
456
+
457
+ * Rebuilt plugin and optimized code using current WP API
458
+ * Redesigned settings page, toggling panels, better structure, more info, etc.
459
+ * Errors now redirect to specified page (if set) or current page
460
+ * Fixed bug to allow for unlimited number of uploaded images
461
+ * Cleaned up template tags, added inline comments
462
+ * Optimized/enhanced the user-submission form
463
+ * Added option to restore default settings
464
+ * Added settings link from Plugins page
465
+ * Renamed CSS and JavaScript files
466
+ * Added challenge question captcha
467
+ * Added hidden field for security
468
+ * Added option for custom success message
469
+ * Submission form now retains entered value if error
470
+ * Added placeholder attributes to the form fields
471
+ * Submissions including invalid upload files now redirect to form with error message
472
+ * Fixed default author of submitted posts
473
+ * the_author_link is not filterable, so created new function usp_author_link
474
+ * moved admin styles from form stylesheet to admin-only stylesheet
475
+ * Added new HTML5 form and stylesheet, kept originals as "classic" version
476
+
477
+ **1.0**
478
+
479
+ * Initial release
trunk/images/250x250-banhammer-pro.jpg ADDED
Binary file
trunk/images/250x250-bbq-pro.jpg ADDED
Binary file
trunk/images/250x250-blackhole-pro.jpg ADDED
Binary file
trunk/images/250x250-digging-into-wordpress.jpg ADDED
Binary file
trunk/images/250x250-htaccess-made-easy.jpg ADDED
Binary file
trunk/images/250x250-ses-pro.jpg ADDED
Binary file
trunk/images/250x250-tao-of-wordpress.jpg ADDED
Binary file
trunk/images/250x250-usp-pro.jpg ADDED
Binary file
trunk/images/250x250-wp-themes-in-depth.jpg ADDED
Binary file
trunk/images/usp-logo.jpg ADDED
Binary file
trunk/images/usp-pro.png ADDED
Binary file
trunk/languages/usp-ar.mo ADDED
Binary file
trunk/languages/usp-ar.po ADDED
@@ -0,0 +1,1276 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "MIME-Version: 1.0\n"
4
+ "Content-Type: text/plain; charset=UTF-8\n"
5
+ "Content-Transfer-Encoding: 8bit\n"
6
+ "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20180316\n"
8
+ "Language: ar\n"
9
+
10
+ #. Name of the plugin
11
+ #: user-submitted-posts.php:44 library/support-panel.php:5
12
+ msgid "User Submitted Posts"
13
+ msgstr "المستخدم المشاركات المقدمة"
14
+
15
+ #: user-submitted-posts.php:81
16
+ msgid "requires WordPress "
17
+ msgstr "يتطلب وورد"
18
+
19
+ #: user-submitted-posts.php:82
20
+ msgid " or higher, and has been deactivated! "
21
+ msgstr " أو أعلى ، وقد تم إلغاء تنشيطه!"
22
+
23
+ #: user-submitted-posts.php:83
24
+ msgid "Please return to the"
25
+ msgstr "يرجى العودة إلى"
26
+
27
+ #: user-submitted-posts.php:84
28
+ msgid "WordPress Admin Area"
29
+ msgstr "وورد الادارية المجال"
30
+
31
+ #: user-submitted-posts.php:85
32
+ msgid "to upgrade WordPress and try again."
33
+ msgstr "لترقية WordPress وحاول مرة أخرى."
34
+
35
+ #: user-submitted-posts.php:125
36
+ msgid "User Submitted Post"
37
+ msgstr "المستخدم نشر المشاركة"
38
+
39
+ #: user-submitted-posts.php:419
40
+ msgid "User Submitted Post Info"
41
+ msgstr "User Submitted Post Info"
42
+
43
+ #: user-submitted-posts.php:449
44
+ msgid "Submitter Name: "
45
+ msgstr "اسم مقدم البلاغ:"
46
+
47
+ #: user-submitted-posts.php:450
48
+ msgid "Submitter Email: "
49
+ msgstr "مرسل البريد الإلكتروني:"
50
+
51
+ #: user-submitted-posts.php:451
52
+ msgid "Submitter URL: "
53
+ msgstr "عنوان URL للمُرسِل:"
54
+
55
+ #: user-submitted-posts.php:452
56
+ msgid "Submitter IP: "
57
+ msgstr "عنوان IP للمُرسِل:"
58
+
59
+ #: user-submitted-posts.php:503
60
+ msgid "Show USP Posts"
61
+ msgstr "إظهار مشاركات USP"
62
+
63
+ #: user-submitted-posts.php:504 library/plugin-settings.php:979
64
+ msgid "USP"
65
+ msgstr "USP"
66
+
67
+ #: user-submitted-posts.php:1272
68
+ msgid " files required"
69
+ msgstr " الملفات المطلوبة"
70
+
71
+ #: user-submitted-posts.php:1273
72
+ msgid " file required"
73
+ msgstr " الملف المطلوب"
74
+
75
+ #: user-submitted-posts.php:1275
76
+ msgid " files"
77
+ msgstr " ملفات"
78
+
79
+ #: user-submitted-posts.php:1276
80
+ msgid " file"
81
+ msgstr " ملف"
82
+
83
+ #: user-submitted-posts.php:1278 user-submitted-posts.php:1279
84
+ #: user-submitted-posts.php:1280 user-submitted-posts.php:1281
85
+ msgid " pixels"
86
+ msgstr " بكسل"
87
+
88
+ #: user-submitted-posts.php:1283 library/core-functions.php:215
89
+ #: library/plugin-settings.php:284 library/plugin-settings.php:303
90
+ #: library/plugin-settings.php:701 library/plugin-settings.php:1195
91
+ msgid "Custom Field"
92
+ msgstr "حقل مخصص"
93
+
94
+ #: user-submitted-posts.php:1286
95
+ msgid "An error occurred. Please go back and try again."
96
+ msgstr "حدث خطأ. الرجاء العودة والمحاولة مجددا."
97
+
98
+ #: user-submitted-posts.php:1296
99
+ msgid "User login required"
100
+ msgstr "تسجيل دخول المستخدم مطلوب"
101
+
102
+ #: user-submitted-posts.php:1297
103
+ msgid "User name required"
104
+ msgstr "اسم المستخدم (مطلوب"
105
+
106
+ #: user-submitted-posts.php:1298
107
+ msgid "Post title required"
108
+ msgstr "عنوان المشاركة مطلوب"
109
+
110
+ #: user-submitted-posts.php:1299
111
+ msgid "User URL required"
112
+ msgstr "عنوان URL المستخدم مطلوب"
113
+
114
+ #: user-submitted-posts.php:1300
115
+ msgid "Post tags required"
116
+ msgstr "مشاركة البطاقات المطلوبة"
117
+
118
+ #: user-submitted-posts.php:1301
119
+ msgid "Post category required"
120
+ msgstr "فئة المشاركة المطلوبة"
121
+
122
+ #: user-submitted-posts.php:1302
123
+ msgid "Post content required"
124
+ msgstr "محتوى المشاركة المطلوبة"
125
+
126
+ #: user-submitted-posts.php:1303 user-submitted-posts.php:1304
127
+ msgid "Correct captcha required"
128
+ msgstr "تصحيح CAPTCHA المطلوبة"
129
+
130
+ #: user-submitted-posts.php:1305
131
+ msgid "User email required"
132
+ msgstr "البريد الإلكتروني المستخدم مطلوب"
133
+
134
+ #: user-submitted-posts.php:1306
135
+ msgid "Please check your email and try again"
136
+ msgstr "يرجى التحقق من بريدك الإلكتروني والمحاولة مرة أخرى"
137
+
138
+ #: user-submitted-posts.php:1307
139
+ msgid "Non-empty value for hidden field"
140
+ msgstr "قيمة غير فارغة للحقل المخفي"
141
+
142
+ #: user-submitted-posts.php:1308
143
+ msgid "Minimum number of images not met"
144
+ msgstr "الحد الأدنى من عدد الصور غير مستوفاة"
145
+
146
+ #: user-submitted-posts.php:1309
147
+ msgid "Maximum number of images exceeded "
148
+ msgstr "تم تجاوز الحد الأقصى لعدد الصور"
149
+
150
+ #: user-submitted-posts.php:1310
151
+ msgid "Minimum image width not met"
152
+ msgstr "لم يتم استيفاء الحد الأدنى لعرض الصورة"
153
+
154
+ #: user-submitted-posts.php:1311
155
+ msgid "Image width exceeds maximum"
156
+ msgstr "عرض الصورة يتجاوز الحد الأقصى"
157
+
158
+ #: user-submitted-posts.php:1312
159
+ msgid "Minimum image height not met"
160
+ msgstr "لم يتم تحقيق الحد الأدنى لارتفاع الصورة"
161
+
162
+ #: user-submitted-posts.php:1313
163
+ msgid "Image height exceeds maximum"
164
+ msgstr "يتجاوز ارتفاع الصورة الحد الأقصى"
165
+
166
+ #: user-submitted-posts.php:1314
167
+ msgid "File type not allowed (please upload images only)"
168
+ msgstr "نوع الملف غير مسموح به (يرجى تحميل الصور فقط)"
169
+
170
+ #: user-submitted-posts.php:1315
171
+ msgid " required"
172
+ msgstr " مطلوب"
173
+
174
+ #: user-submitted-posts.php:1319
175
+ msgid "File not uploaded. Please check the file and try again."
176
+ msgstr "لم يتم تحميل الملف. يرجى التحقق من الملف والمحاولة مرة أخرى."
177
+
178
+ #: user-submitted-posts.php:1323
179
+ msgid "The file(s) could not be uploaded"
180
+ msgstr "لا يمكن تحميل الملف (الملفات)"
181
+
182
+ #: user-submitted-posts.php:1325
183
+ msgid "Post not created. Please contact the site administrator for help."
184
+ msgstr "المشاركة لم يتم إنشاؤها. يرجى الاتصال بمسؤول الموقع للحصول على المساعدة."
185
+
186
+ #: user-submitted-posts.php:1326
187
+ msgid "Duplicate post title. Please try again."
188
+ msgstr "عنوان آخر مكرر. حاول مرة اخرى."
189
+
190
+ #: user-submitted-posts.php:1336
191
+ msgid "Error: "
192
+ msgstr "خطأ:"
193
+
194
+ #: user-submitted-posts.php:1362
195
+ msgid "Return to form"
196
+ msgstr "العودة إلى النموذج"
197
+
198
+ #: user-submitted-posts.php:1392 library/plugin-settings.php:955
199
+ msgid "Please"
200
+ msgstr "رجاء"
201
+
202
+ #: user-submitted-posts.php:1393
203
+ msgid "log in"
204
+ msgstr "تسجيل الدخول"
205
+
206
+ #: user-submitted-posts.php:1394
207
+ msgid "to submit content!"
208
+ msgstr "لتقديم المحتوى!"
209
+
210
+ #: views/submission-form.php:46 views/submission-form-alt.php:55
211
+ msgid "Please complete the required fields."
212
+ msgstr "يرجى إكمال الحقول المطلوبة."
213
+
214
+ #: views/submission-form.php:56 views/submission-form.php:57
215
+ #: views/submission-form-alt.php:61 views/submission-form-alt.php:62
216
+ msgid "Your Name"
217
+ msgstr "اسمك"
218
+
219
+ #: views/submission-form.php:62 views/submission-form.php:63
220
+ #: views/submission-form-alt.php:67 views/submission-form-alt.php:68
221
+ msgid "Your URL"
222
+ msgstr "عنوان URL الخاص بك"
223
+
224
+ #: views/submission-form.php:68 views/submission-form.php:69
225
+ #: views/submission-form-alt.php:73 views/submission-form-alt.php:74
226
+ msgid "Your Email"
227
+ msgstr "بريدك الالكتروني"
228
+
229
+ #: views/submission-form.php:74 views/submission-form.php:75
230
+ #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
+ #: library/plugin-settings.php:1016
232
+ msgid "Post Title"
233
+ msgstr "عنوان المشاركة"
234
+
235
+ #: views/submission-form.php:80 views/submission-form.php:81
236
+ #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
+ #: library/plugin-settings.php:1017
238
+ msgid "Post Tags"
239
+ msgstr "نشر العلامات"
240
+
241
+ #: views/submission-form.php:93 views/submission-form-alt.php:98
242
+ msgid "Antispam Question"
243
+ msgstr "مكافحة البريد التطفلي السؤال"
244
+
245
+ #: views/submission-form.php:98 views/submission-form-alt.php:103
246
+ #: library/plugin-settings.php:1018
247
+ msgid "Post Category"
248
+ msgstr "تصنيف الوظائف"
249
+
250
+ #: views/submission-form.php:100 views/submission-form-alt.php:105
251
+ msgid "Please select a category.."
252
+ msgstr "الرجاء تحديد الفئة.."
253
+
254
+ #: views/submission-form.php:135 views/submission-form.php:136
255
+ #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
+ #: library/plugin-settings.php:1019
257
+ msgid "Post Content"
258
+ msgstr "آخر المحتوى"
259
+
260
+ #: views/submission-form.php:142 views/submission-form-alt.php:147
261
+ msgid "Verification"
262
+ msgstr "التحقق"
263
+
264
+ #: views/submission-form.php:149 views/submission-form-alt.php:154
265
+ msgid "Upload an Image"
266
+ msgstr "تحميل صورة"
267
+
268
+ #: views/submission-form.php:158 views/submission-form-alt.php:163
269
+ msgid "Add another image"
270
+ msgstr "أضف صورة أخرى"
271
+
272
+ #: views/submission-form.php:180 views/submission-form-alt.php:185
273
+ msgid "Human verification: leave this field empty."
274
+ msgstr "التحقق البشري: اترك هذا الحقل فارغًا."
275
+
276
+ #: views/submission-form.php:202 views/submission-form-alt.php:207
277
+ msgid "Submit Post"
278
+ msgstr "إرسال المشاركة"
279
+
280
+ #: library/shortcode-misc.php:18
281
+ msgid "Reset form"
282
+ msgstr "إعادة تعيين النموذج"
283
+
284
+ #: library/shortcode-misc.php:128
285
+ msgid "View full post"
286
+ msgstr "عرض المشاركة الكاملة"
287
+
288
+ #: library/plugin-settings.php:32
289
+ msgid "Get USP Pro for unlimited forms!"
290
+ msgstr "احصل على USP Pro لأشكال غير محدودة!"
291
+
292
+ #: library/plugin-settings.php:33
293
+ msgid "Go Pro"
294
+ msgstr "الذهاب برو"
295
+
296
+ #: library/plugin-settings.php:37
297
+ msgid "Settings"
298
+ msgstr "إعدادات"
299
+
300
+ #: library/plugin-settings.php:55
301
+ msgid "Give USP a 5-star rating at WordPress.org"
302
+ msgstr "امنح USP تصنيف 5 نجوم على WordPress.org"
303
+
304
+ #: library/plugin-settings.php:56
305
+ msgid "Rate this plugin&nbsp;&raquo;"
306
+ msgstr "تقييم هذا المكون الإضافي & nbsp؛ & raquo؛"
307
+
308
+ #: library/plugin-settings.php:114
309
+ msgid "WP Post (recommended)"
310
+ msgstr "مشاركة الفسفور الابيض (موصى به)"
311
+
312
+ #: library/plugin-settings.php:118
313
+ msgid "WP Page"
314
+ msgstr "صفحة الفسفور الابيض"
315
+
316
+ #: library/plugin-settings.php:134
317
+ msgid "HTML5 Form + Default CSS"
318
+ msgstr "HTML5 Form + Default CSS"
319
+
320
+ #: library/plugin-settings.php:134
321
+ msgid "(Recommended)"
322
+ msgstr "(موصى به)"
323
+
324
+ #: library/plugin-settings.php:138
325
+ msgid "HTML5 Form + Disable CSS"
326
+ msgstr "HTML5 Form + Disable CSS"
327
+
328
+ #: library/plugin-settings.php:138
329
+ msgid "(Provide your own styles)"
330
+ msgstr "(قدم الأنماط الخاصة بك)"
331
+
332
+ #: library/plugin-settings.php:142
333
+ msgid "Custom Form + Custom CSS"
334
+ msgstr "نموذج مخصص + مخصص CSS"
335
+
336
+ #: library/plugin-settings.php:142
337
+ msgid "(Provide your own form template &amp; styles)"
338
+ msgstr "(قم بتوفير قالب النموذج الخاص بك & amp؛ styles)"
339
+
340
+ #: library/plugin-settings.php:158 library/plugin-settings.php:182
341
+ #: library/plugin-settings.php:205 library/plugin-settings.php:229
342
+ msgid "Auto-display before post content"
343
+ msgstr "العرض التلقائي قبل نشر المحتوى"
344
+
345
+ #: library/plugin-settings.php:162 library/plugin-settings.php:186
346
+ #: library/plugin-settings.php:209 library/plugin-settings.php:233
347
+ msgid "Auto-display after post content"
348
+ msgstr "العرض التلقائي بعد محتوى النشر"
349
+
350
+ #: library/plugin-settings.php:166
351
+ msgid "Do not auto-display submitted images"
352
+ msgstr "لا تقم بعرض الصور المرسلة تلقائيًا"
353
+
354
+ #: library/plugin-settings.php:190
355
+ msgid "Do not auto-display submitted email"
356
+ msgstr "لا تقم تلقائيًا بعرض البريد الإلكتروني المقدم"
357
+
358
+ #: library/plugin-settings.php:213
359
+ msgid "Do not auto-display submitted URL"
360
+ msgstr "لا تقم تلقائيًا بعرض عنوان URL المقدم"
361
+
362
+ #: library/plugin-settings.php:237
363
+ msgid "Do not auto-display the Custom Field"
364
+ msgstr "لا تقم بعرض الحقل المخصص تلقائيًا"
365
+
366
+ #: library/plugin-settings.php:265 library/plugin-settings.php:297
367
+ #: library/plugin-settings.php:330 library/plugin-settings.php:362
368
+ msgid "Display and require"
369
+ msgstr "العرض وتتطلب"
370
+
371
+ #: library/plugin-settings.php:266 library/plugin-settings.php:298
372
+ msgid "Display but do not require"
373
+ msgstr "عرض ولكن لا تتطلب"
374
+
375
+ #: library/plugin-settings.php:267 library/plugin-settings.php:299
376
+ #: library/plugin-settings.php:331 library/plugin-settings.php:363
377
+ msgid "Disable this field"
378
+ msgstr "تعطيل هذا المجال"
379
+
380
+ #: library/plugin-settings.php:302 library/plugin-settings.php:334
381
+ #: library/plugin-settings.php:366 library/plugin-settings.php:398
382
+ msgid "(Visit"
383
+ msgstr "(يزور"
384
+
385
+ #: library/plugin-settings.php:303 library/plugin-settings.php:335
386
+ #: library/plugin-settings.php:367 library/plugin-settings.php:399
387
+ msgid "to configure options)"
388
+ msgstr "لتهيئة الخيارات)"
389
+
390
+ #: library/plugin-settings.php:318 library/plugin-settings.php:335
391
+ #: library/plugin-settings.php:1213 library/plugin-settings.php:1218
392
+ msgid "Challenge Question"
393
+ msgstr "سؤال تحدي"
394
+
395
+ #: library/plugin-settings.php:350 library/plugin-settings.php:367
396
+ #: library/plugin-settings.php:1235
397
+ msgid "Google reCAPTCHA"
398
+ msgstr "جوجل reCAPTCHA"
399
+
400
+ #: library/plugin-settings.php:382
401
+ msgid "Post Images"
402
+ msgstr "نشر الصور"
403
+
404
+ #: library/plugin-settings.php:394
405
+ msgid "Display"
406
+ msgstr "عرض"
407
+
408
+ #: library/plugin-settings.php:395
409
+ msgid "Disable"
410
+ msgstr "تعطيل"
411
+
412
+ #: library/plugin-settings.php:399 library/plugin-settings.php:1296
413
+ msgid "Image Uploads"
414
+ msgstr "تحميل الصور"
415
+
416
+ #: library/plugin-settings.php:479
417
+ msgid "Draft"
418
+ msgstr "مشروع"
419
+
420
+ #: library/plugin-settings.php:480
421
+ msgid "Pending (default)"
422
+ msgstr "معلق (افتراضي)"
423
+
424
+ #: library/plugin-settings.php:481
425
+ msgid "Publish immediately"
426
+ msgstr "نشر على الفور"
427
+
428
+ #: library/plugin-settings.php:482
429
+ msgid "Publish after 1 approved post"
430
+ msgstr "نشر بعد 1 وظيفة معتمدة"
431
+
432
+ #: library/plugin-settings.php:483
433
+ msgid "Publish after "
434
+ msgstr "انشر بعد"
435
+
436
+ #: library/plugin-settings.php:483
437
+ msgid " approved posts"
438
+ msgstr " المشاركات المعتمدة"
439
+
440
+ #: library/plugin-settings.php:645
441
+ msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
442
+ msgstr "كان هناك خطأ. يرجى التأكد من أنك أضفت عنوانًا ، وبعض المحتوى ، وأنك قمت بتحميل صور فقط."
443
+
444
+ #: library/plugin-settings.php:659
445
+ msgid "Please select your image(s) to upload."
446
+ msgstr "يرجى اختيار صورك لتحميلها."
447
+
448
+ #: library/plugin-settings.php:665
449
+ msgid "Success! Thank you for your submission."
450
+ msgstr "نجاح! شكرا لتقريركم."
451
+
452
+ #: library/plugin-settings.php:691
453
+ msgid "Email"
454
+ msgstr "البريد الإلكتروني"
455
+
456
+ #: library/plugin-settings.php:692
457
+ msgid "URL"
458
+ msgstr "URL"
459
+
460
+ #: library/plugin-settings.php:942
461
+ msgid "Toggle all panels"
462
+ msgstr "تبديل كل اللوحات"
463
+
464
+ #: library/plugin-settings.php:951
465
+ msgid "We need your support!"
466
+ msgstr "نحن بحاجة إلى دعمكم!"
467
+
468
+ #: library/plugin-settings.php:955
469
+ msgid "Make a donation via PayPal"
470
+ msgstr "تقديم تبرع عبر PayPal"
471
+
472
+ #: library/plugin-settings.php:955
473
+ msgid "make a donation"
474
+ msgstr "التبرع"
475
+
476
+ #: library/plugin-settings.php:955
477
+ msgid "and/or"
478
+ msgstr "و / أو"
479
+
480
+ #: library/plugin-settings.php:956
481
+ msgid "Rate and review at the Plugin Directory"
482
+ msgstr "التقييم والمراجعة في دليل المكونات الإضافية"
483
+
484
+ #: library/plugin-settings.php:957
485
+ msgid "give this plugin a 5-star rating"
486
+ msgstr "تعطي هذا البرنامج المساعد على تصنيف 5 نجوم"
487
+
488
+ #: library/plugin-settings.php:961
489
+ msgid "Your generous support enables continued development of this free plugin. Thank you!"
490
+ msgstr "دعمك السخي يتيح التطوير المستمر لهذا البرنامج المساعد المجاني. شكرا لكم!"
491
+
492
+ #: library/plugin-settings.php:966
493
+ msgid "Check this box if you have shown support"
494
+ msgstr "حدد هذا المربع إذا كنت قد أظهرت الدعم"
495
+
496
+ #: library/plugin-settings.php:975
497
+ msgid "Overview"
498
+ msgstr "نظرة عامة"
499
+
500
+ #: library/plugin-settings.php:979
501
+ msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
502
+ msgstr "تمكن زوارك من إرسال المشاركات وتحميل الصور من الواجهة الأمامية لموقعك."
503
+
504
+ #: library/plugin-settings.php:980
505
+ msgid "For advanced functionality and unlimited forms, check out"
506
+ msgstr "للحصول على وظائف متقدمة وأشكال غير محدودة ، راجع"
507
+
508
+ #: library/plugin-settings.php:980 library/plugin-settings.php:1354
509
+ msgid "USP Pro"
510
+ msgstr "USP Pro"
511
+
512
+ #: library/plugin-settings.php:981
513
+ msgid "&mdash; the ultimate solution for user-generated content."
514
+ msgstr "و[مدش]؛ الحل النهائي للمحتوى من إنشاء المستخدم."
515
+
516
+ #: library/plugin-settings.php:985 library/plugin-settings.php:1002
517
+ msgid "Plugin Settings"
518
+ msgstr "إعدادات البرنامج المساعد"
519
+
520
+ #: library/plugin-settings.php:986
521
+ msgid "Display the form"
522
+ msgstr "عرض النموذج"
523
+
524
+ #: library/plugin-settings.php:987 library/plugin-settings.php:1511
525
+ msgid "Plugin Homepage"
526
+ msgstr "Plugin Homepage"
527
+
528
+ #: library/plugin-settings.php:990
529
+ msgid "If you like this plugin, please"
530
+ msgstr "إذا كنت تحب هذا البرنامج المساعد ، من فضلك"
531
+
532
+ #: library/plugin-settings.php:991
533
+ msgid "THANK YOU for your support!"
534
+ msgstr "شكرا لدعمكم!"
535
+
536
+ #: library/plugin-settings.php:991
537
+ msgid "give it a 5-star rating"
538
+ msgstr "أعطها تصنيف 5 نجوم"
539
+
540
+ #: library/plugin-settings.php:995
541
+ msgid "Unlimited front-end forms"
542
+ msgstr "أشكال أمامية غير محدودة"
543
+
544
+ #: library/plugin-settings.php:995
545
+ msgid "Get USP Pro"
546
+ msgstr "احصل على USP Pro"
547
+
548
+ #: library/plugin-settings.php:1005
549
+ msgid "Configure your settings for User Submitted Posts."
550
+ msgstr "قم بتكوين الإعدادات الخاصة بمستخدم المرسلين."
551
+
552
+ #: library/plugin-settings.php:1007
553
+ msgid "Form Fields"
554
+ msgstr "حقول النموذج"
555
+
556
+ #: library/plugin-settings.php:1013
557
+ msgid "User Name"
558
+ msgstr "اسم المستخدم"
559
+
560
+ #: library/plugin-settings.php:1014
561
+ msgid "User Email"
562
+ msgstr "البريد الالكتروني للمستخدم"
563
+
564
+ #: library/plugin-settings.php:1015
565
+ msgid "User URL"
566
+ msgstr "عنوان URL للمستخدم"
567
+
568
+ #: library/plugin-settings.php:1030
569
+ msgid "General Settings"
570
+ msgstr "الاعدادات العامة"
571
+
572
+ #: library/plugin-settings.php:1032
573
+ msgid "Note that the default settings work fine for most cases."
574
+ msgstr "لاحظ أن الإعدادات الافتراضية تعمل بشكل جيد لمعظم الحالات."
575
+
576
+ #: library/plugin-settings.php:1037
577
+ msgid "Form Style"
578
+ msgstr "نمط النموذج"
579
+
580
+ #: library/plugin-settings.php:1042
581
+ msgid "With this option, you can copy the plugin&rsquo;s default templates:"
582
+ msgstr "باستخدام هذا الخيار ، يمكنك نسخ القوالب الافتراضية للمكون الإضافي:"
583
+
584
+ #: library/plugin-settings.php:1047
585
+ msgid "..and upload them into a directory named"
586
+ msgstr ".. وتحميلهم إلى دليل اسمه"
587
+
588
+ #: library/plugin-settings.php:1047
589
+ msgid "in your theme:"
590
+ msgstr "في مظهرك:"
591
+
592
+ #: library/plugin-settings.php:1053
593
+ msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
594
+ msgstr "سيمكنك ذلك من تخصيص النموذج والأساليب حسب الرغبة. لمزيد من المعلومات ، راجع قسم \"نموذج التقديم المخصص\" في"
595
+
596
+ #: library/plugin-settings.php:1054
597
+ msgid "Installation Docs"
598
+ msgstr "مستندات التثبيت"
599
+
600
+ #: library/plugin-settings.php:1055
601
+ msgid "FYI: here is a"
602
+ msgstr "لمعلوماتك: هنا هو"
603
+
604
+ #: library/plugin-settings.php:1055
605
+ msgid "list of USP CSS selectors"
606
+ msgstr "قائمة من محددات USP CSS"
607
+
608
+ #: library/plugin-settings.php:1061
609
+ msgid "Include JavaScript"
610
+ msgstr "تضمين جافا سكريبت"
611
+
612
+ #: library/plugin-settings.php:1063
613
+ msgid "Check this box if you want to include the external JavaScript files (recommended)."
614
+ msgstr "حدد هذا المربع إذا كنت تريد تضمين ملفات جافا سكريبت الخارجية (مستحسن)."
615
+
616
+ #: library/plugin-settings.php:1066
617
+ msgid "Targeted Loading"
618
+ msgstr "التحميل المستهدف"
619
+
620
+ #: library/plugin-settings.php:1068
621
+ msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
622
+ msgstr "بشكل افتراضي ، CSS & amp؛ يتم تحميل ملفات جافا سكريبت على كل صفحة. هنا يمكنك تحديد عنوان URL لنموذج USP لتحميل الموارد فقط على تلك الصفحة. ملاحظة: اتركه فارغا للتحميل على جميع الصفحات."
623
+
624
+ #: library/plugin-settings.php:1071
625
+ msgid "Post Type"
626
+ msgstr "نوع آخر"
627
+
628
+ #: library/plugin-settings.php:1074
629
+ msgid "Submit posts as WP Posts or Pages"
630
+ msgstr "إرسال المشاركات كوظائف WP أو الصفحات"
631
+
632
+ #: library/plugin-settings.php:1078
633
+ msgid "Post Status"
634
+ msgstr "وضع آخر"
635
+
636
+ #: library/plugin-settings.php:1081
637
+ msgid "Post Status for submitted posts"
638
+ msgstr "حالة المشاركة للوظائف المرسلة"
639
+
640
+ #: library/plugin-settings.php:1085
641
+ msgid "Redirect URL"
642
+ msgstr "إعادة توجيه URL"
643
+
644
+ #: library/plugin-settings.php:1087
645
+ msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
646
+ msgstr "حدد عنوان URL لإعادة توجيه المستخدم بعد الإرسال. اتركه فارغًا لإعادة التوجيه إلى الصفحة الحالية."
647
+
648
+ #: library/plugin-settings.php:1090
649
+ msgid "Success Message"
650
+ msgstr "نجاح رسالة"
651
+
652
+ #: library/plugin-settings.php:1092
653
+ msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
654
+ msgstr "رسالة النجاح التي يتم عرضها في حالة نجاح الإرسال اللاحق. الترميز الأساسي مسموح به."
655
+
656
+ #: library/plugin-settings.php:1095
657
+ msgid "Error Message"
658
+ msgstr "رسالة خطأ"
659
+
660
+ #: library/plugin-settings.php:1097
661
+ msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
662
+ msgstr "رسالة الخطأ العامة التي يتم عرضها في حالة فشل مرحلة ما بعد الإرسال. الترميز الأساسي مسموح به."
663
+
664
+ #: library/plugin-settings.php:1100
665
+ msgid "Custom Content"
666
+ msgstr "محتوى مخصص"
667
+
668
+ #: library/plugin-settings.php:1102
669
+ msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
670
+ msgstr "نص / ترميز مخصص ليتم تضمينه قبل نموذج التقديم. اتركه فارغًا لتعطيله."
671
+
672
+ #: library/plugin-settings.php:1105
673
+ msgid "Rich Text Editor"
674
+ msgstr "معالج النصوص"
675
+
676
+ #: library/plugin-settings.php:1107
677
+ msgid "Check this box if you want to enable WP rich text editing for submitted posts."
678
+ msgstr "ضع علامة اختيار في هذا المربع إذا كنت ترغب في تمكين تحرير نص rich WP للإرسالت المقدمة."
679
+
680
+ #: library/plugin-settings.php:1110
681
+ msgid "Unique Titles"
682
+ msgstr "العناوين الفريدة"
683
+
684
+ #: library/plugin-settings.php:1112
685
+ msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
686
+ msgstr "طلب أن تكون عناوين النشر المرسلة فريدة (مفيدة لمنع النشرات المتعددة / المكررة)."
687
+
688
+ #: library/plugin-settings.php:1115
689
+ msgid "Disable Required"
690
+ msgstr "تعطيل المطلوبة"
691
+
692
+ #: library/plugin-settings.php:1117
693
+ msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
694
+ msgstr "قم بتعطيل جميع السمات المطلوبة في حقول النموذج الافتراضية (مفيدة لتحري الخلل وإصلاحه)."
695
+
696
+ #: library/plugin-settings.php:1120
697
+ msgid "Disable IP Tracking"
698
+ msgstr "تعطيل تتبع IP"
699
+
700
+ #: library/plugin-settings.php:1122
701
+ msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
702
+ msgstr "بشكل افتراضي ، يسجل USP عنوان IP مع كل مشاركة تم إرسالها. حدد هذا المربع لتعطيل كل تتبع IP."
703
+
704
+ #: library/plugin-settings.php:1125
705
+ msgid "Enable Shortcodes"
706
+ msgstr "تمكين الرموز القصيرة"
707
+
708
+ #: library/plugin-settings.php:1127
709
+ msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
710
+ msgstr "تمكين الرموز القصيرة في الحاجيات. بشكل افتراضي ، لا يقوم WordPress بتمكين الرموز القصيرة في الأدوات."
711
+
712
+ #: library/plugin-settings.php:1128
713
+ msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
714
+ msgstr "يمكّن هذا الإعداد أي / جميع الرموز القصيرة في الأدوات (حتى الرموز القصيرة من المكونات الإضافية الأخرى)."
715
+
716
+ #: library/plugin-settings.php:1133 library/plugin-settings.php:1138
717
+ msgid "Categories"
718
+ msgstr "الاقسام"
719
+
720
+ #: library/plugin-settings.php:1141
721
+ msgid "Select which categories may be assigned to submitted posts (click to toggle)"
722
+ msgstr "حدد الفئات التي قد يتم تعيينها للوظائف المرسلة (انقر للتبديل)"
723
+
724
+ #: library/plugin-settings.php:1149
725
+ msgid "Hidden/Default Category"
726
+ msgstr "مخفي / الفئة الافتراضية"
727
+
728
+ #: library/plugin-settings.php:1151
729
+ msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
730
+ msgstr "استخدم حقل مخفي لفئة النشر. يمكن استخدام هذا لتحديد فئة افتراضية عند تعطيل حقل الفئة."
731
+
732
+ #: library/plugin-settings.php:1154
733
+ msgid "Category ID for Hidden Field"
734
+ msgstr "معرف الفئة للحقل المخفي"
735
+
736
+ #: library/plugin-settings.php:1156
737
+ msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
738
+ msgstr "حدد معرف الفئة المطلوب استخدامها في & ldquo؛ الفئة المخفية / الافتراضية & rdquo؛ اختيار."
739
+
740
+ #: library/plugin-settings.php:1161
741
+ msgid "Users"
742
+ msgstr "المستخدمين"
743
+
744
+ #: library/plugin-settings.php:1166
745
+ msgid "Assigned Author"
746
+ msgstr "المؤلف المعين"
747
+
748
+ #: library/plugin-settings.php:1169
749
+ msgid "Specify the user that should be assigned as author for submitted posts."
750
+ msgstr "حدد المستخدم الذي يجب تعيينه كمؤلف للوظائف المرسلة."
751
+
752
+ #: library/plugin-settings.php:1173
753
+ msgid "Registered Username"
754
+ msgstr "اسم المستخدم المسجل"
755
+
756
+ #: library/plugin-settings.php:1175
757
+ msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
758
+ msgstr "استخدم اسم المستخدم المسجل كمؤلف منشور. صالح عندما يكون الشخص المقدم للنموذج مسجلًا في WordPress."
759
+
760
+ #: library/plugin-settings.php:1178
761
+ msgid "User Profile URL"
762
+ msgstr "عنوان URL لملف المستخدم"
763
+
764
+ #: library/plugin-settings.php:1180
765
+ msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
766
+ msgstr "استخدم عنوان URL لملف تعريف المستخدم المسجل كقيمة حقل عنوان URL. صالح عندما يكون الشخص المقدم للنموذج مسجلًا في WordPress."
767
+
768
+ #: library/plugin-settings.php:1183
769
+ msgid "Require User Login"
770
+ msgstr "يتطلب تسجيل دخول المستخدم"
771
+
772
+ #: library/plugin-settings.php:1185
773
+ msgid "Require users to be logged in to WordPress to view/submit the form"
774
+ msgstr "مطالبة المستخدمين بتسجيل الدخول إلى WordPress لعرض / إرسال النموذج"
775
+
776
+ #: library/plugin-settings.php:1188
777
+ msgid "Disable Replace Author"
778
+ msgstr "تعطيل استبدال المؤلف"
779
+
780
+ #: library/plugin-settings.php:1190
781
+ msgid "Do not replace post author with submitted user name"
782
+ msgstr "لا تستبدل مؤلف المنشور باسم المستخدم المقدم"
783
+
784
+ #: library/plugin-settings.php:1196
785
+ msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
786
+ msgstr "هنا يمكنك تغيير الاسم والتسمية المستخدمة في الحقل المخصص. يمكنك تمكين هذا الحقل من خلال إعداد حقول النماذج ، أعلاه."
787
+
788
+ #: library/plugin-settings.php:1201
789
+ msgid "Custom Field Name"
790
+ msgstr "اسم الحقل المخصص"
791
+
792
+ #: library/plugin-settings.php:1203
793
+ msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
794
+ msgstr "لا تستخدم سوى الأحرف الأبجدية الرقمية والشرطات السفلية والشرطات. إذا لم تكن متأكدًا ، فاستخدم الاسم الافتراضي:"
795
+
796
+ #: library/plugin-settings.php:1206
797
+ msgid "Custom Field Label"
798
+ msgstr "تسمية الحقل المخصص"
799
+
800
+ #: library/plugin-settings.php:1208
801
+ msgid "This will be displayed as the field label on the form. Default: Custom Field"
802
+ msgstr "سيتم عرض هذا كتسمية حقل في النموذج. الافتراضي: حقل مخصص"
803
+
804
+ #: library/plugin-settings.php:1220
805
+ msgid "To prevent spam, enter a question that users must answer before submitting the form."
806
+ msgstr "لمنع الرسائل غير المرغوب فيها ، أدخل سؤالًا يجب على المستخدمين الإجابة عليه قبل إرسال النموذج."
807
+
808
+ #: library/plugin-settings.php:1223
809
+ msgid "Challenge Response"
810
+ msgstr "قبل التحدي"
811
+
812
+ #: library/plugin-settings.php:1225
813
+ msgid "Enter the *only* correct answer to the challenge question."
814
+ msgstr "أدخل الإجابة الصحيحة فقط * لسؤال التحدي."
815
+
816
+ #: library/plugin-settings.php:1228
817
+ msgid "Case-sensitivity"
818
+ msgstr "حساسية القضية"
819
+
820
+ #: library/plugin-settings.php:1230
821
+ msgid "Check this box if you want the challenge response to be case-sensitive."
822
+ msgstr "حدد هذا المربع إذا كنت تريد أن تكون استجابة التحدي حساسة لحالة الأحرف."
823
+
824
+ #: library/plugin-settings.php:1236
825
+ msgid "To enable Google reCAPTCHA, enter your public and private keys."
826
+ msgstr "لتمكين Google reCAPTCHA ، أدخل المفاتيح العامة والخاصة."
827
+
828
+ #: library/plugin-settings.php:1241
829
+ msgid "Public Key"
830
+ msgstr "المفتاح العمومي"
831
+
832
+ #: library/plugin-settings.php:1243
833
+ msgid "Enter your Public Key"
834
+ msgstr "أدخل مفتاحك العام"
835
+
836
+ #: library/plugin-settings.php:1246
837
+ msgid "Private Key"
838
+ msgstr "مفتاح سري"
839
+
840
+ #: library/plugin-settings.php:1248
841
+ msgid "Enter your Private Key"
842
+ msgstr "أدخل مفتاحك الخاص"
843
+
844
+ #: library/plugin-settings.php:1253
845
+ msgid "Email Alerts"
846
+ msgstr "تنبيهات البريد الإلكتروني"
847
+
848
+ #: library/plugin-settings.php:1258
849
+ msgid "Receive Email Alert"
850
+ msgstr "تلقي تنبيه عبر البريد الإلكتروني"
851
+
852
+ #: library/plugin-settings.php:1260
853
+ msgid "Check this box if you want to be notified via email for new post submissions."
854
+ msgstr "حدد هذا المربع إذا كنت تريد أن يتم إعلامك عبر البريد الإلكتروني لإرسال المشاركات الجديدة."
855
+
856
+ #: library/plugin-settings.php:1263
857
+ msgid "Enable HTML Format"
858
+ msgstr "تمكين تنسيق HTML"
859
+
860
+ #: library/plugin-settings.php:1265
861
+ msgid "Check this box to enable HTML format for email alerts."
862
+ msgstr "حدد هذا المربع لتمكين تنسيق HTML لتنبيهات البريد الإلكتروني."
863
+
864
+ #: library/plugin-settings.php:1268
865
+ msgid "Email Address for Alerts"
866
+ msgstr "عنوان البريد الإلكتروني للتنبيهات"
867
+
868
+ #: library/plugin-settings.php:1270
869
+ msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
870
+ msgstr "إذا حددت المربع لتلقي تنبيهات البريد الإلكتروني ، فأشر هنا إلى العنوان (العناوين) الذي يجب إرسال رسائل البريد الإلكتروني إليه."
871
+
872
+ #: library/plugin-settings.php:1271
873
+ msgid "Multiple recipients may be included using a comma, like so:"
874
+ msgstr "قد يتم تضمين المستلمين المتعددين باستخدام فاصلة ، مثل:"
875
+
876
+ #: library/plugin-settings.php:1274
877
+ msgid "Email &ldquo;From&rdquo; Address"
878
+ msgstr "البريد الإلكتروني & ldquo؛ من & rdquo؛ عنوان"
879
+
880
+ #: library/plugin-settings.php:1276
881
+ msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
882
+ msgstr "هنا يمكنك تخصيص العنوان (العناوين) المستخدم في & ldquo؛ من & rdquo؛ رأس (راجع المساعد الأسئلة الشائعة للحصول على معلومات)."
883
+
884
+ #: library/plugin-settings.php:1277
885
+ msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
886
+ msgstr "إذا تم تحديد عدة عناوين في الإعداد السابق ، فعليك بتضمين رقم متساوي من & ldquo؛ من & rdquo؛ عناوين لهذا الإعداد (في نفس الترتيب)."
887
+
888
+ #: library/plugin-settings.php:1280
889
+ msgid "Email Alert Subject"
890
+ msgstr "البريد الالكتروني تنبيه الموضوع"
891
+
892
+ #: library/plugin-settings.php:1282
893
+ msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
894
+ msgstr "سطر الموضوع لتنبيهات البريد الإلكتروني. اتركه فارغًا لاستخدام سطر الموضوع الافتراضي. ملاحظة: يمكنك استخدام المتغيرات التالية:"
895
+
896
+ #: library/plugin-settings.php:1287
897
+ msgid "Email Alert Message"
898
+ msgstr "رسالة تنبيه بالبريد الإلكتروني"
899
+
900
+ #: library/plugin-settings.php:1289
901
+ msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
902
+ msgstr "رسالة لتنبيهات البريد الإلكتروني. اتركه فارغًا لاستخدام الرسالة الافتراضية. ملاحظة: يمكنك استخدام المتغيرات التالية:"
903
+
904
+ #: library/plugin-settings.php:1301
905
+ msgid "Featured Image"
906
+ msgstr "صورة مميزة"
907
+
908
+ #: library/plugin-settings.php:1303
909
+ msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
910
+ msgstr "تعيين الصور المرسلة كصور مميزة. يتطلب دعم موضوع لصور مميزة (ويعرف أيضا باسم Thumbnails)."
911
+
912
+ #: library/plugin-settings.php:1306
913
+ msgid "Upload Message"
914
+ msgstr "تحميل رسالة"
915
+
916
+ #: library/plugin-settings.php:1308
917
+ msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
918
+ msgstr "الرسالة التي تظهر بجوار حقل التحميل. من المفيد ذكر إرشادات / سياسات التحميل / etc. الترميز الأساسي مسموح به."
919
+
920
+ #: library/plugin-settings.php:1311
921
+ msgid "&ldquo;Add another image&rdquo; link"
922
+ msgstr "& ldquo؛ إضافة صورة أخرى & rdquo؛ حلقة الوصل"
923
+
924
+ #: library/plugin-settings.php:1313
925
+ msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
926
+ msgstr "ترميز مخصص لـ & ldquo؛ إضافة صورة أخرى & rdquo؛ حلقة الوصل. اتركه فارغا لاستخدام الترميز الافتراضي (مستحسن)."
927
+
928
+ #: library/plugin-settings.php:1316
929
+ msgid "Minimum number of images"
930
+ msgstr "الحد الأدنى لعدد الصور"
931
+
932
+ #: library/plugin-settings.php:1319
933
+ msgid "Specify the minimum number of images."
934
+ msgstr "حدد الحد الأدنى لعدد الصور."
935
+
936
+ #: library/plugin-settings.php:1323
937
+ msgid "Maximum number of images"
938
+ msgstr "أقصى عدد من الصور"
939
+
940
+ #: library/plugin-settings.php:1326
941
+ msgid "Specify the maximum number of images."
942
+ msgstr "تحديد الحد الأقصى لعدد الصور."
943
+
944
+ #: library/plugin-settings.php:1330
945
+ msgid "Minimum image width"
946
+ msgstr "الحد الأدنى لعرض الصورة"
947
+
948
+ #: library/plugin-settings.php:1332
949
+ msgid "Specify a minimum width (in pixels) for uploaded images."
950
+ msgstr "حدد الحد الأدنى للعرض (بالبكسل) للصور التي تم تحميلها."
951
+
952
+ #: library/plugin-settings.php:1335
953
+ msgid "Minimum image height"
954
+ msgstr "الحد الأدنى لارتفاع الصورة"
955
+
956
+ #: library/plugin-settings.php:1337
957
+ msgid "Specify a minimum height (in pixels) for uploaded images."
958
+ msgstr "حدد الحد الأدنى للارتفاع (بالبكسل) للصور التي تم تحميلها."
959
+
960
+ #: library/plugin-settings.php:1340
961
+ msgid "Maximum image width"
962
+ msgstr "أقصى عرض للصورة"
963
+
964
+ #: library/plugin-settings.php:1342
965
+ msgid "Specify a maximum width (in pixels) for uploaded images."
966
+ msgstr "حدد الحد الأقصى للعرض (بالبكسل) للصور التي تم تحميلها."
967
+
968
+ #: library/plugin-settings.php:1345
969
+ msgid "Maximum image height"
970
+ msgstr "أقصى ارتفاع للصورة"
971
+
972
+ #: library/plugin-settings.php:1347
973
+ msgid "Specify a maximum height (in pixels) for uploaded images."
974
+ msgstr "حدد الحد الأقصى للارتفاع (بالبكسل) للصور التي تم تحميلها."
975
+
976
+ #: library/plugin-settings.php:1350
977
+ msgid "More Options"
978
+ msgstr "مزيد من الخيارات"
979
+
980
+ #: library/plugin-settings.php:1353
981
+ msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
982
+ msgstr "لمزيد من الخيارات ، مثل القدرة على تحميل أنواع الملفات الأخرى (مثل PDF ، Word ، Zip ، ومقاطع الفيديو ، والمزيد) ، تحقق من ذلك"
983
+
984
+ #: library/plugin-settings.php:1354
985
+ msgid "Go Pro!"
986
+ msgstr "اذهب برو!"
987
+
988
+ #: library/plugin-settings.php:1361
989
+ msgid "Auto-Display Content"
990
+ msgstr "محتوى العرض التلقائي"
991
+
992
+ #: library/plugin-settings.php:1366
993
+ msgid "Images Auto-Display"
994
+ msgstr "الصور - العرض التلقائي"
995
+
996
+ #: library/plugin-settings.php:1368
997
+ msgid "Auto-display user-submitted images:"
998
+ msgstr "الصور التي يتم إرسالها تلقائيًا بواسطة المستخدم:"
999
+
1000
+ #: library/plugin-settings.php:1373
1001
+ msgid "Image Markup"
1002
+ msgstr "Image Markup"
1003
+
1004
+ #: library/plugin-settings.php:1375
1005
+ msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1006
+ msgstr "استخدام الترميز لكل صورة تم إرسالها (عند تمكين العرض التلقائي). يمكن استخدام"
1007
+
1008
+ #: library/plugin-settings.php:1377 library/plugin-settings.php:1390
1009
+ #: library/plugin-settings.php:1403 library/plugin-settings.php:1416
1010
+ msgid "and"
1011
+ msgstr "و"
1012
+
1013
+ #: library/plugin-settings.php:1380
1014
+ msgid "Email Auto-Display"
1015
+ msgstr "البريد الإلكتروني العرض التلقائي"
1016
+
1017
+ #: library/plugin-settings.php:1382
1018
+ msgid "Auto-display user-submitted email:"
1019
+ msgstr "البريد الإلكتروني التلقائي الذي أرسله المستخدم للعرض:"
1020
+
1021
+ #: library/plugin-settings.php:1387
1022
+ msgid "Email Markup"
1023
+ msgstr "ترميز البريد الإلكتروني"
1024
+
1025
+ #: library/plugin-settings.php:1389
1026
+ msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1027
+ msgstr "الترميز المراد استخدامه لعنوان البريد الإلكتروني المُرسل (عند تمكين العرض التلقائي). يمكن استخدام"
1028
+
1029
+ #: library/plugin-settings.php:1393
1030
+ msgid "URL Auto-Display"
1031
+ msgstr "عنوان URL للعرض التلقائي"
1032
+
1033
+ #: library/plugin-settings.php:1395
1034
+ msgid "Auto-display user-submitted URL:"
1035
+ msgstr "عنوان URL التلقائي الذي أرسله المستخدم للعرض التلقائي:"
1036
+
1037
+ #: library/plugin-settings.php:1400
1038
+ msgid "URL Markup"
1039
+ msgstr "ترميز عنوان URL"
1040
+
1041
+ #: library/plugin-settings.php:1402
1042
+ msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1043
+ msgstr "الترميز المراد استخدامه لعنوان URL الذي تم إرساله (عندما يتم تمكين العرض التلقائي). يمكن استخدام"
1044
+
1045
+ #: library/plugin-settings.php:1406
1046
+ msgid "Custom Field Auto-Display"
1047
+ msgstr "حقل عرض تلقائي مخصص"
1048
+
1049
+ #: library/plugin-settings.php:1408
1050
+ msgid "Auto-display user-submitted Custom Field:"
1051
+ msgstr "الحقل المخصص الذي تم إرساله تلقائيًا بواسطة المستخدم:"
1052
+
1053
+ #: library/plugin-settings.php:1413
1054
+ msgid "Custom Field Markup"
1055
+ msgstr "Custom Field Markup"
1056
+
1057
+ #: library/plugin-settings.php:1415
1058
+ msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1059
+ msgstr "الترميز المراد استخدامه للحقل المخصص الذي تم إرساله (عند تمكين العرض التلقائي). يمكن استخدام"
1060
+
1061
+ #: library/plugin-settings.php:1421 library/plugin-settings.php:1497
1062
+ msgid "Save Settings"
1063
+ msgstr "احفظ التغييرات"
1064
+
1065
+ #: library/plugin-settings.php:1426
1066
+ msgid "Display the Form"
1067
+ msgstr "عرض النموذج"
1068
+
1069
+ #: library/plugin-settings.php:1429
1070
+ msgid "Post-Submit Form"
1071
+ msgstr "نموذج ما بعد التقديم"
1072
+
1073
+ #: library/plugin-settings.php:1430
1074
+ msgid "USP enables you to display a post-submission form anywhere on your site."
1075
+ msgstr "يمكّنك USP من عرض نموذج ما بعد التقديم في أي مكان على موقعك."
1076
+
1077
+ #: library/plugin-settings.php:1431 library/plugin-settings.php:1438
1078
+ msgid "Use the shortcode to display the form on any WP Post or Page:"
1079
+ msgstr "استخدم الرمز القصير لعرض النموذج في أي من منشورات WP أو صفحة:"
1080
+
1081
+ #: library/plugin-settings.php:1433 library/plugin-settings.php:1440
1082
+ msgid "Or, use the template tag to display the form anywhere in your theme template:"
1083
+ msgstr "أو ، استخدم علامة القالب لعرض النموذج في أي مكان في قالب السمة الخاص بك:"
1084
+
1085
+ #: library/plugin-settings.php:1436
1086
+ msgid "Login/Register Form"
1087
+ msgstr "نموذج تسجيل الدخول / التسجيل"
1088
+
1089
+ #: library/plugin-settings.php:1437
1090
+ msgid "You also can display a form that enables users to log in, register, or reset their password."
1091
+ msgstr "يمكنك أيضًا عرض نموذج يمكّن المستخدمين من تسجيل الدخول أو التسجيل أو إعادة تعيين كلمة المرور الخاصة بهم."
1092
+
1093
+ #: library/plugin-settings.php:1443
1094
+ msgid "Display Submitted Posts"
1095
+ msgstr "عرض المشاركات المقدمة"
1096
+
1097
+ #: library/plugin-settings.php:1444
1098
+ msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1099
+ msgstr "استخدم هذا الرمز القصير لعرض قائمة بالمشاركات المرسلة في أي من منشورات WP أو صفحة:"
1100
+
1101
+ #: library/plugin-settings.php:1446
1102
+ msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1103
+ msgstr "أو استخدم علامة القالب لعرض قائمة بالمشاركات المرسلة في أي مكان في قالب السمة الخاص بك:"
1104
+
1105
+ #: library/plugin-settings.php:1448
1106
+ msgid "Here are some examples showing how to configure this shortcode:"
1107
+ msgstr "فيما يلي بعض الأمثلة التي توضح كيفية تكوين هذا الرمز القصير:"
1108
+
1109
+ #: library/plugin-settings.php:1455
1110
+ msgid "Reset Form Button"
1111
+ msgstr "إعادة تعيين زر النموذج"
1112
+
1113
+ #: library/plugin-settings.php:1456
1114
+ msgid "This shortcode displays a link that resets the form to its original state:"
1115
+ msgstr "يعرض هذا الرمز القصير رابطًا يعيد تعيين النموذج إلى حالته الأصلية:"
1116
+
1117
+ #: library/plugin-settings.php:1458
1118
+ msgid "This shortcode accepts the following attributes:"
1119
+ msgstr "هذا الرمز القصير يقبل السمات التالية:"
1120
+
1121
+ #: library/plugin-settings.php:1463
1122
+ msgid "Note that the url attribute accepts"
1123
+ msgstr "لاحظ أن سمة url تقبل"
1124
+
1125
+ #: library/plugin-settings.php:1463
1126
+ msgid "to get the current URL."
1127
+ msgstr "للحصول على عنوان URL الحالي."
1128
+
1129
+ #: library/plugin-settings.php:1465
1130
+ msgid "Access Control"
1131
+ msgstr "صلاحية التحكم صلاحية الدخول"
1132
+
1133
+ #: library/plugin-settings.php:1466
1134
+ msgid "USP provides three shortcodes to control access and restrict content."
1135
+ msgstr "يوفر USP ثلاثة رموز قصيرة للتحكم في الوصول وتقييد المحتوى."
1136
+
1137
+ #: library/plugin-settings.php:1467
1138
+ msgid "Display content only to users with a specific capability:"
1139
+ msgstr "عرض المحتوى فقط للمستخدمين ذوي الإمكانات المحددة:"
1140
+
1141
+ #: library/plugin-settings.php:1469
1142
+ msgid "Display content to logged-in users:"
1143
+ msgstr "عرض المحتوى للمستخدمين الذين يسجلون الدخول:"
1144
+
1145
+ #: library/plugin-settings.php:1471
1146
+ msgid "Display content to visitors only:"
1147
+ msgstr "عرض المحتوى للزوار فقط:"
1148
+
1149
+ #: library/plugin-settings.php:1473
1150
+ msgid "Tip:"
1151
+ msgstr "تلميح:"
1152
+
1153
+ #: library/plugin-settings.php:1473
1154
+ msgid "to include markup in the deny message, you can use"
1155
+ msgstr "لتضمين الترميز في رسالة الرفض ، يمكنك استخدامه"
1156
+
1157
+ #: library/plugin-settings.php:1473
1158
+ msgid "to output"
1159
+ msgstr "لإخراج"
1160
+
1161
+ #: library/plugin-settings.php:1475
1162
+ msgid "Example"
1163
+ msgstr "مثال"
1164
+
1165
+ #: library/plugin-settings.php:1476
1166
+ msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1167
+ msgstr "إذا قام المستخدم بتسجيل الدخول ، فقم بعرض نموذج ما بعد الإرسال ؛ أو إذا لم يقم المستخدم بتسجيل الدخول ، قم بعرض نموذج تسجيل الدخول:"
1168
+
1169
+ #: library/plugin-settings.php:1488
1170
+ msgid "Restore Defaults"
1171
+ msgstr "استعادة الضبط الافتراضي"
1172
+
1173
+ #: library/plugin-settings.php:1491
1174
+ msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1175
+ msgstr "اترك هذا الخيار معطلًا لتذكر إعداداتك. أو للمضي قدمًا واستعادة خيارات المكوّن الإضافي الافتراضية: حدد المربع وحفظ الإعدادات ، ثم ألغِ تنشيط المكوّن الإضافي أو أعد تنشيطه."
1176
+
1177
+ #: library/plugin-settings.php:1495
1178
+ msgid "Restore default options upon plugin deactivation/reactivation."
1179
+ msgstr "استعادة الخيارات الافتراضية عند إلغاء تنشيط المكوّن الإضافي / إعادة التنشيط."
1180
+
1181
+ #: library/plugin-settings.php:1502
1182
+ msgid "Show Support"
1183
+ msgstr "إظهار الدعم"
1184
+
1185
+ #: library/plugin-settings.php:1511
1186
+ msgid "by"
1187
+ msgstr "بواسطة"
1188
+
1189
+ #: library/plugin-settings.php:1512
1190
+ msgid "Jeff Starr on Twitter"
1191
+ msgstr "جيف ستار على تويتر"
1192
+
1193
+ #: library/plugin-settings.php:1513
1194
+ msgid "Obsessive Web Design &amp; Development"
1195
+ msgstr "تصميم الويب الوسواس & amp؛ تطوير"
1196
+
1197
+ #: library/plugin-settings.php:1524
1198
+ msgid "Save Preference"
1199
+ msgstr "حفظ التفضيل"
1200
+
1201
+ #: library/plugin-settings.php:1531
1202
+ msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1203
+ msgstr "هل أنت متأكد من أنك تريد استعادة جميع الخيارات الافتراضية؟ (لا يمكن التراجع عن هذا الإجراء)"
1204
+
1205
+ #: library/support-panel.php:52
1206
+ msgid "Perishable Press Books"
1207
+ msgstr "كتب الصحافة القابلة للتلف"
1208
+
1209
+ #: library/support-panel.php:53
1210
+ msgid "Plugin Planet"
1211
+ msgstr "البرنامج المساعد الكوكب"
1212
+
1213
+ #: library/support-panel.php:54
1214
+ msgid "Donate via PayPal"
1215
+ msgstr "تبرع عبر PayPal"
1216
+
1217
+ #: library/support-panel.php:56
1218
+ msgid "books"
1219
+ msgstr "الكتب"
1220
+
1221
+ #: library/support-panel.php:57
1222
+ msgid "plugins"
1223
+ msgstr "الإضافات"
1224
+
1225
+ #: library/support-panel.php:58
1226
+ msgid "donation"
1227
+ msgstr "هبة"
1228
+
1229
+ #: library/support-panel.php:60
1230
+ msgid "Thank you for using"
1231
+ msgstr "شكرا لأستخدامك"
1232
+
1233
+ #: library/support-panel.php:61
1234
+ msgid "Please show support by purchasing one of my"
1235
+ msgstr "يرجى إظهار الدعم من خلال شراء واحدة من بلدي"
1236
+
1237
+ #: library/support-panel.php:62
1238
+ msgid "or"
1239
+ msgstr "أو"
1240
+
1241
+ #: library/support-panel.php:62
1242
+ msgid "or by making a"
1243
+ msgstr "أو عن طريق صنع"
1244
+
1245
+ #: library/support-panel.php:63
1246
+ msgid "Your generous support helps to ensure future development of"
1247
+ msgstr "دعمك السخي يساعد على ضمان التنمية المستقبلية"
1248
+
1249
+ #: library/support-panel.php:64
1250
+ msgid "and is greatly appreciated."
1251
+ msgstr "ويتم تقديره للغاية."
1252
+
1253
+ #: library/support-panel.php:66
1254
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1255
+ msgstr "يساعدني أي حجم التبرع في مواصلة تطوير هذا البرنامج المساعد المجاني وموارد WordPress الرائعة."
1256
+
1257
+ #. Description of the plugin
1258
+ #:
1259
+ msgid "Enables your visitors to submit posts and images from anywhere on your site."
1260
+ msgstr "تمكن زوارك من إرسال المشاركات والصور من أي مكان على موقعك."
1261
+
1262
+ #. URI of the plugin
1263
+ #:
1264
+ msgid "https://perishablepress.com/user-submitted-posts/"
1265
+ msgstr "https://perishablepress.com/user-submitted-posts/"
1266
+
1267
+ #. Author of the plugin
1268
+ #:
1269
+ msgid "Jeff Starr"
1270
+ msgstr "جيف ستار"
1271
+
1272
+ #. Author URI of the plugin
1273
+ #:
1274
+ msgid "https://plugin-planet.com/"
1275
+ msgstr "https://plugin-planet.com/"
1276
+
trunk/languages/usp-bn_BD.mo ADDED
Binary file
trunk/languages/usp-bn_BD.po ADDED
@@ -0,0 +1,1276 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "MIME-Version: 1.0\n"
4
+ "Content-Type: text/plain; charset=UTF-8\n"
5
+ "Content-Transfer-Encoding: 8bit\n"
6
+ "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20180316\n"
8
+ "Language: bn\n"
9
+
10
+ #. Name of the plugin
11
+ #: user-submitted-posts.php:44 library/support-panel.php:5
12
+ msgid "User Submitted Posts"
13
+ msgstr "ব্যবহারকারী জমা পোস্ট"
14
+
15
+ #: user-submitted-posts.php:81
16
+ msgid "requires WordPress "
17
+ msgstr "ওয়ার্ডপ্রেস প্রয়োজন"
18
+
19
+ #: user-submitted-posts.php:82
20
+ msgid " or higher, and has been deactivated! "
21
+ msgstr " বা উচ্চতর, এবং নিষ্ক্রিয় করা হয়েছে!"
22
+
23
+ #: user-submitted-posts.php:83
24
+ msgid "Please return to the"
25
+ msgstr "দয়া করে ফিরে যান"
26
+
27
+ #: user-submitted-posts.php:84
28
+ msgid "WordPress Admin Area"
29
+ msgstr "ওয়ার্ডপ্রেস অ্যাডমিন এলাকা"
30
+
31
+ #: user-submitted-posts.php:85
32
+ msgid "to upgrade WordPress and try again."
33
+ msgstr "ওয়ার্ডপ্রেস আপগ্রেড করুন এবং আবার চেষ্টা করুন"
34
+
35
+ #: user-submitted-posts.php:125
36
+ msgid "User Submitted Post"
37
+ msgstr "ব্যবহারকারী জমা পোস্ট"
38
+
39
+ #: user-submitted-posts.php:419
40
+ msgid "User Submitted Post Info"
41
+ msgstr "ব্যবহারকারী জমা পোস্ট তথ্য"
42
+
43
+ #: user-submitted-posts.php:449
44
+ msgid "Submitter Name: "
45
+ msgstr "সাবমিটার নাম:"
46
+
47
+ #: user-submitted-posts.php:450
48
+ msgid "Submitter Email: "
49
+ msgstr "সাবমিটার ইমেল:"
50
+
51
+ #: user-submitted-posts.php:451
52
+ msgid "Submitter URL: "
53
+ msgstr "সাবমিটার URL:"
54
+
55
+ #: user-submitted-posts.php:452
56
+ msgid "Submitter IP: "
57
+ msgstr "সাবমিটার আইপি:"
58
+
59
+ #: user-submitted-posts.php:503
60
+ msgid "Show USP Posts"
61
+ msgstr "ইউএসপি পোস্ট দেখান"
62
+
63
+ #: user-submitted-posts.php:504 library/plugin-settings.php:979
64
+ msgid "USP"
65
+ msgstr "USP"
66
+
67
+ #: user-submitted-posts.php:1272
68
+ msgid " files required"
69
+ msgstr " ফাইল প্রয়োজন"
70
+
71
+ #: user-submitted-posts.php:1273
72
+ msgid " file required"
73
+ msgstr " ফাইল প্রয়োজন"
74
+
75
+ #: user-submitted-posts.php:1275
76
+ msgid " files"
77
+ msgstr " নথি পত্র"
78
+
79
+ #: user-submitted-posts.php:1276
80
+ msgid " file"
81
+ msgstr " ফাইল"
82
+
83
+ #: user-submitted-posts.php:1278 user-submitted-posts.php:1279
84
+ #: user-submitted-posts.php:1280 user-submitted-posts.php:1281
85
+ msgid " pixels"
86
+ msgstr " পিক্সেল"
87
+
88
+ #: user-submitted-posts.php:1283 library/core-functions.php:215
89
+ #: library/plugin-settings.php:284 library/plugin-settings.php:303
90
+ #: library/plugin-settings.php:701 library/plugin-settings.php:1195
91
+ msgid "Custom Field"
92
+ msgstr "কাস্টম ক্ষেত্র"
93
+
94
+ #: user-submitted-posts.php:1286
95
+ msgid "An error occurred. Please go back and try again."
96
+ msgstr "একটি ত্রুটি ঘটেছে. ফিরে যান এবং আবার চেষ্টা করুন।"
97
+
98
+ #: user-submitted-posts.php:1296
99
+ msgid "User login required"
100
+ msgstr "ব্যবহারকারী লগইন প্রয়োজনীয়"
101
+
102
+ #: user-submitted-posts.php:1297
103
+ msgid "User name required"
104
+ msgstr "ব্যবহারকারীর নাম (বাধ্যতামূলক"
105
+
106
+ #: user-submitted-posts.php:1298
107
+ msgid "Post title required"
108
+ msgstr "পোস্ট শিরোনাম প্রয়োজন"
109
+
110
+ #: user-submitted-posts.php:1299
111
+ msgid "User URL required"
112
+ msgstr "ব্যবহারকারীর URL এর প্রয়োজন"
113
+
114
+ #: user-submitted-posts.php:1300
115
+ msgid "Post tags required"
116
+ msgstr "পোস্ট ট্যাগ প্রয়োজন"
117
+
118
+ #: user-submitted-posts.php:1301
119
+ msgid "Post category required"
120
+ msgstr "পোস্ট বিষয়শ্রেণীতে প্রয়োজন"
121
+
122
+ #: user-submitted-posts.php:1302
123
+ msgid "Post content required"
124
+ msgstr "পোস্ট কন্টেন্ট প্রয়োজন"
125
+
126
+ #: user-submitted-posts.php:1303 user-submitted-posts.php:1304
127
+ msgid "Correct captcha required"
128
+ msgstr "সঠিক ক্যাপচা প্রয়োজন"
129
+
130
+ #: user-submitted-posts.php:1305
131
+ msgid "User email required"
132
+ msgstr "ব্যবহারকারী ইমেল প্রয়োজন"
133
+
134
+ #: user-submitted-posts.php:1306
135
+ msgid "Please check your email and try again"
136
+ msgstr "দয়া করে আপনার ইমেল চেক করুন এবং আবার চেষ্টা করুন"
137
+
138
+ #: user-submitted-posts.php:1307
139
+ msgid "Non-empty value for hidden field"
140
+ msgstr "লুকানো ক্ষেত্রের জন্য অ খালি মান"
141
+
142
+ #: user-submitted-posts.php:1308
143
+ msgid "Minimum number of images not met"
144
+ msgstr "ইমেজ সর্বনিম্ন সংখ্যা পূরণ না"
145
+
146
+ #: user-submitted-posts.php:1309
147
+ msgid "Maximum number of images exceeded "
148
+ msgstr "চিত্রগুলির সর্বাধিক সংখ্যা ছাড়িয়ে গেছে"
149
+
150
+ #: user-submitted-posts.php:1310
151
+ msgid "Minimum image width not met"
152
+ msgstr "ন্যূনতম চিত্র প্রস্থ দেখা যায় না"
153
+
154
+ #: user-submitted-posts.php:1311
155
+ msgid "Image width exceeds maximum"
156
+ msgstr "চিত্রের প্রস্থ সর্বোচ্চ ছাড়িয়ে গেছে"
157
+
158
+ #: user-submitted-posts.php:1312
159
+ msgid "Minimum image height not met"
160
+ msgstr "নূন্যতম ছবির উচ্চতা পূরণ করা হয়নি"
161
+
162
+ #: user-submitted-posts.php:1313
163
+ msgid "Image height exceeds maximum"
164
+ msgstr "চিত্র উচ্চতা সর্বাধিক অতিক্রম করেছে"
165
+
166
+ #: user-submitted-posts.php:1314
167
+ msgid "File type not allowed (please upload images only)"
168
+ msgstr "ফাইলের ধরন অনুমোদিত নয় (দয়া করে শুধুমাত্র ছবিগুলি আপলোড করুন)"
169
+
170
+ #: user-submitted-posts.php:1315
171
+ msgid " required"
172
+ msgstr " প্রয়োজনীয়"
173
+
174
+ #: user-submitted-posts.php:1319
175
+ msgid "File not uploaded. Please check the file and try again."
176
+ msgstr "ফাইল আপলোড করা হয়নি ফাইলটি পরীক্ষা করুন এবং আবার চেষ্টা করুন।"
177
+
178
+ #: user-submitted-posts.php:1323
179
+ msgid "The file(s) could not be uploaded"
180
+ msgstr "ফাইল (গুলি) আপলোড করা যায়নি"
181
+
182
+ #: user-submitted-posts.php:1325
183
+ msgid "Post not created. Please contact the site administrator for help."
184
+ msgstr "পোস্ট তৈরি করা হয়নি। সাহায্য করার জন্য সাইট প্রশাসকের সাথে যোগাযোগ করুন।"
185
+
186
+ #: user-submitted-posts.php:1326
187
+ msgid "Duplicate post title. Please try again."
188
+ msgstr "ডুপ্লিকেট পোস্টের শিরোনাম অনুগ্রহপূর্বক আবার চেষ্টা করুন."
189
+
190
+ #: user-submitted-posts.php:1336
191
+ msgid "Error: "
192
+ msgstr "ত্রুটি:"
193
+
194
+ #: user-submitted-posts.php:1362
195
+ msgid "Return to form"
196
+ msgstr "ফর্ম ফেরত"
197
+
198
+ #: user-submitted-posts.php:1392 library/plugin-settings.php:955
199
+ msgid "Please"
200
+ msgstr "অনুগ্রহ"
201
+
202
+ #: user-submitted-posts.php:1393
203
+ msgid "log in"
204
+ msgstr "লগ ইন"
205
+
206
+ #: user-submitted-posts.php:1394
207
+ msgid "to submit content!"
208
+ msgstr "কন্টেন্ট জমা দিতে!"
209
+
210
+ #: views/submission-form.php:46 views/submission-form-alt.php:55
211
+ msgid "Please complete the required fields."
212
+ msgstr "প্রয়োজনীয় ক্ষেত্রগুলি পূরণ করুন।"
213
+
214
+ #: views/submission-form.php:56 views/submission-form.php:57
215
+ #: views/submission-form-alt.php:61 views/submission-form-alt.php:62
216
+ msgid "Your Name"
217
+ msgstr "তোমার নাম"
218
+
219
+ #: views/submission-form.php:62 views/submission-form.php:63
220
+ #: views/submission-form-alt.php:67 views/submission-form-alt.php:68
221
+ msgid "Your URL"
222
+ msgstr "আপনার URL"
223
+
224
+ #: views/submission-form.php:68 views/submission-form.php:69
225
+ #: views/submission-form-alt.php:73 views/submission-form-alt.php:74
226
+ msgid "Your Email"
227
+ msgstr "তোমার ইমেইল"
228
+
229
+ #: views/submission-form.php:74 views/submission-form.php:75
230
+ #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
+ #: library/plugin-settings.php:1016
232
+ msgid "Post Title"
233
+ msgstr "পোস্ট শিরোনাম"
234
+
235
+ #: views/submission-form.php:80 views/submission-form.php:81
236
+ #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
+ #: library/plugin-settings.php:1017
238
+ msgid "Post Tags"
239
+ msgstr "পোস্ট ট্যাগগুলি"
240
+
241
+ #: views/submission-form.php:93 views/submission-form-alt.php:98
242
+ msgid "Antispam Question"
243
+ msgstr "এন্টিস্পাম প্রশ্ন"
244
+
245
+ #: views/submission-form.php:98 views/submission-form-alt.php:103
246
+ #: library/plugin-settings.php:1018
247
+ msgid "Post Category"
248
+ msgstr "পোস্ট বিভাগ"
249
+
250
+ #: views/submission-form.php:100 views/submission-form-alt.php:105
251
+ msgid "Please select a category.."
252
+ msgstr "একটি বিভাগ নির্বাচন করুন দয়া করে .."
253
+
254
+ #: views/submission-form.php:135 views/submission-form.php:136
255
+ #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
+ #: library/plugin-settings.php:1019
257
+ msgid "Post Content"
258
+ msgstr "পোস্ট সামগ্রী"
259
+
260
+ #: views/submission-form.php:142 views/submission-form-alt.php:147
261
+ msgid "Verification"
262
+ msgstr "প্রতিপাদন"
263
+
264
+ #: views/submission-form.php:149 views/submission-form-alt.php:154
265
+ msgid "Upload an Image"
266
+ msgstr "একটি ছবি আপলোড করুন"
267
+
268
+ #: views/submission-form.php:158 views/submission-form-alt.php:163
269
+ msgid "Add another image"
270
+ msgstr "অন্য চিত্র যোগ করুন"
271
+
272
+ #: views/submission-form.php:180 views/submission-form-alt.php:185
273
+ msgid "Human verification: leave this field empty."
274
+ msgstr "মানব যাচাই: এই ক্ষেত্রটিকে খালি রাখুন।"
275
+
276
+ #: views/submission-form.php:202 views/submission-form-alt.php:207
277
+ msgid "Submit Post"
278
+ msgstr "পোস্ট জমা দিন"
279
+
280
+ #: library/shortcode-misc.php:18
281
+ msgid "Reset form"
282
+ msgstr "ফর্ম পুনরায় সেট করুন"
283
+
284
+ #: library/shortcode-misc.php:128
285
+ msgid "View full post"
286
+ msgstr "সম্পূর্ণ পোস্ট দেখুন"
287
+
288
+ #: library/plugin-settings.php:32
289
+ msgid "Get USP Pro for unlimited forms!"
290
+ msgstr "সীমাহীন ফর্ম জন্য ইউএসপি প্রো পান!"
291
+
292
+ #: library/plugin-settings.php:33
293
+ msgid "Go Pro"
294
+ msgstr "প্রো যান"
295
+
296
+ #: library/plugin-settings.php:37
297
+ msgid "Settings"
298
+ msgstr "সেটিংস"
299
+
300
+ #: library/plugin-settings.php:55
301
+ msgid "Give USP a 5-star rating at WordPress.org"
302
+ msgstr "ওয়ার্ডপ্রেস.org এ ইউএসপি একটি 5-তারকা রেটিং দিন"
303
+
304
+ #: library/plugin-settings.php:56
305
+ msgid "Rate this plugin&nbsp;&raquo;"
306
+ msgstr "এই প্লাগইনটি রেট দিন & nbsp; & raquo;"
307
+
308
+ #: library/plugin-settings.php:114
309
+ msgid "WP Post (recommended)"
310
+ msgstr "WP পোস্ট (প্রস্তাবিত)"
311
+
312
+ #: library/plugin-settings.php:118
313
+ msgid "WP Page"
314
+ msgstr "WP পৃষ্ঠা"
315
+
316
+ #: library/plugin-settings.php:134
317
+ msgid "HTML5 Form + Default CSS"
318
+ msgstr "HTML5 ফর্ম + ডিফল্ট CSS"
319
+
320
+ #: library/plugin-settings.php:134
321
+ msgid "(Recommended)"
322
+ msgstr "(প্রস্তাবিত)"
323
+
324
+ #: library/plugin-settings.php:138
325
+ msgid "HTML5 Form + Disable CSS"
326
+ msgstr "HTML5 ফর্ম + সিএসএস অক্ষম করুন"
327
+
328
+ #: library/plugin-settings.php:138
329
+ msgid "(Provide your own styles)"
330
+ msgstr "(আপনার নিজের স্টাইলগুলি প্রদান করুন)"
331
+
332
+ #: library/plugin-settings.php:142
333
+ msgid "Custom Form + Custom CSS"
334
+ msgstr "কাস্টম ফর্ম + কাস্টম CSS"
335
+
336
+ #: library/plugin-settings.php:142
337
+ msgid "(Provide your own form template &amp; styles)"
338
+ msgstr "(আপনার নিজের ফর্ম টেমপ্লেট এবং শৈলীগুলি প্রদান করুন)"
339
+
340
+ #: library/plugin-settings.php:158 library/plugin-settings.php:182
341
+ #: library/plugin-settings.php:205 library/plugin-settings.php:229
342
+ msgid "Auto-display before post content"
343
+ msgstr "পোস্ট সামগ্রী আগে অটো প্রদর্শন"
344
+
345
+ #: library/plugin-settings.php:162 library/plugin-settings.php:186
346
+ #: library/plugin-settings.php:209 library/plugin-settings.php:233
347
+ msgid "Auto-display after post content"
348
+ msgstr "পোস্ট কন্টেন্ট পরে অটো-প্রদর্শন"
349
+
350
+ #: library/plugin-settings.php:166
351
+ msgid "Do not auto-display submitted images"
352
+ msgstr "জমা দেওয়া ছবিগুলি স্বয়ংক্রিয়ভাবে প্রদর্শন করবেন না"
353
+
354
+ #: library/plugin-settings.php:190
355
+ msgid "Do not auto-display submitted email"
356
+ msgstr "স্বয়ং-প্রদর্শন জমা দেওয়া ইমেলটি করবেন না"
357
+
358
+ #: library/plugin-settings.php:213
359
+ msgid "Do not auto-display submitted URL"
360
+ msgstr "স্বয়ংক্রিয়ভাবে প্রদর্শন করা URL জমা নেই"
361
+
362
+ #: library/plugin-settings.php:237
363
+ msgid "Do not auto-display the Custom Field"
364
+ msgstr "কাস্টম ক্ষেত্র স্বয়ংক্রিয়ভাবে প্রদর্শন করবেন না"
365
+
366
+ #: library/plugin-settings.php:265 library/plugin-settings.php:297
367
+ #: library/plugin-settings.php:330 library/plugin-settings.php:362
368
+ msgid "Display and require"
369
+ msgstr "প্রদর্শন এবং প্রয়োজন"
370
+
371
+ #: library/plugin-settings.php:266 library/plugin-settings.php:298
372
+ msgid "Display but do not require"
373
+ msgstr "প্রদর্শন করুন কিন্তু প্রয়োজন নেই"
374
+
375
+ #: library/plugin-settings.php:267 library/plugin-settings.php:299
376
+ #: library/plugin-settings.php:331 library/plugin-settings.php:363
377
+ msgid "Disable this field"
378
+ msgstr "এই ক্ষেত্রটি অক্ষম করুন"
379
+
380
+ #: library/plugin-settings.php:302 library/plugin-settings.php:334
381
+ #: library/plugin-settings.php:366 library/plugin-settings.php:398
382
+ msgid "(Visit"
383
+ msgstr "(পরিদর্শন"
384
+
385
+ #: library/plugin-settings.php:303 library/plugin-settings.php:335
386
+ #: library/plugin-settings.php:367 library/plugin-settings.php:399
387
+ msgid "to configure options)"
388
+ msgstr "বিকল্প কনফিগার করা)"
389
+
390
+ #: library/plugin-settings.php:318 library/plugin-settings.php:335
391
+ #: library/plugin-settings.php:1213 library/plugin-settings.php:1218
392
+ msgid "Challenge Question"
393
+ msgstr "চ্যালেঞ্জ প্রশ্ন"
394
+
395
+ #: library/plugin-settings.php:350 library/plugin-settings.php:367
396
+ #: library/plugin-settings.php:1235
397
+ msgid "Google reCAPTCHA"
398
+ msgstr "Google reCAPTCHA"
399
+
400
+ #: library/plugin-settings.php:382
401
+ msgid "Post Images"
402
+ msgstr "ছবি পোস্ট করুন"
403
+
404
+ #: library/plugin-settings.php:394
405
+ msgid "Display"
406
+ msgstr "প্রদর্শন"
407
+
408
+ #: library/plugin-settings.php:395
409
+ msgid "Disable"
410
+ msgstr "অক্ষম"
411
+
412
+ #: library/plugin-settings.php:399 library/plugin-settings.php:1296
413
+ msgid "Image Uploads"
414
+ msgstr "ছবি আপলোড"
415
+
416
+ #: library/plugin-settings.php:479
417
+ msgid "Draft"
418
+ msgstr "খসড়া"
419
+
420
+ #: library/plugin-settings.php:480
421
+ msgid "Pending (default)"
422
+ msgstr "মুলতুবি (ডিফল্ট)"
423
+
424
+ #: library/plugin-settings.php:481
425
+ msgid "Publish immediately"
426
+ msgstr "অবিলম্বে প্রকাশ"
427
+
428
+ #: library/plugin-settings.php:482
429
+ msgid "Publish after 1 approved post"
430
+ msgstr "1 অনুমোদিত পোস্টের পরে প্রকাশ করুন"
431
+
432
+ #: library/plugin-settings.php:483
433
+ msgid "Publish after "
434
+ msgstr "পরে প্রকাশ করুন"
435
+
436
+ #: library/plugin-settings.php:483
437
+ msgid " approved posts"
438
+ msgstr " অনুমোদিত পোস্ট"
439
+
440
+ #: library/plugin-settings.php:645
441
+ msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
442
+ msgstr "সেখানে একটা ভুল ছিল. দয়া করে নিশ্চিত করুন যে আপনি একটি শিরোনাম, কিছু সামগ্রী যুক্ত করেছেন, এবং আপনি শুধুমাত্র চিত্র আপলোড করেছেন"
443
+
444
+ #: library/plugin-settings.php:659
445
+ msgid "Please select your image(s) to upload."
446
+ msgstr "আপলোড করার জন্য আপনার ছবি (গুলি) নির্বাচন করুন।"
447
+
448
+ #: library/plugin-settings.php:665
449
+ msgid "Success! Thank you for your submission."
450
+ msgstr "সফল! আপনার জমা দেওয়ার জন্য আপনাকে ধন্যবাদ."
451
+
452
+ #: library/plugin-settings.php:691
453
+ msgid "Email"
454
+ msgstr "ইমেইল"
455
+
456
+ #: library/plugin-settings.php:692
457
+ msgid "URL"
458
+ msgstr "URL টি"
459
+
460
+ #: library/plugin-settings.php:942
461
+ msgid "Toggle all panels"
462
+ msgstr "সমস্ত প্যানেলগুলি টগল করুন"
463
+
464
+ #: library/plugin-settings.php:951
465
+ msgid "We need your support!"
466
+ msgstr "আমাদের আপনার সমর্থন প্রয়োজন!"
467
+
468
+ #: library/plugin-settings.php:955
469
+ msgid "Make a donation via PayPal"
470
+ msgstr "পেপ্যালের মাধ্যমে একটি দান করুন"
471
+
472
+ #: library/plugin-settings.php:955
473
+ msgid "make a donation"
474
+ msgstr "উচ্চ স্বরে পড়া"
475
+
476
+ #: library/plugin-settings.php:955
477
+ msgid "and/or"
478
+ msgstr "এবং / অথবা"
479
+
480
+ #: library/plugin-settings.php:956
481
+ msgid "Rate and review at the Plugin Directory"
482
+ msgstr "প্লাগইন ডিরেক্টরি এ রেট এবং পর্যালোচনা"
483
+
484
+ #: library/plugin-settings.php:957
485
+ msgid "give this plugin a 5-star rating"
486
+ msgstr "এই প্লাগইন একটি 5 তারকা রেটিং প্রদান"
487
+
488
+ #: library/plugin-settings.php:961
489
+ msgid "Your generous support enables continued development of this free plugin. Thank you!"
490
+ msgstr "আপনার উদার সমর্থন এই মুক্ত প্লাগইন এর ক্রমাগত উন্নয়ন সমর্থন করে। ধন্যবাদ!"
491
+
492
+ #: library/plugin-settings.php:966
493
+ msgid "Check this box if you have shown support"
494
+ msgstr "আপনি যদি সমর্থন দেখিয়েছেন তাহলে এই বাক্সটি চেক করুন"
495
+
496
+ #: library/plugin-settings.php:975
497
+ msgid "Overview"
498
+ msgstr "সংক্ষিপ্ত বিবরণ"
499
+
500
+ #: library/plugin-settings.php:979
501
+ msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
502
+ msgstr "আপনার দর্শক পোস্ট পোস্ট জমা এবং আপনার সাইটের সামনে প্রান্ত থেকে ইমেজ আপলোড করতে সক্ষম।"
503
+
504
+ #: library/plugin-settings.php:980
505
+ msgid "For advanced functionality and unlimited forms, check out"
506
+ msgstr "উন্নত কার্যকারিতা এবং সীমাহীন ফর্ম জন্য, চেক আউট"
507
+
508
+ #: library/plugin-settings.php:980 library/plugin-settings.php:1354
509
+ msgid "USP Pro"
510
+ msgstr "ইউএসপি প্রো"
511
+
512
+ #: library/plugin-settings.php:981
513
+ msgid "&mdash; the ultimate solution for user-generated content."
514
+ msgstr "& Mdash; i ব্যবহারকারী-উত্পন্ন সামগ্রীর জন্য চূড়ান্ত সমাধান"
515
+
516
+ #: library/plugin-settings.php:985 library/plugin-settings.php:1002
517
+ msgid "Plugin Settings"
518
+ msgstr "প্লাগইন সেটিংস"
519
+
520
+ #: library/plugin-settings.php:986
521
+ msgid "Display the form"
522
+ msgstr "ফর্মটি প্রদর্শন করুন"
523
+
524
+ #: library/plugin-settings.php:987 library/plugin-settings.php:1511
525
+ msgid "Plugin Homepage"
526
+ msgstr "প্লাগইন হোমপেজ"
527
+
528
+ #: library/plugin-settings.php:990
529
+ msgid "If you like this plugin, please"
530
+ msgstr "আপনি যদি এই প্লাগইন পছন্দ করেন, তাহলে দয়া করে"
531
+
532
+ #: library/plugin-settings.php:991
533
+ msgid "THANK YOU for your support!"
534
+ msgstr "আপনার সমর্থনের জন্য ধন্যবাদ!"
535
+
536
+ #: library/plugin-settings.php:991
537
+ msgid "give it a 5-star rating"
538
+ msgstr "এটি একটি 5 তারকা রেটিং দিতে"
539
+
540
+ #: library/plugin-settings.php:995
541
+ msgid "Unlimited front-end forms"
542
+ msgstr "আনলিমিটেড ফ্রন্ট-এন্ড ফর্মগুলি"
543
+
544
+ #: library/plugin-settings.php:995
545
+ msgid "Get USP Pro"
546
+ msgstr "ইউএসপি প্রো পান"
547
+
548
+ #: library/plugin-settings.php:1005
549
+ msgid "Configure your settings for User Submitted Posts."
550
+ msgstr "ব্যবহারকারী জমা পোস্টগুলির জন্য আপনার সেটিংস কনফিগার করুন।"
551
+
552
+ #: library/plugin-settings.php:1007
553
+ msgid "Form Fields"
554
+ msgstr "ফর্ম ক্ষেত্র"
555
+
556
+ #: library/plugin-settings.php:1013
557
+ msgid "User Name"
558
+ msgstr "ব্যবহারকারীর নাম"
559
+
560
+ #: library/plugin-settings.php:1014
561
+ msgid "User Email"
562
+ msgstr "ব্যবহারকারী ইমেল"
563
+
564
+ #: library/plugin-settings.php:1015
565
+ msgid "User URL"
566
+ msgstr "ব্যবহারকারীর URL"
567
+
568
+ #: library/plugin-settings.php:1030
569
+ msgid "General Settings"
570
+ msgstr "সাধারণ সেটিংস"
571
+
572
+ #: library/plugin-settings.php:1032
573
+ msgid "Note that the default settings work fine for most cases."
574
+ msgstr "লক্ষ্য করুন যে ডিফল্ট সেটিংস অধিকাংশ ক্ষেত্রে জরিমানা কাজ করে।"
575
+
576
+ #: library/plugin-settings.php:1037
577
+ msgid "Form Style"
578
+ msgstr "ফর্ম স্টাইল"
579
+
580
+ #: library/plugin-settings.php:1042
581
+ msgid "With this option, you can copy the plugin&rsquo;s default templates:"
582
+ msgstr "এই বিকল্পের সাথে, আপনি প্লাগইন & rsquo; ডিফল্ট টেমপ্লেটগুলি অনুলিপি করতে পারেন:"
583
+
584
+ #: library/plugin-settings.php:1047
585
+ msgid "..and upload them into a directory named"
586
+ msgstr ".. এবং তাদের নামের একটি ডিরেক্টরির মধ্যে আপলোড"
587
+
588
+ #: library/plugin-settings.php:1047
589
+ msgid "in your theme:"
590
+ msgstr "আপনার থিম মধ্যে:"
591
+
592
+ #: library/plugin-settings.php:1053
593
+ msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
594
+ msgstr "এটি আপনাকে পছন্দসই হিসাবে ফর্ম এবং শৈলী কাস্টমাইজ করতে সক্ষম হবে আরও তথ্যের জন্য, \"কাস্টম জমা ফরমে\" বিভাগটি দেখুন"
595
+
596
+ #: library/plugin-settings.php:1054
597
+ msgid "Installation Docs"
598
+ msgstr "ইনস্টলেশনের ডক্স"
599
+
600
+ #: library/plugin-settings.php:1055
601
+ msgid "FYI: here is a"
602
+ msgstr "FYI: এখানে একটি হয়"
603
+
604
+ #: library/plugin-settings.php:1055
605
+ msgid "list of USP CSS selectors"
606
+ msgstr "ইউএসপি সিএসএস নির্বাচকদের তালিকা"
607
+
608
+ #: library/plugin-settings.php:1061
609
+ msgid "Include JavaScript"
610
+ msgstr "জাভাস্ক্রিপ্ট অন্তর্ভুক্ত করুন"
611
+
612
+ #: library/plugin-settings.php:1063
613
+ msgid "Check this box if you want to include the external JavaScript files (recommended)."
614
+ msgstr "আপনি যদি বাইরের জাভাস্ক্রিপ্ট ফাইলগুলি অন্তর্ভুক্ত করতে চান তবে এই বাক্সটি চেক করুন (প্রস্তাবিত)।"
615
+
616
+ #: library/plugin-settings.php:1066
617
+ msgid "Targeted Loading"
618
+ msgstr "লক্ষ্যবস্তু লোড হচ্ছে"
619
+
620
+ #: library/plugin-settings.php:1068
621
+ msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
622
+ msgstr "ডিফল্টরূপে, বাহ্যিক CSS & amp; জাভাস্ক্রিপ্ট ফাইলগুলি প্রতি পৃষ্ঠায় লোড করা হয়। এখানে আপনি ইউএসপি ফরম ইউআরএল ফর্ম নির্দিষ্ট করতে পারেন শুধুমাত্র যে পৃষ্ঠাতে সম্পদ লোড। দ্রষ্টব্য: সমস্ত পৃষ্ঠাগুলি লোড করতে ফাঁকা রাখুন।"
623
+
624
+ #: library/plugin-settings.php:1071
625
+ msgid "Post Type"
626
+ msgstr "পোস্ট প্রকার"
627
+
628
+ #: library/plugin-settings.php:1074
629
+ msgid "Submit posts as WP Posts or Pages"
630
+ msgstr "WP পোস্ট বা পেজ হিসাবে জমা দিন"
631
+
632
+ #: library/plugin-settings.php:1078
633
+ msgid "Post Status"
634
+ msgstr "পোস্ট স্থিতি"
635
+
636
+ #: library/plugin-settings.php:1081
637
+ msgid "Post Status for submitted posts"
638
+ msgstr "জমা পোস্টের জন্য পোস্ট স্থিতি"
639
+
640
+ #: library/plugin-settings.php:1085
641
+ msgid "Redirect URL"
642
+ msgstr "URL পুনঃনির্দেশ করুন"
643
+
644
+ #: library/plugin-settings.php:1087
645
+ msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
646
+ msgstr "পোস্ট-জমা দেওয়ার পরে ব্যবহারকারীকে পুনর্চালনা করার জন্য একটি URL নির্দিষ্ট করুন। বর্তমান পৃষ্ঠায় ফেরত পাঠাতে ফাঁকা ছেড়ে দিন।"
647
+
648
+ #: library/plugin-settings.php:1090
649
+ msgid "Success Message"
650
+ msgstr "সফল বার্তা"
651
+
652
+ #: library/plugin-settings.php:1092
653
+ msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
654
+ msgstr "পোস্ট-জমা সফল হলে সফল বার্তাটি প্রদর্শিত হয় বেসিক মার্কআপ অনুমোদিত।"
655
+
656
+ #: library/plugin-settings.php:1095
657
+ msgid "Error Message"
658
+ msgstr "ভুল বার্তা"
659
+
660
+ #: library/plugin-settings.php:1097
661
+ msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
662
+ msgstr "পোস্ট-সম্মতি ব্যর্থ হলে সাধারণ ত্রুটি বার্তা প্রদর্শিত হয়। বেসিক মার্কআপ অনুমোদিত।"
663
+
664
+ #: library/plugin-settings.php:1100
665
+ msgid "Custom Content"
666
+ msgstr "কাস্টম কন্টেন্ট"
667
+
668
+ #: library/plugin-settings.php:1102
669
+ msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
670
+ msgstr "জমা ফর্ম আগে অন্তর্ভুক্ত করা কাস্টম টেক্সট / মার্কআপ। অক্ষম করতে ফাঁকা ছেড়ে যান।"
671
+
672
+ #: library/plugin-settings.php:1105
673
+ msgid "Rich Text Editor"
674
+ msgstr "উন্নত টেক্সট এডিটর"
675
+
676
+ #: library/plugin-settings.php:1107
677
+ msgid "Check this box if you want to enable WP rich text editing for submitted posts."
678
+ msgstr "যদি আপনি জমা দেওয়া পোস্টগুলির জন্য WP সমৃদ্ধ পাঠ্য সম্পাদনা সক্ষম করতে চান তবে এই বাক্সটি চেক করুন"
679
+
680
+ #: library/plugin-settings.php:1110
681
+ msgid "Unique Titles"
682
+ msgstr "অনন্য শিরোনাম"
683
+
684
+ #: library/plugin-settings.php:1112
685
+ msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
686
+ msgstr "পোস্ট শিরোনাম অনন্য হতে হবে (একাধিক / জমা জমা পোস্ট আটকানোর জন্য দরকারী)"
687
+
688
+ #: library/plugin-settings.php:1115
689
+ msgid "Disable Required"
690
+ msgstr "প্রয়োজনীয় অক্ষম"
691
+
692
+ #: library/plugin-settings.php:1117
693
+ msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
694
+ msgstr "ডিফল্ট ফর্ম ক্ষেত্রগুলিতে প্রয়োজনীয় সমস্ত বৈশিষ্ট্যাবলী অক্ষম করুন (ত্রুটির বার্তাগুলি সমস্যা সমাধানের জন্য উপযোগী)।"
695
+
696
+ #: library/plugin-settings.php:1120
697
+ msgid "Disable IP Tracking"
698
+ msgstr "আইপি ট্র্যাকিং অক্ষম করুন"
699
+
700
+ #: library/plugin-settings.php:1122
701
+ msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
702
+ msgstr "ডিফল্টরূপে USP প্রতিটি জমা পোস্টের সাথে IP ঠিকানা রেকর্ড করে। সব আইপি ট্র্যাকিং নিষ্ক্রিয় করতে এই বাক্সটি চেক করুন।"
703
+
704
+ #: library/plugin-settings.php:1125
705
+ msgid "Enable Shortcodes"
706
+ msgstr "শর্টকাডগুলি সক্ষম করুন"
707
+
708
+ #: library/plugin-settings.php:1127
709
+ msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
710
+ msgstr "উইজেটগুলিতে শর্টকাটগুলি সক্ষম করুন ডিফল্টরূপে, ওয়ার্ডপ্রেস উইজেটে শর্টকাটগুলি সক্ষম করে না।"
711
+
712
+ #: library/plugin-settings.php:1128
713
+ msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
714
+ msgstr "এই সেটিংটি কোনও উইজেটে / সমস্ত শর্টকাটগুলি সক্ষম করে (এমনকি অন্যান্য প্লাগইনগুলি থেকেও শর্টকাটগুলি)।"
715
+
716
+ #: library/plugin-settings.php:1133 library/plugin-settings.php:1138
717
+ msgid "Categories"
718
+ msgstr "ধরন"
719
+
720
+ #: library/plugin-settings.php:1141
721
+ msgid "Select which categories may be assigned to submitted posts (click to toggle)"
722
+ msgstr "জমা দেওয়া পোস্টগুলির জন্য বিভাগগুলি নির্ধারণ করা যেতে পারে তা নির্বাচন করুন (টগল করার জন্য ক্লিক করুন)"
723
+
724
+ #: library/plugin-settings.php:1149
725
+ msgid "Hidden/Default Category"
726
+ msgstr "লুকানো / ডিফল্ট শ্রেণী"
727
+
728
+ #: library/plugin-settings.php:1151
729
+ msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
730
+ msgstr "পোস্ট বিভাগের জন্য একটি লুকানো ক্ষেত্র ব্যবহার করুন বিভাগ ক্ষেত্র নিষ্ক্রিয় যখন এটি একটি ডিফল্ট বিভাগ উল্লেখ করার জন্য ব্যবহার করা যেতে পারে।"
731
+
732
+ #: library/plugin-settings.php:1154
733
+ msgid "Category ID for Hidden Field"
734
+ msgstr "লুকানো ক্ষেত্রের জন্য বিভাগ আইডি"
735
+
736
+ #: library/plugin-settings.php:1156
737
+ msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
738
+ msgstr "& Ldquo; লুকানো / ডিফল্ট শ্রেণী & rdquo; এর জন্য ব্যবহারের জন্য বিভাগের আইডি নির্দিষ্ট করুন। বিকল্প।"
739
+
740
+ #: library/plugin-settings.php:1161
741
+ msgid "Users"
742
+ msgstr "ব্যবহারকারীরা"
743
+
744
+ #: library/plugin-settings.php:1166
745
+ msgid "Assigned Author"
746
+ msgstr "নিযুক্ত লেখক"
747
+
748
+ #: library/plugin-settings.php:1169
749
+ msgid "Specify the user that should be assigned as author for submitted posts."
750
+ msgstr "জমা দেওয়া পোস্টগুলির লেখক হিসাবে নিয়োগ করা হবে এমন ব্যবহারকারীকে নির্দিষ্ট করুন।"
751
+
752
+ #: library/plugin-settings.php:1173
753
+ msgid "Registered Username"
754
+ msgstr "নিবন্ধিত ব্যবহারকারীর নাম"
755
+
756
+ #: library/plugin-settings.php:1175
757
+ msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
758
+ msgstr "পোস্ট লেখক হিসাবে নিবন্ধিত ব্যবহারকারী নাম ব্যবহার করুন। বৈধভাবে ফর্ম জমা ব্যক্তি ওয়ার্ডপ্রেস লগ ইন করা হয়।"
759
+
760
+ #: library/plugin-settings.php:1178
761
+ msgid "User Profile URL"
762
+ msgstr "ব্যবহারকারীর প্রোফাইল URL"
763
+
764
+ #: library/plugin-settings.php:1180
765
+ msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
766
+ msgstr "URL ক্ষেত্রের মান হিসাবে নিবন্ধিত ব্যবহারকারীর rsquo; প্রোফাইল প্রোফাইল ব্যবহার করুন। বৈধভাবে ফর্ম জমা ব্যক্তি ওয়ার্ডপ্রেস লগ ইন করা হয়।"
767
+
768
+ #: library/plugin-settings.php:1183
769
+ msgid "Require User Login"
770
+ msgstr "ব্যবহারকারী লগইন প্রয়োজন"
771
+
772
+ #: library/plugin-settings.php:1185
773
+ msgid "Require users to be logged in to WordPress to view/submit the form"
774
+ msgstr "ওয়ার্ডপ্রেসে লগইন করার জন্য ব্যবহারকারীদের প্রয়োজন দেখুন / ফর্ম জমা দিন"
775
+
776
+ #: library/plugin-settings.php:1188
777
+ msgid "Disable Replace Author"
778
+ msgstr "লেখককে প্রতিস্থাপন অক্ষম করুন"
779
+
780
+ #: library/plugin-settings.php:1190
781
+ msgid "Do not replace post author with submitted user name"
782
+ msgstr "জমা ব্যবহারকারী নাম দিয়ে পোস্ট লেখক প্রতিস্থাপন না"
783
+
784
+ #: library/plugin-settings.php:1196
785
+ msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
786
+ msgstr "এখানে আপনি কাস্টম ক্ষেত্র দ্বারা ব্যবহৃত নাম এবং লেবেল পরিবর্তন করতে পারেন। আপনি উপরে এই ক্ষেত্র ফরম ক্ষেত্র সেটিংস মাধ্যমে সক্রিয় করতে পারেন।"
787
+
788
+ #: library/plugin-settings.php:1201
789
+ msgid "Custom Field Name"
790
+ msgstr "কাস্টম ক্ষেত্রের নাম"
791
+
792
+ #: library/plugin-settings.php:1203
793
+ msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
794
+ msgstr "শুধুমাত্র আলফানিউমেরিক, আন্ডারস্কোর এবং ড্যাশ ব্যবহার করুন নিশ্চিত না হলে, ডিফল্ট নাম ব্যবহার করুন:"
795
+
796
+ #: library/plugin-settings.php:1206
797
+ msgid "Custom Field Label"
798
+ msgstr "কাস্টম ক্ষেত্র লেবেল"
799
+
800
+ #: library/plugin-settings.php:1208
801
+ msgid "This will be displayed as the field label on the form. Default: Custom Field"
802
+ msgstr "এই ফর্ম ক্ষেত্রের লেবেল হিসাবে প্রদর্শিত হবে। ডিফল্ট: কাস্টম ক্ষেত্র"
803
+
804
+ #: library/plugin-settings.php:1220
805
+ msgid "To prevent spam, enter a question that users must answer before submitting the form."
806
+ msgstr "স্প্যাম রোধ করতে, ফর্মটি জমা দেওয়ার আগে ব্যবহারকারীদের একটি প্রশ্নের উত্তর দিতে হবে।"
807
+
808
+ #: library/plugin-settings.php:1223
809
+ msgid "Challenge Response"
810
+ msgstr "চ্যালেঞ্জ প্রতিক্রিয়া"
811
+
812
+ #: library/plugin-settings.php:1225
813
+ msgid "Enter the *only* correct answer to the challenge question."
814
+ msgstr "চ্যালেঞ্জ প্রশ্নে * শুধুমাত্র * সঠিক উত্তর লিখুন"
815
+
816
+ #: library/plugin-settings.php:1228
817
+ msgid "Case-sensitivity"
818
+ msgstr "কেস-সংবেদনশীলতা"
819
+
820
+ #: library/plugin-settings.php:1230
821
+ msgid "Check this box if you want the challenge response to be case-sensitive."
822
+ msgstr "যদি আপনি চ্যালেঞ্জ প্রতিক্রিয়া ক্ষেত্রে সংবেদনশীল হতে চান এই বাক্সটি চেক করুন"
823
+
824
+ #: library/plugin-settings.php:1236
825
+ msgid "To enable Google reCAPTCHA, enter your public and private keys."
826
+ msgstr "Google reCAPTCHA সক্ষম করতে, আপনার সর্বজনীন এবং ব্যক্তিগত কীগুলি প্রবেশ করুন।"
827
+
828
+ #: library/plugin-settings.php:1241
829
+ msgid "Public Key"
830
+ msgstr "পাবলিক কী"
831
+
832
+ #: library/plugin-settings.php:1243
833
+ msgid "Enter your Public Key"
834
+ msgstr "আপনার সর্বজনীন কী লিখুন"
835
+
836
+ #: library/plugin-settings.php:1246
837
+ msgid "Private Key"
838
+ msgstr "ব্যক্তিগত কী"
839
+
840
+ #: library/plugin-settings.php:1248
841
+ msgid "Enter your Private Key"
842
+ msgstr "আপনার ব্যক্তিগত কী লিখুন"
843
+
844
+ #: library/plugin-settings.php:1253
845
+ msgid "Email Alerts"
846
+ msgstr "ইমেল সতর্কতাগুলি"
847
+
848
+ #: library/plugin-settings.php:1258
849
+ msgid "Receive Email Alert"
850
+ msgstr "ইমেইল সতর্কতা পান"
851
+
852
+ #: library/plugin-settings.php:1260
853
+ msgid "Check this box if you want to be notified via email for new post submissions."
854
+ msgstr "আপনি যদি নতুন পোস্ট জমা দেওয়ার জন্য ইমেলের মাধ্যমে বিজ্ঞাপিত করতে চান তবে এই বাক্সটি চেক করুন।"
855
+
856
+ #: library/plugin-settings.php:1263
857
+ msgid "Enable HTML Format"
858
+ msgstr "HTML বিন্যাস সক্ষম করুন"
859
+
860
+ #: library/plugin-settings.php:1265
861
+ msgid "Check this box to enable HTML format for email alerts."
862
+ msgstr "ইমেল সতর্কতাগুলির জন্য HTML ফর্ম্যাটটি সক্ষম করতে এই বাক্সটি চেক করুন"
863
+
864
+ #: library/plugin-settings.php:1268
865
+ msgid "Email Address for Alerts"
866
+ msgstr "সতর্কতা জন্য ইমেইল ঠিকানা"
867
+
868
+ #: library/plugin-settings.php:1270
869
+ msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
870
+ msgstr "যদি আপনি ইমেল সতর্কতা প্রাপ্ত করার জন্য বক্সটি পরীক্ষা করে থাকেন, তবে এখানে ই-মেইল ঠিকানাটি পাঠান (এস)।"
871
+
872
+ #: library/plugin-settings.php:1271
873
+ msgid "Multiple recipients may be included using a comma, like so:"
874
+ msgstr "একটি কমা ব্যবহার করে একাধিক প্রাপক অন্তর্ভুক্ত করা যেতে পারে, যেমন:"
875
+
876
+ #: library/plugin-settings.php:1274
877
+ msgid "Email &ldquo;From&rdquo; Address"
878
+ msgstr "ইমেল & ldquo; থেকে & rdquo; ঠিকানা"
879
+
880
+ #: library/plugin-settings.php:1276
881
+ msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
882
+ msgstr "এখানে আপনি & ldquo; থেকে & rdquo; জন্য ব্যবহৃত ঠিকানাটি (এস) কাস্টমাইজ করতে পারেন শিরোলেখ (তথ্য জন্য প্লাগইন FAQ দেখুন)।"
883
+
884
+ #: library/plugin-settings.php:1277
885
+ msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
886
+ msgstr "যদি পূর্ববর্তী সেটিংতে একাধিক ঠিকানা নির্দিষ্ট করা হয়, তাহলে একটি & ldquo; From & rdquo; এই সেটিংয়ের জন্য ঠিকানাগুলি (একই ক্রমে)"
887
+
888
+ #: library/plugin-settings.php:1280
889
+ msgid "Email Alert Subject"
890
+ msgstr "ইমেল সতর্কতা বিষয়"
891
+
892
+ #: library/plugin-settings.php:1282
893
+ msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
894
+ msgstr "ইমেইল সতর্কতা জন্য বিষয় লাইন। ডিফল্ট বিষয় লাইনে ব্যবহারের জন্য ফাঁকা রাখুন। নোট: আপনি নিম্নলিখিত ভেরিয়েবল ব্যবহার করতে পারেন:"
895
+
896
+ #: library/plugin-settings.php:1287
897
+ msgid "Email Alert Message"
898
+ msgstr "ইমেইল সতর্কতা বার্তা"
899
+
900
+ #: library/plugin-settings.php:1289
901
+ msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
902
+ msgstr "ইমেল সতর্কতাগুলির জন্য বার্তা ডিফল্ট বার্তা ব্যবহার করতে ফাঁকা রাখুন নোট: আপনি নিম্নলিখিত ভেরিয়েবল ব্যবহার করতে পারেন:"
903
+
904
+ #: library/plugin-settings.php:1301
905
+ msgid "Featured Image"
906
+ msgstr "বৈশিষ্ট্যযুক্ত ইমেজ"
907
+
908
+ #: library/plugin-settings.php:1303
909
+ msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
910
+ msgstr "বৈশিষ্ট্যযুক্ত ইমেজ হিসাবে চিত্র স্থাপন সেট করুন বৈশিষ্ট্যযুক্ত ইমেজ জন্য থিম সমর্থন প্রয়োজন (উব পোস্ট থাম্বনেল)।"
911
+
912
+ #: library/plugin-settings.php:1306
913
+ msgid "Upload Message"
914
+ msgstr "বার্তা আপলোড করুন"
915
+
916
+ #: library/plugin-settings.php:1308
917
+ msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
918
+ msgstr "আপলোড ক্ষেত্রের পাশে প্রদর্শিত হয় এমন বার্তা আপনার আপলোড নির্দেশিকা / নীতি / ইত্যাদি সম্পর্কিত বিবরণের জন্য উপযোগী বেসিক মার্কআপ অনুমোদিত"
919
+
920
+ #: library/plugin-settings.php:1311
921
+ msgid "&ldquo;Add another image&rdquo; link"
922
+ msgstr "& ldquo; অন্য চিত্র যুক্ত করুন & rdquo; লিংক"
923
+
924
+ #: library/plugin-settings.php:1313
925
+ msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
926
+ msgstr "& Ldquo; অন্য চিত্র যুক্ত করুন & rdquo; জন্য কাস্টম মার্কআপ লিঙ্ক। ডিফল্ট মার্কআপ ব্যবহার করার জন্য ফাঁকা রাখুন (প্রস্তাবিত)"
927
+
928
+ #: library/plugin-settings.php:1316
929
+ msgid "Minimum number of images"
930
+ msgstr "চিত্রের সর্বনিম্ন সংখ্যা"
931
+
932
+ #: library/plugin-settings.php:1319
933
+ msgid "Specify the minimum number of images."
934
+ msgstr "ইমেজ সর্বনিম্ন সংখ্যা নির্দিষ্ট করুন।"
935
+
936
+ #: library/plugin-settings.php:1323
937
+ msgid "Maximum number of images"
938
+ msgstr "ইমেজ সর্বোচ্চ সংখ্যা"
939
+
940
+ #: library/plugin-settings.php:1326
941
+ msgid "Specify the maximum number of images."
942
+ msgstr "সর্বোচ্চ সংখ্যা চিত্র নির্দিষ্ট করুন।"
943
+
944
+ #: library/plugin-settings.php:1330
945
+ msgid "Minimum image width"
946
+ msgstr "ন্যূনতম চিত্র প্রস্থ"
947
+
948
+ #: library/plugin-settings.php:1332
949
+ msgid "Specify a minimum width (in pixels) for uploaded images."
950
+ msgstr "আপলোড করা চিত্রগুলির জন্য সর্বনিম্ন প্রস্থ (পিক্সেল) নির্দিষ্ট করুন।"
951
+
952
+ #: library/plugin-settings.php:1335
953
+ msgid "Minimum image height"
954
+ msgstr "ন্যূনতম ছবি উচ্চতা"
955
+
956
+ #: library/plugin-settings.php:1337
957
+ msgid "Specify a minimum height (in pixels) for uploaded images."
958
+ msgstr "আপলোড করা চিত্রগুলির জন্য সর্বনিম্ন উচ্চতা (পিক্সেল) নির্দিষ্ট করুন।"
959
+
960
+ #: library/plugin-settings.php:1340
961
+ msgid "Maximum image width"
962
+ msgstr "সর্বাধিক ছবি প্রস্থ"
963
+
964
+ #: library/plugin-settings.php:1342
965
+ msgid "Specify a maximum width (in pixels) for uploaded images."
966
+ msgstr "আপলোড করা চিত্রগুলির জন্য সর্বাধিক প্রস্থ (পিক্সেল) নির্দিষ্ট করুন।"
967
+
968
+ #: library/plugin-settings.php:1345
969
+ msgid "Maximum image height"
970
+ msgstr "সর্বোচ্চ ইমেজ উচ্চতা"
971
+
972
+ #: library/plugin-settings.php:1347
973
+ msgid "Specify a maximum height (in pixels) for uploaded images."
974
+ msgstr "আপলোড করা চিত্রগুলির জন্য সর্বোচ্চ উচ্চতা (পিক্সেল) নির্দিষ্ট করুন।"
975
+
976
+ #: library/plugin-settings.php:1350
977
+ msgid "More Options"
978
+ msgstr "আরও বিকল্প"
979
+
980
+ #: library/plugin-settings.php:1353
981
+ msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
982
+ msgstr "আরও বিকল্পগুলির জন্য, অন্যান্য ফাইল প্রকার (যেমন পিডিএফ, ওয়ার্ড, জিপ, ভিডিও এবং আরও অনেক কিছু আপলোড করার ক্ষমতা), চেক আউট করুন"
983
+
984
+ #: library/plugin-settings.php:1354
985
+ msgid "Go Pro!"
986
+ msgstr "প্রো যান!"
987
+
988
+ #: library/plugin-settings.php:1361
989
+ msgid "Auto-Display Content"
990
+ msgstr "অটো-প্রদর্শন সামগ্রী"
991
+
992
+ #: library/plugin-settings.php:1366
993
+ msgid "Images Auto-Display"
994
+ msgstr "ছবি অটো-প্রদর্শন"
995
+
996
+ #: library/plugin-settings.php:1368
997
+ msgid "Auto-display user-submitted images:"
998
+ msgstr "অটো-প্রদর্শন ব্যবহারকারী জমা ইমেজ:"
999
+
1000
+ #: library/plugin-settings.php:1373
1001
+ msgid "Image Markup"
1002
+ msgstr "চিত্র মার্কআপ"
1003
+
1004
+ #: library/plugin-settings.php:1375
1005
+ msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1006
+ msgstr "প্রতিটি জমা দেওয়া চিত্রের জন্য ব্যবহার করার জন্য মার্কআপ (যখন স্বয়ংক্রিয়-প্রদর্শন সক্ষম করা থাকে)। ব্যবহার করতে পারেন"
1007
+
1008
+ #: library/plugin-settings.php:1377 library/plugin-settings.php:1390
1009
+ #: library/plugin-settings.php:1403 library/plugin-settings.php:1416
1010
+ msgid "and"
1011
+ msgstr "এবং"
1012
+
1013
+ #: library/plugin-settings.php:1380
1014
+ msgid "Email Auto-Display"
1015
+ msgstr "ইমেইল অটো ডিসপ্লে"
1016
+
1017
+ #: library/plugin-settings.php:1382
1018
+ msgid "Auto-display user-submitted email:"
1019
+ msgstr "অটো-প্রদর্শন ব্যবহারকারী জমা ইমেইল:"
1020
+
1021
+ #: library/plugin-settings.php:1387
1022
+ msgid "Email Markup"
1023
+ msgstr "ইমেল মার্কআপ"
1024
+
1025
+ #: library/plugin-settings.php:1389
1026
+ msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1027
+ msgstr "জমা দেওয়া ইমেল ঠিকানার জন্য ব্যবহার করার জন্য মার্কআপ (যখন স্বয়ংক্রিয়-প্রদর্শন সক্ষম আছে)। ব্যবহার করতে পারেন"
1028
+
1029
+ #: library/plugin-settings.php:1393
1030
+ msgid "URL Auto-Display"
1031
+ msgstr "URL অটো-ডিসপ্লে"
1032
+
1033
+ #: library/plugin-settings.php:1395
1034
+ msgid "Auto-display user-submitted URL:"
1035
+ msgstr "অটো-প্রদর্শন ব্যবহারকারী জমা দেওয়া URL:"
1036
+
1037
+ #: library/plugin-settings.php:1400
1038
+ msgid "URL Markup"
1039
+ msgstr "URL মার্কআপ"
1040
+
1041
+ #: library/plugin-settings.php:1402
1042
+ msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1043
+ msgstr "জমা দেওয়া URL এর জন্য ব্যবহার করার জন্য মার্কআপ (যখন স্বয়ংক্রিয়-প্রদর্শন সক্ষম করা থাকে)। ব্যবহার করতে পারেন"
1044
+
1045
+ #: library/plugin-settings.php:1406
1046
+ msgid "Custom Field Auto-Display"
1047
+ msgstr "কাস্টম ক্ষেত্র অটো ডিসপ্লে"
1048
+
1049
+ #: library/plugin-settings.php:1408
1050
+ msgid "Auto-display user-submitted Custom Field:"
1051
+ msgstr "অটো-প্রদর্শন ব্যবহারকারী জমা কাস্টম ক্ষেত্র:"
1052
+
1053
+ #: library/plugin-settings.php:1413
1054
+ msgid "Custom Field Markup"
1055
+ msgstr "কাস্টম ক্ষেত্র মার্কআপ"
1056
+
1057
+ #: library/plugin-settings.php:1415
1058
+ msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1059
+ msgstr "জমা কাস্টম ক্ষেত্রের জন্য ব্যবহার করার জন্য মার্কআপ (যখন স্বয়ংক্রিয়-প্রদর্শন সক্ষম করা থাকে) ব্যবহার করতে পারেন"
1060
+
1061
+ #: library/plugin-settings.php:1421 library/plugin-settings.php:1497
1062
+ msgid "Save Settings"
1063
+ msgstr "সেটিংস সংরক্ষণ করুন"
1064
+
1065
+ #: library/plugin-settings.php:1426
1066
+ msgid "Display the Form"
1067
+ msgstr "ফর্মটি প্রদর্শন করুন"
1068
+
1069
+ #: library/plugin-settings.php:1429
1070
+ msgid "Post-Submit Form"
1071
+ msgstr "পোস্ট জমা ফর্ম"
1072
+
1073
+ #: library/plugin-settings.php:1430
1074
+ msgid "USP enables you to display a post-submission form anywhere on your site."
1075
+ msgstr "ইউএসপি আপনাকে আপনার সাইটে যেকোন কোথাও একটি পোস্ট-জমা ফর্ম প্রদর্শন করতে সক্ষম করে।"
1076
+
1077
+ #: library/plugin-settings.php:1431 library/plugin-settings.php:1438
1078
+ msgid "Use the shortcode to display the form on any WP Post or Page:"
1079
+ msgstr "কোন WP পোস্ট বা পৃষ্ঠাতে ফর্ম প্রদর্শন করার জন্য শর্টকাট ব্যবহার করুন:"
1080
+
1081
+ #: library/plugin-settings.php:1433 library/plugin-settings.php:1440
1082
+ msgid "Or, use the template tag to display the form anywhere in your theme template:"
1083
+ msgstr "অথবা, আপনার থিম টেমপ্লেটে কোথাও ফর্ম প্রদর্শন করতে টেমপ্লেট ট্যাগ ব্যবহার করুন:"
1084
+
1085
+ #: library/plugin-settings.php:1436
1086
+ msgid "Login/Register Form"
1087
+ msgstr "লগইন / রেজিস্টার ফরম"
1088
+
1089
+ #: library/plugin-settings.php:1437
1090
+ msgid "You also can display a form that enables users to log in, register, or reset their password."
1091
+ msgstr "আপনি এমন একটি ফর্ম প্রদর্শন করতে পারেন যা ব্যবহারকারীদের লগ ইন, নিবন্ধন বা তাদের পাসওয়ার্ড পুনরায় সেট করতে সক্ষম করে।"
1092
+
1093
+ #: library/plugin-settings.php:1443
1094
+ msgid "Display Submitted Posts"
1095
+ msgstr "জমা পোস্ট প্রদর্শন"
1096
+
1097
+ #: library/plugin-settings.php:1444
1098
+ msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1099
+ msgstr "যেকোন WP পোস্ট বা পৃষ্ঠাতে জমা দেওয়া পোস্টগুলির তালিকা প্রদর্শন করতে এই শর্টকড ব্যবহার করুন:"
1100
+
1101
+ #: library/plugin-settings.php:1446
1102
+ msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1103
+ msgstr "অথবা, আপনার থিম টেমপ্লেটে কোথাও জমা দেওয়া পোস্টগুলির একটি তালিকা প্রদর্শন করতে টেমপ্লেট ট্যাগ ব্যবহার করুন:"
1104
+
1105
+ #: library/plugin-settings.php:1448
1106
+ msgid "Here are some examples showing how to configure this shortcode:"
1107
+ msgstr "এই শর্টকে কিভাবে কনফিগার করা যায় তা দেখানোর কিছু উদাহরণ এখানে রয়েছে:"
1108
+
1109
+ #: library/plugin-settings.php:1455
1110
+ msgid "Reset Form Button"
1111
+ msgstr "ফরম বোতাম রিসেট করুন"
1112
+
1113
+ #: library/plugin-settings.php:1456
1114
+ msgid "This shortcode displays a link that resets the form to its original state:"
1115
+ msgstr "এই শর্টকাট এমন একটি লিঙ্ক প্রদর্শন করে যা ফর্মে তার মূল অবস্থানে পুনরায় সেট করা হয়:"
1116
+
1117
+ #: library/plugin-settings.php:1458
1118
+ msgid "This shortcode accepts the following attributes:"
1119
+ msgstr "এই শর্টকাটটি নিম্নলিখিত বৈশিষ্ট্যগুলি স্বীকার করে:"
1120
+
1121
+ #: library/plugin-settings.php:1463
1122
+ msgid "Note that the url attribute accepts"
1123
+ msgstr "উল্লেখ্য যে url বৈশিষ্ট্যাবলী গ্রহণ করে"
1124
+
1125
+ #: library/plugin-settings.php:1463
1126
+ msgid "to get the current URL."
1127
+ msgstr "বর্তমান URL পেতে"
1128
+
1129
+ #: library/plugin-settings.php:1465
1130
+ msgid "Access Control"
1131
+ msgstr "প্রবেশাধিকার নিয়ন্ত্রণ"
1132
+
1133
+ #: library/plugin-settings.php:1466
1134
+ msgid "USP provides three shortcodes to control access and restrict content."
1135
+ msgstr "এসএসপি এক্সেস অ্যাক্সেস নিয়ন্ত্রণ এবং কন্টেন্ট সীমা তিনটি শর্টকাট প্রদান করে।"
1136
+
1137
+ #: library/plugin-settings.php:1467
1138
+ msgid "Display content only to users with a specific capability:"
1139
+ msgstr "শুধুমাত্র একটি নির্দিষ্ট ক্ষমতা ব্যবহারকারীদের জন্য সামগ্রী প্রদর্শন করুন:"
1140
+
1141
+ #: library/plugin-settings.php:1469
1142
+ msgid "Display content to logged-in users:"
1143
+ msgstr "লগ-ইন ব্যবহারকারীদের জন্য সামগ্রী প্রদর্শন করুন:"
1144
+
1145
+ #: library/plugin-settings.php:1471
1146
+ msgid "Display content to visitors only:"
1147
+ msgstr "শুধুমাত্র দর্শকদের সামগ্রী প্রদর্শন করুন:"
1148
+
1149
+ #: library/plugin-settings.php:1473
1150
+ msgid "Tip:"
1151
+ msgstr "টিপ:"
1152
+
1153
+ #: library/plugin-settings.php:1473
1154
+ msgid "to include markup in the deny message, you can use"
1155
+ msgstr "অস্বীকার বার্তা মধ্যে মার্কআপ অন্তর্ভুক্ত, আপনি ব্যবহার করতে পারেন"
1156
+
1157
+ #: library/plugin-settings.php:1473
1158
+ msgid "to output"
1159
+ msgstr "আউটপুট থেকে"
1160
+
1161
+ #: library/plugin-settings.php:1475
1162
+ msgid "Example"
1163
+ msgstr "উদাহরণ"
1164
+
1165
+ #: library/plugin-settings.php:1476
1166
+ msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1167
+ msgstr "যদি ব্যবহারকারী লগ ইন হয়, পোস্ট জমা ফর্ম প্রদর্শন; অথবা যদি ব্যবহারকারী লগ ইন না হয়, লগইন ফর্ম প্রদর্শন করুন:"
1168
+
1169
+ #: library/plugin-settings.php:1488
1170
+ msgid "Restore Defaults"
1171
+ msgstr "পূর্বনির্ধারন পুনরুধার"
1172
+
1173
+ #: library/plugin-settings.php:1491
1174
+ msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1175
+ msgstr "আপনার সেটিংস মনে রাখতে এই অপশনটি অক্ষম রাখুন। বা, এগিয়ে যান এবং ডিফল্ট প্লাগইন বিকল্পগুলি পুনঃস্থাপন করুন: বাক্সটি চেক করুন, আপনার সেটিংস সংরক্ষণ করুন, এবং তারপর প্লাগইন অক্ষম / পুনরায় সক্রিয় করুন।"
1176
+
1177
+ #: library/plugin-settings.php:1495
1178
+ msgid "Restore default options upon plugin deactivation/reactivation."
1179
+ msgstr "প্লাগইন নিষ্ক্রিয়তা / পুনরায় সক্রিয়করণের সময় ডিফল্ট বিকল্প পুনরুদ্ধার করুন।"
1180
+
1181
+ #: library/plugin-settings.php:1502
1182
+ msgid "Show Support"
1183
+ msgstr "সহায়তা দেখান"
1184
+
1185
+ #: library/plugin-settings.php:1511
1186
+ msgid "by"
1187
+ msgstr "দ্বারা"
1188
+
1189
+ #: library/plugin-settings.php:1512
1190
+ msgid "Jeff Starr on Twitter"
1191
+ msgstr "টুইটারে জেফ স্টার"
1192
+
1193
+ #: library/plugin-settings.php:1513
1194
+ msgid "Obsessive Web Design &amp; Development"
1195
+ msgstr "অবাস্তব ওয়েব ডিজাইন & amp; উন্নয়ন"
1196
+
1197
+ #: library/plugin-settings.php:1524
1198
+ msgid "Save Preference"
1199
+ msgstr "পছন্দ সংরক্ষণ করুন"
1200
+
1201
+ #: library/plugin-settings.php:1531
1202
+ msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1203
+ msgstr "আপনি কি সব ডিফল্ট বিকল্প পুনরুদ্ধার করতে চান? (এই ক্রিয়াটি পূর্বাবস্থায় ফেরানো যাবে না)"
1204
+
1205
+ #: library/support-panel.php:52
1206
+ msgid "Perishable Press Books"
1207
+ msgstr "অস্থির প্রেস বই"
1208
+
1209
+ #: library/support-panel.php:53
1210
+ msgid "Plugin Planet"
1211
+ msgstr "প্লাগইন প্ল্যানেট"
1212
+
1213
+ #: library/support-panel.php:54
1214
+ msgid "Donate via PayPal"
1215
+ msgstr "পেপ্যালের মাধ্যমে দান করুন"
1216
+
1217
+ #: library/support-panel.php:56
1218
+ msgid "books"
1219
+ msgstr "বই"
1220
+
1221
+ #: library/support-panel.php:57
1222
+ msgid "plugins"
1223
+ msgstr "প্লাগ-ইন"
1224
+
1225
+ #: library/support-panel.php:58
1226
+ msgid "donation"
1227
+ msgstr "দান"
1228
+
1229
+ #: library/support-panel.php:60
1230
+ msgid "Thank you for using"
1231
+ msgstr "ব্যবহারের জন্য আপনাকে ধন্যবাদ"
1232
+
1233
+ #: library/support-panel.php:61
1234
+ msgid "Please show support by purchasing one of my"
1235
+ msgstr "আমার এক ক্রয় দ্বারা সমর্থন প্রদর্শন করুন দয়া করে"
1236
+
1237
+ #: library/support-panel.php:62
1238
+ msgid "or"
1239
+ msgstr "অথবা"
1240
+
1241
+ #: library/support-panel.php:62
1242
+ msgid "or by making a"
1243
+ msgstr "বা একটি তৈরীর দ্বারা"
1244
+
1245
+ #: library/support-panel.php:63
1246
+ msgid "Your generous support helps to ensure future development of"
1247
+ msgstr "আপনার উদার সমর্থন ভবিষ্যতের উন্নয়ন নিশ্চিত করতে সাহায্য করে"
1248
+
1249
+ #: library/support-panel.php:64
1250
+ msgid "and is greatly appreciated."
1251
+ msgstr "এবং ব্যাপকভাবে প্রশংসা করা হয়।"
1252
+
1253
+ #: library/support-panel.php:66
1254
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1255
+ msgstr "কোন আকারের দান আমাকে এই বিনামূল্যে প্লাগইন এবং অন্যান্য সন্ত্রস্ত ওয়ার্ডপ্রেস সংস্থানগুলি উন্নয়নশীল চালিয়ে যেতে সাহায্য করে।"
1256
+
1257
+ #. Description of the plugin
1258
+ #:
1259
+ msgid "Enables your visitors to submit posts and images from anywhere on your site."
1260
+ msgstr "আপনার দর্শকরা আপনার সাইটে কোথাও থেকে পোস্ট এবং ছবি জমা দিতে পারবেন।"
1261
+
1262
+ #. URI of the plugin
1263
+ #:
1264
+ msgid "https://perishablepress.com/user-submitted-posts/"
1265
+ msgstr "https://perishablepress.com/user-submitted-posts/"
1266
+
1267
+ #. Author of the plugin
1268
+ #:
1269
+ msgid "Jeff Starr"
1270
+ msgstr "জেফ স্টার"
1271
+
1272
+ #. Author URI of the plugin
1273
+ #:
1274
+ msgid "https://plugin-planet.com/"
1275
+ msgstr "https://plugin-planet.com/"
1276
+
trunk/languages/usp-cs_CZ.mo ADDED
Binary file
trunk/languages/usp-cs_CZ.po ADDED
@@ -0,0 +1,1276 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "MIME-Version: 1.0\n"
4
+ "Content-Type: text/plain; charset=UTF-8\n"
5
+ "Content-Transfer-Encoding: 8bit\n"
6
+ "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20180316\n"
8
+ "Language: cs\n"
9
+
10
+ #. Name of the plugin
11
+ #: user-submitted-posts.php:44 library/support-panel.php:5
12
+ msgid "User Submitted Posts"
13
+ msgstr "Uživatelské příspěvky odeslané"
14
+
15
+ #: user-submitted-posts.php:81
16
+ msgid "requires WordPress "
17
+ msgstr "vyžaduje WordPress"
18
+
19
+ #: user-submitted-posts.php:82
20
+ msgid " or higher, and has been deactivated! "
21
+ msgstr " nebo vyšší a byla deaktivována!"
22
+
23
+ #: user-submitted-posts.php:83
24
+ msgid "Please return to the"
25
+ msgstr "Vraťte se prosím na"
26
+
27
+ #: user-submitted-posts.php:84
28
+ msgid "WordPress Admin Area"
29
+ msgstr "Oblast WordPress Admin"
30
+
31
+ #: user-submitted-posts.php:85
32
+ msgid "to upgrade WordPress and try again."
33
+ msgstr "upgrade WordPress a zkuste to znovu."
34
+
35
+ #: user-submitted-posts.php:125
36
+ msgid "User Submitted Post"
37
+ msgstr "Uživatelské příspěvky odeslané"
38
+
39
+ #: user-submitted-posts.php:419
40
+ msgid "User Submitted Post Info"
41
+ msgstr "Uživatel odeslal informace o příspěvku"
42
+
43
+ #: user-submitted-posts.php:449
44
+ msgid "Submitter Name: "
45
+ msgstr "Název zadavatele:"
46
+
47
+ #: user-submitted-posts.php:450
48
+ msgid "Submitter Email: "
49
+ msgstr "Email odesílatele:"
50
+
51
+ #: user-submitted-posts.php:451
52
+ msgid "Submitter URL: "
53
+ msgstr "URL odesílatele:"
54
+
55
+ #: user-submitted-posts.php:452
56
+ msgid "Submitter IP: "
57
+ msgstr "Zadavatel IP:"
58
+
59
+ #: user-submitted-posts.php:503
60
+ msgid "Show USP Posts"
61
+ msgstr "Zobrazit příspěvky USP"
62
+
63
+ #: user-submitted-posts.php:504 library/plugin-settings.php:979
64
+ msgid "USP"
65
+ msgstr "USP"
66
+
67
+ #: user-submitted-posts.php:1272
68
+ msgid " files required"
69
+ msgstr " potřebné soubory"
70
+
71
+ #: user-submitted-posts.php:1273
72
+ msgid " file required"
73
+ msgstr " požadovaný soubor"
74
+
75
+ #: user-submitted-posts.php:1275
76
+ msgid " files"
77
+ msgstr " soubory"
78
+
79
+ #: user-submitted-posts.php:1276
80
+ msgid " file"
81
+ msgstr " soubor"
82
+
83
+ #: user-submitted-posts.php:1278 user-submitted-posts.php:1279
84
+ #: user-submitted-posts.php:1280 user-submitted-posts.php:1281
85
+ msgid " pixels"
86
+ msgstr " pixelů"
87
+
88
+ #: user-submitted-posts.php:1283 library/core-functions.php:215
89
+ #: library/plugin-settings.php:284 library/plugin-settings.php:303
90
+ #: library/plugin-settings.php:701 library/plugin-settings.php:1195
91
+ msgid "Custom Field"
92
+ msgstr "Vlastní pole"
93
+
94
+ #: user-submitted-posts.php:1286
95
+ msgid "An error occurred. Please go back and try again."
96
+ msgstr "Vyskytla se chyba. Vraťte se prosím a zkuste to znovu."
97
+
98
+ #: user-submitted-posts.php:1296
99
+ msgid "User login required"
100
+ msgstr "Vyžaduje se přihlášení uživatele"
101
+
102
+ #: user-submitted-posts.php:1297
103
+ msgid "User name required"
104
+ msgstr "Je vyžadováno uživatelské jméno"
105
+
106
+ #: user-submitted-posts.php:1298
107
+ msgid "Post title required"
108
+ msgstr "Požadováno je název příspěvku"
109
+
110
+ #: user-submitted-posts.php:1299
111
+ msgid "User URL required"
112
+ msgstr "Požadovaná adresa URL uživatele"
113
+
114
+ #: user-submitted-posts.php:1300
115
+ msgid "Post tags required"
116
+ msgstr "Požadované značky jsou povinné"
117
+
118
+ #: user-submitted-posts.php:1301
119
+ msgid "Post category required"
120
+ msgstr "Je požadována kategorie příspěvků"
121
+
122
+ #: user-submitted-posts.php:1302
123
+ msgid "Post content required"
124
+ msgstr "Vyžádat požadovaný obsah"
125
+
126
+ #: user-submitted-posts.php:1303 user-submitted-posts.php:1304
127
+ msgid "Correct captcha required"
128
+ msgstr "Opravena chyba captcha"
129
+
130
+ #: user-submitted-posts.php:1305
131
+ msgid "User email required"
132
+ msgstr "Požadována e-mailová adresa uživatele"
133
+
134
+ #: user-submitted-posts.php:1306
135
+ msgid "Please check your email and try again"
136
+ msgstr "Zkontrolujte e-mail a zkuste to znovu"
137
+
138
+ #: user-submitted-posts.php:1307
139
+ msgid "Non-empty value for hidden field"
140
+ msgstr "Neplatná hodnota pro skryté pole"
141
+
142
+ #: user-submitted-posts.php:1308
143
+ msgid "Minimum number of images not met"
144
+ msgstr "Minimální počet obrázků není splněn"
145
+
146
+ #: user-submitted-posts.php:1309
147
+ msgid "Maximum number of images exceeded "
148
+ msgstr "Maximální počet obrázků byl překročen"
149
+
150
+ #: user-submitted-posts.php:1310
151
+ msgid "Minimum image width not met"
152
+ msgstr "Minimální šířka obrazu není splněna"
153
+
154
+ #: user-submitted-posts.php:1311
155
+ msgid "Image width exceeds maximum"
156
+ msgstr "Šířka obrázku překračuje maximální hodnotu"
157
+
158
+ #: user-submitted-posts.php:1312
159
+ msgid "Minimum image height not met"
160
+ msgstr "Minimální výška obrazu není splněna"
161
+
162
+ #: user-submitted-posts.php:1313
163
+ msgid "Image height exceeds maximum"
164
+ msgstr "Výška obrázku přesahuje maximální"
165
+
166
+ #: user-submitted-posts.php:1314
167
+ msgid "File type not allowed (please upload images only)"
168
+ msgstr "Typ souboru není povolen (prosím nahrát obrázky)"
169
+
170
+ #: user-submitted-posts.php:1315
171
+ msgid " required"
172
+ msgstr " Povinný"
173
+
174
+ #: user-submitted-posts.php:1319
175
+ msgid "File not uploaded. Please check the file and try again."
176
+ msgstr "Soubor nebyl nahrán. Zkontrolujte soubor a zkuste to znovu."
177
+
178
+ #: user-submitted-posts.php:1323
179
+ msgid "The file(s) could not be uploaded"
180
+ msgstr "Soubory nemohly být nahrány"
181
+
182
+ #: user-submitted-posts.php:1325
183
+ msgid "Post not created. Please contact the site administrator for help."
184
+ msgstr "Příspěvek nebyl vytvořen. Obraťte se prosím na správce webu o pomoc."
185
+
186
+ #: user-submitted-posts.php:1326
187
+ msgid "Duplicate post title. Please try again."
188
+ msgstr "Duplicitní název příspěvku. Prosím zkuste to znovu."
189
+
190
+ #: user-submitted-posts.php:1336
191
+ msgid "Error: "
192
+ msgstr "Chyba:"
193
+
194
+ #: user-submitted-posts.php:1362
195
+ msgid "Return to form"
196
+ msgstr "Vraťte se k formuláři"
197
+
198
+ #: user-submitted-posts.php:1392 library/plugin-settings.php:955
199
+ msgid "Please"
200
+ msgstr "Prosím"
201
+
202
+ #: user-submitted-posts.php:1393
203
+ msgid "log in"
204
+ msgstr "přihlásit se"
205
+
206
+ #: user-submitted-posts.php:1394
207
+ msgid "to submit content!"
208
+ msgstr "odeslat obsah!"
209
+
210
+ #: views/submission-form.php:46 views/submission-form-alt.php:55
211
+ msgid "Please complete the required fields."
212
+ msgstr "Vyplňte prosím požadovaná pole."
213
+
214
+ #: views/submission-form.php:56 views/submission-form.php:57
215
+ #: views/submission-form-alt.php:61 views/submission-form-alt.php:62
216
+ msgid "Your Name"
217
+ msgstr "Tvé jméno"
218
+
219
+ #: views/submission-form.php:62 views/submission-form.php:63
220
+ #: views/submission-form-alt.php:67 views/submission-form-alt.php:68
221
+ msgid "Your URL"
222
+ msgstr "Vaše URL"
223
+
224
+ #: views/submission-form.php:68 views/submission-form.php:69
225
+ #: views/submission-form-alt.php:73 views/submission-form-alt.php:74
226
+ msgid "Your Email"
227
+ msgstr "Tvůj e-mail"
228
+
229
+ #: views/submission-form.php:74 views/submission-form.php:75
230
+ #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
+ #: library/plugin-settings.php:1016
232
+ msgid "Post Title"
233
+ msgstr "Název příspěvku"
234
+
235
+ #: views/submission-form.php:80 views/submission-form.php:81
236
+ #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
+ #: library/plugin-settings.php:1017
238
+ msgid "Post Tags"
239
+ msgstr "Značky příspěvku"
240
+
241
+ #: views/submission-form.php:93 views/submission-form-alt.php:98
242
+ msgid "Antispam Question"
243
+ msgstr "Antispamová otázka"
244
+
245
+ #: views/submission-form.php:98 views/submission-form-alt.php:103
246
+ #: library/plugin-settings.php:1018
247
+ msgid "Post Category"
248
+ msgstr "Odeslat kategorii"
249
+
250
+ #: views/submission-form.php:100 views/submission-form-alt.php:105
251
+ msgid "Please select a category.."
252
+ msgstr "Vyberte kategorii .."
253
+
254
+ #: views/submission-form.php:135 views/submission-form.php:136
255
+ #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
+ #: library/plugin-settings.php:1019
257
+ msgid "Post Content"
258
+ msgstr "Odeslat obsah"
259
+
260
+ #: views/submission-form.php:142 views/submission-form-alt.php:147
261
+ msgid "Verification"
262
+ msgstr "Ověření"
263
+
264
+ #: views/submission-form.php:149 views/submission-form-alt.php:154
265
+ msgid "Upload an Image"
266
+ msgstr "Nahrát obrázek"
267
+
268
+ #: views/submission-form.php:158 views/submission-form-alt.php:163
269
+ msgid "Add another image"
270
+ msgstr "Přidat další obrázek"
271
+
272
+ #: views/submission-form.php:180 views/submission-form-alt.php:185
273
+ msgid "Human verification: leave this field empty."
274
+ msgstr "Lidské ověření: ponechte toto pole prázdné."
275
+
276
+ #: views/submission-form.php:202 views/submission-form-alt.php:207
277
+ msgid "Submit Post"
278
+ msgstr "Odeslat příspěvek"
279
+
280
+ #: library/shortcode-misc.php:18
281
+ msgid "Reset form"
282
+ msgstr "Obnovit formulář"
283
+
284
+ #: library/shortcode-misc.php:128
285
+ msgid "View full post"
286
+ msgstr "Zobrazit celý příspěvek"
287
+
288
+ #: library/plugin-settings.php:32
289
+ msgid "Get USP Pro for unlimited forms!"
290
+ msgstr "Získejte USP Pro pro neomezené formy!"
291
+
292
+ #: library/plugin-settings.php:33
293
+ msgid "Go Pro"
294
+ msgstr "Staň se profesionálem"
295
+
296
+ #: library/plugin-settings.php:37
297
+ msgid "Settings"
298
+ msgstr "Nastavení"
299
+
300
+ #: library/plugin-settings.php:55
301
+ msgid "Give USP a 5-star rating at WordPress.org"
302
+ msgstr "Dejte USP 5-hvězdičkové hodnocení na WordPress.org"
303
+
304
+ #: library/plugin-settings.php:56
305
+ msgid "Rate this plugin&nbsp;&raquo;"
306
+ msgstr "Ohodnoťte tento plugin & nbsp; & raquo;"
307
+
308
+ #: library/plugin-settings.php:114
309
+ msgid "WP Post (recommended)"
310
+ msgstr "WP příspěvek (doporučeno)"
311
+
312
+ #: library/plugin-settings.php:118
313
+ msgid "WP Page"
314
+ msgstr "WP Page"
315
+
316
+ #: library/plugin-settings.php:134
317
+ msgid "HTML5 Form + Default CSS"
318
+ msgstr "Formulář HTML5 + výchozí CSS"
319
+
320
+ #: library/plugin-settings.php:134
321
+ msgid "(Recommended)"
322
+ msgstr "(Doporučeno)"
323
+
324
+ #: library/plugin-settings.php:138
325
+ msgid "HTML5 Form + Disable CSS"
326
+ msgstr "Formulář HTML5 Zakázat CSS"
327
+
328
+ #: library/plugin-settings.php:138
329
+ msgid "(Provide your own styles)"
330
+ msgstr "(Uveďte své vlastní styly)"
331
+
332
+ #: library/plugin-settings.php:142
333
+ msgid "Custom Form + Custom CSS"
334
+ msgstr "Vlastní formulář + vlastní CSS"
335
+
336
+ #: library/plugin-settings.php:142
337
+ msgid "(Provide your own form template &amp; styles)"
338
+ msgstr "(Uveďte svou vlastní šablonu formuláře a styly)"
339
+
340
+ #: library/plugin-settings.php:158 library/plugin-settings.php:182
341
+ #: library/plugin-settings.php:205 library/plugin-settings.php:229
342
+ msgid "Auto-display before post content"
343
+ msgstr "Automatické zobrazení před obsahem příspěvku"
344
+
345
+ #: library/plugin-settings.php:162 library/plugin-settings.php:186
346
+ #: library/plugin-settings.php:209 library/plugin-settings.php:233
347
+ msgid "Auto-display after post content"
348
+ msgstr "Automatické zobrazení po odeslání obsahu"
349
+
350
+ #: library/plugin-settings.php:166
351
+ msgid "Do not auto-display submitted images"
352
+ msgstr "Neprovádějte automatické zobrazování odeslaných obrázků"
353
+
354
+ #: library/plugin-settings.php:190
355
+ msgid "Do not auto-display submitted email"
356
+ msgstr "Nezobrazovat automaticky e-maily"
357
+
358
+ #: library/plugin-settings.php:213
359
+ msgid "Do not auto-display submitted URL"
360
+ msgstr "Neodesílat odeslanou adresu URL automaticky"
361
+
362
+ #: library/plugin-settings.php:237
363
+ msgid "Do not auto-display the Custom Field"
364
+ msgstr "Nevystavujte automaticky vlastní pole"
365
+
366
+ #: library/plugin-settings.php:265 library/plugin-settings.php:297
367
+ #: library/plugin-settings.php:330 library/plugin-settings.php:362
368
+ msgid "Display and require"
369
+ msgstr "Zobrazte a požadujte"
370
+
371
+ #: library/plugin-settings.php:266 library/plugin-settings.php:298
372
+ msgid "Display but do not require"
373
+ msgstr "Displej, ale nevyžaduje"
374
+
375
+ #: library/plugin-settings.php:267 library/plugin-settings.php:299
376
+ #: library/plugin-settings.php:331 library/plugin-settings.php:363
377
+ msgid "Disable this field"
378
+ msgstr "Zakažte toto pole"
379
+
380
+ #: library/plugin-settings.php:302 library/plugin-settings.php:334
381
+ #: library/plugin-settings.php:366 library/plugin-settings.php:398
382
+ msgid "(Visit"
383
+ msgstr "(Návštěva"
384
+
385
+ #: library/plugin-settings.php:303 library/plugin-settings.php:335
386
+ #: library/plugin-settings.php:367 library/plugin-settings.php:399
387
+ msgid "to configure options)"
388
+ msgstr "pro konfiguraci možností)"
389
+
390
+ #: library/plugin-settings.php:318 library/plugin-settings.php:335
391
+ #: library/plugin-settings.php:1213 library/plugin-settings.php:1218
392
+ msgid "Challenge Question"
393
+ msgstr "Výzva Otázky"
394
+
395
+ #: library/plugin-settings.php:350 library/plugin-settings.php:367
396
+ #: library/plugin-settings.php:1235
397
+ msgid "Google reCAPTCHA"
398
+ msgstr "Google reCAPTCHA"
399
+
400
+ #: library/plugin-settings.php:382
401
+ msgid "Post Images"
402
+ msgstr "Odeslat obrázky"
403
+
404
+ #: library/plugin-settings.php:394
405
+ msgid "Display"
406
+ msgstr "Zobrazit"
407
+
408
+ #: library/plugin-settings.php:395
409
+ msgid "Disable"
410
+ msgstr "Zakázat"
411
+
412
+ #: library/plugin-settings.php:399 library/plugin-settings.php:1296
413
+ msgid "Image Uploads"
414
+ msgstr "Nahrávání obrázků"
415
+
416
+ #: library/plugin-settings.php:479
417
+ msgid "Draft"
418
+ msgstr "Návrh"
419
+
420
+ #: library/plugin-settings.php:480
421
+ msgid "Pending (default)"
422
+ msgstr "Čekající (výchozí)"
423
+
424
+ #: library/plugin-settings.php:481
425
+ msgid "Publish immediately"
426
+ msgstr "Publikujte okamžitě"
427
+
428
+ #: library/plugin-settings.php:482
429
+ msgid "Publish after 1 approved post"
430
+ msgstr "Publikovat po 1 schváleném příspěvku"
431
+
432
+ #: library/plugin-settings.php:483
433
+ msgid "Publish after "
434
+ msgstr "Publikovat po"
435
+
436
+ #: library/plugin-settings.php:483
437
+ msgid " approved posts"
438
+ msgstr " schválených míst"
439
+
440
+ #: library/plugin-settings.php:645
441
+ msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
442
+ msgstr "Byla tam chyba. Ujistěte se, že jste přidali název, obsah a že jste nahrali pouze obrázky."
443
+
444
+ #: library/plugin-settings.php:659
445
+ msgid "Please select your image(s) to upload."
446
+ msgstr "Vyberte obrázky, které chcete nahrát."
447
+
448
+ #: library/plugin-settings.php:665
449
+ msgid "Success! Thank you for your submission."
450
+ msgstr "Úspěch! Děkujeme za vaše podání."
451
+
452
+ #: library/plugin-settings.php:691
453
+ msgid "Email"
454
+ msgstr "E-mailem"
455
+
456
+ #: library/plugin-settings.php:692
457
+ msgid "URL"
458
+ msgstr "URL"
459
+
460
+ #: library/plugin-settings.php:942
461
+ msgid "Toggle all panels"
462
+ msgstr "Přepínejte všechny panely"
463
+
464
+ #: library/plugin-settings.php:951
465
+ msgid "We need your support!"
466
+ msgstr "Potřebujeme vaši podporu!"
467
+
468
+ #: library/plugin-settings.php:955
469
+ msgid "Make a donation via PayPal"
470
+ msgstr "Proveďte darování prostřednictvím služby PayPal"
471
+
472
+ #: library/plugin-settings.php:955
473
+ msgid "make a donation"
474
+ msgstr "přispět"
475
+
476
+ #: library/plugin-settings.php:955
477
+ msgid "and/or"
478
+ msgstr "a / nebo"
479
+
480
+ #: library/plugin-settings.php:956
481
+ msgid "Rate and review at the Plugin Directory"
482
+ msgstr "Ohodnoťte a přečtěte v adresáři Plugin"
483
+
484
+ #: library/plugin-settings.php:957
485
+ msgid "give this plugin a 5-star rating"
486
+ msgstr "udělejte tomuto pluginu 5 hvězdiček"
487
+
488
+ #: library/plugin-settings.php:961
489
+ msgid "Your generous support enables continued development of this free plugin. Thank you!"
490
+ msgstr "Vaše velkorysá podpora umožňuje další vývoj tohoto bezplatného pluginu. Děkuji!"
491
+
492
+ #: library/plugin-settings.php:966
493
+ msgid "Check this box if you have shown support"
494
+ msgstr "Zaškrtněte toto políčko, pokud jste projevili podporu"
495
+
496
+ #: library/plugin-settings.php:975
497
+ msgid "Overview"
498
+ msgstr "Přehled"
499
+
500
+ #: library/plugin-settings.php:979
501
+ msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
502
+ msgstr "umožňuje návštěvníkům odesílat příspěvky a nahrát obrázky z přední části vašeho webu."
503
+
504
+ #: library/plugin-settings.php:980
505
+ msgid "For advanced functionality and unlimited forms, check out"
506
+ msgstr "Pro pokročilé funkce a neomezené formy, podívejte se"
507
+
508
+ #: library/plugin-settings.php:980 library/plugin-settings.php:1354
509
+ msgid "USP Pro"
510
+ msgstr "USP Pro"
511
+
512
+ #: library/plugin-settings.php:981
513
+ msgid "&mdash; the ultimate solution for user-generated content."
514
+ msgstr "& mdash; konečné řešení pro obsah vytvořený uživateli."
515
+
516
+ #: library/plugin-settings.php:985 library/plugin-settings.php:1002
517
+ msgid "Plugin Settings"
518
+ msgstr "Nastavení pluginu"
519
+
520
+ #: library/plugin-settings.php:986
521
+ msgid "Display the form"
522
+ msgstr "Zobrazit formulář"
523
+
524
+ #: library/plugin-settings.php:987 library/plugin-settings.php:1511
525
+ msgid "Plugin Homepage"
526
+ msgstr "Plugin Hlavní stránka"
527
+
528
+ #: library/plugin-settings.php:990
529
+ msgid "If you like this plugin, please"
530
+ msgstr "Pokud se vám tento plugin líbí, prosím"
531
+
532
+ #: library/plugin-settings.php:991
533
+ msgid "THANK YOU for your support!"
534
+ msgstr "Děkuji za vaší podporu!"
535
+
536
+ #: library/plugin-settings.php:991
537
+ msgid "give it a 5-star rating"
538
+ msgstr "udělejte mu 5 hvězdiček"
539
+
540
+ #: library/plugin-settings.php:995
541
+ msgid "Unlimited front-end forms"
542
+ msgstr "Neomezené fore-end formuláře"
543
+
544
+ #: library/plugin-settings.php:995
545
+ msgid "Get USP Pro"
546
+ msgstr "Získejte USP Pro"
547
+
548
+ #: library/plugin-settings.php:1005
549
+ msgid "Configure your settings for User Submitted Posts."
550
+ msgstr "Nakonfigurujte nastavení pro příspěvky odeslané uživatelem."
551
+
552
+ #: library/plugin-settings.php:1007
553
+ msgid "Form Fields"
554
+ msgstr "Pole formulářů"
555
+
556
+ #: library/plugin-settings.php:1013
557
+ msgid "User Name"
558
+ msgstr "Uživatelské jméno"
559
+
560
+ #: library/plugin-settings.php:1014
561
+ msgid "User Email"
562
+ msgstr "Uživatelský e-mail"
563
+
564
+ #: library/plugin-settings.php:1015
565
+ msgid "User URL"
566
+ msgstr "Uživatelská adresa URL"
567
+
568
+ #: library/plugin-settings.php:1030
569
+ msgid "General Settings"
570
+ msgstr "Obecné nastavení"
571
+
572
+ #: library/plugin-settings.php:1032
573
+ msgid "Note that the default settings work fine for most cases."
574
+ msgstr "Všimněte si, že výchozí nastavení funguje ve většině případů v pořádku."
575
+
576
+ #: library/plugin-settings.php:1037
577
+ msgid "Form Style"
578
+ msgstr "Styl formuláře"
579
+
580
+ #: library/plugin-settings.php:1042
581
+ msgid "With this option, you can copy the plugin&rsquo;s default templates:"
582
+ msgstr "Pomocí této možnosti můžete zkopírovat výchozí šablony pluginů:"
583
+
584
+ #: library/plugin-settings.php:1047
585
+ msgid "..and upload them into a directory named"
586
+ msgstr ".. a nahrajte je do adresáře s názvem"
587
+
588
+ #: library/plugin-settings.php:1047
589
+ msgid "in your theme:"
590
+ msgstr "ve svém tématu:"
591
+
592
+ #: library/plugin-settings.php:1053
593
+ msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
594
+ msgstr "To vám umožní přizpůsobit formulář a styly podle potřeby. Další informace naleznete v sekci \"Vlastní formulář pro podání\""
595
+
596
+ #: library/plugin-settings.php:1054
597
+ msgid "Installation Docs"
598
+ msgstr "Instalační dokumenty"
599
+
600
+ #: library/plugin-settings.php:1055
601
+ msgid "FYI: here is a"
602
+ msgstr "FYI: tady je a"
603
+
604
+ #: library/plugin-settings.php:1055
605
+ msgid "list of USP CSS selectors"
606
+ msgstr "seznam USP CSS selektorů"
607
+
608
+ #: library/plugin-settings.php:1061
609
+ msgid "Include JavaScript"
610
+ msgstr "Zahrnout JavaScript"
611
+
612
+ #: library/plugin-settings.php:1063
613
+ msgid "Check this box if you want to include the external JavaScript files (recommended)."
614
+ msgstr "Zaškrtněte toto políčko, chcete-li zahrnout externí soubory JavaScript (doporučeno)."
615
+
616
+ #: library/plugin-settings.php:1066
617
+ msgid "Targeted Loading"
618
+ msgstr "Cílené načítání"
619
+
620
+ #: library/plugin-settings.php:1068
621
+ msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
622
+ msgstr "Ve výchozím nastavení jsou externí CSS & Na každé stránce jsou načítány soubory JavaScriptu. Zde můžete zadat adresu URL formuláře USP pro načítání zdrojů pouze na této stránce. Poznámka: Nechte prázdné načíst všechny stránky."
623
+
624
+ #: library/plugin-settings.php:1071
625
+ msgid "Post Type"
626
+ msgstr "Typ příspěvku"
627
+
628
+ #: library/plugin-settings.php:1074
629
+ msgid "Submit posts as WP Posts or Pages"
630
+ msgstr "Odeslat příspěvky jako WP příspěvky nebo stránky"
631
+
632
+ #: library/plugin-settings.php:1078
633
+ msgid "Post Status"
634
+ msgstr "Stav příspěvku"
635
+
636
+ #: library/plugin-settings.php:1081
637
+ msgid "Post Status for submitted posts"
638
+ msgstr "Stav příspěvku pro odeslané příspěvky"
639
+
640
+ #: library/plugin-settings.php:1085
641
+ msgid "Redirect URL"
642
+ msgstr "Přesměrování adresy URL"
643
+
644
+ #: library/plugin-settings.php:1087
645
+ msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
646
+ msgstr "Určete adresu URL, která přesměruje uživatele po odeslání. Chcete-li přesměrovat zpět na aktuální stránku, ponechte prázdné."
647
+
648
+ #: library/plugin-settings.php:1090
649
+ msgid "Success Message"
650
+ msgstr "Úspěšná zpráva"
651
+
652
+ #: library/plugin-settings.php:1092
653
+ msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
654
+ msgstr "Úspěšná zpráva, která se zobrazí, pokud je úspěšné po odeslání. Je povolena základní značka."
655
+
656
+ #: library/plugin-settings.php:1095
657
+ msgid "Error Message"
658
+ msgstr "Chybové hlášení"
659
+
660
+ #: library/plugin-settings.php:1097
661
+ msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
662
+ msgstr "Obecné chybové hlášení, které se zobrazí v případě selhání po odeslání. Je povolena základní značka."
663
+
664
+ #: library/plugin-settings.php:1100
665
+ msgid "Custom Content"
666
+ msgstr "Vlastní obsah"
667
+
668
+ #: library/plugin-settings.php:1102
669
+ msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
670
+ msgstr "Vlastní text / značka, která má být uvedena před formulářem pro podání. Chcete-li zakázat, ponechte prázdné."
671
+
672
+ #: library/plugin-settings.php:1105
673
+ msgid "Rich Text Editor"
674
+ msgstr "Rich Text Editor"
675
+
676
+ #: library/plugin-settings.php:1107
677
+ msgid "Check this box if you want to enable WP rich text editing for submitted posts."
678
+ msgstr "Zaškrtněte toto políčko, pokud chcete povolit úpravu textů bohatých na WP pro odeslané příspěvky."
679
+
680
+ #: library/plugin-settings.php:1110
681
+ msgid "Unique Titles"
682
+ msgstr "Jedinečné tituly"
683
+
684
+ #: library/plugin-settings.php:1112
685
+ msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
686
+ msgstr "Požadovat, aby předložené příspěvky byly jedinečné (užitečné pro prevenci opakovaných / duplicitních příspěvků)."
687
+
688
+ #: library/plugin-settings.php:1115
689
+ msgid "Disable Required"
690
+ msgstr "Zakázat požadavek"
691
+
692
+ #: library/plugin-settings.php:1117
693
+ msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
694
+ msgstr "Deaktivujte všechny požadované atributy na výchozí polích formuláře (užitečné pro odstraňování chybových zpráv)."
695
+
696
+ #: library/plugin-settings.php:1120
697
+ msgid "Disable IP Tracking"
698
+ msgstr "Zakázat sledování IP"
699
+
700
+ #: library/plugin-settings.php:1122
701
+ msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
702
+ msgstr "Ve výchozím nastavení služba USP zaznamenává adresu IP s každým odeslaným příspěvkem. Zaškrtnutím tohoto políčka deaktivujete veškeré sledování IP."
703
+
704
+ #: library/plugin-settings.php:1125
705
+ msgid "Enable Shortcodes"
706
+ msgstr "Povolit krátké kódy"
707
+
708
+ #: library/plugin-settings.php:1127
709
+ msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
710
+ msgstr "Povolit zkratky v widgety. Ve výchozím nastavení WordPress nepovoluje krátké kódy v widgety."
711
+
712
+ #: library/plugin-settings.php:1128
713
+ msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
714
+ msgstr "Toto nastavení umožňuje některé nebo všechny krátké kódy v widgetu (dokonce i zkratky z jiných modulů)."
715
+
716
+ #: library/plugin-settings.php:1133 library/plugin-settings.php:1138
717
+ msgid "Categories"
718
+ msgstr "Kategorie"
719
+
720
+ #: library/plugin-settings.php:1141
721
+ msgid "Select which categories may be assigned to submitted posts (click to toggle)"
722
+ msgstr "Vyberte, které kategorie mohou být přiřazeny k příspěvkům (klikněte pro přepnutí)"
723
+
724
+ #: library/plugin-settings.php:1149
725
+ msgid "Hidden/Default Category"
726
+ msgstr "Skrytá / výchozí kategorie"
727
+
728
+ #: library/plugin-settings.php:1151
729
+ msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
730
+ msgstr "Použijte skryté pole pro kategorii pošty. Toto může být použito pro zadání výchozí kategorie, pokud je pole kategorie zakázáno."
731
+
732
+ #: library/plugin-settings.php:1154
733
+ msgid "Category ID for Hidden Field"
734
+ msgstr "ID kategorie pro skryté pole"
735
+
736
+ #: library/plugin-settings.php:1156
737
+ msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
738
+ msgstr "Zadejte ID kategorie, kterou chcete použít pro skrytou / výchozí kategorii & rdquo; volba."
739
+
740
+ #: library/plugin-settings.php:1161
741
+ msgid "Users"
742
+ msgstr "Uživatelé"
743
+
744
+ #: library/plugin-settings.php:1166
745
+ msgid "Assigned Author"
746
+ msgstr "Přiřazený autor"
747
+
748
+ #: library/plugin-settings.php:1169
749
+ msgid "Specify the user that should be assigned as author for submitted posts."
750
+ msgstr "Zadejte uživatele, který by měl být přiřazen jako autor příspěvků."
751
+
752
+ #: library/plugin-settings.php:1173
753
+ msgid "Registered Username"
754
+ msgstr "Registrované uživatelské jméno"
755
+
756
+ #: library/plugin-settings.php:1175
757
+ msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
758
+ msgstr "Použít registrované uživatelské jméno jako příspěvkový autor. Platí, když je osoba, která odesílá formulář, přihlášena do aplikace WordPress."
759
+
760
+ #: library/plugin-settings.php:1178
761
+ msgid "User Profile URL"
762
+ msgstr "Adresa URL profilu uživatele"
763
+
764
+ #: library/plugin-settings.php:1180
765
+ msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
766
+ msgstr "Použít adresu URL profilu registrovaného uživatele jako hodnotu pole URL. Platí, když je osoba, která odesílá formulář, přihlášena do aplikace WordPress."
767
+
768
+ #: library/plugin-settings.php:1183
769
+ msgid "Require User Login"
770
+ msgstr "Požadovat přihlášení uživatele"
771
+
772
+ #: library/plugin-settings.php:1185
773
+ msgid "Require users to be logged in to WordPress to view/submit the form"
774
+ msgstr "Požadovat, aby uživatelé byli přihlášeni do aplikace WordPress, aby mohli zobrazit / odeslat formulář"
775
+
776
+ #: library/plugin-settings.php:1188
777
+ msgid "Disable Replace Author"
778
+ msgstr "Zakázat Nahradit autora"
779
+
780
+ #: library/plugin-settings.php:1190
781
+ msgid "Do not replace post author with submitted user name"
782
+ msgstr "Nenahrazujte autor příspěvků za zadané uživatelské jméno"
783
+
784
+ #: library/plugin-settings.php:1196
785
+ msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
786
+ msgstr "Zde můžete změnit název a štítek, který používá vlastní pole. Toto pole můžete povolit pomocí výše uvedených polí formulářových polí."
787
+
788
+ #: library/plugin-settings.php:1201
789
+ msgid "Custom Field Name"
790
+ msgstr "Název vlastního pole"
791
+
792
+ #: library/plugin-settings.php:1203
793
+ msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
794
+ msgstr "Používejte pouze alfanumerické znaky, podtržítka a pomlčky. Pokud si nejste jisti, použijte výchozí název:"
795
+
796
+ #: library/plugin-settings.php:1206
797
+ msgid "Custom Field Label"
798
+ msgstr "Vlastní pole Označení"
799
+
800
+ #: library/plugin-settings.php:1208
801
+ msgid "This will be displayed as the field label on the form. Default: Custom Field"
802
+ msgstr "Zobrazí se jako štítek pole ve formuláři. Výchozí: Vlastní pole"
803
+
804
+ #: library/plugin-settings.php:1220
805
+ msgid "To prevent spam, enter a question that users must answer before submitting the form."
806
+ msgstr "Chcete-li zabránit spamu, zadejte otázku, kterou musí uživatel odpovědět před odesláním formuláře."
807
+
808
+ #: library/plugin-settings.php:1223
809
+ msgid "Challenge Response"
810
+ msgstr "Odpověď výzvy"
811
+
812
+ #: library/plugin-settings.php:1225
813
+ msgid "Enter the *only* correct answer to the challenge question."
814
+ msgstr "Zadejte odpověď * pouze * na otázku výzvy."
815
+
816
+ #: library/plugin-settings.php:1228
817
+ msgid "Case-sensitivity"
818
+ msgstr "Citlivost případu"
819
+
820
+ #: library/plugin-settings.php:1230
821
+ msgid "Check this box if you want the challenge response to be case-sensitive."
822
+ msgstr "Zaškrtněte toto políčko, pokud chcete, aby odpověď na výzvu byla citlivá na velká a malá písmena."
823
+
824
+ #: library/plugin-settings.php:1236
825
+ msgid "To enable Google reCAPTCHA, enter your public and private keys."
826
+ msgstr "Chcete-li službu Google reCAPTCHA povolit, zadejte své veřejné a soukromé klíče."
827
+
828
+ #: library/plugin-settings.php:1241
829
+ msgid "Public Key"
830
+ msgstr "Veřejný klíč"
831
+
832
+ #: library/plugin-settings.php:1243
833
+ msgid "Enter your Public Key"
834
+ msgstr "Zadejte veřejný klíč"
835
+
836
+ #: library/plugin-settings.php:1246
837
+ msgid "Private Key"
838
+ msgstr "Soukromý klíč"
839
+
840
+ #: library/plugin-settings.php:1248
841
+ msgid "Enter your Private Key"
842
+ msgstr "Zadejte svůj soukromý klíč"
843
+
844
+ #: library/plugin-settings.php:1253
845
+ msgid "Email Alerts"
846
+ msgstr "E-mailové upozornění"
847
+
848
+ #: library/plugin-settings.php:1258
849
+ msgid "Receive Email Alert"
850
+ msgstr "Získejte upozornění e-mailem"
851
+
852
+ #: library/plugin-settings.php:1260
853
+ msgid "Check this box if you want to be notified via email for new post submissions."
854
+ msgstr "Zaškrtněte toto políčko, chcete-li být upozorněni e-mailem na nové podání příspěvků."
855
+
856
+ #: library/plugin-settings.php:1263
857
+ msgid "Enable HTML Format"
858
+ msgstr "Povolit formát HTML"
859
+
860
+ #: library/plugin-settings.php:1265
861
+ msgid "Check this box to enable HTML format for email alerts."
862
+ msgstr "Zaškrtnutím tohoto políčka povolíte formát HTML pro e-mailové upozornění."
863
+
864
+ #: library/plugin-settings.php:1268
865
+ msgid "Email Address for Alerts"
866
+ msgstr "E-mailová adresa pro výstrahy"
867
+
868
+ #: library/plugin-settings.php:1270
869
+ msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
870
+ msgstr "Pokud jste zaškrtli políčko pro přijímání e-mailových upozornění, uveďte adresu (adresy), na kterou mají být e-maily zasílány."
871
+
872
+ #: library/plugin-settings.php:1271
873
+ msgid "Multiple recipients may be included using a comma, like so:"
874
+ msgstr "Vícenásobné příjemci mohou být vloženy pomocí čárky, například takto:"
875
+
876
+ #: library/plugin-settings.php:1274
877
+ msgid "Email &ldquo;From&rdquo; Address"
878
+ msgstr "Email & ldquo; From & rdquo; Adresa"
879
+
880
+ #: library/plugin-settings.php:1276
881
+ msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
882
+ msgstr "Zde můžete upravit adresu (adresy) použité pro & ldquo; From & rdquo; záhlaví (viz časté dotazy ohledně info)."
883
+
884
+ #: library/plugin-settings.php:1277
885
+ msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
886
+ msgstr "Pokud jsou v předchozím nastavení zadána více adres, uveďte stejný počet \"From & rdquo; adresy pro toto nastavení (ve stejném pořadí)."
887
+
888
+ #: library/plugin-settings.php:1280
889
+ msgid "Email Alert Subject"
890
+ msgstr "Předmět upozornění emailem"
891
+
892
+ #: library/plugin-settings.php:1282
893
+ msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
894
+ msgstr "Subject line pro e-mailové upozornění. Chcete-li použít výchozí řádek předmětů, ponechte prázdné. Poznámka: můžete použít následující proměnné:"
895
+
896
+ #: library/plugin-settings.php:1287
897
+ msgid "Email Alert Message"
898
+ msgstr "E-mailová výstražná zpráva"
899
+
900
+ #: library/plugin-settings.php:1289
901
+ msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
902
+ msgstr "Zpráva o e-mailových upozorněních. Chcete-li použít výchozí zprávu, ponechte prázdné. Poznámka: můžete použít následující proměnné:"
903
+
904
+ #: library/plugin-settings.php:1301
905
+ msgid "Featured Image"
906
+ msgstr "Doporučený obrázek"
907
+
908
+ #: library/plugin-settings.php:1303
909
+ msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
910
+ msgstr "Nastavte odeslané snímky jako doporučené obrázky. Vyžaduje podporu motivů pro doporučené obrázky (aka Post Thumbnails)."
911
+
912
+ #: library/plugin-settings.php:1306
913
+ msgid "Upload Message"
914
+ msgstr "Nahrát zprávu"
915
+
916
+ #: library/plugin-settings.php:1308
917
+ msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
918
+ msgstr "Zpráva, která se zobrazí vedle pole pro nahrávání. Užitečné pro uvedení pokynů / zásad pro nahrávání / atd. Je povoleno základní značení."
919
+
920
+ #: library/plugin-settings.php:1311
921
+ msgid "&ldquo;Add another image&rdquo; link"
922
+ msgstr "& ldquo; Přidat další obrázek & rdquo; odkaz"
923
+
924
+ #: library/plugin-settings.php:1313
925
+ msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
926
+ msgstr "Vlastní značka pro přidání dalšího obrázku & rdquo; odkaz. Chcete-li použít výchozí značku (doporučeno), ponechte prázdné."
927
+
928
+ #: library/plugin-settings.php:1316
929
+ msgid "Minimum number of images"
930
+ msgstr "Minimální počet snímků"
931
+
932
+ #: library/plugin-settings.php:1319
933
+ msgid "Specify the minimum number of images."
934
+ msgstr "Určete minimální počet snímků."
935
+
936
+ #: library/plugin-settings.php:1323
937
+ msgid "Maximum number of images"
938
+ msgstr "Maximální počet snímků"
939
+
940
+ #: library/plugin-settings.php:1326
941
+ msgid "Specify the maximum number of images."
942
+ msgstr "Zadejte maximální počet snímků."
943
+
944
+ #: library/plugin-settings.php:1330
945
+ msgid "Minimum image width"
946
+ msgstr "Minimální šířka obrazu"
947
+
948
+ #: library/plugin-settings.php:1332
949
+ msgid "Specify a minimum width (in pixels) for uploaded images."
950
+ msgstr "Zadejte minimální šířku (v pixelech) nahraných obrázků."
951
+
952
+ #: library/plugin-settings.php:1335
953
+ msgid "Minimum image height"
954
+ msgstr "Minimální výška obrazu"
955
+
956
+ #: library/plugin-settings.php:1337
957
+ msgid "Specify a minimum height (in pixels) for uploaded images."
958
+ msgstr "Zadejte minimální výšku (v pixelech) nahraných obrázků."
959
+
960
+ #: library/plugin-settings.php:1340
961
+ msgid "Maximum image width"
962
+ msgstr "Maximální šířka obrázku"
963
+
964
+ #: library/plugin-settings.php:1342
965
+ msgid "Specify a maximum width (in pixels) for uploaded images."
966
+ msgstr "Zadejte maximální šířku (v pixelech) pro nahrané obrázky."
967
+
968
+ #: library/plugin-settings.php:1345
969
+ msgid "Maximum image height"
970
+ msgstr "Maximální výška obrazu"
971
+
972
+ #: library/plugin-settings.php:1347
973
+ msgid "Specify a maximum height (in pixels) for uploaded images."
974
+ msgstr "Určete maximální výšku (v pixelech) nahraných obrázků."
975
+
976
+ #: library/plugin-settings.php:1350
977
+ msgid "More Options"
978
+ msgstr "Více možností"
979
+
980
+ #: library/plugin-settings.php:1353
981
+ msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
982
+ msgstr "Další možnosti, jako je například možnost nahrát jiné typy souborů (například PDF, Word, Zip, videa a další), si můžete prohlédnout"
983
+
984
+ #: library/plugin-settings.php:1354
985
+ msgid "Go Pro!"
986
+ msgstr "Staň se profesionálem!"
987
+
988
+ #: library/plugin-settings.php:1361
989
+ msgid "Auto-Display Content"
990
+ msgstr "Obsah pro automatické zobrazení"
991
+
992
+ #: library/plugin-settings.php:1366
993
+ msgid "Images Auto-Display"
994
+ msgstr "Obrázky Auto-zobrazení"
995
+
996
+ #: library/plugin-settings.php:1368
997
+ msgid "Auto-display user-submitted images:"
998
+ msgstr "Automatické zobrazení obrázků odeslaných uživateli:"
999
+
1000
+ #: library/plugin-settings.php:1373
1001
+ msgid "Image Markup"
1002
+ msgstr "Značka obrázků"
1003
+
1004
+ #: library/plugin-settings.php:1375
1005
+ msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1006
+ msgstr "Označení, které chcete použít pro každý odeslaný snímek (pokud je povoleno automatické zobrazení). Může použít"
1007
+
1008
+ #: library/plugin-settings.php:1377 library/plugin-settings.php:1390
1009
+ #: library/plugin-settings.php:1403 library/plugin-settings.php:1416
1010
+ msgid "and"
1011
+ msgstr "a"
1012
+
1013
+ #: library/plugin-settings.php:1380
1014
+ msgid "Email Auto-Display"
1015
+ msgstr "Automatické zobrazení e-mailu"
1016
+
1017
+ #: library/plugin-settings.php:1382
1018
+ msgid "Auto-display user-submitted email:"
1019
+ msgstr "Auto-zobrazení e-mailu odeslaného uživatelem:"
1020
+
1021
+ #: library/plugin-settings.php:1387
1022
+ msgid "Email Markup"
1023
+ msgstr "Značka e-mailu"
1024
+
1025
+ #: library/plugin-settings.php:1389
1026
+ msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1027
+ msgstr "Označení, které chcete použít pro odeslanou e-mailovou adresu (pokud je povoleno automatické zobrazení). Může použít"
1028
+
1029
+ #: library/plugin-settings.php:1393
1030
+ msgid "URL Auto-Display"
1031
+ msgstr "Automatické zobrazení URL"
1032
+
1033
+ #: library/plugin-settings.php:1395
1034
+ msgid "Auto-display user-submitted URL:"
1035
+ msgstr "Automatická zobrazení adresy URL odeslané uživatelem:"
1036
+
1037
+ #: library/plugin-settings.php:1400
1038
+ msgid "URL Markup"
1039
+ msgstr "Značka URL"
1040
+
1041
+ #: library/plugin-settings.php:1402
1042
+ msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1043
+ msgstr "Značka, kterou chcete použít pro odeslanou adresu URL (pokud je povoleno automatické zobrazení). Může použít"
1044
+
1045
+ #: library/plugin-settings.php:1406
1046
+ msgid "Custom Field Auto-Display"
1047
+ msgstr "Automatické zobrazení vlastního pole"
1048
+
1049
+ #: library/plugin-settings.php:1408
1050
+ msgid "Auto-display user-submitted Custom Field:"
1051
+ msgstr "Automatické zobrazení vlastního pole odeslaného uživatelem:"
1052
+
1053
+ #: library/plugin-settings.php:1413
1054
+ msgid "Custom Field Markup"
1055
+ msgstr "Vlastní značka pole"
1056
+
1057
+ #: library/plugin-settings.php:1415
1058
+ msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1059
+ msgstr "Označení, které chcete použít pro zadané vlastní pole (pokud je povoleno automatické zobrazení). Může použít"
1060
+
1061
+ #: library/plugin-settings.php:1421 library/plugin-settings.php:1497
1062
+ msgid "Save Settings"
1063
+ msgstr "Uložit nastavení"
1064
+
1065
+ #: library/plugin-settings.php:1426
1066
+ msgid "Display the Form"
1067
+ msgstr "Zobrazit formulář"
1068
+
1069
+ #: library/plugin-settings.php:1429
1070
+ msgid "Post-Submit Form"
1071
+ msgstr "Formulář po odeslání"
1072
+
1073
+ #: library/plugin-settings.php:1430
1074
+ msgid "USP enables you to display a post-submission form anywhere on your site."
1075
+ msgstr "USP vám umožňuje zobrazit formulář pro podání na libovolném místě vašeho webu."
1076
+
1077
+ #: library/plugin-settings.php:1431 library/plugin-settings.php:1438
1078
+ msgid "Use the shortcode to display the form on any WP Post or Page:"
1079
+ msgstr "Pomocí zkráceného kódu zobrazte formulář na libovolném příspěvku WP nebo na stránce:"
1080
+
1081
+ #: library/plugin-settings.php:1433 library/plugin-settings.php:1440
1082
+ msgid "Or, use the template tag to display the form anywhere in your theme template:"
1083
+ msgstr "Nebo použijte značku šablony k zobrazení formuláře kdekoli v šabloně motivů:"
1084
+
1085
+ #: library/plugin-settings.php:1436
1086
+ msgid "Login/Register Form"
1087
+ msgstr "Formulář přihlášení / registrace"
1088
+
1089
+ #: library/plugin-settings.php:1437
1090
+ msgid "You also can display a form that enables users to log in, register, or reset their password."
1091
+ msgstr "Můžete také zobrazit formulář, který umožňuje uživatelům přihlašovat, registrovat nebo resetovat své heslo."
1092
+
1093
+ #: library/plugin-settings.php:1443
1094
+ msgid "Display Submitted Posts"
1095
+ msgstr "Zobrazit příspěvky odeslané"
1096
+
1097
+ #: library/plugin-settings.php:1444
1098
+ msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1099
+ msgstr "Pomocí tohoto zkráceného kódu zobrazíte seznam odeslaných příspěvků na libovolném příspěvku WP nebo na stránce:"
1100
+
1101
+ #: library/plugin-settings.php:1446
1102
+ msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1103
+ msgstr "Nebo použijte značku šablony pro zobrazení seznamu odeslaných příspěvků kdekoli v šabloně motivů:"
1104
+
1105
+ #: library/plugin-settings.php:1448
1106
+ msgid "Here are some examples showing how to configure this shortcode:"
1107
+ msgstr "Níže uvádíme několik příkladů, jak nakonfigurovat tento krátký kód:"
1108
+
1109
+ #: library/plugin-settings.php:1455
1110
+ msgid "Reset Form Button"
1111
+ msgstr "Resetovat tlačítko formuláře"
1112
+
1113
+ #: library/plugin-settings.php:1456
1114
+ msgid "This shortcode displays a link that resets the form to its original state:"
1115
+ msgstr "Tento zkrácený kód zobrazí odkaz, který obnoví formulář do jeho původního stavu:"
1116
+
1117
+ #: library/plugin-settings.php:1458
1118
+ msgid "This shortcode accepts the following attributes:"
1119
+ msgstr "Tento zkrácený kód přijímá následující atributy:"
1120
+
1121
+ #: library/plugin-settings.php:1463
1122
+ msgid "Note that the url attribute accepts"
1123
+ msgstr "Všimněte si, že atribut url přijme"
1124
+
1125
+ #: library/plugin-settings.php:1463
1126
+ msgid "to get the current URL."
1127
+ msgstr "pro získání aktuální adresy URL."
1128
+
1129
+ #: library/plugin-settings.php:1465
1130
+ msgid "Access Control"
1131
+ msgstr "Řízení přístupu"
1132
+
1133
+ #: library/plugin-settings.php:1466
1134
+ msgid "USP provides three shortcodes to control access and restrict content."
1135
+ msgstr "USP poskytuje tři krátké kódy pro kontrolu přístupu a omezení obsahu."
1136
+
1137
+ #: library/plugin-settings.php:1467
1138
+ msgid "Display content only to users with a specific capability:"
1139
+ msgstr "Zobrazovat obsah pouze uživatelům s určitou schopností:"
1140
+
1141
+ #: library/plugin-settings.php:1469
1142
+ msgid "Display content to logged-in users:"
1143
+ msgstr "Zobrazení obsahu uživatelům, kteří se přihlásili:"
1144
+
1145
+ #: library/plugin-settings.php:1471
1146
+ msgid "Display content to visitors only:"
1147
+ msgstr "Zobrazovat obsah pouze návštěvníkům:"
1148
+
1149
+ #: library/plugin-settings.php:1473
1150
+ msgid "Tip:"
1151
+ msgstr "Tip:"
1152
+
1153
+ #: library/plugin-settings.php:1473
1154
+ msgid "to include markup in the deny message, you can use"
1155
+ msgstr "přidat značku do zprávy odmítnout, kterou můžete použít"
1156
+
1157
+ #: library/plugin-settings.php:1473
1158
+ msgid "to output"
1159
+ msgstr "k výstupu"
1160
+
1161
+ #: library/plugin-settings.php:1475
1162
+ msgid "Example"
1163
+ msgstr "Příklad"
1164
+
1165
+ #: library/plugin-settings.php:1476
1166
+ msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1167
+ msgstr "Pokud je uživatel přihlášen, zobrazte formulář po odeslání; nebo pokud uživatel není přihlášen, zobrazte přihlašovací formulář:"
1168
+
1169
+ #: library/plugin-settings.php:1488
1170
+ msgid "Restore Defaults"
1171
+ msgstr "Obnovit výchozí nastavení"
1172
+
1173
+ #: library/plugin-settings.php:1491
1174
+ msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1175
+ msgstr "Nechte tuto možnost zakázat, abyste si pamatovali nastavení. Nebo spusťte a obnovte výchozí možnosti pluginu: zaškrtněte políčko, uložte nastavení a potom deaktivujte / znovu aktivujte plugin."
1176
+
1177
+ #: library/plugin-settings.php:1495
1178
+ msgid "Restore default options upon plugin deactivation/reactivation."
1179
+ msgstr "Obnovit výchozí možnosti po deaktivaci / opětovné aktivaci pluginu."
1180
+
1181
+ #: library/plugin-settings.php:1502
1182
+ msgid "Show Support"
1183
+ msgstr "Zobrazit podporu"
1184
+
1185
+ #: library/plugin-settings.php:1511
1186
+ msgid "by"
1187
+ msgstr "podle"
1188
+
1189
+ #: library/plugin-settings.php:1512
1190
+ msgid "Jeff Starr on Twitter"
1191
+ msgstr "Jeff Starr na Twitteru"
1192
+
1193
+ #: library/plugin-settings.php:1513
1194
+ msgid "Obsessive Web Design &amp; Development"
1195
+ msgstr "Obsessive Web Design & amp; Rozvoj"
1196
+
1197
+ #: library/plugin-settings.php:1524
1198
+ msgid "Save Preference"
1199
+ msgstr "Uložit předvolbu"
1200
+
1201
+ #: library/plugin-settings.php:1531
1202
+ msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1203
+ msgstr "Opravdu chcete obnovit všechny výchozí možnosti? (tato akce nelze vrátit zpět)"
1204
+
1205
+ #: library/support-panel.php:52
1206
+ msgid "Perishable Press Books"
1207
+ msgstr "Knihy s podezřelým tiskem"
1208
+
1209
+ #: library/support-panel.php:53
1210
+ msgid "Plugin Planet"
1211
+ msgstr "Plugin Planet"
1212
+
1213
+ #: library/support-panel.php:54
1214
+ msgid "Donate via PayPal"
1215
+ msgstr "Darujte prostřednictvím služby PayPal"
1216
+
1217
+ #: library/support-panel.php:56
1218
+ msgid "books"
1219
+ msgstr "knihy"
1220
+
1221
+ #: library/support-panel.php:57
1222
+ msgid "plugins"
1223
+ msgstr "pluginy"
1224
+
1225
+ #: library/support-panel.php:58
1226
+ msgid "donation"
1227
+ msgstr "dar"
1228
+
1229
+ #: library/support-panel.php:60
1230
+ msgid "Thank you for using"
1231
+ msgstr "Děkujeme za použití"
1232
+
1233
+ #: library/support-panel.php:61
1234
+ msgid "Please show support by purchasing one of my"
1235
+ msgstr "Ukažte podporu zakoupením jednoho z mých"
1236
+
1237
+ #: library/support-panel.php:62
1238
+ msgid "or"
1239
+ msgstr "nebo"
1240
+
1241
+ #: library/support-panel.php:62
1242
+ msgid "or by making a"
1243
+ msgstr "nebo vytvořením"
1244
+
1245
+ #: library/support-panel.php:63
1246
+ msgid "Your generous support helps to ensure future development of"
1247
+ msgstr "Vaše velkorysá podpora pomáhá zajistit budoucí rozvoj společnosti"
1248
+
1249
+ #: library/support-panel.php:64
1250
+ msgid "and is greatly appreciated."
1251
+ msgstr "a je velmi oceňován."
1252
+
1253
+ #: library/support-panel.php:66
1254
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1255
+ msgstr "Každé dárce velikosti mi pomáhá pokračovat ve vývoji tohoto bezplatného pluginu a dalších skvělých zdrojů WordPress."
1256
+
1257
+ #. Description of the plugin
1258
+ #:
1259
+ msgid "Enables your visitors to submit posts and images from anywhere on your site."
1260
+ msgstr "Umožňuje návštěvníkům odesílat příspěvky a obrázky z libovolného místa na vašem webu."
1261
+
1262
+ #. URI of the plugin
1263
+ #:
1264
+ msgid "https://perishablepress.com/user-submitted-posts/"
1265
+ msgstr "https://perishablepress.com/user-submitted-posts/"
1266
+
1267
+ #. Author of the plugin
1268
+ #:
1269
+ msgid "Jeff Starr"
1270
+ msgstr "Jeff Starr"
1271
+
1272
+ #. Author URI of the plugin
1273
+ #:
1274
+ msgid "https://plugin-planet.com/"
1275
+ msgstr "https://plugin-planet.com/"
1276
+
trunk/languages/usp-de_DE.mo ADDED
Binary file
trunk/languages/usp-de_DE.po ADDED
@@ -0,0 +1,1276 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "MIME-Version: 1.0\n"
4
+ "Content-Type: text/plain; charset=UTF-8\n"
5
+ "Content-Transfer-Encoding: 8bit\n"
6
+ "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20180316\n"
8
+ "Language: de\n"
9
+
10
+ #. Name of the plugin
11
+ #: user-submitted-posts.php:44 library/support-panel.php:5
12
+ msgid "User Submitted Posts"
13
+ msgstr "Vom Benutzer übermittelte Posts"
14
+
15
+ #: user-submitted-posts.php:81
16
+ msgid "requires WordPress "
17
+ msgstr "benötigt WordPress"
18
+
19
+ #: user-submitted-posts.php:82
20
+ msgid " or higher, and has been deactivated! "
21
+ msgstr " oder höher und wurde deaktiviert!"
22
+
23
+ #: user-submitted-posts.php:83
24
+ msgid "Please return to the"
25
+ msgstr "Bitte zurück zum"
26
+
27
+ #: user-submitted-posts.php:84
28
+ msgid "WordPress Admin Area"
29
+ msgstr "WordPress-Admin-Bereich"
30
+
31
+ #: user-submitted-posts.php:85
32
+ msgid "to upgrade WordPress and try again."
33
+ msgstr "um WordPress zu aktualisieren und es erneut zu versuchen."
34
+
35
+ #: user-submitted-posts.php:125
36
+ msgid "User Submitted Post"
37
+ msgstr "Vom Benutzer übermittelte Post"
38
+
39
+ #: user-submitted-posts.php:419
40
+ msgid "User Submitted Post Info"
41
+ msgstr "Vom Benutzer übermittelte Post-Informationen"
42
+
43
+ #: user-submitted-posts.php:449
44
+ msgid "Submitter Name: "
45
+ msgstr "Absender Name:"
46
+
47
+ #: user-submitted-posts.php:450
48
+ msgid "Submitter Email: "
49
+ msgstr "Absender-E-Mail:"
50
+
51
+ #: user-submitted-posts.php:451
52
+ msgid "Submitter URL: "
53
+ msgstr "Absender-URL:"
54
+
55
+ #: user-submitted-posts.php:452
56
+ msgid "Submitter IP: "
57
+ msgstr "Absender-IP:"
58
+
59
+ #: user-submitted-posts.php:503
60
+ msgid "Show USP Posts"
61
+ msgstr "Zeige USP-Beiträge"
62
+
63
+ #: user-submitted-posts.php:504 library/plugin-settings.php:979
64
+ msgid "USP"
65
+ msgstr "USP"
66
+
67
+ #: user-submitted-posts.php:1272
68
+ msgid " files required"
69
+ msgstr " Dateien benötigt"
70
+
71
+ #: user-submitted-posts.php:1273
72
+ msgid " file required"
73
+ msgstr " Datei erforderlich"
74
+
75
+ #: user-submitted-posts.php:1275
76
+ msgid " files"
77
+ msgstr " Dateien"
78
+
79
+ #: user-submitted-posts.php:1276
80
+ msgid " file"
81
+ msgstr " Datei"
82
+
83
+ #: user-submitted-posts.php:1278 user-submitted-posts.php:1279
84
+ #: user-submitted-posts.php:1280 user-submitted-posts.php:1281
85
+ msgid " pixels"
86
+ msgstr " Pixel"
87
+
88
+ #: user-submitted-posts.php:1283 library/core-functions.php:215
89
+ #: library/plugin-settings.php:284 library/plugin-settings.php:303
90
+ #: library/plugin-settings.php:701 library/plugin-settings.php:1195
91
+ msgid "Custom Field"
92
+ msgstr "Benutzerdefinierte Feld"
93
+
94
+ #: user-submitted-posts.php:1286
95
+ msgid "An error occurred. Please go back and try again."
96
+ msgstr "Ein Fehler ist aufgetreten. Bitte gehen Sie zurück und versuchen Sie es erneut."
97
+
98
+ #: user-submitted-posts.php:1296
99
+ msgid "User login required"
100
+ msgstr "Benutzeranmeldung erforderlich"
101
+
102
+ #: user-submitted-posts.php:1297
103
+ msgid "User name required"
104
+ msgstr "Benutzername erforderlich"
105
+
106
+ #: user-submitted-posts.php:1298
107
+ msgid "Post title required"
108
+ msgstr "Posttitel erforderlich"
109
+
110
+ #: user-submitted-posts.php:1299
111
+ msgid "User URL required"
112
+ msgstr "Benutzer-URL erforderlich"
113
+
114
+ #: user-submitted-posts.php:1300
115
+ msgid "Post tags required"
116
+ msgstr "Post-Tags erforderlich"
117
+
118
+ #: user-submitted-posts.php:1301
119
+ msgid "Post category required"
120
+ msgstr "Postkategorie erforderlich"
121
+
122
+ #: user-submitted-posts.php:1302
123
+ msgid "Post content required"
124
+ msgstr "Inhalte posten"
125
+
126
+ #: user-submitted-posts.php:1303 user-submitted-posts.php:1304
127
+ msgid "Correct captcha required"
128
+ msgstr "Korrektes Captcha erforderlich"
129
+
130
+ #: user-submitted-posts.php:1305
131
+ msgid "User email required"
132
+ msgstr "Benutzer-E-Mail erforderlich"
133
+
134
+ #: user-submitted-posts.php:1306
135
+ msgid "Please check your email and try again"
136
+ msgstr "Bitte überprüfen Sie Ihre E-Mail-Adresse und versuchen Sie es erneut"
137
+
138
+ #: user-submitted-posts.php:1307
139
+ msgid "Non-empty value for hidden field"
140
+ msgstr "Nicht leerer Wert für verstecktes Feld"
141
+
142
+ #: user-submitted-posts.php:1308
143
+ msgid "Minimum number of images not met"
144
+ msgstr "Mindestanzahl der Bilder nicht erfüllt"
145
+
146
+ #: user-submitted-posts.php:1309
147
+ msgid "Maximum number of images exceeded "
148
+ msgstr "Maximale Anzahl der Bilder überschritten"
149
+
150
+ #: user-submitted-posts.php:1310
151
+ msgid "Minimum image width not met"
152
+ msgstr "Minimale Bildbreite nicht erreicht"
153
+
154
+ #: user-submitted-posts.php:1311
155
+ msgid "Image width exceeds maximum"
156
+ msgstr "Die Bildbreite überschreitet das Maximum"
157
+
158
+ #: user-submitted-posts.php:1312
159
+ msgid "Minimum image height not met"
160
+ msgstr "Minimale Bildhöhe nicht erreicht"
161
+
162
+ #: user-submitted-posts.php:1313
163
+ msgid "Image height exceeds maximum"
164
+ msgstr "Die Bildhöhe überschreitet das Maximum"
165
+
166
+ #: user-submitted-posts.php:1314
167
+ msgid "File type not allowed (please upload images only)"
168
+ msgstr "Dateityp nicht erlaubt (bitte nur Bilder hochladen)"
169
+
170
+ #: user-submitted-posts.php:1315
171
+ msgid " required"
172
+ msgstr " erforderlich"
173
+
174
+ #: user-submitted-posts.php:1319
175
+ msgid "File not uploaded. Please check the file and try again."
176
+ msgstr "Die Datei wurde nicht hochgeladen. Bitte überprüfen Sie die Datei und versuchen Sie es erneut."
177
+
178
+ #: user-submitted-posts.php:1323
179
+ msgid "The file(s) could not be uploaded"
180
+ msgstr "Die Datei (en) konnten nicht hochgeladen werden"
181
+
182
+ #: user-submitted-posts.php:1325
183
+ msgid "Post not created. Please contact the site administrator for help."
184
+ msgstr "Beitrag wurde nicht erstellt. Bitte kontaktieren Sie den Site-Administrator für Hilfe."
185
+
186
+ #: user-submitted-posts.php:1326
187
+ msgid "Duplicate post title. Please try again."
188
+ msgstr "Titel duplizieren Bitte versuche es erneut."
189
+
190
+ #: user-submitted-posts.php:1336
191
+ msgid "Error: "
192
+ msgstr "Error:"
193
+
194
+ #: user-submitted-posts.php:1362
195
+ msgid "Return to form"
196
+ msgstr "Zurück zum Formular"
197
+
198
+ #: user-submitted-posts.php:1392 library/plugin-settings.php:955
199
+ msgid "Please"
200
+ msgstr "Bitte"
201
+
202
+ #: user-submitted-posts.php:1393
203
+ msgid "log in"
204
+ msgstr "Einloggen"
205
+
206
+ #: user-submitted-posts.php:1394
207
+ msgid "to submit content!"
208
+ msgstr "Inhalte einreichen!"
209
+
210
+ #: views/submission-form.php:46 views/submission-form-alt.php:55
211
+ msgid "Please complete the required fields."
212
+ msgstr "Bitte füllen Sie die erforderlichen Felder aus."
213
+
214
+ #: views/submission-form.php:56 views/submission-form.php:57
215
+ #: views/submission-form-alt.php:61 views/submission-form-alt.php:62
216
+ msgid "Your Name"
217
+ msgstr "Dein Name"
218
+
219
+ #: views/submission-form.php:62 views/submission-form.php:63
220
+ #: views/submission-form-alt.php:67 views/submission-form-alt.php:68
221
+ msgid "Your URL"
222
+ msgstr "Deine URL"
223
+
224
+ #: views/submission-form.php:68 views/submission-form.php:69
225
+ #: views/submission-form-alt.php:73 views/submission-form-alt.php:74
226
+ msgid "Your Email"
227
+ msgstr "Deine E-Mail"
228
+
229
+ #: views/submission-form.php:74 views/submission-form.php:75
230
+ #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
+ #: library/plugin-settings.php:1016
232
+ msgid "Post Title"
233
+ msgstr "Beitragstitel"
234
+
235
+ #: views/submission-form.php:80 views/submission-form.php:81
236
+ #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
+ #: library/plugin-settings.php:1017
238
+ msgid "Post Tags"
239
+ msgstr "Beitrags-Tags"
240
+
241
+ #: views/submission-form.php:93 views/submission-form-alt.php:98
242
+ msgid "Antispam Question"
243
+ msgstr "Antispam-Frage"
244
+
245
+ #: views/submission-form.php:98 views/submission-form-alt.php:103
246
+ #: library/plugin-settings.php:1018
247
+ msgid "Post Category"
248
+ msgstr "Beitragskategorie"
249
+
250
+ #: views/submission-form.php:100 views/submission-form-alt.php:105
251
+ msgid "Please select a category.."
252
+ msgstr "Bitte wählen sie eine Kategorie.."
253
+
254
+ #: views/submission-form.php:135 views/submission-form.php:136
255
+ #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
+ #: library/plugin-settings.php:1019
257
+ msgid "Post Content"
258
+ msgstr "Inhalte veröffentlichen"
259
+
260
+ #: views/submission-form.php:142 views/submission-form-alt.php:147
261
+ msgid "Verification"
262
+ msgstr "Überprüfung"
263
+
264
+ #: views/submission-form.php:149 views/submission-form-alt.php:154
265
+ msgid "Upload an Image"
266
+ msgstr "Lade ein Bild hoch"
267
+
268
+ #: views/submission-form.php:158 views/submission-form-alt.php:163
269
+ msgid "Add another image"
270
+ msgstr "Fügen Sie ein anderes Bild hinzu"
271
+
272
+ #: views/submission-form.php:180 views/submission-form-alt.php:185
273
+ msgid "Human verification: leave this field empty."
274
+ msgstr "Menschliche Verifizierung: Lassen Sie dieses Feld leer."
275
+
276
+ #: views/submission-form.php:202 views/submission-form-alt.php:207
277
+ msgid "Submit Post"
278
+ msgstr "Beitrag senden"
279
+
280
+ #: library/shortcode-misc.php:18
281
+ msgid "Reset form"
282
+ msgstr "Formular leeren"
283
+
284
+ #: library/shortcode-misc.php:128
285
+ msgid "View full post"
286
+ msgstr "Ganzen Beitrag ansehen"
287
+
288
+ #: library/plugin-settings.php:32
289
+ msgid "Get USP Pro for unlimited forms!"
290
+ msgstr "Holen Sie sich USP Pro für unbegrenzte Formulare!"
291
+
292
+ #: library/plugin-settings.php:33
293
+ msgid "Go Pro"
294
+ msgstr "Gehen Sie Pro"
295
+
296
+ #: library/plugin-settings.php:37
297
+ msgid "Settings"
298
+ msgstr "die Einstellungen"
299
+
300
+ #: library/plugin-settings.php:55
301
+ msgid "Give USP a 5-star rating at WordPress.org"
302
+ msgstr "Geben Sie USP eine 5-Sterne-Bewertung auf WordPress.org"
303
+
304
+ #: library/plugin-settings.php:56
305
+ msgid "Rate this plugin&nbsp;&raquo;"
306
+ msgstr "Bewerten Sie dieses Plugin & nbsp; & raquo;"
307
+
308
+ #: library/plugin-settings.php:114
309
+ msgid "WP Post (recommended)"
310
+ msgstr "WP Post (empfohlen)"
311
+
312
+ #: library/plugin-settings.php:118
313
+ msgid "WP Page"
314
+ msgstr "WP Seite"
315
+
316
+ #: library/plugin-settings.php:134
317
+ msgid "HTML5 Form + Default CSS"
318
+ msgstr "HTML5-Formular + Standard-CSS"
319
+
320
+ #: library/plugin-settings.php:134
321
+ msgid "(Recommended)"
322
+ msgstr "(Empfohlen)"
323
+
324
+ #: library/plugin-settings.php:138
325
+ msgid "HTML5 Form + Disable CSS"
326
+ msgstr "HTML5-Formular + CSS deaktivieren"
327
+
328
+ #: library/plugin-settings.php:138
329
+ msgid "(Provide your own styles)"
330
+ msgstr "(Stellen Sie Ihre eigenen Stile zur Verfügung)"
331
+
332
+ #: library/plugin-settings.php:142
333
+ msgid "Custom Form + Custom CSS"
334
+ msgstr "Benutzerdefiniertes Formular + Benutzerdefiniertes CSS"
335
+
336
+ #: library/plugin-settings.php:142
337
+ msgid "(Provide your own form template &amp; styles)"
338
+ msgstr "(Geben Sie Ihre eigene Formularvorlage und Ihre eigenen Stile an)"
339
+
340
+ #: library/plugin-settings.php:158 library/plugin-settings.php:182
341
+ #: library/plugin-settings.php:205 library/plugin-settings.php:229
342
+ msgid "Auto-display before post content"
343
+ msgstr "Automatische Anzeige vor dem Post-Inhalt"
344
+
345
+ #: library/plugin-settings.php:162 library/plugin-settings.php:186
346
+ #: library/plugin-settings.php:209 library/plugin-settings.php:233
347
+ msgid "Auto-display after post content"
348
+ msgstr "Auto-Anzeige nach Post-Inhalt"
349
+
350
+ #: library/plugin-settings.php:166
351
+ msgid "Do not auto-display submitted images"
352
+ msgstr "Gesendete Bilder nicht automatisch anzeigen"
353
+
354
+ #: library/plugin-settings.php:190
355
+ msgid "Do not auto-display submitted email"
356
+ msgstr "Übermittelte E-Mails nicht automatisch anzeigen"
357
+
358
+ #: library/plugin-settings.php:213
359
+ msgid "Do not auto-display submitted URL"
360
+ msgstr "Die übermittelte URL wird nicht automatisch angezeigt"
361
+
362
+ #: library/plugin-settings.php:237
363
+ msgid "Do not auto-display the Custom Field"
364
+ msgstr "Das benutzerdefinierte Feld wird nicht automatisch angezeigt"
365
+
366
+ #: library/plugin-settings.php:265 library/plugin-settings.php:297
367
+ #: library/plugin-settings.php:330 library/plugin-settings.php:362
368
+ msgid "Display and require"
369
+ msgstr "Anzeigen und erfordern"
370
+
371
+ #: library/plugin-settings.php:266 library/plugin-settings.php:298
372
+ msgid "Display but do not require"
373
+ msgstr "Anzeige, aber nicht erforderlich"
374
+
375
+ #: library/plugin-settings.php:267 library/plugin-settings.php:299
376
+ #: library/plugin-settings.php:331 library/plugin-settings.php:363
377
+ msgid "Disable this field"
378
+ msgstr "Deaktivieren Sie dieses Feld"
379
+
380
+ #: library/plugin-settings.php:302 library/plugin-settings.php:334
381
+ #: library/plugin-settings.php:366 library/plugin-settings.php:398
382
+ msgid "(Visit"
383
+ msgstr "(Besuch"
384
+
385
+ #: library/plugin-settings.php:303 library/plugin-settings.php:335
386
+ #: library/plugin-settings.php:367 library/plugin-settings.php:399
387
+ msgid "to configure options)"
388
+ msgstr "um Optionen zu konfigurieren)"
389
+
390
+ #: library/plugin-settings.php:318 library/plugin-settings.php:335
391
+ #: library/plugin-settings.php:1213 library/plugin-settings.php:1218
392
+ msgid "Challenge Question"
393
+ msgstr "Sicherheitsfrage"
394
+
395
+ #: library/plugin-settings.php:350 library/plugin-settings.php:367
396
+ #: library/plugin-settings.php:1235
397
+ msgid "Google reCAPTCHA"
398
+ msgstr "Google reCAPTCHA"
399
+
400
+ #: library/plugin-settings.php:382
401
+ msgid "Post Images"
402
+ msgstr "Bilder posten"
403
+
404
+ #: library/plugin-settings.php:394
405
+ msgid "Display"
406
+ msgstr "Anzeige"
407
+
408
+ #: library/plugin-settings.php:395
409
+ msgid "Disable"
410
+ msgstr "Deaktivieren"
411
+
412
+ #: library/plugin-settings.php:399 library/plugin-settings.php:1296
413
+ msgid "Image Uploads"
414
+ msgstr "Bild-Uploads"
415
+
416
+ #: library/plugin-settings.php:479
417
+ msgid "Draft"
418
+ msgstr "Entwurf"
419
+
420
+ #: library/plugin-settings.php:480
421
+ msgid "Pending (default)"
422
+ msgstr "Ausstehend (Standard)"
423
+
424
+ #: library/plugin-settings.php:481
425
+ msgid "Publish immediately"
426
+ msgstr "Veröffentlichen Sie sofort"
427
+
428
+ #: library/plugin-settings.php:482
429
+ msgid "Publish after 1 approved post"
430
+ msgstr "Veröffentlichen nach 1 genehmigten Beitrag"
431
+
432
+ #: library/plugin-settings.php:483
433
+ msgid "Publish after "
434
+ msgstr "Veröffentlichen nach"
435
+
436
+ #: library/plugin-settings.php:483
437
+ msgid " approved posts"
438
+ msgstr " genehmigte Beiträge"
439
+
440
+ #: library/plugin-settings.php:645
441
+ msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
442
+ msgstr "Es gab einen Fehler. Bitte stellen Sie sicher, dass Sie einen Titel, einige Inhalte hinzugefügt haben und dass Sie nur Bilder hochgeladen haben."
443
+
444
+ #: library/plugin-settings.php:659
445
+ msgid "Please select your image(s) to upload."
446
+ msgstr "Bitte wählen Sie Ihre Bilder zum Hochladen aus."
447
+
448
+ #: library/plugin-settings.php:665
449
+ msgid "Success! Thank you for your submission."
450
+ msgstr "Erfolg! Vielen Dank für Ihre Einreichung."
451
+
452
+ #: library/plugin-settings.php:691
453
+ msgid "Email"
454
+ msgstr "Email"
455
+
456
+ #: library/plugin-settings.php:692
457
+ msgid "URL"
458
+ msgstr "URL"
459
+
460
+ #: library/plugin-settings.php:942
461
+ msgid "Toggle all panels"
462
+ msgstr "Alle Felder umschalten"
463
+
464
+ #: library/plugin-settings.php:951
465
+ msgid "We need your support!"
466
+ msgstr "Wir brauchen Deine Unterstützung!"
467
+
468
+ #: library/plugin-settings.php:955
469
+ msgid "Make a donation via PayPal"
470
+ msgstr "Spende über PayPal"
471
+
472
+ #: library/plugin-settings.php:955
473
+ msgid "make a donation"
474
+ msgstr "Spenden"
475
+
476
+ #: library/plugin-settings.php:955
477
+ msgid "and/or"
478
+ msgstr "und / oder"
479
+
480
+ #: library/plugin-settings.php:956
481
+ msgid "Rate and review at the Plugin Directory"
482
+ msgstr "Bewerten und überprüfen Sie im Plugin-Verzeichnis"
483
+
484
+ #: library/plugin-settings.php:957
485
+ msgid "give this plugin a 5-star rating"
486
+ msgstr "geben Sie diesem Plugin eine 5-Sterne-Bewertung"
487
+
488
+ #: library/plugin-settings.php:961
489
+ msgid "Your generous support enables continued development of this free plugin. Thank you!"
490
+ msgstr "Ihr großzügiger Support ermöglicht die Weiterentwicklung dieses kostenlosen Plugins. Vielen Dank!"
491
+
492
+ #: library/plugin-settings.php:966
493
+ msgid "Check this box if you have shown support"
494
+ msgstr "Aktivieren Sie dieses Kontrollkästchen, wenn Sie Unterstützung gezeigt haben"
495
+
496
+ #: library/plugin-settings.php:975
497
+ msgid "Overview"
498
+ msgstr "Überblick"
499
+
500
+ #: library/plugin-settings.php:979
501
+ msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
502
+ msgstr "ermöglicht es Ihren Besuchern, Beiträge zu senden und Bilder vom Front-End Ihrer Website hochzuladen."
503
+
504
+ #: library/plugin-settings.php:980
505
+ msgid "For advanced functionality and unlimited forms, check out"
506
+ msgstr "Für erweiterte Funktionalität und unbegrenzte Formulare, check out"
507
+
508
+ #: library/plugin-settings.php:980 library/plugin-settings.php:1354
509
+ msgid "USP Pro"
510
+ msgstr "USP Pro"
511
+
512
+ #: library/plugin-settings.php:981
513
+ msgid "&mdash; the ultimate solution for user-generated content."
514
+ msgstr "& mdash; die ultimative Lösung für nutzergenerierte Inhalte."
515
+
516
+ #: library/plugin-settings.php:985 library/plugin-settings.php:1002
517
+ msgid "Plugin Settings"
518
+ msgstr "Plugin Einstellungen"
519
+
520
+ #: library/plugin-settings.php:986
521
+ msgid "Display the form"
522
+ msgstr "Zeigen Sie das Formular an"
523
+
524
+ #: library/plugin-settings.php:987 library/plugin-settings.php:1511
525
+ msgid "Plugin Homepage"
526
+ msgstr "Plugin Startseite"
527
+
528
+ #: library/plugin-settings.php:990
529
+ msgid "If you like this plugin, please"
530
+ msgstr "Wenn Sie dieses Plugin mögen, bitte"
531
+
532
+ #: library/plugin-settings.php:991
533
+ msgid "THANK YOU for your support!"
534
+ msgstr "Danke für Ihre Unterstützung!"
535
+
536
+ #: library/plugin-settings.php:991
537
+ msgid "give it a 5-star rating"
538
+ msgstr "geben Sie ihm eine 5-Sterne-Bewertung"
539
+
540
+ #: library/plugin-settings.php:995
541
+ msgid "Unlimited front-end forms"
542
+ msgstr "Unbegrenzte Front-End-Formulare"
543
+
544
+ #: library/plugin-settings.php:995
545
+ msgid "Get USP Pro"
546
+ msgstr "Holen Sie sich USP Pro"
547
+
548
+ #: library/plugin-settings.php:1005
549
+ msgid "Configure your settings for User Submitted Posts."
550
+ msgstr "Konfigurieren Sie Ihre Einstellungen für von Benutzern übermittelte Posts."
551
+
552
+ #: library/plugin-settings.php:1007
553
+ msgid "Form Fields"
554
+ msgstr "Formularfelder"
555
+
556
+ #: library/plugin-settings.php:1013
557
+ msgid "User Name"
558
+ msgstr "Nutzername"
559
+
560
+ #: library/plugin-settings.php:1014
561
+ msgid "User Email"
562
+ msgstr "Benutzer Email"
563
+
564
+ #: library/plugin-settings.php:1015
565
+ msgid "User URL"
566
+ msgstr "Benutzer-URL"
567
+
568
+ #: library/plugin-settings.php:1030
569
+ msgid "General Settings"
570
+ msgstr "Allgemeine Einstellungen"
571
+
572
+ #: library/plugin-settings.php:1032
573
+ msgid "Note that the default settings work fine for most cases."
574
+ msgstr "Beachten Sie, dass die Standardeinstellungen in den meisten Fällen gut funktionieren."
575
+
576
+ #: library/plugin-settings.php:1037
577
+ msgid "Form Style"
578
+ msgstr "Formstil"
579
+
580
+ #: library/plugin-settings.php:1042
581
+ msgid "With this option, you can copy the plugin&rsquo;s default templates:"
582
+ msgstr "Mit dieser Option können Sie die Standardvorlagen des Plugins kopieren:"
583
+
584
+ #: library/plugin-settings.php:1047
585
+ msgid "..and upload them into a directory named"
586
+ msgstr "..und lade sie in ein benanntes Verzeichnis hoch"
587
+
588
+ #: library/plugin-settings.php:1047
589
+ msgid "in your theme:"
590
+ msgstr "in deinem Thema:"
591
+
592
+ #: library/plugin-settings.php:1053
593
+ msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
594
+ msgstr "Dadurch können Sie die Form und Stile nach Wunsch anpassen. Weitere Informationen finden Sie im Abschnitt \"Formular für die benutzerdefinierte Übermittlung\" in der"
595
+
596
+ #: library/plugin-settings.php:1054
597
+ msgid "Installation Docs"
598
+ msgstr "Installationsdokumente"
599
+
600
+ #: library/plugin-settings.php:1055
601
+ msgid "FYI: here is a"
602
+ msgstr "FYI: Hier ist ein"
603
+
604
+ #: library/plugin-settings.php:1055
605
+ msgid "list of USP CSS selectors"
606
+ msgstr "Liste der USP-CSS-Selektoren"
607
+
608
+ #: library/plugin-settings.php:1061
609
+ msgid "Include JavaScript"
610
+ msgstr "Fügen Sie JavaScript ein"
611
+
612
+ #: library/plugin-settings.php:1063
613
+ msgid "Check this box if you want to include the external JavaScript files (recommended)."
614
+ msgstr "Aktivieren Sie dieses Kontrollkästchen, wenn Sie die externen JavaScript-Dateien einschließen möchten (empfohlen)."
615
+
616
+ #: library/plugin-settings.php:1066
617
+ msgid "Targeted Loading"
618
+ msgstr "Gezielte Beladung"
619
+
620
+ #: library/plugin-settings.php:1068
621
+ msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
622
+ msgstr "Standardmäßig sind externe CSS & amp; JavaScript-Dateien werden auf jeder Seite geladen. Hier können Sie die URL des USP-Formulars angeben, um Ressourcen nur auf dieser Seite zu laden. Hinweis: Lassen Sie das Feld leer, um es auf allen Seiten zu laden."
623
+
624
+ #: library/plugin-settings.php:1071
625
+ msgid "Post Type"
626
+ msgstr "Post-Typ"
627
+
628
+ #: library/plugin-settings.php:1074
629
+ msgid "Submit posts as WP Posts or Pages"
630
+ msgstr "Senden Sie Beiträge als WP-Posts oder -Pages"
631
+
632
+ #: library/plugin-settings.php:1078
633
+ msgid "Post Status"
634
+ msgstr "Poststatus"
635
+
636
+ #: library/plugin-settings.php:1081
637
+ msgid "Post Status for submitted posts"
638
+ msgstr "Status für übermittelte Posts veröffentlichen"
639
+
640
+ #: library/plugin-settings.php:1085
641
+ msgid "Redirect URL"
642
+ msgstr "URL umleiten"
643
+
644
+ #: library/plugin-settings.php:1087
645
+ msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
646
+ msgstr "Geben Sie eine URL an, um den Benutzer nach der Übermittlung umzuleiten. Leer lassen, um zur aktuellen Seite zurückzukehren."
647
+
648
+ #: library/plugin-settings.php:1090
649
+ msgid "Success Message"
650
+ msgstr "Erfolgsmeldung"
651
+
652
+ #: library/plugin-settings.php:1092
653
+ msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
654
+ msgstr "Erfolgsmeldung, die angezeigt wird, wenn die Post-Submission erfolgreich ist. Basic Markup ist erlaubt."
655
+
656
+ #: library/plugin-settings.php:1095
657
+ msgid "Error Message"
658
+ msgstr "Fehlermeldung"
659
+
660
+ #: library/plugin-settings.php:1097
661
+ msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
662
+ msgstr "Allgemeine Fehlermeldung, die angezeigt wird, wenn die Nachreichung fehlschlägt. Basic Markup ist erlaubt."
663
+
664
+ #: library/plugin-settings.php:1100
665
+ msgid "Custom Content"
666
+ msgstr "Benutzerdefinierter Inhalt"
667
+
668
+ #: library/plugin-settings.php:1102
669
+ msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
670
+ msgstr "Benutzerdefinierter Text / Markup, der vor dem Übermittlungsformular eingefügt werden soll. Leer lassen, um zu deaktivieren."
671
+
672
+ #: library/plugin-settings.php:1105
673
+ msgid "Rich Text Editor"
674
+ msgstr "Rich-Text-Editor"
675
+
676
+ #: library/plugin-settings.php:1107
677
+ msgid "Check this box if you want to enable WP rich text editing for submitted posts."
678
+ msgstr "Aktivieren Sie dieses Kontrollkästchen, wenn Sie die WP-Rich-Text-Bearbeitung für übermittelte Posts aktivieren möchten."
679
+
680
+ #: library/plugin-settings.php:1110
681
+ msgid "Unique Titles"
682
+ msgstr "Eindeutige Titel"
683
+
684
+ #: library/plugin-settings.php:1112
685
+ msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
686
+ msgstr "Erfordert übermittelte Posttitel als eindeutig (nützlich zum Verhindern mehrfacher / doppelt eingereichter Posts)."
687
+
688
+ #: library/plugin-settings.php:1115
689
+ msgid "Disable Required"
690
+ msgstr "Deaktivieren erforderlich"
691
+
692
+ #: library/plugin-settings.php:1117
693
+ msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
694
+ msgstr "Deaktivieren Sie alle erforderlichen Attribute für Standardformularfelder (nützlich zur Fehlerbehebung bei Fehlermeldungen)."
695
+
696
+ #: library/plugin-settings.php:1120
697
+ msgid "Disable IP Tracking"
698
+ msgstr "Deaktivieren Sie die IP-Verfolgung"
699
+
700
+ #: library/plugin-settings.php:1122
701
+ msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
702
+ msgstr "Standardmäßig zeichnet USP die IP-Adresse für jeden gesendeten Post auf. Aktivieren Sie dieses Kontrollkästchen, um das gesamte IP-Tracking zu deaktivieren."
703
+
704
+ #: library/plugin-settings.php:1125
705
+ msgid "Enable Shortcodes"
706
+ msgstr "Aktivieren Sie Kurzwahlnummern"
707
+
708
+ #: library/plugin-settings.php:1127
709
+ msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
710
+ msgstr "Aktivieren Sie Shortcodes in Widgets. Standardmäßig aktiviert WordPress keine Shortcodes in Widgets."
711
+
712
+ #: library/plugin-settings.php:1128
713
+ msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
714
+ msgstr "Diese Einstellung aktiviert alle Shortcodes in Widgets (auch Shortcodes von anderen Plugins)."
715
+
716
+ #: library/plugin-settings.php:1133 library/plugin-settings.php:1138
717
+ msgid "Categories"
718
+ msgstr "Kategorien"
719
+
720
+ #: library/plugin-settings.php:1141
721
+ msgid "Select which categories may be assigned to submitted posts (click to toggle)"
722
+ msgstr "Wählen Sie aus, welche Kategorien den eingereichten Posts zugewiesen werden sollen (klicken Sie auf um zu wechseln)"
723
+
724
+ #: library/plugin-settings.php:1149
725
+ msgid "Hidden/Default Category"
726
+ msgstr "Versteckte / Standardkategorie"
727
+
728
+ #: library/plugin-settings.php:1151
729
+ msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
730
+ msgstr "Verwenden Sie ein verstecktes Feld für die Post-Kategorie. Dies kann verwendet werden, um eine Standardkategorie anzugeben, wenn das Kategoriefeld deaktiviert ist."
731
+
732
+ #: library/plugin-settings.php:1154
733
+ msgid "Category ID for Hidden Field"
734
+ msgstr "Kategorie-ID für verstecktes Feld"
735
+
736
+ #: library/plugin-settings.php:1156
737
+ msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
738
+ msgstr "Geben Sie die ID der Kategorie an, die für die & quot; Versteckte / Standardkategorie & rdquo; Möglichkeit."
739
+
740
+ #: library/plugin-settings.php:1161
741
+ msgid "Users"
742
+ msgstr "Benutzer"
743
+
744
+ #: library/plugin-settings.php:1166
745
+ msgid "Assigned Author"
746
+ msgstr "Zugeordneter Autor"
747
+
748
+ #: library/plugin-settings.php:1169
749
+ msgid "Specify the user that should be assigned as author for submitted posts."
750
+ msgstr "Geben Sie den Benutzer an, der als Autor für gesendete Beiträge zugewiesen werden soll."
751
+
752
+ #: library/plugin-settings.php:1173
753
+ msgid "Registered Username"
754
+ msgstr "Registrierter Benutzername"
755
+
756
+ #: library/plugin-settings.php:1175
757
+ msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
758
+ msgstr "Verwende den registrierten Benutzernamen als Postautor. Gültig, wenn die Person, die das Formular absendet, bei WordPress angemeldet ist."
759
+
760
+ #: library/plugin-settings.php:1178
761
+ msgid "User Profile URL"
762
+ msgstr "Benutzerprofil-URL"
763
+
764
+ #: library/plugin-settings.php:1180
765
+ msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
766
+ msgstr "Verwenden Sie die Profil-URL des registrierten Benutzers als Wert für das URL-Feld. Gültig, wenn die Person, die das Formular absendet, bei WordPress angemeldet ist."
767
+
768
+ #: library/plugin-settings.php:1183
769
+ msgid "Require User Login"
770
+ msgstr "Benutzeranmeldung erforderlich"
771
+
772
+ #: library/plugin-settings.php:1185
773
+ msgid "Require users to be logged in to WordPress to view/submit the form"
774
+ msgstr "Erfordert, dass Benutzer bei WordPress angemeldet sind, um das Formular anzuzeigen / zu senden"
775
+
776
+ #: library/plugin-settings.php:1188
777
+ msgid "Disable Replace Author"
778
+ msgstr "Deaktivieren Sie Autor ersetzen"
779
+
780
+ #: library/plugin-settings.php:1190
781
+ msgid "Do not replace post author with submitted user name"
782
+ msgstr "Ersetzen Sie den Postautor nicht durch den angegebenen Benutzernamen"
783
+
784
+ #: library/plugin-settings.php:1196
785
+ msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
786
+ msgstr "Hier können Sie den Namen und die Bezeichnung des benutzerdefinierten Feldes ändern. Sie können dieses Feld über die oben angegebenen Formularfeldeinstellungen aktivieren."
787
+
788
+ #: library/plugin-settings.php:1201
789
+ msgid "Custom Field Name"
790
+ msgstr "Benutzerdefinierter Feldname"
791
+
792
+ #: library/plugin-settings.php:1203
793
+ msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
794
+ msgstr "Verwenden Sie nur alphanumerische Zeichen, Unterstriche und Bindestriche. Wenn Sie sich nicht sicher sind, verwenden Sie den Standardnamen:"
795
+
796
+ #: library/plugin-settings.php:1206
797
+ msgid "Custom Field Label"
798
+ msgstr "Benutzerdefinierte Feldbezeichnung"
799
+
800
+ #: library/plugin-settings.php:1208
801
+ msgid "This will be displayed as the field label on the form. Default: Custom Field"
802
+ msgstr "Dies wird als Feldbezeichnung im Formular angezeigt. Standard: Benutzerdefiniertes Feld"
803
+
804
+ #: library/plugin-settings.php:1220
805
+ msgid "To prevent spam, enter a question that users must answer before submitting the form."
806
+ msgstr "Um Spam zu vermeiden, geben Sie eine Frage ein, die Benutzer beantworten müssen, bevor Sie das Formular absenden."
807
+
808
+ #: library/plugin-settings.php:1223
809
+ msgid "Challenge Response"
810
+ msgstr "Challenge-Antwort"
811
+
812
+ #: library/plugin-settings.php:1225
813
+ msgid "Enter the *only* correct answer to the challenge question."
814
+ msgstr "Geben Sie die * einzige * richtige Antwort auf die Challenge-Frage ein."
815
+
816
+ #: library/plugin-settings.php:1228
817
+ msgid "Case-sensitivity"
818
+ msgstr "Groß- / Kleinschreibung"
819
+
820
+ #: library/plugin-settings.php:1230
821
+ msgid "Check this box if you want the challenge response to be case-sensitive."
822
+ msgstr "Aktivieren Sie dieses Kontrollkästchen, wenn bei der Challenge-Antwort zwischen Groß- und Kleinschreibung unterschieden werden soll."
823
+
824
+ #: library/plugin-settings.php:1236
825
+ msgid "To enable Google reCAPTCHA, enter your public and private keys."
826
+ msgstr "Um Google reCAPTCHA zu aktivieren, geben Sie Ihre öffentlichen und privaten Schlüssel ein."
827
+
828
+ #: library/plugin-settings.php:1241
829
+ msgid "Public Key"
830
+ msgstr "Öffentlicher Schlüssel"
831
+
832
+ #: library/plugin-settings.php:1243
833
+ msgid "Enter your Public Key"
834
+ msgstr "Geben Sie Ihren öffentlichen Schlüssel ein"
835
+
836
+ #: library/plugin-settings.php:1246
837
+ msgid "Private Key"
838
+ msgstr "Privat Schlüssel"
839
+
840
+ #: library/plugin-settings.php:1248
841
+ msgid "Enter your Private Key"
842
+ msgstr "Geben Sie Ihren privaten Schlüssel ein"
843
+
844
+ #: library/plugin-settings.php:1253
845
+ msgid "Email Alerts"
846
+ msgstr "E-Mail-Benachrichtigungen"
847
+
848
+ #: library/plugin-settings.php:1258
849
+ msgid "Receive Email Alert"
850
+ msgstr "E-Mail-Benachrichtigung erhalten"
851
+
852
+ #: library/plugin-settings.php:1260
853
+ msgid "Check this box if you want to be notified via email for new post submissions."
854
+ msgstr "Aktivieren Sie dieses Kontrollkästchen, wenn Sie per E-Mail über neue Beiträge benachrichtigt werden möchten."
855
+
856
+ #: library/plugin-settings.php:1263
857
+ msgid "Enable HTML Format"
858
+ msgstr "Aktivieren Sie das HTML-Format"
859
+
860
+ #: library/plugin-settings.php:1265
861
+ msgid "Check this box to enable HTML format for email alerts."
862
+ msgstr "Aktivieren Sie dieses Kontrollkästchen, um das HTML-Format für E-Mail-Benachrichtigungen zu aktivieren."
863
+
864
+ #: library/plugin-settings.php:1268
865
+ msgid "Email Address for Alerts"
866
+ msgstr "E-Mail-Adresse für Benachrichtigungen"
867
+
868
+ #: library/plugin-settings.php:1270
869
+ msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
870
+ msgstr "Wenn Sie das Kontrollkästchen aktiviert haben, um E-Mail-Benachrichtigungen zu erhalten, geben Sie hier die Adresse (n) an, an die die E-Mails gesendet werden sollen."
871
+
872
+ #: library/plugin-settings.php:1271
873
+ msgid "Multiple recipients may be included using a comma, like so:"
874
+ msgstr "Mehrere Empfänger können wie folgt mit einem Komma eingefügt werden:"
875
+
876
+ #: library/plugin-settings.php:1274
877
+ msgid "Email &ldquo;From&rdquo; Address"
878
+ msgstr "E-Mail & quot; Von & rdquo; Adresse"
879
+
880
+ #: library/plugin-settings.php:1276
881
+ msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
882
+ msgstr "Hier können Sie die Adresse (n) anpassen, die für das \"Von & rdquo; Header (siehe FAQs für Informationen)."
883
+
884
+ #: library/plugin-settings.php:1277
885
+ msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
886
+ msgstr "Wenn in der vorherigen Einstellung mehrere Adressen angegeben sind, fügen Sie eine gleiche Anzahl von & quot; Von & quot; Adressen für diese Einstellung (in der gleichen Reihenfolge)."
887
+
888
+ #: library/plugin-settings.php:1280
889
+ msgid "Email Alert Subject"
890
+ msgstr "E-Mail-Benachrichtigungs-Betreff"
891
+
892
+ #: library/plugin-settings.php:1282
893
+ msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
894
+ msgstr "Betreffzeile für E-Mail-Benachrichtigungen. Leer lassen, um die Standard-Betreffzeile zu verwenden. Hinweis: Sie können die folgenden Variablen verwenden:"
895
+
896
+ #: library/plugin-settings.php:1287
897
+ msgid "Email Alert Message"
898
+ msgstr "E-Mail-Warnmeldung"
899
+
900
+ #: library/plugin-settings.php:1289
901
+ msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
902
+ msgstr "Nachricht für E-Mail-Benachrichtigungen. Leer lassen, um die Standardnachricht zu verwenden. Hinweis: Sie können die folgenden Variablen verwenden:"
903
+
904
+ #: library/plugin-settings.php:1301
905
+ msgid "Featured Image"
906
+ msgstr "Ausgewähltes Bild"
907
+
908
+ #: library/plugin-settings.php:1303
909
+ msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
910
+ msgstr "Legen Sie die eingereichten Bilder als Featured Images fest. Erfordert Theme-Unterstützung für Featured Images (aka Post Thumbnails)."
911
+
912
+ #: library/plugin-settings.php:1306
913
+ msgid "Upload Message"
914
+ msgstr "Nachricht hochladen"
915
+
916
+ #: library/plugin-settings.php:1308
917
+ msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
918
+ msgstr "Nachricht, die neben dem Upload-Feld erscheint. Nützlich für die Angabe Ihrer Upload-Richtlinien / Richtlinien / etc. Einfaches Markup erlaubt."
919
+
920
+ #: library/plugin-settings.php:1311
921
+ msgid "&ldquo;Add another image&rdquo; link"
922
+ msgstr "& quot; Fügen Sie ein weiteres Bild hinzu & rdquo; Verknüpfung"
923
+
924
+ #: library/plugin-settings.php:1313
925
+ msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
926
+ msgstr "Benutzerdefiniertes Markup für das & ldquo; Hinzufügen eines anderen Bildes & rdquo; Verknüpfung. Leer lassen, um das Standard-Markup zu verwenden (empfohlen)."
927
+
928
+ #: library/plugin-settings.php:1316
929
+ msgid "Minimum number of images"
930
+ msgstr "Mindestanzahl an Bildern"
931
+
932
+ #: library/plugin-settings.php:1319
933
+ msgid "Specify the minimum number of images."
934
+ msgstr "Geben Sie die Mindestanzahl von Bildern an."
935
+
936
+ #: library/plugin-settings.php:1323
937
+ msgid "Maximum number of images"
938
+ msgstr "Maximale Anzahl von Bildern"
939
+
940
+ #: library/plugin-settings.php:1326
941
+ msgid "Specify the maximum number of images."
942
+ msgstr "Geben Sie die maximale Anzahl von Bildern an."
943
+
944
+ #: library/plugin-settings.php:1330
945
+ msgid "Minimum image width"
946
+ msgstr "Minimale Bildbreite"
947
+
948
+ #: library/plugin-settings.php:1332
949
+ msgid "Specify a minimum width (in pixels) for uploaded images."
950
+ msgstr "Geben Sie eine Mindestbreite (in Pixel) für hochgeladene Bilder an."
951
+
952
+ #: library/plugin-settings.php:1335
953
+ msgid "Minimum image height"
954
+ msgstr "Mindestbildhöhe"
955
+
956
+ #: library/plugin-settings.php:1337
957
+ msgid "Specify a minimum height (in pixels) for uploaded images."
958
+ msgstr "Geben Sie eine Mindesthöhe (in Pixel) für hochgeladene Bilder an."
959
+
960
+ #: library/plugin-settings.php:1340
961
+ msgid "Maximum image width"
962
+ msgstr "Maximale Bildbreite"
963
+
964
+ #: library/plugin-settings.php:1342
965
+ msgid "Specify a maximum width (in pixels) for uploaded images."
966
+ msgstr "Geben Sie eine maximale Breite (in Pixel) für hochgeladene Bilder an."
967
+
968
+ #: library/plugin-settings.php:1345
969
+ msgid "Maximum image height"
970
+ msgstr "Maximale Bildhöhe"
971
+
972
+ #: library/plugin-settings.php:1347
973
+ msgid "Specify a maximum height (in pixels) for uploaded images."
974
+ msgstr "Geben Sie eine maximale Höhe (in Pixel) für hochgeladene Bilder an."
975
+
976
+ #: library/plugin-settings.php:1350
977
+ msgid "More Options"
978
+ msgstr "Mehr Optionen"
979
+
980
+ #: library/plugin-settings.php:1353
981
+ msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
982
+ msgstr "Weitere Optionen, z. B. das Hochladen anderer Dateitypen (z. B. PDF, Word, Zip, Videos usw.), finden Sie unter Auschecken"
983
+
984
+ #: library/plugin-settings.php:1354
985
+ msgid "Go Pro!"
986
+ msgstr "Pro gehen!"
987
+
988
+ #: library/plugin-settings.php:1361
989
+ msgid "Auto-Display Content"
990
+ msgstr "Inhalte automatisch anzeigen"
991
+
992
+ #: library/plugin-settings.php:1366
993
+ msgid "Images Auto-Display"
994
+ msgstr "Bilder automatisch anzeigen"
995
+
996
+ #: library/plugin-settings.php:1368
997
+ msgid "Auto-display user-submitted images:"
998
+ msgstr "Bilder, die von Benutzern gesendet wurden, automatisch anzeigen:"
999
+
1000
+ #: library/plugin-settings.php:1373
1001
+ msgid "Image Markup"
1002
+ msgstr "Bildmarkierung"
1003
+
1004
+ #: library/plugin-settings.php:1375
1005
+ msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1006
+ msgstr "Markierung für jedes übermittelte Bild (wenn die automatische Anzeige aktiviert ist). Kann benutzen"
1007
+
1008
+ #: library/plugin-settings.php:1377 library/plugin-settings.php:1390
1009
+ #: library/plugin-settings.php:1403 library/plugin-settings.php:1416
1010
+ msgid "and"
1011
+ msgstr "und"
1012
+
1013
+ #: library/plugin-settings.php:1380
1014
+ msgid "Email Auto-Display"
1015
+ msgstr "E-Mail automatisch anzeigen"
1016
+
1017
+ #: library/plugin-settings.php:1382
1018
+ msgid "Auto-display user-submitted email:"
1019
+ msgstr "Benutzer-eingereichte E-Mail automatisch anzeigen:"
1020
+
1021
+ #: library/plugin-settings.php:1387
1022
+ msgid "Email Markup"
1023
+ msgstr "E-Mail-Markierung"
1024
+
1025
+ #: library/plugin-settings.php:1389
1026
+ msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1027
+ msgstr "Markierung für die angegebene E-Mail-Adresse (wenn die automatische Anzeige aktiviert ist). Kann benutzen"
1028
+
1029
+ #: library/plugin-settings.php:1393
1030
+ msgid "URL Auto-Display"
1031
+ msgstr "URL automatisch anzeigen"
1032
+
1033
+ #: library/plugin-settings.php:1395
1034
+ msgid "Auto-display user-submitted URL:"
1035
+ msgstr "Benutzer-eingereichte URL automatisch anzeigen:"
1036
+
1037
+ #: library/plugin-settings.php:1400
1038
+ msgid "URL Markup"
1039
+ msgstr "URL-Markierung"
1040
+
1041
+ #: library/plugin-settings.php:1402
1042
+ msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1043
+ msgstr "Markierung für die übermittelte URL (wenn die automatische Anzeige aktiviert ist). Kann benutzen"
1044
+
1045
+ #: library/plugin-settings.php:1406
1046
+ msgid "Custom Field Auto-Display"
1047
+ msgstr "Benutzerdefinierte Feld-Auto-Anzeige"
1048
+
1049
+ #: library/plugin-settings.php:1408
1050
+ msgid "Auto-display user-submitted Custom Field:"
1051
+ msgstr "Angezeigtes benutzerdefiniertes Feld automatisch anzeigen:"
1052
+
1053
+ #: library/plugin-settings.php:1413
1054
+ msgid "Custom Field Markup"
1055
+ msgstr "Benutzerdefinierte Feldmarkierung"
1056
+
1057
+ #: library/plugin-settings.php:1415
1058
+ msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1059
+ msgstr "Markierung für das übergebene benutzerdefinierte Feld (wenn die automatische Anzeige aktiviert ist). Kann benutzen"
1060
+
1061
+ #: library/plugin-settings.php:1421 library/plugin-settings.php:1497
1062
+ msgid "Save Settings"
1063
+ msgstr "Einstellungen speichern"
1064
+
1065
+ #: library/plugin-settings.php:1426
1066
+ msgid "Display the Form"
1067
+ msgstr "Zeigen Sie das Formular an"
1068
+
1069
+ #: library/plugin-settings.php:1429
1070
+ msgid "Post-Submit Form"
1071
+ msgstr "Formular absenden"
1072
+
1073
+ #: library/plugin-settings.php:1430
1074
+ msgid "USP enables you to display a post-submission form anywhere on your site."
1075
+ msgstr "Mit USP können Sie ein Post-Submission-Formular überall auf Ihrer Website anzeigen."
1076
+
1077
+ #: library/plugin-settings.php:1431 library/plugin-settings.php:1438
1078
+ msgid "Use the shortcode to display the form on any WP Post or Page:"
1079
+ msgstr "Verwenden Sie den Shortcode, um das Formular auf einem WP-Post oder einer Seite anzuzeigen:"
1080
+
1081
+ #: library/plugin-settings.php:1433 library/plugin-settings.php:1440
1082
+ msgid "Or, use the template tag to display the form anywhere in your theme template:"
1083
+ msgstr "Oder verwenden Sie das Schablonentag, um das Formular an einer beliebigen Stelle in Ihrer Motivvorlage anzuzeigen:"
1084
+
1085
+ #: library/plugin-settings.php:1436
1086
+ msgid "Login/Register Form"
1087
+ msgstr "Login / Formular registrieren"
1088
+
1089
+ #: library/plugin-settings.php:1437
1090
+ msgid "You also can display a form that enables users to log in, register, or reset their password."
1091
+ msgstr "Sie können auch ein Formular anzeigen, mit dem Benutzer sich anmelden, registrieren oder ihr Kennwort zurücksetzen können."
1092
+
1093
+ #: library/plugin-settings.php:1443
1094
+ msgid "Display Submitted Posts"
1095
+ msgstr "Eingereichte Beiträge anzeigen"
1096
+
1097
+ #: library/plugin-settings.php:1444
1098
+ msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1099
+ msgstr "Verwenden Sie diesen Shortcode, um eine Liste der übermittelten Posts auf einem WP-Post oder einer Seite anzuzeigen:"
1100
+
1101
+ #: library/plugin-settings.php:1446
1102
+ msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1103
+ msgstr "Oder verwenden Sie das Vorlagen-Tag, um eine Liste der übermittelten Beiträge an einer beliebigen Stelle in Ihrer Motivvorlage anzuzeigen:"
1104
+
1105
+ #: library/plugin-settings.php:1448
1106
+ msgid "Here are some examples showing how to configure this shortcode:"
1107
+ msgstr "Hier sind einige Beispiele, die zeigen, wie dieser Shortcode konfiguriert wird:"
1108
+
1109
+ #: library/plugin-settings.php:1455
1110
+ msgid "Reset Form Button"
1111
+ msgstr "Formularknopf zurücksetzen"
1112
+
1113
+ #: library/plugin-settings.php:1456
1114
+ msgid "This shortcode displays a link that resets the form to its original state:"
1115
+ msgstr "Dieser Shortcode zeigt einen Link an, der das Formular in seinen ursprünglichen Zustand zurücksetzt:"
1116
+
1117
+ #: library/plugin-settings.php:1458
1118
+ msgid "This shortcode accepts the following attributes:"
1119
+ msgstr "Dieser Shortcode akzeptiert die folgenden Attribute:"
1120
+
1121
+ #: library/plugin-settings.php:1463
1122
+ msgid "Note that the url attribute accepts"
1123
+ msgstr "Beachten Sie, dass das URL-Attribut akzeptiert"
1124
+
1125
+ #: library/plugin-settings.php:1463
1126
+ msgid "to get the current URL."
1127
+ msgstr "um die aktuelle URL zu erhalten."
1128
+
1129
+ #: library/plugin-settings.php:1465
1130
+ msgid "Access Control"
1131
+ msgstr "Zugangskontrolle"
1132
+
1133
+ #: library/plugin-settings.php:1466
1134
+ msgid "USP provides three shortcodes to control access and restrict content."
1135
+ msgstr "USP stellt drei Shortcodes zur Verfügung, um den Zugriff zu steuern und den Inhalt zu beschränken."
1136
+
1137
+ #: library/plugin-settings.php:1467
1138
+ msgid "Display content only to users with a specific capability:"
1139
+ msgstr "Zeigen Sie Inhalte nur für Benutzer mit einer bestimmten Funktion an:"
1140
+
1141
+ #: library/plugin-settings.php:1469
1142
+ msgid "Display content to logged-in users:"
1143
+ msgstr "Inhalte für angemeldete Benutzer anzeigen:"
1144
+
1145
+ #: library/plugin-settings.php:1471
1146
+ msgid "Display content to visitors only:"
1147
+ msgstr "Inhalte nur für Besucher anzeigen:"
1148
+
1149
+ #: library/plugin-settings.php:1473
1150
+ msgid "Tip:"
1151
+ msgstr "Spitze:"
1152
+
1153
+ #: library/plugin-settings.php:1473
1154
+ msgid "to include markup in the deny message, you can use"
1155
+ msgstr "Markup in die Nachricht zu verweigern, können Sie verwenden"
1156
+
1157
+ #: library/plugin-settings.php:1473
1158
+ msgid "to output"
1159
+ msgstr "ausgeben"
1160
+
1161
+ #: library/plugin-settings.php:1475
1162
+ msgid "Example"
1163
+ msgstr "Beispiel"
1164
+
1165
+ #: library/plugin-settings.php:1476
1166
+ msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1167
+ msgstr "Wenn der Benutzer angemeldet ist, zeigen Sie das Post-Submit-Formular an. oder wenn der Benutzer nicht angemeldet ist, zeigen Sie das Login-Formular an:"
1168
+
1169
+ #: library/plugin-settings.php:1488
1170
+ msgid "Restore Defaults"
1171
+ msgstr "Standardeinstellungen wiederherstellen"
1172
+
1173
+ #: library/plugin-settings.php:1491
1174
+ msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1175
+ msgstr "Lassen Sie diese Option deaktiviert, um sich an Ihre Einstellungen zu erinnern. Oder, um die Standard-Plugin-Optionen wiederherzustellen: Aktivieren Sie das Kontrollkästchen, speichern Sie Ihre Einstellungen und deaktivieren / reaktivieren Sie das Plugin anschließend."
1176
+
1177
+ #: library/plugin-settings.php:1495
1178
+ msgid "Restore default options upon plugin deactivation/reactivation."
1179
+ msgstr "Wiederherstellen der Standardoptionen bei Deaktivierung / Reaktivierung des Plugins."
1180
+
1181
+ #: library/plugin-settings.php:1502
1182
+ msgid "Show Support"
1183
+ msgstr "Zeigen Sie Unterstützung"
1184
+
1185
+ #: library/plugin-settings.php:1511
1186
+ msgid "by"
1187
+ msgstr "durch"
1188
+
1189
+ #: library/plugin-settings.php:1512
1190
+ msgid "Jeff Starr on Twitter"
1191
+ msgstr "Jeff Starr auf Twitter"
1192
+
1193
+ #: library/plugin-settings.php:1513
1194
+ msgid "Obsessive Web Design &amp; Development"
1195
+ msgstr "Obsessive Webdesign & amp; Entwicklung"
1196
+
1197
+ #: library/plugin-settings.php:1524
1198
+ msgid "Save Preference"
1199
+ msgstr "Präferenz speichern"
1200
+
1201
+ #: library/plugin-settings.php:1531
1202
+ msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1203
+ msgstr "Möchten Sie wirklich alle Standardoptionen wiederherstellen? (Diese Aktion kann nicht rückgängig gemacht werden)"
1204
+
1205
+ #: library/support-panel.php:52
1206
+ msgid "Perishable Press Books"
1207
+ msgstr "Verderbliche Presse Bücher"
1208
+
1209
+ #: library/support-panel.php:53
1210
+ msgid "Plugin Planet"
1211
+ msgstr "Plugin-Planet"
1212
+
1213
+ #: library/support-panel.php:54
1214
+ msgid "Donate via PayPal"
1215
+ msgstr "Spenden über PayPal"
1216
+
1217
+ #: library/support-panel.php:56
1218
+ msgid "books"
1219
+ msgstr "Bücher"
1220
+
1221
+ #: library/support-panel.php:57
1222
+ msgid "plugins"
1223
+ msgstr "Plugins"
1224
+
1225
+ #: library/support-panel.php:58
1226
+ msgid "donation"
1227
+ msgstr "Spende"
1228
+
1229
+ #: library/support-panel.php:60
1230
+ msgid "Thank you for using"
1231
+ msgstr "Danke für das benutzen"
1232
+
1233
+ #: library/support-panel.php:61
1234
+ msgid "Please show support by purchasing one of my"
1235
+ msgstr "Bitte zeigen Sie Unterstützung durch den Kauf eines meiner"
1236
+
1237
+ #: library/support-panel.php:62
1238
+ msgid "or"
1239
+ msgstr "oder"
1240
+
1241
+ #: library/support-panel.php:62
1242
+ msgid "or by making a"
1243
+ msgstr "oder indem man a"
1244
+
1245
+ #: library/support-panel.php:63
1246
+ msgid "Your generous support helps to ensure future development of"
1247
+ msgstr "Ihre großzügige Unterstützung hilft, die zukünftige Entwicklung von"
1248
+
1249
+ #: library/support-panel.php:64
1250
+ msgid "and is greatly appreciated."
1251
+ msgstr "und wird sehr geschätzt."
1252
+
1253
+ #: library/support-panel.php:66
1254
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1255
+ msgstr "Jede Größe Spende hilft mir, dieses kostenlose Plugin und andere tolle WordPress-Ressourcen weiter zu entwickeln."
1256
+
1257
+ #. Description of the plugin
1258
+ #:
1259
+ msgid "Enables your visitors to submit posts and images from anywhere on your site."
1260
+ msgstr "Ermöglicht es Ihren Besuchern, Posts und Bilder von überall auf Ihrer Website zu senden."
1261
+
1262
+ #. URI of the plugin
1263
+ #:
1264
+ msgid "https://perishablepress.com/user-submitted-posts/"
1265
+ msgstr "https://perishablepress.com/user-submitted-posts/"
1266
+
1267
+ #. Author of the plugin
1268
+ #:
1269
+ msgid "Jeff Starr"
1270
+ msgstr "Jeff Starr"
1271
+
1272
+ #. Author URI of the plugin
1273
+ #:
1274
+ msgid "https://plugin-planet.com/"
1275
+ msgstr "https://plugin-planet.com/"
1276
+
trunk/languages/usp-es_ES.mo ADDED
Binary file
trunk/languages/usp-es_ES.po ADDED
@@ -0,0 +1,1276 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "MIME-Version: 1.0\n"
4
+ "Content-Type: text/plain; charset=UTF-8\n"
5
+ "Content-Transfer-Encoding: 8bit\n"
6
+ "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20180316\n"
8
+ "Language: es\n"
9
+
10
+ #. Name of the plugin
11
+ #: user-submitted-posts.php:44 library/support-panel.php:5
12
+ msgid "User Submitted Posts"
13
+ msgstr "Mensajes enviados por el usuario"
14
+
15
+ #: user-submitted-posts.php:81
16
+ msgid "requires WordPress "
17
+ msgstr "requiere WordPress"
18
+
19
+ #: user-submitted-posts.php:82
20
+ msgid " or higher, and has been deactivated! "
21
+ msgstr " o superior, y ha sido desactivado!"
22
+
23
+ #: user-submitted-posts.php:83
24
+ msgid "Please return to the"
25
+ msgstr "Por favor regrese a la"
26
+
27
+ #: user-submitted-posts.php:84
28
+ msgid "WordPress Admin Area"
29
+ msgstr "Área de administración de WordPress"
30
+
31
+ #: user-submitted-posts.php:85
32
+ msgid "to upgrade WordPress and try again."
33
+ msgstr "para actualizar WordPress y vuelva a intentarlo."
34
+
35
+ #: user-submitted-posts.php:125
36
+ msgid "User Submitted Post"
37
+ msgstr "Correo enviado por el usuario"
38
+
39
+ #: user-submitted-posts.php:419
40
+ msgid "User Submitted Post Info"
41
+ msgstr "Información de publicación enviada por el usuario"
42
+
43
+ #: user-submitted-posts.php:449
44
+ msgid "Submitter Name: "
45
+ msgstr "Nombre del remitente:"
46
+
47
+ #: user-submitted-posts.php:450
48
+ msgid "Submitter Email: "
49
+ msgstr "Correo electrónico del remitente:"
50
+
51
+ #: user-submitted-posts.php:451
52
+ msgid "Submitter URL: "
53
+ msgstr "URL del remitente:"
54
+
55
+ #: user-submitted-posts.php:452
56
+ msgid "Submitter IP: "
57
+ msgstr "IP del remitente:"
58
+
59
+ #: user-submitted-posts.php:503
60
+ msgid "Show USP Posts"
61
+ msgstr "Mostrar publicaciones de USP"
62
+
63
+ #: user-submitted-posts.php:504 library/plugin-settings.php:979
64
+ msgid "USP"
65
+ msgstr "USP"
66
+
67
+ #: user-submitted-posts.php:1272
68
+ msgid " files required"
69
+ msgstr " archivos requeridos"
70
+
71
+ #: user-submitted-posts.php:1273
72
+ msgid " file required"
73
+ msgstr " archivo requerido"
74
+
75
+ #: user-submitted-posts.php:1275
76
+ msgid " files"
77
+ msgstr " archivos"
78
+
79
+ #: user-submitted-posts.php:1276
80
+ msgid " file"
81
+ msgstr " archivo"
82
+
83
+ #: user-submitted-posts.php:1278 user-submitted-posts.php:1279
84
+ #: user-submitted-posts.php:1280 user-submitted-posts.php:1281
85
+ msgid " pixels"
86
+ msgstr " píxeles"
87
+
88
+ #: user-submitted-posts.php:1283 library/core-functions.php:215
89
+ #: library/plugin-settings.php:284 library/plugin-settings.php:303
90
+ #: library/plugin-settings.php:701 library/plugin-settings.php:1195
91
+ msgid "Custom Field"
92
+ msgstr "Campo personalizado"
93
+
94
+ #: user-submitted-posts.php:1286
95
+ msgid "An error occurred. Please go back and try again."
96
+ msgstr "Ocurrió un error. Por favor, regrese y vuelva a intentarlo."
97
+
98
+ #: user-submitted-posts.php:1296
99
+ msgid "User login required"
100
+ msgstr "Se requiere iniciar sesión"
101
+
102
+ #: user-submitted-posts.php:1297
103
+ msgid "User name required"
104
+ msgstr "Nombre de usuario (requerido"
105
+
106
+ #: user-submitted-posts.php:1298
107
+ msgid "Post title required"
108
+ msgstr "Título de publicación requerido"
109
+
110
+ #: user-submitted-posts.php:1299
111
+ msgid "User URL required"
112
+ msgstr "Se requiere URL de usuario"
113
+
114
+ #: user-submitted-posts.php:1300
115
+ msgid "Post tags required"
116
+ msgstr "Etiquetas de publicación requeridas"
117
+
118
+ #: user-submitted-posts.php:1301
119
+ msgid "Post category required"
120
+ msgstr "Se requiere categoría de publicación"
121
+
122
+ #: user-submitted-posts.php:1302
123
+ msgid "Post content required"
124
+ msgstr "Publicar contenido requerido"
125
+
126
+ #: user-submitted-posts.php:1303 user-submitted-posts.php:1304
127
+ msgid "Correct captcha required"
128
+ msgstr "Correcto captcha requerido"
129
+
130
+ #: user-submitted-posts.php:1305
131
+ msgid "User email required"
132
+ msgstr "Se requiere correo electrónico del usuario"
133
+
134
+ #: user-submitted-posts.php:1306
135
+ msgid "Please check your email and try again"
136
+ msgstr "Por favor revisa tu correo electrónico y vuelve a intentarlo"
137
+
138
+ #: user-submitted-posts.php:1307
139
+ msgid "Non-empty value for hidden field"
140
+ msgstr "Valor no vacío para el campo oculto"
141
+
142
+ #: user-submitted-posts.php:1308
143
+ msgid "Minimum number of images not met"
144
+ msgstr "Número mínimo de imágenes no cumplidas"
145
+
146
+ #: user-submitted-posts.php:1309
147
+ msgid "Maximum number of images exceeded "
148
+ msgstr "Número máximo de imágenes excedidas"
149
+
150
+ #: user-submitted-posts.php:1310
151
+ msgid "Minimum image width not met"
152
+ msgstr "Ancho mínimo de la imagen no cumplido"
153
+
154
+ #: user-submitted-posts.php:1311
155
+ msgid "Image width exceeds maximum"
156
+ msgstr "El ancho de la imagen excede el máximo"
157
+
158
+ #: user-submitted-posts.php:1312
159
+ msgid "Minimum image height not met"
160
+ msgstr "La altura mínima de la imagen no se cumple"
161
+
162
+ #: user-submitted-posts.php:1313
163
+ msgid "Image height exceeds maximum"
164
+ msgstr "La altura de la imagen excede el máximo"
165
+
166
+ #: user-submitted-posts.php:1314
167
+ msgid "File type not allowed (please upload images only)"
168
+ msgstr "Tipo de archivo no permitido (suba imágenes solo)"
169
+
170
+ #: user-submitted-posts.php:1315
171
+ msgid " required"
172
+ msgstr " necesario"
173
+
174
+ #: user-submitted-posts.php:1319
175
+ msgid "File not uploaded. Please check the file and try again."
176
+ msgstr "Archivo no cargado Por favor revise el archivo e intente de nuevo."
177
+
178
+ #: user-submitted-posts.php:1323
179
+ msgid "The file(s) could not be uploaded"
180
+ msgstr "El archivo (s) no se pudo cargar"
181
+
182
+ #: user-submitted-posts.php:1325
183
+ msgid "Post not created. Please contact the site administrator for help."
184
+ msgstr "Publicación no creada. Por favor, póngase en contacto con el administrador del sitio para obtener ayuda."
185
+
186
+ #: user-submitted-posts.php:1326
187
+ msgid "Duplicate post title. Please try again."
188
+ msgstr "Duplicar el título de la publicación. Inténtalo de nuevo."
189
+
190
+ #: user-submitted-posts.php:1336
191
+ msgid "Error: "
192
+ msgstr "Error:"
193
+
194
+ #: user-submitted-posts.php:1362
195
+ msgid "Return to form"
196
+ msgstr "Regresar a la forma"
197
+
198
+ #: user-submitted-posts.php:1392 library/plugin-settings.php:955
199
+ msgid "Please"
200
+ msgstr "Por favor"
201
+
202
+ #: user-submitted-posts.php:1393
203
+ msgid "log in"
204
+ msgstr "iniciar sesión"
205
+
206
+ #: user-submitted-posts.php:1394
207
+ msgid "to submit content!"
208
+ msgstr "para enviar contenido!"
209
+
210
+ #: views/submission-form.php:46 views/submission-form-alt.php:55
211
+ msgid "Please complete the required fields."
212
+ msgstr "Por favor complete los campos requeridos"
213
+
214
+ #: views/submission-form.php:56 views/submission-form.php:57
215
+ #: views/submission-form-alt.php:61 views/submission-form-alt.php:62
216
+ msgid "Your Name"
217
+ msgstr "Tu nombre"
218
+
219
+ #: views/submission-form.php:62 views/submission-form.php:63
220
+ #: views/submission-form-alt.php:67 views/submission-form-alt.php:68
221
+ msgid "Your URL"
222
+ msgstr "Tu URL"
223
+
224
+ #: views/submission-form.php:68 views/submission-form.php:69
225
+ #: views/submission-form-alt.php:73 views/submission-form-alt.php:74
226
+ msgid "Your Email"
227
+ msgstr "Tu correo electrónico"
228
+
229
+ #: views/submission-form.php:74 views/submission-form.php:75
230
+ #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
+ #: library/plugin-settings.php:1016
232
+ msgid "Post Title"
233
+ msgstr "Título de la entrada"
234
+
235
+ #: views/submission-form.php:80 views/submission-form.php:81
236
+ #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
+ #: library/plugin-settings.php:1017
238
+ msgid "Post Tags"
239
+ msgstr "Publicar etiquetas"
240
+
241
+ #: views/submission-form.php:93 views/submission-form-alt.php:98
242
+ msgid "Antispam Question"
243
+ msgstr "Pregunta antispam"
244
+
245
+ #: views/submission-form.php:98 views/submission-form-alt.php:103
246
+ #: library/plugin-settings.php:1018
247
+ msgid "Post Category"
248
+ msgstr "Categoría de publicación"
249
+
250
+ #: views/submission-form.php:100 views/submission-form-alt.php:105
251
+ msgid "Please select a category.."
252
+ msgstr "Porfavor seleccione una categoría.."
253
+
254
+ #: views/submission-form.php:135 views/submission-form.php:136
255
+ #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
+ #: library/plugin-settings.php:1019
257
+ msgid "Post Content"
258
+ msgstr "Publicar Contenido"
259
+
260
+ #: views/submission-form.php:142 views/submission-form-alt.php:147
261
+ msgid "Verification"
262
+ msgstr "Verificación"
263
+
264
+ #: views/submission-form.php:149 views/submission-form-alt.php:154
265
+ msgid "Upload an Image"
266
+ msgstr "Subir una imagen"
267
+
268
+ #: views/submission-form.php:158 views/submission-form-alt.php:163
269
+ msgid "Add another image"
270
+ msgstr "Añadir otra imagen"
271
+
272
+ #: views/submission-form.php:180 views/submission-form-alt.php:185
273
+ msgid "Human verification: leave this field empty."
274
+ msgstr "Verificación humana: deja este campo vacío."
275
+
276
+ #: views/submission-form.php:202 views/submission-form-alt.php:207
277
+ msgid "Submit Post"
278
+ msgstr "Enviar publicación"
279
+
280
+ #: library/shortcode-misc.php:18
281
+ msgid "Reset form"
282
+ msgstr "Restablecer formulario"
283
+
284
+ #: library/shortcode-misc.php:128
285
+ msgid "View full post"
286
+ msgstr "Ver la publicación completa"
287
+
288
+ #: library/plugin-settings.php:32
289
+ msgid "Get USP Pro for unlimited forms!"
290
+ msgstr "Obtenga USP Pro para formularios ilimitados."
291
+
292
+ #: library/plugin-settings.php:33
293
+ msgid "Go Pro"
294
+ msgstr "Go Pro"
295
+
296
+ #: library/plugin-settings.php:37
297
+ msgid "Settings"
298
+ msgstr "Configuraciones"
299
+
300
+ #: library/plugin-settings.php:55
301
+ msgid "Give USP a 5-star rating at WordPress.org"
302
+ msgstr "Déle a USP una calificación de 5 estrellas en WordPress.org"
303
+
304
+ #: library/plugin-settings.php:56
305
+ msgid "Rate this plugin&nbsp;&raquo;"
306
+ msgstr "Califica este complemento & nbsp; & raquo;"
307
+
308
+ #: library/plugin-settings.php:114
309
+ msgid "WP Post (recommended)"
310
+ msgstr "WP Post (recomendado)"
311
+
312
+ #: library/plugin-settings.php:118
313
+ msgid "WP Page"
314
+ msgstr "Página de WP"
315
+
316
+ #: library/plugin-settings.php:134
317
+ msgid "HTML5 Form + Default CSS"
318
+ msgstr "HTML5 Form + CSS predeterminado"
319
+
320
+ #: library/plugin-settings.php:134
321
+ msgid "(Recommended)"
322
+ msgstr "(Recomendado)"
323
+
324
+ #: library/plugin-settings.php:138
325
+ msgid "HTML5 Form + Disable CSS"
326
+ msgstr "Formulario HTML5 + Deshabilitar CSS"
327
+
328
+ #: library/plugin-settings.php:138
329
+ msgid "(Provide your own styles)"
330
+ msgstr "(Proporcione sus propios estilos)"
331
+
332
+ #: library/plugin-settings.php:142
333
+ msgid "Custom Form + Custom CSS"
334
+ msgstr "Formulario personalizado + CSS personalizado"
335
+
336
+ #: library/plugin-settings.php:142
337
+ msgid "(Provide your own form template &amp; styles)"
338
+ msgstr "(Proporcione su propia plantilla de formulario y estilos)"
339
+
340
+ #: library/plugin-settings.php:158 library/plugin-settings.php:182
341
+ #: library/plugin-settings.php:205 library/plugin-settings.php:229
342
+ msgid "Auto-display before post content"
343
+ msgstr "Visualización automática antes de publicar contenido"
344
+
345
+ #: library/plugin-settings.php:162 library/plugin-settings.php:186
346
+ #: library/plugin-settings.php:209 library/plugin-settings.php:233
347
+ msgid "Auto-display after post content"
348
+ msgstr "Visualización automática después de publicar contenido"
349
+
350
+ #: library/plugin-settings.php:166
351
+ msgid "Do not auto-display submitted images"
352
+ msgstr "No mostrar automáticamente las imágenes enviadas"
353
+
354
+ #: library/plugin-settings.php:190
355
+ msgid "Do not auto-display submitted email"
356
+ msgstr "No mostrar automáticamente el correo electrónico enviado"
357
+
358
+ #: library/plugin-settings.php:213
359
+ msgid "Do not auto-display submitted URL"
360
+ msgstr "No mostrar automáticamente la URL enviada"
361
+
362
+ #: library/plugin-settings.php:237
363
+ msgid "Do not auto-display the Custom Field"
364
+ msgstr "No mostrar automáticamente el campo personalizado"
365
+
366
+ #: library/plugin-settings.php:265 library/plugin-settings.php:297
367
+ #: library/plugin-settings.php:330 library/plugin-settings.php:362
368
+ msgid "Display and require"
369
+ msgstr "Mostrar y requerir"
370
+
371
+ #: library/plugin-settings.php:266 library/plugin-settings.php:298
372
+ msgid "Display but do not require"
373
+ msgstr "Mostrar pero no requiere"
374
+
375
+ #: library/plugin-settings.php:267 library/plugin-settings.php:299
376
+ #: library/plugin-settings.php:331 library/plugin-settings.php:363
377
+ msgid "Disable this field"
378
+ msgstr "Deshabilitar este campo"
379
+
380
+ #: library/plugin-settings.php:302 library/plugin-settings.php:334
381
+ #: library/plugin-settings.php:366 library/plugin-settings.php:398
382
+ msgid "(Visit"
383
+ msgstr "(Visitar"
384
+
385
+ #: library/plugin-settings.php:303 library/plugin-settings.php:335
386
+ #: library/plugin-settings.php:367 library/plugin-settings.php:399
387
+ msgid "to configure options)"
388
+ msgstr "para configurar las opciones)"
389
+
390
+ #: library/plugin-settings.php:318 library/plugin-settings.php:335
391
+ #: library/plugin-settings.php:1213 library/plugin-settings.php:1218
392
+ msgid "Challenge Question"
393
+ msgstr "pregunta desafiante"
394
+
395
+ #: library/plugin-settings.php:350 library/plugin-settings.php:367
396
+ #: library/plugin-settings.php:1235
397
+ msgid "Google reCAPTCHA"
398
+ msgstr "Google reCAPTCHA"
399
+
400
+ #: library/plugin-settings.php:382
401
+ msgid "Post Images"
402
+ msgstr "Publicar imágenes"
403
+
404
+ #: library/plugin-settings.php:394
405
+ msgid "Display"
406
+ msgstr "Monitor"
407
+
408
+ #: library/plugin-settings.php:395
409
+ msgid "Disable"
410
+ msgstr "Inhabilitar"
411
+
412
+ #: library/plugin-settings.php:399 library/plugin-settings.php:1296
413
+ msgid "Image Uploads"
414
+ msgstr "Subidas de imágenes"
415
+
416
+ #: library/plugin-settings.php:479
417
+ msgid "Draft"
418
+ msgstr "Borrador"
419
+
420
+ #: library/plugin-settings.php:480
421
+ msgid "Pending (default)"
422
+ msgstr "Pendiente (predeterminado)"
423
+
424
+ #: library/plugin-settings.php:481
425
+ msgid "Publish immediately"
426
+ msgstr "Publicar de inmediato"
427
+
428
+ #: library/plugin-settings.php:482
429
+ msgid "Publish after 1 approved post"
430
+ msgstr "Publicar después de 1 publicación aprobada"
431
+
432
+ #: library/plugin-settings.php:483
433
+ msgid "Publish after "
434
+ msgstr "Publicar después"
435
+
436
+ #: library/plugin-settings.php:483
437
+ msgid " approved posts"
438
+ msgstr " publicaciones aprobadas"
439
+
440
+ #: library/plugin-settings.php:645
441
+ msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
442
+ msgstr "Hubo un error. Asegúrate de haber agregado un título, contenido y que has subido solo imágenes."
443
+
444
+ #: library/plugin-settings.php:659
445
+ msgid "Please select your image(s) to upload."
446
+ msgstr "Seleccione su imagen (s) para cargar."
447
+
448
+ #: library/plugin-settings.php:665
449
+ msgid "Success! Thank you for your submission."
450
+ msgstr "¡Éxito! Gracias por tu presentación."
451
+
452
+ #: library/plugin-settings.php:691
453
+ msgid "Email"
454
+ msgstr "Email"
455
+
456
+ #: library/plugin-settings.php:692
457
+ msgid "URL"
458
+ msgstr "URL"
459
+
460
+ #: library/plugin-settings.php:942
461
+ msgid "Toggle all panels"
462
+ msgstr "Alternar todos los paneles"
463
+
464
+ #: library/plugin-settings.php:951
465
+ msgid "We need your support!"
466
+ msgstr "¡Necesitamos su apoyo!"
467
+
468
+ #: library/plugin-settings.php:955
469
+ msgid "Make a donation via PayPal"
470
+ msgstr "Haga una donación a través de PayPal"
471
+
472
+ #: library/plugin-settings.php:955
473
+ msgid "make a donation"
474
+ msgstr "Haz una donación"
475
+
476
+ #: library/plugin-settings.php:955
477
+ msgid "and/or"
478
+ msgstr "y / o"
479
+
480
+ #: library/plugin-settings.php:956
481
+ msgid "Rate and review at the Plugin Directory"
482
+ msgstr "Califica y revisa en el Directorio de complementos"
483
+
484
+ #: library/plugin-settings.php:957
485
+ msgid "give this plugin a 5-star rating"
486
+ msgstr "dale a este complemento una calificación de 5 estrellas"
487
+
488
+ #: library/plugin-settings.php:961
489
+ msgid "Your generous support enables continued development of this free plugin. Thank you!"
490
+ msgstr "Su generoso soporte permite el desarrollo continuo de este plugin gratuito. ¡Gracias!"
491
+
492
+ #: library/plugin-settings.php:966
493
+ msgid "Check this box if you have shown support"
494
+ msgstr "Marque esta casilla si ha mostrado soporte"
495
+
496
+ #: library/plugin-settings.php:975
497
+ msgid "Overview"
498
+ msgstr "Visión de conjunto"
499
+
500
+ #: library/plugin-settings.php:979
501
+ msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
502
+ msgstr "permite a sus visitantes enviar publicaciones y cargar imágenes desde el front-end de su sitio."
503
+
504
+ #: library/plugin-settings.php:980
505
+ msgid "For advanced functionality and unlimited forms, check out"
506
+ msgstr "Para funcionalidad avanzada y formas ilimitadas, echa un vistazo"
507
+
508
+ #: library/plugin-settings.php:980 library/plugin-settings.php:1354
509
+ msgid "USP Pro"
510
+ msgstr "USP Pro"
511
+
512
+ #: library/plugin-settings.php:981
513
+ msgid "&mdash; the ultimate solution for user-generated content."
514
+ msgstr "& mdash; la solución definitiva para el contenido generado por el usuario."
515
+
516
+ #: library/plugin-settings.php:985 library/plugin-settings.php:1002
517
+ msgid "Plugin Settings"
518
+ msgstr "Configuración del complemento"
519
+
520
+ #: library/plugin-settings.php:986
521
+ msgid "Display the form"
522
+ msgstr "Mostrar el formulario"
523
+
524
+ #: library/plugin-settings.php:987 library/plugin-settings.php:1511
525
+ msgid "Plugin Homepage"
526
+ msgstr "Página de inicio de plugin"
527
+
528
+ #: library/plugin-settings.php:990
529
+ msgid "If you like this plugin, please"
530
+ msgstr "Si te gusta este complemento, por favor"
531
+
532
+ #: library/plugin-settings.php:991
533
+ msgid "THANK YOU for your support!"
534
+ msgstr "¡Gracias por tu apoyo!"
535
+
536
+ #: library/plugin-settings.php:991
537
+ msgid "give it a 5-star rating"
538
+ msgstr "darle una calificación de 5 estrellas"
539
+
540
+ #: library/plugin-settings.php:995
541
+ msgid "Unlimited front-end forms"
542
+ msgstr "Formas de front-end ilimitadas"
543
+
544
+ #: library/plugin-settings.php:995
545
+ msgid "Get USP Pro"
546
+ msgstr "Obtenga USP Pro"
547
+
548
+ #: library/plugin-settings.php:1005
549
+ msgid "Configure your settings for User Submitted Posts."
550
+ msgstr "Configure su configuración para las publicaciones enviadas por el usuario."
551
+
552
+ #: library/plugin-settings.php:1007
553
+ msgid "Form Fields"
554
+ msgstr "Campos de formulario"
555
+
556
+ #: library/plugin-settings.php:1013
557
+ msgid "User Name"
558
+ msgstr "Nombre de usuario"
559
+
560
+ #: library/plugin-settings.php:1014
561
+ msgid "User Email"
562
+ msgstr "Correo electrónico del usuario"
563
+
564
+ #: library/plugin-settings.php:1015
565
+ msgid "User URL"
566
+ msgstr "URL de usuario"
567
+
568
+ #: library/plugin-settings.php:1030
569
+ msgid "General Settings"
570
+ msgstr "Configuración general"
571
+
572
+ #: library/plugin-settings.php:1032
573
+ msgid "Note that the default settings work fine for most cases."
574
+ msgstr "Tenga en cuenta que la configuración predeterminada funciona bien para la mayoría de los casos."
575
+
576
+ #: library/plugin-settings.php:1037
577
+ msgid "Form Style"
578
+ msgstr "Estilo de formulario"
579
+
580
+ #: library/plugin-settings.php:1042
581
+ msgid "With this option, you can copy the plugin&rsquo;s default templates:"
582
+ msgstr "Con esta opción, puede copiar las plantillas predeterminadas del plugin & rsquo;"
583
+
584
+ #: library/plugin-settings.php:1047
585
+ msgid "..and upload them into a directory named"
586
+ msgstr "..y cargarlos en un directorio llamado"
587
+
588
+ #: library/plugin-settings.php:1047
589
+ msgid "in your theme:"
590
+ msgstr "en tu tema:"
591
+
592
+ #: library/plugin-settings.php:1053
593
+ msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
594
+ msgstr "Eso le permitirá personalizar la forma y los estilos como desee. Para obtener más información, consulte la sección \"Formulario de envío personalizado\" en la"
595
+
596
+ #: library/plugin-settings.php:1054
597
+ msgid "Installation Docs"
598
+ msgstr "Documentos de instalación"
599
+
600
+ #: library/plugin-settings.php:1055
601
+ msgid "FYI: here is a"
602
+ msgstr "FYI: aquí hay un"
603
+
604
+ #: library/plugin-settings.php:1055
605
+ msgid "list of USP CSS selectors"
606
+ msgstr "lista de selectores CSS de USP"
607
+
608
+ #: library/plugin-settings.php:1061
609
+ msgid "Include JavaScript"
610
+ msgstr "Incluir JavaScript"
611
+
612
+ #: library/plugin-settings.php:1063
613
+ msgid "Check this box if you want to include the external JavaScript files (recommended)."
614
+ msgstr "Marque esta casilla si desea incluir los archivos JavaScript externos (recomendado)."
615
+
616
+ #: library/plugin-settings.php:1066
617
+ msgid "Targeted Loading"
618
+ msgstr "Targeted Loading"
619
+
620
+ #: library/plugin-settings.php:1068
621
+ msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
622
+ msgstr "Por defecto, CSS externo y amp; Los archivos de JavaScript se cargan en cada página. Aquí puede especificar la URL del formulario USP para cargar recursos solo en esa página. Nota: déjelo en blanco para cargar en todas las páginas."
623
+
624
+ #: library/plugin-settings.php:1071
625
+ msgid "Post Type"
626
+ msgstr "Tipo de mensaje"
627
+
628
+ #: library/plugin-settings.php:1074
629
+ msgid "Submit posts as WP Posts or Pages"
630
+ msgstr "Enviar publicaciones como publicaciones o páginas de WP"
631
+
632
+ #: library/plugin-settings.php:1078
633
+ msgid "Post Status"
634
+ msgstr "Estado de publicación"
635
+
636
+ #: library/plugin-settings.php:1081
637
+ msgid "Post Status for submitted posts"
638
+ msgstr "Estado de publicación para publicaciones enviadas"
639
+
640
+ #: library/plugin-settings.php:1085
641
+ msgid "Redirect URL"
642
+ msgstr "Redireccionar URL"
643
+
644
+ #: library/plugin-settings.php:1087
645
+ msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
646
+ msgstr "Especifique una URL para redirigir al usuario después del envío posterior. Dejar en blanco para redirigir a la página actual."
647
+
648
+ #: library/plugin-settings.php:1090
649
+ msgid "Success Message"
650
+ msgstr "Mensaje de éxito"
651
+
652
+ #: library/plugin-settings.php:1092
653
+ msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
654
+ msgstr "Mensaje de éxito que se muestra si la post-presentación es exitosa. El marcado básico está permitido."
655
+
656
+ #: library/plugin-settings.php:1095
657
+ msgid "Error Message"
658
+ msgstr "Mensaje de error"
659
+
660
+ #: library/plugin-settings.php:1097
661
+ msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
662
+ msgstr "Mensaje de error general que se muestra si falla el envío posterior. El marcado básico está permitido."
663
+
664
+ #: library/plugin-settings.php:1100
665
+ msgid "Custom Content"
666
+ msgstr "Contenido personalizado"
667
+
668
+ #: library/plugin-settings.php:1102
669
+ msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
670
+ msgstr "Texto personalizado / marcado que se incluirá antes del formulario de envío. Dejar en blanco para deshabilitar."
671
+
672
+ #: library/plugin-settings.php:1105
673
+ msgid "Rich Text Editor"
674
+ msgstr "Editor de texto enriquecido"
675
+
676
+ #: library/plugin-settings.php:1107
677
+ msgid "Check this box if you want to enable WP rich text editing for submitted posts."
678
+ msgstr "Marque esta casilla si desea habilitar la edición de texto enriquecido de WP para las publicaciones enviadas."
679
+
680
+ #: library/plugin-settings.php:1110
681
+ msgid "Unique Titles"
682
+ msgstr "Títulos únicos"
683
+
684
+ #: library/plugin-settings.php:1112
685
+ msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
686
+ msgstr "Requiere que los títulos enviados sean únicos (útil para evitar publicaciones múltiples / duplicadas enviadas)."
687
+
688
+ #: library/plugin-settings.php:1115
689
+ msgid "Disable Required"
690
+ msgstr "Deshabilitar requerido"
691
+
692
+ #: library/plugin-settings.php:1117
693
+ msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
694
+ msgstr "Deshabilite todos los atributos requeridos en los campos de formulario predeterminados (útil para solucionar problemas de mensajes de error)."
695
+
696
+ #: library/plugin-settings.php:1120
697
+ msgid "Disable IP Tracking"
698
+ msgstr "Deshabilitar el seguimiento de IP"
699
+
700
+ #: library/plugin-settings.php:1122
701
+ msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
702
+ msgstr "Por defecto, USP registra la dirección IP con cada publicación enviada. Marque esta casilla para deshabilitar todo el seguimiento de IP."
703
+
704
+ #: library/plugin-settings.php:1125
705
+ msgid "Enable Shortcodes"
706
+ msgstr "Habilitar códigos cortos"
707
+
708
+ #: library/plugin-settings.php:1127
709
+ msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
710
+ msgstr "Habilite los códigos abreviados en widgets. Por defecto, WordPress no habilita shortcodes en widgets."
711
+
712
+ #: library/plugin-settings.php:1128
713
+ msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
714
+ msgstr "Esta configuración habilita todos / / shortcodes en widgets (incluso shortcodes de otros complementos)."
715
+
716
+ #: library/plugin-settings.php:1133 library/plugin-settings.php:1138
717
+ msgid "Categories"
718
+ msgstr "Categorías"
719
+
720
+ #: library/plugin-settings.php:1141
721
+ msgid "Select which categories may be assigned to submitted posts (click to toggle)"
722
+ msgstr "Seleccione qué categorías se pueden asignar a las publicaciones enviadas (haga clic para alternar)"
723
+
724
+ #: library/plugin-settings.php:1149
725
+ msgid "Hidden/Default Category"
726
+ msgstr "Categoría oculta / predeterminada"
727
+
728
+ #: library/plugin-settings.php:1151
729
+ msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
730
+ msgstr "Use un campo oculto para la categoría de publicación. Esto se puede usar para especificar una categoría predeterminada cuando el campo de categoría está deshabilitado."
731
+
732
+ #: library/plugin-settings.php:1154
733
+ msgid "Category ID for Hidden Field"
734
+ msgstr "ID de categoría para el campo oculto"
735
+
736
+ #: library/plugin-settings.php:1156
737
+ msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
738
+ msgstr "Especifique la ID de la categoría que se usará para la & ldquo; Categoría oculta / predeterminada & rdquo; opción."
739
+
740
+ #: library/plugin-settings.php:1161
741
+ msgid "Users"
742
+ msgstr "Usuarios"
743
+
744
+ #: library/plugin-settings.php:1166
745
+ msgid "Assigned Author"
746
+ msgstr "Autor asignado"
747
+
748
+ #: library/plugin-settings.php:1169
749
+ msgid "Specify the user that should be assigned as author for submitted posts."
750
+ msgstr "Especifique el usuario que debe asignarse como autor para las publicaciones enviadas."
751
+
752
+ #: library/plugin-settings.php:1173
753
+ msgid "Registered Username"
754
+ msgstr "Nombre de Usuario Registrado"
755
+
756
+ #: library/plugin-settings.php:1175
757
+ msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
758
+ msgstr "Use el nombre de usuario registrado como autor de la publicación. Válido cuando la persona que envía el formulario ha iniciado sesión en WordPress."
759
+
760
+ #: library/plugin-settings.php:1178
761
+ msgid "User Profile URL"
762
+ msgstr "URL de perfil de usuario"
763
+
764
+ #: library/plugin-settings.php:1180
765
+ msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
766
+ msgstr "Use la URL del perfil del usuario registrado como el valor del campo URL. Válido cuando la persona que envía el formulario ha iniciado sesión en WordPress."
767
+
768
+ #: library/plugin-settings.php:1183
769
+ msgid "Require User Login"
770
+ msgstr "Requiere inicio de sesión de usuario"
771
+
772
+ #: library/plugin-settings.php:1185
773
+ msgid "Require users to be logged in to WordPress to view/submit the form"
774
+ msgstr "Requerir que los usuarios inicien sesión en WordPress para ver / enviar el formulario"
775
+
776
+ #: library/plugin-settings.php:1188
777
+ msgid "Disable Replace Author"
778
+ msgstr "Desactivar Replace Author"
779
+
780
+ #: library/plugin-settings.php:1190
781
+ msgid "Do not replace post author with submitted user name"
782
+ msgstr "No reemplace el autor del post con el nombre de usuario enviado"
783
+
784
+ #: library/plugin-settings.php:1196
785
+ msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
786
+ msgstr "Aquí puede cambiar el nombre y la etiqueta utilizados por el campo personalizado. Puede habilitar este campo a través de la configuración de Campos de formulario, arriba."
787
+
788
+ #: library/plugin-settings.php:1201
789
+ msgid "Custom Field Name"
790
+ msgstr "Nombre de campo personalizado"
791
+
792
+ #: library/plugin-settings.php:1203
793
+ msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
794
+ msgstr "Use solo caracteres alfanuméricos, guiones bajos y guiones. Si no está seguro, use el nombre predeterminado:"
795
+
796
+ #: library/plugin-settings.php:1206
797
+ msgid "Custom Field Label"
798
+ msgstr "Etiqueta de campo personalizada"
799
+
800
+ #: library/plugin-settings.php:1208
801
+ msgid "This will be displayed as the field label on the form. Default: Custom Field"
802
+ msgstr "Esto se mostrará como la etiqueta del campo en el formulario. Predeterminado: campo personalizado"
803
+
804
+ #: library/plugin-settings.php:1220
805
+ msgid "To prevent spam, enter a question that users must answer before submitting the form."
806
+ msgstr "Para evitar el correo no deseado, ingrese una pregunta que los usuarios deben responder antes de enviar el formulario."
807
+
808
+ #: library/plugin-settings.php:1223
809
+ msgid "Challenge Response"
810
+ msgstr "Respuesta al reto"
811
+
812
+ #: library/plugin-settings.php:1225
813
+ msgid "Enter the *only* correct answer to the challenge question."
814
+ msgstr "Ingrese la * única * respuesta correcta a la pregunta de desafío."
815
+
816
+ #: library/plugin-settings.php:1228
817
+ msgid "Case-sensitivity"
818
+ msgstr "Sensibilidad a mayúsculas"
819
+
820
+ #: library/plugin-settings.php:1230
821
+ msgid "Check this box if you want the challenge response to be case-sensitive."
822
+ msgstr "Marque esta casilla si desea que la respuesta al desafío sea sensible a mayúsculas y minúsculas."
823
+
824
+ #: library/plugin-settings.php:1236
825
+ msgid "To enable Google reCAPTCHA, enter your public and private keys."
826
+ msgstr "Para habilitar Google reCAPTCHA, ingrese sus claves públicas y privadas."
827
+
828
+ #: library/plugin-settings.php:1241
829
+ msgid "Public Key"
830
+ msgstr "Llave pública"
831
+
832
+ #: library/plugin-settings.php:1243
833
+ msgid "Enter your Public Key"
834
+ msgstr "Ingresa tu clave pública"
835
+
836
+ #: library/plugin-settings.php:1246
837
+ msgid "Private Key"
838
+ msgstr "Llave privada"
839
+
840
+ #: library/plugin-settings.php:1248
841
+ msgid "Enter your Private Key"
842
+ msgstr "Ingrese su clave privada"
843
+
844
+ #: library/plugin-settings.php:1253
845
+ msgid "Email Alerts"
846
+ msgstr "Alertas de correo electrónico"
847
+
848
+ #: library/plugin-settings.php:1258
849
+ msgid "Receive Email Alert"
850
+ msgstr "Reciba Alerta de correo electrónico"
851
+
852
+ #: library/plugin-settings.php:1260
853
+ msgid "Check this box if you want to be notified via email for new post submissions."
854
+ msgstr "Marque esta casilla si desea recibir notificaciones por correo electrónico para nuevos envíos de publicaciones."
855
+
856
+ #: library/plugin-settings.php:1263
857
+ msgid "Enable HTML Format"
858
+ msgstr "Habilitar formato HTML"
859
+
860
+ #: library/plugin-settings.php:1265
861
+ msgid "Check this box to enable HTML format for email alerts."
862
+ msgstr "Marque esta casilla para habilitar el formato HTML para las alertas por correo electrónico."
863
+
864
+ #: library/plugin-settings.php:1268
865
+ msgid "Email Address for Alerts"
866
+ msgstr "Dirección de correo electrónico para alertas"
867
+
868
+ #: library/plugin-settings.php:1270
869
+ msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
870
+ msgstr "Si marcó la casilla para recibir alertas por correo electrónico, indique aquí las direcciones a las que se enviarán los correos electrónicos."
871
+
872
+ #: library/plugin-settings.php:1271
873
+ msgid "Multiple recipients may be included using a comma, like so:"
874
+ msgstr "Se pueden incluir varios destinatarios usando una coma, como esta:"
875
+
876
+ #: library/plugin-settings.php:1274
877
+ msgid "Email &ldquo;From&rdquo; Address"
878
+ msgstr "Correo electrónico y ldquo; De & rdquo; Dirección"
879
+
880
+ #: library/plugin-settings.php:1276
881
+ msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
882
+ msgstr "Aquí puede personalizar las direcciones utilizadas para & ldquo; From & rdquo; encabezado (consulte las preguntas frecuentes sobre complementos para obtener información)."
883
+
884
+ #: library/plugin-settings.php:1277
885
+ msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
886
+ msgstr "Si se especifican varias direcciones en la configuración anterior, incluya una cantidad igual de & ldquo; De & rdquo; direcciones para esta configuración (en el mismo orden)."
887
+
888
+ #: library/plugin-settings.php:1280
889
+ msgid "Email Alert Subject"
890
+ msgstr "Asunto de alerta de correo electrónico"
891
+
892
+ #: library/plugin-settings.php:1282
893
+ msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
894
+ msgstr "Línea de asunto para alertas por correo electrónico. Déjelo en blanco para usar la línea de asunto predeterminada. Nota: puede usar las siguientes variables:"
895
+
896
+ #: library/plugin-settings.php:1287
897
+ msgid "Email Alert Message"
898
+ msgstr "Mensaje de alerta por correo electrónico"
899
+
900
+ #: library/plugin-settings.php:1289
901
+ msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
902
+ msgstr "Mensaje para alertas por correo electrónico. Déjelo en blanco para usar el mensaje predeterminado. Nota: puede usar las siguientes variables:"
903
+
904
+ #: library/plugin-settings.php:1301
905
+ msgid "Featured Image"
906
+ msgstr "Foto principal"
907
+
908
+ #: library/plugin-settings.php:1303
909
+ msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
910
+ msgstr "Establecer imágenes enviadas como Imágenes destacadas. Requiere compatibilidad con temas para Imágenes destacadas (aka Miniaturas de publicación)."
911
+
912
+ #: library/plugin-settings.php:1306
913
+ msgid "Upload Message"
914
+ msgstr "Subir mensaje"
915
+
916
+ #: library/plugin-settings.php:1308
917
+ msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
918
+ msgstr "Mensaje que aparece al lado del campo de carga. Útil para indicar sus pautas de carga / política / etc. Marcado básico permitido."
919
+
920
+ #: library/plugin-settings.php:1311
921
+ msgid "&ldquo;Add another image&rdquo; link"
922
+ msgstr "& ldquo; Agregue otra imagen & rdquo; enlazar"
923
+
924
+ #: library/plugin-settings.php:1313
925
+ msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
926
+ msgstr "El marcado personalizado para & ldquo; Agrega otra imagen & rdquo; enlazar. Déjelo en blanco para usar el marcado predeterminado (recomendado)."
927
+
928
+ #: library/plugin-settings.php:1316
929
+ msgid "Minimum number of images"
930
+ msgstr "Número mínimo de imágenes"
931
+
932
+ #: library/plugin-settings.php:1319
933
+ msgid "Specify the minimum number of images."
934
+ msgstr "Especifique la cantidad mínima de imágenes."
935
+
936
+ #: library/plugin-settings.php:1323
937
+ msgid "Maximum number of images"
938
+ msgstr "Número máximo de imágenes"
939
+
940
+ #: library/plugin-settings.php:1326
941
+ msgid "Specify the maximum number of images."
942
+ msgstr "Especifique la cantidad máxima de imágenes."
943
+
944
+ #: library/plugin-settings.php:1330
945
+ msgid "Minimum image width"
946
+ msgstr "Ancho mínimo de la imagen"
947
+
948
+ #: library/plugin-settings.php:1332
949
+ msgid "Specify a minimum width (in pixels) for uploaded images."
950
+ msgstr "Especifique un ancho mínimo (en píxeles) para las imágenes cargadas."
951
+
952
+ #: library/plugin-settings.php:1335
953
+ msgid "Minimum image height"
954
+ msgstr "Altura mínima de la imagen"
955
+
956
+ #: library/plugin-settings.php:1337
957
+ msgid "Specify a minimum height (in pixels) for uploaded images."
958
+ msgstr "Especifique una altura mínima (en píxeles) para las imágenes cargadas."
959
+
960
+ #: library/plugin-settings.php:1340
961
+ msgid "Maximum image width"
962
+ msgstr "Ancho máximo de la imagen"
963
+
964
+ #: library/plugin-settings.php:1342
965
+ msgid "Specify a maximum width (in pixels) for uploaded images."
966
+ msgstr "Especifique un ancho máximo (en píxeles) para las imágenes cargadas."
967
+
968
+ #: library/plugin-settings.php:1345
969
+ msgid "Maximum image height"
970
+ msgstr "Altura máxima de la imagen"
971
+
972
+ #: library/plugin-settings.php:1347
973
+ msgid "Specify a maximum height (in pixels) for uploaded images."
974
+ msgstr "Especifique una altura máxima (en píxeles) para las imágenes cargadas."
975
+
976
+ #: library/plugin-settings.php:1350
977
+ msgid "More Options"
978
+ msgstr "Mas opciones"
979
+
980
+ #: library/plugin-settings.php:1353
981
+ msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
982
+ msgstr "Para obtener más opciones, como la posibilidad de cargar otros tipos de archivos (como PDF, Word, Zip, videos y más), echa un vistazo a"
983
+
984
+ #: library/plugin-settings.php:1354
985
+ msgid "Go Pro!"
986
+ msgstr "¡Go Pro!"
987
+
988
+ #: library/plugin-settings.php:1361
989
+ msgid "Auto-Display Content"
990
+ msgstr "Contenido de visualización automática"
991
+
992
+ #: library/plugin-settings.php:1366
993
+ msgid "Images Auto-Display"
994
+ msgstr "Visualización automática de imágenes"
995
+
996
+ #: library/plugin-settings.php:1368
997
+ msgid "Auto-display user-submitted images:"
998
+ msgstr "Visualización automática de imágenes enviadas por el usuario:"
999
+
1000
+ #: library/plugin-settings.php:1373
1001
+ msgid "Image Markup"
1002
+ msgstr "Marca de imagen"
1003
+
1004
+ #: library/plugin-settings.php:1375
1005
+ msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1006
+ msgstr "Marcado a usar para cada imagen enviada (cuando la visualización automática está habilitada). Puedo usar"
1007
+
1008
+ #: library/plugin-settings.php:1377 library/plugin-settings.php:1390
1009
+ #: library/plugin-settings.php:1403 library/plugin-settings.php:1416
1010
+ msgid "and"
1011
+ msgstr "y"
1012
+
1013
+ #: library/plugin-settings.php:1380
1014
+ msgid "Email Auto-Display"
1015
+ msgstr "Visualización automática de correo electrónico"
1016
+
1017
+ #: library/plugin-settings.php:1382
1018
+ msgid "Auto-display user-submitted email:"
1019
+ msgstr "Mostrar automáticamente el correo electrónico enviado por el usuario:"
1020
+
1021
+ #: library/plugin-settings.php:1387
1022
+ msgid "Email Markup"
1023
+ msgstr "Marcado de correo electrónico"
1024
+
1025
+ #: library/plugin-settings.php:1389
1026
+ msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1027
+ msgstr "Marcado a utilizar para la dirección de correo electrónico enviada (cuando la visualización automática está habilitada). Puedo usar"
1028
+
1029
+ #: library/plugin-settings.php:1393
1030
+ msgid "URL Auto-Display"
1031
+ msgstr "Visualización automática de URL"
1032
+
1033
+ #: library/plugin-settings.php:1395
1034
+ msgid "Auto-display user-submitted URL:"
1035
+ msgstr "Visualización automática de la URL enviada por el usuario:"
1036
+
1037
+ #: library/plugin-settings.php:1400
1038
+ msgid "URL Markup"
1039
+ msgstr "Marcado de URL"
1040
+
1041
+ #: library/plugin-settings.php:1402
1042
+ msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1043
+ msgstr "Marcado a usar para la URL enviada (cuando la visualización automática está habilitada). Puedo usar"
1044
+
1045
+ #: library/plugin-settings.php:1406
1046
+ msgid "Custom Field Auto-Display"
1047
+ msgstr "Visualización automática del campo personalizado"
1048
+
1049
+ #: library/plugin-settings.php:1408
1050
+ msgid "Auto-display user-submitted Custom Field:"
1051
+ msgstr "Visualización automática del campo personalizado enviado por el usuario:"
1052
+
1053
+ #: library/plugin-settings.php:1413
1054
+ msgid "Custom Field Markup"
1055
+ msgstr "Marcado de campo personalizado"
1056
+
1057
+ #: library/plugin-settings.php:1415
1058
+ msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1059
+ msgstr "Marcado a usar para el campo personalizado enviado (cuando la visualización automática está habilitada). Puedo usar"
1060
+
1061
+ #: library/plugin-settings.php:1421 library/plugin-settings.php:1497
1062
+ msgid "Save Settings"
1063
+ msgstr "Guardar ajustes"
1064
+
1065
+ #: library/plugin-settings.php:1426
1066
+ msgid "Display the Form"
1067
+ msgstr "Mostrar el formulario"
1068
+
1069
+ #: library/plugin-settings.php:1429
1070
+ msgid "Post-Submit Form"
1071
+ msgstr "Formulario posterior a la presentación"
1072
+
1073
+ #: library/plugin-settings.php:1430
1074
+ msgid "USP enables you to display a post-submission form anywhere on your site."
1075
+ msgstr "USP le permite mostrar un formulario posterior a la presentación en cualquier lugar de su sitio."
1076
+
1077
+ #: library/plugin-settings.php:1431 library/plugin-settings.php:1438
1078
+ msgid "Use the shortcode to display the form on any WP Post or Page:"
1079
+ msgstr "Use el código abreviado para mostrar el formulario en cualquier publicación o página de WP:"
1080
+
1081
+ #: library/plugin-settings.php:1433 library/plugin-settings.php:1440
1082
+ msgid "Or, use the template tag to display the form anywhere in your theme template:"
1083
+ msgstr "O bien, use la etiqueta de plantilla para mostrar el formulario en cualquier lugar de su plantilla de tema:"
1084
+
1085
+ #: library/plugin-settings.php:1436
1086
+ msgid "Login/Register Form"
1087
+ msgstr "Formulario de inicio de sesión / registro"
1088
+
1089
+ #: library/plugin-settings.php:1437
1090
+ msgid "You also can display a form that enables users to log in, register, or reset their password."
1091
+ msgstr "También puede mostrar un formulario que permite a los usuarios iniciar sesión, registrar o restablecer su contraseña."
1092
+
1093
+ #: library/plugin-settings.php:1443
1094
+ msgid "Display Submitted Posts"
1095
+ msgstr "Mostrar publicaciones enviadas"
1096
+
1097
+ #: library/plugin-settings.php:1444
1098
+ msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1099
+ msgstr "Use este shortcode para mostrar una lista de las publicaciones enviadas en cualquier publicación o página de WP:"
1100
+
1101
+ #: library/plugin-settings.php:1446
1102
+ msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1103
+ msgstr "O bien, use la etiqueta de la plantilla para mostrar una lista de las publicaciones enviadas en cualquier lugar de la plantilla de su tema:"
1104
+
1105
+ #: library/plugin-settings.php:1448
1106
+ msgid "Here are some examples showing how to configure this shortcode:"
1107
+ msgstr "Aquí hay algunos ejemplos que muestran cómo configurar este shortcode:"
1108
+
1109
+ #: library/plugin-settings.php:1455
1110
+ msgid "Reset Form Button"
1111
+ msgstr "Restablecer botón de formulario"
1112
+
1113
+ #: library/plugin-settings.php:1456
1114
+ msgid "This shortcode displays a link that resets the form to its original state:"
1115
+ msgstr "Este código abreviado muestra un enlace que restablece el formulario a su estado original:"
1116
+
1117
+ #: library/plugin-settings.php:1458
1118
+ msgid "This shortcode accepts the following attributes:"
1119
+ msgstr "Este shortcode acepta los siguientes atributos:"
1120
+
1121
+ #: library/plugin-settings.php:1463
1122
+ msgid "Note that the url attribute accepts"
1123
+ msgstr "Tenga en cuenta que el atributo url acepta"
1124
+
1125
+ #: library/plugin-settings.php:1463
1126
+ msgid "to get the current URL."
1127
+ msgstr "para obtener la URL actual."
1128
+
1129
+ #: library/plugin-settings.php:1465
1130
+ msgid "Access Control"
1131
+ msgstr "Control de acceso"
1132
+
1133
+ #: library/plugin-settings.php:1466
1134
+ msgid "USP provides three shortcodes to control access and restrict content."
1135
+ msgstr "USP proporciona tres códigos cortos para controlar el acceso y restringir el contenido."
1136
+
1137
+ #: library/plugin-settings.php:1467
1138
+ msgid "Display content only to users with a specific capability:"
1139
+ msgstr "Mostrar contenido solo para usuarios con una capacidad específica:"
1140
+
1141
+ #: library/plugin-settings.php:1469
1142
+ msgid "Display content to logged-in users:"
1143
+ msgstr "Mostrar contenido a los usuarios que han iniciado sesión:"
1144
+
1145
+ #: library/plugin-settings.php:1471
1146
+ msgid "Display content to visitors only:"
1147
+ msgstr "Mostrar contenido solo para visitantes:"
1148
+
1149
+ #: library/plugin-settings.php:1473
1150
+ msgid "Tip:"
1151
+ msgstr "Propina:"
1152
+
1153
+ #: library/plugin-settings.php:1473
1154
+ msgid "to include markup in the deny message, you can use"
1155
+ msgstr "para incluir el marcado en el mensaje de denegación, puede usar"
1156
+
1157
+ #: library/plugin-settings.php:1473
1158
+ msgid "to output"
1159
+ msgstr "para salida"
1160
+
1161
+ #: library/plugin-settings.php:1475
1162
+ msgid "Example"
1163
+ msgstr "Ejemplo"
1164
+
1165
+ #: library/plugin-settings.php:1476
1166
+ msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1167
+ msgstr "Si el usuario ha iniciado sesión, muestre el formulario post-envío; o si el usuario no ha iniciado sesión, muestre el formulario de inicio de sesión:"
1168
+
1169
+ #: library/plugin-settings.php:1488
1170
+ msgid "Restore Defaults"
1171
+ msgstr "Restaurar los valores predeterminados"
1172
+
1173
+ #: library/plugin-settings.php:1491
1174
+ msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1175
+ msgstr "Deje esta opción deshabilitada para recordar su configuración. O bien, para continuar y restaurar las opciones de complemento predeterminadas: marque la casilla, guarde su configuración y luego desactive / reactive el complemento."
1176
+
1177
+ #: library/plugin-settings.php:1495
1178
+ msgid "Restore default options upon plugin deactivation/reactivation."
1179
+ msgstr "Restaure las opciones predeterminadas al desactivar / reactivar el complemento."
1180
+
1181
+ #: library/plugin-settings.php:1502
1182
+ msgid "Show Support"
1183
+ msgstr "Mostrar soporte"
1184
+
1185
+ #: library/plugin-settings.php:1511
1186
+ msgid "by"
1187
+ msgstr "por"
1188
+
1189
+ #: library/plugin-settings.php:1512
1190
+ msgid "Jeff Starr on Twitter"
1191
+ msgstr "Jeff Starr en Twitter"
1192
+
1193
+ #: library/plugin-settings.php:1513
1194
+ msgid "Obsessive Web Design &amp; Development"
1195
+ msgstr "Diseño web obsesivo & amp; Desarrollo"
1196
+
1197
+ #: library/plugin-settings.php:1524
1198
+ msgid "Save Preference"
1199
+ msgstr "Guardar Preferencia"
1200
+
1201
+ #: library/plugin-settings.php:1531
1202
+ msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1203
+ msgstr "¿Seguro que quieres restaurar todas las opciones predeterminadas? (Esta acción no se puede deshacer)"
1204
+
1205
+ #: library/support-panel.php:52
1206
+ msgid "Perishable Press Books"
1207
+ msgstr "Libros de prensa perecederos"
1208
+
1209
+ #: library/support-panel.php:53
1210
+ msgid "Plugin Planet"
1211
+ msgstr "Plugin Planet"
1212
+
1213
+ #: library/support-panel.php:54
1214
+ msgid "Donate via PayPal"
1215
+ msgstr "Done a través de PayPal"
1216
+
1217
+ #: library/support-panel.php:56
1218
+ msgid "books"
1219
+ msgstr "libros"
1220
+
1221
+ #: library/support-panel.php:57
1222
+ msgid "plugins"
1223
+ msgstr "complementos"
1224
+
1225
+ #: library/support-panel.php:58
1226
+ msgid "donation"
1227
+ msgstr "donación"
1228
+
1229
+ #: library/support-panel.php:60
1230
+ msgid "Thank you for using"
1231
+ msgstr "Gracias por usar"
1232
+
1233
+ #: library/support-panel.php:61
1234
+ msgid "Please show support by purchasing one of my"
1235
+ msgstr "Por favor muestra soporte comprando uno de mis"
1236
+
1237
+ #: library/support-panel.php:62
1238
+ msgid "or"
1239
+ msgstr "o"
1240
+
1241
+ #: library/support-panel.php:62
1242
+ msgid "or by making a"
1243
+ msgstr "o haciendo una"
1244
+
1245
+ #: library/support-panel.php:63
1246
+ msgid "Your generous support helps to ensure future development of"
1247
+ msgstr "Su generoso apoyo ayuda a asegurar el desarrollo futuro de"
1248
+
1249
+ #: library/support-panel.php:64
1250
+ msgid "and is greatly appreciated."
1251
+ msgstr "y es muy apreciado."
1252
+
1253
+ #: library/support-panel.php:66
1254
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1255
+ msgstr "Cualquier donación de tamaño me ayuda a seguir desarrollando este plugin gratuito y otros recursos increíbles de WordPress."
1256
+
1257
+ #. Description of the plugin
1258
+ #:
1259
+ msgid "Enables your visitors to submit posts and images from anywhere on your site."
1260
+ msgstr "Permite a tus visitantes enviar publicaciones e imágenes desde cualquier lugar de tu sitio."
1261
+
1262
+ #. URI of the plugin
1263
+ #:
1264
+ msgid "https://perishablepress.com/user-submitted-posts/"
1265
+ msgstr "https://perishablepress.com/user-submitted-posts/"
1266
+
1267
+ #. Author of the plugin
1268
+ #:
1269
+ msgid "Jeff Starr"
1270
+ msgstr "Jeff Starr"
1271
+
1272
+ #. Author URI of the plugin
1273
+ #:
1274
+ msgid "https://plugin-planet.com/"
1275
+ msgstr "https://plugin-planet.com/"
1276
+
trunk/languages/usp-fa_IR.mo ADDED
Binary file
trunk/languages/usp-fa_IR.po ADDED
@@ -0,0 +1,1276 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "MIME-Version: 1.0\n"
4
+ "Content-Type: text/plain; charset=UTF-8\n"
5
+ "Content-Transfer-Encoding: 8bit\n"
6
+ "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20180316\n"
8
+ "Language: fa\n"
9
+
10
+ #. Name of the plugin
11
+ #: user-submitted-posts.php:44 library/support-panel.php:5
12
+ msgid "User Submitted Posts"
13
+ msgstr "ارسال شده توسط کاربر"
14
+
15
+ #: user-submitted-posts.php:81
16
+ msgid "requires WordPress "
17
+ msgstr "نیاز به وردپرس دارد"
18
+
19
+ #: user-submitted-posts.php:82
20
+ msgid " or higher, and has been deactivated! "
21
+ msgstr " یا بالاتر، و غیر فعال شده است!"
22
+
23
+ #: user-submitted-posts.php:83
24
+ msgid "Please return to the"
25
+ msgstr "لطفا به"
26
+
27
+ #: user-submitted-posts.php:84
28
+ msgid "WordPress Admin Area"
29
+ msgstr "منطقه اداری وردپرس"
30
+
31
+ #: user-submitted-posts.php:85
32
+ msgid "to upgrade WordPress and try again."
33
+ msgstr "برای ارتقا وردپرس و دوباره امتحان کنید"
34
+
35
+ #: user-submitted-posts.php:125
36
+ msgid "User Submitted Post"
37
+ msgstr "کاربر ارسال پست"
38
+
39
+ #: user-submitted-posts.php:419
40
+ msgid "User Submitted Post Info"
41
+ msgstr "کاربر ارسال اطلاعات پست"
42
+
43
+ #: user-submitted-posts.php:449
44
+ msgid "Submitter Name: "
45
+ msgstr "نام فرستنده:"
46
+
47
+ #: user-submitted-posts.php:450
48
+ msgid "Submitter Email: "
49
+ msgstr "ارسال کننده ارسال کننده:"
50
+
51
+ #: user-submitted-posts.php:451
52
+ msgid "Submitter URL: "
53
+ msgstr "URL ارسال کننده:"
54
+
55
+ #: user-submitted-posts.php:452
56
+ msgid "Submitter IP: "
57
+ msgstr "فرستنده IP:"
58
+
59
+ #: user-submitted-posts.php:503
60
+ msgid "Show USP Posts"
61
+ msgstr "نمایش پست های USP"
62
+
63
+ #: user-submitted-posts.php:504 library/plugin-settings.php:979
64
+ msgid "USP"
65
+ msgstr "USP"
66
+
67
+ #: user-submitted-posts.php:1272
68
+ msgid " files required"
69
+ msgstr " فایل مورد نیاز"
70
+
71
+ #: user-submitted-posts.php:1273
72
+ msgid " file required"
73
+ msgstr " فایل مورد نیاز"
74
+
75
+ #: user-submitted-posts.php:1275
76
+ msgid " files"
77
+ msgstr " فایل ها"
78
+
79
+ #: user-submitted-posts.php:1276
80
+ msgid " file"
81
+ msgstr " فایل"
82
+
83
+ #: user-submitted-posts.php:1278 user-submitted-posts.php:1279
84
+ #: user-submitted-posts.php:1280 user-submitted-posts.php:1281
85
+ msgid " pixels"
86
+ msgstr " پیکسل"
87
+
88
+ #: user-submitted-posts.php:1283 library/core-functions.php:215
89
+ #: library/plugin-settings.php:284 library/plugin-settings.php:303
90
+ #: library/plugin-settings.php:701 library/plugin-settings.php:1195
91
+ msgid "Custom Field"
92
+ msgstr "فیلد سفارشی"
93
+
94
+ #: user-submitted-posts.php:1286
95
+ msgid "An error occurred. Please go back and try again."
96
+ msgstr "یک خطا رخ داده است لطفا برگردید و دوباره امتحان کنید."
97
+
98
+ #: user-submitted-posts.php:1296
99
+ msgid "User login required"
100
+ msgstr "ورود به سیستم مورد نیاز"
101
+
102
+ #: user-submitted-posts.php:1297
103
+ msgid "User name required"
104
+ msgstr "نام کاربری (ضروری"
105
+
106
+ #: user-submitted-posts.php:1298
107
+ msgid "Post title required"
108
+ msgstr "عنوان پست مورد نیاز"
109
+
110
+ #: user-submitted-posts.php:1299
111
+ msgid "User URL required"
112
+ msgstr "URL کاربر مورد نیاز است"
113
+
114
+ #: user-submitted-posts.php:1300
115
+ msgid "Post tags required"
116
+ msgstr "برچسبهای ارسال لازم است"
117
+
118
+ #: user-submitted-posts.php:1301
119
+ msgid "Post category required"
120
+ msgstr "دسته پست مورد نیاز است"
121
+
122
+ #: user-submitted-posts.php:1302
123
+ msgid "Post content required"
124
+ msgstr "محتوای پست مورد نیاز"
125
+
126
+ #: user-submitted-posts.php:1303 user-submitted-posts.php:1304
127
+ msgid "Correct captcha required"
128
+ msgstr "درستی لازم است"
129
+
130
+ #: user-submitted-posts.php:1305
131
+ msgid "User email required"
132
+ msgstr "ایمیل مورد نیاز"
133
+
134
+ #: user-submitted-posts.php:1306
135
+ msgid "Please check your email and try again"
136
+ msgstr "لطفا ایمیل خود را بررسی کنید و دوباره امتحان کنید"
137
+
138
+ #: user-submitted-posts.php:1307
139
+ msgid "Non-empty value for hidden field"
140
+ msgstr "مقدار خالی برای فیلد پنهان"
141
+
142
+ #: user-submitted-posts.php:1308
143
+ msgid "Minimum number of images not met"
144
+ msgstr "حداقل تعداد تصاویری که دیده نشده اند"
145
+
146
+ #: user-submitted-posts.php:1309
147
+ msgid "Maximum number of images exceeded "
148
+ msgstr "حداکثر تعداد تصاویر بیش از حد است"
149
+
150
+ #: user-submitted-posts.php:1310
151
+ msgid "Minimum image width not met"
152
+ msgstr "حداقل عرض تصویر دیده نمی شود"
153
+
154
+ #: user-submitted-posts.php:1311
155
+ msgid "Image width exceeds maximum"
156
+ msgstr "عرض تصویر بیش از حداکثر"
157
+
158
+ #: user-submitted-posts.php:1312
159
+ msgid "Minimum image height not met"
160
+ msgstr "حداقل ارتفاع تصویر برآورده نشده است"
161
+
162
+ #: user-submitted-posts.php:1313
163
+ msgid "Image height exceeds maximum"
164
+ msgstr "ارتفاع تصویر بیش از حداکثر"
165
+
166
+ #: user-submitted-posts.php:1314
167
+ msgid "File type not allowed (please upload images only)"
168
+ msgstr "نوع فایل مجاز نیست (فقط تصاویر را آپلود کنید)"
169
+
170
+ #: user-submitted-posts.php:1315
171
+ msgid " required"
172
+ msgstr " ضروری"
173
+
174
+ #: user-submitted-posts.php:1319
175
+ msgid "File not uploaded. Please check the file and try again."
176
+ msgstr "فایل آپلود نشد لطفا فایل را بررسی کنید و دوباره امتحان کنید"
177
+
178
+ #: user-submitted-posts.php:1323
179
+ msgid "The file(s) could not be uploaded"
180
+ msgstr "فایل (ها) قابل آپلود نیست"
181
+
182
+ #: user-submitted-posts.php:1325
183
+ msgid "Post not created. Please contact the site administrator for help."
184
+ msgstr "پست ایجاد نشد لطفا برای کمک با مدیر سایت تماس بگیرید."
185
+
186
+ #: user-submitted-posts.php:1326
187
+ msgid "Duplicate post title. Please try again."
188
+ msgstr "عنوان پست تکراری لطفا دوباره تلاش کنید."
189
+
190
+ #: user-submitted-posts.php:1336
191
+ msgid "Error: "
192
+ msgstr "خطا:"
193
+
194
+ #: user-submitted-posts.php:1362
195
+ msgid "Return to form"
196
+ msgstr "بازگشت به فرم"
197
+
198
+ #: user-submitted-posts.php:1392 library/plugin-settings.php:955
199
+ msgid "Please"
200
+ msgstr "لطفا"
201
+
202
+ #: user-submitted-posts.php:1393
203
+ msgid "log in"
204
+ msgstr "ورود"
205
+
206
+ #: user-submitted-posts.php:1394
207
+ msgid "to submit content!"
208
+ msgstr "برای ارسال محتوا!"
209
+
210
+ #: views/submission-form.php:46 views/submission-form-alt.php:55
211
+ msgid "Please complete the required fields."
212
+ msgstr "لطفا فیلدهای مورد نیاز را تکمیل کنید"
213
+
214
+ #: views/submission-form.php:56 views/submission-form.php:57
215
+ #: views/submission-form-alt.php:61 views/submission-form-alt.php:62
216
+ msgid "Your Name"
217
+ msgstr "اسم شما"
218
+
219
+ #: views/submission-form.php:62 views/submission-form.php:63
220
+ #: views/submission-form-alt.php:67 views/submission-form-alt.php:68
221
+ msgid "Your URL"
222
+ msgstr "URL شما"
223
+
224
+ #: views/submission-form.php:68 views/submission-form.php:69
225
+ #: views/submission-form-alt.php:73 views/submission-form-alt.php:74
226
+ msgid "Your Email"
227
+ msgstr "ایمیل شما"
228
+
229
+ #: views/submission-form.php:74 views/submission-form.php:75
230
+ #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
+ #: library/plugin-settings.php:1016
232
+ msgid "Post Title"
233
+ msgstr "عنوان پست"
234
+
235
+ #: views/submission-form.php:80 views/submission-form.php:81
236
+ #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
+ #: library/plugin-settings.php:1017
238
+ msgid "Post Tags"
239
+ msgstr "برچسبهای ارسالی"
240
+
241
+ #: views/submission-form.php:93 views/submission-form-alt.php:98
242
+ msgid "Antispam Question"
243
+ msgstr "سوال ضد اسپم"
244
+
245
+ #: views/submission-form.php:98 views/submission-form-alt.php:103
246
+ #: library/plugin-settings.php:1018
247
+ msgid "Post Category"
248
+ msgstr "دسته بندی پست"
249
+
250
+ #: views/submission-form.php:100 views/submission-form-alt.php:105
251
+ msgid "Please select a category.."
252
+ msgstr "لطفا یک دسته را انتخاب کنید"
253
+
254
+ #: views/submission-form.php:135 views/submission-form.php:136
255
+ #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
+ #: library/plugin-settings.php:1019
257
+ msgid "Post Content"
258
+ msgstr "محتوا ارسال"
259
+
260
+ #: views/submission-form.php:142 views/submission-form-alt.php:147
261
+ msgid "Verification"
262
+ msgstr "تایید"
263
+
264
+ #: views/submission-form.php:149 views/submission-form-alt.php:154
265
+ msgid "Upload an Image"
266
+ msgstr "آپلود تصویر"
267
+
268
+ #: views/submission-form.php:158 views/submission-form-alt.php:163
269
+ msgid "Add another image"
270
+ msgstr "یک تصویر دیگر اضافه کنید"
271
+
272
+ #: views/submission-form.php:180 views/submission-form-alt.php:185
273
+ msgid "Human verification: leave this field empty."
274
+ msgstr "تأیید انسان: این فیلد را خالی نگه دارید"
275
+
276
+ #: views/submission-form.php:202 views/submission-form-alt.php:207
277
+ msgid "Submit Post"
278
+ msgstr "ارسال پست"
279
+
280
+ #: library/shortcode-misc.php:18
281
+ msgid "Reset form"
282
+ msgstr "فرم بازنشانی"
283
+
284
+ #: library/shortcode-misc.php:128
285
+ msgid "View full post"
286
+ msgstr "مشاهده کامل پست"
287
+
288
+ #: library/plugin-settings.php:32
289
+ msgid "Get USP Pro for unlimited forms!"
290
+ msgstr "دریافت USP نرم افزار برای فرم های نامحدود!"
291
+
292
+ #: library/plugin-settings.php:33
293
+ msgid "Go Pro"
294
+ msgstr "برو طرفدار"
295
+
296
+ #: library/plugin-settings.php:37
297
+ msgid "Settings"
298
+ msgstr "تنظیمات"
299
+
300
+ #: library/plugin-settings.php:55
301
+ msgid "Give USP a 5-star rating at WordPress.org"
302
+ msgstr "به USP امتیاز 5 ستاره در WordPress.org بدهید"
303
+
304
+ #: library/plugin-settings.php:56
305
+ msgid "Rate this plugin&nbsp;&raquo;"
306
+ msgstr "این افزونه را ارزیابی کنید & nbsp؛ & raquo؛"
307
+
308
+ #: library/plugin-settings.php:114
309
+ msgid "WP Post (recommended)"
310
+ msgstr "پست WP (توصیه می شود)"
311
+
312
+ #: library/plugin-settings.php:118
313
+ msgid "WP Page"
314
+ msgstr "صفحه WP"
315
+
316
+ #: library/plugin-settings.php:134
317
+ msgid "HTML5 Form + Default CSS"
318
+ msgstr "فرم HTML5 + CSS پیش فرض"
319
+
320
+ #: library/plugin-settings.php:134
321
+ msgid "(Recommended)"
322
+ msgstr "(توصیه شده)"
323
+
324
+ #: library/plugin-settings.php:138
325
+ msgid "HTML5 Form + Disable CSS"
326
+ msgstr "فرم HTML5 + غیر فعال کردن CSS"
327
+
328
+ #: library/plugin-settings.php:138
329
+ msgid "(Provide your own styles)"
330
+ msgstr "(ارائه سبک های خود را)"
331
+
332
+ #: library/plugin-settings.php:142
333
+ msgid "Custom Form + Custom CSS"
334
+ msgstr "فرم سفارشی + سفارشی CSS"
335
+
336
+ #: library/plugin-settings.php:142
337
+ msgid "(Provide your own form template &amp; styles)"
338
+ msgstr "(فرم قالب و سبک خود را ارائه کنید)"
339
+
340
+ #: library/plugin-settings.php:158 library/plugin-settings.php:182
341
+ #: library/plugin-settings.php:205 library/plugin-settings.php:229
342
+ msgid "Auto-display before post content"
343
+ msgstr "نمایش خودکار قبل از ارسال محتوا"
344
+
345
+ #: library/plugin-settings.php:162 library/plugin-settings.php:186
346
+ #: library/plugin-settings.php:209 library/plugin-settings.php:233
347
+ msgid "Auto-display after post content"
348
+ msgstr "نمایش خودکار پس از محتوای پست"
349
+
350
+ #: library/plugin-settings.php:166
351
+ msgid "Do not auto-display submitted images"
352
+ msgstr "نمایش تصاویر ارسال خودکار نمایش داده نمی شود"
353
+
354
+ #: library/plugin-settings.php:190
355
+ msgid "Do not auto-display submitted email"
356
+ msgstr "ایمیل نمایش داده نشود"
357
+
358
+ #: library/plugin-settings.php:213
359
+ msgid "Do not auto-display submitted URL"
360
+ msgstr "نشانی اینترنتی نمایش داده نشود"
361
+
362
+ #: library/plugin-settings.php:237
363
+ msgid "Do not auto-display the Custom Field"
364
+ msgstr "فیلد سفارشی را به صورت خودکار نمایش ندهید"
365
+
366
+ #: library/plugin-settings.php:265 library/plugin-settings.php:297
367
+ #: library/plugin-settings.php:330 library/plugin-settings.php:362
368
+ msgid "Display and require"
369
+ msgstr "نمایش و نیاز"
370
+
371
+ #: library/plugin-settings.php:266 library/plugin-settings.php:298
372
+ msgid "Display but do not require"
373
+ msgstr "نمایش داده شده اما لازم نیست"
374
+
375
+ #: library/plugin-settings.php:267 library/plugin-settings.php:299
376
+ #: library/plugin-settings.php:331 library/plugin-settings.php:363
377
+ msgid "Disable this field"
378
+ msgstr "این فیلد را غیرفعال کنید"
379
+
380
+ #: library/plugin-settings.php:302 library/plugin-settings.php:334
381
+ #: library/plugin-settings.php:366 library/plugin-settings.php:398
382
+ msgid "(Visit"
383
+ msgstr "(بازدید"
384
+
385
+ #: library/plugin-settings.php:303 library/plugin-settings.php:335
386
+ #: library/plugin-settings.php:367 library/plugin-settings.php:399
387
+ msgid "to configure options)"
388
+ msgstr "برای پیکربندی گزینه ها)"
389
+
390
+ #: library/plugin-settings.php:318 library/plugin-settings.php:335
391
+ #: library/plugin-settings.php:1213 library/plugin-settings.php:1218
392
+ msgid "Challenge Question"
393
+ msgstr "سوال چالش برانگیز"
394
+
395
+ #: library/plugin-settings.php:350 library/plugin-settings.php:367
396
+ #: library/plugin-settings.php:1235
397
+ msgid "Google reCAPTCHA"
398
+ msgstr "Google reCAPTCHA"
399
+
400
+ #: library/plugin-settings.php:382
401
+ msgid "Post Images"
402
+ msgstr "ارسال تصاویر"
403
+
404
+ #: library/plugin-settings.php:394
405
+ msgid "Display"
406
+ msgstr "نمایش دادن"
407
+
408
+ #: library/plugin-settings.php:395
409
+ msgid "Disable"
410
+ msgstr "غیرفعال کردن"
411
+
412
+ #: library/plugin-settings.php:399 library/plugin-settings.php:1296
413
+ msgid "Image Uploads"
414
+ msgstr "آپلود عکس"
415
+
416
+ #: library/plugin-settings.php:479
417
+ msgid "Draft"
418
+ msgstr "پیش نویس"
419
+
420
+ #: library/plugin-settings.php:480
421
+ msgid "Pending (default)"
422
+ msgstr "انتظار (به طور پیش فرض)"
423
+
424
+ #: library/plugin-settings.php:481
425
+ msgid "Publish immediately"
426
+ msgstr "بلافاصله انتشار دهید"
427
+
428
+ #: library/plugin-settings.php:482
429
+ msgid "Publish after 1 approved post"
430
+ msgstr "بعد از پست 1 تایید شده منتشر کنید"
431
+
432
+ #: library/plugin-settings.php:483
433
+ msgid "Publish after "
434
+ msgstr "پس از انتشار"
435
+
436
+ #: library/plugin-settings.php:483
437
+ msgid " approved posts"
438
+ msgstr " پست های تایید شده"
439
+
440
+ #: library/plugin-settings.php:645
441
+ msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
442
+ msgstr "یک خطای وجود دارد. لطفا اطمینان حاصل کنید که عنوان، برخی از محتوا ها اضافه کرده اید و فقط تصاویر را آپلود کرده اید."
443
+
444
+ #: library/plugin-settings.php:659
445
+ msgid "Please select your image(s) to upload."
446
+ msgstr "لطفا تصویر (ها) خود را برای آپلود انتخاب کنید"
447
+
448
+ #: library/plugin-settings.php:665
449
+ msgid "Success! Thank you for your submission."
450
+ msgstr "موفقیت! با تشکر از شما برای ارسال شما."
451
+
452
+ #: library/plugin-settings.php:691
453
+ msgid "Email"
454
+ msgstr "پست الکترونیک"
455
+
456
+ #: library/plugin-settings.php:692
457
+ msgid "URL"
458
+ msgstr "نشانی اینترنتی"
459
+
460
+ #: library/plugin-settings.php:942
461
+ msgid "Toggle all panels"
462
+ msgstr "همه پانلها را تغییر دهید"
463
+
464
+ #: library/plugin-settings.php:951
465
+ msgid "We need your support!"
466
+ msgstr "ما به حمایت شما نیاز داریم!"
467
+
468
+ #: library/plugin-settings.php:955
469
+ msgid "Make a donation via PayPal"
470
+ msgstr "کمک مالی از طریق PayPal"
471
+
472
+ #: library/plugin-settings.php:955
473
+ msgid "make a donation"
474
+ msgstr "کمک مالی کنید"
475
+
476
+ #: library/plugin-settings.php:955
477
+ msgid "and/or"
478
+ msgstr "و / یا"
479
+
480
+ #: library/plugin-settings.php:956
481
+ msgid "Rate and review at the Plugin Directory"
482
+ msgstr "نرخ و بررسی در دایرکتوری پلاگین"
483
+
484
+ #: library/plugin-settings.php:957
485
+ msgid "give this plugin a 5-star rating"
486
+ msgstr "این افزونه را به رتبه 5 ستاره بدهید"
487
+
488
+ #: library/plugin-settings.php:961
489
+ msgid "Your generous support enables continued development of this free plugin. Thank you!"
490
+ msgstr "پشتیبانی سخاوتمندانه شما این امکان را برای توسعه مستمر این افزونه رایگان فراهم می کند. متشکرم!"
491
+
492
+ #: library/plugin-settings.php:966
493
+ msgid "Check this box if you have shown support"
494
+ msgstr "اگر این پشتیبانی را نشان داده اید، این کادر را علامت بزنید"
495
+
496
+ #: library/plugin-settings.php:975
497
+ msgid "Overview"
498
+ msgstr "بررسی اجمالی"
499
+
500
+ #: library/plugin-settings.php:979
501
+ msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
502
+ msgstr "بازدیدکنندگان شما را قادر می سازد تا پست ها را ارسال و تصاویر را از جلوی سایت خود آپلود کنند."
503
+
504
+ #: library/plugin-settings.php:980
505
+ msgid "For advanced functionality and unlimited forms, check out"
506
+ msgstr "برای قابلیت های پیشرفته و فرم های نامحدود، بررسی کنید"
507
+
508
+ #: library/plugin-settings.php:980 library/plugin-settings.php:1354
509
+ msgid "USP Pro"
510
+ msgstr "USP Pro"
511
+
512
+ #: library/plugin-settings.php:981
513
+ msgid "&mdash; the ultimate solution for user-generated content."
514
+ msgstr "& mdash؛ راه حل نهایی برای محتوای تولید شده توسط کاربر."
515
+
516
+ #: library/plugin-settings.php:985 library/plugin-settings.php:1002
517
+ msgid "Plugin Settings"
518
+ msgstr "تنظیمات پلاگین"
519
+
520
+ #: library/plugin-settings.php:986
521
+ msgid "Display the form"
522
+ msgstr "فرم را نمایش دهید"
523
+
524
+ #: library/plugin-settings.php:987 library/plugin-settings.php:1511
525
+ msgid "Plugin Homepage"
526
+ msgstr "صفحه اصلی پلاگین"
527
+
528
+ #: library/plugin-settings.php:990
529
+ msgid "If you like this plugin, please"
530
+ msgstr "اگر این افزونه را دوست دارید لطفا"
531
+
532
+ #: library/plugin-settings.php:991
533
+ msgid "THANK YOU for your support!"
534
+ msgstr "با تشکر از شما برای حمایت شما!"
535
+
536
+ #: library/plugin-settings.php:991
537
+ msgid "give it a 5-star rating"
538
+ msgstr "آن را به رتبه 5 ستاره بدهید"
539
+
540
+ #: library/plugin-settings.php:995
541
+ msgid "Unlimited front-end forms"
542
+ msgstr "فرم های نامحدود جلویی"
543
+
544
+ #: library/plugin-settings.php:995
545
+ msgid "Get USP Pro"
546
+ msgstr "دریافت USP Pro"
547
+
548
+ #: library/plugin-settings.php:1005
549
+ msgid "Configure your settings for User Submitted Posts."
550
+ msgstr "تنظیمات خود را برای ارسال پست های کاربر پیکربندی کنید."
551
+
552
+ #: library/plugin-settings.php:1007
553
+ msgid "Form Fields"
554
+ msgstr "زمینه های فرم"
555
+
556
+ #: library/plugin-settings.php:1013
557
+ msgid "User Name"
558
+ msgstr "نام کاربری"
559
+
560
+ #: library/plugin-settings.php:1014
561
+ msgid "User Email"
562
+ msgstr "ایمیل کاربر"
563
+
564
+ #: library/plugin-settings.php:1015
565
+ msgid "User URL"
566
+ msgstr "نشانی اینترنتی کاربر"
567
+
568
+ #: library/plugin-settings.php:1030
569
+ msgid "General Settings"
570
+ msgstr "تنظیمات عمومی"
571
+
572
+ #: library/plugin-settings.php:1032
573
+ msgid "Note that the default settings work fine for most cases."
574
+ msgstr "توجه داشته باشید که تنظیمات پیش فرض برای اکثر موارد کار خوب است."
575
+
576
+ #: library/plugin-settings.php:1037
577
+ msgid "Form Style"
578
+ msgstr "شکل سبک"
579
+
580
+ #: library/plugin-settings.php:1042
581
+ msgid "With this option, you can copy the plugin&rsquo;s default templates:"
582
+ msgstr "با استفاده از این گزینه می توانید قالب های پیش فرض افزونه را کپی کنید:"
583
+
584
+ #: library/plugin-settings.php:1047
585
+ msgid "..and upload them into a directory named"
586
+ msgstr ".. و آپلود آنها را به یک دایرکتوری به نام"
587
+
588
+ #: library/plugin-settings.php:1047
589
+ msgid "in your theme:"
590
+ msgstr "در موضوع شما:"
591
+
592
+ #: library/plugin-settings.php:1053
593
+ msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
594
+ msgstr "این کار شما را قادر میسازد فرم و سبکها را به صورت دلخواه سفارشی کنید. برای اطلاعات بیشتر، از بخش «فرم ارسال سفارشی» در قسمت"
595
+
596
+ #: library/plugin-settings.php:1054
597
+ msgid "Installation Docs"
598
+ msgstr "اسناد نصب"
599
+
600
+ #: library/plugin-settings.php:1055
601
+ msgid "FYI: here is a"
602
+ msgstr "FYI: در اینجا یک است"
603
+
604
+ #: library/plugin-settings.php:1055
605
+ msgid "list of USP CSS selectors"
606
+ msgstr "فهرست انتخاب USP CSS"
607
+
608
+ #: library/plugin-settings.php:1061
609
+ msgid "Include JavaScript"
610
+ msgstr "شامل جاوا اسکریپت"
611
+
612
+ #: library/plugin-settings.php:1063
613
+ msgid "Check this box if you want to include the external JavaScript files (recommended)."
614
+ msgstr "اگر می خواهید فایلهای جاوااسکریو خارجی (توصیه شده) را وارد کنید، این کادر را علامت بزنید."
615
+
616
+ #: library/plugin-settings.php:1066
617
+ msgid "Targeted Loading"
618
+ msgstr "بارگذاری هدفمند"
619
+
620
+ #: library/plugin-settings.php:1068
621
+ msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
622
+ msgstr "به طور پیش فرض، CSS خارجی & amp؛ فایل های جاوا اسکریپت در هر صفحه بارگذاری می شوند. در اینجا شما می توانید آدرس فرم فرم USP را برای بارگیری منابع تنها در آن صفحه مشخص کنید. توجه: برای بارگذاری در تمام صفحات، خالی بگذارید."
623
+
624
+ #: library/plugin-settings.php:1071
625
+ msgid "Post Type"
626
+ msgstr "نوع پست"
627
+
628
+ #: library/plugin-settings.php:1074
629
+ msgid "Submit posts as WP Posts or Pages"
630
+ msgstr "ارسال پست به عنوان پست WP یا صفحات"
631
+
632
+ #: library/plugin-settings.php:1078
633
+ msgid "Post Status"
634
+ msgstr "وضعیت پست"
635
+
636
+ #: library/plugin-settings.php:1081
637
+ msgid "Post Status for submitted posts"
638
+ msgstr "وضعیت پست برای پست های ارسال شده"
639
+
640
+ #: library/plugin-settings.php:1085
641
+ msgid "Redirect URL"
642
+ msgstr "تغییر آدرس URL"
643
+
644
+ #: library/plugin-settings.php:1087
645
+ msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
646
+ msgstr "یک URL را برای هدایت کاربر پس از ارسال پس از ارسال تعیین کنید. برای برگشت به صفحه فعلی خالی بگذارید"
647
+
648
+ #: library/plugin-settings.php:1090
649
+ msgid "Success Message"
650
+ msgstr "پیام موفقیت"
651
+
652
+ #: library/plugin-settings.php:1092
653
+ msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
654
+ msgstr "پیغام موفقیت آمیز که در صورت ارسال پس از ارسال موفقیت آمیز نمایش داده می شود. نشانه گذاری عمومی مجاز است"
655
+
656
+ #: library/plugin-settings.php:1095
657
+ msgid "Error Message"
658
+ msgstr "پیغام خطا"
659
+
660
+ #: library/plugin-settings.php:1097
661
+ msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
662
+ msgstr "پیام خطای عمومی که در صورت عدم ارسال پس از ارسال نمایش داده می شود. نشانه گذاری عمومی مجاز است"
663
+
664
+ #: library/plugin-settings.php:1100
665
+ msgid "Custom Content"
666
+ msgstr "محتوای دلخواه"
667
+
668
+ #: library/plugin-settings.php:1102
669
+ msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
670
+ msgstr "متن سفارشی / نشانه گذاری قبل از فرم ارسال باید وارد شود. برای غیرفعال، خالی بگذارید"
671
+
672
+ #: library/plugin-settings.php:1105
673
+ msgid "Rich Text Editor"
674
+ msgstr "ویرایشگر متن توانمند"
675
+
676
+ #: library/plugin-settings.php:1107
677
+ msgid "Check this box if you want to enable WP rich text editing for submitted posts."
678
+ msgstr "اگر می خواهید WP Edit Rich Text را برای پست های ارسال شده فعال کنید، این کادر را علامت بزنید."
679
+
680
+ #: library/plugin-settings.php:1110
681
+ msgid "Unique Titles"
682
+ msgstr "عنوان های منحصر به فرد"
683
+
684
+ #: library/plugin-settings.php:1112
685
+ msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
686
+ msgstr "نیازمند ارسال پست های ارسال شده به منحصر به فرد (مفید برای جلوگیری از پست های ارسال چند / تکراری)."
687
+
688
+ #: library/plugin-settings.php:1115
689
+ msgid "Disable Required"
690
+ msgstr "غیر فعال کردن مورد نیاز"
691
+
692
+ #: library/plugin-settings.php:1117
693
+ msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
694
+ msgstr "غیر فعال کردن تمام ویژگی های مورد نیاز در زمینه های قالب پیش فرض (مفید برای پیام های خطا در عیب یابی)."
695
+
696
+ #: library/plugin-settings.php:1120
697
+ msgid "Disable IP Tracking"
698
+ msgstr "غیرفعال کردن پیگیری IP"
699
+
700
+ #: library/plugin-settings.php:1122
701
+ msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
702
+ msgstr "به طور پیش فرض USP آدرس IP را با هر پست ارسالی ثبت می کند. برای غیرفعال کردن تمام ردیابی IP، این کادر را علامت بزنید."
703
+
704
+ #: library/plugin-settings.php:1125
705
+ msgid "Enable Shortcodes"
706
+ msgstr "فعال کردن کد کوتاه"
707
+
708
+ #: library/plugin-settings.php:1127
709
+ msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
710
+ msgstr "فعال کردن کد کوتاه در ویدجت به طور پیش فرض، وردپرس کد کوتاه را در ویدجت ها فعال نمی کند."
711
+
712
+ #: library/plugin-settings.php:1128
713
+ msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
714
+ msgstr "این تنظیم هر / کد کوتاه در ویدجت (حتی کد کوتاه از پلاگین های دیگر) را فعال می کند."
715
+
716
+ #: library/plugin-settings.php:1133 library/plugin-settings.php:1138
717
+ msgid "Categories"
718
+ msgstr "دسته بندی ها"
719
+
720
+ #: library/plugin-settings.php:1141
721
+ msgid "Select which categories may be assigned to submitted posts (click to toggle)"
722
+ msgstr "انتخاب کنید که کدام دسته ممکن است به پست های ارسال شده اختصاص داده شود (کلیک کنید تا ضامن)"
723
+
724
+ #: library/plugin-settings.php:1149
725
+ msgid "Hidden/Default Category"
726
+ msgstr "پنهان / پیش فرض رده"
727
+
728
+ #: library/plugin-settings.php:1151
729
+ msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
730
+ msgstr "از یک فیلد مخفی برای رده پست استفاده کنید. این می تواند برای تعیین یک دسته پیش فرض هنگام استفاده از فیلد رده غیر فعال شود."
731
+
732
+ #: library/plugin-settings.php:1154
733
+ msgid "Category ID for Hidden Field"
734
+ msgstr "شناسه رده برای فیلد پنهان"
735
+
736
+ #: library/plugin-settings.php:1156
737
+ msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
738
+ msgstr "مشخص کردن شناسه رده برای استفاده از & ldquo؛ پنهان / پیش فرض مجموعه & rdquo؛ گزینه."
739
+
740
+ #: library/plugin-settings.php:1161
741
+ msgid "Users"
742
+ msgstr "کاربران"
743
+
744
+ #: library/plugin-settings.php:1166
745
+ msgid "Assigned Author"
746
+ msgstr "اختصاصی نویسنده"
747
+
748
+ #: library/plugin-settings.php:1169
749
+ msgid "Specify the user that should be assigned as author for submitted posts."
750
+ msgstr "تعیین کاربر که باید به عنوان نویسنده برای ارسال ارسال شده اختصاص داده شود."
751
+
752
+ #: library/plugin-settings.php:1173
753
+ msgid "Registered Username"
754
+ msgstr "ثبت نام نام کاربری"
755
+
756
+ #: library/plugin-settings.php:1175
757
+ msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
758
+ msgstr "از نام کاربری ثبت نام شده به عنوان پست نویسنده استفاده کنید. معتبر است زمانی که فردی که فرم را وارد کرده است به وردپرس وارد شده است."
759
+
760
+ #: library/plugin-settings.php:1178
761
+ msgid "User Profile URL"
762
+ msgstr "URL نمایه کاربر"
763
+
764
+ #: library/plugin-settings.php:1180
765
+ msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
766
+ msgstr "استفاده از URL کاربر ثبت نام کاربر را به عنوان مقدار فیلد URL استفاده کنید. معتبر است زمانی که فردی که فرم را وارد کرده است به وردپرس وارد شده است."
767
+
768
+ #: library/plugin-settings.php:1183
769
+ msgid "Require User Login"
770
+ msgstr "نیازمند ورود به سیستم"
771
+
772
+ #: library/plugin-settings.php:1185
773
+ msgid "Require users to be logged in to WordPress to view/submit the form"
774
+ msgstr "نیازمند ورود کاربران به وردپرس برای مشاهده / ارسال فرم است"
775
+
776
+ #: library/plugin-settings.php:1188
777
+ msgid "Disable Replace Author"
778
+ msgstr "غیرفعال کردن نویسنده را تغییر دهید"
779
+
780
+ #: library/plugin-settings.php:1190
781
+ msgid "Do not replace post author with submitted user name"
782
+ msgstr "نویسنده پست را با نام کاربر ارسالی جایگزین نکنید"
783
+
784
+ #: library/plugin-settings.php:1196
785
+ msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
786
+ msgstr "در اینجا شما می توانید نام و برچسب مورد استفاده در فیلد سفارشی را تغییر دهید. شما می توانید این فیلد را از طریق تنظیمات فرم های فرم، در بالا فعال کنید."
787
+
788
+ #: library/plugin-settings.php:1201
789
+ msgid "Custom Field Name"
790
+ msgstr "نام فیلد سفارشی"
791
+
792
+ #: library/plugin-settings.php:1203
793
+ msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
794
+ msgstr "فقط از الفبایی، علامت اختصاری و خط تیره استفاده کنید. اگر مطمئن نیستید، از نام پیش فرض استفاده کنید:"
795
+
796
+ #: library/plugin-settings.php:1206
797
+ msgid "Custom Field Label"
798
+ msgstr "برچسب سفارشی فیلد"
799
+
800
+ #: library/plugin-settings.php:1208
801
+ msgid "This will be displayed as the field label on the form. Default: Custom Field"
802
+ msgstr "این به عنوان برچسب فیلد در فرم نمایش داده می شود. پیش فرض: فیلد سفارشی"
803
+
804
+ #: library/plugin-settings.php:1220
805
+ msgid "To prevent spam, enter a question that users must answer before submitting the form."
806
+ msgstr "برای جلوگیری از هرزنامه، سؤالی را مطرح کنید که کاربران قبل از ارسال فرم باید پاسخ دهند."
807
+
808
+ #: library/plugin-settings.php:1223
809
+ msgid "Challenge Response"
810
+ msgstr "پاسخ چالش"
811
+
812
+ #: library/plugin-settings.php:1225
813
+ msgid "Enter the *only* correct answer to the challenge question."
814
+ msgstr "پاسخ صحیح را به سوال چالش وارد کنید."
815
+
816
+ #: library/plugin-settings.php:1228
817
+ msgid "Case-sensitivity"
818
+ msgstr "حساسیت مورد"
819
+
820
+ #: library/plugin-settings.php:1230
821
+ msgid "Check this box if you want the challenge response to be case-sensitive."
822
+ msgstr "اگر میخواهید پاسخ چالشی حساس به حروف باشد، این کادر را علامت بزنید."
823
+
824
+ #: library/plugin-settings.php:1236
825
+ msgid "To enable Google reCAPTCHA, enter your public and private keys."
826
+ msgstr "برای فعال کردن Google reCAPTCHA، کلیدهای عمومی و خصوصی خود را وارد کنید."
827
+
828
+ #: library/plugin-settings.php:1241
829
+ msgid "Public Key"
830
+ msgstr "کلید عمومی"
831
+
832
+ #: library/plugin-settings.php:1243
833
+ msgid "Enter your Public Key"
834
+ msgstr "کلید عمومی خود را وارد کنید"
835
+
836
+ #: library/plugin-settings.php:1246
837
+ msgid "Private Key"
838
+ msgstr "کلید خصوصی"
839
+
840
+ #: library/plugin-settings.php:1248
841
+ msgid "Enter your Private Key"
842
+ msgstr "کلید خصوصی خود را وارد کنید"
843
+
844
+ #: library/plugin-settings.php:1253
845
+ msgid "Email Alerts"
846
+ msgstr "هشدارهای ایمیل"
847
+
848
+ #: library/plugin-settings.php:1258
849
+ msgid "Receive Email Alert"
850
+ msgstr "دریافت هشدار ایمیل"
851
+
852
+ #: library/plugin-settings.php:1260
853
+ msgid "Check this box if you want to be notified via email for new post submissions."
854
+ msgstr "اگر می خواهید از طریق ایمیل برای تحویل پست های جدید مطلع شوید، این کادر را علامت بزنید."
855
+
856
+ #: library/plugin-settings.php:1263
857
+ msgid "Enable HTML Format"
858
+ msgstr "فعال کردن قالب HTML"
859
+
860
+ #: library/plugin-settings.php:1265
861
+ msgid "Check this box to enable HTML format for email alerts."
862
+ msgstr "این کادر را فعال کنید تا قالب HTML برای هشدارهای ایمیل فعال شود."
863
+
864
+ #: library/plugin-settings.php:1268
865
+ msgid "Email Address for Alerts"
866
+ msgstr "آدرس ایمیل برای هشدارها"
867
+
868
+ #: library/plugin-settings.php:1270
869
+ msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
870
+ msgstr "اگر جعبه را برای دریافت هشدارهای ایمیل چک کرده اید، در اینجا آدرس (های) که به آن ایمیل ها باید ارسال شود را مشخص کنید."
871
+
872
+ #: library/plugin-settings.php:1271
873
+ msgid "Multiple recipients may be included using a comma, like so:"
874
+ msgstr "گیرنده های چندگانه ممکن است با استفاده از کاما از جمله شامل موارد زیر باشند:"
875
+
876
+ #: library/plugin-settings.php:1274
877
+ msgid "Email &ldquo;From&rdquo; Address"
878
+ msgstr "ایمیل از & rdquo؛ نشانی"
879
+
880
+ #: library/plugin-settings.php:1276
881
+ msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
882
+ msgstr "در اینجا شما می توانید آدرس (ها) مورد استفاده برای & ldquo؛ از & rdquo؛ هدر (به سؤالات متداول مربوط به پلاگین برای اطلاعات مراجعه کنید)"
883
+
884
+ #: library/plugin-settings.php:1277
885
+ msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
886
+ msgstr "اگر چندین آدرس در تنظیم قبلی مشخص شده باشد، شامل یک عدد برابر از & ldquo؛ از & rdquo؛ آدرس برای این تنظیم (به همان ترتیب)."
887
+
888
+ #: library/plugin-settings.php:1280
889
+ msgid "Email Alert Subject"
890
+ msgstr "موضوع هشدار ایمیل"
891
+
892
+ #: library/plugin-settings.php:1282
893
+ msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
894
+ msgstr "خط موضوع برای هشدارهای ایمیل برای استفاده از خط موضوع پیش فرض خالی بگذارید. توجه: شما می توانید از متغیرهای زیر استفاده کنید:"
895
+
896
+ #: library/plugin-settings.php:1287
897
+ msgid "Email Alert Message"
898
+ msgstr "پیام هشدار ایمیل"
899
+
900
+ #: library/plugin-settings.php:1289
901
+ msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
902
+ msgstr "پیام هشدار ایمیل برای استفاده از پیام پیش فرض خالی بگذارید توجه: شما می توانید از متغیرهای زیر استفاده کنید:"
903
+
904
+ #: library/plugin-settings.php:1301
905
+ msgid "Featured Image"
906
+ msgstr "تصویر ویژه"
907
+
908
+ #: library/plugin-settings.php:1303
909
+ msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
910
+ msgstr "تصاویر ارسال شده را به عنوان تصاویر ویژه تنظیم کنید. نیاز به پشتیبانی تم برای تصاویر برجسته (همچنین به عنوان پست ریز عکسها)."
911
+
912
+ #: library/plugin-settings.php:1306
913
+ msgid "Upload Message"
914
+ msgstr "پیام آپلود"
915
+
916
+ #: library/plugin-settings.php:1308
917
+ msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
918
+ msgstr "پیامی که در کنار فیلد آپلود ظاهر می شود. برای بیان دستورالعملهای آپلود / سیاست / و غیره مفید است نشانه گذاری عمومی مجاز است"
919
+
920
+ #: library/plugin-settings.php:1311
921
+ msgid "&ldquo;Add another image&rdquo; link"
922
+ msgstr "& ldquo؛ یک تصویر دیگر اضافه کنید & rdquo؛ ارتباط دادن"
923
+
924
+ #: library/plugin-settings.php:1313
925
+ msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
926
+ msgstr "نشانه گذاری سفارشی برای & ldquo؛ افزودن تصویر دیگر & rdquo؛ ارتباط دادن. برای استفاده از نشانگر پیش فرض (توصیه شده)، خالی بگذارید."
927
+
928
+ #: library/plugin-settings.php:1316
929
+ msgid "Minimum number of images"
930
+ msgstr "حداقل تعداد تصاویر"
931
+
932
+ #: library/plugin-settings.php:1319
933
+ msgid "Specify the minimum number of images."
934
+ msgstr "حداقل تعداد تصاویر را مشخص کنید."
935
+
936
+ #: library/plugin-settings.php:1323
937
+ msgid "Maximum number of images"
938
+ msgstr "حداکثر تعداد تصاویر"
939
+
940
+ #: library/plugin-settings.php:1326
941
+ msgid "Specify the maximum number of images."
942
+ msgstr "حداکثر تعداد تصاویر را مشخص کنید."
943
+
944
+ #: library/plugin-settings.php:1330
945
+ msgid "Minimum image width"
946
+ msgstr "حداقل عرض تصویر"
947
+
948
+ #: library/plugin-settings.php:1332
949
+ msgid "Specify a minimum width (in pixels) for uploaded images."
950
+ msgstr "حداقل عرض (در پیکسل) را برای تصاویر آپلود مشخص کنید."
951
+
952
+ #: library/plugin-settings.php:1335
953
+ msgid "Minimum image height"
954
+ msgstr "حداقل ارتفاع تصویر"
955
+
956
+ #: library/plugin-settings.php:1337
957
+ msgid "Specify a minimum height (in pixels) for uploaded images."
958
+ msgstr "حداقل ارتفاع (در پیکسل ها) را برای تصاویر آپلود مشخص کنید."
959
+
960
+ #: library/plugin-settings.php:1340
961
+ msgid "Maximum image width"
962
+ msgstr "حداکثر عرض تصویر"
963
+
964
+ #: library/plugin-settings.php:1342
965
+ msgid "Specify a maximum width (in pixels) for uploaded images."
966
+ msgstr "حداکثر عرض (در پیکسل) را برای تصاویر آپلود مشخص کنید."
967
+
968
+ #: library/plugin-settings.php:1345
969
+ msgid "Maximum image height"
970
+ msgstr "حداکثر ارتفاع تصویر"
971
+
972
+ #: library/plugin-settings.php:1347
973
+ msgid "Specify a maximum height (in pixels) for uploaded images."
974
+ msgstr "حداکثر ارتفاع (در پیکسل) را برای تصاویر آپلود مشخص کنید."
975
+
976
+ #: library/plugin-settings.php:1350
977
+ msgid "More Options"
978
+ msgstr "گزینه های بیشتر"
979
+
980
+ #: library/plugin-settings.php:1353
981
+ msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
982
+ msgstr "برای گزینه های بیشتر، مانند قابلیت آپلود انواع فایل های دیگر (مانند PDF، ورد، Zip، فیلم، و غیره)، بررسی کنید"
983
+
984
+ #: library/plugin-settings.php:1354
985
+ msgid "Go Pro!"
986
+ msgstr "برو طرفدار"
987
+
988
+ #: library/plugin-settings.php:1361
989
+ msgid "Auto-Display Content"
990
+ msgstr "محتوای نمایش خودکار"
991
+
992
+ #: library/plugin-settings.php:1366
993
+ msgid "Images Auto-Display"
994
+ msgstr "تصاویر خودکار نمایش"
995
+
996
+ #: library/plugin-settings.php:1368
997
+ msgid "Auto-display user-submitted images:"
998
+ msgstr "تصاویر ارسال شده به کاربر خودکار نمایش داده می شود:"
999
+
1000
+ #: library/plugin-settings.php:1373
1001
+ msgid "Image Markup"
1002
+ msgstr "نشانه گذاری تصویر"
1003
+
1004
+ #: library/plugin-settings.php:1375
1005
+ msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1006
+ msgstr "علامت گذاری برای استفاده برای هر تصویر ارسال شده (هنگامی که صفحه نمایش خودکار فعال است). می توانید استفاده کنید"
1007
+
1008
+ #: library/plugin-settings.php:1377 library/plugin-settings.php:1390
1009
+ #: library/plugin-settings.php:1403 library/plugin-settings.php:1416
1010
+ msgid "and"
1011
+ msgstr "و"
1012
+
1013
+ #: library/plugin-settings.php:1380
1014
+ msgid "Email Auto-Display"
1015
+ msgstr "خودکار نمایش خودکار"
1016
+
1017
+ #: library/plugin-settings.php:1382
1018
+ msgid "Auto-display user-submitted email:"
1019
+ msgstr "نمایش خودکار نمایش داده شده توسط کاربر:"
1020
+
1021
+ #: library/plugin-settings.php:1387
1022
+ msgid "Email Markup"
1023
+ msgstr "نشانه گذاری ایمیل"
1024
+
1025
+ #: library/plugin-settings.php:1389
1026
+ msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1027
+ msgstr "نشانه گذاری برای استفاده از آدرس ایمیل ارسال شده (هنگامی که صفحه نمایش خودکار فعال می شود). می توانید استفاده کنید"
1028
+
1029
+ #: library/plugin-settings.php:1393
1030
+ msgid "URL Auto-Display"
1031
+ msgstr "نشانی اینترنتی نمایش خودکار"
1032
+
1033
+ #: library/plugin-settings.php:1395
1034
+ msgid "Auto-display user-submitted URL:"
1035
+ msgstr "URL نمایش داده شده توسط کاربر به صورت اتوماتیک نمایش داده می شود:"
1036
+
1037
+ #: library/plugin-settings.php:1400
1038
+ msgid "URL Markup"
1039
+ msgstr "نشانه گذاری URL"
1040
+
1041
+ #: library/plugin-settings.php:1402
1042
+ msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1043
+ msgstr "علامت گذاری برای استفاده برای URL ارائه شده (زمانی که صفحه نمایش خودکار فعال است). می توانید استفاده کنید"
1044
+
1045
+ #: library/plugin-settings.php:1406
1046
+ msgid "Custom Field Auto-Display"
1047
+ msgstr "خودکار نمایش خودکار سفارشی"
1048
+
1049
+ #: library/plugin-settings.php:1408
1050
+ msgid "Auto-display user-submitted Custom Field:"
1051
+ msgstr "کاربر سفارشی فیلد خودکار نمایش:"
1052
+
1053
+ #: library/plugin-settings.php:1413
1054
+ msgid "Custom Field Markup"
1055
+ msgstr "نشانه سفارشی فیلد"
1056
+
1057
+ #: library/plugin-settings.php:1415
1058
+ msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1059
+ msgstr "نشانه گذاری برای استفاده از فیلد سفارشی ارسال شده (زمانی که صفحه نمایش خودکار فعال می شود). می توانید استفاده کنید"
1060
+
1061
+ #: library/plugin-settings.php:1421 library/plugin-settings.php:1497
1062
+ msgid "Save Settings"
1063
+ msgstr "تنظیمات را ذخیره کن"
1064
+
1065
+ #: library/plugin-settings.php:1426
1066
+ msgid "Display the Form"
1067
+ msgstr "نمایش فرم"
1068
+
1069
+ #: library/plugin-settings.php:1429
1070
+ msgid "Post-Submit Form"
1071
+ msgstr "فرم ارسال پس از ارسال"
1072
+
1073
+ #: library/plugin-settings.php:1430
1074
+ msgid "USP enables you to display a post-submission form anywhere on your site."
1075
+ msgstr "USP به شما امکان می دهد یک فرم ارسال پست پس از ارسال در هر نقطه از سایت خود را نمایش دهد."
1076
+
1077
+ #: library/plugin-settings.php:1431 library/plugin-settings.php:1438
1078
+ msgid "Use the shortcode to display the form on any WP Post or Page:"
1079
+ msgstr "از کد کوتاه برای نمایش فرم در هر پست WP یا صفحه استفاده کنید."
1080
+
1081
+ #: library/plugin-settings.php:1433 library/plugin-settings.php:1440
1082
+ msgid "Or, use the template tag to display the form anywhere in your theme template:"
1083
+ msgstr "یا از تگ قالب برای نمایش فرم در هر کجای قالب قالب خود استفاده کنید."
1084
+
1085
+ #: library/plugin-settings.php:1436
1086
+ msgid "Login/Register Form"
1087
+ msgstr "ورود / فرم ثبت نام"
1088
+
1089
+ #: library/plugin-settings.php:1437
1090
+ msgid "You also can display a form that enables users to log in, register, or reset their password."
1091
+ msgstr "شما همچنین می توانید یک فرم را نمایش دهید که کاربران را قادر می سازد که وارد سیستم شوید، ثبت نام کرده یا رمز عبور خود را بازنشانی کنید."
1092
+
1093
+ #: library/plugin-settings.php:1443
1094
+ msgid "Display Submitted Posts"
1095
+ msgstr "نمایش پست های ارسال شده"
1096
+
1097
+ #: library/plugin-settings.php:1444
1098
+ msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1099
+ msgstr "از این کوتاه برای نمایش یک لیست از پست های ارسال شده در هر پست WP یا صفحه استفاده کنید."
1100
+
1101
+ #: library/plugin-settings.php:1446
1102
+ msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1103
+ msgstr "یا از تگ قالب برای نمایش لیستی از پستهای ارسال شده در هر کجای قالب قالب خود استفاده کنید."
1104
+
1105
+ #: library/plugin-settings.php:1448
1106
+ msgid "Here are some examples showing how to configure this shortcode:"
1107
+ msgstr "در اینجا چند مثال برای نشان دادن نحوه پیکربندی این کد کوتاه وجود دارد:"
1108
+
1109
+ #: library/plugin-settings.php:1455
1110
+ msgid "Reset Form Button"
1111
+ msgstr "دکمه فرم بازنشانی"
1112
+
1113
+ #: library/plugin-settings.php:1456
1114
+ msgid "This shortcode displays a link that resets the form to its original state:"
1115
+ msgstr "این کد کوتاه یک لینک را نشان می دهد که فرم را به حالت اولیه باز می کند:"
1116
+
1117
+ #: library/plugin-settings.php:1458
1118
+ msgid "This shortcode accepts the following attributes:"
1119
+ msgstr "این کد کوتاه ویژگی های زیر را می پذیرد:"
1120
+
1121
+ #: library/plugin-settings.php:1463
1122
+ msgid "Note that the url attribute accepts"
1123
+ msgstr "توجه داشته باشید که ویژگی url پذیرفته می شود"
1124
+
1125
+ #: library/plugin-settings.php:1463
1126
+ msgid "to get the current URL."
1127
+ msgstr "برای دریافت URL فعلی."
1128
+
1129
+ #: library/plugin-settings.php:1465
1130
+ msgid "Access Control"
1131
+ msgstr "کنترل دسترسی"
1132
+
1133
+ #: library/plugin-settings.php:1466
1134
+ msgid "USP provides three shortcodes to control access and restrict content."
1135
+ msgstr "USP سه کد کوتاه برای کنترل دسترسی و محدود کردن محتوا فراهم می کند."
1136
+
1137
+ #: library/plugin-settings.php:1467
1138
+ msgid "Display content only to users with a specific capability:"
1139
+ msgstr "محتوای نمایش فقط برای کاربران با یک قابلیت خاص:"
1140
+
1141
+ #: library/plugin-settings.php:1469
1142
+ msgid "Display content to logged-in users:"
1143
+ msgstr "محتوای محتوا را برای کاربران وارد شده:"
1144
+
1145
+ #: library/plugin-settings.php:1471
1146
+ msgid "Display content to visitors only:"
1147
+ msgstr "نمایش محتوا فقط به بازدیدکنندگان:"
1148
+
1149
+ #: library/plugin-settings.php:1473
1150
+ msgid "Tip:"
1151
+ msgstr "نکته:"
1152
+
1153
+ #: library/plugin-settings.php:1473
1154
+ msgid "to include markup in the deny message, you can use"
1155
+ msgstr "برای استفاده از نشانه گذاری در پیام انکار، شما می توانید استفاده کنید"
1156
+
1157
+ #: library/plugin-settings.php:1473
1158
+ msgid "to output"
1159
+ msgstr "به خروجی"
1160
+
1161
+ #: library/plugin-settings.php:1475
1162
+ msgid "Example"
1163
+ msgstr "مثال"
1164
+
1165
+ #: library/plugin-settings.php:1476
1166
+ msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1167
+ msgstr "اگر کاربر وارد سیستم شوید، فرم ارسال پس از آن را نمایش دهید. یا اگر کاربر وارد سیستم نشده باشد، فرم ورود را نمایش می دهد:"
1168
+
1169
+ #: library/plugin-settings.php:1488
1170
+ msgid "Restore Defaults"
1171
+ msgstr "بازگرداندن پیش فرض ها"
1172
+
1173
+ #: library/plugin-settings.php:1491
1174
+ msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1175
+ msgstr "این گزینه را غیرفعال کنید تا تنظیمات خود را به خاطر بسپارید. یا برای رفتن به جلو و بازگرداندن گزینه های پلاگین به طور پیش فرض: جعبه را چک کنید، تنظیمات خود را ذخیره کنید، و سپس غیر فعال کردن / دوباره فعال کردن افزونه."
1176
+
1177
+ #: library/plugin-settings.php:1495
1178
+ msgid "Restore default options upon plugin deactivation/reactivation."
1179
+ msgstr "بازگرداندن گزینه های پیش فرض در هنگام غیرفعال کردن / فعال شدن پلاگین."
1180
+
1181
+ #: library/plugin-settings.php:1502
1182
+ msgid "Show Support"
1183
+ msgstr "نمایش پشتیبانی"
1184
+
1185
+ #: library/plugin-settings.php:1511
1186
+ msgid "by"
1187
+ msgstr "توسط"
1188
+
1189
+ #: library/plugin-settings.php:1512
1190
+ msgid "Jeff Starr on Twitter"
1191
+ msgstr "جف استارر در توییتر"
1192
+
1193
+ #: library/plugin-settings.php:1513
1194
+ msgid "Obsessive Web Design &amp; Development"
1195
+ msgstr "وسواس وب طراحی و & amp؛ توسعه"
1196
+
1197
+ #: library/plugin-settings.php:1524
1198
+ msgid "Save Preference"
1199
+ msgstr "ذخیره اولویت"
1200
+
1201
+ #: library/plugin-settings.php:1531
1202
+ msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1203
+ msgstr "آیا مطمئن هستید که می خواهید تمام گزینه های پیش فرض را بازیابی کنید؟ (این عمل قابل لغو نیست)"
1204
+
1205
+ #: library/support-panel.php:52
1206
+ msgid "Perishable Press Books"
1207
+ msgstr "کتابهای فوری فشرده"
1208
+
1209
+ #: library/support-panel.php:53
1210
+ msgid "Plugin Planet"
1211
+ msgstr "سیاره پلاگین"
1212
+
1213
+ #: library/support-panel.php:54
1214
+ msgid "Donate via PayPal"
1215
+ msgstr "از طریق PayPal اهدا کنید"
1216
+
1217
+ #: library/support-panel.php:56
1218
+ msgid "books"
1219
+ msgstr "کتاب ها"
1220
+
1221
+ #: library/support-panel.php:57
1222
+ msgid "plugins"
1223
+ msgstr "پلاگین ها"
1224
+
1225
+ #: library/support-panel.php:58
1226
+ msgid "donation"
1227
+ msgstr "کمک مالی"
1228
+
1229
+ #: library/support-panel.php:60
1230
+ msgid "Thank you for using"
1231
+ msgstr "با تشکر از شما برای استفاده"
1232
+
1233
+ #: library/support-panel.php:61
1234
+ msgid "Please show support by purchasing one of my"
1235
+ msgstr "لطفا با خرید یک نفر از من حمایت کنید"
1236
+
1237
+ #: library/support-panel.php:62
1238
+ msgid "or"
1239
+ msgstr "یا"
1240
+
1241
+ #: library/support-panel.php:62
1242
+ msgid "or by making a"
1243
+ msgstr "یا با ساخت یک"
1244
+
1245
+ #: library/support-panel.php:63
1246
+ msgid "Your generous support helps to ensure future development of"
1247
+ msgstr "پشتیبانی سخاوتمندانه شما برای اطمینان از توسعه آینده کمک می کند"
1248
+
1249
+ #: library/support-panel.php:64
1250
+ msgid "and is greatly appreciated."
1251
+ msgstr "و بسیار قدردانی شده است."
1252
+
1253
+ #: library/support-panel.php:66
1254
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1255
+ msgstr "هر گونه کمک اندازه به من کمک می کند تا به توسعه این افزونه رایگان و سایر منابع عالی WordPress ادامه دهم."
1256
+
1257
+ #. Description of the plugin
1258
+ #:
1259
+ msgid "Enables your visitors to submit posts and images from anywhere on your site."
1260
+ msgstr "بازدیدکنندگان شما را قادر می سازد تا پست ها و تصاویر را از هر نقطه از سایت خود ارسال نمایند."
1261
+
1262
+ #. URI of the plugin
1263
+ #:
1264
+ msgid "https://perishablepress.com/user-submitted-posts/"
1265
+ msgstr "https://perishablepress.com/user-submitted-posts/"
1266
+
1267
+ #. Author of the plugin
1268
+ #:
1269
+ msgid "Jeff Starr"
1270
+ msgstr "جف استارر"
1271
+
1272
+ #. Author URI of the plugin
1273
+ #:
1274
+ msgid "https://plugin-planet.com/"
1275
+ msgstr "https://plugin-planet.com/"
1276
+
trunk/languages/usp-fr_FR.mo ADDED
Binary file
trunk/languages/usp-fr_FR.po ADDED
@@ -0,0 +1,1276 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "MIME-Version: 1.0\n"
4
+ "Content-Type: text/plain; charset=UTF-8\n"
5
+ "Content-Transfer-Encoding: 8bit\n"
6
+ "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20180316\n"
8
+ "Language: fr\n"
9
+
10
+ #. Name of the plugin
11
+ #: user-submitted-posts.php:44 library/support-panel.php:5
12
+ msgid "User Submitted Posts"
13
+ msgstr "Messages soumis par l'utilisateur"
14
+
15
+ #: user-submitted-posts.php:81
16
+ msgid "requires WordPress "
17
+ msgstr "nécessite WordPress"
18
+
19
+ #: user-submitted-posts.php:82
20
+ msgid " or higher, and has been deactivated! "
21
+ msgstr " ou plus, et a été désactivé!"
22
+
23
+ #: user-submitted-posts.php:83
24
+ msgid "Please return to the"
25
+ msgstr "S'il vous plaît revenir à la"
26
+
27
+ #: user-submitted-posts.php:84
28
+ msgid "WordPress Admin Area"
29
+ msgstr "WordPress Admin Area"
30
+
31
+ #: user-submitted-posts.php:85
32
+ msgid "to upgrade WordPress and try again."
33
+ msgstr "mettre à jour WordPress et réessayer."
34
+
35
+ #: user-submitted-posts.php:125
36
+ msgid "User Submitted Post"
37
+ msgstr "Poste soumis par l'utilisateur"
38
+
39
+ #: user-submitted-posts.php:419
40
+ msgid "User Submitted Post Info"
41
+ msgstr "Informations sur les posts soumis par l'utilisateur"
42
+
43
+ #: user-submitted-posts.php:449
44
+ msgid "Submitter Name: "
45
+ msgstr "Nom de l'auteur:"
46
+
47
+ #: user-submitted-posts.php:450
48
+ msgid "Submitter Email: "
49
+ msgstr "Envoyé par courriel:"
50
+
51
+ #: user-submitted-posts.php:451
52
+ msgid "Submitter URL: "
53
+ msgstr "URL de l'auteur:"
54
+
55
+ #: user-submitted-posts.php:452
56
+ msgid "Submitter IP: "
57
+ msgstr "IP de l'envoyeur:"
58
+
59
+ #: user-submitted-posts.php:503
60
+ msgid "Show USP Posts"
61
+ msgstr "Afficher les posts USP"
62
+
63
+ #: user-submitted-posts.php:504 library/plugin-settings.php:979
64
+ msgid "USP"
65
+ msgstr "USP"
66
+
67
+ #: user-submitted-posts.php:1272
68
+ msgid " files required"
69
+ msgstr " fichiers requis"
70
+
71
+ #: user-submitted-posts.php:1273
72
+ msgid " file required"
73
+ msgstr " fichier requis"
74
+
75
+ #: user-submitted-posts.php:1275
76
+ msgid " files"
77
+ msgstr " des dossiers"
78
+
79
+ #: user-submitted-posts.php:1276
80
+ msgid " file"
81
+ msgstr " fichier"
82
+
83
+ #: user-submitted-posts.php:1278 user-submitted-posts.php:1279
84
+ #: user-submitted-posts.php:1280 user-submitted-posts.php:1281
85
+ msgid " pixels"
86
+ msgstr " pixels"
87
+
88
+ #: user-submitted-posts.php:1283 library/core-functions.php:215
89
+ #: library/plugin-settings.php:284 library/plugin-settings.php:303
90
+ #: library/plugin-settings.php:701 library/plugin-settings.php:1195
91
+ msgid "Custom Field"
92
+ msgstr "Champ personnalisé"
93
+
94
+ #: user-submitted-posts.php:1286
95
+ msgid "An error occurred. Please go back and try again."
96
+ msgstr "Une erreur est survenue Veuillez revenir en arrière et réessayer."
97
+
98
+ #: user-submitted-posts.php:1296
99
+ msgid "User login required"
100
+ msgstr "Connexion de l'utilisateur requise"
101
+
102
+ #: user-submitted-posts.php:1297
103
+ msgid "User name required"
104
+ msgstr "Nom d'utilisateur (requis"
105
+
106
+ #: user-submitted-posts.php:1298
107
+ msgid "Post title required"
108
+ msgstr "Titre du poste requis"
109
+
110
+ #: user-submitted-posts.php:1299
111
+ msgid "User URL required"
112
+ msgstr "URL de l'utilisateur requise"
113
+
114
+ #: user-submitted-posts.php:1300
115
+ msgid "Post tags required"
116
+ msgstr "Post tags requis"
117
+
118
+ #: user-submitted-posts.php:1301
119
+ msgid "Post category required"
120
+ msgstr "Catégorie de poste requise"
121
+
122
+ #: user-submitted-posts.php:1302
123
+ msgid "Post content required"
124
+ msgstr "Publier le contenu requis"
125
+
126
+ #: user-submitted-posts.php:1303 user-submitted-posts.php:1304
127
+ msgid "Correct captcha required"
128
+ msgstr "Captcha correct requis"
129
+
130
+ #: user-submitted-posts.php:1305
131
+ msgid "User email required"
132
+ msgstr "Email de l'utilisateur requis"
133
+
134
+ #: user-submitted-posts.php:1306
135
+ msgid "Please check your email and try again"
136
+ msgstr "Veuillez vérifier votre email et réessayer"
137
+
138
+ #: user-submitted-posts.php:1307
139
+ msgid "Non-empty value for hidden field"
140
+ msgstr "Valeur non vide pour le champ masqué"
141
+
142
+ #: user-submitted-posts.php:1308
143
+ msgid "Minimum number of images not met"
144
+ msgstr "Nombre minimal d'images non satisfaites"
145
+
146
+ #: user-submitted-posts.php:1309
147
+ msgid "Maximum number of images exceeded "
148
+ msgstr "Nombre maximal d'images dépassé"
149
+
150
+ #: user-submitted-posts.php:1310
151
+ msgid "Minimum image width not met"
152
+ msgstr "Largeur d'image minimale non atteinte"
153
+
154
+ #: user-submitted-posts.php:1311
155
+ msgid "Image width exceeds maximum"
156
+ msgstr "La largeur de l'image dépasse le maximum"
157
+
158
+ #: user-submitted-posts.php:1312
159
+ msgid "Minimum image height not met"
160
+ msgstr "Hauteur d'image minimale non atteinte"
161
+
162
+ #: user-submitted-posts.php:1313
163
+ msgid "Image height exceeds maximum"
164
+ msgstr "La hauteur de l'image dépasse le maximum"
165
+
166
+ #: user-submitted-posts.php:1314
167
+ msgid "File type not allowed (please upload images only)"
168
+ msgstr "Le type de fichier n'est pas autorisé (veuillez télécharger des images seulement)"
169
+
170
+ #: user-submitted-posts.php:1315
171
+ msgid " required"
172
+ msgstr " Champs obligatoires"
173
+
174
+ #: user-submitted-posts.php:1319
175
+ msgid "File not uploaded. Please check the file and try again."
176
+ msgstr "Fichier non téléchargé. Veuillez vérifier le fichier et réessayer."
177
+
178
+ #: user-submitted-posts.php:1323
179
+ msgid "The file(s) could not be uploaded"
180
+ msgstr "Le fichier n'a pas pu être téléchargé"
181
+
182
+ #: user-submitted-posts.php:1325
183
+ msgid "Post not created. Please contact the site administrator for help."
184
+ msgstr "Message non créé. Veuillez contacter l'administrateur du site pour obtenir de l'aide."
185
+
186
+ #: user-submitted-posts.php:1326
187
+ msgid "Duplicate post title. Please try again."
188
+ msgstr "Dupliquer le titre du poste. Veuillez réessayer."
189
+
190
+ #: user-submitted-posts.php:1336
191
+ msgid "Error: "
192
+ msgstr "Erreur:"
193
+
194
+ #: user-submitted-posts.php:1362
195
+ msgid "Return to form"
196
+ msgstr "Retourner au formulaire"
197
+
198
+ #: user-submitted-posts.php:1392 library/plugin-settings.php:955
199
+ msgid "Please"
200
+ msgstr "S'il vous plaît"
201
+
202
+ #: user-submitted-posts.php:1393
203
+ msgid "log in"
204
+ msgstr "s'identifier"
205
+
206
+ #: user-submitted-posts.php:1394
207
+ msgid "to submit content!"
208
+ msgstr "soumettre du contenu"
209
+
210
+ #: views/submission-form.php:46 views/submission-form-alt.php:55
211
+ msgid "Please complete the required fields."
212
+ msgstr "Merci de compléter les champs obligatoires."
213
+
214
+ #: views/submission-form.php:56 views/submission-form.php:57
215
+ #: views/submission-form-alt.php:61 views/submission-form-alt.php:62
216
+ msgid "Your Name"
217
+ msgstr "votre nom"
218
+
219
+ #: views/submission-form.php:62 views/submission-form.php:63
220
+ #: views/submission-form-alt.php:67 views/submission-form-alt.php:68
221
+ msgid "Your URL"
222
+ msgstr "Votre URL"
223
+
224
+ #: views/submission-form.php:68 views/submission-form.php:69
225
+ #: views/submission-form-alt.php:73 views/submission-form-alt.php:74
226
+ msgid "Your Email"
227
+ msgstr "Votre Email"
228
+
229
+ #: views/submission-form.php:74 views/submission-form.php:75
230
+ #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
+ #: library/plugin-settings.php:1016
232
+ msgid "Post Title"
233
+ msgstr "Titre de l'article"
234
+
235
+ #: views/submission-form.php:80 views/submission-form.php:81
236
+ #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
+ #: library/plugin-settings.php:1017
238
+ msgid "Post Tags"
239
+ msgstr "Tags de poste"
240
+
241
+ #: views/submission-form.php:93 views/submission-form-alt.php:98
242
+ msgid "Antispam Question"
243
+ msgstr "Question Antispam"
244
+
245
+ #: views/submission-form.php:98 views/submission-form-alt.php:103
246
+ #: library/plugin-settings.php:1018
247
+ msgid "Post Category"
248
+ msgstr "Post Catégorie"
249
+
250
+ #: views/submission-form.php:100 views/submission-form-alt.php:105
251
+ msgid "Please select a category.."
252
+ msgstr "Veuillez sélectionner une catégorie.."
253
+
254
+ #: views/submission-form.php:135 views/submission-form.php:136
255
+ #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
+ #: library/plugin-settings.php:1019
257
+ msgid "Post Content"
258
+ msgstr "Publier un contenu"
259
+
260
+ #: views/submission-form.php:142 views/submission-form-alt.php:147
261
+ msgid "Verification"
262
+ msgstr "Vérification"
263
+
264
+ #: views/submission-form.php:149 views/submission-form-alt.php:154
265
+ msgid "Upload an Image"
266
+ msgstr "Télécharger une image"
267
+
268
+ #: views/submission-form.php:158 views/submission-form-alt.php:163
269
+ msgid "Add another image"
270
+ msgstr "Ajouter une autre image"
271
+
272
+ #: views/submission-form.php:180 views/submission-form-alt.php:185
273
+ msgid "Human verification: leave this field empty."
274
+ msgstr "Vérification humaine: laissez ce champ vide."
275
+
276
+ #: views/submission-form.php:202 views/submission-form-alt.php:207
277
+ msgid "Submit Post"
278
+ msgstr "Envoyer un message"
279
+
280
+ #: library/shortcode-misc.php:18
281
+ msgid "Reset form"
282
+ msgstr "Réinitialiser le formulaire"
283
+
284
+ #: library/shortcode-misc.php:128
285
+ msgid "View full post"
286
+ msgstr "Voir l'article complet"
287
+
288
+ #: library/plugin-settings.php:32
289
+ msgid "Get USP Pro for unlimited forms!"
290
+ msgstr "Obtenez USP Pro pour des formulaires illimités!"
291
+
292
+ #: library/plugin-settings.php:33
293
+ msgid "Go Pro"
294
+ msgstr "Go Pro"
295
+
296
+ #: library/plugin-settings.php:37
297
+ msgid "Settings"
298
+ msgstr "Paramètres"
299
+
300
+ #: library/plugin-settings.php:55
301
+ msgid "Give USP a 5-star rating at WordPress.org"
302
+ msgstr "Attribuez 5 étoiles à USP sur WordPress.org"
303
+
304
+ #: library/plugin-settings.php:56
305
+ msgid "Rate this plugin&nbsp;&raquo;"
306
+ msgstr "Notez ce plugin & nbsp; & raquo;"
307
+
308
+ #: library/plugin-settings.php:114
309
+ msgid "WP Post (recommended)"
310
+ msgstr "WP Post (recommandé)"
311
+
312
+ #: library/plugin-settings.php:118
313
+ msgid "WP Page"
314
+ msgstr "WP Page"
315
+
316
+ #: library/plugin-settings.php:134
317
+ msgid "HTML5 Form + Default CSS"
318
+ msgstr "Formulaire HTML5 + CSS par défaut"
319
+
320
+ #: library/plugin-settings.php:134
321
+ msgid "(Recommended)"
322
+ msgstr "(Conseillé)"
323
+
324
+ #: library/plugin-settings.php:138
325
+ msgid "HTML5 Form + Disable CSS"
326
+ msgstr "Formulaire HTML5 + Désactiver CSS"
327
+
328
+ #: library/plugin-settings.php:138
329
+ msgid "(Provide your own styles)"
330
+ msgstr "(Fournissez vos propres styles)"
331
+
332
+ #: library/plugin-settings.php:142
333
+ msgid "Custom Form + Custom CSS"
334
+ msgstr "Formulaire personnalisé + CSS personnalisé"
335
+
336
+ #: library/plugin-settings.php:142
337
+ msgid "(Provide your own form template &amp; styles)"
338
+ msgstr "(Fournissez votre propre modèle de formulaire et les styles)"
339
+
340
+ #: library/plugin-settings.php:158 library/plugin-settings.php:182
341
+ #: library/plugin-settings.php:205 library/plugin-settings.php:229
342
+ msgid "Auto-display before post content"
343
+ msgstr "Auto-affichage avant le contenu de la publication"
344
+
345
+ #: library/plugin-settings.php:162 library/plugin-settings.php:186
346
+ #: library/plugin-settings.php:209 library/plugin-settings.php:233
347
+ msgid "Auto-display after post content"
348
+ msgstr "Auto-affichage après le contenu de la publication"
349
+
350
+ #: library/plugin-settings.php:166
351
+ msgid "Do not auto-display submitted images"
352
+ msgstr "Ne pas afficher automatiquement les images soumises"
353
+
354
+ #: library/plugin-settings.php:190
355
+ msgid "Do not auto-display submitted email"
356
+ msgstr "Ne pas afficher automatiquement l'e-mail envoyé"
357
+
358
+ #: library/plugin-settings.php:213
359
+ msgid "Do not auto-display submitted URL"
360
+ msgstr "Ne pas afficher automatiquement l'URL soumise"
361
+
362
+ #: library/plugin-settings.php:237
363
+ msgid "Do not auto-display the Custom Field"
364
+ msgstr "Ne pas afficher automatiquement le champ personnalisé"
365
+
366
+ #: library/plugin-settings.php:265 library/plugin-settings.php:297
367
+ #: library/plugin-settings.php:330 library/plugin-settings.php:362
368
+ msgid "Display and require"
369
+ msgstr "Afficher et exiger"
370
+
371
+ #: library/plugin-settings.php:266 library/plugin-settings.php:298
372
+ msgid "Display but do not require"
373
+ msgstr "Afficher mais ne nécessite pas"
374
+
375
+ #: library/plugin-settings.php:267 library/plugin-settings.php:299
376
+ #: library/plugin-settings.php:331 library/plugin-settings.php:363
377
+ msgid "Disable this field"
378
+ msgstr "Désactiver ce champ"
379
+
380
+ #: library/plugin-settings.php:302 library/plugin-settings.php:334
381
+ #: library/plugin-settings.php:366 library/plugin-settings.php:398
382
+ msgid "(Visit"
383
+ msgstr "(Visite"
384
+
385
+ #: library/plugin-settings.php:303 library/plugin-settings.php:335
386
+ #: library/plugin-settings.php:367 library/plugin-settings.php:399
387
+ msgid "to configure options)"
388
+ msgstr "pour configurer les options)"
389
+
390
+ #: library/plugin-settings.php:318 library/plugin-settings.php:335
391
+ #: library/plugin-settings.php:1213 library/plugin-settings.php:1218
392
+ msgid "Challenge Question"
393
+ msgstr "Question de défi"
394
+
395
+ #: library/plugin-settings.php:350 library/plugin-settings.php:367
396
+ #: library/plugin-settings.php:1235
397
+ msgid "Google reCAPTCHA"
398
+ msgstr "Google reCAPTCHA"
399
+
400
+ #: library/plugin-settings.php:382
401
+ msgid "Post Images"
402
+ msgstr "Poster des images"
403
+
404
+ #: library/plugin-settings.php:394
405
+ msgid "Display"
406
+ msgstr "Afficher"
407
+
408
+ #: library/plugin-settings.php:395
409
+ msgid "Disable"
410
+ msgstr "Désactiver"
411
+
412
+ #: library/plugin-settings.php:399 library/plugin-settings.php:1296
413
+ msgid "Image Uploads"
414
+ msgstr "Téléchargement d'images"
415
+
416
+ #: library/plugin-settings.php:479
417
+ msgid "Draft"
418
+ msgstr "Brouillon"
419
+
420
+ #: library/plugin-settings.php:480
421
+ msgid "Pending (default)"
422
+ msgstr "En attente (par défaut)"
423
+
424
+ #: library/plugin-settings.php:481
425
+ msgid "Publish immediately"
426
+ msgstr "Publier immédiatement"
427
+
428
+ #: library/plugin-settings.php:482
429
+ msgid "Publish after 1 approved post"
430
+ msgstr "Publier après 1 poste approuvé"
431
+
432
+ #: library/plugin-settings.php:483
433
+ msgid "Publish after "
434
+ msgstr "Publier après"
435
+
436
+ #: library/plugin-settings.php:483
437
+ msgid " approved posts"
438
+ msgstr " postes approuvés"
439
+
440
+ #: library/plugin-settings.php:645
441
+ msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
442
+ msgstr "Il y avait une erreur. Veuillez vous assurer que vous avez ajouté un titre, du contenu et que vous n'avez téléchargé que des images."
443
+
444
+ #: library/plugin-settings.php:659
445
+ msgid "Please select your image(s) to upload."
446
+ msgstr "Veuillez sélectionner votre image (s) à télécharger."
447
+
448
+ #: library/plugin-settings.php:665
449
+ msgid "Success! Thank you for your submission."
450
+ msgstr "Succès! Merci pour votre soumission."
451
+
452
+ #: library/plugin-settings.php:691
453
+ msgid "Email"
454
+ msgstr "Email"
455
+
456
+ #: library/plugin-settings.php:692
457
+ msgid "URL"
458
+ msgstr "URL"
459
+
460
+ #: library/plugin-settings.php:942
461
+ msgid "Toggle all panels"
462
+ msgstr "Bascule tous les panneaux"
463
+
464
+ #: library/plugin-settings.php:951
465
+ msgid "We need your support!"
466
+ msgstr "Nous avons besoin de votre appui!"
467
+
468
+ #: library/plugin-settings.php:955
469
+ msgid "Make a donation via PayPal"
470
+ msgstr "Faire un don via PayPal"
471
+
472
+ #: library/plugin-settings.php:955
473
+ msgid "make a donation"
474
+ msgstr "faire un don"
475
+
476
+ #: library/plugin-settings.php:955
477
+ msgid "and/or"
478
+ msgstr "et / ou"
479
+
480
+ #: library/plugin-settings.php:956
481
+ msgid "Rate and review at the Plugin Directory"
482
+ msgstr "Notez et consultez le répertoire des plugins"
483
+
484
+ #: library/plugin-settings.php:957
485
+ msgid "give this plugin a 5-star rating"
486
+ msgstr "donner à ce plugin une note de 5 étoiles"
487
+
488
+ #: library/plugin-settings.php:961
489
+ msgid "Your generous support enables continued development of this free plugin. Thank you!"
490
+ msgstr "Votre généreux support permet le développement continu de ce plugin gratuit. Je vous remercie!"
491
+
492
+ #: library/plugin-settings.php:966
493
+ msgid "Check this box if you have shown support"
494
+ msgstr "Cochez cette case si vous avez montré un soutien"
495
+
496
+ #: library/plugin-settings.php:975
497
+ msgid "Overview"
498
+ msgstr "Aperçu"
499
+
500
+ #: library/plugin-settings.php:979
501
+ msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
502
+ msgstr "permet à vos visiteurs de soumettre des publications et de télécharger des images depuis l'interface de votre site."
503
+
504
+ #: library/plugin-settings.php:980
505
+ msgid "For advanced functionality and unlimited forms, check out"
506
+ msgstr "Pour des fonctionnalités avancées et des formulaires illimités, consultez"
507
+
508
+ #: library/plugin-settings.php:980 library/plugin-settings.php:1354
509
+ msgid "USP Pro"
510
+ msgstr "USP Pro"
511
+
512
+ #: library/plugin-settings.php:981
513
+ msgid "&mdash; the ultimate solution for user-generated content."
514
+ msgstr "& mdash; la solution ultime pour le contenu généré par l'utilisateur."
515
+
516
+ #: library/plugin-settings.php:985 library/plugin-settings.php:1002
517
+ msgid "Plugin Settings"
518
+ msgstr "Paramètres du plugin"
519
+
520
+ #: library/plugin-settings.php:986
521
+ msgid "Display the form"
522
+ msgstr "Afficher le formulaire"
523
+
524
+ #: library/plugin-settings.php:987 library/plugin-settings.php:1511
525
+ msgid "Plugin Homepage"
526
+ msgstr "Plugin Page d'accueil"
527
+
528
+ #: library/plugin-settings.php:990
529
+ msgid "If you like this plugin, please"
530
+ msgstr "Si vous aimez ce plugin, s'il vous plaît"
531
+
532
+ #: library/plugin-settings.php:991
533
+ msgid "THANK YOU for your support!"
534
+ msgstr "Merci pour votre soutien!"
535
+
536
+ #: library/plugin-settings.php:991
537
+ msgid "give it a 5-star rating"
538
+ msgstr "lui donner une note de 5 étoiles"
539
+
540
+ #: library/plugin-settings.php:995
541
+ msgid "Unlimited front-end forms"
542
+ msgstr "Formulaires frontaux illimités"
543
+
544
+ #: library/plugin-settings.php:995
545
+ msgid "Get USP Pro"
546
+ msgstr "Obtenez USP Pro"
547
+
548
+ #: library/plugin-settings.php:1005
549
+ msgid "Configure your settings for User Submitted Posts."
550
+ msgstr "Configurez vos paramètres pour les messages envoyés par l'utilisateur."
551
+
552
+ #: library/plugin-settings.php:1007
553
+ msgid "Form Fields"
554
+ msgstr "Champs de formulaire"
555
+
556
+ #: library/plugin-settings.php:1013
557
+ msgid "User Name"
558
+ msgstr "Nom d'utilisateur"
559
+
560
+ #: library/plugin-settings.php:1014
561
+ msgid "User Email"
562
+ msgstr "Email de l'utilisateur"
563
+
564
+ #: library/plugin-settings.php:1015
565
+ msgid "User URL"
566
+ msgstr "URL de l'utilisateur"
567
+
568
+ #: library/plugin-settings.php:1030
569
+ msgid "General Settings"
570
+ msgstr "réglages généraux"
571
+
572
+ #: library/plugin-settings.php:1032
573
+ msgid "Note that the default settings work fine for most cases."
574
+ msgstr "Notez que les paramètres par défaut fonctionnent correctement dans la plupart des cas."
575
+
576
+ #: library/plugin-settings.php:1037
577
+ msgid "Form Style"
578
+ msgstr "Style de formulaire"
579
+
580
+ #: library/plugin-settings.php:1042
581
+ msgid "With this option, you can copy the plugin&rsquo;s default templates:"
582
+ msgstr "Avec cette option, vous pouvez copier les modèles par défaut du plugin:"
583
+
584
+ #: library/plugin-settings.php:1047
585
+ msgid "..and upload them into a directory named"
586
+ msgstr "..et téléchargez-les dans un répertoire nommé"
587
+
588
+ #: library/plugin-settings.php:1047
589
+ msgid "in your theme:"
590
+ msgstr "dans votre thème:"
591
+
592
+ #: library/plugin-settings.php:1053
593
+ msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
594
+ msgstr "Cela vous permettra de personnaliser le formulaire et les styles comme vous le souhaitez. Pour plus d'informations, consultez la section \"Formulaire de soumission personnalisé\" dans le"
595
+
596
+ #: library/plugin-settings.php:1054
597
+ msgid "Installation Docs"
598
+ msgstr "Documents d'installation"
599
+
600
+ #: library/plugin-settings.php:1055
601
+ msgid "FYI: here is a"
602
+ msgstr "FYI: voici un"
603
+
604
+ #: library/plugin-settings.php:1055
605
+ msgid "list of USP CSS selectors"
606
+ msgstr "liste des sélecteurs CSS USP"
607
+
608
+ #: library/plugin-settings.php:1061
609
+ msgid "Include JavaScript"
610
+ msgstr "Inclure JavaScript"
611
+
612
+ #: library/plugin-settings.php:1063
613
+ msgid "Check this box if you want to include the external JavaScript files (recommended)."
614
+ msgstr "Cochez cette case si vous souhaitez inclure les fichiers JavaScript externes (recommandé)."
615
+
616
+ #: library/plugin-settings.php:1066
617
+ msgid "Targeted Loading"
618
+ msgstr "Chargement ciblé"
619
+
620
+ #: library/plugin-settings.php:1068
621
+ msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
622
+ msgstr "Par défaut, CSS externe & amp; Les fichiers JavaScript sont chargés sur chaque page. Ici, vous pouvez spécifier l'URL du formulaire USP pour charger des ressources uniquement sur cette page. Remarque: laissez vide pour charger sur toutes les pages."
623
+
624
+ #: library/plugin-settings.php:1071
625
+ msgid "Post Type"
626
+ msgstr "Type de poste"
627
+
628
+ #: library/plugin-settings.php:1074
629
+ msgid "Submit posts as WP Posts or Pages"
630
+ msgstr "Soumettre des messages sous forme de messages WP ou de pages"
631
+
632
+ #: library/plugin-settings.php:1078
633
+ msgid "Post Status"
634
+ msgstr "Statut de publication"
635
+
636
+ #: library/plugin-settings.php:1081
637
+ msgid "Post Status for submitted posts"
638
+ msgstr "Statut du message pour les posts soumis"
639
+
640
+ #: library/plugin-settings.php:1085
641
+ msgid "Redirect URL"
642
+ msgstr "URL de redirection"
643
+
644
+ #: library/plugin-settings.php:1087
645
+ msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
646
+ msgstr "Indiquez une URL pour rediriger l'utilisateur après la post-soumission. Laissez vide pour rediriger vers la page en cours."
647
+
648
+ #: library/plugin-settings.php:1090
649
+ msgid "Success Message"
650
+ msgstr "Message de réussite"
651
+
652
+ #: library/plugin-settings.php:1092
653
+ msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
654
+ msgstr "Message de réussite affiché si la post-soumission est réussie. Le balisage de base est autorisé."
655
+
656
+ #: library/plugin-settings.php:1095
657
+ msgid "Error Message"
658
+ msgstr "Message d'erreur"
659
+
660
+ #: library/plugin-settings.php:1097
661
+ msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
662
+ msgstr "Message d'erreur général affiché si la post-soumission échoue. Le balisage de base est autorisé."
663
+
664
+ #: library/plugin-settings.php:1100
665
+ msgid "Custom Content"
666
+ msgstr "Contenu personnalisé"
667
+
668
+ #: library/plugin-settings.php:1102
669
+ msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
670
+ msgstr "Texte / balisage personnalisé à inclure avant le formulaire de soumission. Laissez vide pour désactiver."
671
+
672
+ #: library/plugin-settings.php:1105
673
+ msgid "Rich Text Editor"
674
+ msgstr "Éditeur de texte enrichi"
675
+
676
+ #: library/plugin-settings.php:1107
677
+ msgid "Check this box if you want to enable WP rich text editing for submitted posts."
678
+ msgstr "Cochez cette case si vous souhaitez activer l'édition de texte enrichi WP pour les articles soumis."
679
+
680
+ #: library/plugin-settings.php:1110
681
+ msgid "Unique Titles"
682
+ msgstr "Titres uniques"
683
+
684
+ #: library/plugin-settings.php:1112
685
+ msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
686
+ msgstr "Exiger que les titres de poste soumis soient uniques (utile pour éviter les messages soumis multiples / en double)."
687
+
688
+ #: library/plugin-settings.php:1115
689
+ msgid "Disable Required"
690
+ msgstr "Désactiver Obligatoire"
691
+
692
+ #: library/plugin-settings.php:1117
693
+ msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
694
+ msgstr "Désactivez tous les attributs requis dans les champs de formulaire par défaut (utile pour le dépannage des messages d'erreur)."
695
+
696
+ #: library/plugin-settings.php:1120
697
+ msgid "Disable IP Tracking"
698
+ msgstr "Désactiver le suivi IP"
699
+
700
+ #: library/plugin-settings.php:1122
701
+ msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
702
+ msgstr "Par défaut, USP enregistre l'adresse IP avec chaque message envoyé. Cochez cette case pour désactiver tout le suivi IP."
703
+
704
+ #: library/plugin-settings.php:1125
705
+ msgid "Enable Shortcodes"
706
+ msgstr "Activer Shortcodes"
707
+
708
+ #: library/plugin-settings.php:1127
709
+ msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
710
+ msgstr "Activer les shortcodes dans les widgets. Par défaut, WordPress n'accepte pas les shortcodes dans les widgets."
711
+
712
+ #: library/plugin-settings.php:1128
713
+ msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
714
+ msgstr "Ce paramètre active tout / tous les shortcodes dans les widgets (même les shortcodes d'autres plugins)."
715
+
716
+ #: library/plugin-settings.php:1133 library/plugin-settings.php:1138
717
+ msgid "Categories"
718
+ msgstr "Catégories"
719
+
720
+ #: library/plugin-settings.php:1141
721
+ msgid "Select which categories may be assigned to submitted posts (click to toggle)"
722
+ msgstr "Sélectionnez les catégories pouvant être attribuées aux posts soumis (cliquez pour basculer)"
723
+
724
+ #: library/plugin-settings.php:1149
725
+ msgid "Hidden/Default Category"
726
+ msgstr "Catégorie cachée / par défaut"
727
+
728
+ #: library/plugin-settings.php:1151
729
+ msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
730
+ msgstr "Utilisez un champ masqué pour la catégorie de publication. Cela peut être utilisé pour spécifier une catégorie par défaut lorsque le champ catégorie est désactivé."
731
+
732
+ #: library/plugin-settings.php:1154
733
+ msgid "Category ID for Hidden Field"
734
+ msgstr "ID de catégorie pour le champ masqué"
735
+
736
+ #: library/plugin-settings.php:1156
737
+ msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
738
+ msgstr "Spécifiez l'ID de la catégorie à utiliser pour la catégorie & ldquo; Caché / par défaut & rdquo; option."
739
+
740
+ #: library/plugin-settings.php:1161
741
+ msgid "Users"
742
+ msgstr "Utilisateurs"
743
+
744
+ #: library/plugin-settings.php:1166
745
+ msgid "Assigned Author"
746
+ msgstr "Auteur assigné"
747
+
748
+ #: library/plugin-settings.php:1169
749
+ msgid "Specify the user that should be assigned as author for submitted posts."
750
+ msgstr "Indiquez l'utilisateur à attribuer en tant qu'auteur pour les publications soumises."
751
+
752
+ #: library/plugin-settings.php:1173
753
+ msgid "Registered Username"
754
+ msgstr "Nom d'utilisateur enregistré"
755
+
756
+ #: library/plugin-settings.php:1175
757
+ msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
758
+ msgstr "Utilisez le nom d'utilisateur enregistré comme auteur de publication. Valide lorsque la personne qui soumet le formulaire est connectée à WordPress."
759
+
760
+ #: library/plugin-settings.php:1178
761
+ msgid "User Profile URL"
762
+ msgstr "URL du profil utilisateur"
763
+
764
+ #: library/plugin-settings.php:1180
765
+ msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
766
+ msgstr "Utilisez l'URL du profil de l'utilisateur enregistré comme valeur du champ URL. Valide lorsque la personne qui soumet le formulaire est connectée à WordPress."
767
+
768
+ #: library/plugin-settings.php:1183
769
+ msgid "Require User Login"
770
+ msgstr "Demander une connexion utilisateur"
771
+
772
+ #: library/plugin-settings.php:1185
773
+ msgid "Require users to be logged in to WordPress to view/submit the form"
774
+ msgstr "Exiger que les utilisateurs soient connectés à WordPress pour voir / soumettre le formulaire"
775
+
776
+ #: library/plugin-settings.php:1188
777
+ msgid "Disable Replace Author"
778
+ msgstr "Désactiver l'auteur de remplacement"
779
+
780
+ #: library/plugin-settings.php:1190
781
+ msgid "Do not replace post author with submitted user name"
782
+ msgstr "Ne pas remplacer l'auteur de la publication par le nom d'utilisateur soumis"
783
+
784
+ #: library/plugin-settings.php:1196
785
+ msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
786
+ msgstr "Ici, vous pouvez changer le nom et l'étiquette utilisés par le champ personnalisé. Vous pouvez activer ce champ via le paramètre Form Fields, ci-dessus."
787
+
788
+ #: library/plugin-settings.php:1201
789
+ msgid "Custom Field Name"
790
+ msgstr "Nom de champ personnalisé"
791
+
792
+ #: library/plugin-settings.php:1203
793
+ msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
794
+ msgstr "Utilisez uniquement des caractères alphanumériques, des traits de soulignement et des tirets. En cas de doute, utilisez le nom par défaut:"
795
+
796
+ #: library/plugin-settings.php:1206
797
+ msgid "Custom Field Label"
798
+ msgstr "Étiquette de champ personnalisée"
799
+
800
+ #: library/plugin-settings.php:1208
801
+ msgid "This will be displayed as the field label on the form. Default: Custom Field"
802
+ msgstr "Cela sera affiché comme l'étiquette du champ sur le formulaire. Par défaut: Champ personnalisé"
803
+
804
+ #: library/plugin-settings.php:1220
805
+ msgid "To prevent spam, enter a question that users must answer before submitting the form."
806
+ msgstr "Pour éviter le spam, entrez une question à laquelle les utilisateurs doivent répondre avant de soumettre le formulaire."
807
+
808
+ #: library/plugin-settings.php:1223
809
+ msgid "Challenge Response"
810
+ msgstr "Réponse au défi"
811
+
812
+ #: library/plugin-settings.php:1225
813
+ msgid "Enter the *only* correct answer to the challenge question."
814
+ msgstr "Entrez la réponse * seulement * correcte à la question de défi."
815
+
816
+ #: library/plugin-settings.php:1228
817
+ msgid "Case-sensitivity"
818
+ msgstr "Sensibilité à la casse"
819
+
820
+ #: library/plugin-settings.php:1230
821
+ msgid "Check this box if you want the challenge response to be case-sensitive."
822
+ msgstr "Cochez cette case si vous souhaitez que la réponse au défi soit sensible à la casse."
823
+
824
+ #: library/plugin-settings.php:1236
825
+ msgid "To enable Google reCAPTCHA, enter your public and private keys."
826
+ msgstr "Pour activer Google reCAPTCHA, entrez vos clés publique et privée."
827
+
828
+ #: library/plugin-settings.php:1241
829
+ msgid "Public Key"
830
+ msgstr "Clé publique"
831
+
832
+ #: library/plugin-settings.php:1243
833
+ msgid "Enter your Public Key"
834
+ msgstr "Entrez votre clé publique"
835
+
836
+ #: library/plugin-settings.php:1246
837
+ msgid "Private Key"
838
+ msgstr "Clé privée"
839
+
840
+ #: library/plugin-settings.php:1248
841
+ msgid "Enter your Private Key"
842
+ msgstr "Entrez votre clé privée"
843
+
844
+ #: library/plugin-settings.php:1253
845
+ msgid "Email Alerts"
846
+ msgstr "alertes courrier électronique"
847
+
848
+ #: library/plugin-settings.php:1258
849
+ msgid "Receive Email Alert"
850
+ msgstr "Recevoir une alerte email"
851
+
852
+ #: library/plugin-settings.php:1260
853
+ msgid "Check this box if you want to be notified via email for new post submissions."
854
+ msgstr "Cochez cette case si vous souhaitez être averti par e-mail des nouveaux messages envoyés."
855
+
856
+ #: library/plugin-settings.php:1263
857
+ msgid "Enable HTML Format"
858
+ msgstr "Activer le format HTML"
859
+
860
+ #: library/plugin-settings.php:1265
861
+ msgid "Check this box to enable HTML format for email alerts."
862
+ msgstr "Cochez cette case pour activer le format HTML pour les alertes par e-mail."
863
+
864
+ #: library/plugin-settings.php:1268
865
+ msgid "Email Address for Alerts"
866
+ msgstr "Adresse e-mail pour les alertes"
867
+
868
+ #: library/plugin-settings.php:1270
869
+ msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
870
+ msgstr "Si vous avez coché la case pour recevoir des alertes par courriel, indiquez ici l'adresse à laquelle les courriels doivent être envoyés."
871
+
872
+ #: library/plugin-settings.php:1271
873
+ msgid "Multiple recipients may be included using a comma, like so:"
874
+ msgstr "Plusieurs destinataires peuvent être inclus en utilisant une virgule, comme ceci:"
875
+
876
+ #: library/plugin-settings.php:1274
877
+ msgid "Email &ldquo;From&rdquo; Address"
878
+ msgstr "Email & ldquo; De & quot; Adresse"
879
+
880
+ #: library/plugin-settings.php:1276
881
+ msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
882
+ msgstr "Ici, vous pouvez personnaliser les adresses utilisées pour le & ldquo; De & quot; en-tête (voir FAQ sur les plugins pour plus d'informations)."
883
+
884
+ #: library/plugin-settings.php:1277
885
+ msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
886
+ msgstr "Si plusieurs adresses sont spécifiées dans le paramètre précédent, incluez un nombre égal de & ldquo; De & quot; adresses pour ce paramètre (dans le même ordre)."
887
+
888
+ #: library/plugin-settings.php:1280
889
+ msgid "Email Alert Subject"
890
+ msgstr "Sujet d'alerte par email"
891
+
892
+ #: library/plugin-settings.php:1282
893
+ msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
894
+ msgstr "Ligne d'objet pour les alertes par e-mail. Laissez vide pour utiliser la ligne d'objet par défaut. Remarque: vous pouvez utiliser les variables suivantes:"
895
+
896
+ #: library/plugin-settings.php:1287
897
+ msgid "Email Alert Message"
898
+ msgstr "Message d'alerte par courrier électronique"
899
+
900
+ #: library/plugin-settings.php:1289
901
+ msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
902
+ msgstr "Message pour les alertes par e-mail Laissez vide pour utiliser le message par défaut. Remarque: vous pouvez utiliser les variables suivantes:"
903
+
904
+ #: library/plugin-settings.php:1301
905
+ msgid "Featured Image"
906
+ msgstr "L'image sélectionnée"
907
+
908
+ #: library/plugin-settings.php:1303
909
+ msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
910
+ msgstr "Définissez les images soumises en tant qu'images en vedette. Nécessite un support de thème pour les images en vedette (aka Post Thumbnails)."
911
+
912
+ #: library/plugin-settings.php:1306
913
+ msgid "Upload Message"
914
+ msgstr "Envoyer un message"
915
+
916
+ #: library/plugin-settings.php:1308
917
+ msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
918
+ msgstr "Message qui apparaît à côté du champ de téléchargement. Utile pour indiquer vos directives de téléchargement / politique / etc. Balisage de base autorisé."
919
+
920
+ #: library/plugin-settings.php:1311
921
+ msgid "&ldquo;Add another image&rdquo; link"
922
+ msgstr "& ldquo; Ajouter une autre image & rdquo; lien"
923
+
924
+ #: library/plugin-settings.php:1313
925
+ msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
926
+ msgstr "Balisage personnalisé pour le & ldquo; Ajouter une autre image & rdquo; lien. Laissez vide pour utiliser le balisage par défaut (recommandé)."
927
+
928
+ #: library/plugin-settings.php:1316
929
+ msgid "Minimum number of images"
930
+ msgstr "Nombre minimum d'images"
931
+
932
+ #: library/plugin-settings.php:1319
933
+ msgid "Specify the minimum number of images."
934
+ msgstr "Spécifiez le nombre minimum d'images."
935
+
936
+ #: library/plugin-settings.php:1323
937
+ msgid "Maximum number of images"
938
+ msgstr "Nombre maximum d'images"
939
+
940
+ #: library/plugin-settings.php:1326
941
+ msgid "Specify the maximum number of images."
942
+ msgstr "Spécifiez le nombre maximal d'images."
943
+
944
+ #: library/plugin-settings.php:1330
945
+ msgid "Minimum image width"
946
+ msgstr "Largeur minimale de l'image"
947
+
948
+ #: library/plugin-settings.php:1332
949
+ msgid "Specify a minimum width (in pixels) for uploaded images."
950
+ msgstr "Spécifiez une largeur minimale (en pixels) pour les images téléchargées."
951
+
952
+ #: library/plugin-settings.php:1335
953
+ msgid "Minimum image height"
954
+ msgstr "Hauteur d'image minimale"
955
+
956
+ #: library/plugin-settings.php:1337
957
+ msgid "Specify a minimum height (in pixels) for uploaded images."
958
+ msgstr "Spécifiez une hauteur minimale (en pixels) pour les images téléchargées."
959
+
960
+ #: library/plugin-settings.php:1340
961
+ msgid "Maximum image width"
962
+ msgstr "Largeur maximale de l'image"
963
+
964
+ #: library/plugin-settings.php:1342
965
+ msgid "Specify a maximum width (in pixels) for uploaded images."
966
+ msgstr "Spécifiez une largeur maximale (en pixels) pour les images téléchargées."
967
+
968
+ #: library/plugin-settings.php:1345
969
+ msgid "Maximum image height"
970
+ msgstr "Hauteur maximale de l'image"
971
+
972
+ #: library/plugin-settings.php:1347
973
+ msgid "Specify a maximum height (in pixels) for uploaded images."
974
+ msgstr "Spécifiez une hauteur maximale (en pixels) pour les images téléchargées."
975
+
976
+ #: library/plugin-settings.php:1350
977
+ msgid "More Options"
978
+ msgstr "Plus d'options"
979
+
980
+ #: library/plugin-settings.php:1353
981
+ msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
982
+ msgstr "Pour plus d'options, comme la possibilité de télécharger d'autres types de fichiers (comme PDF, Word, Zip, vidéos, etc.), consultez"
983
+
984
+ #: library/plugin-settings.php:1354
985
+ msgid "Go Pro!"
986
+ msgstr "Go Pro!"
987
+
988
+ #: library/plugin-settings.php:1361
989
+ msgid "Auto-Display Content"
990
+ msgstr "Affichage automatique du contenu"
991
+
992
+ #: library/plugin-settings.php:1366
993
+ msgid "Images Auto-Display"
994
+ msgstr "Images Auto-Display"
995
+
996
+ #: library/plugin-settings.php:1368
997
+ msgid "Auto-display user-submitted images:"
998
+ msgstr "Afficher automatiquement les images soumises par l'utilisateur:"
999
+
1000
+ #: library/plugin-settings.php:1373
1001
+ msgid "Image Markup"
1002
+ msgstr "Image Markup"
1003
+
1004
+ #: library/plugin-settings.php:1375
1005
+ msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1006
+ msgstr "Marque à utiliser pour chaque image soumise (lorsque l'affichage automatique est activé). Peut utiliser"
1007
+
1008
+ #: library/plugin-settings.php:1377 library/plugin-settings.php:1390
1009
+ #: library/plugin-settings.php:1403 library/plugin-settings.php:1416
1010
+ msgid "and"
1011
+ msgstr "et"
1012
+
1013
+ #: library/plugin-settings.php:1380
1014
+ msgid "Email Auto-Display"
1015
+ msgstr "Affichage automatique des e-mails"
1016
+
1017
+ #: library/plugin-settings.php:1382
1018
+ msgid "Auto-display user-submitted email:"
1019
+ msgstr "Afficher automatiquement l'e-mail envoyé par l'utilisateur:"
1020
+
1021
+ #: library/plugin-settings.php:1387
1022
+ msgid "Email Markup"
1023
+ msgstr "Balisage d'email"
1024
+
1025
+ #: library/plugin-settings.php:1389
1026
+ msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1027
+ msgstr "Marque à utiliser pour l'adresse e-mail soumise (lorsque l'affichage automatique est activé). Peut utiliser"
1028
+
1029
+ #: library/plugin-settings.php:1393
1030
+ msgid "URL Auto-Display"
1031
+ msgstr "URL Auto-Display"
1032
+
1033
+ #: library/plugin-settings.php:1395
1034
+ msgid "Auto-display user-submitted URL:"
1035
+ msgstr "Afficher automatiquement l'URL soumise par l'utilisateur:"
1036
+
1037
+ #: library/plugin-settings.php:1400
1038
+ msgid "URL Markup"
1039
+ msgstr "Balise d'URL"
1040
+
1041
+ #: library/plugin-settings.php:1402
1042
+ msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1043
+ msgstr "Marque à utiliser pour l'URL soumise (lorsque l'affichage automatique est activé). Peut utiliser"
1044
+
1045
+ #: library/plugin-settings.php:1406
1046
+ msgid "Custom Field Auto-Display"
1047
+ msgstr "Affichage automatique de champ personnalisé"
1048
+
1049
+ #: library/plugin-settings.php:1408
1050
+ msgid "Auto-display user-submitted Custom Field:"
1051
+ msgstr "Afficher automatiquement le champ personnalisé soumis par l'utilisateur:"
1052
+
1053
+ #: library/plugin-settings.php:1413
1054
+ msgid "Custom Field Markup"
1055
+ msgstr "Balisage de champ personnalisé"
1056
+
1057
+ #: library/plugin-settings.php:1415
1058
+ msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1059
+ msgstr "Marque à utiliser pour le champ personnalisé soumis (lorsque l'affichage automatique est activé). Peut utiliser"
1060
+
1061
+ #: library/plugin-settings.php:1421 library/plugin-settings.php:1497
1062
+ msgid "Save Settings"
1063
+ msgstr "Enregistrer les paramètres"
1064
+
1065
+ #: library/plugin-settings.php:1426
1066
+ msgid "Display the Form"
1067
+ msgstr "Afficher le formulaire"
1068
+
1069
+ #: library/plugin-settings.php:1429
1070
+ msgid "Post-Submit Form"
1071
+ msgstr "Formulaire de post-soumission"
1072
+
1073
+ #: library/plugin-settings.php:1430
1074
+ msgid "USP enables you to display a post-submission form anywhere on your site."
1075
+ msgstr "USP vous permet d'afficher un formulaire post-soumission n'importe où sur votre site."
1076
+
1077
+ #: library/plugin-settings.php:1431 library/plugin-settings.php:1438
1078
+ msgid "Use the shortcode to display the form on any WP Post or Page:"
1079
+ msgstr "Utilisez le shortcode pour afficher le formulaire sur n'importe quel WP Post ou page:"
1080
+
1081
+ #: library/plugin-settings.php:1433 library/plugin-settings.php:1440
1082
+ msgid "Or, use the template tag to display the form anywhere in your theme template:"
1083
+ msgstr "Ou, utilisez la balise de modèle pour afficher le formulaire n'importe où dans votre modèle de thème:"
1084
+
1085
+ #: library/plugin-settings.php:1436
1086
+ msgid "Login/Register Form"
1087
+ msgstr "Connexion / Inscription"
1088
+
1089
+ #: library/plugin-settings.php:1437
1090
+ msgid "You also can display a form that enables users to log in, register, or reset their password."
1091
+ msgstr "Vous pouvez également afficher un formulaire permettant aux utilisateurs de se connecter, d'enregistrer ou de réinitialiser leur mot de passe."
1092
+
1093
+ #: library/plugin-settings.php:1443
1094
+ msgid "Display Submitted Posts"
1095
+ msgstr "Afficher les articles soumis"
1096
+
1097
+ #: library/plugin-settings.php:1444
1098
+ msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1099
+ msgstr "Utilisez ce shortcode pour afficher la liste des posts soumis sur tout WP Post ou Page:"
1100
+
1101
+ #: library/plugin-settings.php:1446
1102
+ msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1103
+ msgstr "Ou, utilisez la balise de gabarit pour afficher une liste de posts soumis n'importe où dans votre modèle de thème:"
1104
+
1105
+ #: library/plugin-settings.php:1448
1106
+ msgid "Here are some examples showing how to configure this shortcode:"
1107
+ msgstr "Voici quelques exemples montrant comment configurer ce shortcode:"
1108
+
1109
+ #: library/plugin-settings.php:1455
1110
+ msgid "Reset Form Button"
1111
+ msgstr "Bouton de réinitialisation du formulaire"
1112
+
1113
+ #: library/plugin-settings.php:1456
1114
+ msgid "This shortcode displays a link that resets the form to its original state:"
1115
+ msgstr "Ce code court affiche un lien qui réinitialise le formulaire à son état d'origine:"
1116
+
1117
+ #: library/plugin-settings.php:1458
1118
+ msgid "This shortcode accepts the following attributes:"
1119
+ msgstr "Ce shortcode accepte les attributs suivants:"
1120
+
1121
+ #: library/plugin-settings.php:1463
1122
+ msgid "Note that the url attribute accepts"
1123
+ msgstr "Notez que l'attribut url accepte"
1124
+
1125
+ #: library/plugin-settings.php:1463
1126
+ msgid "to get the current URL."
1127
+ msgstr "pour obtenir l'URL actuelle."
1128
+
1129
+ #: library/plugin-settings.php:1465
1130
+ msgid "Access Control"
1131
+ msgstr "Contrôle d'accès"
1132
+
1133
+ #: library/plugin-settings.php:1466
1134
+ msgid "USP provides three shortcodes to control access and restrict content."
1135
+ msgstr "USP fournit trois shortcodes pour contrôler l'accès et restreindre le contenu."
1136
+
1137
+ #: library/plugin-settings.php:1467
1138
+ msgid "Display content only to users with a specific capability:"
1139
+ msgstr "Afficher le contenu uniquement pour les utilisateurs ayant une capacité spécifique:"
1140
+
1141
+ #: library/plugin-settings.php:1469
1142
+ msgid "Display content to logged-in users:"
1143
+ msgstr "Afficher le contenu pour les utilisateurs connectés:"
1144
+
1145
+ #: library/plugin-settings.php:1471
1146
+ msgid "Display content to visitors only:"
1147
+ msgstr "Afficher le contenu aux visiteurs uniquement:"
1148
+
1149
+ #: library/plugin-settings.php:1473
1150
+ msgid "Tip:"
1151
+ msgstr "Pointe:"
1152
+
1153
+ #: library/plugin-settings.php:1473
1154
+ msgid "to include markup in the deny message, you can use"
1155
+ msgstr "pour inclure le balisage dans le message de refus, vous pouvez utiliser"
1156
+
1157
+ #: library/plugin-settings.php:1473
1158
+ msgid "to output"
1159
+ msgstr "sortir"
1160
+
1161
+ #: library/plugin-settings.php:1475
1162
+ msgid "Example"
1163
+ msgstr "Exemple"
1164
+
1165
+ #: library/plugin-settings.php:1476
1166
+ msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1167
+ msgstr "Si l'utilisateur est connecté, affichez le formulaire de post-soumission; ou si l'utilisateur n'est pas connecté, affichez le formulaire de connexion:"
1168
+
1169
+ #: library/plugin-settings.php:1488
1170
+ msgid "Restore Defaults"
1171
+ msgstr "Réinitialiser"
1172
+
1173
+ #: library/plugin-settings.php:1491
1174
+ msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1175
+ msgstr "Laissez cette option désactivée pour mémoriser vos paramètres. Ou, pour aller de l'avant et restaurer les options de plugin par défaut: cochez la case, enregistrez vos paramètres, puis désactivez / réactivez le plugin."
1176
+
1177
+ #: library/plugin-settings.php:1495
1178
+ msgid "Restore default options upon plugin deactivation/reactivation."
1179
+ msgstr "Restaurez les options par défaut lors de la désactivation / réactivation du plugin."
1180
+
1181
+ #: library/plugin-settings.php:1502
1182
+ msgid "Show Support"
1183
+ msgstr "Afficher le support"
1184
+
1185
+ #: library/plugin-settings.php:1511
1186
+ msgid "by"
1187
+ msgstr "par"
1188
+
1189
+ #: library/plugin-settings.php:1512
1190
+ msgid "Jeff Starr on Twitter"
1191
+ msgstr "Jeff Starr sur Twitter"
1192
+
1193
+ #: library/plugin-settings.php:1513
1194
+ msgid "Obsessive Web Design &amp; Development"
1195
+ msgstr "Conception Web Obsessive & amp; Développement"
1196
+
1197
+ #: library/plugin-settings.php:1524
1198
+ msgid "Save Preference"
1199
+ msgstr "Enregistrer la préférence"
1200
+
1201
+ #: library/plugin-settings.php:1531
1202
+ msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1203
+ msgstr "Êtes-vous sûr de vouloir restaurer toutes les options par défaut? (cette action ne peut pas être annulée)"
1204
+
1205
+ #: library/support-panel.php:52
1206
+ msgid "Perishable Press Books"
1207
+ msgstr "Livres de presse périssables"
1208
+
1209
+ #: library/support-panel.php:53
1210
+ msgid "Plugin Planet"
1211
+ msgstr "Plugin Planet"
1212
+
1213
+ #: library/support-panel.php:54
1214
+ msgid "Donate via PayPal"
1215
+ msgstr "Faire un don via PayPal"
1216
+
1217
+ #: library/support-panel.php:56
1218
+ msgid "books"
1219
+ msgstr "livres"
1220
+
1221
+ #: library/support-panel.php:57
1222
+ msgid "plugins"
1223
+ msgstr "plugins"
1224
+
1225
+ #: library/support-panel.php:58
1226
+ msgid "donation"
1227
+ msgstr "don"
1228
+
1229
+ #: library/support-panel.php:60
1230
+ msgid "Thank you for using"
1231
+ msgstr "Merci d'utiliser"
1232
+
1233
+ #: library/support-panel.php:61
1234
+ msgid "Please show support by purchasing one of my"
1235
+ msgstr "S'il vous plaît montrer le soutien en achetant un de mes"
1236
+
1237
+ #: library/support-panel.php:62
1238
+ msgid "or"
1239
+ msgstr "ou"
1240
+
1241
+ #: library/support-panel.php:62
1242
+ msgid "or by making a"
1243
+ msgstr "ou en faisant un"
1244
+
1245
+ #: library/support-panel.php:63
1246
+ msgid "Your generous support helps to ensure future development of"
1247
+ msgstr "Votre généreux soutien contribue à assurer le développement futur de"
1248
+
1249
+ #: library/support-panel.php:64
1250
+ msgid "and is greatly appreciated."
1251
+ msgstr "et est grandement apprécié."
1252
+
1253
+ #: library/support-panel.php:66
1254
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1255
+ msgstr "Tout don de taille m'aide à continuer à développer ce plugin gratuit et d'autres ressources impressionnantes WordPress."
1256
+
1257
+ #. Description of the plugin
1258
+ #:
1259
+ msgid "Enables your visitors to submit posts and images from anywhere on your site."
1260
+ msgstr "Permet à vos visiteurs de soumettre des publications et des images de n'importe où sur votre site."
1261
+
1262
+ #. URI of the plugin
1263
+ #:
1264
+ msgid "https://perishablepress.com/user-submitted-posts/"
1265
+ msgstr "https://perishablepress.com/user-submitted-posts/"
1266
+
1267
+ #. Author of the plugin
1268
+ #:
1269
+ msgid "Jeff Starr"
1270
+ msgstr "Jeff Starr"
1271
+
1272
+ #. Author URI of the plugin
1273
+ #:
1274
+ msgid "https://plugin-planet.com/"
1275
+ msgstr "https://plugin-planet.com/"
1276
+
trunk/languages/usp-ga.mo ADDED
Binary file
trunk/languages/usp-ga.po ADDED
@@ -0,0 +1,1276 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "MIME-Version: 1.0\n"
4
+ "Content-Type: text/plain; charset=UTF-8\n"
5
+ "Content-Transfer-Encoding: 8bit\n"
6
+ "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20180316\n"
8
+ "Language: ga\n"
9
+
10
+ #. Name of the plugin
11
+ #: user-submitted-posts.php:44 library/support-panel.php:5
12
+ msgid "User Submitted Posts"
13
+ msgstr "Poist Poist Curtha isteach"
14
+
15
+ #: user-submitted-posts.php:81
16
+ msgid "requires WordPress "
17
+ msgstr "Éilíonn WordPress"
18
+
19
+ #: user-submitted-posts.php:82
20
+ msgid " or higher, and has been deactivated! "
21
+ msgstr " nó níos airde, agus tá sé díghníomhaithe!"
22
+
23
+ #: user-submitted-posts.php:83
24
+ msgid "Please return to the"
25
+ msgstr "Fill ar ais chuig an"
26
+
27
+ #: user-submitted-posts.php:84
28
+ msgid "WordPress Admin Area"
29
+ msgstr "Limistéar Riaracháin WordPress"
30
+
31
+ #: user-submitted-posts.php:85
32
+ msgid "to upgrade WordPress and try again."
33
+ msgstr "uasghrádú a dhéanamh ar WordPress agus déan iarracht arís."
34
+
35
+ #: user-submitted-posts.php:125
36
+ msgid "User Submitted Post"
37
+ msgstr "An Post Curtha isteach Úsáideora"
38
+
39
+ #: user-submitted-posts.php:419
40
+ msgid "User Submitted Post Info"
41
+ msgstr "Eolas Poist a Cuirtear isteach Úsáideoir"
42
+
43
+ #: user-submitted-posts.php:449
44
+ msgid "Submitter Name: "
45
+ msgstr "Ainm Iontrála:"
46
+
47
+ #: user-submitted-posts.php:450
48
+ msgid "Submitter Email: "
49
+ msgstr "Ríomhphost Cuir isteach:"
50
+
51
+ #: user-submitted-posts.php:451
52
+ msgid "Submitter URL: "
53
+ msgstr "Cuir isteach URL:"
54
+
55
+ #: user-submitted-posts.php:452
56
+ msgid "Submitter IP: "
57
+ msgstr "Iontráil IP:"
58
+
59
+ #: user-submitted-posts.php:503
60
+ msgid "Show USP Posts"
61
+ msgstr "Taispeáin Poist USP"
62
+
63
+ #: user-submitted-posts.php:504 library/plugin-settings.php:979
64
+ msgid "USP"
65
+ msgstr "USP"
66
+
67
+ #: user-submitted-posts.php:1272
68
+ msgid " files required"
69
+ msgstr " comhaid ag teastáil"
70
+
71
+ #: user-submitted-posts.php:1273
72
+ msgid " file required"
73
+ msgstr " comhad ag teastáil"
74
+
75
+ #: user-submitted-posts.php:1275
76
+ msgid " files"
77
+ msgstr " comhaid"
78
+
79
+ #: user-submitted-posts.php:1276
80
+ msgid " file"
81
+ msgstr " comhad"
82
+
83
+ #: user-submitted-posts.php:1278 user-submitted-posts.php:1279
84
+ #: user-submitted-posts.php:1280 user-submitted-posts.php:1281
85
+ msgid " pixels"
86
+ msgstr " picteilíní"
87
+
88
+ #: user-submitted-posts.php:1283 library/core-functions.php:215
89
+ #: library/plugin-settings.php:284 library/plugin-settings.php:303
90
+ #: library/plugin-settings.php:701 library/plugin-settings.php:1195
91
+ msgid "Custom Field"
92
+ msgstr "Réimse an Chustaim"
93
+
94
+ #: user-submitted-posts.php:1286
95
+ msgid "An error occurred. Please go back and try again."
96
+ msgstr "Tharla earráid. Téigh ar ais agus déan iarracht arís."
97
+
98
+ #: user-submitted-posts.php:1296
99
+ msgid "User login required"
100
+ msgstr "Logáil isteach úsáideora ag teastáil"
101
+
102
+ #: user-submitted-posts.php:1297
103
+ msgid "User name required"
104
+ msgstr "Ainm úsáideora de dhíth"
105
+
106
+ #: user-submitted-posts.php:1298
107
+ msgid "Post title required"
108
+ msgstr "Teideal an phoist ag teastáil"
109
+
110
+ #: user-submitted-posts.php:1299
111
+ msgid "User URL required"
112
+ msgstr "Riachtanach URL Úsáideora"
113
+
114
+ #: user-submitted-posts.php:1300
115
+ msgid "Post tags required"
116
+ msgstr "Post tags a theastaíonn"
117
+
118
+ #: user-submitted-posts.php:1301
119
+ msgid "Post category required"
120
+ msgstr "Ceanglas post a theastaíonn"
121
+
122
+ #: user-submitted-posts.php:1302
123
+ msgid "Post content required"
124
+ msgstr "Ábhar an phoist ag teastáil"
125
+
126
+ #: user-submitted-posts.php:1303 user-submitted-posts.php:1304
127
+ msgid "Correct captcha required"
128
+ msgstr "Ceanglaíodh captcha ceart"
129
+
130
+ #: user-submitted-posts.php:1305
131
+ msgid "User email required"
132
+ msgstr "R-phost úsáideora de dhíth"
133
+
134
+ #: user-submitted-posts.php:1306
135
+ msgid "Please check your email and try again"
136
+ msgstr "Seiceáil do r-phost agus déan iarracht arís"
137
+
138
+ #: user-submitted-posts.php:1307
139
+ msgid "Non-empty value for hidden field"
140
+ msgstr "Luach neamhfholamh le haghaidh réimse falamh"
141
+
142
+ #: user-submitted-posts.php:1308
143
+ msgid "Minimum number of images not met"
144
+ msgstr "Líon íosta na n-íomhánna nach gcomhlíontar"
145
+
146
+ #: user-submitted-posts.php:1309
147
+ msgid "Maximum number of images exceeded "
148
+ msgstr "Níos mó ná líon na n-íomhánna"
149
+
150
+ #: user-submitted-posts.php:1310
151
+ msgid "Minimum image width not met"
152
+ msgstr "Níor chomhlíon an leithead íosta íomhá"
153
+
154
+ #: user-submitted-posts.php:1311
155
+ msgid "Image width exceeds maximum"
156
+ msgstr "Níos mó ná leithead íomhá uasmhéid"
157
+
158
+ #: user-submitted-posts.php:1312
159
+ msgid "Minimum image height not met"
160
+ msgstr "Níor chomhlíon an airde íomhá íosta"
161
+
162
+ #: user-submitted-posts.php:1313
163
+ msgid "Image height exceeds maximum"
164
+ msgstr "Is airde an t-uasmhéid Íomhá"
165
+
166
+ #: user-submitted-posts.php:1314
167
+ msgid "File type not allowed (please upload images only)"
168
+ msgstr "Níor cheadaítear cineál comhaid (uaslódáil íomhánna amháin)"
169
+
170
+ #: user-submitted-posts.php:1315
171
+ msgid " required"
172
+ msgstr " riachtanach"
173
+
174
+ #: user-submitted-posts.php:1319
175
+ msgid "File not uploaded. Please check the file and try again."
176
+ msgstr "Níor uaslódáil an comhad. Seiceáil an comhad agus déan iarracht arís."
177
+
178
+ #: user-submitted-posts.php:1323
179
+ msgid "The file(s) could not be uploaded"
180
+ msgstr "Níorbh fhéidir an comhad (í) a uaslódáil"
181
+
182
+ #: user-submitted-posts.php:1325
183
+ msgid "Post not created. Please contact the site administrator for help."
184
+ msgstr "Post nach cruthaíodh. Téigh i dteagmháil le riarthóir an láithreáin le haghaidh cabhair."
185
+
186
+ #: user-submitted-posts.php:1326
187
+ msgid "Duplicate post title. Please try again."
188
+ msgstr "Dúblach teideal an phoist. Arís, le d'thoil."
189
+
190
+ #: user-submitted-posts.php:1336
191
+ msgid "Error: "
192
+ msgstr "Earráid:"
193
+
194
+ #: user-submitted-posts.php:1362
195
+ msgid "Return to form"
196
+ msgstr "Fill ar an bhfoirm"
197
+
198
+ #: user-submitted-posts.php:1392 library/plugin-settings.php:955
199
+ msgid "Please"
200
+ msgstr "Le do thoil"
201
+
202
+ #: user-submitted-posts.php:1393
203
+ msgid "log in"
204
+ msgstr "Logáil isteach"
205
+
206
+ #: user-submitted-posts.php:1394
207
+ msgid "to submit content!"
208
+ msgstr "ábhar a chur isteach!"
209
+
210
+ #: views/submission-form.php:46 views/submission-form-alt.php:55
211
+ msgid "Please complete the required fields."
212
+ msgstr "Comhlánaigh na réimsí riachtanacha le do thoil."
213
+
214
+ #: views/submission-form.php:56 views/submission-form.php:57
215
+ #: views/submission-form-alt.php:61 views/submission-form-alt.php:62
216
+ msgid "Your Name"
217
+ msgstr "Do ainm"
218
+
219
+ #: views/submission-form.php:62 views/submission-form.php:63
220
+ #: views/submission-form-alt.php:67 views/submission-form-alt.php:68
221
+ msgid "Your URL"
222
+ msgstr "Do URL"
223
+
224
+ #: views/submission-form.php:68 views/submission-form.php:69
225
+ #: views/submission-form-alt.php:73 views/submission-form-alt.php:74
226
+ msgid "Your Email"
227
+ msgstr "Do r-phost"
228
+
229
+ #: views/submission-form.php:74 views/submission-form.php:75
230
+ #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
+ #: library/plugin-settings.php:1016
232
+ msgid "Post Title"
233
+ msgstr "Teideal an Phoist"
234
+
235
+ #: views/submission-form.php:80 views/submission-form.php:81
236
+ #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
+ #: library/plugin-settings.php:1017
238
+ msgid "Post Tags"
239
+ msgstr "Clibeanna Poist"
240
+
241
+ #: views/submission-form.php:93 views/submission-form-alt.php:98
242
+ msgid "Antispam Question"
243
+ msgstr "Ceist Antispam"
244
+
245
+ #: views/submission-form.php:98 views/submission-form-alt.php:103
246
+ #: library/plugin-settings.php:1018
247
+ msgid "Post Category"
248
+ msgstr "Catagóir an Phoist"
249
+
250
+ #: views/submission-form.php:100 views/submission-form-alt.php:105
251
+ msgid "Please select a category.."
252
+ msgstr "Roghnaigh catagóir .."
253
+
254
+ #: views/submission-form.php:135 views/submission-form.php:136
255
+ #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
+ #: library/plugin-settings.php:1019
257
+ msgid "Post Content"
258
+ msgstr "Ábhar an Phoist"
259
+
260
+ #: views/submission-form.php:142 views/submission-form-alt.php:147
261
+ msgid "Verification"
262
+ msgstr "Fíorú"
263
+
264
+ #: views/submission-form.php:149 views/submission-form-alt.php:154
265
+ msgid "Upload an Image"
266
+ msgstr "Uaslódáil íomhá"
267
+
268
+ #: views/submission-form.php:158 views/submission-form-alt.php:163
269
+ msgid "Add another image"
270
+ msgstr "Cuir íomhá eile leis"
271
+
272
+ #: views/submission-form.php:180 views/submission-form-alt.php:185
273
+ msgid "Human verification: leave this field empty."
274
+ msgstr "Fíorú an duine: fág an réimse seo folamh."
275
+
276
+ #: views/submission-form.php:202 views/submission-form-alt.php:207
277
+ msgid "Submit Post"
278
+ msgstr "Cuir Post"
279
+
280
+ #: library/shortcode-misc.php:18
281
+ msgid "Reset form"
282
+ msgstr "Athshocraigh foirm"
283
+
284
+ #: library/shortcode-misc.php:128
285
+ msgid "View full post"
286
+ msgstr "Féach ar an bpost iomlán"
287
+
288
+ #: library/plugin-settings.php:32
289
+ msgid "Get USP Pro for unlimited forms!"
290
+ msgstr "Faigh USP Pro le haghaidh foirmeacha neamhtheoranta!"
291
+
292
+ #: library/plugin-settings.php:33
293
+ msgid "Go Pro"
294
+ msgstr "Téigh Pro"
295
+
296
+ #: library/plugin-settings.php:37
297
+ msgid "Settings"
298
+ msgstr "Socruithe"
299
+
300
+ #: library/plugin-settings.php:55
301
+ msgid "Give USP a 5-star rating at WordPress.org"
302
+ msgstr "Tabhair rátáil 5 réalta ag USP ag WordPress.org"
303
+
304
+ #: library/plugin-settings.php:56
305
+ msgid "Rate this plugin&nbsp;&raquo;"
306
+ msgstr "Ráta an breiseán seo & nbsp; & raquo;"
307
+
308
+ #: library/plugin-settings.php:114
309
+ msgid "WP Post (recommended)"
310
+ msgstr "WP Post (molta)"
311
+
312
+ #: library/plugin-settings.php:118
313
+ msgid "WP Page"
314
+ msgstr "Leathanach WP"
315
+
316
+ #: library/plugin-settings.php:134
317
+ msgid "HTML5 Form + Default CSS"
318
+ msgstr "Foirm HTML5 + Réamhshocrú CSS"
319
+
320
+ #: library/plugin-settings.php:134
321
+ msgid "(Recommended)"
322
+ msgstr "(Molta)"
323
+
324
+ #: library/plugin-settings.php:138
325
+ msgid "HTML5 Form + Disable CSS"
326
+ msgstr "Foirm HTML5 + Díchumasaigh CSS"
327
+
328
+ #: library/plugin-settings.php:138
329
+ msgid "(Provide your own styles)"
330
+ msgstr "(Do stíleanna féin a sholáthar)"
331
+
332
+ #: library/plugin-settings.php:142
333
+ msgid "Custom Form + Custom CSS"
334
+ msgstr "Foirm Chustaim + CSS Saincheaptha"
335
+
336
+ #: library/plugin-settings.php:142
337
+ msgid "(Provide your own form template &amp; styles)"
338
+ msgstr "(Do chuid teimpléid foirmeacha agus stíleanna amplíne féin a sholáthar)"
339
+
340
+ #: library/plugin-settings.php:158 library/plugin-settings.php:182
341
+ #: library/plugin-settings.php:205 library/plugin-settings.php:229
342
+ msgid "Auto-display before post content"
343
+ msgstr "Auto-taispeáint roimh ábhar an phoist"
344
+
345
+ #: library/plugin-settings.php:162 library/plugin-settings.php:186
346
+ #: library/plugin-settings.php:209 library/plugin-settings.php:233
347
+ msgid "Auto-display after post content"
348
+ msgstr "Auto-thaispeáint tar éis ábhar an phoist"
349
+
350
+ #: library/plugin-settings.php:166
351
+ msgid "Do not auto-display submitted images"
352
+ msgstr "Ná taispeáin íomhánna faoi bhráid uathoibríoch"
353
+
354
+ #: library/plugin-settings.php:190
355
+ msgid "Do not auto-display submitted email"
356
+ msgstr "Ná cuir ríomhphoist isteach go huathoibríoch"
357
+
358
+ #: library/plugin-settings.php:213
359
+ msgid "Do not auto-display submitted URL"
360
+ msgstr "Ná cuir URL isteach isteach uathoibríoch"
361
+
362
+ #: library/plugin-settings.php:237
363
+ msgid "Do not auto-display the Custom Field"
364
+ msgstr "Ná taispeáin an Réimse Saincheaptha"
365
+
366
+ #: library/plugin-settings.php:265 library/plugin-settings.php:297
367
+ #: library/plugin-settings.php:330 library/plugin-settings.php:362
368
+ msgid "Display and require"
369
+ msgstr "Taispeáin agus a theastaíonn"
370
+
371
+ #: library/plugin-settings.php:266 library/plugin-settings.php:298
372
+ msgid "Display but do not require"
373
+ msgstr "Taispeáin ach ní gá"
374
+
375
+ #: library/plugin-settings.php:267 library/plugin-settings.php:299
376
+ #: library/plugin-settings.php:331 library/plugin-settings.php:363
377
+ msgid "Disable this field"
378
+ msgstr "Díchumasaigh an réimse seo"
379
+
380
+ #: library/plugin-settings.php:302 library/plugin-settings.php:334
381
+ #: library/plugin-settings.php:366 library/plugin-settings.php:398
382
+ msgid "(Visit"
383
+ msgstr "(Cuairt"
384
+
385
+ #: library/plugin-settings.php:303 library/plugin-settings.php:335
386
+ #: library/plugin-settings.php:367 library/plugin-settings.php:399
387
+ msgid "to configure options)"
388
+ msgstr "chun roghanna a chumrú)"
389
+
390
+ #: library/plugin-settings.php:318 library/plugin-settings.php:335
391
+ #: library/plugin-settings.php:1213 library/plugin-settings.php:1218
392
+ msgid "Challenge Question"
393
+ msgstr "Ceist Dúshlán"
394
+
395
+ #: library/plugin-settings.php:350 library/plugin-settings.php:367
396
+ #: library/plugin-settings.php:1235
397
+ msgid "Google reCAPTCHA"
398
+ msgstr "Google reCAPTCHA"
399
+
400
+ #: library/plugin-settings.php:382
401
+ msgid "Post Images"
402
+ msgstr "Íomhánna an Phoist"
403
+
404
+ #: library/plugin-settings.php:394
405
+ msgid "Display"
406
+ msgstr "Taispeáin"
407
+
408
+ #: library/plugin-settings.php:395
409
+ msgid "Disable"
410
+ msgstr "Díchumasaigh"
411
+
412
+ #: library/plugin-settings.php:399 library/plugin-settings.php:1296
413
+ msgid "Image Uploads"
414
+ msgstr "Uasluchtaithe Íomhá"
415
+
416
+ #: library/plugin-settings.php:479
417
+ msgid "Draft"
418
+ msgstr "Dréacht"
419
+
420
+ #: library/plugin-settings.php:480
421
+ msgid "Pending (default)"
422
+ msgstr "Ar feitheamh (réamhshocraithe)"
423
+
424
+ #: library/plugin-settings.php:481
425
+ msgid "Publish immediately"
426
+ msgstr "Foilsigh láithreach"
427
+
428
+ #: library/plugin-settings.php:482
429
+ msgid "Publish after 1 approved post"
430
+ msgstr "Foilsigh i ndiaidh 1 phost ceadaithe"
431
+
432
+ #: library/plugin-settings.php:483
433
+ msgid "Publish after "
434
+ msgstr "Foilsigh i ndiaidh"
435
+
436
+ #: library/plugin-settings.php:483
437
+ msgid " approved posts"
438
+ msgstr " post ceadaithe"
439
+
440
+ #: library/plugin-settings.php:645
441
+ msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
442
+ msgstr "Bhí earráid ann. Cinntigh le do thoil go bhfuil teideal agat, cuid d'ábhar, agus go bhfuil íomhánna amháin curtha suas agat."
443
+
444
+ #: library/plugin-settings.php:659
445
+ msgid "Please select your image(s) to upload."
446
+ msgstr "Roghnaigh do íomhá (í) a uaslódáil."
447
+
448
+ #: library/plugin-settings.php:665
449
+ msgid "Success! Thank you for your submission."
450
+ msgstr "Rath! Go raibh maith agat as d'aighneacht."
451
+
452
+ #: library/plugin-settings.php:691
453
+ msgid "Email"
454
+ msgstr "Ríomhphost"
455
+
456
+ #: library/plugin-settings.php:692
457
+ msgid "URL"
458
+ msgstr "URL"
459
+
460
+ #: library/plugin-settings.php:942
461
+ msgid "Toggle all panels"
462
+ msgstr "Scrios na painéil uile"
463
+
464
+ #: library/plugin-settings.php:951
465
+ msgid "We need your support!"
466
+ msgstr "Ní mór dúinn do thacaíocht!"
467
+
468
+ #: library/plugin-settings.php:955
469
+ msgid "Make a donation via PayPal"
470
+ msgstr "Déan síntiús trí PayPal"
471
+
472
+ #: library/plugin-settings.php:955
473
+ msgid "make a donation"
474
+ msgstr "déan síntiús"
475
+
476
+ #: library/plugin-settings.php:955
477
+ msgid "and/or"
478
+ msgstr "agus / nó"
479
+
480
+ #: library/plugin-settings.php:956
481
+ msgid "Rate and review at the Plugin Directory"
482
+ msgstr "Ráta agus athbhreithniú ag an Eolaire Breiseáin"
483
+
484
+ #: library/plugin-settings.php:957
485
+ msgid "give this plugin a 5-star rating"
486
+ msgstr "an rátáil breise 5-réalta a thabhairt don bhreiseán seo"
487
+
488
+ #: library/plugin-settings.php:961
489
+ msgid "Your generous support enables continued development of this free plugin. Thank you!"
490
+ msgstr "Cuireann do thacaíocht fhiallach an breiseán seo saor in aisce ar aghaidh. Go raibh maith agat!"
491
+
492
+ #: library/plugin-settings.php:966
493
+ msgid "Check this box if you have shown support"
494
+ msgstr "Seiceáil an bosca seo má thacaigh tú tacaíocht"
495
+
496
+ #: library/plugin-settings.php:975
497
+ msgid "Overview"
498
+ msgstr "Forbhreathnú"
499
+
500
+ #: library/plugin-settings.php:979
501
+ msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
502
+ msgstr "cuireann do chuairteoirí poist isteach agus íomhánna a uaslódáil ó thaobh tosaigh do shuíomh."
503
+
504
+ #: library/plugin-settings.php:980
505
+ msgid "For advanced functionality and unlimited forms, check out"
506
+ msgstr "Chun feidhmiúlacht chun cinn agus foirmeacha neamhtheoranta, seiceáil amach"
507
+
508
+ #: library/plugin-settings.php:980 library/plugin-settings.php:1354
509
+ msgid "USP Pro"
510
+ msgstr "USP Pro"
511
+
512
+ #: library/plugin-settings.php:981
513
+ msgid "&mdash; the ultimate solution for user-generated content."
514
+ msgstr "& mdash; an réiteach deiridh d'ábhar a ghintear ó úsáideoirí."
515
+
516
+ #: library/plugin-settings.php:985 library/plugin-settings.php:1002
517
+ msgid "Plugin Settings"
518
+ msgstr "Socruithe Breiseáin"
519
+
520
+ #: library/plugin-settings.php:986
521
+ msgid "Display the form"
522
+ msgstr "Taispeáin an fhoirm"
523
+
524
+ #: library/plugin-settings.php:987 library/plugin-settings.php:1511
525
+ msgid "Plugin Homepage"
526
+ msgstr "Leathanach Baile Breiseáin"
527
+
528
+ #: library/plugin-settings.php:990
529
+ msgid "If you like this plugin, please"
530
+ msgstr "Más maith leat an breiseán seo, le do thoil"
531
+
532
+ #: library/plugin-settings.php:991
533
+ msgid "THANK YOU for your support!"
534
+ msgstr "Go raibh maith agat as do chuid tacaíochta!"
535
+
536
+ #: library/plugin-settings.php:991
537
+ msgid "give it a 5-star rating"
538
+ msgstr "tabhair rátáil 5 réalta dó"
539
+
540
+ #: library/plugin-settings.php:995
541
+ msgid "Unlimited front-end forms"
542
+ msgstr "Foirmeacha tosaigh gan teorainn"
543
+
544
+ #: library/plugin-settings.php:995
545
+ msgid "Get USP Pro"
546
+ msgstr "Faigh USP Pro"
547
+
548
+ #: library/plugin-settings.php:1005
549
+ msgid "Configure your settings for User Submitted Posts."
550
+ msgstr "Déan do chuid socruithe a chumrú le haghaidh Poist Foilsithe Úsáideora."
551
+
552
+ #: library/plugin-settings.php:1007
553
+ msgid "Form Fields"
554
+ msgstr "Réimse Foirmeacha"
555
+
556
+ #: library/plugin-settings.php:1013
557
+ msgid "User Name"
558
+ msgstr "Ainm Úsáideora"
559
+
560
+ #: library/plugin-settings.php:1014
561
+ msgid "User Email"
562
+ msgstr "R-phost Úsáideora"
563
+
564
+ #: library/plugin-settings.php:1015
565
+ msgid "User URL"
566
+ msgstr "URL Úsáideora"
567
+
568
+ #: library/plugin-settings.php:1030
569
+ msgid "General Settings"
570
+ msgstr "Socruithe Ginearálta"
571
+
572
+ #: library/plugin-settings.php:1032
573
+ msgid "Note that the default settings work fine for most cases."
574
+ msgstr "Tabhair faoi deara go bhfuil na socruithe réamhshocraithe ag fíneáil don chuid is mó cásanna."
575
+
576
+ #: library/plugin-settings.php:1037
577
+ msgid "Form Style"
578
+ msgstr "Stíl Foirme"
579
+
580
+ #: library/plugin-settings.php:1042
581
+ msgid "With this option, you can copy the plugin&rsquo;s default templates:"
582
+ msgstr "Leis an rogha seo, is féidir leat na teimpléid réamhshocraithe & rsquo;"
583
+
584
+ #: library/plugin-settings.php:1047
585
+ msgid "..and upload them into a directory named"
586
+ msgstr "agus iad a uaslódáil isteach i gcomhadlann ainmnithe"
587
+
588
+ #: library/plugin-settings.php:1047
589
+ msgid "in your theme:"
590
+ msgstr "i do théama:"
591
+
592
+ #: library/plugin-settings.php:1053
593
+ msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
594
+ msgstr "Cuirfidh sé sin ar chumas tú an fhoirm agus na stíleanna a shaincheapadh de réir mar is gá. Le haghaidh tuilleadh eolais, féach an rannóg \"Foirm Iarratais Chustaim\" sa"
595
+
596
+ #: library/plugin-settings.php:1054
597
+ msgid "Installation Docs"
598
+ msgstr "Docs Suiteála"
599
+
600
+ #: library/plugin-settings.php:1055
601
+ msgid "FYI: here is a"
602
+ msgstr "FYI: anseo a"
603
+
604
+ #: library/plugin-settings.php:1055
605
+ msgid "list of USP CSS selectors"
606
+ msgstr "liosta de na roghnóirí USP CSS"
607
+
608
+ #: library/plugin-settings.php:1061
609
+ msgid "Include JavaScript"
610
+ msgstr "Cuir JavaScript san áireamh"
611
+
612
+ #: library/plugin-settings.php:1063
613
+ msgid "Check this box if you want to include the external JavaScript files (recommended)."
614
+ msgstr "Seiceáil an bosca seo más mian leat na comhaid seachtracha JavaScript (molta) a chur san áireamh."
615
+
616
+ #: library/plugin-settings.php:1066
617
+ msgid "Targeted Loading"
618
+ msgstr "Luchtú Spriocdhírithe"
619
+
620
+ #: library/plugin-settings.php:1068
621
+ msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
622
+ msgstr "De réir réamhshocraithe, CSS seachtrach & amp; Tá comhaid JavaScript luchtaithe ar gach leathanach. Anseo, is féidir leat URL an fhoirm USP a shonrú chun acmhainní a luchtú ach amháin ar an leathanach sin. Tabhair faoi deara: fág bán le luchtú ar na leathanaigh go léir."
623
+
624
+ #: library/plugin-settings.php:1071
625
+ msgid "Post Type"
626
+ msgstr "Cineál Post"
627
+
628
+ #: library/plugin-settings.php:1074
629
+ msgid "Submit posts as WP Posts or Pages"
630
+ msgstr "Cuir post isteach mar Poist nó Páipéir WP"
631
+
632
+ #: library/plugin-settings.php:1078
633
+ msgid "Post Status"
634
+ msgstr "Stádas an Phoist"
635
+
636
+ #: library/plugin-settings.php:1081
637
+ msgid "Post Status for submitted posts"
638
+ msgstr "Stádas an Phoist do phoist a cuireadh isteach"
639
+
640
+ #: library/plugin-settings.php:1085
641
+ msgid "Redirect URL"
642
+ msgstr "URL a atreorú"
643
+
644
+ #: library/plugin-settings.php:1087
645
+ msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
646
+ msgstr "Sonraigh URL chun an t-úsáideoir a atreorú tar éis an iarratais a chur isteach. Fág bán chun atreorú ar ais chuig an leathanach reatha."
647
+
648
+ #: library/plugin-settings.php:1090
649
+ msgid "Success Message"
650
+ msgstr "Teachtaireacht Rathúil"
651
+
652
+ #: library/plugin-settings.php:1092
653
+ msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
654
+ msgstr "Teachtaireacht rathúil a thaispeántar má éiríonn leis an iarchur isteach. Ceadaítear marcáil bhunúsach."
655
+
656
+ #: library/plugin-settings.php:1095
657
+ msgid "Error Message"
658
+ msgstr "Teachtaireacht Earráide"
659
+
660
+ #: library/plugin-settings.php:1097
661
+ msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
662
+ msgstr "Teachtaireacht earráide ginearálta a thaispeántar má theipeann ar iar-aighneacht. Ceadaítear marcáil bhunúsach."
663
+
664
+ #: library/plugin-settings.php:1100
665
+ msgid "Custom Content"
666
+ msgstr "Ábhar an Chustaim"
667
+
668
+ #: library/plugin-settings.php:1102
669
+ msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
670
+ msgstr "Téacs / marcáil saincheaptha le cur san áireamh roimh an fhoirm aighneachta. Fág bán chun é a dhíchumasú."
671
+
672
+ #: library/plugin-settings.php:1105
673
+ msgid "Rich Text Editor"
674
+ msgstr "Eagarthóir Téacs Rich"
675
+
676
+ #: library/plugin-settings.php:1107
677
+ msgid "Check this box if you want to enable WP rich text editing for submitted posts."
678
+ msgstr "Seiceáil an bosca seo más mian leat eagarthóireacht téacs saibhir WP a chumasú do phoist a cuireadh isteach."
679
+
680
+ #: library/plugin-settings.php:1110
681
+ msgid "Unique Titles"
682
+ msgstr "Teidil Uathúla"
683
+
684
+ #: library/plugin-settings.php:1112
685
+ msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
686
+ msgstr "A cheangal go mbeidh teidil iarratais curtha isteach uathúil (úsáideach le haghaidh poist iomadúla / dúbailte a chuirtear isteach)."
687
+
688
+ #: library/plugin-settings.php:1115
689
+ msgid "Disable Required"
690
+ msgstr "Díchumasaigh Riachtanach"
691
+
692
+ #: library/plugin-settings.php:1117
693
+ msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
694
+ msgstr "Na tréithe uile is gá a dhíchumasú ar réimsí foirmeacha réamhshocraithe (úsáideach le haghaidh teachtaireachtaí earráide a réiteach)."
695
+
696
+ #: library/plugin-settings.php:1120
697
+ msgid "Disable IP Tracking"
698
+ msgstr "Díshuiteáil Rianú IP"
699
+
700
+ #: library/plugin-settings.php:1122
701
+ msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
702
+ msgstr "De réir réamhshocraithe USP taifid an seoladh IP le gach post a cuireadh isteach. Seiceáil an bosca seo chun gach rianú IP a dhíchumasaigh."
703
+
704
+ #: library/plugin-settings.php:1125
705
+ msgid "Enable Shortcodes"
706
+ msgstr "Cumasaigh Shortcodes"
707
+
708
+ #: library/plugin-settings.php:1127
709
+ msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
710
+ msgstr "Cumasaigh shortcodes i giuirléidí. De réir réamhshocraithe, ní chumas WordPress shortcodes i giuirléidí."
711
+
712
+ #: library/plugin-settings.php:1128
713
+ msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
714
+ msgstr "Cuireann an socrú seo aon shortcodes ar fad i ngiuirléidí (fiú shortcodes ó breiseáin eile)."
715
+
716
+ #: library/plugin-settings.php:1133 library/plugin-settings.php:1138
717
+ msgid "Categories"
718
+ msgstr "Catagóirí"
719
+
720
+ #: library/plugin-settings.php:1141
721
+ msgid "Select which categories may be assigned to submitted posts (click to toggle)"
722
+ msgstr "Roghnaigh na catagóirí a fhéadfar a shannadh do phoist a cuireadh isteach (cliceáil ar scoránaigh)"
723
+
724
+ #: library/plugin-settings.php:1149
725
+ msgid "Hidden/Default Category"
726
+ msgstr "Catagóir Réamhshocraithe / Hidden /"
727
+
728
+ #: library/plugin-settings.php:1151
729
+ msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
730
+ msgstr "Bain úsáid as réimse i bhfolach don chatagóir post. Is féidir é seo a úsáid chun catagóir réamhshocraithe a shonrú nuair a bhíonn réimse na gcatagóir faoi mhíchumas."
731
+
732
+ #: library/plugin-settings.php:1154
733
+ msgid "Category ID for Hidden Field"
734
+ msgstr "ID de chatagóir le haghaidh Hidden Field"
735
+
736
+ #: library/plugin-settings.php:1156
737
+ msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
738
+ msgstr "Sonraigh ID an chatagóir le húsáid le haghaidh & ldquo; Catagóir Réamhshocraithe / Réamhshocraithe & rdquo; rogha."
739
+
740
+ #: library/plugin-settings.php:1161
741
+ msgid "Users"
742
+ msgstr "Úsáideoirí"
743
+
744
+ #: library/plugin-settings.php:1166
745
+ msgid "Assigned Author"
746
+ msgstr "Údar Sínithe"
747
+
748
+ #: library/plugin-settings.php:1169
749
+ msgid "Specify the user that should be assigned as author for submitted posts."
750
+ msgstr "Sonraigh an t-úsáideoir ba cheart a údarú mar údar do phoist a cuireadh isteach."
751
+
752
+ #: library/plugin-settings.php:1173
753
+ msgid "Registered Username"
754
+ msgstr "Ainm Úsáideora Cláraithe"
755
+
756
+ #: library/plugin-settings.php:1175
757
+ msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
758
+ msgstr "Úsáid ainm úsáideora cláraithe mar phost-údar. Bailí nuair atá an té atá ag cur isteach an fhoirm logáilte isteach go WordPress."
759
+
760
+ #: library/plugin-settings.php:1178
761
+ msgid "User Profile URL"
762
+ msgstr "URL Próifíl Úsáideora"
763
+
764
+ #: library/plugin-settings.php:1180
765
+ msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
766
+ msgstr "Úsáid URL Próifíl úsáideora cláraithe mar luach an réimse URL. Bailí nuair atá an té atá ag cur isteach an fhoirm logáilte isteach go WordPress."
767
+
768
+ #: library/plugin-settings.php:1183
769
+ msgid "Require User Login"
770
+ msgstr "A cheangal ar Logáil isteach Úsáideora"
771
+
772
+ #: library/plugin-settings.php:1185
773
+ msgid "Require users to be logged in to WordPress to view/submit the form"
774
+ msgstr "A cheangal ar úsáideoirí logáil isteach i WordPress chun an fhoirm a fheiceáil / a chur isteach"
775
+
776
+ #: library/plugin-settings.php:1188
777
+ msgid "Disable Replace Author"
778
+ msgstr "Díchumasaigh Athsholáthar Údar"
779
+
780
+ #: library/plugin-settings.php:1190
781
+ msgid "Do not replace post author with submitted user name"
782
+ msgstr "Ná cuir an t-údar poist in ionad ainm úsáideora isteach"
783
+
784
+ #: library/plugin-settings.php:1196
785
+ msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
786
+ msgstr "Anseo, is féidir leat an t-ainm agus an lipéad a úsáideann an Réimse Saincheaptha a athrú. Is féidir leat an réimse seo a chumasú tríd an suíomh Forms Field, thuas."
787
+
788
+ #: library/plugin-settings.php:1201
789
+ msgid "Custom Field Name"
790
+ msgstr "Ainm Réimse an Chustaiméara"
791
+
792
+ #: library/plugin-settings.php:1203
793
+ msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
794
+ msgstr "Ní hamháin úsáid a bhaint as aicmí alfaiméaracha, neamhchruinnithe, agus taiscí. Mura bhfuil sé cinnte, bain úsáid as an t-ainm réamhshocraithe:"
795
+
796
+ #: library/plugin-settings.php:1206
797
+ msgid "Custom Field Label"
798
+ msgstr "Lipéad an Chustaim Réimse"
799
+
800
+ #: library/plugin-settings.php:1208
801
+ msgid "This will be displayed as the field label on the form. Default: Custom Field"
802
+ msgstr "Taispeánfar é seo mar an lipéad réimse ar an bhfoirm. Réamhshocrú: Saincheaptha"
803
+
804
+ #: library/plugin-settings.php:1220
805
+ msgid "To prevent spam, enter a question that users must answer before submitting the form."
806
+ msgstr "Chun spam a chosc, cuir isteach ceist nach mór d'úsáideoirí a fhreagairt sula gcuireann tú isteach an fhoirm."
807
+
808
+ #: library/plugin-settings.php:1223
809
+ msgid "Challenge Response"
810
+ msgstr "Freagra Dúshlán"
811
+
812
+ #: library/plugin-settings.php:1225
813
+ msgid "Enter the *only* correct answer to the challenge question."
814
+ msgstr "Cuir isteach an freagra ceart * amháin * ar an gceist dúshlán."
815
+
816
+ #: library/plugin-settings.php:1228
817
+ msgid "Case-sensitivity"
818
+ msgstr "Cás-íogaireacht"
819
+
820
+ #: library/plugin-settings.php:1230
821
+ msgid "Check this box if you want the challenge response to be case-sensitive."
822
+ msgstr "Seiceáil an bosca seo más mian leat go mbeadh an freagra dúshlánach i gcásanna atá íogair."
823
+
824
+ #: library/plugin-settings.php:1236
825
+ msgid "To enable Google reCAPTCHA, enter your public and private keys."
826
+ msgstr "Chun Google reCAPTCHA a chumasú, cuir isteach do chuid eochracha poiblí agus príobháideacha."
827
+
828
+ #: library/plugin-settings.php:1241
829
+ msgid "Public Key"
830
+ msgstr "Eochair Poiblí"
831
+
832
+ #: library/plugin-settings.php:1243
833
+ msgid "Enter your Public Key"
834
+ msgstr "Cuir isteach do Eochair Poiblí"
835
+
836
+ #: library/plugin-settings.php:1246
837
+ msgid "Private Key"
838
+ msgstr "Eochair Príobháideach"
839
+
840
+ #: library/plugin-settings.php:1248
841
+ msgid "Enter your Private Key"
842
+ msgstr "Cuir isteach do Eochair Príobháideach"
843
+
844
+ #: library/plugin-settings.php:1253
845
+ msgid "Email Alerts"
846
+ msgstr "Alerts Ríomhphoist"
847
+
848
+ #: library/plugin-settings.php:1258
849
+ msgid "Receive Email Alert"
850
+ msgstr "Faigh Foláireamh Ríomhphoist"
851
+
852
+ #: library/plugin-settings.php:1260
853
+ msgid "Check this box if you want to be notified via email for new post submissions."
854
+ msgstr "Seiceáil an bosca seo más mian leat a bheith curtha in iúl trí ríomhphost le haghaidh aighneachtaí nua."
855
+
856
+ #: library/plugin-settings.php:1263
857
+ msgid "Enable HTML Format"
858
+ msgstr "Cumasaigh Formáid HTML"
859
+
860
+ #: library/plugin-settings.php:1265
861
+ msgid "Check this box to enable HTML format for email alerts."
862
+ msgstr "Seiceáil an bosca seo chun formáid HTML a chumasú le haghaidh foláirimh ríomhphoist."
863
+
864
+ #: library/plugin-settings.php:1268
865
+ msgid "Email Address for Alerts"
866
+ msgstr "Seoladh Ríomhphoist do Foláirimh"
867
+
868
+ #: library/plugin-settings.php:1270
869
+ msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
870
+ msgstr "Má rinne tú seiceáil ar an mbosca chun rabhaidh ríomhphoist a fháil, luaigh an seoladh (í) ar chóir na ríomhphoist a sheoladh chuige."
871
+
872
+ #: library/plugin-settings.php:1271
873
+ msgid "Multiple recipients may be included using a comma, like so:"
874
+ msgstr "Is féidir le daoine a bhfuil go leor faighte a chur san áireamh ag baint úsáide as coma, mar sin:"
875
+
876
+ #: library/plugin-settings.php:1274
877
+ msgid "Email &ldquo;From&rdquo; Address"
878
+ msgstr "Ríomhphost & ldquo; Ó & rdquo; Seoladh"
879
+
880
+ #: library/plugin-settings.php:1276
881
+ msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
882
+ msgstr "Anseo, is féidir leat an seoladh (í) a úsáideadh don & ldquo; Ó & rdquo; header (féach Ceisteanna Coitianta breiseáin le haghaidh faisnéise)."
883
+
884
+ #: library/plugin-settings.php:1277
885
+ msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
886
+ msgstr "Má tá seoltaí iomadúla sonraithe sa suíomh roimhe seo, cuimsíonn líon comhionann & ldquo; Ó & rdquo; seoltaí don suíomh seo (san ord céanna)."
887
+
888
+ #: library/plugin-settings.php:1280
889
+ msgid "Email Alert Subject"
890
+ msgstr "Ábhar Alert Ríomhphoist"
891
+
892
+ #: library/plugin-settings.php:1282
893
+ msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
894
+ msgstr "Líne ábhair le haghaidh foláirimh ríomhphoist. Fág bán chun an líne ábhar réamhshocraithe a úsáid. Tabhair faoi deara: is féidir leat na hathróga seo a leanas a úsáid:"
895
+
896
+ #: library/plugin-settings.php:1287
897
+ msgid "Email Alert Message"
898
+ msgstr "Teachtaireacht Foláirimh Ríomhphoist"
899
+
900
+ #: library/plugin-settings.php:1289
901
+ msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
902
+ msgstr "Teachtaireacht le haghaidh foláirimh ríomhphoist. Fág bán chun an teachtaireacht réamhshocraithe a úsáid. Tabhair faoi deara: is féidir leat na hathróga seo a leanas a úsáid:"
903
+
904
+ #: library/plugin-settings.php:1301
905
+ msgid "Featured Image"
906
+ msgstr "Íomhá Réadmhaoin"
907
+
908
+ #: library/plugin-settings.php:1303
909
+ msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
910
+ msgstr "Socraigh íomhánna isteach mar Íomhánna Réadmhaoin. Éilíonn tacaíocht téama le haghaidh Íomhánna Réadmhaoin (aka Miontuairiscí)."
911
+
912
+ #: library/plugin-settings.php:1306
913
+ msgid "Upload Message"
914
+ msgstr "Teachtaireacht Uaslódáil"
915
+
916
+ #: library/plugin-settings.php:1308
917
+ msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
918
+ msgstr "Teachtaireacht atá le feiceáil in aice leis an réimse uaslódáil. Úsáideach le do threoirlínte / beartas / srl. Uaslódáil a lua. Marcáil bunúsach a cheadaítear."
919
+
920
+ #: library/plugin-settings.php:1311
921
+ msgid "&ldquo;Add another image&rdquo; link"
922
+ msgstr "& ldquo; Cuir íomhá eile & rdquo; nasc"
923
+
924
+ #: library/plugin-settings.php:1313
925
+ msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
926
+ msgstr "Marcáil saincheaptha don & ldquo; Cuir íomhá eile & rdquo; nasc. Fág bán chun an marc réamhshocraithe (molta) a úsáid."
927
+
928
+ #: library/plugin-settings.php:1316
929
+ msgid "Minimum number of images"
930
+ msgstr "Íosmhéid na n-íomhánna"
931
+
932
+ #: library/plugin-settings.php:1319
933
+ msgid "Specify the minimum number of images."
934
+ msgstr "Sonraigh líon íosta na n-íomhánna."
935
+
936
+ #: library/plugin-settings.php:1323
937
+ msgid "Maximum number of images"
938
+ msgstr "Uasmhéid na n-íomhánna"
939
+
940
+ #: library/plugin-settings.php:1326
941
+ msgid "Specify the maximum number of images."
942
+ msgstr "Sonraigh líon uasta na n-íomhánna."
943
+
944
+ #: library/plugin-settings.php:1330
945
+ msgid "Minimum image width"
946
+ msgstr "Leithead íosta íomhá"
947
+
948
+ #: library/plugin-settings.php:1332
949
+ msgid "Specify a minimum width (in pixels) for uploaded images."
950
+ msgstr "Sonraigh leithead íosta (i bpicteilíní) le haghaidh íomhánna uaslódáil."
951
+
952
+ #: library/plugin-settings.php:1335
953
+ msgid "Minimum image height"
954
+ msgstr "Íomhá íosta íomhá"
955
+
956
+ #: library/plugin-settings.php:1337
957
+ msgid "Specify a minimum height (in pixels) for uploaded images."
958
+ msgstr "Sonraigh íosta airde (i pixel) le haghaidh íomhánna uaslódáil."
959
+
960
+ #: library/plugin-settings.php:1340
961
+ msgid "Maximum image width"
962
+ msgstr "Uasmhéid leithead íomhá"
963
+
964
+ #: library/plugin-settings.php:1342
965
+ msgid "Specify a maximum width (in pixels) for uploaded images."
966
+ msgstr "Sonraigh leithead uasta (i bpicteilíní) le haghaidh íomhánna uaslódáil."
967
+
968
+ #: library/plugin-settings.php:1345
969
+ msgid "Maximum image height"
970
+ msgstr "Uasmhéid airde an íomhá"
971
+
972
+ #: library/plugin-settings.php:1347
973
+ msgid "Specify a maximum height (in pixels) for uploaded images."
974
+ msgstr "Sonraigh airde uasta (i bpicteilíní) le haghaidh íomhánna uaslódáil."
975
+
976
+ #: library/plugin-settings.php:1350
977
+ msgid "More Options"
978
+ msgstr "Roghanna Breise"
979
+
980
+ #: library/plugin-settings.php:1353
981
+ msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
982
+ msgstr "Le haghaidh tuilleadh roghanna, cosúil leis an gcumas cineálacha comhaid eile a uaslódáil (cosúil le PDF, Word, Zip, físeáin, agus níos mó), seiceáil amach"
983
+
984
+ #: library/plugin-settings.php:1354
985
+ msgid "Go Pro!"
986
+ msgstr "Téigh Pro!"
987
+
988
+ #: library/plugin-settings.php:1361
989
+ msgid "Auto-Display Content"
990
+ msgstr "Ábhar Auto-Taispeáin"
991
+
992
+ #: library/plugin-settings.php:1366
993
+ msgid "Images Auto-Display"
994
+ msgstr "Íomhánna Auto-Taispeáin"
995
+
996
+ #: library/plugin-settings.php:1368
997
+ msgid "Auto-display user-submitted images:"
998
+ msgstr "Íomhánna a chuireann isteach ar úsáideoirí uathoibríoch:"
999
+
1000
+ #: library/plugin-settings.php:1373
1001
+ msgid "Image Markup"
1002
+ msgstr "Marcáil Íomhá"
1003
+
1004
+ #: library/plugin-settings.php:1375
1005
+ msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1006
+ msgstr "Marcáil le húsáid le haghaidh gach íomhá a cuireadh isteach (nuair atá cumhdach taispeáint ar chumas). Is féidir é a úsáid"
1007
+
1008
+ #: library/plugin-settings.php:1377 library/plugin-settings.php:1390
1009
+ #: library/plugin-settings.php:1403 library/plugin-settings.php:1416
1010
+ msgid "and"
1011
+ msgstr "agus"
1012
+
1013
+ #: library/plugin-settings.php:1380
1014
+ msgid "Email Auto-Display"
1015
+ msgstr "Ríomhphost Auto-Taispeáin"
1016
+
1017
+ #: library/plugin-settings.php:1382
1018
+ msgid "Auto-display user-submitted email:"
1019
+ msgstr "R-phost a chuirtear isteach le húsáideoir féin-thaispeáin:"
1020
+
1021
+ #: library/plugin-settings.php:1387
1022
+ msgid "Email Markup"
1023
+ msgstr "Marcáil Ríomhphoist"
1024
+
1025
+ #: library/plugin-settings.php:1389
1026
+ msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1027
+ msgstr "Marcáil le húsáid don seoladh ríomhphoist a cuireadh isteach (nuair atá cumhdach taispeáint ar chumas). Is féidir é a úsáid"
1028
+
1029
+ #: library/plugin-settings.php:1393
1030
+ msgid "URL Auto-Display"
1031
+ msgstr "URL Auto-Taispeáin"
1032
+
1033
+ #: library/plugin-settings.php:1395
1034
+ msgid "Auto-display user-submitted URL:"
1035
+ msgstr "URL a chuirtear isteach ar úsáideoir féin-thaispeántais:"
1036
+
1037
+ #: library/plugin-settings.php:1400
1038
+ msgid "URL Markup"
1039
+ msgstr "Marcáil URL"
1040
+
1041
+ #: library/plugin-settings.php:1402
1042
+ msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1043
+ msgstr "Marcáil le húsáid don URL a chuirtear isteach (nuair atá cumhdach taispeáint ar chumas). Is féidir é a úsáid"
1044
+
1045
+ #: library/plugin-settings.php:1406
1046
+ msgid "Custom Field Auto-Display"
1047
+ msgstr "Auto-Taispeáin Réimse Saincheaptha"
1048
+
1049
+ #: library/plugin-settings.php:1408
1050
+ msgid "Auto-display user-submitted Custom Field:"
1051
+ msgstr "Réimse saincheaptha a chuir isteach ar úsáideoir uathoibríoch:"
1052
+
1053
+ #: library/plugin-settings.php:1413
1054
+ msgid "Custom Field Markup"
1055
+ msgstr "Marcáil an Chustaim Réimse"
1056
+
1057
+ #: library/plugin-settings.php:1415
1058
+ msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1059
+ msgstr "Marcáil le húsáid don Réimse Saincheaptha (nuair atá cumhdach taispeáint ar chumas). Is féidir é a úsáid"
1060
+
1061
+ #: library/plugin-settings.php:1421 library/plugin-settings.php:1497
1062
+ msgid "Save Settings"
1063
+ msgstr "Sábháil Socruithe"
1064
+
1065
+ #: library/plugin-settings.php:1426
1066
+ msgid "Display the Form"
1067
+ msgstr "Taispeáin an fhoirm"
1068
+
1069
+ #: library/plugin-settings.php:1429
1070
+ msgid "Post-Submit Form"
1071
+ msgstr "Foirm Iar-Cuir isteach"
1072
+
1073
+ #: library/plugin-settings.php:1430
1074
+ msgid "USP enables you to display a post-submission form anywhere on your site."
1075
+ msgstr "Cuireann USP ar chumas tú foirm iar-aighneachta a thaispeáint in áit ar bith ar do shuíomh."
1076
+
1077
+ #: library/plugin-settings.php:1431 library/plugin-settings.php:1438
1078
+ msgid "Use the shortcode to display the form on any WP Post or Page:"
1079
+ msgstr "Bain úsáid as an shortcode chun an fhoirm a thaispeáint ar aon phost nó leathanach WP:"
1080
+
1081
+ #: library/plugin-settings.php:1433 library/plugin-settings.php:1440
1082
+ msgid "Or, use the template tag to display the form anywhere in your theme template:"
1083
+ msgstr "Nó, bain úsáid as an gclib teimpléid chun an fhoirm a thaispeáint in áit ar bith i do theimpléad téama:"
1084
+
1085
+ #: library/plugin-settings.php:1436
1086
+ msgid "Login/Register Form"
1087
+ msgstr "Foirm Logáil isteach / Cláraigh"
1088
+
1089
+ #: library/plugin-settings.php:1437
1090
+ msgid "You also can display a form that enables users to log in, register, or reset their password."
1091
+ msgstr "Is féidir leat foirm a thaispeáint a chuireann ar chumas úsáideoirí logáil isteach, a chlárú nó a bhfocal faire a athshocrú."
1092
+
1093
+ #: library/plugin-settings.php:1443
1094
+ msgid "Display Submitted Posts"
1095
+ msgstr "Taispeáin Poist Curtha isteach"
1096
+
1097
+ #: library/plugin-settings.php:1444
1098
+ msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1099
+ msgstr "Bain úsáid as an shortcode seo chun liosta de na poist a cuireadh isteach a thaispeáint ar aon WP Post nó Leathanach:"
1100
+
1101
+ #: library/plugin-settings.php:1446
1102
+ msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1103
+ msgstr "Nó, bain úsáid as an gclib teimpléid chun liosta de na poist a cuireadh isteach in áit ar bith i do theimpléad téama a thaispeáint:"
1104
+
1105
+ #: library/plugin-settings.php:1448
1106
+ msgid "Here are some examples showing how to configure this shortcode:"
1107
+ msgstr "Seo roinnt samplaí a léiríonn conas an shortcode seo a chumrú:"
1108
+
1109
+ #: library/plugin-settings.php:1455
1110
+ msgid "Reset Form Button"
1111
+ msgstr "Athshocraigh an Fhoirm Button"
1112
+
1113
+ #: library/plugin-settings.php:1456
1114
+ msgid "This shortcode displays a link that resets the form to its original state:"
1115
+ msgstr "Taispeánann an shortcode seo nasc a athshocraíonn an fhoirm chuig a stát bunaidh:"
1116
+
1117
+ #: library/plugin-settings.php:1458
1118
+ msgid "This shortcode accepts the following attributes:"
1119
+ msgstr "Glacann an shortcode leis na tréithe seo a leanas:"
1120
+
1121
+ #: library/plugin-settings.php:1463
1122
+ msgid "Note that the url attribute accepts"
1123
+ msgstr "Tabhair faoi deara go nglacann an tréith url"
1124
+
1125
+ #: library/plugin-settings.php:1463
1126
+ msgid "to get the current URL."
1127
+ msgstr "an URL reatha a fháil."
1128
+
1129
+ #: library/plugin-settings.php:1465
1130
+ msgid "Access Control"
1131
+ msgstr "Rialú Rochtana"
1132
+
1133
+ #: library/plugin-settings.php:1466
1134
+ msgid "USP provides three shortcodes to control access and restrict content."
1135
+ msgstr "Soláthraíonn USP trí shortcodes rochtain a rialú agus ábhar a shrianadh."
1136
+
1137
+ #: library/plugin-settings.php:1467
1138
+ msgid "Display content only to users with a specific capability:"
1139
+ msgstr "Taispeáin ábhar ach d'úsáideoirí a bhfuil cumas ar leith acu:"
1140
+
1141
+ #: library/plugin-settings.php:1469
1142
+ msgid "Display content to logged-in users:"
1143
+ msgstr "Taispeáin ábhar d'úsáideoirí atá logáilte isteach:"
1144
+
1145
+ #: library/plugin-settings.php:1471
1146
+ msgid "Display content to visitors only:"
1147
+ msgstr "Taispeáin ábhar do chuairteoirí amháin:"
1148
+
1149
+ #: library/plugin-settings.php:1473
1150
+ msgid "Tip:"
1151
+ msgstr "Leid:"
1152
+
1153
+ #: library/plugin-settings.php:1473
1154
+ msgid "to include markup in the deny message, you can use"
1155
+ msgstr "le marcáil a chur san teachtaireacht dhiúltú, is féidir leat é a úsáid"
1156
+
1157
+ #: library/plugin-settings.php:1473
1158
+ msgid "to output"
1159
+ msgstr "aschur"
1160
+
1161
+ #: library/plugin-settings.php:1475
1162
+ msgid "Example"
1163
+ msgstr "Sampla"
1164
+
1165
+ #: library/plugin-settings.php:1476
1166
+ msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1167
+ msgstr "Má tá an t-úsáideoir logáilte isteach, an fhoirm iar-iarratais a thaispeáint; nó mura bhfuil an t-úsáideoir logáilte isteach, an fhoirm logáil isteach a thaispeáint:"
1168
+
1169
+ #: library/plugin-settings.php:1488
1170
+ msgid "Restore Defaults"
1171
+ msgstr "Réamhshocruithe Athchóirigh"
1172
+
1173
+ #: library/plugin-settings.php:1491
1174
+ msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1175
+ msgstr "Fág an rogha seo faoi mhíchumas chun do chuid socruithe a mheabhrú. Nó, dul ar aghaidh agus na roghanna breiseán réamhshocraithe a athbhunú: seiceáil an bhosca, sábháil do chuid socruithe, agus ansin an breiseán a dhíghníomhachtú / a athghníomhachtú."
1176
+
1177
+ #: library/plugin-settings.php:1495
1178
+ msgid "Restore default options upon plugin deactivation/reactivation."
1179
+ msgstr "Athraigh roghanna réamhshocraithe maidir le díghníomhachtú / athghníomhachtú breiseáin."
1180
+
1181
+ #: library/plugin-settings.php:1502
1182
+ msgid "Show Support"
1183
+ msgstr "Taispeáin Tacaíocht"
1184
+
1185
+ #: library/plugin-settings.php:1511
1186
+ msgid "by"
1187
+ msgstr "ag"
1188
+
1189
+ #: library/plugin-settings.php:1512
1190
+ msgid "Jeff Starr on Twitter"
1191
+ msgstr "Jeff Starr ar Twitter"
1192
+
1193
+ #: library/plugin-settings.php:1513
1194
+ msgid "Obsessive Web Design &amp; Development"
1195
+ msgstr "Dearadh Gréasáin Obsessive & amp; Forbairt"
1196
+
1197
+ #: library/plugin-settings.php:1524
1198
+ msgid "Save Preference"
1199
+ msgstr "Sábháil Tosaíochta"
1200
+
1201
+ #: library/plugin-settings.php:1531
1202
+ msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1203
+ msgstr "An bhfuil tú cinnte gur mhaith leat na roghanna réamhshocraithe a chur ar ais? (ní féidir an gníomh seo a dhíbhe)"
1204
+
1205
+ #: library/support-panel.php:52
1206
+ msgid "Perishable Press Books"
1207
+ msgstr "Leabhair Preas Machairí"
1208
+
1209
+ #: library/support-panel.php:53
1210
+ msgid "Plugin Planet"
1211
+ msgstr "Pláinéad Breiseáin"
1212
+
1213
+ #: library/support-panel.php:54
1214
+ msgid "Donate via PayPal"
1215
+ msgstr "Tabhair íocaíocht trí PayPal"
1216
+
1217
+ #: library/support-panel.php:56
1218
+ msgid "books"
1219
+ msgstr "leabhair"
1220
+
1221
+ #: library/support-panel.php:57
1222
+ msgid "plugins"
1223
+ msgstr "plugins"
1224
+
1225
+ #: library/support-panel.php:58
1226
+ msgid "donation"
1227
+ msgstr "síntiús"
1228
+
1229
+ #: library/support-panel.php:60
1230
+ msgid "Thank you for using"
1231
+ msgstr "Go raibh maith agat as úsáid a bhaint as"
1232
+
1233
+ #: library/support-panel.php:61
1234
+ msgid "Please show support by purchasing one of my"
1235
+ msgstr "Taispeáin tacaíocht trí cheann de mo chuid a cheannach"
1236
+
1237
+ #: library/support-panel.php:62
1238
+ msgid "or"
1239
+ msgstr "nó"
1240
+
1241
+ #: library/support-panel.php:62
1242
+ msgid "or by making a"
1243
+ msgstr "nó trí"
1244
+
1245
+ #: library/support-panel.php:63
1246
+ msgid "Your generous support helps to ensure future development of"
1247
+ msgstr "Cuidíonn do thacaíocht fhiallach lena chinntiú go bhforbrófar"
1248
+
1249
+ #: library/support-panel.php:64
1250
+ msgid "and is greatly appreciated."
1251
+ msgstr "agus tá sé buíoch as."
1252
+
1253
+ #: library/support-panel.php:66
1254
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1255
+ msgstr "Cuidíonn aon síntiús mé orm leanúint ar aghaidh ag forbairt an breiseáin seo saor in aisce agus acmhainní uamhnach WordPress eile."
1256
+
1257
+ #. Description of the plugin
1258
+ #:
1259
+ msgid "Enables your visitors to submit posts and images from anywhere on your site."
1260
+ msgstr "Cumasaíonn do chuairteoirí poist agus íomhánna a chur isteach ó áit ar bith ar do shuíomh."
1261
+
1262
+ #. URI of the plugin
1263
+ #:
1264
+ msgid "https://perishablepress.com/user-submitted-posts/"
1265
+ msgstr "https://perishablepress.com/user-submitted-posts/"
1266
+
1267
+ #. Author of the plugin
1268
+ #:
1269
+ msgid "Jeff Starr"
1270
+ msgstr "Jeff Starr"
1271
+
1272
+ #. Author URI of the plugin
1273
+ #:
1274
+ msgid "https://plugin-planet.com/"
1275
+ msgstr "https://plugin-planet.com/"
1276
+
trunk/languages/usp-he_IL.mo ADDED
Binary file
trunk/languages/usp-he_IL.po ADDED
@@ -0,0 +1,1276 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "MIME-Version: 1.0\n"
4
+ "Content-Type: text/plain; charset=UTF-8\n"
5
+ "Content-Transfer-Encoding: 8bit\n"
6
+ "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20180316\n"
8
+ "Language: he\n"
9
+
10
+ #. Name of the plugin
11
+ #: user-submitted-posts.php:44 library/support-panel.php:5
12
+ msgid "User Submitted Posts"
13
+ msgstr "הודעות שנשלחו על ידי משתמשים"
14
+
15
+ #: user-submitted-posts.php:81
16
+ msgid "requires WordPress "
17
+ msgstr "דורש וורדפרס"
18
+
19
+ #: user-submitted-posts.php:82
20
+ msgid " or higher, and has been deactivated! "
21
+ msgstr " או גבוה יותר, והוא הופסק!"
22
+
23
+ #: user-submitted-posts.php:83
24
+ msgid "Please return to the"
25
+ msgstr "חזור אל"
26
+
27
+ #: user-submitted-posts.php:84
28
+ msgid "WordPress Admin Area"
29
+ msgstr "אזור ניהול וורדפרס"
30
+
31
+ #: user-submitted-posts.php:85
32
+ msgid "to upgrade WordPress and try again."
33
+ msgstr "כדי לשדרג וורדפרס ונסה שוב."
34
+
35
+ #: user-submitted-posts.php:125
36
+ msgid "User Submitted Post"
37
+ msgstr "פוסט שנשלח על ידי משתמשים"
38
+
39
+ #: user-submitted-posts.php:419
40
+ msgid "User Submitted Post Info"
41
+ msgstr "פרטי פוסט שנשלחו על ידי המשתמש"
42
+
43
+ #: user-submitted-posts.php:449
44
+ msgid "Submitter Name: "
45
+ msgstr "שם איש קשר:"
46
+
47
+ #: user-submitted-posts.php:450
48
+ msgid "Submitter Email: "
49
+ msgstr "דוא\"ל של איש קשר:"
50
+
51
+ #: user-submitted-posts.php:451
52
+ msgid "Submitter URL: "
53
+ msgstr "כתובת אתר של שולח:"
54
+
55
+ #: user-submitted-posts.php:452
56
+ msgid "Submitter IP: "
57
+ msgstr "כתובת IP של שולח:"
58
+
59
+ #: user-submitted-posts.php:503
60
+ msgid "Show USP Posts"
61
+ msgstr "הצג הודעות USP"
62
+
63
+ #: user-submitted-posts.php:504 library/plugin-settings.php:979
64
+ msgid "USP"
65
+ msgstr "USP"
66
+
67
+ #: user-submitted-posts.php:1272
68
+ msgid " files required"
69
+ msgstr " הקבצים הדרושים"
70
+
71
+ #: user-submitted-posts.php:1273
72
+ msgid " file required"
73
+ msgstr " הקובץ הנדרש"
74
+
75
+ #: user-submitted-posts.php:1275
76
+ msgid " files"
77
+ msgstr " קבצים"
78
+
79
+ #: user-submitted-posts.php:1276
80
+ msgid " file"
81
+ msgstr " קוֹבֶץ"
82
+
83
+ #: user-submitted-posts.php:1278 user-submitted-posts.php:1279
84
+ #: user-submitted-posts.php:1280 user-submitted-posts.php:1281
85
+ msgid " pixels"
86
+ msgstr " פיקסלים"
87
+
88
+ #: user-submitted-posts.php:1283 library/core-functions.php:215
89
+ #: library/plugin-settings.php:284 library/plugin-settings.php:303
90
+ #: library/plugin-settings.php:701 library/plugin-settings.php:1195
91
+ msgid "Custom Field"
92
+ msgstr "שדה מותאם"
93
+
94
+ #: user-submitted-posts.php:1286
95
+ msgid "An error occurred. Please go back and try again."
96
+ msgstr "התרחשה שגיאה. אנא חזור ונסה שוב."
97
+
98
+ #: user-submitted-posts.php:1296
99
+ msgid "User login required"
100
+ msgstr "נדרשת התחברות משתמש"
101
+
102
+ #: user-submitted-posts.php:1297
103
+ msgid "User name required"
104
+ msgstr "שם משתמש (חובה"
105
+
106
+ #: user-submitted-posts.php:1298
107
+ msgid "Post title required"
108
+ msgstr "חובה לכתוב כותרת"
109
+
110
+ #: user-submitted-posts.php:1299
111
+ msgid "User URL required"
112
+ msgstr "נדרשת כתובת אתר של משתמש"
113
+
114
+ #: user-submitted-posts.php:1300
115
+ msgid "Post tags required"
116
+ msgstr "דרושים תגי פוסט"
117
+
118
+ #: user-submitted-posts.php:1301
119
+ msgid "Post category required"
120
+ msgstr "דרושה קטגוריה"
121
+
122
+ #: user-submitted-posts.php:1302
123
+ msgid "Post content required"
124
+ msgstr "פרסם תוכן נדרש"
125
+
126
+ #: user-submitted-posts.php:1303 user-submitted-posts.php:1304
127
+ msgid "Correct captcha required"
128
+ msgstr "נדרש captcha נכון"
129
+
130
+ #: user-submitted-posts.php:1305
131
+ msgid "User email required"
132
+ msgstr "נדרש דוא\"ל משתמש"
133
+
134
+ #: user-submitted-posts.php:1306
135
+ msgid "Please check your email and try again"
136
+ msgstr "בדוק את הדוא\"ל שלך ונסה שוב"
137
+
138
+ #: user-submitted-posts.php:1307
139
+ msgid "Non-empty value for hidden field"
140
+ msgstr "ערך לא ריק עבור שדה מוסתר"
141
+
142
+ #: user-submitted-posts.php:1308
143
+ msgid "Minimum number of images not met"
144
+ msgstr "המספר המינימלי של תמונות שלא נפגש"
145
+
146
+ #: user-submitted-posts.php:1309
147
+ msgid "Maximum number of images exceeded "
148
+ msgstr "מספר התמונות המקסימלי חרג"
149
+
150
+ #: user-submitted-posts.php:1310
151
+ msgid "Minimum image width not met"
152
+ msgstr "רוחב התמונה המינימלי לא פגש"
153
+
154
+ #: user-submitted-posts.php:1311
155
+ msgid "Image width exceeds maximum"
156
+ msgstr "רוחב התמונה חורג מהמקסימום"
157
+
158
+ #: user-submitted-posts.php:1312
159
+ msgid "Minimum image height not met"
160
+ msgstr "גובה התמונה המינימלי לא פגש"
161
+
162
+ #: user-submitted-posts.php:1313
163
+ msgid "Image height exceeds maximum"
164
+ msgstr "גובה התמונה חורג מהמקסימום"
165
+
166
+ #: user-submitted-posts.php:1314
167
+ msgid "File type not allowed (please upload images only)"
168
+ msgstr "סוג הקובץ אינו מותר (העלה תמונות בלבד)"
169
+
170
+ #: user-submitted-posts.php:1315
171
+ msgid " required"
172
+ msgstr " נדרש"
173
+
174
+ #: user-submitted-posts.php:1319
175
+ msgid "File not uploaded. Please check the file and try again."
176
+ msgstr "הקובץ לא נטען. בדוק את הקובץ ונסה שוב."
177
+
178
+ #: user-submitted-posts.php:1323
179
+ msgid "The file(s) could not be uploaded"
180
+ msgstr "לא ניתן היה לטעון את הקובץ (ים)"
181
+
182
+ #: user-submitted-posts.php:1325
183
+ msgid "Post not created. Please contact the site administrator for help."
184
+ msgstr "הפוסט לא נוצר. פנה למנהל האתר לקבלת עזרה."
185
+
186
+ #: user-submitted-posts.php:1326
187
+ msgid "Duplicate post title. Please try again."
188
+ msgstr "כותרת פוסט כפולה. בבקשה נסה שוב."
189
+
190
+ #: user-submitted-posts.php:1336
191
+ msgid "Error: "
192
+ msgstr "שְׁגִיאָה:"
193
+
194
+ #: user-submitted-posts.php:1362
195
+ msgid "Return to form"
196
+ msgstr "חזור לטופס"
197
+
198
+ #: user-submitted-posts.php:1392 library/plugin-settings.php:955
199
+ msgid "Please"
200
+ msgstr "אנא"
201
+
202
+ #: user-submitted-posts.php:1393
203
+ msgid "log in"
204
+ msgstr "התחברות"
205
+
206
+ #: user-submitted-posts.php:1394
207
+ msgid "to submit content!"
208
+ msgstr "לשלוח תוכן!"
209
+
210
+ #: views/submission-form.php:46 views/submission-form-alt.php:55
211
+ msgid "Please complete the required fields."
212
+ msgstr "נא למלא את השדות הדרושים."
213
+
214
+ #: views/submission-form.php:56 views/submission-form.php:57
215
+ #: views/submission-form-alt.php:61 views/submission-form-alt.php:62
216
+ msgid "Your Name"
217
+ msgstr "השם שלך"
218
+
219
+ #: views/submission-form.php:62 views/submission-form.php:63
220
+ #: views/submission-form-alt.php:67 views/submission-form-alt.php:68
221
+ msgid "Your URL"
222
+ msgstr "כתובת האתר שלך"
223
+
224
+ #: views/submission-form.php:68 views/submission-form.php:69
225
+ #: views/submission-form-alt.php:73 views/submission-form-alt.php:74
226
+ msgid "Your Email"
227
+ msgstr "האימייל שלך"
228
+
229
+ #: views/submission-form.php:74 views/submission-form.php:75
230
+ #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
+ #: library/plugin-settings.php:1016
232
+ msgid "Post Title"
233
+ msgstr "כותרת פוסט"
234
+
235
+ #: views/submission-form.php:80 views/submission-form.php:81
236
+ #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
+ #: library/plugin-settings.php:1017
238
+ msgid "Post Tags"
239
+ msgstr "תגי פוסט"
240
+
241
+ #: views/submission-form.php:93 views/submission-form-alt.php:98
242
+ msgid "Antispam Question"
243
+ msgstr "שאלה אנטי ספאם"
244
+
245
+ #: views/submission-form.php:98 views/submission-form-alt.php:103
246
+ #: library/plugin-settings.php:1018
247
+ msgid "Post Category"
248
+ msgstr "פוסט קטגוריה"
249
+
250
+ #: views/submission-form.php:100 views/submission-form-alt.php:105
251
+ msgid "Please select a category.."
252
+ msgstr "אנא בחר קטגוריה.."
253
+
254
+ #: views/submission-form.php:135 views/submission-form.php:136
255
+ #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
+ #: library/plugin-settings.php:1019
257
+ msgid "Post Content"
258
+ msgstr "תוכן דואר"
259
+
260
+ #: views/submission-form.php:142 views/submission-form-alt.php:147
261
+ msgid "Verification"
262
+ msgstr "אימות"
263
+
264
+ #: views/submission-form.php:149 views/submission-form-alt.php:154
265
+ msgid "Upload an Image"
266
+ msgstr "העלה תמונה"
267
+
268
+ #: views/submission-form.php:158 views/submission-form-alt.php:163
269
+ msgid "Add another image"
270
+ msgstr "הוסף תמונה אחרת"
271
+
272
+ #: views/submission-form.php:180 views/submission-form-alt.php:185
273
+ msgid "Human verification: leave this field empty."
274
+ msgstr "אימות אנושי: השאר שדה זה ריק."
275
+
276
+ #: views/submission-form.php:202 views/submission-form-alt.php:207
277
+ msgid "Submit Post"
278
+ msgstr "שלח פוסט"
279
+
280
+ #: library/shortcode-misc.php:18
281
+ msgid "Reset form"
282
+ msgstr "אפס את הטופס"
283
+
284
+ #: library/shortcode-misc.php:128
285
+ msgid "View full post"
286
+ msgstr "צפה בהודעה המלאה"
287
+
288
+ #: library/plugin-settings.php:32
289
+ msgid "Get USP Pro for unlimited forms!"
290
+ msgstr "קבל USP Pro עבור צורות ללא הגבלה!"
291
+
292
+ #: library/plugin-settings.php:33
293
+ msgid "Go Pro"
294
+ msgstr "להתמקצע"
295
+
296
+ #: library/plugin-settings.php:37
297
+ msgid "Settings"
298
+ msgstr "הגדרות"
299
+
300
+ #: library/plugin-settings.php:55
301
+ msgid "Give USP a 5-star rating at WordPress.org"
302
+ msgstr "תן ל- USP דירוג 5 כוכבים ב- WordPress.org"
303
+
304
+ #: library/plugin-settings.php:56
305
+ msgid "Rate this plugin&nbsp;&raquo;"
306
+ msgstr "דרג את הפלאגין & nbsp; & raquo;"
307
+
308
+ #: library/plugin-settings.php:114
309
+ msgid "WP Post (recommended)"
310
+ msgstr "WP פוסט (מומלץ)"
311
+
312
+ #: library/plugin-settings.php:118
313
+ msgid "WP Page"
314
+ msgstr "דף WP"
315
+
316
+ #: library/plugin-settings.php:134
317
+ msgid "HTML5 Form + Default CSS"
318
+ msgstr "טופס HTML5 + ברירת מחדל CSS"
319
+
320
+ #: library/plugin-settings.php:134
321
+ msgid "(Recommended)"
322
+ msgstr "(מוּמלָץ)"
323
+
324
+ #: library/plugin-settings.php:138
325
+ msgid "HTML5 Form + Disable CSS"
326
+ msgstr "טופס HTML5 + השבת CSS"
327
+
328
+ #: library/plugin-settings.php:138
329
+ msgid "(Provide your own styles)"
330
+ msgstr "(לספק סגנונות משלך)"
331
+
332
+ #: library/plugin-settings.php:142
333
+ msgid "Custom Form + Custom CSS"
334
+ msgstr "טופס מותאם אישית + ​​CSS מותאם אישית"
335
+
336
+ #: library/plugin-settings.php:142
337
+ msgid "(Provide your own form template &amp; styles)"
338
+ msgstr "(לספק תבנית טופס משלך & סגנונות)"
339
+
340
+ #: library/plugin-settings.php:158 library/plugin-settings.php:182
341
+ #: library/plugin-settings.php:205 library/plugin-settings.php:229
342
+ msgid "Auto-display before post content"
343
+ msgstr "תצוגה אוטומטית לפני פרסום תוכן"
344
+
345
+ #: library/plugin-settings.php:162 library/plugin-settings.php:186
346
+ #: library/plugin-settings.php:209 library/plugin-settings.php:233
347
+ msgid "Auto-display after post content"
348
+ msgstr "תצוגה אוטומטית לאחר פרסום תוכן"
349
+
350
+ #: library/plugin-settings.php:166
351
+ msgid "Do not auto-display submitted images"
352
+ msgstr "אל תציג תמונות שנשלחו באופן אוטומטי"
353
+
354
+ #: library/plugin-settings.php:190
355
+ msgid "Do not auto-display submitted email"
356
+ msgstr "אל תציג באופן אוטומטי דוא\"ל שנשלח"
357
+
358
+ #: library/plugin-settings.php:213
359
+ msgid "Do not auto-display submitted URL"
360
+ msgstr "אל תציג את כתובת האתר שנשלח באופן אוטומטי"
361
+
362
+ #: library/plugin-settings.php:237
363
+ msgid "Do not auto-display the Custom Field"
364
+ msgstr "אל תציג אוטומטית את השדה 'מותאם אישית'"
365
+
366
+ #: library/plugin-settings.php:265 library/plugin-settings.php:297
367
+ #: library/plugin-settings.php:330 library/plugin-settings.php:362
368
+ msgid "Display and require"
369
+ msgstr "הצג ודורש"
370
+
371
+ #: library/plugin-settings.php:266 library/plugin-settings.php:298
372
+ msgid "Display but do not require"
373
+ msgstr "הצג אך אינו דורש"
374
+
375
+ #: library/plugin-settings.php:267 library/plugin-settings.php:299
376
+ #: library/plugin-settings.php:331 library/plugin-settings.php:363
377
+ msgid "Disable this field"
378
+ msgstr "השבת שדה זה"
379
+
380
+ #: library/plugin-settings.php:302 library/plugin-settings.php:334
381
+ #: library/plugin-settings.php:366 library/plugin-settings.php:398
382
+ msgid "(Visit"
383
+ msgstr "(לְבַקֵר"
384
+
385
+ #: library/plugin-settings.php:303 library/plugin-settings.php:335
386
+ #: library/plugin-settings.php:367 library/plugin-settings.php:399
387
+ msgid "to configure options)"
388
+ msgstr "כדי להגדיר אפשרויות)"
389
+
390
+ #: library/plugin-settings.php:318 library/plugin-settings.php:335
391
+ #: library/plugin-settings.php:1213 library/plugin-settings.php:1218
392
+ msgid "Challenge Question"
393
+ msgstr "שאלה מאתגרת"
394
+
395
+ #: library/plugin-settings.php:350 library/plugin-settings.php:367
396
+ #: library/plugin-settings.php:1235
397
+ msgid "Google reCAPTCHA"
398
+ msgstr "Google reCAPTCHA"
399
+
400
+ #: library/plugin-settings.php:382
401
+ msgid "Post Images"
402
+ msgstr "פרסם תמונות"
403
+
404
+ #: library/plugin-settings.php:394
405
+ msgid "Display"
406
+ msgstr "לְהַצִיג"
407
+
408
+ #: library/plugin-settings.php:395
409
+ msgid "Disable"
410
+ msgstr "השבת"
411
+
412
+ #: library/plugin-settings.php:399 library/plugin-settings.php:1296
413
+ msgid "Image Uploads"
414
+ msgstr "העלאות תמונות"
415
+
416
+ #: library/plugin-settings.php:479
417
+ msgid "Draft"
418
+ msgstr "טְיוּטָה"
419
+
420
+ #: library/plugin-settings.php:480
421
+ msgid "Pending (default)"
422
+ msgstr "בהמתנה (ברירת מחדל)"
423
+
424
+ #: library/plugin-settings.php:481
425
+ msgid "Publish immediately"
426
+ msgstr "פרסם מיד"
427
+
428
+ #: library/plugin-settings.php:482
429
+ msgid "Publish after 1 approved post"
430
+ msgstr "פרסם פוסט אחד שאושר"
431
+
432
+ #: library/plugin-settings.php:483
433
+ msgid "Publish after "
434
+ msgstr "פרסם לאחר"
435
+
436
+ #: library/plugin-settings.php:483
437
+ msgid " approved posts"
438
+ msgstr " - הודעות מאושרות"
439
+
440
+ #: library/plugin-settings.php:645
441
+ msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
442
+ msgstr "ארעה שגיאה. ודא שהוספת כותרת, תוכן מסוים והעלית תמונות בלבד."
443
+
444
+ #: library/plugin-settings.php:659
445
+ msgid "Please select your image(s) to upload."
446
+ msgstr "בחר את התמונות שלך לטעינה."
447
+
448
+ #: library/plugin-settings.php:665
449
+ msgid "Success! Thank you for your submission."
450
+ msgstr "הַצלָחָה! תודה על הגשתך."
451
+
452
+ #: library/plugin-settings.php:691
453
+ msgid "Email"
454
+ msgstr "אֶלֶקטרוֹנִי"
455
+
456
+ #: library/plugin-settings.php:692
457
+ msgid "URL"
458
+ msgstr "כתובת אתר"
459
+
460
+ #: library/plugin-settings.php:942
461
+ msgid "Toggle all panels"
462
+ msgstr "החלף את כל החלוניות"
463
+
464
+ #: library/plugin-settings.php:951
465
+ msgid "We need your support!"
466
+ msgstr "אנחנו צריכים את התמיכה שלך!"
467
+
468
+ #: library/plugin-settings.php:955
469
+ msgid "Make a donation via PayPal"
470
+ msgstr "תרומה באמצעות PayPal"
471
+
472
+ #: library/plugin-settings.php:955
473
+ msgid "make a donation"
474
+ msgstr "לתרום"
475
+
476
+ #: library/plugin-settings.php:955
477
+ msgid "and/or"
478
+ msgstr "ו / או"
479
+
480
+ #: library/plugin-settings.php:956
481
+ msgid "Rate and review at the Plugin Directory"
482
+ msgstr "דרג וסקור את המדריך Plugin"
483
+
484
+ #: library/plugin-settings.php:957
485
+ msgid "give this plugin a 5-star rating"
486
+ msgstr "לתת תוסף זה 5 כוכבים דירוג"
487
+
488
+ #: library/plugin-settings.php:961
489
+ msgid "Your generous support enables continued development of this free plugin. Thank you!"
490
+ msgstr "התמיכה הנדיבה שלך מאפשרת המשך פיתוח של תוסף זה בחינם. תודה!"
491
+
492
+ #: library/plugin-settings.php:966
493
+ msgid "Check this box if you have shown support"
494
+ msgstr "סמן תיבה זו אם הצגת תמיכה"
495
+
496
+ #: library/plugin-settings.php:975
497
+ msgid "Overview"
498
+ msgstr "סקירה כללית"
499
+
500
+ #: library/plugin-settings.php:979
501
+ msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
502
+ msgstr "מאפשר למבקרים שלך לשלוח פוסטים ולהעלות תמונות מהחלק הקדמי של האתר שלך."
503
+
504
+ #: library/plugin-settings.php:980
505
+ msgid "For advanced functionality and unlimited forms, check out"
506
+ msgstr "לקבלת פונקציונליות מתקדמת וצורות בלתי מוגבלות, בדוק"
507
+
508
+ #: library/plugin-settings.php:980 library/plugin-settings.php:1354
509
+ msgid "USP Pro"
510
+ msgstr "USP Pro"
511
+
512
+ #: library/plugin-settings.php:981
513
+ msgid "&mdash; the ultimate solution for user-generated content."
514
+ msgstr "& mdash; הפתרון האולטימטיבי עבור תוכן שנוצר על ידי משתמשים."
515
+
516
+ #: library/plugin-settings.php:985 library/plugin-settings.php:1002
517
+ msgid "Plugin Settings"
518
+ msgstr "הגדרות Plugin"
519
+
520
+ #: library/plugin-settings.php:986
521
+ msgid "Display the form"
522
+ msgstr "הצג את הטופס"
523
+
524
+ #: library/plugin-settings.php:987 library/plugin-settings.php:1511
525
+ msgid "Plugin Homepage"
526
+ msgstr "דף הבית של"
527
+
528
+ #: library/plugin-settings.php:990
529
+ msgid "If you like this plugin, please"
530
+ msgstr "אם אתה אוהב את הפלאגין הזה, בבקשה"
531
+
532
+ #: library/plugin-settings.php:991
533
+ msgid "THANK YOU for your support!"
534
+ msgstr "תודה על תמיכתך!"
535
+
536
+ #: library/plugin-settings.php:991
537
+ msgid "give it a 5-star rating"
538
+ msgstr "לתת לו דירוג 5 כוכבים"
539
+
540
+ #: library/plugin-settings.php:995
541
+ msgid "Unlimited front-end forms"
542
+ msgstr "ללא הגבלה חזיתית צורות"
543
+
544
+ #: library/plugin-settings.php:995
545
+ msgid "Get USP Pro"
546
+ msgstr "קבל USP Pro"
547
+
548
+ #: library/plugin-settings.php:1005
549
+ msgid "Configure your settings for User Submitted Posts."
550
+ msgstr "קבע את ההגדרות עבור הודעות שנשלחו על ידי משתמשים."
551
+
552
+ #: library/plugin-settings.php:1007
553
+ msgid "Form Fields"
554
+ msgstr "שדות טופס"
555
+
556
+ #: library/plugin-settings.php:1013
557
+ msgid "User Name"
558
+ msgstr "שם משתמש"
559
+
560
+ #: library/plugin-settings.php:1014
561
+ msgid "User Email"
562
+ msgstr "דוא\"ל משתמש"
563
+
564
+ #: library/plugin-settings.php:1015
565
+ msgid "User URL"
566
+ msgstr "כתובת אתר של משתמש"
567
+
568
+ #: library/plugin-settings.php:1030
569
+ msgid "General Settings"
570
+ msgstr "הגדרות כלליות"
571
+
572
+ #: library/plugin-settings.php:1032
573
+ msgid "Note that the default settings work fine for most cases."
574
+ msgstr "שים לב שהגדרות ברירת המחדל פועלות היטב ברוב המקרים."
575
+
576
+ #: library/plugin-settings.php:1037
577
+ msgid "Form Style"
578
+ msgstr "סגנון טופס"
579
+
580
+ #: library/plugin-settings.php:1042
581
+ msgid "With this option, you can copy the plugin&rsquo;s default templates:"
582
+ msgstr "באמצעות אפשרות זו, באפשרותך להעתיק את תבניות ברירת המחדל של התוסף & rsquo; s:"
583
+
584
+ #: library/plugin-settings.php:1047
585
+ msgid "..and upload them into a directory named"
586
+ msgstr ".. ולהעלות אותם לתוך ספרייה בשם"
587
+
588
+ #: library/plugin-settings.php:1047
589
+ msgid "in your theme:"
590
+ msgstr "בנושא שלך:"
591
+
592
+ #: library/plugin-settings.php:1053
593
+ msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
594
+ msgstr "זה יאפשר לך להתאים אישית את הטופס והסגנונות לפי הצורך. לקבלת מידע נוסף, עיין בסעיף \"טופס הגשת טופס מותאם אישית\""
595
+
596
+ #: library/plugin-settings.php:1054
597
+ msgid "Installation Docs"
598
+ msgstr "התקנה של Google Docs"
599
+
600
+ #: library/plugin-settings.php:1055
601
+ msgid "FYI: here is a"
602
+ msgstr "לידיעתך: הנה א"
603
+
604
+ #: library/plugin-settings.php:1055
605
+ msgid "list of USP CSS selectors"
606
+ msgstr "רשימה של בוררי CSS USP"
607
+
608
+ #: library/plugin-settings.php:1061
609
+ msgid "Include JavaScript"
610
+ msgstr "כלול JavaScript"
611
+
612
+ #: library/plugin-settings.php:1063
613
+ msgid "Check this box if you want to include the external JavaScript files (recommended)."
614
+ msgstr "סמן תיבה זו אם ברצונך לכלול את קובצי ה- JavaScript החיצוניים (מומלץ)."
615
+
616
+ #: library/plugin-settings.php:1066
617
+ msgid "Targeted Loading"
618
+ msgstr "טעינה ממוקדת"
619
+
620
+ #: library/plugin-settings.php:1068
621
+ msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
622
+ msgstr "כברירת מחדל, CSS & amp; קובצי JavaScript נטענים בכל דף. כאן תוכל לציין את כתובת האתר של טופס USP כדי לטעון משאבים רק בדף זה. הערה: השאר ריק כדי לטעון בכל הדפים."
623
+
624
+ #: library/plugin-settings.php:1071
625
+ msgid "Post Type"
626
+ msgstr "סוג פוסט"
627
+
628
+ #: library/plugin-settings.php:1074
629
+ msgid "Submit posts as WP Posts or Pages"
630
+ msgstr "שלח הודעות כמו הודעות WP או דפים"
631
+
632
+ #: library/plugin-settings.php:1078
633
+ msgid "Post Status"
634
+ msgstr "סטטוס פוסט"
635
+
636
+ #: library/plugin-settings.php:1081
637
+ msgid "Post Status for submitted posts"
638
+ msgstr "סטטוס פוסט עבור פוסטים שנשלחו"
639
+
640
+ #: library/plugin-settings.php:1085
641
+ msgid "Redirect URL"
642
+ msgstr "כתובת אתר להפניה מחדש"
643
+
644
+ #: library/plugin-settings.php:1087
645
+ msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
646
+ msgstr "ציין כתובת אתר שתפנה מחדש את המשתמש לאחר שליחת ההודעה. השאר ריק כדי להפנות חזרה לדף הנוכחי."
647
+
648
+ #: library/plugin-settings.php:1090
649
+ msgid "Success Message"
650
+ msgstr "הודעת הצלחה"
651
+
652
+ #: library/plugin-settings.php:1092
653
+ msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
654
+ msgstr "הודעת הצלחה המוצגת אם ההודעה לאחר ההצלה מוצלחת. הסימון הבסיסי מותר."
655
+
656
+ #: library/plugin-settings.php:1095
657
+ msgid "Error Message"
658
+ msgstr "הודעת שגיאה"
659
+
660
+ #: library/plugin-settings.php:1097
661
+ msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
662
+ msgstr "הודעת שגיאה כללית המוצגת אם ההודעה נכשלה. הסימון הבסיסי מותר."
663
+
664
+ #: library/plugin-settings.php:1100
665
+ msgid "Custom Content"
666
+ msgstr "תוכן מותאם אישית"
667
+
668
+ #: library/plugin-settings.php:1102
669
+ msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
670
+ msgstr "טקסט / סימון מותאמים אישית שייכללו לפני טופס ההגשה. השאר ריק כדי להשבית."
671
+
672
+ #: library/plugin-settings.php:1105
673
+ msgid "Rich Text Editor"
674
+ msgstr "עורך טקסט עשיר"
675
+
676
+ #: library/plugin-settings.php:1107
677
+ msgid "Check this box if you want to enable WP rich text editing for submitted posts."
678
+ msgstr "סמן תיבה זו אם ברצונך לאפשר עריכת טקסט עשירה של WP עבור פוסטים שנשלחו."
679
+
680
+ #: library/plugin-settings.php:1110
681
+ msgid "Unique Titles"
682
+ msgstr "כותרים ייחודיים"
683
+
684
+ #: library/plugin-settings.php:1112
685
+ msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
686
+ msgstr "דרוש לכתוב לכתוב כותרות להיות ייחודי (שימושי למניעת מרובות / כפולות שנשלחו הודעות)."
687
+
688
+ #: library/plugin-settings.php:1115
689
+ msgid "Disable Required"
690
+ msgstr "השבת את דרוש"
691
+
692
+ #: library/plugin-settings.php:1117
693
+ msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
694
+ msgstr "השבת את כל התכונות הדרושות בשדות ברירת המחדל (שימושי עבור הודעות שגיאה לפתרון בעיות)."
695
+
696
+ #: library/plugin-settings.php:1120
697
+ msgid "Disable IP Tracking"
698
+ msgstr "השבת מעקב IP"
699
+
700
+ #: library/plugin-settings.php:1122
701
+ msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
702
+ msgstr "כברירת מחדל, USP מתעדת את כתובת ה- IP עם כל פוסט שנשלח. סמן תיבה זו כדי להשבית את כל המעקב אחר כתובות IP."
703
+
704
+ #: library/plugin-settings.php:1125
705
+ msgid "Enable Shortcodes"
706
+ msgstr "הפעל קודים קצרים"
707
+
708
+ #: library/plugin-settings.php:1127
709
+ msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
710
+ msgstr "אפשר קודים קצרים בווידג'טים. כברירת מחדל, WordPress אינו מאפשר קודים קצרים בווידג'טים."
711
+
712
+ #: library/plugin-settings.php:1128
713
+ msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
714
+ msgstr "הגדרה זו מאפשרת לכל / כל הקודים בווידג'טים (אפילו קודים קצרים מתוספים אחרים)."
715
+
716
+ #: library/plugin-settings.php:1133 library/plugin-settings.php:1138
717
+ msgid "Categories"
718
+ msgstr "קטגוריות"
719
+
720
+ #: library/plugin-settings.php:1141
721
+ msgid "Select which categories may be assigned to submitted posts (click to toggle)"
722
+ msgstr "בחר אילו קטגוריות ניתן להקצות לפוסטים שנשלחו (לחץ כדי לעבור בין מצבים)"
723
+
724
+ #: library/plugin-settings.php:1149
725
+ msgid "Hidden/Default Category"
726
+ msgstr "קטגוריה מוסתרת / ברירת מחדל"
727
+
728
+ #: library/plugin-settings.php:1151
729
+ msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
730
+ msgstr "השתמש בשדה מוסתר עבור קטגוריית הפוסט. ניתן להשתמש באפשרות זו כדי לציין קטגוריה של ברירת מחדל כאשר שדה הקטגוריה מושבת."
731
+
732
+ #: library/plugin-settings.php:1154
733
+ msgid "Category ID for Hidden Field"
734
+ msgstr "מזהה קטגוריה עבור שדה מוסתר"
735
+
736
+ #: library/plugin-settings.php:1156
737
+ msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
738
+ msgstr "ציין את מזהה הקטגוריה לשימוש עבור & ldquo; מוסתר / ברירת מחדל קטגוריה & rdquo; אוֹפְּצִיָה."
739
+
740
+ #: library/plugin-settings.php:1161
741
+ msgid "Users"
742
+ msgstr "משתמשים"
743
+
744
+ #: library/plugin-settings.php:1166
745
+ msgid "Assigned Author"
746
+ msgstr "מחבר מוקצה"
747
+
748
+ #: library/plugin-settings.php:1169
749
+ msgid "Specify the user that should be assigned as author for submitted posts."
750
+ msgstr "ציין את המשתמש שיש להקצות כמחבר לפוסטים שנשלחו."
751
+
752
+ #: library/plugin-settings.php:1173
753
+ msgid "Registered Username"
754
+ msgstr "שם משתמש רשום"
755
+
756
+ #: library/plugin-settings.php:1175
757
+ msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
758
+ msgstr "השתמש בשם משתמש רשום ככותב פוסט. תקף כאשר האדם שולח את הטופס מחובר ל- WordPress."
759
+
760
+ #: library/plugin-settings.php:1178
761
+ msgid "User Profile URL"
762
+ msgstr "כתובת אתר של פרופיל משתמש"
763
+
764
+ #: library/plugin-settings.php:1180
765
+ msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
766
+ msgstr "השתמש בכתובת האתר של המשתמש הרשום & rsquo; s כערך השדה של כתובת האתר. תקף כאשר האדם שולח את הטופס מחובר ל- WordPress."
767
+
768
+ #: library/plugin-settings.php:1183
769
+ msgid "Require User Login"
770
+ msgstr "דרוש התחברות משתמש"
771
+
772
+ #: library/plugin-settings.php:1185
773
+ msgid "Require users to be logged in to WordPress to view/submit the form"
774
+ msgstr "לדרוש מהמשתמשים להיכנס ל- WordPress כדי להציג / לשלוח את הטופס"
775
+
776
+ #: library/plugin-settings.php:1188
777
+ msgid "Disable Replace Author"
778
+ msgstr "השבת את החלפת המחבר"
779
+
780
+ #: library/plugin-settings.php:1190
781
+ msgid "Do not replace post author with submitted user name"
782
+ msgstr "אל תחליף את מחבר ההודעה עם שם המשתמש שהוגש"
783
+
784
+ #: library/plugin-settings.php:1196
785
+ msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
786
+ msgstr "כאן תוכל לשנות את השם והתווית המשמשים את השדה 'מותאם אישית'. ניתן להפעיל שדה זה באמצעות ההגדרה 'שדות טופס', למעלה."
787
+
788
+ #: library/plugin-settings.php:1201
789
+ msgid "Custom Field Name"
790
+ msgstr "שם שדה מותאם אישית"
791
+
792
+ #: library/plugin-settings.php:1203
793
+ msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
794
+ msgstr "השתמש רק באלפאנומריים, בקווים תחתונים ובמקפים. אם אינך בטוח, השתמש בשם ברירת המחדל:"
795
+
796
+ #: library/plugin-settings.php:1206
797
+ msgid "Custom Field Label"
798
+ msgstr "תווית שדה מותאמת אישית"
799
+
800
+ #: library/plugin-settings.php:1208
801
+ msgid "This will be displayed as the field label on the form. Default: Custom Field"
802
+ msgstr "זה יוצג כתווית השדה בטופס. ברירת מחדל: שדה מותאם אישית"
803
+
804
+ #: library/plugin-settings.php:1220
805
+ msgid "To prevent spam, enter a question that users must answer before submitting the form."
806
+ msgstr "כדי למנוע דואר זבל, הזן שאלה שעל המשתמשים להשיב עליה לפני שליחת הטופס."
807
+
808
+ #: library/plugin-settings.php:1223
809
+ msgid "Challenge Response"
810
+ msgstr "תגובה לאתגר"
811
+
812
+ #: library/plugin-settings.php:1225
813
+ msgid "Enter the *only* correct answer to the challenge question."
814
+ msgstr "הזן את התשובה הנכונה * בלבד * לשאלת האתגר."
815
+
816
+ #: library/plugin-settings.php:1228
817
+ msgid "Case-sensitivity"
818
+ msgstr "רגישות למקרה"
819
+
820
+ #: library/plugin-settings.php:1230
821
+ msgid "Check this box if you want the challenge response to be case-sensitive."
822
+ msgstr "סמן תיבה זו אם ברצונך שהתגובה לאתגר תהיה תלויית רישיות."
823
+
824
+ #: library/plugin-settings.php:1236
825
+ msgid "To enable Google reCAPTCHA, enter your public and private keys."
826
+ msgstr "כדי להפעיל את Google reCAPTCHA, הזן את המפתחות הציבוריים והפרטיים שלך."
827
+
828
+ #: library/plugin-settings.php:1241
829
+ msgid "Public Key"
830
+ msgstr "מפתח ציבורי"
831
+
832
+ #: library/plugin-settings.php:1243
833
+ msgid "Enter your Public Key"
834
+ msgstr "הזן את המפתח הציבורי שלך"
835
+
836
+ #: library/plugin-settings.php:1246
837
+ msgid "Private Key"
838
+ msgstr "מפתח פרטי"
839
+
840
+ #: library/plugin-settings.php:1248
841
+ msgid "Enter your Private Key"
842
+ msgstr "הזן את המפתח הפרטי שלך"
843
+
844
+ #: library/plugin-settings.php:1253
845
+ msgid "Email Alerts"
846
+ msgstr "התראות דואר אלקטרוני"
847
+
848
+ #: library/plugin-settings.php:1258
849
+ msgid "Receive Email Alert"
850
+ msgstr "קבל התראה בדוא\"ל"
851
+
852
+ #: library/plugin-settings.php:1260
853
+ msgid "Check this box if you want to be notified via email for new post submissions."
854
+ msgstr "סמן תיבה זו אם ברצונך לקבל הודעה בדוא\"ל לגבי הגשות חדשות לפרסום."
855
+
856
+ #: library/plugin-settings.php:1263
857
+ msgid "Enable HTML Format"
858
+ msgstr "הפעל תבנית HTML"
859
+
860
+ #: library/plugin-settings.php:1265
861
+ msgid "Check this box to enable HTML format for email alerts."
862
+ msgstr "סמן תיבה זו כדי להפעיל תבנית HTML עבור התראות בדוא\"ל."
863
+
864
+ #: library/plugin-settings.php:1268
865
+ msgid "Email Address for Alerts"
866
+ msgstr "כתובת דוא\"ל עבור התראות"
867
+
868
+ #: library/plugin-settings.php:1270
869
+ msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
870
+ msgstr "אם סימנת את התיבה כדי לקבל התראות בדוא\"ל, ציין כאן את הכתובת (כתובות) שאליהן יש לשלוח את הודעות האימייל."
871
+
872
+ #: library/plugin-settings.php:1271
873
+ msgid "Multiple recipients may be included using a comma, like so:"
874
+ msgstr "ניתן לכלול מספר נמענים באמצעות פסיק, כך:"
875
+
876
+ #: library/plugin-settings.php:1274
877
+ msgid "Email &ldquo;From&rdquo; Address"
878
+ msgstr "דוא\"ל & ldquo; מאת & rdquo; כתובת"
879
+
880
+ #: library/plugin-settings.php:1276
881
+ msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
882
+ msgstr "כאן אתה יכול להתאים אישית את כתובת (es) המשמש & ldquo; מ & rdquo; כותרת (ראה תוסף שאלות נפוצות עבור מידע)."
883
+
884
+ #: library/plugin-settings.php:1277
885
+ msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
886
+ msgstr "אם כתובות מרובות מסומנות בהגדרה הקודמת, כלול מספר שווה של & ldquo; מאת & rdquo; כתובות עבור הגדרה זו (באותו הסדר)."
887
+
888
+ #: library/plugin-settings.php:1280
889
+ msgid "Email Alert Subject"
890
+ msgstr "נושא התראה בדוא\"ל"
891
+
892
+ #: library/plugin-settings.php:1282
893
+ msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
894
+ msgstr "שורת הנושא עבור התראות בדוא\"ל. השאר ריק כדי להשתמש בשורת הנושא המוגדרת כברירת מחדל. הערה: ניתן להשתמש במשתנים הבאים:"
895
+
896
+ #: library/plugin-settings.php:1287
897
+ msgid "Email Alert Message"
898
+ msgstr "הודעת התראה בדוא\"ל"
899
+
900
+ #: library/plugin-settings.php:1289
901
+ msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
902
+ msgstr "הודעה עבור התראות בדוא\"ל. השאר ריק כדי להשתמש בהודעת ברירת המחדל. הערה: ניתן להשתמש במשתנים הבאים:"
903
+
904
+ #: library/plugin-settings.php:1301
905
+ msgid "Featured Image"
906
+ msgstr "תמונה מצורפת"
907
+
908
+ #: library/plugin-settings.php:1303
909
+ msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
910
+ msgstr "הגדר תמונות שנשלחו כתמונות נבחרות. דורש תמיכה נושא עבור תמונות נבחרות (aka Post Thumbnails)."
911
+
912
+ #: library/plugin-settings.php:1306
913
+ msgid "Upload Message"
914
+ msgstr "העלאת הודעה"
915
+
916
+ #: library/plugin-settings.php:1308
917
+ msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
918
+ msgstr "הודעה שמופיעה ליד שדה ההעלאה. שימושי לקביעת הנחיות העלאה / מדיניות / וכו '. הסימון הבסיסי מותר."
919
+
920
+ #: library/plugin-settings.php:1311
921
+ msgid "&ldquo;Add another image&rdquo; link"
922
+ msgstr "& ldquo; הוסף תמונה אחרת & rdquo; קישור"
923
+
924
+ #: library/plugin-settings.php:1313
925
+ msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
926
+ msgstr "סימון מותאם אישית עבור & ldquo; הוסף תמונה אחרת & rdquo; קישור. השאר ריק כדי להשתמש בסימון ברירת המחדל (מומלץ)."
927
+
928
+ #: library/plugin-settings.php:1316
929
+ msgid "Minimum number of images"
930
+ msgstr "מספר תמונות מינימלי"
931
+
932
+ #: library/plugin-settings.php:1319
933
+ msgid "Specify the minimum number of images."
934
+ msgstr "ציין את המספר המינימלי של תמונות."
935
+
936
+ #: library/plugin-settings.php:1323
937
+ msgid "Maximum number of images"
938
+ msgstr "המספר המרבי של תמונות"
939
+
940
+ #: library/plugin-settings.php:1326
941
+ msgid "Specify the maximum number of images."
942
+ msgstr "ציין את המספר המרבי של תמונות."
943
+
944
+ #: library/plugin-settings.php:1330
945
+ msgid "Minimum image width"
946
+ msgstr "רוחב תמונה מינימלי"
947
+
948
+ #: library/plugin-settings.php:1332
949
+ msgid "Specify a minimum width (in pixels) for uploaded images."
950
+ msgstr "ציין רוחב מינימלי (בפיקסלים) עבור תמונות שהועלו."
951
+
952
+ #: library/plugin-settings.php:1335
953
+ msgid "Minimum image height"
954
+ msgstr "גובה תמונה מינימלי"
955
+
956
+ #: library/plugin-settings.php:1337
957
+ msgid "Specify a minimum height (in pixels) for uploaded images."
958
+ msgstr "ציין גובה מינימלי (בפיקסלים) עבור תמונות שהועלו."
959
+
960
+ #: library/plugin-settings.php:1340
961
+ msgid "Maximum image width"
962
+ msgstr "רוחב תמונה מקסימלי"
963
+
964
+ #: library/plugin-settings.php:1342
965
+ msgid "Specify a maximum width (in pixels) for uploaded images."
966
+ msgstr "ציין רוחב מרבי (בפיקסלים) עבור תמונות שהועלו."
967
+
968
+ #: library/plugin-settings.php:1345
969
+ msgid "Maximum image height"
970
+ msgstr "גובה התמונה המרבי"
971
+
972
+ #: library/plugin-settings.php:1347
973
+ msgid "Specify a maximum height (in pixels) for uploaded images."
974
+ msgstr "ציין גובה מקסימלי (בפיקסלים) עבור תמונות שהועלו."
975
+
976
+ #: library/plugin-settings.php:1350
977
+ msgid "More Options"
978
+ msgstr "אפשרויות נוספות"
979
+
980
+ #: library/plugin-settings.php:1353
981
+ msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
982
+ msgstr "לקבלת אפשרויות נוספות, כגון היכולת להעלות סוגי קבצים אחרים (כגון PDF, Word, Zip, סרטוני וידאו ועוד), בדוק"
983
+
984
+ #: library/plugin-settings.php:1354
985
+ msgid "Go Pro!"
986
+ msgstr "להתמקצע!"
987
+
988
+ #: library/plugin-settings.php:1361
989
+ msgid "Auto-Display Content"
990
+ msgstr "תוכן תצוגה אוטומטית"
991
+
992
+ #: library/plugin-settings.php:1366
993
+ msgid "Images Auto-Display"
994
+ msgstr "תמונות תצוגה אוטומטית"
995
+
996
+ #: library/plugin-settings.php:1368
997
+ msgid "Auto-display user-submitted images:"
998
+ msgstr "תצוגה אוטומטית של תמונות שנשלחו על ידי משתמשים:"
999
+
1000
+ #: library/plugin-settings.php:1373
1001
+ msgid "Image Markup"
1002
+ msgstr "סימון תמונה"
1003
+
1004
+ #: library/plugin-settings.php:1375
1005
+ msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1006
+ msgstr "סמן כדי להשתמש בכל תמונה שנשלח (כאשר התצוגה האוטומטית מופעלת). יכול להשתמש"
1007
+
1008
+ #: library/plugin-settings.php:1377 library/plugin-settings.php:1390
1009
+ #: library/plugin-settings.php:1403 library/plugin-settings.php:1416
1010
+ msgid "and"
1011
+ msgstr "ו"
1012
+
1013
+ #: library/plugin-settings.php:1380
1014
+ msgid "Email Auto-Display"
1015
+ msgstr "דוא\"ל אוטומטי תצוגה"
1016
+
1017
+ #: library/plugin-settings.php:1382
1018
+ msgid "Auto-display user-submitted email:"
1019
+ msgstr "הצגה אוטומטית של דוא\"ל שנשלח על ידי המשתמש:"
1020
+
1021
+ #: library/plugin-settings.php:1387
1022
+ msgid "Email Markup"
1023
+ msgstr "סימון דוא\"ל"
1024
+
1025
+ #: library/plugin-settings.php:1389
1026
+ msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1027
+ msgstr "סמן כדי להשתמש בכתובת הדוא\"ל שהוגשה (כאשר התצוגה האוטומטית מופעלת). יכול להשתמש"
1028
+
1029
+ #: library/plugin-settings.php:1393
1030
+ msgid "URL Auto-Display"
1031
+ msgstr "תצוגה אוטומטית של כתובת אתר"
1032
+
1033
+ #: library/plugin-settings.php:1395
1034
+ msgid "Auto-display user-submitted URL:"
1035
+ msgstr "הצגה אוטומטית של כתובת אתר שנשלחו על ידי המשתמש:"
1036
+
1037
+ #: library/plugin-settings.php:1400
1038
+ msgid "URL Markup"
1039
+ msgstr "סימון כתובת אתר"
1040
+
1041
+ #: library/plugin-settings.php:1402
1042
+ msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1043
+ msgstr "סמן כדי להשתמש בכתובת האתר שהוגשה (כאשר התצוגה האוטומטית מופעלת). יכול להשתמש"
1044
+
1045
+ #: library/plugin-settings.php:1406
1046
+ msgid "Custom Field Auto-Display"
1047
+ msgstr "תצוגה אוטומטית של שדה מותאם אישית"
1048
+
1049
+ #: library/plugin-settings.php:1408
1050
+ msgid "Auto-display user-submitted Custom Field:"
1051
+ msgstr "תצוגה אוטומטית שנשלחו על ידי המשתמש שדה מותאם אישית:"
1052
+
1053
+ #: library/plugin-settings.php:1413
1054
+ msgid "Custom Field Markup"
1055
+ msgstr "סימון שדה מותאם אישית"
1056
+
1057
+ #: library/plugin-settings.php:1415
1058
+ msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1059
+ msgstr "סמן כדי להשתמש בשדה מותאם אישית שנשלח (כאשר התצוגה האוטומטית מופעלת). יכול להשתמש"
1060
+
1061
+ #: library/plugin-settings.php:1421 library/plugin-settings.php:1497
1062
+ msgid "Save Settings"
1063
+ msgstr "שמור הגדרות"
1064
+
1065
+ #: library/plugin-settings.php:1426
1066
+ msgid "Display the Form"
1067
+ msgstr "הצג את הטופס"
1068
+
1069
+ #: library/plugin-settings.php:1429
1070
+ msgid "Post-Submit Form"
1071
+ msgstr "טופס שליחת הודעה"
1072
+
1073
+ #: library/plugin-settings.php:1430
1074
+ msgid "USP enables you to display a post-submission form anywhere on your site."
1075
+ msgstr "USP מאפשר לך להציג טופס לאחר הגשת בכל מקום באתר שלך."
1076
+
1077
+ #: library/plugin-settings.php:1431 library/plugin-settings.php:1438
1078
+ msgid "Use the shortcode to display the form on any WP Post or Page:"
1079
+ msgstr "השתמש בקוד הקצר כדי להציג את הטופס בכל פוסט WP או בדף:"
1080
+
1081
+ #: library/plugin-settings.php:1433 library/plugin-settings.php:1440
1082
+ msgid "Or, use the template tag to display the form anywhere in your theme template:"
1083
+ msgstr "לחלופין, השתמש בתג התבנית כדי להציג את הטופס בכל מקום בתבנית העיצוב שלך:"
1084
+
1085
+ #: library/plugin-settings.php:1436
1086
+ msgid "Login/Register Form"
1087
+ msgstr "טופס הרשמה / הרשמה"
1088
+
1089
+ #: library/plugin-settings.php:1437
1090
+ msgid "You also can display a form that enables users to log in, register, or reset their password."
1091
+ msgstr "ניתן גם להציג טופס המאפשר למשתמשים להיכנס, לרשום או לאפס את הסיסמה שלהם."
1092
+
1093
+ #: library/plugin-settings.php:1443
1094
+ msgid "Display Submitted Posts"
1095
+ msgstr "הצגת הודעות שנשלחו"
1096
+
1097
+ #: library/plugin-settings.php:1444
1098
+ msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1099
+ msgstr "השתמש בקוד קצר זה כדי להציג רשימה של פוסטים שנשלחו בכל פוסט WP או בדף:"
1100
+
1101
+ #: library/plugin-settings.php:1446
1102
+ msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1103
+ msgstr "לחלופין, השתמש בתג התבנית כדי להציג רשימה של פוסטים שנשלחו בכל מקום בתבנית העיצוב שלך:"
1104
+
1105
+ #: library/plugin-settings.php:1448
1106
+ msgid "Here are some examples showing how to configure this shortcode:"
1107
+ msgstr "הנה כמה דוגמאות המציגות כיצד להגדיר קוד קצר זה:"
1108
+
1109
+ #: library/plugin-settings.php:1455
1110
+ msgid "Reset Form Button"
1111
+ msgstr "איפוס לחצן טופס"
1112
+
1113
+ #: library/plugin-settings.php:1456
1114
+ msgid "This shortcode displays a link that resets the form to its original state:"
1115
+ msgstr "קוד קצר זה מציג קישור שמאפס את הטופס למצבו המקורי:"
1116
+
1117
+ #: library/plugin-settings.php:1458
1118
+ msgid "This shortcode accepts the following attributes:"
1119
+ msgstr "קוד קצר זה מקבל את התכונות הבאות:"
1120
+
1121
+ #: library/plugin-settings.php:1463
1122
+ msgid "Note that the url attribute accepts"
1123
+ msgstr "שים לב שתכונת url מקבלת"
1124
+
1125
+ #: library/plugin-settings.php:1463
1126
+ msgid "to get the current URL."
1127
+ msgstr "כדי לקבל את כתובת האתר הנוכחית."
1128
+
1129
+ #: library/plugin-settings.php:1465
1130
+ msgid "Access Control"
1131
+ msgstr "בקרת גישה"
1132
+
1133
+ #: library/plugin-settings.php:1466
1134
+ msgid "USP provides three shortcodes to control access and restrict content."
1135
+ msgstr "USP מספק שלושה קודים קצרים כדי לשלוט בגישה ולהגביל את התוכן."
1136
+
1137
+ #: library/plugin-settings.php:1467
1138
+ msgid "Display content only to users with a specific capability:"
1139
+ msgstr "הצג תוכן רק למשתמשים עם יכולת ספציפית:"
1140
+
1141
+ #: library/plugin-settings.php:1469
1142
+ msgid "Display content to logged-in users:"
1143
+ msgstr "הצגת תוכן למשתמשים מחוברים:"
1144
+
1145
+ #: library/plugin-settings.php:1471
1146
+ msgid "Display content to visitors only:"
1147
+ msgstr "הצג תוכן למבקרים בלבד:"
1148
+
1149
+ #: library/plugin-settings.php:1473
1150
+ msgid "Tip:"
1151
+ msgstr "עֵצָה:"
1152
+
1153
+ #: library/plugin-settings.php:1473
1154
+ msgid "to include markup in the deny message, you can use"
1155
+ msgstr "כדי לכלול סימון בהודעת הדחייה, באפשרותך להשתמש"
1156
+
1157
+ #: library/plugin-settings.php:1473
1158
+ msgid "to output"
1159
+ msgstr "פלט"
1160
+
1161
+ #: library/plugin-settings.php:1475
1162
+ msgid "Example"
1163
+ msgstr "דוגמא"
1164
+
1165
+ #: library/plugin-settings.php:1476
1166
+ msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1167
+ msgstr "אם המשתמש מחובר, הצג את הטופס שלאחר השליחה; או אם המשתמש אינו מחובר, הצג את טופס ההתחברות:"
1168
+
1169
+ #: library/plugin-settings.php:1488
1170
+ msgid "Restore Defaults"
1171
+ msgstr "לשחזר את ברירות מחדל"
1172
+
1173
+ #: library/plugin-settings.php:1491
1174
+ msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1175
+ msgstr "השאר אפשרות זו מושבתת כדי לזכור את ההגדרות שלך. לחלופין, כדי להמשיך ולשחזר את אפשרויות ברירת המחדל של התוסף: סמן את התיבה, שמור את ההגדרות שלך ולאחר מכן בטל / הפעל מחדש את הפלאגין."
1176
+
1177
+ #: library/plugin-settings.php:1495
1178
+ msgid "Restore default options upon plugin deactivation/reactivation."
1179
+ msgstr "שחזור אפשרויות ברירת המחדל בעת השבתה / הפעלה מחדש של תוסף."
1180
+
1181
+ #: library/plugin-settings.php:1502
1182
+ msgid "Show Support"
1183
+ msgstr "הצג תמיכה"
1184
+
1185
+ #: library/plugin-settings.php:1511
1186
+ msgid "by"
1187
+ msgstr "על ידי"
1188
+
1189
+ #: library/plugin-settings.php:1512
1190
+ msgid "Jeff Starr on Twitter"
1191
+ msgstr "ג 'ף סטאר ב לצפצף"
1192
+
1193
+ #: library/plugin-settings.php:1513
1194
+ msgid "Obsessive Web Design &amp; Development"
1195
+ msgstr "אובססיבית עיצוב אתרים & amp; התפתחות"
1196
+
1197
+ #: library/plugin-settings.php:1524
1198
+ msgid "Save Preference"
1199
+ msgstr "שמור את ההעדפה"
1200
+
1201
+ #: library/plugin-settings.php:1531
1202
+ msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1203
+ msgstr "האם אתה בטוח שברצונך לשחזר את כל אפשרויות ברירת המחדל? (פעולה זו לא ניתן לבטל)"
1204
+
1205
+ #: library/support-panel.php:52
1206
+ msgid "Perishable Press Books"
1207
+ msgstr "ספרים מתכלים"
1208
+
1209
+ #: library/support-panel.php:53
1210
+ msgid "Plugin Planet"
1211
+ msgstr "פלאגין פלאנט"
1212
+
1213
+ #: library/support-panel.php:54
1214
+ msgid "Donate via PayPal"
1215
+ msgstr "לתרום באמצעות PayPal"
1216
+
1217
+ #: library/support-panel.php:56
1218
+ msgid "books"
1219
+ msgstr "ספרים"
1220
+
1221
+ #: library/support-panel.php:57
1222
+ msgid "plugins"
1223
+ msgstr "תוספים"
1224
+
1225
+ #: library/support-panel.php:58
1226
+ msgid "donation"
1227
+ msgstr "תרומה"
1228
+
1229
+ #: library/support-panel.php:60
1230
+ msgid "Thank you for using"
1231
+ msgstr "תודה לך על השימוש"
1232
+
1233
+ #: library/support-panel.php:61
1234
+ msgid "Please show support by purchasing one of my"
1235
+ msgstr "אנא הצג תמיכה על ידי רכישת אחד שלי"
1236
+
1237
+ #: library/support-panel.php:62
1238
+ msgid "or"
1239
+ msgstr "אוֹ"
1240
+
1241
+ #: library/support-panel.php:62
1242
+ msgid "or by making a"
1243
+ msgstr "או על ידי ביצוע"
1244
+
1245
+ #: library/support-panel.php:63
1246
+ msgid "Your generous support helps to ensure future development of"
1247
+ msgstr "התמיכה הנדיבה שלך מסייעת להבטיח פיתוח עתידי"
1248
+
1249
+ #: library/support-panel.php:64
1250
+ msgid "and is greatly appreciated."
1251
+ msgstr "והוא מוערך מאוד."
1252
+
1253
+ #: library/support-panel.php:66
1254
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1255
+ msgstr "כל תרומה גודל עוזר לי להמשיך לפתח את תוסף חינם זה וורדפרס משאבים אחרים מדהים."
1256
+
1257
+ #. Description of the plugin
1258
+ #:
1259
+ msgid "Enables your visitors to submit posts and images from anywhere on your site."
1260
+ msgstr "מאפשר למבקרים שלך לשלוח פוסטים ותמונות מכל מקום באתר שלך."
1261
+
1262
+ #. URI of the plugin
1263
+ #:
1264
+ msgid "https://perishablepress.com/user-submitted-posts/"
1265
+ msgstr "https://perishablepress.com/user-submitted-posts/"
1266
+
1267
+ #. Author of the plugin
1268
+ #:
1269
+ msgid "Jeff Starr"
1270
+ msgstr "ג 'ף סטאר"
1271
+
1272
+ #. Author URI of the plugin
1273
+ #:
1274
+ msgid "https://plugin-planet.com/"
1275
+ msgstr "https://plugin-planet.com/"
1276
+
trunk/languages/usp-hi_IN.mo ADDED
Binary file
trunk/languages/usp-hi_IN.po ADDED
@@ -0,0 +1,1276 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "MIME-Version: 1.0\n"
4
+ "Content-Type: text/plain; charset=UTF-8\n"
5
+ "Content-Transfer-Encoding: 8bit\n"
6
+ "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20180316\n"
8
+ "Language: hi\n"
9
+
10
+ #. Name of the plugin
11
+ #: user-submitted-posts.php:44 library/support-panel.php:5
12
+ msgid "User Submitted Posts"
13
+ msgstr "उपयोगकर्ता सबमिट किए गए डाक"
14
+
15
+ #: user-submitted-posts.php:81
16
+ msgid "requires WordPress "
17
+ msgstr "वर्डप्रेस की आवश्यकता है"
18
+
19
+ #: user-submitted-posts.php:82
20
+ msgid " or higher, and has been deactivated! "
21
+ msgstr " या अधिक, और निष्क्रिय कर दिया गया है!"
22
+
23
+ #: user-submitted-posts.php:83
24
+ msgid "Please return to the"
25
+ msgstr "कृपया वापस जाएँ"
26
+
27
+ #: user-submitted-posts.php:84
28
+ msgid "WordPress Admin Area"
29
+ msgstr "वर्डप्रेस व्यवस्थापक एरिया"
30
+
31
+ #: user-submitted-posts.php:85
32
+ msgid "to upgrade WordPress and try again."
33
+ msgstr "वर्डप्रेस का नवीनीकरण करने और फिर से प्रयास करने के लिए"
34
+
35
+ #: user-submitted-posts.php:125
36
+ msgid "User Submitted Post"
37
+ msgstr "उपयोगकर्ता द्वारा सबमिट की गई पोस्ट"
38
+
39
+ #: user-submitted-posts.php:419
40
+ msgid "User Submitted Post Info"
41
+ msgstr "उपयोगकर्ता सबमिट की गयी पोस्ट जानकारी"
42
+
43
+ #: user-submitted-posts.php:449
44
+ msgid "Submitter Name: "
45
+ msgstr "उपनाम का नाम:"
46
+
47
+ #: user-submitted-posts.php:450
48
+ msgid "Submitter Email: "
49
+ msgstr "सबमिटर ईमेल:"
50
+
51
+ #: user-submitted-posts.php:451
52
+ msgid "Submitter URL: "
53
+ msgstr "सबमिटर यूआरएल:"
54
+
55
+ #: user-submitted-posts.php:452
56
+ msgid "Submitter IP: "
57
+ msgstr "सबमिटर आईपी:"
58
+
59
+ #: user-submitted-posts.php:503
60
+ msgid "Show USP Posts"
61
+ msgstr "यूएसपी पोस्ट दिखाएं"
62
+
63
+ #: user-submitted-posts.php:504 library/plugin-settings.php:979
64
+ msgid "USP"
65
+ msgstr "खासियत"
66
+
67
+ #: user-submitted-posts.php:1272
68
+ msgid " files required"
69
+ msgstr " आवश्यक फ़ाइलें"
70
+
71
+ #: user-submitted-posts.php:1273
72
+ msgid " file required"
73
+ msgstr " फ़ाइल आवश्यक है"
74
+
75
+ #: user-submitted-posts.php:1275
76
+ msgid " files"
77
+ msgstr " फ़ाइलें"
78
+
79
+ #: user-submitted-posts.php:1276
80
+ msgid " file"
81
+ msgstr " फ़ाइल"
82
+
83
+ #: user-submitted-posts.php:1278 user-submitted-posts.php:1279
84
+ #: user-submitted-posts.php:1280 user-submitted-posts.php:1281
85
+ msgid " pixels"
86
+ msgstr " पिक्सल"
87
+
88
+ #: user-submitted-posts.php:1283 library/core-functions.php:215
89
+ #: library/plugin-settings.php:284 library/plugin-settings.php:303
90
+ #: library/plugin-settings.php:701 library/plugin-settings.php:1195
91
+ msgid "Custom Field"
92
+ msgstr "कस्टम फील्ड"
93
+
94
+ #: user-submitted-posts.php:1286
95
+ msgid "An error occurred. Please go back and try again."
96
+ msgstr "एक त्रुटि पाई गई। कृपया पीछे जाएं और दोबारा कोशिश करें।"
97
+
98
+ #: user-submitted-posts.php:1296
99
+ msgid "User login required"
100
+ msgstr "उपयोगकर्ता लॉगिन आवश्यक है"
101
+
102
+ #: user-submitted-posts.php:1297
103
+ msgid "User name required"
104
+ msgstr "उपयोगकर्ता का नाम (आवश्यक"
105
+
106
+ #: user-submitted-posts.php:1298
107
+ msgid "Post title required"
108
+ msgstr "पोस्ट का शीर्षक आवश्यक है"
109
+
110
+ #: user-submitted-posts.php:1299
111
+ msgid "User URL required"
112
+ msgstr "उपयोगकर्ता यूआरएल की आवश्यकता है"
113
+
114
+ #: user-submitted-posts.php:1300
115
+ msgid "Post tags required"
116
+ msgstr "पोस्ट टैग की आवश्यकता है"
117
+
118
+ #: user-submitted-posts.php:1301
119
+ msgid "Post category required"
120
+ msgstr "पोस्ट श्रेणी आवश्यक है"
121
+
122
+ #: user-submitted-posts.php:1302
123
+ msgid "Post content required"
124
+ msgstr "आवश्यक सामग्री पोस्ट करें"
125
+
126
+ #: user-submitted-posts.php:1303 user-submitted-posts.php:1304
127
+ msgid "Correct captcha required"
128
+ msgstr "सही कैप्चा आवश्यक है"
129
+
130
+ #: user-submitted-posts.php:1305
131
+ msgid "User email required"
132
+ msgstr "उपयोगकर्ता ईमेल की आवश्यकता है"
133
+
134
+ #: user-submitted-posts.php:1306
135
+ msgid "Please check your email and try again"
136
+ msgstr "कृपया अपना ईमेल जांचें और पुनः प्रयास करें"
137
+
138
+ #: user-submitted-posts.php:1307
139
+ msgid "Non-empty value for hidden field"
140
+ msgstr "छिपा क्षेत्र के लिए खाली-खाली मान"
141
+
142
+ #: user-submitted-posts.php:1308
143
+ msgid "Minimum number of images not met"
144
+ msgstr "छवियों की न्यूनतम संख्या नहीं मिली"
145
+
146
+ #: user-submitted-posts.php:1309
147
+ msgid "Maximum number of images exceeded "
148
+ msgstr "छवियों की अधिकतम संख्या पार हो गई"
149
+
150
+ #: user-submitted-posts.php:1310
151
+ msgid "Minimum image width not met"
152
+ msgstr "न्यूनतम छवि चौड़ाई नहीं मिली"
153
+
154
+ #: user-submitted-posts.php:1311
155
+ msgid "Image width exceeds maximum"
156
+ msgstr "छवि चौड़ाई अधिकतम से अधिक है"
157
+
158
+ #: user-submitted-posts.php:1312
159
+ msgid "Minimum image height not met"
160
+ msgstr "न्यूनतम छवि ऊंचाई नहीं मिले"
161
+
162
+ #: user-submitted-posts.php:1313
163
+ msgid "Image height exceeds maximum"
164
+ msgstr "छवि ऊंचाई अधिकतम से अधिक है"
165
+
166
+ #: user-submitted-posts.php:1314
167
+ msgid "File type not allowed (please upload images only)"
168
+ msgstr "फ़ाइल प्रकार की अनुमति नहीं है (कृपया केवल चित्र अपलोड करें)"
169
+
170
+ #: user-submitted-posts.php:1315
171
+ msgid " required"
172
+ msgstr " अपेक्षित"
173
+
174
+ #: user-submitted-posts.php:1319
175
+ msgid "File not uploaded. Please check the file and try again."
176
+ msgstr "फ़ाइल अपलोड नहीं की गई कृपया फ़ाइल की जांच करें और फिर से प्रयास करें।"
177
+
178
+ #: user-submitted-posts.php:1323
179
+ msgid "The file(s) could not be uploaded"
180
+ msgstr "फाइल (ओं) को अपलोड नहीं किया जा सका"
181
+
182
+ #: user-submitted-posts.php:1325
183
+ msgid "Post not created. Please contact the site administrator for help."
184
+ msgstr "पोस्ट नहीं बनाया गया कृपया सहायता के लिए साइट व्यवस्थापक से संपर्क करें।"
185
+
186
+ #: user-submitted-posts.php:1326
187
+ msgid "Duplicate post title. Please try again."
188
+ msgstr "डुप्लिकेट पोस्ट शीर्षक कृपया पुन: प्रयास करें।"
189
+
190
+ #: user-submitted-posts.php:1336
191
+ msgid "Error: "
192
+ msgstr "त्रुटि:"
193
+
194
+ #: user-submitted-posts.php:1362
195
+ msgid "Return to form"
196
+ msgstr "फॉर्म पर लौटें"
197
+
198
+ #: user-submitted-posts.php:1392 library/plugin-settings.php:955
199
+ msgid "Please"
200
+ msgstr "कृप्या"
201
+
202
+ #: user-submitted-posts.php:1393
203
+ msgid "log in"
204
+ msgstr "लॉग इन करें"
205
+
206
+ #: user-submitted-posts.php:1394
207
+ msgid "to submit content!"
208
+ msgstr "सामग्री जमा करने के लिए!"
209
+
210
+ #: views/submission-form.php:46 views/submission-form-alt.php:55
211
+ msgid "Please complete the required fields."
212
+ msgstr "कृपया आवश्यक फ़ील्ड को पूरा करें"
213
+
214
+ #: views/submission-form.php:56 views/submission-form.php:57
215
+ #: views/submission-form-alt.php:61 views/submission-form-alt.php:62
216
+ msgid "Your Name"
217
+ msgstr "आपका नाम"
218
+
219
+ #: views/submission-form.php:62 views/submission-form.php:63
220
+ #: views/submission-form-alt.php:67 views/submission-form-alt.php:68
221
+ msgid "Your URL"
222
+ msgstr "आपका यूआरएल"
223
+
224
+ #: views/submission-form.php:68 views/submission-form.php:69
225
+ #: views/submission-form-alt.php:73 views/submission-form-alt.php:74
226
+ msgid "Your Email"
227
+ msgstr "तुम्हारा ईमेल"
228
+
229
+ #: views/submission-form.php:74 views/submission-form.php:75
230
+ #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
+ #: library/plugin-settings.php:1016
232
+ msgid "Post Title"
233
+ msgstr "शीर्षक पोस्ट करें"
234
+
235
+ #: views/submission-form.php:80 views/submission-form.php:81
236
+ #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
+ #: library/plugin-settings.php:1017
238
+ msgid "Post Tags"
239
+ msgstr "पोस्ट टैग"
240
+
241
+ #: views/submission-form.php:93 views/submission-form-alt.php:98
242
+ msgid "Antispam Question"
243
+ msgstr "Antispam प्रश्न"
244
+
245
+ #: views/submission-form.php:98 views/submission-form-alt.php:103
246
+ #: library/plugin-settings.php:1018
247
+ msgid "Post Category"
248
+ msgstr "पोस्ट श्रेणी"
249
+
250
+ #: views/submission-form.php:100 views/submission-form-alt.php:105
251
+ msgid "Please select a category.."
252
+ msgstr "कृपया एक कैटेगरी चयनित करें.."
253
+
254
+ #: views/submission-form.php:135 views/submission-form.php:136
255
+ #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
+ #: library/plugin-settings.php:1019
257
+ msgid "Post Content"
258
+ msgstr "पोस्ट सामग्री"
259
+
260
+ #: views/submission-form.php:142 views/submission-form-alt.php:147
261
+ msgid "Verification"
262
+ msgstr "सत्यापन"
263
+
264
+ #: views/submission-form.php:149 views/submission-form-alt.php:154
265
+ msgid "Upload an Image"
266
+ msgstr "एक छवि अपलोड करें"
267
+
268
+ #: views/submission-form.php:158 views/submission-form-alt.php:163
269
+ msgid "Add another image"
270
+ msgstr "एक और छवि जोड़ें"
271
+
272
+ #: views/submission-form.php:180 views/submission-form-alt.php:185
273
+ msgid "Human verification: leave this field empty."
274
+ msgstr "मानव सत्यापन: इस क्षेत्र को खाली छोड़ दें।"
275
+
276
+ #: views/submission-form.php:202 views/submission-form-alt.php:207
277
+ msgid "Submit Post"
278
+ msgstr "पोस्ट जमा करें"
279
+
280
+ #: library/shortcode-misc.php:18
281
+ msgid "Reset form"
282
+ msgstr "प्रपत्र को रीसेट करें"
283
+
284
+ #: library/shortcode-misc.php:128
285
+ msgid "View full post"
286
+ msgstr "पूर्ण पोस्ट देखें"
287
+
288
+ #: library/plugin-settings.php:32
289
+ msgid "Get USP Pro for unlimited forms!"
290
+ msgstr "असीमित रूपों के लिए यूएसपी प्रो प्राप्त करें!"
291
+
292
+ #: library/plugin-settings.php:33
293
+ msgid "Go Pro"
294
+ msgstr "पेशेवर बनो"
295
+
296
+ #: library/plugin-settings.php:37
297
+ msgid "Settings"
298
+ msgstr "सेटिंग्स"
299
+
300
+ #: library/plugin-settings.php:55
301
+ msgid "Give USP a 5-star rating at WordPress.org"
302
+ msgstr "वर्डप्रेस.org में यूएसपी को 5-सितारा रेटिंग दें"
303
+
304
+ #: library/plugin-settings.php:56
305
+ msgid "Rate this plugin&nbsp;&raquo;"
306
+ msgstr "इस प्लगइन को रेट करें & nbsp; & raquo;"
307
+
308
+ #: library/plugin-settings.php:114
309
+ msgid "WP Post (recommended)"
310
+ msgstr "WP पोस्ट (अनुशंसित)"
311
+
312
+ #: library/plugin-settings.php:118
313
+ msgid "WP Page"
314
+ msgstr "WP पृष्ठ"
315
+
316
+ #: library/plugin-settings.php:134
317
+ msgid "HTML5 Form + Default CSS"
318
+ msgstr "एचटीएमएल 5 फॉर्म + डिफ़ॉल्ट सीएसएस"
319
+
320
+ #: library/plugin-settings.php:134
321
+ msgid "(Recommended)"
322
+ msgstr "(सिफारिश की)"
323
+
324
+ #: library/plugin-settings.php:138
325
+ msgid "HTML5 Form + Disable CSS"
326
+ msgstr "एचटीएमएल 5 फॉर्म + अक्षम सीएसएस"
327
+
328
+ #: library/plugin-settings.php:138
329
+ msgid "(Provide your own styles)"
330
+ msgstr "(अपनी खुद की शैली प्रदान करें)"
331
+
332
+ #: library/plugin-settings.php:142
333
+ msgid "Custom Form + Custom CSS"
334
+ msgstr "कस्टम फॉर्म + कस्टम सीएसएस"
335
+
336
+ #: library/plugin-settings.php:142
337
+ msgid "(Provide your own form template &amp; styles)"
338
+ msgstr "(अपना स्वयं का फॉर्म टेम्पलेट और शैलियों प्रदान करें)"
339
+
340
+ #: library/plugin-settings.php:158 library/plugin-settings.php:182
341
+ #: library/plugin-settings.php:205 library/plugin-settings.php:229
342
+ msgid "Auto-display before post content"
343
+ msgstr "पोस्ट सामग्री से पहले ऑटो-डिस्प्ले"
344
+
345
+ #: library/plugin-settings.php:162 library/plugin-settings.php:186
346
+ #: library/plugin-settings.php:209 library/plugin-settings.php:233
347
+ msgid "Auto-display after post content"
348
+ msgstr "पोस्ट सामग्री के बाद ऑटो-डिस्प्ले"
349
+
350
+ #: library/plugin-settings.php:166
351
+ msgid "Do not auto-display submitted images"
352
+ msgstr "प्रस्तुत छवियां स्वत: प्रदर्शित न करें"
353
+
354
+ #: library/plugin-settings.php:190
355
+ msgid "Do not auto-display submitted email"
356
+ msgstr "स्वचालित रूप से सबमिट किए गए ईमेल न करें"
357
+
358
+ #: library/plugin-settings.php:213
359
+ msgid "Do not auto-display submitted URL"
360
+ msgstr "ऑटो-प्रदर्शन प्रस्तुत URL न करें"
361
+
362
+ #: library/plugin-settings.php:237
363
+ msgid "Do not auto-display the Custom Field"
364
+ msgstr "कस्टम फ़ील्ड को स्वतः प्रदर्शित न करें"
365
+
366
+ #: library/plugin-settings.php:265 library/plugin-settings.php:297
367
+ #: library/plugin-settings.php:330 library/plugin-settings.php:362
368
+ msgid "Display and require"
369
+ msgstr "प्रदर्शन और आवश्यकता है"
370
+
371
+ #: library/plugin-settings.php:266 library/plugin-settings.php:298
372
+ msgid "Display but do not require"
373
+ msgstr "प्रदर्शित करें लेकिन इसकी आवश्यकता नहीं है"
374
+
375
+ #: library/plugin-settings.php:267 library/plugin-settings.php:299
376
+ #: library/plugin-settings.php:331 library/plugin-settings.php:363
377
+ msgid "Disable this field"
378
+ msgstr "इस फ़ील्ड को अक्षम करें"
379
+
380
+ #: library/plugin-settings.php:302 library/plugin-settings.php:334
381
+ #: library/plugin-settings.php:366 library/plugin-settings.php:398
382
+ msgid "(Visit"
383
+ msgstr "(जाएँ"
384
+
385
+ #: library/plugin-settings.php:303 library/plugin-settings.php:335
386
+ #: library/plugin-settings.php:367 library/plugin-settings.php:399
387
+ msgid "to configure options)"
388
+ msgstr "विकल्प कॉन्फ़िगर करने के लिए)"
389
+
390
+ #: library/plugin-settings.php:318 library/plugin-settings.php:335
391
+ #: library/plugin-settings.php:1213 library/plugin-settings.php:1218
392
+ msgid "Challenge Question"
393
+ msgstr "चुनोती वाला सवाल"
394
+
395
+ #: library/plugin-settings.php:350 library/plugin-settings.php:367
396
+ #: library/plugin-settings.php:1235
397
+ msgid "Google reCAPTCHA"
398
+ msgstr "Google reCAPTCHA"
399
+
400
+ #: library/plugin-settings.php:382
401
+ msgid "Post Images"
402
+ msgstr "चित्र पोस्ट करें"
403
+
404
+ #: library/plugin-settings.php:394
405
+ msgid "Display"
406
+ msgstr "प्रदर्शन"
407
+
408
+ #: library/plugin-settings.php:395
409
+ msgid "Disable"
410
+ msgstr "अक्षम"
411
+
412
+ #: library/plugin-settings.php:399 library/plugin-settings.php:1296
413
+ msgid "Image Uploads"
414
+ msgstr "छवि अपलोड"
415
+
416
+ #: library/plugin-settings.php:479
417
+ msgid "Draft"
418
+ msgstr "प्रारूप"
419
+
420
+ #: library/plugin-settings.php:480
421
+ msgid "Pending (default)"
422
+ msgstr "लंबित (डिफ़ॉल्ट)"
423
+
424
+ #: library/plugin-settings.php:481
425
+ msgid "Publish immediately"
426
+ msgstr "तुरंत प्रकाशित करें"
427
+
428
+ #: library/plugin-settings.php:482
429
+ msgid "Publish after 1 approved post"
430
+ msgstr "1 अनुमोदित पोस्ट के बाद प्रकाशित करें"
431
+
432
+ #: library/plugin-settings.php:483
433
+ msgid "Publish after "
434
+ msgstr "बाद प्रकाशित करें"
435
+
436
+ #: library/plugin-settings.php:483
437
+ msgid " approved posts"
438
+ msgstr " अनुमोदित पद"
439
+
440
+ #: library/plugin-settings.php:645
441
+ msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
442
+ msgstr "एक त्रुटि हुई। कृपया सुनिश्चित करें कि आपने एक शीर्षक, कुछ सामग्री जोड़ दी है, और आपने केवल छवियां अपलोड की हैं।"
443
+
444
+ #: library/plugin-settings.php:659
445
+ msgid "Please select your image(s) to upload."
446
+ msgstr "अपलोड करने के लिए कृपया अपनी छवियां चुनें"
447
+
448
+ #: library/plugin-settings.php:665
449
+ msgid "Success! Thank you for your submission."
450
+ msgstr "सफलता! आपके निवेदन के लिए धन्यवाद।"
451
+
452
+ #: library/plugin-settings.php:691
453
+ msgid "Email"
454
+ msgstr "ईमेल"
455
+
456
+ #: library/plugin-settings.php:692
457
+ msgid "URL"
458
+ msgstr "यूआरएल"
459
+
460
+ #: library/plugin-settings.php:942
461
+ msgid "Toggle all panels"
462
+ msgstr "सभी पैनल टॉगल करें"
463
+
464
+ #: library/plugin-settings.php:951
465
+ msgid "We need your support!"
466
+ msgstr "हमें आपका समर्थन चाहिए!"
467
+
468
+ #: library/plugin-settings.php:955
469
+ msgid "Make a donation via PayPal"
470
+ msgstr "पेपैल के माध्यम से एक दान करें"
471
+
472
+ #: library/plugin-settings.php:955
473
+ msgid "make a donation"
474
+ msgstr "एक दान करें"
475
+
476
+ #: library/plugin-settings.php:955
477
+ msgid "and/or"
478
+ msgstr "और / या"
479
+
480
+ #: library/plugin-settings.php:956
481
+ msgid "Rate and review at the Plugin Directory"
482
+ msgstr "प्लग इन निर्देशिका में दर और समीक्षा करें"
483
+
484
+ #: library/plugin-settings.php:957
485
+ msgid "give this plugin a 5-star rating"
486
+ msgstr "इस प्लगइन को 5 सितारा रेटिंग दें"
487
+
488
+ #: library/plugin-settings.php:961
489
+ msgid "Your generous support enables continued development of this free plugin. Thank you!"
490
+ msgstr "आपका उदार समर्थन इस मुफ्त प्लगइन का निरंतर विकास सक्षम बनाता है। धन्यवाद!"
491
+
492
+ #: library/plugin-settings.php:966
493
+ msgid "Check this box if you have shown support"
494
+ msgstr "यदि आपने समर्थन दिखाया है तो इस बॉक्स को चेक करें"
495
+
496
+ #: library/plugin-settings.php:975
497
+ msgid "Overview"
498
+ msgstr "अवलोकन"
499
+
500
+ #: library/plugin-settings.php:979
501
+ msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
502
+ msgstr "आपके आगंतुकों को पोस्ट सबमिट करने और आपकी साइट के फ्रंट-एंड से छवियों को अपलोड करने के लिए सक्षम बनाता है।"
503
+
504
+ #: library/plugin-settings.php:980
505
+ msgid "For advanced functionality and unlimited forms, check out"
506
+ msgstr "उन्नत कार्यक्षमता और असीमित रूपों के लिए, देखें"
507
+
508
+ #: library/plugin-settings.php:980 library/plugin-settings.php:1354
509
+ msgid "USP Pro"
510
+ msgstr "यूएसपी प्रो"
511
+
512
+ #: library/plugin-settings.php:981
513
+ msgid "&mdash; the ultimate solution for user-generated content."
514
+ msgstr "& Mdash; यूजर जनरेटेड कंटेंट के लिए अंतिम समाधान"
515
+
516
+ #: library/plugin-settings.php:985 library/plugin-settings.php:1002
517
+ msgid "Plugin Settings"
518
+ msgstr "प्लगइन सेटिंग"
519
+
520
+ #: library/plugin-settings.php:986
521
+ msgid "Display the form"
522
+ msgstr "प्रपत्र प्रदर्शित करें"
523
+
524
+ #: library/plugin-settings.php:987 library/plugin-settings.php:1511
525
+ msgid "Plugin Homepage"
526
+ msgstr "प्लगइन मुखपृष्ठ"
527
+
528
+ #: library/plugin-settings.php:990
529
+ msgid "If you like this plugin, please"
530
+ msgstr "यदि आप इस प्लगइन को पसंद करते हैं, तो कृपया"
531
+
532
+ #: library/plugin-settings.php:991
533
+ msgid "THANK YOU for your support!"
534
+ msgstr "आपके सहयोग के लिए धन्यवाद!"
535
+
536
+ #: library/plugin-settings.php:991
537
+ msgid "give it a 5-star rating"
538
+ msgstr "इसे 5 सितारा रेटिंग दें"
539
+
540
+ #: library/plugin-settings.php:995
541
+ msgid "Unlimited front-end forms"
542
+ msgstr "असीमित फ्रंट-एंड फॉर्म"
543
+
544
+ #: library/plugin-settings.php:995
545
+ msgid "Get USP Pro"
546
+ msgstr "यूएसपी प्रो प्राप्त करें"
547
+
548
+ #: library/plugin-settings.php:1005
549
+ msgid "Configure your settings for User Submitted Posts."
550
+ msgstr "उपयोगकर्ता सबमिट की गई पोस्ट के लिए अपनी सेटिंग्स कॉन्फ़िगर करें"
551
+
552
+ #: library/plugin-settings.php:1007
553
+ msgid "Form Fields"
554
+ msgstr "फार्म फ़ील्ड"
555
+
556
+ #: library/plugin-settings.php:1013
557
+ msgid "User Name"
558
+ msgstr "उपयोगकर्ता नाम"
559
+
560
+ #: library/plugin-settings.php:1014
561
+ msgid "User Email"
562
+ msgstr "उपयोगकर्ता ईमेल"
563
+
564
+ #: library/plugin-settings.php:1015
565
+ msgid "User URL"
566
+ msgstr "उपयोगकर्ता यूआरएल"
567
+
568
+ #: library/plugin-settings.php:1030
569
+ msgid "General Settings"
570
+ msgstr "सामान्य सेटिंग्स"
571
+
572
+ #: library/plugin-settings.php:1032
573
+ msgid "Note that the default settings work fine for most cases."
574
+ msgstr "ध्यान दें कि ज्यादातर मामलों के लिए डिफ़ॉल्ट सेटिंग्स ठीक काम करती हैं"
575
+
576
+ #: library/plugin-settings.php:1037
577
+ msgid "Form Style"
578
+ msgstr "फॉर्म स्टाइल"
579
+
580
+ #: library/plugin-settings.php:1042
581
+ msgid "With this option, you can copy the plugin&rsquo;s default templates:"
582
+ msgstr "इस विकल्प के साथ, आप प्लगइन & rsquo; डिफ़ॉल्ट टेम्पलेट की प्रतिलिपि बना सकते हैं:"
583
+
584
+ #: library/plugin-settings.php:1047
585
+ msgid "..and upload them into a directory named"
586
+ msgstr "..और उन्हें एक नामांकित निर्देशिका में अपलोड करें"
587
+
588
+ #: library/plugin-settings.php:1047
589
+ msgid "in your theme:"
590
+ msgstr "अपने विषय में:"
591
+
592
+ #: library/plugin-settings.php:1053
593
+ msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
594
+ msgstr "इससे आपको वांछित रूपों और शैलियों को अनुकूलित करने में सक्षम होगा। अधिक जानकारी के लिए, में \"कस्टम सबमिशन फॉर्म\" अनुभाग देखें"
595
+
596
+ #: library/plugin-settings.php:1054
597
+ msgid "Installation Docs"
598
+ msgstr "स्थापना डॉक्स"
599
+
600
+ #: library/plugin-settings.php:1055
601
+ msgid "FYI: here is a"
602
+ msgstr "एफवाईआई: यहां एक है"
603
+
604
+ #: library/plugin-settings.php:1055
605
+ msgid "list of USP CSS selectors"
606
+ msgstr "यूएसपी सीएसएस चयनकर्ताओं की सूची"
607
+
608
+ #: library/plugin-settings.php:1061
609
+ msgid "Include JavaScript"
610
+ msgstr "जावास्क्रिप्ट शामिल करें"
611
+
612
+ #: library/plugin-settings.php:1063
613
+ msgid "Check this box if you want to include the external JavaScript files (recommended)."
614
+ msgstr "यदि आप बाहरी जावास्क्रिप्ट फाइलों को शामिल करना चाहते हैं तो इस बॉक्स को चेक करें (अनुशंसित)।"
615
+
616
+ #: library/plugin-settings.php:1066
617
+ msgid "Targeted Loading"
618
+ msgstr "लक्षित लोड हो रहा है"
619
+
620
+ #: library/plugin-settings.php:1068
621
+ msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
622
+ msgstr "डिफ़ॉल्ट रूप से, बाह्य सीएसएस & amp; जावास्क्रिप्ट फ़ाइलों को हर पेज पर लोड किया जाता है। यहां आप उस पृष्ठ पर संसाधनों को लोड करने के लिए यूएसपी फॉर्म का यूआरएल निर्दिष्ट कर सकते हैं। नोट: सभी पृष्ठों पर लोड करने के लिए खाली छोड़ दें"
623
+
624
+ #: library/plugin-settings.php:1071
625
+ msgid "Post Type"
626
+ msgstr "पद प्रकार"
627
+
628
+ #: library/plugin-settings.php:1074
629
+ msgid "Submit posts as WP Posts or Pages"
630
+ msgstr "WP पोस्ट या पेज के रूप में पोस्ट सबमिट करें"
631
+
632
+ #: library/plugin-settings.php:1078
633
+ msgid "Post Status"
634
+ msgstr "पोस्ट स्थिति"
635
+
636
+ #: library/plugin-settings.php:1081
637
+ msgid "Post Status for submitted posts"
638
+ msgstr "सबमिट किए गए पदों के लिए पोस्ट स्थिति"
639
+
640
+ #: library/plugin-settings.php:1085
641
+ msgid "Redirect URL"
642
+ msgstr "रीडायरेक्ट यूआरएल"
643
+
644
+ #: library/plugin-settings.php:1087
645
+ msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
646
+ msgstr "पोस्ट-सबमिशन के बाद उपयोगकर्ता को पुनर्निर्देशित करने के लिए यूआरएल निर्दिष्ट करें। वर्तमान पृष्ठ पर वापस रीडायरेक्ट करने के लिए रिक्त छोड़ दें।"
647
+
648
+ #: library/plugin-settings.php:1090
649
+ msgid "Success Message"
650
+ msgstr "सफलता संदेश"
651
+
652
+ #: library/plugin-settings.php:1092
653
+ msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
654
+ msgstr "पोस्ट-सबमिशन सफल होने पर सफलता संदेश प्रदर्शित किया जाता है मूल मार्कअप की अनुमति है"
655
+
656
+ #: library/plugin-settings.php:1095
657
+ msgid "Error Message"
658
+ msgstr "त्रुटि संदेश"
659
+
660
+ #: library/plugin-settings.php:1097
661
+ msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
662
+ msgstr "पोस्ट-सबमिशन विफल होने पर सामान्य त्रुटि संदेश प्रदर्शित होता है मूल मार्कअप की अनुमति है"
663
+
664
+ #: library/plugin-settings.php:1100
665
+ msgid "Custom Content"
666
+ msgstr "प्रचलित सामग्री"
667
+
668
+ #: library/plugin-settings.php:1102
669
+ msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
670
+ msgstr "प्रस्तुत करने के पहले कस्टम टेक्स्ट / मार्कअप शामिल किए जाने के लिए निष्क्रिय करने के लिए रिक्त छोड़ दें"
671
+
672
+ #: library/plugin-settings.php:1105
673
+ msgid "Rich Text Editor"
674
+ msgstr "रिच टेक्स्ट एडिटर"
675
+
676
+ #: library/plugin-settings.php:1107
677
+ msgid "Check this box if you want to enable WP rich text editing for submitted posts."
678
+ msgstr "यदि आप सबमिट किए गए पदों के लिए WP रिच टेक्स्ट संपादन को सक्षम करना चाहते हैं, तो इस बॉक्स को चेक करें"
679
+
680
+ #: library/plugin-settings.php:1110
681
+ msgid "Unique Titles"
682
+ msgstr "अद्वितीय खिताब"
683
+
684
+ #: library/plugin-settings.php:1112
685
+ msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
686
+ msgstr "अद्वितीय पोस्ट करने के लिए सबमिट किए गए पोस्ट शीर्षकों की आवश्यकता है (एकाधिक / डुप्लिकेट सबमिट किए गए पदों को रोकने के लिए उपयोगी)"
687
+
688
+ #: library/plugin-settings.php:1115
689
+ msgid "Disable Required"
690
+ msgstr "आवश्यक अक्षम करें"
691
+
692
+ #: library/plugin-settings.php:1117
693
+ msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
694
+ msgstr "डिफ़ॉल्ट प्रपत्र फ़ील्ड्स पर सभी आवश्यक विशेषताओं को अक्षम करें (त्रुटि संदेश समस्या निवारण के लिए उपयोगी)"
695
+
696
+ #: library/plugin-settings.php:1120
697
+ msgid "Disable IP Tracking"
698
+ msgstr "आईपी ​​ट्रैकिंग अक्षम करें"
699
+
700
+ #: library/plugin-settings.php:1122
701
+ msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
702
+ msgstr "डिफ़ॉल्ट रूप से यूएसपी प्रत्येक सबमिट किए गए पोस्ट के साथ आईपी पते को रिकॉर्ड करता है। सभी आईपी ट्रैकिंग को अक्षम करने के लिए इस बॉक्स को चेक करें।"
703
+
704
+ #: library/plugin-settings.php:1125
705
+ msgid "Enable Shortcodes"
706
+ msgstr "शॉर्टकोड सक्षम करें"
707
+
708
+ #: library/plugin-settings.php:1127
709
+ msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
710
+ msgstr "विगेट्स में शॉर्टकोड सक्षम करें डिफ़ॉल्ट रूप से, वर्डप्रेस विगेट्स में लघुकोड को सक्षम नहीं करता है"
711
+
712
+ #: library/plugin-settings.php:1128
713
+ msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
714
+ msgstr "यह सेटिंग विगेट्स में किसी भी / सभी शॉर्टकोड (अन्य प्लगइन्स से भी शॉर्टकोड) सक्षम करता है।"
715
+
716
+ #: library/plugin-settings.php:1133 library/plugin-settings.php:1138
717
+ msgid "Categories"
718
+ msgstr "श्रेणियाँ"
719
+
720
+ #: library/plugin-settings.php:1141
721
+ msgid "Select which categories may be assigned to submitted posts (click to toggle)"
722
+ msgstr "चुनें कि कौन सी श्रेणियां सबमिट की गई पोस्ट को असाइन की जा सकती हैं (टॉगल करने के लिए क्लिक करें)"
723
+
724
+ #: library/plugin-settings.php:1149
725
+ msgid "Hidden/Default Category"
726
+ msgstr "छुपा / डिफ़ॉल्ट श्रेणी"
727
+
728
+ #: library/plugin-settings.php:1151
729
+ msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
730
+ msgstr "पोस्ट श्रेणी के लिए छिपे हुए फ़ील्ड का उपयोग करें। इसका उपयोग श्रेणी श्रेणी अक्षम होने पर डिफ़ॉल्ट श्रेणी निर्दिष्ट करने के लिए किया जा सकता है।"
731
+
732
+ #: library/plugin-settings.php:1154
733
+ msgid "Category ID for Hidden Field"
734
+ msgstr "छिपे हुए फील्ड के लिए श्रेणी आईडी"
735
+
736
+ #: library/plugin-settings.php:1156
737
+ msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
738
+ msgstr "& Ldquo; छुपा / डिफ़ॉल्ट श्रेणी & rdquo; के लिए उपयोग करने के लिए श्रेणी का आईडी निर्दिष्ट करें; विकल्प।"
739
+
740
+ #: library/plugin-settings.php:1161
741
+ msgid "Users"
742
+ msgstr "उपयोगकर्ता"
743
+
744
+ #: library/plugin-settings.php:1166
745
+ msgid "Assigned Author"
746
+ msgstr "असाइन किए गए लेखक"
747
+
748
+ #: library/plugin-settings.php:1169
749
+ msgid "Specify the user that should be assigned as author for submitted posts."
750
+ msgstr "सबमिट किए गए पदों के लिए लेखक के रूप में असाइन किए जाने वाले उपयोगकर्ता को निर्दिष्ट करें।"
751
+
752
+ #: library/plugin-settings.php:1173
753
+ msgid "Registered Username"
754
+ msgstr "पंजीकृत उपयोगकर्ता नाम"
755
+
756
+ #: library/plugin-settings.php:1175
757
+ msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
758
+ msgstr "पोस्ट लेखक के रूप में पंजीकृत उपयोगकर्ता नाम का उपयोग करें। वैध जब फ़ॉर्म प्रस्तुत करने वाला व्यक्ति वर्डप्रेस में लॉग इन होता है।"
759
+
760
+ #: library/plugin-settings.php:1178
761
+ msgid "User Profile URL"
762
+ msgstr "उपयोगकर्ता प्रोफ़ाइल यूआरएल"
763
+
764
+ #: library/plugin-settings.php:1180
765
+ msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
766
+ msgstr "यूआरएल क्षेत्र के मान के रूप में पंजीकृत उपयोगकर्ता & rsquo; प्रोफ़ाइल यूआरएल का इस्तेमाल करें। वैध जब फ़ॉर्म प्रस्तुत करने वाला व्यक्ति वर्डप्रेस में लॉग इन होता है।"
767
+
768
+ #: library/plugin-settings.php:1183
769
+ msgid "Require User Login"
770
+ msgstr "उपयोगकर्ता लॉगिन की आवश्यकता है"
771
+
772
+ #: library/plugin-settings.php:1185
773
+ msgid "Require users to be logged in to WordPress to view/submit the form"
774
+ msgstr "प्रपत्र को देखने / सबमिट करने के लिए उपयोगकर्ताओं को WordPress में लॉग इन करने की आवश्यकता है"
775
+
776
+ #: library/plugin-settings.php:1188
777
+ msgid "Disable Replace Author"
778
+ msgstr "बदलें लेखक को अक्षम करें"
779
+
780
+ #: library/plugin-settings.php:1190
781
+ msgid "Do not replace post author with submitted user name"
782
+ msgstr "सबमिट किए गए उपयोगकर्ता नाम के साथ पोस्ट लेखक को प्रतिस्थापित न करें"
783
+
784
+ #: library/plugin-settings.php:1196
785
+ msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
786
+ msgstr "यहां आप कस्टम फ़ील्ड द्वारा उपयोग किए गए नाम और लेबल को बदल सकते हैं। आप इस फ़ील्ड को ऊपर दिए गए फॉर्म फ़ील्ड सेटिंग के माध्यम से सक्षम कर सकते हैं।"
787
+
788
+ #: library/plugin-settings.php:1201
789
+ msgid "Custom Field Name"
790
+ msgstr "कस्टम फ़ील्ड का नाम"
791
+
792
+ #: library/plugin-settings.php:1203
793
+ msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
794
+ msgstr "केवल अल्फ़ान्यूमेरिक, अंडरस्कोर और डैश का उपयोग करें यदि अनिश्चित है, तो डिफ़ॉल्ट नाम का उपयोग करें:"
795
+
796
+ #: library/plugin-settings.php:1206
797
+ msgid "Custom Field Label"
798
+ msgstr "कस्टम फील्ड लेबल"
799
+
800
+ #: library/plugin-settings.php:1208
801
+ msgid "This will be displayed as the field label on the form. Default: Custom Field"
802
+ msgstr "यह प्रपत्र पर फ़ील्ड लेबल के रूप में प्रदर्शित किया जाएगा। डिफ़ॉल्ट: कस्टम फ़ील्ड"
803
+
804
+ #: library/plugin-settings.php:1220
805
+ msgid "To prevent spam, enter a question that users must answer before submitting the form."
806
+ msgstr "स्पैम को रोकने के लिए, उस प्रपत्र को दर्ज करें जो फ़ॉर्म सबमिट करने से पहले उपयोगकर्ता को उत्तर देना चाहिए।"
807
+
808
+ #: library/plugin-settings.php:1223
809
+ msgid "Challenge Response"
810
+ msgstr "उत्तर को दावा करें"
811
+
812
+ #: library/plugin-settings.php:1225
813
+ msgid "Enter the *only* correct answer to the challenge question."
814
+ msgstr "चुनौती प्रश्न के लिए * केवल * सही उत्तर दर्ज करें"
815
+
816
+ #: library/plugin-settings.php:1228
817
+ msgid "Case-sensitivity"
818
+ msgstr "मामले की संवेदनशीलता"
819
+
820
+ #: library/plugin-settings.php:1230
821
+ msgid "Check this box if you want the challenge response to be case-sensitive."
822
+ msgstr "यदि आप केस-संवेदी होने के लिए चुनौती प्रतिक्रिया चाहते हैं तो इस बॉक्स को चेक करें।"
823
+
824
+ #: library/plugin-settings.php:1236
825
+ msgid "To enable Google reCAPTCHA, enter your public and private keys."
826
+ msgstr "Google reCAPTCHA को सक्षम करने के लिए, अपनी सार्वजनिक और निजी कुंजी दर्ज करें।"
827
+
828
+ #: library/plugin-settings.php:1241
829
+ msgid "Public Key"
830
+ msgstr "सार्वजनिक कुंजी"
831
+
832
+ #: library/plugin-settings.php:1243
833
+ msgid "Enter your Public Key"
834
+ msgstr "अपनी सार्वजनिक कुंजी दर्ज करें"
835
+
836
+ #: library/plugin-settings.php:1246
837
+ msgid "Private Key"
838
+ msgstr "निजी चाबी"
839
+
840
+ #: library/plugin-settings.php:1248
841
+ msgid "Enter your Private Key"
842
+ msgstr "अपनी निजी कुंजी दर्ज करें"
843
+
844
+ #: library/plugin-settings.php:1253
845
+ msgid "Email Alerts"
846
+ msgstr "ईमेल अलर्ट"
847
+
848
+ #: library/plugin-settings.php:1258
849
+ msgid "Receive Email Alert"
850
+ msgstr "ईमेल अलर्ट प्राप्त करें"
851
+
852
+ #: library/plugin-settings.php:1260
853
+ msgid "Check this box if you want to be notified via email for new post submissions."
854
+ msgstr "अगर आप नई पोस्ट सबमिशन के लिए ईमेल द्वारा अधिसूचित होना चाहते हैं तो इस बॉक्स को चेक करें।"
855
+
856
+ #: library/plugin-settings.php:1263
857
+ msgid "Enable HTML Format"
858
+ msgstr "HTML स्वरूप को सक्षम करें"
859
+
860
+ #: library/plugin-settings.php:1265
861
+ msgid "Check this box to enable HTML format for email alerts."
862
+ msgstr "ईमेल अलर्ट के लिए HTML प्रारूप को सक्षम करने के लिए इस बॉक्स को चेक करें।"
863
+
864
+ #: library/plugin-settings.php:1268
865
+ msgid "Email Address for Alerts"
866
+ msgstr "अलर्ट के लिए ईमेल पता"
867
+
868
+ #: library/plugin-settings.php:1270
869
+ msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
870
+ msgstr "यदि आप ईमेल अलर्ट प्राप्त करने के लिए बॉक्स को चेक करते हैं, तो उस पते (तों) को इंगित करें जिस पर ईमेल भेजे जाएं।"
871
+
872
+ #: library/plugin-settings.php:1271
873
+ msgid "Multiple recipients may be included using a comma, like so:"
874
+ msgstr "कॉमा का उपयोग करके एकाधिक प्राप्तकर्ताओं को शामिल किया जा सकता है, जैसे:"
875
+
876
+ #: library/plugin-settings.php:1274
877
+ msgid "Email &ldquo;From&rdquo; Address"
878
+ msgstr "ईमेल & ldquo; से & rdquo; पता"
879
+
880
+ #: library/plugin-settings.php:1276
881
+ msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
882
+ msgstr "यहां आप & ldquo; From & rdquo; के लिए उपयोग किए गए पते (एसई) को अनुकूलित कर सकते हैं; हेडर (जानकारी के लिए प्लगइन देखें)"
883
+
884
+ #: library/plugin-settings.php:1277
885
+ msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
886
+ msgstr "यदि पिछले पते में एकाधिक पते निर्दिष्ट हैं, तो एक समान संख्या में & ldquo; From & rdquo; इस सेटिंग के लिए पते (उसी क्रम में)"
887
+
888
+ #: library/plugin-settings.php:1280
889
+ msgid "Email Alert Subject"
890
+ msgstr "ईमेल अलर्ट विषय"
891
+
892
+ #: library/plugin-settings.php:1282
893
+ msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
894
+ msgstr "ईमेल अलर्ट के लिए विषय पंक्ति डिफ़ॉल्ट विषय पंक्ति का उपयोग करने के लिए खाली छोड़ दें नोट: आप निम्न चर का उपयोग कर सकते हैं:"
895
+
896
+ #: library/plugin-settings.php:1287
897
+ msgid "Email Alert Message"
898
+ msgstr "ईमेल अलर्ट संदेश"
899
+
900
+ #: library/plugin-settings.php:1289
901
+ msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
902
+ msgstr "ईमेल अलर्ट के लिए संदेश डिफ़ॉल्ट संदेश का उपयोग करने के लिए खाली छोड़ दें नोट: आप निम्न चर का उपयोग कर सकते हैं:"
903
+
904
+ #: library/plugin-settings.php:1301
905
+ msgid "Featured Image"
906
+ msgstr "निरूपित चित्र"
907
+
908
+ #: library/plugin-settings.php:1303
909
+ msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
910
+ msgstr "फीचर्ड छवियों के रूप में प्रस्तुत चित्र सेट करें फीचर्ड छवियों (उर्फ पोस्ट थंबनेल) के लिए थीम समर्थन की आवश्यकता है"
911
+
912
+ #: library/plugin-settings.php:1306
913
+ msgid "Upload Message"
914
+ msgstr "संदेश अपलोड करें"
915
+
916
+ #: library/plugin-settings.php:1308
917
+ msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
918
+ msgstr "संदेश जो अपलोड फ़ील्ड के आगे दिखाई देता है आपके अपलोड दिशानिर्देश / नीति / आदि के बारे में बताए जाने के लिए उपयोगी मूल मार्कअप की अनुमति"
919
+
920
+ #: library/plugin-settings.php:1311
921
+ msgid "&ldquo;Add another image&rdquo; link"
922
+ msgstr "& ldquo; एक अन्य छवि जोड़ें & rdquo; संपर्क"
923
+
924
+ #: library/plugin-settings.php:1313
925
+ msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
926
+ msgstr "& Ldquo; अन्य छवि जोड़ें & rdquo; के लिए कस्टम मार्कअप संपर्क। डिफ़ॉल्ट मार्कअप का उपयोग करने के लिए खाली छोड़ें (अनुशंसित)।"
927
+
928
+ #: library/plugin-settings.php:1316
929
+ msgid "Minimum number of images"
930
+ msgstr "छवियों की न्यूनतम संख्या"
931
+
932
+ #: library/plugin-settings.php:1319
933
+ msgid "Specify the minimum number of images."
934
+ msgstr "चित्रों की न्यूनतम संख्या निर्दिष्ट करें"
935
+
936
+ #: library/plugin-settings.php:1323
937
+ msgid "Maximum number of images"
938
+ msgstr "छवियों की अधिकतम संख्या"
939
+
940
+ #: library/plugin-settings.php:1326
941
+ msgid "Specify the maximum number of images."
942
+ msgstr "छवियों की अधिकतम संख्या निर्दिष्ट करें"
943
+
944
+ #: library/plugin-settings.php:1330
945
+ msgid "Minimum image width"
946
+ msgstr "न्यूनतम छवि चौड़ाई"
947
+
948
+ #: library/plugin-settings.php:1332
949
+ msgid "Specify a minimum width (in pixels) for uploaded images."
950
+ msgstr "अपलोड की गई छवियों के लिए न्यूनतम चौड़ाई (पिक्सेल में) निर्दिष्ट करें"
951
+
952
+ #: library/plugin-settings.php:1335
953
+ msgid "Minimum image height"
954
+ msgstr "न्यूनतम छवि ऊंचाई"
955
+
956
+ #: library/plugin-settings.php:1337
957
+ msgid "Specify a minimum height (in pixels) for uploaded images."
958
+ msgstr "अपलोड की गई छवियों के लिए न्यूनतम ऊंचाई (पिक्सेल में) निर्दिष्ट करें।"
959
+
960
+ #: library/plugin-settings.php:1340
961
+ msgid "Maximum image width"
962
+ msgstr "अधिकतम छवि चौड़ाई"
963
+
964
+ #: library/plugin-settings.php:1342
965
+ msgid "Specify a maximum width (in pixels) for uploaded images."
966
+ msgstr "अपलोड की गई छवियों के लिए अधिकतम चौड़ाई (पिक्सेल में) निर्दिष्ट करें"
967
+
968
+ #: library/plugin-settings.php:1345
969
+ msgid "Maximum image height"
970
+ msgstr "अधिकतम छवि ऊंचाई"
971
+
972
+ #: library/plugin-settings.php:1347
973
+ msgid "Specify a maximum height (in pixels) for uploaded images."
974
+ msgstr "अपलोड की गई छवियों के लिए अधिकतम ऊंचाई (पिक्सेल में) निर्दिष्ट करें"
975
+
976
+ #: library/plugin-settings.php:1350
977
+ msgid "More Options"
978
+ msgstr "अधिक विकल्प"
979
+
980
+ #: library/plugin-settings.php:1353
981
+ msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
982
+ msgstr "अधिक विकल्प के लिए, जैसे अन्य फाइल प्रकारों (जैसे पीडीएफ, वर्ड, ज़िप, वीडियो और अन्य) को अपलोड करने की क्षमता, चेक आउट करें"
983
+
984
+ #: library/plugin-settings.php:1354
985
+ msgid "Go Pro!"
986
+ msgstr "पेशेवर बनो!"
987
+
988
+ #: library/plugin-settings.php:1361
989
+ msgid "Auto-Display Content"
990
+ msgstr "स्वत: प्रदर्शन सामग्री"
991
+
992
+ #: library/plugin-settings.php:1366
993
+ msgid "Images Auto-Display"
994
+ msgstr "छवियां ऑटो-प्रदर्शन"
995
+
996
+ #: library/plugin-settings.php:1368
997
+ msgid "Auto-display user-submitted images:"
998
+ msgstr "स्वत: -प्रदर्शन उपयोगकर्ता द्वारा प्रस्तुत छवियां:"
999
+
1000
+ #: library/plugin-settings.php:1373
1001
+ msgid "Image Markup"
1002
+ msgstr "छवि मार्कअप"
1003
+
1004
+ #: library/plugin-settings.php:1375
1005
+ msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1006
+ msgstr "प्रत्येक सबमिट की गई छवि के लिए उपयोग करने के लिए मार्कअप (जब ऑटो-डिस्प्ले सक्रिय है)। इस्तेमाल कर सकते हैं"
1007
+
1008
+ #: library/plugin-settings.php:1377 library/plugin-settings.php:1390
1009
+ #: library/plugin-settings.php:1403 library/plugin-settings.php:1416
1010
+ msgid "and"
1011
+ msgstr "तथा"
1012
+
1013
+ #: library/plugin-settings.php:1380
1014
+ msgid "Email Auto-Display"
1015
+ msgstr "ईमेल ऑटो-प्रदर्शन"
1016
+
1017
+ #: library/plugin-settings.php:1382
1018
+ msgid "Auto-display user-submitted email:"
1019
+ msgstr "स्वत: -प्रदर्शन उपयोगकर्ता द्वारा सबमिट की गई ईमेल:"
1020
+
1021
+ #: library/plugin-settings.php:1387
1022
+ msgid "Email Markup"
1023
+ msgstr "ईमेल मार्कअप"
1024
+
1025
+ #: library/plugin-settings.php:1389
1026
+ msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1027
+ msgstr "सबमिट किए गए ईमेल पते के लिए उपयोग करने के लिए मार्कअप (जब ऑटो-डिस्प्ले सक्रिय है)। इस्तेमाल कर सकते हैं"
1028
+
1029
+ #: library/plugin-settings.php:1393
1030
+ msgid "URL Auto-Display"
1031
+ msgstr "यूआरएल ऑटो-डिस्प्ले"
1032
+
1033
+ #: library/plugin-settings.php:1395
1034
+ msgid "Auto-display user-submitted URL:"
1035
+ msgstr "स्वत: प्रदर्शन उपयोगकर्ता द्वारा प्रस्तुत यूआरएल:"
1036
+
1037
+ #: library/plugin-settings.php:1400
1038
+ msgid "URL Markup"
1039
+ msgstr "URL मार्कअप"
1040
+
1041
+ #: library/plugin-settings.php:1402
1042
+ msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1043
+ msgstr "सबमिट किए गए URL के लिए उपयोग करने के लिए मार्कअप (जब ऑटो-डिस्प्ले सक्रिय है)। इस्तेमाल कर सकते हैं"
1044
+
1045
+ #: library/plugin-settings.php:1406
1046
+ msgid "Custom Field Auto-Display"
1047
+ msgstr "कस्टम फील्ड ऑटो-डिस्प्ले"
1048
+
1049
+ #: library/plugin-settings.php:1408
1050
+ msgid "Auto-display user-submitted Custom Field:"
1051
+ msgstr "स्वत: -प्रदर्शन उपयोगकर्ता-जमा कस्टम फ़ील्ड:"
1052
+
1053
+ #: library/plugin-settings.php:1413
1054
+ msgid "Custom Field Markup"
1055
+ msgstr "कस्टम फील्ड मार्कअप"
1056
+
1057
+ #: library/plugin-settings.php:1415
1058
+ msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1059
+ msgstr "प्रस्तुत कस्टम फ़ील्ड के लिए उपयोग करने के लिए मार्कअप (जब ऑटो-डिस्प्ले सक्रिय है)। इस्तेमाल कर सकते हैं"
1060
+
1061
+ #: library/plugin-settings.php:1421 library/plugin-settings.php:1497
1062
+ msgid "Save Settings"
1063
+ msgstr "समायोजन बचाओ"
1064
+
1065
+ #: library/plugin-settings.php:1426
1066
+ msgid "Display the Form"
1067
+ msgstr "प्रपत्र प्रदर्शित करें"
1068
+
1069
+ #: library/plugin-settings.php:1429
1070
+ msgid "Post-Submit Form"
1071
+ msgstr "पोस्ट-फॉर्म भेजें"
1072
+
1073
+ #: library/plugin-settings.php:1430
1074
+ msgid "USP enables you to display a post-submission form anywhere on your site."
1075
+ msgstr "यूएसपी आपको अपनी साइट पर कहीं भी एक पोस्ट-सबमिशन फॉर्म प्रदर्शित करने में सक्षम बनाता है।"
1076
+
1077
+ #: library/plugin-settings.php:1431 library/plugin-settings.php:1438
1078
+ msgid "Use the shortcode to display the form on any WP Post or Page:"
1079
+ msgstr "किसी भी WP पोस्ट या पृष्ठ पर फ़ॉर्म प्रदर्शित करने के लिए शोर्ट का उपयोग करें:"
1080
+
1081
+ #: library/plugin-settings.php:1433 library/plugin-settings.php:1440
1082
+ msgid "Or, use the template tag to display the form anywhere in your theme template:"
1083
+ msgstr "या, अपने विषय टेम्पलेट में फ़ॉर्म को प्रदर्शित करने के लिए टेम्पलेट टैग का उपयोग करें:"
1084
+
1085
+ #: library/plugin-settings.php:1436
1086
+ msgid "Login/Register Form"
1087
+ msgstr "लॉग इन / रजिस्टर फॉर्म"
1088
+
1089
+ #: library/plugin-settings.php:1437
1090
+ msgid "You also can display a form that enables users to log in, register, or reset their password."
1091
+ msgstr "आप एक ऐसा फ़ॉर्म प्रदर्शित भी कर सकते हैं जो उपयोगकर्ताओं को अपने पासवर्ड में प्रवेश, पंजीकरण या रीसेट करने में सक्षम बनाता है।"
1092
+
1093
+ #: library/plugin-settings.php:1443
1094
+ msgid "Display Submitted Posts"
1095
+ msgstr "सबमिट किए गए पोस्ट प्रदर्शित करें"
1096
+
1097
+ #: library/plugin-settings.php:1444
1098
+ msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1099
+ msgstr "किसी भी WP पोस्ट या पेज पर सबमिट की गई सूची की सूची प्रदर्शित करने के लिए इस शोर्ट कोड का उपयोग करें:"
1100
+
1101
+ #: library/plugin-settings.php:1446
1102
+ msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1103
+ msgstr "या, अपने विषय टेम्पलेट में कहीं भी सबमिट की गई सूची की सूची प्रदर्शित करने के लिए टेम्पलेट टैग का उपयोग करें:"
1104
+
1105
+ #: library/plugin-settings.php:1448
1106
+ msgid "Here are some examples showing how to configure this shortcode:"
1107
+ msgstr "इस शोर्टकोड को कॉन्फ़िगर करने का तरीका दिखाते हुए कुछ उदाहरण यहां दिए गए हैं:"
1108
+
1109
+ #: library/plugin-settings.php:1455
1110
+ msgid "Reset Form Button"
1111
+ msgstr "फॉर्म बटन रीसेट करें"
1112
+
1113
+ #: library/plugin-settings.php:1456
1114
+ msgid "This shortcode displays a link that resets the form to its original state:"
1115
+ msgstr "यह शोर्ट एक ऐसा लिंक प्रदर्शित करता है जो फ़ॉर्म को उसकी मूल स्थिति पर रीसेट करता है:"
1116
+
1117
+ #: library/plugin-settings.php:1458
1118
+ msgid "This shortcode accepts the following attributes:"
1119
+ msgstr "यह शोर्टकोड निम्नलिखित विशेषताओं को स्वीकार करता है:"
1120
+
1121
+ #: library/plugin-settings.php:1463
1122
+ msgid "Note that the url attribute accepts"
1123
+ msgstr "ध्यान दें कि url विशेषता स्वीकार करता है"
1124
+
1125
+ #: library/plugin-settings.php:1463
1126
+ msgid "to get the current URL."
1127
+ msgstr "वर्तमान यूआरएल पाने के लिए"
1128
+
1129
+ #: library/plugin-settings.php:1465
1130
+ msgid "Access Control"
1131
+ msgstr "पहुँच नियंत्रण"
1132
+
1133
+ #: library/plugin-settings.php:1466
1134
+ msgid "USP provides three shortcodes to control access and restrict content."
1135
+ msgstr "यूएसपी एक्सेस को नियंत्रित करने और सामग्री को प्रतिबंधित करने के लिए तीन शॉर्टकोड प्रदान करता है।"
1136
+
1137
+ #: library/plugin-settings.php:1467
1138
+ msgid "Display content only to users with a specific capability:"
1139
+ msgstr "केवल विशिष्ट क्षमता वाले उपयोगकर्ताओं को सामग्री प्रदर्शित करें:"
1140
+
1141
+ #: library/plugin-settings.php:1469
1142
+ msgid "Display content to logged-in users:"
1143
+ msgstr "लॉग-इन उपयोगकर्ताओं के लिए सामग्री प्रदर्शित करें:"
1144
+
1145
+ #: library/plugin-settings.php:1471
1146
+ msgid "Display content to visitors only:"
1147
+ msgstr "सामग्री को केवल विज़िटर पर प्रदर्शित करें:"
1148
+
1149
+ #: library/plugin-settings.php:1473
1150
+ msgid "Tip:"
1151
+ msgstr "सुझाव:"
1152
+
1153
+ #: library/plugin-settings.php:1473
1154
+ msgid "to include markup in the deny message, you can use"
1155
+ msgstr "अस्वीकार संदेश में मार्कअप शामिल करने के लिए, आप उपयोग कर सकते हैं"
1156
+
1157
+ #: library/plugin-settings.php:1473
1158
+ msgid "to output"
1159
+ msgstr "आउटपुट के लिए"
1160
+
1161
+ #: library/plugin-settings.php:1475
1162
+ msgid "Example"
1163
+ msgstr "उदाहरण"
1164
+
1165
+ #: library/plugin-settings.php:1476
1166
+ msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1167
+ msgstr "यदि उपयोगकर्ता लॉग इन होता है, तो पोस्ट-सबमिट फ़ॉर्म प्रदर्शित करें; या यदि उपयोगकर्ता लॉग इन नहीं है, तो प्रवेश प्रपत्र प्रदर्शित करें:"
1168
+
1169
+ #: library/plugin-settings.php:1488
1170
+ msgid "Restore Defaults"
1171
+ msgstr "डिफॉल्ट्स का पुनःस्थापन"
1172
+
1173
+ #: library/plugin-settings.php:1491
1174
+ msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1175
+ msgstr "अपनी सेटिंग्स को याद रखने के लिए इस विकल्प को अक्षम करें। या, आगे जाने और डिफ़ॉल्ट प्लगइन विकल्पों को पुनर्स्थापित करने के लिए: बॉक्स को चेक करें, अपनी सेटिंग सहेजें, और फिर प्लग इन निष्क्रिय / पुनः सक्रिय करें"
1176
+
1177
+ #: library/plugin-settings.php:1495
1178
+ msgid "Restore default options upon plugin deactivation/reactivation."
1179
+ msgstr "प्लगइन निष्क्रियकरण / पुनर्सक्रियन पर डिफ़ॉल्ट विकल्प पुनर्स्थापित करें"
1180
+
1181
+ #: library/plugin-settings.php:1502
1182
+ msgid "Show Support"
1183
+ msgstr "समर्थन दिखाएं"
1184
+
1185
+ #: library/plugin-settings.php:1511
1186
+ msgid "by"
1187
+ msgstr "द्वारा"
1188
+
1189
+ #: library/plugin-settings.php:1512
1190
+ msgid "Jeff Starr on Twitter"
1191
+ msgstr "ट्विटर पर जेफ स्टार"
1192
+
1193
+ #: library/plugin-settings.php:1513
1194
+ msgid "Obsessive Web Design &amp; Development"
1195
+ msgstr "बाध्यकारी वेब डिज़ाइन & amp; विकास"
1196
+
1197
+ #: library/plugin-settings.php:1524
1198
+ msgid "Save Preference"
1199
+ msgstr "प्राथमिकता सहेजें"
1200
+
1201
+ #: library/plugin-settings.php:1531
1202
+ msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1203
+ msgstr "क्या आप वाकई सभी डिफ़ॉल्ट विकल्पों को पुनर्स्थापित करना चाहते हैं? (यह कार्य दोबारा से नहीं हो सकता)"
1204
+
1205
+ #: library/support-panel.php:52
1206
+ msgid "Perishable Press Books"
1207
+ msgstr "विनाशकारी प्रेस पुस्तकें"
1208
+
1209
+ #: library/support-panel.php:53
1210
+ msgid "Plugin Planet"
1211
+ msgstr "प्लगइन ग्रह"
1212
+
1213
+ #: library/support-panel.php:54
1214
+ msgid "Donate via PayPal"
1215
+ msgstr "पेपैल के माध्यम से दान करें"
1216
+
1217
+ #: library/support-panel.php:56
1218
+ msgid "books"
1219
+ msgstr "पुस्तकें"
1220
+
1221
+ #: library/support-panel.php:57
1222
+ msgid "plugins"
1223
+ msgstr "प्लग-इन"
1224
+
1225
+ #: library/support-panel.php:58
1226
+ msgid "donation"
1227
+ msgstr "दान"
1228
+
1229
+ #: library/support-panel.php:60
1230
+ msgid "Thank you for using"
1231
+ msgstr "उपयोग करने के लिए आपका धन्यवाद"
1232
+
1233
+ #: library/support-panel.php:61
1234
+ msgid "Please show support by purchasing one of my"
1235
+ msgstr "कृपया मेरी एक खरीदकर समर्थन दिखाएं"
1236
+
1237
+ #: library/support-panel.php:62
1238
+ msgid "or"
1239
+ msgstr "या"
1240
+
1241
+ #: library/support-panel.php:62
1242
+ msgid "or by making a"
1243
+ msgstr "या एक करके"
1244
+
1245
+ #: library/support-panel.php:63
1246
+ msgid "Your generous support helps to ensure future development of"
1247
+ msgstr "आपका उदार समर्थन भविष्य के विकास को सुनिश्चित करने में मदद करता है"
1248
+
1249
+ #: library/support-panel.php:64
1250
+ msgid "and is greatly appreciated."
1251
+ msgstr "और काफी सराहना की है।"
1252
+
1253
+ #: library/support-panel.php:66
1254
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1255
+ msgstr "किसी भी आकार का दान मुझे इस मुफ्त प्लगइन और अन्य भयानक वर्डप्रेस संसाधनों को विकसित करने में मदद करता है।"
1256
+
1257
+ #. Description of the plugin
1258
+ #:
1259
+ msgid "Enables your visitors to submit posts and images from anywhere on your site."
1260
+ msgstr "आपकी साइट पर कहीं से पोस्ट और छवियां सबमिट करने के लिए आपके विज़िटर को सक्षम करता है।"
1261
+
1262
+ #. URI of the plugin
1263
+ #:
1264
+ msgid "https://perishablepress.com/user-submitted-posts/"
1265
+ msgstr "https://perishablepress.com/user-submitted-posts/"
1266
+
1267
+ #. Author of the plugin
1268
+ #:
1269
+ msgid "Jeff Starr"
1270
+ msgstr "जेफ स्टार"
1271
+
1272
+ #. Author URI of the plugin
1273
+ #:
1274
+ msgid "https://plugin-planet.com/"
1275
+ msgstr "https://plugin-planet.com/"
1276
+
trunk/languages/usp-it_IT.mo ADDED
Binary file
trunk/languages/usp-it_IT.po ADDED
@@ -0,0 +1,1276 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "MIME-Version: 1.0\n"
4
+ "Content-Type: text/plain; charset=UTF-8\n"
5
+ "Content-Transfer-Encoding: 8bit\n"
6
+ "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20180316\n"
8
+ "Language: it\n"
9
+
10
+ #. Name of the plugin
11
+ #: user-submitted-posts.php:44 library/support-panel.php:5
12
+ msgid "User Submitted Posts"
13
+ msgstr "Post inviati dall'utente"
14
+
15
+ #: user-submitted-posts.php:81
16
+ msgid "requires WordPress "
17
+ msgstr "richiede WordPress"
18
+
19
+ #: user-submitted-posts.php:82
20
+ msgid " or higher, and has been deactivated! "
21
+ msgstr " o superiore, ed è stato disattivato!"
22
+
23
+ #: user-submitted-posts.php:83
24
+ msgid "Please return to the"
25
+ msgstr "Si prega di tornare al"
26
+
27
+ #: user-submitted-posts.php:84
28
+ msgid "WordPress Admin Area"
29
+ msgstr "Area amministrativa di WordPress"
30
+
31
+ #: user-submitted-posts.php:85
32
+ msgid "to upgrade WordPress and try again."
33
+ msgstr "per aggiornare WordPress e riprovare."
34
+
35
+ #: user-submitted-posts.php:125
36
+ msgid "User Submitted Post"
37
+ msgstr "Post inviato dall'utente"
38
+
39
+ #: user-submitted-posts.php:419
40
+ msgid "User Submitted Post Info"
41
+ msgstr "Informazioni post inviate dall'utente"
42
+
43
+ #: user-submitted-posts.php:449
44
+ msgid "Submitter Name: "
45
+ msgstr "Nome del mittente:"
46
+
47
+ #: user-submitted-posts.php:450
48
+ msgid "Submitter Email: "
49
+ msgstr "Email del mittente:"
50
+
51
+ #: user-submitted-posts.php:451
52
+ msgid "Submitter URL: "
53
+ msgstr "URL del submitter:"
54
+
55
+ #: user-submitted-posts.php:452
56
+ msgid "Submitter IP: "
57
+ msgstr "IP del mittente:"
58
+
59
+ #: user-submitted-posts.php:503
60
+ msgid "Show USP Posts"
61
+ msgstr "Mostra messaggi USP"
62
+
63
+ #: user-submitted-posts.php:504 library/plugin-settings.php:979
64
+ msgid "USP"
65
+ msgstr "USP"
66
+
67
+ #: user-submitted-posts.php:1272
68
+ msgid " files required"
69
+ msgstr " file richiesti"
70
+
71
+ #: user-submitted-posts.php:1273
72
+ msgid " file required"
73
+ msgstr " file richiesto"
74
+
75
+ #: user-submitted-posts.php:1275
76
+ msgid " files"
77
+ msgstr " File"
78
+
79
+ #: user-submitted-posts.php:1276
80
+ msgid " file"
81
+ msgstr " file"
82
+
83
+ #: user-submitted-posts.php:1278 user-submitted-posts.php:1279
84
+ #: user-submitted-posts.php:1280 user-submitted-posts.php:1281
85
+ msgid " pixels"
86
+ msgstr " pixel"
87
+
88
+ #: user-submitted-posts.php:1283 library/core-functions.php:215
89
+ #: library/plugin-settings.php:284 library/plugin-settings.php:303
90
+ #: library/plugin-settings.php:701 library/plugin-settings.php:1195
91
+ msgid "Custom Field"
92
+ msgstr "Campo personalizzato"
93
+
94
+ #: user-submitted-posts.php:1286
95
+ msgid "An error occurred. Please go back and try again."
96
+ msgstr "Si è verificato un errore. Per favore torna indietro e riprova."
97
+
98
+ #: user-submitted-posts.php:1296
99
+ msgid "User login required"
100
+ msgstr "Accesso utente richiesto"
101
+
102
+ #: user-submitted-posts.php:1297
103
+ msgid "User name required"
104
+ msgstr "Nome utente richiesto"
105
+
106
+ #: user-submitted-posts.php:1298
107
+ msgid "Post title required"
108
+ msgstr "Titolo richiesto"
109
+
110
+ #: user-submitted-posts.php:1299
111
+ msgid "User URL required"
112
+ msgstr "URL dell'utente richiesto"
113
+
114
+ #: user-submitted-posts.php:1300
115
+ msgid "Post tags required"
116
+ msgstr "Post tags richiesti"
117
+
118
+ #: user-submitted-posts.php:1301
119
+ msgid "Post category required"
120
+ msgstr "Post richiesta obbligatoria"
121
+
122
+ #: user-submitted-posts.php:1302
123
+ msgid "Post content required"
124
+ msgstr "Pubblica i contenuti richiesti"
125
+
126
+ #: user-submitted-posts.php:1303 user-submitted-posts.php:1304
127
+ msgid "Correct captcha required"
128
+ msgstr "Richiesto captcha corretto"
129
+
130
+ #: user-submitted-posts.php:1305
131
+ msgid "User email required"
132
+ msgstr "E-mail utente richiesta"
133
+
134
+ #: user-submitted-posts.php:1306
135
+ msgid "Please check your email and try again"
136
+ msgstr "Controlla la tua email e riprova"
137
+
138
+ #: user-submitted-posts.php:1307
139
+ msgid "Non-empty value for hidden field"
140
+ msgstr "Valore non vuoto per campo nascosto"
141
+
142
+ #: user-submitted-posts.php:1308
143
+ msgid "Minimum number of images not met"
144
+ msgstr "Numero minimo di immagini non soddisfatte"
145
+
146
+ #: user-submitted-posts.php:1309
147
+ msgid "Maximum number of images exceeded "
148
+ msgstr "Numero massimo di immagini superate"
149
+
150
+ #: user-submitted-posts.php:1310
151
+ msgid "Minimum image width not met"
152
+ msgstr "Larghezza minima dell'immagine non soddisfatta"
153
+
154
+ #: user-submitted-posts.php:1311
155
+ msgid "Image width exceeds maximum"
156
+ msgstr "La larghezza dell'immagine supera il massimo"
157
+
158
+ #: user-submitted-posts.php:1312
159
+ msgid "Minimum image height not met"
160
+ msgstr "Altezza minima dell'immagine non soddisfatta"
161
+
162
+ #: user-submitted-posts.php:1313
163
+ msgid "Image height exceeds maximum"
164
+ msgstr "L'altezza dell'immagine supera il massimo"
165
+
166
+ #: user-submitted-posts.php:1314
167
+ msgid "File type not allowed (please upload images only)"
168
+ msgstr "Tipo di file non consentito (caricare solo immagini)"
169
+
170
+ #: user-submitted-posts.php:1315
171
+ msgid " required"
172
+ msgstr " necessario"
173
+
174
+ #: user-submitted-posts.php:1319
175
+ msgid "File not uploaded. Please check the file and try again."
176
+ msgstr "File non caricato. Si prega di controllare il file e riprovare."
177
+
178
+ #: user-submitted-posts.php:1323
179
+ msgid "The file(s) could not be uploaded"
180
+ msgstr "Il file (s) non può essere caricato"
181
+
182
+ #: user-submitted-posts.php:1325
183
+ msgid "Post not created. Please contact the site administrator for help."
184
+ msgstr "Post non creato. Si prega di contattare l'amministratore del sito per aiuto."
185
+
186
+ #: user-submitted-posts.php:1326
187
+ msgid "Duplicate post title. Please try again."
188
+ msgstr "Titolo del post duplicato. Per favore riprova."
189
+
190
+ #: user-submitted-posts.php:1336
191
+ msgid "Error: "
192
+ msgstr "Errore:"
193
+
194
+ #: user-submitted-posts.php:1362
195
+ msgid "Return to form"
196
+ msgstr "Ritorna alla forma"
197
+
198
+ #: user-submitted-posts.php:1392 library/plugin-settings.php:955
199
+ msgid "Please"
200
+ msgstr "per favore"
201
+
202
+ #: user-submitted-posts.php:1393
203
+ msgid "log in"
204
+ msgstr "accesso"
205
+
206
+ #: user-submitted-posts.php:1394
207
+ msgid "to submit content!"
208
+ msgstr "per inviare contenuti!"
209
+
210
+ #: views/submission-form.php:46 views/submission-form-alt.php:55
211
+ msgid "Please complete the required fields."
212
+ msgstr "Si prega di compilare i campi richiesti."
213
+
214
+ #: views/submission-form.php:56 views/submission-form.php:57
215
+ #: views/submission-form-alt.php:61 views/submission-form-alt.php:62
216
+ msgid "Your Name"
217
+ msgstr "Il tuo nome"
218
+
219
+ #: views/submission-form.php:62 views/submission-form.php:63
220
+ #: views/submission-form-alt.php:67 views/submission-form-alt.php:68
221
+ msgid "Your URL"
222
+ msgstr "Il tuo URL"
223
+
224
+ #: views/submission-form.php:68 views/submission-form.php:69
225
+ #: views/submission-form-alt.php:73 views/submission-form-alt.php:74
226
+ msgid "Your Email"
227
+ msgstr "La tua email"
228
+
229
+ #: views/submission-form.php:74 views/submission-form.php:75
230
+ #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
+ #: library/plugin-settings.php:1016
232
+ msgid "Post Title"
233
+ msgstr "Titolo del post"
234
+
235
+ #: views/submission-form.php:80 views/submission-form.php:81
236
+ #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
+ #: library/plugin-settings.php:1017
238
+ msgid "Post Tags"
239
+ msgstr "Post Tags"
240
+
241
+ #: views/submission-form.php:93 views/submission-form-alt.php:98
242
+ msgid "Antispam Question"
243
+ msgstr "Domanda antispam"
244
+
245
+ #: views/submission-form.php:98 views/submission-form-alt.php:103
246
+ #: library/plugin-settings.php:1018
247
+ msgid "Post Category"
248
+ msgstr "Post categoria"
249
+
250
+ #: views/submission-form.php:100 views/submission-form-alt.php:105
251
+ msgid "Please select a category.."
252
+ msgstr "Si prega di selezionare una categoria .."
253
+
254
+ #: views/submission-form.php:135 views/submission-form.php:136
255
+ #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
+ #: library/plugin-settings.php:1019
257
+ msgid "Post Content"
258
+ msgstr "Pubblica contenuti"
259
+
260
+ #: views/submission-form.php:142 views/submission-form-alt.php:147
261
+ msgid "Verification"
262
+ msgstr "Verifica"
263
+
264
+ #: views/submission-form.php:149 views/submission-form-alt.php:154
265
+ msgid "Upload an Image"
266
+ msgstr "Carica un'immagine"
267
+
268
+ #: views/submission-form.php:158 views/submission-form-alt.php:163
269
+ msgid "Add another image"
270
+ msgstr "Aggiungi un'altra immagine"
271
+
272
+ #: views/submission-form.php:180 views/submission-form-alt.php:185
273
+ msgid "Human verification: leave this field empty."
274
+ msgstr "Verifica umana: lascia questo campo vuoto."
275
+
276
+ #: views/submission-form.php:202 views/submission-form-alt.php:207
277
+ msgid "Submit Post"
278
+ msgstr "Invia post"
279
+
280
+ #: library/shortcode-misc.php:18
281
+ msgid "Reset form"
282
+ msgstr "Ripristina modulo"
283
+
284
+ #: library/shortcode-misc.php:128
285
+ msgid "View full post"
286
+ msgstr "Visualizza l'intero post"
287
+
288
+ #: library/plugin-settings.php:32
289
+ msgid "Get USP Pro for unlimited forms!"
290
+ msgstr "Ottieni USP Pro per moduli illimitati!"
291
+
292
+ #: library/plugin-settings.php:33
293
+ msgid "Go Pro"
294
+ msgstr "Vai Pro"
295
+
296
+ #: library/plugin-settings.php:37
297
+ msgid "Settings"
298
+ msgstr "impostazioni"
299
+
300
+ #: library/plugin-settings.php:55
301
+ msgid "Give USP a 5-star rating at WordPress.org"
302
+ msgstr "Offri a USP una valutazione a 5 stelle su WordPress.org"
303
+
304
+ #: library/plugin-settings.php:56
305
+ msgid "Rate this plugin&nbsp;&raquo;"
306
+ msgstr "Valuta questo plug-in & nbsp; & raquo;"
307
+
308
+ #: library/plugin-settings.php:114
309
+ msgid "WP Post (recommended)"
310
+ msgstr "WP Post (consigliato)"
311
+
312
+ #: library/plugin-settings.php:118
313
+ msgid "WP Page"
314
+ msgstr "Pagina WP"
315
+
316
+ #: library/plugin-settings.php:134
317
+ msgid "HTML5 Form + Default CSS"
318
+ msgstr "Modulo HTML5 + CSS predefinito"
319
+
320
+ #: library/plugin-settings.php:134
321
+ msgid "(Recommended)"
322
+ msgstr "(Consigliato)"
323
+
324
+ #: library/plugin-settings.php:138
325
+ msgid "HTML5 Form + Disable CSS"
326
+ msgstr "Modulo HTML5 + Disabilita CSS"
327
+
328
+ #: library/plugin-settings.php:138
329
+ msgid "(Provide your own styles)"
330
+ msgstr "(Fornisci i tuoi stili)"
331
+
332
+ #: library/plugin-settings.php:142
333
+ msgid "Custom Form + Custom CSS"
334
+ msgstr "Modulo personalizzato + CSS personalizzato"
335
+
336
+ #: library/plugin-settings.php:142
337
+ msgid "(Provide your own form template &amp; styles)"
338
+ msgstr "(Fornisci il tuo modello di modulo e stili)"
339
+
340
+ #: library/plugin-settings.php:158 library/plugin-settings.php:182
341
+ #: library/plugin-settings.php:205 library/plugin-settings.php:229
342
+ msgid "Auto-display before post content"
343
+ msgstr "Visualizzazione automatica prima del contenuto del post"
344
+
345
+ #: library/plugin-settings.php:162 library/plugin-settings.php:186
346
+ #: library/plugin-settings.php:209 library/plugin-settings.php:233
347
+ msgid "Auto-display after post content"
348
+ msgstr "Visualizzazione automatica dopo il contenuto del post"
349
+
350
+ #: library/plugin-settings.php:166
351
+ msgid "Do not auto-display submitted images"
352
+ msgstr "Non visualizzare automaticamente le immagini inviate"
353
+
354
+ #: library/plugin-settings.php:190
355
+ msgid "Do not auto-display submitted email"
356
+ msgstr "Non visualizzare automaticamente l'e-mail inviata"
357
+
358
+ #: library/plugin-settings.php:213
359
+ msgid "Do not auto-display submitted URL"
360
+ msgstr "Non visualizzare automaticamente l'URL inviato"
361
+
362
+ #: library/plugin-settings.php:237
363
+ msgid "Do not auto-display the Custom Field"
364
+ msgstr "Non visualizzare automaticamente il campo personalizzato"
365
+
366
+ #: library/plugin-settings.php:265 library/plugin-settings.php:297
367
+ #: library/plugin-settings.php:330 library/plugin-settings.php:362
368
+ msgid "Display and require"
369
+ msgstr "Mostra e richiede"
370
+
371
+ #: library/plugin-settings.php:266 library/plugin-settings.php:298
372
+ msgid "Display but do not require"
373
+ msgstr "Visualizza ma non richiede"
374
+
375
+ #: library/plugin-settings.php:267 library/plugin-settings.php:299
376
+ #: library/plugin-settings.php:331 library/plugin-settings.php:363
377
+ msgid "Disable this field"
378
+ msgstr "Disabilita questo campo"
379
+
380
+ #: library/plugin-settings.php:302 library/plugin-settings.php:334
381
+ #: library/plugin-settings.php:366 library/plugin-settings.php:398
382
+ msgid "(Visit"
383
+ msgstr "(Visita"
384
+
385
+ #: library/plugin-settings.php:303 library/plugin-settings.php:335
386
+ #: library/plugin-settings.php:367 library/plugin-settings.php:399
387
+ msgid "to configure options)"
388
+ msgstr "per configurare le opzioni)"
389
+
390
+ #: library/plugin-settings.php:318 library/plugin-settings.php:335
391
+ #: library/plugin-settings.php:1213 library/plugin-settings.php:1218
392
+ msgid "Challenge Question"
393
+ msgstr "Domanda Sfida"
394
+
395
+ #: library/plugin-settings.php:350 library/plugin-settings.php:367
396
+ #: library/plugin-settings.php:1235
397
+ msgid "Google reCAPTCHA"
398
+ msgstr "Google reCAPTCHA"
399
+
400
+ #: library/plugin-settings.php:382
401
+ msgid "Post Images"
402
+ msgstr "Pubblica immagini"
403
+
404
+ #: library/plugin-settings.php:394
405
+ msgid "Display"
406
+ msgstr "Display"
407
+
408
+ #: library/plugin-settings.php:395
409
+ msgid "Disable"
410
+ msgstr "disattivare"
411
+
412
+ #: library/plugin-settings.php:399 library/plugin-settings.php:1296
413
+ msgid "Image Uploads"
414
+ msgstr "Caricamenti di immagini"
415
+
416
+ #: library/plugin-settings.php:479
417
+ msgid "Draft"
418
+ msgstr "Bozza"
419
+
420
+ #: library/plugin-settings.php:480
421
+ msgid "Pending (default)"
422
+ msgstr "In sospeso (predefinito)"
423
+
424
+ #: library/plugin-settings.php:481
425
+ msgid "Publish immediately"
426
+ msgstr "Pubblica immediatamente"
427
+
428
+ #: library/plugin-settings.php:482
429
+ msgid "Publish after 1 approved post"
430
+ msgstr "Pubblica dopo 1 post approvato"
431
+
432
+ #: library/plugin-settings.php:483
433
+ msgid "Publish after "
434
+ msgstr "Pubblica dopo"
435
+
436
+ #: library/plugin-settings.php:483
437
+ msgid " approved posts"
438
+ msgstr " post approvati"
439
+
440
+ #: library/plugin-settings.php:645
441
+ msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
442
+ msgstr "C'era un errore. Assicurati di aver aggiunto un titolo, alcuni contenuti e di aver caricato solo le immagini."
443
+
444
+ #: library/plugin-settings.php:659
445
+ msgid "Please select your image(s) to upload."
446
+ msgstr "Si prega di selezionare l'immagine (s) per caricare."
447
+
448
+ #: library/plugin-settings.php:665
449
+ msgid "Success! Thank you for your submission."
450
+ msgstr "Successo! Grazie per la vostra presentazione."
451
+
452
+ #: library/plugin-settings.php:691
453
+ msgid "Email"
454
+ msgstr "E-mail"
455
+
456
+ #: library/plugin-settings.php:692
457
+ msgid "URL"
458
+ msgstr "URL"
459
+
460
+ #: library/plugin-settings.php:942
461
+ msgid "Toggle all panels"
462
+ msgstr "Attiva tutti i pannelli"
463
+
464
+ #: library/plugin-settings.php:951
465
+ msgid "We need your support!"
466
+ msgstr "Abbiamo bisogno del tuo supporto!"
467
+
468
+ #: library/plugin-settings.php:955
469
+ msgid "Make a donation via PayPal"
470
+ msgstr "Fai una donazione tramite PayPal"
471
+
472
+ #: library/plugin-settings.php:955
473
+ msgid "make a donation"
474
+ msgstr "Fai una donazione"
475
+
476
+ #: library/plugin-settings.php:955
477
+ msgid "and/or"
478
+ msgstr "e / o"
479
+
480
+ #: library/plugin-settings.php:956
481
+ msgid "Rate and review at the Plugin Directory"
482
+ msgstr "Valuta e controlla la directory dei plugin"
483
+
484
+ #: library/plugin-settings.php:957
485
+ msgid "give this plugin a 5-star rating"
486
+ msgstr "dai a questo plugin una valutazione a 5 stelle"
487
+
488
+ #: library/plugin-settings.php:961
489
+ msgid "Your generous support enables continued development of this free plugin. Thank you!"
490
+ msgstr "Il tuo generoso supporto consente lo sviluppo continuo di questo plugin gratuito. Grazie!"
491
+
492
+ #: library/plugin-settings.php:966
493
+ msgid "Check this box if you have shown support"
494
+ msgstr "Seleziona questa casella se hai mostrato supporto"
495
+
496
+ #: library/plugin-settings.php:975
497
+ msgid "Overview"
498
+ msgstr "Panoramica"
499
+
500
+ #: library/plugin-settings.php:979
501
+ msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
502
+ msgstr "consente ai tuoi visitatori di inviare post e caricare immagini dal front-end del tuo sito."
503
+
504
+ #: library/plugin-settings.php:980
505
+ msgid "For advanced functionality and unlimited forms, check out"
506
+ msgstr "Per funzionalità avanzate e moduli illimitati, controlla"
507
+
508
+ #: library/plugin-settings.php:980 library/plugin-settings.php:1354
509
+ msgid "USP Pro"
510
+ msgstr "USP Pro"
511
+
512
+ #: library/plugin-settings.php:981
513
+ msgid "&mdash; the ultimate solution for user-generated content."
514
+ msgstr "& Mdash; la soluzione definitiva per i contenuti generati dagli utenti."
515
+
516
+ #: library/plugin-settings.php:985 library/plugin-settings.php:1002
517
+ msgid "Plugin Settings"
518
+ msgstr "Impostazioni del plugin"
519
+
520
+ #: library/plugin-settings.php:986
521
+ msgid "Display the form"
522
+ msgstr "Visualizza il modulo"
523
+
524
+ #: library/plugin-settings.php:987 library/plugin-settings.php:1511
525
+ msgid "Plugin Homepage"
526
+ msgstr "Homepage del plugin"
527
+
528
+ #: library/plugin-settings.php:990
529
+ msgid "If you like this plugin, please"
530
+ msgstr "Se ti piace questo plugin, per favore"
531
+
532
+ #: library/plugin-settings.php:991
533
+ msgid "THANK YOU for your support!"
534
+ msgstr "Grazie per il vostro sostegno!"
535
+
536
+ #: library/plugin-settings.php:991
537
+ msgid "give it a 5-star rating"
538
+ msgstr "dargli una valutazione a 5 stelle"
539
+
540
+ #: library/plugin-settings.php:995
541
+ msgid "Unlimited front-end forms"
542
+ msgstr "Forme front-end illimitate"
543
+
544
+ #: library/plugin-settings.php:995
545
+ msgid "Get USP Pro"
546
+ msgstr "Ottieni USP Pro"
547
+
548
+ #: library/plugin-settings.php:1005
549
+ msgid "Configure your settings for User Submitted Posts."
550
+ msgstr "Configura le tue impostazioni per i post inviati dall'utente."
551
+
552
+ #: library/plugin-settings.php:1007
553
+ msgid "Form Fields"
554
+ msgstr "Campi modulo"
555
+
556
+ #: library/plugin-settings.php:1013
557
+ msgid "User Name"
558
+ msgstr "Nome utente"
559
+
560
+ #: library/plugin-settings.php:1014
561
+ msgid "User Email"
562
+ msgstr "Email dell'utente"
563
+
564
+ #: library/plugin-settings.php:1015
565
+ msgid "User URL"
566
+ msgstr "URL dell'utente"
567
+
568
+ #: library/plugin-settings.php:1030
569
+ msgid "General Settings"
570
+ msgstr "impostazioni generali"
571
+
572
+ #: library/plugin-settings.php:1032
573
+ msgid "Note that the default settings work fine for most cases."
574
+ msgstr "Si noti che le impostazioni predefinite funzionano bene per la maggior parte dei casi."
575
+
576
+ #: library/plugin-settings.php:1037
577
+ msgid "Form Style"
578
+ msgstr "Stile della forma"
579
+
580
+ #: library/plugin-settings.php:1042
581
+ msgid "With this option, you can copy the plugin&rsquo;s default templates:"
582
+ msgstr "Con questa opzione, puoi copiare i modelli predefiniti del plug-in:"
583
+
584
+ #: library/plugin-settings.php:1047
585
+ msgid "..and upload them into a directory named"
586
+ msgstr "..e caricali in una directory chiamata"
587
+
588
+ #: library/plugin-settings.php:1047
589
+ msgid "in your theme:"
590
+ msgstr "nel tuo tema:"
591
+
592
+ #: library/plugin-settings.php:1053
593
+ msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
594
+ msgstr "Ciò ti consentirà di personalizzare la forma e gli stili come desiderato. Per maggiori informazioni, consulta la sezione \"Modulo di invio personalizzato\" nel"
595
+
596
+ #: library/plugin-settings.php:1054
597
+ msgid "Installation Docs"
598
+ msgstr "Documenti di installazione"
599
+
600
+ #: library/plugin-settings.php:1055
601
+ msgid "FYI: here is a"
602
+ msgstr "A proposito: ecco a"
603
+
604
+ #: library/plugin-settings.php:1055
605
+ msgid "list of USP CSS selectors"
606
+ msgstr "elenco dei selettori CSS USP"
607
+
608
+ #: library/plugin-settings.php:1061
609
+ msgid "Include JavaScript"
610
+ msgstr "Include JavaScript"
611
+
612
+ #: library/plugin-settings.php:1063
613
+ msgid "Check this box if you want to include the external JavaScript files (recommended)."
614
+ msgstr "Seleziona questa casella se vuoi includere i file JavaScript esterni (consigliato)."
615
+
616
+ #: library/plugin-settings.php:1066
617
+ msgid "Targeted Loading"
618
+ msgstr "Caricamento mirato"
619
+
620
+ #: library/plugin-settings.php:1068
621
+ msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
622
+ msgstr "Per impostazione predefinita, CSS esterno & amp; I file JavaScript vengono caricati su ogni pagina. Qui puoi specificare l'URL del modulo USP per caricare risorse solo su quella pagina. Nota: lasciare vuoto per caricare su tutte le pagine."
623
+
624
+ #: library/plugin-settings.php:1071
625
+ msgid "Post Type"
626
+ msgstr "Post Type"
627
+
628
+ #: library/plugin-settings.php:1074
629
+ msgid "Submit posts as WP Posts or Pages"
630
+ msgstr "Invia post come WP Posts o Pages"
631
+
632
+ #: library/plugin-settings.php:1078
633
+ msgid "Post Status"
634
+ msgstr "Post Status"
635
+
636
+ #: library/plugin-settings.php:1081
637
+ msgid "Post Status for submitted posts"
638
+ msgstr "Post Status per i post inviati"
639
+
640
+ #: library/plugin-settings.php:1085
641
+ msgid "Redirect URL"
642
+ msgstr "URL di reindirizzamento"
643
+
644
+ #: library/plugin-settings.php:1087
645
+ msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
646
+ msgstr "Specificare un URL per reindirizzare l'utente dopo la post-presentazione. Lascia vuoto per reindirizzare alla pagina corrente."
647
+
648
+ #: library/plugin-settings.php:1090
649
+ msgid "Success Message"
650
+ msgstr "Messaggio di successo"
651
+
652
+ #: library/plugin-settings.php:1092
653
+ msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
654
+ msgstr "Messaggio di successo che viene visualizzato se il post-invio ha esito positivo. È consentito il markup di base."
655
+
656
+ #: library/plugin-settings.php:1095
657
+ msgid "Error Message"
658
+ msgstr "Messaggio di errore"
659
+
660
+ #: library/plugin-settings.php:1097
661
+ msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
662
+ msgstr "Messaggio di errore generale che viene visualizzato se il post-invio non riesce. È consentito il markup di base."
663
+
664
+ #: library/plugin-settings.php:1100
665
+ msgid "Custom Content"
666
+ msgstr "Contenuto personalizzato"
667
+
668
+ #: library/plugin-settings.php:1102
669
+ msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
670
+ msgstr "Testo personalizzato / markup da includere prima del modulo di invio. Lascia vuoto per disabilitare."
671
+
672
+ #: library/plugin-settings.php:1105
673
+ msgid "Rich Text Editor"
674
+ msgstr "Rich Text Editor"
675
+
676
+ #: library/plugin-settings.php:1107
677
+ msgid "Check this box if you want to enable WP rich text editing for submitted posts."
678
+ msgstr "Seleziona questa casella se desideri abilitare la modifica del testo RTF per i post inviati."
679
+
680
+ #: library/plugin-settings.php:1110
681
+ msgid "Unique Titles"
682
+ msgstr "Titoli unici"
683
+
684
+ #: library/plugin-settings.php:1112
685
+ msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
686
+ msgstr "Richiedere che i titoli dei post inviati siano unici (utile per evitare post inviati multipli / duplicati)."
687
+
688
+ #: library/plugin-settings.php:1115
689
+ msgid "Disable Required"
690
+ msgstr "Disabilitare Richiesto"
691
+
692
+ #: library/plugin-settings.php:1117
693
+ msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
694
+ msgstr "Disabilitare tutti gli attributi richiesti nei campi modulo predefiniti (utile per la risoluzione dei messaggi di errore)."
695
+
696
+ #: library/plugin-settings.php:1120
697
+ msgid "Disable IP Tracking"
698
+ msgstr "Disabilita il monitoraggio IP"
699
+
700
+ #: library/plugin-settings.php:1122
701
+ msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
702
+ msgstr "Per impostazione predefinita, USP registra l'indirizzo IP con ciascun post inviato. Seleziona questa casella per disabilitare tutto il monitoraggio IP."
703
+
704
+ #: library/plugin-settings.php:1125
705
+ msgid "Enable Shortcodes"
706
+ msgstr "Abilita codici brevi"
707
+
708
+ #: library/plugin-settings.php:1127
709
+ msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
710
+ msgstr "Abilita gli shortcode nei widget. Per impostazione predefinita, WordPress non abilita gli shortcode nei widget."
711
+
712
+ #: library/plugin-settings.php:1128
713
+ msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
714
+ msgstr "Questa impostazione abilita alcuni / tutti i codici di accesso nei widget (anche codici brevi da altri plugin)."
715
+
716
+ #: library/plugin-settings.php:1133 library/plugin-settings.php:1138
717
+ msgid "Categories"
718
+ msgstr "categorie"
719
+
720
+ #: library/plugin-settings.php:1141
721
+ msgid "Select which categories may be assigned to submitted posts (click to toggle)"
722
+ msgstr "Seleziona le categorie che possono essere assegnate ai post inviati (clicca per attivare)"
723
+
724
+ #: library/plugin-settings.php:1149
725
+ msgid "Hidden/Default Category"
726
+ msgstr "Categoria nascosta / predefinita"
727
+
728
+ #: library/plugin-settings.php:1151
729
+ msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
730
+ msgstr "Utilizza un campo nascosto per la categoria di post. Questo può essere usato per specificare una categoria predefinita quando il campo categoria è disabilitato."
731
+
732
+ #: library/plugin-settings.php:1154
733
+ msgid "Category ID for Hidden Field"
734
+ msgstr "ID categoria per campo nascosto"
735
+
736
+ #: library/plugin-settings.php:1156
737
+ msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
738
+ msgstr "Specifica l'ID della categoria da utilizzare per & ldquo; Categoria nascosta / predefinita & rdquo; opzione."
739
+
740
+ #: library/plugin-settings.php:1161
741
+ msgid "Users"
742
+ msgstr "utenti"
743
+
744
+ #: library/plugin-settings.php:1166
745
+ msgid "Assigned Author"
746
+ msgstr "Autore assegnato"
747
+
748
+ #: library/plugin-settings.php:1169
749
+ msgid "Specify the user that should be assigned as author for submitted posts."
750
+ msgstr "Specifica l'utente che deve essere assegnato come autore per i post inviati."
751
+
752
+ #: library/plugin-settings.php:1173
753
+ msgid "Registered Username"
754
+ msgstr "Nome utente registrato"
755
+
756
+ #: library/plugin-settings.php:1175
757
+ msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
758
+ msgstr "Usa nome utente registrato come autore post. Valido quando la persona che invia il modulo è connesso a WordPress."
759
+
760
+ #: library/plugin-settings.php:1178
761
+ msgid "User Profile URL"
762
+ msgstr "URL del profilo utente"
763
+
764
+ #: library/plugin-settings.php:1180
765
+ msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
766
+ msgstr "Usa l'URL del profilo utente registrato come valore del campo URL. Valido quando la persona che invia il modulo è connesso a WordPress."
767
+
768
+ #: library/plugin-settings.php:1183
769
+ msgid "Require User Login"
770
+ msgstr "Richiedi accesso utente"
771
+
772
+ #: library/plugin-settings.php:1185
773
+ msgid "Require users to be logged in to WordPress to view/submit the form"
774
+ msgstr "Richiedere agli utenti di accedere a WordPress per visualizzare / inviare il modulo"
775
+
776
+ #: library/plugin-settings.php:1188
777
+ msgid "Disable Replace Author"
778
+ msgstr "Disabilita Sostituisci autore"
779
+
780
+ #: library/plugin-settings.php:1190
781
+ msgid "Do not replace post author with submitted user name"
782
+ msgstr "Non sostituire l'autore del post con il nome utente inviato"
783
+
784
+ #: library/plugin-settings.php:1196
785
+ msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
786
+ msgstr "Qui puoi cambiare il nome e l'etichetta usati dal campo personalizzato. È possibile abilitare questo campo tramite l'impostazione Campi modulo, sopra."
787
+
788
+ #: library/plugin-settings.php:1201
789
+ msgid "Custom Field Name"
790
+ msgstr "Nome campo personalizzato"
791
+
792
+ #: library/plugin-settings.php:1203
793
+ msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
794
+ msgstr "Utilizzare solo caratteri alfanumerici, caratteri di sottolineatura e trattini. Se non sei sicuro, usa il nome predefinito:"
795
+
796
+ #: library/plugin-settings.php:1206
797
+ msgid "Custom Field Label"
798
+ msgstr "Etichetta di campo personalizzata"
799
+
800
+ #: library/plugin-settings.php:1208
801
+ msgid "This will be displayed as the field label on the form. Default: Custom Field"
802
+ msgstr "Questo verrà visualizzato come l'etichetta del campo sul modulo. Predefinito: campo personalizzato"
803
+
804
+ #: library/plugin-settings.php:1220
805
+ msgid "To prevent spam, enter a question that users must answer before submitting the form."
806
+ msgstr "Per prevenire lo spam, inserisci una domanda a cui gli utenti devono rispondere prima di inviare il modulo."
807
+
808
+ #: library/plugin-settings.php:1223
809
+ msgid "Challenge Response"
810
+ msgstr "Risposta alla sfida"
811
+
812
+ #: library/plugin-settings.php:1225
813
+ msgid "Enter the *only* correct answer to the challenge question."
814
+ msgstr "Inserisci la * sola * risposta corretta alla domanda di sfida."
815
+
816
+ #: library/plugin-settings.php:1228
817
+ msgid "Case-sensitivity"
818
+ msgstr "Case-sensibilità"
819
+
820
+ #: library/plugin-settings.php:1230
821
+ msgid "Check this box if you want the challenge response to be case-sensitive."
822
+ msgstr "Selezionare questa casella se si desidera che la risposta alla verifica sia sensibile al maiuscolo / minuscolo."
823
+
824
+ #: library/plugin-settings.php:1236
825
+ msgid "To enable Google reCAPTCHA, enter your public and private keys."
826
+ msgstr "Per abilitare Google reCAPTCHA, inserisci le tue chiavi pubbliche e private."
827
+
828
+ #: library/plugin-settings.php:1241
829
+ msgid "Public Key"
830
+ msgstr "Chiave pubblica"
831
+
832
+ #: library/plugin-settings.php:1243
833
+ msgid "Enter your Public Key"
834
+ msgstr "Inserisci la tua chiave pubblica"
835
+
836
+ #: library/plugin-settings.php:1246
837
+ msgid "Private Key"
838
+ msgstr "Chiave privata"
839
+
840
+ #: library/plugin-settings.php:1248
841
+ msgid "Enter your Private Key"
842
+ msgstr "Inserisci la tua chiave privata"
843
+
844
+ #: library/plugin-settings.php:1253
845
+ msgid "Email Alerts"
846
+ msgstr "Avvisi via email"
847
+
848
+ #: library/plugin-settings.php:1258
849
+ msgid "Receive Email Alert"
850
+ msgstr "Ricevi avviso via email"
851
+
852
+ #: library/plugin-settings.php:1260
853
+ msgid "Check this box if you want to be notified via email for new post submissions."
854
+ msgstr "Seleziona questa casella se vuoi essere avvisato via email per i nuovi post inviati."
855
+
856
+ #: library/plugin-settings.php:1263
857
+ msgid "Enable HTML Format"
858
+ msgstr "Abilita il formato HTML"
859
+
860
+ #: library/plugin-settings.php:1265
861
+ msgid "Check this box to enable HTML format for email alerts."
862
+ msgstr "Seleziona questa casella per abilitare il formato HTML per gli avvisi e-mail."
863
+
864
+ #: library/plugin-settings.php:1268
865
+ msgid "Email Address for Alerts"
866
+ msgstr "Indirizzo email per avvisi"
867
+
868
+ #: library/plugin-settings.php:1270
869
+ msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
870
+ msgstr "Se hai selezionato la casella per ricevere avvisi via email, indica qui l'indirizzo (i) a cui inviare le email."
871
+
872
+ #: library/plugin-settings.php:1271
873
+ msgid "Multiple recipients may be included using a comma, like so:"
874
+ msgstr "Più destinatari possono essere inclusi usando una virgola, in questo modo:"
875
+
876
+ #: library/plugin-settings.php:1274
877
+ msgid "Email &ldquo;From&rdquo; Address"
878
+ msgstr "Email & ldquo; Da & rdquo; Indirizzo"
879
+
880
+ #: library/plugin-settings.php:1276
881
+ msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
882
+ msgstr "Qui puoi personalizzare l'indirizzo (i) utilizzato per & ldquo; Da & rdquo; intestazione (vedi domande frequenti sui plugin per informazioni)."
883
+
884
+ #: library/plugin-settings.php:1277
885
+ msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
886
+ msgstr "Se nell'impostazione precedente sono specificati più indirizzi, includi un numero uguale di & ldquo; Da & rdquo; indirizzi per questa impostazione (nello stesso ordine)."
887
+
888
+ #: library/plugin-settings.php:1280
889
+ msgid "Email Alert Subject"
890
+ msgstr "Oggetto di avviso via email"
891
+
892
+ #: library/plugin-settings.php:1282
893
+ msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
894
+ msgstr "Riga dell'oggetto per gli avvisi e-mail. Lascia vuoto per utilizzare la riga dell'oggetto predefinita. Nota: è possibile utilizzare le seguenti variabili:"
895
+
896
+ #: library/plugin-settings.php:1287
897
+ msgid "Email Alert Message"
898
+ msgstr "Messaggio di avviso via email"
899
+
900
+ #: library/plugin-settings.php:1289
901
+ msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
902
+ msgstr "Messaggio per avvisi e-mail. Lascia vuoto per utilizzare il messaggio predefinito. Nota: è possibile utilizzare le seguenti variabili:"
903
+
904
+ #: library/plugin-settings.php:1301
905
+ msgid "Featured Image"
906
+ msgstr "Immagine in primo piano"
907
+
908
+ #: library/plugin-settings.php:1303
909
+ msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
910
+ msgstr "Imposta le immagini inviate come immagini in primo piano. Richiede supporto a tema per le immagini in primo piano (aka Post Thumbnails)."
911
+
912
+ #: library/plugin-settings.php:1306
913
+ msgid "Upload Message"
914
+ msgstr "Carica messaggio"
915
+
916
+ #: library/plugin-settings.php:1308
917
+ msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
918
+ msgstr "Messaggio che appare accanto al campo di caricamento. Utile per dichiarare le linee guida / le politiche di caricamento / ecc. Markup di base consentito."
919
+
920
+ #: library/plugin-settings.php:1311
921
+ msgid "&ldquo;Add another image&rdquo; link"
922
+ msgstr "& ldquo; Aggiungi un'altra immagine & rdquo; collegamento"
923
+
924
+ #: library/plugin-settings.php:1313
925
+ msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
926
+ msgstr "Marcatura personalizzata per & ldquo; Aggiungi un'altra immagine & rdquo; collegamento. Lascia vuoto per utilizzare il markup predefinito (consigliato)."
927
+
928
+ #: library/plugin-settings.php:1316
929
+ msgid "Minimum number of images"
930
+ msgstr "Numero minimo di immagini"
931
+
932
+ #: library/plugin-settings.php:1319
933
+ msgid "Specify the minimum number of images."
934
+ msgstr "Specifica il numero minimo di immagini."
935
+
936
+ #: library/plugin-settings.php:1323
937
+ msgid "Maximum number of images"
938
+ msgstr "Numero massimo di immagini"
939
+
940
+ #: library/plugin-settings.php:1326
941
+ msgid "Specify the maximum number of images."
942
+ msgstr "Specifica il numero massimo di immagini."
943
+
944
+ #: library/plugin-settings.php:1330
945
+ msgid "Minimum image width"
946
+ msgstr "Larghezza minima dell'immagine"
947
+
948
+ #: library/plugin-settings.php:1332
949
+ msgid "Specify a minimum width (in pixels) for uploaded images."
950
+ msgstr "Specificare una larghezza minima (in pixel) per le immagini caricate."
951
+
952
+ #: library/plugin-settings.php:1335
953
+ msgid "Minimum image height"
954
+ msgstr "Altezza minima dell'immagine"
955
+
956
+ #: library/plugin-settings.php:1337
957
+ msgid "Specify a minimum height (in pixels) for uploaded images."
958
+ msgstr "Specifica un'altezza minima (in pixel) per le immagini caricate."
959
+
960
+ #: library/plugin-settings.php:1340
961
+ msgid "Maximum image width"
962
+ msgstr "Massima larghezza dell'immagine"
963
+
964
+ #: library/plugin-settings.php:1342
965
+ msgid "Specify a maximum width (in pixels) for uploaded images."
966
+ msgstr "Specificare una larghezza massima (in pixel) per le immagini caricate."
967
+
968
+ #: library/plugin-settings.php:1345
969
+ msgid "Maximum image height"
970
+ msgstr "Altezza massima dell'immagine"
971
+
972
+ #: library/plugin-settings.php:1347
973
+ msgid "Specify a maximum height (in pixels) for uploaded images."
974
+ msgstr "Specifica un'altezza massima (in pixel) per le immagini caricate."
975
+
976
+ #: library/plugin-settings.php:1350
977
+ msgid "More Options"
978
+ msgstr "Più opzioni"
979
+
980
+ #: library/plugin-settings.php:1353
981
+ msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
982
+ msgstr "Per ulteriori opzioni, come la possibilità di caricare altri tipi di file (come PDF, Word, Zip, video e altro), controlla"
983
+
984
+ #: library/plugin-settings.php:1354
985
+ msgid "Go Pro!"
986
+ msgstr "Vai Pro!"
987
+
988
+ #: library/plugin-settings.php:1361
989
+ msgid "Auto-Display Content"
990
+ msgstr "Visualizzazione automatica del contenuto"
991
+
992
+ #: library/plugin-settings.php:1366
993
+ msgid "Images Auto-Display"
994
+ msgstr "Visualizzazione automatica delle immagini"
995
+
996
+ #: library/plugin-settings.php:1368
997
+ msgid "Auto-display user-submitted images:"
998
+ msgstr "Mostra automaticamente le immagini inviate dagli utenti:"
999
+
1000
+ #: library/plugin-settings.php:1373
1001
+ msgid "Image Markup"
1002
+ msgstr "Markup delle immagini"
1003
+
1004
+ #: library/plugin-settings.php:1375
1005
+ msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1006
+ msgstr "Markup da utilizzare per ciascuna immagine inviata (quando è abilitata la visualizzazione automatica). Poter usare"
1007
+
1008
+ #: library/plugin-settings.php:1377 library/plugin-settings.php:1390
1009
+ #: library/plugin-settings.php:1403 library/plugin-settings.php:1416
1010
+ msgid "and"
1011
+ msgstr "e"
1012
+
1013
+ #: library/plugin-settings.php:1380
1014
+ msgid "Email Auto-Display"
1015
+ msgstr "Email display automatico"
1016
+
1017
+ #: library/plugin-settings.php:1382
1018
+ msgid "Auto-display user-submitted email:"
1019
+ msgstr "Mostra automaticamente l'email inviata dall'utente:"
1020
+
1021
+ #: library/plugin-settings.php:1387
1022
+ msgid "Email Markup"
1023
+ msgstr "Email Markup"
1024
+
1025
+ #: library/plugin-settings.php:1389
1026
+ msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1027
+ msgstr "Markup da utilizzare per l'indirizzo email inviato (quando è abilitata la visualizzazione automatica). Poter usare"
1028
+
1029
+ #: library/plugin-settings.php:1393
1030
+ msgid "URL Auto-Display"
1031
+ msgstr "Visualizzazione automatica dell'URL"
1032
+
1033
+ #: library/plugin-settings.php:1395
1034
+ msgid "Auto-display user-submitted URL:"
1035
+ msgstr "Mostra automaticamente l'URL inviato dall'utente:"
1036
+
1037
+ #: library/plugin-settings.php:1400
1038
+ msgid "URL Markup"
1039
+ msgstr "Markup URL"
1040
+
1041
+ #: library/plugin-settings.php:1402
1042
+ msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1043
+ msgstr "Markup da utilizzare per l'URL inviato (quando è abilitata la visualizzazione automatica). Poter usare"
1044
+
1045
+ #: library/plugin-settings.php:1406
1046
+ msgid "Custom Field Auto-Display"
1047
+ msgstr "Visualizzazione automatica campo personalizzato"
1048
+
1049
+ #: library/plugin-settings.php:1408
1050
+ msgid "Auto-display user-submitted Custom Field:"
1051
+ msgstr "Mostra automaticamente campo personalizzato inviato dall'utente:"
1052
+
1053
+ #: library/plugin-settings.php:1413
1054
+ msgid "Custom Field Markup"
1055
+ msgstr "Markup di campo personalizzato"
1056
+
1057
+ #: library/plugin-settings.php:1415
1058
+ msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1059
+ msgstr "Markup da utilizzare per il campo personalizzato inviato (quando è abilitata la visualizzazione automatica). Poter usare"
1060
+
1061
+ #: library/plugin-settings.php:1421 library/plugin-settings.php:1497
1062
+ msgid "Save Settings"
1063
+ msgstr "Salva le impostazioni"
1064
+
1065
+ #: library/plugin-settings.php:1426
1066
+ msgid "Display the Form"
1067
+ msgstr "Visualizza il modulo"
1068
+
1069
+ #: library/plugin-settings.php:1429
1070
+ msgid "Post-Submit Form"
1071
+ msgstr "Modulo di invio post"
1072
+
1073
+ #: library/plugin-settings.php:1430
1074
+ msgid "USP enables you to display a post-submission form anywhere on your site."
1075
+ msgstr "USP ti consente di visualizzare un modulo di post-invio ovunque sul tuo sito."
1076
+
1077
+ #: library/plugin-settings.php:1431 library/plugin-settings.php:1438
1078
+ msgid "Use the shortcode to display the form on any WP Post or Page:"
1079
+ msgstr "Utilizzare lo shortcode per visualizzare il modulo su qualsiasi post o pagina WP:"
1080
+
1081
+ #: library/plugin-settings.php:1433 library/plugin-settings.php:1440
1082
+ msgid "Or, use the template tag to display the form anywhere in your theme template:"
1083
+ msgstr "In alternativa, utilizza il tag modello per visualizzare il modulo in qualsiasi punto del modello di tema:"
1084
+
1085
+ #: library/plugin-settings.php:1436
1086
+ msgid "Login/Register Form"
1087
+ msgstr "Login / Registrati Form"
1088
+
1089
+ #: library/plugin-settings.php:1437
1090
+ msgid "You also can display a form that enables users to log in, register, or reset their password."
1091
+ msgstr "È inoltre possibile visualizzare un modulo che consente agli utenti di accedere, registrare o reimpostare la propria password."
1092
+
1093
+ #: library/plugin-settings.php:1443
1094
+ msgid "Display Submitted Posts"
1095
+ msgstr "Mostra i post inviati"
1096
+
1097
+ #: library/plugin-settings.php:1444
1098
+ msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1099
+ msgstr "Utilizzare questo shortcode per visualizzare un elenco di post inviati su qualsiasi post o pagina WP:"
1100
+
1101
+ #: library/plugin-settings.php:1446
1102
+ msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1103
+ msgstr "In alternativa, utilizza il tag modello per visualizzare un elenco di post inviati in qualsiasi punto del modello del tema:"
1104
+
1105
+ #: library/plugin-settings.php:1448
1106
+ msgid "Here are some examples showing how to configure this shortcode:"
1107
+ msgstr "Ecco alcuni esempi che mostrano come configurare questo shortcode:"
1108
+
1109
+ #: library/plugin-settings.php:1455
1110
+ msgid "Reset Form Button"
1111
+ msgstr "Ripristina pulsante modulo"
1112
+
1113
+ #: library/plugin-settings.php:1456
1114
+ msgid "This shortcode displays a link that resets the form to its original state:"
1115
+ msgstr "Questo shortcode visualizza un collegamento che ripristina il modulo al suo stato originale:"
1116
+
1117
+ #: library/plugin-settings.php:1458
1118
+ msgid "This shortcode accepts the following attributes:"
1119
+ msgstr "Questo shortcode accetta i seguenti attributi:"
1120
+
1121
+ #: library/plugin-settings.php:1463
1122
+ msgid "Note that the url attribute accepts"
1123
+ msgstr "Si noti che l'attributo url accetta"
1124
+
1125
+ #: library/plugin-settings.php:1463
1126
+ msgid "to get the current URL."
1127
+ msgstr "per ottenere l'URL corrente."
1128
+
1129
+ #: library/plugin-settings.php:1465
1130
+ msgid "Access Control"
1131
+ msgstr "Controllo di accesso"
1132
+
1133
+ #: library/plugin-settings.php:1466
1134
+ msgid "USP provides three shortcodes to control access and restrict content."
1135
+ msgstr "USP fornisce tre shortcode per controllare l'accesso e limitare il contenuto."
1136
+
1137
+ #: library/plugin-settings.php:1467
1138
+ msgid "Display content only to users with a specific capability:"
1139
+ msgstr "Visualizza il contenuto solo agli utenti con una capacità specifica:"
1140
+
1141
+ #: library/plugin-settings.php:1469
1142
+ msgid "Display content to logged-in users:"
1143
+ msgstr "Visualizza il contenuto per gli utenti che hanno effettuato l'accesso:"
1144
+
1145
+ #: library/plugin-settings.php:1471
1146
+ msgid "Display content to visitors only:"
1147
+ msgstr "Mostra solo contenuti ai visitatori:"
1148
+
1149
+ #: library/plugin-settings.php:1473
1150
+ msgid "Tip:"
1151
+ msgstr "Mancia:"
1152
+
1153
+ #: library/plugin-settings.php:1473
1154
+ msgid "to include markup in the deny message, you can use"
1155
+ msgstr "per includere il markup nel messaggio di negazione, puoi usare"
1156
+
1157
+ #: library/plugin-settings.php:1473
1158
+ msgid "to output"
1159
+ msgstr "per l'output"
1160
+
1161
+ #: library/plugin-settings.php:1475
1162
+ msgid "Example"
1163
+ msgstr "Esempio"
1164
+
1165
+ #: library/plugin-settings.php:1476
1166
+ msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1167
+ msgstr "Se l'utente ha effettuato l'accesso, visualizza il modulo di post-invio; oppure se l'utente non ha effettuato l'accesso, visualizza il modulo di accesso:"
1168
+
1169
+ #: library/plugin-settings.php:1488
1170
+ msgid "Restore Defaults"
1171
+ msgstr "Ripristina i valori predefiniti"
1172
+
1173
+ #: library/plugin-settings.php:1491
1174
+ msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1175
+ msgstr "Lasciare questa opzione disabilitata per ricordare le tue impostazioni. Oppure, per andare avanti e ripristinare le opzioni di plug-in predefinite: selezionare la casella, salvare le impostazioni e quindi disattivare / riattivare il plug-in."
1176
+
1177
+ #: library/plugin-settings.php:1495
1178
+ msgid "Restore default options upon plugin deactivation/reactivation."
1179
+ msgstr "Ripristina le opzioni predefinite al momento della disattivazione / riattivazione del plug-in."
1180
+
1181
+ #: library/plugin-settings.php:1502
1182
+ msgid "Show Support"
1183
+ msgstr "Mostra supporto"
1184
+
1185
+ #: library/plugin-settings.php:1511
1186
+ msgid "by"
1187
+ msgstr "di"
1188
+
1189
+ #: library/plugin-settings.php:1512
1190
+ msgid "Jeff Starr on Twitter"
1191
+ msgstr "Jeff Starr su Twitter"
1192
+
1193
+ #: library/plugin-settings.php:1513
1194
+ msgid "Obsessive Web Design &amp; Development"
1195
+ msgstr "Obsessive Web Design & amp; Sviluppo"
1196
+
1197
+ #: library/plugin-settings.php:1524
1198
+ msgid "Save Preference"
1199
+ msgstr "Salva preferenza"
1200
+
1201
+ #: library/plugin-settings.php:1531
1202
+ msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1203
+ msgstr "Sei sicuro di voler ripristinare tutte le opzioni predefinite? (questa azione non può essere annullata)"
1204
+
1205
+ #: library/support-panel.php:52
1206
+ msgid "Perishable Press Books"
1207
+ msgstr "Libri di stampa deperibili"
1208
+
1209
+ #: library/support-panel.php:53
1210
+ msgid "Plugin Planet"
1211
+ msgstr "Plugin Planet"
1212
+
1213
+ #: library/support-panel.php:54
1214
+ msgid "Donate via PayPal"
1215
+ msgstr "Dona tramite PayPal"
1216
+
1217
+ #: library/support-panel.php:56
1218
+ msgid "books"
1219
+ msgstr "libri"
1220
+
1221
+ #: library/support-panel.php:57
1222
+ msgid "plugins"
1223
+ msgstr "plugins"
1224
+
1225
+ #: library/support-panel.php:58
1226
+ msgid "donation"
1227
+ msgstr "donazione"
1228
+
1229
+ #: library/support-panel.php:60
1230
+ msgid "Thank you for using"
1231
+ msgstr "Grazie per averlo usato"
1232
+
1233
+ #: library/support-panel.php:61
1234
+ msgid "Please show support by purchasing one of my"
1235
+ msgstr "Si prega di mostrare supporto acquistando uno dei miei"
1236
+
1237
+ #: library/support-panel.php:62
1238
+ msgid "or"
1239
+ msgstr "o"
1240
+
1241
+ #: library/support-panel.php:62
1242
+ msgid "or by making a"
1243
+ msgstr "o facendo un"
1244
+
1245
+ #: library/support-panel.php:63
1246
+ msgid "Your generous support helps to ensure future development of"
1247
+ msgstr "Il tuo generoso supporto aiuta a garantire lo sviluppo futuro di"
1248
+
1249
+ #: library/support-panel.php:64
1250
+ msgid "and is greatly appreciated."
1251
+ msgstr "ed è molto apprezzato"
1252
+
1253
+ #: library/support-panel.php:66
1254
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1255
+ msgstr "La donazione di qualsiasi dimensione mi aiuta a continuare a sviluppare questo plugin gratuito e altre fantastiche risorse WordPress."
1256
+
1257
+ #. Description of the plugin
1258
+ #:
1259
+ msgid "Enables your visitors to submit posts and images from anywhere on your site."
1260
+ msgstr "Permette ai tuoi visitatori di inviare post e immagini da qualsiasi luogo sul tuo sito."
1261
+
1262
+ #. URI of the plugin
1263
+ #:
1264
+ msgid "https://perishablepress.com/user-submitted-posts/"
1265
+ msgstr "https://perishablepress.com/user-submitted-posts/"
1266
+
1267
+ #. Author of the plugin
1268
+ #:
1269
+ msgid "Jeff Starr"
1270
+ msgstr "Jeff Starr"
1271
+
1272
+ #. Author URI of the plugin
1273
+ #:
1274
+ msgid "https://plugin-planet.com/"
1275
+ msgstr "https://plugin-planet.com/"
1276
+
trunk/languages/usp-ja.mo ADDED
Binary file
trunk/languages/usp-ja.po ADDED
@@ -0,0 +1,1276 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "MIME-Version: 1.0\n"
4
+ "Content-Type: text/plain; charset=UTF-8\n"
5
+ "Content-Transfer-Encoding: 8bit\n"
6
+ "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20180316\n"
8
+ "Language: ja\n"
9
+
10
+ #. Name of the plugin
11
+ #: user-submitted-posts.php:44 library/support-panel.php:5
12
+ msgid "User Submitted Posts"
13
+ msgstr "ユーザーが投稿した投稿"
14
+
15
+ #: user-submitted-posts.php:81
16
+ msgid "requires WordPress "
17
+ msgstr "ワードプレスが必要"
18
+
19
+ #: user-submitted-posts.php:82
20
+ msgid " or higher, and has been deactivated! "
21
+ msgstr " またはそれ以上であり、停止されている!"
22
+
23
+ #: user-submitted-posts.php:83
24
+ msgid "Please return to the"
25
+ msgstr "あなたに戻ってください"
26
+
27
+ #: user-submitted-posts.php:84
28
+ msgid "WordPress Admin Area"
29
+ msgstr "ワードプレス管理エリア"
30
+
31
+ #: user-submitted-posts.php:85
32
+ msgid "to upgrade WordPress and try again."
33
+ msgstr "WordPressをアップグレードしてもう一度やり直してください。"
34
+
35
+ #: user-submitted-posts.php:125
36
+ msgid "User Submitted Post"
37
+ msgstr "ユーザーが投稿した投稿"
38
+
39
+ #: user-submitted-posts.php:419
40
+ msgid "User Submitted Post Info"
41
+ msgstr "ユーザーが投稿した投稿情報"
42
+
43
+ #: user-submitted-posts.php:449
44
+ msgid "Submitter Name: "
45
+ msgstr "投稿者名:"
46
+
47
+ #: user-submitted-posts.php:450
48
+ msgid "Submitter Email: "
49
+ msgstr "投稿者メール:"
50
+
51
+ #: user-submitted-posts.php:451
52
+ msgid "Submitter URL: "
53
+ msgstr "投稿者URL:"
54
+
55
+ #: user-submitted-posts.php:452
56
+ msgid "Submitter IP: "
57
+ msgstr "提出者IP:"
58
+
59
+ #: user-submitted-posts.php:503
60
+ msgid "Show USP Posts"
61
+ msgstr "USPの投稿を表示"
62
+
63
+ #: user-submitted-posts.php:504 library/plugin-settings.php:979
64
+ msgid "USP"
65
+ msgstr "USP"
66
+
67
+ #: user-submitted-posts.php:1272
68
+ msgid " files required"
69
+ msgstr " 必要なファイル"
70
+
71
+ #: user-submitted-posts.php:1273
72
+ msgid " file required"
73
+ msgstr " ファイルが必要です"
74
+
75
+ #: user-submitted-posts.php:1275
76
+ msgid " files"
77
+ msgstr " ファイル"
78
+
79
+ #: user-submitted-posts.php:1276
80
+ msgid " file"
81
+ msgstr " ファイル"
82
+
83
+ #: user-submitted-posts.php:1278 user-submitted-posts.php:1279
84
+ #: user-submitted-posts.php:1280 user-submitted-posts.php:1281
85
+ msgid " pixels"
86
+ msgstr " ピクセル"
87
+
88
+ #: user-submitted-posts.php:1283 library/core-functions.php:215
89
+ #: library/plugin-settings.php:284 library/plugin-settings.php:303
90
+ #: library/plugin-settings.php:701 library/plugin-settings.php:1195
91
+ msgid "Custom Field"
92
+ msgstr "カスタムフィールド"
93
+
94
+ #: user-submitted-posts.php:1286
95
+ msgid "An error occurred. Please go back and try again."
96
+ msgstr "エラーが発生しました。戻ってもう一度やり直してください。"
97
+
98
+ #: user-submitted-posts.php:1296
99
+ msgid "User login required"
100
+ msgstr "ユーザーログインが必要です"
101
+
102
+ #: user-submitted-posts.php:1297
103
+ msgid "User name required"
104
+ msgstr "ユーザー名が必要です"
105
+
106
+ #: user-submitted-posts.php:1298
107
+ msgid "Post title required"
108
+ msgstr "投稿のタイトルが必要です"
109
+
110
+ #: user-submitted-posts.php:1299
111
+ msgid "User URL required"
112
+ msgstr "ユーザーのURLが必要です"
113
+
114
+ #: user-submitted-posts.php:1300
115
+ msgid "Post tags required"
116
+ msgstr "投稿タグが必要です"
117
+
118
+ #: user-submitted-posts.php:1301
119
+ msgid "Post category required"
120
+ msgstr "投稿カテゴリが必要です"
121
+
122
+ #: user-submitted-posts.php:1302
123
+ msgid "Post content required"
124
+ msgstr "投稿内容が必要です"
125
+
126
+ #: user-submitted-posts.php:1303 user-submitted-posts.php:1304
127
+ msgid "Correct captcha required"
128
+ msgstr "正しいキャプチャが必要です"
129
+
130
+ #: user-submitted-posts.php:1305
131
+ msgid "User email required"
132
+ msgstr "ユーザーメールが必要です"
133
+
134
+ #: user-submitted-posts.php:1306
135
+ msgid "Please check your email and try again"
136
+ msgstr "メールを確認してもう一度お試しください"
137
+
138
+ #: user-submitted-posts.php:1307
139
+ msgid "Non-empty value for hidden field"
140
+ msgstr "隠しフィールドの空でない値"
141
+
142
+ #: user-submitted-posts.php:1308
143
+ msgid "Minimum number of images not met"
144
+ msgstr "会わない画像の最小枚数"
145
+
146
+ #: user-submitted-posts.php:1309
147
+ msgid "Maximum number of images exceeded "
148
+ msgstr "画像の最大枚数を超えました"
149
+
150
+ #: user-submitted-posts.php:1310
151
+ msgid "Minimum image width not met"
152
+ msgstr "最小画像幅が満たされない"
153
+
154
+ #: user-submitted-posts.php:1311
155
+ msgid "Image width exceeds maximum"
156
+ msgstr "画像の幅が最大値を超える"
157
+
158
+ #: user-submitted-posts.php:1312
159
+ msgid "Minimum image height not met"
160
+ msgstr "最小画像の高さが満たされない"
161
+
162
+ #: user-submitted-posts.php:1313
163
+ msgid "Image height exceeds maximum"
164
+ msgstr "画像の高さが最大値を超える"
165
+
166
+ #: user-submitted-posts.php:1314
167
+ msgid "File type not allowed (please upload images only)"
168
+ msgstr "ファイルの種類は許可されていません(画像のみをアップロードしてください)"
169
+
170
+ #: user-submitted-posts.php:1315
171
+ msgid " required"
172
+ msgstr " 必須"
173
+
174
+ #: user-submitted-posts.php:1319
175
+ msgid "File not uploaded. Please check the file and try again."
176
+ msgstr "ファイルがアップロードされていません。ファイルを確認してから、もう一度お試しください。"
177
+
178
+ #: user-submitted-posts.php:1323
179
+ msgid "The file(s) could not be uploaded"
180
+ msgstr "ファイルをアップロードできませんでした"
181
+
182
+ #: user-submitted-posts.php:1325
183
+ msgid "Post not created. Please contact the site administrator for help."
184
+ msgstr "投稿は作成されません。ヘルプについては、サイト管理者にお問い合わせください。"
185
+
186
+ #: user-submitted-posts.php:1326
187
+ msgid "Duplicate post title. Please try again."
188
+ msgstr "重複する投稿のタイトル。もう一度お試しください。"
189
+
190
+ #: user-submitted-posts.php:1336
191
+ msgid "Error: "
192
+ msgstr "エラー:"
193
+
194
+ #: user-submitted-posts.php:1362
195
+ msgid "Return to form"
196
+ msgstr "フォームに戻る"
197
+
198
+ #: user-submitted-posts.php:1392 library/plugin-settings.php:955
199
+ msgid "Please"
200
+ msgstr "お願いします"
201
+
202
+ #: user-submitted-posts.php:1393
203
+ msgid "log in"
204
+ msgstr "ログイン"
205
+
206
+ #: user-submitted-posts.php:1394
207
+ msgid "to submit content!"
208
+ msgstr "コンテンツを提出する!"
209
+
210
+ #: views/submission-form.php:46 views/submission-form-alt.php:55
211
+ msgid "Please complete the required fields."
212
+ msgstr "必要なフィールドを入力してください。"
213
+
214
+ #: views/submission-form.php:56 views/submission-form.php:57
215
+ #: views/submission-form-alt.php:61 views/submission-form-alt.php:62
216
+ msgid "Your Name"
217
+ msgstr "あなたの名前"
218
+
219
+ #: views/submission-form.php:62 views/submission-form.php:63
220
+ #: views/submission-form-alt.php:67 views/submission-form-alt.php:68
221
+ msgid "Your URL"
222
+ msgstr "あなたのURL"
223
+
224
+ #: views/submission-form.php:68 views/submission-form.php:69
225
+ #: views/submission-form-alt.php:73 views/submission-form-alt.php:74
226
+ msgid "Your Email"
227
+ msgstr "あなたのメールアドレス"
228
+
229
+ #: views/submission-form.php:74 views/submission-form.php:75
230
+ #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
+ #: library/plugin-settings.php:1016
232
+ msgid "Post Title"
233
+ msgstr "記事のタイトル"
234
+
235
+ #: views/submission-form.php:80 views/submission-form.php:81
236
+ #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
+ #: library/plugin-settings.php:1017
238
+ msgid "Post Tags"
239
+ msgstr "投稿タグ"
240
+
241
+ #: views/submission-form.php:93 views/submission-form-alt.php:98
242
+ msgid "Antispam Question"
243
+ msgstr "スパム対策の質問"
244
+
245
+ #: views/submission-form.php:98 views/submission-form-alt.php:103
246
+ #: library/plugin-settings.php:1018
247
+ msgid "Post Category"
248
+ msgstr "投稿カテゴリ"
249
+
250
+ #: views/submission-form.php:100 views/submission-form-alt.php:105
251
+ msgid "Please select a category.."
252
+ msgstr "カテゴリを選択してください.."
253
+
254
+ #: views/submission-form.php:135 views/submission-form.php:136
255
+ #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
+ #: library/plugin-settings.php:1019
257
+ msgid "Post Content"
258
+ msgstr "投稿の内容"
259
+
260
+ #: views/submission-form.php:142 views/submission-form-alt.php:147
261
+ msgid "Verification"
262
+ msgstr "検証"
263
+
264
+ #: views/submission-form.php:149 views/submission-form-alt.php:154
265
+ msgid "Upload an Image"
266
+ msgstr "画像をアップロードする"
267
+
268
+ #: views/submission-form.php:158 views/submission-form-alt.php:163
269
+ msgid "Add another image"
270
+ msgstr "別のイメージを追加"
271
+
272
+ #: views/submission-form.php:180 views/submission-form-alt.php:185
273
+ msgid "Human verification: leave this field empty."
274
+ msgstr "人間の検証:このフィールドは空白のままにします。"
275
+
276
+ #: views/submission-form.php:202 views/submission-form-alt.php:207
277
+ msgid "Submit Post"
278
+ msgstr "投稿を投稿する"
279
+
280
+ #: library/shortcode-misc.php:18
281
+ msgid "Reset form"
282
+ msgstr "フォームをリセット"
283
+
284
+ #: library/shortcode-misc.php:128
285
+ msgid "View full post"
286
+ msgstr "完全な投稿を表示"
287
+
288
+ #: library/plugin-settings.php:32
289
+ msgid "Get USP Pro for unlimited forms!"
290
+ msgstr "無制限のフォームでUSP Proを入手しよう!"
291
+
292
+ #: library/plugin-settings.php:33
293
+ msgid "Go Pro"
294
+ msgstr "Go Pro"
295
+
296
+ #: library/plugin-settings.php:37
297
+ msgid "Settings"
298
+ msgstr "設定"
299
+
300
+ #: library/plugin-settings.php:55
301
+ msgid "Give USP a 5-star rating at WordPress.org"
302
+ msgstr "USPにWordPress.orgで5つ星の評価を与える"
303
+
304
+ #: library/plugin-settings.php:56
305
+ msgid "Rate this plugin&nbsp;&raquo;"
306
+ msgstr "このプラグインを評価する&nbsp;&raquo;"
307
+
308
+ #: library/plugin-settings.php:114
309
+ msgid "WP Post (recommended)"
310
+ msgstr "WPポスト(推奨)"
311
+
312
+ #: library/plugin-settings.php:118
313
+ msgid "WP Page"
314
+ msgstr "WPページ"
315
+
316
+ #: library/plugin-settings.php:134
317
+ msgid "HTML5 Form + Default CSS"
318
+ msgstr "HTML5フォーム+デフォルトのCSS"
319
+
320
+ #: library/plugin-settings.php:134
321
+ msgid "(Recommended)"
322
+ msgstr "(推奨)"
323
+
324
+ #: library/plugin-settings.php:138
325
+ msgid "HTML5 Form + Disable CSS"
326
+ msgstr "HTML5フォーム+ CSSを無効にする"
327
+
328
+ #: library/plugin-settings.php:138
329
+ msgid "(Provide your own styles)"
330
+ msgstr "(独自のスタイルを提供する)"
331
+
332
+ #: library/plugin-settings.php:142
333
+ msgid "Custom Form + Custom CSS"
334
+ msgstr "カスタムフォーム+カスタムCSS"
335
+
336
+ #: library/plugin-settings.php:142
337
+ msgid "(Provide your own form template &amp; styles)"
338
+ msgstr "(独自のフォームテンプレートとスタイルを提供する)"
339
+
340
+ #: library/plugin-settings.php:158 library/plugin-settings.php:182
341
+ #: library/plugin-settings.php:205 library/plugin-settings.php:229
342
+ msgid "Auto-display before post content"
343
+ msgstr "投稿後の自動表示"
344
+
345
+ #: library/plugin-settings.php:162 library/plugin-settings.php:186
346
+ #: library/plugin-settings.php:209 library/plugin-settings.php:233
347
+ msgid "Auto-display after post content"
348
+ msgstr "投稿後の自動表示"
349
+
350
+ #: library/plugin-settings.php:166
351
+ msgid "Do not auto-display submitted images"
352
+ msgstr "送信された画像を自動表示しない"
353
+
354
+ #: library/plugin-settings.php:190
355
+ msgid "Do not auto-display submitted email"
356
+ msgstr "送信された電子メールを自動表示しない"
357
+
358
+ #: library/plugin-settings.php:213
359
+ msgid "Do not auto-display submitted URL"
360
+ msgstr "送信されたURLを自動表示しない"
361
+
362
+ #: library/plugin-settings.php:237
363
+ msgid "Do not auto-display the Custom Field"
364
+ msgstr "カスタムフィールドを自動表示しない"
365
+
366
+ #: library/plugin-settings.php:265 library/plugin-settings.php:297
367
+ #: library/plugin-settings.php:330 library/plugin-settings.php:362
368
+ msgid "Display and require"
369
+ msgstr "表示と必要"
370
+
371
+ #: library/plugin-settings.php:266 library/plugin-settings.php:298
372
+ msgid "Display but do not require"
373
+ msgstr "表示は必要ですが必要ありません"
374
+
375
+ #: library/plugin-settings.php:267 library/plugin-settings.php:299
376
+ #: library/plugin-settings.php:331 library/plugin-settings.php:363
377
+ msgid "Disable this field"
378
+ msgstr "このフィールドを無効にする"
379
+
380
+ #: library/plugin-settings.php:302 library/plugin-settings.php:334
381
+ #: library/plugin-settings.php:366 library/plugin-settings.php:398
382
+ msgid "(Visit"
383
+ msgstr "(訪問"
384
+
385
+ #: library/plugin-settings.php:303 library/plugin-settings.php:335
386
+ #: library/plugin-settings.php:367 library/plugin-settings.php:399
387
+ msgid "to configure options)"
388
+ msgstr "オプションを設定する)"
389
+
390
+ #: library/plugin-settings.php:318 library/plugin-settings.php:335
391
+ #: library/plugin-settings.php:1213 library/plugin-settings.php:1218
392
+ msgid "Challenge Question"
393
+ msgstr "チャレンジ質問"
394
+
395
+ #: library/plugin-settings.php:350 library/plugin-settings.php:367
396
+ #: library/plugin-settings.php:1235
397
+ msgid "Google reCAPTCHA"
398
+ msgstr "GoogleのreCAPTCHA"
399
+
400
+ #: library/plugin-settings.php:382
401
+ msgid "Post Images"
402
+ msgstr "投稿画像"
403
+
404
+ #: library/plugin-settings.php:394
405
+ msgid "Display"
406
+ msgstr "表示"
407
+
408
+ #: library/plugin-settings.php:395
409
+ msgid "Disable"
410
+ msgstr "無効にする"
411
+
412
+ #: library/plugin-settings.php:399 library/plugin-settings.php:1296
413
+ msgid "Image Uploads"
414
+ msgstr "画像のアップロード"
415
+
416
+ #: library/plugin-settings.php:479
417
+ msgid "Draft"
418
+ msgstr "ドラフト"
419
+
420
+ #: library/plugin-settings.php:480
421
+ msgid "Pending (default)"
422
+ msgstr "保留中(デフォルト)"
423
+
424
+ #: library/plugin-settings.php:481
425
+ msgid "Publish immediately"
426
+ msgstr "すぐに公開する"
427
+
428
+ #: library/plugin-settings.php:482
429
+ msgid "Publish after 1 approved post"
430
+ msgstr "承認済み投稿1件後に公開"
431
+
432
+ #: library/plugin-settings.php:483
433
+ msgid "Publish after "
434
+ msgstr "後に公開する"
435
+
436
+ #: library/plugin-settings.php:483
437
+ msgid " approved posts"
438
+ msgstr " 承認済みの投稿"
439
+
440
+ #: library/plugin-settings.php:645
441
+ msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
442
+ msgstr "エラーが発生しました。タイトルとコンテンツを追加し、画像のみをアップロードしたことを確認してください。"
443
+
444
+ #: library/plugin-settings.php:659
445
+ msgid "Please select your image(s) to upload."
446
+ msgstr "アップロードする画像を選択してください。"
447
+
448
+ #: library/plugin-settings.php:665
449
+ msgid "Success! Thank you for your submission."
450
+ msgstr "成功!あなたの提出ありがとうございます。"
451
+
452
+ #: library/plugin-settings.php:691
453
+ msgid "Email"
454
+ msgstr "Eメール"
455
+
456
+ #: library/plugin-settings.php:692
457
+ msgid "URL"
458
+ msgstr "URL"
459
+
460
+ #: library/plugin-settings.php:942
461
+ msgid "Toggle all panels"
462
+ msgstr "すべてのパネルを切り替える"
463
+
464
+ #: library/plugin-settings.php:951
465
+ msgid "We need your support!"
466
+ msgstr "あなたのサポートが必要です!"
467
+
468
+ #: library/plugin-settings.php:955
469
+ msgid "Make a donation via PayPal"
470
+ msgstr "PayPalで寄付をする"
471
+
472
+ #: library/plugin-settings.php:955
473
+ msgid "make a donation"
474
+ msgstr "寄付をします"
475
+
476
+ #: library/plugin-settings.php:955
477
+ msgid "and/or"
478
+ msgstr "および/または"
479
+
480
+ #: library/plugin-settings.php:956
481
+ msgid "Rate and review at the Plugin Directory"
482
+ msgstr "プラグインディレクトリの評価とレビュー"
483
+
484
+ #: library/plugin-settings.php:957
485
+ msgid "give this plugin a 5-star rating"
486
+ msgstr "このプラグインに5つ星の評価を与える"
487
+
488
+ #: library/plugin-settings.php:961
489
+ msgid "Your generous support enables continued development of this free plugin. Thank you!"
490
+ msgstr "あなたの寛大なサポートは、この無料のプラグインの継続的な開発を可能にします。ありがとうございました!"
491
+
492
+ #: library/plugin-settings.php:966
493
+ msgid "Check this box if you have shown support"
494
+ msgstr "サポートが表示されている場合は、このチェックボックスをオンにします"
495
+
496
+ #: library/plugin-settings.php:975
497
+ msgid "Overview"
498
+ msgstr "概要"
499
+
500
+ #: library/plugin-settings.php:979
501
+ msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
502
+ msgstr "訪問者はサイトのフロントエンドから投稿を送信して画像をアップロードすることができます。"
503
+
504
+ #: library/plugin-settings.php:980
505
+ msgid "For advanced functionality and unlimited forms, check out"
506
+ msgstr "高度な機能と無制限のフォームについては、"
507
+
508
+ #: library/plugin-settings.php:980 library/plugin-settings.php:1354
509
+ msgid "USP Pro"
510
+ msgstr "USP Pro"
511
+
512
+ #: library/plugin-settings.php:981
513
+ msgid "&mdash; the ultimate solution for user-generated content."
514
+ msgstr "&mdash;ユーザーが作成したコンテンツの究極のソリューションです。"
515
+
516
+ #: library/plugin-settings.php:985 library/plugin-settings.php:1002
517
+ msgid "Plugin Settings"
518
+ msgstr "プラグインの設定"
519
+
520
+ #: library/plugin-settings.php:986
521
+ msgid "Display the form"
522
+ msgstr "フォームを表示する"
523
+
524
+ #: library/plugin-settings.php:987 library/plugin-settings.php:1511
525
+ msgid "Plugin Homepage"
526
+ msgstr "プラグインのホームページ"
527
+
528
+ #: library/plugin-settings.php:990
529
+ msgid "If you like this plugin, please"
530
+ msgstr "このプラグインが好きなら、"
531
+
532
+ #: library/plugin-settings.php:991
533
+ msgid "THANK YOU for your support!"
534
+ msgstr "ご協力ありがとうございます!"
535
+
536
+ #: library/plugin-settings.php:991
537
+ msgid "give it a 5-star rating"
538
+ msgstr "それは5つ星の評価を与える"
539
+
540
+ #: library/plugin-settings.php:995
541
+ msgid "Unlimited front-end forms"
542
+ msgstr "無制限のフロントエンドフォーム"
543
+
544
+ #: library/plugin-settings.php:995
545
+ msgid "Get USP Pro"
546
+ msgstr "USP Proを入手"
547
+
548
+ #: library/plugin-settings.php:1005
549
+ msgid "Configure your settings for User Submitted Posts."
550
+ msgstr "ユーザーが投稿した投稿の設定を行います。"
551
+
552
+ #: library/plugin-settings.php:1007
553
+ msgid "Form Fields"
554
+ msgstr "フォームフィールド"
555
+
556
+ #: library/plugin-settings.php:1013
557
+ msgid "User Name"
558
+ msgstr "ユーザー名"
559
+
560
+ #: library/plugin-settings.php:1014
561
+ msgid "User Email"
562
+ msgstr "ユーザーメール"
563
+
564
+ #: library/plugin-settings.php:1015
565
+ msgid "User URL"
566
+ msgstr "ユーザーのURL"
567
+
568
+ #: library/plugin-settings.php:1030
569
+ msgid "General Settings"
570
+ msgstr "一般設定"
571
+
572
+ #: library/plugin-settings.php:1032
573
+ msgid "Note that the default settings work fine for most cases."
574
+ msgstr "ほとんどの場合、デフォルト設定が正常に動作することに注意してください。"
575
+
576
+ #: library/plugin-settings.php:1037
577
+ msgid "Form Style"
578
+ msgstr "フォームスタイル"
579
+
580
+ #: library/plugin-settings.php:1042
581
+ msgid "With this option, you can copy the plugin&rsquo;s default templates:"
582
+ msgstr "このオプションを使用すると、プラグインのデフォルトのテンプレートをコピーできます。"
583
+
584
+ #: library/plugin-settings.php:1047
585
+ msgid "..and upload them into a directory named"
586
+ msgstr "..そしてそれらをディレクトリにアップロードする"
587
+
588
+ #: library/plugin-settings.php:1047
589
+ msgid "in your theme:"
590
+ msgstr "あなたのテーマ:"
591
+
592
+ #: library/plugin-settings.php:1053
593
+ msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
594
+ msgstr "これにより、必要に応じてフォームとスタイルをカスタマイズすることができます。詳細については、「カスタム送信フォーム」のセクションをご覧ください。"
595
+
596
+ #: library/plugin-settings.php:1054
597
+ msgid "Installation Docs"
598
+ msgstr "インストール・ドキュメント"
599
+
600
+ #: library/plugin-settings.php:1055
601
+ msgid "FYI: here is a"
602
+ msgstr "FYI:ここに"
603
+
604
+ #: library/plugin-settings.php:1055
605
+ msgid "list of USP CSS selectors"
606
+ msgstr "USP CSSセレクタのリスト"
607
+
608
+ #: library/plugin-settings.php:1061
609
+ msgid "Include JavaScript"
610
+ msgstr "JavaScriptを含める"
611
+
612
+ #: library/plugin-settings.php:1063
613
+ msgid "Check this box if you want to include the external JavaScript files (recommended)."
614
+ msgstr "外部のJavaScriptファイルを含める場合は、このボックスをオンにします(推奨)。"
615
+
616
+ #: library/plugin-settings.php:1066
617
+ msgid "Targeted Loading"
618
+ msgstr "ターゲットローディング"
619
+
620
+ #: library/plugin-settings.php:1068
621
+ msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
622
+ msgstr "デフォルトでは、外部CSS&amp; JavaScriptファイルはすべてのページに読み込まれます。ここでは、USPフォームのURLを指定して、そのページでのみリソースを読み込むことができます。注:空白のままにしておくと、すべてのページに読み込まれます。"
623
+
624
+ #: library/plugin-settings.php:1071
625
+ msgid "Post Type"
626
+ msgstr "投稿タイプ"
627
+
628
+ #: library/plugin-settings.php:1074
629
+ msgid "Submit posts as WP Posts or Pages"
630
+ msgstr "投稿をWP投稿またはページとして送信する"
631
+
632
+ #: library/plugin-settings.php:1078
633
+ msgid "Post Status"
634
+ msgstr "投稿ステータス"
635
+
636
+ #: library/plugin-settings.php:1081
637
+ msgid "Post Status for submitted posts"
638
+ msgstr "投稿された投稿の投稿ステータス"
639
+
640
+ #: library/plugin-settings.php:1085
641
+ msgid "Redirect URL"
642
+ msgstr "リダイレクトURL"
643
+
644
+ #: library/plugin-settings.php:1087
645
+ msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
646
+ msgstr "投稿後にユーザーをリダイレクトするURLを指定します。空白のままにすると、現在のページにリダイレクトされます。"
647
+
648
+ #: library/plugin-settings.php:1090
649
+ msgid "Success Message"
650
+ msgstr "成功のメッセージ"
651
+
652
+ #: library/plugin-settings.php:1092
653
+ msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
654
+ msgstr "投稿後に成功した場合に表示される成功メッセージ。基本的なマークアップは許可されています。"
655
+
656
+ #: library/plugin-settings.php:1095
657
+ msgid "Error Message"
658
+ msgstr "エラーメッセージ"
659
+
660
+ #: library/plugin-settings.php:1097
661
+ msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
662
+ msgstr "投稿後に失敗した場合に表示される一般的なエラーメッセージです。基本的なマークアップは許可されています。"
663
+
664
+ #: library/plugin-settings.php:1100
665
+ msgid "Custom Content"
666
+ msgstr "カスタムコンテンツ"
667
+
668
+ #: library/plugin-settings.php:1102
669
+ msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
670
+ msgstr "提出フォームの前にカスタムテキスト/マークアップを含める。空白のままにすると無効になります。"
671
+
672
+ #: library/plugin-settings.php:1105
673
+ msgid "Rich Text Editor"
674
+ msgstr "リッチテキストエディタ"
675
+
676
+ #: library/plugin-settings.php:1107
677
+ msgid "Check this box if you want to enable WP rich text editing for submitted posts."
678
+ msgstr "提出された投稿に対してWPリッチテキスト編集を有効にする場合は、このチェックボックスをオンにします。"
679
+
680
+ #: library/plugin-settings.php:1110
681
+ msgid "Unique Titles"
682
+ msgstr "ユニークなタイトル"
683
+
684
+ #: library/plugin-settings.php:1112
685
+ msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
686
+ msgstr "提出された投稿のタイトルが一意であることを要求する(複数の/投稿された投稿を防止するのに便利)。"
687
+
688
+ #: library/plugin-settings.php:1115
689
+ msgid "Disable Required"
690
+ msgstr "無効にする"
691
+
692
+ #: library/plugin-settings.php:1117
693
+ msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
694
+ msgstr "既定のフォームフィールドで必要なすべての属性を無効にします(エラーメッセージのトラブルシューティングに役立ちます)。"
695
+
696
+ #: library/plugin-settings.php:1120
697
+ msgid "Disable IP Tracking"
698
+ msgstr "IPトラッキングを無効にする"
699
+
700
+ #: library/plugin-settings.php:1122
701
+ msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
702
+ msgstr "デフォルトでUSPは送信された投稿ごとにIPアドレスを記録します。すべてのIPトラッキングを無効にするには、このボックスをオンにします。"
703
+
704
+ #: library/plugin-settings.php:1125
705
+ msgid "Enable Shortcodes"
706
+ msgstr "ショートコードを有効にする"
707
+
708
+ #: library/plugin-settings.php:1127
709
+ msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
710
+ msgstr "ウィジェットでショートコードを有効にする。デフォルトでは、WordPressはウィジェットでショートコードを有効にしません。"
711
+
712
+ #: library/plugin-settings.php:1128
713
+ msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
714
+ msgstr "この設定では、ウィジェット内の任意の/すべてのショートコード(他のプラグインのショートコードも可能です)を有効にします。"
715
+
716
+ #: library/plugin-settings.php:1133 library/plugin-settings.php:1138
717
+ msgid "Categories"
718
+ msgstr "カテゴリー"
719
+
720
+ #: library/plugin-settings.php:1141
721
+ msgid "Select which categories may be assigned to submitted posts (click to toggle)"
722
+ msgstr "送信された投稿に割り当てられるカテゴリを選択します(クリックして切り替えます)"
723
+
724
+ #: library/plugin-settings.php:1149
725
+ msgid "Hidden/Default Category"
726
+ msgstr "非表示/デフォルトカテゴリ"
727
+
728
+ #: library/plugin-settings.php:1151
729
+ msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
730
+ msgstr "投稿カテゴリには非表示フィールドを使用します。これは、カテゴリフィールドが無効のときにデフォルトカテゴリを指定するために使用されます。"
731
+
732
+ #: library/plugin-settings.php:1154
733
+ msgid "Category ID for Hidden Field"
734
+ msgstr "非表示フィールドのカテゴリID"
735
+
736
+ #: library/plugin-settings.php:1156
737
+ msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
738
+ msgstr "&ldquo; Hidden / Defaultカテゴリ&rdquo;に使用するカテゴリのIDを指定します。オプション。"
739
+
740
+ #: library/plugin-settings.php:1161
741
+ msgid "Users"
742
+ msgstr "ユーザー"
743
+
744
+ #: library/plugin-settings.php:1166
745
+ msgid "Assigned Author"
746
+ msgstr "割り当てられた著者"
747
+
748
+ #: library/plugin-settings.php:1169
749
+ msgid "Specify the user that should be assigned as author for submitted posts."
750
+ msgstr "送信された投稿の作成者として割り当てるユーザーを指定します。"
751
+
752
+ #: library/plugin-settings.php:1173
753
+ msgid "Registered Username"
754
+ msgstr "登録ユーザー名"
755
+
756
+ #: library/plugin-settings.php:1175
757
+ msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
758
+ msgstr "投稿者として登録されたユーザー名を使用します。フォームを送信した人がWordPressにログインしている場合に有効です。"
759
+
760
+ #: library/plugin-settings.php:1178
761
+ msgid "User Profile URL"
762
+ msgstr "ユーザプロファイルURL"
763
+
764
+ #: library/plugin-settings.php:1180
765
+ msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
766
+ msgstr "URLフィールドの値として、登録ユーザーの&rsquo sのプロファイルURLを使用します。フォームを送信した人がWordPressにログインしている場合に有効です。"
767
+
768
+ #: library/plugin-settings.php:1183
769
+ msgid "Require User Login"
770
+ msgstr "ユーザーログインが必要"
771
+
772
+ #: library/plugin-settings.php:1185
773
+ msgid "Require users to be logged in to WordPress to view/submit the form"
774
+ msgstr "フォームを表示/送信するには、WordPressにログインする必要があります"
775
+
776
+ #: library/plugin-settings.php:1188
777
+ msgid "Disable Replace Author"
778
+ msgstr "置換者を無効にする"
779
+
780
+ #: library/plugin-settings.php:1190
781
+ msgid "Do not replace post author with submitted user name"
782
+ msgstr "投稿者を投稿したユーザー名に置き換えないでください"
783
+
784
+ #: library/plugin-settings.php:1196
785
+ msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
786
+ msgstr "ここでは、カスタムフィールドで使用される名前とラベルを変更することができます。上記のフォームフィールド設定でこのフィールドを有効にすることができます。"
787
+
788
+ #: library/plugin-settings.php:1201
789
+ msgid "Custom Field Name"
790
+ msgstr "カスタムフィールド名"
791
+
792
+ #: library/plugin-settings.php:1203
793
+ msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
794
+ msgstr "英数字、アンダースコア、ダッシュのみを使用してください。不確かな場合は、デフォルトの名前を使用します。"
795
+
796
+ #: library/plugin-settings.php:1206
797
+ msgid "Custom Field Label"
798
+ msgstr "カスタムフィールドラベル"
799
+
800
+ #: library/plugin-settings.php:1208
801
+ msgid "This will be displayed as the field label on the form. Default: Custom Field"
802
+ msgstr "これはフォームのフィールドラベルとして表示されます。デフォルト:カスタムフィールド"
803
+
804
+ #: library/plugin-settings.php:1220
805
+ msgid "To prevent spam, enter a question that users must answer before submitting the form."
806
+ msgstr "スパムを防ぐには、フォームを送信する前にユーザーが回答しなければならない質問を入力します。"
807
+
808
+ #: library/plugin-settings.php:1223
809
+ msgid "Challenge Response"
810
+ msgstr "チャレンジレスポンス"
811
+
812
+ #: library/plugin-settings.php:1225
813
+ msgid "Enter the *only* correct answer to the challenge question."
814
+ msgstr "チャレンジ質問への*正しい*答えを入力してください。"
815
+
816
+ #: library/plugin-settings.php:1228
817
+ msgid "Case-sensitivity"
818
+ msgstr "大文字小文字の区別"
819
+
820
+ #: library/plugin-settings.php:1230
821
+ msgid "Check this box if you want the challenge response to be case-sensitive."
822
+ msgstr "チャレンジレスポンスで大文字と小文字を区別する場合は、このチェックボックスをオンにします。"
823
+
824
+ #: library/plugin-settings.php:1236
825
+ msgid "To enable Google reCAPTCHA, enter your public and private keys."
826
+ msgstr "GoogleのreCAPTCHAを有効にするには、公開鍵と非公開鍵を入力します。"
827
+
828
+ #: library/plugin-settings.php:1241
829
+ msgid "Public Key"
830
+ msgstr "公開鍵"
831
+
832
+ #: library/plugin-settings.php:1243
833
+ msgid "Enter your Public Key"
834
+ msgstr "あなたの公開鍵を入力してください"
835
+
836
+ #: library/plugin-settings.php:1246
837
+ msgid "Private Key"
838
+ msgstr "秘密鍵"
839
+
840
+ #: library/plugin-settings.php:1248
841
+ msgid "Enter your Private Key"
842
+ msgstr "あなたの秘密鍵を入力してください"
843
+
844
+ #: library/plugin-settings.php:1253
845
+ msgid "Email Alerts"
846
+ msgstr "メールアラート"
847
+
848
+ #: library/plugin-settings.php:1258
849
+ msgid "Receive Email Alert"
850
+ msgstr "電子メールアラートを受信する"
851
+
852
+ #: library/plugin-settings.php:1260
853
+ msgid "Check this box if you want to be notified via email for new post submissions."
854
+ msgstr "新しい投稿投稿をメールで通知する場合は、このチェックボックスをオンにします。"
855
+
856
+ #: library/plugin-settings.php:1263
857
+ msgid "Enable HTML Format"
858
+ msgstr "HTML形式を有効にする"
859
+
860
+ #: library/plugin-settings.php:1265
861
+ msgid "Check this box to enable HTML format for email alerts."
862
+ msgstr "電子メールアラートのHTML形式を有効にするには、このチェックボックスをオンにします。"
863
+
864
+ #: library/plugin-settings.php:1268
865
+ msgid "Email Address for Alerts"
866
+ msgstr "アラートの電子メールアドレス"
867
+
868
+ #: library/plugin-settings.php:1270
869
+ msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
870
+ msgstr "電子メールアラートを受信するためにチェックボックスをオンにした場合は、電子メールを送信するアドレスをここに指定します。"
871
+
872
+ #: library/plugin-settings.php:1271
873
+ msgid "Multiple recipients may be included using a comma, like so:"
874
+ msgstr "カンマを使用して複数の受信者を含めることもできます。"
875
+
876
+ #: library/plugin-settings.php:1274
877
+ msgid "Email &ldquo;From&rdquo; Address"
878
+ msgstr "メールアドレス(&ldquo; From&rdquo;住所"
879
+
880
+ #: library/plugin-settings.php:1276
881
+ msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
882
+ msgstr "ここで&ldquo; From&rdquo;に使用されるアドレスをカスタマイズすることができます。ヘッダ(情報についてはプラグインのFAQを参照)。"
883
+
884
+ #: library/plugin-settings.php:1277
885
+ msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
886
+ msgstr "以前の設定で複数のアドレスが指定されている場合は、&ldquo; From&rdquo;この設定のアドレス(同じ順序)。"
887
+
888
+ #: library/plugin-settings.php:1280
889
+ msgid "Email Alert Subject"
890
+ msgstr "電子メールアラートの件名"
891
+
892
+ #: library/plugin-settings.php:1282
893
+ msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
894
+ msgstr "電子メールアラートの件名。空白のままにすると、デフォルトの件名が使用されます。注:次の変数を使用できます。"
895
+
896
+ #: library/plugin-settings.php:1287
897
+ msgid "Email Alert Message"
898
+ msgstr "電子メールアラートメッセージ"
899
+
900
+ #: library/plugin-settings.php:1289
901
+ msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
902
+ msgstr "電子メールアラートのメッセージ。空白のままにすると、デフォルトのメッセージが使用されます。注:次の変数を使用できます。"
903
+
904
+ #: library/plugin-settings.php:1301
905
+ msgid "Featured Image"
906
+ msgstr "注目の画像"
907
+
908
+ #: library/plugin-settings.php:1303
909
+ msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
910
+ msgstr "投稿した画像をおすすめ画像として設定します。注目画像(別名投稿サムネイル)のテーマサポートが必要です。"
911
+
912
+ #: library/plugin-settings.php:1306
913
+ msgid "Upload Message"
914
+ msgstr "メッセージをアップロードする"
915
+
916
+ #: library/plugin-settings.php:1308
917
+ msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
918
+ msgstr "アップロードフィールドの横に表示されるメッセージ。あなたのアップロードのガイドライン/ポリシー/などを述べるのに便利です。基本マークアップが許可されています。"
919
+
920
+ #: library/plugin-settings.php:1311
921
+ msgid "&ldquo;Add another image&rdquo; link"
922
+ msgstr "&ldquo;別の画像を追加する&rdquo;リンク"
923
+
924
+ #: library/plugin-settings.php:1313
925
+ msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
926
+ msgstr "&ldquo;別の画像を追加するためのカスタムマークアップ&rdquo;リンク。空白のままにしておくと、デフォルトのマークアップが使用されます(推奨)。"
927
+
928
+ #: library/plugin-settings.php:1316
929
+ msgid "Minimum number of images"
930
+ msgstr "画像の最小枚数"
931
+
932
+ #: library/plugin-settings.php:1319
933
+ msgid "Specify the minimum number of images."
934
+ msgstr "画像の最小枚数を指定してください。"
935
+
936
+ #: library/plugin-settings.php:1323
937
+ msgid "Maximum number of images"
938
+ msgstr "画像の最大数"
939
+
940
+ #: library/plugin-settings.php:1326
941
+ msgid "Specify the maximum number of images."
942
+ msgstr "画像の最大枚数を指定してください。"
943
+
944
+ #: library/plugin-settings.php:1330
945
+ msgid "Minimum image width"
946
+ msgstr "最小画像幅"
947
+
948
+ #: library/plugin-settings.php:1332
949
+ msgid "Specify a minimum width (in pixels) for uploaded images."
950
+ msgstr "アップロードされた画像の最小幅(ピクセル単位)を指定します。"
951
+
952
+ #: library/plugin-settings.php:1335
953
+ msgid "Minimum image height"
954
+ msgstr "最小画像高さ"
955
+
956
+ #: library/plugin-settings.php:1337
957
+ msgid "Specify a minimum height (in pixels) for uploaded images."
958
+ msgstr "アップロードした画像の最小高さ(ピクセル単位)を指定します。"
959
+
960
+ #: library/plugin-settings.php:1340
961
+ msgid "Maximum image width"
962
+ msgstr "最大画像幅"
963
+
964
+ #: library/plugin-settings.php:1342
965
+ msgid "Specify a maximum width (in pixels) for uploaded images."
966
+ msgstr "アップロードされた画像の最大幅(ピクセル単位)を指定します。"
967
+
968
+ #: library/plugin-settings.php:1345
969
+ msgid "Maximum image height"
970
+ msgstr "最大像高"
971
+
972
+ #: library/plugin-settings.php:1347
973
+ msgid "Specify a maximum height (in pixels) for uploaded images."
974
+ msgstr "アップロードした画像の最大高さ(ピクセル単位)を指定します。"
975
+
976
+ #: library/plugin-settings.php:1350
977
+ msgid "More Options"
978
+ msgstr "より多くのオプション"
979
+
980
+ #: library/plugin-settings.php:1353
981
+ msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
982
+ msgstr "他のファイルタイプ(PDF、Word、Zip、ビデオなど)をアップロードする機能など、もっと多くのオプションを確認するには、チェックアウトしてください"
983
+
984
+ #: library/plugin-settings.php:1354
985
+ msgid "Go Pro!"
986
+ msgstr "Go Pro!"
987
+
988
+ #: library/plugin-settings.php:1361
989
+ msgid "Auto-Display Content"
990
+ msgstr "コンテンツの自動表示"
991
+
992
+ #: library/plugin-settings.php:1366
993
+ msgid "Images Auto-Display"
994
+ msgstr "画像自動表示"
995
+
996
+ #: library/plugin-settings.php:1368
997
+ msgid "Auto-display user-submitted images:"
998
+ msgstr "ユーザーが投稿した画像の自動表示:"
999
+
1000
+ #: library/plugin-settings.php:1373
1001
+ msgid "Image Markup"
1002
+ msgstr "イメージマークアップ"
1003
+
1004
+ #: library/plugin-settings.php:1375
1005
+ msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1006
+ msgstr "送信された各画像に使用するマークアップ(自動表示が有効な場合)使える"
1007
+
1008
+ #: library/plugin-settings.php:1377 library/plugin-settings.php:1390
1009
+ #: library/plugin-settings.php:1403 library/plugin-settings.php:1416
1010
+ msgid "and"
1011
+ msgstr "そして"
1012
+
1013
+ #: library/plugin-settings.php:1380
1014
+ msgid "Email Auto-Display"
1015
+ msgstr "電子メール自動表示"
1016
+
1017
+ #: library/plugin-settings.php:1382
1018
+ msgid "Auto-display user-submitted email:"
1019
+ msgstr "ユーザーが投稿したメールの自動表示:"
1020
+
1021
+ #: library/plugin-settings.php:1387
1022
+ msgid "Email Markup"
1023
+ msgstr "電子メールマークアップ"
1024
+
1025
+ #: library/plugin-settings.php:1389
1026
+ msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1027
+ msgstr "送信された電子メールアドレスに使用するマークアップ(自動表示が有効な場合)使える"
1028
+
1029
+ #: library/plugin-settings.php:1393
1030
+ msgid "URL Auto-Display"
1031
+ msgstr "URL自動表示"
1032
+
1033
+ #: library/plugin-settings.php:1395
1034
+ msgid "Auto-display user-submitted URL:"
1035
+ msgstr "ユーザーが投稿したURLの自動表示:"
1036
+
1037
+ #: library/plugin-settings.php:1400
1038
+ msgid "URL Markup"
1039
+ msgstr "URLマークアップ"
1040
+
1041
+ #: library/plugin-settings.php:1402
1042
+ msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1043
+ msgstr "送信されたURLに使用するマークアップ(自動表示が有効な場合)使える"
1044
+
1045
+ #: library/plugin-settings.php:1406
1046
+ msgid "Custom Field Auto-Display"
1047
+ msgstr "カスタムフィールド自動表示"
1048
+
1049
+ #: library/plugin-settings.php:1408
1050
+ msgid "Auto-display user-submitted Custom Field:"
1051
+ msgstr "ユーザーが送信したカスタムフィールドの自動表示:"
1052
+
1053
+ #: library/plugin-settings.php:1413
1054
+ msgid "Custom Field Markup"
1055
+ msgstr "カスタムフィールドマークアップ"
1056
+
1057
+ #: library/plugin-settings.php:1415
1058
+ msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1059
+ msgstr "送信されたカスタムフィールドに使用するマークアップ(自動表示が有効な場合)使える"
1060
+
1061
+ #: library/plugin-settings.php:1421 library/plugin-settings.php:1497
1062
+ msgid "Save Settings"
1063
+ msgstr "設定を保存する"
1064
+
1065
+ #: library/plugin-settings.php:1426
1066
+ msgid "Display the Form"
1067
+ msgstr "フォームを表示する"
1068
+
1069
+ #: library/plugin-settings.php:1429
1070
+ msgid "Post-Submit Form"
1071
+ msgstr "投稿後のフォーム"
1072
+
1073
+ #: library/plugin-settings.php:1430
1074
+ msgid "USP enables you to display a post-submission form anywhere on your site."
1075
+ msgstr "USPを使用すると、投稿したフォームをサイトのどこにでも表示できます。"
1076
+
1077
+ #: library/plugin-settings.php:1431 library/plugin-settings.php:1438
1078
+ msgid "Use the shortcode to display the form on any WP Post or Page:"
1079
+ msgstr "ショートコードを使用して、任意のWP投稿またはページにフォームを表示します。"
1080
+
1081
+ #: library/plugin-settings.php:1433 library/plugin-settings.php:1440
1082
+ msgid "Or, use the template tag to display the form anywhere in your theme template:"
1083
+ msgstr "または、テンプレートタグを使用して、テーマテンプレートの任意の場所にフォームを表示します。"
1084
+
1085
+ #: library/plugin-settings.php:1436
1086
+ msgid "Login/Register Form"
1087
+ msgstr "ログイン/登録フォーム"
1088
+
1089
+ #: library/plugin-settings.php:1437
1090
+ msgid "You also can display a form that enables users to log in, register, or reset their password."
1091
+ msgstr "また、ユーザーがログイン、登録、またはパスワードのリセットを可能にするフォームを表示することもできます。"
1092
+
1093
+ #: library/plugin-settings.php:1443
1094
+ msgid "Display Submitted Posts"
1095
+ msgstr "提出された投稿を表示する"
1096
+
1097
+ #: library/plugin-settings.php:1444
1098
+ msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1099
+ msgstr "このショートコードを使用して、任意のWP投稿またはページに投稿された投稿のリストを表示します。"
1100
+
1101
+ #: library/plugin-settings.php:1446
1102
+ msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1103
+ msgstr "または、テンプレートタグを使用して、テーマテンプレートの任意の場所に投稿された投稿のリストを表示します。"
1104
+
1105
+ #: library/plugin-settings.php:1448
1106
+ msgid "Here are some examples showing how to configure this shortcode:"
1107
+ msgstr "このショートコードを設定する方法の例をいくつか示します:"
1108
+
1109
+ #: library/plugin-settings.php:1455
1110
+ msgid "Reset Form Button"
1111
+ msgstr "フォームボタンのリセット"
1112
+
1113
+ #: library/plugin-settings.php:1456
1114
+ msgid "This shortcode displays a link that resets the form to its original state:"
1115
+ msgstr "このショートコードは、フォームを元の状態にリセットするリンクを表示します。"
1116
+
1117
+ #: library/plugin-settings.php:1458
1118
+ msgid "This shortcode accepts the following attributes:"
1119
+ msgstr "このショートコードは、次の属性を受け入れます。"
1120
+
1121
+ #: library/plugin-settings.php:1463
1122
+ msgid "Note that the url attribute accepts"
1123
+ msgstr "url属性はaccepts"
1124
+
1125
+ #: library/plugin-settings.php:1463
1126
+ msgid "to get the current URL."
1127
+ msgstr "現在のURLを取得します。"
1128
+
1129
+ #: library/plugin-settings.php:1465
1130
+ msgid "Access Control"
1131
+ msgstr "アクセス制御"
1132
+
1133
+ #: library/plugin-settings.php:1466
1134
+ msgid "USP provides three shortcodes to control access and restrict content."
1135
+ msgstr "USPは、アクセスを制御し、コンテンツを制限するための3つのショートコードを提供します。"
1136
+
1137
+ #: library/plugin-settings.php:1467
1138
+ msgid "Display content only to users with a specific capability:"
1139
+ msgstr "特定の機能を持つユーザーにのみコンテンツを表示する:"
1140
+
1141
+ #: library/plugin-settings.php:1469
1142
+ msgid "Display content to logged-in users:"
1143
+ msgstr "ログインしているユーザーにコンテンツを表示する:"
1144
+
1145
+ #: library/plugin-settings.php:1471
1146
+ msgid "Display content to visitors only:"
1147
+ msgstr "訪問者のみにコンテンツを表示する:"
1148
+
1149
+ #: library/plugin-settings.php:1473
1150
+ msgid "Tip:"
1151
+ msgstr "先端:"
1152
+
1153
+ #: library/plugin-settings.php:1473
1154
+ msgid "to include markup in the deny message, you can use"
1155
+ msgstr "拒否メッセージにマークアップを含めるには、"
1156
+
1157
+ #: library/plugin-settings.php:1473
1158
+ msgid "to output"
1159
+ msgstr "出力する"
1160
+
1161
+ #: library/plugin-settings.php:1475
1162
+ msgid "Example"
1163
+ msgstr "例"
1164
+
1165
+ #: library/plugin-settings.php:1476
1166
+ msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1167
+ msgstr "ユーザーがログインしている場合は、送信後のフォームを表示します。またはユーザーがログインしていない場合は、ログインフォームを表示します。"
1168
+
1169
+ #: library/plugin-settings.php:1488
1170
+ msgid "Restore Defaults"
1171
+ msgstr "デフォルトに戻す"
1172
+
1173
+ #: library/plugin-settings.php:1491
1174
+ msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1175
+ msgstr "設定を記憶するには、このオプションを無効にしておいてください。または、デフォルトのプラグインオプションを復元するには、チェックボックスをオンにして設定を保存してから、プラグインを非アクティブ化または再アクティブ化します。"
1176
+
1177
+ #: library/plugin-settings.php:1495
1178
+ msgid "Restore default options upon plugin deactivation/reactivation."
1179
+ msgstr "プラグインの非アクティブ化/再アクティブ化時にデフォルトオプションを復元します。"
1180
+
1181
+ #: library/plugin-settings.php:1502
1182
+ msgid "Show Support"
1183
+ msgstr "サポートを表示"
1184
+
1185
+ #: library/plugin-settings.php:1511
1186
+ msgid "by"
1187
+ msgstr "〜によって"
1188
+
1189
+ #: library/plugin-settings.php:1512
1190
+ msgid "Jeff Starr on Twitter"
1191
+ msgstr "Jeff Starr on Twitter"
1192
+
1193
+ #: library/plugin-settings.php:1513
1194
+ msgid "Obsessive Web Design &amp; Development"
1195
+ msgstr "強迫観念のWebデザイン&amp;開発"
1196
+
1197
+ #: library/plugin-settings.php:1524
1198
+ msgid "Save Preference"
1199
+ msgstr "設定を保存"
1200
+
1201
+ #: library/plugin-settings.php:1531
1202
+ msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1203
+ msgstr "すべてのデフォルトオプションを復元してもよろしいですか? (この操作は元に戻すことはできません)"
1204
+
1205
+ #: library/support-panel.php:52
1206
+ msgid "Perishable Press Books"
1207
+ msgstr "腐敗しやすいプレス書籍"
1208
+
1209
+ #: library/support-panel.php:53
1210
+ msgid "Plugin Planet"
1211
+ msgstr "プラグインプラネット"
1212
+
1213
+ #: library/support-panel.php:54
1214
+ msgid "Donate via PayPal"
1215
+ msgstr "PayPalで寄付する"
1216
+
1217
+ #: library/support-panel.php:56
1218
+ msgid "books"
1219
+ msgstr "本"
1220
+
1221
+ #: library/support-panel.php:57
1222
+ msgid "plugins"
1223
+ msgstr "プラグイン"
1224
+
1225
+ #: library/support-panel.php:58
1226
+ msgid "donation"
1227
+ msgstr "寄付"
1228
+
1229
+ #: library/support-panel.php:60
1230
+ msgid "Thank you for using"
1231
+ msgstr "ありがとう"
1232
+
1233
+ #: library/support-panel.php:61
1234
+ msgid "Please show support by purchasing one of my"
1235
+ msgstr "私を購入してサポートを表示してください。"
1236
+
1237
+ #: library/support-panel.php:62
1238
+ msgid "or"
1239
+ msgstr "または"
1240
+
1241
+ #: library/support-panel.php:62
1242
+ msgid "or by making a"
1243
+ msgstr "または"
1244
+
1245
+ #: library/support-panel.php:63
1246
+ msgid "Your generous support helps to ensure future development of"
1247
+ msgstr "あなたの寛大なサポートは、将来の発展を保証するのに役立ちます"
1248
+
1249
+ #: library/support-panel.php:64
1250
+ msgid "and is greatly appreciated."
1251
+ msgstr "大変感謝しています。"
1252
+
1253
+ #: library/support-panel.php:66
1254
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1255
+ msgstr "どんなサイズの寄付でも、この無料のプラグインやその他の素晴らしいWordPressのリソースを開発し続けることができます。"
1256
+
1257
+ #. Description of the plugin
1258
+ #:
1259
+ msgid "Enables your visitors to submit posts and images from anywhere on your site."
1260
+ msgstr "訪問者があなたのサイトのどこからでも投稿と画像を投稿できるようにします。"
1261
+
1262
+ #. URI of the plugin
1263
+ #:
1264
+ msgid "https://perishablepress.com/user-submitted-posts/"
1265
+ msgstr "https://perishablepress.com/user-submitted-posts/"
1266
+
1267
+ #. Author of the plugin
1268
+ #:
1269
+ msgid "Jeff Starr"
1270
+ msgstr "ジェフスター"
1271
+
1272
+ #. Author URI of the plugin
1273
+ #:
1274
+ msgid "https://plugin-planet.com/"
1275
+ msgstr "https://plugin-planet.com/"
1276
+
trunk/languages/usp-ko_KR.mo ADDED
Binary file
trunk/languages/usp-ko_KR.po ADDED
@@ -0,0 +1,1276 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "MIME-Version: 1.0\n"
4
+ "Content-Type: text/plain; charset=UTF-8\n"
5
+ "Content-Transfer-Encoding: 8bit\n"
6
+ "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20180316\n"
8
+ "Language: ko\n"
9
+
10
+ #. Name of the plugin
11
+ #: user-submitted-posts.php:44 library/support-panel.php:5
12
+ msgid "User Submitted Posts"
13
+ msgstr "사용자 제출 게시물"
14
+
15
+ #: user-submitted-posts.php:81
16
+ msgid "requires WordPress "
17
+ msgstr "WordPress가 필요합니다."
18
+
19
+ #: user-submitted-posts.php:82
20
+ msgid " or higher, and has been deactivated! "
21
+ msgstr " 이상, 그리고 비활성화되었습니다!"
22
+
23
+ #: user-submitted-posts.php:83
24
+ msgid "Please return to the"
25
+ msgstr "다시 방문하십시오."
26
+
27
+ #: user-submitted-posts.php:84
28
+ msgid "WordPress Admin Area"
29
+ msgstr "WordPress 관리 영역"
30
+
31
+ #: user-submitted-posts.php:85
32
+ msgid "to upgrade WordPress and try again."
33
+ msgstr "WordPress를 업그레이드하고 다시 시도하십시오."
34
+
35
+ #: user-submitted-posts.php:125
36
+ msgid "User Submitted Post"
37
+ msgstr "사용자 제출 게시물"
38
+
39
+ #: user-submitted-posts.php:419
40
+ msgid "User Submitted Post Info"
41
+ msgstr "사용자가 제출 한 게시물 정보"
42
+
43
+ #: user-submitted-posts.php:449
44
+ msgid "Submitter Name: "
45
+ msgstr "제출자 이름 :"
46
+
47
+ #: user-submitted-posts.php:450
48
+ msgid "Submitter Email: "
49
+ msgstr "제출자 이메일 :"
50
+
51
+ #: user-submitted-posts.php:451
52
+ msgid "Submitter URL: "
53
+ msgstr "제출자 URL :"
54
+
55
+ #: user-submitted-posts.php:452
56
+ msgid "Submitter IP: "
57
+ msgstr "제출자 IP :"
58
+
59
+ #: user-submitted-posts.php:503
60
+ msgid "Show USP Posts"
61
+ msgstr "USP 게시물보기"
62
+
63
+ #: user-submitted-posts.php:504 library/plugin-settings.php:979
64
+ msgid "USP"
65
+ msgstr "USP"
66
+
67
+ #: user-submitted-posts.php:1272
68
+ msgid " files required"
69
+ msgstr " 필요한 파일"
70
+
71
+ #: user-submitted-posts.php:1273
72
+ msgid " file required"
73
+ msgstr " 필요한 파일"
74
+
75
+ #: user-submitted-posts.php:1275
76
+ msgid " files"
77
+ msgstr " 파일들"
78
+
79
+ #: user-submitted-posts.php:1276
80
+ msgid " file"
81
+ msgstr " 파일"
82
+
83
+ #: user-submitted-posts.php:1278 user-submitted-posts.php:1279
84
+ #: user-submitted-posts.php:1280 user-submitted-posts.php:1281
85
+ msgid " pixels"
86
+ msgstr " 픽셀"
87
+
88
+ #: user-submitted-posts.php:1283 library/core-functions.php:215
89
+ #: library/plugin-settings.php:284 library/plugin-settings.php:303
90
+ #: library/plugin-settings.php:701 library/plugin-settings.php:1195
91
+ msgid "Custom Field"
92
+ msgstr "사용자 정의 필드"
93
+
94
+ #: user-submitted-posts.php:1286
95
+ msgid "An error occurred. Please go back and try again."
96
+ msgstr "에러 발생됨. 돌아가서 다시 시도하십시오."
97
+
98
+ #: user-submitted-posts.php:1296
99
+ msgid "User login required"
100
+ msgstr "사용자 로그인 필요"
101
+
102
+ #: user-submitted-posts.php:1297
103
+ msgid "User name required"
104
+ msgstr "사용자 이름 필요"
105
+
106
+ #: user-submitted-posts.php:1298
107
+ msgid "Post title required"
108
+ msgstr "게시물 제목이 필요합니다."
109
+
110
+ #: user-submitted-posts.php:1299
111
+ msgid "User URL required"
112
+ msgstr "사용자 URL 필요"
113
+
114
+ #: user-submitted-posts.php:1300
115
+ msgid "Post tags required"
116
+ msgstr "게시물 태그 필요"
117
+
118
+ #: user-submitted-posts.php:1301
119
+ msgid "Post category required"
120
+ msgstr "게시물 카테고리 필요"
121
+
122
+ #: user-submitted-posts.php:1302
123
+ msgid "Post content required"
124
+ msgstr "게시물 내용 필수"
125
+
126
+ #: user-submitted-posts.php:1303 user-submitted-posts.php:1304
127
+ msgid "Correct captcha required"
128
+ msgstr "올바른 보안 문자 필요"
129
+
130
+ #: user-submitted-posts.php:1305
131
+ msgid "User email required"
132
+ msgstr "사용자 이메일이 필요합니다."
133
+
134
+ #: user-submitted-posts.php:1306
135
+ msgid "Please check your email and try again"
136
+ msgstr "이메일을 확인하고 다시 시도하십시오."
137
+
138
+ #: user-submitted-posts.php:1307
139
+ msgid "Non-empty value for hidden field"
140
+ msgstr "숨겨진 필드의 비어 있지 않은 값"
141
+
142
+ #: user-submitted-posts.php:1308
143
+ msgid "Minimum number of images not met"
144
+ msgstr "최소 이미지 수를 충족하지 못함"
145
+
146
+ #: user-submitted-posts.php:1309
147
+ msgid "Maximum number of images exceeded "
148
+ msgstr "최대 이미지 수 초과"
149
+
150
+ #: user-submitted-posts.php:1310
151
+ msgid "Minimum image width not met"
152
+ msgstr "최소 이미지 너비가 맞지 않습니다."
153
+
154
+ #: user-submitted-posts.php:1311
155
+ msgid "Image width exceeds maximum"
156
+ msgstr "이미지 너비가 최대 값을 초과합니다."
157
+
158
+ #: user-submitted-posts.php:1312
159
+ msgid "Minimum image height not met"
160
+ msgstr "최소 이미지 높이가 맞지 않습니다."
161
+
162
+ #: user-submitted-posts.php:1313
163
+ msgid "Image height exceeds maximum"
164
+ msgstr "이미지 높이가 최대 값을 초과합니다."
165
+
166
+ #: user-submitted-posts.php:1314
167
+ msgid "File type not allowed (please upload images only)"
168
+ msgstr "파일 형식을 사용할 수 없습니다 (이미지 만 업로드하십시오)."
169
+
170
+ #: user-submitted-posts.php:1315
171
+ msgid " required"
172
+ msgstr " 필수"
173
+
174
+ #: user-submitted-posts.php:1319
175
+ msgid "File not uploaded. Please check the file and try again."
176
+ msgstr "파일이 업로드되지 않았습니다. 파일을 확인한 후 다시 시도하십시오."
177
+
178
+ #: user-submitted-posts.php:1323
179
+ msgid "The file(s) could not be uploaded"
180
+ msgstr "파일을 업로드 할 수 없습니다."
181
+
182
+ #: user-submitted-posts.php:1325
183
+ msgid "Post not created. Please contact the site administrator for help."
184
+ msgstr "게시물이 생성되지 않았습니다. 도움을 받으려면 사이트 관리자에게 문의하십시오."
185
+
186
+ #: user-submitted-posts.php:1326
187
+ msgid "Duplicate post title. Please try again."
188
+ msgstr "게시물 제목이 중복되었습니다. 다시 시도하십시오."
189
+
190
+ #: user-submitted-posts.php:1336
191
+ msgid "Error: "
192
+ msgstr "오류:"
193
+
194
+ #: user-submitted-posts.php:1362
195
+ msgid "Return to form"
196
+ msgstr "양식으로 돌아 가기"
197
+
198
+ #: user-submitted-posts.php:1392 library/plugin-settings.php:955
199
+ msgid "Please"
200
+ msgstr "부디"
201
+
202
+ #: user-submitted-posts.php:1393
203
+ msgid "log in"
204
+ msgstr "로그인"
205
+
206
+ #: user-submitted-posts.php:1394
207
+ msgid "to submit content!"
208
+ msgstr "콘텐츠를 제출하십시오!"
209
+
210
+ #: views/submission-form.php:46 views/submission-form-alt.php:55
211
+ msgid "Please complete the required fields."
212
+ msgstr "필수 입력란을 작성하십시오."
213
+
214
+ #: views/submission-form.php:56 views/submission-form.php:57
215
+ #: views/submission-form-alt.php:61 views/submission-form-alt.php:62
216
+ msgid "Your Name"
217
+ msgstr "당신의 이름"
218
+
219
+ #: views/submission-form.php:62 views/submission-form.php:63
220
+ #: views/submission-form-alt.php:67 views/submission-form-alt.php:68
221
+ msgid "Your URL"
222
+ msgstr "귀하의 URL"
223
+
224
+ #: views/submission-form.php:68 views/submission-form.php:69
225
+ #: views/submission-form-alt.php:73 views/submission-form-alt.php:74
226
+ msgid "Your Email"
227
+ msgstr "귀하의 이메일"
228
+
229
+ #: views/submission-form.php:74 views/submission-form.php:75
230
+ #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
+ #: library/plugin-settings.php:1016
232
+ msgid "Post Title"
233
+ msgstr "게시물 제목"
234
+
235
+ #: views/submission-form.php:80 views/submission-form.php:81
236
+ #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
+ #: library/plugin-settings.php:1017
238
+ msgid "Post Tags"
239
+ msgstr "게시물 태그"
240
+
241
+ #: views/submission-form.php:93 views/submission-form-alt.php:98
242
+ msgid "Antispam Question"
243
+ msgstr "스팸 방지 질문"
244
+
245
+ #: views/submission-form.php:98 views/submission-form-alt.php:103
246
+ #: library/plugin-settings.php:1018
247
+ msgid "Post Category"
248
+ msgstr "게시물 카테고리"
249
+
250
+ #: views/submission-form.php:100 views/submission-form-alt.php:105
251
+ msgid "Please select a category.."
252
+ msgstr "카테고리를 선택하십시오 .."
253
+
254
+ #: views/submission-form.php:135 views/submission-form.php:136
255
+ #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
+ #: library/plugin-settings.php:1019
257
+ msgid "Post Content"
258
+ msgstr "게시물 내용"
259
+
260
+ #: views/submission-form.php:142 views/submission-form-alt.php:147
261
+ msgid "Verification"
262
+ msgstr "확인"
263
+
264
+ #: views/submission-form.php:149 views/submission-form-alt.php:154
265
+ msgid "Upload an Image"
266
+ msgstr "이미지 업로드"
267
+
268
+ #: views/submission-form.php:158 views/submission-form-alt.php:163
269
+ msgid "Add another image"
270
+ msgstr "다른 이미지 추가"
271
+
272
+ #: views/submission-form.php:180 views/submission-form-alt.php:185
273
+ msgid "Human verification: leave this field empty."
274
+ msgstr "사람 확인 :이 필드를 비워 둡니다."
275
+
276
+ #: views/submission-form.php:202 views/submission-form-alt.php:207
277
+ msgid "Submit Post"
278
+ msgstr "게시물 제출"
279
+
280
+ #: library/shortcode-misc.php:18
281
+ msgid "Reset form"
282
+ msgstr "초기화 형식"
283
+
284
+ #: library/shortcode-misc.php:128
285
+ msgid "View full post"
286
+ msgstr "전체 게시물보기"
287
+
288
+ #: library/plugin-settings.php:32
289
+ msgid "Get USP Pro for unlimited forms!"
290
+ msgstr "무제한 형태의 USP Pro를 만나십시오!"
291
+
292
+ #: library/plugin-settings.php:33
293
+ msgid "Go Pro"
294
+ msgstr "프로로 이동"
295
+
296
+ #: library/plugin-settings.php:37
297
+ msgid "Settings"
298
+ msgstr "설정"
299
+
300
+ #: library/plugin-settings.php:55
301
+ msgid "Give USP a 5-star rating at WordPress.org"
302
+ msgstr "USP에게 WordPress.org에서 5 성급 등급 부여"
303
+
304
+ #: library/plugin-settings.php:56
305
+ msgid "Rate this plugin&nbsp;&raquo;"
306
+ msgstr "이 플러그인을 평가해라 & nbsp; & raquo;"
307
+
308
+ #: library/plugin-settings.php:114
309
+ msgid "WP Post (recommended)"
310
+ msgstr "WP 포스트 (권장)"
311
+
312
+ #: library/plugin-settings.php:118
313
+ msgid "WP Page"
314
+ msgstr "WP 페이지"
315
+
316
+ #: library/plugin-settings.php:134
317
+ msgid "HTML5 Form + Default CSS"
318
+ msgstr "HTML5 양식 + 기본 CSS"
319
+
320
+ #: library/plugin-settings.php:134
321
+ msgid "(Recommended)"
322
+ msgstr "(권장)"
323
+
324
+ #: library/plugin-settings.php:138
325
+ msgid "HTML5 Form + Disable CSS"
326
+ msgstr "HTML5 양식 + CSS 사용 안함"
327
+
328
+ #: library/plugin-settings.php:138
329
+ msgid "(Provide your own styles)"
330
+ msgstr "(당신 만의 스타일을 제공하십시오)"
331
+
332
+ #: library/plugin-settings.php:142
333
+ msgid "Custom Form + Custom CSS"
334
+ msgstr "사용자 정의 양식 + 사용자 정의 CSS"
335
+
336
+ #: library/plugin-settings.php:142
337
+ msgid "(Provide your own form template &amp; styles)"
338
+ msgstr "(자신의 양식 템플리트 및 스타일 제공)"
339
+
340
+ #: library/plugin-settings.php:158 library/plugin-settings.php:182
341
+ #: library/plugin-settings.php:205 library/plugin-settings.php:229
342
+ msgid "Auto-display before post content"
343
+ msgstr "소식을 게시하기 전에 자동 표시"
344
+
345
+ #: library/plugin-settings.php:162 library/plugin-settings.php:186
346
+ #: library/plugin-settings.php:209 library/plugin-settings.php:233
347
+ msgid "Auto-display after post content"
348
+ msgstr "게시물 내용 이후 자동 표시"
349
+
350
+ #: library/plugin-settings.php:166
351
+ msgid "Do not auto-display submitted images"
352
+ msgstr "제출 된 이미지를 자동 표시하지 않습니다."
353
+
354
+ #: library/plugin-settings.php:190
355
+ msgid "Do not auto-display submitted email"
356
+ msgstr "제출 된 이메일을 자동 표시하지 않습니다."
357
+
358
+ #: library/plugin-settings.php:213
359
+ msgid "Do not auto-display submitted URL"
360
+ msgstr "제출 된 URL 자동 표시 안 함"
361
+
362
+ #: library/plugin-settings.php:237
363
+ msgid "Do not auto-display the Custom Field"
364
+ msgstr "사용자 정의 필드 자동 표시 안 함"
365
+
366
+ #: library/plugin-settings.php:265 library/plugin-settings.php:297
367
+ #: library/plugin-settings.php:330 library/plugin-settings.php:362
368
+ msgid "Display and require"
369
+ msgstr "표시 및 필요"
370
+
371
+ #: library/plugin-settings.php:266 library/plugin-settings.php:298
372
+ msgid "Display but do not require"
373
+ msgstr "표시는 필요하지만 필요하지 않습니다."
374
+
375
+ #: library/plugin-settings.php:267 library/plugin-settings.php:299
376
+ #: library/plugin-settings.php:331 library/plugin-settings.php:363
377
+ msgid "Disable this field"
378
+ msgstr "이 필드를 비활성화하십시오."
379
+
380
+ #: library/plugin-settings.php:302 library/plugin-settings.php:334
381
+ #: library/plugin-settings.php:366 library/plugin-settings.php:398
382
+ msgid "(Visit"
383
+ msgstr "(방문"
384
+
385
+ #: library/plugin-settings.php:303 library/plugin-settings.php:335
386
+ #: library/plugin-settings.php:367 library/plugin-settings.php:399
387
+ msgid "to configure options)"
388
+ msgstr "옵션 구성 방법)"
389
+
390
+ #: library/plugin-settings.php:318 library/plugin-settings.php:335
391
+ #: library/plugin-settings.php:1213 library/plugin-settings.php:1218
392
+ msgid "Challenge Question"
393
+ msgstr "도전 질문"
394
+
395
+ #: library/plugin-settings.php:350 library/plugin-settings.php:367
396
+ #: library/plugin-settings.php:1235
397
+ msgid "Google reCAPTCHA"
398
+ msgstr "Google reCAPTCHA"
399
+
400
+ #: library/plugin-settings.php:382
401
+ msgid "Post Images"
402
+ msgstr "이미지 게시"
403
+
404
+ #: library/plugin-settings.php:394
405
+ msgid "Display"
406
+ msgstr "디스플레이"
407
+
408
+ #: library/plugin-settings.php:395
409
+ msgid "Disable"
410
+ msgstr "사용 안함"
411
+
412
+ #: library/plugin-settings.php:399 library/plugin-settings.php:1296
413
+ msgid "Image Uploads"
414
+ msgstr "이미지 업로드"
415
+
416
+ #: library/plugin-settings.php:479
417
+ msgid "Draft"
418
+ msgstr "초안"
419
+
420
+ #: library/plugin-settings.php:480
421
+ msgid "Pending (default)"
422
+ msgstr "대기 중 (기본값)"
423
+
424
+ #: library/plugin-settings.php:481
425
+ msgid "Publish immediately"
426
+ msgstr "즉시 게시"
427
+
428
+ #: library/plugin-settings.php:482
429
+ msgid "Publish after 1 approved post"
430
+ msgstr "승인 된 게시물 1 개 게시"
431
+
432
+ #: library/plugin-settings.php:483
433
+ msgid "Publish after "
434
+ msgstr "이후 게시"
435
+
436
+ #: library/plugin-settings.php:483
437
+ msgid " approved posts"
438
+ msgstr " 승인 된 게시물"
439
+
440
+ #: library/plugin-settings.php:645
441
+ msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
442
+ msgstr "오류가있었습니다. 제목과 일부 콘텐츠를 추가했는지, 그리고 이미지 만 업로드했는지 확인하십시오."
443
+
444
+ #: library/plugin-settings.php:659
445
+ msgid "Please select your image(s) to upload."
446
+ msgstr "업로드 할 이미지를 선택하십시오."
447
+
448
+ #: library/plugin-settings.php:665
449
+ msgid "Success! Thank you for your submission."
450
+ msgstr "성공! 당신의 의견에 대해 감사합니다."
451
+
452
+ #: library/plugin-settings.php:691
453
+ msgid "Email"
454
+ msgstr "이메일"
455
+
456
+ #: library/plugin-settings.php:692
457
+ msgid "URL"
458
+ msgstr "URL"
459
+
460
+ #: library/plugin-settings.php:942
461
+ msgid "Toggle all panels"
462
+ msgstr "모든 패널 토글"
463
+
464
+ #: library/plugin-settings.php:951
465
+ msgid "We need your support!"
466
+ msgstr "우리는 당신의 지원이 필요합니다!"
467
+
468
+ #: library/plugin-settings.php:955
469
+ msgid "Make a donation via PayPal"
470
+ msgstr "PayPal을 통해 기부하기"
471
+
472
+ #: library/plugin-settings.php:955
473
+ msgid "make a donation"
474
+ msgstr "기부하다"
475
+
476
+ #: library/plugin-settings.php:955
477
+ msgid "and/or"
478
+ msgstr "및 / 또는"
479
+
480
+ #: library/plugin-settings.php:956
481
+ msgid "Rate and review at the Plugin Directory"
482
+ msgstr "플러그인 디렉토리에서 평가 및 리뷰"
483
+
484
+ #: library/plugin-settings.php:957
485
+ msgid "give this plugin a 5-star rating"
486
+ msgstr "이 플러그인에 5 성급 등급 부여"
487
+
488
+ #: library/plugin-settings.php:961
489
+ msgid "Your generous support enables continued development of this free plugin. Thank you!"
490
+ msgstr "관대 한 지원으로이 무료 플러그인을 계속 개발할 수 있습니다. 고맙습니다!"
491
+
492
+ #: library/plugin-settings.php:966
493
+ msgid "Check this box if you have shown support"
494
+ msgstr "지원을 표시 한 경우이 상자를 선택하십시오."
495
+
496
+ #: library/plugin-settings.php:975
497
+ msgid "Overview"
498
+ msgstr "개요"
499
+
500
+ #: library/plugin-settings.php:979
501
+ msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
502
+ msgstr "방문자가 사이트를 게시하고 프런트 엔드에서 이미지를 업로드 할 수 있습니다."
503
+
504
+ #: library/plugin-settings.php:980
505
+ msgid "For advanced functionality and unlimited forms, check out"
506
+ msgstr "고급 기능 및 무제한 양식은 체크 아웃하십시오."
507
+
508
+ #: library/plugin-settings.php:980 library/plugin-settings.php:1354
509
+ msgid "USP Pro"
510
+ msgstr "USP Pro"
511
+
512
+ #: library/plugin-settings.php:981
513
+ msgid "&mdash; the ultimate solution for user-generated content."
514
+ msgstr "& mdash; 사용자 제작 콘텐츠를위한 최고의 솔루션입니다."
515
+
516
+ #: library/plugin-settings.php:985 library/plugin-settings.php:1002
517
+ msgid "Plugin Settings"
518
+ msgstr "플러그인 설정"
519
+
520
+ #: library/plugin-settings.php:986
521
+ msgid "Display the form"
522
+ msgstr "양식 표시"
523
+
524
+ #: library/plugin-settings.php:987 library/plugin-settings.php:1511
525
+ msgid "Plugin Homepage"
526
+ msgstr "플러그인 홈페이지"
527
+
528
+ #: library/plugin-settings.php:990
529
+ msgid "If you like this plugin, please"
530
+ msgstr "이 플러그인이 마음에 들면"
531
+
532
+ #: library/plugin-settings.php:991
533
+ msgid "THANK YOU for your support!"
534
+ msgstr "당신의 협조에 감사드립니다!"
535
+
536
+ #: library/plugin-settings.php:991
537
+ msgid "give it a 5-star rating"
538
+ msgstr "그것에게 5 성급 평가를 주자."
539
+
540
+ #: library/plugin-settings.php:995
541
+ msgid "Unlimited front-end forms"
542
+ msgstr "무제한 프런트 엔드 양식"
543
+
544
+ #: library/plugin-settings.php:995
545
+ msgid "Get USP Pro"
546
+ msgstr "USP Pro 받기"
547
+
548
+ #: library/plugin-settings.php:1005
549
+ msgid "Configure your settings for User Submitted Posts."
550
+ msgstr "사용자가 제출 한 게시물에 대한 설정을 구성하십시오."
551
+
552
+ #: library/plugin-settings.php:1007
553
+ msgid "Form Fields"
554
+ msgstr "양식 필드"
555
+
556
+ #: library/plugin-settings.php:1013
557
+ msgid "User Name"
558
+ msgstr "사용자 이름"
559
+
560
+ #: library/plugin-settings.php:1014
561
+ msgid "User Email"
562
+ msgstr "사용자 이메일"
563
+
564
+ #: library/plugin-settings.php:1015
565
+ msgid "User URL"
566
+ msgstr "사용자 URL"
567
+
568
+ #: library/plugin-settings.php:1030
569
+ msgid "General Settings"
570
+ msgstr "일반 설정"
571
+
572
+ #: library/plugin-settings.php:1032
573
+ msgid "Note that the default settings work fine for most cases."
574
+ msgstr "대부분의 경우 기본 설정이 정상적으로 작동합니다."
575
+
576
+ #: library/plugin-settings.php:1037
577
+ msgid "Form Style"
578
+ msgstr "양식 스타일"
579
+
580
+ #: library/plugin-settings.php:1042
581
+ msgid "With this option, you can copy the plugin&rsquo;s default templates:"
582
+ msgstr "이 옵션을 사용하면 플러그인의 기본 템플릿을 복사 할 수 있습니다."
583
+
584
+ #: library/plugin-settings.php:1047
585
+ msgid "..and upload them into a directory named"
586
+ msgstr ".. 디렉토리에 업로드"
587
+
588
+ #: library/plugin-settings.php:1047
589
+ msgid "in your theme:"
590
+ msgstr "귀하의 주제 :"
591
+
592
+ #: library/plugin-settings.php:1053
593
+ msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
594
+ msgstr "그러면 원하는대로 양식과 스타일을 사용자 정의 할 수 있습니다. 자세한 내용은의 맞춤 제출 양식 섹션을 확인하십시오."
595
+
596
+ #: library/plugin-settings.php:1054
597
+ msgid "Installation Docs"
598
+ msgstr "설치 문서"
599
+
600
+ #: library/plugin-settings.php:1055
601
+ msgid "FYI: here is a"
602
+ msgstr "참고하시기 바랍니다."
603
+
604
+ #: library/plugin-settings.php:1055
605
+ msgid "list of USP CSS selectors"
606
+ msgstr "USP CSS 선택자 목록"
607
+
608
+ #: library/plugin-settings.php:1061
609
+ msgid "Include JavaScript"
610
+ msgstr "자바 스크립트 포함"
611
+
612
+ #: library/plugin-settings.php:1063
613
+ msgid "Check this box if you want to include the external JavaScript files (recommended)."
614
+ msgstr "외부 JavaScript 파일을 포함 시키려면이 상자를 선택하십시오 (권장)."
615
+
616
+ #: library/plugin-settings.php:1066
617
+ msgid "Targeted Loading"
618
+ msgstr "타겟 로딩"
619
+
620
+ #: library/plugin-settings.php:1068
621
+ msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
622
+ msgstr "기본적으로 외부 CSS & amp; JavaScript 파일은 모든 페이지에로드됩니다. 여기서 USP 양식의 URL을 지정하여 해당 페이지에서만 자원을로드 할 수 있습니다. 참고 : 모든 페이지에로드하려면 비워 두십시오."
623
+
624
+ #: library/plugin-settings.php:1071
625
+ msgid "Post Type"
626
+ msgstr "우편 유형"
627
+
628
+ #: library/plugin-settings.php:1074
629
+ msgid "Submit posts as WP Posts or Pages"
630
+ msgstr "게시물을 WP 포스트 또는 페이지로 제출하십시오."
631
+
632
+ #: library/plugin-settings.php:1078
633
+ msgid "Post Status"
634
+ msgstr "게시 상태"
635
+
636
+ #: library/plugin-settings.php:1081
637
+ msgid "Post Status for submitted posts"
638
+ msgstr "제출 된 게시물의 상태 게시"
639
+
640
+ #: library/plugin-settings.php:1085
641
+ msgid "Redirect URL"
642
+ msgstr "리디렉션 URL"
643
+
644
+ #: library/plugin-settings.php:1087
645
+ msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
646
+ msgstr "제출 후 사용자를 리디렉션 할 URL을 지정하십시오. 비워두면 현재 페이지로 리디렉션됩니다."
647
+
648
+ #: library/plugin-settings.php:1090
649
+ msgid "Success Message"
650
+ msgstr "성공 메시지"
651
+
652
+ #: library/plugin-settings.php:1092
653
+ msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
654
+ msgstr "제출 후 성공하면 표시되는 성공 메시지입니다. 기본 마크 업은 허용됩니다."
655
+
656
+ #: library/plugin-settings.php:1095
657
+ msgid "Error Message"
658
+ msgstr "에러 메시지"
659
+
660
+ #: library/plugin-settings.php:1097
661
+ msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
662
+ msgstr "제출 후 실패 할 경우 표시되는 일반 오류 메시지입니다. 기본 마크 업은 허용됩니다."
663
+
664
+ #: library/plugin-settings.php:1100
665
+ msgid "Custom Content"
666
+ msgstr "맞춤 콘텐츠"
667
+
668
+ #: library/plugin-settings.php:1102
669
+ msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
670
+ msgstr "사용자 정의 텍스트 / 마크 업은 제출 양식 앞에 포함됩니다. 비워두면 사용 중지됩니다."
671
+
672
+ #: library/plugin-settings.php:1105
673
+ msgid "Rich Text Editor"
674
+ msgstr "서식있는 텍스트 편집기"
675
+
676
+ #: library/plugin-settings.php:1107
677
+ msgid "Check this box if you want to enable WP rich text editing for submitted posts."
678
+ msgstr "제출 된 게시물에 대해 WP 리치 텍스트 편집을 사용하려면이 상자를 선택하십시오."
679
+
680
+ #: library/plugin-settings.php:1110
681
+ msgid "Unique Titles"
682
+ msgstr "고유 한 타이틀"
683
+
684
+ #: library/plugin-settings.php:1112
685
+ msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
686
+ msgstr "제출 된 게시물 제목이 고유해야합니다 (여러 / 제출 된 게시물 방지에 유용함)."
687
+
688
+ #: library/plugin-settings.php:1115
689
+ msgid "Disable Required"
690
+ msgstr "사용 불능"
691
+
692
+ #: library/plugin-settings.php:1117
693
+ msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
694
+ msgstr "기본 양식 필드에서 필요한 모든 속성을 비활성화합니다 (오류 메시지 문제 해결에 유용함)."
695
+
696
+ #: library/plugin-settings.php:1120
697
+ msgid "Disable IP Tracking"
698
+ msgstr "IP 추적 사용 안함"
699
+
700
+ #: library/plugin-settings.php:1122
701
+ msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
702
+ msgstr "기본적으로 USP는 제출 된 각 게시물과 함께 IP 주소를 기록합니다. 모든 IP 추적을 비활성화하려면이 상자를 선택하십시오."
703
+
704
+ #: library/plugin-settings.php:1125
705
+ msgid "Enable Shortcodes"
706
+ msgstr "단축키 사용"
707
+
708
+ #: library/plugin-settings.php:1127
709
+ msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
710
+ msgstr "위젯에서 단축 코드를 활성화하십시오. 기본적으로 WordPress는 위젯에서 단축 코드를 활성화하지 않습니다."
711
+
712
+ #: library/plugin-settings.php:1128
713
+ msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
714
+ msgstr "이 설정을 사용하면 위젯에서 모든 / 모든 단축 코드를 사용할 수 있습니다 (다른 플러그인의 단축 코드도 가능)."
715
+
716
+ #: library/plugin-settings.php:1133 library/plugin-settings.php:1138
717
+ msgid "Categories"
718
+ msgstr "카테고리"
719
+
720
+ #: library/plugin-settings.php:1141
721
+ msgid "Select which categories may be assigned to submitted posts (click to toggle)"
722
+ msgstr "제출 된 게시물에 할당 할 수있는 카테고리 선택 (클릭하여 전환)"
723
+
724
+ #: library/plugin-settings.php:1149
725
+ msgid "Hidden/Default Category"
726
+ msgstr "숨김 / 기본 범주"
727
+
728
+ #: library/plugin-settings.php:1151
729
+ msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
730
+ msgstr "게시물 카테고리에 숨겨진 필드를 사용하십시오. 범주 필드가 사용 불가능할 때 기본 범주를 지정하는 데 사용할 수 있습니다."
731
+
732
+ #: library/plugin-settings.php:1154
733
+ msgid "Category ID for Hidden Field"
734
+ msgstr "숨겨진 필드의 범주 ID"
735
+
736
+ #: library/plugin-settings.php:1156
737
+ msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
738
+ msgstr "& ldquo; 숨김 / 기본 카테고리 & rdquo;에 사용할 카테고리의 ID를 지정하십시오. 선택권."
739
+
740
+ #: library/plugin-settings.php:1161
741
+ msgid "Users"
742
+ msgstr "사용자"
743
+
744
+ #: library/plugin-settings.php:1166
745
+ msgid "Assigned Author"
746
+ msgstr "배정 된 저자"
747
+
748
+ #: library/plugin-settings.php:1169
749
+ msgid "Specify the user that should be assigned as author for submitted posts."
750
+ msgstr "제출 된 게시물의 작성자로 지정해야하는 사용자를 지정하십시오."
751
+
752
+ #: library/plugin-settings.php:1173
753
+ msgid "Registered Username"
754
+ msgstr "등록 된 사용자 이름"
755
+
756
+ #: library/plugin-settings.php:1175
757
+ msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
758
+ msgstr "게시물 작성자로 등록 된 사용자 이름을 사용하십시오. 양식을 제출하는 사람이 WordPress에 로그인 할 때 유효합니다."
759
+
760
+ #: library/plugin-settings.php:1178
761
+ msgid "User Profile URL"
762
+ msgstr "사용자 프로필 URL"
763
+
764
+ #: library/plugin-settings.php:1180
765
+ msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
766
+ msgstr "등록 된 사용자의 프로필 URL을 URL 필드의 값으로 사용하십시오. 양식을 제출하는 사람이 WordPress에 로그인 할 때 유효합니다."
767
+
768
+ #: library/plugin-settings.php:1183
769
+ msgid "Require User Login"
770
+ msgstr "사용자 로그인 필요"
771
+
772
+ #: library/plugin-settings.php:1185
773
+ msgid "Require users to be logged in to WordPress to view/submit the form"
774
+ msgstr "사용자가 양식을 보거나 제출하려면 WordPress에 로그인해야합니다."
775
+
776
+ #: library/plugin-settings.php:1188
777
+ msgid "Disable Replace Author"
778
+ msgstr "작성자 교체 사용 중지"
779
+
780
+ #: library/plugin-settings.php:1190
781
+ msgid "Do not replace post author with submitted user name"
782
+ msgstr "게시물 작성자를 제출 된 사용자 이름으로 대체하지 마십시오."
783
+
784
+ #: library/plugin-settings.php:1196
785
+ msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
786
+ msgstr "여기서 사용자 정의 필드에서 사용하는 이름과 레이블을 변경할 수 있습니다. 위의 양식 필드 설정을 통해이 필드를 활성화 할 수 있습니다."
787
+
788
+ #: library/plugin-settings.php:1201
789
+ msgid "Custom Field Name"
790
+ msgstr "사용자 정의 필드 이름"
791
+
792
+ #: library/plugin-settings.php:1203
793
+ msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
794
+ msgstr "영숫자, 밑줄 및 대시 만 사용하십시오. 확실하지 않으면 기본 이름을 사용하십시오."
795
+
796
+ #: library/plugin-settings.php:1206
797
+ msgid "Custom Field Label"
798
+ msgstr "사용자 정의 필드 레이블"
799
+
800
+ #: library/plugin-settings.php:1208
801
+ msgid "This will be displayed as the field label on the form. Default: Custom Field"
802
+ msgstr "양식의 필드 레이블로 표시됩니다. 기본값 : 사용자 정의 필드"
803
+
804
+ #: library/plugin-settings.php:1220
805
+ msgid "To prevent spam, enter a question that users must answer before submitting the form."
806
+ msgstr "스팸을 방지하려면 양식을 제출하기 전에 사용자가 대답해야하는 질문을 입력하십시오."
807
+
808
+ #: library/plugin-settings.php:1223
809
+ msgid "Challenge Response"
810
+ msgstr "챌린지 응답"
811
+
812
+ #: library/plugin-settings.php:1225
813
+ msgid "Enter the *only* correct answer to the challenge question."
814
+ msgstr "도전 질문에 대한 * 정답을 입력하십시오."
815
+
816
+ #: library/plugin-settings.php:1228
817
+ msgid "Case-sensitivity"
818
+ msgstr "대소 문자 구분"
819
+
820
+ #: library/plugin-settings.php:1230
821
+ msgid "Check this box if you want the challenge response to be case-sensitive."
822
+ msgstr "챌린지 응답에서 대소 문자를 구분하려면이 상자를 선택하십시오."
823
+
824
+ #: library/plugin-settings.php:1236
825
+ msgid "To enable Google reCAPTCHA, enter your public and private keys."
826
+ msgstr "Google reCAPTCHA를 사용하려면 공개 키와 비공개 키를 입력하십시오."
827
+
828
+ #: library/plugin-settings.php:1241
829
+ msgid "Public Key"
830
+ msgstr "공개 키"
831
+
832
+ #: library/plugin-settings.php:1243
833
+ msgid "Enter your Public Key"
834
+ msgstr "공개 키 입력"
835
+
836
+ #: library/plugin-settings.php:1246
837
+ msgid "Private Key"
838
+ msgstr "비공개 키"
839
+
840
+ #: library/plugin-settings.php:1248
841
+ msgid "Enter your Private Key"
842
+ msgstr "비공개 키 입력"
843
+
844
+ #: library/plugin-settings.php:1253
845
+ msgid "Email Alerts"
846
+ msgstr "이메일 알리미"
847
+
848
+ #: library/plugin-settings.php:1258
849
+ msgid "Receive Email Alert"
850
+ msgstr "이메일 알림 수신"
851
+
852
+ #: library/plugin-settings.php:1260
853
+ msgid "Check this box if you want to be notified via email for new post submissions."
854
+ msgstr "새로운 게시물 제출을 이메일로 통보 받으려면이 상자를 선택하십시오."
855
+
856
+ #: library/plugin-settings.php:1263
857
+ msgid "Enable HTML Format"
858
+ msgstr "HTML 형식 사용"
859
+
860
+ #: library/plugin-settings.php:1265
861
+ msgid "Check this box to enable HTML format for email alerts."
862
+ msgstr "전자 메일 경고에 HTML 형식을 사용하려면이 상자를 선택하십시오."
863
+
864
+ #: library/plugin-settings.php:1268
865
+ msgid "Email Address for Alerts"
866
+ msgstr "알리미를위한 이메일 주소"
867
+
868
+ #: library/plugin-settings.php:1270
869
+ msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
870
+ msgstr "이메일 알리미를받을 수있는 상자를 선택한 경우 여기에 이메일을 보내야 할 주소를 표시하십시오."
871
+
872
+ #: library/plugin-settings.php:1271
873
+ msgid "Multiple recipients may be included using a comma, like so:"
874
+ msgstr "다음과 같이 쉼표를 사용하여 여러 수신자가 포함될 수 있습니다."
875
+
876
+ #: library/plugin-settings.php:1274
877
+ msgid "Email &ldquo;From&rdquo; Address"
878
+ msgstr "이메일 & ldquo; 보낸 사람 & rdquo; 주소"
879
+
880
+ #: library/plugin-settings.php:1276
881
+ msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
882
+ msgstr "여기에서 & ldquo; From & rdquo;에 사용되는 주소를 사용자 정의 할 수 있습니다. 헤더 (정보는 플러그인 FAQ를 참조하십시오)."
883
+
884
+ #: library/plugin-settings.php:1277
885
+ msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
886
+ msgstr "이전 설정에서 주소가 여러 개 지정되어있는 경우 & ldquo; From & rdquo; 이 설정의 주소 (동일한 순서로)."
887
+
888
+ #: library/plugin-settings.php:1280
889
+ msgid "Email Alert Subject"
890
+ msgstr "이메일 알리미 제목"
891
+
892
+ #: library/plugin-settings.php:1282
893
+ msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
894
+ msgstr "전자 메일 알림의 제목 줄. 기본 제목을 사용하려면 비워 두십시오. 참고 : 다음 변수를 사용할 수 있습니다."
895
+
896
+ #: library/plugin-settings.php:1287
897
+ msgid "Email Alert Message"
898
+ msgstr "이메일 알리미 메시지"
899
+
900
+ #: library/plugin-settings.php:1289
901
+ msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
902
+ msgstr "이메일 알림 메시지. 기본 메시지를 사용하려면 비워 둡니다. 참고 : 다음 변수를 사용할 수 있습니다."
903
+
904
+ #: library/plugin-settings.php:1301
905
+ msgid "Featured Image"
906
+ msgstr "나타난 그림"
907
+
908
+ #: library/plugin-settings.php:1303
909
+ msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
910
+ msgstr "제출 된 이미지를 추천 이미지로 설정하십시오. 추천 이미지에 대한 테마 지원이 필요합니다 (일명 미리보기 이미지 게시)."
911
+
912
+ #: library/plugin-settings.php:1306
913
+ msgid "Upload Message"
914
+ msgstr "메시지 업로드"
915
+
916
+ #: library/plugin-settings.php:1308
917
+ msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
918
+ msgstr "업로드 필드 옆에 표시되는 메시지입니다. 업로드 가이드 라인 / 정책 / 등을 설명 할 때 유용합니다. 기본 마크 업 허용."
919
+
920
+ #: library/plugin-settings.php:1311
921
+ msgid "&ldquo;Add another image&rdquo; link"
922
+ msgstr "& ldquo; 다른 이미지를 추가하십시오 & rdquo; 링크"
923
+
924
+ #: library/plugin-settings.php:1313
925
+ msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
926
+ msgstr "& ldquo; 다른 이미지 추가 & rdquo;에 대한 사용자 정의 마크 업 링크. 기본 마크 업을 사용하려면 비워 두십시오 (권장)."
927
+
928
+ #: library/plugin-settings.php:1316
929
+ msgid "Minimum number of images"
930
+ msgstr "최소 이미지 수"
931
+
932
+ #: library/plugin-settings.php:1319
933
+ msgid "Specify the minimum number of images."
934
+ msgstr "최소 이미지 수를 지정하십시오."
935
+
936
+ #: library/plugin-settings.php:1323
937
+ msgid "Maximum number of images"
938
+ msgstr "최대 이미지 수"
939
+
940
+ #: library/plugin-settings.php:1326
941
+ msgid "Specify the maximum number of images."
942
+ msgstr "최대 이미지 수를 지정하십시오."
943
+
944
+ #: library/plugin-settings.php:1330
945
+ msgid "Minimum image width"
946
+ msgstr "최소 이미지 너비"
947
+
948
+ #: library/plugin-settings.php:1332
949
+ msgid "Specify a minimum width (in pixels) for uploaded images."
950
+ msgstr "업로드 된 이미지의 최소 너비 (픽셀 단위)를 지정하십시오."
951
+
952
+ #: library/plugin-settings.php:1335
953
+ msgid "Minimum image height"
954
+ msgstr "최소 이미지 높이"
955
+
956
+ #: library/plugin-settings.php:1337
957
+ msgid "Specify a minimum height (in pixels) for uploaded images."
958
+ msgstr "업로드 된 이미지의 최소 높이 (픽셀 단위)를 지정하십시오."
959
+
960
+ #: library/plugin-settings.php:1340
961
+ msgid "Maximum image width"
962
+ msgstr "최대 이미지 너비"
963
+
964
+ #: library/plugin-settings.php:1342
965
+ msgid "Specify a maximum width (in pixels) for uploaded images."
966
+ msgstr "업로드 된 이미지의 최대 너비 (픽셀 단위)를 지정하십시오."
967
+
968
+ #: library/plugin-settings.php:1345
969
+ msgid "Maximum image height"
970
+ msgstr "최대 이미지 높이"
971
+
972
+ #: library/plugin-settings.php:1347
973
+ msgid "Specify a maximum height (in pixels) for uploaded images."
974
+ msgstr "업로드 된 이미지의 최대 높이 (픽셀 단위)를 지정하십시오."
975
+
976
+ #: library/plugin-settings.php:1350
977
+ msgid "More Options"
978
+ msgstr "기타 옵션"
979
+
980
+ #: library/plugin-settings.php:1353
981
+ msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
982
+ msgstr "다른 파일 형식 (예 : PDF, Word, Zip, 동영상 등)을 업로드하는 기능과 같은 더 많은 옵션을 보려면 체크 아웃하십시오."
983
+
984
+ #: library/plugin-settings.php:1354
985
+ msgid "Go Pro!"
986
+ msgstr "Go Pro!"
987
+
988
+ #: library/plugin-settings.php:1361
989
+ msgid "Auto-Display Content"
990
+ msgstr "콘텐츠 자동 표시"
991
+
992
+ #: library/plugin-settings.php:1366
993
+ msgid "Images Auto-Display"
994
+ msgstr "이미지 자동 표시"
995
+
996
+ #: library/plugin-settings.php:1368
997
+ msgid "Auto-display user-submitted images:"
998
+ msgstr "사용자 제출 이미지 자동 표시 :"
999
+
1000
+ #: library/plugin-settings.php:1373
1001
+ msgid "Image Markup"
1002
+ msgstr "이미지 마크 업"
1003
+
1004
+ #: library/plugin-settings.php:1375
1005
+ msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1006
+ msgstr "제출 된 각 이미지에 사용할 마크 업 (자동 표시가 활성화 된 경우). 사용 가능"
1007
+
1008
+ #: library/plugin-settings.php:1377 library/plugin-settings.php:1390
1009
+ #: library/plugin-settings.php:1403 library/plugin-settings.php:1416
1010
+ msgid "and"
1011
+ msgstr "과"
1012
+
1013
+ #: library/plugin-settings.php:1380
1014
+ msgid "Email Auto-Display"
1015
+ msgstr "이메일 자동 표시"
1016
+
1017
+ #: library/plugin-settings.php:1382
1018
+ msgid "Auto-display user-submitted email:"
1019
+ msgstr "사용자 제출 이메일 자동 표시 :"
1020
+
1021
+ #: library/plugin-settings.php:1387
1022
+ msgid "Email Markup"
1023
+ msgstr "이메일 마크 업"
1024
+
1025
+ #: library/plugin-settings.php:1389
1026
+ msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1027
+ msgstr "제출 된 이메일 주소에 사용할 마크 업 (자동 표시가 활성화 된 경우). 사용 가능"
1028
+
1029
+ #: library/plugin-settings.php:1393
1030
+ msgid "URL Auto-Display"
1031
+ msgstr "URL 자동 표시"
1032
+
1033
+ #: library/plugin-settings.php:1395
1034
+ msgid "Auto-display user-submitted URL:"
1035
+ msgstr "사용자 제출 URL 자동 표시 :"
1036
+
1037
+ #: library/plugin-settings.php:1400
1038
+ msgid "URL Markup"
1039
+ msgstr "URL 마크 업"
1040
+
1041
+ #: library/plugin-settings.php:1402
1042
+ msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1043
+ msgstr "제출 된 URL에 사용할 마크 업 (자동 표시가 활성화 된 경우). 사용 가능"
1044
+
1045
+ #: library/plugin-settings.php:1406
1046
+ msgid "Custom Field Auto-Display"
1047
+ msgstr "사용자 정의 필드 자동 표시"
1048
+
1049
+ #: library/plugin-settings.php:1408
1050
+ msgid "Auto-display user-submitted Custom Field:"
1051
+ msgstr "사용자 제출 사용자 정의 필드 자동 표시 :"
1052
+
1053
+ #: library/plugin-settings.php:1413
1054
+ msgid "Custom Field Markup"
1055
+ msgstr "사용자 정의 필드 마크 업"
1056
+
1057
+ #: library/plugin-settings.php:1415
1058
+ msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1059
+ msgstr "제출 된 사용자 정의 필드에 사용할 마크 업 (자동 표시가 활성화 된 경우). 사용 가능"
1060
+
1061
+ #: library/plugin-settings.php:1421 library/plugin-settings.php:1497
1062
+ msgid "Save Settings"
1063
+ msgstr "설정 저장"
1064
+
1065
+ #: library/plugin-settings.php:1426
1066
+ msgid "Display the Form"
1067
+ msgstr "양식 표시"
1068
+
1069
+ #: library/plugin-settings.php:1429
1070
+ msgid "Post-Submit Form"
1071
+ msgstr "사후 제출 양식"
1072
+
1073
+ #: library/plugin-settings.php:1430
1074
+ msgid "USP enables you to display a post-submission form anywhere on your site."
1075
+ msgstr "USP를 사용하면 사이트의 어느 곳에서나 제출 후 양식을 표시 할 수 있습니다."
1076
+
1077
+ #: library/plugin-settings.php:1431 library/plugin-settings.php:1438
1078
+ msgid "Use the shortcode to display the form on any WP Post or Page:"
1079
+ msgstr "WP 포스트 또는 페이지에 양식을 표시하려면 단축 코드를 사용하십시오."
1080
+
1081
+ #: library/plugin-settings.php:1433 library/plugin-settings.php:1440
1082
+ msgid "Or, use the template tag to display the form anywhere in your theme template:"
1083
+ msgstr "또는 템플릿 태그를 사용하여 테마 템플릿의 모든 위치에 폼을 표시하십시오."
1084
+
1085
+ #: library/plugin-settings.php:1436
1086
+ msgid "Login/Register Form"
1087
+ msgstr "로그인 / 등록 양식"
1088
+
1089
+ #: library/plugin-settings.php:1437
1090
+ msgid "You also can display a form that enables users to log in, register, or reset their password."
1091
+ msgstr "또한 사용자가 로그인하거나 등록하거나 비밀번호를 재설정 할 수있는 양식을 표시 할 수 있습니다."
1092
+
1093
+ #: library/plugin-settings.php:1443
1094
+ msgid "Display Submitted Posts"
1095
+ msgstr "제출 된 게시물 표시"
1096
+
1097
+ #: library/plugin-settings.php:1444
1098
+ msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1099
+ msgstr "이 짧은 코드를 사용하여 WP 포스트 또는 페이지에 제출 된 게시물 목록을 표시하십시오 :"
1100
+
1101
+ #: library/plugin-settings.php:1446
1102
+ msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1103
+ msgstr "또는 템플릿 태그를 사용하여 테마 템플릿의 어느 곳에서나 제출 된 게시물 목록을 표시하십시오."
1104
+
1105
+ #: library/plugin-settings.php:1448
1106
+ msgid "Here are some examples showing how to configure this shortcode:"
1107
+ msgstr "다음은이 단축 코드를 구성하는 방법을 보여주는 몇 가지 예입니다."
1108
+
1109
+ #: library/plugin-settings.php:1455
1110
+ msgid "Reset Form Button"
1111
+ msgstr "양식 재설정 버튼"
1112
+
1113
+ #: library/plugin-settings.php:1456
1114
+ msgid "This shortcode displays a link that resets the form to its original state:"
1115
+ msgstr "이 단축 코드는 양식을 원래 상태로 재설정하는 링크를 표시합니다."
1116
+
1117
+ #: library/plugin-settings.php:1458
1118
+ msgid "This shortcode accepts the following attributes:"
1119
+ msgstr "이 단축 코드는 다음 속성을 허용합니다."
1120
+
1121
+ #: library/plugin-settings.php:1463
1122
+ msgid "Note that the url attribute accepts"
1123
+ msgstr "url 속성은 accepts"
1124
+
1125
+ #: library/plugin-settings.php:1463
1126
+ msgid "to get the current URL."
1127
+ msgstr "현재 URL을 얻으려면."
1128
+
1129
+ #: library/plugin-settings.php:1465
1130
+ msgid "Access Control"
1131
+ msgstr "액세스 제어"
1132
+
1133
+ #: library/plugin-settings.php:1466
1134
+ msgid "USP provides three shortcodes to control access and restrict content."
1135
+ msgstr "USP는 액세스를 제어하고 콘텐츠를 제한하는 세 가지 단축 코드를 제공합니다."
1136
+
1137
+ #: library/plugin-settings.php:1467
1138
+ msgid "Display content only to users with a specific capability:"
1139
+ msgstr "특정 기능을 가진 사용자에게만 콘텐츠를 표시하십시오."
1140
+
1141
+ #: library/plugin-settings.php:1469
1142
+ msgid "Display content to logged-in users:"
1143
+ msgstr "로그인 한 사용자에게 콘텐츠 표시 :"
1144
+
1145
+ #: library/plugin-settings.php:1471
1146
+ msgid "Display content to visitors only:"
1147
+ msgstr "방문자에게만 콘텐츠 표시 :"
1148
+
1149
+ #: library/plugin-settings.php:1473
1150
+ msgid "Tip:"
1151
+ msgstr "팁:"
1152
+
1153
+ #: library/plugin-settings.php:1473
1154
+ msgid "to include markup in the deny message, you can use"
1155
+ msgstr "거부 메시지에 마크 업을 포함하려면 다음을 사용할 수 있습니다."
1156
+
1157
+ #: library/plugin-settings.php:1473
1158
+ msgid "to output"
1159
+ msgstr "출력"
1160
+
1161
+ #: library/plugin-settings.php:1475
1162
+ msgid "Example"
1163
+ msgstr "예"
1164
+
1165
+ #: library/plugin-settings.php:1476
1166
+ msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1167
+ msgstr "사용자가 로그인 한 경우 제출 후 양식을 표시하십시오. 또는 사용자가 로그인하지 않은 경우 로그인 양식을 표시하십시오."
1168
+
1169
+ #: library/plugin-settings.php:1488
1170
+ msgid "Restore Defaults"
1171
+ msgstr "기본값으로 복원"
1172
+
1173
+ #: library/plugin-settings.php:1491
1174
+ msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1175
+ msgstr "설정을 기억하려면이 옵션을 사용하지 마십시오. 또는 기본 플러그인 옵션을 복원하려면 확인란을 선택하고 설정을 저장 한 다음 플러그인을 비활성화 / 다시 활성화하십시오."
1176
+
1177
+ #: library/plugin-settings.php:1495
1178
+ msgid "Restore default options upon plugin deactivation/reactivation."
1179
+ msgstr "플러그인 비활성화 / 재 활성화시 기본 옵션을 복원하십시오."
1180
+
1181
+ #: library/plugin-settings.php:1502
1182
+ msgid "Show Support"
1183
+ msgstr "지원 표시"
1184
+
1185
+ #: library/plugin-settings.php:1511
1186
+ msgid "by"
1187
+ msgstr "으로"
1188
+
1189
+ #: library/plugin-settings.php:1512
1190
+ msgid "Jeff Starr on Twitter"
1191
+ msgstr "제프 Starr 트위터에"
1192
+
1193
+ #: library/plugin-settings.php:1513
1194
+ msgid "Obsessive Web Design &amp; Development"
1195
+ msgstr "강박 웹 디자인 & amp; 개발"
1196
+
1197
+ #: library/plugin-settings.php:1524
1198
+ msgid "Save Preference"
1199
+ msgstr "환경 설정 저장"
1200
+
1201
+ #: library/plugin-settings.php:1531
1202
+ msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1203
+ msgstr "모든 기본 옵션을 복원 하시겠습니까? (이 작업은 실행 취소 할 수 없습니다)"
1204
+
1205
+ #: library/support-panel.php:52
1206
+ msgid "Perishable Press Books"
1207
+ msgstr "부패하기 쉬운 보도 자료"
1208
+
1209
+ #: library/support-panel.php:53
1210
+ msgid "Plugin Planet"
1211
+ msgstr "플러그인 플래닛"
1212
+
1213
+ #: library/support-panel.php:54
1214
+ msgid "Donate via PayPal"
1215
+ msgstr "PayPal을 통한 기부"
1216
+
1217
+ #: library/support-panel.php:56
1218
+ msgid "books"
1219
+ msgstr "서적"
1220
+
1221
+ #: library/support-panel.php:57
1222
+ msgid "plugins"
1223
+ msgstr "플러그인"
1224
+
1225
+ #: library/support-panel.php:58
1226
+ msgid "donation"
1227
+ msgstr "기부"
1228
+
1229
+ #: library/support-panel.php:60
1230
+ msgid "Thank you for using"
1231
+ msgstr "사용 해줘서 고맙습니다."
1232
+
1233
+ #: library/support-panel.php:61
1234
+ msgid "Please show support by purchasing one of my"
1235
+ msgstr "내 구매를 통해 지원을 표시하십시오."
1236
+
1237
+ #: library/support-panel.php:62
1238
+ msgid "or"
1239
+ msgstr "또는"
1240
+
1241
+ #: library/support-panel.php:62
1242
+ msgid "or by making a"
1243
+ msgstr "또는"
1244
+
1245
+ #: library/support-panel.php:63
1246
+ msgid "Your generous support helps to ensure future development of"
1247
+ msgstr "귀하의 풍부한 후원은 미래의 발전을 보장합니다."
1248
+
1249
+ #: library/support-panel.php:64
1250
+ msgid "and is greatly appreciated."
1251
+ msgstr "크게 감사드립니다."
1252
+
1253
+ #: library/support-panel.php:66
1254
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1255
+ msgstr "어떤 크기의 기부라도이 무료 플러그인과 다른 멋진 WordPress 자료를 계속 개발할 수 있습니다."
1256
+
1257
+ #. Description of the plugin
1258
+ #:
1259
+ msgid "Enables your visitors to submit posts and images from anywhere on your site."
1260
+ msgstr "방문자가 사이트의 어느 곳에서나 게시물과 이미지를 제출할 수 있습니다."
1261
+
1262
+ #. URI of the plugin
1263
+ #:
1264
+ msgid "https://perishablepress.com/user-submitted-posts/"
1265
+ msgstr "https://perishablepress.com/user-submitted-posts/"
1266
+
1267
+ #. Author of the plugin
1268
+ #:
1269
+ msgid "Jeff Starr"
1270
+ msgstr "제프 스타"
1271
+
1272
+ #. Author URI of the plugin
1273
+ #:
1274
+ msgid "https://plugin-planet.com/"
1275
+ msgstr "https://plugin-planet.com/"
1276
+
trunk/languages/usp-nl_NL.mo ADDED
Binary file
trunk/languages/usp-nl_NL.po ADDED
@@ -0,0 +1,1276 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "MIME-Version: 1.0\n"
4
+ "Content-Type: text/plain; charset=UTF-8\n"
5
+ "Content-Transfer-Encoding: 8bit\n"
6
+ "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20180316\n"
8
+ "Language: nl\n"
9
+
10
+ #. Name of the plugin
11
+ #: user-submitted-posts.php:44 library/support-panel.php:5
12
+ msgid "User Submitted Posts"
13
+ msgstr "Door gebruikers verzonden berichten"
14
+
15
+ #: user-submitted-posts.php:81
16
+ msgid "requires WordPress "
17
+ msgstr "vereist WordPress"
18
+
19
+ #: user-submitted-posts.php:82
20
+ msgid " or higher, and has been deactivated! "
21
+ msgstr " of hoger, en is gedeactiveerd!"
22
+
23
+ #: user-submitted-posts.php:83
24
+ msgid "Please return to the"
25
+ msgstr "Ga terug naar de"
26
+
27
+ #: user-submitted-posts.php:84
28
+ msgid "WordPress Admin Area"
29
+ msgstr "WordPress Admin-gebied"
30
+
31
+ #: user-submitted-posts.php:85
32
+ msgid "to upgrade WordPress and try again."
33
+ msgstr "om WordPress te upgraden en probeer het opnieuw."
34
+
35
+ #: user-submitted-posts.php:125
36
+ msgid "User Submitted Post"
37
+ msgstr "Door gebruiker verzonden bericht"
38
+
39
+ #: user-submitted-posts.php:419
40
+ msgid "User Submitted Post Info"
41
+ msgstr "Door gebruiker verzonden info"
42
+
43
+ #: user-submitted-posts.php:449
44
+ msgid "Submitter Name: "
45
+ msgstr "Naam indiener:"
46
+
47
+ #: user-submitted-posts.php:450
48
+ msgid "Submitter Email: "
49
+ msgstr "Inzender e-mail:"
50
+
51
+ #: user-submitted-posts.php:451
52
+ msgid "Submitter URL: "
53
+ msgstr "Indiener URL:"
54
+
55
+ #: user-submitted-posts.php:452
56
+ msgid "Submitter IP: "
57
+ msgstr "Indiener IP:"
58
+
59
+ #: user-submitted-posts.php:503
60
+ msgid "Show USP Posts"
61
+ msgstr "Toon USP-berichten"
62
+
63
+ #: user-submitted-posts.php:504 library/plugin-settings.php:979
64
+ msgid "USP"
65
+ msgstr "USP"
66
+
67
+ #: user-submitted-posts.php:1272
68
+ msgid " files required"
69
+ msgstr " bestanden vereist"
70
+
71
+ #: user-submitted-posts.php:1273
72
+ msgid " file required"
73
+ msgstr " bestand vereist"
74
+
75
+ #: user-submitted-posts.php:1275
76
+ msgid " files"
77
+ msgstr " bestanden"
78
+
79
+ #: user-submitted-posts.php:1276
80
+ msgid " file"
81
+ msgstr " het dossier"
82
+
83
+ #: user-submitted-posts.php:1278 user-submitted-posts.php:1279
84
+ #: user-submitted-posts.php:1280 user-submitted-posts.php:1281
85
+ msgid " pixels"
86
+ msgstr " pixels"
87
+
88
+ #: user-submitted-posts.php:1283 library/core-functions.php:215
89
+ #: library/plugin-settings.php:284 library/plugin-settings.php:303
90
+ #: library/plugin-settings.php:701 library/plugin-settings.php:1195
91
+ msgid "Custom Field"
92
+ msgstr "Aangepast veld"
93
+
94
+ #: user-submitted-posts.php:1286
95
+ msgid "An error occurred. Please go back and try again."
96
+ msgstr "Er is een fout opgetreden. Ga alsjeblieft terug en probeer het opnieuw."
97
+
98
+ #: user-submitted-posts.php:1296
99
+ msgid "User login required"
100
+ msgstr "Gebruikersaanmelding vereist"
101
+
102
+ #: user-submitted-posts.php:1297
103
+ msgid "User name required"
104
+ msgstr "Gebruikersnaam (verplicht"
105
+
106
+ #: user-submitted-posts.php:1298
107
+ msgid "Post title required"
108
+ msgstr "Titel van de post vereist"
109
+
110
+ #: user-submitted-posts.php:1299
111
+ msgid "User URL required"
112
+ msgstr "Gebruikers-URL vereist"
113
+
114
+ #: user-submitted-posts.php:1300
115
+ msgid "Post tags required"
116
+ msgstr "Post-tags vereist"
117
+
118
+ #: user-submitted-posts.php:1301
119
+ msgid "Post category required"
120
+ msgstr "Postcategorie vereist"
121
+
122
+ #: user-submitted-posts.php:1302
123
+ msgid "Post content required"
124
+ msgstr "Inhoud plaatsen vereist"
125
+
126
+ #: user-submitted-posts.php:1303 user-submitted-posts.php:1304
127
+ msgid "Correct captcha required"
128
+ msgstr "Juiste captcha vereist"
129
+
130
+ #: user-submitted-posts.php:1305
131
+ msgid "User email required"
132
+ msgstr "E-mailadres gebruiker vereist"
133
+
134
+ #: user-submitted-posts.php:1306
135
+ msgid "Please check your email and try again"
136
+ msgstr "Controleer je e-mail en probeer het opnieuw"
137
+
138
+ #: user-submitted-posts.php:1307
139
+ msgid "Non-empty value for hidden field"
140
+ msgstr "Niet-lege waarde voor verborgen veld"
141
+
142
+ #: user-submitted-posts.php:1308
143
+ msgid "Minimum number of images not met"
144
+ msgstr "Minimumaantal afbeeldingen niet gehaald"
145
+
146
+ #: user-submitted-posts.php:1309
147
+ msgid "Maximum number of images exceeded "
148
+ msgstr "Maximum aantal afbeeldingen overschreden"
149
+
150
+ #: user-submitted-posts.php:1310
151
+ msgid "Minimum image width not met"
152
+ msgstr "Minimale beeldbreedte niet gehaald"
153
+
154
+ #: user-submitted-posts.php:1311
155
+ msgid "Image width exceeds maximum"
156
+ msgstr "Beeldbreedte overschrijdt maximum"
157
+
158
+ #: user-submitted-posts.php:1312
159
+ msgid "Minimum image height not met"
160
+ msgstr "Minimale beeldhoogte niet gehaald"
161
+
162
+ #: user-submitted-posts.php:1313
163
+ msgid "Image height exceeds maximum"
164
+ msgstr "Beeldhoogte overschrijdt maximum"
165
+
166
+ #: user-submitted-posts.php:1314
167
+ msgid "File type not allowed (please upload images only)"
168
+ msgstr "Bestandstype niet toegestaan ​​(upload alleen afbeeldingen)"
169
+
170
+ #: user-submitted-posts.php:1315
171
+ msgid " required"
172
+ msgstr " verplicht"
173
+
174
+ #: user-submitted-posts.php:1319
175
+ msgid "File not uploaded. Please check the file and try again."
176
+ msgstr "Bestand niet geüpload. Controleer het bestand en probeer het opnieuw."
177
+
178
+ #: user-submitted-posts.php:1323
179
+ msgid "The file(s) could not be uploaded"
180
+ msgstr "Het bestand (en) kan niet worden geüpload"
181
+
182
+ #: user-submitted-posts.php:1325
183
+ msgid "Post not created. Please contact the site administrator for help."
184
+ msgstr "Post niet gemaakt. Neem contact op met de sitebeheerder voor hulp."
185
+
186
+ #: user-submitted-posts.php:1326
187
+ msgid "Duplicate post title. Please try again."
188
+ msgstr "Dubbele berichttitel. Probeer het opnieuw."
189
+
190
+ #: user-submitted-posts.php:1336
191
+ msgid "Error: "
192
+ msgstr "Fout:"
193
+
194
+ #: user-submitted-posts.php:1362
195
+ msgid "Return to form"
196
+ msgstr "Ga terug naar het formulier"
197
+
198
+ #: user-submitted-posts.php:1392 library/plugin-settings.php:955
199
+ msgid "Please"
200
+ msgstr "alsjeblieft"
201
+
202
+ #: user-submitted-posts.php:1393
203
+ msgid "log in"
204
+ msgstr "Log in"
205
+
206
+ #: user-submitted-posts.php:1394
207
+ msgid "to submit content!"
208
+ msgstr "om inhoud in te dienen!"
209
+
210
+ #: views/submission-form.php:46 views/submission-form-alt.php:55
211
+ msgid "Please complete the required fields."
212
+ msgstr "Vul alstublieft de verplichte velden in."
213
+
214
+ #: views/submission-form.php:56 views/submission-form.php:57
215
+ #: views/submission-form-alt.php:61 views/submission-form-alt.php:62
216
+ msgid "Your Name"
217
+ msgstr "Uw naam"
218
+
219
+ #: views/submission-form.php:62 views/submission-form.php:63
220
+ #: views/submission-form-alt.php:67 views/submission-form-alt.php:68
221
+ msgid "Your URL"
222
+ msgstr "Uw URL"
223
+
224
+ #: views/submission-form.php:68 views/submission-form.php:69
225
+ #: views/submission-form-alt.php:73 views/submission-form-alt.php:74
226
+ msgid "Your Email"
227
+ msgstr "Jouw email"
228
+
229
+ #: views/submission-form.php:74 views/submission-form.php:75
230
+ #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
+ #: library/plugin-settings.php:1016
232
+ msgid "Post Title"
233
+ msgstr "Titel plaatsen"
234
+
235
+ #: views/submission-form.php:80 views/submission-form.php:81
236
+ #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
+ #: library/plugin-settings.php:1017
238
+ msgid "Post Tags"
239
+ msgstr "Post Tags"
240
+
241
+ #: views/submission-form.php:93 views/submission-form-alt.php:98
242
+ msgid "Antispam Question"
243
+ msgstr "Antispamvraag"
244
+
245
+ #: views/submission-form.php:98 views/submission-form-alt.php:103
246
+ #: library/plugin-settings.php:1018
247
+ msgid "Post Category"
248
+ msgstr "Postcategorie"
249
+
250
+ #: views/submission-form.php:100 views/submission-form-alt.php:105
251
+ msgid "Please select a category.."
252
+ msgstr "Selecteer een categorie.."
253
+
254
+ #: views/submission-form.php:135 views/submission-form.php:136
255
+ #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
+ #: library/plugin-settings.php:1019
257
+ msgid "Post Content"
258
+ msgstr "Inhoud plaatsen"
259
+
260
+ #: views/submission-form.php:142 views/submission-form-alt.php:147
261
+ msgid "Verification"
262
+ msgstr "Verificatie"
263
+
264
+ #: views/submission-form.php:149 views/submission-form-alt.php:154
265
+ msgid "Upload an Image"
266
+ msgstr "Upload een afbeelding"
267
+
268
+ #: views/submission-form.php:158 views/submission-form-alt.php:163
269
+ msgid "Add another image"
270
+ msgstr "Voeg nog een afbeelding toe"
271
+
272
+ #: views/submission-form.php:180 views/submission-form-alt.php:185
273
+ msgid "Human verification: leave this field empty."
274
+ msgstr "Menselijke verificatie: laat dit veld leeg."
275
+
276
+ #: views/submission-form.php:202 views/submission-form-alt.php:207
277
+ msgid "Submit Post"
278
+ msgstr "Verstuur bericht"
279
+
280
+ #: library/shortcode-misc.php:18
281
+ msgid "Reset form"
282
+ msgstr "Formulier opnieuw instellen"
283
+
284
+ #: library/shortcode-misc.php:128
285
+ msgid "View full post"
286
+ msgstr "Bekijk het volledige bericht"
287
+
288
+ #: library/plugin-settings.php:32
289
+ msgid "Get USP Pro for unlimited forms!"
290
+ msgstr "Download USP Pro voor onbeperkte formulieren!"
291
+
292
+ #: library/plugin-settings.php:33
293
+ msgid "Go Pro"
294
+ msgstr "Ga Pro"
295
+
296
+ #: library/plugin-settings.php:37
297
+ msgid "Settings"
298
+ msgstr "instellingen"
299
+
300
+ #: library/plugin-settings.php:55
301
+ msgid "Give USP a 5-star rating at WordPress.org"
302
+ msgstr "Geef USP een score van 5 sterren op WordPress.org"
303
+
304
+ #: library/plugin-settings.php:56
305
+ msgid "Rate this plugin&nbsp;&raquo;"
306
+ msgstr "Beoordeel deze plug-in & nbsp; & raquo;"
307
+
308
+ #: library/plugin-settings.php:114
309
+ msgid "WP Post (recommended)"
310
+ msgstr "WP Post (aanbevolen)"
311
+
312
+ #: library/plugin-settings.php:118
313
+ msgid "WP Page"
314
+ msgstr "WP-pagina"
315
+
316
+ #: library/plugin-settings.php:134
317
+ msgid "HTML5 Form + Default CSS"
318
+ msgstr "HTML5-formulier + standaard CSS"
319
+
320
+ #: library/plugin-settings.php:134
321
+ msgid "(Recommended)"
322
+ msgstr "(Aanbevolen)"
323
+
324
+ #: library/plugin-settings.php:138
325
+ msgid "HTML5 Form + Disable CSS"
326
+ msgstr "HTML5-formulier + CSS uitschakelen"
327
+
328
+ #: library/plugin-settings.php:138
329
+ msgid "(Provide your own styles)"
330
+ msgstr "(Geef je eigen stijlen op)"
331
+
332
+ #: library/plugin-settings.php:142
333
+ msgid "Custom Form + Custom CSS"
334
+ msgstr "Aangepast formulier + aangepaste CSS"
335
+
336
+ #: library/plugin-settings.php:142
337
+ msgid "(Provide your own form template &amp; styles)"
338
+ msgstr "(Geef uw eigen formuliersjabloon en stijlen op)"
339
+
340
+ #: library/plugin-settings.php:158 library/plugin-settings.php:182
341
+ #: library/plugin-settings.php:205 library/plugin-settings.php:229
342
+ msgid "Auto-display before post content"
343
+ msgstr "Auto-weergave vóór publicatie van inhoud"
344
+
345
+ #: library/plugin-settings.php:162 library/plugin-settings.php:186
346
+ #: library/plugin-settings.php:209 library/plugin-settings.php:233
347
+ msgid "Auto-display after post content"
348
+ msgstr "Auto-weergave na berichtinhoud"
349
+
350
+ #: library/plugin-settings.php:166
351
+ msgid "Do not auto-display submitted images"
352
+ msgstr "Geef de ingezonden afbeeldingen niet automatisch weer"
353
+
354
+ #: library/plugin-settings.php:190
355
+ msgid "Do not auto-display submitted email"
356
+ msgstr "Weergegeven e-mail niet automatisch weergeven"
357
+
358
+ #: library/plugin-settings.php:213
359
+ msgid "Do not auto-display submitted URL"
360
+ msgstr "Geef de verzonden URL niet automatisch weer"
361
+
362
+ #: library/plugin-settings.php:237
363
+ msgid "Do not auto-display the Custom Field"
364
+ msgstr "Stel het aangepaste veld niet automatisch in"
365
+
366
+ #: library/plugin-settings.php:265 library/plugin-settings.php:297
367
+ #: library/plugin-settings.php:330 library/plugin-settings.php:362
368
+ msgid "Display and require"
369
+ msgstr "Weergeven en vereisen"
370
+
371
+ #: library/plugin-settings.php:266 library/plugin-settings.php:298
372
+ msgid "Display but do not require"
373
+ msgstr "Weergeven, maar niet nodig"
374
+
375
+ #: library/plugin-settings.php:267 library/plugin-settings.php:299
376
+ #: library/plugin-settings.php:331 library/plugin-settings.php:363
377
+ msgid "Disable this field"
378
+ msgstr "Schakel dit veld uit"
379
+
380
+ #: library/plugin-settings.php:302 library/plugin-settings.php:334
381
+ #: library/plugin-settings.php:366 library/plugin-settings.php:398
382
+ msgid "(Visit"
383
+ msgstr "(Bezoek"
384
+
385
+ #: library/plugin-settings.php:303 library/plugin-settings.php:335
386
+ #: library/plugin-settings.php:367 library/plugin-settings.php:399
387
+ msgid "to configure options)"
388
+ msgstr "om opties te configureren)"
389
+
390
+ #: library/plugin-settings.php:318 library/plugin-settings.php:335
391
+ #: library/plugin-settings.php:1213 library/plugin-settings.php:1218
392
+ msgid "Challenge Question"
393
+ msgstr "uitdagende vraag"
394
+
395
+ #: library/plugin-settings.php:350 library/plugin-settings.php:367
396
+ #: library/plugin-settings.php:1235
397
+ msgid "Google reCAPTCHA"
398
+ msgstr "Google reCAPTCHA"
399
+
400
+ #: library/plugin-settings.php:382
401
+ msgid "Post Images"
402
+ msgstr "Plaats afbeeldingen"
403
+
404
+ #: library/plugin-settings.php:394
405
+ msgid "Display"
406
+ msgstr "tonen"
407
+
408
+ #: library/plugin-settings.php:395
409
+ msgid "Disable"
410
+ msgstr "onbruikbaar maken"
411
+
412
+ #: library/plugin-settings.php:399 library/plugin-settings.php:1296
413
+ msgid "Image Uploads"
414
+ msgstr "Beeld-uploads"
415
+
416
+ #: library/plugin-settings.php:479
417
+ msgid "Draft"
418
+ msgstr "Droogte"
419
+
420
+ #: library/plugin-settings.php:480
421
+ msgid "Pending (default)"
422
+ msgstr "In behandeling (standaard)"
423
+
424
+ #: library/plugin-settings.php:481
425
+ msgid "Publish immediately"
426
+ msgstr "Publiceer onmiddellijk"
427
+
428
+ #: library/plugin-settings.php:482
429
+ msgid "Publish after 1 approved post"
430
+ msgstr "Publiceer na 1 goedgekeurd bericht"
431
+
432
+ #: library/plugin-settings.php:483
433
+ msgid "Publish after "
434
+ msgstr "Publiceer na"
435
+
436
+ #: library/plugin-settings.php:483
437
+ msgid " approved posts"
438
+ msgstr " goedgekeurde posten"
439
+
440
+ #: library/plugin-settings.php:645
441
+ msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
442
+ msgstr "Er is een fout opgetreden. Zorg ervoor dat u een titel, bepaalde inhoud en alleen afbeeldingen hebt geüpload."
443
+
444
+ #: library/plugin-settings.php:659
445
+ msgid "Please select your image(s) to upload."
446
+ msgstr "Selecteer uw afbeelding (en) om te uploaden."
447
+
448
+ #: library/plugin-settings.php:665
449
+ msgid "Success! Thank you for your submission."
450
+ msgstr "Succes! Dank u voor uw inzending."
451
+
452
+ #: library/plugin-settings.php:691
453
+ msgid "Email"
454
+ msgstr "E-mail"
455
+
456
+ #: library/plugin-settings.php:692
457
+ msgid "URL"
458
+ msgstr "URL"
459
+
460
+ #: library/plugin-settings.php:942
461
+ msgid "Toggle all panels"
462
+ msgstr "Wissel alle panelen"
463
+
464
+ #: library/plugin-settings.php:951
465
+ msgid "We need your support!"
466
+ msgstr "We hebben je hulp nodig!"
467
+
468
+ #: library/plugin-settings.php:955
469
+ msgid "Make a donation via PayPal"
470
+ msgstr "Doe een gift via PayPal"
471
+
472
+ #: library/plugin-settings.php:955
473
+ msgid "make a donation"
474
+ msgstr "een gift doen"
475
+
476
+ #: library/plugin-settings.php:955
477
+ msgid "and/or"
478
+ msgstr "en / of"
479
+
480
+ #: library/plugin-settings.php:956
481
+ msgid "Rate and review at the Plugin Directory"
482
+ msgstr "Beoordeel en recensie op de Plugin Directory"
483
+
484
+ #: library/plugin-settings.php:957
485
+ msgid "give this plugin a 5-star rating"
486
+ msgstr "geef deze plugin een waardering van 5 sterren"
487
+
488
+ #: library/plugin-settings.php:961
489
+ msgid "Your generous support enables continued development of this free plugin. Thank you!"
490
+ msgstr "Uw genereuze ondersteuning maakt voortdurende ontwikkeling van deze gratis plug-in mogelijk. Dank je!"
491
+
492
+ #: library/plugin-settings.php:966
493
+ msgid "Check this box if you have shown support"
494
+ msgstr "Vink dit vakje aan als je ondersteuning hebt getoond"
495
+
496
+ #: library/plugin-settings.php:975
497
+ msgid "Overview"
498
+ msgstr "Overzicht"
499
+
500
+ #: library/plugin-settings.php:979
501
+ msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
502
+ msgstr "stelt uw bezoekers in staat om berichten in te dienen en afbeeldingen te uploaden vanaf de voorkant van uw site."
503
+
504
+ #: library/plugin-settings.php:980
505
+ msgid "For advanced functionality and unlimited forms, check out"
506
+ msgstr "Ga voor meer informatie over geavanceerde functies en onbeperkte formulieren"
507
+
508
+ #: library/plugin-settings.php:980 library/plugin-settings.php:1354
509
+ msgid "USP Pro"
510
+ msgstr "USP Pro"
511
+
512
+ #: library/plugin-settings.php:981
513
+ msgid "&mdash; the ultimate solution for user-generated content."
514
+ msgstr "& Mdash; de ultieme oplossing voor door gebruikers gegenereerde inhoud."
515
+
516
+ #: library/plugin-settings.php:985 library/plugin-settings.php:1002
517
+ msgid "Plugin Settings"
518
+ msgstr "Plugin-instellingen"
519
+
520
+ #: library/plugin-settings.php:986
521
+ msgid "Display the form"
522
+ msgstr "Toon het formulier"
523
+
524
+ #: library/plugin-settings.php:987 library/plugin-settings.php:1511
525
+ msgid "Plugin Homepage"
526
+ msgstr "Plugin Homepage"
527
+
528
+ #: library/plugin-settings.php:990
529
+ msgid "If you like this plugin, please"
530
+ msgstr "Als je deze plug-in leuk vindt, alsjeblieft"
531
+
532
+ #: library/plugin-settings.php:991
533
+ msgid "THANK YOU for your support!"
534
+ msgstr "Bedankt voor je ondersteuning!"
535
+
536
+ #: library/plugin-settings.php:991
537
+ msgid "give it a 5-star rating"
538
+ msgstr "geef het een 5-sterren rating"
539
+
540
+ #: library/plugin-settings.php:995
541
+ msgid "Unlimited front-end forms"
542
+ msgstr "Onbeperkte front-end formulieren"
543
+
544
+ #: library/plugin-settings.php:995
545
+ msgid "Get USP Pro"
546
+ msgstr "Krijg USP Pro"
547
+
548
+ #: library/plugin-settings.php:1005
549
+ msgid "Configure your settings for User Submitted Posts."
550
+ msgstr "Configureer uw instellingen voor door gebruikers verzonden berichten."
551
+
552
+ #: library/plugin-settings.php:1007
553
+ msgid "Form Fields"
554
+ msgstr "Formuliervelden"
555
+
556
+ #: library/plugin-settings.php:1013
557
+ msgid "User Name"
558
+ msgstr "Gebruikersnaam"
559
+
560
+ #: library/plugin-settings.php:1014
561
+ msgid "User Email"
562
+ msgstr "Gebruikers e-mail"
563
+
564
+ #: library/plugin-settings.php:1015
565
+ msgid "User URL"
566
+ msgstr "Gebruikers-URL"
567
+
568
+ #: library/plugin-settings.php:1030
569
+ msgid "General Settings"
570
+ msgstr "Algemene instellingen"
571
+
572
+ #: library/plugin-settings.php:1032
573
+ msgid "Note that the default settings work fine for most cases."
574
+ msgstr "Merk op dat de standaardinstellingen in de meeste gevallen goed werken."
575
+
576
+ #: library/plugin-settings.php:1037
577
+ msgid "Form Style"
578
+ msgstr "Formulierstijl"
579
+
580
+ #: library/plugin-settings.php:1042
581
+ msgid "With this option, you can copy the plugin&rsquo;s default templates:"
582
+ msgstr "Met deze optie kunt u de standaardsjablonen van de plug-in kopiëren:"
583
+
584
+ #: library/plugin-settings.php:1047
585
+ msgid "..and upload them into a directory named"
586
+ msgstr "..en upload ze naar een map met de naam"
587
+
588
+ #: library/plugin-settings.php:1047
589
+ msgid "in your theme:"
590
+ msgstr "in jouw thema:"
591
+
592
+ #: library/plugin-settings.php:1053
593
+ msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
594
+ msgstr "Op die manier kunt u het formulier en de stijlen naar wens aanpassen. Raadpleeg voor meer informatie het gedeelte \"Aangepast indelingsformulier\" in de"
595
+
596
+ #: library/plugin-settings.php:1054
597
+ msgid "Installation Docs"
598
+ msgstr "Installatie Docs"
599
+
600
+ #: library/plugin-settings.php:1055
601
+ msgid "FYI: here is a"
602
+ msgstr "Ter info: hier is een"
603
+
604
+ #: library/plugin-settings.php:1055
605
+ msgid "list of USP CSS selectors"
606
+ msgstr "lijst met USP CSS selectors"
607
+
608
+ #: library/plugin-settings.php:1061
609
+ msgid "Include JavaScript"
610
+ msgstr "JavaScript toevoegen"
611
+
612
+ #: library/plugin-settings.php:1063
613
+ msgid "Check this box if you want to include the external JavaScript files (recommended)."
614
+ msgstr "Schakel dit selectievakje in als u de externe JavaScript-bestanden wilt opnemen (aanbevolen)."
615
+
616
+ #: library/plugin-settings.php:1066
617
+ msgid "Targeted Loading"
618
+ msgstr "Gerichte laden"
619
+
620
+ #: library/plugin-settings.php:1068
621
+ msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
622
+ msgstr "Standaard is externe CSS & amp; JavaScript-bestanden worden op elke pagina geladen. Hier kunt u de URL van het USP-formulier opgeven om bronnen alleen op die pagina te laden. Opmerking: laat leeg om op alle pagina's te laden."
623
+
624
+ #: library/plugin-settings.php:1071
625
+ msgid "Post Type"
626
+ msgstr "Berichttype"
627
+
628
+ #: library/plugin-settings.php:1074
629
+ msgid "Submit posts as WP Posts or Pages"
630
+ msgstr "Verstuur berichten als WP-berichten of pagina's"
631
+
632
+ #: library/plugin-settings.php:1078
633
+ msgid "Post Status"
634
+ msgstr "Poststatus"
635
+
636
+ #: library/plugin-settings.php:1081
637
+ msgid "Post Status for submitted posts"
638
+ msgstr "Berichtstatus voor ingeleverde berichten"
639
+
640
+ #: library/plugin-settings.php:1085
641
+ msgid "Redirect URL"
642
+ msgstr "Omleidings-URL"
643
+
644
+ #: library/plugin-settings.php:1087
645
+ msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
646
+ msgstr "Geef een URL op om de gebruiker na de verzending door te sturen. Laat dit leeg om door te verwijzen naar de huidige pagina."
647
+
648
+ #: library/plugin-settings.php:1090
649
+ msgid "Success Message"
650
+ msgstr "Succesbericht"
651
+
652
+ #: library/plugin-settings.php:1092
653
+ msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
654
+ msgstr "Succesbericht dat wordt weergegeven als de inzending succesvol is. Basisopmaak is toegestaan."
655
+
656
+ #: library/plugin-settings.php:1095
657
+ msgid "Error Message"
658
+ msgstr "Foutbericht"
659
+
660
+ #: library/plugin-settings.php:1097
661
+ msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
662
+ msgstr "Algemeen foutbericht dat wordt weergegeven als na indiening mislukt. Basisopmaak is toegestaan."
663
+
664
+ #: library/plugin-settings.php:1100
665
+ msgid "Custom Content"
666
+ msgstr "Aangepaste inhoud"
667
+
668
+ #: library/plugin-settings.php:1102
669
+ msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
670
+ msgstr "Aangepaste tekst / opmaak die moet worden opgenomen vóór het verzendformulier. Laat dit leeg om uit te schakelen."
671
+
672
+ #: library/plugin-settings.php:1105
673
+ msgid "Rich Text Editor"
674
+ msgstr "Rich Text Editor"
675
+
676
+ #: library/plugin-settings.php:1107
677
+ msgid "Check this box if you want to enable WP rich text editing for submitted posts."
678
+ msgstr "Vink dit selectievakje aan als u WP-rich text-bewerking voor ingediende berichten wilt inschakelen."
679
+
680
+ #: library/plugin-settings.php:1110
681
+ msgid "Unique Titles"
682
+ msgstr "Unieke titels"
683
+
684
+ #: library/plugin-settings.php:1112
685
+ msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
686
+ msgstr "Benodigde posttitels moeten uniek zijn (handig voor het voorkomen van meerdere / dubbel ingediende berichten)."
687
+
688
+ #: library/plugin-settings.php:1115
689
+ msgid "Disable Required"
690
+ msgstr "Schakel verplicht uit"
691
+
692
+ #: library/plugin-settings.php:1117
693
+ msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
694
+ msgstr "Schakel alle vereiste kenmerken uit in standaard formuliervelden (handig voor het oplossen van foutmeldingen)."
695
+
696
+ #: library/plugin-settings.php:1120
697
+ msgid "Disable IP Tracking"
698
+ msgstr "Schakel IP-tracking uit"
699
+
700
+ #: library/plugin-settings.php:1122
701
+ msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
702
+ msgstr "Standaard registreert USP het IP-adres bij elk verzonden bericht. Schakel dit selectievakje in om alle IP-tracking uit te schakelen."
703
+
704
+ #: library/plugin-settings.php:1125
705
+ msgid "Enable Shortcodes"
706
+ msgstr "Schakel Shortcodes in"
707
+
708
+ #: library/plugin-settings.php:1127
709
+ msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
710
+ msgstr "Schakel shortcodes in widgets in. WordPress schakelt standaard geen shortcodes in widgets in."
711
+
712
+ #: library/plugin-settings.php:1128
713
+ msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
714
+ msgstr "Met deze instelling worden alle / alle shortcodes in widgets ingeschakeld (zelfs shortcodes van andere plug-ins)."
715
+
716
+ #: library/plugin-settings.php:1133 library/plugin-settings.php:1138
717
+ msgid "Categories"
718
+ msgstr "Categorieën"
719
+
720
+ #: library/plugin-settings.php:1141
721
+ msgid "Select which categories may be assigned to submitted posts (click to toggle)"
722
+ msgstr "Selecteer welke categorieën kunnen worden toegewezen aan ingezonden berichten (klik om te schakelen)"
723
+
724
+ #: library/plugin-settings.php:1149
725
+ msgid "Hidden/Default Category"
726
+ msgstr "Verborgen / standaardcategorie"
727
+
728
+ #: library/plugin-settings.php:1151
729
+ msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
730
+ msgstr "Gebruik een verborgen veld voor de postcategorie. Dit kan worden gebruikt om een ​​standaardcategorie op te geven wanneer het categorieveld is uitgeschakeld."
731
+
732
+ #: library/plugin-settings.php:1154
733
+ msgid "Category ID for Hidden Field"
734
+ msgstr "Categorie-ID voor verborgen veld"
735
+
736
+ #: library/plugin-settings.php:1156
737
+ msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
738
+ msgstr "Geef de ID op van de categorie die moet worden gebruikt voor de & ldquo; verborgen / standaardcategorie & rdquo; keuze."
739
+
740
+ #: library/plugin-settings.php:1161
741
+ msgid "Users"
742
+ msgstr "gebruikers"
743
+
744
+ #: library/plugin-settings.php:1166
745
+ msgid "Assigned Author"
746
+ msgstr "Toegewezen auteur"
747
+
748
+ #: library/plugin-settings.php:1169
749
+ msgid "Specify the user that should be assigned as author for submitted posts."
750
+ msgstr "Geef de gebruiker op die als auteur voor ingediende berichten moet worden toegewezen."
751
+
752
+ #: library/plugin-settings.php:1173
753
+ msgid "Registered Username"
754
+ msgstr "Geregistreerde gebruikersnaam"
755
+
756
+ #: library/plugin-settings.php:1175
757
+ msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
758
+ msgstr "Gebruik de geregistreerde gebruikersnaam als auteur van het bericht. Geldig wanneer de persoon die het formulier indient, is aangemeld bij WordPress."
759
+
760
+ #: library/plugin-settings.php:1178
761
+ msgid "User Profile URL"
762
+ msgstr "URL gebruikersprofiel"
763
+
764
+ #: library/plugin-settings.php:1180
765
+ msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
766
+ msgstr "Gebruik de profiel-URL van geregistreerde gebruiker als de waarde van het URL-veld. Geldig wanneer de persoon die het formulier indient, is aangemeld bij WordPress."
767
+
768
+ #: library/plugin-settings.php:1183
769
+ msgid "Require User Login"
770
+ msgstr "Gebruikersaanmelding vereisen"
771
+
772
+ #: library/plugin-settings.php:1185
773
+ msgid "Require users to be logged in to WordPress to view/submit the form"
774
+ msgstr "Vereisen dat gebruikers moeten zijn aangemeld bij WordPress om het formulier te bekijken / verzenden"
775
+
776
+ #: library/plugin-settings.php:1188
777
+ msgid "Disable Replace Author"
778
+ msgstr "Schakel Auteur vervangen uit"
779
+
780
+ #: library/plugin-settings.php:1190
781
+ msgid "Do not replace post author with submitted user name"
782
+ msgstr "Vervang de auteur van het bericht niet door de opgegeven gebruikersnaam"
783
+
784
+ #: library/plugin-settings.php:1196
785
+ msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
786
+ msgstr "Hier kunt u de naam en het label wijzigen dat door het aangepaste veld wordt gebruikt. U kunt dit veld inschakelen via de bovenstaande Formuliervelden-instelling."
787
+
788
+ #: library/plugin-settings.php:1201
789
+ msgid "Custom Field Name"
790
+ msgstr "Aangepaste veldnaam"
791
+
792
+ #: library/plugin-settings.php:1203
793
+ msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
794
+ msgstr "Gebruik alleen alfanumerieke tekens, onderstrepingstekens en streepjes. Gebruik de standaardnaam als u het niet zeker weet:"
795
+
796
+ #: library/plugin-settings.php:1206
797
+ msgid "Custom Field Label"
798
+ msgstr "Aangepast veldlabel"
799
+
800
+ #: library/plugin-settings.php:1208
801
+ msgid "This will be displayed as the field label on the form. Default: Custom Field"
802
+ msgstr "Dit wordt weergegeven als het veldlabel op het formulier. Standaard: Aangepast veld"
803
+
804
+ #: library/plugin-settings.php:1220
805
+ msgid "To prevent spam, enter a question that users must answer before submitting the form."
806
+ msgstr "Om spam te voorkomen, geeft u een vraag op die gebruikers moeten beantwoorden voordat ze het formulier verzenden."
807
+
808
+ #: library/plugin-settings.php:1223
809
+ msgid "Challenge Response"
810
+ msgstr "Uitdaging reactie"
811
+
812
+ #: library/plugin-settings.php:1225
813
+ msgid "Enter the *only* correct answer to the challenge question."
814
+ msgstr "Voer het * enige * juiste antwoord op de uitdagingvraag in."
815
+
816
+ #: library/plugin-settings.php:1228
817
+ msgid "Case-sensitivity"
818
+ msgstr "Hoofdlettergevoeligheid"
819
+
820
+ #: library/plugin-settings.php:1230
821
+ msgid "Check this box if you want the challenge response to be case-sensitive."
822
+ msgstr "Vink dit vakje aan als u wilt dat de uitdagingsreactie hoofdlettergevoelig is."
823
+
824
+ #: library/plugin-settings.php:1236
825
+ msgid "To enable Google reCAPTCHA, enter your public and private keys."
826
+ msgstr "Als u Google reCAPTCHA wilt inschakelen, voert u uw openbare en privésleutels in."
827
+
828
+ #: library/plugin-settings.php:1241
829
+ msgid "Public Key"
830
+ msgstr "Publieke sleutel"
831
+
832
+ #: library/plugin-settings.php:1243
833
+ msgid "Enter your Public Key"
834
+ msgstr "Voer je openbare sleutel in"
835
+
836
+ #: library/plugin-settings.php:1246
837
+ msgid "Private Key"
838
+ msgstr "Prive sleutel"
839
+
840
+ #: library/plugin-settings.php:1248
841
+ msgid "Enter your Private Key"
842
+ msgstr "Voer je privésleutel in"
843
+
844
+ #: library/plugin-settings.php:1253
845
+ msgid "Email Alerts"
846
+ msgstr "email waarschuwingen"
847
+
848
+ #: library/plugin-settings.php:1258
849
+ msgid "Receive Email Alert"
850
+ msgstr "E-mailwaarschuwing ontvangen"
851
+
852
+ #: library/plugin-settings.php:1260
853
+ msgid "Check this box if you want to be notified via email for new post submissions."
854
+ msgstr "Vink dit vakje aan als u per e-mail op de hoogte wilt worden gehouden van nieuwe inzendingen."
855
+
856
+ #: library/plugin-settings.php:1263
857
+ msgid "Enable HTML Format"
858
+ msgstr "Schakel HTML-indeling in"
859
+
860
+ #: library/plugin-settings.php:1265
861
+ msgid "Check this box to enable HTML format for email alerts."
862
+ msgstr "Vink dit vakje aan om de HTML-indeling voor e-mailmeldingen in te schakelen."
863
+
864
+ #: library/plugin-settings.php:1268
865
+ msgid "Email Address for Alerts"
866
+ msgstr "E-mailadres voor meldingen"
867
+
868
+ #: library/plugin-settings.php:1270
869
+ msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
870
+ msgstr "Als u het vakje hebt aangevinkt om e-mailwaarschuwingen te ontvangen, geeft u hier het adres (sen) aan waarnaar de e-mails moeten worden verzonden."
871
+
872
+ #: library/plugin-settings.php:1271
873
+ msgid "Multiple recipients may be included using a comma, like so:"
874
+ msgstr "Meerdere ontvangers kunnen worden opgenomen met een komma, zoals:"
875
+
876
+ #: library/plugin-settings.php:1274
877
+ msgid "Email &ldquo;From&rdquo; Address"
878
+ msgstr "E-mail & ldquo; Van & rdquo; Adres"
879
+
880
+ #: library/plugin-settings.php:1276
881
+ msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
882
+ msgstr "Hier kunt u de adres (sen) aanpassen die worden gebruikt voor de & ldquo; From & rdquo; header (zie Veelgestelde vragen over plug-ins voor informatie)."
883
+
884
+ #: library/plugin-settings.php:1277
885
+ msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
886
+ msgstr "Als er meerdere adressen zijn opgegeven in de vorige instelling, voegt u een gelijk aantal & ldquo; From & rdquo; adressen voor deze instelling (in dezelfde volgorde)."
887
+
888
+ #: library/plugin-settings.php:1280
889
+ msgid "Email Alert Subject"
890
+ msgstr "Email Alert Subject"
891
+
892
+ #: library/plugin-settings.php:1282
893
+ msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
894
+ msgstr "Onderwerpregel voor e-mailmeldingen. Laat dit leeg om de standaard onderwerpregel te gebruiken. Opmerking: u kunt de volgende variabelen gebruiken:"
895
+
896
+ #: library/plugin-settings.php:1287
897
+ msgid "Email Alert Message"
898
+ msgstr "E-mail waarschuwingsbericht"
899
+
900
+ #: library/plugin-settings.php:1289
901
+ msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
902
+ msgstr "Bericht voor e-mailmeldingen. Laat dit leeg om het standaardbericht te gebruiken. Opmerking: u kunt de volgende variabelen gebruiken:"
903
+
904
+ #: library/plugin-settings.php:1301
905
+ msgid "Featured Image"
906
+ msgstr "Uitgelichte afbeelding"
907
+
908
+ #: library/plugin-settings.php:1303
909
+ msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
910
+ msgstr "Stel ingediende afbeeldingen in als Uitgelichte afbeeldingen. Vereist thema-ondersteuning voor Featured Images (aka Post Thumbnails)."
911
+
912
+ #: library/plugin-settings.php:1306
913
+ msgid "Upload Message"
914
+ msgstr "Upload bericht"
915
+
916
+ #: library/plugin-settings.php:1308
917
+ msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
918
+ msgstr "Bericht dat naast het uploadveld verschijnt. Handig voor het vermelden van je uploadrichtlijnen / beleid / etc. Standaard markup toegestaan."
919
+
920
+ #: library/plugin-settings.php:1311
921
+ msgid "&ldquo;Add another image&rdquo; link"
922
+ msgstr "& ldquo; Voeg nog een afbeelding toe & rdquo; link"
923
+
924
+ #: library/plugin-settings.php:1313
925
+ msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
926
+ msgstr "Aangepaste markeringen voor de & ldquo; Nog een afbeelding toevoegen & rdquo; link. Laat dit leeg om de standaardmarkering te gebruiken (aanbevolen)."
927
+
928
+ #: library/plugin-settings.php:1316
929
+ msgid "Minimum number of images"
930
+ msgstr "Minimum aantal afbeeldingen"
931
+
932
+ #: library/plugin-settings.php:1319
933
+ msgid "Specify the minimum number of images."
934
+ msgstr "Geef het minimumaantal afbeeldingen op."
935
+
936
+ #: library/plugin-settings.php:1323
937
+ msgid "Maximum number of images"
938
+ msgstr "Maximum aantal afbeeldingen"
939
+
940
+ #: library/plugin-settings.php:1326
941
+ msgid "Specify the maximum number of images."
942
+ msgstr "Geef het maximale aantal afbeeldingen op."
943
+
944
+ #: library/plugin-settings.php:1330
945
+ msgid "Minimum image width"
946
+ msgstr "Minimale beeldbreedte"
947
+
948
+ #: library/plugin-settings.php:1332
949
+ msgid "Specify a minimum width (in pixels) for uploaded images."
950
+ msgstr "Geef een minimale breedte (in pixels) op voor geüploade afbeeldingen."
951
+
952
+ #: library/plugin-settings.php:1335
953
+ msgid "Minimum image height"
954
+ msgstr "Minimale beeldhoogte"
955
+
956
+ #: library/plugin-settings.php:1337
957
+ msgid "Specify a minimum height (in pixels) for uploaded images."
958
+ msgstr "Geef een minimumhoogte (in pixels) op voor geüploade afbeeldingen."
959
+
960
+ #: library/plugin-settings.php:1340
961
+ msgid "Maximum image width"
962
+ msgstr "Maximale beeldbreedte"
963
+
964
+ #: library/plugin-settings.php:1342
965
+ msgid "Specify a maximum width (in pixels) for uploaded images."
966
+ msgstr "Geef een maximale breedte (in pixels) op voor geüploade afbeeldingen."
967
+
968
+ #: library/plugin-settings.php:1345
969
+ msgid "Maximum image height"
970
+ msgstr "Maximale beeldhoogte"
971
+
972
+ #: library/plugin-settings.php:1347
973
+ msgid "Specify a maximum height (in pixels) for uploaded images."
974
+ msgstr "Geef een maximale hoogte (in pixels) op voor geüploade afbeeldingen."
975
+
976
+ #: library/plugin-settings.php:1350
977
+ msgid "More Options"
978
+ msgstr "Meer opties"
979
+
980
+ #: library/plugin-settings.php:1353
981
+ msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
982
+ msgstr "Bekijk voor meer opties, zoals de mogelijkheid om andere bestandstypen te uploaden (zoals PDF, Word, Zip, video's en meer)"
983
+
984
+ #: library/plugin-settings.php:1354
985
+ msgid "Go Pro!"
986
+ msgstr "Ga Pro!"
987
+
988
+ #: library/plugin-settings.php:1361
989
+ msgid "Auto-Display Content"
990
+ msgstr "Inhoud automatisch weergeven"
991
+
992
+ #: library/plugin-settings.php:1366
993
+ msgid "Images Auto-Display"
994
+ msgstr "Afbeeldingen Auto-weergave"
995
+
996
+ #: library/plugin-settings.php:1368
997
+ msgid "Auto-display user-submitted images:"
998
+ msgstr "Gebruikersafbeeldingen automatisch weergeven:"
999
+
1000
+ #: library/plugin-settings.php:1373
1001
+ msgid "Image Markup"
1002
+ msgstr "Afbeelding markeren"
1003
+
1004
+ #: library/plugin-settings.php:1375
1005
+ msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1006
+ msgstr "Markering die moet worden gebruikt voor elke verzonden afbeelding (wanneer automatisch weergeven is ingeschakeld). Kan gebruiken"
1007
+
1008
+ #: library/plugin-settings.php:1377 library/plugin-settings.php:1390
1009
+ #: library/plugin-settings.php:1403 library/plugin-settings.php:1416
1010
+ msgid "and"
1011
+ msgstr "en"
1012
+
1013
+ #: library/plugin-settings.php:1380
1014
+ msgid "Email Auto-Display"
1015
+ msgstr "E-mail Auto-weergave"
1016
+
1017
+ #: library/plugin-settings.php:1382
1018
+ msgid "Auto-display user-submitted email:"
1019
+ msgstr "Auto-display door de gebruiker verzonden e-mail:"
1020
+
1021
+ #: library/plugin-settings.php:1387
1022
+ msgid "Email Markup"
1023
+ msgstr "E-mailmarkering"
1024
+
1025
+ #: library/plugin-settings.php:1389
1026
+ msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1027
+ msgstr "Markering die moet worden gebruikt voor het verzonden e-mailadres (wanneer automatisch weergeven is ingeschakeld). Kan gebruiken"
1028
+
1029
+ #: library/plugin-settings.php:1393
1030
+ msgid "URL Auto-Display"
1031
+ msgstr "URL Auto-weergave"
1032
+
1033
+ #: library/plugin-settings.php:1395
1034
+ msgid "Auto-display user-submitted URL:"
1035
+ msgstr "De door de gebruiker verzonden URL automatisch weergeven:"
1036
+
1037
+ #: library/plugin-settings.php:1400
1038
+ msgid "URL Markup"
1039
+ msgstr "URL-opmaak"
1040
+
1041
+ #: library/plugin-settings.php:1402
1042
+ msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1043
+ msgstr "Markering die moet worden gebruikt voor de verzonden URL (wanneer automatisch weergeven is ingeschakeld). Kan gebruiken"
1044
+
1045
+ #: library/plugin-settings.php:1406
1046
+ msgid "Custom Field Auto-Display"
1047
+ msgstr "Aangepast veld automatisch weergeven"
1048
+
1049
+ #: library/plugin-settings.php:1408
1050
+ msgid "Auto-display user-submitted Custom Field:"
1051
+ msgstr "Aangepaste velden voor automatisch weergeven door de gebruiker weergegeven:"
1052
+
1053
+ #: library/plugin-settings.php:1413
1054
+ msgid "Custom Field Markup"
1055
+ msgstr "Aangepaste veldmarkering"
1056
+
1057
+ #: library/plugin-settings.php:1415
1058
+ msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1059
+ msgstr "Markering die moet worden gebruikt voor het ingediende aangepaste veld (wanneer automatisch weergeven is ingeschakeld). Kan gebruiken"
1060
+
1061
+ #: library/plugin-settings.php:1421 library/plugin-settings.php:1497
1062
+ msgid "Save Settings"
1063
+ msgstr "Instellingen opslaan"
1064
+
1065
+ #: library/plugin-settings.php:1426
1066
+ msgid "Display the Form"
1067
+ msgstr "Toon het formulier"
1068
+
1069
+ #: library/plugin-settings.php:1429
1070
+ msgid "Post-Submit Form"
1071
+ msgstr "Post-Submit Form"
1072
+
1073
+ #: library/plugin-settings.php:1430
1074
+ msgid "USP enables you to display a post-submission form anywhere on your site."
1075
+ msgstr "Met USP kunt u een formulier voor na-verzending overal op uw site weergeven."
1076
+
1077
+ #: library/plugin-settings.php:1431 library/plugin-settings.php:1438
1078
+ msgid "Use the shortcode to display the form on any WP Post or Page:"
1079
+ msgstr "Gebruik de shortcode om het formulier op een WP-bericht of pagina weer te geven:"
1080
+
1081
+ #: library/plugin-settings.php:1433 library/plugin-settings.php:1440
1082
+ msgid "Or, use the template tag to display the form anywhere in your theme template:"
1083
+ msgstr "Of gebruik de sjabloontag om het formulier overal in uw themasjabloon weer te geven:"
1084
+
1085
+ #: library/plugin-settings.php:1436
1086
+ msgid "Login/Register Form"
1087
+ msgstr "Inloggen / Registreren Formulier"
1088
+
1089
+ #: library/plugin-settings.php:1437
1090
+ msgid "You also can display a form that enables users to log in, register, or reset their password."
1091
+ msgstr "U kunt ook een formulier weergeven waarmee gebruikers zich kunnen aanmelden, registreren of hun wachtwoord opnieuw kunnen instellen."
1092
+
1093
+ #: library/plugin-settings.php:1443
1094
+ msgid "Display Submitted Posts"
1095
+ msgstr "Toon verzonden berichten"
1096
+
1097
+ #: library/plugin-settings.php:1444
1098
+ msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1099
+ msgstr "Gebruik deze shortcode om een ​​lijst met ingediende berichten op een WP-bericht of -pagina weer te geven:"
1100
+
1101
+ #: library/plugin-settings.php:1446
1102
+ msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1103
+ msgstr "Of gebruik de sjabloontag om een ​​lijst met verzonden berichten overal in uw themasjabloon weer te geven:"
1104
+
1105
+ #: library/plugin-settings.php:1448
1106
+ msgid "Here are some examples showing how to configure this shortcode:"
1107
+ msgstr "Hier zijn enkele voorbeelden die laten zien hoe deze shortcode geconfigureerd moet worden:"
1108
+
1109
+ #: library/plugin-settings.php:1455
1110
+ msgid "Reset Form Button"
1111
+ msgstr "Reset Form Button"
1112
+
1113
+ #: library/plugin-settings.php:1456
1114
+ msgid "This shortcode displays a link that resets the form to its original state:"
1115
+ msgstr "Deze shortcode geeft een link weer die het formulier in de oorspronkelijke staat terugzet:"
1116
+
1117
+ #: library/plugin-settings.php:1458
1118
+ msgid "This shortcode accepts the following attributes:"
1119
+ msgstr "Deze shortcode accepteert de volgende kenmerken:"
1120
+
1121
+ #: library/plugin-settings.php:1463
1122
+ msgid "Note that the url attribute accepts"
1123
+ msgstr "Houd er rekening mee dat het kenmerk url accepteert"
1124
+
1125
+ #: library/plugin-settings.php:1463
1126
+ msgid "to get the current URL."
1127
+ msgstr "om de huidige URL te krijgen."
1128
+
1129
+ #: library/plugin-settings.php:1465
1130
+ msgid "Access Control"
1131
+ msgstr "Toegangscontrole"
1132
+
1133
+ #: library/plugin-settings.php:1466
1134
+ msgid "USP provides three shortcodes to control access and restrict content."
1135
+ msgstr "USP biedt drie shortcodes om de toegang te controleren en inhoud te beperken."
1136
+
1137
+ #: library/plugin-settings.php:1467
1138
+ msgid "Display content only to users with a specific capability:"
1139
+ msgstr "Toon inhoud alleen aan gebruikers met een specifieke mogelijkheid:"
1140
+
1141
+ #: library/plugin-settings.php:1469
1142
+ msgid "Display content to logged-in users:"
1143
+ msgstr "Inhoud weergeven voor ingelogde gebruikers:"
1144
+
1145
+ #: library/plugin-settings.php:1471
1146
+ msgid "Display content to visitors only:"
1147
+ msgstr "Toon alleen inhoud aan bezoekers:"
1148
+
1149
+ #: library/plugin-settings.php:1473
1150
+ msgid "Tip:"
1151
+ msgstr "Tip:"
1152
+
1153
+ #: library/plugin-settings.php:1473
1154
+ msgid "to include markup in the deny message, you can use"
1155
+ msgstr "om markup in het ontkenningsbericht op te nemen, kunt u gebruiken"
1156
+
1157
+ #: library/plugin-settings.php:1473
1158
+ msgid "to output"
1159
+ msgstr "uitvoeren"
1160
+
1161
+ #: library/plugin-settings.php:1475
1162
+ msgid "Example"
1163
+ msgstr "Voorbeeld"
1164
+
1165
+ #: library/plugin-settings.php:1476
1166
+ msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1167
+ msgstr "Als de gebruiker is aangemeld, geeft u het formulier na het verzenden weer; of als de gebruiker niet is aangemeld, geeft u het aanmeldingsformulier weer:"
1168
+
1169
+ #: library/plugin-settings.php:1488
1170
+ msgid "Restore Defaults"
1171
+ msgstr "Standaardwaarden herstellen"
1172
+
1173
+ #: library/plugin-settings.php:1491
1174
+ msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1175
+ msgstr "Laat deze optie uitgeschakeld om uw instellingen te onthouden. Of, om door te gaan en de standaard plugin-opties te herstellen: vink het vakje aan, sla uw instellingen op en deactiveer / heractiveer de plug-in."
1176
+
1177
+ #: library/plugin-settings.php:1495
1178
+ msgid "Restore default options upon plugin deactivation/reactivation."
1179
+ msgstr "Herstel standaardopties bij deactivering / reactivering van plug-ins."
1180
+
1181
+ #: library/plugin-settings.php:1502
1182
+ msgid "Show Support"
1183
+ msgstr "Toon ondersteuning"
1184
+
1185
+ #: library/plugin-settings.php:1511
1186
+ msgid "by"
1187
+ msgstr "door"
1188
+
1189
+ #: library/plugin-settings.php:1512
1190
+ msgid "Jeff Starr on Twitter"
1191
+ msgstr "Jeff Starr op Twitter"
1192
+
1193
+ #: library/plugin-settings.php:1513
1194
+ msgid "Obsessive Web Design &amp; Development"
1195
+ msgstr "Obsessive Web Design & amp; Ontwikkeling"
1196
+
1197
+ #: library/plugin-settings.php:1524
1198
+ msgid "Save Preference"
1199
+ msgstr "Voorkeur opslaan"
1200
+
1201
+ #: library/plugin-settings.php:1531
1202
+ msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1203
+ msgstr "Weet je zeker dat je alle standaardopties wilt herstellen? (deze actie kan niet ongedaan gemaakt worden)"
1204
+
1205
+ #: library/support-panel.php:52
1206
+ msgid "Perishable Press Books"
1207
+ msgstr "Perishable Press Books"
1208
+
1209
+ #: library/support-panel.php:53
1210
+ msgid "Plugin Planet"
1211
+ msgstr "Plugin Planet"
1212
+
1213
+ #: library/support-panel.php:54
1214
+ msgid "Donate via PayPal"
1215
+ msgstr "Doneer via PayPal"
1216
+
1217
+ #: library/support-panel.php:56
1218
+ msgid "books"
1219
+ msgstr "boeken"
1220
+
1221
+ #: library/support-panel.php:57
1222
+ msgid "plugins"
1223
+ msgstr "plugins"
1224
+
1225
+ #: library/support-panel.php:58
1226
+ msgid "donation"
1227
+ msgstr "schenking"
1228
+
1229
+ #: library/support-panel.php:60
1230
+ msgid "Thank you for using"
1231
+ msgstr "Bedankt voor het gebruiken"
1232
+
1233
+ #: library/support-panel.php:61
1234
+ msgid "Please show support by purchasing one of my"
1235
+ msgstr "Toon steun alstublieft door een van mijn te kopen"
1236
+
1237
+ #: library/support-panel.php:62
1238
+ msgid "or"
1239
+ msgstr "of"
1240
+
1241
+ #: library/support-panel.php:62
1242
+ msgid "or by making a"
1243
+ msgstr "of door een"
1244
+
1245
+ #: library/support-panel.php:63
1246
+ msgid "Your generous support helps to ensure future development of"
1247
+ msgstr "Uw genereuze ondersteuning helpt u bij de toekomstige ontwikkeling van"
1248
+
1249
+ #: library/support-panel.php:64
1250
+ msgid "and is greatly appreciated."
1251
+ msgstr "en wordt zeer op prijs gesteld."
1252
+
1253
+ #: library/support-panel.php:66
1254
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1255
+ msgstr "Donaties van elke grootte helpen me om door te gaan met het ontwikkelen van deze gratis plug-in en andere geweldige WordPress-bronnen."
1256
+
1257
+ #. Description of the plugin
1258
+ #:
1259
+ msgid "Enables your visitors to submit posts and images from anywhere on your site."
1260
+ msgstr "Hiermee kunnen uw bezoekers berichten en afbeeldingen verzenden vanaf elke locatie op uw site."
1261
+
1262
+ #. URI of the plugin
1263
+ #:
1264
+ msgid "https://perishablepress.com/user-submitted-posts/"
1265
+ msgstr "https://perishablepress.com/user-submitted-posts/"
1266
+
1267
+ #. Author of the plugin
1268
+ #:
1269
+ msgid "Jeff Starr"
1270
+ msgstr "Jeff Starr"
1271
+
1272
+ #. Author URI of the plugin
1273
+ #:
1274
+ msgid "https://plugin-planet.com/"
1275
+ msgstr "https://plugin-planet.com/"
1276
+
trunk/languages/usp-no.mo ADDED
Binary file
trunk/languages/usp-no.po ADDED
@@ -0,0 +1,1276 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "MIME-Version: 1.0\n"
4
+ "Content-Type: text/plain; charset=UTF-8\n"
5
+ "Content-Transfer-Encoding: 8bit\n"
6
+ "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20180316\n"
8
+ "Language: no\n"
9
+
10
+ #. Name of the plugin
11
+ #: user-submitted-posts.php:44 library/support-panel.php:5
12
+ msgid "User Submitted Posts"
13
+ msgstr "Brukerinnleggte innlegg"
14
+
15
+ #: user-submitted-posts.php:81
16
+ msgid "requires WordPress "
17
+ msgstr "krever WordPress"
18
+
19
+ #: user-submitted-posts.php:82
20
+ msgid " or higher, and has been deactivated! "
21
+ msgstr " eller høyere, og har blitt deaktivert!"
22
+
23
+ #: user-submitted-posts.php:83
24
+ msgid "Please return to the"
25
+ msgstr "Vennligst kom tilbake til"
26
+
27
+ #: user-submitted-posts.php:84
28
+ msgid "WordPress Admin Area"
29
+ msgstr "WordPress Admin Area"
30
+
31
+ #: user-submitted-posts.php:85
32
+ msgid "to upgrade WordPress and try again."
33
+ msgstr "å oppgradere WordPress og prøv igjen."
34
+
35
+ #: user-submitted-posts.php:125
36
+ msgid "User Submitted Post"
37
+ msgstr "Bruker innsendt innlegg"
38
+
39
+ #: user-submitted-posts.php:419
40
+ msgid "User Submitted Post Info"
41
+ msgstr "Bruker innsendt postinfo"
42
+
43
+ #: user-submitted-posts.php:449
44
+ msgid "Submitter Name: "
45
+ msgstr "Navn på innsender:"
46
+
47
+ #: user-submitted-posts.php:450
48
+ msgid "Submitter Email: "
49
+ msgstr "Senders e-postadresse:"
50
+
51
+ #: user-submitted-posts.php:451
52
+ msgid "Submitter URL: "
53
+ msgstr "Senders URL:"
54
+
55
+ #: user-submitted-posts.php:452
56
+ msgid "Submitter IP: "
57
+ msgstr "IP-mottaker:"
58
+
59
+ #: user-submitted-posts.php:503
60
+ msgid "Show USP Posts"
61
+ msgstr "Vis USP-innlegg"
62
+
63
+ #: user-submitted-posts.php:504 library/plugin-settings.php:979
64
+ msgid "USP"
65
+ msgstr "USP"
66
+
67
+ #: user-submitted-posts.php:1272
68
+ msgid " files required"
69
+ msgstr " filer som kreves"
70
+
71
+ #: user-submitted-posts.php:1273
72
+ msgid " file required"
73
+ msgstr " fil nødvendig"
74
+
75
+ #: user-submitted-posts.php:1275
76
+ msgid " files"
77
+ msgstr " filer"
78
+
79
+ #: user-submitted-posts.php:1276
80
+ msgid " file"
81
+ msgstr " fil"
82
+
83
+ #: user-submitted-posts.php:1278 user-submitted-posts.php:1279
84
+ #: user-submitted-posts.php:1280 user-submitted-posts.php:1281
85
+ msgid " pixels"
86
+ msgstr " piksler"
87
+
88
+ #: user-submitted-posts.php:1283 library/core-functions.php:215
89
+ #: library/plugin-settings.php:284 library/plugin-settings.php:303
90
+ #: library/plugin-settings.php:701 library/plugin-settings.php:1195
91
+ msgid "Custom Field"
92
+ msgstr "Tilpasset felt"
93
+
94
+ #: user-submitted-posts.php:1286
95
+ msgid "An error occurred. Please go back and try again."
96
+ msgstr "En feil oppstod. Vennligst gå tilbake og prøv igjen."
97
+
98
+ #: user-submitted-posts.php:1296
99
+ msgid "User login required"
100
+ msgstr "Bruker login påkrevd"
101
+
102
+ #: user-submitted-posts.php:1297
103
+ msgid "User name required"
104
+ msgstr "Brukernavn kreves"
105
+
106
+ #: user-submitted-posts.php:1298
107
+ msgid "Post title required"
108
+ msgstr "Posttittel kreves"
109
+
110
+ #: user-submitted-posts.php:1299
111
+ msgid "User URL required"
112
+ msgstr "Brukers URL kreves"
113
+
114
+ #: user-submitted-posts.php:1300
115
+ msgid "Post tags required"
116
+ msgstr "Postkodene kreves"
117
+
118
+ #: user-submitted-posts.php:1301
119
+ msgid "Post category required"
120
+ msgstr "Postkategori kreves"
121
+
122
+ #: user-submitted-posts.php:1302
123
+ msgid "Post content required"
124
+ msgstr "Legg inn innhold påkrevd"
125
+
126
+ #: user-submitted-posts.php:1303 user-submitted-posts.php:1304
127
+ msgid "Correct captcha required"
128
+ msgstr "Korrekt captcha kreves"
129
+
130
+ #: user-submitted-posts.php:1305
131
+ msgid "User email required"
132
+ msgstr "Bruker e-post kreves"
133
+
134
+ #: user-submitted-posts.php:1306
135
+ msgid "Please check your email and try again"
136
+ msgstr "Vennligst sjekk e-posten din og prøv igjen"
137
+
138
+ #: user-submitted-posts.php:1307
139
+ msgid "Non-empty value for hidden field"
140
+ msgstr "Ikke tom verdi for skjult felt"
141
+
142
+ #: user-submitted-posts.php:1308
143
+ msgid "Minimum number of images not met"
144
+ msgstr "Minimum antall bilder ikke oppfylt"
145
+
146
+ #: user-submitted-posts.php:1309
147
+ msgid "Maximum number of images exceeded "
148
+ msgstr "Maksimalt antall bilder overskredet"
149
+
150
+ #: user-submitted-posts.php:1310
151
+ msgid "Minimum image width not met"
152
+ msgstr "Minimum bildebredde ikke oppfylt"
153
+
154
+ #: user-submitted-posts.php:1311
155
+ msgid "Image width exceeds maximum"
156
+ msgstr "Bildebredde overstiger maksimum"
157
+
158
+ #: user-submitted-posts.php:1312
159
+ msgid "Minimum image height not met"
160
+ msgstr "Minimum bildehøyde ikke oppfylt"
161
+
162
+ #: user-submitted-posts.php:1313
163
+ msgid "Image height exceeds maximum"
164
+ msgstr "Bildens høyde overstiger maksimum"
165
+
166
+ #: user-submitted-posts.php:1314
167
+ msgid "File type not allowed (please upload images only)"
168
+ msgstr "Filtype er ikke tillatt (vennligst last opp kun bilder)"
169
+
170
+ #: user-submitted-posts.php:1315
171
+ msgid " required"
172
+ msgstr " nødvendig"
173
+
174
+ #: user-submitted-posts.php:1319
175
+ msgid "File not uploaded. Please check the file and try again."
176
+ msgstr "Filen er ikke lastet opp. Vennligst sjekk filen og prøv igjen."
177
+
178
+ #: user-submitted-posts.php:1323
179
+ msgid "The file(s) could not be uploaded"
180
+ msgstr "Filen / filene kunne ikke lastes opp"
181
+
182
+ #: user-submitted-posts.php:1325
183
+ msgid "Post not created. Please contact the site administrator for help."
184
+ msgstr "Innlegg ikke opprettet. Ta kontakt med administratoren for å få hjelp."
185
+
186
+ #: user-submitted-posts.php:1326
187
+ msgid "Duplicate post title. Please try again."
188
+ msgstr "Kopier posttittel. Vær så snill, prøv på nytt."
189
+
190
+ #: user-submitted-posts.php:1336
191
+ msgid "Error: "
192
+ msgstr "Feil:"
193
+
194
+ #: user-submitted-posts.php:1362
195
+ msgid "Return to form"
196
+ msgstr "Gå tilbake til skjemaet"
197
+
198
+ #: user-submitted-posts.php:1392 library/plugin-settings.php:955
199
+ msgid "Please"
200
+ msgstr "Vær så snill"
201
+
202
+ #: user-submitted-posts.php:1393
203
+ msgid "log in"
204
+ msgstr "Logg Inn"
205
+
206
+ #: user-submitted-posts.php:1394
207
+ msgid "to submit content!"
208
+ msgstr "å sende inn innhold!"
209
+
210
+ #: views/submission-form.php:46 views/submission-form-alt.php:55
211
+ msgid "Please complete the required fields."
212
+ msgstr "Vennligst fyll ut de obligatoriske feltene."
213
+
214
+ #: views/submission-form.php:56 views/submission-form.php:57
215
+ #: views/submission-form-alt.php:61 views/submission-form-alt.php:62
216
+ msgid "Your Name"
217
+ msgstr "Navnet ditt"
218
+
219
+ #: views/submission-form.php:62 views/submission-form.php:63
220
+ #: views/submission-form-alt.php:67 views/submission-form-alt.php:68
221
+ msgid "Your URL"
222
+ msgstr "Din nettadresse"
223
+
224
+ #: views/submission-form.php:68 views/submission-form.php:69
225
+ #: views/submission-form-alt.php:73 views/submission-form-alt.php:74
226
+ msgid "Your Email"
227
+ msgstr "Din epost"
228
+
229
+ #: views/submission-form.php:74 views/submission-form.php:75
230
+ #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
+ #: library/plugin-settings.php:1016
232
+ msgid "Post Title"
233
+ msgstr "Posttittel"
234
+
235
+ #: views/submission-form.php:80 views/submission-form.php:81
236
+ #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
+ #: library/plugin-settings.php:1017
238
+ msgid "Post Tags"
239
+ msgstr "Postetiketter"
240
+
241
+ #: views/submission-form.php:93 views/submission-form-alt.php:98
242
+ msgid "Antispam Question"
243
+ msgstr "Antispam Spørsmål"
244
+
245
+ #: views/submission-form.php:98 views/submission-form-alt.php:103
246
+ #: library/plugin-settings.php:1018
247
+ msgid "Post Category"
248
+ msgstr "Post kategori"
249
+
250
+ #: views/submission-form.php:100 views/submission-form-alt.php:105
251
+ msgid "Please select a category.."
252
+ msgstr "Vennligst velg en kategori .."
253
+
254
+ #: views/submission-form.php:135 views/submission-form.php:136
255
+ #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
+ #: library/plugin-settings.php:1019
257
+ msgid "Post Content"
258
+ msgstr "Innlegg Innhold"
259
+
260
+ #: views/submission-form.php:142 views/submission-form-alt.php:147
261
+ msgid "Verification"
262
+ msgstr "Bekreftelse"
263
+
264
+ #: views/submission-form.php:149 views/submission-form-alt.php:154
265
+ msgid "Upload an Image"
266
+ msgstr "Last opp et bilde"
267
+
268
+ #: views/submission-form.php:158 views/submission-form-alt.php:163
269
+ msgid "Add another image"
270
+ msgstr "Legg til et annet bilde"
271
+
272
+ #: views/submission-form.php:180 views/submission-form-alt.php:185
273
+ msgid "Human verification: leave this field empty."
274
+ msgstr "Personlig verifisering: la dette feltet stå tomt."
275
+
276
+ #: views/submission-form.php:202 views/submission-form-alt.php:207
277
+ msgid "Submit Post"
278
+ msgstr "Send inn innlegg"
279
+
280
+ #: library/shortcode-misc.php:18
281
+ msgid "Reset form"
282
+ msgstr "Tilbakestill skjema"
283
+
284
+ #: library/shortcode-misc.php:128
285
+ msgid "View full post"
286
+ msgstr "Se hele innlegget"
287
+
288
+ #: library/plugin-settings.php:32
289
+ msgid "Get USP Pro for unlimited forms!"
290
+ msgstr "Få USP Pro for ubegrensede skjemaer!"
291
+
292
+ #: library/plugin-settings.php:33
293
+ msgid "Go Pro"
294
+ msgstr "Bli profesjonell"
295
+
296
+ #: library/plugin-settings.php:37
297
+ msgid "Settings"
298
+ msgstr "innstillinger"
299
+
300
+ #: library/plugin-settings.php:55
301
+ msgid "Give USP a 5-star rating at WordPress.org"
302
+ msgstr "Gi USP en 5-stjerners rating på WordPress.org"
303
+
304
+ #: library/plugin-settings.php:56
305
+ msgid "Rate this plugin&nbsp;&raquo;"
306
+ msgstr "Vurder dette pluginet & nbsp; & raquo;"
307
+
308
+ #: library/plugin-settings.php:114
309
+ msgid "WP Post (recommended)"
310
+ msgstr "WP Post (anbefalt)"
311
+
312
+ #: library/plugin-settings.php:118
313
+ msgid "WP Page"
314
+ msgstr "WP-siden"
315
+
316
+ #: library/plugin-settings.php:134
317
+ msgid "HTML5 Form + Default CSS"
318
+ msgstr "HTML5 Form + Standard CSS"
319
+
320
+ #: library/plugin-settings.php:134
321
+ msgid "(Recommended)"
322
+ msgstr "(Anbefales)"
323
+
324
+ #: library/plugin-settings.php:138
325
+ msgid "HTML5 Form + Disable CSS"
326
+ msgstr "HTML5 Form + Deaktiver CSS"
327
+
328
+ #: library/plugin-settings.php:138
329
+ msgid "(Provide your own styles)"
330
+ msgstr "(Gi dine egne stiler)"
331
+
332
+ #: library/plugin-settings.php:142
333
+ msgid "Custom Form + Custom CSS"
334
+ msgstr "Egendefinert skjema + egendefinert CSS"
335
+
336
+ #: library/plugin-settings.php:142
337
+ msgid "(Provide your own form template &amp; styles)"
338
+ msgstr "(Gi din egen skjema mal og stiler)"
339
+
340
+ #: library/plugin-settings.php:158 library/plugin-settings.php:182
341
+ #: library/plugin-settings.php:205 library/plugin-settings.php:229
342
+ msgid "Auto-display before post content"
343
+ msgstr "Automatisk visning før innleggets innhold"
344
+
345
+ #: library/plugin-settings.php:162 library/plugin-settings.php:186
346
+ #: library/plugin-settings.php:209 library/plugin-settings.php:233
347
+ msgid "Auto-display after post content"
348
+ msgstr "Automatisk visning etter innleggets innhold"
349
+
350
+ #: library/plugin-settings.php:166
351
+ msgid "Do not auto-display submitted images"
352
+ msgstr "Ikke vis frem sendte bilder automatisk"
353
+
354
+ #: library/plugin-settings.php:190
355
+ msgid "Do not auto-display submitted email"
356
+ msgstr "Ikke automatisk send inn sendt e-post"
357
+
358
+ #: library/plugin-settings.php:213
359
+ msgid "Do not auto-display submitted URL"
360
+ msgstr "Ikke vis automatisk innlevert nettadresse"
361
+
362
+ #: library/plugin-settings.php:237
363
+ msgid "Do not auto-display the Custom Field"
364
+ msgstr "Ikke vis det egendefinerte feltet automatisk"
365
+
366
+ #: library/plugin-settings.php:265 library/plugin-settings.php:297
367
+ #: library/plugin-settings.php:330 library/plugin-settings.php:362
368
+ msgid "Display and require"
369
+ msgstr "Vis og krever"
370
+
371
+ #: library/plugin-settings.php:266 library/plugin-settings.php:298
372
+ msgid "Display but do not require"
373
+ msgstr "Skjerm, men krever ikke"
374
+
375
+ #: library/plugin-settings.php:267 library/plugin-settings.php:299
376
+ #: library/plugin-settings.php:331 library/plugin-settings.php:363
377
+ msgid "Disable this field"
378
+ msgstr "Deaktiver dette feltet"
379
+
380
+ #: library/plugin-settings.php:302 library/plugin-settings.php:334
381
+ #: library/plugin-settings.php:366 library/plugin-settings.php:398
382
+ msgid "(Visit"
383
+ msgstr "(Besøk"
384
+
385
+ #: library/plugin-settings.php:303 library/plugin-settings.php:335
386
+ #: library/plugin-settings.php:367 library/plugin-settings.php:399
387
+ msgid "to configure options)"
388
+ msgstr "å konfigurere alternativer)"
389
+
390
+ #: library/plugin-settings.php:318 library/plugin-settings.php:335
391
+ #: library/plugin-settings.php:1213 library/plugin-settings.php:1218
392
+ msgid "Challenge Question"
393
+ msgstr "Utfordrende Spørsmål"
394
+
395
+ #: library/plugin-settings.php:350 library/plugin-settings.php:367
396
+ #: library/plugin-settings.php:1235
397
+ msgid "Google reCAPTCHA"
398
+ msgstr "Google reCAPTCHA"
399
+
400
+ #: library/plugin-settings.php:382
401
+ msgid "Post Images"
402
+ msgstr "Legg inn bilder"
403
+
404
+ #: library/plugin-settings.php:394
405
+ msgid "Display"
406
+ msgstr "Vise"
407
+
408
+ #: library/plugin-settings.php:395
409
+ msgid "Disable"
410
+ msgstr "Deaktiver"
411
+
412
+ #: library/plugin-settings.php:399 library/plugin-settings.php:1296
413
+ msgid "Image Uploads"
414
+ msgstr "Bildeopplastinger"
415
+
416
+ #: library/plugin-settings.php:479
417
+ msgid "Draft"
418
+ msgstr "utkast"
419
+
420
+ #: library/plugin-settings.php:480
421
+ msgid "Pending (default)"
422
+ msgstr "Venter (standard)"
423
+
424
+ #: library/plugin-settings.php:481
425
+ msgid "Publish immediately"
426
+ msgstr "Publiser umiddelbart"
427
+
428
+ #: library/plugin-settings.php:482
429
+ msgid "Publish after 1 approved post"
430
+ msgstr "Publiser etter 1 godkjent innlegg"
431
+
432
+ #: library/plugin-settings.php:483
433
+ msgid "Publish after "
434
+ msgstr "Publiser etter"
435
+
436
+ #: library/plugin-settings.php:483
437
+ msgid " approved posts"
438
+ msgstr " godkjente innlegg"
439
+
440
+ #: library/plugin-settings.php:645
441
+ msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
442
+ msgstr "Det var en feil. Sørg for at du har lagt til en tittel, noe innhold, og at du bare har lastet opp bilder."
443
+
444
+ #: library/plugin-settings.php:659
445
+ msgid "Please select your image(s) to upload."
446
+ msgstr "Vennligst velg bildene dine for å laste opp."
447
+
448
+ #: library/plugin-settings.php:665
449
+ msgid "Success! Thank you for your submission."
450
+ msgstr "Suksess! Takk for ditt bidrag."
451
+
452
+ #: library/plugin-settings.php:691
453
+ msgid "Email"
454
+ msgstr "e-post"
455
+
456
+ #: library/plugin-settings.php:692
457
+ msgid "URL"
458
+ msgstr "URL"
459
+
460
+ #: library/plugin-settings.php:942
461
+ msgid "Toggle all panels"
462
+ msgstr "Bytt alle paneler"
463
+
464
+ #: library/plugin-settings.php:951
465
+ msgid "We need your support!"
466
+ msgstr "Vi trenger din støtte!"
467
+
468
+ #: library/plugin-settings.php:955
469
+ msgid "Make a donation via PayPal"
470
+ msgstr "Lag en donasjon via PayPal"
471
+
472
+ #: library/plugin-settings.php:955
473
+ msgid "make a donation"
474
+ msgstr "gi en donasjon"
475
+
476
+ #: library/plugin-settings.php:955
477
+ msgid "and/or"
478
+ msgstr "og / eller"
479
+
480
+ #: library/plugin-settings.php:956
481
+ msgid "Rate and review at the Plugin Directory"
482
+ msgstr "Vurder og gjennomgå på Plugin Directory"
483
+
484
+ #: library/plugin-settings.php:957
485
+ msgid "give this plugin a 5-star rating"
486
+ msgstr "gi denne plugin en 5-stjerners rating"
487
+
488
+ #: library/plugin-settings.php:961
489
+ msgid "Your generous support enables continued development of this free plugin. Thank you!"
490
+ msgstr "Din sjenerøse støtte muliggjør fortsatt utvikling av denne gratis plugin. Takk skal du ha!"
491
+
492
+ #: library/plugin-settings.php:966
493
+ msgid "Check this box if you have shown support"
494
+ msgstr "Merk av i denne boksen hvis du har vist støtte"
495
+
496
+ #: library/plugin-settings.php:975
497
+ msgid "Overview"
498
+ msgstr "Oversikt"
499
+
500
+ #: library/plugin-settings.php:979
501
+ msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
502
+ msgstr "gjør det mulig for besøkende å sende innlegg og laste opp bilder fra fronten på nettstedet ditt."
503
+
504
+ #: library/plugin-settings.php:980
505
+ msgid "For advanced functionality and unlimited forms, check out"
506
+ msgstr "For avansert funksjonalitet og ubegrensede skjemaer, sjekk ut"
507
+
508
+ #: library/plugin-settings.php:980 library/plugin-settings.php:1354
509
+ msgid "USP Pro"
510
+ msgstr "USP Pro"
511
+
512
+ #: library/plugin-settings.php:981
513
+ msgid "&mdash; the ultimate solution for user-generated content."
514
+ msgstr "& Ndash; Den ultimate løsningen for brukergenerert innhold."
515
+
516
+ #: library/plugin-settings.php:985 library/plugin-settings.php:1002
517
+ msgid "Plugin Settings"
518
+ msgstr "Plugin Settings"
519
+
520
+ #: library/plugin-settings.php:986
521
+ msgid "Display the form"
522
+ msgstr "Vis skjemaet"
523
+
524
+ #: library/plugin-settings.php:987 library/plugin-settings.php:1511
525
+ msgid "Plugin Homepage"
526
+ msgstr "Plugin hjemmeside"
527
+
528
+ #: library/plugin-settings.php:990
529
+ msgid "If you like this plugin, please"
530
+ msgstr "Hvis du liker dette pluginet, vær så snill"
531
+
532
+ #: library/plugin-settings.php:991
533
+ msgid "THANK YOU for your support!"
534
+ msgstr "Takk for støtten!"
535
+
536
+ #: library/plugin-settings.php:991
537
+ msgid "give it a 5-star rating"
538
+ msgstr "gi den en 5-stjerners rating"
539
+
540
+ #: library/plugin-settings.php:995
541
+ msgid "Unlimited front-end forms"
542
+ msgstr "Ubegrenset front-end-skjemaer"
543
+
544
+ #: library/plugin-settings.php:995
545
+ msgid "Get USP Pro"
546
+ msgstr "Få USP Pro"
547
+
548
+ #: library/plugin-settings.php:1005
549
+ msgid "Configure your settings for User Submitted Posts."
550
+ msgstr "Konfigurer innstillingene dine for brukerinnleggte innlegg."
551
+
552
+ #: library/plugin-settings.php:1007
553
+ msgid "Form Fields"
554
+ msgstr "Form Fields"
555
+
556
+ #: library/plugin-settings.php:1013
557
+ msgid "User Name"
558
+ msgstr "Brukernavn"
559
+
560
+ #: library/plugin-settings.php:1014
561
+ msgid "User Email"
562
+ msgstr "Bruker Email"
563
+
564
+ #: library/plugin-settings.php:1015
565
+ msgid "User URL"
566
+ msgstr "Bruker URL"
567
+
568
+ #: library/plugin-settings.php:1030
569
+ msgid "General Settings"
570
+ msgstr "Generelle innstillinger"
571
+
572
+ #: library/plugin-settings.php:1032
573
+ msgid "Note that the default settings work fine for most cases."
574
+ msgstr "Merk at standardinnstillingene fungerer fint i de fleste tilfeller."
575
+
576
+ #: library/plugin-settings.php:1037
577
+ msgid "Form Style"
578
+ msgstr "Form Style"
579
+
580
+ #: library/plugin-settings.php:1042
581
+ msgid "With this option, you can copy the plugin&rsquo;s default templates:"
582
+ msgstr "Med dette alternativet kan du kopiere standardinnstillingene for plugin:"
583
+
584
+ #: library/plugin-settings.php:1047
585
+ msgid "..and upload them into a directory named"
586
+ msgstr ".. og laste dem opp i en katalog som heter"
587
+
588
+ #: library/plugin-settings.php:1047
589
+ msgid "in your theme:"
590
+ msgstr "i temaet ditt:"
591
+
592
+ #: library/plugin-settings.php:1053
593
+ msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
594
+ msgstr "Det gjør at du kan tilpasse skjemaet og stilene som ønsket. For mer informasjon, sjekk ut delen \"Tilpasset innleveringsskjema\" i"
595
+
596
+ #: library/plugin-settings.php:1054
597
+ msgid "Installation Docs"
598
+ msgstr "Installasjonsdokumenter"
599
+
600
+ #: library/plugin-settings.php:1055
601
+ msgid "FYI: here is a"
602
+ msgstr "FYI: her er en"
603
+
604
+ #: library/plugin-settings.php:1055
605
+ msgid "list of USP CSS selectors"
606
+ msgstr "liste over USP CSS selectors"
607
+
608
+ #: library/plugin-settings.php:1061
609
+ msgid "Include JavaScript"
610
+ msgstr "Inkluder JavaScript"
611
+
612
+ #: library/plugin-settings.php:1063
613
+ msgid "Check this box if you want to include the external JavaScript files (recommended)."
614
+ msgstr "Merk av i denne boksen hvis du vil inkludere de eksterne JavaScript-filene (anbefales)."
615
+
616
+ #: library/plugin-settings.php:1066
617
+ msgid "Targeted Loading"
618
+ msgstr "Målrettet innlasting"
619
+
620
+ #: library/plugin-settings.php:1068
621
+ msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
622
+ msgstr "Som standard er ekstern CSS & amp; JavaScript-filer er lastet på hver side. Her kan du spesifisere nettadressen til USP-skjemaet for å bare laste inn ressurser på den siden. Merk: la være tom for å laste på alle sider."
623
+
624
+ #: library/plugin-settings.php:1071
625
+ msgid "Post Type"
626
+ msgstr "Post Type"
627
+
628
+ #: library/plugin-settings.php:1074
629
+ msgid "Submit posts as WP Posts or Pages"
630
+ msgstr "Send inn innlegg som WP-innlegg eller sider"
631
+
632
+ #: library/plugin-settings.php:1078
633
+ msgid "Post Status"
634
+ msgstr "Poststatus"
635
+
636
+ #: library/plugin-settings.php:1081
637
+ msgid "Post Status for submitted posts"
638
+ msgstr "Legg inn status for innsendte innlegg"
639
+
640
+ #: library/plugin-settings.php:1085
641
+ msgid "Redirect URL"
642
+ msgstr "Viderekoblingsadresse"
643
+
644
+ #: library/plugin-settings.php:1087
645
+ msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
646
+ msgstr "Angi en nettadresse for å omdirigere brukeren etter innsending. La være tom for å omdirigere tilbake til gjeldende side."
647
+
648
+ #: library/plugin-settings.php:1090
649
+ msgid "Success Message"
650
+ msgstr "Suksessmelding"
651
+
652
+ #: library/plugin-settings.php:1092
653
+ msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
654
+ msgstr "Suksessmelding som vises hvis innlegging er vellykket. Grunnleggende markering er tillatt."
655
+
656
+ #: library/plugin-settings.php:1095
657
+ msgid "Error Message"
658
+ msgstr "Feilmelding"
659
+
660
+ #: library/plugin-settings.php:1097
661
+ msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
662
+ msgstr "Generell feilmelding som vises hvis innlegget mislykkes. Grunnleggende markering er tillatt."
663
+
664
+ #: library/plugin-settings.php:1100
665
+ msgid "Custom Content"
666
+ msgstr "Egendefinert innhold"
667
+
668
+ #: library/plugin-settings.php:1102
669
+ msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
670
+ msgstr "Egendefinert tekst / markering som skal inkluderes før innleveringsskjemaet. La være tom for å deaktivere."
671
+
672
+ #: library/plugin-settings.php:1105
673
+ msgid "Rich Text Editor"
674
+ msgstr "Rich Text Editor"
675
+
676
+ #: library/plugin-settings.php:1107
677
+ msgid "Check this box if you want to enable WP rich text editing for submitted posts."
678
+ msgstr "Merk av i denne boksen hvis du vil aktivere WP-rich tekstredigering for innsendte innlegg."
679
+
680
+ #: library/plugin-settings.php:1110
681
+ msgid "Unique Titles"
682
+ msgstr "Unike titler"
683
+
684
+ #: library/plugin-settings.php:1112
685
+ msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
686
+ msgstr "Krev innleverte posttitler for å være unike (nyttig for å forhindre flere / dupliserte innsendte innlegg)."
687
+
688
+ #: library/plugin-settings.php:1115
689
+ msgid "Disable Required"
690
+ msgstr "Deaktiver nødvendig"
691
+
692
+ #: library/plugin-settings.php:1117
693
+ msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
694
+ msgstr "Deaktiver alle nødvendige attributter på standard skjemafelt (nyttig for feilsøkingsfeilmeldinger)."
695
+
696
+ #: library/plugin-settings.php:1120
697
+ msgid "Disable IP Tracking"
698
+ msgstr "Deaktiver IP-sporing"
699
+
700
+ #: library/plugin-settings.php:1122
701
+ msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
702
+ msgstr "Som standard registrerer USP IP-adressen med hvert innlevert innlegg. Merk av i denne boksen for å deaktivere all IP-sporing."
703
+
704
+ #: library/plugin-settings.php:1125
705
+ msgid "Enable Shortcodes"
706
+ msgstr "Aktiver kortnummer"
707
+
708
+ #: library/plugin-settings.php:1127
709
+ msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
710
+ msgstr "Aktiver kortnummer i widgets. Som standard aktiverer WordPress ikke kortnumre i widgets."
711
+
712
+ #: library/plugin-settings.php:1128
713
+ msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
714
+ msgstr "Denne innstillingen aktiverer noen / alle kortkoder i widgets (til og med kortnumre fra andre pluginprogrammer)."
715
+
716
+ #: library/plugin-settings.php:1133 library/plugin-settings.php:1138
717
+ msgid "Categories"
718
+ msgstr "kategorier"
719
+
720
+ #: library/plugin-settings.php:1141
721
+ msgid "Select which categories may be assigned to submitted posts (click to toggle)"
722
+ msgstr "Velg hvilke kategorier som kan tilordnes innsendte innlegg (klikk for å veksle)"
723
+
724
+ #: library/plugin-settings.php:1149
725
+ msgid "Hidden/Default Category"
726
+ msgstr "Skjult / standard kategori"
727
+
728
+ #: library/plugin-settings.php:1151
729
+ msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
730
+ msgstr "Bruk et skjult felt for postkategorien. Dette kan brukes til å angi en standardkategori når kategorifeltet er deaktivert."
731
+
732
+ #: library/plugin-settings.php:1154
733
+ msgid "Category ID for Hidden Field"
734
+ msgstr "Kategori ID for skjult felt"
735
+
736
+ #: library/plugin-settings.php:1156
737
+ msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
738
+ msgstr "Angi ID-en for kategorien som skal brukes for skjult / standard kategori & rdquo; alternativ."
739
+
740
+ #: library/plugin-settings.php:1161
741
+ msgid "Users"
742
+ msgstr "brukere"
743
+
744
+ #: library/plugin-settings.php:1166
745
+ msgid "Assigned Author"
746
+ msgstr "Tilordnet forfatter"
747
+
748
+ #: library/plugin-settings.php:1169
749
+ msgid "Specify the user that should be assigned as author for submitted posts."
750
+ msgstr "Angi brukeren som skal tilordnes som forfatter for innsendte innlegg."
751
+
752
+ #: library/plugin-settings.php:1173
753
+ msgid "Registered Username"
754
+ msgstr "Registrert brukernavn"
755
+
756
+ #: library/plugin-settings.php:1175
757
+ msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
758
+ msgstr "Bruk registrert brukernavn som postforfatter. Gyldig når personen som sender inn skjemaet, er logget inn på WordPress."
759
+
760
+ #: library/plugin-settings.php:1178
761
+ msgid "User Profile URL"
762
+ msgstr "Brukerprofil-URL"
763
+
764
+ #: library/plugin-settings.php:1180
765
+ msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
766
+ msgstr "Bruk registrert brukerens profiladresse som verdien av URL-feltet. Gyldig når personen som sender inn skjemaet, er logget inn på WordPress."
767
+
768
+ #: library/plugin-settings.php:1183
769
+ msgid "Require User Login"
770
+ msgstr "Krev brukerinnlogging"
771
+
772
+ #: library/plugin-settings.php:1185
773
+ msgid "Require users to be logged in to WordPress to view/submit the form"
774
+ msgstr "Krev brukere å være logget inn på WordPress for å vise / sende skjemaet"
775
+
776
+ #: library/plugin-settings.php:1188
777
+ msgid "Disable Replace Author"
778
+ msgstr "Deaktiver erstatte forfatter"
779
+
780
+ #: library/plugin-settings.php:1190
781
+ msgid "Do not replace post author with submitted user name"
782
+ msgstr "Ikke erstatt postforfatter med innlevert brukernavn"
783
+
784
+ #: library/plugin-settings.php:1196
785
+ msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
786
+ msgstr "Her kan du endre navn og etikett som brukes av det egendefinerte feltet. Du kan aktivere dette feltet via innstillingene for skjemafelt, ovenfor."
787
+
788
+ #: library/plugin-settings.php:1201
789
+ msgid "Custom Field Name"
790
+ msgstr "Egendefinert feltnavn"
791
+
792
+ #: library/plugin-settings.php:1203
793
+ msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
794
+ msgstr "Bruk bare alfanumeriske, understreker og bindestreker. Hvis du er usikker, bruk standardnavnet:"
795
+
796
+ #: library/plugin-settings.php:1206
797
+ msgid "Custom Field Label"
798
+ msgstr "Egendefinert feltetikett"
799
+
800
+ #: library/plugin-settings.php:1208
801
+ msgid "This will be displayed as the field label on the form. Default: Custom Field"
802
+ msgstr "Dette vil bli vist som feltetikett på skjemaet. Standard: Tilpasset felt"
803
+
804
+ #: library/plugin-settings.php:1220
805
+ msgid "To prevent spam, enter a question that users must answer before submitting the form."
806
+ msgstr "For å hindre spam, skriv inn et spørsmål som brukere må svare før du sender inn skjemaet."
807
+
808
+ #: library/plugin-settings.php:1223
809
+ msgid "Challenge Response"
810
+ msgstr "Utfordringsrespons"
811
+
812
+ #: library/plugin-settings.php:1225
813
+ msgid "Enter the *only* correct answer to the challenge question."
814
+ msgstr "Skriv inn det eneste * riktige svaret på utfordringsspørsmålet."
815
+
816
+ #: library/plugin-settings.php:1228
817
+ msgid "Case-sensitivity"
818
+ msgstr "Case-følsomhet"
819
+
820
+ #: library/plugin-settings.php:1230
821
+ msgid "Check this box if you want the challenge response to be case-sensitive."
822
+ msgstr "Merk av i denne boksen hvis du vil at utfordringssvaret skal være saksensitivt."
823
+
824
+ #: library/plugin-settings.php:1236
825
+ msgid "To enable Google reCAPTCHA, enter your public and private keys."
826
+ msgstr "For å aktivere Google reCAPTCHA, skriv inn dine offentlige og private nøkler."
827
+
828
+ #: library/plugin-settings.php:1241
829
+ msgid "Public Key"
830
+ msgstr "Offentlig nøkkel"
831
+
832
+ #: library/plugin-settings.php:1243
833
+ msgid "Enter your Public Key"
834
+ msgstr "Skriv inn din offentlige nøkkel"
835
+
836
+ #: library/plugin-settings.php:1246
837
+ msgid "Private Key"
838
+ msgstr "Privat nøkkel"
839
+
840
+ #: library/plugin-settings.php:1248
841
+ msgid "Enter your Private Key"
842
+ msgstr "Skriv inn din private nøkkel"
843
+
844
+ #: library/plugin-settings.php:1253
845
+ msgid "Email Alerts"
846
+ msgstr "E-postvarsler"
847
+
848
+ #: library/plugin-settings.php:1258
849
+ msgid "Receive Email Alert"
850
+ msgstr "Motta e-postvarsling"
851
+
852
+ #: library/plugin-settings.php:1260
853
+ msgid "Check this box if you want to be notified via email for new post submissions."
854
+ msgstr "Merk av i denne boksen hvis du vil bli varslet via e-post for nye innlegg."
855
+
856
+ #: library/plugin-settings.php:1263
857
+ msgid "Enable HTML Format"
858
+ msgstr "Aktiver HTML-format"
859
+
860
+ #: library/plugin-settings.php:1265
861
+ msgid "Check this box to enable HTML format for email alerts."
862
+ msgstr "Merk av i denne boksen for å aktivere HTML-format for e-postvarsler."
863
+
864
+ #: library/plugin-settings.php:1268
865
+ msgid "Email Address for Alerts"
866
+ msgstr "E-postadresse for varsler"
867
+
868
+ #: library/plugin-settings.php:1270
869
+ msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
870
+ msgstr "Hvis du markerte boksen for å motta e-postvarsler, angir du adressen (e) som e-postene skal sendes til."
871
+
872
+ #: library/plugin-settings.php:1271
873
+ msgid "Multiple recipients may be included using a comma, like so:"
874
+ msgstr "Flere mottakere kan inkluderes ved hjelp av et komma, slik som:"
875
+
876
+ #: library/plugin-settings.php:1274
877
+ msgid "Email &ldquo;From&rdquo; Address"
878
+ msgstr "Email & ldquo; Fra & rdquo; Adresse"
879
+
880
+ #: library/plugin-settings.php:1276
881
+ msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
882
+ msgstr "Her kan du tilpasse adressen (e) som brukes til & ldquo; Fra & rdquo; header (se plugin FAQs for info)."
883
+
884
+ #: library/plugin-settings.php:1277
885
+ msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
886
+ msgstr "Hvis flere adresser er angitt i forrige innstilling, inkluderer du et like antall & ldquo; Fra & rdquo; adresser for denne innstillingen (i samme rekkefølge)."
887
+
888
+ #: library/plugin-settings.php:1280
889
+ msgid "Email Alert Subject"
890
+ msgstr "E-postvarsel Emne"
891
+
892
+ #: library/plugin-settings.php:1282
893
+ msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
894
+ msgstr "Emnelinje for e-postvarsler. La stå tomt for å bruke standard emnelinje. Merk: Du kan bruke følgende variabler:"
895
+
896
+ #: library/plugin-settings.php:1287
897
+ msgid "Email Alert Message"
898
+ msgstr "E-postvarslingsmelding"
899
+
900
+ #: library/plugin-settings.php:1289
901
+ msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
902
+ msgstr "Melding for e-postvarsler. La stå tomt for å bruke standardmeldingen. Merk: Du kan bruke følgende variabler:"
903
+
904
+ #: library/plugin-settings.php:1301
905
+ msgid "Featured Image"
906
+ msgstr "Utvalgte bilder"
907
+
908
+ #: library/plugin-settings.php:1303
909
+ msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
910
+ msgstr "Angi innsendte bilder som Utvalgte bilder. Krever tema støtte for Utvalgte bilder (aka Post Miniatyrbilder)."
911
+
912
+ #: library/plugin-settings.php:1306
913
+ msgid "Upload Message"
914
+ msgstr "Last opp melding"
915
+
916
+ #: library/plugin-settings.php:1308
917
+ msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
918
+ msgstr "Melding som vises ved siden av opplastingsfeltet. Nyttig for å angi opplastingsretningslinjer / policy / etc. Grunnleggende markering tillatt."
919
+
920
+ #: library/plugin-settings.php:1311
921
+ msgid "&ldquo;Add another image&rdquo; link"
922
+ msgstr "Legg til et annet bilde & rdquo; link"
923
+
924
+ #: library/plugin-settings.php:1313
925
+ msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
926
+ msgstr "Tilpasset oppføring for & ldquo; Legg til et annet bilde & rdquo; link. La stå tomt for å bruke standardmarkeringen (anbefalt)."
927
+
928
+ #: library/plugin-settings.php:1316
929
+ msgid "Minimum number of images"
930
+ msgstr "Minimum antall bilder"
931
+
932
+ #: library/plugin-settings.php:1319
933
+ msgid "Specify the minimum number of images."
934
+ msgstr "Angi minimum antall bilder."
935
+
936
+ #: library/plugin-settings.php:1323
937
+ msgid "Maximum number of images"
938
+ msgstr "Maks antall bilder"
939
+
940
+ #: library/plugin-settings.php:1326
941
+ msgid "Specify the maximum number of images."
942
+ msgstr "Angi maksimalt antall bilder."
943
+
944
+ #: library/plugin-settings.php:1330
945
+ msgid "Minimum image width"
946
+ msgstr "Minimum bildebredde"
947
+
948
+ #: library/plugin-settings.php:1332
949
+ msgid "Specify a minimum width (in pixels) for uploaded images."
950
+ msgstr "Angi en minimumsbredde (i piksler) for opplastede bilder."
951
+
952
+ #: library/plugin-settings.php:1335
953
+ msgid "Minimum image height"
954
+ msgstr "Minimum bildehøyde"
955
+
956
+ #: library/plugin-settings.php:1337
957
+ msgid "Specify a minimum height (in pixels) for uploaded images."
958
+ msgstr "Angi en minimumshøyde (i piksler) for opplastede bilder."
959
+
960
+ #: library/plugin-settings.php:1340
961
+ msgid "Maximum image width"
962
+ msgstr "Maksimal bildebredde"
963
+
964
+ #: library/plugin-settings.php:1342
965
+ msgid "Specify a maximum width (in pixels) for uploaded images."
966
+ msgstr "Angi maksimal bredde (i piksler) for opplastede bilder."
967
+
968
+ #: library/plugin-settings.php:1345
969
+ msgid "Maximum image height"
970
+ msgstr "Maksimal bildehøyde"
971
+
972
+ #: library/plugin-settings.php:1347
973
+ msgid "Specify a maximum height (in pixels) for uploaded images."
974
+ msgstr "Angi maksimal høyde (i piksler) for opplastede bilder."
975
+
976
+ #: library/plugin-settings.php:1350
977
+ msgid "More Options"
978
+ msgstr "Flere valg"
979
+
980
+ #: library/plugin-settings.php:1353
981
+ msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
982
+ msgstr "For flere alternativer, for eksempel muligheten til å laste opp andre filtyper (som PDF, Word, Zip, videoer og mer), sjekk ut"
983
+
984
+ #: library/plugin-settings.php:1354
985
+ msgid "Go Pro!"
986
+ msgstr "Bli profesjonell!"
987
+
988
+ #: library/plugin-settings.php:1361
989
+ msgid "Auto-Display Content"
990
+ msgstr "Automatisk visning av innhold"
991
+
992
+ #: library/plugin-settings.php:1366
993
+ msgid "Images Auto-Display"
994
+ msgstr "Bilder Automatisk visning"
995
+
996
+ #: library/plugin-settings.php:1368
997
+ msgid "Auto-display user-submitted images:"
998
+ msgstr "Automatisk visning av brukerdefinerte bilder:"
999
+
1000
+ #: library/plugin-settings.php:1373
1001
+ msgid "Image Markup"
1002
+ msgstr "Image Markup"
1003
+
1004
+ #: library/plugin-settings.php:1375
1005
+ msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1006
+ msgstr "Markup for å bruke for hvert innsendt bilde (når automatisk visning er aktivert). Kan bruke"
1007
+
1008
+ #: library/plugin-settings.php:1377 library/plugin-settings.php:1390
1009
+ #: library/plugin-settings.php:1403 library/plugin-settings.php:1416
1010
+ msgid "and"
1011
+ msgstr "og"
1012
+
1013
+ #: library/plugin-settings.php:1380
1014
+ msgid "Email Auto-Display"
1015
+ msgstr "E-post automatisk visning"
1016
+
1017
+ #: library/plugin-settings.php:1382
1018
+ msgid "Auto-display user-submitted email:"
1019
+ msgstr "Automatisk visning av bruker sendt e-post:"
1020
+
1021
+ #: library/plugin-settings.php:1387
1022
+ msgid "Email Markup"
1023
+ msgstr "Email Markup"
1024
+
1025
+ #: library/plugin-settings.php:1389
1026
+ msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1027
+ msgstr "Merk for å bruke for den sendte e-postadressen (når automatisk visning er aktivert). Kan bruke"
1028
+
1029
+ #: library/plugin-settings.php:1393
1030
+ msgid "URL Auto-Display"
1031
+ msgstr "URL-automatisk visning"
1032
+
1033
+ #: library/plugin-settings.php:1395
1034
+ msgid "Auto-display user-submitted URL:"
1035
+ msgstr "Automatisk visning av bruker sendt URL:"
1036
+
1037
+ #: library/plugin-settings.php:1400
1038
+ msgid "URL Markup"
1039
+ msgstr "URL Markup"
1040
+
1041
+ #: library/plugin-settings.php:1402
1042
+ msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1043
+ msgstr "Markup for å bruke for den innleverte nettadressen (når automatisk visning er aktivert). Kan bruke"
1044
+
1045
+ #: library/plugin-settings.php:1406
1046
+ msgid "Custom Field Auto-Display"
1047
+ msgstr "Tilpasset felt automatisk visning"
1048
+
1049
+ #: library/plugin-settings.php:1408
1050
+ msgid "Auto-display user-submitted Custom Field:"
1051
+ msgstr "Automatisk visning av brukerdefinert tilpasset felt:"
1052
+
1053
+ #: library/plugin-settings.php:1413
1054
+ msgid "Custom Field Markup"
1055
+ msgstr "Tilpasset feltmarkering"
1056
+
1057
+ #: library/plugin-settings.php:1415
1058
+ msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1059
+ msgstr "Markup for å bruke for det innsendte egendefinerte feltet (når automatisk visning er aktivert). Kan bruke"
1060
+
1061
+ #: library/plugin-settings.php:1421 library/plugin-settings.php:1497
1062
+ msgid "Save Settings"
1063
+ msgstr "Lagre innstillinger"
1064
+
1065
+ #: library/plugin-settings.php:1426
1066
+ msgid "Display the Form"
1067
+ msgstr "Vis skjemaet"
1068
+
1069
+ #: library/plugin-settings.php:1429
1070
+ msgid "Post-Submit Form"
1071
+ msgstr "Send inn skjema"
1072
+
1073
+ #: library/plugin-settings.php:1430
1074
+ msgid "USP enables you to display a post-submission form anywhere on your site."
1075
+ msgstr "USP gjør at du kan vise et skjema for innlegging hvor som helst på nettstedet ditt."
1076
+
1077
+ #: library/plugin-settings.php:1431 library/plugin-settings.php:1438
1078
+ msgid "Use the shortcode to display the form on any WP Post or Page:"
1079
+ msgstr "Bruk kortnummeret til å vise skjemaet på en hvilken som helst WP-post eller side:"
1080
+
1081
+ #: library/plugin-settings.php:1433 library/plugin-settings.php:1440
1082
+ msgid "Or, use the template tag to display the form anywhere in your theme template:"
1083
+ msgstr "Du kan også bruke maltekoden til å vise skjemaet hvor som helst i templatmalen din:"
1084
+
1085
+ #: library/plugin-settings.php:1436
1086
+ msgid "Login/Register Form"
1087
+ msgstr "Logg inn / registrer skjema"
1088
+
1089
+ #: library/plugin-settings.php:1437
1090
+ msgid "You also can display a form that enables users to log in, register, or reset their password."
1091
+ msgstr "Du kan også vise et skjema som lar brukerne logge på, registrere eller tilbakestille passordet."
1092
+
1093
+ #: library/plugin-settings.php:1443
1094
+ msgid "Display Submitted Posts"
1095
+ msgstr "Vis innsendte innlegg"
1096
+
1097
+ #: library/plugin-settings.php:1444
1098
+ msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1099
+ msgstr "Bruk denne kortkoden til å vise en liste over innsendte innlegg på en hvilken som helst WP-post eller side:"
1100
+
1101
+ #: library/plugin-settings.php:1446
1102
+ msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1103
+ msgstr "Eller bruk malltaggen til å vise en liste over innsendte innlegg hvor som helst i temalmalen din:"
1104
+
1105
+ #: library/plugin-settings.php:1448
1106
+ msgid "Here are some examples showing how to configure this shortcode:"
1107
+ msgstr "Her er noen eksempler som viser hvordan du konfigurerer denne koden:"
1108
+
1109
+ #: library/plugin-settings.php:1455
1110
+ msgid "Reset Form Button"
1111
+ msgstr "Reset Form Button"
1112
+
1113
+ #: library/plugin-settings.php:1456
1114
+ msgid "This shortcode displays a link that resets the form to its original state:"
1115
+ msgstr "Denne shortcode viser en lenke som tilbakestiller skjemaet til sin opprinnelige tilstand:"
1116
+
1117
+ #: library/plugin-settings.php:1458
1118
+ msgid "This shortcode accepts the following attributes:"
1119
+ msgstr "Denne shortcode aksepterer følgende attributter:"
1120
+
1121
+ #: library/plugin-settings.php:1463
1122
+ msgid "Note that the url attribute accepts"
1123
+ msgstr "Merk at urlattributtet aksepterer"
1124
+
1125
+ #: library/plugin-settings.php:1463
1126
+ msgid "to get the current URL."
1127
+ msgstr "for å få den nåværende nettadressen."
1128
+
1129
+ #: library/plugin-settings.php:1465
1130
+ msgid "Access Control"
1131
+ msgstr "Adgangskontroll"
1132
+
1133
+ #: library/plugin-settings.php:1466
1134
+ msgid "USP provides three shortcodes to control access and restrict content."
1135
+ msgstr "USP gir tre kortkoder for å kontrollere tilgang og begrense innhold."
1136
+
1137
+ #: library/plugin-settings.php:1467
1138
+ msgid "Display content only to users with a specific capability:"
1139
+ msgstr "Vis kun innhold til brukere med en bestemt evne:"
1140
+
1141
+ #: library/plugin-settings.php:1469
1142
+ msgid "Display content to logged-in users:"
1143
+ msgstr "Vis innhold til innloggede brukere:"
1144
+
1145
+ #: library/plugin-settings.php:1471
1146
+ msgid "Display content to visitors only:"
1147
+ msgstr "Vis kun innhold til besøkende:"
1148
+
1149
+ #: library/plugin-settings.php:1473
1150
+ msgid "Tip:"
1151
+ msgstr "Tips:"
1152
+
1153
+ #: library/plugin-settings.php:1473
1154
+ msgid "to include markup in the deny message, you can use"
1155
+ msgstr "å inkludere markering i nektet melding, kan du bruke"
1156
+
1157
+ #: library/plugin-settings.php:1473
1158
+ msgid "to output"
1159
+ msgstr "å sende ut"
1160
+
1161
+ #: library/plugin-settings.php:1475
1162
+ msgid "Example"
1163
+ msgstr "Eksempel"
1164
+
1165
+ #: library/plugin-settings.php:1476
1166
+ msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1167
+ msgstr "Hvis brukeren er logget inn, viser skjemaet etter innsending; eller hvis brukeren ikke er logget inn, vis innloggingsskjemaet:"
1168
+
1169
+ #: library/plugin-settings.php:1488
1170
+ msgid "Restore Defaults"
1171
+ msgstr "Gjenopprett standardverdier"
1172
+
1173
+ #: library/plugin-settings.php:1491
1174
+ msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1175
+ msgstr "La dette alternativet være deaktivert for å huske innstillingene dine. Eller, for å fortsette og gjenopprette standard plugin-alternativer: Merk av i boksen, lagre innstillingene dine, og deaktiver / reaktiver deretter pluginet."
1176
+
1177
+ #: library/plugin-settings.php:1495
1178
+ msgid "Restore default options upon plugin deactivation/reactivation."
1179
+ msgstr "Gjenopprett standardvalg ved plugin deaktivering / reaktivering."
1180
+
1181
+ #: library/plugin-settings.php:1502
1182
+ msgid "Show Support"
1183
+ msgstr "Vis støtte"
1184
+
1185
+ #: library/plugin-settings.php:1511
1186
+ msgid "by"
1187
+ msgstr "av"
1188
+
1189
+ #: library/plugin-settings.php:1512
1190
+ msgid "Jeff Starr on Twitter"
1191
+ msgstr "Jeff Starr på Twitter"
1192
+
1193
+ #: library/plugin-settings.php:1513
1194
+ msgid "Obsessive Web Design &amp; Development"
1195
+ msgstr "Obsessive Web Design & amp; Utvikling"
1196
+
1197
+ #: library/plugin-settings.php:1524
1198
+ msgid "Save Preference"
1199
+ msgstr "Lagre preferanse"
1200
+
1201
+ #: library/plugin-settings.php:1531
1202
+ msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1203
+ msgstr "Er du sikker på at du vil gjenopprette alle standardalternativer? (denne handlingen kan ikke fortrykkes)"
1204
+
1205
+ #: library/support-panel.php:52
1206
+ msgid "Perishable Press Books"
1207
+ msgstr "Forgjengelig pressebøker"
1208
+
1209
+ #: library/support-panel.php:53
1210
+ msgid "Plugin Planet"
1211
+ msgstr "Plugin Planet"
1212
+
1213
+ #: library/support-panel.php:54
1214
+ msgid "Donate via PayPal"
1215
+ msgstr "Doner via PayPal"
1216
+
1217
+ #: library/support-panel.php:56
1218
+ msgid "books"
1219
+ msgstr "bøker"
1220
+
1221
+ #: library/support-panel.php:57
1222
+ msgid "plugins"
1223
+ msgstr "plugins"
1224
+
1225
+ #: library/support-panel.php:58
1226
+ msgid "donation"
1227
+ msgstr "donasjon"
1228
+
1229
+ #: library/support-panel.php:60
1230
+ msgid "Thank you for using"
1231
+ msgstr "Takk for at du bruker"
1232
+
1233
+ #: library/support-panel.php:61
1234
+ msgid "Please show support by purchasing one of my"
1235
+ msgstr "Vennligst vis støtte ved å kjøpe en av mine"
1236
+
1237
+ #: library/support-panel.php:62
1238
+ msgid "or"
1239
+ msgstr "eller"
1240
+
1241
+ #: library/support-panel.php:62
1242
+ msgid "or by making a"
1243
+ msgstr "eller ved å lage en"
1244
+
1245
+ #: library/support-panel.php:63
1246
+ msgid "Your generous support helps to ensure future development of"
1247
+ msgstr "Din sjenerøse støtte bidrar til å sikre fremtidig utvikling av"
1248
+
1249
+ #: library/support-panel.php:64
1250
+ msgid "and is greatly appreciated."
1251
+ msgstr "og er sterkt verdsatt."
1252
+
1253
+ #: library/support-panel.php:66
1254
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1255
+ msgstr "En hvilken som helst størrelse donasjon hjelper meg å fortsette å utvikle denne gratis plugin og andre fantastiske WordPress-ressurser."
1256
+
1257
+ #. Description of the plugin
1258
+ #:
1259
+ msgid "Enables your visitors to submit posts and images from anywhere on your site."
1260
+ msgstr "Gjør det mulig for besøkende å sende innlegg og bilder fra hvor som helst på nettstedet ditt."
1261
+
1262
+ #. URI of the plugin
1263
+ #:
1264
+ msgid "https://perishablepress.com/user-submitted-posts/"
1265
+ msgstr "https://perishablepress.com/user-submitted-posts/"
1266
+
1267
+ #. Author of the plugin
1268
+ #:
1269
+ msgid "Jeff Starr"
1270
+ msgstr "Jeff Starr"
1271
+
1272
+ #. Author URI of the plugin
1273
+ #:
1274
+ msgid "https://plugin-planet.com/"
1275
+ msgstr "https://plugin-planet.com/"
1276
+
trunk/languages/usp-pa_IN.mo ADDED
Binary file
trunk/languages/usp-pa_IN.po ADDED
@@ -0,0 +1,1276 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "MIME-Version: 1.0\n"
4
+ "Content-Type: text/plain; charset=UTF-8\n"
5
+ "Content-Transfer-Encoding: 8bit\n"
6
+ "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20180316\n"
8
+ "Language: pa\n"
9
+
10
+ #. Name of the plugin
11
+ #: user-submitted-posts.php:44 library/support-panel.php:5
12
+ msgid "User Submitted Posts"
13
+ msgstr "ਯੂਜ਼ਰ ਦੁਆਰਾ ਪੋਸਟ ਕੀਤੀਆਂ ਪੋਸਟ"
14
+
15
+ #: user-submitted-posts.php:81
16
+ msgid "requires WordPress "
17
+ msgstr "ਵਰਡਪਰੈਸ ਦੀ ਲੋੜ ਹੈ"
18
+
19
+ #: user-submitted-posts.php:82
20
+ msgid " or higher, and has been deactivated! "
21
+ msgstr " ਜਾਂ ਵੱਧ, ਅਤੇ ਅਯੋਗ ਕੀਤਾ ਗਿਆ ਹੈ!"
22
+
23
+ #: user-submitted-posts.php:83
24
+ msgid "Please return to the"
25
+ msgstr "ਨੂੰ ਵਾਪਸ ਜਾਓ ਜੀ"
26
+
27
+ #: user-submitted-posts.php:84
28
+ msgid "WordPress Admin Area"
29
+ msgstr "ਵਰਡਪਰੈਸ ਐਡਮਿਨ ਏਰੀਆ"
30
+
31
+ #: user-submitted-posts.php:85
32
+ msgid "to upgrade WordPress and try again."
33
+ msgstr "ਵਰਡਪਰੈਸ ਨੂੰ ਅਪਗ੍ਰੇਡ ਅਤੇ ਫਿਰ ਕੋਸ਼ਿਸ਼ ਕਰੋ."
34
+
35
+ #: user-submitted-posts.php:125
36
+ msgid "User Submitted Post"
37
+ msgstr "ਯੂਜ਼ਰ ਦੁਆਰਾ ਜਮ੍ਹਾਂ ਕਰਵਾਏ ਪੋਸਟ"
38
+
39
+ #: user-submitted-posts.php:419
40
+ msgid "User Submitted Post Info"
41
+ msgstr "ਯੂਜ਼ਰ ਦੁਆਰਾ ਪੋਸਟ ਜਾਣਕਾਰੀ"
42
+
43
+ #: user-submitted-posts.php:449
44
+ msgid "Submitter Name: "
45
+ msgstr "ਸਬਮਿੰਟਰ ਦਾ ਨਾਮ:"
46
+
47
+ #: user-submitted-posts.php:450
48
+ msgid "Submitter Email: "
49
+ msgstr "ਸਬਮਿਟਰ ਈਮੇਲ:"
50
+
51
+ #: user-submitted-posts.php:451
52
+ msgid "Submitter URL: "
53
+ msgstr "ਸਬਮਿਟਰ URL:"
54
+
55
+ #: user-submitted-posts.php:452
56
+ msgid "Submitter IP: "
57
+ msgstr "Submitter IP:"
58
+
59
+ #: user-submitted-posts.php:503
60
+ msgid "Show USP Posts"
61
+ msgstr "USP ਪੋਸਟ ਦਿਖਾਓ"
62
+
63
+ #: user-submitted-posts.php:504 library/plugin-settings.php:979
64
+ msgid "USP"
65
+ msgstr "USP"
66
+
67
+ #: user-submitted-posts.php:1272
68
+ msgid " files required"
69
+ msgstr " ਲੋੜੀਂਦੀਆਂ ਫਾਈਲਾਂ"
70
+
71
+ #: user-submitted-posts.php:1273
72
+ msgid " file required"
73
+ msgstr " ਫਾਇਲ ਦੀ ਲੋੜ ਹੈ"
74
+
75
+ #: user-submitted-posts.php:1275
76
+ msgid " files"
77
+ msgstr " ਫਾਈਲਾਂ"
78
+
79
+ #: user-submitted-posts.php:1276
80
+ msgid " file"
81
+ msgstr " ਫਾਇਲ"
82
+
83
+ #: user-submitted-posts.php:1278 user-submitted-posts.php:1279
84
+ #: user-submitted-posts.php:1280 user-submitted-posts.php:1281
85
+ msgid " pixels"
86
+ msgstr " ਪਿਕਸਲ"
87
+
88
+ #: user-submitted-posts.php:1283 library/core-functions.php:215
89
+ #: library/plugin-settings.php:284 library/plugin-settings.php:303
90
+ #: library/plugin-settings.php:701 library/plugin-settings.php:1195
91
+ msgid "Custom Field"
92
+ msgstr "ਕਸਟਮ ਫੀਲਡ"
93
+
94
+ #: user-submitted-posts.php:1286
95
+ msgid "An error occurred. Please go back and try again."
96
+ msgstr "ਇੱਕ ਗਲਤੀ ਆਈ ਹੈ. ਵਾਪਸ ਜਾਓ ਅਤੇ ਦੁਬਾਰਾ ਕੋਸ਼ਿਸ਼ ਕਰੋ."
97
+
98
+ #: user-submitted-posts.php:1296
99
+ msgid "User login required"
100
+ msgstr "ਯੂਜ਼ਰ ਲਾਗਇਨ ਲਾਜ਼ਮੀ"
101
+
102
+ #: user-submitted-posts.php:1297
103
+ msgid "User name required"
104
+ msgstr "ਯੂਜ਼ਰ ਨਾਮ ਦੀ ਲੋੜ ਹੈ"
105
+
106
+ #: user-submitted-posts.php:1298
107
+ msgid "Post title required"
108
+ msgstr "ਪੋਸਟ ਦਾ ਸਿਰਲੇਖ ਲੋੜੀਂਦਾ ਹੈ"
109
+
110
+ #: user-submitted-posts.php:1299
111
+ msgid "User URL required"
112
+ msgstr "ਯੂਜਰ URL ਦੀ ਲੋੜ ਹੈ"
113
+
114
+ #: user-submitted-posts.php:1300
115
+ msgid "Post tags required"
116
+ msgstr "ਪੋਸਟ ਟੈਗ ਦੀ ਲੋੜ ਹੈ"
117
+
118
+ #: user-submitted-posts.php:1301
119
+ msgid "Post category required"
120
+ msgstr "ਪੋਸਟ ਵਰਗ ਦੀ ਲੋੜ ਹੈ"
121
+
122
+ #: user-submitted-posts.php:1302
123
+ msgid "Post content required"
124
+ msgstr "ਪੋਸਟ ਸਮੱਗਰੀ ਦੀ ਲੋੜ ਹੈ"
125
+
126
+ #: user-submitted-posts.php:1303 user-submitted-posts.php:1304
127
+ msgid "Correct captcha required"
128
+ msgstr "ਸਹੀ ਕੈਪਟਚਾ ਲੋੜੀਂਦਾ ਹੈ"
129
+
130
+ #: user-submitted-posts.php:1305
131
+ msgid "User email required"
132
+ msgstr "ਯੂਜ਼ਰ ਈਮੇਲ ਦੀ ਲੋੜ ਹੈ"
133
+
134
+ #: user-submitted-posts.php:1306
135
+ msgid "Please check your email and try again"
136
+ msgstr "ਕਿਰਪਾ ਕਰਕੇ ਆਪਣੀ ਈਮੇਲ ਦੀ ਜਾਂਚ ਕਰੋ ਅਤੇ ਦੁਬਾਰਾ ਕੋਸ਼ਿਸ਼ ਕਰੋ"
137
+
138
+ #: user-submitted-posts.php:1307
139
+ msgid "Non-empty value for hidden field"
140
+ msgstr "ਲੁਕਵੇਂ ਖੇਤਰ ਲਈ ਨਾ-ਖਾਲੀ ਮੁੱਲ"
141
+
142
+ #: user-submitted-posts.php:1308
143
+ msgid "Minimum number of images not met"
144
+ msgstr "ਘੱਟੋ-ਘੱਟ ਚਿੱਤਰ ਨਹੀਂ ਮਿਲੇ"
145
+
146
+ #: user-submitted-posts.php:1309
147
+ msgid "Maximum number of images exceeded "
148
+ msgstr "ਚਿੱਤਰਾਂ ਦੀ ਵੱਧ ਤੋਂ ਵੱਧ ਗਿਣਤੀ ਵੱਧ ਗਈ"
149
+
150
+ #: user-submitted-posts.php:1310
151
+ msgid "Minimum image width not met"
152
+ msgstr "ਘੱਟੋ ਘੱਟ ਚਿੱਤਰ ਦੀ ਚੌੜਾਈ ਨਹੀਂ ਮਿਲੀ"
153
+
154
+ #: user-submitted-posts.php:1311
155
+ msgid "Image width exceeds maximum"
156
+ msgstr "ਚਿੱਤਰ ਦੀ ਚੌੜਾਈ ਵੱਧ ਤੋਂ ਵੱਧ ਹੈ"
157
+
158
+ #: user-submitted-posts.php:1312
159
+ msgid "Minimum image height not met"
160
+ msgstr "ਘੱਟੋ ਘੱਟ ਚਿੱਤਰ ਦੀ ਉਚਾਈ ਨਹੀਂ ਮਿਲੀ"
161
+
162
+ #: user-submitted-posts.php:1313
163
+ msgid "Image height exceeds maximum"
164
+ msgstr "ਚਿੱਤਰ ਦੀ ਉਚਾਈ ਵੱਧ ਤੋਂ ਵੱਧ ਹੈ"
165
+
166
+ #: user-submitted-posts.php:1314
167
+ msgid "File type not allowed (please upload images only)"
168
+ msgstr "ਫਾਈਲ ਪ੍ਰਕਾਰ ਦੀ ਆਗਿਆ ਨਹੀਂ ਹੈ (ਕਿਰਪਾ ਕਰਕੇ ਸਿਰਫ਼ ਚਿੱਤਰ ਅਪਲੋਡ ਕਰੋ)"
169
+
170
+ #: user-submitted-posts.php:1315
171
+ msgid " required"
172
+ msgstr " ਲੋੜੀਂਦੀ"
173
+
174
+ #: user-submitted-posts.php:1319
175
+ msgid "File not uploaded. Please check the file and try again."
176
+ msgstr "ਫਾਈਲ ਅਪਲੋਡ ਨਹੀਂ ਕੀਤੀ ਗਈ ਕਿਰਪਾ ਕਰਕੇ ਫਾਈਲ ਦੀ ਜਾਂਚ ਕਰੋ ਅਤੇ ਦੁਬਾਰਾ ਕੋਸ਼ਿਸ਼ ਕਰੋ."
177
+
178
+ #: user-submitted-posts.php:1323
179
+ msgid "The file(s) could not be uploaded"
180
+ msgstr "ਫਾਈਲ (ਫਾਈਲਾਂ) ਅਪਲੋਡ ਨਹੀਂ ਕੀਤੀਆਂ ਜਾ ਸਕਦੀਆਂ"
181
+
182
+ #: user-submitted-posts.php:1325
183
+ msgid "Post not created. Please contact the site administrator for help."
184
+ msgstr "ਪੋਸਟ ਨਹੀਂ ਬਣਾਇਆ ਗਿਆ ਮਦਦ ਲਈ ਸਾਈਟ ਪ੍ਰਸ਼ਾਸਕ ਨਾਲ ਸੰਪਰਕ ਕਰੋ ਜੀ"
185
+
186
+ #: user-submitted-posts.php:1326
187
+ msgid "Duplicate post title. Please try again."
188
+ msgstr "ਡੁਪਲੀਕੇਟ ਪੋਸਟ ਟਾਈਟਲ ਮੁੜ ਕੋਸ਼ਿਸ ਕਰੋ ਜੀ."
189
+
190
+ #: user-submitted-posts.php:1336
191
+ msgid "Error: "
192
+ msgstr "ਗਲਤੀ:"
193
+
194
+ #: user-submitted-posts.php:1362
195
+ msgid "Return to form"
196
+ msgstr "ਫਾਰਮ ਤੇ ਵਾਪਸ ਜਾਓ"
197
+
198
+ #: user-submitted-posts.php:1392 library/plugin-settings.php:955
199
+ msgid "Please"
200
+ msgstr "ਕ੍ਰਿਪਾ"
201
+
202
+ #: user-submitted-posts.php:1393
203
+ msgid "log in"
204
+ msgstr "ਲਾਗਿਨ"
205
+
206
+ #: user-submitted-posts.php:1394
207
+ msgid "to submit content!"
208
+ msgstr "ਸਮੱਗਰੀ ਜਮ੍ਹਾਂ ਕਰਨ ਲਈ!"
209
+
210
+ #: views/submission-form.php:46 views/submission-form-alt.php:55
211
+ msgid "Please complete the required fields."
212
+ msgstr "ਕਿਰਪਾ ਕਰਕੇ ਲੋੜੀਂਦੇ ਖੇਤਰਾਂ ਨੂੰ ਪੂਰਾ ਕਰੋ."
213
+
214
+ #: views/submission-form.php:56 views/submission-form.php:57
215
+ #: views/submission-form-alt.php:61 views/submission-form-alt.php:62
216
+ msgid "Your Name"
217
+ msgstr "ਤੁਹਾਡਾ ਨਾਮ"
218
+
219
+ #: views/submission-form.php:62 views/submission-form.php:63
220
+ #: views/submission-form-alt.php:67 views/submission-form-alt.php:68
221
+ msgid "Your URL"
222
+ msgstr "ਤੁਹਾਡਾ URL"
223
+
224
+ #: views/submission-form.php:68 views/submission-form.php:69
225
+ #: views/submission-form-alt.php:73 views/submission-form-alt.php:74
226
+ msgid "Your Email"
227
+ msgstr "ਤੁਹਾਡਾ ਈਮੇਲ"
228
+
229
+ #: views/submission-form.php:74 views/submission-form.php:75
230
+ #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
+ #: library/plugin-settings.php:1016
232
+ msgid "Post Title"
233
+ msgstr "ਪੋਸਟ ਟਾਈਟਲ"
234
+
235
+ #: views/submission-form.php:80 views/submission-form.php:81
236
+ #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
+ #: library/plugin-settings.php:1017
238
+ msgid "Post Tags"
239
+ msgstr "ਪੋਸਟ ਟੈਗਸ"
240
+
241
+ #: views/submission-form.php:93 views/submission-form-alt.php:98
242
+ msgid "Antispam Question"
243
+ msgstr "ਐਂਟੀਸਪਾਮ ਸਵਾਲ"
244
+
245
+ #: views/submission-form.php:98 views/submission-form-alt.php:103
246
+ #: library/plugin-settings.php:1018
247
+ msgid "Post Category"
248
+ msgstr "ਪੋਸਟ ਸ਼੍ਰੇਣੀ"
249
+
250
+ #: views/submission-form.php:100 views/submission-form-alt.php:105
251
+ msgid "Please select a category.."
252
+ msgstr "ਕਿਰਪਾ ਕਰਕੇ ਕੋਈ ਸ਼੍ਰੇਣੀ ਚੁਣੋ."
253
+
254
+ #: views/submission-form.php:135 views/submission-form.php:136
255
+ #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
+ #: library/plugin-settings.php:1019
257
+ msgid "Post Content"
258
+ msgstr "ਸਮੱਗਰੀ ਪੋਸਟ ਕਰੋ"
259
+
260
+ #: views/submission-form.php:142 views/submission-form-alt.php:147
261
+ msgid "Verification"
262
+ msgstr "ਤਸਦੀਕ"
263
+
264
+ #: views/submission-form.php:149 views/submission-form-alt.php:154
265
+ msgid "Upload an Image"
266
+ msgstr "ਇੱਕ ਚਿੱਤਰ ਅਪਲੋਡ ਕਰੋ"
267
+
268
+ #: views/submission-form.php:158 views/submission-form-alt.php:163
269
+ msgid "Add another image"
270
+ msgstr "ਹੋਰ ਤਸਵੀਰ ਜੋੜੋ"
271
+
272
+ #: views/submission-form.php:180 views/submission-form-alt.php:185
273
+ msgid "Human verification: leave this field empty."
274
+ msgstr "ਮਨੁੱਖੀ ਤਸਦੀਕ: ਇਸ ਖੇਤਰ ਨੂੰ ਖਾਲੀ ਛੱਡੋ."
275
+
276
+ #: views/submission-form.php:202 views/submission-form-alt.php:207
277
+ msgid "Submit Post"
278
+ msgstr "ਪੋਸਟ ਜਮ੍ਹਾਂ ਕਰੋ"
279
+
280
+ #: library/shortcode-misc.php:18
281
+ msgid "Reset form"
282
+ msgstr "ਫਾਰਮ ਰੀਸੈਟ ਕਰੋ"
283
+
284
+ #: library/shortcode-misc.php:128
285
+ msgid "View full post"
286
+ msgstr "ਪੂਰਾ ਪੋਸਟ ਵੇਖੋ"
287
+
288
+ #: library/plugin-settings.php:32
289
+ msgid "Get USP Pro for unlimited forms!"
290
+ msgstr "ਬੇਅੰਤ ਫਾਰਮ ਲਈ USP ਪ੍ਰੋ ਲਵੋ!"
291
+
292
+ #: library/plugin-settings.php:33
293
+ msgid "Go Pro"
294
+ msgstr "ਜਾਓ ਪ੍ਰੋ"
295
+
296
+ #: library/plugin-settings.php:37
297
+ msgid "Settings"
298
+ msgstr "ਸੈਟਿੰਗਾਂ"
299
+
300
+ #: library/plugin-settings.php:55
301
+ msgid "Give USP a 5-star rating at WordPress.org"
302
+ msgstr "USP ਨੂੰ ਵਰਡਪਰੈਸ ਵਰਡ ਵਿੱਚ 5-ਸਟਾਰ ਰੇਟਿੰਗ ਦੇ ਦਿਓ"
303
+
304
+ #: library/plugin-settings.php:56
305
+ msgid "Rate this plugin&nbsp;&raquo;"
306
+ msgstr "ਇਸ ਪਲੱਗਇਨ ਨੂੰ ਰੇਟ ਕਰੋ & nbsp; & raquo;"
307
+
308
+ #: library/plugin-settings.php:114
309
+ msgid "WP Post (recommended)"
310
+ msgstr "WP ਪੋਸਟ (ਸਿਫ਼ਾਰਿਸ਼ ਕੀਤਾ)"
311
+
312
+ #: library/plugin-settings.php:118
313
+ msgid "WP Page"
314
+ msgstr "WP ਪੰਨਾ"
315
+
316
+ #: library/plugin-settings.php:134
317
+ msgid "HTML5 Form + Default CSS"
318
+ msgstr "HTML5 ਫਾਰਮ + ਡਿਫਾਲਟ CSS"
319
+
320
+ #: library/plugin-settings.php:134
321
+ msgid "(Recommended)"
322
+ msgstr "(ਸਿਫਾਰਸ਼ੀ)"
323
+
324
+ #: library/plugin-settings.php:138
325
+ msgid "HTML5 Form + Disable CSS"
326
+ msgstr "HTML5 ਫਾਰਮ + CSS ਨੂੰ ਅਸਮਰੱਥ ਬਣਾਓ"
327
+
328
+ #: library/plugin-settings.php:138
329
+ msgid "(Provide your own styles)"
330
+ msgstr "(ਆਪਣੀਆਂ ਖੁਦ ਦੀਆਂ ਸਟਾਈਲ ਦਿਓ)"
331
+
332
+ #: library/plugin-settings.php:142
333
+ msgid "Custom Form + Custom CSS"
334
+ msgstr "ਕਸਟਮ ਫਾਰਮ + ਕਸਟਮ CSS"
335
+
336
+ #: library/plugin-settings.php:142
337
+ msgid "(Provide your own form template &amp; styles)"
338
+ msgstr "(ਆਪਣਾ ਖੁਦ ਦਾ ਫ਼ਾਰਮ ਟੈਪਲੇਟ ਅਤੇ ਸਟਾਈਲ ਦਿਓ)"
339
+
340
+ #: library/plugin-settings.php:158 library/plugin-settings.php:182
341
+ #: library/plugin-settings.php:205 library/plugin-settings.php:229
342
+ msgid "Auto-display before post content"
343
+ msgstr "ਪੋਸਟ ਸਮੱਗਰੀ ਤੋਂ ਪਹਿਲਾਂ ਆਟੋ-ਡਿਸਪਲੇ"
344
+
345
+ #: library/plugin-settings.php:162 library/plugin-settings.php:186
346
+ #: library/plugin-settings.php:209 library/plugin-settings.php:233
347
+ msgid "Auto-display after post content"
348
+ msgstr "ਪੋਸਟ ਸਮੱਗਰੀ ਦੇ ਬਾਅਦ ਆਟੋ-ਡਿਸਪਲੇ"
349
+
350
+ #: library/plugin-settings.php:166
351
+ msgid "Do not auto-display submitted images"
352
+ msgstr "ਆਟੋ-ਡਿਸਪਲੇ ਕੀਤੇ ਚਿੱਤਰ ਨਾ ਦਿਖਾਓ"
353
+
354
+ #: library/plugin-settings.php:190
355
+ msgid "Do not auto-display submitted email"
356
+ msgstr "ਆਟੋ-ਪ੍ਰਦਰਸ਼ਿਤ ਹੋ ਜਾਣ ਵਾਲੇ ਈਮੇਲ ਨਾ ਕਰੋ"
357
+
358
+ #: library/plugin-settings.php:213
359
+ msgid "Do not auto-display submitted URL"
360
+ msgstr "ਸਵੈ-ਪ੍ਰਦਰਸ਼ਿਤ ਪੇਸ਼ ਕੀਤੇ URL ਨਾ ਕਰੋ"
361
+
362
+ #: library/plugin-settings.php:237
363
+ msgid "Do not auto-display the Custom Field"
364
+ msgstr "ਕਸਟਮ ਫੀਲਡ ਨੂੰ ਸਵੈ-ਪ੍ਰਦਰਸ਼ਿਤ ਨਾ ਕਰੋ"
365
+
366
+ #: library/plugin-settings.php:265 library/plugin-settings.php:297
367
+ #: library/plugin-settings.php:330 library/plugin-settings.php:362
368
+ msgid "Display and require"
369
+ msgstr "ਡਿਸਪਲੇ ਕਰੋ ਅਤੇ ਲੋੜ ਕਰੋ"
370
+
371
+ #: library/plugin-settings.php:266 library/plugin-settings.php:298
372
+ msgid "Display but do not require"
373
+ msgstr "ਡਿਸਪਲੇ ਕਰੋ ਪਰ ਇਸਦੀ ਲੋੜ ਨਾ ਹੋਵੇ"
374
+
375
+ #: library/plugin-settings.php:267 library/plugin-settings.php:299
376
+ #: library/plugin-settings.php:331 library/plugin-settings.php:363
377
+ msgid "Disable this field"
378
+ msgstr "ਇਸ ਖੇਤਰ ਨੂੰ ਅਸਮਰੱਥ ਕਰੋ"
379
+
380
+ #: library/plugin-settings.php:302 library/plugin-settings.php:334
381
+ #: library/plugin-settings.php:366 library/plugin-settings.php:398
382
+ msgid "(Visit"
383
+ msgstr "(ਮੁਲਾਕਾਤ"
384
+
385
+ #: library/plugin-settings.php:303 library/plugin-settings.php:335
386
+ #: library/plugin-settings.php:367 library/plugin-settings.php:399
387
+ msgid "to configure options)"
388
+ msgstr "ਚੋਣਾਂ ਨੂੰ ਸੰਰਚਿਤ ਕਰਨ ਲਈ)"
389
+
390
+ #: library/plugin-settings.php:318 library/plugin-settings.php:335
391
+ #: library/plugin-settings.php:1213 library/plugin-settings.php:1218
392
+ msgid "Challenge Question"
393
+ msgstr "ਚੁਣੌਤੀ ਪ੍ਰਸ਼ਨ"
394
+
395
+ #: library/plugin-settings.php:350 library/plugin-settings.php:367
396
+ #: library/plugin-settings.php:1235
397
+ msgid "Google reCAPTCHA"
398
+ msgstr "Google reCAPTCHA"
399
+
400
+ #: library/plugin-settings.php:382
401
+ msgid "Post Images"
402
+ msgstr "ਚਿੱਤਰ ਪੋਸਟ ਕਰੋ"
403
+
404
+ #: library/plugin-settings.php:394
405
+ msgid "Display"
406
+ msgstr "ਡਿਸਪਲੇ ਕਰੋ"
407
+
408
+ #: library/plugin-settings.php:395
409
+ msgid "Disable"
410
+ msgstr "ਅਸਮਰੱਥ ਕਰੋ"
411
+
412
+ #: library/plugin-settings.php:399 library/plugin-settings.php:1296
413
+ msgid "Image Uploads"
414
+ msgstr "ਚਿੱਤਰ ਅਪਲੋਡ"
415
+
416
+ #: library/plugin-settings.php:479
417
+ msgid "Draft"
418
+ msgstr "ਡਰਾਫਟ"
419
+
420
+ #: library/plugin-settings.php:480
421
+ msgid "Pending (default)"
422
+ msgstr "ਲੰਬਿਤ (ਮੂਲ)"
423
+
424
+ #: library/plugin-settings.php:481
425
+ msgid "Publish immediately"
426
+ msgstr "ਤੁਰੰਤ ਪ੍ਰਕਾਸ਼ਿਤ ਕਰੋ"
427
+
428
+ #: library/plugin-settings.php:482
429
+ msgid "Publish after 1 approved post"
430
+ msgstr "1 ਮਨਜ਼ੂਰ ਪਦ ਤੋਂ ਬਾਅਦ ਪ੍ਰਕਾਸ਼ਿਤ ਕਰੋ"
431
+
432
+ #: library/plugin-settings.php:483
433
+ msgid "Publish after "
434
+ msgstr "ਬਾਅਦ ਪਬਲਿਸ਼ ਕਰੋ"
435
+
436
+ #: library/plugin-settings.php:483
437
+ msgid " approved posts"
438
+ msgstr " ਪ੍ਰਵਾਨਿਤ ਪੋਸਟ"
439
+
440
+ #: library/plugin-settings.php:645
441
+ msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
442
+ msgstr "ਇੱਕ ਅਸ਼ੁੱਧੀ ਹੋਈ ਸੀ. ਕਿਰਪਾ ਕਰਕੇ ਇਹ ਯਕੀਨੀ ਬਣਾਉ ਕਿ ਤੁਸੀਂ ਇੱਕ ਟਾਈਟਲ, ਕੁਝ ਸਮਗਰੀ ਸ਼ਾਮਲ ਕੀਤੀ ਹੈ, ਅਤੇ ਇਹ ਕਿ ਤੁਸੀਂ ਸਿਰਫ਼ ਚਿੱਤਰ ਹੀ ਅਪਲੋਡ ਕੀਤੇ ਹਨ."
443
+
444
+ #: library/plugin-settings.php:659
445
+ msgid "Please select your image(s) to upload."
446
+ msgstr "ਕਿਰਪਾ ਕਰਕੇ ਅਪਲੋਡ ਕਰਨ ਲਈ ਆਪਣੀ ਤਸਵੀਰ (ਤਰਜ਼) ਚੁਣੋ."
447
+
448
+ #: library/plugin-settings.php:665
449
+ msgid "Success! Thank you for your submission."
450
+ msgstr "ਸਫਲਤਾ! ਤੁਹਾਡੇ ਸਬਮਿਸ਼ਨ ਲਈ ਧੰਨਵਾਦ"
451
+
452
+ #: library/plugin-settings.php:691
453
+ msgid "Email"
454
+ msgstr "ਈ - ਮੇਲ"
455
+
456
+ #: library/plugin-settings.php:692
457
+ msgid "URL"
458
+ msgstr "URL"
459
+
460
+ #: library/plugin-settings.php:942
461
+ msgid "Toggle all panels"
462
+ msgstr "ਸਾਰੇ ਪੈਨਲ ਟੌਗਲ ਕਰੋ"
463
+
464
+ #: library/plugin-settings.php:951
465
+ msgid "We need your support!"
466
+ msgstr "ਸਾਨੂੰ ਤੁਹਾਡੇ ਸਮਰਥਨ ਦੀ ਜ਼ਰੂਰਤ ਹੈ!"
467
+
468
+ #: library/plugin-settings.php:955
469
+ msgid "Make a donation via PayPal"
470
+ msgstr "ਪੇਪਾਲ ਦੁਆਰਾ ਦਾਨ ਬਣਾਉ"
471
+
472
+ #: library/plugin-settings.php:955
473
+ msgid "make a donation"
474
+ msgstr "ਦਾਨ ਕਰੋ"
475
+
476
+ #: library/plugin-settings.php:955
477
+ msgid "and/or"
478
+ msgstr "ਅਤੇ / ਜਾਂ"
479
+
480
+ #: library/plugin-settings.php:956
481
+ msgid "Rate and review at the Plugin Directory"
482
+ msgstr "ਪਲੱਗਇਨ ਡਾਇਰੈਕਟਰੀ ਤੇ ਰੇਟ ਅਤੇ ਸਮੀਖਿਆ ਕਰੋ"
483
+
484
+ #: library/plugin-settings.php:957
485
+ msgid "give this plugin a 5-star rating"
486
+ msgstr "ਇਸ ਪਲੱਗਇਨ ਨੂੰ 5-ਸਟਾਰ ਰੇਟਿੰਗ ਦਿਉ"
487
+
488
+ #: library/plugin-settings.php:961
489
+ msgid "Your generous support enables continued development of this free plugin. Thank you!"
490
+ msgstr "ਤੁਹਾਡਾ ਖੁੱਲ੍ਹੀ ਸਹਾਇਤਾ ਇਸ ਮੁਫ਼ਤ ਪਲਗਇਨ ਦੇ ਲਗਾਤਾਰ ਵਿਕਾਸ ਨੂੰ ਸਮਰੱਥ ਬਣਾਉਂਦਾ ਹੈ. ਤੁਹਾਡਾ ਧੰਨਵਾਦ!"
491
+
492
+ #: library/plugin-settings.php:966
493
+ msgid "Check this box if you have shown support"
494
+ msgstr "ਜੇ ਤੁਸੀਂ ਸਮਰਥਨ ਦਿਖਾਇਆ ਹੈ ਤਾਂ ਇਸ ਬਕਸੇ ਨੂੰ ਚੁਣੋ"
495
+
496
+ #: library/plugin-settings.php:975
497
+ msgid "Overview"
498
+ msgstr "ਸੰਖੇਪ ਜਾਣਕਾਰੀ"
499
+
500
+ #: library/plugin-settings.php:979
501
+ msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
502
+ msgstr "ਤੁਹਾਡੀਆਂ ਮਹਿਮਾਨਾਂ ਨੂੰ ਆਪਣੀ ਸਾਈਟ ਦੇ ਫਰੰਟ-ਐਂਡ ਤੋਂ ਪੋਸਟਾਂ ਜਮ੍ਹਾਂ ਕਰਾਉਣ ਅਤੇ ਤਸਵੀਰਾਂ ਅਪਲੋਡ ਕਰਨ ਦੇ ਯੋਗ ਬਣਾਉਂਦਾ ਹੈ."
503
+
504
+ #: library/plugin-settings.php:980
505
+ msgid "For advanced functionality and unlimited forms, check out"
506
+ msgstr "ਤਕਨੀਕੀ ਕਾਰਜਸ਼ੀਲਤਾ ਅਤੇ ਬੇਅੰਤ ਫਾਰਮ ਲਈ, ਦੇਖੋ"
507
+
508
+ #: library/plugin-settings.php:980 library/plugin-settings.php:1354
509
+ msgid "USP Pro"
510
+ msgstr "USP ਪ੍ਰੋ"
511
+
512
+ #: library/plugin-settings.php:981
513
+ msgid "&mdash; the ultimate solution for user-generated content."
514
+ msgstr "& mdash; ਉਪਭੋਗਤਾ ਦੁਆਰਾ ਤਿਆਰ ਕੀਤੀ ਗਈ ਸਮੱਗਰੀ ਲਈ ਅੰਤਮ ਹੱਲ."
515
+
516
+ #: library/plugin-settings.php:985 library/plugin-settings.php:1002
517
+ msgid "Plugin Settings"
518
+ msgstr "ਪਲੱਗਇਨ ਸੈਟਿੰਗ"
519
+
520
+ #: library/plugin-settings.php:986
521
+ msgid "Display the form"
522
+ msgstr "ਫਾਰਮ ਨੂੰ ਪ੍ਰਦਰਸ਼ਿਤ ਕਰੋ"
523
+
524
+ #: library/plugin-settings.php:987 library/plugin-settings.php:1511
525
+ msgid "Plugin Homepage"
526
+ msgstr "ਪਲੱਗਇਨ ਹੋਮਪੇਜ"
527
+
528
+ #: library/plugin-settings.php:990
529
+ msgid "If you like this plugin, please"
530
+ msgstr "ਜੇ ਤੁਸੀਂ ਇਹ ਪਲੱਗਇਨ ਪਸੰਦ ਕਰਦੇ ਹੋ, ਤਾਂ ਕਿਰਪਾ ਕਰਕੇ"
531
+
532
+ #: library/plugin-settings.php:991
533
+ msgid "THANK YOU for your support!"
534
+ msgstr "ਤੁਹਾਡੇ ਸਹਿਯੋਗ ਲਈ ਧੰਨਵਾਦ!"
535
+
536
+ #: library/plugin-settings.php:991
537
+ msgid "give it a 5-star rating"
538
+ msgstr "ਇਸਨੂੰ 5-ਸਟਾਰ ਰੇਟਿੰਗ ਦਿਉ"
539
+
540
+ #: library/plugin-settings.php:995
541
+ msgid "Unlimited front-end forms"
542
+ msgstr "ਅਸੀਮਤ ਫਰੰਟ-ਐਂਡ ਫਾਰਮ"
543
+
544
+ #: library/plugin-settings.php:995
545
+ msgid "Get USP Pro"
546
+ msgstr "USP ਪ੍ਰੋ ਪ੍ਰਾਪਤ ਕਰੋ"
547
+
548
+ #: library/plugin-settings.php:1005
549
+ msgid "Configure your settings for User Submitted Posts."
550
+ msgstr "ਯੂਜ਼ਰ ਦੁਆਰਾ ਭੇਜੀਆਂ ਗਈਆਂ ਪੋਸਟਾਂ ਲਈ ਆਪਣੀ ਸੈਟਿੰਗਾਂ ਨੂੰ ਕੌਂਫਿਗਰ ਕਰੋ."
551
+
552
+ #: library/plugin-settings.php:1007
553
+ msgid "Form Fields"
554
+ msgstr "ਫਾਰਮ ਖੇਤਰ"
555
+
556
+ #: library/plugin-settings.php:1013
557
+ msgid "User Name"
558
+ msgstr "ਯੂਜ਼ਰ ਨਾਮ"
559
+
560
+ #: library/plugin-settings.php:1014
561
+ msgid "User Email"
562
+ msgstr "ਯੂਜ਼ਰ ਈਮੇਲ"
563
+
564
+ #: library/plugin-settings.php:1015
565
+ msgid "User URL"
566
+ msgstr "ਯੂਜ਼ਰ URL"
567
+
568
+ #: library/plugin-settings.php:1030
569
+ msgid "General Settings"
570
+ msgstr "ਆਮ ਸੈਟਿੰਗ"
571
+
572
+ #: library/plugin-settings.php:1032
573
+ msgid "Note that the default settings work fine for most cases."
574
+ msgstr "ਯਾਦ ਰੱਖੋ ਕਿ ਜਿਆਦਾਤਰ ਕੇਸਾਂ ਲਈ ਮੂਲ ਵਿਵਸਥਾ ਠੀਕ ਕੰਮ ਕਰਦੀ ਹੈ"
575
+
576
+ #: library/plugin-settings.php:1037
577
+ msgid "Form Style"
578
+ msgstr "ਫਾਰਮ ਸਟਾਈਲ"
579
+
580
+ #: library/plugin-settings.php:1042
581
+ msgid "With this option, you can copy the plugin&rsquo;s default templates:"
582
+ msgstr "ਇਸ ਵਿਕਲਪ ਦੇ ਨਾਲ, ਤੁਸੀਂ ਪਲਗਇਨ & rsquo; s ਡਿਫੌਲਟ ਖਾਕੇ ਦੀ ਨਕਲ ਕਰ ਸਕਦੇ ਹੋ:"
583
+
584
+ #: library/plugin-settings.php:1047
585
+ msgid "..and upload them into a directory named"
586
+ msgstr "..ਅਤੇ ਉਹਨਾਂ ਨੂੰ ਨਾਮਜਦ ਡਾਇਰੈਕਟਰੀ ਵਿੱਚ ਅਪਲੋਡ ਕਰੋ"
587
+
588
+ #: library/plugin-settings.php:1047
589
+ msgid "in your theme:"
590
+ msgstr "ਆਪਣੀ ਥੀਮ ਵਿੱਚ:"
591
+
592
+ #: library/plugin-settings.php:1053
593
+ msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
594
+ msgstr "ਇਹ ਤੁਹਾਨੂੰ ਫਾਰਮ ਅਤੇ ਸਟਾਇਲ ਨੂੰ ਅਨੁਕੂਲਿਤ ਕਰਨ ਦੇ ਯੋਗ ਬਣਾਵੇਗਾ ਜਿਵੇਂ ਲੋੜੀਦਾ ਵਧੇਰੇ ਜਾਣਕਾਰੀ ਲਈ, ਵਿਚ \"ਕਸਟਮ ਸਬਮਿਸ਼ਨ ਫਾਰਮ\" ਸੈਕਸ਼ਨ ਦੇਖੋ"
595
+
596
+ #: library/plugin-settings.php:1054
597
+ msgid "Installation Docs"
598
+ msgstr "ਇੰਸਟਾਲੇਸ਼ਨ ਡੌਕਸ"
599
+
600
+ #: library/plugin-settings.php:1055
601
+ msgid "FYI: here is a"
602
+ msgstr "FYI: ਇੱਥੇ ਇੱਕ ਹੈ"
603
+
604
+ #: library/plugin-settings.php:1055
605
+ msgid "list of USP CSS selectors"
606
+ msgstr "ਯੂਐਸਪੀ CSS ਚੋਣਕਾਰ ਦੀ ਸੂਚੀ"
607
+
608
+ #: library/plugin-settings.php:1061
609
+ msgid "Include JavaScript"
610
+ msgstr "ਜਾਵਾਸਕ੍ਰਿਪਟ ਸ਼ਾਮਲ ਕਰੋ"
611
+
612
+ #: library/plugin-settings.php:1063
613
+ msgid "Check this box if you want to include the external JavaScript files (recommended)."
614
+ msgstr "ਇਸ ਬਕਸੇ ਨੂੰ ਚੈੱਕ ਕਰੋ ਜੇਕਰ ਤੁਸੀਂ ਬਾਹਰੀ ਜਾਵਾਸਕ੍ਰਿਪਟ ਫਾਇਲਾਂ ਨੂੰ ਸ਼ਾਮਲ ਕਰਨਾ ਚਾਹੁੰਦੇ ਹੋ (ਸਿਫ਼ਾਰਿਸ਼ ਕੀਤਾ)"
615
+
616
+ #: library/plugin-settings.php:1066
617
+ msgid "Targeted Loading"
618
+ msgstr "ਲਕਸ਼ ਲੋਡਿੰਗ"
619
+
620
+ #: library/plugin-settings.php:1068
621
+ msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
622
+ msgstr "ਮੂਲ ਰੂਪ ਵਿੱਚ, ਬਾਹਰੀ CSS & amp; ਜਾਵਾਸਕ੍ਰਿਪਟ ਦੀਆਂ ਫਾਈਲਾਂ ਹਰ ਪੰਨੇ ਤੇ ਲੋਡ ਕੀਤੀਆਂ ਜਾਂਦੀਆਂ ਹਨ. ਇੱਥੇ ਤੁਸੀਂ ਸਿਰਫ਼ ਉਸ ਸਫ਼ੇ ਤੇ ਸਰੋਤ ਲੋਡ ਕਰਨ ਲਈ ਯੂਐਸਪੀ ਫਾਰਮ ਦਾ ਯੂਆਰਐਲ ਨਿਸ਼ਚਿਤ ਕਰ ਸਕਦੇ ਹੋ. ਨੋਟ: ਸਾਰੇ ਪੰਨਿਆਂ ਤੇ ਲੋਡ ਕਰਨ ਲਈ ਖਾਲੀ ਛੱਡੋ."
623
+
624
+ #: library/plugin-settings.php:1071
625
+ msgid "Post Type"
626
+ msgstr "ਪੋਸਟ ਕਿਸਮ"
627
+
628
+ #: library/plugin-settings.php:1074
629
+ msgid "Submit posts as WP Posts or Pages"
630
+ msgstr "WP Posts ਜਾਂ Pages ਦੇ ਰੂਪ ਵਿੱਚ ਪੋਸਟਾਂ ਨੂੰ ਜਮ੍ਹਾ ਕਰੋ"
631
+
632
+ #: library/plugin-settings.php:1078
633
+ msgid "Post Status"
634
+ msgstr "ਪੋਸਟ ਸਥਿਤੀ"
635
+
636
+ #: library/plugin-settings.php:1081
637
+ msgid "Post Status for submitted posts"
638
+ msgstr "ਦਰਜ ਕੀਤੀਆਂ ਪੋਸਟਾਂ ਲਈ ਪੋਸਟ ਸਥਿਤੀ"
639
+
640
+ #: library/plugin-settings.php:1085
641
+ msgid "Redirect URL"
642
+ msgstr "ਰੀ-ਡਾਇਰੈਕਟ URL"
643
+
644
+ #: library/plugin-settings.php:1087
645
+ msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
646
+ msgstr "ਪੋਸਟ-ਸਬਮਿਸ਼ਨ ਦੇ ਬਾਅਦ ਉਪਭੋਗਤਾ ਨੂੰ ਰੀਡਾਇਰੈਕਟ ਕਰਨ ਲਈ ਇੱਕ URL ਨਿਸ਼ਚਿਤ ਕਰੋ ਮੌਜੂਦਾ ਪੇਜ਼ ਤੇ ਵਾਪਸ ਭੇਜਣ ਲਈ ਖਾਲੀ ਛੱਡੋ."
647
+
648
+ #: library/plugin-settings.php:1090
649
+ msgid "Success Message"
650
+ msgstr "ਸਫਲਤਾ ਸੁਨੇਹਾ"
651
+
652
+ #: library/plugin-settings.php:1092
653
+ msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
654
+ msgstr "ਸਫ਼ਲਤਾ ਦਾ ਸੰਦੇਸ਼ ਜੋ ਦਿਖਾਉਂਦਾ ਹੈ ਜੇਕਰ ਪੋਸਟ-ਸਬਮਿਸ਼ਨ ਸਫਲ ਹੋਵੇ ਤਾਂ ਬੇਸਿਕ ਮਾਰਕਅੱਪ ਦੀ ਆਗਿਆ ਹੈ"
655
+
656
+ #: library/plugin-settings.php:1095
657
+ msgid "Error Message"
658
+ msgstr "ਗਲਤੀ ਸੁਨੇਹਾ"
659
+
660
+ #: library/plugin-settings.php:1097
661
+ msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
662
+ msgstr "ਇੱਕ ਆਮ ਗਲਤੀ ਸੁਨੇਹਾ ਜੋ ਡਿਸਪਲੇ ਕੀਤਾ ਜਾਂਦਾ ਹੈ ਜੇਕਰ ਪੋਸਟ-ਸਬਮਿਸ਼ਨ ਫੇਲ੍ਹ ਹੋ ਜਾਂਦੀ ਹੈ. ਬੇਸਿਕ ਮਾਰਕਅੱਪ ਦੀ ਆਗਿਆ ਹੈ"
663
+
664
+ #: library/plugin-settings.php:1100
665
+ msgid "Custom Content"
666
+ msgstr "ਕਸਟਮ ਸਮਗਰੀ"
667
+
668
+ #: library/plugin-settings.php:1102
669
+ msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
670
+ msgstr "ਸਬਮਿਸ਼ਨ ਫਾਰਮ ਤੋਂ ਪਹਿਲਾਂ ਕਸਟਮ ਟੈਕਸਟ / ਮਾਰਕਅੱਪ ਨੂੰ ਸ਼ਾਮਲ ਕਰਨਾ. ਅਯੋਗ ਕਰਨ ਲਈ ਖਾਲੀ ਛੱਡੋ."
671
+
672
+ #: library/plugin-settings.php:1105
673
+ msgid "Rich Text Editor"
674
+ msgstr "ਰਿਚ ਟੈਕਸਟ ਐਡੀਟਰ"
675
+
676
+ #: library/plugin-settings.php:1107
677
+ msgid "Check this box if you want to enable WP rich text editing for submitted posts."
678
+ msgstr "ਜੇਕਰ ਤੁਸੀਂ ਦਰਜ ਕੀਤੀਆਂ ਪੋਸਟਾਂ ਲਈ WP ਐਸਟ ਟੈਕਸਟ ਐਕਟੀਵੇਸ਼ਨ ਨੂੰ ਸਮਰੱਥ ਬਣਾਉਣਾ ਚਾਹੁੰਦੇ ਹੋ ਤਾਂ ਇਸ ਬਾਕਸ ਨੂੰ ਚੈਕ ਕਰੋ."
679
+
680
+ #: library/plugin-settings.php:1110
681
+ msgid "Unique Titles"
682
+ msgstr "ਵਿਲੱਖਣ ਸਿਰਲੇਖ"
683
+
684
+ #: library/plugin-settings.php:1112
685
+ msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
686
+ msgstr "ਵਿਲੱਖਣ ਹੋਣ ਲਈ ਪੇਸ਼ ਕੀਤੇ ਅਤਰੇ ਸਿਰਲੇਖਾਂ ਦੀ ਜ਼ਰੂਰਤ (ਮਲਟੀਪਲ / ਡੁਪਲੀਕੇਟ ਅਸਾਮੀਆਂ ਪੋਸਟਾਂ ਨੂੰ ਰੋਕਣ ਲਈ ਉਪਯੋਗੀ)"
687
+
688
+ #: library/plugin-settings.php:1115
689
+ msgid "Disable Required"
690
+ msgstr "ਲਾਜ਼ਮੀ"
691
+
692
+ #: library/plugin-settings.php:1117
693
+ msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
694
+ msgstr "ਡਿਫੌਲਟ ਫਾਰਮ ਫੀਲਡਸ ਤੇ ਸਾਰੇ ਲੋੜੀਂਦੇ ਵਿਸ਼ੇਸ਼ਤਾਵਾਂ ਨੂੰ ਅਸਮਰੱਥ ਕਰੋ (ਗਲਤੀ ਸੁਨੇਹਿਆਂ ਦੇ ਨਿਪਟਾਰੇ ਲਈ ਉਪਯੋਗੀ)."
695
+
696
+ #: library/plugin-settings.php:1120
697
+ msgid "Disable IP Tracking"
698
+ msgstr "IP ਟਰੈਕਿੰਗ ਨੂੰ ਅਸਮਰੱਥ ਬਣਾਓ"
699
+
700
+ #: library/plugin-settings.php:1122
701
+ msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
702
+ msgstr "ਡਿਫਾਲਟ ਰੂਪ ਵਿੱਚ ਹਰੇਕ ਪ੍ਰਸਤੁਤ ਪੋਸਟ ਦੇ ਨਾਲ ਆਈ.ਪੀ. ਸਾਰੇ IP ਟਰੈਕਿੰਗ ਨੂੰ ਅਯੋਗ ਕਰਨ ਲਈ ਇਸ ਬਾਕਸ ਨੂੰ ਚੈੱਕ ਕਰੋ."
703
+
704
+ #: library/plugin-settings.php:1125
705
+ msgid "Enable Shortcodes"
706
+ msgstr "ਸ਼ੌਰਟਕੌਡ ਨੂੰ ਸਮਰੱਥ ਬਣਾਓ"
707
+
708
+ #: library/plugin-settings.php:1127
709
+ msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
710
+ msgstr "ਵਿਜੇਟਸ ਵਿੱਚ ਸ਼ਾਰਟਕੱਟ ਨੂੰ ਸਮਰੱਥ ਬਣਾਓ. ਮੂਲ ਰੂਪ ਵਿੱਚ, ਵਰਡਿਉਡ ਵਿਡਜਿਟ ਵਿੱਚ ਸ਼ਾਰਟਕੱਟ ਨੂੰ ਸਮਰੱਥ ਨਹੀਂ ਕਰਦਾ."
711
+
712
+ #: library/plugin-settings.php:1128
713
+ msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
714
+ msgstr "ਇਹ ਸੈਟਿੰਗ ਵਿਡਜਿਟ ਵਿੱਚ ਕਿਸੇ ਵੀ / ਸਾਰੇ ਸ਼ਾਰਟਕੱਟ ਨੂੰ ਯੋਗ ਕਰਦਾ ਹੈ (ਹੋਰ ਪਲੱਗਇਨ ਦੇ ਸ਼ਾਰਟਕੱਟ ਵੀ)"
715
+
716
+ #: library/plugin-settings.php:1133 library/plugin-settings.php:1138
717
+ msgid "Categories"
718
+ msgstr "ਵਰਗ"
719
+
720
+ #: library/plugin-settings.php:1141
721
+ msgid "Select which categories may be assigned to submitted posts (click to toggle)"
722
+ msgstr "ਚੁਣੋ ਕਿ ਕਿਹੜੇ ਵਰਗ ਨੂੰ ਸੌਂਪੇ ਹੋਏ ਪੋਸਟਾਂ ਲਈ ਸੌਂਪਿਆ ਜਾ ਸਕਦਾ ਹੈ (ਟੌਗਲ ਕਰਨ ਲਈ ਕਲਿਕ ਕਰੋ)"
723
+
724
+ #: library/plugin-settings.php:1149
725
+ msgid "Hidden/Default Category"
726
+ msgstr "ਓਹਲੇ / ਡਿਫਾਲਟ ਸ਼੍ਰੇਣੀ"
727
+
728
+ #: library/plugin-settings.php:1151
729
+ msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
730
+ msgstr "ਪੋਸਟ ਸ਼੍ਰੇਣੀ ਲਈ ਲੁਕੇ ਖੇਤਰ ਦਾ ਉਪਯੋਗ ਕਰੋ. ਵਰਗ ਖੇਤਰ ਅਸਮਰਥਿਤ ਹੋਣ 'ਤੇ ਇਹ ਇੱਕ ਡਿਫੌਲਟ ਸ਼੍ਰੇਣੀ ਨੂੰ ਨਿਸ਼ਚਿਤ ਕਰਨ ਲਈ ਵਰਤਿਆ ਜਾ ਸਕਦਾ ਹੈ."
731
+
732
+ #: library/plugin-settings.php:1154
733
+ msgid "Category ID for Hidden Field"
734
+ msgstr "ਓਹਲੇ ਖੇਤਰ ਲਈ ਸ਼੍ਰੇਣੀ ID"
735
+
736
+ #: library/plugin-settings.php:1156
737
+ msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
738
+ msgstr "& Ldquo; Hidden / Default ਸ਼੍ਰੇਣੀ & rdquo; ਲਈ ਵਰਤੀ ਜਾਣ ਵਾਲੀ ਸ਼੍ਰੇਣੀ ਦਾ ID ਨਿਸ਼ਚਿਤ ਕਰੋ. ਚੋਣ"
739
+
740
+ #: library/plugin-settings.php:1161
741
+ msgid "Users"
742
+ msgstr "ਯੂਜ਼ਰ"
743
+
744
+ #: library/plugin-settings.php:1166
745
+ msgid "Assigned Author"
746
+ msgstr "ਅਸਾਈਨ ਕੀਤੇ ਲੇਖਕ"
747
+
748
+ #: library/plugin-settings.php:1169
749
+ msgid "Specify the user that should be assigned as author for submitted posts."
750
+ msgstr "ਉਸ ਉਪਯੋਗਕਰਤਾ ਨੂੰ ਨਿਸ਼ਚਤ ਕਰੋ ਜਿਸ ਨੂੰ ਪੇਸ਼ ਕੀਤੀਆਂ ਪੋਸਟਾਂ ਲਈ ਲੇਖਕ ਦੇ ਰੂਪ ਵਿੱਚ ਸੌਂਪਿਆ ਜਾਣਾ ਚਾਹੀਦਾ ਹੈ."
751
+
752
+ #: library/plugin-settings.php:1173
753
+ msgid "Registered Username"
754
+ msgstr "ਰਜਿਸਟਰਡ ਉਪਭੋਗਤਾ ਨਾਮ"
755
+
756
+ #: library/plugin-settings.php:1175
757
+ msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
758
+ msgstr "ਪੋਸਟ ਲੇਖਕ ਵਜੋਂ ਰਜਿਸਟਰਡ ਉਪਯੋਗਕਰਤਾ ਨਾਂ ਦੀ ਵਰਤੋਂ ਕਰੋ. ਜਦੋਂ ਵਿਅਕਤੀ ਇਸ ਫਾਰਮ ਨੂੰ ਜਮ੍ਹਾਂ ਕਰ ਰਿਹਾ ਹੈ ਤਾਂ ਉਹ ਵੈਬਵੈਸਟ ਵਿੱਚ ਲੌਗਇਨ ਹੋ ਗਿਆ ਹੈ."
759
+
760
+ #: library/plugin-settings.php:1178
761
+ msgid "User Profile URL"
762
+ msgstr "ਯੂਜ਼ਰ ਪਰੋਫਾਇਲ URL"
763
+
764
+ #: library/plugin-settings.php:1180
765
+ msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
766
+ msgstr "ਯੂਆਰਐਬਲ ਖੇਤਰ ਦੇ ਮੁੱਲ ਵਜੋਂ ਰਜਿਸਟਰਡ ਯੂਜ਼ਰ & rsquo; ਦੀ ਵਰਤੋਂ ਕਰੋ. ਜਦੋਂ ਵਿਅਕਤੀ ਇਸ ਫਾਰਮ ਨੂੰ ਜਮ੍ਹਾਂ ਕਰ ਰਿਹਾ ਹੈ ਤਾਂ ਉਹ ਵੈਬਵੈਸਟ ਵਿੱਚ ਲੌਗਇਨ ਹੋ ਗਿਆ ਹੈ."
767
+
768
+ #: library/plugin-settings.php:1183
769
+ msgid "Require User Login"
770
+ msgstr "ਯੂਜ਼ਰ ਲਾਗਇਨ ਲੋੜੀਦਾ ਹੈ"
771
+
772
+ #: library/plugin-settings.php:1185
773
+ msgid "Require users to be logged in to WordPress to view/submit the form"
774
+ msgstr "ਫਾਰਮ ਨੂੰ ਵੇਖਣ / ਜਮ੍ਹਾਂ ਕਰਨ ਲਈ ਉਪਭੋਗਤਾਵਾਂ ਨੂੰ ਵਰਡਜ ਵਿੱਚ ਲੌਗ ਇਨ ਕਰਨਾ ਚਾਹੀਦਾ ਹੈ"
775
+
776
+ #: library/plugin-settings.php:1188
777
+ msgid "Disable Replace Author"
778
+ msgstr "ਲੇਖਕ ਨੂੰ ਬਦਲੋ ਅਯੋਗ ਕਰੋ"
779
+
780
+ #: library/plugin-settings.php:1190
781
+ msgid "Do not replace post author with submitted user name"
782
+ msgstr "ਪੇਸ਼ ਕੀਤੇ ਗਏ ਵਰਤੋਂਕਾਰ ਨਾਮ ਦੇ ਨਾਲ ਪੋਸਟ ਲੇਖਕ ਨੂੰ ਨਾ ਬਦਲੋ"
783
+
784
+ #: library/plugin-settings.php:1196
785
+ msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
786
+ msgstr "ਇੱਥੇ ਤੁਸੀਂ ਕਸਟਮ ਫੀਲਡ ਦੁਆਰਾ ਵਰਤੇ ਗਏ ਨਾਮ ਅਤੇ ਲੇਬਲ ਨੂੰ ਬਦਲ ਸਕਦੇ ਹੋ. ਤੁਸੀਂ ਇਸ ਫੀਲਡ ਨੂੰ ਫਾਰਮ ਫੀਲਡਸ ਸੈਟਿੰਗ ਰਾਹੀਂ, ਉਪਰੋਕਤ ਕਰ ਸਕਦੇ ਹੋ."
787
+
788
+ #: library/plugin-settings.php:1201
789
+ msgid "Custom Field Name"
790
+ msgstr "ਕਸਟਮ ਫੀਲਡ ਦਾ ਨਾਮ"
791
+
792
+ #: library/plugin-settings.php:1203
793
+ msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
794
+ msgstr "ਸਿਰਫ ਅਲਫਾਨੁਮੈਰਿਕ, ਅੰਡਰਸਕੋਰ ਅਤੇ ਡੈਸ਼ਾਂ ਵਰਤੋਂ ਜੇਕਰ ਨਿਸ਼ਚਿਤ ਹੋਵੇ, ਤਾਂ ਡਿਫਾਲਟ ਨਾਮ ਦੀ ਵਰਤੋਂ ਕਰੋ:"
795
+
796
+ #: library/plugin-settings.php:1206
797
+ msgid "Custom Field Label"
798
+ msgstr "ਕਸਟਮ ਫੀਲਡ ਲੇਬਲ"
799
+
800
+ #: library/plugin-settings.php:1208
801
+ msgid "This will be displayed as the field label on the form. Default: Custom Field"
802
+ msgstr "ਇਸ ਨੂੰ ਫਾਰਮ ਤੇ ਫੀਲਡ ਲੇਬਲ ਦੇ ਤੌਰ ਤੇ ਪ੍ਰਦਰਸ਼ਿਤ ਕੀਤਾ ਜਾਵੇਗਾ. ਡਿਫੌਲਟ: ਕਸਟਮ ਖੇਤਰ"
803
+
804
+ #: library/plugin-settings.php:1220
805
+ msgid "To prevent spam, enter a question that users must answer before submitting the form."
806
+ msgstr "ਸਪੈਮ ਨੂੰ ਰੋਕਣ ਲਈ, ਪ੍ਰਸ਼ਨ ਦਾਖਲ ਕਰਨ ਤੋਂ ਪਹਿਲਾਂ ਇੱਕ ਪ੍ਰਸ਼ਨ ਦਿਓ ਜੋ ਉਪਯੋਗਕਰਤਾਵਾਂ ਨੂੰ ਉੱਤਰ ਦੇਣਾ ਚਾਹੀਦਾ ਹੈ."
807
+
808
+ #: library/plugin-settings.php:1223
809
+ msgid "Challenge Response"
810
+ msgstr "ਚੁਣੌਤੀ ਪ੍ਰਤੀਕਿਰਿਆ"
811
+
812
+ #: library/plugin-settings.php:1225
813
+ msgid "Enter the *only* correct answer to the challenge question."
814
+ msgstr "ਚੁਣੌਤੀ ਪ੍ਰਸ਼ਨ ਦੇ ਲਈ ਸਿਰਫ * ਸਹੀ ਜਵਾਬ ਦਾਖਲ ਕਰੋ."
815
+
816
+ #: library/plugin-settings.php:1228
817
+ msgid "Case-sensitivity"
818
+ msgstr "ਕੇਸ-ਸੰਵੇਦਨਸ਼ੀਲਤਾ"
819
+
820
+ #: library/plugin-settings.php:1230
821
+ msgid "Check this box if you want the challenge response to be case-sensitive."
822
+ msgstr "ਜੇ ਤੁਸੀਂ ਚੁਣੌਤੀ ਦਾ ਜਵਾਬ ਕੇਸ-ਸੰਵੇਦਨਸ਼ੀਲ ਹੋਣ ਲਈ ਚਾਹੁੰਦੇ ਹੋ ਤਾਂ ਇਸ ਬਕਸੇ ਨੂੰ ਚੈੱਕ ਕਰੋ."
823
+
824
+ #: library/plugin-settings.php:1236
825
+ msgid "To enable Google reCAPTCHA, enter your public and private keys."
826
+ msgstr "Google reCAPTCHA ਨੂੰ ਸਮਰੱਥ ਬਣਾਉਣ ਲਈ, ਆਪਣੀਆਂ ਜਨਤਕ ਅਤੇ ਪ੍ਰਾਈਵੇਟ ਕੁੰਜੀਆਂ ਦਰਜ ਕਰੋ"
827
+
828
+ #: library/plugin-settings.php:1241
829
+ msgid "Public Key"
830
+ msgstr "ਸਰਵਜਨਕ ਕੁੰਜੀ"
831
+
832
+ #: library/plugin-settings.php:1243
833
+ msgid "Enter your Public Key"
834
+ msgstr "ਆਪਣੀ ਸਰਵਜਨਕ ਕੁੰਜੀ ਦਰਜ ਕਰੋ"
835
+
836
+ #: library/plugin-settings.php:1246
837
+ msgid "Private Key"
838
+ msgstr "ਪ੍ਰਾਈਵੇਟ ਕੁੰਜੀ"
839
+
840
+ #: library/plugin-settings.php:1248
841
+ msgid "Enter your Private Key"
842
+ msgstr "ਆਪਣੀ ਨਿੱਜੀ ਕੁੰਜੀ ਦਰਜ ਕਰੋ"
843
+
844
+ #: library/plugin-settings.php:1253
845
+ msgid "Email Alerts"
846
+ msgstr "ਈ-ਮੇਲ ਚੇਤਾਵਨੀ"
847
+
848
+ #: library/plugin-settings.php:1258
849
+ msgid "Receive Email Alert"
850
+ msgstr "ਈਮੇਲ ਅਲਰਟ ਪ੍ਰਾਪਤ ਕਰੋ"
851
+
852
+ #: library/plugin-settings.php:1260
853
+ msgid "Check this box if you want to be notified via email for new post submissions."
854
+ msgstr "ਇਸ ਬਕਸੇ ਨੂੰ ਚੈੱਕ ਕਰੋ ਜੇਕਰ ਤੁਸੀਂ ਨਵੀਂ ਪੋਸਟ ਦੀਆਂ ਬੇਨਤੀਆਂ ਲਈ ਈਮੇਲ ਰਾਹੀਂ ਸੂਚਿਤ ਕਰਨਾ ਚਾਹੁੰਦੇ ਹੋ."
855
+
856
+ #: library/plugin-settings.php:1263
857
+ msgid "Enable HTML Format"
858
+ msgstr "HTML ਫਾਰਮੈਟ ਨੂੰ ਸਮਰੱਥ ਬਣਾਓ"
859
+
860
+ #: library/plugin-settings.php:1265
861
+ msgid "Check this box to enable HTML format for email alerts."
862
+ msgstr "ਈਮੇਲ ਚੇਤਾਵਨੀਆਂ ਲਈ HTML ਫਾਰਮੈਟ ਨੂੰ ਯੋਗ ਕਰਨ ਲਈ ਇਸ ਬਾਕਸ ਨੂੰ ਚੁਣੋ."
863
+
864
+ #: library/plugin-settings.php:1268
865
+ msgid "Email Address for Alerts"
866
+ msgstr "ਚੇਤਾਵਨੀ ਲਈ ਈਮੇਲ ਪਤਾ"
867
+
868
+ #: library/plugin-settings.php:1270
869
+ msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
870
+ msgstr "ਜੇ ਤੁਸੀਂ ਈਮੇਲ ਚੇਤਾਵਨੀਆਂ ਪ੍ਰਾਪਤ ਕਰਨ ਲਈ ਬਕਸੇ ਦੀ ਜਾਂਚ ਕੀਤੀ ਹੈ, ਤਾਂ ਇੱਥੇ ਈ-ਮੇਲ ਭੇਜਣ ਵਾਲੇ ਪਤੇ (ਆਂ) ਨੂੰ ਦੱਸੋ."
871
+
872
+ #: library/plugin-settings.php:1271
873
+ msgid "Multiple recipients may be included using a comma, like so:"
874
+ msgstr "ਬਹੁਤ ਸਾਰੇ ਪ੍ਰਾਪਤਕਰਤਾਵਾਂ ਨੂੰ ਕਾਮੇ ਦੇ ਰੂਪ ਵਿੱਚ ਸ਼ਾਮਲ ਕੀਤਾ ਜਾ ਸਕਦਾ ਹੈ, ਜਿਵੇਂ ਕਿ:"
875
+
876
+ #: library/plugin-settings.php:1274
877
+ msgid "Email &ldquo;From&rdquo; Address"
878
+ msgstr "ਈਮੇਲ & ldquo; ਤੋਂ & rdquo; ਪਤਾ"
879
+
880
+ #: library/plugin-settings.php:1276
881
+ msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
882
+ msgstr "ਇੱਥੇ ਤੁਸੀਂ & ldquo; From & rdquo; ਲਈ ਵਰਤੇ ਗਏ ਐਡਰੈਸ (ਐੱਸ) ਨੂੰ ਅਨੁਕੂਲਿਤ ਕਰ ਸਕਦੇ ਹੋ ਹੈਡਰ (ਜਾਣਕਾਰੀ ਲਈ ਪਲੱਗਇਨ FAQ ਵੇਖੋ)"
883
+
884
+ #: library/plugin-settings.php:1277
885
+ msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
886
+ msgstr "ਜੇਕਰ ਪਿਛਲੀ ਸੈਟਿੰਗ ਵਿੱਚ ਬਹੁਤ ਸਾਰੇ ਪਤਿਆਂ ਨੂੰ ਨਿਸ਼ਚਤ ਕੀਤਾ ਗਿਆ ਹੈ, ਤਾਂ ਇਸਦੇ ਬਰਾਬਰ ਦੀ ਗਿਣਤੀ ਵਿੱਚ & ldquo; From & rdquo; ਇਸ ਸੈਟਿੰਗ ਲਈ ਪਤੇ (ਉਸੇ ਕ੍ਰਮ ਵਿੱਚ)"
887
+
888
+ #: library/plugin-settings.php:1280
889
+ msgid "Email Alert Subject"
890
+ msgstr "ਈਮੇਲ ਅਲਰਟ ਵਿਸ਼ਾ"
891
+
892
+ #: library/plugin-settings.php:1282
893
+ msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
894
+ msgstr "ਈਮੇਲ ਚਿਤਾਵਨੀਆਂ ਲਈ ਵਿਸ਼ਾ ਲਾਈਨ ਡਿਫੌਲਟ ਵਿਸ਼ਾ ਲਾਈਨ ਨੂੰ ਵਰਤਣ ਲਈ ਖਾਲੀ ਛੱਡੋ ਨੋਟ: ਤੁਸੀਂ ਹੇਠਾਂ ਦਿੱਤੇ ਵੇਅਰਿਏਬਲਜ਼ ਦੀ ਵਰਤੋਂ ਕਰ ਸਕਦੇ ਹੋ:"
895
+
896
+ #: library/plugin-settings.php:1287
897
+ msgid "Email Alert Message"
898
+ msgstr "ਈਮੇਲ ਚਿਤਾਵਨੀ ਸੁਨੇਹਾ"
899
+
900
+ #: library/plugin-settings.php:1289
901
+ msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
902
+ msgstr "ਈਮੇਲ ਚਿਤਾਵਨੀਆਂ ਲਈ ਸੁਨੇਹਾ ਡਿਫਾਲਟ ਸੁਨੇਹਾ ਵਰਤਣ ਲਈ ਖਾਲੀ ਛੱਡੋ. ਨੋਟ: ਤੁਸੀਂ ਹੇਠਾਂ ਦਿੱਤੇ ਵੇਅਰਿਏਬਲਜ਼ ਦੀ ਵਰਤੋਂ ਕਰ ਸਕਦੇ ਹੋ:"
903
+
904
+ #: library/plugin-settings.php:1301
905
+ msgid "Featured Image"
906
+ msgstr "ਫੀਚਰਡ ਚਿੱਤਰ"
907
+
908
+ #: library/plugin-settings.php:1303
909
+ msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
910
+ msgstr "ਫੀਚਰਡ ਚਿੱਤਰਾਂ ਦੇ ਤੌਰ ਤੇ ਪ੍ਰਸਤੁਤ ਚਿੱਤਰ ਸੈਟ ਕਰੋ ਫੀਚਰਡ ਚਿੱਤਰ ਲਈ ਥੀਮ ਸਹਿਯੋਗ ਦੀ ਜ਼ਰੂਰਤ ਹੈ (ਉਰਫ ਪੋਸਟ ਥੰਬਨੇਲ)"
911
+
912
+ #: library/plugin-settings.php:1306
913
+ msgid "Upload Message"
914
+ msgstr "ਸੁਨੇਹਾ ਅੱਪਲੋਡ ਕਰੋ"
915
+
916
+ #: library/plugin-settings.php:1308
917
+ msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
918
+ msgstr "ਉਹ ਸੁਨੇਹਾ ਜੋ ਅਪਲੋਡ ਫੀਲਡ ਦੇ ਅੱਗੇ ਦਿਖਾਈ ਦਿੰਦਾ ਹੈ. ਆਪਣੇ ਅੱਪਲੋਡ ਦਿਸ਼ਾ-ਨਿਰਦੇਸ਼ / ਨੀਤੀ / ਆਦਿ ਬਾਰੇ ਦੱਸਣ ਲਈ ਉਪਯੋਗੀ. ਮੁਢਲੇ ਮਾਰਕਅੱਪ ਦੀ ਇਜਾਜ਼ਤ"
919
+
920
+ #: library/plugin-settings.php:1311
921
+ msgid "&ldquo;Add another image&rdquo; link"
922
+ msgstr "& ldquo; ਕੋਈ ਹੋਰ ਤਸਵੀਰ ਜੋੜੋ & rdquo; ਲਿੰਕ"
923
+
924
+ #: library/plugin-settings.php:1313
925
+ msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
926
+ msgstr "& Ldquo; ਹੋਰ ਤਸਵੀਰ ਜੋੜੋ & rdquo; ਲਈ ਕਸਟਮ ਮਾਰਕਅਪ ਲਿੰਕ ਡਿਫੌਲਟ ਮਾਰਕਅਪ ਵਰਤਣ ਲਈ ਖਾਲੀ ਛੱਡੋ (ਸਿਫਾਰਿਸ਼ ਕੀਤਾ)"
927
+
928
+ #: library/plugin-settings.php:1316
929
+ msgid "Minimum number of images"
930
+ msgstr "ਚਿੱਤਰ ਦੀ ਘੱਟੋ-ਘੱਟ ਗਿਣਤੀ"
931
+
932
+ #: library/plugin-settings.php:1319
933
+ msgid "Specify the minimum number of images."
934
+ msgstr "ਚਿੱਤਰਾਂ ਦੀ ਨਿਊਨਤਮ ਗਿਣਤੀ ਦਰਸਾਓ"
935
+
936
+ #: library/plugin-settings.php:1323
937
+ msgid "Maximum number of images"
938
+ msgstr "ਚਿੱਤਰਾਂ ਦੀ ਅਧਿਕਤਮ ਗਿਣਤੀ"
939
+
940
+ #: library/plugin-settings.php:1326
941
+ msgid "Specify the maximum number of images."
942
+ msgstr "ਚਿੱਤਰਾਂ ਦੀ ਵੱਧ ਤੋਂ ਵੱਧ ਗਿਣਤੀ ਦੱਸੋ."
943
+
944
+ #: library/plugin-settings.php:1330
945
+ msgid "Minimum image width"
946
+ msgstr "ਘੱਟੋ-ਘੱਟ ਚਿੱਤਰ ਚੌੜਾਈ"
947
+
948
+ #: library/plugin-settings.php:1332
949
+ msgid "Specify a minimum width (in pixels) for uploaded images."
950
+ msgstr "ਅਪਲੋਡ ਕੀਤੀ ਤਸਵੀਰਾਂ ਲਈ ਘੱਟੋ ਘੱਟ ਚੌੜਾਈ (ਪਿਕਸਲ ਵਿੱਚ) ਦਿਓ."
951
+
952
+ #: library/plugin-settings.php:1335
953
+ msgid "Minimum image height"
954
+ msgstr "ਘੱਟੋ ਘੱਟ ਚਿੱਤਰ ਦੀ ਉਚਾਈ"
955
+
956
+ #: library/plugin-settings.php:1337
957
+ msgid "Specify a minimum height (in pixels) for uploaded images."
958
+ msgstr "ਅਪਲੋਡ ਕੀਤੀ ਤਸਵੀਰਾਂ ਲਈ ਘੱਟੋ ਘੱਟ ਉਚਾਈ (ਪਿਕਸਲ ਵਿੱਚ) ਦਿਓ."
959
+
960
+ #: library/plugin-settings.php:1340
961
+ msgid "Maximum image width"
962
+ msgstr "ਵੱਧ ਤੋਂ ਵੱਧ ਚਿੱਤਰ ਚੌੜਾਈ"
963
+
964
+ #: library/plugin-settings.php:1342
965
+ msgid "Specify a maximum width (in pixels) for uploaded images."
966
+ msgstr "ਅਪਲੋਡ ਕੀਤੀ ਤਸਵੀਰਾਂ ਲਈ ਵੱਧ ਤੋਂ ਵੱਧ ਚੌੜਾਈ (ਪਿਕਸਲ ਵਿੱਚ) ਦਿਓ."
967
+
968
+ #: library/plugin-settings.php:1345
969
+ msgid "Maximum image height"
970
+ msgstr "ਅਧਿਕਤਮ ਚਿੱਤਰ ਦੀ ਉਚਾਈ"
971
+
972
+ #: library/plugin-settings.php:1347
973
+ msgid "Specify a maximum height (in pixels) for uploaded images."
974
+ msgstr "ਅਪਲੋਡ ਕੀਤੀਆਂ ਤਸਵੀਰਾਂ ਲਈ ਅਧਿਕਤਮ ਉਚਾਈ (ਪਿਕਸਲ ਵਿੱਚ) ਦਿਓ."
975
+
976
+ #: library/plugin-settings.php:1350
977
+ msgid "More Options"
978
+ msgstr "ਹੋਰ ਵਿਕਲਪ"
979
+
980
+ #: library/plugin-settings.php:1353
981
+ msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
982
+ msgstr "ਹੋਰ ਵਿਕਲਪਾਂ ਲਈ, ਜਿਵੇਂ ਕਿ ਹੋਰ ਫਾਈਲ ਕਿਸਮਾਂ ਨੂੰ ਅਪਲੋਡ ਕਰਨ ਦੀ ਯੋਗਤਾ (ਜਿਵੇਂ ਕਿ PDF, Word, Zip, ਵੀਡੀਓ, ਅਤੇ ਹੋਰ), ਚੈੱਕ ਆਊਟ ਕਰੋ"
983
+
984
+ #: library/plugin-settings.php:1354
985
+ msgid "Go Pro!"
986
+ msgstr "ਪ੍ਰੋ ਜਾਓ!"
987
+
988
+ #: library/plugin-settings.php:1361
989
+ msgid "Auto-Display Content"
990
+ msgstr "ਸਵੈ-ਪ੍ਰਦਰਸ਼ਿਤ ਸਮਗਰੀ"
991
+
992
+ #: library/plugin-settings.php:1366
993
+ msgid "Images Auto-Display"
994
+ msgstr "ਚਿੱਤਰ ਆਟੋ-ਡਿਸਪਲੇ"
995
+
996
+ #: library/plugin-settings.php:1368
997
+ msgid "Auto-display user-submitted images:"
998
+ msgstr "ਆਟੋ-ਡਿਸਪਲੇ ਉਪਭੋਗਤਾ ਦੁਆਰਾ ਪ੍ਰਸਤੁਤ ਕੀਤੀਆਂ ਤਸਵੀਰਾਂ:"
999
+
1000
+ #: library/plugin-settings.php:1373
1001
+ msgid "Image Markup"
1002
+ msgstr "ਚਿੱਤਰ ਮਾਰਕਅਪ"
1003
+
1004
+ #: library/plugin-settings.php:1375
1005
+ msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1006
+ msgstr "ਹਰੇਕ ਪੇਸ਼ ਕੀਤੀ ਤਸਵੀਰ ਲਈ ਵਰਤਣ ਲਈ ਮਾਰਕਅੱਪ (ਜਦੋਂ ਆਟੋ-ਡਿਸਪਲੇ ਸਮਰੱਥ ਹੈ) ਵਰਤ ਸਕਦੇ ਹੋ"
1007
+
1008
+ #: library/plugin-settings.php:1377 library/plugin-settings.php:1390
1009
+ #: library/plugin-settings.php:1403 library/plugin-settings.php:1416
1010
+ msgid "and"
1011
+ msgstr "ਅਤੇ"
1012
+
1013
+ #: library/plugin-settings.php:1380
1014
+ msgid "Email Auto-Display"
1015
+ msgstr "ਈਮੇਲ ਆਟੋ-ਡਿਸਪਲੇ"
1016
+
1017
+ #: library/plugin-settings.php:1382
1018
+ msgid "Auto-display user-submitted email:"
1019
+ msgstr "ਆਟੋ-ਡਿਸਪਲੇ ਯੂਜਰ ਦੁਆਰਾ ਜਮ੍ਹਾ ਈਮੇਲ:"
1020
+
1021
+ #: library/plugin-settings.php:1387
1022
+ msgid "Email Markup"
1023
+ msgstr "ਈਮੇਲ ਮਾਰਕਅੱਪ"
1024
+
1025
+ #: library/plugin-settings.php:1389
1026
+ msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1027
+ msgstr "ਜਮ੍ਹਾਂ ਹੋਏ ਈਮੇਲ ਪਤੇ ਲਈ ਵਰਤਣ ਲਈ ਮਾਰਕਅੱਪ (ਜਦੋਂ ਆਟੋ-ਡਿਸਪਲੇ ਸਮਰੱਥ ਹੈ). ਵਰਤ ਸਕਦੇ ਹੋ"
1028
+
1029
+ #: library/plugin-settings.php:1393
1030
+ msgid "URL Auto-Display"
1031
+ msgstr "URL ਆਟੋ-ਡਿਸਪਲੇ"
1032
+
1033
+ #: library/plugin-settings.php:1395
1034
+ msgid "Auto-display user-submitted URL:"
1035
+ msgstr "ਆਟੋ-ਡਿਸਪਲੇ ਯੂਜਰ ਵਲੋਂ ਪੇਸ਼ ਯੂਆਰਐਲ:"
1036
+
1037
+ #: library/plugin-settings.php:1400
1038
+ msgid "URL Markup"
1039
+ msgstr "URL ਮਾਰਕਅਪ"
1040
+
1041
+ #: library/plugin-settings.php:1402
1042
+ msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1043
+ msgstr "ਦਿੱਤੇ URL ਲਈ ਵਰਤਣ ਲਈ ਮਾਰਕਅੱਪ (ਜਦੋਂ ਆਟੋ-ਡਿਸਪਲੇ ਸਮਰੱਥ ਹੈ). ਵਰਤ ਸਕਦੇ ਹੋ"
1044
+
1045
+ #: library/plugin-settings.php:1406
1046
+ msgid "Custom Field Auto-Display"
1047
+ msgstr "ਕਸਟਮ ਫੀਲਡ ਆਟੋ-ਡਿਸਪਲੇ"
1048
+
1049
+ #: library/plugin-settings.php:1408
1050
+ msgid "Auto-display user-submitted Custom Field:"
1051
+ msgstr "ਆਟੋ-ਡਿਸਪਲੇ ਉਪਭੋਗਤਾ ਦੁਆਰਾ ਦਰਜ ਕੀਤੀ ਕਸਟਮ ਖੇਤਰ:"
1052
+
1053
+ #: library/plugin-settings.php:1413
1054
+ msgid "Custom Field Markup"
1055
+ msgstr "ਕਸਟਮ ਖੇਤਰ ਮਾਰਕਅਪ"
1056
+
1057
+ #: library/plugin-settings.php:1415
1058
+ msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1059
+ msgstr "ਜਮ੍ਹਾਂ ਕੀਤੇ ਕਸਟਮ ਖੇਤਰ ਲਈ ਵਰਤੋਂ ਕਰਨ ਲਈ ਮਾਰਕਅੱਪ (ਜਦੋਂ ਆਟੋ-ਡਿਸਪਲੇ ਸਮਰੱਥ ਹੈ). ਵਰਤ ਸਕਦੇ ਹੋ"
1060
+
1061
+ #: library/plugin-settings.php:1421 library/plugin-settings.php:1497
1062
+ msgid "Save Settings"
1063
+ msgstr "ਸੈਟਿੰਗ ਸੰਭਾਲੋ"
1064
+
1065
+ #: library/plugin-settings.php:1426
1066
+ msgid "Display the Form"
1067
+ msgstr "ਫਾਰਮ ਨੂੰ ਪ੍ਰਦਰਸ਼ਿਤ ਕਰੋ"
1068
+
1069
+ #: library/plugin-settings.php:1429
1070
+ msgid "Post-Submit Form"
1071
+ msgstr "ਪੋਸਟ-ਜਮ੍ਹਾਂ ਫਾਰਮ"
1072
+
1073
+ #: library/plugin-settings.php:1430
1074
+ msgid "USP enables you to display a post-submission form anywhere on your site."
1075
+ msgstr "ਯੂ ਐਸ ਪੀ ਤੁਹਾਨੂੰ ਆਪਣੀ ਸਾਈਟ 'ਤੇ ਕਿਤੇ ਵੀ ਪੋਸਟ-ਸਬਮਿਸ਼ਨ ਫਾਰਮ ਪ੍ਰਦਰਸ਼ਿਤ ਕਰਨ ਦੇ ਯੋਗ ਕਰਦਾ ਹੈ."
1076
+
1077
+ #: library/plugin-settings.php:1431 library/plugin-settings.php:1438
1078
+ msgid "Use the shortcode to display the form on any WP Post or Page:"
1079
+ msgstr "ਕਿਸੇ ਵੀ WP ਪੋਸਟ ਜਾਂ ਪੰਨਾ ਤੇ ਫਾਰਮ ਨੂੰ ਪ੍ਰਦਰਸ਼ਿਤ ਕਰਨ ਲਈ ਸ਼ੌਰਡ ਕੋਡ ਵਰਤੋ:"
1080
+
1081
+ #: library/plugin-settings.php:1433 library/plugin-settings.php:1440
1082
+ msgid "Or, use the template tag to display the form anywhere in your theme template:"
1083
+ msgstr "ਜਾਂ, ਆਪਣੀ ਥੀਮ ਟੇਪਲੇਟ ਵਿੱਚ ਕਿਤੇ ਵੀ ਫਾਰਮ ਨੂੰ ਪ੍ਰਦਰਸ਼ਿਤ ਕਰਨ ਲਈ ਟੈਮਪਲੇਟ ਟੈਗ ਦਾ ਉਪਯੋਗ ਕਰੋ:"
1084
+
1085
+ #: library/plugin-settings.php:1436
1086
+ msgid "Login/Register Form"
1087
+ msgstr "ਲੌਗਇਨ / ਰਜਿਸਟਰ ਕਰੋ ਫਾਰਮ"
1088
+
1089
+ #: library/plugin-settings.php:1437
1090
+ msgid "You also can display a form that enables users to log in, register, or reset their password."
1091
+ msgstr "ਤੁਸੀਂ ਇੱਕ ਅਜਿਹਾ ਫਾਰਮ ਵੀ ਪ੍ਰਦਰਸ਼ਿਤ ਕਰ ਸਕਦੇ ਹੋ ਜਿਹੜਾ ਉਪਭੋਗਤਾਵਾਂ ਨੂੰ ਉਹਨਾਂ ਦੇ ਪਾਸਵਰਡ ਤੇ ਦਰਜ, ਰਜਿਸਟਰ ਕਰਨ ਜਾਂ ਰੀਸੈਟ ਕਰਨ ਦੇ ਯੋਗ ਬਣਾਉਂਦਾ ਹੈ."
1092
+
1093
+ #: library/plugin-settings.php:1443
1094
+ msgid "Display Submitted Posts"
1095
+ msgstr "ਪ੍ਰਸਾਰਿਤ ਪੋਸਟ ਦਿਖਾਓ"
1096
+
1097
+ #: library/plugin-settings.php:1444
1098
+ msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1099
+ msgstr "ਕਿਸੇ ਵੀ WP ਪੋਸਟ ਜਾਂ ਪੰਨੇ 'ਤੇ ਪੇਸ਼ ਕੀਤੀਆਂ ਪੋਸਟਾਂ ਦੀ ਸੂਚੀ ਨੂੰ ਪ੍ਰਦਰਸ਼ਿਤ ਕਰਨ ਲਈ ਇਸ ਸ਼ੋਰਟ ਕੋਡ ਦੀ ਵਰਤੋਂ ਕਰੋ:"
1100
+
1101
+ #: library/plugin-settings.php:1446
1102
+ msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1103
+ msgstr "ਜਾਂ, ਆਪਣੀ ਥੀਮ ਟੈਮਪਲੇਟ ਵਿੱਚ ਕਿਤੇ ਵੀ ਦਰਜ ਕੀਤੀਆਂ ਪੋਸਟਾਂ ਦੀ ਇੱਕ ਸੂਚੀ ਪ੍ਰਦਰਸ਼ਿਤ ਕਰਨ ਲਈ ਟੈਮਪਲੇਟ ਟੈਗ ਦਾ ਉਪਯੋਗ ਕਰੋ:"
1104
+
1105
+ #: library/plugin-settings.php:1448
1106
+ msgid "Here are some examples showing how to configure this shortcode:"
1107
+ msgstr "ਇੱਥੇ ਇਹ ਸ਼ਾਰਟਕੌਂਗ ਨੂੰ ਕਿਵੇਂ ਸੰਰਚਿਤ ਕਰਨਾ ਹੈ ਇਸਦੇ ਕੁਝ ਉਦਾਹਰਨਾਂ ਹਨ:"
1108
+
1109
+ #: library/plugin-settings.php:1455
1110
+ msgid "Reset Form Button"
1111
+ msgstr "ਫਾਰਮ ਬਟਨ ਰੀਸੈਟ ਕਰੋ"
1112
+
1113
+ #: library/plugin-settings.php:1456
1114
+ msgid "This shortcode displays a link that resets the form to its original state:"
1115
+ msgstr "ਇਹ ਛੋਟਾ ਕੋਡ ਉਸ ਲਿੰਕ ਨੂੰ ਪ੍ਰਦਰਸ਼ਿਤ ਕਰਦਾ ਹੈ ਜੋ ਫਾਰਮ ਨੂੰ ਇਸਦੀ ਅਸਲੀ ਸਥਿਤੀ ਤੇ ਰੀਸੈਟ ਕਰਦਾ ਹੈ:"
1116
+
1117
+ #: library/plugin-settings.php:1458
1118
+ msgid "This shortcode accepts the following attributes:"
1119
+ msgstr "ਇਹ ਛੋਟਾ ਕੋਡ ਹੇਠਾਂ ਦਿੱਤੀਆਂ ਵਿਸ਼ੇਸ਼ਤਾਵਾਂ ਸਵੀਕਾਰ ਕਰਦਾ ਹੈ:"
1120
+
1121
+ #: library/plugin-settings.php:1463
1122
+ msgid "Note that the url attribute accepts"
1123
+ msgstr "ਧਿਆਨ ਦਿਓ ਕਿ url ਵਿਸ਼ੇਸ਼ਤਾ ਸਵੀਕਾਰ ਕਰਦਾ ਹੈ"
1124
+
1125
+ #: library/plugin-settings.php:1463
1126
+ msgid "to get the current URL."
1127
+ msgstr "ਮੌਜੂਦਾ URL ਪ੍ਰਾਪਤ ਕਰਨ ਲਈ"
1128
+
1129
+ #: library/plugin-settings.php:1465
1130
+ msgid "Access Control"
1131
+ msgstr "ਐਕਸੈਸ ਕੰਟਰੋਲ"
1132
+
1133
+ #: library/plugin-settings.php:1466
1134
+ msgid "USP provides three shortcodes to control access and restrict content."
1135
+ msgstr "USP ਪਹੁੰਚ ਨੂੰ ਨਿਯੰਤਰਿਤ ਕਰਨ ਅਤੇ ਸਮੱਗਰੀ ਨੂੰ ਪ੍ਰਤਿਬੰਧਿਤ ਕਰਨ ਲਈ ਤਿੰਨ ਸ਼ੀਕਾਂ ਪ੍ਰਦਾਨ ਕਰਦਾ ਹੈ"
1136
+
1137
+ #: library/plugin-settings.php:1467
1138
+ msgid "Display content only to users with a specific capability:"
1139
+ msgstr "ਸਿਰਫ ਖਾਸ ਸਮਰੱਥਾ ਵਾਲੇ ਉਪਭੋਗਤਾਵਾਂ ਲਈ ਸਮਗਰੀ ਪ੍ਰਦਰਸ਼ਿਤ ਕਰੋ:"
1140
+
1141
+ #: library/plugin-settings.php:1469
1142
+ msgid "Display content to logged-in users:"
1143
+ msgstr "ਲਾਗਇਨ ਕੀਤੇ ਉਪਭੋਗਤਾਵਾਂ ਲਈ ਸਮਗਰੀ ਪ੍ਰਦਰਸ਼ਿਤ ਕਰੋ:"
1144
+
1145
+ #: library/plugin-settings.php:1471
1146
+ msgid "Display content to visitors only:"
1147
+ msgstr "ਸਿਰਫ਼ ਵਿਜ਼ਟਰਾਂ ਲਈ ਸਮੱਗਰੀ ਪ੍ਰਦਰਸ਼ਿਤ ਕਰੋ:"
1148
+
1149
+ #: library/plugin-settings.php:1473
1150
+ msgid "Tip:"
1151
+ msgstr "ਸੁਝਾਅ:"
1152
+
1153
+ #: library/plugin-settings.php:1473
1154
+ msgid "to include markup in the deny message, you can use"
1155
+ msgstr "ਇਨਕਾਰ ਸੁਨੇਹੇ ਵਿੱਚ ਮਾਰਕਅੱਪ ਸ਼ਾਮਲ ਕਰਨ ਲਈ, ਤੁਸੀਂ ਇਸਤੇਮਾਲ ਕਰ ਸਕਦੇ ਹੋ"
1156
+
1157
+ #: library/plugin-settings.php:1473
1158
+ msgid "to output"
1159
+ msgstr "ਆਉਟਪੁੱਟ ਲਈ"
1160
+
1161
+ #: library/plugin-settings.php:1475
1162
+ msgid "Example"
1163
+ msgstr "ਉਦਾਹਰਨ"
1164
+
1165
+ #: library/plugin-settings.php:1476
1166
+ msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1167
+ msgstr "ਜੇਕਰ ਉਪਭੋਗਤਾ ਲਾਗਿੰਨ ਹੁੰਦਾ ਹੈ, ਤਾਂ ਪੋਸਟ-ਫਾਰਮ ਜਮ੍ਹਾਂ ਕਰੋ; ਜਾਂ ਜੇ ਉਪਭੋਗਤਾ ਨੇ ਲੌਗਇਨ ਨਹੀਂ ਕੀਤਾ ਹੈ, ਤਾਂ ਲੌਗਇਨ ਫਾਰਮ ਪ੍ਰਦਰਸ਼ਿਤ ਕਰੋ:"
1168
+
1169
+ #: library/plugin-settings.php:1488
1170
+ msgid "Restore Defaults"
1171
+ msgstr "ਡਿਫਾਲਟ ਰੀਸਟੋਰ ਕਰੋ"
1172
+
1173
+ #: library/plugin-settings.php:1491
1174
+ msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1175
+ msgstr "ਆਪਣੀਆਂ ਸੈਟਿੰਗਜ਼ ਨੂੰ ਯਾਦ ਰੱਖਣ ਲਈ ਇਹ ਚੋਣ ਅਸਮਰੱਥ ਛੱਡੋ. ਜਾਂ, ਅੱਗੇ ਜਾਣ ਅਤੇ ਡਿਫੌਲਟ ਪਲਗਇਨ ਵਿਕਲਪਾਂ ਨੂੰ ਪੁਨਰ ਸਥਾਪਿਤ ਕਰਨ ਲਈ: ਬਾਕਸ ਨੂੰ ਚੈੱਕ ਕਰੋ, ਆਪਣੀਆਂ ਸੈਟਿੰਗਾਂ ਨੂੰ ਸੁਰੱਖਿਅਤ ਕਰੋ, ਅਤੇ ਫਿਰ ਪਲਗਇਨ ਨੂੰ ਅਕਿਰਿਆਸ਼ੀਲ / ਦੁਬਾਰਾ ਕਿਰਿਆਸ਼ੀਲ ਕਰੋ."
1176
+
1177
+ #: library/plugin-settings.php:1495
1178
+ msgid "Restore default options upon plugin deactivation/reactivation."
1179
+ msgstr "ਪਲਗਇਨ ਅਯੋਗ / ਮੁੜ-ਸਰਗਰਮ ਹੋਣ ਤੇ ਡਿਫਾਲਟ ਵਿਕਲਪ ਰੀਸਟੋਰ ਕਰੋ."
1180
+
1181
+ #: library/plugin-settings.php:1502
1182
+ msgid "Show Support"
1183
+ msgstr "ਸਹਿਯੋਗ ਵੇਖਾਓ"
1184
+
1185
+ #: library/plugin-settings.php:1511
1186
+ msgid "by"
1187
+ msgstr "ਨਾਲ"
1188
+
1189
+ #: library/plugin-settings.php:1512
1190
+ msgid "Jeff Starr on Twitter"
1191
+ msgstr "ਟਵਿੱਟਰ 'ਤੇ ਜੈਫ ਸਟਾਰ"
1192
+
1193
+ #: library/plugin-settings.php:1513
1194
+ msgid "Obsessive Web Design &amp; Development"
1195
+ msgstr "ਅਵਿਸ਼ਵਾਸੀ ਵੈੱਬ ਡਿਜ਼ਾਇਨ ਅਤੇ amp; ਵਿਕਾਸ"
1196
+
1197
+ #: library/plugin-settings.php:1524
1198
+ msgid "Save Preference"
1199
+ msgstr "ਪਸੰਦ ਨੂੰ ਸੁਰੱਖਿਅਤ ਕਰੋ"
1200
+
1201
+ #: library/plugin-settings.php:1531
1202
+ msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1203
+ msgstr "ਕੀ ਤੁਸੀਂ ਨਿਸ਼ਚਤ ਰੂਪ ਤੋਂ ਸਾਰੇ ਡਿਫੌਲਟ ਵਿਕਲਪਾਂ ਨੂੰ ਰੀਸਟੋਰ ਕਰਨਾ ਚਾਹੁੰਦੇ ਹੋ? (ਇਸ ਕਾਰਵਾਈ ਨੂੰ ਵਾਪਸ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਦਾ)"
1204
+
1205
+ #: library/support-panel.php:52
1206
+ msgid "Perishable Press Books"
1207
+ msgstr "ਨਾਸ਼ਵਾਨ ਪ੍ਰੈਸ ਕਿਤਾਬਾਂ"
1208
+
1209
+ #: library/support-panel.php:53
1210
+ msgid "Plugin Planet"
1211
+ msgstr "ਪਲੱਗਇਨ ਪਲੈਨਿਟ"
1212
+
1213
+ #: library/support-panel.php:54
1214
+ msgid "Donate via PayPal"
1215
+ msgstr "ਪੇਪਾਲ ਦੁਆਰਾ ਦਾਨ ਕਰੋ"
1216
+
1217
+ #: library/support-panel.php:56
1218
+ msgid "books"
1219
+ msgstr "ਕਿਤਾਬਾਂ"
1220
+
1221
+ #: library/support-panel.php:57
1222
+ msgid "plugins"
1223
+ msgstr "ਪਲੱਗਇਨ"
1224
+
1225
+ #: library/support-panel.php:58
1226
+ msgid "donation"
1227
+ msgstr "ਦਾਨ"
1228
+
1229
+ #: library/support-panel.php:60
1230
+ msgid "Thank you for using"
1231
+ msgstr "ਵਰਤਣ ਲਈ ਤੁਹਾਡਾ ਧੰਨਵਾਦ"
1232
+
1233
+ #: library/support-panel.php:61
1234
+ msgid "Please show support by purchasing one of my"
1235
+ msgstr "ਕਿਰਪਾ ਕਰਕੇ ਮੇਰੀ ਇੱਕ ਨੂੰ ਖਰੀਦ ਕੇ ਸਹਾਇਤਾ ਦਿਖਾਓ"
1236
+
1237
+ #: library/support-panel.php:62
1238
+ msgid "or"
1239
+ msgstr "ਜਾਂ"
1240
+
1241
+ #: library/support-panel.php:62
1242
+ msgid "or by making a"
1243
+ msgstr "ਜਾਂ ਇੱਕ ਬਣਾ ਕੇ"
1244
+
1245
+ #: library/support-panel.php:63
1246
+ msgid "Your generous support helps to ensure future development of"
1247
+ msgstr "ਤੁਹਾਡੇ ਉਦਾਰ ਸਹਿਯੋਗ ਨਾਲ ਭਵਿੱਖ ਦੇ ਵਿਕਾਸ ਨੂੰ ਯਕੀਨੀ ਬਣਾਉਣ ਵਿਚ ਸਹਾਇਤਾ ਮਿਲੇਗੀ"
1248
+
1249
+ #: library/support-panel.php:64
1250
+ msgid "and is greatly appreciated."
1251
+ msgstr "ਅਤੇ ਬਹੁਤ ਪ੍ਰਸੰਸਾ ਕੀਤੀ ਜਾਂਦੀ ਹੈ."
1252
+
1253
+ #: library/support-panel.php:66
1254
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1255
+ msgstr "ਕਿਸੇ ਵੀ ਸਾਈਜ਼ ਦੇ ਦਾਨ ਨਾਲ ਮੈਨੂੰ ਇਸ ਮੁਫ਼ਤ ਪਲੱਗਇਨ ਅਤੇ ਹੋਰ ਸ਼ਾਨਦਾਰ ਵਰਡਪਰੈਸ ਸਰੋਤ ਵਿਕਸਿਤ ਕਰਨ ਨੂੰ ਜਾਰੀ ਰੱਖਣ ਵਿੱਚ ਮਦਦ ਮਿਲਦੀ ਹੈ."
1256
+
1257
+ #. Description of the plugin
1258
+ #:
1259
+ msgid "Enables your visitors to submit posts and images from anywhere on your site."
1260
+ msgstr "ਤੁਹਾਡੀਆਂ ਮਹਿਮਾਨਾਂ ਨੂੰ ਤੁਹਾਡੀ ਸਾਈਟ ਤੇ ਕਿਤੇ ਵੀ ਪੋਸਟਾਂ ਅਤੇ ਤਸਵੀਰਾਂ ਜਮ੍ਹਾਂ ਕਰਾਉਣ ਨੂੰ ਸਮਰੱਥ ਬਣਾਉਂਦਾ ਹੈ."
1261
+
1262
+ #. URI of the plugin
1263
+ #:
1264
+ msgid "https://perishablepress.com/user-submitted-posts/"
1265
+ msgstr "https://perishablepress.com/user-submitted-posts/"
1266
+
1267
+ #. Author of the plugin
1268
+ #:
1269
+ msgid "Jeff Starr"
1270
+ msgstr "ਜੈਫ ਸਟਾਰ"
1271
+
1272
+ #. Author URI of the plugin
1273
+ #:
1274
+ msgid "https://plugin-planet.com/"
1275
+ msgstr "https://plugin-planet.com/"
1276
+
trunk/languages/usp-pl_PL.mo ADDED
Binary file
trunk/languages/usp-pl_PL.po ADDED
@@ -0,0 +1,1276 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "MIME-Version: 1.0\n"
4
+ "Content-Type: text/plain; charset=UTF-8\n"
5
+ "Content-Transfer-Encoding: 8bit\n"
6
+ "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20180316\n"
8
+ "Language: pl\n"
9
+
10
+ #. Name of the plugin
11
+ #: user-submitted-posts.php:44 library/support-panel.php:5
12
+ msgid "User Submitted Posts"
13
+ msgstr "Użytkownik przesyła posty"
14
+
15
+ #: user-submitted-posts.php:81
16
+ msgid "requires WordPress "
17
+ msgstr "wymaga WordPress"
18
+
19
+ #: user-submitted-posts.php:82
20
+ msgid " or higher, and has been deactivated! "
21
+ msgstr " lub wyższy i został dezaktywowany!"
22
+
23
+ #: user-submitted-posts.php:83
24
+ msgid "Please return to the"
25
+ msgstr "Wróć do"
26
+
27
+ #: user-submitted-posts.php:84
28
+ msgid "WordPress Admin Area"
29
+ msgstr "Obszar administracyjny WordPress"
30
+
31
+ #: user-submitted-posts.php:85
32
+ msgid "to upgrade WordPress and try again."
33
+ msgstr "uaktualnić WordPressa i spróbować ponownie."
34
+
35
+ #: user-submitted-posts.php:125
36
+ msgid "User Submitted Post"
37
+ msgstr "User Submitted Post"
38
+
39
+ #: user-submitted-posts.php:419
40
+ msgid "User Submitted Post Info"
41
+ msgstr "User Submitted Post Info"
42
+
43
+ #: user-submitted-posts.php:449
44
+ msgid "Submitter Name: "
45
+ msgstr "Nazwa przesyłającego:"
46
+
47
+ #: user-submitted-posts.php:450
48
+ msgid "Submitter Email: "
49
+ msgstr "Wyślij wiadomość e-mail:"
50
+
51
+ #: user-submitted-posts.php:451
52
+ msgid "Submitter URL: "
53
+ msgstr "URL przesyłającego:"
54
+
55
+ #: user-submitted-posts.php:452
56
+ msgid "Submitter IP: "
57
+ msgstr "Przesyłający IP:"
58
+
59
+ #: user-submitted-posts.php:503
60
+ msgid "Show USP Posts"
61
+ msgstr "Pokaż posty w serwisie USP"
62
+
63
+ #: user-submitted-posts.php:504 library/plugin-settings.php:979
64
+ msgid "USP"
65
+ msgstr "USP"
66
+
67
+ #: user-submitted-posts.php:1272
68
+ msgid " files required"
69
+ msgstr " wymagane pliki"
70
+
71
+ #: user-submitted-posts.php:1273
72
+ msgid " file required"
73
+ msgstr " wymagany plik"
74
+
75
+ #: user-submitted-posts.php:1275
76
+ msgid " files"
77
+ msgstr " akta"
78
+
79
+ #: user-submitted-posts.php:1276
80
+ msgid " file"
81
+ msgstr " plik"
82
+
83
+ #: user-submitted-posts.php:1278 user-submitted-posts.php:1279
84
+ #: user-submitted-posts.php:1280 user-submitted-posts.php:1281
85
+ msgid " pixels"
86
+ msgstr " piksele"
87
+
88
+ #: user-submitted-posts.php:1283 library/core-functions.php:215
89
+ #: library/plugin-settings.php:284 library/plugin-settings.php:303
90
+ #: library/plugin-settings.php:701 library/plugin-settings.php:1195
91
+ msgid "Custom Field"
92
+ msgstr "Pole niestandardowe"
93
+
94
+ #: user-submitted-posts.php:1286
95
+ msgid "An error occurred. Please go back and try again."
96
+ msgstr "Wystąpił błąd. Wróć i spróbuj ponownie."
97
+
98
+ #: user-submitted-posts.php:1296
99
+ msgid "User login required"
100
+ msgstr "Wymagane logowanie użytkownika"
101
+
102
+ #: user-submitted-posts.php:1297
103
+ msgid "User name required"
104
+ msgstr "Nazwa użytkownika (wymagana"
105
+
106
+ #: user-submitted-posts.php:1298
107
+ msgid "Post title required"
108
+ msgstr "Wymagany tytuł posta"
109
+
110
+ #: user-submitted-posts.php:1299
111
+ msgid "User URL required"
112
+ msgstr "Wymagany jest URL użytkownika"
113
+
114
+ #: user-submitted-posts.php:1300
115
+ msgid "Post tags required"
116
+ msgstr "Wymagane tagi postów"
117
+
118
+ #: user-submitted-posts.php:1301
119
+ msgid "Post category required"
120
+ msgstr "Wymagana kategoria postu"
121
+
122
+ #: user-submitted-posts.php:1302
123
+ msgid "Post content required"
124
+ msgstr "Treść postu jest wymagana"
125
+
126
+ #: user-submitted-posts.php:1303 user-submitted-posts.php:1304
127
+ msgid "Correct captcha required"
128
+ msgstr "Wymagane jest poprawne captcha"
129
+
130
+ #: user-submitted-posts.php:1305
131
+ msgid "User email required"
132
+ msgstr "Adres e-mail użytkownika jest wymagany"
133
+
134
+ #: user-submitted-posts.php:1306
135
+ msgid "Please check your email and try again"
136
+ msgstr "Sprawdź pocztę i spróbuj jeszcze raz"
137
+
138
+ #: user-submitted-posts.php:1307
139
+ msgid "Non-empty value for hidden field"
140
+ msgstr "Niepuste wartości dla ukrytego pola"
141
+
142
+ #: user-submitted-posts.php:1308
143
+ msgid "Minimum number of images not met"
144
+ msgstr "Minimalna liczba zdjęć nie została spełniona"
145
+
146
+ #: user-submitted-posts.php:1309
147
+ msgid "Maximum number of images exceeded "
148
+ msgstr "Przekroczono maksymalną liczbę zdjęć"
149
+
150
+ #: user-submitted-posts.php:1310
151
+ msgid "Minimum image width not met"
152
+ msgstr "Minimalna szerokość obrazu nie została osiągnięta"
153
+
154
+ #: user-submitted-posts.php:1311
155
+ msgid "Image width exceeds maximum"
156
+ msgstr "Szerokość obrazu przekracza maksymalną"
157
+
158
+ #: user-submitted-posts.php:1312
159
+ msgid "Minimum image height not met"
160
+ msgstr "Minimalna wysokość obrazu nie została osiągnięta"
161
+
162
+ #: user-submitted-posts.php:1313
163
+ msgid "Image height exceeds maximum"
164
+ msgstr "Wysokość obrazu przekracza wartość maksymalną"
165
+
166
+ #: user-submitted-posts.php:1314
167
+ msgid "File type not allowed (please upload images only)"
168
+ msgstr "Typ pliku jest niedozwolony (prosimy przesyłać tylko obrazy)"
169
+
170
+ #: user-submitted-posts.php:1315
171
+ msgid " required"
172
+ msgstr " wymagany"
173
+
174
+ #: user-submitted-posts.php:1319
175
+ msgid "File not uploaded. Please check the file and try again."
176
+ msgstr "Plik nie został przesłany. Sprawdź plik i spróbuj ponownie."
177
+
178
+ #: user-submitted-posts.php:1323
179
+ msgid "The file(s) could not be uploaded"
180
+ msgstr "Plików nie można załadować"
181
+
182
+ #: user-submitted-posts.php:1325
183
+ msgid "Post not created. Please contact the site administrator for help."
184
+ msgstr "Post nie został utworzony. Skontaktuj się z administratorem witryny, aby uzyskać pomoc."
185
+
186
+ #: user-submitted-posts.php:1326
187
+ msgid "Duplicate post title. Please try again."
188
+ msgstr "Zduplikowany tytuł wpisu. Proszę spróbuj ponownie."
189
+
190
+ #: user-submitted-posts.php:1336
191
+ msgid "Error: "
192
+ msgstr "Błąd:"
193
+
194
+ #: user-submitted-posts.php:1362
195
+ msgid "Return to form"
196
+ msgstr "Wróć do formularza"
197
+
198
+ #: user-submitted-posts.php:1392 library/plugin-settings.php:955
199
+ msgid "Please"
200
+ msgstr "Proszę"
201
+
202
+ #: user-submitted-posts.php:1393
203
+ msgid "log in"
204
+ msgstr "Zaloguj Się"
205
+
206
+ #: user-submitted-posts.php:1394
207
+ msgid "to submit content!"
208
+ msgstr "przesłać treść!"
209
+
210
+ #: views/submission-form.php:46 views/submission-form-alt.php:55
211
+ msgid "Please complete the required fields."
212
+ msgstr "Uzupełnij wymagane pola."
213
+
214
+ #: views/submission-form.php:56 views/submission-form.php:57
215
+ #: views/submission-form-alt.php:61 views/submission-form-alt.php:62
216
+ msgid "Your Name"
217
+ msgstr "Twoje imię"
218
+
219
+ #: views/submission-form.php:62 views/submission-form.php:63
220
+ #: views/submission-form-alt.php:67 views/submission-form-alt.php:68
221
+ msgid "Your URL"
222
+ msgstr "Twój adres URL"
223
+
224
+ #: views/submission-form.php:68 views/submission-form.php:69
225
+ #: views/submission-form-alt.php:73 views/submission-form-alt.php:74
226
+ msgid "Your Email"
227
+ msgstr "Twój email"
228
+
229
+ #: views/submission-form.php:74 views/submission-form.php:75
230
+ #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
+ #: library/plugin-settings.php:1016
232
+ msgid "Post Title"
233
+ msgstr "Tytuł postu"
234
+
235
+ #: views/submission-form.php:80 views/submission-form.php:81
236
+ #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
+ #: library/plugin-settings.php:1017
238
+ msgid "Post Tags"
239
+ msgstr "Napisz Tagi"
240
+
241
+ #: views/submission-form.php:93 views/submission-form-alt.php:98
242
+ msgid "Antispam Question"
243
+ msgstr "Pytanie antyspamowe"
244
+
245
+ #: views/submission-form.php:98 views/submission-form-alt.php:103
246
+ #: library/plugin-settings.php:1018
247
+ msgid "Post Category"
248
+ msgstr "Post Kategoria"
249
+
250
+ #: views/submission-form.php:100 views/submission-form-alt.php:105
251
+ msgid "Please select a category.."
252
+ msgstr "Proszę wybierz kategorie.."
253
+
254
+ #: views/submission-form.php:135 views/submission-form.php:136
255
+ #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
+ #: library/plugin-settings.php:1019
257
+ msgid "Post Content"
258
+ msgstr "Treść postu"
259
+
260
+ #: views/submission-form.php:142 views/submission-form-alt.php:147
261
+ msgid "Verification"
262
+ msgstr "Weryfikacja"
263
+
264
+ #: views/submission-form.php:149 views/submission-form-alt.php:154
265
+ msgid "Upload an Image"
266
+ msgstr "Prześlij obraz"
267
+
268
+ #: views/submission-form.php:158 views/submission-form-alt.php:163
269
+ msgid "Add another image"
270
+ msgstr "Dodaj kolejne zdjęcie"
271
+
272
+ #: views/submission-form.php:180 views/submission-form-alt.php:185
273
+ msgid "Human verification: leave this field empty."
274
+ msgstr "Weryfikacja przez człowieka: pozostaw to pole puste."
275
+
276
+ #: views/submission-form.php:202 views/submission-form-alt.php:207
277
+ msgid "Submit Post"
278
+ msgstr "Prześlij post"
279
+
280
+ #: library/shortcode-misc.php:18
281
+ msgid "Reset form"
282
+ msgstr "Zresetować formularz"
283
+
284
+ #: library/shortcode-misc.php:128
285
+ msgid "View full post"
286
+ msgstr "Wyświetl pełny wpis"
287
+
288
+ #: library/plugin-settings.php:32
289
+ msgid "Get USP Pro for unlimited forms!"
290
+ msgstr "Uzyskaj USP Pro dla nieograniczonej liczby formularzy!"
291
+
292
+ #: library/plugin-settings.php:33
293
+ msgid "Go Pro"
294
+ msgstr "Bądź profesjonalny"
295
+
296
+ #: library/plugin-settings.php:37
297
+ msgid "Settings"
298
+ msgstr "Ustawienia"
299
+
300
+ #: library/plugin-settings.php:55
301
+ msgid "Give USP a 5-star rating at WordPress.org"
302
+ msgstr "Nadaj USP 5-gwiazdkową ocenę na WordPress.org"
303
+
304
+ #: library/plugin-settings.php:56
305
+ msgid "Rate this plugin&nbsp;&raquo;"
306
+ msgstr "Oceń tę wtyczkę & nbsp; & raquo;"
307
+
308
+ #: library/plugin-settings.php:114
309
+ msgid "WP Post (recommended)"
310
+ msgstr "WP Post (zalecane)"
311
+
312
+ #: library/plugin-settings.php:118
313
+ msgid "WP Page"
314
+ msgstr "Strona WP"
315
+
316
+ #: library/plugin-settings.php:134
317
+ msgid "HTML5 Form + Default CSS"
318
+ msgstr "Formularz HTML5 + domyślny CSS"
319
+
320
+ #: library/plugin-settings.php:134
321
+ msgid "(Recommended)"
322
+ msgstr "(Zalecana)"
323
+
324
+ #: library/plugin-settings.php:138
325
+ msgid "HTML5 Form + Disable CSS"
326
+ msgstr "Formularz HTML5 + wyłącz CSS"
327
+
328
+ #: library/plugin-settings.php:138
329
+ msgid "(Provide your own styles)"
330
+ msgstr "(Podaj własne style)"
331
+
332
+ #: library/plugin-settings.php:142
333
+ msgid "Custom Form + Custom CSS"
334
+ msgstr "Niestandardowy formularz + niestandardowy arkusz CSS"
335
+
336
+ #: library/plugin-settings.php:142
337
+ msgid "(Provide your own form template &amp; styles)"
338
+ msgstr "(Podaj swój własny szablon formularza i style)"
339
+
340
+ #: library/plugin-settings.php:158 library/plugin-settings.php:182
341
+ #: library/plugin-settings.php:205 library/plugin-settings.php:229
342
+ msgid "Auto-display before post content"
343
+ msgstr "Automatyczne wyświetlanie przed treścią postu"
344
+
345
+ #: library/plugin-settings.php:162 library/plugin-settings.php:186
346
+ #: library/plugin-settings.php:209 library/plugin-settings.php:233
347
+ msgid "Auto-display after post content"
348
+ msgstr "Automatyczne wyświetlanie po treści posta"
349
+
350
+ #: library/plugin-settings.php:166
351
+ msgid "Do not auto-display submitted images"
352
+ msgstr "Nie wyświetlaj automatycznie przesłanych obrazów"
353
+
354
+ #: library/plugin-settings.php:190
355
+ msgid "Do not auto-display submitted email"
356
+ msgstr "Nie wyświetlaj automatycznie przesłanych wiadomości e-mail"
357
+
358
+ #: library/plugin-settings.php:213
359
+ msgid "Do not auto-display submitted URL"
360
+ msgstr "Nie wyświetlaj automatycznie przesłanego adresu URL"
361
+
362
+ #: library/plugin-settings.php:237
363
+ msgid "Do not auto-display the Custom Field"
364
+ msgstr "Nie wyświetlaj automatycznie pola niestandardowego"
365
+
366
+ #: library/plugin-settings.php:265 library/plugin-settings.php:297
367
+ #: library/plugin-settings.php:330 library/plugin-settings.php:362
368
+ msgid "Display and require"
369
+ msgstr "Wyświetl i wymagaj"
370
+
371
+ #: library/plugin-settings.php:266 library/plugin-settings.php:298
372
+ msgid "Display but do not require"
373
+ msgstr "Wyświetl, ale nie wymagaj"
374
+
375
+ #: library/plugin-settings.php:267 library/plugin-settings.php:299
376
+ #: library/plugin-settings.php:331 library/plugin-settings.php:363
377
+ msgid "Disable this field"
378
+ msgstr "Wyłącz to pole"
379
+
380
+ #: library/plugin-settings.php:302 library/plugin-settings.php:334
381
+ #: library/plugin-settings.php:366 library/plugin-settings.php:398
382
+ msgid "(Visit"
383
+ msgstr "(Odwiedzić"
384
+
385
+ #: library/plugin-settings.php:303 library/plugin-settings.php:335
386
+ #: library/plugin-settings.php:367 library/plugin-settings.php:399
387
+ msgid "to configure options)"
388
+ msgstr "skonfigurować opcje)"
389
+
390
+ #: library/plugin-settings.php:318 library/plugin-settings.php:335
391
+ #: library/plugin-settings.php:1213 library/plugin-settings.php:1218
392
+ msgid "Challenge Question"
393
+ msgstr "Pytanie o wyzwanie"
394
+
395
+ #: library/plugin-settings.php:350 library/plugin-settings.php:367
396
+ #: library/plugin-settings.php:1235
397
+ msgid "Google reCAPTCHA"
398
+ msgstr "Google reCAPTCHA"
399
+
400
+ #: library/plugin-settings.php:382
401
+ msgid "Post Images"
402
+ msgstr "Opublikuj obrazy"
403
+
404
+ #: library/plugin-settings.php:394
405
+ msgid "Display"
406
+ msgstr "Pokaz"
407
+
408
+ #: library/plugin-settings.php:395
409
+ msgid "Disable"
410
+ msgstr "Wyłączyć"
411
+
412
+ #: library/plugin-settings.php:399 library/plugin-settings.php:1296
413
+ msgid "Image Uploads"
414
+ msgstr "Przesyłanie obrazów"
415
+
416
+ #: library/plugin-settings.php:479
417
+ msgid "Draft"
418
+ msgstr "Wersja robocza"
419
+
420
+ #: library/plugin-settings.php:480
421
+ msgid "Pending (default)"
422
+ msgstr "Oczekujące (domyślne)"
423
+
424
+ #: library/plugin-settings.php:481
425
+ msgid "Publish immediately"
426
+ msgstr "Opublikuj natychmiast"
427
+
428
+ #: library/plugin-settings.php:482
429
+ msgid "Publish after 1 approved post"
430
+ msgstr "Opublikuj po 1 zatwierdzonym wpisie"
431
+
432
+ #: library/plugin-settings.php:483
433
+ msgid "Publish after "
434
+ msgstr "Opublikuj po"
435
+
436
+ #: library/plugin-settings.php:483
437
+ msgid " approved posts"
438
+ msgstr " zatwierdzone posty"
439
+
440
+ #: library/plugin-settings.php:645
441
+ msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
442
+ msgstr "Wystąpił błąd. Upewnij się, że dodałeś tytuł, treść i że przesłałeś tylko zdjęcia."
443
+
444
+ #: library/plugin-settings.php:659
445
+ msgid "Please select your image(s) to upload."
446
+ msgstr "Wybierz obraz (y) do przesłania."
447
+
448
+ #: library/plugin-settings.php:665
449
+ msgid "Success! Thank you for your submission."
450
+ msgstr "Powodzenie! Dziękujemy za zgłoszenie."
451
+
452
+ #: library/plugin-settings.php:691
453
+ msgid "Email"
454
+ msgstr "E-mail"
455
+
456
+ #: library/plugin-settings.php:692
457
+ msgid "URL"
458
+ msgstr "URL"
459
+
460
+ #: library/plugin-settings.php:942
461
+ msgid "Toggle all panels"
462
+ msgstr "Przełącz wszystkie panele"
463
+
464
+ #: library/plugin-settings.php:951
465
+ msgid "We need your support!"
466
+ msgstr "Potrzebujemy Twojego wsparcia!"
467
+
468
+ #: library/plugin-settings.php:955
469
+ msgid "Make a donation via PayPal"
470
+ msgstr "Przekaż darowiznę za pośrednictwem PayPal"
471
+
472
+ #: library/plugin-settings.php:955
473
+ msgid "make a donation"
474
+ msgstr "ofiarować"
475
+
476
+ #: library/plugin-settings.php:955
477
+ msgid "and/or"
478
+ msgstr "i / lub"
479
+
480
+ #: library/plugin-settings.php:956
481
+ msgid "Rate and review at the Plugin Directory"
482
+ msgstr "Oceń i opisz w katalogu wtyczek"
483
+
484
+ #: library/plugin-settings.php:957
485
+ msgid "give this plugin a 5-star rating"
486
+ msgstr "daj tej wtyczce 5 gwiazdek"
487
+
488
+ #: library/plugin-settings.php:961
489
+ msgid "Your generous support enables continued development of this free plugin. Thank you!"
490
+ msgstr "Twoje hojne wsparcie umożliwia ciągły rozwój tej darmowej wtyczki. Dziękuję Ci!"
491
+
492
+ #: library/plugin-settings.php:966
493
+ msgid "Check this box if you have shown support"
494
+ msgstr "Zaznacz to pole, jeśli pokazałeś wsparcie"
495
+
496
+ #: library/plugin-settings.php:975
497
+ msgid "Overview"
498
+ msgstr "Przegląd"
499
+
500
+ #: library/plugin-settings.php:979
501
+ msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
502
+ msgstr "umożliwia odwiedzającym przesyłanie postów i przesyłanie zdjęć z poziomu strony głównej witryny."
503
+
504
+ #: library/plugin-settings.php:980
505
+ msgid "For advanced functionality and unlimited forms, check out"
506
+ msgstr "Aby uzyskać zaawansowaną funkcjonalność i nieograniczoną liczbę formularzy, sprawdź"
507
+
508
+ #: library/plugin-settings.php:980 library/plugin-settings.php:1354
509
+ msgid "USP Pro"
510
+ msgstr "USP Pro"
511
+
512
+ #: library/plugin-settings.php:981
513
+ msgid "&mdash; the ultimate solution for user-generated content."
514
+ msgstr "& mdash; najlepsze rozwiązanie dla treści generowanych przez użytkowników."
515
+
516
+ #: library/plugin-settings.php:985 library/plugin-settings.php:1002
517
+ msgid "Plugin Settings"
518
+ msgstr "Ustawienia wtyczki"
519
+
520
+ #: library/plugin-settings.php:986
521
+ msgid "Display the form"
522
+ msgstr "Wyświetl formularz"
523
+
524
+ #: library/plugin-settings.php:987 library/plugin-settings.php:1511
525
+ msgid "Plugin Homepage"
526
+ msgstr "Strona domowa wtyczki"
527
+
528
+ #: library/plugin-settings.php:990
529
+ msgid "If you like this plugin, please"
530
+ msgstr "Jeśli podoba ci się ta wtyczka, proszę"
531
+
532
+ #: library/plugin-settings.php:991
533
+ msgid "THANK YOU for your support!"
534
+ msgstr "Dziękuję za Twoje wsparcie!"
535
+
536
+ #: library/plugin-settings.php:991
537
+ msgid "give it a 5-star rating"
538
+ msgstr "nadaj mu ocenę 5 gwiazdek"
539
+
540
+ #: library/plugin-settings.php:995
541
+ msgid "Unlimited front-end forms"
542
+ msgstr "Nieograniczone formularze front-end"
543
+
544
+ #: library/plugin-settings.php:995
545
+ msgid "Get USP Pro"
546
+ msgstr "Uzyskaj USP Pro"
547
+
548
+ #: library/plugin-settings.php:1005
549
+ msgid "Configure your settings for User Submitted Posts."
550
+ msgstr "Skonfiguruj ustawienia dla przesłanych przez użytkowników postów."
551
+
552
+ #: library/plugin-settings.php:1007
553
+ msgid "Form Fields"
554
+ msgstr "Pola formularzy"
555
+
556
+ #: library/plugin-settings.php:1013
557
+ msgid "User Name"
558
+ msgstr "Nazwa Użytkownika"
559
+
560
+ #: library/plugin-settings.php:1014
561
+ msgid "User Email"
562
+ msgstr "E-mail użytkownika"
563
+
564
+ #: library/plugin-settings.php:1015
565
+ msgid "User URL"
566
+ msgstr "Adres URL użytkownika"
567
+
568
+ #: library/plugin-settings.php:1030
569
+ msgid "General Settings"
570
+ msgstr "Ustawienia główne"
571
+
572
+ #: library/plugin-settings.php:1032
573
+ msgid "Note that the default settings work fine for most cases."
574
+ msgstr "Pamiętaj, że domyślne ustawienia działają prawidłowo w większości przypadków."
575
+
576
+ #: library/plugin-settings.php:1037
577
+ msgid "Form Style"
578
+ msgstr "Styl formularza"
579
+
580
+ #: library/plugin-settings.php:1042
581
+ msgid "With this option, you can copy the plugin&rsquo;s default templates:"
582
+ msgstr "Za pomocą tej opcji możesz skopiować domyślne szablony wtyczki:"
583
+
584
+ #: library/plugin-settings.php:1047
585
+ msgid "..and upload them into a directory named"
586
+ msgstr "..i prześlij je do katalogu o nazwie"
587
+
588
+ #: library/plugin-settings.php:1047
589
+ msgid "in your theme:"
590
+ msgstr "w twoim motywie:"
591
+
592
+ #: library/plugin-settings.php:1053
593
+ msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
594
+ msgstr "Umożliwi to dostosowanie formularza i stylów zgodnie z potrzebami. Aby uzyskać więcej informacji, zobacz sekcję \"Niestandardowy formularz zgłoszeniowy\" w dziale"
595
+
596
+ #: library/plugin-settings.php:1054
597
+ msgid "Installation Docs"
598
+ msgstr "Dokumenty instalacyjne"
599
+
600
+ #: library/plugin-settings.php:1055
601
+ msgid "FYI: here is a"
602
+ msgstr "FYI: oto jest"
603
+
604
+ #: library/plugin-settings.php:1055
605
+ msgid "list of USP CSS selectors"
606
+ msgstr "lista selektorów CSS USP"
607
+
608
+ #: library/plugin-settings.php:1061
609
+ msgid "Include JavaScript"
610
+ msgstr "Dołącz JavaScript"
611
+
612
+ #: library/plugin-settings.php:1063
613
+ msgid "Check this box if you want to include the external JavaScript files (recommended)."
614
+ msgstr "Zaznacz to pole, jeśli chcesz dołączyć zewnętrzne pliki JavaScript (zalecane)."
615
+
616
+ #: library/plugin-settings.php:1066
617
+ msgid "Targeted Loading"
618
+ msgstr "Ukierunkowane ładowanie"
619
+
620
+ #: library/plugin-settings.php:1068
621
+ msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
622
+ msgstr "Domyślnie zewnętrzny kod CSS & amp; Pliki JavaScript są ładowane na każdej stronie. Tutaj możesz podać adres URL formularza USP, aby załadować zasoby tylko na tej stronie. Uwaga: pozostaw puste, aby załadować na wszystkich stronach."
623
+
624
+ #: library/plugin-settings.php:1071
625
+ msgid "Post Type"
626
+ msgstr "Typ postu"
627
+
628
+ #: library/plugin-settings.php:1074
629
+ msgid "Submit posts as WP Posts or Pages"
630
+ msgstr "Prześlij posty jako posty lub strony WP"
631
+
632
+ #: library/plugin-settings.php:1078
633
+ msgid "Post Status"
634
+ msgstr "Opublikuj status"
635
+
636
+ #: library/plugin-settings.php:1081
637
+ msgid "Post Status for submitted posts"
638
+ msgstr "Stan postu dla przesłanych postów"
639
+
640
+ #: library/plugin-settings.php:1085
641
+ msgid "Redirect URL"
642
+ msgstr "Przekierowanie URL"
643
+
644
+ #: library/plugin-settings.php:1087
645
+ msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
646
+ msgstr "Podaj adres URL, aby przekierować użytkownika po jego przesłaniu. Pozostaw puste, aby przekierować z powrotem do bieżącej strony."
647
+
648
+ #: library/plugin-settings.php:1090
649
+ msgid "Success Message"
650
+ msgstr "Wiadomość powitalna"
651
+
652
+ #: library/plugin-settings.php:1092
653
+ msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
654
+ msgstr "Komunikat o powodzeniu wyświetlany, jeśli zgłoszenie się powiodło. Podstawowe znaczniki są dozwolone."
655
+
656
+ #: library/plugin-settings.php:1095
657
+ msgid "Error Message"
658
+ msgstr "Komunikat o błędzie"
659
+
660
+ #: library/plugin-settings.php:1097
661
+ msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
662
+ msgstr "Ogólny komunikat o błędzie wyświetlany, gdy nie można przesłać zgłoszenia. Podstawowe znaczniki są dozwolone."
663
+
664
+ #: library/plugin-settings.php:1100
665
+ msgid "Custom Content"
666
+ msgstr "Treść niestandardowa"
667
+
668
+ #: library/plugin-settings.php:1102
669
+ msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
670
+ msgstr "Niestandardowy tekst / znaczniki, które należy dołączyć przed formularzem zgłoszeniowym. Pozostaw puste, aby wyłączyć."
671
+
672
+ #: library/plugin-settings.php:1105
673
+ msgid "Rich Text Editor"
674
+ msgstr "Bogaty edytor tekstu"
675
+
676
+ #: library/plugin-settings.php:1107
677
+ msgid "Check this box if you want to enable WP rich text editing for submitted posts."
678
+ msgstr "Zaznacz to pole, jeśli chcesz włączyć edytowanie tekstu sformatowanego WP dla przesłanych postów."
679
+
680
+ #: library/plugin-settings.php:1110
681
+ msgid "Unique Titles"
682
+ msgstr "Unikalne tytuły"
683
+
684
+ #: library/plugin-settings.php:1112
685
+ msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
686
+ msgstr "Wymagaj, by nadesłane posty były unikatowe (przydatne w zapobieganiu wielokrotnemu / duplikowaniu przesłanych postów)."
687
+
688
+ #: library/plugin-settings.php:1115
689
+ msgid "Disable Required"
690
+ msgstr "Wyłącz Wymagane"
691
+
692
+ #: library/plugin-settings.php:1117
693
+ msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
694
+ msgstr "Wyłącz wszystkie wymagane atrybuty w domyślnych polach formularza (przydatne przy rozwiązywaniu problemów z komunikatami o błędach)."
695
+
696
+ #: library/plugin-settings.php:1120
697
+ msgid "Disable IP Tracking"
698
+ msgstr "Wyłącz śledzenie IP"
699
+
700
+ #: library/plugin-settings.php:1122
701
+ msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
702
+ msgstr "Domyślnie USP rejestruje adres IP każdego przesłanego postu. Zaznacz to pole, aby wyłączyć śledzenie IP."
703
+
704
+ #: library/plugin-settings.php:1125
705
+ msgid "Enable Shortcodes"
706
+ msgstr "Włącz Shortcodes"
707
+
708
+ #: library/plugin-settings.php:1127
709
+ msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
710
+ msgstr "Włącz krótkie kody w widżetach. Domyślnie WordPress nie włącza shortcodów w widżetach."
711
+
712
+ #: library/plugin-settings.php:1128
713
+ msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
714
+ msgstr "To ustawienie włącza wszystkie / wszystkie skróty w widżetach (nawet krótkie kody z innych wtyczek)."
715
+
716
+ #: library/plugin-settings.php:1133 library/plugin-settings.php:1138
717
+ msgid "Categories"
718
+ msgstr "Kategorie"
719
+
720
+ #: library/plugin-settings.php:1141
721
+ msgid "Select which categories may be assigned to submitted posts (click to toggle)"
722
+ msgstr "Wybierz kategorie, które mogą być przypisane do przesłanych postów (kliknij, aby przełączyć)"
723
+
724
+ #: library/plugin-settings.php:1149
725
+ msgid "Hidden/Default Category"
726
+ msgstr "Kategoria ukryta / domyślna"
727
+
728
+ #: library/plugin-settings.php:1151
729
+ msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
730
+ msgstr "Użyj ukrytego pola dla kategorii postów. Może to być użyte do określenia domyślnej kategorii, gdy pole kategorii jest wyłączone."
731
+
732
+ #: library/plugin-settings.php:1154
733
+ msgid "Category ID for Hidden Field"
734
+ msgstr "Identyfikator kategorii dla pola ukrytego"
735
+
736
+ #: library/plugin-settings.php:1156
737
+ msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
738
+ msgstr "Podaj identyfikator kategorii, która ma być używana dla kategorii \"Ukryta / domyślna kategoria\" & rdquo; opcja."
739
+
740
+ #: library/plugin-settings.php:1161
741
+ msgid "Users"
742
+ msgstr "Użytkownicy"
743
+
744
+ #: library/plugin-settings.php:1166
745
+ msgid "Assigned Author"
746
+ msgstr "Przypisany autor"
747
+
748
+ #: library/plugin-settings.php:1169
749
+ msgid "Specify the user that should be assigned as author for submitted posts."
750
+ msgstr "Określ użytkownika, któremu należy przypisać rolę autora do przesłanych postów."
751
+
752
+ #: library/plugin-settings.php:1173
753
+ msgid "Registered Username"
754
+ msgstr "Zarejestrowana Nazwa Użytkownika"
755
+
756
+ #: library/plugin-settings.php:1175
757
+ msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
758
+ msgstr "Użyj zarejestrowanej nazwy użytkownika jako autora postu. Obowiązuje, gdy osoba przesyłająca formularz jest zalogowana do WordPress."
759
+
760
+ #: library/plugin-settings.php:1178
761
+ msgid "User Profile URL"
762
+ msgstr "Adres URL profilu użytkownika"
763
+
764
+ #: library/plugin-settings.php:1180
765
+ msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
766
+ msgstr "Użyj adresu URL profilu zarejestrowanego użytkownika jako wartości pola adresu URL. Obowiązuje, gdy osoba przesyłająca formularz jest zalogowana do WordPress."
767
+
768
+ #: library/plugin-settings.php:1183
769
+ msgid "Require User Login"
770
+ msgstr "Wymagaj logowania użytkownika"
771
+
772
+ #: library/plugin-settings.php:1185
773
+ msgid "Require users to be logged in to WordPress to view/submit the form"
774
+ msgstr "Wymagaj, aby użytkownicy byli zalogowani do WordPressa w celu wyświetlenia / wysłania formularza"
775
+
776
+ #: library/plugin-settings.php:1188
777
+ msgid "Disable Replace Author"
778
+ msgstr "Wyłącz opcję Zastąp autora"
779
+
780
+ #: library/plugin-settings.php:1190
781
+ msgid "Do not replace post author with submitted user name"
782
+ msgstr "Nie zastępuj autora postu przesłaną nazwą użytkownika"
783
+
784
+ #: library/plugin-settings.php:1196
785
+ msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
786
+ msgstr "Tutaj możesz zmienić nazwę i etykietę używaną przez pole niestandardowe. Możesz włączyć to pole, korzystając z powyższego ustawienia pól formularzy."
787
+
788
+ #: library/plugin-settings.php:1201
789
+ msgid "Custom Field Name"
790
+ msgstr "Niestandardowa nazwa pola"
791
+
792
+ #: library/plugin-settings.php:1203
793
+ msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
794
+ msgstr "Używaj tylko znaków alfanumerycznych, podkreśleń i myślników. Jeśli nie masz pewności, użyj domyślnej nazwy:"
795
+
796
+ #: library/plugin-settings.php:1206
797
+ msgid "Custom Field Label"
798
+ msgstr "Niestandardowa etykieta pola"
799
+
800
+ #: library/plugin-settings.php:1208
801
+ msgid "This will be displayed as the field label on the form. Default: Custom Field"
802
+ msgstr "Zostanie to wyświetlone jako etykieta pola w formularzu. Domyślnie: Pole niestandardowe"
803
+
804
+ #: library/plugin-settings.php:1220
805
+ msgid "To prevent spam, enter a question that users must answer before submitting the form."
806
+ msgstr "Aby zapobiec spamowi, wpisz pytanie, które użytkownicy muszą odpowiedzieć przed przesłaniem formularza."
807
+
808
+ #: library/plugin-settings.php:1223
809
+ msgid "Challenge Response"
810
+ msgstr "Odpowiedź na wyzwanie"
811
+
812
+ #: library/plugin-settings.php:1225
813
+ msgid "Enter the *only* correct answer to the challenge question."
814
+ msgstr "Wpisz poprawną odpowiedź * tylko * na pytanie dotyczące wyzwania."
815
+
816
+ #: library/plugin-settings.php:1228
817
+ msgid "Case-sensitivity"
818
+ msgstr "Rozróżnianie wielkości liter"
819
+
820
+ #: library/plugin-settings.php:1230
821
+ msgid "Check this box if you want the challenge response to be case-sensitive."
822
+ msgstr "Zaznacz to pole, jeśli chcesz, aby w odpowiedzi na wyzwanie były rozróżniane małe i wielkie litery."
823
+
824
+ #: library/plugin-settings.php:1236
825
+ msgid "To enable Google reCAPTCHA, enter your public and private keys."
826
+ msgstr "Aby włączyć Google reCAPTCHA, wpisz klucze publiczne i prywatne."
827
+
828
+ #: library/plugin-settings.php:1241
829
+ msgid "Public Key"
830
+ msgstr "Klucz publiczny"
831
+
832
+ #: library/plugin-settings.php:1243
833
+ msgid "Enter your Public Key"
834
+ msgstr "Wprowadź swój klucz publiczny"
835
+
836
+ #: library/plugin-settings.php:1246
837
+ msgid "Private Key"
838
+ msgstr "Prywatny klucz"
839
+
840
+ #: library/plugin-settings.php:1248
841
+ msgid "Enter your Private Key"
842
+ msgstr "Wprowadź swój klucz prywatny"
843
+
844
+ #: library/plugin-settings.php:1253
845
+ msgid "Email Alerts"
846
+ msgstr "powiadomienia email"
847
+
848
+ #: library/plugin-settings.php:1258
849
+ msgid "Receive Email Alert"
850
+ msgstr "Otrzymuj powiadomienie e-mailem"
851
+
852
+ #: library/plugin-settings.php:1260
853
+ msgid "Check this box if you want to be notified via email for new post submissions."
854
+ msgstr "Zaznacz to pole, jeśli chcesz otrzymywać powiadomienia pocztą e-mail o nowych przesłanych postach."
855
+
856
+ #: library/plugin-settings.php:1263
857
+ msgid "Enable HTML Format"
858
+ msgstr "Włącz format HTML"
859
+
860
+ #: library/plugin-settings.php:1265
861
+ msgid "Check this box to enable HTML format for email alerts."
862
+ msgstr "Zaznacz to pole, aby włączyć format HTML dla alertów e-mail."
863
+
864
+ #: library/plugin-settings.php:1268
865
+ msgid "Email Address for Alerts"
866
+ msgstr "Adres e-mail dla alertów"
867
+
868
+ #: library/plugin-settings.php:1270
869
+ msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
870
+ msgstr "Jeśli zaznaczyłeś to pole, aby otrzymywać powiadomienia e-mailem, podaj tutaj adresy, na które e-maile mają być wysyłane."
871
+
872
+ #: library/plugin-settings.php:1271
873
+ msgid "Multiple recipients may be included using a comma, like so:"
874
+ msgstr "Wielu odbiorców może być dołączonych przecinkami, na przykład:"
875
+
876
+ #: library/plugin-settings.php:1274
877
+ msgid "Email &ldquo;From&rdquo; Address"
878
+ msgstr "Email & ldquo; From & rdquo; Adres"
879
+
880
+ #: library/plugin-settings.php:1276
881
+ msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
882
+ msgstr "Tutaj możesz dostosować adres (y) używany w & bdquo; Od & rdquo; nagłówek (zobacz często zadawane pytania dotyczące wtyczek)."
883
+
884
+ #: library/plugin-settings.php:1277
885
+ msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
886
+ msgstr "Jeśli w poprzednim ustawieniu podano wiele adresów, podaj równą liczbę && bdquo; Od & rdquo; adresy dla tego ustawienia (w tej samej kolejności)."
887
+
888
+ #: library/plugin-settings.php:1280
889
+ msgid "Email Alert Subject"
890
+ msgstr "Temat alertu e-mail"
891
+
892
+ #: library/plugin-settings.php:1282
893
+ msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
894
+ msgstr "Wiersz tematu powiadomień e-mail. Pozostaw puste, aby użyć domyślnego wiersza tematu. Uwaga: możesz użyć następujących zmiennych:"
895
+
896
+ #: library/plugin-settings.php:1287
897
+ msgid "Email Alert Message"
898
+ msgstr "Powiadomienie o wiadomości e-mail"
899
+
900
+ #: library/plugin-settings.php:1289
901
+ msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
902
+ msgstr "Wiadomość dla powiadomień e-mail. Pozostaw puste, aby użyć domyślnej wiadomości. Uwaga: możesz użyć następujących zmiennych:"
903
+
904
+ #: library/plugin-settings.php:1301
905
+ msgid "Featured Image"
906
+ msgstr "Przedstawiony obraz"
907
+
908
+ #: library/plugin-settings.php:1303
909
+ msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
910
+ msgstr "Ustaw przesłane obrazy jako Polecane obrazy. Wymaga obsługi motywów dla polecanych obrazów (np. Post Thumbnails)."
911
+
912
+ #: library/plugin-settings.php:1306
913
+ msgid "Upload Message"
914
+ msgstr "Prześlij wiadomość"
915
+
916
+ #: library/plugin-settings.php:1308
917
+ msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
918
+ msgstr "Wiadomość wyświetlana obok pola przesyłania. Przydatne do określenia wytycznych dotyczących przesyłania / zasad / itp. Podstawowe znaczniki dozwolone."
919
+
920
+ #: library/plugin-settings.php:1311
921
+ msgid "&ldquo;Add another image&rdquo; link"
922
+ msgstr "& ldquo; Dodaj kolejne zdjęcie & rdquo; połączyć"
923
+
924
+ #: library/plugin-settings.php:1313
925
+ msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
926
+ msgstr "Niestandardowy znacznik dla & bdquo; Dodaj kolejne zdjęcie & rdquo; połączyć. Pozostaw puste, aby użyć domyślnego znacznika (zalecane)."
927
+
928
+ #: library/plugin-settings.php:1316
929
+ msgid "Minimum number of images"
930
+ msgstr "Minimalna liczba zdjęć"
931
+
932
+ #: library/plugin-settings.php:1319
933
+ msgid "Specify the minimum number of images."
934
+ msgstr "Określ minimalną liczbę obrazów."
935
+
936
+ #: library/plugin-settings.php:1323
937
+ msgid "Maximum number of images"
938
+ msgstr "Maksymalna liczba zdjęć"
939
+
940
+ #: library/plugin-settings.php:1326
941
+ msgid "Specify the maximum number of images."
942
+ msgstr "Określ maksymalną liczbę obrazów."
943
+
944
+ #: library/plugin-settings.php:1330
945
+ msgid "Minimum image width"
946
+ msgstr "Minimalna szerokość obrazu"
947
+
948
+ #: library/plugin-settings.php:1332
949
+ msgid "Specify a minimum width (in pixels) for uploaded images."
950
+ msgstr "Określ minimalną szerokość (w pikselach) dla przesłanych obrazów."
951
+
952
+ #: library/plugin-settings.php:1335
953
+ msgid "Minimum image height"
954
+ msgstr "Minimalna wysokość obrazu"
955
+
956
+ #: library/plugin-settings.php:1337
957
+ msgid "Specify a minimum height (in pixels) for uploaded images."
958
+ msgstr "Określ minimalną wysokość (w pikselach) dla przesłanych obrazów."
959
+
960
+ #: library/plugin-settings.php:1340
961
+ msgid "Maximum image width"
962
+ msgstr "Maksymalna szerokość obrazu"
963
+
964
+ #: library/plugin-settings.php:1342
965
+ msgid "Specify a maximum width (in pixels) for uploaded images."
966
+ msgstr "Określ maksymalną szerokość (w pikselach) przesłanych obrazów."
967
+
968
+ #: library/plugin-settings.php:1345
969
+ msgid "Maximum image height"
970
+ msgstr "Maksymalna wysokość obrazu"
971
+
972
+ #: library/plugin-settings.php:1347
973
+ msgid "Specify a maximum height (in pixels) for uploaded images."
974
+ msgstr "Określ maksymalną wysokość (w pikselach) dla przesłanych obrazów."
975
+
976
+ #: library/plugin-settings.php:1350
977
+ msgid "More Options"
978
+ msgstr "Więcej możliwości"
979
+
980
+ #: library/plugin-settings.php:1353
981
+ msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
982
+ msgstr "Aby uzyskać więcej opcji, takich jak możliwość przesyłania innych typów plików (takich jak PDF, Word, Zip, wideo i inne), sprawdź"
983
+
984
+ #: library/plugin-settings.php:1354
985
+ msgid "Go Pro!"
986
+ msgstr "Bądź profesjonalny!"
987
+
988
+ #: library/plugin-settings.php:1361
989
+ msgid "Auto-Display Content"
990
+ msgstr "Automatycznie wyświetlaj treść"
991
+
992
+ #: library/plugin-settings.php:1366
993
+ msgid "Images Auto-Display"
994
+ msgstr "Obrazy automatyczne wyświetlanie"
995
+
996
+ #: library/plugin-settings.php:1368
997
+ msgid "Auto-display user-submitted images:"
998
+ msgstr "Automatyczne wyświetlanie obrazów przesłanych przez użytkowników:"
999
+
1000
+ #: library/plugin-settings.php:1373
1001
+ msgid "Image Markup"
1002
+ msgstr "Oznaczenie obrazu"
1003
+
1004
+ #: library/plugin-settings.php:1375
1005
+ msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1006
+ msgstr "Znacznik do użycia dla każdego przesłanego obrazu (po włączeniu automatycznego wyświetlania). Mogą korzystać"
1007
+
1008
+ #: library/plugin-settings.php:1377 library/plugin-settings.php:1390
1009
+ #: library/plugin-settings.php:1403 library/plugin-settings.php:1416
1010
+ msgid "and"
1011
+ msgstr "i"
1012
+
1013
+ #: library/plugin-settings.php:1380
1014
+ msgid "Email Auto-Display"
1015
+ msgstr "Automatyczne wyświetlanie e-mailem"
1016
+
1017
+ #: library/plugin-settings.php:1382
1018
+ msgid "Auto-display user-submitted email:"
1019
+ msgstr "Automatycznie wyświetlaj e-maile wysłane przez użytkowników:"
1020
+
1021
+ #: library/plugin-settings.php:1387
1022
+ msgid "Email Markup"
1023
+ msgstr "Znaczniki e-mail"
1024
+
1025
+ #: library/plugin-settings.php:1389
1026
+ msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1027
+ msgstr "Znacznik do użycia dla przesłanego adresu e-mail (gdy włączony jest automatyczny wyświetlacz). Mogą korzystać"
1028
+
1029
+ #: library/plugin-settings.php:1393
1030
+ msgid "URL Auto-Display"
1031
+ msgstr "Automatyczne wyświetlanie adresu URL"
1032
+
1033
+ #: library/plugin-settings.php:1395
1034
+ msgid "Auto-display user-submitted URL:"
1035
+ msgstr "Automatycznie wyświetlaj URL przesłany przez użytkownika:"
1036
+
1037
+ #: library/plugin-settings.php:1400
1038
+ msgid "URL Markup"
1039
+ msgstr "Oznaczenie adresu URL"
1040
+
1041
+ #: library/plugin-settings.php:1402
1042
+ msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1043
+ msgstr "Znacznik do użycia dla przesłanego adresu URL (gdy włączony jest autowyświetlanie). Mogą korzystać"
1044
+
1045
+ #: library/plugin-settings.php:1406
1046
+ msgid "Custom Field Auto-Display"
1047
+ msgstr "Niestandardowe automatyczne wyświetlanie pól"
1048
+
1049
+ #: library/plugin-settings.php:1408
1050
+ msgid "Auto-display user-submitted Custom Field:"
1051
+ msgstr "Automatycznie wyświetlaj niestandardowe pole przesłane przez użytkownika:"
1052
+
1053
+ #: library/plugin-settings.php:1413
1054
+ msgid "Custom Field Markup"
1055
+ msgstr "Niestandardowy znacznik pola"
1056
+
1057
+ #: library/plugin-settings.php:1415
1058
+ msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1059
+ msgstr "Znacznik do użycia dla przesłanego pola niestandardowego (w przypadku włączenia automatycznego wyświetlania). Mogą korzystać"
1060
+
1061
+ #: library/plugin-settings.php:1421 library/plugin-settings.php:1497
1062
+ msgid "Save Settings"
1063
+ msgstr "Zapisz ustawienia"
1064
+
1065
+ #: library/plugin-settings.php:1426
1066
+ msgid "Display the Form"
1067
+ msgstr "Wyświetl formularz"
1068
+
1069
+ #: library/plugin-settings.php:1429
1070
+ msgid "Post-Submit Form"
1071
+ msgstr "Formularz po przesłaniu"
1072
+
1073
+ #: library/plugin-settings.php:1430
1074
+ msgid "USP enables you to display a post-submission form anywhere on your site."
1075
+ msgstr "USP pozwala wyświetlać formularz zgłoszenia końcowego w dowolnym miejscu w witrynie."
1076
+
1077
+ #: library/plugin-settings.php:1431 library/plugin-settings.php:1438
1078
+ msgid "Use the shortcode to display the form on any WP Post or Page:"
1079
+ msgstr "Użyj krótkiego kodu, aby wyświetlić formularz na dowolnym WP postu lub stronie:"
1080
+
1081
+ #: library/plugin-settings.php:1433 library/plugin-settings.php:1440
1082
+ msgid "Or, use the template tag to display the form anywhere in your theme template:"
1083
+ msgstr "Lub użyj tagu szablonu, aby wyświetlić formularz w dowolnym miejscu szablonu szablonu:"
1084
+
1085
+ #: library/plugin-settings.php:1436
1086
+ msgid "Login/Register Form"
1087
+ msgstr "Zaloguj się / zarejestruj formularz"
1088
+
1089
+ #: library/plugin-settings.php:1437
1090
+ msgid "You also can display a form that enables users to log in, register, or reset their password."
1091
+ msgstr "Możesz także wyświetlić formularz, który umożliwia użytkownikom logowanie, rejestrowanie lub resetowanie hasła."
1092
+
1093
+ #: library/plugin-settings.php:1443
1094
+ msgid "Display Submitted Posts"
1095
+ msgstr "Wyświetl przesłane posty"
1096
+
1097
+ #: library/plugin-settings.php:1444
1098
+ msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1099
+ msgstr "Użyj tego skrótu, aby wyświetlić listę przesłanych postów na dowolnym WP postu lub stronie:"
1100
+
1101
+ #: library/plugin-settings.php:1446
1102
+ msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1103
+ msgstr "Lub użyj tagu szablonu, aby wyświetlić listę przesłanych postów w dowolnym miejscu szablonu:"
1104
+
1105
+ #: library/plugin-settings.php:1448
1106
+ msgid "Here are some examples showing how to configure this shortcode:"
1107
+ msgstr "Oto kilka przykładów pokazujących, jak skonfigurować ten shortcode:"
1108
+
1109
+ #: library/plugin-settings.php:1455
1110
+ msgid "Reset Form Button"
1111
+ msgstr "Zresetuj przycisk formularza"
1112
+
1113
+ #: library/plugin-settings.php:1456
1114
+ msgid "This shortcode displays a link that resets the form to its original state:"
1115
+ msgstr "Ten shortcode wyświetla łącze, które resetuje formularz do jego pierwotnego stanu:"
1116
+
1117
+ #: library/plugin-settings.php:1458
1118
+ msgid "This shortcode accepts the following attributes:"
1119
+ msgstr "Ten shortcode akceptuje następujące atrybuty:"
1120
+
1121
+ #: library/plugin-settings.php:1463
1122
+ msgid "Note that the url attribute accepts"
1123
+ msgstr "Pamiętaj, że atrybut url akceptuje"
1124
+
1125
+ #: library/plugin-settings.php:1463
1126
+ msgid "to get the current URL."
1127
+ msgstr ", aby uzyskać aktualny adres URL."
1128
+
1129
+ #: library/plugin-settings.php:1465
1130
+ msgid "Access Control"
1131
+ msgstr "Kontrola dostępu"
1132
+
1133
+ #: library/plugin-settings.php:1466
1134
+ msgid "USP provides three shortcodes to control access and restrict content."
1135
+ msgstr "USP udostępnia trzy krótkie kody do kontrolowania dostępu i ograniczania zawartości."
1136
+
1137
+ #: library/plugin-settings.php:1467
1138
+ msgid "Display content only to users with a specific capability:"
1139
+ msgstr "Wyświetlaj zawartość tylko dla użytkowników o określonej zdolności:"
1140
+
1141
+ #: library/plugin-settings.php:1469
1142
+ msgid "Display content to logged-in users:"
1143
+ msgstr "Wyświetl zawartość dla zalogowanych użytkowników:"
1144
+
1145
+ #: library/plugin-settings.php:1471
1146
+ msgid "Display content to visitors only:"
1147
+ msgstr "Wyświetlaj treść tylko dla odwiedzających:"
1148
+
1149
+ #: library/plugin-settings.php:1473
1150
+ msgid "Tip:"
1151
+ msgstr "Wskazówka:"
1152
+
1153
+ #: library/plugin-settings.php:1473
1154
+ msgid "to include markup in the deny message, you can use"
1155
+ msgstr "Aby włączyć znaczniki w wiadomości odmowy, możesz użyć"
1156
+
1157
+ #: library/plugin-settings.php:1473
1158
+ msgid "to output"
1159
+ msgstr "na wyjście"
1160
+
1161
+ #: library/plugin-settings.php:1475
1162
+ msgid "Example"
1163
+ msgstr "Przykład"
1164
+
1165
+ #: library/plugin-settings.php:1476
1166
+ msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1167
+ msgstr "Jeśli użytkownik jest zalogowany, wyświetl formularz post-submit; lub jeśli użytkownik nie jest zalogowany, wyświetl formularz logowania:"
1168
+
1169
+ #: library/plugin-settings.php:1488
1170
+ msgid "Restore Defaults"
1171
+ msgstr "Przywróć domyślne"
1172
+
1173
+ #: library/plugin-settings.php:1491
1174
+ msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1175
+ msgstr "Pozostaw tę opcję wyłączoną, aby zapamiętać swoje ustawienia. Lub, aby kontynuować i przywrócić domyślne opcje wtyczek: zaznacz pole, zapisz ustawienia, a następnie wyłącz / ponownie aktywuj wtyczkę."
1176
+
1177
+ #: library/plugin-settings.php:1495
1178
+ msgid "Restore default options upon plugin deactivation/reactivation."
1179
+ msgstr "Przywróć domyślne opcje po dezaktywacji / reaktywacji wtyczki."
1180
+
1181
+ #: library/plugin-settings.php:1502
1182
+ msgid "Show Support"
1183
+ msgstr "Pokaż wsparcie"
1184
+
1185
+ #: library/plugin-settings.php:1511
1186
+ msgid "by"
1187
+ msgstr "przez"
1188
+
1189
+ #: library/plugin-settings.php:1512
1190
+ msgid "Jeff Starr on Twitter"
1191
+ msgstr "Jeff Starr na Twitterze"
1192
+
1193
+ #: library/plugin-settings.php:1513
1194
+ msgid "Obsessive Web Design &amp; Development"
1195
+ msgstr "Obsessive Web Design & amp; Rozwój"
1196
+
1197
+ #: library/plugin-settings.php:1524
1198
+ msgid "Save Preference"
1199
+ msgstr "Zapisz preferencję"
1200
+
1201
+ #: library/plugin-settings.php:1531
1202
+ msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1203
+ msgstr "Czy na pewno chcesz przywrócić wszystkie domyślne opcje? (tej czynności nie można cofnąć)"
1204
+
1205
+ #: library/support-panel.php:52
1206
+ msgid "Perishable Press Books"
1207
+ msgstr "Nie psujące się książki prasowe"
1208
+
1209
+ #: library/support-panel.php:53
1210
+ msgid "Plugin Planet"
1211
+ msgstr "Plugin Planet"
1212
+
1213
+ #: library/support-panel.php:54
1214
+ msgid "Donate via PayPal"
1215
+ msgstr "Przekaż darowiznę przez PayPal"
1216
+
1217
+ #: library/support-panel.php:56
1218
+ msgid "books"
1219
+ msgstr "książki"
1220
+
1221
+ #: library/support-panel.php:57
1222
+ msgid "plugins"
1223
+ msgstr "wtyczki"
1224
+
1225
+ #: library/support-panel.php:58
1226
+ msgid "donation"
1227
+ msgstr "darowizna"
1228
+
1229
+ #: library/support-panel.php:60
1230
+ msgid "Thank you for using"
1231
+ msgstr "Dziękujemy za użycie"
1232
+
1233
+ #: library/support-panel.php:61
1234
+ msgid "Please show support by purchasing one of my"
1235
+ msgstr "Proszę pokazać wsparcie, kupując jedno z moich"
1236
+
1237
+ #: library/support-panel.php:62
1238
+ msgid "or"
1239
+ msgstr "lub"
1240
+
1241
+ #: library/support-panel.php:62
1242
+ msgid "or by making a"
1243
+ msgstr "lub przez zrobienie"
1244
+
1245
+ #: library/support-panel.php:63
1246
+ msgid "Your generous support helps to ensure future development of"
1247
+ msgstr "Twoje hojne wsparcie pomaga zapewnić przyszły rozwój"
1248
+
1249
+ #: library/support-panel.php:64
1250
+ msgid "and is greatly appreciated."
1251
+ msgstr "i jest bardzo doceniany."
1252
+
1253
+ #: library/support-panel.php:66
1254
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1255
+ msgstr "Darowizna o dowolnej wielkości pomaga mi w dalszym rozwoju tej darmowej wtyczki i innych niesamowitych zasobów WordPress."
1256
+
1257
+ #. Description of the plugin
1258
+ #:
1259
+ msgid "Enables your visitors to submit posts and images from anywhere on your site."
1260
+ msgstr "Umożliwia odwiedzającym przesyłanie postów i zdjęć z dowolnego miejsca w witrynie."
1261
+
1262
+ #. URI of the plugin
1263
+ #:
1264
+ msgid "https://perishablepress.com/user-submitted-posts/"
1265
+ msgstr "https://perishablepress.com/user-submitted-posts/"
1266
+
1267
+ #. Author of the plugin
1268
+ #:
1269
+ msgid "Jeff Starr"
1270
+ msgstr "Jeff Starr"
1271
+
1272
+ #. Author URI of the plugin
1273
+ #:
1274
+ msgid "https://plugin-planet.com/"
1275
+ msgstr "https://plugin-planet.com/"
1276
+
trunk/languages/usp-pt_BR.mo ADDED
Binary file
trunk/languages/usp-pt_BR.po ADDED
@@ -0,0 +1,1276 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "MIME-Version: 1.0\n"
4
+ "Content-Type: text/plain; charset=UTF-8\n"
5
+ "Content-Transfer-Encoding: 8bit\n"
6
+ "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20180316\n"
8
+ "Language: pt-br\n"
9
+
10
+ #. Name of the plugin
11
+ #: user-submitted-posts.php:44 library/support-panel.php:5
12
+ msgid "User Submitted Posts"
13
+ msgstr "Posts enviados pelo usuário"
14
+
15
+ #: user-submitted-posts.php:81
16
+ msgid "requires WordPress "
17
+ msgstr "requer o WordPress"
18
+
19
+ #: user-submitted-posts.php:82
20
+ msgid " or higher, and has been deactivated! "
21
+ msgstr " ou superior, e foi desativado!"
22
+
23
+ #: user-submitted-posts.php:83
24
+ msgid "Please return to the"
25
+ msgstr "Volte para o"
26
+
27
+ #: user-submitted-posts.php:84
28
+ msgid "WordPress Admin Area"
29
+ msgstr "Área de administração do WordPress"
30
+
31
+ #: user-submitted-posts.php:85
32
+ msgid "to upgrade WordPress and try again."
33
+ msgstr "para atualizar o WordPress e tente novamente."
34
+
35
+ #: user-submitted-posts.php:125
36
+ msgid "User Submitted Post"
37
+ msgstr "Postagem enviada pelo usuário"
38
+
39
+ #: user-submitted-posts.php:419
40
+ msgid "User Submitted Post Info"
41
+ msgstr "Informações enviadas pelo usuário"
42
+
43
+ #: user-submitted-posts.php:449
44
+ msgid "Submitter Name: "
45
+ msgstr "Nome do remetente:"
46
+
47
+ #: user-submitted-posts.php:450
48
+ msgid "Submitter Email: "
49
+ msgstr "Enviar por e-mail:"
50
+
51
+ #: user-submitted-posts.php:451
52
+ msgid "Submitter URL: "
53
+ msgstr "URL do remetente:"
54
+
55
+ #: user-submitted-posts.php:452
56
+ msgid "Submitter IP: "
57
+ msgstr "Enviar IP:"
58
+
59
+ #: user-submitted-posts.php:503
60
+ msgid "Show USP Posts"
61
+ msgstr "Mostrar postagens do USP"
62
+
63
+ #: user-submitted-posts.php:504 library/plugin-settings.php:979
64
+ msgid "USP"
65
+ msgstr "USP"
66
+
67
+ #: user-submitted-posts.php:1272
68
+ msgid " files required"
69
+ msgstr " arquivos necessários"
70
+
71
+ #: user-submitted-posts.php:1273
72
+ msgid " file required"
73
+ msgstr " arquivo requerido"
74
+
75
+ #: user-submitted-posts.php:1275
76
+ msgid " files"
77
+ msgstr " arquivos"
78
+
79
+ #: user-submitted-posts.php:1276
80
+ msgid " file"
81
+ msgstr " Arquivo"
82
+
83
+ #: user-submitted-posts.php:1278 user-submitted-posts.php:1279
84
+ #: user-submitted-posts.php:1280 user-submitted-posts.php:1281
85
+ msgid " pixels"
86
+ msgstr " píxeis"
87
+
88
+ #: user-submitted-posts.php:1283 library/core-functions.php:215
89
+ #: library/plugin-settings.php:284 library/plugin-settings.php:303
90
+ #: library/plugin-settings.php:701 library/plugin-settings.php:1195
91
+ msgid "Custom Field"
92
+ msgstr "Campo customizado"
93
+
94
+ #: user-submitted-posts.php:1286
95
+ msgid "An error occurred. Please go back and try again."
96
+ msgstr "Um erro ocorreu. Por favor volte e tente novamente."
97
+
98
+ #: user-submitted-posts.php:1296
99
+ msgid "User login required"
100
+ msgstr "Login requerido pelo usuário"
101
+
102
+ #: user-submitted-posts.php:1297
103
+ msgid "User name required"
104
+ msgstr "Nome de usuário (necessário"
105
+
106
+ #: user-submitted-posts.php:1298
107
+ msgid "Post title required"
108
+ msgstr "Título requerido"
109
+
110
+ #: user-submitted-posts.php:1299
111
+ msgid "User URL required"
112
+ msgstr "URL do usuário necessária"
113
+
114
+ #: user-submitted-posts.php:1300
115
+ msgid "Post tags required"
116
+ msgstr "Tag necessários"
117
+
118
+ #: user-submitted-posts.php:1301
119
+ msgid "Post category required"
120
+ msgstr "Post categoria necessária"
121
+
122
+ #: user-submitted-posts.php:1302
123
+ msgid "Post content required"
124
+ msgstr "Conteúdo do post requerido"
125
+
126
+ #: user-submitted-posts.php:1303 user-submitted-posts.php:1304
127
+ msgid "Correct captcha required"
128
+ msgstr "É necessário captcha correto"
129
+
130
+ #: user-submitted-posts.php:1305
131
+ msgid "User email required"
132
+ msgstr "E-mail do usuário requerido"
133
+
134
+ #: user-submitted-posts.php:1306
135
+ msgid "Please check your email and try again"
136
+ msgstr "Verifique seu e-mail e tente novamente"
137
+
138
+ #: user-submitted-posts.php:1307
139
+ msgid "Non-empty value for hidden field"
140
+ msgstr "Valor não vazio para o campo oculto"
141
+
142
+ #: user-submitted-posts.php:1308
143
+ msgid "Minimum number of images not met"
144
+ msgstr "Número mínimo de imagens não encontradas"
145
+
146
+ #: user-submitted-posts.php:1309
147
+ msgid "Maximum number of images exceeded "
148
+ msgstr "Número máximo de imagens excedidas"
149
+
150
+ #: user-submitted-posts.php:1310
151
+ msgid "Minimum image width not met"
152
+ msgstr "Largura mínima da imagem não encontrada"
153
+
154
+ #: user-submitted-posts.php:1311
155
+ msgid "Image width exceeds maximum"
156
+ msgstr "A largura da imagem excede o máximo"
157
+
158
+ #: user-submitted-posts.php:1312
159
+ msgid "Minimum image height not met"
160
+ msgstr "Altura mínima da imagem não encontrada"
161
+
162
+ #: user-submitted-posts.php:1313
163
+ msgid "Image height exceeds maximum"
164
+ msgstr "A altura da imagem excede o máximo"
165
+
166
+ #: user-submitted-posts.php:1314
167
+ msgid "File type not allowed (please upload images only)"
168
+ msgstr "Tipo de arquivo não permitido (apenas carregue imagens)"
169
+
170
+ #: user-submitted-posts.php:1315
171
+ msgid " required"
172
+ msgstr " requeridos"
173
+
174
+ #: user-submitted-posts.php:1319
175
+ msgid "File not uploaded. Please check the file and try again."
176
+ msgstr "Arquivo não carregado. Verifique o arquivo e tente novamente."
177
+
178
+ #: user-submitted-posts.php:1323
179
+ msgid "The file(s) could not be uploaded"
180
+ msgstr "O arquivo (s) não pôde ser carregado"
181
+
182
+ #: user-submitted-posts.php:1325
183
+ msgid "Post not created. Please contact the site administrator for help."
184
+ msgstr "Post não criado. Entre em contato com o administrador do site para obter ajuda."
185
+
186
+ #: user-submitted-posts.php:1326
187
+ msgid "Duplicate post title. Please try again."
188
+ msgstr "Título do post duplicado. Por favor, tente novamente."
189
+
190
+ #: user-submitted-posts.php:1336
191
+ msgid "Error: "
192
+ msgstr "Erro:"
193
+
194
+ #: user-submitted-posts.php:1362
195
+ msgid "Return to form"
196
+ msgstr "Retornar ao formulário"
197
+
198
+ #: user-submitted-posts.php:1392 library/plugin-settings.php:955
199
+ msgid "Please"
200
+ msgstr "Por favor"
201
+
202
+ #: user-submitted-posts.php:1393
203
+ msgid "log in"
204
+ msgstr "entrar"
205
+
206
+ #: user-submitted-posts.php:1394
207
+ msgid "to submit content!"
208
+ msgstr "para enviar conteúdo!"
209
+
210
+ #: views/submission-form.php:46 views/submission-form-alt.php:55
211
+ msgid "Please complete the required fields."
212
+ msgstr "Complete os campos obrigatórios."
213
+
214
+ #: views/submission-form.php:56 views/submission-form.php:57
215
+ #: views/submission-form-alt.php:61 views/submission-form-alt.php:62
216
+ msgid "Your Name"
217
+ msgstr "Seu nome"
218
+
219
+ #: views/submission-form.php:62 views/submission-form.php:63
220
+ #: views/submission-form-alt.php:67 views/submission-form-alt.php:68
221
+ msgid "Your URL"
222
+ msgstr "Seu URL"
223
+
224
+ #: views/submission-form.php:68 views/submission-form.php:69
225
+ #: views/submission-form-alt.php:73 views/submission-form-alt.php:74
226
+ msgid "Your Email"
227
+ msgstr "Seu email"
228
+
229
+ #: views/submission-form.php:74 views/submission-form.php:75
230
+ #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
+ #: library/plugin-settings.php:1016
232
+ msgid "Post Title"
233
+ msgstr "Título do cargo"
234
+
235
+ #: views/submission-form.php:80 views/submission-form.php:81
236
+ #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
+ #: library/plugin-settings.php:1017
238
+ msgid "Post Tags"
239
+ msgstr "Etiquetas de postagem"
240
+
241
+ #: views/submission-form.php:93 views/submission-form-alt.php:98
242
+ msgid "Antispam Question"
243
+ msgstr "Pergunta Antispam"
244
+
245
+ #: views/submission-form.php:98 views/submission-form-alt.php:103
246
+ #: library/plugin-settings.php:1018
247
+ msgid "Post Category"
248
+ msgstr "Categoria de postagem"
249
+
250
+ #: views/submission-form.php:100 views/submission-form-alt.php:105
251
+ msgid "Please select a category.."
252
+ msgstr "Por favor, selecione uma categoria.."
253
+
254
+ #: views/submission-form.php:135 views/submission-form.php:136
255
+ #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
+ #: library/plugin-settings.php:1019
257
+ msgid "Post Content"
258
+ msgstr "Publicar conteúdo"
259
+
260
+ #: views/submission-form.php:142 views/submission-form-alt.php:147
261
+ msgid "Verification"
262
+ msgstr "Verificação"
263
+
264
+ #: views/submission-form.php:149 views/submission-form-alt.php:154
265
+ msgid "Upload an Image"
266
+ msgstr "Carregar uma imagem"
267
+
268
+ #: views/submission-form.php:158 views/submission-form-alt.php:163
269
+ msgid "Add another image"
270
+ msgstr "Adicionar outra imagem"
271
+
272
+ #: views/submission-form.php:180 views/submission-form-alt.php:185
273
+ msgid "Human verification: leave this field empty."
274
+ msgstr "Verificação humana: deixe este campo vazio."
275
+
276
+ #: views/submission-form.php:202 views/submission-form-alt.php:207
277
+ msgid "Submit Post"
278
+ msgstr "Enviar postagem"
279
+
280
+ #: library/shortcode-misc.php:18
281
+ msgid "Reset form"
282
+ msgstr "Redefinir forma"
283
+
284
+ #: library/shortcode-misc.php:128
285
+ msgid "View full post"
286
+ msgstr "Ver publicação completa"
287
+
288
+ #: library/plugin-settings.php:32
289
+ msgid "Get USP Pro for unlimited forms!"
290
+ msgstr "Obtenha USP Pro para formulários ilimitados!"
291
+
292
+ #: library/plugin-settings.php:33
293
+ msgid "Go Pro"
294
+ msgstr "Vá Pro"
295
+
296
+ #: library/plugin-settings.php:37
297
+ msgid "Settings"
298
+ msgstr "Configurações"
299
+
300
+ #: library/plugin-settings.php:55
301
+ msgid "Give USP a 5-star rating at WordPress.org"
302
+ msgstr "Dê USP uma classificação de 5 estrelas no WordPress.org"
303
+
304
+ #: library/plugin-settings.php:56
305
+ msgid "Rate this plugin&nbsp;&raquo;"
306
+ msgstr "Avalie este plugin & nbsp; & raquo;"
307
+
308
+ #: library/plugin-settings.php:114
309
+ msgid "WP Post (recommended)"
310
+ msgstr "Post de WP (recomendado)"
311
+
312
+ #: library/plugin-settings.php:118
313
+ msgid "WP Page"
314
+ msgstr "Página WP"
315
+
316
+ #: library/plugin-settings.php:134
317
+ msgid "HTML5 Form + Default CSS"
318
+ msgstr "Formulário HTML5 + CSS padrão"
319
+
320
+ #: library/plugin-settings.php:134
321
+ msgid "(Recommended)"
322
+ msgstr "(Recomendado)"
323
+
324
+ #: library/plugin-settings.php:138
325
+ msgid "HTML5 Form + Disable CSS"
326
+ msgstr "HTML5 Form + Disable CSS"
327
+
328
+ #: library/plugin-settings.php:138
329
+ msgid "(Provide your own styles)"
330
+ msgstr "(Forneça seus próprios estilos)"
331
+
332
+ #: library/plugin-settings.php:142
333
+ msgid "Custom Form + Custom CSS"
334
+ msgstr "Formulário personalizado + CSS personalizado"
335
+
336
+ #: library/plugin-settings.php:142
337
+ msgid "(Provide your own form template &amp; styles)"
338
+ msgstr "(Forneça seu próprio modelo de formulário e estilos)"
339
+
340
+ #: library/plugin-settings.php:158 library/plugin-settings.php:182
341
+ #: library/plugin-settings.php:205 library/plugin-settings.php:229
342
+ msgid "Auto-display before post content"
343
+ msgstr "Exibição automática antes do conteúdo do post"
344
+
345
+ #: library/plugin-settings.php:162 library/plugin-settings.php:186
346
+ #: library/plugin-settings.php:209 library/plugin-settings.php:233
347
+ msgid "Auto-display after post content"
348
+ msgstr "Exibição automática após o conteúdo do post"
349
+
350
+ #: library/plugin-settings.php:166
351
+ msgid "Do not auto-display submitted images"
352
+ msgstr "Não exiba automaticamente as imagens enviadas"
353
+
354
+ #: library/plugin-settings.php:190
355
+ msgid "Do not auto-display submitted email"
356
+ msgstr "Não exiba automaticamente o email enviado"
357
+
358
+ #: library/plugin-settings.php:213
359
+ msgid "Do not auto-display submitted URL"
360
+ msgstr "Não exiba automaticamente o URL enviado"
361
+
362
+ #: library/plugin-settings.php:237
363
+ msgid "Do not auto-display the Custom Field"
364
+ msgstr "Não exiba automaticamente o campo personalizado"
365
+
366
+ #: library/plugin-settings.php:265 library/plugin-settings.php:297
367
+ #: library/plugin-settings.php:330 library/plugin-settings.php:362
368
+ msgid "Display and require"
369
+ msgstr "Exibir e exigir"
370
+
371
+ #: library/plugin-settings.php:266 library/plugin-settings.php:298
372
+ msgid "Display but do not require"
373
+ msgstr "Exibir mas não requer"
374
+
375
+ #: library/plugin-settings.php:267 library/plugin-settings.php:299
376
+ #: library/plugin-settings.php:331 library/plugin-settings.php:363
377
+ msgid "Disable this field"
378
+ msgstr "Desativar este campo"
379
+
380
+ #: library/plugin-settings.php:302 library/plugin-settings.php:334
381
+ #: library/plugin-settings.php:366 library/plugin-settings.php:398
382
+ msgid "(Visit"
383
+ msgstr "(Visita"
384
+
385
+ #: library/plugin-settings.php:303 library/plugin-settings.php:335
386
+ #: library/plugin-settings.php:367 library/plugin-settings.php:399
387
+ msgid "to configure options)"
388
+ msgstr "para configurar opções)"
389
+
390
+ #: library/plugin-settings.php:318 library/plugin-settings.php:335
391
+ #: library/plugin-settings.php:1213 library/plugin-settings.php:1218
392
+ msgid "Challenge Question"
393
+ msgstr "Questão Desafio"
394
+
395
+ #: library/plugin-settings.php:350 library/plugin-settings.php:367
396
+ #: library/plugin-settings.php:1235
397
+ msgid "Google reCAPTCHA"
398
+ msgstr "Google reCAPTCHA"
399
+
400
+ #: library/plugin-settings.php:382
401
+ msgid "Post Images"
402
+ msgstr "Publicar imagens"
403
+
404
+ #: library/plugin-settings.php:394
405
+ msgid "Display"
406
+ msgstr "Exibição"
407
+
408
+ #: library/plugin-settings.php:395
409
+ msgid "Disable"
410
+ msgstr "Desativar"
411
+
412
+ #: library/plugin-settings.php:399 library/plugin-settings.php:1296
413
+ msgid "Image Uploads"
414
+ msgstr "Uploads de imagens"
415
+
416
+ #: library/plugin-settings.php:479
417
+ msgid "Draft"
418
+ msgstr "Esboço, projeto"
419
+
420
+ #: library/plugin-settings.php:480
421
+ msgid "Pending (default)"
422
+ msgstr "Pendente (padrão)"
423
+
424
+ #: library/plugin-settings.php:481
425
+ msgid "Publish immediately"
426
+ msgstr "Publique imediatamente"
427
+
428
+ #: library/plugin-settings.php:482
429
+ msgid "Publish after 1 approved post"
430
+ msgstr "Publicar após 1 postagem aprovada"
431
+
432
+ #: library/plugin-settings.php:483
433
+ msgid "Publish after "
434
+ msgstr "Publicar depois"
435
+
436
+ #: library/plugin-settings.php:483
437
+ msgid " approved posts"
438
+ msgstr " postagens aprovadas"
439
+
440
+ #: library/plugin-settings.php:645
441
+ msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
442
+ msgstr "Havia um erro. Certifique-se de que adicionou um título, algum conteúdo e que você enviou apenas imagens."
443
+
444
+ #: library/plugin-settings.php:659
445
+ msgid "Please select your image(s) to upload."
446
+ msgstr "Selecione sua (s) imagem (s) para fazer o upload."
447
+
448
+ #: library/plugin-settings.php:665
449
+ msgid "Success! Thank you for your submission."
450
+ msgstr "Sucesso! Obrigado pela sua submissão."
451
+
452
+ #: library/plugin-settings.php:691
453
+ msgid "Email"
454
+ msgstr "O email"
455
+
456
+ #: library/plugin-settings.php:692
457
+ msgid "URL"
458
+ msgstr "URL"
459
+
460
+ #: library/plugin-settings.php:942
461
+ msgid "Toggle all panels"
462
+ msgstr "Alternar todos os painéis"
463
+
464
+ #: library/plugin-settings.php:951
465
+ msgid "We need your support!"
466
+ msgstr "Precisamos de sua assistência!"
467
+
468
+ #: library/plugin-settings.php:955
469
+ msgid "Make a donation via PayPal"
470
+ msgstr "Faça uma doação via PayPal"
471
+
472
+ #: library/plugin-settings.php:955
473
+ msgid "make a donation"
474
+ msgstr "faça uma doação"
475
+
476
+ #: library/plugin-settings.php:955
477
+ msgid "and/or"
478
+ msgstr "e / ou"
479
+
480
+ #: library/plugin-settings.php:956
481
+ msgid "Rate and review at the Plugin Directory"
482
+ msgstr "Avalie e reveja no Diretório de Plugins"
483
+
484
+ #: library/plugin-settings.php:957
485
+ msgid "give this plugin a 5-star rating"
486
+ msgstr "Dê a este plugin uma classificação de 5 estrelas"
487
+
488
+ #: library/plugin-settings.php:961
489
+ msgid "Your generous support enables continued development of this free plugin. Thank you!"
490
+ msgstr "Seu apoio generoso permite o desenvolvimento contínuo deste plugin gratuito. Obrigado!"
491
+
492
+ #: library/plugin-settings.php:966
493
+ msgid "Check this box if you have shown support"
494
+ msgstr "Marque esta caixa se você tiver mostrado suporte"
495
+
496
+ #: library/plugin-settings.php:975
497
+ msgid "Overview"
498
+ msgstr "Visão geral"
499
+
500
+ #: library/plugin-settings.php:979
501
+ msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
502
+ msgstr "permite que seus visitantes enviem posts e carregam imagens do front-end do seu site."
503
+
504
+ #: library/plugin-settings.php:980
505
+ msgid "For advanced functionality and unlimited forms, check out"
506
+ msgstr "Para funcionalidades avançadas e formulários ilimitados, confira"
507
+
508
+ #: library/plugin-settings.php:980 library/plugin-settings.php:1354
509
+ msgid "USP Pro"
510
+ msgstr "USP Pro"
511
+
512
+ #: library/plugin-settings.php:981
513
+ msgid "&mdash; the ultimate solution for user-generated content."
514
+ msgstr "& mdash; a solução final para o conteúdo gerado pelo usuário."
515
+
516
+ #: library/plugin-settings.php:985 library/plugin-settings.php:1002
517
+ msgid "Plugin Settings"
518
+ msgstr "Configurações do Plugin"
519
+
520
+ #: library/plugin-settings.php:986
521
+ msgid "Display the form"
522
+ msgstr "Exibir o formulário"
523
+
524
+ #: library/plugin-settings.php:987 library/plugin-settings.php:1511
525
+ msgid "Plugin Homepage"
526
+ msgstr "Página inicial do Plugin"
527
+
528
+ #: library/plugin-settings.php:990
529
+ msgid "If you like this plugin, please"
530
+ msgstr "Se você gosta desse plugin, por favor"
531
+
532
+ #: library/plugin-settings.php:991
533
+ msgid "THANK YOU for your support!"
534
+ msgstr "Obrigado pelo seu apoio!"
535
+
536
+ #: library/plugin-settings.php:991
537
+ msgid "give it a 5-star rating"
538
+ msgstr "dê uma classificação de 5 estrelas"
539
+
540
+ #: library/plugin-settings.php:995
541
+ msgid "Unlimited front-end forms"
542
+ msgstr "Formulários front-end ilimitados"
543
+
544
+ #: library/plugin-settings.php:995
545
+ msgid "Get USP Pro"
546
+ msgstr "Obtenha USP Pro"
547
+
548
+ #: library/plugin-settings.php:1005
549
+ msgid "Configure your settings for User Submitted Posts."
550
+ msgstr "Configure suas configurações para Posts enviados pelo usuário."
551
+
552
+ #: library/plugin-settings.php:1007
553
+ msgid "Form Fields"
554
+ msgstr "Campos de formulário"
555
+
556
+ #: library/plugin-settings.php:1013
557
+ msgid "User Name"
558
+ msgstr "Nome de usuário"
559
+
560
+ #: library/plugin-settings.php:1014
561
+ msgid "User Email"
562
+ msgstr "E-mail do usuário"
563
+
564
+ #: library/plugin-settings.php:1015
565
+ msgid "User URL"
566
+ msgstr "URL do usuário"
567
+
568
+ #: library/plugin-settings.php:1030
569
+ msgid "General Settings"
570
+ msgstr "Configurações Gerais"
571
+
572
+ #: library/plugin-settings.php:1032
573
+ msgid "Note that the default settings work fine for most cases."
574
+ msgstr "Observe que as configurações padrão funcionam bem para a maioria dos casos."
575
+
576
+ #: library/plugin-settings.php:1037
577
+ msgid "Form Style"
578
+ msgstr "Estilo de formulário"
579
+
580
+ #: library/plugin-settings.php:1042
581
+ msgid "With this option, you can copy the plugin&rsquo;s default templates:"
582
+ msgstr "Com esta opção, você pode copiar os modelos padrão do plugin & rsquo; s:"
583
+
584
+ #: library/plugin-settings.php:1047
585
+ msgid "..and upload them into a directory named"
586
+ msgstr ".. e carregá-los em um diretório chamado"
587
+
588
+ #: library/plugin-settings.php:1047
589
+ msgid "in your theme:"
590
+ msgstr "no seu tema:"
591
+
592
+ #: library/plugin-settings.php:1053
593
+ msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
594
+ msgstr "Isso permitirá que você personalize o formulário e os estilos conforme desejado. Para mais informações, confira a seção \"Formulário de Envio Personalizado\" no"
595
+
596
+ #: library/plugin-settings.php:1054
597
+ msgid "Installation Docs"
598
+ msgstr "Documentos de instalação"
599
+
600
+ #: library/plugin-settings.php:1055
601
+ msgid "FYI: here is a"
602
+ msgstr "FYI: aqui é um"
603
+
604
+ #: library/plugin-settings.php:1055
605
+ msgid "list of USP CSS selectors"
606
+ msgstr "lista de seletores CSS USP"
607
+
608
+ #: library/plugin-settings.php:1061
609
+ msgid "Include JavaScript"
610
+ msgstr "Incluir JavaScript"
611
+
612
+ #: library/plugin-settings.php:1063
613
+ msgid "Check this box if you want to include the external JavaScript files (recommended)."
614
+ msgstr "Marque esta caixa se desejar incluir os arquivos externos do JavaScript (recomendado)."
615
+
616
+ #: library/plugin-settings.php:1066
617
+ msgid "Targeted Loading"
618
+ msgstr "Carregando segmentada"
619
+
620
+ #: library/plugin-settings.php:1068
621
+ msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
622
+ msgstr "Por padrão, CSS e amp; Os arquivos JavaScript são carregados em todas as páginas. Aqui você pode especificar o URL do formulário USP para carregar recursos apenas nessa página. Nota: deixe em branco para carregar em todas as páginas."
623
+
624
+ #: library/plugin-settings.php:1071
625
+ msgid "Post Type"
626
+ msgstr "Tipo de postagem"
627
+
628
+ #: library/plugin-settings.php:1074
629
+ msgid "Submit posts as WP Posts or Pages"
630
+ msgstr "Enviar postagens como postagens ou páginas do WP"
631
+
632
+ #: library/plugin-settings.php:1078
633
+ msgid "Post Status"
634
+ msgstr "Status do cargo"
635
+
636
+ #: library/plugin-settings.php:1081
637
+ msgid "Post Status for submitted posts"
638
+ msgstr "Status do post para postagens enviadas"
639
+
640
+ #: library/plugin-settings.php:1085
641
+ msgid "Redirect URL"
642
+ msgstr "URL de redirecionamento"
643
+
644
+ #: library/plugin-settings.php:1087
645
+ msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
646
+ msgstr "Especifique um URL para redirecionar o usuário após a publicação. Deixe em branco para redirecionar de volta para a página atual."
647
+
648
+ #: library/plugin-settings.php:1090
649
+ msgid "Success Message"
650
+ msgstr "Mensagem de Sucesso"
651
+
652
+ #: library/plugin-settings.php:1092
653
+ msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
654
+ msgstr "Mensagem de sucesso que é exibida se o envio posterior for bem-sucedido. É permitida a marcação básica."
655
+
656
+ #: library/plugin-settings.php:1095
657
+ msgid "Error Message"
658
+ msgstr "Mensagem de erro"
659
+
660
+ #: library/plugin-settings.php:1097
661
+ msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
662
+ msgstr "Mensagem de erro geral que é exibida se a publicação posterior falhar. É permitida a marcação básica."
663
+
664
+ #: library/plugin-settings.php:1100
665
+ msgid "Custom Content"
666
+ msgstr "Conteúdo personalizado"
667
+
668
+ #: library/plugin-settings.php:1102
669
+ msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
670
+ msgstr "Texto personalizado / marcação a ser incluído antes do formulário de inscrição. Deixe em branco para desativar."
671
+
672
+ #: library/plugin-settings.php:1105
673
+ msgid "Rich Text Editor"
674
+ msgstr "Rich Text Editor"
675
+
676
+ #: library/plugin-settings.php:1107
677
+ msgid "Check this box if you want to enable WP rich text editing for submitted posts."
678
+ msgstr "Marque esta caixa se desejar ativar a edição de texto emriquecida do WP para postagens enviadas."
679
+
680
+ #: library/plugin-settings.php:1110
681
+ msgid "Unique Titles"
682
+ msgstr "Títulos exclusivos"
683
+
684
+ #: library/plugin-settings.php:1112
685
+ msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
686
+ msgstr "Exigir que os títulos de postagem enviados sejam únicos (úteis para impedir postagens enviadas múltiplas / duplicadas)."
687
+
688
+ #: library/plugin-settings.php:1115
689
+ msgid "Disable Required"
690
+ msgstr "Desativar Requerido"
691
+
692
+ #: library/plugin-settings.php:1117
693
+ msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
694
+ msgstr "Desative todos os atributos necessários em campos de formulário padrão (úteis para solucionar problemas de mensagens de erro)."
695
+
696
+ #: library/plugin-settings.php:1120
697
+ msgid "Disable IP Tracking"
698
+ msgstr "Desativar o Rastreamento de IP"
699
+
700
+ #: library/plugin-settings.php:1122
701
+ msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
702
+ msgstr "Por padrão, USP registra o endereço IP com cada publicação enviada. Marque esta caixa para desativar todo o rastreamento de IP."
703
+
704
+ #: library/plugin-settings.php:1125
705
+ msgid "Enable Shortcodes"
706
+ msgstr "Habilitar códigos abreviados"
707
+
708
+ #: library/plugin-settings.php:1127
709
+ msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
710
+ msgstr "Habilite códigos curtos em widgets. Por padrão, o WordPress não habilita shortcodes em widgets."
711
+
712
+ #: library/plugin-settings.php:1128
713
+ msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
714
+ msgstr "Esta configuração permite que qualquer / todos os códigos curtos em widgets (mesmo códigos curtos de outros plugins)."
715
+
716
+ #: library/plugin-settings.php:1133 library/plugin-settings.php:1138
717
+ msgid "Categories"
718
+ msgstr "Categorias"
719
+
720
+ #: library/plugin-settings.php:1141
721
+ msgid "Select which categories may be assigned to submitted posts (click to toggle)"
722
+ msgstr "Selecione quais categorias podem ser atribuídas a postagens enviadas (clique para alternar)"
723
+
724
+ #: library/plugin-settings.php:1149
725
+ msgid "Hidden/Default Category"
726
+ msgstr "Categoria oculta / padrão"
727
+
728
+ #: library/plugin-settings.php:1151
729
+ msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
730
+ msgstr "Use um campo oculto para a categoria de postagem. Isso pode ser usado para especificar uma categoria padrão quando o campo da categoria estiver desativado."
731
+
732
+ #: library/plugin-settings.php:1154
733
+ msgid "Category ID for Hidden Field"
734
+ msgstr "ID de categoria para campo oculto"
735
+
736
+ #: library/plugin-settings.php:1156
737
+ msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
738
+ msgstr "Especifique a identificação da categoria a ser usada para o & ldquo; Hidden / Default Category & rdquo; opção."
739
+
740
+ #: library/plugin-settings.php:1161
741
+ msgid "Users"
742
+ msgstr "Comercial"
743
+
744
+ #: library/plugin-settings.php:1166
745
+ msgid "Assigned Author"
746
+ msgstr "Autor atribuído"
747
+
748
+ #: library/plugin-settings.php:1169
749
+ msgid "Specify the user that should be assigned as author for submitted posts."
750
+ msgstr "Especifique o usuário que deve ser atribuído como autor para postagens enviadas."
751
+
752
+ #: library/plugin-settings.php:1173
753
+ msgid "Registered Username"
754
+ msgstr "Nome de usuário registrado"
755
+
756
+ #: library/plugin-settings.php:1175
757
+ msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
758
+ msgstr "Use o nome de usuário registrado como autor do post. Válido quando a pessoa que envia o formulário está logada no WordPress."
759
+
760
+ #: library/plugin-settings.php:1178
761
+ msgid "User Profile URL"
762
+ msgstr "URL do perfil de usuário"
763
+
764
+ #: library/plugin-settings.php:1180
765
+ msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
766
+ msgstr "Use o URL do perfil do usuário registrado como o valor do campo URL. Válido quando a pessoa que envia o formulário está logada no WordPress."
767
+
768
+ #: library/plugin-settings.php:1183
769
+ msgid "Require User Login"
770
+ msgstr "Exigir Login do Usuário"
771
+
772
+ #: library/plugin-settings.php:1185
773
+ msgid "Require users to be logged in to WordPress to view/submit the form"
774
+ msgstr "Exigir que os usuários sejam logados no WordPress para visualizar / enviar o formulário"
775
+
776
+ #: library/plugin-settings.php:1188
777
+ msgid "Disable Replace Author"
778
+ msgstr "Desativar substituir autor"
779
+
780
+ #: library/plugin-settings.php:1190
781
+ msgid "Do not replace post author with submitted user name"
782
+ msgstr "Não substitua o autor do post com o nome de usuário enviado"
783
+
784
+ #: library/plugin-settings.php:1196
785
+ msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
786
+ msgstr "Aqui você pode alterar o nome e o rótulo usados ​​pelo campo personalizado. Você pode ativar este campo através da configuração Campos de formulário, acima."
787
+
788
+ #: library/plugin-settings.php:1201
789
+ msgid "Custom Field Name"
790
+ msgstr "Nome do campo personalizado"
791
+
792
+ #: library/plugin-settings.php:1203
793
+ msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
794
+ msgstr "Use apenas alfanuméricos, sublinhados e traços. Se não tiver certeza, use o nome padrão:"
795
+
796
+ #: library/plugin-settings.php:1206
797
+ msgid "Custom Field Label"
798
+ msgstr "Etiqueta de campo personalizada"
799
+
800
+ #: library/plugin-settings.php:1208
801
+ msgid "This will be displayed as the field label on the form. Default: Custom Field"
802
+ msgstr "Isso será exibido como o rótulo do campo no formulário. Padrão: campo personalizado"
803
+
804
+ #: library/plugin-settings.php:1220
805
+ msgid "To prevent spam, enter a question that users must answer before submitting the form."
806
+ msgstr "Para evitar spam, insira uma pergunta que os usuários devem responder antes de enviar o formulário."
807
+
808
+ #: library/plugin-settings.php:1223
809
+ msgid "Challenge Response"
810
+ msgstr "Resposta do desafio"
811
+
812
+ #: library/plugin-settings.php:1225
813
+ msgid "Enter the *only* correct answer to the challenge question."
814
+ msgstr "Digite a * apenas * resposta correta para a questão do desafio."
815
+
816
+ #: library/plugin-settings.php:1228
817
+ msgid "Case-sensitivity"
818
+ msgstr "Case-sensitive"
819
+
820
+ #: library/plugin-settings.php:1230
821
+ msgid "Check this box if you want the challenge response to be case-sensitive."
822
+ msgstr "Marque esta caixa se desejar que a resposta do desafio seja sensível a maiúsculas e minúsculas."
823
+
824
+ #: library/plugin-settings.php:1236
825
+ msgid "To enable Google reCAPTCHA, enter your public and private keys."
826
+ msgstr "Para ativar o Google reCAPTCHA, insira suas chaves públicas e privadas."
827
+
828
+ #: library/plugin-settings.php:1241
829
+ msgid "Public Key"
830
+ msgstr "Chave pública"
831
+
832
+ #: library/plugin-settings.php:1243
833
+ msgid "Enter your Public Key"
834
+ msgstr "Digite sua chave pública"
835
+
836
+ #: library/plugin-settings.php:1246
837
+ msgid "Private Key"
838
+ msgstr "Chave privada"
839
+
840
+ #: library/plugin-settings.php:1248
841
+ msgid "Enter your Private Key"
842
+ msgstr "Digite sua chave privada"
843
+
844
+ #: library/plugin-settings.php:1253
845
+ msgid "Email Alerts"
846
+ msgstr "Alertas de E-mail"
847
+
848
+ #: library/plugin-settings.php:1258
849
+ msgid "Receive Email Alert"
850
+ msgstr "Receber alerta de e-mail"
851
+
852
+ #: library/plugin-settings.php:1260
853
+ msgid "Check this box if you want to be notified via email for new post submissions."
854
+ msgstr "Marque esta caixa se desejar ser notificado via e-mail para novos envios."
855
+
856
+ #: library/plugin-settings.php:1263
857
+ msgid "Enable HTML Format"
858
+ msgstr "Habilitar formato HTML"
859
+
860
+ #: library/plugin-settings.php:1265
861
+ msgid "Check this box to enable HTML format for email alerts."
862
+ msgstr "Marque esta caixa para habilitar o formato HTML para alertas de e-mail."
863
+
864
+ #: library/plugin-settings.php:1268
865
+ msgid "Email Address for Alerts"
866
+ msgstr "Endereço de e-mail para alertas"
867
+
868
+ #: library/plugin-settings.php:1270
869
+ msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
870
+ msgstr "Se você marcou a caixa para receber alertas por e-mail, indique aqui os (s) endereço (ões) aos quais os e-mails devem ser enviados."
871
+
872
+ #: library/plugin-settings.php:1271
873
+ msgid "Multiple recipients may be included using a comma, like so:"
874
+ msgstr "Vários destinatários podem ser incluídos usando uma vírgula, assim:"
875
+
876
+ #: library/plugin-settings.php:1274
877
+ msgid "Email &ldquo;From&rdquo; Address"
878
+ msgstr "Email & ldquo; From & rdquo; Endereço"
879
+
880
+ #: library/plugin-settings.php:1276
881
+ msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
882
+ msgstr "Aqui você pode personalizar o (s) endereço (s) usado (s) para o & ldquo; From & rdquo; cabeçalho (veja as perguntas freqüentes do plugin para informações)."
883
+
884
+ #: library/plugin-settings.php:1277
885
+ msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
886
+ msgstr "Se vários endereços forem especificados na configuração anterior, inclua um número igual de & ldquo; From & rdquo; endereços para esta configuração (na mesma ordem)."
887
+
888
+ #: library/plugin-settings.php:1280
889
+ msgid "Email Alert Subject"
890
+ msgstr "Assunto de Alerta de E-mail"
891
+
892
+ #: library/plugin-settings.php:1282
893
+ msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
894
+ msgstr "Linha de assunto para alertas de e-mail. Deixe em branco para usar a linha de assunto padrão. Nota: você pode usar as seguintes variáveis:"
895
+
896
+ #: library/plugin-settings.php:1287
897
+ msgid "Email Alert Message"
898
+ msgstr "Mensagem de alerta de e-mail"
899
+
900
+ #: library/plugin-settings.php:1289
901
+ msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
902
+ msgstr "Mensagem para alertas por e-mail. Deixe em branco para usar a mensagem padrão. Nota: você pode usar as seguintes variáveis:"
903
+
904
+ #: library/plugin-settings.php:1301
905
+ msgid "Featured Image"
906
+ msgstr "Imagem em destaque"
907
+
908
+ #: library/plugin-settings.php:1303
909
+ msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
910
+ msgstr "Defina imagens apresentadas como imagens em destaque. Requer apoio de tema para imagens em destaque (também conhecido como Thumbnails)."
911
+
912
+ #: library/plugin-settings.php:1306
913
+ msgid "Upload Message"
914
+ msgstr "Carregar mensagem"
915
+
916
+ #: library/plugin-settings.php:1308
917
+ msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
918
+ msgstr "Mensagem que aparece ao lado do campo de upload. Útil para indicar suas diretrizes de upload / política / etc. Marca básica permitida."
919
+
920
+ #: library/plugin-settings.php:1311
921
+ msgid "&ldquo;Add another image&rdquo; link"
922
+ msgstr "& ldquo; Adicionar outra imagem & rdquo; ligação"
923
+
924
+ #: library/plugin-settings.php:1313
925
+ msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
926
+ msgstr "Marcação personalizada para o & ldquo; Adicionar outra imagem & rdquo; ligação. Deixe em branco para usar a marcação padrão (recomendada)."
927
+
928
+ #: library/plugin-settings.php:1316
929
+ msgid "Minimum number of images"
930
+ msgstr "Número mínimo de imagens"
931
+
932
+ #: library/plugin-settings.php:1319
933
+ msgid "Specify the minimum number of images."
934
+ msgstr "Especifique o número mínimo de imagens."
935
+
936
+ #: library/plugin-settings.php:1323
937
+ msgid "Maximum number of images"
938
+ msgstr "Número máximo de imagens"
939
+
940
+ #: library/plugin-settings.php:1326
941
+ msgid "Specify the maximum number of images."
942
+ msgstr "Especifique o número máximo de imagens."
943
+
944
+ #: library/plugin-settings.php:1330
945
+ msgid "Minimum image width"
946
+ msgstr "Largura mínima da imagem"
947
+
948
+ #: library/plugin-settings.php:1332
949
+ msgid "Specify a minimum width (in pixels) for uploaded images."
950
+ msgstr "Especifique uma largura mínima (em pixels) para imagens carregadas."
951
+
952
+ #: library/plugin-settings.php:1335
953
+ msgid "Minimum image height"
954
+ msgstr "Altura mínima da imagem"
955
+
956
+ #: library/plugin-settings.php:1337
957
+ msgid "Specify a minimum height (in pixels) for uploaded images."
958
+ msgstr "Especifique uma altura mínima (em pixels) para imagens carregadas."
959
+
960
+ #: library/plugin-settings.php:1340
961
+ msgid "Maximum image width"
962
+ msgstr "Largura máxima da imagem"
963
+
964
+ #: library/plugin-settings.php:1342
965
+ msgid "Specify a maximum width (in pixels) for uploaded images."
966
+ msgstr "Especifique uma largura máxima (em pixels) para imagens carregadas."
967
+
968
+ #: library/plugin-settings.php:1345
969
+ msgid "Maximum image height"
970
+ msgstr "Altura máxima da imagem"
971
+
972
+ #: library/plugin-settings.php:1347
973
+ msgid "Specify a maximum height (in pixels) for uploaded images."
974
+ msgstr "Especifique uma altura máxima (em pixels) para imagens carregadas."
975
+
976
+ #: library/plugin-settings.php:1350
977
+ msgid "More Options"
978
+ msgstr "Mais opções"
979
+
980
+ #: library/plugin-settings.php:1353
981
+ msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
982
+ msgstr "Para mais opções, como a capacidade de carregar outros tipos de arquivos (como PDF, Word, Zip, vídeos e mais), confira"
983
+
984
+ #: library/plugin-settings.php:1354
985
+ msgid "Go Pro!"
986
+ msgstr "Vá Pro!"
987
+
988
+ #: library/plugin-settings.php:1361
989
+ msgid "Auto-Display Content"
990
+ msgstr "Conteúdo de exibição automática"
991
+
992
+ #: library/plugin-settings.php:1366
993
+ msgid "Images Auto-Display"
994
+ msgstr "Imagens Auto-Display"
995
+
996
+ #: library/plugin-settings.php:1368
997
+ msgid "Auto-display user-submitted images:"
998
+ msgstr "Exibição automática de imagens enviadas pelo usuário:"
999
+
1000
+ #: library/plugin-settings.php:1373
1001
+ msgid "Image Markup"
1002
+ msgstr "Marcação de imagem"
1003
+
1004
+ #: library/plugin-settings.php:1375
1005
+ msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1006
+ msgstr "Marcação para usar para cada imagem enviada (quando a exibição automática estiver ativada). Pode usar"
1007
+
1008
+ #: library/plugin-settings.php:1377 library/plugin-settings.php:1390
1009
+ #: library/plugin-settings.php:1403 library/plugin-settings.php:1416
1010
+ msgid "and"
1011
+ msgstr "e"
1012
+
1013
+ #: library/plugin-settings.php:1380
1014
+ msgid "Email Auto-Display"
1015
+ msgstr "Auto-exibição de e-mail"
1016
+
1017
+ #: library/plugin-settings.php:1382
1018
+ msgid "Auto-display user-submitted email:"
1019
+ msgstr "Exibição automática do e-mail enviado pelo usuário:"
1020
+
1021
+ #: library/plugin-settings.php:1387
1022
+ msgid "Email Markup"
1023
+ msgstr "Marcação de e-mail"
1024
+
1025
+ #: library/plugin-settings.php:1389
1026
+ msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1027
+ msgstr "Marca para usar para o endereço de e-mail enviado (quando a exibição automática está ativada). Pode usar"
1028
+
1029
+ #: library/plugin-settings.php:1393
1030
+ msgid "URL Auto-Display"
1031
+ msgstr "URL Auto-Display"
1032
+
1033
+ #: library/plugin-settings.php:1395
1034
+ msgid "Auto-display user-submitted URL:"
1035
+ msgstr "Exibição automática do URL enviado pelo usuário:"
1036
+
1037
+ #: library/plugin-settings.php:1400
1038
+ msgid "URL Markup"
1039
+ msgstr "Marcação de URL"
1040
+
1041
+ #: library/plugin-settings.php:1402
1042
+ msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1043
+ msgstr "Marcação para usar para o URL enviado (quando a exibição automática está ativada). Pode usar"
1044
+
1045
+ #: library/plugin-settings.php:1406
1046
+ msgid "Custom Field Auto-Display"
1047
+ msgstr "Exibição automática de campo personalizado"
1048
+
1049
+ #: library/plugin-settings.php:1408
1050
+ msgid "Auto-display user-submitted Custom Field:"
1051
+ msgstr "Exibição automática de campos personalizados enviados pelo usuário:"
1052
+
1053
+ #: library/plugin-settings.php:1413
1054
+ msgid "Custom Field Markup"
1055
+ msgstr "Marcação de campo personalizada"
1056
+
1057
+ #: library/plugin-settings.php:1415
1058
+ msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1059
+ msgstr "Marcar para usar para o campo personalizado enviado (quando a exibição automática estiver ativada). Pode usar"
1060
+
1061
+ #: library/plugin-settings.php:1421 library/plugin-settings.php:1497
1062
+ msgid "Save Settings"
1063
+ msgstr "Salvar configurações"
1064
+
1065
+ #: library/plugin-settings.php:1426
1066
+ msgid "Display the Form"
1067
+ msgstr "Exibir o formulário"
1068
+
1069
+ #: library/plugin-settings.php:1429
1070
+ msgid "Post-Submit Form"
1071
+ msgstr "Formulário pós-envio"
1072
+
1073
+ #: library/plugin-settings.php:1430
1074
+ msgid "USP enables you to display a post-submission form anywhere on your site."
1075
+ msgstr "O USP permite exibir um formulário pós-envio em qualquer lugar em seu site."
1076
+
1077
+ #: library/plugin-settings.php:1431 library/plugin-settings.php:1438
1078
+ msgid "Use the shortcode to display the form on any WP Post or Page:"
1079
+ msgstr "Use o código curto para exibir o formulário em qualquer Post ou Página do WP:"
1080
+
1081
+ #: library/plugin-settings.php:1433 library/plugin-settings.php:1440
1082
+ msgid "Or, use the template tag to display the form anywhere in your theme template:"
1083
+ msgstr "Ou, use a tag do modelo para exibir o formulário em qualquer lugar em seu modelo de tema:"
1084
+
1085
+ #: library/plugin-settings.php:1436
1086
+ msgid "Login/Register Form"
1087
+ msgstr "Formulário de login / registro"
1088
+
1089
+ #: library/plugin-settings.php:1437
1090
+ msgid "You also can display a form that enables users to log in, register, or reset their password."
1091
+ msgstr "Você também pode exibir um formulário que permite aos usuários fazer logon, registrar ou redefinir sua senha."
1092
+
1093
+ #: library/plugin-settings.php:1443
1094
+ msgid "Display Submitted Posts"
1095
+ msgstr "Mostrar postagens enviadas"
1096
+
1097
+ #: library/plugin-settings.php:1444
1098
+ msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1099
+ msgstr "Use este shortcode para exibir uma lista de postagens enviadas em qualquer Post ou Página do WP:"
1100
+
1101
+ #: library/plugin-settings.php:1446
1102
+ msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1103
+ msgstr "Ou, use a tag do modelo para exibir uma lista de postagens enviadas em qualquer lugar em seu modelo de tema:"
1104
+
1105
+ #: library/plugin-settings.php:1448
1106
+ msgid "Here are some examples showing how to configure this shortcode:"
1107
+ msgstr "Aqui estão alguns exemplos que mostram como configurar este shortcode:"
1108
+
1109
+ #: library/plugin-settings.php:1455
1110
+ msgid "Reset Form Button"
1111
+ msgstr "Botão Repor o Formulário"
1112
+
1113
+ #: library/plugin-settings.php:1456
1114
+ msgid "This shortcode displays a link that resets the form to its original state:"
1115
+ msgstr "Este shortcode exibe um link que redefine o formulário para seu estado original:"
1116
+
1117
+ #: library/plugin-settings.php:1458
1118
+ msgid "This shortcode accepts the following attributes:"
1119
+ msgstr "Este shortcode aceita os seguintes atributos:"
1120
+
1121
+ #: library/plugin-settings.php:1463
1122
+ msgid "Note that the url attribute accepts"
1123
+ msgstr "Observe que o atributo url aceita"
1124
+
1125
+ #: library/plugin-settings.php:1463
1126
+ msgid "to get the current URL."
1127
+ msgstr "para obter o URL atual."
1128
+
1129
+ #: library/plugin-settings.php:1465
1130
+ msgid "Access Control"
1131
+ msgstr "Controle de acesso"
1132
+
1133
+ #: library/plugin-settings.php:1466
1134
+ msgid "USP provides three shortcodes to control access and restrict content."
1135
+ msgstr "A USP fornece três códigos curtos para controlar o acesso e restringir o conteúdo."
1136
+
1137
+ #: library/plugin-settings.php:1467
1138
+ msgid "Display content only to users with a specific capability:"
1139
+ msgstr "Exibir conteúdo apenas para usuários com capacidade específica:"
1140
+
1141
+ #: library/plugin-settings.php:1469
1142
+ msgid "Display content to logged-in users:"
1143
+ msgstr "Exibir conteúdo para usuários conectados:"
1144
+
1145
+ #: library/plugin-settings.php:1471
1146
+ msgid "Display content to visitors only:"
1147
+ msgstr "Exibir conteúdo apenas para visitantes:"
1148
+
1149
+ #: library/plugin-settings.php:1473
1150
+ msgid "Tip:"
1151
+ msgstr "Gorjeta:"
1152
+
1153
+ #: library/plugin-settings.php:1473
1154
+ msgid "to include markup in the deny message, you can use"
1155
+ msgstr "para incluir marcação na mensagem de negação, você pode usar"
1156
+
1157
+ #: library/plugin-settings.php:1473
1158
+ msgid "to output"
1159
+ msgstr "para produzir"
1160
+
1161
+ #: library/plugin-settings.php:1475
1162
+ msgid "Example"
1163
+ msgstr "Exemplo"
1164
+
1165
+ #: library/plugin-settings.php:1476
1166
+ msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1167
+ msgstr "Se o usuário estiver logado, exiba o formulário pós-envio; ou se o usuário não estiver logado, exiba o formulário de login:"
1168
+
1169
+ #: library/plugin-settings.php:1488
1170
+ msgid "Restore Defaults"
1171
+ msgstr "Restaurar padrões"
1172
+
1173
+ #: library/plugin-settings.php:1491
1174
+ msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1175
+ msgstr "Deixe esta opção desativada para lembrar suas configurações. Ou, para continuar e restaurar as opções de plugin padrão: marque a caixa, salve suas configurações e desative / reative o plugin."
1176
+
1177
+ #: library/plugin-settings.php:1495
1178
+ msgid "Restore default options upon plugin deactivation/reactivation."
1179
+ msgstr "Restaure as opções padrão após a desativação / reativação do plugin."
1180
+
1181
+ #: library/plugin-settings.php:1502
1182
+ msgid "Show Support"
1183
+ msgstr "Mostrar Suporte"
1184
+
1185
+ #: library/plugin-settings.php:1511
1186
+ msgid "by"
1187
+ msgstr "de"
1188
+
1189
+ #: library/plugin-settings.php:1512
1190
+ msgid "Jeff Starr on Twitter"
1191
+ msgstr "Jeff Starr no Twitter"
1192
+
1193
+ #: library/plugin-settings.php:1513
1194
+ msgid "Obsessive Web Design &amp; Development"
1195
+ msgstr "Web Design obsessivo & amp; Desenvolvimento"
1196
+
1197
+ #: library/plugin-settings.php:1524
1198
+ msgid "Save Preference"
1199
+ msgstr "Salvar preferência"
1200
+
1201
+ #: library/plugin-settings.php:1531
1202
+ msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1203
+ msgstr "Tem certeza de que deseja restaurar todas as opções padrão? (Essa ação não pode ser desfeita)"
1204
+
1205
+ #: library/support-panel.php:52
1206
+ msgid "Perishable Press Books"
1207
+ msgstr "Livros de imprensa perecíveis"
1208
+
1209
+ #: library/support-panel.php:53
1210
+ msgid "Plugin Planet"
1211
+ msgstr "Plugin Planet"
1212
+
1213
+ #: library/support-panel.php:54
1214
+ msgid "Donate via PayPal"
1215
+ msgstr "Doe via PayPal"
1216
+
1217
+ #: library/support-panel.php:56
1218
+ msgid "books"
1219
+ msgstr "livros"
1220
+
1221
+ #: library/support-panel.php:57
1222
+ msgid "plugins"
1223
+ msgstr "plugins"
1224
+
1225
+ #: library/support-panel.php:58
1226
+ msgid "donation"
1227
+ msgstr "doação"
1228
+
1229
+ #: library/support-panel.php:60
1230
+ msgid "Thank you for using"
1231
+ msgstr "Obrigado por usar"
1232
+
1233
+ #: library/support-panel.php:61
1234
+ msgid "Please show support by purchasing one of my"
1235
+ msgstr "Por favor, mostre apoio comprando um dos meus"
1236
+
1237
+ #: library/support-panel.php:62
1238
+ msgid "or"
1239
+ msgstr "ou"
1240
+
1241
+ #: library/support-panel.php:62
1242
+ msgid "or by making a"
1243
+ msgstr "ou fazendo um"
1244
+
1245
+ #: library/support-panel.php:63
1246
+ msgid "Your generous support helps to ensure future development of"
1247
+ msgstr "Seu apoio generoso ajuda a garantir o desenvolvimento futuro de"
1248
+
1249
+ #: library/support-panel.php:64
1250
+ msgid "and is greatly appreciated."
1251
+ msgstr "e é muito apreciado."
1252
+
1253
+ #: library/support-panel.php:66
1254
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1255
+ msgstr "Qualquer doação de tamanho me ajuda a continuar desenvolvendo esse plugin gratuito e outros recursos impressionantes do WordPress."
1256
+
1257
+ #. Description of the plugin
1258
+ #:
1259
+ msgid "Enables your visitors to submit posts and images from anywhere on your site."
1260
+ msgstr "Permite que seus visitantes enviem posts e imagens de qualquer lugar em seu site."
1261
+
1262
+ #. URI of the plugin
1263
+ #:
1264
+ msgid "https://perishablepress.com/user-submitted-posts/"
1265
+ msgstr "https://perishablepress.com/user-submited-posts/"
1266
+
1267
+ #. Author of the plugin
1268
+ #:
1269
+ msgid "Jeff Starr"
1270
+ msgstr "Jeff Starr"
1271
+
1272
+ #. Author URI of the plugin
1273
+ #:
1274
+ msgid "https://plugin-planet.com/"
1275
+ msgstr "https://plugin-planet.com/"
1276
+
trunk/languages/usp-ro_RO.mo ADDED
Binary file
trunk/languages/usp-ro_RO.po ADDED
@@ -0,0 +1,1276 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "MIME-Version: 1.0\n"
4
+ "Content-Type: text/plain; charset=UTF-8\n"
5
+ "Content-Transfer-Encoding: 8bit\n"
6
+ "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20180316\n"
8
+ "Language: ro\n"
9
+
10
+ #. Name of the plugin
11
+ #: user-submitted-posts.php:44 library/support-panel.php:5
12
+ msgid "User Submitted Posts"
13
+ msgstr "Postări utilizator trimise"
14
+
15
+ #: user-submitted-posts.php:81
16
+ msgid "requires WordPress "
17
+ msgstr "necesită WordPress"
18
+
19
+ #: user-submitted-posts.php:82
20
+ msgid " or higher, and has been deactivated! "
21
+ msgstr " sau mai mare, și a fost dezactivat!"
22
+
23
+ #: user-submitted-posts.php:83
24
+ msgid "Please return to the"
25
+ msgstr "Reveniți la"
26
+
27
+ #: user-submitted-posts.php:84
28
+ msgid "WordPress Admin Area"
29
+ msgstr "Zone de administrare pentru WordPress"
30
+
31
+ #: user-submitted-posts.php:85
32
+ msgid "to upgrade WordPress and try again."
33
+ msgstr "să faceți upgrade la WordPress și să încercați din nou."
34
+
35
+ #: user-submitted-posts.php:125
36
+ msgid "User Submitted Post"
37
+ msgstr "Mesaj trimis de utilizator"
38
+
39
+ #: user-submitted-posts.php:419
40
+ msgid "User Submitted Post Info"
41
+ msgstr "User Submitted Post Info"
42
+
43
+ #: user-submitted-posts.php:449
44
+ msgid "Submitter Name: "
45
+ msgstr "Numele solicitantului:"
46
+
47
+ #: user-submitted-posts.php:450
48
+ msgid "Submitter Email: "
49
+ msgstr "Email trimis:"
50
+
51
+ #: user-submitted-posts.php:451
52
+ msgid "Submitter URL: "
53
+ msgstr "Adresa URL a solicitantului:"
54
+
55
+ #: user-submitted-posts.php:452
56
+ msgid "Submitter IP: "
57
+ msgstr "IP solicitant:"
58
+
59
+ #: user-submitted-posts.php:503
60
+ msgid "Show USP Posts"
61
+ msgstr "Afișați postările USP"
62
+
63
+ #: user-submitted-posts.php:504 library/plugin-settings.php:979
64
+ msgid "USP"
65
+ msgstr "USP"
66
+
67
+ #: user-submitted-posts.php:1272
68
+ msgid " files required"
69
+ msgstr " fișiere necesare"
70
+
71
+ #: user-submitted-posts.php:1273
72
+ msgid " file required"
73
+ msgstr " fișier necesar"
74
+
75
+ #: user-submitted-posts.php:1275
76
+ msgid " files"
77
+ msgstr " fișiere"
78
+
79
+ #: user-submitted-posts.php:1276
80
+ msgid " file"
81
+ msgstr " fişier"
82
+
83
+ #: user-submitted-posts.php:1278 user-submitted-posts.php:1279
84
+ #: user-submitted-posts.php:1280 user-submitted-posts.php:1281
85
+ msgid " pixels"
86
+ msgstr " pixeli"
87
+
88
+ #: user-submitted-posts.php:1283 library/core-functions.php:215
89
+ #: library/plugin-settings.php:284 library/plugin-settings.php:303
90
+ #: library/plugin-settings.php:701 library/plugin-settings.php:1195
91
+ msgid "Custom Field"
92
+ msgstr "Câmp obligatoriu"
93
+
94
+ #: user-submitted-posts.php:1286
95
+ msgid "An error occurred. Please go back and try again."
96
+ msgstr "A aparut o eroare. Reveniți și încercați din nou."
97
+
98
+ #: user-submitted-posts.php:1296
99
+ msgid "User login required"
100
+ msgstr "Trebuie să vă conectați la utilizator"
101
+
102
+ #: user-submitted-posts.php:1297
103
+ msgid "User name required"
104
+ msgstr "Numele de utilizator necesar"
105
+
106
+ #: user-submitted-posts.php:1298
107
+ msgid "Post title required"
108
+ msgstr "Titlul postului necesar"
109
+
110
+ #: user-submitted-posts.php:1299
111
+ msgid "User URL required"
112
+ msgstr "Adresa URL a utilizatorului necesară"
113
+
114
+ #: user-submitted-posts.php:1300
115
+ msgid "Post tags required"
116
+ msgstr "Etichetele postare necesare"
117
+
118
+ #: user-submitted-posts.php:1301
119
+ msgid "Post category required"
120
+ msgstr "Este necesară o categorie de postări"
121
+
122
+ #: user-submitted-posts.php:1302
123
+ msgid "Post content required"
124
+ msgstr "Postează conținut necesar"
125
+
126
+ #: user-submitted-posts.php:1303 user-submitted-posts.php:1304
127
+ msgid "Correct captcha required"
128
+ msgstr "A fost necesară captură corectă"
129
+
130
+ #: user-submitted-posts.php:1305
131
+ msgid "User email required"
132
+ msgstr "E-mailul de utilizator necesar"
133
+
134
+ #: user-submitted-posts.php:1306
135
+ msgid "Please check your email and try again"
136
+ msgstr "Verificați-vă e-mailul și încercați din nou"
137
+
138
+ #: user-submitted-posts.php:1307
139
+ msgid "Non-empty value for hidden field"
140
+ msgstr "Valoare non-goală pentru câmpul ascuns"
141
+
142
+ #: user-submitted-posts.php:1308
143
+ msgid "Minimum number of images not met"
144
+ msgstr "Numărul minim de imagini nu este îndeplinit"
145
+
146
+ #: user-submitted-posts.php:1309
147
+ msgid "Maximum number of images exceeded "
148
+ msgstr "Numărul maxim de imagini a fost depășit"
149
+
150
+ #: user-submitted-posts.php:1310
151
+ msgid "Minimum image width not met"
152
+ msgstr "Lățimea minimă a imaginii nu este îndeplinită"
153
+
154
+ #: user-submitted-posts.php:1311
155
+ msgid "Image width exceeds maximum"
156
+ msgstr "Lățimea imaginii depășește valoarea maximă"
157
+
158
+ #: user-submitted-posts.php:1312
159
+ msgid "Minimum image height not met"
160
+ msgstr "Înălțimea minimă a imaginii nu este îndeplinită"
161
+
162
+ #: user-submitted-posts.php:1313
163
+ msgid "Image height exceeds maximum"
164
+ msgstr "Înălțimea imaginii depășește valoarea maximă"
165
+
166
+ #: user-submitted-posts.php:1314
167
+ msgid "File type not allowed (please upload images only)"
168
+ msgstr "Tipul de fișier nu este permis (vă rugăm să încărcați numai imagini)"
169
+
170
+ #: user-submitted-posts.php:1315
171
+ msgid " required"
172
+ msgstr " necesar"
173
+
174
+ #: user-submitted-posts.php:1319
175
+ msgid "File not uploaded. Please check the file and try again."
176
+ msgstr "Fișierul nu a fost încărcat. Verificați fișierul și încercați din nou."
177
+
178
+ #: user-submitted-posts.php:1323
179
+ msgid "The file(s) could not be uploaded"
180
+ msgstr "Fișierul (fișierele) nu a putut fi încărcat"
181
+
182
+ #: user-submitted-posts.php:1325
183
+ msgid "Post not created. Please contact the site administrator for help."
184
+ msgstr "Mesajul nu a fost creat. Contactați administratorul site-ului pentru ajutor."
185
+
186
+ #: user-submitted-posts.php:1326
187
+ msgid "Duplicate post title. Please try again."
188
+ msgstr "Titlul postului duplicat. Vă rugăm să încercați din nou."
189
+
190
+ #: user-submitted-posts.php:1336
191
+ msgid "Error: "
192
+ msgstr "Eroare:"
193
+
194
+ #: user-submitted-posts.php:1362
195
+ msgid "Return to form"
196
+ msgstr "Reveniți la formular"
197
+
198
+ #: user-submitted-posts.php:1392 library/plugin-settings.php:955
199
+ msgid "Please"
200
+ msgstr "Vă rog"
201
+
202
+ #: user-submitted-posts.php:1393
203
+ msgid "log in"
204
+ msgstr "Logare"
205
+
206
+ #: user-submitted-posts.php:1394
207
+ msgid "to submit content!"
208
+ msgstr "pentru a trimite conținut!"
209
+
210
+ #: views/submission-form.php:46 views/submission-form-alt.php:55
211
+ msgid "Please complete the required fields."
212
+ msgstr "Completați câmpurile obligatorii."
213
+
214
+ #: views/submission-form.php:56 views/submission-form.php:57
215
+ #: views/submission-form-alt.php:61 views/submission-form-alt.php:62
216
+ msgid "Your Name"
217
+ msgstr "Numele dumneavoastră"
218
+
219
+ #: views/submission-form.php:62 views/submission-form.php:63
220
+ #: views/submission-form-alt.php:67 views/submission-form-alt.php:68
221
+ msgid "Your URL"
222
+ msgstr "Adresa dvs. URL"
223
+
224
+ #: views/submission-form.php:68 views/submission-form.php:69
225
+ #: views/submission-form-alt.php:73 views/submission-form-alt.php:74
226
+ msgid "Your Email"
227
+ msgstr "Email-ul tau"
228
+
229
+ #: views/submission-form.php:74 views/submission-form.php:75
230
+ #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
+ #: library/plugin-settings.php:1016
232
+ msgid "Post Title"
233
+ msgstr "Titlul postului"
234
+
235
+ #: views/submission-form.php:80 views/submission-form.php:81
236
+ #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
+ #: library/plugin-settings.php:1017
238
+ msgid "Post Tags"
239
+ msgstr "Etichete postate"
240
+
241
+ #: views/submission-form.php:93 views/submission-form-alt.php:98
242
+ msgid "Antispam Question"
243
+ msgstr "Antispam Întrebare"
244
+
245
+ #: views/submission-form.php:98 views/submission-form-alt.php:103
246
+ #: library/plugin-settings.php:1018
247
+ msgid "Post Category"
248
+ msgstr "Postați categoria"
249
+
250
+ #: views/submission-form.php:100 views/submission-form-alt.php:105
251
+ msgid "Please select a category.."
252
+ msgstr "Selectați o categorie .."
253
+
254
+ #: views/submission-form.php:135 views/submission-form.php:136
255
+ #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
+ #: library/plugin-settings.php:1019
257
+ msgid "Post Content"
258
+ msgstr "Postați conținut"
259
+
260
+ #: views/submission-form.php:142 views/submission-form-alt.php:147
261
+ msgid "Verification"
262
+ msgstr "Verificare"
263
+
264
+ #: views/submission-form.php:149 views/submission-form-alt.php:154
265
+ msgid "Upload an Image"
266
+ msgstr "Încărcați o imagine"
267
+
268
+ #: views/submission-form.php:158 views/submission-form-alt.php:163
269
+ msgid "Add another image"
270
+ msgstr "Adăugați o altă imagine"
271
+
272
+ #: views/submission-form.php:180 views/submission-form-alt.php:185
273
+ msgid "Human verification: leave this field empty."
274
+ msgstr "Verificarea umane: lăsați acest câmp gol."
275
+
276
+ #: views/submission-form.php:202 views/submission-form-alt.php:207
277
+ msgid "Submit Post"
278
+ msgstr "Trimiteți mesajul"
279
+
280
+ #: library/shortcode-misc.php:18
281
+ msgid "Reset form"
282
+ msgstr "Resetați formularul"
283
+
284
+ #: library/shortcode-misc.php:128
285
+ msgid "View full post"
286
+ msgstr "Afișați postarea completă"
287
+
288
+ #: library/plugin-settings.php:32
289
+ msgid "Get USP Pro for unlimited forms!"
290
+ msgstr "Obțineți USP Pro pentru forme nelimitate!"
291
+
292
+ #: library/plugin-settings.php:33
293
+ msgid "Go Pro"
294
+ msgstr "Du-te pro"
295
+
296
+ #: library/plugin-settings.php:37
297
+ msgid "Settings"
298
+ msgstr "Setări"
299
+
300
+ #: library/plugin-settings.php:55
301
+ msgid "Give USP a 5-star rating at WordPress.org"
302
+ msgstr "Acordați USP o evaluare de 5 stele la WordPress.org"
303
+
304
+ #: library/plugin-settings.php:56
305
+ msgid "Rate this plugin&nbsp;&raquo;"
306
+ msgstr "Evaluați acest plugin & nbsp; & raquo;"
307
+
308
+ #: library/plugin-settings.php:114
309
+ msgid "WP Post (recommended)"
310
+ msgstr "WP Post (recomandat)"
311
+
312
+ #: library/plugin-settings.php:118
313
+ msgid "WP Page"
314
+ msgstr "WP Page"
315
+
316
+ #: library/plugin-settings.php:134
317
+ msgid "HTML5 Form + Default CSS"
318
+ msgstr "Formular HTML5 + CSS implicit"
319
+
320
+ #: library/plugin-settings.php:134
321
+ msgid "(Recommended)"
322
+ msgstr "(Recomandat)"
323
+
324
+ #: library/plugin-settings.php:138
325
+ msgid "HTML5 Form + Disable CSS"
326
+ msgstr "Formular HTML5 + Dezactivați CSS"
327
+
328
+ #: library/plugin-settings.php:138
329
+ msgid "(Provide your own styles)"
330
+ msgstr "(Oferiți propriile stiluri)"
331
+
332
+ #: library/plugin-settings.php:142
333
+ msgid "Custom Form + Custom CSS"
334
+ msgstr "Formular personalizat + CSS personalizat"
335
+
336
+ #: library/plugin-settings.php:142
337
+ msgid "(Provide your own form template &amp; styles)"
338
+ msgstr "(Furnizați propriul șablon și stiluri de formular)"
339
+
340
+ #: library/plugin-settings.php:158 library/plugin-settings.php:182
341
+ #: library/plugin-settings.php:205 library/plugin-settings.php:229
342
+ msgid "Auto-display before post content"
343
+ msgstr "Afișați automat înainte de a posta conținut"
344
+
345
+ #: library/plugin-settings.php:162 library/plugin-settings.php:186
346
+ #: library/plugin-settings.php:209 library/plugin-settings.php:233
347
+ msgid "Auto-display after post content"
348
+ msgstr "Afișare automată după conținut postat"
349
+
350
+ #: library/plugin-settings.php:166
351
+ msgid "Do not auto-display submitted images"
352
+ msgstr "Nu afișați automat imaginile trimise"
353
+
354
+ #: library/plugin-settings.php:190
355
+ msgid "Do not auto-display submitted email"
356
+ msgstr "Nu afișați automat e-mailurile trimise"
357
+
358
+ #: library/plugin-settings.php:213
359
+ msgid "Do not auto-display submitted URL"
360
+ msgstr "Nu se afișează automat adresa URL trimisă"
361
+
362
+ #: library/plugin-settings.php:237
363
+ msgid "Do not auto-display the Custom Field"
364
+ msgstr "Nu afișați automat câmpul personalizat"
365
+
366
+ #: library/plugin-settings.php:265 library/plugin-settings.php:297
367
+ #: library/plugin-settings.php:330 library/plugin-settings.php:362
368
+ msgid "Display and require"
369
+ msgstr "Afișați și solicitați"
370
+
371
+ #: library/plugin-settings.php:266 library/plugin-settings.php:298
372
+ msgid "Display but do not require"
373
+ msgstr "Afișajul, dar nu este necesar"
374
+
375
+ #: library/plugin-settings.php:267 library/plugin-settings.php:299
376
+ #: library/plugin-settings.php:331 library/plugin-settings.php:363
377
+ msgid "Disable this field"
378
+ msgstr "Dezactivați acest câmp"
379
+
380
+ #: library/plugin-settings.php:302 library/plugin-settings.php:334
381
+ #: library/plugin-settings.php:366 library/plugin-settings.php:398
382
+ msgid "(Visit"
383
+ msgstr "(Vizita"
384
+
385
+ #: library/plugin-settings.php:303 library/plugin-settings.php:335
386
+ #: library/plugin-settings.php:367 library/plugin-settings.php:399
387
+ msgid "to configure options)"
388
+ msgstr "pentru a configura opțiunile)"
389
+
390
+ #: library/plugin-settings.php:318 library/plugin-settings.php:335
391
+ #: library/plugin-settings.php:1213 library/plugin-settings.php:1218
392
+ msgid "Challenge Question"
393
+ msgstr "intrebare provocatoare"
394
+
395
+ #: library/plugin-settings.php:350 library/plugin-settings.php:367
396
+ #: library/plugin-settings.php:1235
397
+ msgid "Google reCAPTCHA"
398
+ msgstr "Google reCAPTCHA"
399
+
400
+ #: library/plugin-settings.php:382
401
+ msgid "Post Images"
402
+ msgstr "Postați imagini"
403
+
404
+ #: library/plugin-settings.php:394
405
+ msgid "Display"
406
+ msgstr "Afişa"
407
+
408
+ #: library/plugin-settings.php:395
409
+ msgid "Disable"
410
+ msgstr "Dezactivați"
411
+
412
+ #: library/plugin-settings.php:399 library/plugin-settings.php:1296
413
+ msgid "Image Uploads"
414
+ msgstr "Încărcări de imagini"
415
+
416
+ #: library/plugin-settings.php:479
417
+ msgid "Draft"
418
+ msgstr "Proiect"
419
+
420
+ #: library/plugin-settings.php:480
421
+ msgid "Pending (default)"
422
+ msgstr "Pending (implicit)"
423
+
424
+ #: library/plugin-settings.php:481
425
+ msgid "Publish immediately"
426
+ msgstr "Publicați imediat"
427
+
428
+ #: library/plugin-settings.php:482
429
+ msgid "Publish after 1 approved post"
430
+ msgstr "Publicați după 1 post aprobat"
431
+
432
+ #: library/plugin-settings.php:483
433
+ msgid "Publish after "
434
+ msgstr "Publicați după"
435
+
436
+ #: library/plugin-settings.php:483
437
+ msgid " approved posts"
438
+ msgstr " posturi aprobate"
439
+
440
+ #: library/plugin-settings.php:645
441
+ msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
442
+ msgstr "A fost o eroare. Asigurați-vă că ați adăugat un titlu, un anumit conținut și că ați încărcat numai imagini."
443
+
444
+ #: library/plugin-settings.php:659
445
+ msgid "Please select your image(s) to upload."
446
+ msgstr "Selectați imaginile pe care doriți să le încărcați."
447
+
448
+ #: library/plugin-settings.php:665
449
+ msgid "Success! Thank you for your submission."
450
+ msgstr "Succes! Va multumim pentru contributie."
451
+
452
+ #: library/plugin-settings.php:691
453
+ msgid "Email"
454
+ msgstr "E-mail"
455
+
456
+ #: library/plugin-settings.php:692
457
+ msgid "URL"
458
+ msgstr "URL-"
459
+
460
+ #: library/plugin-settings.php:942
461
+ msgid "Toggle all panels"
462
+ msgstr "Schimbați toate panourile"
463
+
464
+ #: library/plugin-settings.php:951
465
+ msgid "We need your support!"
466
+ msgstr "Avem nevoie de sprijinul dvs.!"
467
+
468
+ #: library/plugin-settings.php:955
469
+ msgid "Make a donation via PayPal"
470
+ msgstr "Faceți o donație prin PayPal"
471
+
472
+ #: library/plugin-settings.php:955
473
+ msgid "make a donation"
474
+ msgstr "fa o donatie"
475
+
476
+ #: library/plugin-settings.php:955
477
+ msgid "and/or"
478
+ msgstr "și / sau"
479
+
480
+ #: library/plugin-settings.php:956
481
+ msgid "Rate and review at the Plugin Directory"
482
+ msgstr "Evaluați și revizuiți la Directorul Plugin"
483
+
484
+ #: library/plugin-settings.php:957
485
+ msgid "give this plugin a 5-star rating"
486
+ msgstr "dați acestui plugin un rating de 5 stele"
487
+
488
+ #: library/plugin-settings.php:961
489
+ msgid "Your generous support enables continued development of this free plugin. Thank you!"
490
+ msgstr "Suportul dvs. generos permite dezvoltarea continuă a acestui plugin gratuit. Mulțumesc!"
491
+
492
+ #: library/plugin-settings.php:966
493
+ msgid "Check this box if you have shown support"
494
+ msgstr "Bifați această casetă dacă ați afișat suport"
495
+
496
+ #: library/plugin-settings.php:975
497
+ msgid "Overview"
498
+ msgstr "Prezentare generală"
499
+
500
+ #: library/plugin-settings.php:979
501
+ msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
502
+ msgstr "permite vizitatorilor dvs. să trimită mesaje și să încarce imagini din partea frontală a site-ului dvs."
503
+
504
+ #: library/plugin-settings.php:980
505
+ msgid "For advanced functionality and unlimited forms, check out"
506
+ msgstr "Pentru funcționalitate avansată și forme nelimitate, verificați"
507
+
508
+ #: library/plugin-settings.php:980 library/plugin-settings.php:1354
509
+ msgid "USP Pro"
510
+ msgstr "USP Pro"
511
+
512
+ #: library/plugin-settings.php:981
513
+ msgid "&mdash; the ultimate solution for user-generated content."
514
+ msgstr "& Mdash; soluția finală pentru conținutul generat de utilizatori."
515
+
516
+ #: library/plugin-settings.php:985 library/plugin-settings.php:1002
517
+ msgid "Plugin Settings"
518
+ msgstr "Setările pluginului"
519
+
520
+ #: library/plugin-settings.php:986
521
+ msgid "Display the form"
522
+ msgstr "Afișați formularul"
523
+
524
+ #: library/plugin-settings.php:987 library/plugin-settings.php:1511
525
+ msgid "Plugin Homepage"
526
+ msgstr "Plugin Homepage"
527
+
528
+ #: library/plugin-settings.php:990
529
+ msgid "If you like this plugin, please"
530
+ msgstr "Dacă vă place acest plugin, vă rugăm"
531
+
532
+ #: library/plugin-settings.php:991
533
+ msgid "THANK YOU for your support!"
534
+ msgstr "Iti multumesc pentru sprijin!"
535
+
536
+ #: library/plugin-settings.php:991
537
+ msgid "give it a 5-star rating"
538
+ msgstr "dați-i un rating de 5 stele"
539
+
540
+ #: library/plugin-settings.php:995
541
+ msgid "Unlimited front-end forms"
542
+ msgstr "Formulare frontale nelimitate"
543
+
544
+ #: library/plugin-settings.php:995
545
+ msgid "Get USP Pro"
546
+ msgstr "Obțineți USP Pro"
547
+
548
+ #: library/plugin-settings.php:1005
549
+ msgid "Configure your settings for User Submitted Posts."
550
+ msgstr "Configurați setările pentru mesajele trimise de utilizator."
551
+
552
+ #: library/plugin-settings.php:1007
553
+ msgid "Form Fields"
554
+ msgstr "Câmpuri de formular"
555
+
556
+ #: library/plugin-settings.php:1013
557
+ msgid "User Name"
558
+ msgstr "Nume de utilizator"
559
+
560
+ #: library/plugin-settings.php:1014
561
+ msgid "User Email"
562
+ msgstr "Email utilizator"
563
+
564
+ #: library/plugin-settings.php:1015
565
+ msgid "User URL"
566
+ msgstr "Adresa URL a utilizatorului"
567
+
568
+ #: library/plugin-settings.php:1030
569
+ msgid "General Settings"
570
+ msgstr "setari generale"
571
+
572
+ #: library/plugin-settings.php:1032
573
+ msgid "Note that the default settings work fine for most cases."
574
+ msgstr "Rețineți că setările prestabilite funcționează bine în majoritatea cazurilor."
575
+
576
+ #: library/plugin-settings.php:1037
577
+ msgid "Form Style"
578
+ msgstr "Forma stilului"
579
+
580
+ #: library/plugin-settings.php:1042
581
+ msgid "With this option, you can copy the plugin&rsquo;s default templates:"
582
+ msgstr "Cu această opțiune, puteți să copiați șabloanele implicite ale pluginului:"
583
+
584
+ #: library/plugin-settings.php:1047
585
+ msgid "..and upload them into a directory named"
586
+ msgstr "..și le încărcați într-un director numit"
587
+
588
+ #: library/plugin-settings.php:1047
589
+ msgid "in your theme:"
590
+ msgstr "în tema ta:"
591
+
592
+ #: library/plugin-settings.php:1053
593
+ msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
594
+ msgstr "Acest lucru vă va permite să personalizați forma și stilurile dorite. Pentru mai multe informații, consultați secțiunea \"Formularul de trimitere personalizată\" din secțiunea"
595
+
596
+ #: library/plugin-settings.php:1054
597
+ msgid "Installation Docs"
598
+ msgstr "Documente de instalare"
599
+
600
+ #: library/plugin-settings.php:1055
601
+ msgid "FYI: here is a"
602
+ msgstr "FYI: aici este a"
603
+
604
+ #: library/plugin-settings.php:1055
605
+ msgid "list of USP CSS selectors"
606
+ msgstr "listă de selectori CSS USP"
607
+
608
+ #: library/plugin-settings.php:1061
609
+ msgid "Include JavaScript"
610
+ msgstr "Includeți JavaScript"
611
+
612
+ #: library/plugin-settings.php:1063
613
+ msgid "Check this box if you want to include the external JavaScript files (recommended)."
614
+ msgstr "Bifați această casetă dacă doriți să includeți fișierele JavaScript externe (recomandate)."
615
+
616
+ #: library/plugin-settings.php:1066
617
+ msgid "Targeted Loading"
618
+ msgstr "Încărcare vizată"
619
+
620
+ #: library/plugin-settings.php:1068
621
+ msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
622
+ msgstr "Implicit, CSS & amp; Fisierele JavaScript sunt incarcate pe fiecare pagina. Aici puteți specifica adresa URL a formularului USP pentru a încărca resursele numai în acea pagină. Notă: lăsați goale pentru încărcare pe toate paginile."
623
+
624
+ #: library/plugin-settings.php:1071
625
+ msgid "Post Type"
626
+ msgstr "Tip post"
627
+
628
+ #: library/plugin-settings.php:1074
629
+ msgid "Submit posts as WP Posts or Pages"
630
+ msgstr "Trimiteți postări ca postări sau pagini WP"
631
+
632
+ #: library/plugin-settings.php:1078
633
+ msgid "Post Status"
634
+ msgstr "Post Stare"
635
+
636
+ #: library/plugin-settings.php:1081
637
+ msgid "Post Status for submitted posts"
638
+ msgstr "Postare post pentru postările trimise"
639
+
640
+ #: library/plugin-settings.php:1085
641
+ msgid "Redirect URL"
642
+ msgstr "URL redirectat"
643
+
644
+ #: library/plugin-settings.php:1087
645
+ msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
646
+ msgstr "Specificați o adresă URL pentru a redirecționa utilizatorul după post-trimitere. Lăsați necompletat pentru a redirecționa înapoi la pagina curentă."
647
+
648
+ #: library/plugin-settings.php:1090
649
+ msgid "Success Message"
650
+ msgstr "Mesaj de succes"
651
+
652
+ #: library/plugin-settings.php:1092
653
+ msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
654
+ msgstr "Mesaj de succes care este afișat în cazul în care post-depunerea este de succes. Marcarea de bază este permisă."
655
+
656
+ #: library/plugin-settings.php:1095
657
+ msgid "Error Message"
658
+ msgstr "Mesaj de eroare"
659
+
660
+ #: library/plugin-settings.php:1097
661
+ msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
662
+ msgstr "Mesaj general de eroare care se afișează dacă nu reușiți după trimitere. Marcarea de bază este permisă."
663
+
664
+ #: library/plugin-settings.php:1100
665
+ msgid "Custom Content"
666
+ msgstr "Conținut personalizat"
667
+
668
+ #: library/plugin-settings.php:1102
669
+ msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
670
+ msgstr "Text / marcaj particularizat care trebuie inclus în formularul de trimitere. Lăsați necompletat pentru a dezactiva."
671
+
672
+ #: library/plugin-settings.php:1105
673
+ msgid "Rich Text Editor"
674
+ msgstr "Editor text îmbogățit"
675
+
676
+ #: library/plugin-settings.php:1107
677
+ msgid "Check this box if you want to enable WP rich text editing for submitted posts."
678
+ msgstr "Bifați această casetă dacă doriți să activați editarea textului bogat WP pentru postările trimise."
679
+
680
+ #: library/plugin-settings.php:1110
681
+ msgid "Unique Titles"
682
+ msgstr "Titluri unice"
683
+
684
+ #: library/plugin-settings.php:1112
685
+ msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
686
+ msgstr "Solicitați titlurile postate pentru a fi unice (utile pentru prevenirea mesajelor multiple / duplicate trimise)."
687
+
688
+ #: library/plugin-settings.php:1115
689
+ msgid "Disable Required"
690
+ msgstr "Dezactivați Necesar"
691
+
692
+ #: library/plugin-settings.php:1117
693
+ msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
694
+ msgstr "Dezactivați toate atributele necesare pe câmpurile formularului prestabilit (utile pentru depanarea mesajelor de eroare)."
695
+
696
+ #: library/plugin-settings.php:1120
697
+ msgid "Disable IP Tracking"
698
+ msgstr "Dezactivați urmărirea IP"
699
+
700
+ #: library/plugin-settings.php:1122
701
+ msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
702
+ msgstr "În mod implicit, USP înregistrează adresa IP cu fiecare post trimis. Bifați această casetă pentru a dezactiva toate urmăririle IP."
703
+
704
+ #: library/plugin-settings.php:1125
705
+ msgid "Enable Shortcodes"
706
+ msgstr "Activați codurile scurte"
707
+
708
+ #: library/plugin-settings.php:1127
709
+ msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
710
+ msgstr "Activați codurile scurte din widget-uri. Implicit, WordPress nu permite coduri scurte în widget-uri."
711
+
712
+ #: library/plugin-settings.php:1128
713
+ msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
714
+ msgstr "Această setare permite oricare / toate codurile scurte din widget-uri (chiar și coduri scurte de la alte pluginuri)."
715
+
716
+ #: library/plugin-settings.php:1133 library/plugin-settings.php:1138
717
+ msgid "Categories"
718
+ msgstr "Categorii"
719
+
720
+ #: library/plugin-settings.php:1141
721
+ msgid "Select which categories may be assigned to submitted posts (click to toggle)"
722
+ msgstr "Selectați categoriile care pot fi atribuite postărilor trimise (faceți clic pentru a comuta)"
723
+
724
+ #: library/plugin-settings.php:1149
725
+ msgid "Hidden/Default Category"
726
+ msgstr "Categorie ascuns / implicită"
727
+
728
+ #: library/plugin-settings.php:1151
729
+ msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
730
+ msgstr "Utilizați un câmp ascuns pentru categoria post. Aceasta poate fi utilizată pentru a specifica o categorie implicită atunci când câmpul categoriei este dezactivat."
731
+
732
+ #: library/plugin-settings.php:1154
733
+ msgid "Category ID for Hidden Field"
734
+ msgstr "ID-ul categoriei pentru câmpul ascuns"
735
+
736
+ #: library/plugin-settings.php:1156
737
+ msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
738
+ msgstr "Specificați ID-ul categoriei de utilizat pentru \"Categorie ascunsă / implicită\" & rdquo; opțiune."
739
+
740
+ #: library/plugin-settings.php:1161
741
+ msgid "Users"
742
+ msgstr "Utilizatori"
743
+
744
+ #: library/plugin-settings.php:1166
745
+ msgid "Assigned Author"
746
+ msgstr "Atribuit autor"
747
+
748
+ #: library/plugin-settings.php:1169
749
+ msgid "Specify the user that should be assigned as author for submitted posts."
750
+ msgstr "Specificați utilizatorul care ar trebui să fie atribuit ca autor pentru posturile trimise."
751
+
752
+ #: library/plugin-settings.php:1173
753
+ msgid "Registered Username"
754
+ msgstr "Inregistrati numele de utilizator"
755
+
756
+ #: library/plugin-settings.php:1175
757
+ msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
758
+ msgstr "Utilizați numele de utilizator înregistrat ca autor de post. Valabil atunci când persoana care trimite formularul este conectată la WordPress."
759
+
760
+ #: library/plugin-settings.php:1178
761
+ msgid "User Profile URL"
762
+ msgstr "Adresa URL a profilului de utilizator"
763
+
764
+ #: library/plugin-settings.php:1180
765
+ msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
766
+ msgstr "Folosiți URL-ul de profil al utilizatorului înregistrat drept valoare a câmpului URL. Valabil atunci când persoana care trimite formularul este conectată la WordPress."
767
+
768
+ #: library/plugin-settings.php:1183
769
+ msgid "Require User Login"
770
+ msgstr "Solicitați conectarea utilizatorilor"
771
+
772
+ #: library/plugin-settings.php:1185
773
+ msgid "Require users to be logged in to WordPress to view/submit the form"
774
+ msgstr "Solicitați utilizatorilor să fie conectați la WordPress pentru a vizualiza / trimite formularul"
775
+
776
+ #: library/plugin-settings.php:1188
777
+ msgid "Disable Replace Author"
778
+ msgstr "Dezactivați înlocuirea autorului"
779
+
780
+ #: library/plugin-settings.php:1190
781
+ msgid "Do not replace post author with submitted user name"
782
+ msgstr "Nu înlocuiți autorul postului cu numele de utilizator trimis"
783
+
784
+ #: library/plugin-settings.php:1196
785
+ msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
786
+ msgstr "Aici puteți modifica numele și eticheta utilizate de câmpul personalizat. Puteți activa acest câmp prin setarea câmpurilor formularului de mai sus."
787
+
788
+ #: library/plugin-settings.php:1201
789
+ msgid "Custom Field Name"
790
+ msgstr "Numele câmpului particularizat"
791
+
792
+ #: library/plugin-settings.php:1203
793
+ msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
794
+ msgstr "Utilizați numai litere alfanumerice, subliniere și liniuțe. Dacă nu sunteți sigur, utilizați numele implicit:"
795
+
796
+ #: library/plugin-settings.php:1206
797
+ msgid "Custom Field Label"
798
+ msgstr "Etichetă de etichetă personalizată"
799
+
800
+ #: library/plugin-settings.php:1208
801
+ msgid "This will be displayed as the field label on the form. Default: Custom Field"
802
+ msgstr "Acesta va fi afișat ca etichetă de câmp din formular. Implicit: Câmp obligatoriu"
803
+
804
+ #: library/plugin-settings.php:1220
805
+ msgid "To prevent spam, enter a question that users must answer before submitting the form."
806
+ msgstr "Pentru a preveni spamul, introduceți o întrebare pe care utilizatorii trebuie să o răspundă înainte de a trimite formularul."
807
+
808
+ #: library/plugin-settings.php:1223
809
+ msgid "Challenge Response"
810
+ msgstr "Răspuns la provocare"
811
+
812
+ #: library/plugin-settings.php:1225
813
+ msgid "Enter the *only* correct answer to the challenge question."
814
+ msgstr "Introduceți răspunsul * numai * corect la întrebarea provocată."
815
+
816
+ #: library/plugin-settings.php:1228
817
+ msgid "Case-sensitivity"
818
+ msgstr "Sensibil la majuscule"
819
+
820
+ #: library/plugin-settings.php:1230
821
+ msgid "Check this box if you want the challenge response to be case-sensitive."
822
+ msgstr "Bifați această casetă dacă doriți ca răspunsul la provocare să fie sensibil la minuscule."
823
+
824
+ #: library/plugin-settings.php:1236
825
+ msgid "To enable Google reCAPTCHA, enter your public and private keys."
826
+ msgstr "Pentru a activa Google reCAPTCHA, introduceți cheile publice și private."
827
+
828
+ #: library/plugin-settings.php:1241
829
+ msgid "Public Key"
830
+ msgstr "Cheia publică"
831
+
832
+ #: library/plugin-settings.php:1243
833
+ msgid "Enter your Public Key"
834
+ msgstr "Introduceți cheia publică"
835
+
836
+ #: library/plugin-settings.php:1246
837
+ msgid "Private Key"
838
+ msgstr "Cheia privată"
839
+
840
+ #: library/plugin-settings.php:1248
841
+ msgid "Enter your Private Key"
842
+ msgstr "Introduceți cheia privată"
843
+
844
+ #: library/plugin-settings.php:1253
845
+ msgid "Email Alerts"
846
+ msgstr "Alerte prin e-mail"
847
+
848
+ #: library/plugin-settings.php:1258
849
+ msgid "Receive Email Alert"
850
+ msgstr "Primiți alertă prin e-mail"
851
+
852
+ #: library/plugin-settings.php:1260
853
+ msgid "Check this box if you want to be notified via email for new post submissions."
854
+ msgstr "Bifați această casetă dacă doriți să fiți notificat prin e-mail pentru postările noi trimise."
855
+
856
+ #: library/plugin-settings.php:1263
857
+ msgid "Enable HTML Format"
858
+ msgstr "Activați formatul HTML"
859
+
860
+ #: library/plugin-settings.php:1265
861
+ msgid "Check this box to enable HTML format for email alerts."
862
+ msgstr "Bifați această casetă pentru a activa formatul HTML pentru alerte prin e-mail."
863
+
864
+ #: library/plugin-settings.php:1268
865
+ msgid "Email Address for Alerts"
866
+ msgstr "Adresa de e-mail pentru Alerte"
867
+
868
+ #: library/plugin-settings.php:1270
869
+ msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
870
+ msgstr "Dacă ați bifat caseta pentru a primi alerte prin e-mail, indicați aici adresa (adresele) la care trebuie trimise e-mailurile."
871
+
872
+ #: library/plugin-settings.php:1271
873
+ msgid "Multiple recipients may be included using a comma, like so:"
874
+ msgstr "Destinatarii multipli pot fi incluși cu o virgulă, după cum urmează:"
875
+
876
+ #: library/plugin-settings.php:1274
877
+ msgid "Email &ldquo;From&rdquo; Address"
878
+ msgstr "Email & ldquo; Din & rdquo; Adresa"
879
+
880
+ #: library/plugin-settings.php:1276
881
+ msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
882
+ msgstr "Aici puteți personaliza adresa (adresele) folosită pentru & ldquo; From & rdquo; header (consultați plugin-ul FAQ pentru informații)."
883
+
884
+ #: library/plugin-settings.php:1277
885
+ msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
886
+ msgstr "Dacă sunt specificate mai multe adrese în setarea anterioară, includeți un număr egal de \"From & rdquo; adrese pentru această setare (în aceeași ordine)."
887
+
888
+ #: library/plugin-settings.php:1280
889
+ msgid "Email Alert Subject"
890
+ msgstr "Subiect de alertă pentru e-mail"
891
+
892
+ #: library/plugin-settings.php:1282
893
+ msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
894
+ msgstr "Linia de subiect pentru alertele prin e-mail. Lăsați necompletat pentru a utiliza linia implicită a subiectului. Notă: puteți utiliza următoarele variabile:"
895
+
896
+ #: library/plugin-settings.php:1287
897
+ msgid "Email Alert Message"
898
+ msgstr "Mesaj de alertă prin e-mail"
899
+
900
+ #: library/plugin-settings.php:1289
901
+ msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
902
+ msgstr "Mesaj pentru alertele prin e-mail. Lăsați necompletat pentru a utiliza mesajul implicit. Notă: puteți utiliza următoarele variabile:"
903
+
904
+ #: library/plugin-settings.php:1301
905
+ msgid "Featured Image"
906
+ msgstr "Imagine recomandată"
907
+
908
+ #: library/plugin-settings.php:1303
909
+ msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
910
+ msgstr "Setați imaginile trimise ca Imagini recomandate. Necesită suport tematic pentru Imagini recomandate (aka Post Thumbnails)."
911
+
912
+ #: library/plugin-settings.php:1306
913
+ msgid "Upload Message"
914
+ msgstr "Încărcați mesajul"
915
+
916
+ #: library/plugin-settings.php:1308
917
+ msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
918
+ msgstr "Mesaj care apare lângă câmpul de încărcare. Utile pentru a declara instrucțiunile / politica dvs. de încărcare / etc. Marcarea de bază permisă."
919
+
920
+ #: library/plugin-settings.php:1311
921
+ msgid "&ldquo;Add another image&rdquo; link"
922
+ msgstr "& ldquo; Adăugați o altă imagine & rdquo; legătură"
923
+
924
+ #: library/plugin-settings.php:1313
925
+ msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
926
+ msgstr "Marcare personalizată pentru & ldquo; Adăugați o altă imagine & rdquo; legătură. Lăsați necompletat pentru a utiliza marcajul implicit (recomandat)."
927
+
928
+ #: library/plugin-settings.php:1316
929
+ msgid "Minimum number of images"
930
+ msgstr "Numărul minim de imagini"
931
+
932
+ #: library/plugin-settings.php:1319
933
+ msgid "Specify the minimum number of images."
934
+ msgstr "Specificați numărul minim de imagini."
935
+
936
+ #: library/plugin-settings.php:1323
937
+ msgid "Maximum number of images"
938
+ msgstr "Numărul maxim de imagini"
939
+
940
+ #: library/plugin-settings.php:1326
941
+ msgid "Specify the maximum number of images."
942
+ msgstr "Specificați numărul maxim de imagini."
943
+
944
+ #: library/plugin-settings.php:1330
945
+ msgid "Minimum image width"
946
+ msgstr "Lățimea minimă a imaginii"
947
+
948
+ #: library/plugin-settings.php:1332
949
+ msgid "Specify a minimum width (in pixels) for uploaded images."
950
+ msgstr "Specificați o lățime minimă (în pixeli) pentru imaginile încărcate."
951
+
952
+ #: library/plugin-settings.php:1335
953
+ msgid "Minimum image height"
954
+ msgstr "Înălțimea minimă a imaginii"
955
+
956
+ #: library/plugin-settings.php:1337
957
+ msgid "Specify a minimum height (in pixels) for uploaded images."
958
+ msgstr "Specificați o înălțime minimă (în pixeli) pentru imaginile încărcate."
959
+
960
+ #: library/plugin-settings.php:1340
961
+ msgid "Maximum image width"
962
+ msgstr "Lățimea maximă a imaginii"
963
+
964
+ #: library/plugin-settings.php:1342
965
+ msgid "Specify a maximum width (in pixels) for uploaded images."
966
+ msgstr "Specificați o lățime maximă (în pixeli) pentru imaginile încărcate."
967
+
968
+ #: library/plugin-settings.php:1345
969
+ msgid "Maximum image height"
970
+ msgstr "Inaltimea maxima a imaginii"
971
+
972
+ #: library/plugin-settings.php:1347
973
+ msgid "Specify a maximum height (in pixels) for uploaded images."
974
+ msgstr "Specificați o înălțime maximă (în pixeli) pentru imaginile încărcate."
975
+
976
+ #: library/plugin-settings.php:1350
977
+ msgid "More Options"
978
+ msgstr "Mai multe opțiuni"
979
+
980
+ #: library/plugin-settings.php:1353
981
+ msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
982
+ msgstr "Pentru mai multe opțiuni, cum ar fi abilitatea de a încărca alte tipuri de fișiere (cum ar fi PDF, Word, Zip, videoclipuri și altele), verificați"
983
+
984
+ #: library/plugin-settings.php:1354
985
+ msgid "Go Pro!"
986
+ msgstr "Du-te pro!"
987
+
988
+ #: library/plugin-settings.php:1361
989
+ msgid "Auto-Display Content"
990
+ msgstr "Afișare automată a conținutului"
991
+
992
+ #: library/plugin-settings.php:1366
993
+ msgid "Images Auto-Display"
994
+ msgstr "Imagini Auto-Afișare"
995
+
996
+ #: library/plugin-settings.php:1368
997
+ msgid "Auto-display user-submitted images:"
998
+ msgstr "Afișați automat imaginile trimise de utilizatori:"
999
+
1000
+ #: library/plugin-settings.php:1373
1001
+ msgid "Image Markup"
1002
+ msgstr "Marcarea imaginilor"
1003
+
1004
+ #: library/plugin-settings.php:1375
1005
+ msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1006
+ msgstr "Marcaj de utilizat pentru fiecare imagine trimisă (când este activată afișarea automată). Poate utiliza"
1007
+
1008
+ #: library/plugin-settings.php:1377 library/plugin-settings.php:1390
1009
+ #: library/plugin-settings.php:1403 library/plugin-settings.php:1416
1010
+ msgid "and"
1011
+ msgstr "și"
1012
+
1013
+ #: library/plugin-settings.php:1380
1014
+ msgid "Email Auto-Display"
1015
+ msgstr "Afișarea automată a e-mailurilor"
1016
+
1017
+ #: library/plugin-settings.php:1382
1018
+ msgid "Auto-display user-submitted email:"
1019
+ msgstr "Afișarea automată a e-mailului trimis de utilizator:"
1020
+
1021
+ #: library/plugin-settings.php:1387
1022
+ msgid "Email Markup"
1023
+ msgstr "Marcare e-mail"
1024
+
1025
+ #: library/plugin-settings.php:1389
1026
+ msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1027
+ msgstr "Marcaj de utilizat pentru adresa de e-mail trimisă (când este activată afișarea automată). Poate utiliza"
1028
+
1029
+ #: library/plugin-settings.php:1393
1030
+ msgid "URL Auto-Display"
1031
+ msgstr "Afișarea automată a adreselor URL"
1032
+
1033
+ #: library/plugin-settings.php:1395
1034
+ msgid "Auto-display user-submitted URL:"
1035
+ msgstr "Afișați automat adresa URL trimisă de utilizator:"
1036
+
1037
+ #: library/plugin-settings.php:1400
1038
+ msgid "URL Markup"
1039
+ msgstr "Marcaj URL"
1040
+
1041
+ #: library/plugin-settings.php:1402
1042
+ msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1043
+ msgstr "Marcaj de utilizat pentru adresa URL trimisă (când este activată afișarea automată). Poate utiliza"
1044
+
1045
+ #: library/plugin-settings.php:1406
1046
+ msgid "Custom Field Auto-Display"
1047
+ msgstr "Afișare automată a câmpului personalizat"
1048
+
1049
+ #: library/plugin-settings.php:1408
1050
+ msgid "Auto-display user-submitted Custom Field:"
1051
+ msgstr "Afișarea automată a câmpului personalizat trimis de utilizator:"
1052
+
1053
+ #: library/plugin-settings.php:1413
1054
+ msgid "Custom Field Markup"
1055
+ msgstr "Marcajul câmpului personalizat"
1056
+
1057
+ #: library/plugin-settings.php:1415
1058
+ msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1059
+ msgstr "Marcaj de utilizat pentru câmpul personalizat trimis (când este activată afișarea automată). Poate utiliza"
1060
+
1061
+ #: library/plugin-settings.php:1421 library/plugin-settings.php:1497
1062
+ msgid "Save Settings"
1063
+ msgstr "Salvează setările"
1064
+
1065
+ #: library/plugin-settings.php:1426
1066
+ msgid "Display the Form"
1067
+ msgstr "Afișați formularul"
1068
+
1069
+ #: library/plugin-settings.php:1429
1070
+ msgid "Post-Submit Form"
1071
+ msgstr "Formularul post-trimitere"
1072
+
1073
+ #: library/plugin-settings.php:1430
1074
+ msgid "USP enables you to display a post-submission form anywhere on your site."
1075
+ msgstr "USP vă permite să afișați un formular post-depunere oriunde pe site-ul dvs."
1076
+
1077
+ #: library/plugin-settings.php:1431 library/plugin-settings.php:1438
1078
+ msgid "Use the shortcode to display the form on any WP Post or Page:"
1079
+ msgstr "Utilizați codul scurt pentru a afișa formularul pe orice post WP sau pagină:"
1080
+
1081
+ #: library/plugin-settings.php:1433 library/plugin-settings.php:1440
1082
+ msgid "Or, use the template tag to display the form anywhere in your theme template:"
1083
+ msgstr "Sau utilizați eticheta șablonului pentru a afișa formularul oriunde în șablonul de temă:"
1084
+
1085
+ #: library/plugin-settings.php:1436
1086
+ msgid "Login/Register Form"
1087
+ msgstr "Login / Inregistrare formular"
1088
+
1089
+ #: library/plugin-settings.php:1437
1090
+ msgid "You also can display a form that enables users to log in, register, or reset their password."
1091
+ msgstr "De asemenea, puteți afișa un formular care permite utilizatorilor să se conecteze, să se înregistreze sau să reseta parola."
1092
+
1093
+ #: library/plugin-settings.php:1443
1094
+ msgid "Display Submitted Posts"
1095
+ msgstr "Afișați mesajele trimise"
1096
+
1097
+ #: library/plugin-settings.php:1444
1098
+ msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1099
+ msgstr "Utilizați acest scurtcod pentru a afișa o listă de postări trimise pe orice mesaj WP sau pagină:"
1100
+
1101
+ #: library/plugin-settings.php:1446
1102
+ msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1103
+ msgstr "Sau utilizați eticheta șablon pentru a afișa o listă de postări trimise oriunde în șablonul de temă:"
1104
+
1105
+ #: library/plugin-settings.php:1448
1106
+ msgid "Here are some examples showing how to configure this shortcode:"
1107
+ msgstr "Iată câteva exemple care arată modul de configurare a acestui scurtcod:"
1108
+
1109
+ #: library/plugin-settings.php:1455
1110
+ msgid "Reset Form Button"
1111
+ msgstr "Resetați butonul de formular"
1112
+
1113
+ #: library/plugin-settings.php:1456
1114
+ msgid "This shortcode displays a link that resets the form to its original state:"
1115
+ msgstr "Acest cod scurt prezintă o legătură care resetează formularul în starea originală:"
1116
+
1117
+ #: library/plugin-settings.php:1458
1118
+ msgid "This shortcode accepts the following attributes:"
1119
+ msgstr "Acest scurtcod acceptă următoarele atribute:"
1120
+
1121
+ #: library/plugin-settings.php:1463
1122
+ msgid "Note that the url attribute accepts"
1123
+ msgstr "Rețineți că atributul url acceptă"
1124
+
1125
+ #: library/plugin-settings.php:1463
1126
+ msgid "to get the current URL."
1127
+ msgstr "pentru a obține adresa URL curentă."
1128
+
1129
+ #: library/plugin-settings.php:1465
1130
+ msgid "Access Control"
1131
+ msgstr "Controlul accesului"
1132
+
1133
+ #: library/plugin-settings.php:1466
1134
+ msgid "USP provides three shortcodes to control access and restrict content."
1135
+ msgstr "USP furnizează trei coduri scurte pentru controlul accesului și restricționarea conținutului."
1136
+
1137
+ #: library/plugin-settings.php:1467
1138
+ msgid "Display content only to users with a specific capability:"
1139
+ msgstr "Afișați conținut numai pentru utilizatorii cu o anumită capacitate:"
1140
+
1141
+ #: library/plugin-settings.php:1469
1142
+ msgid "Display content to logged-in users:"
1143
+ msgstr "Afișați conținut pentru utilizatorii conectați:"
1144
+
1145
+ #: library/plugin-settings.php:1471
1146
+ msgid "Display content to visitors only:"
1147
+ msgstr "Afișați conținut numai pentru vizitatori:"
1148
+
1149
+ #: library/plugin-settings.php:1473
1150
+ msgid "Tip:"
1151
+ msgstr "Bacsis:"
1152
+
1153
+ #: library/plugin-settings.php:1473
1154
+ msgid "to include markup in the deny message, you can use"
1155
+ msgstr "pentru a include marcarea în mesajul de respingere, puteți utiliza"
1156
+
1157
+ #: library/plugin-settings.php:1473
1158
+ msgid "to output"
1159
+ msgstr "la ieșire"
1160
+
1161
+ #: library/plugin-settings.php:1475
1162
+ msgid "Example"
1163
+ msgstr "Exemplu"
1164
+
1165
+ #: library/plugin-settings.php:1476
1166
+ msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1167
+ msgstr "Dacă utilizatorul este conectat, afișați formularul post-trimitere; sau dacă utilizatorul nu este conectat, afișați formularul de autentificare:"
1168
+
1169
+ #: library/plugin-settings.php:1488
1170
+ msgid "Restore Defaults"
1171
+ msgstr "Restabiliti setarile de baza"
1172
+
1173
+ #: library/plugin-settings.php:1491
1174
+ msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1175
+ msgstr "Lăsați această opțiune dezactivată pentru a vă aminti setările. Sau, pentru a continua și a restabili opțiunile pluginului implicit: bifați caseta, salvați setările și apoi dezactivați / reactivați pluginul."
1176
+
1177
+ #: library/plugin-settings.php:1495
1178
+ msgid "Restore default options upon plugin deactivation/reactivation."
1179
+ msgstr "Restaurați opțiunile implicite după dezactivarea / reactivarea pluginului."
1180
+
1181
+ #: library/plugin-settings.php:1502
1182
+ msgid "Show Support"
1183
+ msgstr "Afișați suportul"
1184
+
1185
+ #: library/plugin-settings.php:1511
1186
+ msgid "by"
1187
+ msgstr "de"
1188
+
1189
+ #: library/plugin-settings.php:1512
1190
+ msgid "Jeff Starr on Twitter"
1191
+ msgstr "Jeff Starr pe Twitter"
1192
+
1193
+ #: library/plugin-settings.php:1513
1194
+ msgid "Obsessive Web Design &amp; Development"
1195
+ msgstr "Obsessive Web Design & amp; Dezvoltare"
1196
+
1197
+ #: library/plugin-settings.php:1524
1198
+ msgid "Save Preference"
1199
+ msgstr "Salvați preferințele"
1200
+
1201
+ #: library/plugin-settings.php:1531
1202
+ msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1203
+ msgstr "Sigur doriți să restaurați toate opțiunile implicite? (Această acțiune nu poate fi anulată)"
1204
+
1205
+ #: library/support-panel.php:52
1206
+ msgid "Perishable Press Books"
1207
+ msgstr "Carti de presă perisabile"
1208
+
1209
+ #: library/support-panel.php:53
1210
+ msgid "Plugin Planet"
1211
+ msgstr "Plugin Planet"
1212
+
1213
+ #: library/support-panel.php:54
1214
+ msgid "Donate via PayPal"
1215
+ msgstr "Donați prin PayPal"
1216
+
1217
+ #: library/support-panel.php:56
1218
+ msgid "books"
1219
+ msgstr "cărți"
1220
+
1221
+ #: library/support-panel.php:57
1222
+ msgid "plugins"
1223
+ msgstr "Plugin-uri"
1224
+
1225
+ #: library/support-panel.php:58
1226
+ msgid "donation"
1227
+ msgstr "donare"
1228
+
1229
+ #: library/support-panel.php:60
1230
+ msgid "Thank you for using"
1231
+ msgstr "Vă mulțumim că ați folosit"
1232
+
1233
+ #: library/support-panel.php:61
1234
+ msgid "Please show support by purchasing one of my"
1235
+ msgstr "Vă rugăm să arate sprijin prin achiziționarea unuia dintre mine"
1236
+
1237
+ #: library/support-panel.php:62
1238
+ msgid "or"
1239
+ msgstr "sau"
1240
+
1241
+ #: library/support-panel.php:62
1242
+ msgid "or by making a"
1243
+ msgstr "sau prin realizarea unui"
1244
+
1245
+ #: library/support-panel.php:63
1246
+ msgid "Your generous support helps to ensure future development of"
1247
+ msgstr "Sprijinul generos vă ajută să asigurați dezvoltarea viitoare a"
1248
+
1249
+ #: library/support-panel.php:64
1250
+ msgid "and is greatly appreciated."
1251
+ msgstr "și este foarte apreciat."
1252
+
1253
+ #: library/support-panel.php:66
1254
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1255
+ msgstr "Orice donație de dimensiuni mă ajută să continuu să dezvolt acest plugin gratuit și alte resurse WordPress minunate."
1256
+
1257
+ #. Description of the plugin
1258
+ #:
1259
+ msgid "Enables your visitors to submit posts and images from anywhere on your site."
1260
+ msgstr "Permite vizitatorilor dvs. să trimită postări și imagini de oriunde de pe site-ul dvs."
1261
+
1262
+ #. URI of the plugin
1263
+ #:
1264
+ msgid "https://perishablepress.com/user-submitted-posts/"
1265
+ msgstr "https://perishablepress.com/user-submitted-posts/"
1266
+
1267
+ #. Author of the plugin
1268
+ #:
1269
+ msgid "Jeff Starr"
1270
+ msgstr "Jeff Starr"
1271
+
1272
+ #. Author URI of the plugin
1273
+ #:
1274
+ msgid "https://plugin-planet.com/"
1275
+ msgstr "https://plugin-planet.com/"
1276
+
trunk/languages/usp-ru_RU.mo ADDED
Binary file
trunk/languages/usp-ru_RU.po ADDED
@@ -0,0 +1,1276 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "MIME-Version: 1.0\n"
4
+ "Content-Type: text/plain; charset=UTF-8\n"
5
+ "Content-Transfer-Encoding: 8bit\n"
6
+ "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20180316\n"
8
+ "Language: ru\n"
9
+
10
+ #. Name of the plugin
11
+ #: user-submitted-posts.php:44 library/support-panel.php:5
12
+ msgid "User Submitted Posts"
13
+ msgstr "Пользователь отправил сообщения"
14
+
15
+ #: user-submitted-posts.php:81
16
+ msgid "requires WordPress "
17
+ msgstr "требует WordPress"
18
+
19
+ #: user-submitted-posts.php:82
20
+ msgid " or higher, and has been deactivated! "
21
+ msgstr " или выше, и был деактивирован!"
22
+
23
+ #: user-submitted-posts.php:83
24
+ msgid "Please return to the"
25
+ msgstr "Пожалуйста, вернитесь к"
26
+
27
+ #: user-submitted-posts.php:84
28
+ msgid "WordPress Admin Area"
29
+ msgstr "Область администрирования WordPress"
30
+
31
+ #: user-submitted-posts.php:85
32
+ msgid "to upgrade WordPress and try again."
33
+ msgstr "для обновления WordPress и повторите попытку."
34
+
35
+ #: user-submitted-posts.php:125
36
+ msgid "User Submitted Post"
37
+ msgstr "Пользователь отправил сообщение"
38
+
39
+ #: user-submitted-posts.php:419
40
+ msgid "User Submitted Post Info"
41
+ msgstr "Сообщение отправлено"
42
+
43
+ #: user-submitted-posts.php:449
44
+ msgid "Submitter Name: "
45
+ msgstr "Имя отправителя:"
46
+
47
+ #: user-submitted-posts.php:450
48
+ msgid "Submitter Email: "
49
+ msgstr "Отправитель отправителя:"
50
+
51
+ #: user-submitted-posts.php:451
52
+ msgid "Submitter URL: "
53
+ msgstr "URL-адрес отправителя:"
54
+
55
+ #: user-submitted-posts.php:452
56
+ msgid "Submitter IP: "
57
+ msgstr "IP-адрес отправителя:"
58
+
59
+ #: user-submitted-posts.php:503
60
+ msgid "Show USP Posts"
61
+ msgstr "Показать сообщения USP"
62
+
63
+ #: user-submitted-posts.php:504 library/plugin-settings.php:979
64
+ msgid "USP"
65
+ msgstr "USP"
66
+
67
+ #: user-submitted-posts.php:1272
68
+ msgid " files required"
69
+ msgstr " необходимых файлов"
70
+
71
+ #: user-submitted-posts.php:1273
72
+ msgid " file required"
73
+ msgstr " требуется файл"
74
+
75
+ #: user-submitted-posts.php:1275
76
+ msgid " files"
77
+ msgstr " файлы"
78
+
79
+ #: user-submitted-posts.php:1276
80
+ msgid " file"
81
+ msgstr " файл"
82
+
83
+ #: user-submitted-posts.php:1278 user-submitted-posts.php:1279
84
+ #: user-submitted-posts.php:1280 user-submitted-posts.php:1281
85
+ msgid " pixels"
86
+ msgstr " пикселей"
87
+
88
+ #: user-submitted-posts.php:1283 library/core-functions.php:215
89
+ #: library/plugin-settings.php:284 library/plugin-settings.php:303
90
+ #: library/plugin-settings.php:701 library/plugin-settings.php:1195
91
+ msgid "Custom Field"
92
+ msgstr "Пользовательское поле"
93
+
94
+ #: user-submitted-posts.php:1286
95
+ msgid "An error occurred. Please go back and try again."
96
+ msgstr "Произошла ошибка. Пожалуйста вернитесь и попробуйте снова."
97
+
98
+ #: user-submitted-posts.php:1296
99
+ msgid "User login required"
100
+ msgstr "Вход пользователя"
101
+
102
+ #: user-submitted-posts.php:1297
103
+ msgid "User name required"
104
+ msgstr "Требуется имя пользователя"
105
+
106
+ #: user-submitted-posts.php:1298
107
+ msgid "Post title required"
108
+ msgstr "Требуется должность"
109
+
110
+ #: user-submitted-posts.php:1299
111
+ msgid "User URL required"
112
+ msgstr "Требуется URL-адрес пользователя"
113
+
114
+ #: user-submitted-posts.php:1300
115
+ msgid "Post tags required"
116
+ msgstr "Необходимые теги"
117
+
118
+ #: user-submitted-posts.php:1301
119
+ msgid "Post category required"
120
+ msgstr "Требуется должность категории"
121
+
122
+ #: user-submitted-posts.php:1302
123
+ msgid "Post content required"
124
+ msgstr "Требуется содержание сообщения"
125
+
126
+ #: user-submitted-posts.php:1303 user-submitted-posts.php:1304
127
+ msgid "Correct captcha required"
128
+ msgstr "Требуется правильная captcha"
129
+
130
+ #: user-submitted-posts.php:1305
131
+ msgid "User email required"
132
+ msgstr "Требуется электронная почта пользователя"
133
+
134
+ #: user-submitted-posts.php:1306
135
+ msgid "Please check your email and try again"
136
+ msgstr "Проверьте свою электронную почту и повторите попытку."
137
+
138
+ #: user-submitted-posts.php:1307
139
+ msgid "Non-empty value for hidden field"
140
+ msgstr "Непустое значение для скрытого поля"
141
+
142
+ #: user-submitted-posts.php:1308
143
+ msgid "Minimum number of images not met"
144
+ msgstr "Минимальное количество изображений не встречается"
145
+
146
+ #: user-submitted-posts.php:1309
147
+ msgid "Maximum number of images exceeded "
148
+ msgstr "Максимальное количество изображений превышено"
149
+
150
+ #: user-submitted-posts.php:1310
151
+ msgid "Minimum image width not met"
152
+ msgstr "Минимальная ширина изображения не соответствует"
153
+
154
+ #: user-submitted-posts.php:1311
155
+ msgid "Image width exceeds maximum"
156
+ msgstr "Ширина изображения превышает максимальную"
157
+
158
+ #: user-submitted-posts.php:1312
159
+ msgid "Minimum image height not met"
160
+ msgstr "Минимальная высота изображения не соответствует"
161
+
162
+ #: user-submitted-posts.php:1313
163
+ msgid "Image height exceeds maximum"
164
+ msgstr "Высота изображения превышает максимум"
165
+
166
+ #: user-submitted-posts.php:1314
167
+ msgid "File type not allowed (please upload images only)"
168
+ msgstr "Тип файла не разрешен (пожалуйста, загрузите только изображения)"
169
+
170
+ #: user-submitted-posts.php:1315
171
+ msgid " required"
172
+ msgstr " обязательный"
173
+
174
+ #: user-submitted-posts.php:1319
175
+ msgid "File not uploaded. Please check the file and try again."
176
+ msgstr "Файл не загружен. Проверьте файл и повторите попытку."
177
+
178
+ #: user-submitted-posts.php:1323
179
+ msgid "The file(s) could not be uploaded"
180
+ msgstr "Не удалось загрузить файл (ы)"
181
+
182
+ #: user-submitted-posts.php:1325
183
+ msgid "Post not created. Please contact the site administrator for help."
184
+ msgstr "Сообщение не создано. Обратитесь за помощью к администратору сайта."
185
+
186
+ #: user-submitted-posts.php:1326
187
+ msgid "Duplicate post title. Please try again."
188
+ msgstr "Дублированный заголовок. Пожалуйста, попробуйте еще раз."
189
+
190
+ #: user-submitted-posts.php:1336
191
+ msgid "Error: "
192
+ msgstr "Ошибка:"
193
+
194
+ #: user-submitted-posts.php:1362
195
+ msgid "Return to form"
196
+ msgstr "Вернуться к форме"
197
+
198
+ #: user-submitted-posts.php:1392 library/plugin-settings.php:955
199
+ msgid "Please"
200
+ msgstr "пожалуйста"
201
+
202
+ #: user-submitted-posts.php:1393
203
+ msgid "log in"
204
+ msgstr "авторизоваться"
205
+
206
+ #: user-submitted-posts.php:1394
207
+ msgid "to submit content!"
208
+ msgstr "подавать контент!"
209
+
210
+ #: views/submission-form.php:46 views/submission-form-alt.php:55
211
+ msgid "Please complete the required fields."
212
+ msgstr "Заполните необходимые поля."
213
+
214
+ #: views/submission-form.php:56 views/submission-form.php:57
215
+ #: views/submission-form-alt.php:61 views/submission-form-alt.php:62
216
+ msgid "Your Name"
217
+ msgstr "Ваше имя"
218
+
219
+ #: views/submission-form.php:62 views/submission-form.php:63
220
+ #: views/submission-form-alt.php:67 views/submission-form-alt.php:68
221
+ msgid "Your URL"
222
+ msgstr "Ваш URL"
223
+
224
+ #: views/submission-form.php:68 views/submission-form.php:69
225
+ #: views/submission-form-alt.php:73 views/submission-form-alt.php:74
226
+ msgid "Your Email"
227
+ msgstr "Ваш адрес электронной почты"
228
+
229
+ #: views/submission-form.php:74 views/submission-form.php:75
230
+ #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
+ #: library/plugin-settings.php:1016
232
+ msgid "Post Title"
233
+ msgstr "Заголовок поста"
234
+
235
+ #: views/submission-form.php:80 views/submission-form.php:81
236
+ #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
+ #: library/plugin-settings.php:1017
238
+ msgid "Post Tags"
239
+ msgstr "Отправить теги"
240
+
241
+ #: views/submission-form.php:93 views/submission-form-alt.php:98
242
+ msgid "Antispam Question"
243
+ msgstr "Антиспам-вопрос"
244
+
245
+ #: views/submission-form.php:98 views/submission-form-alt.php:103
246
+ #: library/plugin-settings.php:1018
247
+ msgid "Post Category"
248
+ msgstr "Почтовая категория"
249
+
250
+ #: views/submission-form.php:100 views/submission-form-alt.php:105
251
+ msgid "Please select a category.."
252
+ msgstr "Выберите категорию."
253
+
254
+ #: views/submission-form.php:135 views/submission-form.php:136
255
+ #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
+ #: library/plugin-settings.php:1019
257
+ msgid "Post Content"
258
+ msgstr "Сообщение"
259
+
260
+ #: views/submission-form.php:142 views/submission-form-alt.php:147
261
+ msgid "Verification"
262
+ msgstr "верификация"
263
+
264
+ #: views/submission-form.php:149 views/submission-form-alt.php:154
265
+ msgid "Upload an Image"
266
+ msgstr "Загрузить изображение"
267
+
268
+ #: views/submission-form.php:158 views/submission-form-alt.php:163
269
+ msgid "Add another image"
270
+ msgstr "Добавить другое изображение"
271
+
272
+ #: views/submission-form.php:180 views/submission-form-alt.php:185
273
+ msgid "Human verification: leave this field empty."
274
+ msgstr "Проверка человека: оставьте это поле пустым."
275
+
276
+ #: views/submission-form.php:202 views/submission-form-alt.php:207
277
+ msgid "Submit Post"
278
+ msgstr "Отправить сообщение"
279
+
280
+ #: library/shortcode-misc.php:18
281
+ msgid "Reset form"
282
+ msgstr "Сброс форма"
283
+
284
+ #: library/shortcode-misc.php:128
285
+ msgid "View full post"
286
+ msgstr "Посмотреть полную запись"
287
+
288
+ #: library/plugin-settings.php:32
289
+ msgid "Get USP Pro for unlimited forms!"
290
+ msgstr "Получите USP Pro для неограниченных форм!"
291
+
292
+ #: library/plugin-settings.php:33
293
+ msgid "Go Pro"
294
+ msgstr "Go Pro"
295
+
296
+ #: library/plugin-settings.php:37
297
+ msgid "Settings"
298
+ msgstr "настройки"
299
+
300
+ #: library/plugin-settings.php:55
301
+ msgid "Give USP a 5-star rating at WordPress.org"
302
+ msgstr "Дайте USP 5-звездочный рейтинг на WordPress.org"
303
+
304
+ #: library/plugin-settings.php:56
305
+ msgid "Rate this plugin&nbsp;&raquo;"
306
+ msgstr "Оцените этот плагин & nbsp; & raquo;"
307
+
308
+ #: library/plugin-settings.php:114
309
+ msgid "WP Post (recommended)"
310
+ msgstr "Сообщение WP (рекомендуется)"
311
+
312
+ #: library/plugin-settings.php:118
313
+ msgid "WP Page"
314
+ msgstr "Страница WP"
315
+
316
+ #: library/plugin-settings.php:134
317
+ msgid "HTML5 Form + Default CSS"
318
+ msgstr "HTML5 Form + Default CSS"
319
+
320
+ #: library/plugin-settings.php:134
321
+ msgid "(Recommended)"
322
+ msgstr "(Рекомендуемые)"
323
+
324
+ #: library/plugin-settings.php:138
325
+ msgid "HTML5 Form + Disable CSS"
326
+ msgstr "Форма HTML5 + Отключить CSS"
327
+
328
+ #: library/plugin-settings.php:138
329
+ msgid "(Provide your own styles)"
330
+ msgstr "(Предоставьте свои собственные стили)"
331
+
332
+ #: library/plugin-settings.php:142
333
+ msgid "Custom Form + Custom CSS"
334
+ msgstr "Пользовательская форма + пользовательский CSS"
335
+
336
+ #: library/plugin-settings.php:142
337
+ msgid "(Provide your own form template &amp; styles)"
338
+ msgstr "(Предоставьте свой собственный шаблон формы и стили)"
339
+
340
+ #: library/plugin-settings.php:158 library/plugin-settings.php:182
341
+ #: library/plugin-settings.php:205 library/plugin-settings.php:229
342
+ msgid "Auto-display before post content"
343
+ msgstr "Автоматическое отображение перед сообщением"
344
+
345
+ #: library/plugin-settings.php:162 library/plugin-settings.php:186
346
+ #: library/plugin-settings.php:209 library/plugin-settings.php:233
347
+ msgid "Auto-display after post content"
348
+ msgstr "Автоматическое отображение после сообщения"
349
+
350
+ #: library/plugin-settings.php:166
351
+ msgid "Do not auto-display submitted images"
352
+ msgstr "Не выполнять автоматическое отображение представленных изображений"
353
+
354
+ #: library/plugin-settings.php:190
355
+ msgid "Do not auto-display submitted email"
356
+ msgstr "Не автоматически отображать отправленные сообщения электронной почты"
357
+
358
+ #: library/plugin-settings.php:213
359
+ msgid "Do not auto-display submitted URL"
360
+ msgstr "Не показывать отображаемый URL"
361
+
362
+ #: library/plugin-settings.php:237
363
+ msgid "Do not auto-display the Custom Field"
364
+ msgstr "Не выполнять автоматическое отображение настраиваемого поля"
365
+
366
+ #: library/plugin-settings.php:265 library/plugin-settings.php:297
367
+ #: library/plugin-settings.php:330 library/plugin-settings.php:362
368
+ msgid "Display and require"
369
+ msgstr "Отображать и требовать"
370
+
371
+ #: library/plugin-settings.php:266 library/plugin-settings.php:298
372
+ msgid "Display but do not require"
373
+ msgstr "Показать, но не требует"
374
+
375
+ #: library/plugin-settings.php:267 library/plugin-settings.php:299
376
+ #: library/plugin-settings.php:331 library/plugin-settings.php:363
377
+ msgid "Disable this field"
378
+ msgstr "Отключить это поле"
379
+
380
+ #: library/plugin-settings.php:302 library/plugin-settings.php:334
381
+ #: library/plugin-settings.php:366 library/plugin-settings.php:398
382
+ msgid "(Visit"
383
+ msgstr "(Посещение"
384
+
385
+ #: library/plugin-settings.php:303 library/plugin-settings.php:335
386
+ #: library/plugin-settings.php:367 library/plugin-settings.php:399
387
+ msgid "to configure options)"
388
+ msgstr "для настройки параметров)"
389
+
390
+ #: library/plugin-settings.php:318 library/plugin-settings.php:335
391
+ #: library/plugin-settings.php:1213 library/plugin-settings.php:1218
392
+ msgid "Challenge Question"
393
+ msgstr "проблемный вопрос"
394
+
395
+ #: library/plugin-settings.php:350 library/plugin-settings.php:367
396
+ #: library/plugin-settings.php:1235
397
+ msgid "Google reCAPTCHA"
398
+ msgstr "Google reCAPTCHA"
399
+
400
+ #: library/plugin-settings.php:382
401
+ msgid "Post Images"
402
+ msgstr "Изображения"
403
+
404
+ #: library/plugin-settings.php:394
405
+ msgid "Display"
406
+ msgstr "дисплей"
407
+
408
+ #: library/plugin-settings.php:395
409
+ msgid "Disable"
410
+ msgstr "запрещать"
411
+
412
+ #: library/plugin-settings.php:399 library/plugin-settings.php:1296
413
+ msgid "Image Uploads"
414
+ msgstr "Загрузка изображений"
415
+
416
+ #: library/plugin-settings.php:479
417
+ msgid "Draft"
418
+ msgstr "Проект"
419
+
420
+ #: library/plugin-settings.php:480
421
+ msgid "Pending (default)"
422
+ msgstr "Ожидание (по умолчанию)"
423
+
424
+ #: library/plugin-settings.php:481
425
+ msgid "Publish immediately"
426
+ msgstr "Опубликовать сразу"
427
+
428
+ #: library/plugin-settings.php:482
429
+ msgid "Publish after 1 approved post"
430
+ msgstr "Опубликовать после 1 одобренного сообщения"
431
+
432
+ #: library/plugin-settings.php:483
433
+ msgid "Publish after "
434
+ msgstr "Опубликовать после"
435
+
436
+ #: library/plugin-settings.php:483
437
+ msgid " approved posts"
438
+ msgstr " утвержденные должности"
439
+
440
+ #: library/plugin-settings.php:645
441
+ msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
442
+ msgstr "Там была ошибка. Убедитесь, что вы добавили заголовок, некоторый контент и загрузили только изображения."
443
+
444
+ #: library/plugin-settings.php:659
445
+ msgid "Please select your image(s) to upload."
446
+ msgstr "Выберите изображение, которое вы хотите загрузить."
447
+
448
+ #: library/plugin-settings.php:665
449
+ msgid "Success! Thank you for your submission."
450
+ msgstr "Успех! Спасибо за ваше предложение."
451
+
452
+ #: library/plugin-settings.php:691
453
+ msgid "Email"
454
+ msgstr "Эл. адрес"
455
+
456
+ #: library/plugin-settings.php:692
457
+ msgid "URL"
458
+ msgstr "URL"
459
+
460
+ #: library/plugin-settings.php:942
461
+ msgid "Toggle all panels"
462
+ msgstr "Переключить все панели"
463
+
464
+ #: library/plugin-settings.php:951
465
+ msgid "We need your support!"
466
+ msgstr "Нам нужна ваша поддержка!"
467
+
468
+ #: library/plugin-settings.php:955
469
+ msgid "Make a donation via PayPal"
470
+ msgstr "Сделать пожертвование через PayPal"
471
+
472
+ #: library/plugin-settings.php:955
473
+ msgid "make a donation"
474
+ msgstr "Сделать пожертвование"
475
+
476
+ #: library/plugin-settings.php:955
477
+ msgid "and/or"
478
+ msgstr "и / или"
479
+
480
+ #: library/plugin-settings.php:956
481
+ msgid "Rate and review at the Plugin Directory"
482
+ msgstr "Оценить и просмотреть в каталоге плагинов"
483
+
484
+ #: library/plugin-settings.php:957
485
+ msgid "give this plugin a 5-star rating"
486
+ msgstr "дать этому плагину 5-звездочный рейтинг"
487
+
488
+ #: library/plugin-settings.php:961
489
+ msgid "Your generous support enables continued development of this free plugin. Thank you!"
490
+ msgstr "Ваша щедрая поддержка позволяет продолжить разработку этого бесплатного плагина. Спасибо!"
491
+
492
+ #: library/plugin-settings.php:966
493
+ msgid "Check this box if you have shown support"
494
+ msgstr "Установите этот флажок, если вы показали поддержку"
495
+
496
+ #: library/plugin-settings.php:975
497
+ msgid "Overview"
498
+ msgstr "обзор"
499
+
500
+ #: library/plugin-settings.php:979
501
+ msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
502
+ msgstr "позволяет вашим посетителям отправлять сообщения и загружать изображения с внешнего интерфейса вашего сайта."
503
+
504
+ #: library/plugin-settings.php:980
505
+ msgid "For advanced functionality and unlimited forms, check out"
506
+ msgstr "Для расширенной функциональности и неограниченных форм, проверьте"
507
+
508
+ #: library/plugin-settings.php:980 library/plugin-settings.php:1354
509
+ msgid "USP Pro"
510
+ msgstr "USP Pro"
511
+
512
+ #: library/plugin-settings.php:981
513
+ msgid "&mdash; the ultimate solution for user-generated content."
514
+ msgstr "& Mdash; конечное решение для пользовательского контента."
515
+
516
+ #: library/plugin-settings.php:985 library/plugin-settings.php:1002
517
+ msgid "Plugin Settings"
518
+ msgstr "Настройки плагина"
519
+
520
+ #: library/plugin-settings.php:986
521
+ msgid "Display the form"
522
+ msgstr "Показать форму"
523
+
524
+ #: library/plugin-settings.php:987 library/plugin-settings.php:1511
525
+ msgid "Plugin Homepage"
526
+ msgstr "Домашняя страница плагина"
527
+
528
+ #: library/plugin-settings.php:990
529
+ msgid "If you like this plugin, please"
530
+ msgstr "Если вам нравится этот плагин, пожалуйста,"
531
+
532
+ #: library/plugin-settings.php:991
533
+ msgid "THANK YOU for your support!"
534
+ msgstr "Спасибо за Вашу поддержку!"
535
+
536
+ #: library/plugin-settings.php:991
537
+ msgid "give it a 5-star rating"
538
+ msgstr "дать ему 5-звездочный рейтинг"
539
+
540
+ #: library/plugin-settings.php:995
541
+ msgid "Unlimited front-end forms"
542
+ msgstr "Неограниченные форматы front-end"
543
+
544
+ #: library/plugin-settings.php:995
545
+ msgid "Get USP Pro"
546
+ msgstr "Получить USP Pro"
547
+
548
+ #: library/plugin-settings.php:1005
549
+ msgid "Configure your settings for User Submitted Posts."
550
+ msgstr "Настройте свои настройки для отправленных пользователем сообщений."
551
+
552
+ #: library/plugin-settings.php:1007
553
+ msgid "Form Fields"
554
+ msgstr "Поля формы"
555
+
556
+ #: library/plugin-settings.php:1013
557
+ msgid "User Name"
558
+ msgstr "Имя пользователя"
559
+
560
+ #: library/plugin-settings.php:1014
561
+ msgid "User Email"
562
+ msgstr "Электронная почта пользователя"
563
+
564
+ #: library/plugin-settings.php:1015
565
+ msgid "User URL"
566
+ msgstr "URL-адрес пользователя"
567
+
568
+ #: library/plugin-settings.php:1030
569
+ msgid "General Settings"
570
+ msgstr "общие настройки"
571
+
572
+ #: library/plugin-settings.php:1032
573
+ msgid "Note that the default settings work fine for most cases."
574
+ msgstr "Обратите внимание, что настройки по умолчанию работают нормально в большинстве случаев."
575
+
576
+ #: library/plugin-settings.php:1037
577
+ msgid "Form Style"
578
+ msgstr "Стиль формы"
579
+
580
+ #: library/plugin-settings.php:1042
581
+ msgid "With this option, you can copy the plugin&rsquo;s default templates:"
582
+ msgstr "С помощью этой опции вы можете скопировать шаблоны по умолчанию plugin & rsquo; s:"
583
+
584
+ #: library/plugin-settings.php:1047
585
+ msgid "..and upload them into a directory named"
586
+ msgstr ".. и загрузить их в каталог с именем"
587
+
588
+ #: library/plugin-settings.php:1047
589
+ msgid "in your theme:"
590
+ msgstr "в вашей теме:"
591
+
592
+ #: library/plugin-settings.php:1053
593
+ msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
594
+ msgstr "Это позволит вам настроить форму и стили по желанию. Для получения дополнительной информации ознакомьтесь с разделом «Пользовательская форма отправки» в"
595
+
596
+ #: library/plugin-settings.php:1054
597
+ msgid "Installation Docs"
598
+ msgstr "Документация по установке"
599
+
600
+ #: library/plugin-settings.php:1055
601
+ msgid "FYI: here is a"
602
+ msgstr "FYI: вот"
603
+
604
+ #: library/plugin-settings.php:1055
605
+ msgid "list of USP CSS selectors"
606
+ msgstr "список селекторов CSS USP"
607
+
608
+ #: library/plugin-settings.php:1061
609
+ msgid "Include JavaScript"
610
+ msgstr "Включить JavaScript"
611
+
612
+ #: library/plugin-settings.php:1063
613
+ msgid "Check this box if you want to include the external JavaScript files (recommended)."
614
+ msgstr "Установите этот флажок, если вы хотите включить внешние файлы JavaScript (рекомендуется)."
615
+
616
+ #: library/plugin-settings.php:1066
617
+ msgid "Targeted Loading"
618
+ msgstr "Целевая загрузка"
619
+
620
+ #: library/plugin-settings.php:1068
621
+ msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
622
+ msgstr "По умолчанию внешний CSS & amp; Файлы JavaScript загружаются на каждую страницу. Здесь вы можете указать URL-адрес формы USP для загрузки ресурсов только на этой странице. Примечание: оставьте пустым для загрузки на всех страницах."
623
+
624
+ #: library/plugin-settings.php:1071
625
+ msgid "Post Type"
626
+ msgstr "Тип сообщения"
627
+
628
+ #: library/plugin-settings.php:1074
629
+ msgid "Submit posts as WP Posts or Pages"
630
+ msgstr "Отправить сообщения как сообщения WP или страницы"
631
+
632
+ #: library/plugin-settings.php:1078
633
+ msgid "Post Status"
634
+ msgstr "Состояние сообщения"
635
+
636
+ #: library/plugin-settings.php:1081
637
+ msgid "Post Status for submitted posts"
638
+ msgstr "Сообщение о статусе отправленных сообщений"
639
+
640
+ #: library/plugin-settings.php:1085
641
+ msgid "Redirect URL"
642
+ msgstr "URL-адрес перенаправления"
643
+
644
+ #: library/plugin-settings.php:1087
645
+ msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
646
+ msgstr "Укажите URL-адрес для перенаправления пользователя после отправки. Оставьте пустым, чтобы перенаправить обратно на текущую страницу."
647
+
648
+ #: library/plugin-settings.php:1090
649
+ msgid "Success Message"
650
+ msgstr "Сообщение о успехе"
651
+
652
+ #: library/plugin-settings.php:1092
653
+ msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
654
+ msgstr "Сообщение об успешном завершении, которое отображается, если успешное завершение публикации. Базовая разметка разрешена."
655
+
656
+ #: library/plugin-settings.php:1095
657
+ msgid "Error Message"
658
+ msgstr "Сообщение об ошибке"
659
+
660
+ #: library/plugin-settings.php:1097
661
+ msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
662
+ msgstr "Общее сообщение об ошибке, которое отображается, если сообщение не выполнено. Базовая разметка разрешена."
663
+
664
+ #: library/plugin-settings.php:1100
665
+ msgid "Custom Content"
666
+ msgstr "Пользовательский контент"
667
+
668
+ #: library/plugin-settings.php:1102
669
+ msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
670
+ msgstr "Пользовательский текст / разметка должен быть включен перед формой отправки. Оставьте пустым для отключения."
671
+
672
+ #: library/plugin-settings.php:1105
673
+ msgid "Rich Text Editor"
674
+ msgstr "Редактор Rich Text Editor"
675
+
676
+ #: library/plugin-settings.php:1107
677
+ msgid "Check this box if you want to enable WP rich text editing for submitted posts."
678
+ msgstr "Установите этот флажок, если вы хотите включить редактирование текста WP для опубликованных сообщений."
679
+
680
+ #: library/plugin-settings.php:1110
681
+ msgid "Unique Titles"
682
+ msgstr "Уникальные названия"
683
+
684
+ #: library/plugin-settings.php:1112
685
+ msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
686
+ msgstr "Требовать, чтобы опубликованные титулы были уникальными (полезно для предотвращения множественных / дублированных отправленных сообщений)."
687
+
688
+ #: library/plugin-settings.php:1115
689
+ msgid "Disable Required"
690
+ msgstr "Отключить обязательное"
691
+
692
+ #: library/plugin-settings.php:1117
693
+ msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
694
+ msgstr "Отключите все обязательные атрибуты в полях формы по умолчанию (полезно для устранения неполадок с сообщениями об ошибках)."
695
+
696
+ #: library/plugin-settings.php:1120
697
+ msgid "Disable IP Tracking"
698
+ msgstr "Отключить отслеживание IP-адресов"
699
+
700
+ #: library/plugin-settings.php:1122
701
+ msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
702
+ msgstr "По умолчанию USP записывает IP-адрес с каждым отправленным сообщением. Установите этот флажок, чтобы отключить все отслеживание IP-адресов."
703
+
704
+ #: library/plugin-settings.php:1125
705
+ msgid "Enable Shortcodes"
706
+ msgstr "Включить короткие коды"
707
+
708
+ #: library/plugin-settings.php:1127
709
+ msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
710
+ msgstr "Включить короткие коды в виджетах. По умолчанию WordPress не включает короткие коды в виджетах."
711
+
712
+ #: library/plugin-settings.php:1128
713
+ msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
714
+ msgstr "Этот параметр позволяет использовать любые / короткие коды в виджетах (даже короткие коды из других плагинов)."
715
+
716
+ #: library/plugin-settings.php:1133 library/plugin-settings.php:1138
717
+ msgid "Categories"
718
+ msgstr "категории"
719
+
720
+ #: library/plugin-settings.php:1141
721
+ msgid "Select which categories may be assigned to submitted posts (click to toggle)"
722
+ msgstr "Выберите, какие категории могут быть присвоены отправленным сообщениям (нажмите, чтобы переключить)"
723
+
724
+ #: library/plugin-settings.php:1149
725
+ msgid "Hidden/Default Category"
726
+ msgstr "Скрытая / стандартная категория"
727
+
728
+ #: library/plugin-settings.php:1151
729
+ msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
730
+ msgstr "Используйте скрытое поле для категории сообщений. Это можно использовать для указания категории по умолчанию, когда поле категории отключено."
731
+
732
+ #: library/plugin-settings.php:1154
733
+ msgid "Category ID for Hidden Field"
734
+ msgstr "Идентификатор категории для скрытого поля"
735
+
736
+ #: library/plugin-settings.php:1156
737
+ msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
738
+ msgstr "Укажите идентификатор категории, которая будет использоваться для категории & ldquo; Hidden / Default Category & rdquo; вариант."
739
+
740
+ #: library/plugin-settings.php:1161
741
+ msgid "Users"
742
+ msgstr "пользователей"
743
+
744
+ #: library/plugin-settings.php:1166
745
+ msgid "Assigned Author"
746
+ msgstr "Назначенный автор"
747
+
748
+ #: library/plugin-settings.php:1169
749
+ msgid "Specify the user that should be assigned as author for submitted posts."
750
+ msgstr "Укажите пользователя, который должен быть назначен автором для отправленных сообщений."
751
+
752
+ #: library/plugin-settings.php:1173
753
+ msgid "Registered Username"
754
+ msgstr "Зарегистрированное имя пользователя"
755
+
756
+ #: library/plugin-settings.php:1175
757
+ msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
758
+ msgstr "Используйте зарегистрированное имя пользователя в качестве автора сообщения. Действителен, когда лицо, отправляющее форму, входит в систему WordPress."
759
+
760
+ #: library/plugin-settings.php:1178
761
+ msgid "User Profile URL"
762
+ msgstr "URL профиля пользователя"
763
+
764
+ #: library/plugin-settings.php:1180
765
+ msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
766
+ msgstr "Используйте URL-адрес зарегистрированного пользователя и URL-адрес в качестве значения поля URL. Действителен, когда лицо, отправляющее форму, входит в систему WordPress."
767
+
768
+ #: library/plugin-settings.php:1183
769
+ msgid "Require User Login"
770
+ msgstr "Требовать входа пользователя"
771
+
772
+ #: library/plugin-settings.php:1185
773
+ msgid "Require users to be logged in to WordPress to view/submit the form"
774
+ msgstr "Требовать от пользователей входа в WordPress для просмотра / отправки формы"
775
+
776
+ #: library/plugin-settings.php:1188
777
+ msgid "Disable Replace Author"
778
+ msgstr "Отключить замену автора"
779
+
780
+ #: library/plugin-settings.php:1190
781
+ msgid "Do not replace post author with submitted user name"
782
+ msgstr "Не заменять автора сообщения предоставленным именем пользователя"
783
+
784
+ #: library/plugin-settings.php:1196
785
+ msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
786
+ msgstr "Здесь вы можете изменить имя и метку, используемые в пользовательском поле. Вы можете включить это поле с помощью настроек полей формы выше."
787
+
788
+ #: library/plugin-settings.php:1201
789
+ msgid "Custom Field Name"
790
+ msgstr "Имя пользовательского поля"
791
+
792
+ #: library/plugin-settings.php:1203
793
+ msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
794
+ msgstr "Используйте только буквенно-цифровые символы, символы подчеркивания и тире. Если вы не уверены, используйте имя по умолчанию:"
795
+
796
+ #: library/plugin-settings.php:1206
797
+ msgid "Custom Field Label"
798
+ msgstr "Пользовательская метка поля"
799
+
800
+ #: library/plugin-settings.php:1208
801
+ msgid "This will be displayed as the field label on the form. Default: Custom Field"
802
+ msgstr "Это будет отображаться как метка поля в форме. По умолчанию: пользовательское поле"
803
+
804
+ #: library/plugin-settings.php:1220
805
+ msgid "To prevent spam, enter a question that users must answer before submitting the form."
806
+ msgstr "Чтобы предотвратить спам, введите вопрос, на который пользователи должны ответить перед отправкой формы."
807
+
808
+ #: library/plugin-settings.php:1223
809
+ msgid "Challenge Response"
810
+ msgstr "Ответ на вызов"
811
+
812
+ #: library/plugin-settings.php:1225
813
+ msgid "Enter the *only* correct answer to the challenge question."
814
+ msgstr "Введите * только * правильный ответ на заданный вопрос."
815
+
816
+ #: library/plugin-settings.php:1228
817
+ msgid "Case-sensitivity"
818
+ msgstr "Чувствительность к регистру"
819
+
820
+ #: library/plugin-settings.php:1230
821
+ msgid "Check this box if you want the challenge response to be case-sensitive."
822
+ msgstr "Установите этот флажок, если вы хотите, чтобы ответ на запрос был чувствительным к регистру."
823
+
824
+ #: library/plugin-settings.php:1236
825
+ msgid "To enable Google reCAPTCHA, enter your public and private keys."
826
+ msgstr "Чтобы включить Google reCAPTCHA, введите общедоступные и закрытые ключи."
827
+
828
+ #: library/plugin-settings.php:1241
829
+ msgid "Public Key"
830
+ msgstr "Открытый ключ"
831
+
832
+ #: library/plugin-settings.php:1243
833
+ msgid "Enter your Public Key"
834
+ msgstr "Введите свой открытый ключ"
835
+
836
+ #: library/plugin-settings.php:1246
837
+ msgid "Private Key"
838
+ msgstr "Закрытый ключ"
839
+
840
+ #: library/plugin-settings.php:1248
841
+ msgid "Enter your Private Key"
842
+ msgstr "Введите секретный ключ"
843
+
844
+ #: library/plugin-settings.php:1253
845
+ msgid "Email Alerts"
846
+ msgstr "Уведомления по электронной почте"
847
+
848
+ #: library/plugin-settings.php:1258
849
+ msgid "Receive Email Alert"
850
+ msgstr "Получать оповещение по электронной почте"
851
+
852
+ #: library/plugin-settings.php:1260
853
+ msgid "Check this box if you want to be notified via email for new post submissions."
854
+ msgstr "Установите этот флажок, если вы хотите получать уведомления по электронной почте для новых сообщений."
855
+
856
+ #: library/plugin-settings.php:1263
857
+ msgid "Enable HTML Format"
858
+ msgstr "Включить HTML-формат"
859
+
860
+ #: library/plugin-settings.php:1265
861
+ msgid "Check this box to enable HTML format for email alerts."
862
+ msgstr "Установите этот флажок, чтобы включить формат HTML для оповещений по электронной почте."
863
+
864
+ #: library/plugin-settings.php:1268
865
+ msgid "Email Address for Alerts"
866
+ msgstr "Адрес электронной почты для оповещений"
867
+
868
+ #: library/plugin-settings.php:1270
869
+ msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
870
+ msgstr "Если вы установили флажок для получения уведомлений по электронной почте, укажите здесь адреса (адреса), на которые следует отправлять электронные письма."
871
+
872
+ #: library/plugin-settings.php:1271
873
+ msgid "Multiple recipients may be included using a comma, like so:"
874
+ msgstr "Несколько получателей могут быть включены с помощью запятой, например:"
875
+
876
+ #: library/plugin-settings.php:1274
877
+ msgid "Email &ldquo;From&rdquo; Address"
878
+ msgstr "Email & ldquo; From & rdquo; Адрес"
879
+
880
+ #: library/plugin-settings.php:1276
881
+ msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
882
+ msgstr "Здесь вы можете настроить адреса, используемые для & ldquo; From & rdquo; header (см. дополнительные сведения о плагинах для информации)."
883
+
884
+ #: library/plugin-settings.php:1277
885
+ msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
886
+ msgstr "Если несколько адресов указаны в предыдущей настройке, включите равное количество & ldquo; From & rdquo; адреса для этой настройки (в том же порядке)."
887
+
888
+ #: library/plugin-settings.php:1280
889
+ msgid "Email Alert Subject"
890
+ msgstr "Email Alert Subject"
891
+
892
+ #: library/plugin-settings.php:1282
893
+ msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
894
+ msgstr "Тема для оповещений по электронной почте. Оставьте поле пустым, чтобы использовать строку темы по умолчанию. Примечание. Вы можете использовать следующие переменные:"
895
+
896
+ #: library/plugin-settings.php:1287
897
+ msgid "Email Alert Message"
898
+ msgstr "Сообщение электронной почты"
899
+
900
+ #: library/plugin-settings.php:1289
901
+ msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
902
+ msgstr "Сообщение для оповещений по электронной почте. Оставьте поле пустым, чтобы использовать сообщение по умолчанию. Примечание. Вы можете использовать следующие переменные:"
903
+
904
+ #: library/plugin-settings.php:1301
905
+ msgid "Featured Image"
906
+ msgstr "Популярные изображения"
907
+
908
+ #: library/plugin-settings.php:1303
909
+ msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
910
+ msgstr "Установите представленные изображения в качестве избранных изображений. Требуется поддержка темы для избранных изображений (aka Post Thumbnails)."
911
+
912
+ #: library/plugin-settings.php:1306
913
+ msgid "Upload Message"
914
+ msgstr "Загрузить сообщение"
915
+
916
+ #: library/plugin-settings.php:1308
917
+ msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
918
+ msgstr "Сообщение, появившееся рядом с полем загрузки. Полезно для указания рекомендаций по загрузке / политики и т. Д. Разрешена основная разметка."
919
+
920
+ #: library/plugin-settings.php:1311
921
+ msgid "&ldquo;Add another image&rdquo; link"
922
+ msgstr "& ldquo; Добавьте другое изображение & rdquo; ссылка"
923
+
924
+ #: library/plugin-settings.php:1313
925
+ msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
926
+ msgstr "Пользовательская разметка для & ldquo; Добавить другое изображение & rdquo; ссылка. Оставьте поле пустым, чтобы использовать разметку по умолчанию (рекомендуется)."
927
+
928
+ #: library/plugin-settings.php:1316
929
+ msgid "Minimum number of images"
930
+ msgstr "Минимальное количество изображений"
931
+
932
+ #: library/plugin-settings.php:1319
933
+ msgid "Specify the minimum number of images."
934
+ msgstr "Укажите минимальное количество изображений."
935
+
936
+ #: library/plugin-settings.php:1323
937
+ msgid "Maximum number of images"
938
+ msgstr "Максимальное количество изображений"
939
+
940
+ #: library/plugin-settings.php:1326
941
+ msgid "Specify the maximum number of images."
942
+ msgstr "Укажите максимальное количество изображений."
943
+
944
+ #: library/plugin-settings.php:1330
945
+ msgid "Minimum image width"
946
+ msgstr "Минимальная ширина изображения"
947
+
948
+ #: library/plugin-settings.php:1332
949
+ msgid "Specify a minimum width (in pixels) for uploaded images."
950
+ msgstr "Укажите минимальную ширину (в пикселях) для загруженных изображений."
951
+
952
+ #: library/plugin-settings.php:1335
953
+ msgid "Minimum image height"
954
+ msgstr "Минимальная высота изображения"
955
+
956
+ #: library/plugin-settings.php:1337
957
+ msgid "Specify a minimum height (in pixels) for uploaded images."
958
+ msgstr "Укажите минимальную высоту (в пикселях) для загруженных изображений."
959
+
960
+ #: library/plugin-settings.php:1340
961
+ msgid "Maximum image width"
962
+ msgstr "Максимальная ширина изображения"
963
+
964
+ #: library/plugin-settings.php:1342
965
+ msgid "Specify a maximum width (in pixels) for uploaded images."
966
+ msgstr "Укажите максимальную ширину (в пикселях) для загруженных изображений."
967
+
968
+ #: library/plugin-settings.php:1345
969
+ msgid "Maximum image height"
970
+ msgstr "Максимальная высота изображения"
971
+
972
+ #: library/plugin-settings.php:1347
973
+ msgid "Specify a maximum height (in pixels) for uploaded images."
974
+ msgstr "Укажите максимальную высоту (в пикселях) для загруженных изображений."
975
+
976
+ #: library/plugin-settings.php:1350
977
+ msgid "More Options"
978
+ msgstr "Больше вариантов"
979
+
980
+ #: library/plugin-settings.php:1353
981
+ msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
982
+ msgstr "Для получения дополнительных возможностей, таких как возможность загрузки других типов файлов (например, PDF, Word, Zip, видео и т. Д.), Проверьте"
983
+
984
+ #: library/plugin-settings.php:1354
985
+ msgid "Go Pro!"
986
+ msgstr "Go Pro!"
987
+
988
+ #: library/plugin-settings.php:1361
989
+ msgid "Auto-Display Content"
990
+ msgstr "Содержимое для автоматического отображения"
991
+
992
+ #: library/plugin-settings.php:1366
993
+ msgid "Images Auto-Display"
994
+ msgstr "Авто-дисплей изображений"
995
+
996
+ #: library/plugin-settings.php:1368
997
+ msgid "Auto-display user-submitted images:"
998
+ msgstr "Автоматическое отображение изображений, отправленных пользователем:"
999
+
1000
+ #: library/plugin-settings.php:1373
1001
+ msgid "Image Markup"
1002
+ msgstr "Разметка изображения"
1003
+
1004
+ #: library/plugin-settings.php:1375
1005
+ msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1006
+ msgstr "Разметка для каждого представленного изображения (при включенном автообновлении). Можешь использовать"
1007
+
1008
+ #: library/plugin-settings.php:1377 library/plugin-settings.php:1390
1009
+ #: library/plugin-settings.php:1403 library/plugin-settings.php:1416
1010
+ msgid "and"
1011
+ msgstr "а также"
1012
+
1013
+ #: library/plugin-settings.php:1380
1014
+ msgid "Email Auto-Display"
1015
+ msgstr "Автообновление электронной почты"
1016
+
1017
+ #: library/plugin-settings.php:1382
1018
+ msgid "Auto-display user-submitted email:"
1019
+ msgstr "Авто-отображение отправленного пользователем сообщения электронной почты:"
1020
+
1021
+ #: library/plugin-settings.php:1387
1022
+ msgid "Email Markup"
1023
+ msgstr "Разметка по электронной почте"
1024
+
1025
+ #: library/plugin-settings.php:1389
1026
+ msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1027
+ msgstr "Разметка для использования для отправленного адреса электронной почты (при включенном автообновлении). Можешь использовать"
1028
+
1029
+ #: library/plugin-settings.php:1393
1030
+ msgid "URL Auto-Display"
1031
+ msgstr "Авто-дисплей URL"
1032
+
1033
+ #: library/plugin-settings.php:1395
1034
+ msgid "Auto-display user-submitted URL:"
1035
+ msgstr "Автоматическое отображение URL-адреса пользователя:"
1036
+
1037
+ #: library/plugin-settings.php:1400
1038
+ msgid "URL Markup"
1039
+ msgstr "Разметка URL"
1040
+
1041
+ #: library/plugin-settings.php:1402
1042
+ msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1043
+ msgstr "Разметка для использования для отправленного URL (при включенном автообновлении). Можешь использовать"
1044
+
1045
+ #: library/plugin-settings.php:1406
1046
+ msgid "Custom Field Auto-Display"
1047
+ msgstr "Пользовательский полевой автообновление"
1048
+
1049
+ #: library/plugin-settings.php:1408
1050
+ msgid "Auto-display user-submitted Custom Field:"
1051
+ msgstr "Автоматическое отображение пользовательского поля пользователя:"
1052
+
1053
+ #: library/plugin-settings.php:1413
1054
+ msgid "Custom Field Markup"
1055
+ msgstr "Индивидуальная разметка поля"
1056
+
1057
+ #: library/plugin-settings.php:1415
1058
+ msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1059
+ msgstr "Разметка для использования для предоставленного пользовательского поля (когда включено автоматическое отображение). Можешь использовать"
1060
+
1061
+ #: library/plugin-settings.php:1421 library/plugin-settings.php:1497
1062
+ msgid "Save Settings"
1063
+ msgstr "Сохранить настройки"
1064
+
1065
+ #: library/plugin-settings.php:1426
1066
+ msgid "Display the Form"
1067
+ msgstr "Показать форму"
1068
+
1069
+ #: library/plugin-settings.php:1429
1070
+ msgid "Post-Submit Form"
1071
+ msgstr "Форма после отправки"
1072
+
1073
+ #: library/plugin-settings.php:1430
1074
+ msgid "USP enables you to display a post-submission form anywhere on your site."
1075
+ msgstr "USP позволяет вам отображать форму после отправки в любом месте вашего сайта."
1076
+
1077
+ #: library/plugin-settings.php:1431 library/plugin-settings.php:1438
1078
+ msgid "Use the shortcode to display the form on any WP Post or Page:"
1079
+ msgstr "Используйте короткий код для отображения формы на любой странице WP или странице:"
1080
+
1081
+ #: library/plugin-settings.php:1433 library/plugin-settings.php:1440
1082
+ msgid "Or, use the template tag to display the form anywhere in your theme template:"
1083
+ msgstr "Или используйте тег шаблона для отображения формы в любом месте шаблона темы:"
1084
+
1085
+ #: library/plugin-settings.php:1436
1086
+ msgid "Login/Register Form"
1087
+ msgstr "Форма входа / регистрации"
1088
+
1089
+ #: library/plugin-settings.php:1437
1090
+ msgid "You also can display a form that enables users to log in, register, or reset their password."
1091
+ msgstr "Вы также можете отображать форму, которая позволяет пользователям регистрироваться, регистрироваться или восстанавливать свой пароль."
1092
+
1093
+ #: library/plugin-settings.php:1443
1094
+ msgid "Display Submitted Posts"
1095
+ msgstr "Показать сообщения за:"
1096
+
1097
+ #: library/plugin-settings.php:1444
1098
+ msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1099
+ msgstr "Используйте этот короткий код, чтобы отобразить список представленных сообщений в любом сообщении WP или странице:"
1100
+
1101
+ #: library/plugin-settings.php:1446
1102
+ msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1103
+ msgstr "Или используйте тег шаблона, чтобы отобразить список отправленных сообщений в любом месте шаблона темы:"
1104
+
1105
+ #: library/plugin-settings.php:1448
1106
+ msgid "Here are some examples showing how to configure this shortcode:"
1107
+ msgstr "Вот несколько примеров, показывающих, как настроить этот короткий код:"
1108
+
1109
+ #: library/plugin-settings.php:1455
1110
+ msgid "Reset Form Button"
1111
+ msgstr "Кнопка сброса формы"
1112
+
1113
+ #: library/plugin-settings.php:1456
1114
+ msgid "This shortcode displays a link that resets the form to its original state:"
1115
+ msgstr "Этот короткий код отображает ссылку, которая сбрасывает форму в исходное состояние:"
1116
+
1117
+ #: library/plugin-settings.php:1458
1118
+ msgid "This shortcode accepts the following attributes:"
1119
+ msgstr "Этот короткий код принимает следующие атрибуты:"
1120
+
1121
+ #: library/plugin-settings.php:1463
1122
+ msgid "Note that the url attribute accepts"
1123
+ msgstr "Обратите внимание, что атрибут url принимает"
1124
+
1125
+ #: library/plugin-settings.php:1463
1126
+ msgid "to get the current URL."
1127
+ msgstr "для получения текущего URL-адреса."
1128
+
1129
+ #: library/plugin-settings.php:1465
1130
+ msgid "Access Control"
1131
+ msgstr "Контроль доступа"
1132
+
1133
+ #: library/plugin-settings.php:1466
1134
+ msgid "USP provides three shortcodes to control access and restrict content."
1135
+ msgstr "USP предоставляет три коротких кода для контроля доступа и ограничения контента."
1136
+
1137
+ #: library/plugin-settings.php:1467
1138
+ msgid "Display content only to users with a specific capability:"
1139
+ msgstr "Отображать контент только для пользователей с определенной способностью:"
1140
+
1141
+ #: library/plugin-settings.php:1469
1142
+ msgid "Display content to logged-in users:"
1143
+ msgstr "Отобразить содержимое для зарегистрированных пользователей:"
1144
+
1145
+ #: library/plugin-settings.php:1471
1146
+ msgid "Display content to visitors only:"
1147
+ msgstr "Показывать только посетителям:"
1148
+
1149
+ #: library/plugin-settings.php:1473
1150
+ msgid "Tip:"
1151
+ msgstr "Наконечник:"
1152
+
1153
+ #: library/plugin-settings.php:1473
1154
+ msgid "to include markup in the deny message, you can use"
1155
+ msgstr "для включения разметки в сообщении об отказе, вы можете использовать"
1156
+
1157
+ #: library/plugin-settings.php:1473
1158
+ msgid "to output"
1159
+ msgstr "выводить"
1160
+
1161
+ #: library/plugin-settings.php:1475
1162
+ msgid "Example"
1163
+ msgstr "пример"
1164
+
1165
+ #: library/plugin-settings.php:1476
1166
+ msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1167
+ msgstr "Если пользователь вошел в систему, отобразите форму после отправки; или если пользователь не вошел в систему, отобразите форму для входа:"
1168
+
1169
+ #: library/plugin-settings.php:1488
1170
+ msgid "Restore Defaults"
1171
+ msgstr "Восстановить значения по умолчанию"
1172
+
1173
+ #: library/plugin-settings.php:1491
1174
+ msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1175
+ msgstr "Оставьте эту опцию отключенной, чтобы запомнить ваши настройки. Или, чтобы продолжить и восстановить параметры плагина по умолчанию: установите флажок, сохраните настройки, а затем отключите / активируйте плагин."
1176
+
1177
+ #: library/plugin-settings.php:1495
1178
+ msgid "Restore default options upon plugin deactivation/reactivation."
1179
+ msgstr "Восстановить параметры по умолчанию при отключении / реактивации плагинов."
1180
+
1181
+ #: library/plugin-settings.php:1502
1182
+ msgid "Show Support"
1183
+ msgstr "Показать поддержку"
1184
+
1185
+ #: library/plugin-settings.php:1511
1186
+ msgid "by"
1187
+ msgstr "от"
1188
+
1189
+ #: library/plugin-settings.php:1512
1190
+ msgid "Jeff Starr on Twitter"
1191
+ msgstr "Джефф Старр в Твиттере"
1192
+
1193
+ #: library/plugin-settings.php:1513
1194
+ msgid "Obsessive Web Design &amp; Development"
1195
+ msgstr "Навязчивый веб-дизайн и amp; развитие"
1196
+
1197
+ #: library/plugin-settings.php:1524
1198
+ msgid "Save Preference"
1199
+ msgstr "Сохранить предпочтение"
1200
+
1201
+ #: library/plugin-settings.php:1531
1202
+ msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1203
+ msgstr "Вы действительно хотите восстановить все параметры по умолчанию? (Это действие не может быть отменено)"
1204
+
1205
+ #: library/support-panel.php:52
1206
+ msgid "Perishable Press Books"
1207
+ msgstr "Скоропортящиеся прессы"
1208
+
1209
+ #: library/support-panel.php:53
1210
+ msgid "Plugin Planet"
1211
+ msgstr "Планета Планета"
1212
+
1213
+ #: library/support-panel.php:54
1214
+ msgid "Donate via PayPal"
1215
+ msgstr "Пожертвовать через PayPal"
1216
+
1217
+ #: library/support-panel.php:56
1218
+ msgid "books"
1219
+ msgstr "книги"
1220
+
1221
+ #: library/support-panel.php:57
1222
+ msgid "plugins"
1223
+ msgstr "плагины"
1224
+
1225
+ #: library/support-panel.php:58
1226
+ msgid "donation"
1227
+ msgstr "пожертвование"
1228
+
1229
+ #: library/support-panel.php:60
1230
+ msgid "Thank you for using"
1231
+ msgstr "Спасибо за использование"
1232
+
1233
+ #: library/support-panel.php:61
1234
+ msgid "Please show support by purchasing one of my"
1235
+ msgstr "Пожалуйста, подтвердите поддержку, купив один из моих"
1236
+
1237
+ #: library/support-panel.php:62
1238
+ msgid "or"
1239
+ msgstr "или"
1240
+
1241
+ #: library/support-panel.php:62
1242
+ msgid "or by making a"
1243
+ msgstr "или путем"
1244
+
1245
+ #: library/support-panel.php:63
1246
+ msgid "Your generous support helps to ensure future development of"
1247
+ msgstr "Ваша щедрая поддержка помогает обеспечить будущее развитие"
1248
+
1249
+ #: library/support-panel.php:64
1250
+ msgid "and is greatly appreciated."
1251
+ msgstr "и очень ценится."
1252
+
1253
+ #: library/support-panel.php:66
1254
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1255
+ msgstr "Пожертвование любого размера помогает мне продолжить разработку этого бесплатного плагина и других потрясающих ресурсов WordPress."
1256
+
1257
+ #. Description of the plugin
1258
+ #:
1259
+ msgid "Enables your visitors to submit posts and images from anywhere on your site."
1260
+ msgstr "Позволяет посетителям отправлять сообщения и изображения из любого места вашего сайта."
1261
+
1262
+ #. URI of the plugin
1263
+ #:
1264
+ msgid "https://perishablepress.com/user-submitted-posts/"
1265
+ msgstr "https://perishablepress.com/user-submitted-posts/"
1266
+
1267
+ #. Author of the plugin
1268
+ #:
1269
+ msgid "Jeff Starr"
1270
+ msgstr "Джефф Старр"
1271
+
1272
+ #. Author URI of the plugin
1273
+ #:
1274
+ msgid "https://plugin-planet.com/"
1275
+ msgstr "https://plugin-planet.com/"
1276
+
trunk/languages/usp-sl_SI.mo ADDED
Binary file
trunk/languages/usp-sl_SI.po ADDED
@@ -0,0 +1,1276 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "MIME-Version: 1.0\n"
4
+ "Content-Type: text/plain; charset=UTF-8\n"
5
+ "Content-Transfer-Encoding: 8bit\n"
6
+ "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20180316\n"
8
+ "Language: sl\n"
9
+
10
+ #. Name of the plugin
11
+ #: user-submitted-posts.php:44 library/support-panel.php:5
12
+ msgid "User Submitted Posts"
13
+ msgstr "Uporabniška sporočila"
14
+
15
+ #: user-submitted-posts.php:81
16
+ msgid "requires WordPress "
17
+ msgstr "zahteva WordPress"
18
+
19
+ #: user-submitted-posts.php:82
20
+ msgid " or higher, and has been deactivated! "
21
+ msgstr " ali višje, in je bil deaktiviran!"
22
+
23
+ #: user-submitted-posts.php:83
24
+ msgid "Please return to the"
25
+ msgstr "Prosim, vrnite se na"
26
+
27
+ #: user-submitted-posts.php:84
28
+ msgid "WordPress Admin Area"
29
+ msgstr "Administracija območja WordPress"
30
+
31
+ #: user-submitted-posts.php:85
32
+ msgid "to upgrade WordPress and try again."
33
+ msgstr "da nadgradite WordPress in poskusite znova."
34
+
35
+ #: user-submitted-posts.php:125
36
+ msgid "User Submitted Post"
37
+ msgstr "Uporabniško poslana objava"
38
+
39
+ #: user-submitted-posts.php:419
40
+ msgid "User Submitted Post Info"
41
+ msgstr "Uporabniško poslane informacije o objavi"
42
+
43
+ #: user-submitted-posts.php:449
44
+ msgid "Submitter Name: "
45
+ msgstr "Ime pošiljatelja:"
46
+
47
+ #: user-submitted-posts.php:450
48
+ msgid "Submitter Email: "
49
+ msgstr "Pošiljatelj e-pošta:"
50
+
51
+ #: user-submitted-posts.php:451
52
+ msgid "Submitter URL: "
53
+ msgstr "URL pošiljatelja:"
54
+
55
+ #: user-submitted-posts.php:452
56
+ msgid "Submitter IP: "
57
+ msgstr "Pošiljatelj IP:"
58
+
59
+ #: user-submitted-posts.php:503
60
+ msgid "Show USP Posts"
61
+ msgstr "Pokaži USP objave"
62
+
63
+ #: user-submitted-posts.php:504 library/plugin-settings.php:979
64
+ msgid "USP"
65
+ msgstr "USP"
66
+
67
+ #: user-submitted-posts.php:1272
68
+ msgid " files required"
69
+ msgstr " zahtevane datoteke"
70
+
71
+ #: user-submitted-posts.php:1273
72
+ msgid " file required"
73
+ msgstr " zahtevana datoteka"
74
+
75
+ #: user-submitted-posts.php:1275
76
+ msgid " files"
77
+ msgstr " datoteke"
78
+
79
+ #: user-submitted-posts.php:1276
80
+ msgid " file"
81
+ msgstr " mapa"
82
+
83
+ #: user-submitted-posts.php:1278 user-submitted-posts.php:1279
84
+ #: user-submitted-posts.php:1280 user-submitted-posts.php:1281
85
+ msgid " pixels"
86
+ msgstr " pikslov"
87
+
88
+ #: user-submitted-posts.php:1283 library/core-functions.php:215
89
+ #: library/plugin-settings.php:284 library/plugin-settings.php:303
90
+ #: library/plugin-settings.php:701 library/plugin-settings.php:1195
91
+ msgid "Custom Field"
92
+ msgstr "Polje po meri"
93
+
94
+ #: user-submitted-posts.php:1286
95
+ msgid "An error occurred. Please go back and try again."
96
+ msgstr "Pojavila se je napaka. Prosimo, pojdite nazaj in poskusite znova."
97
+
98
+ #: user-submitted-posts.php:1296
99
+ msgid "User login required"
100
+ msgstr "Potrebna je prijava uporabnika"
101
+
102
+ #: user-submitted-posts.php:1297
103
+ msgid "User name required"
104
+ msgstr "Potrebno uporabniško ime"
105
+
106
+ #: user-submitted-posts.php:1298
107
+ msgid "Post title required"
108
+ msgstr "Naslov zahtevanega naslova"
109
+
110
+ #: user-submitted-posts.php:1299
111
+ msgid "User URL required"
112
+ msgstr "Potreben uporabniški URL"
113
+
114
+ #: user-submitted-posts.php:1300
115
+ msgid "Post tags required"
116
+ msgstr "Zahteve po oznakah"
117
+
118
+ #: user-submitted-posts.php:1301
119
+ msgid "Post category required"
120
+ msgstr "Zahtevana kategorija pošte"
121
+
122
+ #: user-submitted-posts.php:1302
123
+ msgid "Post content required"
124
+ msgstr "Zahtevajte objavo vsebine"
125
+
126
+ #: user-submitted-posts.php:1303 user-submitted-posts.php:1304
127
+ msgid "Correct captcha required"
128
+ msgstr "Zahtevana je pravilna captcha"
129
+
130
+ #: user-submitted-posts.php:1305
131
+ msgid "User email required"
132
+ msgstr "Potreben uporabniški e-poštni naslov"
133
+
134
+ #: user-submitted-posts.php:1306
135
+ msgid "Please check your email and try again"
136
+ msgstr "Preverite svoj e-poštni naslov in poskusite znova"
137
+
138
+ #: user-submitted-posts.php:1307
139
+ msgid "Non-empty value for hidden field"
140
+ msgstr "Neprazna vrednost za skrito polje"
141
+
142
+ #: user-submitted-posts.php:1308
143
+ msgid "Minimum number of images not met"
144
+ msgstr "Najmanjše število slik ni izpolnjeno"
145
+
146
+ #: user-submitted-posts.php:1309
147
+ msgid "Maximum number of images exceeded "
148
+ msgstr "Največje število slik je preseglo"
149
+
150
+ #: user-submitted-posts.php:1310
151
+ msgid "Minimum image width not met"
152
+ msgstr "Najmanjša širina slike ni izpolnjena"
153
+
154
+ #: user-submitted-posts.php:1311
155
+ msgid "Image width exceeds maximum"
156
+ msgstr "Širina slike presega največ"
157
+
158
+ #: user-submitted-posts.php:1312
159
+ msgid "Minimum image height not met"
160
+ msgstr "Najmanjša višina slike ni izpolnjena"
161
+
162
+ #: user-submitted-posts.php:1313
163
+ msgid "Image height exceeds maximum"
164
+ msgstr "Višina slike presega največ"
165
+
166
+ #: user-submitted-posts.php:1314
167
+ msgid "File type not allowed (please upload images only)"
168
+ msgstr "Vrsta datoteke ni dovoljena (prosimo, naložite samo slike)"
169
+
170
+ #: user-submitted-posts.php:1315
171
+ msgid " required"
172
+ msgstr " zahtevano"
173
+
174
+ #: user-submitted-posts.php:1319
175
+ msgid "File not uploaded. Please check the file and try again."
176
+ msgstr "Datoteka ni naložena. Preverite datoteko in poskusite znova."
177
+
178
+ #: user-submitted-posts.php:1323
179
+ msgid "The file(s) could not be uploaded"
180
+ msgstr "Datoteke ni bilo mogoče naložiti"
181
+
182
+ #: user-submitted-posts.php:1325
183
+ msgid "Post not created. Please contact the site administrator for help."
184
+ msgstr "Objava ni bila ustvarjena. Za pomoč se obrnite na skrbnika spletnega mesta."
185
+
186
+ #: user-submitted-posts.php:1326
187
+ msgid "Duplicate post title. Please try again."
188
+ msgstr "Podvojeni naslovni naslov. Prosim poskusite ponovno."
189
+
190
+ #: user-submitted-posts.php:1336
191
+ msgid "Error: "
192
+ msgstr "Napaka:"
193
+
194
+ #: user-submitted-posts.php:1362
195
+ msgid "Return to form"
196
+ msgstr "Vrni se v obrazec"
197
+
198
+ #: user-submitted-posts.php:1392 library/plugin-settings.php:955
199
+ msgid "Please"
200
+ msgstr "Prosim"
201
+
202
+ #: user-submitted-posts.php:1393
203
+ msgid "log in"
204
+ msgstr "Vpiši se"
205
+
206
+ #: user-submitted-posts.php:1394
207
+ msgid "to submit content!"
208
+ msgstr "predloži vsebino!"
209
+
210
+ #: views/submission-form.php:46 views/submission-form-alt.php:55
211
+ msgid "Please complete the required fields."
212
+ msgstr "Prosimo, izpolnite potrebna polja."
213
+
214
+ #: views/submission-form.php:56 views/submission-form.php:57
215
+ #: views/submission-form-alt.php:61 views/submission-form-alt.php:62
216
+ msgid "Your Name"
217
+ msgstr "Tvoje ime"
218
+
219
+ #: views/submission-form.php:62 views/submission-form.php:63
220
+ #: views/submission-form-alt.php:67 views/submission-form-alt.php:68
221
+ msgid "Your URL"
222
+ msgstr "Vaš URL"
223
+
224
+ #: views/submission-form.php:68 views/submission-form.php:69
225
+ #: views/submission-form-alt.php:73 views/submission-form-alt.php:74
226
+ msgid "Your Email"
227
+ msgstr "Vaš e-poštni naslov"
228
+
229
+ #: views/submission-form.php:74 views/submission-form.php:75
230
+ #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
+ #: library/plugin-settings.php:1016
232
+ msgid "Post Title"
233
+ msgstr "Naslov prispevka"
234
+
235
+ #: views/submission-form.php:80 views/submission-form.php:81
236
+ #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
+ #: library/plugin-settings.php:1017
238
+ msgid "Post Tags"
239
+ msgstr "Objavi oznake"
240
+
241
+ #: views/submission-form.php:93 views/submission-form-alt.php:98
242
+ msgid "Antispam Question"
243
+ msgstr "Antispam vprašanje"
244
+
245
+ #: views/submission-form.php:98 views/submission-form-alt.php:103
246
+ #: library/plugin-settings.php:1018
247
+ msgid "Post Category"
248
+ msgstr "Kategorija objave"
249
+
250
+ #: views/submission-form.php:100 views/submission-form-alt.php:105
251
+ msgid "Please select a category.."
252
+ msgstr "Izberite kategorijo .."
253
+
254
+ #: views/submission-form.php:135 views/submission-form.php:136
255
+ #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
+ #: library/plugin-settings.php:1019
257
+ msgid "Post Content"
258
+ msgstr "Objava vsebine"
259
+
260
+ #: views/submission-form.php:142 views/submission-form-alt.php:147
261
+ msgid "Verification"
262
+ msgstr "Preverjanje"
263
+
264
+ #: views/submission-form.php:149 views/submission-form-alt.php:154
265
+ msgid "Upload an Image"
266
+ msgstr "Naložite sliko"
267
+
268
+ #: views/submission-form.php:158 views/submission-form-alt.php:163
269
+ msgid "Add another image"
270
+ msgstr "Dodaj novo sliko"
271
+
272
+ #: views/submission-form.php:180 views/submission-form-alt.php:185
273
+ msgid "Human verification: leave this field empty."
274
+ msgstr "Človekovo preverjanje: pustite to polje prazno."
275
+
276
+ #: views/submission-form.php:202 views/submission-form-alt.php:207
277
+ msgid "Submit Post"
278
+ msgstr "Pošlji sporočilo"
279
+
280
+ #: library/shortcode-misc.php:18
281
+ msgid "Reset form"
282
+ msgstr "Ponastavitev obrazca"
283
+
284
+ #: library/shortcode-misc.php:128
285
+ msgid "View full post"
286
+ msgstr "Prikaži celotno objavo"
287
+
288
+ #: library/plugin-settings.php:32
289
+ msgid "Get USP Pro for unlimited forms!"
290
+ msgstr "Get USP Pro za neomejene oblike!"
291
+
292
+ #: library/plugin-settings.php:33
293
+ msgid "Go Pro"
294
+ msgstr "Postani profesionalec"
295
+
296
+ #: library/plugin-settings.php:37
297
+ msgid "Settings"
298
+ msgstr "Nastavitve"
299
+
300
+ #: library/plugin-settings.php:55
301
+ msgid "Give USP a 5-star rating at WordPress.org"
302
+ msgstr "Dajte USPu oceno s 5 zvezdicami na WordPress.org"
303
+
304
+ #: library/plugin-settings.php:56
305
+ msgid "Rate this plugin&nbsp;&raquo;"
306
+ msgstr "Oceni ta vtičnik & nbsp; & raquo;"
307
+
308
+ #: library/plugin-settings.php:114
309
+ msgid "WP Post (recommended)"
310
+ msgstr "WP Post (priporočeno)"
311
+
312
+ #: library/plugin-settings.php:118
313
+ msgid "WP Page"
314
+ msgstr "WP stran"
315
+
316
+ #: library/plugin-settings.php:134
317
+ msgid "HTML5 Form + Default CSS"
318
+ msgstr "Obrazec HTML5 Form + Default CSS"
319
+
320
+ #: library/plugin-settings.php:134
321
+ msgid "(Recommended)"
322
+ msgstr "(Priporočeno)"
323
+
324
+ #: library/plugin-settings.php:138
325
+ msgid "HTML5 Form + Disable CSS"
326
+ msgstr "HTML5 obrazec + Onemogoči CSS"
327
+
328
+ #: library/plugin-settings.php:138
329
+ msgid "(Provide your own styles)"
330
+ msgstr "(Navedite svoje lastne sloge)"
331
+
332
+ #: library/plugin-settings.php:142
333
+ msgid "Custom Form + Custom CSS"
334
+ msgstr "Custom Form + Custom CSS"
335
+
336
+ #: library/plugin-settings.php:142
337
+ msgid "(Provide your own form template &amp; styles)"
338
+ msgstr "(Navedite svojo lastno predlogo in sloge)"
339
+
340
+ #: library/plugin-settings.php:158 library/plugin-settings.php:182
341
+ #: library/plug