User Submitted Posts - Version 20170801

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.

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 20170801
Comparing to
See all releases

Code changes from version 20170531 to 20170801

changelog.txt ADDED
@@ -0,0 +1,445 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ **20170801**
12
+
13
+ * Adds new Post Type setting to choose between Posts and Pages
14
+ * Adds `%%post_content%%` and `%%post_author%%` shortcodes to Email Alerts
15
+ * Adds `%%author%%` shortcode to Auto-Display Images, Email, and URL
16
+ * Adds new filter hook, `usp_author_custom_field`
17
+ * Adds new filter hook, `usp_post_type`
18
+ * Fixes bug related to large file sizes
19
+ * Fixes bug related to optional post title
20
+ * Fixes bug related to optional email field
21
+ * Adds new/refreshed translations for Arabic, Chinese, French, Russian, Persian, German, Serbian, Romanian, Italian, Japanese, Hebrew, Hindi, Turkish, Korean, Polish, Bengali, Panjabi
22
+ * Regenerates default translation file
23
+ * Moves some FAQs to their own [dedicated post](https://perishablepress.com/faqs-user-submitted-posts/) at Perishable Press
24
+ * Moves older changelog items to their own dedicated file, `changelog.txt`, located in the plugin's root directory
25
+ * Updates GPL license blurb
26
+ * Adds GPL license text file
27
+ * Tests on WordPress 4.9 (alpha)
28
+
29
+ **20170531**
30
+
31
+ * Fixes bug with Google reCAPTCHA
32
+ * Adds localization to featured image variable
33
+ * Further tests on WordPress 4.8 (beta)
34
+
35
+ **20170326**
36
+
37
+ * Adds Google reCAPTCHA (anti-spam) field
38
+ * Adds function to clear form cookies if user logs out
39
+ * Adds new Arabic translation (Thanks to Abdeslam Lachhab)
40
+ * Adds new french translation by Milehan
41
+ * Improves plugin documentation
42
+ * Changes "USP" post-filter button to display for WP Posts
43
+ * Adds option to send HTML-format email alerts
44
+ * Fixes undefined variable notice for filter link
45
+ * Adds `%%title_parent%%` for auto-display images
46
+ * Adds `%%title%%` for auto-display email and url
47
+ * Adds class `.usp-submit` to submit button
48
+ * Fixes email validation bug when email optional
49
+ * Adds filter hook `usp_editor_content` for `wp_editor()`
50
+ * Adds filter hook `usp_return_form` for return link
51
+ * Adds fallback for `wp_add_inline_script` for WP < 4.5
52
+ * Tweaks sanitization of post content to improve security
53
+ * Updates show support panel in plugin settings
54
+ * Reorders plugin action links
55
+ * Improves default options functionality
56
+ * Replaces global `$wp_version` with `get_bloginfo('version')`
57
+ * Adds option to customize the "From" email address for alerts
58
+ * Refines display of settings panels
59
+ * Adds new IP-detection script
60
+ * Generates new default translation template
61
+ * Tests on WordPress version 4.8
62
+
63
+ **20161122**
64
+
65
+ 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](https://wordpress.org/plugins/user-submitted-posts/installation/).
66
+
67
+ * Changed `get_template_directory()` to `get_stylesheet_directory()` in `usp_display_form()`
68
+ * Changed `get_template_directory()` to `get_stylesheet_directory()` in `usp_enqueueResources()`
69
+ * Changed `get_template_directory_uri()` to `get_stylesheet_directory_uri()` in `usp_enqueueResources()`
70
+
71
+ **20161119**
72
+
73
+ 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](https://wordpress.org/plugins/user-submitted-posts/installation/).
74
+
75
+ * Moved custom form template to theme directory
76
+ * Refactored and combined `usp_js_vars()` with `usp_enqueueResources()`
77
+ * Refactored `usp_load_admin_styles()`
78
+ * Refactored `add_usp_links()` function
79
+ * Refined `usp_display_form()` function
80
+ * Removed `usp_editor_style()` and file
81
+ * Removed deprecated `usp_currentPageURL()`
82
+ * Removed filter hook `usp_current_page`
83
+ * Fine-tuned submission form and styles
84
+ * Improved default styling of WP RTE field
85
+ * Reorganized and refined plugin settings page
86
+ * Upgraded Parsley.js to version 2.6.0
87
+ * Deprecated JS function `usp_check_files()`
88
+ * Bugfix: conflict with "Require User Login" and "Registered Username"
89
+ * Bugfix: conflict with "Require User Login" and "User Profile URL"
90
+ * Bugfix: support nag re-appears after each settings save
91
+ * Added `usp_default_title` filter hook for default post titles
92
+ * Changed form label from "Post URL" to "User URL" on plugin settings page
93
+ * Added missing parameter to `usp_check_images()`
94
+ * Reorganized and streamlined plugin file structure
95
+ * Streamlined some global variables
96
+ * Added some missing translation strings
97
+ * Updated plugin author URL
98
+ * Updated Twitter URL to https
99
+ * Changed stable tag from trunk to latest version
100
+ * Updated URL for rate this plugin links
101
+ * Regenerated default translation template
102
+ * Tested on WordPress version 4.7 (beta)
103
+
104
+ **20160815**
105
+
106
+ * Fine-tuned the plugin settings page
107
+ * Replaced `_e()` with `esc_html_e()` or `esc_attr_e()`
108
+ * Replaced `__()` with `esc_html__()` or `esc_attr__()`
109
+ * Added plugin icons and larger banner image
110
+ * Improved translation support
111
+ * Added more allowed tags and attributes to relevant plugin settings
112
+ * Removed usp_addNewPostStatus() function (deprecated hook)
113
+ * Fixed bug where required URL field shows error if User Profile URL enabled
114
+ * Added more allowed tags and attributes to submitted post content
115
+ * Refined logic of usp_checkForPublicSubmission() function
116
+ * Added usp_redirect_message() for error messages when Redirect URL enabled
117
+ * Changed hook priority for usp_checkForPublicSubmission() function
118
+ * Added Russian translation (thanks to [Nick Lysenko](https://twitter.com/unbirth7))
119
+ * Added setting to display form only to logged-in users
120
+ * Fine-tuned default form styles and error messages
121
+ * Generated new translation template
122
+ * Tested on WordPress 4.6
123
+
124
+ **20160411**
125
+
126
+ * Cleaned up plugin tags
127
+ * Added new Dutch translation (thanks to [Berend](http://botoboto.com/))
128
+ * Added Italian translation (thanks to [Rosario](http://rosariomonaco.com/))
129
+ * Replaced icon with retina version
130
+ * Added screenshot to readme/docs
131
+ * Added retina version of banner
132
+ * Reorganized and refreshed readme.txt
133
+ * Tested on WordPress version 4.5 beta
134
+
135
+ **20160215**
136
+
137
+ * Fixes XSS vulnerability (thanks to [Panagiotis Vagenas](https://twitter.com/panVagenas))
138
+ * Updates descriptions for settings "Registered Username" and "User Profile URL"
139
+ * Adds `[usp_display_posts]` shortcode to display list of user submitted posts
140
+ * Adds UTF-8 default parameter to get_option('blog_charset')
141
+ * Replaces get_currentuserinfo() with wp_get_current_user()
142
+ * Removes quotes from charset in email headers
143
+ * Adds screenshots to readme.txt/documentation
144
+ * Cleans up readme.txt/documentation
145
+ * Tested on WordPress 4.5 alpha
146
+
147
+ **20151113**
148
+
149
+ 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!
150
+
151
+ * Added options to auto-display custom fields and images
152
+ * "USP" button on Posts screen now displays all USP Posts (not just Pending)
153
+ * Added Dutch translation (Thanks to [Erik Kroon](http://www.punchcreative.nl/))
154
+ * Added German translation (Thanks to [Michael](https://wordpress.org/support/topic/image-problem-german-translation))
155
+ * Added check for `$post` in `usp_is_public_submission()`
156
+ * Removed width from `a#usp_add-another` in `usp.css`
157
+ * Fixed custom markup for "Add Another" link
158
+ * Added option to show fields but not require
159
+ * Added `usp_check_required()` function
160
+ * Added setting to enable shortcodes in widgets
161
+ * Added `get_currentuserinfo()` where required
162
+ * Added `esc_url()` to sanitize URI strings
163
+ * Removed unnecessary `mail()` headers (Thanks to [Jason Hendriks](http://www.codingmonkey.ca/))
164
+ * Refined `usp_send_mail_alert()`
165
+ * Fixed sending alerts to multiple email addresses
166
+ * Added option to disable tracking of IP addresses
167
+ * Added option to specify customize email alert subject
168
+ * Added option to specify customize email alert message
169
+ * Reorganized and streamlined settings page
170
+ * Added option to disable default USP styles for custom forms
171
+ * Replaced USP graphics with retina versions
172
+ * Added `usp_load_admin_styles()` to enqueue settings styles
173
+ * Replaced `load_custom_admin_css()` with `usp_load_admin_styles()`
174
+ * Moved JavaScript and CSS to their own external files
175
+ * Added option to publish as "Draft" Post Status
176
+ * Removed deprecated `usp_answer` and `usp_form_width` options
177
+ * Added more attributes to `$allowed_atts`
178
+ * Added `usp_form_display_options()`
179
+ * Added `usp_auto_display_options()`
180
+ * Added hooks:
181
+ * `usp_post_draft`
182
+ * `usp_image_args`
183
+ * `usp_image_title`
184
+ * `usp_image_thumb`
185
+ * `usp_image_medium`
186
+ * `usp_image_large`
187
+ * `usp_image_full`
188
+ * `usp_image_custom_size`
189
+ * `usp_image_custom`
190
+ * `usp_email_custom_field`
191
+ * `usp_url_custom_field`
192
+ * Added `usp_auto_display_images()`, `usp_auto_display_email()`, `usp_auto_display_url()`
193
+ * Added `usp_replace_image_vars()`
194
+ * USP Meta Box not displayed if no data to display
195
+ * Fixed bug with targeted loading of USP stylesheet
196
+ * Updated heading hierarchy in plugin settings
197
+ * Updated translation template file
198
+ * Updated minimum version requirement
199
+ * Tested on WordPress 4.4 beta
200
+
201
+ **20150808**
202
+
203
+ * Tested on WordPress 4.3
204
+ * Updated minimum version requirement
205
+
206
+ **20150507**
207
+
208
+ * Tested with WP 4.2 + 4.3 (alpha)
209
+ * Changes a few "http" links to "https"
210
+ * Fixes XSS vulnerability with add_query_arg()
211
+ * Adds isset() to stop some minor PHP warnings
212
+ * Fixes mixed content warning for https sites
213
+ * Adds support for exif_imagetype when needed
214
+ * Adds Arabic translation, thanks to Amine CH
215
+ * Adds Spanish translation, thanks to Clara Rold√°n
216
+
217
+ **20150319**
218
+
219
+ * Tested with latest version of WP (4.1)
220
+ * Increases minimum version to WP 3.8
221
+ * Removes deprecated screen_icon()
222
+ * Adds $usp_wp_vers for version check
223
+ * Streamline/fine-tune plugin code
224
+ * Adds Text Domain and Domain Path to file header
225
+ * Adds alert panel to plugin settings page
226
+ * Adds Serbo-Croatian translation - thanks [Borisa Djuraskovic](http://www.webhostinghub.com/)
227
+ * Adds Chinese translation - thanks Xing
228
+ * Improves error handling
229
+ * Improves post author process
230
+ * Improves post-submission process
231
+ * Improves code in submission-form.php
232
+ * Adds nonce security to submission process
233
+ * Adds proper headers to email alert
234
+ * Adds Email field to the form (hidden by default)
235
+ * Adds USP Info meta box to Post Edit screen (Props: Nathan Clough)
236
+ * Adds specific error messages for fields/files (e.g., min, max, required)
237
+ * Adds option to disable required attributes
238
+ * Adds usp_post_status filter hook
239
+ * Adds usp_file_key filter hook
240
+ * Adds usp_post_data filter hook
241
+ * Adds usp_editor_settings filter hook
242
+ * Adds usp_error_message filter hook
243
+ * Adds usp_post_moderate filter hook
244
+ * Adds usp_post_publish filter hook
245
+ * Adds usp_post_approve filter hook
246
+ * Adds drag_drop_upload to visual/rich-text editor
247
+ * Adds option to require unique post titles
248
+ * Changes approved-post count to check for name/IP instead of URL/IP
249
+ * Changes class .hidden to .usp-hidden in default submission form
250
+ * Changes class .no-js to .usp-no-js in default submission form
251
+ * Changes class .js to .usp-js in default submission form
252
+ * Replaces sanitize_text_field() with esc_url() for URL field
253
+ * Replaces default .mo/.po templates with .pot template
254
+ * Fixes bug where encoded characters are removed from URL
255
+ * Fixes various bugs and PHP notices
256
+
257
+ **20140930**
258
+
259
+ * Removes required attribute from default form textarea
260
+ * Removes "exclude" from type on redirect-override in default form
261
+ * Adds class "exclude" and "hidden" to redirect-override in default form
262
+
263
+ **20140927**
264
+
265
+ * Tested on latest version of WordPress (4.0)
266
+ * Increases min-version requirement to 3.7
267
+ * Improves layout and styles of plugin settings page
268
+ * Adds Romanian translation - thanks [Hideg Andras](http://www.blue-design.ro/)
269
+ * Adds Persian (Farsi) translation - thanks [Pooya Behravesh](http://icomp.ir/)
270
+ * Adds French translation - thanks [Mirko Humbert](http://www.designer-daily.com/) and [Matthieu Solente](http://copier-coller.com/)
271
+ * Updates default mo/po translation files
272
+ * Updates Parsley.js to version 2.0
273
+ * Updates usp.css with styles for Parsley 2.0
274
+ * Updates captcha-check script for Parsley 2.0
275
+ * Updates markup in default form for Parsley 2.0
276
+ * Replaces call to wp-load.php with wp_print_scripts
277
+ * Replaces sac.php with individual JavaScript libraries
278
+ * Improves logic of usp_enqueueResources() function
279
+ * Improves logic of min-file check JavaScript
280
+ * Removes ?version from enqueued resources
281
+ * Adds option to use "custom" form and stylesheet
282
+ * Removes deprecated "classic" form, submission-form-classic.php and usp-classic.css
283
+ * Removes `novalidate` from default form
284
+ * Removes `data-type="url"` from default form
285
+ * Removes `.usp-required` classes from default form
286
+ * Removes `id="user-submitted-tags"` from default form
287
+ * Removes `<div class="usp-error"></div>` from default form
288
+ * Adds "Please select a category.." to category select field
289
+ * Updates CSS for default form, see list at https://m0n.co/e
290
+ * Replaces some stripslashes() with sanitize_text_field()
291
+ * Replaces some htmlentities() with sanitize_text_field()
292
+ * Fixes bug where too big/small images would not trigger error
293
+ * Adds post id and error as query variable in return URL
294
+ * Adds sanitize_text_field() to usp_currentPageURL()
295
+ * Adds the following filter hooks:
296
+ * `usp_post_status`
297
+ * `usp_post_author`
298
+ * `usp_form_shortcode`
299
+ * `usp_mail_subject`
300
+ * `usp_mail_message`
301
+ * `usp_new_post`
302
+ * `usp_input_validate`
303
+ * Adds the following action hooks:
304
+ * `usp_submit_success`
305
+ * `usp_submit_error`
306
+ * `usp_insert_before`
307
+ * `usp_insert_after`
308
+ * `usp_files_before`
309
+ * `usp_files_after`
310
+ * `usp_current_page`
311
+
312
+ **20140308**
313
+
314
+ * usp_require_wp_version() now runs only on plugin activation
315
+
316
+ **20140123**
317
+
318
+ * Tested with latest version of WordPress (3.8)
319
+ * Added trailing slash to load_plugin_textdomain()
320
+ * Increased WP minimum version requirement from 3.3 to 3.5
321
+ * Added popout info about Pro version now available
322
+ * Added Spanish translation; thanks to [María Iglesias](http://www.globalcultura.com/)
323
+ * Change CSS for "USP" button to display after the "Filter" button on edit.php
324
+ * Added 8px margin to "Empty Trash" button on the Post Trash screen
325
+ * Changed handle from "uspContent" to "uspcontent" for wp_editor()
326
+ * Added class ".usp-required" to input fields (for use with JavaScript)
327
+ * 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.
328
+ * Improved logic responsible for displaying file input fields and the "Add Another Image" button
329
+ * Added option to display custom markup for "Add Another Image" button
330
+ * Replaced select fields with number inputs for settings "minimum/maximum number of images"
331
+ * Added `href`, `rel`, and `target` attributes to $allowed_atts
332
+ * Made default options translatable, generated new mo/po templates
333
+ * Streamlined plugin settings intro panel
334
+
335
+ **20131107**
336
+
337
+ * Added i18n support
338
+ * Added uninstall.php file
339
+ * Removed "&Delta;" from `die()`
340
+ * Added "rate this plugin" links
341
+ * Added Brazilian Portuguese translation; thanks to [Daniel Lemes](http://www.tutoriart.com.br/)
342
+ * Added notes about support for multiple email addresses for email alerts
343
+ * Increased `line-height` on settings page `<td>` elements
344
+ * Added `.inline` class to some plugin settings
345
+ * Changed CSS for `#usp_admin_filter_posts` in usp-admin.css
346
+ * Changed link text on Post filter button from "User Submitted Posts" to "USP"
347
+ * Fixed backwards setting for captcha case-sensitivity
348
+ * Added `is_object($post)` to `usp_display_featured_image`; Thanks to [Larry Holish](holish.net)
349
+ * Changed `application/x-javascript` to `application/javascript` in usp.php
350
+ * Removed `getUrlVars` function and changed "forget input values" to use a simpler regex; Thanks to [Larry Holish](holish.net)
351
+ * Tricked out `wp_editor` with complete array in both submission-form files
352
+ * Added note on settings screen about deprecating the "classic" submit form
353
+ * Replaced `wp-blog-header.php` with `wp-load.php` in usp.php
354
+ * Improved sanitization of POST variables
355
+ * Added check for empty content when content textarea is displayed on form
356
+ * Removed closing `?>` from user-submitted-posts.php
357
+ * Tested with latest version of WordPress (3.7)
358
+ * Fleshed out readme.txt with even more infos
359
+ * General code cleanup and maintenance
360
+
361
+ **20130720**
362
+
363
+ * Added option to set attachment as featured image
364
+ * Improved localization support (.mo and .po)
365
+ * Added optional use of WP's built-in rich text editor
366
+ * Added custom stylesheet for WP's rich text editor
367
+ * Replace antispam placeholder in submission-form.php
368
+ * Improved jQuery for "add another image" functionality
369
+ * Added jQuery script to remember form input values via cookies
370
+ * Added data validation for input fields via Parsley @ http://parsleyjs.org
371
+ * Overview and Updates panels now toggled open by default
372
+ * Updated CSS styles for HTML5 and Classic forms
373
+ * Improved logic for form verification JavaScript
374
+ * Resolved numerous PHP notices and warnings
375
+ * Updated readme.txt with more infos
376
+ * General code check n clean
377
+
378
+ **20130104**
379
+
380
+ * Added explanation of plugin functionality in readme.txt
381
+ * Fixed character encoding issue for author name
382
+ * Added margins to submit buttons (to fix WP's new CSS)
383
+ * Removed "anti-spam" text from captcha placeholder attribute
384
+ * usp_post_attachments() tag now accepts custom sizes
385
+ * Added temp fix for warning: "getimagesize(): Filename cannot be empty"
386
+ * Restyled USP filter button on admin Posts pages
387
+
388
+ **20121120**
389
+
390
+ * added id to tag input field in submission-form.php
391
+ * enabled option to disable loading of external JavaScript file
392
+ * enabled option to specify URL for targeted resource loading
393
+ * added `fieldset { border: 0; }` to usp.css stylesheet
394
+ * increased width of anti-spam input field (via usp.css)
395
+ * changed the order of input fields in submission-form.php
396
+ * fixed loading of resources on success and error pages
397
+ * added field for custom content to display before the USP form
398
+ * enable HMTL for success, error, and upload messages
399
+ * fixed issue with content not getting included in posts
400
+
401
+ **20121119**
402
+
403
+ * increased default image width and height
404
+ * comment out output start in three files
405
+ * remove echo output for input value attributes
406
+ * cleaned up placeholders with clearer infos
407
+ * remove usp_validateContent() function
408
+ * remove conditional if for content in usp_checkForPublicSubmission() [1]
409
+ * [1] default text no longer added to posts when empty
410
+ * remove content validation in usp_createPublicSubmission()
411
+ * added option to receive email alert for new submissions
412
+ * added option to set author as current user
413
+ * added option to set author url as usp url
414
+ * added option to set category as hidden
415
+ * submission-form.php &amp; submission-form-classic.php: changed markup output for success &amp; error messages
416
+
417
+ **20121108**
418
+
419
+ * Fixed non-submission when title and other fields are hidden
420
+
421
+ **20121107**
422
+
423
+ * Rebuilt plugin and optimized code using current WP API
424
+ * Redesigned settings page, toggling panels, better structure, more info, etc.
425
+ * Errors now redirect to specified page (if set) or current page
426
+ * Fixed bug to allow for unlimited number of uploaded images
427
+ * Cleaned up template tags, added inline comments
428
+ * Optimized/enhanced the user-submission form
429
+ * Added option to restore default settings
430
+ * Added settings link from Plugins page
431
+ * Renamed CSS and JavaScript files
432
+ * Added challenge question captcha
433
+ * Added hidden field for security
434
+ * Added option for custom success message
435
+ * Submission form now retains entered value if error
436
+ * Added placeholder attributes to the form fields
437
+ * Submissions including invalid upload files now redirect to form with error message
438
+ * Fixed default author of submitted posts
439
+ * the_author_link is not filterable, so created new function usp_author_link
440
+ * moved admin styles from form stylesheet to admin-only stylesheet
441
+ * Added new HTML5 form and stylesheet, kept originals as "classic" version
442
+
443
+ **1.0**
444
+
445
+ * Initial release
languages/usp-ar_AR.mo CHANGED
Binary file
languages/usp-ar_AR.po CHANGED
@@ -1,1160 +1,1235 @@
1
- # Loco Gettext template
2
- msgid ""
3
- msgstr ""
4
- "Project-Id-Version: User Submitted Posts\n"
5
- "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2017-04-26 18:59+0100\n"
7
- "PO-Revision-Date: 2017-05-06 11:37+0100\n"
8
- "Last-Translator: \n"
9
- "Language-Team: \n"
10
- "Language: ar_MA\n"
11
- "MIME-Version: 1.0\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
- "Content-Transfer-Encoding: 8bit\n"
14
- "POT-Revision-Date: Sat Mar 21 2015 17:34:53 GMT-0700 (PDT)\n"
15
- "Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
16
- "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"
17
- "X-Poedit-SourceCharset: UTF-8\n"
18
- "X-Poedit-Basepath: .\n"
19
- "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
20
- "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
21
- "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
22
- "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
23
- "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
24
- "X-Generator: Poedit 2.0.1\n"
25
- "X-Poedit-SearchPath-0: ..\n"
26
-
27
- #: ../library/plugin-settings.php:31
28
- msgid "Settings"
29
- msgstr "الإعدادات"
30
-
31
- #: ../library/plugin-settings.php:49
32
- msgid "Give USP a 5-star rating at WordPress.org"
33
- msgstr "منح USP تصنيف 5 نجوم في WordPress.org"
34
-
35
- #: ../library/plugin-settings.php:50
36
- msgid "Rate this plugin"
37
- msgstr "أعط تقييما لهذه الإضافة"
38
-
39
- #: ../library/plugin-settings.php:53
40
- msgid "Get USP Pro!"
41
- msgstr "الحصول على USP برو!"
42
-
43
- #: ../library/plugin-settings.php:54
44
- msgid "Go Pro"
45
- msgstr "الذهاب إلى النسخة المدفوعة"
46
-
47
- #: ../library/plugin-settings.php:86
48
- msgid "HTML5 Form + Default CSS"
49
- msgstr "استمارة HTML5 و CSS افتراضي"
50
-
51
- #: ../library/plugin-settings.php:86
52
- msgid "(Recommended)"
53
- msgstr "(يوصي بها)"
54
-
55
- #: ../library/plugin-settings.php:90
56
- msgid "HTML5 Form + Disable CSS"
57
- msgstr "استمارة HTML5 و CSS معطل"
58
-
59
- #: ../library/plugin-settings.php:90
60
- msgid "(Provide your own styles)"
61
- msgstr "(تزويد الأنماط الخاصة بك)"
62
-
63
- #: ../library/plugin-settings.php:94
64
- msgid "Custom Form + Custom CSS"
65
- msgstr "استمارة HTML5 و CSS مخصص"
66
-
67
- #: ../library/plugin-settings.php:94
68
- msgid "(Provide your own form template &amp; styles)"
69
- msgstr "(تزويد قالب النموذج والأنماط الخاصة بك)"
70
-
71
- #: ../library/plugin-settings.php:110 ../library/plugin-settings.php:134
72
- #: ../library/plugin-settings.php:157
73
- msgid "Auto-display before post content"
74
- msgstr "عرض آلي قبل محتوى المقالة"
75
-
76
- #: ../library/plugin-settings.php:114 ../library/plugin-settings.php:138
77
- #: ../library/plugin-settings.php:161
78
- msgid "Auto-display after post content"
79
- msgstr "عرض آلي بعد محتوى المقالة"
80
-
81
- #: ../library/plugin-settings.php:118
82
- msgid "Do not auto-display submitted images"
83
- msgstr "لا تعرض آليا الصور المرسلة"
84
-
85
- #: ../library/plugin-settings.php:142
86
- msgid "Do not auto-display submitted email"
87
- msgstr "لا تعرض آليا البريد الإلكتروني المرسل"
88
-
89
- #: ../library/plugin-settings.php:165
90
- msgid "Do not auto-display submitted URL"
91
- msgstr "لا تعرض آليا رابط URL المرسل"
92
-
93
- #: ../library/plugin-settings.php:287
94
- msgid ""
95
- "There was an error. Please ensure that you have added a title, some content, "
96
- "and that you have uploaded only images."
97
- msgstr ""
98
- "كان هناك خطأ. الرجاء التأكد من أنك قمت بإضافة عنوان وبعض المحتوى، وقمت برفع "
99
- "الصور فقط."
100
-
101
- #: ../library/plugin-settings.php:301
102
- msgid "Please select your image(s) to upload."
103
- msgstr "المرجو اختيار الصور للرفع."
104
-
105
- #: ../library/plugin-settings.php:307
106
- msgid "Success! Thank you for your submission."
107
- msgstr "تم الإرسال بنجاح! شكرا لك."
108
-
109
- #: ../library/plugin-settings.php:331
110
- msgid "Email"
111
- msgstr "البريد الإلكتروني"
112
-
113
- #: ../library/plugin-settings.php:332
114
- msgid "URL"
115
- msgstr "رابط URL"
116
-
117
- #: ../library/plugin-settings.php:543
118
- msgid "Toggle all panels"
119
- msgstr "تبديل كل الألواح"
120
-
121
- #: ../library/plugin-settings.php:552
122
- msgid "We need your support!"
123
- msgstr "نحن بحاجة إلى دعمكم!"
124
-
125
- #: ../library/plugin-settings.php:556 ../user-submitted-posts.php:1094
126
- msgid "Please"
127
- msgstr "من فضلك"
128
-
129
- #: ../library/plugin-settings.php:556
130
- msgid "Make a donation via PayPal"
131
- msgstr "قم بالتبرع عن طريق باي بال"
132
-
133
- #: ../library/plugin-settings.php:556
134
- msgid "make a donation"
135
- msgstr "قم بالتبرع"
136
-
137
- #: ../library/plugin-settings.php:556
138
- msgid "and/or"
139
- msgstr "و/أو"
140
-
141
- #: ../library/plugin-settings.php:557
142
- msgid "Rate and review at the Plugin Directory"
143
- msgstr "التقييم والمراجعة في دليل الإضافات"
144
-
145
- #: ../library/plugin-settings.php:558
146
- msgid "give this plugin a 5-star rating"
147
- msgstr "أعطي هذه الإضافة تصنيف 5 نجوم"
148
-
149
- #: ../library/plugin-settings.php:562
150
- msgid ""
151
- "Your generous support enables continued development of this free plugin. "
152
- "Thank you!"
153
- msgstr "يتيح دعمكم السخي للتطوير المستمر لهذه الإضافة المجانية. شكرا!"
154
-
155
- #: ../library/plugin-settings.php:567
156
- msgid "Check this box if you have shown support"
157
- msgstr "حدد خانة الاختيار هذه إذا كنت قد أظهرت الدعم"
158
-
159
- #: ../library/plugin-settings.php:575
160
- msgid "Overview"
161
- msgstr "نظرة عامة"
162
-
163
- #: ../library/plugin-settings.php:579
164
- msgid ""
165
- "enables your visitors to submit posts and upload images from the front-end "
166
- "of your site. "
167
- msgstr "يتيح للزوار إرسال مقالات ورفع الصور من واجهة موقعك. م"
168
-
169
- #: ../library/plugin-settings.php:580
170
- msgid "For advanced functionality and unlimited forms, check out"
171
- msgstr "لوظائف متقدمة ونماذج غير محدود، إدفع"
172
-
173
- #: ../library/plugin-settings.php:581
174
- msgid "&mdash; the ultimate solution for user-generated content."
175
- msgstr "&mdash; الحل النهائي للمحتوى المقدم من المستخدم."
176
-
177
- #: ../library/plugin-settings.php:585 ../library/plugin-settings.php:603
178
- msgid "Plugin Settings"
179
- msgstr "إعدادات الإضافة"
180
-
181
- #: ../library/plugin-settings.php:586
182
- msgid "Display the form"
183
- msgstr "عرض الاستمارة"
184
-
185
- #: ../library/plugin-settings.php:587 ../library/plugin-settings.php:1092
186
- msgid "Plugin Homepage"
187
- msgstr "الصفحة الرئيسية للإضافة"
188
-
189
- #: ../library/plugin-settings.php:590
190
- msgid "If you like this plugin, please"
191
- msgstr "إذا أعجبتك هذه الإضافة، من فضلك"
192
-
193
- #: ../library/plugin-settings.php:591
194
- msgid "THANK YOU for your support!"
195
- msgstr "شكرا على دعمكم!"
196
-
197
- #: ../library/plugin-settings.php:591
198
- msgid "give it a 5-star rating"
199
- msgstr "قيّمنا بـ 5 نجوم"
200
-
201
- #: ../library/plugin-settings.php:595
202
- msgid "Unlimited front-end forms"
203
- msgstr "استمارات أمامية غير محدودة"
204
-
205
- #: ../library/plugin-settings.php:595
206
- msgid "Get USP Pro"
207
- msgstr "الحصول على USP برو"
208
-
209
- #: ../library/plugin-settings.php:607
210
- msgid "Configure your settings for User Submitted Posts."
211
- msgstr ""
212
- "قم بضبط الإعدادات الخاصة بك لمرسل المقالات للعضو \"User Submitted Posts.\"."
213
-
214
- #: ../library/plugin-settings.php:609
215
- msgid "Form Fields"
216
- msgstr "حقول الاستمارة"
217
-
218
- #: ../library/plugin-settings.php:614
219
- msgid "User Name"
220
- msgstr "اسم المستخدم"
221
-
222
- #: ../library/plugin-settings.php:617 ../library/plugin-settings.php:627
223
- #: ../library/plugin-settings.php:637 ../library/plugin-settings.php:647
224
- #: ../library/plugin-settings.php:657 ../library/plugin-settings.php:667
225
- #: ../library/plugin-settings.php:677 ../library/plugin-settings.php:687
226
- msgid "Display and require"
227
- msgstr "معروض ومطلوب"
228
-
229
- #: ../library/plugin-settings.php:618 ../library/plugin-settings.php:628
230
- #: ../library/plugin-settings.php:638 ../library/plugin-settings.php:648
231
- #: ../library/plugin-settings.php:658 ../library/plugin-settings.php:668
232
- #: ../library/plugin-settings.php:678
233
- msgid "Display but do not require"
234
- msgstr "معروض ولكن غير مطلوب"
235
-
236
- #: ../library/plugin-settings.php:619 ../library/plugin-settings.php:629
237
- #: ../library/plugin-settings.php:639 ../library/plugin-settings.php:649
238
- #: ../library/plugin-settings.php:659 ../library/plugin-settings.php:669
239
- #: ../library/plugin-settings.php:679 ../library/plugin-settings.php:688
240
- msgid "Disable this field"
241
- msgstr "تعطيل هذا الحقل"
242
-
243
- #: ../library/plugin-settings.php:624
244
- msgid "User Email"
245
- msgstr "البريد الإلكتروني للمستخدم"
246
-
247
- #: ../library/plugin-settings.php:634
248
- msgid "User URL"
249
- msgstr "رابط URL المستخدم"
250
-
251
- #: ../library/plugin-settings.php:644 ../views/submission-form.php:70
252
- #: ../views/submission-form.php:71
253
- msgid "Post Title"
254
- msgstr "عنوان المقالة"
255
-
256
- #: ../library/plugin-settings.php:654 ../views/submission-form.php:76
257
- #: ../views/submission-form.php:77
258
- msgid "Post Tags"
259
- msgstr "وسوم المقالة"
260
-
261
- #: ../library/plugin-settings.php:664 ../views/submission-form.php:88
262
- msgid "Post Category"
263
- msgstr "تصنيف المقالة"
264
-
265
- #: ../library/plugin-settings.php:674 ../views/submission-form.php:123
266
- #: ../views/submission-form.php:124
267
- msgid "Post Content"
268
- msgstr "محتوى المقالة"
269
-
270
- #: ../library/plugin-settings.php:684 ../library/plugin-settings.php:690
271
- #: ../library/plugin-settings.php:879 ../library/plugin-settings.php:884
272
- msgid "Challenge Question"
273
- msgstr "التحقق البشري"
274
-
275
- #: ../library/plugin-settings.php:690 ../library/plugin-settings.php:700
276
- msgid "(Visit"
277
- msgstr "(زيارة"
278
-
279
- #: ../library/plugin-settings.php:690 ../library/plugin-settings.php:700
280
- msgid "to configure options)"
281
- msgstr "لضبط الخيارات)"
282
-
283
- #: ../library/plugin-settings.php:694
284
- msgid "Post Images"
285
- msgstr "صور المقالة"
286
-
287
- #: ../library/plugin-settings.php:697
288
- msgid "Display"
289
- msgstr "عرض"
290
-
291
- #: ../library/plugin-settings.php:698
292
- msgid "Disable"
293
- msgstr "تعطيل"
294
-
295
- #: ../library/plugin-settings.php:700 ../library/plugin-settings.php:931
296
- msgid "Image Uploads"
297
- msgstr "رفع الصورة"
298
-
299
- #: ../library/plugin-settings.php:706
300
- msgid "General Settings"
301
- msgstr "الإعدادات العامة"
302
-
303
- #: ../library/plugin-settings.php:711
304
- msgid "Form Style"
305
- msgstr "شكل الاستمارة"
306
-
307
- #: ../library/plugin-settings.php:716
308
- msgid "With this option, you can copy the plugin&rsquo;s default templates:"
309
- msgstr "مع هذا الخيار، يمكنك نسخ القوالب الافتراضية للإضافة:"
310
-
311
- #: ../library/plugin-settings.php:721
312
- msgid "..and upload them into a directory named"
313
- msgstr ".. وتحميلها إلى الدليل المسمى"
314
-
315
- #: ../library/plugin-settings.php:721
316
- msgid "in your theme:"
317
- msgstr "في قالبك:"
318
-
319
- #: ../library/plugin-settings.php:727
320
- msgid ""
321
- "That will enable you to customize the form and styles as desired. For more "
322
- "info, check out the \"Custom Submission Form\" section in the"
323
- msgstr ""
324
- "هذه تمكنك من تخصيص الاستمارة والأنماط كما هو مطلوب. لمزيد من المعلومات، راجع "
325
- "قسم \"استمارة تخصيص الإرسال\" في"
326
-
327
- #: ../library/plugin-settings.php:728
328
- msgid "Installation Docs"
329
- msgstr "تنصيب المستندات"
330
-
331
- #: ../library/plugin-settings.php:729
332
- msgid "FYI: here is a"
333
- msgstr "لمعلوماتك: هنا هو"
334
-
335
- #: ../library/plugin-settings.php:729
336
- msgid "list of USP CSS selectors"
337
- msgstr "قائمة اختيار أنماط CSS لـ USP"
338
-
339
- #: ../library/plugin-settings.php:735
340
- msgid "Include JavaScript"
341
- msgstr "تضمين الجافا سكريبت"
342
-
343
- #: ../library/plugin-settings.php:737
344
- msgid ""
345
- "Check this box if you want to include the external JavaScript files "
346
- "(recommended)."
347
- msgstr ""
348
- "حدد خانة الاختيار إذا كنت تريد تضمين ملفات JavaScript الخارجية (يوصى به)."
349
-
350
- #: ../library/plugin-settings.php:740
351
- msgid "Targeted Loading"
352
- msgstr "التحميل المستهدف"
353
-
354
- #: ../library/plugin-settings.php:742
355
- msgid ""
356
- "When enabled, external CSS &amp; JavaScript files are loaded on every page. "
357
- "Here you may specify the URL of the USP form to load resources only on that "
358
- "page. Note: leave blank to load on all pages."
359
- msgstr ""
360
- "عند التمكين، يتم تحميل ملفات CSS وجافا سكريبت الخارجية على كل صفحة. هنا "
361
- "يمكنك تحديد رابط URL لاستمارة USP لتحميل الموارد على تلك الصفحة فقط. ملاحظة: "
362
- "اتركها فارغة للتحميل على كل الصفحات."
363
-
364
- #: ../library/plugin-settings.php:745
365
- msgid "Auto Publish"
366
- msgstr "نشر تلقائي"
367
-
368
- #: ../library/plugin-settings.php:748
369
- msgid "Always moderate via Draft"
370
- msgstr "دائما قم بالمراجعة ك: مسودة"
371
-
372
- #: ../library/plugin-settings.php:749
373
- msgid "Always moderate via Pending"
374
- msgstr "دائما قم بالمراجعة ك: في انتظار الموافقة"
375
-
376
- #: ../library/plugin-settings.php:750
377
- msgid "Always publish immediately"
378
- msgstr "دائما تنشر فورا"
379
-
380
- #: ../library/plugin-settings.php:755
381
- msgid ""
382
- "Post Status for submitted posts: moderate (recommended), publish "
383
- "immediately, or publish after any number of approved posts."
384
- msgstr ""
385
- "حالة المقالة للمقالات المرسلة: يمكنك دائما المراجعة (يوصى به)، النشر فورا، "
386
- "أو النشر بعد أي عدد من المقالات الموافق عليها."
387
-
388
- #: ../library/plugin-settings.php:759
389
- msgid "Redirect URL"
390
- msgstr "إعادة توجيه الرابط URL"
391
-
392
- #: ../library/plugin-settings.php:761
393
- msgid ""
394
- "Specify a URL to redirect the user after post-submission. Leave blank to "
395
- "redirect back to current page."
396
- msgstr ""
397
- "حدد رابط URL لإعادة توجيه العضو بعد إرسال المقالة. ملاحظة: اتركها فارغة "
398
- "لإعادة التوجيه إلى الصفحة الحالية."
399
-
400
- #: ../library/plugin-settings.php:764
401
- msgid "Success Message"
402
- msgstr "رسالة نجاح"
403
-
404
- #: ../library/plugin-settings.php:766
405
- msgid ""
406
- "Success message that is displayed if post-submission is successful. Basic "
407
- "markup is allowed."
408
- msgstr ""
409
- "نجاح الرسالة التي يتم عرضها في حالة نجاح المقالة المرسلة. مسموح بالعلامات "
410
- "الأساسية."
411
-
412
- #: ../library/plugin-settings.php:769
413
- msgid "Error Message"
414
- msgstr "رسالة خطأ"
415
-
416
- #: ../library/plugin-settings.php:771
417
- msgid ""
418
- "General error message that is displayed if post-submission fails. Basic "
419
- "markup is allowed."
420
- msgstr ""
421
- "رسالة الخطأ العامة التي يتم عرضها إذا فشل إرسال المقالة. مسموح بالعلامات "
422
- "الأساسية."
423
-
424
- #: ../library/plugin-settings.php:774
425
- msgid "Custom Content"
426
- msgstr "محتوي مخصص"
427
-
428
- #: ../library/plugin-settings.php:776
429
- msgid ""
430
- "Custom text/markup to be included before the submission form. Leave blank to "
431
- "disable."
432
- msgstr "نص/علامات مخصصة لإدراجها قبل استمارة الإرسال. اتركها فارغة لتعطيلها."
433
-
434
- #: ../library/plugin-settings.php:779
435
- msgid "Rich Text Editor"
436
- msgstr "محرر نص منسق"
437
-
438
- #: ../library/plugin-settings.php:781
439
- msgid ""
440
- "Check this box if you want to enable WP rich text editing for submitted "
441
- "posts."
442
- msgstr ""
443
- "حدد خانة الاختيار إذا كنت تريد تمكين محرر النص المنسق لووردبريس للمقالات "
444
- "المرسلة."
445
-
446
- #: ../library/plugin-settings.php:784
447
- msgid "Unique Titles"
448
- msgstr "العناوين الفريدة"
449
-
450
- #: ../library/plugin-settings.php:786
451
- msgid ""
452
- "Require submitted post titles to be unique (useful for preventing multiple/"
453
- "duplicate submitted posts)."
454
- msgstr ""
455
- "مطلوب عناوين فريدة للمقالات المرسلة (مفيدة لمنع تعدد/تكرار المقالات المرسلة)."
456
-
457
- #: ../library/plugin-settings.php:789
458
- msgid "Disable Required"
459
- msgstr "تعطيل مطلوب"
460
-
461
- #: ../library/plugin-settings.php:791
462
- msgid ""
463
- "Disable all required attributes on default form fields (useful for "
464
- "troubleshooting error messages)."
465
- msgstr ""
466
- "تعطيل السمات المطلوبة كلها في حقول الاستمارة الافتراضية (مفيدة لاستكشاف "
467
- "أخطاء رسائل الخطأ)."
468
-
469
- #: ../library/plugin-settings.php:794
470
- msgid "Disable IP Tracking"
471
- msgstr "تعطيل تتبع الـ IP"
472
-
473
- #: ../library/plugin-settings.php:796
474
- msgid ""
475
- "By default USP records the IP address with each submitted post. Check this "
476
- "box to disable all IP tracking."
477
- msgstr ""
478
- "بشكل افتراضي USP تسجل عنوان IP مع كل مقالة مرسلة. حدد الخانة الاختيار لتعطيل "
479
- "جميع متتبعات الـ IP."
480
-
481
- #: ../library/plugin-settings.php:799
482
- msgid "Enable Shortcodes"
483
- msgstr "السماح بالأكواد القصيرة"
484
-
485
- #: ../library/plugin-settings.php:801
486
- msgid ""
487
- "Enable shortcodes in widgets. By default, WordPress does not enable "
488
- "shortcodes in widgets. "
489
- msgstr ""
490
- "تمكين الأكواد القصيرة في الودجات. بشكل افتراضي، ووردبريس لا تمكن الأكواد "
491
- "القصيرة في الودجات. "
492
-
493
- #: ../library/plugin-settings.php:802
494
- msgid ""
495
- "This setting enables any/all shortcodes in widgets (even shortcodes from "
496
- "other plugins)."
497
- msgstr ""
498
- "هذا الإعداد يمكين أي/كل الأكواد القصيرة في الودجات (حتى الأكواد القصيرة من "
499
- "الإضافات الأخرى)."
500
-
501
- #: ../library/plugin-settings.php:807 ../library/plugin-settings.php:812
502
- msgid "Categories"
503
- msgstr "التصنيفات"
504
-
505
- #: ../library/plugin-settings.php:815
506
- msgid ""
507
- "Select which categories may be assigned to submitted posts (click to toggle)"
508
- msgstr "حدد التصنيفات التي يمكن أن تتبع لها المقالات المرسلة (أنقر للتبديل)"
509
-
510
- #: ../library/plugin-settings.php:832
511
- msgid "Hidden/Default Category"
512
- msgstr "تصنيف مخفي/افتراضي"
513
-
514
- #: ../library/plugin-settings.php:834
515
- msgid ""
516
- "Use a hidden field for the post category. This may be used to specify a "
517
- "default category when the category field is disabled."
518
- msgstr ""
519
- "استخدام حقل مخفي لتصنيف المقالة. يمكن استخدام هذا لتحديد التصنيف الافتراضي "
520
- "عندما يكون حقل التصنيف معطل."
521
-
522
- #: ../library/plugin-settings.php:837
523
- msgid "Category ID for Hidden Field"
524
- msgstr "معرف ID التصنيف للحقل المخفي"
525
-
526
- #: ../library/plugin-settings.php:839
527
- msgid ""
528
- "Specify the ID of the category to use for the &ldquo;Hidden/Default "
529
- "Category&rdquo; option."
530
- msgstr "تحديد معرف ID للتصنيف للاستخدام لخيار \"التصنيف المخفي/الافتراضي\"."
531
-
532
- #: ../library/plugin-settings.php:844
533
- msgid "Users"
534
- msgstr "الأعضاء"
535
-
536
- #: ../library/plugin-settings.php:849
537
- msgid "Assigned Author"
538
- msgstr "الكاتب المعين"
539
-
540
- #: ../library/plugin-settings.php:858
541
- msgid ""
542
- "Specify the user that should be assigned as author for user-submitted posts."
543
- msgstr ""
544
- "تحديد العضو الذي يجب أن يتم تعيينه ككاتب للمقالات المرسلة user-submitted."
545
-
546
- #: ../library/plugin-settings.php:862
547
- msgid "Registered Username"
548
- msgstr "اسم المستخدم المسجل"
549
-
550
- #: ../library/plugin-settings.php:864
551
- msgid ""
552
- "Use registered username as post author. Valid when the person submitting the "
553
- "form is logged in to WordPress."
554
- msgstr ""
555
- "استخدم اسم المستخدم المسجل ككاتب للمقالة. صحيح عندما يكون الشخص الذي أرسل "
556
- "الاستمارة مسجل الدخول في ووردبريس."
557
-
558
- #: ../library/plugin-settings.php:867
559
- msgid "User Profile URL"
560
- msgstr "رابط URL الملف الشخصي للعضو"
561
-
562
- #: ../library/plugin-settings.php:869
563
- msgid ""
564
- "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid "
565
- "when the person submitting the form is logged in to WordPress."
566
- msgstr ""
567
- "استخدم رابط URL الملف الشخصي للعضو المسجل كقيمة في حقل الرابط. صحيح عندما "
568
- "يكون الشخص الذي أرسل الاستمارة مسجل الدخول في ووردبريس."
569
-
570
- #: ../library/plugin-settings.php:872
571
- msgid "Require User Login"
572
- msgstr "يتطلب تسجيل دخول العضو"
573
-
574
- #: ../library/plugin-settings.php:874
575
- msgid "Require users to be logged in to WordPress to view/submit the form"
576
- msgstr ""
577
- "اطلب من المستخدمين أن يكونوا مسجلين الدخول إلى ووردبريس لعرض/إرسال الاستمارة"
578
-
579
- #: ../library/plugin-settings.php:886
580
- msgid ""
581
- "To prevent spam, enter a question that users must answer before submitting "
582
- "the form."
583
- msgstr ""
584
- "لمنع البريد المزعج، أدخل السؤال الذي يجب على الأعضاء الإجابة عليه قبل إرسال "
585
- "الاستمارة."
586
-
587
- #: ../library/plugin-settings.php:889
588
- msgid "Challenge Response"
589
- msgstr "جواب التحدي"
590
-
591
- #: ../library/plugin-settings.php:891
592
- msgid "Enter the *only* correct answer to the challenge question."
593
- msgstr "أدخل *فقط* الإجابة الصحيحة لسؤال التحدي."
594
-
595
- #: ../library/plugin-settings.php:894
596
- msgid "Case-sensitivity"
597
- msgstr "حساسية حالة الأحرف"
598
-
599
- #: ../library/plugin-settings.php:896
600
- msgid "Check this box if you want the challenge response to be case-sensitive."
601
- msgstr "حدد خانة الاختيار إذا كنت تريد رد التحدي أن يكون حساسا لحالة الأحرف."
602
-
603
- #: ../library/plugin-settings.php:901
604
- msgid "Email Alerts"
605
- msgstr "تنبيهات البريد الإلكتروني"
606
-
607
- #: ../library/plugin-settings.php:906
608
- msgid "Receive Email Alert"
609
- msgstr "تلقي تنبيه البريد الإلكتروني"
610
-
611
- #: ../library/plugin-settings.php:908
612
- msgid ""
613
- "Check this box if you want to be notified via email for new post submissions."
614
- msgstr ""
615
- "حدد خانة الاختيار إذا كنت تريد أن يتم إعلامك عن طريق البريد الإلكتروني "
616
- "بالمقالات المرسلة حديثا."
617
-
618
- #: ../library/plugin-settings.php:911
619
- msgid "Email Address for Alerts"
620
- msgstr "عنوان البريد الإلكتروني للتنبيهات"
621
-
622
- #: ../library/plugin-settings.php:913
623
- msgid ""
624
- "If you checked the box to receive email alerts, indicate here the "
625
- "address(es) to which the emails should be sent."
626
- msgstr ""
627
- "إذا حددت المربع لتلقي التنبيهات عبر البريد الإلكتروني، حدد هنا العنوان "
628
- "(العناوين) الذي ينبغي أن ترسل لها رسائل البريد الإلكتروني."
629
-
630
- #: ../library/plugin-settings.php:914
631
- msgid "Multiple recipients may be included using a comma, like so:"
632
- msgstr "يمكن تضمين مستلمين متعددين باستخدام فاصلة، على النحو التالي:"
633
-
634
- #: ../library/plugin-settings.php:917
635
- msgid "Email Alert Subject"
636
- msgstr "موضوع تنبيه البريد الإلكتروني"
637
-
638
- #: ../library/plugin-settings.php:919
639
- msgid ""
640
- "Subject line for email alerts. Leave blank to use the default subject line. "
641
- "Note: you can use the following variables: "
642
- msgstr ""
643
- "سطر الموضوع لتنبيهات البريد الإلكتروني. اتركه فارغا لاستخدام سطر الموضوع "
644
- "الافتراضي. ملاحظة: يمكنك استخدام المتغيرات التالية: "
645
-
646
- #: ../library/plugin-settings.php:923
647
- msgid "Email Alert Message"
648
- msgstr "رسالة تنبيه البريد الإلكتروني"
649
-
650
- #: ../library/plugin-settings.php:925
651
- msgid ""
652
- "Message for email alerts. Leave blank to use the default message. Note: you "
653
- "can use the following variables: "
654
- msgstr ""
655
- "رسالة تنبيهات البريد الإلكتروني. اتركه فارغا لاستخدام الرسالة الافتراضية. "
656
- "ملاحظة: يمكنك استخدام المتغيرات التالية: "
657
-
658
- #: ../library/plugin-settings.php:936
659
- msgid "Featured Image"
660
- msgstr "الصورة البارزة"
661
-
662
- #: ../library/plugin-settings.php:938
663
- msgid ""
664
- "Set submitted images as Featured Images. Requires theme support for Featured "
665
- "Images (aka Post Thumbnails)."
666
- msgstr ""
667
- "تعيين الصور التي تم إرسالها كصور بارزة. يتطلب قالب يدعم الصور البارزة (ويعرف "
668
- "أيضا باسم الصور المصغرة)."
669
-
670
- #: ../library/plugin-settings.php:941
671
- msgid "Upload Message"
672
- msgstr "رسالة الرفع"
673
-
674
- #: ../library/plugin-settings.php:943
675
- msgid ""
676
- "Message that appears next to the upload field. Useful for stating your "
677
- "upload guidelines/policy/etc. Basic markup allowed."
678
- msgstr ""
679
- "الرسالة التي تظهر بجوار حقل التحميل. مفيدة لتحديد إرشادات التحميل/ السياسات/ "
680
- "الخ. السماح بالترميز الأساسي."
681
-
682
- #: ../library/plugin-settings.php:946
683
- msgid "&ldquo;Add another image&rdquo; link"
684
- msgstr "رابط \"إضافة صورة أخرى\""
685
-
686
- #: ../library/plugin-settings.php:948
687
- msgid ""
688
- "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to "
689
- "use the default markup (recommended)."
690
- msgstr ""
691
- "ترميز مخصص لرابط \"إضافة صورة أخرى\". اتركه فارغا لاستخدام الترميز الافتراضي "
692
- "(يوصى به)."
693
-
694
- #: ../library/plugin-settings.php:951
695
- msgid "Minimum number of images"
696
- msgstr "الحد الأدنى لعدد الصور"
697
-
698
- #: ../library/plugin-settings.php:954
699
- msgid "Specify the minimum number of images."
700
- msgstr "حدد الحد الأدنى لعدد الصور."
701
-
702
- #: ../library/plugin-settings.php:958
703
- msgid "Maximum number of images"
704
- msgstr "الحد الأقصى لعدد الصور"
705
-
706
- #: ../library/plugin-settings.php:961
707
- msgid "Specify the maximum number of images."
708
- msgstr "حدد الحد الأقصى لعدد الصور."
709
-
710
- #: ../library/plugin-settings.php:965
711
- msgid "Minimum image width"
712
- msgstr "عرض الصورة الأدنى"
713
-
714
- #: ../library/plugin-settings.php:967
715
- msgid "Specify a minimum width (in pixels) for uploaded images."
716
- msgstr "حدد الحد الأدنى لعرض (بالبكسل) الصور المرفوعة."
717
-
718
- #: ../library/plugin-settings.php:970
719
- msgid "Minimum image height"
720
- msgstr "ارتفاع الصورة الأدنى"
721
-
722
- #: ../library/plugin-settings.php:972
723
- msgid "Specify a minimum height (in pixels) for uploaded images."
724
- msgstr "حدد الحد الأدنى لارتفاع (بالبكسل) الصور المرفوعة."
725
-
726
- #: ../library/plugin-settings.php:975
727
- msgid "Maximum image width"
728
- msgstr "عرض الصورة الأقصى"
729
-
730
- #: ../library/plugin-settings.php:977
731
- msgid "Specify a maximum width (in pixels) for uploaded images."
732
- msgstr "حدد الحد الأقصى لعرض (بالبكسل) الصور المرفوعة."
733
-
734
- #: ../library/plugin-settings.php:980
735
- msgid "Maximum image height"
736
- msgstr "ارتفاع الصورة الأقصى"
737
-
738
- #: ../library/plugin-settings.php:982
739
- msgid "Specify a maximum height (in pixels) for uploaded images."
740
- msgstr "حدد الحد الأقصى لارتفاع (بالبكسل) الصور المرفوعة."
741
-
742
- #: ../library/plugin-settings.php:985
743
- msgid "More Options"
744
- msgstr "المزيد من الخيارات"
745
-
746
- #: ../library/plugin-settings.php:988
747
- msgid ""
748
- "For more options, like the ability to upload other file types (like PDF, "
749
- "Word, Zip, videos, and more), check out"
750
- msgstr ""
751
- "لمزيد من الخيارات، مثل القدرة على رفع أنواع ملفات أخرى (مثل PDF، Word، Zip "
752
- "ومقاطع الفيديو والمزيد)، اطلع على"
753
-
754
- #: ../library/plugin-settings.php:989
755
- msgid "Go Pro!"
756
- msgstr "الذهاب إلى النسخة المدفوعة!"
757
-
758
- #: ../library/plugin-settings.php:989
759
- msgid "USP Pro"
760
- msgstr "USP برو"
761
-
762
- #: ../library/plugin-settings.php:996
763
- msgid "Auto-Display Content"
764
- msgstr "محتوى العرض التلقائي"
765
-
766
- #: ../library/plugin-settings.php:1001
767
- msgid "Images Auto-Display"
768
- msgstr "العرض التلقائي للصور"
769
-
770
- #: ../library/plugin-settings.php:1003
771
- msgid "Auto-display user-submitted images:"
772
- msgstr "عرض الصور التي أرسلها المستخدمون تلقائيا:"
773
-
774
- #: ../library/plugin-settings.php:1008
775
- msgid "Image Markup"
776
- msgstr "ترميز الصورة"
777
-
778
- #: ../library/plugin-settings.php:1010
779
- msgid ""
780
- "Markup to use for each submitted image (when auto-display is enabled). Can "
781
- "use"
782
- msgstr ""
783
- "الترميز المستخدم لكل صورة تم إرسالها (عند تمكين العرض التلقائي). يمكن استخدام"
784
-
785
- #: ../library/plugin-settings.php:1012
786
- msgid "and"
787
- msgstr "و"
788
-
789
- #: ../library/plugin-settings.php:1015
790
- msgid "Email Auto-Display"
791
- msgstr "العرض التلقائي للبريد الإلكتروني"
792
-
793
- #: ../library/plugin-settings.php:1017
794
- msgid "Auto-display user-submitted email:"
795
- msgstr "عرض البريد الإلكتروني الذي أرسله المستخدم تلقائيا:"
796
-
797
- #: ../library/plugin-settings.php:1022
798
- msgid "Email Markup"
799
- msgstr "ترميز البريد الإلكتروني"
800
-
801
- #: ../library/plugin-settings.php:1024
802
- msgid ""
803
- "Markup to use for the submitted email address (when auto-display is "
804
- "enabled). Can use"
805
- msgstr ""
806
- "الترميز المستخدم لعنوان البريد الإلكتروني المرسل (عند تمكين العرض التلقائي). "
807
- "يمكن استخدام"
808
-
809
- #: ../library/plugin-settings.php:1027
810
- msgid "URL Auto-Display"
811
- msgstr "العرض التلقائي لرابط URL"
812
-
813
- #: ../library/plugin-settings.php:1029
814
- msgid "Auto-display user-submitted URL:"
815
- msgstr "العرض التلقائي لرابط URL المستخدم المرسل:"
816
-
817
- #: ../library/plugin-settings.php:1034
818
- msgid "URL Markup"
819
- msgstr "ترميز رابط URL"
820
-
821
- #: ../library/plugin-settings.php:1036
822
- msgid ""
823
- "Markup to use for the submitted URL (when auto-display is enabled). Can use"
824
- msgstr ""
825
- "الترميز المستخدم لرابط URL المرسل (عند تمكين العرض التلقائي). يمكن استخدام"
826
-
827
- #: ../library/plugin-settings.php:1041 ../library/plugin-settings.php:1075
828
- msgid "Save Settings"
829
- msgstr "حفظ الإعدادات"
830
-
831
- #: ../library/plugin-settings.php:1046
832
- msgid "Shortcode &amp; Template Tag"
833
- msgstr "الكود القصير ووسم القالب"
834
-
835
- #: ../library/plugin-settings.php:1049
836
- msgid ""
837
- "To implement USP, first configure the plugin settings, then use the "
838
- "shortcode or template to display the form on the front-end as desired."
839
- msgstr ""
840
- "لتنفيذ USP، أولا اضبط إعدادات الإضافة، ثم استخدم الكود القصير أو قالب لعرض "
841
- "الاستمارة على الواجهة الأمامية كما هو مطلوب."
842
-
843
- #: ../library/plugin-settings.php:1051
844
- msgid "Shortcode"
845
- msgstr "الكود القصير"
846
-
847
- #: ../library/plugin-settings.php:1052
848
- msgid "Use this shortcode to display the USP Form on any WP Post or Page:"
849
- msgstr "استخدم هذا الكود القصير لعرض USP في أي مقالة أو الصفحة:"
850
-
851
- #: ../library/plugin-settings.php:1055
852
- msgid "Template tag"
853
- msgstr "وسم القالب"
854
-
855
- #: ../library/plugin-settings.php:1056
856
- msgid ""
857
- "Use this template tag to display the USP Form anywhere in your theme "
858
- "template:"
859
- msgstr "استخدم وسم القالب هذا لعرض USP في أي مكان في القالب الخاص بك:"
860
-
861
- #: ../library/plugin-settings.php:1062
862
- msgid "Restore Defaults"
863
- msgstr "استعادة الضبط الافتراضي"
864
-
865
- #: ../library/plugin-settings.php:1066
866
- msgid "Restore default options upon plugin deactivation/reactivation."
867
- msgstr "استعادة الخيارات الافتراضية عند تعطيل/إعادة تفعيل الإضافة."
868
-
869
- #: ../library/plugin-settings.php:1070
870
- msgid "Tip:"
871
- msgstr "تلميح:"
872
-
873
- #: ../library/plugin-settings.php:1071
874
- msgid "leave this option unchecked to remember your settings."
875
- msgstr "اترك هذا الخيار غير محدد لتذكر إعداداتك."
876
-
877
- #: ../library/plugin-settings.php:1072
878
- msgid ""
879
- "Or, to go ahead and restore all default options, check the box, save your "
880
- "settings, and then deactivate/reactivate the plugin."
881
- msgstr ""
882
- "أو، للمضي قدما واستعادة جميع الخيارات الافتراضية، حدد المربع، وحفظ الإعدادات "
883
- "الخاصة بك، ثم تعطيل/إعادة تفعيل الإضافة."
884
-
885
- #: ../library/plugin-settings.php:1080
886
- msgid "Show Support"
887
- msgstr "إظهار الدعم"
888
-
889
- #: ../library/plugin-settings.php:1092
890
- msgid "by"
891
- msgstr "بواسطة"
892
-
893
- #: ../library/plugin-settings.php:1093
894
- msgid "Jeff Starr on Twitter"
895
- msgstr "Jeff Starr على تويتر"
896
-
897
- #: ../library/plugin-settings.php:1094
898
- msgid "Obsessive Web Design &amp; Development"
899
- msgstr "تصميم وتطوير مواقع الويب"
900
-
901
- #: ../library/plugin-settings.php:1105
902
- msgid "Save Preference"
903
- msgstr "حفظ الإعدادات"
904
-
905
- #: ../library/plugin-settings.php:1112
906
- msgid ""
907
- "Are you sure you want to restore all default options? (this action cannot be "
908
- "undone)"
909
- msgstr ""
910
- "هل أنت متأكد من أنك تريد استرجاع الإعدادات الافتراضية؟ (لا يمكن عكس العملية)"
911
-
912
- #: ../library/template-tags.php:209
913
- msgid "View full post"
914
- msgstr "مشاهدة المقالة كاملة"
915
-
916
- #: ../user-submitted-posts.php:26
917
- msgid "User Submitted Posts"
918
- msgstr "User Submitted Posts"
919
-
920
- #: ../user-submitted-posts.php:58
921
- msgid "requires WordPress "
922
- msgstr "يتطلب ووردبريس"
923
-
924
- #: ../user-submitted-posts.php:59
925
- msgid " or higher, and has been deactivated! "
926
- msgstr "أو أعلى، وتم تعطيلها!"
927
-
928
- #: ../user-submitted-posts.php:60
929
- msgid "Please return to the"
930
- msgstr "يرجى العودة إلى"
931
-
932
- #: ../user-submitted-posts.php:61
933
- msgid "WordPress Admin Area"
934
- msgstr "لوحة تحكم ووردبريس"
935
-
936
- #: ../user-submitted-posts.php:62
937
- msgid "to upgrade WordPress and try again."
938
- msgstr "لترقية ووردبريس وحاول مرة أخرى."
939
-
940
- #: ../user-submitted-posts.php:104
941
- msgid "User Submitted Post"
942
- msgstr "User Submitted Post"
943
-
944
- #: ../user-submitted-posts.php:318
945
- msgid "User Submitted Post Info"
946
- msgstr "معلومات User Submitted Posts"
947
-
948
- #: ../user-submitted-posts.php:348
949
- msgid "Submitter Name: "
950
- msgstr "اسم المرسل:"
951
-
952
- #: ../user-submitted-posts.php:349
953
- msgid "Submitter Email: "
954
- msgstr "البريد الإلكتروني للمرسل:"
955
-
956
- #: ../user-submitted-posts.php:350
957
- msgid "Submitter URL: "
958
- msgstr "الرابط URL المرسل:"
959
-
960
- #: ../user-submitted-posts.php:351
961
- msgid "Submitter IP: "
962
- msgstr "IP المرسل:"
963
-
964
- #: ../user-submitted-posts.php:400
965
- msgid "Show USP Posts"
966
- msgstr "إظهار مقالات USP"
967
-
968
- #: ../user-submitted-posts.php:401
969
- msgid "USP"
970
- msgstr "USP"
971
-
972
- #: ../user-submitted-posts.php:986
973
- msgid " files required"
974
- msgstr "ملفات مطلوبة"
975
-
976
- #: ../user-submitted-posts.php:987
977
- msgid " file required"
978
- msgstr "ملف مطلوب"
979
-
980
- #: ../user-submitted-posts.php:989
981
- msgid " files"
982
- msgstr "ملفات"
983
-
984
- #: ../user-submitted-posts.php:990
985
- msgid " file"
986
- msgstr "ملف"
987
-
988
- #: ../user-submitted-posts.php:992 ../user-submitted-posts.php:993
989
- #: ../user-submitted-posts.php:994 ../user-submitted-posts.php:995
990
- msgid " pixels"
991
- msgstr "بكسلات"
992
-
993
- #: ../user-submitted-posts.php:998
994
- msgid "An error occurred. Please go back and try again."
995
- msgstr "حدث خطأ. يرجى العودة والمحاولة مرة أخرى."
996
-
997
- #: ../user-submitted-posts.php:1008
998
- msgid "User login required"
999
- msgstr "تسجيل الدخول مطلوب"
1000
-
1001
- #: ../user-submitted-posts.php:1009
1002
- msgid "User name required"
1003
- msgstr "اسم المستخدم مطلوب"
1004
-
1005
- #: ../user-submitted-posts.php:1010
1006
- msgid "Post title required"
1007
- msgstr "عنوان المقالة مطلوب"
1008
-
1009
- #: ../user-submitted-posts.php:1011
1010
- msgid "User URL required"
1011
- msgstr "رابط URL العضو مطلوبة"
1012
-
1013
- #: ../user-submitted-posts.php:1012
1014
- msgid "Post tags required"
1015
- msgstr "الكلمات الدلالية مطلوبة"
1016
-
1017
- #: ../user-submitted-posts.php:1013
1018
- msgid "Post category required"
1019
- msgstr "تصنيف المقالة مطلوب"
1020
-
1021
- #: ../user-submitted-posts.php:1014
1022
- msgid "Post content required"
1023
- msgstr "محتوى المقالة مطلوب"
1024
-
1025
- #: ../user-submitted-posts.php:1015
1026
- msgid "Correct captcha required"
1027
- msgstr "التحقق البشري مطلوب"
1028
-
1029
- #: ../user-submitted-posts.php:1016
1030
- msgid "User email required"
1031
- msgstr "البريد الإلكتروني للعضو مطلوب"
1032
-
1033
- #: ../user-submitted-posts.php:1017
1034
- msgid "Non-empty value for hidden field"
1035
- msgstr "لا قيمة فارغة للحقل المخفي"
1036
-
1037
- #: ../user-submitted-posts.php:1018
1038
- msgid "Minimum number of images not met"
1039
- msgstr "الحد الأدنى لعدد الصور لم يتحقق"
1040
-
1041
- #: ../user-submitted-posts.php:1019
1042
- msgid "Maximum number of images exceeded "
1043
- msgstr "الحد الأقصى لعدد الصور لم يتحقق "
1044
-
1045
- #: ../user-submitted-posts.php:1020
1046
- msgid "Minimum image width not met"
1047
- msgstr "الحد الأدنى لعرض الصورة لم يتحقق"
1048
-
1049
- #: ../user-submitted-posts.php:1021
1050
- msgid "Image width exceeds maximum"
1051
- msgstr "يتجاوز عرض الصورة الحد الأقصى"
1052
-
1053
- #: ../user-submitted-posts.php:1022
1054
- msgid "Minimum image height not met"
1055
- msgstr "الحد الأدنى لارتفاع الصورة لم يتحقق"
1056
-
1057
- #: ../user-submitted-posts.php:1023
1058
- msgid "Image height exceeds maximum"
1059
- msgstr "يتجاوز ارتفاع الصورة الحد الأقصى"
1060
-
1061
- #: ../user-submitted-posts.php:1024
1062
- msgid "File type not allowed (please upload images only)"
1063
- msgstr "نوع الملف غير مسموح به (الرجاء رفع الصور فقط)"
1064
-
1065
- #: ../user-submitted-posts.php:1025
1066
- msgid "The selected files could not be uploaded to the server"
1067
- msgstr "الملفات المحددة لا يمكن رفعها للخادم"
1068
-
1069
- #: ../user-submitted-posts.php:1029
1070
- msgid "The file(s) could not be uploaded"
1071
- msgstr "الملف (الملفات) لا يمكن رفعها"
1072
-
1073
- #: ../user-submitted-posts.php:1031
1074
- msgid "Post not created. Please contact the site administrator for help."
1075
- msgstr ""
1076
- "لم يتم إنشاء المقالة. الرجاء الاتصال بمسؤول الموقع للحصول على المساعدة."
1077
-
1078
- #: ../user-submitted-posts.php:1032
1079
- msgid "Duplicate post title. Please try again."
1080
- msgstr "تكرار لعنوان المقالة. حاول مرة أخرى رجاء."
1081
-
1082
- #: ../user-submitted-posts.php:1042
1083
- msgid "Error: "
1084
- msgstr "خطأ: "
1085
-
1086
- #: ../user-submitted-posts.php:1068
1087
- msgid "Return to form"
1088
- msgstr "الرجوع إلى الاستمارة"
1089
-
1090
- #: ../user-submitted-posts.php:1095
1091
- msgid "log in"
1092
- msgstr "تسجيل الدخول"
1093
-
1094
- #: ../user-submitted-posts.php:1096
1095
- msgid "to submit content!"
1096
- msgstr "إرسال محتوى!"
1097
-
1098
- #: ../views/submission-form.php:42
1099
- msgid "Please complete the required fields."
1100
- msgstr "يرجى إكمال جميع الحقول المطلوبة."
1101
-
1102
- #: ../views/submission-form.php:52 ../views/submission-form.php:53
1103
- msgid "Your Name"
1104
- msgstr "اسمك"
1105
-
1106
- #: ../views/submission-form.php:58 ../views/submission-form.php:59
1107
- msgid "Your URL"
1108
- msgstr "الرابط"
1109
-
1110
- #: ../views/submission-form.php:64 ../views/submission-form.php:65
1111
- msgid "Your Email"
1112
- msgstr "بريدك الإلكتروني"
1113
-
1114
- #: ../views/submission-form.php:83
1115
- msgid "Antispam Question"
1116
- msgstr "التحقق البشري"
1117
-
1118
- #: ../views/submission-form.php:90
1119
- msgid "Please select a category.."
1120
- msgstr "اختر التصنيف.."
1121
-
1122
- #: ../views/submission-form.php:132
1123
- msgid "Upload an Image"
1124
- msgstr "رفع صورة"
1125
-
1126
- #: ../views/submission-form.php:141
1127
- msgid "Add another image"
1128
- msgstr "إضافة صورة أخرى"
1129
-
1130
- #: ../views/submission-form.php:163
1131
- msgid "Human verification: leave this field empty."
1132
- msgstr "التحقق البشري: اترك هذه الخانة فارغة."
1133
-
1134
- #: ../views/submission-form.php:185
1135
- msgid "Submit Post"
1136
- msgstr "أرسل المقالة"
1137
-
1138
- #~ msgid "Submitted"
1139
- #~ msgid_plural "Submitted"
1140
- #~ msgstr[0] "تم الإرسال"
1141
- #~ msgstr[1] ""
1142
- #~ msgstr[2] ""
1143
- #~ msgstr[3] ""
1144
- #~ msgstr[4] ""
1145
- #~ msgstr[5] ""
1146
-
1147
- #~ msgid "Post url required"
1148
- #~ msgstr "عنوان الرابط مطلوب"
1149
-
1150
- #~ msgid "Show"
1151
- #~ msgstr "إظهار"
1152
-
1153
- #~ msgid "Hide"
1154
- #~ msgstr "إخفاء"
1155
-
1156
- #~ msgid "Post URL"
1157
- #~ msgstr "رابط المقال"
1158
-
1159
- #~ msgid "Challenge question (Captcha)"
1160
- #~ msgstr "التحقق البشري"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: Loco - https://localise.biz/\n"
7
+ "Project-Id-Version: USP\n"
8
+ "Language: ar-AR\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2017-08-03 19:28+0000\n"
11
+ "PO-Revision-Date: 2017-08-03 19:28+0000\n"
12
+ "Last-Translator: Jeff Starr <help@monzillamedia.com>\n"
13
+ "Language-Team: Arabic (Argentina)\n"
14
+ "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100 >= 3 "
15
+ "&& n%100<=10 ? 3 : n%100 >= 11 && n%100<=99 ? 4 : 5"
16
+
17
+ #. Name of the plugin
18
+ #: user-submitted-posts.php:43
19
+ msgid "User Submitted Posts"
20
+ msgstr "تم إرسال مشاركات المستخدمين"
21
+
22
+ #: user-submitted-posts.php:75
23
+ msgid "requires WordPress "
24
+ msgstr "يتطلب وردبريس"
25
+
26
+ #: user-submitted-posts.php:76
27
+ msgid " or higher, and has been deactivated! "
28
+ msgstr " أو أعلى، وقد تم إلغاء تنشيط!"
29
+
30
+ #: user-submitted-posts.php:77
31
+ msgid "Please return to the"
32
+ msgstr "يرجى العودة إلى"
33
+
34
+ #: user-submitted-posts.php:78
35
+ msgid "WordPress Admin Area"
36
+ msgstr "منطقة المشرف وردبريس"
37
+
38
+ #: user-submitted-posts.php:79
39
+ msgid "to upgrade WordPress and try again."
40
+ msgstr "لرفع مستوى وردبريس وحاول مرة أخرى."
41
+
42
+ #: user-submitted-posts.php:121
43
+ msgid "User Submitted Post"
44
+ msgstr "مشاركة المستخدم التي تم إرسالها"
45
+
46
+ #: user-submitted-posts.php:384
47
+ msgid "User Submitted Post Info"
48
+ msgstr "تم إرسال معلومات المشاركة بواسطة المستخدم"
49
+
50
+ #: user-submitted-posts.php:414
51
+ msgid "Submitter Name: "
52
+ msgstr "اسم المرسل:"
53
+
54
+ #: user-submitted-posts.php:415
55
+ msgid "Submitter Email: "
56
+ msgstr "البريد الإلكتروني للمرسل:"
57
+
58
+ #: user-submitted-posts.php:416
59
+ msgid "Submitter URL: "
60
+ msgstr "عنوان ورل للمرسل:"
61
+
62
+ #: user-submitted-posts.php:417
63
+ msgid "Submitter IP: "
64
+ msgstr "إب المرسل:"
65
+
66
+ #: user-submitted-posts.php:468
67
+ msgid "Show USP Posts"
68
+ msgstr "عرض مشاركات أوسب"
69
+
70
+ #: user-submitted-posts.php:469
71
+ msgid "USP"
72
+ msgstr "USP"
73
+
74
+ #: user-submitted-posts.php:1103
75
+ msgid " files required"
76
+ msgstr " الملفات المطلوبة"
77
+
78
+ #: user-submitted-posts.php:1104
79
+ msgid " file required"
80
+ msgstr " الملف مطلوب"
81
+
82
+ #: user-submitted-posts.php:1106
83
+ msgid " files"
84
+ msgstr " ملفات"
85
+
86
+ #: user-submitted-posts.php:1107
87
+ msgid " file"
88
+ msgstr " ملف"
89
+
90
+ #: user-submitted-posts.php:1109 user-submitted-posts.php:1110
91
+ #: user-submitted-posts.php:1111 user-submitted-posts.php:1112
92
+ msgid " pixels"
93
+ msgstr " بكسل"
94
+
95
+ #: user-submitted-posts.php:1115
96
+ msgid "An error occurred. Please go back and try again."
97
+ msgstr "حدث خطأ. الرجاء العودة والمحاولة مجددا."
98
+
99
+ #: user-submitted-posts.php:1125
100
+ msgid "User login required"
101
+ msgstr "مطلوب تسجيل دخول المستخدم"
102
+
103
+ #: user-submitted-posts.php:1126
104
+ msgid "User name required"
105
+ msgstr "اسم المستخدم (مطلوب"
106
+
107
+ #: user-submitted-posts.php:1127
108
+ msgid "Post title required"
109
+ msgstr "عنوان المشاركة مطلوب"
110
+
111
+ #: user-submitted-posts.php:1128
112
+ msgid "User URL required"
113
+ msgstr "عنوان ورل للمستخدم مطلوب"
114
+
115
+ #: user-submitted-posts.php:1129
116
+ msgid "Post tags required"
117
+ msgstr "علامات المشاركة مطلوبة"
118
+
119
+ #: user-submitted-posts.php:1130
120
+ msgid "Post category required"
121
+ msgstr "فئة المشاركة مطلوبة"
122
+
123
+ #: user-submitted-posts.php:1131
124
+ msgid "Post content required"
125
+ msgstr "مشاركة المحتوى المطلوب"
126
+
127
+ #: user-submitted-posts.php:1132 user-submitted-posts.php:1133
128
+ msgid "Correct captcha required"
129
+ msgstr "مطلوب كابتشا الصحيح"
130
+
131
+ #: user-submitted-posts.php:1134
132
+ msgid "User email required"
133
+ msgstr "مطلوب البريد الإلكتروني للمستخدم"
134
+
135
+ #: user-submitted-posts.php:1135
136
+ msgid "Please check your email and try again"
137
+ msgstr "يرجى التحقق من بريدك الإلكتروني وإعادة المحاولة"
138
+
139
+ #: user-submitted-posts.php:1136
140
+ msgid "Non-empty value for hidden field"
141
+ msgstr "قيمة غير فارغة للحقل المخفى"
142
+
143
+ #: user-submitted-posts.php:1137
144
+ msgid "Minimum number of images not met"
145
+ msgstr "الحد الأدنى لعدد الصور التي لم يتم استيفاؤها"
146
+
147
+ #: user-submitted-posts.php:1138
148
+ msgid "Maximum number of images exceeded "
149
+ msgstr "تم تجاوز الحد الأقصى لعدد الصور"
150
+
151
+ #: user-submitted-posts.php:1139
152
+ msgid "Minimum image width not met"
153
+ msgstr "لم يتم استيفاء الحد الأدنى لعرض الصورة"
154
+
155
+ #: user-submitted-posts.php:1140
156
+ msgid "Image width exceeds maximum"
157
+ msgstr "يتجاوز عرض الصورة الحد الأقصى"
158
+
159
+ #: user-submitted-posts.php:1141
160
+ msgid "Minimum image height not met"
161
+ msgstr "لم يتم تحقيق الحد الأدنى لصورة الارتفاع"
162
+
163
+ #: user-submitted-posts.php:1142
164
+ msgid "Image height exceeds maximum"
165
+ msgstr "يتجاوز ارتفاع الصورة الحد الأقصى"
166
+
167
+ #: user-submitted-posts.php:1143
168
+ msgid "File type not allowed (please upload images only)"
169
+ msgstr "نوع الملف غير مسموح به (يرجى تحميل الصور فقط)"
170
+
171
+ #: user-submitted-posts.php:1147
172
+ msgid "Error uploading file. Please check the file size and try again."
173
+ msgstr "حدث خطأ أثناء تحميل الملف. يرجى التحقق من حجم الملف وإعادة المحاولة."
174
+
175
+ #: user-submitted-posts.php:1151
176
+ msgid "The file(s) could not be uploaded"
177
+ msgstr "تعذر تحميل الملف (الملفات)"
178
+
179
+ #: user-submitted-posts.php:1153
180
+ msgid "Post not created. Please contact the site administrator for help."
181
+ msgstr "لم يتم إنشاء المشاركة. يرجى الاتصال بمسؤول الموقع للحصول على المساعدة."
182
+
183
+ #: user-submitted-posts.php:1154
184
+ msgid "Duplicate post title. Please try again."
185
+ msgstr "عنوان مشاركة مكرر. حاول مرة اخرى."
186
+
187
+ #: user-submitted-posts.php:1164
188
+ msgid "Error: "
189
+ msgstr "خطأ:"
190
+
191
+ #: user-submitted-posts.php:1190
192
+ msgid "Return to form"
193
+ msgstr "العودة إلى النموذج"
194
+
195
+ #: user-submitted-posts.php:1218 library/plugin-settings.php:658
196
+ msgid "Please"
197
+ msgstr "رجاء"
198
+
199
+ #: user-submitted-posts.php:1219
200
+ msgid "log in"
201
+ msgstr "تسجيل الدخول"
202
+
203
+ #: user-submitted-posts.php:1220
204
+ msgid "to submit content!"
205
+ msgstr "لتقديم المحتوى!"
206
+
207
+ #: views/submission-form.php:45 views/submission-form-alt.php:54
208
+ msgid "Please complete the required fields."
209
+ msgstr "يرجى إكمال الحقول المطلوبة."
210
+
211
+ #: views/submission-form.php:55 views/submission-form.php:56
212
+ #: views/submission-form-alt.php:60 views/submission-form-alt.php:61
213
+ msgid "Your Name"
214
+ msgstr "اسمك"
215
+
216
+ #: views/submission-form.php:61 views/submission-form.php:62
217
+ #: views/submission-form-alt.php:66 views/submission-form-alt.php:67
218
+ msgid "Your URL"
219
+ msgstr "عنوان ورل"
220
+
221
+ #: views/submission-form.php:67 views/submission-form.php:68
222
+ #: views/submission-form-alt.php:72 views/submission-form-alt.php:73
223
+ msgid "Your Email"
224
+ msgstr "بريدك الالكتروني"
225
+
226
+ #: views/submission-form.php:73 views/submission-form.php:74
227
+ #: views/submission-form-alt.php:78 views/submission-form-alt.php:79
228
+ #: library/plugin-settings.php:747
229
+ msgid "Post Title"
230
+ msgstr "عنوان المشاركة"
231
+
232
+ #: views/submission-form.php:79 views/submission-form.php:80
233
+ #: views/submission-form-alt.php:84 views/submission-form-alt.php:85
234
+ #: library/plugin-settings.php:757
235
+ msgid "Post Tags"
236
+ msgstr "علامات المشاركة"
237
+
238
+ #: views/submission-form.php:86 views/submission-form-alt.php:91
239
+ msgid "Antispam Question"
240
+ msgstr "سؤال أنتيسبام"
241
+
242
+ #: views/submission-form.php:91 views/submission-form-alt.php:96
243
+ #: library/plugin-settings.php:767
244
+ msgid "Post Category"
245
+ msgstr "مشاركة الفئة"
246
+
247
+ #: views/submission-form.php:93 views/submission-form-alt.php:98
248
+ msgid "Please select a category.."
249
+ msgstr "الرجاء تحديد الفئة.."
250
+
251
+ #: views/submission-form.php:128 views/submission-form.php:129
252
+ #: views/submission-form-alt.php:133 views/submission-form-alt.php:134
253
+ #: library/plugin-settings.php:777
254
+ msgid "Post Content"
255
+ msgstr "آخر المحتوى"
256
+
257
+ #: views/submission-form.php:135 views/submission-form-alt.php:140
258
+ msgid "Verification"
259
+ msgstr "التحقق"
260
+
261
+ #: views/submission-form.php:142 views/submission-form-alt.php:147
262
+ msgid "Upload an Image"
263
+ msgstr "تحميل صورة"
264
+
265
+ #: views/submission-form.php:151 views/submission-form-alt.php:156
266
+ msgid "Add another image"
267
+ msgstr "إضافة صورة أخرى"
268
+
269
+ #: views/submission-form.php:173 views/submission-form-alt.php:178
270
+ msgid "Human verification: leave this field empty."
271
+ msgstr "التحقق البشري: اترك هذا الحقل فارغا."
272
+
273
+ #: views/submission-form.php:195 views/submission-form-alt.php:200
274
+ msgid "Submit Post"
275
+ msgstr "إرسال مشاركة"
276
+
277
+ #: library/plugin-settings.php:32
278
+ msgid "Get USP Pro for unlimited forms!"
279
+ msgstr "الحصول على أوسب برو لأشكال غير محدودة!"
280
+
281
+ #: library/plugin-settings.php:33
282
+ msgid "Go Pro"
283
+ msgstr "الذهاب برو"
284
+
285
+ #: library/plugin-settings.php:37
286
+ msgid "Settings"
287
+ msgstr "إعدادات"
288
+
289
+ #: library/plugin-settings.php:55
290
+ msgid "Give USP a 5-star rating at WordPress.org"
291
+ msgstr "إعطاء أوسب تصنيف 5 نجوم في WordPress.org"
292
+
293
+ #: library/plugin-settings.php:56
294
+ msgid "Rate this plugin&nbsp;&raquo;"
295
+ msgstr "تقييم هذا البرنامج المساعد"
296
+
297
+ #: library/plugin-settings.php:115
298
+ msgid "WP Post (recommended)"
299
+ msgstr "وب بوست (موصى به)"
300
+
301
+ #: library/plugin-settings.php:119
302
+ msgid "WP Page"
303
+ msgstr "صفحة وب"
304
+
305
+ #: library/plugin-settings.php:135
306
+ msgid "HTML5 Form + Default CSS"
307
+ msgstr "نموذج HTML5 + كس الافتراضي"
308
+
309
+ #: library/plugin-settings.php:135
310
+ msgid "(Recommended)"
311
+ msgstr "(موصى به)"
312
+
313
+ #: library/plugin-settings.php:139
314
+ msgid "HTML5 Form + Disable CSS"
315
+ msgstr "HTML5 فورم + ديزابل كس"
316
+
317
+ #: library/plugin-settings.php:139
318
+ msgid "(Provide your own styles)"
319
+ msgstr "(توفير الأنماط الخاصة بك)"
320
+
321
+ #: library/plugin-settings.php:143
322
+ msgid "Custom Form + Custom CSS"
323
+ msgstr "نموذج مخصص + كس مخصص"
324
+
325
+ #: library/plugin-settings.php:143
326
+ msgid "(Provide your own form template &amp; styles)"
327
+ msgstr "(تقديم قالب النموذج الخاص بك والأنماط)"
328
+
329
+ #: library/plugin-settings.php:159 library/plugin-settings.php:183
330
+ #: library/plugin-settings.php:206
331
+ msgid "Auto-display before post content"
332
+ msgstr "عرض تلقائي قبل نشر المحتوى"
333
+
334
+ #: library/plugin-settings.php:163 library/plugin-settings.php:187
335
+ #: library/plugin-settings.php:210
336
+ msgid "Auto-display after post content"
337
+ msgstr "عرض تلقائي بعد نشر المحتوى"
338
+
339
+ #: library/plugin-settings.php:167
340
+ msgid "Do not auto-display submitted images"
341
+ msgstr "عدم عرض الصور المرسلة تلقائيا"
342
+
343
+ #: library/plugin-settings.php:191
344
+ msgid "Do not auto-display submitted email"
345
+ msgstr "عدم عرض البريد الإلكتروني المقدم تلقائيا"
346
+
347
+ #: library/plugin-settings.php:214
348
+ msgid "Do not auto-display submitted URL"
349
+ msgstr "عدم عرض عنوان ورل الذي تم إرساله تلقائيا"
350
+
351
+ #: library/plugin-settings.php:367
352
+ msgid ""
353
+ "There was an error. Please ensure that you have added a title, some content, "
354
+ "and that you have uploaded only images."
355
+ msgstr ""
356
+ "كان هناك خطأ. يرجى التأكد من أنك أضفت عنوانا، وبعض المحتوى، وأنك حملت الصور "
357
+ "فقط."
358
+
359
+ #: library/plugin-settings.php:381
360
+ msgid "Please select your image(s) to upload."
361
+ msgstr "يرجى تحديد الصورة (الصور) التي تريد تحميلها."
362
+
363
+ #: library/plugin-settings.php:387
364
+ msgid "Success! Thank you for your submission."
365
+ msgstr "نجاح! شكرا لتقريركم."
366
+
367
+ #: library/plugin-settings.php:413
368
+ msgid "Email"
369
+ msgstr "البريد الإلكتروني"
370
+
371
+ #: library/plugin-settings.php:414
372
+ msgid "URL"
373
+ msgstr "URL"
374
+
375
+ #: library/plugin-settings.php:645
376
+ msgid "Toggle all panels"
377
+ msgstr "تبديل جميع اللوحات"
378
+
379
+ #: library/plugin-settings.php:654
380
+ msgid "We need your support!"
381
+ msgstr "نحن بحاجة إلى دعمكم!"
382
+
383
+ #: library/plugin-settings.php:658
384
+ msgid "Make a donation via PayPal"
385
+ msgstr "التبرع عن طريق باي بال"
386
+
387
+ #: library/plugin-settings.php:658
388
+ msgid "make a donation"
389
+ msgstr "التبرع"
390
+
391
+ #: library/plugin-settings.php:658
392
+ msgid "and/or"
393
+ msgstr "و / أو"
394
+
395
+ #: library/plugin-settings.php:659
396
+ msgid "Rate and review at the Plugin Directory"
397
+ msgstr "معدل ومراجعة في دليل البرنامج المساعد"
398
+
399
+ #: library/plugin-settings.php:660
400
+ msgid "give this plugin a 5-star rating"
401
+ msgstr "إعطاء هذا البرنامج المساعد تصنيف 5 نجوم"
402
+
403
+ #: library/plugin-settings.php:664
404
+ msgid ""
405
+ "Your generous support enables continued development of this free plugin. "
406
+ "Thank you!"
407
+ msgstr ""
408
+ "الدعم السخي الخاص بك يتيح استمرار تطوير هذا البرنامج المساعد مجانا. شكرا!"
409
+
410
+ #: library/plugin-settings.php:669
411
+ msgid "Check this box if you have shown support"
412
+ msgstr "حدد هذا المربع إذا كنت قد عرضت الدعم"
413
+
414
+ #: library/plugin-settings.php:678
415
+ msgid "Overview"
416
+ msgstr "نظرة عامة"
417
+
418
+ #: library/plugin-settings.php:682
419
+ msgid ""
420
+ "enables your visitors to submit posts and upload images from the front-end "
421
+ "of your site. "
422
+ msgstr ""
423
+ "تمكن الزائرين من إرسال المشاركات وتحميل الصور من الواجهة الأمامية لموقعك."
424
+
425
+ #: library/plugin-settings.php:683
426
+ msgid "For advanced functionality and unlimited forms, check out"
427
+ msgstr "للحصول على وظائف متقدمة وأشكال غير محدودة، تحقق من"
428
+
429
+ #: library/plugin-settings.php:684
430
+ msgid "&mdash; the ultimate solution for user-generated content."
431
+ msgstr "- الحل النهائي للمحتوى الذي ينشئه المستخدمون."
432
+
433
+ #: library/plugin-settings.php:688 library/plugin-settings.php:706
434
+ msgid "Plugin Settings"
435
+ msgstr "إعدادات البرنامج المساعد"
436
+
437
+ #: library/plugin-settings.php:689
438
+ msgid "Display the form"
439
+ msgstr "عرض النموذج"
440
+
441
+ #: library/plugin-settings.php:690 library/plugin-settings.php:1243
442
+ msgid "Plugin Homepage"
443
+ msgstr "بلوجين الصفحة الرئيسية"
444
+
445
+ #: library/plugin-settings.php:693
446
+ msgid "If you like this plugin, please"
447
+ msgstr "إذا كنت مثل هذا البرنامج المساعد، من فضلك"
448
+
449
+ #: library/plugin-settings.php:694
450
+ msgid "THANK YOU for your support!"
451
+ msgstr "شكرا لدعمكم!"
452
+
453
+ #: library/plugin-settings.php:694
454
+ msgid "give it a 5-star rating"
455
+ msgstr "إعطائها تصنيف 5 نجوم"
456
+
457
+ #: library/plugin-settings.php:698
458
+ msgid "Unlimited front-end forms"
459
+ msgstr "أشكال الواجهة الأمامية غير المحدودة"
460
+
461
+ #: library/plugin-settings.php:698
462
+ msgid "Get USP Pro"
463
+ msgstr "الحصول على أوسب برو"
464
+
465
+ #: library/plugin-settings.php:710
466
+ msgid "Configure your settings for User Submitted Posts."
467
+ msgstr "يمكنك تهيئة إعدادات المشاركات التي أرسلها المستخدم."
468
+
469
+ #: library/plugin-settings.php:712
470
+ msgid "Form Fields"
471
+ msgstr "حقول النموذج"
472
+
473
+ #: library/plugin-settings.php:717
474
+ msgid "User Name"
475
+ msgstr "اسم المستخدم"
476
+
477
+ #: library/plugin-settings.php:720 library/plugin-settings.php:730
478
+ #: library/plugin-settings.php:740 library/plugin-settings.php:750
479
+ #: library/plugin-settings.php:760 library/plugin-settings.php:770
480
+ #: library/plugin-settings.php:780 library/plugin-settings.php:790
481
+ #: library/plugin-settings.php:800
482
+ msgid "Display and require"
483
+ msgstr "عرض وتتطلب"
484
+
485
+ #: library/plugin-settings.php:721 library/plugin-settings.php:731
486
+ #: library/plugin-settings.php:741 library/plugin-settings.php:751
487
+ #: library/plugin-settings.php:761 library/plugin-settings.php:771
488
+ #: library/plugin-settings.php:781
489
+ msgid "Display but do not require"
490
+ msgstr "عرض ولكن لا تتطلب"
491
+
492
+ #: library/plugin-settings.php:722 library/plugin-settings.php:732
493
+ #: library/plugin-settings.php:742 library/plugin-settings.php:752
494
+ #: library/plugin-settings.php:762 library/plugin-settings.php:772
495
+ #: library/plugin-settings.php:782 library/plugin-settings.php:791
496
+ #: library/plugin-settings.php:801
497
+ msgid "Disable this field"
498
+ msgstr "تعطيل هذا الحقل"
499
+
500
+ #: library/plugin-settings.php:727
501
+ msgid "User Email"
502
+ msgstr "البريد الإلكتروني للمستخدم"
503
+
504
+ #: library/plugin-settings.php:737
505
+ msgid "User URL"
506
+ msgstr "عنوان ورل للمستخدم"
507
+
508
+ #: library/plugin-settings.php:787 library/plugin-settings.php:793
509
+ #: library/plugin-settings.php:999 library/plugin-settings.php:1004
510
+ msgid "Challenge Question"
511
+ msgstr "سؤال تحدي"
512
+
513
+ #: library/plugin-settings.php:793 library/plugin-settings.php:803
514
+ #: library/plugin-settings.php:813
515
+ msgid "(Visit"
516
+ msgstr "(يزور"
517
+
518
+ #: library/plugin-settings.php:793 library/plugin-settings.php:803
519
+ #: library/plugin-settings.php:813
520
+ msgid "to configure options)"
521
+ msgstr "لتكوين الخيارات)"
522
+
523
+ #: library/plugin-settings.php:797 library/plugin-settings.php:803
524
+ #: library/plugin-settings.php:1021
525
+ msgid "Google reCAPTCHA"
526
+ msgstr "غوغل ريكابتشا"
527
+
528
+ #: library/plugin-settings.php:807
529
+ msgid "Post Images"
530
+ msgstr "نشر الصور"
531
+
532
+ #: library/plugin-settings.php:810
533
+ msgid "Display"
534
+ msgstr "عرض"
535
+
536
+ #: library/plugin-settings.php:811
537
+ msgid "Disable"
538
+ msgstr "تعطيل"
539
+
540
+ #: library/plugin-settings.php:813 library/plugin-settings.php:1080
541
+ msgid "Image Uploads"
542
+ msgstr "تحميلات الصور"
543
+
544
+ #: library/plugin-settings.php:819
545
+ msgid "General Settings"
546
+ msgstr "الاعدادات العامة"
547
+
548
+ #: library/plugin-settings.php:824
549
+ msgid "Form Style"
550
+ msgstr "شكل النموذج"
551
+
552
+ #: library/plugin-settings.php:829
553
+ msgid "With this option, you can copy the plugin&rsquo;s default templates:"
554
+ msgstr "باستخدام هذا الخيار، يمكنك نسخ النماذج الافتراضية للمكون الإضافي:"
555
+
556
+ #: library/plugin-settings.php:834
557
+ msgid "..and upload them into a directory named"
558
+ msgstr ".. وتحميلها إلى دليل اسمه"
559
+
560
+ #: library/plugin-settings.php:834
561
+ msgid "in your theme:"
562
+ msgstr "في موضوعك:"
563
+
564
+ #: library/plugin-settings.php:840
565
+ msgid ""
566
+ "That will enable you to customize the form and styles as desired. For more "
567
+ "info, check out the \"Custom Submission Form\" section in the"
568
+ msgstr ""
569
+ "سيتيح لك ذلك تخصيص النموذج والأنماط كما تريد. لمزيد من المعلومات، راجع قسم "
570
+ "\"نموذج التقديم المخصص\" في القسم"
571
+
572
+ #: library/plugin-settings.php:841
573
+ msgid "Installation Docs"
574
+ msgstr "محرر مستندات التثبيت"
575
+
576
+ #: library/plugin-settings.php:842
577
+ msgid "FYI: here is a"
578
+ msgstr "لمعلوماتك: هنا هو"
579
+
580
+ #: library/plugin-settings.php:842
581
+ msgid "list of USP CSS selectors"
582
+ msgstr "قائمة محددات كس أوسب"
583
+
584
+ #: library/plugin-settings.php:848
585
+ msgid "Include JavaScript"
586
+ msgstr "تضمين جافا سكريبت"
587
+
588
+ #: library/plugin-settings.php:850
589
+ msgid ""
590
+ "Check this box if you want to include the external JavaScript files "
591
+ "(recommended)."
592
+ msgstr ""
593
+ "حدد هذا المربع إذا كنت تريد تضمين ملفات جافا سكريبت الخارجية (موصى بها)."
594
+
595
+ #: library/plugin-settings.php:853
596
+ msgid "Targeted Loading"
597
+ msgstr "التحميل المستهدف"
598
+
599
+ #: library/plugin-settings.php:855
600
+ msgid ""
601
+ "By default, external CSS &amp; JavaScript files are loaded on every page. "
602
+ "Here you may specify the URL of the USP form to load resources only on that "
603
+ "page. Note: leave blank to load on all pages."
604
+ msgstr ""
605
+ "بشكل افتراضي، يتم تحميل ملفات كس وجافا سكريبت الخارجية على كل صفحة. هنا "
606
+ "يمكنك تحديد عنوان ورل لنموذج أوسب لتحميل الموارد فقط في تلك الصفحة. ملاحظة: "
607
+ "اتركه فارغا للتحميل على جميع الصفحات."
608
+
609
+ #: library/plugin-settings.php:858
610
+ msgid "Post Type"
611
+ msgstr "نوع آخر"
612
+
613
+ #: library/plugin-settings.php:861
614
+ msgid "Submit posts as WP Posts or Pages"
615
+ msgstr "إرسال المشاركات على شكل وب بوستس أو باجيس"
616
+
617
+ #: library/plugin-settings.php:865
618
+ msgid "Auto Publish"
619
+ msgstr "نشر تلقائي"
620
+
621
+ #: library/plugin-settings.php:868
622
+ msgid "Always moderate via Draft"
623
+ msgstr "دائما معتدلة عبر مسودة"
624
+
625
+ #: library/plugin-settings.php:869
626
+ msgid "Always moderate via Pending"
627
+ msgstr "دائما معتدلة عبر انتظار"
628
+
629
+ #: library/plugin-settings.php:870
630
+ msgid "Always publish immediately"
631
+ msgstr "نشر دائما على الفور"
632
+
633
+ #: library/plugin-settings.php:875
634
+ msgid ""
635
+ "Post Status for submitted posts: moderate (recommended), publish immediately,"
636
+ " or publish after any number of approved posts."
637
+ msgstr ""
638
+ "حالة المشاركة للمشاركات المقدمة: معتدلة (موصى بها)، أو تنشر على الفور، أو "
639
+ "تنشر بعد أي عدد من المشاركات المعتمدة."
640
+
641
+ #: library/plugin-settings.php:879
642
+ msgid "Redirect URL"
643
+ msgstr "إعادة توجيه عنوان ورل"
644
+
645
+ #: library/plugin-settings.php:881
646
+ msgid ""
647
+ "Specify a URL to redirect the user after post-submission. Leave blank to "
648
+ "redirect back to current page."
649
+ msgstr ""
650
+ "حدد عنوان ورل لإعادة توجيه المستخدم بعد الإرسال. اتركه فارغا لإعادة التوجيه "
651
+ "إلى الصفحة الحالية."
652
+
653
+ #: library/plugin-settings.php:884
654
+ msgid "Success Message"
655
+ msgstr "نجاح رسالة"
656
+
657
+ #: library/plugin-settings.php:886
658
+ msgid ""
659
+ "Success message that is displayed if post-submission is successful. Basic "
660
+ "markup is allowed."
661
+ msgstr ""
662
+ "رسالة النجاح التي يتم عرضها في حالة نجاح الإرسال بعد الإرسال. يسمح بالترميز "
663
+ "الأساسي."
664
+
665
+ #: library/plugin-settings.php:889
666
+ msgid "Error Message"
667
+ msgstr "رسالة خطأ"
668
+
669
+ #: library/plugin-settings.php:891
670
+ msgid ""
671
+ "General error message that is displayed if post-submission fails. Basic "
672
+ "markup is allowed."
673
+ msgstr ""
674
+ "رسالة الخطأ العامة التي يتم عرضها في حالة فشل الإرسال بعد الإرسال. يسمح "
675
+ "بالترميز الأساسي."
676
+
677
+ #: library/plugin-settings.php:894
678
+ msgid "Custom Content"
679
+ msgstr "محتوى مخصص"
680
+
681
+ #: library/plugin-settings.php:896
682
+ msgid ""
683
+ "Custom text/markup to be included before the submission form. Leave blank to "
684
+ "disable."
685
+ msgstr ""
686
+ "النص المخصص / الترميز المراد تضمينه قبل نموذج التقديم. اتركه فارغا لتعطيله."
687
+
688
+ #: library/plugin-settings.php:899
689
+ msgid "Rich Text Editor"
690
+ msgstr "معالج النصوص"
691
+
692
+ #: library/plugin-settings.php:901
693
+ msgid ""
694
+ "Check this box if you want to enable WP rich text editing for submitted "
695
+ "posts."
696
+ msgstr "حدد هذا المربع إذا كنت تريد تمكين تحرير نص منسق وب للنصوص المقدمة."
697
+
698
+ #: library/plugin-settings.php:904
699
+ msgid "Unique Titles"
700
+ msgstr "عناوين فريدة"
701
+
702
+ #: library/plugin-settings.php:906
703
+ msgid ""
704
+ "Require submitted post titles to be unique (useful for preventing "
705
+ "multiple/duplicate submitted posts)."
706
+ msgstr ""
707
+ "تتطلب أن تكون عناوين المشاركات المقدمة فريدة (مفيدة لمنع تعدد المشاركات "
708
+ "المكررة / المكررة)."
709
+
710
+ #: library/plugin-settings.php:909
711
+ msgid "Disable Required"
712
+ msgstr "تعطيل مطلوب"
713
+
714
+ #: library/plugin-settings.php:911
715
+ msgid ""
716
+ "Disable all required attributes on default form fields (useful for "
717
+ "troubleshooting error messages)."
718
+ msgstr ""
719
+ "تعطيل جميع السمات المطلوبة في حقول النموذج الافتراضي (مفيدة لتحري الخلل "
720
+ "وإصلاحه)."
721
+
722
+ #: library/plugin-settings.php:914
723
+ msgid "Disable IP Tracking"
724
+ msgstr "تعطيل تتبع إب"
725
+
726
+ #: library/plugin-settings.php:916
727
+ msgid ""
728
+ "By default USP records the IP address with each submitted post. Check this "
729
+ "box to disable all IP tracking."
730
+ msgstr ""
731
+ "بشكل افتراضي يسجل أوسب عنوان إب مع كل مشاركة تم إرسالها. حدد هذا المربع "
732
+ "لتعطيل تتبع إب بالكامل."
733
+
734
+ #: library/plugin-settings.php:919
735
+ msgid "Enable Shortcodes"
736
+ msgstr "تمكين الرموز القصيرة"
737
+
738
+ #: library/plugin-settings.php:921
739
+ msgid ""
740
+ "Enable shortcodes in widgets. By default, WordPress does not enable "
741
+ "shortcodes in widgets. "
742
+ msgstr ""
743
+ "تمكين الرموز القصيرة في الأدوات. بشكل افتراضي، لا يقوم وردبريس بتمكين الرموز "
744
+ "القصيرة في الأدوات."
745
+
746
+ #: library/plugin-settings.php:922
747
+ msgid ""
748
+ "This setting enables any/all shortcodes in widgets (even shortcodes from "
749
+ "other plugins)."
750
+ msgstr ""
751
+ "هذا الإعداد تمكين أي / كافة الرموز القصيرة في الحاجيات (حتى الرموز القصيرة "
752
+ "من الإضافات الأخرى)."
753
+
754
+ #: library/plugin-settings.php:927 library/plugin-settings.php:932
755
+ msgid "Categories"
756
+ msgstr "الاقسام"
757
+
758
+ #: library/plugin-settings.php:935
759
+ msgid ""
760
+ "Select which categories may be assigned to submitted posts (click to toggle)"
761
+ msgstr "حدد الفئات التي يمكن تعيينها للمشاركات التي تم إرسالها (انقر للتبديل)"
762
+
763
+ #: library/plugin-settings.php:952
764
+ msgid "Hidden/Default Category"
765
+ msgstr "الفئة المخفية / الافتراضية"
766
+
767
+ #: library/plugin-settings.php:954
768
+ msgid ""
769
+ "Use a hidden field for the post category. This may be used to specify a "
770
+ "default category when the category field is disabled."
771
+ msgstr ""
772
+ "استخدم حقل مخفي لفئة المشاركة. يمكن استخدام هذا لتحديد فئة افتراضية عند "
773
+ "تعطيل حقل الفئة."
774
+
775
+ #: library/plugin-settings.php:957
776
+ msgid "Category ID for Hidden Field"
777
+ msgstr "معرف الفئة للحقل المخفى"
778
+
779
+ #: library/plugin-settings.php:959
780
+ msgid ""
781
+ "Specify the ID of the category to use for the &ldquo;Hidden/Default "
782
+ "Category&rdquo; option."
783
+ msgstr ""
784
+ "حدد معرف الفئة التي سيتم استخدامها لخيار \"الفئة المخفية / الافتراضية\"."
785
+
786
+ #: library/plugin-settings.php:964
787
+ msgid "Users"
788
+ msgstr "المستخدمين"
789
+
790
+ #: library/plugin-settings.php:969
791
+ msgid "Assigned Author"
792
+ msgstr "المؤلف المعين"
793
+
794
+ #: library/plugin-settings.php:978
795
+ msgid ""
796
+ "Specify the user that should be assigned as author for user-submitted posts."
797
+ msgstr "حدد المستخدم الذي يجب تعيينه ككاتب للمشاركات التي أرسلها المستخدم."
798
+
799
+ #: library/plugin-settings.php:982
800
+ msgid "Registered Username"
801
+ msgstr "اسم المستخدم المسجل"
802
+
803
+ #: library/plugin-settings.php:984
804
+ msgid ""
805
+ "Use registered username as post author. Valid when the person submitting the "
806
+ "form is logged in to WordPress."
807
+ msgstr ""
808
+ "استخدام اسم المستخدم المسجل ككاتب آخر. صالحة عند تسجيل الشخص الذي يقدم "
809
+ "النموذج إلى وردبريس."
810
+
811
+ #: library/plugin-settings.php:987
812
+ msgid "User Profile URL"
813
+ msgstr "عنوان ورل لملف تعريف المستخدم"
814
+
815
+ #: library/plugin-settings.php:989
816
+ msgid ""
817
+ "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid "
818
+ "when the person submitting the form is logged in to WordPress."
819
+ msgstr ""
820
+ "استخدم عنوان ورل للملف الشخصي للمستخدم المسجل كقيمة حقل عنوان ورل. صالحة عند "
821
+ "تسجيل الشخص الذي يقدم النموذج إلى وردبريس."
822
+
823
+ #: library/plugin-settings.php:992
824
+ msgid "Require User Login"
825
+ msgstr "يتطلب تسجيل دخول المستخدم"
826
+
827
+ #: library/plugin-settings.php:994
828
+ msgid "Require users to be logged in to WordPress to view/submit the form"
829
+ msgstr "اطلب من المستخدمين تسجيل الدخول إلى وردبريس لعرض / إرسال النموذج"
830
+
831
+ #: library/plugin-settings.php:1006
832
+ msgid ""
833
+ "To prevent spam, enter a question that users must answer before submitting "
834
+ "the form."
835
+ msgstr ""
836
+ "لمنع الرسائل غير المرغوب فيها، أدخل سؤالا يجب على المستخدمين الإجابة عليه "
837
+ "قبل إرسال النموذج."
838
+
839
+ #: library/plugin-settings.php:1009
840
+ msgid "Challenge Response"
841
+ msgstr "قبل التحدي"
842
+
843
+ #: library/plugin-settings.php:1011
844
+ msgid "Enter the *only* correct answer to the challenge question."
845
+ msgstr "أدخل الإجابة الصحيحة الوحيدة على سؤال التحدي."
846
+
847
+ #: library/plugin-settings.php:1014
848
+ msgid "Case-sensitivity"
849
+ msgstr "حساسية القضية"
850
+
851
+ #: library/plugin-settings.php:1016
852
+ msgid "Check this box if you want the challenge response to be case-sensitive."
853
+ msgstr "حدد هذا المربع إذا كنت تريد أن تكون استجابة التحدي حساسة لحالة الأحرف."
854
+
855
+ #: library/plugin-settings.php:1022
856
+ msgid "To enable Google reCAPTCHA, enter your public and private keys."
857
+ msgstr "لتمكين ريكابتشا من غوغل، أدخل المفاتيح العامة والخاصة."
858
+
859
+ #: library/plugin-settings.php:1027
860
+ msgid "Public Key"
861
+ msgstr "المفتاح العمومي"
862
+
863
+ #: library/plugin-settings.php:1029
864
+ msgid "Enter your Public Key"
865
+ msgstr "أدخل المفتاح العام"
866
+
867
+ #: library/plugin-settings.php:1032
868
+ msgid "Private Key"
869
+ msgstr "مفتاح سري"
870
+
871
+ #: library/plugin-settings.php:1034
872
+ msgid "Enter your Private Key"
873
+ msgstr "أدخل المفتاح الخاص"
874
+
875
+ #: library/plugin-settings.php:1039
876
+ msgid "Email Alerts"
877
+ msgstr "تنبيهات البريد الإلكتروني"
878
+
879
+ #: library/plugin-settings.php:1044
880
+ msgid "Receive Email Alert"
881
+ msgstr "تلقي تنبيه البريد الإلكتروني"
882
+
883
+ #: library/plugin-settings.php:1046
884
+ msgid ""
885
+ "Check this box if you want to be notified via email for new post submissions."
886
+ msgstr ""
887
+ "حدد هذا المربع إذا كنت تريد أن يتم إشعارك عبر البريد الإلكتروني لعمليات "
888
+ "إرسال مشاركات جديدة."
889
+
890
+ #: library/plugin-settings.php:1049
891
+ msgid "Enable HTML Format"
892
+ msgstr "تمكين تنسيق هتمل"
893
+
894
+ #: library/plugin-settings.php:1051
895
+ msgid "Check this box to enable HTML format for email alerts."
896
+ msgstr "حدد هذا المربع لتمكين تنسيق هتمل لتنبيهات البريد الإلكتروني."
897
+
898
+ #: library/plugin-settings.php:1054
899
+ msgid "Email Address for Alerts"
900
+ msgstr "عنوان البريد الإلكتروني للتنبيهات"
901
+
902
+ #: library/plugin-settings.php:1056
903
+ msgid ""
904
+ "If you checked the box to receive email alerts, indicate here the address(es)"
905
+ " to which the emails should be sent."
906
+ msgstr ""
907
+ "إذا حددت المربع لتلقي تنبيهات بالبريد الإلكتروني، فحدد هنا العناوين "
908
+ "(العناوين) التي يجب إرسال رسائل البريد الإلكتروني إليها."
909
+
910
+ #: library/plugin-settings.php:1057
911
+ msgid "Multiple recipients may be included using a comma, like so:"
912
+ msgstr "يمكن تضمين مستلمين متعددين باستخدام فاصلة، على النحو التالي:"
913
+
914
+ #: library/plugin-settings.php:1060
915
+ msgid "Email &ldquo;From&rdquo; Address"
916
+ msgstr "البريد الإلكتروني \"من\" العنوان"
917
+
918
+ #: library/plugin-settings.php:1062
919
+ msgid ""
920
+ "Here you may customize the address(es) used for the &ldquo;From&rdquo; "
921
+ "header (see plugin FAQs for info). "
922
+ msgstr ""
923
+ "يمكنك هنا تخصيص العنوان (العناوين) المستخدم لرأس \"من\" (راجع الأسئلة "
924
+ "الشائعة عن المكونات الإضافية للحصول على معلومات)."
925
+
926
+ #: library/plugin-settings.php:1063
927
+ msgid ""
928
+ "If multiple addresses are specified in the previous setting, include an "
929
+ "equal number of &ldquo;From&rdquo; addresses for this setting (in the same "
930
+ "order)."
931
+ msgstr ""
932
+ "إذا تم تحديد عناوين متعددة في الإعداد السابق، فقم بتضمين عدد متساو من عناوين "
933
+ "\"من\" لهذا الإعداد (بنفس الترتيب)."
934
+
935
+ #: library/plugin-settings.php:1066
936
+ msgid "Email Alert Subject"
937
+ msgstr "موضوع تنبيه البريد الإلكتروني"
938
+
939
+ #: library/plugin-settings.php:1068
940
+ msgid ""
941
+ "Subject line for email alerts. Leave blank to use the default subject line. "
942
+ "Note: you can use the following variables: "
943
+ msgstr ""
944
+ "سطر الموضوع لتنبيهات البريد الإلكتروني. اتركه فارغا لاستخدام سطر الموضوع "
945
+ "الافتراضي. ملاحظة: يمكنك استخدام المتغيرات التالية:"
946
+
947
+ #: library/plugin-settings.php:1072
948
+ msgid "Email Alert Message"
949
+ msgstr "رسالة تنبيه البريد الإلكتروني"
950
+
951
+ #: library/plugin-settings.php:1074
952
+ msgid ""
953
+ "Message for email alerts. Leave blank to use the default message. Note: you "
954
+ "can use the following variables: "
955
+ msgstr ""
956
+ "رسالة لتنبيهات البريد الإلكتروني. اتركه فارغا لاستخدام الرسالة الافتراضية. "
957
+ "ملاحظة: يمكنك استخدام المتغيرات التالية:"
958
+
959
+ #: library/plugin-settings.php:1085
960
+ msgid "Featured Image"
961
+ msgstr "صورة مميزة"
962
+
963
+ #: library/plugin-settings.php:1087
964
+ msgid ""
965
+ "Set submitted images as Featured Images. Requires theme support for Featured "
966
+ "Images (aka Post Thumbnails)."
967
+ msgstr ""
968
+ "تعيين الصور التي تم إرسالها كصور مميزة. يتطلب دعم موضوع للصور مميزة (ويعرف "
969
+ "أيضا باسم الصور المصغرة)."
970
+
971
+ #: library/plugin-settings.php:1090
972
+ msgid "Upload Message"
973
+ msgstr "تحميل رسالة"
974
+
975
+ #: library/plugin-settings.php:1092
976
+ msgid ""
977
+ "Message that appears next to the upload field. Useful for stating your "
978
+ "upload guidelines/policy/etc. Basic markup allowed."
979
+ msgstr ""
980
+ "الرسالة التي تظهر بجوار حقل التحميل. مفيدة لتحديد إرشادات التحميل / السياسة "
981
+ "/ الخ. السماح بالترميز الأساسي."
982
+
983
+ #: library/plugin-settings.php:1095
984
+ msgid "&ldquo;Add another image&rdquo; link"
985
+ msgstr "رابط \"إضافة صورة أخرى\""
986
+
987
+ #: library/plugin-settings.php:1097
988
+ msgid ""
989
+ "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to "
990
+ "use the default markup (recommended)."
991
+ msgstr ""
992
+ "ترميز مخصص للرابط \"إضافة صورة أخرى\". اتركه فارغا لاستخدام الترميز "
993
+ "الافتراضي (مستحسن)."
994
+
995
+ #: library/plugin-settings.php:1100
996
+ msgid "Minimum number of images"
997
+ msgstr "الحد الأدنى لعدد الصور"
998
+
999
+ #: library/plugin-settings.php:1103
1000
+ msgid "Specify the minimum number of images."
1001
+ msgstr "حدد الحد الأدنى لعدد الصور."
1002
+
1003
+ #: library/plugin-settings.php:1107
1004
+ msgid "Maximum number of images"
1005
+ msgstr "الحد الأقصى لعدد الصور"
1006
+
1007
+ #: library/plugin-settings.php:1110
1008
+ msgid "Specify the maximum number of images."
1009
+ msgstr "حدد الحد الأقصى لعدد الصور."
1010
+
1011
+ #: library/plugin-settings.php:1114
1012
+ msgid "Minimum image width"
1013
+ msgstr "الحد الأدنى لعرض الصورة"
1014
+
1015
+ #: library/plugin-settings.php:1116
1016
+ msgid "Specify a minimum width (in pixels) for uploaded images."
1017
+ msgstr "حدد الحد الأدنى للعرض (بالبكسل) للصور المحملة."
1018
+
1019
+ #: library/plugin-settings.php:1119
1020
+ msgid "Minimum image height"
1021
+ msgstr "الحد الأدنى لصورة الارتفاع"
1022
+
1023
+ #: library/plugin-settings.php:1121
1024
+ msgid "Specify a minimum height (in pixels) for uploaded images."
1025
+ msgstr "حدد حد أدنى للارتفاع (بالبكسل) للصور المحملة."
1026
+
1027
+ #: library/plugin-settings.php:1124
1028
+ msgid "Maximum image width"
1029
+ msgstr "الحد الأقصى لعرض الصورة"
1030
+
1031
+ #: library/plugin-settings.php:1126
1032
+ msgid "Specify a maximum width (in pixels) for uploaded images."
1033
+ msgstr "حدد عرضا أقصى (بالبكسل) للصور التي تم تحميلها."
1034
+
1035
+ #: library/plugin-settings.php:1129
1036
+ msgid "Maximum image height"
1037
+ msgstr "أقصى ارتفاع للصورة"
1038
+
1039
+ #: library/plugin-settings.php:1131
1040
+ msgid "Specify a maximum height (in pixels) for uploaded images."
1041
+ msgstr "حدد الحد الأقصى للارتفاع (بالبكسل) للصور المحملة."
1042
+
1043
+ #: library/plugin-settings.php:1134
1044
+ msgid "More Options"
1045
+ msgstr "خيارات أخرى"
1046
+
1047
+ #: library/plugin-settings.php:1137
1048
+ msgid ""
1049
+ "For more options, like the ability to upload other file types (like PDF, "
1050
+ "Word, Zip, videos, and more), check out"
1051
+ msgstr ""
1052
+ "لمزيد من الخيارات، مثل القدرة على تحميل أنواع ملفات أخرى (مثل بدف و ورد و "
1053
+ "زيب ومقاطع الفيديو والمزيد)، اطلع على"
1054
+
1055
+ #: library/plugin-settings.php:1138
1056
+ msgid "Go Pro!"
1057
+ msgstr "الذهاب برو!"
1058
+
1059
+ #: library/plugin-settings.php:1138
1060
+ msgid "USP Pro"
1061
+ msgstr "أوسب برو"
1062
+
1063
+ #: library/plugin-settings.php:1145
1064
+ msgid "Auto-Display Content"
1065
+ msgstr "محتوى العرض التلقائي"
1066
+
1067
+ #: library/plugin-settings.php:1150
1068
+ msgid "Images Auto-Display"
1069
+ msgstr "الصور لصناعة السيارات في العرض"
1070
+
1071
+ #: library/plugin-settings.php:1152
1072
+ msgid "Auto-display user-submitted images:"
1073
+ msgstr "عرض الصور التي أرسلها المستخدمون تلقائيا:"
1074
+
1075
+ #: library/plugin-settings.php:1157
1076
+ msgid "Image Markup"
1077
+ msgstr "ترميز الصورة"
1078
+
1079
+ #: library/plugin-settings.php:1159
1080
+ msgid ""
1081
+ "Markup to use for each submitted image (when auto-display is enabled). Can "
1082
+ "use"
1083
+ msgstr ""
1084
+ "ترميز لاستخدامه لكل صورة تم إرسالها (عند تمكين العرض التلقائي). يمكن استخدام"
1085
+
1086
+ #: library/plugin-settings.php:1161 library/plugin-settings.php:1174
1087
+ #: library/plugin-settings.php:1187
1088
+ msgid "and"
1089
+ msgstr "و"
1090
+
1091
+ #: library/plugin-settings.php:1164
1092
+ msgid "Email Auto-Display"
1093
+ msgstr "البريد الإلكتروني العرض التلقائي"
1094
+
1095
+ #: library/plugin-settings.php:1166
1096
+ msgid "Auto-display user-submitted email:"
1097
+ msgstr "عرض البريد الإلكتروني الذي أرسله المستخدم تلقائيا:"
1098
+
1099
+ #: library/plugin-settings.php:1171
1100
+ msgid "Email Markup"
1101
+ msgstr "ترميز البريد الإلكتروني"
1102
+
1103
+ #: library/plugin-settings.php:1173
1104
+ msgid ""
1105
+ "Markup to use for the submitted email address (when auto-display is enabled)."
1106
+ " Can use"
1107
+ msgstr ""
1108
+ "ترميز لاستخدام عنوان البريد الإلكتروني المقدم (عند تمكين العرض التلقائي). "
1109
+ "يمكن استخدام"
1110
+
1111
+ #: library/plugin-settings.php:1177
1112
+ msgid "URL Auto-Display"
1113
+ msgstr "عنوان ورل للعرض التلقائي"
1114
+
1115
+ #: library/plugin-settings.php:1179
1116
+ msgid "Auto-display user-submitted URL:"
1117
+ msgstr "عرض عنوان ورل الذي أرسله المستخدم تلقائيا:"
1118
+
1119
+ #: library/plugin-settings.php:1184
1120
+ msgid "URL Markup"
1121
+ msgstr "ترميز عناوين ورل"
1122
+
1123
+ #: library/plugin-settings.php:1186
1124
+ msgid ""
1125
+ "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1126
+ msgstr ""
1127
+ "ترميز لاستخدام عنوان ورل المقدم (عند تمكين العرض التلقائي). يمكن استخدام"
1128
+
1129
+ #: library/plugin-settings.php:1192 library/plugin-settings.php:1210
1130
+ msgid "Save Settings"
1131
+ msgstr "احفظ التغييرات"
1132
+
1133
+ #: library/plugin-settings.php:1197
1134
+ msgid "Restore Defaults"
1135
+ msgstr "استعادة الضبط الافتراضي"
1136
+
1137
+ #: library/plugin-settings.php:1201
1138
+ msgid "Restore default options upon plugin deactivation/reactivation."
1139
+ msgstr ""
1140
+ "استعادة الخيارات الافتراضية عند إلغاء تنشيط البرنامج المساعد / إعادة التنشيط."
1141
+
1142
+ #: library/plugin-settings.php:1205
1143
+ msgid "Tip:"
1144
+ msgstr "تلميح:"
1145
+
1146
+ #: library/plugin-settings.php:1206
1147
+ msgid "leave this option unchecked to remember your settings."
1148
+ msgstr "اترك هذا الخيار غير محدد لتذكر الإعدادات."
1149
+
1150
+ #: library/plugin-settings.php:1207
1151
+ msgid ""
1152
+ "Or, to go ahead and restore all default options, check the box, save your "
1153
+ "settings, and then deactivate/reactivate the plugin."
1154
+ msgstr ""
1155
+ "أو، للمضي قدما واستعادة جميع الخيارات الافتراضية، حدد المربع، وحفظ الإعدادات "
1156
+ "الخاصة بك، ثم إلغاء تنشيط / إعادة تنشيط البرنامج المساعد."
1157
+
1158
+ #: library/plugin-settings.php:1215
1159
+ msgid "Shortcode &amp; Template Tag"
1160
+ msgstr "الرمز القصير وعلامة القالب"
1161
+
1162
+ #: library/plugin-settings.php:1218
1163
+ msgid ""
1164
+ "To implement USP, first configure the plugin settings, then use the "
1165
+ "shortcode or template to display the form on the front-end as desired."
1166
+ msgstr ""
1167
+ "لتنفيذ أوسب، أولا تكوين إعدادات البرنامج المساعد، ثم استخدم الرمز القصير أو "
1168
+ "قالب لعرض النموذج على الواجهة الأمامية كما هو مطلوب."
1169
+
1170
+ #: library/plugin-settings.php:1220
1171
+ msgid "Shortcode"
1172
+ msgstr "رمز قصير"
1173
+
1174
+ #: library/plugin-settings.php:1221
1175
+ msgid "Use this shortcode to display the USP Form on any WP Post or Page:"
1176
+ msgstr "استخدام هذا الرمز القصير لعرض نموذج أوسب على أي وب المشاركة أو الصفحة:"
1177
+
1178
+ #: library/plugin-settings.php:1224
1179
+ msgid "Template tag"
1180
+ msgstr "علامة قالب"
1181
+
1182
+ #: library/plugin-settings.php:1225
1183
+ msgid ""
1184
+ "Use this template tag to display the USP Form anywhere in your theme "
1185
+ "template:"
1186
+ msgstr "استخدم علامة القالب هذه لعرض نموذج أوسب في أي مكان في قالب المظهر:"
1187
+
1188
+ #: library/plugin-settings.php:1231
1189
+ msgid "Show Support"
1190
+ msgstr "إظهار الدعم"
1191
+
1192
+ #: library/plugin-settings.php:1243
1193
+ msgid "by"
1194
+ msgstr "بواسطة"
1195
+
1196
+ #: library/plugin-settings.php:1244
1197
+ msgid "Jeff Starr on Twitter"
1198
+ msgstr "جيف ستار على تويتر"
1199
+
1200
+ #: library/plugin-settings.php:1245
1201
+ msgid "Obsessive Web Design &amp; Development"
1202
+ msgstr "تصميم ويب الوسواس والتنمية"
1203
+
1204
+ #: library/plugin-settings.php:1256
1205
+ msgid "Save Preference"
1206
+ msgstr "حفظ الأفضلية"
1207
+
1208
+ #: library/plugin-settings.php:1263
1209
+ msgid ""
1210
+ "Are you sure you want to restore all default options? (this action cannot be "
1211
+ "undone)"
1212
+ msgstr ""
1213
+ "هل تريد بالتأكيد استعادة جميع الخيارات الافتراضية؟ (لا يمكن التراجع عن هذا "
1214
+ "الإجراء)"
1215
+
1216
+ #: library/template-tags.php:214
1217
+ msgid "View full post"
1218
+ msgstr "عرض المشاركة الكاملة"
1219
+
1220
+ #. Description of the plugin
1221
+ msgid ""
1222
+ "Enables your visitors to submit posts and images from anywhere on your site."
1223
+ msgstr "تمكن الزائرين من إرسال المشاركات والصور من أي مكان على موقعك."
1224
+
1225
+ #. URI of the plugin
1226
+ msgid "https://perishablepress.com/user-submitted-posts/"
1227
+ msgstr "https://perishablepress.com/user-submitted-posts/"
1228
+
1229
+ #. Author of the plugin
1230
+ msgid "Jeff Starr"
1231
+ msgstr "جيف ستار"
1232
+
1233
+ #. Author URI of the plugin
1234
+ msgid "https://plugin-planet.com/"
1235
+ msgstr "https://plugin-planet.com/"
languages/usp-bn_BD.mo ADDED
Binary file
languages/usp-bn_BD.po ADDED
@@ -0,0 +1,1252 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: Loco - https://localise.biz/\n"
7
+ "Project-Id-Version: USP\n"
8
+ "Language: bn-BD\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2017-08-03 19:24+0000\n"
11
+ "PO-Revision-Date: 2017-08-03 19:24+0000\n"
12
+ "Last-Translator: Jeff Starr <help@monzillamedia.com>\n"
13
+ "Language-Team: Bengali\n"
14
+ "Plural-Forms: nplurals=2; plural=n != 1"
15
+
16
+ #. Name of the plugin
17
+ #: user-submitted-posts.php:43
18
+ msgid "User Submitted Posts"
19
+ msgstr "ব্যবহারকারী জমা পোস্ট"
20
+
21
+ #: user-submitted-posts.php:75
22
+ msgid "requires WordPress "
23
+ msgstr "ওয়ার্ডপ্রেস প্রয়োজন"
24
+
25
+ #: user-submitted-posts.php:76
26
+ msgid " or higher, and has been deactivated! "
27
+ msgstr " বা উচ্চতর, এবং নিষ্ক্রিয় করা হয়েছে!"
28
+
29
+ #: user-submitted-posts.php:77
30
+ msgid "Please return to the"
31
+ msgstr "দয়া করে ফিরে যান"
32
+
33
+ #: user-submitted-posts.php:78
34
+ msgid "WordPress Admin Area"
35
+ msgstr "ওয়ার্ডপ্রেস অ্যাডমিন এলাকা"
36
+
37
+ #: user-submitted-posts.php:79
38
+ msgid "to upgrade WordPress and try again."
39
+ msgstr "ওয়ার্ডপ্রেস আপগ্রেড করুন এবং আবার চেষ্টা করুন।"
40
+
41
+ #: user-submitted-posts.php:121
42
+ msgid "User Submitted Post"
43
+ msgstr "ব্যবহারকারী জমা পোস্ট"
44
+
45
+ #: user-submitted-posts.php:384
46
+ msgid "User Submitted Post Info"
47
+ msgstr "ব্যবহারকারী জমা পোস্ট তথ্য"
48
+
49
+ #: user-submitted-posts.php:414
50
+ msgid "Submitter Name: "
51
+ msgstr "সাবমিটার নাম:"
52
+
53
+ #: user-submitted-posts.php:415
54
+ msgid "Submitter Email: "
55
+ msgstr "সাবমিটার ইমেল:"
56
+
57
+ #: user-submitted-posts.php:416
58
+ msgid "Submitter URL: "
59
+ msgstr "সাবমিটার URL:"
60
+
61
+ #: user-submitted-posts.php:417
62
+ msgid "Submitter IP: "
63
+ msgstr "সাবমিটার আইপি:"
64
+
65
+ #: user-submitted-posts.php:468
66
+ msgid "Show USP Posts"
67
+ msgstr "ইউএসপি পোস্ট দেখান"
68
+
69
+ #: user-submitted-posts.php:469
70
+ msgid "USP"
71
+ msgstr "USP"
72
+
73
+ #: user-submitted-posts.php:1103
74
+ msgid " files required"
75
+ msgstr " ফাইল প্রয়োজন"
76
+
77
+ #: user-submitted-posts.php:1104
78
+ msgid " file required"
79
+ msgstr " ফাইল প্রয়োজন"
80
+
81
+ #: user-submitted-posts.php:1106
82
+ msgid " files"
83
+ msgstr " ফাইল"
84
+
85
+ #: user-submitted-posts.php:1107
86
+ msgid " file"
87
+ msgstr " ফাইল"
88
+
89
+ #: user-submitted-posts.php:1109 user-submitted-posts.php:1110
90
+ #: user-submitted-posts.php:1111 user-submitted-posts.php:1112
91
+ msgid " pixels"
92
+ msgstr " পিক্সেল"
93
+
94
+ #: user-submitted-posts.php:1115
95
+ msgid "An error occurred. Please go back and try again."
96
+ msgstr "একটি ত্রুটি ঘটেছে. ফিরে যান এবং আবার চেষ্টা করুন."
97
+
98
+ #: user-submitted-posts.php:1125
99
+ msgid "User login required"
100
+ msgstr "ব্যবহারকারী লগইন প্রয়োজনীয়"
101
+
102
+ #: user-submitted-posts.php:1126
103
+ msgid "User name required"
104
+ msgstr "ব্যবহারকারী নাম প্রয়োজন"
105
+
106
+ #: user-submitted-posts.php:1127
107
+ msgid "Post title required"
108
+ msgstr "পোস্ট শিরোনাম প্রয়োজন"
109
+
110
+ #: user-submitted-posts.php:1128
111
+ msgid "User URL required"
112
+ msgstr "ব্যবহারকারীর URL এর প্রয়োজন"
113
+
114
+ #: user-submitted-posts.php:1129
115
+ msgid "Post tags required"
116
+ msgstr "পোস্ট ট্যাগ প্রয়োজন"
117
+
118
+ #: user-submitted-posts.php:1130
119
+ msgid "Post category required"
120
+ msgstr "পোস্ট বিষয়শ্রেণীতে প্রয়োজন"
121
+
122
+ #: user-submitted-posts.php:1131
123
+ msgid "Post content required"
124
+ msgstr "পোস্ট কন্টেন্ট প্রয়োজন"
125
+
126
+ #: user-submitted-posts.php:1132 user-submitted-posts.php:1133
127
+ msgid "Correct captcha required"
128
+ msgstr "সঠিক ক্যাপচা প্রয়োজন"
129
+
130
+ #: user-submitted-posts.php:1134
131
+ msgid "User email required"
132
+ msgstr "ব্যবহারকারী ইমেল প্রয়োজন"
133
+
134
+ #: user-submitted-posts.php:1135
135
+ msgid "Please check your email and try again"
136
+ msgstr "দয়া করে আপনার ইমেল চেক করুন এবং আবার চেষ্টা করুন"
137
+
138
+ #: user-submitted-posts.php:1136
139
+ msgid "Non-empty value for hidden field"
140
+ msgstr "লুকানো ক্ষেত্রের জন্য অ খালি মান"
141
+
142
+ #: user-submitted-posts.php:1137
143
+ msgid "Minimum number of images not met"
144
+ msgstr "ইমেজ সর্বনিম্ন সংখ্যা পূরণ না"
145
+
146
+ #: user-submitted-posts.php:1138
147
+ msgid "Maximum number of images exceeded "
148
+ msgstr "চিত্রগুলির সর্বাধিক সংখ্যা ছাড়িয়ে গেছে"
149
+
150
+ #: user-submitted-posts.php:1139
151
+ msgid "Minimum image width not met"
152
+ msgstr "নূন্যতম ছবির প্রস্থ দেখা যায় না"
153
+
154
+ #: user-submitted-posts.php:1140
155
+ msgid "Image width exceeds maximum"
156
+ msgstr "চিত্রের প্রস্থ সর্বোচ্চ ছাড়িয়ে গেছে"
157
+
158
+ #: user-submitted-posts.php:1141
159
+ msgid "Minimum image height not met"
160
+ msgstr "ন্যূনতম ছবির উচ্চতা পূরণ করা হয়নি"
161
+
162
+ #: user-submitted-posts.php:1142
163
+ msgid "Image height exceeds maximum"
164
+ msgstr "চিত্র উচ্চতা সর্বাধিক অতিক্রম করেছে"
165
+
166
+ #: user-submitted-posts.php:1143
167
+ msgid "File type not allowed (please upload images only)"
168
+ msgstr "ফাইলের ধরন অনুমোদিত নয় (দয়া করে শুধুমাত্র ছবি আপলোড করুন)"
169
+
170
+ #: user-submitted-posts.php:1147
171
+ msgid "Error uploading file. Please check the file size and try again."
172
+ msgstr "ফাইল আপলোড করার সময় ত্রুটি ফাইল সাইজ চেক করুন এবং আবার চেষ্টা করুন"
173
+
174
+ #: user-submitted-posts.php:1151
175
+ msgid "The file(s) could not be uploaded"
176
+ msgstr "ফাইল (গুলি) আপলোড করা যায়নি"
177
+
178
+ #: user-submitted-posts.php:1153
179
+ msgid "Post not created. Please contact the site administrator for help."
180
+ msgstr ""
181
+ "পোস্ট তৈরি করা হয়নি সাহায্য করার জন্য সাইট প্রশাসকের সাথে যোগাযোগ করুন।"
182
+
183
+ #: user-submitted-posts.php:1154
184
+ msgid "Duplicate post title. Please try again."
185
+ msgstr "ডুপ্লিকেট পোস্ট শিরোনাম অনুগ্রহপূর্বক আবার চেষ্টা করুন."
186
+
187
+ #: user-submitted-posts.php:1164
188
+ msgid "Error: "
189
+ msgstr "ত্রুটি:"
190
+
191
+ #: user-submitted-posts.php:1190
192
+ msgid "Return to form"
193
+ msgstr "ফর্ম ফেরত"
194
+
195
+ #: user-submitted-posts.php:1218 library/plugin-settings.php:658
196
+ msgid "Please"
197
+ msgstr "অনুগ্রহ"
198
+
199
+ #: user-submitted-posts.php:1219
200
+ msgid "log in"
201
+ msgstr "লগ ইন"
202
+
203
+ #: user-submitted-posts.php:1220
204
+ msgid "to submit content!"
205
+ msgstr "কন্টেন্ট জমা দিতে!"
206
+
207
+ #: views/submission-form.php:45 views/submission-form-alt.php:54
208
+ msgid "Please complete the required fields."
209
+ msgstr "প্রয়োজনীয় ক্ষেত্রগুলি পূরণ করুন।"
210
+
211
+ #: views/submission-form.php:55 views/submission-form.php:56
212
+ #: views/submission-form-alt.php:60 views/submission-form-alt.php:61
213
+ msgid "Your Name"
214
+ msgstr "তোমার নাম"
215
+
216
+ #: views/submission-form.php:61 views/submission-form.php:62
217
+ #: views/submission-form-alt.php:66 views/submission-form-alt.php:67
218
+ msgid "Your URL"
219
+ msgstr "আপনার URL"
220
+
221
+ #: views/submission-form.php:67 views/submission-form.php:68
222
+ #: views/submission-form-alt.php:72 views/submission-form-alt.php:73
223
+ msgid "Your Email"
224
+ msgstr "তোমার ইমেইল"
225
+
226
+ #: views/submission-form.php:73 views/submission-form.php:74
227
+ #: views/submission-form-alt.php:78 views/submission-form-alt.php:79
228
+ #: library/plugin-settings.php:747
229
+ msgid "Post Title"
230
+ msgstr "পোস্ট শিরোনাম"
231
+
232
+ #: views/submission-form.php:79 views/submission-form.php:80
233
+ #: views/submission-form-alt.php:84 views/submission-form-alt.php:85
234
+ #: library/plugin-settings.php:757
235
+ msgid "Post Tags"
236
+ msgstr "পোস্ট ট্যাগগুলি"
237
+
238
+ #: views/submission-form.php:86 views/submission-form-alt.php:91
239
+ msgid "Antispam Question"
240
+ msgstr "এন্টিস্পাম প্রশ্ন"
241
+
242
+ #: views/submission-form.php:91 views/submission-form-alt.php:96
243
+ #: library/plugin-settings.php:767
244
+ msgid "Post Category"
245
+ msgstr "পোস্ট বিভাগ"
246
+
247
+ #: views/submission-form.php:93 views/submission-form-alt.php:98
248
+ msgid "Please select a category.."
249
+ msgstr "একটি বিভাগ নির্বাচন করুন দয়া করে .."
250
+
251
+ #: views/submission-form.php:128 views/submission-form.php:129
252
+ #: views/submission-form-alt.php:133 views/submission-form-alt.php:134
253
+ #: library/plugin-settings.php:777
254
+ msgid "Post Content"
255
+ msgstr "পোস্ট সামগ্রী"
256
+
257
+ #: views/submission-form.php:135 views/submission-form-alt.php:140
258
+ msgid "Verification"
259
+ msgstr "প্রতিপাদন"
260
+
261
+ #: views/submission-form.php:142 views/submission-form-alt.php:147
262
+ msgid "Upload an Image"
263
+ msgstr "একটি ছবি আপলোড করুন"
264
+
265
+ #: views/submission-form.php:151 views/submission-form-alt.php:156
266
+ msgid "Add another image"
267
+ msgstr "অন্য চিত্র যোগ করুন"
268
+
269
+ #: views/submission-form.php:173 views/submission-form-alt.php:178
270
+ msgid "Human verification: leave this field empty."
271
+ msgstr "মানব যাচাই: এই ক্ষেত্রটিকে খালি রাখুন।"
272
+
273
+ #: views/submission-form.php:195 views/submission-form-alt.php:200
274
+ msgid "Submit Post"
275
+ msgstr "পোস্ট জমা দিন"
276
+
277
+ #: library/plugin-settings.php:32
278
+ msgid "Get USP Pro for unlimited forms!"
279
+ msgstr "সীমাহীন ফর্ম জন্য ইউএসপি প্রো পান!"
280
+
281
+ #: library/plugin-settings.php:33
282
+ msgid "Go Pro"
283
+ msgstr "প্রো যান"
284
+
285
+ #: library/plugin-settings.php:37
286
+ msgid "Settings"
287
+ msgstr "সেটিংস"
288
+
289
+ #: library/plugin-settings.php:55
290
+ msgid "Give USP a 5-star rating at WordPress.org"
291
+ msgstr "ওয়ার্ডপ্রেস.org এ ইউএসপি একটি 5-তারকা রেটিং দিন"
292
+
293
+ #: library/plugin-settings.php:56
294
+ msgid "Rate this plugin&nbsp;&raquo;"
295
+ msgstr "এই প্লাগইন রেট&nbsp;&raquo;"
296
+
297
+ #: library/plugin-settings.php:115
298
+ msgid "WP Post (recommended)"
299
+ msgstr "WP পোস্ট (প্রস্তাবিত)"
300
+
301
+ #: library/plugin-settings.php:119
302
+ msgid "WP Page"
303
+ msgstr "WP পৃষ্ঠা"
304
+
305
+ #: library/plugin-settings.php:135
306
+ msgid "HTML5 Form + Default CSS"
307
+ msgstr "HTML5 ফর্ম + ডিফল্ট CSS"
308
+
309
+ #: library/plugin-settings.php:135
310
+ msgid "(Recommended)"
311
+ msgstr "(প্রস্তাবিত)"
312
+
313
+ #: library/plugin-settings.php:139
314
+ msgid "HTML5 Form + Disable CSS"
315
+ msgstr "HTML5 ফর্ম + সিএসএস অক্ষম করুন"
316
+
317
+ #: library/plugin-settings.php:139
318
+ msgid "(Provide your own styles)"
319
+ msgstr "(আপনার নিজের শৈলী প্রদান করুন)"
320
+
321
+ #: library/plugin-settings.php:143
322
+ msgid "Custom Form + Custom CSS"
323
+ msgstr "কাস্টম ফর্ম + কাস্টম CSS"
324
+
325
+ #: library/plugin-settings.php:143
326
+ msgid "(Provide your own form template &amp; styles)"
327
+ msgstr "(আপনার নিজের ফর্ম টেমপ্লেট এবং শৈলীগুলি প্রদান করুন)"
328
+
329
+ #: library/plugin-settings.php:159 library/plugin-settings.php:183
330
+ #: library/plugin-settings.php:206
331
+ msgid "Auto-display before post content"
332
+ msgstr "পোস্ট সামগ্রী আগে অটো-প্রদর্শন"
333
+
334
+ #: library/plugin-settings.php:163 library/plugin-settings.php:187
335
+ #: library/plugin-settings.php:210
336
+ msgid "Auto-display after post content"
337
+ msgstr "পোস্ট কন্টেন্ট পরে অটো-প্রদর্শন"
338
+
339
+ #: library/plugin-settings.php:167
340
+ msgid "Do not auto-display submitted images"
341
+ msgstr "জমা দেওয়া ছবিগুলি স্বয়ংক্রিয়ভাবে প্রদর্শন করবেন না"
342
+
343
+ #: library/plugin-settings.php:191
344
+ msgid "Do not auto-display submitted email"
345
+ msgstr "স্বয়ং-প্রদর্শন জমা দেওয়া ইমেলটি করবেন না"
346
+
347
+ #: library/plugin-settings.php:214
348
+ msgid "Do not auto-display submitted URL"
349
+ msgstr "স্বয়ংক্রিয়ভাবে প্রদর্শন করা URL জমা নেই"
350
+
351
+ #: library/plugin-settings.php:367
352
+ msgid ""
353
+ "There was an error. Please ensure that you have added a title, some content, "
354
+ "and that you have uploaded only images."
355
+ msgstr ""
356
+ "সেখানে একটা ভুল ছিল. দয়া করে নিশ্চিত করুন যে আপনি একটি শিরোনাম, কিছু "
357
+ "সামগ্রী যুক্ত করেছেন, এবং আপনি কেবলমাত্র চিত্রগুলি আপলোড করেছেন"
358
+
359
+ #: library/plugin-settings.php:381
360
+ msgid "Please select your image(s) to upload."
361
+ msgstr "আপলোড করার জন্য আপনার ছবি (গুলি) নির্বাচন করুন।"
362
+
363
+ #: library/plugin-settings.php:387
364
+ msgid "Success! Thank you for your submission."
365
+ msgstr "সফল! আপনার জমা দেওয়ার জন্য আপনাকে ধন্যবাদ."
366
+
367
+ #: library/plugin-settings.php:413
368
+ msgid "Email"
369
+ msgstr "ইমেইল"
370
+
371
+ #: library/plugin-settings.php:414
372
+ msgid "URL"
373
+ msgstr "URL টি"
374
+
375
+ #: library/plugin-settings.php:645
376
+ msgid "Toggle all panels"
377
+ msgstr "সমস্ত প্যানেলগুলি টগল করুন"
378
+
379
+ #: library/plugin-settings.php:654
380
+ msgid "We need your support!"
381
+ msgstr "আমাদের আপনার সমর্থন প্রয়োজন!"
382
+
383
+ #: library/plugin-settings.php:658
384
+ msgid "Make a donation via PayPal"
385
+ msgstr "পেপ্যালের মাধ্যমে একটি দান করুন"
386
+
387
+ #: library/plugin-settings.php:658
388
+ msgid "make a donation"
389
+ msgstr "উচ্চ স্বরে পড়া"
390
+
391
+ #: library/plugin-settings.php:658
392
+ msgid "and/or"
393
+ msgstr "এবং / অথবা"
394
+
395
+ #: library/plugin-settings.php:659
396
+ msgid "Rate and review at the Plugin Directory"
397
+ msgstr "প্লাগইন ডিরেক্টরি এ রেট এবং পর্যালোচনা"
398
+
399
+ #: library/plugin-settings.php:660
400
+ msgid "give this plugin a 5-star rating"
401
+ msgstr "এই প্লাগইনটি একটি 5-তারকা রেটিং দিন"
402
+
403
+ #: library/plugin-settings.php:664
404
+ msgid ""
405
+ "Your generous support enables continued development of this free plugin. "
406
+ "Thank you!"
407
+ msgstr ""
408
+ "আপনার উদার সমর্থন এই মুক্ত প্লাগইন এর ক্রমাগত উন্নয়ন সমর্থন করে। ধন্যবাদ!"
409
+
410
+ #: library/plugin-settings.php:669
411
+ msgid "Check this box if you have shown support"
412
+ msgstr "আপনি যদি সমর্থন দেখিয়েছেন তাহলে এই বাক্সটি চেক করুন"
413
+
414
+ #: library/plugin-settings.php:678
415
+ msgid "Overview"
416
+ msgstr "সংক্ষিপ্ত বিবরণ"
417
+
418
+ #: library/plugin-settings.php:682
419
+ msgid ""
420
+ "enables your visitors to submit posts and upload images from the front-end "
421
+ "of your site. "
422
+ msgstr ""
423
+ "আপনার দর্শক পোস্ট পোস্ট জমা এবং আপনার সাইটের সামনে প্রান্ত থেকে ছবি আপলোড "
424
+ "করতে সক্ষম করে।"
425
+
426
+ #: library/plugin-settings.php:683
427
+ msgid "For advanced functionality and unlimited forms, check out"
428
+ msgstr "উন্নত কার্যকারিতা এবং সীমাহীন ফর্ম জন্য, চেক আউট"
429
+
430
+ #: library/plugin-settings.php:684
431
+ msgid "&mdash; the ultimate solution for user-generated content."
432
+ msgstr "- ব্যবহারকারী-উত্পন্ন সামগ্রীর জন্য চূড়ান্ত সমাধান"
433
+
434
+ #: library/plugin-settings.php:688 library/plugin-settings.php:706
435
+ msgid "Plugin Settings"
436
+ msgstr "প্লাগইন সেটিংস"
437
+
438
+ #: library/plugin-settings.php:689
439
+ msgid "Display the form"
440
+ msgstr "ফর্মটি প্রদর্শন করুন"
441
+
442
+ #: library/plugin-settings.php:690 library/plugin-settings.php:1243
443
+ msgid "Plugin Homepage"
444
+ msgstr "প্লাগইন হোমপেজ"
445
+
446
+ #: library/plugin-settings.php:693
447
+ msgid "If you like this plugin, please"
448
+ msgstr "আপনি যদি এই প্লাগইন পছন্দ করেন, তাহলে দয়া করে"
449
+
450
+ #: library/plugin-settings.php:694
451
+ msgid "THANK YOU for your support!"
452
+ msgstr "আপনার সমর্থনের জন্য ধন্যবাদ!"
453
+
454
+ #: library/plugin-settings.php:694
455
+ msgid "give it a 5-star rating"
456
+ msgstr "এটি একটি 5 তারকা রেটিং দিতে"
457
+
458
+ #: library/plugin-settings.php:698
459
+ msgid "Unlimited front-end forms"
460
+ msgstr "আনলিমিটেড ফ্রন্ট-এন্ড ফর্মগুলি"
461
+
462
+ #: library/plugin-settings.php:698
463
+ msgid "Get USP Pro"
464
+ msgstr "ইউএসপি প্রো পান"
465
+
466
+ #: library/plugin-settings.php:710
467
+ msgid "Configure your settings for User Submitted Posts."
468
+ msgstr "ব্যবহারকারী জমা পোস্টগুলির জন্য আপনার সেটিংস কনফিগার করুন।"
469
+
470
+ #: library/plugin-settings.php:712
471
+ msgid "Form Fields"
472
+ msgstr "ফর্ম ক্ষেত্র"
473
+
474
+ #: library/plugin-settings.php:717
475
+ msgid "User Name"
476
+ msgstr "ব্যবহারকারীর নাম"
477
+
478
+ #: library/plugin-settings.php:720 library/plugin-settings.php:730
479
+ #: library/plugin-settings.php:740 library/plugin-settings.php:750
480
+ #: library/plugin-settings.php:760 library/plugin-settings.php:770
481
+ #: library/plugin-settings.php:780 library/plugin-settings.php:790
482
+ #: library/plugin-settings.php:800
483
+ msgid "Display and require"
484
+ msgstr "প্রদর্শন এবং প্রয়োজন"
485
+
486
+ #: library/plugin-settings.php:721 library/plugin-settings.php:731
487
+ #: library/plugin-settings.php:741 library/plugin-settings.php:751
488
+ #: library/plugin-settings.php:761 library/plugin-settings.php:771
489
+ #: library/plugin-settings.php:781
490
+ msgid "Display but do not require"
491
+ msgstr "প্রদর্শন করুন কিন্তু প্রয়োজন নেই"
492
+
493
+ #: library/plugin-settings.php:722 library/plugin-settings.php:732
494
+ #: library/plugin-settings.php:742 library/plugin-settings.php:752
495
+ #: library/plugin-settings.php:762 library/plugin-settings.php:772
496
+ #: library/plugin-settings.php:782 library/plugin-settings.php:791
497
+ #: library/plugin-settings.php:801
498
+ msgid "Disable this field"
499
+ msgstr "এই ক্ষেত্রটি অক্ষম করুন"
500
+
501
+ #: library/plugin-settings.php:727
502
+ msgid "User Email"
503
+ msgstr "ব্যবহারকারী ইমেল"
504
+
505
+ #: library/plugin-settings.php:737
506
+ msgid "User URL"
507
+ msgstr "ব্যবহারকারীর URL"
508
+
509
+ #: library/plugin-settings.php:787 library/plugin-settings.php:793
510
+ #: library/plugin-settings.php:999 library/plugin-settings.php:1004
511
+ msgid "Challenge Question"
512
+ msgstr "চ্যালেঞ্জ প্রশ্ন"
513
+
514
+ #: library/plugin-settings.php:793 library/plugin-settings.php:803
515
+ #: library/plugin-settings.php:813
516
+ msgid "(Visit"
517
+ msgstr "(পরিদর্শন"
518
+
519
+ #: library/plugin-settings.php:793 library/plugin-settings.php:803
520
+ #: library/plugin-settings.php:813
521
+ msgid "to configure options)"
522
+ msgstr "বিকল্প কনফিগার করতে)"
523
+
524
+ #: library/plugin-settings.php:797 library/plugin-settings.php:803
525
+ #: library/plugin-settings.php:1021
526
+ msgid "Google reCAPTCHA"
527
+ msgstr "Google reCAPTCHA"
528
+
529
+ #: library/plugin-settings.php:807
530
+ msgid "Post Images"
531
+ msgstr "ছবি পোস্ট করুন"
532
+
533
+ #: library/plugin-settings.php:810
534
+ msgid "Display"
535
+ msgstr "প্রদর্শন"
536
+
537
+ #: library/plugin-settings.php:811
538
+ msgid "Disable"
539
+ msgstr "অক্ষম"
540
+
541
+ #: library/plugin-settings.php:813 library/plugin-settings.php:1080
542
+ msgid "Image Uploads"
543
+ msgstr "ছবি আপলোড"
544
+
545
+ #: library/plugin-settings.php:819
546
+ msgid "General Settings"
547
+ msgstr "সাধারণ সেটিংস"
548
+
549
+ #: library/plugin-settings.php:824
550
+ msgid "Form Style"
551
+ msgstr "ফর্ম স্টাইল"
552
+
553
+ #: library/plugin-settings.php:829
554
+ msgid "With this option, you can copy the plugin&rsquo;s default templates:"
555
+ msgstr ""
556
+ "এই বিকল্পের সাথে, আপনি প্লাগইন এর ডিফল্ট টেমপ্লেটগুলি অনুলিপি করতে পারেন:"
557
+
558
+ #: library/plugin-settings.php:834
559
+ msgid "..and upload them into a directory named"
560
+ msgstr ".. এবং তাদের নামের একটি ডিরেক্টরির মধ্যে আপলোড"
561
+
562
+ #: library/plugin-settings.php:834
563
+ msgid "in your theme:"
564
+ msgstr "আপনার থিম মধ্যে:"
565
+
566
+ #: library/plugin-settings.php:840
567
+ msgid ""
568
+ "That will enable you to customize the form and styles as desired. For more "
569
+ "info, check out the \"Custom Submission Form\" section in the"
570
+ msgstr ""
571
+ "এটি আপনাকে পছন্দসই হিসাবে ফর্ম এবং শৈলী কাস্টমাইজ করতে সক্ষম হবে। আরও তথ্যের "
572
+ "জন্য, \"কাস্টম জমা ফরমে\" বিভাগটি দেখুন"
573
+
574
+ #: library/plugin-settings.php:841
575
+ msgid "Installation Docs"
576
+ msgstr "ইনস্টলেশন ডক্স"
577
+
578
+ #: library/plugin-settings.php:842
579
+ msgid "FYI: here is a"
580
+ msgstr "FYI: এখানে একটি হয়"
581
+
582
+ #: library/plugin-settings.php:842
583
+ msgid "list of USP CSS selectors"
584
+ msgstr "ইউএসপি সিএসএস নির্বাচক তালিকা"
585
+
586
+ #: library/plugin-settings.php:848
587
+ msgid "Include JavaScript"
588
+ msgstr "জাভাস্ক্রিপ্ট অন্তর্ভুক্ত করুন"
589
+
590
+ #: library/plugin-settings.php:850
591
+ msgid ""
592
+ "Check this box if you want to include the external JavaScript files "
593
+ "(recommended)."
594
+ msgstr ""
595
+ "আপনি যদি বাইরের জাভাস্ক্রিপ্ট ফাইলগুলি অন্তর্ভুক্ত করতে চান তবে এই বাক্সটি "
596
+ "চেক করুন (প্রস্তাবিত)।"
597
+
598
+ #: library/plugin-settings.php:853
599
+ msgid "Targeted Loading"
600
+ msgstr "লক্ষ্যবস্তু লোড হচ্ছে"
601
+
602
+ #: library/plugin-settings.php:855
603
+ msgid ""
604
+ "By default, external CSS &amp; JavaScript files are loaded on every page. "
605
+ "Here you may specify the URL of the USP form to load resources only on that "
606
+ "page. Note: leave blank to load on all pages."
607
+ msgstr ""
608
+ "ডিফল্টরূপে, বাহ্যিক CSS এবং জাভাস্ক্রিপ্ট ফাইলগুলি প্রতি পৃষ্ঠায় লোড করা "
609
+ "হয়। এখানে আপনি ইউএসপি ফর্মের ইউআরএলটি কেবল সেই পৃষ্ঠাতে সম্পদ লোড করার জন্য "
610
+ "নির্দিষ্ট করতে পারেন। দ্রষ্টব্য: সমস্ত পৃষ্ঠাগুলি লোড করতে ফাঁকা রাখুন।"
611
+
612
+ #: library/plugin-settings.php:858
613
+ msgid "Post Type"
614
+ msgstr "পোস্ট প্রকার"
615
+
616
+ #: library/plugin-settings.php:861
617
+ msgid "Submit posts as WP Posts or Pages"
618
+ msgstr "WP পোস্ট বা পেজ হিসাবে জমা দিন"
619
+
620
+ #: library/plugin-settings.php:865
621
+ msgid "Auto Publish"
622
+ msgstr "অটো প্রকাশ করুন"
623
+
624
+ #: library/plugin-settings.php:868
625
+ msgid "Always moderate via Draft"
626
+ msgstr "সর্বদা খসড়া মাধ্যমে মধ্যপন্থী"
627
+
628
+ #: library/plugin-settings.php:869
629
+ msgid "Always moderate via Pending"
630
+ msgstr "সর্বদা মুলতুবি মাধ্যমে মধ্যপন্থী"
631
+
632
+ #: library/plugin-settings.php:870
633
+ msgid "Always publish immediately"
634
+ msgstr "সর্বদা অবিলম্বে প্রকাশ"
635
+
636
+ #: library/plugin-settings.php:875
637
+ msgid ""
638
+ "Post Status for submitted posts: moderate (recommended), publish immediately,"
639
+ " or publish after any number of approved posts."
640
+ msgstr ""
641
+ "জমা দেওয়া পোস্টগুলির স্থিতি পোস্ট করুন: মডারেট (প্রস্তাবিত), অবিলম্বে "
642
+ "প্রকাশ করুন, বা অনুমোদিত কোনো পোস্টের পরে প্রকাশ করুন।"
643
+
644
+ #: library/plugin-settings.php:879
645
+ msgid "Redirect URL"
646
+ msgstr "URL পুনঃনির্দেশ করুন"
647
+
648
+ #: library/plugin-settings.php:881
649
+ msgid ""
650
+ "Specify a URL to redirect the user after post-submission. Leave blank to "
651
+ "redirect back to current page."
652
+ msgstr ""
653
+ "পোস্ট জমা দেওয়ার পরে ব্যবহারকারীকে পুনঃনির্দেশ করার জন্য একটি URL নির্দিষ্ট "
654
+ "করুন। বর্তমান পৃষ্ঠায় ফেরত পাঠাতে ফাঁকা ছেড়ে দিন।"
655
+
656
+ #: library/plugin-settings.php:884
657
+ msgid "Success Message"
658
+ msgstr "সফল বার্তা"
659
+
660
+ #: library/plugin-settings.php:886
661
+ msgid ""
662
+ "Success message that is displayed if post-submission is successful. Basic "
663
+ "markup is allowed."
664
+ msgstr "পোস্ট-জমা সফল হলে সফল বার্তাটি প্রদর্শিত হয় বেসিক মার্কআপ অনুমোদিত।"
665
+
666
+ #: library/plugin-settings.php:889
667
+ msgid "Error Message"
668
+ msgstr "ভুল বার্তা"
669
+
670
+ #: library/plugin-settings.php:891
671
+ msgid ""
672
+ "General error message that is displayed if post-submission fails. Basic "
673
+ "markup is allowed."
674
+ msgstr ""
675
+ "পোস্ট-সাবস্ক্রিপশন ব্যর্থ হলে সাধারণ ত্রুটি বার্তা প্রদর্শিত হয়। বেসিক "
676
+ "মার্কআপ অনুমোদিত।"
677
+
678
+ #: library/plugin-settings.php:894
679
+ msgid "Custom Content"
680
+ msgstr "কাস্টম বিষয়বস্তু"
681
+
682
+ #: library/plugin-settings.php:896
683
+ msgid ""
684
+ "Custom text/markup to be included before the submission form. Leave blank to "
685
+ "disable."
686
+ msgstr ""
687
+ "জমা ফর্ম আগে অন্তর্ভুক্ত করা কাস্টম টেক্সট / মার্কআপ। নিষ্ক্রিয় করতে ফাঁকা "
688
+ "রাখুন"
689
+
690
+ #: library/plugin-settings.php:899
691
+ msgid "Rich Text Editor"
692
+ msgstr "রিচ টেক্সট সম্পাদক"
693
+
694
+ #: library/plugin-settings.php:901
695
+ msgid ""
696
+ "Check this box if you want to enable WP rich text editing for submitted "
697
+ "posts."
698
+ msgstr ""
699
+ "জমা দেওয়া পোস্টগুলির জন্য আপনি WP সমৃদ্ধ পাঠ্য সম্পাদনা সক্ষম করতে চান "
700
+ "তাহলে এই বাক্সটি চেক করুন।"
701
+
702
+ #: library/plugin-settings.php:904
703
+ msgid "Unique Titles"
704
+ msgstr "অনন্য শিরোনাম"
705
+
706
+ #: library/plugin-settings.php:906
707
+ msgid ""
708
+ "Require submitted post titles to be unique (useful for preventing "
709
+ "multiple/duplicate submitted posts)."
710
+ msgstr ""
711
+ "পোস্ট শিরোনামগুলি অনন্য হওয়ার জন্য প্রয়োজনীয় (একাধিক / অনুলিপি জমা "
712
+ "পোস্টগুলিকে আটকানোর জন্য উপযোগী)।"
713
+
714
+ #: library/plugin-settings.php:909
715
+ msgid "Disable Required"
716
+ msgstr "প্রয়োজনীয় অক্ষম করুন"
717
+
718
+ #: library/plugin-settings.php:911
719
+ msgid ""
720
+ "Disable all required attributes on default form fields (useful for "
721
+ "troubleshooting error messages)."
722
+ msgstr ""
723
+ "ডিফল্ট ফর্ম ক্ষেত্রগুলির সমস্ত সমস্যাগুলি অক্ষম করুন (ত্রুটির বার্তাগুলি "
724
+ "সমস্যা সমাধানের জন্য উপযোগী)"
725
+
726
+ #: library/plugin-settings.php:914
727
+ msgid "Disable IP Tracking"
728
+ msgstr "আইপি ট্র্যাকিং অক্ষম করুন"
729
+
730
+ #: library/plugin-settings.php:916
731
+ msgid ""
732
+ "By default USP records the IP address with each submitted post. Check this "
733
+ "box to disable all IP tracking."
734
+ msgstr ""
735
+ "ডিফল্টরূপে USP প্রতিটি জমা পোস্টের সাথে IP ঠিকানা রেকর্ড করে। সব আইপি "
736
+ "ট্র্যাকিং নিষ্ক্রিয় করতে এই বাক্সটি চেক করুন।"
737
+
738
+ #: library/plugin-settings.php:919
739
+ msgid "Enable Shortcodes"
740
+ msgstr "শর্টকাডগুলি সক্ষম করুন"
741
+
742
+ #: library/plugin-settings.php:921
743
+ msgid ""
744
+ "Enable shortcodes in widgets. By default, WordPress does not enable "
745
+ "shortcodes in widgets. "
746
+ msgstr ""
747
+ "উইজেটে শর্টকাটগুলি সক্ষম করুন ডিফল্টরূপে, ওয়ার্ডপ্রেস উইজেটে শর্টকাটগুলি "
748
+ "সক্ষম করে না।"
749
+
750
+ #: library/plugin-settings.php:922
751
+ msgid ""
752
+ "This setting enables any/all shortcodes in widgets (even shortcodes from "
753
+ "other plugins)."
754
+ msgstr ""
755
+ "এই সেটিংটি উইজেটে কোনও / সমস্ত শর্টকাট সক্ষম করে (এমনকি অন্যান্য "
756
+ "প্লাগইনগুলির থেকেও শর্টকাটগুলি)।"
757
+
758
+ #: library/plugin-settings.php:927 library/plugin-settings.php:932
759
+ msgid "Categories"
760
+ msgstr "ধরন"
761
+
762
+ #: library/plugin-settings.php:935
763
+ msgid ""
764
+ "Select which categories may be assigned to submitted posts (click to toggle)"
765
+ msgstr ""
766
+ "জমা দেওয়া পোস্টগুলির জন্য বিভাগগুলি নির্ধারণ করা যেতে পারে তা নির্বাচন করুন "
767
+ "(টগল করার জন্য ক্লিক করুন)"
768
+
769
+ #: library/plugin-settings.php:952
770
+ msgid "Hidden/Default Category"
771
+ msgstr "লুকানো / ডিফল্ট শ্রেণী"
772
+
773
+ #: library/plugin-settings.php:954
774
+ msgid ""
775
+ "Use a hidden field for the post category. This may be used to specify a "
776
+ "default category when the category field is disabled."
777
+ msgstr ""
778
+ "পোস্ট বিভাগের জন্য একটি লুকানো ক্ষেত্র ব্যবহার করুন বিভাগ ক্ষেত্র নিষ্ক্রিয় "
779
+ "যখন এটি একটি ডিফল্ট বিভাগ উল্লেখ করার জন্য ব্যবহার করা যেতে পারে।"
780
+
781
+ #: library/plugin-settings.php:957
782
+ msgid "Category ID for Hidden Field"
783
+ msgstr "লুকানো ক্ষেত্রের জন্য বিভাগ আইডি"
784
+
785
+ #: library/plugin-settings.php:959
786
+ msgid ""
787
+ "Specify the ID of the category to use for the &ldquo;Hidden/Default "
788
+ "Category&rdquo; option."
789
+ msgstr ""
790
+ "\"লুকানো / ডিফল্ট শ্রেণী\" বিকল্পের জন্য ব্যবহার করার জন্য বিভাগের আইডি "
791
+ "উল্লেখ করুন।"
792
+
793
+ #: library/plugin-settings.php:964
794
+ msgid "Users"
795
+ msgstr "ব্যবহারকারীরা"
796
+
797
+ #: library/plugin-settings.php:969
798
+ msgid "Assigned Author"
799
+ msgstr "অ্যাসাইন করা লেখক"
800
+
801
+ #: library/plugin-settings.php:978
802
+ msgid ""
803
+ "Specify the user that should be assigned as author for user-submitted posts."
804
+ msgstr ""
805
+ "ব্যবহারকারী জমা দেওয়া পোস্টগুলির জন্য লেখক হিসাবে নিয়োগ করা উচিত "
806
+ "ব্যবহারকারীকে নির্দিষ্ট করুন।"
807
+
808
+ #: library/plugin-settings.php:982
809
+ msgid "Registered Username"
810
+ msgstr "নিবন্ধিত ব্যবহারকারীর নাম"
811
+
812
+ #: library/plugin-settings.php:984
813
+ msgid ""
814
+ "Use registered username as post author. Valid when the person submitting the "
815
+ "form is logged in to WordPress."
816
+ msgstr ""
817
+ "পোস্ট লেখক হিসাবে নিবন্ধিত ব্যবহারকারী নাম ব্যবহার করুন। বৈধ যখন ফর্ম জমা "
818
+ "ব্যক্তি ওয়ার্ডপ্রেস লগ ইন হয়।"
819
+
820
+ #: library/plugin-settings.php:987
821
+ msgid "User Profile URL"
822
+ msgstr "ব্যবহারকারীর প্রোফাইল URL"
823
+
824
+ #: library/plugin-settings.php:989
825
+ msgid ""
826
+ "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid "
827
+ "when the person submitting the form is logged in to WordPress."
828
+ msgstr ""
829
+ "URL ক্ষেত্রের মান হিসাবে নিবন্ধিত ব্যবহারকারীর প্রোফাইল URL ব্যবহার করুন বৈধ "
830
+ "যখন ফর্ম জমা ব্যক্তি ওয়ার্ডপ্রেস লগ ইন হয়।"
831
+
832
+ #: library/plugin-settings.php:992
833
+ msgid "Require User Login"
834
+ msgstr "ব্যবহারকারী লগইন প্রয়োজন"
835
+
836
+ #: library/plugin-settings.php:994
837
+ msgid "Require users to be logged in to WordPress to view/submit the form"
838
+ msgstr "ওয়ার্ডপ্রেসে লগ ইন করার জন্য ব্যবহারকারীদের প্রয়োজন / ফর্ম জমা দিন"
839
+
840
+ #: library/plugin-settings.php:1006
841
+ msgid ""
842
+ "To prevent spam, enter a question that users must answer before submitting "
843
+ "the form."
844
+ msgstr ""
845
+ "স্প্যাম রোধ করতে, ফর্মটি জমা দেওয়ার আগে ব্যবহারকারীদের একটি প্রশ্নের উত্তর "
846
+ "দিন।"
847
+
848
+ #: library/plugin-settings.php:1009
849
+ msgid "Challenge Response"
850
+ msgstr "চ্যালেঞ্জ প্রতিক্রিয়া"
851
+
852
+ #: library/plugin-settings.php:1011
853
+ msgid "Enter the *only* correct answer to the challenge question."
854
+ msgstr "চ্যালেঞ্জ প্রশ্নের শুধুমাত্র সঠিক উত্তর লিখুন।"
855
+
856
+ #: library/plugin-settings.php:1014
857
+ msgid "Case-sensitivity"
858
+ msgstr "কেস-সংবেদনশীলতা"
859
+
860
+ #: library/plugin-settings.php:1016
861
+ msgid "Check this box if you want the challenge response to be case-sensitive."
862
+ msgstr ""
863
+ "যদি আপনি চ্যালেঞ্জ প্রতিক্রিয়া ক্ষেত্রে সংবেদনশীল হতে চান এই বাক্সটি চেক "
864
+ "করুন"
865
+
866
+ #: library/plugin-settings.php:1022
867
+ msgid "To enable Google reCAPTCHA, enter your public and private keys."
868
+ msgstr ""
869
+ "Google reCAPTCHA সক্ষম করতে, আপনার সর্বজনীন এবং ব্যক্তিগত কীগুলি প্রবেশ করুন।"
870
+
871
+ #: library/plugin-settings.php:1027
872
+ msgid "Public Key"
873
+ msgstr "পাবলিক কী"
874
+
875
+ #: library/plugin-settings.php:1029
876
+ msgid "Enter your Public Key"
877
+ msgstr "আপনার পাবলিক কী লিখুন"
878
+
879
+ #: library/plugin-settings.php:1032
880
+ msgid "Private Key"
881
+ msgstr "ব্যক্তিগত কী"
882
+
883
+ #: library/plugin-settings.php:1034
884
+ msgid "Enter your Private Key"
885
+ msgstr "আপনার ব্যক্তিগত কী লিখুন"
886
+
887
+ #: library/plugin-settings.php:1039
888
+ msgid "Email Alerts"
889
+ msgstr "ইমেল সতর্কতাগুলি"
890
+
891
+ #: library/plugin-settings.php:1044
892
+ msgid "Receive Email Alert"
893
+ msgstr "ইমেইল সতর্কতা পান"
894
+
895
+ #: library/plugin-settings.php:1046
896
+ msgid ""
897
+ "Check this box if you want to be notified via email for new post submissions."
898
+ msgstr ""
899
+ "আপনি যদি নতুন পোস্ট জমা দেওয়ার জন্য ইমেলের মাধ্যমে বিজ্ঞাপিত করতে চান তবে "
900
+ "এই বাক্সটি চেক করুন।"
901
+
902
+ #: library/plugin-settings.php:1049
903
+ msgid "Enable HTML Format"
904
+ msgstr "HTML ফর্ম্যাট সক্ষম করুন"
905
+
906
+ #: library/plugin-settings.php:1051
907
+ msgid "Check this box to enable HTML format for email alerts."
908
+ msgstr "ইমেল সতর্কতাগুলির জন্য HTML ফর্ম্যাটটি সক্ষম করতে এই বাক্সটি চেক করুন"
909
+
910
+ #: library/plugin-settings.php:1054
911
+ msgid "Email Address for Alerts"
912
+ msgstr "সতর্কতা জন্য ইমেল ঠিকানা"
913
+
914
+ #: library/plugin-settings.php:1056
915
+ msgid ""
916
+ "If you checked the box to receive email alerts, indicate here the address(es)"
917
+ " to which the emails should be sent."
918
+ msgstr ""
919
+ "যদি আপনি ইমেল সতর্কতা প্রাপ্ত করার জন্য বাক্সটি চেক করেন, তবে এখানে ই-মেইল "
920
+ "ঠিকানাটি পাঠান (এস)।"
921
+
922
+ #: library/plugin-settings.php:1057
923
+ msgid "Multiple recipients may be included using a comma, like so:"
924
+ msgstr "একটি কমা ব্যবহার করে একাধিক প্রাপক অন্তর্ভুক্ত করা যেতে পারে, যেমন:"
925
+
926
+ #: library/plugin-settings.php:1060
927
+ msgid "Email &ldquo;From&rdquo; Address"
928
+ msgstr "ইমেল ঠিকানা \"থেকে\""
929
+
930
+ #: library/plugin-settings.php:1062
931
+ msgid ""
932
+ "Here you may customize the address(es) used for the &ldquo;From&rdquo; "
933
+ "header (see plugin FAQs for info). "
934
+ msgstr ""
935
+ "এখানে আপনি \"থেকে\" শিরোলেখের জন্য ব্যবহৃত ঠিকানা (এস) কাস্টমাইজ করতে পারেন "
936
+ "(তথ্যের জন্য প্লাগইন FAQ দেখুন)।"
937
+
938
+ #: library/plugin-settings.php:1063
939
+ msgid ""
940
+ "If multiple addresses are specified in the previous setting, include an "
941
+ "equal number of &ldquo;From&rdquo; addresses for this setting (in the same "
942
+ "order)."
943
+ msgstr ""
944
+ "যদি পূর্ববর্তী সেটিংতে একাধিক ঠিকানাগুলি নির্দিষ্ট করা হয়, তবে এই সেটিং "
945
+ "(একই ক্রমে) এর জন্য \"থেকে\" ঠিকানা সমান সংখ্যা অন্তর্ভুক্ত করুন।"
946
+
947
+ #: library/plugin-settings.php:1066
948
+ msgid "Email Alert Subject"
949
+ msgstr "ইমেল সতর্কতা বিষয়"
950
+
951
+ #: library/plugin-settings.php:1068
952
+ msgid ""
953
+ "Subject line for email alerts. Leave blank to use the default subject line. "
954
+ "Note: you can use the following variables: "
955
+ msgstr ""
956
+ "ইমেইল সতর্কতা জন্য বিষয় লাইন। ডিফল্ট বিষয় লাইনে ব্যবহারের জন্য ফাঁকা রাখুন "
957
+ "নোট: আপনি নিম্নলিখিত ভেরিয়েবল ব্যবহার করতে পারেন:"
958
+
959
+ #: library/plugin-settings.php:1072
960
+ msgid "Email Alert Message"
961
+ msgstr "ইমেইল সতর্কতা বার্তা"
962
+
963
+ #: library/plugin-settings.php:1074
964
+ msgid ""
965
+ "Message for email alerts. Leave blank to use the default message. Note: you "
966
+ "can use the following variables: "
967
+ msgstr ""
968
+ "ইমেল সতর্কতাগুলির জন্য বার্তা ডিফল্ট বার্তা ব্যবহার করতে ফাঁকা রাখুন। নোট: "
969
+ "আপনি নিম্নলিখিত ভেরিয়েবল ব্যবহার করতে পারেন:"
970
+
971
+ #: library/plugin-settings.php:1085
972
+ msgid "Featured Image"
973
+ msgstr "বৈশিষ্ট্যযুক্ত ইমেজ"
974
+
975
+ #: library/plugin-settings.php:1087
976
+ msgid ""
977
+ "Set submitted images as Featured Images. Requires theme support for Featured "
978
+ "Images (aka Post Thumbnails)."
979
+ msgstr ""
980
+ "বৈশিষ্ট্যযুক্ত ইমেজ হিসাবে চিত্র জমা সেট করুন বৈশিষ্ট্যযুক্ত ইমেজ জন্য থিম "
981
+ "সমর্থন প্রয়োজন (উব পোস্ট থাম্বনেল)।"
982
+
983
+ #: library/plugin-settings.php:1090
984
+ msgid "Upload Message"
985
+ msgstr "বার্তা আপলোড করুন"
986
+
987
+ #: library/plugin-settings.php:1092
988
+ msgid ""
989
+ "Message that appears next to the upload field. Useful for stating your "
990
+ "upload guidelines/policy/etc. Basic markup allowed."
991
+ msgstr ""
992
+ "আপলোড ক্ষেত্রের পাশে প্রদর্শিত হয় এমন বার্তা আপনার আপলোড নির্দেশিকা / নীতি "
993
+ "/ ইত্যাদি সম্পর্কিত বিবরণের জন্য উপযোগী বেসিক মার্কআপ অনুমোদিত।"
994
+
995
+ #: library/plugin-settings.php:1095
996
+ msgid "&ldquo;Add another image&rdquo; link"
997
+ msgstr "\"অন্য চিত্র যোগ করুন\" লিঙ্ক"
998
+
999
+ #: library/plugin-settings.php:1097
1000
+ msgid ""
1001
+ "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to "
1002
+ "use the default markup (recommended)."
1003
+ msgstr ""
1004
+ "\"অন্য চিত্র যুক্ত করুন\" লিঙ্কের জন্য কাস্টম মার্কআপ। ডিফল্ট মার্কআপ "
1005
+ "ব্যবহার করার জন্য ফাঁকা রাখুন (প্রস্তাবিত)।"
1006
+
1007
+ #: library/plugin-settings.php:1100
1008
+ msgid "Minimum number of images"
1009
+ msgstr "ছবির ন্যূনতম সংখ্যা"
1010
+
1011
+ #: library/plugin-settings.php:1103
1012
+ msgid "Specify the minimum number of images."
1013
+ msgstr "ইমেজ সর্বনিম্ন সংখ্যা নির্দিষ্ট করুন।"
1014
+
1015
+ #: library/plugin-settings.php:1107
1016
+ msgid "Maximum number of images"
1017
+ msgstr "ইমেজ সর্বোচ্চ সংখ্যা"
1018
+
1019
+ #: library/plugin-settings.php:1110
1020
+ msgid "Specify the maximum number of images."
1021
+ msgstr "সর্বাধিক সংখ্যা চিত্র নির্দিষ্ট করুন।"
1022
+
1023
+ #: library/plugin-settings.php:1114
1024
+ msgid "Minimum image width"
1025
+ msgstr "ন্যূনতম চিত্র প্রস্থ"
1026
+
1027
+ #: library/plugin-settings.php:1116
1028
+ msgid "Specify a minimum width (in pixels) for uploaded images."
1029
+ msgstr "আপলোড করা চিত্রগুলির জন্য সর্বনিম্ন প্রস্থ (পিক্সেল) নির্দিষ্ট করুন।"
1030
+
1031
+ #: library/plugin-settings.php:1119
1032
+ msgid "Minimum image height"
1033
+ msgstr "ন্যূনতম ছবি উচ্চতা"
1034
+
1035
+ #: library/plugin-settings.php:1121
1036
+ msgid "Specify a minimum height (in pixels) for uploaded images."
1037
+ msgstr "আপলোড করা চিত্রগুলির জন্য সর্বনিম্ন উচ্চতা (পিক্সেল) নির্দিষ্ট করুন।"
1038
+
1039
+ #: library/plugin-settings.php:1124
1040
+ msgid "Maximum image width"
1041
+ msgstr "সর্বাধিক চিত্র প্রস্থ"
1042
+
1043
+ #: library/plugin-settings.php:1126
1044
+ msgid "Specify a maximum width (in pixels) for uploaded images."
1045
+ msgstr "আপলোড করা চিত্রগুলির জন্য সর্বাধিক প্রস্থ (পিক্সেল) নির্দিষ্ট করুন।"
1046
+
1047
+ #: library/plugin-settings.php:1129
1048
+ msgid "Maximum image height"
1049
+ msgstr "সর্বোচ্চ ইমেজ উচ্চতা"
1050
+
1051
+ #: library/plugin-settings.php:1131
1052
+ msgid "Specify a maximum height (in pixels) for uploaded images."
1053
+ msgstr "আপলোড করা চিত্রগুলির জন্য সর্বোচ্চ উচ্চতা (পিক্সেল) নির্দিষ্ট করুন"
1054
+
1055
+ #: library/plugin-settings.php:1134
1056
+ msgid "More Options"
1057
+ msgstr "আরও বিকল্প"
1058
+
1059
+ #: library/plugin-settings.php:1137
1060
+ msgid ""
1061
+ "For more options, like the ability to upload other file types (like PDF, "
1062
+ "Word, Zip, videos, and more), check out"
1063
+ msgstr ""
1064
+ "আরো বিকল্পগুলির জন্য, অন্যান্য ফাইল প্রকার (যেমন পিডিএফ, ওয়ার্ড, জিপ, ভিডিও "
1065
+ "এবং আরও অনেক কিছু আপলোড করার ক্ষমতা), চেক আউট করুন"
1066
+
1067
+ #: library/plugin-settings.php:1138
1068
+ msgid "Go Pro!"
1069
+ msgstr "প্রো যান!"
1070
+
1071
+ #: library/plugin-settings.php:1138
1072
+ msgid "USP Pro"
1073
+ msgstr "ইউএসপি প্রো"
1074
+
1075
+ #: library/plugin-settings.php:1145
1076
+ msgid "Auto-Display Content"
1077
+ msgstr "অটো প্রদর্শন বিষয়বস্তু"
1078
+
1079
+ #: library/plugin-settings.php:1150
1080
+ msgid "Images Auto-Display"
1081
+ msgstr "ছবি অটো-প্রদর্শন"
1082
+
1083
+ #: library/plugin-settings.php:1152
1084
+ msgid "Auto-display user-submitted images:"
1085
+ msgstr "অটো-প্রদর্শন ব্যবহারকারী জমা ইমেজ:"
1086
+
1087
+ #: library/plugin-settings.php:1157
1088
+ msgid "Image Markup"
1089
+ msgstr "চিত্র মার্কআপ"
1090
+
1091
+ #: library/plugin-settings.php:1159
1092
+ msgid ""
1093
+ "Markup to use for each submitted image (when auto-display is enabled). Can "
1094
+ "use"
1095
+ msgstr ""
1096
+ "প্রতিটি জমা দেওয়া চিত্রের জন্য ব্যবহার করার জন্য মার্কআপ (যখন স্বয়ংক্রিয়-"
1097
+ "প্রদর্শন সক্ষম করা থাকে)। ব্যবহার করতে পারেন"
1098
+
1099
+ #: library/plugin-settings.php:1161 library/plugin-settings.php:1174
1100
+ #: library/plugin-settings.php:1187
1101
+ msgid "and"
1102
+ msgstr "এবং"
1103
+
1104
+ #: library/plugin-settings.php:1164
1105
+ msgid "Email Auto-Display"
1106
+ msgstr "ইমেল স্বয়ংক্রিয় প্রদর্শন"
1107
+
1108
+ #: library/plugin-settings.php:1166
1109
+ msgid "Auto-display user-submitted email:"
1110
+ msgstr "অটো-প্রদর্শন ব্যবহারকারী জমা ইমেইল:"
1111
+
1112
+ #: library/plugin-settings.php:1171
1113
+ msgid "Email Markup"
1114
+ msgstr "ইমেল মার্কআপ"
1115
+
1116
+ #: library/plugin-settings.php:1173
1117
+ msgid ""
1118
+ "Markup to use for the submitted email address (when auto-display is enabled)."
1119
+ " Can use"
1120
+ msgstr ""
1121
+ "জমা দেওয়া ইমেল ঠিকানার জন্য ব্যবহার করার জন্য মার্কআপ (যখন স্বয়ংক্রিয়-"
1122
+ "প্রদর্শন সক্ষম করা থাকে) ব্যবহার করতে পারেন"
1123
+
1124
+ #: library/plugin-settings.php:1177
1125
+ msgid "URL Auto-Display"
1126
+ msgstr "URL অটো-ডিসপ্লে"
1127
+
1128
+ #: library/plugin-settings.php:1179
1129
+ msgid "Auto-display user-submitted URL:"
1130
+ msgstr "অটো-প্রদর্শন ব্যবহারকারী-জমা ইউআরএল:"
1131
+
1132
+ #: library/plugin-settings.php:1184
1133
+ msgid "URL Markup"
1134
+ msgstr "URL মার্কআপ"
1135
+
1136
+ #: library/plugin-settings.php:1186
1137
+ msgid ""
1138
+ "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1139
+ msgstr ""
1140
+ "জমা দেওয়া URL- এর জন্য ব্যবহার করার জন্য মার্কআপ (যখন স্বয়ংক্রিয়-প্রদর্শন "
1141
+ "সক্ষম করা থাকে)। ব্যবহার করতে পারেন"
1142
+
1143
+ #: library/plugin-settings.php:1192 library/plugin-settings.php:1210
1144
+ msgid "Save Settings"
1145
+ msgstr "সেটিংস সংরক্ষণ করুন"
1146
+
1147
+ #: library/plugin-settings.php:1197
1148
+ msgid "Restore Defaults"
1149
+ msgstr "পূর্বনির্ধারন পুনরুধার"
1150
+
1151
+ #: library/plugin-settings.php:1201
1152
+ msgid "Restore default options upon plugin deactivation/reactivation."
1153
+ msgstr ""
1154
+ "প্লাগইন নিষ্ক্রিয়তা / পুনরায় সক্রিয়করণের সময় ডিফল্ট বিকল্প পুনরুদ্ধার "
1155
+ "করুন।"
1156
+
1157
+ #: library/plugin-settings.php:1205
1158
+ msgid "Tip:"
1159
+ msgstr "টিপ:"
1160
+
1161
+ #: library/plugin-settings.php:1206
1162
+ msgid "leave this option unchecked to remember your settings."
1163
+ msgstr "আপনার সেটিংস মনে রাখবেন এই বিকল্পটি অচিহ্নিত ছেড়ে।"
1164
+
1165
+ #: library/plugin-settings.php:1207
1166
+ msgid ""
1167
+ "Or, to go ahead and restore all default options, check the box, save your "
1168
+ "settings, and then deactivate/reactivate the plugin."
1169
+ msgstr ""
1170
+ "বা, এগিয়ে যান এবং সমস্ত ডিফল্ট বিকল্পগুলি পুনরুদ্ধার করতে, বাক্সটি চেক করুন,"
1171
+ " আপনার সেটিংস সংরক্ষণ করুন, এবং তারপর প্লাগইনটি অক্ষম / পুনরায় সক্রিয় করুন।"
1172
+
1173
+ #: library/plugin-settings.php:1215
1174
+ msgid "Shortcode &amp; Template Tag"
1175
+ msgstr "শর্টকাট এবং টেমপ্লেট ট্যাগ"
1176
+
1177
+ #: library/plugin-settings.php:1218
1178
+ msgid ""
1179
+ "To implement USP, first configure the plugin settings, then use the "
1180
+ "shortcode or template to display the form on the front-end as desired."
1181
+ msgstr ""
1182
+ "ইউএসপি বাস্তবায়ন করার জন্য, প্রথমে প্লাগইন সেটিংস কনফিগার করুন, তারপর "
1183
+ "ফ্রন্ট-এ ফর্ম প্রদর্শন করার জন্য শর্টকোড বা টেমপ্লেটটি ব্যবহার করুন।"
1184
+
1185
+ #: library/plugin-settings.php:1220
1186
+ msgid "Shortcode"
1187
+ msgstr "শর্ট কোড"
1188
+
1189
+ #: library/plugin-settings.php:1221
1190
+ msgid "Use this shortcode to display the USP Form on any WP Post or Page:"
1191
+ msgstr ""
1192
+ "যেকোন WP পোস্ট বা পেজে ইউএসপি ফর্ম প্রদর্শন করতে এই শর্টকে ব্যবহার করুন:"
1193
+
1194
+ #: library/plugin-settings.php:1224
1195
+ msgid "Template tag"
1196
+ msgstr "টেমপ্লেট ট্যাগ"
1197
+
1198
+ #: library/plugin-settings.php:1225
1199
+ msgid ""
1200
+ "Use this template tag to display the USP Form anywhere in your theme "
1201
+ "template:"
1202
+ msgstr ""
1203
+ "আপনার থিম টেমপ্লেট কোথাও ইউএসপি ফর্ম প্রদর্শন এই টেমপ্লেট ট্যাগ ব্যবহার করুন:"
1204
+
1205
+ #: library/plugin-settings.php:1231
1206
+ msgid "Show Support"
1207
+ msgstr "সহায়তা দেখান"
1208
+
1209
+ #: library/plugin-settings.php:1243
1210
+ msgid "by"
1211
+ msgstr "দ্বারা"
1212
+
1213
+ #: library/plugin-settings.php:1244
1214
+ msgid "Jeff Starr on Twitter"
1215
+ msgstr "টুইটারে জেফ স্টার"
1216
+
1217
+ #: library/plugin-settings.php:1245
1218
+ msgid "Obsessive Web Design &amp; Development"
1219
+ msgstr "অবাস্তব ওয়েব ডিজাইন এবং ডেভেলপমেন্ট"
1220
+
1221
+ #: library/plugin-settings.php:1256
1222
+ msgid "Save Preference"
1223
+ msgstr "পছন্দ সংরক্ষণ করুন"
1224
+
1225
+ #: library/plugin-settings.php:1263
1226
+ msgid ""
1227
+ "Are you sure you want to restore all default options? (this action cannot be "
1228
+ "undone)"
1229
+ msgstr ""
1230
+ "আপনি কি সব ডিফল্ট বিকল্প পুনরুদ্ধার করতে চান? (এই ক্রিয়াটি পূর্বাবস্থায় "
1231
+ "ফেরানো যাবে না)"
1232
+
1233
+ #: library/template-tags.php:214
1234
+ msgid "View full post"
1235
+ msgstr "সম্পূর্ণ পোস্ট দেখুন"
1236
+
1237
+ #. Description of the plugin
1238
+ msgid ""
1239
+ "Enables your visitors to submit posts and images from anywhere on your site."
1240
+ msgstr "আপনার দর্শকরা আপনার সাইটে কোথাও থেকে পোস্ট এবং ছবি জমা দিতে পারবেন।"
1241
+
1242
+ #. URI of the plugin
1243
+ msgid "https://perishablepress.com/user-submitted-posts/"
1244
+ msgstr "https://perishablepress.com/user-submitted-posts/"
1245
+
1246
+ #. Author of the plugin
1247
+ msgid "Jeff Starr"
1248
+ msgstr "জেফ স্টার"
1249
+
1250
+ #. Author URI of the plugin
1251
+ msgid "https://plugin-planet.com/"
1252
+ msgstr "https://plugin-planet.com/"
languages/usp-de_DE.mo CHANGED
Binary file
languages/usp-de_DE.po CHANGED
@@ -1,930 +1,1279 @@
1
- # Loco Gettext template
2
- msgid ""
3
- msgstr ""
4
- "Project-Id-Version: User Submitted Posts\n"
5
- "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2015-08-20 14:05+0200\n"
7
- "POT-Revision-Date: Sat Mar 21 2015 17:34:53 GMT-0700 (PDT)\n"
8
- "PO-Revision-Date: 2015-08-20 15:34+0200\n"
9
- "Language-Team: \n"
10
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
11
- "MIME-Version: 1.0\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
- "Content-Transfer-Encoding: 8bit\n"
14
- "X-Poedit-SourceCharset: UTF-8\n"
15
- "X-Poedit-Basepath: .\n"
16
- "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
17
- "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
18
- "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
19
- "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
20
- "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
21
- "X-Generator: Poedit 1.8.4\n"
22
- "Last-Translator: \n"
23
- "Language: de_DE\n"
24
- "X-Poedit-SearchPath-0: ..\n"
25
-
26
- #: ../user-submitted-posts.php:24 ../user-submitted-posts.php:66
27
- msgid "User Submitted Posts"
28
- msgstr "Nutzer übermittelte Beiträge"
29
-
30
- #: ../user-submitted-posts.php:53
31
- msgid "requires WordPress "
32
- msgstr "benötigt Wordpress"
33
-
34
- #: ../user-submitted-posts.php:53
35
- msgid " or higher, and has been deactivated!"
36
- msgstr "oder höher und ist deaktiviert!"
37
-
38
- #: ../user-submitted-posts.php:54
39
- msgid "Please return to the "
40
- msgstr "Bitte zurück zu"
41
-
42
- #: ../user-submitted-posts.php:54
43
- msgid "WordPress Admin area"
44
- msgstr "Wordpress-Admin-Bereich"
45
-
46
- #: ../user-submitted-posts.php:54
47
- msgid "to upgrade WordPress and try again."
48
- msgstr "um WordPress zu aktualisieren und versuche es nochmal."
49
-
50
- #: ../user-submitted-posts.php:66
51
- msgid "Submitted"
52
- msgid_plural "Submitted"
53
- msgstr[0] "übermittelt"
54
- msgstr[1] ""
55
-
56
- #: ../user-submitted-posts.php:179
57
- msgid "User Submitted Post Info"
58
- msgstr "Nutzer übermittelte Beitrag Info"
59
-
60
- #: ../user-submitted-posts.php:196
61
- msgid "Submitter Name: "
62
- msgstr "Übermittler Name:"
63
-
64
- #: ../user-submitted-posts.php:197
65
- msgid "Submitter Email: "
66
- msgstr "Übermittler eMail:"
67
-
68
- #: ../user-submitted-posts.php:198
69
- msgid "Submitter URL: "
70
- msgstr "Übermittler URL:"
71
-
72
- #: ../user-submitted-posts.php:199
73
- msgid "Submitter IP: "
74
- msgstr "Übermittler IP:"
75
-
76
- #: ../user-submitted-posts.php:326
77
- msgid "USP"
78
- msgstr "USP"
79
-
80
- #: ../user-submitted-posts.php:662
81
- msgid " files required"
82
- msgstr "Dateien benötigt"
83
-
84
- #: ../user-submitted-posts.php:663
85
- msgid " file required"
86
- msgstr "Datei benötigt"
87
-
88
- #: ../user-submitted-posts.php:665
89
- msgid " files"
90
- msgstr "Dateien"
91
-
92
- #: ../user-submitted-posts.php:666
93
- msgid " file"
94
- msgstr "Datei"
95
-
96
- #: ../user-submitted-posts.php:668 ../user-submitted-posts.php:669 ../user-
97
- #: submitted-posts.php:670 ../user-submitted-posts.php:671
98
- msgid " pixels"
99
- msgstr "Pixel"
100
-
101
- #: ../user-submitted-posts.php:674
102
- msgid "An error occurred. Please go back and try again."
103
- msgstr ""
104
- "Ein Fehler ist aufgetreten. Bitte gehen Sie zurück und versuchen Sie es "
105
- "erneut."
106
-
107
- #: ../user-submitted-posts.php:681
108
- msgid "User login required"
109
- msgstr "Anmeldung erforderlich"
110
-
111
- #: ../user-submitted-posts.php:682
112
- msgid "User name required"
113
- msgstr "Benutzername erforderlich"
114
-
115
- #: ../user-submitted-posts.php:683
116
- msgid "Post title required"
117
- msgstr "Beitrag-Titel erforderlich"
118
-
119
- #: ../user-submitted-posts.php:684
120
- msgid "Post url required"
121
- msgstr "Beitrag-URL erforderlich"
122
-
123
- #: ../user-submitted-posts.php:685
124
- msgid "Post tags required"
125
- msgstr "Beitrag Tags erforderlich"
126
-
127
- #: ../user-submitted-posts.php:686
128
- msgid "Post category required"
129
- msgstr "Beitrag Kategorie erforderlich"
130
-
131
- #: ../user-submitted-posts.php:687
132
- msgid "Post content required"
133
- msgstr "Beitrag Inhalt erforderlich"
134
-
135
- #: ../user-submitted-posts.php:688
136
- msgid "Correct captcha required"
137
- msgstr "Korrektes Captcha erforderlich"
138
-
139
- #: ../user-submitted-posts.php:689
140
- msgid "User email required"
141
- msgstr "Benutzer E-Mail erforderlich"
142
-
143
- #: ../user-submitted-posts.php:690
144
- msgid "Non-empty value for hidden field"
145
- msgstr "Nicht leerer Wert für verstecktes Feld"
146
-
147
- #: ../user-submitted-posts.php:691
148
- msgid "Minimum number of images not met"
149
- msgstr "Minimale Anzahl von Bildern nicht erreicht"
150
-
151
- #: ../user-submitted-posts.php:692
152
- msgid "Maximum number of images exceeded "
153
- msgstr "Maximale Anzahl an Bildern überschritten"
154
-
155
- #: ../user-submitted-posts.php:693
156
- msgid "Minimum image width not met"
157
- msgstr "Minimale Bildbreite nicht erfüllt"
158
-
159
- #: ../user-submitted-posts.php:694
160
- msgid "Image width exceeds maximum"
161
- msgstr "Bildbreite überschreitet Maximum"
162
-
163
- #: ../user-submitted-posts.php:695
164
- msgid "Minimum image height not met"
165
- msgstr "Minimale Bildhöhe nicht eingehalten"
166
-
167
- #: ../user-submitted-posts.php:696
168
- msgid "Image height exceeds maximum"
169
- msgstr "Bildhöhe überschreitet Maximum"
170
-
171
- #: ../user-submitted-posts.php:697
172
- msgid "File type not allowed (please upload images only)"
173
- msgstr "Dateityp nicht erlaubt (nur Bilder hochladen)"
174
-
175
- #: ../user-submitted-posts.php:698
176
- msgid "The selected files could not be uploaded to the server"
177
- msgstr ""
178
- "Die ausgewählten Dateien konnten nicht auf den Server hochgeladen werden"
179
-
180
- #: ../user-submitted-posts.php:699
181
- msgid "The file(s) could not be uploaded"
182
- msgstr "Die Datei (en) konnte nicht hochgeladen werden"
183
-
184
- #: ../user-submitted-posts.php:702
185
- msgid "Post not created. Please contact the site administrator for help."
186
- msgstr ""
187
- "Beitrag nicht erstellt. Bitte kontaktiere einen Administrator für Hilfe."
188
-
189
- #: ../user-submitted-posts.php:703
190
- msgid "Duplicate post title. Please try again."
191
- msgstr "Doppelter Beitrag-Titel. Bitte versuchen Sie es erneut."
192
-
193
- #: ../user-submitted-posts.php:709
194
- msgid "Error: "
195
- msgstr "Fehler:"
196
-
197
- #: ../user-submitted-posts.php:722
198
- msgid "Settings"
199
- msgstr "Einstellungen"
200
-
201
- #: ../user-submitted-posts.php:761
202
- msgid ""
203
- "There was an error. Please ensure that you have added a title, some content, "
204
- "and that you have uploaded only images."
205
- msgstr ""
206
- "Es gab einen Fehler. Bitte stellen Sie sicher, dass Sie einen Titel und "
207
- "einige Inhalte hinzugefügt haben und dass Sie nur Bilder hochgeladen haben."
208
-
209
- #: ../user-submitted-posts.php:768 ../user-submitted-posts.php:769 ../user-
210
- #: submitted-posts.php:771 ../user-submitted-posts.php:772 ../user-submitted-
211
- #: posts.php:773 ../user-submitted-posts.php:780
212
- #: ../user-submitted-posts.php:781
213
- msgid "show"
214
- msgstr "zeigen"
215
-
216
- #: ../user-submitted-posts.php:770 ../user-submitted-posts.php:774
217
- msgid "hide"
218
- msgstr "verbergen"
219
-
220
- #: ../user-submitted-posts.php:775
221
- msgid "Please select your image(s) to upload."
222
- msgstr "Bitte wählen Sie Ihr Bild (er) zum hochladen."
223
-
224
- #: ../user-submitted-posts.php:782
225
- msgid "Success! Thank you for your submission."
226
- msgstr "Erfolg! Vielen Dank für Ihre Übermittlung."
227
-
228
- #: ../user-submitted-posts.php:807
229
- msgid "HTML5 form + CSS (<small><em>Recommended</em></small>)"
230
- msgstr "HTML5 form + CSS (<small><em>Empfohlen</em></small>)"
231
-
232
- #: ../user-submitted-posts.php:811
233
- msgid ""
234
- "Custom form + CSS (<small><em>You must provide the template for this "
235
- "option*</em></small>)"
236
- msgstr ""
237
- "Benutzerdefiniertes Formular + CSS (<small><em>Sie müssen die Vorlage für "
238
- "diese Option zur Verfügung stellen*</em></small>)"
239
-
240
- #: ../user-submitted-posts.php:815
241
- msgid "Disable stylesheet"
242
- msgstr "Stylesheet deaktivieren"
243
-
244
- #: ../user-submitted-posts.php:1018
245
- msgid "Toggle all panels"
246
- msgstr "Alle Panele umschalten"
247
-
248
- #: ../user-submitted-posts.php:1027
249
- msgid "User Submitted Posts needs your support!"
250
- msgstr "Nutzer übermittelte Beiträge braucht Ihre Unterstützung!"
251
-
252
- #: ../user-submitted-posts.php:1031
253
- msgid "Your support is needed to keep this free plugin going."
254
- msgstr ""
255
- "Ihre Unterstützung ist notwendig, um dieses kostenlose Plugin weiterzumachen."
256
-
257
- #: ../user-submitted-posts.php:1034
258
- msgid ""
259
- "If you use User Submitted Posts and would like development to continue, "
260
- "please"
261
- msgstr ""
262
- "Wenn Sie Nutzer übermittelte Beiträge verwenden und möchte die Entwicklung "
263
- "weiter, bitte"
264
-
265
- #: ../user-submitted-posts.php:1035
266
- msgid "make a donation&nbsp;&raquo;"
267
- msgstr "spenden Sie&nbsp;&raquo;"
268
-
269
- #: ../user-submitted-posts.php:1038
270
- msgid "If you are unable to donate, please"
271
- msgstr "Wenn Sie nicht spenden können, bitte"
272
-
273
- #: ../user-submitted-posts.php:1039
274
- msgid "Click here to rate and review this plugin"
275
- msgstr "Klicken Sie hier, um dieses Plugin zu bewerten"
276
-
277
- #: ../user-submitted-posts.php:1040
278
- msgid "give a 5-star rating at the Plugin Directory"
279
- msgstr "geben Sie eine 5-Sterne-Bewertung im Plugin-Verzeichnis"
280
-
281
- #: ../user-submitted-posts.php:1044
282
- msgid ""
283
- "Your generous support enables continued development of this plugin. Thank "
284
- "you!"
285
- msgstr ""
286
- "Ihre großzügige Unterstützung ermöglicht die weitere Entwicklung dieses "
287
- "Plugins. Danke!"
288
-
289
- #: ../user-submitted-posts.php:1049
290
- msgid "Check this box if you have shown support"
291
- msgstr "Markieren Sie dieses Kästchen, wenn Sie Unterstützung gezeigt haben"
292
-
293
- #: ../user-submitted-posts.php:1057
294
- msgid "Overview"
295
- msgstr "Überblick"
296
-
297
- #: ../user-submitted-posts.php:1061
298
- msgid ""
299
- "(USP) enables your visitors to submit posts and upload images from anywhere "
300
- "on your site."
301
- msgstr ""
302
- "(USP) ermöglicht Ihren Besuchern, Beiträge einzureichen und Bilder hochladen "
303
- "von überall auf Ihrer Website."
304
-
305
- #: ../user-submitted-posts.php:1062
306
- msgid ""
307
- "To implement, configure the plugin settings and include the USP form in any "
308
- "post or page via shortcode or anywhere in your theme via template tag."
309
- msgstr ""
310
- "Zum einfügen, konfigurieren der Plugin-Einstellungen und die USP Form in "
311
- "jedem Beitrag oder eine Seite via Shortcode einzufügen oder irgendwo in Ihr "
312
- "Thema via Template-Tag."
313
-
314
- #: ../user-submitted-posts.php:1063
315
- msgid "For more functionality check out"
316
- msgstr "Für weitere Funktionen wählen sie bitte"
317
-
318
- #: ../user-submitted-posts.php:1064
319
- msgid "&mdash; the ultimate solution for unlimited front-end forms."
320
- msgstr "&mdash; Die ultimative Lösung für unbegrenzte Front-End-Formulare."
321
-
322
- #: ../user-submitted-posts.php:1068
323
- msgid "Configure settings"
324
- msgstr "Einstellungen konfigurieren"
325
-
326
- #: ../user-submitted-posts.php:1069
327
- msgid "Get the shortcode &amp; template tag"
328
- msgstr "Holen Sie sich das Short &amp; Template-Tag"
329
-
330
- #: ../user-submitted-posts.php:1071
331
- msgid "More info:"
332
- msgstr "Weitere Infos:"
333
-
334
- #: ../user-submitted-posts.php:1072 ../user-submitted-posts.php:1171
335
- msgid "and"
336
- msgstr "und"
337
-
338
- #: ../user-submitted-posts.php:1072
339
- msgid "homepage"
340
- msgstr "Startseite"
341
-
342
- #: ../user-submitted-posts.php:1074
343
- msgid "If you like USP, please"
344
- msgstr "Wenn Sie USP mögen, bitte"
345
-
346
- #: ../user-submitted-posts.php:1075
347
- msgid "Rate and review this plugin at the WP Plugin Directory"
348
- msgstr "Bewerte dieses Plugin im WP Plugin-Verzeichnis"
349
-
350
- #: ../user-submitted-posts.php:1076
351
- msgid "rate it at WordPress.org"
352
- msgstr "bewerte es bei WordPress.org"
353
-
354
- #: ../user-submitted-posts.php:1088
355
- msgid "Options"
356
- msgstr "Optionen"
357
-
358
- #: ../user-submitted-posts.php:1090
359
- msgid ""
360
- "Here you may configure options for USP. See the <code>readme.txt</code> for "
361
- "more information."
362
- msgstr ""
363
- "Hier können Sie Optionen für USP konfigurieren. Siehe die <code>readme.txt</"
364
- "code> für weitere Informationen."
365
-
366
- #: ../user-submitted-posts.php:1091
367
- msgid "Show/Hide Form Fields"
368
- msgstr "Zeige/Verberge Formularfelder"
369
-
370
- #: ../user-submitted-posts.php:1095 ../user-submitted-posts.php:1101 ../user-
371
- #: submitted-posts.php:1107 ../user-submitted-posts.php:1113 ../user-submitted-
372
- #: posts.php:1119 ../user-submitted-posts.php:1125 ../user-submitted-posts.php:
373
- #: 1131 ../user-submitted-posts.php:1137 ../user-submitted-posts.php:1143
374
- msgid "Show"
375
- msgstr "Zeige"
376
-
377
- #: ../user-submitted-posts.php:1096 ../user-submitted-posts.php:1102 ../user-
378
- #: submitted-posts.php:1108 ../user-submitted-posts.php:1114 ../user-submitted-
379
- #: posts.php:1120 ../user-submitted-posts.php:1126 ../user-submitted-posts.php:
380
- #: 1132 ../user-submitted-posts.php:1138 ../user-submitted-posts.php:1144
381
- msgid "Hide"
382
- msgstr "Verberge"
383
-
384
- #: ../user-submitted-posts.php:1097
385
- msgid "User Name"
386
- msgstr "Benutzername"
387
-
388
- #: ../user-submitted-posts.php:1103
389
- msgid "User Email"
390
- msgstr "Benutzer Email"
391
-
392
- #: ../user-submitted-posts.php:1109
393
- msgid "Post URL"
394
- msgstr "Beitrag URL"
395
-
396
- #: ../user-submitted-posts.php:1115 ../views/submission-form.php:50 ..
397
- #: /views/submission-form.php:51 ../custom/submission-form.php:47
398
- #: /custom/submission-form.php:48
399
- msgid "Post Title"
400
- msgstr "Beitrag Titel"
401
-
402
- #: ../user-submitted-posts.php:1121 ../views/submission-form.php:56 ..
403
- #: /views/submission-form.php:57 ../custom/submission-form.php:52
404
- #: /custom/submission-form.php:53
405
- msgid "Post Tags"
406
- msgstr "Beitrag Tags"
407
-
408
- #: ../user-submitted-posts.php:1127 ../views/submission-form.php:68 ..
409
- #: /custom/submission-form.php:62
410
- msgid "Post Category"
411
- msgstr "Beitrag Kategorie"
412
-
413
- #: ../user-submitted-posts.php:1133 ../views/submission-form.php:103 ..
414
- #: /views/submission-form.php:104 ../custom/submission-form.php:91
415
- #: /custom/submission-form.php:92
416
- msgid "Post Content"
417
- msgstr "Beitrag Inhalt"
418
-
419
- #: ../user-submitted-posts.php:1139
420
- msgid "Post Images"
421
- msgstr "Beitrag Bilder"
422
-
423
- #: ../user-submitted-posts.php:1145
424
- msgid "Challenge question (Captcha)"
425
- msgstr "Sicherheitsfrage (CAPTCHA)"
426
-
427
- #: ../user-submitted-posts.php:1148
428
- msgid "General Form Options"
429
- msgstr "Allgemeine Formular-Optionen"
430
-
431
- #: ../user-submitted-posts.php:1152
432
- msgid "Form style"
433
- msgstr "Formular Stil"
434
-
435
- #: ../user-submitted-posts.php:1170
436
- msgid ""
437
- "* If &ldquo;Custom&rdquo; is selected, you must upload your own template "
438
- "files,"
439
- msgstr ""
440
- "* Wenn &ldquo;Benutzerdefiniert&rdquo; ausgewählt ist, müssen Sie Ihre "
441
- "eigene Vorlage Dateien hochladen,"
442
-
443
- #: ../user-submitted-posts.php:1172
444
- msgid "Note: list of CSS selectors available at "
445
- msgstr "Hinweis: Liste der CSS-Selektoren verfügbar auf"
446
-
447
- #: ../user-submitted-posts.php:1172
448
- msgid "CSS selectors for User Submitted Posts"
449
- msgstr "CSS-Selektoren für Nutzer übermittelte Beiträge"
450
-
451
- #: ../user-submitted-posts.php:1177
452
- msgid "Include JavaScript?"
453
- msgstr "JavaScript einfügen?"
454
-
455
- #: ../user-submitted-posts.php:1179
456
- msgid ""
457
- "Check this box if you want to include the external JavaScript files "
458
- "(recommended)."
459
- msgstr ""
460
- "Markieren Sie dieses Kästchen, wenn Sie die externe JavaScript-Dateien "
461
- "einfügen möchten (empfohlen)."
462
-
463
- #: ../user-submitted-posts.php:1182
464
- msgid "Targeted Loading"
465
- msgstr "Gezieltes Laden"
466
-
467
- #: ../user-submitted-posts.php:1184
468
- msgid ""
469
- "When enabled, external CSS &amp; JavaScript files are loaded on every page. "
470
- "Here you may specify the URL of the USP form to load resources only on that "
471
- "page. Note: leave blank to load on all pages."
472
- msgstr ""
473
- "Wenn aktiviert, werden externe CSS und JavaScript-Dateien auf jeder Seite "
474
- "geladen. Hier können Sie die URL der USP Form angeben, die Mittel nur auf "
475
- "der Seite zu laden. Hinweis: das Feld leer lassen, um alle Seiten zu laden."
476
-
477
- #: ../user-submitted-posts.php:1187
478
- msgid "Categories"
479
- msgstr "Kategorien"
480
-
481
- #: ../user-submitted-posts.php:1200
482
- msgid "Select which categories may be assigned to submitted posts."
483
- msgstr ""
484
- "Wählen Sie, welche Kategorien den übermittelten Beiträgen zugeordnet werden "
485
- "können."
486
-
487
- #: ../user-submitted-posts.php:1204
488
- msgid "Assigned Author"
489
- msgstr "zugeordneter Autor"
490
-
491
- #: ../user-submitted-posts.php:1214
492
- msgid ""
493
- "Specify the user that should be assigned as author for user-submitted posts."
494
- msgstr ""
495
- "Wählen Sie den Benutzer, der als Autor für übermittelte Beiträge zugeordnet "
496
- "werden soll."
497
-
498
- #: ../user-submitted-posts.php:1218
499
- msgid "Auto Publish?"
500
- msgstr "Automatisch veröffentlichen?"
501
-
502
- #: ../user-submitted-posts.php:1221
503
- msgid "Always moderate"
504
- msgstr "Immer moderieren"
505
-
506
- #: ../user-submitted-posts.php:1222
507
- msgid "Always publish immediately"
508
- msgstr "Immer sofort veröffentlichen"
509
-
510
- #: ../user-submitted-posts.php:1227
511
- msgid ""
512
- "For submitted posts, you can always moderate (recommended), publish "
513
- "immediately, or publish after any number of approved posts."
514
- msgstr ""
515
- "Für eingereichten Beiträge, Sie können immer moderieren (empfohlen), sofort "
516
- "veröffentlichen, oder nach einer beliebigen Anzahl von genehmigten Beiträgen "
517
- "veröffentlichen."
518
-
519
- #: ../user-submitted-posts.php:1231
520
- msgid "Receive Email Alert"
521
- msgstr "E-Mail Empfangs-Alarm"
522
-
523
- #: ../user-submitted-posts.php:1233
524
- msgid ""
525
- "Check this box if you want to be notified via email for new post submissions."
526
- msgstr ""
527
- "Markieren Sie dieses Kästchen, wenn Sie per E-Mail über einen neuen Beitrag "
528
- "benachrichtigt werden möchten."
529
-
530
- #: ../user-submitted-posts.php:1236
531
- msgid "Enable Rich Text Editor"
532
- msgstr "Aktivieren Sie Rich Text Editor"
533
-
534
- #: ../user-submitted-posts.php:1238
535
- msgid ""
536
- "Check this box if you want to enable WP rich text editing for submitted "
537
- "posts."
538
- msgstr ""
539
- "Markieren Sie dieses Kästchen, wenn Sie WP Rich-Text-Bearbeitung für "
540
- "eingereicht Beiträge aktivieren möchten."
541
-
542
- #: ../user-submitted-posts.php:1241
543
- msgid "Set Uploaded Image as Featured Image"
544
- msgstr "Wählen Sie hochgeladenes Bild als Titelbild"
545
-
546
- #: ../user-submitted-posts.php:1243
547
- msgid ""
548
- "Check this box if you want to set submitted images as Featured Images (aka "
549
- "Post Thumbnails) for posts. \n"
550
- "\t\t\t\t\t\t\t\t\t\t\tNote: your theme&rsquo;s single.php file must include"
551
- msgstr ""
552
- "Aktivieren Sie diese Option, wenn Sie übermittelte Bilder als Titelbilder (o."
553
- "a. Beitrag Thumbnails) für Beitrag festgelegen möchten. Hinweis: Ihre Theme "
554
- "und single.php Datei müssen enthalten sein"
555
-
556
- #: ../user-submitted-posts.php:1244
557
- msgid "to display Featured Images."
558
- msgstr "um Titelbilder anzuzeigen"
559
-
560
- #: ../user-submitted-posts.php:1247
561
- msgid "Email Address for Alerts"
562
- msgstr "E-Mail Adresse für Benachrichtigungen"
563
-
564
- #: ../user-submitted-posts.php:1249
565
- msgid ""
566
- "If you checked the box to receive email alerts, indicate here the "
567
- "address(es) to which the emails should be sent."
568
- msgstr ""
569
- "Wenn Sie das Feld markieren um E-Mail-Benachrichtigung zu erhalten, "
570
- "überprüft Sie hier auch die Adresse (n), an die die E-Mails gesendet werden "
571
- "sollen."
572
-
573
- #: ../user-submitted-posts.php:1250
574
- msgid "Tip: multiple addresses may be included using a comma, like so:"
575
- msgstr "Tipp: Mehrere Adressen können mit einem Komma getrennt werden, wie:"
576
-
577
- #: ../user-submitted-posts.php:1253
578
- msgid "Redirect URL"
579
- msgstr "Weiterleitungs-URL"
580
-
581
- #: ../user-submitted-posts.php:1255
582
- msgid ""
583
- "Specify a URL to redirect the user after post-submission. Note: leave blank "
584
- "to redirect back to current page."
585
- msgstr ""
586
- "Geben Sie eine URLein welche den Benutzer nach der Beitrags-Übermittlung "
587
- "zurückleitet. Hinweis: leer lassen, um wieder auf die aktuelle Seite "
588
- "umzuleiten."
589
-
590
- #: ../user-submitted-posts.php:1258
591
- msgid "Success Message"
592
- msgstr "Erfolgsmeldung"
593
-
594
- #: ../user-submitted-posts.php:1260
595
- msgid ""
596
- "This is the success message that is displayed if post-submission is "
597
- "successful."
598
- msgstr ""
599
- "Das ist die Erfolgsmeldung, die angezeigt wird, wenn die "
600
- "Beitragsübermittlung erfolgreich war."
601
-
602
- #: ../user-submitted-posts.php:1263
603
- msgid "Error Message"
604
- msgstr "Fehlermeldung"
605
-
606
- #: ../user-submitted-posts.php:1265
607
- msgid "This is the error message that is displayed if post-submission fails."
608
- msgstr ""
609
- "Dies ist die Fehlermeldung, die angezeigt wird, wenn die "
610
- "Beitragsübermittlung fehlschlägt."
611
-
612
- #: ../user-submitted-posts.php:1268
613
- msgid "Custom Content"
614
- msgstr "Benutzerdefinierter Inhalt"
615
-
616
- #: ../user-submitted-posts.php:1270
617
- msgid ""
618
- "Here you may specify custom text/markup to be included before the submission "
619
- "form. Note: leave blank to disable."
620
- msgstr ""
621
- "Hier können Sie benutzerdefinierte Text / Markup angeben, welcher vor "
622
- "Übermittlung in das Formular eingefügt wird. Hinweis: leer lassen, um zu "
623
- "deaktivieren."
624
-
625
- #: ../user-submitted-posts.php:1273
626
- msgid "Unique Titles"
627
- msgstr "Einzigartige Titel"
628
-
629
- #: ../user-submitted-posts.php:1275
630
- msgid ""
631
- "Require submitted post titles to be unique (useful for preventing multiple/"
632
- "duplicate submitted posts)."
633
- msgstr ""
634
- "Erfordert eindeutigen Titel für eingereichten Beitrag (zur Verhinderung "
635
- "mehrfacher /zweifacher Beiträge)."
636
-
637
- #: ../user-submitted-posts.php:1278
638
- msgid "Disable Required"
639
- msgstr "Deaktivieren erforderlich"
640
-
641
- #: ../user-submitted-posts.php:1280
642
- msgid ""
643
- "Disable all required attributes on default form fields (useful for "
644
- "troubleshooting error messages)."
645
- msgstr ""
646
- "Deaktivieren Sie alle erforderlichen Attribute auf Standardformularfelder "
647
- "(nützlich für die Fehlersuche Fehlermeldungen)."
648
-
649
- #: ../user-submitted-posts.php:1284
650
- msgid "Registered User Info"
651
- msgstr "Registrierter Benutzer Info"
652
-
653
- #: ../user-submitted-posts.php:1288
654
- msgid "Use registered username for author?"
655
- msgstr "Registrierten Benutzernamen für Autor verwenden?"
656
-
657
- #: ../user-submitted-posts.php:1290
658
- msgid ""
659
- "Check this box if you want to automatically use the registered username as "
660
- "the submitted-post author. Note: this really should only be used when "
661
- "requiring log-in for submissions."
662
- msgstr ""
663
- "Markieren Sie dieses Kästchen, wenn Sie automatisch die registrierten "
664
- "Benutzernamen als Beitrags-Autor verwenden wollen. Hinweis: Dies sollten nur "
665
- "verwendet werden, wenn eine Anmeldung zur Übermittlung erforderlich ist."
666
-
667
- #: ../user-submitted-posts.php:1293
668
- msgid "Use registered URL for submitted URL?"
669
- msgstr "Registrierte URL für übermittelte URL verwenden?"
670
-
671
- #: ../user-submitted-posts.php:1295
672
- msgid ""
673
- "Check this box if you want to automatically use the registered user&rsquo;s "
674
- "specified URL as the submitted-post URL. Note: this really should only be "
675
- "used when requiring log-in for submissions."
676
- msgstr ""
677
- "Markieren Sie dieses Kästchen, wenn Sie die automatische Verwendung der "
678
- "angegebenen URL des registrierten Benutzers, wie die vorgelegten-post URL "
679
- "möchten. Hinweis: Dies sollten nur verwendet werden, wenn eine Anmeldung zur "
680
- "Übermittlung erforderlich ist."
681
-
682
- #: ../user-submitted-posts.php:1298
683
- msgid "Use a hidden field for submitted category?"
684
- msgstr "Ein ausgeblendetes Feld für eingereicht Kategorie verwenden?"
685
-
686
- #: ../user-submitted-posts.php:1300
687
- msgid ""
688
- "Check this box if you want to use a hidden category field for the submitted "
689
- "category. Note: this may be used to specify a default category for submitted "
690
- "posts when the category field is hidden."
691
- msgstr ""
692
- "Markieren Sie dieses Kästchen, wenn Sie ein verstecktes Kategorie Feld für "
693
- "die eingereichten Kategorie verwenden möchten. Hinweis: Dies kann verwendet "
694
- "werden, um eine Standardkategorie für eingereicht Beiträge zu vergeben, wenn "
695
- "die Kategorie Feld wird ausgeblendet."
696
-
697
- #: ../user-submitted-posts.php:1303
698
- msgid "Category ID for hidden field"
699
- msgstr "Kategorie-ID für verstecktes Feld"
700
-
701
- #: ../user-submitted-posts.php:1305
702
- msgid ""
703
- "Specify a cateogry (ID) to use as the default category when using the &ldquo;"
704
- "hidden field&rdquo; option."
705
- msgstr ""
706
- "Vergeben Sie eine Kategorie (ID), die als Standard Kategorie verwendet wird, "
707
- "wenn Sie die Option \"verstecktes Feld\" nutzen."
708
-
709
- #: ../user-submitted-posts.php:1309
710
- msgid "Challenge Question (Captcha)"
711
- msgstr "Sicherheitsfrage (CAPTCHA)"
712
-
713
- #: ../user-submitted-posts.php:1313
714
- msgid "Challenge Question"
715
- msgstr "Sicherheitsfrage"
716
-
717
- #: ../user-submitted-posts.php:1315
718
- msgid ""
719
- "To prevent spam, enter a question that users must answer before submitting "
720
- "the form."
721
- msgstr ""
722
- "Um Spam zu vermeiden, geben Sie eine Frage ein, die Benutzer beantworten "
723
- "müssen, bevor Sie das Formular abschicken."
724
-
725
- #: ../user-submitted-posts.php:1318
726
- msgid "Challenge Response"
727
- msgstr "Sicherheits Antwort"
728
-
729
- #: ../user-submitted-posts.php:1320
730
- msgid "Enter the <em>only</em> correct answer to the challenge question."
731
- msgstr ""
732
- "Geben Sie die <em>einzige</em> richtige Antwort auf die Sicherheitsfrage ein."
733
-
734
- #: ../user-submitted-posts.php:1323
735
- msgid "Case-sensitivity"
736
- msgstr "Groß-und Kleinschreibung"
737
-
738
- #: ../user-submitted-posts.php:1325
739
- msgid "Check this box if you want the challenge response to be case-sensitive."
740
- msgstr ""
741
- "Aktivieren Sie dieses Kontrollkästchen, wenn bei der Sicherheitsfrage auf "
742
- "die Groß-/Kleinschreibung geachtet werden soll."
743
-
744
- #: ../user-submitted-posts.php:1329
745
- msgid "Image Uploads"
746
- msgstr "Foto Uploads"
747
-
748
- #: ../user-submitted-posts.php:1333
749
- msgid "Upload Message"
750
- msgstr "Nachricht hochladen"
751
-
752
- #: ../user-submitted-posts.php:1335
753
- msgid ""
754
- "This is the message that appears next to upload field. Useful to state your "
755
- "upload guidelines/rules/etc."
756
- msgstr ""
757
- "Dies ist die Nachricht, die neben dem Upload-Feld angezeigt wird. Nützlich, "
758
- "zur Festlegung der Upload Richtlinien/Regeln/etc."
759
-
760
- #: ../user-submitted-posts.php:1338
761
- msgid "&ldquo;Add another image&rdquo; link"
762
- msgstr "&ldquo;ein weiteres Bild hinzufügen&rdquo; Link"
763
-
764
- #: ../user-submitted-posts.php:1340
765
- msgid ""
766
- "Here you may specify your own custom markup for the &ldquo;Add another "
767
- "image&rdquo; link (leave blank to use the default markup)."
768
- msgstr ""
769
- "Hier können Sie eigene benutzerdefinierte Markup für den &ldquo;Ein anderes "
770
- "Bild hinzufügen&rdquo; Link angeben (leer lassen, um die Standard-Markup zu "
771
- "verwenden)."
772
-
773
- #: ../user-submitted-posts.php:1343
774
- msgid "Minimum number of images"
775
- msgstr "Minimale Anzahl von Bildern"
776
-
777
- #: ../user-submitted-posts.php:1346
778
- msgid "Specify the <em>minimum</em> number of images."
779
- msgstr "Die <em>minimale</em> Anzahl von Bildern angeben."
780
-
781
- #: ../user-submitted-posts.php:1350
782
- msgid "Maximum number of images"
783
- msgstr "Maximale Anzahl von Bildern"
784
-
785
- #: ../user-submitted-posts.php:1353
786
- msgid "Specify the <em>maximum</em> number of images."
787
- msgstr "Die <em>maximale</em> Anzahl von Bildern angeben."
788
-
789
- #: ../user-submitted-posts.php:1357
790
- msgid "Minimum image width"
791
- msgstr "Minimale Bildbreite"
792
-
793
- #: ../user-submitted-posts.php:1359
794
- msgid "Specify a <em>minimum width</em> (in pixels) for uploaded images."
795
- msgstr ""
796
- "Geben Sie eine <em>minimale Breite</em> (in Pixel) für hochgeladene Bilder "
797
- "an."
798
-
799
- #: ../user-submitted-posts.php:1362
800
- msgid "Minimum image height"
801
- msgstr "Minimale Bildhöhe"
802
-
803
- #: ../user-submitted-posts.php:1364
804
- msgid "Specify a <em>minimum height</em> (in pixels) for uploaded images."
805
- msgstr ""
806
- "Geben Sie eine <em>minimale Höhe</em> (in Pixel) für hochgeladene Bilder an."
807
-
808
- #: ../user-submitted-posts.php:1367
809
- msgid "Maximum image width"
810
- msgstr "Maximale Bildbreite"
811
-
812
- #: ../user-submitted-posts.php:1369
813
- msgid "Specify a <em>maximum width</em> (in pixels) for uploaded images."
814
- msgstr ""
815
- "Geben Sie eine <em>maximale Breite</em> (in Pixel) für die hochgeladenen "
816
- "Bilder an."
817
-
818
- #: ../user-submitted-posts.php:1372
819
- msgid "Maximum image height"
820
- msgstr "Maximale Bildhöhe"
821
-
822
- #: ../user-submitted-posts.php:1374
823
- msgid "Specify a <em>maximum height</em> (in pixels) for uploaded images."
824
- msgstr ""
825
- "Geben Sie eine <em>maximale Höhe</em> (in Pixel) für hochgeladene Bilder an."
826
-
827
- #: ../user-submitted-posts.php:1378 ../user-submitted-posts.php:1406
828
- msgid "Save Settings"
829
- msgstr "Einstellungen speichern"
830
-
831
- #: ../user-submitted-posts.php:1382
832
- msgid "Shortcode &amp; Template Tag"
833
- msgstr "Shortcode &amp; Template Tag"
834
-
835
- #: ../user-submitted-posts.php:1385
836
- msgid "Shortcode"
837
- msgstr "Shortcode"
838
-
839
- #: ../user-submitted-posts.php:1386
840
- msgid "Use this shortcode to display the USP Form on any post or page:"
841
- msgstr ""
842
- "Verwenden Sie diesen Shortcode um das USP-Formular in jeden Beitrag oder "
843
- "Seite anzuzeigen:"
844
-
845
- #: ../user-submitted-posts.php:1389
846
- msgid "Template tag"
847
- msgstr "Template-Tag"
848
-
849
- #: ../user-submitted-posts.php:1390
850
- msgid ""
851
- "Use this template tag to display the USP Form anywhere in your theme "
852
- "template:"
853
- msgstr ""
854
- "Verwenden Sie dieses Template-Tag, um das USP-Formular überall in der Design-"
855
- "Vorlage anzuzeigen:"
856
-
857
- #: ../user-submitted-posts.php:1395
858
- msgid "Restore Default Options"
859
- msgstr "Standardeinstellungen wiederherstellen"
860
-
861
- #: ../user-submitted-posts.php:1399
862
- msgid "Restore default options upon plugin deactivation/reactivation."
863
- msgstr ""
864
- "Wiederherstellen von Standard-Optionen bei Plugin-Deaktivierung/"
865
- "Reaktivierung."
866
-
867
- #: ../user-submitted-posts.php:1403
868
- msgid ""
869
- "<strong>Tip:</strong> leave this option unchecked to remember your settings. "
870
- "Or, to go ahead and restore all default options, check the box, save your "
871
- "settings, and then deactivate/reactivate the plugin."
872
- msgstr ""
873
- "<strong>Tipp:</strong> lassen Sie diese Option deaktiviert, um sich Ihrer "
874
- "Einstellungen zu erinnern. Oder fahren Sie fort damit alle Standard-Optionen "
875
- "wieder herzustellen, aktivieren Sie das Kontrollkästchen, Speichern Sie Ihre "
876
- "Einstellungen und dann deaktivieren/reaktivieren Sie das Plugin."
877
-
878
- #: ../user-submitted-posts.php:1410
879
- msgid "Updates &amp; Info"
880
- msgstr "Updates &amp; Info"
881
-
882
- #: ../user-submitted-posts.php:1450
883
- msgid "Save Preference"
884
- msgstr "Voreinstellungen speichern"
885
-
886
- #: ../user-submitted-posts.php:1456
887
- msgid ""
888
- "Are you sure you want to restore all default options? (this action cannot be "
889
- "undone)"
890
- msgstr ""
891
- "Sind Sie sicher, dass Sie alle Standardoptionen wiederherstellen möchten? "
892
- "(diese Aktion kann nicht rückgängig gemacht werden)"
893
-
894
- #: ../views/submission-form.php:32 ../views/submission-form.php:33 ..
895
- #: /custom/submission-form.php:37 ../custom/submission-form.php:38
896
- msgid "Your Name"
897
- msgstr "Ihr Name"
898
-
899
- #: ../views/submission-form.php:38 ../views/submission-form.php:39 ..
900
- #: /custom/submission-form.php:42 ../custom/submission-form.php:43
901
- msgid "Your URL"
902
- msgstr "Ihre URL"
903
-
904
- #: ../views/submission-form.php:44 ../views/submission-form.php:45
905
- msgid "Your Email"
906
- msgstr "Ihre eMail"
907
-
908
- #: ../views/submission-form.php:63 ../custom/submission-form.php:58
909
- msgid "Antispam Question"
910
- msgstr "Antispam Frage"
911
-
912
- #: ../views/submission-form.php:70 ../custom/submission-form.php:64
913
- msgid "Please select a category.."
914
- msgstr "Bitte wählen Sie eine Kategorie.."
915
-
916
- #: ../views/submission-form.php:112 ../custom/submission-form.php:98
917
- msgid "Upload an Image"
918
- msgstr "Ein Bild hochladen"
919
-
920
- #: ../views/submission-form.php:120 ../custom/submission-form.php:106
921
- msgid "Add another image"
922
- msgstr "Ein anderes Bild hinzufügen"
923
-
924
- #: ../views/submission-form.php:141 ../custom/submission-form.php:124
925
- msgid "Human verification: leave this field empty."
926
- msgstr "Menschliche Überprüfung: lassen Sie dieses Feld leer."
927
-
928
- #: ../views/submission-form.php:162 ../custom/submission-form.php:140
929
- msgid "Submit Post"
930
- msgstr "Beitrag absenden"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: Loco - https://localise.biz/\n"
7
+ "Project-Id-Version: USP\n"
8
+ "Language: de-DE\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2017-08-03 19:26+0000\n"
11
+ "PO-Revision-Date: 2017-08-03 19:26+0000\n"
12
+ "Last-Translator: Jeff Starr <help@monzillamedia.com>\n"
13
+ "Language-Team: German\n"
14
+ "Plural-Forms: nplurals=2; plural=n != 1"
15
+
16
+ #. Name of the plugin
17
+ #: user-submitted-posts.php:43
18
+ msgid "User Submitted Posts"
19
+ msgstr "Eingetragene Beiträge"
20
+
21
+ #: user-submitted-posts.php:75
22
+ msgid "requires WordPress "
23
+ msgstr "Erfordert WordPress"
24
+
25
+ #: user-submitted-posts.php:76
26
+ msgid " or higher, and has been deactivated! "
27
+ msgstr " Oder höher und wurde deaktiviert!"
28
+
29
+ #: user-submitted-posts.php:77
30
+ msgid "Please return to the"
31
+ msgstr "Bitte zurück zum"
32
+
33
+ #: user-submitted-posts.php:78
34
+ msgid "WordPress Admin Area"
35
+ msgstr "WordPress Admin Bereich"
36
+
37
+ #: user-submitted-posts.php:79
38
+ msgid "to upgrade WordPress and try again."
39
+ msgstr "WordPress aktualisieren und erneut versuchen."
40
+
41
+ #: user-submitted-posts.php:121
42
+ msgid "User Submitted Post"
43
+ msgstr "Beitrag Verfasst am:"
44
+
45
+ #: user-submitted-posts.php:384
46
+ msgid "User Submitted Post Info"
47
+ msgstr "Beitragsinfos"
48
+
49
+ #: user-submitted-posts.php:414
50
+ msgid "Submitter Name: "
51
+ msgstr "Submitter Name:"
52
+
53
+ #: user-submitted-posts.php:415
54
+ msgid "Submitter Email: "
55
+ msgstr "Submitter Email:"
56
+
57
+ #: user-submitted-posts.php:416
58
+ msgid "Submitter URL: "
59
+ msgstr "Submitter URL:"
60
+
61
+ #: user-submitted-posts.php:417
62
+ msgid "Submitter IP: "
63
+ msgstr "Einreicher IP:"
64
+
65
+ #: user-submitted-posts.php:468
66
+ msgid "Show USP Posts"
67
+ msgstr "Zeige USP Beiträge"
68
+
69
+ #: user-submitted-posts.php:469
70
+ msgid "USP"
71
+ msgstr "USP"
72
+
73
+ #: user-submitted-posts.php:1103
74
+ msgid " files required"
75
+ msgstr " Dateien erforderlich"
76
+
77
+ #: user-submitted-posts.php:1104
78
+ msgid " file required"
79
+ msgstr " Datei erforderlich"
80
+
81
+ #: user-submitted-posts.php:1106
82
+ msgid " files"
83
+ msgstr " Dateien"
84
+
85
+ #: user-submitted-posts.php:1107
86
+ msgid " file"
87
+ msgstr " Datei"
88
+
89
+ #: user-submitted-posts.php:1109 user-submitted-posts.php:1110
90
+ #: user-submitted-posts.php:1111 user-submitted-posts.php:1112
91
+ msgid " pixels"
92
+ msgstr " Pixel"
93
+
94
+ #: user-submitted-posts.php:1115
95
+ msgid "An error occurred. Please go back and try again."
96
+ msgstr "Ein Fehler ist aufgetreten. Bitte geh zurück und versuch es nochmal."
97
+
98
+ #: user-submitted-posts.php:1125
99
+ msgid "User login required"
100
+ msgstr "Benutzeranmeldung erforderlich"
101
+
102
+ #: user-submitted-posts.php:1126
103
+ msgid "User name required"
104
+ msgstr "Benutzername erforderlich"
105
+
106
+ #: user-submitted-posts.php:1127
107
+ msgid "Post title required"
108
+ msgstr "Post Titel erforderlich"
109
+
110
+ #: user-submitted-posts.php:1128
111
+ msgid "User URL required"
112
+ msgstr "Benutzer-URL erforderlich"
113
+
114
+ #: user-submitted-posts.php:1129
115
+ msgid "Post tags required"
116
+ msgstr "Post-Tags erforderlich"
117
+
118
+ #: user-submitted-posts.php:1130
119
+ msgid "Post category required"
120
+ msgstr "Postkategorie erforderlich"
121
+
122
+ #: user-submitted-posts.php:1131
123
+ msgid "Post content required"
124
+ msgstr "Post Inhalt erforderlich"
125
+
126
+ #: user-submitted-posts.php:1132 user-submitted-posts.php:1133
127
+ msgid "Correct captcha required"
128
+ msgstr "Korrektes Captcha erforderlich"
129
+
130
+ #: user-submitted-posts.php:1134
131
+ msgid "User email required"
132
+ msgstr "Benutzer E-Mail erforderlich"
133
+
134
+ #: user-submitted-posts.php:1135
135
+ msgid "Please check your email and try again"
136
+ msgstr "Bitte überprüfen Sie Ihre E-Mail und versuchen Sie es erneut"
137
+
138
+ #: user-submitted-posts.php:1136
139
+ msgid "Non-empty value for hidden field"
140
+ msgstr "Nicht leerer Wert für verstecktes Feld"
141
+
142
+ #: user-submitted-posts.php:1137
143
+ msgid "Minimum number of images not met"
144
+ msgstr "Mindestanzahl der Bilder nicht erfüllt"
145
+
146
+ #: user-submitted-posts.php:1138
147
+ msgid "Maximum number of images exceeded "
148
+ msgstr "Maximale Anzahl Bilder überschritten"
149
+
150
+ #: user-submitted-posts.php:1139
151
+ msgid "Minimum image width not met"
152
+ msgstr "Minimale Bildbreite nicht erfüllt"
153
+
154
+ #: user-submitted-posts.php:1140
155
+ msgid "Image width exceeds maximum"
156
+ msgstr "Bildbreite überschreitet das Maximum"
157
+
158
+ #: user-submitted-posts.php:1141
159
+ msgid "Minimum image height not met"
160
+ msgstr "Minimale Bildhöhe nicht erfüllt"
161
+
162
+ #: user-submitted-posts.php:1142
163
+ msgid "Image height exceeds maximum"
164
+ msgstr "Bildhöhe übersteigt maximal"
165
+
166
+ #: user-submitted-posts.php:1143
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:1147
171
+ msgid "Error uploading file. Please check the file size and try again."
172
+ msgstr ""
173
+ "Fehler beim Hochladen der Datei. Bitte überprüfen Sie die Dateigröße und "
174
+ "versuchen Sie es erneut."
175
+
176
+ #: user-submitted-posts.php:1151
177
+ msgid "The file(s) could not be uploaded"
178
+ msgstr "Die Datei (en) konnte nicht hochgeladen werden"
179
+
180
+ #: user-submitted-posts.php:1153
181
+ msgid "Post not created. Please contact the site administrator for help."
182
+ msgstr "Post nicht erstellt. Bitte wenden Sie sich an den Administrator."
183
+
184
+ #: user-submitted-posts.php:1154
185
+ msgid "Duplicate post title. Please try again."
186
+ msgstr "Duplizieren Post Titel. Bitte versuche es erneut."
187
+
188
+ #: user-submitted-posts.php:1164
189
+ msgid "Error: "
190
+ msgstr "Fehler:"
191
+
192
+ #: user-submitted-posts.php:1190
193
+ msgid "Return to form"
194
+ msgstr "Rückkehr zum Formular"
195
+
196
+ #: user-submitted-posts.php:1218 library/plugin-settings.php:658
197
+ msgid "Please"
198
+ msgstr "Bitte"
199
+
200
+ #: user-submitted-posts.php:1219
201
+ msgid "log in"
202
+ msgstr "Einloggen"
203
+
204
+ #: user-submitted-posts.php:1220
205
+ msgid "to submit content!"
206
+ msgstr "Inhalte einreichen!"
207
+
208
+ #: views/submission-form.php:45 views/submission-form-alt.php:54
209
+ msgid "Please complete the required fields."
210
+ msgstr "Bitte füllen Sie die erforderlichen Felder aus."
211
+
212
+ #: views/submission-form.php:55 views/submission-form.php:56
213
+ #: views/submission-form-alt.php:60 views/submission-form-alt.php:61
214
+ msgid "Your Name"
215
+ msgstr "Dein Name"
216
+
217
+ #: views/submission-form.php:61 views/submission-form.php:62
218
+ #: views/submission-form-alt.php:66 views/submission-form-alt.php:67
219
+ msgid "Your URL"
220
+ msgstr "Ihre URL"
221
+
222
+ #: views/submission-form.php:67 views/submission-form.php:68
223
+ #: views/submission-form-alt.php:72 views/submission-form-alt.php:73
224
+ msgid "Your Email"
225
+ msgstr "Deine E-Mail"
226
+
227
+ #: views/submission-form.php:73 views/submission-form.php:74
228
+ #: views/submission-form-alt.php:78 views/submission-form-alt.php:79
229
+ #: library/plugin-settings.php:747
230
+ msgid "Post Title"
231
+ msgstr "Titel schreiben"
232
+
233
+ #: views/submission-form.php:79 views/submission-form.php:80
234
+ #: views/submission-form-alt.php:84 views/submission-form-alt.php:85
235
+ #: library/plugin-settings.php:757
236
+ msgid "Post Tags"
237
+ msgstr "Post-Tags"
238
+
239
+ #: views/submission-form.php:86 views/submission-form-alt.php:91
240
+ msgid "Antispam Question"
241
+ msgstr "Antispam Frage"
242
+
243
+ #: views/submission-form.php:91 views/submission-form-alt.php:96
244
+ #: library/plugin-settings.php:767
245
+ msgid "Post Category"
246
+ msgstr "Post Kategorie"
247
+
248
+ #: views/submission-form.php:93 views/submission-form-alt.php:98
249
+ msgid "Please select a category.."
250
+ msgstr "Bitte wählen sie eine Kategorie.."
251
+
252
+ #: views/submission-form.php:128 views/submission-form.php:129
253
+ #: views/submission-form-alt.php:133 views/submission-form-alt.php:134
254
+ #: library/plugin-settings.php:777
255
+ msgid "Post Content"
256
+ msgstr "Beitrag Inhalt"
257
+
258
+ #: views/submission-form.php:135 views/submission-form-alt.php:140
259
+ msgid "Verification"
260
+ msgstr "Überprüfung"
261
+
262
+ #: views/submission-form.php:142 views/submission-form-alt.php:147
263
+ msgid "Upload an Image"
264
+ msgstr "Lade ein Bild hoch"
265
+
266
+ #: views/submission-form.php:151 views/submission-form-alt.php:156
267
+ msgid "Add another image"
268
+ msgstr "Füge ein anderes Bild hinzu"
269
+
270
+ #: views/submission-form.php:173 views/submission-form-alt.php:178
271
+ msgid "Human verification: leave this field empty."
272
+ msgstr "Menschliche Verifikation: Lassen Sie dieses Feld leer."
273
+
274
+ #: views/submission-form.php:195 views/submission-form-alt.php:200
275
+ msgid "Submit Post"
276
+ msgstr "Post senden"
277
+
278
+ #: library/plugin-settings.php:32
279
+ msgid "Get USP Pro for unlimited forms!"
280
+ msgstr "Holen Sie sich USP Pro für unbegrenzte Formulare!"
281
+
282
+ #: library/plugin-settings.php:33
283
+ msgid "Go Pro"
284
+ msgstr "Gehen Sie Pro"
285
+
286
+ #: library/plugin-settings.php:37
287
+ msgid "Settings"
288
+ msgstr "Einstellungen"
289
+
290
+ #: library/plugin-settings.php:55
291
+ msgid "Give USP a 5-star rating at WordPress.org"
292
+ msgstr "Geben Sie USP eine 5-Sterne-Bewertung bei WordPress.org"
293
+
294
+ #: library/plugin-settings.php:56
295
+ msgid "Rate this plugin&nbsp;&raquo;"
296
+ msgstr "Bewerte dieses Plugin&nbsp;&raquo;"
297
+
298
+ #: library/plugin-settings.php:115
299
+ msgid "WP Post (recommended)"
300
+ msgstr "WP Post (empfohlen)"
301
+
302
+ #: library/plugin-settings.php:119
303
+ msgid "WP Page"
304
+ msgstr "WP Seite"
305
+
306
+ #: library/plugin-settings.php:135
307
+ msgid "HTML5 Form + Default CSS"
308
+ msgstr "HTML5 Form + Standard-CSS"
309
+
310
+ #: library/plugin-settings.php:135
311
+ msgid "(Recommended)"
312
+ msgstr "(Empfohlen)"
313
+
314
+ #: library/plugin-settings.php:139
315
+ msgid "HTML5 Form + Disable CSS"
316
+ msgstr "HTML5 Form + Deaktiviere CSS"
317
+
318
+ #: library/plugin-settings.php:139
319
+ msgid "(Provide your own styles)"
320
+ msgstr "(Geben Sie Ihre eigenen Stile)"
321
+
322
+ #: library/plugin-settings.php:143
323
+ msgid "Custom Form + Custom CSS"
324
+ msgstr "Benutzerdefiniertes Formular + Benutzerdefiniertes CSS"
325
+
326
+ #: library/plugin-settings.php:143
327
+ msgid "(Provide your own form template &amp; styles)"
328
+ msgstr "(Geben Sie Ihre eigene Formularvorlage und Stile an)"
329
+
330
+ #: library/plugin-settings.php:159 library/plugin-settings.php:183
331
+ #: library/plugin-settings.php:206
332
+ msgid "Auto-display before post content"
333
+ msgstr "Auto-Display vor dem Post-Inhalt"
334
+
335
+ #: library/plugin-settings.php:163 library/plugin-settings.php:187
336
+ #: library/plugin-settings.php:210
337
+ msgid "Auto-display after post content"
338
+ msgstr "Auto-Display nach Post-Inhalt"
339
+
340
+ #: library/plugin-settings.php:167
341
+ msgid "Do not auto-display submitted images"
342
+ msgstr "Nicht automatisch angezeigte Bilder anzeigen"
343
+
344
+ #: library/plugin-settings.php:191
345
+ msgid "Do not auto-display submitted email"
346
+ msgstr "Nicht automatisch angezeigte E-Mails anzeigen"
347
+
348
+ #: library/plugin-settings.php:214
349
+ msgid "Do not auto-display submitted URL"
350
+ msgstr "Keine angezeigte URL automatisch anzeigen"
351
+
352
+ #: library/plugin-settings.php:367
353
+ msgid ""
354
+ "There was an error. Please ensure that you have added a title, some content, "
355
+ "and that you have uploaded only images."
356
+ msgstr ""
357
+ "Es gab einen Fehler. Bitte stellen Sie sicher, dass Sie einen Titel "
358
+ "hinzugefügt haben, einige Inhalte, und dass Sie nur Bilder hochgeladen haben."
359
+
360
+ #: library/plugin-settings.php:381
361
+ msgid "Please select your image(s) to upload."
362
+ msgstr "Bitte wählen Sie Ihre Bilder zum Hochladen aus."
363
+
364
+ #: library/plugin-settings.php:387
365
+ msgid "Success! Thank you for your submission."
366
+ msgstr "Erfolg! Vielen Dank für Ihre Einreichung."
367
+
368
+ #: library/plugin-settings.php:413
369
+ msgid "Email"
370
+ msgstr "Email"
371
+
372
+ #: library/plugin-settings.php:414
373
+ msgid "URL"
374
+ msgstr "URL"
375
+
376
+ #: library/plugin-settings.php:645
377
+ msgid "Toggle all panels"
378
+ msgstr "Umschalten aller Tafeln"
379
+
380
+ #: library/plugin-settings.php:654
381
+ msgid "We need your support!"
382
+ msgstr "Wir brauchen Deine Unterstützung!"
383
+
384
+ #: library/plugin-settings.php:658
385
+ msgid "Make a donation via PayPal"
386
+ msgstr "Machen Sie eine Spende über PayPal"
387
+
388
+ #: library/plugin-settings.php:658
389
+ msgid "make a donation"
390
+ msgstr "Spenden"
391
+
392
+ #: library/plugin-settings.php:658
393
+ msgid "and/or"
394
+ msgstr "Und / oder"
395
+
396
+ #: library/plugin-settings.php:659
397
+ msgid "Rate and review at the Plugin Directory"
398
+ msgstr "Bewerten und bewerten Sie im Plugin-Verzeichnis"
399
+
400
+ #: library/plugin-settings.php:660
401
+ msgid "give this plugin a 5-star rating"
402
+ msgstr "Gib diesem Plugin eine 5-Sterne-Bewertung"
403
+
404
+ #: library/plugin-settings.php:664
405
+ msgid ""
406
+ "Your generous support enables continued development of this free plugin. "
407
+ "Thank you!"
408
+ msgstr ""
409
+ "Ihre großzügige Unterstützung ermöglicht die Weiterentwicklung dieses "
410
+ "kostenlosen Plugins. Vielen Dank!"
411
+
412
+ #: library/plugin-settings.php:669
413
+ msgid "Check this box if you have shown support"
414
+ msgstr ""
415
+ "Aktivieren Sie dieses Kontrollkästchen, wenn Sie Unterstützung gefunden haben"
416
+
417
+ #: library/plugin-settings.php:678
418
+ msgid "Overview"
419
+ msgstr "Überblick"
420
+
421
+ #: library/plugin-settings.php:682
422
+ msgid ""
423
+ "enables your visitors to submit posts and upload images from the front-end "
424
+ "of your site. "
425
+ msgstr ""
426
+ "Ermöglicht es Ihren Besuchern, Beiträge einzureichen und Bilder vom Front-"
427
+ "End Ihrer Website hochzuladen."
428
+
429
+ #: library/plugin-settings.php:683
430
+ msgid "For advanced functionality and unlimited forms, check out"
431
+ msgstr ""
432
+ "Für fortgeschrittene Funktionalität und unbegrenzte Formulare, check out"
433
+
434
+ #: library/plugin-settings.php:684
435
+ msgid "&mdash; the ultimate solution for user-generated content."
436
+ msgstr "& Mdash; Die ultimative Lösung für User-generated Content."
437
+
438
+ #: library/plugin-settings.php:688 library/plugin-settings.php:706
439
+ msgid "Plugin Settings"
440
+ msgstr "Plugin-Einstellungen"
441
+
442
+ #: library/plugin-settings.php:689
443
+ msgid "Display the form"
444
+ msgstr "Zeigen Sie das Formular an"
445
+
446
+ #: library/plugin-settings.php:690 library/plugin-settings.php:1243
447
+ msgid "Plugin Homepage"
448
+ msgstr "Plugin Homepage"
449
+
450
+ #: library/plugin-settings.php:693
451
+ msgid "If you like this plugin, please"
452
+ msgstr "Wenn du dieses Plugin magst, bitte"
453
+
454
+ #: library/plugin-settings.php:694
455
+ msgid "THANK YOU for your support!"
456
+ msgstr "Danke für Ihre Unterstützung!"
457
+
458
+ #: library/plugin-settings.php:694
459
+ msgid "give it a 5-star rating"
460
+ msgstr "Geben Sie ihm eine 5-Sterne-Bewertung"
461
+
462
+ #: library/plugin-settings.php:698
463
+ msgid "Unlimited front-end forms"
464
+ msgstr "Unbegrenzte Front-End-Formulare"
465
+
466
+ #: library/plugin-settings.php:698
467
+ msgid "Get USP Pro"
468
+ msgstr "Holen Sie sich USP Pro"
469
+
470
+ #: library/plugin-settings.php:710
471
+ msgid "Configure your settings for User Submitted Posts."
472
+ msgstr "Konfigurieren Sie Ihre Einstellungen für benutzerdefinierte Beiträge."
473
+
474
+ #: library/plugin-settings.php:712
475
+ msgid "Form Fields"
476
+ msgstr "Formularfelder"
477
+
478
+ #: library/plugin-settings.php:717
479
+ msgid "User Name"
480
+ msgstr "Benutzername"
481
+
482
+ #: library/plugin-settings.php:720 library/plugin-settings.php:730
483
+ #: library/plugin-settings.php:740 library/plugin-settings.php:750
484
+ #: library/plugin-settings.php:760 library/plugin-settings.php:770
485
+ #: library/plugin-settings.php:780 library/plugin-settings.php:790
486
+ #: library/plugin-settings.php:800
487
+ msgid "Display and require"
488
+ msgstr "Anzeigen und erfordern"
489
+
490
+ #: library/plugin-settings.php:721 library/plugin-settings.php:731
491
+ #: library/plugin-settings.php:741 library/plugin-settings.php:751
492
+ #: library/plugin-settings.php:761 library/plugin-settings.php:771
493
+ #: library/plugin-settings.php:781
494
+ msgid "Display but do not require"
495
+ msgstr "Anzeige aber nicht verlangen"
496
+
497
+ #: library/plugin-settings.php:722 library/plugin-settings.php:732
498
+ #: library/plugin-settings.php:742 library/plugin-settings.php:752
499
+ #: library/plugin-settings.php:762 library/plugin-settings.php:772
500
+ #: library/plugin-settings.php:782 library/plugin-settings.php:791
501
+ #: library/plugin-settings.php:801
502
+ msgid "Disable this field"
503
+ msgstr "Deaktivieren Sie dieses Feld"
504
+
505
+ #: library/plugin-settings.php:727
506
+ msgid "User Email"
507
+ msgstr "Benutzer E-Mail"
508
+
509
+ #: library/plugin-settings.php:737
510
+ msgid "User URL"
511
+ msgstr "Benutzer-URL"
512
+
513
+ #: library/plugin-settings.php:787 library/plugin-settings.php:793
514
+ #: library/plugin-settings.php:999 library/plugin-settings.php:1004
515
+ msgid "Challenge Question"
516
+ msgstr "Sicherheitsfrage"
517
+
518
+ #: library/plugin-settings.php:793 library/plugin-settings.php:803
519
+ #: library/plugin-settings.php:813
520
+ msgid "(Visit"
521
+ msgstr "(Besuch"
522
+
523
+ #: library/plugin-settings.php:793 library/plugin-settings.php:803
524
+ #: library/plugin-settings.php:813
525
+ msgid "to configure options)"
526
+ msgstr "Optionen konfigurieren)"
527
+
528
+ #: library/plugin-settings.php:797 library/plugin-settings.php:803
529
+ #: library/plugin-settings.php:1021
530
+ msgid "Google reCAPTCHA"
531
+ msgstr "Google reCAPTCHA"
532
+
533
+ #: library/plugin-settings.php:807
534
+ msgid "Post Images"
535
+ msgstr "Postbilder"
536
+
537
+ #: library/plugin-settings.php:810
538
+ msgid "Display"
539
+ msgstr "Anzeigen"
540
+
541
+ #: library/plugin-settings.php:811
542
+ msgid "Disable"
543
+ msgstr "Deaktivieren"
544
+
545
+ #: library/plugin-settings.php:813 library/plugin-settings.php:1080
546
+ msgid "Image Uploads"
547
+ msgstr "Bild hochladen"
548
+
549
+ #: library/plugin-settings.php:819
550
+ msgid "General Settings"
551
+ msgstr "Allgemeine Einstellungen"
552
+
553
+ #: library/plugin-settings.php:824
554
+ msgid "Form Style"
555
+ msgstr "Form-Stil"
556
+
557
+ #: library/plugin-settings.php:829
558
+ msgid "With this option, you can copy the plugin&rsquo;s default templates:"
559
+ msgstr ""
560
+ "Mit dieser Option können Sie die Standardvorlagen des Plugins kopieren:"
561
+
562
+ #: library/plugin-settings.php:834
563
+ msgid "..and upload them into a directory named"
564
+ msgstr "..und laden sie in ein Verzeichnis namens"
565
+
566
+ #: library/plugin-settings.php:834
567
+ msgid "in your theme:"
568
+ msgstr "In deinem thema:"
569
+
570
+ #: library/plugin-settings.php:840
571
+ msgid ""
572
+ "That will enable you to customize the form and styles as desired. For more "
573
+ "info, check out the \"Custom Submission Form\" section in the"
574
+ msgstr ""
575
+ "Damit können Sie das Formular und die Stile nach Wunsch anpassen. Weitere "
576
+ "Informationen finden Sie im Abschnitt \"Custom Submission Form\""
577
+
578
+ #: library/plugin-settings.php:841
579
+ msgid "Installation Docs"
580
+ msgstr "Installationsdokumente"
581
+
582
+ #: library/plugin-settings.php:842
583
+ msgid "FYI: here is a"
584
+ msgstr "FYI: hier ist ein"
585
+
586
+ #: library/plugin-settings.php:842
587
+ msgid "list of USP CSS selectors"
588
+ msgstr "Liste der USP CSS Selektoren"
589
+
590
+ #: library/plugin-settings.php:848
591
+ msgid "Include JavaScript"
592
+ msgstr "Inklusive JavaScript"
593
+
594
+ #: library/plugin-settings.php:850
595
+ msgid ""
596
+ "Check this box if you want to include the external JavaScript files "
597
+ "(recommended)."
598
+ msgstr ""
599
+ "Aktivieren Sie dieses Kontrollkästchen, wenn Sie die externen JavaScript-"
600
+ "Dateien (empfohlen) einfügen möchten."
601
+
602
+ #: library/plugin-settings.php:853
603
+ msgid "Targeted Loading"
604
+ msgstr "Gezielte Beladung"
605
+
606
+ #: library/plugin-settings.php:855
607
+ msgid ""
608
+ "By default, external CSS &amp; JavaScript files are loaded on every page. "
609
+ "Here you may specify the URL of the USP form to load resources only on that "
610
+ "page. Note: leave blank to load on all pages."
611
+ msgstr ""
612
+ "Standardmäßig werden externe CSS- und JavaScript-Dateien auf jeder Seite "
613
+ "geladen. Hier können Sie die URL des USP-Formulars angeben, um Ressourcen "
614
+ "nur auf dieser Seite zu laden. Hinweis: Leer lassen, um auf allen Seiten zu "
615
+ "laden."
616
+
617
+ #: library/plugin-settings.php:858
618
+ msgid "Post Type"
619
+ msgstr "Post-Typ"
620
+
621
+ #: library/plugin-settings.php:861
622
+ msgid "Submit posts as WP Posts or Pages"
623
+ msgstr "Beiträge als WP Posts oder Seiten abgeben"
624
+
625
+ #: library/plugin-settings.php:865
626
+ msgid "Auto Publish"
627
+ msgstr "Auto veröffentlichen"
628
+
629
+ #: library/plugin-settings.php:868
630
+ msgid "Always moderate via Draft"
631
+ msgstr "Immer mäßig über Draft"
632
+
633
+ #: library/plugin-settings.php:869
634
+ msgid "Always moderate via Pending"
635
+ msgstr "Immer mäßig über Pending"
636
+
637
+ #: library/plugin-settings.php:870
638
+ msgid "Always publish immediately"
639
+ msgstr "Immer sofort veröffentlichen"
640
+
641
+ #: library/plugin-settings.php:875
642
+ msgid ""
643
+ "Post Status for submitted posts: moderate (recommended), publish immediately,"
644
+ " or publish after any number of approved posts."
645
+ msgstr ""
646
+ "Post Status für eingereichte Beiträge: moderate (empfohlen), sofort "
647
+ "veröffentlichen oder nach einer beliebigen Anzahl von genehmigten Beiträgen "
648
+ "veröffentlichen."
649
+
650
+ #: library/plugin-settings.php:879
651
+ msgid "Redirect URL"
652
+ msgstr "URL umleiten"
653
+
654
+ #: library/plugin-settings.php:881
655
+ msgid ""
656
+ "Specify a URL to redirect the user after post-submission. Leave blank to "
657
+ "redirect back to current page."
658
+ msgstr ""
659
+ "Geben Sie eine URL an, um den Benutzer nach der Einreichung umzuleiten. Leer "
660
+ "lassen, um zur aktuellen Seite zurückzukehren."
661
+
662
+ #: library/plugin-settings.php:884
663
+ msgid "Success Message"
664
+ msgstr "Erfolgsmeldung"
665
+
666
+ #: library/plugin-settings.php:886
667
+ msgid ""
668
+ "Success message that is displayed if post-submission is successful. Basic "
669
+ "markup is allowed."
670
+ msgstr ""
671
+ "Erfolgsmeldung, die angezeigt wird, wenn die Nachsendung erfolgreich ist. "
672
+ "Grundausweis ist erlaubt."
673
+
674
+ #: library/plugin-settings.php:889
675
+ msgid "Error Message"
676
+ msgstr "Fehlermeldung"
677
+
678
+ #: library/plugin-settings.php:891
679
+ msgid ""
680
+ "General error message that is displayed if post-submission fails. Basic "
681
+ "markup is allowed."
682
+ msgstr ""
683
+ "Allgemeine Fehlermeldung, die angezeigt wird, wenn die Post-Einreichung "
684
+ "fehlschlägt. Grundausweis ist erlaubt."
685
+
686
+ #: library/plugin-settings.php:894
687
+ msgid "Custom Content"
688
+ msgstr "Kundenspezifische Inhalte"
689
+
690
+ #: library/plugin-settings.php:896
691
+ msgid ""
692
+ "Custom text/markup to be included before the submission form. Leave blank to "
693
+ "disable."
694
+ msgstr ""
695
+ "Kundenspezifischer Text / Markup, der vor dem Einreichungsformular enthalten "
696
+ "ist. Leer lassen, um zu deaktivieren."
697
+
698
+ #: library/plugin-settings.php:899
699
+ msgid "Rich Text Editor"
700
+ msgstr "Rich-Text-Editor"
701
+
702
+ #: library/plugin-settings.php:901
703
+ msgid ""
704
+ "Check this box if you want to enable WP rich text editing for submitted "
705
+ "posts."
706
+ msgstr ""
707
+ "Aktivieren Sie dieses Kontrollkästchen, wenn Sie WP Rich Textbearbeitung für "
708
+ "übermittelte Beiträge aktivieren möchten."
709
+
710
+ #: library/plugin-settings.php:904
711
+ msgid "Unique Titles"
712
+ msgstr "Einzigartige Titel"
713
+
714
+ #: library/plugin-settings.php:906
715
+ msgid ""
716
+ "Require submitted post titles to be unique (useful for preventing "
717
+ "multiple/duplicate submitted posts)."
718
+ msgstr ""
719
+ "Benötigt eingereichte Post-Titel, um eindeutig zu sein (nützlich für die "
720
+ "Verhinderung von mehreren / doppelten eingereichten Beiträge)."
721
+
722
+ #: library/plugin-settings.php:909
723
+ msgid "Disable Required"
724
+ msgstr "Deaktivieren erforderlich"
725
+
726
+ #: library/plugin-settings.php:911
727
+ msgid ""
728
+ "Disable all required attributes on default form fields (useful for "
729
+ "troubleshooting error messages)."
730
+ msgstr ""
731
+ "Deaktivieren Sie alle erforderlichen Attribute auf Standardformularfeldern "
732
+ "(nützlich für die Fehlersuche bei Fehlermeldungen)."
733
+
734
+ #: library/plugin-settings.php:914
735
+ msgid "Disable IP Tracking"
736
+ msgstr "IP-Tracking deaktivieren"
737
+
738
+ #: library/plugin-settings.php:916
739
+ msgid ""
740
+ "By default USP records the IP address with each submitted post. Check this "
741
+ "box to disable all IP tracking."
742
+ msgstr ""
743
+ "Standardmäßig zeichnet USP die IP-Adresse mit jedem eingereichten Beitrag "
744
+ "auf. Aktivieren Sie dieses Kontrollkästchen, um alle IP-Tracking zu "
745
+ "deaktivieren."
746
+
747
+ #: library/plugin-settings.php:919
748
+ msgid "Enable Shortcodes"
749
+ msgstr "Kurzcodes aktivieren"
750
+
751
+ #: library/plugin-settings.php:921
752
+ msgid ""
753
+ "Enable shortcodes in widgets. By default, WordPress does not enable "
754
+ "shortcodes in widgets. "
755
+ msgstr ""
756
+ "Aktivieren Sie Shortcodes in Widgets. Standardmäßig aktiviert WordPress "
757
+ "keine Kurzcodes in Widgets."
758
+
759
+ #: library/plugin-settings.php:922
760
+ msgid ""
761
+ "This setting enables any/all shortcodes in widgets (even shortcodes from "
762
+ "other plugins)."
763
+ msgstr ""
764
+ "Diese Einstellung ermöglicht alle / alle Shortcodes in Widgets (auch "
765
+ "Shortcodes von anderen Plugins)."
766
+
767
+ #: library/plugin-settings.php:927 library/plugin-settings.php:932
768
+ msgid "Categories"
769
+ msgstr "Kategorien"
770
+
771
+ #: library/plugin-settings.php:935
772
+ msgid ""
773
+ "Select which categories may be assigned to submitted posts (click to toggle)"
774
+ msgstr ""
775
+ "Wählen Sie aus, welche Kategorien den eingereichten Beiträgen zugeordnet "
776
+ "werden können (klicken Sie hier, um zu schalten)"
777
+
778
+ #: library/plugin-settings.php:952
779
+ msgid "Hidden/Default Category"
780
+ msgstr "Hidden / Default Kategorie"
781
+
782
+ #: library/plugin-settings.php:954
783
+ msgid ""
784
+ "Use a hidden field for the post category. This may be used to specify a "
785
+ "default category when the category field is disabled."
786
+ msgstr ""
787
+ "Verwenden Sie ein verstecktes Feld für die Post-Kategorie. Dies kann "
788
+ "verwendet werden, um eine Standardkategorie anzugeben, wenn das Feld "
789
+ "Kategorie deaktiviert ist."
790
+
791
+ #: library/plugin-settings.php:957
792
+ msgid "Category ID for Hidden Field"
793
+ msgstr "Kategorie-ID für verstecktes Feld"
794
+
795
+ #: library/plugin-settings.php:959
796
+ msgid ""
797
+ "Specify the ID of the category to use for the &ldquo;Hidden/Default "
798
+ "Category&rdquo; option."
799
+ msgstr ""
800
+ "Geben Sie die ID der Kategorie an, die für die Option \"Hidden / Default "
801
+ "Category\" verwendet werden soll."
802
+
803
+ #: library/plugin-settings.php:964
804
+ msgid "Users"
805
+ msgstr "Benutzer"
806
+
807
+ #: library/plugin-settings.php:969
808
+ msgid "Assigned Author"
809
+ msgstr "Zugewiesener Autor"
810
+
811
+ #: library/plugin-settings.php:978
812
+ msgid ""
813
+ "Specify the user that should be assigned as author for user-submitted posts."
814
+ msgstr ""
815
+ "Geben Sie den Benutzer an, der als Autor für benutzerdefinierte Beiträge "
816
+ "zugewiesen werden soll."
817
+
818
+ #: library/plugin-settings.php:982
819
+ msgid "Registered Username"
820
+ msgstr "Registrierter Benutzername"
821
+
822
+ #: library/plugin-settings.php:984
823
+ msgid ""
824
+ "Use registered username as post author. Valid when the person submitting the "
825
+ "form is logged in to WordPress."
826
+ msgstr ""
827
+ "Benutzername als Postautor verwenden. Gültig, wenn die Person, die das "
828
+ "Formular einreicht, in WordPress angemeldet ist."
829
+
830
+ #: library/plugin-settings.php:987
831
+ msgid "User Profile URL"
832
+ msgstr "Benutzerprofil-URL"
833
+
834
+ #: library/plugin-settings.php:989
835
+ msgid ""
836
+ "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid "
837
+ "when the person submitting the form is logged in to WordPress."
838
+ msgstr ""
839
+ "Benutzen Sie die URL des registrierten Benutzers als Wert des URL-Feldes. "
840
+ "Gültig, wenn die Person, die das Formular einreicht, in WordPress angemeldet "
841
+ "ist."
842
+
843
+ #: library/plugin-settings.php:992
844
+ msgid "Require User Login"
845
+ msgstr "Benutzeranmeldung benötigen"
846
+
847
+ #: library/plugin-settings.php:994
848
+ msgid "Require users to be logged in to WordPress to view/submit the form"
849
+ msgstr ""
850
+ "Erforderliche Benutzer, um in WordPress eingeloggt zu werden, um das "
851
+ "Formular anzuzeigen / einzureichen"
852
+
853
+ #: library/plugin-settings.php:1006
854
+ msgid ""
855
+ "To prevent spam, enter a question that users must answer before submitting "
856
+ "the form."
857
+ msgstr ""
858
+ "Um Spam zu verhindern, geben Sie eine Frage ein, die Benutzer vor dem "
859
+ "Absenden des Formulars beantworten müssen."
860
+
861
+ #: library/plugin-settings.php:1009
862
+ msgid "Challenge Response"
863
+ msgstr "Challenge Response"
864
+
865
+ #: library/plugin-settings.php:1011
866
+ msgid "Enter the *only* correct answer to the challenge question."
867
+ msgstr "Geben Sie die richtige Antwort auf die Frage der Frage ein."
868
+
869
+ #: library/plugin-settings.php:1014
870
+ msgid "Case-sensitivity"
871
+ msgstr "Fallempfindlichkeit"
872
+
873
+ #: library/plugin-settings.php:1016
874
+ msgid "Check this box if you want the challenge response to be case-sensitive."
875
+ msgstr ""
876
+ "Aktivieren Sie dieses Kontrollkästchen, wenn Sie die Herausforderung Antwort "
877
+ "auf Groß- und Kleinschreibung beachten möchten."
878
+
879
+ #: library/plugin-settings.php:1022
880
+ msgid "To enable Google reCAPTCHA, enter your public and private keys."
881
+ msgstr ""
882
+ "Um Google reCAPTCHA zu aktivieren, geben Sie Ihre öffentlichen und privaten "
883
+ "Schlüssel ein."
884
+
885
+ #: library/plugin-settings.php:1027
886
+ msgid "Public Key"
887
+ msgstr "Öffentlicher Schlüssel"
888
+
889
+ #: library/plugin-settings.php:1029
890
+ msgid "Enter your Public Key"
891
+ msgstr "Geben Sie Ihren öffentlichen Schlüssel ein"
892
+
893
+ #: library/plugin-settings.php:1032
894
+ msgid "Private Key"
895
+ msgstr "Privat Schlüssel"
896
+
897
+ #: library/plugin-settings.php:1034
898
+ msgid "Enter your Private Key"
899
+ msgstr "Geben Sie Ihren privaten Schlüssel ein"
900
+
901
+ #: library/plugin-settings.php:1039
902
+ msgid "Email Alerts"
903
+ msgstr "E-Mail-Benachrichtigungen"
904
+
905
+ #: library/plugin-settings.php:1044
906
+ msgid "Receive Email Alert"
907
+ msgstr "E-Mail-Benachrichtigung erhalten"
908
+
909
+ #: library/plugin-settings.php:1046
910
+ msgid ""
911
+ "Check this box if you want to be notified via email for new post submissions."
912
+ msgstr ""
913
+ "Überprüfen Sie dieses Feld, wenn Sie per E-Mail benachrichtigt werden "
914
+ "möchten."
915
+
916
+ #: library/plugin-settings.php:1049
917
+ msgid "Enable HTML Format"
918
+ msgstr "HTML-Format aktivieren"
919
+
920
+ #: library/plugin-settings.php:1051
921
+ msgid "Check this box to enable HTML format for email alerts."
922
+ msgstr ""
923
+ "Aktivieren Sie dieses Kontrollkästchen, um das HTML-Format für E-Mail-"
924
+ "Benachrichtigungen zu aktivieren."
925
+
926
+ #: library/plugin-settings.php:1054
927
+ msgid "Email Address for Alerts"
928
+ msgstr "E-Mail-Adresse für Alerts"
929
+
930
+ #: library/plugin-settings.php:1056
931
+ msgid ""
932
+ "If you checked the box to receive email alerts, indicate here the address(es)"
933
+ " to which the emails should be sent."
934
+ msgstr ""
935
+ "Wenn Sie das Kontrollkästchen auf E-Mail-Benachrichtigungen erhalten haben, "
936
+ "geben Sie hier die Adresse an, an die die E-Mails gesendet werden sollen."
937
+
938
+ #: library/plugin-settings.php:1057
939
+ msgid "Multiple recipients may be included using a comma, like so:"
940
+ msgstr "Mehrere Empfänger können mit einem Komma aufgenommen werden, so wie:"
941
+
942
+ #: library/plugin-settings.php:1060
943
+ msgid "Email &ldquo;From&rdquo; Address"
944
+ msgstr "E-Mail \"Von\" Adresse"
945
+
946
+ #: library/plugin-settings.php:1062
947
+ msgid ""
948
+ "Here you may customize the address(es) used for the &ldquo;From&rdquo; "
949
+ "header (see plugin FAQs for info). "
950
+ msgstr ""
951
+ "Hier können Sie die Adresse (en) anpassen, die für den \"From\" Header "
952
+ "verwendet wird (siehe Plugin FAQs für Info)."
953
+
954
+ #: library/plugin-settings.php:1063
955
+ msgid ""
956
+ "If multiple addresses are specified in the previous setting, include an "
957
+ "equal number of &ldquo;From&rdquo; addresses for this setting (in the same "
958
+ "order)."
959
+ msgstr ""
960
+ "Wenn in der vorherigen Einstellung mehrere Adressen angegeben sind, geben "
961
+ "Sie für diese Einstellung (in derselben Reihenfolge) eine gleiche Anzahl von "
962
+ "\"From\" -Adressen ein."
963
+
964
+ #: library/plugin-settings.php:1066
965
+ msgid "Email Alert Subject"
966
+ msgstr "Email Alert Betreff"
967
+
968
+ #: library/plugin-settings.php:1068
969
+ msgid ""
970
+ "Subject line for email alerts. Leave blank to use the default subject line. "
971
+ "Note: you can use the following variables: "
972
+ msgstr ""
973
+ "Betreffzeile für E-Mail-Benachrichtigungen. Leer lassen, um die Standard-"
974
+ "Betreffzeile zu verwenden. Hinweis: Sie können die folgenden Variablen "
975
+ "verwenden:"
976
+
977
+ #: library/plugin-settings.php:1072
978
+ msgid "Email Alert Message"
979
+ msgstr "E-Mail-Benachrichtigung"
980
+
981
+ #: library/plugin-settings.php:1074
982
+ msgid ""
983
+ "Message for email alerts. Leave blank to use the default message. Note: you "
984
+ "can use the following variables: "
985
+ msgstr ""
986
+ "Nachricht für E-Mail-Benachrichtigungen. Leer lassen, um die "
987
+ "Standardnachricht zu verwenden. Hinweis: Sie können die folgenden Variablen "
988
+ "verwenden:"
989
+
990
+ #: library/plugin-settings.php:1085
991
+ msgid "Featured Image"
992
+ msgstr "Ausgewähltes Bild"
993
+
994
+ #: library/plugin-settings.php:1087
995
+ msgid ""
996
+ "Set submitted images as Featured Images. Requires theme support for Featured "
997
+ "Images (aka Post Thumbnails)."
998
+ msgstr ""
999
+ "Setzen Sie eingereichte Bilder als Featured Images ein. Benötigt "
1000
+ "Themenunterstützung für Featured Images (aka Post Thumbnails)."
1001
+
1002
+ #: library/plugin-settings.php:1090
1003
+ msgid "Upload Message"
1004
+ msgstr "Nachricht hochladen"
1005
+
1006
+ #: library/plugin-settings.php:1092
1007
+ msgid ""
1008
+ "Message that appears next to the upload field. Useful for stating your "
1009
+ "upload guidelines/policy/etc. Basic markup allowed."
1010
+ msgstr ""
1011
+ "Nachricht, die neben dem Upload-Feld erscheint. Nützlich für die Angabe "
1012
+ "Ihrer Upload-Richtlinien / Richtlinien / etc. Grundausweis erlaubt."
1013
+
1014
+ #: library/plugin-settings.php:1095
1015
+ msgid "&ldquo;Add another image&rdquo; link"
1016
+ msgstr "\"Hinzufügen eines anderen Bildes\" link"
1017
+
1018
+ #: library/plugin-settings.php:1097
1019
+ msgid ""
1020
+ "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to "
1021
+ "use the default markup (recommended)."
1022
+ msgstr ""
1023
+ "Benutzerdefinierte Markup für den Link \"Anderes Bild hinzufügen\". Leer "
1024
+ "lassen, um den Standard-Markup zu verwenden (empfohlen)."
1025
+
1026
+ #: library/plugin-settings.php:1100
1027
+ msgid "Minimum number of images"
1028
+ msgstr "Mindestanzahl der Bilder"
1029
+
1030
+ #: library/plugin-settings.php:1103
1031
+ msgid "Specify the minimum number of images."
1032
+ msgstr "Geben Sie die Mindestanzahl der Bilder an."
1033
+
1034
+ #: library/plugin-settings.php:1107
1035
+ msgid "Maximum number of images"
1036
+ msgstr "Maximale Anzahl Bilder"
1037
+
1038
+ #: library/plugin-settings.php:1110
1039
+ msgid "Specify the maximum number of images."
1040
+ msgstr "Geben Sie die maximale Anzahl der Bilder an."
1041
+
1042
+ #: library/plugin-settings.php:1114
1043
+ msgid "Minimum image width"
1044
+ msgstr "Minimale Bildbreite"
1045
+
1046
+ #: library/plugin-settings.php:1116
1047
+ msgid "Specify a minimum width (in pixels) for uploaded images."
1048
+ msgstr "Geben Sie eine minimale Breite (in Pixel) für hochgeladene Bilder an."
1049
+
1050
+ #: library/plugin-settings.php:1119
1051
+ msgid "Minimum image height"
1052
+ msgstr "Minimale Bildhöhe"
1053
+
1054
+ #: library/plugin-settings.php:1121
1055
+ msgid "Specify a minimum height (in pixels) for uploaded images."
1056
+ msgstr "Geben Sie eine minimale Höhe (in Pixel) für hochgeladene Bilder an."
1057
+
1058
+ #: library/plugin-settings.php:1124
1059
+ msgid "Maximum image width"
1060
+ msgstr "Maximale Bildbreite"
1061
+
1062
+ #: library/plugin-settings.php:1126
1063
+ msgid "Specify a maximum width (in pixels) for uploaded images."
1064
+ msgstr "Geben Sie eine maximale Breite (in Pixel) für hochgeladene Bilder an."
1065
+
1066
+ #: library/plugin-settings.php:1129
1067
+ msgid "Maximum image height"
1068
+ msgstr "Maximale Bildhöhe"
1069
+
1070
+ #: library/plugin-settings.php:1131
1071
+ msgid "Specify a maximum height (in pixels) for uploaded images."
1072
+ msgstr "Geben Sie eine maximale Höhe (in Pixel) für hochgeladene Bilder an."
1073
+
1074
+ #: library/plugin-settings.php:1134
1075
+ msgid "More Options"
1076
+ msgstr "Mehr Optionen"
1077
+
1078
+ #: library/plugin-settings.php:1137
1079
+ msgid ""
1080
+ "For more options, like the ability to upload other file types (like PDF, "
1081
+ "Word, Zip, videos, and more), check out"
1082
+ msgstr ""
1083
+ "Für weitere Optionen, wie die Möglichkeit, andere Dateitypen hochzuladen "
1084
+ "(wie PDF, Word, Zip, Videos und vieles mehr), check out"
1085
+
1086
+ #: library/plugin-settings.php:1138
1087
+ msgid "Go Pro!"
1088
+ msgstr "Gehen Sie Pro!"
1089
+
1090
+ #: library/plugin-settings.php:1138
1091
+ msgid "USP Pro"
1092
+ msgstr "USP Pro"
1093
+
1094
+ #: library/plugin-settings.php:1145
1095
+ msgid "Auto-Display Content"
1096
+ msgstr "Auto-Display Inhalt"
1097
+
1098
+ #: library/plugin-settings.php:1150
1099
+ msgid "Images Auto-Display"
1100
+ msgstr "Bilder Auto-Display"
1101
+
1102
+ #: library/plugin-settings.php:1152
1103
+ msgid "Auto-display user-submitted images:"
1104
+ msgstr "Auto-Display Benutzer-eingereichte Bilder:"
1105
+
1106
+ #: library/plugin-settings.php:1157
1107
+ msgid "Image Markup"
1108
+ msgstr "Bild markieren"
1109
+
1110
+ #: library/plugin-settings.php:1159
1111
+ msgid ""
1112
+ "Markup to use for each submitted image (when auto-display is enabled). Can "
1113
+ "use"
1114
+ msgstr ""
1115
+ "Markup für jedes eingereichte Bild verwenden (wenn die automatische Anzeige "
1116
+ "aktiviert ist). Kann benutzen"
1117
+
1118
+ #: library/plugin-settings.php:1161 library/plugin-settings.php:1174
1119
+ #: library/plugin-settings.php:1187
1120
+ msgid "and"
1121
+ msgstr "und"
1122
+
1123
+ #: library/plugin-settings.php:1164
1124
+ msgid "Email Auto-Display"
1125
+ msgstr "E-Mail Auto-Display"
1126
+
1127
+ #: library/plugin-settings.php:1166
1128
+ msgid "Auto-display user-submitted email:"
1129
+ msgstr "Automatische Anzeige von benutzerdefinierten E-Mails:"
1130
+
1131
+ #: library/plugin-settings.php:1171
1132
+ msgid "Email Markup"
1133
+ msgstr "E-Mail-Markup"
1134
+
1135
+ #: library/plugin-settings.php:1173
1136
+ msgid ""
1137
+ "Markup to use for the submitted email address (when auto-display is enabled)."
1138
+ " Can use"
1139
+ msgstr ""
1140
+ "Markup für die übermittelte E-Mail-Adresse verwenden (wenn die automatische "
1141
+ "Anzeige aktiviert ist). Kann benutzen"
1142
+
1143
+ #: library/plugin-settings.php:1177
1144
+ msgid "URL Auto-Display"
1145
+ msgstr "URL Auto-Display"
1146
+
1147
+ #: library/plugin-settings.php:1179
1148
+ msgid "Auto-display user-submitted URL:"
1149
+ msgstr "Auto-Display Benutzer-übermittelte URL:"
1150
+
1151
+ #: library/plugin-settings.php:1184
1152
+ msgid "URL Markup"
1153
+ msgstr "URL-Markup"
1154
+
1155
+ #: library/plugin-settings.php:1186
1156
+ msgid ""
1157
+ "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1158
+ msgstr ""
1159
+ "Markup für die übermittelte URL verwenden (wenn die automatische Anzeige "
1160
+ "aktiviert ist). Kann benutzen"
1161
+
1162
+ #: library/plugin-settings.php:1192 library/plugin-settings.php:1210
1163
+ msgid "Save Settings"
1164
+ msgstr "Einstellungen speichern"
1165
+
1166
+ #: library/plugin-settings.php:1197
1167
+ msgid "Restore Defaults"
1168
+ msgstr "Standardeinstellungen wiederherstellen"
1169
+
1170
+ #: library/plugin-settings.php:1201
1171
+ msgid "Restore default options upon plugin deactivation/reactivation."
1172
+ msgstr ""
1173
+ "Wiederherstellen von Standardoptionen bei Plugin Deaktivierung / "
1174
+ "Reaktivierung."
1175
+
1176
+ #: library/plugin-settings.php:1205
1177
+ msgid "Tip:"
1178
+ msgstr "Spitze:"
1179
+
1180
+ #: library/plugin-settings.php:1206
1181
+ msgid "leave this option unchecked to remember your settings."
1182
+ msgstr ""
1183
+ "Lassen Sie diese Option unkontrolliert, um sich an Ihre Einstellungen zu "
1184
+ "erinnern."
1185
+
1186
+ #: library/plugin-settings.php:1207
1187
+ msgid ""
1188
+ "Or, to go ahead and restore all default options, check the box, save your "
1189
+ "settings, and then deactivate/reactivate the plugin."
1190
+ msgstr ""
1191
+ "Oder gehen Sie voran und stellen Sie alle Standardoptionen wieder her, "
1192
+ "aktivieren Sie das Kontrollkästchen, speichern Sie Ihre Einstellungen und "
1193
+ "deaktivieren / reaktivieren Sie das Plugin."
1194
+
1195
+ #: library/plugin-settings.php:1215
1196
+ msgid "Shortcode &amp; Template Tag"
1197
+ msgstr "Shortcode und Template Tag"
1198
+
1199
+ #: library/plugin-settings.php:1218
1200
+ msgid ""
1201
+ "To implement USP, first configure the plugin settings, then use the "
1202
+ "shortcode or template to display the form on the front-end as desired."
1203
+ msgstr ""
1204
+ "Um USP zu implementieren, konfiguriere ich zuerst die Plugin-Einstellungen, "
1205
+ "dann benutze den Shortcode oder die Vorlage, um das Formular auf dem Front-"
1206
+ "End wie gewünscht anzuzeigen."
1207
+
1208
+ #: library/plugin-settings.php:1220
1209
+ msgid "Shortcode"
1210
+ msgstr "Kurzcode"
1211
+
1212
+ #: library/plugin-settings.php:1221
1213
+ msgid "Use this shortcode to display the USP Form on any WP Post or Page:"
1214
+ msgstr ""
1215
+ "Verwenden Sie diesen Kurzcode, um das USP Formular auf einem beliebigen WP "
1216
+ "Post oder Seite anzuzeigen:"
1217
+
1218
+ #: library/plugin-settings.php:1224
1219
+ msgid "Template tag"
1220
+ msgstr "Template-Tag"
1221
+
1222
+ #: library/plugin-settings.php:1225
1223
+ msgid ""
1224
+ "Use this template tag to display the USP Form anywhere in your theme "
1225
+ "template:"
1226
+ msgstr ""
1227
+ "Verwenden Sie dieses Template-Tag, um das USP-Formular überall in Ihrer "
1228
+ "Themenvorlage anzuzeigen:"
1229
+
1230
+ #: library/plugin-settings.php:1231
1231
+ msgid "Show Support"
1232
+ msgstr "Unterstützung anzeigen"
1233
+
1234
+ #: library/plugin-settings.php:1243
1235
+ msgid "by"
1236
+ msgstr "durch"
1237
+
1238
+ #: library/plugin-settings.php:1244
1239
+ msgid "Jeff Starr on Twitter"
1240
+ msgstr "Jeff Starr auf Twitter"
1241
+
1242
+ #: library/plugin-settings.php:1245
1243
+ msgid "Obsessive Web Design &amp; Development"
1244
+ msgstr "Obsessive Web Design und Entwicklung"
1245
+
1246
+ #: library/plugin-settings.php:1256
1247
+ msgid "Save Preference"
1248
+ msgstr "Sparen Sie die Präferenz"
1249
+
1250
+ #: library/plugin-settings.php:1263
1251
+ msgid ""
1252
+ "Are you sure you want to restore all default options? (this action cannot be "
1253
+ "undone)"
1254
+ msgstr ""
1255
+ "Sind Sie sicher, dass Sie alle Standardoptionen wiederherstellen möchten? "
1256
+ "(Diese Aktion kann nicht rückgängig gemacht werden)"
1257
+
1258
+ #: library/template-tags.php:214
1259
+ msgid "View full post"
1260
+ msgstr "Vollständigen Beitrag anzeigen"
1261
+
1262
+ #. Description of the plugin
1263
+ msgid ""
1264
+ "Enables your visitors to submit posts and images from anywhere on your site."
1265
+ msgstr ""
1266
+ "Ermöglicht es Ihren Besuchern, Beiträge und Bilder von überall auf Ihrer "
1267
+ "Website einzureichen."
1268
+
1269
+ #. URI of the plugin
1270
+ msgid "https://perishablepress.com/user-submitted-posts/"
1271
+ msgstr "Https://perishablepress.com/user-subted-posts/"
1272
+
1273
+ #. Author of the plugin
1274
+ msgid "Jeff Starr"
1275
+ msgstr "Jeff Starr"
1276
+
1277
+ #. Author URI of the plugin
1278
+ msgid "https://plugin-planet.com/"
1279
+ msgstr "Https://plugin-planet.com/"
languages/usp-fa_IR.mo CHANGED
Binary file
languages/usp-fa_IR.po CHANGED
@@ -1,721 +1,1249 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: User submitted Posts\n"
4
- "POT-Creation-Date: 2014-06-06 20:21+0330\n"
5
- "PO-Revision-Date: 2014-06-06 22:25+0330\n"
6
- "Last-Translator: \n"
7
- "Language-Team: Icomp <support@icomp.ir>\n"
8
- "Language: fa_IR\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.6.5\n"
13
- "X-Poedit-Basepath: D:\\WEB\\New folder\\user-submitted-posts\n"
14
- "Plural-Forms: nplurals=1; plural=0;\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Poedit-KeywordsList: __;_e\n"
17
- "X-Poedit-SearchPath-0: D:\\WEB\\New folder\\user-submitted-posts\n"
18
-
19
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:25
20
- #: folder\user-submitted-posts/user-submitted-posts.php:60
21
- msgid "User Submitted Posts"
22
- msgstr "ارسال پست میهمان"
23
-
24
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:47
25
- msgid "requires WordPress 3.5 or higher, and has been deactivated!"
26
- msgstr ""
27
- "افزونه نیازمند وردپرس 3.5 یا بالاتر است که نسخه وردپرس شما اینگونه نیست. "
28
- "افزونه غیر فعال شد."
29
-
30
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:48
31
- msgid "Please return to the "
32
- msgstr "لطفا بازگردید به"
33
-
34
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:48
35
- msgid "WordPress Admin area"
36
- msgstr "پیشخوان مدیریت وردپرس"
37
-
38
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:48
39
- msgid "to upgrade WordPress and try again."
40
- msgstr "برای به روز رسانی وردپرس و تلاش مجدد"
41
-
42
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:60
43
- msgid "Submitted"
44
- msgstr "ثبت شد"
45
-
46
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:119
47
- msgid "An error occurred. Please go back and try again."
48
- msgstr "خطایی رخ داده. لطفا بازگردید و مجددا تلاش کنید"
49
-
50
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:256
51
- msgid "USP"
52
- msgstr "User Submitted Posts"
53
-
54
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:433
55
- msgid "Settings"
56
- msgstr "تنظیمات"
57
-
58
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:471
59
- msgid ""
60
- "There was an error. Please ensure that you have added a title, some content, "
61
- "and that you have uploaded only images."
62
- msgstr ""
63
- "خطایی رخ داده. لطفا اطمینان حاصل کنید از آنکه همه کادر های عنوان ، محتوا "
64
- "و... را تکمیل نموده اید."
65
-
66
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:478
67
- #: folder\user-submitted-posts/user-submitted-posts.php:479
68
- #: folder\user-submitted-posts/user-submitted-posts.php:480
69
- #: folder\user-submitted-posts/user-submitted-posts.php:481
70
- #: folder\user-submitted-posts/user-submitted-posts.php:482
71
- #: folder\user-submitted-posts/user-submitted-posts.php:489
72
- #: folder\user-submitted-posts/user-submitted-posts.php:490
73
- msgid "show"
74
- msgstr "نمایش"
75
-
76
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:483
77
- msgid "hide"
78
- msgstr "مخفی کردن"
79
-
80
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:484
81
- msgid "Please select your image(s) to upload."
82
- msgstr "لطفا عکس های موردنظرتان را برای بارگذاری انتخاب نمایید"
83
-
84
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:491
85
- msgid "Success! Thank you for your submission."
86
- msgstr "موفقیت آمیز بود! از پستتان ممنونیم"
87
-
88
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:514
89
- msgid ""
90
- "Classic form + styles (<small><em><strong>Note:</strong> the &ldquo;"
91
- "classic&rdquo; form is deprecated and will be removed in a future version.</"
92
- "em></small>)"
93
- msgstr ""
94
- "Classic form + styles (<small><em><strong>Note:</strong> the &ldquo;"
95
- "classic&rdquo; form is deprecated and will be removed in a future version.</"
96
- "em></small>)"
97
-
98
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:518
99
- msgid "HTML5 form + styles"
100
- msgstr "شیوه نامه به صورت HTML5"
101
-
102
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:522
103
- msgid "Disable stylesheet"
104
- msgstr "غیرفعال کردن شیوه نامه"
105
-
106
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:707
107
- msgid "Toggle all panels"
108
- msgstr "باز/بسته کردن همه تب ها"
109
-
110
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:715
111
- msgid "Overview"
112
- msgstr "درباره"
113
-
114
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:719
115
- msgid ""
116
- "(USP) enables your visitors to submit posts and upload images from anywhere "
117
- "on your site."
118
- msgstr ""
119
- "افزونه به بازدیدکنندگانتان اجازه می دهد که مطالب و عکس هایشان در در هرحایی "
120
- "از وب سایت شما قرار دهند."
121
-
122
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:720
123
- msgid ""
124
- "To implement, configure the plugin settings and include the USP form in any "
125
- "post or page via shortcode or anywhere in your theme via template tag."
126
- msgstr ""
127
- "برای کارکردن ، تنظیمات افزونه را پیکر بندی کنید.سپس با استفاده از کد کوتاه "
128
- "یا کدهای PHP داده شده ، در هر جایی از پست ها یا برگه ها یا پوسته تان ، "
129
- "افزونه را استفاده کنید."
130
-
131
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:721
132
- msgid "For more functionality check out"
133
- msgstr "بررسی کنید. برای قابلیت های بیشتر"
134
-
135
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:722
136
- msgid "&mdash; the ultimate solution for unlimited front-end forms."
137
- msgstr ""
138
- ".راه حل نهایی برای فرم های نامحدود<br />تر جمه به فارسی توسط گروه وبلاگ "
139
- "نویسی <a href=\"http://icomp.ir\">آی کامپ</a><br />انجمن آی کامپ. محل "
140
- "پاسخگویی به سوالات وبلاگ نویسان : <a href=\"http://forum.icomp.ir\">forum."
141
- "icomp.ir</a><br />وبلاگ آی کامپ. آموزش وبلاگ نویسی ، کدهای کاربردی و... : <a "
142
- "href=\"http://tuts.icomp.ir\">tuts.icomp.ir</a>"
143
-
144
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:726
145
- msgid "Configure settings"
146
- msgstr "پیکربندی تنظیمات"
147
-
148
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:727
149
- msgid "Get the shortcode &amp; template tag"
150
- msgstr "در یافت کدکوتاه &amp; کدپوسته"
151
-
152
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:728
153
- msgid "More info:"
154
- msgstr "اطلاعات بیشتر:"
155
-
156
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:728
157
- msgid "readme.txt"
158
- msgstr "readme.txt"
159
-
160
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:729
161
- msgid "and"
162
- msgstr "و"
163
-
164
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:729
165
- msgid "homepage"
166
- msgstr "خانه"
167
-
168
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:730
169
- msgid "If you like USP, please"
170
- msgstr "اگر از افزونه خوشتان آمد ، لطفا"
171
-
172
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:731
173
- msgid "Rate and review this plugin at the WP Plugin Directory"
174
- msgstr ""
175
- "به این افزونه در مخزن وردپرس امتیاز دهید و نظرتان را در مورد آن به اشتراک "
176
- "بگذارید"
177
-
178
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:732
179
- msgid "rate it at WordPress.org"
180
- msgstr "به افزونه در سایت وردپرس (wordpress.org) امتیاز دهید."
181
-
182
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:744
183
- msgid "Options"
184
- msgstr "گزینه ها"
185
-
186
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:746
187
- msgid ""
188
- "Here you may configure options for USP. See the <code>readme.txt</code> for "
189
- "more information."
190
- msgstr ""
191
- "در اینجا می توانید تنظیمات افزونه را انجام دهید. برای اطلاعات بیشتر به "
192
- "<code>readme.txt</code> مراجعه کنید."
193
-
194
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:747
195
- msgid "Show/hide the following form fields"
196
- msgstr "نمایش/مخفی کردن فیلدهای این تب"
197
-
198
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:751
199
- #: folder\user-submitted-posts/user-submitted-posts.php:757
200
- #: folder\user-submitted-posts/user-submitted-posts.php:763
201
- #: folder\user-submitted-posts/user-submitted-posts.php:769
202
- #: folder\user-submitted-posts/user-submitted-posts.php:775
203
- #: folder\user-submitted-posts/user-submitted-posts.php:781
204
- #: folder\user-submitted-posts/user-submitted-posts.php:787
205
- #: folder\user-submitted-posts/user-submitted-posts.php:793
206
- msgid "Show"
207
- msgstr "نمایش دادن"
208
-
209
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:752
210
- #: folder\user-submitted-posts/user-submitted-posts.php:758
211
- #: folder\user-submitted-posts/user-submitted-posts.php:764
212
- #: folder\user-submitted-posts/user-submitted-posts.php:770
213
- #: folder\user-submitted-posts/user-submitted-posts.php:776
214
- #: folder\user-submitted-posts/user-submitted-posts.php:782
215
- #: folder\user-submitted-posts/user-submitted-posts.php:788
216
- #: folder\user-submitted-posts/user-submitted-posts.php:794
217
- msgid "Hide"
218
- msgstr "مخفی کردن"
219
-
220
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:753
221
- msgid "User Name"
222
- msgstr "نام کاربری"
223
-
224
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:759
225
- msgid "Post URL"
226
- msgstr "آدرس مطلب"
227
-
228
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:765
229
- #: folder\user-submitted-posts/views/submission-form-classic.php:46
230
- #: folder\user-submitted-posts/views/submission-form.php:46
231
- #: folder\user-submitted-posts/views/submission-form.php:47
232
- msgid "Post Title"
233
- msgstr "عنوان مطلب"
234
-
235
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:771
236
- #: folder\user-submitted-posts/views/submission-form-classic.php:53
237
- #: folder\user-submitted-posts/views/submission-form.php:51
238
- #: folder\user-submitted-posts/views/submission-form.php:52
239
- msgid "Post Tags"
240
- msgstr "برچسب های مطلب"
241
-
242
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:777
243
- #: folder\user-submitted-posts/views/submission-form-classic.php:60
244
- #: folder\user-submitted-posts/views/submission-form.php:61
245
- msgid "Post Category"
246
- msgstr "دسته بندی مطلب"
247
-
248
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:783
249
- #: folder\user-submitted-posts/views/submission-form-classic.php:98
250
- #: folder\user-submitted-posts/views/submission-form.php:89
251
- #: folder\user-submitted-posts/views/submission-form.php:90
252
- msgid "Post Content"
253
- msgstr "محتوا"
254
-
255
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:789
256
- msgid "Post Images"
257
- msgstr "تصاویر مطلب"
258
-
259
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:795
260
- msgid "Challenge question (Captcha)"
261
- msgstr "پرسش امنیتی (کپچا)"
262
-
263
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:798
264
- msgid "Choose some general form options"
265
- msgstr "برای از گزینه های کلی فرم را انتخاب نمایید"
266
-
267
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:802
268
- msgid "Form style"
269
- msgstr "شیوه نامه فرم"
270
-
271
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:820
272
- msgid ""
273
- "HTML5 is recommended. If upgrading and the new form looks weird, choose the "
274
- "Classic version."
275
- msgstr ""
276
- "HTML5 قابل استفاده است. اگر پس از بروزرسانی ، استایل فرم جدید چشم نواز نبود "
277
- "(!) می توانید از Classic Version یا فرم سنتی استفاده کنید"
278
-
279
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:821
280
- msgid ""
281
- "To disable the plugin&rsquo;s stylesheet, choose Disable. Note: complete "
282
- "list of CSS hooks for the submission form at"
283
- msgstr ""
284
- "برای نمایش شیوه نامه افزونه ، غیرفعال را انتخاب کنید. نکته : صفات سی اس اس "
285
- "را برای فرم تکمیل کنید در "
286
-
287
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:822
288
- msgid "CSS Hooks for User Submitted Posts"
289
- msgstr "صفات CSS برای افزونه"
290
-
291
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:827
292
- msgid "Include JavaScript?"
293
- msgstr "شامل کردن جاوا اسکریپت؟"
294
-
295
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:829
296
- msgid ""
297
- "Check this box if you want to include the external JavaScript file "
298
- "(recommended)."
299
- msgstr ""
300
- "اگر می خواهید فایل JavaScript دلخواهی را به فرم مطلب پیوست کنید ، این گزینه "
301
- "را انتخاب کنید."
302
-
303
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:832
304
- msgid "Targeted Loading"
305
- msgstr "بارگذاری ویژه"
306
-
307
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:834
308
- msgid ""
309
- "When enabled, external CSS &amp; JavaScript files are loaded on every page. "
310
- "Here you may specify the URL of the USP form to load resources only on that "
311
- "page. Note: leave blank to load on all pages."
312
- msgstr ""
313
- "زمانی که فعال شود ،فایل های JavaScript و CSS خارجی در صفحات بارگذاری می "
314
- "شوند. البته شما می توانید تعیین کنید که آن فایل فقط در چه صفحه ای بارگذاری "
315
- "شود. برای اینکه در تمام صفحات اجرا شوند ، کادر را خالی بگذارید."
316
-
317
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:837
318
- msgid "Categories"
319
- msgstr "دسته بندی"
320
-
321
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:850
322
- msgid "Select which categories may be assigned to submitted posts."
323
- msgstr "دسته بندی های مورد نظرتان را برای پست ها انتخاب کنید"
324
-
325
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:854
326
- msgid "Assigned Author"
327
- msgstr "کاربر معین"
328
-
329
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:864
330
- msgid ""
331
- "Specify the user that should be assigned as author for user-submitted posts."
332
- msgstr ""
333
- "کاربری را برای نویسنده ثابت پست ها در صورتی که نام نویسنده ذکر نشده باشد "
334
- "انتخاب کنید"
335
-
336
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:868
337
- msgid "Auto Publish?"
338
- msgstr "انتشار خودکار؟"
339
-
340
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:871
341
- msgid "Always moderate"
342
- msgstr "همیشه نیاز به تایید"
343
-
344
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:872
345
- msgid "Always publish immediately"
346
- msgstr "همیشه بدون نیاز به تایید مطالب را قبت کن"
347
-
348
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:877
349
- msgid ""
350
- "For submitted posts, you can always moderate (recommended), publish "
351
- "immediately, or publish after any number of approved posts."
352
- msgstr ""
353
- "می توانید تعیین کنید که مطلب همیشه نیاز به تایید داشته باشند ، یا اینکه فورا "
354
- "ثبت شوند ، یا اینکه پس از چند پست ، دیگر نیازی به تایید نداشته باشند."
355
-
356
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:881
357
- msgid "Receive Email Alert"
358
- msgstr "دریافت ایمیل هشدار"
359
-
360
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:883
361
- msgid ""
362
- "Check this box if you want to be notified via email for new post submissions."
363
- msgstr ""
364
- "این گزینه را تیک دار کنید ، اگر می خواهید پس از ارسال هر مطلب توسط کاربران "
365
- "یک ایمیل برای شما ارسال شود"
366
-
367
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:886
368
- msgid "Enable Rich Text Editor"
369
- msgstr "فعال سازی Rich Text Editor"
370
-
371
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:888
372
- msgid ""
373
- "Check this box if you want to enable WP rich text editing for submitted "
374
- "posts."
375
- msgstr ""
376
- "در صورتی که می خواهید ویرایشگر پیشفرض وردپرس را برای فرم ارسال مطالب فعال "
377
- "کنید ، این گزینه را تیک دار کنید."
378
-
379
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:891
380
- msgid "Set Uploaded Image as Featured Image"
381
- msgstr "انتخاب تصاویر بارگذاری شده به عنوان تصاویر شاخص"
382
-
383
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:893
384
- msgid ""
385
- "Check this box if you want to set submitted images as Featured Images (aka "
386
- "Post Thumbnails) for posts. \n"
387
- "\t\t\t\t\t\t\t\t\t\t\tNote: your theme&rsquo;s single.php file must include"
388
- msgstr ""
389
- "اگر میخواهید تصاویر آپلود شده به عنوان تصاویر ویژه و شاخص انتخاب شوند ، این "
390
- "گزینه را تیک دار کنید. \n"
391
- "\t\t\t\t\t\t\t\t\t\t\t هشدار: فایل&rsquo;s single.php در پوسته شما باید از "
392
- "تصاویر شاخص پشتیبانی کنید"
393
-
394
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:894
395
- msgid "to display Featured Images."
396
- msgstr "برای نمایش تصاویر ویژه و شاخص"
397
-
398
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:897
399
- msgid "Email Address for Alerts"
400
- msgstr "آدرس ایمیل برای هشدار"
401
-
402
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:899
403
- msgid ""
404
- "If you checked the box to receive email alerts, indicate here the "
405
- "address(es) to which the emails should be sent."
406
- msgstr ""
407
- "اگر این گزینه را تیک دار کنید ، برای شما ایمیل های هشداردهنده ارسال خواهد "
408
- "شود. ایمیل هایی را که می خواهید هشدار ها برایشان ارسال شوند را وارد نمایید."
409
-
410
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:900
411
- msgid "Tip: multiple addresses may be included using a comma, like so:"
412
- msgstr "نکته : آدرس های جداگانه را با کاما از هم جدا کنید. مانند: "
413
-
414
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:903
415
- msgid "Redirect URL"
416
- msgstr "انتقال به آدرس"
417
-
418
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:905
419
- msgid ""
420
- "Specify a URL to redirect the user after post-submission. Note: leave blank "
421
- "to redirect back to current page."
422
- msgstr "آدرسی را وارد کنید که می خواهید کاربر پس از ثبت مطلب ، به آن منتقل شود"
423
-
424
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:908
425
- msgid "Success Message"
426
- msgstr "پیغام موفقیت آمیز بودن"
427
-
428
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:910
429
- msgid ""
430
- "This is the success message that is displayed if post-submission is "
431
- "successful."
432
- msgstr ""
433
- "این پیغام موفقیت آمیز بودنی است که هنگامی نمایش داده میشود که ثبت مطلب "
434
- "موفقیت آمیز بوده باشد"
435
-
436
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:913
437
- msgid "Error Message"
438
- msgstr "پیغام خطا"
439
-
440
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:915
441
- msgid "This is the error message that is displayed if post-submission fails."
442
- msgstr "این پیغام خطا زمانی نمایش داده می شود که ثبت مطلب با مشکلی مواجه شود"
443
-
444
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:918
445
- msgid "Custom Content"
446
- msgstr "محتوای سفارشی"
447
-
448
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:920
449
- msgid ""
450
- "Here you may specify custom text/markup to be included before the submission "
451
- "form. Note: leave blank to disable."
452
- msgstr ""
453
- "اینجا می توانید متن یا نشانه دلخواهی را وارد نمایید تا قبل از فرم نمایش داده "
454
- "شود. برای غیر فعال بودن ، کادر را خالی بگذارید"
455
-
456
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:924
457
- msgid "Use registered user info"
458
- msgstr "استفاده از اطلاعات کاربر ثبت نام کرده"
459
-
460
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:928
461
- msgid "Use registered username for author?"
462
- msgstr "استفاده از نام کاربری کاربر ثبت نام کرده برای نام نویسنده؟"
463
-
464
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:930
465
- msgid ""
466
- "Check this box if you want to automatically use the registered username as "
467
- "the submitted-post author. Note: this really should only be used when "
468
- "requiring log-in for submissions."
469
- msgstr ""
470
- "این گزینه را تیک دار کنید اگر می خواهید به صورت خودکار از نام کاربری فرد در "
471
- "فرم ارسال مطلب استفاده شود. نکته : این زمانی کاربرد دارد که کاربر وارد شده "
472
- "باشد."
473
-
474
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:933
475
- msgid "Use registered URL for submitted URL?"
476
- msgstr ""
477
- "انتخاب آدرسی که کاربر ثبت نام کرده وارد کرده به عنوان آدرس وبگاه نویسنده مطلب"
478
-
479
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:935
480
- msgid ""
481
- "Check this box if you want to automatically use the registered user&rsquo;s "
482
- "specified URL as the submitted-post URL. Note: this really should only be "
483
- "used when requiring log-in for submissions."
484
- msgstr ""
485
- "این گزینه را تیک دار کنید ، اگر می خواهید به صورت خودکار از آدرس وبگاه کاربر "
486
- "ثبت نام کرده به عنوان وبگاه نویسنده مطلب استفاده شود.نکته : زمانی کاربرد "
487
- "دارد که کاربر وارد شده باشد"
488
-
489
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:938
490
- msgid "Use a hidden field for submitted category?"
491
- msgstr "استفاده از یک کادرمخفی برای دسته بندی"
492
-
493
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:940
494
- msgid ""
495
- "Check this box if you want to use a hidden category field for the submitted "
496
- "category. Note: this may be used to specify a default category for submitted "
497
- "posts when the category field is hidden."
498
- msgstr ""
499
- "تیک این گزینه را بزنید اگر می خواهید دسته بندی های مخفی باشند. زمانی از این "
500
- "استفاده کنید که می خواهید یک دسته بندی مشخص را برای مطالب انتخاب کنید"
501
-
502
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:943
503
- msgid "Category ID for hidden field"
504
- msgstr "آی دی دسته مورد نظر برای کادر مخفی"
505
-
506
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:945
507
- msgid ""
508
- "Specify a cateogry (ID) to use as the default category when using the &ldquo;"
509
- "hidden field&rdquo; option."
510
- msgstr ""
511
- "اگر می خواهید فیلد دسته بندی مخفی باشد ، یک آی دی دسته بندی را به عنوان "
512
- "پیشفرض انتخاب کنید."
513
-
514
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:949
515
- msgid "Challenge question (captcha)"
516
- msgstr "پرسش امنیتی (کپچا)"
517
-
518
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:953
519
- msgid "Challenge Question"
520
- msgstr "پرسش امنیتی"
521
-
522
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:955
523
- msgid ""
524
- "To prevent spam, enter a question that users must answer before submitting "
525
- "the form."
526
- msgstr ""
527
- "برای جلوگیری از هرزنامه ، یک پرسش امنیتی را وارد کنید تا کاربران قبل از ثبت "
528
- "مطلب ملزم به جواب دادن به آن شوند"
529
-
530
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:958
531
- msgid "Challenge Response"
532
- msgstr "پاسخ پرسش امنیتی"
533
-
534
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:960
535
- msgid "Enter the <em>only</em> correct answer to the challenge question."
536
- msgstr "پاسخ درست پرسش امنیتی را وارد کنید"
537
-
538
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:963
539
- msgid "Case-sensitivity"
540
- msgstr "حساسیت به بزرگی و کوچکی حروف"
541
-
542
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:965
543
- msgid "Check this box if you want the challenge response to be case-sensitive."
544
- msgstr ""
545
- "اگر می خواید پاسخ به پرسش امنیتی ، به حروف کوچک و بزرگ در زبان انگلیسی حساس "
546
- "باشد ، این گزینه را تیک داد کنید"
547
-
548
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:969
549
- msgid "Options for image uploads"
550
- msgstr "تنظیمات تصاویر"
551
-
552
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:973
553
- msgid "Upload Message"
554
- msgstr "پیغام بارگذاری"
555
-
556
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:975
557
- msgid ""
558
- "This is the message that appears next to upload field. Useful to state your "
559
- "upload guidelines/rules/etc."
560
- msgstr "این پیغام زمانی نمایش داده می شود که آپلود تصویر موفقیت آمیز نباشد."
561
-
562
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:978
563
- msgid "&ldquo;Add another image&rdquo; link"
564
- msgstr "اضافه کردن یک لینک تصویر دیگر"
565
-
566
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:980
567
- msgid ""
568
- "Here you may specify your own custom markup for the &ldquo;Add another "
569
- "image&rdquo; link (leave blank to use the default markup)."
570
- msgstr ""
571
- "می توانید نشانه مورد نظر خودرا برای لینک افزودن تصویر جدید انتخاب کنید. برای "
572
- "استفاده از حالت پیشفرض ، کادر را خالی بگذارید"
573
-
574
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:983
575
- msgid "Minimum number of images"
576
- msgstr "کمترین تعداد تصاویر"
577
-
578
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:986
579
- msgid "Specify the <em>minimum</em> number of images."
580
- msgstr "یک مقدار حداقل را برای تعداد عکس ها انتخاب نمایید."
581
-
582
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:990
583
- msgid "Maximum number of images"
584
- msgstr "بیشتر تعداد تصاویر"
585
-
586
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:993
587
- msgid "Specify the <em>maximum</em> number of images."
588
- msgstr "یک مقدار حداکثر را برای تعداد عکس ها انتخاب نمایید."
589
-
590
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:997
591
- msgid "Minimum image width"
592
- msgstr "کمترین طول تصاویر"
593
-
594
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:999
595
- msgid "Specify a <em>minimum width</em> (in pixels) for uploaded images."
596
- msgstr "یک مقدار حداقل را برای طول عکس های آپلود شده انتخاب نمایید."
597
-
598
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:1002
599
- msgid "Minimum image height"
600
- msgstr "کمترین ارتفاع عکس ها"
601
-
602
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:1004
603
- msgid "Specify a <em>minimum height</em> (in pixels) for uploaded images."
604
- msgstr "یک مقدار حداقل را برای ارتفاع عکس های آپلود شده انتخاب نمایید."
605
-
606
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:1007
607
- msgid "Maximum image width"
608
- msgstr "بیشتر طول تصاویر"
609
-
610
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:1009
611
- msgid "Specify a <em>maximum width</em> (in pixels) for uploaded images."
612
- msgstr "یک مقدار حداکثر را برای طول عکس های آپلود شده انتخاب نمایید."
613
-
614
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:1012
615
- msgid "Maximum image height"
616
- msgstr "بیشترین ارتفاع تصاویر"
617
-
618
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:1014
619
- msgid "Specify a <em>maximum height</em> (in pixels) for uploaded images."
620
- msgstr "یک مقدار حداکثر را برای ارتفاع عکس های آپلود شده انتخاب نمایید."
621
-
622
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:1018
623
- #: folder\user-submitted-posts/user-submitted-posts.php:1046
624
- msgid "Save Settings"
625
- msgstr "ذخیره تنظیمات"
626
-
627
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:1022
628
- msgid "Shortcode &amp; Template Tag"
629
- msgstr "کدکوتاه و کد داخل پوسته"
630
-
631
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:1025
632
- msgid "Shortcode"
633
- msgstr "کدکوتاه"
634
-
635
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:1026
636
- msgid "Use this shortcode to display the USP Form on any post or page:"
637
- msgstr "از کدکوتاه زیر برای نمایش فرم ارسال مطلب در برگه یا پست استفاده کنید"
638
-
639
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:1029
640
- msgid "Template tag"
641
- msgstr "قالب برچسب"
642
-
643
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:1030
644
- msgid ""
645
- "Use this template tag to display the USP Form anywhere in your theme "
646
- "template:"
647
- msgstr "کدهای زیر را برای نمایش فرم ارسال مطلب در پوسته تان قرار دهید"
648
-
649
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:1035
650
- msgid "Restore Default Options"
651
- msgstr "بازگردانی تنظیمات بیشتر"
652
-
653
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:1039
654
- msgid "Restore default options upon plugin deactivation/reactivation."
655
- msgstr "بازگردانی تنظیمات پیشفرض پس از غیرفعال / فعال کردن افزونه"
656
-
657
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:1043
658
- msgid ""
659
- "<strong>Tip:</strong> leave this option unchecked to remember your settings. "
660
- "Or, to go ahead and restore all default options, check the box, save your "
661
- "settings, and then deactivate/reactivate the plugin."
662
- msgstr ""
663
- "<strong>نکته:</strong> اگر میخواهید تنظیماتتان باقی بماند ، تیک این گزینه را "
664
- "بردارید. یا برای بازگرداند به پیشفرض ، تیک را بزنید ،همه گزینه ها را "
665
- "بازگردانید و اطلاعات را ذخیره کنید. سپس افزونه را غیر فعال/فعال کنید."
666
-
667
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:1050
668
- msgid "Updates &amp; Info"
669
- msgstr "به روز رسانی ها و اطلاعات"
670
-
671
- #: D:\WEB\New folder\user-submitted-posts/user-submitted-posts.php:1090
672
- msgid ""
673
- "Are you sure you want to restore all default options? (this action cannot be "
674
- "undone)"
675
- msgstr ""
676
- "آیا مطمئن هستید که می خواهید تمامی تنظیمات را به حالت اولیه برگردانید؟ این "
677
- "انتخاب قابل بازگشت نخواهد بود!"
678
-
679
- #: D:\WEB\New folder\user-submitted-posts/views/submission-form-classic.php:32
680
- #: folder\user-submitted-posts/views/submission-form.php:36
681
- #: folder\user-submitted-posts/views/submission-form.php:37
682
- msgid "Your Name"
683
- msgstr "نام شما"
684
-
685
- #: D:\WEB\New folder\user-submitted-posts/views/submission-form-classic.php:39
686
- #: folder\user-submitted-posts/views/submission-form.php:41
687
- #: folder\user-submitted-posts/views/submission-form.php:42
688
- msgid "Your URL"
689
- msgstr "آدرس وبگاه شما"
690
-
691
- #: D:\WEB\New folder\user-submitted-posts/views/submission-form-classic.php:53
692
- msgid "(separate with commas)"
693
- msgstr "(با کاما جدا کنید)"
694
-
695
- #: D:\WEB\New
696
- #: folder\user-submitted-posts/views/submission-form-classic.php:109
697
- #: folder\user-submitted-posts/views/submission-form.php:96
698
- msgid "Upload an Image"
699
- msgstr "بارگذاری تصویر"
700
-
701
- #: D:\WEB\New
702
- #: folder\user-submitted-posts/views/submission-form-classic.php:116
703
- #: folder\user-submitted-posts/views/submission-form.php:104
704
- msgid "Add another image"
705
- msgstr "افزودن تصویر"
706
-
707
- #: D:\WEB\New
708
- #: folder\user-submitted-posts/views/submission-form-classic.php:133
709
- #: folder\user-submitted-posts/views/submission-form.php:122
710
- msgid "Human verification: leave this field empty."
711
- msgstr "تایید ربات نبودن: این کادر را خالی بگذارید"
712
-
713
- #: D:\WEB\New
714
- #: folder\user-submitted-posts/views/submission-form-classic.php:149
715
- #: folder\user-submitted-posts/views/submission-form.php:138
716
- msgid "Submit Post"
717
- msgstr "ثبت مطلب"
718
-
719
- #: D:\WEB\New folder\user-submitted-posts/views/submission-form.php:57
720
- msgid "Antispam Question"
721
- msgstr "پرسش امنیتی"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: Loco - https://localise.biz/\n"
7
+ "Project-Id-Version: USP\n"
8
+ "Language: fa-IR\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2017-08-03 19:21+0000\n"
11
+ "PO-Revision-Date: 2017-08-03 19:21+0000\n"
12
+ "Last-Translator: Jeff Starr <help@monzillamedia.com>\n"
13
+ "Language-Team: Persian\n"
14
+ "Plural-Forms: nplurals=1; plural=0"
15
+
16
+ #. Name of the plugin
17
+ #: user-submitted-posts.php:43
18
+ msgid "User Submitted Posts"
19
+ msgstr "ارسال شده توسط کاربر"
20
+
21
+ #: user-submitted-posts.php:75
22
+ msgid "requires WordPress "
23
+ msgstr "نیاز به وردپرس"
24
+
25
+ #: user-submitted-posts.php:76
26
+ msgid " or higher, and has been deactivated! "
27
+ msgstr " یا بالاتر، و غیر فعال شده است!"
28
+
29
+ #: user-submitted-posts.php:77
30
+ msgid "Please return to the"
31
+ msgstr "لطفا به"
32
+
33
+ #: user-submitted-posts.php:78
34
+ msgid "WordPress Admin Area"
35
+ msgstr "منطقه اداری وردپرس"
36
+
37
+ #: user-submitted-posts.php:79
38
+ msgid "to upgrade WordPress and try again."
39
+ msgstr "برای ارتقا وردپرس و دوباره امتحان کنید"
40
+
41
+ #: user-submitted-posts.php:121
42
+ msgid "User Submitted Post"
43
+ msgstr "کاربر ارسال پست"
44
+
45
+ #: user-submitted-posts.php:384
46
+ msgid "User Submitted Post Info"
47
+ msgstr "کاربر ارسال اطلاعات پست"
48
+
49
+ #: user-submitted-posts.php:414
50
+ msgid "Submitter Name: "
51
+ msgstr "نام فرستنده:"
52
+
53
+ #: user-submitted-posts.php:415
54
+ msgid "Submitter Email: "
55
+ msgstr "فرستنده ایمیل:"
56
+
57
+ #: user-submitted-posts.php:416
58
+ msgid "Submitter URL: "
59
+ msgstr "URL فرستنده:"
60
+
61
+ #: user-submitted-posts.php:417
62
+ msgid "Submitter IP: "
63
+ msgstr "ثبت کننده IP:"
64
+
65
+ #: user-submitted-posts.php:468
66
+ msgid "Show USP Posts"
67
+ msgstr "نمایش پست های USP"
68
+
69
+ #: user-submitted-posts.php:469
70
+ msgid "USP"
71
+ msgstr "USP"
72
+
73
+ #: user-submitted-posts.php:1103
74
+ msgid " files required"
75
+ msgstr " فایل های مورد نیاز"
76
+
77
+ #: user-submitted-posts.php:1104
78
+ msgid " file required"
79
+ msgstr " فایل مورد نیاز"
80
+
81
+ #: user-submitted-posts.php:1106
82
+ msgid " files"
83
+ msgstr " فایل ها"
84
+
85
+ #: user-submitted-posts.php:1107
86
+ msgid " file"
87
+ msgstr " پرونده"
88
+
89
+ #: user-submitted-posts.php:1109 user-submitted-posts.php:1110
90
+ #: user-submitted-posts.php:1111 user-submitted-posts.php:1112
91
+ msgid " pixels"
92
+ msgstr " پیکسل"
93
+
94
+ #: user-submitted-posts.php:1115
95
+ msgid "An error occurred. Please go back and try again."
96
+ msgstr "یک خطا رخ داده است لطفا برگردید و دوباره امتحان کنید."
97
+
98
+ #: user-submitted-posts.php:1125
99
+ msgid "User login required"
100
+ msgstr "ورود به سیستم مورد نیاز"
101
+
102
+ #: user-submitted-posts.php:1126
103
+ msgid "User name required"
104
+ msgstr "نام کاربری مورد نیاز"
105
+
106
+ #: user-submitted-posts.php:1127
107
+ msgid "Post title required"
108
+ msgstr "عنوان پست مورد نیاز"
109
+
110
+ #: user-submitted-posts.php:1128
111
+ msgid "User URL required"
112
+ msgstr "نشانی اینترنتی مورد نیاز"
113
+
114
+ #: user-submitted-posts.php:1129
115
+ msgid "Post tags required"
116
+ msgstr "برچسبهای ارسال لازم است"
117
+
118
+ #: user-submitted-posts.php:1130
119
+ msgid "Post category required"
120
+ msgstr "دسته پست مورد نیاز"
121
+
122
+ #: user-submitted-posts.php:1131
123
+ msgid "Post content required"
124
+ msgstr "محتوای ارسالی مورد نیاز است"
125
+
126
+ #: user-submitted-posts.php:1132 user-submitted-posts.php:1133
127
+ msgid "Correct captcha required"
128
+ msgstr "تصحیح کپچا لازم است"
129
+
130
+ #: user-submitted-posts.php:1134
131
+ msgid "User email required"
132
+ msgstr "ایمیل مورد نیاز"
133
+
134
+ #: user-submitted-posts.php:1135
135
+ msgid "Please check your email and try again"
136
+ msgstr "لطفا ایمیل خود را بررسی کنید و دوباره امتحان کنید"
137
+
138
+ #: user-submitted-posts.php:1136
139
+ msgid "Non-empty value for hidden field"
140
+ msgstr "مقدار خالی برای فیلد پنهان"
141
+
142
+ #: user-submitted-posts.php:1137
143
+ msgid "Minimum number of images not met"
144
+ msgstr "حداقل تعداد عکس ها ملاقات نشده است"
145
+
146
+ #: user-submitted-posts.php:1138
147
+ msgid "Maximum number of images exceeded "
148
+ msgstr "حداکثر تعداد تصاویر بیش از حد است"
149
+
150
+ #: user-submitted-posts.php:1139
151
+ msgid "Minimum image width not met"
152
+ msgstr "حداقل عرض تصویر ملاقات نکرد"
153
+
154
+ #: user-submitted-posts.php:1140
155
+ msgid "Image width exceeds maximum"
156
+ msgstr "عرض تصویر بیش از حداکثر"
157
+
158
+ #: user-submitted-posts.php:1141
159
+ msgid "Minimum image height not met"
160
+ msgstr "حداقل ارتفاع تصویر برآورده نشده است"
161
+
162
+ #: user-submitted-posts.php:1142
163
+ msgid "Image height exceeds maximum"
164
+ msgstr "ارتفاع تصویر بیش از حداکثر"
165
+
166
+ #: user-submitted-posts.php:1143
167
+ msgid "File type not allowed (please upload images only)"
168
+ msgstr "نوع فایل مجاز نیست (فقط تصاویر را آپلود کنید)"
169
+
170
+ #: user-submitted-posts.php:1147
171
+ msgid "Error uploading file. Please check the file size and try again."
172
+ msgstr ""
173
+ "خطا هنگام آپلود فایل لطفا اندازه فایل را بررسی کنید و دوباره امتحان کنید."
174
+
175
+ #: user-submitted-posts.php:1151
176
+ msgid "The file(s) could not be uploaded"
177
+ msgstr "فایل (ها) قابل آپلود نیست"
178
+
179
+ #: user-submitted-posts.php:1153
180
+ msgid "Post not created. Please contact the site administrator for help."
181
+ msgstr "پست ایجاد نشد لطفا برای کمک به مدیر سایت تماس بگیرید."
182
+
183
+ #: user-submitted-posts.php:1154
184
+ msgid "Duplicate post title. Please try again."
185
+ msgstr "عنوان پست تکراری لطفا دوباره تلاش کنید."
186
+
187
+ #: user-submitted-posts.php:1164
188
+ msgid "Error: "
189
+ msgstr "خطا:"
190
+
191
+ #: user-submitted-posts.php:1190
192
+ msgid "Return to form"
193
+ msgstr "بازگشت به فرم"
194
+
195
+ #: user-submitted-posts.php:1218 library/plugin-settings.php:658
196
+ msgid "Please"
197
+ msgstr "لطفا"
198
+
199
+ #: user-submitted-posts.php:1219
200
+ msgid "log in"
201
+ msgstr "ورود"
202
+
203
+ #: user-submitted-posts.php:1220
204
+ msgid "to submit content!"
205
+ msgstr "برای ارسال محتوا!"
206
+
207
+ #: views/submission-form.php:45 views/submission-form-alt.php:54
208
+ msgid "Please complete the required fields."
209
+ msgstr "لطفا فیلدهای مورد نیاز را تکمیل کنید"
210
+
211
+ #: views/submission-form.php:55 views/submission-form.php:56
212
+ #: views/submission-form-alt.php:60 views/submission-form-alt.php:61
213
+ msgid "Your Name"
214
+ msgstr "اسم شما"
215
+
216
+ #: views/submission-form.php:61 views/submission-form.php:62
217
+ #: views/submission-form-alt.php:66 views/submission-form-alt.php:67
218
+ msgid "Your URL"
219
+ msgstr "URL شما"
220
+
221
+ #: views/submission-form.php:67 views/submission-form.php:68
222
+ #: views/submission-form-alt.php:72 views/submission-form-alt.php:73
223
+ msgid "Your Email"
224
+ msgstr "ایمیل شما"
225
+
226
+ #: views/submission-form.php:73 views/submission-form.php:74
227
+ #: views/submission-form-alt.php:78 views/submission-form-alt.php:79
228
+ #: library/plugin-settings.php:747
229
+ msgid "Post Title"
230
+ msgstr "عنوان پست"
231
+
232
+ #: views/submission-form.php:79 views/submission-form.php:80
233
+ #: views/submission-form-alt.php:84 views/submission-form-alt.php:85
234
+ #: library/plugin-settings.php:757
235
+ msgid "Post Tags"
236
+ msgstr "برچسبهای ارسالی"
237
+
238
+ #: views/submission-form.php:86 views/submission-form-alt.php:91
239
+ msgid "Antispam Question"
240
+ msgstr "سوال ضد اسپم"
241
+
242
+ #: views/submission-form.php:91 views/submission-form-alt.php:96
243
+ #: library/plugin-settings.php:767
244
+ msgid "Post Category"
245
+ msgstr "دسته بندی پست"
246
+
247
+ #: views/submission-form.php:93 views/submission-form-alt.php:98
248
+ msgid "Please select a category.."
249
+ msgstr "لطفا یک دسته را انتخاب کنید"
250
+
251
+ #: views/submission-form.php:128 views/submission-form.php:129
252
+ #: views/submission-form-alt.php:133 views/submission-form-alt.php:134
253
+ #: library/plugin-settings.php:777
254
+ msgid "Post Content"
255
+ msgstr "محتوا ارسال"
256
+
257
+ #: views/submission-form.php:135 views/submission-form-alt.php:140
258
+ msgid "Verification"
259
+ msgstr "تایید"
260
+
261
+ #: views/submission-form.php:142 views/submission-form-alt.php:147
262
+ msgid "Upload an Image"
263
+ msgstr "آپلود تصویر"
264
+
265
+ #: views/submission-form.php:151 views/submission-form-alt.php:156
266
+ msgid "Add another image"
267
+ msgstr "یک تصویر دیگر اضافه کنید"
268
+
269
+ #: views/submission-form.php:173 views/submission-form-alt.php:178
270
+ msgid "Human verification: leave this field empty."
271
+ msgstr "تأیید انسان: این قسمت خالی را ترک کنید."
272
+
273
+ #: views/submission-form.php:195 views/submission-form-alt.php:200
274
+ msgid "Submit Post"
275
+ msgstr "ارسال پست"
276
+
277
+ #: library/plugin-settings.php:32
278
+ msgid "Get USP Pro for unlimited forms!"
279
+ msgstr "USP Pro را برای فرم های نامحدود دریافت کنید!"
280
+
281
+ #: library/plugin-settings.php:33
282
+ msgid "Go Pro"
283
+ msgstr "برو طرفدار"
284
+
285
+ #: library/plugin-settings.php:37
286
+ msgid "Settings"
287
+ msgstr "تنظیمات"
288
+
289
+ #: library/plugin-settings.php:55
290
+ msgid "Give USP a 5-star rating at WordPress.org"
291
+ msgstr "به USP یک امتیاز 5 ستاره در WordPress.org بدهید"
292
+
293
+ #: library/plugin-settings.php:56
294
+ msgid "Rate this plugin&nbsp;&raquo;"
295
+ msgstr "این افزونه را ارزیابی کنید"
296
+
297
+ #: library/plugin-settings.php:115
298
+ msgid "WP Post (recommended)"
299
+ msgstr "پست WP (توصیه می شود)"
300
+
301
+ #: library/plugin-settings.php:119
302
+ msgid "WP Page"
303
+ msgstr "صفحه WP"
304
+
305
+ #: library/plugin-settings.php:135
306
+ msgid "HTML5 Form + Default CSS"
307
+ msgstr "فرم HTML5 + پیش فرض CSS"
308
+
309
+ #: library/plugin-settings.php:135
310
+ msgid "(Recommended)"
311
+ msgstr "(توصیه شده)"
312
+
313
+ #: library/plugin-settings.php:139
314
+ msgid "HTML5 Form + Disable CSS"
315
+ msgstr "فرم HTML5 + غیر فعال کردن CSS"
316
+
317
+ #: library/plugin-settings.php:139
318
+ msgid "(Provide your own styles)"
319
+ msgstr "(ارائه سبک های خود را)"
320
+
321
+ #: library/plugin-settings.php:143
322
+ msgid "Custom Form + Custom CSS"
323
+ msgstr "فرم سفارشی + سفارشی CSS"
324
+
325
+ #: library/plugin-settings.php:143
326
+ msgid "(Provide your own form template &amp; styles)"
327
+ msgstr "(قالب و سبک قالب خود را ارائه دهید)"
328
+
329
+ #: library/plugin-settings.php:159 library/plugin-settings.php:183
330
+ #: library/plugin-settings.php:206
331
+ msgid "Auto-display before post content"
332
+ msgstr "نمایش خودکار قبل از ارسال محتوا"
333
+
334
+ #: library/plugin-settings.php:163 library/plugin-settings.php:187
335
+ #: library/plugin-settings.php:210
336
+ msgid "Auto-display after post content"
337
+ msgstr "نمایش خودکار پس از محتوای پست"
338
+
339
+ #: library/plugin-settings.php:167
340
+ msgid "Do not auto-display submitted images"
341
+ msgstr "نمایش تصاویر ارسال شده به صورت خودکار نمایش داده نمی شود"
342
+
343
+ #: library/plugin-settings.php:191
344
+ msgid "Do not auto-display submitted email"
345
+ msgstr "ایمیل نمایش داده نشود"
346
+
347
+ #: library/plugin-settings.php:214
348
+ msgid "Do not auto-display submitted URL"
349
+ msgstr "نمایش نشانی اینترنتی نمایش داده نشود"
350
+
351
+ #: library/plugin-settings.php:367
352
+ msgid ""
353
+ "There was an error. Please ensure that you have added a title, some content, "
354
+ "and that you have uploaded only images."
355
+ msgstr ""
356
+ "یک خطای وجود دارد. لطفا اطمینان حاصل کنید که عنوان، برخی از محتواها را اضافه "
357
+ "کرده اید و فقط تصاویر را آپلود کرده اید."
358
+
359
+ #: library/plugin-settings.php:381
360
+ msgid "Please select your image(s) to upload."
361
+ msgstr "لطفا تصویر (ها) خود را برای آپلود انتخاب کنید."
362
+
363
+ #: library/plugin-settings.php:387
364
+ msgid "Success! Thank you for your submission."
365
+ msgstr "موفقیت متشکرم از ارسال شما."
366
+
367
+ #: library/plugin-settings.php:413
368
+ msgid "Email"
369
+ msgstr "پست الکترونیک"
370
+
371
+ #: library/plugin-settings.php:414
372
+ msgid "URL"
373
+ msgstr "نشانی اینترنتی"
374
+
375
+ #: library/plugin-settings.php:645
376
+ msgid "Toggle all panels"
377
+ msgstr "همه تابلوها را تغییر دهید"
378
+
379
+ #: library/plugin-settings.php:654
380
+ msgid "We need your support!"
381
+ msgstr "ما به حمایت شما نیاز داریم!"
382
+
383
+ #: library/plugin-settings.php:658
384
+ msgid "Make a donation via PayPal"
385
+ msgstr "کمک مالی از طریق PayPal"
386
+
387
+ #: library/plugin-settings.php:658
388
+ msgid "make a donation"
389
+ msgstr "کمک مالی کنید"
390
+
391
+ #: library/plugin-settings.php:658
392
+ msgid "and/or"
393
+ msgstr "و / یا"
394
+
395
+ #: library/plugin-settings.php:659
396
+ msgid "Rate and review at the Plugin Directory"
397
+ msgstr "نرخ و بررسی در دایرکتوری پلاگین"
398
+
399
+ #: library/plugin-settings.php:660
400
+ msgid "give this plugin a 5-star rating"
401
+ msgstr "این افزونه را به رتبه 5 ستاره بدهید"
402
+
403
+ #: library/plugin-settings.php:664
404
+ msgid ""
405
+ "Your generous support enables continued development of this free plugin. "
406
+ "Thank you!"
407
+ msgstr ""
408
+ "پشتیبانی سخاوتمندانه شما، توسعه مستمر این افزونه رایگان را امکان پذیر می "
409
+ "سازد. متشکرم!"
410
+
411
+ #: library/plugin-settings.php:669
412
+ msgid "Check this box if you have shown support"
413
+ msgstr "اگر این پشتیبانی را نشان داده اید، این کادر را علامت بزنید"
414
+
415
+ #: library/plugin-settings.php:678
416
+ msgid "Overview"
417
+ msgstr "بررسی اجمالی"
418
+
419
+ #: library/plugin-settings.php:682
420
+ msgid ""
421
+ "enables your visitors to submit posts and upload images from the front-end "
422
+ "of your site. "
423
+ msgstr ""
424
+ "بازدیدکنندگان شما را قادر می سازد تا پست ها را ارسال و تصاویر را از جلوی "
425
+ "سایت خود آپلود کنند."
426
+
427
+ #: library/plugin-settings.php:683
428
+ msgid "For advanced functionality and unlimited forms, check out"
429
+ msgstr "برای قابلیت های پیشرفته و فرم های نامحدود، بررسی کنید"
430
+
431
+ #: library/plugin-settings.php:684
432
+ msgid "&mdash; the ultimate solution for user-generated content."
433
+ msgstr "& mdash؛ راه حل نهایی برای محتوای تولید شده توسط کاربر."
434
+
435
+ #: library/plugin-settings.php:688 library/plugin-settings.php:706
436
+ msgid "Plugin Settings"
437
+ msgstr "تنظیمات پلاگین"
438
+
439
+ #: library/plugin-settings.php:689
440
+ msgid "Display the form"
441
+ msgstr "فرم را نمایش دهید"
442
+
443
+ #: library/plugin-settings.php:690 library/plugin-settings.php:1243
444
+ msgid "Plugin Homepage"
445
+ msgstr "صفحه اصلی پلاگین"
446
+
447
+ #: library/plugin-settings.php:693
448
+ msgid "If you like this plugin, please"
449
+ msgstr "اگر این افزونه را دوست دارید، لطفا"
450
+
451
+ #: library/plugin-settings.php:694
452
+ msgid "THANK YOU for your support!"
453
+ msgstr "با تشکر از شما برای حمایت شما!"
454
+
455
+ #: library/plugin-settings.php:694
456
+ msgid "give it a 5-star rating"
457
+ msgstr "آن را به رتبه 5 ستاره بدهید"
458
+
459
+ #: library/plugin-settings.php:698
460
+ msgid "Unlimited front-end forms"
461
+ msgstr "فرمهای نامحدود جلویی"
462
+
463
+ #: library/plugin-settings.php:698
464
+ msgid "Get USP Pro"
465
+ msgstr "دریافت USP Pro"
466
+
467
+ #: library/plugin-settings.php:710
468
+ msgid "Configure your settings for User Submitted Posts."
469
+ msgstr "تنظیمات خود را برای ارسال پست های کاربر پیکربندی کنید."
470
+
471
+ #: library/plugin-settings.php:712
472
+ msgid "Form Fields"
473
+ msgstr "زمینه های فرم"
474
+
475
+ #: library/plugin-settings.php:717
476
+ msgid "User Name"
477
+ msgstr "نام کاربری"
478
+
479
+ #: library/plugin-settings.php:720 library/plugin-settings.php:730
480
+ #: library/plugin-settings.php:740 library/plugin-settings.php:750
481
+ #: library/plugin-settings.php:760 library/plugin-settings.php:770
482
+ #: library/plugin-settings.php:780 library/plugin-settings.php:790
483
+ #: library/plugin-settings.php:800
484
+ msgid "Display and require"
485
+ msgstr "نمایش و نیاز"
486
+
487
+ #: library/plugin-settings.php:721 library/plugin-settings.php:731
488
+ #: library/plugin-settings.php:741 library/plugin-settings.php:751
489
+ #: library/plugin-settings.php:761 library/plugin-settings.php:771
490
+ #: library/plugin-settings.php:781
491
+ msgid "Display but do not require"
492
+ msgstr "نمایش داده شده اما لازم نیست"
493
+
494
+ #: library/plugin-settings.php:722 library/plugin-settings.php:732
495
+ #: library/plugin-settings.php:742 library/plugin-settings.php:752
496
+ #: library/plugin-settings.php:762 library/plugin-settings.php:772
497
+ #: library/plugin-settings.php:782 library/plugin-settings.php:791
498
+ #: library/plugin-settings.php:801
499
+ msgid "Disable this field"
500
+ msgstr "این فیلد را غیرفعال کنید"
501
+
502
+ #: library/plugin-settings.php:727
503
+ msgid "User Email"
504
+ msgstr "ایمیل کاربر"
505
+
506
+ #: library/plugin-settings.php:737
507
+ msgid "User URL"
508
+ msgstr "نشانی اینترنتی کاربر"
509
+
510
+ #: library/plugin-settings.php:787 library/plugin-settings.php:793
511
+ #: library/plugin-settings.php:999 library/plugin-settings.php:1004
512
+ msgid "Challenge Question"
513
+ msgstr "سوال چالش برانگیز"
514
+
515
+ #: library/plugin-settings.php:793 library/plugin-settings.php:803
516
+ #: library/plugin-settings.php:813
517
+ msgid "(Visit"
518
+ msgstr "(بازدید"
519
+
520
+ #: library/plugin-settings.php:793 library/plugin-settings.php:803
521
+ #: library/plugin-settings.php:813
522
+ msgid "to configure options)"
523
+ msgstr "برای پیکربندی گزینه ها)"
524
+
525
+ #: library/plugin-settings.php:797 library/plugin-settings.php:803
526
+ #: library/plugin-settings.php:1021
527
+ msgid "Google reCAPTCHA"
528
+ msgstr "Google reCAPTCHA"
529
+
530
+ #: library/plugin-settings.php:807
531
+ msgid "Post Images"
532
+ msgstr "ارسال تصاویر"
533
+
534
+ #: library/plugin-settings.php:810
535
+ msgid "Display"
536
+ msgstr "نمایش دادن"
537
+
538
+ #: library/plugin-settings.php:811
539
+ msgid "Disable"
540
+ msgstr "غیر فعال کردن"
541
+
542
+ #: library/plugin-settings.php:813 library/plugin-settings.php:1080
543
+ msgid "Image Uploads"
544
+ msgstr "آپلود عکس"
545
+
546
+ #: library/plugin-settings.php:819
547
+ msgid "General Settings"
548
+ msgstr "تنظیمات عمومی"
549
+
550
+ #: library/plugin-settings.php:824
551
+ msgid "Form Style"
552
+ msgstr "شکل سبک"
553
+
554
+ #: library/plugin-settings.php:829
555
+ msgid "With this option, you can copy the plugin&rsquo;s default templates:"
556
+ msgstr "با استفاده از این گزینه می توانید قالب های پیش فرض افزونه را کپی کنید:"
557
+
558
+ #: library/plugin-settings.php:834
559
+ msgid "..and upload them into a directory named"
560
+ msgstr ".. و آپلود آنها را به یک دایرکتوری به نام"
561
+
562
+ #: library/plugin-settings.php:834
563
+ msgid "in your theme:"
564
+ msgstr "در موضوع شما:"
565
+
566
+ #: library/plugin-settings.php:840
567
+ msgid ""
568
+ "That will enable you to customize the form and styles as desired. For more "
569
+ "info, check out the \"Custom Submission Form\" section in the"
570
+ msgstr ""
571
+ "این به شما این امکان را می دهد که شکل و سبک ها را به دلخواه سفارشی کنید. "
572
+ "برای اطلاعات بیشتر، از بخش «فرم ارسال سفارشی» در"
573
+
574
+ #: library/plugin-settings.php:841
575
+ msgid "Installation Docs"
576
+ msgstr "اسناد نصب"
577
+
578
+ #: library/plugin-settings.php:842
579
+ msgid "FYI: here is a"
580
+ msgstr "FYI: در اینجا یک است"
581
+
582
+ #: library/plugin-settings.php:842
583
+ msgid "list of USP CSS selectors"
584
+ msgstr "فهرست USP CSS selectors"
585
+
586
+ #: library/plugin-settings.php:848
587
+ msgid "Include JavaScript"
588
+ msgstr "شامل جاوا اسکریپت"
589
+
590
+ #: library/plugin-settings.php:850
591
+ msgid ""
592
+ "Check this box if you want to include the external JavaScript files "
593
+ "(recommended)."
594
+ msgstr ""
595
+ "اگر می خواهید فایل های جاوا اسکریپتی خارجی (توصیه شده) را وارد کنید، این "
596
+ "کادر را علامت بزنید."
597
+
598
+ #: library/plugin-settings.php:853
599
+ msgid "Targeted Loading"
600
+ msgstr "بارگیری هدفمند"
601
+
602
+ #: library/plugin-settings.php:855
603
+ msgid ""
604
+ "By default, external CSS &amp; JavaScript files are loaded on every page. "
605
+ "Here you may specify the URL of the USP form to load resources only on that "
606
+ "page. Note: leave blank to load on all pages."
607
+ msgstr ""
608
+ "به طور پیش فرض، فایل های CSS و جاوا اسکریپت در هر صفحه بارگذاری می شوند. در "
609
+ "اینجا شما می توانید آدرس فرم فرم USP را برای بارگیری منابع تنها در آن صفحه "
610
+ "مشخص کنید. توجه: برای بارگذاری در تمام صفحات، خالی بگذارید."
611
+
612
+ #: library/plugin-settings.php:858
613
+ msgid "Post Type"
614
+ msgstr "نوع پست"
615
+
616
+ #: library/plugin-settings.php:861
617
+ msgid "Submit posts as WP Posts or Pages"
618
+ msgstr "ارسال پست به عنوان WP پست یا صفحه"
619
+
620
+ #: library/plugin-settings.php:865
621
+ msgid "Auto Publish"
622
+ msgstr "انتشار خودکار"
623
+
624
+ #: library/plugin-settings.php:868
625
+ msgid "Always moderate via Draft"
626
+ msgstr "همیشه از طریق پیش نویس استفاده کنید"
627
+
628
+ #: library/plugin-settings.php:869
629
+ msgid "Always moderate via Pending"
630
+ msgstr "همیشه از طریق انتظار منتظر بمانید"
631
+
632
+ #: library/plugin-settings.php:870
633
+ msgid "Always publish immediately"
634
+ msgstr "همیشه فورا منتشر کنید"
635
+
636
+ #: library/plugin-settings.php:875
637
+ msgid ""
638
+ "Post Status for submitted posts: moderate (recommended), publish immediately,"
639
+ " or publish after any number of approved posts."
640
+ msgstr ""
641
+ "وضعیت پست برای پست های ارسال شده: متوسط ​​(توصیه شده)، بلافاصله منتشر یا "
642
+ "منتشر شده پس از هر تعداد پست مورد تایید."
643
+
644
+ #: library/plugin-settings.php:879
645
+ msgid "Redirect URL"
646
+ msgstr "تغییر آدرس URL"
647
+
648
+ #: library/plugin-settings.php:881
649
+ msgid ""
650
+ "Specify a URL to redirect the user after post-submission. Leave blank to "
651
+ "redirect back to current page."
652
+ msgstr ""
653
+ "یک URL را برای هدایت کاربر پس از ارسال پس از ارسال تعیین کنید. برای برگشت به "
654
+ "صفحه فعلی خالی بگذارید"
655
+
656
+ #: library/plugin-settings.php:884
657
+ msgid "Success Message"
658
+ msgstr "پیام موفقیت"
659
+
660
+ #: library/plugin-settings.php:886
661
+ msgid ""
662
+ "Success message that is displayed if post-submission is successful. Basic "
663
+ "markup is allowed."
664
+ msgstr ""
665
+ "پیغام موفقیت آمیز که در صورت ارسال پس از ارسال موفقیت آمیز نمایش داده می شود."
666
+ " نشانه گذاری عمومی مجاز است."
667
+
668
+ #: library/plugin-settings.php:889
669
+ msgid "Error Message"
670
+ msgstr "پیغام خطا"
671
+
672
+ #: library/plugin-settings.php:891
673
+ msgid ""
674
+ "General error message that is displayed if post-submission fails. Basic "
675
+ "markup is allowed."
676
+ msgstr ""
677
+ "پیام خطای عمومی که نمایش داده می شود اگر پس از ارسال نتواند. نشانه گذاری "
678
+ "عمومی مجاز است."
679
+
680
+ #: library/plugin-settings.php:894
681
+ msgid "Custom Content"
682
+ msgstr "محتوای سفارشی"
683
+
684
+ #: library/plugin-settings.php:896
685
+ msgid ""
686
+ "Custom text/markup to be included before the submission form. Leave blank to "
687
+ "disable."
688
+ msgstr ""
689
+ "متن سفارشی / نشانه گذاری قبل از فرم ارسال، شامل می شود. خاموش کردن برای "
690
+ "غیرفعال کردن"
691
+
692
+ #: library/plugin-settings.php:899
693
+ msgid "Rich Text Editor"
694
+ msgstr "ویرایشگر متن غنی"
695
+
696
+ #: library/plugin-settings.php:901
697
+ msgid ""
698
+ "Check this box if you want to enable WP rich text editing for submitted "
699
+ "posts."
700
+ msgstr ""
701
+ "اگر می خواهید WP Edit Rich Text را برای پست های ارسال شده فعال کنید، این "
702
+ "کادر را علامت بزنید."
703
+
704
+ #: library/plugin-settings.php:904
705
+ msgid "Unique Titles"
706
+ msgstr "عنوان های منحصر به فرد"
707
+
708
+ #: library/plugin-settings.php:906
709
+ msgid ""
710
+ "Require submitted post titles to be unique (useful for preventing "
711
+ "multiple/duplicate submitted posts)."
712
+ msgstr ""
713
+ "نیازمند ارسال پست های ارسال شده به منحصر به فرد (مفید برای جلوگیری از چندین "
714
+ "/ تکراری پست ارسال شده)."
715
+
716
+ #: library/plugin-settings.php:909
717
+ msgid "Disable Required"
718
+ msgstr "غیر فعال کردن مورد نیاز"
719
+
720
+ #: library/plugin-settings.php:911
721
+ msgid ""
722
+ "Disable all required attributes on default form fields (useful for "
723
+ "troubleshooting error messages)."
724
+ msgstr ""
725
+ "غیر فعال کردن تمام ویژگی های مورد نیاز در فیلدهای فرم پیش فرض (مفید برای "
726
+ "پیام های خطا در عیب یابی)."
727
+
728
+ #: library/plugin-settings.php:914
729
+ msgid "Disable IP Tracking"
730
+ msgstr "غیرفعال کردن پیگیری IP"
731
+
732
+ #: library/plugin-settings.php:916
733
+ msgid ""
734
+ "By default USP records the IP address with each submitted post. Check this "
735
+ "box to disable all IP tracking."
736
+ msgstr ""
737
+ "به طور پیش فرض USP آدرس IP را با هر پست ارسالی ثبت می کند. برای غیرفعال کردن "
738
+ "تمام ردیابی IP، این کادر را علامت بزنید."
739
+
740
+ #: library/plugin-settings.php:919
741
+ msgid "Enable Shortcodes"
742
+ msgstr "فعال کردن کد کوتاه"
743
+
744
+ #: library/plugin-settings.php:921
745
+ msgid ""
746
+ "Enable shortcodes in widgets. By default, WordPress does not enable "
747
+ "shortcodes in widgets. "
748
+ msgstr ""
749
+ "فعال کردن کد کوتاه در ویدجت به طور پیش فرض، وردپرس کد کوتاه را در ویدجت ها "
750
+ "فعال نمی کند."
751
+
752
+ #: library/plugin-settings.php:922
753
+ msgid ""
754
+ "This setting enables any/all shortcodes in widgets (even shortcodes from "
755
+ "other plugins)."
756
+ msgstr ""
757
+ "این تنظیم هر کدام / کد کوتاه را در ویدجت ها (حتی کد های کوتاه از سایر پلاگین "
758
+ "ها) را فعال می کند."
759
+
760
+ #: library/plugin-settings.php:927 library/plugin-settings.php:932
761
+ msgid "Categories"
762
+ msgstr "دسته بندی ها"
763
+
764
+ #: library/plugin-settings.php:935
765
+ msgid ""
766
+ "Select which categories may be assigned to submitted posts (click to toggle)"
767
+ msgstr ""
768
+ "انتخاب کنید که کدام دسته ممکن است به پست های ارسال شده اختصاص داده شود (کلیک "
769
+ "کنید تا ضامن)"
770
+
771
+ #: library/plugin-settings.php:952
772
+ msgid "Hidden/Default Category"
773
+ msgstr "پنهان / پیش فرض رده"
774
+
775
+ #: library/plugin-settings.php:954
776
+ msgid ""
777
+ "Use a hidden field for the post category. This may be used to specify a "
778
+ "default category when the category field is disabled."
779
+ msgstr ""
780
+ "از یک فیلد پنهان برای رده پست استفاده کنید. این می تواند برای تعیین یک دسته "
781
+ "پیش فرض هنگام استفاده از فیلد رده غیر فعال شود."
782
+
783
+ #: library/plugin-settings.php:957
784
+ msgid "Category ID for Hidden Field"
785
+ msgstr "شناسه رده برای فیلد پنهان"
786
+
787
+ #: library/plugin-settings.php:959
788
+ msgid ""
789
+ "Specify the ID of the category to use for the &ldquo;Hidden/Default "
790
+ "Category&rdquo; option."
791
+ msgstr "مشخص کردن شناسه رده برای استفاده از گزینه \"مخفی / پیش فرض\"."
792
+
793
+ #: library/plugin-settings.php:964
794
+ msgid "Users"
795
+ msgstr "کاربران"
796
+
797
+ #: library/plugin-settings.php:969
798
+ msgid "Assigned Author"
799
+ msgstr "اختصاصی نویسنده"
800
+
801
+ #: library/plugin-settings.php:978
802
+ msgid ""
803
+ "Specify the user that should be assigned as author for user-submitted posts."
804
+ msgstr ""
805
+ "تعیین کاربر که باید به عنوان نویسنده برای پست های ارسال شده توسط کاربر تعیین "
806
+ "شده باشد."
807
+
808
+ #: library/plugin-settings.php:982
809
+ msgid "Registered Username"
810
+ msgstr "ثبت نام نام کاربری"
811
+
812
+ #: library/plugin-settings.php:984
813
+ msgid ""
814
+ "Use registered username as post author. Valid when the person submitting the "
815
+ "form is logged in to WordPress."
816
+ msgstr ""
817
+ "از نام کاربری ثبت نام شده به عنوان پست نویسنده استفاده کنید. معتبر است زمانی "
818
+ "که فردی که فرم را وارد کرده است به وردپرس وارد شده است."
819
+
820
+ #: library/plugin-settings.php:987
821
+ msgid "User Profile URL"
822
+ msgstr "URL نمایه کاربر"
823
+
824
+ #: library/plugin-settings.php:989
825
+ msgid ""
826
+ "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid "
827
+ "when the person submitting the form is logged in to WordPress."
828
+ msgstr ""
829
+ "استفاده از URL کاربر ثبت نام شده به عنوان مقدار فیلد URL. معتبر است زمانی که "
830
+ "فردی که فرم را وارد کرده است به وردپرس وارد شده است."
831
+
832
+ #: library/plugin-settings.php:992
833
+ msgid "Require User Login"
834
+ msgstr "ورود کاربر نیاز دارد"
835
+
836
+ #: library/plugin-settings.php:994
837
+ msgid "Require users to be logged in to WordPress to view/submit the form"
838
+ msgstr "نیاز به کاربران برای ورود به وردپرس برای مشاهده / ارسال فرم"
839
+
840
+ #: library/plugin-settings.php:1006
841
+ msgid ""
842
+ "To prevent spam, enter a question that users must answer before submitting "
843
+ "the form."
844
+ msgstr ""
845
+ "برای جلوگیری از هرزنامه، یک سوال را وارد کنید که کاربران قبل از ارسال فرم "
846
+ "باید پاسخ دهند."
847
+
848
+ #: library/plugin-settings.php:1009
849
+ msgid "Challenge Response"
850
+ msgstr "پاسخ چالش"
851
+
852
+ #: library/plugin-settings.php:1011
853
+ msgid "Enter the *only* correct answer to the challenge question."
854
+ msgstr "تنها پاسخ صحیح به سوال چالش را وارد کنید."
855
+
856
+ #: library/plugin-settings.php:1014
857
+ msgid "Case-sensitivity"
858
+ msgstr "حساسیت مورد"
859
+
860
+ #: library/plugin-settings.php:1016
861
+ msgid "Check this box if you want the challenge response to be case-sensitive."
862
+ msgstr "این کادر را علامت بزنید اگر میخواهید پاسخ چالش حساس به حروف بزرگ باشد."
863
+
864
+ #: library/plugin-settings.php:1022
865
+ msgid "To enable Google reCAPTCHA, enter your public and private keys."
866
+ msgstr ""
867
+ "برای فعال کردن Google reCAPTCHA، کلیدهای عمومی و خصوصی خود را وارد کنید."
868
+
869
+ #: library/plugin-settings.php:1027
870
+ msgid "Public Key"
871
+ msgstr "کلید عمومی"
872
+
873
+ #: library/plugin-settings.php:1029
874
+ msgid "Enter your Public Key"
875
+ msgstr "کلید عمومی خود را وارد کنید"
876
+
877
+ #: library/plugin-settings.php:1032
878
+ msgid "Private Key"
879
+ msgstr "کلید خصوصی"
880
+
881
+ #: library/plugin-settings.php:1034
882
+ msgid "Enter your Private Key"
883
+ msgstr "کلید خصوصی خود را وارد کنید"
884
+
885
+ #: library/plugin-settings.php:1039
886
+ msgid "Email Alerts"
887
+ msgstr "هشدارهای ایمیل"
888
+
889
+ #: library/plugin-settings.php:1044
890
+ msgid "Receive Email Alert"
891
+ msgstr "دریافت هشدار ایمیل"
892
+
893
+ #: library/plugin-settings.php:1046
894
+ msgid ""
895
+ "Check this box if you want to be notified via email for new post submissions."
896
+ msgstr ""
897
+ "اگر می خواهید از طریق ایمیل برای ارسال پست های جدید مطلع شوید، این کادر را "
898
+ "علامت بزنید."
899
+
900
+ #: library/plugin-settings.php:1049
901
+ msgid "Enable HTML Format"
902
+ msgstr "فعال کردن قالب HTML"
903
+
904
+ #: library/plugin-settings.php:1051
905
+ msgid "Check this box to enable HTML format for email alerts."
906
+ msgstr "برای فعال کردن قالب HTML برای هشدارهای ایمیل، این کادر را فعال کنید."
907
+
908
+ #: library/plugin-settings.php:1054
909
+ msgid "Email Address for Alerts"
910
+ msgstr "آدرس ایمیل برای هشدارها"
911
+
912
+ #: library/plugin-settings.php:1056
913
+ msgid ""
914
+ "If you checked the box to receive email alerts, indicate here the address(es)"
915
+ " to which the emails should be sent."
916
+ msgstr ""
917
+ "اگر جعبه را برای دریافت هشدارهای ایمیل چک کرده اید، در اینجا آدرس (های) که "
918
+ "به آن ایمیل ها باید ارسال شود را نشان دهید."
919
+
920
+ #: library/plugin-settings.php:1057
921
+ msgid "Multiple recipients may be included using a comma, like so:"
922
+ msgstr "گیرندگان چندگانه ممکن است با استفاده از کاما، مانند:"
923
+
924
+ #: library/plugin-settings.php:1060
925
+ msgid "Email &ldquo;From&rdquo; Address"
926
+ msgstr "ایمیل \"از\" آدرس"
927
+
928
+ #: library/plugin-settings.php:1062
929
+ msgid ""
930
+ "Here you may customize the address(es) used for the &ldquo;From&rdquo; "
931
+ "header (see plugin FAQs for info). "
932
+ msgstr ""
933
+ "در اینجا شما می توانید آدرس (ها) مورد استفاده برای هدر \"از\" (به سؤالات "
934
+ "متداول مربوط به پلاگین برای اطلاعات) سفارشی کنید."
935
+
936
+ #: library/plugin-settings.php:1063
937
+ msgid ""
938
+ "If multiple addresses are specified in the previous setting, include an "
939
+ "equal number of &ldquo;From&rdquo; addresses for this setting (in the same "
940
+ "order)."
941
+ msgstr ""
942
+ "اگر چندین آدرس در تنظیم قبلی مشخص شده باشد، تعداد یکسانی از آدرس های "
943
+ "\"From\" برای این تنظیم (همان سفارش) را شامل می شود."
944
+
945
+ #: library/plugin-settings.php:1066
946
+ msgid "Email Alert Subject"
947
+ msgstr "موضوع هشدار ایمیل"
948
+
949
+ #: library/plugin-settings.php:1068
950
+ msgid ""
951
+ "Subject line for email alerts. Leave blank to use the default subject line. "
952
+ "Note: you can use the following variables: "
953
+ msgstr ""
954
+ "خط موضوع برای هشدارهای ایمیل. برای استفاده از خط موضوع پیش فرض خالی بگذارید. "
955
+ "توجه: شما می توانید از متغیرهای زیر استفاده کنید:"
956
+
957
+ #: library/plugin-settings.php:1072
958
+ msgid "Email Alert Message"
959
+ msgstr "پیام هشدار ایمیل"
960
+
961
+ #: library/plugin-settings.php:1074
962
+ msgid ""
963
+ "Message for email alerts. Leave blank to use the default message. Note: you "
964
+ "can use the following variables: "
965
+ msgstr ""
966
+ "پیام هشدار ایمیل برای استفاده از پیام پیش فرض خالی بگذارید توجه: شما می "
967
+ "توانید از متغیرهای زیر استفاده کنید:"
968
+
969
+ #: library/plugin-settings.php:1085
970
+ msgid "Featured Image"
971
+ msgstr "تصویر ویژه"
972
+
973
+ #: library/plugin-settings.php:1087
974
+ msgid ""
975
+ "Set submitted images as Featured Images. Requires theme support for Featured "
976
+ "Images (aka Post Thumbnails)."
977
+ msgstr ""
978
+ "تصاویر ارسال شده را به عنوان تصاویر ویژه تنظیم کنید. نیاز به پشتیبانی تم "
979
+ "برای تصاویر برجسته (بعضی ها پست های ریز عکس ها)."
980
+
981
+ #: library/plugin-settings.php:1090
982
+ msgid "Upload Message"
983
+ msgstr "پیام آپلود"
984
+
985
+ #: library/plugin-settings.php:1092
986
+ msgid ""
987
+ "Message that appears next to the upload field. Useful for stating your "
988
+ "upload guidelines/policy/etc. Basic markup allowed."
989
+ msgstr ""
990
+ "پیامی که در کنار فیلد آپلود ظاهر می شود. برای بیان دستورالعملهای آپلود / "
991
+ "سیاست / و غیره مفید است نشانه گذاری عمومی مجاز است"
992
+
993
+ #: library/plugin-settings.php:1095
994
+ msgid "&ldquo;Add another image&rdquo; link"
995
+ msgstr "پیوند \"افزودن تصویر دیگری\""
996
+
997
+ #: library/plugin-settings.php:1097
998
+ msgid ""
999
+ "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to "
1000
+ "use the default markup (recommended)."
1001
+ msgstr ""
1002
+ "نشانه سفارشی برای پیوند «افزودن یک تصویر دیگر». برای استفاده از نشانه گذاری "
1003
+ "پیش فرض (توصیه می شود) خالی بگذارید."
1004
+
1005
+ #: library/plugin-settings.php:1100
1006
+ msgid "Minimum number of images"
1007
+ msgstr "حداقل تعداد تصاویر"
1008
+
1009
+ #: library/plugin-settings.php:1103
1010
+ msgid "Specify the minimum number of images."
1011
+ msgstr "حداقل تعداد تصاویر را مشخص کنید."
1012
+
1013
+ #: library/plugin-settings.php:1107
1014
+ msgid "Maximum number of images"
1015
+ msgstr "حداکثر تعداد تصاویر"
1016
+
1017
+ #: library/plugin-settings.php:1110
1018
+ msgid "Specify the maximum number of images."
1019
+ msgstr "حداکثر تعداد تصاویر را تعیین کنید."
1020
+
1021
+ #: library/plugin-settings.php:1114
1022
+ msgid "Minimum image width"
1023
+ msgstr "حداقل عرض تصویر"
1024
+
1025
+ #: library/plugin-settings.php:1116
1026
+ msgid "Specify a minimum width (in pixels) for uploaded images."
1027
+ msgstr "حداقل عرض (در پیکسل) را برای تصاویر آپلود مشخص کنید."
1028
+
1029
+ #: library/plugin-settings.php:1119
1030
+ msgid "Minimum image height"
1031
+ msgstr "حداقل ارتفاع تصویر"
1032
+
1033
+ #: library/plugin-settings.php:1121
1034
+ msgid "Specify a minimum height (in pixels) for uploaded images."
1035
+ msgstr "حداقل ارتفاع (در پیکسل) را برای تصاویر آپلود مشخص کنید."
1036
+
1037
+ #: library/plugin-settings.php:1124
1038
+ msgid "Maximum image width"
1039
+ msgstr "حداکثر عرض تصویر"
1040
+
1041
+ #: library/plugin-settings.php:1126
1042
+ msgid "Specify a maximum width (in pixels) for uploaded images."
1043
+ msgstr "حداکثر عرض (در پیکسل) را برای تصاویر آپلود مشخص کنید."
1044
+
1045
+ #: library/plugin-settings.php:1129
1046
+ msgid "Maximum image height"
1047
+ msgstr "حداکثر ارتفاع تصویر"
1048
+
1049
+ #: library/plugin-settings.php:1131
1050
+ msgid "Specify a maximum height (in pixels) for uploaded images."
1051
+ msgstr "حداکثر ارتفاع (در پیکسل) را برای تصاویر آپلود مشخص کنید."
1052
+
1053
+ #: library/plugin-settings.php:1134
1054
+ msgid "More Options"
1055
+ msgstr "گزینه های بیشتر"
1056
+
1057
+ #: library/plugin-settings.php:1137
1058
+ msgid ""
1059
+ "For more options, like the ability to upload other file types (like PDF, "
1060
+ "Word, Zip, videos, and more), check out"
1061
+ msgstr ""
1062
+ "برای گزینه های بیشتر، مانند قابلیت آپلود انواع فایل های دیگر (مانند PDF، "
1063
+ "ورد، Zip، فیلم ها و موارد دیگر)، بررسی کنید"
1064
+
1065
+ #: library/plugin-settings.php:1138
1066
+ msgid "Go Pro!"
1067
+ msgstr "برو طرفدار"
1068
+
1069
+ #: library/plugin-settings.php:1138
1070
+ msgid "USP Pro"
1071
+ msgstr "USP Pro"
1072
+
1073
+ #: library/plugin-settings.php:1145
1074
+ msgid "Auto-Display Content"
1075
+ msgstr "محتوای خودکار نمایش"
1076
+
1077
+ #: library/plugin-settings.php:1150
1078
+ msgid "Images Auto-Display"
1079
+ msgstr "خودکار نمایش تصاویر"
1080
+
1081
+ #: library/plugin-settings.php:1152
1082
+ msgid "Auto-display user-submitted images:"
1083
+ msgstr "تصاویر ارسال شده به کاربر خودکار نمایش داده می شود:"
1084
+
1085
+ #: library/plugin-settings.php:1157
1086
+ msgid "Image Markup"
1087
+ msgstr "نشانه گذاری تصویر"
1088
+
1089
+ #: library/plugin-settings.php:1159
1090
+ msgid ""
1091
+ "Markup to use for each submitted image (when auto-display is enabled). Can "
1092
+ "use"
1093
+ msgstr ""
1094
+ "نشانه گذاری برای استفاده از هر تصویر ارسال شده (هنگامی که صفحه نمایش خودکار "
1095
+ "فعال می شود). می توانید استفاده کنید"
1096
+
1097
+ #: library/plugin-settings.php:1161 library/plugin-settings.php:1174
1098
+ #: library/plugin-settings.php:1187
1099
+ msgid "and"
1100
+ msgstr "و"
1101
+
1102
+ #: library/plugin-settings.php:1164
1103
+ msgid "Email Auto-Display"
1104
+ msgstr "خودکار نمایش خودکار"
1105
+
1106
+ #: library/plugin-settings.php:1166
1107
+ msgid "Auto-display user-submitted email:"
1108
+ msgstr "نمایش خودکار نمایش داده شده توسط کاربر:"
1109
+
1110
+ #: library/plugin-settings.php:1171
1111
+ msgid "Email Markup"
1112
+ msgstr "نشانه گذاری ایمیل"
1113
+
1114
+ #: library/plugin-settings.php:1173
1115
+ msgid ""
1116
+ "Markup to use for the submitted email address (when auto-display is enabled)."
1117
+ " Can use"
1118
+ msgstr ""
1119
+ "نشانه گذاری برای استفاده از آدرس ایمیل ارائه شده (هنگامی که صفحه نمایش "
1120
+ "خودکار فعال است). می توانید استفاده کنید"
1121
+
1122
+ #: library/plugin-settings.php:1177
1123
+ msgid "URL Auto-Display"
1124
+ msgstr "URL نمایش خودکار"
1125
+
1126
+ #: library/plugin-settings.php:1179
1127
+ msgid "Auto-display user-submitted URL:"
1128
+ msgstr "URL نمایش داده شده توسط کاربر به صورت خودکار نمایش داده می شود:"
1129
+
1130
+ #: library/plugin-settings.php:1184
1131
+ msgid "URL Markup"
1132
+ msgstr "نشانه گذاری URL"
1133
+
1134
+ #: library/plugin-settings.php:1186
1135
+ msgid ""
1136
+ "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1137
+ msgstr ""
1138
+ "علامت گذاری برای استفاده برای URL ارسال شده (زمانی که صفحه نمایش خودکار فعال "
1139
+ "است). می توانید استفاده کنید"
1140
+
1141
+ #: library/plugin-settings.php:1192 library/plugin-settings.php:1210
1142
+ msgid "Save Settings"
1143
+ msgstr "تنظیمات را ذخیره کن"
1144
+
1145
+ #: library/plugin-settings.php:1197
1146
+ msgid "Restore Defaults"
1147
+ msgstr "بازگرداندن پیش فرض ها"
1148
+
1149
+ #: library/plugin-settings.php:1201
1150
+ msgid "Restore default options upon plugin deactivation/reactivation."
1151
+ msgstr "بازگرداندن گزینه های پیش فرض در هنگام غیرفعال کردن / فعال شدن پلاگین."
1152
+
1153
+ #: library/plugin-settings.php:1205
1154
+ msgid "Tip:"
1155
+ msgstr "نکته:"
1156
+
1157
+ #: library/plugin-settings.php:1206
1158
+ msgid "leave this option unchecked to remember your settings."
1159
+ msgstr "این گزینه را بدون توجه به تنظیمات خود به خاطر بسپارید."
1160
+
1161
+ #: library/plugin-settings.php:1207
1162
+ msgid ""
1163
+ "Or, to go ahead and restore all default options, check the box, save your "
1164
+ "settings, and then deactivate/reactivate the plugin."
1165
+ msgstr ""
1166
+ "یا برای رفتن به جلو و بازگرداندن تمام گزینه های پیش فرض، جعبه را چک کنید، "
1167
+ "تنظیمات خود را ذخیره کنید، و سپس غیرفعال کردن / دوباره فعال کردن افزونه."
1168
+
1169
+ #: library/plugin-settings.php:1215
1170
+ msgid "Shortcode &amp; Template Tag"
1171
+ msgstr "کوتاه و برچسب الگو"
1172
+
1173
+ #: library/plugin-settings.php:1218
1174
+ msgid ""
1175
+ "To implement USP, first configure the plugin settings, then use the "
1176
+ "shortcode or template to display the form on the front-end as desired."
1177
+ msgstr ""
1178
+ "برای اجرای USP، ابتدا تنظیمات پلاگین را پیکربندی کنید، سپس از کد کوتاه یا "
1179
+ "الگو برای نمایش فرم در قسمت جلویی به صورت دلخواه استفاده کنید."
1180
+
1181
+ #: library/plugin-settings.php:1220
1182
+ msgid "Shortcode"
1183
+ msgstr "کد کوتاه"
1184
+
1185
+ #: library/plugin-settings.php:1221
1186
+ msgid "Use this shortcode to display the USP Form on any WP Post or Page:"
1187
+ msgstr "از این کوتاه برای نمایش فرم USP در هر پست WP یا صفحه استفاده کنید."
1188
+
1189
+ #: library/plugin-settings.php:1224
1190
+ msgid "Template tag"
1191
+ msgstr "برچسب الگو"
1192
+
1193
+ #: library/plugin-settings.php:1225
1194
+ msgid ""
1195
+ "Use this template tag to display the USP Form anywhere in your theme "
1196
+ "template:"
1197
+ msgstr ""
1198
+ "از این تگ قالب برای نمایش فرم USP در هر کجای قالب قالب خود استفاده کنید:"
1199
+
1200
+ #: library/plugin-settings.php:1231
1201
+ msgid "Show Support"
1202
+ msgstr "نمایش پشتیبانی"
1203
+
1204
+ #: library/plugin-settings.php:1243
1205
+ msgid "by"
1206
+ msgstr "توسط"
1207
+
1208
+ #: library/plugin-settings.php:1244
1209
+ msgid "Jeff Starr on Twitter"
1210
+ msgstr "جف استارر در توییتر"
1211
+
1212
+ #: library/plugin-settings.php:1245
1213
+ msgid "Obsessive Web Design &amp; Development"
1214
+ msgstr "طراحی وب سایت وسواسي و توسعه"
1215
+
1216
+ #: library/plugin-settings.php:1256
1217
+ msgid "Save Preference"
1218
+ msgstr "ذخیره ترجیح"
1219
+
1220
+ #: library/plugin-settings.php:1263
1221
+ msgid ""
1222
+ "Are you sure you want to restore all default options? (this action cannot be "
1223
+ "undone)"
1224
+ msgstr ""
1225
+ "آیا مطمئن هستید که می خواهید تمام گزینه های پیش فرض را بازیابی کنید؟ (این "
1226
+ "عمل قابل لغو نیست)"
1227
+
1228
+ #: library/template-tags.php:214
1229
+ msgid "View full post"
1230
+ msgstr "مشاهده کامل پست"
1231
+
1232
+ #. Description of the plugin
1233
+ msgid ""
1234
+ "Enables your visitors to submit posts and images from anywhere on your site."
1235
+ msgstr ""
1236
+ "بازدیدکنندگان شما را قادر می سازد تا پست ها و تصاویر را از هر نقطه از سایت "
1237
+ "خود ارسال نمایند."
1238
+
1239
+ #. URI of the plugin
1240
+ msgid "https://perishablepress.com/user-submitted-posts/"
1241
+ msgstr "https://perishablepress.com/user-submitted-posts/"
1242
+
1243
+ #. Author of the plugin
1244
+ msgid "Jeff Starr"
1245
+ msgstr "جف استارر"
1246
+
1247
+ #. Author URI of the plugin
1248
+ msgid "https://plugin-planet.com/"
1249
+ msgstr "https://plugin-planet.com/"
languages/usp-fr_FR.mo CHANGED
Binary file
languages/usp-fr_FR.po CHANGED
@@ -1,708 +1,1282 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: User Submitted Posts\n"
4
- "POT-Creation-Date: 2014-01-27 13:18-0800\n"
5
- "PO-Revision-Date: 2014-04-11 11:03+0100\n"
6
- "Last-Translator: Jeff Starr <http://perishablepress.com/contact/>\n"
7
- "Language-Team: Monzilla Media <http://perishablepress.com/contact/>\n"
8
- "Language: en\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.6.4\n"
13
- "X-Poedit-KeywordsList: __;_e;_n;_x\n"
14
- "X-Poedit-Basepath: .\n"
15
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-SearchPath-0: ..\n"
18
-
19
- #: ../user-submitted-posts.php:27 ../user-submitted-posts.php:59
20
- msgid "User Submitted Posts"
21
- msgstr "User Submitted Posts"
22
-
23
- #: ../user-submitted-posts.php:49
24
- msgid "requires WordPress 3.5 or higher, and has been deactivated!"
25
- msgstr ""
26
- "Requiert la version 3.5 de WordPress ou une version plus récente, le plugin "
27
- "a été désactivé."
28
-
29
- #: ../user-submitted-posts.php:50
30
- msgid "Please return to the "
31
- msgstr "Veuillez retourner à"
32
-
33
- #: ../user-submitted-posts.php:50
34
- msgid "WordPress Admin area"
35
- msgstr "Zone d'administration de WordPress"
36
-
37
- #: ../user-submitted-posts.php:50
38
- msgid "to upgrade WordPress and try again."
39
- msgstr "pour mettre WordPress à jour et tester à nouveau."
40
-
41
- #: ../user-submitted-posts.php:59
42
- msgid "Submitted"
43
- msgstr "Envoyé"
44
-
45
- #: ../user-submitted-posts.php:118
46
- msgid "An error occurred. Please go back and try again."
47
- msgstr "Une erreur a eu lieu, merci de retourner et de réessayer."
48
-
49
- #: ../user-submitted-posts.php:255
50
- msgid "USP"
51
- msgstr "USP"
52
-
53
- #: ../user-submitted-posts.php:432
54
- msgid "Settings"
55
- msgstr "Paramètres"
56
-
57
- #: ../user-submitted-posts.php:470
58
- msgid ""
59
- "There was an error. Please ensure that you have added a title, some content, "
60
- "and that you have uploaded only images."
61
- msgstr ""
62
- "Il y a eu une erreur. Veuillez vous assurer que vous avez ajouté un titre, "
63
- "du contenu, et que vous avez chargé uniquement des images."
64
-
65
- #: ../user-submitted-posts.php:477 ../user-submitted-posts.php:478
66
- #: ../user-submitted-posts.php:479 ../user-submitted-posts.php:480
67
- #: ../user-submitted-posts.php:481 ../user-submitted-posts.php:488
68
- #: ../user-submitted-posts.php:489
69
- msgid "show"
70
- msgstr "Montrer"
71
-
72
- #: ../user-submitted-posts.php:482
73
- msgid "hide"
74
- msgstr "cacher"
75
-
76
- #: ../user-submitted-posts.php:483
77
- msgid "Please select your image(s) to upload."
78
- msgstr "Veuillez choisir les images à charger"
79
-
80
- #: ../user-submitted-posts.php:490
81
- msgid "Success! Thank you for your submission."
82
- msgstr "Succès! Merci de votre soumission d'article."
83
-
84
- #: ../user-submitted-posts.php:513
85
- msgid ""
86
- "Classic form + styles (<small><em><strong>Note:</strong> the &ldquo;"
87
- "classic&rdquo; form is deprecated and will be removed in a future version.</"
88
- "em></small>)"
89
- msgstr ""
90
- "Formulaire classique + styles (<small><em><strong>Note:</strong>"
91
- "le formulaire classique sera supprimé dans une version antérieure.</em></small>)"
92
-
93
- #: ../user-submitted-posts.php:517
94
- msgid "HTML5 form + styles"
95
- msgstr "Formulaire HTML5 + styles"
96
-
97
- #: ../user-submitted-posts.php:521
98
- msgid "Disable stylesheet"
99
- msgstr "Désactiver la feuille de style"
100
-
101
- #: ../user-submitted-posts.php:711
102
- msgid "Toggle all panels"
103
- msgstr "Montrer tous les panneaux"
104
-
105
- #: ../user-submitted-posts.php:719
106
- msgid "Overview"
107
- msgstr "Vue d'ensemble"
108
-
109
- #: ../user-submitted-posts.php:723
110
- msgid ""
111
- "(USP) enables your visitors to submit posts and upload images from anywhere "
112
- "on your site."
113
- msgstr ""
114
- "(USP) permet a vos visiteurs de soumettre des articles et de télécharger des "
115
- "images depuis n'importe où sur votre site."
116
-
117
- #: ../user-submitted-posts.php:724
118
- msgid ""
119
- "To implement, configure the plugin settings and include the USP form in any "
120
- "post or page via shortcode or anywhere in your theme via template tag."
121
- msgstr ""
122
- "Pour implémenter, configurer les paramètres du plugin et incluez le "
123
- "formulaire USP dans n'importe quel article ou page avec le shortcode ou "
124
- "n'importe dans votre template avec le template tag."
125
-
126
- #: ../user-submitted-posts.php:725
127
- msgid "For more functionality check out"
128
- msgstr "Pour plus de fonctionnalités jetez un oeil à"
129
-
130
- #: ../user-submitted-posts.php:726
131
- msgid "&mdash; the ultimate solution for unlimited front-end forms."
132
- msgstr ""
133
- "&mdash; la solution ultime pour un nombre illimité de formulaires pour votre "
134
- "site."
135
-
136
- #: ../user-submitted-posts.php:730
137
- msgid "Configure settings"
138
- msgstr "Configurer les paramètres"
139
-
140
- #: ../user-submitted-posts.php:731
141
- msgid "Get the shortcode &amp; template tag"
142
- msgstr "Obtenir le shortcode &amp; template de tag"
143
-
144
- #: ../user-submitted-posts.php:732
145
- msgid "More info:"
146
- msgstr "Plus d'infos :"
147
-
148
- #: ../user-submitted-posts.php:732
149
- msgid "readme.txt"
150
- msgstr "readme.txt"
151
-
152
- #: ../user-submitted-posts.php:733
153
- msgid "and"
154
- msgstr "et"
155
-
156
- #: ../user-submitted-posts.php:733
157
- msgid "homepage"
158
- msgstr "page d'accueil"
159
-
160
- #: ../user-submitted-posts.php:734
161
- msgid "If you like USP, please"
162
- msgstr "Si vous aimez USP, veuillez s'il-vous-plaît"
163
-
164
- #: ../user-submitted-posts.php:735
165
- msgid "Rate and review this plugin at the WP Plugin Directory"
166
- msgstr "Noter et commenter ce plugin dans l'annuaire de plugins de WordPress"
167
-
168
- #: ../user-submitted-posts.php:736
169
- msgid "rate it at WordPress.org"
170
- msgstr "noter sur WordPress.org"
171
-
172
- #: ../user-submitted-posts.php:748
173
- msgid "Options"
174
- msgstr "Options"
175
-
176
- #: ../user-submitted-posts.php:750
177
- msgid ""
178
- "Here you may configure options for USP. See the <code>readme.txt</code> for "
179
- "more information."
180
- msgstr ""
181
- "Sur cette page vous pouvez configurer les options pour USP. Veuillez voir le "
182
- "fichier <code>readme.txt</code> pour plus d'informations."
183
-
184
- #: ../user-submitted-posts.php:751
185
- msgid "Show/hide the following form fields"
186
- msgstr "Montrer/cacher les champs de formulaire suivants"
187
-
188
- #: ../user-submitted-posts.php:755 ../user-submitted-posts.php:761
189
- #: ../user-submitted-posts.php:767 ../user-submitted-posts.php:773
190
- #: ../user-submitted-posts.php:779 ../user-submitted-posts.php:785
191
- #: ../user-submitted-posts.php:791 ../user-submitted-posts.php:797
192
- msgid "Show"
193
- msgstr "Montrer"
194
-
195
- #: ../user-submitted-posts.php:756 ../user-submitted-posts.php:762
196
- #: ../user-submitted-posts.php:768 ../user-submitted-posts.php:774
197
- #: ../user-submitted-posts.php:780 ../user-submitted-posts.php:786
198
- #: ../user-submitted-posts.php:792 ../user-submitted-posts.php:798
199
- msgid "Hide"
200
- msgstr "Cacher"
201
-
202
- #: ../user-submitted-posts.php:757
203
- msgid "User Name"
204
- msgstr "Nom d'utilisateur"
205
-
206
- #: ../user-submitted-posts.php:763
207
- msgid "Post URL"
208
- msgstr "URL de l'article"
209
-
210
- #: ../user-submitted-posts.php:769 ../views/submission-form-classic.php:46
211
- #: ../views/submission-form.php:46 ../views/submission-form.php:47
212
- msgid "Post Title"
213
- msgstr "Titre de l'article"
214
-
215
- #: ../user-submitted-posts.php:775 ../views/submission-form-classic.php:53
216
- #: ../views/submission-form.php:51 ../views/submission-form.php:52
217
- msgid "Post Tags"
218
- msgstr "Mots-clés de l'article"
219
-
220
- #: ../user-submitted-posts.php:781 ../views/submission-form-classic.php:60
221
- #: ../views/submission-form.php:61
222
- msgid "Post Category"
223
- msgstr "Catégorie de l'article"
224
-
225
- #: ../user-submitted-posts.php:787 ../views/submission-form-classic.php:98
226
- #: ../views/submission-form.php:89 ../views/submission-form.php:90
227
- msgid "Post Content"
228
- msgstr "Contenu de l'article"
229
-
230
- #: ../user-submitted-posts.php:793
231
- msgid "Post Images"
232
- msgstr "Images de l'article"
233
-
234
- #: ../user-submitted-posts.php:799
235
- msgid "Challenge question (Captcha)"
236
- msgstr "Question test (Captcha)"
237
-
238
- #: ../user-submitted-posts.php:802
239
- msgid "Choose some general form options"
240
- msgstr "Choisissez des options générales pour le formulaire"
241
-
242
- #: ../user-submitted-posts.php:806
243
- msgid "Form style"
244
- msgstr "Style du formulaire"
245
-
246
- #: ../user-submitted-posts.php:824
247
- msgid ""
248
- "HTML5 is recommended. If upgrading and the new form looks weird, choose the "
249
- "Classic version."
250
- msgstr ""
251
- "HTML5 est recommandé. Si la mise à jour et le nouveau formulaire s'affiche "
252
- "de manière étrange, choisissez la version classique."
253
-
254
- #: ../user-submitted-posts.php:825
255
- msgid ""
256
- "To disable the plugin&rsquo;s stylesheet, choose Disable. Note: complete "
257
- "list of CSS hooks for the submission form at"
258
- msgstr ""
259
- "Pour désactiver la feuille de style du plugin, choisissez Désactiver. Note: "
260
- "la liste complète des hooks pour le formulaire de soumission se trouve sur"
261
-
262
- #: ../user-submitted-posts.php:826
263
- msgid "CSS Hooks for User Submitted Posts"
264
- msgstr "Hooks CSS pour les articles soumis par les utilisateurs"
265
-
266
- #: ../user-submitted-posts.php:831
267
- msgid "Include JavaScript?"
268
- msgstr "Inclure le javascript?"
269
-
270
- #: ../user-submitted-posts.php:833
271
- msgid ""
272
- "Check this box if you want to include the external JavaScript file "
273
- "(recommended)."
274
- msgstr ""
275
- "Cochez cette case si vous voulez inclure le fichier javascript externe "
276
- "(recommendé)."
277
-
278
- #: ../user-submitted-posts.php:836
279
- msgid "Targeted Loading"
280
- msgstr "Chargement ciblé"
281
-
282
- #: ../user-submitted-posts.php:838
283
- msgid ""
284
- "When enabled, external CSS &amp; JavaScript files are loaded on every page. "
285
- "Here you may specify the URL of the USP form to load resources only on that "
286
- "page. Note: leave blank to load on all pages."
287
- msgstr ""
288
- "Quand ils sont désactivés, les fichiers CSS et javascript externes sont "
289
- "chargés sur chaque page. Ici vous pouvez spécifier l'URL du formulaire USP "
290
- "pour charger ces ressources uniquement sur cette page. Note: laissez blanc "
291
- "pour charger sur toutes les pages."
292
-
293
- #: ../user-submitted-posts.php:841
294
- msgid "Categories"
295
- msgstr "Catégories"
296
-
297
- #: ../user-submitted-posts.php:854
298
- msgid "Select which categories may be assigned to submitted posts."
299
- msgstr ""
300
- "Choisissez à quelles catégories les articles soumis peuvent être attribués."
301
-
302
- #: ../user-submitted-posts.php:858
303
- msgid "Assigned Author"
304
- msgstr "Auteur attribué"
305
-
306
- #: ../user-submitted-posts.php:868
307
- msgid ""
308
- "Specify the user that should be assigned as author for user-submitted posts."
309
- msgstr ""
310
- "Spécifiez l'utilisateur qui devrait être attribué comme auteur pour les "
311
- "articles soumis par les utilisateurs."
312
-
313
- #: ../user-submitted-posts.php:872
314
- msgid "Auto Publish?"
315
- msgstr "Publier automatiquement?"
316
-
317
- #: ../user-submitted-posts.php:875
318
- msgid "Always moderate"
319
- msgstr "Toujours modérer"
320
-
321
- #: ../user-submitted-posts.php:876
322
- msgid "Always publish immediately"
323
- msgstr "Toujours publier automatiquement"
324
-
325
- #: ../user-submitted-posts.php:881
326
- msgid ""
327
- "For submitted posts, you can always moderate (recommended), publish "
328
- "immediately, or publish after any number of approved posts."
329
- msgstr ""
330
- "Pour les articles soumis via le formulaire, vous pouvez toujours les modérer "
331
- "(recommandé), les publier automatiquement, ou les publier après un certain "
332
- "nombre d'artciles déjà approuvés pour un utilisateur."
333
-
334
- #: ../user-submitted-posts.php:885
335
- msgid "Receive Email Alert"
336
- msgstr "Recevoir les alertes email"
337
-
338
- #: ../user-submitted-posts.php:887
339
- msgid ""
340
- "Check this box if you want to be notified via email for new post submissions."
341
- msgstr ""
342
- "Cochez cette case si vous voulez être averti de nouvelles soumissions d'"
343
- "articles par email."
344
-
345
- #: ../user-submitted-posts.php:890
346
- msgid "Enable Rich Text Editor"
347
- msgstr "Activer l'éditeur visuel"
348
-
349
- #: ../user-submitted-posts.php:892
350
- msgid ""
351
- "Check this box if you want to enable WP rich text editing for submitted "
352
- "posts."
353
- msgstr ""
354
- "Cochez cette case si vous voulez activer l'éditeur visuel de WordPress pour "
355
- "les formulaires de soumission."
356
-
357
- #: ../user-submitted-posts.php:895
358
- msgid "Set Uploaded Image as Featured Image"
359
- msgstr "Définir l'image chargée comme image à la une"
360
-
361
- #: ../user-submitted-posts.php:897
362
- msgid ""
363
- "Check this box if you want to set submitted images as Featured Images (aka "
364
- "Post Thumbnails) for posts. \n"
365
- "\t\t\t\t\t\t\t\t\t\t\tNote: your theme&rsquo;s single.php file must include"
366
- msgstr ""
367
- "Cochez cette case si vouss souhaitez utiliser l'image comme image à la une (aka "
368
- "miniature) de l'article. \n"
369
- "\t\t\t\t\t\t\t\t\t\t\tNote: votre fichier theme&rsquo;s single.php doit inclure"
370
-
371
- #: ../user-submitted-posts.php:898
372
- msgid "to display Featured Images."
373
- msgstr "pour afficher les images à la une."
374
-
375
- #: ../user-submitted-posts.php:901
376
- msgid "Email Address for Alerts"
377
- msgstr "Adresse email pour les alertes."
378
-
379
- #: ../user-submitted-posts.php:903
380
- msgid ""
381
- "If you checked the box to receive email alerts, indicate here the "
382
- "address(es) to which the emails should be sent."
383
- msgstr ""
384
- "Si vous cochez la case pour recevoir les alertes email, indiquez ici la/les "
385
- "adresse(s) à laquelle/auxquelles les emails devraient être envoyés."
386
-
387
- #: ../user-submitted-posts.php:904
388
- msgid "Tip: multiple addresses may be included using a comma, like so:"
389
- msgstr ""
390
- "Astuce: vous pouvez utiliser plusieurs adresses en les séparant par des virgules, de "
391
- "cette manière :"
392
-
393
- #: ../user-submitted-posts.php:907
394
- msgid "Redirect URL"
395
- msgstr "URL de redirection"
396
-
397
- #: ../user-submitted-posts.php:909
398
- msgid ""
399
- "Specify a URL to redirect the user after post-submission. Note: leave blank "
400
- "to redirect back to current page."
401
- msgstr ""
402
- "Spécifiez une URL pour rediriger l'utilisateur après la soumission d'un "
403
- "article. Note: laisser blanc pour rediriger sur la page en cours."
404
-
405
- #: ../user-submitted-posts.php:912
406
- msgid "Success Message"
407
- msgstr "Message en cas de succès"
408
-
409
- #: ../user-submitted-posts.php:914
410
- msgid ""
411
- "This is the success message that is displayed if post-submission is "
412
- "successful."
413
- msgstr "Ce message est affiché en cas de soumission avec succès d'un article."
414
-
415
- #: ../user-submitted-posts.php:917
416
- msgid "Error Message"
417
- msgstr "Message d'erreur"
418
-
419
- #: ../user-submitted-posts.php:919
420
- msgid "This is the error message that is displayed if post-submission fails."
421
- msgstr ""
422
- "Ce message d'erreur est affiché en cas d'erreur lors de la soumission d'un "
423
- "article."
424
-
425
- #: ../user-submitted-posts.php:922
426
- msgid "Custom Content"
427
- msgstr "Contenu personnalisé"
428
-
429
- #: ../user-submitted-posts.php:924
430
- msgid ""
431
- "Here you may specify custom text/markup to be included before the submission "
432
- "form. Note: leave blank to disable."
433
- msgstr ""
434
- "Ici vous pouvez spécifier du texte personnalisé à inclure avant la "
435
- "soumission du formulaire. Note: laisser vide pour désactiver."
436
-
437
- #: ../user-submitted-posts.php:928
438
- msgid "Use registered user info"
439
- msgstr "Utiliser les informations de l'utilisateur enregistré"
440
-
441
- #: ../user-submitted-posts.php:932
442
- msgid "Use registered username for author?"
443
- msgstr "Utiliser l'utilisateur connecté comme auteur?"
444
-
445
- #: ../user-submitted-posts.php:934
446
- msgid ""
447
- "Check this box if you want to automatically use the registered username as "
448
- "the submitted-post author. Note: this really should only be used when "
449
- "requiring log-in for submissions."
450
- msgstr ""
451
- "Cochez cette case si vous voulez automatiquement utiliser le nom de "
452
- "l'utilisateur enregistré comme auteur de l'article soumis. Note: ceci devrait "
453
- "être utilisé uniquement si un login est requis pour les soumissions."
454
-
455
- #: ../user-submitted-posts.php:937
456
- msgid "Use registered URL for submitted URL?"
457
- msgstr "Utiliser l'URL enregistré comme URL de soumission?"
458
-
459
- #: ../user-submitted-posts.php:939
460
- msgid ""
461
- "Check this box if you want to automatically use the registered user&rsquo;s "
462
- "specified URL as the submitted-post URL. Note: this really should only be "
463
- "used when requiring log-in for submissions."
464
- msgstr ""
465
- "Cochez cette case si vous voulez automatiquement utiliser l'URL spécifiée "
466
- "par l'utilisateur enregistré comme URL de soumission. Note: ceci devrait "
467
- "uniquement être utilisé sur des formulaires qui requièrent un login pour la "
468
- "soumission."
469
-
470
- #: ../user-submitted-posts.php:942
471
- msgid "Use a hidden field for submitted category?"
472
- msgstr "Utiliser un champ invisible pour la catégorie soumise?"
473
-
474
- #: ../user-submitted-posts.php:944
475
- msgid ""
476
- "Check this box if you want to use a hidden category field for the submitted "
477
- "category. Note: this may be used to specify a default category for submitted "
478
- "posts when the category field is hidden."
479
- msgstr ""
480
- "Cochez cette case si vous voulez utiliser une catégorie invisible pour les "
481
- "soumissions catégorie. Note: ceci peut être utilisé pour spécifier une "
482
- "catégorie par défaut pour les articles soumis quand le champ catégorie est "
483
- "invisible."
484
-
485
- #: ../user-submitted-posts.php:947
486
- msgid "Category ID for hidden field"
487
- msgstr "ID de catégorie pour le champ invisible"
488
-
489
- #: ../user-submitted-posts.php:949
490
- msgid ""
491
- "Specify a cateogry (ID) to use as the default category when using the &ldquo;"
492
- "hidden field&rdquo; option."
493
- msgstr ""
494
- "Spécifiez l'ID de la catégorie à utiliser par défaut quand vous utilisez "
495
- "l'option de champ invisible."
496
-
497
- #: ../user-submitted-posts.php:953
498
- msgid "Challenge question (captcha)"
499
- msgstr "Question test (captcha)"
500
-
501
- #: ../user-submitted-posts.php:957
502
- msgid "Challenge Question"
503
- msgstr "Question test"
504
-
505
- #: ../user-submitted-posts.php:959
506
- msgid ""
507
- "To prevent spam, enter a question that users must answer before submitting "
508
- "the form."
509
- msgstr ""
510
- "Pour lutter contre le spam, entrez une question à laquelle les utilisateurs "
511
- "devront répondre avant d'envoyer le formulaire."
512
-
513
- #: ../user-submitted-posts.php:962
514
- msgid "Challenge Response"
515
- msgstr "Réponse au test"
516
-
517
- #: ../user-submitted-posts.php:964
518
- msgid "Enter the <em>only</em> correct answer to the challenge question."
519
- msgstr "Entrez la <em>seule</em> réponse correcte à la question test."
520
-
521
- #: ../user-submitted-posts.php:967
522
- msgid "Case-sensitivity"
523
- msgstr "Sensibilité à la casse"
524
-
525
- #: ../user-submitted-posts.php:969
526
- msgid "Check this box if you want the challenge response to be case-sensitive."
527
- msgstr ""
528
- "Cochez cette case si vous voulez que les réponses au test soient sensibles à "
529
- "la casse."
530
-
531
- #: ../user-submitted-posts.php:973
532
- msgid "Options for image uploads"
533
- msgstr "Options pour le chargement d'images."
534
-
535
- #: ../user-submitted-posts.php:977
536
- msgid "Upload Message"
537
- msgstr "Message de chargement"
538
-
539
- #: ../user-submitted-posts.php:979
540
- msgid ""
541
- "This is the message that appears next to upload field. Useful to state your "
542
- "upload guidelines/rules/etc."
543
- msgstr ""
544
- "Message qui apparaît à côté du champ de chargement. Utile pour informer de "
545
- "vos règles de chargement ou donner des instructions."
546
-
547
- #: ../user-submitted-posts.php:982
548
- msgid "&ldquo;Add another image&rdquo; link"
549
- msgstr "Lien &ldquo;Ajout d'une autre image&rdquo;"
550
-
551
- #: ../user-submitted-posts.php:984
552
- msgid ""
553
- "Here you may specify your own custom markup for the &ldquo;Add another "
554
- "image&rdquo; link (leave blank to use the default markup)."
555
- msgstr ""
556
- "Ici vous pouvez spécifier votre propre markup pour le lien d'ajout d'une "
557
- "autre image (laissez blanc pour utiliser le markup par défaut)."
558
-
559
- #: ../user-submitted-posts.php:987
560
- msgid "Minimum number of images"
561
- msgstr "Nombre minimum d'images"
562
-
563
- #: ../user-submitted-posts.php:990
564
- msgid "Specify the <em>minimum</em> number of images."
565
- msgstr "Spécifiez le nombre <em>minimum</em> d'images."
566
-
567
- #: ../user-submitted-posts.php:994
568
- msgid "Maximum number of images"
569
- msgstr "Nombre maximum d'images"
570
-
571
- #: ../user-submitted-posts.php:997
572
- msgid "Specify the <em>maximum</em> number of images."
573
- msgstr "Spécifiez les nombre <em>maximum</em> d'images."
574
-
575
- #: ../user-submitted-posts.php:1001
576
- msgid "Minimum image width"
577
- msgstr "Largeur d'image minimum"
578
-
579
- #: ../user-submitted-posts.php:1003
580
- msgid "Specify a <em>minimum width</em> (in pixels) for uploaded images."
581
- msgstr ""
582
- "Spécifiez la <em>largeur minimale d'images</em> (en pixel) pour les images "
583
- "chargées."
584
-
585
- #: ../user-submitted-posts.php:1006
586
- msgid "Minimum image height"
587
- msgstr "Hauteur d'image minimum"
588
-
589
- #: ../user-submitted-posts.php:1008
590
- msgid "Specify a <em>minimum height</em> (in pixels) for uploaded images."
591
- msgstr ""
592
- "Spécifiez une <em>hauteur d'image minimum</em> (en pixels) pour les images "
593
- "chargées."
594
-
595
- #: ../user-submitted-posts.php:1011
596
- msgid "Maximum image width"
597
- msgstr "Largeur d'image maximum"
598
-
599
- #: ../user-submitted-posts.php:1013
600
- msgid "Specify a <em>maximum width</em> (in pixels) for uploaded images."
601
- msgstr ""
602
- "Spécifiez une <em>largeur d'image maximum</em> (en pixels) pour les images "
603
- "chargées."
604
-
605
- #: ../user-submitted-posts.php:1016
606
- msgid "Maximum image height"
607
- msgstr "Hauteur d'image maximum"
608
-
609
- #: ../user-submitted-posts.php:1018
610
- msgid "Specify a <em>maximum height</em> (in pixels) for uploaded images."
611
- msgstr ""
612
- "Spécifiez une <em>hauteur maximum</em> pour les images chargées (en pixels)"
613
-
614
- #: ../user-submitted-posts.php:1022 ../user-submitted-posts.php:1050
615
- msgid "Save Settings"
616
- msgstr "Enregistrer les paramètres"
617
-
618
- #: ../user-submitted-posts.php:1026
619
- msgid "Shortcode &amp; Template Tag"
620
- msgstr "Shortcode et Template de tag"
621
-
622
- #: ../user-submitted-posts.php:1029
623
- msgid "Shortcode"
624
- msgstr "Shortcode"
625
-
626
- #: ../user-submitted-posts.php:1030
627
- msgid "Use this shortcode to display the USP Form on any post or page:"
628
- msgstr ""
629
- "Utilisez ce shortcode pour montrer les formulaires USP sur n'importe quel "
630
- "article ou page :"
631
-
632
- #: ../user-submitted-posts.php:1033
633
- msgid "Template tag"
634
- msgstr "Template de tag"
635
-
636
- #: ../user-submitted-posts.php:1034
637
- msgid ""
638
- "Use this template tag to display the USP Form anywhere in your theme "
639
- "template:"
640
- msgstr ""
641
- "Utilisez ce tag de template pour montrer le formulaire USP n'importe où dans "
642
- "votre template."
643
-
644
- #: ../user-submitted-posts.php:1039
645
- msgid "Restore Default Options"
646
- msgstr "Restaurer les options par défaut"
647
-
648
- #: ../user-submitted-posts.php:1043
649
- msgid "Restore default options upon plugin deactivation/reactivation."
650
- msgstr ""
651
- "Restaurer les options par défaut lors de la déactivation/réactivation du "
652
- "plugin."
653
-
654
- #: ../user-submitted-posts.php:1047
655
- msgid ""
656
- "<strong>Tip:</strong> leave this option unchecked to remember your settings. "
657
- "Or, to go ahead and restore all default options, check the box, save your "
658
- "settings, and then deactivate/reactivate the plugin."
659
- msgstr ""
660
- "<strong>Astuce:</strong> laissez cette option non cochée pour garder vos "
661
- "paramètres en mémoire. Sinon, pour restaurer toutes les options par défaut, "
662
- "cochez cette case, sauvez vos paramètres, puis déactivez/réactivez le plugin."
663
-
664
- #: ../user-submitted-posts.php:1054
665
- msgid "Updates &amp; Info"
666
- msgstr "Infos de mise à jour"
667
-
668
- #: ../user-submitted-posts.php:1094
669
- msgid ""
670
- "Are you sure you want to restore all default options? (this action cannot be "
671
- "undone)"
672
- msgstr ""
673
- "Etes-vous sûr de vouloir restaurer toutes les options par défaut? (cette "
674
- "action ne peut pas être annulée)"
675
-
676
- #: ../views/submission-form-classic.php:32 ../views/submission-form.php:36
677
- #: ../views/submission-form.php:37
678
- msgid "Your Name"
679
- msgstr "Votre nom"
680
-
681
- #: ../views/submission-form-classic.php:39 ../views/submission-form.php:41
682
- #: ../views/submission-form.php:42
683
- msgid "Your URL"
684
- msgstr "Votre URL"
685
-
686
- #: ../views/submission-form-classic.php:53
687
- msgid "(separate with commas)"
688
- msgstr "(séparer avec des virgules)"
689
-
690
- #: ../views/submission-form-classic.php:109 ../views/submission-form.php:96
691
- msgid "Upload an Image"
692
- msgstr "Charger une image à la une (miniature)"
693
-
694
- #: ../views/submission-form-classic.php:116 ../views/submission-form.php:104
695
- msgid "Add another image"
696
- msgstr "Ajouter une autre image"
697
-
698
- #: ../views/submission-form-classic.php:133 ../views/submission-form.php:122
699
- msgid "Human verification: leave this field empty."
700
- msgstr "Vérification, êtes-vous humain? Veuillez laisser ce champ vide."
701
-
702
- #: ../views/submission-form-classic.php:149 ../views/submission-form.php:138
703
- msgid "Submit Post"
704
- msgstr "Soumettre l'article"
705
-
706
- #: ../views/submission-form.php:57
707
- msgid "Antispam Question"
708
- msgstr "Question antispam"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: Loco - https://localise.biz/\n"
7
+ "Project-Id-Version: USP\n"
8
+ "Language: fr-FR\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2017-08-03 19:22+0000\n"
11
+ "PO-Revision-Date: 2017-08-03 19:22+0000\n"
12
+ "Last-Translator: Jeff Starr <help@monzillamedia.com>\n"
13
+ "Language-Team: French (France)\n"
14
+ "Plural-Forms: nplurals=2; plural=n > 1"
15
+
16
+ #. Name of the plugin
17
+ #: user-submitted-posts.php:43
18
+ msgid "User Submitted Posts"
19
+ msgstr "Postes soumis par l'utilisateur"
20
+
21
+ #: user-submitted-posts.php:75
22
+ msgid "requires WordPress "
23
+ msgstr "Nécessite WordPress"
24
+
25
+ #: user-submitted-posts.php:76
26
+ msgid " or higher, and has been deactivated! "
27
+ msgstr " Ou supérieur, et a été désactivé!"
28
+
29
+ #: user-submitted-posts.php:77
30
+ msgid "Please return to the"
31
+ msgstr "Retournez à la"
32
+
33
+ #: user-submitted-posts.php:78
34
+ msgid "WordPress Admin Area"
35
+ msgstr "Zone d'administration de WordPress"
36
+
37
+ #: user-submitted-posts.php:79
38
+ msgid "to upgrade WordPress and try again."
39
+ msgstr "Pour mettre à niveau WordPress et réessayer."
40
+
41
+ #: user-submitted-posts.php:121
42
+ msgid "User Submitted Post"
43
+ msgstr "Poste envoyé par l'utilisateur"
44
+
45
+ #: user-submitted-posts.php:384
46
+ msgid "User Submitted Post Info"
47
+ msgstr "Informations sur les messages soumis par l'utilisateur"
48
+
49
+ #: user-submitted-posts.php:414
50
+ msgid "Submitter Name: "
51
+ msgstr "Nom de l'auteur:"
52
+
53
+ #: user-submitted-posts.php:415
54
+ msgid "Submitter Email: "
55
+ msgstr "Envoyé par courrier électronique:"
56
+
57
+ #: user-submitted-posts.php:416
58
+ msgid "Submitter URL: "
59
+ msgstr "URL de l'auteur:"
60
+
61
+ #: user-submitted-posts.php:417
62
+ msgid "Submitter IP: "
63
+ msgstr "Envoyé IP:"
64
+
65
+ #: user-submitted-posts.php:468
66
+ msgid "Show USP Posts"
67
+ msgstr "Afficher les messages USP"
68
+
69
+ #: user-submitted-posts.php:469
70
+ msgid "USP"
71
+ msgstr "USP"
72
+
73
+ #: user-submitted-posts.php:1103
74
+ msgid " files required"
75
+ msgstr " Fichiers requis"
76
+
77
+ #: user-submitted-posts.php:1104
78
+ msgid " file required"
79
+ msgstr " Fichier requis"
80
+
81
+ #: user-submitted-posts.php:1106
82
+ msgid " files"
83
+ msgstr " des dossiers"
84
+
85
+ #: user-submitted-posts.php:1107
86
+ msgid " file"
87
+ msgstr " fichier"
88
+
89
+ #: user-submitted-posts.php:1109 user-submitted-posts.php:1110
90
+ #: user-submitted-posts.php:1111 user-submitted-posts.php:1112
91
+ msgid " pixels"
92
+ msgstr " Pixels"
93
+
94
+ #: user-submitted-posts.php:1115
95
+ msgid "An error occurred. Please go back and try again."
96
+ msgstr "Une erreur s'est produite. Veuillez revenir en arrière et réessayer."
97
+
98
+ #: user-submitted-posts.php:1125
99
+ msgid "User login required"
100
+ msgstr "Identification utilisateur requise"
101
+
102
+ #: user-submitted-posts.php:1126
103
+ msgid "User name required"
104
+ msgstr "Nom d'utilisateur (requis"
105
+
106
+ #: user-submitted-posts.php:1127
107
+ msgid "Post title required"
108
+ msgstr "Titre du titre requis"
109
+
110
+ #: user-submitted-posts.php:1128
111
+ msgid "User URL required"
112
+ msgstr "URL requise pour l'utilisateur"
113
+
114
+ #: user-submitted-posts.php:1129
115
+ msgid "Post tags required"
116
+ msgstr "Post tags requis"
117
+
118
+ #: user-submitted-posts.php:1130
119
+ msgid "Post category required"
120
+ msgstr "Catégorie postale requise"
121
+
122
+ #: user-submitted-posts.php:1131
123
+ msgid "Post content required"
124
+ msgstr "Contenu du message requis"
125
+
126
+ #: user-submitted-posts.php:1132 user-submitted-posts.php:1133
127
+ msgid "Correct captcha required"
128
+ msgstr "Capturer correctement requis"
129
+
130
+ #: user-submitted-posts.php:1134
131
+ msgid "User email required"
132
+ msgstr "Le courrier électronique requis"
133
+
134
+ #: user-submitted-posts.php:1135
135
+ msgid "Please check your email and try again"
136
+ msgstr "Vérifiez votre courriel et réessayez"
137
+
138
+ #: user-submitted-posts.php:1136
139
+ msgid "Non-empty value for hidden field"
140
+ msgstr "Valeur non vide pour le champ caché"
141
+
142
+ #: user-submitted-posts.php:1137
143
+ msgid "Minimum number of images not met"
144
+ msgstr "Nombre minimum d'images non remplies"
145
+
146
+ #: user-submitted-posts.php:1138
147
+ msgid "Maximum number of images exceeded "
148
+ msgstr "Nombre maximal d'images dépassé"
149
+
150
+ #: user-submitted-posts.php:1139
151
+ msgid "Minimum image width not met"
152
+ msgstr "Largeur minimale de l'image non atteinte"
153
+
154
+ #: user-submitted-posts.php:1140
155
+ msgid "Image width exceeds maximum"
156
+ msgstr "La largeur de l'image dépasse le maximum"
157
+
158
+ #: user-submitted-posts.php:1141
159
+ msgid "Minimum image height not met"
160
+ msgstr "Hauteur minimale de l'image non atteinte"
161
+
162
+ #: user-submitted-posts.php:1142
163
+ msgid "Image height exceeds maximum"
164
+ msgstr "La hauteur de l'image dépasse le maximum"
165
+
166
+ #: user-submitted-posts.php:1143
167
+ msgid "File type not allowed (please upload images only)"
168
+ msgstr ""
169
+ "Type de fichier non autorisé (veuillez télécharger uniquement des images)"
170
+
171
+ #: user-submitted-posts.php:1147
172
+ msgid "Error uploading file. Please check the file size and try again."
173
+ msgstr ""
174
+ "Erreur lors de l'envoi du fichier. Vérifiez la taille du fichier et "
175
+ "réessayez."
176
+
177
+ #: user-submitted-posts.php:1151
178
+ msgid "The file(s) could not be uploaded"
179
+ msgstr "Le fichier (s) n'a pas pu être téléchargé"
180
+
181
+ #: user-submitted-posts.php:1153
182
+ msgid "Post not created. Please contact the site administrator for help."
183
+ msgstr ""
184
+ "Post non créé. Veuillez contacter l'administrateur du site pour obtenir de "
185
+ "l'aide."
186
+
187
+ #: user-submitted-posts.php:1154
188
+ msgid "Duplicate post title. Please try again."
189
+ msgstr "Dupliquer le titre du message. Veuillez réessayer."
190
+
191
+ #: user-submitted-posts.php:1164
192
+ msgid "Error: "
193
+ msgstr "Erreur:"
194
+
195
+ #: user-submitted-posts.php:1190
196
+ msgid "Return to form"
197
+ msgstr "Retourner au formulaire"
198
+
199
+ #: user-submitted-posts.php:1218 library/plugin-settings.php:658
200
+ msgid "Please"
201
+ msgstr "S'il vous plaît"
202
+
203
+ #: user-submitted-posts.php:1219
204
+ msgid "log in"
205
+ msgstr "s'identifier"
206
+
207
+ #: user-submitted-posts.php:1220
208
+ msgid "to submit content!"
209
+ msgstr "Pour soumettre le contenu!"
210
+
211
+ #: views/submission-form.php:45 views/submission-form-alt.php:54
212
+ msgid "Please complete the required fields."
213
+ msgstr "Veuillez compléter les champs requis."
214
+
215
+ #: views/submission-form.php:55 views/submission-form.php:56
216
+ #: views/submission-form-alt.php:60 views/submission-form-alt.php:61
217
+ msgid "Your Name"
218
+ msgstr "votre nom"
219
+
220
+ #: views/submission-form.php:61 views/submission-form.php:62
221
+ #: views/submission-form-alt.php:66 views/submission-form-alt.php:67
222
+ msgid "Your URL"
223
+ msgstr "Votre URL"
224
+
225
+ #: views/submission-form.php:67 views/submission-form.php:68
226
+ #: views/submission-form-alt.php:72 views/submission-form-alt.php:73
227
+ msgid "Your Email"
228
+ msgstr "Votre Email"
229
+
230
+ #: views/submission-form.php:73 views/submission-form.php:74
231
+ #: views/submission-form-alt.php:78 views/submission-form-alt.php:79
232
+ #: library/plugin-settings.php:747
233
+ msgid "Post Title"
234
+ msgstr "Titre de l'article"
235
+
236
+ #: views/submission-form.php:79 views/submission-form.php:80
237
+ #: views/submission-form-alt.php:84 views/submission-form-alt.php:85
238
+ #: library/plugin-settings.php:757
239
+ msgid "Post Tags"
240
+ msgstr "Tags de la poste"
241
+
242
+ #: views/submission-form.php:86 views/submission-form-alt.php:91
243
+ msgid "Antispam Question"
244
+ msgstr "Question Antispam"
245
+
246
+ #: views/submission-form.php:91 views/submission-form-alt.php:96
247
+ #: library/plugin-settings.php:767
248
+ msgid "Post Category"
249
+ msgstr "Post Category"
250
+
251
+ #: views/submission-form.php:93 views/submission-form-alt.php:98
252
+ msgid "Please select a category.."
253
+ msgstr "Veuillez sélectionner une catégorie.."
254
+
255
+ #: views/submission-form.php:128 views/submission-form.php:129
256
+ #: views/submission-form-alt.php:133 views/submission-form-alt.php:134
257
+ #: library/plugin-settings.php:777
258
+ msgid "Post Content"
259
+ msgstr "Publier un contenu"
260
+
261
+ #: views/submission-form.php:135 views/submission-form-alt.php:140
262
+ msgid "Verification"
263
+ msgstr "Vérification"
264
+
265
+ #: views/submission-form.php:142 views/submission-form-alt.php:147
266
+ msgid "Upload an Image"
267
+ msgstr "Télécharger une image"
268
+
269
+ #: views/submission-form.php:151 views/submission-form-alt.php:156
270
+ msgid "Add another image"
271
+ msgstr "Ajouter une autre image"
272
+
273
+ #: views/submission-form.php:173 views/submission-form-alt.php:178
274
+ msgid "Human verification: leave this field empty."
275
+ msgstr "Vérification humaine: laissez ce champ vide."
276
+
277
+ #: views/submission-form.php:195 views/submission-form-alt.php:200
278
+ msgid "Submit Post"
279
+ msgstr "Envoyer un message"
280
+
281
+ #: library/plugin-settings.php:32
282
+ msgid "Get USP Pro for unlimited forms!"
283
+ msgstr "Obtenez USP Pro pour des formulaires illimités!"
284
+
285
+ #: library/plugin-settings.php:33
286
+ msgid "Go Pro"
287
+ msgstr "Go Pro"
288
+
289
+ #: library/plugin-settings.php:37
290
+ msgid "Settings"
291
+ msgstr "Paramètres"
292
+
293
+ #: library/plugin-settings.php:55
294
+ msgid "Give USP a 5-star rating at WordPress.org"
295
+ msgstr "Donnez à USP une note de 5 étoiles à WordPress.org"
296
+
297
+ #: library/plugin-settings.php:56
298
+ msgid "Rate this plugin&nbsp;&raquo;"
299
+ msgstr "Notez ce plugin&nbsp;&raquo;"
300
+
301
+ #: library/plugin-settings.php:115
302
+ msgid "WP Post (recommended)"
303
+ msgstr "WP Post (recommandé)"
304
+
305
+ #: library/plugin-settings.php:119
306
+ msgid "WP Page"
307
+ msgstr "WP Page"
308
+
309
+ #: library/plugin-settings.php:135
310
+ msgid "HTML5 Form + Default CSS"
311
+ msgstr "Formulaire HTML5 + CSS par défaut"
312
+
313
+ #: library/plugin-settings.php:135
314
+ msgid "(Recommended)"
315
+ msgstr "(Conseillé)"
316
+
317
+ #: library/plugin-settings.php:139
318
+ msgid "HTML5 Form + Disable CSS"
319
+ msgstr "Formulaire HTML5 + Désactiver CSS"
320
+
321
+ #: library/plugin-settings.php:139
322
+ msgid "(Provide your own styles)"
323
+ msgstr "(Fournissez vos propres styles)"
324
+
325
+ #: library/plugin-settings.php:143
326
+ msgid "Custom Form + Custom CSS"
327
+ msgstr "Formulaire personnalisé + CSS personnalisé"
328
+
329
+ #: library/plugin-settings.php:143
330
+ msgid "(Provide your own form template &amp; styles)"
331
+ msgstr "(Fournissez votre propre modèle de formulaire et vos styles)"
332
+
333
+ #: library/plugin-settings.php:159 library/plugin-settings.php:183
334
+ #: library/plugin-settings.php:206
335
+ msgid "Auto-display before post content"
336
+ msgstr "Affichage automatique avant publication du contenu"
337
+
338
+ #: library/plugin-settings.php:163 library/plugin-settings.php:187
339
+ #: library/plugin-settings.php:210
340
+ msgid "Auto-display after post content"
341
+ msgstr "Affichage automatique après le contenu du post"
342
+
343
+ #: library/plugin-settings.php:167
344
+ msgid "Do not auto-display submitted images"
345
+ msgstr "Ne pas afficher automatiquement les images soumises"
346
+
347
+ #: library/plugin-settings.php:191
348
+ msgid "Do not auto-display submitted email"
349
+ msgstr "Ne pas afficher automatiquement le courrier électronique envoyé"
350
+
351
+ #: library/plugin-settings.php:214
352
+ msgid "Do not auto-display submitted URL"
353
+ msgstr "Ne pas afficher automatiquement l'URL envoyée"
354
+
355
+ #: library/plugin-settings.php:367
356
+ msgid ""
357
+ "There was an error. Please ensure that you have added a title, some content, "
358
+ "and that you have uploaded only images."
359
+ msgstr ""
360
+ "Il y avait une erreur. Assurez-vous d'avoir ajouté un titre, un certain "
361
+ "contenu et que vous n'avez téléchargé que des images."
362
+
363
+ #: library/plugin-settings.php:381
364
+ msgid "Please select your image(s) to upload."
365
+ msgstr "Sélectionnez votre (vos) image (s) à télécharger."
366
+
367
+ #: library/plugin-settings.php:387
368
+ msgid "Success! Thank you for your submission."
369
+ msgstr "Succès! Merci pour votre contribution."
370
+
371
+ #: library/plugin-settings.php:413
372
+ msgid "Email"
373
+ msgstr "Email"
374
+
375
+ #: library/plugin-settings.php:414
376
+ msgid "URL"
377
+ msgstr "URL"
378
+
379
+ #: library/plugin-settings.php:645
380
+ msgid "Toggle all panels"
381
+ msgstr "Basculer tous les panneaux"
382
+
383
+ #: library/plugin-settings.php:654
384
+ msgid "We need your support!"
385
+ msgstr "Nous avons besoin de votre appui!"
386
+
387
+ #: library/plugin-settings.php:658
388
+ msgid "Make a donation via PayPal"
389
+ msgstr "Faites un don via PayPal"
390
+
391
+ #: library/plugin-settings.php:658
392
+ msgid "make a donation"
393
+ msgstr "faire un don"
394
+
395
+ #: library/plugin-settings.php:658
396
+ msgid "and/or"
397
+ msgstr "Et / ou"
398
+
399
+ #: library/plugin-settings.php:659
400
+ msgid "Rate and review at the Plugin Directory"
401
+ msgstr "Notez et révisez le répertoire des plugins"
402
+
403
+ #: library/plugin-settings.php:660
404
+ msgid "give this plugin a 5-star rating"
405
+ msgstr "Donner à ce plugin une note de 5 étoiles"
406
+
407
+ #: library/plugin-settings.php:664
408
+ msgid ""
409
+ "Your generous support enables continued development of this free plugin. "
410
+ "Thank you!"
411
+ msgstr ""
412
+ "Votre soutien généreux permet le développement continu de ce plugin gratuit. "
413
+ "Je vous remercie!"
414
+
415
+ #: library/plugin-settings.php:669
416
+ msgid "Check this box if you have shown support"
417
+ msgstr "Cochez cette case si vous avez montré un support"
418
+
419
+ #: library/plugin-settings.php:678
420
+ msgid "Overview"
421
+ msgstr "Aperçu"
422
+
423
+ #: library/plugin-settings.php:682
424
+ msgid ""
425
+ "enables your visitors to submit posts and upload images from the front-end "
426
+ "of your site. "
427
+ msgstr ""
428
+ "Permet à vos visiteurs de soumettre des messages et de télécharger des "
429
+ "images à partir de l'avant de votre site."
430
+
431
+ #: library/plugin-settings.php:683
432
+ msgid "For advanced functionality and unlimited forms, check out"
433
+ msgstr ""
434
+ "Pour des fonctionnalités avancées et des formulaires illimités, consultez"
435
+
436
+ #: library/plugin-settings.php:684
437
+ msgid "&mdash; the ultimate solution for user-generated content."
438
+ msgstr "&mdash; La solution ultime pour le contenu généré par l'utilisateur."
439
+
440
+ #: library/plugin-settings.php:688 library/plugin-settings.php:706
441
+ msgid "Plugin Settings"
442
+ msgstr "Paramètres du plugin"
443
+
444
+ #: library/plugin-settings.php:689
445
+ msgid "Display the form"
446
+ msgstr "Afficher le formulaire"
447
+
448
+ #: library/plugin-settings.php:690 library/plugin-settings.php:1243
449
+ msgid "Plugin Homepage"
450
+ msgstr "Page d'accueil du plugin"
451
+
452
+ #: library/plugin-settings.php:693
453
+ msgid "If you like this plugin, please"
454
+ msgstr "Si vous aimez ce plugin, s'il vous plaît"
455
+
456
+ #: library/plugin-settings.php:694
457
+ msgid "THANK YOU for your support!"
458
+ msgstr "Merci pour votre soutien!"
459
+
460
+ #: library/plugin-settings.php:694
461
+ msgid "give it a 5-star rating"
462
+ msgstr "Donnez-lui une note de 5 étoiles"
463
+
464
+ #: library/plugin-settings.php:698
465
+ msgid "Unlimited front-end forms"
466
+ msgstr "Formes frontales illimitées"
467
+
468
+ #: library/plugin-settings.php:698
469
+ msgid "Get USP Pro"
470
+ msgstr "Obtenez USP Pro"
471
+
472
+ #: library/plugin-settings.php:710
473
+ msgid "Configure your settings for User Submitted Posts."
474
+ msgstr "Configurez vos paramètres pour les messages soumis aux utilisateurs."
475
+
476
+ #: library/plugin-settings.php:712
477
+ msgid "Form Fields"
478
+ msgstr "Champs de formulaire"
479
+
480
+ #: library/plugin-settings.php:717
481
+ msgid "User Name"
482
+ msgstr "Nom d'utilisateur"
483
+
484
+ #: library/plugin-settings.php:720 library/plugin-settings.php:730
485
+ #: library/plugin-settings.php:740 library/plugin-settings.php:750
486
+ #: library/plugin-settings.php:760 library/plugin-settings.php:770
487
+ #: library/plugin-settings.php:780 library/plugin-settings.php:790
488
+ #: library/plugin-settings.php:800
489
+ msgid "Display and require"
490
+ msgstr "Afficher et exiger"
491
+
492
+ #: library/plugin-settings.php:721 library/plugin-settings.php:731
493
+ #: library/plugin-settings.php:741 library/plugin-settings.php:751
494
+ #: library/plugin-settings.php:761 library/plugin-settings.php:771
495
+ #: library/plugin-settings.php:781
496
+ msgid "Display but do not require"
497
+ msgstr "Afficher mais ne nécessitent pas"
498
+
499
+ #: library/plugin-settings.php:722 library/plugin-settings.php:732
500
+ #: library/plugin-settings.php:742 library/plugin-settings.php:752
501
+ #: library/plugin-settings.php:762 library/plugin-settings.php:772
502
+ #: library/plugin-settings.php:782 library/plugin-settings.php:791
503
+ #: library/plugin-settings.php:801
504
+ msgid "Disable this field"
505
+ msgstr "Désactiver ce champ"
506
+
507
+ #: library/plugin-settings.php:727
508
+ msgid "User Email"
509
+ msgstr "Courrier électronique de l'utilisateur"
510
+
511
+ #: library/plugin-settings.php:737
512
+ msgid "User URL"
513
+ msgstr "URL de l'utilisateur"
514
+
515
+ #: library/plugin-settings.php:787 library/plugin-settings.php:793
516
+ #: library/plugin-settings.php:999 library/plugin-settings.php:1004
517
+ msgid "Challenge Question"
518
+ msgstr "Question de défi"
519
+
520
+ #: library/plugin-settings.php:793 library/plugin-settings.php:803
521
+ #: library/plugin-settings.php:813
522
+ msgid "(Visit"
523
+ msgstr "(Visite"
524
+
525
+ #: library/plugin-settings.php:793 library/plugin-settings.php:803
526
+ #: library/plugin-settings.php:813
527
+ msgid "to configure options)"
528
+ msgstr "Pour configurer les options)"
529
+
530
+ #: library/plugin-settings.php:797 library/plugin-settings.php:803
531
+ #: library/plugin-settings.php:1021
532
+ msgid "Google reCAPTCHA"
533
+ msgstr "Google reCAPTCHA"
534
+
535
+ #: library/plugin-settings.php:807
536
+ msgid "Post Images"
537
+ msgstr "Publier des images"
538
+
539
+ #: library/plugin-settings.php:810
540
+ msgid "Display"
541
+ msgstr "Afficher"
542
+
543
+ #: library/plugin-settings.php:811
544
+ msgid "Disable"
545
+ msgstr "Désactiver"
546
+
547
+ #: library/plugin-settings.php:813 library/plugin-settings.php:1080
548
+ msgid "Image Uploads"
549
+ msgstr "Téléchargement d'images"
550
+
551
+ #: library/plugin-settings.php:819
552
+ msgid "General Settings"
553
+ msgstr "réglages généraux"
554
+
555
+ #: library/plugin-settings.php:824
556
+ msgid "Form Style"
557
+ msgstr "Style de formulaire"
558
+
559
+ #: library/plugin-settings.php:829
560
+ msgid "With this option, you can copy the plugin&rsquo;s default templates:"
561
+ msgstr ""
562
+ "Avec cette option, vous pouvez copier les modèles par défaut du plugin:"
563
+
564
+ #: library/plugin-settings.php:834
565
+ msgid "..and upload them into a directory named"
566
+ msgstr ".. et les télécharger dans un répertoire nommé"
567
+
568
+ #: library/plugin-settings.php:834
569
+ msgid "in your theme:"
570
+ msgstr "Dans votre thème:"
571
+
572
+ #: library/plugin-settings.php:840
573
+ msgid ""
574
+ "That will enable you to customize the form and styles as desired. For more "
575
+ "info, check out the \"Custom Submission Form\" section in the"
576
+ msgstr ""
577
+ "Cela vous permettra de personnaliser le formulaire et les styles souhaités. "
578
+ "Pour plus d'informations, consultez la section «Formulaire de soumission "
579
+ "personnalisé» dans le"
580
+
581
+ #: library/plugin-settings.php:841
582
+ msgid "Installation Docs"
583
+ msgstr "Documents d'installation"
584
+
585
+ #: library/plugin-settings.php:842
586
+ msgid "FYI: here is a"
587
+ msgstr "FYI: voici un"
588
+
589
+ #: library/plugin-settings.php:842
590
+ msgid "list of USP CSS selectors"
591
+ msgstr "Liste des sélecteurs CSS USP"
592
+
593
+ #: library/plugin-settings.php:848
594
+ msgid "Include JavaScript"
595
+ msgstr "Inclure JavaScript"
596
+
597
+ #: library/plugin-settings.php:850
598
+ msgid ""
599
+ "Check this box if you want to include the external JavaScript files "
600
+ "(recommended)."
601
+ msgstr ""
602
+ "Cochez cette case si vous souhaitez inclure les fichiers JavaScript externes "
603
+ "(recommandés)."
604
+
605
+ #: library/plugin-settings.php:853
606
+ msgid "Targeted Loading"
607
+ msgstr "Chargement ciblé"
608
+
609
+ #: library/plugin-settings.php:855
610
+ msgid ""
611
+ "By default, external CSS &amp; JavaScript files are loaded on every page. "
612
+ "Here you may specify the URL of the USP form to load resources only on that "
613
+ "page. Note: leave blank to load on all pages."
614
+ msgstr ""
615
+ "Par défaut, les fichiers CSS et JavaScript externes sont chargés sur chaque "
616
+ "page. Ici, vous pouvez spécifier l'URL du formulaire USP pour charger des "
617
+ "ressources uniquement sur cette page. Remarque: laisser vide pour charger "
618
+ "sur toutes les pages."
619
+
620
+ #: library/plugin-settings.php:858
621
+ msgid "Post Type"
622
+ msgstr "Type de poste"
623
+
624
+ #: library/plugin-settings.php:861
625
+ msgid "Submit posts as WP Posts or Pages"
626
+ msgstr "Soumettre des publications en tant que WP Posts ou Pages"
627
+
628
+ #: library/plugin-settings.php:865
629
+ msgid "Auto Publish"
630
+ msgstr "Publication automatique"
631
+
632
+ #: library/plugin-settings.php:868
633
+ msgid "Always moderate via Draft"
634
+ msgstr "Toujours modéré par brouillon"
635
+
636
+ #: library/plugin-settings.php:869
637
+ msgid "Always moderate via Pending"
638
+ msgstr "Toujours modéré en attente"
639
+
640
+ #: library/plugin-settings.php:870
641
+ msgid "Always publish immediately"
642
+ msgstr "Toujours publier immédiatement"
643
+
644
+ #: library/plugin-settings.php:875
645
+ msgid ""
646
+ "Post Status for submitted posts: moderate (recommended), publish immediately,"
647
+ " or publish after any number of approved posts."
648
+ msgstr ""
649
+ "Statut du poste pour les messages soumis: modéré (recommandé), publier "
650
+ "immédiatement ou publier après un certain nombre de publications approuvées."
651
+
652
+ #: library/plugin-settings.php:879
653
+ msgid "Redirect URL"
654
+ msgstr "URL de redirection"
655
+
656
+ #: library/plugin-settings.php:881
657
+ msgid ""
658
+ "Specify a URL to redirect the user after post-submission. Leave blank to "
659
+ "redirect back to current page."
660
+ msgstr ""
661
+ "Spécifiez une URL pour rediriger l'utilisateur après la publication. Laissez "
662
+ "vide pour rediriger à la page actuelle."
663
+
664
+ #: library/plugin-settings.php:884
665
+ msgid "Success Message"
666
+ msgstr "Message de réussite"
667
+
668
+ #: library/plugin-settings.php:886
669
+ msgid ""
670
+ "Success message that is displayed if post-submission is successful. Basic "
671
+ "markup is allowed."
672
+ msgstr ""
673
+ "Message de réussite qui s'affiche si la post-soumission est réussie. Le "
674
+ "balisage de base est autorisé."
675
+
676
+ #: library/plugin-settings.php:889
677
+ msgid "Error Message"
678
+ msgstr "Message d'erreur"
679
+
680
+ #: library/plugin-settings.php:891
681
+ msgid ""
682
+ "General error message that is displayed if post-submission fails. Basic "
683
+ "markup is allowed."
684
+ msgstr ""
685
+ "Message d'erreur général qui s'affiche si la post-soumission échoue. Le "
686
+ "balisage de base est autorisé."
687
+
688
+ #: library/plugin-settings.php:894
689
+ msgid "Custom Content"
690
+ msgstr "Contenu personnalisé"
691
+
692
+ #: library/plugin-settings.php:896
693
+ msgid ""
694
+ "Custom text/markup to be included before the submission form. Leave blank to "
695
+ "disable."
696
+ msgstr ""
697
+ "Texte / balisage personnalisé à inclure avant le formulaire de soumission. "
698
+ "Laissez vide pour désactiver."
699
+
700
+ #: library/plugin-settings.php:899
701
+ msgid "Rich Text Editor"
702
+ msgstr "Éditeur de texte enrichi"
703
+
704
+ #: library/plugin-settings.php:901
705
+ msgid ""
706
+ "Check this box if you want to enable WP rich text editing for submitted "
707
+ "posts."
708
+ msgstr ""
709
+ "Cochez cette case si vous souhaitez activer l'édition de texte enrichi WP "
710
+ "pour les publications soumises."
711
+
712
+ #: library/plugin-settings.php:904
713
+ msgid "Unique Titles"
714
+ msgstr "Titres uniques"
715
+
716
+ #: library/plugin-settings.php:906
717
+ msgid ""
718
+ "Require submitted post titles to be unique (useful for preventing "
719
+ "multiple/duplicate submitted posts)."
720
+ msgstr ""
721
+ "Exiger que les titres de publication soumis soient uniques (utiles pour "
722
+ "empêcher les messages soumis multiples / en double)."
723
+
724
+ #: library/plugin-settings.php:909
725
+ msgid "Disable Required"
726
+ msgstr "Disable Required"
727
+
728
+ #: library/plugin-settings.php:911
729
+ msgid ""
730
+ "Disable all required attributes on default form fields (useful for "
731
+ "troubleshooting error messages)."
732
+ msgstr ""
733
+ "Désactivez tous les attributs requis sur les champs de formulaire par défaut "
734
+ "(utiles pour résoudre les messages d'erreur)."
735
+
736
+ #: library/plugin-settings.php:914
737
+ msgid "Disable IP Tracking"
738
+ msgstr "Désactiver le suivi IP"
739
+
740
+ #: library/plugin-settings.php:916
741
+ msgid ""
742
+ "By default USP records the IP address with each submitted post. Check this "
743
+ "box to disable all IP tracking."
744
+ msgstr ""
745
+ "Par défaut, USP enregistre l'adresse IP à chaque poste envoyé. Cochez cette "
746
+ "case pour désactiver tout le suivi IP."
747
+
748
+ #: library/plugin-settings.php:919
749
+ msgid "Enable Shortcodes"
750
+ msgstr "Activer les codes courts"
751
+
752
+ #: library/plugin-settings.php:921
753
+ msgid ""
754
+ "Enable shortcodes in widgets. By default, WordPress does not enable "
755
+ "shortcodes in widgets. "
756
+ msgstr ""
757
+ "Activer les codes courts dans les widgets. Par défaut, WordPress n'autorise "
758
+ "pas les codes courts dans les widgets."
759
+
760
+ #: library/plugin-settings.php:922
761
+ msgid ""
762
+ "This setting enables any/all shortcodes in widgets (even shortcodes from "
763
+ "other plugins)."
764
+ msgstr ""
765
+ "Ce paramètre permet à tous les codes courts des widgets (même des codes "
766
+ "courts d'autres plugins)."
767
+
768
+ #: library/plugin-settings.php:927 library/plugin-settings.php:932
769
+ msgid "Categories"
770
+ msgstr "Catégories"
771
+
772
+ #: library/plugin-settings.php:935
773
+ msgid ""
774
+ "Select which categories may be assigned to submitted posts (click to toggle)"
775
+ msgstr ""
776
+ "Sélectionnez les catégories qui peuvent être attribuées aux publications "
777
+ "soumises (cliquez pour basculer)"
778
+
779
+ #: library/plugin-settings.php:952
780
+ msgid "Hidden/Default Category"
781
+ msgstr "Catégorie cachée / par défaut"
782
+
783
+ #: library/plugin-settings.php:954
784
+ msgid ""
785
+ "Use a hidden field for the post category. This may be used to specify a "
786
+ "default category when the category field is disabled."
787
+ msgstr ""
788
+ "Utilisez un champ caché pour la catégorie de publication. Cela peut être "
789
+ "utilisé pour spécifier une catégorie par défaut lorsque le champ de "
790
+ "catégorie est désactivé."
791
+
792
+ #: library/plugin-settings.php:957
793
+ msgid "Category ID for Hidden Field"
794
+ msgstr "ID de catégorie pour champ caché"
795
+
796
+ #: library/plugin-settings.php:959
797
+ msgid ""
798
+ "Specify the ID of the category to use for the &ldquo;Hidden/Default "
799
+ "Category&rdquo; option."
800
+ msgstr ""
801
+ "Spécifiez l'ID de la catégorie à utiliser pour l'option \"Catégorie cachée / "
802
+ "défaut\"."
803
+
804
+ #: library/plugin-settings.php:964
805
+ msgid "Users"
806
+ msgstr "Utilisateurs"
807
+
808
+ #: library/plugin-settings.php:969
809
+ msgid "Assigned Author"
810
+ msgstr "Auteur affecté"
811
+
812
+ #: library/plugin-settings.php:978
813
+ msgid ""
814
+ "Specify the user that should be assigned as author for user-submitted posts."
815
+ msgstr ""
816
+ "Spécifiez l'utilisateur qui doit être assigné comme auteur pour les messages "
817
+ "envoyés par l'utilisateur."
818
+
819
+ #: library/plugin-settings.php:982
820
+ msgid "Registered Username"
821
+ msgstr "Nom d'utilisateur enregistré"
822
+
823
+ #: library/plugin-settings.php:984
824
+ msgid ""
825
+ "Use registered username as post author. Valid when the person submitting the "
826
+ "form is logged in to WordPress."
827
+ msgstr ""
828
+ "Utilisez un nom d'utilisateur enregistré comme auteur de publication. Valide "
829
+ "lorsque la personne qui soumet le formulaire est connectée à WordPress."
830
+
831
+ #: library/plugin-settings.php:987
832
+ msgid "User Profile URL"
833
+ msgstr "URL du profil utilisateur"
834
+
835
+ #: library/plugin-settings.php:989
836
+ msgid ""
837
+ "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid "
838
+ "when the person submitting the form is logged in to WordPress."
839
+ msgstr ""
840
+ "Utilisez l'URL du profil de l'utilisateur enregistré comme valeur du champ "
841
+ "URL. Valide lorsque la personne qui soumet le formulaire est connectée à "
842
+ "WordPress."
843
+
844
+ #: library/plugin-settings.php:992
845
+ msgid "Require User Login"
846
+ msgstr "Exiger une connexion utilisateur"
847
+
848
+ #: library/plugin-settings.php:994
849
+ msgid "Require users to be logged in to WordPress to view/submit the form"
850
+ msgstr ""
851
+ "Demander aux utilisateurs d'être connectés à WordPress pour afficher / "
852
+ "soumettre le formulaire"
853
+
854
+ #: library/plugin-settings.php:1006
855
+ msgid ""
856
+ "To prevent spam, enter a question that users must answer before submitting "
857
+ "the form."
858
+ msgstr ""
859
+ "Pour éviter tout courrier indésirable, entrez une question que les "
860
+ "utilisateurs doivent répondre avant de soumettre le formulaire."
861
+
862
+ #: library/plugin-settings.php:1009
863
+ msgid "Challenge Response"
864
+ msgstr "Réponse du défi"
865
+
866
+ #: library/plugin-settings.php:1011
867
+ msgid "Enter the *only* correct answer to the challenge question."
868
+ msgstr "Entrez la *seule* réponse correcte à la question du défi."
869
+
870
+ #: library/plugin-settings.php:1014
871
+ msgid "Case-sensitivity"
872
+ msgstr "Sensibilité à la casse"
873
+
874
+ #: library/plugin-settings.php:1016
875
+ msgid "Check this box if you want the challenge response to be case-sensitive."
876
+ msgstr ""
877
+ "Cochez cette case si vous souhaitez que la réponse au défi soit sensible à "
878
+ "la casse."
879
+
880
+ #: library/plugin-settings.php:1022
881
+ msgid "To enable Google reCAPTCHA, enter your public and private keys."
882
+ msgstr "Pour activer Google reCAPTCHA, entrez vos clés publiques et privées."
883
+
884
+ #: library/plugin-settings.php:1027
885
+ msgid "Public Key"
886
+ msgstr "Clé publique"
887
+
888
+ #: library/plugin-settings.php:1029
889
+ msgid "Enter your Public Key"
890
+ msgstr "Entrez votre clé publique"
891
+
892
+ #: library/plugin-settings.php:1032
893
+ msgid "Private Key"
894
+ msgstr "Clé privée"
895
+
896
+ #: library/plugin-settings.php:1034
897
+ msgid "Enter your Private Key"
898
+ msgstr "Entrez votre clé privée"
899
+
900
+ #: library/plugin-settings.php:1039
901
+ msgid "Email Alerts"
902
+ msgstr "Alertes par courrier électronique"
903
+
904
+ #: library/plugin-settings.php:1044
905
+ msgid "Receive Email Alert"
906
+ msgstr "Recevoir une alerte par courrier électronique"
907
+
908
+ #: library/plugin-settings.php:1046
909
+ msgid ""
910
+ "Check this box if you want to be notified via email for new post submissions."
911
+ msgstr ""
912
+ "Cochez cette case si vous souhaitez être averti par courrier électronique "
913
+ "pour les nouvelles soumissions."
914
+
915
+ #: library/plugin-settings.php:1049
916
+ msgid "Enable HTML Format"
917
+ msgstr "Activer le format HTML"
918
+
919
+ #: library/plugin-settings.php:1051
920
+ msgid "Check this box to enable HTML format for email alerts."
921
+ msgstr ""
922
+ "Cochez cette case pour activer le format HTML pour les alertes par courrier "
923
+ "électronique."
924
+
925
+ #: library/plugin-settings.php:1054
926
+ msgid "Email Address for Alerts"
927
+ msgstr "Adresse électronique pour les alertes"
928
+
929
+ #: library/plugin-settings.php:1056
930
+ msgid ""
931
+ "If you checked the box to receive email alerts, indicate here the address(es)"
932
+ " to which the emails should be sent."
933
+ msgstr ""
934
+ "Si vous avez coché la case pour recevoir des alertes par courrier "
935
+ "électronique, indiquez ici les adresses auxquelles les courriels doivent "
936
+ "être envoyés."
937
+
938
+ #: library/plugin-settings.php:1057
939
+ msgid "Multiple recipients may be included using a comma, like so:"
940
+ msgstr ""
941
+ "Plusieurs destinataires peuvent être inclus en utilisant une virgule, de la "
942
+ "manière suivante:"
943
+
944
+ #: library/plugin-settings.php:1060
945
+ msgid "Email &ldquo;From&rdquo; Address"
946
+ msgstr "Email \"From\" Adresse"
947
+
948
+ #: library/plugin-settings.php:1062
949
+ msgid ""
950
+ "Here you may customize the address(es) used for the &ldquo;From&rdquo; "
951
+ "header (see plugin FAQs for info). "
952
+ msgstr ""
953
+ "Ici, vous pouvez personnaliser les adresses utilisées pour l'en-tête \"De\" "
954
+ "(voir les FAQ sur les plugins pour plus d'informations)."
955
+
956
+ #: library/plugin-settings.php:1063
957
+ msgid ""
958
+ "If multiple addresses are specified in the previous setting, include an "
959
+ "equal number of &ldquo;From&rdquo; addresses for this setting (in the same "
960
+ "order)."
961
+ msgstr ""
962
+ "Si plusieurs adresses sont spécifiées dans le paramètre précédent, incluez "
963
+ "un nombre égal d'adresses \"De\" pour ce paramètre (dans le même ordre)."
964
+
965
+ #: library/plugin-settings.php:1066
966
+ msgid "Email Alert Subject"
967
+ msgstr "Sujet Alerte Email"
968
+
969
+ #: library/plugin-settings.php:1068
970
+ msgid ""
971
+ "Subject line for email alerts. Leave blank to use the default subject line. "
972
+ "Note: you can use the following variables: "
973
+ msgstr ""
974
+ "Ligne de sujet pour les alertes par courrier électronique. Laissez vide pour "
975
+ "utiliser la ligne d'objet par défaut. Remarque: vous pouvez utiliser les "
976
+ "variables suivantes:"
977
+
978
+ #: library/plugin-settings.php:1072
979
+ msgid "Email Alert Message"
980
+ msgstr "Message d'alerte par courrier électronique"
981
+
982
+ #: library/plugin-settings.php:1074
983
+ msgid ""
984
+ "Message for email alerts. Leave blank to use the default message. Note: you "
985
+ "can use the following variables: "
986
+ msgstr ""
987
+ "Message pour les alertes par courrier électronique. Laissez vide pour "
988
+ "utiliser le message par défaut. Remarque: vous pouvez utiliser les variables "
989
+ "suivantes:"
990
+
991
+ #: library/plugin-settings.php:1085
992
+ msgid "Featured Image"
993
+ msgstr "L'image sélectionnée"
994
+
995
+ #: library/plugin-settings.php:1087
996
+ msgid ""
997
+ "Set submitted images as Featured Images. Requires theme support for Featured "
998
+ "Images (aka Post Thumbnails)."
999
+ msgstr ""
1000
+ "Définissez les images soumises sous forme d'images en vedette. Nécessite un "
1001
+ "support thématique pour les images en vedette (aka Post Thumbnails)."
1002
+
1003
+ #: library/plugin-settings.php:1090
1004
+ msgid "Upload Message"
1005
+ msgstr "Envoyer un message"
1006
+
1007
+ #: library/plugin-settings.php:1092
1008
+ msgid ""
1009
+ "Message that appears next to the upload field. Useful for stating your "
1010
+ "upload guidelines/policy/etc. Basic markup allowed."
1011
+ msgstr ""
1012
+ "Message qui apparaît à côté du champ de téléchargement. Utile pour indiquer "
1013
+ "vos lignes directrices / politique / etc. Marquage de base autorisé."
1014
+
1015
+ #: library/plugin-settings.php:1095
1016
+ msgid "&ldquo;Add another image&rdquo; link"
1017
+ msgstr "Lien \"Ajouter une autre image\""
1018
+
1019
+ #: library/plugin-settings.php:1097
1020
+ msgid ""
1021
+ "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to "
1022
+ "use the default markup (recommended)."
1023
+ msgstr ""
1024
+ "Marquage personnalisé pour le lien \"Ajouter une autre image\". Laissez vide "
1025
+ "pour utiliser le marquage par défaut (recommandé)."
1026
+
1027
+ #: library/plugin-settings.php:1100
1028
+ msgid "Minimum number of images"
1029
+ msgstr "Nombre minimum d'images"
1030
+
1031
+ #: library/plugin-settings.php:1103
1032
+ msgid "Specify the minimum number of images."
1033
+ msgstr "Spécifiez le nombre minimum d'images."
1034
+
1035
+ #: library/plugin-settings.php:1107
1036
+ msgid "Maximum number of images"
1037
+ msgstr "Nombre maximum d'images"
1038
+
1039
+ #: library/plugin-settings.php:1110
1040
+ msgid "Specify the maximum number of images."
1041
+ msgstr "Spécifiez le nombre maximum d'images."
1042
+
1043
+ #: library/plugin-settings.php:1114
1044
+ msgid "Minimum image width"
1045
+ msgstr "Largeur minimale de l'image"
1046
+
1047
+ #: library/plugin-settings.php:1116
1048
+ msgid "Specify a minimum width (in pixels) for uploaded images."
1049
+ msgstr ""
1050
+ "Spécifiez une largeur minimale (en pixels) pour les images téléchargées."
1051
+
1052
+ #: library/plugin-settings.php:1119
1053
+ msgid "Minimum image height"
1054
+ msgstr "Hauteur d'image minimale"
1055
+
1056
+ #: library/plugin-settings.php:1121
1057
+ msgid "Specify a minimum height (in pixels) for uploaded images."
1058
+ msgstr ""
1059
+ "Spécifiez une hauteur minimale (en pixels) pour les images téléchargées."
1060
+
1061
+ #: library/plugin-settings.php:1124
1062
+ msgid "Maximum image width"
1063
+ msgstr "Largeur maximale de l'image"
1064
+
1065
+ #: library/plugin-settings.php:1126
1066
+ msgid "Specify a maximum width (in pixels) for uploaded images."
1067
+ msgstr ""
1068
+ "Spécifiez une largeur maximale (en pixels) pour les images téléchargées."
1069
+
1070
+ #: library/plugin-settings.php:1129
1071
+ msgid "Maximum image height"
1072
+ msgstr "Hauteur maximale de l'image"
1073
+
1074
+ #: library/plugin-settings.php:1131
1075
+ msgid "Specify a maximum height (in pixels) for uploaded images."
1076
+ msgstr ""
1077
+ "Spécifiez une hauteur maximale (en pixels) pour les images téléchargées."
1078
+
1079
+ #: library/plugin-settings.php:1134
1080
+ msgid "More Options"
1081
+ msgstr "Plus d'options"
1082
+
1083
+ #: library/plugin-settings.php:1137
1084
+ msgid ""
1085
+ "For more options, like the ability to upload other file types (like PDF, "
1086
+ "Word, Zip, videos, and more), check out"
1087
+ msgstr ""
1088
+ "Pour plus d'options, comme la possibilité de télécharger d'autres types de "
1089
+ "fichiers (comme PDF, Word, Zip, vidéos et plus), consultez"
1090
+
1091
+ #: library/plugin-settings.php:1138
1092
+ msgid "Go Pro!"
1093
+ msgstr "Go Pro!"
1094
+
1095
+ #: library/plugin-settings.php:1138
1096
+ msgid "USP Pro"
1097
+ msgstr "USP Pro"
1098
+
1099
+ #: library/plugin-settings.php:1145
1100
+ msgid "Auto-Display Content"
1101
+ msgstr "Contenu de l'affichage automatique"
1102
+
1103
+ #: library/plugin-settings.php:1150
1104
+ msgid "Images Auto-Display"
1105
+ msgstr "Affichage automatique des images"
1106
+
1107
+ #: library/plugin-settings.php:1152
1108
+ msgid "Auto-display user-submitted images:"
1109
+ msgstr "Affichage automatique des images soumises par les utilisateurs:"
1110
+
1111
+ #: library/plugin-settings.php:1157
1112
+ msgid "Image Markup"
1113
+ msgstr "Marquage de l'image"
1114
+
1115
+ #: library/plugin-settings.php:1159
1116
+ msgid ""
1117
+ "Markup to use for each submitted image (when auto-display is enabled). Can "
1118
+ "use"
1119
+ msgstr ""
1120
+ "Marquage à utiliser pour chaque image soumise (lorsque l'affichage "
1121
+ "automatique est activé). Peut utiliser"
1122
+
1123
+ #: library/plugin-settings.php:1161 library/plugin-settings.php:1174
1124
+ #: library/plugin-settings.php:1187
1125
+ msgid "and"
1126
+ msgstr "et"
1127
+
1128
+ #: library/plugin-settings.php:1164
1129
+ msgid "Email Auto-Display"
1130
+ msgstr "Affichage automatique des e-mails"
1131
+
1132
+ #: library/plugin-settings.php:1166
1133
+ msgid "Auto-display user-submitted email:"
1134
+ msgstr ""
1135
+ "Affichage automatique du courrier électronique envoyé par l'utilisateur:"
1136
+
1137
+ #: library/plugin-settings.php:1171
1138
+ msgid "Email Markup"
1139
+ msgstr "Marquage par courrier électronique"
1140
+
1141
+ #: library/plugin-settings.php:1173
1142
+ msgid ""
1143
+ "Markup to use for the submitted email address (when auto-display is enabled)."
1144
+ " Can use"
1145
+ msgstr ""
1146
+ "Marquage à utiliser pour l'adresse électronique envoyée (lorsque l'affichage "
1147
+ "automatique est activé). Peut utiliser"
1148
+
1149
+ #: library/plugin-settings.php:1177
1150
+ msgid "URL Auto-Display"
1151
+ msgstr "URL Auto-Display"
1152
+
1153
+ #: library/plugin-settings.php:1179
1154
+ msgid "Auto-display user-submitted URL:"
1155
+ msgstr "Affichage automatique de l'URL envoyée par l'utilisateur:"
1156
+
1157
+ #: library/plugin-settings.php:1184
1158
+ msgid "URL Markup"
1159
+ msgstr "Marquage d'URL"
1160
+
1161
+ #: library/plugin-settings.php:1186
1162
+ msgid ""
1163
+ "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1164
+ msgstr ""
1165
+ "Marquage à utiliser pour l'URL soumise (lorsque l'affichage automatique est "
1166
+ "activé). Peut utiliser"
1167
+
1168
+ #: library/plugin-settings.php:1192 library/plugin-settings.php:1210
1169
+ msgid "Save Settings"
1170
+ msgstr "Enregistrer les paramètres"
1171
+
1172
+ #: library/plugin-settings.php:1197
1173
+ msgid "Restore Defaults"
1174
+ msgstr "Réinitialiser"
1175
+
1176
+ #: library/plugin-settings.php:1201
1177
+ msgid "Restore default options upon plugin deactivation/reactivation."
1178
+ msgstr ""
1179
+ "Restaurer les options par défaut lors de la désactivation / réactivation du "
1180
+ "plugin."
1181
+
1182
+ #: library/plugin-settings.php:1205
1183
+ msgid "Tip:"
1184
+ msgstr "Pointe:"
1185
+
1186
+ #: library/plugin-settings.php:1206
1187
+ msgid "leave this option unchecked to remember your settings."
1188
+ msgstr "Laissez cette option désactivée pour vous rappeler vos paramètres."
1189
+
1190
+ #: library/plugin-settings.php:1207
1191
+ msgid ""
1192
+ "Or, to go ahead and restore all default options, check the box, save your "
1193
+ "settings, and then deactivate/reactivate the plugin."
1194
+ msgstr ""
1195
+ "Ou, pour aller de l'avant et restaurer toutes les options par défaut, cocher "
1196
+ "la case, enregistrer vos paramètres, puis désactiver / réactiver le plugin."
1197
+
1198
+ #: library/plugin-settings.php:1215
1199
+ msgid "Shortcode &amp; Template Tag"
1200
+ msgstr "Code court et étiquette de modèle"
1201
+
1202
+ #: library/plugin-settings.php:1218
1203
+ msgid ""
1204
+ "To implement USP, first configure the plugin settings, then use the "
1205
+ "shortcode or template to display the form on the front-end as desired."
1206
+ msgstr ""
1207
+ "Pour implémenter USP, configurez d'abord les paramètres du plugin, puis "
1208
+ "utilisez le shortcode ou le modèle pour afficher le formulaire sur le front-"
1209
+ "end tel que désiré."
1210
+
1211
+ #: library/plugin-settings.php:1220
1212
+ msgid "Shortcode"
1213
+ msgstr "Petit code"
1214
+
1215
+ #: library/plugin-settings.php:1221
1216
+ msgid "Use this shortcode to display the USP Form on any WP Post or Page:"
1217
+ msgstr ""
1218
+ "Utilisez ce shortcode pour afficher le formulaire USP sur n'importe quel "
1219
+ "poste ou page WP:"
1220
+
1221
+ #: library/plugin-settings.php:1224
1222
+ msgid "Template tag"
1223
+ msgstr "Étiquette de modèle"
1224
+
1225
+ #: library/plugin-settings.php:1225
1226
+ msgid ""
1227
+ "Use this template tag to display the USP Form anywhere in your theme "
1228
+ "template:"
1229
+ msgstr ""
1230
+ "Utilisez cette étiquette de modèle pour afficher le formulaire USP n'importe "
1231
+ "où dans votre modèle de thème:"
1232
+
1233
+ #: library/plugin-settings.php:1231
1234
+ msgid "Show Support"
1235
+ msgstr "Afficher le support"
1236
+
1237
+ #: library/plugin-settings.php:1243
1238
+ msgid "by"
1239
+ msgstr "par"
1240
+
1241
+ #: library/plugin-settings.php:1244
1242
+ msgid "Jeff Starr on Twitter"
1243
+ msgstr "Jeff Starr sur Twitter"
1244
+
1245
+ #: library/plugin-settings.php:1245
1246
+ msgid "Obsessive Web Design &amp; Development"
1247
+ msgstr "Conception et développement Web obsessive"
1248
+
1249
+ #: library/plugin-settings.php:1256
1250
+ msgid "Save Preference"
1251
+ msgstr "Enregistrer la préférence"
1252
+
1253
+ #: library/plugin-settings.php:1263
1254
+ msgid ""
1255
+ "Are you sure you want to restore all default options? (this action cannot be "
1256
+ "undone)"
1257
+ msgstr ""
1258
+ "Êtes-vous sûr de vouloir restaurer toutes les options par défaut? (cette "
1259
+ "action ne peut pas être annulée)"
1260
+
1261
+ #: library/template-tags.php:214
1262
+ msgid "View full post"
1263
+ msgstr "Voir l'article complet"
1264
+
1265
+ #. Description of the plugin
1266
+ msgid ""
1267
+ "Enables your visitors to submit posts and images from anywhere on your site."
1268
+ msgstr ""
1269
+ "Permet à vos visiteurs de soumettre des messages et des images de n'importe "
1270
+ "où sur votre site."
1271
+
1272
+ #. URI of the plugin
1273
+ msgid "https://perishablepress.com/user-submitted-posts/"
1274
+ msgstr "Https://perishablepress.com/user-submited-posts/"
1275
+
1276
+ #. Author of the plugin
1277
+ msgid "Jeff Starr"
1278
+ msgstr "Jeff Starr"
1279
+
1280
+ #. Author URI of the plugin
1281
+ msgid "https://plugin-planet.com/"
1282
+ msgstr "Https://plugin-planet.com/"
languages/usp-he_IL.mo ADDED
Binary file
languages/usp-he_IL.po ADDED
@@ -0,0 +1,1217 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: Loco - https://localise.biz/\n"
7
+ "Project-Id-Version: USP\n"
8
+ "Language: he-IL\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2017-08-03 19:42+0000\n"
11
+ "PO-Revision-Date: 2017-08-03 19:42+0000\n"
12
+ "Last-Translator: Jeff Starr <help@monzillamedia.com>\n"
13
+ "Language-Team: Hebrew\n"
14
+ "Plural-Forms: nplurals=2; plural=n != 1"
15
+
16
+ #. Name of the plugin
17
+ #: user-submitted-posts.php:43
18
+ msgid "User Submitted Posts"
19
+ msgstr "הודעות שנשלחו על ידי משתמשים"
20
+
21
+ #: user-submitted-posts.php:75
22
+ msgid "requires WordPress "
23
+ msgstr "דורש וורדפרס"
24
+
25
+ #: user-submitted-posts.php:76
26
+ msgid " or higher, and has been deactivated! "
27
+ msgstr " או גבוה יותר, והיא הופסקה!"
28
+
29
+ #: user-submitted-posts.php:77
30
+ msgid "Please return to the"
31
+ msgstr "חזור אל"
32
+
33
+ #: user-submitted-posts.php:78
34
+ msgid "WordPress Admin Area"
35
+ msgstr "אזור ניהול וורדפרס"
36
+
37
+ #: user-submitted-posts.php:79
38
+ msgid "to upgrade WordPress and try again."
39
+ msgstr "כדי לשדרג וורדפרס ונסה שוב."
40
+
41
+ #: user-submitted-posts.php:121
42
+ msgid "User Submitted Post"
43
+ msgstr "פוסט שנשלח על ידי משתמשים"
44
+
45
+ #: user-submitted-posts.php:384
46
+ msgid "User Submitted Post Info"
47
+ msgstr "פרטי פוסט שנשלחו על ידי המשתמש"
48
+
49
+ #: user-submitted-posts.php:414
50
+ msgid "Submitter Name: "
51
+ msgstr "שם איש קשר:"
52
+
53
+ #: user-submitted-posts.php:415
54
+ msgid "Submitter Email: "
55
+ msgstr "דוא\"ל דוא\"ל:"
56
+
57
+ #: user-submitted-posts.php:416
58
+ msgid "Submitter URL: "
59
+ msgstr "כתובת אתר של שולח:"
60
+
61
+ #: user-submitted-posts.php:417
62
+ msgid "Submitter IP: "
63
+ msgstr "כתובת IP של שולח:"
64
+
65
+ #: user-submitted-posts.php:468
66
+ msgid "Show USP Posts"
67
+ msgstr "הצג הודעות USP"
68
+
69
+ #: user-submitted-posts.php:469
70
+ msgid "USP"
71
+ msgstr "USP"
72
+
73
+ #: user-submitted-posts.php:1103
74
+ msgid " files required"
75
+ msgstr " הקבצים הנדרשים"
76
+
77
+ #: user-submitted-posts.php:1104
78
+ msgid " file required"
79
+ msgstr " הקובץ הנדרש"
80
+
81
+ #: user-submitted-posts.php:1106
82
+ msgid " files"
83
+ msgstr " קבצים"
84
+
85
+ #: user-submitted-posts.php:1107
86
+ msgid " file"
87
+ msgstr " קוֹבֶץ"
88
+
89
+ #: user-submitted-posts.php:1109 user-submitted-posts.php:1110
90
+ #: user-submitted-posts.php:1111 user-submitted-posts.php:1112
91
+ msgid " pixels"
92
+ msgstr " פיקסלים"
93
+
94
+ #: user-submitted-posts.php:1115
95
+ msgid "An error occurred. Please go back and try again."
96
+ msgstr "התרחשה שגיאה. אנא חזור ונסה שוב."
97
+
98
+ #: user-submitted-posts.php:1125
99
+ msgid "User login required"
100
+ msgstr "נדרשת התחברות משתמש"
101
+
102
+ #: user-submitted-posts.php:1126
103
+ msgid "User name required"
104
+ msgstr "שם משתמש (חובה"
105
+
106
+ #: user-submitted-posts.php:1127
107
+ msgid "Post title required"
108
+ msgstr "כותרת ההודעה נדרשת"
109
+
110
+ #: user-submitted-posts.php:1128
111
+ msgid "User URL required"
112
+ msgstr "כתובת האתר של המשתמש דרושה"
113
+
114
+ #: user-submitted-posts.php:1129
115
+ msgid "Post tags required"
116
+ msgstr "דרושים תגי פוסט"
117
+
118
+ #: user-submitted-posts.php:1130
119
+ msgid "Post category required"
120
+ msgstr "דרושה קטגוריה"
121
+
122
+ #: user-submitted-posts.php:1131
123
+ msgid "Post content required"
124
+ msgstr "פרסם תוכן נדרש"
125
+
126
+ #: user-submitted-posts.php:1132 user-submitted-posts.php:1133
127
+ msgid "Correct captcha required"
128
+ msgstr "נדרש captcha נכון"
129
+
130
+ #: user-submitted-posts.php:1134
131
+ msgid "User email required"
132
+ msgstr "נדרש דוא\"ל משתמש"
133
+
134
+ #: user-submitted-posts.php:1135
135
+ msgid "Please check your email and try again"
136
+ msgstr "בדוק את הדוא\"ל שלך ונסה שוב"
137
+
138
+ #: user-submitted-posts.php:1136
139
+ msgid "Non-empty value for hidden field"
140
+ msgstr "ערך לא ריק עבור שדה מוסתר"
141
+
142
+ #: user-submitted-posts.php:1137
143
+ msgid "Minimum number of images not met"
144
+ msgstr "המספר המינימלי של תמונות שלא נפגש"
145
+
146
+ #: user-submitted-posts.php:1138
147
+ msgid "Maximum number of images exceeded "
148
+ msgstr "חריגה ממספר התמונות המרבי"
149
+
150
+ #: user-submitted-posts.php:1139
151
+ msgid "Minimum image width not met"
152
+ msgstr "רוחב התמונה המינימלי לא פגש"
153
+
154
+ #: user-submitted-posts.php:1140
155
+ msgid "Image width exceeds maximum"
156
+ msgstr "רוחב התמונה חורג מהמקסימום"
157
+
158
+ #: user-submitted-posts.php:1141
159
+ msgid "Minimum image height not met"
160
+ msgstr "גובה התמונה המינימלי לא נפגש"
161
+
162
+ #: user-submitted-posts.php:1142
163
+ msgid "Image height exceeds maximum"
164
+ msgstr "גובה התמונה חורג מהמקסימום"
165
+
166
+ #: user-submitted-posts.php:1143
167
+ msgid "File type not allowed (please upload images only)"
168
+ msgstr "סוג הקובץ אינו מותר (העלה תמונות בלבד)"
169
+
170
+ #: user-submitted-posts.php:1147
171
+ msgid "Error uploading file. Please check the file size and try again."
172
+ msgstr "שגיאה בהעלאת הקובץ. בדוק את גודל הקובץ ונסה שוב."
173
+
174
+ #: user-submitted-posts.php:1151
175
+ msgid "The file(s) could not be uploaded"
176
+ msgstr "לא ניתן היה לטעון את הקובץ (ים)"
177
+
178
+ #: user-submitted-posts.php:1153
179
+ msgid "Post not created. Please contact the site administrator for help."
180
+ msgstr "הפוסט לא נוצר. פנה למנהל האתר לקבלת עזרה."
181
+
182
+ #: user-submitted-posts.php:1154
183
+ msgid "Duplicate post title. Please try again."
184
+ msgstr "כותרת פוסט כפולה. בבקשה נסה שוב."
185
+
186
+ #: user-submitted-posts.php:1164
187
+ msgid "Error: "
188
+ msgstr "שְׁגִיאָה:"
189
+
190
+ #: user-submitted-posts.php:1190
191
+ msgid "Return to form"
192
+ msgstr "חזור לטופס"
193
+
194
+ #: user-submitted-posts.php:1218 library/plugin-settings.php:658
195
+ msgid "Please"
196
+ msgstr "אנא"
197
+
198
+ #: user-submitted-posts.php:1219
199
+ msgid "log in"
200
+ msgstr "התחברות"
201
+
202
+ #: user-submitted-posts.php:1220
203
+ msgid "to submit content!"
204
+ msgstr "לשלוח תוכן!"
205
+
206
+ #: views/submission-form.php:45 views/submission-form-alt.php:54
207
+ msgid "Please complete the required fields."
208
+ msgstr "נא למלא את השדות הדרושים."
209
+
210
+ #: views/submission-form.php:55 views/submission-form.php:56
211
+ #: views/submission-form-alt.php:60 views/submission-form-alt.php:61
212
+ msgid "Your Name"
213
+ msgstr "השם שלך"
214
+
215
+ #: views/submission-form.php:61 views/submission-form.php:62
216
+ #: views/submission-form-alt.php:66 views/submission-form-alt.php:67
217
+ msgid "Your URL"
218
+ msgstr "כתובת האתר שלך"
219
+
220
+ #: views/submission-form.php:67 views/submission-form.php:68
221
+ #: views/submission-form-alt.php:72 views/submission-form-alt.php:73
222
+ msgid "Your Email"
223
+ msgstr "האימייל שלך"
224
+
225
+ #: views/submission-form.php:73 views/submission-form.php:74
226
+ #: views/submission-form-alt.php:78 views/submission-form-alt.php:79
227
+ #: library/plugin-settings.php:747
228
+ msgid "Post Title"
229
+ msgstr "כותרת פוסט"
230
+
231
+ #: views/submission-form.php:79 views/submission-form.php:80
232
+ #: views/submission-form-alt.php:84 views/submission-form-alt.php:85
233
+ #: library/plugin-settings.php:757
234
+ msgid "Post Tags"
235
+ msgstr "תגי פוסט"
236
+
237
+ #: views/submission-form.php:86 views/submission-form-alt.php:91
238
+ msgid "Antispam Question"
239
+ msgstr "שאלה אנטי ספאם"
240
+
241
+ #: views/submission-form.php:91 views/submission-form-alt.php:96
242
+ #: library/plugin-settings.php:767
243
+ msgid "Post Category"
244
+ msgstr "פוסט קטגוריה"
245
+
246
+ #: views/submission-form.php:93 views/submission-form-alt.php:98
247
+ msgid "Please select a category.."
248
+ msgstr "בחר קטגוריה .."
249
+
250
+ #: views/submission-form.php:128 views/submission-form.php:129
251
+ #: views/submission-form-alt.php:133 views/submission-form-alt.php:134
252
+ #: library/plugin-settings.php:777
253
+ msgid "Post Content"
254
+ msgstr "תוכן פוסט"
255
+
256
+ #: views/submission-form.php:135 views/submission-form-alt.php:140
257
+ msgid "Verification"
258
+ msgstr "אימות"
259
+
260
+ #: views/submission-form.php:142 views/submission-form-alt.php:147
261
+ msgid "Upload an Image"
262
+ msgstr "העלה תמונה"
263
+
264
+ #: views/submission-form.php:151 views/submission-form-alt.php:156
265
+ msgid "Add another image"
266
+ msgstr "הוסף תמונה אחרת"
267
+
268
+ #: views/submission-form.php:173 views/submission-form-alt.php:178
269
+ msgid "Human verification: leave this field empty."
270
+ msgstr "אימות אנושי: השאר שדה זה ריק."
271
+
272
+ #: views/submission-form.php:195 views/submission-form-alt.php:200
273
+ msgid "Submit Post"
274
+ msgstr "שלח פוסט"
275
+
276
+ #: library/plugin-settings.php:32
277
+ msgid "Get USP Pro for unlimited forms!"
278
+ msgstr "קבל USP Pro עבור צורות ללא הגבלה!"
279
+
280
+ #: library/plugin-settings.php:33
281
+ msgid "Go Pro"
282
+ msgstr "להתמקצע"
283
+
284
+ #: library/plugin-settings.php:37
285
+ msgid "Settings"
286
+ msgstr "הגדרות"
287
+
288
+ #: library/plugin-settings.php:55
289
+ msgid "Give USP a 5-star rating at WordPress.org"
290
+ msgstr "תן ל- USP דירוג 5 כוכבים ב- WordPress.org"
291
+
292
+ #: library/plugin-settings.php:56
293
+ msgid "Rate this plugin&nbsp;&raquo;"
294
+ msgstr "דרג את הפלאגין הזה"
295
+
296
+ #: library/plugin-settings.php:115
297
+ msgid "WP Post (recommended)"
298
+ msgstr "WP פוסט (מומלץ)"
299
+
300
+ #: library/plugin-settings.php:119
301
+ msgid "WP Page"
302
+ msgstr "דף WP"
303
+
304
+ #: library/plugin-settings.php:135
305
+ msgid "HTML5 Form + Default CSS"
306
+ msgstr "טופס HTML5 + CSS ברירת מחדל"
307
+
308
+ #: library/plugin-settings.php:135
309
+ msgid "(Recommended)"
310
+ msgstr "(מוּמלָץ)"
311
+
312
+ #: library/plugin-settings.php:139
313
+ msgid "HTML5 Form + Disable CSS"
314
+ msgstr "טופס HTML5 + השבת CSS"
315
+
316
+ #: library/plugin-settings.php:139
317
+ msgid "(Provide your own styles)"
318
+ msgstr "(לספק סגנונות משלך)"
319
+
320
+ #: library/plugin-settings.php:143
321
+ msgid "Custom Form + Custom CSS"
322
+ msgstr "טופס מותאם אישית + ​​CSS מותאם אישית"
323
+
324
+ #: library/plugin-settings.php:143
325
+ msgid "(Provide your own form template &amp; styles)"
326
+ msgstr "(לספק תבנית משלך סגנונות)"
327
+
328
+ #: library/plugin-settings.php:159 library/plugin-settings.php:183
329
+ #: library/plugin-settings.php:206
330
+ msgid "Auto-display before post content"
331
+ msgstr "תצוגה אוטומטית לפני פרסום תוכן"
332
+
333
+ #: library/plugin-settings.php:163 library/plugin-settings.php:187
334
+ #: library/plugin-settings.php:210
335
+ msgid "Auto-display after post content"
336
+ msgstr "תצוגה אוטומטית לאחר פרסום תוכן"
337
+
338
+ #: library/plugin-settings.php:167
339
+ msgid "Do not auto-display submitted images"
340
+ msgstr "אל תציג תמונות שנשלחו באופן אוטומטי"
341
+
342
+ #: library/plugin-settings.php:191
343
+ msgid "Do not auto-display submitted email"
344
+ msgstr "אל תציג באופן אוטומטי דוא\"ל שנשלח"
345
+
346
+ #: library/plugin-settings.php:214
347
+ msgid "Do not auto-display submitted URL"
348
+ msgstr "אל תציג את כתובת האתר שנשלח באופן אוטומטי"
349
+
350
+ #: library/plugin-settings.php:367
351
+ msgid ""
352
+ "There was an error. Please ensure that you have added a title, some content, "
353
+ "and that you have uploaded only images."
354
+ msgstr "ארעה שגיאה. ודא שהוספת כותרת, תוכן מסוים והעלית תמונות בלבד."
355
+
356
+ #: library/plugin-settings.php:381
357
+ msgid "Please select your image(s) to upload."
358
+ msgstr "בחר את התמונות שלך לטעינה."
359
+
360
+ #: library/plugin-settings.php:387
361
+ msgid "Success! Thank you for your submission."
362
+ msgstr "הַצלָחָה! תודה על ההגשה שלך."
363
+
364
+ #: library/plugin-settings.php:413
365
+ msgid "Email"
366
+ msgstr "אֶלֶקטרוֹנִי"
367
+
368
+ #: library/plugin-settings.php:414
369
+ msgid "URL"
370
+ msgstr "כתובת אתר"
371
+
372
+ #: library/plugin-settings.php:645
373
+ msgid "Toggle all panels"
374
+ msgstr "החלף את כל החלוניות"
375
+
376
+ #: library/plugin-settings.php:654
377
+ msgid "We need your support!"
378
+ msgstr "אנו זקוקים לתמיכתך!"
379
+
380
+ #: library/plugin-settings.php:658
381
+ msgid "Make a donation via PayPal"
382
+ msgstr "תרומה באמצעות PayPal"
383
+
384
+ #: library/plugin-settings.php:658
385
+ msgid "make a donation"
386
+ msgstr "לתרום"
387
+
388
+ #: library/plugin-settings.php:658
389
+ msgid "and/or"
390
+ msgstr "ו / או"
391
+
392
+ #: library/plugin-settings.php:659
393
+ msgid "Rate and review at the Plugin Directory"
394
+ msgstr "דרג וסקור את המדריך Plugin"
395
+
396
+ #: library/plugin-settings.php:660
397
+ msgid "give this plugin a 5-star rating"
398
+ msgstr "לתת תוסף זה 5 כוכבים דירוג"
399
+
400
+ #: library/plugin-settings.php:664
401
+ msgid ""
402
+ "Your generous support enables continued development of this free plugin. "
403
+ "Thank you!"
404
+ msgstr "התמיכה הנדיבה שלך מאפשרת המשך פיתוח של תוסף זה בחינם. תודה!"
405
+
406
+ #: library/plugin-settings.php:669
407
+ msgid "Check this box if you have shown support"
408
+ msgstr "סמן תיבה זו אם הצגת תמיכה"
409
+
410
+ #: library/plugin-settings.php:678
411
+ msgid "Overview"
412
+ msgstr "סקירה כללית"
413
+
414
+ #: library/plugin-settings.php:682
415
+ msgid ""
416
+ "enables your visitors to submit posts and upload images from the front-end "
417
+ "of your site. "
418
+ msgstr "מאפשר למבקרים שלך לשלוח פוסטים ולהעלות תמונות מהחלק הקדמי של האתר שלך."
419
+
420
+ #: library/plugin-settings.php:683
421
+ msgid "For advanced functionality and unlimited forms, check out"
422
+ msgstr "לקבלת פונקציונליות מתקדמת וצורות בלתי מוגבלות, בדוק"
423
+
424
+ #: library/plugin-settings.php:684
425
+ msgid "&mdash; the ultimate solution for user-generated content."
426
+ msgstr "- הפתרון האולטימטיבי עבור תוכן שנוצר על ידי משתמשים."
427
+
428
+ #: library/plugin-settings.php:688 library/plugin-settings.php:706
429
+ msgid "Plugin Settings"
430
+ msgstr "הגדרות Plugin"
431
+
432
+ #: library/plugin-settings.php:689
433
+ msgid "Display the form"
434
+ msgstr "הצג את הטופס"
435
+
436
+ #: library/plugin-settings.php:690 library/plugin-settings.php:1243
437
+ msgid "Plugin Homepage"
438
+ msgstr "דף הבית של"
439
+
440
+ #: library/plugin-settings.php:693
441
+ msgid "If you like this plugin, please"
442
+ msgstr "אם אתה אוהב את הפלאגין הזה, בבקשה"
443
+
444
+ #: library/plugin-settings.php:694
445
+ msgid "THANK YOU for your support!"
446
+ msgstr "תודה על תמיכתך!"
447
+
448
+ #: library/plugin-settings.php:694
449
+ msgid "give it a 5-star rating"
450
+ msgstr "לתת לו דירוג 5 כוכבים"
451
+
452
+ #: library/plugin-settings.php:698
453
+ msgid "Unlimited front-end forms"
454
+ msgstr "ללא הגבלה חזיתית צורות"
455
+
456
+ #: library/plugin-settings.php:698
457
+ msgid "Get USP Pro"
458
+ msgstr "קבל USP Pro"
459
+
460
+ #: library/plugin-settings.php:710
461
+ msgid "Configure your settings for User Submitted Posts."
462
+ msgstr "קבע את ההגדרות עבור הודעות שנשלחו על ידי משתמשים."
463
+
464
+ #: library/plugin-settings.php:712
465
+ msgid "Form Fields"
466
+ msgstr "שדות טופס"
467
+
468
+ #: library/plugin-settings.php:717
469
+ msgid "User Name"
470
+ msgstr "שם משתמש"
471
+
472
+ #: library/plugin-settings.php:720 library/plugin-settings.php:730
473
+ #: library/plugin-settings.php:740 library/plugin-settings.php:750
474
+ #: library/plugin-settings.php:760 library/plugin-settings.php:770
475
+ #: library/plugin-settings.php:780 library/plugin-settings.php:790
476
+ #: library/plugin-settings.php:800
477
+ msgid "Display and require"
478
+ msgstr "הצג ודורש"
479
+
480
+ #: library/plugin-settings.php:721 library/plugin-settings.php:731
481
+ #: library/plugin-settings.php:741 library/plugin-settings.php:751
482
+ #: library/plugin-settings.php:761 library/plugin-settings.php:771
483
+ #: library/plugin-settings.php:781
484
+ msgid "Display but do not require"
485
+ msgstr "הצג אך אינו דורש"
486
+
487
+ #: library/plugin-settings.php:722 library/plugin-settings.php:732
488
+ #: library/plugin-settings.php:742 library/plugin-settings.php:752
489
+ #: library/plugin-settings.php:762 library/plugin-settings.php:772
490
+ #: library/plugin-settings.php:782 library/plugin-settings.php:791
491
+ #: library/plugin-settings.php:801
492
+ msgid "Disable this field"
493
+ msgstr "השבת שדה זה"
494
+
495
+ #: library/plugin-settings.php:727
496
+ msgid "User Email"
497
+ msgstr "דוא\"ל משתמש"
498
+
499
+ #: library/plugin-settings.php:737
500
+ msgid "User URL"
501
+ msgstr "כתובת אתר של משתמש"
502
+
503
+ #: library/plugin-settings.php:787 library/plugin-settings.php:793
504
+ #: library/plugin-settings.php:999 library/plugin-settings.php:1004
505
+ msgid "Challenge Question"
506
+ msgstr "שאלה מאתגרת"
507
+
508
+ #: library/plugin-settings.php:793 library/plugin-settings.php:803
509
+ #: library/plugin-settings.php:813
510
+ msgid "(Visit"
511
+ msgstr "(לְבַקֵר"
512
+
513
+ #: library/plugin-settings.php:793 library/plugin-settings.php:803
514
+ #: library/plugin-settings.php:813
515
+ msgid "to configure options)"
516
+ msgstr "כדי להגדיר אפשרויות)"
517
+
518
+ #: library/plugin-settings.php:797 library/plugin-settings.php:803
519
+ #: library/plugin-settings.php:1021
520
+ msgid "Google reCAPTCHA"
521
+ msgstr "Google reCAPTCHA"
522
+
523
+ #: library/plugin-settings.php:807
524
+ msgid "Post Images"
525
+ msgstr "פרסם תמונות"
526
+
527
+ #: library/plugin-settings.php:810
528
+ msgid "Display"
529
+ msgstr "לְהַצִיג"
530
+
531
+ #: library/plugin-settings.php:811
532
+ msgid "Disable"
533
+ msgstr "השבת"
534
+
535
+ #: library/plugin-settings.php:813 library/plugin-settings.php:1080
536
+ msgid "Image Uploads"
537
+ msgstr "העלאות תמונות"
538
+
539
+ #: library/plugin-settings.php:819
540
+ msgid "General Settings"
541
+ msgstr "הגדרות כלליות"
542
+
543
+ #: library/plugin-settings.php:824
544
+ msgid "Form Style"
545
+ msgstr "סגנון טופס"
546
+
547
+ #: library/plugin-settings.php:829
548
+ msgid "With this option, you can copy the plugin&rsquo;s default templates:"
549
+ msgstr "בעזרת אפשרות זו, תוכל להעתיק את תבניות ברירת המחדל של הפלאגין:"
550
+
551
+ #: library/plugin-settings.php:834
552
+ msgid "..and upload them into a directory named"
553
+ msgstr ".. ולהעלות אותם לתוך ספרייה בשם"
554
+
555
+ #: library/plugin-settings.php:834
556
+ msgid "in your theme:"
557
+ msgstr "בנושא שלך:"
558
+
559
+ #: library/plugin-settings.php:840
560
+ msgid ""
561
+ "That will enable you to customize the form and styles as desired. For more "
562
+ "info, check out the \"Custom Submission Form\" section in the"
563
+ msgstr ""
564
+ "זה יאפשר לך להתאים אישית את הטופס והסגנונות לפי הצורך. לקבלת מידע נוסף, עיין "
565
+ "בסעיף \"טופס שליחת טופס מותאם אישית\""
566
+
567
+ #: library/plugin-settings.php:841
568
+ msgid "Installation Docs"
569
+ msgstr "התקנה של Google Docs"
570
+
571
+ #: library/plugin-settings.php:842
572
+ msgid "FYI: here is a"
573
+ msgstr "לידיעתך: הנה א"
574
+
575
+ #: library/plugin-settings.php:842
576
+ msgid "list of USP CSS selectors"
577
+ msgstr "רשימה של בוררי CSS USP"
578
+
579
+ #: library/plugin-settings.php:848
580
+ msgid "Include JavaScript"
581
+ msgstr "כלול JavaScript"
582
+
583
+ #: library/plugin-settings.php:850
584
+ msgid ""
585
+ "Check this box if you want to include the external JavaScript files "
586
+ "(recommended)."
587
+ msgstr "סמן תיבה זו אם ברצונך לכלול את קובצי ה- JavaScript החיצוניים (מומלץ)."
588
+
589
+ #: library/plugin-settings.php:853
590
+ msgid "Targeted Loading"
591
+ msgstr "טעינה ממוקדת"
592
+
593
+ #: library/plugin-settings.php:855
594
+ msgid ""
595
+ "By default, external CSS &amp; JavaScript files are loaded on every page. "
596
+ "Here you may specify the URL of the USP form to load resources only on that "
597
+ "page. Note: leave blank to load on all pages."
598
+ msgstr ""
599
+ "כברירת מחדל, קובצי CSS ו- JavaScript חיצוניים נטענים בכל דף. כאן תוכל לציין "
600
+ "את כתובת האתר של טופס USP כדי לטעון משאבים רק בדף זה. הערה: השאר ריק כדי "
601
+ "לטעון בכל הדפים."
602
+
603
+ #: library/plugin-settings.php:858
604
+ msgid "Post Type"
605
+ msgstr "סוג פוסט"
606
+
607
+ #: library/plugin-settings.php:861
608
+ msgid "Submit posts as WP Posts or Pages"
609
+ msgstr "שלח הודעות כמו הודעות WP או דפים"
610
+
611
+ #: library/plugin-settings.php:865
612
+ msgid "Auto Publish"
613
+ msgstr "פרסום אוטומטי"
614
+
615
+ #: library/plugin-settings.php:868
616
+ msgid "Always moderate via Draft"
617
+ msgstr "תמיד מתון דרך טיוטה"
618
+
619
+ #: library/plugin-settings.php:869
620
+ msgid "Always moderate via Pending"
621
+ msgstr "תמיד מתון באמצעות 'בהמתנה'"
622
+
623
+ #: library/plugin-settings.php:870
624
+ msgid "Always publish immediately"
625
+ msgstr "תמיד לפרסם מיד"
626
+
627
+ #: library/plugin-settings.php:875
628
+ msgid ""
629
+ "Post Status for submitted posts: moderate (recommended), publish immediately,"
630
+ " or publish after any number of approved posts."
631
+ msgstr ""
632
+ "סטטוס פוסט עבור פוסטים שנשלחו: בינוני (מומלץ), פרסם מיד, או פרסם אחרי מספר "
633
+ "רב של פוסטים שאושרו."
634
+
635
+ #: library/plugin-settings.php:879
636
+ msgid "Redirect URL"
637
+ msgstr "כתובת אתר להפניה מחדש"
638
+
639
+ #: library/plugin-settings.php:881
640
+ msgid ""
641
+ "Specify a URL to redirect the user after post-submission. Leave blank to "
642
+ "redirect back to current page."
643
+ msgstr ""
644
+ "ציין כתובת אתר שתפנה מחדש את המשתמש לאחר שליחת ההודעה. השאר ריק כדי להפנות "
645
+ "חזרה לדף הנוכחי."
646
+
647
+ #: library/plugin-settings.php:884
648
+ msgid "Success Message"
649
+ msgstr "הודעת הצלחה"
650
+
651
+ #: library/plugin-settings.php:886
652
+ msgid ""
653
+ "Success message that is displayed if post-submission is successful. Basic "
654
+ "markup is allowed."
655
+ msgstr "הודעת הצלחה המוצגת אם ההודעה שלאחר ההצלה מוצלחת. הסימון הבסיסי מותר."
656
+
657
+ #: library/plugin-settings.php:889
658
+ msgid "Error Message"
659
+ msgstr "הודעת שגיאה"
660
+
661
+ #: library/plugin-settings.php:891
662
+ msgid ""
663
+ "General error message that is displayed if post-submission fails. Basic "
664
+ "markup is allowed."
665
+ msgstr "הודעת שגיאה כללית המוצגת אם ההודעה נכשלה. הסימון הבסיסי מותר."
666
+
667
+ #: library/plugin-settings.php:894
668
+ msgid "Custom Content"
669
+ msgstr "תוכן מותאם אישית"
670
+
671
+ #: library/plugin-settings.php:896
672
+ msgid ""
673
+ "Custom text/markup to be included before the submission form. Leave blank to "
674
+ "disable."
675
+ msgstr "טקסט / סימון מותאם אישית שייכללו לפני טופס ההגשה. השאר ריק כדי להשבית."
676
+
677
+ #: library/plugin-settings.php:899
678
+ msgid "Rich Text Editor"
679
+ msgstr "עורך טקסט עשיר"
680
+
681
+ #: library/plugin-settings.php:901
682
+ msgid ""
683
+ "Check this box if you want to enable WP rich text editing for submitted "
684
+ "posts."
685
+ msgstr "סמן תיבה זו אם ברצונך לאפשר עריכת טקסט עשירה של WP עבור פוסטים שנשלחו."
686
+
687
+ #: library/plugin-settings.php:904
688
+ msgid "Unique Titles"
689
+ msgstr "כותרים ייחודיים"
690
+
691
+ #: library/plugin-settings.php:906
692
+ msgid ""
693
+ "Require submitted post titles to be unique (useful for preventing "
694
+ "multiple/duplicate submitted posts)."
695
+ msgstr ""
696
+ "דרוש לכתוב כותרות לכתוב להיות ייחודי (שימושי למניעת מרובות / כפולות שנשלחו "
697
+ "הודעות)."
698
+
699
+ #: library/plugin-settings.php:909
700
+ msgid "Disable Required"
701
+ msgstr "השבת את דרוש"
702
+
703
+ #: library/plugin-settings.php:911
704
+ msgid ""
705
+ "Disable all required attributes on default form fields (useful for "
706
+ "troubleshooting error messages)."
707
+ msgstr ""
708
+ "השבת את כל התכונות הדרושות בשדות ברירת המחדל (שימושי עבור הודעות שגיאה "
709
+ "לפתרון בעיות)."
710
+
711
+ #: library/plugin-settings.php:914
712
+ msgid "Disable IP Tracking"
713
+ msgstr "השבת מעקב IP"
714
+
715
+ #: library/plugin-settings.php:916
716
+ msgid ""
717
+ "By default USP records the IP address with each submitted post. Check this "
718
+ "box to disable all IP tracking."
719
+ msgstr ""
720
+ "כברירת מחדל, USP מתעדת את כתובת ה- IP עם כל פוסט שנשלח. סמן תיבה זו כדי "
721
+ "להשבית את כל המעקב אחר כתובות IP."
722
+
723
+ #: library/plugin-settings.php:919
724
+ msgid "Enable Shortcodes"
725
+ msgstr "הפעל קודים קצרים"
726
+
727
+ #: library/plugin-settings.php:921
728
+ msgid ""
729
+ "Enable shortcodes in widgets. By default, WordPress does not enable "
730
+ "shortcodes in widgets. "
731
+ msgstr ""
732
+ "אפשר קודים קצרים בווידג'טים. כברירת מחדל, WordPress אינו מאפשר קודים קצרים "
733
+ "בווידג'טים."
734
+
735
+ #: library/plugin-settings.php:922
736
+ msgid ""
737
+ "This setting enables any/all shortcodes in widgets (even shortcodes from "
738
+ "other plugins)."
739
+ msgstr ""
740
+ "הגדרה זו מאפשרת כל / כל הקודים בווידג'טים (אפילו קודים קצרים מתוספים אחרים)."
741
+
742
+ #: library/plugin-settings.php:927 library/plugin-settings.php:932
743
+ msgid "Categories"
744
+ msgstr "קטגוריות"
745
+
746
+ #: library/plugin-settings.php:935
747
+ msgid ""
748
+ "Select which categories may be assigned to submitted posts (click to toggle)"
749
+ msgstr "בחר אילו קטגוריות ניתן להקצות לפוסטים שנשלחו (לחץ כדי לעבור בין מצבים)"
750
+
751
+ #: library/plugin-settings.php:952
752
+ msgid "Hidden/Default Category"
753
+ msgstr "קטגוריה מוסתרת / ברירת מחדל"
754
+
755
+ #: library/plugin-settings.php:954
756
+ msgid ""
757
+ "Use a hidden field for the post category. This may be used to specify a "
758
+ "default category when the category field is disabled."
759
+ msgstr ""
760
+ "השתמש בשדה מוסתר עבור קטגוריית הפוסט. ניתן להשתמש באפשרות זו כדי לציין "
761
+ "קטגוריה של ברירת מחדל כאשר שדה הקטגוריה מושבת."
762
+
763
+ #: library/plugin-settings.php:957
764
+ msgid "Category ID for Hidden Field"
765
+ msgstr "מזהה קטגוריה עבור שדה מוסתר"
766
+
767
+ #: library/plugin-settings.php:959
768
+ msgid ""
769
+ "Specify the ID of the category to use for the &ldquo;Hidden/Default "
770
+ "Category&rdquo; option."
771
+ msgstr "ציין את המזהה של הקטגוריה עבור האפשרות \"Hidden / Default Category\"."
772
+
773
+ #: library/plugin-settings.php:964
774
+ msgid "Users"
775
+ msgstr "משתמשים"
776
+
777
+ #: library/plugin-settings.php:969
778
+ msgid "Assigned Author"
779
+ msgstr "מחבר מוקצה"
780
+
781
+ #: library/plugin-settings.php:978
782
+ msgid ""
783
+ "Specify the user that should be assigned as author for user-submitted posts."
784
+ msgstr "ציין את המשתמש שיש להקצות כמחבר לפוסטים שנשלחו על ידי משתמשים."
785
+
786
+ #: library/plugin-settings.php:982
787
+ msgid "Registered Username"
788
+ msgstr "שם משתמש רשום"
789
+
790
+ #: library/plugin-settings.php:984
791
+ msgid ""
792
+ "Use registered username as post author. Valid when the person submitting the "
793
+ "form is logged in to WordPress."
794
+ msgstr ""
795
+ "השתמש בשם משתמש רשום ככותב פוסט. תקף כאשר האדם שולח את הטופס מחובר ל- "
796
+ "WordPress."
797
+
798
+ #: library/plugin-settings.php:987
799
+ msgid "User Profile URL"
800
+ msgstr "כתובת אתר של פרופיל משתמש"
801
+
802
+ #: library/plugin-settings.php:989
803
+ msgid ""
804
+ "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid "
805
+ "when the person submitting the form is logged in to WordPress."
806
+ msgstr ""
807
+ "השתמש בכתובת האתר של המשתמש הרשום של המשתמש כערך השדה של כתובת האתר. תקף "
808
+ "כאשר האדם שולח את הטופס מחובר ל- WordPress."
809
+
810
+ #: library/plugin-settings.php:992
811
+ msgid "Require User Login"
812
+ msgstr "דרוש התחברות משתמש"
813
+
814
+ #: library/plugin-settings.php:994
815
+ msgid "Require users to be logged in to WordPress to view/submit the form"
816
+ msgstr "לדרוש מהמשתמשים להיכנס ל- WordPress כדי להציג / לשלוח את הטופס"
817
+
818
+ #: library/plugin-settings.php:1006
819
+ msgid ""
820
+ "To prevent spam, enter a question that users must answer before submitting "
821
+ "the form."
822
+ msgstr "כדי למנוע דואר זבל, הזן שאלה שעל המשתמשים להשיב עליה לפני שליחת הטופס."
823
+
824
+ #: library/plugin-settings.php:1009
825
+ msgid "Challenge Response"
826
+ msgstr "תגובה לאתגר"
827
+
828
+ #: library/plugin-settings.php:1011
829
+ msgid "Enter the *only* correct answer to the challenge question."
830
+ msgstr "הזן את התשובה הנכונה היחידה לשאלת האתגר."
831
+
832
+ #: library/plugin-settings.php:1014
833
+ msgid "Case-sensitivity"
834
+ msgstr "רגישות למקרה"
835
+
836
+ #: library/plugin-settings.php:1016
837
+ msgid "Check this box if you want the challenge response to be case-sensitive."
838
+ msgstr "סמן תיבה זו אם ברצונך שתגובת האתגר תהיה תלויית רישיות."
839
+
840
+ #: library/plugin-settings.php:1022
841
+ msgid "To enable Google reCAPTCHA, enter your public and private keys."
842
+ msgstr "כדי להפעיל את Google reCAPTCHA, הזן את המפתחות הציבוריים והפרטיים שלך."
843
+
844
+ #: library/plugin-settings.php:1027
845
+ msgid "Public Key"
846
+ msgstr "מפתח ציבורי"
847
+
848
+ #: library/plugin-settings.php:1029
849
+ msgid "Enter your Public Key"
850
+ msgstr "הזן את המפתח הציבורי שלך"
851
+
852
+ #: library/plugin-settings.php:1032
853
+ msgid "Private Key"
854
+ msgstr "מפתח פרטי"
855
+
856
+ #: library/plugin-settings.php:1034
857
+ msgid "Enter your Private Key"
858
+ msgstr "הזן את המפתח הפרטי שלך"
859
+
860
+ #: library/plugin-settings.php:1039
861
+ msgid "Email Alerts"
862
+ msgstr "התראות דוא\"ל"
863
+
864
+ #: library/plugin-settings.php:1044
865
+ msgid "Receive Email Alert"
866
+ msgstr "קבל התראה בדוא\"ל"
867
+
868
+ #: library/plugin-settings.php:1046
869
+ msgid ""
870
+ "Check this box if you want to be notified via email for new post submissions."
871
+ msgstr "סמן תיבה זו אם ברצונך לקבל הודעה בדוא\"ל לגבי הגשות חדשות."
872
+
873
+ #: library/plugin-settings.php:1049
874
+ msgid "Enable HTML Format"
875
+ msgstr "הפעל תבנית HTML"
876
+
877
+ #: library/plugin-settings.php:1051
878
+ msgid "Check this box to enable HTML format for email alerts."
879
+ msgstr "סמן תיבה זו כדי לאפשר תבנית HTML עבור התראות בדוא\"ל."
880
+
881
+ #: library/plugin-settings.php:1054
882
+ msgid "Email Address for Alerts"
883
+ msgstr "כתובת דוא\"ל עבור התראות"
884
+
885
+ #: library/plugin-settings.php:1056
886
+ msgid ""
887
+ "If you checked the box to receive email alerts, indicate here the address(es)"
888
+ " to which the emails should be sent."
889
+ msgstr ""
890
+ "אם סימנת את התיבה כדי לקבל התראות בדוא\"ל, ציין כאן את הכתובת (כתובות) "
891
+ "שאליהן יש לשלוח את האימייל."
892
+
893
+ #: library/plugin-settings.php:1057
894
+ msgid "Multiple recipients may be included using a comma, like so:"
895
+ msgstr "ניתן לכלול מספר נמענים באמצעות פסיק, כך:"
896
+
897
+ #: library/plugin-settings.php:1060
898
+ msgid "Email &ldquo;From&rdquo; Address"
899
+ msgstr "דוא\"ל \"מ\" כתובת"
900
+
901
+ #: library/plugin-settings.php:1062
902
+ msgid ""
903
+ "Here you may customize the address(es) used for the &ldquo;From&rdquo; "
904
+ "header (see plugin FAQs for info). "
905
+ msgstr ""
906
+ "כאן אתה יכול להתאים אישית את כתובת (es) המשמש את הכותרת \"מאת\" (ראה תוסף "
907
+ "שאלות נפוצות עבור מידע)."
908
+
909
+ #: library/plugin-settings.php:1063
910
+ msgid ""
911
+ "If multiple addresses are specified in the previous setting, include an "
912
+ "equal number of &ldquo;From&rdquo; addresses for this setting (in the same "
913
+ "order)."
914
+ msgstr ""
915
+ "אם צוינו מספר כתובות בהגדרה הקודמת, כלול מספר שווה של כתובות \"מאת\" עבור "
916
+ "הגדרה זו (בסדר זהה)."
917
+
918
+ #: library/plugin-settings.php:1066
919
+ msgid "Email Alert Subject"
920
+ msgstr "נושא התראה בדוא\"ל"
921
+
922
+ #: library/plugin-settings.php:1068
923
+ msgid ""
924
+ "Subject line for email alerts. Leave blank to use the default subject line. "
925
+ "Note: you can use the following variables: "
926
+ msgstr ""
927
+ "שורת הנושא עבור התראות בדוא\"ל. השאר ריק כדי להשתמש בשורת הנושא המוגדרת "
928
+ "כברירת מחדל. הערה: ניתן להשתמש במשתנים הבאים:"
929
+
930
+ #: library/plugin-settings.php:1072
931
+ msgid "Email Alert Message"
932
+ msgstr "הודעת התראה בדוא\"ל"
933
+
934
+ #: library/plugin-settings.php:1074
935
+ msgid ""
936
+ "Message for email alerts. Leave blank to use the default message. Note: you "
937
+ "can use the following variables: "
938
+ msgstr ""
939
+ "הודעה עבור התראות בדוא\"ל. השאר ריק כדי להשתמש בהודעת ברירת המחדל. הערה: "
940
+ "ניתן להשתמש במשתנים הבאים:"
941
+
942
+ #: library/plugin-settings.php:1085
943
+ msgid "Featured Image"
944
+ msgstr "תמונה מצורפת"
945
+
946
+ #: library/plugin-settings.php:1087
947
+ msgid ""
948
+ "Set submitted images as Featured Images. Requires theme support for Featured "
949
+ "Images (aka Post Thumbnails)."
950
+ msgstr ""
951
+ "הגדר תמונות שנשלחו כתמונות נבחרות. דורש תמיכה נושא עבור תמונות נבחרות (aka "
952
+ "Post Thumbnails)."
953
+
954
+ #: library/plugin-settings.php:1090
955
+ msgid "Upload Message"
956
+ msgstr "טען הודעה"
957
+
958
+ #: library/plugin-settings.php:1092
959
+ msgid ""
960
+ "Message that appears next to the upload field. Useful for stating your "
961
+ "upload guidelines/policy/etc. Basic markup allowed."
962
+ msgstr ""
963
+ "הודעה שמופיעה ליד שדה ההעלאה. שימושי לקביעת הנחיות העלאה / מדיניות / וכו '. "
964
+ "הסימון הבסיסי מותר."
965
+
966
+ #: library/plugin-settings.php:1095
967
+ msgid "&ldquo;Add another image&rdquo; link"
968
+ msgstr "\"הוסף תמונה אחרת\" הקישור"
969
+
970
+ #: library/plugin-settings.php:1097
971
+ msgid ""
972
+ "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to "
973
+ "use the default markup (recommended)."
974
+ msgstr ""
975
+ "סימון מותאם אישית עבור הקישור \"הוסף תמונה אחרת\". השאר ריק כדי להשתמש "
976
+ "בסימון ברירת המחדל (מומלץ)."
977
+
978
+ #: library/plugin-settings.php:1100
979
+ msgid "Minimum number of images"
980
+ msgstr "מספר תמונות מינימלי"
981
+
982
+ #: library/plugin-settings.php:1103
983
+ msgid "Specify the minimum number of images."
984
+ msgstr "ציין את המספר המינימלי של תמונות."
985
+
986
+ #: library/plugin-settings.php:1107
987
+ msgid "Maximum number of images"
988
+ msgstr "המספר המרבי של תמונות"
989
+
990
+ #: library/plugin-settings.php:1110
991
+ msgid "Specify the maximum number of images."
992
+ msgstr "ציין את המספר המרבי של תמונות."
993
+
994
+ #: library/plugin-settings.php:1114
995
+ msgid "Minimum image width"
996
+ msgstr "רוחב תמונה מינימלי"
997
+
998
+ #: library/plugin-settings.php:1116
999
+ msgid "Specify a minimum width (in pixels) for uploaded images."
1000
+ msgstr "ציין רוחב מינימלי (בפיקסלים) עבור תמונות שהועלו."
1001
+
1002
+ #: library/plugin-settings.php:1119
1003
+ msgid "Minimum image height"
1004
+ msgstr "גובה תמונה מינימלי"
1005
+
1006
+ #: library/plugin-settings.php:1121
1007
+ msgid "Specify a minimum height (in pixels) for uploaded images."
1008
+ msgstr "ציין גובה מינימלי (בפיקסלים) עבור תמונות שהועלו."
1009
+
1010
+ #: library/plugin-settings.php:1124
1011
+ msgid "Maximum image width"
1012
+ msgstr "רוחב תמונה מקסימלי"
1013
+
1014
+ #: library/plugin-settings.php:1126
1015
+ msgid "Specify a maximum width (in pixels) for uploaded images."
1016
+ msgstr "ציין רוחב מרבי (בפיקסלים) עבור תמונות שהועלו."
1017
+
1018
+ #: library/plugin-settings.php:1129
1019
+ msgid "Maximum image height"
1020
+ msgstr "גובה התמונה המרבי"
1021
+
1022
+ #: library/plugin-settings.php:1131
1023
+ msgid "Specify a maximum height (in pixels) for uploaded images."
1024
+ msgstr "ציין גובה מקסימלי (בפיקסלים) עבור תמונות שהועלו."
1025
+
1026
+ #: library/plugin-settings.php:1134
1027
+ msgid "More Options"
1028
+ msgstr "אפשרויות נוספות"
1029
+
1030
+ #: library/plugin-settings.php:1137
1031
+ msgid ""
1032
+ "For more options, like the ability to upload other file types (like PDF, "
1033
+ "Word, Zip, videos, and more), check out"
1034
+ msgstr ""
1035
+ "לקבלת אפשרויות נוספות, כגון היכולת להעלות סוגי קבצים אחרים (כגון PDF, Word, "
1036
+ "Zip, סרטוני וידאו ועוד), בדוק"
1037
+
1038
+ #: library/plugin-settings.php:1138
1039
+ msgid "Go Pro!"
1040
+ msgstr "להתמקצע!"
1041
+
1042
+ #: library/plugin-settings.php:1138
1043
+ msgid "USP Pro"
1044
+ msgstr "USP Pro"
1045
+
1046
+ #: library/plugin-settings.php:1145
1047
+ msgid "Auto-Display Content"
1048
+ msgstr "תוכן תצוגה אוטומטית"
1049
+
1050
+ #: library/plugin-settings.php:1150
1051
+ msgid "Images Auto-Display"
1052
+ msgstr "תמונות תצוגה אוטומטית"
1053
+
1054
+ #: library/plugin-settings.php:1152
1055
+ msgid "Auto-display user-submitted images:"
1056
+ msgstr "תצוגה אוטומטית של תמונות שנשלחו על ידי משתמשים:"
1057
+
1058
+ #: library/plugin-settings.php:1157
1059
+ msgid "Image Markup"
1060
+ msgstr "סימון תמונה"
1061
+
1062
+ #: library/plugin-settings.php:1159
1063
+ msgid ""
1064
+ "Markup to use for each submitted image (when auto-display is enabled). Can "
1065
+ "use"
1066
+ msgstr ""
1067
+ "סמן כדי להשתמש בכל תמונה שנשלח (כאשר התצוגה האוטומטית מופעלת). יכול להשתמש"
1068
+
1069
+ #: library/plugin-settings.php:1161 library/plugin-settings.php:1174
1070
+ #: library/plugin-settings.php:1187
1071
+ msgid "and"
1072
+ msgstr "ו"
1073
+
1074
+ #: library/plugin-settings.php:1164
1075
+ msgid "Email Auto-Display"
1076
+ msgstr "דוא\"ל אוטומטי תצוגה"
1077
+
1078
+ #: library/plugin-settings.php:1166
1079
+ msgid "Auto-display user-submitted email:"
1080
+ msgstr "הצגה אוטומטית של דוא\"ל שנשלח על ידי המשתמש:"
1081
+
1082
+ #: library/plugin-settings.php:1171
1083
+ msgid "Email Markup"
1084
+ msgstr "סימון דוא\"ל"
1085
+
1086
+ #: library/plugin-settings.php:1173
1087
+ msgid ""
1088
+ "Markup to use for the submitted email address (when auto-display is enabled)."
1089
+ " Can use"
1090
+ msgstr ""
1091
+ "סמן כדי להשתמש בכתובת הדוא\"ל שהוגשה (כאשר התצוגה האוטומטית מופעלת). יכול "
1092
+ "להשתמש"
1093
+
1094
+ #: library/plugin-settings.php:1177
1095
+ msgid "URL Auto-Display"
1096
+ msgstr "תצוגה אוטומטית של כתובת אתר"
1097
+
1098
+ #: library/plugin-settings.php:1179
1099
+ msgid "Auto-display user-submitted URL:"
1100
+ msgstr "הצגה אוטומטית של כתובת אתר שנשלחו על ידי המשתמש:"
1101
+
1102
+ #: library/plugin-settings.php:1184
1103
+ msgid "URL Markup"
1104
+ msgstr "סימון כתובת אתר"
1105
+
1106
+ #: library/plugin-settings.php:1186
1107
+ msgid ""
1108
+ "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1109
+ msgstr ""
1110
+ "סמן כדי להשתמש בכתובת האתר שהוגשה (כאשר התצוגה האוטומטית מופעלת). יכול להשתמש"
1111
+
1112
+ #: library/plugin-settings.php:1192 library/plugin-settings.php:1210
1113
+ msgid "Save Settings"
1114
+ msgstr "שמור הגדרות"
1115
+
1116
+ #: library/plugin-settings.php:1197
1117
+ msgid "Restore Defaults"
1118
+ msgstr "לשחזר את ברירות מחדל"
1119
+
1120
+ #: library/plugin-settings.php:1201
1121
+ msgid "Restore default options upon plugin deactivation/reactivation."
1122
+ msgstr "שחזור אפשרויות ברירת המחדל בעת השבתה / הפעלה מחדש של תוסף."
1123
+
1124
+ #: library/plugin-settings.php:1205
1125
+ msgid "Tip:"
1126
+ msgstr "עֵצָה:"
1127
+
1128
+ #: library/plugin-settings.php:1206
1129
+ msgid "leave this option unchecked to remember your settings."
1130
+ msgstr "השאר אפשרות זו לא מסומנת כדי לזכור את ההגדרות שלך."
1131
+
1132
+ #: library/plugin-settings.php:1207
1133
+ msgid ""
1134
+ "Or, to go ahead and restore all default options, check the box, save your "
1135
+ "settings, and then deactivate/reactivate the plugin."
1136
+ msgstr ""
1137
+ "לחלופין, כדי להמשיך ולשחזר את כל אפשרויות ברירת המחדל, סמן את התיבה, שמור את "
1138
+ "ההגדרות שלך ולאחר מכן בטל / הפעל מחדש את הפלאגין."
1139
+
1140
+ #: library/plugin-settings.php:1215
1141
+ msgid "Shortcode &amp; Template Tag"
1142
+ msgstr "קוד קצר ותגית תבנית"
1143
+
1144
+ #: library/plugin-settings.php:1218
1145
+ msgid ""
1146
+ "To implement USP, first configure the plugin settings, then use the "
1147
+ "shortcode or template to display the form on the front-end as desired."
1148
+ msgstr ""
1149
+ "כדי ליישם USP, תחילה להגדיר את הגדרות plugin, ולאחר מכן להשתמש בקוד או "
1150
+ "בתבנית קצרה כדי להציג את הטופס על חזיתית לפי הצורך."
1151
+
1152
+ #: library/plugin-settings.php:1220
1153
+ msgid "Shortcode"
1154
+ msgstr "קוד קצר"
1155
+
1156
+ #: library/plugin-settings.php:1221
1157
+ msgid "Use this shortcode to display the USP Form on any WP Post or Page:"
1158
+ msgstr "השתמש בקוד זה קצר כדי להציג את הטופס USP על כל פוסט WP או דף:"
1159
+
1160
+ #: library/plugin-settings.php:1224
1161
+ msgid "Template tag"
1162
+ msgstr "תג תבנית"
1163
+
1164
+ #: library/plugin-settings.php:1225
1165
+ msgid ""
1166
+ "Use this template tag to display the USP Form anywhere in your theme "
1167
+ "template:"
1168
+ msgstr "השתמש בתג תבנית זה כדי להציג את טופס USP בכל מקום בתבנית ערכת הנושא:"
1169
+
1170
+ #: library/plugin-settings.php:1231
1171
+ msgid "Show Support"
1172
+ msgstr "הצג תמיכה"
1173
+
1174
+ #: library/plugin-settings.php:1243
1175
+ msgid "by"
1176
+ msgstr "על ידי"
1177
+
1178
+ #: library/plugin-settings.php:1244
1179
+ msgid "Jeff Starr on Twitter"
1180
+ msgstr "ג 'ף סטאר ב לצפצף"
1181
+
1182
+ #: library/plugin-settings.php:1245
1183
+ msgid "Obsessive Web Design &amp; Development"
1184
+ msgstr "עיצוב ופיתוח אתרי אינטרנט"
1185
+
1186
+ #: library/plugin-settings.php:1256
1187
+ msgid "Save Preference"
1188
+ msgstr "שמור את ההעדפה"
1189
+
1190
+ #: library/plugin-settings.php:1263
1191
+ msgid ""
1192
+ "Are you sure you want to restore all default options? (this action cannot be "
1193
+ "undone)"
1194
+ msgstr ""
1195
+ "האם אתה בטוח שברצונך לשחזר את כל אפשרויות ברירת המחדל? (פעולה זו לא ניתן "
1196
+ "לבטל)"
1197
+
1198
+ #: library/template-tags.php:214
1199
+ msgid "View full post"
1200
+ msgstr "צפה בהודעה המלאה"
1201
+
1202
+ #. Description of the plugin
1203
+ msgid ""
1204
+ "Enables your visitors to submit posts and images from anywhere on your site."
1205
+ msgstr "מאפשר למבקרים שלך לשלוח פוסטים ותמונות מכל מקום באתר שלך."
1206
+
1207
+ #. URI of the plugin
1208
+ msgid "https://perishablepress.com/user-submitted-posts/"
1209
+ msgstr "Https://perishablepress.com/user-submitted-posts/"
1210
+
1211
+ #. Author of the plugin
1212
+ msgid "Jeff Starr"
1213
+ msgstr "ג 'ף סטאר"
1214
+
1215
+ #. Author URI of the plugin
1216
+ msgid "https://plugin-planet.com/"
1217
+ msgstr "Https://plugin-planet.com/"
languages/usp-hi_IN.mo ADDED
Binary file
languages/usp-hi_IN.po ADDED
@@ -0,0 +1,1262 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: Loco - https://localise.biz/\n"
7
+ "Project-Id-Version: USP\n"
8
+ "Language: hi-IN\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2017-08-03 19:33+0000\n"
11
+ "PO-Revision-Date: 2017-08-03 19:33+0000\n"
12
+ "Last-Translator: Jeff Starr <help@monzillamedia.com>\n"
13
+ "Language-Team: Hindi\n"
14
+ "Plural-Forms: nplurals=2; plural=n != 1"
15
+
16
+ #. Name of the plugin
17
+ #: user-submitted-posts.php:43
18
+ msgid "User Submitted Posts"
19
+ msgstr "उपयोगकर्ता सबमिट किए गए डाक"
20
+
21
+ #: user-submitted-posts.php:75
22
+ msgid "requires WordPress "
23
+ msgstr "वर्डप्रेस की आवश्यकता है"
24
+
25
+ #: user-submitted-posts.php:76
26
+ msgid " or higher, and has been deactivated! "
27
+ msgstr " या अधिक, और निष्क्रिय कर दिया गया है!"
28
+
29
+ #: user-submitted-posts.php:77
30
+ msgid "Please return to the"
31
+ msgstr "कृपया वापस जाएँ"
32
+
33
+ #: user-submitted-posts.php:78
34
+ msgid "WordPress Admin Area"
35
+ msgstr "वर्डप्रेस एडमिन एरिया"
36
+
37
+ #: user-submitted-posts.php:79
38
+ msgid "to upgrade WordPress and try again."
39
+ msgstr "वर्डप्रेस को नवीनीकृत करने और पुनः प्रयास करने के लिए"
40
+
41
+ #: user-submitted-posts.php:121
42
+ msgid "User Submitted Post"
43
+ msgstr "उपयोगकर्ता द्वारा सबमिट की गई पोस्ट"
44
+
45
+ #: user-submitted-posts.php:384
46
+ msgid "User Submitted Post Info"
47
+ msgstr "उपयोगकर्ता सबमिट की गयी पोस्ट जानकारी"
48
+
49
+ #: user-submitted-posts.php:414
50
+ msgid "Submitter Name: "
51
+ msgstr "सबमिटर का नाम:"
52
+
53
+ #: user-submitted-posts.php:415
54
+ msgid "Submitter Email: "
55
+ msgstr "सबमिटर ईमेल:"
56
+
57
+ #: user-submitted-posts.php:416
58
+ msgid "Submitter URL: "
59
+ msgstr "सबमिटर यूआरएल:"
60
+
61
+ #: user-submitted-posts.php:417
62
+ msgid "Submitter IP: "
63
+ msgstr "सबमिटर आईपी:"
64
+
65
+ #: user-submitted-posts.php:468
66
+ msgid "Show USP Posts"
67
+ msgstr "यूएसपी पोस्ट दिखाएं"
68
+
69
+ #: user-submitted-posts.php:469
70
+ msgid "USP"
71
+ msgstr "खासियत"
72
+
73
+ #: user-submitted-posts.php:1103
74
+ msgid " files required"
75
+ msgstr " आवश्यक फ़ाइलें"
76
+
77
+ #: user-submitted-posts.php:1104
78
+ msgid " file required"
79
+ msgstr " फ़ाइल आवश्यक है"
80
+
81
+ #: user-submitted-posts.php:1106
82
+ msgid " files"
83
+ msgstr " फ़ाइलें"
84
+
85
+ #: user-submitted-posts.php:1107
86
+ msgid " file"
87
+ msgstr " फ़ाइल"
88
+
89
+ #: user-submitted-posts.php:1109 user-submitted-posts.php:1110
90
+ #: user-submitted-posts.php:1111 user-submitted-posts.php:1112
91
+ msgid " pixels"
92
+ msgstr " पिक्सल"
93
+
94
+ #: user-submitted-posts.php:1115
95
+ msgid "An error occurred. Please go back and try again."
96
+ msgstr "एक त्रुटि पाई गई। कृपया पीछे जाएं और दोबारा कोशिश करें।"
97
+
98
+ #: user-submitted-posts.php:1125
99
+ msgid "User login required"
100
+ msgstr "उपयोगकर्ता लॉगिन आवश्यक है"
101
+
102
+ #: user-submitted-posts.php:1126
103
+ msgid "User name required"
104
+ msgstr "उपयोगकर्ता का नाम (आवश्यक"
105
+
106
+ #: user-submitted-posts.php:1127
107
+ msgid "Post title required"
108
+ msgstr "पोस्ट का शीर्षक आवश्यक है"
109
+
110
+ #: user-submitted-posts.php:1128
111
+ msgid "User URL required"
112
+ msgstr "उपयोगकर्ता यूआरएल की आवश्यकता है"
113
+
114
+ #: user-submitted-posts.php:1129
115
+ msgid "Post tags required"
116
+ msgstr "पोस्ट टैग की आवश्यकता है"
117
+
118
+ #: user-submitted-posts.php:1130
119
+ msgid "Post category required"
120
+ msgstr "पोस्ट श्रेणी आवश्यक है"
121
+
122
+ #: user-submitted-posts.php:1131
123
+ msgid "Post content required"
124
+ msgstr "आवश्यक सामग्री पोस्ट करें"
125
+
126
+ #: user-submitted-posts.php:1132 user-submitted-posts.php:1133
127
+ msgid "Correct captcha required"
128
+ msgstr "सही कैप्चा आवश्यक है"
129
+
130
+ #: user-submitted-posts.php:1134
131
+ msgid "User email required"
132
+ msgstr "उपयोगकर्ता ईमेल आवश्यक है"
133
+
134
+ #: user-submitted-posts.php:1135
135
+ msgid "Please check your email and try again"
136
+ msgstr "कृपया अपना ईमेल जांचें और पुनः प्रयास करें"
137
+
138
+ #: user-submitted-posts.php:1136
139
+ msgid "Non-empty value for hidden field"
140
+ msgstr "छिपा क्षेत्र के लिए खाली-खाली मान"
141
+
142
+ #: user-submitted-posts.php:1137
143
+ msgid "Minimum number of images not met"
144
+ msgstr "छवियों की न्यूनतम संख्या नहीं मिली"
145
+
146
+ #: user-submitted-posts.php:1138
147
+ msgid "Maximum number of images exceeded "
148
+ msgstr "छवियों की अधिकतम संख्या पार हो गई"
149
+
150
+ #: user-submitted-posts.php:1139
151
+ msgid "Minimum image width not met"
152
+ msgstr "न्यूनतम छवि चौड़ाई नहीं मिली"
153
+
154
+ #: user-submitted-posts.php:1140
155
+ msgid "Image width exceeds maximum"
156
+ msgstr "छवि चौड़ाई अधिकतम से अधिक है"
157
+
158
+ #: user-submitted-posts.php:1141
159
+ msgid "Minimum image height not met"
160
+ msgstr "न्यूनतम छवि ऊंचाई नहीं मिली"
161
+
162
+ #: user-submitted-posts.php:1142
163
+ msgid "Image height exceeds maximum"
164
+ msgstr "छवि की ऊंचाई अधिकतम से अधिक है"
165
+
166
+ #: user-submitted-posts.php:1143
167
+ msgid "File type not allowed (please upload images only)"
168
+ msgstr "फ़ाइल प्रकार की अनुमति नहीं है (कृपया केवल चित्र अपलोड करें)"
169
+
170
+ #: user-submitted-posts.php:1147
171
+ msgid "Error uploading file. Please check the file size and try again."
172
+ msgstr ""
173
+ "फ़ाइल अपलोड करने में त्रुटि हुई कृपया फ़ाइल आकार की जांच करें और पुनः प्रयास "
174
+ "करें।"
175
+
176
+ #: user-submitted-posts.php:1151
177
+ msgid "The file(s) could not be uploaded"
178
+ msgstr "फाइल (ओं) को अपलोड नहीं किया जा सका"
179
+
180
+ #: user-submitted-posts.php:1153
181
+ msgid "Post not created. Please contact the site administrator for help."
182
+ msgstr "पोस्ट नहीं बनाई गई कृपया सहायता के लिए साइट व्यवस्थापक से संपर्क करें"
183
+
184
+ #: user-submitted-posts.php:1154
185
+ msgid "Duplicate post title. Please try again."
186
+ msgstr "डुप्लिकेट पोस्ट शीर्षक कृपया पुन: प्रयास करें।"
187
+
188
+ #: user-submitted-posts.php:1164
189
+ msgid "Error: "
190
+ msgstr "त्रुटि:"
191
+
192
+ #: user-submitted-posts.php:1190
193
+ msgid "Return to form"
194
+ msgstr "फ़ॉर्म पर लौटें"
195
+
196
+ #: user-submitted-posts.php:1218 library/plugin-settings.php:658
197
+ msgid "Please"
198
+ msgstr "कृप्या"
199
+
200
+ #: user-submitted-posts.php:1219
201
+ msgid "log in"
202
+ msgstr "लॉग इन करें"
203
+
204
+ #: user-submitted-posts.php:1220
205
+ msgid "to submit content!"
206
+ msgstr "सामग्री जमा करने के लिए!"
207
+
208
+ #: views/submission-form.php:45 views/submission-form-alt.php:54
209
+ msgid "Please complete the required fields."
210
+ msgstr "कृपया आवश्यक फ़ील्ड को पूरा करें"
211
+
212
+ #: views/submission-form.php:55 views/submission-form.php:56
213
+ #: views/submission-form-alt.php:60 views/submission-form-alt.php:61
214
+ msgid "Your Name"
215
+ msgstr "आपका नाम"
216
+
217
+ #: views/submission-form.php:61 views/submission-form.php:62
218
+ #: views/submission-form-alt.php:66 views/submission-form-alt.php:67
219
+ msgid "Your URL"
220
+ msgstr "आपका यूआरएल"
221
+
222
+ #: views/submission-form.php:67 views/submission-form.php:68
223
+ #: views/submission-form-alt.php:72 views/submission-form-alt.php:73
224
+ msgid "Your Email"
225
+ msgstr "तुम्हारा ईमेल"
226
+
227
+ #: views/submission-form.php:73 views/submission-form.php:74
228
+ #: views/submission-form-alt.php:78 views/submission-form-alt.php:79
229
+ #: library/plugin-settings.php:747
230
+ msgid "Post Title"
231
+ msgstr "शीर्षक पोस्ट करें"
232
+
233
+ #: views/submission-form.php:79 views/submission-form.php:80
234
+ #: views/submission-form-alt.php:84 views/submission-form-alt.php:85
235
+ #: library/plugin-settings.php:757
236
+ msgid "Post Tags"
237
+ msgstr "पोस्ट टैग"
238
+
239
+ #: views/submission-form.php:86 views/submission-form-alt.php:91
240
+ msgid "Antispam Question"
241
+ msgstr "Antispam प्रश्न"
242
+
243
+ #: views/submission-form.php:91 views/submission-form-alt.php:96
244
+ #: library/plugin-settings.php:767
245
+ msgid "Post Category"
246
+ msgstr "पोस्ट श्रेणी"
247
+
248
+ #: views/submission-form.php:93 views/submission-form-alt.php:98
249
+ msgid "Please select a category.."
250
+ msgstr "कृपया एक कैटेगरी चयनित करें.."
251
+
252
+ #: views/submission-form.php:128 views/submission-form.php:129
253
+ #: views/submission-form-alt.php:133 views/submission-form-alt.php:134
254
+ #: library/plugin-settings.php:777
255
+ msgid "Post Content"
256
+ msgstr "पोस्ट सामग्री"
257
+
258
+ #: views/submission-form.php:135 views/submission-form-alt.php:140
259
+ msgid "Verification"
260
+ msgstr "सत्यापन"
261
+
262
+ #: views/submission-form.php:142 views/submission-form-alt.php:147
263
+ msgid "Upload an Image"
264
+ msgstr "एक छवि अपलोड करें"
265
+
266
+ #: views/submission-form.php:151 views/submission-form-alt.php:156
267
+ msgid "Add another image"
268
+ msgstr "दूसरी छवि जोड़ें"
269
+
270
+ #: views/submission-form.php:173 views/submission-form-alt.php:178
271
+ msgid "Human verification: leave this field empty."
272
+ msgstr "मानव सत्यापन: इस क्षेत्र को खाली छोड़ दें।"
273
+
274
+ #: views/submission-form.php:195 views/submission-form-alt.php:200
275
+ msgid "Submit Post"
276
+ msgstr "पोस्ट जमा करें"
277
+
278
+ #: library/plugin-settings.php:32
279
+ msgid "Get USP Pro for unlimited forms!"
280
+ msgstr "असीमित रूपों के लिए यूएसपी प्रो प्राप्त करें!"
281
+
282
+ #: library/plugin-settings.php:33
283
+ msgid "Go Pro"
284
+ msgstr "पेशेवर बनो"
285
+
286
+ #: library/plugin-settings.php:37
287
+ msgid "Settings"
288
+ msgstr "सेटिंग्स"
289
+
290
+ #: library/plugin-settings.php:55
291
+ msgid "Give USP a 5-star rating at WordPress.org"
292
+ msgstr "वर्डप्रेस.org में यूएसपी को 5 सितारा रेटिंग दें"
293
+
294
+ #: library/plugin-settings.php:56
295
+ msgid "Rate this plugin&nbsp;&raquo;"
296
+ msgstr "इस प्लगइन को रेट करें&nbsp;&raquo;"
297
+
298
+ #: library/plugin-settings.php:115
299
+ msgid "WP Post (recommended)"
300
+ msgstr "WP पोस्ट (अनुशंसित)"
301
+
302
+ #: library/plugin-settings.php:119
303
+ msgid "WP Page"
304
+ msgstr "WP पृष्ठ"
305
+
306
+ #: library/plugin-settings.php:135
307
+ msgid "HTML5 Form + Default CSS"
308
+ msgstr "एचटीएमएल 5 फॉर्म + डिफ़ॉल्ट सीएसएस"
309
+
310
+ #: library/plugin-settings.php:135
311
+ msgid "(Recommended)"
312
+ msgstr "(सिफारिश की)"
313
+
314
+ #: library/plugin-settings.php:139
315
+ msgid "HTML5 Form + Disable CSS"
316
+ msgstr "एचटीएमएल 5 फॉर्म + अक्षम सीएसएस"
317
+
318
+ #: library/plugin-settings.php:139
319
+ msgid "(Provide your own styles)"
320
+ msgstr "(अपनी खुद की शैली प्रदान करें)"
321
+
322
+ #: library/plugin-settings.php:143
323
+ msgid "Custom Form + Custom CSS"
324
+ msgstr "कस्टम फॉर्म + कस्टम सीएसएस"
325
+
326
+ #: library/plugin-settings.php:143
327
+ msgid "(Provide your own form template &amp; styles)"
328
+ msgstr "(अपने खुद के फॉर्म टेम्पलेट और शैलियों प्रदान करें)"
329
+
330
+ #: library/plugin-settings.php:159 library/plugin-settings.php:183
331
+ #: library/plugin-settings.php:206
332
+ msgid "Auto-display before post content"
333
+ msgstr "पोस्ट सामग्री से पहले ऑटो-डिस्प्ले"
334
+
335
+ #: library/plugin-settings.php:163 library/plugin-settings.php:187
336
+ #: library/plugin-settings.php:210
337
+ msgid "Auto-display after post content"
338
+ msgstr "पोस्ट सामग्री के बाद ऑटो-डिस्प्ले"
339
+
340
+ #: library/plugin-settings.php:167
341
+ msgid "Do not auto-display submitted images"
342
+ msgstr "प्रस्तुत छवियां स्वत: प्रदर्शित न करें"
343
+
344
+ #: library/plugin-settings.php:191
345
+ msgid "Do not auto-display submitted email"
346
+ msgstr "ऑटो-प्रदर्शन सबमिट किए गए ईमेल न करें"
347
+
348
+ #: library/plugin-settings.php:214
349
+ msgid "Do not auto-display submitted URL"
350
+ msgstr "ऑटो-प्रदर्शन प्रस्तुत URL न करें"
351
+
352
+ #: library/plugin-settings.php:367
353
+ msgid ""
354
+ "There was an error. Please ensure that you have added a title, some content, "
355
+ "and that you have uploaded only images."
356
+ msgstr ""
357
+ "एक त्रुटि हुई। कृपया सुनिश्चित करें कि आपने एक शीर्षक, कुछ सामग्री जोड़ दी "
358
+ "है, और आपने केवल छवियां अपलोड की हैं।"
359
+
360
+ #: library/plugin-settings.php:381
361
+ msgid "Please select your image(s) to upload."
362
+ msgstr "अपलोड करने के लिए कृपया अपनी छवियां चुनें"
363
+
364
+ #: library/plugin-settings.php:387
365
+ msgid "Success! Thank you for your submission."
366
+ msgstr "सफलता! आपके निवेदन के लिए धन्यवाद।"
367
+
368
+ #: library/plugin-settings.php:413
369
+ msgid "Email"
370
+ msgstr "ईमेल"
371
+
372
+ #: library/plugin-settings.php:414
373
+ msgid "URL"
374
+ msgstr "यूआरएल"
375
+
376
+ #: library/plugin-settings.php:645
377
+ msgid "Toggle all panels"
378
+ msgstr "सभी पैनल टॉगल करें"
379
+
380
+ #: library/plugin-settings.php:654
381
+ msgid "We need your support!"
382
+ msgstr "हमें आपका समर्थन चाहिए!"
383
+
384
+ #: library/plugin-settings.php:658
385
+ msgid "Make a donation via PayPal"
386
+ msgstr "पेपैल के माध्यम से एक दान करें"
387
+
388
+ #: library/plugin-settings.php:658
389
+ msgid "make a donation"
390
+ msgstr "एक दान करें"
391
+
392
+ #: library/plugin-settings.php:658
393
+ msgid "and/or"
394
+ msgstr "और / या"
395
+
396
+ #: library/plugin-settings.php:659
397
+ msgid "Rate and review at the Plugin Directory"
398
+ msgstr "प्लग इन निर्देशिका में दर और समीक्षा करें"
399
+
400
+ #: library/plugin-settings.php:660
401
+ msgid "give this plugin a 5-star rating"
402
+ msgstr "इस प्लगइन को 5 सितारा रेटिंग दें"
403
+
404
+ #: library/plugin-settings.php:664
405
+ msgid ""
406
+ "Your generous support enables continued development of this free plugin. "
407
+ "Thank you!"
408
+ msgstr ""
409
+ "आपका उदार समर्थन इस मुफ्त प्लगइन का निरंतर विकास सक्षम बनाता है। धन्यवाद!"
410
+
411
+ #: library/plugin-settings.php:669
412
+ msgid "Check this box if you have shown support"
413
+ msgstr "यदि आपने समर्थन दिखाया है तो इस बॉक्स को चेक करें"
414
+
415
+ #: library/plugin-settings.php:678
416
+ msgid "Overview"
417
+ msgstr "अवलोकन"
418
+
419
+ #: library/plugin-settings.php:682
420
+ msgid ""
421
+ "enables your visitors to submit posts and upload images from the front-end "
422
+ "of your site. "
423
+ msgstr ""
424
+ "आपके आगंतुकों को पोस्ट सबमिट करने और आपकी साइट के फ्रंट-एंड से छवियों को "
425
+ "अपलोड करने के लिए सक्षम बनाता है।"
426
+
427
+ #: library/plugin-settings.php:683
428
+ msgid "For advanced functionality and unlimited forms, check out"
429
+ msgstr "उन्नत कार्यक्षमता और असीमित रूपों के लिए, देखें"
430
+
431
+ #: library/plugin-settings.php:684
432
+ msgid "&mdash; the ultimate solution for user-generated content."
433
+ msgstr "- उपयोगकर्ता द्वारा निर्मित सामग्री के लिए अंतिम समाधान"
434
+
435
+ #: library/plugin-settings.php:688 library/plugin-settings.php:706
436
+ msgid "Plugin Settings"
437
+ msgstr "प्लगइन सेटिंग्स"
438
+
439
+ #: library/plugin-settings.php:689
440
+ msgid "Display the form"
441
+ msgstr "फ़ॉर्म को प्रदर्शित करें"
442
+
443
+ #: library/plugin-settings.php:690 library/plugin-settings.php:1243
444
+ msgid "Plugin Homepage"
445
+ msgstr "प्लगइन मुखपृष्ठ"
446
+
447
+ #: library/plugin-settings.php:693
448
+ msgid "If you like this plugin, please"
449
+ msgstr "यदि आप इस प्लगइन को पसंद करते हैं, तो कृपया"
450
+
451
+ #: library/plugin-settings.php:694
452
+ msgid "THANK YOU for your support!"
453
+ msgstr "आपके सहयोग के लिए धन्यवाद!"
454
+
455
+ #: library/plugin-settings.php:694
456
+ msgid "give it a 5-star rating"
457
+ msgstr "इसे 5 सितारा रेटिंग दें"
458
+
459
+ #: library/plugin-settings.php:698
460
+ msgid "Unlimited front-end forms"
461
+ msgstr "असीमित फ्रंट-एंड फॉर्म"
462
+
463
+ #: library/plugin-settings.php:698
464
+ msgid "Get USP Pro"
465
+ msgstr "यूएसपी प्रो प्राप्त करें"
466
+
467
+ #: library/plugin-settings.php:710
468
+ msgid "Configure your settings for User Submitted Posts."
469
+ msgstr "उपयोगकर्ता सबमिट की गई पोस्ट के लिए अपनी सेटिंग्स कॉन्फ़िगर करें"
470
+
471
+ #: library/plugin-settings.php:712
472
+ msgid "Form Fields"
473
+ msgstr "फार्म फ़ील्ड"
474
+
475
+ #: library/plugin-settings.php:717
476
+ msgid "User Name"
477
+ msgstr "उपयोगकर्ता नाम"
478
+
479
+ #: library/plugin-settings.php:720 library/plugin-settings.php:730
480
+ #: library/plugin-settings.php:740 library/plugin-settings.php:750
481
+ #: library/plugin-settings.php:760 library/plugin-settings.php:770
482
+ #: library/plugin-settings.php:780 library/plugin-settings.php:790
483
+ #: library/plugin-settings.php:800
484
+ msgid "Display and require"
485
+ msgstr "प्रदर्शन और आवश्यकता"
486
+
487
+ #: library/plugin-settings.php:721 library/plugin-settings.php:731
488
+ #: library/plugin-settings.php:741 library/plugin-settings.php:751
489
+ #: library/plugin-settings.php:761 library/plugin-settings.php:771
490
+ #: library/plugin-settings.php:781
491
+ msgid "Display but do not require"
492
+ msgstr "प्रदर्शित करें, लेकिन इसकी आवश्यकता नहीं है"
493
+
494
+ #: library/plugin-settings.php:722 library/plugin-settings.php:732
495
+ #: library/plugin-settings.php:742 library/plugin-settings.php:752
496
+ #: library/plugin-settings.php:762 library/plugin-settings.php:772
497
+ #: library/plugin-settings.php:782 library/plugin-settings.php:791
498
+ #: library/plugin-settings.php:801
499
+ msgid "Disable this field"
500
+ msgstr "इस फ़ील्ड को अक्षम करें"
501
+
502
+ #: library/plugin-settings.php:727
503
+ msgid "User Email"
504
+ msgstr "उपयोगकर्ता ईमेल"
505
+
506
+ #: library/plugin-settings.php:737
507
+ msgid "User URL"
508
+ msgstr "उपयोगकर्ता यूआरएल"
509
+
510
+ #: library/plugin-settings.php:787 library/plugin-settings.php:793
511
+ #: library/plugin-settings.php:999 library/plugin-settings.php:1004
512
+ msgid "Challenge Question"
513
+ msgstr "चुनोती वाला सवाल"
514
+
515
+ #: library/plugin-settings.php:793 library/plugin-settings.php:803
516
+ #: library/plugin-settings.php:813
517
+ msgid "(Visit"
518
+ msgstr "(जाएँ"
519
+
520
+ #: library/plugin-settings.php:793 library/plugin-settings.php:803
521
+ #: library/plugin-settings.php:813
522
+ msgid "to configure options)"
523
+ msgstr "विकल्प कॉन्फ़िगर करने के लिए)"
524
+
525
+ #: library/plugin-settings.php:797 library/plugin-settings.php:803
526
+ #: library/plugin-settings.php:1021
527
+ msgid "Google reCAPTCHA"
528
+ msgstr "Google reCAPTCHA"
529
+
530
+ #: library/plugin-settings.php:807
531
+ msgid "Post Images"
532
+ msgstr "चित्र पोस्ट करें"
533
+
534
+ #: library/plugin-settings.php:810
535
+ msgid "Display"
536
+ msgstr "प्रदर्शन"
537
+
538
+ #: library/plugin-settings.php:811
539
+ msgid "Disable"
540
+ msgstr "अक्षम"
541
+
542
+ #: library/plugin-settings.php:813 library/plugin-settings.php:1080
543
+ msgid "Image Uploads"
544
+ msgstr "छवि अपलोड"
545
+
546
+ #: library/plugin-settings.php:819
547
+ msgid "General Settings"
548
+ msgstr "सामान्य सेटिंग्स"
549
+
550
+ #: library/plugin-settings.php:824
551
+ msgid "Form Style"
552
+ msgstr "फ़ॉर्म स्टाइल"
553
+
554
+ #: library/plugin-settings.php:829
555
+ msgid "With this option, you can copy the plugin&rsquo;s default templates:"
556
+ msgstr ""
557
+ "इस विकल्प के साथ, आप प्लगइन के डिफ़ॉल्ट टेम्पलेट की प्रतिलिपि बना सकते हैं:"
558
+
559
+ #: library/plugin-settings.php:834
560
+ msgid "..and upload them into a directory named"
561
+ msgstr "..और उन्हें एक नामांकित निर्देशिका में अपलोड करें"
562
+
563
+ #: library/plugin-settings.php:834
564
+ msgid "in your theme:"
565
+ msgstr "अपने विषय में:"
566
+
567
+ #: library/plugin-settings.php:840
568
+ msgid ""
569
+ "That will enable you to customize the form and styles as desired. For more "
570
+ "info, check out the \"Custom Submission Form\" section in the"
571
+ msgstr ""
572
+ "यह आपको वांछित रूपों और शैलियों को अनुकूलित करने में सक्षम करेगा अधिक "
573
+ "जानकारी के लिए, में \"कस्टम सबमिशन फॉर्म\" अनुभाग देखें"
574
+
575
+ #: library/plugin-settings.php:841
576
+ msgid "Installation Docs"
577
+ msgstr "स्थापना डॉक्स"
578
+
579
+ #: library/plugin-settings.php:842
580
+ msgid "FYI: here is a"
581
+ msgstr "एफवाईआई: यहां एक है"
582
+
583
+ #: library/plugin-settings.php:842
584
+ msgid "list of USP CSS selectors"
585
+ msgstr "यूएसपी सीएसएस चयनकर्ताओं की सूची"
586
+
587
+ #: library/plugin-settings.php:848
588
+ msgid "Include JavaScript"
589
+ msgstr "जावास्क्रिप्ट शामिल करें"
590
+
591
+ #: library/plugin-settings.php:850
592
+ msgid ""
593
+ "Check this box if you want to include the external JavaScript files "
594
+ "(recommended)."
595
+ msgstr ""
596
+ "यदि आप बाहरी जावास्क्रिप्ट फाइलों को शामिल करना चाहते हैं तो इस बॉक्स को चेक "
597
+ "करें (अनुशंसित)।"
598
+
599
+ #: library/plugin-settings.php:853
600
+ msgid "Targeted Loading"
601
+ msgstr "लक्षित लोड हो रहा है"
602
+
603
+ #: library/plugin-settings.php:855
604
+ msgid ""
605
+ "By default, external CSS &amp; JavaScript files are loaded on every page. "
606
+ "Here you may specify the URL of the USP form to load resources only on that "
607
+ "page. Note: leave blank to load on all pages."
608
+ msgstr ""
609
+ "डिफ़ॉल्ट रूप से, बाह्य सीएसएस और जावास्क्रिप्ट फाइलें प्रत्येक पृष्ठ पर लोड "
610
+ "की जाती हैं। यहां आप उस पृष्ठ पर संसाधनों को लोड करने के लिए यूएसपी फॉर्म का "
611
+ "यूआरएल निर्दिष्ट कर सकते हैं। नोट: सभी पृष्ठों पर लोड करने के लिए खाली छोड़ "
612
+ "दें"
613
+
614
+ #: library/plugin-settings.php:858
615
+ msgid "Post Type"
616
+ msgstr "पद प्रकार"
617
+
618
+ #: library/plugin-settings.php:861
619
+ msgid "Submit posts as WP Posts or Pages"
620
+ msgstr "WP पोस्ट या पेज के रूप में पोस्ट सबमिट करें"
621
+
622
+ #: library/plugin-settings.php:865
623
+ msgid "Auto Publish"
624
+ msgstr "ऑटो प्रकाशित करें"
625
+
626
+ #: library/plugin-settings.php:868
627
+ msgid "Always moderate via Draft"
628
+ msgstr "हमेशा ड्राफ्ट के माध्यम से मॉडरेट"
629
+
630
+ #: library/plugin-settings.php:869
631
+ msgid "Always moderate via Pending"
632
+ msgstr "हमेशा लंबित के माध्यम से मॉडरेट"
633
+
634
+ #: library/plugin-settings.php:870
635
+ msgid "Always publish immediately"
636
+ msgstr "हमेशा तुरंत प्रकाशित करें"
637
+
638
+ #: library/plugin-settings.php:875
639
+ msgid ""
640
+ "Post Status for submitted posts: moderate (recommended), publish immediately,"
641
+ " or publish after any number of approved posts."
642
+ msgstr ""
643
+ "सबमिट किए गए पदों के लिए पोस्ट स्थिति: मॉडरेट (अनुशंसित), तुरंत प्रकाशित "
644
+ "करें, या किसी भी अनुमोदित पदों के बाद प्रकाशित करें"
645
+
646
+ #: library/plugin-settings.php:879
647
+ msgid "Redirect URL"
648
+ msgstr "रीडायरेक्ट यूआरएल"
649
+
650
+ #: library/plugin-settings.php:881
651
+ msgid ""
652
+ "Specify a URL to redirect the user after post-submission. Leave blank to "
653
+ "redirect back to current page."
654
+ msgstr ""
655
+ "पोस्ट-सबमिशन के बाद उपयोगकर्ता को पुनर्निर्देशित करने के लिए यूआरएल "
656
+ "निर्दिष्ट करें। वर्तमान पृष्ठ पर वापस रीडायरेक्ट करने के लिए रिक्त छोड़ दें।"
657
+
658
+ #: library/plugin-settings.php:884
659
+ msgid "Success Message"
660
+ msgstr "सफलता संदेश"
661
+
662
+ #: library/plugin-settings.php:886
663
+ msgid ""
664
+ "Success message that is displayed if post-submission is successful. Basic "
665
+ "markup is allowed."
666
+ msgstr ""
667
+ "पोस्ट-सबमिशन सफल होने पर सफलता संदेश प्रदर्शित किया जाता है मूल मार्कअप की "
668
+ "अनुमति है"
669
+
670
+ #: library/plugin-settings.php:889
671
+ msgid "Error Message"
672
+ msgstr "त्रुटि संदेश"
673
+
674
+ #: library/plugin-settings.php:891
675
+ msgid ""
676
+ "General error message that is displayed if post-submission fails. Basic "
677
+ "markup is allowed."
678
+ msgstr ""
679
+ "पोस्ट-सबमिशन विफल होने पर सामान्य त्रुटि संदेश प्रदर्शित होता है मूल मार्कअप "
680
+ "की अनुमति है"
681
+
682
+ #: library/plugin-settings.php:894
683
+ msgid "Custom Content"
684
+ msgstr "प्रचलित सामग्री"
685
+
686
+ #: library/plugin-settings.php:896
687
+ msgid ""
688
+ "Custom text/markup to be included before the submission form. Leave blank to "
689
+ "disable."
690
+ msgstr ""
691
+ "प्रस्तुतिकरण फ़ॉर्म से पहले कस्टम टेक्स्ट / मार्कअप को शामिल किया जाना है "
692
+ "निष्क्रिय करने के लिए रिक्त छोड़ दें"
693
+
694
+ #: library/plugin-settings.php:899
695
+ msgid "Rich Text Editor"
696
+ msgstr "रिच टेक्स्ट एडिटर"
697
+
698
+ #: library/plugin-settings.php:901
699
+ msgid ""
700
+ "Check this box if you want to enable WP rich text editing for submitted "
701
+ "posts."
702
+ msgstr ""
703
+ "यदि आप सबमिट किए गए पदों के लिए WP रिच टेक्स्ट संपादन को सक्षम करना चाहते "
704
+ "हैं, तो इस बॉक्स को चेक करें"
705
+
706
+ #: library/plugin-settings.php:904
707
+ msgid "Unique Titles"
708
+ msgstr "अद्वितीय खिताब"
709
+
710
+ #: library/plugin-settings.php:906
711
+ msgid ""
712
+ "Require submitted post titles to be unique (useful for preventing "
713
+ "multiple/duplicate submitted posts)."
714
+ msgstr ""
715
+ "पोस्ट शीर्षकों को अनन्य (एकाधिक / डुप्लिकेट सबमिट किए गए पदों को रोकने के "
716
+ "लिए उपयोगी) होने की आवश्यकता है।"
717
+
718
+ #: library/plugin-settings.php:909
719
+ msgid "Disable Required"
720
+ msgstr "आवश्यक अक्षम करें"
721
+
722
+ #: library/plugin-settings.php:911
723
+ msgid ""
724
+ "Disable all required attributes on default form fields (useful for "
725
+ "troubleshooting error messages)."
726
+ msgstr ""
727
+ "डिफ़ॉल्ट फ़ॉर्म फ़ील्ड पर सभी आवश्यक विशेषताओं को अक्षम करें (त्रुटि संदेश "
728
+ "समस्या निवारण के लिए उपयोगी)।"
729
+
730
+ #: library/plugin-settings.php:914
731
+ msgid "Disable IP Tracking"
732
+ msgstr "आईपी ​​ट्रैकिंग अक्षम करें"
733
+
734
+ #: library/plugin-settings.php:916
735
+ msgid ""
736
+ "By default USP records the IP address with each submitted post. Check this "
737
+ "box to disable all IP tracking."
738
+ msgstr ""
739
+ "डिफ़ॉल्ट रूप से यूएसपी प्रत्येक सबमिट किए गए पोस्ट के साथ आईपी पते को "
740
+ "रिकॉर्ड करता है। सभी आईपी ट्रैकिंग को अक्षम करने के लिए इस बॉक्स को चेक करें।"
741
+
742
+ #: library/plugin-settings.php:919
743
+ msgid "Enable Shortcodes"
744
+ msgstr "शॉर्टकोड सक्षम करें"
745
+
746
+ #: library/plugin-settings.php:921
747
+ msgid ""
748
+ "Enable shortcodes in widgets. By default, WordPress does not enable "
749
+ "shortcodes in widgets. "
750
+ msgstr ""
751
+ "विगेट्स में शॉर्टकोड सक्षम करें डिफ़ॉल्ट रूप से, वर्डप्रेस विगेट्स में "
752
+ "लघुकोड को सक्षम नहीं करता है।"
753
+
754
+ #: library/plugin-settings.php:922
755
+ msgid ""
756
+ "This setting enables any/all shortcodes in widgets (even shortcodes from "
757
+ "other plugins)."
758
+ msgstr ""
759
+ "यह सेटिंग विगेट्स में किसी भी / सभी शॉर्टकोड (अन्य प्लगिन से भी शॉर्टकोड) "
760
+ "सक्षम करता है।"
761
+
762
+ #: library/plugin-settings.php:927 library/plugin-settings.php:932
763
+ msgid "Categories"
764
+ msgstr "श्रेणियाँ"
765
+
766
+ #: library/plugin-settings.php:935
767
+ msgid ""
768
+ "Select which categories may be assigned to submitted posts (click to toggle)"
769
+ msgstr ""
770
+ "चुनें कि कौन सी श्रेणियां सबमिट की गई पोस्टों को असाइन की जा सकती हैं (टॉगल "
771
+ "करने के लिए क्लिक करें)"
772
+
773
+ #: library/plugin-settings.php:952
774
+ msgid "Hidden/Default Category"
775
+ msgstr "छुपा / डिफ़ॉल्ट श्रेणी"
776
+
777
+ #: library/plugin-settings.php:954
778
+ msgid ""
779
+ "Use a hidden field for the post category. This may be used to specify a "
780
+ "default category when the category field is disabled."
781
+ msgstr ""
782
+ "पोस्ट श्रेणी के लिए छिपा हुआ फ़ील्ड का उपयोग करें। इसका उपयोग श्रेणी फ़ील्ड "
783
+ "अक्षम होने पर डिफ़ॉल्ट श्रेणी निर्दिष्ट करने के लिए किया जा सकता है।"
784
+
785
+ #: library/plugin-settings.php:957
786
+ msgid "Category ID for Hidden Field"
787
+ msgstr "छिपे हुए क्षेत्र के लिए श्रेणी आईडी"
788
+
789
+ #: library/plugin-settings.php:959
790
+ msgid ""
791
+ "Specify the ID of the category to use for the &ldquo;Hidden/Default "
792
+ "Category&rdquo; option."
793
+ msgstr ""
794
+ "\"छुपा / डिफ़ॉल्ट श्रेणी\" विकल्प के लिए उपयोग करने के लिए श्रेणी का आईडी "
795
+ "निर्दिष्ट करें।"
796
+
797
+ #: library/plugin-settings.php:964
798
+ msgid "Users"
799
+ msgstr "उपयोगकर्ता"
800
+
801
+ #: library/plugin-settings.php:969
802
+ msgid "Assigned Author"
803
+ msgstr "असाइन किए गए लेखक"
804
+
805
+ #: library/plugin-settings.php:978
806
+ msgid ""
807
+ "Specify the user that should be assigned as author for user-submitted posts."
808
+ msgstr ""
809
+ "वह उपयोगकर्ता निर्दिष्ट करें, जिसे उपयोगकर्ता द्वारा सबमिट किए गए पदों के "
810
+ "लिए लेखक के रूप में सौंपा जाना चाहिए।"
811
+
812
+ #: library/plugin-settings.php:982
813
+ msgid "Registered Username"
814
+ msgstr "पंजीकृत उपयोगकर्ता नाम"
815
+
816
+ #: library/plugin-settings.php:984
817
+ msgid ""
818
+ "Use registered username as post author. Valid when the person submitting the "
819
+ "form is logged in to WordPress."
820
+ msgstr ""
821
+ "पोस्ट लेखक के रूप में पंजीकृत उपयोगकर्ता नाम का उपयोग करें। वैध जब फ़ॉर्म "
822
+ "प्रस्तुत करने वाला व्यक्ति वर्डप्रेस में लॉग इन होता है।"
823
+
824
+ #: library/plugin-settings.php:987
825
+ msgid "User Profile URL"
826
+ msgstr "उपयोगकर्ता प्रोफ़ाइल यूआरएल"
827
+
828
+ #: library/plugin-settings.php:989
829
+ msgid ""
830
+ "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid "
831
+ "when the person submitting the form is logged in to WordPress."
832
+ msgstr ""
833
+ "URL फ़ील्ड के मान के रूप में पंजीकृत उपयोगकर्ता का प्रोफ़ाइल URL का उपयोग "
834
+ "करें वैध जब फ़ॉर्म प्रस्तुत करने वाला व्यक्ति वर्डप्रेस में लॉग इन होता है।"
835
+
836
+ #: library/plugin-settings.php:992
837
+ msgid "Require User Login"
838
+ msgstr "उपयोगकर्ता लॉगिन की आवश्यकता है"
839
+
840
+ #: library/plugin-settings.php:994
841
+ msgid "Require users to be logged in to WordPress to view/submit the form"
842
+ msgstr ""
843
+ "प्रपत्र को देखने / सबमिट करने के लिए प्रयोक्ताओं को WordPress में लॉग इन "
844
+ "करने की आवश्यकता है"
845
+
846
+ #: library/plugin-settings.php:1006
847
+ msgid ""
848
+ "To prevent spam, enter a question that users must answer before submitting "
849
+ "the form."
850
+ msgstr ""
851
+ "स्पैम को रोकने के लिए, उस प्रश्न को दर्ज करें, जो फ़ॉर्म सबमिट करने से पहले "
852
+ "उपयोगकर्ताओं को उत्तर देना चाहिए।"
853
+
854
+ #: library/plugin-settings.php:1009
855
+ msgid "Challenge Response"
856
+ msgstr "उत्तर को दावा करें"
857
+
858
+ #: library/plugin-settings.php:1011
859
+ msgid "Enter the *only* correct answer to the challenge question."
860
+ msgstr "चुनौती प्रश्न का सही उत्तर दर्ज करें।"
861
+
862
+ #: library/plugin-settings.php:1014
863
+ msgid "Case-sensitivity"
864
+ msgstr "मामले की संवेदनशीलता"
865
+
866
+ #: library/plugin-settings.php:1016
867
+ msgid "Check this box if you want the challenge response to be case-sensitive."
868
+ msgstr ""
869
+ "अगर आपको केस-सेंसिडेंट होने के लिए चुनौती प्रतिक्रिया चाहिए तो इस बॉक्स को "
870
+ "चेक करें।"
871
+
872
+ #: library/plugin-settings.php:1022
873
+ msgid "To enable Google reCAPTCHA, enter your public and private keys."
874
+ msgstr ""
875
+ "Google reCAPTCHA को सक्षम करने के लिए, अपनी सार्वजनिक और निजी कुंजी दर्ज करें"
876
+
877
+ #: library/plugin-settings.php:1027
878
+ msgid "Public Key"
879
+ msgstr "सार्वजनिक कुंजी"
880
+
881
+ #: library/plugin-settings.php:1029
882
+ msgid "Enter your Public Key"
883
+ msgstr "अपनी सार्वजनिक कुंजी दर्ज करें"
884
+
885
+ #: library/plugin-settings.php:1032
886
+ msgid "Private Key"
887
+ msgstr "निजी चाबी"
888
+
889
+ #: library/plugin-settings.php:1034
890
+ msgid "Enter your Private Key"
891
+ msgstr "अपनी निजी कुंजी दर्ज करें"
892
+
893
+ #: library/plugin-settings.php:1039
894
+ msgid "Email Alerts"
895
+ msgstr "ईमेल अलर्ट"
896
+
897
+ #: library/plugin-settings.php:1044
898
+ msgid "Receive Email Alert"
899
+ msgstr "ईमेल अलर्ट प्राप्त करें"
900
+
901
+ #: library/plugin-settings.php:1046
902
+ msgid ""
903
+ "Check this box if you want to be notified via email for new post submissions."
904
+ msgstr ""
905
+ "यदि आप नई पोस्ट सबमिशन के लिए ईमेल द्वारा अधिसूचित होना चाहते हैं तो इस "
906
+ "बॉक्स को चेक करें।"
907
+
908
+ #: library/plugin-settings.php:1049
909
+ msgid "Enable HTML Format"
910
+ msgstr "एचटीएमएल प्रारूप को सक्षम करें"
911
+
912
+ #: library/plugin-settings.php:1051
913
+ msgid "Check this box to enable HTML format for email alerts."
914
+ msgstr ""
915
+ "ईमेल अलर्ट के लिए HTML प्रारूप को सक्षम करने के लिए इस बॉक्स को चेक करें"
916
+
917
+ #: library/plugin-settings.php:1054
918
+ msgid "Email Address for Alerts"
919
+ msgstr "अलर्ट के लिए ईमेल पता"
920
+
921
+ #: library/plugin-settings.php:1056
922
+ msgid ""
923
+ "If you checked the box to receive email alerts, indicate here the address(es)"
924
+ " to which the emails should be sent."
925
+ msgstr ""
926
+ "यदि आप ईमेल अलर्ट प्राप्त करने के लिए बॉक्स को चेक करते हैं, तो उस पते (तों) "
927
+ "को इंगित करें जिसमें ईमेल भेजे जाएं।"
928
+
929
+ #: library/plugin-settings.php:1057
930
+ msgid "Multiple recipients may be included using a comma, like so:"
931
+ msgstr "कॉमा का उपयोग करके कई प्राप्तकर्ताओं को शामिल किया जा सकता है, जैसे:"
932
+
933
+ #: library/plugin-settings.php:1060
934
+ msgid "Email &ldquo;From&rdquo; Address"
935
+ msgstr "ईमेल \"से\" पता"
936
+
937
+ #: library/plugin-settings.php:1062
938
+ msgid ""
939
+ "Here you may customize the address(es) used for the &ldquo;From&rdquo; "
940
+ "header (see plugin FAQs for info). "
941
+ msgstr ""
942
+ "यहां आप \"से\" शीर्षक (जानकारी के लिए प्लगइन FAQ देखें) के लिए उपयोग किए गए "
943
+ "पते (एसई) को अनुकूलित कर सकते हैं।"
944
+
945
+ #: library/plugin-settings.php:1063
946
+ msgid ""
947
+ "If multiple addresses are specified in the previous setting, include an "
948
+ "equal number of &ldquo;From&rdquo; addresses for this setting (in the same "
949
+ "order)."
950
+ msgstr ""
951
+ "यदि पिछले पते में कई पते निर्दिष्ट हैं, तो इस सेटिंग के लिए समान संख्या में "
952
+ "\"से\" पतों को शामिल करें (उसी क्रम में)।"
953
+
954
+ #: library/plugin-settings.php:1066
955
+ msgid "Email Alert Subject"
956
+ msgstr "ईमेल अलर्ट विषय"
957
+
958
+ #: library/plugin-settings.php:1068
959
+ msgid ""
960
+ "Subject line for email alerts. Leave blank to use the default subject line. "
961
+ "Note: you can use the following variables: "
962
+ msgstr ""
963
+ "ईमेल अलर्ट के लिए विषय पंक्ति डिफ़ॉल्ट विषय पंक्ति का उपयोग करने के लिए खाली "
964
+ "छोड़ दें नोट: आप निम्न चर का उपयोग कर सकते हैं:"
965
+
966
+ #: library/plugin-settings.php:1072
967
+ msgid "Email Alert Message"
968
+ msgstr "ईमेल अलर्ट संदेश"
969
+
970
+ #: library/plugin-settings.php:1074
971
+ msgid ""
972
+ "Message for email alerts. Leave blank to use the default message. Note: you "
973
+ "can use the following variables: "
974
+ msgstr ""
975
+ "ईमेल अलर्ट के लिए संदेश डिफ़ॉल्ट संदेश का उपयोग करने के लिए खाली छोड़ दें "
976
+ "नोट: आप निम्न चर का उपयोग कर सकते हैं:"
977
+
978
+ #: library/plugin-settings.php:1085
979
+ msgid "Featured Image"
980
+ msgstr "निरूपित चित्र"
981
+
982
+ #: library/plugin-settings.php:1087
983
+ msgid ""
984
+ "Set submitted images as Featured Images. Requires theme support for Featured "
985
+ "Images (aka Post Thumbnails)."
986
+ msgstr ""
987
+ "फीचर्ड छवियां के रूप में प्रस्तुत चित्र सेट करें फीचर्ड छवियां (उर्फ पोस्ट "
988
+ "थंबनेल) के लिए थीम समर्थन की आवश्यकता है"
989
+
990
+ #: library/plugin-settings.php:1090
991
+ msgid "Upload Message"
992
+ msgstr "संदेश अपलोड करें"
993
+
994
+ #: library/plugin-settings.php:1092
995
+ msgid ""
996
+ "Message that appears next to the upload field. Useful for stating your "
997
+ "upload guidelines/policy/etc. Basic markup allowed."
998
+ msgstr ""
999
+ "संदेश जो अपलोड फ़ील्ड के आगे दिखाई देता है आपके अपलोड दिशानिर्देश / नीति / "
1000
+ "आदि के बारे में बताए जाने के लिए उपयोगी मूल मार्कअप की अनुमति"
1001
+
1002
+ #: library/plugin-settings.php:1095
1003
+ msgid "&ldquo;Add another image&rdquo; link"
1004
+ msgstr "\"एक और छवि जोड़ें\" लिंक"
1005
+
1006
+ #: library/plugin-settings.php:1097
1007
+ msgid ""
1008
+ "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to "
1009
+ "use the default markup (recommended)."
1010
+ msgstr ""
1011
+ "\"अन्य छवि जोड़ें\" लिंक के लिए कस्टम मार्कअप। डिफ़ॉल्ट मार्कअप का उपयोग "
1012
+ "करने के लिए खाली छोड़ें (अनुशंसित)।"
1013
+
1014
+ #: library/plugin-settings.php:1100
1015
+ msgid "Minimum number of images"
1016
+ msgstr "छवियों की न्यूनतम संख्या"
1017
+
1018
+ #: library/plugin-settings.php:1103
1019
+ msgid "Specify the minimum number of images."
1020
+ msgstr "छवियों की न्यूनतम संख्या निर्दिष्ट करें"
1021
+
1022
+ #: library/plugin-settings.php:1107
1023
+ msgid "Maximum number of images"
1024
+ msgstr "छवियों की अधिकतम संख्या"
1025
+
1026
+ #: library/plugin-settings.php:1110
1027
+ msgid "Specify the maximum number of images."
1028
+ msgstr "छवियों की अधिकतम संख्या निर्दिष्ट करें"
1029
+
1030
+ #: library/plugin-settings.php:1114
1031
+ msgid "Minimum image width"
1032
+ msgstr "न्यूनतम छवि चौड़ाई"
1033
+
1034
+ #: library/plugin-settings.php:1116
1035
+ msgid "Specify a minimum width (in pixels) for uploaded images."
1036
+ msgstr "अपलोड की गई छवियों के लिए न्यूनतम चौड़ाई (पिक्सल में) निर्दिष्ट करें"
1037
+
1038
+ #: library/plugin-settings.php:1119
1039
+ msgid "Minimum image height"
1040
+ msgstr "न्यूनतम छवि ऊंचाई"
1041
+
1042
+ #: library/plugin-settings.php:1121
1043
+ msgid "Specify a minimum height (in pixels) for uploaded images."
1044
+ msgstr "अपलोड की गई छवियों के लिए न्यूनतम ऊंचाई (पिक्सल में) निर्दिष्ट करें।"
1045
+
1046
+ #: library/plugin-settings.php:1124
1047
+ msgid "Maximum image width"
1048
+ msgstr "अधिकतम छवि चौड़ाई"
1049
+
1050
+ #: library/plugin-settings.php:1126
1051
+ msgid "Specify a maximum width (in pixels) for uploaded images."
1052
+ msgstr "अपलोड की गई छवियों के लिए अधिकतम चौड़ाई (पिक्सेल में) निर्दिष्ट करें"
1053
+
1054
+ #: library/plugin-settings.php:1129
1055
+ msgid "Maximum image height"
1056
+ msgstr "अधिकतम छवि ऊंचाई"
1057
+
1058
+ #: library/plugin-settings.php:1131
1059
+ msgid "Specify a maximum height (in pixels) for uploaded images."
1060
+ msgstr "अपलोड की गई छवियों के लिए अधिकतम ऊंचाई (पिक्सल में) निर्दिष्ट करें।"
1061
+
1062
+ #: library/plugin-settings.php:1134
1063
+ msgid "More Options"
1064
+ msgstr "अधिक विकल्प"
1065
+
1066
+ #: library/plugin-settings.php:1137
1067
+ msgid ""
1068
+ "For more options, like the ability to upload other file types (like PDF, "
1069
+ "Word, Zip, videos, and more), check out"
1070
+ msgstr ""
1071
+ "अधिक विकल्प के लिए, जैसे अन्य फाइल प्रकारों (जैसे पीडीएफ, वर्ड, ज़िप, वीडियो "
1072
+ "और अन्य) को अपलोड करने की क्षमता, चेक आउट करें"
1073
+
1074
+ #: library/plugin-settings.php:1138
1075
+ msgid "Go Pro!"
1076
+ msgstr "पेशेवर बनो!"
1077
+
1078
+ #: library/plugin-settings.php:1138
1079
+ msgid "USP Pro"
1080
+ msgstr "यूएसपी प्रो"
1081
+
1082
+ #: library/plugin-settings.php:1145
1083
+ msgid "Auto-Display Content"
1084
+ msgstr "स्वत: प्रदर्शन सामग्री"
1085
+
1086
+ #: library/plugin-settings.php:1150
1087
+ msgid "Images Auto-Display"
1088
+ msgstr "छवियां ऑटो-प्रदर्शन"
1089
+
1090
+ #: library/plugin-settings.php:1152
1091
+ msgid "Auto-display user-submitted images:"
1092
+ msgstr "स्वत: प्रदर्शन उपयोगकर्ता द्वारा प्रस्तुत छवियां:"
1093
+
1094
+ #: library/plugin-settings.php:1157
1095
+ msgid "Image Markup"
1096
+ msgstr "छवि मार्कअप"
1097
+
1098
+ #: library/plugin-settings.php:1159
1099
+ msgid ""
1100
+ "Markup to use for each submitted image (when auto-display is enabled). Can "
1101
+ "use"
1102
+ msgstr ""
1103
+ "प्रत्येक सबमिट की गई छवि के लिए उपयोग करने के लिए मार्कअप (जब ऑटो-डिस्प्ले "
1104
+ "सक्रिय है)। इस्तेमाल कर सकते हैं"
1105
+
1106
+ #: library/plugin-settings.php:1161 library/plugin-settings.php:1174
1107
+ #: library/plugin-settings.php:1187
1108
+ msgid "and"
1109
+ msgstr "तथा"
1110
+
1111
+ #: library/plugin-settings.php:1164
1112
+ msgid "Email Auto-Display"
1113
+ msgstr "ईमेल ऑटो-प्रदर्शन"
1114
+
1115
+ #: library/plugin-settings.php:1166
1116
+ msgid "Auto-display user-submitted email:"
1117
+ msgstr "स्वत: प्रदर्शन उपयोगकर्ता द्वारा सबमिट की गई ईमेल:"
1118
+
1119
+ #: library/plugin-settings.php:1171
1120
+ msgid "Email Markup"
1121
+ msgstr "ईमेल मार्कअप"
1122
+
1123
+ #: library/plugin-settings.php:1173
1124
+ msgid ""
1125
+ "Markup to use for the submitted email address (when auto-display is enabled)."
1126
+ " Can use"
1127
+ msgstr ""
1128
+ "सबमिट किए गए ईमेल पते के लिए उपयोग करने के लिए मार्कअप (जब ऑटो-डिस्प्ले "
1129
+ "सक्रिय है)। इस्तेमाल कर सकते हैं"
1130
+
1131
+ #: library/plugin-settings.php:1177
1132
+ msgid "URL Auto-Display"
1133
+ msgstr "यूआरएल ऑटो-डिस्प्ले"
1134
+
1135
+ #: library/plugin-settings.php:1179
1136
+ msgid "Auto-display user-submitted URL:"
1137
+ msgstr "स्वत: -प्रदर्शन उपयोगकर्ता द्वारा प्रस्तुत यूआरएल:"
1138
+
1139
+ #: library/plugin-settings.php:1184
1140
+ msgid "URL Markup"
1141
+ msgstr "यूआरएल मार्कअप"
1142
+
1143
+ #: library/plugin-settings.php:1186
1144
+ msgid ""
1145
+ "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1146
+ msgstr ""
1147
+ "सबमिट किए गए URL के लिए उपयोग करने के लिए मार्कअप (जब ऑटो-डिस्प्ले सक्रिय है)"
1148
+ "। इस्तेमाल कर सकते हैं"
1149
+
1150
+ #: library/plugin-settings.php:1192 library/plugin-settings.php:1210
1151
+ msgid "Save Settings"
1152
+ msgstr "समायोजन बचाओ"
1153
+
1154
+ #: library/plugin-settings.php:1197
1155
+ msgid "Restore Defaults"
1156
+ msgstr "डिफॉल्ट्स का पुनःस्थापन"
1157
+
1158
+ #: library/plugin-settings.php:1201
1159
+ msgid "Restore default options upon plugin deactivation/reactivation."
1160
+ msgstr "प्लगिन निष्क्रिय / पुनर्सक्रियन पर डिफ़ॉल्ट विकल्प पुनर्स्थापित करें"
1161
+
1162
+ #: library/plugin-settings.php:1205
1163
+ msgid "Tip:"
1164
+ msgstr "सुझाव:"
1165
+
1166
+ #: library/plugin-settings.php:1206
1167
+ msgid "leave this option unchecked to remember your settings."
1168
+ msgstr "अपनी सेटिंग्स को याद रखने के लिए इस विकल्प को अनचेक छोड़ दें"
1169
+
1170
+ #: library/plugin-settings.php:1207
1171
+ msgid ""
1172
+ "Or, to go ahead and restore all default options, check the box, save your "
1173
+ "settings, and then deactivate/reactivate the plugin."
1174
+ msgstr ""
1175
+ "या, आगे जाने और सभी डिफ़ॉल्ट विकल्पों को पुनर्स्थापित करने के लिए, बॉक्स को "
1176
+ "चेक करें, अपनी सेटिंग सहेजें, और फिर प्लग इन को निष्क्रिय / पुनः सक्रिय करें"
1177
+
1178
+ #: library/plugin-settings.php:1215
1179
+ msgid "Shortcode &amp; Template Tag"
1180
+ msgstr "शोर्ट और टेम्पलेट टैग"
1181
+
1182
+ #: library/plugin-settings.php:1218
1183
+ msgid ""
1184
+ "To implement USP, first configure the plugin settings, then use the "
1185
+ "shortcode or template to display the form on the front-end as desired."
1186
+ msgstr ""
1187
+ "यूएसपी को लागू करने के लिए, पहले प्लगइन सेटिंग कॉन्फ़िगर करें, फिर वांछित के "
1188
+ "रूप में फ्रंट-एंड पर फ़ॉर्म प्रदर्शित करने के लिए शोर्ट कोड या टेम्पलेट का "
1189
+ "उपयोग करें"
1190
+
1191
+ #: library/plugin-settings.php:1220
1192
+ msgid "Shortcode"
1193
+ msgstr "छोटे संकेत"
1194
+
1195
+ #: library/plugin-settings.php:1221
1196
+ msgid "Use this shortcode to display the USP Form on any WP Post or Page:"
1197
+ msgstr ""
1198
+ "किसी भी WP पोस्ट या पृष्ठ पर यूएसपी फॉर्म प्रदर्शित करने के लिए इस शोर्ट कोड "
1199
+ "का उपयोग करें:"
1200
+
1201
+ #: library/plugin-settings.php:1224
1202
+ msgid "Template tag"
1203
+ msgstr "टेम्पलेट टैग"
1204
+
1205
+ #: library/plugin-settings.php:1225
1206
+ msgid ""
1207
+ "Use this template tag to display the USP Form anywhere in your theme "
1208
+ "template:"
1209
+ msgstr ""
1210
+ "अपने टेम्पलेट में कहीं भी यूएसपी फॉर्म प्रदर्शित करने के लिए इस टेम्पलेट टैग "
1211
+ "का उपयोग करें:"
1212
+
1213
+ #: library/plugin-settings.php:1231
1214
+ msgid "Show Support"
1215
+ msgstr "समर्थन दिखाएं"
1216
+
1217
+ #: library/plugin-settings.php:1243
1218
+ msgid "by"
1219
+ msgstr "द्वारा"
1220
+
1221
+ #: library/plugin-settings.php:1244
1222
+ msgid "Jeff Starr on Twitter"
1223
+ msgstr "ट्विटर पर जेफ स्टार"
1224
+
1225
+ #: library/plugin-settings.php:1245
1226
+ msgid "Obsessive Web Design &amp; Development"
1227
+ msgstr "जुनूनी वेब डिजाइन और विकास"
1228
+
1229
+ #: library/plugin-settings.php:1256
1230
+ msgid "Save Preference"
1231
+ msgstr "प्राथमिकता सहेजें"
1232
+
1233
+ #: library/plugin-settings.php:1263
1234
+ msgid ""
1235
+ "Are you sure you want to restore all default options? (this action cannot be "
1236
+ "undone)"
1237
+ msgstr ""
1238
+ "क्या आप वाकई सभी डिफ़ॉल्ट विकल्पों को पुनर्स्थापित करना चाहते हैं? (यह कार्य "
1239
+ "दोबारा से नहीं हो सकता)"
1240
+
1241
+ #: library/template-tags.php:214
1242
+ msgid "View full post"
1243
+ msgstr "पूर्ण पोस्ट देखें"
1244
+
1245
+ #. Description of the plugin
1246
+ msgid ""
1247
+ "Enables your visitors to submit posts and images from anywhere on your site."
1248
+ msgstr ""
1249
+ "आपके विज़िटर को अपनी साइट पर कहीं से पोस्ट और छवियां सबमिट करने में सक्षम "
1250
+ "बनाता है।"
1251
+
1252
+ #. URI of the plugin
1253
+ msgid "https://perishablepress.com/user-submitted-posts/"
1254
+ msgstr "https://perishablepress.com/user-submitted-posts/"
1255
+
1256
+ #. Author of the plugin
1257
+ msgid "Jeff Starr"
1258
+ msgstr "जेफ स्टार"
1259
+
1260
+ #. Author URI of the plugin
1261
+ msgid "https://plugin-planet.com/"
1262
+ msgstr "https://plugin-planet.com/"
languages/usp-it_IT.mo CHANGED
Binary file
languages/usp-it_IT.po CHANGED
@@ -1,1194 +1,1273 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: User Submitted Posts\n"
4
- "POT-Creation-Date: 2016-04-07 17:14+0100\n"
5
- "PO-Revision-Date: 2016-04-07 17:19+0100\n"
6
- "Last-Translator: Jeff Starr <http://perishablepress.com/contact/>\n"
7
- "Language-Team: RM <http://rosariomonaco.com/contact/>\n"
8
- "Language: it_IT\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.6.5\n"
13
- "X-Poedit-KeywordsList: __;_e;_n;_x\n"
14
- "X-Poedit-Basepath: .\n"
15
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-SearchPath-0: ..\n"
18
-
19
- #: ../library/template-tags.php:155
20
- msgid "View full post"
21
- msgstr "Vedi post completo"
22
-
23
- #: ../user-submitted-posts.php:24 ../user-submitted-posts.php:74
24
  msgid "User Submitted Posts"
25
- msgstr "User Submitted Post"
26
 
27
- #: ../user-submitted-posts.php:55
28
  msgid "requires WordPress "
29
- msgstr "richiesto WordPress"
30
 
31
- #: ../user-submitted-posts.php:55
32
- msgid " or higher, and has been deactivated!"
33
- msgstr "o superiore, ed è stato disattivato!"
34
 
35
- #: ../user-submitted-posts.php:56
36
- msgid "Please return to the "
37
- msgstr "Ritorna a"
38
 
39
- #: ../user-submitted-posts.php:56
40
- msgid "WordPress Admin area"
41
- msgstr "WordPress Admin area"
42
 
43
- #: ../user-submitted-posts.php:56
44
  msgid "to upgrade WordPress and try again."
45
- msgstr "aggiorna WordPress e riprova."
46
 
47
- #: ../user-submitted-posts.php:74
48
- msgid "Submitted"
49
- msgstr "Inviato"
50
-
51
- #: ../user-submitted-posts.php:104
52
  msgid "User Submitted Post"
53
- msgstr "User Submitted Post"
54
 
55
- #: ../user-submitted-posts.php:209
56
  msgid "User Submitted Post Info"
57
- msgstr "User Submitted Post Informazioni"
58
 
59
- #: ../user-submitted-posts.php:228
60
  msgid "Submitter Name: "
61
- msgstr "Nome:"
62
 
63
- #: ../user-submitted-posts.php:229
64
  msgid "Submitter Email: "
65
- msgstr "Email:"
66
 
67
- #: ../user-submitted-posts.php:230
68
  msgid "Submitter URL: "
69
- msgstr "URL:"
70
 
71
- #: ../user-submitted-posts.php:231
72
  msgid "Submitter IP: "
73
- msgstr "IP:"
 
 
 
 
74
 
75
- #: ../user-submitted-posts.php:380
76
  msgid "USP"
77
  msgstr "USP"
78
 
79
- #: ../user-submitted-posts.php:760
80
  msgid " files required"
81
- msgstr "file richiesti"
82
 
83
- #: ../user-submitted-posts.php:761
84
  msgid " file required"
85
- msgstr "file richiesto"
86
 
87
- #: ../user-submitted-posts.php:763
88
  msgid " files"
89
- msgstr "files"
90
 
91
- #: ../user-submitted-posts.php:764
92
  msgid " file"
93
- msgstr "file"
94
 
95
- #: ../user-submitted-posts.php:766 ../user-submitted-posts.php:767
96
- #: ../user-submitted-posts.php:768 ../user-submitted-posts.php:769
97
  msgid " pixels"
98
- msgstr "pixels"
99
 
100
- #: ../user-submitted-posts.php:772
101
  msgid "An error occurred. Please go back and try again."
102
- msgstr "Si è verificato un errore, torna indietro e riprova."
103
 
104
- #: ../user-submitted-posts.php:779
105
  msgid "User login required"
106
- msgstr "Login utente richiesto"
107
 
108
- #: ../user-submitted-posts.php:780
109
  msgid "User name required"
110
  msgstr "Nome utente richiesto"
111
 
112
- #: ../user-submitted-posts.php:781
113
  msgid "Post title required"
114
- msgstr "Titolo richiesto"
115
 
116
- #: ../user-submitted-posts.php:782
117
- msgid "Post url required"
118
- msgstr "Url del Post richiesto"
119
 
120
- #: ../user-submitted-posts.php:783
121
  msgid "Post tags required"
122
- msgstr "Tags richiesti"
123
 
124
- #: ../user-submitted-posts.php:784
125
  msgid "Post category required"
126
- msgstr "Categoria richiesta"
127
 
128
- #: ../user-submitted-posts.php:785
129
  msgid "Post content required"
130
- msgstr "Contenuto richiesto"
131
 
132
- #: ../user-submitted-posts.php:786
133
  msgid "Correct captcha required"
134
- msgstr "Captcha corretto richiesto"
135
 
136
- #: ../user-submitted-posts.php:787
137
  msgid "User email required"
138
- msgstr "Email utente richiesta"
139
 
140
- #: ../user-submitted-posts.php:788
 
 
 
 
141
  msgid "Non-empty value for hidden field"
142
  msgstr "Valore non vuoto per il campo nascosto"
143
 
144
- #: ../user-submitted-posts.php:789
145
  msgid "Minimum number of images not met"
146
- msgstr "Numero minimo di immagini non raggiunto"
147
 
148
- #: ../user-submitted-posts.php:790
149
  msgid "Maximum number of images exceeded "
150
- msgstr "Numero massimo di immagini superato"
151
 
152
- #: ../user-submitted-posts.php:791
153
  msgid "Minimum image width not met"
154
- msgstr "Immagine troppo stretta"
155
 
156
- #: ../user-submitted-posts.php:792
157
  msgid "Image width exceeds maximum"
158
- msgstr "Immagine troppo larga"
159
 
160
- #: ../user-submitted-posts.php:793
161
  msgid "Minimum image height not met"
162
- msgstr "Immagine troppo bassa"
163
 
164
- #: ../user-submitted-posts.php:794
165
  msgid "Image height exceeds maximum"
166
- msgstr "Immagine troppo alta"
167
 
168
- #: ../user-submitted-posts.php:795
169
  msgid "File type not allowed (please upload images only)"
170
- msgstr "Tipo file non ammesso (carica solo immagini)"
171
 
172
- #: ../user-submitted-posts.php:796
173
- msgid "The selected files could not be uploaded to the server"
174
- msgstr "I files selezionati non possono essere caricati sul server"
 
 
175
 
176
- #: ../user-submitted-posts.php:800
177
  msgid "The file(s) could not be uploaded"
178
- msgstr "%s non può essere caricato"
179
 
180
- #: ../user-submitted-posts.php:802
181
  msgid "Post not created. Please contact the site administrator for help."
182
  msgstr ""
183
- "Post non creato. Contatta l&rsquo;amministratore del sito per essere aiutato."
 
184
 
185
- #: ../user-submitted-posts.php:803
186
  msgid "Duplicate post title. Please try again."
187
- msgstr "Titolo Post duplicato. Modificalo e riprova."
188
 
189
- #: ../user-submitted-posts.php:809
190
  msgid "Error: "
191
  msgstr "Errore:"
192
 
193
- #: ../user-submitted-posts.php:822
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
194
  msgid "Settings"
195
- msgstr "Impostazioni"
196
 
197
- #: ../user-submitted-posts.php:861
198
- msgid ""
199
- "There was an error. Please ensure that you have added a title, some content, "
200
- "and that you have uploaded only images."
201
- msgstr ""
202
- "Si è verificato un errore. Verifica di aver compilato correttamente tutti i "
203
- "campi."
204
 
205
- #: ../user-submitted-posts.php:868 ../user-submitted-posts.php:869
206
- #: ../user-submitted-posts.php:871 ../user-submitted-posts.php:872
207
- #: ../user-submitted-posts.php:873 ../user-submitted-posts.php:879
208
- #: ../user-submitted-posts.php:880
209
- msgid "show"
210
- msgstr "mostra"
211
 
212
- #: ../user-submitted-posts.php:870 ../user-submitted-posts.php:874
213
- msgid "hide"
214
- msgstr "nascondi"
215
 
216
- #: ../user-submitted-posts.php:875
217
- msgid "Please select your image(s) to upload."
218
- msgstr "Selezione l&rsquo;immagine da caricare"
219
 
220
- #: ../user-submitted-posts.php:881
221
- msgid "Success! Thank you for your submission."
222
- msgstr "Inviato! Grazie per la collaborazione."
223
 
224
- #: ../user-submitted-posts.php:905
225
- msgid "Email"
226
- msgstr "Email"
227
 
228
- #: ../user-submitted-posts.php:906
229
- msgid "URL"
230
- msgstr "URL"
231
 
232
- #: ../user-submitted-posts.php:916
233
- msgid "HTML5 Form + Default CSS <small>(Recommended)</small>"
234
- msgstr "Modulo HTML5 + CSS Default <small>(Recommended)</small>"
235
 
236
- #: ../user-submitted-posts.php:920
237
- msgid "HTML5 Form + Disable CSS <small>(Provide your own styles)</small>"
238
- msgstr ""
239
- "Modulo HTML5 + CSS Personalizzato <small>(Fornisci il tuo CSS "
240
- "personalizzato)</small>"
241
 
242
- #: ../user-submitted-posts.php:924
243
- msgid ""
244
- "Custom Form + Custom CSS <small>(Provide your own form template &amp; "
245
- "styles)</small>"
246
- msgstr ""
247
- "Modulo Personalizzato + CSS Personalizzato<small>((Fornisci il tuo Modulo e "
248
- "il tuo CSS personalizzato))</small>"
249
 
250
- #: ../user-submitted-posts.php:932 ../user-submitted-posts.php:948
251
- #: ../user-submitted-posts.php:964
252
  msgid "Auto-display before post content"
253
- msgstr "Mostra automaticamente prima di pubblicare il contenuto"
254
 
255
- #: ../user-submitted-posts.php:936 ../user-submitted-posts.php:952
256
- #: ../user-submitted-posts.php:968
257
  msgid "Auto-display after post content"
258
- msgstr "Mostra automaticamente dopo di pubblicare il contenuto"
259
 
260
- #: ../user-submitted-posts.php:940
261
  msgid "Do not auto-display submitted images"
262
- msgstr "Non mostrare automaticamente le immagine inviate"
263
 
264
- #: ../user-submitted-posts.php:956
265
  msgid "Do not auto-display submitted email"
266
- msgstr "Non mostrare automaticamente le email inviate"
267
 
268
- #: ../user-submitted-posts.php:972
269
  msgid "Do not auto-display submitted URL"
270
- msgstr "Non mostrare automaticamente le URL inviate"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
271
 
272
- #: ../user-submitted-posts.php:1206
 
 
 
 
 
 
 
 
273
  msgid "Toggle all panels"
274
- msgstr "Apri/Chiudi tutti i pannelli"
275
 
276
- #: ../user-submitted-posts.php:1215
277
  msgid "We need your support!"
278
- msgstr "Abbiamo bisogno del tuo supporto!"
279
-
280
- #: ../user-submitted-posts.php:1219
281
- msgid "Please"
282
- msgstr "Per favore"
283
 
284
- #: ../user-submitted-posts.php:1219
285
  msgid "Make a donation via PayPal"
286
- msgstr "Fai una donazione tramite Paypal"
287
 
288
- #: ../user-submitted-posts.php:1219
289
  msgid "make a donation"
290
- msgstr "fai una donazione"
291
 
292
- #: ../user-submitted-posts.php:1219
293
  msgid "and/or"
294
- msgstr "e/o"
295
 
296
- #: ../user-submitted-posts.php:1220
297
  msgid "Rate and review at the Plugin Directory"
298
- msgstr "Vota e valuta nella Plugin Directory"
299
 
300
- #: ../user-submitted-posts.php:1221
301
  msgid "give this plugin a 5-star rating"
302
- msgstr "vota questo plugin con 5 stelle"
303
 
304
- #: ../user-submitted-posts.php:1225
305
  msgid ""
306
  "Your generous support enables continued development of this free plugin. "
307
  "Thank you!"
308
  msgstr ""
309
- "La tua generosità consente lo sviluppo di questo plugin gratuito. Grazie!"
 
310
 
311
- #: ../user-submitted-posts.php:1230
312
  msgid "Check this box if you have shown support"
313
- msgstr "Selezione opzione se hai dimostrato il tuo supporto"
314
 
315
- #: ../user-submitted-posts.php:1238
316
  msgid "Overview"
317
- msgstr "Riassunto"
318
 
319
- #: ../user-submitted-posts.php:1242
320
  msgid ""
321
  "enables your visitors to submit posts and upload images from the front-end "
322
  "of your site. "
323
  msgstr ""
324
- "consente ai tuoi visitatori di inviare posts e caricare immagini dal front-"
325
- "end del tuo sito."
326
 
327
- #: ../user-submitted-posts.php:1243
328
  msgid "For advanced functionality and unlimited forms, check out"
329
- msgstr "Per le funzionalità avanzate e moduli illimitati, controlla"
330
 
331
- #: ../user-submitted-posts.php:1244
332
  msgid "&mdash; the ultimate solution for user-generated content."
333
- msgstr "&mdash; la soluzione definitiva per gli UGC (user-generated content)"
334
-
335
- #: ../user-submitted-posts.php:1249
336
- msgid "Quick start:"
337
- msgstr "Inizio rapido:"
338
 
339
- #: ../user-submitted-posts.php:1249
340
- msgid "configure settings"
341
- msgstr "Configurazione impostazioni"
342
 
343
- #: ../user-submitted-posts.php:1250
344
- msgid "and then"
345
- msgstr "e quindi"
346
 
347
- #: ../user-submitted-posts.php:1250
348
- msgid "display the form"
349
- msgstr "mostra il modulo"
350
 
351
- #: ../user-submitted-posts.php:1253
352
- msgid "More info:"
353
- msgstr "Maggiori info:"
354
 
355
- #: ../user-submitted-posts.php:1254
356
- msgid "WP Plugin Page"
357
- msgstr "WP Plugin Page"
358
 
359
- #: ../user-submitted-posts.php:1254 ../user-submitted-posts.php:1661
360
- msgid "and"
361
- msgstr "e"
362
-
363
- #: ../user-submitted-posts.php:1255
364
- msgid "Homepage"
365
- msgstr "Homepage"
366
-
367
- #: ../user-submitted-posts.php:1257
368
- msgid "Support:"
369
- msgstr "Supportaci:"
370
-
371
- #: ../user-submitted-posts.php:1257
372
- msgid "if you like USP, please"
373
- msgstr "Se ti piace USP, per favore"
374
-
375
- #: ../user-submitted-posts.php:1258
376
- msgid "Rate and review this plugin at the WP Plugin Directory"
377
- msgstr "Vota e valuta questo plugin nella Directory Plugin di WP"
378
-
379
- #: ../user-submitted-posts.php:1259
380
  msgid "give it a 5-star rating"
381
- msgstr "vota questo plugin con 5 stelle"
 
 
 
 
382
 
383
- #: ../user-submitted-posts.php:1273
384
- msgid "Options"
385
- msgstr "Opzioni"
386
 
387
- #: ../user-submitted-posts.php:1277
388
  msgid "Configure your settings for User Submitted Posts."
389
- msgstr "Configura impostazioni User Submitted Posts"
390
 
391
- #: ../user-submitted-posts.php:1279
392
  msgid "Form Fields"
393
- msgstr "Campi Modulo"
394
 
395
- #: ../user-submitted-posts.php:1284
396
  msgid "User Name"
397
- msgstr "Nome"
398
 
399
- #: ../user-submitted-posts.php:1287 ../user-submitted-posts.php:1297
400
- #: ../user-submitted-posts.php:1307 ../user-submitted-posts.php:1317
401
- #: ../user-submitted-posts.php:1327 ../user-submitted-posts.php:1337
402
- #: ../user-submitted-posts.php:1347 ../user-submitted-posts.php:1357
 
403
  msgid "Display and require"
404
- msgstr "Mostrato e obbligatorio"
405
 
406
- #: ../user-submitted-posts.php:1288 ../user-submitted-posts.php:1298
407
- #: ../user-submitted-posts.php:1308 ../user-submitted-posts.php:1318
408
- #: ../user-submitted-posts.php:1328 ../user-submitted-posts.php:1338
409
- #: ../user-submitted-posts.php:1348
410
  msgid "Display but do not require"
411
- msgstr "Mostrato ma non obbligatorio"
412
 
413
- #: ../user-submitted-posts.php:1289 ../user-submitted-posts.php:1299
414
- #: ../user-submitted-posts.php:1309 ../user-submitted-posts.php:1319
415
- #: ../user-submitted-posts.php:1329 ../user-submitted-posts.php:1339
416
- #: ../user-submitted-posts.php:1349 ../user-submitted-posts.php:1358
 
417
  msgid "Disable this field"
418
- msgstr "Disabilita questo campo"
419
 
420
- #: ../user-submitted-posts.php:1294
421
  msgid "User Email"
422
- msgstr "Email utente"
423
 
424
- #: ../user-submitted-posts.php:1304
425
- msgid "Post URL"
426
- msgstr "URL"
427
-
428
- #: ../user-submitted-posts.php:1314 ../views/submission-form.php:53
429
- #: ../views/submission-form.php:54
430
- msgid "Post Title"
431
- msgstr "Titolo"
432
-
433
- #: ../user-submitted-posts.php:1324 ../views/submission-form.php:59
434
- #: ../views/submission-form.php:60
435
- msgid "Post Tags"
436
- msgstr "Tags"
437
-
438
- #: ../user-submitted-posts.php:1334 ../views/submission-form.php:71
439
- msgid "Post Category"
440
- msgstr "Categoria"
441
-
442
- #: ../user-submitted-posts.php:1344 ../views/submission-form.php:106
443
- #: ../views/submission-form.php:107
444
- msgid "Post Content"
445
- msgstr "Contenuto"
446
 
447
- #: ../user-submitted-posts.php:1354 ../user-submitted-posts.php:1360
448
- #: ../user-submitted-posts.php:1567 ../user-submitted-posts.php:1572
449
  msgid "Challenge Question"
450
- msgstr "Domanda"
451
 
452
- #: ../user-submitted-posts.php:1360 ../user-submitted-posts.php:1370
 
453
  msgid "(Visit"
454
  msgstr "(Visita"
455
 
456
- #: ../user-submitted-posts.php:1360 ../user-submitted-posts.php:1370
 
457
  msgid "to configure options)"
458
- msgstr "per configurare le opzioni)"
 
 
 
 
 
459
 
460
- #: ../user-submitted-posts.php:1364
461
  msgid "Post Images"
462
- msgstr "Immagini"
463
 
464
- #: ../user-submitted-posts.php:1367
465
  msgid "Display"
466
- msgstr "Mostra"
467
 
468
- #: ../user-submitted-posts.php:1368
469
  msgid "Disable"
470
- msgstr "Disabilita"
471
 
472
- #: ../user-submitted-posts.php:1370 ../user-submitted-posts.php:1589
473
  msgid "Image Uploads"
474
- msgstr "Carica immagini"
475
 
476
- #: ../user-submitted-posts.php:1376
477
- msgid "General Options"
478
- msgstr "Opzioni Generali"
479
 
480
- #: ../user-submitted-posts.php:1381
481
- msgid "Form style"
482
- msgstr "Stile del modulo"
483
 
484
- #: ../user-submitted-posts.php:1386
485
  msgid "With this option, you can copy the plugin&rsquo;s default templates:"
486
- msgstr "Con questa opzione, puoi copiare il template di default del plugin:"
 
487
 
488
- #: ../user-submitted-posts.php:1391
489
- msgid "..and upload them to the plugin&rsquo;s"
490
- msgstr "... e caricarlo nei plugin"
491
 
492
- #: ../user-submitted-posts.php:1391
493
- msgid "directory:"
494
- msgstr "directory:"
495
 
496
- #: ../user-submitted-posts.php:1397
497
  msgid ""
498
- "That will enable you to customize the form and styles as desired. Note: the"
 
499
  msgstr ""
500
- "Questo ti consente di personalizzare modulo e stile come desiderato. Nota: il"
 
 
501
 
502
- #: ../user-submitted-posts.php:1398
503
- msgid ""
504
- "file is optional if you want to use your own stylesheet. See the readme.txt "
505
- "for more information. FYI: here is a"
506
- msgstr ""
507
- "file è facoltativo se vuoi usare il tuo foglio di stile personalizzato. "
508
- "Leggi il file readme.txt per maggiori informazioni. FYI: qui c&rsquo;è una"
509
 
510
- #: ../user-submitted-posts.php:1399
511
- msgid "list of CSS selectors for USP"
512
- msgstr "lista di selettori CSS per USP"
513
 
514
- #: ../user-submitted-posts.php:1405
515
- msgid "Include JavaScript?"
516
- msgstr "Includere il Javascript?"
517
 
518
- #: ../user-submitted-posts.php:1407
519
  msgid ""
520
  "Check this box if you want to include the external JavaScript files "
521
  "(recommended)."
522
  msgstr ""
523
- "Seleziona questo checbox se vuoi includere i file Javascript esterni "
524
- "(raccomandato)."
525
 
526
- #: ../user-submitted-posts.php:1410
527
  msgid "Targeted Loading"
528
- msgstr "Pagina dove caricare le risorse esterne"
529
 
530
- #: ../user-submitted-posts.php:1412
531
  msgid ""
532
- "When enabled, external CSS &amp; JavaScript files are loaded on every page. "
533
  "Here you may specify the URL of the USP form to load resources only on that "
534
  "page. Note: leave blank to load on all pages."
535
  msgstr ""
536
- "Quando abilitato, in tutte le pagine viene caricato i files CSS e Javascript "
537
- "esterni. Specifica qui l&rsquo;URL del modulo USP per caricare queste "
538
- "risorse solo in quella pagina. Nota: lascia vuoto per caricare le risorse in "
539
- "tutte le pagine."
540
 
541
- #: ../user-submitted-posts.php:1415
542
- msgid "Categories"
543
- msgstr "Categorie"
544
 
545
- #: ../user-submitted-posts.php:1418
546
- msgid ""
547
- "Select which categories may be assigned to submitted posts (click to toggle)"
548
- msgstr ""
549
- "Seleziona quale categoria assegnare ai post inviati (click per nascondere)"
550
-
551
- #: ../user-submitted-posts.php:1435
552
- msgid "Assigned Author"
553
- msgstr "Autore Attribuito"
554
-
555
- #: ../user-submitted-posts.php:1444
556
- msgid ""
557
- "Specify the user that should be assigned as author for user-submitted posts."
558
- msgstr "Specificare l&rsquo;autore al quale assegnare i posts"
559
 
560
- #: ../user-submitted-posts.php:1448
561
- msgid "Auto Publish?"
562
- msgstr "Pubblica Automaticamente?"
563
 
564
- #: ../user-submitted-posts.php:1451
565
  msgid "Always moderate via Draft"
566
- msgstr "Modera sempre nelle bozze"
567
 
568
- #: ../user-submitted-posts.php:1452
569
  msgid "Always moderate via Pending"
570
- msgstr "Modera sempre in Attesa"
571
 
572
- #: ../user-submitted-posts.php:1453
573
  msgid "Always publish immediately"
574
- msgstr "Pubblica sempre automaticamente"
575
 
576
- #: ../user-submitted-posts.php:1458
577
  msgid ""
578
- "Post Status for submitted posts: moderate (recommended), publish "
579
- "immediately, or publish after any number of approved posts."
580
  msgstr ""
581
- "Stato del Post inviato: moderato (raccomandato), pubblicato immediatamente, "
582
- "o pubblicato solo dopo un numero di posts approvati."
583
 
584
- #: ../user-submitted-posts.php:1462
585
- msgid "Enable Rich Text Editor"
586
- msgstr "Abilita l&rsquo;editor di testo visuale"
587
-
588
- #: ../user-submitted-posts.php:1464
589
- msgid ""
590
- "Check this box if you want to enable WP rich text editing for submitted "
591
- "posts."
592
- msgstr ""
593
- "Seleziona questa opzione se vuoi abilitare l&rsquo;editor di testo visuale"
594
-
595
- #: ../user-submitted-posts.php:1467
596
  msgid "Redirect URL"
597
  msgstr "URL di reindirizzamento"
598
 
599
- #: ../user-submitted-posts.php:1469
600
  msgid ""
601
  "Specify a URL to redirect the user after post-submission. Leave blank to "
602
  "redirect back to current page."
603
  msgstr ""
604
- "Specifica una URL dove reindirizzare l&rsquo;utente dopo l'invio del post. "
605
- "Lascia vuoto se vuoi reinderizzarlo alla pagina corrente."
606
 
607
- #: ../user-submitted-posts.php:1472
608
  msgid "Success Message"
609
  msgstr "Messaggio di successo"
610
 
611
- #: ../user-submitted-posts.php:1474
612
  msgid ""
613
  "Success message that is displayed if post-submission is successful. Basic "
614
  "markup is allowed."
615
  msgstr ""
616
- "Messo di successo mostrato quando il post è inviato correttamente. Sono "
617
- "ammessi i segnaposto di base."
618
 
619
- #: ../user-submitted-posts.php:1477
620
  msgid "Error Message"
621
  msgstr "Messaggio di errore"
622
 
623
- #: ../user-submitted-posts.php:1479
624
  msgid ""
625
  "General error message that is displayed if post-submission fails. Basic "
626
  "markup is allowed."
627
  msgstr ""
628
- "Messo di errore mostrato quando l&rsquo;invio del post fallisce. Sono "
629
- "ammessi i segnaposto di base."
630
 
631
- #: ../user-submitted-posts.php:1482
632
  msgid "Custom Content"
633
- msgstr "Contenuto Personalizzato"
634
 
635
- #: ../user-submitted-posts.php:1484
636
  msgid ""
637
  "Custom text/markup to be included before the submission form. Leave blank to "
638
  "disable."
639
  msgstr ""
640
- "Testo/Segnaposto personalizzato da includere prima dell&rsquo;invio del "
641
- "modulo. Lasciare bianco se non si vuole usare."
642
 
643
- #: ../user-submitted-posts.php:1487
 
 
 
 
 
 
 
 
 
 
 
 
644
  msgid "Unique Titles"
645
  msgstr "Titoli unici"
646
 
647
- #: ../user-submitted-posts.php:1489
648
  msgid ""
649
- "Require submitted post titles to be unique (useful for preventing multiple/"
650
- "duplicate submitted posts)."
651
  msgstr ""
652
- " Il titolo del post deve essere univoco (utile per prevenire Post duplicati/"
653
- "multipli)."
654
 
655
- #: ../user-submitted-posts.php:1492
656
  msgid "Disable Required"
657
- msgstr "Disabilita i campi obbligatori"
658
 
659
- #: ../user-submitted-posts.php:1494
660
  msgid ""
661
  "Disable all required attributes on default form fields (useful for "
662
  "troubleshooting error messages)."
663
  msgstr ""
664
- "Disabilitare tutti gli attributi richiesti su campi del modulo di default "
665
- "(utile per la risoluzione dei problemi dei messaggi di errore)."
666
 
667
- #: ../user-submitted-posts.php:1497
 
 
 
 
 
 
 
 
 
 
 
 
668
  msgid "Enable Shortcodes"
669
- msgstr "Abilita Shortcode"
670
 
671
- #: ../user-submitted-posts.php:1499
672
  msgid ""
673
  "Enable shortcodes in widgets. By default, WordPress does not enable "
674
  "shortcodes in widgets. "
675
  msgstr ""
676
- "Abilita shortcodes nei widget. Per impostazione predefinita, WordPress non "
677
- "abilita shortcodes nei widget."
678
 
679
- #: ../user-submitted-posts.php:1500
680
  msgid ""
681
  "This setting enables any/all shortcodes in widgets (even shortcodes from "
682
  "other plugins)."
683
  msgstr ""
684
- "Questo parametro abilita qualsiasi/tutti gli shortcodes nei widgets (anche "
685
- "quelli di altri plugin)."
686
 
687
- #: ../user-submitted-posts.php:1503
688
- msgid "Disable IP Tracking"
689
- msgstr "Disabilita il salvataggio dell&rsquo;IP"
690
 
691
- #: ../user-submitted-posts.php:1505
692
  msgid ""
693
- "By default USP records the IP address with each submitted post. Check this "
694
- "box to disable all IP tracking."
695
  msgstr ""
696
- "Di default USP registra l&rsquo;indirizzo IP di chi invia il post. Scegli "
697
- "questa opzione per disabilitare."
698
-
699
- #: ../user-submitted-posts.php:1510
700
- msgid "Email Alerts"
701
- msgstr "Avvisi via Email"
702
 
703
- #: ../user-submitted-posts.php:1515
704
- msgid "Receive Email Alert"
705
- msgstr "Ricevi alert email"
706
 
707
- #: ../user-submitted-posts.php:1517
708
  msgid ""
709
- "Check this box if you want to be notified via email for new post submissions."
710
- msgstr "Scegli questa opzione se vuoi ricevere alert via email"
 
 
 
 
711
 
712
- #: ../user-submitted-posts.php:1520
713
- msgid "Email Address for Alerts"
714
- msgstr "Indirizzo email per alert"
715
 
716
- #: ../user-submitted-posts.php:1522
717
  msgid ""
718
- "If you checked the box to receive email alerts, indicate here the "
719
- "address(es) to which the emails should be sent."
720
  msgstr ""
721
- "Se hai scelto di ricevere gli alert email, indica qui l&rsquo;indirizzo al "
722
- "quale inviarli."
723
 
724
- #: ../user-submitted-posts.php:1523
725
- msgid "Multiple recipients may be included using a comma, like so:"
726
- msgstr "Si possono indicare più indirizzi separati da virgola, così:"
727
 
728
- #: ../user-submitted-posts.php:1526
729
- msgid "Email Alert Subject"
730
- msgstr "Oggetto dell&rsquo;avviso via email"
731
 
732
- #: ../user-submitted-posts.php:1528
733
  msgid ""
734
- "Subject line for email alerts. Leave blank to use the default subject line. "
735
- "Note: you can use the following variables: "
736
  msgstr ""
737
- "Oggetto dell&rsquo;email di alert. Lascia vuoto per usare l'oggetto di "
738
- "default. Nota: puoi usare le seguenti variabili:"
739
 
740
- #: ../user-submitted-posts.php:1532
741
- msgid "Email Alert Message"
742
- msgstr "Messaggio dell&rsquo;avviso via email"
743
 
744
- #: ../user-submitted-posts.php:1534
745
  msgid ""
746
- "Message for email alerts. Leave blank to use the default message. Note: you "
747
- "can use the following variables: "
748
  msgstr ""
749
- "Messaggio dell&rsquo;email di alert. Lascia vuoto per usare il messaggio di "
750
- "default. Nota: puoi usare le seguenti variabili:"
751
 
752
- #: ../user-submitted-posts.php:1540
753
- msgid "Registered Users"
754
- msgstr "Utenti registrati"
755
 
756
- #: ../user-submitted-posts.php:1545
757
- msgid "Registered Username"
758
- msgstr "Username registrati"
 
 
 
 
759
 
760
- #: ../user-submitted-posts.php:1547
 
 
 
 
 
 
 
 
 
 
761
  msgid ""
762
- "Use registered username as post author. Valid when the person submitting the "
763
- "form is logged in to WordPress."
764
  msgstr ""
765
- "Usa username registrato come autore del post. Valido quando la persona che "
766
- "invia il post è autenticata su WordPress."
767
 
768
- #: ../user-submitted-posts.php:1550
769
- msgid "User Profile URL"
770
- msgstr "URL del Profilo Utente"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
771
 
772
- #: ../user-submitted-posts.php:1552
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
773
  msgid ""
774
- "Use registered user&rsquo;s Profile URL as the post URL. Valid when the "
775
- "person submitting the form is logged in to WordPress."
776
  msgstr ""
777
- "Usa l&rsquo;URL Utente registrato come autore del post. Valido quando la "
778
- "persona che invia il post è autenticata su WordPress."
779
 
780
- #: ../user-submitted-posts.php:1555
781
- msgid "Hidden/Default Category"
782
- msgstr "Categoria Nascosta/Default"
 
 
 
 
 
 
783
 
784
- #: ../user-submitted-posts.php:1557
 
 
 
 
785
  msgid ""
786
- "Use a hidden field for the post category. This may be used to specify a "
787
- "default category when the category field is disabled."
788
  msgstr ""
789
- "Usa un campo nascosto per la categoria del Post. Viene utilizzato per "
790
- "definire una categoria di defaul quando il campo Categoria è disabilitato."
791
 
792
- #: ../user-submitted-posts.php:1560
793
- msgid "Category ID for Hidden Field"
794
- msgstr "ID Categoria per il campo nascosto"
 
 
 
 
 
795
 
796
- #: ../user-submitted-posts.php:1562
797
  msgid ""
798
- "Specify the ID of the category to use for the &ldquo;Hidden/Default "
799
- "Category&rdquo; option."
800
  msgstr ""
801
- "Specifica l&rsquo;ID della Categoria da usare per l'opzione &ldquo;Categoria "
802
- "Nascosta/Default&rdquo;."
803
 
804
- #: ../user-submitted-posts.php:1574
805
  msgid ""
806
- "To prevent spam, enter a question that users must answer before submitting "
807
- "the form."
 
808
  msgstr ""
809
- "Per evitare lo spam, inserisci una domanda alla quale l'utente deve "
810
- "rispondere per inviare il modulo."
 
811
 
812
- #: ../user-submitted-posts.php:1577
813
- msgid "Challenge Response"
814
- msgstr "Risposta"
815
 
816
- #: ../user-submitted-posts.php:1579
817
- msgid "Enter the <em>only</em> correct answer to the challenge question."
818
- msgstr "Inserire <em>solo</em> la risposta corretta alla domanda."
 
 
 
 
819
 
820
- #: ../user-submitted-posts.php:1582
821
- msgid "Case-sensitivity"
822
- msgstr "Rispetta maiuscole/minuscole"
823
 
824
- #: ../user-submitted-posts.php:1584
825
- msgid "Check this box if you want the challenge response to be case-sensitive."
 
 
826
  msgstr ""
827
- "Scegli questa opzione se vuoi che la risposta debba rispettare le maiuscole/"
828
- "minuscole."
829
 
830
- #: ../user-submitted-posts.php:1594
831
  msgid "Featured Image"
832
- msgstr "Miniatura Immagine"
833
 
834
- #: ../user-submitted-posts.php:1596
835
  msgid ""
836
  "Set submitted images as Featured Images. Requires theme support for Featured "
837
  "Images (aka Post Thumbnails)."
838
  msgstr ""
839
- "Imposta l&rsquo;immagine inviata come Miniatura. Richiesta nei temi che "
840
- "supporta le miniature (es. Post Thumbnails)."
841
 
842
- #: ../user-submitted-posts.php:1599
843
  msgid "Upload Message"
844
- msgstr "Messaggio Upload"
845
 
846
- #: ../user-submitted-posts.php:1601
847
  msgid ""
848
  "Message that appears next to the upload field. Useful for stating your "
849
  "upload guidelines/policy/etc. Basic markup allowed."
850
  msgstr ""
851
- "Messaggio dopo il campo upload. Da usare per indicare le linee guida, "
852
- "policy, etc. sull&rsquo;upload delle immagini. Sono ammessi segnaposto di "
853
- "base."
854
 
855
- #: ../user-submitted-posts.php:1604
856
  msgid "&ldquo;Add another image&rdquo; link"
857
- msgstr "Link &ldquo;Aggiungi un&rsquo;altra immagine&rdquo;"
858
 
859
- #: ../user-submitted-posts.php:1606
860
  msgid ""
861
  "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to "
862
  "use the default markup (recommended)."
863
  msgstr ""
864
- "Segnaposto personalizzato per il link &ldquo;Aggiungi un&rsquo;altra "
865
- "immagine&rdquo;. Lascia vuoto per usare il segnaposto di default "
866
- "(raccomandato)."
867
 
868
- #: ../user-submitted-posts.php:1609
869
  msgid "Minimum number of images"
870
  msgstr "Numero minimo di immagini"
871
 
872
- #: ../user-submitted-posts.php:1612
873
- msgid "Specify the <em>minimum</em> number of images."
874
- msgstr "Specifica il numero <em>minimo</em> di immagini."
875
 
876
- #: ../user-submitted-posts.php:1616
877
  msgid "Maximum number of images"
878
  msgstr "Numero massimo di immagini"
879
 
880
- #: ../user-submitted-posts.php:1619
881
- msgid "Specify the <em>maximum</em> number of images."
882
- msgstr "Specifica il numero <em>massimo</em> di immagini."
883
 
884
- #: ../user-submitted-posts.php:1623
885
  msgid "Minimum image width"
886
- msgstr "Larghezza minima immagine"
887
 
888
- #: ../user-submitted-posts.php:1625
889
- msgid "Specify a <em>minimum width</em> (in pixels) for uploaded images."
890
- msgstr "Specifica una <em>larghezza minima</em> (in pixels) per le immagini."
891
 
892
- #: ../user-submitted-posts.php:1628
893
  msgid "Minimum image height"
894
- msgstr "Altezza minima immagine"
895
 
896
- #: ../user-submitted-posts.php:1630
897
- msgid "Specify a <em>minimum height</em> (in pixels) for uploaded images."
898
- msgstr "Specifica una <em>altezza minima</em> (in pixels) per le immagini."
899
 
900
- #: ../user-submitted-posts.php:1633
901
  msgid "Maximum image width"
902
- msgstr "Larghezza massima immagine"
903
 
904
- #: ../user-submitted-posts.php:1635
905
- msgid "Specify a <em>maximum width</em> (in pixels) for uploaded images."
906
- msgstr "Specifica una <em>larghezza massima</em> (in pixels) per le immagini."
907
 
908
- #: ../user-submitted-posts.php:1638
909
  msgid "Maximum image height"
910
- msgstr "Altezza massima immagine"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
911
 
912
- #: ../user-submitted-posts.php:1640
913
- msgid "Specify a <em>maximum height</em> (in pixels) for uploaded images."
914
- msgstr "Specifica una <em>altezza massima</em> (in pixels) per le immagini."
915
 
916
- #: ../user-submitted-posts.php:1645
917
  msgid "Auto-Display Content"
918
- msgstr "Mostra automaticamente contenuto"
919
 
920
- #: ../user-submitted-posts.php:1650
921
  msgid "Images Auto-Display"
922
- msgstr "Mostra automaticamente le immagine"
923
 
924
- #: ../user-submitted-posts.php:1652
925
  msgid "Auto-display user-submitted images:"
926
- msgstr "Mostra automaticamente le immagine inviate dall&rsquo;utente"
927
 
928
- #: ../user-submitted-posts.php:1657
929
  msgid "Image Markup"
930
- msgstr "Segnaposto Immagine"
931
 
932
- #: ../user-submitted-posts.php:1659
933
  msgid ""
934
  "Markup to use for each submitted image (when auto-display is enabled). Can "
935
  "use"
936
  msgstr ""
937
- "Segnaposto da usare per le immagini inviate (quando mostra automaticamente è "
938
- "abilitato). Puoi usare"
 
 
 
 
 
939
 
940
- #: ../user-submitted-posts.php:1664
941
  msgid "Email Auto-Display"
942
- msgstr "Non mostrare automaticamente l&rsquo;email"
943
 
944
- #: ../user-submitted-posts.php:1666
945
  msgid "Auto-display user-submitted email:"
946
- msgstr "Mostra automaticamente l&rsquo;email inviata:"
947
 
948
- #: ../user-submitted-posts.php:1671
949
  msgid "Email Markup"
950
- msgstr "Segnaposto Email"
951
 
952
- #: ../user-submitted-posts.php:1673
953
  msgid ""
954
- "Markup to use for the submitted email address (when auto-display is "
955
- "enabled). Can use"
956
  msgstr ""
957
- "Segnaposto da usare per l&rsquo;email inviata (quando mostra automaticamente "
958
- "è abilitato). Puoi usare"
959
 
960
- #: ../user-submitted-posts.php:1676
961
  msgid "URL Auto-Display"
962
- msgstr "Mostra automaticamente l&rsquo;URL"
963
 
964
- #: ../user-submitted-posts.php:1678
965
  msgid "Auto-display user-submitted URL:"
966
- msgstr "Mostra automaticamente l&rsquo;URL inviata:"
967
 
968
- #: ../user-submitted-posts.php:1683
969
  msgid "URL Markup"
970
- msgstr "Segnaposto URL"
971
 
972
- #: ../user-submitted-posts.php:1685
973
  msgid ""
974
  "Markup to use for the submitted URL (when auto-display is enabled). Can use"
975
  msgstr ""
976
- "Segnaposto da usare per l&rsquo;URL inviata (quando mostra automaticamente è "
977
- "abilitato). Puoi usare"
978
 
979
- #: ../user-submitted-posts.php:1690 ../user-submitted-posts.php:1722
980
  msgid "Save Settings"
981
- msgstr "Salva impostazioni"
 
 
 
 
982
 
983
- #: ../user-submitted-posts.php:1695
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
984
  msgid "Shortcode &amp; Template Tag"
985
- msgstr "Shortcodes &amp; Tags del template"
986
 
987
- #: ../user-submitted-posts.php:1698
988
  msgid ""
989
  "To implement USP, first configure the plugin settings, then use the "
990
  "shortcode or template to display the form on the front-end as desired."
991
  msgstr ""
992
- "Per utilizzare USP, prima configura i parametri del plugin, quindi usa lo "
993
- "shortcode o il tag per template per mostrare il modulo nelle pagine "
994
- "desiderate."
995
 
996
- #: ../user-submitted-posts.php:1700
997
  msgid "Shortcode"
998
- msgstr "Shortcode"
999
 
1000
- #: ../user-submitted-posts.php:1701
1001
- msgid "Use this shortcode to display the USP Form on any Post or Page:"
1002
  msgstr ""
1003
- "Usa questo Shortcode per mostrare il modulo USP in qualsiasi Post o Pagina "
1004
- "del sito."
1005
 
1006
- #: ../user-submitted-posts.php:1704
1007
  msgid "Template tag"
1008
- msgstr "Tag per template"
1009
 
1010
- #: ../user-submitted-posts.php:1705
1011
  msgid ""
1012
  "Use this template tag to display the USP Form anywhere in your theme "
1013
  "template:"
1014
  msgstr ""
1015
- "Usa questo tag per mostrare il modulo USP ovunque nel tuo template del tema:"
 
1016
 
1017
- #: ../user-submitted-posts.php:1711
1018
- msgid "Restore Default Options"
1019
- msgstr "Recupera impostazioni di default"
1020
 
1021
- #: ../user-submitted-posts.php:1715
1022
- msgid "Restore default options upon plugin deactivation/reactivation."
1023
- msgstr ""
1024
- "Recupera le impostazioni di default del plugin quando disattivi/riattivi il "
1025
- "plugin."
1026
 
1027
- #: ../user-submitted-posts.php:1719
1028
- msgid ""
1029
- "<strong>Tip:</strong> leave this option unchecked to remember your settings. "
1030
- "Or, to go ahead and restore all default options, check the box, save your "
1031
- "settings, and then deactivate/reactivate the plugin."
1032
- msgstr ""
1033
- "<strong>Trucco:</strong> lascia questa opzione non selezionata per ricordare "
1034
- "i tuoi parametri. Oppure, per recuperare le opzioni di default, seleziona "
1035
- "questa opzione, salva le impostazioni, e disattiva e riattiva il plugin."
1036
 
1037
- #: ../user-submitted-posts.php:1727
1038
- msgid "Updates &amp; Info"
1039
- msgstr "Update e Informazioni"
1040
 
1041
- #: ../user-submitted-posts.php:1752
1042
  msgid "Save Preference"
1043
- msgstr "Salva preferenze"
1044
 
1045
- #: ../user-submitted-posts.php:1759
1046
  msgid ""
1047
  "Are you sure you want to restore all default options? (this action cannot be "
1048
  "undone)"
1049
  msgstr ""
1050
- "Sicuro di voler ripristinare tutte le opzioni di default? (non puoi più "
1051
- "tornare indietro)"
1052
-
1053
- #: ../views/submission-form.php:35 ../views/submission-form.php:36
1054
- msgid "Your Name"
1055
- msgstr "Nome"
1056
 
1057
- #: ../views/submission-form.php:41 ../views/submission-form.php:42
1058
- msgid "Your URL"
1059
- msgstr "Indirizzo del vostro sito"
1060
-
1061
- #: ../views/submission-form.php:47 ../views/submission-form.php:48
1062
- msgid "Your Email"
1063
- msgstr "Email"
1064
-
1065
- #: ../views/submission-form.php:66
1066
- msgid "Antispam Question"
1067
- msgstr "Domanda antispam"
1068
-
1069
- #: ../views/submission-form.php:73
1070
- msgid "Please select a category.."
1071
- msgstr "Seleziona una categoria"
1072
 
1073
- #: ../views/submission-form.php:115
1074
- msgid "Upload an Image"
1075
- msgstr "Carica un&rsquo;immagine"
 
 
 
1076
 
1077
- #: ../views/submission-form.php:123
1078
- msgid "Add another image"
1079
- msgstr "Aggiungi un&rsquo;altra immagine"
1080
 
1081
- #: ../views/submission-form.php:144
1082
- msgid "Human verification: leave this field empty."
1083
- msgstr "Verifica Umano: lascia vuoto questo campo."
1084
 
1085
- #: ../views/submission-form.php:165
1086
- msgid "Submit Post"
1087
- msgstr "Invia contenuto"
1088
-
1089
- #~ msgid ""
1090
- #~ "Classic form + styles (<small><em><strong>Note:</strong> the &ldquo;"
1091
- #~ "classic&rdquo; form is deprecated and will be removed in a future version."
1092
- #~ "</em></small>)"
1093
- #~ msgstr ""
1094
- #~ "Formulaire classique + styles (<small><em><strong>Note:</strong> le "
1095
- #~ "formulaire classique sera supprimé dans une version antérieure.</em></"
1096
- #~ "small>)"
1097
-
1098
- #~ msgid "HTML5 form + styles"
1099
- #~ msgstr "Formulaire HTML5 + styles"
1100
-
1101
- #~ msgid "Get the shortcode &amp; template tag"
1102
- #~ msgstr "Obtenir le shortcode"
1103
-
1104
- #~ msgid "readme.txt"
1105
- #~ msgstr "readme.txt"
1106
-
1107
- #~ msgid ""
1108
- #~ "Here you may configure options for USP. See the <code>readme.txt</code> "
1109
- #~ "for more information."
1110
- #~ msgstr ""
1111
- #~ "Sur cette page vous pouvez configurer les options pour USP. Veuillez voir "
1112
- #~ "le fichier <code>readme.txt</code> pour plus d'informations."
1113
-
1114
- #~ msgid "Show/hide the following form fields"
1115
- #~ msgstr "Montrer/cacher les champs de formulaire suivants"
1116
-
1117
- #~ msgid "Show"
1118
- #~ msgstr "Montrer"
1119
-
1120
- #~ msgid "Hide"
1121
- #~ msgstr "Cacher"
1122
-
1123
- #~ msgid "Challenge question (Captcha)"
1124
- #~ msgstr "Domanda anti-spam (Captcha)"
1125
-
1126
- #~ msgid "Choose some general form options"
1127
- #~ msgstr "Choisissez des options générales pour le formulaire"
1128
-
1129
- #~ msgid ""
1130
- #~ "HTML5 is recommended. If upgrading and the new form looks weird, choose "
1131
- #~ "the Classic version."
1132
- #~ msgstr ""
1133
- #~ "HTML5 est recommandé. Si la mise à jour et le nouveau formulaire "
1134
- #~ "s'affiche de manière étrange, choisissez la version classique."
1135
-
1136
- #~ msgid ""
1137
- #~ "To disable the plugin&rsquo;s stylesheet, choose Disable. Note: complete "
1138
- #~ "list of CSS hooks for the submission form at"
1139
- #~ msgstr ""
1140
- #~ "Pour désactiver la feuille de style du plugin, choisissez Désactiver. "
1141
- #~ "Note: la liste complète des hooks pour le formulaire de soumission se "
1142
- #~ "trouve sur"
1143
-
1144
- #~ msgid "Set Uploaded Image as Featured Image"
1145
- #~ msgstr "Définir l'image chargée comme miniature de l'article"
1146
-
1147
- #~ msgid ""
1148
- #~ "Check this box if you want to set submitted images as Featured Images "
1149
- #~ "(aka Post Thumbnails) for posts. \n"
1150
- #~ "\t\t\t\t\t\t\t\t\t\t\tNote: your theme&rsquo;s single.php file must "
1151
- #~ "include"
1152
- #~ msgstr ""
1153
- #~ "Check this box if you want to set submitted images as Featured Images "
1154
- #~ "(aka Post Thumbnails) for posts. \n"
1155
- #~ "\t\t\t\t\t\t\t\t\t\t\tNote: your theme&rsquo;s single.php file must "
1156
- #~ "include"
1157
-
1158
- #~ msgid "Use registered username for author?"
1159
- #~ msgstr "Utiliser l'utilisateur connecté comme auteur?"
1160
-
1161
- #~ msgid ""
1162
- #~ "Check this box if you want to automatically use the registered username "
1163
- #~ "as the submitted-post author. Note: this really should only be used when "
1164
- #~ "requiring log-in for submissions."
1165
- #~ msgstr ""
1166
- #~ "Cochez cette case si vous voulez automatiquement utiliser le nom de "
1167
- #~ "l'utilisateur enregistré comme auteur du billet soumis. Note: ceci "
1168
- #~ "devrait être utilisé uniquement si un login est requis pour les "
1169
- #~ "soumissions."
1170
-
1171
- #~ msgid "Use registered URL for submitted URL?"
1172
- #~ msgstr "Utiliser l'URL enregistré comme URL de soumission?"
1173
-
1174
- #~ msgid ""
1175
- #~ "Check this box if you want to automatically use the registered user&rsquo;"
1176
- #~ "s specified URL as the submitted-post URL. Note: this really should only "
1177
- #~ "be used when requiring log-in for submissions."
1178
- #~ msgstr ""
1179
- #~ "Cochez cette case si vous voulez automatiquement utiliser l'URL spécifiée "
1180
- #~ "par l'utilisateur enregistré comme URL de soumission. Note: ceci devrait "
1181
- #~ "uniquement être utilisé sur des formulaires qui requièrent un login pour "
1182
- #~ "la soumission."
1183
-
1184
- #~ msgid "Use a hidden field for submitted category?"
1185
- #~ msgstr "Utiliser un champ invisible pour la catégorie de soumission?"
1186
-
1187
- #~ msgid "Challenge question (captcha)"
1188
- #~ msgstr "Question test (captcha)"
1189
-
1190
- #~ msgid "Options for image uploads"
1191
- #~ msgstr "Options pour le chargement d'images."
1192
-
1193
- #~ msgid "(separate with commas)"
1194
- #~ msgstr "(séparer avec des virgules)"
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: Loco - https://localise.biz/\n"
7
+ "Project-Id-Version: USP\n"
8
+ "Language: it-IT\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2017-08-03 19:41+0000\n"
11
+ "PO-Revision-Date: 2017-08-03 19:41+0000\n"
12
+ "Last-Translator: Jeff Starr <help@monzillamedia.com>\n"
13
+ "Language-Team: Italian\n"
14
+ "Plural-Forms: nplurals=2; plural=n != 1"
15
+
16
+ #. Name of the plugin
17
+ #: user-submitted-posts.php:43
18
  msgid "User Submitted Posts"
19
+ msgstr "Messaggi inviati dagli utenti"
20
 
21
+ #: user-submitted-posts.php:75
22
  msgid "requires WordPress "
23
+ msgstr "Richiede WordPress"
24
 
25
+ #: user-submitted-posts.php:76
26
+ msgid " or higher, and has been deactivated! "
27
+ msgstr " O superiore, ed è stato disattivato!"
28
 
29
+ #: user-submitted-posts.php:77
30
+ msgid "Please return to the"
31
+ msgstr "Tornate alla"
32
 
33
+ #: user-submitted-posts.php:78
34
+ msgid "WordPress Admin Area"
35
+ msgstr "WordPress Admin Area"
36
 
37
+ #: user-submitted-posts.php:79
38
  msgid "to upgrade WordPress and try again."
39
+ msgstr "Per aggiornare WordPress e riprovare."
40
 
41
+ #: user-submitted-posts.php:121
 
 
 
 
42
  msgid "User Submitted Post"
43
+ msgstr "Utente inviato"
44
 
45
+ #: user-submitted-posts.php:384
46
  msgid "User Submitted Post Info"
47
+ msgstr "Informazioni postali inviate dall'utente"
48
 
49
+ #: user-submitted-posts.php:414
50
  msgid "Submitter Name: "
51
+ msgstr "Nome del Titolare:"
52
 
53
+ #: user-submitted-posts.php:415
54
  msgid "Submitter Email: "
55
+ msgstr "E-mail inserzionista:"
56
 
57
+ #: user-submitted-posts.php:416
58
  msgid "Submitter URL: "
59
+ msgstr "URL dell'invettore:"
60
 
61
+ #: user-submitted-posts.php:417
62
  msgid "Submitter IP: "
63
+ msgstr "IP di invio:"
64
+
65
+ #: user-submitted-posts.php:468
66
+ msgid "Show USP Posts"
67
+ msgstr "Mostra i post USP"
68
 
69
+ #: user-submitted-posts.php:469
70
  msgid "USP"
71
  msgstr "USP"
72
 
73
+ #: user-submitted-posts.php:1103
74
  msgid " files required"
75
+ msgstr " File richiesti"
76
 
77
+ #: user-submitted-posts.php:1104
78
  msgid " file required"
79
+ msgstr " File richiesto"
80
 
81
+ #: user-submitted-posts.php:1106
82
  msgid " files"
83
+ msgstr " File"
84
 
85
+ #: user-submitted-posts.php:1107
86
  msgid " file"
87
+ msgstr " file"
88
 
89
+ #: user-submitted-posts.php:1109 user-submitted-posts.php:1110
90
+ #: user-submitted-posts.php:1111 user-submitted-posts.php:1112
91
  msgid " pixels"
92
+ msgstr " pixel"
93
 
94
+ #: user-submitted-posts.php:1115
95
  msgid "An error occurred. Please go back and try again."
96
+ msgstr "Si è verificato un errore. Tornate indietro e riprova."
97
 
98
+ #: user-submitted-posts.php:1125
99
  msgid "User login required"
100
+ msgstr "È richiesto il login utente"
101
 
102
+ #: user-submitted-posts.php:1126
103
  msgid "User name required"
104
  msgstr "Nome utente richiesto"
105
 
106
+ #: user-submitted-posts.php:1127
107
  msgid "Post title required"
108
+ msgstr "Titolo postale richiesto"
109
 
110
+ #: user-submitted-posts.php:1128
111
+ msgid "User URL required"
112
+ msgstr "URL utente richiesto"
113
 
114
+ #: user-submitted-posts.php:1129
115
  msgid "Post tags required"
116
+ msgstr "Richiedi i tag postali"
117
 
118
+ #: user-submitted-posts.php:1130
119
  msgid "Post category required"
120
+ msgstr "Categoria postale richiesta"
121
 
122
+ #: user-submitted-posts.php:1131
123
  msgid "Post content required"
124
+ msgstr "Invio del contenuto richiesto"
125
 
126
+ #: user-submitted-posts.php:1132 user-submitted-posts.php:1133
127
  msgid "Correct captcha required"
128
+ msgstr "Richiesta captcha corretta"
129
 
130
+ #: user-submitted-posts.php:1134
131
  msgid "User email required"
132
+ msgstr "E-mail utente richiesta"
133
 
134
+ #: user-submitted-posts.php:1135
135
+ msgid "Please check your email and try again"
136
+ msgstr "Verifica la tua email e prova nuovamente"
137
+
138
+ #: user-submitted-posts.php:1136
139
  msgid "Non-empty value for hidden field"
140
  msgstr "Valore non vuoto per il campo nascosto"
141
 
142
+ #: user-submitted-posts.php:1137
143
  msgid "Minimum number of images not met"
144
+ msgstr "Numero minimo di immagini non soddisfatte"
145
 
146
+ #: user-submitted-posts.php:1138
147
  msgid "Maximum number of images exceeded "
148
+ msgstr "È stato superato il numero massimo di immagini"
149
 
150
+ #: user-submitted-posts.php:1139
151
  msgid "Minimum image width not met"
152
+ msgstr "La larghezza minima dell'immagine non è soddisfatta"
153
 
154
+ #: user-submitted-posts.php:1140
155
  msgid "Image width exceeds maximum"
156
+ msgstr "La larghezza dell'immagine supera il massimo"
157
 
158
+ #: user-submitted-posts.php:1141
159
  msgid "Minimum image height not met"
160
+ msgstr "Altezza immagine minima non raggiunta"
161
 
162
+ #: user-submitted-posts.php:1142
163
  msgid "Image height exceeds maximum"
164
+ msgstr "L'altezza dell'immagine supera il massimo"
165
 
166
+ #: user-submitted-posts.php:1143
167
  msgid "File type not allowed (please upload images only)"
168
+ msgstr "Tipo di file non consentito (carica solo immagini)"
169
 
170
+ #: user-submitted-posts.php:1147
171
+ msgid "Error uploading file. Please check the file size and try again."
172
+ msgstr ""
173
+ "Errore durante il caricamento del file. Controllare la dimensione del file e "
174
+ "riprovare."
175
 
176
+ #: user-submitted-posts.php:1151
177
  msgid "The file(s) could not be uploaded"
178
+ msgstr "Impossibile caricare i file"
179
 
180
+ #: user-submitted-posts.php:1153
181
  msgid "Post not created. Please contact the site administrator for help."
182
  msgstr ""
183
+ "Messaggio non creato. Per ulteriori informazioni, contattare "
184
+ "l'amministratore del sito."
185
 
186
+ #: user-submitted-posts.php:1154
187
  msgid "Duplicate post title. Please try again."
188
+ msgstr "Duplica il titolo del post. Riprova."
189
 
190
+ #: user-submitted-posts.php:1164
191
  msgid "Error: "
192
  msgstr "Errore:"
193
 
194
+ #: user-submitted-posts.php:1190
195
+ msgid "Return to form"
196
+ msgstr "Ritorna al modulo"
197
+
198
+ #: user-submitted-posts.php:1218 library/plugin-settings.php:658
199
+ msgid "Please"
200
+ msgstr "per favore"
201
+
202
+ #: user-submitted-posts.php:1219
203
+ msgid "log in"
204
+ msgstr "accesso"
205
+
206
+ #: user-submitted-posts.php:1220
207
+ msgid "to submit content!"
208
+ msgstr "Per presentare contenuti!"
209
+
210
+ #: views/submission-form.php:45 views/submission-form-alt.php:54
211
+ msgid "Please complete the required fields."
212
+ msgstr "Compila i campi obbligatori."
213
+
214
+ #: views/submission-form.php:55 views/submission-form.php:56
215
+ #: views/submission-form-alt.php:60 views/submission-form-alt.php:61
216
+ msgid "Your Name"
217
+ msgstr "Il tuo nome"
218
+
219
+ #: views/submission-form.php:61 views/submission-form.php:62
220
+ #: views/submission-form-alt.php:66 views/submission-form-alt.php:67
221
+ msgid "Your URL"
222
+ msgstr "Il tuo URL"
223
+
224
+ #: views/submission-form.php:67 views/submission-form.php:68
225
+ #: views/submission-form-alt.php:72 views/submission-form-alt.php:73
226
+ msgid "Your Email"
227
+ msgstr "La tua email"
228
+
229
+ #: views/submission-form.php:73 views/submission-form.php:74
230
+ #: views/submission-form-alt.php:78 views/submission-form-alt.php:79
231
+ #: library/plugin-settings.php:747
232
+ msgid "Post Title"
233
+ msgstr "Titolo del post"
234
+
235
+ #: views/submission-form.php:79 views/submission-form.php:80
236
+ #: views/submission-form-alt.php:84 views/submission-form-alt.php:85
237
+ #: library/plugin-settings.php:757
238
+ msgid "Post Tags"
239
+ msgstr "Post Tag"
240
+
241
+ #: views/submission-form.php:86 views/submission-form-alt.php:91
242
+ msgid "Antispam Question"
243
+ msgstr "Domanda antispam"
244
+
245
+ #: views/submission-form.php:91 views/submission-form-alt.php:96
246
+ #: library/plugin-settings.php:767
247
+ msgid "Post Category"
248
+ msgstr "Post Categoria"
249
+
250
+ #: views/submission-form.php:93 views/submission-form-alt.php:98
251
+ msgid "Please select a category.."
252
+ msgstr "Seleziona una categoria .."
253
+
254
+ #: views/submission-form.php:128 views/submission-form.php:129
255
+ #: views/submission-form-alt.php:133 views/submission-form-alt.php:134
256
+ #: library/plugin-settings.php:777
257
+ msgid "Post Content"
258
+ msgstr "Inserisci contenuto"
259
+
260
+ #: views/submission-form.php:135 views/submission-form-alt.php:140
261
+ msgid "Verification"
262
+ msgstr "Verifica"
263
+
264
+ #: views/submission-form.php:142 views/submission-form-alt.php:147
265
+ msgid "Upload an Image"
266
+ msgstr "Carica un'immagine"
267
+
268
+ #: views/submission-form.php:151 views/submission-form-alt.php:156
269
+ msgid "Add another image"
270
+ msgstr "Aggiungi un'altra immagine"
271
+
272
+ #: views/submission-form.php:173 views/submission-form-alt.php:178
273
+ msgid "Human verification: leave this field empty."
274
+ msgstr "Verifica umana: lasciare vuoto questo campo."
275
+
276
+ #: views/submission-form.php:195 views/submission-form-alt.php:200
277
+ msgid "Submit Post"
278
+ msgstr "Invia messaggio"
279
+
280
+ #: library/plugin-settings.php:32
281
+ msgid "Get USP Pro for unlimited forms!"
282
+ msgstr "Ottenere USP Pro per forme illimitate!"
283
+
284
+ #: library/plugin-settings.php:33
285
+ msgid "Go Pro"
286
+ msgstr "Vai Pro"
287
+
288
+ #: library/plugin-settings.php:37
289
  msgid "Settings"
290
+ msgstr "impostazioni"
291
 
292
+ #: library/plugin-settings.php:55
293
+ msgid "Give USP a 5-star rating at WordPress.org"
294
+ msgstr "Dare a USP una categoria a 5 stelle a WordPress.org"
 
 
 
 
295
 
296
+ #: library/plugin-settings.php:56
297
+ msgid "Rate this plugin&nbsp;&raquo;"
298
+ msgstr "Vota questo plugin&nbsp;&raquo;"
 
 
 
299
 
300
+ #: library/plugin-settings.php:115
301
+ msgid "WP Post (recommended)"
302
+ msgstr "Post WP (consigliato)"
303
 
304
+ #: library/plugin-settings.php:119
305
+ msgid "WP Page"
306
+ msgstr "Pagina WP"
307
 
308
+ #: library/plugin-settings.php:135
309
+ msgid "HTML5 Form + Default CSS"
310
+ msgstr "HTML5 Form + Default CSS"
311
 
312
+ #: library/plugin-settings.php:135
313
+ msgid "(Recommended)"
314
+ msgstr "(Consigliato)"
315
 
316
+ #: library/plugin-settings.php:139
317
+ msgid "HTML5 Form + Disable CSS"
318
+ msgstr "HTML5 Form + Disattiva CSS"
319
 
320
+ #: library/plugin-settings.php:139
321
+ msgid "(Provide your own styles)"
322
+ msgstr "(Fornire i tuoi stili)"
323
 
324
+ #: library/plugin-settings.php:143
325
+ msgid "Custom Form + Custom CSS"
326
+ msgstr "Formato personalizzato + Custom CSS"
 
 
327
 
328
+ #: library/plugin-settings.php:143
329
+ msgid "(Provide your own form template &amp; styles)"
330
+ msgstr "(Fornire il tuo modello e gli stili di modulo)"
 
 
 
 
331
 
332
+ #: library/plugin-settings.php:159 library/plugin-settings.php:183
333
+ #: library/plugin-settings.php:206
334
  msgid "Auto-display before post content"
335
+ msgstr "Visualizzazione automatica prima di inviare contenuti"
336
 
337
+ #: library/plugin-settings.php:163 library/plugin-settings.php:187
338
+ #: library/plugin-settings.php:210
339
  msgid "Auto-display after post content"
340
+ msgstr "Visualizzazione automatica dopo il contenuto postato"
341
 
342
+ #: library/plugin-settings.php:167
343
  msgid "Do not auto-display submitted images"
344
+ msgstr "Non visualizzare automaticamente le immagini inviate"
345
 
346
+ #: library/plugin-settings.php:191
347
  msgid "Do not auto-display submitted email"
348
+ msgstr "Non visualizzare automaticamente l'email inviata"
349
 
350
+ #: library/plugin-settings.php:214
351
  msgid "Do not auto-display submitted URL"
352
+ msgstr "Non visualizzare automaticamente l'URL inviato"
353
+
354
+ #: library/plugin-settings.php:367
355
+ msgid ""
356
+ "There was an error. Please ensure that you have added a title, some content, "
357
+ "and that you have uploaded only images."
358
+ msgstr ""
359
+ "C'era un errore. Assicurati di aver aggiunto un titolo, un contenuto e che "
360
+ "hai caricato solo immagini."
361
+
362
+ #: library/plugin-settings.php:381
363
+ msgid "Please select your image(s) to upload."
364
+ msgstr "Seleziona le tue immagini per caricare."
365
+
366
+ #: library/plugin-settings.php:387
367
+ msgid "Success! Thank you for your submission."
368
+ msgstr "Successo! Grazie per la vostra presentazione."
369
 
370
+ #: library/plugin-settings.php:413
371
+ msgid "Email"
372
+ msgstr "E-mail"
373
+
374
+ #: library/plugin-settings.php:414
375
+ msgid "URL"
376
+ msgstr "URL"
377
+
378
+ #: library/plugin-settings.php:645
379
  msgid "Toggle all panels"
380
+ msgstr "Toggle tutti i pannelli"
381
 
382
+ #: library/plugin-settings.php:654
383
  msgid "We need your support!"
384
+ msgstr "Abbiamo bisogno del tuo sostegno!"
 
 
 
 
385
 
386
+ #: library/plugin-settings.php:658
387
  msgid "Make a donation via PayPal"
388
+ msgstr "Effettua una donazione tramite PayPal"
389
 
390
+ #: library/plugin-settings.php:658
391
  msgid "make a donation"
392
+ msgstr "Fai una donazione"
393
 
394
+ #: library/plugin-settings.php:658
395
  msgid "and/or"
396
+ msgstr "e / o"
397
 
398
+ #: library/plugin-settings.php:659
399
  msgid "Rate and review at the Plugin Directory"
400
+ msgstr "Vota e analizza presso la Directory Plugin"
401
 
402
+ #: library/plugin-settings.php:660
403
  msgid "give this plugin a 5-star rating"
404
+ msgstr "Dare a questo plugin una valutazione a 5 stelle"
405
 
406
+ #: library/plugin-settings.php:664
407
  msgid ""
408
  "Your generous support enables continued development of this free plugin. "
409
  "Thank you!"
410
  msgstr ""
411
+ "Il tuo generoso supporto consente lo sviluppo continuo di questo plugin "
412
+ "gratuito. Grazie!"
413
 
414
+ #: library/plugin-settings.php:669
415
  msgid "Check this box if you have shown support"
416
+ msgstr "Seleziona questa casella se hai mostrato il supporto"
417
 
418
+ #: library/plugin-settings.php:678
419
  msgid "Overview"
420
+ msgstr "Panoramica"
421
 
422
+ #: library/plugin-settings.php:682
423
  msgid ""
424
  "enables your visitors to submit posts and upload images from the front-end "
425
  "of your site. "
426
  msgstr ""
427
+ "Consente ai tuoi visitatori di inviare messaggi e di caricare immagini dal "
428
+ "front-end del tuo sito."
429
 
430
+ #: library/plugin-settings.php:683
431
  msgid "For advanced functionality and unlimited forms, check out"
432
+ msgstr "Per le funzionalità avanzate e le forme illimitate, controlla"
433
 
434
+ #: library/plugin-settings.php:684
435
  msgid "&mdash; the ultimate solution for user-generated content."
436
+ msgstr "- la soluzione ultima per i contenuti generati dall'utente."
 
 
 
 
437
 
438
+ #: library/plugin-settings.php:688 library/plugin-settings.php:706
439
+ msgid "Plugin Settings"
440
+ msgstr "Impostazioni plugin"
441
 
442
+ #: library/plugin-settings.php:689
443
+ msgid "Display the form"
444
+ msgstr "Visualizzare il modulo"
445
 
446
+ #: library/plugin-settings.php:690 library/plugin-settings.php:1243
447
+ msgid "Plugin Homepage"
448
+ msgstr "Homepage di Plugin"
449
 
450
+ #: library/plugin-settings.php:693
451
+ msgid "If you like this plugin, please"
452
+ msgstr "Se ti piace questo plugin, per favore"
453
 
454
+ #: library/plugin-settings.php:694
455
+ msgid "THANK YOU for your support!"
456
+ msgstr "Grazie per il vostro sostegno!"
457
 
458
+ #: library/plugin-settings.php:694
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
459
  msgid "give it a 5-star rating"
460
+ msgstr "Dare un rating a 5 stelle"
461
+
462
+ #: library/plugin-settings.php:698
463
+ msgid "Unlimited front-end forms"
464
+ msgstr "Forme front-end illimitate"
465
 
466
+ #: library/plugin-settings.php:698
467
+ msgid "Get USP Pro"
468
+ msgstr "Ottieni USP Pro"
469
 
470
+ #: library/plugin-settings.php:710
471
  msgid "Configure your settings for User Submitted Posts."
472
+ msgstr "Configurare le impostazioni per i messaggi inviati dagli utenti."
473
 
474
+ #: library/plugin-settings.php:712
475
  msgid "Form Fields"
476
+ msgstr "Campi di modulo"
477
 
478
+ #: library/plugin-settings.php:717
479
  msgid "User Name"
480
+ msgstr "Nome utente"
481
 
482
+ #: library/plugin-settings.php:720 library/plugin-settings.php:730
483
+ #: library/plugin-settings.php:740 library/plugin-settings.php:750
484
+ #: library/plugin-settings.php:760 library/plugin-settings.php:770
485
+ #: library/plugin-settings.php:780 library/plugin-settings.php:790
486
+ #: library/plugin-settings.php:800
487
  msgid "Display and require"
488
+ msgstr "Visualizza e richiede"
489
 
490
+ #: library/plugin-settings.php:721 library/plugin-settings.php:731
491
+ #: library/plugin-settings.php:741 library/plugin-settings.php:751
492
+ #: library/plugin-settings.php:761 library/plugin-settings.php:771
493
+ #: library/plugin-settings.php:781
494
  msgid "Display but do not require"
495
+ msgstr "Visualizzazione ma non necessita"
496
 
497
+ #: library/plugin-settings.php:722 library/plugin-settings.php:732
498
+ #: library/plugin-settings.php:742 library/plugin-settings.php:752
499
+ #: library/plugin-settings.php:762 library/plugin-settings.php:772
500
+ #: library/plugin-settings.php:782 library/plugin-settings.php:791
501
+ #: library/plugin-settings.php:801
502
  msgid "Disable this field"
503
+ msgstr "Disattiva questo campo"
504
 
505
+ #: library/plugin-settings.php:727
506
  msgid "User Email"
507
+ msgstr "Email dell'utente"
508
 
509
+ #: library/plugin-settings.php:737
510
+ msgid "User URL"
511
+ msgstr "URL utente"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
512
 
513
+ #: library/plugin-settings.php:787 library/plugin-settings.php:793
514
+ #: library/plugin-settings.php:999 library/plugin-settings.php:1004
515
  msgid "Challenge Question"
516
+ msgstr "Domanda di sfida"
517
 
518
+ #: library/plugin-settings.php:793 library/plugin-settings.php:803
519
+ #: library/plugin-settings.php:813
520
  msgid "(Visit"
521
  msgstr "(Visita"
522
 
523
+ #: library/plugin-settings.php:793 library/plugin-settings.php:803
524
+ #: library/plugin-settings.php:813
525
  msgid "to configure options)"
526
+ msgstr "Per configurare le opzioni)"
527
+
528
+ #: library/plugin-settings.php:797 library/plugin-settings.php:803
529
+ #: library/plugin-settings.php:1021
530
+ msgid "Google reCAPTCHA"
531
+ msgstr "Google reCAPTCHA"
532
 
533
+ #: library/plugin-settings.php:807
534
  msgid "Post Images"
535
+ msgstr "Post immagini"
536
 
537
+ #: library/plugin-settings.php:810
538
  msgid "Display"
539
+ msgstr "Display"
540
 
541
+ #: library/plugin-settings.php:811
542
  msgid "Disable"
543
+ msgstr "disattivare"
544
 
545
+ #: library/plugin-settings.php:813 library/plugin-settings.php:1080
546
  msgid "Image Uploads"
547
+ msgstr "Upload di immagini"
548
 
549
+ #: library/plugin-settings.php:819
550
+ msgid "General Settings"
551
+ msgstr "impostazioni generali"
552
 
553
+ #: library/plugin-settings.php:824
554
+ msgid "Form Style"
555
+ msgstr "Form Style"
556
 
557
+ #: library/plugin-settings.php:829
558
  msgid "With this option, you can copy the plugin&rsquo;s default templates:"
559
+ msgstr ""
560
+ "Con questa opzione è possibile copiare i modelli predefiniti del plugin:"
561
 
562
+ #: library/plugin-settings.php:834
563
+ msgid "..and upload them into a directory named"
564
+ msgstr ".. e caricarli in una directory denominata"
565
 
566
+ #: library/plugin-settings.php:834
567
+ msgid "in your theme:"
568
+ msgstr "Nel tuo tema:"
569
 
570
+ #: library/plugin-settings.php:840
571
  msgid ""
572
+ "That will enable you to customize the form and styles as desired. For more "
573
+ "info, check out the \"Custom Submission Form\" section in the"
574
  msgstr ""
575
+ "In questo modo sarà possibile personalizzare la forma e gli stili desiderati."
576
+ " Per ulteriori informazioni, consultare la sezione \"Modulo di invio "
577
+ "personalizzato\" nella sezione"
578
 
579
+ #: library/plugin-settings.php:841
580
+ msgid "Installation Docs"
581
+ msgstr "Documenti di installazione"
582
+
583
+ #: library/plugin-settings.php:842
584
+ msgid "FYI: here is a"
585
+ msgstr "FYI: ecco un"
586
 
587
+ #: library/plugin-settings.php:842
588
+ msgid "list of USP CSS selectors"
589
+ msgstr "Elenco dei selettori USP CSS"
590
 
591
+ #: library/plugin-settings.php:848
592
+ msgid "Include JavaScript"
593
+ msgstr "Includi JavaScript"
594
 
595
+ #: library/plugin-settings.php:850
596
  msgid ""
597
  "Check this box if you want to include the external JavaScript files "
598
  "(recommended)."
599
  msgstr ""
600
+ "Seleziona questa casella se desideri includere i file JavaScript esterni "
601
+ "(consigliati)."
602
 
603
+ #: library/plugin-settings.php:853
604
  msgid "Targeted Loading"
605
+ msgstr "Caricamento mirato"
606
 
607
+ #: library/plugin-settings.php:855
608
  msgid ""
609
+ "By default, external CSS &amp; JavaScript files are loaded on every page. "
610
  "Here you may specify the URL of the USP form to load resources only on that "
611
  "page. Note: leave blank to load on all pages."
612
  msgstr ""
613
+ "Per impostazione predefinita, i file CSS esterni e JavaScript vengono "
614
+ "caricati in ogni pagina. Qui è possibile specificare l'URL del modulo USP "
615
+ "per caricare risorse solo in quella pagina. Nota: lasciare vuoto per "
616
+ "caricare su tutte le pagine."
617
 
618
+ #: library/plugin-settings.php:858
619
+ msgid "Post Type"
620
+ msgstr "Tipo postale"
621
 
622
+ #: library/plugin-settings.php:861
623
+ msgid "Submit posts as WP Posts or Pages"
624
+ msgstr "Invia i post come messaggi o pagine WP"
 
 
 
 
 
 
 
 
 
 
 
625
 
626
+ #: library/plugin-settings.php:865
627
+ msgid "Auto Publish"
628
+ msgstr "Pubblica Auto"
629
 
630
+ #: library/plugin-settings.php:868
631
  msgid "Always moderate via Draft"
632
+ msgstr "Sempre moderata attraverso il progetto"
633
 
634
+ #: library/plugin-settings.php:869
635
  msgid "Always moderate via Pending"
636
+ msgstr "Sempre moderato in attesa"
637
 
638
+ #: library/plugin-settings.php:870
639
  msgid "Always publish immediately"
640
+ msgstr "Pubblicare sempre immediatamente"
641
 
642
+ #: library/plugin-settings.php:875
643
  msgid ""
644
+ "Post Status for submitted posts: moderate (recommended), publish immediately,"
645
+ " or publish after any number of approved posts."
646
  msgstr ""
647
+ "Stato post per i post inviati: moderato (consigliato), pubblicazione "
648
+ "immediata o pubblicazione dopo qualsiasi numero di post approvati."
649
 
650
+ #: library/plugin-settings.php:879
 
 
 
 
 
 
 
 
 
 
 
651
  msgid "Redirect URL"
652
  msgstr "URL di reindirizzamento"
653
 
654
+ #: library/plugin-settings.php:881
655
  msgid ""
656
  "Specify a URL to redirect the user after post-submission. Leave blank to "
657
  "redirect back to current page."
658
  msgstr ""
659
+ "Specificare un URL per reindirizzare l'utente dopo il post-submission. "
660
+ "Lasciare vuoto per reindirizzare la pagina corrente."
661
 
662
+ #: library/plugin-settings.php:884
663
  msgid "Success Message"
664
  msgstr "Messaggio di successo"
665
 
666
+ #: library/plugin-settings.php:886
667
  msgid ""
668
  "Success message that is displayed if post-submission is successful. Basic "
669
  "markup is allowed."
670
  msgstr ""
671
+ "Messaggio di successo visualizzato se la pubblicazione successiva è riuscita."
672
+ " È consentito il markup di base."
673
 
674
+ #: library/plugin-settings.php:889
675
  msgid "Error Message"
676
  msgstr "Messaggio di errore"
677
 
678
+ #: library/plugin-settings.php:891
679
  msgid ""
680
  "General error message that is displayed if post-submission fails. Basic "
681
  "markup is allowed."
682
  msgstr ""
683
+ "Messaggio di errore generale visualizzato se la segnalazione di inoltro non "
684
+ "riesce. È consentito il markup di base."
685
 
686
+ #: library/plugin-settings.php:894
687
  msgid "Custom Content"
688
+ msgstr "Contenuto personalizzato"
689
 
690
+ #: library/plugin-settings.php:896
691
  msgid ""
692
  "Custom text/markup to be included before the submission form. Leave blank to "
693
  "disable."
694
  msgstr ""
695
+ "Testo / marcatura personalizzata da includere prima del modulo di invio. "
696
+ "Lasciare vuoto per disabilitare."
697
 
698
+ #: library/plugin-settings.php:899
699
+ msgid "Rich Text Editor"
700
+ msgstr "Rich Text Editor"
701
+
702
+ #: library/plugin-settings.php:901
703
+ msgid ""
704
+ "Check this box if you want to enable WP rich text editing for submitted "
705
+ "posts."
706
+ msgstr ""
707
+ "Seleziona questa casella se si desidera abilitare la modifica di testo ricco "
708
+ "di WP per i messaggi inviati."
709
+
710
+ #: library/plugin-settings.php:904
711
  msgid "Unique Titles"
712
  msgstr "Titoli unici"
713
 
714
+ #: library/plugin-settings.php:906
715
  msgid ""
716
+ "Require submitted post titles to be unique (useful for preventing "
717
+ "multiple/duplicate submitted posts)."
718
  msgstr ""
719
+ "Richiedere i titoli post inviati per essere unici (utile per impedire i post "
720
+ "inviati multipli / duplicati)."
721
 
722
+ #: library/plugin-settings.php:909
723
  msgid "Disable Required"
724
+ msgstr "Disattiva richiesta"
725
 
726
+ #: library/plugin-settings.php:911
727
  msgid ""
728
  "Disable all required attributes on default form fields (useful for "
729
  "troubleshooting error messages)."
730
  msgstr ""
731
+ "Disabilita tutti gli attributi richiesti nei campi di modulo predefiniti "
732
+ "(utile per la risoluzione dei messaggi di errore)."
733
 
734
+ #: library/plugin-settings.php:914
735
+ msgid "Disable IP Tracking"
736
+ msgstr "Disattiva il monitoraggio IP"
737
+
738
+ #: library/plugin-settings.php:916
739
+ msgid ""
740
+ "By default USP records the IP address with each submitted post. Check this "
741
+ "box to disable all IP tracking."
742
+ msgstr ""
743
+ "Per impostazione predefinita, USP registra l'indirizzo IP con ogni post "
744
+ "inviato. Seleziona questa casella per disattivare tutto il monitoraggio IP."
745
+
746
+ #: library/plugin-settings.php:919
747
  msgid "Enable Shortcodes"
748
+ msgstr "Abilita codici abbreviati"
749
 
750
+ #: library/plugin-settings.php:921
751
  msgid ""
752
  "Enable shortcodes in widgets. By default, WordPress does not enable "
753
  "shortcodes in widgets. "
754
  msgstr ""
755
+ "Attiva i codici shortcodes nei widget. Per impostazione predefinita, "
756
+ "WordPress non abilita i codici shortcodes nei widget."
757
 
758
+ #: library/plugin-settings.php:922
759
  msgid ""
760
  "This setting enables any/all shortcodes in widgets (even shortcodes from "
761
  "other plugins)."
762
  msgstr ""
763
+ "Questa impostazione abilita qualsiasi / tutti i codici a scorrimento dei "
764
+ "widget (anche i codici a scorrimento da altri plugin)."
765
 
766
+ #: library/plugin-settings.php:927 library/plugin-settings.php:932
767
+ msgid "Categories"
768
+ msgstr "Categorie"
769
 
770
+ #: library/plugin-settings.php:935
771
  msgid ""
772
+ "Select which categories may be assigned to submitted posts (click to toggle)"
 
773
  msgstr ""
774
+ "Seleziona quali categorie possono essere assegnate ai post inviati (fai clic "
775
+ "per cambiare)"
 
 
 
 
776
 
777
+ #: library/plugin-settings.php:952
778
+ msgid "Hidden/Default Category"
779
+ msgstr "Categoria nascosta / predefinita"
780
 
781
+ #: library/plugin-settings.php:954
782
  msgid ""
783
+ "Use a hidden field for the post category. This may be used to specify a "
784
+ "default category when the category field is disabled."
785
+ msgstr ""
786
+ "Utilizza un campo nascosto per la categoria post. Questo può essere "
787
+ "utilizzato per specificare una categoria predefinita quando il campo "
788
+ "categoria è disattivato."
789
 
790
+ #: library/plugin-settings.php:957
791
+ msgid "Category ID for Hidden Field"
792
+ msgstr "ID di categoria per il campo nascosto"
793
 
794
+ #: library/plugin-settings.php:959
795
  msgid ""
796
+ "Specify the ID of the category to use for the &ldquo;Hidden/Default "
797
+ "Category&rdquo; option."
798
  msgstr ""
799
+ "Specificare l'ID della categoria da utilizzare per l'opzione \"Categoria "
800
+ "nascosta / predefinita\"."
801
 
802
+ #: library/plugin-settings.php:964
803
+ msgid "Users"
804
+ msgstr "utenti"
805
 
806
+ #: library/plugin-settings.php:969
807
+ msgid "Assigned Author"
808
+ msgstr "Autore assegnato"
809
 
810
+ #: library/plugin-settings.php:978
811
  msgid ""
812
+ "Specify the user that should be assigned as author for user-submitted posts."
 
813
  msgstr ""
814
+ "Specificare l'utente che dovrebbe essere assegnato come autore per i "
815
+ "messaggi inviati dagli utenti."
816
 
817
+ #: library/plugin-settings.php:982
818
+ msgid "Registered Username"
819
+ msgstr "Nome utente registrato"
820
 
821
+ #: library/plugin-settings.php:984
822
  msgid ""
823
+ "Use registered username as post author. Valid when the person submitting the "
824
+ "form is logged in to WordPress."
825
  msgstr ""
826
+ "Utilizza il nome utente registrato come autore post. Valido quando la "
827
+ "persona che invia il modulo è connesso a WordPress."
828
 
829
+ #: library/plugin-settings.php:987
830
+ msgid "User Profile URL"
831
+ msgstr "URL profilo utente"
832
 
833
+ #: library/plugin-settings.php:989
834
+ msgid ""
835
+ "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid "
836
+ "when the person submitting the form is logged in to WordPress."
837
+ msgstr ""
838
+ "Utilizza l'URL di profilo dell'utente registrato come valore del campo URL. "
839
+ "Valido quando la persona che invia il modulo è connesso a WordPress."
840
 
841
+ #: library/plugin-settings.php:992
842
+ msgid "Require User Login"
843
+ msgstr "Richiede l'accesso utente"
844
+
845
+ #: library/plugin-settings.php:994
846
+ msgid "Require users to be logged in to WordPress to view/submit the form"
847
+ msgstr ""
848
+ "Richiedi agli utenti di accedere a WordPress per visualizzare / inviare il "
849
+ "modulo"
850
+
851
+ #: library/plugin-settings.php:1006
852
  msgid ""
853
+ "To prevent spam, enter a question that users must answer before submitting "
854
+ "the form."
855
  msgstr ""
856
+ "Per evitare lo spam, inserisci una domanda che gli utenti devono rispondere "
857
+ "prima di inviare il modulo."
858
 
859
+ #: library/plugin-settings.php:1009
860
+ msgid "Challenge Response"
861
+ msgstr "Risposta della sfida"
862
+
863
+ #: library/plugin-settings.php:1011
864
+ msgid "Enter the *only* correct answer to the challenge question."
865
+ msgstr "Inserisci l'unica risposta corretta alla domanda di sfida."
866
+
867
+ #: library/plugin-settings.php:1014
868
+ msgid "Case-sensitivity"
869
+ msgstr "Case-sensibilità"
870
+
871
+ #: library/plugin-settings.php:1016
872
+ msgid "Check this box if you want the challenge response to be case-sensitive."
873
+ msgstr ""
874
+ "Seleziona questa casella se desideri che la risposta di sfida sia sensibile "
875
+ "alla distinzione tra maiuscole e minuscole."
876
+
877
+ #: library/plugin-settings.php:1022
878
+ msgid "To enable Google reCAPTCHA, enter your public and private keys."
879
+ msgstr ""
880
+ "Per abilitare Google reCAPTCHA, immettere le chiavi pubbliche e private."
881
+
882
+ #: library/plugin-settings.php:1027
883
+ msgid "Public Key"
884
+ msgstr "Chiave pubblica"
885
 
886
+ #: library/plugin-settings.php:1029
887
+ msgid "Enter your Public Key"
888
+ msgstr "Inserisci la tua chiave pubblica"
889
+
890
+ #: library/plugin-settings.php:1032
891
+ msgid "Private Key"
892
+ msgstr "Chiave privata"
893
+
894
+ #: library/plugin-settings.php:1034
895
+ msgid "Enter your Private Key"
896
+ msgstr "Inserisci la tua chiave privata"
897
+
898
+ #: library/plugin-settings.php:1039
899
+ msgid "Email Alerts"
900
+ msgstr "Avvisi di posta elettronica"
901
+
902
+ #: library/plugin-settings.php:1044
903
+ msgid "Receive Email Alert"
904
+ msgstr "Ricevere l'avviso di posta elettronica"
905
+
906
+ #: library/plugin-settings.php:1046
907
  msgid ""
908
+ "Check this box if you want to be notified via email for new post submissions."
 
909
  msgstr ""
910
+ "Seleziona questa casella se desideri ricevere una notifica via email per "
911
+ "nuove inserzioni postali."
912
 
913
+ #: library/plugin-settings.php:1049
914
+ msgid "Enable HTML Format"
915
+ msgstr "Abilita il formato HTML"
916
+
917
+ #: library/plugin-settings.php:1051
918
+ msgid "Check this box to enable HTML format for email alerts."
919
+ msgstr ""
920
+ "Seleziona questa casella per abilitare il formato HTML per gli avvisi di "
921
+ "posta elettronica."
922
 
923
+ #: library/plugin-settings.php:1054
924
+ msgid "Email Address for Alerts"
925
+ msgstr "Indirizzo e-mail per gli avvisi"
926
+
927
+ #: library/plugin-settings.php:1056
928
  msgid ""
929
+ "If you checked the box to receive email alerts, indicate here the address(es)"
930
+ " to which the emails should be sent."
931
  msgstr ""
932
+ "Se hai selezionato la casella per ricevere avvisi e-mail, indica qui "
933
+ "l'indirizzo (i) cui inviare le e-mail."
934
 
935
+ #: library/plugin-settings.php:1057
936
+ msgid "Multiple recipients may be included using a comma, like so:"
937
+ msgstr ""
938
+ "Possono essere inclusi più destinatari utilizzando una virgola, così come:"
939
+
940
+ #: library/plugin-settings.php:1060
941
+ msgid "Email &ldquo;From&rdquo; Address"
942
+ msgstr "Posta elettronica da \"Indirizzo\""
943
 
944
+ #: library/plugin-settings.php:1062
945
  msgid ""
946
+ "Here you may customize the address(es) used for the &ldquo;From&rdquo; "
947
+ "header (see plugin FAQs for info). "
948
  msgstr ""
949
+ "Qui è possibile personalizzare gli indirizzi utilizzati per l'intestazione "
950
+ "\"Da\" (consultare le domande dei plugin per informazioni)."
951
 
952
+ #: library/plugin-settings.php:1063
953
  msgid ""
954
+ "If multiple addresses are specified in the previous setting, include an "
955
+ "equal number of &ldquo;From&rdquo; addresses for this setting (in the same "
956
+ "order)."
957
  msgstr ""
958
+ "Se nell'impostazione precedente sono specificati più indirizzi, includere un "
959
+ "numero uguale di indirizzi \"Da\" per questa impostazione (nello stesso "
960
+ "ordine)."
961
 
962
+ #: library/plugin-settings.php:1066
963
+ msgid "Email Alert Subject"
964
+ msgstr "Oggetto di avviso di posta elettronica"
965
 
966
+ #: library/plugin-settings.php:1068
967
+ msgid ""
968
+ "Subject line for email alerts. Leave blank to use the default subject line. "
969
+ "Note: you can use the following variables: "
970
+ msgstr ""
971
+ "Soggetto per gli avvisi e-mail. Lasciare vuoto per utilizzare la linea di "
972
+ "soggetto predefinita. Nota: è possibile utilizzare le seguenti variabili:"
973
 
974
+ #: library/plugin-settings.php:1072
975
+ msgid "Email Alert Message"
976
+ msgstr "Messaggio di avviso di posta elettronica"
977
 
978
+ #: library/plugin-settings.php:1074
979
+ msgid ""
980
+ "Message for email alerts. Leave blank to use the default message. Note: you "
981
+ "can use the following variables: "
982
  msgstr ""
983
+ "Messaggio per gli avvisi e-mail. Lasciare vuoto per utilizzare il messaggio "
984
+ "predefinito. Nota: è possibile utilizzare le seguenti variabili:"
985
 
986
+ #: library/plugin-settings.php:1085
987
  msgid "Featured Image"
988
+ msgstr "Immagine in primo piano"
989
 
990
+ #: library/plugin-settings.php:1087
991
  msgid ""
992
  "Set submitted images as Featured Images. Requires theme support for Featured "
993
  "Images (aka Post Thumbnails)."
994
  msgstr ""
995
+ "Impostare le immagini inviate come Immagini. Richiede il supporto a tema per "
996
+ "le immagini in primo piano (aka Thumbnails post)."
997
 
998
+ #: library/plugin-settings.php:1090
999
  msgid "Upload Message"
1000
+ msgstr "Carica Messaggio"
1001
 
1002
+ #: library/plugin-settings.php:1092
1003
  msgid ""
1004
  "Message that appears next to the upload field. Useful for stating your "
1005
  "upload guidelines/policy/etc. Basic markup allowed."
1006
  msgstr ""
1007
+ "Messaggio visualizzato accanto al campo di caricamento. Utile per indicare "
1008
+ "le linee guida / criteri di caricamento / etc. Marcatura base consentita."
 
1009
 
1010
+ #: library/plugin-settings.php:1095
1011
  msgid "&ldquo;Add another image&rdquo; link"
1012
+ msgstr "Aggiungi un altro immagine"
1013
 
1014
+ #: library/plugin-settings.php:1097
1015
  msgid ""
1016
  "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to "
1017
  "use the default markup (recommended)."
1018
  msgstr ""
1019
+ "Markup personalizzato per il collegamento \"Aggiungi un'altra immagine\". "
1020
+ "Lasciare vuoto per utilizzare il markup predefinito (consigliato)."
 
1021
 
1022
+ #: library/plugin-settings.php:1100
1023
  msgid "Minimum number of images"
1024
  msgstr "Numero minimo di immagini"
1025
 
1026
+ #: library/plugin-settings.php:1103
1027
+ msgid "Specify the minimum number of images."
1028
+ msgstr "Specificare il numero minimo di immagini."
1029
 
1030
+ #: library/plugin-settings.php:1107
1031
  msgid "Maximum number of images"
1032
  msgstr "Numero massimo di immagini"
1033
 
1034
+ #: library/plugin-settings.php:1110
1035
+ msgid "Specify the maximum number of images."
1036
+ msgstr "Specificare il numero massimo di immagini."
1037
 
1038
+ #: library/plugin-settings.php:1114
1039
  msgid "Minimum image width"
1040
+ msgstr "Larghezza immagine minima"
1041
 
1042
+ #: library/plugin-settings.php:1116
1043
+ msgid "Specify a minimum width (in pixels) for uploaded images."
1044
+ msgstr "Specificare una larghezza minima (in pixel) per le immagini caricate."
1045
 
1046
+ #: library/plugin-settings.php:1119
1047
  msgid "Minimum image height"
1048
+ msgstr "Altezza immagine minima"
1049
 
1050
+ #: library/plugin-settings.php:1121
1051
+ msgid "Specify a minimum height (in pixels) for uploaded images."
1052
+ msgstr "Specificare un'altezza minima (in pixel) per le immagini caricate."
1053
 
1054
+ #: library/plugin-settings.php:1124
1055
  msgid "Maximum image width"
1056
+ msgstr "Larghezza massima dell'immagine"
1057
 
1058
+ #: library/plugin-settings.php:1126
1059
+ msgid "Specify a maximum width (in pixels) for uploaded images."
1060
+ msgstr "Specificare una larghezza massima (in pixel) per le immagini caricate."
1061
 
1062
+ #: library/plugin-settings.php:1129
1063
  msgid "Maximum image height"
1064
+ msgstr "Altezza massima dell'immagine"
1065
+
1066
+ #: library/plugin-settings.php:1131
1067
+ msgid "Specify a maximum height (in pixels) for uploaded images."
1068
+ msgstr "Specificare un'altezza massima (in pixel) per le immagini caricate."
1069
+
1070
+ #: library/plugin-settings.php:1134
1071
+ msgid "More Options"
1072
+ msgstr "Più opzioni"
1073
+
1074
+ #: library/plugin-settings.php:1137
1075
+ msgid ""
1076
+ "For more options, like the ability to upload other file types (like PDF, "
1077
+ "Word, Zip, videos, and more), check out"
1078
+ msgstr ""
1079
+ "Per ulteriori opzioni, ad esempio la possibilità di caricare altri tipi di "
1080
+ "file (come PDF, Word, Zip, video e altro), esegui il check-out"
1081
+
1082
+ #: library/plugin-settings.php:1138
1083
+ msgid "Go Pro!"
1084
+ msgstr "Vai Pro!"
1085
 
1086
+ #: library/plugin-settings.php:1138
1087
+ msgid "USP Pro"
1088
+ msgstr "USP Pro"
1089
 
1090
+ #: library/plugin-settings.php:1145
1091
  msgid "Auto-Display Content"
1092
+ msgstr "Contenuto di visualizzazione automatica"
1093
 
1094
+ #: library/plugin-settings.php:1150
1095
  msgid "Images Auto-Display"
1096
+ msgstr "Immagini di visualizzazione automatica"
1097
 
1098
+ #: library/plugin-settings.php:1152
1099
  msgid "Auto-display user-submitted images:"
1100
+ msgstr "Visualizzazione automatica delle immagini inviate dall'utente:"
1101
 
1102
+ #: library/plugin-settings.php:1157
1103
  msgid "Image Markup"
1104
+ msgstr "Markup di immagini"
1105
 
1106
+ #: library/plugin-settings.php:1159
1107
  msgid ""
1108
  "Markup to use for each submitted image (when auto-display is enabled). Can "
1109
  "use"
1110
  msgstr ""
1111
+ "Markup da utilizzare per ogni immagine presentata (quando è attivata la "
1112
+ "visualizzazione automatica). Poter usare"
1113
+
1114
+ #: library/plugin-settings.php:1161 library/plugin-settings.php:1174
1115
+ #: library/plugin-settings.php:1187
1116
+ msgid "and"
1117
+ msgstr "e"
1118
 
1119
+ #: library/plugin-settings.php:1164
1120
  msgid "Email Auto-Display"
1121
+ msgstr "Visualizzazione automatica e-mail"
1122
 
1123
+ #: library/plugin-settings.php:1166
1124
  msgid "Auto-display user-submitted email:"
1125
+ msgstr "Visualizzare automaticamente l'email inviata dall'utente:"
1126
 
1127
+ #: library/plugin-settings.php:1171
1128
  msgid "Email Markup"
1129
+ msgstr "Email Markup"
1130
 
1131
+ #: library/plugin-settings.php:1173
1132
  msgid ""
1133
+ "Markup to use for the submitted email address (when auto-display is enabled)."
1134
+ " Can use"
1135
  msgstr ""
1136
+ "Markup da utilizzare per l'indirizzo email inviato (quando è abilitato il "
1137
+ "display automatico). Poter usare"
1138
 
1139
+ #: library/plugin-settings.php:1177
1140
  msgid "URL Auto-Display"
1141
+ msgstr "Visualizzazione automatica URL"
1142
 
1143
+ #: library/plugin-settings.php:1179
1144
  msgid "Auto-display user-submitted URL:"
1145
+ msgstr "Visualizza automaticamente l'URL inviato dall'utente:"
1146
 
1147
+ #: library/plugin-settings.php:1184
1148
  msgid "URL Markup"
1149
+ msgstr "URL Markup"
1150
 
1151
+ #: library/plugin-settings.php:1186
1152
  msgid ""
1153
  "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1154
  msgstr ""
1155
+ "Markup da utilizzare per l'URL inviato (quando è attivata la visualizzazione "
1156
+ "automatica). Poter usare"
1157
 
1158
+ #: library/plugin-settings.php:1192 library/plugin-settings.php:1210
1159
  msgid "Save Settings"
1160
+ msgstr "Salva le impostazioni"
1161
+
1162
+ #: library/plugin-settings.php:1197
1163
+ msgid "Restore Defaults"
1164
+ msgstr "Ripristina i valori predefiniti"
1165
 
1166
+ #: library/plugin-settings.php:1201
1167
+ msgid "Restore default options upon plugin deactivation/reactivation."
1168
+ msgstr ""
1169
+ "Ripristina le opzioni predefinite al momento della disattivazione / "
1170
+ "reattivazione del plugin."
1171
+
1172
+ #: library/plugin-settings.php:1205
1173
+ msgid "Tip:"
1174
+ msgstr "Mancia:"
1175
+
1176
+ #: library/plugin-settings.php:1206
1177
+ msgid "leave this option unchecked to remember your settings."
1178
+ msgstr "Lasciare questa opzione non selezionata per ricordare le impostazioni."
1179
+
1180
+ #: library/plugin-settings.php:1207
1181
+ msgid ""
1182
+ "Or, to go ahead and restore all default options, check the box, save your "
1183
+ "settings, and then deactivate/reactivate the plugin."
1184
+ msgstr ""
1185
+ "Oppure, per andare avanti e ripristinare tutte le opzioni predefinite, "
1186
+ "selezionare la casella, salvare le impostazioni e quindi disattivare / "
1187
+ "riattivare il plugin."
1188
+
1189
+ #: library/plugin-settings.php:1215
1190
  msgid "Shortcode &amp; Template Tag"
1191
+ msgstr "Codice del codice e del modello"
1192
 
1193
+ #: library/plugin-settings.php:1218
1194
  msgid ""
1195
  "To implement USP, first configure the plugin settings, then use the "
1196
  "shortcode or template to display the form on the front-end as desired."
1197
  msgstr ""
1198
+ "Per implementare USP, configurare innanzitutto le impostazioni del plugin, "
1199
+ "quindi utilizzare il codice breve o il modello per visualizzare il modulo "
1200
+ "sul front-end come desiderato."
1201
 
1202
+ #: library/plugin-settings.php:1220
1203
  msgid "Shortcode"
1204
+ msgstr "Codice corto"
1205
 
1206
+ #: library/plugin-settings.php:1221
1207
+ msgid "Use this shortcode to display the USP Form on any WP Post or Page:"
1208
  msgstr ""
1209
+ "Utilizza questo codice per visualizzare il modulo USP su qualsiasi post o "
1210
+ "pagina WP:"
1211
 
1212
+ #: library/plugin-settings.php:1224
1213
  msgid "Template tag"
1214
+ msgstr "Template tag"
1215
 
1216
+ #: library/plugin-settings.php:1225
1217
  msgid ""
1218
  "Use this template tag to display the USP Form anywhere in your theme "
1219
  "template:"
1220
  msgstr ""
1221
+ "Utilizza questo tag modello per visualizzare la forma USP ovunque nel "
1222
+ "modello di tema:"
1223
 
1224
+ #: library/plugin-settings.php:1231
1225
+ msgid "Show Support"
1226
+ msgstr "Mostra supporto"
1227
 
1228
+ #: library/plugin-settings.php:1243
1229
+ msgid "by"
1230
+ msgstr "di"
 
 
1231
 
1232
+ #: library/plugin-settings.php:1244
1233
+ msgid "Jeff Starr on Twitter"
1234
+ msgstr "Jeff Starr su Twitter"
 
 
 
 
 
 
1235
 
1236
+ #: library/plugin-settings.php:1245
1237
+ msgid "Obsessive Web Design &amp; Development"
1238
+ msgstr "Obsessive Web Design e Sviluppo"
1239
 
1240
+ #: library/plugin-settings.php:1256
1241
  msgid "Save Preference"
1242
+ msgstr "Salva preferenza"
1243
 
1244
+ #: library/plugin-settings.php:1263
1245
  msgid ""
1246
  "Are you sure you want to restore all default options? (this action cannot be "
1247
  "undone)"
1248
  msgstr ""
1249
+ "Sei sicuro di voler ripristinare tutte le opzioni predefinite? (questa "
1250
+ "azione non può essere annullata)"
 
 
 
 
1251
 
1252
+ #: library/template-tags.php:214
1253
+ msgid "View full post"
1254
+ msgstr "Visualizza l'intero post"
 
 
 
 
 
 
 
 
 
 
 
 
1255
 
1256
+ #. Description of the plugin
1257
+ msgid ""
1258
+ "Enables your visitors to submit posts and images from anywhere on your site."
1259
+ msgstr ""
1260
+ "Consente ai visitatori di inviare messaggi e immagini da qualsiasi punto del "
1261
+ "tuo sito."
1262
 
1263
+ #. URI of the plugin
1264
+ msgid "https://perishablepress.com/user-submitted-posts/"
1265
+ msgstr "https://perishablepress.com/user-submitted-posts/"
1266
 
1267
+ #. Author of the plugin
1268
+ msgid "Jeff Starr"
1269
+ msgstr "Jeff Starr"
1270
 
1271
+ #. Author URI of the plugin
1272
+ msgid "https://plugin-planet.com/"
1273
+ msgstr "https://plugin-planet.com/"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/usp-ja.mo ADDED
Binary file
languages/usp-ja.po ADDED
@@ -0,0 +1,1173 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: Loco - https://localise.biz/\n"
7
+ "Project-Id-Version: USP\n"
8
+ "Language: ja\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2017-08-03 19:37+0000\n"
11
+ "PO-Revision-Date: 2017-08-03 19:37+0000\n"
12
+ "Last-Translator: Jeff Starr <help@monzillamedia.com>\n"
13
+ "Language-Team: Japanese\n"
14
+ "Plural-Forms: nplurals=1; plural=0"
15
+
16
+ #. Name of the plugin
17
+ #: user-submitted-posts.php:43
18
+ msgid "User Submitted Posts"
19
+ msgstr "ユーザーが投稿した投稿"
20
+
21
+ #: user-submitted-posts.php:75
22
+ msgid "requires WordPress "
23
+ msgstr "ワードプレスが必要"
24
+
25
+ #: user-submitted-posts.php:76
26
+ msgid " or higher, and has been deactivated! "
27
+ msgstr " またはそれ以上であり、停止されている!"
28
+
29
+ #: user-submitted-posts.php:77
30
+ msgid "Please return to the"
31
+ msgstr "に戻ってください"
32
+
33
+ #: user-submitted-posts.php:78
34
+ msgid "WordPress Admin Area"
35
+ msgstr "ワードプレス管理エリア"
36
+
37
+ #: user-submitted-posts.php:79
38
+ msgid "to upgrade WordPress and try again."
39
+ msgstr "WordPressをアップグレードしてもう一度やり直してください。"
40
+
41
+ #: user-submitted-posts.php:121
42
+ msgid "User Submitted Post"
43
+ msgstr "ユーザーが投稿した投稿"
44
+
45
+ #: user-submitted-posts.php:384
46
+ msgid "User Submitted Post Info"
47
+ msgstr "ユーザー投稿投稿情報"
48
+
49
+ #: user-submitted-posts.php:414
50
+ msgid "Submitter Name: "
51
+ msgstr "投稿者名:"
52
+
53
+ #: user-submitted-posts.php:415
54
+ msgid "Submitter Email: "
55
+ msgstr "投稿者メール:"
56
+
57
+ #: user-submitted-posts.php:416
58
+ msgid "Submitter URL: "
59
+ msgstr "投稿者URL:"
60
+
61
+ #: user-submitted-posts.php:417
62
+ msgid "Submitter IP: "
63
+ msgstr "提出者IP:"
64
+
65
+ #: user-submitted-posts.php:468
66
+ msgid "Show USP Posts"
67
+ msgstr "USP投稿を表示する"
68
+
69
+ #: user-submitted-posts.php:469
70
+ msgid "USP"
71
+ msgstr "USP"
72
+
73
+ #: user-submitted-posts.php:1103
74
+ msgid " files required"
75
+ msgstr " 必要なファイル"
76
+
77
+ #: user-submitted-posts.php:1104
78
+ msgid " file required"
79
+ msgstr " ファイルが必要です"
80
+
81
+ #: user-submitted-posts.php:1106
82
+ msgid " files"
83
+ msgstr " ファイル"
84
+
85
+ #: user-submitted-posts.php:1107
86
+ msgid " file"
87
+ msgstr " ファイル"
88
+
89
+ #: user-submitted-posts.php:1109 user-submitted-posts.php:1110
90
+ #: user-submitted-posts.php:1111 user-submitted-posts.php:1112
91
+ msgid " pixels"
92
+ msgstr " ピクセル"
93
+
94
+ #: user-submitted-posts.php:1115
95
+ msgid "An error occurred. Please go back and try again."
96
+ msgstr "エラーが発生しました。戻ってもう一度やり直してください。"
97
+
98
+ #: user-submitted-posts.php:1125
99
+ msgid "User login required"
100
+ msgstr "ユーザーログインが必要です"
101
+
102
+ #: user-submitted-posts.php:1126
103
+ msgid "User name required"
104
+ msgstr "ユーザー名が必要です"
105
+
106
+ #: user-submitted-posts.php:1127
107
+ msgid "Post title required"
108
+ msgstr "投稿のタイトルが必要です"
109
+
110
+ #: user-submitted-posts.php:1128
111
+ msgid "User URL required"
112
+ msgstr "ユーザーのURLが必要です"
113
+
114
+ #: user-submitted-posts.php:1129
115
+ msgid "Post tags required"
116
+ msgstr "投稿タグが必要です"
117
+
118
+ #: user-submitted-posts.php:1130
119
+ msgid "Post category required"
120
+ msgstr "投稿カテゴリが必要です"
121
+
122
+ #: user-submitted-posts.php:1131
123
+ msgid "Post content required"
124
+ msgstr "投稿内容が必要です"
125
+
126
+ #: user-submitted-posts.php:1132 user-submitted-posts.php:1133
127
+ msgid "Correct captcha required"
128
+ msgstr "正しいキャプチャが必要です"
129
+
130
+ #: user-submitted-posts.php:1134
131
+ msgid "User email required"
132
+ msgstr "ユーザーメールが必要です"
133
+
134
+ #: user-submitted-posts.php:1135
135
+ msgid "Please check your email and try again"
136
+ msgstr "メールを確認してもう一度お試しください"
137
+
138
+ #: user-submitted-posts.php:1136
139
+ msgid "Non-empty value for hidden field"
140
+ msgstr "非表示フィールドの空でない値"
141
+
142
+ #: user-submitted-posts.php:1137
143
+ msgid "Minimum number of images not met"
144
+ msgstr "会わない画像の最小枚数"
145
+
146
+ #: user-submitted-posts.php:1138
147
+ msgid "Maximum number of images exceeded "
148
+ msgstr "画像の最大数を超えました"
149
+
150
+ #: user-submitted-posts.php:1139
151
+ msgid "Minimum image width not met"
152
+ msgstr "最小画像幅が満たされない"
153
+
154
+ #: user-submitted-posts.php:1140
155
+ msgid "Image width exceeds maximum"
156
+ msgstr "画像の幅が最大値を超える"
157
+
158
+ #: user-submitted-posts.php:1141
159
+ msgid "Minimum image height not met"
160
+ msgstr "最小画像の高さが満たされない"
161
+
162
+ #: user-submitted-posts.php:1142
163
+ msgid "Image height exceeds maximum"
164
+ msgstr "画像の高さが最大値を超える"
165
+
166
+ #: user-submitted-posts.php:1143
167
+ msgid "File type not allowed (please upload images only)"
168
+ msgstr "ファイルの種類は許可されていません(画像のみをアップロードしてください)"
169
+
170
+ #: user-submitted-posts.php:1147
171
+ msgid "Error uploading file. Please check the file size and try again."
172
+ msgstr "ファイルのアップロード中にエラーが発生しました。 ファイルサイズを確認して、もう一度お試しください。"
173
+
174
+ #: user-submitted-posts.php:1151
175
+ msgid "The file(s) could not be uploaded"
176
+ msgstr "ファイルをアップロードできませんでした"
177
+
178
+ #: user-submitted-posts.php:1153
179
+ msgid "Post not created. Please contact the site administrator for help."
180
+ msgstr "投稿は作成されません。ヘルプについては、サイト管理者にお問い合わせください。"
181
+
182
+ #: user-submitted-posts.php:1154
183
+ msgid "Duplicate post title. Please try again."
184
+ msgstr "重複する投稿のタイトル。もう一度お試しください。"
185
+
186
+ #: user-submitted-posts.php:1164
187
+ msgid "Error: "
188
+ msgstr "エラー:"
189
+
190
+ #: user-submitted-posts.php:1190
191
+ msgid "Return to form"
192
+ msgstr "フォームに戻る"
193
+
194
+ #: user-submitted-posts.php:1218 library/plugin-settings.php:658
195
+ msgid "Please"
196
+ msgstr "お願いします"
197
+
198
+ #: user-submitted-posts.php:1219
199
+ msgid "log in"
200
+ msgstr "ログイン"
201
+
202
+ #: user-submitted-posts.php:1220
203
+ msgid "to submit content!"
204
+ msgstr "コンテンツを提出する!"
205
+
206
+ #: views/submission-form.php:45 views/submission-form-alt.php:54
207
+ msgid "Please complete the required fields."
208
+ msgstr "必須フィールドを入力してください。"
209
+
210
+ #: views/submission-form.php:55 views/submission-form.php:56
211
+ #: views/submission-form-alt.php:60 views/submission-form-alt.php:61
212
+ msgid "Your Name"
213
+ msgstr "あなたの名前"
214
+
215
+ #: views/submission-form.php:61 views/submission-form.php:62
216
+ #: views/submission-form-alt.php:66 views/submission-form-alt.php:67
217
+ msgid "Your URL"
218
+ msgstr "あなたのURL"
219
+
220
+ #: views/submission-form.php:67 views/submission-form.php:68
221
+ #: views/submission-form-alt.php:72 views/submission-form-alt.php:73
222
+ msgid "Your Email"
223
+ msgstr "あなたのメールアドレス"
224
+
225
+ #: views/submission-form.php:73 views/submission-form.php:74
226
+ #: views/submission-form-alt.php:78 views/submission-form-alt.php:79
227
+ #: library/plugin-settings.php:747
228
+ msgid "Post Title"
229
+ msgstr "投稿のタイトル"
230
+
231
+ #: views/submission-form.php:79 views/submission-form.php:80
232
+ #: views/submission-form-alt.php:84 views/submission-form-alt.php:85
233
+ #: library/plugin-settings.php:757
234
+ msgid "Post Tags"
235
+ msgstr "投稿タグ"
236
+
237
+ #: views/submission-form.php:86 views/submission-form-alt.php:91
238
+ msgid "Antispam Question"
239
+ msgstr "スパム対策の質問"
240
+
241
+ #: views/submission-form.php:91 views/submission-form-alt.php:96
242
+ #: library/plugin-settings.php:767
243
+ msgid "Post Category"
244
+ msgstr "投稿カテゴリ"
245
+
246
+ #: views/submission-form.php:93 views/submission-form-alt.php:98
247
+ msgid "Please select a category.."
248
+ msgstr "カテゴリを選択してください.."
249
+
250
+ #: views/submission-form.php:128 views/submission-form.php:129
251
+ #: views/submission-form-alt.php:133 views/submission-form-alt.php:134
252
+ #: library/plugin-settings.php:777
253
+ msgid "Post Content"
254
+ msgstr "投稿内容"
255
+
256
+ #: views/submission-form.php:135 views/submission-form-alt.php:140
257
+ msgid "Verification"
258
+ msgstr "検証"
259
+
260
+ #: views/submission-form.php:142 views/submission-form-alt.php:147
261
+ msgid "Upload an Image"
262
+ msgstr "画像をアップロードする"
263
+
264
+ #: views/submission-form.php:151 views/submission-form-alt.php:156
265
+ msgid "Add another image"
266
+ msgstr "別の画像を追加"
267
+
268
+ #: views/submission-form.php:173 views/submission-form-alt.php:178
269
+ msgid "Human verification: leave this field empty."
270
+ msgstr "人間の検証:このフィールドは空のままにします。"
271
+
272
+ #: views/submission-form.php:195 views/submission-form-alt.php:200
273
+ msgid "Submit Post"
274
+ msgstr "投稿を投稿する"
275
+
276
+ #: library/plugin-settings.php:32
277
+ msgid "Get USP Pro for unlimited forms!"
278
+ msgstr "無制限のフォームのためにUSP Proを入手してください!"
279
+
280
+ #: library/plugin-settings.php:33
281
+ msgid "Go Pro"
282
+ msgstr "Go Pro"
283
+
284
+ #: library/plugin-settings.php:37
285
+ msgid "Settings"
286
+ msgstr "設定"
287
+
288
+ #: library/plugin-settings.php:55
289
+ msgid "Give USP a 5-star rating at WordPress.org"
290
+ msgstr "USPにWordPress.orgで5つ星の評価を与える"
291
+
292
+ #: library/plugin-settings.php:56
293
+ msgid "Rate this plugin&nbsp;&raquo;"
294
+ msgstr "このプラグインを評価する&nbsp;&raquo;"
295
+
296
+ #: library/plugin-settings.php:115
297
+ msgid "WP Post (recommended)"
298
+ msgstr "WP投稿(推奨)"
299
+
300
+ #: library/plugin-settings.php:119
301
+ msgid "WP Page"
302
+ msgstr "WPページ"
303
+
304
+ #: library/plugin-settings.php:135
305
+ msgid "HTML5 Form + Default CSS"
306
+ msgstr "HTML5フォーム+デフォルトのCSS"
307
+
308
+ #: library/plugin-settings.php:135
309
+ msgid "(Recommended)"
310
+ msgstr "(推奨)"
311
+
312
+ #: library/plugin-settings.php:139
313
+ msgid "HTML5 Form + Disable CSS"
314
+ msgstr "HTML5フォーム+ CSSを無効にする"
315
+
316
+ #: library/plugin-settings.php:139
317
+ msgid "(Provide your own styles)"
318
+ msgstr "(自分のスタイルを提供する)"
319
+
320
+ #: library/plugin-settings.php:143
321
+ msgid "Custom Form + Custom CSS"
322
+ msgstr "カスタムフォーム+カスタムCSS"
323
+
324
+ #: library/plugin-settings.php:143
325
+ msgid "(Provide your own form template &amp; styles)"
326
+ msgstr "(独自のフォームテンプレートとスタイルを提供する)"
327
+
328
+ #: library/plugin-settings.php:159 library/plugin-settings.php:183
329
+ #: library/plugin-settings.php:206
330
+ msgid "Auto-display before post content"
331
+ msgstr "投稿後の自動表示"
332
+
333
+ #: library/plugin-settings.php:163 library/plugin-settings.php:187
334
+ #: library/plugin-settings.php:210
335
+ msgid "Auto-display after post content"
336
+ msgstr "投稿後の自動表示"
337
+
338
+ #: library/plugin-settings.php:167
339
+ msgid "Do not auto-display submitted images"
340
+ msgstr "送信された画像を自動表示しない"
341
+
342
+ #: library/plugin-settings.php:191
343
+ msgid "Do not auto-display submitted email"
344
+ msgstr "送信された電子メールを自動表示しない"
345
+
346
+ #: library/plugin-settings.php:214
347
+ msgid "Do not auto-display submitted URL"
348
+ msgstr "送信されたURLを自動表示しない"
349
+
350
+ #: library/plugin-settings.php:367
351
+ msgid ""
352
+ "There was an error. Please ensure that you have added a title, some content, "
353
+ "and that you have uploaded only images."
354
+ msgstr "エラーが発生しました。タイトルとコンテンツを追加し、画像のみをアップロードしたことを確認してください。"
355
+
356
+ #: library/plugin-settings.php:381
357
+ msgid "Please select your image(s) to upload."
358
+ msgstr "アップロードする画像を選択してください。"
359
+
360
+ #: library/plugin-settings.php:387
361
+ msgid "Success! Thank you for your submission."
362
+ msgstr "成功!あなたの提出ありがとうございます。"
363
+
364
+ #: library/plugin-settings.php:413
365
+ msgid "Email"
366
+ msgstr "Eメール"
367
+
368
+ #: library/plugin-settings.php:414
369
+ msgid "URL"
370
+ msgstr "URL"
371
+
372
+ #: library/plugin-settings.php:645
373
+ msgid "Toggle all panels"
374
+ msgstr "すべてのパネルを切り替える"
375
+
376
+ #: library/plugin-settings.php:654
377
+ msgid "We need your support!"
378
+ msgstr "あなたのサポートが必要です!"
379
+
380
+ #: library/plugin-settings.php:658
381
+ msgid "Make a donation via PayPal"
382
+ msgstr "PayPalで寄付をする"
383
+
384
+ #: library/plugin-settings.php:658
385
+ msgid "make a donation"
386
+ msgstr "寄付をします"
387
+
388
+ #: library/plugin-settings.php:658
389
+ msgid "and/or"
390
+ msgstr "および/または"
391
+
392
+ #: library/plugin-settings.php:659
393
+ msgid "Rate and review at the Plugin Directory"
394
+ msgstr "プラグインディレクトリの評価とレビュー"
395
+
396
+ #: library/plugin-settings.php:660
397
+ msgid "give this plugin a 5-star rating"
398
+ msgstr "このプラグインに5つ星の評価を与える"
399
+
400
+ #: library/plugin-settings.php:664
401
+ msgid ""
402
+ "Your generous support enables continued development of this free plugin. "
403
+ "Thank you!"
404
+ msgstr "あなたの寛大なサポートは、この無料のプラグインの継続的な開発を可能にします。ありがとうございました!"
405
+
406
+ #: library/plugin-settings.php:669
407
+ msgid "Check this box if you have shown support"
408
+ msgstr "サポートが表示されている場合は、このチェックボックスをオンにします"
409
+
410
+ #: library/plugin-settings.php:678
411
+ msgid "Overview"
412
+ msgstr "概要"
413
+
414
+ #: library/plugin-settings.php:682
415
+ msgid ""
416
+ "enables your visitors to submit posts and upload images from the front-end "
417
+ "of your site. "
418
+ msgstr "訪問者はサイトのフロントエンドから投稿を送信したり、画像をアップロードしたりすることができます。"
419
+
420
+ #: library/plugin-settings.php:683
421
+ msgid "For advanced functionality and unlimited forms, check out"
422
+ msgstr "高度な機能と無制限のフォームについては、"
423
+
424
+ #: library/plugin-settings.php:684
425
+ msgid "&mdash; the ultimate solution for user-generated content."
426
+ msgstr "- ユーザーが作成したコンテンツの究極のソリューション。"
427
+
428
+ #: library/plugin-settings.php:688 library/plugin-settings.php:706
429
+ msgid "Plugin Settings"
430
+ msgstr "プラグインの設定"
431
+
432
+ #: library/plugin-settings.php:689
433
+ msgid "Display the form"
434
+ msgstr "フォームを表示する"
435
+
436
+ #: library/plugin-settings.php:690 library/plugin-settings.php:1243
437
+ msgid "Plugin Homepage"
438
+ msgstr "プラグインのホームページ"
439
+
440
+ #: library/plugin-settings.php:693
441
+ msgid "If you like this plugin, please"
442
+ msgstr "このプラグインが好きな人は、"
443
+
444
+ #: library/plugin-settings.php:694
445
+ msgid "THANK YOU for your support!"
446
+ msgstr "ご協力ありがとうございます!"
447
+
448
+ #: library/plugin-settings.php:694
449
+ msgid "give it a 5-star rating"
450
+ msgstr "それは5つ星の評価を与える"
451
+
452
+ #: library/plugin-settings.php:698
453
+ msgid "Unlimited front-end forms"
454
+ msgstr "無制限のフロントエンドフォーム"
455
+
456
+ #: library/plugin-settings.php:698
457
+ msgid "Get USP Pro"
458
+ msgstr "USP Proを入手する"
459
+
460
+ #: library/plugin-settings.php:710
461
+ msgid "Configure your settings for User Submitted Posts."
462
+ msgstr "ユーザが投稿した投稿の設定を行います。"
463
+
464
+ #: library/plugin-settings.php:712
465
+ msgid "Form Fields"
466
+ msgstr "フォームフィールド"
467
+
468
+ #: library/plugin-settings.php:717
469
+ msgid "User Name"
470
+ msgstr "ユーザー名"
471
+
472
+ #: library/plugin-settings.php:720 library/plugin-settings.php:730
473
+ #: library/plugin-settings.php:740 library/plugin-settings.php:750
474
+ #: library/plugin-settings.php:760 library/plugin-settings.php:770
475
+ #: library/plugin-settings.php:780 library/plugin-settings.php:790
476
+ #: library/plugin-settings.php:800
477
+ msgid "Display and require"
478
+ msgstr "表示と必要"
479
+
480
+ #: library/plugin-settings.php:721 library/plugin-settings.php:731
481
+ #: library/plugin-settings.php:741 library/plugin-settings.php:751
482
+ #: library/plugin-settings.php:761 library/plugin-settings.php:771
483
+ #: library/plugin-settings.php:781
484
+ msgid "Display but do not require"
485
+ msgstr "表示は必要ですが必要ありません"
486
+
487
+ #: library/plugin-settings.php:722 library/plugin-settings.php:732
488
+ #: library/plugin-settings.php:742 library/plugin-settings.php:752
489
+ #: library/plugin-settings.php:762 library/plugin-settings.php:772
490
+ #: library/plugin-settings.php:782 library/plugin-settings.php:791
491
+ #: library/plugin-settings.php:801
492
+ msgid "Disable this field"
493
+ msgstr "このフィールドを無効にする"
494
+
495
+ #: library/plugin-settings.php:727
496
+ msgid "User Email"
497
+ msgstr "ユーザーメール"
498
+
499
+ #: library/plugin-settings.php:737
500
+ msgid "User URL"
501
+ msgstr "ユーザーのURL"
502
+
503
+ #: library/plugin-settings.php:787 library/plugin-settings.php:793
504
+ #: library/plugin-settings.php:999 library/plugin-settings.php:1004
505
+ msgid "Challenge Question"
506
+ msgstr "チャレンジ質問"
507
+
508
+ #: library/plugin-settings.php:793 library/plugin-settings.php:803
509
+ #: library/plugin-settings.php:813
510
+ msgid "(Visit"
511
+ msgstr "(訪問"
512
+
513
+ #: library/plugin-settings.php:793 library/plugin-settings.php:803
514
+ #: library/plugin-settings.php:813
515
+ msgid "to configure options)"
516
+ msgstr "オプションを設定する)"
517
+
518
+ #: library/plugin-settings.php:797 library/plugin-settings.php:803
519
+ #: library/plugin-settings.php:1021
520
+ msgid "Google reCAPTCHA"
521
+ msgstr "GoogleのreCAPTCHA"
522
+
523
+ #: library/plugin-settings.php:807
524
+ msgid "Post Images"
525
+ msgstr "投稿画像"
526
+
527
+ #: library/plugin-settings.php:810
528
+ msgid "Display"
529
+ msgstr "表示"
530
+
531
+ #: library/plugin-settings.php:811
532
+ msgid "Disable"
533
+ msgstr "無効にする"
534
+
535
+ #: library/plugin-settings.php:813 library/plugin-settings.php:1080
536
+ msgid "Image Uploads"
537
+ msgstr "画像のアップロード"
538
+
539
+ #: library/plugin-settings.php:819
540
+ msgid "General Settings"
541
+ msgstr "一般設定"
542
+
543
+ #: library/plugin-settings.php:824
544
+ msgid "Form Style"
545
+ msgstr "フォームスタイル"
546
+
547
+ #: library/plugin-settings.php:829
548
+ msgid "With this option, you can copy the plugin&rsquo;s default templates:"
549
+ msgstr "このオプションを使用すると、プラグインのデフォルトテンプレートをコピーできます。"
550
+
551
+ #: library/plugin-settings.php:834
552
+ msgid "..and upload them into a directory named"
553
+ msgstr "..そしてそれらをディレクトリにアップロードする"
554
+
555
+ #: library/plugin-settings.php:834
556
+ msgid "in your theme:"
557
+ msgstr "あなたのテーマ:"
558
+
559
+ #: library/plugin-settings.php:840
560
+ msgid ""
561
+ "That will enable you to customize the form and styles as desired. For more "
562
+ "info, check out the \"Custom Submission Form\" section in the"
563
+ msgstr "これにより、必要に応じてフォームとスタイルをカスタマイズできます。詳細については、「カスタム送信フォーム」のセクションをご覧ください。"
564
+
565
+ #: library/plugin-settings.php:841
566
+ msgid "Installation Docs"
567
+ msgstr "インストール・ドキュメント"
568
+
569
+ #: library/plugin-settings.php:842
570
+ msgid "FYI: here is a"
571
+ msgstr "FYI:ここに"
572
+
573
+ #: library/plugin-settings.php:842
574
+ msgid "list of USP CSS selectors"
575
+ msgstr "USP CSSセレクタのリスト"
576
+
577
+ #: library/plugin-settings.php:848
578
+ msgid "Include JavaScript"
579
+ msgstr "JavaScriptを含む"
580
+
581
+ #: library/plugin-settings.php:850
582
+ msgid ""
583
+ "Check this box if you want to include the external JavaScript files "
584
+ "(recommended)."
585
+ msgstr "外部のJavaScriptファイルを含める場合は、このボックスをオンにします(推奨)。"
586
+
587
+ #: library/plugin-settings.php:853
588
+ msgid "Targeted Loading"
589
+ msgstr "ターゲットローディング"
590
+
591
+ #: library/plugin-settings.php:855
592
+ msgid ""
593
+ "By default, external CSS &amp; JavaScript files are loaded on every page. "
594
+ "Here you may specify the URL of the USP form to load resources only on that "
595
+ "page. Note: leave blank to load on all pages."
596
+ msgstr ""
597
+ "デフォルトでは、外部のCSSファイルとJavaScriptファイルがすべてのページに読み込まれます。 "
598
+ "ここでは、USPフォームのURLを指定して、そのページにのみリソースを読み込むことができます。 注:すべてのページに空白のままにしておきます。"
599
+
600
+ #: library/plugin-settings.php:858
601
+ msgid "Post Type"
602
+ msgstr "投稿タイプ"
603
+
604
+ #: library/plugin-settings.php:861
605
+ msgid "Submit posts as WP Posts or Pages"
606
+ msgstr "投稿をWP投稿またはページとして送信する"
607
+
608
+ #: library/plugin-settings.php:865
609
+ msgid "Auto Publish"
610
+ msgstr "自動公開"
611
+
612
+ #: library/plugin-settings.php:868
613
+ msgid "Always moderate via Draft"
614
+ msgstr "常にドラフトでモデレート"
615
+
616
+ #: library/plugin-settings.php:869
617
+ msgid "Always moderate via Pending"
618
+ msgstr "保留中は常にモデレート"
619
+
620
+ #: library/plugin-settings.php:870
621
+ msgid "Always publish immediately"
622
+ msgstr "すぐにすぐに公開する"
623
+
624
+ #: library/plugin-settings.php:875
625
+ msgid ""
626
+ "Post Status for submitted posts: moderate (recommended), publish immediately,"
627
+ " or publish after any number of approved posts."
628
+ msgstr "投稿された投稿のステータスを投稿:中程度(推奨)、すぐに公開する、または承認済みの投稿数を超えて投稿する。"
629
+
630
+ #: library/plugin-settings.php:879
631
+ msgid "Redirect URL"
632
+ msgstr "リダイレクトURL"
633
+
634
+ #: library/plugin-settings.php:881
635
+ msgid ""
636
+ "Specify a URL to redirect the user after post-submission. Leave blank to "
637
+ "redirect back to current page."
638
+ msgstr "投稿後にユーザーをリダイレクトするURLを指定します。空白のままにすると、現在のページにリダイレクトされます。"
639
+
640
+ #: library/plugin-settings.php:884
641
+ msgid "Success Message"
642
+ msgstr "成功のメッセージ"
643
+
644
+ #: library/plugin-settings.php:886
645
+ msgid ""
646
+ "Success message that is displayed if post-submission is successful. Basic "
647
+ "markup is allowed."
648
+ msgstr "投稿後に成功した場合に表示される成功メッセージ。基本マークアップは許可されています。"
649
+
650
+ #: library/plugin-settings.php:889
651
+ msgid "Error Message"
652
+ msgstr "エラーメッセージ"
653
+
654
+ #: library/plugin-settings.php:891
655
+ msgid ""
656
+ "General error message that is displayed if post-submission fails. Basic "
657
+ "markup is allowed."
658
+ msgstr "投稿後に失敗した場合に表示される一般的なエラーメッセージです。基本マークアップは許可されています。"
659
+
660
+ #: library/plugin-settings.php:894
661
+ msgid "Custom Content"
662
+ msgstr "カスタムコンテンツ"
663
+
664
+ #: library/plugin-settings.php:896
665
+ msgid ""
666
+ "Custom text/markup to be included before the submission form. Leave blank to "
667
+ "disable."
668
+ msgstr "提出フォームの前に含まれるカスタムテキスト/マークアップ。空白のままにすると無効になります。"
669
+
670
+ #: library/plugin-settings.php:899
671
+ msgid "Rich Text Editor"
672
+ msgstr "リッチテキストエディタ"
673
+
674
+ #: library/plugin-settings.php:901
675
+ msgid ""
676
+ "Check this box if you want to enable WP rich text editing for submitted "
677
+ "posts."
678
+ msgstr "提出された投稿のWPリッチテキスト編集を有効にする場合は、このチェックボックスをオンにします。"
679
+
680
+ #: library/plugin-settings.php:904
681
+ msgid "Unique Titles"
682
+ msgstr "ユニークなタイトル"
683
+
684
+ #: library/plugin-settings.php:906
685
+ msgid ""
686
+ "Require submitted post titles to be unique (useful for preventing "
687
+ "multiple/duplicate submitted posts)."
688
+ msgstr "提出された投稿のタイトルが一意であることを要求する(複数の/投稿された投稿を防止するのに便利)。"
689
+
690
+ #: library/plugin-settings.php:909
691
+ msgid "Disable Required"
692
+ msgstr "無効にする"
693
+
694
+ #: library/plugin-settings.php:911
695
+ msgid ""
696
+ "Disable all required attributes on default form fields (useful for "
697
+ "troubleshooting error messages)."
698
+ msgstr "既定のフォームフィールドで必要なすべての属性を無効にします(エラーメッセージのトラブルシューティングに役立ちます)。"
699
+
700
+ #: library/plugin-settings.php:914
701
+ msgid "Disable IP Tracking"
702
+ msgstr "IPトラッキングを無効にする"
703
+
704
+ #: library/plugin-settings.php:916
705
+ msgid ""
706
+ "By default USP records the IP address with each submitted post. Check this "
707
+ "box to disable all IP tracking."
708
+ msgstr "デフォルトでは、USPは送信された投稿ごとにIPアドレスを記録します。すべてのIPトラッキングを無効にするには、このボックスをオンにします。"
709
+
710
+ #: library/plugin-settings.php:919
711
+ msgid "Enable Shortcodes"
712
+ msgstr "ショートコードを有効にする"
713
+
714
+ #: library/plugin-settings.php:921
715
+ msgid ""
716
+ "Enable shortcodes in widgets. By default, WordPress does not enable "
717
+ "shortcodes in widgets. "
718
+ msgstr "ウィジェットでショートコードを有効にする。デフォルトでは、WordPressはウィジェットでショートコードを有効にしません。"
719
+
720
+ #: library/plugin-settings.php:922
721
+ msgid ""
722
+ "This setting enables any/all shortcodes in widgets (even shortcodes from "
723
+ "other plugins)."
724
+ msgstr "この設定では、ウィジェット内の任意の/すべてのショートコード(他のプラグインのショートコードも可能です)を有効にします。"
725
+
726
+ #: library/plugin-settings.php:927 library/plugin-settings.php:932
727
+ msgid "Categories"
728
+ msgstr "カテゴリー"
729
+
730
+ #: library/plugin-settings.php:935
731
+ msgid ""
732
+ "Select which categories may be assigned to submitted posts (click to toggle)"
733
+ msgstr "送信された投稿に割り当てられるカテゴリを選択します(クリックして切り替えます)"
734
+
735
+ #: library/plugin-settings.php:952
736
+ msgid "Hidden/Default Category"
737
+ msgstr "非表示/デフォルトカテゴリ"
738
+
739
+ #: library/plugin-settings.php:954
740
+ msgid ""
741
+ "Use a hidden field for the post category. This may be used to specify a "
742
+ "default category when the category field is disabled."
743
+ msgstr "投稿カテゴリには非表示フィールドを使用します。これは、カテゴリフィールドが無効のときにデフォルトカテゴリを指定するために使用されます。"
744
+
745
+ #: library/plugin-settings.php:957
746
+ msgid "Category ID for Hidden Field"
747
+ msgstr "非表示フィールドのカテゴリID"
748
+
749
+ #: library/plugin-settings.php:959
750
+ msgid ""
751
+ "Specify the ID of the category to use for the &ldquo;Hidden/Default "
752
+ "Category&rdquo; option."
753
+ msgstr "「非表示/デフォルトカテゴリ」オプションに使用するカテゴリのIDを指定します。"
754
+
755
+ #: library/plugin-settings.php:964
756
+ msgid "Users"
757
+ msgstr "ユーザー"
758
+
759
+ #: library/plugin-settings.php:969
760
+ msgid "Assigned Author"
761
+ msgstr "割り当てられた著者"
762
+
763
+ #: library/plugin-settings.php:978
764
+ msgid ""
765
+ "Specify the user that should be assigned as author for user-submitted posts."
766
+ msgstr "ユーザーが投稿した投稿の作成者として割り当てるユーザーを指定します。"
767
+
768
+ #: library/plugin-settings.php:982
769
+ msgid "Registered Username"
770
+ msgstr "登録ユーザー名"
771
+
772
+ #: library/plugin-settings.php:984
773
+ msgid ""
774
+ "Use registered username as post author. Valid when the person submitting the "
775
+ "form is logged in to WordPress."
776
+ msgstr "投稿者として登録されたユーザー名を使用します。フォームを送信した人がWordPressにログインしている場合に有効です。"
777
+
778
+ #: library/plugin-settings.php:987
779
+ msgid "User Profile URL"
780
+ msgstr "ユーザープロフィールのURL"
781
+
782
+ #: library/plugin-settings.php:989
783
+ msgid ""
784
+ "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid "
785
+ "when the person submitting the form is logged in to WordPress."
786
+ msgstr ""
787
+ "登録されたユーザーのプロファイルURLをURLフィールドの値として使用します。フォームを提出した人がWordPressにログインしているときに有効です。"
788
+
789
+ #: library/plugin-settings.php:992
790
+ msgid "Require User Login"
791
+ msgstr "ユーザーログインが必要"
792
+
793
+ #: library/plugin-settings.php:994
794
+ msgid "Require users to be logged in to WordPress to view/submit the form"
795
+ msgstr "フォームを表示/送信するには、WordPressにログインする必要があります"
796
+
797
+ #: library/plugin-settings.php:1006
798
+ msgid ""
799
+ "To prevent spam, enter a question that users must answer before submitting "
800
+ "the form."
801
+ msgstr "スパムを防ぐには、フォームを送信する前にユーザーが回答しなければならない質問を入力します。"
802
+
803
+ #: library/plugin-settings.php:1009
804
+ msgid "Challenge Response"
805
+ msgstr "チャレンジレスポンス"
806
+
807
+ #: library/plugin-settings.php:1011
808
+ msgid "Enter the *only* correct answer to the challenge question."
809
+ msgstr "チャレンジ質問への正解のみを入力してください。"
810
+
811
+ #: library/plugin-settings.php:1014
812
+ msgid "Case-sensitivity"
813
+ msgstr "大文字小文字の区別"
814
+
815
+ #: library/plugin-settings.php:1016
816
+ msgid "Check this box if you want the challenge response to be case-sensitive."
817
+ msgstr "チャレンジレスポンスで大文字と小文字を区別する場合は、このチェックボックスをオンにします。"
818
+
819
+ #: library/plugin-settings.php:1022
820
+ msgid "To enable Google reCAPTCHA, enter your public and private keys."
821
+ msgstr "GoogleのreCAPTCHAを有効にするには、公開鍵と非公開鍵を入力します。"
822
+
823
+ #: library/plugin-settings.php:1027
824
+ msgid "Public Key"
825
+ msgstr "公開鍵"
826
+
827
+ #: library/plugin-settings.php:1029
828
+ msgid "Enter your Public Key"
829
+ msgstr "あなたの公開鍵を入力してください"
830
+
831
+ #: library/plugin-settings.php:1032
832
+ msgid "Private Key"
833
+ msgstr "秘密鍵"
834
+
835
+ #: library/plugin-settings.php:1034
836
+ msgid "Enter your Private Key"
837
+ msgstr "あなたの秘密鍵を入力してください"
838
+
839
+ #: library/plugin-settings.php:1039
840
+ msgid "Email Alerts"
841
+ msgstr "メールアラート"
842
+
843
+ #: library/plugin-settings.php:1044
844
+ msgid "Receive Email Alert"
845
+ msgstr "電子メールアラートを受信する"
846
+
847
+ #: library/plugin-settings.php:1046
848
+ msgid ""
849
+ "Check this box if you want to be notified via email for new post submissions."
850
+ msgstr "新しい投稿投稿をメールで通知する場合は、このチェックボックスをオンにします。"
851
+
852
+ #: library/plugin-settings.php:1049
853
+ msgid "Enable HTML Format"
854
+ msgstr "HTML形式を有効にする"
855
+
856
+ #: library/plugin-settings.php:1051
857
+ msgid "Check this box to enable HTML format for email alerts."
858
+ msgstr "電子メールアラートのHTML形式を有効にするには、このチェックボックスをオンにします。"
859
+
860
+ #: library/plugin-settings.php:1054
861
+ msgid "Email Address for Alerts"
862
+ msgstr "アラートの電子メールアドレス"
863
+
864
+ #: library/plugin-settings.php:1056
865
+ msgid ""
866
+ "If you checked the box to receive email alerts, indicate here the address(es)"
867
+ " to which the emails should be sent."
868
+ msgstr "電子メールアラートを受信するためにチェックボックスをオンにした場合は、電子メールを送信するアドレスをここに指定します。"
869
+
870
+ #: library/plugin-settings.php:1057
871
+ msgid "Multiple recipients may be included using a comma, like so:"
872
+ msgstr "カンマを使用して複数の受信者を含めることもできます。"
873
+
874
+ #: library/plugin-settings.php:1060
875
+ msgid "Email &ldquo;From&rdquo; Address"
876
+ msgstr "「From」アドレスの電子メール"
877
+
878
+ #: library/plugin-settings.php:1062
879
+ msgid ""
880
+ "Here you may customize the address(es) used for the &ldquo;From&rdquo; "
881
+ "header (see plugin FAQs for info). "
882
+ msgstr ""
883
+ "ここでは、 \"From\"ヘッダーに使用するアドレスをカスタマイズすることができます(情報については、プラグインのよくある質問を参照してください)。"
884
+
885
+ #: library/plugin-settings.php:1063
886
+ msgid ""
887
+ "If multiple addresses are specified in the previous setting, include an "
888
+ "equal number of &ldquo;From&rdquo; addresses for this setting (in the same "
889
+ "order)."
890
+ msgstr "以前の設定で複数のアドレスが指定されている場合は、同じ順序でこの設定に同じ数の「送信元」アドレスを含めます。"
891
+
892
+ #: library/plugin-settings.php:1066
893
+ msgid "Email Alert Subject"
894
+ msgstr "電子メールのアラートの件名"
895
+
896
+ #: library/plugin-settings.php:1068
897
+ msgid ""
898
+ "Subject line for email alerts. Leave blank to use the default subject line. "
899
+ "Note: you can use the following variables: "
900
+ msgstr "電子メールアラートの件名。空白のままにすると、デフォルトの件名が使用されます。注:次の変数を使用できます。"
901
+
902
+ #: library/plugin-settings.php:1072
903
+ msgid "Email Alert Message"
904
+ msgstr "電子メールアラートメッセージ"
905
+
906
+ #: library/plugin-settings.php:1074
907
+ msgid ""
908
+ "Message for email alerts. Leave blank to use the default message. Note: you "
909
+ "can use the following variables: "
910
+ msgstr "電子メールアラートのメッセージ。空白のままにしておくと、デフォルトのメッセージが使用されます。注:次の変数を使用できます。"
911
+
912
+ #: library/plugin-settings.php:1085
913
+ msgid "Featured Image"
914
+ msgstr "注目の画像"
915
+
916
+ #: library/plugin-settings.php:1087
917
+ msgid ""
918
+ "Set submitted images as Featured Images. Requires theme support for Featured "
919
+ "Images (aka Post Thumbnails)."
920
+ msgstr "送信した画像をおすすめ画像として設定します。注目画像(別名投稿サムネイル)のテーマサポートが必要です。"
921
+
922
+ #: library/plugin-settings.php:1090
923
+ msgid "Upload Message"
924
+ msgstr "メッセージをアップロードする"
925
+
926
+ #: library/plugin-settings.php:1092
927
+ msgid ""
928
+ "Message that appears next to the upload field. Useful for stating your "
929
+ "upload guidelines/policy/etc. Basic markup allowed."
930
+ msgstr ""
931
+ "アップロードフィールドの横に表示されるメッセージ。あなたのアップロードのガイドライン/ポリシー/などを述べるのに便利です。基本的なマークアップが許可されました。"
932
+
933
+ #: library/plugin-settings.php:1095
934
+ msgid "&ldquo;Add another image&rdquo; link"
935
+ msgstr "「別の画像を追加する」リンク"
936
+
937
+ #: library/plugin-settings.php:1097
938
+ msgid ""
939
+ "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to "
940
+ "use the default markup (recommended)."
941
+ msgstr "[別の画像を追加]リンクのカスタムマークアップ。空白のままにしておくと、デフォルトのマークアップが使用されます(推奨)。"
942
+
943
+ #: library/plugin-settings.php:1100
944
+ msgid "Minimum number of images"
945
+ msgstr "画像の最小枚数"
946
+
947
+ #: library/plugin-settings.php:1103
948
+ msgid "Specify the minimum number of images."
949
+ msgstr "画像の最小枚数を指定してください。"
950
+
951
+ #: library/plugin-settings.php:1107
952
+ msgid "Maximum number of images"
953
+ msgstr "画像の最大数"
954
+
955
+ #: library/plugin-settings.php:1110
956
+ msgid "Specify the maximum number of images."
957
+ msgstr "画像の最大枚数を指定してください。"
958
+
959
+ #: library/plugin-settings.php:1114
960
+ msgid "Minimum image width"
961
+ msgstr "最小画像幅"
962
+
963
+ #: library/plugin-settings.php:1116
964
+ msgid "Specify a minimum width (in pixels) for uploaded images."
965
+ msgstr "アップロードした画像の最小幅(ピクセル単位)を指定します。"
966
+
967
+ #: library/plugin-settings.php:1119
968
+ msgid "Minimum image height"
969
+ msgstr "最小画像高さ"
970
+
971
+ #: library/plugin-settings.php:1121
972
+ msgid "Specify a minimum height (in pixels) for uploaded images."
973
+ msgstr "アップロードされた画像の最小高さ(ピクセル単位)を指定します。"
974
+
975
+ #: library/plugin-settings.php:1124
976
+ msgid "Maximum image width"
977
+ msgstr "最大画像幅"
978
+
979
+ #: library/plugin-settings.php:1126
980
+ msgid "Specify a maximum width (in pixels) for uploaded images."
981
+ msgstr "アップロードされた画像の最大幅(ピクセル単位)を指定します。"
982
+
983
+ #: library/plugin-settings.php:1129
984
+ msgid "Maximum image height"
985
+ msgstr "最大像高"
986
+
987
+ #: library/plugin-settings.php:1131
988
+ msgid "Specify a maximum height (in pixels) for uploaded images."
989
+ msgstr "アップロードした画像の最大高さ(ピクセル単位)を指定します。"
990
+
991
+ #: library/plugin-settings.php:1134
992
+ msgid "More Options"
993
+ msgstr "より多くのオプション"
994
+
995
+ #: library/plugin-settings.php:1137
996
+ msgid ""
997
+ "For more options, like the ability to upload other file types (like PDF, "
998
+ "Word, Zip, videos, and more), check out"
999
+ msgstr ""
1000
+ "他のファイルタイプ(PDF、Word、Zip、ビデオなど)をアップロードする機能など、より多くのオプションを確認するには、チェックアウトしてください"
1001
+
1002
+ #: library/plugin-settings.php:1138
1003
+ msgid "Go Pro!"
1004
+ msgstr "Go Pro!"
1005
+
1006
+ #: library/plugin-settings.php:1138
1007
+ msgid "USP Pro"
1008
+ msgstr "USP Pro"
1009
+
1010
+ #: library/plugin-settings.php:1145
1011
+ msgid "Auto-Display Content"
1012
+ msgstr "コンテンツの自動表示"
1013
+
1014
+ #: library/plugin-settings.php:1150
1015
+ msgid "Images Auto-Display"
1016
+ msgstr "画像自動表示"
1017
+
1018
+ #: library/plugin-settings.php:1152
1019
+ msgid "Auto-display user-submitted images:"
1020
+ msgstr "ユーザーが投稿した画像を自動表示する:"
1021
+
1022
+ #: library/plugin-settings.php:1157
1023
+ msgid "Image Markup"
1024
+ msgstr "イメージマークアップ"
1025
+
1026
+ #: library/plugin-settings.php:1159
1027
+ msgid ""
1028
+ "Markup to use for each submitted image (when auto-display is enabled). Can "
1029
+ "use"
1030
+ msgstr "送信された各画像に使用するマークアップ(自動表示が有効な場合)使える"
1031
+
1032
+ #: library/plugin-settings.php:1161 library/plugin-settings.php:1174
1033
+ #: library/plugin-settings.php:1187
1034
+ msgid "and"
1035
+ msgstr "そして"
1036
+
1037
+ #: library/plugin-settings.php:1164
1038
+ msgid "Email Auto-Display"
1039
+ msgstr "電子メール自動表示"
1040
+
1041
+ #: library/plugin-settings.php:1166
1042
+ msgid "Auto-display user-submitted email:"
1043
+ msgstr "ユーザーが投稿したメールの自動表示:"
1044
+
1045
+ #: library/plugin-settings.php:1171
1046
+ msgid "Email Markup"
1047
+ msgstr "電子メールマークアップ"
1048
+
1049
+ #: library/plugin-settings.php:1173
1050
+ msgid ""
1051
+ "Markup to use for the submitted email address (when auto-display is enabled)."
1052
+ " Can use"
1053
+ msgstr "送信された電子メールアドレスに使用するマークアップ(自動表示が有効な場合)使える"
1054
+
1055
+ #: library/plugin-settings.php:1177
1056
+ msgid "URL Auto-Display"
1057
+ msgstr "URL自動表示"
1058
+
1059
+ #: library/plugin-settings.php:1179
1060
+ msgid "Auto-display user-submitted URL:"
1061
+ msgstr "ユーザーが提出したURLの自動表示:"
1062
+
1063
+ #: library/plugin-settings.php:1184
1064
+ msgid "URL Markup"
1065
+ msgstr "URLマークアップ"
1066
+
1067
+ #: library/plugin-settings.php:1186
1068
+ msgid ""
1069
+ "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1070
+ msgstr "送信されたURLに使用するマークアップ(自動表示が有効な場合)使える"
1071
+
1072
+ #: library/plugin-settings.php:1192 library/plugin-settings.php:1210
1073
+ msgid "Save Settings"
1074
+ msgstr "設定を保存する"
1075
+
1076
+ #: library/plugin-settings.php:1197
1077
+ msgid "Restore Defaults"
1078
+ msgstr "デフォルトに戻す"
1079
+
1080
+ #: library/plugin-settings.php:1201
1081
+ msgid "Restore default options upon plugin deactivation/reactivation."
1082
+ msgstr "プラグインの非アクティブ化/再アクティブ化時にデフォルトオプションを復元します。"
1083
+
1084
+ #: library/plugin-settings.php:1205
1085
+ msgid "Tip:"
1086
+ msgstr "先端:"
1087
+
1088
+ #: library/plugin-settings.php:1206
1089
+ msgid "leave this option unchecked to remember your settings."
1090
+ msgstr "あなたの設定を記憶するためにこのオプションをチェックしないでください。"
1091
+
1092
+ #: library/plugin-settings.php:1207
1093
+ msgid ""
1094
+ "Or, to go ahead and restore all default options, check the box, save your "
1095
+ "settings, and then deactivate/reactivate the plugin."
1096
+ msgstr ""
1097
+ "また、すべてのデフォルトオプションを復元するには、チェックボックスをオンにして設定を保存してから、プラグインを非アクティブ化または再アクティブ化します。"
1098
+
1099
+ #: library/plugin-settings.php:1215
1100
+ msgid "Shortcode &amp; Template Tag"
1101
+ msgstr "ショートコードとテンプレートタグ"
1102
+
1103
+ #: library/plugin-settings.php:1218
1104
+ msgid ""
1105
+ "To implement USP, first configure the plugin settings, then use the "
1106
+ "shortcode or template to display the form on the front-end as desired."
1107
+ msgstr ""
1108
+ "USPを実装するには、まずプラグインの設定を行い、ショートコードまたはテンプレートを使用して、必要に応じてフロントエンドにフォームを表示します。"
1109
+
1110
+ #: library/plugin-settings.php:1220
1111
+ msgid "Shortcode"
1112
+ msgstr "ショートコード"
1113
+
1114
+ #: library/plugin-settings.php:1221
1115
+ msgid "Use this shortcode to display the USP Form on any WP Post or Page:"
1116
+ msgstr "このショートコードを使用して、WP投稿またはページにUSPフォームを表示します。"
1117
+
1118
+ #: library/plugin-settings.php:1224
1119
+ msgid "Template tag"
1120
+ msgstr "テンプレートタグ"
1121
+
1122
+ #: library/plugin-settings.php:1225
1123
+ msgid ""
1124
+ "Use this template tag to display the USP Form anywhere in your theme "
1125
+ "template:"
1126
+ msgstr "このテンプレートタグを使用して、テーマテンプレートの任意の場所にUSPフォームを表示します。"
1127
+
1128
+ #: library/plugin-settings.php:1231
1129
+ msgid "Show Support"
1130
+ msgstr "サポートを表示"
1131
+
1132
+ #: library/plugin-settings.php:1243
1133
+ msgid "by"
1134
+ msgstr "〜によって"
1135
+
1136
+ #: library/plugin-settings.php:1244
1137
+ msgid "Jeff Starr on Twitter"
1138
+ msgstr "Jeff Starr on Twitter"
1139
+
1140
+ #: library/plugin-settings.php:1245
1141
+ msgid "Obsessive Web Design &amp; Development"
1142
+ msgstr "執拗なWebデザインと開発"
1143
+
1144
+ #: library/plugin-settings.php:1256
1145
+ msgid "Save Preference"
1146
+ msgstr "設定を保存"
1147
+
1148
+ #: library/plugin-settings.php:1263
1149
+ msgid ""
1150
+ "Are you sure you want to restore all default options? (this action cannot be "
1151
+ "undone)"
1152
+ msgstr "すべてのデフォルトオプションを復元してもよろしいですか? (この操作は元に戻すことはできません)"
1153
+
1154
+ #: library/template-tags.php:214
1155
+ msgid "View full post"
1156
+ msgstr "完全な投稿を表示"
1157
+
1158
+ #. Description of the plugin
1159
+ msgid ""
1160
+ "Enables your visitors to submit posts and images from anywhere on your site."
1161
+ msgstr "訪問者があなたのサイトのどこからでも投稿と画像を投稿できるようにします。"
1162
+
1163
+ #. URI of the plugin
1164
+ msgid "https://perishablepress.com/user-submitted-posts/"
1165
+ msgstr "https://perishablepress.com/user-submitted-posts/"
1166
+
1167
+ #. Author of the plugin
1168
+ msgid "Jeff Starr"
1169
+ msgstr "ジェフスター"
1170
+
1171
+ #. Author URI of the plugin
1172
+ msgid "https://plugin-planet.com/"
1173
+ msgstr "https://plugin-planet.com/"
languages/usp-ko_KR.mo ADDED
Binary file
languages/usp-ko_KR.po ADDED
@@ -0,0 +1,1171 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: Loco - https://localise.biz/\n"
7
+ "Project-Id-Version: USP\n"
8
+ "Language: ko-KR\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2017-08-03 19:39+0000\n"
11
+ "PO-Revision-Date: 2017-08-03 19:40+0000\n"
12
+ "Last-Translator: Jeff Starr <help@monzillamedia.com>\n"
13
+ "Language-Team: Korean\n"
14
+ "Plural-Forms: nplurals=1; plural=0"
15
+
16
+ #. Name of the plugin
17
+ #: user-submitted-posts.php:43
18
+ msgid "User Submitted Posts"
19
+ msgstr "사용자 제출 게시물"
20
+
21
+ #: user-submitted-posts.php:75
22
+ msgid "requires WordPress "
23
+ msgstr "WordPress가 필요합니다."
24
+
25
+ #: user-submitted-posts.php:76
26
+ msgid " or higher, and has been deactivated! "
27
+ msgstr " 이상이고 비활성화되었습니다!"
28
+
29
+ #: user-submitted-posts.php:77
30
+ msgid "Please return to the"
31
+ msgstr "다시 돌아 오십시오."
32
+
33
+ #: user-submitted-posts.php:78
34
+ msgid "WordPress Admin Area"
35
+ msgstr "WordPress 관리 영역"
36
+
37
+ #: user-submitted-posts.php:79
38
+ msgid "to upgrade WordPress and try again."
39
+ msgstr "WordPress를 업그레이드하고 다시 시도하십시오."
40
+
41
+ #: user-submitted-posts.php:121
42
+ msgid "User Submitted Post"
43
+ msgstr "사용자 제출 게시물"
44
+
45
+ #: user-submitted-posts.php:384
46
+ msgid "User Submitted Post Info"
47
+ msgstr "사용자가 제출 한 게시물 정보"
48
+
49
+ #: user-submitted-posts.php:414
50
+ msgid "Submitter Name: "
51
+ msgstr "제출자 이름 :"
52
+
53
+ #: user-submitted-posts.php:415
54
+ msgid "Submitter Email: "
55
+ msgstr "제출자 이메일 :"
56
+
57
+ #: user-submitted-posts.php:416
58
+ msgid "Submitter URL: "
59
+ msgstr "제출자 URL :"
60
+
61
+ #: user-submitted-posts.php:417
62
+ msgid "Submitter IP: "
63
+ msgstr "제출자 IP :"
64
+
65
+ #: user-submitted-posts.php:468
66
+ msgid "Show USP Posts"
67
+ msgstr "USP 게시물보기"
68
+
69
+ #: user-submitted-posts.php:469
70
+ msgid "USP"
71
+ msgstr "USP"
72
+
73
+ #: user-submitted-posts.php:1103
74
+ msgid " files required"
75
+ msgstr " 필요한 파일"
76
+
77
+ #: user-submitted-posts.php:1104
78
+ msgid " file required"
79
+ msgstr " 필요한 파일"
80
+
81
+ #: user-submitted-posts.php:1106
82
+ msgid " files"
83
+ msgstr " 파일들"
84
+
85
+ #: user-submitted-posts.php:1107
86
+ msgid " file"
87
+ msgstr " 파일"
88
+
89
+ #: user-submitted-posts.php:1109 user-submitted-posts.php:1110
90
+ #: user-submitted-posts.php:1111 user-submitted-posts.php:1112
91
+ msgid " pixels"
92
+ msgstr " 픽셀"
93
+
94
+ #: user-submitted-posts.php:1115
95
+ msgid "An error occurred. Please go back and try again."
96
+ msgstr "에러 발생됨. 돌아가서 다시 시도하십시오."
97
+
98
+ #: user-submitted-posts.php:1125
99
+ msgid "User login required"
100
+ msgstr "사용자 로그인 필요"
101
+
102
+ #: user-submitted-posts.php:1126
103
+ msgid "User name required"
104
+ msgstr "사용자 이름 필요"
105
+
106
+ #: user-submitted-posts.php:1127
107
+ msgid "Post title required"
108
+ msgstr "게시물 제목이 필요합니다."
109
+
110
+ #: user-submitted-posts.php:1128
111
+ msgid "User URL required"
112
+ msgstr "사용자 URL 필요"
113
+
114
+ #: user-submitted-posts.php:1129
115
+ msgid "Post tags required"
116
+ msgstr "게시물 태그 필요"
117
+
118
+ #: user-submitted-posts.php:1130
119
+ msgid "Post category required"
120
+ msgstr "게시물 카테고리 필요"
121
+
122
+ #: user-submitted-posts.php:1131
123
+ msgid "Post content required"
124
+ msgstr "게시물 내용 필수"
125
+
126
+ #: user-submitted-posts.php:1132 user-submitted-posts.php:1133
127
+ msgid "Correct captcha required"
128
+ msgstr "올바른 보안 문자 필요"
129
+
130
+ #: user-submitted-posts.php:1134
131
+ msgid "User email required"
132
+ msgstr "사용자 이메일이 필요합니다."
133
+
134
+ #: user-submitted-posts.php:1135
135
+ msgid "Please check your email and try again"
136
+ msgstr "이메일을 확인하고 다시 시도하십시오."
137
+
138
+ #: user-submitted-posts.php:1136
139
+ msgid "Non-empty value for hidden field"
140
+ msgstr "숨겨진 필드의 비어 있지 않은 값"
141
+
142
+ #: user-submitted-posts.php:1137
143
+ msgid "Minimum number of images not met"
144
+ msgstr "충족되지 않는 이미지의 최소 매수"
145
+
146
+ #: user-submitted-posts.php:1138
147
+ msgid "Maximum number of images exceeded "
148
+ msgstr "최대 이미지 수 초과"
149
+
150
+ #: user-submitted-posts.php:1139
151
+ msgid "Minimum image width not met"
152
+ msgstr "최소 이미지 너비가 맞지 않습니다."
153
+
154
+ #: user-submitted-posts.php:1140
155
+ msgid "Image width exceeds maximum"
156
+ msgstr "이미지 너비가 최대 값을 초과합니다."
157
+
158
+ #: user-submitted-posts.php:1141
159
+ msgid "Minimum image height not met"
160
+ msgstr "최소 이미지 높이가 맞지 않습니다."
161
+
162
+ #: user-submitted-posts.php:1142
163
+ msgid "Image height exceeds maximum"
164
+ msgstr "이미지 높이가 최대 값을 초과합니다."
165
+
166
+ #: user-submitted-posts.php:1143
167
+ msgid "File type not allowed (please upload images only)"
168
+ msgstr "파일 형식을 사용할 수 없습니다 (이미지 만 업로드하십시오)."
169
+
170
+ #: user-submitted-posts.php:1147
171
+ msgid "Error uploading file. Please check the file size and try again."
172
+ msgstr "파일을 업로드하는 중 오류가 발생했습니다. 파일 크기를 확인한 후 다시 시도하십시오."
173
+
174
+ #: user-submitted-posts.php:1151
175
+ msgid "The file(s) could not be uploaded"
176
+ msgstr "파일을 업로드 할 수 없습니다."
177
+
178
+ #: user-submitted-posts.php:1153
179
+ msgid "Post not created. Please contact the site administrator for help."
180
+ msgstr "게시물이 생성되지 않았습니다. 도움을 받으려면 사이트 관리자에게 문의하십시오."
181
+
182
+ #: user-submitted-posts.php:1154
183
+ msgid "Duplicate post title. Please try again."
184
+ msgstr "게시물 제목이 중복되었습니다. 다시 시도하십시오."
185
+
186
+ #: user-submitted-posts.php:1164
187
+ msgid "Error: "
188
+ msgstr "오류:"
189
+
190
+ #: user-submitted-posts.php:1190
191
+ msgid "Return to form"
192
+ msgstr "양식으로 돌아 가기"
193
+
194
+ #: user-submitted-posts.php:1218 library/plugin-settings.php:658
195
+ msgid "Please"
196
+ msgstr "부디"
197
+
198
+ #: user-submitted-posts.php:1219
199
+ msgid "log in"
200
+ msgstr "로그인"
201
+
202
+ #: user-submitted-posts.php:1220
203
+ msgid "to submit content!"
204
+ msgstr "콘텐츠를 제출하십시오!"
205
+
206
+ #: views/submission-form.php:45 views/submission-form-alt.php:54
207
+ msgid "Please complete the required fields."
208
+ msgstr "필수 입력란을 작성하십시오."
209
+
210
+ #: views/submission-form.php:55 views/submission-form.php:56
211
+ #: views/submission-form-alt.php:60 views/submission-form-alt.php:61
212
+ msgid "Your Name"
213
+ msgstr "귀하의 성함"
214
+
215
+ #: views/submission-form.php:61 views/submission-form.php:62
216
+ #: views/submission-form-alt.php:66 views/submission-form-alt.php:67
217
+ msgid "Your URL"
218
+ msgstr "귀하의 URL"
219
+
220
+ #: views/submission-form.php:67 views/submission-form.php:68
221
+ #: views/submission-form-alt.php:72 views/submission-form-alt.php:73
222
+ msgid "Your Email"
223
+ msgstr "귀하의 이메일"
224
+
225
+ #: views/submission-form.php:73 views/submission-form.php:74
226
+ #: views/submission-form-alt.php:78 views/submission-form-alt.php:79
227
+ #: library/plugin-settings.php:747
228
+ msgid "Post Title"
229
+ msgstr "게시물 제목"
230
+
231
+ #: views/submission-form.php:79 views/submission-form.php:80
232
+ #: views/submission-form-alt.php:84 views/submission-form-alt.php:85
233
+ #: library/plugin-settings.php:757
234
+ msgid "Post Tags"
235
+ msgstr "게시물 태그"
236
+
237
+ #: views/submission-form.php:86 views/submission-form-alt.php:91
238
+ msgid "Antispam Question"
239
+ msgstr "스팸 방지 질문"
240
+
241
+ #: views/submission-form.php:91 views/submission-form-alt.php:96
242
+ #: library/plugin-settings.php:767
243
+ msgid "Post Category"
244
+ msgstr "게시물 카테고리"
245
+
246
+ #: views/submission-form.php:93 views/submission-form-alt.php:98
247
+ msgid "Please select a category.."
248
+ msgstr "카테고리를 선택하십시오 .."
249
+
250
+ #: views/submission-form.php:128 views/submission-form.php:129
251
+ #: views/submission-form-alt.php:133 views/submission-form-alt.php:134
252
+ #: library/plugin-settings.php:777
253
+ msgid "Post Content"
254
+ msgstr "게시물 내용"
255
+
256
+ #: views/submission-form.php:135 views/submission-form-alt.php:140
257
+ msgid "Verification"
258
+ msgstr "확인"
259
+
260
+ #: views/submission-form.php:142 views/submission-form-alt.php:147
261
+ msgid "Upload an Image"
262
+ msgstr "이미지 업로드"
263
+
264
+ #: views/submission-form.php:151 views/submission-form-alt.php:156
265
+ msgid "Add another image"
266
+ msgstr "다른 이미지 추가"
267
+
268
+ #: views/submission-form.php:173 views/submission-form-alt.php:178
269
+ msgid "Human verification: leave this field empty."
270
+ msgstr "사람 확인 :이 입력란을 비워 둡니다."
271
+
272
+ #: views/submission-form.php:195 views/submission-form-alt.php:200
273
+ msgid "Submit Post"
274
+ msgstr "게시물 제출"
275
+
276
+ #: library/plugin-settings.php:32
277
+ msgid "Get USP Pro for unlimited forms!"
278
+ msgstr "무제한 형태의 USP Pro를 만나십시오!"
279
+
280
+ #: library/plugin-settings.php:33
281
+ msgid "Go Pro"
282
+ msgstr "프로로 이동"
283
+
284
+ #: library/plugin-settings.php:37
285
+ msgid "Settings"
286
+ msgstr "설정"
287
+
288
+ #: library/plugin-settings.php:55
289
+ msgid "Give USP a 5-star rating at WordPress.org"
290
+ msgstr "USP에게 WordPress.org에서 5 성급 등급 부여"
291
+
292
+ #: library/plugin-settings.php:56
293
+ msgid "Rate this plugin&nbsp;&raquo;"
294
+ msgstr "이 플러그인 평가하기&nbsp;&raquo;"
295
+
296
+ #: library/plugin-settings.php:115
297
+ msgid "WP Post (recommended)"
298
+ msgstr "WP 포스트 (권장)"
299
+
300
+ #: library/plugin-settings.php:119
301
+ msgid "WP Page"
302
+ msgstr "WP 페이지"
303
+
304
+ #: library/plugin-settings.php:135
305
+ msgid "HTML5 Form + Default CSS"
306
+ msgstr "HTML5 양식 + 기본 CSS"
307
+
308
+ #: library/plugin-settings.php:135
309
+ msgid "(Recommended)"
310
+ msgstr "(권장)"
311
+
312
+ #: library/plugin-settings.php:139
313
+ msgid "HTML5 Form + Disable CSS"
314
+ msgstr "HTML5 양식 + CSS 사용 안함"
315
+
316
+ #: library/plugin-settings.php:139
317
+ msgid "(Provide your own styles)"
318
+ msgstr "(당신 만의 스타일을 제공하십시오)"
319
+
320
+ #: library/plugin-settings.php:143
321
+ msgid "Custom Form + Custom CSS"
322
+ msgstr "사용자 정의 양식 + 사용자 정의 CSS"
323
+
324
+ #: library/plugin-settings.php:143
325
+ msgid "(Provide your own form template &amp; styles)"
326
+ msgstr "(자신의 양식 서식 파일 및 스타일 제공)"
327
+
328
+ #: library/plugin-settings.php:159 library/plugin-settings.php:183
329
+ #: library/plugin-settings.php:206
330
+ msgid "Auto-display before post content"
331
+ msgstr "게시물 내용을보기 전에 자동 표시"
332
+
333
+ #: library/plugin-settings.php:163 library/plugin-settings.php:187
334
+ #: library/plugin-settings.php:210
335
+ msgid "Auto-display after post content"
336
+ msgstr "게시물 내용 이후 자동 표시"
337
+
338
+ #: library/plugin-settings.php:167
339
+ msgid "Do not auto-display submitted images"
340
+ msgstr "제출 된 이미지 자동 표시 안 함"
341
+
342
+ #: library/plugin-settings.php:191
343
+ msgid "Do not auto-display submitted email"
344
+ msgstr "제출 된 이메일을 자동 표시하지 않습니다."
345
+
346
+ #: library/plugin-settings.php:214
347
+ msgid "Do not auto-display submitted URL"
348
+ msgstr "제출 된 URL 자동 표시 안 함"
349
+
350
+ #: library/plugin-settings.php:367
351
+ msgid ""
352
+ "There was an error. Please ensure that you have added a title, some content, "
353
+ "and that you have uploaded only images."
354
+ msgstr "오류가있었습니다. 제목과 일부 콘텐츠를 추가했는지, 그리고 이미지 만 업로드했는지 확인하십시오."
355
+
356
+ #: library/plugin-settings.php:381
357
+ msgid "Please select your image(s) to upload."
358
+ msgstr "업로드 할 이미지를 선택하십시오."
359
+
360
+ #: library/plugin-settings.php:387
361
+ msgid "Success! Thank you for your submission."
362
+ msgstr "성공! 제출해 주셔서 감사합니다."
363
+
364
+ #: library/plugin-settings.php:413
365
+ msgid "Email"
366
+ msgstr "이메일"
367
+
368
+ #: library/plugin-settings.php:414
369
+ msgid "URL"
370
+ msgstr "URL"
371
+
372
+ #: library/plugin-settings.php:645
373
+ msgid "Toggle all panels"
374
+ msgstr "모든 패널 토글"
375
+
376
+ #: library/plugin-settings.php:654
377
+ msgid "We need your support!"
378
+ msgstr "우리는 당신의 지원이 필요합니다!"
379
+
380
+ #: library/plugin-settings.php:658
381
+ msgid "Make a donation via PayPal"
382
+ msgstr "PayPal을 통해 기부하기"
383
+
384
+ #: library/plugin-settings.php:658
385
+ msgid "make a donation"
386
+ msgstr "기부를하다"
387
+
388
+ #: library/plugin-settings.php:658
389
+ msgid "and/or"
390
+ msgstr "및 / 또는"
391
+
392
+ #: library/plugin-settings.php:659
393
+ msgid "Rate and review at the Plugin Directory"
394
+ msgstr "플러그인 디렉토리에서 평가 및 리뷰"
395
+
396
+ #: library/plugin-settings.php:660
397
+ msgid "give this plugin a 5-star rating"
398
+ msgstr "이 플러그인에 별 5 개 등급 부여"
399
+
400
+ #: library/plugin-settings.php:664
401
+ msgid ""
402
+ "Your generous support enables continued development of this free plugin. "
403
+ "Thank you!"
404
+ msgstr "관대 한 지원으로이 무료 플러그인을 계속 개발할 수 있습니다. 고맙습니다!"
405
+
406
+ #: library/plugin-settings.php:669
407
+ msgid "Check this box if you have shown support"
408
+ msgstr "지원을 표시 한 경우이 상자를 선택하십시오."
409
+
410
+ #: library/plugin-settings.php:678
411
+ msgid "Overview"
412
+ msgstr "개요"
413
+
414
+ #: library/plugin-settings.php:682
415
+ msgid ""
416
+ "enables your visitors to submit posts and upload images from the front-end "
417
+ "of your site. "
418
+ msgstr "방문자가 사이트를 게시하고 프런트 엔드에서 이미지를 업로드 할 수 있습니다."
419
+
420
+ #: library/plugin-settings.php:683
421
+ msgid "For advanced functionality and unlimited forms, check out"
422
+ msgstr "고급 기능 및 무제한 양식은 체크 아웃하십시오."
423
+
424
+ #: library/plugin-settings.php:684
425
+ msgid "&mdash; the ultimate solution for user-generated content."
426
+ msgstr "- 사용자 생성 컨텐츠를위한 최고의 솔루션입니다."
427
+
428
+ #: library/plugin-settings.php:688 library/plugin-settings.php:706
429
+ msgid "Plugin Settings"
430
+ msgstr "플러그인 설정"
431
+
432
+ #: library/plugin-settings.php:689
433
+ msgid "Display the form"
434
+ msgstr "양식 표시"
435
+
436
+ #: library/plugin-settings.php:690 library/plugin-settings.php:1243
437
+ msgid "Plugin Homepage"
438
+ msgstr "플러그인 홈페이지"
439
+
440
+ #: library/plugin-settings.php:693
441
+ msgid "If you like this plugin, please"
442
+ msgstr "이 플러그인이 마음에 들면"
443
+
444
+ #: library/plugin-settings.php:694
445
+ msgid "THANK YOU for your support!"
446
+ msgstr "귀하의 도움에 감사드립니다!"
447
+
448
+ #: library/plugin-settings.php:694
449
+ msgid "give it a 5-star rating"
450
+ msgstr "그것에게 5 성급 평가를 주자."
451
+
452
+ #: library/plugin-settings.php:698
453
+ msgid "Unlimited front-end forms"
454
+ msgstr "무제한 프런트 엔드 양식"
455
+
456
+ #: library/plugin-settings.php:698
457
+ msgid "Get USP Pro"
458
+ msgstr "USP Pro 받기"
459
+
460
+ #: library/plugin-settings.php:710
461
+ msgid "Configure your settings for User Submitted Posts."
462
+ msgstr "사용자가 제출 한 게시물에 대한 설정을 구성하십시오."
463
+
464
+ #: library/plugin-settings.php:712
465
+ msgid "Form Fields"
466
+ msgstr "양식 필드"
467
+
468
+ #: library/plugin-settings.php:717
469
+ msgid "User Name"
470
+ msgstr "사용자 이름"
471
+
472
+ #: library/plugin-settings.php:720 library/plugin-settings.php:730
473
+ #: library/plugin-settings.php:740 library/plugin-settings.php:750
474
+ #: library/plugin-settings.php:760 library/plugin-settings.php:770
475
+ #: library/plugin-settings.php:780 library/plugin-settings.php:790
476
+ #: library/plugin-settings.php:800
477
+ msgid "Display and require"
478
+ msgstr "표시 및 필요"
479
+
480
+ #: library/plugin-settings.php:721 library/plugin-settings.php:731
481
+ #: library/plugin-settings.php:741 library/plugin-settings.php:751
482
+ #: library/plugin-settings.php:761 library/plugin-settings.php:771
483
+ #: library/plugin-settings.php:781
484
+ msgid "Display but do not require"
485
+ msgstr "표시는 필요하지 않지만"
486
+
487
+ #: library/plugin-settings.php:722 library/plugin-settings.php:732
488
+ #: library/plugin-settings.php:742 library/plugin-settings.php:752
489
+ #: library/plugin-settings.php:762 library/plugin-settings.php:772
490
+ #: library/plugin-settings.php:782 library/plugin-settings.php:791
491
+ #: library/plugin-settings.php:801
492
+ msgid "Disable this field"
493
+ msgstr "이 필드를 비활성화하십시오."
494
+
495
+ #: library/plugin-settings.php:727
496
+ msgid "User Email"
497
+ msgstr "사용자 이메일"
498
+
499
+ #: library/plugin-settings.php:737
500
+ msgid "User URL"
501
+ msgstr "사용자 URL"
502
+
503
+ #: library/plugin-settings.php:787 library/plugin-settings.php:793
504
+ #: library/plugin-settings.php:999 library/plugin-settings.php:1004
505
+ msgid "Challenge Question"
506
+ msgstr "도전 질문"
507
+
508
+ #: library/plugin-settings.php:793 library/plugin-settings.php:803
509
+ #: library/plugin-settings.php:813
510
+ msgid "(Visit"
511
+ msgstr "(방문"
512
+
513
+ #: library/plugin-settings.php:793 library/plugin-settings.php:803
514
+ #: library/plugin-settings.php:813
515
+ msgid "to configure options)"
516
+ msgstr "옵션 구성 방법)"
517
+
518
+ #: library/plugin-settings.php:797 library/plugin-settings.php:803
519
+ #: library/plugin-settings.php:1021
520
+ msgid "Google reCAPTCHA"
521
+ msgstr "Google reCAPTCHA"
522
+
523
+ #: library/plugin-settings.php:807
524
+ msgid "Post Images"
525
+ msgstr "이미지 게시"
526
+
527
+ #: library/plugin-settings.php:810
528
+ msgid "Display"
529
+ msgstr "디스플레이"
530
+
531
+ #: library/plugin-settings.php:811
532
+ msgid "Disable"
533
+ msgstr "사용 안함"
534
+
535
+ #: library/plugin-settings.php:813 library/plugin-settings.php:1080
536
+ msgid "Image Uploads"
537
+ msgstr "이미지 업로드"
538
+
539
+ #: library/plugin-settings.php:819
540
+ msgid "General Settings"
541
+ msgstr "일반 설정"
542
+
543
+ #: library/plugin-settings.php:824
544
+ msgid "Form Style"
545
+ msgstr "양식 스타일"
546
+
547
+ #: library/plugin-settings.php:829
548
+ msgid "With this option, you can copy the plugin&rsquo;s default templates:"
549
+ msgstr "이 옵션을 사용하면 플러그인의 기본 템플릿을 복사 할 수 있습니다."
550
+
551
+ #: library/plugin-settings.php:834
552
+ msgid "..and upload them into a directory named"
553
+ msgstr ".. 디렉토리에 업로드"
554
+
555
+ #: library/plugin-settings.php:834
556
+ msgid "in your theme:"
557
+ msgstr "귀하의 주제 :"
558
+
559
+ #: library/plugin-settings.php:840
560
+ msgid ""
561
+ "That will enable you to customize the form and styles as desired. For more "
562
+ "info, check out the \"Custom Submission Form\" section in the"
563
+ msgstr "그러면 원하는대로 양식과 스타일을 사용자 정의 할 수 있습니다. 자세한 내용은의 맞춤 제출 양식 섹션을 확인하십시오."
564
+
565
+ #: library/plugin-settings.php:841
566
+ msgid "Installation Docs"
567
+ msgstr "설치 문서"
568
+
569
+ #: library/plugin-settings.php:842
570
+ msgid "FYI: here is a"
571
+ msgstr "참고하시기 바랍니다."
572
+
573
+ #: library/plugin-settings.php:842
574
+ msgid "list of USP CSS selectors"
575
+ msgstr "USP CSS 선택자 목록"
576
+
577
+ #: library/plugin-settings.php:848
578
+ msgid "Include JavaScript"
579
+ msgstr "자바 스크립트 포함"
580
+
581
+ #: library/plugin-settings.php:850
582
+ msgid ""
583
+ "Check this box if you want to include the external JavaScript files "
584
+ "(recommended)."
585
+ msgstr "외부 JavaScript 파일을 포함 시키려면이 상자를 선택하십시오 (권장)."
586
+
587
+ #: library/plugin-settings.php:853
588
+ msgid "Targeted Loading"
589
+ msgstr "타겟 로딩"
590
+
591
+ #: library/plugin-settings.php:855
592
+ msgid ""
593
+ "By default, external CSS &amp; JavaScript files are loaded on every page. "
594
+ "Here you may specify the URL of the USP form to load resources only on that "
595
+ "page. Note: leave blank to load on all pages."
596
+ msgstr ""
597
+ "기본적으로 외부 CSS 및 JavaScript 파일은 모든 페이지에로드됩니다. 여기서 USP 양식의 URL을 지정하여 해당 페이지에서만 "
598
+ "자원을로드 할 수 있습니다. 참고 : 모든 페이지에로드하려면 비워 두십시오."
599
+
600
+ #: library/plugin-settings.php:858
601
+ msgid "Post Type"
602
+ msgstr "우편 유형"
603
+
604
+ #: library/plugin-settings.php:861
605
+ msgid "Submit posts as WP Posts or Pages"
606
+ msgstr "WP 포스트 또는 페이지로 게시물 제출"
607
+
608
+ #: library/plugin-settings.php:865
609
+ msgid "Auto Publish"
610
+ msgstr "자동 게시"
611
+
612
+ #: library/plugin-settings.php:868
613
+ msgid "Always moderate via Draft"
614
+ msgstr "임시 보관을 통해 항상 검토"
615
+
616
+ #: library/plugin-settings.php:869
617
+ msgid "Always moderate via Pending"
618
+ msgstr "대기 중을 통해 항상 검토"
619
+
620
+ #: library/plugin-settings.php:870
621
+ msgid "Always publish immediately"
622
+ msgstr "즉시 게시하십시오."
623
+
624
+ #: library/plugin-settings.php:875
625
+ msgid ""
626
+ "Post Status for submitted posts: moderate (recommended), publish immediately,"
627
+ " or publish after any number of approved posts."
628
+ msgstr "제출 된 게시물의 상태 게시 : 보통 (권장), 즉시 게시 또는 승인 된 게시물 개수에 상관없이 게시합니다."
629
+
630
+ #: library/plugin-settings.php:879
631
+ msgid "Redirect URL"
632
+ msgstr "리디렉션 URL"
633
+
634
+ #: library/plugin-settings.php:881
635
+ msgid ""
636
+ "Specify a URL to redirect the user after post-submission. Leave blank to "
637
+ "redirect back to current page."
638
+ msgstr "제출 후 사용자를 리디렉션 할 URL을 지정하십시오. 비워두면 현재 페이지로 리디렉션됩니다."
639
+
640
+ #: library/plugin-settings.php:884
641
+ msgid "Success Message"
642
+ msgstr "성공 메시지"
643
+
644
+ #: library/plugin-settings.php:886
645
+ msgid ""
646
+ "Success message that is displayed if post-submission is successful. Basic "
647
+ "markup is allowed."
648
+ msgstr "제출 후 성공하면 표시되는 성공 메시지입니다. 기본 마크 업은 허용됩니다."
649
+
650
+ #: library/plugin-settings.php:889
651
+ msgid "Error Message"
652
+ msgstr "에러 메시지"
653
+
654
+ #: library/plugin-settings.php:891
655
+ msgid ""
656
+ "General error message that is displayed if post-submission fails. Basic "
657
+ "markup is allowed."
658
+ msgstr "제출 후 실패 할 경우 표시되는 일반 오류 메시지입니다. 기본 마크 업은 허용됩니다."
659
+
660
+ #: library/plugin-settings.php:894
661
+ msgid "Custom Content"
662
+ msgstr "맞춤 콘텐츠"
663
+
664
+ #: library/plugin-settings.php:896
665
+ msgid ""
666
+ "Custom text/markup to be included before the submission form. Leave blank to "
667
+ "disable."
668
+ msgstr "사용자 정의 텍스트 / 마크 업은 제출 양식 앞에 포함됩니다. 비워두면 사용 중지됩니다."
669
+
670
+ #: library/plugin-settings.php:899
671
+ msgid "Rich Text Editor"
672
+ msgstr "서식있는 텍스트 편집기"
673
+
674
+ #: library/plugin-settings.php:901
675
+ msgid ""
676
+ "Check this box if you want to enable WP rich text editing for submitted "
677
+ "posts."
678
+ msgstr "제출 된 게시물에 대해 WP 리치 텍스트 편집을 사용하려면이 상자를 선택하십시오."
679
+
680
+ #: library/plugin-settings.php:904
681
+ msgid "Unique Titles"
682
+ msgstr "고유 한 타이틀"
683
+
684
+ #: library/plugin-settings.php:906
685
+ msgid ""
686
+ "Require submitted post titles to be unique (useful for preventing "
687
+ "multiple/duplicate submitted posts)."
688
+ msgstr "제출 된 게시물 제목이 고유해야합니다 (여러 / 제출 된 게시물을 방지하는 데 유용합니다)."
689
+
690
+ #: library/plugin-settings.php:909
691
+ msgid "Disable Required"
692
+ msgstr "사용 안함 필요"
693
+
694
+ #: library/plugin-settings.php:911
695
+ msgid ""
696
+ "Disable all required attributes on default form fields (useful for "
697
+ "troubleshooting error messages)."
698
+ msgstr "기본 양식 필드에서 필요한 모든 속성을 비활성화합니다 (오류 메시지 문제 해결에 유용함)."
699
+
700
+ #: library/plugin-settings.php:914
701
+ msgid "Disable IP Tracking"
702
+ msgstr "IP 추적 사용 중지"
703
+
704
+ #: library/plugin-settings.php:916
705
+ msgid ""
706
+ "By default USP records the IP address with each submitted post. Check this "
707
+ "box to disable all IP tracking."
708
+ msgstr "기본적으로 USP는 제출 된 각 게시물에 IP 주소를 기록합니다. 모든 IP 추적을 사용하지 않으려면이 상자를 선택하십시오."
709
+
710
+ #: library/plugin-settings.php:919
711
+ msgid "Enable Shortcodes"
712
+ msgstr "단축키 사용"
713
+
714
+ #: library/plugin-settings.php:921
715
+ msgid ""
716
+ "Enable shortcodes in widgets. By default, WordPress does not enable "
717
+ "shortcodes in widgets. "
718
+ msgstr "위젯에서 단축 코드를 활성화하십시오. 기본적으로 WordPress는 위젯에서 단축 코드를 활성화하지 않습니다."
719
+
720
+ #: library/plugin-settings.php:922
721
+ msgid ""
722
+ "This setting enables any/all shortcodes in widgets (even shortcodes from "
723
+ "other plugins)."
724
+ msgstr "이 설정은 위젯에서 모든 / 모든 단축 코드를 활성화합니다 (다른 플러그인의 단축 코드도 가능)."
725
+
726
+ #: library/plugin-settings.php:927 library/plugin-settings.php:932
727
+ msgid "Categories"
728
+ msgstr "카테고리"
729
+
730
+ #: library/plugin-settings.php:935
731
+ msgid ""
732
+ "Select which categories may be assigned to submitted posts (click to toggle)"
733
+ msgstr "제출 된 게시물에 할당 할 수있는 카테고리 선택 (클릭하여 전환)"
734
+
735
+ #: library/plugin-settings.php:952
736
+ msgid "Hidden/Default Category"
737
+ msgstr "숨김 / 기본 범주"
738
+
739
+ #: library/plugin-settings.php:954
740
+ msgid ""
741
+ "Use a hidden field for the post category. This may be used to specify a "
742
+ "default category when the category field is disabled."
743
+ msgstr "게시물 카테고리에 숨겨진 필드를 사용하십시오. 범주 필드가 사용되지 않을 때 기본 범주를 지정하는 데 사용할 수 있습니다."
744
+
745
+ #: library/plugin-settings.php:957
746
+ msgid "Category ID for Hidden Field"
747
+ msgstr "숨겨진 필드의 카테고리 ID"
748
+
749
+ #: library/plugin-settings.php:959
750
+ msgid ""
751
+ "Specify the ID of the category to use for the &ldquo;Hidden/Default "
752
+ "Category&rdquo; option."
753
+ msgstr "\"숨겨진 / 기본 범주\"옵션에 사용할 범주의 ID를 지정하십시오."
754
+
755
+ #: library/plugin-settings.php:964
756
+ msgid "Users"
757
+ msgstr "사용자"
758
+
759
+ #: library/plugin-settings.php:969
760
+ msgid "Assigned Author"
761
+ msgstr "배정 된 저자"
762
+
763
+ #: library/plugin-settings.php:978
764
+ msgid ""
765
+ "Specify the user that should be assigned as author for user-submitted posts."
766
+ msgstr "사용자 제출 게시물의 작성자로 지정해야하는 사용자를 지정하십시오."
767
+
768
+ #: library/plugin-settings.php:982
769
+ msgid "Registered Username"
770
+ msgstr "등록 된 사용자 이름"
771
+
772
+ #: library/plugin-settings.php:984
773
+ msgid ""
774
+ "Use registered username as post author. Valid when the person submitting the "
775
+ "form is logged in to WordPress."
776
+ msgstr "게시물 작성자로 등록 된 사용자 이름을 사용하십시오. 양식을 제출하는 사람이 WordPress에 로그인 할 때 유효합니다."
777
+
778
+ #: library/plugin-settings.php:987
779
+ msgid "User Profile URL"
780
+ msgstr "사용자 프로필 URL"
781
+
782
+ #: library/plugin-settings.php:989
783
+ msgid ""
784
+ "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid "
785
+ "when the person submitting the form is logged in to WordPress."
786
+ msgstr ""
787
+ "등록 된 사용자의 프로파일 URL을 URL 필드의 값으로 사용하십시오. 양식을 제출하는 사람이 WordPress에 로그인 할 때 "
788
+ "유효합니다."
789
+
790
+ #: library/plugin-settings.php:992
791
+ msgid "Require User Login"
792
+ msgstr "사용자 로그인 필요"
793
+
794
+ #: library/plugin-settings.php:994
795
+ msgid "Require users to be logged in to WordPress to view/submit the form"
796
+ msgstr "사용자가 양식을 보거나 제출하려면 WordPress에 로그인해야합니다."
797
+
798
+ #: library/plugin-settings.php:1006
799
+ msgid ""
800
+ "To prevent spam, enter a question that users must answer before submitting "
801
+ "the form."
802
+ msgstr "스팸을 방지하려면 양식을 제출하기 전에 사용자가 대답해야하는 질문을 입력하십시오."
803
+
804
+ #: library/plugin-settings.php:1009
805
+ msgid "Challenge Response"
806
+ msgstr "챌린지 응답"
807
+
808
+ #: library/plugin-settings.php:1011
809
+ msgid "Enter the *only* correct answer to the challenge question."
810
+ msgstr "도전 질문에 대한 정답 만 입력하십시오."
811
+
812
+ #: library/plugin-settings.php:1014
813
+ msgid "Case-sensitivity"
814
+ msgstr "대소 문자 구분"
815
+
816
+ #: library/plugin-settings.php:1016
817
+ msgid "Check this box if you want the challenge response to be case-sensitive."
818
+ msgstr "챌린지 응답에서 대소 문자를 구분하려면이 상자를 선택하십시오."
819
+
820
+ #: library/plugin-settings.php:1022
821
+ msgid "To enable Google reCAPTCHA, enter your public and private keys."
822
+ msgstr "Google reCAPTCHA를 사용하려면 공개 키와 비공개 키를 입력하십시오."
823
+
824
+ #: library/plugin-settings.php:1027
825
+ msgid "Public Key"
826
+ msgstr "공개 키"
827
+
828
+ #: library/plugin-settings.php:1029
829
+ msgid "Enter your Public Key"
830
+ msgstr "공개 키 입력"
831
+
832
+ #: library/plugin-settings.php:1032
833
+ msgid "Private Key"
834
+ msgstr "비공개 키"
835
+
836
+ #: library/plugin-settings.php:1034
837
+ msgid "Enter your Private Key"
838
+ msgstr "비공개 키 입력"
839
+
840
+ #: library/plugin-settings.php:1039
841
+ msgid "Email Alerts"
842
+ msgstr "이메일 알리미"
843
+
844
+ #: library/plugin-settings.php:1044
845
+ msgid "Receive Email Alert"
846
+ msgstr "이메일 알림 수신"
847
+
848
+ #: library/plugin-settings.php:1046
849
+ msgid ""
850
+ "Check this box if you want to be notified via email for new post submissions."
851
+ msgstr "새로운 게시물 제출을 이메일로 통보 받으려면이 상자를 선택하십시오."
852
+
853
+ #: library/plugin-settings.php:1049
854
+ msgid "Enable HTML Format"
855
+ msgstr "HTML 형식 사용"
856
+
857
+ #: library/plugin-settings.php:1051
858
+ msgid "Check this box to enable HTML format for email alerts."
859
+ msgstr "전자 메일 경고에 HTML 형식을 사용하려면이 상자를 선택하십시오."
860
+
861
+ #: library/plugin-settings.php:1054
862
+ msgid "Email Address for Alerts"
863
+ msgstr "알리미를위한 이메일 주소"
864
+
865
+ #: library/plugin-settings.php:1056
866
+ msgid ""
867
+ "If you checked the box to receive email alerts, indicate here the address(es)"
868
+ " to which the emails should be sent."
869
+ msgstr "이메일 알리미를받을 수있는 상자를 선택한 경우 여기에 이메일을 보내야 할 주소를 표시하십시오."
870
+
871
+ #: library/plugin-settings.php:1057
872
+ msgid "Multiple recipients may be included using a comma, like so:"
873
+ msgstr "다음과 같이 쉼표를 사용하여 여러 수신자를 포함시킬 수 있습니다."
874
+
875
+ #: library/plugin-settings.php:1060
876
+ msgid "Email &ldquo;From&rdquo; Address"
877
+ msgstr "\"보낸 사람\"주소로 전자 메일 보내기"
878
+
879
+ #: library/plugin-settings.php:1062
880
+ msgid ""
881
+ "Here you may customize the address(es) used for the &ldquo;From&rdquo; "
882
+ "header (see plugin FAQs for info). "
883
+ msgstr "여기서 \"From\"헤더에 사용 된 주소를 사용자 정의 할 수 있습니다 (정보는 플러그인 FAQ를 참조하십시오)."
884
+
885
+ #: library/plugin-settings.php:1063
886
+ msgid ""
887
+ "If multiple addresses are specified in the previous setting, include an "
888
+ "equal number of &ldquo;From&rdquo; addresses for this setting (in the same "
889
+ "order)."
890
+ msgstr "이전 설정에서 여러 개의 주소가 지정된 경우이 설정에 동일한 수의 \"보낸 사람\"주소를 동일한 순서로 포함하십시오."
891
+
892
+ #: library/plugin-settings.php:1066
893
+ msgid "Email Alert Subject"
894
+ msgstr "이메일 알림 제목"
895
+
896
+ #: library/plugin-settings.php:1068
897
+ msgid ""
898
+ "Subject line for email alerts. Leave blank to use the default subject line. "
899
+ "Note: you can use the following variables: "
900
+ msgstr "전자 메일 알림의 제목 줄. 기본 제목을 사용하려면 비워 두십시오. 참고 : 다음 변수를 사용할 수 있습니다."
901
+
902
+ #: library/plugin-settings.php:1072
903
+ msgid "Email Alert Message"
904
+ msgstr "이메일 알리미 메시지"
905
+
906
+ #: library/plugin-settings.php:1074
907
+ msgid ""
908
+ "Message for email alerts. Leave blank to use the default message. Note: you "
909
+ "can use the following variables: "
910
+ msgstr "전자 메일 경고 메시지. 기본 메시지를 사용하려면 비워 둡니다. 참고 : 다음 변수를 사용할 수 있습니다."
911
+
912
+ #: library/plugin-settings.php:1085
913
+ msgid "Featured Image"
914
+ msgstr "주요 이미지"
915
+
916
+ #: library/plugin-settings.php:1087
917
+ msgid ""
918
+ "Set submitted images as Featured Images. Requires theme support for Featured "
919
+ "Images (aka Post Thumbnails)."
920
+ msgstr "제출 된 이미지를 추천 이미지로 설정하십시오. 추천 이미지 (일명 미리보기 이미지)에 대한 테마 지원이 필요합니다."
921
+
922
+ #: library/plugin-settings.php:1090
923
+ msgid "Upload Message"
924
+ msgstr "메시지 업로드"
925
+
926
+ #: library/plugin-settings.php:1092
927
+ msgid ""
928
+ "Message that appears next to the upload field. Useful for stating your "
929
+ "upload guidelines/policy/etc. Basic markup allowed."
930
+ msgstr "업로드 필드 옆에 표시되는 메시지입니다. 업로드 가이드 라인 / 정책 / 등을 설명 할 때 유용합니다. 기본 마크 업 허용."
931
+
932
+ #: library/plugin-settings.php:1095
933
+ msgid "&ldquo;Add another image&rdquo; link"
934
+ msgstr "\"다른 이미지 추가\"링크"
935
+
936
+ #: library/plugin-settings.php:1097
937
+ msgid ""
938
+ "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to "
939
+ "use the default markup (recommended)."
940
+ msgstr "\"다른 이미지 추가\"링크의 사용자 정의 마크 업 기본 마크 업을 사용하려면 비워 두십시오 (권장)."
941
+
942
+ #: library/plugin-settings.php:1100
943
+ msgid "Minimum number of images"
944
+ msgstr "최소 이미지 수"
945
+
946
+ #: library/plugin-settings.php:1103
947
+ msgid "Specify the minimum number of images."
948
+ msgstr "최소 이미지 수를 지정하십시오."
949
+
950
+ #: library/plugin-settings.php:1107
951
+ msgid "Maximum number of images"
952
+ msgstr "최대 이미지 수"
953
+
954
+ #: library/plugin-settings.php:1110
955
+ msgid "Specify the maximum number of images."
956
+ msgstr "최대 이미지 수를 지정하십시오."
957
+
958
+ #: library/plugin-settings.php:1114
959
+ msgid "Minimum image width"
960
+ msgstr "최소 이미지 너비"
961
+
962
+ #: library/plugin-settings.php:1116
963
+ msgid "Specify a minimum width (in pixels) for uploaded images."
964
+ msgstr "업로드 된 이미지의 최소 너비 (픽셀 단위)를 지정하십시오."
965
+
966
+ #: library/plugin-settings.php:1119
967
+ msgid "Minimum image height"
968
+ msgstr "최소 이미지 높이"
969
+
970
+ #: library/plugin-settings.php:1121
971
+ msgid "Specify a minimum height (in pixels) for uploaded images."
972
+ msgstr "업로드 된 이미지의 최소 높이 (픽셀 단위)를 지정하십시오."
973
+
974
+ #: library/plugin-settings.php:1124
975
+ msgid "Maximum image width"
976
+ msgstr "최대 이미지 너비"
977
+
978
+ #: library/plugin-settings.php:1126
979
+ msgid "Specify a maximum width (in pixels) for uploaded images."
980
+ msgstr "업로드 된 이미지의 최대 너비 (픽셀 단위)를 지정하십시오."
981
+
982
+ #: library/plugin-settings.php:1129
983
+ msgid "Maximum image height"
984
+ msgstr "최대 이미지 높이"
985
+
986
+ #: library/plugin-settings.php:1131
987
+ msgid "Specify a maximum height (in pixels) for uploaded images."
988
+ msgstr "업로드 된 이미지의 최대 높이 (픽셀 단위)를 지정하십시오."
989
+
990
+ #: library/plugin-settings.php:1134
991
+ msgid "More Options"
992
+ msgstr "기타 옵션"
993
+
994
+ #: library/plugin-settings.php:1137
995
+ msgid ""
996
+ "For more options, like the ability to upload other file types (like PDF, "
997
+ "Word, Zip, videos, and more), check out"
998
+ msgstr ""
999
+ "다른 파일 형식 (예 : PDF, Word, Zip, 비디오 등)을 업로드 할 수있는 기능과 같은 추가 옵션을 보려면 체크 아웃하십시오."
1000
+
1001
+ #: library/plugin-settings.php:1138
1002
+ msgid "Go Pro!"
1003
+ msgstr "프로 가자!"
1004
+
1005
+ #: library/plugin-settings.php:1138
1006
+ msgid "USP Pro"
1007
+ msgstr "USP Pro"
1008
+
1009
+ #: library/plugin-settings.php:1145
1010
+ msgid "Auto-Display Content"
1011
+ msgstr "콘텐츠 자동 표시"
1012
+
1013
+ #: library/plugin-settings.php:1150
1014
+ msgid "Images Auto-Display"
1015
+ msgstr "이미지 자동 표시"
1016
+
1017
+ #: library/plugin-settings.php:1152
1018
+ msgid "Auto-display user-submitted images:"
1019
+ msgstr "사용자 제출 이미지 자동 표시 :"
1020
+
1021
+ #: library/plugin-settings.php:1157
1022
+ msgid "Image Markup"
1023
+ msgstr "이미지 마크 업"
1024
+
1025
+ #: library/plugin-settings.php:1159
1026
+ msgid ""
1027
+ "Markup to use for each submitted image (when auto-display is enabled). Can "
1028
+ "use"
1029
+ msgstr "제출 된 각 이미지에 사용할 마크 업 (자동 표시가 활성화 된 경우). 사용 가능"
1030
+
1031
+ #: library/plugin-settings.php:1161 library/plugin-settings.php:1174
1032
+ #: library/plugin-settings.php:1187
1033
+ msgid "and"
1034
+ msgstr "과"
1035
+
1036
+ #: library/plugin-settings.php:1164
1037
+ msgid "Email Auto-Display"
1038
+ msgstr "이메일 자동 표시"
1039
+
1040
+ #: library/plugin-settings.php:1166
1041
+ msgid "Auto-display user-submitted email:"
1042
+ msgstr "사용자 제출 이메일 자동 표시 :"
1043
+
1044
+ #: library/plugin-settings.php:1171
1045
+ msgid "Email Markup"
1046
+ msgstr "이메일 마크 업"
1047
+
1048
+ #: library/plugin-settings.php:1173
1049
+ msgid ""
1050
+ "Markup to use for the submitted email address (when auto-display is enabled)."
1051
+ " Can use"
1052
+ msgstr "제출 된 이메일 주소에 사용할 마크 업 (자동 표시가 활성화 된 경우). 사용 가능"
1053
+
1054
+ #: library/plugin-settings.php:1177
1055
+ msgid "URL Auto-Display"
1056
+ msgstr "URL 자동 표시"
1057
+
1058
+ #: library/plugin-settings.php:1179
1059
+ msgid "Auto-display user-submitted URL:"
1060
+ msgstr "사용자 제출 URL 자동 표시 :"
1061
+
1062
+ #: library/plugin-settings.php:1184
1063
+ msgid "URL Markup"
1064
+ msgstr "URL 마크 업"
1065
+
1066
+ #: library/plugin-settings.php:1186
1067
+ msgid ""
1068
+ "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1069
+ msgstr "제출 된 URL에 사용할 마크 업 (자동 표시가 활성화 된 경우). 사용 가능"
1070
+
1071
+ #: library/plugin-settings.php:1192 library/plugin-settings.php:1210
1072
+ msgid "Save Settings"
1073
+ msgstr "설정 저장"
1074
+
1075
+ #: library/plugin-settings.php:1197
1076
+ msgid "Restore Defaults"
1077
+ msgstr "기본값으로 복원"
1078
+
1079
+ #: library/plugin-settings.php:1201
1080
+ msgid "Restore default options upon plugin deactivation/reactivation."
1081
+ msgstr "플러그인 비활성화 / 재 활성화시 기본 옵션을 복원하십시오."
1082
+
1083
+ #: library/plugin-settings.php:1205
1084
+ msgid "Tip:"
1085
+ msgstr "팁:"
1086
+
1087
+ #: library/plugin-settings.php:1206
1088
+ msgid "leave this option unchecked to remember your settings."
1089
+ msgstr "설정을 기억하려면이 옵션을 선택하지 마십시오."
1090
+
1091
+ #: library/plugin-settings.php:1207
1092
+ msgid ""
1093
+ "Or, to go ahead and restore all default options, check the box, save your "
1094
+ "settings, and then deactivate/reactivate the plugin."
1095
+ msgstr "또는 기본 옵션을 모두 복원하고 확인란을 선택하고 설정을 저장 한 다음 플러그인을 비활성화 / 다시 활성화하십시오."
1096
+
1097
+ #: library/plugin-settings.php:1215
1098
+ msgid "Shortcode &amp; Template Tag"
1099
+ msgstr "단축 코드 및 템플릿 태그"
1100
+
1101
+ #: library/plugin-settings.php:1218
1102
+ msgid ""
1103
+ "To implement USP, first configure the plugin settings, then use the "
1104
+ "shortcode or template to display the form on the front-end as desired."
1105
+ msgstr ""
1106
+ "USP를 구현하려면 먼저 플러그인 설정을 구성한 다음 단축 코드 또는 템플릿을 사용하여 원하는대로 프런트 엔드에 양식을 표시하십시오."
1107
+
1108
+ #: library/plugin-settings.php:1220
1109
+ msgid "Shortcode"
1110
+ msgstr "짧은 코드"
1111
+
1112
+ #: library/plugin-settings.php:1221
1113
+ msgid "Use this shortcode to display the USP Form on any WP Post or Page:"
1114
+ msgstr "이 단축 코드를 사용하여 WP 포스트 또는 페이지에 USP 양식을 표시하십시오 :"
1115
+
1116
+ #: library/plugin-settings.php:1224
1117
+ msgid "Template tag"
1118
+ msgstr "템플릿 태그"
1119
+
1120
+ #: library/plugin-settings.php:1225
1121
+ msgid ""
1122
+ "Use this template tag to display the USP Form anywhere in your theme "
1123
+ "template:"
1124
+ msgstr "이 템플릿 태그를 사용하여 테마 템플릿의 어느 곳에 나 USP Form을 표시하십시오."
1125
+
1126
+ #: library/plugin-settings.php:1231
1127
+ msgid "Show Support"
1128
+ msgstr "지원 표시"
1129
+
1130
+ #: library/plugin-settings.php:1243
1131
+ msgid "by"
1132
+ msgstr "으로"
1133
+
1134
+ #: library/plugin-settings.php:1244
1135
+ msgid "Jeff Starr on Twitter"
1136
+ msgstr "제프 Starr 트위터에"
1137
+
1138
+ #: library/plugin-settings.php:1245
1139
+ msgid "Obsessive Web Design &amp; Development"
1140
+ msgstr "강박적인 웹 디자인 및 개발"
1141
+
1142
+ #: library/plugin-settings.php:1256
1143
+ msgid "Save Preference"
1144
+ msgstr "환경 설정 저장"
1145
+
1146
+ #: library/plugin-settings.php:1263
1147
+ msgid ""
1148
+ "Are you sure you want to restore all default options? (this action cannot be "
1149
+ "undone)"
1150
+ msgstr "모든 기본 옵션을 복원 하시겠습니까? (이 작업은 실행 취소 할 수 없습니다)"
1151
+
1152
+ #: library/template-tags.php:214
1153
+ msgid "View full post"
1154
+ msgstr "전체 게시물보기"
1155
+
1156
+ #. Description of the plugin
1157
+ msgid ""
1158
+ "Enables your visitors to submit posts and images from anywhere on your site."
1159
+ msgstr "방문자가 사이트의 어느 곳에서나 게시물과 이미지를 제출할 수 있습니다."
1160
+
1161
+ #. URI of the plugin
1162
+ msgid "https://perishablepress.com/user-submitted-posts/"
1163
+ msgstr "https://perishablepress.com/user-submitted-posts/"
1164
+
1165
+ #. Author of the plugin
1166
+ msgid "Jeff Starr"
1167
+ msgstr "제프 스타"
1168
+
1169
+ #. Author URI of the plugin
1170
+ msgid "https://plugin-planet.com/"
1171
+ msgstr "https://plugin-planet.com/"
languages/usp-pa_IN.mo ADDED
Binary file
languages/usp-pa_IN.po ADDED
@@ -0,0 +1,1257 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: Loco - https://localise.biz/\n"
7
+ "Project-Id-Version: USP\n"
8
+ "Language: pa-IN\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2017-08-03 19:34+0000\n"
11
+ "PO-Revision-Date: 2017-08-03 19:34+0000\n"
12
+ "Last-Translator: Jeff Starr <help@monzillamedia.com>\n"
13
+ "Language-Team: Punjabi\n"
14
+ "Plural-Forms: nplurals=2; plural=n != 1"
15
+
16
+ #. Name of the plugin
17
+ #: user-submitted-posts.php:43
18
+ msgid "User Submitted Posts"
19
+ msgstr "ਯੂਜ਼ਰ ਦੁਆਰਾ ਪੋਸਟ ਕੀਤੀਆਂ ਪੋਸਟਾਂ"
20
+
21
+ #: user-submitted-posts.php:75
22
+ msgid "requires WordPress "
23
+ msgstr "ਵਰਡਪਰੈਸ ਦੀ ਲੋੜ ਹੈ"
24
+
25
+ #: user-submitted-posts.php:76
26
+ msgid " or higher, and has been deactivated! "
27
+ msgstr " ਜਾਂ ਵੱਧ, ਅਤੇ ਅਯੋਗ ਕੀਤਾ ਗਿਆ ਹੈ!"
28
+
29
+ #: user-submitted-posts.php:77
30
+ msgid "Please return to the"
31
+ msgstr "ਤੇ ਵਾਪਸ ਜਾਓ ਜੀ"
32
+
33
+ #: user-submitted-posts.php:78
34
+ msgid "WordPress Admin Area"
35
+ msgstr "ਵਰਡਪਰੈਸ ਐਡਮਿਨ ਏਰੀਆ"
36
+
37
+ #: user-submitted-posts.php:79
38
+ msgid "to upgrade WordPress and try again."
39
+ msgstr "ਵਰਡਪਰੈਸ ਨੂੰ ਅਪਗ੍ਰੇਡ ਅਤੇ ਫਿਰ ਕੋਸ਼ਿਸ਼ ਕਰੋ."
40
+
41
+ #: user-submitted-posts.php:121
42
+ msgid "User Submitted Post"
43
+ msgstr "ਯੂਜ਼ਰ ਦੁਆਰਾ ਜਮ੍ਹਾਂ ਕਰਵਾਏ ਪੋਸਟ"
44
+
45
+ #: user-submitted-posts.php:384
46
+ msgid "User Submitted Post Info"
47
+ msgstr "ਯੂਜ਼ਰ ਦੁਆਰਾ ਪੋਸਟ ਜਾਣਕਾਰੀ"
48
+
49
+ #: user-submitted-posts.php:414
50
+ msgid "Submitter Name: "
51
+ msgstr "ਸਬਮਿੰਟਰ ਦਾ ਨਾਮ:"
52
+
53
+ #: user-submitted-posts.php:415
54
+ msgid "Submitter Email: "
55
+ msgstr "ਸਬਮਿਟਰ ਈਮੇਲ:"
56
+
57
+ #: user-submitted-posts.php:416
58
+ msgid "Submitter URL: "
59
+ msgstr "ਸਬਮਿਟਰ URL:"
60
+
61
+ #: user-submitted-posts.php:417
62
+ msgid "Submitter IP: "
63
+ msgstr "Submitter IP:"
64
+
65
+ #: user-submitted-posts.php:468
66
+ msgid "Show USP Posts"
67
+ msgstr "USP ਪੋਸਟ ਦਿਖਾਓ"
68
+
69
+ #: user-submitted-posts.php:469
70
+ msgid "USP"
71
+ msgstr "USP"
72
+
73
+ #: user-submitted-posts.php:1103
74
+ msgid " files required"
75
+ msgstr " ਲੋੜੀਂਦੀਆਂ ਫਾਈਲਾਂ"
76
+
77
+ #: user-submitted-posts.php:1104
78
+ msgid " file required"
79
+ msgstr " ਫਾਇਲ ਦੀ ਲੋੜ ਹੈ"
80
+
81
+ #: user-submitted-posts.php:1106
82
+ msgid " files"
83
+ msgstr " ਫਾਈਲਾਂ"
84
+
85
+ #: user-submitted-posts.php:1107
86
+ msgid " file"
87
+ msgstr " ਫਾਇਲ"
88
+
89
+ #: user-submitted-posts.php:1109 user-submitted-posts.php:1110
90
+ #: user-submitted-posts.php:1111 user-submitted-posts.php:1112
91
+ msgid " pixels"
92
+ msgstr " ਪਿਕਸਲ"
93
+
94
+ #: user-submitted-posts.php:1115
95
+ msgid "An error occurred. Please go back and try again."
96
+ msgstr "ਇੱਕ ਗਲਤੀ ਆਈ ਹੈ. ਵਾਪਸ ਜਾਓ ਅਤੇ ਦੁਬਾਰਾ ਕੋਸ਼ਿਸ਼ ਕਰੋ."
97
+
98
+ #: user-submitted-posts.php:1125
99
+ msgid "User login required"
100
+ msgstr "ਯੂਜ਼ਰ ਦਾਖਲਾ ਜ਼ਰੂਰੀ"
101
+
102
+ #: user-submitted-posts.php:1126
103
+ msgid "User name required"
104
+ msgstr "ਯੂਜ਼ਰ ਨਾਮ ਦੀ ਲੋੜ ਹੈ"
105
+
106
+ #: user-submitted-posts.php:1127
107
+ msgid "Post title required"
108
+ msgstr "ਪੋਸਟ ਟਾਈਟਲ ਦੀ ਲੋੜ ਹੈ"
109
+
110
+ #: user-submitted-posts.php:1128
111
+ msgid "User URL required"
112
+ msgstr "ਯੂਜ਼ਰ URL ਦੀ ਲੋੜ ਹੈ"
113
+
114
+ #: user-submitted-posts.php:1129
115
+ msgid "Post tags required"
116
+ msgstr "ਪੋਸਟ ਟੈਗ ਦੀ ਲੋੜ ਹੈ"
117
+
118
+ #: user-submitted-posts.php:1130
119
+ msgid "Post category required"
120
+ msgstr "ਪੋਸਟ ਵਰਗ ਦੀ ਲੋੜ ਹੈ"
121
+
122
+ #: user-submitted-posts.php:1131
123
+ msgid "Post content required"
124
+ msgstr "ਪੋਸਟ ਦੀ ਸਮੱਗਰੀ ਦੀ ਲੋੜ ਹੈ"
125
+
126
+ #: user-submitted-posts.php:1132 user-submitted-posts.php:1133
127
+ msgid "Correct captcha required"
128
+ msgstr "ਸਹੀ ਕੈਪਟਚਾ ਲੋੜੀਂਦਾ ਹੈ"
129
+
130
+ #: user-submitted-posts.php:1134
131
+ msgid "User email required"
132
+ msgstr "ਯੂਜ਼ਰ ਈਮੇਲ ਦੀ ਲੋੜ ਹੈ"
133
+
134
+ #: user-submitted-posts.php:1135
135
+ msgid "Please check your email and try again"
136
+ msgstr "ਕਿਰਪਾ ਕਰਕੇ ਆਪਣੀ ਈਮੇਲ ਦੀ ਜਾਂਚ ਕਰੋ ਅਤੇ ਦੁਬਾਰਾ ਕੋਸ਼ਿਸ਼ ਕਰੋ"
137
+
138
+ #: user-submitted-posts.php:1136
139
+ msgid "Non-empty value for hidden field"
140
+ msgstr "ਲੁਕੇ ਖੇਤਰ ਲਈ ਨਾ-ਖਾਲੀ ਮੁੱਲ"
141
+
142
+ #: user-submitted-posts.php:1137
143
+ msgid "Minimum number of images not met"
144
+ msgstr "ਘੱਟੋ-ਘੱਟ ਚਿੱਤਰ ਨਹੀਂ ਮਿਲੇ"
145
+
146
+ #: user-submitted-posts.php:1138
147
+ msgid "Maximum number of images exceeded "
148
+ msgstr "ਚਿੱਤਰਾਂ ਦੀ ਵੱਧ ਤੋਂ ਵੱਧ ਗਿਣਤੀ ਵੱਧ ਗਈ"
149
+
150
+ #: user-submitted-posts.php:1139
151
+ msgid "Minimum image width not met"
152
+ msgstr "ਘੱਟੋ-ਘੱਟ ਚਿੱਤਰ ਚੌੜਾਈ ਨਹੀਂ ਮਿਲੀ"
153
+
154
+ #: user-submitted-posts.php:1140
155
+ msgid "Image width exceeds maximum"
156
+ msgstr "ਚਿੱਤਰ ਦੀ ਚੌੜਾਈ ਵੱਧ ਤੋਂ ਵੱਧ ਹੈ"
157
+
158
+ #: user-submitted-posts.php:1141
159
+ msgid "Minimum image height not met"
160
+ msgstr "ਘੱਟੋ-ਘੱਟ ਚਿੱਤਰ ਦੀ ਉਚਾਈ ਨਹੀਂ ਮਿਲੀ"
161
+
162
+ #: user-submitted-posts.php:1142
163
+ msgid "Image height exceeds maximum"
164
+ msgstr "ਚਿੱਤਰ ਦੀ ਉਚਾਈ ਵੱਧ ਤੋਂ ਵੱਧ ਹੈ"
165
+
166
+ #: user-submitted-posts.php:1143
167
+ msgid "File type not allowed (please upload images only)"
168
+ msgstr "ਫਾਈਲ ਪ੍ਰਕਾਰ ਦੀ ਆਗਿਆ ਨਹੀਂ ਹੈ (ਕਿਰਪਾ ਕਰਕੇ ਸਿਰਫ਼ ਚਿੱਤਰ ਅਪਲੋਡ ਕਰੋ)"
169
+
170
+ #: user-submitted-posts.php:1147
171
+ msgid "Error uploading file. Please check the file size and try again."
172
+ msgstr ""
173
+ "ਫਾਈਲ ਅਪਲੋਡ ਕਰਨ ਵਿੱਚ ਤਰੁੱਟੀ. ਕਿਰਪਾ ਕਰਕੇ ਫਾਇਲ ਅਕਾਰ ਦੀ ਜਾਂਚ ਕਰੋ ਅਤੇ ਦੁਬਾਰਾ "
174
+ "ਕੋਸ਼ਿਸ਼ ਕਰੋ."
175
+
176
+ #: user-submitted-posts.php:1151
177
+ msgid "The file(s) could not be uploaded"
178
+ msgstr "ਫਾਈਲ (ਜ਼) ਨੂੰ ਅਪਲੋਡ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ"
179
+
180
+ #: user-submitted-posts.php:1153
181
+ msgid "Post not created. Please contact the site administrator for help."
182
+ msgstr "ਪੋਸਟ ਨਹੀਂ ਬਣਾਇਆ ਗਿਆ ਮਦਦ ਲਈ ਸਾਈਟ ਪ੍ਰਸ਼ਾਸਕ ਨਾਲ ਸੰਪਰਕ ਕਰੋ ਜੀ"
183
+
184
+ #: user-submitted-posts.php:1154
185
+ msgid "Duplicate post title. Please try again."
186
+ msgstr "ਡੁਪਲੀਕੇਟ ਪੋਸਟ ਟਾਈਟਲ ਮੁੜ ਕੋਸ਼ਿਸ ਕਰੋ ਜੀ."
187
+
188
+ #: user-submitted-posts.php:1164
189
+ msgid "Error: "
190
+ msgstr "ਗਲਤੀ:"
191
+
192
+ #: user-submitted-posts.php:1190
193
+ msgid "Return to form"
194
+ msgstr "ਫਾਰਮ ਤੇ ਵਾਪਸ ਆਓ"
195
+
196
+ #: user-submitted-posts.php:1218 library/plugin-settings.php:658
197
+ msgid "Please"
198
+ msgstr "ਕ੍ਰਿਪਾ"
199
+
200
+ #: user-submitted-posts.php:1219
201
+ msgid "log in"
202
+ msgstr "ਲਾਗਿਨ"
203
+
204
+ #: user-submitted-posts.php:1220
205
+ msgid "to submit content!"
206
+ msgstr "ਸਮੱਗਰੀ ਜਮ੍ਹਾਂ ਕਰਨ ਲਈ!"
207
+
208
+ #: views/submission-form.php:45 views/submission-form-alt.php:54
209
+ msgid "Please complete the required fields."
210
+ msgstr "ਕਿਰਪਾ ਕਰਕੇ ਲੋੜੀਂਦੇ ਖੇਤਰ ਪੂਰੇ ਕਰੋ."
211
+
212
+ #: views/submission-form.php:55 views/submission-form.php:56
213
+ #: views/submission-form-alt.php:60 views/submission-form-alt.php:61
214
+ msgid "Your Name"
215
+ msgstr "ਤੁਹਾਡਾ ਨਾਮ"
216
+
217
+ #: views/submission-form.php:61 views/submission-form.php:62
218
+ #: views/submission-form-alt.php:66 views/submission-form-alt.php:67
219
+ msgid "Your URL"
220
+ msgstr "ਤੁਹਾਡਾ URL"
221
+
222
+ #: views/submission-form.php:67 views/submission-form.php:68
223
+ #: views/submission-form-alt.php:72 views/submission-form-alt.php:73
224
+ msgid "Your Email"
225
+ msgstr "ਤੁਹਾਡਾ ਈਮੇਲ"
226
+
227
+ #: views/submission-form.php:73 views/submission-form.php:74
228
+ #: views/submission-form-alt.php:78 views/submission-form-alt.php:79
229
+ #: library/plugin-settings.php:747
230
+ msgid "Post Title"
231
+ msgstr "ਪੋਸਟ ਟਾਈਟਲ"
232
+
233
+ #: views/submission-form.php:79 views/submission-form.php:80
234
+ #: views/submission-form-alt.php:84 views/submission-form-alt.php:85
235
+ #: library/plugin-settings.php:757
236
+ msgid "Post Tags"
237
+ msgstr "ਪੋਸਟ ਟੈਗਸ"
238
+
239
+ #: views/submission-form.php:86 views/submission-form-alt.php:91
240
+ msgid "Antispam Question"
241
+ msgstr "ਐਂਟੀਸਪਾਮ ਸਵਾਲ"
242
+
243
+ #: views/submission-form.php:91 views/submission-form-alt.php:96
244
+ #: library/plugin-settings.php:767
245
+ msgid "Post Category"
246
+ msgstr "ਪੋਸਟ ਸ਼੍ਰੇਣੀ"
247
+
248
+ #: views/submission-form.php:93 views/submission-form-alt.php:98
249
+ msgid "Please select a category.."
250
+ msgstr "ਕਿਰਪਾ ਕਰਕੇ ਕੋਈ ਸ਼੍ਰੇਣੀ ਚੁਣੋ."
251
+
252
+ #: views/submission-form.php:128 views/submission-form.php:129
253
+ #: views/submission-form-alt.php:133 views/submission-form-alt.php:134
254
+ #: library/plugin-settings.php:777
255
+ msgid "Post Content"
256
+ msgstr "ਸਮੱਗਰੀ ਨੂੰ ਪੋਸਟ ਕਰੋ"
257
+
258
+ #: views/submission-form.php:135 views/submission-form-alt.php:140
259
+ msgid "Verification"
260
+ msgstr "ਤਸਦੀਕ"
261
+
262
+ #: views/submission-form.php:142 views/submission-form-alt.php:147
263
+ msgid "Upload an Image"
264
+ msgstr "ਇੱਕ ਚਿੱਤਰ ਅਪਲੋਡ ਕਰੋ"
265
+
266
+ #: views/submission-form.php:151 views/submission-form-alt.php:156
267
+ msgid "Add another image"
268
+ msgstr "ਦੂਜਾ ਚਿੱਤਰ ਜੋੜੋ"
269
+
270
+ #: views/submission-form.php:173 views/submission-form-alt.php:178
271
+ msgid "Human verification: leave this field empty."
272
+ msgstr "ਮਨੁੱਖੀ ਤਸਦੀਕ: ਇਸ ਖੇਤਰ ਨੂੰ ਖਾਲੀ ਛੱਡੋ."
273
+
274
+ #: views/submission-form.php:195 views/submission-form-alt.php:200
275
+ msgid "Submit Post"
276
+ msgstr "ਪੋਸਟ ਜਮ੍ਹਾਂ ਕਰੋ"
277
+
278
+ #: library/plugin-settings.php:32
279
+ msgid "Get USP Pro for unlimited forms!"
280
+ msgstr "ਬੇਅੰਤ ਫਾਰਮ ਲਈ USP ਪ੍ਰੋ ਲਵੋ!"
281
+
282
+ #: library/plugin-settings.php:33
283
+ msgid "Go Pro"
284
+ msgstr "ਜਾਓ ਪ੍ਰੋ"
285
+
286
+ #: library/plugin-settings.php:37
287
+ msgid "Settings"
288
+ msgstr "ਸੈਟਿੰਗਜ਼"
289
+
290
+ #: library/plugin-settings.php:55
291
+ msgid "Give USP a 5-star rating at WordPress.org"
292
+ msgstr "USP ਨੂੰ WordPress.org 'ਤੇ ਇੱਕ 5-ਸਟਾਰ ਰੇਟਿੰਗ ਦਿਉ"
293
+
294
+ #: library/plugin-settings.php:56
295
+ msgid "Rate this plugin&nbsp;&raquo;"
296
+ msgstr "ਇਸ ਪਲੱਗਇਨ ਨੂੰ ਦਰਜਾ ਦਿਓ&nbsp;&raquo;"
297
+
298
+ #: library/plugin-settings.php:115
299
+ msgid "WP Post (recommended)"
300
+ msgstr "WP ਪੋਸਟ (ਸਿਫ਼ਾਰਿਸ਼ ਕੀਤਾ)"
301
+
302
+ #: library/plugin-settings.php:119
303
+ msgid "WP Page"
304
+ msgstr "WP ਪੰਨਾ"
305
+
306
+ #: library/plugin-settings.php:135
307
+ msgid "HTML5 Form + Default CSS"
308
+ msgstr "HTML5 ਫਾਰਮ + ਡਿਫਾਲਟ CSS"
309
+
310
+ #: library/plugin-settings.php:135
311
+ msgid "(Recommended)"
312
+ msgstr "(ਸਿਫਾਰਸ਼ੀ)"
313
+
314
+ #: library/plugin-settings.php:139
315
+ msgid "HTML5 Form + Disable CSS"
316
+ msgstr "HTML5 ਫਾਰਮ + CSS ਨੂੰ ਅਸਮਰੱਥ ਬਣਾਓ"
317
+
318
+ #: library/plugin-settings.php:139
319
+ msgid "(Provide your own styles)"
320
+ msgstr "(ਆਪਣੀਆਂ ਖੁਦ ਦੀਆਂ ਸਟਾਈਲ ਦਿਓ)"
321
+
322
+ #: library/plugin-settings.php:143
323
+ msgid "Custom Form + Custom CSS"
324
+ msgstr "ਕਸਟਮ ਫਾਰਮ + ਕਸਟਮ CSS"
325
+
326
+ #: library/plugin-settings.php:143
327
+ msgid "(Provide your own form template &amp; styles)"
328
+ msgstr "(ਆਪਣੇ ਫਾਰਮ ਫਾਰਮੈਟ ਅਤੇ ਸਟਾਈਲ ਦਿਓ)"
329
+
330
+ #: library/plugin-settings.php:159 library/plugin-settings.php:183
331
+ #: library/plugin-settings.php:206
332
+ msgid "Auto-display before post content"
333
+ msgstr "ਪੋਸਟ ਸਮੱਗਰੀ ਤੋਂ ਪਹਿਲਾਂ ਆਟੋ-ਡਿਸਪਲੇ"
334
+
335
+ #: library/plugin-settings.php:163 library/plugin-settings.php:187
336
+ #: library/plugin-settings.php:210
337
+ msgid "Auto-display after post content"
338
+ msgstr "ਪੋਸਟ ਸਮੱਗਰੀ ਦੇ ਬਾਅਦ ਆਟੋ-ਡਿਸਪਲੇ"
339
+
340
+ #: library/plugin-settings.php:167
341
+ msgid "Do not auto-display submitted images"
342
+ msgstr "ਪੇਸ਼ ਕੀਤੀਆਂ ਤਸਵੀਰਾਂ ਸਵੈ-ਪ੍ਰਦਰਸ਼ਿਤ ਨਾ ਕਰੋ"
343
+
344
+ #: library/plugin-settings.php:191
345
+ msgid "Do not auto-display submitted email"
346
+ msgstr "ਆਟੋ-ਡਿਸਪਲੇ ਕੀਤਾ ਪ੍ਰਸਾਰਿਤ ਈਮੇਲ ਨਾ ਕਰੋ"
347
+
348
+ #: library/plugin-settings.php:214
349
+ msgid "Do not auto-display submitted URL"
350
+ msgstr "ਸਵੈ-ਪ੍ਰਦਰਸ਼ਿਤ ਪੇਸ਼ ਕੀਤੇ URL ਨਾ ਕਰੋ"
351
+
352
+ #: library/plugin-settings.php:367
353
+ msgid ""
354
+ "There was an error. Please ensure that you have added a title, some content, "
355
+ "and that you have uploaded only images."
356
+ msgstr ""
357
+ "ਇੱਕ ਤਰੁੱਟੀ ਹੋਈ ਸੀ. ਕਿਰਪਾ ਕਰਕੇ ਯਕੀਨੀ ਬਣਾਓ ਕਿ ਤੁਸੀਂ ਇੱਕ ਟਾਈਟਲ, ਕੁਝ ਸਮਗਰੀ ਨੂੰ "
358
+ "ਜੋੜ ਲਿਆ ਹੈ, ਅਤੇ ਤੁਸੀਂ ਸਿਰਫ ਚਿੱਤਰਾਂ ਨੂੰ ਅਪਲੋਡ ਕੀਤਾ ਹੈ."
359
+
360
+ #: library/plugin-settings.php:381
361
+ msgid "Please select your image(s) to upload."
362
+ msgstr "ਅਪਲੋਡ ਕਰਨ ਲਈ ਕਿਰਪਾ ਕਰਕੇ ਆਪਣੀ ਚਿੱਤਰ (ਤਸਵੀਰਾਂ) ਦੀ ਚੋਣ ਕਰੋ."
363
+
364
+ #: library/plugin-settings.php:387
365
+ msgid "Success! Thank you for your submission."
366
+ msgstr "ਸਫਲਤਾ! ਤੁਹਾਡੇ ਸਬਮਿਸ਼ਨ ਲਈ ਧੰਨਵਾਦ"
367
+
368
+ #: library/plugin-settings.php:413
369
+ msgid "Email"
370
+ msgstr "ਈ - ਮੇਲ"
371
+
372
+ #: library/plugin-settings.php:414
373
+ msgid "URL"
374
+ msgstr "URL"
375
+
376
+ #: library/plugin-settings.php:645
377
+ msgid "Toggle all panels"
378
+ msgstr "ਸਾਰੇ ਪੈਨਲਾਂ ਨੂੰ ਟੌਗਲ ਕਰੋ"
379
+
380
+ #: library/plugin-settings.php:654
381
+ msgid "We need your support!"
382
+ msgstr "ਸਾਨੂੰ ਤੁਹਾਡੇ ਸਮਰਥਨ ਦੀ ਜ਼ਰੂਰਤ ਹੈ!"
383
+
384
+ #: library/plugin-settings.php:658
385
+ msgid "Make a donation via PayPal"
386
+ msgstr "ਪੇਪਾਲ ਦੁਆਰਾ ਦਾਨ ਬਣਾਉ"
387
+
388
+ #: library/plugin-settings.php:658
389
+ msgid "make a donation"
390
+ msgstr "ਦਾਨ ਕਰੋ"
391
+
392
+ #: library/plugin-settings.php:658
393
+ msgid "and/or"
394
+ msgstr "ਅਤੇ / ਜਾਂ"
395
+
396
+ #: library/plugin-settings.php:659
397
+ msgid "Rate and review at the Plugin Directory"
398
+ msgstr "ਪਲੱਗਇਨ ਡਾਇਰੈਕਟਰੀ ਤੇ ਰੇਟ ਅਤੇ ਸਮੀਖਿਆ ਕਰੋ"
399
+
400
+ #: library/plugin-settings.php:660
401
+ msgid "give this plugin a 5-star rating"
402
+ msgstr "ਇਸ ਪਲੱਗਇਨ ਨੂੰ 5-ਸਟਾਰ ਰੇਟਿੰਗ ਦਿਉ"
403
+
404
+ #: library/plugin-settings.php:664
405
+ msgid ""
406
+ "Your generous support enables continued development of this free plugin. "
407
+ "Thank you!"
408
+ msgstr ""
409
+ "ਤੁਹਾਡੀ ਖੁੱਲ੍ਹੀ ਸਹਾਇਤਾ ਇਸ ਮੁਫ਼ਤ ਪਲਗਇਨ ਦੇ ਲਗਾਤਾਰ ਵਿਕਾਸ ਨੂੰ ਸਮਰੱਥ ਬਣਾਉਂਦੀ ਹੈ. "
410
+ "ਤੁਹਾਡਾ ਧੰਨਵਾਦ!"
411
+
412
+ #: library/plugin-settings.php:669
413
+ msgid "Check this box if you have shown support"
414
+ msgstr "ਜੇ ਤੁਸੀਂ ਸਮਰਥਨ ਦਿਖਾਇਆ ਹੈ ਤਾਂ ਇਸ ਬਕਸੇ ਨੂੰ ਚੈੱਕ ਕਰੋ"
415
+
416
+ #: library/plugin-settings.php:678
417
+ msgid "Overview"
418
+ msgstr "ਸੰਖੇਪ ਜਾਣਕਾਰੀ"
419
+
420
+ #: library/plugin-settings.php:682
421
+ msgid ""
422
+ "enables your visitors to submit posts and upload images from the front-end "
423
+ "of your site. "
424
+ msgstr ""
425
+ "ਤੁਹਾਡੀਆਂ ਮਹਿਮਾਨਾਂ ਨੂੰ ਆਪਣੀ ਸਾਈਟ ਦੇ ਫਰੰਟ-ਐਂਡ ਤੋਂ ਪੋਸਟਾਂ ਜਮ੍ਹਾਂ ਕਰਾਉਣ ਅਤੇ "
426
+ "ਤਸਵੀਰਾਂ ਅਪਲੋਡ ਕਰਨ ਦੇ ਯੋਗ ਬਣਾਉਂਦਾ ਹੈ."
427
+
428
+ #: library/plugin-settings.php:683
429
+ msgid "For advanced functionality and unlimited forms, check out"
430
+ msgstr "ਤਕਨੀਕੀ ਕਾਰਜਸ਼ੀਲਤਾ ਅਤੇ ਬੇਅੰਤ ਫਾਰਮ ਲਈ, ਦੇਖੋ"
431
+
432
+ #: library/plugin-settings.php:684
433
+ msgid "&mdash; the ultimate solution for user-generated content."
434
+ msgstr "- ਉਪਭੋਗਤਾ ਦੁਆਰਾ ਤਿਆਰ ਕੀਤੀ ਗਈ ਸਮੱਗਰੀ ਲਈ ਅੰਤਮ ਹੱਲ."
435
+
436
+ #: library/plugin-settings.php:688 library/plugin-settings.php:706
437
+ msgid "Plugin Settings"
438
+ msgstr "ਪਲੱਗਇਨ ਸੈਟਿੰਗ"
439
+
440
+ #: library/plugin-settings.php:689
441
+ msgid "Display the form"
442
+ msgstr "ਫਾਰਮ ਨੂੰ ਪ੍ਰਦਰਸ਼ਿਤ ਕਰੋ"
443
+
444
+ #: library/plugin-settings.php:690 library/plugin-settings.php:1243
445
+ msgid "Plugin Homepage"
446
+ msgstr "ਪਲੱਗਇਨ ਹੋਮਪੇਜ"
447
+
448
+ #: library/plugin-settings.php:693
449
+ msgid "If you like this plugin, please"
450
+ msgstr "ਜੇ ਤੁਸੀਂ ਇਹ ਪਲੱਗਇਨ ਪਸੰਦ ਕਰਦੇ ਹੋ, ਤਾਂ ਕਿਰਪਾ ਕਰਕੇ"
451
+
452
+ #: library/plugin-settings.php:694
453
+ msgid "THANK YOU for your support!"
454
+ msgstr "ਤੁਹਾਡੇ ਸਹਿਯੋਗ ਲਈ ਧੰਨਵਾਦ!"
455
+
456
+ #: library/plugin-settings.php:694
457
+ msgid "give it a 5-star rating"
458
+ msgstr "ਇਸਨੂੰ 5-ਸਟਾਰ ਰੇਟਿੰਗ ਦੇਣ"
459
+
460
+ #: library/plugin-settings.php:698
461
+ msgid "Unlimited front-end forms"
462
+ msgstr "ਅਸੀਮਤ ਫਰੰਟ-ਐਂਡ ਫਾਰਮ"
463
+
464
+ #: library/plugin-settings.php:698
465
+ msgid "Get USP Pro"
466
+ msgstr "USP ਪ੍ਰੋ ਪ੍ਰਾਪਤ ਕਰੋ"
467
+
468
+ #: library/plugin-settings.php:710
469
+ msgid "Configure your settings for User Submitted Posts."
470
+ msgstr "ਯੂਜ਼ਰ ਦੁਆਰਾ ਭੇਜੀਆਂ ਗਈਆਂ ਪੋਸਟਾਂ ਲਈ ਆਪਣੀਆਂ ਸੈਟਿੰਗਜ਼ ਦੀ ਸੰਰਚਨਾ ਕਰੋ."
471
+
472
+ #: library/plugin-settings.php:712
473
+ msgid "Form Fields"
474
+ msgstr "ਫਾਰਮ ਖੇਤਰ"
475
+
476
+ #: library/plugin-settings.php:717
477
+ msgid "User Name"
478
+ msgstr "ਯੂਜ਼ਰ ਨਾਮ"
479
+
480
+ #: library/plugin-settings.php:720 library/plugin-settings.php:730
481
+ #: library/plugin-settings.php:740 library/plugin-settings.php:750
482
+ #: library/plugin-settings.php:760 library/plugin-settings.php:770
483
+ #: library/plugin-settings.php:780 library/plugin-settings.php:790
484
+ #: library/plugin-settings.php:800
485
+ msgid "Display and require"
486
+ msgstr "ਡਿਸਪਲੇ ਕਰੋ ਅਤੇ ਲੋੜ ਕਰੋ"
487
+
488
+ #: library/plugin-settings.php:721 library/plugin-settings.php:731
489
+ #: library/plugin-settings.php:741 library/plugin-settings.php:751
490
+ #: library/plugin-settings.php:761 library/plugin-settings.php:771
491
+ #: library/plugin-settings.php:781
492
+ msgid "Display but do not require"
493
+ msgstr "ਡਿਸਪਲੇ ਕਰੋ ਪਰ ਲੋੜ ਨਹੀਂ"
494
+
495
+ #: library/plugin-settings.php:722 library/plugin-settings.php:732
496
+ #: library/plugin-settings.php:742 library/plugin-settings.php:752
497
+ #: library/plugin-settings.php:762 library/plugin-settings.php:772
498
+ #: library/plugin-settings.php:782 library/plugin-settings.php:791
499
+ #: library/plugin-settings.php:801
500
+ msgid "Disable this field"
501
+ msgstr "ਇਸ ਖੇਤਰ ਨੂੰ ਅਸਮਰੱਥ ਕਰੋ"
502
+
503
+ #: library/plugin-settings.php:727
504
+ msgid "User Email"
505
+ msgstr "ਯੂਜ਼ਰ ਈਮੇਲ"
506
+
507
+ #: library/plugin-settings.php:737
508
+ msgid "User URL"
509
+ msgstr "ਯੂਜ਼ਰ URL"
510
+
511
+ #: library/plugin-settings.php:787 library/plugin-settings.php:793
512
+ #: library/plugin-settings.php:999 library/plugin-settings.php:1004
513
+ msgid "Challenge Question"
514
+ msgstr "ਚੁਣੌਤੀ ਸਵਾਲ"
515
+
516
+ #: library/plugin-settings.php:793 library/plugin-settings.php:803
517
+ #: library/plugin-settings.php:813
518
+ msgid "(Visit"
519
+ msgstr "(ਮੁਲਾਕਾਤ"
520
+
521
+ #: library/plugin-settings.php:793 library/plugin-settings.php:803
522
+ #: library/plugin-settings.php:813
523
+ msgid "to configure options)"
524
+ msgstr "ਚੋਣਾਂ ਨੂੰ ਬਦਲਣ ਲਈ)"
525
+
526
+ #: library/plugin-settings.php:797 library/plugin-settings.php:803
527
+ #: library/plugin-settings.php:1021
528
+ msgid "Google reCAPTCHA"
529
+ msgstr "Google reCAPTCHA"
530
+
531
+ #: library/plugin-settings.php:807
532
+ msgid "Post Images"
533
+ msgstr "ਚਿੱਤਰ ਪੋਸਟ ਕਰੋ"
534
+
535
+ #: library/plugin-settings.php:810
536
+ msgid "Display"
537
+ msgstr "ਡਿਸਪਲੇ ਕਰੋ"
538
+
539
+ #: library/plugin-settings.php:811
540
+ msgid "Disable"
541
+ msgstr "ਅਸਮਰੱਥ ਕਰੋ"
542
+
543
+ #: library/plugin-settings.php:813 library/plugin-settings.php:1080
544
+ msgid "Image Uploads"
545
+ msgstr "ਚਿੱਤਰ ਅਪਲੋਡ"
546
+
547
+ #: library/plugin-settings.php:819
548
+ msgid "General Settings"
549
+ msgstr "ਆਮ ਸੈਟਿੰਗ"
550
+
551
+ #: library/plugin-settings.php:824
552
+ msgid "Form Style"
553
+ msgstr "ਫਾਰਮ ਸਟਾਈਲ"
554
+
555
+ #: library/plugin-settings.php:829
556
+ msgid "With this option, you can copy the plugin&rsquo;s default templates:"
557
+ msgstr "ਇਸ ਵਿਕਲਪ ਦੇ ਨਾਲ, ਤੁਸੀਂ ਪਲਗਇਨ ਦੇ ਡਿਫੌਲਟ ਖਾਕੇ ਦੀ ਨਕਲ ਕਰ ਸਕਦੇ ਹੋ:"
558
+
559
+ #: library/plugin-settings.php:834
560
+ msgid "..and upload them into a directory named"
561
+ msgstr "ਅਤੇ ਉਹਨਾਂ ਨੂੰ ਇੱਕ ਨਾਮੀਂ ਡਾਇਰੈਕਟਰੀ ਵਿੱਚ ਅਪਲੋਡ ਕਰੋ"
562
+
563
+ #: library/plugin-settings.php:834
564
+ msgid "in your theme:"
565
+ msgstr "ਤੁਹਾਡੀ ਥੀਮ ਵਿੱਚ:"
566
+
567
+ #: library/plugin-settings.php:840
568
+ msgid ""
569
+ "That will enable you to customize the form and styles as desired. For more "
570
+ "info, check out the \"Custom Submission Form\" section in the"
571
+ msgstr ""
572
+ "ਇਹ ਤੁਹਾਨੂੰ ਲੋੜੀਦਾ ਰੂਪ ਵਿੱਚ ਫਾਰਮ ਅਤੇ ਸਟਾਇਲ ਨੂੰ ਕਸਟਮਾਈਜ਼ ਕਰਨ ਲਈ ਸਮਰੱਥ ਕਰੇਗਾ. "
573
+ "ਵਧੇਰੇ ਜਾਣਕਾਰੀ ਲਈ, ਵਿਚ \"ਕਸਟਮ ਸਬਮਿਸ਼ਨ ਫਾਰਮ\" ਸੈਕਸ਼ਨ ਦੇਖੋ"
574
+
575
+ #: library/plugin-settings.php:841
576
+ msgid "Installation Docs"
577
+ msgstr "ਇੰਸਟਾਲੇਸ਼ਨ ਡੌਕਸ"
578
+
579
+ #: library/plugin-settings.php:842
580
+ msgid "FYI: here is a"
581
+ msgstr "FYI: ਇੱਥੇ ਇੱਕ ਹੈ"
582
+
583
+ #: library/plugin-settings.php:842
584
+ msgid "list of USP CSS selectors"
585
+ msgstr "USP CSS ਚੋਣਕਾਰ ਦੀ ਸੂਚੀ"
586
+
587
+ #: library/plugin-settings.php:848
588
+ msgid "Include JavaScript"
589
+ msgstr "ਜਾਵਾਸਕ੍ਰਿਪਟ ਸ਼ਾਮਲ ਕਰੋ"
590
+
591
+ #: library/plugin-settings.php:850
592
+ msgid ""
593
+ "Check this box if you want to include the external JavaScript files "
594
+ "(recommended)."
595
+ msgstr ""
596
+ "ਜੇ ਤੁਸੀਂ ਬਾਹਰੀ ਜਾਵਾ-ਸਕ੍ਰਿਪਟ ਫਾਇਲਾਂ ਨੂੰ ਸ਼ਾਮਲ ਕਰਨਾ ਚਾਹੁੰਦੇ ਹੋ ਤਾਂ ਇਸ ਬਕਸੇ ਨੂੰ "
597
+ "ਚੁਣੋ (ਸਿਫਾਰਿਸ਼ ਕੀਤਾ)."
598
+
599
+ #: library/plugin-settings.php:853
600
+ msgid "Targeted Loading"
601
+ msgstr "ਲਕਸ਼ ਲੋਡਿੰਗ"
602
+
603
+ #: library/plugin-settings.php:855
604
+ msgid ""
605
+ "By default, external CSS &amp; JavaScript files are loaded on every page. "
606
+ "Here you may specify the URL of the USP form to load resources only on that "
607
+ "page. Note: leave blank to load on all pages."
608
+ msgstr ""
609
+ "ਡਿਫੌਲਟ ਰੂਪ ਵਿੱਚ, ਬਾਹਰੀ CSS ਅਤੇ JavaScript ਫਾਈਲਾਂ ਹਰ ਪੰਨੇ ਤੇ ਲੋਡ ਕੀਤੀਆਂ "
610
+ "ਜਾਂਦੀਆਂ ਹਨ. ਇੱਥੇ ਤੁਸੀਂ ਸਿਰਫ਼ ਉਸ ਸਫ਼ੇ ਤੇ ਸਰੋਤ ਲੋਡ ਕਰਨ ਲਈ ਯੂਐਸਪੀ ਫਾਰਮ ਦਾ "
611
+ "ਯੂਆਰਐਲ ਨਿਸ਼ਚਿਤ ਕਰ ਸਕਦੇ ਹੋ. ਨੋਟ: ਸਾਰੇ ਪੰਨਿਆਂ ਤੇ ਲੋਡ ਕਰਨ ਲਈ ਖਾਲੀ ਛੱਡੋ."
612
+
613
+ #: library/plugin-settings.php:858
614
+ msgid "Post Type"
615
+ msgstr "ਪੋਸਟ ਕਿਸਮ"
616
+
617
+ #: library/plugin-settings.php:861
618
+ msgid "Submit posts as WP Posts or Pages"
619
+ msgstr "WP Posts ਜਾਂ Pages ਦੇ ਰੂਪ ਵਿੱਚ ਪੋਸਟਾਂ ਨੂੰ ਜਮ੍ਹਾ ਕਰੋ"
620
+
621
+ #: library/plugin-settings.php:865
622
+ msgid "Auto Publish"
623
+ msgstr "ਆਟੋ ਪਬਲਿਸ਼"
624
+
625
+ #: library/plugin-settings.php:868
626
+ msgid "Always moderate via Draft"
627
+ msgstr "ਡਰਾਫਟ ਰਾਹੀਂ ਹਮੇਸ਼ਾਂ ਦਰਮਿਆਨੀ"
628
+
629
+ #: library/plugin-settings.php:869
630
+ msgid "Always moderate via Pending"
631
+ msgstr "ਹਮੇਸ਼ਾ ਬਕਾਇਆ ਦੁਆਰਾ ਮਾਧਿਅਮ"
632
+
633
+ #: library/plugin-settings.php:870
634
+ msgid "Always publish immediately"
635
+ msgstr "ਹਮੇਸ਼ਾਂ ਤੁਰੰਤ ਪ੍ਰਕਾਸ਼ਿਤ ਕਰੋ"
636
+
637
+ #: library/plugin-settings.php:875
638
+ msgid ""
639
+ "Post Status for submitted posts: moderate (recommended), publish immediately,"
640
+ " or publish after any number of approved posts."
641
+ msgstr ""
642
+ "ਜਮ੍ਹਾਂ ਪੋਸਟਾਂ ਲਈ ਪੋਸਟ ਸਥਿਤੀ: ਮੱਧਮ (ਸਿਫ਼ਾਰਿਸ ਕੀਤਾ), ਤੁਰੰਤ ਪ੍ਰਕਾਸ਼ਿਤ ਕਰੋ, ਜਾਂ "
643
+ "ਪ੍ਰਵਾਨਿਤ ਪੋਸਟਾਂ ਤੋਂ ਬਾਅਦ ਪ੍ਰਕਾਸ਼ਿਤ ਕਰੋ."
644
+
645
+ #: library/plugin-settings.php:879
646
+ msgid "Redirect URL"
647
+ msgstr "URL ਨੂੰ ਮੁੜ ਨਿਰਦੇਸ਼ਿਤ ਕਰੋ"
648
+
649
+ #: library/plugin-settings.php:881
650
+ msgid ""
651
+ "Specify a URL to redirect the user after post-submission. Leave blank to "
652
+ "redirect back to current page."
653
+ msgstr ""
654
+ "ਪੋਸਟ-ਸਬਮਿਸ਼ਨ ਦੇ ਬਾਅਦ ਉਪਭੋਗਤਾ ਨੂੰ ਰੀਡਾਇਰੈਕਟ ਕਰਨ ਲਈ ਇੱਕ URL ਨਿਸ਼ਚਿਤ ਕਰੋ ਮੌਜੂਦਾ "
655
+ "ਪੇਜ਼ ਤੇ ਵਾਪਸ ਭੇਜਣ ਲਈ ਖਾਲੀ ਛੱਡੋ."
656
+
657
+ #: library/plugin-settings.php:884
658
+ msgid "Success Message"
659
+ msgstr "ਸਫਲਤਾ ਸੁਨੇਹਾ"
660
+
661
+ #: library/plugin-settings.php:886
662
+ msgid ""
663
+ "Success message that is displayed if post-submission is successful. Basic "
664
+ "markup is allowed."
665
+ msgstr ""
666
+ "ਸਫਲਤਾ ਦਾ ਸੰਦੇਸ਼ ਜੋ ਦਿਖਾਉਂਦਾ ਹੈ ਜੇਕਰ ਪੋਸਟ-ਸਬਮਿਸ਼ਨ ਸਫ਼ਲ ਹੋਵੇ ਬੇਸਿਕ ਮਾਰਕਅੱਪ ਦੀ "
667
+ "ਆਗਿਆ ਹੈ."
668
+
669
+ #: library/plugin-settings.php:889
670
+ msgid "Error Message"
671
+ msgstr "ਗਲਤੀ ਸੁਨੇਹਾ"
672
+
673
+ #: library/plugin-settings.php:891
674
+ msgid ""
675
+ "General error message that is displayed if post-submission fails. Basic "
676
+ "markup is allowed."
677
+ msgstr ""
678
+ "ਇੱਕ ਆਮ ਗਲਤੀ ਸੁਨੇਹਾ ਜੋ ਵੇਖਾਇਆ ਜਾਂਦਾ ਹੈ ਜੇ ਪੋਸਟ-ਸਬਨਿਅਮ ਅਸਫਲ ਹੋ ਜਾਂਦਾ ਹੈ. ਬੇਸਿਕ "
679
+ "ਮਾਰਕਅੱਪ ਦੀ ਆਗਿਆ ਹੈ."
680
+
681
+ #: library/plugin-settings.php:894
682
+ msgid "Custom Content"
683
+ msgstr "ਕਸਟਮ ਸਮਗਰੀ"
684
+
685
+ #: library/plugin-settings.php:896
686
+ msgid ""
687
+ "Custom text/markup to be included before the submission form. Leave blank to "
688
+ "disable."
689
+ msgstr ""
690
+ "ਸਬਮਿਸ਼ਨ ਫਾਰਮ ਤੋਂ ਪਹਿਲਾਂ ਕਸਟਮ ਟੈਕਸਟ / ਮਾਰਕਅੱਪ ਨੂੰ ਸ਼ਾਮਲ ਕਰਨਾ. ਅਯੋਗ ਕਰਨ ਲਈ "
691
+ "ਖਾਲੀ ਛੱਡੋ"
692
+
693
+ #: library/plugin-settings.php:899
694
+ msgid "Rich Text Editor"
695
+ msgstr "ਰਿਚ ਟੈਕਸਟ ਐਡੀਟਰ"
696
+
697
+ #: library/plugin-settings.php:901
698
+ msgid ""
699
+ "Check this box if you want to enable WP rich text editing for submitted "
700
+ "posts."
701
+ msgstr ""
702
+ "ਜੇਕਰ ਤੁਸੀਂ ਦਰਜ ਕੀਤੀਆਂ ਪੋਸਟਾਂ ਲਈ WP ਐਸਟ ਟੈਕਸਟ ਐਕਟੀਵੇਸ਼ਨ ਨੂੰ ਸਮਰੱਥ ਬਣਾਉਣਾ "
703
+ "ਚਾਹੁੰਦੇ ਹੋ ਤਾਂ ਇਸ ਬਾਕਸ ਨੂੰ ਚੈਕ ਕਰੋ."
704
+
705
+ #: library/plugin-settings.php:904
706
+ msgid "Unique Titles"
707
+ msgstr "ਵਿਲੱਖਣ ਸਿਰਲੇਖ"
708
+
709
+ #: library/plugin-settings.php:906
710
+ msgid ""
711
+ "Require submitted post titles to be unique (useful for preventing "
712
+ "multiple/duplicate submitted posts)."
713
+ msgstr ""
714
+ "ਵਿਲੱਖਣ ਹੋਣ ਲਈ ਪੇਸ਼ ਕੀਤੇ ਗਏ ਉਪਸਿਰਲੇਖਾਂ ਦੀ ਜ਼ਰੂਰਤ (ਮਲਟੀਪਲ / ਡੁਪਲੀਕੇਟ ਅਸਾਮੀਆਂ "
715
+ "ਪੋਸਟਾਂ ਨੂੰ ਰੋਕਣ ਲਈ ਉਪਯੋਗੀ)"
716
+
717
+ #: library/plugin-settings.php:909
718
+ msgid "Disable Required"
719
+ msgstr "ਲੋੜੀਂਦਾ ਅਯੋਗ ਕਰੋ"
720
+
721
+ #: library/plugin-settings.php:911
722
+ msgid ""
723
+ "Disable all required attributes on default form fields (useful for "
724
+ "troubleshooting error messages)."
725
+ msgstr ""
726
+ "ਡਿਫੌਲਟ ਫਾਰਮ ਫੀਲਡਸ ਤੇ ਸਾਰੇ ਲੋੜੀਂਦੇ ਵਿਸ਼ੇਸ਼ਤਾਵਾਂ ਨੂੰ ਅਸਮਰੱਥ ਕਰੋ (ਗਲਤੀ ਸੁਨੇਹਿਆਂ "
727
+ "ਦੇ ਨਿਪਟਾਰੇ ਲਈ ਉਪਯੋਗੀ)."
728
+
729
+ #: library/plugin-settings.php:914
730
+ msgid "Disable IP Tracking"
731
+ msgstr "IP ਟਰੈਕਿੰਗ ਨੂੰ ਅਸਮਰੱਥ ਬਣਾਓ"
732
+
733
+ #: library/plugin-settings.php:916
734
+ msgid ""
735
+ "By default USP records the IP address with each submitted post. Check this "
736
+ "box to disable all IP tracking."
737
+ msgstr ""
738
+ "ਡਿਫਾਲਟ ਰੂਪ ਵਿੱਚ ਹਰੇਕ ਪ੍ਰਸਤੁਤ ਪੋਸਟ ਦੇ ਨਾਲ ਆਈਪੀ ਐਡਰੈੱਸ ਦੀ ਵਰਤੋਂ ਕਰਦਾ ਹੈ. ਸਾਰੇ "
739
+ "IP ਟਰੈਕਿੰਗ ਨੂੰ ਅਯੋਗ ਕਰਨ ਲਈ ਇਸ ਬਾਕਸ ਨੂੰ ਚੈੱਕ ਕਰੋ."
740
+
741
+ #: library/plugin-settings.php:919
742
+ msgid "Enable Shortcodes"
743
+ msgstr "ਸ਼ਾਰਟਕੌਂਡ ਸਮਰੱਥ ਕਰੋ"
744
+
745
+ #: library/plugin-settings.php:921
746
+ msgid ""
747
+ "Enable shortcodes in widgets. By default, WordPress does not enable "
748
+ "shortcodes in widgets. "
749
+ msgstr ""
750
+ "ਵਿਜੇਟਸ ਵਿੱਚ ਸ਼ਾਰਟਕੱਟ ਨੂੰ ਸਮਰੱਥ ਬਣਾਓ ਮੂਲ ਰੂਪ ਵਿੱਚ, ਵਰਡਿਉਡ ਵਿਡਜਿਟ ਵਿੱਚ "
751
+ "ਸ਼ਾਰਟਕੱਟ ਨੂੰ ਸਮਰੱਥ ਨਹੀਂ ਕਰਦਾ."
752
+
753
+ #: library/plugin-settings.php:922
754
+ msgid ""
755
+ "This setting enables any/all shortcodes in widgets (even shortcodes from "
756
+ "other plugins)."
757
+ msgstr ""
758
+ "ਇਹ ਸੈਟਿੰਗ ਵਿਡਜਿਟ ਵਿੱਚ ਕਿਸੇ ਵੀ / ਸਾਰੇ ਸ਼ਾਰਟਕੱਟ ਨੂੰ ਯੋਗ ਕਰਦਾ ਹੈ (ਹੋਰ ਪਲੱਗਇਨ "
759
+ "ਤੋਂ ਵੀ ਸ਼ਾਰਟਕੱਟ)"
760
+
761
+ #: library/plugin-settings.php:927 library/plugin-settings.php:932
762
+ msgid "Categories"
763
+ msgstr "ਵਰਗ"
764
+
765
+ #: library/plugin-settings.php:935
766
+ msgid ""
767
+ "Select which categories may be assigned to submitted posts (click to toggle)"
768
+ msgstr ""
769
+ "ਚੁਣੋ ਕਿ ਕਿਹੜੇ ਵਰਗ ਨੂੰ ਸੌਂਪੇ ਹੋਏ ਪੋਸਟਾਂ ਲਈ ਸੌਂਪਿਆ ਜਾ ਸਕਦਾ ਹੈ (ਟੌਗਲ ਕਰਨ ਲਈ "
770
+ "ਕਲਿਕ ਕਰੋ)"
771
+
772
+ #: library/plugin-settings.php:952
773
+ msgid "Hidden/Default Category"
774
+ msgstr "ਓਹਲੇ / ਡਿਫਾਲਟ ਸ਼੍ਰੇਣੀ"
775
+
776
+ #: library/plugin-settings.php:954
777
+ msgid ""
778
+ "Use a hidden field for the post category. This may be used to specify a "
779
+ "default category when the category field is disabled."
780
+ msgstr ""
781
+ "ਪੋਸਟ ਸ਼੍ਰੇਣੀ ਲਈ ਲੁਕੇ ਖੇਤਰ ਦਾ ਉਪਯੋਗ ਕਰੋ. ਇਹ ਵਰਗ ਖੇਤਰ ਨੂੰ ਅਯੋਗ ਹੋਣ ਤੇ ਇੱਕ "
782
+ "ਡਿਫਾਲਟ ਸ਼੍ਰੇਣੀ ਨੂੰ ਨਿਸ਼ਚਿਤ ਕਰਨ ਲਈ ਵਰਤਿਆ ਜਾ ਸਕਦਾ ਹੈ."
783
+
784
+ #: library/plugin-settings.php:957
785
+ msgid "Category ID for Hidden Field"
786
+ msgstr "ਓਹਲੇ ਖੇਤਰ ਲਈ ਸ਼੍ਰੇਣੀ ID"
787
+
788
+ #: library/plugin-settings.php:959
789
+ msgid ""
790
+ "Specify the ID of the category to use for the &ldquo;Hidden/Default "
791
+ "Category&rdquo; option."
792
+ msgstr "\"ਓਹਲੇ / ਡਿਫਾਲਟ ਸ਼੍ਰੇਣੀ\" ਚੋਣ ਲਈ ਵਰਤੀ ਜਾਣ ਵਾਲੀ ਸ਼੍ਰੇਣੀ ਦਾ ID ਦਿਓ."
793
+
794
+ #: library/plugin-settings.php:964
795
+ msgid "Users"
796
+ msgstr "ਯੂਜ਼ਰ"
797
+
798
+ #: library/plugin-settings.php:969
799
+ msgid "Assigned Author"
800
+ msgstr "ਅਸਾਈਨ ਕੀਤੇ ਲੇਖਕ"
801
+
802
+ #: library/plugin-settings.php:978
803
+ msgid ""
804
+ "Specify the user that should be assigned as author for user-submitted posts."
805
+ msgstr ""
806
+ "ਉਸ ਉਪਯੋਗਕਰਤਾ ਨੂੰ ਨਿਸ਼ਚਿਤ ਕਰੋ ਜਿਸਨੂੰ ਉਪਯੋਗਕਰਤਾ ਵੱਲੋਂ ਦਰਜ ਕੀਤੀਆਂ ਪੋਸਟਾਂ ਲਈ "
807
+ "ਲੇਖਕ ਦੇ ਤੌਰ ਤੇ ਸੌਂਪਿਆ ਜਾਣਾ ਚਾਹੀਦਾ ਹੈ."
808
+
809
+ #: library/plugin-settings.php:982
810
+ msgid "Registered Username"
811
+ msgstr "ਰਜਿਸਟਰਡ ਉਪਭੋਗਤਾ ਨਾਮ"
812
+
813
+ #: library/plugin-settings.php:984
814
+ msgid ""
815
+ "Use registered username as post author. Valid when the person submitting the "
816
+ "form is logged in to WordPress."
817
+ msgstr ""
818
+ "ਪੋਸਟ ਲੇਖਕ ਵਜੋਂ ਰਜਿਸਟਰਡ ਉਪਭੋਗਤਾ ਨਾਂ ਦੀ ਵਰਤੋਂ ਕਰੋ. ਜਦੋਂ ਵਿਅਕਤੀ ਇਸ ਫਾਰਮ ਨੂੰ "
819
+ "ਜਮ੍ਹਾਂ ਕਰਾਉਂਦਾ ਹੈ ਤਾਂ ਉਹ ਵੈਧ ਹੋਣ ਦੇ ਲਈ ਲੌਗਇਨ ਹੁੰਦਾ ਹੈ."
820
+
821
+ #: library/plugin-settings.php:987
822
+ msgid "User Profile URL"
823
+ msgstr "ਯੂਜ਼ਰ ਪਰੋਫਾਇਲ URL"
824
+
825
+ #: library/plugin-settings.php:989
826
+ msgid ""
827
+ "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid "
828
+ "when the person submitting the form is logged in to WordPress."
829
+ msgstr ""
830
+ "URL ਖੇਤਰ ਦੇ ਮੁੱਲ ਦੇ ਰੂਪ ਵਿੱਚ ਰਜਿਸਟਰਡ ਉਪਭੋਗਤਾ ਦੀ ਪ੍ਰੋਫਾਈਲ ਯੂਆਰਐਲ ਦਾ ਉਪਯੋਗ ਕਰੋ."
831
+ " ਜਦੋਂ ਵਿਅਕਤੀ ਇਸ ਫਾਰਮ ਨੂੰ ਜਮ੍ਹਾਂ ਕਰਾਉਂਦਾ ਹੈ ਤਾਂ ਉਹ ਵੈਧ ਹੋਣ ਦੇ ਲਈ ਲੌਗਇਨ ਹੁੰਦਾ "
832
+ "ਹੈ."
833
+
834
+ #: library/plugin-settings.php:992
835
+ msgid "Require User Login"
836
+ msgstr "ਯੂਜ਼ਰ ਲਾਗਇਨ ਲੋੜੀਦਾ ਹੈ"
837
+
838
+ #: library/plugin-settings.php:994
839
+ msgid "Require users to be logged in to WordPress to view/submit the form"
840
+ msgstr ""
841
+ "ਫਾਰਮ ਨੂੰ ਵੇਖਣ / ਜਮ੍ਹਾਂ ਕਰਨ ਲਈ ਉਪਭੋਗਤਾਵਾਂ ਨੂੰ ਵਰਡਜ ਵਿੱਚ ਲੌਗਇਨ ਕਰਨ ਦੀ ਜ਼ਰੂਰਤ ਹੈ"
842
+
843
+ #: library/plugin-settings.php:1006
844
+ msgid ""
845
+ "To prevent spam, enter a question that users must answer before submitting "
846
+ "the form."
847
+ msgstr ""
848
+ "ਸਪੈਮ ਨੂੰ ਰੋਕਣ ਲਈ, ਪ੍ਰਸ਼ਨ ਦਾਖਲ ਕਰਨ ਤੋਂ ਪਹਿਲਾਂ ਇੱਕ ਪ੍ਰਸ਼ਨ ਦਿਓ ਜੋ ਉਪਯੋਗਕਰਤਾਵਾਂ "
849
+ "ਨੂੰ ਉੱਤਰ ਦੇਣਾ ਚਾਹੀਦਾ ਹੈ."
850
+
851
+ #: library/plugin-settings.php:1009
852
+ msgid "Challenge Response"
853
+ msgstr "ਚੁਣੌਤੀ ਪ੍ਰਤੀਕਿਰਿਆ"
854
+
855
+ #: library/plugin-settings.php:1011
856
+ msgid "Enter the *only* correct answer to the challenge question."
857
+ msgstr "ਚੁਣੌਤੀ ਦੇ ਸਵਾਲ ਦਾ ਇੱਕੋ ਇੱਕ ਸਹੀ ਉੱਤਰ ਦਿਓ."
858
+
859
+ #: library/plugin-settings.php:1014
860
+ msgid "Case-sensitivity"
861
+ msgstr "ਕੇਸ-ਸੰਵੇਦਨਸ਼ੀਲਤਾ"
862
+
863
+ #: library/plugin-settings.php:1016
864
+ msgid "Check this box if you want the challenge response to be case-sensitive."
865
+ msgstr ""
866
+ "ਜੇ ਤੁਸੀਂ ਚੁਣੌਤੀ ਦਾ ਜਵਾਬ ਕੇਸ-ਸੰਵੇਦਨਸ਼ੀਲ ਹੋਣ ਚਾਹੁੰਦੇ ਹੋ ਤਾਂ ਇਸ ਬਕਸੇ ਨੂੰ ਚੁਣੋ."
867
+
868
+ #: library/plugin-settings.php:1022
869
+ msgid "To enable Google reCAPTCHA, enter your public and private keys."
870
+ msgstr ""
871
+ "Google reCAPTCHA ਨੂੰ ਸਮਰੱਥ ਬਣਾਉਣ ਲਈ, ਆਪਣੀਆਂ ਜਨਤਕ ਅਤੇ ਪ੍ਰਾਈਵੇਟ ਕੁੰਜੀਆਂ ਦਰਜ ਕਰੋ"
872
+
873
+ #: library/plugin-settings.php:1027
874
+ msgid "Public Key"
875
+ msgstr "ਪਬਲਿਕ ਕੁੰਜੀ"
876
+
877
+ #: library/plugin-settings.php:1029
878
+ msgid "Enter your Public Key"
879
+ msgstr "ਆਪਣੀ ਸਰਵਜਨਕ ਕੁੰਜੀ ਦਰਜ ਕਰੋ"
880
+
881
+ #: library/plugin-settings.php:1032
882
+ msgid "Private Key"
883
+ msgstr "ਪ੍ਰਾਈਵੇਟ ਕੁੰਜੀ"
884
+
885
+ #: library/plugin-settings.php:1034
886
+ msgid "Enter your Private Key"
887
+ msgstr "ਆਪਣੀ ਨਿੱਜੀ ਕੁੰਜੀ ਦਰਜ ਕਰੋ"
888
+
889
+ #: library/plugin-settings.php:1039
890
+ msgid "Email Alerts"
891
+ msgstr "ਈ-ਮੇਲ ਚੇਤਾਵਨੀ"
892
+
893
+ #: library/plugin-settings.php:1044
894
+ msgid "Receive Email Alert"
895
+ msgstr "ਈਮੇਲ ਅਲਰਟ ਪ੍ਰਾਪਤ ਕਰੋ"
896
+
897
+ #: library/plugin-settings.php:1046
898
+ msgid ""
899
+ "Check this box if you want to be notified via email for new post submissions."
900
+ msgstr ""
901
+ "ਇਸ ਬਕਸੇ ਨੂੰ ਚੈੱਕ ਕਰੋ ਜੇਕਰ ਤੁਸੀਂ ਨਵੀਂ ਪੋਸਟ ਦੀਆਂ ਬੇਨਤੀਆਂ ਲਈ ਈਮੇਲ ਦੁਆਰਾ ਸੂਚਿਤ "
902
+ "ਕਰਨਾ ਚਾਹੁੰਦੇ ਹੋ."
903
+
904
+ #: library/plugin-settings.php:1049
905
+ msgid "Enable HTML Format"
906
+ msgstr "HTML ਫਾਰਮੈਟ ਨੂੰ ਸਮਰੱਥ ਬਣਾਓ"
907
+
908
+ #: library/plugin-settings.php:1051
909
+ msgid "Check this box to enable HTML format for email alerts."
910
+ msgstr "ਈਮੇਲ ਚਿਤਾਵਨੀਆਂ ਲਈ HTML ਫਾਰਮੈਟ ਨੂੰ ਯੋਗ ਕਰਨ ਲਈ ਇਸ ਬਾਕਸ ਨੂੰ ਚੈਕ ਕਰੋ"
911
+
912
+ #: library/plugin-settings.php:1054
913
+ msgid "Email Address for Alerts"
914
+ msgstr "ਚੇਤਾਵਨੀ ਲਈ ਈਮੇਲ ਪਤਾ"
915
+
916
+ #: library/plugin-settings.php:1056
917
+ msgid ""
918
+ "If you checked the box to receive email alerts, indicate here the address(es)"
919
+ " to which the emails should be sent."
920
+ msgstr ""
921
+ "ਜੇ ਤੁਸੀਂ ਈਮੇਲ ਚੇਤਾਵਨੀਆਂ ਪ੍ਰਾਪਤ ਕਰਨ ਲਈ ਬਕਸੇ ਦੀ ਚੋਣ ਕੀਤੀ ਹੈ, ਤਾਂ ਇੱਥੇ ਈ-ਮੇਲ "
922
+ "ਭੇਜਣ ਵਾਲੇ ਪਤੇ (ਆਂ) ਨੂੰ ਦੱਸੋ."
923
+
924
+ #: library/plugin-settings.php:1057
925
+ msgid "Multiple recipients may be included using a comma, like so:"
926
+ msgstr ""
927
+ "ਬਹੁਤ ਸਾਰੇ ਪ੍ਰਾਪਤਕਰਤਾਵਾਂ ਨੂੰ ਕਾਮੇ ਦੇ ਰੂਪ ਵਿੱਚ ਸ਼ਾਮਲ ਕੀਤਾ ਜਾ ਸਕਦਾ ਹੈ, ਏਦਾਂ:"
928
+
929
+ #: library/plugin-settings.php:1060
930
+ msgid "Email &ldquo;From&rdquo; Address"
931
+ msgstr "ਈ-ਮੇਲ \"ਵਲੋਂ\" ਪਤਾ"
932
+
933
+ #: library/plugin-settings.php:1062
934
+ msgid ""
935
+ "Here you may customize the address(es) used for the &ldquo;From&rdquo; "
936
+ "header (see plugin FAQs for info). "
937
+ msgstr ""
938
+ "ਇੱਥੇ ਤੁਸੀਂ \"ਤੋਂ\" ਸਿਰਲੇਖ ਲਈ ਵਰਤੇ ਗਏ ਪਤੇ ਨੂੰ ਸੰਪਾਦਿਤ ਕਰ ਸਕਦੇ ਹੋ (ਜਾਣਕਾਰੀ ਲਈ "
939
+ "ਪਲੱਗਇਨ FAQ ਵੇਖੋ)."
940
+
941
+ #: library/plugin-settings.php:1063
942
+ msgid ""
943
+ "If multiple addresses are specified in the previous setting, include an "
944
+ "equal number of &ldquo;From&rdquo; addresses for this setting (in the same "
945
+ "order)."
946
+ msgstr ""
947
+ "ਜੇ ਬਹੁਤੀਆਂ ਪਤਿਆਂ ਨੂੰ ਪਿਛਲੀ ਸੈਟਿੰਗ ਵਿੱਚ ਦਰਸਾਇਆ ਗਿਆ ਹੈ, ਤਾਂ ਇਸ ਸੈਟਿੰਗ ਲਈ "
948
+ "\"ਵਲੋਂ\" ਪਤੇ ਦੇ ਬਰਾਬਰ ਦੀ ਗਿਣਤੀ ਸ਼ਾਮਲ ਕਰੋ (ਉਸੇ ਤਰਤੀਬ ਵਿੱਚ)."
949
+
950
+ #: library/plugin-settings.php:1066
951
+ msgid "Email Alert Subject"
952
+ msgstr "ਈ-ਮੇਲ ਚੇਤਾਵਨੀ ਵਿਸ਼ਾ"
953
+
954
+ #: library/plugin-settings.php:1068
955
+ msgid ""
956
+ "Subject line for email alerts. Leave blank to use the default subject line. "
957
+ "Note: you can use the following variables: "
958
+ msgstr ""
959
+ "ਈਮੇਲ ਚੇਤਾਵਨੀਆਂ ਲਈ ਵਿਸ਼ਾ ਲਾਈਨ ਡਿਫੌਲਟ ਵਿਸ਼ਾ ਲਾਈਨ ਨੂੰ ਵਰਤਣ ਲਈ ਖਾਲੀ ਛੱਡੋ ਨੋਟ: "
960
+ "ਤੁਸੀਂ ਹੇਠਾਂ ਦਿੱਤੇ ਵੇਰੀਏਬਲਾਂ ਦੀ ਵਰਤੋਂ ਕਰ ਸਕਦੇ ਹੋ:"
961
+
962
+ #: library/plugin-settings.php:1072
963
+ msgid "Email Alert Message"
964
+ msgstr "ਈਮੇਲ ਚਿਤਾਵਨੀ ਸੁਨੇਹਾ"
965
+
966
+ #: library/plugin-settings.php:1074
967
+ msgid ""
968
+ "Message for email alerts. Leave blank to use the default message. Note: you "
969
+ "can use the following variables: "
970
+ msgstr ""
971
+ "ਈਮੇਲ ਚਿਤਾਵਨੀਆਂ ਲਈ ਸੁਨੇਹਾ ਡਿਫਾਲਟ ਸੁਨੇਹਾ ਵਰਤਣ ਲਈ ਖਾਲੀ ਛੱਡੋ. ਨੋਟ: ਤੁਸੀਂ ਹੇਠਾਂ "
972
+ "ਦਿੱਤੇ ਵੇਰੀਏਬਲਾਂ ਦੀ ਵਰਤੋਂ ਕਰ ਸਕਦੇ ਹੋ:"
973
+
974
+ #: library/plugin-settings.php:1085
975
+ msgid "Featured Image"
976
+ msgstr "ਫੀਚਰਡ ਚਿੱਤਰ"
977
+
978
+ #: library/plugin-settings.php:1087
979
+ msgid ""
980
+ "Set submitted images as Featured Images. Requires theme support for Featured "
981
+ "Images (aka Post Thumbnails)."
982
+ msgstr ""
983
+ "ਫੀਚਰਡ ਚਿੱਤਰਾਂ ਵਜੋਂ ਪ੍ਰਸਤੁਤ ਚਿੱਤਰ ਸੈਟ ਕਰੋ. ਫੀਚਰਡ ਚਿੱਤਰ ਲਈ ਥੀਮ ਸਹਿਯੋਗ ਦੀ "
984
+ "ਜ਼ਰੂਰਤ ਹੈ (ਉਰਫ ਪੋਸਟ ਥੰਬਨੇਲਜ਼)"
985
+
986
+ #: library/plugin-settings.php:1090
987
+ msgid "Upload Message"
988
+ msgstr "ਸੁਨੇਹਾ ਅੱਪਲੋਡ ਕਰੋ"
989
+
990
+ #: library/plugin-settings.php:1092
991
+ msgid ""
992
+ "Message that appears next to the upload field. Useful for stating your "
993
+ "upload guidelines/policy/etc. Basic markup allowed."
994
+ msgstr ""
995
+ "ਅਪਲੋਡ ਫੀਲਡ ਦੇ ਅੱਗੇ ਦਿਖਾਈ ਦੇਣ ਵਾਲਾ ਸੰਦੇਸ਼ ਤੁਹਾਡੇ ਅੱਪਲੋਡ ਦਿਸ਼ਾ-ਨਿਰਦੇਸ਼ / ਨੀਤੀ "
996
+ "ਆਦਿ ਨੂੰ ਦੱਸਣ ਲਈ ਲਾਭਦਾਇਕ ਹੈ. ਮੁਢਲੇ ਮਾਰਕਅੱਪ ਦੀ ਇਜਾਜ਼ਤ"
997
+
998
+ #: library/plugin-settings.php:1095
999
+ msgid "&ldquo;Add another image&rdquo; link"
1000
+ msgstr "\"ਇੱਕ ਹੋਰ ਤਸਵੀਰ ਜੋੜੋ\" ਲਿੰਕ"
1001
+
1002
+ #: library/plugin-settings.php:1097
1003
+ msgid ""
1004
+ "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to "
1005
+ "use the default markup (recommended)."
1006
+ msgstr ""
1007
+ "\"ਹੋਰ ਤਸਵੀਰ ਜੋੜੋ\" ਲਿੰਕ ਲਈ ਕਸਟਮ ਮਾਰਕਅਪ. ਡਿਫੌਲਟ ਮਾਰਕਅਪ ਵਰਤਣ ਲਈ ਖਾਲੀ ਛੱਡੋ "
1008
+ "(ਸਿਫ਼ਾਰਿਸ਼ ਕੀਤਾ)"
1009
+
1010
+ #: library/plugin-settings.php:1100
1011
+ msgid "Minimum number of images"
1012
+ msgstr "ਚਿੱਤਰ ਦੀ ਘੱਟੋ-ਘੱਟ ਗਿਣਤੀ"
1013
+
1014
+ #: library/plugin-settings.php:1103
1015
+ msgid "Specify the minimum number of images."
1016
+ msgstr "ਚਿੱਤਰਾਂ ਦੀ ਨਿਊਨਤਮ ਗਿਣਤੀ ਦਰਸਾਓ."
1017
+
1018
+ #: library/plugin-settings.php:1107
1019
+ msgid "Maximum number of images"
1020
+ msgstr "ਚਿੱਤਰਾਂ ਦੀ ਅਧਿਕਤਮ ਗਿਣਤੀ"
1021
+
1022
+ #: library/plugin-settings.php:1110
1023
+ msgid "Specify the maximum number of images."
1024
+ msgstr "ਚਿੱਤਰਾਂ ਦੀ ਵੱਧ ਤੋਂ ਵੱਧ ਗਿਣਤੀ ਦੱਸੋ."
1025
+
1026
+ #: library/plugin-settings.php:1114
1027
+ msgid "Minimum image width"
1028
+ msgstr "ਘੱਟੋ-ਘੱਟ ਚਿੱਤਰ ਚੌੜਾਈ"
1029
+
1030
+ #: library/plugin-settings.php:1116
1031
+ msgid "Specify a minimum width (in pixels) for uploaded images."
1032
+ msgstr "ਅਪਲੋਡ ਕੀਤੀ ਤਸਵੀਰਾਂ ਲਈ ਘੱਟੋ ਘੱਟ ਚੌੜਾਈ (ਪਿਕਸਲ ਵਿੱਚ) ਦਿਓ."
1033
+
1034
+ #: library/plugin-settings.php:1119
1035
+ msgid "Minimum image height"
1036
+ msgstr "ਘੱਟੋ ਘੱਟ ਚਿੱਤਰ ਦੀ ਉਚਾਈ"
1037
+
1038
+ #: library/plugin-settings.php:1121
1039
+ msgid "Specify a minimum height (in pixels) for uploaded images."
1040
+ msgstr "ਅਪਲੋਡ ਕੀਤੀ ਤਸਵੀਰਾਂ ਲਈ ਘੱਟੋ ਘੱਟ ਉਚਾਈ (ਪਿਕਸਲ ਵਿੱਚ) ਦਿਓ."
1041
+
1042
+ #: library/plugin-settings.php:1124
1043
+ msgid "Maximum image width"
1044
+ msgstr "ਵੱਧ ਤੋਂ ਵੱਧ ਚਿੱਤਰ ਚੌੜਾਈ"
1045
+
1046
+ #: library/plugin-settings.php:1126
1047
+ msgid "Specify a maximum width (in pixels) for uploaded images."
1048
+ msgstr "ਅਪਲੋਡ ਕੀਤੀਆਂ ਤਸਵੀਰਾਂ ਲਈ ਵੱਧ ਤੋਂ ਵੱਧ ਚੌੜਾਈ (ਪਿਕਸਲ ਵਿੱਚ) ਦਿਓ."
1049
+
1050
+ #: library/plugin-settings.php:1129
1051
+ msgid "Maximum image height"
1052
+ msgstr "ਅਧਿਕਤਮ ਚਿੱਤਰ ਦੀ ਉਚਾਈ"
1053
+
1054
+ #: library/plugin-settings.php:1131
1055
+ msgid "Specify a maximum height (in pixels) for uploaded images."
1056
+ msgstr "ਅਪਲੋਡ ਕੀਤੀਆਂ ਤਸਵੀਰਾਂ ਲਈ ਅਧਿਕਤਮ ਉਚਾਈ (ਪਿਕਸਲ ਵਿੱਚ) ਨਿਸ਼ਚਿਤ ਕਰੋ."
1057
+
1058
+ #: library/plugin-settings.php:1134
1059
+ msgid "More Options"
1060
+ msgstr "ਹੋਰ ਵਿਕਲਪ"
1061
+
1062
+ #: library/plugin-settings.php:1137
1063
+ msgid ""
1064
+ "For more options, like the ability to upload other file types (like PDF, "
1065
+ "Word, Zip, videos, and more), check out"
1066
+ msgstr ""
1067
+ "ਹੋਰ ਵਿਕਲਪਾਂ ਲਈ, ਜਿਵੇਂ ਕਿ ਹੋਰ ਫਾਈਲ ਕਿਸਮਾਂ ਨੂੰ ਅਪਲੋਡ ਕਰਨ ਦੀ ਯੋਗਤਾ (ਜਿਵੇਂ ਕਿ "
1068
+ "PDF, Word, Zip, ਵੀਡੀਓ, ਅਤੇ ਹੋਰ), ਚੈੱਕ ਆਊਟ ਕਰੋ"
1069
+
1070
+ #: library/plugin-settings.php:1138
1071
+ msgid "Go Pro!"
1072
+ msgstr "ਪ੍ਰੋ ਜਾਓ!"
1073
+
1074
+ #: library/plugin-settings.php:1138
1075
+ msgid "USP Pro"
1076
+ msgstr "USP ਪ੍ਰੋ"
1077
+
1078
+ #: library/plugin-settings.php:1145
1079
+ msgid "Auto-Display Content"
1080
+ msgstr "ਆਟੋ-ਡਿਸਪਲੇ ਸੰਖੇਪ"
1081
+
1082
+ #: library/plugin-settings.php:1150
1083
+ msgid "Images Auto-Display"
1084
+ msgstr "ਚਿੱਤਰ ਆਟੋ-ਡਿਸਪਲੇ"
1085
+
1086
+ #: library/plugin-settings.php:1152
1087
+ msgid "Auto-display user-submitted images:"
1088
+ msgstr "ਆਟੋ-ਡਿਸਪਲੇ ਉਪਭੋਗਤਾ ਦੁਆਰਾ ਪ੍ਰਸਤੁਤ ਤਸਵੀਰਾਂ:"
1089
+
1090
+ #: library/plugin-settings.php:1157
1091
+ msgid "Image Markup"
1092
+ msgstr "ਚਿੱਤਰ ਮਾਰਕਅੱਪ"
1093
+
1094
+ #: library/plugin-settings.php:1159
1095
+ msgid ""
1096
+ "Markup to use for each submitted image (when auto-display is enabled). Can "
1097
+ "use"
1098
+ msgstr ""
1099
+ "ਹਰੇਕ ਪੇਸ਼ ਕੀਤੀ ਤਸਵੀਰ ਲਈ ਵਰਤਣ ਲਈ ਮਾਰਕਅੱਪ (ਜਦੋਂ ਆਟੋ-ਡਿਸਪਲੇ ਸਮਰੱਥ ਹੈ). ਵਰਤ ਸਕਦੇ "
1100
+ "ਹੋ"
1101
+
1102
+ #: library/plugin-settings.php:1161 library/plugin-settings.php:1174
1103
+ #: library/plugin-settings.php:1187
1104
+ msgid "and"
1105
+ msgstr "ਅਤੇ"
1106
+
1107
+ #: library/plugin-settings.php:1164
1108
+ msgid "Email Auto-Display"
1109
+ msgstr "ਈਮੇਲ ਆਟੋ-ਡਿਸਪਲੇ"
1110
+
1111
+ #: library/plugin-settings.php:1166
1112
+ msgid "Auto-display user-submitted email:"
1113
+ msgstr "ਆਟੋ-ਡਿਸਪਲੇ ਯੂਜਰ ਦੁਆਰਾ ਜਮ੍ਹਾ ਈਮੇਲ:"
1114
+
1115
+ #: library/plugin-settings.php:1171
1116
+ msgid "Email Markup"
1117
+ msgstr "ਈਮੇਲ ਮਾਰਕਅੱਪ"
1118
+
1119
+ #: library/plugin-settings.php:1173
1120
+ msgid ""
1121
+ "Markup to use for the submitted email address (when auto-display is enabled)."
1122
+ " Can use"
1123
+ msgstr ""
1124
+ "ਜਮ੍ਹਾਂ ਹੋਏ ਈਮੇਲ ਪਤੇ ਲਈ ਵਰਤੋਂ ਕਰਨ ਲਈ ਮਾਰਕਅੱਪ (ਜਦੋਂ ਆਟੋ-ਡਿਸਪਲੇ ਸਮਰੱਥ ਹੈ). ਵਰਤ "
1125
+ "ਸਕਦੇ ਹੋ"
1126
+
1127
+ #: library/plugin-settings.php:1177
1128
+ msgid "URL Auto-Display"
1129
+ msgstr "URL ਆਟੋ-ਡਿਸਪਲੇ"
1130
+
1131
+ #: library/plugin-settings.php:1179
1132
+ msgid "Auto-display user-submitted URL:"
1133
+ msgstr "ਆਟੋ-ਡਿਸਪਲੇ ਯੂਜਰ ਵਲੋਂ ਪੇਸ਼ ਯੂਆਰਐਲ:"
1134
+
1135
+ #: library/plugin-settings.php:1184
1136
+ msgid "URL Markup"
1137
+ msgstr "URL ਮਾਰਕਅਪ"
1138
+
1139
+ #: library/plugin-settings.php:1186
1140
+ msgid ""
1141
+ "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1142
+ msgstr ""
1143
+ "ਦਰਜ ਕੀਤੇ ਗਏ URL ਲਈ ਵਰਤਣ ਲਈ ਮਾਰਕਅੱਪ (ਜਦੋਂ ਆਟੋ-ਡਿਸਪਲੇ ਸਮਰੱਥ ਹੈ). ਵਰਤ ਸਕਦੇ ਹੋ"
1144
+
1145
+ #: library/plugin-settings.php:1192 library/plugin-settings.php:1210
1146
+ msgid "Save Settings"
1147
+ msgstr "ਸੈਟਿੰਗ ਸੰਭਾਲੋ"
1148
+
1149
+ #: library/plugin-settings.php:1197
1150
+ msgid "Restore Defaults"
1151
+ msgstr "ਡਿਫਾਲਟ ਰੀਸਟੋਰ ਕਰੋ"
1152
+
1153
+ #: library/plugin-settings.php:1201
1154
+ msgid "Restore default options upon plugin deactivation/reactivation."
1155
+ msgstr "ਪਲਗਇਨ ਅਯੋਗ / ਮੁੜ ਕਿਰਿਆਸ਼ੀਲਤਾ ਤੇ ਡਿਫਾਲਟ ਵਿਕਲਪ ਰੀਸਟੋਰ ਕਰੋ."
1156
+
1157
+ #: library/plugin-settings.php:1205
1158
+ msgid "Tip:"
1159
+ msgstr "ਸੁਝਾਅ:"
1160
+
1161
+ #: library/plugin-settings.php:1206
1162
+ msgid "leave this option unchecked to remember your settings."
1163
+ msgstr "ਆਪਣੀ ਸੈਟਿੰਗ ਨੂੰ ਯਾਦ ਰੱਖਣ ਲਈ ਇਸ ਚੋਣ ਨੂੰ ਨਾ ਛੱਡੋ."
1164
+
1165
+ #: library/plugin-settings.php:1207
1166
+ msgid ""
1167
+ "Or, to go ahead and restore all default options, check the box, save your "
1168
+ "settings, and then deactivate/reactivate the plugin."
1169
+ msgstr ""
1170
+ "ਜਾਂ, ਅੱਗੇ ਜਾਣ ਅਤੇ ਸਾਰੇ ਡਿਫਾਲਟ ਵਿਕਲਪਾਂ ਨੂੰ ਬਹਾਲ ਕਰਨ ਲਈ, ਬਾਕਸ ਨੂੰ ਚੈੱਕ ਕਰੋ, "
1171
+ "ਆਪਣੀਆਂ ਸੈਟਿੰਗਜ਼ ਨੂੰ ਸੁਰੱਖਿਅਤ ਕਰੋ, ਅਤੇ ਫਿਰ ਪਲਗਇਨ ਨੂੰ ਅਕਿਰਿਆਸ਼ੀਲ / ਦੁਬਾਰਾ "
1172
+ "ਕਿਰਿਆਸ਼ੀਲ ਕਰੋ."
1173
+
1174
+ #: library/plugin-settings.php:1215
1175
+ msgid "Shortcode &amp; Template Tag"
1176
+ msgstr "Shortcode ਅਤੇ ਫਰਮਾ ਟੈਗ"
1177
+
1178
+ #: library/plugin-settings.php:1218
1179
+ msgid ""
1180
+ "To implement USP, first configure the plugin settings, then use the "
1181
+ "shortcode or template to display the form on the front-end as desired."
1182
+ msgstr ""
1183
+ "USP ਨੂੰ ਲਾਗੂ ਕਰਨ ਲਈ, ਪਹਿਲਾਂ ਪਲਗਇਨ ਸੈਟਿੰਗਜ਼ ਨੂੰ ਕੌਂਫਿਗਰ ਕਰੋ, ਫਿਰ ਲੋੜੀਦੇ ਤੌਰ "
1184
+ "ਤੇ ਫਰੰਟ-ਐਂਡ ਤੇ ਫਾਰਮ ਨੂੰ ਪ੍ਰਦਰਸ਼ਿਤ ਕਰਨ ਲਈ ਸ਼ੌਰਟਕ ਜਾਂ ਟੈਂਪਲੇਟ ਦੀ ਵਰਤੋਂ ਕਰੋ"
1185
+
1186
+ #: library/plugin-settings.php:1220
1187
+ msgid "Shortcode"
1188
+ msgstr "ਛੋਟਾ ਕੋਡ"
1189
+
1190
+ #: library/plugin-settings.php:1221
1191
+ msgid "Use this shortcode to display the USP Form on any WP Post or Page:"
1192
+ msgstr ""
1193
+ "ਕਿਸੇ ਵੀ WP ਪੋਸਟ ਜਾਂ ਪੰਨਾ ਤੇ ਯੂਐਸਪੀ ਫਾਰਮ ਨੂੰ ਪ੍ਰਦਰਸ਼ਿਤ ਕਰਨ ਲਈ ਇਸ ਸ਼ੋਰਟ ਕੋਡ ਦੀ "
1194
+ "ਵਰਤੋਂ ਕਰੋ:"
1195
+
1196
+ #: library/plugin-settings.php:1224
1197
+ msgid "Template tag"
1198
+ msgstr "ਫਰਮਾ ਟੈਗ"
1199
+
1200
+ #: library/plugin-settings.php:1225
1201
+ msgid ""
1202
+ "Use this template tag to display the USP Form anywhere in your theme "
1203
+ "template:"
1204
+ msgstr ""
1205
+ "ਆਪਣੀ ਥੀਮ ਟੈਪਲੇਟ ਵਿੱਚ ਕਿਤੇ ਵੀ ਯੂਐਸਪੀ ਫਾਰਮ ਨੂੰ ਪ੍ਰਦਰਸ਼ਿਤ ਕਰਨ ਲਈ ਇਸ ਟੈਮਪਲੇਟ ਟੈਗ "
1206
+ "ਦਾ ਉਪਯੋਗ ਕਰੋ:"
1207
+
1208
+ #: library/plugin-settings.php:1231
1209
+ msgid "Show Support"
1210
+ msgstr "ਸਹਿਯੋਗ ਵੇਖਾਓ"
1211
+
1212
+ #: library/plugin-settings.php:1243
1213
+ msgid "by"
1214
+ msgstr "ਨਾਲ"
1215
+
1216
+ #: library/plugin-settings.php:1244
1217
+ msgid "Jeff Starr on Twitter"
1218
+ msgstr "ਟਵਿੱਟਰ 'ਤੇ ਜੈਫ ਸਟਾਰ"
1219
+
1220
+ #: library/plugin-settings.php:1245
1221
+ msgid "Obsessive Web Design &amp; Development"
1222
+ msgstr "ਅਸਧਾਰਨ ਵੈੱਬ ਡਿਜ਼ਾਇਨ ਅਤੇ ਵਿਕਾਸ"
1223
+
1224
+ #: library/plugin-settings.php:1256
1225
+ msgid "Save Preference"
1226
+ msgstr "ਪਸੰਦ ਨੂੰ ਸੁਰੱਖਿਅਤ ਕਰੋ"
1227
+
1228
+ #: library/plugin-settings.php:1263
1229
+ msgid ""
1230
+ "Are you sure you want to restore all default options? (this action cannot be "
1231
+ "undone)"
1232
+ msgstr ""
1233
+ "ਕੀ ਤੁਸੀਂ ਨਿਸ਼ਚਤ ਰੂਪ ਤੋਂ ਸਾਰੇ ਡਿਫੌਲਟ ਵਿਕਲਪਾਂ ਨੂੰ ਪੁਨਰ ਸਥਾਪਿਤ ਕਰਨਾ ਚਾਹੁੰਦੇ ਹੋ? "
1234
+ "(ਇਹ ਕਾਰਵਾਈ ਵਾਪਸ ਨਹੀਂ ਲਈ ਜਾ ਸਕਦੀ)"
1235
+
1236
+ #: library/template-tags.php:214
1237
+ msgid "View full post"
1238
+ msgstr "ਪੂਰਾ ਪੋਸਟ ਵੇਖੋ"
1239
+
1240
+ #. Description of the plugin
1241
+ msgid ""
1242
+ "Enables your visitors to submit posts and images from anywhere on your site."
1243
+ msgstr ""
1244
+ "ਤੁਹਾਡੀਆਂ ਮਹਿਮਾਨਾਂ ਨੂੰ ਆਪਣੀ ਸਾਈਟ ਤੇ ਕਿਤੇ ਵੀ ਪੋਸਟਾਂ ਅਤੇ ਤਸਵੀਰਾਂ ਜਮ੍ਹਾਂ ਕਰਾਉਣ "
1245
+ "ਨੂੰ ਸਮਰੱਥ ਬਣਾਉਂਦਾ ਹੈ."
1246
+
1247
+ #. URI of the plugin
1248
+ msgid "https://perishablepress.com/user-submitted-posts/"
1249
+ msgstr "Https://perishablepress.com/user-submitted-posts/"
1250
+
1251
+ #. Author of the plugin
1252
+ msgid "Jeff Starr"
1253
+ msgstr "ਜੈਫ ਸਟਾਰ"
1254
+
1255
+ #. Author URI of the plugin
1256
+ msgid "https://plugin-planet.com/"
1257
+ msgstr "Https://plugin-planet.com/"
languages/usp-pl_PL.mo ADDED
Binary file
languages/usp-pl_PL.po ADDED
@@ -0,0 +1,1263 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: Loco - https://localise.biz/\n"
7
+ "Project-Id-Version: USP\n"
8
+ "Language: pl-PL\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2017-08-03 19:38+0000\n"
11
+ "PO-Revision-Date: 2017-08-03 19:38+0000\n"
12
+ "Last-Translator: Jeff Starr <help@monzillamedia.com>\n"
13
+ "Language-Team: Polish\n"
14
+ "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10 >= 2 && n%10<=4 "
15
+ "&&(n%100<10||n%100 >= 20)? 1 : 2)"
16
+
17
+ #. Name of the plugin
18
+ #: user-submitted-posts.php:43
19
+ msgid "User Submitted Posts"
20
+ msgstr "Posty napisane przez użytkownika"
21
+
22
+ #: user-submitted-posts.php:75
23
+ msgid "requires WordPress "
24
+ msgstr "Wymaga WordPressa"
25
+
26
+ #: user-submitted-posts.php:76
27
+ msgid " or higher, and has been deactivated! "
28
+ msgstr " Lub wyższy i został dezaktywowany!"
29
+
30
+ #: user-submitted-posts.php:77
31
+ msgid "Please return to the"
32
+ msgstr "Proszę wrócić do"
33
+
34
+ #: user-submitted-posts.php:78
35
+ msgid "WordPress Admin Area"
36
+ msgstr "Obszar administracyjny WordPress"
37
+
38
+ #: user-submitted-posts.php:79
39
+ msgid "to upgrade WordPress and try again."
40
+ msgstr "Uaktualnić WordPress i spróbować ponownie."
41
+
42
+ #: user-submitted-posts.php:121
43
+ msgid "User Submitted Post"
44
+ msgstr "Post Wysłany przez użytkownika"
45
+
46
+ #: user-submitted-posts.php:384
47
+ msgid "User Submitted Post Info"
48
+ msgstr "Informacje o użytkowniku przesłane przez użytkownika"
49
+
50
+ #: user-submitted-posts.php:414
51
+ msgid "Submitter Name: "
52
+ msgstr "Nazwa nadawcy:"
53
+
54
+ #: user-submitted-posts.php:415
55
+ msgid "Submitter Email: "
56
+ msgstr "Wyślij e-mail:"
57
+
58
+ #: user-submitted-posts.php:416
59
+ msgid "Submitter URL: "
60
+ msgstr "Adres URL wysyłającego:"
61
+
62
+ #: user-submitted-posts.php:417
63
+ msgid "Submitter IP: "
64
+ msgstr "Adres IP dostawcy:"
65
+
66
+ #: user-submitted-posts.php:468
67
+ msgid "Show USP Posts"
68
+ msgstr "Pokaż posty USP"
69
+
70
+ #: user-submitted-posts.php:469
71
+ msgid "USP"
72
+ msgstr "USP"
73
+
74
+ #: user-submitted-posts.php:1103
75
+ msgid " files required"
76
+ msgstr " Wymagane pliki"
77
+
78
+ #: user-submitted-posts.php:1104
79
+ msgid " file required"
80
+ msgstr " Wymagany plik"
81
+
82
+ #: user-submitted-posts.php:1106
83
+ msgid " files"
84
+ msgstr " akta"
85
+
86
+ #: user-submitted-posts.php:1107
87
+ msgid " file"
88
+ msgstr " plik"
89
+
90
+ #: user-submitted-posts.php:1109 user-submitted-posts.php:1110
91
+ #: user-submitted-posts.php:1111 user-submitted-posts.php:1112
92
+ msgid " pixels"
93
+ msgstr " Piksele"
94
+
95
+ #: user-submitted-posts.php:1115
96
+ msgid "An error occurred. Please go back and try again."
97
+ msgstr "Wystąpił błąd. Proszę wrócić i spróbować ponownie."
98
+
99
+ #: user-submitted-posts.php:1125
100
+ msgid "User login required"
101
+ msgstr "Wymagane logowanie użytkownika"
102
+
103
+ #: user-submitted-posts.php:1126
104
+ msgid "User name required"
105
+ msgstr "Nazwa użytkownika (wymagana"
106
+
107
+ #: user-submitted-posts.php:1127
108
+ msgid "Post title required"
109
+ msgstr "Wymagany tytuł wpisu"
110
+
111
+ #: user-submitted-posts.php:1128
112
+ msgid "User URL required"
113
+ msgstr "Wymagany URL użytkownika"
114
+
115
+ #: user-submitted-posts.php:1129
116
+ msgid "Post tags required"
117
+ msgstr "Wymagane tagi"
118
+
119
+ #: user-submitted-posts.php:1130
120
+ msgid "Post category required"
121
+ msgstr "Wymagana kategoria postów"
122
+
123
+ #: user-submitted-posts.php:1131
124
+ msgid "Post content required"
125
+ msgstr "Wymagana treść"
126
+
127
+ #: user-submitted-posts.php:1132 user-submitted-posts.php:1133
128
+ msgid "Correct captcha required"
129
+ msgstr "Wymagana poprawna captcha"
130
+
131
+ #: user-submitted-posts.php:1134
132
+ msgid "User email required"
133
+ msgstr "Wymagany e-mail użytkownika"
134
+
135
+ #: user-submitted-posts.php:1135
136
+ msgid "Please check your email and try again"
137
+ msgstr "Sprawdź swój e-mail i spróbuj ponownie"
138
+
139
+ #: user-submitted-posts.php:1136
140
+ msgid "Non-empty value for hidden field"
141
+ msgstr "Niewłaściwa wartość dla ukrytego pola"
142
+
143
+ #: user-submitted-posts.php:1137
144
+ msgid "Minimum number of images not met"
145
+ msgstr "Minimalna liczba obrazów, które nie zostały spełnione"
146
+
147
+ #: user-submitted-posts.php:1138
148
+ msgid "Maximum number of images exceeded "
149
+ msgstr "Maksymalna liczba zdjęć została przekroczona"
150
+
151
+ #: user-submitted-posts.php:1139
152
+ msgid "Minimum image width not met"
153
+ msgstr "Minimalna szerokość obrazu nie została spełniona"
154
+
155
+ #: user-submitted-posts.php:1140
156
+ msgid "Image width exceeds maximum"
157
+ msgstr "Szerokość obrazu przekracza maksimum"
158
+
159
+ #: user-submitted-posts.php:1141
160
+ msgid "Minimum image height not met"
161
+ msgstr "Minimalna wysokość obrazu nie została osiągnięta"
162
+
163
+ #: user-submitted-posts.php:1142
164
+ msgid "Image height exceeds maximum"
165
+ msgstr "Wysokość obrazu przekracza maksimum"
166
+
167
+ #: user-submitted-posts.php:1143
168
+ msgid "File type not allowed (please upload images only)"
169
+ msgstr "Typ pliku nie jest dozwolony (proszę przesłać tylko zdjęcia)"
170
+
171
+ #: user-submitted-posts.php:1147
172
+ msgid "Error uploading file. Please check the file size and try again."
173
+ msgstr ""
174
+ "Błąd podczas przesyłania pliku. Sprawdź rozmiar pliku i spróbuj ponownie."
175
+
176
+ #: user-submitted-posts.php:1151
177
+ msgid "The file(s) could not be uploaded"
178
+ msgstr "Nie można przesłać pliku"
179
+
180
+ #: user-submitted-posts.php:1153
181
+ msgid "Post not created. Please contact the site administrator for help."
182
+ msgstr ""
183
+ "Nie utworzono posta. Aby uzyskać pomoc, skontaktuj się z administratorem "
184
+ "witryny."
185
+
186
+ #: user-submitted-posts.php:1154
187
+ msgid "Duplicate post title. Please try again."
188
+ msgstr "Duplikat tytułu postu. Proszę spróbuj ponownie."
189
+
190
+ #: user-submitted-posts.php:1164
191
+ msgid "Error: "
192
+ msgstr "Błąd:"
193
+
194
+ #: user-submitted-posts.php:1190
195
+ msgid "Return to form"
196
+ msgstr "Wróć do formularza"
197
+
198
+ #: user-submitted-posts.php:1218 library/plugin-settings.php:658
199
+ msgid "Please"
200
+ msgstr "Proszę"
201
+
202
+ #: user-submitted-posts.php:1219
203
+ msgid "log in"
204
+ msgstr "Zaloguj Się"
205
+
206
+ #: user-submitted-posts.php:1220
207
+ msgid "to submit content!"
208
+ msgstr "Do przesyłania treści!"
209
+
210
+ #: views/submission-form.php:45 views/submission-form-alt.php:54
211
+ msgid "Please complete the required fields."
212
+ msgstr "Proszę wypełnić wymagane pola."
213
+
214
+ #: views/submission-form.php:55 views/submission-form.php:56
215
+ #: views/submission-form-alt.php:60 views/submission-form-alt.php:61
216
+ msgid "Your Name"
217
+ msgstr "Twoje imię"
218
+
219
+ #: views/submission-form.php:61 views/submission-form.php:62
220
+ #: views/submission-form-alt.php:66 views/submission-form-alt.php:67
221
+ msgid "Your URL"
222
+ msgstr "Twój URL"
223
+
224
+ #: views/submission-form.php:67 views/submission-form.php:68
225
+ #: views/submission-form-alt.php:72 views/submission-form-alt.php:73
226
+ msgid "Your Email"
227
+ msgstr "Twój email"
228
+
229
+ #: views/submission-form.php:73 views/submission-form.php:74
230
+ #: views/submission-form-alt.php:78 views/submission-form-alt.php:79
231
+ #: library/plugin-settings.php:747
232
+ msgid "Post Title"
233
+ msgstr "Tytuł wpisu"
234
+
235
+ #: views/submission-form.php:79 views/submission-form.php:80
236
+ #: views/submission-form-alt.php:84 views/submission-form-alt.php:85
237
+ #: library/plugin-settings.php:757
238
+ msgid "Post Tags"
239
+ msgstr "Dodaj tagi"
240
+
241
+ #: views/submission-form.php:86 views/submission-form-alt.php:91
242
+ msgid "Antispam Question"
243
+ msgstr "Pytanie dotyczące antyspamu"
244
+
245
+ #: views/submission-form.php:91 views/submission-form-alt.php:96
246
+ #: library/plugin-settings.php:767
247
+ msgid "Post Category"
248
+ msgstr "Kategoria postu"
249
+
250
+ #: views/submission-form.php:93 views/submission-form-alt.php:98
251
+ msgid "Please select a category.."
252
+ msgstr "Proszę wybrać kategorię .."
253
+
254
+ #: views/submission-form.php:128 views/submission-form.php:129
255
+ #: views/submission-form-alt.php:133 views/submission-form-alt.php:134
256
+ #: library/plugin-settings.php:777
257
+ msgid "Post Content"
258
+ msgstr "Publikuj treść"
259
+
260
+ #: views/submission-form.php:135 views/submission-form-alt.php:140
261
+ msgid "Verification"
262
+ msgstr "Weryfikacja"
263
+
264
+ #: views/submission-form.php:142 views/submission-form-alt.php:147
265
+ msgid "Upload an Image"
266
+ msgstr "Prześlij obraz"
267
+
268
+ #: views/submission-form.php:151 views/submission-form-alt.php:156
269
+ msgid "Add another image"
270
+ msgstr "Dodaj kolejny obraz"
271
+
272
+ #: views/submission-form.php:173 views/submission-form-alt.php:178
273
+ msgid "Human verification: leave this field empty."
274
+ msgstr "Weryfikacja człowieka: pozostaw to pole puste."
275
+
276
+ #: views/submission-form.php:195 views/submission-form-alt.php:200
277
+ msgid "Submit Post"
278
+ msgstr "Prześlij pocztę"
279
+
280
+ #: library/plugin-settings.php:32
281
+ msgid "Get USP Pro for unlimited forms!"
282
+ msgstr "Pobierz USP Pro bez ograniczeń!"
283
+
284
+ #: library/plugin-settings.php:33
285
+ msgid "Go Pro"
286
+ msgstr "Bądź profesjonalny"
287
+
288
+ #: library/plugin-settings.php:37
289
+ msgid "Settings"
290
+ msgstr "Ustawienia"
291
+
292
+ #: library/plugin-settings.php:55
293
+ msgid "Give USP a 5-star rating at WordPress.org"
294
+ msgstr "Podaj USP 5-gwiazdkową ocenę na WordPress.org"
295
+
296
+ #: library/plugin-settings.php:56
297
+ msgid "Rate this plugin&nbsp;&raquo;"
298
+ msgstr "Oceń tę wtyczkę&nbsp;&raquo;"
299
+
300
+ #: library/plugin-settings.php:115
301
+ msgid "WP Post (recommended)"
302
+ msgstr "WP Post (zalecane)"
303
+
304
+ #: library/plugin-settings.php:119
305
+ msgid "WP Page"
306
+ msgstr "Strona WP"
307
+
308
+ #: library/plugin-settings.php:135
309
+ msgid "HTML5 Form + Default CSS"
310
+ msgstr "HTML5 Form + Domyślny CSS"
311
+
312
+ #: library/plugin-settings.php:135
313
+ msgid "(Recommended)"
314
+ msgstr "(Zalecana)"
315
+
316
+ #: library/plugin-settings.php:139
317
+ msgid "HTML5 Form + Disable CSS"
318
+ msgstr "HTML5 Form + Wyłącz CSS"
319
+
320
+ #: library/plugin-settings.php:139
321
+ msgid "(Provide your own styles)"
322
+ msgstr "(Dostarczaj własne style)"
323
+
324
+ #: library/plugin-settings.php:143
325
+ msgid "Custom Form + Custom CSS"
326
+ msgstr "Niestandardowy formularz + niestandardowy CSS"
327
+
328
+ #: library/plugin-settings.php:143
329
+ msgid "(Provide your own form template &amp; styles)"
330
+ msgstr "(Podaj swój szablon i style)"
331
+
332
+ #: library/plugin-settings.php:159 library/plugin-settings.php:183
333
+ #: library/plugin-settings.php:206
334
+ msgid "Auto-display before post content"
335
+ msgstr "Automatyczne wyświetlanie przed publikacją treści"
336
+
337
+ #: library/plugin-settings.php:163 library/plugin-settings.php:187
338
+ #: library/plugin-settings.php:210
339
+ msgid "Auto-display after post content"
340
+ msgstr "Automatyczne wyświetlanie po treści postu"
341
+
342
+ #: library/plugin-settings.php:167
343
+ msgid "Do not auto-display submitted images"
344
+ msgstr "Nie wyświetlaj automatycznie wyświetlanych obrazów"
345
+
346
+ #: library/plugin-settings.php:191
347
+ msgid "Do not auto-display submitted email"
348
+ msgstr "Nie wyś wietlaj automatycznie wysłanego e-maila"
349
+
350
+ #: library/plugin-settings.php:214
351
+ msgid "Do not auto-display submitted URL"
352
+ msgstr "Nie wyświetlaj automatycznie wyświetlanego adresu URL"
353
+
354
+ #: library/plugin-settings.php:367
355
+ msgid ""
356
+ "There was an error. Please ensure that you have added a title, some content, "
357
+ "and that you have uploaded only images."
358
+ msgstr ""
359
+ "Wystąpił błąd. Upewnij się, że dodałeś tytuł, jakąś treść i że masz tylko "
360
+ "przesłane zdjęcia."
361
+
362
+ #: library/plugin-settings.php:381
363
+ msgid "Please select your image(s) to upload."
364
+ msgstr "Wybierz zdjęcie, które chcesz przesłać."
365
+
366
+ #: library/plugin-settings.php:387
367
+ msgid "Success! Thank you for your submission."
368
+ msgstr "Powodzenie! Dziękujemy za zgłoszenie."
369
+
370
+ #: library/plugin-settings.php:413
371
+ msgid "Email"
372
+ msgstr "E-mail"
373
+
374
+ #: library/plugin-settings.php:414
375
+ msgid "URL"
376
+ msgstr "Adres URL"
377
+
378
+ #: library/plugin-settings.php:645
379
+ msgid "Toggle all panels"
380
+ msgstr "Przełącz wszystkie panele"
381
+
382
+ #: library/plugin-settings.php:654
383
+ msgid "We need your support!"
384
+ msgstr "Potrzebujemy twojego wsparcia!"
385
+
386
+ #: library/plugin-settings.php:658
387
+ msgid "Make a donation via PayPal"
388
+ msgstr "Zrób darowiznę za pośrednictwem systemu PayPal"
389
+
390
+ #: library/plugin-settings.php:658
391
+ msgid "make a donation"
392
+ msgstr "ofiarować"
393
+
394
+ #: library/plugin-settings.php:658
395
+ msgid "and/or"
396
+ msgstr "I / lub"
397
+
398
+ #: library/plugin-settings.php:659
399
+ msgid "Rate and review at the Plugin Directory"
400
+ msgstr "Oceń i przegląd w katalogu Plugin"
401
+
402
+ #: library/plugin-settings.php:660
403
+ msgid "give this plugin a 5-star rating"
404
+ msgstr "Daj tej wtyczce 5 gwiazdek"
405
+
406
+ #: library/plugin-settings.php:664
407
+ msgid ""
408
+ "Your generous support enables continued development of this free plugin. "
409
+ "Thank you!"
410
+ msgstr ""
411
+ "Twoja hojna obsługa pozwala na dalszy rozwój tej darmowej wtyczki. Dziękuję "
412
+ "Ci!"
413
+
414
+ #: library/plugin-settings.php:669
415
+ msgid "Check this box if you have shown support"
416
+ msgstr "Zaznacz to pole, jeśli masz wsparcie"
417
+
418
+ #: library/plugin-settings.php:678
419
+ msgid "Overview"
420
+ msgstr "Przegląd"
421
+
422
+ #: library/plugin-settings.php:682
423
+ msgid ""
424
+ "enables your visitors to submit posts and upload images from the front-end "
425
+ "of your site. "
426
+ msgstr ""
427
+ "Umożliwia użytkownikom przesyłanie postów i przesyłanie zdjęć z frontonu "
428
+ "witryny."
429
+
430
+ #: library/plugin-settings.php:683
431
+ msgid "For advanced functionality and unlimited forms, check out"
432
+ msgstr "Aby uzyskać zaawansowane funkcje i nieograniczone formy, sprawdź"
433
+
434
+ #: library/plugin-settings.php:684
435
+ msgid "&mdash; the ultimate solution for user-generated content."
436
+ msgstr "- ostatecznym rozwiązaniem dla treści generowanych przez użytkowników."
437
+
438
+ #: library/plugin-settings.php:688 library/plugin-settings.php:706
439
+ msgid "Plugin Settings"
440
+ msgstr "Ustawienia wtyczki"
441
+
442
+ #: library/plugin-settings.php:689
443
+ msgid "Display the form"
444
+ msgstr "Wyświetl formularz"
445
+
446
+ #: library/plugin-settings.php:690 library/plugin-settings.php:1243
447
+ msgid "Plugin Homepage"
448
+ msgstr "Strona wtyczek"
449
+
450
+ #: library/plugin-settings.php:693
451
+ msgid "If you like this plugin, please"
452
+ msgstr "Jeśli podoba Ci się ta wtyczka, proszę"
453
+
454
+ #: library/plugin-settings.php:694
455
+ msgid "THANK YOU for your support!"
456
+ msgstr "Dziękuję za Twoje wsparcie!"
457
+
458
+ #: library/plugin-settings.php:694
459
+ msgid "give it a 5-star rating"
460
+ msgstr "Daj 5 gwiazdek"
461
+
462
+ #: library/plugin-settings.php:698
463
+ msgid "Unlimited front-end forms"
464
+ msgstr "Nieograniczona forma frontonu"
465
+
466
+ #: library/plugin-settings.php:698
467
+ msgid "Get USP Pro"
468
+ msgstr "Pobierz USP Pro"
469
+
470
+ #: library/plugin-settings.php:710
471
+ msgid "Configure your settings for User Submitted Posts."
472
+ msgstr "Skonfiguruj ustawienia postów wysyłanych przez użytkownika."
473
+
474
+ #: library/plugin-settings.php:712
475
+ msgid "Form Fields"
476
+ msgstr "Pola formularza"
477
+
478
+ #: library/plugin-settings.php:717
479
+ msgid "User Name"
480
+ msgstr "Nazwa Użytkownika"
481
+
482
+ #: library/plugin-settings.php:720 library/plugin-settings.php:730
483
+ #: library/plugin-settings.php:740 library/plugin-settings.php:750
484
+ #: library/plugin-settings.php:760 library/plugin-settings.php:770
485
+ #: library/plugin-settings.php:780 library/plugin-settings.php:790
486
+ #: library/plugin-settings.php:800
487
+ msgid "Display and require"
488
+ msgstr "Wyświetl i wymagaj"
489
+
490
+ #: library/plugin-settings.php:721 library/plugin-settings.php:731
491
+ #: library/plugin-settings.php:741 library/plugin-settings.php:751
492
+ #: library/plugin-settings.php:761 library/plugin-settings.php:771
493
+ #: library/plugin-settings.php:781
494
+ msgid "Display but do not require"
495
+ msgstr "Wyświetlaj, ale nie wymagaj"
496
+
497
+ #: library/plugin-settings.php:722 library/plugin-settings.php:732
498
+ #: library/plugin-settings.php:742 library/plugin-settings.php:752
499
+ #: library/plugin-settings.php:762 library/plugin-settings.php:772
500
+ #: library/plugin-settings.php:782 library/plugin-settings.php:791
501
+ #: library/plugin-settings.php:801
502
+ msgid "Disable this field"
503
+ msgstr "Wyłącz to pole"
504
+
505
+ #: library/plugin-settings.php:727
506
+ msgid "User Email"
507
+ msgstr "E-mail użytkownika"
508
+
509
+ #: library/plugin-settings.php:737
510
+ msgid "User URL"
511
+ msgstr "Adres URL użytkownika"
512
+
513
+ #: library/plugin-settings.php:787 library/plugin-settings.php:793
514
+ #: library/plugin-settings.php:999 library/plugin-settings.php:1004
515
+ msgid "Challenge Question"
516
+ msgstr "Pytanie o wyzwanie"
517
+
518
+ #: library/plugin-settings.php:793 library/plugin-settings.php:803
519
+ #: library/plugin-settings.php:813
520
+ msgid "(Visit"
521
+ msgstr "(Odwiedzić"
522
+
523
+ #: library/plugin-settings.php:793 library/plugin-settings.php:803
524
+ #: library/plugin-settings.php:813
525
+ msgid "to configure options)"
526
+ msgstr "Konfigurować opcje)"
527
+
528
+ #: library/plugin-settings.php:797 library/plugin-settings.php:803
529
+ #: library/plugin-settings.php:1021
530
+ msgid "Google reCAPTCHA"
531
+ msgstr "Google reCAPTCHA"
532
+
533
+ #: library/plugin-settings.php:807
534
+ msgid "Post Images"
535
+ msgstr "Publikuj obrazy"
536
+
537
+ #: library/plugin-settings.php:810
538
+ msgid "Display"
539
+ msgstr "Pokaz"
540
+
541
+ #: library/plugin-settings.php:811
542
+ msgid "Disable"
543
+ msgstr "Wyłączyć"
544
+
545
+ #: library/plugin-settings.php:813 library/plugin-settings.php:1080
546
+ msgid "Image Uploads"
547
+ msgstr "Przesyłanie obrazków"
548
+
549
+ #: library/plugin-settings.php:819
550
+ msgid "General Settings"
551
+ msgstr "Ustawienia główne"
552
+
553
+ #: library/plugin-settings.php:824
554
+ msgid "Form Style"
555
+ msgstr "Styl formularza"
556
+
557
+ #: library/plugin-settings.php:829
558
+ msgid "With this option, you can copy the plugin&rsquo;s default templates:"
559
+ msgstr "Dzięki tej opcji możesz skopiować domyślne szablony wtyczki:"
560
+
561
+ #: library/plugin-settings.php:834
562
+ msgid "..and upload them into a directory named"
563
+ msgstr ".. i przesłać je do katalogu o nazwie"
564
+
565
+ #: library/plugin-settings.php:834
566
+ msgid "in your theme:"
567
+ msgstr "W swoim temacie:"
568
+
569
+ #: library/plugin-settings.php:840
570
+ msgid ""
571
+ "That will enable you to customize the form and styles as desired. For more "
572
+ "info, check out the \"Custom Submission Form\" section in the"
573
+ msgstr ""
574
+ "Umożliwi to dostosowanie formularza i stylów do potrzeb. Aby uzyskać więcej "
575
+ "informacji, zapoznaj się z sekcją \"Niestandardowe zgłoszenie\" w witrynie"
576
+
577
+ #: library/plugin-settings.php:841
578
+ msgid "Installation Docs"
579
+ msgstr "Dokumenty instalacyjne"
580
+
581
+ #: library/plugin-settings.php:842
582
+ msgid "FYI: here is a"
583
+ msgstr "FYI: oto jest"
584
+
585
+ #: library/plugin-settings.php:842
586
+ msgid "list of USP CSS selectors"
587
+ msgstr "Lista selektorów CSS USP"
588
+
589
+ #: library/plugin-settings.php:848
590
+ msgid "Include JavaScript"
591
+ msgstr "Dołącz JavaScript"
592
+
593
+ #: library/plugin-settings.php:850
594
+ msgid ""
595
+ "Check this box if you want to include the external JavaScript files "
596
+ "(recommended)."
597
+ msgstr ""
598
+ "Zaznacz to pole, jeśli chcesz dodać zewnętrzne pliki JavaScript (zalecane)."
599
+
600
+ #: library/plugin-settings.php:853
601
+ msgid "Targeted Loading"
602
+ msgstr "Ukierunkowane wczytywanie"
603
+
604
+ #: library/plugin-settings.php:855
605
+ msgid ""
606
+ "By default, external CSS &amp; JavaScript files are loaded on every page. "
607
+ "Here you may specify the URL of the USP form to load resources only on that "
608
+ "page. Note: leave blank to load on all pages."
609
+ msgstr ""
610
+ "Domyślnie zewnętrzne pliki CSS i JavaScript są ładowane na każdej stronie. "
611
+ "Tutaj możesz określić adres URL formularza USP, aby załadować zasoby tylko "
612
+ "na tej stronie. Uwaga: pozostaw puste do załadowania na wszystkich stronach."
613
+
614
+ #: library/plugin-settings.php:858
615
+ msgid "Post Type"
616
+ msgstr "Typ wpisu"
617
+
618
+ #: library/plugin-settings.php:861
619
+ msgid "Submit posts as WP Posts or Pages"
620
+ msgstr "Przesyłaj posty jako posta WP lub strony"
621
+
622
+ #: library/plugin-settings.php:865
623
+ msgid "Auto Publish"
624
+ msgstr "Auto Publikuj"
625
+
626
+ #: library/plugin-settings.php:868
627
+ msgid "Always moderate via Draft"
628
+ msgstr "Zawsze umiarkuj przez Wersję"
629
+
630
+ #: library/plugin-settings.php:869
631
+ msgid "Always moderate via Pending"
632
+ msgstr "Zawsze umiarkuj przez Pending"
633
+
634
+ #: library/plugin-settings.php:870
635
+ msgid "Always publish immediately"
636
+ msgstr "Zawsze publikuj natychmiast"
637
+
638
+ #: library/plugin-settings.php:875
639
+ msgid ""
640
+ "Post Status for submitted posts: moderate (recommended), publish immediately,"
641
+ " or publish after any number of approved posts."
642
+ msgstr ""
643
+ "Status postu opublikowany: umiarkowany (zalecany), opublikowany natychmiast "
644
+ "lub opublikowany po dowolnej liczbie zatwierdzonych postów."
645
+
646
+ #: library/plugin-settings.php:879
647
+ msgid "Redirect URL"
648
+ msgstr "Adres URL przekierowania"
649
+
650
+ #: library/plugin-settings.php:881
651
+ msgid ""
652
+ "Specify a URL to redirect the user after post-submission. Leave blank to "
653
+ "redirect back to current page."
654
+ msgstr ""
655
+ "Określ adres URL, który ma przekierować użytkownika po wysłaniu zgłoszenia. "
656
+ "Pozostaw puste, aby przekierować z powrotem do bieżącej strony."
657
+
658
+ #: library/plugin-settings.php:884
659
+ msgid "Success Message"
660
+ msgstr "Wiadomość o sukcesie"
661
+
662
+ #: library/plugin-settings.php:886
663
+ msgid ""
664
+ "Success message that is displayed if post-submission is successful. Basic "
665
+ "markup is allowed."
666
+ msgstr ""
667
+ "Wiadomość o sukcesie, która jest wyś Dopuszczalne są podstawowe znaczniki."
668
+
669
+ #: library/plugin-settings.php:889
670
+ msgid "Error Message"
671
+ msgstr "Komunikat o błędzie"
672
+
673
+ #: library/plugin-settings.php:891
674
+ msgid ""
675
+ "General error message that is displayed if post-submission fails. Basic "
676
+ "markup is allowed."
677
+ msgstr ""
678
+ "Ogólny komunikat o błędzie, który jest wyświetlany, jeśli post-submission "
679
+ "nie powiedzie się. Dopuszczalne są podstawowe znaczniki."
680
+
681
+ #: library/plugin-settings.php:894
682
+ msgid "Custom Content"
683
+ msgstr "Treści niestandardowe"
684
+
685
+ #: library/plugin-settings.php:896
686
+ msgid ""
687
+ "Custom text/markup to be included before the submission form. Leave blank to "
688
+ "disable."
689
+ msgstr ""
690
+ "Tekst niestandardowy / znacznik do dołączenia przed formularzem "
691
+ "zgłoszeniowym. Pozostaw puste, aby wyłączyć."
692
+
693
+ #: library/plugin-settings.php:899
694
+ msgid "Rich Text Editor"
695
+ msgstr "Bogaty edytor tekstu"
696
+
697
+ #: library/plugin-settings.php:901
698
+ msgid ""
699
+ "Check this box if you want to enable WP rich text editing for submitted "
700
+ "posts."
701
+ msgstr ""
702
+ "Zaznacz to pole, jeśli chcesz włączyć edytowanie tekstu bogatych w WP dla "
703
+ "przesyłanych postów."
704
+
705
+ #: library/plugin-settings.php:904
706
+ msgid "Unique Titles"
707
+ msgstr "Unikatowe tytuły"
708
+
709
+ #: library/plugin-settings.php:906
710
+ msgid ""
711
+ "Require submitted post titles to be unique (useful for preventing "
712
+ "multiple/duplicate submitted posts)."
713
+ msgstr ""
714
+ "Wymagaj, aby opublikowane tytuły postów były unikatowe (przydatne w "
715
+ "zapobieganiu wielokrotnym lub duplikowaniu przesyłanych postów)."
716
+
717
+ #: library/plugin-settings.php:909
718
+ msgid "Disable Required"
719
+ msgstr "Wyłącz wymagane"
720
+
721
+ #: library/plugin-settings.php:911
722
+ msgid ""
723
+ "Disable all required attributes on default form fields (useful for "
724
+ "troubleshooting error messages)."
725
+ msgstr ""
726
+ "Wyłącz wszystkie wymagane atrybuty w polach formularzy domyślnych (przydatne "
727
+ "do rozwiązywania problemów z wiadomościami o błędach)."
728
+
729
+ #: library/plugin-settings.php:914
730
+ msgid "Disable IP Tracking"
731
+ msgstr "Wyłącz śledzenia IP"
732
+
733
+ #: library/plugin-settings.php:916
734
+ msgid ""
735
+ "By default USP records the IP address with each submitted post. Check this "
736
+ "box to disable all IP tracking."
737
+ msgstr ""
738
+ "Domyślnie USP rejestruje adres IP dla każdego wysłanego wpisu. Zaznacz to "
739
+ "pole, aby wyłączyć wszystkie śledzenia IP."
740
+
741
+ #: library/plugin-settings.php:919
742
+ msgid "Enable Shortcodes"
743
+ msgstr "Włącz skróty"
744
+
745
+ #: library/plugin-settings.php:921
746
+ msgid ""
747
+ "Enable shortcodes in widgets. By default, WordPress does not enable "
748
+ "shortcodes in widgets. "
749
+ msgstr ""
750
+ "Włącz skróty w widżetach. Domyślnie WordPress nie włącza skrótów w widżetach."
751
+
752
+ #: library/plugin-settings.php:922
753
+ msgid ""
754
+ "This setting enables any/all shortcodes in widgets (even shortcodes from "
755
+ "other plugins)."
756
+ msgstr ""
757
+ "To ustawienie umożliwia dowolne / wszystkie skróty w widżetach (nawet skróty "
758
+ "z innych wtyczek)."
759
+
760
+ #: library/plugin-settings.php:927 library/plugin-settings.php:932
761
+ msgid "Categories"
762
+ msgstr "Kategorie"
763
+
764
+ #: library/plugin-settings.php:935
765
+ msgid ""
766
+ "Select which categories may be assigned to submitted posts (click to toggle)"
767
+ msgstr ""
768
+ "Wybierz kategorie, które mogą być przypisane do przesyłanych postów (kliknij,"
769
+ " aby włączyć)"
770
+
771
+ #: library/plugin-settings.php:952
772
+ msgid "Hidden/Default Category"
773
+ msgstr "Ukryta / Domyślna Kategoria"
774
+
775
+ #: library/plugin-settings.php:954
776
+ msgid ""
777
+ "Use a hidden field for the post category. This may be used to specify a "
778
+ "default category when the category field is disabled."
779
+ msgstr ""
780
+ "Użyj ukrytego pola dla kategorii postu. Może to być użyte do określenia "
781
+ "kategorii domyślnej, gdy pole kategorii jest wyłączone."
782
+
783
+ #: library/plugin-settings.php:957
784
+ msgid "Category ID for Hidden Field"
785
+ msgstr "Identyfikator kategorii dla pola ukrytego"
786
+
787
+ #: library/plugin-settings.php:959
788
+ msgid ""
789
+ "Specify the ID of the category to use for the &ldquo;Hidden/Default "
790
+ "Category&rdquo; option."
791
+ msgstr ""
792
+ "Określ identyfikator danej kategorii dla opcji \"Ukryty / Domyślna "
793
+ "kategoria\"."
794
+
795
+ #: library/plugin-settings.php:964
796
+ msgid "Users"
797
+ msgstr "Użytkownicy"
798
+
799
+ #: library/plugin-settings.php:969
800
+ msgid "Assigned Author"
801
+ msgstr "Przypisany autor"
802
+
803
+ #: library/plugin-settings.php:978
804
+ msgid ""
805
+ "Specify the user that should be assigned as author for user-submitted posts."
806
+ msgstr ""
807
+ "Określ użytkownika, który powinien być przypisany jako autor dla postów "
808
+ "wysłanych przez użytkowników."
809
+
810
+ #: library/plugin-settings.php:982
811
+ msgid "Registered Username"
812
+ msgstr "Zarejestrowana Nazwa Użytkownika"
813
+
814
+ #: library/plugin-settings.php:984
815
+ msgid ""
816
+ "Use registered username as post author. Valid when the person submitting the "
817
+ "form is logged in to WordPress."
818
+ msgstr ""
819
+ "Użyj zarejestrowanej nazwy użytkownika jako autora postu. Obowiązuje, gdy "
820
+ "osoba zgłaszająca formularz jest zalogowany do serwisu WordPress."
821
+
822
+ #: library/plugin-settings.php:987
823
+ msgid "User Profile URL"
824
+ msgstr "URL profilu użytkownika"
825
+
826
+ #: library/plugin-settings.php:989
827
+ msgid ""
828
+ "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid "
829
+ "when the person submitting the form is logged in to WordPress."
830
+ msgstr ""
831
+ "Użyj zarejestrowanego adresu URL profilu jako wartości pola adresu URL. "
832
+ "Obowiązuje, gdy osoba zgłaszająca formularz jest zalogowany do serwisu "
833
+ "WordPress."
834
+
835
+ #: library/plugin-settings.php:992
836
+ msgid "Require User Login"
837
+ msgstr "Wymagaj logowania użytkownika"
838
+
839
+ #: library/plugin-settings.php:994
840
+ msgid "Require users to be logged in to WordPress to view/submit the form"
841
+ msgstr ""
842
+ "Wymagaj użytkownikom zalogowania się do serwisu WordPress w celu "
843
+ "wyświetlenia / przesłania formularza"
844
+
845
+ #: library/plugin-settings.php:1006
846
+ msgid ""
847
+ "To prevent spam, enter a question that users must answer before submitting "
848
+ "the form."
849
+ msgstr ""
850
+ "Aby zapobiec spamowi, wprowadź pytanie, które użytkownicy muszą odpowiedzieć "
851
+ "przed przesłaniem formularza."
852
+
853
+ #: library/plugin-settings.php:1009
854
+ msgid "Challenge Response"
855
+ msgstr "Odpowiedź na wyzwanie"
856
+
857
+ #: library/plugin-settings.php:1011
858
+ msgid "Enter the *only* correct answer to the challenge question."
859
+ msgstr "Wpisz tylko poprawną odpowiedź na pytanie wyzwania."
860
+
861
+ #: library/plugin-settings.php:1014
862
+ msgid "Case-sensitivity"
863
+ msgstr "Rozróżnianie wielkości liter"
864
+
865
+ #: library/plugin-settings.php:1016
866
+ msgid "Check this box if you want the challenge response to be case-sensitive."
867
+ msgstr "Zaznacz to pole, jeśli ma być rozróżniana wielkość liter."
868
+
869
+ #: library/plugin-settings.php:1022
870
+ msgid "To enable Google reCAPTCHA, enter your public and private keys."
871
+ msgstr "Aby włączyć Google reCAPTCHA, wprowadź publiczne i prywatne klucze."
872
+
873
+ #: library/plugin-settings.php:1027
874
+ msgid "Public Key"
875
+ msgstr "Klucz publiczny"
876
+
877
+ #: library/plugin-settings.php:1029
878
+ msgid "Enter your Public Key"
879
+ msgstr "Wpisz swój klucz publiczny"
880
+
881
+ #: library/plugin-settings.php:1032
882
+ msgid "Private Key"
883
+ msgstr "Klucz prywatny"
884
+
885
+ #: library/plugin-settings.php:1034
886
+ msgid "Enter your Private Key"
887
+ msgstr "Wpisz swój prywatny klucz"
888
+
889
+ #: library/plugin-settings.php:1039
890
+ msgid "Email Alerts"
891
+ msgstr "Alerty poczty elektronicznej"
892
+
893
+ #: library/plugin-settings.php:1044
894
+ msgid "Receive Email Alert"
895
+ msgstr "Otrzymuj powiadomienie e-mail"
896
+
897
+ #: library/plugin-settings.php:1046
898
+ msgid ""
899
+ "Check this box if you want to be notified via email for new post submissions."
900
+ msgstr ""
901
+ "Zaznacz to pole, jeśli chcesz otrzymywać powiadomienia pocztą e-mail o "
902
+ "nowych postach."
903
+
904
+ #: library/plugin-settings.php:1049
905
+ msgid "Enable HTML Format"
906
+ msgstr "Włącz format HTML"
907
+
908
+ #: library/plugin-settings.php:1051
909
+ msgid "Check this box to enable HTML format for email alerts."
910
+ msgstr "Zaznacz to pole, aby włączyć formaty HTML dla alertów e-mailowych."
911
+
912
+ #: library/plugin-settings.php:1054
913
+ msgid "Email Address for Alerts"
914
+ msgstr "Adres e-mail dla alertów"
915
+
916
+ #: library/plugin-settings.php:1056
917
+ msgid ""
918
+ "If you checked the box to receive email alerts, indicate here the address(es)"
919
+ " to which the emails should be sent."
920
+ msgstr ""
921
+ "Jeśli zaznaczyłeś pole wyboru, aby otrzymywać alerty e-mailowe, podaj adres "
922
+ "(y), na który mają zostać wysłane e-maile."
923
+
924
+ #: library/plugin-settings.php:1057
925
+ msgid "Multiple recipients may be included using a comma, like so:"
926
+ msgstr ""
927
+ "Wielokrotne odbiorcy mogą być uwzględnieni przy użyciu przecinka, tak jak "
928
+ "poniżej:"
929
+
930
+ #: library/plugin-settings.php:1060
931
+ msgid "Email &ldquo;From&rdquo; Address"
932
+ msgstr "Adres e-mail \"Od\""
933
+
934
+ #: library/plugin-settings.php:1062
935
+ msgid ""
936
+ "Here you may customize the address(es) used for the &ldquo;From&rdquo; "
937
+ "header (see plugin FAQs for info). "
938
+ msgstr ""
939
+ "Tutaj możesz dostosować adres wykorzystywany w nagłówku \"Od\" (więcej "
940
+ "informacji znajdziesz w FAQ dotyczącym wtyczki)."
941
+
942
+ #: library/plugin-settings.php:1063
943
+ msgid ""
944
+ "If multiple addresses are specified in the previous setting, include an "
945
+ "equal number of &ldquo;From&rdquo; addresses for this setting (in the same "
946
+ "order)."
947
+ msgstr ""
948
+ "Jeśli w poprzednim ustawieniu zostało podanych wiele adresów, należy podać "
949
+ "taką samą liczbę adresów \"Od\" dla tego ustawienia (w tej samej kolejności)."
950
+
951
+ #: library/plugin-settings.php:1066
952
+ msgid "Email Alert Subject"
953
+ msgstr "Temat wiadomości e-mail"
954
+
955
+ #: library/plugin-settings.php:1068
956
+ msgid ""
957
+ "Subject line for email alerts. Leave blank to use the default subject line. "
958
+ "Note: you can use the following variables: "
959
+ msgstr ""
960
+ "Temat wiadomości e-mail. Pozostaw puste, aby użyć domyślnej linii "
961
+ "tematycznej. Uwaga: można użyć następujących zmiennych:"
962
+
963
+ #: library/plugin-settings.php:1072
964
+ msgid "Email Alert Message"
965
+ msgstr "Wiadomość e-mail"
966
+
967
+ #: library/plugin-settings.php:1074
968
+ msgid ""
969
+ "Message for email alerts. Leave blank to use the default message. Note: you "
970
+ "can use the following variables: "
971
+ msgstr ""
972
+ "Wiadomość na alerty e-mailowe. Pozostaw puste, aby użyć domyślnego "
973
+ "komunikatu. Uwaga: można użyć następujących zmiennych:"
974
+
975
+ #: library/plugin-settings.php:1085
976
+ msgid "Featured Image"
977
+ msgstr "Przedstawiony obraz"
978
+
979
+ #: library/plugin-settings.php:1087
980
+ msgid ""
981
+ "Set submitted images as Featured Images. Requires theme support for Featured "
982
+ "Images (aka Post Thumbnails)."
983
+ msgstr ""
984
+ "Ustaw wybrane obrazy jako wybrane obrazy. Wymaga wsparcia tematycznego dla "
985
+ "Wyróżnionych Obrazów (czyli Miniatury Postu)."
986
+
987
+ #: library/plugin-settings.php:1090
988
+ msgid "Upload Message"
989
+ msgstr "Prześlij wiadomość"
990
+
991
+ #: library/plugin-settings.php:1092
992
+ msgid ""
993
+ "Message that appears next to the upload field. Useful for stating your "
994
+ "upload guidelines/policy/etc. Basic markup allowed."
995
+ msgstr ""
996
+ "Wiadomość wyświetlana obok pola przesyłania. Przydatne do podawania "
997
+ "wskazówek dotyczących przesyłania / zasad / etc. Dopuszczalne podstawowe "
998
+ "znaczniki."
999
+
1000
+ #: library/plugin-settings.php:1095
1001
+ msgid "&ldquo;Add another image&rdquo; link"
1002
+ msgstr "Link \"Dodaj inny obraz\""
1003
+
1004
+ #: library/plugin-settings.php:1097
1005
+ msgid ""
1006
+ "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to "
1007
+ "use the default markup (recommended)."
1008
+ msgstr ""
1009
+ "Niestandardowe znaczniki dla linku \"Dodaj inne zdjęcie\". Pozostaw puste, "
1010
+ "aby użyć domyślnego znacznika (zalecane)."
1011
+
1012
+ #: library/plugin-settings.php:1100
1013
+ msgid "Minimum number of images"
1014
+ msgstr "Minimalna liczba zdjęć"
1015
+
1016
+ #: library/plugin-settings.php:1103
1017
+ msgid "Specify the minimum number of images."
1018
+ msgstr "Określ minimalną liczbę zdjęć."
1019
+
1020
+ #: library/plugin-settings.php:1107
1021
+ msgid "Maximum number of images"
1022
+ msgstr "Maksymalna liczba zdjęć"
1023
+
1024
+ #: library/plugin-settings.php:1110
1025
+ msgid "Specify the maximum number of images."
1026
+ msgstr "Określ maksymalną liczbę zdjęć."
1027
+
1028
+ #: library/plugin-settings.php:1114
1029
+ msgid "Minimum image width"
1030
+ msgstr "Minimalna szerokość obrazu"
1031
+
1032
+ #: library/plugin-settings.php:1116
1033
+ msgid "Specify a minimum width (in pixels) for uploaded images."
1034
+ msgstr ""
1035
+ "Określ minimalną szerokość (w pikselach) w przypadku przesłanych zdjęć."
1036
+
1037
+ #: library/plugin-settings.php:1119
1038
+ msgid "Minimum image height"
1039
+ msgstr "Minimalna wysokość obrazu"
1040
+
1041
+ #: library/plugin-settings.php:1121
1042
+ msgid "Specify a minimum height (in pixels) for uploaded images."
1043
+ msgstr "Określ minimalną wysokość (w pikselach) w przypadku przesłanych zdjęć."
1044
+
1045
+ #: library/plugin-settings.php:1124
1046
+ msgid "Maximum image width"
1047
+ msgstr "Maksymalna szerokość obrazu"
1048
+
1049
+ #: library/plugin-settings.php:1126
1050
+ msgid "Specify a maximum width (in pixels) for uploaded images."
1051
+ msgstr ""
1052
+ "Określ maksymalną szerokość (w pikselach) w przypadku przesłanych zdjęć."
1053
+
1054
+ #: library/plugin-settings.php:1129
1055
+ msgid "Maximum image height"
1056
+ msgstr "Maksymalna wysokość obrazu"
1057
+
1058
+ #: library/plugin-settings.php:1131
1059
+ msgid "Specify a maximum height (in pixels) for uploaded images."
1060
+ msgstr ""
1061
+ "Określ maksymalną wysokość (w pikselach) w przypadku przesłanych zdjęć."
1062
+
1063
+ #: library/plugin-settings.php:1134
1064
+ msgid "More Options"
1065
+ msgstr "Więcej możliwości"
1066
+
1067
+ #: library/plugin-settings.php:1137
1068
+ msgid ""
1069
+ "For more options, like the ability to upload other file types (like PDF, "
1070
+ "Word, Zip, videos, and more), check out"
1071
+ msgstr ""
1072
+ "Aby uzyskać więcej opcji, np. Możliwość przesyłania innych typów plików "
1073
+ "(takich jak PDF, Word, Zip, filmy wideo itp.), Sprawdź"
1074
+
1075
+ #: library/plugin-settings.php:1138
1076
+ msgid "Go Pro!"
1077
+ msgstr "Bądź profesjonalny!"
1078
+
1079
+ #: library/plugin-settings.php:1138
1080
+ msgid "USP Pro"
1081
+ msgstr "USP Pro"
1082
+
1083
+ #: library/plugin-settings.php:1145
1084
+ msgid "Auto-Display Content"
1085
+ msgstr "Automatycznie wyświetlaj treść"
1086
+
1087
+ #: library/plugin-settings.php:1150
1088
+ msgid "Images Auto-Display"
1089
+ msgstr "Obrazy Auto-Display"
1090
+
1091
+ #: library/plugin-settings.php:1152
1092
+ msgid "Auto-display user-submitted images:"
1093
+ msgstr "Automatycznie wyświetla obrazy przesłane przez użytkowników:"
1094
+
1095
+ #: library/plugin-settings.php:1157
1096
+ msgid "Image Markup"
1097
+ msgstr "Image Markup"
1098
+
1099
+ #: library/plugin-settings.php:1159
1100
+ msgid ""
1101
+ "Markup to use for each submitted image (when auto-display is enabled). Can "
1102
+ "use"
1103
+ msgstr ""
1104
+ "Markup do wykorzystania dla każdego przesłanego obrazu (gdy włączono "
1105
+ "automatyczne wyświetlanie). Mogą korzystać"
1106
+
1107
+ #: library/plugin-settings.php:1161 library/plugin-settings.php:1174
1108
+ #: library/plugin-settings.php:1187
1109
+ msgid "and"
1110
+ msgstr "i"
1111
+
1112
+ #: library/plugin-settings.php:1164
1113
+ msgid "Email Auto-Display"
1114
+ msgstr "Automatyczne wyświetlanie wiadomości e-mail"
1115
+
1116
+ #: library/plugin-settings.php:1166
1117
+ msgid "Auto-display user-submitted email:"
1118
+ msgstr "Automatyczne wyświetlanie e-maila przekazanego przez użytkownika:"
1119
+
1120
+ #: library/plugin-settings.php:1171
1121
+ msgid "Email Markup"
1122
+ msgstr "Email Markup"
1123
+
1124
+ #: library/plugin-settings.php:1173
1125
+ msgid ""
1126
+ "Markup to use for the submitted email address (when auto-display is enabled)."
1127
+ " Can use"
1128
+ msgstr ""
1129
+ "Oznaczenie użyte w przypadku przesłanego adresu e-mail (gdy włączono "
1130
+ "automatyczne wyświetlanie). Mogą korzystać"
1131
+
1132
+ #: library/plugin-settings.php:1177
1133
+ msgid "URL Auto-Display"
1134
+ msgstr "Automatyczne wyświetlanie adresu URL"
1135
+
1136
+ #: library/plugin-settings.php:1179
1137
+ msgid "Auto-display user-submitted URL:"
1138
+ msgstr "Automatyczne wyświetlanie adresu URL przesłanego przez użytkownika:"
1139
+
1140
+ #: library/plugin-settings.php:1184
1141
+ msgid "URL Markup"
1142
+ msgstr "Oznaczenie adresu URL"
1143
+
1144
+ #: library/plugin-settings.php:1186
1145
+ msgid ""
1146
+ "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1147
+ msgstr ""
1148
+ "Oznaczenie do używania w przesłanym adresie URL (gdy włączono funkcję "
1149
+ "automatycznego wyświetlania). Mogą korzystać"
1150
+
1151
+ #: library/plugin-settings.php:1192 library/plugin-settings.php:1210
1152
+ msgid "Save Settings"
1153
+ msgstr "Zapisz ustawienia"
1154
+
1155
+ #: library/plugin-settings.php:1197
1156
+ msgid "Restore Defaults"
1157
+ msgstr "Przywróć domyślne"
1158
+
1159
+ #: library/plugin-settings.php:1201
1160
+ msgid "Restore default options upon plugin deactivation/reactivation."
1161
+ msgstr "Przywróć domyślne opcje po deaktywacji / reaktywacji wtyczki."
1162
+
1163
+ #: library/plugin-settings.php:1205
1164
+ msgid "Tip:"
1165
+ msgstr "Wskazówka:"
1166
+
1167
+ #: library/plugin-settings.php:1206
1168
+ msgid "leave this option unchecked to remember your settings."
1169
+ msgstr "Pozostaw tę opcję niezaznaczoną, aby zapamiętać ustawienia."
1170
+
1171
+ #: library/plugin-settings.php:1207
1172
+ msgid ""
1173
+ "Or, to go ahead and restore all default options, check the box, save your "
1174
+ "settings, and then deactivate/reactivate the plugin."
1175
+ msgstr ""
1176
+ "Lub, aby kontynuować i przywrócić wszystkie domyślne opcje, zaznacz pole, "
1177
+ "zapisz ustawienia, a następnie dezaktywuj / zrestartuj wtyczkę."
1178
+
1179
+ #: library/plugin-settings.php:1215
1180
+ msgid "Shortcode &amp; Template Tag"
1181
+ msgstr "Kod skrótu i ​​znacznik szablonu"
1182
+
1183
+ #: library/plugin-settings.php:1218
1184
+ msgid ""
1185
+ "To implement USP, first configure the plugin settings, then use the "
1186
+ "shortcode or template to display the form on the front-end as desired."
1187
+ msgstr ""
1188
+ "W celu wdrożenia USP, najpierw skonfiguruj ustawienia wtyczki, a następnie "
1189
+ "użyj krótkiego kodu lub szablonu, aby wyświetlić formularz na przednim "
1190
+ "panelu, zgodnie z życzeniem."
1191
+
1192
+ #: library/plugin-settings.php:1220
1193
+ msgid "Shortcode"
1194
+ msgstr "Krótki kod"
1195
+
1196
+ #: library/plugin-settings.php:1221
1197
+ msgid "Use this shortcode to display the USP Form on any WP Post or Page:"
1198
+ msgstr ""
1199
+ "Skorzystaj z tego krótkiego kodu, aby wyświetlić formularz USP na dowolnym "
1200
+ "poczcie WP lub na stronie:"
1201
+
1202
+ #: library/plugin-settings.php:1224
1203
+ msgid "Template tag"
1204
+ msgstr "Znacznik szablonu"
1205
+
1206
+ #: library/plugin-settings.php:1225
1207
+ msgid ""
1208
+ "Use this template tag to display the USP Form anywhere in your theme "
1209
+ "template:"
1210
+ msgstr ""
1211
+ "Użyj tego tagu szablonów, aby wyświetlić formularz USP w dowolnym miejscu "
1212
+ "szablonu motywu:"
1213
+
1214
+ #: library/plugin-settings.php:1231
1215
+ msgid "Show Support"
1216
+ msgstr "Pokaż wsparcie"
1217
+
1218
+ #: library/plugin-settings.php:1243
1219
+ msgid "by"
1220
+ msgstr "przez"
1221
+
1222
+ #: library/plugin-settings.php:1244
1223
+ msgid "Jeff Starr on Twitter"
1224
+ msgstr "Jeff Starr na Twitterze"
1225
+
1226
+ #: library/plugin-settings.php:1245
1227
+ msgid "Obsessive Web Design &amp; Development"
1228
+ msgstr "Obsesyjne projektowanie stron internetowych i ich rozwój"
1229
+
1230
+ #: library/plugin-settings.php:1256
1231
+ msgid "Save Preference"
1232
+ msgstr "Zapisz preferencje"
1233
+
1234
+ #: library/plugin-settings.php:1263
1235
+ msgid ""
1236
+ "Are you sure you want to restore all default options? (this action cannot be "
1237
+ "undone)"
1238
+ msgstr ""
1239
+ "Czy na pewno chcesz przywrócić wszystkie domyślne opcje? (Ta czynność nie "
1240
+ "może zostać cofnięta)"
1241
+
1242
+ #: library/template-tags.php:214
1243
+ msgid "View full post"
1244
+ msgstr "Zobacz pełny post"
1245
+
1246
+ #. Description of the plugin
1247
+ msgid ""
1248
+ "Enables your visitors to submit posts and images from anywhere on your site."
1249
+ msgstr ""
1250
+ "Umożliwia użytkownikom przesyłanie postów i obrazów z dowolnego miejsca w "
1251
+ "witrynie."
1252
+
1253
+ #. URI of the plugin
1254
+ msgid "https://perishablepress.com/user-submitted-posts/"
1255
+ msgstr "Https://perishablepress.com/user-submitted-posts/"
1256
+
1257
+ #. Author of the plugin
1258
+ msgid "Jeff Starr"
1259
+ msgstr "Jeff Starr"
1260
+
1261
+ #. Author URI of the plugin
1262
+ msgid "https://plugin-planet.com/"
1263
+ msgstr "Https://plugin-planet.com/"
languages/usp-ro_RO.mo CHANGED
Binary file
languages/usp-ro_RO.po CHANGED
@@ -1,699 +1,1270 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: User Submitted Posts\n"
4
- "POT-Creation-Date: 2014-01-27 13:18-0800\n"
5
- "PO-Revision-Date: 2014-06-11 12:35+0200\n"
6
- "Last-Translator: Hideg András <hidegandras@gmail.com>\n"
7
- "Language-Team: Monzilla Media <http://perishablepress.com/contact/>\n"
8
- "MIME-Version: 1.0\n"
9
- "Content-Type: text/plain; charset=UTF-8\n"
10
- "Content-Transfer-Encoding: 8bit\n"
11
- "X-Generator: Poedit 1.6.4\n"
12
- "X-Poedit-KeywordsList: __;_e;_n;_x\n"
13
- "X-Poedit-Basepath: .\n"
14
- "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?"
15
- "2:1));\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "Language: ro\n"
18
- "X-Poedit-SearchPath-0: ..\n"
19
-
20
- #: ../user-submitted-posts.php:27 ../user-submitted-posts.php:59
21
- msgid "User Submitted Posts"
22
- msgstr "User Submitted Posts"
23
-
24
- #: ../user-submitted-posts.php:49
25
- msgid "requires WordPress 3.5 or higher, and has been deactivated!"
26
- msgstr ""
27
- "este necesară o versiune de WordPress 3.5 sau mai mare, modulul a fost "
28
- "dezactivat!"
29
-
30
- #: ../user-submitted-posts.php:50
31
- msgid "Please return to the "
32
- msgstr "Întoarceți la"
33
-
34
- #: ../user-submitted-posts.php:50
35
- msgid "WordPress Admin area"
36
- msgstr "Zona de administrare WordPress"
37
-
38
- #: ../user-submitted-posts.php:50
39
- msgid "to upgrade WordPress and try again."
40
- msgstr "pentru a actualiza WordPress și a încerca din nou."
41
-
42
- #: ../user-submitted-posts.php:59
43
- msgid "Submitted"
44
- msgstr "Trimis"
45
-
46
- #: ../user-submitted-posts.php:118
47
- msgid "An error occurred. Please go back and try again."
48
- msgstr "A apărut o eroare. Vă rugăm încercați din nou."
49
-
50
- #: ../user-submitted-posts.php:255
51
- msgid "USP"
52
- msgstr "USP"
53
-
54
- #: ../user-submitted-posts.php:432
55
- msgid "Settings"
56
- msgstr "Setări"
57
-
58
- #: ../user-submitted-posts.php:470
59
- msgid ""
60
- "There was an error. Please ensure that you have added a title, some content, "
61
- "and that you have uploaded only images."
62
- msgstr ""
63
- "A apărut o eroare. Verificați dacă ați introdus titlul, conținutul și dacă "
64
- "ați încărcat imagini."
65
-
66
- #: ../user-submitted-posts.php:477 ../user-submitted-posts.php:478
67
- #: ../user-submitted-posts.php:479 ../user-submitted-posts.php:480
68
- #: ../user-submitted-posts.php:481 ../user-submitted-posts.php:488
69
- #: ../user-submitted-posts.php:489
70
- msgid "show"
71
- msgstr "arată"
72
-
73
- #: ../user-submitted-posts.php:482
74
- msgid "hide"
75
- msgstr "ascunde"
76
-
77
- #: ../user-submitted-posts.php:483
78
- msgid "Please select your image(s) to upload."
79
- msgstr "Selectați imagina/imaginile pentru încărcare."
80
-
81
- #: ../user-submitted-posts.php:490
82
- msgid "Success! Thank you for your submission."
83
- msgstr "Succes! Mulțumim pentru articol."
84
-
85
- #: ../user-submitted-posts.php:513
86
- msgid ""
87
- "Classic form + styles (<small><em><strong>Note:</strong> the &ldquo;"
88
- "classic&rdquo; form is deprecated and will be removed in a future version.</"
89
- "em></small>)"
90
- msgstr ""
91
- "Formular classic + stiluri (<small><em><strong>Notă:</strong> formularul "
92
- "&ldquo;classic&rdquo; este discountinuat și va fi scos în versiunile "
93
- "viitoare.</em></small>)"
94
-
95
- #: ../user-submitted-posts.php:517
96
- msgid "HTML5 form + styles"
97
- msgstr "Formulat HTML5 +stiluri"
98
-
99
- #: ../user-submitted-posts.php:521
100
- msgid "Disable stylesheet"
101
- msgstr "Dezactivare stylesheet-uri"
102
-
103
- #: ../user-submitted-posts.php:711
104
- msgid "Toggle all panels"
105
- msgstr "Deschide / închide toate panourile"
106
-
107
- #: ../user-submitted-posts.php:719
108
- msgid "Overview"
109
- msgstr "Prezentare generală"
110
-
111
- #: ../user-submitted-posts.php:723
112
- msgid ""
113
- "(USP) enables your visitors to submit posts and upload images from anywhere "
114
- "on your site."
115
- msgstr ""
116
- "(USP) permite vizitatorilor să trimită articole și să încarce poze oriunde "
117
- "pe sit."
118
-
119
- #: ../user-submitted-posts.php:724
120
- msgid ""
121
- "To implement, configure the plugin settings and include the USP form in any "
122
- "post or page via shortcode or anywhere in your theme via template tag."
123
- msgstr ""
124
- "Pentru a implementa, configura setările și a include formularul USP în orice "
125
- "articol sau pagină cu ajutorul shortcode-ului sau a tag-ului de template."
126
-
127
- #: ../user-submitted-posts.php:725
128
- msgid "For more functionality check out"
129
- msgstr "Pentru mai multe funcționalități verificați și"
130
-
131
- #: ../user-submitted-posts.php:726
132
- msgid "&mdash; the ultimate solution for unlimited front-end forms."
133
- msgstr "&mdash; soluția optimă pentru formulare front-end nelimitate."
134
-
135
- #: ../user-submitted-posts.php:730
136
- msgid "Configure settings"
137
- msgstr "Configurare setări"
138
-
139
- #: ../user-submitted-posts.php:731
140
- msgid "Get the shortcode &amp; template tag"
141
- msgstr "Shortcode-ul și tag-ul pentru template"
142
-
143
- #: ../user-submitted-posts.php:732
144
- msgid "More info:"
145
- msgstr "Mai multe informații:"
146
-
147
- #: ../user-submitted-posts.php:732
148
- msgid "readme.txt"
149
- msgstr "readme.txt"
150
-
151
- #: ../user-submitted-posts.php:733
152
- msgid "and"
153
- msgstr "și"
154
-
155
- #: ../user-submitted-posts.php:733
156
- msgid "homepage"
157
- msgstr "prima pagină"
158
-
159
- #: ../user-submitted-posts.php:734
160
- msgid "If you like USP, please"
161
- msgstr "Dacă plage USP, rog"
162
-
163
- #: ../user-submitted-posts.php:735
164
- msgid "Rate and review this plugin at the WP Plugin Directory"
165
- msgstr "Evaluați și scrieți o recenzie în WP Plugin Directory"
166
-
167
- #: ../user-submitted-posts.php:736
168
- msgid "rate it at WordPress.org"
169
- msgstr "evaluați pe WordPress.org"
170
-
171
- #: ../user-submitted-posts.php:748
172
- msgid "Options"
173
- msgstr "Opțiuni"
174
-
175
- #: ../user-submitted-posts.php:750
176
- msgid ""
177
- "Here you may configure options for USP. See the <code>readme.txt</code> for "
178
- "more information."
179
- msgstr ""
180
- "Aici puteți configura opțiunile pentru USP. Citiți și <code>readme.txt</"
181
- "code> pentru mai multe informații."
182
-
183
- #: ../user-submitted-posts.php:751
184
- msgid "Show/hide the following form fields"
185
- msgstr "Arată/ascunde următoarele câmpuri"
186
-
187
- #: ../user-submitted-posts.php:755 ../user-submitted-posts.php:761
188
- #: ../user-submitted-posts.php:767 ../user-submitted-posts.php:773
189
- #: ../user-submitted-posts.php:779 ../user-submitted-posts.php:785
190
- #: ../user-submitted-posts.php:791 ../user-submitted-posts.php:797
191
- msgid "Show"
192
- msgstr "Arată"
193
-
194
- #: ../user-submitted-posts.php:756 ../user-submitted-posts.php:762
195
- #: ../user-submitted-posts.php:768 ../user-submitted-posts.php:774
196
- #: ../user-submitted-posts.php:780 ../user-submitted-posts.php:786
197
- #: ../user-submitted-posts.php:792 ../user-submitted-posts.php:798
198
- msgid "Hide"
199
- msgstr "Ascunde"
200
-
201
- #: ../user-submitted-posts.php:757
202
- msgid "User Name"
203
- msgstr "Nume utilizator"
204
-
205
- #: ../user-submitted-posts.php:763
206
- msgid "Post URL"
207
- msgstr "URL articol"
208
-
209
- #: ../user-submitted-posts.php:769 ../views/submission-form-classic.php:46
210
- #: ../views/submission-form.php:46 ../views/submission-form.php:47
211
- msgid "Post Title"
212
- msgstr "Titlu articol"
213
-
214
- #: ../user-submitted-posts.php:775 ../views/submission-form-classic.php:53
215
- #: ../views/submission-form.php:51 ../views/submission-form.php:52
216
- msgid "Post Tags"
217
- msgstr "Etichete articol"
218
-
219
- #: ../user-submitted-posts.php:781 ../views/submission-form-classic.php:60
220
- #: ../views/submission-form.php:61
221
- msgid "Post Category"
222
- msgstr "Categorie"
223
-
224
- #: ../user-submitted-posts.php:787 ../views/submission-form-classic.php:98
225
- #: ../views/submission-form.php:89 ../views/submission-form.php:90
226
- msgid "Post Content"
227
- msgstr "Conținut"
228
-
229
- #: ../user-submitted-posts.php:793
230
- msgid "Post Images"
231
- msgstr "Imagini"
232
-
233
- #: ../user-submitted-posts.php:799
234
- msgid "Challenge question (Captcha)"
235
- msgstr "Întrebare de siguranță (Captcha)"
236
-
237
- #: ../user-submitted-posts.php:802
238
- msgid "Choose some general form options"
239
- msgstr "Alegeți opțiuni generale pentru formular"
240
-
241
- #: ../user-submitted-posts.php:806
242
- msgid "Form style"
243
- msgstr "Stil formular"
244
-
245
- #: ../user-submitted-posts.php:824
246
- msgid ""
247
- "HTML5 is recommended. If upgrading and the new form looks weird, choose the "
248
- "Classic version."
249
- msgstr ""
250
- "HTML5 este recomandat. Dacă ați efectuat un upgrade și formularul arată "
251
- "ciudat, alegeți versiunea classică."
252
-
253
- #: ../user-submitted-posts.php:825
254
- msgid ""
255
- "To disable the plugin&rsquo;s stylesheet, choose Disable. Note: complete "
256
- "list of CSS hooks for the submission form at"
257
- msgstr ""
258
- "Pentru a dezactiva stylesheet-ul modulului, alegeți Dezactivare. Notă: lista "
259
- "completă a legăturilor CSS pentru formular sunt la"
260
-
261
- #: ../user-submitted-posts.php:826
262
- msgid "CSS Hooks for User Submitted Posts"
263
- msgstr "Legături CSS pentru User Submitted Posts"
264
-
265
- #: ../user-submitted-posts.php:831
266
- msgid "Include JavaScript?"
267
- msgstr "Include JavaScript?"
268
-
269
- #: ../user-submitted-posts.php:833
270
- msgid ""
271
- "Check this box if you want to include the external JavaScript file "
272
- "(recommended)."
273
- msgstr ""
274
- "Bifați această căsuță pentru a include fișierul extern de JavaScript "
275
- "(recomandat)."
276
-
277
- #: ../user-submitted-posts.php:836
278
- msgid "Targeted Loading"
279
- msgstr "Încărcare țintită"
280
-
281
- #: ../user-submitted-posts.php:838
282
- msgid ""
283
- "When enabled, external CSS &amp; JavaScript files are loaded on every page. "
284
- "Here you may specify the URL of the USP form to load resources only on that "
285
- "page. Note: leave blank to load on all pages."
286
- msgstr ""
287
- "Dacp este activat, fișierele CSS și JavaScript sunt încărcate pe fiecare "
288
- "pagină. Puteți specifica URL-uri pentru ce pagini doriți ca formularul USP "
289
- "să încarce resursele. Notă: lăsați gol pentru încărcare pe toate paginile."
290
-
291
- #: ../user-submitted-posts.php:841
292
- msgid "Categories"
293
- msgstr "Categorii"
294
-
295
- #: ../user-submitted-posts.php:854
296
- msgid "Select which categories may be assigned to submitted posts."
297
- msgstr "Selectați ce categorii pot fi atribuite la articolele trimise."
298
-
299
- #: ../user-submitted-posts.php:858
300
- msgid "Assigned Author"
301
- msgstr "Autor atribuit"
302
-
303
- #: ../user-submitted-posts.php:868
304
- msgid ""
305
- "Specify the user that should be assigned as author for user-submitted posts."
306
- msgstr ""
307
- "Specificați utilizatorul la care să fie atribuite articolele trimise de "
308
- "utilizatori."
309
-
310
- #: ../user-submitted-posts.php:872
311
- msgid "Auto Publish?"
312
- msgstr "Publicare automată?"
313
-
314
- #: ../user-submitted-posts.php:875
315
- msgid "Always moderate"
316
- msgstr "Moderare"
317
-
318
- #: ../user-submitted-posts.php:876
319
- msgid "Always publish immediately"
320
- msgstr "Publicare imediată"
321
-
322
- #: ../user-submitted-posts.php:881
323
- msgid ""
324
- "For submitted posts, you can always moderate (recommended), publish "
325
- "immediately, or publish after any number of approved posts."
326
- msgstr ""
327
- "Articolele trimise se pot modera întodeauna (recomandat), publica imediat "
328
- "sau publica după un anumit număr de articole aprobate."
329
-
330
- #: ../user-submitted-posts.php:885
331
- msgid "Receive Email Alert"
332
- msgstr "Alertă email"
333
-
334
- #: ../user-submitted-posts.php:887
335
- msgid ""
336
- "Check this box if you want to be notified via email for new post submissions."
337
- msgstr ""
338
- "Bifați acestă căsuță dacă vreți notificare prin email pentru articole noi."
339
-
340
- #: ../user-submitted-posts.php:890
341
- msgid "Enable Rich Text Editor"
342
- msgstr "Activare editor Rich Text"
343
-
344
- #: ../user-submitted-posts.php:892
345
- msgid ""
346
- "Check this box if you want to enable WP rich text editing for submitted "
347
- "posts."
348
- msgstr ""
349
- "Bifați această căsuță dacă vreți să activați editorul vizual de texte pentru "
350
- "articolele trimise de utilizatori."
351
-
352
- #: ../user-submitted-posts.php:895
353
- msgid "Set Uploaded Image as Featured Image"
354
- msgstr "Setare imagine încărcată ca imagine reprezentativă"
355
-
356
- #: ../user-submitted-posts.php:897
357
- msgid ""
358
- "Check this box if you want to set submitted images as Featured Images (aka "
359
- "Post Thumbnails) for posts. \n"
360
- "\t\t\t\t\t\t\t\t\t\t\tNote: your theme&rsquo;s single.php file must include"
361
- msgstr ""
362
- "Bifați această căsuță dacă vreți să setați imaginile trimise ca imagini "
363
- "reprezentative (thumbnail-uri) la articole. \n"
364
- "\t\t\t\t\t\t\t\t\t\t\tNotă: fișierul single.php din template trebuie să "
365
- "conțină"
366
-
367
- #: ../user-submitted-posts.php:898
368
- msgid "to display Featured Images."
369
- msgstr "pentru a afișa imaginile reprezentative."
370
-
371
- #: ../user-submitted-posts.php:901
372
- msgid "Email Address for Alerts"
373
- msgstr "Adresă email pentru alerte"
374
-
375
- #: ../user-submitted-posts.php:903
376
- msgid ""
377
- "If you checked the box to receive email alerts, indicate here the "
378
- "address(es) to which the emails should be sent."
379
- msgstr ""
380
- "Dacă ați bifat căsuța pentru alerte prin email, indicați aici adresa/"
381
- "adresele unde să fie trimise mesajele."
382
-
383
- #: ../user-submitted-posts.php:904
384
- msgid "Tip: multiple addresses may be included using a comma, like so:"
385
- msgstr "Tip: adresele multiple trebuie separate cu virgulă:"
386
-
387
- #: ../user-submitted-posts.php:907
388
- msgid "Redirect URL"
389
- msgstr "URL redirectare"
390
-
391
- #: ../user-submitted-posts.php:909
392
- msgid ""
393
- "Specify a URL to redirect the user after post-submission. Note: leave blank "
394
- "to redirect back to current page."
395
- msgstr ""
396
- "Specificați o adresă URL unde să fie redirectat utilizatorul după un articol "
397
- "trimis. Notă: lăsați gole pentru redirecta către pagina actuală."
398
-
399
- #: ../user-submitted-posts.php:912
400
- msgid "Success Message"
401
- msgstr "Mesaj succes"
402
-
403
- #: ../user-submitted-posts.php:914
404
- msgid ""
405
- "This is the success message that is displayed if post-submission is "
406
- "successful."
407
- msgstr ""
408
- "Acesta este mesajul care va fi afișat în cazul în care un mesaj a fost "
409
- "trimis cu succes."
410
-
411
- #: ../user-submitted-posts.php:917
412
- msgid "Error Message"
413
- msgstr "Mesaj de eroare"
414
-
415
- #: ../user-submitted-posts.php:919
416
- msgid "This is the error message that is displayed if post-submission fails."
417
- msgstr ""
418
- "Acesta este mesajul de eroare care va fi afișat în cazul în care un mesaj nu "
419
- "s-a trimis."
420
-
421
- #: ../user-submitted-posts.php:922
422
- msgid "Custom Content"
423
- msgstr "Conținut personalizat"
424
-
425
- #: ../user-submitted-posts.php:924
426
- msgid ""
427
- "Here you may specify custom text/markup to be included before the submission "
428
- "form. Note: leave blank to disable."
429
- msgstr ""
430
- "Puteți specifica un text personalizat care să fie inclus înainte de "
431
- "formular. Notă: pentru deazctivare lăsați gol acest câmp."
432
-
433
- #: ../user-submitted-posts.php:928
434
- msgid "Use registered user info"
435
- msgstr "Folosiți informația utilizatorului înregistrat"
436
-
437
- #: ../user-submitted-posts.php:932
438
- msgid "Use registered username for author?"
439
- msgstr "Folosiți nume utilizator înregistrat pentru autor?"
440
-
441
- #: ../user-submitted-posts.php:934
442
- msgid ""
443
- "Check this box if you want to automatically use the registered username as "
444
- "the submitted-post author. Note: this really should only be used when "
445
- "requiring log-in for submissions."
446
- msgstr ""
447
- "Bifați această căsuță dacă vreți să fie folosit numele de utilizator "
448
- "înregistrat ca și autor pentru articolul trimis. Notă: acestă funcție "
449
- "trebuie folosită doar atunci când este cerută autentificarea la articolele "
450
- "trimise."
451
-
452
- #: ../user-submitted-posts.php:937
453
- msgid "Use registered URL for submitted URL?"
454
- msgstr "Folosiți URL-ul înregistrat pentru URL-urile trimise?"
455
-
456
- #: ../user-submitted-posts.php:939
457
- msgid ""
458
- "Check this box if you want to automatically use the registered user&rsquo;s "
459
- "specified URL as the submitted-post URL. Note: this really should only be "
460
- "used when requiring log-in for submissions."
461
- msgstr ""
462
- "Bifați acestă căsuță dacă vreți să folosiți URL-ul utilizatorului "
463
- "înregistrat și URL articol. Notă: acestă funcție trebuie folosită doar "
464
- "atunci când este cerută autentificarea la articolele trimise."
465
-
466
- #: ../user-submitted-posts.php:942
467
- msgid "Use a hidden field for submitted category?"
468
- msgstr "Utilizați un câmp ascuns pentru categorie?"
469
-
470
- #: ../user-submitted-posts.php:944
471
- msgid ""
472
- "Check this box if you want to use a hidden category field for the submitted "
473
- "category. Note: this may be used to specify a default category for submitted "
474
- "posts when the category field is hidden."
475
- msgstr ""
476
- "Bifați această căsuță pentru a folosi un câmp ascuns pentru categorie "
477
- "articol. Notă: această funcție se poate folosi pentru a specifica o "
478
- "categorie implicită în cazul în care câmpul de categorii este ascuns."
479
-
480
- #: ../user-submitted-posts.php:947
481
- msgid "Category ID for hidden field"
482
- msgstr "ID categorie pentru câmp ascuns"
483
-
484
- #: ../user-submitted-posts.php:949
485
- msgid ""
486
- "Specify a cateogry (ID) to use as the default category when using the &ldquo;"
487
- "hidden field&rdquo; option."
488
- msgstr ""
489
- "Specificați categoria (ID) folosită ca și categorie implicită când se "
490
- "folosește opțiunea &ldquo;câmp ascuns&rdquo;."
491
-
492
- #: ../user-submitted-posts.php:953
493
- msgid "Challenge question (captcha)"
494
- msgstr "Întrebare de siguranță (captcha)"
495
-
496
- #: ../user-submitted-posts.php:957
497
- msgid "Challenge Question"
498
- msgstr "Întrebare de siguranță"
499
-
500
- #: ../user-submitted-posts.php:959
501
- msgid ""
502
- "To prevent spam, enter a question that users must answer before submitting "
503
- "the form."
504
- msgstr ""
505
- "Pentru protecție împotriva spam-ului, introduceți o întrebare la care "
506
- "utilizatorii trebuie să răspundă înainte de trimiterea formularului."
507
-
508
- #: ../user-submitted-posts.php:962
509
- msgid "Challenge Response"
510
- msgstr "Răspuns la întrebarea de siguranță"
511
-
512
- #: ../user-submitted-posts.php:964
513
- msgid "Enter the <em>only</em> correct answer to the challenge question."
514
- msgstr "Introduceți <em>doar</em> răspunsul corect la întrebare."
515
-
516
- #: ../user-submitted-posts.php:967
517
- msgid "Case-sensitivity"
518
- msgstr "Majusculele contează"
519
-
520
- #: ../user-submitted-posts.php:969
521
- msgid "Check this box if you want the challenge response to be case-sensitive."
522
- msgstr ""
523
- "Bifați această căsuță în cazul în care doriți ca să conteze majusculele în "
524
- "răspuns."
525
-
526
- #: ../user-submitted-posts.php:973
527
- msgid "Options for image uploads"
528
- msgstr "Opțiuni încărcare imagini"
529
-
530
- #: ../user-submitted-posts.php:977
531
- msgid "Upload Message"
532
- msgstr "Mesaj încărcare"
533
-
534
- #: ../user-submitted-posts.php:979
535
- msgid ""
536
- "This is the message that appears next to upload field. Useful to state your "
537
- "upload guidelines/rules/etc."
538
- msgstr ""
539
- "Acesta este mesajul care va fi afișat lângă câmpul de încărcare. Folositor "
540
- "pentru a specifica condițiile/regulile/etc."
541
-
542
- #: ../user-submitted-posts.php:982
543
- msgid "&ldquo;Add another image&rdquo; link"
544
- msgstr "&ldquo;Adăugați încă o imagine&rdquo;"
545
-
546
- #: ../user-submitted-posts.php:984
547
- msgid ""
548
- "Here you may specify your own custom markup for the &ldquo;Add another "
549
- "image&rdquo; link (leave blank to use the default markup)."
550
- msgstr ""
551
- "Aici puteți specifica un text personalizat pentru link-ul &ldquo;Adăugați "
552
- "încă o imagine&rdquo; (lăsați gol pentru textul implicit)."
553
-
554
- #: ../user-submitted-posts.php:987
555
- msgid "Minimum number of images"
556
- msgstr "Numpr minim de imagini"
557
-
558
- #: ../user-submitted-posts.php:990
559
- msgid "Specify the <em>minimum</em> number of images."
560
- msgstr "Specificați numărul <em>minim</em> de imagini."
561
-
562
- #: ../user-submitted-posts.php:994
563
- msgid "Maximum number of images"
564
- msgstr "Număr maxim de imagini"
565
-
566
- #: ../user-submitted-posts.php:997
567
- msgid "Specify the <em>maximum</em> number of images."
568
- msgstr "Specificați numărul <em>maxim</em> de imagini."
569
-
570
- #: ../user-submitted-posts.php:1001
571
- msgid "Minimum image width"
572
- msgstr "Lățime minimă imagine"
573
-
574
- #: ../user-submitted-posts.php:1003
575
- msgid "Specify a <em>minimum width</em> (in pixels) for uploaded images."
576
- msgstr ""
577
- "Specificați <em>lățimea minimă</em> (în pixeli) a imaginilor încărcate."
578
-
579
- #: ../user-submitted-posts.php:1006
580
- msgid "Minimum image height"
581
- msgstr "Înălțime minimă imagine"
582
-
583
- #: ../user-submitted-posts.php:1008
584
- msgid "Specify a <em>minimum height</em> (in pixels) for uploaded images."
585
- msgstr ""
586
- "Specificați <em>înălțimea minimă</em> (în pixeli) a imaginilor încărcate."
587
-
588
- #: ../user-submitted-posts.php:1011
589
- msgid "Maximum image width"
590
- msgstr "Lățime maximă imagine"
591
-
592
- #: ../user-submitted-posts.php:1013
593
- msgid "Specify a <em>maximum width</em> (in pixels) for uploaded images."
594
- msgstr ""
595
- "Specificați <em>lățimea maximă</em> (în pixeli) a imaginilor încărcate."
596
-
597
- #: ../user-submitted-posts.php:1016
598
- msgid "Maximum image height"
599
- msgstr "Înălțime maximă imagine"
600
-
601
- #: ../user-submitted-posts.php:1018
602
- msgid "Specify a <em>maximum height</em> (in pixels) for uploaded images."
603
- msgstr ""
604
- "Specificați <em>înălțimea maximă</em> (în pixeli) a imaginilor încărcate."
605
-
606
- #: ../user-submitted-posts.php:1022 ../user-submitted-posts.php:1050
607
- msgid "Save Settings"
608
- msgstr "Salvare opțiuni"
609
-
610
- #: ../user-submitted-posts.php:1026
611
- msgid "Shortcode &amp; Template Tag"
612
- msgstr "Shortcode și Template Tag"
613
-
614
- #: ../user-submitted-posts.php:1029
615
- msgid "Shortcode"
616
- msgstr "Shortcode"
617
-
618
- #: ../user-submitted-posts.php:1030
619
- msgid "Use this shortcode to display the USP Form on any post or page:"
620
- msgstr ""
621
- "Folosiți acest shortcode pentru a afișa formularul USP în orice articol sau "
622
- "pagină:"
623
-
624
- #: ../user-submitted-posts.php:1033
625
- msgid "Template tag"
626
- msgstr "Template tag"
627
-
628
- #: ../user-submitted-posts.php:1034
629
- msgid ""
630
- "Use this template tag to display the USP Form anywhere in your theme "
631
- "template:"
632
- msgstr ""
633
- "Folosiți acest template tag pentru a afișa formularul USP oriunde în "
634
- "templatul temei."
635
-
636
- #: ../user-submitted-posts.php:1039
637
- msgid "Restore Default Options"
638
- msgstr "Resetare opțiuni implicite"
639
-
640
- #: ../user-submitted-posts.php:1043
641
- msgid "Restore default options upon plugin deactivation/reactivation."
642
- msgstr ""
643
- "Resetare opțiuni implicite în cazul în care dezactivați/reactivați modulul."
644
-
645
- #: ../user-submitted-posts.php:1047
646
- msgid ""
647
- "<strong>Tip:</strong> leave this option unchecked to remember your settings. "
648
- "Or, to go ahead and restore all default options, check the box, save your "
649
- "settings, and then deactivate/reactivate the plugin."
650
- msgstr ""
651
- "<strong>Tip:</strong> lăsați acestă opțiune nebifat pentru a salva setările. "
652
- "Dacă doriți să resetați toate setările bifați căsuța, salvați setările și "
653
- "dezactivați/reactivați modulul."
654
-
655
- #: ../user-submitted-posts.php:1054
656
- msgid "Updates &amp; Info"
657
- msgstr "Acutalizări și informații"
658
-
659
- #: ../user-submitted-posts.php:1094
660
- msgid ""
661
- "Are you sure you want to restore all default options? (this action cannot be "
662
- "undone)"
663
- msgstr ""
664
- "Sunteți sigur că vreți să resetați toate opțiunile la setările implicite? "
665
- "(nu se poate revoca)"
666
-
667
- #: ../views/submission-form-classic.php:32 ../views/submission-form.php:36
668
- #: ../views/submission-form.php:37
669
- msgid "Your Name"
670
- msgstr "Nume"
671
-
672
- #: ../views/submission-form-classic.php:39 ../views/submission-form.php:41
673
- #: ../views/submission-form.php:42
674
- msgid "Your URL"
675
- msgstr "Adresă URL"
676
-
677
- #: ../views/submission-form-classic.php:53
678
- msgid "(separate with commas)"
679
- msgstr "(separate cu virgulă)"
680
-
681
- #: ../views/submission-form-classic.php:109 ../views/submission-form.php:96
682
- msgid "Upload an Image"
683
- msgstr "Încărcare imagine"
684
-
685
- #: ../views/submission-form-classic.php:116 ../views/submission-form.php:104
686
- msgid "Add another image"
687
- msgstr "Adăugare imagine nouă"
688
-
689
- #: ../views/submission-form-classic.php:133 ../views/submission-form.php:122
690
- msgid "Human verification: leave this field empty."
691
- msgstr "Verificare antiroboți: lăsați acest câmp gol."
692
-
693
- #: ../views/submission-form-classic.php:149 ../views/submission-form.php:138
694
- msgid "Submit Post"
695
- msgstr "Trimitere articol"
696
-
697
- #: ../views/submission-form.php:57
698
- msgid "Antispam Question"
699
- msgstr "Întrebare antispam"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: Loco - https://localise.biz/\n"
7
+ "Project-Id-Version: USP\n"
8
+ "Language: ro-RO\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2017-08-03 19:36+0000\n"
11
+ "PO-Revision-Date: 2017-08-03 19:36+0000\n"
12
+ "Last-Translator: Jeff Starr <help@monzillamedia.com>\n"
13
+ "Language-Team: Romanian\n"
14
+ "Plural-Forms: nplurals=3; plural=(n==1 ? 0 :(((n%100>19)||(( n%100==0)&&(n!"
15
+ "=0)))? 2 : 1))"
16
+
17
+ #. Name of the plugin
18
+ #: user-submitted-posts.php:43
19
+ msgid "User Submitted Posts"
20
+ msgstr "Postări utilizator trimise"
21
+
22
+ #: user-submitted-posts.php:75
23
+ msgid "requires WordPress "
24
+ msgstr "Impune WordPress"
25
+
26
+ #: user-submitted-posts.php:76
27
+ msgid " or higher, and has been deactivated! "
28
+ msgstr " Sau mai mare, și a fost dezactivat!"
29
+
30
+ #: user-submitted-posts.php:77
31
+ msgid "Please return to the"
32
+ msgstr "Reveniți la"
33
+
34
+ #: user-submitted-posts.php:78
35
+ msgid "WordPress Admin Area"
36
+ msgstr "Spațiul de administrare al WordPress"
37
+
38
+ #: user-submitted-posts.php:79
39
+ msgid "to upgrade WordPress and try again."
40
+ msgstr " faceți upgrade la WordPress și încercați din nou."
41
+
42
+ #: user-submitted-posts.php:121
43
+ msgid "User Submitted Post"
44
+ msgstr "Utilizator postat"
45
+
46
+ #: user-submitted-posts.php:384
47
+ msgid "User Submitted Post Info"
48
+ msgstr "User Submitted Post Info"
49
+
50
+ #: user-submitted-posts.php:414
51
+ msgid "Submitter Name: "
52
+ msgstr "Numele furnizorului:"
53
+
54
+ #: user-submitted-posts.php:415
55
+ msgid "Submitter Email: "
56
+ msgstr "Email-ul e-mail-ului:"
57
+
58
+ #: user-submitted-posts.php:416
59
+ msgid "Submitter URL: "
60
+ msgstr "Adresa URL a solicitantului:"
61
+
62
+ #: user-submitted-posts.php:417
63
+ msgid "Submitter IP: "
64
+ msgstr "IP solicitant:"
65
+
66
+ #: user-submitted-posts.php:468
67
+ msgid "Show USP Posts"
68
+ msgstr "Afișați postările USP"
69
+
70
+ #: user-submitted-posts.php:469
71
+ msgid "USP"
72
+ msgstr "USP"
73
+
74
+ #: user-submitted-posts.php:1103
75
+ msgid " files required"
76
+ msgstr " Fișiere necesare"
77
+
78
+ #: user-submitted-posts.php:1104
79
+ msgid " file required"
80
+ msgstr " Fișier necesar"
81
+
82
+ #: user-submitted-posts.php:1106
83
+ msgid " files"
84
+ msgstr " fișiere"
85
+
86
+ #: user-submitted-posts.php:1107
87
+ msgid " file"
88
+ msgstr " fişier"
89
+
90
+ #: user-submitted-posts.php:1109 user-submitted-posts.php:1110
91
+ #: user-submitted-posts.php:1111 user-submitted-posts.php:1112
92
+ msgid " pixels"
93
+ msgstr " pixeli"
94
+
95
+ #: user-submitted-posts.php:1115
96
+ msgid "An error occurred. Please go back and try again."
97
+ msgstr "A aparut o eroare. Reveniți și încercați din nou."
98
+
99
+ #: user-submitted-posts.php:1125
100
+ msgid "User login required"
101
+ msgstr "Este necesară conectarea utilizatorului"
102
+
103
+ #: user-submitted-posts.php:1126
104
+ msgid "User name required"
105
+ msgstr "Numele de utilizator necesar"
106
+
107
+ #: user-submitted-posts.php:1127
108
+ msgid "Post title required"
109
+ msgstr "Titlul postului necesar"
110
+
111
+ #: user-submitted-posts.php:1128
112
+ msgid "User URL required"
113
+ msgstr "Adresa URL a utilizatorului este obligatorie"
114
+
115
+ #: user-submitted-posts.php:1129
116
+ msgid "Post tags required"
117
+ msgstr "Etichetele postare necesare"
118
+
119
+ #: user-submitted-posts.php:1130
120
+ msgid "Post category required"
121
+ msgstr "Este necesară o categorie de postări"
122
+
123
+ #: user-submitted-posts.php:1131
124
+ msgid "Post content required"
125
+ msgstr "Postați conținutul necesar"
126
+
127
+ #: user-submitted-posts.php:1132 user-submitted-posts.php:1133
128
+ msgid "Correct captcha required"
129
+ msgstr "A fost necesară captură corectă"
130
+
131
+ #: user-submitted-posts.php:1134
132
+ msgid "User email required"
133
+ msgstr "E-mailul de utilizator necesar"
134
+
135
+ #: user-submitted-posts.php:1135
136
+ msgid "Please check your email and try again"
137
+ msgstr "Verificați-vă e-mailul și încercați din nou"
138
+
139
+ #: user-submitted-posts.php:1136
140
+ msgid "Non-empty value for hidden field"
141
+ msgstr "Valoare non-goală pentru câmpul ascuns"
142
+
143
+ #: user-submitted-posts.php:1137
144
+ msgid "Minimum number of images not met"
145
+ msgstr "Numărul minim de imagini nu este îndeplinit"
146
+
147
+ #: user-submitted-posts.php:1138
148
+ msgid "Maximum number of images exceeded "
149
+ msgstr "Numărul maxim de imagini a fost depășit"
150
+
151
+ #: user-submitted-posts.php:1139
152
+ msgid "Minimum image width not met"
153
+ msgstr "Lățimea minimă a imaginii nu este îndeplinită"
154
+
155
+ #: user-submitted-posts.php:1140
156
+ msgid "Image width exceeds maximum"
157
+ msgstr "Lățimea imaginii depășește valoarea maximă"
158
+
159
+ #: user-submitted-posts.php:1141
160
+ msgid "Minimum image height not met"
161
+ msgstr "Înălțimea minimă a imaginii nu este îndeplinită"
162
+
163
+ #: user-submitted-posts.php:1142
164
+ msgid "Image height exceeds maximum"
165
+ msgstr "Înălțimea imaginii depășește valoarea maximă"
166
+
167
+ #: user-submitted-posts.php:1143
168
+ msgid "File type not allowed (please upload images only)"
169
+ msgstr "Tipul de fișier nu este permis (vă rugăm să încărcați numai imagini)"
170
+
171
+ #: user-submitted-posts.php:1147
172
+ msgid "Error uploading file. Please check the file size and try again."
173
+ msgstr ""
174
+ "Eroare la încărcarea fișierului. Verificați dimensiunea fișierului și "
175
+ "încercați din nou."
176
+
177
+ #: user-submitted-posts.php:1151
178
+ msgid "The file(s) could not be uploaded"
179
+ msgstr "Fișierul (fișierele) nu a putut fi încărcat"
180
+
181
+ #: user-submitted-posts.php:1153
182
+ msgid "Post not created. Please contact the site administrator for help."
183
+ msgstr ""
184
+ "Mesajul nu a fost creat. Contactați administratorul site-ului pentru ajutor."
185
+
186
+ #: user-submitted-posts.php:1154
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:1164
191
+ msgid "Error: "
192
+ msgstr "Eroare:"
193
+
194
+ #: user-submitted-posts.php:1190
195
+ msgid "Return to form"
196
+ msgstr "Reveniți la formular"
197
+
198
+ #: user-submitted-posts.php:1218 library/plugin-settings.php:658
199
+ msgid "Please"
200
+ msgstr "Vă rog"
201
+
202
+ #: user-submitted-posts.php:1219
203
+ msgid "log in"
204
+ msgstr "Logare"
205
+
206
+ #: user-submitted-posts.php:1220
207
+ msgid "to submit content!"
208
+ msgstr "Pentru a trimite conținut!"
209
+
210
+ #: views/submission-form.php:45 views/submission-form-alt.php:54
211
+ msgid "Please complete the required fields."
212
+ msgstr "Completați câmpurile obligatorii."
213
+
214
+ #: views/submission-form.php:55 views/submission-form.php:56
215
+ #: views/submission-form-alt.php:60 views/submission-form-alt.php:61
216
+ msgid "Your Name"
217
+ msgstr "Numele dumneavoastră"
218
+
219
+ #: views/submission-form.php:61 views/submission-form.php:62
220
+ #: views/submission-form-alt.php:66 views/submission-form-alt.php:67
221
+ msgid "Your URL"
222
+ msgstr "Adresa dvs. URL"
223
+
224
+ #: views/submission-form.php:67 views/submission-form.php:68
225
+ #: views/submission-form-alt.php:72 views/submission-form-alt.php:73
226
+ msgid "Your Email"
227
+ msgstr "Email-ul tau"
228
+
229
+ #: views/submission-form.php:73 views/submission-form.php:74
230
+ #: views/submission-form-alt.php:78 views/submission-form-alt.php:79
231
+ #: library/plugin-settings.php:747
232
+ msgid "Post Title"
233
+ msgstr "Titlul postului"
234
+
235
+ #: views/submission-form.php:79 views/submission-form.php:80
236
+ #: views/submission-form-alt.php:84 views/submission-form-alt.php:85
237
+ #: library/plugin-settings.php:757
238
+ msgid "Post Tags"
239
+ msgstr "Etichete postare"
240
+
241
+ #: views/submission-form.php:86 views/submission-form-alt.php:91
242
+ msgid "Antispam Question"
243
+ msgstr "Întrebare antispam"
244
+
245
+ #: views/submission-form.php:91 views/submission-form-alt.php:96
246
+ #: library/plugin-settings.php:767
247
+ msgid "Post Category"
248
+ msgstr "Postați categoria"
249
+
250
+ #: views/submission-form.php:93 views/submission-form-alt.php:98
251
+ msgid "Please select a category.."
252
+ msgstr "Selectați o categorie .."
253
+
254
+ #: views/submission-form.php:128 views/submission-form.php:129
255
+ #: views/submission-form-alt.php:133 views/submission-form-alt.php:134
256
+ #: library/plugin-settings.php:777
257
+ msgid "Post Content"
258
+ msgstr "Postați conținut"
259
+
260
+ #: views/submission-form.php:135 views/submission-form-alt.php:140
261
+ msgid "Verification"
262
+ msgstr "Verificare"
263
+
264
+ #: views/submission-form.php:142 views/submission-form-alt.php:147
265
+ msgid "Upload an Image"
266
+ msgstr "Încărcați o imagine"
267
+
268
+ #: views/submission-form.php:151 views/submission-form-alt.php:156
269
+ msgid "Add another image"
270
+ msgstr "Adăugați o altă imagine"
271
+
272
+ #: views/submission-form.php:173 views/submission-form-alt.php:178
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:195 views/submission-form-alt.php:200
277
+ msgid "Submit Post"
278
+ msgstr "Trimiteți mesajul"
279
+
280
+ #: library/plugin-settings.php:32
281
+ msgid "Get USP Pro for unlimited forms!"
282
+ msgstr "Obțineți USP Pro pentru forme nelimitate!"
283
+
284
+ #: library/plugin-settings.php:33
285
+ msgid "Go Pro"
286
+ msgstr "Du-te pro"
287
+
288
+ #: library/plugin-settings.php:37
289
+ msgid "Settings"
290
+ msgstr "Setări"
291
+
292
+ #: library/plugin-settings.php:55
293
+ msgid "Give USP a 5-star rating at WordPress.org"
294
+ msgstr "Acordați USP un rating de 5 stele la WordPress.org"
295
+
296
+ #: library/plugin-settings.php:56
297
+ msgid "Rate this plugin&nbsp;&raquo;"
298
+ msgstr "Evaluați acest plugin&nbsp;&raquo;"
299
+
300
+ #: library/plugin-settings.php:115
301
+ msgid "WP Post (recommended)"
302
+ msgstr "WP Post (recomandat)"
303
+
304
+ #: library/plugin-settings.php:119
305
+ msgid "WP Page"
306
+ msgstr "WP Page"
307
+
308
+ #: library/plugin-settings.php:135
309
+ msgid "HTML5 Form + Default CSS"
310
+ msgstr "Formular HTML5 + CSS implicit"
311
+
312
+ #: library/plugin-settings.php:135
313
+ msgid "(Recommended)"
314
+ msgstr "(Recomandat)"
315
+
316
+ #: library/plugin-settings.php:139
317
+ msgid "HTML5 Form + Disable CSS"
318
+ msgstr "Formular HTML5 + Dezactivați CSS"
319
+
320
+ #: library/plugin-settings.php:139
321
+ msgid "(Provide your own styles)"
322
+ msgstr "(Oferiți propriile stiluri)"
323
+
324
+ #: library/plugin-settings.php:143
325
+ msgid "Custom Form + Custom CSS"
326
+ msgstr "Formular personalizat + CSS personalizat"
327
+
328
+ #: library/plugin-settings.php:143
329
+ msgid "(Provide your own form template &amp; styles)"
330
+ msgstr "(Furnizați propriul șablon de formă și stiluri)"
331
+
332
+ #: library/plugin-settings.php:159 library/plugin-settings.php:183
333
+ #: library/plugin-settings.php:206
334
+ msgid "Auto-display before post content"
335
+ msgstr "Afișați automat înainte de a posta conținut"
336
+
337
+ #: library/plugin-settings.php:163 library/plugin-settings.php:187
338
+ #: library/plugin-settings.php:210
339
+ msgid "Auto-display after post content"
340
+ msgstr "Afișare automată după postarea conținutului"
341
+
342
+ #: library/plugin-settings.php:167
343
+ msgid "Do not auto-display submitted images"
344
+ msgstr "Nu afișați automat imaginile trimise"
345
+
346
+ #: library/plugin-settings.php:191
347
+ msgid "Do not auto-display submitted email"
348
+ msgstr "Nu afișați automat e-mailurile trimise"
349
+
350
+ #: library/plugin-settings.php:214
351
+ msgid "Do not auto-display submitted URL"
352
+ msgstr "Nu se afișează automat adresa URL trimisă"
353
+
354
+ #: library/plugin-settings.php:367
355
+ msgid ""
356
+ "There was an error. Please ensure that you have added a title, some content, "
357
+ "and that you have uploaded only images."
358
+ msgstr ""
359
+ "A fost o eroare. Asigurați-vă că ați adăugat un titlu, un anumit conținut și "
360
+ " ați încărcat numai imagini."
361
+
362
+ #: library/plugin-settings.php:381
363
+ msgid "Please select your image(s) to upload."
364
+ msgstr "Selectați imaginile pe care dorițile încărcați."
365
+
366
+ #: library/plugin-settings.php:387
367
+ msgid "Success! Thank you for your submission."
368
+ msgstr "Succes! Va multumim pentru contributie."
369
+
370
+ #: library/plugin-settings.php:413
371
+ msgid "Email"
372
+ msgstr "E-mail"
373
+
374
+ #: library/plugin-settings.php:414
375
+ msgid "URL"
376
+ msgstr "URL-"
377
+
378
+ #: library/plugin-settings.php:645
379
+ msgid "Toggle all panels"
380
+ msgstr "Comutați toate panourile"
381
+
382
+ #: library/plugin-settings.php:654
383
+ msgid "We need your support!"
384
+ msgstr "Avem nevoie de sprijinul dvs.!"
385
+
386
+ #: library/plugin-settings.php:658
387
+ msgid "Make a donation via PayPal"
388
+ msgstr "Faceți o donație prin PayPal"
389
+
390
+ #: library/plugin-settings.php:658
391
+ msgid "make a donation"
392
+ msgstr "fa o donatie"
393
+
394
+ #: library/plugin-settings.php:658
395
+ msgid "and/or"
396
+ msgstr "și / sau"
397
+
398
+ #: library/plugin-settings.php:659
399
+ msgid "Rate and review at the Plugin Directory"
400
+ msgstr "Evaluați-vă și revizuiți-l la Directorul Plugin"
401
+
402
+ #: library/plugin-settings.php:660
403
+ msgid "give this plugin a 5-star rating"
404
+ msgstr "Da acest plugin un rating de 5 stele"
405
+
406
+ #: library/plugin-settings.php:664
407
+ msgid ""
408
+ "Your generous support enables continued development of this free plugin. "
409
+ "Thank you!"
410
+ msgstr ""
411
+ "Suportul dvs. generos permite dezvoltarea continuă a acestui plugin gratuit. "
412
+ "Mulțumesc!"
413
+
414
+ #: library/plugin-settings.php:669
415
+ msgid "Check this box if you have shown support"
416
+ msgstr "Bifați această casetă dacă ați afișat suport"
417
+
418
+ #: library/plugin-settings.php:678
419
+ msgid "Overview"
420
+ msgstr "Prezentare generală"
421
+
422
+ #: library/plugin-settings.php:682
423
+ msgid ""
424
+ "enables your visitors to submit posts and upload images from the front-end "
425
+ "of your site. "
426
+ msgstr ""
427
+ "Permite vizitatorilor dvs. trimită postări și încarce imagini din "
428
+ "partea frontală a site-ului dvs."
429
+
430
+ #: library/plugin-settings.php:683
431
+ msgid "For advanced functionality and unlimited forms, check out"
432
+ msgstr "Pentru funcționalități avansate și forme nelimitate, verificați"
433
+
434
+ #: library/plugin-settings.php:684
435
+ msgid "&mdash; the ultimate solution for user-generated content."
436
+ msgstr "- soluția finală pentru conținutul generat de utilizatori."
437
+
438
+ #: library/plugin-settings.php:688 library/plugin-settings.php:706
439
+ msgid "Plugin Settings"
440
+ msgstr "Setările pluginului"
441
+
442
+ #: library/plugin-settings.php:689
443
+ msgid "Display the form"
444
+ msgstr "Afișați formularul"
445
+
446
+ #: library/plugin-settings.php:690 library/plugin-settings.php:1243
447
+ msgid "Plugin Homepage"
448
+ msgstr "Plugin Homepage"
449
+
450
+ #: library/plugin-settings.php:693
451
+ msgid "If you like this plugin, please"
452
+ msgstr "Dacă vă place acest plugin, vă rugăm"
453
+
454
+ #: library/plugin-settings.php:694
455
+ msgid "THANK YOU for your support!"
456
+ msgstr "Iti multumesc pentru sprijin!"
457
+
458
+ #: library/plugin-settings.php:694
459
+ msgid "give it a 5-star rating"
460
+ msgstr "Da-i un rating de 5 stele"
461
+
462
+ #: library/plugin-settings.php:698
463
+ msgid "Unlimited front-end forms"
464
+ msgstr "Formulare frontale nelimitate"
465
+
466
+ #: library/plugin-settings.php:698
467
+ msgid "Get USP Pro"
468
+ msgstr "Obțineți USP Pro"
469
+
470
+ #: library/plugin-settings.php:710
471
+ msgid "Configure your settings for User Submitted Posts."
472
+ msgstr "Configurați setările pentru mesajele trimise de utilizator."
473
+
474
+ #: library/plugin-settings.php:712
475
+ msgid "Form Fields"
476
+ msgstr "Câmpuri de formular"
477
+
478
+ #: library/plugin-settings.php:717
479
+ msgid "User Name"
480
+ msgstr "Nume de utilizator"
481
+
482
+ #: library/plugin-settings.php:720 library/plugin-settings.php:730
483
+ #: library/plugin-settings.php:740 library/plugin-settings.php:750
484
+ #: library/plugin-settings.php:760 library/plugin-settings.php:770
485
+ #: library/plugin-settings.php:780 library/plugin-settings.php:790
486
+ #: library/plugin-settings.php:800
487
+ msgid "Display and require"
488
+ msgstr "Afișați și solicitați"
489
+
490
+ #: library/plugin-settings.php:721 library/plugin-settings.php:731
491
+ #: library/plugin-settings.php:741 library/plugin-settings.php:751
492
+ #: library/plugin-settings.php:761 library/plugin-settings.php:771
493
+ #: library/plugin-settings.php:781
494
+ msgid "Display but do not require"
495
+ msgstr "Afișați, dar nu este necesar"
496
+
497
+ #: library/plugin-settings.php:722 library/plugin-settings.php:732
498
+ #: library/plugin-settings.php:742 library/plugin-settings.php:752
499
+ #: library/plugin-settings.php:762 library/plugin-settings.php:772
500
+ #: library/plugin-settings.php:782 library/plugin-settings.php:791
501
+ #: library/plugin-settings.php:801
502
+ msgid "Disable this field"
503
+ msgstr "Dezactivați acest câmp"
504
+
505
+ #: library/plugin-settings.php:727
506
+ msgid "User Email"
507
+ msgstr "E-mail pentru utilizator"
508
+
509
+ #: library/plugin-settings.php:737
510
+ msgid "User URL"
511
+ msgstr "Adresa URL a utilizatorului"
512
+
513
+ #: library/plugin-settings.php:787 library/plugin-settings.php:793
514
+ #: library/plugin-settings.php:999 library/plugin-settings.php:1004
515
+ msgid "Challenge Question"
516
+ msgstr "intrebare provocatoare"
517
+
518
+ #: library/plugin-settings.php:793 library/plugin-settings.php:803
519
+ #: library/plugin-settings.php:813
520
+ msgid "(Visit"
521
+ msgstr "(Vizita"
522
+
523
+ #: library/plugin-settings.php:793 library/plugin-settings.php:803
524
+ #: library/plugin-settings.php:813
525
+ msgid "to configure options)"
526
+ msgstr "Pentru a configura opțiunile)"
527
+
528
+ #: library/plugin-settings.php:797 library/plugin-settings.php:803
529
+ #: library/plugin-settings.php:1021
530
+ msgid "Google reCAPTCHA"
531
+ msgstr "Google reCAPTCHA"
532
+
533
+ #: library/plugin-settings.php:807
534
+ msgid "Post Images"
535
+ msgstr "Postați imagini"
536
+
537
+ #: library/plugin-settings.php:810
538
+ msgid "Display"
539
+ msgstr "Afişa"
540
+
541
+ #: library/plugin-settings.php:811
542
+ msgid "Disable"
543
+ msgstr "Dezactivați"
544
+
545
+ #: library/plugin-settings.php:813 library/plugin-settings.php:1080
546
+ msgid "Image Uploads"
547
+ msgstr "Încărcări de imagini"
548
+
549
+ #: library/plugin-settings.php:819
550
+ msgid "General Settings"
551
+ msgstr "setari generale"
552
+
553
+ #: library/plugin-settings.php:824
554
+ msgid "Form Style"
555
+ msgstr "Forma stilului"
556
+
557
+ #: library/plugin-settings.php:829
558
+ msgid "With this option, you can copy the plugin&rsquo;s default templates:"
559
+ msgstr "Cu această opțiune, puteți copia șabloanele implicite ale pluginului:"
560
+
561
+ #: library/plugin-settings.php:834
562
+ msgid "..and upload them into a directory named"
563
+ msgstr "..și le încărcați într-un director numit"
564
+
565
+ #: library/plugin-settings.php:834
566
+ msgid "in your theme:"
567
+ msgstr "În tema dvs.:"
568
+
569
+ #: library/plugin-settings.php:840
570
+ msgid ""
571
+ "That will enable you to customize the form and styles as desired. For more "
572
+ "info, check out the \"Custom Submission Form\" section in the"
573
+ msgstr ""
574
+ "Acest lucru vă va permite să personalizați forma și stilurile dorite. Pentru "
575
+ "mai multe informații, consultați secțiunea \"Formularul de trimitere "
576
+ "personalizată\" din secțiunea"
577
+
578
+ #: library/plugin-settings.php:841
579
+ msgid "Installation Docs"
580
+ msgstr "Documente de instalare"
581
+
582
+ #: library/plugin-settings.php:842
583
+ msgid "FYI: here is a"
584
+ msgstr "FYI: aici este a"
585
+
586
+ #: library/plugin-settings.php:842
587
+ msgid "list of USP CSS selectors"
588
+ msgstr "Listă de selectori CSS USP"
589
+
590
+ #: library/plugin-settings.php:848
591
+ msgid "Include JavaScript"
592
+ msgstr "Includeți JavaScript"
593
+
594
+ #: library/plugin-settings.php:850
595
+ msgid ""
596
+ "Check this box if you want to include the external JavaScript files "
597
+ "(recommended)."
598
+ msgstr ""
599
+ "Bifați această casetă dacă doriți să includeți fișiere JavaScript externe "
600
+ "(recomandat)."
601
+
602
+ #: library/plugin-settings.php:853
603
+ msgid "Targeted Loading"
604
+ msgstr "Încărcare vizată"
605
+
606
+ #: library/plugin-settings.php:855
607
+ msgid ""
608
+ "By default, external CSS &amp; JavaScript files are loaded on every page. "
609
+ "Here you may specify the URL of the USP form to load resources only on that "
610
+ "page. Note: leave blank to load on all pages."
611
+ msgstr ""
612
+ "Implicit, fișierele externe CSS și JavaScript sunt încărcate pe fiecare "
613
+ "pagină. Aici puteți specifica adresa URL a formularului USP pentru a încărca "
614
+ "resursele numai pe acea pagină. Notă: lăsați goale pentru încărcare pe toate "
615
+ "paginile."
616
+
617
+ #: library/plugin-settings.php:858
618
+ msgid "Post Type"
619
+ msgstr "Post tip"
620
+
621
+ #: library/plugin-settings.php:861
622
+ msgid "Submit posts as WP Posts or Pages"
623
+ msgstr "Trimiteți postări ca postări sau pagini WP"
624
+
625
+ #: library/plugin-settings.php:865
626
+ msgid "Auto Publish"
627
+ msgstr "Auto Publish"
628
+
629
+ #: library/plugin-settings.php:868
630
+ msgid "Always moderate via Draft"
631
+ msgstr "Întotdeauna moderată prin schiță"
632
+
633
+ #: library/plugin-settings.php:869
634
+ msgid "Always moderate via Pending"
635
+ msgstr "Întotdeauna moderată prin Pending"
636
+
637
+ #: library/plugin-settings.php:870
638
+ msgid "Always publish immediately"
639
+ msgstr "Publicați întotdeauna imediat"
640
+
641
+ #: library/plugin-settings.php:875
642
+ msgid ""
643
+ "Post Status for submitted posts: moderate (recommended), publish immediately,"
644
+ " or publish after any number of approved posts."
645
+ msgstr ""
646
+ "Postare post pentru posturile trimise: moderată (recomandată), publicată "
647
+ "imediat sau publicată după orice număr de posturi aprobate."
648
+
649
+ #: library/plugin-settings.php:879
650
+ msgid "Redirect URL"
651
+ msgstr "Adresa URL redirecționabilă"
652
+
653
+ #: library/plugin-settings.php:881
654
+ msgid ""
655
+ "Specify a URL to redirect the user after post-submission. Leave blank to "
656
+ "redirect back to current page."
657
+ msgstr ""
658
+ "Specificați o adresă URL pentru a redirecționa utilizatorul după efectuarea "
659
+ "postării. Lăsați necompletat pentru a redirecționa înapoi la pagina curentă."
660
+
661
+ #: library/plugin-settings.php:884
662
+ msgid "Success Message"
663
+ msgstr "Mesaj de succes"
664
+
665
+ #: library/plugin-settings.php:886
666
+ msgid ""
667
+ "Success message that is displayed if post-submission is successful. Basic "
668
+ "markup is allowed."
669
+ msgstr ""
670
+ "Mesaj de succes care se afișează dacă succesul post-depunere este reușit. "
671
+ "Marcarea de bază este permisă."
672
+
673
+ #: library/plugin-settings.php:889
674
+ msgid "Error Message"
675
+ msgstr "Mesaj de eroare"
676
+
677
+ #: library/plugin-settings.php:891
678
+ msgid ""
679
+ "General error message that is displayed if post-submission fails. Basic "
680
+ "markup is allowed."
681
+ msgstr ""
682
+ "Mesaj general de eroare care se afișează dacă nu reușiți după trimitere. "
683
+ "Marcarea de bază este permisă."
684
+
685
+ #: library/plugin-settings.php:894
686
+ msgid "Custom Content"
687
+ msgstr "Conținut personalizat"
688
+
689
+ #: library/plugin-settings.php:896
690
+ msgid ""
691
+ "Custom text/markup to be included before the submission form. Leave blank to "
692
+ "disable."
693
+ msgstr ""
694
+ "Text / marcaj personalizat care trebuie inclus înainte de formularul de "
695
+ "trimitere. Lăsați goale pentru a dezactiva."
696
+
697
+ #: library/plugin-settings.php:899
698
+ msgid "Rich Text Editor"
699
+ msgstr "Editor text îmbogățit"
700
+
701
+ #: library/plugin-settings.php:901
702
+ msgid ""
703
+ "Check this box if you want to enable WP rich text editing for submitted "
704
+ "posts."
705
+ msgstr ""
706
+ "Bifați această casetă dacă doriți să activați editarea textului bogat WP "
707
+ "pentru postările trimise."
708
+
709
+ #: library/plugin-settings.php:904
710
+ msgid "Unique Titles"
711
+ msgstr "Titluri unice"
712
+
713
+ #: library/plugin-settings.php:906
714
+ msgid ""
715
+ "Require submitted post titles to be unique (useful for preventing "
716
+ "multiple/duplicate submitted posts)."
717
+ msgstr ""
718
+ "Solicitați titlurile postate pentru a fi unice (utile pentru prevenirea "
719
+ "mesajelor multiple / duplicate trimise)."
720
+
721
+ #: library/plugin-settings.php:909
722
+ msgid "Disable Required"
723
+ msgstr "Dezactivați obligatoriu"
724
+
725
+ #: library/plugin-settings.php:911
726
+ msgid ""
727
+ "Disable all required attributes on default form fields (useful for "
728
+ "troubleshooting error messages)."
729
+ msgstr ""
730
+ "Dezactivați toate atributele necesare pe câmpurile de formate prestabilite "
731
+ "(utile pentru depanarea mesajelor de eroare)."
732
+
733
+ #: library/plugin-settings.php:914
734
+ msgid "Disable IP Tracking"
735
+ msgstr "Dezactivați urmărirea IP"
736
+
737
+ #: library/plugin-settings.php:916
738
+ msgid ""
739
+ "By default USP records the IP address with each submitted post. Check this "
740
+ "box to disable all IP tracking."
741
+ msgstr ""
742
+ "În mod implicit, USP înregistrează adresa IP cu fiecare post trimis. Bifați "
743
+ "această casetă pentru a dezactiva toate urmăririle IP."
744
+
745
+ #: library/plugin-settings.php:919
746
+ msgid "Enable Shortcodes"
747
+ msgstr "Activați codurile scurte"
748
+
749
+ #: library/plugin-settings.php:921
750
+ msgid ""
751
+ "Enable shortcodes in widgets. By default, WordPress does not enable "
752
+ "shortcodes in widgets. "
753
+ msgstr ""
754
+ "Activați codurile scurte din widget-uri. Implicit, WordPress nu permite "
755
+ "coduri scurte în widget-uri."
756
+
757
+ #: library/plugin-settings.php:922
758
+ msgid ""
759
+ "This setting enables any/all shortcodes in widgets (even shortcodes from "
760
+ "other plugins)."
761
+ msgstr ""
762
+ "Această setare permite tuturor / tuturor codurilor scurte din widget-uri "
763
+ "(chiar și coduri scurte de la alte pluginuri)."
764
+
765
+ #: library/plugin-settings.php:927 library/plugin-settings.php:932
766
+ msgid "Categories"
767
+ msgstr "Categorii"
768
+
769
+ #: library/plugin-settings.php:935
770
+ msgid ""
771
+ "Select which categories may be assigned to submitted posts (click to toggle)"
772
+ msgstr ""
773
+ "Selectați categoriile care pot fi atribuite postărilor trimise (faceți clic "
774
+ "pentru a comuta)"
775
+
776
+ #: library/plugin-settings.php:952
777
+ msgid "Hidden/Default Category"
778
+ msgstr "Categorie ascuns / implicită"
779
+
780
+ #: library/plugin-settings.php:954
781
+ msgid ""
782
+ "Use a hidden field for the post category. This may be used to specify a "
783
+ "default category when the category field is disabled."
784
+ msgstr ""
785
+ "Utilizați un câmp ascuns pentru categoria post. Aceasta poate fi utilizată "
786
+ "pentru a specifica o categorie implicită atunci când câmpul categoriei este "
787
+ "dezactivat."
788
+
789
+ #: library/plugin-settings.php:957
790
+ msgid "Category ID for Hidden Field"
791
+ msgstr "ID-ul categoriei pentru câmpul ascuns"
792
+
793
+ #: library/plugin-settings.php:959
794
+ msgid ""
795
+ "Specify the ID of the category to use for the &ldquo;Hidden/Default "
796
+ "Category&rdquo; option."
797
+ msgstr ""
798
+ "Specificați ID-ul categoriei de utilizat pentru opțiunea \"Ascuns / "
799
+ "Categoria implicită\"."
800
+
801
+ #: library/plugin-settings.php:964
802
+ msgid "Users"
803
+ msgstr "Utilizatori"
804
+
805
+ #: library/plugin-settings.php:969
806
+ msgid "Assigned Author"
807
+ msgstr "Atribuit autor"
808
+
809
+ #: library/plugin-settings.php:978
810
+ msgid ""
811
+ "Specify the user that should be assigned as author for user-submitted posts."
812
+ msgstr ""
813
+ "Specificați utilizatorul care ar trebui să fie atribuit ca autor pentru "
814
+ "mesajele trimise de utilizatori."
815
+
816
+ #: library/plugin-settings.php:982
817
+ msgid "Registered Username"
818
+ msgstr "Inregistrati numele de utilizator"
819
+
820
+ #: library/plugin-settings.php:984
821
+ msgid ""
822
+ "Use registered username as post author. Valid when the person submitting the "
823
+ "form is logged in to WordPress."
824
+ msgstr ""
825
+ "Utilizați numele de utilizator înregistrat ca autor de post. Valabil când "
826
+ "persoana care trimite formularul este conectată la WordPress."
827
+
828
+ #: library/plugin-settings.php:987
829
+ msgid "User Profile URL"
830
+ msgstr "Adresa URL a profilului de utilizator"
831
+
832
+ #: library/plugin-settings.php:989
833
+ msgid ""
834
+ "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid "
835
+ "when the person submitting the form is logged in to WordPress."
836
+ msgstr ""
837
+ "Folosiți URL-ul de profil al utilizatorului înregistrat ca valoare a "
838
+ "câmpului URL. Valabil atunci când persoana care trimite formularul este "
839
+ "conectată la WordPress."
840
+
841
+ #: library/plugin-settings.php:992
842
+ msgid "Require User Login"
843
+ msgstr "Solicitați conectarea utilizatorului"
844
+
845
+ #: library/plugin-settings.php:994
846
+ msgid "Require users to be logged in to WordPress to view/submit the form"
847
+ msgstr ""
848
+ "Solicitați utilizatorilor să fie conectați la WordPress pentru a vizualiza / "
849
+ "trimite formularul"
850
+
851
+ #: library/plugin-settings.php:1006
852
+ msgid ""
853
+ "To prevent spam, enter a question that users must answer before submitting "
854
+ "the form."
855
+ msgstr ""
856
+ "Pentru a preveni spamul, introduceți o întrebare pe care utilizatorii "
857
+ "trebuie să o răspundă înainte de a trimite formularul."
858
+
859
+ #: library/plugin-settings.php:1009
860
+ msgid "Challenge Response"
861
+ msgstr "Provocarea răspunsului"
862
+
863
+ #: library/plugin-settings.php:1011
864
+ msgid "Enter the *only* correct answer to the challenge question."
865
+ msgstr "Introduceți singurul răspuns corect la întrebarea provocată."
866
+
867
+ #: library/plugin-settings.php:1014
868
+ msgid "Case-sensitivity"
869
+ msgstr "Case-sensibilitate"
870
+
871
+ #: library/plugin-settings.php:1016
872
+ msgid "Check this box if you want the challenge response to be case-sensitive."
873
+ msgstr ""
874
+ "Bifați această casetă dacă doriți ca răspunsul provocat să fie sensibil la "
875
+ "majuscule."
876
+
877
+ #: library/plugin-settings.php:1022
878
+ msgid "To enable Google reCAPTCHA, enter your public and private keys."
879
+ msgstr ""
880
+ "Pentru a activa Google reCAPTCHA, introduceți cheile publice și private."
881
+
882
+ #: library/plugin-settings.php:1027
883
+ msgid "Public Key"
884
+ msgstr "Cheia publică"
885
+
886
+ #: library/plugin-settings.php:1029
887
+ msgid "Enter your Public Key"
888
+ msgstr "Introduceți cheia publică"
889
+
890
+ #: library/plugin-settings.php:1032
891
+ msgid "Private Key"
892
+ msgstr "Cheia privată"
893
+
894
+ #: library/plugin-settings.php:1034
895
+ msgid "Enter your Private Key"
896
+ msgstr "Introduceți cheia privată"
897
+
898
+ #: library/plugin-settings.php:1039
899
+ msgid "Email Alerts"
900
+ msgstr "Alerte prin e-mail"
901
+
902
+ #: library/plugin-settings.php:1044
903
+ msgid "Receive Email Alert"
904
+ msgstr "Primiți alertă prin e-mail"
905
+
906
+ #: library/plugin-settings.php:1046
907
+ msgid ""
908
+ "Check this box if you want to be notified via email for new post submissions."
909
+ msgstr ""
910
+ "Bifați această casetă dacă doriți să fiți notificat prin e-mail pentru "
911
+ "postările noi trimise."
912
+
913
+ #: library/plugin-settings.php:1049
914
+ msgid "Enable HTML Format"
915
+ msgstr "Activați formatul HTML"
916
+
917
+ #: library/plugin-settings.php:1051
918
+ msgid "Check this box to enable HTML format for email alerts."
919
+ msgstr ""
920
+ "Bifați această casetă pentru a activa formatul HTML pentru alerte prin e-"
921
+ "mail."
922
+
923
+ #: library/plugin-settings.php:1054
924
+ msgid "Email Address for Alerts"
925
+ msgstr "Adresa de e-mail pentru Alerte"
926
+
927
+ #: library/plugin-settings.php:1056
928
+ msgid ""
929
+ "If you checked the box to receive email alerts, indicate here the address(es)"
930
+ " to which the emails should be sent."
931
+ msgstr ""
932
+ "Dacă ați bifat caseta pentru a primi alerte prin e-mail, indicați aici "
933
+ "adresa (adresele) la care ar trebui trimise e-mailurile."
934
+
935
+ #: library/plugin-settings.php:1057
936
+ msgid "Multiple recipients may be included using a comma, like so:"
937
+ msgstr "Destinatarii multipli pot fi incluși cu o virgulă, după cum urmează:"
938
+
939
+ #: library/plugin-settings.php:1060
940
+ msgid "Email &ldquo;From&rdquo; Address"
941
+ msgstr "Trimiteți adresa de e-mail \"De la\""
942
+
943
+ #: library/plugin-settings.php:1062
944
+ msgid ""
945
+ "Here you may customize the address(es) used for the &ldquo;From&rdquo; "
946
+ "header (see plugin FAQs for info). "
947
+ msgstr ""
948
+ "Aici puteți personaliza adresa (adresele) folosită pentru antetul \"De la\" "
949
+ "(consultați pluginul FAQ pentru informații)."
950
+
951
+ #: library/plugin-settings.php:1063
952
+ msgid ""
953
+ "If multiple addresses are specified in the previous setting, include an "
954
+ "equal number of &ldquo;From&rdquo; addresses for this setting (in the same "
955
+ "order)."
956
+ msgstr ""
957
+ "Dacă sunt specificate mai multe adrese în setarea anterioară, includeți un "
958
+ "număr egal de adrese \"De la\" pentru această setare (în aceeași ordine)."
959
+
960
+ #: library/plugin-settings.php:1066
961
+ msgid "Email Alert Subject"
962
+ msgstr "Subiect de alertă pentru e-mail"
963
+
964
+ #: library/plugin-settings.php:1068
965
+ msgid ""
966
+ "Subject line for email alerts. Leave blank to use the default subject line. "
967
+ "Note: you can use the following variables: "
968
+ msgstr ""
969
+ "Linie de subiect pentru alerte prin e-mail. Lăsați necompletat pentru a "
970
+ "utiliza linia implicită a subiectului. Notă: puteți utiliza următoarele "
971
+ "variabile:"
972
+
973
+ #: library/plugin-settings.php:1072
974
+ msgid "Email Alert Message"
975
+ msgstr "Mesaj de avertizare prin e-mail"
976
+
977
+ #: library/plugin-settings.php:1074
978
+ msgid ""
979
+ "Message for email alerts. Leave blank to use the default message. Note: you "
980
+ "can use the following variables: "
981
+ msgstr ""
982
+ "Mesaj pentru alerte prin e-mail. Lăsați necompletat pentru a utiliza mesajul "
983
+ "implicit. Notă: puteți utiliza următoarele variabile:"
984
+
985
+ #: library/plugin-settings.php:1085
986
+ msgid "Featured Image"
987
+ msgstr "Imagine recomandată"
988
+
989
+ #: library/plugin-settings.php:1087
990
+ msgid ""
991
+ "Set submitted images as Featured Images. Requires theme support for Featured "
992
+ "Images (aka Post Thumbnails)."
993
+ msgstr ""
994
+ "Setați imaginile trimise ca Imagini recomandate. Necesită suport tematic "
995
+ "pentru Imagini recomandate (aka Post Thumbnails)."
996
+
997
+ #: library/plugin-settings.php:1090
998
+ msgid "Upload Message"
999
+ msgstr "Încărcați mesajul"
1000
+
1001
+ #: library/plugin-settings.php:1092
1002
+ msgid ""
1003
+ "Message that appears next to the upload field. Useful for stating your "
1004
+ "upload guidelines/policy/etc. Basic markup allowed."
1005
+ msgstr ""
1006
+ "Mesaj care apare lângă câmpul de încărcare. Utile pentru a declara "
1007
+ "instrucțiunile / politica dvs. de încărcare / etc. Marcarea de bază permisă."
1008
+
1009
+ #: library/plugin-settings.php:1095
1010
+ msgid "&ldquo;Add another image&rdquo; link"
1011
+ msgstr "\"Adăugați o altă imagine\""
1012
+
1013
+ #: library/plugin-settings.php:1097
1014
+ msgid ""
1015
+ "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to "
1016
+ "use the default markup (recommended)."
1017
+ msgstr ""
1018
+ "Marcare personalizată pentru linkul \"Adăugați o altă imagine\". Lăsați "
1019
+ "necompletat pentru a utiliza marcajul implicit (recomandat)."
1020
+
1021
+ #: library/plugin-settings.php:1100
1022
+ msgid "Minimum number of images"
1023
+ msgstr "Numărul minim de imagini"
1024
+
1025
+ #: library/plugin-settings.php:1103
1026
+ msgid "Specify the minimum number of images."
1027
+ msgstr "Specificați numărul minim de imagini."
1028
+
1029
+ #: library/plugin-settings.php:1107
1030
+ msgid "Maximum number of images"
1031
+ msgstr "Numărul maxim de imagini"
1032
+
1033
+ #: library/plugin-settings.php:1110
1034
+ msgid "Specify the maximum number of images."
1035
+ msgstr "Specificați numărul maxim de imagini."
1036
+
1037
+ #: library/plugin-settings.php:1114
1038
+ msgid "Minimum image width"
1039
+ msgstr "Lățimea minimă a imaginii"
1040
+
1041
+ #: library/plugin-settings.php:1116
1042
+ msgid "Specify a minimum width (in pixels) for uploaded images."
1043
+ msgstr "Specificați o lățime minimă (în pixeli) pentru imaginile încărcate."
1044
+
1045
+ #: library/plugin-settings.php:1119
1046
+ msgid "Minimum image height"
1047
+ msgstr "Înălțimea minimă a imaginii"
1048
+
1049
+ #: library/plugin-settings.php:1121
1050
+ msgid "Specify a minimum height (in pixels) for uploaded images."
1051
+ msgstr "Specificați o înălțime minimă (în pixeli) pentru imaginile încărcate."
1052
+
1053
+ #: library/plugin-settings.php:1124
1054
+ msgid "Maximum image width"
1055
+ msgstr "Lățimea maximă a imaginii"
1056
+
1057
+ #: library/plugin-settings.php:1126
1058
+ msgid "Specify a maximum width (in pixels) for uploaded images."
1059
+ msgstr "Specificați o lățime maximă (în pixeli) pentru imaginile încărcate."
1060
+
1061
+ #: library/plugin-settings.php:1129
1062
+ msgid "Maximum image height"
1063
+ msgstr "Inaltimea maxima a imaginii"
1064
+
1065
+ #: library/plugin-settings.php:1131
1066
+ msgid "Specify a maximum height (in pixels) for uploaded images."
1067
+ msgstr "Specificați o înălțime maximă (în pixeli) pentru imaginile încărcate."
1068
+
1069
+ #: library/plugin-settings.php:1134
1070
+ msgid "More Options"
1071
+ msgstr "Mai multe opțiuni"
1072
+
1073
+ #: library/plugin-settings.php:1137
1074
+ msgid ""
1075
+ "For more options, like the ability to upload other file types (like PDF, "
1076
+ "Word, Zip, videos, and more), check out"
1077
+ msgstr ""
1078
+ "Pentru mai multe opțiuni, cum ar fi abilitatea de a încărca alte tipuri de "
1079
+ "fișiere (cum ar fi PDF, Word, Zip, videoclipuri și altele), verificați"
1080
+
1081
+ #: library/plugin-settings.php:1138
1082
+ msgid "Go Pro!"
1083
+ msgstr "Du-te pro!"
1084
+
1085
+ #: library/plugin-settings.php:1138
1086
+ msgid "USP Pro"
1087
+ msgstr "USP Pro"
1088
+
1089
+ #: library/plugin-settings.php:1145
1090
+ msgid "Auto-Display Content"
1091
+ msgstr "Afișare automată a conținutului"
1092
+
1093
+ #: library/plugin-settings.php:1150
1094
+ msgid "Images Auto-Display"
1095
+ msgstr "Imagini Auto-Afișare"
1096
+
1097
+ #: library/plugin-settings.php:1152
1098
+ msgid "Auto-display user-submitted images:"
1099
+ msgstr "Afișați automat imaginile trimise de utilizatori:"
1100
+
1101
+ #: library/plugin-settings.php:1157
1102
+ msgid "Image Markup"
1103
+ msgstr "Marcarea imaginilor"
1104
+
1105
+ #: library/plugin-settings.php:1159
1106
+ msgid ""
1107
+ "Markup to use for each submitted image (when auto-display is enabled). Can "
1108
+ "use"
1109
+ msgstr ""
1110
+ "Marcare pe care să o utilizați pentru fiecare imagine trimisă (când este "
1111
+ "activată afișarea automată). Poate utiliza"
1112
+
1113
+ #: library/plugin-settings.php:1161 library/plugin-settings.php:1174
1114
+ #: library/plugin-settings.php:1187
1115
+ msgid "and"
1116
+ msgstr "și"
1117
+
1118
+ #: library/plugin-settings.php:1164
1119
+ msgid "Email Auto-Display"
1120
+ msgstr "Afișarea automată a e-mailurilor"
1121
+
1122
+ #: library/plugin-settings.php:1166
1123
+ msgid "Auto-display user-submitted email:"
1124
+ msgstr "Afișarea automată a e-mailului trimis de utilizator:"
1125
+
1126
+ #: library/plugin-settings.php:1171
1127
+ msgid "Email Markup"
1128
+ msgstr "Marcare e-mail"
1129
+
1130
+ #: library/plugin-settings.php:1173
1131
+ msgid ""
1132
+ "Markup to use for the submitted email address (when auto-display is enabled)."
1133
+ " Can use"
1134
+ msgstr ""
1135
+ "Marcaj de utilizat pentru adresa de e-mail trimisă (când este activată "
1136
+ "afișarea automată). Poate utiliza"
1137
+
1138
+ #: library/plugin-settings.php:1177
1139
+ msgid "URL Auto-Display"
1140
+ msgstr "Afișarea automată a adreselor URL"
1141
+
1142
+ #: library/plugin-settings.php:1179
1143
+ msgid "Auto-display user-submitted URL:"
1144
+ msgstr "Afișarea automată a adresei URL introduse de utilizator:"
1145
+
1146
+ #: library/plugin-settings.php:1184
1147
+ msgid "URL Markup"
1148
+ msgstr "Marcaj URL"
1149
+
1150
+ #: library/plugin-settings.php:1186
1151
+ msgid ""
1152
+ "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1153
+ msgstr ""
1154
+ "Marcaj de utilizat pentru adresa URL trimisă (atunci când afișarea automată "
1155
+ "este activată). Poate utiliza"
1156
+
1157
+ #: library/plugin-settings.php:1192 library/plugin-settings.php:1210
1158
+ msgid "Save Settings"
1159
+ msgstr "Salvează setările"
1160
+
1161
+ #: library/plugin-settings.php:1197
1162
+ msgid "Restore Defaults"
1163
+ msgstr "Restabiliti setarile de baza"
1164
+
1165
+ #: library/plugin-settings.php:1201
1166
+ msgid "Restore default options upon plugin deactivation/reactivation."
1167
+ msgstr ""
1168
+ "Restaurați opțiunile implicite după dezactivarea / reactivarea pluginului."
1169
+
1170
+ #: library/plugin-settings.php:1205
1171
+ msgid "Tip:"
1172
+ msgstr "Bacsis:"
1173
+
1174
+ #: library/plugin-settings.php:1206
1175
+ msgid "leave this option unchecked to remember your settings."
1176
+ msgstr "Lăsați această opțiune neschimbată pentru a vă aminti setările."
1177
+
1178
+ #: library/plugin-settings.php:1207
1179
+ msgid ""
1180
+ "Or, to go ahead and restore all default options, check the box, save your "
1181
+ "settings, and then deactivate/reactivate the plugin."
1182
+ msgstr ""
1183
+ "Sau, pentru a continua și a restaura toate opțiunile implicite, bifați "
1184
+ "caseta, salvați setările și dezactivați / reactivați pluginul."
1185
+
1186
+ #: library/plugin-settings.php:1215
1187
+ msgid "Shortcode &amp; Template Tag"
1188
+ msgstr "Cod scurt și etichetă șablon"
1189
+
1190
+ #: library/plugin-settings.php:1218
1191
+ msgid ""
1192
+ "To implement USP, first configure the plugin settings, then use the "
1193
+ "shortcode or template to display the form on the front-end as desired."
1194
+ msgstr ""
1195
+ "Pentru a implementa USP, mai întâi configurați setările pluginului, apoi "
1196
+ "utilizați codul scurt sau șablonul pentru a afișa formularul de pe front-end,"
1197
+ " după cum doriți."
1198
+
1199
+ #: library/plugin-settings.php:1220
1200
+ msgid "Shortcode"
1201
+ msgstr "Cod scurt"
1202
+
1203
+ #: library/plugin-settings.php:1221
1204
+ msgid "Use this shortcode to display the USP Form on any WP Post or Page:"
1205
+ msgstr ""
1206
+ "Utilizați acest scurtcod pentru a afișa formularul USP pe orice mesaj WP sau "
1207
+ "pagină:"
1208
+
1209
+ #: library/plugin-settings.php:1224
1210
+ msgid "Template tag"
1211
+ msgstr "Șablon de șablon"
1212
+
1213
+ #: library/plugin-settings.php:1225
1214
+ msgid ""
1215
+ "Use this template tag to display the USP Form anywhere in your theme "
1216
+ "template:"
1217
+ msgstr ""
1218
+ "Utilizați această etichetă pentru șablon pentru a afișa formularul USP "
1219
+ "oriunde în șablonul de temă:"
1220
+
1221
+ #: library/plugin-settings.php:1231
1222
+ msgid "Show Support"
1223
+ msgstr "Afișați suport"
1224
+
1225
+ #: library/plugin-settings.php:1243
1226
+ msgid "by"
1227
+ msgstr "de"
1228
+
1229
+ #: library/plugin-settings.php:1244
1230
+ msgid "Jeff Starr on Twitter"
1231
+ msgstr "Jeff Starr pe Twitter"
1232
+
1233
+ #: library/plugin-settings.php:1245
1234
+ msgid "Obsessive Web Design &amp; Development"
1235
+ msgstr "Obsessive Web Design și dezvoltare"
1236
+
1237
+ #: library/plugin-settings.php:1256
1238
+ msgid "Save Preference"
1239
+ msgstr "Salvați preferințele"
1240
+
1241
+ #: library/plugin-settings.php:1263
1242
+ msgid ""
1243
+ "Are you sure you want to restore all default options? (this action cannot be "
1244
+ "undone)"
1245
+ msgstr ""
1246
+ "Sigur doriți să restaurați toate opțiunile implicite? (Această acțiune nu "
1247
+ "poate fi anulată)"
1248
+
1249
+ #: library/template-tags.php:214
1250
+ msgid "View full post"
1251
+ msgstr "Afișați postarea completă"
1252
+
1253
+ #. Description of the plugin
1254
+ msgid ""
1255
+ "Enables your visitors to submit posts and images from anywhere on your site."
1256
+ msgstr ""
1257
+ "Permite vizitatorilor dvs. să trimită postări și imagini de oriunde de pe "
1258
+ "site-ul dvs."
1259
+
1260
+ #. URI of the plugin
1261
+ msgid "https://perishablepress.com/user-submitted-posts/"
1262
+ msgstr "https://perishablepress.com/user-submitted-posts/"
1263
+
1264
+ #. Author of the plugin
1265
+ msgid "Jeff Starr"
1266
+ msgstr "Jeff Starr"
1267
+
1268
+ #. Author URI of the plugin
1269
+ msgid "https://plugin-planet.com/"
1270
+ msgstr "https://plugin-planet.com/"
languages/usp-ru_RU.mo CHANGED
Binary file
languages/usp-ru_RU.po CHANGED
@@ -1,1117 +1,1273 @@
1
- # Loco Gettext template
2
- msgid ""
3
- msgstr ""
4
- "Project-Id-Version: User Submitted Posts\n"
5
- "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2016-07-10 14:43+0300\n"
7
- "POT-Revision-Date: Mon Nov 16 2015 23:50:59 GMT-0800 (PST)\n"
8
- "PO-Revision-Date: 2016-07-10 15:51+0300\n"
9
- "Language-Team: \n"
10
- "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
11
- "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
12
- "MIME-Version: 1.0\n"
13
- "Content-Type: text/plain; charset=UTF-8\n"
14
- "Content-Transfer-Encoding: 8bit\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Poedit-Basepath: .\n"
17
- "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
18
- "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
19
- "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
20
- "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
21
- "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
22
- "X-Generator: Poedit 1.8.8\n"
23
- "Last-Translator: \n"
24
- "Language: ru\n"
25
- "X-Poedit-SearchPath-0: ..\n"
26
-
27
- msgid "User Submitted Posts"
28
- msgstr "Пользовательские посты"
29
-
30
- #. URI of the plugin
31
- msgid "https://perishablepress.com/user-submitted-posts"
32
- msgstr ""
33
-
34
- #. Description of the plugin
35
- msgid ""
36
- "Enables your visitors to submit posts and images from anywhere on your site."
37
- msgstr ""
38
- "Позволяет вашим посетителям оставлять посты и изображения где угодно на "
39
- "вашем сайте."
40
-
41
- #. Author of the plugin
42
- msgid "Jeff Starr"
43
- msgstr ""
44
-
45
- #. Author URI of the plugin
46
- msgid "https://monzillamedia.com"
47
- msgstr ""
48
-
49
- #: ../user-submitted-posts.php:55
50
- msgid "requires WordPress "
51
- msgstr "требуется WordPress"
52
-
53
- #: ../user-submitted-posts.php:55
54
- msgid " or higher, and has been deactivated!"
55
- msgstr "или выше и был отключен."
56
-
57
- #: ../user-submitted-posts.php:56
58
- msgid "Please return to the "
59
- msgstr "Пожалуйста, вернитесь в"
60
-
61
- #: ../user-submitted-posts.php:56
62
- msgid "WordPress Admin area"
63
- msgstr "админ-панель WordPress"
64
-
65
- #: ../user-submitted-posts.php:56
66
- msgid "to upgrade WordPress and try again."
67
- msgstr "чтобы обновить WordPress и попробовать снова."
68
-
69
- #: ../user-submitted-posts.php:74
70
- msgid "Submitted"
71
- msgid_plural "Submitted"
72
- msgstr[0] "Принятый"
73
- msgstr[1] "Принятых"
74
- msgstr[2] "Принятых"
75
-
76
- #: ../user-submitted-posts.php:104
77
- msgid "User Submitted Post"
78
- msgstr "Пользовательский пост"
79
-
80
- #: ../user-submitted-posts.php:203
81
- msgid "User Submitted Post Info"
82
- msgstr "Информация о пользовательском посте"
83
-
84
- #: ../user-submitted-posts.php:222
85
- msgid "Submitter Name: "
86
- msgstr "Имя отправителя:"
87
-
88
- #: ../user-submitted-posts.php:223
89
- msgid "Submitter Email: "
90
- msgstr "Email отправителя:"
91
-
92
- #: ../user-submitted-posts.php:224
93
- msgid "Submitter URL: "
94
- msgstr "Сайт отправителя:"
95
-
96
- #: ../user-submitted-posts.php:225
97
- msgid "Submitter IP: "
98
- msgstr "IP отправителя:"
99
-
100
- #: ../user-submitted-posts.php:374
101
- msgid "USP"
102
- msgstr ""
103
-
104
- #: ../user-submitted-posts.php:754
105
- msgid " files required"
106
- msgstr "необходимы файлы"
107
-
108
- #: ../user-submitted-posts.php:755
109
- msgid " file required"
110
- msgstr "необходим файл"
111
-
112
- #: ../user-submitted-posts.php:757
113
- msgid " files"
114
- msgstr "файлы"
115
-
116
- #: ../user-submitted-posts.php:758
117
- msgid " file"
118
- msgstr "файл"
119
-
120
- #: ../user-submitted-posts.php:760 ../user-submitted-posts.php:761 ../user-
121
- #: submitted-posts.php:762 ../user-submitted-posts.php:763
122
- msgid " pixels"
123
- msgstr "пикс."
124
-
125
- #: ../user-submitted-posts.php:766
126
- msgid "An error occurred. Please go back and try again."
127
- msgstr "Произошла ошибка. Пожалуйста, вернитесь и попробуйте снова."
128
-
129
- #: ../user-submitted-posts.php:773
130
- msgid "User login required"
131
- msgstr "Требуется логин"
132
-
133
- #: ../user-submitted-posts.php:774
134
- msgid "User name required"
135
- msgstr "Требуется имя пользователя"
136
-
137
- #: ../user-submitted-posts.php:775
138
- msgid "Post title required"
139
- msgstr "Требуется заголовок"
140
-
141
- #: ../user-submitted-posts.php:776
142
- msgid "Post url required"
143
- msgstr "Требуется ссылка"
144
-
145
- #: ../user-submitted-posts.php:777
146
- msgid "Post tags required"
147
- msgstr "Требуются теги"
148
-
149
- #: ../user-submitted-posts.php:778
150
- msgid "Post category required"
151
- msgstr "Требуется категория"
152
-
153
- #: ../user-submitted-posts.php:779
154
- msgid "Post content required"
155
- msgstr "Требуется содержимое"
156
-
157
- #: ../user-submitted-posts.php:780
158
- msgid "Correct captcha required"
159
- msgstr "Требуется правильная капча"
160
-
161
- #: ../user-submitted-posts.php:781
162
- msgid "User email required"
163
- msgstr "Требуется почта"
164
-
165
- #: ../user-submitted-posts.php:782
166
- msgid "Non-empty value for hidden field"
167
- msgstr "Скрытые поля заполнены"
168
-
169
- #: ../user-submitted-posts.php:783
170
- msgid "Minimum number of images not met"
171
- msgstr "Недостаточно изображений"
172
-
173
- #: ../user-submitted-posts.php:784
174
- msgid "Maximum number of images exceeded "
175
- msgstr "Слишком много изображений"
176
-
177
- #: ../user-submitted-posts.php:785
178
- msgid "Minimum image width not met"
179
- msgstr "Недостаточная минимальная ширина изображения"
180
-
181
- #: ../user-submitted-posts.php:786
182
- msgid "Image width exceeds maximum"
183
- msgstr "Ширина изображения превысила максимум"
184
-
185
- #: ../user-submitted-posts.php:787
186
- msgid "Minimum image height not met"
187
- msgstr "Недостаточная высота изображения"
188
-
189
- #: ../user-submitted-posts.php:788
190
- msgid "Image height exceeds maximum"
191
- msgstr "Высота изображения слишком большая"
192
-
193
- #: ../user-submitted-posts.php:789
194
- msgid "File type not allowed (please upload images only)"
195
- msgstr ""
196
- "Тип файлов не поддерживается (пожалуйста, загружайте только изображения)"
197
-
198
- #: ../user-submitted-posts.php:790
199
- msgid "The selected files could not be uploaded to the server"
200
- msgstr "Выбранные файлы не были загружены на сервер"
201
-
202
- #: ../user-submitted-posts.php:794
203
- msgid "The file(s) could not be uploaded"
204
- msgstr "Файл(ы) не были загружены"
205
-
206
- #: ../user-submitted-posts.php:796
207
- msgid "Post not created. Please contact the site administrator for help."
208
- msgstr ""
209
- "Пост не был создан. Пожалуйста, обратитесь за помощью к администратору."
210
-
211
- #: ../user-submitted-posts.php:797
212
- msgid "Duplicate post title. Please try again."
213
- msgstr "Дубликат заголовка поста. Пожалуйста, попробуйте снова."
214
-
215
- #: ../user-submitted-posts.php:803
216
- msgid "Error: "
217
- msgstr "Ошибка:"
218
-
219
- #: ../user-submitted-posts.php:816
220
- msgid "Settings"
221
- msgstr "Настройки"
222
-
223
- #: ../user-submitted-posts.php:855
224
- msgid ""
225
- "There was an error. Please ensure that you have added a title, some content, "
226
- "and that you have uploaded only images."
227
- msgstr ""
228
- "Произошла ошибка. Убедитесь, что вы ввели название, добавили содержание и "
229
- "загрузили только изображения."
230
-
231
- #: ../user-submitted-posts.php:862 ../user-submitted-posts.php:863 ../user-
232
- #: submitted-posts.php:865 ../user-submitted-posts.php:866 ../user-submitted-
233
- #: posts.php:867 ../user-submitted-posts.php:873
234
- #: ../user-submitted-posts.php:874
235
- msgid "show"
236
- msgstr "показать"
237
-
238
- #: ../user-submitted-posts.php:864 ../user-submitted-posts.php:868
239
- msgid "hide"
240
- msgstr "скрыть"
241
-
242
- #: ../user-submitted-posts.php:869
243
- msgid "Please select your image(s) to upload."
244
- msgstr "Пожалуйста, выберите одно или несколько изображений для загрузки."
245
-
246
- #: ../user-submitted-posts.php:875
247
- msgid "Success! Thank you for your submission."
248
- msgstr "Успех! Спасибо за ваше признание."
249
-
250
- #: ../user-submitted-posts.php:899
251
- msgid "Email"
252
- msgstr ""
253
-
254
- #: ../user-submitted-posts.php:900
255
- msgid "URL"
256
- msgstr ""
257
-
258
- #: ../user-submitted-posts.php:910
259
- msgid "HTML5 Form + Default CSS <small>(Recommended)</small>"
260
- msgstr "Форма HTML5 + Стандартный CSS <small>(Рекомендовано)</small>"
261
-
262
- #: ../user-submitted-posts.php:914
263
- msgid "HTML5 Form + Disable CSS <small>(Provide your own styles)</small>"
264
- msgstr "Форма HTML5 + Отключить CSS <small>(Используйте свои стили)</small>"
265
-
266
- #: ../user-submitted-posts.php:918
267
- msgid ""
268
- "Custom Form + Custom CSS <small>(Provide your own form template &amp; "
269
- "styles)</small>"
270
- msgstr ""
271
- "Пользовательская HTML5 + Пользовательский CSS <small>(Используйте "
272
- "собственные стили шаблона формы)</small>"
273
-
274
- #: ../user-submitted-posts.php:926 ../user-submitted-posts.php:942 ../user-
275
- #: submitted-posts.php:958
276
- msgid "Auto-display before post content"
277
- msgstr "Автоматический показ перед содержимым поста"
278
-
279
- #: ../user-submitted-posts.php:930 ../user-submitted-posts.php:946 ../user-
280
- #: submitted-posts.php:962
281
- msgid "Auto-display after post content"
282
- msgstr "Автоматический показ после содержимого поста"
283
-
284
- #: ../user-submitted-posts.php:934
285
- msgid "Do not auto-display submitted images"
286
- msgstr "Не показывать автоматически изображения"
287
-
288
- #: ../user-submitted-posts.php:950
289
- msgid "Do not auto-display submitted email"
290
- msgstr "Не показывать автоматически почту"
291
-
292
- #: ../user-submitted-posts.php:966
293
- msgid "Do not auto-display submitted URL"
294
- msgstr "Не показывать автоматически URL"
295
-
296
- #: ../user-submitted-posts.php:1200
297
- msgid "Toggle all panels"
298
- msgstr "Переключить все панели"
299
-
300
- #: ../user-submitted-posts.php:1209
301
- msgid "We need your support!"
302
- msgstr "Нам нужна ваша поддержка!"
303
-
304
- #: ../user-submitted-posts.php:1213
305
- msgid "Please"
306
- msgstr "Пожалуйста"
307
-
308
- #: ../user-submitted-posts.php:1213
309
- msgid "Make a donation via PayPal"
310
- msgstr "Совершите пожертвование при помощи PayPal"
311
-
312
- #: ../user-submitted-posts.php:1213
313
- msgid "make a donation"
314
- msgstr "совершить пожертвование"
315
-
316
- #: ../user-submitted-posts.php:1213
317
- msgid "and/or"
318
- msgstr "и/или"
319
-
320
- #: ../user-submitted-posts.php:1214
321
- msgid "Rate and review at the Plugin Directory"
322
- msgstr "Оцените и оставьте отзыв на Plugin Directory"
323
-
324
- #: ../user-submitted-posts.php:1215
325
- msgid "give this plugin a 5-star rating"
326
- msgstr "оценить этот плагин в 5 звезд"
327
-
328
- #: ../user-submitted-posts.php:1219
329
- msgid ""
330
- "Your generous support enables continued development of this free plugin. "
331
- "Thank you!"
332
- msgstr ""
333
- "Ваша щедрая поддержка позволяет продолжить развитие этого бесплатного "
334
- "плагина. Спасибо!"
335
-
336
- #: ../user-submitted-posts.php:1224
337
- msgid "Check this box if you have shown support"
338
- msgstr "Отметьте это поле, если вы поддержали нас."
339
-
340
- #: ../user-submitted-posts.php:1232
341
- msgid "Overview"
342
- msgstr "Обзор"
343
-
344
- #: ../user-submitted-posts.php:1236
345
- msgid ""
346
- "enables your visitors to submit posts and upload images from the front-end "
347
- "of your site. "
348
- msgstr ""
349
- "позволяет вашим посетителям оставлять признания и загружать изображения на "
350
- "фронтенде вашего сайта."
351
-
352
- #: ../user-submitted-posts.php:1237
353
- msgid "For advanced functionality and unlimited forms, check out"
354
- msgstr "Для продвинутых функций и безлимитных форм, зацените"
355
-
356
- #: ../user-submitted-posts.php:1238
357
- msgid "&mdash; the ultimate solution for user-generated content."
358
- msgstr "&mdash; великолепное решение для пользовательского контента."
359
-
360
- #: ../user-submitted-posts.php:1243
361
- msgid "Quick start:"
362
- msgstr "Быстрый старт:"
363
-
364
- #: ../user-submitted-posts.php:1243
365
- msgid "configure settings"
366
- msgstr "конфигурация настроек"
367
-
368
- #: ../user-submitted-posts.php:1244
369
- msgid "and then"
370
- msgstr "а потом"
371
-
372
- #: ../user-submitted-posts.php:1244
373
- msgid "display the form"
374
- msgstr "показать форму"
375
-
376
- #: ../user-submitted-posts.php:1247
377
- msgid "More info:"
378
- msgstr "Больше информации:"
379
-
380
- #: ../user-submitted-posts.php:1248
381
- msgid "WP Plugin Page"
382
- msgstr "Страница плагина WP"
383
-
384
- #: ../user-submitted-posts.php:1248 ../user-submitted-posts.php:1655
385
- msgid "and"
386
- msgstr "и"
387
-
388
- #: ../user-submitted-posts.php:1249
389
- msgid "Homepage"
390
- msgstr "Домашняя страница"
391
-
392
- #: ../user-submitted-posts.php:1251
393
- msgid "Support:"
394
- msgstr "Поддержка:"
395
-
396
- #: ../user-submitted-posts.php:1251
397
- msgid "if you like USP, please"
398
- msgstr "если вам нравится USP, пожалуйста"
399
-
400
- #: ../user-submitted-posts.php:1252
401
- msgid "Rate and review this plugin at the WP Plugin Directory"
402
- msgstr "Оцените и оставьте отзыв к этому плагину на WP Plugin Directory"
403
-
404
- #: ../user-submitted-posts.php:1253
405
- msgid "give it a 5-star rating"
406
- msgstr "оцените в 5 звезд"
407
-
408
- #: ../user-submitted-posts.php:1267
409
- msgid "Options"
410
- msgstr "Опции"
411
-
412
- #: ../user-submitted-posts.php:1271
413
- msgid "Configure your settings for User Submitted Posts."
414
- msgstr "Конфигурация настроек плагина"
415
-
416
- #: ../user-submitted-posts.php:1273
417
- msgid "Form Fields"
418
- msgstr "Поля формы"
419
-
420
- #: ../user-submitted-posts.php:1278
421
- msgid "User Name"
422
- msgstr "Имя пользователя"
423
-
424
- #: ../user-submitted-posts.php:1281 ../user-submitted-posts.php:1291 ../user-
425
- #: submitted-posts.php:1301 ../user-submitted-posts.php:1311 ../user-submitted-
426
- #: posts.php:1321 ../user-submitted-posts.php:1331 ../user-submitted-posts.php:
427
- #: 1341 ../user-submitted-posts.php:1351
428
- msgid "Display and require"
429
- msgstr "Показать и требовать"
430
-
431
- #: ../user-submitted-posts.php:1282 ../user-submitted-posts.php:1292 ../user-
432
- #: submitted-posts.php:1302 ../user-submitted-posts.php:1312 ../user-submitted-
433
- #: posts.php:1322 ../user-submitted-posts.php:1332
434
- #: ../user-submitted-posts.php:1342
435
- msgid "Display but do not require"
436
- msgstr "Показать, но не требовать"
437
-
438
- #: ../user-submitted-posts.php:1283 ../user-submitted-posts.php:1293 ../user-
439
- #: submitted-posts.php:1303 ../user-submitted-posts.php:1313 ../user-submitted-
440
- #: posts.php:1323 ../user-submitted-posts.php:1333 ../user-submitted-posts.php:
441
- #: 1343 ../user-submitted-posts.php:1352
442
- msgid "Disable this field"
443
- msgstr "Отключить это поле"
444
-
445
- #: ../user-submitted-posts.php:1288
446
- msgid "User Email"
447
- msgstr "Почта пользователя"
448
-
449
- #: ../user-submitted-posts.php:1298
450
- msgid "Post URL"
451
- msgstr "Ссылка на пост"
452
-
453
- #: ../user-submitted-posts.php:1308 ../views/submission-form.php:51 ..
454
- #: /views/submission-form.php:52
455
- msgid "Post Title"
456
- msgstr "Заголовок"
457
-
458
- #: ../user-submitted-posts.php:1318 ../views/submission-form.php:57 ..
459
- #: /views/submission-form.php:58
460
- msgid "Post Tags"
461
- msgstr "Теги"
462
-
463
- #: ../user-submitted-posts.php:1328 ../views/submission-form.php:69
464
- msgid "Post Category"
465
- msgstr "Категория"
466
-
467
- #: ../user-submitted-posts.php:1338 ../views/submission-form.php:104 ..
468
- #: /views/submission-form.php:105
469
- msgid "Post Content"
470
- msgstr "Содержимое"
471
-
472
- #: ../user-submitted-posts.php:1348 ../user-submitted-posts.php:1354 ../user-
473
- #: submitted-posts.php:1561 ../user-submitted-posts.php:1566
474
- msgid "Challenge Question"
475
- msgstr "Проверочный вопрос"
476
-
477
- #: ../user-submitted-posts.php:1354 ../user-submitted-posts.php:1364
478
- msgid "(Visit"
479
- msgstr "(Посетите"
480
-
481
- #: ../user-submitted-posts.php:1354 ../user-submitted-posts.php:1364
482
- msgid "to configure options)"
483
- msgstr "для конфигурации настроек)"
484
-
485
- #: ../user-submitted-posts.php:1358
486
- msgid "Post Images"
487
- msgstr "Изображения"
488
-
489
- #: ../user-submitted-posts.php:1361
490
- msgid "Display"
491
- msgstr "Показать"
492
-
493
- #: ../user-submitted-posts.php:1362
494
- msgid "Disable"
495
- msgstr "Отключить"
496
-
497
- #: ../user-submitted-posts.php:1364 ../user-submitted-posts.php:1583
498
- msgid "Image Uploads"
499
- msgstr "Загрузка изображений"
500
-
501
- #: ../user-submitted-posts.php:1370
502
- msgid "General Options"
503
- msgstr "Общие опции"
504
-
505
- #: ../user-submitted-posts.php:1375
506
- msgid "Form style"
507
- msgstr "Стиль формы"
508
-
509
- #: ../user-submitted-posts.php:1380
510
- msgid "With this option, you can copy the plugin&rsquo;s default templates:"
511
- msgstr ""
512
- "При помощи этой опции, вы можете скопировать стандартные шаблоны плагина:"
513
-
514
- #: ../user-submitted-posts.php:1385
515
- msgid "..and upload them to the plugin&rsquo;s"
516
- msgstr "..и загрузить их в папку"
517
-
518
- #: ../user-submitted-posts.php:1385
519
- msgid "directory:"
520
- msgstr "плагина:"
521
-
522
- #: ../user-submitted-posts.php:1391
523
- msgid ""
524
- "That will enable you to customize the form and styles as desired. Note: the"
525
- msgstr "Это позволит вам тонко настроить форму и стили по желанию. Заметьте:"
526
-
527
- #: ../user-submitted-posts.php:1392
528
- msgid ""
529
- "file is optional if you want to use your own stylesheet. See the readme.txt "
530
- "for more information. FYI: here is a"
531
- msgstr ""
532
- "файл не обязателен, если вы хотите использовать свои стили. Читайте readme."
533
- "txt для подробностей. Также"
534
-
535
- #: ../user-submitted-posts.php:1393
536
- msgid "list of CSS selectors for USP"
537
- msgstr "вот список CSS селекторов этого плагина"
538
-
539
- #: ../user-submitted-posts.php:1399
540
- msgid "Include JavaScript?"
541
- msgstr "Включить JavaScript?"
542
-
543
- #: ../user-submitted-posts.php:1401
544
- msgid ""
545
- "Check this box if you want to include the external JavaScript files "
546
- "(recommended)."
547
- msgstr ""
548
- "Отметьте это поле, если вы хотите включить внешние файлы JavaScript "
549
- "(рекомендуется)."
550
-
551
- #: ../user-submitted-posts.php:1404
552
- msgid "Targeted Loading"
553
- msgstr "Таргетированная загрузка"
554
-
555
- #: ../user-submitted-posts.php:1406
556
- msgid ""
557
- "When enabled, external CSS &amp; JavaScript files are loaded on every page. "
558
- "Here you may specify the URL of the USP form to load resources only on that "
559
- "page. Note: leave blank to load on all pages."
560
- msgstr ""
561
- "Если включен, внешние файлы CSS и JavaScript загружаются на каждой странице. "
562
- "Здесь вы можете указать ссылку на форму чтобы загружать ресурсы только на "
563
- "этой странице. Оставьте пустым для загрузки на всех страницах."
564
-
565
- #: ../user-submitted-posts.php:1409
566
- msgid "Categories"
567
- msgstr "Категории"
568
-
569
- #: ../user-submitted-posts.php:1412
570
- msgid ""
571
- "Select which categories may be assigned to submitted posts (click to toggle)"
572
- msgstr ""
573
- "Выберите, какие категории могут быть назначены постам (клик для переключения)"
574
-
575
- #: ../user-submitted-posts.php:1429
576
- msgid "Assigned Author"
577
- msgstr "Назначенный автор"
578
-
579
- #: ../user-submitted-posts.php:1438
580
- msgid ""
581
- "Specify the user that should be assigned as author for user-submitted posts."
582
- msgstr ""
583
- "Укажите пользователя, который должен быть назначен как автор для "
584
- "пользовательских постов"
585
-
586
- #: ../user-submitted-posts.php:1442
587
- msgid "Auto Publish?"
588
- msgstr "Автоматическая публикация?"
589
-
590
- #: ../user-submitted-posts.php:1445
591
- msgid "Always moderate via Draft"
592
- msgstr "Всегда модерировать через черновики"
593
-
594
- #: ../user-submitted-posts.php:1446
595
- msgid "Always moderate via Pending"
596
- msgstr "Всегда модерировать через ожидающие"
597
-
598
- #: ../user-submitted-posts.php:1447
599
- msgid "Always publish immediately"
600
- msgstr "Всегда публиковать немедленно"
601
-
602
- #: ../user-submitted-posts.php:1452
603
- msgid ""
604
- "Post Status for submitted posts: moderate (recommended), publish "
605
- "immediately, or publish after any number of approved posts."
606
- msgstr ""
607
- "Статус для пользовательских постов: модерация (рекомендуется), публиковать "
608
- "немедленно или после любого числа принятых постов."
609
-
610
- #: ../user-submitted-posts.php:1456
611
- msgid "Enable Rich Text Editor"
612
- msgstr "Включить Rich Text Editor"
613
-
614
- #: ../user-submitted-posts.php:1458
615
- msgid ""
616
- "Check this box if you want to enable WP rich text editing for submitted "
617
- "posts."
618
- msgstr ""
619
- "Отметьте это поле, если вы хотите включить полноценный текстовый редактор."
620
-
621
- #: ../user-submitted-posts.php:1461
622
- msgid "Redirect URL"
623
- msgstr "Ссылка перенаправления"
624
-
625
- #: ../user-submitted-posts.php:1463
626
- msgid ""
627
- "Specify a URL to redirect the user after post-submission. Leave blank to "
628
- "redirect back to current page."
629
- msgstr ""
630
- "Выберите ссылку, по которой перенаправить пользователя после принятия поста. "
631
- "Оставьте пустым, чтобы перенаправлять на текущую страницу."
632
-
633
- #: ../user-submitted-posts.php:1466
634
- msgid "Success Message"
635
- msgstr "Сообщение об успехе"
636
-
637
- #: ../user-submitted-posts.php:1468
638
- msgid ""
639
- "Success message that is displayed if post-submission is successful. Basic "
640
- "markup is allowed."
641
- msgstr ""
642
- "Сообщение, которое будет показано, если пост будет успешно принят. Разрешена "
643
- "базовая разметка."
644
-
645
- #: ../user-submitted-posts.php:1471
646
- msgid "Error Message"
647
- msgstr "Сообщение об ошибке"
648
-
649
- #: ../user-submitted-posts.php:1473
650
- msgid ""
651
- "General error message that is displayed if post-submission fails. Basic "
652
- "markup is allowed."
653
- msgstr ""
654
- "Сообщение, которое будет показано, если пост не будет принят. Разрешена "
655
- "базовая разметка."
656
-
657
- #: ../user-submitted-posts.php:1476
658
- msgid "Custom Content"
659
- msgstr "Свой контент"
660
-
661
- #: ../user-submitted-posts.php:1478
662
- msgid ""
663
- "Custom text/markup to be included before the submission form. Leave blank to "
664
- "disable."
665
- msgstr ""
666
- "Свой текст/разметка, которая будет включена перед формой. Оставьте пустым "
667
- "чтоб отключить."
668
-
669
- #: ../user-submitted-posts.php:1481
670
- msgid "Unique Titles"
671
- msgstr "Уникальные заголовки"
672
-
673
- #: ../user-submitted-posts.php:1483
674
- msgid ""
675
- "Require submitted post titles to be unique (useful for preventing multiple/"
676
- "duplicate submitted posts)."
677
- msgstr ""
678
- "Требовать, чтоб заголовки постов были уникальными (чтобы избежать "
679
- "дубликатов)."
680
-
681
- #: ../user-submitted-posts.php:1486
682
- msgid "Disable Required"
683
- msgstr "Отключить требуемые поля"
684
-
685
- #: ../user-submitted-posts.php:1488
686
- msgid ""
687
- "Disable all required attributes on default form fields (useful for "
688
- "troubleshooting error messages)."
689
- msgstr ""
690
- "Отключить все требуемые поля на стандартных формах (удобно для дебага)."
691
-
692
- #: ../user-submitted-posts.php:1491
693
- msgid "Enable Shortcodes"
694
- msgstr "Включить шорткоды"
695
-
696
- #: ../user-submitted-posts.php:1493
697
- msgid ""
698
- "Enable shortcodes in widgets. By default, WordPress does not enable "
699
- "shortcodes in widgets. "
700
- msgstr ""
701
- "Включить шорткоды в виджетах. По умолчанию, WordPress не позволяет включить "
702
- "шорткоды в виджетах."
703
-
704
- #: ../user-submitted-posts.php:1494
705
- msgid ""
706
- "This setting enables any/all shortcodes in widgets (even shortcodes from "
707
- "other plugins)."
708
- msgstr ""
709
- "Эта настройка включает любые/все шорткоды в виджетах (даже шорткоды из "
710
- "других плагинов)."
711
-
712
- #: ../user-submitted-posts.php:1497
713
- msgid "Disable IP Tracking"
714
- msgstr "Отключить отслеживание IP"
715
-
716
- #: ../user-submitted-posts.php:1499
717
- msgid ""
718
- "By default USP records the IP address with each submitted post. Check this "
719
- "box to disable all IP tracking."
720
- msgstr ""
721
- "По умолчанию, плагин записывает IP адреса отправителей каждого поста. "
722
- "Отметьте єто поле чтобы выключить отслеживание."
723
-
724
- #: ../user-submitted-posts.php:1504
725
- msgid "Email Alerts"
726
- msgstr "Уведомления по почте"
727
-
728
- #: ../user-submitted-posts.php:1509
729
- msgid "Receive Email Alert"
730
- msgstr "Получать уведомления по почте"
731
-
732
- #: ../user-submitted-posts.php:1511
733
- msgid ""
734
- "Check this box if you want to be notified via email for new post submissions."
735
- msgstr ""
736
- "Отметьте это поле, если вы хотите получать уведомления о новых постах на "
737
- "почту."
738
-
739
- #: ../user-submitted-posts.php:1514
740
- msgid "Email Address for Alerts"
741
- msgstr "Адрес почты для уведомлений"
742
-
743
- #: ../user-submitted-posts.php:1516
744
- msgid ""
745
- "If you checked the box to receive email alerts, indicate here the "
746
- "address(es) to which the emails should be sent."
747
- msgstr ""
748
- "Если вы отметите поле для получения уведомлений, укажите здесь адрес(а), на "
749
- "которые должны приходить письма."
750
-
751
- #: ../user-submitted-posts.php:1517
752
- msgid "Multiple recipients may be included using a comma, like so:"
753
- msgstr "Несколько получателей могут быть указаны используя запятую, например:"
754
-
755
- #: ../user-submitted-posts.php:1520
756
- msgid "Email Alert Subject"
757
- msgstr "Тема уведомления на почту"
758
-
759
- #: ../user-submitted-posts.php:1522
760
- msgid ""
761
- "Subject line for email alerts. Leave blank to use the default subject line. "
762
- "Note: you can use the following variables: "
763
- msgstr ""
764
- "Тема письма для уведомлений. Оставьте пустым для стандартной темы. Обратите "
765
- "внимание: вы можете использовать следующие переменные:"
766
-
767
- #: ../user-submitted-posts.php:1526
768
- msgid "Email Alert Message"
769
- msgstr "Сообщение в уведомлении"
770
-
771
- #: ../user-submitted-posts.php:1528
772
- msgid ""
773
- "Message for email alerts. Leave blank to use the default message. Note: you "
774
- "can use the following variables: "
775
- msgstr ""
776
- "Сообщение для уведомлений. Оставьте пустым для стандартного сообщения. "
777
- "Обратите внимание: вы можете использовать следующие переменные: "
778
-
779
- #: ../user-submitted-posts.php:1534
780
- msgid "Registered Users"
781
- msgstr "Зарегистрированные пользователи"
782
-
783
- #: ../user-submitted-posts.php:1539
784
- msgid "Registered Username"
785
- msgstr "Зарегистрированные логины"
786
-
787
- #: ../user-submitted-posts.php:1541
788
- msgid ""
789
- "Use the registered username as the post author. This should be enabled only "
790
- "when requiring log-in for submissions."
791
- msgstr ""
792
- "Использовать зарегистированные логины в качестве авторов постов. Включите "
793
- "только если логин требуется для отправки поста."
794
-
795
- #: ../user-submitted-posts.php:1544
796
- msgid "User Profile URL"
797
- msgstr "Ссылка на профиль"
798
-
799
- #: ../user-submitted-posts.php:1546
800
- msgid ""
801
- "Use the registered user&rsquo;s Profile URL as the post URL. This should be "
802
- "enabled only when requiring log-in for submissions."
803
- msgstr ""
804
- "Используйте ссылку на профиль пользователя в качестве ссылки на пост. "
805
- "Включите только если логин требуется для отправки поста."
806
-
807
- #: ../user-submitted-posts.php:1549
808
- msgid "Hidden/Default Category"
809
- msgstr "Спрятанные категории/категории по умолчанию"
810
-
811
- #: ../user-submitted-posts.php:1551
812
- msgid ""
813
- "Use a hidden field for the post category. This may be used to specify a "
814
- "default category when the category field is disabled."
815
- msgstr ""
816
- "Используйте спрятанное поле для категории поста. Можно использовать для "
817
- "определения стандартной категории, когда поле категории отключено."
818
-
819
- #: ../user-submitted-posts.php:1554
820
- msgid "Category ID for Hidden Field"
821
- msgstr "ID категории для скрытого поля"
822
-
823
- #: ../user-submitted-posts.php:1556
824
- msgid ""
825
- "Specify the ID of the category to use for the &ldquo;Hidden/Default "
826
- "Category&rdquo; option."
827
- msgstr "Указать ID категории для использования в предыдущей опции."
828
-
829
- #: ../user-submitted-posts.php:1568
830
- msgid ""
831
- "To prevent spam, enter a question that users must answer before submitting "
832
- "the form."
833
- msgstr ""
834
- "Для предотвращения спама, введите вопрос, на который пользователи должны "
835
- "будут ответить перед отправкой поста."
836
-
837
- #: ../user-submitted-posts.php:1571
838
- msgid "Challenge Response"
839
- msgstr "Ответ на вопрос"
840
-
841
- #: ../user-submitted-posts.php:1573
842
- msgid "Enter the <em>only</em> correct answer to the challenge question."
843
- msgstr "Введите <em>исключительно</em> правильный ответ на вопрос."
844
-
845
- #: ../user-submitted-posts.php:1576
846
- msgid "Case-sensitivity"
847
- msgstr "Чувствительность к регистру"
848
-
849
- #: ../user-submitted-posts.php:1578
850
- msgid "Check this box if you want the challenge response to be case-sensitive."
851
- msgstr ""
852
- "Отметьте это поле, если хотите сделать ответ на вопрос чувствительным к "
853
- "регистру."
854
-
855
- #: ../user-submitted-posts.php:1588
856
- msgid "Featured Image"
857
- msgstr "Избранное изображение"
858
-
859
- #: ../user-submitted-posts.php:1590
860
- msgid ""
861
- "Set submitted images as Featured Images. Requires theme support for Featured "
862
- "Images (aka Post Thumbnails)."
863
- msgstr ""
864
- "Установить принятые изображения в качестве избранных. Необходима поддержка "
865
- "данной функции темой."
866
-
867
- #: ../user-submitted-posts.php:1593
868
- msgid "Upload Message"
869
- msgstr "Сообщение для поля загрузки"
870
-
871
- #: ../user-submitted-posts.php:1595
872
- msgid ""
873
- "Message that appears next to the upload field. Useful for stating your "
874
- "upload guidelines/policy/etc. Basic markup allowed."
875
- msgstr ""
876
- "Сообщение, которое появится рядом с полем загрузки. Пригодится чтобы указать "
877
- "вашу политику относительно загрузок. Базовая разметка разрешена."
878
-
879
- #: ../user-submitted-posts.php:1598
880
- msgid "&ldquo;Add another image&rdquo; link"
881
- msgstr "ссылка &ldquo;Добавить другое изображение&rdquo;"
882
-
883
- #: ../user-submitted-posts.php:1600
884
- msgid ""
885
- "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to "
886
- "use the default markup (recommended)."
887
- msgstr ""
888
- "Пользовательская разметка для ссылки &ldquo;Добавить другое "
889
- "изображение&rdquo;. Оставьте пустым для стандартной разметки (рекомендуется)."
890
-
891
- #: ../user-submitted-posts.php:1603
892
- msgid "Minimum number of images"
893
- msgstr "Минимальное количество изображений"
894
-
895
- #: ../user-submitted-posts.php:1606
896
- msgid "Specify the <em>minimum</em> number of images."
897
- msgstr "Определите <em>минимальное</em> количество изображений"
898
-
899
- #: ../user-submitted-posts.php:1610
900
- msgid "Maximum number of images"
901
- msgstr "Максимальное количество изображений"
902
-
903
- #: ../user-submitted-posts.php:1613
904
- msgid "Specify the <em>maximum</em> number of images."
905
- msgstr "Определите <em>максимальное</em> количество изображений"
906
-
907
- #: ../user-submitted-posts.php:1617
908
- msgid "Minimum image width"
909
- msgstr "Минимальная ширина изображений"
910
-
911
- #: ../user-submitted-posts.php:1619
912
- msgid "Specify a <em>minimum width</em> (in pixels) for uploaded images."
913
- msgstr ""
914
- "Определите <em>минимальную ширину</em> (в пикселях) для загруженных "
915
- "изображений"
916
-
917
- #: ../user-submitted-posts.php:1622
918
- msgid "Minimum image height"
919
- msgstr "Минимальная высота изображений"
920
-
921
- #: ../user-submitted-posts.php:1624
922
- msgid "Specify a <em>minimum height</em> (in pixels) for uploaded images."
923
- msgstr ""
924
- "Определите <em>минимальную высоту</em> (в пикселях) для загруженных "
925
- "изображений"
926
-
927
- #: ../user-submitted-posts.php:1627
928
- msgid "Maximum image width"
929
- msgstr "Максимальная ширина изображений"
930
-
931
- #: ../user-submitted-posts.php:1629
932
- msgid "Specify a <em>maximum width</em> (in pixels) for uploaded images."
933
- msgstr ""
934
- "Определите <em>максимальную ширину</em> пикселях) для загруженных "
935
- "изображений"
936
-
937
- #: ../user-submitted-posts.php:1632
938
- msgid "Maximum image height"
939
- msgstr "Максимальная высота изображений"
940
-
941
- #: ../user-submitted-posts.php:1634
942
- msgid "Specify a <em>maximum height</em> (in pixels) for uploaded images."
943
- msgstr ""
944
- "Определите <em>максимальную высоту</em> (в пикселях) для загруженных "
945
- "изображений"
946
-
947
- #: ../user-submitted-posts.php:1639
948
- msgid "Auto-Display Content"
949
- msgstr "Автоматически показывать контент"
950
-
951
- #: ../user-submitted-posts.php:1644
952
- msgid "Images Auto-Display"
953
- msgstr "Автоматически показывать изобажения"
954
-
955
- #: ../user-submitted-posts.php:1646
956
- msgid "Auto-display user-submitted images:"
957
- msgstr "Автоматически показывать изображения, отправленные пользователем:"
958
-
959
- #: ../user-submitted-posts.php:1651
960
- msgid "Image Markup"
961
- msgstr "Разметка изображений"
962
-
963
- #: ../user-submitted-posts.php:1653
964
- msgid ""
965
- "Markup to use for each submitted image (when auto-display is enabled). Can "
966
- "use"
967
- msgstr ""
968
- "Разметка для использования с пользовательскими изображениями (когда авто-"
969
- "показ включен). Можно использовать"
970
-
971
- #: ../user-submitted-posts.php:1658
972
- msgid "Email Auto-Display"
973
- msgstr "Авто-показ почты"
974
-
975
- #: ../user-submitted-posts.php:1660
976
- msgid "Auto-display user-submitted email:"
977
- msgstr "Авто-показ пользовательской почты:"
978
-
979
- #: ../user-submitted-posts.php:1665
980
- msgid "Email Markup"
981
- msgstr "Разметка почты"
982
-
983
- #: ../user-submitted-posts.php:1667
984
- msgid ""
985
- "Markup to use for the submitted email address (when auto-display is "
986
- "enabled). Can use"
987
- msgstr ""
988
- "Разметка для использования с пользовательскими адресами почты (когда авто-"
989
- "показ включен). Можно использовать"
990
-
991
- #: ../user-submitted-posts.php:1670
992
- msgid "URL Auto-Display"
993
- msgstr "Авто-показ ссылки"
994
-
995
- #: ../user-submitted-posts.php:1672
996
- msgid "Auto-display user-submitted URL:"
997
- msgstr "Авто-показ пользовательской ссылки"
998
-
999
- #: ../user-submitted-posts.php:1677
1000
- msgid "URL Markup"
1001
- msgstr "Разметка ссылки"
1002
-
1003
- #: ../user-submitted-posts.php:1679
1004
- msgid ""
1005
- "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1006
- msgstr ""
1007
- "Разметка для использования с пользовательскими ссылками (когда авто-показ "
1008
- "включен). Можно использовать"
1009
-
1010
- #: ../user-submitted-posts.php:1684 ../user-submitted-posts.php:1716
1011
- msgid "Save Settings"
1012
- msgstr "Сохранить настройки"
1013
-
1014
- #: ../user-submitted-posts.php:1689
1015
- msgid "Shortcode &amp; Template Tag"
1016
- msgstr "Шорткод и тег шаблона"
1017
-
1018
- #: ../user-submitted-posts.php:1692
1019
- msgid ""
1020
- "To implement USP, first configure the plugin settings, then use the "
1021
- "shortcode or template to display the form on the front-end as desired."
1022
- msgstr ""
1023
- "Чтобы вставить плагин, сначала настройте его, потом используйте шаблон или "
1024
- "шорткод, чтобы выводить форму на фронтенд как захотите."
1025
-
1026
- #: ../user-submitted-posts.php:1694
1027
- msgid "Shortcode"
1028
- msgstr "Шорткод"
1029
-
1030
- #: ../user-submitted-posts.php:1695
1031
- msgid "Use this shortcode to display the USP Form on any Post or Page:"
1032
- msgstr ""
1033
- "Используйте этот шорткод, чтобы показывать форму плагина на любой странице "
1034
- "или в любом посте:"
1035
-
1036
- #: ../user-submitted-posts.php:1698
1037
- msgid "Template tag"
1038
- msgstr "Тег шаблона"
1039
-
1040
- #: ../user-submitted-posts.php:1699
1041
- msgid ""
1042
- "Use this template tag to display the USP Form anywhere in your theme "
1043
- "template:"
1044
- msgstr ""
1045
- "Используйте этот тег шаблона, чтобы показывать форму плагина где угодно в "
1046
- "шаблоне вашей темы:"
1047
-
1048
- #: ../user-submitted-posts.php:1705
1049
- msgid "Restore Default Options"
1050
- msgstr "Восстановить настройки по умолчанию"
1051
-
1052
- #: ../user-submitted-posts.php:1709
1053
- msgid "Restore default options upon plugin deactivation/reactivation."
1054
- msgstr ""
1055
- "Восстановить стандартные настройки после деактивации/реактивации плагина."
1056
-
1057
- #: ../user-submitted-posts.php:1713
1058
- msgid ""
1059
- "<strong>Tip:</strong> leave this option unchecked to remember your settings. "
1060
- "Or, to go ahead and restore all default options, check the box, save your "
1061
- "settings, and then deactivate/reactivate the plugin."
1062
- msgstr ""
1063
- "<strong>Подсказка:</strong> оставьте эту опцию отключенной чтобы сохранить "
1064
- "ваши настройки. Или, чтобы восстановить все стандартные настройки, отметьте "
1065
- "это поле, сохраните настройки, а затем отключите и снова включите плагин."
1066
-
1067
- #: ../user-submitted-posts.php:1721
1068
- msgid "Updates &amp; Info"
1069
- msgstr "Обновления и информация"
1070
-
1071
- #: ../user-submitted-posts.php:1746
1072
- msgid "Save Preference"
1073
- msgstr "Сохранить"
1074
-
1075
- #: ../user-submitted-posts.php:1753
1076
- msgid ""
1077
- "Are you sure you want to restore all default options? (this action cannot be "
1078
- "undone)"
1079
- msgstr ""
1080
- "Вы уверены, что хотите восстановить все стандартные настройки? (это действие "
1081
- "нельзя отменить)"
1082
-
1083
- #: ../views/submission-form.php:33 ../views/submission-form.php:34
1084
- msgid "Your Name"
1085
- msgstr "Ваше имя"
1086
-
1087
- #: ../views/submission-form.php:39 ../views/submission-form.php:40
1088
- msgid "Your URL"
1089
- msgstr "Ваша ссылка"
1090
-
1091
- #: ../views/submission-form.php:45 ../views/submission-form.php:46
1092
- msgid "Your Email"
1093
- msgstr "Ваша почта"
1094
-
1095
- #: ../views/submission-form.php:64
1096
- msgid "Antispam Question"
1097
- msgstr "Антиспам"
1098
-
1099
- #: ../views/submission-form.php:71
1100
- msgid "Please select a category.."
1101
- msgstr "Пожалуйста, выберите категорию.."
1102
-
1103
- #: ../views/submission-form.php:113
1104
- msgid "Upload an Image"
1105
- msgstr "Загрузить изображение"
1106
-
1107
- #: ../views/submission-form.php:121
1108
- msgid "Add another image"
1109
- msgstr "Добавить другое изображение"
1110
-
1111
- #: ../views/submission-form.php:142
1112
- msgid "Human verification: leave this field empty."
1113
- msgstr "Проверка на робота: оставьте это поле пустым."
1114
-
1115
- #: ../views/submission-form.php:163
1116
- msgid "Submit Post"
1117
- msgstr "Отправить признание"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: User Submitted Posts\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-08-03 19:16+0000\n"
6
+ "POT-Revision-Date: Mon Nov 16 2015 23:50:59 GMT-0800 (PST)\n"
7
+ "PO-Revision-Date: 2017-08-03 19:16+0000\n"
8
+ "Language-Team: Russian\n"
9
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10 >= 2 && "
10
+ "n%10<=4 &&(n%100<10||n%100 >= 20)? 1 : 2)\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Poedit-Basepath: .\n"
16
+ "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
17
+ "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
18
+ "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
19
+ "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
20
+ "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
21
+ "X-Generator: Loco - https://localise.biz/\n"
22
+ "Last-Translator: Jeff Starr <help@monzillamedia.com>\n"
23
+ "Language: ru-RU\n"
24
+ "X-Poedit-SearchPath-0: .."
25
+
26
+ #: user-submitted-posts.php:43
27
+ msgid "User Submitted Posts"
28
+ msgstr "Пользовательские посты"
29
+
30
+ #: user-submitted-posts.php:75
31
+ msgid "requires WordPress "
32
+ msgstr "требуется WordPress"
33
+
34
+ #: user-submitted-posts.php:76
35
+ msgid " or higher, and has been deactivated! "
36
+ msgstr "Или выше, и был деактивирован!"
37
+
38
+ #: user-submitted-posts.php:77
39
+ msgid "Please return to the"
40
+ msgstr "Пожалуйста, вернитесь к"
41
+
42
+ #: user-submitted-posts.php:78
43
+ msgid "WordPress Admin Area"
44
+ msgstr "Область администрирования WordPress"
45
+
46
+ #: user-submitted-posts.php:79
47
+ msgid "to upgrade WordPress and try again."
48
+ msgstr "чтобы обновить WordPress и попробовать снова."
49
+
50
+ #: user-submitted-posts.php:121
51
+ msgid "User Submitted Post"
52
+ msgstr "Пользовательский пост"
53
+
54
+ #: user-submitted-posts.php:384
55
+ msgid "User Submitted Post Info"
56
+ msgstr "Информация о пользовательском посте"
57
+
58
+ #: user-submitted-posts.php:414
59
+ msgid "Submitter Name: "
60
+ msgstr "Имя отправителя:"
61
+
62
+ #: user-submitted-posts.php:415
63
+ msgid "Submitter Email: "
64
+ msgstr "Email отправителя:"
65
+
66
+ #: user-submitted-posts.php:416
67
+ msgid "Submitter URL: "
68
+ msgstr "Сайт отправителя:"
69
+
70
+ #: user-submitted-posts.php:417
71
+ msgid "Submitter IP: "
72
+ msgstr "IP отправителя:"
73
+
74
+ #: user-submitted-posts.php:468
75
+ msgid "Show USP Posts"
76
+ msgstr "Показать сообщения USP"
77
+
78
+ #: user-submitted-posts.php:469
79
+ msgid "USP"
80
+ msgstr "USP"
81
+
82
+ #: user-submitted-posts.php:1103
83
+ msgid " files required"
84
+ msgstr "необходимы файлы"
85
+
86
+ #: user-submitted-posts.php:1104
87
+ msgid " file required"
88
+ msgstr "необходим файл"
89
+
90
+ #: user-submitted-posts.php:1106
91
+ msgid " files"
92
+ msgstr "файлы"
93
+
94
+ #: user-submitted-posts.php:1107
95
+ msgid " file"
96
+ msgstr "файл"
97
+
98
+ #: user-submitted-posts.php:1109 user-submitted-posts.php:1110
99
+ #: user-submitted-posts.php:1111 user-submitted-posts.php:1112
100
+ msgid " pixels"
101
+ msgstr "пикс."
102
+
103
+ #: user-submitted-posts.php:1115
104
+ msgid "An error occurred. Please go back and try again."
105
+ msgstr "Произошла ошибка. Пожалуйста, вернитесь и попробуйте снова."
106
+
107
+ #: user-submitted-posts.php:1125
108
+ msgid "User login required"
109
+ msgstr "Требуется логин"
110
+
111
+ #: user-submitted-posts.php:1126
112
+ msgid "User name required"
113
+ msgstr "Требуется имя пользователя"
114
+
115
+ #: user-submitted-posts.php:1127
116
+ msgid "Post title required"
117
+ msgstr "Требуется заголовок"
118
+
119
+ #: user-submitted-posts.php:1128
120
+ msgid "User URL required"
121
+ msgstr "Требуется URL-адрес пользователя"
122
+
123
+ #: user-submitted-posts.php:1129
124
+ msgid "Post tags required"
125
+ msgstr "Требуются теги"
126
+
127
+ #: user-submitted-posts.php:1130
128
+ msgid "Post category required"
129
+ msgstr "Требуется категория"
130
+
131
+ #: user-submitted-posts.php:1131
132
+ msgid "Post content required"
133
+ msgstr "Требуется содержимое"
134
+
135
+ #: user-submitted-posts.php:1132 user-submitted-posts.php:1133
136
+ msgid "Correct captcha required"
137
+ msgstr "Требуется правильная капча"
138
+
139
+ #: user-submitted-posts.php:1134
140
+ msgid "User email required"
141
+ msgstr "Требуется почта"
142
+
143
+ #: user-submitted-posts.php:1135
144
+ msgid "Please check your email and try again"
145
+ msgstr "Проверьте свою электронную почту и повторите попытку"
146
+
147
+ #: user-submitted-posts.php:1136
148
+ msgid "Non-empty value for hidden field"
149
+ msgstr "Скрытые поля заполнены"
150
+
151
+ #: user-submitted-posts.php:1137
152
+ msgid "Minimum number of images not met"
153
+ msgstr "Недостаточно изображений"
154
+
155
+ #: user-submitted-posts.php:1138
156
+ msgid "Maximum number of images exceeded "
157
+ msgstr "Слишком много изображений"
158
+
159
+ #: user-submitted-posts.php:1139
160
+ msgid "Minimum image width not met"
161
+ msgstr "Недостаточная минимальная ширина изображения"
162
+
163
+ #: user-submitted-posts.php:1140
164
+ msgid "Image width exceeds maximum"
165
+ msgstr "Ширина изображения превысила максимум"
166
+
167
+ #: user-submitted-posts.php:1141
168
+ msgid "Minimum image height not met"
169
+ msgstr "Недостаточная высота изображения"
170
+
171
+ #: user-submitted-posts.php:1142
172
+ msgid "Image height exceeds maximum"
173
+ msgstr "Высота изображения слишком большая"
174
+
175
+ #: user-submitted-posts.php:1143
176
+ msgid "File type not allowed (please upload images only)"
177
+ msgstr ""
178
+ "Тип файлов не поддерживается (пожалуйста, загружайте только изображения)"
179
+
180
+ #: user-submitted-posts.php:1147
181
+ msgid "Error uploading file. Please check the file size and try again."
182
+ msgstr "Ошибка при загрузке файла. Проверьте размер файла и повторите попытку."
183
+
184
+ #: user-submitted-posts.php:1151
185
+ msgid "The file(s) could not be uploaded"
186
+ msgstr "Файл(ы) не были загружены"
187
+
188
+ #: user-submitted-posts.php:1153
189
+ msgid "Post not created. Please contact the site administrator for help."
190
+ msgstr ""
191
+ "Пост не был создан. Пожалуйста, обратитесь за помощью к администратору."
192
+
193
+ #: user-submitted-posts.php:1154
194
+ msgid "Duplicate post title. Please try again."
195
+ msgstr "Дубликат заголовка поста. Пожалуйста, попробуйте снова."
196
+
197
+ #: user-submitted-posts.php:1164
198
+ msgid "Error: "
199
+ msgstr "Ошибка:"
200
+
201
+ #: user-submitted-posts.php:1190
202
+ msgid "Return to form"
203
+ msgstr "Вернуться к форме"
204
+
205
+ #: user-submitted-posts.php:1218 library/plugin-settings.php:658
206
+ msgid "Please"
207
+ msgstr "Пожалуйста"
208
+
209
+ #: user-submitted-posts.php:1219
210
+ msgid "log in"
211
+ msgstr "авторизоваться"
212
+
213
+ #: user-submitted-posts.php:1220
214
+ msgid "to submit content!"
215
+ msgstr "Отправить содержание!"
216
+
217
+ #: views/submission-form.php:45 views/submission-form-alt.php:54
218
+ msgid "Please complete the required fields."
219
+ msgstr "Заполните необходимые поля."
220
+
221
+ #: views/submission-form.php:55 views/submission-form.php:56
222
+ #: views/submission-form-alt.php:60 views/submission-form-alt.php:61
223
+ msgid "Your Name"
224
+ msgstr "Ваше имя"
225
+
226
+ #: views/submission-form.php:61 views/submission-form.php:62
227
+ #: views/submission-form-alt.php:66 views/submission-form-alt.php:67
228
+ msgid "Your URL"
229
+ msgstr "Ваша ссылка"
230
+
231
+ #: views/submission-form.php:67 views/submission-form.php:68
232
+ #: views/submission-form-alt.php:72 views/submission-form-alt.php:73
233
+ msgid "Your Email"
234
+ msgstr "Ваша почта"
235
+
236
+ #: views/submission-form.php:73 views/submission-form.php:74
237
+ #: views/submission-form-alt.php:78 views/submission-form-alt.php:79
238
+ #: library/plugin-settings.php:747
239
+ msgid "Post Title"
240
+ msgstr "Заголовок"
241
+
242
+ #: views/submission-form.php:79 views/submission-form.php:80
243
+ #: views/submission-form-alt.php:84 views/submission-form-alt.php:85
244
+ #: library/plugin-settings.php:757
245
+ msgid "Post Tags"
246
+ msgstr "Теги"
247
+
248
+ #: views/submission-form.php:86 views/submission-form-alt.php:91
249
+ msgid "Antispam Question"
250
+ msgstr "Антиспам"
251
+
252
+ #: views/submission-form.php:91 views/submission-form-alt.php:96
253
+ #: library/plugin-settings.php:767
254
+ msgid "Post Category"
255
+ msgstr "Категория"
256
+
257
+ #: views/submission-form.php:93 views/submission-form-alt.php:98
258
+ msgid "Please select a category.."
259
+ msgstr "Пожалуйста, выберите категорию.."
260
+
261
+ #: views/submission-form.php:128 views/submission-form.php:129
262
+ #: views/submission-form-alt.php:133 views/submission-form-alt.php:134
263
+ #: library/plugin-settings.php:777
264
+ msgid "Post Content"
265
+ msgstr "Содержимое"
266
+
267
+ #: views/submission-form.php:135 views/submission-form-alt.php:140
268
+ msgid "Verification"
269
+ msgstr "верификация"
270
+
271
+ #: views/submission-form.php:142 views/submission-form-alt.php:147
272
+ msgid "Upload an Image"
273
+ msgstr "Загрузить изображение"
274
+
275
+ #: views/submission-form.php:151 views/submission-form-alt.php:156
276
+ msgid "Add another image"
277
+ msgstr "Добавить другое изображение"
278
+
279
+ #: views/submission-form.php:173 views/submission-form-alt.php:178
280
+ msgid "Human verification: leave this field empty."
281
+ msgstr "Проверка на робота: оставьте это поле пустым."
282
+
283
+ #: views/submission-form.php:195 views/submission-form-alt.php:200
284
+ msgid "Submit Post"
285
+ msgstr "Отправить признание"
286
+
287
+ #: library/plugin-settings.php:32
288
+ msgid "Get USP Pro for unlimited forms!"
289
+ msgstr "Получите USP Pro для неограниченных форм!"
290
+
291
+ #: library/plugin-settings.php:33
292
+ msgid "Go Pro"
293
+ msgstr "Go Pro"
294
+
295
+ #: library/plugin-settings.php:37
296
+ msgid "Settings"
297
+ msgstr "Настройки"
298
+
299
+ #: library/plugin-settings.php:55
300
+ msgid "Give USP a 5-star rating at WordPress.org"
301
+ msgstr "Дайте USP 5-звездочный рейтинг на WordPress.org"
302
+
303
+ #: library/plugin-settings.php:56
304
+ msgid "Rate this plugin&nbsp;&raquo;"
305
+ msgstr "Оцените этот плагин&nbsp;&raquo;"
306
+
307
+ #: library/plugin-settings.php:115
308
+ msgid "WP Post (recommended)"
309
+ msgstr "Сообщение WP (рекомендуется)"
310
+
311
+ #: library/plugin-settings.php:119
312
+ msgid "WP Page"
313
+ msgstr "Страница WP"
314
+
315
+ #: library/plugin-settings.php:135
316
+ msgid "HTML5 Form + Default CSS"
317
+ msgstr "HTML5 Form + Default CSS"
318
+
319
+ #: library/plugin-settings.php:135
320
+ msgid "(Recommended)"
321
+ msgstr "(Рекомендуемые)"
322
+
323
+ #: library/plugin-settings.php:139
324
+ msgid "HTML5 Form + Disable CSS"
325
+ msgstr ""
326
+ "\n"
327
+ "Форма HTML5 + Отключить CSS"
328
+
329
+ #: library/plugin-settings.php:139
330
+ msgid "(Provide your own styles)"
331
+ msgstr "(Предоставьте свои собственные стили)"
332
+
333
+ #: library/plugin-settings.php:143
334
+ msgid "Custom Form + Custom CSS"
335
+ msgstr "Пользовательская форма + пользовательский CSS"
336
+
337
+ #: library/plugin-settings.php:143
338
+ msgid "(Provide your own form template &amp; styles)"
339
+ msgstr "(Предоставьте свой собственный шаблон и стили формы)"
340
+
341
+ #: library/plugin-settings.php:159 library/plugin-settings.php:183
342
+ #: library/plugin-settings.php:206
343
+ msgid "Auto-display before post content"
344
+ msgstr "Автоматический показ перед содержимым поста"
345
+
346
+ #: library/plugin-settings.php:163 library/plugin-settings.php:187
347
+ #: library/plugin-settings.php:210
348
+ msgid "Auto-display after post content"
349
+ msgstr "Автоматический показ после содержимого поста"
350
+
351
+ #: library/plugin-settings.php:167
352
+ msgid "Do not auto-display submitted images"
353
+ msgstr "Не показывать автоматически изображения"
354
+
355
+ #: library/plugin-settings.php:191
356
+ msgid "Do not auto-display submitted email"
357
+ msgstr "Не показывать автоматически почту"
358
+
359
+ #: library/plugin-settings.php:214
360
+ msgid "Do not auto-display submitted URL"
361
+ msgstr "Не показывать автоматически URL"
362
+
363
+ #: library/plugin-settings.php:367
364
+ msgid ""
365
+ "There was an error. Please ensure that you have added a title, some content, "
366
+ "and that you have uploaded only images."
367
+ msgstr ""
368
+ "Произошла ошибка. Убедитесь, что вы ввели название, добавили содержание и "
369
+ "загрузили только изображения."
370
+
371
+ #: library/plugin-settings.php:381
372
+ msgid "Please select your image(s) to upload."
373
+ msgstr "Пожалуйста, выберите одно или несколько изображений для загрузки."
374
+
375
+ #: library/plugin-settings.php:387
376
+ msgid "Success! Thank you for your submission."
377
+ msgstr "Успех! Спасибо за ваше признание."
378
+
379
+ #: library/plugin-settings.php:413
380
+ msgid "Email"
381
+ msgstr "Эл. адрес"
382
+
383
+ #: library/plugin-settings.php:414
384
+ msgid "URL"
385
+ msgstr "URL"
386
+
387
+ #: library/plugin-settings.php:645
388
+ msgid "Toggle all panels"
389
+ msgstr "Переключить все панели"
390
+
391
+ #: library/plugin-settings.php:654
392
+ msgid "We need your support!"
393
+ msgstr "Нам нужна ваша поддержка!"
394
+
395
+ #: library/plugin-settings.php:658
396
+ msgid "Make a donation via PayPal"
397
+ msgstr "Совершите пожертвование при помощи PayPal"
398
+
399
+ #: library/plugin-settings.php:658
400
+ msgid "make a donation"
401
+ msgstr "совершить пожертвование"
402
+
403
+ #: library/plugin-settings.php:658
404
+ msgid "and/or"
405
+ msgstr "и/или"
406
+
407
+ #: library/plugin-settings.php:659
408
+ msgid "Rate and review at the Plugin Directory"
409
+ msgstr "Оцените и оставьте отзыв на Plugin Directory"
410
+
411
+ #: library/plugin-settings.php:660
412
+ msgid "give this plugin a 5-star rating"
413
+ msgstr "оценить этот плагин в 5 звезд"
414
+
415
+ #: library/plugin-settings.php:664
416
+ msgid ""
417
+ "Your generous support enables continued development of this free plugin. "
418
+ "Thank you!"
419
+ msgstr ""
420
+ "Ваша щедрая поддержка позволяет продолжить развитие этого бесплатного "
421
+ "плагина. Спасибо!"
422
+
423
+ #: library/plugin-settings.php:669
424
+ msgid "Check this box if you have shown support"
425
+ msgstr "Отметьте это поле, если вы поддержали нас."
426
+
427
+ #: library/plugin-settings.php:678
428
+ msgid "Overview"
429
+ msgstr "Обзор"
430
+
431
+ #: library/plugin-settings.php:682
432
+ msgid ""
433
+ "enables your visitors to submit posts and upload images from the front-end "
434
+ "of your site. "
435
+ msgstr ""
436
+ "позволяет вашим посетителям оставлять признания и загружать изображения на "
437
+ "фронтенде вашего сайта."
438
+
439
+ #: library/plugin-settings.php:683
440
+ msgid "For advanced functionality and unlimited forms, check out"
441
+ msgstr "Для продвинутых функций и безлимитных форм, зацените"
442
+
443
+ #: library/plugin-settings.php:684
444
+ msgid "&mdash; the ultimate solution for user-generated content."
445
+ msgstr "&mdash; великолепное решение для пользовательского контента."
446
+
447
+ #: library/plugin-settings.php:688 library/plugin-settings.php:706
448
+ msgid "Plugin Settings"
449
+ msgstr "Настройки плагина"
450
+
451
+ #: library/plugin-settings.php:689
452
+ msgid "Display the form"
453
+ msgstr "Показать форму"
454
+
455
+ #: library/plugin-settings.php:690 library/plugin-settings.php:1243
456
+ msgid "Plugin Homepage"
457
+ msgstr "Домашняя страница плагина"
458
+
459
+ #: library/plugin-settings.php:693
460
+ msgid "If you like this plugin, please"
461
+ msgstr "Если вам нравится этот плагин, пожалуйста,"
462
+
463
+ #: library/plugin-settings.php:694
464
+ msgid "THANK YOU for your support!"
465
+ msgstr "Спасибо за Вашу поддержку!"
466
+
467
+ #: library/plugin-settings.php:694
468
+ msgid "give it a 5-star rating"
469
+ msgstr "оцените в 5 звезд"
470
+
471
+ #: library/plugin-settings.php:698
472
+ msgid "Unlimited front-end forms"
473
+ msgstr "Неограниченные форматы front-end"
474
+
475
+ #: library/plugin-settings.php:698
476
+ msgid "Get USP Pro"
477
+ msgstr "Получите USP Pro"
478
+
479
+ #: library/plugin-settings.php:710
480
+ msgid "Configure your settings for User Submitted Posts."
481
+ msgstr "Конфигурация настроек плагина"
482
+
483
+ #: library/plugin-settings.php:712
484
+ msgid "Form Fields"
485
+ msgstr "Поля формы"
486
+
487
+ #: library/plugin-settings.php:717
488
+ msgid "User Name"
489
+ msgstr "Имя пользователя"
490
+
491
+ #: library/plugin-settings.php:720 library/plugin-settings.php:730
492
+ #: library/plugin-settings.php:740 library/plugin-settings.php:750
493
+ #: library/plugin-settings.php:760 library/plugin-settings.php:770
494
+ #: library/plugin-settings.php:780 library/plugin-settings.php:790
495
+ #: library/plugin-settings.php:800
496
+ msgid "Display and require"
497
+ msgstr "Показать и требовать"
498
+
499
+ #: library/plugin-settings.php:721 library/plugin-settings.php:731
500
+ #: library/plugin-settings.php:741 library/plugin-settings.php:751
501
+ #: library/plugin-settings.php:761 library/plugin-settings.php:771
502
+ #: library/plugin-settings.php:781
503
+ msgid "Display but do not require"
504
+ msgstr "Показать, но не требовать"
505
+
506
+ #: library/plugin-settings.php:722 library/plugin-settings.php:732
507
+ #: library/plugin-settings.php:742 library/plugin-settings.php:752
508
+ #: library/plugin-settings.php:762 library/plugin-settings.php:772
509
+ #: library/plugin-settings.php:782 library/plugin-settings.php:791
510
+ #: library/plugin-settings.php:801
511
+ msgid "Disable this field"
512
+ msgstr "Отключить это поле"
513
+
514
+ #: library/plugin-settings.php:727
515
+ msgid "User Email"
516
+ msgstr "Почта пользователя"
517
+
518
+ #: library/plugin-settings.php:737
519
+ msgid "User URL"
520
+ msgstr "URL-адрес пользователя"
521
+
522
+ #: library/plugin-settings.php:787 library/plugin-settings.php:793
523
+ #: library/plugin-settings.php:999 library/plugin-settings.php:1004
524
+ msgid "Challenge Question"
525
+ msgstr "Проверочный вопрос"
526
+
527
+ #: library/plugin-settings.php:793 library/plugin-settings.php:803
528
+ #: library/plugin-settings.php:813
529
+ msgid "(Visit"
530
+ msgstr "(Посетите"
531
+
532
+ #: library/plugin-settings.php:793 library/plugin-settings.php:803
533
+ #: library/plugin-settings.php:813
534
+ msgid "to configure options)"
535
+ msgstr "для конфигурации настроек)"
536
+
537
+ #: library/plugin-settings.php:797 library/plugin-settings.php:803
538
+ #: library/plugin-settings.php:1021
539
+ msgid "Google reCAPTCHA"
540
+ msgstr "Google reCAPTCHA"
541
+
542
+ #: library/plugin-settings.php:807
543
+ msgid "Post Images"
544
+ msgstr "Изображения"
545
+
546
+ #: library/plugin-settings.php:810
547
+ msgid "Display"
548
+ msgstr "Показать"
549
+
550
+ #: library/plugin-settings.php:811
551
+ msgid "Disable"
552
+ msgstr "Отключить"
553
+
554
+ #: library/plugin-settings.php:813 library/plugin-settings.php:1080
555
+ msgid "Image Uploads"
556
+ msgstr "Загрузка изображений"
557
+
558
+ #: library/plugin-settings.php:819
559
+ msgid "General Settings"
560
+ msgstr "общие настройки"
561
+
562
+ #: library/plugin-settings.php:824
563
+ msgid "Form Style"
564
+ msgstr "Стиль формы"
565
+
566
+ #: library/plugin-settings.php:829
567
+ msgid "With this option, you can copy the plugin&rsquo;s default templates:"
568
+ msgstr ""
569
+ помощью этой опции вы можете скопировать шаблоны по умолчанию для плагина:"
570
+
571
+ #: library/plugin-settings.php:834
572
+ msgid "..and upload them into a directory named"
573
+ msgstr ".. и загрузить их в каталог с именем"
574
+
575
+ #: library/plugin-settings.php:834
576
+ msgid "in your theme:"
577
+ msgstr "В вашей теме:"
578
+
579
+ #: library/plugin-settings.php:840
580
+ msgid ""
581
+ "That will enable you to customize the form and styles as desired. For more "
582
+ "info, check out the \"Custom Submission Form\" section in the"
583
+ msgstr ""
584
+ "Это позволит вам настроить форму и стили по желанию. Для получения "
585
+ "дополнительной информации ознакомьтесь с разделом «Пользовательская форма "
586
+ "отправки» в"
587
+
588
+ #: library/plugin-settings.php:841
589
+ msgid "Installation Docs"
590
+ msgstr "Документация по установке"
591
+
592
+ #: library/plugin-settings.php:842
593
+ msgid "FYI: here is a"
594
+ msgstr "FYI: вот"
595
+
596
+ #: library/plugin-settings.php:842
597
+ msgid "list of USP CSS selectors"
598
+ msgstr "Список USP CSS-селекторов"
599
+
600
+ #: library/plugin-settings.php:848
601
+ msgid "Include JavaScript"
602
+ msgstr "Включить JavaScript"
603
+
604
+ #: library/plugin-settings.php:850
605
+ msgid ""
606
+ "Check this box if you want to include the external JavaScript files "
607
+ "(recommended)."
608
+ msgstr ""
609
+ "Отметьте это поле, если вы хотите включить внешние файлы JavaScript "
610
+ "(рекомендуется)."
611
+
612
+ #: library/plugin-settings.php:853
613
+ msgid "Targeted Loading"
614
+ msgstr "Таргетированная загрузка"
615
+
616
+ #: library/plugin-settings.php:855
617
+ msgid ""
618
+ "By default, external CSS &amp; JavaScript files are loaded on every page. "
619
+ "Here you may specify the URL of the USP form to load resources only on that "
620
+ "page. Note: leave blank to load on all pages."
621
+ msgstr ""
622
+ "По умолчанию внешние файлы CSS и JavaScript загружаются на каждую страницу. "
623
+ "Здесь вы можете указать URL-адрес формы USP для загрузки ресурсов только на "
624
+ "этой странице. Примечание: оставьте поле пустым для загрузки на всех "
625
+ "страницах."
626
+
627
+ #: library/plugin-settings.php:858
628
+ msgid "Post Type"
629
+ msgstr "Тип сообщения"
630
+
631
+ #: library/plugin-settings.php:861
632
+ msgid "Submit posts as WP Posts or Pages"
633
+ msgstr "Отправить сообщения как сообщения WP или страницы"
634
+
635
+ #: library/plugin-settings.php:865
636
+ msgid "Auto Publish"
637
+ msgstr "Авто публикации"
638
+
639
+ #: library/plugin-settings.php:868
640
+ msgid "Always moderate via Draft"
641
+ msgstr "Всегда модерировать через черновики"
642
+
643
+ #: library/plugin-settings.php:869
644
+ msgid "Always moderate via Pending"
645
+ msgstr "Всегда модерировать через ожидающие"
646
+
647
+ #: library/plugin-settings.php:870
648
+ msgid "Always publish immediately"
649
+ msgstr "Всегда публиковать немедленно"
650
+
651
+ #: library/plugin-settings.php:875
652
+ msgid ""
653
+ "Post Status for submitted posts: moderate (recommended), publish immediately,"
654
+ " or publish after any number of approved posts."
655
+ msgstr ""
656
+ "Статус для пользовательских постов: модерация (рекомендуется), публиковать "
657
+ "немедленно или после любого числа принятых постов."
658
+
659
+ #: library/plugin-settings.php:879
660
+ msgid "Redirect URL"
661
+ msgstr "Ссылка перенаправления"
662
+
663
+ #: library/plugin-settings.php:881
664
+ msgid ""
665
+ "Specify a URL to redirect the user after post-submission. Leave blank to "
666
+ "redirect back to current page."
667
+ msgstr ""
668
+ "Выберите ссылку, по которой перенаправить пользователя после принятия поста. "
669
+ "Оставьте пустым, чтобы перенаправлять на текущую страницу."
670
+
671
+ #: library/plugin-settings.php:884
672
+ msgid "Success Message"
673
+ msgstr "Сообщение об успехе"
674
+
675
+ #: library/plugin-settings.php:886
676
+ msgid ""
677
+ "Success message that is displayed if post-submission is successful. Basic "
678
+ "markup is allowed."
679
+ msgstr ""
680
+ "Сообщение, которое будет показано, если пост будет успешно принят. Разрешена "
681
+ "базовая разметка."
682
+
683
+ #: library/plugin-settings.php:889
684
+ msgid "Error Message"
685
+ msgstr "Сообщение об ошибке"
686
+
687
+ #: library/plugin-settings.php:891
688
+ msgid ""
689
+ "General error message that is displayed if post-submission fails. Basic "
690
+ "markup is allowed."
691
+ msgstr ""
692
+ "Сообщение, которое будет показано, если пост не будет принят. Разрешена "
693
+ "базовая разметка."
694
+
695
+ #: library/plugin-settings.php:894
696
+ msgid "Custom Content"
697
+ msgstr "Свой контент"
698
+
699
+ #: library/plugin-settings.php:896
700
+ msgid ""
701
+ "Custom text/markup to be included before the submission form. Leave blank to "
702
+ "disable."
703
+ msgstr ""
704
+ "Свой текст/разметка, которая будет включена перед формой. Оставьте пустым "
705
+ "чтоб отключить."
706
+
707
+ #: library/plugin-settings.php:899
708
+ msgid "Rich Text Editor"
709
+ msgstr "Редактор Rich Text Editor"
710
+
711
+ #: library/plugin-settings.php:901
712
+ msgid ""
713
+ "Check this box if you want to enable WP rich text editing for submitted "
714
+ "posts."
715
+ msgstr ""
716
+ "Отметьте это поле, если вы хотите включить полноценный текстовый редактор."
717
+
718
+ #: library/plugin-settings.php:904
719
+ msgid "Unique Titles"
720
+ msgstr "Уникальные заголовки"
721
+
722
+ #: library/plugin-settings.php:906
723
+ msgid ""
724
+ "Require submitted post titles to be unique (useful for preventing "
725
+ "multiple/duplicate submitted posts)."
726
+ msgstr ""
727
+ "Требовать, чтоб заголовки постов были уникальными (чтобы избежать дубликатов)"
728
+ "."
729
+
730
+ #: library/plugin-settings.php:909
731
+ msgid "Disable Required"
732
+ msgstr "Отключить требуемые поля"
733
+
734
+ #: library/plugin-settings.php:911
735
+ msgid ""
736
+ "Disable all required attributes on default form fields (useful for "
737
+ "troubleshooting error messages)."
738
+ msgstr ""
739
+ "Отключить все требуемые поля на стандартных формах (удобно для дебага)."
740
+
741
+ #: library/plugin-settings.php:914
742
+ msgid "Disable IP Tracking"
743
+ msgstr "Отключить отслеживание IP"
744
+
745
+ #: library/plugin-settings.php:916
746
+ msgid ""
747
+ "By default USP records the IP address with each submitted post. Check this "
748
+ "box to disable all IP tracking."
749
+ msgstr ""
750
+ "По умолчанию, плагин записывает IP адреса отправителей каждого поста. "
751
+ "Отметьте єто поле чтобы выключить отслеживание."
752
+
753
+ #: library/plugin-settings.php:919
754
+ msgid "Enable Shortcodes"
755
+ msgstr "Включить шорткоды"
756
+
757
+ #: library/plugin-settings.php:921
758
+ msgid ""
759
+ "Enable shortcodes in widgets. By default, WordPress does not enable "
760
+ "shortcodes in widgets. "
761
+ msgstr ""
762
+ "Включить шорткоды в виджетах. По умолчанию, WordPress не позволяет включить "
763
+ "шорткоды в виджетах."
764
+
765
+ #: library/plugin-settings.php:922
766
+ msgid ""
767
+ "This setting enables any/all shortcodes in widgets (even shortcodes from "
768
+ "other plugins)."
769
+ msgstr ""
770
+ "Эта настройка включает любые/все шорткоды в виджетах (даже шорткоды из "
771
+ "других плагинов)."
772
+
773
+ #: library/plugin-settings.php:927 library/plugin-settings.php:932
774
+ msgid "Categories"
775
+ msgstr "Категории"
776
+
777
+ #: library/plugin-settings.php:935
778
+ msgid ""
779
+ "Select which categories may be assigned to submitted posts (click to toggle)"
780
+ msgstr ""
781
+ "Выберите, какие категории могут быть назначены постам (клик для переключения)"
782
+
783
+ #: library/plugin-settings.php:952
784
+ msgid "Hidden/Default Category"
785
+ msgstr "Спрятанные категории/категории по умолчанию"
786
+
787
+ #: library/plugin-settings.php:954
788
+ msgid ""
789
+ "Use a hidden field for the post category. This may be used to specify a "
790
+ "default category when the category field is disabled."
791
+ msgstr ""
792
+ "Используйте спрятанное поле для категории поста. Можно использовать для "
793
+ "определения стандартной категории, когда поле категории отключено."
794
+
795
+ #: library/plugin-settings.php:957
796
+ msgid "Category ID for Hidden Field"
797
+ msgstr "ID категории для скрытого поля"
798
+
799
+ #: library/plugin-settings.php:959
800
+ msgid ""
801
+ "Specify the ID of the category to use for the &ldquo;Hidden/Default "
802
+ "Category&rdquo; option."
803
+ msgstr ""
804
+ "Укажите идентификатор категории, которая будет использоваться для опции "
805
+ "«Скрытая / по умолчанию»."
806
+
807
+ #: library/plugin-settings.php:964
808
+ msgid "Users"
809
+ msgstr "пользователей"
810
+
811
+ #: library/plugin-settings.php:969
812
+ msgid "Assigned Author"
813
+ msgstr "Назначенный автор"
814
+
815
+ #: library/plugin-settings.php:978
816
+ msgid ""
817
+ "Specify the user that should be assigned as author for user-submitted posts."
818
+ msgstr ""
819
+ "Укажите пользователя, который должен быть назначен как автор для "
820
+ "пользовательских постов"
821
+
822
+ #: library/plugin-settings.php:982
823
+ msgid "Registered Username"
824
+ msgstr "Зарегистрированные логины"
825
+
826
+ #: library/plugin-settings.php:984
827
+ msgid ""
828
+ "Use registered username as post author. Valid when the person submitting the "
829
+ "form is logged in to WordPress."
830
+ msgstr ""
831
+ "Используйте зарегистрированное имя пользователя в качестве автора сообщения. "
832
+ "Действителен, когда лицо, отправляющее форму, входит в систему WordPress."
833
+
834
+ #: library/plugin-settings.php:987
835
+ msgid "User Profile URL"
836
+ msgstr "Ссылка на профиль"
837
+
838
+ #: library/plugin-settings.php:989
839
+ msgid ""
840
+ "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid "
841
+ "when the person submitting the form is logged in to WordPress."
842
+ msgstr ""
843
+ "Использовать URL профиля зарегистрированного пользователя в качестве "
844
+ "значения поля URL. Действителен, когда лицо, отправляющее форму, входит в "
845
+ "систему WordPress."
846
+
847
+ #: library/plugin-settings.php:992
848
+ msgid "Require User Login"
849
+ msgstr "Требовать входа пользователя"
850
+
851
+ #: library/plugin-settings.php:994
852
+ msgid "Require users to be logged in to WordPress to view/submit the form"
853
+ msgstr ""
854
+ "Требовать от пользователей входа в WordPress для просмотра / отправки формы"
855
+
856
+ #: library/plugin-settings.php:1006
857
+ msgid ""
858
+ "To prevent spam, enter a question that users must answer before submitting "
859
+ "the form."
860
+ msgstr ""
861
+ "Для предотвращения спама, введите вопрос, на который пользователи должны "
862
+ "будут ответить перед отправкой поста."
863
+
864
+ #: library/plugin-settings.php:1009
865
+ msgid "Challenge Response"
866
+ msgstr "Ответ на вопрос"
867
+
868
+ #: library/plugin-settings.php:1011
869
+ msgid "Enter the *only* correct answer to the challenge question."
870
+ msgstr "Введите *только* правильный ответ на заданный вопрос."
871
+
872
+ #: library/plugin-settings.php:1014
873
+ msgid "Case-sensitivity"
874
+ msgstr "Чувствительность к регистру"
875
+
876
+ #: library/plugin-settings.php:1016
877
+ msgid "Check this box if you want the challenge response to be case-sensitive."
878
+ msgstr ""
879
+ "Отметьте это поле, если хотите сделать ответ на вопрос чувствительным к "
880
+ "регистру."
881
+
882
+ #: library/plugin-settings.php:1022
883
+ msgid "To enable Google reCAPTCHA, enter your public and private keys."
884
+ msgstr ""
885
+ "Чтобы включить Google reCAPTCHA, введите общедоступные и закрытые ключи."
886
+
887
+ #: library/plugin-settings.php:1027
888
+ msgid "Public Key"
889
+ msgstr "Открытый ключ"
890
+
891
+ #: library/plugin-settings.php:1029
892
+ msgid "Enter your Public Key"
893
+ msgstr "Введите свой открытый ключ"
894
+
895
+ #: library/plugin-settings.php:1032
896
+ msgid "Private Key"
897
+ msgstr "Закрытый ключ"
898
+
899
+ #: library/plugin-settings.php:1034
900
+ msgid "Enter your Private Key"
901
+ msgstr "Введите секретный ключ"
902
+
903
+ #: library/plugin-settings.php:1039
904
+ msgid "Email Alerts"
905
+ msgstr "Уведомления по почте"
906
+
907
+ #: library/plugin-settings.php:1044
908
+ msgid "Receive Email Alert"
909
+ msgstr "Получать уведомления по почте"
910
+
911
+ #: library/plugin-settings.php:1046
912
+ msgid ""
913
+ "Check this box if you want to be notified via email for new post submissions."
914
+ msgstr ""
915
+ "Отметьте это поле, если вы хотите получать уведомления о новых постах на "
916
+ "почту."
917
+
918
+ #: library/plugin-settings.php:1049
919
+ msgid "Enable HTML Format"
920
+ msgstr "Включить HTML-формат"
921
+
922
+ #: library/plugin-settings.php:1051
923
+ msgid "Check this box to enable HTML format for email alerts."
924
+ msgstr ""
925
+ "Установите этот флажок, чтобы включить формат HTML для оповещений по "
926
+ "электронной почте."
927
+
928
+ #: library/plugin-settings.php:1054
929
+ msgid "Email Address for Alerts"
930
+ msgstr "Адрес почты для уведомлений"
931
+
932
+ #: library/plugin-settings.php:1056
933
+ msgid ""
934
+ "If you checked the box to receive email alerts, indicate here the address(es)"
935
+ " to which the emails should be sent."
936
+ msgstr ""
937
+ "Если вы отметите поле для получения уведомлений, укажите здесь адрес(а), на "
938
+ "которые должны приходить письма."
939
+
940
+ #: library/plugin-settings.php:1057
941
+ msgid "Multiple recipients may be included using a comma, like so:"
942
+ msgstr "Несколько получателей могут быть указаны используя запятую, например:"
943
+
944
+ #: library/plugin-settings.php:1060
945
+ msgid "Email &ldquo;From&rdquo; Address"
946
+ msgstr "Адрес электронной почты «От»"
947
+
948
+ #: library/plugin-settings.php:1062
949
+ msgid ""
950
+ "Here you may customize the address(es) used for the &ldquo;From&rdquo; "
951
+ "header (see plugin FAQs for info). "
952
+ msgstr ""
953
+ "Здесь вы можете настроить адреса (ы), используемые для заголовка «From» (см. "
954
+ "Раздел «Часто задаваемые вопросы» для информации)."
955
+
956
+ #: library/plugin-settings.php:1063
957
+ msgid ""
958
+ "If multiple addresses are specified in the previous setting, include an "
959
+ "equal number of &ldquo;From&rdquo; addresses for this setting (in the same "
960
+ "order)."
961
+ msgstr ""
962
+ "Если в предыдущем параметре указано несколько адресов, укажите равное "
963
+ "количество адресов «От» для этой настройки (в том же порядке)."
964
+
965
+ #: library/plugin-settings.php:1066
966
+ msgid "Email Alert Subject"
967
+ msgstr "Тема уведомления на почту"
968
+
969
+ #: library/plugin-settings.php:1068
970
+ msgid ""
971
+ "Subject line for email alerts. Leave blank to use the default subject line. "
972
+ "Note: you can use the following variables: "
973
+ msgstr ""
974
+ "Тема письма для уведомлений. Оставьте пустым для стандартной темы. Обратите "
975
+ "внимание: вы можете использовать следующие переменные:"
976
+
977
+ #: library/plugin-settings.php:1072
978
+ msgid "Email Alert Message"
979
+ msgstr "Сообщение в уведомлении"
980
+
981
+ #: library/plugin-settings.php:1074
982
+ msgid ""
983
+ "Message for email alerts. Leave blank to use the default message. Note: you "
984
+ "can use the following variables: "
985
+ msgstr ""
986
+ "Сообщение для уведомлений. Оставьте пустым для стандартного сообщения. "
987
+ "Обратите внимание: вы можете использовать следующие переменные: "
988
+
989
+ #: library/plugin-settings.php:1085
990
+ msgid "Featured Image"
991
+ msgstr "Избранное изображение"
992
+
993
+ #: library/plugin-settings.php:1087
994
+ msgid ""
995
+ "Set submitted images as Featured Images. Requires theme support for Featured "
996
+ "Images (aka Post Thumbnails)."
997
+ msgstr ""
998
+ "Установить принятые изображения в качестве избранных. Необходима поддержка "
999
+ "данной функции темой."
1000
+
1001
+ #: library/plugin-settings.php:1090
1002
+ msgid "Upload Message"
1003
+ msgstr "Сообщение для поля загрузки"
1004
+
1005
+ #: library/plugin-settings.php:1092
1006
+ msgid ""
1007
+ "Message that appears next to the upload field. Useful for stating your "
1008
+ "upload guidelines/policy/etc. Basic markup allowed."
1009
+ msgstr ""
1010
+ "Сообщение, которое появится рядом с полем загрузки. Пригодится чтобы указать "
1011
+ "вашу политику относительно загрузок. Базовая разметка разрешена."
1012
+
1013
+ #: library/plugin-settings.php:1095
1014
+ msgid "&ldquo;Add another image&rdquo; link"
1015
+ msgstr "Ссылка \"Добавить другое изображение\""
1016
+
1017
+ #: library/plugin-settings.php:1097
1018
+ msgid ""
1019
+ "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to "
1020
+ "use the default markup (recommended)."
1021
+ msgstr ""
1022
+ "Пользовательская разметка для ссылки «Добавить другое изображение». Оставьте "
1023
+ "поле пустым, чтобы использовать разметку по умолчанию (рекомендуется)."
1024
+
1025
+ #: library/plugin-settings.php:1100
1026
+ msgid "Minimum number of images"
1027
+ msgstr "Минимальное количество изображений"
1028
+
1029
+ #: library/plugin-settings.php:1103
1030
+ msgid "Specify the minimum number of images."
1031
+ msgstr "Укажите минимальное количество изображений."
1032
+
1033
+ #: library/plugin-settings.php:1107
1034
+ msgid "Maximum number of images"
1035
+ msgstr "Максимальное количество изображений"
1036
+
1037
+ #: library/plugin-settings.php:1110
1038
+ msgid "Specify the maximum number of images."
1039
+ msgstr "Укажите максимальное количество изображений."
1040
+
1041
+ #: library/plugin-settings.php:1114
1042
+ msgid "Minimum image width"
1043
+ msgstr "Минимальная ширина изображений"
1044
+
1045
+ #: library/plugin-settings.php:1116
1046
+ msgid "Specify a minimum width (in pixels) for uploaded images."
1047
+ msgstr "Укажите минимальную ширину (в пикселях) для загруженных изображений."
1048
+
1049
+ #: library/plugin-settings.php:1119
1050
+ msgid "Minimum image height"
1051
+ msgstr "Минимальная высота изображений"
1052
+
1053
+ #: library/plugin-settings.php:1121
1054
+ msgid "Specify a minimum height (in pixels) for uploaded images."
1055
+ msgstr "Укажите минимальную высоту пикселях) для загруженных изображений."
1056
+
1057
+ #: library/plugin-settings.php:1124
1058
+ msgid "Maximum image width"
1059
+ msgstr "Максимальная ширина изображений"
1060
+
1061
+ #: library/plugin-settings.php:1126
1062
+ msgid "Specify a maximum width (in pixels) for uploaded images."
1063
+ msgstr "Укажите максимальную ширину пикселях) для загруженных изображений."
1064
+
1065
+ #: library/plugin-settings.php:1129
1066
+ msgid "Maximum image height"
1067
+ msgstr "Максимальная высота изображений"
1068
+
1069
+ #: library/plugin-settings.php:1131
1070
+ msgid "Specify a maximum height (in pixels) for uploaded images."
1071
+ msgstr "Укажите максимальную высоту (в пикселях) для загруженных изображений."
1072
+
1073
+ #: library/plugin-settings.php:1134
1074
+ msgid "More Options"
1075
+ msgstr "Больше вариантов"
1076
+
1077
+ #: library/plugin-settings.php:1137
1078
+ msgid ""
1079
+ "For more options, like the ability to upload other file types (like PDF, "
1080
+ "Word, Zip, videos, and more), check out"
1081
+ msgstr ""
1082
+ "Для получения дополнительных возможностей, таких как возможность загрузки "
1083
+ "других типов файлов (например, PDF, Word, Zip, видео и т. Д.), Проверьте"
1084
+
1085
+ #: library/plugin-settings.php:1138
1086
+ msgid "Go Pro!"
1087
+ msgstr "Go Pro!"
1088
+
1089
+ #: library/plugin-settings.php:1138
1090
+ msgid "USP Pro"
1091
+ msgstr "USP Pro"
1092
+
1093
+ #: library/plugin-settings.php:1145
1094
+ msgid "Auto-Display Content"
1095
+ msgstr "Автоматически показывать контент"
1096
+
1097
+ #: library/plugin-settings.php:1150
1098
+ msgid "Images Auto-Display"
1099
+ msgstr "Автоматически показывать изобажения"
1100
+
1101
+ #: library/plugin-settings.php:1152
1102
+ msgid "Auto-display user-submitted images:"
1103
+ msgstr "Автоматически показывать изображения, отправленные пользователем:"
1104
+
1105
+ #: library/plugin-settings.php:1157
1106
+ msgid "Image Markup"
1107
+ msgstr "Разметка изображений"
1108
+
1109
+ #: library/plugin-settings.php:1159
1110
+ msgid ""
1111
+ "Markup to use for each submitted image (when auto-display is enabled). Can "
1112
+ "use"
1113
+ msgstr ""
1114
+ "Разметка для использования с пользовательскими изображениями (когда авто-"
1115
+ "показ включен). Можно использовать"
1116
+
1117
+ #: library/plugin-settings.php:1161 library/plugin-settings.php:1174
1118
+ #: library/plugin-settings.php:1187
1119
+ msgid "and"
1120
+ msgstr "и"
1121
+
1122
+ #: library/plugin-settings.php:1164
1123
+ msgid "Email Auto-Display"
1124
+ msgstr "Авто-показ почты"
1125
+
1126
+ #: library/plugin-settings.php:1166
1127
+ msgid "Auto-display user-submitted email:"
1128
+ msgstr "Авто-показ пользовательской почты:"
1129
+
1130
+ #: library/plugin-settings.php:1171
1131
+ msgid "Email Markup"
1132
+ msgstr "Разметка почты"
1133
+
1134
+ #: library/plugin-settings.php:1173
1135
+ msgid ""
1136
+ "Markup to use for the submitted email address (when auto-display is enabled)."
1137
+ " Can use"
1138
+ msgstr ""
1139
+ "Разметка для использования с пользовательскими адресами почты (когда авто-"
1140
+ "показ включен). Можно использовать"
1141
+
1142
+ #: library/plugin-settings.php:1177
1143
+ msgid "URL Auto-Display"
1144
+ msgstr "Авто-показ ссылки"
1145
+
1146
+ #: library/plugin-settings.php:1179
1147
+ msgid "Auto-display user-submitted URL:"
1148
+ msgstr "Авто-показ пользовательской ссылки"
1149
+
1150
+ #: library/plugin-settings.php:1184
1151
+ msgid "URL Markup"
1152
+ msgstr "Разметка ссылки"
1153
+
1154
+ #: library/plugin-settings.php:1186
1155
+ msgid ""
1156
+ "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1157
+ msgstr ""
1158
+ "Разметка для использования с пользовательскими ссылками (когда авто-показ "
1159
+ "включен). Можно использовать"
1160
+
1161
+ #: library/plugin-settings.php:1192 library/plugin-settings.php:1210
1162
+ msgid "Save Settings"
1163
+ msgstr "Сохранить настройки"
1164
+
1165
+ #: library/plugin-settings.php:1197
1166
+ msgid "Restore Defaults"
1167
+ msgstr "Восстановить значения по умолчанию"
1168
+
1169
+ #: library/plugin-settings.php:1201
1170
+ msgid "Restore default options upon plugin deactivation/reactivation."
1171
+ msgstr ""
1172
+ "Восстановить стандартные настройки после деактивации/реактивации плагина."
1173
+
1174
+ #: library/plugin-settings.php:1205
1175
+ msgid "Tip:"
1176
+ msgstr "Наконечник:"
1177
+
1178
+ #: library/plugin-settings.php:1206
1179
+ msgid "leave this option unchecked to remember your settings."
1180
+ msgstr "Оставьте эту опцию непроверенной, чтобы запомнить ваши настройки."
1181
+
1182
+ #: library/plugin-settings.php:1207
1183
+ msgid ""
1184
+ "Or, to go ahead and restore all default options, check the box, save your "
1185
+ "settings, and then deactivate/reactivate the plugin."
1186
+ msgstr ""
1187
+ "Или, чтобы продолжить и восстановить все параметры по умолчанию, установите "
1188
+ "флажок, сохраните настройки, а затем отключите / активируйте плагин."
1189
+
1190
+ #: library/plugin-settings.php:1215
1191
+ msgid "Shortcode &amp; Template Tag"
1192
+ msgstr "Штрих-код и тег шаблона"
1193
+
1194
+ #: library/plugin-settings.php:1218
1195
+ msgid ""
1196
+ "To implement USP, first configure the plugin settings, then use the "
1197
+ "shortcode or template to display the form on the front-end as desired."
1198
+ msgstr ""
1199
+ "Чтобы вставить плагин, сначала настройте его, потом используйте шаблон или "
1200
+ "шорткод, чтобы выводить форму на фронтенд как захотите."
1201
+
1202
+ #: library/plugin-settings.php:1220
1203
+ msgid "Shortcode"
1204
+ msgstr "Шорткод"
1205
+
1206
+ #: library/plugin-settings.php:1221
1207
+ msgid "Use this shortcode to display the USP Form on any WP Post or Page:"
1208
+ msgstr ""
1209
+ "Используйте этот короткий код для отображения формы USP на любой странице WP "
1210
+ "или странице:"
1211
+
1212
+ #: library/plugin-settings.php:1224
1213
+ msgid "Template tag"
1214
+ msgstr "Тег шаблона"
1215
+
1216
+ #: library/plugin-settings.php:1225
1217
+ msgid ""
1218
+ "Use this template tag to display the USP Form anywhere in your theme "
1219
+ "template:"
1220
+ msgstr ""
1221
+ "Используйте этот тег шаблона, чтобы показывать форму плагина где угодно в "
1222
+ "шаблоне вашей темы:"
1223
+
1224
+ #: library/plugin-settings.php:1231
1225
+ msgid "Show Support"
1226
+ msgstr "Показать поддержку"
1227
+
1228
+ #: library/plugin-settings.php:1243
1229
+ msgid "by"
1230
+ msgstr "от"
1231
+
1232
+ #: library/plugin-settings.php:1244
1233
+ msgid "Jeff Starr on Twitter"
1234
+ msgstr "Jeff Starr в Твиттере"
1235
+
1236
+ #: library/plugin-settings.php:1245
1237
+ msgid "Obsessive Web Design &amp; Development"
1238
+ msgstr "Навязчивый веб-дизайн и разработка"
1239
+
1240
+ #: library/plugin-settings.php:1256
1241
+ msgid "Save Preference"
1242
+ msgstr "Сохранить"
1243
+
1244
+ #: library/plugin-settings.php:1263
1245
+ msgid ""
1246
+ "Are you sure you want to restore all default options? (this action cannot be "
1247
+ "undone)"
1248
+ msgstr ""
1249
+ "Вы уверены, что хотите восстановить все стандартные настройки? (это действие "
1250
+ "нельзя отменить)"
1251
+
1252
+ #: library/template-tags.php:214
1253
+ msgid "View full post"
1254
+ msgstr "Посмотреть полную запись"
1255
+
1256
+ #. Description of the plugin
1257
+ msgid ""
1258
+ "Enables your visitors to submit posts and images from anywhere on your site."
1259
+ msgstr ""
1260
+ "Позволяет вашим посетителям оставлять посты и изображения где угодно на "
1261
+ "вашем сайте."
1262
+
1263
+ #. URI of the plugin
1264
+ msgid "https://perishablepress.com/user-submitted-posts/"
1265
+ msgstr "https://perishablepress.com/user-submitted-posts/"
1266
+
1267
+ #. Author of the plugin
1268
+ msgid "Jeff Starr"
1269
+ msgstr "Jeff Starr"
1270
+
1271
+ #. Author URI of the plugin
1272
+ msgid "https://plugin-planet.com/"
1273
+ msgstr "https://plugin-planet.com/"
languages/usp-sr_RS.mo CHANGED
Binary file
languages/usp-sr_RS.po CHANGED
@@ -1,684 +1,1265 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: User Submitted Posts\n"
4
- "POT-Creation-Date: 2014-09-29 15:31-0800\n"
5
- "PO-Revision-Date: 2014-11-17 10:33+0100\n"
6
- "Last-Translator: Borisa Djuraskovic <borisad@webhostinghub.com>\n"
7
- "Language-Team: Monzilla Media <http://perishablepress.com/contact/>\n"
8
- "Language: English\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.5.7\n"
13
- "X-Poedit-KeywordsList: __;_e;_n;_x\n"
14
- "X-Poedit-Basepath: .\n"
15
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-SearchPath-0: ..\n"
18
-
19
- #: ../user-submitted-posts.php:26 ../user-submitted-posts.php:61
20
- msgid "User Submitted Posts"
21
- msgstr "User Submitted Posts"
22
-
23
- #: ../user-submitted-posts.php:48
24
- msgid "requires WordPress 3.7 or higher, and has been deactivated!"
25
- msgstr "zahteva WordPress 3.7 ili noviju verziju i deaktiviran je!"
26
-
27
- #: ../user-submitted-posts.php:49
28
- msgid "Please return to the "
29
- msgstr "Vratite se na"
30
-
31
- #: ../user-submitted-posts.php:49
32
- msgid "WordPress Admin area"
33
- msgstr "WordPress Admin oblast"
34
-
35
- #: ../user-submitted-posts.php:49
36
- msgid "to upgrade WordPress and try again."
37
- msgstr "da biste nadgradili WordPress i pokušajte ponovo. "
38
-
39
- #: ../user-submitted-posts.php:61
40
- msgid "Submitted"
41
- msgstr "Podnesen"
42
-
43
- #: ../user-submitted-posts.php:128
44
- msgid "An error occurred. Please go back and try again."
45
- msgstr "Došlo je do greške. Molimo vas da se vratite i da pokušate ponovo."
46
-
47
- #: ../user-submitted-posts.php:294
48
- msgid "USP"
49
- msgstr "USP"
50
-
51
- #: ../user-submitted-posts.php:474
52
- msgid "Settings"
53
- msgstr "Postavke"
54
-
55
- #: ../user-submitted-posts.php:512
56
- msgid ""
57
- "There was an error. Please ensure that you have added a title, some content, "
58
- "and that you have uploaded only images."
59
- msgstr ""
60
- "Došlo je do greške. Proverite da li ste uneli naslov, neki sadržaj i da li "
61
- "ste otpremili samo slike."
62
-
63
- #: ../user-submitted-posts.php:519 ../user-submitted-posts.php:520
64
- #: ../user-submitted-posts.php:521 ../user-submitted-posts.php:522
65
- #: ../user-submitted-posts.php:523 ../user-submitted-posts.php:530
66
- #: ../user-submitted-posts.php:531
67
- msgid "show"
68
- msgstr "prikaži"
69
-
70
- #: ../user-submitted-posts.php:524
71
- msgid "hide"
72
- msgstr "sakrij"
73
-
74
- #: ../user-submitted-posts.php:525
75
- msgid "Please select your image(s) to upload."
76
- msgstr "Odaberite svoju sliku (ili slike) za otpremanje."
77
-
78
- #: ../user-submitted-posts.php:532
79
- msgid "Success! Thank you for your submission."
80
- msgstr "Uspeli ste! Hvala vam za prijavljivanje!"
81
-
82
- #: ../user-submitted-posts.php:555
83
- msgid "HTML5 form + CSS (<small><em>Recommended</em></small>)"
84
- msgstr "HTML5 obrazac + CSS (<small><em>Preporučen</em></small>)"
85
-
86
- #: ../user-submitted-posts.php:559
87
- msgid ""
88
- "Custom form + CSS (<small><em>You must provide the template for this "
89
- "option*</em></small>)"
90
- msgstr ""
91
- "Prilagođeni obrazac + CSS (<small><em>Morate obezbediti šablon za ovu "
92
- "opciju*</em></small>)"
93
-
94
- #: ../user-submitted-posts.php:563
95
- msgid "Disable stylesheet"
96
- msgstr "Deaktiviraj datoteku sa stilovima"
97
-
98
- #: ../user-submitted-posts.php:751
99
- msgid "Toggle all panels"
100
- msgstr "Preklopi sve panele"
101
-
102
- #: ../user-submitted-posts.php:759
103
- msgid "Overview"
104
- msgstr "Pregled"
105
-
106
- #: ../user-submitted-posts.php:763
107
- msgid ""
108
- "(USP) enables your visitors to submit posts and upload images from anywhere "
109
- "on your site."
110
- msgstr ""
111
- "(USP) omogućava vašim korisnicima da podnose postove i da otpremaju slike iz "
112
- "bilo kog dela vašeg site-a."
113
-
114
- #: ../user-submitted-posts.php:764
115
- msgid ""
116
- "To implement, configure the plugin settings and include the USP form in any "
117
- "post or page via shortcode or anywhere in your theme via template tag."
118
- msgstr ""
119
- "Da biste ga implementirali, konfigurišite postavke plugin-a i dodajte USP "
120
- "obrazac bilo kom postu ili stranici uz pomoć shortcode-a ili bilo gde u "
121
- "svoju temu putem oznake šablona."
122
-
123
- #: ../user-submitted-posts.php:765
124
- msgid "For more functionality check out"
125
- msgstr "Za više funkcija pogledajte"
126
-
127
- #: ../user-submitted-posts.php:766
128
- msgid "&mdash; the ultimate solution for unlimited front-end forms."
129
- msgstr "&mdash; najbolje rešenje za neograničene front-end obrasce."
130
-
131
- #: ../user-submitted-posts.php:770
132
- msgid "Configure settings"
133
- msgstr "Konfiguriši postavke"
134
-
135
- #: ../user-submitted-posts.php:771
136
- msgid "Get the shortcode &amp; template tag"
137
- msgstr "Obezbedite shortcode &amp; oznaka šablona"
138
-
139
- #: ../user-submitted-posts.php:772
140
- msgid "More info:"
141
- msgstr "Više informacija"
142
-
143
- #: ../user-submitted-posts.php:772
144
- msgid "readme.txt"
145
- msgstr "readme.txt"
146
-
147
- #: ../user-submitted-posts.php:773 ../user-submitted-posts.php:865
148
- msgid "and"
149
- msgstr "i"
150
-
151
- #: ../user-submitted-posts.php:773
152
- msgid "homepage"
153
- msgstr "početna strana"
154
-
155
- #: ../user-submitted-posts.php:774
156
- msgid "If you like USP, please"
157
- msgstr "Ako vam se sviđa USP, molimo vas da"
158
-
159
- #: ../user-submitted-posts.php:775
160
- msgid "Rate and review this plugin at the WP Plugin Directory"
161
- msgstr "ocenite ovaj plugin i da napišete komentar u WP Plugin Direktorijumu"
162
-
163
- #: ../user-submitted-posts.php:776
164
- msgid "rate it at WordPress.org"
165
- msgstr "ocenite ga na WordPress.org"
166
-
167
- #: ../user-submitted-posts.php:788
168
- msgid "Options"
169
- msgstr "Opcije"
170
-
171
- #: ../user-submitted-posts.php:790
172
- msgid ""
173
- "Here you may configure options for USP. See the <code>readme.txt</code> for "
174
- "more information."
175
- msgstr ""
176
- "Ovde možete konfigurisati opcije za USP. Pogledajte <code>readme.txt</code> "
177
- "za više informacija"
178
-
179
- #: ../user-submitted-posts.php:791
180
- msgid "Show/Hide Form Fields"
181
- msgstr "Polja Prikaži/Sakrij obrazac"
182
-
183
- #: ../user-submitted-posts.php:795 ../user-submitted-posts.php:801
184
- #: ../user-submitted-posts.php:807 ../user-submitted-posts.php:813
185
- #: ../user-submitted-posts.php:819 ../user-submitted-posts.php:825
186
- #: ../user-submitted-posts.php:831 ../user-submitted-posts.php:837
187
- msgid "Show"
188
- msgstr "Prikaži"
189
-
190
- #: ../user-submitted-posts.php:796 ../user-submitted-posts.php:802
191
- #: ../user-submitted-posts.php:808 ../user-submitted-posts.php:814
192
- #: ../user-submitted-posts.php:820 ../user-submitted-posts.php:826
193
- #: ../user-submitted-posts.php:832 ../user-submitted-posts.php:838
194
- msgid "Hide"
195
- msgstr "Sakrij "
196
-
197
- #: ../user-submitted-posts.php:797
198
- msgid "User Name"
199
- msgstr "Korisničko ime"
200
-
201
- #: ../user-submitted-posts.php:803
202
- msgid "Post URL"
203
- msgstr "URL posta"
204
-
205
- #: ../user-submitted-posts.php:809 ../views/submission-form.php:47
206
- #: ../views/submission-form.php:48
207
- msgid "Post Title"
208
- msgstr "Naslov posta"
209
-
210
- #: ../user-submitted-posts.php:815 ../views/submission-form.php:52
211
- #: ../views/submission-form.php:53
212
- msgid "Post Tags"
213
- msgstr "Oznake posta"
214
-
215
- #: ../user-submitted-posts.php:821 ../views/submission-form.php:62
216
- msgid "Post Category"
217
- msgstr "Kategorija posta"
218
-
219
- #: ../user-submitted-posts.php:827 ../views/submission-form.php:91
220
- #: ../views/submission-form.php:92
221
- msgid "Post Content"
222
- msgstr "Sadržaj posta"
223
-
224
- #: ../user-submitted-posts.php:833
225
- msgid "Post Images"
226
- msgstr "Slike posta"
227
-
228
- #: ../user-submitted-posts.php:839
229
- msgid "Challenge question (Captcha)"
230
- msgstr "Pitanje za izazov (Captcha)"
231
-
232
- #: ../user-submitted-posts.php:842
233
- msgid "General Form Options"
234
- msgstr "Opcije za opšti obrazac"
235
-
236
- #: ../user-submitted-posts.php:846
237
- msgid "Form style"
238
- msgstr "Stil obrasca"
239
-
240
- #: ../user-submitted-posts.php:864
241
- msgid ""
242
- "* If &ldquo;Custom&rdquo; is selected, you must upload your own template "
243
- "files,"
244
- msgstr ""
245
- "* If &ldquo;Custom&rdquo; je odabran, morate otpremiti svoje datoteke šablona"
246
-
247
- #: ../user-submitted-posts.php:866
248
- msgid "Note: list of CSS selectors available at "
249
- msgstr "Napomena: spisak CSS selektora raspoloživ na"
250
-
251
- #: ../user-submitted-posts.php:866
252
- msgid "CSS selectors for User Submitted Posts"
253
- msgstr "CSS selektori za User Submitted Posts"
254
-
255
- #: ../user-submitted-posts.php:871
256
- msgid "Include JavaScript?"
257
- msgstr "Uključi JavaScript?"
258
-
259
- #: ../user-submitted-posts.php:873
260
- msgid ""
261
- "Check this box if you want to include the external JavaScript files "
262
- "(recommended)."
263
- msgstr ""
264
- "Štiklirajte ovo polje ako želite da uključite eksterne JavaScript datoteke "
265
- "(preporučeno)."
266
-
267
- #: ../user-submitted-posts.php:876
268
- msgid "Targeted Loading"
269
- msgstr "Ciljno otpremanje"
270
-
271
- #: ../user-submitted-posts.php:878
272
- msgid ""
273
- "When enabled, external CSS &amp; JavaScript files are loaded on every page. "
274
- "Here you may specify the URL of the USP form to load resources only on that "
275
- "page. Note: leave blank to load on all pages."
276
- msgstr ""
277
- "Kad je aktiviran eksterni CSS &amp; JavaScript datoteke otpremaju se na "
278
- "svakoj stranici. Ovde možete navesti URL obrasca da biste otpremali izvore "
279
- "samo na toj stranici. Napomena: ostavite prazno ako želite da otpremate na "
280
- "svim stranicama."
281
-
282
- #: ../user-submitted-posts.php:881
283
- msgid "Categories"
284
- msgstr "Kategorije"
285
-
286
- #: ../user-submitted-posts.php:894
287
- msgid "Select which categories may be assigned to submitted posts."
288
- msgstr "Odaberite koje kategorije mogu biti dodeljene na podnesenim postovima."
289
-
290
- #: ../user-submitted-posts.php:898
291
- msgid "Assigned Author"
292
- msgstr "Dodeljeni autor"
293
-
294
- #: ../user-submitted-posts.php:908
295
- msgid ""
296
- "Specify the user that should be assigned as author for user-submitted posts."
297
- msgstr ""
298
- "Navedite korisnika koji treba da bude dodeljen kao autor za postove koje "
299
- "podnose korisnici."
300
-
301
- #: ../user-submitted-posts.php:912
302
- msgid "Auto Publish?"
303
- msgstr "Automatsko objavljivanje?"
304
-
305
- #: ../user-submitted-posts.php:915
306
- msgid "Always moderate"
307
- msgstr "Uvek uredi"
308
-
309
- #: ../user-submitted-posts.php:916
310
- msgid "Always publish immediately"
311
- msgstr "Uvek objavi odmah"
312
-
313
- #: ../user-submitted-posts.php:921
314
- msgid ""
315
- "For submitted posts, you can always moderate (recommended), publish "
316
- "immediately, or publish after any number of approved posts."
317
- msgstr ""
318
- "Podnesene postove možete uvek urediti (preporučeno), odmah objaviti ili "
319
- "objaviti posle određenog broja odobrenih postova. "
320
-
321
- #: ../user-submitted-posts.php:925
322
- msgid "Receive Email Alert"
323
- msgstr "Primi obaveštenje putem email-a"
324
-
325
- #: ../user-submitted-posts.php:927
326
- msgid ""
327
- "Check this box if you want to be notified via email for new post submissions."
328
- msgstr ""
329
- "Štiklirajte ovaj okvir ako želite da putem email-a budete obavešteni o novom "
330
- "podnošenju postova."
331
-
332
- #: ../user-submitted-posts.php:930
333
- msgid "Enable Rich Text Editor"
334
- msgstr "Aktiviraj Rich Text uređivač"
335
-
336
- #: ../user-submitted-posts.php:932
337
- msgid ""
338
- "Check this box if you want to enable WP rich text editing for submitted "
339
- "posts."
340
- msgstr ""
341
- "Štiklirajte ovaj okvir ako želite da aktivirate WP rich text uređivanje "
342
- "podnesenih postova."
343
-
344
- #: ../user-submitted-posts.php:935
345
- msgid "Set Uploaded Image as Featured Image"
346
- msgstr "Podesi otpremljenu sliku kao uobličenu sliku"
347
-
348
- #: ../user-submitted-posts.php:937
349
- msgid ""
350
- "Check this box if you want to set submitted images as Featured Images (aka "
351
- "Post Thumbnails) for posts. \n"
352
- "\t\t\t\t\t\t\t\t\t\t\tNote: your theme&rsquo;s single.php file must include"
353
- msgstr ""
354
- "Štiklirajte ovo polje ako u postovima želite da podesite podnesene slike kao "
355
- "uobličene slike (tj. sličice posta). \n"
356
- "\t\t\t\t\t\t\t\t\t\t\tNapomena: vaša theme&rsquo;s single.php datoteka mora "
357
- "da obuhvata"
358
-
359
- #: ../user-submitted-posts.php:938
360
- msgid "to display Featured Images."
361
- msgstr "da bi prikazala uobličene slike"
362
-
363
- #: ../user-submitted-posts.php:941
364
- msgid "Email Address for Alerts"
365
- msgstr "Email adresa za upozorenja"
366
-
367
- #: ../user-submitted-posts.php:943
368
- msgid ""
369
- "If you checked the box to receive email alerts, indicate here the address"
370
- "(es) to which the emails should be sent."
371
- msgstr ""
372
- "Ako štiklirate okvir za primanje email upozorenja, ovde navedite adresu (ili "
373
- "više adresa) gde treba slati upozorenja."
374
-
375
- #: ../user-submitted-posts.php:944
376
- msgid "Tip: multiple addresses may be included using a comma, like so:"
377
- msgstr "Savet: ako imate više adresa, razdvojite ih zarezima, na ovaj način:"
378
-
379
- #: ../user-submitted-posts.php:947
380
- msgid "Redirect URL"
381
- msgstr "Preusmeri URL"
382
-
383
- #: ../user-submitted-posts.php:949
384
- msgid ""
385
- "Specify a URL to redirect the user after post-submission. Note: leave blank "
386
- "to redirect back to current page."
387
- msgstr ""
388
- "Navedite URL za preusmeravanje korisnika nakon podnošenja posta. Napomena: "
389
- "ostavite prazno da biste ih preusmerili nazad na tekuću stranicu."
390
-
391
- #: ../user-submitted-posts.php:952
392
- msgid "Success Message"
393
- msgstr "Poruka o uspehu"
394
-
395
- #: ../user-submitted-posts.php:954
396
- msgid ""
397
- "This is the success message that is displayed if post-submission is "
398
- "successful."
399
- msgstr "Ovo je poruka koja se prikazuje nakon uspešnog podnošenja posta."
400
-
401
- #: ../user-submitted-posts.php:957
402
- msgid "Error Message"
403
- msgstr "Poruka o grešci"
404
-
405
- #: ../user-submitted-posts.php:959
406
- msgid "This is the error message that is displayed if post-submission fails."
407
- msgstr "Ova poruka prikazuje se ukoliko podnošenje posta nije uspelo."
408
-
409
- #: ../user-submitted-posts.php:962
410
- msgid "Custom Content"
411
- msgstr "Prilagođeni sadržaj"
412
-
413
- #: ../user-submitted-posts.php:964
414
- msgid ""
415
- "Here you may specify custom text/markup to be included before the submission "
416
- "form. Note: leave blank to disable."
417
- msgstr ""
418
- "Ovde možete navesti prilagođeni tekst ili oznaku koju treba uključiti pre "
419
- "podnošenja obrasca. Napomena: ostavite prazno da biste opciju deaktivirali."
420
-
421
- #: ../user-submitted-posts.php:968
422
- msgid "Registered User Info"
423
- msgstr "Informacije o registrovanom korisniku"
424
-
425
- #: ../user-submitted-posts.php:972
426
- msgid "Use registered username for author?"
427
- msgstr "Koristi registrovano korisničko ime za autora?"
428
-
429
- #: ../user-submitted-posts.php:974
430
- msgid ""
431
- "Check this box if you want to automatically use the registered username as "
432
- "the submitted-post author. Note: this really should only be used when "
433
- "requiring log-in for submissions."
434
- msgstr ""
435
- "Štiklirajte ovo polje ako želite da automatski koristite registrovano "
436
- "korisničko ime kao autora podnesenog posta. Napomena: Ova opcija treba da se "
437
- "koristi samo kad je za podnošenje posta obavezno prijavljivanje."
438
-
439
- #: ../user-submitted-posts.php:977
440
- msgid "Use registered URL for submitted URL?"
441
- msgstr "Upotrebi registrovani URL za podneseni URL?"
442
-
443
- #: ../user-submitted-posts.php:979
444
- msgid ""
445
- "Check this box if you want to automatically use the registered user&rsquo;s "
446
- "specified URL as the submitted-post URL. Note: this really should only be "
447
- "used when requiring log-in for submissions."
448
- msgstr ""
449
- "Štiklirajte ovo polje ako želite da automatski koristite registrovani "
450
- "user&rsquo; navedeni URL kao URL podnesenog posta. Napomena: Ova opcija "
451
- "treba da se koristi samo kad je za podnošenje posta obavezno prijavljivanje."
452
-
453
- #: ../user-submitted-posts.php:982
454
- msgid "Use a hidden field for submitted category?"
455
- msgstr "Koristi skriveno polje za podnesenu kategoriju?"
456
-
457
- #: ../user-submitted-posts.php:984
458
- msgid ""
459
- "Check this box if you want to use a hidden category field for the submitted "
460
- "category. Note: this may be used to specify a default category for submitted "
461
- "posts when the category field is hidden."
462
- msgstr ""
463
- "Štiklirajte ovo polje ako želite da koristite skriveno polje kategorije za "
464
- "podnesenu kategoriju. Napomena: Može se koristiti za određivanje "
465
- "podrazumevane kategorije podnesenih postova kad je polje kategorije "
466
- "skriveno. "
467
-
468
- #: ../user-submitted-posts.php:987
469
- msgid "Category ID for hidden field"
470
- msgstr "ID kategorije za skriveno polje"
471
-
472
- #: ../user-submitted-posts.php:989
473
- msgid ""
474
- "Specify a cateogry (ID) to use as the default category when using the &ldquo;"
475
- "hidden field&rdquo; option."
476
- msgstr ""
477
- "Navedite kategoriju (ID) koju ćete koristiti kao podrazumevanu kategoriju "
478
- "kad koristite opciju &ldquo;skriveno polje&rdquo;."
479
-
480
- #: ../user-submitted-posts.php:993
481
- msgid "Challenge Question (Captcha)"
482
- msgstr "Pitanje izazova (Captcha)"
483
-
484
- #: ../user-submitted-posts.php:997
485
- msgid "Challenge Question"
486
- msgstr "Pitanje izazova"
487
-
488
- #: ../user-submitted-posts.php:999
489
- msgid ""
490
- "To prevent spam, enter a question that users must answer before submitting "
491
- "the form."
492
- msgstr ""
493
- "Da biste sprečili spam-ove, unesite pitanje na koje korisnici moraju da "
494
- "odgovore pre nego što podnesu obrazac."
495
-
496
- #: ../user-submitted-posts.php:1002
497
- msgid "Challenge Response"
498
- msgstr "Odgovor izazova"
499
-
500
- #: ../user-submitted-posts.php:1004
501
- msgid "Enter the <em>only</em> correct answer to the challenge question."
502
- msgstr "Unesite <em>isključivo</em> tačan odgovor na pitanje izazova. "
503
-
504
- #: ../user-submitted-posts.php:1007
505
- msgid "Case-sensitivity"
506
- msgstr "Velika i mala slova"
507
-
508
- #: ../user-submitted-posts.php:1009
509
- msgid "Check this box if you want the challenge response to be case-sensitive."
510
- msgstr ""
511
- "Štiklirajte ovo polje ako želite da se u odgovoru prepoznaju velika i mala "
512
- "slova."
513
-
514
- #: ../user-submitted-posts.php:1013
515
- msgid "Image Uploads"
516
- msgstr "Otpremanje slika"
517
-
518
- #: ../user-submitted-posts.php:1017
519
- msgid "Upload Message"
520
- msgstr "Otpremi poruku"
521
-
522
- #: ../user-submitted-posts.php:1019
523
- msgid ""
524
- "This is the message that appears next to upload field. Useful to state your "
525
- "upload guidelines/rules/etc."
526
- msgstr ""
527
- "Ova poruka pojavljuje se pored polja za otpremanje. Koristiće vam da "
528
- "navedete uputstva/pravila/itd."
529
-
530
- #: ../user-submitted-posts.php:1022
531
- msgid "&ldquo;Add another image&rdquo; link"
532
- msgstr "&ldquo;Dodaj drugu sliku&rdquo; "
533
-
534
- #: ../user-submitted-posts.php:1024
535
- msgid ""
536
- "Here you may specify your own custom markup for the &ldquo;Add another "
537
- "image&rdquo; link (leave blank to use the default markup)."
538
- msgstr ""
539
- "Ovde možete navesti svoju prilagođenu oznaku za &ldquo;Dodaj drugu "
540
- "sliku&rdquo; link (ostavite prazno da biste koristili podrazumevanu oznaku)."
541
-
542
- #: ../user-submitted-posts.php:1027
543
- msgid "Minimum number of images"
544
- msgstr "Minimalan broj slika"
545
-
546
- #: ../user-submitted-posts.php:1030
547
- msgid "Specify the <em>minimum</em> number of images."
548
- msgstr "Odredite <em>minimalan</em> broj slika. "
549
-
550
- #: ../user-submitted-posts.php:1034
551
- msgid "Maximum number of images"
552
- msgstr "Maksimalan broj slika"
553
-
554
- #: ../user-submitted-posts.php:1037
555
- msgid "Specify the <em>maximum</em> number of images."
556
- msgstr "Odredite <em>maksimalan</em> broj slika. "
557
-
558
- #: ../user-submitted-posts.php:1041
559
- msgid "Minimum image width"
560
- msgstr "Minimalna širina slike"
561
-
562
- #: ../user-submitted-posts.php:1043
563
- msgid "Specify a <em>minimum width</em> (in pixels) for uploaded images."
564
- msgstr "Odredite <em>minimalnu širinu</em> (u pikselima) za otpremljene slike."
565
-
566
- #: ../user-submitted-posts.php:1046
567
- msgid "Minimum image height"
568
- msgstr "Minimalna visina slike"
569
-
570
- #: ../user-submitted-posts.php:1048
571
- msgid "Specify a <em>minimum height</em> (in pixels) for uploaded images."
572
- msgstr "Odredite <em>minimalnu visinu</em> (u pikselima) za otpremljene slike."
573
-
574
- #: ../user-submitted-posts.php:1051
575
- msgid "Maximum image width"
576
- msgstr "Maksimalna širina slike"
577
-
578
- #: ../user-submitted-posts.php:1053
579
- msgid "Specify a <em>maximum width</em> (in pixels) for uploaded images."
580
- msgstr ""
581
- "Odredite <em>maksimalnu širinu</em> (u pikselima) za otpremljene slike."
582
-
583
- #: ../user-submitted-posts.php:1056
584
- msgid "Maximum image height"
585
- msgstr "Maksimalna visina slike"
586
-
587
- #: ../user-submitted-posts.php:1058
588
- msgid "Specify a <em>maximum height</em> (in pixels) for uploaded images."
589
- msgstr ""
590
- "Odredite <em>maksimalnu visinu</em> (u pikselima) za otpremljene slike."
591
-
592
- #: ../user-submitted-posts.php:1062 ../user-submitted-posts.php:1090
593
- msgid "Save Settings"
594
- msgstr "Sačuvaj podešavanja"
595
-
596
- #: ../user-submitted-posts.php:1066
597
- msgid "Shortcode &amp; Template Tag"
598
- msgstr "Shortcode &amp; Oznaka šablona"
599
-
600
- #: ../user-submitted-posts.php:1069
601
- msgid "Shortcode"
602
- msgstr "Shortcode"
603
-
604
- #: ../user-submitted-posts.php:1070
605
- msgid "Use this shortcode to display the USP Form on any post or page:"
606
- msgstr ""
607
- "Koristite ovaj shortcode da biste prikazali USP obrazac na bilo kom postu "
608
- "ili na bilo kojoj stranici:"
609
-
610
- #: ../user-submitted-posts.php:1073
611
- msgid "Template tag"
612
- msgstr "Oznaka šablona"
613
-
614
- #: ../user-submitted-posts.php:1074
615
- msgid ""
616
- "Use this template tag to display the USP Form anywhere in your theme "
617
- "template:"
618
- msgstr ""
619
- "Koristite ovu oznaku šablona da biste prikazali USP obrazac bilo gde u vašem "
620
- "šablonu teme:"
621
-
622
- #: ../user-submitted-posts.php:1079
623
- msgid "Restore Default Options"
624
- msgstr "Vrati na podrazumevane opcije"
625
-
626
- #: ../user-submitted-posts.php:1083
627
- msgid "Restore default options upon plugin deactivation/reactivation."
628
- msgstr ""
629
- "Vratite podrazumevane opcije nakon deaktiviranja/ponovnog aktiviranja plugin-"
630
- "a. "
631
-
632
- #: ../user-submitted-posts.php:1087
633
- msgid ""
634
- "<strong>Tip:</strong> leave this option unchecked to remember your settings. "
635
- "Or, to go ahead and restore all default options, check the box, save your "
636
- "settings, and then deactivate/reactivate the plugin."
637
- msgstr ""
638
- "<strong>Savet:</strong> ostavite ovu opciju neštikliranu da biste zapamtili "
639
- "svoja podešavanja. Ili, vratite sve podrazumevane opcije, štiklirajte polje, "
640
- "sačuvajte svoja podešavanja, a zatim deaktivirajte/ponovo aktivirajte plugin."
641
-
642
- #: ../user-submitted-posts.php:1094
643
- msgid "Updates &amp; Info"
644
- msgstr "Ažuriranja &amp; Info"
645
-
646
- #: ../user-submitted-posts.php:1134
647
- msgid ""
648
- "Are you sure you want to restore all default options? (this action cannot be "
649
- "undone)"
650
- msgstr ""
651
- "Jeste li sigurni da želite da vratite sve podrazumevane opcije? (Ova "
652
- "aktivnost ne može se poništiti)"
653
-
654
- #: ../views/submission-form.php:37 ../views/submission-form.php:38
655
- msgid "Your Name"
656
- msgstr "Vaše ime"
657
-
658
- #: ../views/submission-form.php:42 ../views/submission-form.php:43
659
- msgid "Your URL"
660
- msgstr "Vaš URL"
661
-
662
- #: ../views/submission-form.php:58
663
- msgid "Antispam Question"
664
- msgstr "Antispam pitanje"
665
-
666
- #: ../views/submission-form.php:64
667
- msgid "Please select a category.."
668
- msgstr "Molimo odaberite kategoriju..."
669
-
670
- #: ../views/submission-form.php:98
671
- msgid "Upload an Image"
672
- msgstr "Otpremi sliku"
673
-
674
- #: ../views/submission-form.php:106
675
- msgid "Add another image"
676
- msgstr "Dodaj drugu sliku"
677
-
678
- #: ../views/submission-form.php:124
679
- msgid "Human verification: leave this field empty."
680
- msgstr "Human verification: ostavite ovo polje prazno."
681
-
682
- #: ../views/submission-form.php:140
683
- msgid "Submit Post"
684
- msgstr "Podnesi post"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: Loco - https://localise.biz/\n"
7
+ "Project-Id-Version: USP\n"
8
+ "Language: sr-RS\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2017-08-03 19:32+0000\n"
11
+ "PO-Revision-Date: 2017-08-03 19:32+0000\n"
12
+ "Last-Translator: Jeff Starr <help@monzillamedia.com>\n"
13
+ "Language-Team: Serbian\n"
14
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10 >= 2 && "
15
+ "n%10<=4 &&(n%100<10||n%100 >= 20)? 1 : 2)"
16
+
17
+ #. Name of the plugin
18
+ #: user-submitted-posts.php:43
19
+ msgid "User Submitted Posts"
20
+ msgstr "Кориснички поднесене поруке"
21
+
22
+ #: user-submitted-posts.php:75
23
+ msgid "requires WordPress "
24
+ msgstr "Захтева ВордПресс"
25
+
26
+ #: user-submitted-posts.php:76
27
+ msgid " or higher, and has been deactivated! "
28
+ msgstr " Или више, и је деактивиран!"
29
+
30
+ #: user-submitted-posts.php:77
31
+ msgid "Please return to the"
32
+ msgstr "Молимо вратите се на"
33
+
34
+ #: user-submitted-posts.php:78
35
+ msgid "WordPress Admin Area"
36
+ msgstr "ВордПресс Админ Ареа"
37
+
38
+ #: user-submitted-posts.php:79
39
+ msgid "to upgrade WordPress and try again."
40
+ msgstr "Да надоградите ВордПресс и покушајте поново."
41
+
42
+ #: user-submitted-posts.php:121
43
+ msgid "User Submitted Post"
44
+ msgstr "Корисничка послата порука"
45
+
46
+ #: user-submitted-posts.php:384
47
+ msgid "User Submitted Post Info"
48
+ msgstr "Корисници који су послали поруку о поруци"
49
+
50
+ #: user-submitted-posts.php:414
51
+ msgid "Submitter Name: "
52
+ msgstr "Име подносиоца:"
53
+
54
+ #: user-submitted-posts.php:415
55
+ msgid "Submitter Email: "
56
+ msgstr "Емаил пошиљаоца:"
57
+
58
+ #: user-submitted-posts.php:416
59
+ msgid "Submitter URL: "
60
+ msgstr "УРЛ пошиљаоца:"
61
+
62
+ #: user-submitted-posts.php:417
63
+ msgid "Submitter IP: "
64
+ msgstr "Подносилац ИП:"
65
+
66
+ #: user-submitted-posts.php:468
67
+ msgid "Show USP Posts"
68
+ msgstr "Прикажи УСП поруке"
69
+
70
+ #: user-submitted-posts.php:469
71
+ msgid "USP"
72
+ msgstr "УСП"
73
+
74
+ #: user-submitted-posts.php:1103
75
+ msgid " files required"
76
+ msgstr " Потребне датотеке"
77
+
78
+ #: user-submitted-posts.php:1104
79
+ msgid " file required"
80
+ msgstr " Потребна датотека"
81
+
82
+ #: user-submitted-posts.php:1106
83
+ msgid " files"
84
+ msgstr " фајлови"
85
+
86
+ #: user-submitted-posts.php:1107
87
+ msgid " file"
88
+ msgstr " Филе"
89
+
90
+ #: user-submitted-posts.php:1109 user-submitted-posts.php:1110
91
+ #: user-submitted-posts.php:1111 user-submitted-posts.php:1112
92
+ msgid " pixels"
93
+ msgstr " Пиксели"
94
+
95
+ #: user-submitted-posts.php:1115
96
+ msgid "An error occurred. Please go back and try again."
97
+ msgstr "Дошло је до грешке. Молим вас, вратите се и покушајте поново."
98
+
99
+ #: user-submitted-posts.php:1125
100
+ msgid "User login required"
101
+ msgstr "Потребно је корисничко пријављивање"
102
+
103
+ #: user-submitted-posts.php:1126
104
+ msgid "User name required"
105
+ msgstr "Потребно је корисничко име"
106
+
107
+ #: user-submitted-posts.php:1127
108
+ msgid "Post title required"
109
+ msgstr "Захтев наслова поруке"
110
+
111
+ #: user-submitted-posts.php:1128
112
+ msgid "User URL required"
113
+ msgstr "Потребан је кориснички УРЛ"
114
+
115
+ #: user-submitted-posts.php:1129
116
+ msgid "Post tags required"
117
+ msgstr "Пост тагови су обавезни"
118
+
119
+ #: user-submitted-posts.php:1130
120
+ msgid "Post category required"
121
+ msgstr "Потребна категорија постова"
122
+
123
+ #: user-submitted-posts.php:1131
124
+ msgid "Post content required"
125
+ msgstr "Објави садржај потребан"
126
+
127
+ #: user-submitted-posts.php:1132 user-submitted-posts.php:1133
128
+ msgid "Correct captcha required"
129
+ msgstr "Неопходна је исправна цаптцха"
130
+
131
+ #: user-submitted-posts.php:1134
132
+ msgid "User email required"
133
+ msgstr "Потребна е-пошта корисника"
134
+
135
+ #: user-submitted-posts.php:1135
136
+ msgid "Please check your email and try again"
137
+ msgstr "Проверите е-пошту и покушајте поново"
138
+
139
+ #: user-submitted-posts.php:1136
140
+ msgid "Non-empty value for hidden field"
141
+ msgstr "Непустена вредност за скривено поље"
142
+
143
+ #: user-submitted-posts.php:1137
144
+ msgid "Minimum number of images not met"
145
+ msgstr "Минималан број слика није испуњен"
146
+
147
+ #: user-submitted-posts.php:1138
148
+ msgid "Maximum number of images exceeded "
149
+ msgstr "Максималан број слика је прекорачен"
150
+
151
+ #: user-submitted-posts.php:1139
152
+ msgid "Minimum image width not met"
153
+ msgstr "Минимална ширина слике није испуњена"
154
+
155
+ #: user-submitted-posts.php:1140
156
+ msgid "Image width exceeds maximum"
157
+ msgstr "Ширина слике прелази максимум"
158
+
159
+ #: user-submitted-posts.php:1141
160
+ msgid "Minimum image height not met"
161
+ msgstr "Минимална висина слике није испуњена"
162
+
163
+ #: user-submitted-posts.php:1142
164
+ msgid "Image height exceeds maximum"
165
+ msgstr "Висина слике прелази максимум"
166
+
167
+ #: user-submitted-posts.php:1143
168
+ msgid "File type not allowed (please upload images only)"
169
+ msgstr "Тип датотеке није дозвољен (само уплоад слике)"
170
+
171
+ #: user-submitted-posts.php:1147
172
+ msgid "Error uploading file. Please check the file size and try again."
173
+ msgstr ""
174
+ "Грешка при отпремању датотеке. Проверите величину датотеке и покушајте "
175
+ "поново."
176
+
177
+ #: user-submitted-posts.php:1151
178
+ msgid "The file(s) could not be uploaded"
179
+ msgstr "Датотеке нису могле бити отпремљене"
180
+
181
+ #: user-submitted-posts.php:1153
182
+ msgid "Post not created. Please contact the site administrator for help."
183
+ msgstr ""
184
+ "Порука није креирана. Молимо контактирајте администратора сајта за помоћ."
185
+
186
+ #: user-submitted-posts.php:1154
187
+ msgid "Duplicate post title. Please try again."
188
+ msgstr "Дупликат пост наслова. Молим вас, покушајте поново."
189
+
190
+ #: user-submitted-posts.php:1164
191
+ msgid "Error: "
192
+ msgstr "Грешка:"
193
+
194
+ #: user-submitted-posts.php:1190
195
+ msgid "Return to form"
196
+ msgstr "Повратак у образац"
197
+
198
+ #: user-submitted-posts.php:1218 library/plugin-settings.php:658
199
+ msgid "Please"
200
+ msgstr "Молимо вас"
201
+
202
+ #: user-submitted-posts.php:1219
203
+ msgid "log in"
204
+ msgstr "Пријавите се"
205
+
206
+ #: user-submitted-posts.php:1220
207
+ msgid "to submit content!"
208
+ msgstr "Да пошаљете садржај!"
209
+
210
+ #: views/submission-form.php:45 views/submission-form-alt.php:54
211
+ msgid "Please complete the required fields."
212
+ msgstr "Молимо попуните потребна поља."
213
+
214
+ #: views/submission-form.php:55 views/submission-form.php:56
215
+ #: views/submission-form-alt.php:60 views/submission-form-alt.php:61
216
+ msgid "Your Name"
217
+ msgstr "Твоје име"
218
+
219
+ #: views/submission-form.php:61 views/submission-form.php:62
220
+ #: views/submission-form-alt.php:66 views/submission-form-alt.php:67
221
+ msgid "Your URL"
222
+ msgstr "Ваш УРЛ"
223
+
224
+ #: views/submission-form.php:67 views/submission-form.php:68
225
+ #: views/submission-form-alt.php:72 views/submission-form-alt.php:73
226
+ msgid "Your Email"
227
+ msgstr "Ваш Емаил"
228
+
229
+ #: views/submission-form.php:73 views/submission-form.php:74
230
+ #: views/submission-form-alt.php:78 views/submission-form-alt.php:79
231
+ #: library/plugin-settings.php:747
232
+ msgid "Post Title"
233
+ msgstr "Пост Наслов"
234
+
235
+ #: views/submission-form.php:79 views/submission-form.php:80
236
+ #: views/submission-form-alt.php:84 views/submission-form-alt.php:85
237
+ #: library/plugin-settings.php:757
238
+ msgid "Post Tags"
239
+ msgstr "Пост Тагс"
240
+
241
+ #: views/submission-form.php:86 views/submission-form-alt.php:91
242
+ msgid "Antispam Question"
243
+ msgstr "Антиспам питање"
244
+
245
+ #: views/submission-form.php:91 views/submission-form-alt.php:96
246
+ #: library/plugin-settings.php:767
247
+ msgid "Post Category"
248
+ msgstr "Пост категорија"
249
+
250
+ #: views/submission-form.php:93 views/submission-form-alt.php:98
251
+ msgid "Please select a category.."
252
+ msgstr "Изаберите категорију .."
253
+
254
+ #: views/submission-form.php:128 views/submission-form.php:129
255
+ #: views/submission-form-alt.php:133 views/submission-form-alt.php:134
256
+ #: library/plugin-settings.php:777
257
+ msgid "Post Content"
258
+ msgstr "Пост Цонтент"
259
+
260
+ #: views/submission-form.php:135 views/submission-form-alt.php:140
261
+ msgid "Verification"
262
+ msgstr "Верификација"
263
+
264
+ #: views/submission-form.php:142 views/submission-form-alt.php:147
265
+ msgid "Upload an Image"
266
+ msgstr "Отпремите слику"
267
+
268
+ #: views/submission-form.php:151 views/submission-form-alt.php:156
269
+ msgid "Add another image"
270
+ msgstr "Додајте другу слику"
271
+
272
+ #: views/submission-form.php:173 views/submission-form-alt.php:178
273
+ msgid "Human verification: leave this field empty."
274
+ msgstr "Људска верификација: оставите ово поље празним."
275
+
276
+ #: views/submission-form.php:195 views/submission-form-alt.php:200
277
+ msgid "Submit Post"
278
+ msgstr "Пошаљи поруку"
279
+
280
+ #: library/plugin-settings.php:32
281
+ msgid "Get USP Pro for unlimited forms!"
282
+ msgstr "Узмите УСП Про за неограничене форме!"
283
+
284
+ #: library/plugin-settings.php:33
285
+ msgid "Go Pro"
286
+ msgstr "Го Про"
287
+
288
+ #: library/plugin-settings.php:37
289
+ msgid "Settings"
290
+ msgstr "Подешавања"
291
+
292
+ #: library/plugin-settings.php:55
293
+ msgid "Give USP a 5-star rating at WordPress.org"
294
+ msgstr "Дајте УСПу рејтинг од 5 звездица на ВордПресс.орг"
295
+
296
+ #: library/plugin-settings.php:56
297
+ msgid "Rate this plugin&nbsp;&raquo;"
298
+ msgstr "Оцените овај плугин"
299
+
300
+ #: library/plugin-settings.php:115
301
+ msgid "WP Post (recommended)"
302
+ msgstr "ВП Пост (препоручено)"
303
+
304
+ #: library/plugin-settings.php:119
305
+ msgid "WP Page"
306
+ msgstr "ВП Паге"
307
+
308
+ #: library/plugin-settings.php:135
309
+ msgid "HTML5 Form + Default CSS"
310
+ msgstr "ХТМЛ5 Форма + Подразумевани ЦСС"
311
+
312
+ #: library/plugin-settings.php:135
313
+ msgid "(Recommended)"
314
+ msgstr "(Препоручено)"
315
+
316
+ #: library/plugin-settings.php:139
317
+ msgid "HTML5 Form + Disable CSS"
318
+ msgstr "ХТМЛ5 Форма + Онемогући ЦСС"
319
+
320
+ #: library/plugin-settings.php:139
321
+ msgid "(Provide your own styles)"
322
+ msgstr "(Обезбедите сопствене стилове)"
323
+
324
+ #: library/plugin-settings.php:143
325
+ msgid "Custom Form + Custom CSS"
326
+ msgstr "Цустом Форм + Цустом ЦСС"
327
+
328
+ #: library/plugin-settings.php:143
329
+ msgid "(Provide your own form template &amp; styles)"
330
+ msgstr "(Обезбедите сопствени образац и стилове)"
331
+
332
+ #: library/plugin-settings.php:159 library/plugin-settings.php:183
333
+ #: library/plugin-settings.php:206
334
+ msgid "Auto-display before post content"
335
+ msgstr "Аутоматско приказивање пре објављивања садржаја"
336
+
337
+ #: library/plugin-settings.php:163 library/plugin-settings.php:187
338
+ #: library/plugin-settings.php:210
339
+ msgid "Auto-display after post content"
340
+ msgstr "Аутоматско приказивање након објављеног садржаја"
341
+
342
+ #: library/plugin-settings.php:167
343
+ msgid "Do not auto-display submitted images"
344
+ msgstr "Немојте аутоматски приказивати послате слике"
345
+
346
+ #: library/plugin-settings.php:191
347
+ msgid "Do not auto-display submitted email"
348
+ msgstr "Немојте аутоматски приказати послате е-пошту"
349
+
350
+ #: library/plugin-settings.php:214
351
+ msgid "Do not auto-display submitted URL"
352
+ msgstr "Не приказујте аутоматски поднесени УРЛ"
353
+
354
+ #: library/plugin-settings.php:367
355
+ msgid ""
356
+ "There was an error. Please ensure that you have added a title, some content, "
357
+ "and that you have uploaded only images."
358
+ msgstr ""
359
+ "Дошло је до грешке. Уверите се да сте додали наслов, неки садржај и да сте "
360
+ "учитали само слике."
361
+
362
+ #: library/plugin-settings.php:381
363
+ msgid "Please select your image(s) to upload."
364
+ msgstr "Изаберите слике које желите да пошаљете."
365
+
366
+ #: library/plugin-settings.php:387
367
+ msgid "Success! Thank you for your submission."
368
+ msgstr "Успех! Хвала ти за Твоју покорност."
369
+
370
+ #: library/plugin-settings.php:413
371
+ msgid "Email"
372
+ msgstr "Емаил"
373
+
374
+ #: library/plugin-settings.php:414
375
+ msgid "URL"
376
+ msgstr "УРЛ"
377
+
378
+ #: library/plugin-settings.php:645
379
+ msgid "Toggle all panels"
380
+ msgstr "Пребаците све панеле"
381
+
382
+ #: library/plugin-settings.php:654
383
+ msgid "We need your support!"
384
+ msgstr "Треба нам твоја подршка!"
385
+
386
+ #: library/plugin-settings.php:658
387
+ msgid "Make a donation via PayPal"
388
+ msgstr "Донирајте путем ПаиПал-а"
389
+
390
+ #: library/plugin-settings.php:658
391
+ msgid "make a donation"
392
+ msgstr "дати донацију"
393
+
394
+ #: library/plugin-settings.php:658
395
+ msgid "and/or"
396
+ msgstr "И / или"
397
+
398
+ #: library/plugin-settings.php:659
399
+ msgid "Rate and review at the Plugin Directory"
400
+ msgstr "Оцените и прегледајте у Плугин директоријуму"
401
+
402
+ #: library/plugin-settings.php:660
403
+ msgid "give this plugin a 5-star rating"
404
+ msgstr "Дајте овом плугину рејтинг од 5 звездица"
405
+
406
+ #: library/plugin-settings.php:664
407
+ msgid ""
408
+ "Your generous support enables continued development of this free plugin. "
409
+ "Thank you!"
410
+ msgstr ""
411
+ "Ваша великодушна подршка омогућава континуирани развој овог бесплатног "
412
+ "додатка. Хвала вам!"
413
+
414
+ #: library/plugin-settings.php:669
415
+ msgid "Check this box if you have shown support"
416
+ msgstr "Означите ово поље ако сте показали подршку"
417
+
418
+ #: library/plugin-settings.php:678
419
+ msgid "Overview"
420
+ msgstr "Преглед"
421
+
422
+ #: library/plugin-settings.php:682
423
+ msgid ""
424
+ "enables your visitors to submit posts and upload images from the front-end "
425
+ "of your site. "
426
+ msgstr ""
427
+ "Омогућава вашим посетиоцима да предају поруке и отпремају слике са предње "
428
+ "стране ваше странице."
429
+
430
+ #: library/plugin-settings.php:683
431
+ msgid "For advanced functionality and unlimited forms, check out"
432
+ msgstr "За напредну функционалност и неограничене форме, погледајте"
433
+
434
+ #: library/plugin-settings.php:684
435
+ msgid "&mdash; the ultimate solution for user-generated content."
436
+ msgstr "- коначно решење за садржај који генерише корисник."
437
+
438
+ #: library/plugin-settings.php:688 library/plugin-settings.php:706
439
+ msgid "Plugin Settings"
440
+ msgstr "Плугин Сеттингс"
441
+
442
+ #: library/plugin-settings.php:689
443
+ msgid "Display the form"
444
+ msgstr "Приказујте образац"
445
+
446
+ #: library/plugin-settings.php:690 library/plugin-settings.php:1243
447
+ msgid "Plugin Homepage"
448
+ msgstr "Плугин Хомепаге"
449
+
450
+ #: library/plugin-settings.php:693
451
+ msgid "If you like this plugin, please"
452
+ msgstr "Ако вам се свиђа овај додатак, молим"
453
+
454
+ #: library/plugin-settings.php:694
455
+ msgid "THANK YOU for your support!"
456
+ msgstr "Хвала вам на подршци!"
457
+
458
+ #: library/plugin-settings.php:694
459
+ msgid "give it a 5-star rating"
460
+ msgstr "Дајте му рејтинг од 5 звездица"
461
+
462
+ #: library/plugin-settings.php:698
463
+ msgid "Unlimited front-end forms"
464
+ msgstr "Неограничени фронт-енд облици"
465
+
466
+ #: library/plugin-settings.php:698
467
+ msgid "Get USP Pro"
468
+ msgstr "Узмите УСП Про"
469
+
470
+ #: library/plugin-settings.php:710
471
+ msgid "Configure your settings for User Submitted Posts."
472
+ msgstr "Конфигуришите своја подешавања за Кориснички поднесене поруке."
473
+
474
+ #: library/plugin-settings.php:712
475
+ msgid "Form Fields"
476
+ msgstr "Област поља"
477
+
478
+ #: library/plugin-settings.php:717
479
+ msgid "User Name"
480
+ msgstr "Корисничко име"
481
+
482
+ #: library/plugin-settings.php:720 library/plugin-settings.php:730
483
+ #: library/plugin-settings.php:740 library/plugin-settings.php:750
484
+ #: library/plugin-settings.php:760 library/plugin-settings.php:770
485
+ #: library/plugin-settings.php:780 library/plugin-settings.php:790
486
+ #: library/plugin-settings.php:800
487
+ msgid "Display and require"
488
+ msgstr "Приказати и тражити"
489
+
490
+ #: library/plugin-settings.php:721 library/plugin-settings.php:731
491
+ #: library/plugin-settings.php:741 library/plugin-settings.php:751
492
+ #: library/plugin-settings.php:761 library/plugin-settings.php:771
493
+ #: library/plugin-settings.php:781
494
+ msgid "Display but do not require"
495
+ msgstr "Приказ, али не захтевају"
496
+
497
+ #: library/plugin-settings.php:722 library/plugin-settings.php:732
498
+ #: library/plugin-settings.php:742 library/plugin-settings.php:752
499
+ #: library/plugin-settings.php:762 library/plugin-settings.php:772
500
+ #: library/plugin-settings.php:782 library/plugin-settings.php:791
501
+ #: library/plugin-settings.php:801
502
+ msgid "Disable this field"
503
+ msgstr "Онемогући ово поље"
504
+
505
+ #: library/plugin-settings.php:727
506
+ msgid "User Email"
507
+ msgstr "Корисничка Емаил"
508
+
509
+ #: library/plugin-settings.php:737
510
+ msgid "User URL"
511
+ msgstr "Кориснички УРЛ"
512
+
513
+ #: library/plugin-settings.php:787 library/plugin-settings.php:793
514
+ #: library/plugin-settings.php:999 library/plugin-settings.php:1004
515
+ msgid "Challenge Question"
516
+ msgstr "Изазов Питање"
517
+
518
+ #: library/plugin-settings.php:793 library/plugin-settings.php:803
519
+ #: library/plugin-settings.php:813
520
+ msgid "(Visit"
521
+ msgstr "(Посетите"
522
+
523
+ #: library/plugin-settings.php:793 library/plugin-settings.php:803
524
+ #: library/plugin-settings.php:813
525
+ msgid "to configure options)"
526
+ msgstr "Да конфигуришете опције)"
527
+
528
+ #: library/plugin-settings.php:797 library/plugin-settings.php:803
529
+ #: library/plugin-settings.php:1021
530
+ msgid "Google reCAPTCHA"
531
+ msgstr "Гоогле реЦАПТЦХА"
532
+
533
+ #: library/plugin-settings.php:807
534
+ msgid "Post Images"
535
+ msgstr "Пост слике"
536
+
537
+ #: library/plugin-settings.php:810
538
+ msgid "Display"
539
+ msgstr "Приказ"
540
+
541
+ #: library/plugin-settings.php:811
542
+ msgid "Disable"
543
+ msgstr "Онемогући"
544
+
545
+ #: library/plugin-settings.php:813 library/plugin-settings.php:1080
546
+ msgid "Image Uploads"
547
+ msgstr "Имаге Уплоадс"
548
+
549
+ #: library/plugin-settings.php:819
550
+ msgid "General Settings"
551
+ msgstr "Опште поставке"
552
+
553
+ #: library/plugin-settings.php:824
554
+ msgid "Form Style"
555
+ msgstr "Стиле Стиле"
556
+
557
+ #: library/plugin-settings.php:829
558
+ msgid "With this option, you can copy the plugin&rsquo;s default templates:"
559
+ msgstr "Помоћу ове опције можете копирати подразумеване предложене модуле:"
560
+
561
+ #: library/plugin-settings.php:834
562
+ msgid "..and upload them into a directory named"
563
+ msgstr ".. и отпремите их у именик именован"
564
+
565
+ #: library/plugin-settings.php:834
566
+ msgid "in your theme:"
567
+ msgstr "На вашој теми:"
568
+
569
+ #: library/plugin-settings.php:840
570
+ msgid ""
571
+ "That will enable you to customize the form and styles as desired. For more "
572
+ "info, check out the \"Custom Submission Form\" section in the"
573
+ msgstr ""
574
+ "То ће вам омогућити да прилагодите облик и стилове по жељи. За више "
575
+ "информација, погледајте одељак \"Приложени образац за подношење\" у"
576
+
577
+ #: library/plugin-settings.php:841
578
+ msgid "Installation Docs"
579
+ msgstr "Инсталациони документи"
580
+
581
+ #: library/plugin-settings.php:842
582
+ msgid "FYI: here is a"
583
+ msgstr "ФИИ: Ево а"
584
+
585
+ #: library/plugin-settings.php:842
586
+ msgid "list of USP CSS selectors"
587
+ msgstr "Листа УСП ЦСС селектора"
588
+
589
+ #: library/plugin-settings.php:848
590
+ msgid "Include JavaScript"
591
+ msgstr "Укључите ЈаваСцрипт"
592
+
593
+ #: library/plugin-settings.php:850
594
+ msgid ""
595
+ "Check this box if you want to include the external JavaScript files "
596
+ "(recommended)."
597
+ msgstr ""
598
+ "Означите ово поље ако желите да укључите вањске ЈаваСцрипт датотеке "
599
+ "(препоручује се)."
600
+
601
+ #: library/plugin-settings.php:853
602
+ msgid "Targeted Loading"
603
+ msgstr "Циљано учитавање"
604
+
605
+ #: library/plugin-settings.php:855
606
+ msgid ""
607
+ "By default, external CSS &amp; JavaScript files are loaded on every page. "
608
+ "Here you may specify the URL of the USP form to load resources only on that "
609
+ "page. Note: leave blank to load on all pages."
610
+ msgstr ""
611
+ "По дефаулту, спољашње ЦСС и ЈаваСцрипт датотеке се учитавају на свакој "
612
+ "страници. Овде можете одредити УРЛ образца УСП да бисте учитали ресурсе само "
613
+ "на овој страници. Напомена: оставите празно за учитавање на свим страницама."
614
+
615
+ #: library/plugin-settings.php:858
616
+ msgid "Post Type"
617
+ msgstr "Пост Врста"
618
+
619
+ #: library/plugin-settings.php:861
620
+ msgid "Submit posts as WP Posts or Pages"
621
+ msgstr "Пошаљи постове као ВП поруке или странице"
622
+
623
+ #: library/plugin-settings.php:865
624
+ msgid "Auto Publish"
625
+ msgstr "Ауто Публисх"
626
+
627
+ #: library/plugin-settings.php:868
628
+ msgid "Always moderate via Draft"
629
+ msgstr "Увек умерите преко Нацрта"
630
+
631
+ #: library/plugin-settings.php:869
632
+ msgid "Always moderate via Pending"
633
+ msgstr "Увек умерите преко чекања"
634
+
635
+ #: library/plugin-settings.php:870
636
+ msgid "Always publish immediately"
637
+ msgstr "Увек одмах објавите"
638
+
639
+ #: library/plugin-settings.php:875
640
+ msgid ""
641
+ "Post Status for submitted posts: moderate (recommended), publish immediately,"
642
+ " or publish after any number of approved posts."
643
+ msgstr ""
644
+ "Пост Статус за поднесене постове: умерено (препоручено), одмах објавите или "
645
+ "објавите након било ког броја одобрених постова."
646
+
647
+ #: library/plugin-settings.php:879
648
+ msgid "Redirect URL"
649
+ msgstr "Редирецт УРЛ"
650
+
651
+ #: library/plugin-settings.php:881
652
+ msgid ""
653
+ "Specify a URL to redirect the user after post-submission. Leave blank to "
654
+ "redirect back to current page."
655
+ msgstr ""
656
+ "Наведите УРЛ адресу за преусмеравање корисника после објављивања. Оставите "
657
+ "празно да бисте преусмерили назад на тренутну страницу."
658
+
659
+ #: library/plugin-settings.php:884
660
+ msgid "Success Message"
661
+ msgstr "Успешна порука"
662
+
663
+ #: library/plugin-settings.php:886
664
+ msgid ""
665
+ "Success message that is displayed if post-submission is successful. Basic "
666
+ "markup is allowed."
667
+ msgstr ""
668
+ "Порука успеха која се приказује ако је пост-субмиссион успешно. Дозвољена је "
669
+ "основна ознака."
670
+
671
+ #: library/plugin-settings.php:889
672
+ msgid "Error Message"
673
+ msgstr "Порука о грешци"
674
+
675
+ #: library/plugin-settings.php:891
676
+ msgid ""
677
+ "General error message that is displayed if post-submission fails. Basic "
678
+ "markup is allowed."
679
+ msgstr ""
680
+ "Општа порука о грешци која се приказује ако послије подношења не успе. "
681
+ "Дозвољена је основна ознака."
682
+
683
+ #: library/plugin-settings.php:894
684
+ msgid "Custom Content"
685
+ msgstr "Прилагођени садржај"
686
+
687
+ #: library/plugin-settings.php:896
688
+ msgid ""
689
+ "Custom text/markup to be included before the submission form. Leave blank to "
690
+ "disable."
691
+ msgstr ""
692
+ "Прилагођени текст / ознака која ће бити укључена пре образца за достављање. "
693
+ "Оставите празан да бисте онемогућили."
694
+
695
+ #: library/plugin-settings.php:899
696
+ msgid "Rich Text Editor"
697
+ msgstr "Рицх Тект Едитор"
698
+
699
+ #: library/plugin-settings.php:901
700
+ msgid ""
701
+ "Check this box if you want to enable WP rich text editing for submitted "
702
+ "posts."
703
+ msgstr ""
704
+ "Означите ово поље ако желите да омогућите ВП богато уређивање текста за "
705
+ "поднесене поруке."
706
+
707
+ #: library/plugin-settings.php:904
708
+ msgid "Unique Titles"
709
+ msgstr "Јединствене наслове"
710
+
711
+ #: library/plugin-settings.php:906
712
+ msgid ""
713
+ "Require submitted post titles to be unique (useful for preventing "
714
+ "multiple/duplicate submitted posts)."
715
+ msgstr ""
716
+ "Потребно је да предложени постови постају јединствени (корисни за спречавање "
717
+ "вишеструких / дупликат послатих постова)."
718
+
719
+ #: library/plugin-settings.php:909
720
+ msgid "Disable Required"
721
+ msgstr "Онемогући обавезно"
722
+
723
+ #: library/plugin-settings.php:911
724
+ msgid ""
725
+ "Disable all required attributes on default form fields (useful for "
726
+ "troubleshooting error messages)."
727
+ msgstr ""
728
+ "Онемогући све потребне атрибуте на подразумеваним пољима поља (корисно за "
729
+ "решавање проблема са порукама о грешци)."
730
+
731
+ #: library/plugin-settings.php:914
732
+ msgid "Disable IP Tracking"
733
+ msgstr "Онемогући ИП праћење"
734
+
735
+ #: library/plugin-settings.php:916
736
+ msgid ""
737
+ "By default USP records the IP address with each submitted post. Check this "
738
+ "box to disable all IP tracking."
739
+ msgstr ""
740
+ "Подразумевано УСП бележи ИП адресу са сваком послатом посту. Означите ово "
741
+ "поље да бисте онемогућили све праћење ИП-а."
742
+
743
+ #: library/plugin-settings.php:919
744
+ msgid "Enable Shortcodes"
745
+ msgstr "Омогући скраћенице"
746
+
747
+ #: library/plugin-settings.php:921
748
+ msgid ""
749
+ "Enable shortcodes in widgets. By default, WordPress does not enable "
750
+ "shortcodes in widgets. "
751
+ msgstr ""
752
+ "Омогућите скраћенице у виџетима. Подразумевано, ВордПресс не омогућава "
753
+ "скрипте у виџетима."
754
+
755
+ #: library/plugin-settings.php:922
756
+ msgid ""
757
+ "This setting enables any/all shortcodes in widgets (even shortcodes from "
758
+ "other plugins)."
759
+ msgstr ""
760
+ "Ово подешавање омогућава било који / све краткодлаке у виџетима (чак и "
761
+ "кратке кодове из других додатака)."
762
+
763
+ #: library/plugin-settings.php:927 library/plugin-settings.php:932
764
+ msgid "Categories"
765
+ msgstr "Категорије"
766
+
767
+ #: library/plugin-settings.php:935
768
+ msgid ""
769
+ "Select which categories may be assigned to submitted posts (click to toggle)"
770
+ msgstr ""
771
+ "Изаберите које категорије се могу додијелити послатим постовима (кликните за "
772
+ "укључивање)"
773
+
774
+ #: library/plugin-settings.php:952
775
+ msgid "Hidden/Default Category"
776
+ msgstr "Скривена / подразумевана категорија"
777
+
778
+ #: library/plugin-settings.php:954
779
+ msgid ""
780
+ "Use a hidden field for the post category. This may be used to specify a "
781
+ "default category when the category field is disabled."
782
+ msgstr ""
783
+ "Користите скривено поље за пост категорију. Ово се може користити за "
784
+ "одређивање подразумеване категорије када је поље категорије онемогућено."
785
+
786
+ #: library/plugin-settings.php:957
787
+ msgid "Category ID for Hidden Field"
788
+ msgstr "ИД категорије за скривено поље"
789
+
790
+ #: library/plugin-settings.php:959
791
+ msgid ""
792
+ "Specify the ID of the category to use for the &ldquo;Hidden/Default "
793
+ "Category&rdquo; option."
794
+ msgstr ""
795
+ "Наведите ИД категорије која ће се користити за опцију \"Скривена / "
796
+ "подразумевана категорија\"."
797
+
798
+ #: library/plugin-settings.php:964
799
+ msgid "Users"
800
+ msgstr "Корисници"
801
+
802
+ #: library/plugin-settings.php:969
803
+ msgid "Assigned Author"
804
+ msgstr "Додељени аутор"
805
+
806
+ #: library/plugin-settings.php:978
807
+ msgid ""
808
+ "Specify the user that should be assigned as author for user-submitted posts."
809
+ msgstr ""
810
+ "Наведите корисника који треба доделити као аутор за поставке које су послате "
811
+ "корисницима."
812
+
813
+ #: library/plugin-settings.php:982
814
+ msgid "Registered Username"
815
+ msgstr "Регистровано корисиничко име"
816
+
817
+ #: library/plugin-settings.php:984
818
+ msgid ""
819
+ "Use registered username as post author. Valid when the person submitting the "
820
+ "form is logged in to WordPress."
821
+ msgstr ""
822
+ "Користите регистровано корисничко име као аутор поста. Важи када је особа "
823
+ "која је поднела пријаву пријављена на ВордПресс."
824
+
825
+ #: library/plugin-settings.php:987
826
+ msgid "User Profile URL"
827
+ msgstr "УРЛ профила корисника"
828
+
829
+ #: library/plugin-settings.php:989
830
+ msgid ""
831
+ "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid "
832
+ "when the person submitting the form is logged in to WordPress."
833
+ msgstr ""
834
+ "Користите регистровани УРЛ профила корисника као вриједност поља УРЛ-а. Важи "
835
+ "када је особа која је поднела пријаву пријављена на ВордПресс."
836
+
837
+ #: library/plugin-settings.php:992
838
+ msgid "Require User Login"
839
+ msgstr "Захтевати корисничко пријављивање"
840
+
841
+ #: library/plugin-settings.php:994
842
+ msgid "Require users to be logged in to WordPress to view/submit the form"
843
+ msgstr ""
844
+ "Потребно је да се корисници пријављују у ВордПресс да би видели / послали "
845
+ "образац"
846
+
847
+ #: library/plugin-settings.php:1006
848
+ msgid ""
849
+ "To prevent spam, enter a question that users must answer before submitting "
850
+ "the form."
851
+ msgstr ""
852
+ "Да бисте спречили нежељену пошту, унесите питање које корисници морају "
853
+ "одговорити пре слања формулара."
854
+
855
+ #: library/plugin-settings.php:1009
856
+ msgid "Challenge Response"
857
+ msgstr "Цхалленге изазов"
858
+
859
+ #: library/plugin-settings.php:1011
860
+ msgid "Enter the *only* correct answer to the challenge question."
861
+ msgstr "Унесите једини тачан одговор на изазовно питање."
862
+
863
+ #: library/plugin-settings.php:1014
864
+ msgid "Case-sensitivity"
865
+ msgstr "Сензитивност случаја"
866
+
867
+ #: library/plugin-settings.php:1016
868
+ msgid "Check this box if you want the challenge response to be case-sensitive."
869
+ msgstr ""
870
+ "Означите ово поље ако желите да одговор изазова буде осјетљив на велика и "
871
+ "мала слова."
872
+
873
+ #: library/plugin-settings.php:1022
874
+ msgid "To enable Google reCAPTCHA, enter your public and private keys."
875
+ msgstr ""
876
+ "Да бисте омогућили Гоогле реЦАПТЦХА, унесите своје јавне и приватне кључеве."
877
+
878
+ #: library/plugin-settings.php:1027
879
+ msgid "Public Key"
880
+ msgstr "Јавни кључ"
881
+
882
+ #: library/plugin-settings.php:1029
883
+ msgid "Enter your Public Key"
884
+ msgstr "Унесите свој јавни кључ"
885
+
886
+ #: library/plugin-settings.php:1032
887
+ msgid "Private Key"
888
+ msgstr "Привате Кеи"
889
+
890
+ #: library/plugin-settings.php:1034
891
+ msgid "Enter your Private Key"
892
+ msgstr "Унесите свој приватни кључ"
893
+
894
+ #: library/plugin-settings.php:1039
895
+ msgid "Email Alerts"
896
+ msgstr "Емаил Алертс"
897
+
898
+ #: library/plugin-settings.php:1044
899
+ msgid "Receive Email Alert"
900
+ msgstr "Примите е-пошту"
901
+
902
+ #: library/plugin-settings.php:1046
903
+ msgid ""
904
+ "Check this box if you want to be notified via email for new post submissions."
905
+ msgstr ""
906
+ "Означите ово поље ако желите да будете обавештени путем е-поште за нове "
907
+ "постове."
908
+
909
+ #: library/plugin-settings.php:1049
910
+ msgid "Enable HTML Format"
911
+ msgstr "Омогући ХТМЛ формат"
912
+
913
+ #: library/plugin-settings.php:1051
914
+ msgid "Check this box to enable HTML format for email alerts."
915
+ msgstr ""
916
+ "Означите ово поље да бисте омогућили ХТМЛ формат за обавештења е-поште."
917
+
918
+ #: library/plugin-settings.php:1054
919
+ msgid "Email Address for Alerts"
920
+ msgstr "Емаил адреса за упозорења"
921
+
922
+ #: library/plugin-settings.php:1056
923
+ msgid ""
924
+ "If you checked the box to receive email alerts, indicate here the address(es)"
925
+ " to which the emails should be sent."
926
+ msgstr ""
927
+ "Ако сте означили оквир за пријем обавештења путем е-поште, овде наведите "
928
+ "адресу (адресе) на коју треба послати е-пошту."
929
+
930
+ #: library/plugin-settings.php:1057
931
+ msgid "Multiple recipients may be included using a comma, like so:"
932
+ msgstr "Вишеструки примаоци могу бити укључени помоћу зареза, као што су:"
933
+
934
+ #: library/plugin-settings.php:1060
935
+ msgid "Email &ldquo;From&rdquo; Address"
936
+ msgstr "Е-пошта \"Од\" Адреса"
937
+
938
+ #: library/plugin-settings.php:1062
939
+ msgid ""
940
+ "Here you may customize the address(es) used for the &ldquo;From&rdquo; "
941
+ "header (see plugin FAQs for info). "
942
+ msgstr ""
943
+ "Овде можете прилагодити адресе (адресе) који се користе за заглавље \"Од\" "
944
+ "(погледајте ФАК за плугин за информације)."
945
+
946
+ #: library/plugin-settings.php:1063
947
+ msgid ""
948
+ "If multiple addresses are specified in the previous setting, include an "
949
+ "equal number of &ldquo;From&rdquo; addresses for this setting (in the same "
950
+ "order)."
951
+ msgstr ""
952
+ "Ако су више адреса наведене у претходном подешавању, укључите једнак број "
953
+ "\"Од\" адреса за ово подешавање (у истом редоследу)."
954
+
955
+ #: library/plugin-settings.php:1066
956
+ msgid "Email Alert Subject"
957
+ msgstr "Емаил Алерт Субјецт"
958
+
959
+ #: library/plugin-settings.php:1068
960
+ msgid ""
961
+ "Subject line for email alerts. Leave blank to use the default subject line. "
962
+ "Note: you can use the following variables: "
963
+ msgstr ""
964
+ "Линија предмета за обавештења е-поште. Оставите празно да бисте користили "
965
+ "подразумевану линију предмета. Напомена: можете користити сљедеће варијабле:"
966
+
967
+ #: library/plugin-settings.php:1072
968
+ msgid "Email Alert Message"
969
+ msgstr "Порука за упозорење е-поштом"
970
+
971
+ #: library/plugin-settings.php:1074
972
+ msgid ""
973
+ "Message for email alerts. Leave blank to use the default message. Note: you "
974
+ "can use the following variables: "
975
+ msgstr ""
976
+ "Порука за упозорења е-поште. Оставите празно да бисте користили "
977
+ "подразумевану поруку. Напомена: можете користити сљедеће варијабле:"
978
+
979
+ #: library/plugin-settings.php:1085
980
+ msgid "Featured Image"
981
+ msgstr "Садржавана слика"
982
+
983
+ #: library/plugin-settings.php:1087
984
+ msgid ""
985
+ "Set submitted images as Featured Images. Requires theme support for Featured "
986
+ "Images (aka Post Thumbnails)."
987
+ msgstr ""
988
+ "Подесите подне слике као Феатуред Имагес. Потребна је подршка за тематске "
989
+ "снимке (ака Пост Тхумбнаилс)."
990
+
991
+ #: library/plugin-settings.php:1090
992
+ msgid "Upload Message"
993
+ msgstr "Уплоад порука"
994
+
995
+ #: library/plugin-settings.php:1092
996
+ msgid ""
997
+ "Message that appears next to the upload field. Useful for stating your "
998
+ "upload guidelines/policy/etc. Basic markup allowed."
999
+ msgstr ""
1000
+ "Порука која се појављује поред поља за отпремање. Корисно за навођење "
1001
+ "смерница за постављање / смернице / итд. Дозвољена је основна ознака."
1002
+
1003
+ #: library/plugin-settings.php:1095
1004
+ msgid "&ldquo;Add another image&rdquo; link"
1005
+ msgstr "Линк \"Додај нови снимак\""
1006
+
1007
+ #: library/plugin-settings.php:1097
1008
+ msgid ""
1009
+ "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to "
1010
+ "use the default markup (recommended)."
1011
+ msgstr ""
1012
+ "Прилагођена ознака за линк \"Додај нову слику\". Оставите празно да бисте "
1013
+ "користили подразумевану ознаку (препоручено)."
1014
+
1015
+ #: library/plugin-settings.php:1100
1016
+ msgid "Minimum number of images"
1017
+ msgstr "Минималан број слика"
1018
+
1019
+ #: library/plugin-settings.php:1103
1020
+ msgid "Specify the minimum number of images."
1021
+ msgstr "Наведите минимални број слика."
1022
+
1023
+ #: library/plugin-settings.php:1107
1024
+ msgid "Maximum number of images"
1025
+ msgstr "Максималан број слика"
1026
+
1027
+ #: library/plugin-settings.php:1110
1028
+ msgid "Specify the maximum number of images."
1029
+ msgstr "Наведите максималан број слика."
1030
+
1031
+ #: library/plugin-settings.php:1114
1032
+ msgid "Minimum image width"
1033
+ msgstr "Минимална ширина слике"
1034
+
1035
+ #: library/plugin-settings.php:1116
1036
+ msgid "Specify a minimum width (in pixels) for uploaded images."
1037
+ msgstr "Наведите минималну ширину (у пикселима) за отпремљене слике."
1038
+
1039
+ #: library/plugin-settings.php:1119
1040
+ msgid "Minimum image height"
1041
+ msgstr "Минимална висина слике"
1042
+
1043
+ #: library/plugin-settings.php:1121
1044
+ msgid "Specify a minimum height (in pixels) for uploaded images."
1045
+ msgstr "Наведите минималну висину (у пикселима) за отпремљене слике."
1046
+
1047
+ #: library/plugin-settings.php:1124
1048
+ msgid "Maximum image width"
1049
+ msgstr "Максимална ширина слике"
1050
+
1051
+ #: library/plugin-settings.php:1126
1052
+ msgid "Specify a maximum width (in pixels) for uploaded images."
1053
+ msgstr "Наведите максималну ширину (у пикселима) за отпремљене слике."
1054
+
1055
+ #: library/plugin-settings.php:1129
1056
+ msgid "Maximum image height"
1057
+ msgstr "Максимална висина слике"
1058
+
1059
+ #: library/plugin-settings.php:1131
1060
+ msgid "Specify a maximum height (in pixels) for uploaded images."
1061
+ msgstr "Наведите максималну висину (у пикселима) за отпремљене слике."
1062
+
1063
+ #: library/plugin-settings.php:1134
1064
+ msgid "More Options"
1065
+ msgstr "Више опција"
1066
+
1067
+ #: library/plugin-settings.php:1137
1068
+ msgid ""
1069
+ "For more options, like the ability to upload other file types (like PDF, "
1070
+ "Word, Zip, videos, and more), check out"
1071
+ msgstr ""
1072
+ "За више опција, као што је могућност преноса других типова датотека (као што "
1073
+ "су ПДФ, Ворд, Зип, видео записи и још много тога), погледајте"
1074
+
1075
+ #: library/plugin-settings.php:1138
1076
+ msgid "Go Pro!"
1077
+ msgstr "Го Про!"
1078
+
1079
+ #: library/plugin-settings.php:1138
1080
+ msgid "USP Pro"
1081
+ msgstr "УСП Про"
1082
+
1083
+ #: library/plugin-settings.php:1145
1084
+ msgid "Auto-Display Content"
1085
+ msgstr "Садржај аутоматског приказа"
1086
+
1087
+ #: library/plugin-settings.php:1150
1088
+ msgid "Images Auto-Display"
1089
+ msgstr "Слике Ауто-Дисплаи"
1090
+
1091
+ #: library/plugin-settings.php:1152
1092
+ msgid "Auto-display user-submitted images:"
1093
+ msgstr "Аутоматско приказивање слика које су послате корисницима:"
1094
+
1095
+ #: library/plugin-settings.php:1157
1096
+ msgid "Image Markup"
1097
+ msgstr "Маркирање слике"
1098
+
1099
+ #: library/plugin-settings.php:1159
1100
+ msgid ""
1101
+ "Markup to use for each submitted image (when auto-display is enabled). Can "
1102
+ "use"
1103
+ msgstr ""
1104
+ "Ознака која се користи за сваку послату слику (када је ауто-дисплеј омогућен)"
1105
+ ". Можете користити"
1106
+
1107
+ #: library/plugin-settings.php:1161 library/plugin-settings.php:1174
1108
+ #: library/plugin-settings.php:1187
1109
+ msgid "and"
1110
+ msgstr "и"
1111
+
1112
+ #: library/plugin-settings.php:1164
1113
+ msgid "Email Auto-Display"
1114
+ msgstr "Аутоматски приказ е-поште"
1115
+
1116
+ #: library/plugin-settings.php:1166
1117
+ msgid "Auto-display user-submitted email:"
1118
+ msgstr "Аутоматско приказивање е-поште које је послала корисник:"
1119
+
1120
+ #: library/plugin-settings.php:1171
1121
+ msgid "Email Markup"
1122
+ msgstr "Емаил Маркуп"
1123
+
1124
+ #: library/plugin-settings.php:1173
1125
+ msgid ""
1126
+ "Markup to use for the submitted email address (when auto-display is enabled)."
1127
+ " Can use"
1128
+ msgstr ""
1129
+ "Ознака која ће се користити за достављену адресу е-поште (када је омогућен "
1130
+ "ауто-приказ). Можете користити"
1131
+
1132
+ #: library/plugin-settings.php:1177
1133
+ msgid "URL Auto-Display"
1134
+ msgstr "УРЛ Ауто-Дисплаи"
1135
+
1136
+ #: library/plugin-settings.php:1179
1137
+ msgid "Auto-display user-submitted URL:"
1138
+ msgstr "Аутоматски приказ УРЛ-а који је послат корисник:"
1139
+
1140
+ #: library/plugin-settings.php:1184
1141
+ msgid "URL Markup"
1142
+ msgstr "УРЛ Маркуп"
1143
+
1144
+ #: library/plugin-settings.php:1186
1145
+ msgid ""
1146
+ "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1147
+ msgstr ""
1148
+ "Ознака која ће се користити за достављену УРЛ адресу (када је ауто-приказ "
1149
+ "омогућен). Можете користити"
1150
+
1151
+ #: library/plugin-settings.php:1192 library/plugin-settings.php:1210
1152
+ msgid "Save Settings"
1153
+ msgstr "Сачувајте подешавања"
1154
+
1155
+ #: library/plugin-settings.php:1197
1156
+ msgid "Restore Defaults"
1157
+ msgstr "Враћање почетних вредности"
1158
+
1159
+ #: library/plugin-settings.php:1201
1160
+ msgid "Restore default options upon plugin deactivation/reactivation."
1161
+ msgstr ""
1162
+ "Вратите подразумеване опције на деактивацију / поновно активирање плугина."
1163
+
1164
+ #: library/plugin-settings.php:1205
1165
+ msgid "Tip:"
1166
+ msgstr "Савет:"
1167
+
1168
+ #: library/plugin-settings.php:1206
1169
+ msgid "leave this option unchecked to remember your settings."
1170
+ msgstr "Оставите ову опцију неутврђеном да запамтите ваша подешавања."
1171
+
1172
+ #: library/plugin-settings.php:1207
1173
+ msgid ""
1174
+ "Or, to go ahead and restore all default options, check the box, save your "
1175
+ "settings, and then deactivate/reactivate the plugin."
1176
+ msgstr ""
1177
+ "Или, да наставите и вратите све подразумеване опције, потврдите поље, "
1178
+ "сачувајте своја подешавања, а затим деактивирајте / поново активирате "
1179
+ "додатак."
1180
+
1181
+ #: library/plugin-settings.php:1215
1182
+ msgid "Shortcode &amp; Template Tag"
1183
+ msgstr "Схортцоде и Таг ознака"
1184
+
1185
+ #: library/plugin-settings.php:1218
1186
+ msgid ""
1187
+ "To implement USP, first configure the plugin settings, then use the "
1188
+ "shortcode or template to display the form on the front-end as desired."
1189
+ msgstr ""
1190
+ "Да имплементирате УСП, прво конфигуришите поставке додатка, а затим "
1191
+ "користите кратки код или шаблон како бисте приказали форму на предњем крају "
1192
+ "по жељи."
1193
+
1194
+ #: library/plugin-settings.php:1220
1195
+ msgid "Shortcode"
1196
+ msgstr "Кратак код"
1197
+
1198
+ #: library/plugin-settings.php:1221
1199
+ msgid "Use this shortcode to display the USP Form on any WP Post or Page:"
1200
+ msgstr ""
1201
+ "Користите овај кратак број да бисте приказали образац УСП на било којој ВП "
1202
+ "пости или страници:"
1203
+
1204
+ #: library/plugin-settings.php:1224
1205
+ msgid "Template tag"
1206
+ msgstr "Таг ознака"
1207
+
1208
+ #: library/plugin-settings.php:1225
1209
+ msgid ""
1210
+ "Use this template tag to display the USP Form anywhere in your theme "
1211
+ "template:"
1212
+ msgstr ""
1213
+ "Користите ову ознаку темплате да бисте приказали образац УСП било где у теми "
1214
+ "теме:"
1215
+
1216
+ #: library/plugin-settings.php:1231
1217
+ msgid "Show Support"
1218
+ msgstr "Прикажи подршку"
1219
+
1220
+ #: library/plugin-settings.php:1243
1221
+ msgid "by"
1222
+ msgstr "од стране"
1223
+
1224
+ #: library/plugin-settings.php:1244
1225
+ msgid "Jeff Starr on Twitter"
1226
+ msgstr "Јефф Старр на Твиттеру"
1227
+
1228
+ #: library/plugin-settings.php:1245
1229
+ msgid "Obsessive Web Design &amp; Development"
1230
+ msgstr "Опсесивни веб дизајн и развој"
1231
+
1232
+ #: library/plugin-settings.php:1256
1233
+ msgid "Save Preference"
1234
+ msgstr "Сачувај предност"
1235
+
1236
+ #: library/plugin-settings.php:1263
1237
+ msgid ""
1238
+ "Are you sure you want to restore all default options? (this action cannot be "
1239
+ "undone)"
1240
+ msgstr ""
1241
+ "Да ли сте сигурни да желите вратити све подразумеване опције? (Ова акција не "
1242
+ "може бити поништена)"
1243
+
1244
+ #: library/template-tags.php:214
1245
+ msgid "View full post"
1246
+ msgstr "Погледај пуну поруку"
1247
+
1248
+ #. Description of the plugin
1249
+ msgid ""
1250
+ "Enables your visitors to submit posts and images from anywhere on your site."
1251
+ msgstr ""
1252
+ "Омогућава својим посетиоцима да шаљу постове и слике са било ког места на "
1253
+ "вашем сајту."
1254
+
1255
+ #. URI of the plugin
1256
+ msgid "https://perishablepress.com/user-submitted-posts/"
1257
+ msgstr "Хттпс://перисхаблепресс.цом/усер-субмиттед-постс/"
1258
+
1259
+ #. Author of the plugin
1260
+ msgid "Jeff Starr"
1261
+ msgstr "Јефф Старр"
1262
+
1263
+ #. Author URI of the plugin
1264
+ msgid "https://plugin-planet.com/"
1265
+ msgstr "Хттпс://плугин-планет.цом/"
languages/usp-tr_TR.mo ADDED
Binary file
languages/usp-tr_TR.po ADDED
@@ -0,0 +1,1266 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: Loco - https://localise.biz/\n"
7
+ "Project-Id-Version: USP\n"
8
+ "Language: tr-TR\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2017-08-03 19:18+0000\n"
11
+ "PO-Revision-Date: 2017-08-03 19:18+0000\n"
12
+ "Last-Translator: Jeff Starr <help@monzillamedia.com>\n"
13
+ "Language-Team: Turkish\n"
14
+ "Plural-Forms: nplurals=2; plural=n != 1"
15
+
16
+ #. Name of the plugin
17
+ #: user-submitted-posts.php:43
18
+ msgid "User Submitted Posts"
19
+ msgstr "Kullanıcı Gönderilen Gönderi"
20
+
21
+ #: user-submitted-posts.php:75
22
+ msgid "requires WordPress "
23
+ msgstr "WordPress gerektiriyor"
24
+
25
+ #: user-submitted-posts.php:76
26
+ msgid " or higher, and has been deactivated! "
27
+ msgstr " Veya daha yüksek ve devre dışı bırakılmıştır!"
28
+
29
+ #: user-submitted-posts.php:77
30
+ msgid "Please return to the"
31
+ msgstr "Lütfen adresine dönün"
32
+
33
+ #: user-submitted-posts.php:78
34
+ msgid "WordPress Admin Area"
35
+ msgstr "WordPress Yönetici Alanı"
36
+
37
+ #: user-submitted-posts.php:79
38
+ msgid "to upgrade WordPress and try again."
39
+ msgstr "WordPress'i yükseltmek ve tekrar deneyin."
40
+
41
+ #: user-submitted-posts.php:121
42
+ msgid "User Submitted Post"
43
+ msgstr "Kullanıcı Gönderen Gönderi"
44
+
45
+ #: user-submitted-posts.php:384
46
+ msgid "User Submitted Post Info"
47
+ msgstr "Kullanıcı Gönderildi"
48
+
49
+ #: user-submitted-posts.php:414
50
+ msgid "Submitter Name: "
51
+ msgstr "Gönderen Adı:"
52
+
53
+ #: user-submitted-posts.php:415
54
+ msgid "Submitter Email: "
55
+ msgstr "Gönderen E-postası:"
56
+
57
+ #: user-submitted-posts.php:416
58
+ msgid "Submitter URL: "
59
+ msgstr "Gönderen URL'si:"
60
+
61
+ #: user-submitted-posts.php:417
62
+ msgid "Submitter IP: "
63
+ msgstr "Gönderen IP:"
64
+
65
+ #: user-submitted-posts.php:468
66
+ msgid "Show USP Posts"
67
+ msgstr "USP Mesajları Göstermek"
68
+
69
+ #: user-submitted-posts.php:469
70
+ msgid "USP"
71
+ msgstr "USP"
72
+
73
+ #: user-submitted-posts.php:1103
74
+ msgid " files required"
75
+ msgstr " Gerekli dosyalar"
76
+
77
+ #: user-submitted-posts.php:1104
78
+ msgid " file required"
79
+ msgstr " Dosya gerekli"
80
+
81
+ #: user-submitted-posts.php:1106
82
+ msgid " files"
83
+ msgstr " dosyalar"
84
+
85
+ #: user-submitted-posts.php:1107
86
+ msgid " file"
87
+ msgstr " dosya"
88
+
89
+ #: user-submitted-posts.php:1109 user-submitted-posts.php:1110
90
+ #: user-submitted-posts.php:1111 user-submitted-posts.php:1112
91
+ msgid " pixels"
92
+ msgstr " piksel"
93
+
94
+ #: user-submitted-posts.php:1115
95
+ msgid "An error occurred. Please go back and try again."
96
+ msgstr "Bir hata oluştu. Lütfen geri dönün ve tekrar deneyin."
97
+
98
+ #: user-submitted-posts.php:1125
99
+ msgid "User login required"
100
+ msgstr "Kullanıcı girişi gerekli"
101
+
102
+ #: user-submitted-posts.php:1126
103
+ msgid "User name required"
104
+ msgstr "Kullanıcı adı gerekli"
105
+
106
+ #: user-submitted-posts.php:1127
107
+ msgid "Post title required"
108
+ msgstr "İlan başlığı gerekli"
109
+
110
+ #: user-submitted-posts.php:1128
111
+ msgid "User URL required"
112
+ msgstr "Kullanıcı URL'si gerekli"
113
+
114
+ #: user-submitted-posts.php:1129
115
+ msgid "Post tags required"
116
+ msgstr "Post etiketleri gerekli"
117
+
118
+ #: user-submitted-posts.php:1130
119
+ msgid "Post category required"
120
+ msgstr "Yayın kategorisi gerekli"
121
+
122
+ #: user-submitted-posts.php:1131
123
+ msgid "Post content required"
124
+ msgstr "İlan içeriği gerekli"
125
+
126
+ #: user-submitted-posts.php:1132 user-submitted-posts.php:1133
127
+ msgid "Correct captcha required"
128
+ msgstr "Doğru captcha gerekli"
129
+
130
+ #: user-submitted-posts.php:1134
131
+ msgid "User email required"
132
+ msgstr "Kullanıcı e-postası gerekiyor"
133
+
134
+ #: user-submitted-posts.php:1135
135
+ msgid "Please check your email and try again"
136
+ msgstr "Lütfen e-postanızı kontrol edin ve tekrar deneyin"
137
+
138
+ #: user-submitted-posts.php:1136
139
+ msgid "Non-empty value for hidden field"
140
+ msgstr "Gizli alan için boş olmayan değer"
141
+
142
+ #: user-submitted-posts.php:1137
143
+ msgid "Minimum number of images not met"
144
+ msgstr "Karşılaşılmamış minimum görüntü sayısı"
145
+
146
+ #: user-submitted-posts.php:1138
147
+ msgid "Maximum number of images exceeded "
148
+ msgstr "Maksimum görüntü sayısı aşıldı"
149
+
150
+ #: user-submitted-posts.php:1139
151
+ msgid "Minimum image width not met"
152
+ msgstr "Minimum görüntü genişliği karşılanmadı"
153
+
154
+ #: user-submitted-posts.php:1140
155
+ msgid "Image width exceeds maximum"
156
+ msgstr "Görüntü genişliği maksimumu aşıyor"
157
+
158
+ #: user-submitted-posts.php:1141
159
+ msgid "Minimum image height not met"
160
+ msgstr "Minimum görüntü yüksekliği karşılanmadı"
161
+
162
+ #: user-submitted-posts.php:1142
163
+ msgid "Image height exceeds maximum"
164
+ msgstr "Görüntü yüksekliği maksimumu aşıyor"
165
+
166
+ #: user-submitted-posts.php:1143
167
+ msgid "File type not allowed (please upload images only)"
168
+ msgstr "Dosya türü izin verilmedi (lütfen yalnızca resim yükleyin)"
169
+
170
+ #: user-submitted-posts.php:1147
171
+ msgid "Error uploading file. Please check the file size and try again."
172
+ msgstr ""
173
+ "Dosya yüklenirken hata oluştu. Lütfen dosya boyutunu kontrol edin ve tekrar "
174
+ "deneyin."
175
+
176
+ #: user-submitted-posts.php:1151
177
+ msgid "The file(s) could not be uploaded"
178
+ msgstr "Dosya (lar) yüklenemedi"
179
+
180
+ #: user-submitted-posts.php:1153
181
+ msgid "Post not created. Please contact the site administrator for help."
182
+ msgstr "Yazı oluşturulmadı. Lütfen yardım için site yöneticisine başvurun."
183
+
184
+ #: user-submitted-posts.php:1154
185
+ msgid "Duplicate post title. Please try again."
186
+ msgstr "Yayın başlığını çoğaltın. Lütfen tekrar deneyin."
187
+
188
+ #: user-submitted-posts.php:1164
189
+ msgid "Error: "
190
+ msgstr "Hata:"
191
+
192
+ #: user-submitted-posts.php:1190
193
+ msgid "Return to form"
194
+ msgstr "Forma dön"
195
+
196
+ #: user-submitted-posts.php:1218 library/plugin-settings.php:658
197
+ msgid "Please"
198
+ msgstr "Lütfen"
199
+
200
+ #: user-submitted-posts.php:1219
201
+ msgid "log in"
202
+ msgstr "oturum aç"
203
+
204
+ #: user-submitted-posts.php:1220
205
+ msgid "to submit content!"
206
+ msgstr "Içerik göndermek!"
207
+
208
+ #: views/submission-form.php:45 views/submission-form-alt.php:54
209
+ msgid "Please complete the required fields."
210
+ msgstr "Lütfen gerekli alanları doldurun."
211
+
212
+ #: views/submission-form.php:55 views/submission-form.php:56
213
+ #: views/submission-form-alt.php:60 views/submission-form-alt.php:61
214
+ msgid "Your Name"
215
+ msgstr "Adınız"
216
+
217
+ #: views/submission-form.php:61 views/submission-form.php:62
218
+ #: views/submission-form-alt.php:66 views/submission-form-alt.php:67
219
+ msgid "Your URL"
220
+ msgstr "URL'niz"
221
+
222
+ #: views/submission-form.php:67 views/submission-form.php:68
223
+ #: views/submission-form-alt.php:72 views/submission-form-alt.php:73
224
+ msgid "Your Email"
225
+ msgstr "E-posta adresiniz"
226
+
227
+ #: views/submission-form.php:73 views/submission-form.php:74
228
+ #: views/submission-form-alt.php:78 views/submission-form-alt.php:79
229
+ #: library/plugin-settings.php:747
230
+ msgid "Post Title"
231
+ msgstr "Yazı başlığı"
232
+
233
+ #: views/submission-form.php:79 views/submission-form.php:80
234
+ #: views/submission-form-alt.php:84 views/submission-form-alt.php:85
235
+ #: library/plugin-settings.php:757
236
+ msgid "Post Tags"
237
+ msgstr "Etiketleri Gönder"
238
+
239
+ #: views/submission-form.php:86 views/submission-form-alt.php:91
240
+ msgid "Antispam Question"
241
+ msgstr "İstenmeyen Posta Sorunu Sorunu"
242
+
243
+ #: views/submission-form.php:91 views/submission-form-alt.php:96
244
+ #: library/plugin-settings.php:767
245
+ msgid "Post Category"
246
+ msgstr "Gönderi Kategorisi"
247
+
248
+ #: views/submission-form.php:93 views/submission-form-alt.php:98
249
+ msgid "Please select a category.."
250
+ msgstr "Lütfen bir kategori seçin .."
251
+
252
+ #: views/submission-form.php:128 views/submission-form.php:129
253
+ #: views/submission-form-alt.php:133 views/submission-form-alt.php:134
254
+ #: library/plugin-settings.php:777
255
+ msgid "Post Content"
256
+ msgstr "İçerik Gönderme"
257
+
258
+ #: views/submission-form.php:135 views/submission-form-alt.php:140
259
+ msgid "Verification"
260
+ msgstr "Doğrulama"
261
+
262
+ #: views/submission-form.php:142 views/submission-form-alt.php:147
263
+ msgid "Upload an Image"
264
+ msgstr "Resim Yükle"
265
+
266
+ #: views/submission-form.php:151 views/submission-form-alt.php:156
267
+ msgid "Add another image"
268
+ msgstr "Başka bir resim ekle"
269
+
270
+ #: views/submission-form.php:173 views/submission-form-alt.php:178
271
+ msgid "Human verification: leave this field empty."
272
+ msgstr "İnsan doğrulaması: bu alanı boş bırakın."
273
+
274
+ #: views/submission-form.php:195 views/submission-form-alt.php:200
275
+ msgid "Submit Post"
276
+ msgstr "Gönder"
277
+
278
+ #: library/plugin-settings.php:32
279
+ msgid "Get USP Pro for unlimited forms!"
280
+ msgstr "Sınırsız formlar için USP Pro'yu edinin!"
281
+
282
+ #: library/plugin-settings.php:33
283
+ msgid "Go Pro"
284
+ msgstr "Git Pro"
285
+
286
+ #: library/plugin-settings.php:37
287
+ msgid "Settings"
288
+ msgstr "Ayarlar"
289
+
290
+ #: library/plugin-settings.php:55
291
+ msgid "Give USP a 5-star rating at WordPress.org"
292
+ msgstr "USP'ye WordPress.org'da 5 yıldızlı bir puan verin"
293
+
294
+ #: library/plugin-settings.php:56
295
+ msgid "Rate this plugin&nbsp;&raquo;"
296
+ msgstr "Bu eklentiyi oyla&nbsp;&raquo;"
297
+
298
+ #: library/plugin-settings.php:115
299
+ msgid "WP Post (recommended)"
300
+ msgstr "WP Post (önerilir)"
301
+
302
+ #: library/plugin-settings.php:119
303
+ msgid "WP Page"
304
+ msgstr "WP Sayfa"
305
+
306
+ #: library/plugin-settings.php:135
307
+ msgid "HTML5 Form + Default CSS"
308
+ msgstr "HTML5 Formu + Varsayılan CSS"
309
+
310
+ #: library/plugin-settings.php:135
311
+ msgid "(Recommended)"
312
+ msgstr "(Tavsiye edilen)"
313
+
314
+ #: library/plugin-settings.php:139
315
+ msgid "HTML5 Form + Disable CSS"
316
+ msgstr "HTML5 Formu + CSS'yi Devre Dışı Bırak"
317
+
318
+ #: library/plugin-settings.php:139
319
+ msgid "(Provide your own styles)"
320
+ msgstr "(Kendi stillerinizi sunun)"
321
+
322
+ #: library/plugin-settings.php:143
323
+ msgid "Custom Form + Custom CSS"
324
+ msgstr "Özel Form + Özel CSS"
325
+
326
+ #: library/plugin-settings.php:143
327
+ msgid "(Provide your own form template &amp; styles)"
328
+ msgstr "(Kendi form şablonunu ve stillerini sağla)"
329
+
330
+ #: library/plugin-settings.php:159 library/plugin-settings.php:183
331
+ #: library/plugin-settings.php:206
332
+ msgid "Auto-display before post content"
333
+ msgstr "İçerik yayınlamadan önce otomatik görüntüleme"
334
+
335
+ #: library/plugin-settings.php:163 library/plugin-settings.php:187
336
+ #: library/plugin-settings.php:210
337
+ msgid "Auto-display after post content"
338
+ msgstr "İçerik sonrası otomatik görüntü"
339
+
340
+ #: library/plugin-settings.php:167
341
+ msgid "Do not auto-display submitted images"
342
+ msgstr "Gönderilen resimleri otomatik olarak gösterme"
343
+
344
+ #: library/plugin-settings.php:191
345
+ msgid "Do not auto-display submitted email"
346
+ msgstr "Gönderilen e-postayı otomatik olarak gösterme"
347
+
348
+ #: library/plugin-settings.php:214
349
+ msgid "Do not auto-display submitted URL"
350
+ msgstr "Gönderilen URL'yi otomatik olarak gösterme"
351
+
352
+ #: library/plugin-settings.php:367
353
+ msgid ""
354
+ "There was an error. Please ensure that you have added a title, some content, "
355
+ "and that you have uploaded only images."
356
+ msgstr ""
357
+ "Bir hata oluştu. Lütfen bir başlık, bazı içerik eklediğinizden ve yalnızca "
358
+ "resim yüklediğinizden emin olun."
359
+
360
+ #: library/plugin-settings.php:381
361
+ msgid "Please select your image(s) to upload."
362
+ msgstr "Lütfen yüklemek için resim (lerinizi) seçin."
363
+
364
+ #: library/plugin-settings.php:387
365
+ msgid "Success! Thank you for your submission."
366
+ msgstr "Başarı! Göndermeniz için teşekkür ederiz."
367
+
368
+ #: library/plugin-settings.php:413
369
+ msgid "Email"
370
+ msgstr "E-posta"
371
+
372
+ #: library/plugin-settings.php:414
373
+ msgid "URL"
374
+ msgstr "URL"
375
+
376
+ #: library/plugin-settings.php:645
377
+ msgid "Toggle all panels"
378
+ msgstr "Tüm panelleri aç / kapat"
379
+
380
+ #: library/plugin-settings.php:654
381
+ msgid "We need your support!"
382
+ msgstr "Desteğinize ihtiyacımız var!"
383
+
384
+ #: library/plugin-settings.php:658
385
+ msgid "Make a donation via PayPal"
386
+ msgstr "PayPal ile bağış yapın"
387
+
388
+ #: library/plugin-settings.php:658
389
+ msgid "make a donation"
390
+ msgstr "Bağış yap"
391
+
392
+ #: library/plugin-settings.php:658
393
+ msgid "and/or"
394
+ msgstr "ve / veya"
395
+
396
+ #: library/plugin-settings.php:659
397
+ msgid "Rate and review at the Plugin Directory"
398
+ msgstr "Eklenti Dizini'nde puanlama ve gözden geçirme"
399
+
400
+ #: library/plugin-settings.php:660
401
+ msgid "give this plugin a 5-star rating"
402
+ msgstr "Bu eklentiye 5 yıldızlı rating ver"
403
+
404
+ #: library/plugin-settings.php:664
405
+ msgid ""
406
+ "Your generous support enables continued development of this free plugin. "
407
+ "Thank you!"
408
+ msgstr ""
409
+ "Cömert desteğiniz bu ücretsiz eklentinin geliştirilmesini sağlar. Teşekkür "
410
+ "ederim!"
411
+
412
+ #: library/plugin-settings.php:669
413
+ msgid "Check this box if you have shown support"
414
+ msgstr "Desteği gösterdiyseniz bu kutuyu işaretleyin"
415
+
416
+ #: library/plugin-settings.php:678
417
+ msgid "Overview"
418
+ msgstr "genel bakış"
419
+
420
+ #: library/plugin-settings.php:682
421
+ msgid ""
422
+ "enables your visitors to submit posts and upload images from the front-end "
423
+ "of your site. "
424
+ msgstr ""
425
+ "Ziyaretçilerinizin sitenizin ön ucundan mesajlar göndermesine ve resim "
426
+ "yüklemesine olanak tanır."
427
+
428
+ #: library/plugin-settings.php:683
429
+ msgid "For advanced functionality and unlimited forms, check out"
430
+ msgstr "Gelişmiş işlevler ve sınırsız formlar için check out"
431
+
432
+ #: library/plugin-settings.php:684
433
+ msgid "&mdash; the ultimate solution for user-generated content."
434
+ msgstr "- kullanıcı tarafından oluşturulan içerik için en iyi çözüm."
435
+
436
+ #: library/plugin-settings.php:688 library/plugin-settings.php:706
437
+ msgid "Plugin Settings"
438
+ msgstr "Eklenti Ayarları"
439
+
440
+ #: library/plugin-settings.php:689
441
+ msgid "Display the form"
442
+ msgstr "Formu görüntüleme"
443
+
444
+ #: library/plugin-settings.php:690 library/plugin-settings.php:1243
445
+ msgid "Plugin Homepage"
446
+ msgstr "Eklenti Anasayfası"
447
+
448
+ #: library/plugin-settings.php:693
449
+ msgid "If you like this plugin, please"
450
+ msgstr "Bu eklentiyi beğendiyseniz lütfen"
451
+
452
+ #: library/plugin-settings.php:694
453
+ msgid "THANK YOU for your support!"
454
+ msgstr "Desteğin için teşekkürler!"
455
+
456
+ #: library/plugin-settings.php:694
457
+ msgid "give it a 5-star rating"
458
+ msgstr "Ona 5 yıldızlı derecelendirme ver"
459
+
460
+ #: library/plugin-settings.php:698
461
+ msgid "Unlimited front-end forms"
462
+ msgstr "Sınırsız ön uç formları"
463
+
464
+ #: library/plugin-settings.php:698
465
+ msgid "Get USP Pro"
466
+ msgstr "USP Pro'yu edinin"
467
+
468
+ #: library/plugin-settings.php:710
469
+ msgid "Configure your settings for User Submitted Posts."
470
+ msgstr "Kullanıcı Gönderilen Mesajlar için ayarlarınızı yapılandırın."
471
+
472
+ #: library/plugin-settings.php:712
473
+ msgid "Form Fields"
474
+ msgstr "Form Alanları"
475
+
476
+ #: library/plugin-settings.php:717
477
+ msgid "User Name"
478
+ msgstr "Kullanıcı adı"
479
+
480
+ #: library/plugin-settings.php:720 library/plugin-settings.php:730
481
+ #: library/plugin-settings.php:740 library/plugin-settings.php:750
482
+ #: library/plugin-settings.php:760 library/plugin-settings.php:770
483
+ #: library/plugin-settings.php:780 library/plugin-settings.php:790
484
+ #: library/plugin-settings.php:800
485
+ msgid "Display and require"
486
+ msgstr "Görüntüle ve talep et"
487
+
488
+ #: library/plugin-settings.php:721 library/plugin-settings.php:731
489
+ #: library/plugin-settings.php:741 library/plugin-settings.php:751
490
+ #: library/plugin-settings.php:761 library/plugin-settings.php:771
491
+ #: library/plugin-settings.php:781
492
+ msgid "Display but do not require"
493
+ msgstr "Görüntüleme, ancak gerektirmez"
494
+
495
+ #: library/plugin-settings.php:722 library/plugin-settings.php:732
496
+ #: library/plugin-settings.php:742 library/plugin-settings.php:752
497
+ #: library/plugin-settings.php:762 library/plugin-settings.php:772
498
+ #: library/plugin-settings.php:782 library/plugin-settings.php:791
499
+ #: library/plugin-settings.php:801
500
+ msgid "Disable this field"
501
+ msgstr "Bu alanı devre dışı bırak"
502
+
503
+ #: library/plugin-settings.php:727
504
+ msgid "User Email"
505
+ msgstr "Kullanıcı E-postası"
506
+
507
+ #: library/plugin-settings.php:737
508
+ msgid "User URL"
509
+ msgstr "Kullanıcı URL'si"
510
+
511
+ #: library/plugin-settings.php:787 library/plugin-settings.php:793
512
+ #: library/plugin-settings.php:999 library/plugin-settings.php:1004
513
+ msgid "Challenge Question"
514
+ msgstr "Yarışma sorusu"
515
+
516
+ #: library/plugin-settings.php:793 library/plugin-settings.php:803
517
+ #: library/plugin-settings.php:813
518
+ msgid "(Visit"
519
+ msgstr "(Ziyaret etmek"
520
+
521
+ #: library/plugin-settings.php:793 library/plugin-settings.php:803
522
+ #: library/plugin-settings.php:813
523
+ msgid "to configure options)"
524
+ msgstr "Seçenekleri yapılandırmak için)"
525
+
526
+ #: library/plugin-settings.php:797 library/plugin-settings.php:803
527
+ #: library/plugin-settings.php:1021
528
+ msgid "Google reCAPTCHA"
529
+ msgstr "Google reCAPTCHA"
530
+
531
+ #: library/plugin-settings.php:807
532
+ msgid "Post Images"
533
+ msgstr "Post Görüntüler"
534
+
535
+ #: library/plugin-settings.php:810
536
+ msgid "Display"
537
+ msgstr "ekran"
538
+
539
+ #: library/plugin-settings.php:811
540
+ msgid "Disable"
541
+ msgstr "Devre dışı"
542
+
543
+ #: library/plugin-settings.php:813 library/plugin-settings.php:1080
544
+ msgid "Image Uploads"
545
+ msgstr "Resim Yüklemeleri"
546
+
547
+ #: library/plugin-settings.php:819
548
+ msgid "General Settings"
549
+ msgstr "Genel Ayarlar"
550
+
551
+ #: library/plugin-settings.php:824
552
+ msgid "Form Style"
553
+ msgstr "Form Stili"
554
+
555
+ #: library/plugin-settings.php:829
556
+ msgid "With this option, you can copy the plugin&rsquo;s default templates:"
557
+ msgstr "Bu seçenekle, eklentinin varsayılan şablonlarını kopyalayabilirsiniz:"
558
+
559
+ #: library/plugin-settings.php:834
560
+ msgid "..and upload them into a directory named"
561
+ msgstr "..ve bunları adlı bir dizine yükleyin"
562
+
563
+ #: library/plugin-settings.php:834
564
+ msgid "in your theme:"
565
+ msgstr "Senin temanızda:"
566
+
567
+ #: library/plugin-settings.php:840
568
+ msgid ""
569
+ "That will enable you to customize the form and styles as desired. For more "
570
+ "info, check out the \"Custom Submission Form\" section in the"
571
+ msgstr ""
572
+ "Bu, formu ve stilleri istediğiniz gibi özelleştirebilmenizi sağlayacaktır. "
573
+ "Daha fazla bilgi için, \"Özel Gönderi Formu\" bölümüne göz atın."
574
+
575
+ #: library/plugin-settings.php:841
576
+ msgid "Installation Docs"
577
+ msgstr "Kurulum Dokümanları"
578
+
579
+ #: library/plugin-settings.php:842
580
+ msgid "FYI: here is a"
581
+ msgstr "Bilgin: burada bir"
582
+
583
+ #: library/plugin-settings.php:842
584
+ msgid "list of USP CSS selectors"
585
+ msgstr "USP CSS seçicilerinin listesi"
586
+
587
+ #: library/plugin-settings.php:848
588
+ msgid "Include JavaScript"
589
+ msgstr "JavaScript'i ekle"
590
+
591
+ #: library/plugin-settings.php:850
592
+ msgid ""
593
+ "Check this box if you want to include the external JavaScript files "
594
+ "(recommended)."
595
+ msgstr ""
596
+ "Harici JavaScript dosyalarını eklemek istiyorsanız bu kutuyu işaretleyin "
597
+ "(önerilir)."
598
+
599
+ #: library/plugin-settings.php:853
600
+ msgid "Targeted Loading"
601
+ msgstr "Hedeflenen Yükleme"
602
+
603
+ #: library/plugin-settings.php:855
604
+ msgid ""
605
+ "By default, external CSS &amp; JavaScript files are loaded on every page. "
606
+ "Here you may specify the URL of the USP form to load resources only on that "
607
+ "page. Note: leave blank to load on all pages."
608
+ msgstr ""
609
+ "Varsayılan olarak, harici CSS ve JavaScript dosyaları her sayfada yüklenir. "
610
+ "Burada, kaynakları yalnızca o sayfaya yüklemek için USP formunun URL'sini "
611
+ "belirtebilirsiniz. Not: tüm sayfalara yüklemek için boş bırakın."
612
+
613
+ #: library/plugin-settings.php:858
614
+ msgid "Post Type"
615
+ msgstr "Yazı tipi"
616
+
617
+ #: library/plugin-settings.php:861
618
+ msgid "Submit posts as WP Posts or Pages"
619
+ msgstr "Yazıları WP Mesajları veya Sayfaları gibi gönder"
620
+
621
+ #: library/plugin-settings.php:865
622
+ msgid "Auto Publish"
623
+ msgstr "Otomatik Yayınla"
624
+
625
+ #: library/plugin-settings.php:868
626
+ msgid "Always moderate via Draft"
627
+ msgstr "Taslakla her zaman denetle"
628
+
629
+ #: library/plugin-settings.php:869
630
+ msgid "Always moderate via Pending"
631
+ msgstr "Beklemede olarak her zaman denetle"
632
+
633
+ #: library/plugin-settings.php:870
634
+ msgid "Always publish immediately"
635
+ msgstr "Derhal yayınla"
636
+
637
+ #: library/plugin-settings.php:875
638
+ msgid ""
639
+ "Post Status for submitted posts: moderate (recommended), publish immediately,"
640
+ " or publish after any number of approved posts."
641
+ msgstr ""
642
+ "Gönderme Gönderme Durumları: ılımlı (önerilen), derhal yayınlayın veya "
643
+ "herhangi bir sayıda onaylanmış postanın ardından yayınlayın."
644
+
645
+ #: library/plugin-settings.php:879
646
+ msgid "Redirect URL"
647
+ msgstr "Yönlendirme URL'si"
648
+
649
+ #: library/plugin-settings.php:881
650
+ msgid ""
651
+ "Specify a URL to redirect the user after post-submission. Leave blank to "
652
+ "redirect back to current page."
653
+ msgstr ""
654
+ "Göndermeden sonra kullanıcıyı yeniden yönlendirecek bir URL belirtin. "
655
+ "Geçerli sayfaya yönlendirmek için boş bırakın."
656
+
657
+ #: library/plugin-settings.php:884
658
+ msgid "Success Message"
659
+ msgstr "Başarı Mesajı"
660
+
661
+ #: library/plugin-settings.php:886
662
+ msgid ""
663
+ "Success message that is displayed if post-submission is successful. Basic "
664
+ "markup is allowed."
665
+ msgstr ""
666
+ "Başvuru başarılı olduğunda görüntülenen başarı mesajı. Temel biçimlendirmeye "
667
+ "izin verilir."
668
+
669
+ #: library/plugin-settings.php:889
670
+ msgid "Error Message"
671
+ msgstr "Hata mesajı"
672
+
673
+ #: library/plugin-settings.php:891
674
+ msgid ""
675
+ "General error message that is displayed if post-submission fails. Basic "
676
+ "markup is allowed."
677
+ msgstr ""
678
+ "Gönderi sonrası başarısız olursa görüntülenen genel hata mesajı. Temel "
679
+ "biçimlendirmeye izin verilir."
680
+
681
+ #: library/plugin-settings.php:894
682
+ msgid "Custom Content"
683
+ msgstr "Özel içerik"
684
+
685
+ #: library/plugin-settings.php:896
686
+ msgid ""
687
+ "Custom text/markup to be included before the submission form. Leave blank to "
688
+ "disable."
689
+ msgstr ""
690
+ "Gönderi formundan önce eklenecek özel metin / işaretleme. Devre dışı "
691
+ "bırakmak için boş bırakın."
692
+
693
+ #: library/plugin-settings.php:899
694
+ msgid "Rich Text Editor"
695
+ msgstr "Zengin metin editörü"
696
+
697
+ #: library/plugin-settings.php:901
698
+ msgid ""
699
+ "Check this box if you want to enable WP rich text editing for submitted "
700
+ "posts."
701
+ msgstr ""
702
+ "Gönderilen gönderiler için WP zengin metin düzenlemesini etkinleştirmek "
703
+ "istiyorsanız bu kutuyu işaretleyin."
704
+
705
+ #: library/plugin-settings.php:904
706
+ msgid "Unique Titles"
707
+ msgstr "Benzersiz Başlıklar"
708
+
709
+ #: library/plugin-settings.php:906
710
+ msgid ""
711
+ "Require submitted post titles to be unique (useful for preventing "
712
+ "multiple/duplicate submitted posts)."
713
+ msgstr ""
714
+ "Gönderilen yayın başlıklarının benzersiz olmasını zorunlu kıl (gönderilen "
715
+ "birden çok iletinin önlenmesi için kullanışlıdır)."
716
+
717
+ #: library/plugin-settings.php:909
718
+ msgid "Disable Required"
719
+ msgstr "Devre Dışı Bırak"
720
+
721
+ #: library/plugin-settings.php:911
722
+ msgid ""
723
+ "Disable all required attributes on default form fields (useful for "
724
+ "troubleshooting error messages)."
725
+ msgstr ""
726
+ "Varsayılan form alanlarındaki tüm gerekli öznitelikleri devre dışı bırakın "
727
+ "(hata mesajlarının giderilmesinde yararlıdır)."
728
+
729
+ #: library/plugin-settings.php:914
730
+ msgid "Disable IP Tracking"
731
+ msgstr "IP İzlemeyi Devre Dışı Bırak"
732
+
733
+ #: library/plugin-settings.php:916
734
+ msgid ""
735
+ "By default USP records the IP address with each submitted post. Check this "
736
+ "box to disable all IP tracking."
737
+ msgstr ""
738
+ "Varsayılan olarak, USP, gönderilen her gönderiyle IP adresini kaydeder. Tüm "
739
+ "IP izlemeyi devre dışı bırakmak için bu kutuyu işaretleyin."
740
+
741
+ #: library/plugin-settings.php:919
742
+ msgid "Enable Shortcodes"
743
+ msgstr "Kısa Kodları Etkinleştir"
744
+
745
+ #: library/plugin-settings.php:921
746
+ msgid ""
747
+ "Enable shortcodes in widgets. By default, WordPress does not enable "
748
+ "shortcodes in widgets. "
749
+ msgstr ""
750
+ "Widget'lerdeki kısa kodları etkinleştirin. Varsayılan olarak, WordPress "
751
+ "widget'teki kısa kodları etkinleştirmez."
752
+
753
+ #: library/plugin-settings.php:922
754
+ msgid ""
755
+ "This setting enables any/all shortcodes in widgets (even shortcodes from "
756
+ "other plugins)."
757
+ msgstr ""
758
+ "Bu ayar, widget'teki tüm / tüm kısa kodları (diğer eklentilerdeki kısa "
759
+ "kodları bile) etkinleştirir."
760
+
761
+ #: library/plugin-settings.php:927 library/plugin-settings.php:932
762
+ msgid "Categories"
763
+ msgstr "Kategoriler"
764
+
765
+ #: library/plugin-settings.php:935
766
+ msgid ""
767
+ "Select which categories may be assigned to submitted posts (click to toggle)"
768
+ msgstr ""
769
+ "Gönderilen yayınlara hangi kategorilerin atanabileceğini seçin (geçiş yapmak "
770
+ "için tıklayın)"
771
+
772
+ #: library/plugin-settings.php:952
773
+ msgid "Hidden/Default Category"
774
+ msgstr "Gizli / Varsayılan Kategori"
775
+
776
+ #: library/plugin-settings.php:954
777
+ msgid ""
778
+ "Use a hidden field for the post category. This may be used to specify a "
779
+ "default category when the category field is disabled."
780
+ msgstr ""
781
+ "Yayın kategorisi için gizli bir alan kullanın. Bu, kategori alanı devre dışı "
782
+ "bırakıldığında bir varsayılan kategori belirtmek için kullanılabilir."
783
+
784
+ #: library/plugin-settings.php:957
785
+ msgid "Category ID for Hidden Field"
786
+ msgstr "Gizli Alanın Kategori Kimliği"
787
+
788
+ #: library/plugin-settings.php:959
789
+ msgid ""
790
+ "Specify the ID of the category to use for the &ldquo;Hidden/Default "
791
+ "Category&rdquo; option."
792
+ msgstr ""
793
+ "\"Gizli / Varsayılan Kategori\" seçeneği için kullanılacak kategorinin "
794
+ "kimliğini belirtin."
795
+
796
+ #: library/plugin-settings.php:964
797
+ msgid "Users"
798
+ msgstr "Kullanıcılar"
799
+
800
+ #: library/plugin-settings.php:969
801
+ msgid "Assigned Author"
802
+ msgstr "Atanan Yazar"
803
+
804
+ #: library/plugin-settings.php:978
805
+ msgid ""
806
+ "Specify the user that should be assigned as author for user-submitted posts."
807
+ msgstr ""
808
+ "Kullanıcı tarafından gönderilen yayınlar için yazar olarak atanacak "
809
+ "kullanıcıyı belirtin."
810
+
811
+ #: library/plugin-settings.php:982
812
+ msgid "Registered Username"
813
+ msgstr "Kayıtlı Kullanıcı Adı"
814
+
815
+ #: library/plugin-settings.php:984
816
+ msgid ""
817
+ "Use registered username as post author. Valid when the person submitting the "
818
+ "form is logged in to WordPress."
819
+ msgstr ""
820
+ "Yazar olarak kayıt olunan kullanıcı adını kullan. Form gönderen kişi "
821
+ "WordPress'e giriş yaptığında geçerlidir."
822
+
823
+ #: library/plugin-settings.php:987
824
+ msgid "User Profile URL"
825
+ msgstr "Kullanıcı Profili URL'si"
826
+
827
+ #: library/plugin-settings.php:989
828
+ msgid ""
829
+ "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid "
830
+ "when the person submitting the form is logged in to WordPress."
831
+ msgstr ""
832
+ "Kayıtlı kullanıcının Profil URL'sini URL alanının değeri olarak kullanın. "
833
+ "Form gönderen kişi WordPress'e giriş yaptığında geçerlidir."
834
+
835
+ #: library/plugin-settings.php:992
836
+ msgid "Require User Login"
837
+ msgstr "Kullanıcı Girişini Gerektir"
838
+
839
+ #: library/plugin-settings.php:994
840
+ msgid "Require users to be logged in to WordPress to view/submit the form"
841
+ msgstr ""
842
+ "Kullanıcıların forumu görüntülemek / göndermek için WordPress'e giriş "
843
+ "yapmasını sağlama"
844
+
845
+ #: library/plugin-settings.php:1006
846
+ msgid ""
847
+ "To prevent spam, enter a question that users must answer before submitting "
848
+ "the form."
849
+ msgstr ""
850
+ "İstenmeyen postalardan sakınmak için, kullanıcıların formu göndermeden önce "
851
+ "cevaplamaları gereken bir soru girin."
852
+
853
+ #: library/plugin-settings.php:1009
854
+ msgid "Challenge Response"
855
+ msgstr "Meydan Okuma Tepkisi"
856
+
857
+ #: library/plugin-settings.php:1011
858
+ msgid "Enter the *only* correct answer to the challenge question."
859
+ msgstr "Meydan okuma sorusuna verilen tek doğru cevabı girin."
860
+
861
+ #: library/plugin-settings.php:1014
862
+ msgid "Case-sensitivity"
863
+ msgstr "Vaka-duyarlılık"
864
+
865
+ #: library/plugin-settings.php:1016
866
+ msgid "Check this box if you want the challenge response to be case-sensitive."
867
+ msgstr ""
868
+ "Sorgu yanıtının büyük-küçük harfe duyarlı olmasını istiyorsanız bu kutuyu "
869
+ "işaretleyin."
870
+
871
+ #: library/plugin-settings.php:1022
872
+ msgid "To enable Google reCAPTCHA, enter your public and private keys."
873
+ msgstr ""
874
+ "Google ReCAPTCHA'yı etkinleştirmek için genel ve gizli anahtarlarınızı girin."
875
+
876
+ #: library/plugin-settings.php:1027
877
+ msgid "Public Key"
878
+ msgstr "Genel anahtar"
879
+
880
+ #: library/plugin-settings.php:1029
881
+ msgid "Enter your Public Key"
882
+ msgstr "Genel Anahtarınızı Girin"
883
+
884
+ #: library/plugin-settings.php:1032
885
+ msgid "Private Key"
886
+ msgstr "Özel Anahtar"
887
+
888
+ #: library/plugin-settings.php:1034
889
+ msgid "Enter your Private Key"
890
+ msgstr "Özel Anahtarınızı Girin"
891
+
892
+ #: library/plugin-settings.php:1039
893
+ msgid "Email Alerts"
894
+ msgstr "E-posta Uyarıları"
895
+
896
+ #: library/plugin-settings.php:1044
897
+ msgid "Receive Email Alert"
898
+ msgstr "E-posta Uyarısı Al"
899
+
900
+ #: library/plugin-settings.php:1046
901
+ msgid ""
902
+ "Check this box if you want to be notified via email for new post submissions."
903
+ msgstr ""
904
+ "Yeni posta gönderimleri için e-posta ile bilgilendirilmek istiyorsanız bu "
905
+ "kutuyu işaretleyin."
906
+
907
+ #: library/plugin-settings.php:1049
908
+ msgid "Enable HTML Format"
909
+ msgstr "HTML Formatını Etkinleştir"
910
+
911
+ #: library/plugin-settings.php:1051
912
+ msgid "Check this box to enable HTML format for email alerts."
913
+ msgstr ""
914
+ "E-posta uyarıları için HTML biçimini etkinleştirmek için bu kutuyu "
915
+ "işaretleyin."
916
+
917
+ #: library/plugin-settings.php:1054
918
+ msgid "Email Address for Alerts"
919
+ msgstr "Uyarılar İçin E-posta Adresi"
920
+
921
+ #: library/plugin-settings.php:1056
922
+ msgid ""
923
+ "If you checked the box to receive email alerts, indicate here the address(es)"
924
+ " to which the emails should be sent."
925
+ msgstr ""
926
+ "E-posta uyarılarını almak için kutuyu işaretlediyseniz, burada e-postaların "
927
+ "gönderileceği adresleri belirtin."
928
+
929
+ #: library/plugin-settings.php:1057
930
+ msgid "Multiple recipients may be included using a comma, like so:"
931
+ msgstr "Birden fazla alıcı, virgül kullanarak dahil edilebilir, örneğin:"
932
+
933
+ #: library/plugin-settings.php:1060
934
+ msgid "Email &ldquo;From&rdquo; Address"
935
+ msgstr "\"Gönderen\" Adresinden Adres"
936
+
937
+ #: library/plugin-settings.php:1062
938
+ msgid ""
939
+ "Here you may customize the address(es) used for the &ldquo;From&rdquo; "
940
+ "header (see plugin FAQs for info). "
941
+ msgstr ""
942
+ "Burada \"Kimden\" başlığı için kullanılan adresleri özelleştirebilirsiniz "
943
+ "(bilgi için eklenti SSSlerine bakın)."
944
+
945
+ #: library/plugin-settings.php:1063
946
+ msgid ""
947
+ "If multiple addresses are specified in the previous setting, include an "
948
+ "equal number of &ldquo;From&rdquo; addresses for this setting (in the same "
949
+ "order)."
950
+ msgstr ""
951
+ "Önceki ayarda birden fazla adres belirtilmişse, bu ayara eşit sayıda "
952
+ "\"Kimden\" adresi ekleyin (aynı sırayla)."
953
+
954
+ #: library/plugin-settings.php:1066
955
+ msgid "Email Alert Subject"
956
+ msgstr "E-posta Uyarısı Konusu"
957
+
958
+ #: library/plugin-settings.php:1068
959
+ msgid ""
960
+ "Subject line for email alerts. Leave blank to use the default subject line. "
961
+ "Note: you can use the following variables: "
962
+ msgstr ""
963
+ "E-posta uyarıları için konu satırı. Varsayılan konu satırını kullanmak için "
964
+ "boş bırakın. Not: Aşağıdaki değişkenleri kullanabilirsiniz:"
965
+
966
+ #: library/plugin-settings.php:1072
967
+ msgid "Email Alert Message"
968
+ msgstr "E-posta Uyarı Mesajı"
969
+
970
+ #: library/plugin-settings.php:1074
971
+ msgid ""
972
+ "Message for email alerts. Leave blank to use the default message. Note: you "
973
+ "can use the following variables: "
974
+ msgstr ""
975
+ "E-posta uyarıları için mesaj. Varsayılan mesajı kullanmak için boş bırakın. "
976
+ "Not: Aşağıdaki değişkenleri kullanabilirsiniz:"
977
+
978
+ #: library/plugin-settings.php:1085
979
+ msgid "Featured Image"
980
+ msgstr "Özellikli resim"
981
+
982
+ #: library/plugin-settings.php:1087
983
+ msgid ""
984
+ "Set submitted images as Featured Images. Requires theme support for Featured "
985
+ "Images (aka Post Thumbnails)."
986
+ msgstr ""
987
+ "Gönderilen görüntüleri Öne Çıkanlar olarak ayarlayın. Öne Çıkan Resimler "
988
+ "(diğer bir deyişle Post Thumbnails) için tema desteği gerektirir."
989
+
990
+ #: library/plugin-settings.php:1090
991
+ msgid "Upload Message"
992
+ msgstr "İletiyi Yükle"
993
+
994
+ #: library/plugin-settings.php:1092
995
+ msgid ""
996
+ "Message that appears next to the upload field. Useful for stating your "
997
+ "upload guidelines/policy/etc. Basic markup allowed."
998
+ msgstr ""
999
+ "Yükleme alanının yanında görünen mesaj. Yükleme yönergelerinizi / "
1000
+ "politikanızı / diğerlerini belirlemede kullanışlıdır. Temel biçimlendirmeye "
1001
+ "izin verildi."
1002
+
1003
+ #: library/plugin-settings.php:1095
1004
+ msgid "&ldquo;Add another image&rdquo; link"
1005
+ msgstr "\"Başka resim ekle\" bağlantısı"
1006
+
1007
+ #: library/plugin-settings.php:1097
1008
+ msgid ""
1009
+ "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to "
1010
+ "use the default markup (recommended)."
1011
+ msgstr ""
1012
+ "\"Başka resim ekle\" bağlantısı için özel biçimlendirme. Varsayılan "
1013
+ "biçimlendirmeyi kullanmak için boş bırakın (önerilir)."
1014
+
1015
+ #: library/plugin-settings.php:1100
1016
+ msgid "Minimum number of images"
1017
+ msgstr "Minimum görüntü sayısı"
1018
+
1019
+ #: library/plugin-settings.php:1103
1020
+ msgid "Specify the minimum number of images."
1021
+ msgstr "Minimum görüntü sayısını belirtin."
1022
+
1023
+ #: library/plugin-settings.php:1107
1024
+ msgid "Maximum number of images"
1025
+ msgstr "Maksimum görüntü sayısı"
1026
+
1027
+ #: library/plugin-settings.php:1110
1028
+ msgid "Specify the maximum number of images."
1029
+ msgstr "Maksimum resim sayısını belirtin."
1030
+
1031
+ #: library/plugin-settings.php:1114
1032
+ msgid "Minimum image width"
1033
+ msgstr "Minimum görüntü genişliği"
1034
+
1035
+ #: library/plugin-settings.php:1116
1036
+ msgid "Specify a minimum width (in pixels) for uploaded images."
1037
+ msgstr "Yüklenen resimler için minimum genişliği (piksel cinsinden) belirtin."
1038
+
1039
+ #: library/plugin-settings.php:1119
1040
+ msgid "Minimum image height"
1041
+ msgstr "Minimum görüntü yüksekliği"
1042
+
1043
+ #: library/plugin-settings.php:1121
1044
+ msgid "Specify a minimum height (in pixels) for uploaded images."
1045
+ msgstr "Yüklenen resimler için minimum yüksekliği (piksel cinsinden) belirtin."
1046
+
1047
+ #: library/plugin-settings.php:1124
1048
+ msgid "Maximum image width"
1049
+ msgstr "Maksimum görüntü genişliği"
1050
+
1051
+ #: library/plugin-settings.php:1126
1052
+ msgid "Specify a maximum width (in pixels) for uploaded images."
1053
+ msgstr "Yüklenen resimler için maksimum genişliği (piksel cinsinden) belirtin."
1054
+
1055
+ #: library/plugin-settings.php:1129
1056
+ msgid "Maximum image height"
1057
+ msgstr "Maksimum görüntü yüksekliği"
1058
+
1059
+ #: library/plugin-settings.php:1131
1060
+ msgid "Specify a maximum height (in pixels) for uploaded images."
1061
+ msgstr "Yüklenen resimler için maksimum yükseklik (piksel cinsinden) belirtin."
1062
+
1063
+ #: library/plugin-settings.php:1134
1064
+ msgid "More Options"
1065
+ msgstr "Daha fazla seçenek"
1066
+
1067
+ #: library/plugin-settings.php:1137
1068
+ msgid ""
1069
+ "For more options, like the ability to upload other file types (like PDF, "
1070
+ "Word, Zip, videos, and more), check out"
1071
+ msgstr ""
1072
+ "Diğer dosya türlerini (PDF, Word, Zip, videolar ve daha fazlası gibi) "
1073
+ "yükleme olanağı gibi daha fazla seçenek için check out"
1074
+
1075
+ #: library/plugin-settings.php:1138
1076
+ msgid "Go Pro!"
1077
+ msgstr "Git Pro!"
1078
+
1079
+ #: library/plugin-settings.php:1138
1080
+ msgid "USP Pro"
1081
+ msgstr "USP Pro"
1082
+
1083
+ #: library/plugin-settings.php:1145
1084
+ msgid "Auto-Display Content"
1085
+ msgstr "Otomatik Görüntülenen İçerik"
1086
+
1087
+ #: library/plugin-settings.php:1150
1088
+ msgid "Images Auto-Display"
1089
+ msgstr "Görüntüler Otomatik Ekran"
1090
+
1091
+ #: library/plugin-settings.php:1152
1092
+ msgid "Auto-display user-submitted images:"
1093
+ msgstr "Kullanıcı tarafından gönderilen resimleri otomatik olarak görüntüle:"
1094
+
1095
+ #: library/plugin-settings.php:1157
1096
+ msgid "Image Markup"
1097
+ msgstr "Resim İşaretleme"
1098
+
1099
+ #: library/plugin-settings.php:1159
1100
+ msgid ""
1101
+ "Markup to use for each submitted image (when auto-display is enabled). Can "
1102
+ "use"
1103
+ msgstr ""
1104
+ "Gönderilen her resim için işaretleme (otomatik görüntü etkinleştirildiğinde)."
1105
+ " Kullanabilirsiniz"
1106
+
1107
+ #: library/plugin-settings.php:1161 library/plugin-settings.php:1174
1108
+ #: library/plugin-settings.php:1187
1109
+ msgid "and"
1110
+ msgstr "ve"
1111
+
1112
+ #: library/plugin-settings.php:1164
1113
+ msgid "Email Auto-Display"
1114
+ msgstr "E-posta Otomatik Görüntülü Reklamcılık"
1115
+
1116
+ #: library/plugin-settings.php:1166
1117
+ msgid "Auto-display user-submitted email:"
1118
+ msgstr "Kullanıcı tarafından gönderilen e-postayı otomatik olarak görüntüle:"
1119
+
1120
+ #: library/plugin-settings.php:1171
1121
+ msgid "Email Markup"
1122
+ msgstr "E-posta İşaretleme"
1123
+
1124
+ #: library/plugin-settings.php:1173
1125
+ msgid ""
1126
+ "Markup to use for the submitted email address (when auto-display is enabled)."
1127
+ " Can use"
1128
+ msgstr ""
1129
+ "Gönderilen e-posta adresi için işaretleme (otomatik görüntü etkin olduğunda)."
1130
+ " Kullanabilirsiniz"
1131
+
1132
+ #: library/plugin-settings.php:1177
1133
+ msgid "URL Auto-Display"
1134
+ msgstr "URL Otomatik Görüntülü Reklam"
1135
+
1136
+ #: library/plugin-settings.php:1179
1137
+ msgid "Auto-display user-submitted URL:"
1138
+ msgstr "Kullanıcı tarafından gönderilen URL'yi otomatik olarak görüntüle:"
1139
+
1140
+ #: library/plugin-settings.php:1184
1141
+ msgid "URL Markup"
1142
+ msgstr "URL İşaretleme"
1143
+
1144
+ #: library/plugin-settings.php:1186
1145
+ msgid ""
1146
+ "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1147
+ msgstr ""
1148
+ "Gönderilen URL için işaretleme (otomatik görüntüleme etkinleştirildiğinde). "
1149
+ "Kullanabilirsiniz"
1150
+
1151
+ #: library/plugin-settings.php:1192 library/plugin-settings.php:1210
1152
+ msgid "Save Settings"
1153
+ msgstr "Ayarları kaydet"
1154
+
1155
+ #: library/plugin-settings.php:1197
1156
+ msgid "Restore Defaults"
1157
+ msgstr "Varsayılanları Geri Yükle"
1158
+
1159
+ #: library/plugin-settings.php:1201
1160
+ msgid "Restore default options upon plugin deactivation/reactivation."
1161
+ msgstr ""
1162
+ "Eklenti devre dışı bırakma / yeniden etkinleştirme üzerine varsayılan "
1163
+ "seçenekleri geri yükleyin."
1164
+
1165
+ #: library/plugin-settings.php:1205
1166
+ msgid "Tip:"
1167
+ msgstr "Bahşiş:"
1168
+
1169
+ #: library/plugin-settings.php:1206
1170
+ msgid "leave this option unchecked to remember your settings."
1171
+ msgstr "Bu seçeneği ayarlarınızı hatırlamak için işaretli bırakın."
1172
+
1173
+ #: library/plugin-settings.php:1207
1174
+ msgid ""
1175
+ "Or, to go ahead and restore all default options, check the box, save your "
1176
+ "settings, and then deactivate/reactivate the plugin."
1177
+ msgstr ""
1178
+ "Veya, devam etmek ve tüm varsayılan seçenekleri geri yüklemek için, kutuyu "
1179
+ "işaretleyin, ayarlarınızı kaydedin ve sonra eklentiyi devre dışı bırakın / "
1180
+ "yeniden etkinleştirin."
1181
+
1182
+ #: library/plugin-settings.php:1215
1183
+ msgid "Shortcode &amp; Template Tag"
1184
+ msgstr "Kısa kod ve şablon etiketi"
1185
+
1186
+ #: library/plugin-settings.php:1218
1187
+ msgid ""
1188
+ "To implement USP, first configure the plugin settings, then use the "
1189
+ "shortcode or template to display the form on the front-end as desired."
1190
+ msgstr ""
1191
+ "USP'yi uygulamak için, öncelikle eklenti ayarlarını yapılandırın, sonra "
1192
+ "formun ön ucuna istediğiniz gibi görüntülemek için kısa kodu veya şablonu "
1193
+ "kullanın."
1194
+
1195
+ #: library/plugin-settings.php:1220
1196
+ msgid "Shortcode"
1197
+ msgstr "Kısa kod"
1198
+
1199
+ #: library/plugin-settings.php:1221
1200
+ msgid "Use this shortcode to display the USP Form on any WP Post or Page:"
1201
+ msgstr ""
1202
+ "Herhangi bir WP Post veya Sayfasında USP Formunu görüntülemek için bu kısa "
1203
+ "kodu kullanın:"
1204
+
1205
+ #: library/plugin-settings.php:1224
1206
+ msgid "Template tag"
1207
+ msgstr "Şablon etiketi"
1208
+
1209
+ #: library/plugin-settings.php:1225
1210
+ msgid ""
1211
+ "Use this template tag to display the USP Form anywhere in your theme "
1212
+ "template:"
1213
+ msgstr ""
1214
+ "Tema şablonunuzun herhangi bir yerinde USP Formunu görüntülemek için bu "
1215
+ "şablon etiketini kullanın:"
1216
+
1217
+ #: library/plugin-settings.php:1231
1218
+ msgid "Show Support"
1219
+ msgstr "Destek Göster"
1220
+
1221
+ #: library/plugin-settings.php:1243
1222
+ msgid "by"
1223
+ msgstr "tarafından"
1224
+
1225
+ #: library/plugin-settings.php:1244
1226
+ msgid "Jeff Starr on Twitter"
1227
+ msgstr "Jeff Starr Twitter'da"
1228
+
1229
+ #: library/plugin-settings.php:1245
1230
+ msgid "Obsessive Web Design &amp; Development"
1231
+ msgstr "Obüssif Web Tasarımı ve Geliştirme"
1232
+
1233
+ #: library/plugin-settings.php:1256
1234
+ msgid "Save Preference"
1235
+ msgstr "Tercihi Kaydet"
1236
+
1237
+ #: library/plugin-settings.php:1263
1238
+ msgid ""
1239
+ "Are you sure you want to restore all default options? (this action cannot be "
1240
+ "undone)"
1241
+ msgstr ""
1242
+ "Tüm varsayılan seçenekleri geri yüklemek istediğinizden emin misiniz? (Bu "
1243
+ "işlem geri alınamaz)"
1244
+
1245
+ #: library/template-tags.php:214
1246
+ msgid "View full post"
1247
+ msgstr "Yazının tamamını görüntüle"
1248
+
1249
+ #. Description of the plugin
1250
+ msgid ""
1251
+ "Enables your visitors to submit posts and images from anywhere on your site."
1252
+ msgstr ""
1253
+ "Ziyaretçilerinizden sitenizin herhangi bir yerinden yayınlar ve resimler "
1254
+ "göndermenizi sağlar."
1255
+
1256
+ #. URI of the plugin
1257
+ msgid "https://perishablepress.com/user-submitted-posts/"
1258
+ msgstr "https://perishablepress.com/user-submitted-posts/"
1259
+
1260
+ #. Author of the plugin
1261
+ msgid "Jeff Starr"
1262
+ msgstr "Jeff Starr"
1263
+
1264
+ #. Author URI of the plugin
1265
+ msgid "https://plugin-planet.com/"
1266
+ msgstr "https://plugin-planet.com/"
languages/usp-zh_CN.mo CHANGED
Binary file
languages/usp-zh_CN.po CHANGED
@@ -1,626 +1,1167 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: User Submitted Posts\n"
4
- "POT-Creation-Date: 2014-09-29 15:31-0800\n"
5
- "PO-Revision-Date: 2015-03-08 17:56+0300\n"
6
- "Last-Translator: Jeff Starr <http://perishablepress.com/contact/>\n"
7
- "Language-Team: Monzilla Media <http://perishablepress.com/contact/>\n"
8
- "Language: en\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.6.10\n"
13
- "X-Poedit-KeywordsList: __;_e;_n;_x\n"
14
- "X-Poedit-Basepath: .\n"
15
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-SearchPath-0: ..\n"
18
-
19
- #: ../user-submitted-posts.php:26 ../user-submitted-posts.php:61
20
- msgid "User Submitted Posts"
21
- msgstr ""
22
-
23
- #: ../user-submitted-posts.php:48
24
- msgid "requires WordPress 3.7 or higher, and has been deactivated!"
25
- msgstr "需要 WordPress 3.7 或者更高的版本,并且已激活插件!"
26
-
27
- #: ../user-submitted-posts.php:49
28
- msgid "Please return to the "
29
- msgstr "请返回"
30
-
31
- #: ../user-submitted-posts.php:49
32
- msgid "WordPress Admin area"
33
- msgstr "WordPress 管理区域"
34
-
35
- #: ../user-submitted-posts.php:49
36
- msgid "to upgrade WordPress and try again."
37
- msgstr "升级WordPress 并重试."
38
-
39
- #: ../user-submitted-posts.php:61
40
- msgid "Submitted"
41
- msgstr "已提交"
42
-
43
- #: ../user-submitted-posts.php:128
44
- msgid "An error occurred. Please go back and try again."
45
- msgstr "发生一个错误.请返回并重试."
46
-
47
- #: ../user-submitted-posts.php:294
48
- msgid "USP"
49
- msgstr ""
50
-
51
- #: ../user-submitted-posts.php:474
52
- msgid "Settings"
53
- msgstr "设置"
54
-
55
- #: ../user-submitted-posts.php:512
56
- msgid ""
57
- "There was an error. Please ensure that you have added a title, some content, "
58
- "and that you have uploaded only images."
59
- msgstr "错误.情确认您已添加标题,以及一些类容."
60
-
61
- #: ../user-submitted-posts.php:519 ../user-submitted-posts.php:520
62
- #: ../user-submitted-posts.php:521 ../user-submitted-posts.php:522
63
- #: ../user-submitted-posts.php:523 ../user-submitted-posts.php:530
64
- #: ../user-submitted-posts.php:531
65
- msgid "show"
66
- msgstr "显示"
67
-
68
- #: ../user-submitted-posts.php:524
69
- msgid "hide"
70
- msgstr "隐藏"
71
-
72
- #: ../user-submitted-posts.php:525
73
- msgid "Please select your image(s) to upload."
74
- msgstr "请选择图片上传"
75
-
76
- #: ../user-submitted-posts.php:532
77
- msgid "Success! Thank you for your submission."
78
- msgstr "成功!谢谢提交!"
79
-
80
- #: ../user-submitted-posts.php:555
81
- msgid "HTML5 form + CSS (<small><em>Recommended</em></small>)"
82
- msgstr "HTML5 表单 + CSS (<small><em>建议</em></small>)"
83
-
84
- #: ../user-submitted-posts.php:559
85
- msgid ""
86
- "Custom form + CSS (<small><em>You must provide the template for this "
87
- "option*</em></small>)"
88
- msgstr "自定义表单 + CSS (<small><em>该选项您需要提供模板*</em></small>)"
89
-
90
- #: ../user-submitted-posts.php:563
91
- msgid "Disable stylesheet"
92
- msgstr "禁用style样式"
93
-
94
- #: ../user-submitted-posts.php:751
95
- msgid "Toggle all panels"
96
- msgstr "切换所有面板"
97
-
98
- #: ../user-submitted-posts.php:759
99
- msgid "Overview"
100
- msgstr "概览"
101
-
102
- #: ../user-submitted-posts.php:763
103
- msgid ""
104
- "(USP) enables your visitors to submit posts and upload images from anywhere "
105
- "on your site."
106
- msgstr "(USP) 让您的访客在您网站的任何位置前台发布图片和文章."
107
-
108
- #: ../user-submitted-posts.php:764
109
- msgid ""
110
- "To implement, configure the plugin settings and include the USP form in any "
111
- "post or page via shortcode or anywhere in your theme via template tag."
112
- msgstr "在您主题的任何位置通过简码或者模板标签来实现前端发布功能."
113
-
114
- #: ../user-submitted-posts.php:765
115
- msgid "For more functionality check out"
116
- msgstr "更多功能详见"
117
-
118
- #: ../user-submitted-posts.php:766
119
- msgid "&mdash; the ultimate solution for unlimited front-end forms."
120
- msgstr "&mdash; 无限用户前端发布表单的终极解决方案"
121
-
122
- #: ../user-submitted-posts.php:770
123
- msgid "Configure settings"
124
- msgstr "修改设置"
125
-
126
- #: ../user-submitted-posts.php:771
127
- msgid "Get the shortcode &amp; template tag"
128
- msgstr "获得简码&amp; 模板标签"
129
-
130
- #: ../user-submitted-posts.php:772
131
- msgid "More info:"
132
- msgstr "更多信息:"
133
-
134
- #: ../user-submitted-posts.php:772
135
- msgid "readme.txt"
136
- msgstr ""
137
-
138
- #: ../user-submitted-posts.php:773 ../user-submitted-posts.php:865
139
- msgid "and"
140
- msgstr ""
141
-
142
- #: ../user-submitted-posts.php:773
143
- msgid "homepage"
144
- msgstr "主页"
145
-
146
- #: ../user-submitted-posts.php:774
147
- msgid "If you like USP, please"
148
- msgstr "如果您喜欢USP,请"
149
-
150
- #: ../user-submitted-posts.php:775
151
- msgid "Rate and review this plugin at the WP Plugin Directory"
152
- msgstr "在WP插件目录评价和概览该插件"
153
-
154
- #: ../user-submitted-posts.php:776
155
- msgid "rate it at WordPress.org"
156
- msgstr "在 WordPress.org 评价"
157
-
158
- #: ../user-submitted-posts.php:788
159
- msgid "Options"
160
- msgstr "配置"
161
-
162
- #: ../user-submitted-posts.php:790
163
- msgid ""
164
- "Here you may configure options for USP. See the <code>readme.txt</code> for "
165
- "more information."
166
- msgstr "您可以在这里配置USP选项.可在阅读<code>readme.txt</code> 更多信息."
167
-
168
- #: ../user-submitted-posts.php:791
169
- msgid "Show/Hide Form Fields"
170
- msgstr "显示/隐藏表单区域"
171
-
172
- #: ../user-submitted-posts.php:795 ../user-submitted-posts.php:801
173
- #: ../user-submitted-posts.php:807 ../user-submitted-posts.php:813
174
- #: ../user-submitted-posts.php:819 ../user-submitted-posts.php:825
175
- #: ../user-submitted-posts.php:831 ../user-submitted-posts.php:837
176
- msgid "Show"
177
- msgstr "显示"
178
-
179
- #: ../user-submitted-posts.php:796 ../user-submitted-posts.php:802
180
- #: ../user-submitted-posts.php:808 ../user-submitted-posts.php:814
181
- #: ../user-submitted-posts.php:820 ../user-submitted-posts.php:826
182
- #: ../user-submitted-posts.php:832 ../user-submitted-posts.php:838
183
- msgid "Hide"
184
- msgstr "隐藏"
185
-
186
- #: ../user-submitted-posts.php:797
187
- msgid "User Name"
188
- msgstr "用户名"
189
-
190
- #: ../user-submitted-posts.php:803
191
- msgid "Post URL"
192
- msgstr "发表链接"
193
-
194
- #: ../user-submitted-posts.php:809 ../views/submission-form.php:47
195
- #: ../views/submission-form.php:48
196
- msgid "Post Title"
197
- msgstr "发表标题"
198
-
199
- #: ../user-submitted-posts.php:815 ../views/submission-form.php:52
200
- #: ../views/submission-form.php:53
201
- msgid "Post Tags"
202
- msgstr "发表标签"
203
-
204
- #: ../user-submitted-posts.php:821 ../views/submission-form.php:62
205
- msgid "Post Category"
206
- msgstr "发表目录"
207
-
208
- #: ../user-submitted-posts.php:827 ../views/submission-form.php:91
209
- #: ../views/submission-form.php:92
210
- msgid "Post Content"
211
- msgstr "发表类容"
212
-
213
- #: ../user-submitted-posts.php:833
214
- msgid "Post Images"
215
- msgstr "发表图片"
216
-
217
- #: ../user-submitted-posts.php:839
218
- msgid "Challenge question (Captcha)"
219
- msgstr "验证问题(验证码)"
220
-
221
- #: ../user-submitted-posts.php:842
222
- msgid "General Form Options"
223
- msgstr "常规表单设置"
224
-
225
- #: ../user-submitted-posts.php:846
226
- msgid "Form style"
227
- msgstr "表单风格"
228
-
229
- #: ../user-submitted-posts.php:864
230
- msgid ""
231
- "* If &ldquo;Custom&rdquo; is selected, you must upload your own template "
232
- "files,"
233
- msgstr "* 如果 &ldquo;自定义&rdquo;已选择, 您必须上传自己的模板,"
234
-
235
- #: ../user-submitted-posts.php:866
236
- msgid "Note: list of CSS selectors available at "
237
- msgstr "注意: CSS选择符列表"
238
-
239
- #: ../user-submitted-posts.php:866
240
- msgid "CSS selectors for User Submitted Posts"
241
- msgstr "User Submitted Posts的 CSS 选择符"
242
-
243
- #: ../user-submitted-posts.php:871
244
- msgid "Include JavaScript?"
245
- msgstr "使用JavaScript?"
246
-
247
- #: ../user-submitted-posts.php:873
248
- msgid ""
249
- "Check this box if you want to include the external JavaScript files "
250
- "(recommended)."
251
- msgstr "勾选如果您想使用外部JavaScript 文件(推荐)."
252
-
253
- #: ../user-submitted-posts.php:876
254
- msgid "Targeted Loading"
255
- msgstr "目标载入中"
256
-
257
- #: ../user-submitted-posts.php:878
258
- msgid ""
259
- "When enabled, external CSS &amp; JavaScript files are loaded on every page. "
260
- "Here you may specify the URL of the USP form to load resources only on that "
261
- "page. Note: leave blank to load on all pages."
262
- msgstr ""
263
- "当启用时外部CSS &amp; JavaScript 文件会在每一个页面加载.您可以为USP表单指定一"
264
- "个页面,资源都会从该页面加载.注意: 留空白代表每一个页面都加载."
265
-
266
- #: ../user-submitted-posts.php:881
267
- msgid "Categories"
268
- msgstr "分类"
269
-
270
- #: ../user-submitted-posts.php:894
271
- msgid "Select which categories may be assigned to submitted posts."
272
- msgstr "选择可以发表的分类"
273
-
274
- #: ../user-submitted-posts.php:898
275
- msgid "Assigned Author"
276
- msgstr "指派作者"
277
-
278
- #: ../user-submitted-posts.php:908
279
- msgid ""
280
- "Specify the user that should be assigned as author for user-submitted posts."
281
- msgstr "指定一个用户作为发布文章的作者"
282
-
283
- #: ../user-submitted-posts.php:912
284
- msgid "Auto Publish?"
285
- msgstr "自动发布?"
286
-
287
- #: ../user-submitted-posts.php:915
288
- msgid "Always moderate"
289
- msgstr "总是需要审核"
290
-
291
- #: ../user-submitted-posts.php:916
292
- msgid "Always publish immediately"
293
- msgstr "总是立即发布"
294
-
295
- #: ../user-submitted-posts.php:921
296
- msgid ""
297
- "For submitted posts, you can always moderate (recommended), publish "
298
- "immediately, or publish after any number of approved posts."
299
- msgstr "已提交的文章,您可以随时审核 (建议),立刻发表, 或者在审核几篇文章后发布."
300
-
301
- #: ../user-submitted-posts.php:925
302
- msgid "Receive Email Alert"
303
- msgstr "接收邮件通知"
304
-
305
- #: ../user-submitted-posts.php:927
306
- msgid ""
307
- "Check this box if you want to be notified via email for new post submissions."
308
- msgstr "勾选可通过邮箱接收新发布通知."
309
-
310
- #: ../user-submitted-posts.php:930
311
- msgid "Enable Rich Text Editor"
312
- msgstr "启用富文本编辑框"
313
-
314
- #: ../user-submitted-posts.php:932
315
- msgid ""
316
- "Check this box if you want to enable WP rich text editing for submitted "
317
- "posts."
318
- msgstr "勾选启用富文本编辑框."
319
-
320
- #: ../user-submitted-posts.php:935
321
- msgid "Set Uploaded Image as Featured Image"
322
- msgstr "选择已上传图片作为特色图"
323
-
324
- #: ../user-submitted-posts.php:937
325
- msgid ""
326
- "Check this box if you want to set submitted images as Featured Images (aka "
327
- "Post Thumbnails) for posts. \n"
328
- "\t\t\t\t\t\t\t\t\t\t\tNote: your theme&rsquo;s single.php file must include"
329
- msgstr ""
330
- "如果您想使用特色图请勾选该框(发布时的缩略图). \n"
331
- "\t\t\t\t\t\t\t\t\t\t\t注意: 您的主题&rsquo;的 single.php 文件必须存在"
332
-
333
- #: ../user-submitted-posts.php:938
334
- msgid "to display Featured Images."
335
- msgstr "显示特色图"
336
-
337
- #: ../user-submitted-posts.php:941
338
- msgid "Email Address for Alerts"
339
- msgstr "邮箱地址"
340
-
341
- #: ../user-submitted-posts.php:943
342
- msgid ""
343
- "If you checked the box to receive email alerts, indicate here the "
344
- "address(es) to which the emails should be sent."
345
- msgstr "如果你勾选该选项来接收邮件提醒,在这指定邮箱地址."
346
-
347
- #: ../user-submitted-posts.php:944
348
- msgid "Tip: multiple addresses may be included using a comma, like so:"
349
- msgstr "帮助:多个地址可以用逗号隔开,例如:"
350
-
351
- #: ../user-submitted-posts.php:947
352
- msgid "Redirect URL"
353
- msgstr "跳转链接"
354
-
355
- #: ../user-submitted-posts.php:949
356
- msgid ""
357
- "Specify a URL to redirect the user after post-submission. Note: leave blank "
358
- "to redirect back to current page."
359
- msgstr "指定发布成功后的跳转链接.注意:留空白跳转为当前页."
360
-
361
- #: ../user-submitted-posts.php:952
362
- msgid "Success Message"
363
- msgstr "成功信息"
364
-
365
- #: ../user-submitted-posts.php:954
366
- msgid ""
367
- "This is the success message that is displayed if post-submission is "
368
- "successful."
369
- msgstr "这是发布成功时显示的信息"
370
-
371
- #: ../user-submitted-posts.php:957
372
- msgid "Error Message"
373
- msgstr "错误信息"
374
-
375
- #: ../user-submitted-posts.php:959
376
- msgid "This is the error message that is displayed if post-submission fails."
377
- msgstr "这是发布失败时显示的错误信息"
378
-
379
- #: ../user-submitted-posts.php:962
380
- msgid "Custom Content"
381
- msgstr "自定义类容"
382
-
383
- #: ../user-submitted-posts.php:964
384
- msgid ""
385
- "Here you may specify custom text/markup to be included before the submission "
386
- "form. Note: leave blank to disable."
387
- msgstr " 您可以自定义发表前被包括的文字/标记.注意:留空白来禁用. "
388
-
389
- #: ../user-submitted-posts.php:968
390
- msgid "Registered User Info"
391
- msgstr "已注册用户信息"
392
-
393
- #: ../user-submitted-posts.php:972
394
- msgid "Use registered username for author?"
395
- msgstr "使用用已注册户名作为作者?"
396
-
397
- #: ../user-submitted-posts.php:974
398
- msgid ""
399
- "Check this box if you want to automatically use the registered username as "
400
- "the submitted-post author. Note: this really should only be used when "
401
- "requiring log-in for submissions."
402
- msgstr ""
403
- "勾选如果您想自动使用已注册用户的名字作为发布文章的作者名.注意:这个功能只有在"
404
- "需要登录发表时才有必要使用."
405
-
406
- #: ../user-submitted-posts.php:977
407
- msgid "Use registered URL for submitted URL?"
408
- msgstr "使用已注册的URL作为已发表的URL"
409
-
410
- #: ../user-submitted-posts.php:979
411
- msgid ""
412
- "Check this box if you want to automatically use the registered user&rsquo;s "
413
- "specified URL as the submitted-post URL. Note: this really should only be "
414
- "used when requiring log-in for submissions."
415
- msgstr ""
416
- "勾选如果您想自动使用注册用户&rsquo;的指定URL作为发布文章的URL.注意:这个功能只"
417
- "有在需要登录发表时才有必要使用."
418
-
419
- #: ../user-submitted-posts.php:982
420
- msgid "Use a hidden field for submitted category?"
421
- msgstr "使用隐藏分类?"
422
-
423
- #: ../user-submitted-posts.php:984
424
- msgid ""
425
- "Check this box if you want to use a hidden category field for the submitted "
426
- "category. Note: this may be used to specify a default category for submitted "
427
- "posts when the category field is hidden."
428
- msgstr "如果您想使用隐藏分类请勾选该.注意:"
429
-
430
- #: ../user-submitted-posts.php:987
431
- msgid "Category ID for hidden field"
432
- msgstr "隐藏区域分类ID"
433
-
434
- #: ../user-submitted-posts.php:989
435
- msgid ""
436
- "Specify a cateogry (ID) to use as the default category when using the &ldquo;"
437
- "hidden field&rdquo; option."
438
- msgstr "指定当使用&ldquo时的目录 (ID) ;隐藏区域&rdquo; 选项."
439
-
440
- #: ../user-submitted-posts.php:993
441
- msgid "Challenge Question (Captcha)"
442
- msgstr "验证问题 (验证码)"
443
-
444
- #: ../user-submitted-posts.php:997
445
- msgid "Challenge Question"
446
- msgstr "验证问题"
447
-
448
- #: ../user-submitted-posts.php:999
449
- msgid ""
450
- "To prevent spam, enter a question that users must answer before submitting "
451
- "the form."
452
- msgstr "填写一个用户必须回答的问题来阻止垃圾信息."
453
-
454
- #: ../user-submitted-posts.php:1002
455
- msgid "Challenge Response"
456
- msgstr "验证信息"
457
-
458
- #: ../user-submitted-posts.php:1004
459
- msgid "Enter the <em>only</em> correct answer to the challenge question."
460
- msgstr "填写 <em>唯一</em> 正确的答案."
461
-
462
- #: ../user-submitted-posts.php:1007
463
- msgid "Case-sensitivity"
464
- msgstr "大小写敏感性"
465
-
466
- #: ../user-submitted-posts.php:1009
467
- msgid "Check this box if you want the challenge response to be case-sensitive."
468
- msgstr "勾选让验证信息区分大小写"
469
-
470
- #: ../user-submitted-posts.php:1013
471
- msgid "Image Uploads"
472
- msgstr "图片上传"
473
-
474
- #: ../user-submitted-posts.php:1017
475
- msgid "Upload Message"
476
- msgstr "上传区域信息"
477
-
478
- #: ../user-submitted-posts.php:1019
479
- msgid ""
480
- "This is the message that appears next to upload field. Useful to state your "
481
- "upload guidelines/rules/etc."
482
- msgstr "这条信息可以显示在上传区域.适用于上传规则/帮助/介绍等."
483
-
484
- #: ../user-submitted-posts.php:1022
485
- msgid "&ldquo;Add another image&rdquo; link"
486
- msgstr "&ldquo;添加新的图片&rdquo; 链接"
487
-
488
- #: ../user-submitted-posts.php:1024
489
- msgid ""
490
- "Here you may specify your own custom markup for the &ldquo;Add another "
491
- "image&rdquo; link (leave blank to use the default markup)."
492
- msgstr ""
493
- "可以在这里使用自定义标记 &ldquo;添加新的图片&rdquo; 链接 (留空白为默认标记)."
494
-
495
- #: ../user-submitted-posts.php:1027
496
- msgid "Minimum number of images"
497
- msgstr "最小图片数"
498
-
499
- #: ../user-submitted-posts.php:1030
500
- msgid "Specify the <em>minimum</em> number of images."
501
- msgstr "指定 <em>最小</em>图片数."
502
-
503
- #: ../user-submitted-posts.php:1034
504
- msgid "Maximum number of images"
505
- msgstr "最大图片数"
506
-
507
- #: ../user-submitted-posts.php:1037
508
- msgid "Specify the <em>maximum</em> number of images."
509
- msgstr "指定<em>最大</em>图片数."
510
-
511
- #: ../user-submitted-posts.php:1041
512
- msgid "Minimum image width"
513
- msgstr "最小宽度"
514
-
515
- #: ../user-submitted-posts.php:1043
516
- msgid "Specify a <em>minimum width</em> (in pixels) for uploaded images."
517
- msgstr "给上图图片指定一个 <em>最小宽度</em> (像素)."
518
-
519
- #: ../user-submitted-posts.php:1046
520
- msgid "Minimum image height"
521
- msgstr "最小高度"
522
-
523
- #: ../user-submitted-posts.php:1048
524
- msgid "Specify a <em>minimum height</em> (in pixels) for uploaded images."
525
- msgstr "给上图图片指定一个 <em>最小高度</em> (像素)."
526
-
527
- #: ../user-submitted-posts.php:1051
528
- msgid "Maximum image width"
529
- msgstr "最大宽度"
530
-
531
- #: ../user-submitted-posts.php:1053
532
- msgid "Specify a <em>maximum width</em> (in pixels) for uploaded images."
533
- msgstr "给上图图片指定一个 <em>最大宽度</em> (像素)."
534
-
535
- #: ../user-submitted-posts.php:1056
536
- msgid "Maximum image height"
537
- msgstr "最大照片高度"
538
-
539
- #: ../user-submitted-posts.php:1058
540
- msgid "Specify a <em>maximum height</em> (in pixels) for uploaded images."
541
- msgstr "给上图图片指定一个 <em>最大高度</em> (像素)."
542
-
543
- #: ../user-submitted-posts.php:1062 ../user-submitted-posts.php:1090
544
- msgid "Save Settings"
545
- msgstr "保存设置"
546
-
547
- #: ../user-submitted-posts.php:1066
548
- msgid "Shortcode &amp; Template Tag"
549
- msgstr "简码 &amp; 模板标签"
550
-
551
- #: ../user-submitted-posts.php:1069
552
- msgid "Shortcode"
553
- msgstr "简码"
554
-
555
- #: ../user-submitted-posts.php:1070
556
- msgid "Use this shortcode to display the USP Form on any post or page:"
557
- msgstr "使用该简码来在任何文章或页面显示USP表单:"
558
-
559
- #: ../user-submitted-posts.php:1073
560
- msgid "Template tag"
561
- msgstr "模板标签"
562
-
563
- #: ../user-submitted-posts.php:1074
564
- msgid ""
565
- "Use this template tag to display the USP Form anywhere in your theme "
566
- "template:"
567
- msgstr "使用该模板标签让USP表单显示在您主题的任意位置:"
568
-
569
- #: ../user-submitted-posts.php:1079
570
- msgid "Restore Default Options"
571
- msgstr "恢复默认设置"
572
-
573
- #: ../user-submitted-posts.php:1083
574
- msgid "Restore default options upon plugin deactivation/reactivation."
575
- msgstr "在插件禁用/重新启用的时候恢复默认设置."
576
-
577
- #: ../user-submitted-posts.php:1087
578
- msgid ""
579
- "<strong>Tip:</strong> leave this option unchecked to remember your settings. "
580
- "Or, to go ahead and restore all default options, check the box, save your "
581
- "settings, and then deactivate/reactivate the plugin."
582
- msgstr ""
583
- "strong>Tip:</strong> 空出该选项来保存您的设置.或者, 继续去重置, 在方框打勾,保"
584
- "存您的设置, 然后禁用/重新激活插件."
585
-
586
- #: ../user-submitted-posts.php:1094
587
- msgid "Updates &amp; Info"
588
- msgstr "更新 &amp; 信息"
589
-
590
- #: ../user-submitted-posts.php:1134
591
- msgid ""
592
- "Are you sure you want to restore all default options? (this action cannot be "
593
- "undone)"
594
- msgstr "确认您要重置所有设置为默认?(无法恢复)"
595
-
596
- #: ../views/submission-form.php:37 ../views/submission-form.php:38
597
- msgid "Your Name"
598
- msgstr "您的名字"
599
-
600
- #: ../views/submission-form.php:42 ../views/submission-form.php:43
601
- msgid "Your URL"
602
- msgstr "您的链接"
603
-
604
- #: ../views/submission-form.php:58
605
- msgid "Antispam Question"
606
- msgstr "验证问题"
607
-
608
- #: ../views/submission-form.php:64
609
- msgid "Please select a category.."
610
- msgstr "请选择分类"
611
-
612
- #: ../views/submission-form.php:98
613
- msgid "Upload an Image"
614
- msgstr "上传一张图片"
615
-
616
- #: ../views/submission-form.php:106
617
- msgid "Add another image"
618
- msgstr "添加图片"
619
-
620
- #: ../views/submission-form.php:124
621
- msgid "Human verification: leave this field empty."
622
- msgstr "验证问题: 这里什么都不要填."
623
-
624
- #: ../views/submission-form.php:140
625
- msgid "Submit Post"
626
- msgstr "提交"
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: Loco - https://localise.biz/\n"
7
+ "Project-Id-Version: USP\n"
8
+ "Language: zh-CN\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2017-08-03 19:30+0000\n"
11
+ "PO-Revision-Date: 2017-08-03 19:30+0000\n"
12
+ "Last-Translator: Jeff Starr <help@monzillamedia.com>\n"
13
+ "Language-Team: Chinese (China)\n"
14
+ "Plural-Forms: nplurals=1; plural=0"
15
+
16
+ #. Name of the plugin
17
+ #: user-submitted-posts.php:43
18
+ msgid "User Submitted Posts"
19
+ msgstr "用户提交的帖子"
20
+
21
+ #: user-submitted-posts.php:75
22
+ msgid "requires WordPress "
23
+ msgstr "需要WordPress"
24
+
25
+ #: user-submitted-posts.php:76
26
+ msgid " or higher, and has been deactivated! "
27
+ msgstr " 或更高,并已被停用!"
28
+
29
+ #: user-submitted-posts.php:77
30
+ msgid "Please return to the"
31
+ msgstr "请返回"
32
+
33
+ #: user-submitted-posts.php:78
34
+ msgid "WordPress Admin Area"
35
+ msgstr "WordPress管理区域"
36
+
37
+ #: user-submitted-posts.php:79
38
+ msgid "to upgrade WordPress and try again."
39
+ msgstr "升级WordPress并重试。"
40
+
41
+ #: user-submitted-posts.php:121
42
+ msgid "User Submitted Post"
43
+ msgstr "用户提交的帖子"
44
+
45
+ #: user-submitted-posts.php:384
46
+ msgid "User Submitted Post Info"
47
+ msgstr "用户提交的信息"
48
+
49
+ #: user-submitted-posts.php:414
50
+ msgid "Submitter Name: "
51
+ msgstr "提交者姓名:"
52
+
53
+ #: user-submitted-posts.php:415
54
+ msgid "Submitter Email: "
55
+ msgstr "提交者电子邮件:"
56
+
57
+ #: user-submitted-posts.php:416
58
+ msgid "Submitter URL: "
59
+ msgstr "提交者网址:"
60
+
61
+ #: user-submitted-posts.php:417
62
+ msgid "Submitter IP: "
63
+ msgstr "提交者IP:"
64
+
65
+ #: user-submitted-posts.php:468
66
+ msgid "Show USP Posts"
67
+ msgstr "显示USP职位"
68
+
69
+ #: user-submitted-posts.php:469
70
+ msgid "USP"
71
+ msgstr "USP"
72
+
73
+ #: user-submitted-posts.php:1103
74
+ msgid " files required"
75
+ msgstr " 需要文件"
76
+
77
+ #: user-submitted-posts.php:1104
78
+ msgid " file required"
79
+ msgstr " 需要文件"
80
+
81
+ #: user-submitted-posts.php:1106
82
+ msgid " files"
83
+ msgstr " 档"
84
+
85
+ #: user-submitted-posts.php:1107
86
+ msgid " file"
87
+ msgstr " 文件"
88
+
89
+ #: user-submitted-posts.php:1109 user-submitted-posts.php:1110
90
+ #: user-submitted-posts.php:1111 user-submitted-posts.php:1112
91
+ msgid " pixels"
92
+ msgstr " 像素"
93
+
94
+ #: user-submitted-posts.php:1115
95
+ msgid "An error occurred. Please go back and try again."
96
+ msgstr "发生错误请回去再试一次。"
97
+
98
+ #: user-submitted-posts.php:1125
99
+ msgid "User login required"
100
+ msgstr "需要用户登录"
101
+
102
+ #: user-submitted-posts.php:1126
103
+ msgid "User name required"
104
+ msgstr "需要用户名"
105
+
106
+ #: user-submitted-posts.php:1127
107
+ msgid "Post title required"
108
+ msgstr "所需标题"
109
+
110
+ #: user-submitted-posts.php:1128
111
+ msgid "User URL required"
112
+ msgstr "需要用户URL"
113
+
114
+ #: user-submitted-posts.php:1129
115
+ msgid "Post tags required"
116
+ msgstr "发布标签需要"
117
+
118
+ #: user-submitted-posts.php:1130
119
+ msgid "Post category required"
120
+ msgstr "需要发布类别"
121
+
122
+ #: user-submitted-posts.php:1131
123
+ msgid "Post content required"
124
+ msgstr "发布内容需要"
125
+
126
+ #: user-submitted-posts.php:1132 user-submitted-posts.php:1133
127
+ msgid "Correct captcha required"
128
+ msgstr "需要正确的验证码"
129
+
130
+ #: user-submitted-posts.php:1134
131
+ msgid "User email required"
132
+ msgstr "需要用户电子邮件"
133
+
134
+ #: user-submitted-posts.php:1135
135
+ msgid "Please check your email and try again"
136
+ msgstr "请检查您的电子邮件,然后重试"
137
+
138
+ #: user-submitted-posts.php:1136
139
+ msgid "Non-empty value for hidden field"
140
+ msgstr "隐藏字段的非空值"
141
+
142
+ #: user-submitted-posts.php:1137
143
+ msgid "Minimum number of images not met"
144
+ msgstr "图像的最小数量不满足"
145
+
146
+ #: user-submitted-posts.php:1138
147
+ msgid "Maximum number of images exceeded "
148
+ msgstr "超过最大图像数"
149
+
150
+ #: user-submitted-posts.php:1139
151
+ msgid "Minimum image width not met"
152
+ msgstr "最小图像宽度不满足"
153
+
154
+ #: user-submitted-posts.php:1140
155
+ msgid "Image width exceeds maximum"
156
+ msgstr "图像宽度超过最大值"
157
+
158
+ #: user-submitted-posts.php:1141
159
+ msgid "Minimum image height not met"
160
+ msgstr "最小图像高度未达到"
161
+
162
+ #: user-submitted-posts.php:1142
163
+ msgid "Image height exceeds maximum"
164
+ msgstr "图像高度超过最大值"
165
+
166
+ #: user-submitted-posts.php:1143
167
+ msgid "File type not allowed (please upload images only)"
168
+ msgstr "文件类型不允许(请仅上载图片)"
169
+
170
+ #: user-submitted-posts.php:1147
171
+ msgid "Error uploading file. Please check the file size and try again."
172
+ msgstr "上传文件时出错 请检查文件大小,然后重试。"
173
+
174
+ #: user-submitted-posts.php:1151
175
+ msgid "The file(s) could not be uploaded"
176
+ msgstr "档案无法上传"
177
+
178
+ #: user-submitted-posts.php:1153
179
+ msgid "Post not created. Please contact the site administrator for help."
180
+ msgstr "帖子未创建。请联系网站管理员寻求帮助。"
181
+
182
+ #: user-submitted-posts.php:1154
183
+ msgid "Duplicate post title. Please try again."
184
+ msgstr "重复的标题。请再试一次。"
185
+
186
+ #: user-submitted-posts.php:1164
187
+ msgid "Error: "
188
+ msgstr "错误:"
189
+
190
+ #: user-submitted-posts.php:1190
191
+ msgid "Return to form"
192
+ msgstr "返回形式"
193
+
194
+ #: user-submitted-posts.php:1218 library/plugin-settings.php:658
195
+ msgid "Please"
196
+ msgstr ""
197
+
198
+ #: user-submitted-posts.php:1219
199
+ msgid "log in"
200
+ msgstr "登录"
201
+
202
+ #: user-submitted-posts.php:1220
203
+ msgid "to submit content!"
204
+ msgstr "提交内容!"
205
+
206
+ #: views/submission-form.php:45 views/submission-form-alt.php:54
207
+ msgid "Please complete the required fields."
208
+ msgstr "请填写必填字段。"
209
+
210
+ #: views/submission-form.php:55 views/submission-form.php:56
211
+ #: views/submission-form-alt.php:60 views/submission-form-alt.php:61
212
+ msgid "Your Name"
213
+ msgstr "你的名字"
214
+
215
+ #: views/submission-form.php:61 views/submission-form.php:62
216
+ #: views/submission-form-alt.php:66 views/submission-form-alt.php:67
217
+ msgid "Your URL"
218
+ msgstr "您的网址"
219
+
220
+ #: views/submission-form.php:67 views/submission-form.php:68
221
+ #: views/submission-form-alt.php:72 views/submission-form-alt.php:73
222
+ msgid "Your Email"
223
+ msgstr "你的邮件"
224
+
225
+ #: views/submission-form.php:73 views/submission-form.php:74
226
+ #: views/submission-form-alt.php:78 views/submission-form-alt.php:79
227
+ #: library/plugin-settings.php:747
228
+ msgid "Post Title"
229
+ msgstr "职位名称"
230
+
231
+ #: views/submission-form.php:79 views/submission-form.php:80
232
+ #: views/submission-form-alt.php:84 views/submission-form-alt.php:85
233
+ #: library/plugin-settings.php:757
234
+ msgid "Post Tags"
235
+ msgstr "贴标签"
236
+
237
+ #: views/submission-form.php:86 views/submission-form-alt.php:91
238
+ msgid "Antispam Question"
239
+ msgstr "反垃圾邮件问题"
240
+
241
+ #: views/submission-form.php:91 views/submission-form-alt.php:96
242
+ #: library/plugin-settings.php:767
243
+ msgid "Post Category"
244
+ msgstr "帖子类别"
245
+
246
+ #: views/submission-form.php:93 views/submission-form-alt.php:98
247
+ msgid "Please select a category.."
248
+ msgstr "请选择一个类别.."
249
+
250
+ #: views/submission-form.php:128 views/submission-form.php:129
251
+ #: views/submission-form-alt.php:133 views/submission-form-alt.php:134
252
+ #: library/plugin-settings.php:777
253
+ msgid "Post Content"
254
+ msgstr "发布内容"
255
+
256
+ #: views/submission-form.php:135 views/submission-form-alt.php:140
257
+ msgid "Verification"
258
+ msgstr "验证"
259
+
260
+ #: views/submission-form.php:142 views/submission-form-alt.php:147
261
+ msgid "Upload an Image"
262
+ msgstr "上传图片"
263
+
264
+ #: views/submission-form.php:151 views/submission-form-alt.php:156
265
+ msgid "Add another image"
266
+ msgstr "添加另一个图像"
267
+
268
+ #: views/submission-form.php:173 views/submission-form-alt.php:178
269
+ msgid "Human verification: leave this field empty."
270
+ msgstr "人员验证:将此字段留空。"
271
+
272
+ #: views/submission-form.php:195 views/submission-form-alt.php:200
273
+ msgid "Submit Post"
274
+ msgstr "提交帖子"
275
+
276
+ #: library/plugin-settings.php:32
277
+ msgid "Get USP Pro for unlimited forms!"
278
+ msgstr "获得USP Pro无限制的形式!"
279
+
280
+ #: library/plugin-settings.php:33
281
+ msgid "Go Pro"
282
+ msgstr "去专业"
283
+
284
+ #: library/plugin-settings.php:37
285
+ msgid "Settings"
286
+ msgstr "设置"
287
+
288
+ #: library/plugin-settings.php:55
289
+ msgid "Give USP a 5-star rating at WordPress.org"
290
+ msgstr "在WordPress.org上给予USP 5星评级"
291
+
292
+ #: library/plugin-settings.php:56
293
+ msgid "Rate this plugin&nbsp;&raquo;"
294
+ msgstr "评价这个插件&nbsp;&raquo;"
295
+
296
+ #: library/plugin-settings.php:115
297
+ msgid "WP Post (recommended)"
298
+ msgstr "WP帖子(推荐)"
299
+
300
+ #: library/plugin-settings.php:119
301
+ msgid "WP Page"
302
+ msgstr "WP页面"
303
+
304
+ #: library/plugin-settings.php:135
305
+ msgid "HTML5 Form + Default CSS"
306
+ msgstr "HTML5表单+默认CSS"
307
+
308
+ #: library/plugin-settings.php:135
309
+ msgid "(Recommended)"
310
+ msgstr "(推荐的)"
311
+
312
+ #: library/plugin-settings.php:139
313
+ msgid "HTML5 Form + Disable CSS"
314
+ msgstr "HTML5格式+禁用CSS"
315
+
316
+ #: library/plugin-settings.php:139
317
+ msgid "(Provide your own styles)"
318
+ msgstr "(提供自己的风格)"
319
+
320
+ #: library/plugin-settings.php:143
321
+ msgid "Custom Form + Custom CSS"
322
+ msgstr "自定义表单+自定义CSS"
323
+
324
+ #: library/plugin-settings.php:143
325
+ msgid "(Provide your own form template &amp; styles)"
326
+ msgstr "(提供您自己的表单模板和样式)"
327
+
328
+ #: library/plugin-settings.php:159 library/plugin-settings.php:183
329
+ #: library/plugin-settings.php:206
330
+ msgid "Auto-display before post content"
331
+ msgstr "自动显示之前发布内容"
332
+
333
+ #: library/plugin-settings.php:163 library/plugin-settings.php:187
334
+ #: library/plugin-settings.php:210
335
+ msgid "Auto-display after post content"
336
+ msgstr "自动显示后的内容"
337
+
338
+ #: library/plugin-settings.php:167
339
+ msgid "Do not auto-display submitted images"
340
+ msgstr "不要自动显示提交的图像"
341
+
342
+ #: library/plugin-settings.php:191
343
+ msgid "Do not auto-display submitted email"
344
+ msgstr "不要自动显示提交的电子邮件"
345
+
346
+ #: library/plugin-settings.php:214
347
+ msgid "Do not auto-display submitted URL"
348
+ msgstr "不自动显示提交的URL"
349
+
350
+ #: library/plugin-settings.php:367
351
+ msgid ""
352
+ "There was an error. Please ensure that you have added a title, some content, "
353
+ "and that you have uploaded only images."
354
+ msgstr "有一个错误。请确保您已经添加了标题,某些内容,并且您只上传了图像。"
355
+
356
+ #: library/plugin-settings.php:381
357
+ msgid "Please select your image(s) to upload."
358
+ msgstr "请选择您的图片上传。"
359
+
360
+ #: library/plugin-settings.php:387
361
+ msgid "Success! Thank you for your submission."
362
+ msgstr "成功!感谢您提交。"
363
+
364
+ #: library/plugin-settings.php:413
365
+ msgid "Email"
366
+ msgstr "电子邮件"
367
+
368
+ #: library/plugin-settings.php:414
369
+ msgid "URL"
370
+ msgstr "网址"
371
+
372
+ #: library/plugin-settings.php:645
373
+ msgid "Toggle all panels"
374
+ msgstr "切换所有面板"
375
+
376
+ #: library/plugin-settings.php:654
377
+ msgid "We need your support!"
378
+ msgstr "我们需要您的支持!"
379
+
380
+ #: library/plugin-settings.php:658
381
+ msgid "Make a donation via PayPal"
382
+ msgstr "通过PayPal捐款"
383
+
384
+ #: library/plugin-settings.php:658
385
+ msgid "make a donation"
386
+ msgstr "做捐献"
387
+
388
+ #: library/plugin-settings.php:658
389
+ msgid "and/or"
390
+ msgstr "和/或"
391
+
392
+ #: library/plugin-settings.php:659
393
+ msgid "Rate and review at the Plugin Directory"
394
+ msgstr "评估和评论在插件目录"
395
+
396
+ #: library/plugin-settings.php:660
397
+ msgid "give this plugin a 5-star rating"
398
+ msgstr "给这个插件5星评级"
399
+
400
+ #: library/plugin-settings.php:664
401
+ msgid ""
402
+ "Your generous support enables continued development of this free plugin. "
403
+ "Thank you!"
404
+ msgstr "您的慷慨支持可以继续开发这个免费的插件。谢谢!"
405
+
406
+ #: library/plugin-settings.php:669
407
+ msgid "Check this box if you have shown support"
408
+ msgstr "如果您已经显示支持,请选中此框"
409
+
410
+ #: library/plugin-settings.php:678
411
+ msgid "Overview"
412
+ msgstr "概观"
413
+
414
+ #: library/plugin-settings.php:682
415
+ msgid ""
416
+ "enables your visitors to submit posts and upload images from the front-end "
417
+ "of your site. "
418
+ msgstr "使您的访问者能够从您网站的前端提交帖子和上传图片。"
419
+
420
+ #: library/plugin-settings.php:683
421
+ msgid "For advanced functionality and unlimited forms, check out"
422
+ msgstr "对于高级功能和无限形式,请查看"
423
+
424
+ #: library/plugin-settings.php:684
425
+ msgid "&mdash; the ultimate solution for user-generated content."
426
+ msgstr "- 用户生成内容的最终解决方案。"
427
+
428
+ #: library/plugin-settings.php:688 library/plugin-settings.php:706
429
+ msgid "Plugin Settings"
430
+ msgstr "插件设置"
431
+
432
+ #: library/plugin-settings.php:689
433
+ msgid "Display the form"
434
+ msgstr "显示表单"
435
+
436
+ #: library/plugin-settings.php:690 library/plugin-settings.php:1243
437
+ msgid "Plugin Homepage"
438
+ msgstr "插件主页"
439
+
440
+ #: library/plugin-settings.php:693
441
+ msgid "If you like this plugin, please"
442
+ msgstr "如果你喜欢这个插件,请"
443
+
444
+ #: library/plugin-settings.php:694
445
+ msgid "THANK YOU for your support!"
446
+ msgstr "感谢您的支持!"
447
+
448
+ #: library/plugin-settings.php:694
449
+ msgid "give it a 5-star rating"
450
+ msgstr "给它一个5星评级"
451
+
452
+ #: library/plugin-settings.php:698
453
+ msgid "Unlimited front-end forms"
454
+ msgstr "无限前端表单"
455
+
456
+ #: library/plugin-settings.php:698
457
+ msgid "Get USP Pro"
458
+ msgstr "获得USP Pro"
459
+
460
+ #: library/plugin-settings.php:710
461
+ msgid "Configure your settings for User Submitted Posts."
462
+ msgstr "配置用户提交的帖子的设置。"
463
+
464
+ #: library/plugin-settings.php:712
465
+ msgid "Form Fields"
466
+ msgstr "表格字段"
467
+
468
+ #: library/plugin-settings.php:717
469
+ msgid "User Name"
470
+ msgstr "用户名"
471
+
472
+ #: library/plugin-settings.php:720 library/plugin-settings.php:730
473
+ #: library/plugin-settings.php:740 library/plugin-settings.php:750
474
+ #: library/plugin-settings.php:760 library/plugin-settings.php:770
475
+ #: library/plugin-settings.php:780 library/plugin-settings.php:790
476
+ #: library/plugin-settings.php:800
477
+ msgid "Display and require"
478
+ msgstr "显示和要求"
479
+
480
+ #: library/plugin-settings.php:721 library/plugin-settings.php:731
481
+ #: library/plugin-settings.php:741 library/plugin-settings.php:751
482
+ #: library/plugin-settings.php:761 library/plugin-settings.php:771
483
+ #: library/plugin-settings.php:781
484
+ msgid "Display but do not require"
485
+ msgstr "显示但不要求"
486
+
487
+ #: library/plugin-settings.php:722 library/plugin-settings.php:732
488
+ #: library/plugin-settings.php:742 library/plugin-settings.php:752
489
+ #: library/plugin-settings.php:762 library/plugin-settings.php:772
490
+ #: library/plugin-settings.php:782 library/plugin-settings.php:791
491
+ #: library/plugin-settings.php:801
492
+ msgid "Disable this field"
493
+ msgstr "禁用此字段"
494
+
495
+ #: library/plugin-settings.php:727
496
+ msgid "User Email"