User Submitted Posts - Version 20190902

Version Description

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

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

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

Download this release

Release Info

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

Code changes from version 20190502 to 20190902

changelog.txt CHANGED
@@ -2,7 +2,7 @@
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
 
@@ -159,7 +159,7 @@ More recent changelog info is available in the `readme.txt` file, located in the
159
 
160
  * Cleaned up plugin tags
161
  * Added new Dutch translation (thanks to [Berend](http://botoboto.com/))
162
- * Added Italian translation (thanks to [Rosario](http://rosariomonaco.com/))
163
  * Replaced icon with retina version
164
  * Added screenshot to readme/docs
165
  * Added retina version of banner
@@ -184,7 +184,7 @@ Note: the CSS and JavaScript for the plugin settings page is now moved to their
184
 
185
  * Added options to auto-display custom fields and images
186
  * "USP" button on Posts screen now displays all USP Posts (not just Pending)
187
- * Added Dutch translation (Thanks to [Erik Kroon](http://www.punchcreative.nl/))
188
  * Added German translation (Thanks to [Michael](https://wordpress.org/support/topic/image-problem-german-translation))
189
  * Added check for `$post` in `usp_is_public_submission()`
190
  * Removed width from `a#usp_add-another` in `usp.css`
@@ -194,7 +194,7 @@ Note: the CSS and JavaScript for the plugin settings page is now moved to their
194
  * Added setting to enable shortcodes in widgets
195
  * Added `get_currentuserinfo()` where required
196
  * Added `esc_url()` to sanitize URI strings
197
- * Removed unnecessary `mail()` headers (Thanks to [Jason Hendriks](http://www.codingmonkey.ca/))
198
  * Refined `usp_send_mail_alert()`
199
  * Fixed sending alerts to multiple email addresses
200
  * Added option to disable tracking of IP addresses
@@ -257,7 +257,7 @@ Note: the CSS and JavaScript for the plugin settings page is now moved to their
257
  * Streamline/fine-tune plugin code
258
  * Adds Text Domain and Domain Path to file header
259
  * Adds alert panel to plugin settings page
260
- * Adds Serbo-Croatian translation - thanks [Borisa Djuraskovic](http://www.webhostinghub.com/)
261
  * Adds Chinese translation - thanks Xing
262
  * Improves error handling
263
  * Improves post author process
@@ -299,9 +299,9 @@ Note: the CSS and JavaScript for the plugin settings page is now moved to their
299
  * Tested on latest version of WordPress (4.0)
300
  * Increases min-version requirement to 3.7
301
  * Improves layout and styles of plugin settings page
302
- * Adds Romanian translation - thanks [Hideg Andras](http://www.blue-design.ro/)
303
  * Adds Persian (Farsi) translation - thanks [Pooya Behravesh](http://icomp.ir/)
304
- * Adds French translation - thanks [Mirko Humbert](http://www.designer-daily.com/) and [Matthieu Solente](http://copier-coller.com/)
305
  * Updates default mo/po translation files
306
  * Updates Parsley.js to version 2.0
307
  * Updates usp.css with styles for Parsley 2.0
@@ -353,7 +353,7 @@ Note: the CSS and JavaScript for the plugin settings page is now moved to their
353
  * Added trailing slash to load_plugin_textdomain()
354
  * Increased WP minimum version requirement from 3.3 to 3.5
355
  * Added popout info about Pro version now available
356
- * Added Spanish translation; thanks to [María Iglesias](http://www.globalcultura.com/)
357
  * Change CSS for "USP" button to display after the "Filter" button on edit.php
358
  * Added 8px margin to "Empty Trash" button on the Post Trash screen
359
  * Changed handle from "uspContent" to "uspcontent" for wp_editor()
@@ -372,7 +372,7 @@ Note: the CSS and JavaScript for the plugin settings page is now moved to their
372
  * Added uninstall.php file
373
  * Removed "Δ" from `die()`
374
  * Added "rate this plugin" links
375
- * Added Brazilian Portuguese translation; thanks to [Daniel Lemes](http://www.tutoriart.com.br/)
376
  * Added notes about support for multiple email addresses for email alerts
377
  * Increased `line-height` on settings page `<td>` elements
378
  * Added `.inline` class to some plugin settings
@@ -401,7 +401,7 @@ Note: the CSS and JavaScript for the plugin settings page is now moved to their
401
  * Replace antispam placeholder in submission-form.php
402
  * Improved jQuery for "add another image" functionality
403
  * Added jQuery script to remember form input values via cookies
404
- * Added data validation for input fields via Parsley @ http://parsleyjs.org
405
  * Overview and Updates panels now toggled open by default
406
  * Updated CSS styles for HTML5 and Classic forms
407
  * Improved logic for form verification JavaScript
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: https://dillinger.io/
6
 
7
  More recent changelog info is available in the `readme.txt` file, located in the plugin's root directory.
8
 
159
 
160
  * Cleaned up plugin tags
161
  * Added new Dutch translation (thanks to [Berend](http://botoboto.com/))
162
+ * Added Italian translation (thanks to [Rosario](https://rosariomonaco.com/))
163
  * Replaced icon with retina version
164
  * Added screenshot to readme/docs
165
  * Added retina version of banner
184
 
185
  * Added options to auto-display custom fields and images
186
  * "USP" button on Posts screen now displays all USP Posts (not just Pending)
187
+ * Added Dutch translation (Thanks to [Erik Kroon](https://www.punchcreative.nl/))
188
  * Added German translation (Thanks to [Michael](https://wordpress.org/support/topic/image-problem-german-translation))
189
  * Added check for `$post` in `usp_is_public_submission()`
190
  * Removed width from `a#usp_add-another` in `usp.css`
194
  * Added setting to enable shortcodes in widgets
195
  * Added `get_currentuserinfo()` where required
196
  * Added `esc_url()` to sanitize URI strings
197
+ * Removed unnecessary `mail()` headers (Thanks to Jason Hendriks)
198
  * Refined `usp_send_mail_alert()`
199
  * Fixed sending alerts to multiple email addresses
200
  * Added option to disable tracking of IP addresses
257
  * Streamline/fine-tune plugin code
258
  * Adds Text Domain and Domain Path to file header
259
  * Adds alert panel to plugin settings page
260
+ * Adds Serbo-Croatian translation - thanks [Borisa Djuraskovic](https://www.webhostinghub.com/)
261
  * Adds Chinese translation - thanks Xing
262
  * Improves error handling
263
  * Improves post author process
299
  * Tested on latest version of WordPress (4.0)
300
  * Increases min-version requirement to 3.7
301
  * Improves layout and styles of plugin settings page
302
+ * Adds Romanian translation - thanks [Hideg Andras](https://www.blue-design.ro/)
303
  * Adds Persian (Farsi) translation - thanks [Pooya Behravesh](http://icomp.ir/)
304
+ * Adds French translation - thanks [Mirko Humbert](https://www.designer-daily.com/) and [Matthieu Solente](https://www.copier-coller.com/)
305
  * Updates default mo/po translation files
306
  * Updates Parsley.js to version 2.0
307
  * Updates usp.css with styles for Parsley 2.0
353
  * Added trailing slash to load_plugin_textdomain()
354
  * Increased WP minimum version requirement from 3.3 to 3.5
355
  * Added popout info about Pro version now available
356
+ * Added Spanish translation; thanks to [María Iglesias](https://globalcultura.com/)
357
  * Change CSS for "USP" button to display after the "Filter" button on edit.php
358
  * Added 8px margin to "Empty Trash" button on the Post Trash screen
359
  * Changed handle from "uspContent" to "uspcontent" for wp_editor()
372
  * Added uninstall.php file
373
  * Removed "&Delta;" from `die()`
374
  * Added "rate this plugin" links
375
+ * Added Brazilian Portuguese translation; thanks to [Daniel Lemes](https://www.tutoriart.com.br/)
376
  * Added notes about support for multiple email addresses for email alerts
377
  * Increased `line-height` on settings page `<td>` elements
378
  * Added `.inline` class to some plugin settings
401
  * Replace antispam placeholder in submission-form.php
402
  * Improved jQuery for "add another image" functionality
403
  * Added jQuery script to remember form input values via cookies
404
+ * Added data validation for input fields via Parsley @ https://parsleyjs.org/
405
  * Overview and Updates panels now toggled open by default
406
  * Updated CSS styles for HTML5 and Classic forms
407
  * Improved logic for form verification JavaScript
languages/usp-ar.mo CHANGED
Binary file
languages/usp-ar.po CHANGED
@@ -4,1321 +4,1334 @@ msgstr ""
4
  "Content-Type: text/plain; charset=UTF-8\n"
5
  "Content-Transfer-Encoding: 8bit\n"
6
  "X-Generator: POEditor.com\n"
7
- "Project-Id-Version: USP 2018 Nov\n"
8
  "Language: ar\n"
9
 
10
  #. Name of the plugin
11
  #: user-submitted-posts.php:44 library/support-panel.php:5
12
  msgid "User Submitted Posts"
13
- msgstr "المستخدم المشاركات المقدمة"
14
 
15
- #: user-submitted-posts.php:81
16
  msgid "requires WordPress "
17
- msgstr "يتطلب وورد"
18
 
19
- #: user-submitted-posts.php:82
20
  msgid " or higher, and has been deactivated! "
21
- msgstr " أو أعلى ، وقد تم إلغاء تنشيطه!"
22
 
23
- #: user-submitted-posts.php:83
24
  msgid "Please return to the"
25
  msgstr "يرجى العودة إلى"
26
 
27
- #: user-submitted-posts.php:84
28
  msgid "WordPress Admin Area"
29
- msgstr "وورد الادارية المجال"
30
 
31
- #: user-submitted-posts.php:85
32
  msgid "to upgrade WordPress and try again."
33
  msgstr "لترقية WordPress وحاول مرة أخرى."
34
 
35
- #: user-submitted-posts.php:125
36
  msgid "User Submitted Post"
37
- msgstr "المستخدم نشر المشاركة"
38
 
39
- #: user-submitted-posts.php:433
40
  msgid "User Submitted Post Info"
41
- msgstr "User Submitted Post Info"
42
 
43
- #: user-submitted-posts.php:463
44
  msgid "Submitter Name: "
45
- msgstr "اسم مقدم البلاغ:"
46
 
47
- #: user-submitted-posts.php:464
48
  msgid "Submitter Email: "
49
- msgstr "مرسل البريد الإلكتروني:"
50
 
51
- #: user-submitted-posts.php:465
52
  msgid "Submitter URL: "
53
- msgstr "عنوان URL للمُرسِل:"
54
 
55
- #: user-submitted-posts.php:466
56
  msgid "Submitter IP: "
57
- msgstr "عنوان IP للمُرسِل:"
58
 
59
- #: user-submitted-posts.php:517
60
  msgid "Show USP Posts"
61
- msgstr "إظهار مشاركات USP"
62
 
63
- #: user-submitted-posts.php:518 library/plugin-settings.php:999
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
- #: user-submitted-posts.php:1301
68
  msgid " files required"
69
  msgstr " الملفات المطلوبة"
70
 
71
- #: user-submitted-posts.php:1302
72
  msgid " file required"
73
  msgstr " الملف المطلوب"
74
 
75
- #: user-submitted-posts.php:1304
76
  msgid " files"
77
  msgstr " ملفات"
78
 
79
- #: user-submitted-posts.php:1305
80
  msgid " file"
81
  msgstr " ملف"
82
 
83
- #: user-submitted-posts.php:1307 user-submitted-posts.php:1308
84
- #: user-submitted-posts.php:1309 user-submitted-posts.php:1310
85
  msgid " pixels"
86
  msgstr " بكسل"
87
 
88
- #: user-submitted-posts.php:1312 library/core-functions.php:215
89
- #: library/plugin-settings.php:290 library/plugin-settings.php:309
90
- #: library/plugin-settings.php:711 library/plugin-settings.php:1243
91
  msgid "Custom Field"
92
  msgstr "حقل مخصص"
93
 
94
- #: user-submitted-posts.php:1314
95
  msgid "Custom checkbox required"
96
  msgstr "خانة الاختيار المخصصة المطلوبة"
97
 
98
- #: user-submitted-posts.php:1317
99
  msgid "An error occurred. Please go back and try again."
100
  msgstr "حدث خطأ. الرجاء العودة والمحاولة مجددا."
101
 
102
- #: user-submitted-posts.php:1327
103
  msgid "User login required"
104
  msgstr "تسجيل دخول المستخدم مطلوب"
105
 
106
- #: user-submitted-posts.php:1328
107
  msgid "User name required"
108
  msgstr "اسم المستخدم (مطلوب"
109
 
110
- #: user-submitted-posts.php:1329
111
  msgid "Post title required"
112
- msgstr "عنوان المشاركة مطلوب"
113
 
114
- #: user-submitted-posts.php:1330
115
  msgid "User URL required"
116
  msgstr "عنوان URL المستخدم مطلوب"
117
 
118
- #: user-submitted-posts.php:1331
119
  msgid "Post tags required"
120
- msgstr "مشاركة البطاقات المطلوبة"
121
 
122
- #: user-submitted-posts.php:1332
123
  msgid "Post category required"
124
- msgstr "فئة المشاركة المطلوبة"
125
 
126
- #: user-submitted-posts.php:1333
127
  msgid "Post content required"
128
- msgstr "محتوى المشاركة المطلوبة"
129
 
130
- #: user-submitted-posts.php:1334 user-submitted-posts.php:1335
131
  msgid "Correct captcha required"
132
- msgstr "تصحيح CAPTCHA المطلوبة"
133
 
134
- #: user-submitted-posts.php:1336
135
  msgid "User email required"
136
- msgstr "البريد الإلكتروني المستخدم مطلوب"
137
 
138
- #: user-submitted-posts.php:1337
139
  msgid "Please check your email and try again"
140
  msgstr "يرجى التحقق من بريدك الإلكتروني والمحاولة مرة أخرى"
141
 
142
- #: user-submitted-posts.php:1338
143
  msgid "Non-empty value for hidden field"
144
  msgstr "قيمة غير فارغة للحقل المخفي"
145
 
146
- #: user-submitted-posts.php:1339
147
  msgid "Minimum number of images not met"
148
- msgstr "الحد الأدنى من الصور غير مستوفاة"
149
 
150
- #: user-submitted-posts.php:1340
151
  msgid "Maximum number of images exceeded "
152
- msgstr "تم تجاوز الحد الأقصى لعدد الصور"
153
 
154
- #: user-submitted-posts.php:1341
155
  msgid "Minimum image width not met"
156
- msgstr "لم يتم استيفاء الحد الأدنى لعرض الصورة"
157
 
158
- #: user-submitted-posts.php:1342
159
  msgid "Image width exceeds maximum"
160
  msgstr "عرض الصورة يتجاوز الحد الأقصى"
161
 
162
- #: user-submitted-posts.php:1343
163
  msgid "Minimum image height not met"
164
- msgstr "لم يتم تحقيق الحد الأدنى لارتفاع الصورة"
165
 
166
- #: user-submitted-posts.php:1344
167
  msgid "Image height exceeds maximum"
168
- msgstr "يتجاوز ارتفاع الصورة الحد الأقصى"
169
 
170
- #: user-submitted-posts.php:1345
171
  msgid "File type not allowed (please upload images only)"
172
  msgstr "نوع الملف غير مسموح به (يرجى تحميل الصور فقط)"
173
 
174
- #: user-submitted-posts.php:1346
175
  msgid " required"
176
  msgstr " مطلوب"
177
 
178
- #: user-submitted-posts.php:1351
179
  msgid "File not uploaded. Please check the file and try again."
180
- msgstr "لم يتم تحميل الملف. يرجى التحقق من الملف والمحاولة مرة أخرى."
181
 
182
- #: user-submitted-posts.php:1355
183
  msgid "The file(s) could not be uploaded"
184
  msgstr "لا يمكن تحميل الملف (الملفات)"
185
 
186
- #: user-submitted-posts.php:1357
187
  msgid "Post not created. Please contact the site administrator for help."
188
- msgstr "المشاركة لم يتم إنشاؤها. يرجى الاتصال بمسؤول الموقع للحصول على المساعدة."
189
 
190
- #: user-submitted-posts.php:1358
191
  msgid "Duplicate post title. Please try again."
192
  msgstr "عنوان آخر مكرر. حاول مرة اخرى."
193
 
194
- #: user-submitted-posts.php:1368
195
  msgid "Error: "
196
- msgstr "خطأ:"
197
 
198
- #: user-submitted-posts.php:1394
199
  msgid "Return to form"
200
  msgstr "العودة إلى النموذج"
201
 
202
- #: user-submitted-posts.php:1424 library/plugin-settings.php:975
203
  msgid "Please"
204
  msgstr "رجاء"
205
 
206
- #: user-submitted-posts.php:1425
207
  msgid "log in"
208
  msgstr "تسجيل الدخول"
209
 
210
- #: user-submitted-posts.php:1426
211
  msgid "to submit content!"
212
  msgstr "لتقديم المحتوى!"
213
 
214
- #: views/submission-form.php:46 views/submission-form-alt.php:55
215
  msgid "Please complete the required fields."
216
- msgstr "يرجى إكمال الحقول المطلوبة."
217
 
218
- #: views/submission-form.php:56 views/submission-form.php:57
219
- #: views/submission-form-alt.php:61 views/submission-form-alt.php:62
220
  msgid "Your Name"
221
  msgstr "اسمك"
222
 
223
- #: views/submission-form.php:62 views/submission-form.php:63
224
- #: views/submission-form-alt.php:67 views/submission-form-alt.php:68
225
  msgid "Your URL"
226
  msgstr "عنوان URL الخاص بك"
227
 
228
- #: views/submission-form.php:68 views/submission-form.php:69
229
- #: views/submission-form-alt.php:73 views/submission-form-alt.php:74
230
  msgid "Your Email"
231
  msgstr "بريدك الالكتروني"
232
 
233
- #: views/submission-form.php:74 views/submission-form.php:75
234
- #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
235
- #: library/plugin-settings.php:1036
236
  msgid "Post Title"
237
  msgstr "عنوان المشاركة"
238
 
239
- #: views/submission-form.php:80 views/submission-form.php:81
240
- #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
241
- #: library/plugin-settings.php:1037
242
  msgid "Post Tags"
243
- msgstr "نشر العلامات"
244
 
245
- #: views/submission-form.php:93 views/submission-form-alt.php:98
246
  msgid "Antispam Question"
247
  msgstr "مكافحة البريد التطفلي السؤال"
248
 
249
- #: views/submission-form.php:98 views/submission-form-alt.php:103
250
- #: library/plugin-settings.php:1038
251
  msgid "Post Category"
252
- msgstr "تصنيف الوظائف"
253
 
254
- #: views/submission-form.php:100 views/submission-form-alt.php:105
 
255
  msgid "Please select a category.."
256
  msgstr "الرجاء تحديد الفئة.."
257
 
258
- #: views/submission-form.php:135 views/submission-form.php:136
259
- #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
260
- #: library/plugin-settings.php:1039
261
  msgid "Post Content"
262
  msgstr "آخر المحتوى"
263
 
264
- #: views/submission-form.php:142 views/submission-form-alt.php:147
265
  msgid "Verification"
266
  msgstr "التحقق"
267
 
268
- #: views/submission-form.php:149 views/submission-form-alt.php:154
269
  msgid "Upload an Image"
270
  msgstr "تحميل صورة"
271
 
272
- #: views/submission-form.php:158 views/submission-form-alt.php:163
273
  msgid "Add another image"
274
  msgstr "أضف صورة أخرى"
275
 
276
- #: views/submission-form.php:180 views/submission-form-alt.php:185
277
  msgid "Human verification: leave this field empty."
278
  msgstr "التحقق البشري: اترك هذا الحقل فارغًا."
279
 
280
- #: views/submission-form.php:204 views/submission-form-alt.php:209
281
  msgid "Submit Post"
282
  msgstr "إرسال المشاركة"
283
 
 
 
 
 
284
  #: library/shortcode-misc.php:18
285
  msgid "Reset form"
286
  msgstr "إعادة تعيين النموذج"
287
 
288
  #: library/shortcode-misc.php:128
289
  msgid "View full post"
290
- msgstr "عرض المشاركة الكاملة"
291
-
292
- #: library/support-panel.php:52
293
- msgid "Perishable Press Books"
294
- msgstr "كتب الصحافة القابلة للتلف"
295
-
296
- #: library/support-panel.php:53
297
- msgid "Plugin Planet"
298
- msgstr "البرنامج المساعد الكوكب"
299
-
300
- #: library/support-panel.php:54
301
- msgid "Donate via PayPal"
302
- msgstr "تبرع عبر PayPal"
303
-
304
- #: library/support-panel.php:56
305
- msgid "books"
306
- msgstr "الكتب"
307
-
308
- #: library/support-panel.php:57
309
- msgid "plugins"
310
- msgstr "الإضافات"
311
-
312
- #: library/support-panel.php:58
313
- msgid "donation"
314
- msgstr "هبة"
315
-
316
- #: library/support-panel.php:60
317
- msgid "Thank you for using"
318
- msgstr "شكرا لأستخدامك"
319
-
320
- #: library/support-panel.php:61
321
- msgid "Please show support by purchasing one of my"
322
- msgstr "يرجى إظهار الدعم من خلال شراء واحدة من بلدي"
323
-
324
- #: library/support-panel.php:62
325
- msgid "or"
326
- msgstr "أو"
327
-
328
- #: library/support-panel.php:62
329
- msgid "or by making a"
330
- msgstr "أو عن طريق صنع"
331
-
332
- #: library/support-panel.php:63
333
- msgid "Your generous support helps future development of"
334
- msgstr "دعمك السخي يساعد على تطوير المستقبل"
335
-
336
- #: library/support-panel.php:64
337
- msgid "and is greatly appreciated."
338
- msgstr "ويتم تقديره للغاية."
339
-
340
- #: library/support-panel.php:66
341
- msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
342
- msgstr "يساعدني أي حجم التبرع في مواصلة تطوير هذا البرنامج المساعد المجاني وموارد WordPress الرائعة."
343
 
344
- #: library/enqueue-scripts.php:83 library/enqueue-scripts.php:117
345
- msgid "Incorrect response."
346
- msgstr "استجابة غير صحيحة."
347
 
348
- #: library/plugin-settings.php:32
349
  msgid "Get USP Pro for unlimited forms!"
350
  msgstr "احصل على USP Pro لأشكال غير محدودة!"
351
 
352
- #: library/plugin-settings.php:33
353
  msgid "Go Pro"
354
- msgstr "الذهاب برو"
355
 
356
- #: library/plugin-settings.php:37
357
- msgid "Settings"
358
- msgstr "الإعدادات"
359
-
360
- #: library/plugin-settings.php:55 library/plugin-settings.php:1007
361
- #: library/plugin-settings.php:1595
362
  msgid "Plugin Homepage"
363
- msgstr "Plugin Homepage"
364
 
365
- #: library/plugin-settings.php:56
366
  msgid "Homepage"
367
  msgstr "الصفحة الرئيسية"
368
 
369
- #: library/plugin-settings.php:61
370
  msgid "Give USP a 5-star rating at WordPress.org"
371
- msgstr "امنح USP تصنيف 5 نجوم على WordPress.org"
372
 
373
- #: library/plugin-settings.php:62
374
  msgid "Rate this plugin&nbsp;&raquo;"
375
- msgstr "تقييم هذا المكون الإضافي & nbsp؛ & raquo؛"
376
 
377
- #: library/plugin-settings.php:120
378
  msgid "WP Post (recommended)"
379
- msgstr "مشاركة الفسفور الابيض (موصى به)"
380
 
381
- #: library/plugin-settings.php:124
382
  msgid "WP Page"
383
- msgstr "صفحة الفسفور الابيض"
384
 
385
- #: library/plugin-settings.php:140
386
  msgid "HTML5 Form + Default CSS"
387
- msgstr "HTML5 Form + Default CSS"
388
 
389
- #: library/plugin-settings.php:140
390
  msgid "(Recommended)"
391
  msgstr "(موصى به)"
392
 
393
- #: library/plugin-settings.php:144
394
  msgid "HTML5 Form + Disable CSS"
395
- msgstr "HTML5 Form + Disable CSS"
396
 
397
- #: library/plugin-settings.php:144
398
  msgid "(Provide your own styles)"
399
- msgstr "(قدم الأنماط الخاصة بك)"
400
 
401
- #: library/plugin-settings.php:148
402
  msgid "Custom Form + Custom CSS"
403
- msgstr "نموذج مخصص + مخصص CSS"
404
 
405
- #: library/plugin-settings.php:148
406
  msgid "(Provide your own form template &amp; styles)"
407
- msgstr "(قم بتوفير قالب النموذج الخاص بك & amp؛ styles)"
408
 
409
- #: library/plugin-settings.php:164 library/plugin-settings.php:188
410
- #: library/plugin-settings.php:211 library/plugin-settings.php:235
411
  msgid "Auto-display before post content"
412
- msgstr "العرض التلقائي قبل نشر المحتوى"
413
 
414
- #: library/plugin-settings.php:168 library/plugin-settings.php:192
415
- #: library/plugin-settings.php:215 library/plugin-settings.php:239
416
  msgid "Auto-display after post content"
417
- msgstr "العرض التلقائي بعد محتوى النشر"
418
 
419
- #: library/plugin-settings.php:172
420
  msgid "Do not auto-display submitted images"
421
- msgstr "لا تقم بعرض الصور المرسلة تلقائيًا"
422
 
423
- #: library/plugin-settings.php:196
424
  msgid "Do not auto-display submitted email"
425
- msgstr "لا تقم تلقائيًا بعرض البريد الإلكتروني المقدم"
426
 
427
- #: library/plugin-settings.php:219
428
  msgid "Do not auto-display submitted URL"
429
- msgstr "لا تقم تلقائيًا بعرض عنوان URL المقدم"
430
 
431
- #: library/plugin-settings.php:243
432
  msgid "Do not auto-display the Custom Field"
433
- msgstr "لا تقم بعرض الحقل المخصص تلقائيًا"
434
 
435
- #: library/plugin-settings.php:271 library/plugin-settings.php:303
436
- #: library/plugin-settings.php:336 library/plugin-settings.php:368
437
- msgid "Display and require"
438
- msgstr "العرض وتتطلب"
439
 
440
- #: library/plugin-settings.php:272 library/plugin-settings.php:304
441
- msgid "Display but do not require"
442
- msgstr "عرض ولكن لا تتطلب"
443
 
444
- #: library/plugin-settings.php:273 library/plugin-settings.php:305
445
- #: library/plugin-settings.php:337 library/plugin-settings.php:369
446
  msgid "Disable this field"
447
  msgstr "تعطيل هذا المجال"
448
 
449
- #: library/plugin-settings.php:308 library/plugin-settings.php:340
450
- #: library/plugin-settings.php:372 library/plugin-settings.php:404
451
  msgid "(Visit"
452
  msgstr "(يزور"
453
 
454
- #: library/plugin-settings.php:309 library/plugin-settings.php:341
455
- #: library/plugin-settings.php:373 library/plugin-settings.php:405
456
  msgid "to configure options)"
457
- msgstr "لتهيئة الخيارات)"
458
 
459
- #: library/plugin-settings.php:324 library/plugin-settings.php:341
460
- #: library/plugin-settings.php:1261 library/plugin-settings.php:1266
461
  msgid "Challenge Question"
462
  msgstr "سؤال تحدي"
463
 
464
- #: library/plugin-settings.php:356 library/plugin-settings.php:373
465
- #: library/plugin-settings.php:1283
466
  msgid "Google reCAPTCHA"
467
  msgstr "جوجل reCAPTCHA"
468
 
469
- #: library/plugin-settings.php:388
470
  msgid "Post Images"
471
  msgstr "نشر الصور"
472
 
473
- #: library/plugin-settings.php:400
474
- msgid "Display"
475
- msgstr "عرض"
476
 
477
- #: library/plugin-settings.php:401
478
  msgid "Disable"
479
  msgstr "تعطيل"
480
 
481
- #: library/plugin-settings.php:405 library/plugin-settings.php:1344
482
  msgid "Image Uploads"
483
  msgstr "تحميل الصور"
484
 
485
- #: library/plugin-settings.php:485
486
  msgid "Draft"
487
  msgstr "مشروع"
488
 
489
- #: library/plugin-settings.php:486
490
  msgid "Pending (default)"
491
  msgstr "معلق (افتراضي)"
492
 
493
- #: library/plugin-settings.php:487
494
  msgid "Publish immediately"
495
  msgstr "نشر على الفور"
496
 
497
- #: library/plugin-settings.php:488
498
  msgid "Publish after 1 approved post"
499
- msgstr "نشر بعد 1 وظيفة معتمدة"
500
 
501
- #: library/plugin-settings.php:489
502
  msgid "Publish after "
503
- msgstr "انشر بعد"
504
 
505
- #: library/plugin-settings.php:489
506
  msgid " approved posts"
507
  msgstr " المشاركات المعتمدة"
508
 
509
- #: library/plugin-settings.php:655
 
 
 
 
510
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
511
- msgstr "كان هناك خطأ. يرجى التأكد من أنك أضفت عنوانًا ، وبعض المحتوى ، وأنك قمت بتحميل صور فقط."
512
 
513
- #: library/plugin-settings.php:669
514
  msgid "Please select your image(s) to upload."
515
- msgstr "يرجى اختيار صورك لتحميلها."
516
 
517
- #: library/plugin-settings.php:675
518
  msgid "Success! Thank you for your submission."
519
  msgstr "نجاح! شكرا لتقريركم."
520
 
521
- #: library/plugin-settings.php:701
522
  msgid "Email"
523
  msgstr "البريد الإلكتروني"
524
 
525
- #: library/plugin-settings.php:702
526
  msgid "URL"
527
  msgstr "URL"
528
 
529
- #: library/plugin-settings.php:962
530
  msgid "Toggle all panels"
531
- msgstr "تبديل كل اللوحات"
532
 
533
- #: library/plugin-settings.php:971
534
  msgid "We need your support!"
535
  msgstr "نحن بحاجة إلى دعمكم!"
536
 
537
- #: library/plugin-settings.php:975
538
  msgid "Make a donation via PayPal"
539
- msgstr "تقديم تبرع عبر PayPal"
540
 
541
- #: library/plugin-settings.php:975
542
  msgid "make a donation"
543
  msgstr "التبرع"
544
 
545
- #: library/plugin-settings.php:975
546
  msgid "and/or"
547
  msgstr "و / أو"
548
 
549
- #: library/plugin-settings.php:976
550
  msgid "Rate and review at the Plugin Directory"
551
- msgstr "التقييم والمراجعة في دليل المكونات الإضافية"
552
 
553
- #: library/plugin-settings.php:977
554
  msgid "give this plugin a 5-star rating"
555
- msgstr "تعطي هذا البرنامج المساعد على تصنيف 5 نجوم"
556
 
557
- #: library/plugin-settings.php:981
558
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
559
- msgstr "دعمك السخي يتيح التطوير المستمر لهذا البرنامج المساعد المجاني. شكرا لكم!"
560
 
561
- #: library/plugin-settings.php:986
562
  msgid "Check this box if you have shown support"
563
  msgstr "حدد هذا المربع إذا كنت قد أظهرت الدعم"
564
 
565
- #: library/plugin-settings.php:995
566
  msgid "Overview"
567
  msgstr "نظرة عامة"
568
 
569
- #: library/plugin-settings.php:999
570
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
571
- msgstr "تمكن زوارك من إرسال المشاركات وتحميل الصور من الواجهة الأمامية لموقعك."
572
 
573
- #: library/plugin-settings.php:1000
574
  msgid "For advanced functionality and unlimited forms, check out"
575
  msgstr "للحصول على وظائف متقدمة وأشكال غير محدودة ، راجع"
576
 
577
- #: library/plugin-settings.php:1000 library/plugin-settings.php:1402
578
  msgid "USP Pro"
579
  msgstr "USP Pro"
580
 
581
- #: library/plugin-settings.php:1001
582
  msgid "&mdash; the ultimate solution for user-generated content."
583
- msgstr "و[مدش]؛ الحل النهائي للمحتوى من إنشاء المستخدم."
584
 
585
- #: library/plugin-settings.php:1005 library/plugin-settings.php:1022
586
  msgid "Plugin Settings"
587
  msgstr "إعدادات البرنامج المساعد"
588
 
589
- #: library/plugin-settings.php:1006
590
  msgid "Display the form"
591
  msgstr "عرض النموذج"
592
 
593
- #: library/plugin-settings.php:1010
594
  msgid "If you like this plugin, please"
595
- msgstr "إذا كنت تحب هذا البرنامج المساعد ، من فضلك"
596
 
597
- #: library/plugin-settings.php:1011
598
  msgid "THANK YOU for your support!"
599
  msgstr "شكرا لدعمكم!"
600
 
601
- #: library/plugin-settings.php:1011
602
  msgid "give it a 5-star rating"
603
- msgstr "أعطها تصنيف 5 نجوم"
604
 
605
- #: library/plugin-settings.php:1015
606
  msgid "Unlimited front-end forms"
607
- msgstr "أشكال أمامية غير محدودة"
608
 
609
- #: library/plugin-settings.php:1015
610
  msgid "Get USP Pro"
611
  msgstr "احصل على USP Pro"
612
 
613
- #: library/plugin-settings.php:1025
614
  msgid "Configure your settings for User Submitted Posts."
615
- msgstr "قم بتكوين الإعدادات الخاصة بمستخدم المرسلين."
616
 
617
- #: library/plugin-settings.php:1027
618
  msgid "Form Fields"
619
  msgstr "حقول النموذج"
620
 
621
- #: library/plugin-settings.php:1033
622
  msgid "User Name"
623
  msgstr "اسم المستخدم"
624
 
625
- #: library/plugin-settings.php:1034
626
  msgid "User Email"
627
  msgstr "البريد الالكتروني للمستخدم"
628
 
629
- #: library/plugin-settings.php:1035
630
  msgid "User URL"
631
  msgstr "عنوان URL للمستخدم"
632
 
633
- #: library/plugin-settings.php:1050
634
  msgid "General Settings"
635
  msgstr "الاعدادات العامة"
636
 
637
- #: library/plugin-settings.php:1052
638
  msgid "Note that the default settings work fine for most cases."
639
  msgstr "لاحظ أن الإعدادات الافتراضية تعمل بشكل جيد لمعظم الحالات."
640
 
641
- #: library/plugin-settings.php:1057
642
  msgid "Form Style"
643
  msgstr "نمط النموذج"
644
 
645
- #: library/plugin-settings.php:1062
646
  msgid "With this option, you can copy the plugin&rsquo;s default templates:"
647
  msgstr "باستخدام هذا الخيار ، يمكنك نسخ القوالب الافتراضية للمكون الإضافي:"
648
 
649
- #: library/plugin-settings.php:1067
650
  msgid "..and upload them into a directory named"
651
- msgstr ".. وتحميلهم إلى دليل اسمه"
652
 
653
- #: library/plugin-settings.php:1067
654
  msgid "in your theme:"
655
- msgstr "في مظهرك:"
656
 
657
- #: library/plugin-settings.php:1073
658
  msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
659
- msgstr "سيمكنك ذلك من تخصيص النموذج والأساليب حسب الرغبة. لمزيد من المعلومات ، راجع قسم \"نموذج التقديم المخصص\" في"
660
 
661
- #: library/plugin-settings.php:1074
662
  msgid "Installation Docs"
663
  msgstr "مستندات التثبيت"
664
 
665
- #: library/plugin-settings.php:1075
666
  msgid "FYI: here is a"
667
  msgstr "لمعلوماتك: هنا هو"
668
 
669
- #: library/plugin-settings.php:1075
670
  msgid "list of USP CSS selectors"
671
- msgstr "قائمة من محددات USP CSS"
672
 
673
- #: library/plugin-settings.php:1081
674
  msgid "Include JavaScript"
675
- msgstr "تضمين جافا سكريبت"
676
 
677
- #: library/plugin-settings.php:1083
678
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
679
- msgstr "حدد هذا المربع إذا كنت تريد تضمين ملفات جافا سكريبت الخارجية (مستحسن)."
680
 
681
- #: library/plugin-settings.php:1086
682
  msgid "Targeted Loading"
683
- msgstr "التحميل المستهدف"
684
 
685
- #: library/plugin-settings.php:1088
686
- msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
687
- msgstr "بشكل افتراضي ، CSS & amp؛ يتم تحميل ملفات جافا سكريبت على كل صفحة. هنا يمكنك تحديد عنوان URL لنموذج USP لتحميل الموارد فقط على تلك الصفحة. ملاحظة: اتركه فارغا للتحميل على جميع الصفحات."
688
 
689
- #: library/plugin-settings.php:1091
690
  msgid "Post Type"
691
  msgstr "نوع آخر"
692
 
693
- #: library/plugin-settings.php:1094
694
  msgid "Submit posts as WP Posts or Pages"
695
- msgstr "إرسال المشاركات كوظائف WP أو الصفحات"
696
 
697
- #: library/plugin-settings.php:1098
698
  msgid "Post Status"
699
  msgstr "وضع آخر"
700
 
701
- #: library/plugin-settings.php:1101
702
  msgid "Post Status for submitted posts"
703
- msgstr "حالة المشاركة للوظائف المرسلة"
704
 
705
- #: library/plugin-settings.php:1105
706
  msgid "Redirect URL"
707
  msgstr "إعادة توجيه URL"
708
 
709
- #: library/plugin-settings.php:1107
710
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
711
- msgstr "حدد عنوان URL لإعادة توجيه المستخدم بعد الإرسال. اتركه فارغًا لإعادة التوجيه إلى الصفحة الحالية."
712
 
713
- #: library/plugin-settings.php:1110
714
  msgid "Success Message"
715
  msgstr "نجاح رسالة"
716
 
717
- #: library/plugin-settings.php:1112
718
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
719
- msgstr "رسالة النجاح التي يتم عرضها في حالة نجاح الإرسال اللاحق. الترميز الأساسي مسموح به."
720
 
721
- #: library/plugin-settings.php:1115
722
  msgid "Error Message"
723
  msgstr "رسالة خطأ"
724
 
725
- #: library/plugin-settings.php:1117
726
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
727
- msgstr "رسالة الخطأ العامة التي يتم عرضها في حالة فشل مرحلة ما بعد الإرسال. الترميز الأساسي مسموح به."
728
 
729
- #: library/plugin-settings.php:1120
730
  msgid "Custom Content"
731
  msgstr "محتوى مخصص"
732
 
733
- #: library/plugin-settings.php:1122
734
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
735
  msgstr "نص / ترميز مخصص ليتم تضمينه قبل نموذج التقديم. اتركه فارغًا لتعطيله."
736
 
737
- #: library/plugin-settings.php:1125
738
  msgid "Rich Text Editor"
739
  msgstr "معالج النصوص"
740
 
741
- #: library/plugin-settings.php:1127
742
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
743
- msgstr "ضع علامة اختيار في هذا المربع إذا كنت ترغب في تمكين تحرير النص الفسفور الخاص بالفئة البيضاء للوظائف المرسلة."
744
 
745
- #: library/plugin-settings.php:1130
746
  msgid "Unique Titles"
747
- msgstr "العناوين الفريدة"
748
 
749
- #: library/plugin-settings.php:1132
750
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
751
- msgstr "طلب أن تكون عناوين النشر المرسلة فريدة (مفيدة لمنع النشرات المتعددة / المكررة)."
752
 
753
- #: library/plugin-settings.php:1135
754
  msgid "Disable Required"
755
- msgstr "تعطيل المطلوبة"
756
 
757
- #: library/plugin-settings.php:1137
758
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
759
- msgstr "قم بتعطيل جميع السمات المطلوبة في حقول النموذج الافتراضية (مفيدة لتحري الخلل وإصلاحه)."
760
 
761
- #: library/plugin-settings.php:1140
762
  msgid "Enable Shortcodes"
763
- msgstr "تمكين الرموز القصيرة"
764
 
765
- #: library/plugin-settings.php:1142
766
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
767
- msgstr "تمكين الرموز القصيرة في الحاجيات. بشكل افتراضي ، لا يقوم WordPress بتمكين الرموز القصيرة في الأدوات."
768
 
769
- #: library/plugin-settings.php:1143
770
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
771
- msgstr "يمكّن هذا الإعداد أي / جميع الرموز القصيرة في الأدوات (حتى الرموز القصيرة من المكونات الإضافية الأخرى)."
772
 
773
- #: library/plugin-settings.php:1148
774
- msgid "GDPR"
775
- msgstr "GDPR"
776
 
777
- #: library/plugin-settings.php:1153
778
  msgid "Disable IP Tracking"
779
  msgstr "تعطيل تتبع IP"
780
 
781
- #: library/plugin-settings.php:1155
782
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
783
- msgstr "بشكل افتراضي ، يسجل USP عنوان IP مع كل مشاركة تم إرسالها. حدد هذا المربع لتعطيل كل تتبع IP."
784
 
785
- #: library/plugin-settings.php:1159
786
  msgid "Display Checkbox"
787
  msgstr "عرض مربع الاختيار"
788
 
789
- #: library/plugin-settings.php:1161
790
  msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
791
- msgstr "عرض خانة اختيار مخصصة في النموذج الخاص بك (مفيدة للناتج المحلي الإجمالي ، توافق على الشروط ، إلخ.)"
792
 
793
- #: library/plugin-settings.php:1164
794
  msgid "Checkbox Name"
795
- msgstr "اسم مربّع الاختيار"
796
 
797
- #: library/plugin-settings.php:1166 library/plugin-settings.php:1251
798
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
799
- msgstr "لا تستخدم سوى الأحرف الأبجدية الرقمية والشرطات السفلية والشرطات. إذا لم تكن متأكدًا ، فاستخدم الاسم الافتراضي:"
800
 
801
- #: library/plugin-settings.php:1169
802
  msgid "Checkbox Error"
803
  msgstr "خطأ في مربع الاختيار"
804
 
805
- #: library/plugin-settings.php:1171
806
  msgid "Error message displayed if user does not check the box."
807
- msgstr "تظهر رسالة الخطأ إذا لم يقم المستخدم بتحديد المربع."
808
 
809
- #: library/plugin-settings.php:1174
810
  msgid "Checkbox Text"
811
  msgstr "نص مربع الاختيار"
812
 
813
- #: library/plugin-settings.php:1176
814
  msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
815
- msgstr "النص المعروض بجوار مربع الاختيار. نصيحة: استخدم الأقواس المتعرجة لإخراج أقواس زاوية ، على سبيل المثال:"
816
 
817
- #: library/plugin-settings.php:1181 library/plugin-settings.php:1186
818
  msgid "Categories"
819
  msgstr "الاقسام"
820
 
821
- #: library/plugin-settings.php:1189
822
- msgid "Select which categories may be assigned to submitted posts (click to toggle)"
823
- msgstr "حدد الفئات التي قد يتم تعيينها للوظائف المرسلة (انقر للتبديل)"
824
 
825
- #: library/plugin-settings.php:1197
 
 
 
 
 
 
 
 
826
  msgid "Hidden/Default Category"
827
  msgstr "مخفي / الفئة الافتراضية"
828
 
829
- #: library/plugin-settings.php:1199
830
- msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
831
- msgstr "استخدم حقل مخفي لفئة النشر. يمكن استخدام هذا لتحديد فئة افتراضية عند تعطيل حقل الفئة."
832
 
833
- #: library/plugin-settings.php:1202
834
  msgid "Category ID for Hidden Field"
835
  msgstr "معرف الفئة للحقل المخفي"
836
 
837
- #: library/plugin-settings.php:1204
838
- msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
839
- msgstr "حدد معرف الفئة المطلوب استخدامها في & ldquo؛ الفئة المخفية / الافتراضية & rdquo؛ اختيار."
840
 
841
- #: library/plugin-settings.php:1209
842
  msgid "Users"
843
  msgstr "المستخدمين"
844
 
845
- #: library/plugin-settings.php:1214
846
  msgid "Assigned Author"
847
  msgstr "المؤلف المعين"
848
 
849
- #: library/plugin-settings.php:1217
850
  msgid "Specify the user that should be assigned as author for submitted posts."
851
- msgstr "حدد المستخدم الذي يجب تعيينه كمؤلف للوظائف المرسلة."
852
 
853
- #: library/plugin-settings.php:1221
854
  msgid "Registered Username"
855
  msgstr "اسم المستخدم المسجل"
856
 
857
- #: library/plugin-settings.php:1223
858
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
859
- msgstr "استخدم اسم المستخدم المسجل كمؤلف منشور. صالح عندما يكون الشخص المقدم للنموذج مسجلًا في WordPress."
860
 
861
- #: library/plugin-settings.php:1226
862
  msgid "User Profile URL"
863
- msgstr "عنوان URL لملف المستخدم"
864
 
865
- #: library/plugin-settings.php:1228
866
  msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
867
- msgstr "استخدم عنوان URL لملف تعريف المستخدم المسجل كقيمة حقل عنوان URL. صالح عندما يكون الشخص المقدم للنموذج مسجلًا في WordPress."
868
 
869
- #: library/plugin-settings.php:1231
870
  msgid "Require User Login"
871
- msgstr "يتطلب تسجيل دخول المستخدم"
872
 
873
- #: library/plugin-settings.php:1233
874
  msgid "Require users to be logged in to WordPress to view/submit the form"
875
  msgstr "مطالبة المستخدمين بتسجيل الدخول إلى WordPress لعرض / إرسال النموذج"
876
 
877
- #: library/plugin-settings.php:1236
878
  msgid "Disable Replace Author"
879
  msgstr "تعطيل استبدال المؤلف"
880
 
881
- #: library/plugin-settings.php:1238
882
  msgid "Do not replace post author with submitted user name"
883
- msgstr "لا تستبدل مؤلف المنشور باسم المستخدم المقدم"
884
 
885
- #: library/plugin-settings.php:1244
886
  msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
887
- msgstr "هنا يمكنك تغيير الاسم والتسمية المستخدمة في الحقل المخصص. يمكنك تمكين هذا الحقل من خلال إعداد حقول النماذج ، أعلاه."
888
 
889
- #: library/plugin-settings.php:1249
890
  msgid "Custom Field Name"
891
  msgstr "اسم الحقل المخصص"
892
 
893
- #: library/plugin-settings.php:1254
894
  msgid "Custom Field Label"
895
- msgstr "تسمية الحقل المخصص"
896
 
897
- #: library/plugin-settings.php:1256
898
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
899
- msgstr "سيتم عرض هذا كتسمية حقل في النموذج. الافتراضي: حقل مخصص"
900
 
901
- #: library/plugin-settings.php:1268
902
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
903
- msgstr "لمنع الرسائل غير المرغوب فيها ، أدخل سؤالًا يجب على المستخدمين الإجابة عليه قبل إرسال النموذج."
904
 
905
- #: library/plugin-settings.php:1271
906
  msgid "Challenge Response"
907
  msgstr "قبل التحدي"
908
 
909
- #: library/plugin-settings.php:1273
910
  msgid "Enter the *only* correct answer to the challenge question."
911
- msgstr "أدخل الإجابة الصحيحة فقط * لسؤال التحدي."
912
 
913
- #: library/plugin-settings.php:1276
914
  msgid "Case-sensitivity"
915
  msgstr "حساسية القضية"
916
 
917
- #: library/plugin-settings.php:1278
918
  msgid "Check this box if you want the challenge response to be case-sensitive."
919
  msgstr "حدد هذا المربع إذا كنت تريد أن تكون استجابة التحدي حساسة لحالة الأحرف."
920
 
921
- #: library/plugin-settings.php:1284
922
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
923
- msgstr "لتمكين Google reCAPTCHA ، أدخل المفاتيح العامة والخاصة."
924
 
925
- #: library/plugin-settings.php:1289
926
  msgid "Public Key"
927
  msgstr "المفتاح العمومي"
928
 
929
- #: library/plugin-settings.php:1291
930
  msgid "Enter your Public Key"
931
- msgstr "أدخل مفتاحك العام"
932
 
933
- #: library/plugin-settings.php:1294
934
  msgid "Private Key"
935
  msgstr "مفتاح سري"
936
 
937
- #: library/plugin-settings.php:1296
938
  msgid "Enter your Private Key"
939
- msgstr "أدخل مفتاحك الخاص"
940
 
941
- #: library/plugin-settings.php:1301
942
  msgid "Email Alerts"
943
  msgstr "تنبيهات البريد الإلكتروني"
944
 
945
- #: library/plugin-settings.php:1306
946
  msgid "Receive Email Alert"
947
- msgstr "تلقي تنبيه عبر البريد الإلكتروني"
948
 
949
- #: library/plugin-settings.php:1308
950
  msgid "Check this box if you want to be notified via email for new post submissions."
951
- msgstr "حدد هذا المربع إذا كنت تريد أن يتم إعلامك عبر البريد الإلكتروني لإرسال المشاركات الجديدة."
952
 
953
- #: library/plugin-settings.php:1311
954
  msgid "Enable HTML Format"
955
  msgstr "تمكين تنسيق HTML"
956
 
957
- #: library/plugin-settings.php:1313
958
  msgid "Check this box to enable HTML format for email alerts."
959
  msgstr "حدد هذا المربع لتمكين تنسيق HTML لتنبيهات البريد الإلكتروني."
960
 
961
- #: library/plugin-settings.php:1316
962
  msgid "Email Address for Alerts"
963
  msgstr "عنوان البريد الإلكتروني للتنبيهات"
964
 
965
- #: library/plugin-settings.php:1318
966
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
967
- msgstr "إذا حددت المربع لتلقي تنبيهات البريد الإلكتروني ، فأشر هنا إلى العنوان (العناوين) الذي يجب إرسال رسائل البريد الإلكتروني إليه."
968
 
969
- #: library/plugin-settings.php:1319
970
  msgid "Multiple recipients may be included using a comma, like so:"
971
- msgstr "قد يتم تضمين المستلمين المتعددين باستخدام فاصلة ، مثل:"
972
 
973
- #: library/plugin-settings.php:1322
974
  msgid "Email &ldquo;From&rdquo; Address"
975
  msgstr "البريد الإلكتروني & ldquo؛ من & rdquo؛ عنوان"
976
 
977
- #: library/plugin-settings.php:1324
978
  msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
979
- msgstr "هنا يمكنك تخصيص العنوان (العناوين) المستخدم في & ldquo؛ من & rdquo؛ رأس (راجع المساعد الأسئلة الشائعة للحصول على معلومات)."
980
 
981
- #: library/plugin-settings.php:1325
982
  msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
983
- msgstr "إذا تم تحديد عدة عناوين في الإعداد السابق ، فعليك بتضمين رقم متساوي من & ldquo؛ من & rdquo؛ عناوين لهذا الإعداد (في نفس الترتيب)."
984
 
985
- #: library/plugin-settings.php:1328
986
  msgid "Email Alert Subject"
987
- msgstr "البريد الالكتروني تنبيه الموضوع"
988
 
989
- #: library/plugin-settings.php:1330
990
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
991
- msgstr "سطر الموضوع لتنبيهات البريد الإلكتروني. اتركه فارغًا لاستخدام سطر الموضوع الافتراضي. ملاحظة: يمكنك استخدام المتغيرات التالية:"
992
 
993
- #: library/plugin-settings.php:1335
994
  msgid "Email Alert Message"
995
  msgstr "رسالة تنبيه بالبريد الإلكتروني"
996
 
997
- #: library/plugin-settings.php:1337
998
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
999
- msgstr "رسالة لتنبيهات البريد الإلكتروني. اتركه فارغًا لاستخدام الرسالة الافتراضية. ملاحظة: يمكنك استخدام المتغيرات التالية:"
1000
 
1001
- #: library/plugin-settings.php:1349
1002
  msgid "Featured Image"
1003
  msgstr "صورة مميزة"
1004
 
1005
- #: library/plugin-settings.php:1351
1006
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
1007
- msgstr "تعيين الصور المرسلة كصور مميزة. يتطلب دعم موضوع لصور مميزة (ويعرف أيضا باسم Thumbnails)."
1008
 
1009
- #: library/plugin-settings.php:1354
1010
  msgid "Upload Message"
1011
  msgstr "تحميل رسالة"
1012
 
1013
- #: library/plugin-settings.php:1356
1014
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
1015
- msgstr "الرسالة التي تظهر بجوار حقل التحميل. من المفيد ذكر إرشادات / سياسات التحميل / etc. الترميز الأساسي مسموح به."
1016
 
1017
- #: library/plugin-settings.php:1359
1018
  msgid "&ldquo;Add another image&rdquo; link"
1019
- msgstr "& ldquo؛ إضافة صورة أخرى & rdquo؛ حلقة الوصل"
1020
 
1021
- #: library/plugin-settings.php:1361
1022
  msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
1023
- msgstr "ترميز مخصص لـ & ldquo؛ إضافة صورة أخرى & rdquo؛ حلقة الوصل. اتركه فارغا لاستخدام الترميز الافتراضي (مستحسن)."
1024
 
1025
- #: library/plugin-settings.php:1364
1026
  msgid "Minimum number of images"
1027
  msgstr "الحد الأدنى لعدد الصور"
1028
 
1029
- #: library/plugin-settings.php:1367
1030
  msgid "Specify the minimum number of images."
1031
  msgstr "حدد الحد الأدنى لعدد الصور."
1032
 
1033
- #: library/plugin-settings.php:1371
1034
  msgid "Maximum number of images"
1035
- msgstr "أقصى عدد من الصور"
1036
 
1037
- #: library/plugin-settings.php:1374
1038
  msgid "Specify the maximum number of images."
1039
- msgstr "تحديد الحد الأقصى لعدد الصور."
1040
 
1041
- #: library/plugin-settings.php:1378
1042
  msgid "Minimum image width"
1043
  msgstr "الحد الأدنى لعرض الصورة"
1044
 
1045
- #: library/plugin-settings.php:1380
1046
  msgid "Specify a minimum width (in pixels) for uploaded images."
1047
  msgstr "حدد الحد الأدنى للعرض (بالبكسل) للصور التي تم تحميلها."
1048
 
1049
- #: library/plugin-settings.php:1383
1050
  msgid "Minimum image height"
1051
  msgstr "الحد الأدنى لارتفاع الصورة"
1052
 
1053
- #: library/plugin-settings.php:1385
1054
  msgid "Specify a minimum height (in pixels) for uploaded images."
1055
  msgstr "حدد الحد الأدنى للارتفاع (بالبكسل) للصور التي تم تحميلها."
1056
 
1057
- #: library/plugin-settings.php:1388
1058
  msgid "Maximum image width"
1059
- msgstr "أقصى عرض للصورة"
1060
 
1061
- #: library/plugin-settings.php:1390
1062
  msgid "Specify a maximum width (in pixels) for uploaded images."
1063
  msgstr "حدد الحد الأقصى للعرض (بالبكسل) للصور التي تم تحميلها."
1064
 
1065
- #: library/plugin-settings.php:1393
1066
  msgid "Maximum image height"
1067
  msgstr "أقصى ارتفاع للصورة"
1068
 
1069
- #: library/plugin-settings.php:1395
1070
  msgid "Specify a maximum height (in pixels) for uploaded images."
1071
- msgstr "حدد الحد الأقصى للارتفاع (بالبكسل) للصور التي تم تحميلها."
1072
 
1073
- #: library/plugin-settings.php:1398
1074
  msgid "More Options"
1075
- msgstr "مزيد من الخيارات"
1076
 
1077
- #: library/plugin-settings.php:1401
1078
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
1079
- msgstr "لمزيد من الخيارات ، مثل القدرة على تحميل أنواع الملفات الأخرى (مثل PDF ، Word ، Zip ، ومقاطع الفيديو ، والمزيد) ، تحقق من ذلك"
1080
 
1081
- #: library/plugin-settings.php:1402
1082
  msgid "Go Pro!"
1083
- msgstr "اذهب برو!"
1084
 
1085
- #: library/plugin-settings.php:1409
1086
  msgid "Auto-Display Content"
1087
  msgstr "محتوى العرض التلقائي"
1088
 
1089
- #: library/plugin-settings.php:1414
1090
  msgid "Auto-Display Images"
1091
- msgstr "صور العرض التلقائي"
1092
 
1093
- #: library/plugin-settings.php:1416
1094
  msgid "Auto-display user-submitted images:"
1095
- msgstr "الصور التي يتم إرسالها تلقائيًا بواسطة المستخدم:"
1096
 
1097
- #: library/plugin-settings.php:1421
1098
  msgid "Image Markup"
1099
- msgstr "Image Markup"
1100
 
1101
- #: library/plugin-settings.php:1423
1102
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1103
- msgstr "استخدام الترميز لكل صورة تم إرسالها (عند تمكين العرض التلقائي). يمكن استخدام"
1104
 
1105
- #: library/plugin-settings.php:1425 library/plugin-settings.php:1438
1106
- #: library/plugin-settings.php:1451 library/plugin-settings.php:1464
1107
  msgid "and"
1108
  msgstr "و"
1109
 
1110
- #: library/plugin-settings.php:1428
1111
  msgid "Auto-Display Email"
1112
- msgstr "البريد الإلكتروني للعرض التلقائي"
1113
 
1114
- #: library/plugin-settings.php:1430
1115
  msgid "Auto-display user-submitted email:"
1116
- msgstr "البريد الإلكتروني التلقائي الذي أرسله المستخدم للعرض:"
1117
 
1118
- #: library/plugin-settings.php:1435
1119
  msgid "Email Markup"
1120
- msgstr "ترميز البريد الإلكتروني"
1121
 
1122
- #: library/plugin-settings.php:1437
1123
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1124
- msgstr "الترميز المراد استخدامه لعنوان البريد الإلكتروني المُرسل (عند تمكين العرض التلقائي). يمكن استخدام"
1125
 
1126
- #: library/plugin-settings.php:1441
1127
  msgid "Auto-Display URL"
1128
- msgstr "عنوان URL المعروض التلقائي"
1129
 
1130
- #: library/plugin-settings.php:1443
1131
  msgid "Auto-display user-submitted URL:"
1132
- msgstr "عنوان URL التلقائي الذي أرسله المستخدم للعرض التلقائي:"
1133
 
1134
- #: library/plugin-settings.php:1448
1135
  msgid "URL Markup"
1136
- msgstr "ترميز عنوان URL"
1137
 
1138
- #: library/plugin-settings.php:1450
1139
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1140
- msgstr "الترميز المراد استخدامه لعنوان URL الذي تم إرساله (عندما يتم تمكين العرض التلقائي). يمكن استخدام"
1141
 
1142
- #: library/plugin-settings.php:1454
1143
  msgid "Auto-Display Custom Field"
1144
- msgstr "حقل العرض التلقائي للعرض"
1145
 
1146
- #: library/plugin-settings.php:1456
1147
  msgid "Auto-display user-submitted Custom Field:"
1148
- msgstr "الحقل المخصص الذي تم إرساله تلقائيًا بواسطة المستخدم:"
1149
 
1150
- #: library/plugin-settings.php:1461
1151
  msgid "Custom Field Markup"
1152
- msgstr "Custom Field Markup"
1153
 
1154
- #: library/plugin-settings.php:1463
1155
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1156
- msgstr "الترميز المراد استخدامه للحقل المخصص الذي تم إرساله (عند تمكين العرض التلقائي). يمكن استخدام"
1157
 
1158
- #: library/plugin-settings.php:1469 library/plugin-settings.php:1581
1159
  msgid "Save Settings"
1160
  msgstr "احفظ التغييرات"
1161
 
1162
- #: library/plugin-settings.php:1474
1163
  msgid "Display the Form"
1164
  msgstr "عرض النموذج"
1165
 
1166
- #: library/plugin-settings.php:1477
1167
  msgid "Post-Submit Form"
1168
- msgstr "نموذج ما بعد التقديم"
1169
 
1170
- #: library/plugin-settings.php:1478
1171
  msgid "USP enables you to display a post-submission form anywhere on your site."
1172
- msgstr "يمكّنك USP من عرض نموذج ما بعد التقديم في أي مكان على موقعك."
1173
 
1174
- #: library/plugin-settings.php:1479 library/plugin-settings.php:1488
1175
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1176
- msgstr "استخدم الرمز القصير لعرض النموذج في أي من منشورات WP أو صفحة:"
1177
 
1178
- #: library/plugin-settings.php:1482 library/plugin-settings.php:1491
1179
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1180
- msgstr "أو ، استخدم علامة القالب لعرض النموذج في أي مكان في قالب السمة الخاص بك:"
1181
 
1182
- #: library/plugin-settings.php:1486
1183
  msgid "Login/Register Form"
1184
  msgstr "نموذج تسجيل الدخول / التسجيل"
1185
 
1186
- #: library/plugin-settings.php:1487
1187
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1188
- msgstr "يمكنك أيضًا عرض نموذج يمكّن المستخدمين من تسجيل الدخول أو التسجيل أو إعادة تعيين كلمة المرور الخاصة بهم."
1189
 
1190
- #: library/plugin-settings.php:1495
1191
  msgid "Display Submitted Posts"
1192
  msgstr "عرض المشاركات المقدمة"
1193
 
1194
- #: library/plugin-settings.php:1496
1195
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1196
- msgstr "استخدم هذا الرمز القصير لعرض قائمة بالمشاركات المرسلة في أي من منشورات WP أو صفحة:"
1197
 
1198
- #: library/plugin-settings.php:1499
1199
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1200
- msgstr "أو استخدم علامة القالب لعرض قائمة بالمشاركات المرسلة في أي مكان في قالب السمة الخاص بك:"
1201
 
1202
- #: library/plugin-settings.php:1502
1203
  msgid "Here are some examples showing how to configure this shortcode:"
1204
  msgstr "فيما يلي بعض الأمثلة التي توضح كيفية تكوين هذا الرمز القصير:"
1205
 
1206
- #: library/plugin-settings.php:1510
1207
  msgid "Display Image Gallery"
1208
  msgstr "عرض معرض الصور"
1209
 
1210
- #: library/plugin-settings.php:1511
1211
  msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
1212
- msgstr "استخدم هذا الرمز القصير لعرض معرض للصور التي تم تحميلها لكل مشاركة تم إرسالها:"
1213
 
1214
- #: library/plugin-settings.php:1514
1215
  msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
1216
- msgstr "أو استخدم علامة القالب لعرض معرض صور في أي مكان في قالب السمة الخاص بك:"
1217
 
1218
- #: library/plugin-settings.php:1517
1219
  msgid "You can customize using any of the follwing attributes:"
1220
- msgstr "يمكنك التخصيص باستخدام أي من سمات follwing:"
1221
 
1222
- #: library/plugin-settings.php:1532
1223
  msgid "Reset Form Button"
1224
  msgstr "إعادة تعيين زر النموذج"
1225
 
1226
- #: library/plugin-settings.php:1533
1227
  msgid "This shortcode displays a link that resets the form to its original state:"
1228
  msgstr "يعرض هذا الرمز القصير رابطًا يعيد تعيين النموذج إلى حالته الأصلية:"
1229
 
1230
- #: library/plugin-settings.php:1536
1231
  msgid "This shortcode accepts the following attributes:"
1232
- msgstr "هذا الرمز القصير يقبل السمات التالية:"
1233
 
1234
- #: library/plugin-settings.php:1542
1235
  msgid "Note that the url attribute accepts"
1236
  msgstr "لاحظ أن سمة url تقبل"
1237
 
1238
- #: library/plugin-settings.php:1542
1239
  msgid "to get the current URL."
1240
  msgstr "للحصول على عنوان URL الحالي."
1241
 
1242
- #: library/plugin-settings.php:1545
1243
  msgid "Access Control"
1244
  msgstr "صلاحية التحكم صلاحية الدخول"
1245
 
1246
- #: library/plugin-settings.php:1546
1247
  msgid "USP provides three shortcodes to control access and restrict content."
1248
- msgstr "يوفر USP ثلاثة رموز قصيرة للتحكم في الوصول وتقييد المحتوى."
1249
 
1250
- #: library/plugin-settings.php:1547
1251
  msgid "Display content only to users with a specific capability:"
1252
- msgstr "عرض المحتوى فقط للمستخدمين ذوي الإمكانات المحددة:"
1253
 
1254
- #: library/plugin-settings.php:1550
1255
  msgid "Display content to logged-in users:"
1256
- msgstr "عرض المحتوى للمستخدمين الذين يسجلون الدخول:"
1257
 
1258
- #: library/plugin-settings.php:1553
1259
  msgid "Display content to visitors only:"
1260
  msgstr "عرض المحتوى للزوار فقط:"
1261
 
1262
- #: library/plugin-settings.php:1556
1263
  msgid "Tip:"
1264
  msgstr "تلميح:"
1265
 
1266
- #: library/plugin-settings.php:1556
1267
  msgid "to include markup in the deny message, you can use"
1268
- msgstr "لتضمين الترميز في رسالة الرفض ، يمكنك استخدامه"
1269
 
1270
- #: library/plugin-settings.php:1556
1271
  msgid "to output"
1272
  msgstr "لإخراج"
1273
 
1274
- #: library/plugin-settings.php:1559
1275
  msgid "Example"
1276
  msgstr "مثال"
1277
 
1278
- #: library/plugin-settings.php:1560
1279
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1280
- msgstr "إذا قام المستخدم بتسجيل الدخول ، فقم بعرض نموذج ما بعد الإرسال ؛ أو إذا لم يقم المستخدم بتسجيل الدخول ، قم بعرض نموذج تسجيل الدخول:"
1281
 
1282
- #: library/plugin-settings.php:1572
1283
  msgid "Restore Defaults"
1284
  msgstr "استعادة الضبط الافتراضي"
1285
 
1286
- #: library/plugin-settings.php:1575
1287
  msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1288
- msgstr "اترك هذا الخيار معطلًا لتذكر إعداداتك. أو للمضي قدمًا واستعادة خيارات المكوّن الإضافي الافتراضية: حدد المربع وحفظ الإعدادات ، ثم ألغِ تنشيط المكوّن الإضافي أو أعد تنشيطه."
1289
 
1290
- #: library/plugin-settings.php:1579
1291
  msgid "Restore default options upon plugin deactivation/reactivation."
1292
- msgstr "استعادة الخيارات الافتراضية عند إلغاء تنشيط المكوّن الإضافي / إعادة التنشيط."
1293
 
1294
- #: library/plugin-settings.php:1586
1295
  msgid "Show Support"
1296
  msgstr "إظهار الدعم"
1297
 
1298
- #: library/plugin-settings.php:1595
1299
  msgid "by"
1300
  msgstr "بواسطة"
1301
 
1302
- #: library/plugin-settings.php:1596
1303
  msgid "Jeff Starr on Twitter"
1304
  msgstr "جيف ستار على تويتر"
1305
 
1306
- #: library/plugin-settings.php:1597
1307
  msgid "Obsessive Web Design &amp; Development"
1308
- msgstr "تصميم الويب الوسواس & amp؛ تطوير"
1309
 
1310
- #: library/plugin-settings.php:1608
1311
  msgid "Save Preference"
1312
  msgstr "حفظ التفضيل"
1313
 
1314
- #: library/plugin-settings.php:1615
1315
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1316
- msgstr "هل أنت متأكد من أنك تريد استعادة جميع الخيارات الافتراضية؟ (لا يمكن التراجع عن هذا الإجراء)"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1317
 
1318
  #. Description of the plugin
1319
  #:
1320
  msgid "Enables your visitors to submit posts and images from anywhere on your site."
1321
- msgstr "تمكن زوارك من إرسال المشاركات والصور من أي مكان على موقعك."
1322
 
1323
  #. URI of the plugin
1324
  #:
4
  "Content-Type: text/plain; charset=UTF-8\n"
5
  "Content-Transfer-Encoding: 8bit\n"
6
  "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20190825\n"
8
  "Language: ar\n"
9
 
10
  #. Name of the plugin
11
  #: user-submitted-posts.php:44 library/support-panel.php:5
12
  msgid "User Submitted Posts"
13
+ msgstr "المستخدم المقدمة المشاركات"
14
 
15
+ #: user-submitted-posts.php:82
16
  msgid "requires WordPress "
17
+ msgstr "يتطلب وورد "
18
 
19
+ #: user-submitted-posts.php:83
20
  msgid " or higher, and has been deactivated! "
21
+ msgstr " أو أعلى ، وتم إلغاء تنشيطه! "
22
 
23
+ #: user-submitted-posts.php:84
24
  msgid "Please return to the"
25
  msgstr "يرجى العودة إلى"
26
 
27
+ #: user-submitted-posts.php:85
28
  msgid "WordPress Admin Area"
29
+ msgstr "وورد المنطقة الادارية"
30
 
31
+ #: user-submitted-posts.php:86
32
  msgid "to upgrade WordPress and try again."
33
  msgstr "لترقية WordPress وحاول مرة أخرى."
34
 
35
+ #: user-submitted-posts.php:126
36
  msgid "User Submitted Post"
37
+ msgstr "المستخدم مقدم المشاركة"
38
 
39
+ #: user-submitted-posts.php:467
40
  msgid "User Submitted Post Info"
41
+ msgstr "مقدم المستخدم معلومات المشاركة"
42
 
43
+ #: user-submitted-posts.php:497
44
  msgid "Submitter Name: "
45
+ msgstr "اسم مقدم الطلب: "
46
 
47
+ #: user-submitted-posts.php:498
48
  msgid "Submitter Email: "
49
+ msgstr "البريد الإلكتروني المقدم: "
50
 
51
+ #: user-submitted-posts.php:499
52
  msgid "Submitter URL: "
53
+ msgstr "عنوان URL المقدم: "
54
 
55
+ #: user-submitted-posts.php:500
56
  msgid "Submitter IP: "
57
+ msgstr "مقدم IP: "
58
 
59
+ #: user-submitted-posts.php:555
60
  msgid "Show USP Posts"
61
+ msgstr "عرض المشاركات USP"
62
 
63
+ #: user-submitted-posts.php:556 library/plugin-settings.php:1095
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
+ #: user-submitted-posts.php:1393
68
  msgid " files required"
69
  msgstr " الملفات المطلوبة"
70
 
71
+ #: user-submitted-posts.php:1394
72
  msgid " file required"
73
  msgstr " الملف المطلوب"
74
 
75
+ #: user-submitted-posts.php:1396
76
  msgid " files"
77
  msgstr " ملفات"
78
 
79
+ #: user-submitted-posts.php:1397
80
  msgid " file"
81
  msgstr " ملف"
82
 
83
+ #: user-submitted-posts.php:1399 user-submitted-posts.php:1400
84
+ #: user-submitted-posts.php:1401 user-submitted-posts.php:1402
85
  msgid " pixels"
86
  msgstr " بكسل"
87
 
88
+ #: user-submitted-posts.php:1404 library/core-functions.php:219
89
+ #: library/plugin-settings.php:297 library/plugin-settings.php:316
90
+ #: library/plugin-settings.php:794 library/plugin-settings.php:1344
91
  msgid "Custom Field"
92
  msgstr "حقل مخصص"
93
 
94
+ #: user-submitted-posts.php:1406
95
  msgid "Custom checkbox required"
96
  msgstr "خانة الاختيار المخصصة المطلوبة"
97
 
98
+ #: user-submitted-posts.php:1409
99
  msgid "An error occurred. Please go back and try again."
100
  msgstr "حدث خطأ. الرجاء العودة والمحاولة مجددا."
101
 
102
+ #: user-submitted-posts.php:1419
103
  msgid "User login required"
104
  msgstr "تسجيل دخول المستخدم مطلوب"
105
 
106
+ #: user-submitted-posts.php:1420
107
  msgid "User name required"
108
  msgstr "اسم المستخدم (مطلوب"
109
 
110
+ #: user-submitted-posts.php:1421
111
  msgid "Post title required"
112
+ msgstr "آخر عنوان مطلوب"
113
 
114
+ #: user-submitted-posts.php:1422
115
  msgid "User URL required"
116
  msgstr "عنوان URL المستخدم مطلوب"
117
 
118
+ #: user-submitted-posts.php:1423
119
  msgid "Post tags required"
120
+ msgstr "وظيفة العلامات المطلوبة"
121
 
122
+ #: user-submitted-posts.php:1424
123
  msgid "Post category required"
124
+ msgstr "آخر فئة المطلوبة"
125
 
126
+ #: user-submitted-posts.php:1425
127
  msgid "Post content required"
128
+ msgstr "نشر المحتوى المطلوب"
129
 
130
+ #: user-submitted-posts.php:1426 user-submitted-posts.php:1427
131
  msgid "Correct captcha required"
132
+ msgstr "كلمة التحقق الصحيحة المطلوبة"
133
 
134
+ #: user-submitted-posts.php:1428
135
  msgid "User email required"
136
+ msgstr "البريد الإلكتروني للمستخدم مطلوب"
137
 
138
+ #: user-submitted-posts.php:1429
139
  msgid "Please check your email and try again"
140
  msgstr "يرجى التحقق من بريدك الإلكتروني والمحاولة مرة أخرى"
141
 
142
+ #: user-submitted-posts.php:1430
143
  msgid "Non-empty value for hidden field"
144
  msgstr "قيمة غير فارغة للحقل المخفي"
145
 
146
+ #: user-submitted-posts.php:1431
147
  msgid "Minimum number of images not met"
148
+ msgstr "الحد الأدنى لعدد الصور لم يتحقق"
149
 
150
+ #: user-submitted-posts.php:1432
151
  msgid "Maximum number of images exceeded "
152
+ msgstr "تم تجاوز العدد الأقصى للصور "
153
 
154
+ #: user-submitted-posts.php:1433
155
  msgid "Minimum image width not met"
156
+ msgstr "الحد الأدنى لعرض الصورة لم يتحقق"
157
 
158
+ #: user-submitted-posts.php:1434
159
  msgid "Image width exceeds maximum"
160
  msgstr "عرض الصورة يتجاوز الحد الأقصى"
161
 
162
+ #: user-submitted-posts.php:1435
163
  msgid "Minimum image height not met"
164
+ msgstr "الحد الأدنى لارتفاع الصورة لم يتحقق"
165
 
166
+ #: user-submitted-posts.php:1436
167
  msgid "Image height exceeds maximum"
168
+ msgstr "ارتفاع الصورة يتجاوز الحد الأقصى"
169
 
170
+ #: user-submitted-posts.php:1437
171
  msgid "File type not allowed (please upload images only)"
172
  msgstr "نوع الملف غير مسموح به (يرجى تحميل الصور فقط)"
173
 
174
+ #: user-submitted-posts.php:1438
175
  msgid " required"
176
  msgstr " مطلوب"
177
 
178
+ #: user-submitted-posts.php:1443
179
  msgid "File not uploaded. Please check the file and try again."
180
+ msgstr "الملف غير محمّل. يرجى التحقق من الملف والمحاولة مرة أخرى."
181
 
182
+ #: user-submitted-posts.php:1447
183
  msgid "The file(s) could not be uploaded"
184
  msgstr "لا يمكن تحميل الملف (الملفات)"
185
 
186
+ #: user-submitted-posts.php:1449
187
  msgid "Post not created. Please contact the site administrator for help."
188
+ msgstr "لم يتم إنشاء المشاركة. يرجى الاتصال بمسؤول الموقع للحصول على المساعدة."
189
 
190
+ #: user-submitted-posts.php:1450
191
  msgid "Duplicate post title. Please try again."
192
  msgstr "عنوان آخر مكرر. حاول مرة اخرى."
193
 
194
+ #: user-submitted-posts.php:1460
195
  msgid "Error: "
196
+ msgstr "خطأ: "
197
 
198
+ #: user-submitted-posts.php:1486
199
  msgid "Return to form"
200
  msgstr "العودة إلى النموذج"
201
 
202
+ #: user-submitted-posts.php:1516 library/plugin-settings.php:1071
203
  msgid "Please"
204
  msgstr "رجاء"
205
 
206
+ #: user-submitted-posts.php:1517
207
  msgid "log in"
208
  msgstr "تسجيل الدخول"
209
 
210
+ #: user-submitted-posts.php:1518
211
  msgid "to submit content!"
212
  msgstr "لتقديم المحتوى!"
213
 
214
+ #: views/submission-form.php:21 views/submission-form-alt.php:40
215
  msgid "Please complete the required fields."
216
+ msgstr "يرجى ملء الحقول المطلوبة."
217
 
218
+ #: views/submission-form.php:31 views/submission-form.php:32
219
+ #: views/submission-form-alt.php:46 views/submission-form-alt.php:47
220
  msgid "Your Name"
221
  msgstr "اسمك"
222
 
223
+ #: views/submission-form.php:37 views/submission-form.php:38
224
+ #: views/submission-form-alt.php:52 views/submission-form-alt.php:53
225
  msgid "Your URL"
226
  msgstr "عنوان URL الخاص بك"
227
 
228
+ #: views/submission-form.php:43 views/submission-form.php:44
229
+ #: views/submission-form-alt.php:58 views/submission-form-alt.php:59
230
  msgid "Your Email"
231
  msgstr "بريدك الالكتروني"
232
 
233
+ #: views/submission-form.php:49 views/submission-form.php:50
234
+ #: views/submission-form-alt.php:64 views/submission-form-alt.php:65
235
+ #: library/plugin-settings.php:1132
236
  msgid "Post Title"
237
  msgstr "عنوان المشاركة"
238
 
239
+ #: views/submission-form.php:55 views/submission-form.php:56
240
+ #: views/submission-form-alt.php:70 views/submission-form-alt.php:71
241
+ #: library/plugin-settings.php:1133
242
  msgid "Post Tags"
243
+ msgstr "وظيفة العلامات"
244
 
245
+ #: views/submission-form.php:68 views/submission-form-alt.php:83
246
  msgid "Antispam Question"
247
  msgstr "مكافحة البريد التطفلي السؤال"
248
 
249
+ #: views/submission-form.php:73 views/submission-form-alt.php:88
250
+ #: library/plugin-settings.php:1134
251
  msgid "Post Category"
252
+ msgstr "وظيفة الفئة"
253
 
254
+ #: views/submission-form.php:74 views/submission-form.php:75
255
+ #: views/submission-form-alt.php:89 views/submission-form-alt.php:90
256
  msgid "Please select a category.."
257
  msgstr "الرجاء تحديد الفئة.."
258
 
259
+ #: views/submission-form.php:106 views/submission-form.php:107
260
+ #: views/submission-form-alt.php:121 views/submission-form-alt.php:122
261
+ #: library/plugin-settings.php:1135
262
  msgid "Post Content"
263
  msgstr "آخر المحتوى"
264
 
265
+ #: views/submission-form.php:113 views/submission-form-alt.php:128
266
  msgid "Verification"
267
  msgstr "التحقق"
268
 
269
+ #: views/submission-form.php:120 views/submission-form-alt.php:135
270
  msgid "Upload an Image"
271
  msgstr "تحميل صورة"
272
 
273
+ #: views/submission-form.php:129 views/submission-form-alt.php:144
274
  msgid "Add another image"
275
  msgstr "أضف صورة أخرى"
276
 
277
+ #: views/submission-form.php:151 views/submission-form-alt.php:166
278
  msgid "Human verification: leave this field empty."
279
  msgstr "التحقق البشري: اترك هذا الحقل فارغًا."
280
 
281
+ #: views/submission-form.php:175 views/submission-form-alt.php:190
282
  msgid "Submit Post"
283
  msgstr "إرسال المشاركة"
284
 
285
+ #: library/enqueue-scripts.php:122 library/enqueue-scripts.php:157
286
+ msgid "Incorrect response."
287
+ msgstr "استجابة غير صحيحة."
288
+
289
  #: library/shortcode-misc.php:18
290
  msgid "Reset form"
291
  msgstr "إعادة تعيين النموذج"
292
 
293
  #: library/shortcode-misc.php:128
294
  msgid "View full post"
295
+ msgstr "عرض كامل وظيفة"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
296
 
297
+ #: library/plugin-settings.php:31
298
+ msgid "Settings"
299
+ msgstr "الإعدادات"
300
 
301
+ #: library/plugin-settings.php:40
302
  msgid "Get USP Pro for unlimited forms!"
303
  msgstr "احصل على USP Pro لأشكال غير محدودة!"
304
 
305
+ #: library/plugin-settings.php:41
306
  msgid "Go Pro"
307
+ msgstr "جو برو"
308
 
309
+ #: library/plugin-settings.php:62 library/plugin-settings.php:1103
310
+ #: library/plugin-settings.php:1696
 
 
 
 
311
  msgid "Plugin Homepage"
312
+ msgstr "البرنامج المساعد الصفحة الرئيسية"
313
 
314
+ #: library/plugin-settings.php:63
315
  msgid "Homepage"
316
  msgstr "الصفحة الرئيسية"
317
 
318
+ #: library/plugin-settings.php:68
319
  msgid "Give USP a 5-star rating at WordPress.org"
320
+ msgstr "إعطاء USP تصنيف 5 نجوم في WordPress.org"
321
 
322
+ #: library/plugin-settings.php:69
323
  msgid "Rate this plugin&nbsp;&raquo;"
324
+ msgstr "قيّم هذا المكون الإضافي & nbsp؛ & raquo؛"
325
 
326
+ #: library/plugin-settings.php:127
327
  msgid "WP Post (recommended)"
328
+ msgstr "الفسفور الابيض بوست (مستحسن)"
329
 
330
+ #: library/plugin-settings.php:131
331
  msgid "WP Page"
332
+ msgstr "الفسفور الابيض الصفحة"
333
 
334
+ #: library/plugin-settings.php:147
335
  msgid "HTML5 Form + Default CSS"
336
+ msgstr "HTML5 نموذج + الافتراضي المغلق"
337
 
338
+ #: library/plugin-settings.php:147
339
  msgid "(Recommended)"
340
  msgstr "(موصى به)"
341
 
342
+ #: library/plugin-settings.php:151
343
  msgid "HTML5 Form + Disable CSS"
344
+ msgstr "نموذج HTML5 + تعطيل CSS"
345
 
346
+ #: library/plugin-settings.php:151
347
  msgid "(Provide your own styles)"
348
+ msgstr "(تقديم الأنماط الخاصة بك)"
349
 
350
+ #: library/plugin-settings.php:155
351
  msgid "Custom Form + Custom CSS"
352
+ msgstr "نموذج مخصص + مخصص المغلق"
353
 
354
+ #: library/plugin-settings.php:155
355
  msgid "(Provide your own form template &amp; styles)"
356
+ msgstr "(قدم قالب النموذج الخاص بك والأنماط)"
357
 
358
+ #: library/plugin-settings.php:171 library/plugin-settings.php:195
359
+ #: library/plugin-settings.php:218 library/plugin-settings.php:242
360
  msgid "Auto-display before post content"
361
+ msgstr "عرض تلقائي قبل نشر المحتوى"
362
 
363
+ #: library/plugin-settings.php:175 library/plugin-settings.php:199
364
+ #: library/plugin-settings.php:222 library/plugin-settings.php:246
365
  msgid "Auto-display after post content"
366
+ msgstr "عرض تلقائي بعد نشر المحتوى"
367
 
368
+ #: library/plugin-settings.php:179
369
  msgid "Do not auto-display submitted images"
370
+ msgstr "لا تعرض الصور المقدمة تلقائيًا"
371
 
372
+ #: library/plugin-settings.php:203
373
  msgid "Do not auto-display submitted email"
374
+ msgstr "لا تعرض البريد الإلكتروني المقدم تلقائيًا"
375
 
376
+ #: library/plugin-settings.php:226
377
  msgid "Do not auto-display submitted URL"
378
+ msgstr "لا تعرض عنوان URL المقدم تلقائيًا"
379
 
380
+ #: library/plugin-settings.php:250
381
  msgid "Do not auto-display the Custom Field"
382
+ msgstr "لا تقم تلقائيًا بعرض الحقل المخصص"
383
 
384
+ #: library/plugin-settings.php:278 library/plugin-settings.php:310
385
+ #: library/plugin-settings.php:343 library/plugin-settings.php:375
386
+ msgid "Enable and require"
387
+ msgstr "تمكين وتتطلب"
388
 
389
+ #: library/plugin-settings.php:279 library/plugin-settings.php:311
390
+ msgid "Enable but do not require"
391
+ msgstr "تمكين ولكن لا تتطلب"
392
 
393
+ #: library/plugin-settings.php:280 library/plugin-settings.php:312
394
+ #: library/plugin-settings.php:344 library/plugin-settings.php:376
395
  msgid "Disable this field"
396
  msgstr "تعطيل هذا المجال"
397
 
398
+ #: library/plugin-settings.php:315 library/plugin-settings.php:347
399
+ #: library/plugin-settings.php:379 library/plugin-settings.php:411
400
  msgid "(Visit"
401
  msgstr "(يزور"
402
 
403
+ #: library/plugin-settings.php:316 library/plugin-settings.php:348
404
+ #: library/plugin-settings.php:380 library/plugin-settings.php:412
405
  msgid "to configure options)"
406
+ msgstr "لتكوين الخيارات)"
407
 
408
+ #: library/plugin-settings.php:331 library/plugin-settings.php:348
409
+ #: library/plugin-settings.php:1362 library/plugin-settings.php:1367
410
  msgid "Challenge Question"
411
  msgstr "سؤال تحدي"
412
 
413
+ #: library/plugin-settings.php:363 library/plugin-settings.php:380
414
+ #: library/plugin-settings.php:1384
415
  msgid "Google reCAPTCHA"
416
  msgstr "جوجل reCAPTCHA"
417
 
418
+ #: library/plugin-settings.php:395
419
  msgid "Post Images"
420
  msgstr "نشر الصور"
421
 
422
+ #: library/plugin-settings.php:407
423
+ msgid "Enable"
424
+ msgstr "مكن"
425
 
426
+ #: library/plugin-settings.php:408
427
  msgid "Disable"
428
  msgstr "تعطيل"
429
 
430
+ #: library/plugin-settings.php:412 library/plugin-settings.php:1445
431
  msgid "Image Uploads"
432
  msgstr "تحميل الصور"
433
 
434
+ #: library/plugin-settings.php:492
435
  msgid "Draft"
436
  msgstr "مشروع"
437
 
438
+ #: library/plugin-settings.php:493
439
  msgid "Pending (default)"
440
  msgstr "معلق (افتراضي)"
441
 
442
+ #: library/plugin-settings.php:494
443
  msgid "Publish immediately"
444
  msgstr "نشر على الفور"
445
 
446
+ #: library/plugin-settings.php:495
447
  msgid "Publish after 1 approved post"
448
+ msgstr "نشر بعد 1 وظيفة المعتمدة"
449
 
450
+ #: library/plugin-settings.php:496
451
  msgid "Publish after "
452
+ msgstr "نشر بعد "
453
 
454
+ #: library/plugin-settings.php:496
455
  msgid " approved posts"
456
  msgstr " المشاركات المعتمدة"
457
 
458
+ #: library/plugin-settings.php:524
459
+ msgid "Select categories to display in the Category field."
460
+ msgstr "حدد فئات لعرضها في حقل الفئة."
461
+
462
+ #: library/plugin-settings.php:738
463
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
464
+ msgstr "كان هناك خطأ. يرجى التأكد من أنك قمت بإضافة عنوان ، وبعض المحتوى ، وأنك قمت بتحميل الصور فقط."
465
 
466
+ #: library/plugin-settings.php:752
467
  msgid "Please select your image(s) to upload."
468
+ msgstr "يرجى اختيار صورتك (صورك) للتحميل."
469
 
470
+ #: library/plugin-settings.php:758
471
  msgid "Success! Thank you for your submission."
472
  msgstr "نجاح! شكرا لتقريركم."
473
 
474
+ #: library/plugin-settings.php:784
475
  msgid "Email"
476
  msgstr "البريد الإلكتروني"
477
 
478
+ #: library/plugin-settings.php:785
479
  msgid "URL"
480
  msgstr "URL"
481
 
482
+ #: library/plugin-settings.php:1058
483
  msgid "Toggle all panels"
484
+ msgstr "تبديل جميع اللوحات"
485
 
486
+ #: library/plugin-settings.php:1067
487
  msgid "We need your support!"
488
  msgstr "نحن بحاجة إلى دعمكم!"
489
 
490
+ #: library/plugin-settings.php:1071
491
  msgid "Make a donation via PayPal"
492
+ msgstr "تبرع عبر PayPal"
493
 
494
+ #: library/plugin-settings.php:1071
495
  msgid "make a donation"
496
  msgstr "التبرع"
497
 
498
+ #: library/plugin-settings.php:1071
499
  msgid "and/or"
500
  msgstr "و / أو"
501
 
502
+ #: library/plugin-settings.php:1072
503
  msgid "Rate and review at the Plugin Directory"
504
+ msgstr "معدل ومراجعة في دليل البرنامج المساعد"
505
 
506
+ #: library/plugin-settings.php:1073
507
  msgid "give this plugin a 5-star rating"
508
+ msgstr "إعطاء هذا البرنامج المساعد تصنيف 5 نجوم"
509
 
510
+ #: library/plugin-settings.php:1077
511
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
512
+ msgstr "يتيح لك الدعم السخي التطوير المستمر لهذا البرنامج المساعد المجاني. شكرا لك!"
513
 
514
+ #: library/plugin-settings.php:1082
515
  msgid "Check this box if you have shown support"
516
  msgstr "حدد هذا المربع إذا كنت قد أظهرت الدعم"
517
 
518
+ #: library/plugin-settings.php:1091
519
  msgid "Overview"
520
  msgstr "نظرة عامة"
521
 
522
+ #: library/plugin-settings.php:1095
523
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
524
+ msgstr "يمكّن زائريك من إرسال منشورات وتحميل الصور من الواجهة الأمامية لموقعك. "
525
 
526
+ #: library/plugin-settings.php:1096
527
  msgid "For advanced functionality and unlimited forms, check out"
528
  msgstr "للحصول على وظائف متقدمة وأشكال غير محدودة ، راجع"
529
 
530
+ #: library/plugin-settings.php:1096 library/plugin-settings.php:1503
531
  msgid "USP Pro"
532
  msgstr "USP Pro"
533
 
534
+ #: library/plugin-settings.php:1097
535
  msgid "&mdash; the ultimate solution for user-generated content."
536
+ msgstr "و[مدش]؛ الحل النهائي للمحتوى الذي ينشئه المستخدم."
537
 
538
+ #: library/plugin-settings.php:1101 library/plugin-settings.php:1118
539
  msgid "Plugin Settings"
540
  msgstr "إعدادات البرنامج المساعد"
541
 
542
+ #: library/plugin-settings.php:1102
543
  msgid "Display the form"
544
  msgstr "عرض النموذج"
545
 
546
+ #: library/plugin-settings.php:1106
547
  msgid "If you like this plugin, please"
548
+ msgstr "إذا كنت مثل هذا البرنامج المساعد ، من فضلك"
549
 
550
+ #: library/plugin-settings.php:1107
551
  msgid "THANK YOU for your support!"
552
  msgstr "شكرا لدعمكم!"
553
 
554
+ #: library/plugin-settings.php:1107
555
  msgid "give it a 5-star rating"
556
+ msgstr "اعطائها تصنيف 5 نجوم"
557
 
558
+ #: library/plugin-settings.php:1111
559
  msgid "Unlimited front-end forms"
560
+ msgstr "أشكال غير محدودة للواجهة الأمامية"
561
 
562
+ #: library/plugin-settings.php:1111
563
  msgid "Get USP Pro"
564
  msgstr "احصل على USP Pro"
565
 
566
+ #: library/plugin-settings.php:1121
567
  msgid "Configure your settings for User Submitted Posts."
568
+ msgstr "قم بتكوين الإعدادات الخاصة بوظائف المستخدم المقدمة."
569
 
570
+ #: library/plugin-settings.php:1123
571
  msgid "Form Fields"
572
  msgstr "حقول النموذج"
573
 
574
+ #: library/plugin-settings.php:1129
575
  msgid "User Name"
576
  msgstr "اسم المستخدم"
577
 
578
+ #: library/plugin-settings.php:1130
579
  msgid "User Email"
580
  msgstr "البريد الالكتروني للمستخدم"
581
 
582
+ #: library/plugin-settings.php:1131
583
  msgid "User URL"
584
  msgstr "عنوان URL للمستخدم"
585
 
586
+ #: library/plugin-settings.php:1146
587
  msgid "General Settings"
588
  msgstr "الاعدادات العامة"
589
 
590
+ #: library/plugin-settings.php:1148
591
  msgid "Note that the default settings work fine for most cases."
592
  msgstr "لاحظ أن الإعدادات الافتراضية تعمل بشكل جيد لمعظم الحالات."
593
 
594
+ #: library/plugin-settings.php:1153
595
  msgid "Form Style"
596
  msgstr "نمط النموذج"
597
 
598
+ #: library/plugin-settings.php:1158
599
  msgid "With this option, you can copy the plugin&rsquo;s default templates:"
600
  msgstr "باستخدام هذا الخيار ، يمكنك نسخ القوالب الافتراضية للمكون الإضافي:"
601
 
602
+ #: library/plugin-settings.php:1163
603
  msgid "..and upload them into a directory named"
604
+ msgstr ".. وتحميلها في دليل اسمه"
605
 
606
+ #: library/plugin-settings.php:1163
607
  msgid "in your theme:"
608
+ msgstr "في الموضوع الخاص بك:"
609
 
610
+ #: library/plugin-settings.php:1169
611
  msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
612
+ msgstr "سيمكنك ذلك من تخصيص النموذج والأنماط حسب الرغبة. لمزيد من المعلومات ، راجع قسم \"نموذج التقديم المخصص\" في"
613
 
614
+ #: library/plugin-settings.php:1170
615
  msgid "Installation Docs"
616
  msgstr "مستندات التثبيت"
617
 
618
+ #: library/plugin-settings.php:1171
619
  msgid "FYI: here is a"
620
  msgstr "لمعلوماتك: هنا هو"
621
 
622
+ #: library/plugin-settings.php:1171
623
  msgid "list of USP CSS selectors"
624
+ msgstr "قائمة محددات USP CSS"
625
 
626
+ #: library/plugin-settings.php:1177
627
  msgid "Include JavaScript"
628
+ msgstr "تشمل جافا سكريبت"
629
 
630
+ #: library/plugin-settings.php:1179
631
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
632
+ msgstr "حدد هذا المربع إذا كنت تريد تضمين ملفات JavaScript الخارجية (مستحسن)."
633
 
634
+ #: library/plugin-settings.php:1182
635
  msgid "Targeted Loading"
636
+ msgstr "تحميل المستهدفة"
637
 
638
+ #: library/plugin-settings.php:1184
639
+ msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages. Use commas to separate multiple URLs."
640
+ msgstr "افتراضيًا ، CSS & amp؛ يتم تحميل ملفات JavaScript على كل صفحة. هنا يمكنك تحديد عنوان URL لنموذج USP لتحميل الموارد على تلك الصفحة فقط. ملاحظة: اتركه فارغًا ليتم تحميله على جميع الصفحات. استخدم الفواصل لفصل عناوين URL متعددة."
641
 
642
+ #: library/plugin-settings.php:1187
643
  msgid "Post Type"
644
  msgstr "نوع آخر"
645
 
646
+ #: library/plugin-settings.php:1190
647
  msgid "Submit posts as WP Posts or Pages"
648
+ msgstr "إرسال المنشورات مثل WP WP أو الصفحات"
649
 
650
+ #: library/plugin-settings.php:1194
651
  msgid "Post Status"
652
  msgstr "وضع آخر"
653
 
654
+ #: library/plugin-settings.php:1197
655
  msgid "Post Status for submitted posts"
656
+ msgstr "حالة النشر للوظائف المقدمة"
657
 
658
+ #: library/plugin-settings.php:1201
659
  msgid "Redirect URL"
660
  msgstr "إعادة توجيه URL"
661
 
662
+ #: library/plugin-settings.php:1203
663
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
664
+ msgstr "حدد عنوان URL لإعادة توجيه المستخدم بعد الإرسال. اترك المساحة فارغة لإعادة التوجيه إلى الصفحة الحالية."
665
 
666
+ #: library/plugin-settings.php:1206
667
  msgid "Success Message"
668
  msgstr "نجاح رسالة"
669
 
670
+ #: library/plugin-settings.php:1208
671
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
672
+ msgstr "رسالة النجاح التي يتم عرضها في حالة نجاح عملية الإرسال. العلامات الأساسية مسموح بها."
673
 
674
+ #: library/plugin-settings.php:1211
675
  msgid "Error Message"
676
  msgstr "رسالة خطأ"
677
 
678
+ #: library/plugin-settings.php:1213
679
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
680
+ msgstr "رسالة خطأ عامة يتم عرضها في حالة فشل النشر اللاحق. العلامات الأساسية مسموح بها."
681
 
682
+ #: library/plugin-settings.php:1216
683
  msgid "Custom Content"
684
  msgstr "محتوى مخصص"
685
 
686
+ #: library/plugin-settings.php:1218
687
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
688
  msgstr "نص / ترميز مخصص ليتم تضمينه قبل نموذج التقديم. اتركه فارغًا لتعطيله."
689
 
690
+ #: library/plugin-settings.php:1221
691
  msgid "Rich Text Editor"
692
  msgstr "معالج النصوص"
693
 
694
+ #: library/plugin-settings.php:1223
695
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
696
+ msgstr "حدد هذا المربع إذا كنت تريد تمكين تحرير نص منسق من WP للرسائل المنشورة."
697
 
698
+ #: library/plugin-settings.php:1226
699
  msgid "Unique Titles"
700
+ msgstr "ألقاب فريدة"
701
 
702
+ #: library/plugin-settings.php:1228
703
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
704
+ msgstr "طلب أن تكون عناوين المنشورات المقدمة فريدة (مفيدة لمنع النشرات المتعددة / المكررة المقدمة)."
705
 
706
+ #: library/plugin-settings.php:1231
707
  msgid "Disable Required"
708
+ msgstr "تعطيل مطلوب"
709
 
710
+ #: library/plugin-settings.php:1233
711
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
712
+ msgstr "تعطيل جميع السمات المطلوبة في حقول النموذج الافتراضي (مفيد لاستكشاف رسائل الخطأ)."
713
 
714
+ #: library/plugin-settings.php:1236
715
  msgid "Enable Shortcodes"
716
+ msgstr "تمكين الرموز المختصرة"
717
 
718
+ #: library/plugin-settings.php:1238
719
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
720
+ msgstr "تمكين الرموز القصيرة في الحاجيات. بشكل افتراضي ، لا يقوم WordPress بتمكين الرموز المختصرة في عناصر واجهة المستخدم. "
721
 
722
+ #: library/plugin-settings.php:1239
723
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
724
+ msgstr "يمكّن هذا الإعداد أي / جميع الرموز المختصرة في عناصر واجهة المستخدم (حتى الرموز المختصرة من المكونات الإضافية الأخرى)."
725
 
726
+ #: library/plugin-settings.php:1244
727
+ msgid "Privacy"
728
+ msgstr "الإجمالية"
729
 
730
+ #: library/plugin-settings.php:1249
731
  msgid "Disable IP Tracking"
732
  msgstr "تعطيل تتبع IP"
733
 
734
+ #: library/plugin-settings.php:1251
735
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
736
+ msgstr "بشكل افتراضي ، يسجل USP عنوان IP مع كل منشور مقدم. حدد هذا المربع لتعطيل كل تتبع IP."
737
 
738
+ #: library/plugin-settings.php:1255
739
  msgid "Display Checkbox"
740
  msgstr "عرض مربع الاختيار"
741
 
742
+ #: library/plugin-settings.php:1257
743
  msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
744
+ msgstr "عرض مربع الاختيار المخصص في النموذج الخاص بك (مفيد بالنسبة إلى إجمالي الناتج المحلي ، والموافقة على الشروط ، وما إلى ذلك)"
745
 
746
+ #: library/plugin-settings.php:1260
747
  msgid "Checkbox Name"
748
+ msgstr "اسم مربع الاختيار"
749
 
750
+ #: library/plugin-settings.php:1262 library/plugin-settings.php:1352
751
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
752
+ msgstr "استخدم الحروف الأبجدية الرقمية والشرطات السفلية والشرطات فقط. إذا لم تكن متأكدًا ، استخدم الاسم الافتراضي:"
753
 
754
+ #: library/plugin-settings.php:1265
755
  msgid "Checkbox Error"
756
  msgstr "خطأ في مربع الاختيار"
757
 
758
+ #: library/plugin-settings.php:1267
759
  msgid "Error message displayed if user does not check the box."
760
+ msgstr "تظهر رسالة خطأ إذا لم يقم المستخدم بتحديد المربع."
761
 
762
+ #: library/plugin-settings.php:1270
763
  msgid "Checkbox Text"
764
  msgstr "نص مربع الاختيار"
765
 
766
+ #: library/plugin-settings.php:1272
767
  msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
768
+ msgstr "النص المعروض بجانب مربع الاختيار. نصيحة: استخدم الأقواس المعقوفة لإخراج الأقواس الزاوية ، على سبيل المثال:"
769
 
770
+ #: library/plugin-settings.php:1277 library/plugin-settings.php:1282
771
  msgid "Categories"
772
  msgstr "الاقسام"
773
 
774
+ #: library/plugin-settings.php:1285
775
+ msgid "Click to view/select categories"
776
+ msgstr "انقر لعرض / اختيار الفئات"
777
 
778
+ #: library/plugin-settings.php:1293
779
+ msgid "Multiple Categories"
780
+ msgstr "فئات متعددة"
781
+
782
+ #: library/plugin-settings.php:1295
783
+ msgid "Enable users to select multiple categories."
784
+ msgstr "تمكين المستخدمين من تحديد فئات متعددة."
785
+
786
+ #: library/plugin-settings.php:1298
787
  msgid "Hidden/Default Category"
788
  msgstr "مخفي / الفئة الافتراضية"
789
 
790
+ #: library/plugin-settings.php:1300
791
+ msgid "Use a hidden field for the post category. This hides the category field and sets its value via the next option."
792
+ msgstr "استخدم حقل مخفي لفئة النشر. يؤدي ذلك إلى إخفاء حقل الفئة وتحديد قيمته عبر الخيار التالي."
793
 
794
+ #: library/plugin-settings.php:1303
795
  msgid "Category ID for Hidden Field"
796
  msgstr "معرف الفئة للحقل المخفي"
797
 
798
+ #: library/plugin-settings.php:1305
799
+ msgid "Specify category ID(s) to use for &ldquo;Hidden/Default Category&rdquo;. Separate multiple IDs with a comma."
800
+ msgstr "حدد معرف (معرّفات) الفئة المراد استخدامها في & ldquo؛ فئة مخفية / افتراضية & rdquo ؛. افصل بين معرفات متعددة بفاصلة."
801
 
802
+ #: library/plugin-settings.php:1310
803
  msgid "Users"
804
  msgstr "المستخدمين"
805
 
806
+ #: library/plugin-settings.php:1315
807
  msgid "Assigned Author"
808
  msgstr "المؤلف المعين"
809
 
810
+ #: library/plugin-settings.php:1318
811
  msgid "Specify the user that should be assigned as author for submitted posts."
812
+ msgstr "حدد المستخدم الذي يجب تعيينه كمؤلف للوظائف المقدمة."
813
 
814
+ #: library/plugin-settings.php:1322
815
  msgid "Registered Username"
816
  msgstr "اسم المستخدم المسجل"
817
 
818
+ #: library/plugin-settings.php:1324
819
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
820
+ msgstr "استخدام اسم المستخدم المسجل كمؤلف نشر. صالح عندما يتم تسجيل دخول الشخص الذي أرسل النموذج إلى WordPress."
821
 
822
+ #: library/plugin-settings.php:1327
823
  msgid "User Profile URL"
824
+ msgstr "عنوان URL لملف تعريف المستخدم"
825
 
826
+ #: library/plugin-settings.php:1329
827
  msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
828
+ msgstr "استخدم عنوان URL لملف تعريف المستخدم المسجل كقيمة لحقل عنوان URL. صالح عندما يتم تسجيل دخول الشخص الذي أرسل النموذج إلى WordPress."
829
 
830
+ #: library/plugin-settings.php:1332
831
  msgid "Require User Login"
832
+ msgstr "تتطلب تسجيل دخول المستخدم"
833
 
834
+ #: library/plugin-settings.php:1334
835
  msgid "Require users to be logged in to WordPress to view/submit the form"
836
  msgstr "مطالبة المستخدمين بتسجيل الدخول إلى WordPress لعرض / إرسال النموذج"
837
 
838
+ #: library/plugin-settings.php:1337
839
  msgid "Disable Replace Author"
840
  msgstr "تعطيل استبدال المؤلف"
841
 
842
+ #: library/plugin-settings.php:1339
843
  msgid "Do not replace post author with submitted user name"
844
+ msgstr "لا تستبدل مؤلف المشاركة باسم المستخدم المقدم"
845
 
846
+ #: library/plugin-settings.php:1345
847
  msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
848
+ msgstr "يمكنك هنا تغيير الاسم والتسمية المستخدمة في الحقل المخصص. يمكنك تمكين هذا الحقل من خلال إعداد \"حقول النموذج\" أعلاه."
849
 
850
+ #: library/plugin-settings.php:1350
851
  msgid "Custom Field Name"
852
  msgstr "اسم الحقل المخصص"
853
 
854
+ #: library/plugin-settings.php:1355
855
  msgid "Custom Field Label"
856
+ msgstr "تسمية حقل مخصص"
857
 
858
+ #: library/plugin-settings.php:1357
859
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
860
+ msgstr "سيتم عرض هذا كتسمية للحقل في النموذج. الافتراضي: حقل مخصص"
861
 
862
+ #: library/plugin-settings.php:1369
863
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
864
+ msgstr "لمنع البريد العشوائي ، أدخل سؤالًا يجب على المستخدمين الإجابة عليه قبل إرسال النموذج."
865
 
866
+ #: library/plugin-settings.php:1372
867
  msgid "Challenge Response"
868
  msgstr "قبل التحدي"
869
 
870
+ #: library/plugin-settings.php:1374
871
  msgid "Enter the *only* correct answer to the challenge question."
872
+ msgstr "أدخل * فقط * الإجابة الصحيحة على سؤال التحدي."
873
 
874
+ #: library/plugin-settings.php:1377
875
  msgid "Case-sensitivity"
876
  msgstr "حساسية القضية"
877
 
878
+ #: library/plugin-settings.php:1379
879
  msgid "Check this box if you want the challenge response to be case-sensitive."
880
  msgstr "حدد هذا المربع إذا كنت تريد أن تكون استجابة التحدي حساسة لحالة الأحرف."
881
 
882
+ #: library/plugin-settings.php:1385
883
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
884
+ msgstr "لتمكين Google reCAPTCHA ، أدخل مفاتيحك العامة والخاصة."
885
 
886
+ #: library/plugin-settings.php:1390
887
  msgid "Public Key"
888
  msgstr "المفتاح العمومي"
889
 
890
+ #: library/plugin-settings.php:1392
891
  msgid "Enter your Public Key"
892
+ msgstr "أدخل المفتاح العام الخاص بك"
893
 
894
+ #: library/plugin-settings.php:1395
895
  msgid "Private Key"
896
  msgstr "مفتاح سري"
897
 
898
+ #: library/plugin-settings.php:1397
899
  msgid "Enter your Private Key"
900
+ msgstr "أدخل المفتاح الخاص بك"
901
 
902
+ #: library/plugin-settings.php:1402
903
  msgid "Email Alerts"
904
  msgstr "تنبيهات البريد الإلكتروني"
905
 
906
+ #: library/plugin-settings.php:1407
907
  msgid "Receive Email Alert"
908
+ msgstr "تلقي تنبيه البريد الإلكتروني"
909
 
910
+ #: library/plugin-settings.php:1409
911
  msgid "Check this box if you want to be notified via email for new post submissions."
912
+ msgstr "حدد هذا المربع إذا كنت تريد أن يتم إعلامك عن طريق البريد الإلكتروني لتقديم مشاركات جديدة."
913
 
914
+ #: library/plugin-settings.php:1412
915
  msgid "Enable HTML Format"
916
  msgstr "تمكين تنسيق HTML"
917
 
918
+ #: library/plugin-settings.php:1414
919
  msgid "Check this box to enable HTML format for email alerts."
920
  msgstr "حدد هذا المربع لتمكين تنسيق HTML لتنبيهات البريد الإلكتروني."
921
 
922
+ #: library/plugin-settings.php:1417
923
  msgid "Email Address for Alerts"
924
  msgstr "عنوان البريد الإلكتروني للتنبيهات"
925
 
926
+ #: library/plugin-settings.php:1419
927
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
928
+ msgstr "إذا حددت المربع لتلقي تنبيهات البريد الإلكتروني ، فذكر هنا العنوان (العناوين) التي ينبغي إرسال رسائل البريد الإلكتروني إليها."
929
 
930
+ #: library/plugin-settings.php:1420
931
  msgid "Multiple recipients may be included using a comma, like so:"
932
+ msgstr "يمكن تضمين مستلمين متعددين باستخدام فاصلة ، مثل ذلك:"
933
 
934
+ #: library/plugin-settings.php:1423
935
  msgid "Email &ldquo;From&rdquo; Address"
936
  msgstr "البريد الإلكتروني & ldquo؛ من & rdquo؛ عنوان"
937
 
938
+ #: library/plugin-settings.php:1425
939
  msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
940
+ msgstr "يمكنك هنا تخصيص العنوان (العناوين) المستخدم في العنوان & ldquo؛ من & rdquo؛ رأس (انظر البرنامج المساعد أسئلة وأجوبة للحصول على معلومات). "
941
 
942
+ #: library/plugin-settings.php:1426
943
  msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
944
+ msgstr "إذا تم تحديد عناوين متعددة في الإعداد السابق ، فقم بتضمين عدد متساوٍ من & ldquo؛ من & rdquo؛ عناوين لهذا الإعداد (بنفس الترتيب)."
945
 
946
+ #: library/plugin-settings.php:1429
947
  msgid "Email Alert Subject"
948
+ msgstr "البريد الإلكتروني تنبيه الموضوع"
949
 
950
+ #: library/plugin-settings.php:1431
951
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
952
+ msgstr "سطر الموضوع لتنبيهات البريد الإلكتروني. اتركه فارغًا لاستخدام سطر الموضوع الافتراضي. ملاحظة: يمكنك استخدام المتغيرات التالية: "
953
 
954
+ #: library/plugin-settings.php:1436
955
  msgid "Email Alert Message"
956
  msgstr "رسالة تنبيه بالبريد الإلكتروني"
957
 
958
+ #: library/plugin-settings.php:1438
959
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
960
+ msgstr "رسالة لتنبيهات البريد الإلكتروني. اتركه فارغًا لاستخدام الرسالة الافتراضية. ملاحظة: يمكنك استخدام المتغيرات التالية: "
961
 
962
+ #: library/plugin-settings.php:1450
963
  msgid "Featured Image"
964
  msgstr "صورة مميزة"
965
 
966
+ #: library/plugin-settings.php:1452
967
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
968
+ msgstr "تعيين الصور المرسلة كصور مميزة. يتطلب دعم موضوع للصور المميزة (ويعرف أيضًا باسم نشر الصور المصغرة)."
969
 
970
+ #: library/plugin-settings.php:1455
971
  msgid "Upload Message"
972
  msgstr "تحميل رسالة"
973
 
974
+ #: library/plugin-settings.php:1457
975
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
976
+ msgstr "الرسالة التي تظهر بجانب حقل التحميل. مفيد لتوضيح إرشادات التحميل / السياسة / إلخ. العلامات الأساسية المسموح بها."
977
 
978
+ #: library/plugin-settings.php:1460
979
  msgid "&ldquo;Add another image&rdquo; link"
980
+ msgstr "& ldquo؛ أضف صورة أخرى & rdquo؛ حلقة الوصل"
981
 
982
+ #: library/plugin-settings.php:1462
983
  msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
984
+ msgstr "الترميز المخصص لـ & ldquo؛ إضافة صورة أخرى & rdquo؛ حلقة الوصل. اتركه فارغًا لاستخدام الترميز الافتراضي (مستحسن)."
985
 
986
+ #: library/plugin-settings.php:1465
987
  msgid "Minimum number of images"
988
  msgstr "الحد الأدنى لعدد الصور"
989
 
990
+ #: library/plugin-settings.php:1468
991
  msgid "Specify the minimum number of images."
992
  msgstr "حدد الحد الأدنى لعدد الصور."
993
 
994
+ #: library/plugin-settings.php:1472
995
  msgid "Maximum number of images"
996
+ msgstr "الحد الأقصى لعدد الصور"
997
 
998
+ #: library/plugin-settings.php:1475
999
  msgid "Specify the maximum number of images."
1000
+ msgstr "حدد الحد الأقصى لعدد الصور."
1001
 
1002
+ #: library/plugin-settings.php:1479
1003
  msgid "Minimum image width"
1004
  msgstr "الحد الأدنى لعرض الصورة"
1005
 
1006
+ #: library/plugin-settings.php:1481
1007
  msgid "Specify a minimum width (in pixels) for uploaded images."
1008
  msgstr "حدد الحد الأدنى للعرض (بالبكسل) للصور التي تم تحميلها."
1009
 
1010
+ #: library/plugin-settings.php:1484
1011
  msgid "Minimum image height"
1012
  msgstr "الحد الأدنى لارتفاع الصورة"
1013
 
1014
+ #: library/plugin-settings.php:1486
1015
  msgid "Specify a minimum height (in pixels) for uploaded images."
1016
  msgstr "حدد الحد الأدنى للارتفاع (بالبكسل) للصور التي تم تحميلها."
1017
 
1018
+ #: library/plugin-settings.php:1489
1019
  msgid "Maximum image width"
1020
+ msgstr "الحد الأقصى لعرض الصورة"
1021
 
1022
+ #: library/plugin-settings.php:1491
1023
  msgid "Specify a maximum width (in pixels) for uploaded images."
1024
  msgstr "حدد الحد الأقصى للعرض (بالبكسل) للصور التي تم تحميلها."
1025
 
1026
+ #: library/plugin-settings.php:1494
1027
  msgid "Maximum image height"
1028
  msgstr "أقصى ارتفاع للصورة"
1029
 
1030
+ #: library/plugin-settings.php:1496
1031
  msgid "Specify a maximum height (in pixels) for uploaded images."
1032
+ msgstr "حدد أقصى ارتفاع (بالبكسل) للصور التي تم تحميلها."
1033
 
1034
+ #: library/plugin-settings.php:1499
1035
  msgid "More Options"
1036
+ msgstr "المزيد من الخيارات"
1037
 
1038
+ #: library/plugin-settings.php:1502
1039
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
1040
+ msgstr "لمزيد من الخيارات ، مثل القدرة على تحميل أنواع الملفات الأخرى (مثل PDF و Word و Zip ومقاطع الفيديو والمزيد) ، راجع"
1041
 
1042
+ #: library/plugin-settings.php:1503
1043
  msgid "Go Pro!"
1044
+ msgstr "الذهاب برو!"
1045
 
1046
+ #: library/plugin-settings.php:1510
1047
  msgid "Auto-Display Content"
1048
  msgstr "محتوى العرض التلقائي"
1049
 
1050
+ #: library/plugin-settings.php:1515
1051
  msgid "Auto-Display Images"
1052
+ msgstr "عرض الصور التلقائي"
1053
 
1054
+ #: library/plugin-settings.php:1517
1055
  msgid "Auto-display user-submitted images:"
1056
+ msgstr "العرض التلقائي للصور المقدمة من المستخدم:"
1057
 
1058
+ #: library/plugin-settings.php:1522
1059
  msgid "Image Markup"
1060
+ msgstr "ترميز الصور"
1061
 
1062
+ #: library/plugin-settings.php:1524
1063
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1064
+ msgstr "وضع علامة للاستخدام لكل صورة مرسلة (عند تمكين العرض التلقائي). يمكن استخدام"
1065
 
1066
+ #: library/plugin-settings.php:1526 library/plugin-settings.php:1539
1067
+ #: library/plugin-settings.php:1552 library/plugin-settings.php:1565
1068
  msgid "and"
1069
  msgstr "و"
1070
 
1071
+ #: library/plugin-settings.php:1529
1072
  msgid "Auto-Display Email"
1073
+ msgstr "عرض البريد الإلكتروني التلقائي"
1074
 
1075
+ #: library/plugin-settings.php:1531
1076
  msgid "Auto-display user-submitted email:"
1077
+ msgstr "العرض التلقائي للبريد الإلكتروني المقدم من المستخدم:"
1078
 
1079
+ #: library/plugin-settings.php:1536
1080
  msgid "Email Markup"
1081
+ msgstr "البريد الإلكتروني ترميز"
1082
 
1083
+ #: library/plugin-settings.php:1538
1084
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1085
+ msgstr "وضع علامة للاستخدام لعنوان البريد الإلكتروني المقدم (عند تمكين العرض التلقائي). يمكن استخدام"
1086
 
1087
+ #: library/plugin-settings.php:1542
1088
  msgid "Auto-Display URL"
1089
+ msgstr "عنوان URL للعرض التلقائي"
1090
 
1091
+ #: library/plugin-settings.php:1544
1092
  msgid "Auto-display user-submitted URL:"
1093
+ msgstr "عنوان URL الذي يعرضه المستخدم تلقائيًا:"
1094
 
1095
+ #: library/plugin-settings.php:1549
1096
  msgid "URL Markup"
1097
+ msgstr "ترميز URL"
1098
 
1099
+ #: library/plugin-settings.php:1551
1100
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1101
+ msgstr "الترميز لاستخدامه لعنوان URL المقدم (عند تمكين العرض التلقائي). يمكن استخدام"
1102
 
1103
+ #: library/plugin-settings.php:1555
1104
  msgid "Auto-Display Custom Field"
1105
+ msgstr "عرض تلقائي حقل مخصص"
1106
 
1107
+ #: library/plugin-settings.php:1557
1108
  msgid "Auto-display user-submitted Custom Field:"
1109
+ msgstr "عرض تلقائي مخصص يقدمه المستخدم:"
1110
 
1111
+ #: library/plugin-settings.php:1562
1112
  msgid "Custom Field Markup"
1113
+ msgstr "ترميز الحقول المخصصة"
1114
 
1115
+ #: library/plugin-settings.php:1564
1116
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1117
+ msgstr "وضع علامة للاستخدام للحقل المخصص المقدم (عند تمكين العرض التلقائي). يمكن استخدام"
1118
 
1119
+ #: library/plugin-settings.php:1570 library/plugin-settings.php:1682
1120
  msgid "Save Settings"
1121
  msgstr "احفظ التغييرات"
1122
 
1123
+ #: library/plugin-settings.php:1575
1124
  msgid "Display the Form"
1125
  msgstr "عرض النموذج"
1126
 
1127
+ #: library/plugin-settings.php:1578
1128
  msgid "Post-Submit Form"
1129
+ msgstr "نموذج ما بعد الإرسال"
1130
 
1131
+ #: library/plugin-settings.php:1579
1132
  msgid "USP enables you to display a post-submission form anywhere on your site."
1133
+ msgstr "يمكّنك USP من عرض نموذج ما بعد الإرسال في أي مكان على موقعك."
1134
 
1135
+ #: library/plugin-settings.php:1580 library/plugin-settings.php:1589
1136
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1137
+ msgstr "استخدم الرمز المختصر لعرض النموذج على أي منشور أو صفحة WP:"
1138
 
1139
+ #: library/plugin-settings.php:1583 library/plugin-settings.php:1592
1140
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1141
+ msgstr "أو استخدم علامة القالب لعرض النموذج في أي مكان في قالب السمة:"
1142
 
1143
+ #: library/plugin-settings.php:1587
1144
  msgid "Login/Register Form"
1145
  msgstr "نموذج تسجيل الدخول / التسجيل"
1146
 
1147
+ #: library/plugin-settings.php:1588
1148
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1149
+ msgstr "يمكنك أيضًا عرض نموذج يتيح للمستخدمين تسجيل الدخول أو التسجيل أو إعادة تعيين كلمة المرور الخاصة بهم."
1150
 
1151
+ #: library/plugin-settings.php:1596
1152
  msgid "Display Submitted Posts"
1153
  msgstr "عرض المشاركات المقدمة"
1154
 
1155
+ #: library/plugin-settings.php:1597
1156
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1157
+ msgstr "استخدم هذا الرمز القصير لعرض قائمة بالوظائف المنشورة في أي منشور أو صفحة من WP:"
1158
 
1159
+ #: library/plugin-settings.php:1600
1160
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1161
+ msgstr "أو استخدم علامة القالب لعرض قائمة المنشورات المقدمة في أي مكان في قالب السمة:"
1162
 
1163
+ #: library/plugin-settings.php:1603
1164
  msgid "Here are some examples showing how to configure this shortcode:"
1165
  msgstr "فيما يلي بعض الأمثلة التي توضح كيفية تكوين هذا الرمز القصير:"
1166
 
1167
+ #: library/plugin-settings.php:1611
1168
  msgid "Display Image Gallery"
1169
  msgstr "عرض معرض الصور"
1170
 
1171
+ #: library/plugin-settings.php:1612
1172
  msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
1173
+ msgstr "استخدم هذا الرمز المختصر لعرض معرض للصور التي تم تحميلها لكل مشاركة مقدمة:"
1174
 
1175
+ #: library/plugin-settings.php:1615
1176
  msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
1177
+ msgstr "أو استخدم علامة القالب لعرض معرض صور في أي مكان في قالب السمة:"
1178
 
1179
+ #: library/plugin-settings.php:1618
1180
  msgid "You can customize using any of the follwing attributes:"
1181
+ msgstr "يمكنك التخصيص باستخدام أي من السمات التالية:"
1182
 
1183
+ #: library/plugin-settings.php:1633
1184
  msgid "Reset Form Button"
1185
  msgstr "إعادة تعيين زر النموذج"
1186
 
1187
+ #: library/plugin-settings.php:1634
1188
  msgid "This shortcode displays a link that resets the form to its original state:"
1189
  msgstr "يعرض هذا الرمز القصير رابطًا يعيد تعيين النموذج إلى حالته الأصلية:"
1190
 
1191
+ #: library/plugin-settings.php:1637
1192
  msgid "This shortcode accepts the following attributes:"
1193
+ msgstr "يقبل هذا الرمز القصير السمات التالية:"
1194
 
1195
+ #: library/plugin-settings.php:1643
1196
  msgid "Note that the url attribute accepts"
1197
  msgstr "لاحظ أن سمة url تقبل"
1198
 
1199
+ #: library/plugin-settings.php:1643
1200
  msgid "to get the current URL."
1201
  msgstr "للحصول على عنوان URL الحالي."
1202
 
1203
+ #: library/plugin-settings.php:1646
1204
  msgid "Access Control"
1205
  msgstr "صلاحية التحكم صلاحية الدخول"
1206
 
1207
+ #: library/plugin-settings.php:1647
1208
  msgid "USP provides three shortcodes to control access and restrict content."
1209
+ msgstr "يوفر USP ثلاثة رموز مختصرة للتحكم في الوصول وتقييد المحتوى."
1210
 
1211
+ #: library/plugin-settings.php:1648
1212
  msgid "Display content only to users with a specific capability:"
1213
+ msgstr "عرض المحتوى فقط للمستخدمين الذين لديهم إمكانية محددة:"
1214
 
1215
+ #: library/plugin-settings.php:1651
1216
  msgid "Display content to logged-in users:"
1217
+ msgstr "عرض المحتوى للمستخدمين الذين قاموا بتسجيل الدخول:"
1218
 
1219
+ #: library/plugin-settings.php:1654
1220
  msgid "Display content to visitors only:"
1221
  msgstr "عرض المحتوى للزوار فقط:"
1222
 
1223
+ #: library/plugin-settings.php:1657
1224
  msgid "Tip:"
1225
  msgstr "تلميح:"
1226
 
1227
+ #: library/plugin-settings.php:1657
1228
  msgid "to include markup in the deny message, you can use"
1229
+ msgstr "لتضمين العلامات في رسالة الرفض ، يمكنك استخدام"
1230
 
1231
+ #: library/plugin-settings.php:1657
1232
  msgid "to output"
1233
  msgstr "لإخراج"
1234
 
1235
+ #: library/plugin-settings.php:1660
1236
  msgid "Example"
1237
  msgstr "مثال"
1238
 
1239
+ #: library/plugin-settings.php:1661
1240
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1241
+ msgstr "إذا تم تسجيل دخول المستخدم ، فقم بعرض نموذج ما بعد الإرسال ؛ أو إذا لم يتم تسجيل دخول المستخدم ، فقم بعرض نموذج تسجيل الدخول:"
1242
 
1243
+ #: library/plugin-settings.php:1673
1244
  msgid "Restore Defaults"
1245
  msgstr "استعادة الضبط الافتراضي"
1246
 
1247
+ #: library/plugin-settings.php:1676
1248
  msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1249
+ msgstr "اترك هذا الخيار معطلاً لتذكر إعداداتك. أو ، للمضي قدمًا واستعادة خيارات المكوّن الإضافي الافتراضي: حدد المربع ، واحفظ الإعدادات ، ثم قم بإلغاء تنشيط / إعادة تنشيط المكوّن الإضافي."
1250
 
1251
+ #: library/plugin-settings.php:1680
1252
  msgid "Restore default options upon plugin deactivation/reactivation."
1253
+ msgstr "استعادة الخيارات الافتراضية عند إلغاء تنشيط البرنامج المساعد / إعادة تنشيطه."
1254
 
1255
+ #: library/plugin-settings.php:1687
1256
  msgid "Show Support"
1257
  msgstr "إظهار الدعم"
1258
 
1259
+ #: library/plugin-settings.php:1696
1260
  msgid "by"
1261
  msgstr "بواسطة"
1262
 
1263
+ #: library/plugin-settings.php:1697
1264
  msgid "Jeff Starr on Twitter"
1265
  msgstr "جيف ستار على تويتر"
1266
 
1267
+ #: library/plugin-settings.php:1698
1268
  msgid "Obsessive Web Design &amp; Development"
1269
+ msgstr "الهوس تصميم الويب & أمبير ؛ تطوير"
1270
 
1271
+ #: library/plugin-settings.php:1709
1272
  msgid "Save Preference"
1273
  msgstr "حفظ التفضيل"
1274
 
1275
+ #: library/plugin-settings.php:1716
1276
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1277
+ msgstr "هل تريد بالتأكيد استعادة جميع الخيارات الافتراضية؟ (لا يمكن التراجع عن هذا الإجراء)"
1278
+
1279
+ #: library/support-panel.php:55
1280
+ msgid "Perishable Press Books"
1281
+ msgstr "كتب الصحافة القابلة للتلف"
1282
+
1283
+ #: library/support-panel.php:56
1284
+ msgid "Plugin Planet"
1285
+ msgstr "البرنامج المساعد الكوكب"
1286
+
1287
+ #: library/support-panel.php:57
1288
+ msgid "Donate via PayPal"
1289
+ msgstr "تبرع عبر PayPal"
1290
+
1291
+ #: library/support-panel.php:59
1292
+ msgid "books"
1293
+ msgstr "الكتب"
1294
+
1295
+ #: library/support-panel.php:60
1296
+ msgid "plugins"
1297
+ msgstr "الإضافات"
1298
+
1299
+ #: library/support-panel.php:61
1300
+ msgid "donation"
1301
+ msgstr "هبة"
1302
+
1303
+ #: library/support-panel.php:63
1304
+ msgid "Thank you for using"
1305
+ msgstr "شكرا لأستخدامك"
1306
+
1307
+ #: library/support-panel.php:64
1308
+ msgid "Please show support by purchasing one of my"
1309
+ msgstr "يرجى إظهار الدعم من خلال شراء واحدة من بلدي"
1310
+
1311
+ #: library/support-panel.php:65
1312
+ msgid "or"
1313
+ msgstr "أو"
1314
+
1315
+ #: library/support-panel.php:65
1316
+ msgid "or by making a"
1317
+ msgstr "أو عن طريق"
1318
+
1319
+ #: library/support-panel.php:66
1320
+ msgid "Your generous support helps future development of"
1321
+ msgstr "دعمكم السخي يساعد في تطوير المستقبل"
1322
+
1323
+ #: library/support-panel.php:67
1324
+ msgid "and is greatly appreciated."
1325
+ msgstr "وتحظى بتقدير كبير."
1326
+
1327
+ #: library/support-panel.php:69
1328
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1329
+ msgstr "يساعدني أي تبرع بالحجم على مواصلة تطوير هذا البرنامج المساعد المجاني وغيره من موارد WordPress الرائعة."
1330
 
1331
  #. Description of the plugin
1332
  #:
1333
  msgid "Enables your visitors to submit posts and images from anywhere on your site."
1334
+ msgstr "تمكن زوار موقعك من إرسال المشاركات والصور من أي مكان على موقعك."
1335
 
1336
  #. URI of the plugin
1337
  #:
languages/usp-bn_BD.mo CHANGED
Binary file
languages/usp-bn_BD.po CHANGED
@@ -4,7 +4,7 @@ msgstr ""
4
  "Content-Type: text/plain; charset=UTF-8\n"
5
  "Content-Transfer-Encoding: 8bit\n"
6
  "X-Generator: POEditor.com\n"
7
- "Project-Id-Version: USP 2018 Nov\n"
8
  "Language: bn\n"
9
 
10
  #. Name of the plugin
@@ -12,1313 +12,1326 @@ msgstr ""
12
  msgid "User Submitted Posts"
13
  msgstr "ব্যবহারকারী জমা পোস্ট"
14
 
15
- #: user-submitted-posts.php:81
16
  msgid "requires WordPress "
17
- msgstr "ওয়ার্ডপ্রেস প্রয়োজন"
18
 
19
- #: user-submitted-posts.php:82
20
  msgid " or higher, and has been deactivated! "
21
- msgstr " অথবা উচ্চতর, এবং নিষ্ক্রিয় করা হয়েছে!"
22
 
23
- #: user-submitted-posts.php:83
24
  msgid "Please return to the"
25
- msgstr "ফিরে যাও দয়া করে"
26
 
27
- #: user-submitted-posts.php:84
28
  msgid "WordPress Admin Area"
29
- msgstr "ওয়ার্ডপ্রেস অ্যাডমিন এলাকা"
30
 
31
- #: user-submitted-posts.php:85
32
  msgid "to upgrade WordPress and try again."
33
- msgstr "ওয়ার্ডপ্রেস আপগ্রেড এবং আবার চেষ্টা করুন।"
34
 
35
- #: user-submitted-posts.php:125
36
  msgid "User Submitted Post"
37
- msgstr "ব্যবহারকারী জমা পোস্ট"
38
 
39
- #: user-submitted-posts.php:433
40
  msgid "User Submitted Post Info"
41
  msgstr "ব্যবহারকারী জমা পোস্ট তথ্য"
42
 
43
- #: user-submitted-posts.php:463
44
  msgid "Submitter Name: "
45
- msgstr "সাবমিটার নাম:"
46
 
47
- #: user-submitted-posts.php:464
48
  msgid "Submitter Email: "
49
- msgstr "সাবমিটার ইমেল:"
50
 
51
- #: user-submitted-posts.php:465
52
  msgid "Submitter URL: "
53
- msgstr "সাবমিটার URL:"
54
 
55
- #: user-submitted-posts.php:466
56
  msgid "Submitter IP: "
57
- msgstr "সাবমিটার আইপি:"
58
 
59
- #: user-submitted-posts.php:517
60
  msgid "Show USP Posts"
61
- msgstr "ইউএসপি পোস্ট দেখান"
62
 
63
- #: user-submitted-posts.php:518 library/plugin-settings.php:999
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
- #: user-submitted-posts.php:1301
68
  msgid " files required"
69
  msgstr " ফাইল প্রয়োজন"
70
 
71
- #: user-submitted-posts.php:1302
72
  msgid " file required"
73
  msgstr " ফাইল প্রয়োজন"
74
 
75
- #: user-submitted-posts.php:1304
76
  msgid " files"
77
  msgstr " নথি পত্র"
78
 
79
- #: user-submitted-posts.php:1305
80
  msgid " file"
81
  msgstr " ফাইল"
82
 
83
- #: user-submitted-posts.php:1307 user-submitted-posts.php:1308
84
- #: user-submitted-posts.php:1309 user-submitted-posts.php:1310
85
  msgid " pixels"
86
  msgstr " পিক্সেল"
87
 
88
- #: user-submitted-posts.php:1312 library/core-functions.php:215
89
- #: library/plugin-settings.php:290 library/plugin-settings.php:309
90
- #: library/plugin-settings.php:711 library/plugin-settings.php:1243
91
  msgid "Custom Field"
92
  msgstr "কাস্টম ক্ষেত্র"
93
 
94
- #: user-submitted-posts.php:1314
95
  msgid "Custom checkbox required"
96
  msgstr "কাস্টম চেকবক্স প্রয়োজন"
97
 
98
- #: user-submitted-posts.php:1317
99
  msgid "An error occurred. Please go back and try again."
100
  msgstr "একটি ত্রুটি ঘটেছে. ফিরে যান এবং আবার চেষ্টা করুন।"
101
 
102
- #: user-submitted-posts.php:1327
103
  msgid "User login required"
104
- msgstr "ব্যবহারকারী লগইন প্রয়োজন"
105
 
106
- #: user-submitted-posts.php:1328
107
  msgid "User name required"
108
  msgstr "ব্যবহারকারীর নাম (বাধ্যতামূলক"
109
 
110
- #: user-submitted-posts.php:1329
111
  msgid "Post title required"
112
- msgstr "পোস্ট শিরোনাম প্রয়োজন"
113
 
114
- #: user-submitted-posts.php:1330
115
  msgid "User URL required"
116
- msgstr "ব্যবহারকারীর ইউআরএল প্রয়োজন"
117
 
118
- #: user-submitted-posts.php:1331
119
  msgid "Post tags required"
120
  msgstr "পোস্ট ট্যাগ প্রয়োজন"
121
 
122
- #: user-submitted-posts.php:1332
123
  msgid "Post category required"
124
- msgstr "পোস্ট বিভাগ প্রয়োজন"
125
 
126
- #: user-submitted-posts.php:1333
127
  msgid "Post content required"
128
- msgstr "পোস্ট কন্টেন্ট প্রয়োজন"
129
 
130
- #: user-submitted-posts.php:1334 user-submitted-posts.php:1335
131
  msgid "Correct captcha required"
132
  msgstr "সঠিক ক্যাপচা প্রয়োজন"
133
 
134
- #: user-submitted-posts.php:1336
135
  msgid "User email required"
136
- msgstr "ব্যবহারকারী ইমেইল প্রয়োজন"
137
 
138
- #: user-submitted-posts.php:1337
139
  msgid "Please check your email and try again"
140
- msgstr "আপনার ইমেইল চেক করুন এবং আবার চেষ্টা করুন"
141
 
142
- #: user-submitted-posts.php:1338
143
  msgid "Non-empty value for hidden field"
144
- msgstr "লুকানো ক্ষেত্রের জন্য খালি মান"
145
 
146
- #: user-submitted-posts.php:1339
147
  msgid "Minimum number of images not met"
148
- msgstr "ইমেজ নূন্যতম সংখ্যা পূরণ না"
149
 
150
- #: user-submitted-posts.php:1340
151
  msgid "Maximum number of images exceeded "
152
- msgstr "ছবি সর্বাধিক সংখ্যা অতিক্রম করেছে"
153
 
154
- #: user-submitted-posts.php:1341
155
  msgid "Minimum image width not met"
156
- msgstr "নূন্যতম চিত্র প্রস্থ পূরণ না"
157
 
158
- #: user-submitted-posts.php:1342
159
  msgid "Image width exceeds maximum"
160
- msgstr "চিত্র প্রস্থ সর্বাধিক ছাড়িয়ে গেছে"
161
 
162
- #: user-submitted-posts.php:1343
163
  msgid "Minimum image height not met"
164
- msgstr "নূন্যতম চিত্র উচ্চতা পূরণ না"
165
 
166
- #: user-submitted-posts.php:1344
167
  msgid "Image height exceeds maximum"
168
- msgstr "চিত্র উচ্চতা সর্বাধিক ছাড়িয়ে গেছে"
169
 
170
- #: user-submitted-posts.php:1345
171
  msgid "File type not allowed (please upload images only)"
172
- msgstr "ফাইল টাইপ অনুমোদিত নয় (শুধুমাত্র ছবি আপলোড করুন)"
173
 
174
- #: user-submitted-posts.php:1346
175
  msgid " required"
176
  msgstr " প্রয়োজনীয়"
177
 
178
- #: user-submitted-posts.php:1351
179
  msgid "File not uploaded. Please check the file and try again."
180
- msgstr "ফাইল আপলোড করা হয় না। ফাইল চেক করুন এবং আবার চেষ্টা করুন।"
181
 
182
- #: user-submitted-posts.php:1355
183
  msgid "The file(s) could not be uploaded"
184
- msgstr "ফাইল (গুলি) আপলোড করা যাবে না"
185
 
186
- #: user-submitted-posts.php:1357
187
  msgid "Post not created. Please contact the site administrator for help."
188
- msgstr "পোস্ট তৈরি করা হয়নি। সাহায্যের জন্য সাইটের প্রশাসক সাথে যোগাযোগ করুন।"
189
 
190
- #: user-submitted-posts.php:1358
191
  msgid "Duplicate post title. Please try again."
192
  msgstr "সদৃশ পোস্ট শিরোনাম। অনুগ্রহপূর্বক আবার চেষ্টা করুন."
193
 
194
- #: user-submitted-posts.php:1368
195
  msgid "Error: "
196
- msgstr "ত্রুটি:"
197
 
198
- #: user-submitted-posts.php:1394
199
  msgid "Return to form"
200
  msgstr "ফর্ম ফিরে"
201
 
202
- #: user-submitted-posts.php:1424 library/plugin-settings.php:975
203
  msgid "Please"
204
  msgstr "অনুগ্রহ"
205
 
206
- #: user-submitted-posts.php:1425
207
  msgid "log in"
208
- msgstr "লগ ইন করুন"
209
 
210
- #: user-submitted-posts.php:1426
211
  msgid "to submit content!"
212
- msgstr "কন্টেন্ট জমা দিতে!"
213
 
214
- #: views/submission-form.php:46 views/submission-form-alt.php:55
215
  msgid "Please complete the required fields."
216
- msgstr "প্রয়োজনীয় ক্ষেত্র সম্পূর্ণ করুন।"
217
 
218
- #: views/submission-form.php:56 views/submission-form.php:57
219
- #: views/submission-form-alt.php:61 views/submission-form-alt.php:62
220
  msgid "Your Name"
221
  msgstr "তোমার নাম"
222
 
223
- #: views/submission-form.php:62 views/submission-form.php:63
224
- #: views/submission-form-alt.php:67 views/submission-form-alt.php:68
225
  msgid "Your URL"
226
  msgstr "আপনার ইউআরএল"
227
 
228
- #: views/submission-form.php:68 views/submission-form.php:69
229
- #: views/submission-form-alt.php:73 views/submission-form-alt.php:74
230
  msgid "Your Email"
231
  msgstr "তোমার ইমেইল"
232
 
233
- #: views/submission-form.php:74 views/submission-form.php:75
234
- #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
235
- #: library/plugin-settings.php:1036
236
  msgid "Post Title"
237
  msgstr "পোস্ট শিরোনাম"
238
 
239
- #: views/submission-form.php:80 views/submission-form.php:81
240
- #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
241
- #: library/plugin-settings.php:1037
242
  msgid "Post Tags"
243
- msgstr "পোস্ট ট্যাগ"
244
 
245
- #: views/submission-form.php:93 views/submission-form-alt.php:98
246
  msgid "Antispam Question"
247
- msgstr "Antispam প্রশ্ন"
248
 
249
- #: views/submission-form.php:98 views/submission-form-alt.php:103
250
- #: library/plugin-settings.php:1038
251
  msgid "Post Category"
252
  msgstr "পোস্ট বিভাগ"
253
 
254
- #: views/submission-form.php:100 views/submission-form-alt.php:105
 
255
  msgid "Please select a category.."
256
- msgstr "একটি বিভাগ নির্বাচন করুন .."
257
 
258
- #: views/submission-form.php:135 views/submission-form.php:136
259
- #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
260
- #: library/plugin-settings.php:1039
261
  msgid "Post Content"
262
- msgstr "পোস্ট কন্টেন্ট"
263
 
264
- #: views/submission-form.php:142 views/submission-form-alt.php:147
265
  msgid "Verification"
266
  msgstr "প্রতিপাদন"
267
 
268
- #: views/submission-form.php:149 views/submission-form-alt.php:154
269
  msgid "Upload an Image"
270
- msgstr "একটি ছবি আপলোড করুন"
271
 
272
- #: views/submission-form.php:158 views/submission-form-alt.php:163
273
  msgid "Add another image"
274
- msgstr "অন্য ছবি যোগ করুন"
275
 
276
- #: views/submission-form.php:180 views/submission-form-alt.php:185
277
  msgid "Human verification: leave this field empty."
278
- msgstr "মানব যাচাইকরণ: এই ক্ষেত্র খালি ছেড়ে।"
279
 
280
- #: views/submission-form.php:204 views/submission-form-alt.php:209
281
  msgid "Submit Post"
282
  msgstr "পোস্ট জমা দিন"
283
 
 
 
 
 
284
  #: library/shortcode-misc.php:18
285
  msgid "Reset form"
286
- msgstr "ফর্ম পুনরায় সেট করুন"
287
 
288
  #: library/shortcode-misc.php:128
289
  msgid "View full post"
290
  msgstr "সম্পূর্ণ পোস্ট দেখুন"
291
 
292
- #: library/support-panel.php:52
293
- msgid "Perishable Press Books"
294
- msgstr "ধ্বংসযোগ্য প্রেস বই"
295
-
296
- #: library/support-panel.php:53
297
- msgid "Plugin Planet"
298
- msgstr "প্লাগইন প্ল্যানেট"
299
-
300
- #: library/support-panel.php:54
301
- msgid "Donate via PayPal"
302
- msgstr "PayPal মাধ্যমে দান করুন"
303
-
304
- #: library/support-panel.php:56
305
- msgid "books"
306
- msgstr "বই"
307
-
308
- #: library/support-panel.php:57
309
- msgid "plugins"
310
- msgstr "প্লাগ-ইন"
311
-
312
- #: library/support-panel.php:58
313
- msgid "donation"
314
- msgstr "দান"
315
-
316
- #: library/support-panel.php:60
317
- msgid "Thank you for using"
318
- msgstr "ব্যবহার করার জন্য আপনাকে ধন্যবাদ"
319
-
320
- #: library/support-panel.php:61
321
- msgid "Please show support by purchasing one of my"
322
- msgstr "আমার এক ক্রয় দ্বারা সমর্থন প্রদর্শন করুন"
323
-
324
- #: library/support-panel.php:62
325
- msgid "or"
326
- msgstr "অথবা"
327
-
328
- #: library/support-panel.php:62
329
- msgid "or by making a"
330
- msgstr "অথবা একটি তৈরি করে"
331
-
332
- #: library/support-panel.php:63
333
- msgid "Your generous support helps future development of"
334
- msgstr "আপনার উদার সমর্থন ভবিষ্যতে উন্নয়ন সাহায্য করে"
335
-
336
- #: library/support-panel.php:64
337
- msgid "and is greatly appreciated."
338
- msgstr "এবং ব্যাপকভাবে প্রশংসা করা হয়।"
339
-
340
- #: library/support-panel.php:66
341
- msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
342
- msgstr "যেকোন সাইজ দান আমাকে এই ফ্রি প্লাগইন এবং অন্যান্য দুর্দান্ত ওয়ার্ডপ্রেস রিসোর্সগুলি বিকাশ চালিয়ে যেতে সহায়তা করে।"
343
-
344
- #: library/enqueue-scripts.php:83 library/enqueue-scripts.php:117
345
- msgid "Incorrect response."
346
- msgstr "ভুল প্রতিক্রিয়া।"
347
 
348
- #: library/plugin-settings.php:32
349
  msgid "Get USP Pro for unlimited forms!"
350
- msgstr "সীমাহীন ফর্ম জন্য ইউএসপি প্রো পান!"
351
 
352
- #: library/plugin-settings.php:33
353
  msgid "Go Pro"
354
- msgstr "যান প্রো"
355
-
356
- #: library/plugin-settings.php:37
357
- msgid "Settings"
358
- msgstr "সেটিংস"
359
 
360
- #: library/plugin-settings.php:55 library/plugin-settings.php:1007
361
- #: library/plugin-settings.php:1595
362
  msgid "Plugin Homepage"
363
  msgstr "প্লাগইন হোমপেজ"
364
 
365
- #: library/plugin-settings.php:56
366
  msgid "Homepage"
367
  msgstr "হোম পেজ"
368
 
369
- #: library/plugin-settings.php:61
370
  msgid "Give USP a 5-star rating at WordPress.org"
371
- msgstr "ইউএসপি ওয়ার্ডপ্রেস.org একটি 5 তারকা রেটিং দিন"
372
 
373
- #: library/plugin-settings.php:62
374
  msgid "Rate this plugin&nbsp;&raquo;"
375
- msgstr "এই প্লাগইন রেট & nbsp; & raquo;"
376
 
377
- #: library/plugin-settings.php:120
378
  msgid "WP Post (recommended)"
379
- msgstr "WP পোস্ট (প্রস্তাবিত)"
380
 
381
- #: library/plugin-settings.php:124
382
  msgid "WP Page"
383
- msgstr "WP পৃষ্ঠা"
384
 
385
- #: library/plugin-settings.php:140
386
  msgid "HTML5 Form + Default CSS"
387
- msgstr "HTML5 ফর্ম + ডিফল্ট সিএসএস"
388
 
389
- #: library/plugin-settings.php:140
390
  msgid "(Recommended)"
391
  msgstr "(প্রস্তাবিত)"
392
 
393
- #: library/plugin-settings.php:144
394
  msgid "HTML5 Form + Disable CSS"
395
- msgstr "HTML5 ফর্ম + সিএসএস নিষ্ক্রিয় করুন"
396
 
397
- #: library/plugin-settings.php:144
398
  msgid "(Provide your own styles)"
399
- msgstr "(আপনার নিজস্ব শৈলী প্রদান করুন)"
400
 
401
- #: library/plugin-settings.php:148
402
  msgid "Custom Form + Custom CSS"
403
  msgstr "কাস্টম ফর্ম + কাস্টম সিএসএস"
404
 
405
- #: library/plugin-settings.php:148
406
  msgid "(Provide your own form template &amp; styles)"
407
- msgstr "(আপনার নিজস্ব ফর্ম টেমপ্লেট এবং শৈলী প্রদান করুন)"
408
 
409
- #: library/plugin-settings.php:164 library/plugin-settings.php:188
410
- #: library/plugin-settings.php:211 library/plugin-settings.php:235
411
  msgid "Auto-display before post content"
412
- msgstr "পোস্ট কন্টেন্ট আগে অটো প্রদর্শন"
413
 
414
- #: library/plugin-settings.php:168 library/plugin-settings.php:192
415
- #: library/plugin-settings.php:215 library/plugin-settings.php:239
416
  msgid "Auto-display after post content"
417
- msgstr "পোস্ট কন্টেন্ট পরে অটো প্রদর্শন"
418
 
419
- #: library/plugin-settings.php:172
420
  msgid "Do not auto-display submitted images"
421
- msgstr "স্বয়ংক্রিয় প্রদর্শন ছবি জমা না"
422
 
423
- #: library/plugin-settings.php:196
424
  msgid "Do not auto-display submitted email"
425
- msgstr "স্বয়ং প্রদর্শন ইমেইল জমা না"
426
 
427
- #: library/plugin-settings.php:219
428
  msgid "Do not auto-display submitted URL"
429
- msgstr "স্বয়ংক্রিয় প্রদর্শন প্রদর্শন ইউআরএল না"
430
 
431
- #: library/plugin-settings.php:243
432
  msgid "Do not auto-display the Custom Field"
433
- msgstr "কাস্টম ক্ষেত্র স্বয়ংক্রিয়ভাবে প্রদর্শন করবেন না"
434
 
435
- #: library/plugin-settings.php:271 library/plugin-settings.php:303
436
- #: library/plugin-settings.php:336 library/plugin-settings.php:368
437
- msgid "Display and require"
438
- msgstr "প্রদর্শন এবং প্রয়োজন"
439
 
440
- #: library/plugin-settings.php:272 library/plugin-settings.php:304
441
- msgid "Display but do not require"
442
- msgstr "প্রদর্শন কিন্তু প্রয়োজন হয় না"
443
 
444
- #: library/plugin-settings.php:273 library/plugin-settings.php:305
445
- #: library/plugin-settings.php:337 library/plugin-settings.php:369
446
  msgid "Disable this field"
447
- msgstr "এই ক্ষেত্র নিষ্ক্রিয় করুন"
448
 
449
- #: library/plugin-settings.php:308 library/plugin-settings.php:340
450
- #: library/plugin-settings.php:372 library/plugin-settings.php:404
451
  msgid "(Visit"
452
  msgstr "(পরিদর্শন"
453
 
454
- #: library/plugin-settings.php:309 library/plugin-settings.php:341
455
- #: library/plugin-settings.php:373 library/plugin-settings.php:405
456
  msgid "to configure options)"
457
- msgstr "অপশন কনফিগার করার জন্য)"
458
 
459
- #: library/plugin-settings.php:324 library/plugin-settings.php:341
460
- #: library/plugin-settings.php:1261 library/plugin-settings.php:1266
461
  msgid "Challenge Question"
462
  msgstr "চ্যালেঞ্জ প্রশ্ন"
463
 
464
- #: library/plugin-settings.php:356 library/plugin-settings.php:373
465
- #: library/plugin-settings.php:1283
466
  msgid "Google reCAPTCHA"
467
- msgstr "গুগল reCAPTCHA"
468
 
469
- #: library/plugin-settings.php:388
470
  msgid "Post Images"
471
  msgstr "ছবি পোস্ট করুন"
472
 
473
- #: library/plugin-settings.php:400
474
- msgid "Display"
475
- msgstr "প্রদর্শন"
476
 
477
- #: library/plugin-settings.php:401
478
  msgid "Disable"
479
  msgstr "অক্ষম"
480
 
481
- #: library/plugin-settings.php:405 library/plugin-settings.php:1344
482
  msgid "Image Uploads"
483
- msgstr "ইমেজ আপলোড"
484
 
485
- #: library/plugin-settings.php:485
486
  msgid "Draft"
487
  msgstr "খসড়া"
488
 
489
- #: library/plugin-settings.php:486
490
  msgid "Pending (default)"
491
  msgstr "মুলতুবি (ডিফল্ট)"
492
 
493
- #: library/plugin-settings.php:487
494
  msgid "Publish immediately"
495
  msgstr "অবিলম্বে প্রকাশ করুন"
496
 
497
- #: library/plugin-settings.php:488
498
  msgid "Publish after 1 approved post"
499
- msgstr "1 অনুমোদিত পোস্ট পরে প্রকাশ করুন"
500
 
501
- #: library/plugin-settings.php:489
502
  msgid "Publish after "
503
- msgstr "পরে প্রকাশ করুন"
504
 
505
- #: library/plugin-settings.php:489
506
  msgid " approved posts"
507
  msgstr " অনুমোদিত পোস্ট"
508
 
509
- #: library/plugin-settings.php:655
 
 
 
 
510
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
511
- msgstr "সেখানে একটা ভুল ছিল. আপনি একটি শিরোনাম, কিছু বিষয়বস্তু, এবং আপনি শুধুমাত্র ইমেজ আপলোড করেছেন তা নিশ্চিত করুন দয়া করে নিশ্চিত করুন।"
512
 
513
- #: library/plugin-settings.php:669
514
  msgid "Please select your image(s) to upload."
515
- msgstr "আপলোড করার জন্য আপনার ছবি (গুলি) নির্বাচন করুন।"
516
 
517
- #: library/plugin-settings.php:675
518
  msgid "Success! Thank you for your submission."
519
  msgstr "সফল! আপনার জমা দেওয়ার জন্য আপনাকে ধন্যবাদ."
520
 
521
- #: library/plugin-settings.php:701
522
  msgid "Email"
523
  msgstr "ইমেইল"
524
 
525
- #: library/plugin-settings.php:702
526
  msgid "URL"
527
  msgstr "URL টি"
528
 
529
- #: library/plugin-settings.php:962
530
  msgid "Toggle all panels"
531
- msgstr "সব প্যানেল টগল করুন"
532
 
533
- #: library/plugin-settings.php:971
534
  msgid "We need your support!"
535
  msgstr "আমরা আপনার সমর্থন প্রয়োজন!"
536
 
537
- #: library/plugin-settings.php:975
538
  msgid "Make a donation via PayPal"
539
- msgstr "পেপ্যালের মাধ্যমে একটি দান করুন"
540
 
541
- #: library/plugin-settings.php:975
542
  msgid "make a donation"
543
  msgstr "উচ্চ স্বরে পড়া"
544
 
545
- #: library/plugin-settings.php:975
546
  msgid "and/or"
547
  msgstr "এবং / অথবা"
548
 
549
- #: library/plugin-settings.php:976
550
  msgid "Rate and review at the Plugin Directory"
551
- msgstr "প্লাগইন ডিরেক্টরি রেট এবং পর্যালোচনা"
552
 
553
- #: library/plugin-settings.php:977
554
  msgid "give this plugin a 5-star rating"
555
- msgstr "এই প্লাগইন একটি 5 তারকা রেটিং দিতে"
556
 
557
- #: library/plugin-settings.php:981
558
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
559
- msgstr "আপনার উদার সমর্থন এই বিনামূল্যে প্লাগইন অব্যাহত উন্নয়ন সক্রিয় করে। ধন্যবাদ!"
560
 
561
- #: library/plugin-settings.php:986
562
  msgid "Check this box if you have shown support"
563
- msgstr "আপনি সমর্থন দেখানো হয়েছে, তাহলে এই বক্স চেক করুন"
564
 
565
- #: library/plugin-settings.php:995
566
  msgid "Overview"
567
  msgstr "সংক্ষিপ্ত বিবরণ"
568
 
569
- #: library/plugin-settings.php:999
570
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
571
- msgstr "আপনার দর্শকদের পোস্ট জমা দিতে এবং আপনার সাইটের সামনে শেষ থেকে ছবি আপলোড করতে সক্ষম করে।"
572
 
573
- #: library/plugin-settings.php:1000
574
  msgid "For advanced functionality and unlimited forms, check out"
575
- msgstr "উন্নত কার্যকারিতা এবং সীমাহীন ফর্ম জন্য, চেক আউট"
576
 
577
- #: library/plugin-settings.php:1000 library/plugin-settings.php:1402
578
  msgid "USP Pro"
579
  msgstr "ইউএসপি প্রো"
580
 
581
- #: library/plugin-settings.php:1001
582
  msgid "&mdash; the ultimate solution for user-generated content."
583
- msgstr "& Mdash; i ব্যবহারকারী দ্বারা উত্পাদিত কন্টেন্ট জন্য চূড়ান্ত সমাধান।"
584
 
585
- #: library/plugin-settings.php:1005 library/plugin-settings.php:1022
586
  msgid "Plugin Settings"
587
  msgstr "প্লাগইন সেটিংস"
588
 
589
- #: library/plugin-settings.php:1006
590
  msgid "Display the form"
591
- msgstr "ফর্ম প্রদর্শন করুন"
592
 
593
- #: library/plugin-settings.php:1010
594
  msgid "If you like this plugin, please"
595
- msgstr "যদি আপনি এই প্লাগিন চান, দয়া করে"
596
 
597
- #: library/plugin-settings.php:1011
598
  msgid "THANK YOU for your support!"
599
  msgstr "আপনার সমর্থনের জন্য ধন্যবাদ!"
600
 
601
- #: library/plugin-settings.php:1011
602
  msgid "give it a 5-star rating"
603
- msgstr "এটি একটি 5 তারকা রেটিং দিতে"
604
 
605
- #: library/plugin-settings.php:1015
606
  msgid "Unlimited front-end forms"
607
- msgstr "সীমাহীন সামনে শেষ ফর্ম"
608
 
609
- #: library/plugin-settings.php:1015
610
  msgid "Get USP Pro"
611
  msgstr "ইউএসপি প্রো পান"
612
 
613
- #: library/plugin-settings.php:1025
614
  msgid "Configure your settings for User Submitted Posts."
615
- msgstr "ব্যবহারকারী জমা পোস্টের জন্য আপনার সেটিংস কনফিগার করুন।"
616
 
617
- #: library/plugin-settings.php:1027
618
  msgid "Form Fields"
619
- msgstr "ফরম ক্ষেত্র"
620
 
621
- #: library/plugin-settings.php:1033
622
  msgid "User Name"
623
  msgstr "ব্যবহারকারীর নাম"
624
 
625
- #: library/plugin-settings.php:1034
626
  msgid "User Email"
627
- msgstr "ব্যবহারকারী ইমেইল"
628
 
629
- #: library/plugin-settings.php:1035
630
  msgid "User URL"
631
- msgstr "ব্যবহারকারীর ইউআরএল"
632
 
633
- #: library/plugin-settings.php:1050
634
  msgid "General Settings"
635
  msgstr "সাধারণ সেটিংস"
636
 
637
- #: library/plugin-settings.php:1052
638
  msgid "Note that the default settings work fine for most cases."
639
- msgstr "উল্লেখ্য যে অধিকাংশ ক্ষেত্রেই ডিফল্ট সেটিংস জরিমানা করে।"
640
 
641
- #: library/plugin-settings.php:1057
642
  msgid "Form Style"
643
- msgstr "ফরম স্টাইল"
644
 
645
- #: library/plugin-settings.php:1062
646
  msgid "With this option, you can copy the plugin&rsquo;s default templates:"
647
- msgstr "এই বিকল্পটি দিয়ে আপনি প্লাগইন এর ডিফল্ট টেমপ্লেট কপি করতে পারেন:"
648
 
649
- #: library/plugin-settings.php:1067
650
  msgid "..and upload them into a directory named"
651
- msgstr ".. এবং তাদের নাম একটি ডিরেক্টরি মধ্যে আপলোড করুন"
652
 
653
- #: library/plugin-settings.php:1067
654
  msgid "in your theme:"
655
  msgstr "আপনার থিম মধ্যে:"
656
 
657
- #: library/plugin-settings.php:1073
658
  msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
659
- msgstr "যে আপনি পছন্দসই হিসাবে ফর্ম এবং শৈলী কাস্টমাইজ করতে সক্ষম হবে। আরও তথ্যের জন্য, \"কাস্টম জমা ফর্ম\" বিভাগটি দেখুন"
660
 
661
- #: library/plugin-settings.php:1074
662
  msgid "Installation Docs"
663
  msgstr "ইনস্টলেশন ডক্স"
664
 
665
- #: library/plugin-settings.php:1075
666
  msgid "FYI: here is a"
667
- msgstr "FYI: এখানে একটি"
668
 
669
- #: library/plugin-settings.php:1075
670
  msgid "list of USP CSS selectors"
671
- msgstr "ইউএসপি সিএসএস নির্বাচক তালিকা"
672
 
673
- #: library/plugin-settings.php:1081
674
  msgid "Include JavaScript"
675
  msgstr "জাভাস্ক্রিপ্ট অন্তর্ভুক্ত করুন"
676
 
677
- #: library/plugin-settings.php:1083
678
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
679
- msgstr "আপনি বাইরের জাভাস্ক্রিপ্ট ফাইল (প্রস্তাবিত) অন্তর্ভুক্ত করতে চান, তাহলে এই বক্সটি চেক করুন।"
680
 
681
- #: library/plugin-settings.php:1086
682
  msgid "Targeted Loading"
683
- msgstr "লক্ষ্যমাত্রা লোড হচ্ছে"
684
 
685
- #: library/plugin-settings.php:1088
686
- msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
687
- msgstr "ডিফল্টরূপে, বাহ্যিক CSS & amp; জাভাস্ক্রিপ্ট ফাইল প্রতিটি পৃষ্ঠায় লোড করা হয়। এখানে আপনি শুধুমাত্র সেই পৃষ্ঠায় সংস্থান লোড করতে ইউএসপি ফর্মের URL নির্দিষ্ট করতে পারেন। দ্রষ্টব্য: সকল পৃষ্ঠায় লোড করতে ফাঁকা রাখুন।"
688
 
689
- #: library/plugin-settings.php:1091
690
  msgid "Post Type"
691
- msgstr "পোস্ট টাইপ"
692
 
693
- #: library/plugin-settings.php:1094
694
  msgid "Submit posts as WP Posts or Pages"
695
- msgstr "WP পোস্ট বা পৃষ্ঠা হিসাবে পোস্ট জমা দিন"
696
 
697
- #: library/plugin-settings.php:1098
698
  msgid "Post Status"
699
- msgstr "পোস্ট অবস্থা"
700
 
701
- #: library/plugin-settings.php:1101
702
  msgid "Post Status for submitted posts"
703
- msgstr "জমা পোস্টের জন্য পোস্ট স্থিতি"
704
 
705
- #: library/plugin-settings.php:1105
706
  msgid "Redirect URL"
707
  msgstr "পুনঃনির্দেশ URL"
708
 
709
- #: library/plugin-settings.php:1107
710
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
711
- msgstr "জমা দেওয়ার পরে ব্যবহারকারীকে পুনঃনির্দেশিত করার জন্য একটি URL নির্দিষ্ট করুন। বর্তমান পৃষ্ঠায় ফিরে পুনঃনির্দেশিত ফাঁকা ছেড়ে দিন।"
712
 
713
- #: library/plugin-settings.php:1110
714
  msgid "Success Message"
715
- msgstr "সফল বার্তা"
716
 
717
- #: library/plugin-settings.php:1112
718
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
719
- msgstr "পোস্ট-জমা সফল হলে সফল বার্তা প্রদর্শন করা হয়। বেসিক মার্কআপ অনুমতি দেওয়া হয়।"
720
 
721
- #: library/plugin-settings.php:1115
722
  msgid "Error Message"
723
  msgstr "ভুল বার্তা"
724
 
725
- #: library/plugin-settings.php:1117
726
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
727
- msgstr "পোস্ট জমা জমা যদি প্রদর্শিত হয় যে সাধারণ ত্রুটি বার্তা। বেসিক মার্কআপ অনুমতি দেওয়া হয়।"
728
 
729
- #: library/plugin-settings.php:1120
730
  msgid "Custom Content"
731
  msgstr "কাস্টম কন্টেন্ট"
732
 
733
- #: library/plugin-settings.php:1122
734
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
735
- msgstr "কাস্টম টেক্সট / মার্কআপ জমা ফর্ম আগে অন্তর্ভুক্ত করা হবে। নিষ্ক্রিয় করতে ফাঁকা ছেড়ে দিন।"
736
 
737
- #: library/plugin-settings.php:1125
738
  msgid "Rich Text Editor"
739
  msgstr "উন্নত টেক্সট এডিটর"
740
 
741
- #: library/plugin-settings.php:1127
742
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
743
- msgstr "আপনি জমা পোস্টের জন্য WP সমৃদ্ধ টেক্সট সম্পাদনা সক্ষম করতে চান, তাহলে এই বক্সটি চেক করুন।"
744
 
745
- #: library/plugin-settings.php:1130
746
  msgid "Unique Titles"
747
  msgstr "অনন্য শিরোনাম"
748
 
749
- #: library/plugin-settings.php:1132
750
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
751
- msgstr "জমা দেওয়া পোস্ট শিরোনাম অনন্য হতে হবে (একাধিক / সদৃশ জমা পোস্ট প্রতিরোধ করার জন্য দরকারী)।"
752
 
753
- #: library/plugin-settings.php:1135
754
  msgid "Disable Required"
755
- msgstr "নিষ্ক্রিয় করা আবশ্যক"
756
 
757
- #: library/plugin-settings.php:1137
758
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
759
- msgstr "ডিফল্ট ফর্ম ক্ষেত্রগুলিতে সমস্ত প্রয়োজনীয় গুণাবলী অক্ষম করুন (সমস্যা সমাধান ত্রুটি বার্তাগুলির জন্য দরকারী)।"
760
 
761
- #: library/plugin-settings.php:1140
762
  msgid "Enable Shortcodes"
763
- msgstr "শর্টকোড সক্রিয় করুন"
764
 
765
- #: library/plugin-settings.php:1142
766
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
767
- msgstr "উইজেটে শর্টকোড সক্রিয় করুন। ডিফল্টরূপে, ওয়ার্ডপ্রেস উইজেটগুলিতে শর্টকোডগুলি সক্ষম করে না।"
768
 
769
- #: library/plugin-settings.php:1143
770
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
771
- msgstr "এই সেটিংটি উইজেটগুলিতে যেকোন / সমস্ত শর্টকোড সক্ষম করে (এমনকি অন্যান্য প্লাগিন থেকে শর্টকোড)"
772
 
773
- #: library/plugin-settings.php:1148
774
- msgid "GDPR"
775
- msgstr "GDPR"
776
 
777
- #: library/plugin-settings.php:1153
778
  msgid "Disable IP Tracking"
779
- msgstr "আইপি ট্র্যাকিং নিষ্ক্রিয় করুন"
780
 
781
- #: library/plugin-settings.php:1155
782
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
783
- msgstr "ডিফল্টভাবে USP প্রতিটি জমা পোস্টের সাথে আইপি ঠিকানা রেকর্ড করে। সব আইপি ট্র্যাকিং নিষ্ক্রিয় করার জন্য এই বক্স চেক করুন।"
784
 
785
- #: library/plugin-settings.php:1159
786
  msgid "Display Checkbox"
787
  msgstr "প্রদর্শন চেকবক্স"
788
 
789
- #: library/plugin-settings.php:1161
790
  msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
791
- msgstr "আপনার ফর্মের উপর কাস্টম চেকবক্স প্রদর্শন করুন (জিডিপিআর এর জন্য দরকারী, শর্তাবলীতে সম্মত হন ইত্যাদি)"
792
 
793
- #: library/plugin-settings.php:1164
794
  msgid "Checkbox Name"
795
- msgstr "চেকবক্স নাম"
796
 
797
- #: library/plugin-settings.php:1166 library/plugin-settings.php:1251
798
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
799
- msgstr "শুধুমাত্র আলফানিউমেরিক, underscores, এবং ড্যাশ ব্যবহার করুন। অনিশ্চিত, ডিফল্ট নাম ব্যবহার করুন:"
800
 
801
- #: library/plugin-settings.php:1169
802
  msgid "Checkbox Error"
803
  msgstr "চেকবক্স ত্রুটি"
804
 
805
- #: library/plugin-settings.php:1171
806
  msgid "Error message displayed if user does not check the box."
807
- msgstr "ব্যবহারকারী বক্স চেক না হলে ত্রুটি বার্তা প্রদর্শন করা হয়।"
808
 
809
- #: library/plugin-settings.php:1174
810
  msgid "Checkbox Text"
811
- msgstr "চেকবক্স টেক্সট"
812
 
813
- #: library/plugin-settings.php:1176
814
  msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
815
- msgstr "টেক্সট চেকবক্স পাশে প্রদর্শিত। টিপ: আউটপুট কোণ বন্ধনীগুলিতে কোঁকড়া বন্ধনী ব্যবহার করুন, উদাহরণস্বরূপ:"
816
 
817
- #: library/plugin-settings.php:1181 library/plugin-settings.php:1186
818
  msgid "Categories"
819
  msgstr "ধরন"
820
 
821
- #: library/plugin-settings.php:1189
822
- msgid "Select which categories may be assigned to submitted posts (click to toggle)"
823
- msgstr "জমা দেওয়া পোস্টগুলিতে কোন বিভাগগুলি বরাদ্দ করা যেতে পারে তা নির্বাচন করুন (টগল করতে ক্লিক করুন)"
824
 
825
- #: library/plugin-settings.php:1197
 
 
 
 
 
 
 
 
826
  msgid "Hidden/Default Category"
827
  msgstr "লুকানো / ডিফল্ট বিভাগ"
828
 
829
- #: library/plugin-settings.php:1199
830
- msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
831
- msgstr "পোস্ট বিভাগের জন্য একটি লুকানো ক্ষেত্র ব্যবহার করুন। বিভাগ ক্ষেত্রটি অক্ষম থাকলে এটি একটি ডিফল্ট বিভাগ নির্দিষ্ট করতে ব্যবহার করা যেতে পারে।"
832
 
833
- #: library/plugin-settings.php:1202
834
  msgid "Category ID for Hidden Field"
835
- msgstr "লুকানো ক্ষেত্রের জন্য বিভাগ আইডি"
836
 
837
- #: library/plugin-settings.php:1204
838
- msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
839
- msgstr "& Ldquo; লুকানো / ডিফল্ট বিভাগ & rdquo; ব্যবহারের জন্য বিভাগের আইডি উল্লেখ করুন। বিকল্প।"
840
 
841
- #: library/plugin-settings.php:1209
842
  msgid "Users"
843
  msgstr "ব্যবহারকারীরা"
844
 
845
- #: library/plugin-settings.php:1214
846
  msgid "Assigned Author"
847
- msgstr "নির্ধারিত লেখক"
848
 
849
- #: library/plugin-settings.php:1217
850
  msgid "Specify the user that should be assigned as author for submitted posts."
851
- msgstr "জমা পোস্টের জন্য লেখক হিসাবে নিয়োগ করা উচিত যে ব্যবহারকারী নির্দিষ্ট করুন।"
852
 
853
- #: library/plugin-settings.php:1221
854
  msgid "Registered Username"
855
  msgstr "নিবন্ধিত ব্যবহারকারীর নাম"
856
 
857
- #: library/plugin-settings.php:1223
858
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
859
- msgstr "পোস্ট লেখক হিসাবে নিবন্ধিত ব্যবহারকারীর নাম ব্যবহার করুন। ফর্ম জমা ব্যক্তি নিবন্ধিত ওয়ার্ডপ্রেস লগ ইন করা হয়।"
860
 
861
- #: library/plugin-settings.php:1226
862
  msgid "User Profile URL"
863
  msgstr "ব্যবহারকারী প্রোফাইল ইউআরএল"
864
 
865
- #: library/plugin-settings.php:1228
866
  msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
867
- msgstr "ইউআরএল ক্ষেত্রের মান হিসাবে নিবন্ধিত ব্যবহারকারীর প্রোফাইল URL ব্যবহার করুন। ফর্ম জমা ব্যক্তি নিবন্ধিত ওয়ার্ডপ্রেস লগ ইন করা হয়।"
868
 
869
- #: library/plugin-settings.php:1231
870
  msgid "Require User Login"
871
- msgstr "ব্যবহারকারী লগইন প্রয়োজন"
872
 
873
- #: library/plugin-settings.php:1233
874
  msgid "Require users to be logged in to WordPress to view/submit the form"
875
- msgstr "ব্যবহারকারীদের ফর্ম দেখতে / জমা দিতে ওয়ার্ডপ্রেস লগ ইন করতে হবে"
876
 
877
- #: library/plugin-settings.php:1236
878
  msgid "Disable Replace Author"
879
- msgstr "অস্থায়ী লেখক অক্ষম"
880
 
881
- #: library/plugin-settings.php:1238
882
  msgid "Do not replace post author with submitted user name"
883
- msgstr "জমা ব্যবহারকারী নাম দিয়ে পোস্ট লেখক প্রতিস্থাপন করবেন না"
884
 
885
- #: library/plugin-settings.php:1244
886
  msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
887
- msgstr "এখানে আপনি কাস্টম ফিল্ডের দ্বারা ব্যবহৃত নাম এবং লেবেল পরিবর্তন করতে পারেন। আপনি উপরের ক্ষেত্র ফর্ম সেটিংস এর মাধ্যমে এই ক্ষেত্রটি সক্ষম করতে পারেন।"
888
 
889
- #: library/plugin-settings.php:1249
890
  msgid "Custom Field Name"
891
- msgstr "কাস্টম ক্ষেত্র নাম"
892
 
893
- #: library/plugin-settings.php:1254
894
  msgid "Custom Field Label"
895
  msgstr "কাস্টম ফিল্ড লেবেল"
896
 
897
- #: library/plugin-settings.php:1256
898
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
899
- msgstr "এটি ফর্মের ক্ষেত্রের লেবেল হিসাবে প্রদর্শিত হবে। ডিফল্ট: কাস্টম ক্ষেত্র"
900
 
901
- #: library/plugin-settings.php:1268
902
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
903
- msgstr "স্প্যাম প্রতিরোধের জন্য, ফর্ম জমা দেওয়ার আগে ব্যবহারকারীদের অবশ্যই উত্তর দিতে হবে এমন একটি প্রশ্ন লিখুন।"
904
 
905
- #: library/plugin-settings.php:1271
906
  msgid "Challenge Response"
907
  msgstr "চ্যালেঞ্জ প্রতিক্রিয়া"
908
 
909
- #: library/plugin-settings.php:1273
910
  msgid "Enter the *only* correct answer to the challenge question."
911
- msgstr "চ্যালেঞ্জ প্রশ্নের * শুধুমাত্র * সঠিক উত্তর লিখুন।"
912
 
913
- #: library/plugin-settings.php:1276
914
  msgid "Case-sensitivity"
915
  msgstr "কেস-সংবেদনশীলতা"
916
 
917
- #: library/plugin-settings.php:1278
918
  msgid "Check this box if you want the challenge response to be case-sensitive."
919
- msgstr "চ্যালেঞ্জ প্রতিক্রিয়া যদি কেস-সংবেদনশীল হতে চান তবে এই বক্সটি চেক করুন।"
920
 
921
- #: library/plugin-settings.php:1284
922
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
923
- msgstr "গুগল reCAPTCHA সক্রিয় করতে, আপনার পাবলিক এবং ব্যক্তিগত কী লিখুন।"
924
 
925
- #: library/plugin-settings.php:1289
926
  msgid "Public Key"
927
  msgstr "পাবলিক কী"
928
 
929
- #: library/plugin-settings.php:1291
930
  msgid "Enter your Public Key"
931
- msgstr "আপনার পাবলিক কী লিখুন"
932
 
933
- #: library/plugin-settings.php:1294
934
  msgid "Private Key"
935
  msgstr "ব্যক্তিগত কী"
936
 
937
- #: library/plugin-settings.php:1296
938
  msgid "Enter your Private Key"
939
  msgstr "আপনার ব্যক্তিগত কী লিখুন"
940
 
941
- #: library/plugin-settings.php:1301
942
  msgid "Email Alerts"
943
  msgstr "ইমেল সতর্কতা"
944
 
945
- #: library/plugin-settings.php:1306
946
  msgid "Receive Email Alert"
947
- msgstr "ইমেল সতর্কতা প্রাপ্তি"
948
 
949
- #: library/plugin-settings.php:1308
950
  msgid "Check this box if you want to be notified via email for new post submissions."
951
- msgstr "আপনি যদি নতুন পোস্ট জমা দেওয়ার জন্য ইমেলের মাধ্যমে বিজ্ঞাপিত হতে চান তবে এই বক্সটি চেক করুন।"
952
 
953
- #: library/plugin-settings.php:1311
954
  msgid "Enable HTML Format"
955
- msgstr "HTML ফরম্যাট সক্ষম করুন"
956
 
957
- #: library/plugin-settings.php:1313
958
  msgid "Check this box to enable HTML format for email alerts."
959
- msgstr "ইমেল সতর্কতা জন্য এইচটিএমএল বিন্যাস সক্রিয় করতে এই বক্সটি চেক করুন।"
960
 
961
- #: library/plugin-settings.php:1316
962
  msgid "Email Address for Alerts"
963
- msgstr "সতর্কতা জন্য ইমেইল ঠিকানা"
964
 
965
- #: library/plugin-settings.php:1318
966
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
967
- msgstr "আপনি যদি ইমেল সতর্কতা গ্রহণ করতে বাক্সটি চেক করে থাকেন তবে এখানে ঠিকানাটি প্রেরণ করুন (es) যা ইমেল পাঠানো উচিত।"
968
 
969
- #: library/plugin-settings.php:1319
970
  msgid "Multiple recipients may be included using a comma, like so:"
971
- msgstr "একাধিক প্রাপক একটি কমা ব্যবহার করে অন্তর্ভুক্ত করা যেতে পারে, যেমন:"
972
 
973
- #: library/plugin-settings.php:1322
974
  msgid "Email &ldquo;From&rdquo; Address"
975
  msgstr "ইমেল & ldquo; থেকে & rdquo; ঠিকানা"
976
 
977
- #: library/plugin-settings.php:1324
978
  msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
979
- msgstr "এখানে আপনি ঠিকানা (es) কাস্টমাইজ করতে পারেন যা & ldquo; থেকে & rdquo; হেডার (তথ্য জন্য প্লাগইন FAQ দেখুন)।"
980
 
981
- #: library/plugin-settings.php:1325
982
  msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
983
- msgstr "যদি পূর্ববর্তী সেটিংসে একাধিক ঠিকানা উল্লেখ করা থাকে তবে, থেকে & ldquo; থেকে & rdquo; এই সেটিং (একই ক্রম) জন্য ঠিকানা।"
984
 
985
- #: library/plugin-settings.php:1328
986
  msgid "Email Alert Subject"
987
  msgstr "ইমেল সতর্কতা বিষয়"
988
 
989
- #: library/plugin-settings.php:1330
990
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
991
- msgstr "ইমেল সতর্কতা জন্য বিষয় লাইন। ডিফল্ট বিষয় লাইন ব্যবহার করতে ফাঁকা ছেড়ে দিন। দ্রষ্টব্য: আপনি নিম্নলিখিত ভেরিয়েবল ব্যবহার করতে পারেন:"
992
 
993
- #: library/plugin-settings.php:1335
994
  msgid "Email Alert Message"
995
  msgstr "ইমেল সতর্কতা বার্তা"
996
 
997
- #: library/plugin-settings.php:1337
998
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
999
- msgstr "ইমেল সতর্কতা জন্য বার্তা। ডিফল্ট বার্তা ব্যবহার করতে ফাঁকা ছেড়ে দিন। দ্রষ্টব্য: আপনি নিম্নলিখিত ভেরিয়েবল ব্যবহার করতে পারেন:"
1000
 
1001
- #: library/plugin-settings.php:1349
1002
  msgid "Featured Image"
1003
  msgstr "বৈশিষ্ট্যযুক্ত ইমেজ"
1004
 
1005
- #: library/plugin-settings.php:1351
1006
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
1007
- msgstr "বৈশিষ্ট্যযুক্ত ছবি হিসাবে জমা ছবি সেট করুন। বৈশিষ্ট্যযুক্ত ছবি (আকাশ পোস্ট থাম্বনেল) জন্য থিম সাপোর্ট প্রয়োজন।"
1008
 
1009
- #: library/plugin-settings.php:1354
1010
  msgid "Upload Message"
1011
  msgstr "বার্তা আপলোড করুন"
1012
 
1013
- #: library/plugin-settings.php:1356
1014
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
1015
- msgstr "আপলোড ক্ষেত্রের পাশে প্রদর্শিত বার্তা। আপনার আপলোড নির্দেশিকা / নীতি / ইত্যাদি বলার জন্য দরকারী। বেসিক মার্কআপ অনুমোদিত।"
1016
 
1017
- #: library/plugin-settings.php:1359
1018
  msgid "&ldquo;Add another image&rdquo; link"
1019
- msgstr "& ldquo; আরেকটি ছবি যুক্ত করুন & rdquo; লিংক"
1020
 
1021
- #: library/plugin-settings.php:1361
1022
  msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
1023
- msgstr "কাস্টম মার্কআপ & ldquo; অন্য ছবি যুক্ত করুন & rdquo; লিঙ্ক। ডিফল্ট মার্কআপ ব্যবহার করার জন্য ফাঁকা ছেড়ে দিন (প্রস্তাবিত)।"
1024
 
1025
- #: library/plugin-settings.php:1364
1026
  msgid "Minimum number of images"
1027
- msgstr "ইমেজ নূন্যতম সংখ্যা"
1028
 
1029
- #: library/plugin-settings.php:1367
1030
  msgid "Specify the minimum number of images."
1031
- msgstr "ইমেজ সর্বনিম্ন সংখ্যা উল্লেখ করুন।"
1032
 
1033
- #: library/plugin-settings.php:1371
1034
  msgid "Maximum number of images"
1035
- msgstr "ইমেজ সর্বোচ্চ সংখ্যা"
1036
 
1037
- #: library/plugin-settings.php:1374
1038
  msgid "Specify the maximum number of images."
1039
- msgstr "ইমেজ সর্বোচ্চ সংখ্যা উল্লেখ করুন।"
1040
 
1041
- #: library/plugin-settings.php:1378
1042
  msgid "Minimum image width"
1043
- msgstr "নূন্যতম চিত্র প্রস্থ"
1044
 
1045
- #: library/plugin-settings.php:1380
1046
  msgid "Specify a minimum width (in pixels) for uploaded images."
1047
- msgstr "আপলোড করা ছবিগুলির জন্য সর্বনিম্ন প্রস্থ (পিক্সেলগুলিতে) উল্লেখ করুন।"
1048
 
1049
- #: library/plugin-settings.php:1383
1050
  msgid "Minimum image height"
1051
- msgstr "নূন্যতম চিত্র উচ্চতা"
1052
 
1053
- #: library/plugin-settings.php:1385
1054
  msgid "Specify a minimum height (in pixels) for uploaded images."
1055
- msgstr "আপলোড করা ছবিগুলির জন্য সর্বনিম্ন উচ্চতা (পিক্সেলগুলিতে) উল্লেখ করুন।"
1056
 
1057
- #: library/plugin-settings.php:1388
1058
  msgid "Maximum image width"
1059
- msgstr "সর্বোচ্চ চিত্র প্রস্থ"
1060
 
1061
- #: library/plugin-settings.php:1390
1062
  msgid "Specify a maximum width (in pixels) for uploaded images."
1063
- msgstr "আপলোড করা ছবিগুলির জন্য সর্বাধিক প্রস্থ (পিক্সেলগুলিতে) উল্লেখ করুন।"
1064
 
1065
- #: library/plugin-settings.php:1393
1066
  msgid "Maximum image height"
1067
- msgstr "সর্বোচ্চ চিত্র উচ্চতা"
1068
 
1069
- #: library/plugin-settings.php:1395
1070
  msgid "Specify a maximum height (in pixels) for uploaded images."
1071
- msgstr "আপলোড করা ছবিগুলির জন্য সর্বোচ্চ উচ্চতা (পিক্সেলগুলিতে) উল্লেখ করুন।"
1072
 
1073
- #: library/plugin-settings.php:1398
1074
  msgid "More Options"
1075
  msgstr "আরও বিকল্প"
1076
 
1077
- #: library/plugin-settings.php:1401
1078
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
1079
- msgstr "আরও বিকল্পের জন্য, অন্যান্য ফাইলের ধরন আপলোড করার ক্ষমতা (যেমন পিডিএফ, ওয়ার্ড, জিপ, ভিডিও, এবং আরো), চেক আউট করুন"
1080
 
1081
- #: library/plugin-settings.php:1402
1082
  msgid "Go Pro!"
1083
- msgstr "যান প্রো!"
1084
 
1085
- #: library/plugin-settings.php:1409
1086
  msgid "Auto-Display Content"
1087
- msgstr "অটো প্রদর্শন বিষয়বস্তু"
1088
 
1089
- #: library/plugin-settings.php:1414
1090
  msgid "Auto-Display Images"
1091
- msgstr "অটো প্রদর্শন চিত্র"
1092
 
1093
- #: library/plugin-settings.php:1416
1094
  msgid "Auto-display user-submitted images:"
1095
- msgstr "স্বয়ং-প্রদর্শন ব্যবহারকারী জমা ছবি:"
1096
 
1097
- #: library/plugin-settings.php:1421
1098
  msgid "Image Markup"
1099
- msgstr "ছবি মার্কআপ"
1100
 
1101
- #: library/plugin-settings.php:1423
1102
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1103
- msgstr "প্রতিটি জমা চিত্রের জন্য মার্কআপ ব্যবহার করুন (যখন স্বতঃ-প্রদর্শনের সক্ষম থাকে)। ব্যবহার করতে পারেন"
1104
 
1105
- #: library/plugin-settings.php:1425 library/plugin-settings.php:1438
1106
- #: library/plugin-settings.php:1451 library/plugin-settings.php:1464
1107
  msgid "and"
1108
  msgstr "এবং"
1109
 
1110
- #: library/plugin-settings.php:1428
1111
  msgid "Auto-Display Email"
1112
- msgstr "অটো প্রদর্শন ইমেইল"
1113
 
1114
- #: library/plugin-settings.php:1430
1115
  msgid "Auto-display user-submitted email:"
1116
- msgstr "স্বয়ং-প্রদর্শন ব্যবহারকারী জমা ইমেল:"
1117
 
1118
- #: library/plugin-settings.php:1435
1119
  msgid "Email Markup"
1120
  msgstr "ইমেল মার্কআপ"
1121
 
1122
- #: library/plugin-settings.php:1437
1123
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1124
- msgstr "জমা ইমেল ঠিকানা জন্য ব্যবহার করার জন্য মার্কআপ (যখন স্বয়ংক্রিয় প্রদর্শন সক্রিয় করা হয়)। ব্যবহার করতে পারেন"
1125
 
1126
- #: library/plugin-settings.php:1441
1127
  msgid "Auto-Display URL"
1128
- msgstr "অটো প্রদর্শন URL"
1129
 
1130
- #: library/plugin-settings.php:1443
1131
  msgid "Auto-display user-submitted URL:"
1132
- msgstr "স্বয়ং-প্রদর্শন ব্যবহারকারী-জমা URL:"
1133
 
1134
- #: library/plugin-settings.php:1448
1135
  msgid "URL Markup"
1136
  msgstr "ইউআরএল মার্কআপ"
1137
 
1138
- #: library/plugin-settings.php:1450
1139
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1140
- msgstr "জমা URL এর জন্য মার্কআপ ব্যবহার করুন (যখন স্বতঃ-প্রদর্শনের সক্ষম থাকে)। ব্যবহার করতে পারেন"
1141
 
1142
- #: library/plugin-settings.php:1454
1143
  msgid "Auto-Display Custom Field"
1144
- msgstr "স্বয়ংক্রিয় প্রদর্শন কাস্টম ক্ষেত্র"
1145
 
1146
- #: library/plugin-settings.php:1456
1147
  msgid "Auto-display user-submitted Custom Field:"
1148
- msgstr "স্বয়ংক্রিয় প্রদর্শন ব্যবহারকারী জমা কাস্টম ক্ষেত্র:"
1149
 
1150
- #: library/plugin-settings.php:1461
1151
  msgid "Custom Field Markup"
1152
- msgstr "কাস্টম ক্ষেত্র মার্কআপ"
1153
 
1154
- #: library/plugin-settings.php:1463
1155
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1156
- msgstr "জমা কাস্টম ক্ষেত্রের জন্য ব্যবহার করার জন্য মার্কআপ (যখন স্বয়ং-প্রদর্শন সক্ষম করা হয়)। ব্যবহার করতে পারেন"
1157
 
1158
- #: library/plugin-settings.php:1469 library/plugin-settings.php:1581
1159
  msgid "Save Settings"
1160
  msgstr "সেটিংস সংরক্ষণ করুন"
1161
 
1162
- #: library/plugin-settings.php:1474
1163
  msgid "Display the Form"
1164
- msgstr "ফর্ম প্রদর্শন করুন"
1165
 
1166
- #: library/plugin-settings.php:1477
1167
  msgid "Post-Submit Form"
1168
- msgstr "পোস্ট জমা দিন"
1169
 
1170
- #: library/plugin-settings.php:1478
1171
  msgid "USP enables you to display a post-submission form anywhere on your site."
1172
- msgstr "ইউএসপি আপনাকে আপনার সাইটে যে কোনও পোস্ট-জমা ফর্ম প্রদর্শন করতে সক্ষম করে।"
1173
 
1174
- #: library/plugin-settings.php:1479 library/plugin-settings.php:1488
1175
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1176
- msgstr "কোনও WP পোস্ট বা পৃষ্ঠাতে ফর্ম প্রদর্শনের জন্য শর্টকোডটি ব্যবহার করুন:"
1177
 
1178
- #: library/plugin-settings.php:1482 library/plugin-settings.php:1491
1179
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1180
- msgstr "অথবা, আপনার থিম টেমপ্লেটে ফর্মটি প্রদর্শনের জন্য টেমপ্লেট ট্যাগটি ব্যবহার করুন:"
1181
 
1182
- #: library/plugin-settings.php:1486
1183
  msgid "Login/Register Form"
1184
  msgstr "লগইন / নিবন্ধন ফর্ম"
1185
 
1186
- #: library/plugin-settings.php:1487
1187
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1188
- msgstr "আপনি এমন ফর্মটিও প্রদর্শন করতে পারেন যা ব্যবহারকারীদের লগ ইন করতে, নিবন্ধন করতে বা রিসেট করতে সক্ষম করে।"
1189
 
1190
- #: library/plugin-settings.php:1495
1191
  msgid "Display Submitted Posts"
1192
- msgstr "প্রদর্শন জমা পোস্ট"
1193
 
1194
- #: library/plugin-settings.php:1496
1195
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1196
- msgstr "কোনও WP পোস্ট বা পৃষ্ঠায় জমা দেওয়া পোস্টগুলির তালিকা প্রদর্শনের জন্য এই শর্টকোডটি ব্যবহার করুন:"
1197
 
1198
- #: library/plugin-settings.php:1499
1199
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1200
- msgstr "অথবা, আপনার থিম টেম্পলেটে যেকোনও জমা দেওয়া পোস্টগুলির তালিকা প্রদর্শনের জন্য টেমপ্লেট ট্যাগটি ব্যবহার করুন:"
1201
 
1202
- #: library/plugin-settings.php:1502
1203
  msgid "Here are some examples showing how to configure this shortcode:"
1204
- msgstr "এই শর্টকোডটি কীভাবে কনফিগার করা যায় তা দেখানোর কিছু উদাহরণ এখানে দেওয়া হয়েছে:"
1205
 
1206
- #: library/plugin-settings.php:1510
1207
  msgid "Display Image Gallery"
1208
- msgstr "প্রদর্শন ইমেজ গ্যালারি"
1209
 
1210
- #: library/plugin-settings.php:1511
1211
  msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
1212
- msgstr "প্রতিটি জমা পোস্টের জন্য আপলোড করা ছবিগুলির একটি গ্যালারি প্রদর্শন করতে এই শর্টকোডটি ব্যবহার করুন:"
1213
 
1214
- #: library/plugin-settings.php:1514
1215
  msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
1216
- msgstr "অথবা, আপনার থিম টেমপ্লেটে কোথাও একটি চিত্র গ্যালারি প্রদর্শনের জন্য টেমপ্লেট ট্যাগটি ব্যবহার করুন:"
1217
 
1218
- #: library/plugin-settings.php:1517
1219
  msgid "You can customize using any of the follwing attributes:"
1220
- msgstr "আপনি follwing গুণাবলী যে কোনো ব্যবহার করে কাস্টমাইজ করতে পারেন:"
1221
 
1222
- #: library/plugin-settings.php:1532
1223
  msgid "Reset Form Button"
1224
- msgstr "ফরম বোতাম রিসেট করুন"
1225
 
1226
- #: library/plugin-settings.php:1533
1227
  msgid "This shortcode displays a link that resets the form to its original state:"
1228
- msgstr "এই শর্টকোডটি এমন একটি লিঙ্ক প্রদর্শন করে যা ফর্মটিকে তার মূল অবস্থায় পুনরায় সেট করে:"
1229
 
1230
- #: library/plugin-settings.php:1536
1231
  msgid "This shortcode accepts the following attributes:"
1232
- msgstr "এই শর্টকোড নিম্নলিখিত বৈশিষ্ট্য গ্রহণ করে:"
1233
 
1234
- #: library/plugin-settings.php:1542
1235
  msgid "Note that the url attribute accepts"
1236
  msgstr "নোট করুন যে ইউআরএল বৈশিষ্ট্য গ্রহণ করে"
1237
 
1238
- #: library/plugin-settings.php:1542
1239
  msgid "to get the current URL."
1240
- msgstr "বর্তমান URL পেতে।"
1241
 
1242
- #: library/plugin-settings.php:1545
1243
  msgid "Access Control"
1244
  msgstr "প্রবেশাধিকার নিয়ন্ত্রণ"
1245
 
1246
- #: library/plugin-settings.php:1546
1247
  msgid "USP provides three shortcodes to control access and restrict content."
1248
- msgstr "ইউএসপি অ্যাক্সেস নিয়ন্ত্রণ এবং কন্টেন্ট সীমাবদ্ধ করার জন্য তিনটি shortcodes উপলব্ধ করা হয়।"
1249
 
1250
- #: library/plugin-settings.php:1547
1251
  msgid "Display content only to users with a specific capability:"
1252
- msgstr "একটি নির্দিষ্ট ক্ষমতা সঙ্গে ব্যবহারকারীদের শুধুমাত্র বিষয়বস্তু প্রদর্শন করুন:"
1253
 
1254
- #: library/plugin-settings.php:1550
1255
  msgid "Display content to logged-in users:"
1256
- msgstr "লগ ইন ব্যবহারকারীদের বিষয়বস্তু প্রদর্শন করুন:"
1257
 
1258
- #: library/plugin-settings.php:1553
1259
  msgid "Display content to visitors only:"
1260
- msgstr "শুধুমাত্র দর্শকদের জন্য বিষয়বস্তু প্রদর্শন করুন:"
1261
 
1262
- #: library/plugin-settings.php:1556
1263
  msgid "Tip:"
1264
  msgstr "টিপ:"
1265
 
1266
- #: library/plugin-settings.php:1556
1267
  msgid "to include markup in the deny message, you can use"
1268
- msgstr "অস্বীকার বার্তাটিতে মার্কআপ অন্তর্ভুক্ত করতে, আপনি ব্যবহার করতে পারেন"
1269
 
1270
- #: library/plugin-settings.php:1556
1271
  msgid "to output"
1272
- msgstr "আউটপুট"
1273
 
1274
- #: library/plugin-settings.php:1559
1275
  msgid "Example"
1276
  msgstr "উদাহরণ"
1277
 
1278
- #: library/plugin-settings.php:1560
1279
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1280
- msgstr "ব্যবহারকারী লগ ইন হলে পোস্ট জমা দিন; অথবা যদি ব্যবহারকারী লগ ইন না হয় তবে লগইন ফর্মটি প্রদর্শন করুন:"
1281
 
1282
- #: library/plugin-settings.php:1572
1283
  msgid "Restore Defaults"
1284
  msgstr "পূর্বনির্ধারন পুনরুধার"
1285
 
1286
- #: library/plugin-settings.php:1575
1287
  msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1288
- msgstr "আপনার সেটিংস মনে রাখতে অক্ষম এই বিকল্পটি ছেড়ে দিন। অথবা, এগিয়ে যান এবং ডিফল্ট প্লাগইন বিকল্পগুলি পুনরুদ্ধার করুন: বাক্সটি চেক করুন, আপনার সেটিংস সংরক্ষণ করুন এবং তারপর প্লাগইন নিষ্ক্রিয় করুন / পুনরায় সক্রিয় করুন।"
1289
 
1290
- #: library/plugin-settings.php:1579
1291
  msgid "Restore default options upon plugin deactivation/reactivation."
1292
- msgstr "প্লাগইন নিষ্ক্রিয়করণ / পুনরায় সক্রিয়করণের উপর ডিফল্ট বিকল্প পুনরুদ্ধার করুন।"
1293
 
1294
- #: library/plugin-settings.php:1586
1295
  msgid "Show Support"
1296
  msgstr "সমর্থন প্রদর্শন করুন"
1297
 
1298
- #: library/plugin-settings.php:1595
1299
  msgid "by"
1300
  msgstr "দ্বারা"
1301
 
1302
- #: library/plugin-settings.php:1596
1303
  msgid "Jeff Starr on Twitter"
1304
  msgstr "টুইটারে জেফ স্টার"
1305
 
1306
- #: library/plugin-settings.php:1597
1307
  msgid "Obsessive Web Design &amp; Development"
1308
- msgstr "অবাস্তব ওয়েব ডিজাইন & amp; উন্নয়ন"
1309
 
1310
- #: library/plugin-settings.php:1608
1311
  msgid "Save Preference"
1312
  msgstr "পছন্দ সংরক্ষণ করুন"
1313
 
1314
- #: library/plugin-settings.php:1615
1315
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1316
- msgstr "আপনি সব ডিফল্ট বিকল্প পুনরুদ্ধার করতে চান আপনি কি নিশ্চিত? (এই ক্রিয়াটি পূর্বাবস্থায় ফেরানো যাবে না)"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1317
 
1318
  #. Description of the plugin
1319
  #:
1320
  msgid "Enables your visitors to submit posts and images from anywhere on your site."
1321
- msgstr "আপনার দর্শকদের আপনার সাইটে যেকোনো জায়গা থেকে পোস্ট এবং ছবি জমা দিতে সক্ষম করে।"
1322
 
1323
  #. URI of the plugin
1324
  #:
4
  "Content-Type: text/plain; charset=UTF-8\n"
5
  "Content-Transfer-Encoding: 8bit\n"
6
  "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20190825\n"
8
  "Language: bn\n"
9
 
10
  #. Name of the plugin
12
  msgid "User Submitted Posts"
13
  msgstr "ব্যবহারকারী জমা পোস্ট"
14
 
15
+ #: user-submitted-posts.php:82
16
  msgid "requires WordPress "
17
+ msgstr "ওয়ার্ডপ্রেস প্রয়োজন "
18
 
19
+ #: user-submitted-posts.php:83
20
  msgid " or higher, and has been deactivated! "
21
+ msgstr " বা উচ্চতর, এবং নিষ্ক্রিয় করা হয়েছে! "
22
 
23
+ #: user-submitted-posts.php:84
24
  msgid "Please return to the"
25
+ msgstr "দয়া করে ফিরে যান"
26
 
27
+ #: user-submitted-posts.php:85
28
  msgid "WordPress Admin Area"
29
+ msgstr "ওয়ার্ডপ্রেস অ্যাডমিন এরিয়া"
30
 
31
+ #: user-submitted-posts.php:86
32
  msgid "to upgrade WordPress and try again."
33
+ msgstr "ওয়ার্ডপ্রেস আপগ্রেড করতে এবং আবার চেষ্টা করুন।"
34
 
35
+ #: user-submitted-posts.php:126
36
  msgid "User Submitted Post"
37
+ msgstr "ব্যবহারকারী জমা দেওয়া পোস্ট"
38
 
39
+ #: user-submitted-posts.php:467
40
  msgid "User Submitted Post Info"
41
  msgstr "ব্যবহারকারী জমা পোস্ট তথ্য"
42
 
43
+ #: user-submitted-posts.php:497
44
  msgid "Submitter Name: "
45
+ msgstr "জমা দেওয়ার নাম: "
46
 
47
+ #: user-submitted-posts.php:498
48
  msgid "Submitter Email: "
49
+ msgstr "জমা দেওয়ার ইমেল: "
50
 
51
+ #: user-submitted-posts.php:499
52
  msgid "Submitter URL: "
53
+ msgstr "জমা দেওয়ার URL: "
54
 
55
+ #: user-submitted-posts.php:500
56
  msgid "Submitter IP: "
57
+ msgstr "জমা দেওয়ার আইপি: "
58
 
59
+ #: user-submitted-posts.php:555
60
  msgid "Show USP Posts"
61
+ msgstr "ইউএসপি পোস্টগুলি দেখান"
62
 
63
+ #: user-submitted-posts.php:556 library/plugin-settings.php:1095
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
+ #: user-submitted-posts.php:1393
68
  msgid " files required"
69
  msgstr " ফাইল প্রয়োজন"
70
 
71
+ #: user-submitted-posts.php:1394
72
  msgid " file required"
73
  msgstr " ফাইল প্রয়োজন"
74
 
75
+ #: user-submitted-posts.php:1396
76
  msgid " files"
77
  msgstr " নথি পত্র"
78
 
79
+ #: user-submitted-posts.php:1397
80
  msgid " file"
81
  msgstr " ফাইল"
82
 
83
+ #: user-submitted-posts.php:1399 user-submitted-posts.php:1400
84
+ #: user-submitted-posts.php:1401 user-submitted-posts.php:1402
85
  msgid " pixels"
86
  msgstr " পিক্সেল"
87
 
88
+ #: user-submitted-posts.php:1404 library/core-functions.php:219
89
+ #: library/plugin-settings.php:297 library/plugin-settings.php:316
90
+ #: library/plugin-settings.php:794 library/plugin-settings.php:1344
91
  msgid "Custom Field"
92
  msgstr "কাস্টম ক্ষেত্র"
93
 
94
+ #: user-submitted-posts.php:1406
95
  msgid "Custom checkbox required"
96
  msgstr "কাস্টম চেকবক্স প্রয়োজন"
97
 
98
+ #: user-submitted-posts.php:1409
99
  msgid "An error occurred. Please go back and try again."
100
  msgstr "একটি ত্রুটি ঘটেছে. ফিরে যান এবং আবার চেষ্টা করুন।"
101
 
102
+ #: user-submitted-posts.php:1419
103
  msgid "User login required"
104
+ msgstr "ব্যবহারকারীর লগইন প্রয়োজন"
105
 
106
+ #: user-submitted-posts.php:1420
107
  msgid "User name required"
108
  msgstr "ব্যবহারকারীর নাম (বাধ্যতামূলক"
109
 
110
+ #: user-submitted-posts.php:1421
111
  msgid "Post title required"
112
+ msgstr "পোস্টের শিরোনাম প্রয়োজন"
113
 
114
+ #: user-submitted-posts.php:1422
115
  msgid "User URL required"
116
+ msgstr "ব্যবহারকারীর ইউআরএল প্রয়োজনীয়"
117
 
118
+ #: user-submitted-posts.php:1423
119
  msgid "Post tags required"
120
  msgstr "পোস্ট ট্যাগ প্রয়োজন"
121
 
122
+ #: user-submitted-posts.php:1424
123
  msgid "Post category required"
124
+ msgstr "পোস্ট বিভাগ প্রয়োজনীয়"
125
 
126
+ #: user-submitted-posts.php:1425
127
  msgid "Post content required"
128
+ msgstr "পোস্ট সামগ্রী প্রয়োজন"
129
 
130
+ #: user-submitted-posts.php:1426 user-submitted-posts.php:1427
131
  msgid "Correct captcha required"
132
  msgstr "সঠিক ক্যাপচা প্রয়োজন"
133
 
134
+ #: user-submitted-posts.php:1428
135
  msgid "User email required"
136
+ msgstr "ব্যবহারকারীর ইমেল প্রয়োজন"
137
 
138
+ #: user-submitted-posts.php:1429
139
  msgid "Please check your email and try again"
140
+ msgstr "আপনার ইমেল চেক করুন এবং আবার চেষ্টা করুন"
141
 
142
+ #: user-submitted-posts.php:1430
143
  msgid "Non-empty value for hidden field"
144
+ msgstr "লুকানো ক্ষেত্রের জন্য খালি নয় value"
145
 
146
+ #: user-submitted-posts.php:1431
147
  msgid "Minimum number of images not met"
148
+ msgstr "ন্যূনতম সংখ্যক চিত্র পূরণ হয়নি"
149
 
150
+ #: user-submitted-posts.php:1432
151
  msgid "Maximum number of images exceeded "
152
+ msgstr "চিত্রের সর্বাধিক সংখ্যা ছাড়িয়ে গেছে "
153
 
154
+ #: user-submitted-posts.php:1433
155
  msgid "Minimum image width not met"
156
+ msgstr "সর্বনিম্ন চিত্র প্রস্থ পূরণ করা হয়নি"
157
 
158
+ #: user-submitted-posts.php:1434
159
  msgid "Image width exceeds maximum"
160
+ msgstr "চিত্রের প্রস্থ সর্বাধিক ছাড়িয়ে গেছে"
161
 
162
+ #: user-submitted-posts.php:1435
163
  msgid "Minimum image height not met"
164
+ msgstr "সর্বনিম্ন চিত্রের উচ্চতা পূরণ হয়নি"
165
 
166
+ #: user-submitted-posts.php:1436
167
  msgid "Image height exceeds maximum"
168
+ msgstr "চিত্রের উচ্চতা সর্বোচ্চ ছাড়িয়ে গেছে"
169
 
170
+ #: user-submitted-posts.php:1437
171
  msgid "File type not allowed (please upload images only)"
172
+ msgstr "ফাইলের ধরণের অনুমতি নেই (দয়া করে কেবল চিত্রগুলি আপলোড করুন)"
173
 
174
+ #: user-submitted-posts.php:1438
175
  msgid " required"
176
  msgstr " প্রয়োজনীয়"
177
 
178
+ #: user-submitted-posts.php:1443
179
  msgid "File not uploaded. Please check the file and try again."
180
+ msgstr "ফাইল আপলোড করা হয়নি। দয়া করে ফাইলটি পরীক্ষা করে দেখুন এবং আবার চেষ্টা করুন।"
181
 
182
+ #: user-submitted-posts.php:1447
183
  msgid "The file(s) could not be uploaded"
184
+ msgstr "ফাইল (গুলি) আপলোড করা যায়নি"
185
 
186
+ #: user-submitted-posts.php:1449
187
  msgid "Post not created. Please contact the site administrator for help."
188
+ msgstr "পোস্ট তৈরি হয়নি। সহায়তার জন্য দয়া করে সাইট প্রশাসকের সাথে যোগাযোগ করুন।"
189
 
190
+ #: user-submitted-posts.php:1450
191
  msgid "Duplicate post title. Please try again."
192
  msgstr "সদৃশ পোস্ট শিরোনাম। অনুগ্রহপূর্বক আবার চেষ্টা করুন."
193
 
194
+ #: user-submitted-posts.php:1460
195
  msgid "Error: "
196
+ msgstr "ত্রুটি: "
197
 
198
+ #: user-submitted-posts.php:1486
199
  msgid "Return to form"
200
  msgstr "ফর্ম ফিরে"
201
 
202
+ #: user-submitted-posts.php:1516 library/plugin-settings.php:1071
203
  msgid "Please"
204
  msgstr "অনুগ্রহ"
205
 
206
+ #: user-submitted-posts.php:1517
207
  msgid "log in"
208
+ msgstr "লগ ইন"
209
 
210
+ #: user-submitted-posts.php:1518
211
  msgid "to submit content!"
212
+ msgstr "বিষয়বস্তু জমা দিতে!"
213
 
214
+ #: views/submission-form.php:21 views/submission-form-alt.php:40
215
  msgid "Please complete the required fields."
216
+ msgstr "প্রয়োজনীয় ক্ষেত্রগুলি সম্পূর্ণ করুন।"
217
 
218
+ #: views/submission-form.php:31 views/submission-form.php:32
219
+ #: views/submission-form-alt.php:46 views/submission-form-alt.php:47
220
  msgid "Your Name"
221
  msgstr "তোমার নাম"
222
 
223
+ #: views/submission-form.php:37 views/submission-form.php:38
224
+ #: views/submission-form-alt.php:52 views/submission-form-alt.php:53
225
  msgid "Your URL"
226
  msgstr "আপনার ইউআরএল"
227
 
228
+ #: views/submission-form.php:43 views/submission-form.php:44
229
+ #: views/submission-form-alt.php:58 views/submission-form-alt.php:59
230
  msgid "Your Email"
231
  msgstr "তোমার ইমেইল"
232
 
233
+ #: views/submission-form.php:49 views/submission-form.php:50
234
+ #: views/submission-form-alt.php:64 views/submission-form-alt.php:65
235
+ #: library/plugin-settings.php:1132
236
  msgid "Post Title"
237
  msgstr "পোস্ট শিরোনাম"
238
 
239
+ #: views/submission-form.php:55 views/submission-form.php:56
240
+ #: views/submission-form-alt.php:70 views/submission-form-alt.php:71
241
+ #: library/plugin-settings.php:1133
242
  msgid "Post Tags"
243
+ msgstr "পোস্ট ট্যাগস"
244
 
245
+ #: views/submission-form.php:68 views/submission-form-alt.php:83
246
  msgid "Antispam Question"
247
+ msgstr "অ্যান্টিসপ্যাম প্রশ্ন"
248
 
249
+ #: views/submission-form.php:73 views/submission-form-alt.php:88
250
+ #: library/plugin-settings.php:1134
251
  msgid "Post Category"
252
  msgstr "পোস্ট বিভাগ"
253
 
254
+ #: views/submission-form.php:74 views/submission-form.php:75
255
+ #: views/submission-form-alt.php:89 views/submission-form-alt.php:90
256
  msgid "Please select a category.."
257
+ msgstr "দয়া করে একটি বিভাগ নির্বাচন করুন .."
258
 
259
+ #: views/submission-form.php:106 views/submission-form.php:107
260
+ #: views/submission-form-alt.php:121 views/submission-form-alt.php:122
261
+ #: library/plugin-settings.php:1135
262
  msgid "Post Content"
263
+ msgstr "সামগ্রী পোস্ট করুন"
264
 
265
+ #: views/submission-form.php:113 views/submission-form-alt.php:128
266
  msgid "Verification"
267
  msgstr "প্রতিপাদন"
268
 
269
+ #: views/submission-form.php:120 views/submission-form-alt.php:135
270
  msgid "Upload an Image"
271
+ msgstr "একটি চিত্র আপলোড করুন"
272
 
273
+ #: views/submission-form.php:129 views/submission-form-alt.php:144
274
  msgid "Add another image"
275
+ msgstr "অন্য একটি ছবি যুক্ত করুন"
276
 
277
+ #: views/submission-form.php:151 views/submission-form-alt.php:166
278
  msgid "Human verification: leave this field empty."
279
+ msgstr "মানব যাচাইকরণ: এই ক্ষেত্রটি খালি ছেড়ে দিন।"
280
 
281
+ #: views/submission-form.php:175 views/submission-form-alt.php:190
282
  msgid "Submit Post"
283
  msgstr "পোস্ট জমা দিন"
284
 
285
+ #: library/enqueue-scripts.php:122 library/enqueue-scripts.php:157
286
+ msgid "Incorrect response."
287
+ msgstr "ভুল প্রতিক্রিয়া।"
288
+
289
  #: library/shortcode-misc.php:18
290
  msgid "Reset form"
291
+ msgstr "ফর্মটি পুনরায় সেট করুন"
292
 
293
  #: library/shortcode-misc.php:128
294
  msgid "View full post"
295
  msgstr "সম্পূর্ণ পোস্ট দেখুন"
296
 
297
+ #: library/plugin-settings.php:31
298
+ msgid "Settings"
299
+ msgstr "সেটিংস"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
300
 
301
+ #: library/plugin-settings.php:40
302
  msgid "Get USP Pro for unlimited forms!"
303
+ msgstr "সীমাহীন ফর্মগুলির জন্য ইউএসপি প্রো পান!"
304
 
305
+ #: library/plugin-settings.php:41
306
  msgid "Go Pro"
307
+ msgstr "প্রো প্রো"
 
 
 
 
308
 
309
+ #: library/plugin-settings.php:62 library/plugin-settings.php:1103
310
+ #: library/plugin-settings.php:1696
311
  msgid "Plugin Homepage"
312
  msgstr "প্লাগইন হোমপেজ"
313
 
314
+ #: library/plugin-settings.php:63
315
  msgid "Homepage"
316
  msgstr "হোম পেজ"
317
 
318
+ #: library/plugin-settings.php:68
319
  msgid "Give USP a 5-star rating at WordPress.org"
320
+ msgstr "ওয়ার্ডপ্রেস.আর.জে ইউএসপিকে একটি পাঁচতারা রেটিং দিন"
321
 
322
+ #: library/plugin-settings.php:69
323
  msgid "Rate this plugin&nbsp;&raquo;"
324
+ msgstr "এই প্লাগইনটিকে রেট দিন & nbsp; & raquo;"
325
 
326
+ #: library/plugin-settings.php:127
327
  msgid "WP Post (recommended)"
328
+ msgstr "ডাব্লুপি পোস্ট (প্রস্তাবিত)"
329
 
330
+ #: library/plugin-settings.php:131
331
  msgid "WP Page"
332
+ msgstr "ডাব্লুপি পৃষ্ঠা"
333
 
334
+ #: library/plugin-settings.php:147
335
  msgid "HTML5 Form + Default CSS"
336
+ msgstr "এইচটিএমএল 5 ফর্ম + ডিফল্ট সিএসএস"
337
 
338
+ #: library/plugin-settings.php:147
339
  msgid "(Recommended)"
340
  msgstr "(প্রস্তাবিত)"
341
 
342
+ #: library/plugin-settings.php:151
343
  msgid "HTML5 Form + Disable CSS"
344
+ msgstr "এইচটিএমএল 5 ফর্ম + সিএসএস অক্ষম করুন"
345
 
346
+ #: library/plugin-settings.php:151
347
  msgid "(Provide your own styles)"
348
+ msgstr "(আপনার নিজস্ব শৈলী সরবরাহ করুন)"
349
 
350
+ #: library/plugin-settings.php:155
351
  msgid "Custom Form + Custom CSS"
352
  msgstr "কাস্টম ফর্ম + কাস্টম সিএসএস"
353
 
354
+ #: library/plugin-settings.php:155
355
  msgid "(Provide your own form template &amp; styles)"
356
+ msgstr "(আপনার নিজস্ব ফর্ম টেমপ্লেট & শৈলী সরবরাহ করুন)"
357
 
358
+ #: library/plugin-settings.php:171 library/plugin-settings.php:195
359
+ #: library/plugin-settings.php:218 library/plugin-settings.php:242
360
  msgid "Auto-display before post content"
361
+ msgstr "পোস্ট সামগ্রীর আগে স্বয়ংক্রিয় প্রদর্শন"
362
 
363
+ #: library/plugin-settings.php:175 library/plugin-settings.php:199
364
+ #: library/plugin-settings.php:222 library/plugin-settings.php:246
365
  msgid "Auto-display after post content"
366
+ msgstr "পোস্ট সামগ্রীর পরে স্বয়ংক্রিয় প্রদর্শন"
367
 
368
+ #: library/plugin-settings.php:179
369
  msgid "Do not auto-display submitted images"
370
+ msgstr "জমা দেওয়া চিত্রগুলি স্বয়ংক্রিয়ভাবে প্রদর্শন করবেন না"
371
 
372
+ #: library/plugin-settings.php:203
373
  msgid "Do not auto-display submitted email"
374
+ msgstr "জমা দেওয়া ইমেলটি স্বয়ংক্রিয়ভাবে প্রদর্শন করবেন না"
375
 
376
+ #: library/plugin-settings.php:226
377
  msgid "Do not auto-display submitted URL"
378
+ msgstr "জমা দেওয়া URL টি স্বয়ংক্রিয়-প্রদর্শন করবেন না"
379
 
380
+ #: library/plugin-settings.php:250
381
  msgid "Do not auto-display the Custom Field"
382
+ msgstr "কাস্টম ফিল্ডটি স্বয়ংক্রিয়ভাবে প্রদর্শন করবেন না"
383
 
384
+ #: library/plugin-settings.php:278 library/plugin-settings.php:310
385
+ #: library/plugin-settings.php:343 library/plugin-settings.php:375
386
+ msgid "Enable and require"
387
+ msgstr "সক্ষম এবং প্রয়োজনীয়"
388
 
389
+ #: library/plugin-settings.php:279 library/plugin-settings.php:311
390
+ msgid "Enable but do not require"
391
+ msgstr "সক্ষম করুন তবে প্রয়োজন নেই"
392
 
393
+ #: library/plugin-settings.php:280 library/plugin-settings.php:312
394
+ #: library/plugin-settings.php:344 library/plugin-settings.php:376
395
  msgid "Disable this field"
396
+ msgstr "এই ক্ষেত্রটি অক্ষম করুন"
397
 
398
+ #: library/plugin-settings.php:315 library/plugin-settings.php:347
399
+ #: library/plugin-settings.php:379 library/plugin-settings.php:411
400
  msgid "(Visit"
401
  msgstr "(পরিদর্শন"
402
 
403
+ #: library/plugin-settings.php:316 library/plugin-settings.php:348
404
+ #: library/plugin-settings.php:380 library/plugin-settings.php:412
405
  msgid "to configure options)"
406
+ msgstr "বিকল্পগুলি কনফিগার করতে)"
407
 
408
+ #: library/plugin-settings.php:331 library/plugin-settings.php:348
409
+ #: library/plugin-settings.php:1362 library/plugin-settings.php:1367
410
  msgid "Challenge Question"
411
  msgstr "চ্যালেঞ্জ প্রশ্ন"
412
 
413
+ #: library/plugin-settings.php:363 library/plugin-settings.php:380
414
+ #: library/plugin-settings.php:1384
415
  msgid "Google reCAPTCHA"
416
+ msgstr "গুগল রেক্যাপচা"
417
 
418
+ #: library/plugin-settings.php:395
419
  msgid "Post Images"
420
  msgstr "ছবি পোস্ট করুন"
421
 
422
+ #: library/plugin-settings.php:407
423
+ msgid "Enable"
424
+ msgstr "সক্ষম করা"
425
 
426
+ #: library/plugin-settings.php:408
427
  msgid "Disable"
428
  msgstr "অক্ষম"
429
 
430
+ #: library/plugin-settings.php:412 library/plugin-settings.php:1445
431
  msgid "Image Uploads"
432
+ msgstr "চিত্র আপলোড"
433
 
434
+ #: library/plugin-settings.php:492
435
  msgid "Draft"
436
  msgstr "খসড়া"
437
 
438
+ #: library/plugin-settings.php:493
439
  msgid "Pending (default)"
440
  msgstr "মুলতুবি (ডিফল্ট)"
441
 
442
+ #: library/plugin-settings.php:494
443
  msgid "Publish immediately"
444
  msgstr "অবিলম্বে প্রকাশ করুন"
445
 
446
+ #: library/plugin-settings.php:495
447
  msgid "Publish after 1 approved post"
448
+ msgstr "1 অনুমোদিত পোস্টের পরে প্রকাশ করুন"
449
 
450
+ #: library/plugin-settings.php:496
451
  msgid "Publish after "
452
+ msgstr "পরে প্রকাশ করুন "
453
 
454
+ #: library/plugin-settings.php:496
455
  msgid " approved posts"
456
  msgstr " অনুমোদিত পোস্ট"
457
 
458
+ #: library/plugin-settings.php:524
459
+ msgid "Select categories to display in the Category field."
460
+ msgstr "বিভাগ ক্ষেত্রে প্রদর্শিত বিভাগ নির্বাচন করুন।"
461
+
462
+ #: library/plugin-settings.php:738
463
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
464
+ msgstr "সেখানে একটা ভুল ছিল. দয়া করে নিশ্চিত করুন যে আপনি কোনও শিরোনাম, কিছু সামগ্রী যুক্ত করেছেন এবং আপনি কেবল ছবি আপলোড করেছেন।"
465
 
466
+ #: library/plugin-settings.php:752
467
  msgid "Please select your image(s) to upload."
468
+ msgstr "আপলোড করতে দয়া করে আপনার চিত্র নির্বাচন করুন s"
469
 
470
+ #: library/plugin-settings.php:758
471
  msgid "Success! Thank you for your submission."
472
  msgstr "সফল! আপনার জমা দেওয়ার জন্য আপনাকে ধন্যবাদ."
473
 
474
+ #: library/plugin-settings.php:784
475
  msgid "Email"
476
  msgstr "ইমেইল"
477
 
478
+ #: library/plugin-settings.php:785
479
  msgid "URL"
480
  msgstr "URL টি"
481
 
482
+ #: library/plugin-settings.php:1058
483
  msgid "Toggle all panels"
484
+ msgstr "সমস্ত প্যানেল টগল করুন"
485
 
486
+ #: library/plugin-settings.php:1067
487
  msgid "We need your support!"
488
  msgstr "আমরা আপনার সমর্থন প্রয়োজন!"
489
 
490
+ #: library/plugin-settings.php:1071
491
  msgid "Make a donation via PayPal"
492
+ msgstr "পেপালের মাধ্যমে অনুদান দিন"
493
 
494
+ #: library/plugin-settings.php:1071
495
  msgid "make a donation"
496
  msgstr "উচ্চ স্বরে পড়া"
497
 
498
+ #: library/plugin-settings.php:1071
499
  msgid "and/or"
500
  msgstr "এবং / অথবা"
501
 
502
+ #: library/plugin-settings.php:1072
503
  msgid "Rate and review at the Plugin Directory"
504
+ msgstr "প্লাগিন ডিরেক্টরিতে রেট করুন এবং পর্যালোচনা করুন"
505
 
506
+ #: library/plugin-settings.php:1073
507
  msgid "give this plugin a 5-star rating"
508
+ msgstr "এই প্লাগইনটিকে 5-তারা রেটিং দিন"
509
 
510
+ #: library/plugin-settings.php:1077
511
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
512
+ msgstr "আপনার উদার সমর্থন এই ফ্রি প্লাগইন এর অবিচ্ছিন্ন বিকাশ সক্ষম করে। ধন্যবাদ!"
513
 
514
+ #: library/plugin-settings.php:1082
515
  msgid "Check this box if you have shown support"
516
+ msgstr "যদি আপনি সমর্থন দেখিয়ে থাকেন তবে এই বাক্সটি চেক করুন"
517
 
518
+ #: library/plugin-settings.php:1091
519
  msgid "Overview"
520
  msgstr "সংক্ষিপ্ত বিবরণ"
521
 
522
+ #: library/plugin-settings.php:1095
523
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
524
+ msgstr "আপনার দর্শকদের আপনার সাইটের সামনের প্রান্ত থেকে পোস্ট জমা দিতে এবং চিত্রগুলি আপলোড করতে সক্ষম করে। "
525
 
526
+ #: library/plugin-settings.php:1096
527
  msgid "For advanced functionality and unlimited forms, check out"
528
+ msgstr "উন্নত কার্যকারিতা এবং সীমাহীন ফর্মগুলির জন্য, দেখুন"
529
 
530
+ #: library/plugin-settings.php:1096 library/plugin-settings.php:1503
531
  msgid "USP Pro"
532
  msgstr "ইউএসপি প্রো"
533
 
534
+ #: library/plugin-settings.php:1097
535
  msgid "&mdash; the ultimate solution for user-generated content."
536
+ msgstr "& Mdash; i ব্যবহারকারী-উত্পাদিত সামগ্রীর চূড়ান্ত সমাধান।"
537
 
538
+ #: library/plugin-settings.php:1101 library/plugin-settings.php:1118
539
  msgid "Plugin Settings"
540
  msgstr "প্লাগইন সেটিংস"
541
 
542
+ #: library/plugin-settings.php:1102
543
  msgid "Display the form"
544
+ msgstr "ফর্মটি প্রদর্শন করুন"
545
 
546
+ #: library/plugin-settings.php:1106
547
  msgid "If you like this plugin, please"
548
+ msgstr "আপনি যদি এই প্লাগইন পছন্দ করেন, দয়া করে"
549
 
550
+ #: library/plugin-settings.php:1107
551
  msgid "THANK YOU for your support!"
552
  msgstr "আপনার সমর্থনের জন্য ধন্যবাদ!"
553
 
554
+ #: library/plugin-settings.php:1107
555
  msgid "give it a 5-star rating"
556
+ msgstr "এটি একটি 5 তারা রেটিং দিন"
557
 
558
+ #: library/plugin-settings.php:1111
559
  msgid "Unlimited front-end forms"
560
+ msgstr "সীমাহীন ফ্রন্ট-এন্ড ফর্মগুলি"
561
 
562
+ #: library/plugin-settings.php:1111
563
  msgid "Get USP Pro"
564
  msgstr "ইউএসপি প্রো পান"
565
 
566
+ #: library/plugin-settings.php:1121
567
  msgid "Configure your settings for User Submitted Posts."
568
+ msgstr "ব্যবহারকারী জমা দেওয়া পোস্টগুলির জন্য আপনার সেটিংস কনফিগার করুন।"
569
 
570
+ #: library/plugin-settings.php:1123
571
  msgid "Form Fields"
572
+ msgstr "ফর্ম ক্ষেত্রসমূহ"
573
 
574
+ #: library/plugin-settings.php:1129
575
  msgid "User Name"
576
  msgstr "ব্যবহারকারীর নাম"
577
 
578
+ #: library/plugin-settings.php:1130
579
  msgid "User Email"
580
+ msgstr "ব্যবহারকারী ইমেল"
581
 
582
+ #: library/plugin-settings.php:1131
583
  msgid "User URL"
584
+ msgstr "ব্যবহারকারী ইউআরএল"
585
 
586
+ #: library/plugin-settings.php:1146
587
  msgid "General Settings"
588
  msgstr "সাধারণ সেটিংস"
589
 
590
+ #: library/plugin-settings.php:1148
591
  msgid "Note that the default settings work fine for most cases."
592
+ msgstr "নোট করুন যে ডিফল্ট সেটিংস বেশিরভাগ ক্ষেত্রেই ঠিক কাজ করে।"
593
 
594
+ #: library/plugin-settings.php:1153
595
  msgid "Form Style"
596
+ msgstr "ফর্ম স্টাইল"
597
 
598
+ #: library/plugin-settings.php:1158
599
  msgid "With this option, you can copy the plugin&rsquo;s default templates:"
600
+ msgstr "এই বিকল্পের সাহায্যে আপনি প্লাগইনটির ডিফল্ট টেম্পলেটগুলি অনুলিপি করতে পারেন:"
601
 
602
+ #: library/plugin-settings.php:1163
603
  msgid "..and upload them into a directory named"
604
+ msgstr ".. এবং সেগুলি নামের একটি ডিরেক্টরিতে আপলোড করুন"
605
 
606
+ #: library/plugin-settings.php:1163
607
  msgid "in your theme:"
608
  msgstr "আপনার থিম মধ্যে:"
609
 
610
+ #: library/plugin-settings.php:1169
611
  msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
612
+ msgstr "এটি আপনাকে পছন্দ মতো ফর্ম এবং শৈলীগুলি কাস্টমাইজ করতে সক্ষম করবে। আরও তথ্যের জন্য, \"কাস্টম সাবমিশন ফর্ম\" বিভাগটি দেখুন"
613
 
614
+ #: library/plugin-settings.php:1170
615
  msgid "Installation Docs"
616
  msgstr "ইনস্টলেশন ডক্স"
617
 
618
+ #: library/plugin-settings.php:1171
619
  msgid "FYI: here is a"
620
+ msgstr "এফওয়াইআই: এখানে একটি"
621
 
622
+ #: library/plugin-settings.php:1171
623
  msgid "list of USP CSS selectors"
624
+ msgstr "ইউএসপি সিএসএস নির্বাচকদের তালিকা"
625
 
626
+ #: library/plugin-settings.php:1177
627
  msgid "Include JavaScript"
628
  msgstr "জাভাস্ক্রিপ্ট অন্তর্ভুক্ত করুন"
629
 
630
+ #: library/plugin-settings.php:1179
631
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
632
+ msgstr "আপনি যদি বাহ্যিক জাভাস্ক্রিপ্ট ফাইলগুলি অন্তর্ভুক্ত করতে চান তবে এই বাক্সটি চেক করুন (প্রস্তাবিত)।"
633
 
634
+ #: library/plugin-settings.php:1182
635
  msgid "Targeted Loading"
636
+ msgstr "লক্ষ্যযুক্ত লোড হচ্ছে"
637
 
638
+ #: library/plugin-settings.php:1184
639
+ msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages. Use commas to separate multiple URLs."
640
+ msgstr "ডিফল্টরূপে, বাহ্যিক সিএসএস & amp; জাভাস্ক্রিপ্ট ফাইলগুলি প্রতিটি পৃষ্ঠায় লোড করা হয়। এখানে আপনি কেবল সেই পৃষ্ঠায় সংস্থান লোড করতে ইউএসপি ফর্মের URL টি নির্দিষ্ট করতে পারেন। দ্রষ্টব্য: সমস্ত পৃষ্ঠায় লোড করতে ফাঁকা ছেড়ে যান। একাধিক URL গুলি আলাদা করতে কমা ব্যবহার করুন।"
641
 
642
+ #: library/plugin-settings.php:1187
643
  msgid "Post Type"
644
+ msgstr "পোস্টের ধরণ"
645
 
646
+ #: library/plugin-settings.php:1190
647
  msgid "Submit posts as WP Posts or Pages"
648
+ msgstr "ডাব্লুপি পোস্ট বা পৃষ্ঠাগুলি হিসাবে পোস্ট জমা দিন"
649
 
650
+ #: library/plugin-settings.php:1194
651
  msgid "Post Status"
652
+ msgstr "পোস্ট স্থিতি"
653
 
654
+ #: library/plugin-settings.php:1197
655
  msgid "Post Status for submitted posts"
656
+ msgstr "জমা দেওয়া পোস্টের জন্য পোস্টের স্থিতি"
657
 
658
+ #: library/plugin-settings.php:1201
659
  msgid "Redirect URL"
660
  msgstr "পুনঃনির্দেশ URL"
661
 
662
+ #: library/plugin-settings.php:1203
663
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
664
+ msgstr "পোস্ট-জমা দেওয়ার পরে ব্যবহারকারীকে পুনর্নির্দেশের জন্য একটি URL নির্দিষ্ট করুন। বর্তমান পৃষ্ঠায় ফিরে যাওয়ার জন্য ফাঁকা ছেড়ে যান।"
665
 
666
+ #: library/plugin-settings.php:1206
667
  msgid "Success Message"
668
+ msgstr "সাফল্যের বার্তা"
669
 
670
+ #: library/plugin-settings.php:1208
671
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
672
+ msgstr "পোস্ট-জমা সফল হলে প্রদর্শিত সাফল্যের বার্তা। বেসিক মার্কআপ অনুমোদিত।"
673
 
674
+ #: library/plugin-settings.php:1211
675
  msgid "Error Message"
676
  msgstr "ভুল বার্তা"
677
 
678
+ #: library/plugin-settings.php:1213
679
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
680
+ msgstr "পোস্ট তদন্ত ব্যর্থ হলে প্রদর্শিত হয় যে সাধারণ ত্রুটি বার্তা। বেসিক মার্কআপ অনুমোদিত।"
681
 
682
+ #: library/plugin-settings.php:1216
683
  msgid "Custom Content"
684
  msgstr "কাস্টম কন্টেন্ট"
685
 
686
+ #: library/plugin-settings.php:1218
687
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
688
+ msgstr "জমা দেওয়ার ফর্মের আগে অন্তর্ভুক্ত করার জন্য কাস্টম পাঠ্য / মার্কআপ। অক্ষম করতে ফাঁকা ছেড়ে দিন।"
689
 
690
+ #: library/plugin-settings.php:1221
691
  msgid "Rich Text Editor"
692
  msgstr "উন্নত টেক্সট এডিটর"
693
 
694
+ #: library/plugin-settings.php:1223
695
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
696
+ msgstr "আপনি জমা দেওয়া পোস্টগুলির জন্য WP সমৃদ্ধ পাঠ্য সম্পাদনা সক্ষম করতে চাইলে এই বাক্সটি চেক করুন Check"
697
 
698
+ #: library/plugin-settings.php:1226
699
  msgid "Unique Titles"
700
  msgstr "অনন্য শিরোনাম"
701
 
702
+ #: library/plugin-settings.php:1228
703
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
704
+ msgstr "স্বতন্ত্র হওয়ার জন্য জমা দেওয়া পোস্টের শিরোনাম প্রয়োজন (একাধিক / নকল জমা দেওয়া পোস্টগুলি প্রতিরোধের জন্য দরকারী)।"
705
 
706
+ #: library/plugin-settings.php:1231
707
  msgid "Disable Required"
708
+ msgstr "অক্ষম করা আবশ্যক"
709
 
710
+ #: library/plugin-settings.php:1233
711
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
712
+ msgstr "ডিফল্ট ফর্ম ক্ষেত্রে সমস্ত প্রয়োজনীয় বৈশিষ্ট্য অক্ষম করুন (সমস্যা সমাধানের ত্রুটি বার্তাগুলির জন্য দরকারী)।"
713
 
714
+ #: library/plugin-settings.php:1236
715
  msgid "Enable Shortcodes"
716
+ msgstr "শর্টকোডগুলি সক্ষম করুন"
717
 
718
+ #: library/plugin-settings.php:1238
719
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
720
+ msgstr "উইজেটগুলিতে শর্টকড সক্ষম করুন। ডিফল্টরূপে, ওয়ার্ডপ্রেস উইজেটগুলিতে শর্টকড সক্ষম করে না। "
721
 
722
+ #: library/plugin-settings.php:1239
723
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
724
+ msgstr "এই সেটিংটি উইজেটগুলিতে যে কোনও / সমস্ত শর্টকোড সক্ষম করে (অন্য প্লাগইনগুলি থেকে শর্টকডগুলিও)"
725
 
726
+ #: library/plugin-settings.php:1244
727
+ msgid "Privacy"
728
+ msgstr "গোপনীয়তা"
729
 
730
+ #: library/plugin-settings.php:1249
731
  msgid "Disable IP Tracking"
732
+ msgstr "আইপি ট্র্যাকিং অক্ষম করুন"
733
 
734
+ #: library/plugin-settings.php:1251
735
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
736
+ msgstr "ডিফল্টরূপে ইউএসপি প্রতিটি জমা দেওয়া পোস্টের সাথে আইপি ঠিকানা রেকর্ড করে। সমস্ত আইপি ট্র্যাকিং অক্ষম করতে এই বাক্সটি চেক করুন।"
737
 
738
+ #: library/plugin-settings.php:1255
739
  msgid "Display Checkbox"
740
  msgstr "প্রদর্শন চেকবক্স"
741
 
742
+ #: library/plugin-settings.php:1257
743
  msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
744
+ msgstr "আপনার ফর্মটিতে কাস্টম চেকবক্স প্রদর্শন করুন (জিডিপিআরের জন্য কার্যকর, শর্তাদির সাথে সম্মত ইত্যাদি)"
745
 
746
+ #: library/plugin-settings.php:1260
747
  msgid "Checkbox Name"
748
+ msgstr "চেকবক্সের নাম"
749
 
750
+ #: library/plugin-settings.php:1262 library/plugin-settings.php:1352
751
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
752
+ msgstr "কেবলমাত্র বর্ণমালা, আন্ডারস্কোর এবং ড্যাশ ব্যবহার করুন। যদি নিশ্চিত না হন তবে ডিফল্ট নামটি ব্যবহার করুন:"
753
 
754
+ #: library/plugin-settings.php:1265
755
  msgid "Checkbox Error"
756
  msgstr "চেকবক্স ত্রুটি"
757
 
758
+ #: library/plugin-settings.php:1267
759
  msgid "Error message displayed if user does not check the box."
760
+ msgstr "ব্যবহারকারী বাক্সটি চেক না করলে ত্রুটি বার্তা প্রদর্শিত হয়।"
761
 
762
+ #: library/plugin-settings.php:1270
763
  msgid "Checkbox Text"
764
+ msgstr "চেকবক্স পাঠ্য"
765
 
766
+ #: library/plugin-settings.php:1272
767
  msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
768
+ msgstr "চেকবাক্সের পাশে প্রদর্শিত পাঠ্য। টিপ: আউটপুট কোণ বন্ধনীগুলিতে কোঁকড়ানো বন্ধনী ব্যবহার করুন, উদাহরণস্বরূপ:"
769
 
770
+ #: library/plugin-settings.php:1277 library/plugin-settings.php:1282
771
  msgid "Categories"
772
  msgstr "ধরন"
773
 
774
+ #: library/plugin-settings.php:1285
775
+ msgid "Click to view/select categories"
776
+ msgstr "বিভাগগুলি দেখতে / নির্বাচন করতে ক্লিক করুন"
777
 
778
+ #: library/plugin-settings.php:1293
779
+ msgid "Multiple Categories"
780
+ msgstr "একাধিক বিভাগ"
781
+
782
+ #: library/plugin-settings.php:1295
783
+ msgid "Enable users to select multiple categories."
784
+ msgstr "ব্যবহারকারীদের একাধিক বিভাগ নির্বাচন করতে সক্ষম করুন।"
785
+
786
+ #: library/plugin-settings.php:1298
787
  msgid "Hidden/Default Category"
788
  msgstr "লুকানো / ডিফল্ট বিভাগ"
789
 
790
+ #: library/plugin-settings.php:1300
791
+ msgid "Use a hidden field for the post category. This hides the category field and sets its value via the next option."
792
+ msgstr "পোস্ট বিভাগের জন্য একটি লুকানো ক্ষেত্র ব্যবহার করুন। এটি বিভাগ ক্ষেত্রটি আড়াল করে এবং পরবর্তী বিকল্পের মাধ্যমে তার মান সেট করে।"
793
 
794
+ #: library/plugin-settings.php:1303
795
  msgid "Category ID for Hidden Field"
796
+ msgstr "গোপন ক্ষেত্রের জন্য বিভাগ আইডি"
797
 
798
+ #: library/plugin-settings.php:1305
799
+ msgid "Specify category ID(s) to use for &ldquo;Hidden/Default Category&rdquo;. Separate multiple IDs with a comma."
800
+ msgstr "& Ldquo; লুকানো / ডিফল্ট বিভাগ & rdquo; এর জন্য বিভাগের আইডি (গুলি) নির্দিষ্ট করুন। কমা দিয়ে একাধিক আইডি আলাদা করুন।"
801
 
802
+ #: library/plugin-settings.php:1310
803
  msgid "Users"
804
  msgstr "ব্যবহারকারীরা"
805
 
806
+ #: library/plugin-settings.php:1315
807
  msgid "Assigned Author"
808
+ msgstr "বরাদ্দ লেখক"
809
 
810
+ #: library/plugin-settings.php:1318
811
  msgid "Specify the user that should be assigned as author for submitted posts."
812
+ msgstr "জমা দেওয়া পোস্টগুলির জন্য লেখক হিসাবে নির্ধারিত হওয়া উচিত এমন ব্যবহারকারীকে নির্দিষ্ট করুন।"
813
 
814
+ #: library/plugin-settings.php:1322
815
  msgid "Registered Username"
816
  msgstr "নিবন্ধিত ব্যবহারকারীর নাম"
817
 
818
+ #: library/plugin-settings.php:1324
819
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
820
+ msgstr "পোস্ট লেখক হিসাবে নিবন্ধিত ব্যবহারকারীর নাম ব্যবহার করুন। ফর্মটি জমা দেওয়ার ব্যক্তিটি যখন ওয়ার্ডপ্রেসে লগইন হয়।"
821
 
822
+ #: library/plugin-settings.php:1327
823
  msgid "User Profile URL"
824
  msgstr "ব্যবহারকারী প্রোফাইল ইউআরএল"
825
 
826
+ #: library/plugin-settings.php:1329
827
  msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
828
+ msgstr "URL ক্ষেত্রের মান হিসাবে নিবন্ধিত ব্যবহারকারীর প্রোফাইল URL ব্যবহার করুন। ফর্মটি জমা দেওয়ার ব্যক্তিটি যখন ওয়ার্ডপ্রেসে লগইন হয়।"
829
 
830
+ #: library/plugin-settings.php:1332
831
  msgid "Require User Login"
832
+ msgstr "ব্যবহারকারীর লগইন প্রয়োজন"
833
 
834
+ #: library/plugin-settings.php:1334
835
  msgid "Require users to be logged in to WordPress to view/submit the form"
836
+ msgstr "ব্যবহারকারীদের ফর্মটি দেখতে / জমা দেওয়ার জন্য ওয়ার্ডপ্রেসে লগ ইন করতে হবে"
837
 
838
+ #: library/plugin-settings.php:1337
839
  msgid "Disable Replace Author"
840
+ msgstr "প্রতিস্থাপন লেখককে অক্ষম করুন"
841
 
842
+ #: library/plugin-settings.php:1339
843
  msgid "Do not replace post author with submitted user name"
844
+ msgstr "জমা দেওয়া ব্যবহারকারীর নাম সহ পোস্ট লেখককে প্রতিস্থাপন করবেন না"
845
 
846
+ #: library/plugin-settings.php:1345
847
  msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
848
+ msgstr "এখানে আপনি কাস্টম ফিল্ড দ্বারা ব্যবহৃত নাম এবং লেবেল পরিবর্তন করতে পারেন। আপনি উপরের ফর্ম ক্ষেত্রগুলি সেটিংসের মাধ্যমে এই ক্ষেত্রটি সক্ষম করতে পারবেন।"
849
 
850
+ #: library/plugin-settings.php:1350
851
  msgid "Custom Field Name"
852
+ msgstr "কাস্টম ফিল্ডের নাম"
853
 
854
+ #: library/plugin-settings.php:1355
855
  msgid "Custom Field Label"
856
  msgstr "কাস্টম ফিল্ড লেবেল"
857
 
858
+ #: library/plugin-settings.php:1357
859
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
860
+ msgstr "এটি ফর্মের ফিল্ড লেবেল হিসাবে প্রদর্শিত হবে। ডিফল্ট: কাস্টম ফিল্ড"
861
 
862
+ #: library/plugin-settings.php:1369
863
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
864
+ msgstr "স্প্যাম প্রতিরোধ করতে, এমন একটি প্রশ্ন লিখুন যা ব্যবহারকারীদের ফর্মটি জমা দেওয়ার আগে অবশ্যই উত্তর দিতে হবে।"
865
 
866
+ #: library/plugin-settings.php:1372
867
  msgid "Challenge Response"
868
  msgstr "চ্যালেঞ্জ প্রতিক্রিয়া"
869
 
870
+ #: library/plugin-settings.php:1374
871
  msgid "Enter the *only* correct answer to the challenge question."
872
+ msgstr "চ্যালেঞ্জ প্রশ্নের * একমাত্র * সঠিক উত্তর লিখুন।"
873
 
874
+ #: library/plugin-settings.php:1377
875
  msgid "Case-sensitivity"
876
  msgstr "কেস-সংবেদনশীলতা"
877
 
878
+ #: library/plugin-settings.php:1379
879
  msgid "Check this box if you want the challenge response to be case-sensitive."
880
+ msgstr "যদি আপনি চ্যালেঞ্জের প্রতিক্রিয়া কেস-সংবেদনশীল হতে চান তবে এই বাক্সটি চেক করুন।"
881
 
882
+ #: library/plugin-settings.php:1385
883
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
884
+ msgstr "গুগল রেক্যাপচা সক্ষম করতে, আপনার সরকারী এবং ব্যক্তিগত কী লিখুন।"
885
 
886
+ #: library/plugin-settings.php:1390
887
  msgid "Public Key"
888
  msgstr "পাবলিক কী"
889
 
890
+ #: library/plugin-settings.php:1392
891
  msgid "Enter your Public Key"
892
+ msgstr "আপনার সর্বজনীন কী লিখুন"
893
 
894
+ #: library/plugin-settings.php:1395
895
  msgid "Private Key"
896
  msgstr "ব্যক্তিগত কী"
897
 
898
+ #: library/plugin-settings.php:1397
899
  msgid "Enter your Private Key"
900
  msgstr "আপনার ব্যক্তিগত কী লিখুন"
901
 
902
+ #: library/plugin-settings.php:1402
903
  msgid "Email Alerts"
904
  msgstr "ইমেল সতর্কতা"
905
 
906
+ #: library/plugin-settings.php:1407
907
  msgid "Receive Email Alert"
908
+ msgstr "ইমেল সতর্কতা গ্রহণ করুন"
909
 
910
+ #: library/plugin-settings.php:1409
911
  msgid "Check this box if you want to be notified via email for new post submissions."
912
+ msgstr "আপনি যদি নতুন পোস্ট জমা দেওয়ার জন্য ইমেলের মাধ্যমে অবহিত হতে চান তবে এই বাক্সটি চেক করুন।"
913
 
914
+ #: library/plugin-settings.php:1412
915
  msgid "Enable HTML Format"
916
+ msgstr "এইচটিএমএল ফর্ম্যাট সক্ষম করুন"
917
 
918
+ #: library/plugin-settings.php:1414
919
  msgid "Check this box to enable HTML format for email alerts."
920
+ msgstr "ইমেল সতর্কতার জন্য এইচটিএমএল ফর্ম্যাট সক্ষম করতে এই বাক্সটি চেক করুন।"
921
 
922
+ #: library/plugin-settings.php:1417
923
  msgid "Email Address for Alerts"
924
+ msgstr "সতর্কতার জন্য ইমেল ঠিকানা"
925
 
926
+ #: library/plugin-settings.php:1419
927
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
928
+ msgstr "আপনি যদি ইমেল সতর্কতাগুলি পেতে বক্সটি চেক করেন তবে ইমেলগুলি পাঠানো উচিত এমন ঠিকানা (গুলি) এখানে নির্দেশ করুন।"
929
 
930
+ #: library/plugin-settings.php:1420
931
  msgid "Multiple recipients may be included using a comma, like so:"
932
+ msgstr "একাধিক প্রাপককে কমা ব্যবহার করে অন্তর্ভুক্ত করা যেতে পারে, যেমন:"
933
 
934
+ #: library/plugin-settings.php:1423
935
  msgid "Email &ldquo;From&rdquo; Address"
936
  msgstr "ইমেল & ldquo; থেকে & rdquo; ঠিকানা"
937
 
938
+ #: library/plugin-settings.php:1425
939
  msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
940
+ msgstr "এখানে আপনি & ldquo; & rdquo; এর জন্য ব্যবহৃত ঠিকানা (এস) কাস্টমাইজ করতে পারেন; শিরোনাম (তথ্যের জন্য প্লাগইন এফএকিউ দেখুন)। "
941
 
942
+ #: library/plugin-settings.php:1426
943
  msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
944
+ msgstr "পূর্ববর্তী সেটিংসে যদি একাধিক ঠিকানা নির্দিষ্ট করা থাকে তবে & ldquo; থেকে & rdquo; এর সমান সংখ্যক অন্তর্ভুক্ত করুন; এই সেটিংয়ের ঠিকানা (একই ক্রমে)"
945
 
946
+ #: library/plugin-settings.php:1429
947
  msgid "Email Alert Subject"
948
  msgstr "ইমেল সতর্কতা বিষয়"
949
 
950
+ #: library/plugin-settings.php:1431
951
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
952
+ msgstr "ইমেল সতর্কতা জন্য বিষয় লাইন। ডিফল্ট সাবজেক্ট লাইনটি ব্যবহার করতে ফাঁকা ছেড়ে যান। দ্রষ্টব্য: আপনি নিম্নলিখিত ভেরিয়েবলগুলি ব্যবহার করতে পারেন: "
953
 
954
+ #: library/plugin-settings.php:1436
955
  msgid "Email Alert Message"
956
  msgstr "ইমেল সতর্কতা বার্তা"
957
 
958
+ #: library/plugin-settings.php:1438
959
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
960
+ msgstr "ইমেল সতর্কতা জন্য বার্তা। ডিফল্ট বার্তাটি ব্যবহার করতে ফাঁকা ছেড়ে যান। দ্রষ্টব্য: আপনি নিম্নলিখিত ভেরিয়েবলগুলি ব্যবহার করতে পারেন: "
961
 
962
+ #: library/plugin-settings.php:1450
963
  msgid "Featured Image"
964
  msgstr "বৈশিষ্ট্যযুক্ত ইমেজ"
965
 
966
+ #: library/plugin-settings.php:1452
967
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
968
+ msgstr "জমা দেওয়া চিত্রগুলি বৈশিষ্ট্যযুক্ত চিত্র হিসাবে সেট করুন। বৈশিষ্ট্যযুক্ত চিত্রগুলির জন্য থিম সমর্থন প্রয়োজন (ওরফে পোস্ট থাম্বনেইলস)।"
969
 
970
+ #: library/plugin-settings.php:1455
971
  msgid "Upload Message"
972
  msgstr "বার্তা আপলোড করুন"
973
 
974
+ #: library/plugin-settings.php:1457
975
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
976
+ msgstr "বার্তা যা আপলোড ক্ষেত্রের পাশে প্রদর্শিত হবে। আপনার আপলোডের নির্দেশিকা / নীতি / ইত্যাদি উল্লেখ করার জন্য দরকারী। বেসিক মার্কআপ অনুমোদিত allowed"
977
 
978
+ #: library/plugin-settings.php:1460
979
  msgid "&ldquo;Add another image&rdquo; link"
980
+ msgstr "& ldquo; অন্য চিত্র যুক্ত করুন & rdquo; লিংক"
981
 
982
+ #: library/plugin-settings.php:1462
983
  msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
984
+ msgstr "& Ldquo; অন্য চিত্র যুক্ত করুন & rdquo জন্য কাস্টম মার্কআপ; লিঙ্ক। ডিফল্ট মার্কআপ ব্যবহার করার জন্য ফাঁকা ছেড়ে যান (প্রস্তাবিত)।"
985
 
986
+ #: library/plugin-settings.php:1465
987
  msgid "Minimum number of images"
988
+ msgstr "ন্যূনতম সংখ্যা"
989
 
990
+ #: library/plugin-settings.php:1468
991
  msgid "Specify the minimum number of images."
992
+ msgstr "চিত্রের সর্বনিম্ন সংখ্যা উল্লেখ করুন।"
993
 
994
+ #: library/plugin-settings.php:1472
995
  msgid "Maximum number of images"
996
+ msgstr "চিত্রের সর্বাধিক সংখ্যা"
997
 
998
+ #: library/plugin-settings.php:1475
999
  msgid "Specify the maximum number of images."
1000
+ msgstr "চিত্রের সর্বাধিক সংখ্যা উল্লেখ করুন।"
1001
 
1002
+ #: library/plugin-settings.php:1479
1003
  msgid "Minimum image width"
1004
+ msgstr "সর্বনিম্ন চিত্র প্রস্থ"
1005
 
1006
+ #: library/plugin-settings.php:1481
1007
  msgid "Specify a minimum width (in pixels) for uploaded images."
1008
+ msgstr "আপলোড করা চিত্রগুলির জন্য সর্বনিম্ন প্রস্থ (পিক্সেলগুলিতে) নির্দিষ্ট করুন।"
1009
 
1010
+ #: library/plugin-settings.php:1484
1011
  msgid "Minimum image height"
1012
+ msgstr "সর্বনিম্ন চিত্রের উচ্চতা"
1013
 
1014
+ #: library/plugin-settings.php:1486
1015
  msgid "Specify a minimum height (in pixels) for uploaded images."
1016
+ msgstr "আপলোড করা চিত্রগুলির জন্য সর্বনিম্ন উচ্চতা (পিক্সেলগুলিতে) নির্দিষ্ট করুন।"
1017
 
1018
+ #: library/plugin-settings.php:1489
1019
  msgid "Maximum image width"
1020
+ msgstr "সর্বাধিক চিত্র প্রস্থ"
1021
 
1022
+ #: library/plugin-settings.php:1491
1023
  msgid "Specify a maximum width (in pixels) for uploaded images."
1024
+ msgstr "আপলোড করা চিত্রগুলির জন্য সর্বাধিক প্রস্থ (পিক্সেলগুলিতে) নির্দিষ্ট করুন।"
1025
 
1026
+ #: library/plugin-settings.php:1494
1027
  msgid "Maximum image height"
1028
+ msgstr "সর্বোচ্চ চিত্রের উচ্চতা"
1029
 
1030
+ #: library/plugin-settings.php:1496
1031
  msgid "Specify a maximum height (in pixels) for uploaded images."
1032
+ msgstr "আপলোড করা চিত্রগুলির জন্য সর্বাধিক উচ্চতা (পিক্সেলগুলিতে) নির্দিষ্ট করুন।"
1033
 
1034
+ #: library/plugin-settings.php:1499
1035
  msgid "More Options"
1036
  msgstr "আরও বিকল্প"
1037
 
1038
+ #: library/plugin-settings.php:1502
1039
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
1040
+ msgstr "অন্যান্য ফাইলের ধরণের (পিডিএফ, ওয়ার্ড, জিপ, ভিডিও এবং আরও অনেক কিছু) আপলোড করার মতো আরও বিকল্পের জন্য, পরীক্ষা করে দেখুন"
1041
 
1042
+ #: library/plugin-settings.php:1503
1043
  msgid "Go Pro!"
1044
+ msgstr "প্রো প্রো!"
1045
 
1046
+ #: library/plugin-settings.php:1510
1047
  msgid "Auto-Display Content"
1048
+ msgstr "স্ব-প্রদর্শন সামগ্রী"
1049
 
1050
+ #: library/plugin-settings.php:1515
1051
  msgid "Auto-Display Images"
1052
+ msgstr "চিত্রগুলি স্বয়ংক্রিয়-প্রদর্শন করুন"
1053
 
1054
+ #: library/plugin-settings.php:1517
1055
  msgid "Auto-display user-submitted images:"
1056
+ msgstr "স্বতঃ প্রদর্শন ব্যবহারকারী-জমা দেওয়া চিত্রগুলি:"
1057
 
1058
+ #: library/plugin-settings.php:1522
1059
  msgid "Image Markup"
1060
+ msgstr "চিত্র মার্কআপ"
1061
 
1062
+ #: library/plugin-settings.php:1524
1063
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1064
+ msgstr "প্রতিটি জমা দেওয়া চিত্রের জন্য ব্যবহার করার জন্য মার্কআপ (যখন স্বয়ংক্রিয়-প্রদর্শন সক্ষম করা থাকে)। ব্যবহার করতে পারেন"
1065
 
1066
+ #: library/plugin-settings.php:1526 library/plugin-settings.php:1539
1067
+ #: library/plugin-settings.php:1552 library/plugin-settings.php:1565
1068
  msgid "and"
1069
  msgstr "এবং"
1070
 
1071
+ #: library/plugin-settings.php:1529
1072
  msgid "Auto-Display Email"
1073
+ msgstr "স্ব-প্রদর্শন ইমেল"
1074
 
1075
+ #: library/plugin-settings.php:1531
1076
  msgid "Auto-display user-submitted email:"
1077
+ msgstr "স্ব-প্রদর্শন ব্যবহারকারী-জমা দেওয়া ইমেল:"
1078
 
1079
+ #: library/plugin-settings.php:1536
1080
  msgid "Email Markup"
1081
  msgstr "ইমেল মার্কআপ"
1082
 
1083
+ #: library/plugin-settings.php:1538
1084
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1085
+ msgstr "জমা দেওয়া ইমেল ঠিকানাটির জন্য ব্যবহার করার জন্য মার্কআপ (যখন স্বয়ংক্রিয়-প্রদর্শন সক্ষম করা থাকে)। ব্যবহার করতে পারেন"
1086
 
1087
+ #: library/plugin-settings.php:1542
1088
  msgid "Auto-Display URL"
1089
+ msgstr "স্বয়ংক্রিয়-প্রদর্শন URL URL"
1090
 
1091
+ #: library/plugin-settings.php:1544
1092
  msgid "Auto-display user-submitted URL:"
1093
+ msgstr "স্ব-প্রদর্শন ব্যবহারকারী-জমা দেওয়া URL:"
1094
 
1095
+ #: library/plugin-settings.php:1549
1096
  msgid "URL Markup"
1097
  msgstr "ইউআরএল মার্কআপ"
1098
 
1099
+ #: library/plugin-settings.php:1551
1100
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1101
+ msgstr "জমা দেওয়া ইউআরএলের জন্য ব্যবহার করার জন্য মার্কআপ (যখন স্বয়ংক্রিয়-প্রদর্শন সক্ষম করা থাকে)। ব্যবহার করতে পারেন"
1102
 
1103
+ #: library/plugin-settings.php:1555
1104
  msgid "Auto-Display Custom Field"
1105
+ msgstr "স্বতঃ-প্রদর্শন কাস্টম ক্ষেত্র"
1106
 
1107
+ #: library/plugin-settings.php:1557
1108
  msgid "Auto-display user-submitted Custom Field:"
1109
+ msgstr "স্বতঃ প্রদর্শন ব্যবহারকারী-জমা দেওয়া কাস্টম ফিল্ড:"
1110
 
1111
+ #: library/plugin-settings.php:1562
1112
  msgid "Custom Field Markup"
1113
+ msgstr "কাস্টম ফিল্ড মার্কআপ"
1114
 
1115
+ #: library/plugin-settings.php:1564
1116
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1117
+ msgstr "জমা দেওয়া কাস্টম ফিল্ডের জন্য ব্যবহার করার জন্য মার্কআপ (যখন স্বয়ংক্রিয়-প্রদর্শন সক্ষম করা থাকে)। ব্যবহার করতে পারেন"
1118
 
1119
+ #: library/plugin-settings.php:1570 library/plugin-settings.php:1682
1120
  msgid "Save Settings"
1121
  msgstr "সেটিংস সংরক্ষণ করুন"
1122
 
1123
+ #: library/plugin-settings.php:1575
1124
  msgid "Display the Form"
1125
+ msgstr "ফর্মটি প্রদর্শন করুন"
1126
 
1127
+ #: library/plugin-settings.php:1578
1128
  msgid "Post-Submit Form"
1129
+ msgstr "পোস্ট জমা দেওয়ার ফর্ম"
1130
 
1131
+ #: library/plugin-settings.php:1579
1132
  msgid "USP enables you to display a post-submission form anywhere on your site."
1133
+ msgstr "ইউএসপি আপনাকে আপনার সাইটের যে কোনও জায়গায় পোস্ট-জমা দেওয়ার ফর্ম প্রদর্শন করতে সক্ষম করে।"
1134
 
1135
+ #: library/plugin-settings.php:1580 library/plugin-settings.php:1589
1136
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1137
+ msgstr "যে কোনও ডাব্লুপি পোস্ট বা পৃষ্ঠায় ফর্মটি প্রদর্শন করতে শর্টকোডটি ব্যবহার করুন:"
1138
 
1139
+ #: library/plugin-settings.php:1583 library/plugin-settings.php:1592
1140
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1141
+ msgstr "অথবা, আপনার থিম টেমপ্লেটের যে কোনও জায়গায় ফর্মটি প্রদর্শন করতে টেমপ্লেট ট্যাগটি ব্যবহার করুন:"
1142
 
1143
+ #: library/plugin-settings.php:1587
1144
  msgid "Login/Register Form"
1145
  msgstr "লগইন / নিবন্ধন ফর্ম"
1146
 
1147
+ #: library/plugin-settings.php:1588
1148
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1149
+ msgstr "আপনি এমন একটি ফর্মও প্রদর্শন করতে পারেন যা ব্যবহারকারীদের লগ ইন, নিবন্ধন করতে বা তাদের পাসওয়ার্ড পুনরায় সেট করতে সক্ষম করে।"
1150
 
1151
+ #: library/plugin-settings.php:1596
1152
  msgid "Display Submitted Posts"
1153
+ msgstr "জমা দেওয়া পোস্টগুলি প্রদর্শন করুন"
1154
 
1155
+ #: library/plugin-settings.php:1597
1156
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1157
+ msgstr "যে কোনও ডাব্লুপি পোস্ট বা পৃষ্ঠায় জমা দেওয়া পোস্টগুলির তালিকা প্রদর্শন করতে এই শর্টকোডটি ব্যবহার করুন:"
1158
 
1159
+ #: library/plugin-settings.php:1600
1160
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1161
+ msgstr "অথবা, আপনার থিম টেমপ্লেটের যে কোনও জায়গায় জমা দেওয়া পোস্টগুলির একটি তালিকা প্রদর্শন করতে টেমপ্লেট ট্যাগটি ব্যবহার করুন:"
1162
 
1163
+ #: library/plugin-settings.php:1603
1164
  msgid "Here are some examples showing how to configure this shortcode:"
1165
+ msgstr "এই শর্টকোডটি কীভাবে কনফিগার করতে হয় তার কয়েকটি উদাহরণ এখানে দেওয়া হয়েছে:"
1166
 
1167
+ #: library/plugin-settings.php:1611
1168
  msgid "Display Image Gallery"
1169
+ msgstr "চিত্র গ্যালারী প্রদর্শন করুন"
1170
 
1171
+ #: library/plugin-settings.php:1612
1172
  msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
1173
+ msgstr "প্রতিটি জমা দেওয়া পোস্টের জন্য আপলোড করা চিত্রগুলির একটি গ্যালারী প্রদর্শন করতে এই শর্টকোডটি ব্যবহার করুন:"
1174
 
1175
+ #: library/plugin-settings.php:1615
1176
  msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
1177
+ msgstr "অথবা, আপনার থিম টেমপ্লেটের যে কোনও জায়গায় চিত্র গ্যালারী প্রদর্শন করতে টেমপ্লেট ট্যাগটি ব্যবহার করুন:"
1178
 
1179
+ #: library/plugin-settings.php:1618
1180
  msgid "You can customize using any of the follwing attributes:"
1181
+ msgstr "আপনি যে কোনও ফলউইবি বৈশিষ্ট্য ব্যবহার করে কাস্টমাইজ করতে পারেন:"
1182
 
1183
+ #: library/plugin-settings.php:1633
1184
  msgid "Reset Form Button"
1185
+ msgstr "ফর্ম বোতামটি পুনরায় সেট করুন"
1186
 
1187
+ #: library/plugin-settings.php:1634
1188
  msgid "This shortcode displays a link that resets the form to its original state:"
1189
+ msgstr "এই শর্টকোডটি এমন লিঙ্ক প্রদর্শন করে যা ফর্মটিকে তার মূল অবস্থায় পুনরায় সেট করে:"
1190
 
1191
+ #: library/plugin-settings.php:1637
1192
  msgid "This shortcode accepts the following attributes:"
1193
+ msgstr "এই শর্টকোড নিম্নলিখিত বৈশিষ্ট্যগুলি গ্রহণ করে:"
1194
 
1195
+ #: library/plugin-settings.php:1643
1196
  msgid "Note that the url attribute accepts"
1197
  msgstr "নোট করুন যে ইউআরএল বৈশিষ্ট্য গ্রহণ করে"
1198
 
1199
+ #: library/plugin-settings.php:1643
1200
  msgid "to get the current URL."
1201
+ msgstr "বর্তমান ইউআরএল পেতে।"
1202
 
1203
+ #: library/plugin-settings.php:1646
1204
  msgid "Access Control"
1205
  msgstr "প্রবেশাধিকার নিয়ন্ত্রণ"
1206
 
1207
+ #: library/plugin-settings.php:1647
1208
  msgid "USP provides three shortcodes to control access and restrict content."
1209
+ msgstr "অ্যাক্সেস নিয়ন্ত্রণ এবং সামগ্রী সীমাবদ্ধ করতে ইউএসপি তিনটি শর্টকোড সরবরাহ করে।"
1210
 
1211
+ #: library/plugin-settings.php:1648
1212
  msgid "Display content only to users with a specific capability:"
1213
+ msgstr "নির্দিষ্ট সক্ষমতা সহ কেবল ব্যবহারকারীদের জন্য সামগ্রী প্রদর্শন করুন:"
1214
 
1215
+ #: library/plugin-settings.php:1651
1216
  msgid "Display content to logged-in users:"
1217
+ msgstr "লগ-ইন ব্যবহারকারীদের জন্য সামগ্রী প্রদর্শন করুন:"
1218
 
1219
+ #: library/plugin-settings.php:1654
1220
  msgid "Display content to visitors only:"
1221
+ msgstr "কেবল দর্শকদের জন্য সামগ্রী প্রদর্শন করুন:"
1222
 
1223
+ #: library/plugin-settings.php:1657
1224
  msgid "Tip:"
1225
  msgstr "টিপ:"
1226
 
1227
+ #: library/plugin-settings.php:1657
1228
  msgid "to include markup in the deny message, you can use"
1229
+ msgstr "অস্বীকার বার্তায় মার্কআপ অন্তর্ভুক্ত করতে, আপনি ব্যবহার করতে পারেন"
1230
 
1231
+ #: library/plugin-settings.php:1657
1232
  msgid "to output"
1233
+ msgstr "আউটপুট থেকে"
1234
 
1235
+ #: library/plugin-settings.php:1660
1236
  msgid "Example"
1237
  msgstr "উদাহরণ"
1238
 
1239
+ #: library/plugin-settings.php:1661
1240
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1241
+ msgstr "যদি ব্যবহারকারী লগ ইন থাকে তবে পোস্ট-জমা ফর্মটি প্রদর্শন করুন; অথবা ব্যবহারকারী লগ ইন না থাকলে লগইন ফর্মটি প্রদর্শন করুন:"
1242
 
1243
+ #: library/plugin-settings.php:1673
1244
  msgid "Restore Defaults"
1245
  msgstr "পূর্বনির্ধারন পুনরুধার"
1246
 
1247
+ #: library/plugin-settings.php:1676
1248
  msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1249
+ msgstr "আপনার সেটিংস মনে রাখতে এই বিকল্পটি অক্ষম করুন। বা, এগিয়ে যেতে এবং ডিফল্ট প্লাগইন বিকল্পগুলি পুনরুদ্ধার করতে: বাক্সটি চেক করুন, আপনার সেটিংস সংরক্ষণ করুন এবং তারপরে প্লাগইন নিষ্ক্রিয় / পুনরায় সক্রিয় করুন।"
1250
 
1251
+ #: library/plugin-settings.php:1680
1252
  msgid "Restore default options upon plugin deactivation/reactivation."
1253
+ msgstr "প্লাগইন নিষ্ক্রিয়করণ / পুনরায় সক্রিয়করণের পরে ডিফল্ট বিকল্পগুলি পুনরুদ্ধার করুন।"
1254
 
1255
+ #: library/plugin-settings.php:1687
1256
  msgid "Show Support"
1257
  msgstr "সমর্থন প্রদর্শন করুন"
1258
 
1259
+ #: library/plugin-settings.php:1696
1260
  msgid "by"
1261
  msgstr "দ্বারা"
1262
 
1263
+ #: library/plugin-settings.php:1697
1264
  msgid "Jeff Starr on Twitter"
1265
  msgstr "টুইটারে জেফ স্টার"
1266
 
1267
+ #: library/plugin-settings.php:1698
1268
  msgid "Obsessive Web Design &amp; Development"
1269
+ msgstr "অবসেসিভ ওয়েব ডিজাইন & amp; উন্নয়ন"
1270
 
1271
+ #: library/plugin-settings.php:1709
1272
  msgid "Save Preference"
1273
  msgstr "পছন্দ সংরক্ষণ করুন"
1274
 
1275
+ #: library/plugin-settings.php:1716
1276
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1277
+ msgstr "আপনি কি সব ডিফল্ট বিকল্প পুনরুদ্ধার করতে নিশ্চিত? (এই ক্রিয়াটি পূর্বাবস্থায় ফেরানো যাবে না)"
1278
+
1279
+ #: library/support-panel.php:55
1280
+ msgid "Perishable Press Books"
1281
+ msgstr "ধ্বংসযোগ্য প্রেস বই"
1282
+
1283
+ #: library/support-panel.php:56
1284
+ msgid "Plugin Planet"
1285
+ msgstr "প্লাগইন প্ল্যানেট"
1286
+
1287
+ #: library/support-panel.php:57
1288
+ msgid "Donate via PayPal"
1289
+ msgstr "পেপালের মাধ্যমে দান করুন"
1290
+
1291
+ #: library/support-panel.php:59
1292
+ msgid "books"
1293
+ msgstr "বই"
1294
+
1295
+ #: library/support-panel.php:60
1296
+ msgid "plugins"
1297
+ msgstr "প্লাগ-ইন"
1298
+
1299
+ #: library/support-panel.php:61
1300
+ msgid "donation"
1301
+ msgstr "দান"
1302
+
1303
+ #: library/support-panel.php:63
1304
+ msgid "Thank you for using"
1305
+ msgstr "ব্যবহার করার জন্য আপনাকে ধন্যবাদ"
1306
+
1307
+ #: library/support-panel.php:64
1308
+ msgid "Please show support by purchasing one of my"
1309
+ msgstr "দয়া করে আমার একটি কিনে সমর্থন দেখান"
1310
+
1311
+ #: library/support-panel.php:65
1312
+ msgid "or"
1313
+ msgstr "অথবা"
1314
+
1315
+ #: library/support-panel.php:65
1316
+ msgid "or by making a"
1317
+ msgstr "বা তৈরি করে"
1318
+
1319
+ #: library/support-panel.php:66
1320
+ msgid "Your generous support helps future development of"
1321
+ msgstr "আপনার উদার সমর্থন ভবিষ্যতের উন্নয়নে সহায়তা করে"
1322
+
1323
+ #: library/support-panel.php:67
1324
+ msgid "and is greatly appreciated."
1325
+ msgstr "এবং প্রশংসিত হয়।"
1326
+
1327
+ #: library/support-panel.php:69
1328
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1329
+ msgstr "যে কোনও আকারের অনুদান আমাকে এই ফ্রি প্লাগইন এবং অন্যান্য দুর্দান্ত ওয়ার্ডপ্রেস সংস্থানগুলি বিকাশ করতে চালিয়ে যেতে সহায়তা করে।"
1330
 
1331
  #. Description of the plugin
1332
  #:
1333
  msgid "Enables your visitors to submit posts and images from anywhere on your site."
1334
+ msgstr "আপনার দর্শকদের আপনার সাইটের যে কোনও জায়গা থেকে পোস্ট এবং চিত্র জমা দিতে সক্ষম করে।"
1335
 
1336
  #. URI of the plugin
1337
  #:
languages/usp-cs_CZ.mo CHANGED
Binary file
languages/usp-cs_CZ.po CHANGED
@@ -4,1326 +4,1339 @@ msgstr ""
4
  "Content-Type: text/plain; charset=UTF-8\n"
5
  "Content-Transfer-Encoding: 8bit\n"
6
  "X-Generator: POEditor.com\n"
7
- "Project-Id-Version: USP 2018 Nov\n"
8
  "Language: cs\n"
9
 
10
  #. Name of the plugin
11
  #: user-submitted-posts.php:44 library/support-panel.php:5
12
  msgid "User Submitted Posts"
13
- msgstr "Uživatelské příspěvky odeslané"
14
 
15
- #: user-submitted-posts.php:81
16
  msgid "requires WordPress "
17
- msgstr "vyžaduje WordPress"
18
 
19
- #: user-submitted-posts.php:82
20
  msgid " or higher, and has been deactivated! "
21
- msgstr " nebo vyšší a byla deaktivována!"
22
 
23
- #: user-submitted-posts.php:83
24
  msgid "Please return to the"
25
- msgstr "Vraťte se prosím na"
26
 
27
- #: user-submitted-posts.php:84
28
  msgid "WordPress Admin Area"
29
- msgstr "Oblast WordPress Admin"
30
 
31
- #: user-submitted-posts.php:85
32
  msgid "to upgrade WordPress and try again."
33
- msgstr "upgrade WordPress a zkuste to znovu."
34
 
35
- #: user-submitted-posts.php:125
36
  msgid "User Submitted Post"
37
- msgstr "Uživatelské příspěvky odeslané"
38
 
39
- #: user-submitted-posts.php:433
40
  msgid "User Submitted Post Info"
41
- msgstr "Uživatel odeslal informace o příspěvku"
42
 
43
- #: user-submitted-posts.php:463
44
  msgid "Submitter Name: "
45
- msgstr "Název zadavatele:"
46
 
47
- #: user-submitted-posts.php:464
48
  msgid "Submitter Email: "
49
- msgstr "Email odesílatele:"
50
 
51
- #: user-submitted-posts.php:465
52
  msgid "Submitter URL: "
53
- msgstr "URL odesílatele:"
54
 
55
- #: user-submitted-posts.php:466
56
  msgid "Submitter IP: "
57
- msgstr "Zadavatel IP:"
58
 
59
- #: user-submitted-posts.php:517
60
  msgid "Show USP Posts"
61
  msgstr "Zobrazit příspěvky USP"
62
 
63
- #: user-submitted-posts.php:518 library/plugin-settings.php:999
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
- #: user-submitted-posts.php:1301
68
  msgid " files required"
69
- msgstr " potřebné soubory"
70
 
71
- #: user-submitted-posts.php:1302
72
  msgid " file required"
73
- msgstr " požadovaný soubor"
74
 
75
- #: user-submitted-posts.php:1304
76
  msgid " files"
77
  msgstr " soubory"
78
 
79
- #: user-submitted-posts.php:1305
80
  msgid " file"
81
  msgstr " soubor"
82
 
83
- #: user-submitted-posts.php:1307 user-submitted-posts.php:1308
84
- #: user-submitted-posts.php:1309 user-submitted-posts.php:1310
85
  msgid " pixels"
86
  msgstr " pixelů"
87
 
88
- #: user-submitted-posts.php:1312 library/core-functions.php:215
89
- #: library/plugin-settings.php:290 library/plugin-settings.php:309
90
- #: library/plugin-settings.php:711 library/plugin-settings.php:1243
91
  msgid "Custom Field"
92
  msgstr "Vlastní pole"
93
 
94
- #: user-submitted-posts.php:1314
95
  msgid "Custom checkbox required"
96
- msgstr "Je vyžadováno vlastní políčko"
97
 
98
- #: user-submitted-posts.php:1317
99
  msgid "An error occurred. Please go back and try again."
100
- msgstr "Vyskytla se chyba. Vraťte se prosím a zkuste to znovu."
101
 
102
- #: user-submitted-posts.php:1327
103
  msgid "User login required"
104
- msgstr "Vyžaduje se přihlášení uživatele"
105
 
106
- #: user-submitted-posts.php:1328
107
  msgid "User name required"
108
- msgstr "Je vyžadováno uživatelské jméno"
109
 
110
- #: user-submitted-posts.php:1329
111
  msgid "Post title required"
112
- msgstr "Požadováno je název příspěvku"
113
 
114
- #: user-submitted-posts.php:1330
115
  msgid "User URL required"
116
- msgstr "Požadovaná adresa URL uživatele"
117
 
118
- #: user-submitted-posts.php:1331
119
  msgid "Post tags required"
120
- msgstr "Požadované značky jsou povinné"
121
 
122
- #: user-submitted-posts.php:1332
123
  msgid "Post category required"
124
- msgstr "Požadovaná kategorie příspěvku"
125
 
126
- #: user-submitted-posts.php:1333
127
  msgid "Post content required"
128
- msgstr "Vyžádat požadovaný obsah"
129
 
130
- #: user-submitted-posts.php:1334 user-submitted-posts.php:1335
131
  msgid "Correct captcha required"
132
- msgstr "Opravena chyba captcha"
133
 
134
- #: user-submitted-posts.php:1336
135
  msgid "User email required"
136
- msgstr "Požadována e-mailová adresa uživatele"
137
 
138
- #: user-submitted-posts.php:1337
139
  msgid "Please check your email and try again"
140
- msgstr "Zkontrolujte e-mail a zkuste to znovu"
141
 
142
- #: user-submitted-posts.php:1338
143
  msgid "Non-empty value for hidden field"
144
- msgstr "Neplatná hodnota pro skryté pole"
145
 
146
- #: user-submitted-posts.php:1339
147
  msgid "Minimum number of images not met"
148
  msgstr "Minimální počet obrázků není splněn"
149
 
150
- #: user-submitted-posts.php:1340
151
  msgid "Maximum number of images exceeded "
152
- msgstr "Maximální počet obrázků byl překročen"
153
 
154
- #: user-submitted-posts.php:1341
155
  msgid "Minimum image width not met"
156
- msgstr "Minimální šířka obrazu není splněna"
157
 
158
- #: user-submitted-posts.php:1342
159
  msgid "Image width exceeds maximum"
160
- msgstr "Šířka obrázku překračuje maximální hodnotu"
161
 
162
- #: user-submitted-posts.php:1343
163
  msgid "Minimum image height not met"
164
- msgstr "Minimální výška obrazu není splněna"
165
 
166
- #: user-submitted-posts.php:1344
167
  msgid "Image height exceeds maximum"
168
- msgstr "Výška obrázku přesahuje maximální"
169
 
170
- #: user-submitted-posts.php:1345
171
  msgid "File type not allowed (please upload images only)"
172
- msgstr "Typ souboru není povolen (prosím nahrát obrázky)"
173
 
174
- #: user-submitted-posts.php:1346
175
  msgid " required"
176
  msgstr " Povinný"
177
 
178
- #: user-submitted-posts.php:1351
179
  msgid "File not uploaded. Please check the file and try again."
180
  msgstr "Soubor nebyl nahrán. Zkontrolujte soubor a zkuste to znovu."
181
 
182
- #: user-submitted-posts.php:1355
183
  msgid "The file(s) could not be uploaded"
184
- msgstr "Soubory nemohly být nahrány"
185
 
186
- #: user-submitted-posts.php:1357
187
  msgid "Post not created. Please contact the site administrator for help."
188
- msgstr "Příspěvek nebyl vytvořen. Obraťte se prosím na správce webu o pomoc."
189
 
190
- #: user-submitted-posts.php:1358
191
  msgid "Duplicate post title. Please try again."
192
  msgstr "Duplicitní název příspěvku. Prosím zkuste to znovu."
193
 
194
- #: user-submitted-posts.php:1368
195
  msgid "Error: "
196
- msgstr "Chyba:"
197
 
198
- #: user-submitted-posts.php:1394
199
  msgid "Return to form"
200
- msgstr "Vraťte se k formuláři"
201
 
202
- #: user-submitted-posts.php:1424 library/plugin-settings.php:975
203
  msgid "Please"
204
  msgstr "Prosím"
205
 
206
- #: user-submitted-posts.php:1425
207
  msgid "log in"
208
  msgstr "přihlásit se"
209
 
210
- #: user-submitted-posts.php:1426
211
  msgid "to submit content!"
212
  msgstr "odeslat obsah!"
213
 
214
- #: views/submission-form.php:46 views/submission-form-alt.php:55
215
  msgid "Please complete the required fields."
216
- msgstr "Vyplňte prosím požadovaná pole."
217
 
218
- #: views/submission-form.php:56 views/submission-form.php:57
219
- #: views/submission-form-alt.php:61 views/submission-form-alt.php:62
220
  msgid "Your Name"
221
  msgstr "Tvé jméno"
222
 
223
- #: views/submission-form.php:62 views/submission-form.php:63
224
- #: views/submission-form-alt.php:67 views/submission-form-alt.php:68
225
  msgid "Your URL"
226
  msgstr "Vaše URL"
227
 
228
- #: views/submission-form.php:68 views/submission-form.php:69
229
- #: views/submission-form-alt.php:73 views/submission-form-alt.php:74
230
  msgid "Your Email"
231
  msgstr "Tvůj e-mail"
232
 
233
- #: views/submission-form.php:74 views/submission-form.php:75
234
- #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
235
- #: library/plugin-settings.php:1036
236
  msgid "Post Title"
237
  msgstr "Název příspěvku"
238
 
239
- #: views/submission-form.php:80 views/submission-form.php:81
240
- #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
241
- #: library/plugin-settings.php:1037
242
  msgid "Post Tags"
243
- msgstr "Značky příspěvku"
244
 
245
- #: views/submission-form.php:93 views/submission-form-alt.php:98
246
  msgid "Antispam Question"
247
  msgstr "Antispamová otázka"
248
 
249
- #: views/submission-form.php:98 views/submission-form-alt.php:103
250
- #: library/plugin-settings.php:1038
251
  msgid "Post Category"
252
- msgstr "Odeslat kategorii"
253
 
254
- #: views/submission-form.php:100 views/submission-form-alt.php:105
 
255
  msgid "Please select a category.."
256
- msgstr "Vyberte kategorii .."
257
 
258
- #: views/submission-form.php:135 views/submission-form.php:136
259
- #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
260
- #: library/plugin-settings.php:1039
261
  msgid "Post Content"
262
  msgstr "Odeslat obsah"
263
 
264
- #: views/submission-form.php:142 views/submission-form-alt.php:147
265
  msgid "Verification"
266
  msgstr "Ověření"
267
 
268
- #: views/submission-form.php:149 views/submission-form-alt.php:154
269
  msgid "Upload an Image"
270
- msgstr "Nahrát obrázek"
271
 
272
- #: views/submission-form.php:158 views/submission-form-alt.php:163
273
  msgid "Add another image"
274
- msgstr "Přidat další obrázek"
275
 
276
- #: views/submission-form.php:180 views/submission-form-alt.php:185
277
  msgid "Human verification: leave this field empty."
278
  msgstr "Lidské ověření: ponechte toto pole prázdné."
279
 
280
- #: views/submission-form.php:204 views/submission-form-alt.php:209
281
  msgid "Submit Post"
282
  msgstr "Odeslat příspěvek"
283
 
 
 
 
 
284
  #: library/shortcode-misc.php:18
285
  msgid "Reset form"
286
- msgstr "Obnovit formulář"
287
 
288
  #: library/shortcode-misc.php:128
289
  msgid "View full post"
290
  msgstr "Zobrazit celý příspěvek"
291
 
292
- #: library/support-panel.php:52
293
- msgid "Perishable Press Books"
294
- msgstr "Knihy s podezřelým tiskem"
295
-
296
- #: library/support-panel.php:53
297
- msgid "Plugin Planet"
298
- msgstr "Plugin Planet"
299
-
300
- #: library/support-panel.php:54
301
- msgid "Donate via PayPal"
302
- msgstr "Darujte prostřednictvím služby PayPal"
303
-
304
- #: library/support-panel.php:56
305
- msgid "books"
306
- msgstr "knihy"
307
-
308
- #: library/support-panel.php:57
309
- msgid "plugins"
310
- msgstr "pluginy"
311
-
312
- #: library/support-panel.php:58
313
- msgid "donation"
314
- msgstr "dar"
315
-
316
- #: library/support-panel.php:60
317
- msgid "Thank you for using"
318
- msgstr "Děkujeme za použití"
319
-
320
- #: library/support-panel.php:61
321
- msgid "Please show support by purchasing one of my"
322
- msgstr "Ukažte podporu zakoupením jednoho z mých"
323
-
324
- #: library/support-panel.php:62
325
- msgid "or"
326
- msgstr "nebo"
327
-
328
- #: library/support-panel.php:62
329
- msgid "or by making a"
330
- msgstr "nebo vytvořením"
331
-
332
- #: library/support-panel.php:63
333
- msgid "Your generous support helps future development of"
334
- msgstr "Vaše velkorysá podpora pomáhá v budoucnosti rozvíjet"
335
-
336
- #: library/support-panel.php:64
337
- msgid "and is greatly appreciated."
338
- msgstr "a je velmi oceňován."
339
-
340
- #: library/support-panel.php:66
341
- msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
342
- msgstr "Každé dárce velikosti mi pomáhá pokračovat ve vývoji tohoto bezplatného pluginu a dalších skvělých zdrojů WordPress."
343
-
344
- #: library/enqueue-scripts.php:83 library/enqueue-scripts.php:117
345
- msgid "Incorrect response."
346
- msgstr "Nesprávná odpověď."
347
 
348
- #: library/plugin-settings.php:32
349
  msgid "Get USP Pro for unlimited forms!"
350
- msgstr "Získejte USP Pro pro neomezené formy!"
351
 
352
- #: library/plugin-settings.php:33
353
  msgid "Go Pro"
354
  msgstr "Staň se profesionálem"
355
 
356
- #: library/plugin-settings.php:37
357
- msgid "Settings"
358
- msgstr "Nastavení"
359
-
360
- #: library/plugin-settings.php:55 library/plugin-settings.php:1007
361
- #: library/plugin-settings.php:1595
362
  msgid "Plugin Homepage"
363
- msgstr "Plugin Hlavní stránka"
364
 
365
- #: library/plugin-settings.php:56
366
  msgid "Homepage"
367
  msgstr "Domovská stránka"
368
 
369
- #: library/plugin-settings.php:61
370
  msgid "Give USP a 5-star rating at WordPress.org"
371
- msgstr "Dejte USP 5-hvězdičkové hodnocení na WordPress.org"
372
 
373
- #: library/plugin-settings.php:62
374
  msgid "Rate this plugin&nbsp;&raquo;"
375
  msgstr "Ohodnoťte tento plugin & nbsp; & raquo;"
376
 
377
- #: library/plugin-settings.php:120
378
  msgid "WP Post (recommended)"
379
- msgstr "WP příspěvek (doporučeno)"
380
 
381
- #: library/plugin-settings.php:124
382
  msgid "WP Page"
383
  msgstr "WP Page"
384
 
385
- #: library/plugin-settings.php:140
386
  msgid "HTML5 Form + Default CSS"
387
  msgstr "Formulář HTML5 + výchozí CSS"
388
 
389
- #: library/plugin-settings.php:140
390
  msgid "(Recommended)"
391
  msgstr "(Doporučeno)"
392
 
393
- #: library/plugin-settings.php:144
394
  msgid "HTML5 Form + Disable CSS"
395
- msgstr "Formulář HTML5 Zakázat CSS"
396
 
397
- #: library/plugin-settings.php:144
398
  msgid "(Provide your own styles)"
399
- msgstr "(Zajistěte si vlastní styly)"
400
 
401
- #: library/plugin-settings.php:148
402
  msgid "Custom Form + Custom CSS"
403
  msgstr "Vlastní formulář + vlastní CSS"
404
 
405
- #: library/plugin-settings.php:148
406
  msgid "(Provide your own form template &amp; styles)"
407
- msgstr "(Uveďte svou vlastní šablonu formuláře a styly)"
408
 
409
- #: library/plugin-settings.php:164 library/plugin-settings.php:188
410
- #: library/plugin-settings.php:211 library/plugin-settings.php:235
411
  msgid "Auto-display before post content"
412
- msgstr "Automatické zobrazení před obsahem příspěvku"
413
 
414
- #: library/plugin-settings.php:168 library/plugin-settings.php:192
415
- #: library/plugin-settings.php:215 library/plugin-settings.php:239
416
  msgid "Auto-display after post content"
417
- msgstr "Automatické zobrazení po odeslání obsahu"
418
 
419
- #: library/plugin-settings.php:172
420
  msgid "Do not auto-display submitted images"
421
- msgstr "Neprovádějte automatické zobrazování odeslaných obrázků"
422
 
423
- #: library/plugin-settings.php:196
424
  msgid "Do not auto-display submitted email"
425
- msgstr "Nezobrazovat automaticky e-maily"
426
 
427
- #: library/plugin-settings.php:219
428
  msgid "Do not auto-display submitted URL"
429
- msgstr "Neodesílat odeslanou adresu URL automaticky"
430
 
431
- #: library/plugin-settings.php:243
432
  msgid "Do not auto-display the Custom Field"
433
- msgstr "Nevystavujte automaticky vlastní pole"
434
 
435
- #: library/plugin-settings.php:271 library/plugin-settings.php:303
436
- #: library/plugin-settings.php:336 library/plugin-settings.php:368
437
- msgid "Display and require"
438
- msgstr "Zobrazte a požadujte"
439
 
440
- #: library/plugin-settings.php:272 library/plugin-settings.php:304
441
- msgid "Display but do not require"
442
- msgstr "Displej, ale nevyžaduje"
443
 
444
- #: library/plugin-settings.php:273 library/plugin-settings.php:305
445
- #: library/plugin-settings.php:337 library/plugin-settings.php:369
446
  msgid "Disable this field"
447
- msgstr "Zakažte toto pole"
448
 
449
- #: library/plugin-settings.php:308 library/plugin-settings.php:340
450
- #: library/plugin-settings.php:372 library/plugin-settings.php:404
451
  msgid "(Visit"
452
  msgstr "(Návštěva"
453
 
454
- #: library/plugin-settings.php:309 library/plugin-settings.php:341
455
- #: library/plugin-settings.php:373 library/plugin-settings.php:405
456
  msgid "to configure options)"
457
- msgstr "pro konfiguraci možností)"
458
 
459
- #: library/plugin-settings.php:324 library/plugin-settings.php:341
460
- #: library/plugin-settings.php:1261 library/plugin-settings.php:1266
461
  msgid "Challenge Question"
462
  msgstr "Výzva Otázky"
463
 
464
- #: library/plugin-settings.php:356 library/plugin-settings.php:373
465
- #: library/plugin-settings.php:1283
466
  msgid "Google reCAPTCHA"
467
  msgstr "Google reCAPTCHA"
468
 
469
- #: library/plugin-settings.php:388
470
  msgid "Post Images"
471
- msgstr "Odeslat obrázky"
472
 
473
- #: library/plugin-settings.php:400
474
- msgid "Display"
475
- msgstr "Zobrazit"
476
 
477
- #: library/plugin-settings.php:401
478
  msgid "Disable"
479
  msgstr "Zakázat"
480
 
481
- #: library/plugin-settings.php:405 library/plugin-settings.php:1344
482
  msgid "Image Uploads"
483
  msgstr "Nahrávání obrázků"
484
 
485
- #: library/plugin-settings.php:485
486
  msgid "Draft"
487
  msgstr "Návrh"
488
 
489
- #: library/plugin-settings.php:486
490
  msgid "Pending (default)"
491
- msgstr "Čekající (výchozí)"
492
 
493
- #: library/plugin-settings.php:487
494
  msgid "Publish immediately"
495
- msgstr "Publikujte okamžitě"
496
 
497
- #: library/plugin-settings.php:488
498
  msgid "Publish after 1 approved post"
499
  msgstr "Publikovat po 1 schváleném příspěvku"
500
 
501
- #: library/plugin-settings.php:489
502
  msgid "Publish after "
503
- msgstr "Publikovat po"
504
 
505
- #: library/plugin-settings.php:489
506
  msgid " approved posts"
507
- msgstr " schválených míst"
 
 
 
 
508
 
509
- #: library/plugin-settings.php:655
510
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
511
- msgstr "Byla tam chyba. Ujistěte se, že jste přidali název, obsah a že jste nahrali pouze obrázky."
512
 
513
- #: library/plugin-settings.php:669
514
  msgid "Please select your image(s) to upload."
515
- msgstr "Vyberte obrázky, které chcete nahrát."
516
 
517
- #: library/plugin-settings.php:675
518
  msgid "Success! Thank you for your submission."
519
  msgstr "Úspěch! Děkujeme za vaše podání."
520
 
521
- #: library/plugin-settings.php:701
522
  msgid "Email"
523
  msgstr "E-mailem"
524
 
525
- #: library/plugin-settings.php:702
526
  msgid "URL"
527
  msgstr "URL"
528
 
529
- #: library/plugin-settings.php:962
530
  msgid "Toggle all panels"
531
- msgstr "Přepínejte všechny panely"
532
 
533
- #: library/plugin-settings.php:971
534
  msgid "We need your support!"
535
  msgstr "Potřebujeme vaši podporu!"
536
 
537
- #: library/plugin-settings.php:975
538
  msgid "Make a donation via PayPal"
539
- msgstr "Proveďte darování prostřednictvím služby PayPal"
540
 
541
- #: library/plugin-settings.php:975
542
  msgid "make a donation"
543
  msgstr "přispět"
544
 
545
- #: library/plugin-settings.php:975
546
  msgid "and/or"
547
  msgstr "a / nebo"
548
 
549
- #: library/plugin-settings.php:976
550
  msgid "Rate and review at the Plugin Directory"
551
- msgstr "Ohodnoťte a přečtěte v adresáři Plugin"
552
 
553
- #: library/plugin-settings.php:977
554
  msgid "give this plugin a 5-star rating"
555
- msgstr "udělejte tomuto pluginu 5 hvězdiček"
556
 
557
- #: library/plugin-settings.php:981
558
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
559
  msgstr "Vaše velkorysá podpora umožňuje další vývoj tohoto bezplatného pluginu. Děkuji!"
560
 
561
- #: library/plugin-settings.php:986
562
  msgid "Check this box if you have shown support"
563
- msgstr "Zaškrtněte toto políčko, pokud jste projevili podporu"
564
 
565
- #: library/plugin-settings.php:995
566
  msgid "Overview"
567
  msgstr "Přehled"
568
 
569
- #: library/plugin-settings.php:999
570
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
571
- msgstr "umožňuje návštěvníkům odesílat příspěvky a nahrát obrázky z přední části vašeho webu."
572
 
573
- #: library/plugin-settings.php:1000
574
  msgid "For advanced functionality and unlimited forms, check out"
575
- msgstr "Pro pokročilé funkce a neomezené formy, podívejte se"
576
 
577
- #: library/plugin-settings.php:1000 library/plugin-settings.php:1402
578
  msgid "USP Pro"
579
  msgstr "USP Pro"
580
 
581
- #: library/plugin-settings.php:1001
582
  msgid "&mdash; the ultimate solution for user-generated content."
583
- msgstr "& mdash; konečné řešení pro obsah vytvořený uživateli."
584
 
585
- #: library/plugin-settings.php:1005 library/plugin-settings.php:1022
586
  msgid "Plugin Settings"
587
  msgstr "Nastavení pluginu"
588
 
589
- #: library/plugin-settings.php:1006
590
  msgid "Display the form"
591
  msgstr "Zobrazit formulář"
592
 
593
- #: library/plugin-settings.php:1010
594
  msgid "If you like this plugin, please"
595
  msgstr "Pokud se vám tento plugin líbí, prosím"
596
 
597
- #: library/plugin-settings.php:1011
598
  msgid "THANK YOU for your support!"
599
  msgstr "Děkuji za vaší podporu!"
600
 
601
- #: library/plugin-settings.php:1011
602
  msgid "give it a 5-star rating"
603
- msgstr "udělejte mu 5 hvězdiček"
604
 
605
- #: library/plugin-settings.php:1015
606
  msgid "Unlimited front-end forms"
607
- msgstr "Neomezené fore-end formuláře"
608
 
609
- #: library/plugin-settings.php:1015
610
  msgid "Get USP Pro"
611
  msgstr "Získejte USP Pro"
612
 
613
- #: library/plugin-settings.php:1025
614
  msgid "Configure your settings for User Submitted Posts."
615
- msgstr "Nakonfigurujte nastavení pro příspěvky odeslané uživatelem."
616
 
617
- #: library/plugin-settings.php:1027
618
  msgid "Form Fields"
619
- msgstr "Pole formulářů"
620
 
621
- #: library/plugin-settings.php:1033
622
  msgid "User Name"
623
  msgstr "Uživatelské jméno"
624
 
625
- #: library/plugin-settings.php:1034
626
  msgid "User Email"
627
- msgstr "Uživatelský e-mail"
628
 
629
- #: library/plugin-settings.php:1035
630
  msgid "User URL"
631
- msgstr "Uživatelská adresa URL"
632
 
633
- #: library/plugin-settings.php:1050
634
  msgid "General Settings"
635
  msgstr "Obecné nastavení"
636
 
637
- #: library/plugin-settings.php:1052
638
  msgid "Note that the default settings work fine for most cases."
639
- msgstr "Všimněte si, že výchozí nastavení funguje ve většině případů v pořádku."
640
 
641
- #: library/plugin-settings.php:1057
642
  msgid "Form Style"
643
  msgstr "Styl formuláře"
644
 
645
- #: library/plugin-settings.php:1062
646
  msgid "With this option, you can copy the plugin&rsquo;s default templates:"
647
- msgstr "Pomocí této možnosti můžete zkopírovat výchozí šablony pluginů:"
648
 
649
- #: library/plugin-settings.php:1067
650
  msgid "..and upload them into a directory named"
651
- msgstr ".. a nahrát je do adresáře pojmenovaného"
652
 
653
- #: library/plugin-settings.php:1067
654
  msgid "in your theme:"
655
- msgstr "ve svém tématu:"
656
 
657
- #: library/plugin-settings.php:1073
658
  msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
659
- msgstr "To vám umožní přizpůsobit formulář a styly podle potřeby. Další informace naleznete v sekci \"Vlastní formulář pro podání\""
660
 
661
- #: library/plugin-settings.php:1074
662
  msgid "Installation Docs"
663
  msgstr "Instalační dokumenty"
664
 
665
- #: library/plugin-settings.php:1075
666
  msgid "FYI: here is a"
667
- msgstr "FYI: tady je a"
668
 
669
- #: library/plugin-settings.php:1075
670
  msgid "list of USP CSS selectors"
671
- msgstr "seznam USP CSS selektorů"
672
 
673
- #: library/plugin-settings.php:1081
674
  msgid "Include JavaScript"
675
  msgstr "Zahrnout JavaScript"
676
 
677
- #: library/plugin-settings.php:1083
678
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
679
- msgstr "Zaškrtněte toto políčko, chcete-li zahrnout externí soubory JavaScript (doporučeno)."
680
 
681
- #: library/plugin-settings.php:1086
682
  msgid "Targeted Loading"
683
  msgstr "Cílené načítání"
684
 
685
- #: library/plugin-settings.php:1088
686
- msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
687
- msgstr "Ve výchozím nastavení jsou externí CSS & Na každé stránce jsou načítány soubory JavaScriptu. Zde můžete zadat adresu URL formuláře USP pro načítání zdrojů pouze na této stránce. Poznámka: Nechte prázdné načíst všechny stránky."
688
 
689
- #: library/plugin-settings.php:1091
690
  msgid "Post Type"
691
  msgstr "Typ příspěvku"
692
 
693
- #: library/plugin-settings.php:1094
694
  msgid "Submit posts as WP Posts or Pages"
695
- msgstr "Odeslat příspěvky jako WP příspěvky nebo stránky"
696
 
697
- #: library/plugin-settings.php:1098
698
  msgid "Post Status"
699
- msgstr "Stav příspěvku"
700
 
701
- #: library/plugin-settings.php:1101
702
  msgid "Post Status for submitted posts"
703
- msgstr "Stav příspěvku pro odeslané příspěvky"
704
 
705
- #: library/plugin-settings.php:1105
706
  msgid "Redirect URL"
707
- msgstr "Přesměrování adresy URL"
708
 
709
- #: library/plugin-settings.php:1107
710
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
711
- msgstr "Určete adresu URL, která přesměruje uživatele po odeslání. Chcete-li přesměrovat zpět na aktuální stránku, ponechte prázdné."
712
 
713
- #: library/plugin-settings.php:1110
714
  msgid "Success Message"
715
- msgstr "Úspěšná zpráva"
716
 
717
- #: library/plugin-settings.php:1112
718
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
719
- msgstr "Úspěšná zpráva, která se zobrazí, pokud je úspěšné po odeslání. Je povolena základní značka."
720
 
721
- #: library/plugin-settings.php:1115
722
  msgid "Error Message"
723
  msgstr "Chybové hlášení"
724
 
725
- #: library/plugin-settings.php:1117
726
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
727
- msgstr "Obecné chybové hlášení, které se zobrazí v případě selhání po odeslání. Je povolena základní značka."
728
 
729
- #: library/plugin-settings.php:1120
730
  msgid "Custom Content"
731
  msgstr "Vlastní obsah"
732
 
733
- #: library/plugin-settings.php:1122
734
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
735
- msgstr "Vlastní text / značka, která být uvedena před formulářem pro podání. Chcete-li zakázat, ponechte prázdné."
736
 
737
- #: library/plugin-settings.php:1125
738
  msgid "Rich Text Editor"
739
- msgstr "Rich Text Editor"
740
 
741
- #: library/plugin-settings.php:1127
742
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
743
- msgstr "Zaškrtněte toto políčko, pokud chcete povolit úpravu textů bohatých na WP pro odeslané příspěvky."
744
 
745
- #: library/plugin-settings.php:1130
746
  msgid "Unique Titles"
747
- msgstr "Jedinečné tituly"
748
 
749
- #: library/plugin-settings.php:1132
750
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
751
- msgstr "Požadovat, aby předložené příspěvky byly jedinečné (užitečné pro prevenci opakovaných / duplicitních příspěvků)."
752
 
753
- #: library/plugin-settings.php:1135
754
  msgid "Disable Required"
755
- msgstr "Zakázat požadavek"
756
 
757
- #: library/plugin-settings.php:1137
758
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
759
- msgstr "Deaktivujte všechny požadované atributy na výchozí polích formuláře (užitečné pro odstraňování chybových zpráv)."
760
 
761
- #: library/plugin-settings.php:1140
762
  msgid "Enable Shortcodes"
763
  msgstr "Povolit krátké kódy"
764
 
765
- #: library/plugin-settings.php:1142
766
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
767
- msgstr "Povolit krátké kódy v widgety. Ve výchozím nastavení WordPress nepovoluje krátké kódy v widgety."
768
 
769
- #: library/plugin-settings.php:1143
770
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
771
- msgstr "Toto nastavení umožňuje některé nebo všechny krátké kódy v widgetu (dokonce i zkratky z jiných modulů)."
772
 
773
- #: library/plugin-settings.php:1148
774
- msgid "GDPR"
775
- msgstr "GDPR"
776
 
777
- #: library/plugin-settings.php:1153
778
  msgid "Disable IP Tracking"
779
  msgstr "Zakázat sledování IP"
780
 
781
- #: library/plugin-settings.php:1155
782
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
783
- msgstr "Ve výchozím nastavení služba USP zaznamenává adresu IP s každým odeslaným příspěvkem. Zaškrtnutím tohoto políčka deaktivujete veškeré sledování IP."
784
 
785
- #: library/plugin-settings.php:1159
786
  msgid "Display Checkbox"
787
- msgstr "Zobrazit zaškrtávací políčko"
788
 
789
- #: library/plugin-settings.php:1161
790
  msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
791
- msgstr "Zobrazte vlastní formulář ve formuláři (užitečné pro GDPR, souhlas s podmínkami atd.)"
792
 
793
- #: library/plugin-settings.php:1164
794
  msgid "Checkbox Name"
795
- msgstr "Zaškrtávací políčko Název"
796
 
797
- #: library/plugin-settings.php:1166 library/plugin-settings.php:1251
798
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
799
- msgstr "Používejte pouze alfanumerické znaky, podtržítka a pomlčky. Pokud si nejste jisti, použijte výchozí název:"
800
 
801
- #: library/plugin-settings.php:1169
802
  msgid "Checkbox Error"
803
- msgstr "Chyba zaškrtávacího políčka"
804
 
805
- #: library/plugin-settings.php:1171
806
  msgid "Error message displayed if user does not check the box."
807
- msgstr "Zobrazí se chybová zpráva, pokud uživatel nezaškrtne políčko."
808
 
809
- #: library/plugin-settings.php:1174
810
  msgid "Checkbox Text"
811
- msgstr "Text zaškrtávacího políčka"
812
 
813
- #: library/plugin-settings.php:1176
814
  msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
815
- msgstr "Text zobrazený vedle zaškrtávacího políčka. Tip: použijte kuželové konzoly na výstupní úhelníky, například:"
816
 
817
- #: library/plugin-settings.php:1181 library/plugin-settings.php:1186
818
  msgid "Categories"
819
  msgstr "Kategorie"
820
 
821
- #: library/plugin-settings.php:1189
822
- msgid "Select which categories may be assigned to submitted posts (click to toggle)"
823
- msgstr "Vyberte, které kategorie mohou být přiřazeny k příspěvkům (klikněte pro přepnutí)"
824
 
825
- #: library/plugin-settings.php:1197
 
 
 
 
 
 
 
 
826
  msgid "Hidden/Default Category"
827
  msgstr "Skrytá / výchozí kategorie"
828
 
829
- #: library/plugin-settings.php:1199
830
- msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
831
- msgstr "Použijte skryté pole pro kategorii pošty. Toto může být použito pro zadání výchozí kategorie, pokud je pole kategorie zakázáno."
832
 
833
- #: library/plugin-settings.php:1202
834
  msgid "Category ID for Hidden Field"
835
  msgstr "ID kategorie pro skryté pole"
836
 
837
- #: library/plugin-settings.php:1204
838
- msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
839
- msgstr "Zadejte ID kategorie, kterou chcete použít pro skrytou / výchozí kategorii & rdquo; volba."
840
 
841
- #: library/plugin-settings.php:1209
842
  msgid "Users"
843
  msgstr "Uživatelé"
844
 
845
- #: library/plugin-settings.php:1214
846
  msgid "Assigned Author"
847
  msgstr "Přiřazený autor"
848
 
849
- #: library/plugin-settings.php:1217
850
  msgid "Specify the user that should be assigned as author for submitted posts."
851
- msgstr "Zadejte uživatele, který by měl být přiřazen jako autor příspěvků."
852
 
853
- #: library/plugin-settings.php:1221
854
  msgid "Registered Username"
855
  msgstr "Registrované uživatelské jméno"
856
 
857
- #: library/plugin-settings.php:1223
858
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
859
- msgstr "Použít registrované uživatelské jméno jako příspěvkový autor. Platí, když je osoba, která odesílá formulář, přihlášena do aplikace WordPress."
860
 
861
- #: library/plugin-settings.php:1226
862
  msgid "User Profile URL"
863
  msgstr "Adresa URL profilu uživatele"
864
 
865
- #: library/plugin-settings.php:1228
866
  msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
867
- msgstr "Použít adresu URL profilu registrovaného uživatele jako hodnotu pole URL. Platí, když je osoba, která odesílá formulář, přihlášena do aplikace WordPress."
868
 
869
- #: library/plugin-settings.php:1231
870
  msgid "Require User Login"
871
- msgstr "Požadovat přihlášení uživatele"
872
 
873
- #: library/plugin-settings.php:1233
874
  msgid "Require users to be logged in to WordPress to view/submit the form"
875
- msgstr "Požadovat, aby uživatelé byli přihlášeni do aplikace WordPress, aby zobrazili / odeslali formulář"
876
 
877
- #: library/plugin-settings.php:1236
878
  msgid "Disable Replace Author"
879
- msgstr "Zakázat Nahradit autora"
880
 
881
- #: library/plugin-settings.php:1238
882
  msgid "Do not replace post author with submitted user name"
883
- msgstr "Nenahrazujte autor příspěvků za zadané uživatelské jméno"
884
 
885
- #: library/plugin-settings.php:1244
886
  msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
887
- msgstr "Zde můžete změnit název a štítek, který používá vlastní pole. Toto pole můžete povolit pomocí výše uvedených polí formulářových polí."
888
 
889
- #: library/plugin-settings.php:1249
890
  msgid "Custom Field Name"
891
  msgstr "Název vlastního pole"
892
 
893
- #: library/plugin-settings.php:1254
894
  msgid "Custom Field Label"
895
- msgstr "Vlastní pole Označení"
896
 
897
- #: library/plugin-settings.php:1256
898
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
899
- msgstr "Zobrazí se jako štítek pole ve formuláři. Výchozí: Vlastní pole"
900
 
901
- #: library/plugin-settings.php:1268
902
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
903
- msgstr "Chcete-li zabránit spamu, zadejte otázku, kterou musí uživatel odpovědět před odesláním formuláře."
904
 
905
- #: library/plugin-settings.php:1271
906
  msgid "Challenge Response"
907
- msgstr "Odpověď výzvy"
908
 
909
- #: library/plugin-settings.php:1273
910
  msgid "Enter the *only* correct answer to the challenge question."
911
- msgstr "Zadejte odpověď * pouze * na otázku výzvy."
912
 
913
- #: library/plugin-settings.php:1276
914
  msgid "Case-sensitivity"
915
- msgstr "Citlivost případu"
916
 
917
- #: library/plugin-settings.php:1278
918
  msgid "Check this box if you want the challenge response to be case-sensitive."
919
- msgstr "Zaškrtněte toto políčko, pokud chcete, aby odpověď na výzvu byla citlivá na velká a malá písmena."
920
 
921
- #: library/plugin-settings.php:1284
922
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
923
- msgstr "Chcete-li službu Google reCAPTCHA povolit, zadejte své veřejné a soukromé klíče."
924
 
925
- #: library/plugin-settings.php:1289
926
  msgid "Public Key"
927
  msgstr "Veřejný klíč"
928
 
929
- #: library/plugin-settings.php:1291
930
  msgid "Enter your Public Key"
931
- msgstr "Zadejte veřejný klíč"
932
 
933
- #: library/plugin-settings.php:1294
934
  msgid "Private Key"
935
  msgstr "Soukromý klíč"
936
 
937
- #: library/plugin-settings.php:1296
938
  msgid "Enter your Private Key"
939
  msgstr "Zadejte svůj soukromý klíč"
940
 
941
- #: library/plugin-settings.php:1301
942
  msgid "Email Alerts"
943
- msgstr "E-mailové upozornění"
944
 
945
- #: library/plugin-settings.php:1306
946
  msgid "Receive Email Alert"
947
- msgstr "Získejte upozornění e-mailem"
948
 
949
- #: library/plugin-settings.php:1308
950
  msgid "Check this box if you want to be notified via email for new post submissions."
951
- msgstr "Zaškrtněte toto políčko, chcete-li být upozorněni e-mailem na nové podání příspěvků."
952
 
953
- #: library/plugin-settings.php:1311
954
  msgid "Enable HTML Format"
955
  msgstr "Povolit formát HTML"
956
 
957
- #: library/plugin-settings.php:1313
958
  msgid "Check this box to enable HTML format for email alerts."
959
- msgstr "Zaškrtnutím tohoto políčka povolíte formát HTML pro e-mailové upozornění."
960
 
961
- #: library/plugin-settings.php:1316
962
  msgid "Email Address for Alerts"
963
- msgstr "E-mailová adresa pro výstrahy"
964
 
965
- #: library/plugin-settings.php:1318
966
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
967
- msgstr "Pokud jste zaškrtli políčko pro přijímání e-mailových upozornění, uveďte adresu (adresy), na kterou mají být e-maily zasílány."
968
 
969
- #: library/plugin-settings.php:1319
970
  msgid "Multiple recipients may be included using a comma, like so:"
971
- msgstr "Vícenásobné příjemci mohou být vloženy pomocí čárky, například takto:"
972
 
973
- #: library/plugin-settings.php:1322
974
  msgid "Email &ldquo;From&rdquo; Address"
975
- msgstr "Email & ldquo; From & rdquo; Adresa"
976
 
977
- #: library/plugin-settings.php:1324
978
  msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
979
- msgstr "Zde můžete upravit adresu (adresy) použité pro & ldquo; From & rdquo; záhlaví (pro informace naleznete časté dotazy týkající se pluginů)."
980
 
981
- #: library/plugin-settings.php:1325
982
  msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
983
- msgstr "Pokud jsou v předchozím nastavení zadána více adres, uveďte stejný počet \"From & rdquo; adresy pro toto nastavení (ve stejném pořadí)."
984
 
985
- #: library/plugin-settings.php:1328
986
  msgid "Email Alert Subject"
987
- msgstr "Předmět upozornění emailem"
988
 
989
- #: library/plugin-settings.php:1330
990
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
991
- msgstr "Subject line pro e-mailové upozornění. Chcete-li použít výchozí řádek předmětů, ponechte prázdné. Poznámka: můžete použít následující proměnné:"
992
 
993
- #: library/plugin-settings.php:1335
994
  msgid "Email Alert Message"
995
- msgstr "E-mailová výstražná zpráva"
996
 
997
- #: library/plugin-settings.php:1337
998
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
999
- msgstr "Zpráva o e-mailových upozorněních. Chcete-li použít výchozí zprávu, ponechte prázdné. Poznámka: můžete použít následující proměnné:"
1000
 
1001
- #: library/plugin-settings.php:1349
1002
  msgid "Featured Image"
1003
- msgstr "Doporučený obrázek"
1004
 
1005
- #: library/plugin-settings.php:1351
1006
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
1007
- msgstr "Nastavte odeslané snímky jako doporučené obrázky. Vyžaduje podporu motivů pro doporučené obrázky (aka Post Thumbnails)."
1008
 
1009
- #: library/plugin-settings.php:1354
1010
  msgid "Upload Message"
1011
- msgstr "Nahrát zprávu"
1012
 
1013
- #: library/plugin-settings.php:1356
1014
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
1015
- msgstr "Zpráva, která se zobrazí vedle pole pro nahrávání. Užitečné pro uvedení pokynů / zásad pro nahrávání / atd. Je povoleno základní značení."
1016
 
1017
- #: library/plugin-settings.php:1359
1018
  msgid "&ldquo;Add another image&rdquo; link"
1019
  msgstr "& ldquo; Přidat další obrázek & rdquo; odkaz"
1020
 
1021
- #: library/plugin-settings.php:1361
1022
  msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
1023
- msgstr "Vlastní značka pro přidání dalšího obrázku & rdquo; odkaz. Chcete-li použít výchozí značku (doporučeno), ponechte prázdné."
1024
 
1025
- #: library/plugin-settings.php:1364
1026
  msgid "Minimum number of images"
1027
- msgstr "Minimální počet snímků"
1028
 
1029
- #: library/plugin-settings.php:1367
1030
  msgid "Specify the minimum number of images."
1031
- msgstr "Určete minimální počet snímků."
1032
 
1033
- #: library/plugin-settings.php:1371
1034
  msgid "Maximum number of images"
1035
- msgstr "Maximální počet snímků"
1036
 
1037
- #: library/plugin-settings.php:1374
1038
  msgid "Specify the maximum number of images."
1039
- msgstr "Zadejte maximální počet snímků."
1040
 
1041
- #: library/plugin-settings.php:1378
1042
  msgid "Minimum image width"
1043
- msgstr "Minimální šířka obrazu"
1044
 
1045
- #: library/plugin-settings.php:1380
1046
  msgid "Specify a minimum width (in pixels) for uploaded images."
1047
- msgstr "Zadejte minimální šířku (v pixelech) nahraných obrázků."
1048
 
1049
- #: library/plugin-settings.php:1383
1050
  msgid "Minimum image height"
1051
- msgstr "Minimální výška obrazu"
1052
 
1053
- #: library/plugin-settings.php:1385
1054
  msgid "Specify a minimum height (in pixels) for uploaded images."
1055
- msgstr "Zadejte minimální výšku (v pixelech) nahraných obrázků."
1056
 
1057
- #: library/plugin-settings.php:1388
1058
  msgid "Maximum image width"
1059
  msgstr "Maximální šířka obrázku"
1060
 
1061
- #: library/plugin-settings.php:1390
1062
  msgid "Specify a maximum width (in pixels) for uploaded images."
1063
  msgstr "Zadejte maximální šířku (v pixelech) pro nahrané obrázky."
1064
 
1065
- #: library/plugin-settings.php:1393
1066
  msgid "Maximum image height"
1067
- msgstr "Maximální výška obrazu"
1068
 
1069
- #: library/plugin-settings.php:1395
1070
  msgid "Specify a maximum height (in pixels) for uploaded images."
1071
- msgstr "Určete maximální výšku (v pixelech) nahraných obrázků."
1072
 
1073
- #: library/plugin-settings.php:1398
1074
  msgid "More Options"
1075
  msgstr "Více možností"
1076
 
1077
- #: library/plugin-settings.php:1401
1078
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
1079
- msgstr "Další možnosti, jako je například možnost nahrát jiné typy souborů (například PDF, Word, Zip, videa a další), si můžete prohlédnout"
1080
 
1081
- #: library/plugin-settings.php:1402
1082
  msgid "Go Pro!"
1083
  msgstr "Staň se profesionálem!"
1084
 
1085
- #: library/plugin-settings.php:1409
1086
  msgid "Auto-Display Content"
1087
- msgstr "Obsah pro automatické zobrazení"
1088
 
1089
- #: library/plugin-settings.php:1414
1090
  msgid "Auto-Display Images"
1091
  msgstr "Automatické zobrazení obrázků"
1092
 
1093
- #: library/plugin-settings.php:1416
1094
  msgid "Auto-display user-submitted images:"
1095
- msgstr "Automatické zobrazení obrázků odeslaných uživateli:"
1096
 
1097
- #: library/plugin-settings.php:1421
1098
  msgid "Image Markup"
1099
- msgstr "Značka obrázků"
1100
 
1101
- #: library/plugin-settings.php:1423
1102
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1103
- msgstr "Označení, které chcete použít pro každý odeslaný snímek (pokud je povoleno automatické zobrazení). Může použít"
1104
 
1105
- #: library/plugin-settings.php:1425 library/plugin-settings.php:1438
1106
- #: library/plugin-settings.php:1451 library/plugin-settings.php:1464
1107
  msgid "and"
1108
  msgstr "a"
1109
 
1110
- #: library/plugin-settings.php:1428
1111
  msgid "Auto-Display Email"
1112
- msgstr "E-mail s automatickým zobrazením"
1113
 
1114
- #: library/plugin-settings.php:1430
1115
  msgid "Auto-display user-submitted email:"
1116
- msgstr "Auto-zobrazení e-mailu odeslaného uživatelem:"
1117
 
1118
- #: library/plugin-settings.php:1435
1119
  msgid "Email Markup"
1120
- msgstr "Značka e-mailu"
1121
 
1122
- #: library/plugin-settings.php:1437
1123
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1124
- msgstr "Označení, které chcete použít pro odeslanou e-mailovou adresu (pokud je povoleno automatické zobrazení). Může použít"
1125
 
1126
- #: library/plugin-settings.php:1441
1127
  msgid "Auto-Display URL"
1128
- msgstr "Automaticky zobrazená adresa URL"
1129
 
1130
- #: library/plugin-settings.php:1443
1131
  msgid "Auto-display user-submitted URL:"
1132
- msgstr "Automatická zobrazení adresy URL odeslané uživatelem:"
1133
 
1134
- #: library/plugin-settings.php:1448
1135
  msgid "URL Markup"
1136
- msgstr "Značka URL"
1137
 
1138
- #: library/plugin-settings.php:1450
1139
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1140
- msgstr "Značka, kterou chcete použít pro odeslanou adresu URL (pokud je povoleno automatické zobrazení). Může použít"
1141
 
1142
- #: library/plugin-settings.php:1454
1143
  msgid "Auto-Display Custom Field"
1144
- msgstr "Vlastní pole automatického zobrazení"
1145
 
1146
- #: library/plugin-settings.php:1456
1147
  msgid "Auto-display user-submitted Custom Field:"
1148
- msgstr "Automatické zobrazení vlastního pole odeslaného uživatelem:"
1149
 
1150
- #: library/plugin-settings.php:1461
1151
  msgid "Custom Field Markup"
1152
- msgstr "Vlastní značka pole"
1153
 
1154
- #: library/plugin-settings.php:1463
1155
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1156
- msgstr "Označení, které chcete použít pro zadané vlastní pole (pokud je povoleno automatické zobrazení). Může použít"
1157
 
1158
- #: library/plugin-settings.php:1469 library/plugin-settings.php:1581
1159
  msgid "Save Settings"
1160
  msgstr "Uložit nastavení"
1161
 
1162
- #: library/plugin-settings.php:1474
1163
  msgid "Display the Form"
1164
  msgstr "Zobrazit formulář"
1165
 
1166
- #: library/plugin-settings.php:1477
1167
  msgid "Post-Submit Form"
1168
  msgstr "Formulář po odeslání"
1169
 
1170
- #: library/plugin-settings.php:1478
1171
  msgid "USP enables you to display a post-submission form anywhere on your site."
1172
- msgstr "USP vám umožňuje zobrazit formulář pro podání na libovolném místě vašeho webu."
1173
 
1174
- #: library/plugin-settings.php:1479 library/plugin-settings.php:1488
1175
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1176
- msgstr "Pomocí zkráceného kódu zobrazte formulář na libovolném příspěvku WP nebo na stránce:"
1177
 
1178
- #: library/plugin-settings.php:1482 library/plugin-settings.php:1491
1179
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1180
- msgstr "Nebo použijte značku šablony k zobrazení formuláře kdekoli v šabloně motivů:"
1181
 
1182
- #: library/plugin-settings.php:1486
1183
  msgid "Login/Register Form"
1184
- msgstr "Formulář přihlášení / registrace"
1185
 
1186
- #: library/plugin-settings.php:1487
1187
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1188
- msgstr "Můžete také zobrazit formulář, který umožňuje uživatelům přihlašovat, registrovat nebo resetovat své heslo."
1189
 
1190
- #: library/plugin-settings.php:1495
1191
  msgid "Display Submitted Posts"
1192
- msgstr "Zobrazit příspěvky odeslané"
1193
 
1194
- #: library/plugin-settings.php:1496
1195
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1196
- msgstr "Pomocí tohoto zkráceného kódu zobrazíte seznam odeslaných příspěvků na libovolném příspěvku ve WP nebo na stránce:"
1197
 
1198
- #: library/plugin-settings.php:1499
1199
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1200
- msgstr "Nebo použijte značku šablony pro zobrazení seznamu odeslaných příspěvků kdekoli v šabloně motivů:"
1201
 
1202
- #: library/plugin-settings.php:1502
1203
  msgid "Here are some examples showing how to configure this shortcode:"
1204
- msgstr "Níže uvádíme několik příkladů, jak nakonfigurovat tento krátký kód:"
1205
 
1206
- #: library/plugin-settings.php:1510
1207
  msgid "Display Image Gallery"
1208
- msgstr "Zobrazit Galerie obrázků"
1209
 
1210
- #: library/plugin-settings.php:1511
1211
  msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
1212
- msgstr "Použijte tento zkrácený kód pro zobrazení galerie nahraných obrázků pro každý odeslaný příspěvek:"
1213
 
1214
- #: library/plugin-settings.php:1514
1215
  msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
1216
- msgstr "Nebo použijte značku šablony k zobrazení galerie obrázků kdekoli v šabloně motivů:"
1217
 
1218
- #: library/plugin-settings.php:1517
1219
  msgid "You can customize using any of the follwing attributes:"
1220
- msgstr "Můžete přizpůsobit libovolný z následujících atributů:"
1221
 
1222
- #: library/plugin-settings.php:1532
1223
  msgid "Reset Form Button"
1224
- msgstr "Resetovat tlačítko formuláře"
1225
 
1226
- #: library/plugin-settings.php:1533
1227
  msgid "This shortcode displays a link that resets the form to its original state:"
1228
- msgstr "Tento zkrácený kód zobrazí odkaz, který obnoví formulář do jeho původního stavu:"
1229
 
1230
- #: library/plugin-settings.php:1536
1231
  msgid "This shortcode accepts the following attributes:"
1232
- msgstr "Tento zkrácený kód přijímá následující atributy:"
1233
 
1234
- #: library/plugin-settings.php:1542
1235
  msgid "Note that the url attribute accepts"
1236
- msgstr "Všimněte si, že atribut url přijme"
1237
 
1238
- #: library/plugin-settings.php:1542
1239
  msgid "to get the current URL."
1240
- msgstr "pro získání aktuální adresy URL."
1241
 
1242
- #: library/plugin-settings.php:1545
1243
  msgid "Access Control"
1244
  msgstr "Řízení přístupu"
1245
 
1246
- #: library/plugin-settings.php:1546
1247
  msgid "USP provides three shortcodes to control access and restrict content."
1248
- msgstr "USP poskytuje tři krátké kódy pro kontrolu přístupu a omezení obsahu."
1249
 
1250
- #: library/plugin-settings.php:1547
1251
  msgid "Display content only to users with a specific capability:"
1252
- msgstr "Zobrazovat obsah pouze uživatelům s určitou schopností:"
1253
 
1254
- #: library/plugin-settings.php:1550
1255
  msgid "Display content to logged-in users:"
1256
- msgstr "Zobrazení obsahu uživatelům, kteří se přihlásili:"
1257
 
1258
- #: library/plugin-settings.php:1553
1259
  msgid "Display content to visitors only:"
1260
- msgstr "Zobrazovat obsah pouze návštěvníkům:"
1261
 
1262
- #: library/plugin-settings.php:1556
1263
  msgid "Tip:"
1264
  msgstr "Tip:"
1265
 
1266
- #: library/plugin-settings.php:1556
1267
  msgid "to include markup in the deny message, you can use"
1268
- msgstr "přidat značku do zprávy odmítnout, kterou můžete použít"
1269
 
1270
- #: library/plugin-settings.php:1556
1271
  msgid "to output"
1272
- msgstr "k výstupu"
1273
 
1274
- #: library/plugin-settings.php:1559
1275
  msgid "Example"
1276
  msgstr "Příklad"
1277
 
1278
- #: library/plugin-settings.php:1560
1279
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1280
  msgstr "Pokud je uživatel přihlášen, zobrazte formulář po odeslání; nebo pokud uživatel není přihlášen, zobrazte přihlašovací formulář:"
1281
 
1282
- #: library/plugin-settings.php:1572
1283
  msgid "Restore Defaults"
1284
  msgstr "Obnovit výchozí nastavení"
1285
 
1286
- #: library/plugin-settings.php:1575
1287
  msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1288
- msgstr "Nechte tuto možnost zakázat, abyste si pamatovali nastavení. Nebo spusťte a obnovte výchozí možnosti pluginu: zaškrtněte políčko, uložte nastavení a potom deaktivujte / znovu aktivujte plugin."
1289
 
1290
- #: library/plugin-settings.php:1579
1291
  msgid "Restore default options upon plugin deactivation/reactivation."
1292
- msgstr "Obnovit výchozí možnosti po deaktivaci / opětovné aktivaci pluginu."
1293
 
1294
- #: library/plugin-settings.php:1586
1295
  msgid "Show Support"
1296
  msgstr "Zobrazit podporu"
1297
 
1298
- #: library/plugin-settings.php:1595
1299
  msgid "by"
1300
  msgstr "podle"
1301
 
1302
- #: library/plugin-settings.php:1596
1303
  msgid "Jeff Starr on Twitter"
1304
  msgstr "Jeff Starr na Twitteru"
1305
 
1306
- #: library/plugin-settings.php:1597
1307
  msgid "Obsessive Web Design &amp; Development"
1308
  msgstr "Obsessive Web Design & amp; Rozvoj"
1309
 
1310
- #: library/plugin-settings.php:1608
1311
  msgid "Save Preference"
1312
  msgstr "Uložit předvolbu"
1313
 
1314
- #: library/plugin-settings.php:1615
1315
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1316
- msgstr "Opravdu chcete obnovit všechny výchozí možnosti? (tato akce nelze vrátit zpět)"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1317
 
1318
  #. Description of the plugin
1319
  #:
1320
  msgid "Enables your visitors to submit posts and images from anywhere on your site."
1321
- msgstr "Umožňuje návštěvníkům odesílat příspěvky a obrázky z libovolného místa na vašem webu."
1322
 
1323
  #. URI of the plugin
1324
  #:
1325
  msgid "https://perishablepress.com/user-submitted-posts/"
1326
- msgstr "https://perishablepress.com/user-submitted-posts/"
1327
 
1328
  #. Author of the plugin
1329
  #:
4
  "Content-Type: text/plain; charset=UTF-8\n"
5
  "Content-Transfer-Encoding: 8bit\n"
6
  "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20190825\n"
8
  "Language: cs\n"
9
 
10
  #. Name of the plugin
11
  #: user-submitted-posts.php:44 library/support-panel.php:5
12
  msgid "User Submitted Posts"
13
+ msgstr "Příspěvky vložené uživatelem"
14
 
15
+ #: user-submitted-posts.php:82
16
  msgid "requires WordPress "
17
+ msgstr "vyžaduje WordPress "
18
 
19
+ #: user-submitted-posts.php:83
20
  msgid " or higher, and has been deactivated! "
21
+ msgstr " nebo vyšší, a byl deaktivován! "
22
 
23
+ #: user-submitted-posts.php:84
24
  msgid "Please return to the"
25
+ msgstr "Vraťte se prosím na stránku"
26
 
27
+ #: user-submitted-posts.php:85
28
  msgid "WordPress Admin Area"
29
+ msgstr "Oblast správy WordPress"
30
 
31
+ #: user-submitted-posts.php:86
32
  msgid "to upgrade WordPress and try again."
33
+ msgstr "upgradujte WordPress a zkuste to znovu."
34
 
35
+ #: user-submitted-posts.php:126
36
  msgid "User Submitted Post"
37
+ msgstr "Příspěvek vložený uživatelem"
38
 
39
+ #: user-submitted-posts.php:467
40
  msgid "User Submitted Post Info"
41
+ msgstr "Informace o příspěvcích odeslané uživatelem"
42
 
43
+ #: user-submitted-posts.php:497
44
  msgid "Submitter Name: "
45
+ msgstr "Jméno zadavatele: "
46
 
47
+ #: user-submitted-posts.php:498
48
  msgid "Submitter Email: "
49
+ msgstr "E-mail zadavatele: "
50
 
51
+ #: user-submitted-posts.php:499
52
  msgid "Submitter URL: "
53
+ msgstr "URL zadavatele: "
54
 
55
+ #: user-submitted-posts.php:500
56
  msgid "Submitter IP: "
57
+ msgstr "IP zadavatele: "
58
 
59
+ #: user-submitted-posts.php:555
60
  msgid "Show USP Posts"
61
  msgstr "Zobrazit příspěvky USP"
62
 
63
+ #: user-submitted-posts.php:556 library/plugin-settings.php:1095
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
+ #: user-submitted-posts.php:1393
68
  msgid " files required"
69
+ msgstr " požadované soubory"
70
 
71
+ #: user-submitted-posts.php:1394
72
  msgid " file required"
73
+ msgstr " soubor je vyžadován"
74
 
75
+ #: user-submitted-posts.php:1396
76
  msgid " files"
77
  msgstr " soubory"
78
 
79
+ #: user-submitted-posts.php:1397
80
  msgid " file"
81
  msgstr " soubor"
82
 
83
+ #: user-submitted-posts.php:1399 user-submitted-posts.php:1400
84
+ #: user-submitted-posts.php:1401 user-submitted-posts.php:1402
85
  msgid " pixels"
86
  msgstr " pixelů"
87
 
88
+ #: user-submitted-posts.php:1404 library/core-functions.php:219
89
+ #: library/plugin-settings.php:297 library/plugin-settings.php:316
90
+ #: library/plugin-settings.php:794 library/plugin-settings.php:1344
91
  msgid "Custom Field"
92
  msgstr "Vlastní pole"
93
 
94
+ #: user-submitted-posts.php:1406
95
  msgid "Custom checkbox required"
96
+ msgstr "Vyžadováno vlastní zaškrtávací políčko"
97
 
98
+ #: user-submitted-posts.php:1409
99
  msgid "An error occurred. Please go back and try again."
100
+ msgstr "Vyskytla se chyba. Vraťte se a zkuste to znovu."
101
 
102
+ #: user-submitted-posts.php:1419
103
  msgid "User login required"
104
+ msgstr "Je vyžadováno přihlášení uživatele"
105
 
106
+ #: user-submitted-posts.php:1420
107
  msgid "User name required"
108
+ msgstr "Uživatelské jméno je povinné"
109
 
110
+ #: user-submitted-posts.php:1421
111
  msgid "Post title required"
112
+ msgstr "Vyžaduje se název příspěvku"
113
 
114
+ #: user-submitted-posts.php:1422
115
  msgid "User URL required"
116
+ msgstr "Vyžaduje se adresa URL uživatele"
117
 
118
+ #: user-submitted-posts.php:1423
119
  msgid "Post tags required"
120
+ msgstr "Vyžaduje se označení příspěvků"
121
 
122
+ #: user-submitted-posts.php:1424
123
  msgid "Post category required"
124
+ msgstr "Vyžaduje se kategorie příspěvku"
125
 
126
+ #: user-submitted-posts.php:1425
127
  msgid "Post content required"
128
+ msgstr "Vyžaduje se obsah příspěvku"
129
 
130
+ #: user-submitted-posts.php:1426 user-submitted-posts.php:1427
131
  msgid "Correct captcha required"
132
+ msgstr "Je vyžadována správná captcha"
133
 
134
+ #: user-submitted-posts.php:1428
135
  msgid "User email required"
136
+ msgstr "Je vyžadován e-mail uživatele"
137
 
138
+ #: user-submitted-posts.php:1429
139
  msgid "Please check your email and try again"
140
+ msgstr "Zkontrolujte prosím svůj e-mail a zkuste to znovu"
141
 
142
+ #: user-submitted-posts.php:1430
143
  msgid "Non-empty value for hidden field"
144
+ msgstr "Neprázdná hodnota pro skryté pole"
145
 
146
+ #: user-submitted-posts.php:1431
147
  msgid "Minimum number of images not met"
148
  msgstr "Minimální počet obrázků není splněn"
149
 
150
+ #: user-submitted-posts.php:1432
151
  msgid "Maximum number of images exceeded "
152
+ msgstr "Byl překročen maximální počet obrázků "
153
 
154
+ #: user-submitted-posts.php:1433
155
  msgid "Minimum image width not met"
156
+ msgstr "Minimální šířka obrázku není splněna"
157
 
158
+ #: user-submitted-posts.php:1434
159
  msgid "Image width exceeds maximum"
160
+ msgstr "Šířka obrázku přesahuje maximum"
161
 
162
+ #: user-submitted-posts.php:1435
163
  msgid "Minimum image height not met"
164
+ msgstr "Minimální výška obrázku není splněna"
165
 
166
+ #: user-submitted-posts.php:1436
167
  msgid "Image height exceeds maximum"
168
+ msgstr "Výška obrázku přesahuje maximum"
169
 
170
+ #: user-submitted-posts.php:1437
171
  msgid "File type not allowed (please upload images only)"
172
+ msgstr "Typ souboru není povolen (nahrajte pouze obrázky)"
173
 
174
+ #: user-submitted-posts.php:1438
175
  msgid " required"
176
  msgstr " Povinný"
177
 
178
+ #: user-submitted-posts.php:1443
179
  msgid "File not uploaded. Please check the file and try again."
180
  msgstr "Soubor nebyl nahrán. Zkontrolujte soubor a zkuste to znovu."
181
 
182
+ #: user-submitted-posts.php:1447
183
  msgid "The file(s) could not be uploaded"
184
+ msgstr "Soubory nelze nahrát"
185
 
186
+ #: user-submitted-posts.php:1449
187
  msgid "Post not created. Please contact the site administrator for help."
188
+ msgstr "Příspěvek nebyl vytvořen. Požádejte o pomoc správce webu."
189
 
190
+ #: user-submitted-posts.php:1450
191
  msgid "Duplicate post title. Please try again."
192
  msgstr "Duplicitní název příspěvku. Prosím zkuste to znovu."
193
 
194
+ #: user-submitted-posts.php:1460
195
  msgid "Error: "
196
+ msgstr "Chyba: "
197
 
198
+ #: user-submitted-posts.php:1486
199
  msgid "Return to form"
200
+ msgstr "Návrat do formuláře"
201
 
202
+ #: user-submitted-posts.php:1516 library/plugin-settings.php:1071
203
  msgid "Please"
204
  msgstr "Prosím"
205
 
206
+ #: user-submitted-posts.php:1517
207
  msgid "log in"
208
  msgstr "přihlásit se"
209
 
210
+ #: user-submitted-posts.php:1518
211
  msgid "to submit content!"
212
  msgstr "odeslat obsah!"
213
 
214
+ #: views/submission-form.php:21 views/submission-form-alt.php:40
215
  msgid "Please complete the required fields."
216
+ msgstr "Vyplňte prosím povinná pole."
217
 
218
+ #: views/submission-form.php:31 views/submission-form.php:32
219
+ #: views/submission-form-alt.php:46 views/submission-form-alt.php:47
220
  msgid "Your Name"
221
  msgstr "Tvé jméno"
222
 
223
+ #: views/submission-form.php:37 views/submission-form.php:38
224
+ #: views/submission-form-alt.php:52 views/submission-form-alt.php:53
225
  msgid "Your URL"
226
  msgstr "Vaše URL"
227
 
228
+ #: views/submission-form.php:43 views/submission-form.php:44
229
+ #: views/submission-form-alt.php:58 views/submission-form-alt.php:59
230
  msgid "Your Email"
231
  msgstr "Tvůj e-mail"
232
 
233
+ #: views/submission-form.php:49 views/submission-form.php:50
234
+ #: views/submission-form-alt.php:64 views/submission-form-alt.php:65
235
+ #: library/plugin-settings.php:1132
236
  msgid "Post Title"
237
  msgstr "Název příspěvku"
238
 
239
+ #: views/submission-form.php:55 views/submission-form.php:56
240
+ #: views/submission-form-alt.php:70 views/submission-form-alt.php:71
241
+ #: library/plugin-settings.php:1133
242
  msgid "Post Tags"
243
+ msgstr "Uveďte značky"
244
 
245
+ #: views/submission-form.php:68 views/submission-form-alt.php:83
246
  msgid "Antispam Question"
247
  msgstr "Antispamová otázka"
248
 
249
+ #: views/submission-form.php:73 views/submission-form-alt.php:88
250
+ #: library/plugin-settings.php:1134
251
  msgid "Post Category"
252
+ msgstr "Kategorie příspěvků"
253
 
254
+ #: views/submission-form.php:74 views/submission-form.php:75
255
+ #: views/submission-form-alt.php:89 views/submission-form-alt.php:90
256
  msgid "Please select a category.."
257
+ msgstr "Vyberte kategorii."
258
 
259
+ #: views/submission-form.php:106 views/submission-form.php:107
260
+ #: views/submission-form-alt.php:121 views/submission-form-alt.php:122
261
+ #: library/plugin-settings.php:1135
262
  msgid "Post Content"
263
  msgstr "Odeslat obsah"
264
 
265
+ #: views/submission-form.php:113 views/submission-form-alt.php:128
266
  msgid "Verification"
267
  msgstr "Ověření"
268
 
269
+ #: views/submission-form.php:120 views/submission-form-alt.php:135
270
  msgid "Upload an Image"
271
+ msgstr "Nahrajte obrázek"
272
 
273
+ #: views/submission-form.php:129 views/submission-form-alt.php:144
274
  msgid "Add another image"
275
+ msgstr "Přidejte další obrázek"
276
 
277
+ #: views/submission-form.php:151 views/submission-form-alt.php:166
278
  msgid "Human verification: leave this field empty."
279
  msgstr "Lidské ověření: ponechte toto pole prázdné."
280
 
281
+ #: views/submission-form.php:175 views/submission-form-alt.php:190
282
  msgid "Submit Post"
283
  msgstr "Odeslat příspěvek"
284
 
285
+ #: library/enqueue-scripts.php:122 library/enqueue-scripts.php:157
286
+ msgid "Incorrect response."
287
+ msgstr "Nesprávná odpověď."
288
+
289
  #: library/shortcode-misc.php:18
290
  msgid "Reset form"
291
+ msgstr "Resetovat formulář"
292
 
293
  #: library/shortcode-misc.php:128
294
  msgid "View full post"
295
  msgstr "Zobrazit celý příspěvek"
296
 
297
+ #: library/plugin-settings.php:31
298
+ msgid "Settings"
299
+ msgstr "Nastavení"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
300
 
301
+ #: library/plugin-settings.php:40
302
  msgid "Get USP Pro for unlimited forms!"
303
+ msgstr "Získejte USP Pro pro neomezené formuláře!"
304
 
305
+ #: library/plugin-settings.php:41
306
  msgid "Go Pro"
307
  msgstr "Staň se profesionálem"
308
 
309
+ #: library/plugin-settings.php:62 library/plugin-settings.php:1103
310
+ #: library/plugin-settings.php:1696
 
 
 
 
311
  msgid "Plugin Homepage"
312
+ msgstr "Domovská stránka pluginu"
313
 
314
+ #: library/plugin-settings.php:63
315
  msgid "Homepage"
316
  msgstr "Domovská stránka"
317
 
318
+ #: library/plugin-settings.php:68
319
  msgid "Give USP a 5-star rating at WordPress.org"
320
+ msgstr "Udělte USP 5 hvězdiček na WordPress.org"
321
 
322
+ #: library/plugin-settings.php:69
323
  msgid "Rate this plugin&nbsp;&raquo;"
324
  msgstr "Ohodnoťte tento plugin & nbsp; & raquo;"
325
 
326
+ #: library/plugin-settings.php:127
327
  msgid "WP Post (recommended)"
328
+ msgstr "WP Post (doporučeno)"
329
 
330
+ #: library/plugin-settings.php:131
331
  msgid "WP Page"
332
  msgstr "WP Page"
333
 
334
+ #: library/plugin-settings.php:147
335
  msgid "HTML5 Form + Default CSS"
336
  msgstr "Formulář HTML5 + výchozí CSS"
337
 
338
+ #: library/plugin-settings.php:147
339
  msgid "(Recommended)"
340
  msgstr "(Doporučeno)"
341
 
342
+ #: library/plugin-settings.php:151
343
  msgid "HTML5 Form + Disable CSS"
344
+ msgstr "Formulář HTML5 + Zakázat CSS"
345
 
346
+ #: library/plugin-settings.php:151
347
  msgid "(Provide your own styles)"
348
+ msgstr "(Poskytněte své vlastní styly)"
349
 
350
+ #: library/plugin-settings.php:155
351
  msgid "Custom Form + Custom CSS"
352
  msgstr "Vlastní formulář + vlastní CSS"
353
 
354
+ #: library/plugin-settings.php:155
355
  msgid "(Provide your own form template &amp; styles)"
356
+ msgstr "(Zadejte vlastní šablonu formuláře a styly)"
357
 
358
+ #: library/plugin-settings.php:171 library/plugin-settings.php:195
359
+ #: library/plugin-settings.php:218 library/plugin-settings.php:242
360
  msgid "Auto-display before post content"
361
+ msgstr "Automatické zobrazení před zveřejněním obsahu"
362
 
363
+ #: library/plugin-settings.php:175 library/plugin-settings.php:199
364
+ #: library/plugin-settings.php:222 library/plugin-settings.php:246
365
  msgid "Auto-display after post content"
366
+ msgstr "Automatické zobrazení po obsahu příspěvku"
367
 
368
+ #: library/plugin-settings.php:179
369
  msgid "Do not auto-display submitted images"
370
+ msgstr "Nezobrazovat odeslané obrázky automaticky"
371
 
372
+ #: library/plugin-settings.php:203
373
  msgid "Do not auto-display submitted email"
374
+ msgstr "Nezobrazovat odeslaný e-mail automaticky"
375
 
376
+ #: library/plugin-settings.php:226
377
  msgid "Do not auto-display submitted URL"
378
+ msgstr "Nezobrazovat odeslanou adresu URL automaticky"
379
 
380
+ #: library/plugin-settings.php:250
381
  msgid "Do not auto-display the Custom Field"
382
+ msgstr "Nezobrazujte automaticky vlastní pole"
383
 
384
+ #: library/plugin-settings.php:278 library/plugin-settings.php:310
385
+ #: library/plugin-settings.php:343 library/plugin-settings.php:375
386
+ msgid "Enable and require"
387
+ msgstr "Povolit a vyžadovat"
388
 
389
+ #: library/plugin-settings.php:279 library/plugin-settings.php:311
390
+ msgid "Enable but do not require"
391
+ msgstr "Povolit, ale nevyžadují"
392
 
393
+ #: library/plugin-settings.php:280 library/plugin-settings.php:312
394
+ #: library/plugin-settings.php:344 library/plugin-settings.php:376
395
  msgid "Disable this field"
396
+ msgstr "Zakázat toto pole"
397
 
398
+ #: library/plugin-settings.php:315 library/plugin-settings.php:347
399
+ #: library/plugin-settings.php:379 library/plugin-settings.php:411
400
  msgid "(Visit"
401
  msgstr "(Návštěva"
402
 
403
+ #: library/plugin-settings.php:316 library/plugin-settings.php:348
404
+ #: library/plugin-settings.php:380 library/plugin-settings.php:412
405
  msgid "to configure options)"
406
+ msgstr "konfigurovat možnosti)"
407
 
408
+ #: library/plugin-settings.php:331 library/plugin-settings.php:348
409
+ #: library/plugin-settings.php:1362 library/plugin-settings.php:1367
410
  msgid "Challenge Question"
411
  msgstr "Výzva Otázky"
412
 
413
+ #: library/plugin-settings.php:363 library/plugin-settings.php:380
414
+ #: library/plugin-settings.php:1384
415
  msgid "Google reCAPTCHA"
416
  msgstr "Google reCAPTCHA"
417
 
418
+ #: library/plugin-settings.php:395
419
  msgid "Post Images"
420
+ msgstr "Přidat obrázky"
421
 
422
+ #: library/plugin-settings.php:407
423
+ msgid "Enable"
424
+ msgstr "Umožnit"
425
 
426
+ #: library/plugin-settings.php:408
427
  msgid "Disable"
428
  msgstr "Zakázat"
429
 
430
+ #: library/plugin-settings.php:412 library/plugin-settings.php:1445
431
  msgid "Image Uploads"
432
  msgstr "Nahrávání obrázků"
433
 
434
+ #: library/plugin-settings.php:492
435
  msgid "Draft"
436
  msgstr "Návrh"
437
 
438
+ #: library/plugin-settings.php:493
439
  msgid "Pending (default)"
440
+ msgstr "Čeká se (výchozí)"
441
 
442
+ #: library/plugin-settings.php:494
443
  msgid "Publish immediately"
444
+ msgstr "Publikovat okamžitě"
445
 
446
+ #: library/plugin-settings.php:495
447
  msgid "Publish after 1 approved post"
448
  msgstr "Publikovat po 1 schváleném příspěvku"
449
 
450
+ #: library/plugin-settings.php:496
451
  msgid "Publish after "
452
+ msgstr "Publikovat po "
453
 
454
+ #: library/plugin-settings.php:496
455
  msgid " approved posts"
456
+ msgstr " schválené příspěvky"
457
+
458
+ #: library/plugin-settings.php:524
459
+ msgid "Select categories to display in the Category field."
460
+ msgstr "Vyberte kategorie, které chcete zobrazit v poli Kategorie."
461
 
462
+ #: library/plugin-settings.php:738
463
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
464
+ msgstr "Byla tam chyba. Ujistěte se, že jste přidali název, nějaký obsah a že jste nahráli pouze obrázky."
465
 
466
+ #: library/plugin-settings.php:752
467
  msgid "Please select your image(s) to upload."
468
+ msgstr "Vyberte prosím obrázky, které chcete nahrát."
469
 
470
+ #: library/plugin-settings.php:758
471
  msgid "Success! Thank you for your submission."
472
  msgstr "Úspěch! Děkujeme za vaše podání."
473
 
474
+ #: library/plugin-settings.php:784
475
  msgid "Email"
476
  msgstr "E-mailem"
477
 
478
+ #: library/plugin-settings.php:785
479
  msgid "URL"
480
  msgstr "URL"
481
 
482
+ #: library/plugin-settings.php:1058
483
  msgid "Toggle all panels"
484
+ msgstr "Přepnout všechny panely"
485
 
486
+ #: library/plugin-settings.php:1067
487
  msgid "We need your support!"
488
  msgstr "Potřebujeme vaši podporu!"
489
 
490
+ #: library/plugin-settings.php:1071
491
  msgid "Make a donation via PayPal"
492
+ msgstr "Udělejte dar přes PayPal"
493
 
494
+ #: library/plugin-settings.php:1071
495
  msgid "make a donation"
496
  msgstr "přispět"
497
 
498
+ #: library/plugin-settings.php:1071
499
  msgid "and/or"
500
  msgstr "a / nebo"
501
 
502
+ #: library/plugin-settings.php:1072
503
  msgid "Rate and review at the Plugin Directory"
504
+ msgstr "Ohodnoťte a zkontrolujte v adresáři Plugin"
505
 
506
+ #: library/plugin-settings.php:1073
507
  msgid "give this plugin a 5-star rating"
508
+ msgstr "přidělte tomuto pluginu hodnocení 5 hvězdiček"
509
 
510
+ #: library/plugin-settings.php:1077
511
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
512
  msgstr "Vaše velkorysá podpora umožňuje další vývoj tohoto bezplatného pluginu. Děkuji!"
513
 
514
+ #: library/plugin-settings.php:1082
515
  msgid "Check this box if you have shown support"
516
+ msgstr "Toto políčko zaškrtněte, pokud jste projevili podporu"
517
 
518
+ #: library/plugin-settings.php:1091
519
  msgid "Overview"
520
  msgstr "Přehled"
521
 
522
+ #: library/plugin-settings.php:1095
523
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
524
+ msgstr "umožňuje návštěvníkům odesílat příspěvky a nahrávat obrázky z front-endu vašeho webu. "
525
 
526
+ #: library/plugin-settings.php:1096
527
  msgid "For advanced functionality and unlimited forms, check out"
528
+ msgstr "Pro pokročilé funkce a neomezené formuláře, podívejte se"
529
 
530
+ #: library/plugin-settings.php:1096 library/plugin-settings.php:1503
531
  msgid "USP Pro"
532
  msgstr "USP Pro"
533
 
534
+ #: library/plugin-settings.php:1097
535
  msgid "&mdash; the ultimate solution for user-generated content."
536
+ msgstr "& mdash; dokonalé řešení pro obsah generovaný uživateli."
537
 
538
+ #: library/plugin-settings.php:1101 library/plugin-settings.php:1118
539
  msgid "Plugin Settings"
540
  msgstr "Nastavení pluginu"
541
 
542
+ #: library/plugin-settings.php:1102
543
  msgid "Display the form"
544
  msgstr "Zobrazit formulář"
545
 
546
+ #: library/plugin-settings.php:1106
547
  msgid "If you like this plugin, please"
548
  msgstr "Pokud se vám tento plugin líbí, prosím"
549
 
550
+ #: library/plugin-settings.php:1107
551
  msgid "THANK YOU for your support!"
552
  msgstr "Děkuji za vaší podporu!"
553
 
554
+ #: library/plugin-settings.php:1107
555
  msgid "give it a 5-star rating"
556
+ msgstr "přidělte mu hodnocení 5 hvězdičkami"
557
 
558
+ #: library/plugin-settings.php:1111
559
  msgid "Unlimited front-end forms"
560
+ msgstr "Neomezené front-end formuláře"
561
 
562
+ #: library/plugin-settings.php:1111
563
  msgid "Get USP Pro"
564
  msgstr "Získejte USP Pro"
565
 
566
+ #: library/plugin-settings.php:1121
567
  msgid "Configure your settings for User Submitted Posts."
568
+ msgstr "Nakonfigurujte nastavení pro příspěvky odeslané uživateli."
569
 
570
+ #: library/plugin-settings.php:1123
571
  msgid "Form Fields"
572
+ msgstr "Pole formuláře"
573
 
574
+ #: library/plugin-settings.php:1129
575
  msgid "User Name"
576
  msgstr "Uživatelské jméno"
577
 
578
+ #: library/plugin-settings.php:1130
579
  msgid "User Email"
580
+ msgstr "E-mail uživatele"
581
 
582
+ #: library/plugin-settings.php:1131
583
  msgid "User URL"
584
+ msgstr "URL uživatele"
585
 
586
+ #: library/plugin-settings.php:1146
587
  msgid "General Settings"
588
  msgstr "Obecné nastavení"
589
 
590
+ #: library/plugin-settings.php:1148
591
  msgid "Note that the default settings work fine for most cases."
592
+ msgstr "Výchozí nastavení funguje ve většině případů dobře."
593
 
594
+ #: library/plugin-settings.php:1153
595
  msgid "Form Style"
596
  msgstr "Styl formuláře"
597
 
598
+ #: library/plugin-settings.php:1158
599
  msgid "With this option, you can copy the plugin&rsquo;s default templates:"
600
+ msgstr "Pomocí této možnosti můžete zkopírovat výchozí šablony pluginu:"
601
 
602
+ #: library/plugin-settings.php:1163
603
  msgid "..and upload them into a directory named"
604
+ msgstr "..a nahrajte je do adresáře s názvem"
605
 
606
+ #: library/plugin-settings.php:1163
607
  msgid "in your theme:"
608
+ msgstr "ve vašem tématu:"
609
 
610
+ #: library/plugin-settings.php:1169
611
  msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
612
+ msgstr "To vám umožní přizpůsobit formulář a styly podle potřeby. Další informace naleznete v části \"Formulář pro vlastní podání\" v"
613
 
614
+ #: library/plugin-settings.php:1170
615
  msgid "Installation Docs"
616
  msgstr "Instalační dokumenty"
617
 
618
+ #: library/plugin-settings.php:1171
619
  msgid "FYI: here is a"
620
+ msgstr "FYI: tady je"
621
 
622
+ #: library/plugin-settings.php:1171
623
  msgid "list of USP CSS selectors"
624
+ msgstr "seznam selektorů USP CSS"
625
 
626
+ #: library/plugin-settings.php:1177
627
  msgid "Include JavaScript"
628
  msgstr "Zahrnout JavaScript"
629
 
630
+ #: library/plugin-settings.php:1179
631
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
632
+ msgstr "Toto políčko zaškrtněte, pokud chcete zahrnout externí soubory JavaScriptu (doporučeno)."
633
 
634
+ #: library/plugin-settings.php:1182
635
  msgid "Targeted Loading"
636
  msgstr "Cílené načítání"
637
 
638
+ #: library/plugin-settings.php:1184
639
+ msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages. Use commas to separate multiple URLs."
640
+ msgstr "Ve výchozím nastavení je externí CSS & amp; Soubory JavaScript se načítají na každou stránku. Zde můžete zadat adresu URL formuláře USP pro načtení zdrojů pouze na této stránce. Poznámka: Na všechny stránky nechte prázdné. K oddělení více adres URL použijte čárky."
641
 
642
+ #: library/plugin-settings.php:1187
643
  msgid "Post Type"
644
  msgstr "Typ příspěvku"
645
 
646
+ #: library/plugin-settings.php:1190
647
  msgid "Submit posts as WP Posts or Pages"
648
+ msgstr "Odeslat příspěvky jako příspěvky WP nebo stránky"
649
 
650
+ #: library/plugin-settings.php:1194
651
  msgid "Post Status"
652
+ msgstr "Post status"
653
 
654
+ #: library/plugin-settings.php:1197
655
  msgid "Post Status for submitted posts"
656
+ msgstr "Post status pro odeslané příspěvky"
657
 
658
+ #: library/plugin-settings.php:1201
659
  msgid "Redirect URL"
660
+ msgstr "Adresa URL přesměrování"
661
 
662
+ #: library/plugin-settings.php:1203
663
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
664
+ msgstr "Zadejte adresu URL pro přesměrování uživatele po odeslání. Nechte prázdné pro přesměrování zpět na aktuální stránku."
665
 
666
+ #: library/plugin-settings.php:1206
667
  msgid "Success Message"
668
+ msgstr "Zpráva o úspěchu"
669
 
670
+ #: library/plugin-settings.php:1208
671
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
672
+ msgstr "Zpráva o úspěchu, která se zobrazí, pokud je odeslání úspěšné. Základní označení je povoleno."
673
 
674
+ #: library/plugin-settings.php:1211
675
  msgid "Error Message"
676
  msgstr "Chybové hlášení"
677
 
678
+ #: library/plugin-settings.php:1213
679
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
680
+ msgstr "Obecná chybová zpráva, která se zobrazí, pokud se po odeslání nezdaří. Základní označení je povoleno."
681
 
682
+ #: library/plugin-settings.php:1216
683
  msgid "Custom Content"
684
  msgstr "Vlastní obsah"
685
 
686
+ #: library/plugin-settings.php:1218
687
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
688
+ msgstr "Vlastní text / označení, které bude zahrnuto před formulářem pro odeslání. Chcete-li ji deaktivovat, ponechte prázdné."
689
 
690
+ #: library/plugin-settings.php:1221
691
  msgid "Rich Text Editor"
692
+ msgstr "Editor RTF"
693
 
694
+ #: library/plugin-settings.php:1223
695
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
696
+ msgstr "Toto políčko zaškrtněte, pokud chcete povolit úpravy formátovaného textu WP pro odeslané příspěvky."
697
 
698
+ #: library/plugin-settings.php:1226
699
  msgid "Unique Titles"
700
+ msgstr "Unikátní tituly"
701
 
702
+ #: library/plugin-settings.php:1228
703
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
704
+ msgstr "Vyžadovat, aby byly zadané názvy příspěvků jedinečné (užitečné pro zamezení vícenásobných / duplikovaných odeslaných příspěvků)"
705
 
706
+ #: library/plugin-settings.php:1231
707
  msgid "Disable Required"
708
+ msgstr "Zakázat požadované"
709
 
710
+ #: library/plugin-settings.php:1233
711
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
712
+ msgstr "Zakažte všechny povinné atributy ve výchozích polích formuláře (užitečné pro odstraňování chybových zpráv)."
713
 
714
+ #: library/plugin-settings.php:1236
715
  msgid "Enable Shortcodes"
716
  msgstr "Povolit krátké kódy"
717
 
718
+ #: library/plugin-settings.php:1238
719
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
720
+ msgstr "Povolit krátké kódy v widgetech. Ve výchozím WordPress nepovoluje krátké kódy v widgetech. "
721
 
722
+ #: library/plugin-settings.php:1239
723
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
724
+ msgstr "Toto nastavení umožňuje libovolné / všechny krátké kódy v widgetech (i krátké kódy z jiných pluginů)."
725
 
726
+ #: library/plugin-settings.php:1244
727
+ msgid "Privacy"
728
+ msgstr "Soukromí"
729
 
730
+ #: library/plugin-settings.php:1249
731
  msgid "Disable IP Tracking"
732
  msgstr "Zakázat sledování IP"
733
 
734
+ #: library/plugin-settings.php:1251
735
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
736
+ msgstr "Ve výchozím nastavení USP zaznamenává IP adresu s každým odeslaným příspěvkem. Zaškrtnutím tohoto políčka zakážete veškeré sledování IP."
737
 
738
+ #: library/plugin-settings.php:1255
739
  msgid "Display Checkbox"
740
+ msgstr "Zaškrtněte políčko"
741
 
742
+ #: library/plugin-settings.php:1257
743
  msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
744
+ msgstr "Ve formuláři zobrazte vlastní zaškrtávací políčko (užitečné pro GDPR, souhlas s podmínkami atd.)"
745
 
746
+ #: library/plugin-settings.php:1260
747
  msgid "Checkbox Name"
748
+ msgstr "Název zaškrtávacího políčka"
749
 
750
+ #: library/plugin-settings.php:1262 library/plugin-settings.php:1352
751
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
752
+ msgstr "Používejte pouze alfanumerické, podtržítka a pomlčky. Pokud si nejste jisti, použijte výchozí název:"
753
 
754
+ #: library/plugin-settings.php:1265
755
  msgid "Checkbox Error"
756
+ msgstr "Zaškrtávací políčko Chyba"
757
 
758
+ #: library/plugin-settings.php:1267
759
  msgid "Error message displayed if user does not check the box."
760
+ msgstr "Pokud uživatel políčko nezaškrtne, zobrazí se chybová zpráva."
761
 
762
+ #: library/plugin-settings.php:1270
763
  msgid "Checkbox Text"
764
+ msgstr "Zaškrtávací políčko Text"
765
 
766
+ #: library/plugin-settings.php:1272
767
  msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
768
+ msgstr "Text se zobrazí vedle zaškrtávacího políčka. Tip: použijte složené závorky pro výstup úhlových závorek, například:"
769
 
770
+ #: library/plugin-settings.php:1277 library/plugin-settings.php:1282
771
  msgid "Categories"
772
  msgstr "Kategorie"
773
 
774
+ #: library/plugin-settings.php:1285
775
+ msgid "Click to view/select categories"
776
+ msgstr "Klepnutím zobrazíte / vyberete kategorie"
777
 
778
+ #: library/plugin-settings.php:1293
779
+ msgid "Multiple Categories"
780
+ msgstr "Více kategorií"
781
+
782
+ #: library/plugin-settings.php:1295
783
+ msgid "Enable users to select multiple categories."
784
+ msgstr "Umožněte uživatelům vybrat více kategorií."
785
+
786
+ #: library/plugin-settings.php:1298
787
  msgid "Hidden/Default Category"
788
  msgstr "Skrytá / výchozí kategorie"
789
 
790
+ #: library/plugin-settings.php:1300
791
+ msgid "Use a hidden field for the post category. This hides the category field and sets its value via the next option."
792
+ msgstr "Pro kategorii příspěvku použijte skryté pole. Tím se skryje pole kategorie a nastaví se jeho hodnota pomocí další možnosti."
793
 
794
+ #: library/plugin-settings.php:1303
795
  msgid "Category ID for Hidden Field"
796
  msgstr "ID kategorie pro skryté pole"
797
 
798
+ #: library/plugin-settings.php:1305
799
+ msgid "Specify category ID(s) to use for &ldquo;Hidden/Default Category&rdquo;. Separate multiple IDs with a comma."
800
+ msgstr "Zadejte ID kategorie, které chcete použít pro & ldquo; skrytou / výchozí kategorii & rdquo ;. Oddělte více ID čárkami."
801
 
802
+ #: library/plugin-settings.php:1310
803
  msgid "Users"
804
  msgstr "Uživatelé"
805
 
806
+ #: library/plugin-settings.php:1315
807
  msgid "Assigned Author"
808
  msgstr "Přiřazený autor"
809
 
810
+ #: library/plugin-settings.php:1318
811
  msgid "Specify the user that should be assigned as author for submitted posts."
812
+ msgstr "Určete uživatele, který být přiřazen jako autor pro odeslané příspěvky."
813
 
814
+ #: library/plugin-settings.php:1322
815
  msgid "Registered Username"
816
  msgstr "Registrované uživatelské jméno"
817
 
818
+ #: library/plugin-settings.php:1324
819
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
820
+ msgstr "Jako post-autor použijte registrované uživatelské jméno. Platí, když je osoba odesílající formulář přihlášena do WordPress."
821
 
822
+ #: library/plugin-settings.php:1327
823
  msgid "User Profile URL"
824
  msgstr "Adresa URL profilu uživatele"
825
 
826
+ #: library/plugin-settings.php:1329
827
  msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
828
+ msgstr "Jako hodnotu pole URL použijte adresu URL registrovaného uživatele. Platí, když je osoba odesílající formulář přihlášena do WordPress."
829
 
830
+ #: library/plugin-settings.php:1332
831
  msgid "Require User Login"
832
+ msgstr "Vyžadovat přihlášení uživatele"
833
 
834
+ #: library/plugin-settings.php:1334
835
  msgid "Require users to be logged in to WordPress to view/submit the form"
836
+ msgstr "Vyžadujte od uživatelů, aby byli přihlášeni do WordPress, aby mohli zobrazit / odeslat formulář"
837
 
838
+ #: library/plugin-settings.php:1337
839
  msgid "Disable Replace Author"
840
+ msgstr "Zakázat nahrazení autora"
841
 
842
+ #: library/plugin-settings.php:1339
843
  msgid "Do not replace post author with submitted user name"
844
+ msgstr "Nenahrazujte autora příspěvku zadaným uživatelským jménem"
845
 
846
+ #: library/plugin-settings.php:1345
847
  msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
848
+ msgstr "Zde můžete změnit název a štítek použitý ve Vlastním poli. Toto pole můžete povolit pomocí nastavení Form Fields, výše."
849
 
850
+ #: library/plugin-settings.php:1350
851
  msgid "Custom Field Name"
852
  msgstr "Název vlastního pole"
853
 
854
+ #: library/plugin-settings.php:1355
855
  msgid "Custom Field Label"
856
+ msgstr "Vlastní označení pole"
857
 
858
+ #: library/plugin-settings.php:1357
859
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
860
+ msgstr "Zobrazí se jako označení pole ve formuláři. Výchozí: Vlastní pole"
861
 
862
+ #: library/plugin-settings.php:1369
863
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
864
+ msgstr "Chcete-li zabránit spamu, zadejte otázku, na kterou musí uživatelé odpovědět před odesláním formuláře."
865
 
866
+ #: library/plugin-settings.php:1372
867
  msgid "Challenge Response"
868
+ msgstr "Odpověď na výzvu"
869
 
870
+ #: library/plugin-settings.php:1374
871
  msgid "Enter the *only* correct answer to the challenge question."
872
+ msgstr "Zadejte * pouze * správnou odpověď na výzvu."
873
 
874
+ #: library/plugin-settings.php:1377
875
  msgid "Case-sensitivity"
876
+ msgstr "Rozlišování malých a velkých písmen"
877
 
878
+ #: library/plugin-settings.php:1379
879
  msgid "Check this box if you want the challenge response to be case-sensitive."
880
+ msgstr "Zaškrtněte toto políčko, pokud chcete, aby odpověď na výzvu zohledňovala malá a velká písmena."
881
 
882
+ #: library/plugin-settings.php:1385
883
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
884
+ msgstr "Chcete-li aktivovat Google reCAPTCHA, zadejte své veřejné a soukromé klíče."
885
 
886
+ #: library/plugin-settings.php:1390
887
  msgid "Public Key"
888
  msgstr "Veřejný klíč"
889
 
890
+ #: library/plugin-settings.php:1392
891
  msgid "Enter your Public Key"
892
+ msgstr "Zadejte svůj veřejný klíč"
893
 
894
+ #: library/plugin-settings.php:1395
895
  msgid "Private Key"
896
  msgstr "Soukromý klíč"
897
 
898
+ #: library/plugin-settings.php:1397
899
  msgid "Enter your Private Key"
900
  msgstr "Zadejte svůj soukromý klíč"
901
 
902
+ #: library/plugin-settings.php:1402
903
  msgid "Email Alerts"
904
+ msgstr "E-mailová upozornění"
905
 
906
+ #: library/plugin-settings.php:1407
907
  msgid "Receive Email Alert"
908
+ msgstr "Dostávat upozornění e-mailem"
909
 
910
+ #: library/plugin-settings.php:1409
911
  msgid "Check this box if you want to be notified via email for new post submissions."
912
+ msgstr "Toto políčko zaškrtněte, pokud chcete být e-mailem informováni o nových příspěvcích."
913
 
914
+ #: library/plugin-settings.php:1412
915
  msgid "Enable HTML Format"
916
  msgstr "Povolit formát HTML"
917
 
918
+ #: library/plugin-settings.php:1414
919
  msgid "Check this box to enable HTML format for email alerts."
920
+ msgstr "Zaškrtnutím tohoto políčka povolíte formát HTML pro e-mailová upozornění."
921
 
922
+ #: library/plugin-settings.php:1417
923
  msgid "Email Address for Alerts"
924
+ msgstr "E-mailová adresa pro upozornění"
925
 
926
+ #: library/plugin-settings.php:1419
927
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
928
+ msgstr "Pokud jste zaškrtli políčko pro příjem e-mailových upozornění, uveďte zde adresu, na kterou mají být e-maily zasílány."
929
 
930
+ #: library/plugin-settings.php:1420
931
  msgid "Multiple recipients may be included using a comma, like so:"
932
+ msgstr "Pomocí čárky může být zahrnuto více příjemců, například:"
933
 
934
+ #: library/plugin-settings.php:1423
935
  msgid "Email &ldquo;From&rdquo; Address"
936
+ msgstr "E-mail od & rdquo; Adresa"
937
 
938
+ #: library/plugin-settings.php:1425
939
  msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
940
+ msgstr "Zde můžete přizpůsobit adresu (adresy) použitou pro & ldquo; From & rdquo; záhlaví (informace naleznete v častých dotazech pro plugin). "
941
 
942
+ #: library/plugin-settings.php:1426
943
  msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
944
+ msgstr "Pokud je v předchozím nastavení zadáno více adres, zadejte stejný počet & ldquo; From & rdquo; adresy pro toto nastavení (ve stejném pořadí)."
945
 
946
+ #: library/plugin-settings.php:1429
947
  msgid "Email Alert Subject"
948
+ msgstr "Předmět upozornění e-mailem"
949
 
950
+ #: library/plugin-settings.php:1431
951
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
952
+ msgstr "Řádek předmětu pro e-mailová upozornění. Chcete-li použít výchozí předmět, ponechte pole prázdné. Poznámka: můžete použít následující proměnné: "
953
 
954
+ #: library/plugin-settings.php:1436
955
  msgid "Email Alert Message"
956
+ msgstr "Zpráva s upozorněním e-mailem"
957
 
958
+ #: library/plugin-settings.php:1438
959
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
960
+ msgstr "Zpráva pro e-mailová upozornění. Chcete-li použít výchozí zprávu, ponechte pole prázdné. Poznámka: můžete použít následující proměnné: "
961
 
962
+ #: library/plugin-settings.php:1450
963
  msgid "Featured Image"
964
+ msgstr "Hlavní obrázek"
965
 
966
+ #: library/plugin-settings.php:1452
967
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
968
+ msgstr "Nastavit odeslané obrázky jako Doporučené obrázky. Vyžaduje motivovou podporu pro Doporučené obrázky (aka Post Thumbnails)."
969
 
970
+ #: library/plugin-settings.php:1455
971
  msgid "Upload Message"
972
+ msgstr "Nahrajte zprávu"
973
 
974
+ #: library/plugin-settings.php:1457
975
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
976
+ msgstr "Zpráva, která se zobrazí vedle pole pro odeslání. Užitečné pro upřesnění pokynů / zásad pro nahrávání / atd. Základní značení povoleno."
977
 
978
+ #: library/plugin-settings.php:1460
979
  msgid "&ldquo;Add another image&rdquo; link"
980
  msgstr "& ldquo; Přidat další obrázek & rdquo; odkaz"
981
 
982
+ #: library/plugin-settings.php:1462
983
  msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
984
+ msgstr "Vlastní označení pro & ldquo; Přidat další obrázek & rdquo; odkaz. Chcete-li použít výchozí označení, ponechte prázdné."
985
 
986
+ #: library/plugin-settings.php:1465
987
  msgid "Minimum number of images"
988
+ msgstr "Minimální počet obrázků"
989
 
990
+ #: library/plugin-settings.php:1468
991
  msgid "Specify the minimum number of images."
992
+ msgstr "Zadejte minimální počet obrázků."
993
 
994
+ #: library/plugin-settings.php:1472
995
  msgid "Maximum number of images"
996
+ msgstr "Maximální počet obrázků"
997
 
998
+ #: library/plugin-settings.php:1475
999
  msgid "Specify the maximum number of images."
1000
+ msgstr "Určete maximální počet obrázků."
1001
 
1002
+ #: library/plugin-settings.php:1479
1003
  msgid "Minimum image width"
1004
+ msgstr "Minimální šířka obrázku"
1005
 
1006
+ #: library/plugin-settings.php:1481
1007
  msgid "Specify a minimum width (in pixels) for uploaded images."
1008
+ msgstr "Zadejte minimální šířku (v pixelech) pro nahrané obrázky."
1009
 
1010
+ #: library/plugin-settings.php:1484
1011
  msgid "Minimum image height"
1012
+ msgstr "Minimální výška obrázku"
1013
 
1014
+ #: library/plugin-settings.php:1486
1015
  msgid "Specify a minimum height (in pixels) for uploaded images."
1016
+ msgstr "Zadejte minimální výšku (v pixelech) pro nahrané obrázky."
1017
 
1018
+ #: library/plugin-settings.php:1489
1019
  msgid "Maximum image width"
1020
  msgstr "Maximální šířka obrázku"
1021
 
1022
+ #: library/plugin-settings.php:1491
1023
  msgid "Specify a maximum width (in pixels) for uploaded images."
1024
  msgstr "Zadejte maximální šířku (v pixelech) pro nahrané obrázky."
1025
 
1026
+ #: library/plugin-settings.php:1494
1027
  msgid "Maximum image height"
1028
+ msgstr "Maximální výška obrázku"
1029
 
1030
+ #: library/plugin-settings.php:1496
1031
  msgid "Specify a maximum height (in pixels) for uploaded images."
1032
+ msgstr "Zadejte maximální výšku (v pixelech) pro nahrané obrázky."
1033
 
1034
+ #: library/plugin-settings.php:1499
1035
  msgid "More Options"
1036
  msgstr "Více možností"
1037
 
1038
+ #: library/plugin-settings.php:1502
1039
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
1040
+ msgstr "Další možnosti, například možnost nahrát další typy souborů (například PDF, Word, Zip, videa atd.)"
1041
 
1042
+ #: library/plugin-settings.php:1503
1043
  msgid "Go Pro!"
1044
  msgstr "Staň se profesionálem!"
1045
 
1046
+ #: library/plugin-settings.php:1510
1047
  msgid "Auto-Display Content"
1048
+ msgstr "Obsah automatického zobrazení"
1049
 
1050
+ #: library/plugin-settings.php:1515
1051
  msgid "Auto-Display Images"
1052
  msgstr "Automatické zobrazení obrázků"
1053
 
1054
+ #: library/plugin-settings.php:1517
1055
  msgid "Auto-display user-submitted images:"
1056
+ msgstr "Automatické zobrazení obrázků odeslaných uživatelem:"
1057
 
1058
+ #: library/plugin-settings.php:1522
1059
  msgid "Image Markup"
1060
+ msgstr "Image Markup"
1061
 
1062
+ #: library/plugin-settings.php:1524
1063
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1064
+ msgstr "Označení, které se použít pro každý odeslaný obrázek (je-li povoleno automatické zobrazení). Může použít"
1065
 
1066
+ #: library/plugin-settings.php:1526 library/plugin-settings.php:1539
1067
+ #: library/plugin-settings.php:1552 library/plugin-settings.php:1565
1068
  msgid "and"
1069
  msgstr "a"
1070
 
1071
+ #: library/plugin-settings.php:1529
1072
  msgid "Auto-Display Email"
1073
+ msgstr "Automatické zobrazení e-mailu"
1074
 
1075
+ #: library/plugin-settings.php:1531
1076
  msgid "Auto-display user-submitted email:"
1077
+ msgstr "Automaticky zobrazit e-mail odeslaný uživatelem:"
1078
 
1079
+ #: library/plugin-settings.php:1536
1080
  msgid "Email Markup"
1081
+ msgstr "Označení e-mailem"
1082
 
1083
+ #: library/plugin-settings.php:1538
1084
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1085
+ msgstr "Označení, které se použít pro zadanou e-mailovou adresu (je-li povoleno automatické zobrazení). Může použít"
1086
 
1087
+ #: library/plugin-settings.php:1542
1088
  msgid "Auto-Display URL"
1089
+ msgstr "Adresa URL pro automatické zobrazení"
1090
 
1091
+ #: library/plugin-settings.php:1544
1092
  msgid "Auto-display user-submitted URL:"
1093
+ msgstr "Automaticky zobrazit adresu URL zadanou uživatelem:"
1094
 
1095
+ #: library/plugin-settings.php:1549
1096
  msgid "URL Markup"
1097
+ msgstr "Označení adresy URL"
1098
 
1099
+ #: library/plugin-settings.php:1551
1100
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1101
+ msgstr "Značka, která se použít pro zadanou adresu URL (je-li povoleno automatické zobrazení). Může použít"
1102
 
1103
+ #: library/plugin-settings.php:1555
1104
  msgid "Auto-Display Custom Field"
1105
+ msgstr "Automatické zobrazení vlastního pole"
1106
 
1107
+ #: library/plugin-settings.php:1557
1108
  msgid "Auto-display user-submitted Custom Field:"
1109
+ msgstr "Automatické zobrazení uživatelského pole zadaného uživatelem:"
1110
 
1111
+ #: library/plugin-settings.php:1562
1112
  msgid "Custom Field Markup"
1113
+ msgstr "Vlastní označení pole"
1114
 
1115
+ #: library/plugin-settings.php:1564
1116
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1117
+ msgstr "Označení, které se použít pro odeslané vlastní pole (pokud je povoleno automatické zobrazení). Může použít"
1118
 
1119
+ #: library/plugin-settings.php:1570 library/plugin-settings.php:1682
1120
  msgid "Save Settings"
1121
  msgstr "Uložit nastavení"
1122
 
1123
+ #: library/plugin-settings.php:1575
1124
  msgid "Display the Form"
1125
  msgstr "Zobrazit formulář"
1126
 
1127
+ #: library/plugin-settings.php:1578
1128
  msgid "Post-Submit Form"
1129
  msgstr "Formulář po odeslání"
1130
 
1131
+ #: library/plugin-settings.php:1579
1132
  msgid "USP enables you to display a post-submission form anywhere on your site."
1133
+ msgstr "USP vám umožňuje zobrazit formulář po odeslání kdekoli na vašem webu."
1134
 
1135
+ #: library/plugin-settings.php:1580 library/plugin-settings.php:1589
1136
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1137
+ msgstr "Pomocí krátkého kódu zobrazíte formulář na libovolném příspěvku nebo stránce WP:"
1138
 
1139
+ #: library/plugin-settings.php:1583 library/plugin-settings.php:1592
1140
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1141
+ msgstr "Nebo pomocí značky šablony zobrazte formulář kdekoli v tematické šabloně:"
1142
 
1143
+ #: library/plugin-settings.php:1587
1144
  msgid "Login/Register Form"
1145
+ msgstr "Přihlašovací / registrační formulář"
1146
 
1147
+ #: library/plugin-settings.php:1588
1148
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1149
+ msgstr "Můžete také zobrazit formulář, který umožňuje uživatelům přihlásit se, registrovat nebo resetovat své heslo."
1150
 
1151
+ #: library/plugin-settings.php:1596
1152
  msgid "Display Submitted Posts"
1153
+ msgstr "Zobrazit odeslané příspěvky"
1154
 
1155
+ #: library/plugin-settings.php:1597
1156
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1157
+ msgstr "Pomocí tohoto krátkého kódu zobrazíte seznam odeslaných příspěvků na libovolném příspěvku nebo stránce WP:"
1158
 
1159
+ #: library/plugin-settings.php:1600
1160
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1161
+ msgstr "Nebo použijte značku šablony k zobrazení seznamu odeslaných příspěvků kdekoli v tematické šabloně:"
1162
 
1163
+ #: library/plugin-settings.php:1603
1164
  msgid "Here are some examples showing how to configure this shortcode:"
1165
+ msgstr "Zde je několik příkladů, jak konfigurovat tento zkratkový kód:"
1166
 
1167
+ #: library/plugin-settings.php:1611
1168
  msgid "Display Image Gallery"
1169
+ msgstr "Zobrazit galerii obrázků"
1170
 
1171
+ #: library/plugin-settings.php:1612
1172
  msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
1173
+ msgstr "Pomocí tohoto krátkého kódu zobrazíte galerii nahraných obrázků pro každý odeslaný příspěvek:"
1174
 
1175
+ #: library/plugin-settings.php:1615
1176
  msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
1177
+ msgstr "Nebo použijte značku šablony k zobrazení galerie obrázků kdekoli v tematické šabloně:"
1178
 
1179
+ #: library/plugin-settings.php:1618
1180
  msgid "You can customize using any of the follwing attributes:"
1181
+ msgstr "Můžete si přizpůsobit pomocí některého z následujících atributů:"
1182
 
1183
+ #: library/plugin-settings.php:1633
1184
  msgid "Reset Form Button"
1185
+ msgstr "Tlačítko Reset formuláře"
1186
 
1187
+ #: library/plugin-settings.php:1634
1188
  msgid "This shortcode displays a link that resets the form to its original state:"
1189
+ msgstr "Tento zkratkový kód zobrazuje odkaz, který obnoví původní stav formuláře:"
1190
 
1191
+ #: library/plugin-settings.php:1637
1192
  msgid "This shortcode accepts the following attributes:"
1193
+ msgstr "Tento zkratkový kód přijímá následující atributy:"
1194
 
1195
+ #: library/plugin-settings.php:1643
1196
  msgid "Note that the url attribute accepts"
1197
+ msgstr "Atribut url přijímá"
1198
 
1199
+ #: library/plugin-settings.php:1643
1200
  msgid "to get the current URL."
1201
+ msgstr "získat aktuální URL."
1202
 
1203
+ #: library/plugin-settings.php:1646
1204
  msgid "Access Control"
1205
  msgstr "Řízení přístupu"
1206
 
1207
+ #: library/plugin-settings.php:1647
1208
  msgid "USP provides three shortcodes to control access and restrict content."
1209
+ msgstr "USP poskytuje tři krátké kódy pro řízení přístupu a omezení obsahu."
1210
 
1211
+ #: library/plugin-settings.php:1648
1212
  msgid "Display content only to users with a specific capability:"
1213
+ msgstr "Zobrazit obsah pouze uživatelům se specifickou schopností:"
1214
 
1215
+ #: library/plugin-settings.php:1651
1216
  msgid "Display content to logged-in users:"
1217
+ msgstr "Zobrazit obsah přihlášeným uživatelům:"
1218
 
1219
+ #: library/plugin-settings.php:1654
1220
  msgid "Display content to visitors only:"
1221
+ msgstr "Zobrazit obsah pouze pro návštěvníky:"
1222
 
1223
+ #: library/plugin-settings.php:1657
1224
  msgid "Tip:"
1225
  msgstr "Tip:"
1226
 
1227
+ #: library/plugin-settings.php:1657
1228
  msgid "to include markup in the deny message, you can use"
1229
+ msgstr "Chcete-li zahrnout označení do odepřené zprávy, můžete použít"
1230
 
1231
+ #: library/plugin-settings.php:1657
1232
  msgid "to output"
1233
+ msgstr "na výstup"
1234
 
1235
+ #: library/plugin-settings.php:1660
1236
  msgid "Example"
1237
  msgstr "Příklad"
1238
 
1239
+ #: library/plugin-settings.php:1661
1240
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1241
  msgstr "Pokud je uživatel přihlášen, zobrazte formulář po odeslání; nebo pokud uživatel není přihlášen, zobrazte přihlašovací formulář:"
1242
 
1243
+ #: library/plugin-settings.php:1673
1244
  msgid "Restore Defaults"
1245
  msgstr "Obnovit výchozí nastavení"
1246
 
1247
+ #: library/plugin-settings.php:1676
1248
  msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1249
+ msgstr "Chcete-li si zapamatovat svá nastavení, ponechte tuto možnost vypnutou. Nebo pokračujte a obnovte výchozí možnosti pluginu: zaškrtněte políčko, uložte nastavení a pak plugin deaktivujte / znovu aktivujte."
1250
 
1251
+ #: library/plugin-settings.php:1680
1252
  msgid "Restore default options upon plugin deactivation/reactivation."
1253
+ msgstr "Obnovit výchozí možnosti po deaktivaci / reaktivaci pluginu."
1254
 
1255
+ #: library/plugin-settings.php:1687
1256
  msgid "Show Support"
1257
  msgstr "Zobrazit podporu"
1258
 
1259
+ #: library/plugin-settings.php:1696
1260
  msgid "by"
1261
  msgstr "podle"
1262
 
1263
+ #: library/plugin-settings.php:1697
1264
  msgid "Jeff Starr on Twitter"
1265
  msgstr "Jeff Starr na Twitteru"
1266
 
1267
+ #: library/plugin-settings.php:1698
1268
  msgid "Obsessive Web Design &amp; Development"
1269
  msgstr "Obsessive Web Design & amp; Rozvoj"
1270
 
1271
+ #: library/plugin-settings.php:1709
1272
  msgid "Save Preference"
1273
  msgstr "Uložit předvolbu"
1274
 
1275
+ #: library/plugin-settings.php:1716
1276
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1277
+ msgstr "Opravdu chcete obnovit všechny výchozí možnosti? (tuto akci nelze vrátit zpět)"
1278
+
1279
+ #: library/support-panel.php:55
1280
+ msgid "Perishable Press Books"
1281
+ msgstr "Zničitelné tiskové knihy"
1282
+
1283
+ #: library/support-panel.php:56
1284
+ msgid "Plugin Planet"
1285
+ msgstr "Plugin Planet"
1286
+
1287
+ #: library/support-panel.php:57
1288
+ msgid "Donate via PayPal"
1289
+ msgstr "Darujte přes PayPal"
1290
+
1291
+ #: library/support-panel.php:59
1292
+ msgid "books"
1293
+ msgstr "knihy"
1294
+
1295
+ #: library/support-panel.php:60
1296
+ msgid "plugins"
1297
+ msgstr "pluginy"
1298
+
1299
+ #: library/support-panel.php:61
1300
+ msgid "donation"
1301
+ msgstr "dar"
1302
+
1303
+ #: library/support-panel.php:63
1304
+ msgid "Thank you for using"
1305
+ msgstr "Děkujeme za použití"
1306
+
1307
+ #: library/support-panel.php:64
1308
+ msgid "Please show support by purchasing one of my"
1309
+ msgstr "Ukažte podporu zakoupením jednoho z mých"
1310
+
1311
+ #: library/support-panel.php:65
1312
+ msgid "or"
1313
+ msgstr "nebo"
1314
+
1315
+ #: library/support-panel.php:65
1316
+ msgid "or by making a"
1317
+ msgstr "nebo vytvořením"
1318
+
1319
+ #: library/support-panel.php:66
1320
+ msgid "Your generous support helps future development of"
1321
+ msgstr "Vaše velkorysá podpora pomáhá budoucímu rozvoji"
1322
+
1323
+ #: library/support-panel.php:67
1324
+ msgid "and is greatly appreciated."
1325
+ msgstr "a je velmi ceněn."
1326
+
1327
+ #: library/support-panel.php:69
1328
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1329
+ msgstr "Jakákoli velikost příspěvku mi pomáhá pokračovat ve vývoji tohoto bezplatného pluginu a dalších úžasných zdrojů WordPress."
1330
 
1331
  #. Description of the plugin
1332
  #:
1333
  msgid "Enables your visitors to submit posts and images from anywhere on your site."
1334
+ msgstr "Umožňuje návštěvníkům odesílat příspěvky a obrázky odkudkoli na vašem webu."
1335
 
1336
  #. URI of the plugin
1337
  #:
1338
  msgid "https://perishablepress.com/user-submitted-posts/"
1339
+ msgstr "https://perishablepress.com/user-submiss-posts/"
1340
 
1341
  #. Author of the plugin
1342
  #:
languages/usp-de_DE.mo CHANGED
Binary file
languages/usp-de_DE.po CHANGED
@@ -4,282 +4,287 @@ msgstr ""
4
  "Content-Type: text/plain; charset=UTF-8\n"
5
  "Content-Transfer-Encoding: 8bit\n"
6
  "X-Generator: POEditor.com\n"
7
- "Project-Id-Version: USP 2018 Nov\n"
8
  "Language: de\n"
9
 
10
  #. Name of the plugin
11
  #: user-submitted-posts.php:44 library/support-panel.php:5
12
  msgid "User Submitted Posts"
13
- msgstr "Vom Nutzer übermittelte Beiträge"
14
 
15
- #: user-submitted-posts.php:81
16
  msgid "requires WordPress "
17
- msgstr "erfordert WordPress"
18
 
19
- #: user-submitted-posts.php:82
20
  msgid " or higher, and has been deactivated! "
21
- msgstr " oder höher und wurde deaktiviert!"
22
 
23
- #: user-submitted-posts.php:83
24
  msgid "Please return to the"
25
- msgstr "Bitte kehren Sie zum zurück"
26
 
27
- #: user-submitted-posts.php:84
28
  msgid "WordPress Admin Area"
29
- msgstr "WordPress-Admin-Bereich"
30
 
31
- #: user-submitted-posts.php:85
32
  msgid "to upgrade WordPress and try again."
33
- msgstr "Aktualisieren Sie WordPress und versuchen Sie es erneut."
34
 
35
- #: user-submitted-posts.php:125
36
  msgid "User Submitted Post"
37
- msgstr "Vom Benutzer gesendeter Beitrag"
38
 
39
- #: user-submitted-posts.php:433
40
  msgid "User Submitted Post Info"
41
- msgstr "Vom Benutzer übermittelte Beitragsinformationen"
42
 
43
- #: user-submitted-posts.php:463
44
  msgid "Submitter Name: "
45
- msgstr "Name des Absenders:"
46
 
47
- #: user-submitted-posts.php:464
48
  msgid "Submitter Email: "
49
- msgstr "Absender E-Mail:"
50
 
51
- #: user-submitted-posts.php:465
52
  msgid "Submitter URL: "
53
- msgstr "URL des Absenders:"
54
 
55
- #: user-submitted-posts.php:466
56
  msgid "Submitter IP: "
57
- msgstr "Absender IP:"
58
 
59
- #: user-submitted-posts.php:517
60
  msgid "Show USP Posts"
61
- msgstr "USP-Beiträge anzeigen"
62
 
63
- #: user-submitted-posts.php:518 library/plugin-settings.php:999
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
- #: user-submitted-posts.php:1301
68
  msgid " files required"
69
  msgstr " Dateien erforderlich"
70
 
71
- #: user-submitted-posts.php:1302
72
  msgid " file required"
73
  msgstr " Datei erforderlich"
74
 
75
- #: user-submitted-posts.php:1304
76
  msgid " files"
77
  msgstr " Dateien"
78
 
79
- #: user-submitted-posts.php:1305
80
  msgid " file"
81
  msgstr " Datei"
82
 
83
- #: user-submitted-posts.php:1307 user-submitted-posts.php:1308
84
- #: user-submitted-posts.php:1309 user-submitted-posts.php:1310
85
  msgid " pixels"
86
  msgstr " Pixel"
87
 
88
- #: user-submitted-posts.php:1312 library/core-functions.php:215
89
- #: library/plugin-settings.php:290 library/plugin-settings.php:309
90
- #: library/plugin-settings.php:711 library/plugin-settings.php:1243
91
  msgid "Custom Field"
92
  msgstr "Benutzerdefinierte Feld"
93
 
94
- #: user-submitted-posts.php:1314
95
  msgid "Custom checkbox required"
96
  msgstr "Benutzerdefiniertes Kontrollkästchen erforderlich"
97
 
98
- #: user-submitted-posts.php:1317
99
  msgid "An error occurred. Please go back and try again."
100
  msgstr "Ein Fehler ist aufgetreten. Bitte gehen Sie zurück und versuchen Sie es erneut."
101
 
102
- #: user-submitted-posts.php:1327
103
  msgid "User login required"
104
  msgstr "Benutzeranmeldung erforderlich"
105
 
106
- #: user-submitted-posts.php:1328
107
  msgid "User name required"
108
  msgstr "Benutzername erforderlich"
109
 
110
- #: user-submitted-posts.php:1329
111
  msgid "Post title required"
112
  msgstr "Beitragstitel erforderlich"
113
 
114
- #: user-submitted-posts.php:1330
115
  msgid "User URL required"
116
  msgstr "Benutzer-URL erforderlich"
117
 
118
- #: user-submitted-posts.php:1331
119
  msgid "Post tags required"
120
  msgstr "Post-Tags erforderlich"
121
 
122
- #: user-submitted-posts.php:1332
123
  msgid "Post category required"
124
  msgstr "Beitragskategorie erforderlich"
125
 
126
- #: user-submitted-posts.php:1333
127
  msgid "Post content required"
128
- msgstr "Posten Sie den Inhalt"
129
 
130
- #: user-submitted-posts.php:1334 user-submitted-posts.php:1335
131
  msgid "Correct captcha required"
132
- msgstr "Korrektes Captcha erforderlich"
133
 
134
- #: user-submitted-posts.php:1336
135
  msgid "User email required"
136
- msgstr "Benutzer-E-Mail erforderlich"
137
 
138
- #: user-submitted-posts.php:1337
139
  msgid "Please check your email and try again"
140
- msgstr "Bitte überprüfen Sie Ihre E-Mail und versuchen Sie es erneut"
141
 
142
- #: user-submitted-posts.php:1338
143
  msgid "Non-empty value for hidden field"
144
  msgstr "Nicht leerer Wert für ausgeblendetes Feld"
145
 
146
- #: user-submitted-posts.php:1339
147
  msgid "Minimum number of images not met"
148
- msgstr "Mindestanzahl von Bildern nicht erfüllt"
149
 
150
- #: user-submitted-posts.php:1340
151
  msgid "Maximum number of images exceeded "
152
- msgstr "Maximale Anzahl Bilder überschritten"
153
 
154
- #: user-submitted-posts.php:1341
155
  msgid "Minimum image width not met"
156
- msgstr "Minimale Bildbreite nicht erfüllt"
157
 
158
- #: user-submitted-posts.php:1342
159
  msgid "Image width exceeds maximum"
160
  msgstr "Die Bildbreite überschreitet das Maximum"
161
 
162
- #: user-submitted-posts.php:1343
163
  msgid "Minimum image height not met"
164
- msgstr "Minimale Bildhöhe nicht erfüllt"
165
 
166
- #: user-submitted-posts.php:1344
167
  msgid "Image height exceeds maximum"
168
  msgstr "Die Bildhöhe überschreitet das Maximum"
169
 
170
- #: user-submitted-posts.php:1345
171
  msgid "File type not allowed (please upload images only)"
172
- msgstr "Dateityp nicht zulässig (nur Bilder hochladen)"
173
 
174
- #: user-submitted-posts.php:1346
175
  msgid " required"
176
  msgstr " erforderlich"
177
 
178
- #: user-submitted-posts.php:1351
179
  msgid "File not uploaded. Please check the file and try again."
180
- msgstr "Datei nicht hochgeladen Bitte überprüfen Sie die Datei und versuchen Sie es erneut."
181
 
182
- #: user-submitted-posts.php:1355
183
  msgid "The file(s) could not be uploaded"
184
  msgstr "Die Datei (en) konnten nicht hochgeladen werden"
185
 
186
- #: user-submitted-posts.php:1357
187
  msgid "Post not created. Please contact the site administrator for help."
188
- msgstr "Beitrag nicht erstellt Bitte wenden Sie sich an den Site-Administrator, um Hilfe zu erhalten."
189
 
190
- #: user-submitted-posts.php:1358
191
  msgid "Duplicate post title. Please try again."
192
- msgstr "Doppelter Posttitel. Bitte versuche es erneut."
193
 
194
- #: user-submitted-posts.php:1368
195
  msgid "Error: "
196
- msgstr "Error:"
197
 
198
- #: user-submitted-posts.php:1394
199
  msgid "Return to form"
200
- msgstr "Rückkehr zum Formular"
201
 
202
- #: user-submitted-posts.php:1424 library/plugin-settings.php:975
203
  msgid "Please"
204
  msgstr "Bitte"
205
 
206
- #: user-submitted-posts.php:1425
207
  msgid "log in"
208
  msgstr "Einloggen"
209
 
210
- #: user-submitted-posts.php:1426
211
  msgid "to submit content!"
212
- msgstr "Inhalte einreichen"
213
 
214
- #: views/submission-form.php:46 views/submission-form-alt.php:55
215
  msgid "Please complete the required fields."
216
  msgstr "Bitte füllen Sie die erforderlichen Felder aus."
217
 
218
- #: views/submission-form.php:56 views/submission-form.php:57
219
- #: views/submission-form-alt.php:61 views/submission-form-alt.php:62
220
  msgid "Your Name"
221
  msgstr "Dein Name"
222
 
223
- #: views/submission-form.php:62 views/submission-form.php:63
224
- #: views/submission-form-alt.php:67 views/submission-form-alt.php:68
225
  msgid "Your URL"
226
  msgstr "Ihre URL"
227
 
228
- #: views/submission-form.php:68 views/submission-form.php:69
229
- #: views/submission-form-alt.php:73 views/submission-form-alt.php:74
230
  msgid "Your Email"
231
  msgstr "Deine E-Mail"
232
 
233
- #: views/submission-form.php:74 views/submission-form.php:75
234
- #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
235
- #: library/plugin-settings.php:1036
236
  msgid "Post Title"
237
- msgstr "Titel veröffentlichen"
238
 
239
- #: views/submission-form.php:80 views/submission-form.php:81
240
- #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
241
- #: library/plugin-settings.php:1037
242
  msgid "Post Tags"
243
- msgstr "Posten Sie Tags"
244
 
245
- #: views/submission-form.php:93 views/submission-form-alt.php:98
246
  msgid "Antispam Question"
247
  msgstr "Antispam-Frage"
248
 
249
- #: views/submission-form.php:98 views/submission-form-alt.php:103
250
- #: library/plugin-settings.php:1038
251
  msgid "Post Category"
252
- msgstr "Kategorie posten"
253
 
254
- #: views/submission-form.php:100 views/submission-form-alt.php:105
 
255
  msgid "Please select a category.."
256
  msgstr "Bitte wählen sie eine Kategorie.."
257
 
258
- #: views/submission-form.php:135 views/submission-form.php:136
259
- #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
260
- #: library/plugin-settings.php:1039
261
  msgid "Post Content"
262
  msgstr "Inhalt posten"
263
 
264
- #: views/submission-form.php:142 views/submission-form-alt.php:147
265
  msgid "Verification"
266
  msgstr "Nachprüfung"
267
 
268
- #: views/submission-form.php:149 views/submission-form-alt.php:154
269
  msgid "Upload an Image"
270
  msgstr "Lade ein Bild hoch"
271
 
272
- #: views/submission-form.php:158 views/submission-form-alt.php:163
273
  msgid "Add another image"
274
- msgstr "Fügen Sie ein anderes Bild hinzu"
275
 
276
- #: views/submission-form.php:180 views/submission-form-alt.php:185
277
  msgid "Human verification: leave this field empty."
278
- msgstr "Bestätigung durch Menschen: Lassen Sie dieses Feld leer."
279
 
280
- #: views/submission-form.php:204 views/submission-form-alt.php:209
281
  msgid "Submit Post"
282
- msgstr "Beitrag senden"
 
 
 
 
283
 
284
  #: library/shortcode-misc.php:18
285
  msgid "Reset form"
@@ -287,1034 +292,1042 @@ msgstr "Formular zurücksetzen"
287
 
288
  #: library/shortcode-misc.php:128
289
  msgid "View full post"
290
- msgstr "Vollständiger Beitrag anzeigen"
291
-
292
- #: library/support-panel.php:52
293
- msgid "Perishable Press Books"
294
- msgstr "Verderbliche Pressebücher"
295
-
296
- #: library/support-panel.php:53
297
- msgid "Plugin Planet"
298
- msgstr "Plugin Planet"
299
-
300
- #: library/support-panel.php:54
301
- msgid "Donate via PayPal"
302
- msgstr "Über PayPal spenden"
303
-
304
- #: library/support-panel.php:56
305
- msgid "books"
306
- msgstr "Bücher"
307
-
308
- #: library/support-panel.php:57
309
- msgid "plugins"
310
- msgstr "Plugins"
311
-
312
- #: library/support-panel.php:58
313
- msgid "donation"
314
- msgstr "Spende"
315
-
316
- #: library/support-panel.php:60
317
- msgid "Thank you for using"
318
- msgstr "Danke für das benutzen"
319
-
320
- #: library/support-panel.php:61
321
- msgid "Please show support by purchasing one of my"
322
- msgstr "Bitte zeigen Sie Unterstützung, indem Sie einen meiner kaufen"
323
-
324
- #: library/support-panel.php:62
325
- msgid "or"
326
- msgstr "oder"
327
-
328
- #: library/support-panel.php:62
329
- msgid "or by making a"
330
- msgstr "oder indem Sie ein"
331
-
332
- #: library/support-panel.php:63
333
- msgid "Your generous support helps future development of"
334
- msgstr "Ihre großzügige Unterstützung hilft bei der zukünftigen Entwicklung von"
335
 
336
- #: library/support-panel.php:64
337
- msgid "and is greatly appreciated."
338
- msgstr "und wird sehr geschätzt."
339
-
340
- #: library/support-panel.php:66
341
- msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
342
- msgstr "Jede Größe Spende hilft mir, dieses kostenlose Plugin und andere tolle WordPress-Ressourcen weiterzuentwickeln."
343
-
344
- #: library/enqueue-scripts.php:83 library/enqueue-scripts.php:117
345
- msgid "Incorrect response."
346
- msgstr "Falsche Antwort"
347
 
348
- #: library/plugin-settings.php:32
349
  msgid "Get USP Pro for unlimited forms!"
350
- msgstr "Erhalten Sie USP Pro für unbegrenzte Formulare!"
351
 
352
- #: library/plugin-settings.php:33
353
  msgid "Go Pro"
354
- msgstr "Pro gehen"
355
-
356
- #: library/plugin-settings.php:37
357
- msgid "Settings"
358
- msgstr "die Einstellungen"
359
 
360
- #: library/plugin-settings.php:55 library/plugin-settings.php:1007
361
- #: library/plugin-settings.php:1595
362
  msgid "Plugin Homepage"
363
  msgstr "Plugin-Homepage"
364
 
365
- #: library/plugin-settings.php:56
366
  msgid "Homepage"
367
  msgstr "Startseite"
368
 
369
- #: library/plugin-settings.php:61
370
  msgid "Give USP a 5-star rating at WordPress.org"
371
  msgstr "Geben Sie USP eine 5-Sterne-Bewertung bei WordPress.org"
372
 
373
- #: library/plugin-settings.php:62
374
  msgid "Rate this plugin&nbsp;&raquo;"
375
- msgstr "Dieses Plugin bewerten & nbsp; & raquo;"
376
 
377
- #: library/plugin-settings.php:120
378
  msgid "WP Post (recommended)"
379
  msgstr "WP Post (empfohlen)"
380
 
381
- #: library/plugin-settings.php:124
382
  msgid "WP Page"
383
- msgstr "WP-Seite"
384
 
385
- #: library/plugin-settings.php:140
386
  msgid "HTML5 Form + Default CSS"
387
  msgstr "HTML5-Formular + Standard-CSS"
388
 
389
- #: library/plugin-settings.php:140
390
  msgid "(Recommended)"
391
  msgstr "(Empfohlen)"
392
 
393
- #: library/plugin-settings.php:144
394
  msgid "HTML5 Form + Disable CSS"
395
  msgstr "HTML5-Formular + CSS deaktivieren"
396
 
397
- #: library/plugin-settings.php:144
398
  msgid "(Provide your own styles)"
399
  msgstr "(Geben Sie Ihre eigenen Stile an)"
400
 
401
- #: library/plugin-settings.php:148
402
  msgid "Custom Form + Custom CSS"
403
  msgstr "Benutzerdefiniertes Formular + Benutzerdefiniertes CSS"
404
 
405
- #: library/plugin-settings.php:148
406
  msgid "(Provide your own form template &amp; styles)"
407
- msgstr "(Geben Sie Ihre eigene Formularvorlage und Ihre eigenen Stile an.)"
408
 
409
- #: library/plugin-settings.php:164 library/plugin-settings.php:188
410
- #: library/plugin-settings.php:211 library/plugin-settings.php:235
411
  msgid "Auto-display before post content"
412
- msgstr "Automatische Anzeige vor dem Posten des Inhalts"
413
 
414
- #: library/plugin-settings.php:168 library/plugin-settings.php:192
415
- #: library/plugin-settings.php:215 library/plugin-settings.php:239
416
  msgid "Auto-display after post content"
417
- msgstr "Auto-Anzeige nach dem Postinhalt"
418
 
419
- #: library/plugin-settings.php:172
420
  msgid "Do not auto-display submitted images"
421
- msgstr "Gesendete Bilder nicht automatisch anzeigen"
422
 
423
- #: library/plugin-settings.php:196
424
  msgid "Do not auto-display submitted email"
425
- msgstr "Gesendete E-Mail nicht automatisch anzeigen"
426
 
427
- #: library/plugin-settings.php:219
428
  msgid "Do not auto-display submitted URL"
429
- msgstr "Übergebene URL nicht automatisch anzeigen"
430
 
431
- #: library/plugin-settings.php:243
432
  msgid "Do not auto-display the Custom Field"
433
- msgstr "Benutzerdefiniertes Feld nicht automatisch anzeigen"
434
 
435
- #: library/plugin-settings.php:271 library/plugin-settings.php:303
436
- #: library/plugin-settings.php:336 library/plugin-settings.php:368
437
- msgid "Display and require"
438
- msgstr "Anzeigen und verlangen"
439
 
440
- #: library/plugin-settings.php:272 library/plugin-settings.php:304
441
- msgid "Display but do not require"
442
- msgstr "Anzeige, aber nicht erforderlich"
443
 
444
- #: library/plugin-settings.php:273 library/plugin-settings.php:305
445
- #: library/plugin-settings.php:337 library/plugin-settings.php:369
446
  msgid "Disable this field"
447
  msgstr "Deaktivieren Sie dieses Feld"
448
 
449
- #: library/plugin-settings.php:308 library/plugin-settings.php:340
450
- #: library/plugin-settings.php:372 library/plugin-settings.php:404
451
  msgid "(Visit"
452
  msgstr "(Besuch"
453
 
454
- #: library/plugin-settings.php:309 library/plugin-settings.php:341
455
- #: library/plugin-settings.php:373 library/plugin-settings.php:405
456
  msgid "to configure options)"
457
  msgstr "Optionen konfigurieren)"
458
 
459
- #: library/plugin-settings.php:324 library/plugin-settings.php:341
460
- #: library/plugin-settings.php:1261 library/plugin-settings.php:1266
461
  msgid "Challenge Question"
462
  msgstr "Sicherheitsfrage"
463
 
464
- #: library/plugin-settings.php:356 library/plugin-settings.php:373
465
- #: library/plugin-settings.php:1283
466
  msgid "Google reCAPTCHA"
467
  msgstr "Google reCAPTCHA"
468
 
469
- #: library/plugin-settings.php:388
470
  msgid "Post Images"
471
  msgstr "Bilder posten"
472
 
473
- #: library/plugin-settings.php:400
474
- msgid "Display"
475
- msgstr "Anzeige"
476
 
477
- #: library/plugin-settings.php:401
478
  msgid "Disable"
479
  msgstr "Deaktivieren"
480
 
481
- #: library/plugin-settings.php:405 library/plugin-settings.php:1344
482
  msgid "Image Uploads"
483
  msgstr "Bild-Uploads"
484
 
485
- #: library/plugin-settings.php:485
486
  msgid "Draft"
487
  msgstr "Entwurf"
488
 
489
- #: library/plugin-settings.php:486
490
  msgid "Pending (default)"
491
  msgstr "Ausstehend (Standard)"
492
 
493
- #: library/plugin-settings.php:487
494
  msgid "Publish immediately"
495
- msgstr "Sofort veröffentlichen"
496
 
497
- #: library/plugin-settings.php:488
498
  msgid "Publish after 1 approved post"
499
- msgstr "Veröffentlichen Sie nach einem genehmigten Post"
500
 
501
- #: library/plugin-settings.php:489
502
  msgid "Publish after "
503
- msgstr "Veröffentlichen Sie nach"
504
 
505
- #: library/plugin-settings.php:489
506
  msgid " approved posts"
507
- msgstr " genehmigte Beiträge"
508
 
509
- #: library/plugin-settings.php:655
 
 
 
 
510
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
511
- msgstr "Es gab einen Fehler. Stellen Sie sicher, dass Sie einen Titel und einige Inhalte hinzugefügt und nur Bilder hochgeladen haben."
512
 
513
- #: library/plugin-settings.php:669
514
  msgid "Please select your image(s) to upload."
515
  msgstr "Bitte wählen Sie Ihre Bilder zum Hochladen aus."
516
 
517
- #: library/plugin-settings.php:675
518
  msgid "Success! Thank you for your submission."
519
- msgstr "Erfolg! Vielen Dank für Ihre Eingabe."
520
 
521
- #: library/plugin-settings.php:701
522
  msgid "Email"
523
  msgstr "Email"
524
 
525
- #: library/plugin-settings.php:702
526
  msgid "URL"
527
  msgstr "URL"
528
 
529
- #: library/plugin-settings.php:962
530
  msgid "Toggle all panels"
531
- msgstr "Alle Felder umschalten"
532
 
533
- #: library/plugin-settings.php:971
534
  msgid "We need your support!"
535
  msgstr "Wir brauchen Deine Unterstützung!"
536
 
537
- #: library/plugin-settings.php:975
538
  msgid "Make a donation via PayPal"
539
  msgstr "Machen Sie eine Spende über PayPal"
540
 
541
- #: library/plugin-settings.php:975
542
  msgid "make a donation"
543
  msgstr "Spenden"
544
 
545
- #: library/plugin-settings.php:975
546
  msgid "and/or"
547
  msgstr "und / oder"
548
 
549
- #: library/plugin-settings.php:976
550
  msgid "Rate and review at the Plugin Directory"
551
- msgstr "Bewerten und überprüfen Sie das Plugin-Verzeichnis"
552
 
553
- #: library/plugin-settings.php:977
554
  msgid "give this plugin a 5-star rating"
555
- msgstr "Geben Sie diesem Plugin eine Bewertung von 5 Sternen"
556
 
557
- #: library/plugin-settings.php:981
558
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
559
- msgstr "Ihre großzügige Unterstützung ermöglicht die weitere Entwicklung dieses kostenlosen Plugins. Vielen Dank!"
560
 
561
- #: library/plugin-settings.php:986
562
  msgid "Check this box if you have shown support"
563
  msgstr "Aktivieren Sie dieses Kontrollkästchen, wenn Sie Unterstützung gezeigt haben"
564
 
565
- #: library/plugin-settings.php:995
566
  msgid "Overview"
567
  msgstr "Überblick"
568
 
569
- #: library/plugin-settings.php:999
570
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
571
- msgstr "ermöglicht es Ihren Besuchern, Beiträge einzureichen und Bilder vom Frontend Ihrer Website hochzuladen."
572
 
573
- #: library/plugin-settings.php:1000
574
  msgid "For advanced functionality and unlimited forms, check out"
575
- msgstr "Für erweiterte Funktionen und unbegrenzte Formulare check out"
576
 
577
- #: library/plugin-settings.php:1000 library/plugin-settings.php:1402
578
  msgid "USP Pro"
579
  msgstr "USP Pro"
580
 
581
- #: library/plugin-settings.php:1001
582
  msgid "&mdash; the ultimate solution for user-generated content."
583
- msgstr "& mdash; die ultimative Lösung für vom Benutzer generierte Inhalte."
584
 
585
- #: library/plugin-settings.php:1005 library/plugin-settings.php:1022
586
  msgid "Plugin Settings"
587
  msgstr "Plugin-Einstellungen"
588
 
589
- #: library/plugin-settings.php:1006
590
  msgid "Display the form"
591
  msgstr "Zeigen Sie das Formular an"
592
 
593
- #: library/plugin-settings.php:1010
594
  msgid "If you like this plugin, please"
595
  msgstr "Wenn dir dieses Plugin gefällt, bitte"
596
 
597
- #: library/plugin-settings.php:1011
598
  msgid "THANK YOU for your support!"
599
  msgstr "Danke für Ihre Unterstützung!"
600
 
601
- #: library/plugin-settings.php:1011
602
  msgid "give it a 5-star rating"
603
- msgstr "gib eine Bewertung von 5 Sternen"
604
 
605
- #: library/plugin-settings.php:1015
606
  msgid "Unlimited front-end forms"
607
- msgstr "Unbegrenzte Frontend-Formulare"
608
 
609
- #: library/plugin-settings.php:1015
610
  msgid "Get USP Pro"
611
  msgstr "Holen Sie sich USP Pro"
612
 
613
- #: library/plugin-settings.php:1025
614
  msgid "Configure your settings for User Submitted Posts."
615
- msgstr "Konfigurieren Sie Ihre Einstellungen für vom Benutzer gesendete Beiträge."
616
 
617
- #: library/plugin-settings.php:1027
618
  msgid "Form Fields"
619
  msgstr "Formularfelder"
620
 
621
- #: library/plugin-settings.php:1033
622
  msgid "User Name"
623
  msgstr "Nutzername"
624
 
625
- #: library/plugin-settings.php:1034
626
  msgid "User Email"
627
  msgstr "Benutzer Email"
628
 
629
- #: library/plugin-settings.php:1035
630
  msgid "User URL"
631
  msgstr "Benutzer-URL"
632
 
633
- #: library/plugin-settings.php:1050
634
  msgid "General Settings"
635
  msgstr "Allgemeine Einstellungen"
636
 
637
- #: library/plugin-settings.php:1052
638
  msgid "Note that the default settings work fine for most cases."
639
- msgstr "Beachten Sie, dass die Standardeinstellungen in den meisten Fällen gut funktionieren."
640
 
641
- #: library/plugin-settings.php:1057
642
  msgid "Form Style"
643
  msgstr "Formularstil"
644
 
645
- #: library/plugin-settings.php:1062
646
  msgid "With this option, you can copy the plugin&rsquo;s default templates:"
647
  msgstr "Mit dieser Option können Sie die Standardvorlagen des Plugins kopieren:"
648
 
649
- #: library/plugin-settings.php:1067
650
  msgid "..and upload them into a directory named"
651
- msgstr "..und laden Sie sie in ein Verzeichnis hoch"
652
 
653
- #: library/plugin-settings.php:1067
654
  msgid "in your theme:"
655
  msgstr "in deinem Thema:"
656
 
657
- #: library/plugin-settings.php:1073
658
  msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
659
- msgstr "Auf diese Weise können Sie das Formular und die Stile wie gewünscht anpassen. Weitere Informationen finden Sie im Abschnitt \"Benutzerdefiniertes Einreichungsformular\" im"
660
 
661
- #: library/plugin-settings.php:1074
662
  msgid "Installation Docs"
663
  msgstr "Installationsdokumente"
664
 
665
- #: library/plugin-settings.php:1075
666
  msgid "FYI: here is a"
667
- msgstr "Zu Ihrer Information: hier ist eine"
668
 
669
- #: library/plugin-settings.php:1075
670
  msgid "list of USP CSS selectors"
671
  msgstr "Liste der USP-CSS-Selektoren"
672
 
673
- #: library/plugin-settings.php:1081
674
  msgid "Include JavaScript"
675
- msgstr "JavaScript einschließen"
676
 
677
- #: library/plugin-settings.php:1083
678
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
679
- msgstr "Aktivieren Sie dieses Kontrollkästchen, wenn Sie die externen JavaScript-Dateien einschließen möchten (empfohlen)."
680
 
681
- #: library/plugin-settings.php:1086
682
  msgid "Targeted Loading"
683
  msgstr "Gezieltes Laden"
684
 
685
- #: library/plugin-settings.php:1088
686
- msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
687
- msgstr "Standardmäßig wird externes CSS & amp; JavaScript-Dateien werden auf jeder Seite geladen. Hier können Sie die URL des USP-Formulars angeben, um Ressourcen nur auf dieser Seite zu laden. Hinweis: Lassen Sie das Feld leer, um es auf allen Seiten zu laden."
688
 
689
- #: library/plugin-settings.php:1091
690
  msgid "Post Type"
691
  msgstr "Post-Typ"
692
 
693
- #: library/plugin-settings.php:1094
694
  msgid "Submit posts as WP Posts or Pages"
695
  msgstr "Beiträge als WP-Beiträge oder Seiten einreichen"
696
 
697
- #: library/plugin-settings.php:1098
698
  msgid "Post Status"
699
  msgstr "Poststatus"
700
 
701
- #: library/plugin-settings.php:1101
702
  msgid "Post Status for submitted posts"
703
  msgstr "Beitragsstatus für übermittelte Beiträge"
704
 
705
- #: library/plugin-settings.php:1105
706
  msgid "Redirect URL"
707
  msgstr "URL umleiten"
708
 
709
- #: library/plugin-settings.php:1107
710
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
711
- msgstr "Geben Sie eine URL an, um den Benutzer nach der Einreichung weiterzuleiten. Lassen Sie das Feld leer, um zur aktuellen Seite zurückzukehren."
712
 
713
- #: library/plugin-settings.php:1110
714
  msgid "Success Message"
715
  msgstr "Erfolgsmeldung"
716
 
717
- #: library/plugin-settings.php:1112
718
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
719
- msgstr "Erfolgsmeldung, die angezeigt wird, wenn die Übermittlung erfolgreich war. Grundlegende Markierungen sind zulässig."
720
 
721
- #: library/plugin-settings.php:1115
722
  msgid "Error Message"
723
  msgstr "Fehlermeldung"
724
 
725
- #: library/plugin-settings.php:1117
726
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
727
- msgstr "Allgemeine Fehlermeldung, die angezeigt wird, wenn die Übermittlung fehlschlägt. Grundlegende Markierungen sind zulässig."
728
 
729
- #: library/plugin-settings.php:1120
730
  msgid "Custom Content"
731
  msgstr "Benutzerdefinierter Inhalt"
732
 
733
- #: library/plugin-settings.php:1122
734
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
735
- msgstr "Kundenspezifischer Text / Markup, der vor dem Einreichungsformular eingefügt werden soll. Lassen Sie das Feld leer, um es zu deaktivieren."
736
 
737
- #: library/plugin-settings.php:1125
738
  msgid "Rich Text Editor"
739
  msgstr "Rich-Text-Editor"
740
 
741
- #: library/plugin-settings.php:1127
742
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
743
- msgstr "Aktivieren Sie dieses Kontrollkästchen, wenn Sie WP-Textbearbeitung für übermittelte Beiträge aktivieren möchten."
744
 
745
- #: library/plugin-settings.php:1130
746
  msgid "Unique Titles"
747
- msgstr "Einzigartige Titel"
748
 
749
- #: library/plugin-settings.php:1132
750
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
751
- msgstr "Veröffentlichte Beitragstitel müssen eindeutig sein (nützlich, um mehrfache / doppelte Beiträge zu verhindern)."
752
 
753
- #: library/plugin-settings.php:1135
754
  msgid "Disable Required"
755
- msgstr "Deaktivieren Sie Erforderlich"
756
 
757
- #: library/plugin-settings.php:1137
758
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
759
- msgstr "Deaktivieren Sie alle erforderlichen Attribute in Standardformularfeldern (hilfreich bei der Fehlerbehebung von Fehlermeldungen)."
760
 
761
- #: library/plugin-settings.php:1140
762
  msgid "Enable Shortcodes"
763
- msgstr "Kurzwahl aktivieren"
764
 
765
- #: library/plugin-settings.php:1142
766
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
767
- msgstr "Kurzwahlen in Widgets aktivieren. Standardmäßig aktiviert WordPress keine Shortcodes in Widgets."
768
 
769
- #: library/plugin-settings.php:1143
770
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
771
- msgstr "Diese Einstellung aktiviert beliebige / alle Kurzcodes in Widgets (auch Kurzcodes von anderen Plugins)."
772
 
773
- #: library/plugin-settings.php:1148
774
- msgid "GDPR"
775
- msgstr "GDPR"
776
 
777
- #: library/plugin-settings.php:1153
778
  msgid "Disable IP Tracking"
779
- msgstr "Deaktivieren Sie das IP-Tracking"
780
 
781
- #: library/plugin-settings.php:1155
782
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
783
- msgstr "Standardmäßig zeichnet USP die IP-Adresse bei jedem eingereichten Beitrag auf. Aktivieren Sie dieses Kontrollkästchen, um die gesamte IP-Verfolgung zu deaktivieren."
784
 
785
- #: library/plugin-settings.php:1159
786
  msgid "Display Checkbox"
787
  msgstr "Kontrollkästchen anzeigen"
788
 
789
- #: library/plugin-settings.php:1161
790
  msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
791
- msgstr "Anzeige eines benutzerdefinierten Kontrollkästchens in Ihrem Formular (nützlich für DSGVO, Zustimmung zu Bedingungen usw.)"
792
 
793
- #: library/plugin-settings.php:1164
794
  msgid "Checkbox Name"
795
- msgstr "Ankreuzfeld Name"
796
 
797
- #: library/plugin-settings.php:1166 library/plugin-settings.php:1251
798
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
799
  msgstr "Verwenden Sie nur alphanumerische Zeichen, Unterstriche und Bindestriche. Wenn Sie sich nicht sicher sind, verwenden Sie den Standardnamen:"
800
 
801
- #: library/plugin-settings.php:1169
802
  msgid "Checkbox Error"
803
  msgstr "Kontrollkästchen Fehler"
804
 
805
- #: library/plugin-settings.php:1171
806
  msgid "Error message displayed if user does not check the box."
807
- msgstr "Fehlermeldung, wenn der Benutzer das Kontrollkästchen nicht aktiviert."
808
 
809
- #: library/plugin-settings.php:1174
810
  msgid "Checkbox Text"
811
  msgstr "Kontrollkästchen Text"
812
 
813
- #: library/plugin-settings.php:1176
814
  msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
815
- msgstr "Text neben dem Kontrollkästchen. Tipp: Verwenden Sie geschweifte Klammern, um spitze Klammern auszugeben. Beispiel:"
816
 
817
- #: library/plugin-settings.php:1181 library/plugin-settings.php:1186
818
  msgid "Categories"
819
  msgstr "Kategorien"
820
 
821
- #: library/plugin-settings.php:1189
822
- msgid "Select which categories may be assigned to submitted posts (click to toggle)"
823
- msgstr "Wählen Sie aus, welche Kategorien den eingereichten Beiträgen zugewiesen werden können (klicken Sie hier, um zu wechseln)"
824
 
825
- #: library/plugin-settings.php:1197
 
 
 
 
 
 
 
 
826
  msgid "Hidden/Default Category"
827
- msgstr "Ausgeblendete / Standardkategorie"
828
 
829
- #: library/plugin-settings.php:1199
830
- msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
831
- msgstr "Verwenden Sie ein verstecktes Feld für die Beitragskategorie. Dies kann verwendet werden, um eine Standardkategorie anzugeben, wenn das Kategoriefeld deaktiviert ist."
832
 
833
- #: library/plugin-settings.php:1202
834
  msgid "Category ID for Hidden Field"
835
  msgstr "Kategorie-ID für ausgeblendetes Feld"
836
 
837
- #: library/plugin-settings.php:1204
838
- msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
839
- msgstr "Geben Sie die ID der Kategorie an, die für die & ldquo; Ausgeblendete / Standardkategorie & rdquo; Möglichkeit."
840
 
841
- #: library/plugin-settings.php:1209
842
  msgid "Users"
843
  msgstr "Benutzer"
844
 
845
- #: library/plugin-settings.php:1214
846
  msgid "Assigned Author"
847
  msgstr "Zugewiesener Autor"
848
 
849
- #: library/plugin-settings.php:1217
850
  msgid "Specify the user that should be assigned as author for submitted posts."
851
  msgstr "Geben Sie den Benutzer an, der als Autor für übermittelte Beiträge zugewiesen werden soll."
852
 
853
- #: library/plugin-settings.php:1221
854
  msgid "Registered Username"
855
  msgstr "Registrierter Benutzername"
856
 
857
- #: library/plugin-settings.php:1223
858
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
859
- msgstr "Registrierten Benutzernamen als Postautor verwenden. Gültig, wenn die Person, die das Formular sendet, bei WordPress angemeldet ist."
860
 
861
- #: library/plugin-settings.php:1226
862
  msgid "User Profile URL"
863
- msgstr "URL des Benutzerprofils"
864
 
865
- #: library/plugin-settings.php:1228
866
  msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
867
- msgstr "Verwenden Sie die Profil-URL des registrierten Benutzers als Wert des URL-Felds. Gültig, wenn die Person, die das Formular sendet, bei WordPress angemeldet ist."
868
 
869
- #: library/plugin-settings.php:1231
870
  msgid "Require User Login"
871
  msgstr "Benutzeranmeldung erforderlich"
872
 
873
- #: library/plugin-settings.php:1233
874
  msgid "Require users to be logged in to WordPress to view/submit the form"
875
- msgstr "Benutzer müssen sich bei WordPress anmelden, um das Formular anzeigen zu können"
876
 
877
- #: library/plugin-settings.php:1236
878
  msgid "Disable Replace Author"
879
- msgstr "Deaktivieren Sie Autor ersetzen"
880
 
881
- #: library/plugin-settings.php:1238
882
  msgid "Do not replace post author with submitted user name"
883
- msgstr "Ersetzen Sie den Postautor nicht durch den übergebenen Benutzernamen"
884
 
885
- #: library/plugin-settings.php:1244
886
  msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
887
- msgstr "Hier können Sie den Namen und die Bezeichnung des benutzerdefinierten Felds ändern. Sie können dieses Feld über die Einstellung Formularfelder oben aktivieren."
888
 
889
- #: library/plugin-settings.php:1249
890
  msgid "Custom Field Name"
891
- msgstr "Name des benutzerdefinierten Feldes"
892
 
893
- #: library/plugin-settings.php:1254
894
  msgid "Custom Field Label"
895
  msgstr "Benutzerdefinierte Feldbezeichnung"
896
 
897
- #: library/plugin-settings.php:1256
898
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
899
- msgstr "Dies wird als Feldbezeichnung im Formular angezeigt. Standardeinstellung: Benutzerdefiniertes Feld"
900
 
901
- #: library/plugin-settings.php:1268
902
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
903
  msgstr "Um Spam zu vermeiden, geben Sie eine Frage ein, die Benutzer beantworten müssen, bevor Sie das Formular absenden."
904
 
905
- #: library/plugin-settings.php:1271
906
  msgid "Challenge Response"
907
- msgstr "Challenge-Antwort"
908
 
909
- #: library/plugin-settings.php:1273
910
  msgid "Enter the *only* correct answer to the challenge question."
911
- msgstr "Geben Sie die * nur * richtige Antwort auf die Challenge-Frage ein."
912
 
913
- #: library/plugin-settings.php:1276
914
  msgid "Case-sensitivity"
915
  msgstr "Groß- und Kleinschreibung"
916
 
917
- #: library/plugin-settings.php:1278
918
  msgid "Check this box if you want the challenge response to be case-sensitive."
919
- msgstr "Aktivieren Sie dieses Kontrollkästchen, wenn die Antwort auf Groß- und Kleinschreibung berücksichtigt werden soll."
920
 
921
- #: library/plugin-settings.php:1284
922
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
923
- msgstr "Geben Sie Ihren öffentlichen und privaten Schlüssel ein, um Google reCAPTCHA zu aktivieren."
924
 
925
- #: library/plugin-settings.php:1289
926
  msgid "Public Key"
927
  msgstr "Öffentlicher Schlüssel"
928
 
929
- #: library/plugin-settings.php:1291
930
  msgid "Enter your Public Key"
931
  msgstr "Geben Sie Ihren öffentlichen Schlüssel ein"
932
 
933
- #: library/plugin-settings.php:1294
934
  msgid "Private Key"
935
  msgstr "Privat Schlüssel"
936
 
937
- #: library/plugin-settings.php:1296
938
  msgid "Enter your Private Key"
939
  msgstr "Geben Sie Ihren privaten Schlüssel ein"
940
 
941
- #: library/plugin-settings.php:1301
942
  msgid "Email Alerts"
943
  msgstr "E-Mail-Benachrichtigungen"
944
 
945
- #: library/plugin-settings.php:1306
946
  msgid "Receive Email Alert"
947
  msgstr "E-Mail-Benachrichtigung erhalten"
948
 
949
- #: library/plugin-settings.php:1308
950
  msgid "Check this box if you want to be notified via email for new post submissions."
951
- msgstr "Aktivieren Sie dieses Kontrollkästchen, wenn Sie per E-Mail über neue Beiträge informiert werden möchten."
952
 
953
- #: library/plugin-settings.php:1311
954
  msgid "Enable HTML Format"
955
- msgstr "Aktivieren Sie das HTML-Format"
956
 
957
- #: library/plugin-settings.php:1313
958
  msgid "Check this box to enable HTML format for email alerts."
959
  msgstr "Aktivieren Sie dieses Kontrollkästchen, um das HTML-Format für E-Mail-Benachrichtigungen zu aktivieren."
960
 
961
- #: library/plugin-settings.php:1316
962
  msgid "Email Address for Alerts"
963
  msgstr "E-Mail-Adresse für Benachrichtigungen"
964
 
965
- #: library/plugin-settings.php:1318
966
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
967
  msgstr "Wenn Sie das Kontrollkästchen aktiviert haben, um E-Mail-Benachrichtigungen zu erhalten, geben Sie hier die Adresse (n) an, an die die E-Mails gesendet werden sollen."
968
 
969
- #: library/plugin-settings.php:1319
970
  msgid "Multiple recipients may be included using a comma, like so:"
971
- msgstr "Mehrere Empfänger können wie folgt mit einem Komma eingefügt werden:"
972
 
973
- #: library/plugin-settings.php:1322
974
  msgid "Email &ldquo;From&rdquo; Address"
975
  msgstr "E-Mail & ldquo; Von & rdquo; Adresse"
976
 
977
- #: library/plugin-settings.php:1324
978
  msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
979
- msgstr "Hier können Sie die Adresse (n) anpassen, die für das & ldquo; Von & rdquo; Header (siehe Plugins FAQs für Informationen)."
980
 
981
- #: library/plugin-settings.php:1325
982
  msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
983
- msgstr "Wenn in der vorherigen Einstellung mehrere Adressen angegeben sind, geben Sie eine gleiche Anzahl von & ldquo; Von & rdquo; Adressen für diese Einstellung (in derselben Reihenfolge)."
984
 
985
- #: library/plugin-settings.php:1328
986
  msgid "Email Alert Subject"
987
  msgstr "Betreff der E-Mail-Benachrichtigung"
988
 
989
- #: library/plugin-settings.php:1330
990
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
991
- msgstr "Betreffzeile für E-Mail-Benachrichtigungen. Lassen Sie das Feld leer, um die Standardbetreffzeile zu verwenden. Hinweis: Sie können die folgenden Variablen verwenden:"
992
 
993
- #: library/plugin-settings.php:1335
994
  msgid "Email Alert Message"
995
  msgstr "E-Mail-Warnmeldung"
996
 
997
- #: library/plugin-settings.php:1337
998
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
999
- msgstr "Nachricht für E-Mail-Benachrichtigungen. Lassen Sie das Feld leer, um die Standardnachricht zu verwenden. Hinweis: Sie können die folgenden Variablen verwenden:"
1000
 
1001
- #: library/plugin-settings.php:1349
1002
  msgid "Featured Image"
1003
  msgstr "Ausgewähltes Bild"
1004
 
1005
- #: library/plugin-settings.php:1351
1006
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
1007
- msgstr "Gesendete Bilder als gekennzeichnete Bilder einstellen. Erfordert Motivunterstützung für vorgestellte Bilder (auch bekannt als Post-Miniaturansichten)."
1008
 
1009
- #: library/plugin-settings.php:1354
1010
  msgid "Upload Message"
1011
  msgstr "Nachricht hochladen"
1012
 
1013
- #: library/plugin-settings.php:1356
1014
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
1015
- msgstr "Nachricht, die neben dem Upload-Feld angezeigt wird. Nützlich für die Angabe Ihrer Upload-Richtlinien / Richtlinien / etc. Grundlegende Auszeichnung erlaubt."
1016
 
1017
- #: library/plugin-settings.php:1359
1018
  msgid "&ldquo;Add another image&rdquo; link"
1019
  msgstr "& ldquo; Ein weiteres Bild hinzufügen & rdquo; Verknüpfung"
1020
 
1021
- #: library/plugin-settings.php:1361
1022
  msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
1023
- msgstr "Benutzerdefiniertes Markup für das & ldquo; Ein weiteres Bild hinzufügen & rdquo; Verknüpfung. Lassen Sie das Feld leer, um die Standardmarkierung zu verwenden (empfohlen)."
1024
 
1025
- #: library/plugin-settings.php:1364
1026
  msgid "Minimum number of images"
1027
  msgstr "Mindestanzahl von Bildern"
1028
 
1029
- #: library/plugin-settings.php:1367
1030
  msgid "Specify the minimum number of images."
1031
- msgstr "Geben Sie die Mindestanzahl von Bildern an."
1032
 
1033
- #: library/plugin-settings.php:1371
1034
  msgid "Maximum number of images"
1035
  msgstr "Maximale Anzahl von Bildern"
1036
 
1037
- #: library/plugin-settings.php:1374
1038
  msgid "Specify the maximum number of images."
1039
  msgstr "Geben Sie die maximale Anzahl von Bildern an."
1040
 
1041
- #: library/plugin-settings.php:1378
1042
  msgid "Minimum image width"
1043
  msgstr "Minimale Bildbreite"
1044
 
1045
- #: library/plugin-settings.php:1380
1046
  msgid "Specify a minimum width (in pixels) for uploaded images."
1047
  msgstr "Geben Sie eine Mindestbreite (in Pixel) für hochgeladene Bilder an."
1048
 
1049
- #: library/plugin-settings.php:1383
1050
  msgid "Minimum image height"
1051
  msgstr "Minimale Bildhöhe"
1052
 
1053
- #: library/plugin-settings.php:1385
1054
  msgid "Specify a minimum height (in pixels) for uploaded images."
1055
  msgstr "Geben Sie eine Mindesthöhe (in Pixel) für hochgeladene Bilder an."
1056
 
1057
- #: library/plugin-settings.php:1388
1058
  msgid "Maximum image width"
1059
  msgstr "Maximale Bildbreite"
1060
 
1061
- #: library/plugin-settings.php:1390
1062
  msgid "Specify a maximum width (in pixels) for uploaded images."
1063
  msgstr "Geben Sie eine maximale Breite (in Pixel) für hochgeladene Bilder an."
1064
 
1065
- #: library/plugin-settings.php:1393
1066
  msgid "Maximum image height"
1067
  msgstr "Maximale Bildhöhe"
1068
 
1069
- #: library/plugin-settings.php:1395
1070
  msgid "Specify a maximum height (in pixels) for uploaded images."
1071
  msgstr "Geben Sie eine maximale Höhe (in Pixel) für hochgeladene Bilder an."
1072
 
1073
- #: library/plugin-settings.php:1398
1074
  msgid "More Options"
1075
  msgstr "Mehr Optionen"
1076
 
1077
- #: library/plugin-settings.php:1401
1078
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
1079
- msgstr "Weitere Optionen, z. B. das Hochladen anderer Dateitypen (wie PDF, Word, Zip, Videos usw.), können Sie auschecken"
1080
 
1081
- #: library/plugin-settings.php:1402
1082
  msgid "Go Pro!"
1083
  msgstr "Gehen Sie Pro!"
1084
 
1085
- #: library/plugin-settings.php:1409
1086
  msgid "Auto-Display Content"
1087
  msgstr "Inhalt automatisch anzeigen"
1088
 
1089
- #: library/plugin-settings.php:1414
1090
  msgid "Auto-Display Images"
1091
  msgstr "Bilder automatisch anzeigen"
1092
 
1093
- #: library/plugin-settings.php:1416
1094
  msgid "Auto-display user-submitted images:"
1095
- msgstr "Vom Benutzer eingereichte Bilder automatisch anzeigen:"
1096
 
1097
- #: library/plugin-settings.php:1421
1098
  msgid "Image Markup"
1099
- msgstr "Image Markup"
1100
 
1101
- #: library/plugin-settings.php:1423
1102
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1103
- msgstr "Markup für jedes gesendete Bild (wenn die automatische Anzeige aktiviert ist). Kann benutzen"
1104
 
1105
- #: library/plugin-settings.php:1425 library/plugin-settings.php:1438
1106
- #: library/plugin-settings.php:1451 library/plugin-settings.php:1464
1107
  msgid "and"
1108
  msgstr "und"
1109
 
1110
- #: library/plugin-settings.php:1428
1111
  msgid "Auto-Display Email"
1112
  msgstr "E-Mail automatisch anzeigen"
1113
 
1114
- #: library/plugin-settings.php:1430
1115
  msgid "Auto-display user-submitted email:"
1116
- msgstr "Vom Benutzer eingegebene E-Mail automatisch anzeigen:"
1117
 
1118
- #: library/plugin-settings.php:1435
1119
  msgid "Email Markup"
1120
- msgstr "E-Mail-Auszeichnung"
1121
 
1122
- #: library/plugin-settings.php:1437
1123
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1124
- msgstr "Markup für die übergebene E-Mail-Adresse (wenn die automatische Anzeige aktiviert ist). Kann benutzen"
1125
 
1126
- #: library/plugin-settings.php:1441
1127
  msgid "Auto-Display URL"
1128
- msgstr "URL zur automatischen Anzeige"
1129
 
1130
- #: library/plugin-settings.php:1443
1131
  msgid "Auto-display user-submitted URL:"
1132
- msgstr "Vom Benutzer angegebene URL automatisch anzeigen:"
1133
 
1134
- #: library/plugin-settings.php:1448
1135
  msgid "URL Markup"
1136
  msgstr "URL-Markup"
1137
 
1138
- #: library/plugin-settings.php:1450
1139
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1140
- msgstr "Markup für die übergebene URL (wenn die automatische Anzeige aktiviert ist). Kann benutzen"
1141
 
1142
- #: library/plugin-settings.php:1454
1143
  msgid "Auto-Display Custom Field"
1144
  msgstr "Benutzerdefiniertes Feld automatisch anzeigen"
1145
 
1146
- #: library/plugin-settings.php:1456
1147
  msgid "Auto-display user-submitted Custom Field:"
1148
  msgstr "Vom Benutzer übermitteltes benutzerdefiniertes Feld automatisch anzeigen:"
1149
 
1150
- #: library/plugin-settings.php:1461
1151
  msgid "Custom Field Markup"
1152
- msgstr "Benutzerdefinierte Feldmarkierung"
1153
 
1154
- #: library/plugin-settings.php:1463
1155
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1156
- msgstr "Markup für das übergebene benutzerdefinierte Feld (wenn die automatische Anzeige aktiviert ist). Kann benutzen"
1157
 
1158
- #: library/plugin-settings.php:1469 library/plugin-settings.php:1581
1159
  msgid "Save Settings"
1160
  msgstr "Einstellungen speichern"
1161
 
1162
- #: library/plugin-settings.php:1474
1163
  msgid "Display the Form"
1164
  msgstr "Zeigen Sie das Formular an"
1165
 
1166
- #: library/plugin-settings.php:1477
1167
  msgid "Post-Submit Form"
1168
- msgstr "Formular nach dem Absenden"
1169
 
1170
- #: library/plugin-settings.php:1478
1171
  msgid "USP enables you to display a post-submission form anywhere on your site."
1172
- msgstr "Mit USP können Sie ein Post-Submission-Formular an beliebiger Stelle auf Ihrer Website anzeigen."
1173
 
1174
- #: library/plugin-settings.php:1479 library/plugin-settings.php:1488
1175
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1176
- msgstr "Verwenden Sie den Kurzcode, um das Formular in einem beliebigen WP-Beitrag oder einer beliebigen Seite anzuzeigen:"
1177
 
1178
- #: library/plugin-settings.php:1482 library/plugin-settings.php:1491
1179
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1180
  msgstr "Oder verwenden Sie das Vorlagen-Tag, um das Formular an einer beliebigen Stelle in Ihrer Designvorlage anzuzeigen:"
1181
 
1182
- #: library/plugin-settings.php:1486
1183
  msgid "Login/Register Form"
1184
- msgstr "Login / Anmeldeformular"
1185
 
1186
- #: library/plugin-settings.php:1487
1187
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1188
- msgstr "Sie können auch ein Formular anzeigen, mit dem sich Benutzer anmelden, registrieren oder ihr Kennwort zurücksetzen können."
1189
 
1190
- #: library/plugin-settings.php:1495
1191
  msgid "Display Submitted Posts"
1192
- msgstr "Eingereichte Beiträge anzeigen"
1193
 
1194
- #: library/plugin-settings.php:1496
1195
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1196
- msgstr "Verwenden Sie diesen Kurzcode, um eine Liste der eingereichten Beiträge in einem WP-Beitrag oder auf einer Seite anzuzeigen:"
1197
 
1198
- #: library/plugin-settings.php:1499
1199
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1200
- msgstr "Oder verwenden Sie das Vorlagen-Tag, um eine Liste der eingereichten Beiträge an einer beliebigen Stelle in Ihrer Designvorlage anzuzeigen:"
1201
 
1202
- #: library/plugin-settings.php:1502
1203
  msgid "Here are some examples showing how to configure this shortcode:"
1204
- msgstr "Hier einige Beispiele, wie man diesen Shortcode konfiguriert:"
1205
 
1206
- #: library/plugin-settings.php:1510
1207
  msgid "Display Image Gallery"
1208
  msgstr "Bildergalerie anzeigen"
1209
 
1210
- #: library/plugin-settings.php:1511
1211
  msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
1212
- msgstr "Verwenden Sie diesen Kurzcode, um für jeden eingereichten Beitrag eine Galerie mit hochgeladenen Bildern anzuzeigen:"
1213
 
1214
- #: library/plugin-settings.php:1514
1215
  msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
1216
- msgstr "Oder verwenden Sie das Vorlagen-Tag, um eine Bildergalerie in Ihrer Designvorlage anzuzeigen:"
1217
 
1218
- #: library/plugin-settings.php:1517
1219
  msgid "You can customize using any of the follwing attributes:"
1220
- msgstr "Sie können die folgenden Attribute verwenden:"
1221
 
1222
- #: library/plugin-settings.php:1532
1223
  msgid "Reset Form Button"
1224
- msgstr "Formular-Schaltfläche zurücksetzen"
1225
 
1226
- #: library/plugin-settings.php:1533
1227
  msgid "This shortcode displays a link that resets the form to its original state:"
1228
- msgstr "Dieser Kurzcode zeigt einen Link an, mit dem das Formular in seinen ursprünglichen Zustand zurückgesetzt wird:"
1229
 
1230
- #: library/plugin-settings.php:1536
1231
  msgid "This shortcode accepts the following attributes:"
1232
  msgstr "Dieser Shortcode akzeptiert die folgenden Attribute:"
1233
 
1234
- #: library/plugin-settings.php:1542
1235
  msgid "Note that the url attribute accepts"
1236
  msgstr "Beachten Sie, dass das URL-Attribut akzeptiert"
1237
 
1238
- #: library/plugin-settings.php:1542
1239
  msgid "to get the current URL."
1240
  msgstr "um die aktuelle URL zu erhalten."
1241
 
1242
- #: library/plugin-settings.php:1545
1243
  msgid "Access Control"
1244
  msgstr "Zugangskontrolle"
1245
 
1246
- #: library/plugin-settings.php:1546
1247
  msgid "USP provides three shortcodes to control access and restrict content."
1248
- msgstr "USP bietet drei Kurzwahlen, um den Zugriff zu steuern und den Inhalt einzuschränken."
1249
 
1250
- #: library/plugin-settings.php:1547
1251
  msgid "Display content only to users with a specific capability:"
1252
  msgstr "Inhalte nur für Benutzer mit einer bestimmten Funktion anzeigen:"
1253
 
1254
- #: library/plugin-settings.php:1550
1255
  msgid "Display content to logged-in users:"
1256
- msgstr "Inhalt für angemeldete Benutzer anzeigen:"
1257
 
1258
- #: library/plugin-settings.php:1553
1259
  msgid "Display content to visitors only:"
1260
  msgstr "Inhalte nur für Besucher anzeigen:"
1261
 
1262
- #: library/plugin-settings.php:1556
1263
  msgid "Tip:"
1264
  msgstr "Spitze:"
1265
 
1266
- #: library/plugin-settings.php:1556
1267
  msgid "to include markup in the deny message, you can use"
1268
  msgstr "Um Markup in die Ablehnungsnachricht aufzunehmen, können Sie verwenden"
1269
 
1270
- #: library/plugin-settings.php:1556
1271
  msgid "to output"
1272
- msgstr "ausgeben"
1273
 
1274
- #: library/plugin-settings.php:1559
1275
  msgid "Example"
1276
  msgstr "Beispiel"
1277
 
1278
- #: library/plugin-settings.php:1560
1279
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1280
  msgstr "Wenn der Benutzer angemeldet ist, zeigen Sie das Post-Submit-Formular an. oder wenn der Benutzer nicht angemeldet ist, zeigen Sie das Anmeldeformular an:"
1281
 
1282
- #: library/plugin-settings.php:1572
1283
  msgid "Restore Defaults"
1284
  msgstr "Standardeinstellungen wiederherstellen"
1285
 
1286
- #: library/plugin-settings.php:1575
1287
  msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1288
- msgstr "Lassen Sie diese Option deaktiviert, um Ihre Einstellungen zu speichern. Oder, um fortzufahren und die Standard-Plugin-Optionen wiederherzustellen: Aktivieren Sie das Kontrollkästchen, speichern Sie die Einstellungen und deaktivieren Sie das Plugin anschließend erneut."
1289
 
1290
- #: library/plugin-settings.php:1579
1291
  msgid "Restore default options upon plugin deactivation/reactivation."
1292
- msgstr "Wiederherstellen der Standardoptionen beim Deaktivieren / Reaktivieren des Plugins."
1293
 
1294
- #: library/plugin-settings.php:1586
1295
  msgid "Show Support"
1296
  msgstr "Support anzeigen"
1297
 
1298
- #: library/plugin-settings.php:1595
1299
  msgid "by"
1300
  msgstr "durch"
1301
 
1302
- #: library/plugin-settings.php:1596
1303
  msgid "Jeff Starr on Twitter"
1304
  msgstr "Jeff Starr auf Twitter"
1305
 
1306
- #: library/plugin-settings.php:1597
1307
  msgid "Obsessive Web Design &amp; Development"
1308
- msgstr "Obsessive Webdesign & amp; Entwicklung"
1309
 
1310
- #: library/plugin-settings.php:1608
1311
  msgid "Save Preference"
1312
  msgstr "Voreinstellung speichern"
1313
 
1314
- #: library/plugin-settings.php:1615
1315
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1316
  msgstr "Möchten Sie wirklich alle Standardoptionen wiederherstellen? (Diese Aktion kann nicht rückgängig gemacht werden)"
1317
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1318
  #. Description of the plugin
1319
  #:
1320
  msgid "Enables your visitors to submit posts and images from anywhere on your site."
4
  "Content-Type: text/plain; charset=UTF-8\n"
5
  "Content-Transfer-Encoding: 8bit\n"
6
  "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20190825\n"
8
  "Language: de\n"
9
 
10
  #. Name of the plugin
11
  #: user-submitted-posts.php:44 library/support-panel.php:5
12
  msgid "User Submitted Posts"
13
+ msgstr "Vom Benutzer eingereichte Beiträge"
14
 
15
+ #: user-submitted-posts.php:82
16
  msgid "requires WordPress "
17
+ msgstr "benötigt WordPress "
18
 
19
+ #: user-submitted-posts.php:83
20
  msgid " or higher, and has been deactivated! "
21
+ msgstr " oder höher und wurde deaktiviert! "
22
 
23
+ #: user-submitted-posts.php:84
24
  msgid "Please return to the"
25
+ msgstr "Bitte kehre zum zurück"
26
 
27
+ #: user-submitted-posts.php:85
28
  msgid "WordPress Admin Area"
29
+ msgstr "WordPress Admin-Bereich"
30
 
31
+ #: user-submitted-posts.php:86
32
  msgid "to upgrade WordPress and try again."
33
+ msgstr "um WordPress zu aktualisieren und erneut zu versuchen."
34
 
35
+ #: user-submitted-posts.php:126
36
  msgid "User Submitted Post"
37
+ msgstr "Vom Benutzer eingereichter Beitrag"
38
 
39
+ #: user-submitted-posts.php:467
40
  msgid "User Submitted Post Info"
41
+ msgstr "Vom Benutzer übermittelte Post-Info"
42
 
43
+ #: user-submitted-posts.php:497
44
  msgid "Submitter Name: "
45
+ msgstr "Name des Einreichers: "
46
 
47
+ #: user-submitted-posts.php:498
48
  msgid "Submitter Email: "
49
+ msgstr "Absender Email: "
50
 
51
+ #: user-submitted-posts.php:499
52
  msgid "Submitter URL: "
53
+ msgstr "Absender-URL: "
54
 
55
+ #: user-submitted-posts.php:500
56
  msgid "Submitter IP: "
57
+ msgstr "Absender-IP: "
58
 
59
+ #: user-submitted-posts.php:555
60
  msgid "Show USP Posts"
61
+ msgstr "Zeige USP Beiträge"
62
 
63
+ #: user-submitted-posts.php:556 library/plugin-settings.php:1095
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
+ #: user-submitted-posts.php:1393
68
  msgid " files required"
69
  msgstr " Dateien erforderlich"
70
 
71
+ #: user-submitted-posts.php:1394
72
  msgid " file required"
73
  msgstr " Datei erforderlich"
74
 
75
+ #: user-submitted-posts.php:1396
76
  msgid " files"
77
  msgstr " Dateien"
78
 
79
+ #: user-submitted-posts.php:1397
80
  msgid " file"
81
  msgstr " Datei"
82
 
83
+ #: user-submitted-posts.php:1399 user-submitted-posts.php:1400
84
+ #: user-submitted-posts.php:1401 user-submitted-posts.php:1402
85
  msgid " pixels"
86
  msgstr " Pixel"
87
 
88
+ #: user-submitted-posts.php:1404 library/core-functions.php:219
89
+ #: library/plugin-settings.php:297 library/plugin-settings.php:316
90
+ #: library/plugin-settings.php:794 library/plugin-settings.php:1344
91
  msgid "Custom Field"
92
  msgstr "Benutzerdefinierte Feld"
93
 
94
+ #: user-submitted-posts.php:1406
95
  msgid "Custom checkbox required"
96
  msgstr "Benutzerdefiniertes Kontrollkästchen erforderlich"
97
 
98
+ #: user-submitted-posts.php:1409
99
  msgid "An error occurred. Please go back and try again."
100
  msgstr "Ein Fehler ist aufgetreten. Bitte gehen Sie zurück und versuchen Sie es erneut."
101
 
102
+ #: user-submitted-posts.php:1419
103
  msgid "User login required"
104
  msgstr "Benutzeranmeldung erforderlich"
105
 
106
+ #: user-submitted-posts.php:1420
107
  msgid "User name required"
108
  msgstr "Benutzername erforderlich"
109
 
110
+ #: user-submitted-posts.php:1421
111
  msgid "Post title required"
112
  msgstr "Beitragstitel erforderlich"
113
 
114
+ #: user-submitted-posts.php:1422
115
  msgid "User URL required"
116
  msgstr "Benutzer-URL erforderlich"
117
 
118
+ #: user-submitted-posts.php:1423
119
  msgid "Post tags required"
120
  msgstr "Post-Tags erforderlich"
121
 
122
+ #: user-submitted-posts.php:1424
123
  msgid "Post category required"
124
  msgstr "Beitragskategorie erforderlich"
125
 
126
+ #: user-submitted-posts.php:1425
127
  msgid "Post content required"
128
+ msgstr "Post-Inhalt erforderlich"
129
 
130
+ #: user-submitted-posts.php:1426 user-submitted-posts.php:1427
131
  msgid "Correct captcha required"
132
+ msgstr "Richtiges Captcha erforderlich"
133
 
134
+ #: user-submitted-posts.php:1428
135
  msgid "User email required"
136
+ msgstr "Benutzer E-Mail erforderlich"
137
 
138
+ #: user-submitted-posts.php:1429
139
  msgid "Please check your email and try again"
140
+ msgstr "Bitte überprüfen Sie Ihre E-Mails und versuchen Sie es erneut"
141
 
142
+ #: user-submitted-posts.php:1430
143
  msgid "Non-empty value for hidden field"
144
  msgstr "Nicht leerer Wert für ausgeblendetes Feld"
145
 
146
+ #: user-submitted-posts.php:1431
147
  msgid "Minimum number of images not met"
148
+ msgstr "Mindestanzahl der nicht erfüllten Bilder"
149
 
150
+ #: user-submitted-posts.php:1432
151
  msgid "Maximum number of images exceeded "
152
+ msgstr "Maximale Anzahl von Bildern überschritten "
153
 
154
+ #: user-submitted-posts.php:1433
155
  msgid "Minimum image width not met"
156
+ msgstr "Minimale Bildbreite nicht erreicht"
157
 
158
+ #: user-submitted-posts.php:1434
159
  msgid "Image width exceeds maximum"
160
  msgstr "Die Bildbreite überschreitet das Maximum"
161
 
162
+ #: user-submitted-posts.php:1435
163
  msgid "Minimum image height not met"
164
+ msgstr "Minimale Bildhöhe nicht erreicht"
165
 
166
+ #: user-submitted-posts.php:1436
167
  msgid "Image height exceeds maximum"
168
  msgstr "Die Bildhöhe überschreitet das Maximum"
169
 
170
+ #: user-submitted-posts.php:1437
171
  msgid "File type not allowed (please upload images only)"
172
+ msgstr "Dateityp nicht erlaubt (bitte nur Bilder hochladen)"
173
 
174
+ #: user-submitted-posts.php:1438
175
  msgid " required"
176
  msgstr " erforderlich"
177
 
178
+ #: user-submitted-posts.php:1443
179
  msgid "File not uploaded. Please check the file and try again."
180
+ msgstr "Datei nicht hochgeladen. Bitte überprüfen Sie die Datei und versuchen Sie es erneut."
181
 
182
+ #: user-submitted-posts.php:1447
183
  msgid "The file(s) could not be uploaded"
184
  msgstr "Die Datei (en) konnten nicht hochgeladen werden"
185
 
186
+ #: user-submitted-posts.php:1449
187
  msgid "Post not created. Please contact the site administrator for help."
188
+ msgstr "Beitrag nicht erstellt. Wenden Sie sich an den Site-Administrator, um Hilfe zu erhalten."
189
 
190
+ #: user-submitted-posts.php:1450
191
  msgid "Duplicate post title. Please try again."
192
+ msgstr "Doppelter Beitragstitel. Bitte versuche es erneut."
193
 
194
+ #: user-submitted-posts.php:1460
195
  msgid "Error: "
196
+ msgstr "Error: "
197
 
198
+ #: user-submitted-posts.php:1486
199
  msgid "Return to form"
200
+ msgstr "Zurück zum Formular"
201
 
202
+ #: user-submitted-posts.php:1516 library/plugin-settings.php:1071
203
  msgid "Please"
204
  msgstr "Bitte"
205
 
206
+ #: user-submitted-posts.php:1517
207
  msgid "log in"
208
  msgstr "Einloggen"
209
 
210
+ #: user-submitted-posts.php:1518
211
  msgid "to submit content!"
212
+ msgstr "Inhalte einreichen!"
213
 
214
+ #: views/submission-form.php:21 views/submission-form-alt.php:40
215
  msgid "Please complete the required fields."
216
  msgstr "Bitte füllen Sie die erforderlichen Felder aus."
217
 
218
+ #: views/submission-form.php:31 views/submission-form.php:32
219
+ #: views/submission-form-alt.php:46 views/submission-form-alt.php:47
220
  msgid "Your Name"
221
  msgstr "Dein Name"
222
 
223
+ #: views/submission-form.php:37 views/submission-form.php:38
224
+ #: views/submission-form-alt.php:52 views/submission-form-alt.php:53
225
  msgid "Your URL"
226
  msgstr "Ihre URL"
227
 
228
+ #: views/submission-form.php:43 views/submission-form.php:44
229
+ #: views/submission-form-alt.php:58 views/submission-form-alt.php:59
230
  msgid "Your Email"
231
  msgstr "Deine E-Mail"
232
 
233
+ #: views/submission-form.php:49 views/submission-form.php:50
234
+ #: views/submission-form-alt.php:64 views/submission-form-alt.php:65
235
+ #: library/plugin-settings.php:1132
236
  msgid "Post Title"
237
+ msgstr "Post-Titel"
238
 
239
+ #: views/submission-form.php:55 views/submission-form.php:56
240
+ #: views/submission-form-alt.php:70 views/submission-form-alt.php:71
241
+ #: library/plugin-settings.php:1133
242
  msgid "Post Tags"
243
+ msgstr "Tags posten"
244
 
245
+ #: views/submission-form.php:68 views/submission-form-alt.php:83
246
  msgid "Antispam Question"
247
  msgstr "Antispam-Frage"
248
 
249
+ #: views/submission-form.php:73 views/submission-form-alt.php:88
250
+ #: library/plugin-settings.php:1134
251
  msgid "Post Category"
252
+ msgstr "Beitragskategorie"
253
 
254
+ #: views/submission-form.php:74 views/submission-form.php:75
255
+ #: views/submission-form-alt.php:89 views/submission-form-alt.php:90
256
  msgid "Please select a category.."
257
  msgstr "Bitte wählen sie eine Kategorie.."
258
 
259
+ #: views/submission-form.php:106 views/submission-form.php:107
260
+ #: views/submission-form-alt.php:121 views/submission-form-alt.php:122
261
+ #: library/plugin-settings.php:1135
262
  msgid "Post Content"
263
  msgstr "Inhalt posten"
264
 
265
+ #: views/submission-form.php:113 views/submission-form-alt.php:128
266
  msgid "Verification"
267
  msgstr "Nachprüfung"
268
 
269
+ #: views/submission-form.php:120 views/submission-form-alt.php:135
270
  msgid "Upload an Image"
271
  msgstr "Lade ein Bild hoch"
272
 
273
+ #: views/submission-form.php:129 views/submission-form-alt.php:144
274
  msgid "Add another image"
275
+ msgstr "Fügen Sie ein weiteres Bild hinzu"
276
 
277
+ #: views/submission-form.php:151 views/submission-form-alt.php:166
278
  msgid "Human verification: leave this field empty."
279
+ msgstr "Überprüfung durch den Menschen: Lassen Sie dieses Feld leer."
280
 
281
+ #: views/submission-form.php:175 views/submission-form-alt.php:190
282
  msgid "Submit Post"
283
+ msgstr "Beitrag abschicken"
284
+
285
+ #: library/enqueue-scripts.php:122 library/enqueue-scripts.php:157
286
+ msgid "Incorrect response."
287
+ msgstr "Falsche Antwort."
288
 
289
  #: library/shortcode-misc.php:18
290
  msgid "Reset form"
292
 
293
  #: library/shortcode-misc.php:128
294
  msgid "View full post"
295
+ msgstr "Ganzen Beitrag ansehen"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
296
 
297
+ #: library/plugin-settings.php:31
298
+ msgid "Settings"
299
+ msgstr "die Einstellungen"
 
 
 
 
 
 
 
 
300
 
301
+ #: library/plugin-settings.php:40
302
  msgid "Get USP Pro for unlimited forms!"
303
+ msgstr "Holen Sie sich USP Pro für unbegrenzte Formulare!"
304
 
305
+ #: library/plugin-settings.php:41
306
  msgid "Go Pro"
307
+ msgstr "Gehen Sie Pro"
 
 
 
 
308
 
309
+ #: library/plugin-settings.php:62 library/plugin-settings.php:1103
310
+ #: library/plugin-settings.php:1696
311
  msgid "Plugin Homepage"
312
  msgstr "Plugin-Homepage"
313
 
314
+ #: library/plugin-settings.php:63
315
  msgid "Homepage"
316
  msgstr "Startseite"
317
 
318
+ #: library/plugin-settings.php:68
319
  msgid "Give USP a 5-star rating at WordPress.org"
320
  msgstr "Geben Sie USP eine 5-Sterne-Bewertung bei WordPress.org"
321
 
322
+ #: library/plugin-settings.php:69
323
  msgid "Rate this plugin&nbsp;&raquo;"
324
+ msgstr "Bewerte dieses Plugin & raquo;"
325
 
326
+ #: library/plugin-settings.php:127
327
  msgid "WP Post (recommended)"
328
  msgstr "WP Post (empfohlen)"
329
 
330
+ #: library/plugin-settings.php:131
331
  msgid "WP Page"
332
+ msgstr "WP Seite"
333
 
334
+ #: library/plugin-settings.php:147
335
  msgid "HTML5 Form + Default CSS"
336
  msgstr "HTML5-Formular + Standard-CSS"
337
 
338
+ #: library/plugin-settings.php:147
339
  msgid "(Recommended)"
340
  msgstr "(Empfohlen)"
341
 
342
+ #: library/plugin-settings.php:151
343
  msgid "HTML5 Form + Disable CSS"
344
  msgstr "HTML5-Formular + CSS deaktivieren"
345
 
346
+ #: library/plugin-settings.php:151
347
  msgid "(Provide your own styles)"
348
  msgstr "(Geben Sie Ihre eigenen Stile an)"
349
 
350
+ #: library/plugin-settings.php:155
351
  msgid "Custom Form + Custom CSS"
352
  msgstr "Benutzerdefiniertes Formular + Benutzerdefiniertes CSS"
353
 
354
+ #: library/plugin-settings.php:155
355
  msgid "(Provide your own form template &amp; styles)"
356
+ msgstr "(Geben Sie Ihre eigenen Formularvorlagen und -stile an.)"
357
 
358
+ #: library/plugin-settings.php:171 library/plugin-settings.php:195
359
+ #: library/plugin-settings.php:218 library/plugin-settings.php:242
360
  msgid "Auto-display before post content"
361
+ msgstr "Automatische Anzeige vor dem Inhalt des Beitrags"
362
 
363
+ #: library/plugin-settings.php:175 library/plugin-settings.php:199
364
+ #: library/plugin-settings.php:222 library/plugin-settings.php:246
365
  msgid "Auto-display after post content"
366
+ msgstr "Automatische Anzeige nach dem Inhalt des Beitrags"
367
 
368
+ #: library/plugin-settings.php:179
369
  msgid "Do not auto-display submitted images"
370
+ msgstr "Übermittelte Bilder nicht automatisch anzeigen"
371
 
372
+ #: library/plugin-settings.php:203
373
  msgid "Do not auto-display submitted email"
374
+ msgstr "Übermittelte E-Mails nicht automatisch anzeigen"
375
 
376
+ #: library/plugin-settings.php:226
377
  msgid "Do not auto-display submitted URL"
378
+ msgstr "Übermittelte URL nicht automatisch anzeigen"
379
 
380
+ #: library/plugin-settings.php:250
381
  msgid "Do not auto-display the Custom Field"
382
+ msgstr "Das benutzerdefinierte Feld nicht automatisch anzeigen"
383
 
384
+ #: library/plugin-settings.php:278 library/plugin-settings.php:310
385
+ #: library/plugin-settings.php:343 library/plugin-settings.php:375
386
+ msgid "Enable and require"
387
+ msgstr "Aktivieren und erfordern"
388
 
389
+ #: library/plugin-settings.php:279 library/plugin-settings.php:311
390
+ msgid "Enable but do not require"
391
+ msgstr "Aktivieren, aber nicht erforderlich"
392
 
393
+ #: library/plugin-settings.php:280 library/plugin-settings.php:312
394
+ #: library/plugin-settings.php:344 library/plugin-settings.php:376
395
  msgid "Disable this field"
396
  msgstr "Deaktivieren Sie dieses Feld"
397
 
398
+ #: library/plugin-settings.php:315 library/plugin-settings.php:347
399
+ #: library/plugin-settings.php:379 library/plugin-settings.php:411
400
  msgid "(Visit"
401
  msgstr "(Besuch"
402
 
403
+ #: library/plugin-settings.php:316 library/plugin-settings.php:348
404
+ #: library/plugin-settings.php:380 library/plugin-settings.php:412
405
  msgid "to configure options)"
406
  msgstr "Optionen konfigurieren)"
407
 
408
+ #: library/plugin-settings.php:331 library/plugin-settings.php:348
409
+ #: library/plugin-settings.php:1362 library/plugin-settings.php:1367
410
  msgid "Challenge Question"
411
  msgstr "Sicherheitsfrage"
412
 
413
+ #: library/plugin-settings.php:363 library/plugin-settings.php:380
414
+ #: library/plugin-settings.php:1384
415
  msgid "Google reCAPTCHA"
416
  msgstr "Google reCAPTCHA"
417
 
418
+ #: library/plugin-settings.php:395
419
  msgid "Post Images"
420
  msgstr "Bilder posten"
421
 
422
+ #: library/plugin-settings.php:407
423
+ msgid "Enable"
424
+ msgstr "Aktivieren"
425
 
426
+ #: library/plugin-settings.php:408
427
  msgid "Disable"
428
  msgstr "Deaktivieren"
429
 
430
+ #: library/plugin-settings.php:412 library/plugin-settings.php:1445
431
  msgid "Image Uploads"
432
  msgstr "Bild-Uploads"
433
 
434
+ #: library/plugin-settings.php:492
435
  msgid "Draft"
436
  msgstr "Entwurf"
437
 
438
+ #: library/plugin-settings.php:493
439
  msgid "Pending (default)"
440
  msgstr "Ausstehend (Standard)"
441
 
442
+ #: library/plugin-settings.php:494
443
  msgid "Publish immediately"
444
+ msgstr "Veröffentlichen Sie sofort"
445
 
446
+ #: library/plugin-settings.php:495
447
  msgid "Publish after 1 approved post"
448
+ msgstr "Nach 1 genehmigten Beitrag veröffentlichen"
449
 
450
+ #: library/plugin-settings.php:496
451
  msgid "Publish after "
452
+ msgstr "Veröffentlichen Sie danach "
453
 
454
+ #: library/plugin-settings.php:496
455
  msgid " approved posts"
456
+ msgstr " genehmigte Stellen"
457
 
458
+ #: library/plugin-settings.php:524
459
+ msgid "Select categories to display in the Category field."
460
+ msgstr "Wählen Sie Kategorien aus, die im Feld Kategorie angezeigt werden sollen."
461
+
462
+ #: library/plugin-settings.php:738
463
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
464
+ msgstr "Es gab einen Fehler. Bitte stellen Sie sicher, dass Sie einen Titel und einige Inhalte hinzugefügt und nur Bilder hochgeladen haben."
465
 
466
+ #: library/plugin-settings.php:752
467
  msgid "Please select your image(s) to upload."
468
  msgstr "Bitte wählen Sie Ihre Bilder zum Hochladen aus."
469
 
470
+ #: library/plugin-settings.php:758
471
  msgid "Success! Thank you for your submission."
472
+ msgstr "Erfolg! Vielen Dank für Ihren Beitrag."
473
 
474
+ #: library/plugin-settings.php:784
475
  msgid "Email"
476
  msgstr "Email"
477
 
478
+ #: library/plugin-settings.php:785
479
  msgid "URL"
480
  msgstr "URL"
481
 
482
+ #: library/plugin-settings.php:1058
483
  msgid "Toggle all panels"
484
+ msgstr "Alle Bedienfelder umschalten"
485
 
486
+ #: library/plugin-settings.php:1067
487
  msgid "We need your support!"
488
  msgstr "Wir brauchen Deine Unterstützung!"
489
 
490
+ #: library/plugin-settings.php:1071
491
  msgid "Make a donation via PayPal"
492
  msgstr "Machen Sie eine Spende über PayPal"
493
 
494
+ #: library/plugin-settings.php:1071
495
  msgid "make a donation"
496
  msgstr "Spenden"
497
 
498
+ #: library/plugin-settings.php:1071
499
  msgid "and/or"
500
  msgstr "und / oder"
501
 
502
+ #: library/plugin-settings.php:1072
503
  msgid "Rate and review at the Plugin Directory"
504
+ msgstr "Bewerte im Plugin-Verzeichnis"
505
 
506
+ #: library/plugin-settings.php:1073
507
  msgid "give this plugin a 5-star rating"
508
+ msgstr "Gib diesem Plugin eine 5-Sterne-Bewertung"
509
 
510
+ #: library/plugin-settings.php:1077
511
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
512
+ msgstr "Ihre großzügige Unterstützung ermöglicht die Weiterentwicklung dieses kostenlosen Plugins. Vielen Dank!"
513
 
514
+ #: library/plugin-settings.php:1082
515
  msgid "Check this box if you have shown support"
516
  msgstr "Aktivieren Sie dieses Kontrollkästchen, wenn Sie Unterstützung gezeigt haben"
517
 
518
+ #: library/plugin-settings.php:1091
519
  msgid "Overview"
520
  msgstr "Überblick"
521
 
522
+ #: library/plugin-settings.php:1095
523
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
524
+ msgstr "ermöglicht es Ihren Besuchern, Beiträge einzureichen und Bilder vom Front-End Ihrer Website hochzuladen. "
525
 
526
+ #: library/plugin-settings.php:1096
527
  msgid "For advanced functionality and unlimited forms, check out"
528
+ msgstr "Informationen zu erweiterten Funktionen und unbegrenzten Formularen finden Sie unter"
529
 
530
+ #: library/plugin-settings.php:1096 library/plugin-settings.php:1503
531
  msgid "USP Pro"
532
  msgstr "USP Pro"
533
 
534
+ #: library/plugin-settings.php:1097
535
  msgid "&mdash; the ultimate solution for user-generated content."
536
+ msgstr "& mdash; Die ultimative Lösung für benutzergenerierte Inhalte."
537
 
538
+ #: library/plugin-settings.php:1101 library/plugin-settings.php:1118
539
  msgid "Plugin Settings"
540
  msgstr "Plugin-Einstellungen"
541
 
542
+ #: library/plugin-settings.php:1102
543
  msgid "Display the form"
544
  msgstr "Zeigen Sie das Formular an"
545
 
546
+ #: library/plugin-settings.php:1106
547
  msgid "If you like this plugin, please"
548
  msgstr "Wenn dir dieses Plugin gefällt, bitte"
549
 
550
+ #: library/plugin-settings.php:1107
551
  msgid "THANK YOU for your support!"
552
  msgstr "Danke für Ihre Unterstützung!"
553
 
554
+ #: library/plugin-settings.php:1107
555
  msgid "give it a 5-star rating"
556
+ msgstr "Geben Sie ihm eine 5-Sterne-Bewertung"
557
 
558
+ #: library/plugin-settings.php:1111
559
  msgid "Unlimited front-end forms"
560
+ msgstr "Unbegrenzte Anzahl von Front-End-Formularen"
561
 
562
+ #: library/plugin-settings.php:1111
563
  msgid "Get USP Pro"
564
  msgstr "Holen Sie sich USP Pro"
565
 
566
+ #: library/plugin-settings.php:1121
567
  msgid "Configure your settings for User Submitted Posts."
568
+ msgstr "Konfigurieren Sie Ihre Einstellungen für vom Benutzer übermittelte Posts."
569
 
570
+ #: library/plugin-settings.php:1123
571
  msgid "Form Fields"
572
  msgstr "Formularfelder"
573
 
574
+ #: library/plugin-settings.php:1129
575
  msgid "User Name"
576
  msgstr "Nutzername"
577
 
578
+ #: library/plugin-settings.php:1130
579
  msgid "User Email"
580
  msgstr "Benutzer Email"
581
 
582
+ #: library/plugin-settings.php:1131
583
  msgid "User URL"
584
  msgstr "Benutzer-URL"
585
 
586
+ #: library/plugin-settings.php:1146
587
  msgid "General Settings"
588
  msgstr "Allgemeine Einstellungen"
589
 
590
+ #: library/plugin-settings.php:1148
591
  msgid "Note that the default settings work fine for most cases."
592
+ msgstr "Beachten Sie, dass die Standardeinstellungen in den meisten Fällen problemlos funktionieren."
593
 
594
+ #: library/plugin-settings.php:1153
595
  msgid "Form Style"
596
  msgstr "Formularstil"
597
 
598
+ #: library/plugin-settings.php:1158
599
  msgid "With this option, you can copy the plugin&rsquo;s default templates:"
600
  msgstr "Mit dieser Option können Sie die Standardvorlagen des Plugins kopieren:"
601
 
602
+ #: library/plugin-settings.php:1163
603
  msgid "..and upload them into a directory named"
604
+ msgstr "..und laden Sie sie in ein Verzeichnis mit dem Namen"
605
 
606
+ #: library/plugin-settings.php:1163
607
  msgid "in your theme:"
608
  msgstr "in deinem Thema:"
609
 
610
+ #: library/plugin-settings.php:1169
611
  msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
612
+ msgstr "Auf diese Weise können Sie das Formular und die Stile wie gewünscht anpassen. Weitere Informationen finden Sie im Abschnitt \"Benutzerdefiniertes Anmeldeformular\" im"
613
 
614
+ #: library/plugin-settings.php:1170
615
  msgid "Installation Docs"
616
  msgstr "Installationsdokumente"
617
 
618
+ #: library/plugin-settings.php:1171
619
  msgid "FYI: here is a"
620
+ msgstr "Zu Ihrer Information: Hier ist ein"
621
 
622
+ #: library/plugin-settings.php:1171
623
  msgid "list of USP CSS selectors"
624
  msgstr "Liste der USP-CSS-Selektoren"
625
 
626
+ #: library/plugin-settings.php:1177
627
  msgid "Include JavaScript"
628
+ msgstr "JavaScript einbinden"
629
 
630
+ #: library/plugin-settings.php:1179
631
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
632
+ msgstr "Aktivieren Sie dieses Kontrollkästchen, wenn Sie die externen JavaScript-Dateien einbeziehen möchten (empfohlen)."
633
 
634
+ #: library/plugin-settings.php:1182
635
  msgid "Targeted Loading"
636
  msgstr "Gezieltes Laden"
637
 
638
+ #: library/plugin-settings.php:1184
639
+ msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages. Use commas to separate multiple URLs."
640
+ msgstr "Standardmäßig wird externes CSS & amp; Auf jeder Seite werden JavaScript-Dateien geladen. Hier können Sie die URL des USP-Formulars angeben, um Ressourcen nur auf dieser Seite zu laden. Hinweis: Lassen Sie das Feld leer, um alle Seiten zu laden. Verwenden Sie Kommas, um mehrere URLs zu trennen."
641
 
642
+ #: library/plugin-settings.php:1187
643
  msgid "Post Type"
644
  msgstr "Post-Typ"
645
 
646
+ #: library/plugin-settings.php:1190
647
  msgid "Submit posts as WP Posts or Pages"
648
  msgstr "Beiträge als WP-Beiträge oder Seiten einreichen"
649
 
650
+ #: library/plugin-settings.php:1194
651
  msgid "Post Status"
652
  msgstr "Poststatus"
653
 
654
+ #: library/plugin-settings.php:1197
655
  msgid "Post Status for submitted posts"
656
  msgstr "Beitragsstatus für übermittelte Beiträge"
657
 
658
+ #: library/plugin-settings.php:1201
659
  msgid "Redirect URL"
660
  msgstr "URL umleiten"
661
 
662
+ #: library/plugin-settings.php:1203
663
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
664
+ msgstr "Geben Sie eine URL an, um den Benutzer nach der Übermittlung weiterzuleiten. Lassen Sie das Feld leer, um zur aktuellen Seite zurückzukehren."
665
 
666
+ #: library/plugin-settings.php:1206
667
  msgid "Success Message"
668
  msgstr "Erfolgsmeldung"
669
 
670
+ #: library/plugin-settings.php:1208
671
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
672
+ msgstr "Erfolgsmeldung, die angezeigt wird, wenn die Übermittlung erfolgreich war. Grundlegendes Markup ist zulässig."
673
 
674
+ #: library/plugin-settings.php:1211
675
  msgid "Error Message"
676
  msgstr "Fehlermeldung"
677
 
678
+ #: library/plugin-settings.php:1213
679
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
680
+ msgstr "Allgemeine Fehlermeldung, die angezeigt wird, wenn die Übermittlung fehlschlägt. Grundlegendes Markup ist zulässig."
681
 
682
+ #: library/plugin-settings.php:1216
683
  msgid "Custom Content"
684
  msgstr "Benutzerdefinierter Inhalt"
685
 
686
+ #: library/plugin-settings.php:1218
687
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
688
+ msgstr "Benutzerdefinierter Text / Markup, der vor dem Einreichungsformular eingefügt werden soll. Zum Deaktivieren leer lassen."
689
 
690
+ #: library/plugin-settings.php:1221
691
  msgid "Rich Text Editor"
692
  msgstr "Rich-Text-Editor"
693
 
694
+ #: library/plugin-settings.php:1223
695
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
696
+ msgstr "Aktivieren Sie dieses Kontrollkästchen, wenn Sie die WP-Rich-Text-Bearbeitung für übermittelte Posts aktivieren möchten."
697
 
698
+ #: library/plugin-settings.php:1226
699
  msgid "Unique Titles"
700
+ msgstr "Eindeutige Titel"
701
 
702
+ #: library/plugin-settings.php:1228
703
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
704
+ msgstr "Erforderliche Eindeutigkeit der gesendeten Post-Titel (nützlich, um zu verhindern, dass mehrere / doppelte Posts gesendet werden)."
705
 
706
+ #: library/plugin-settings.php:1231
707
  msgid "Disable Required"
708
+ msgstr "Erforderlich deaktivieren"
709
 
710
+ #: library/plugin-settings.php:1233
711
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
712
+ msgstr "Deaktivieren Sie alle erforderlichen Attribute in Standardformularfeldern (nützlich für die Fehlerbehebung bei Fehlermeldungen)."
713
 
714
+ #: library/plugin-settings.php:1236
715
  msgid "Enable Shortcodes"
716
+ msgstr "Kurzwahlnummern aktivieren"
717
 
718
+ #: library/plugin-settings.php:1238
719
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
720
+ msgstr "Aktivieren Sie Shortcodes in Widgets. Standardmäßig aktiviert WordPress keine Shortcodes in Widgets. "
721
 
722
+ #: library/plugin-settings.php:1239
723
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
724
+ msgstr "Diese Einstellung aktiviert alle / beliebige Shortcodes in Widgets (auch Shortcodes von anderen Plugins)."
725
 
726
+ #: library/plugin-settings.php:1244
727
+ msgid "Privacy"
728
+ msgstr "Privatsphäre"
729
 
730
+ #: library/plugin-settings.php:1249
731
  msgid "Disable IP Tracking"
732
+ msgstr "Deaktivieren Sie die IP-Verfolgung"
733
 
734
+ #: library/plugin-settings.php:1251
735
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
736
+ msgstr "Standardmäßig zeichnet USP die IP-Adresse mit jedem übermittelten Beitrag auf. Aktivieren Sie dieses Kontrollkästchen, um das gesamte IP-Tracking zu deaktivieren."
737
 
738
+ #: library/plugin-settings.php:1255
739
  msgid "Display Checkbox"
740
  msgstr "Kontrollkästchen anzeigen"
741
 
742
+ #: library/plugin-settings.php:1257
743
  msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
744
+ msgstr "Benutzerdefiniertes Kontrollkästchen in Ihrem Formular anzeigen (nützlich für GDPR, Bedingungen zustimmen usw.)"
745
 
746
+ #: library/plugin-settings.php:1260
747
  msgid "Checkbox Name"
748
+ msgstr "Name des Kontrollkästchens"
749
 
750
+ #: library/plugin-settings.php:1262 library/plugin-settings.php:1352
751
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
752
  msgstr "Verwenden Sie nur alphanumerische Zeichen, Unterstriche und Bindestriche. Wenn Sie sich nicht sicher sind, verwenden Sie den Standardnamen:"
753
 
754
+ #: library/plugin-settings.php:1265
755
  msgid "Checkbox Error"
756
  msgstr "Kontrollkästchen Fehler"
757
 
758
+ #: library/plugin-settings.php:1267
759
  msgid "Error message displayed if user does not check the box."
760
+ msgstr "Fehlermeldung wird angezeigt, wenn der Benutzer das Kontrollkästchen nicht aktiviert."
761
 
762
+ #: library/plugin-settings.php:1270
763
  msgid "Checkbox Text"
764
  msgstr "Kontrollkästchen Text"
765
 
766
+ #: library/plugin-settings.php:1272
767
  msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
768
+ msgstr "Text, der neben dem Kontrollkästchen angezeigt wird. Tipp: Verwenden Sie geschweifte Klammern, um spitze Klammern auszugeben. Beispiel:"
769
 
770
+ #: library/plugin-settings.php:1277 library/plugin-settings.php:1282
771
  msgid "Categories"
772
  msgstr "Kategorien"
773
 
774
+ #: library/plugin-settings.php:1285
775
+ msgid "Click to view/select categories"
776
+ msgstr "Klicken Sie hier, um Kategorien anzuzeigen / auszuwählen"
777
 
778
+ #: library/plugin-settings.php:1293
779
+ msgid "Multiple Categories"
780
+ msgstr "Mehrere Kategorien"
781
+
782
+ #: library/plugin-settings.php:1295
783
+ msgid "Enable users to select multiple categories."
784
+ msgstr "Benutzer können mehrere Kategorien auswählen."
785
+
786
+ #: library/plugin-settings.php:1298
787
  msgid "Hidden/Default Category"
788
+ msgstr "Versteckte / Standardkategorie"
789
 
790
+ #: library/plugin-settings.php:1300
791
+ msgid "Use a hidden field for the post category. This hides the category field and sets its value via the next option."
792
+ msgstr "Verwenden Sie ein ausgeblendetes Feld für die Beitragskategorie. Dadurch wird das Kategoriefeld ausgeblendet und der Wert über die nächste Option festgelegt."
793
 
794
+ #: library/plugin-settings.php:1303
795
  msgid "Category ID for Hidden Field"
796
  msgstr "Kategorie-ID für ausgeblendetes Feld"
797
 
798
+ #: library/plugin-settings.php:1305
799
+ msgid "Specify category ID(s) to use for &ldquo;Hidden/Default Category&rdquo;. Separate multiple IDs with a comma."
800
+ msgstr "Geben Sie die Kategorie-ID (s) an, die für & ldquo; Versteckt / Standardkategorie & rdquo; verwendet werden sollen. Trennen Sie mehrere IDs mit einem Komma."
801
 
802
+ #: library/plugin-settings.php:1310
803
  msgid "Users"
804
  msgstr "Benutzer"
805
 
806
+ #: library/plugin-settings.php:1315
807
  msgid "Assigned Author"
808
  msgstr "Zugewiesener Autor"
809
 
810
+ #: library/plugin-settings.php:1318
811
  msgid "Specify the user that should be assigned as author for submitted posts."
812
  msgstr "Geben Sie den Benutzer an, der als Autor für übermittelte Beiträge zugewiesen werden soll."
813
 
814
+ #: library/plugin-settings.php:1322
815
  msgid "Registered Username"
816
  msgstr "Registrierter Benutzername"
817
 
818
+ #: library/plugin-settings.php:1324
819
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
820
+ msgstr "Verwenden Sie den registrierten Benutzernamen als Beitragsautor. Gültig, wenn die Person, die das Formular absendet, bei WordPress angemeldet ist."
821
 
822
+ #: library/plugin-settings.php:1327
823
  msgid "User Profile URL"
824
+ msgstr "Benutzerprofil-URL"
825
 
826
+ #: library/plugin-settings.php:1329
827
  msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
828
+ msgstr "Verwenden Sie die Profil-URL des registrierten Benutzers als Wert für das URL-Feld. Gültig, wenn die Person, die das Formular absendet, bei WordPress angemeldet ist."
829
 
830
+ #: library/plugin-settings.php:1332
831
  msgid "Require User Login"
832
  msgstr "Benutzeranmeldung erforderlich"
833
 
834
+ #: library/plugin-settings.php:1334
835
  msgid "Require users to be logged in to WordPress to view/submit the form"
836
+ msgstr "Benutzer müssen bei WordPress angemeldet sein, um das Formular anzeigen / senden zu können"
837
 
838
+ #: library/plugin-settings.php:1337
839
  msgid "Disable Replace Author"
840
+ msgstr "Autor ersetzen deaktivieren"
841
 
842
+ #: library/plugin-settings.php:1339
843
  msgid "Do not replace post author with submitted user name"
844
+ msgstr "Ersetzen Sie den Autor des Beitrags nicht durch den angegebenen Benutzernamen"
845
 
846
+ #: library/plugin-settings.php:1345
847
  msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
848
+ msgstr "Hier können Sie den Namen und die Bezeichnung ändern, die vom benutzerdefinierten Feld verwendet werden. Sie können dieses Feld über die Einstellung Formularfelder oben aktivieren."
849
 
850
+ #: library/plugin-settings.php:1350
851
  msgid "Custom Field Name"
852
+ msgstr "Benutzerdefinierter Feldname"
853
 
854
+ #: library/plugin-settings.php:1355
855
  msgid "Custom Field Label"
856
  msgstr "Benutzerdefinierte Feldbezeichnung"
857
 
858
+ #: library/plugin-settings.php:1357
859
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
860
+ msgstr "Dies wird als Feldbezeichnung im Formular angezeigt. Standard: Benutzerdefiniertes Feld"
861
 
862
+ #: library/plugin-settings.php:1369
863
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
864
  msgstr "Um Spam zu vermeiden, geben Sie eine Frage ein, die Benutzer beantworten müssen, bevor Sie das Formular absenden."
865
 
866
+ #: library/plugin-settings.php:1372
867
  msgid "Challenge Response"
868
+ msgstr "Challenge Response"
869
 
870
+ #: library/plugin-settings.php:1374
871
  msgid "Enter the *only* correct answer to the challenge question."
872
+ msgstr "Geben Sie die * nur * richtige Antwort auf die Herausforderungsfrage ein."
873
 
874
+ #: library/plugin-settings.php:1377
875
  msgid "Case-sensitivity"
876
  msgstr "Groß- und Kleinschreibung"
877
 
878
+ #: library/plugin-settings.php:1379
879
  msgid "Check this box if you want the challenge response to be case-sensitive."
880
+ msgstr "Aktivieren Sie dieses Kontrollkästchen, wenn bei der Challenge-Antwort zwischen Groß- und Kleinschreibung unterschieden werden soll."
881
 
882
+ #: library/plugin-settings.php:1385
883
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
884
+ msgstr "Geben Sie Ihre öffentlichen und privaten Schlüssel ein, um Google reCAPTCHA zu aktivieren."
885
 
886
+ #: library/plugin-settings.php:1390
887
  msgid "Public Key"
888
  msgstr "Öffentlicher Schlüssel"
889
 
890
+ #: library/plugin-settings.php:1392
891
  msgid "Enter your Public Key"
892
  msgstr "Geben Sie Ihren öffentlichen Schlüssel ein"
893
 
894
+ #: library/plugin-settings.php:1395
895
  msgid "Private Key"
896
  msgstr "Privat Schlüssel"
897
 
898
+ #: library/plugin-settings.php:1397
899
  msgid "Enter your Private Key"
900
  msgstr "Geben Sie Ihren privaten Schlüssel ein"
901
 
902
+ #: library/plugin-settings.php:1402
903
  msgid "Email Alerts"
904
  msgstr "E-Mail-Benachrichtigungen"
905
 
906
+ #: library/plugin-settings.php:1407
907
  msgid "Receive Email Alert"
908
  msgstr "E-Mail-Benachrichtigung erhalten"
909
 
910
+ #: library/plugin-settings.php:1409
911
  msgid "Check this box if you want to be notified via email for new post submissions."
912
+ msgstr "Aktivieren Sie dieses Kontrollkästchen, wenn Sie über neue Beiträge per E-Mail benachrichtigt werden möchten."
913
 
914
+ #: library/plugin-settings.php:1412
915
  msgid "Enable HTML Format"
916
+ msgstr "HTML-Format aktivieren"
917
 
918
+ #: library/plugin-settings.php:1414
919
  msgid "Check this box to enable HTML format for email alerts."
920
  msgstr "Aktivieren Sie dieses Kontrollkästchen, um das HTML-Format für E-Mail-Benachrichtigungen zu aktivieren."
921
 
922
+ #: library/plugin-settings.php:1417
923
  msgid "Email Address for Alerts"
924
  msgstr "E-Mail-Adresse für Benachrichtigungen"
925
 
926
+ #: library/plugin-settings.php:1419
927
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
928
  msgstr "Wenn Sie das Kontrollkästchen aktiviert haben, um E-Mail-Benachrichtigungen zu erhalten, geben Sie hier die Adresse (n) an, an die die E-Mails gesendet werden sollen."
929
 
930
+ #: library/plugin-settings.php:1420
931
  msgid "Multiple recipients may be included using a comma, like so:"
932
+ msgstr "Mehrere Empfänger können mit einem Komma eingeschlossen werden:"
933
 
934
+ #: library/plugin-settings.php:1423
935
  msgid "Email &ldquo;From&rdquo; Address"
936
  msgstr "E-Mail & ldquo; Von & rdquo; Adresse"
937
 
938
+ #: library/plugin-settings.php:1425
939
  msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
940
+ msgstr "Hier können Sie die Adresse (n) anpassen, die für & ldquo; Von & rdquo; Header (siehe Plugin FAQs für Informationen). "
941
 
942
+ #: library/plugin-settings.php:1426
943
  msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
944
+ msgstr "Wenn in der vorherigen Einstellung mehrere Adressen angegeben wurden, geben Sie die gleiche Anzahl von & ldquo; Von & rdquo; Adressen für diese Einstellung (in der gleichen Reihenfolge)."
945
 
946
+ #: library/plugin-settings.php:1429
947
  msgid "Email Alert Subject"
948
  msgstr "Betreff der E-Mail-Benachrichtigung"
949
 
950
+ #: library/plugin-settings.php:1431
951
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
952
+ msgstr "Betreffzeile für E-Mail-Benachrichtigungen. Lassen Sie dieses Feld leer, um die Standardbetreffzeile zu verwenden. Hinweis: Sie können die folgenden Variablen verwenden: "
953
 
954
+ #: library/plugin-settings.php:1436
955
  msgid "Email Alert Message"
956
  msgstr "E-Mail-Warnmeldung"
957
 
958
+ #: library/plugin-settings.php:1438
959
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
960
+ msgstr "Nachricht für E-Mail-Benachrichtigungen. Lassen Sie dieses Feld leer, um die Standardnachricht zu verwenden. Hinweis: Sie können die folgenden Variablen verwenden: "
961
 
962
+ #: library/plugin-settings.php:1450
963
  msgid "Featured Image"
964
  msgstr "Ausgewähltes Bild"
965
 
966
+ #: library/plugin-settings.php:1452
967
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
968
+ msgstr "Übermittelte Bilder als vorgestellte Bilder festlegen. Erfordert Theme-Unterstützung für Featured Images (auch bekannt als Post Thumbnails)."
969
 
970
+ #: library/plugin-settings.php:1455
971
  msgid "Upload Message"
972
  msgstr "Nachricht hochladen"
973
 
974
+ #: library/plugin-settings.php:1457
975
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
976
+ msgstr "Nachricht, die neben dem Upload-Feld angezeigt wird. Nützlich für die Angabe Ihrer Upload-Richtlinien / Richtlinien / etc. Grundlegendes Markup zulässig."
977
 
978
+ #: library/plugin-settings.php:1460
979
  msgid "&ldquo;Add another image&rdquo; link"
980
  msgstr "& ldquo; Ein weiteres Bild hinzufügen & rdquo; Verknüpfung"
981
 
982
+ #: library/plugin-settings.php:1462
983
  msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
984
+ msgstr "Benutzerdefiniertes Markup für & ldquo; Anderes Bild hinzufügen & rdquo; Verknüpfung. Lassen Sie dieses Feld leer, um das Standard-Markup zu verwenden (empfohlen)."
985
 
986
+ #: library/plugin-settings.php:1465
987
  msgid "Minimum number of images"
988
  msgstr "Mindestanzahl von Bildern"
989
 
990
+ #: library/plugin-settings.php:1468
991
  msgid "Specify the minimum number of images."
992
+ msgstr "Geben Sie die Mindestanzahl der Bilder an."
993
 
994
+ #: library/plugin-settings.php:1472
995
  msgid "Maximum number of images"
996
  msgstr "Maximale Anzahl von Bildern"
997
 
998
+ #: library/plugin-settings.php:1475
999
  msgid "Specify the maximum number of images."
1000
  msgstr "Geben Sie die maximale Anzahl von Bildern an."
1001
 
1002
+ #: library/plugin-settings.php:1479
1003
  msgid "Minimum image width"
1004
  msgstr "Minimale Bildbreite"
1005
 
1006
+ #: library/plugin-settings.php:1481
1007
  msgid "Specify a minimum width (in pixels) for uploaded images."
1008
  msgstr "Geben Sie eine Mindestbreite (in Pixel) für hochgeladene Bilder an."
1009
 
1010
+ #: library/plugin-settings.php:1484
1011
  msgid "Minimum image height"
1012
  msgstr "Minimale Bildhöhe"
1013
 
1014
+ #: library/plugin-settings.php:1486
1015
  msgid "Specify a minimum height (in pixels) for uploaded images."
1016
  msgstr "Geben Sie eine Mindesthöhe (in Pixel) für hochgeladene Bilder an."
1017
 
1018
+ #: library/plugin-settings.php:1489
1019
  msgid "Maximum image width"
1020
  msgstr "Maximale Bildbreite"
1021
 
1022
+ #: library/plugin-settings.php:1491
1023
  msgid "Specify a maximum width (in pixels) for uploaded images."
1024
  msgstr "Geben Sie eine maximale Breite (in Pixel) für hochgeladene Bilder an."
1025
 
1026
+ #: library/plugin-settings.php:1494
1027
  msgid "Maximum image height"
1028
  msgstr "Maximale Bildhöhe"
1029
 
1030
+ #: library/plugin-settings.php:1496
1031
  msgid "Specify a maximum height (in pixels) for uploaded images."
1032
  msgstr "Geben Sie eine maximale Höhe (in Pixel) für hochgeladene Bilder an."
1033
 
1034
+ #: library/plugin-settings.php:1499
1035
  msgid "More Options"
1036
  msgstr "Mehr Optionen"
1037
 
1038
+ #: library/plugin-settings.php:1502
1039
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
1040
+ msgstr "Weitere Optionen, z. B. die Möglichkeit, andere Dateitypen (z. B. PDF, Word, Zip, Videos usw.) hochzuladen, finden Sie unter"
1041
 
1042
+ #: library/plugin-settings.php:1503
1043
  msgid "Go Pro!"
1044
  msgstr "Gehen Sie Pro!"
1045
 
1046
+ #: library/plugin-settings.php:1510
1047
  msgid "Auto-Display Content"
1048
  msgstr "Inhalt automatisch anzeigen"
1049
 
1050
+ #: library/plugin-settings.php:1515
1051
  msgid "Auto-Display Images"
1052
  msgstr "Bilder automatisch anzeigen"
1053
 
1054
+ #: library/plugin-settings.php:1517
1055
  msgid "Auto-display user-submitted images:"
1056
+ msgstr "Automatisch vom Benutzer eingereichte Bilder anzeigen:"
1057
 
1058
+ #: library/plugin-settings.php:1522
1059
  msgid "Image Markup"
1060
+ msgstr "Bild-Markup"
1061
 
1062
+ #: library/plugin-settings.php:1524
1063
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1064
+ msgstr "Markup, das für jedes übermittelte Bild verwendet werden soll (wenn die automatische Anzeige aktiviert ist). Kann benutzen"
1065
 
1066
+ #: library/plugin-settings.php:1526 library/plugin-settings.php:1539
1067
+ #: library/plugin-settings.php:1552 library/plugin-settings.php:1565
1068
  msgid "and"
1069
  msgstr "und"
1070
 
1071
+ #: library/plugin-settings.php:1529
1072
  msgid "Auto-Display Email"
1073
  msgstr "E-Mail automatisch anzeigen"
1074
 
1075
+ #: library/plugin-settings.php:1531
1076
  msgid "Auto-display user-submitted email:"
1077
+ msgstr "Automatisch vom Benutzer übermittelte E-Mail anzeigen:"
1078
 
1079
+ #: library/plugin-settings.php:1536
1080
  msgid "Email Markup"
1081
+ msgstr "E-Mail-Markup"
1082
 
1083
+ #: library/plugin-settings.php:1538
1084
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1085
+ msgstr "Markup für die übermittelte E-Mail-Adresse (wenn die automatische Anzeige aktiviert ist). Kann benutzen"
1086
 
1087
+ #: library/plugin-settings.php:1542
1088
  msgid "Auto-Display URL"
1089
+ msgstr "URL automatisch anzeigen"
1090
 
1091
+ #: library/plugin-settings.php:1544
1092
  msgid "Auto-display user-submitted URL:"
1093
+ msgstr "Vom Benutzer übermittelte URL automatisch anzeigen:"
1094
 
1095
+ #: library/plugin-settings.php:1549
1096
  msgid "URL Markup"
1097
  msgstr "URL-Markup"
1098
 
1099
+ #: library/plugin-settings.php:1551
1100
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1101
+ msgstr "Markup für die übermittelte URL (wenn die automatische Anzeige aktiviert ist). Kann benutzen"
1102
 
1103
+ #: library/plugin-settings.php:1555
1104
  msgid "Auto-Display Custom Field"
1105
  msgstr "Benutzerdefiniertes Feld automatisch anzeigen"
1106
 
1107
+ #: library/plugin-settings.php:1557
1108
  msgid "Auto-display user-submitted Custom Field:"
1109
  msgstr "Vom Benutzer übermitteltes benutzerdefiniertes Feld automatisch anzeigen:"
1110
 
1111
+ #: library/plugin-settings.php:1562
1112
  msgid "Custom Field Markup"
1113
+ msgstr "Benutzerdefiniertes Feld-Markup"
1114
 
1115
+ #: library/plugin-settings.php:1564
1116
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1117
+ msgstr "Markup, das für das übermittelte benutzerdefinierte Feld verwendet werden soll (wenn die automatische Anzeige aktiviert ist). Kann benutzen"
1118
 
1119
+ #: library/plugin-settings.php:1570 library/plugin-settings.php:1682
1120
  msgid "Save Settings"
1121
  msgstr "Einstellungen speichern"
1122
 
1123
+ #: library/plugin-settings.php:1575
1124
  msgid "Display the Form"
1125
  msgstr "Zeigen Sie das Formular an"
1126
 
1127
+ #: library/plugin-settings.php:1578
1128
  msgid "Post-Submit Form"
1129
+ msgstr "Post-Submit-Formular"
1130
 
1131
+ #: library/plugin-settings.php:1579
1132
  msgid "USP enables you to display a post-submission form anywhere on your site."
1133
+ msgstr "Mit USP können Sie ein Post-Submission-Formular an einer beliebigen Stelle auf Ihrer Website anzeigen."
1134
 
1135
+ #: library/plugin-settings.php:1580 library/plugin-settings.php:1589
1136
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1137
+ msgstr "Verwenden Sie den Shortcode, um das Formular auf einer beliebigen WP-Veröffentlichung oder Seite anzuzeigen:"
1138
 
1139
+ #: library/plugin-settings.php:1583 library/plugin-settings.php:1592
1140
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1141
  msgstr "Oder verwenden Sie das Vorlagen-Tag, um das Formular an einer beliebigen Stelle in Ihrer Designvorlage anzuzeigen:"
1142
 
1143
+ #: library/plugin-settings.php:1587
1144
  msgid "Login/Register Form"
1145
+ msgstr "Login / Registrierungsformular"
1146
 
1147
+ #: library/plugin-settings.php:1588
1148
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1149
+ msgstr "Sie können auch ein Formular anzeigen, mit dem Benutzer sich anmelden, registrieren oder ihr Kennwort zurücksetzen können."
1150
 
1151
+ #: library/plugin-settings.php:1596
1152
  msgid "Display Submitted Posts"
1153
+ msgstr "Übermittelte Beiträge anzeigen"
1154
 
1155
+ #: library/plugin-settings.php:1597
1156
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1157
+ msgstr "Verwenden Sie diesen Shortcode, um eine Liste der gesendeten Beiträge auf einem WP-Beitrag oder einer WP-Seite anzuzeigen:"
1158
 
1159
+ #: library/plugin-settings.php:1600
1160
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1161
+ msgstr "Oder verwenden Sie das Vorlagen-Tag, um eine Liste der gesendeten Beiträge an einer beliebigen Stelle in Ihrer Themenvorlage anzuzeigen:"
1162
 
1163
+ #: library/plugin-settings.php:1603
1164
  msgid "Here are some examples showing how to configure this shortcode:"
1165
+ msgstr "Hier sind einige Beispiele, die zeigen, wie dieser Shortcode konfiguriert wird:"
1166
 
1167
+ #: library/plugin-settings.php:1611
1168
  msgid "Display Image Gallery"
1169
  msgstr "Bildergalerie anzeigen"
1170
 
1171
+ #: library/plugin-settings.php:1612
1172
  msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
1173
+ msgstr "Verwenden Sie diesen Shortcode, um eine Galerie mit hochgeladenen Bildern für jeden übermittelten Beitrag anzuzeigen:"
1174
 
1175
+ #: library/plugin-settings.php:1615
1176
  msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
1177
+ msgstr "Oder verwenden Sie das Vorlagen-Tag, um eine Bildergalerie an einer beliebigen Stelle in Ihrer Themenvorlage anzuzeigen:"
1178
 
1179
+ #: library/plugin-settings.php:1618
1180
  msgid "You can customize using any of the follwing attributes:"
1181
+ msgstr "Sie können jedes der folgenden Attribute anpassen:"
1182
 
1183
+ #: library/plugin-settings.php:1633
1184
  msgid "Reset Form Button"
1185
+ msgstr "Formular zurücksetzen"
1186
 
1187
+ #: library/plugin-settings.php:1634
1188
  msgid "This shortcode displays a link that resets the form to its original state:"
1189
+ msgstr "Dieser Shortcode zeigt einen Link an, der das Formular auf seinen ursprünglichen Zustand zurücksetzt:"
1190
 
1191
+ #: library/plugin-settings.php:1637
1192
  msgid "This shortcode accepts the following attributes:"
1193
  msgstr "Dieser Shortcode akzeptiert die folgenden Attribute:"
1194
 
1195
+ #: library/plugin-settings.php:1643
1196
  msgid "Note that the url attribute accepts"
1197
  msgstr "Beachten Sie, dass das URL-Attribut akzeptiert"
1198
 
1199
+ #: library/plugin-settings.php:1643
1200
  msgid "to get the current URL."
1201
  msgstr "um die aktuelle URL zu erhalten."
1202
 
1203
+ #: library/plugin-settings.php:1646
1204
  msgid "Access Control"
1205
  msgstr "Zugangskontrolle"
1206
 
1207
+ #: library/plugin-settings.php:1647
1208
  msgid "USP provides three shortcodes to control access and restrict content."
1209
+ msgstr "USP bietet drei Shortcodes, um den Zugriff zu steuern und den Inhalt einzuschränken."
1210
 
1211
+ #: library/plugin-settings.php:1648
1212
  msgid "Display content only to users with a specific capability:"
1213
  msgstr "Inhalte nur für Benutzer mit einer bestimmten Funktion anzeigen:"
1214
 
1215
+ #: library/plugin-settings.php:1651
1216
  msgid "Display content to logged-in users:"
1217
+ msgstr "Anzeigen von Inhalten für angemeldete Benutzer:"
1218
 
1219
+ #: library/plugin-settings.php:1654
1220
  msgid "Display content to visitors only:"
1221
  msgstr "Inhalte nur für Besucher anzeigen:"
1222
 
1223
+ #: library/plugin-settings.php:1657
1224
  msgid "Tip:"
1225
  msgstr "Spitze:"
1226
 
1227
+ #: library/plugin-settings.php:1657
1228
  msgid "to include markup in the deny message, you can use"
1229
  msgstr "Um Markup in die Ablehnungsnachricht aufzunehmen, können Sie verwenden"
1230
 
1231
+ #: library/plugin-settings.php:1657
1232
  msgid "to output"
1233
+ msgstr "auszugeben"
1234
 
1235
+ #: library/plugin-settings.php:1660
1236
  msgid "Example"
1237
  msgstr "Beispiel"
1238
 
1239
+ #: library/plugin-settings.php:1661
1240
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1241
  msgstr "Wenn der Benutzer angemeldet ist, zeigen Sie das Post-Submit-Formular an. oder wenn der Benutzer nicht angemeldet ist, zeigen Sie das Anmeldeformular an:"
1242
 
1243
+ #: library/plugin-settings.php:1673
1244
  msgid "Restore Defaults"
1245
  msgstr "Standardeinstellungen wiederherstellen"
1246
 
1247
+ #: library/plugin-settings.php:1676
1248
  msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1249
+ msgstr "Lassen Sie diese Option deaktiviert, um sich Ihre Einstellungen zu merken. Oder, um fortzufahren und die Standard-Plugin-Optionen wiederherzustellen: Aktivieren Sie das Kontrollkästchen, speichern Sie Ihre Einstellungen und deaktivieren / reaktivieren Sie das Plugin."
1250
 
1251
+ #: library/plugin-settings.php:1680
1252
  msgid "Restore default options upon plugin deactivation/reactivation."
1253
+ msgstr "Stellen Sie die Standardoptionen nach Deaktivierung / Reaktivierung des Plugins wieder her."
1254
 
1255
+ #: library/plugin-settings.php:1687
1256
  msgid "Show Support"
1257
  msgstr "Support anzeigen"
1258
 
1259
+ #: library/plugin-settings.php:1696
1260
  msgid "by"
1261
  msgstr "durch"
1262
 
1263
+ #: library/plugin-settings.php:1697
1264
  msgid "Jeff Starr on Twitter"
1265
  msgstr "Jeff Starr auf Twitter"
1266
 
1267
+ #: library/plugin-settings.php:1698
1268
  msgid "Obsessive Web Design &amp; Development"
1269
+ msgstr "Obsessives Webdesign & amp; Entwicklung"
1270
 
1271
+ #: library/plugin-settings.php:1709
1272
  msgid "Save Preference"
1273
  msgstr "Voreinstellung speichern"
1274
 
1275
+ #: library/plugin-settings.php:1716
1276
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1277
  msgstr "Möchten Sie wirklich alle Standardoptionen wiederherstellen? (Diese Aktion kann nicht rückgängig gemacht werden)"
1278
 
1279
+ #: library/support-panel.php:55
1280
+ msgid "Perishable Press Books"
1281
+ msgstr "Verderbliche Pressebücher"
1282
+
1283
+ #: library/support-panel.php:56
1284
+ msgid "Plugin Planet"
1285
+ msgstr "Plugin Planet"
1286
+
1287
+ #: library/support-panel.php:57
1288
+ msgid "Donate via PayPal"
1289
+ msgstr "Spende über PayPal"
1290
+
1291
+ #: library/support-panel.php:59
1292
+ msgid "books"
1293
+ msgstr "Bücher"
1294
+
1295
+ #: library/support-panel.php:60
1296
+ msgid "plugins"
1297
+ msgstr "Plugins"
1298
+
1299
+ #: library/support-panel.php:61
1300
+ msgid "donation"
1301
+ msgstr "Spende"
1302
+
1303
+ #: library/support-panel.php:63
1304
+ msgid "Thank you for using"
1305
+ msgstr "Danke für das benutzen"
1306
+
1307
+ #: library/support-panel.php:64
1308
+ msgid "Please show support by purchasing one of my"
1309
+ msgstr "Zeigen Sie bitte Unterstützung, indem Sie eins von meinen kaufen"
1310
+
1311
+ #: library/support-panel.php:65
1312
+ msgid "or"
1313
+ msgstr "oder"
1314
+
1315
+ #: library/support-panel.php:65
1316
+ msgid "or by making a"
1317
+ msgstr "oder indem man a"
1318
+
1319
+ #: library/support-panel.php:66
1320
+ msgid "Your generous support helps future development of"
1321
+ msgstr "Ihre großzügige Unterstützung hilft bei der zukünftigen Entwicklung von"
1322
+
1323
+ #: library/support-panel.php:67
1324
+ msgid "and is greatly appreciated."
1325
+ msgstr "und wird sehr geschätzt."
1326
+
1327
+ #: library/support-panel.php:69
1328
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1329
+ msgstr "Jede Spende hilft mir dabei, dieses kostenlose Plugin und andere großartige WordPress-Ressourcen weiterzuentwickeln."
1330
+
1331
  #. Description of the plugin
1332
  #:
1333
  msgid "Enables your visitors to submit posts and images from anywhere on your site."
languages/usp-el.mo CHANGED
Binary file
languages/usp-el.po CHANGED
@@ -4,7 +4,7 @@ msgstr ""
4
  "Content-Type: text/plain; charset=UTF-8\n"
5
  "Content-Transfer-Encoding: 8bit\n"
6
  "X-Generator: POEditor.com\n"
7
- "Project-Id-Version: USP 2018 Nov\n"
8
  "Language: el\n"
9
 
10
  #. Name of the plugin
@@ -12,275 +12,280 @@ msgstr ""
12
  msgid "User Submitted Posts"
13
  msgstr "Δημοσιευμένες Δημοσιεύσεις Χρήστη"
14
 
15
- #: user-submitted-posts.php:81
16
  msgid "requires WordPress "
17
- msgstr "απαιτεί WordPress"
18
 
19
- #: user-submitted-posts.php:82
20
  msgid " or higher, and has been deactivated! "
21
- msgstr " ή υψηλότερη και έχει απενεργοποιηθεί!"
22
 
23
- #: user-submitted-posts.php:83
24
  msgid "Please return to the"
25
- msgstr "Παρακαλούμε επιστρέψτε στο"
26
 
27
- #: user-submitted-posts.php:84
28
  msgid "WordPress Admin Area"
29
  msgstr "Περιοχή διαχείρισης του WordPress"
30
 
31
- #: user-submitted-posts.php:85
32
  msgid "to upgrade WordPress and try again."
33
  msgstr "για να αναβαθμίσετε το WordPress και να προσπαθήσετε ξανά."
34
 
35
- #: user-submitted-posts.php:125
36
  msgid "User Submitted Post"
37
  msgstr "Δημοσίευση χρήστη"
38
 
39
- #: user-submitted-posts.php:433
40
  msgid "User Submitted Post Info"
41
  msgstr "Ο χρήστης υποβλήθηκε μετά τις πληροφορίες"
42
 
43
- #: user-submitted-posts.php:463
44
  msgid "Submitter Name: "
45
- msgstr "Όνομα υποβάλλοντα:"
46
 
47
- #: user-submitted-posts.php:464
48
  msgid "Submitter Email: "
49
- msgstr "Ηλεκτρονικό ταχυδρομείο υποβολής:"
50
 
51
- #: user-submitted-posts.php:465
52
  msgid "Submitter URL: "
53
- msgstr "URL υποβολής:"
54
 
55
- #: user-submitted-posts.php:466
56
  msgid "Submitter IP: "
57
- msgstr "IP υποβάλλοντα:"
58
 
59
- #: user-submitted-posts.php:517
60
  msgid "Show USP Posts"
61
  msgstr "Εμφάνιση μηνυμάτων USP"
62
 
63
- #: user-submitted-posts.php:518 library/plugin-settings.php:999
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
- #: user-submitted-posts.php:1301
68
  msgid " files required"
69
- msgstr " αρχεία που απαιτούνται"
70
 
71
- #: user-submitted-posts.php:1302
72
  msgid " file required"
73
  msgstr " αρχείου απαιτείται"
74
 
75
- #: user-submitted-posts.php:1304
76
  msgid " files"
77
  msgstr " αρχεία"
78
 
79
- #: user-submitted-posts.php:1305
80
  msgid " file"
81
  msgstr " αρχείο"
82
 
83
- #: user-submitted-posts.php:1307 user-submitted-posts.php:1308
84
- #: user-submitted-posts.php:1309 user-submitted-posts.php:1310
85
  msgid " pixels"
86
- msgstr " pixels"
87
 
88
- #: user-submitted-posts.php:1312 library/core-functions.php:215
89
- #: library/plugin-settings.php:290 library/plugin-settings.php:309
90
- #: library/plugin-settings.php:711 library/plugin-settings.php:1243
91
  msgid "Custom Field"
92
  msgstr "Προσαρμοσμένο πεδίο"
93
 
94
- #: user-submitted-posts.php:1314
95
  msgid "Custom checkbox required"
96
  msgstr "Απαιτείται προσαρμοσμένο πλαίσιο ελέγχου"
97
 
98
- #: user-submitted-posts.php:1317
99
  msgid "An error occurred. Please go back and try again."
100
  msgstr "Παρουσιάστηκε σφάλμα. Επιστρέψτε και δοκιμάστε ξανά."
101
 
102
- #: user-submitted-posts.php:1327
103
  msgid "User login required"
104
  msgstr "Απαιτείται σύνδεση χρήστη"
105
 
106
- #: user-submitted-posts.php:1328
107
  msgid "User name required"
108
  msgstr "Απαιτείται όνομα χρήστη"
109
 
110
- #: user-submitted-posts.php:1329
111
  msgid "Post title required"
112
  msgstr "Απαιτείται τίτλος μετάδοσης"
113
 
114
- #: user-submitted-posts.php:1330
115
  msgid "User URL required"
116
  msgstr "Απαιτείται διεύθυνση URL χρήστη"
117
 
118
- #: user-submitted-posts.php:1331
119
  msgid "Post tags required"
120
  msgstr "Απαιτούνται ετικέτες δημοσίευσης"
121
 
122
- #: user-submitted-posts.php:1332
123
  msgid "Post category required"
124
  msgstr "Απαιτείται κατηγορία θέσης"
125
 
126
- #: user-submitted-posts.php:1333
127
  msgid "Post content required"
128
  msgstr "Δημοσίευση περιεχομένου που απαιτείται"
129
 
130
- #: user-submitted-posts.php:1334 user-submitted-posts.php:1335
131
  msgid "Correct captcha required"
132
  msgstr "Απαιτείται σωστή captcha"
133
 
134
- #: user-submitted-posts.php:1336
135
  msgid "User email required"
136
- msgstr "Απαιτείται email ηλεκτρονικού ταχυδρομείου χρήστη"
137
 
138
- #: user-submitted-posts.php:1337
139
  msgid "Please check your email and try again"
140
  msgstr "Ελέγξτε το email σας και δοκιμάστε ξανά"
141
 
142
- #: user-submitted-posts.php:1338
143
  msgid "Non-empty value for hidden field"
144
  msgstr "Μη-κενή τιμή για κρυφό πεδίο"
145
 
146
- #: user-submitted-posts.php:1339
147
  msgid "Minimum number of images not met"
148
- msgstr "Ο ελάχιστος αριθμός εικόνων δεν ικανοποιήθηκε"
149
 
150
- #: user-submitted-posts.php:1340
151
  msgid "Maximum number of images exceeded "
152
- msgstr "Έχει υπερβεί ο μέγιστος αριθμός εικόνων"
153
 
154
- #: user-submitted-posts.php:1341
155
  msgid "Minimum image width not met"
156
  msgstr "Το ελάχιστο πλάτος εικόνας δεν πληρούται"
157
 
158
- #: user-submitted-posts.php:1342
159
  msgid "Image width exceeds maximum"
160
  msgstr "Το πλάτος της εικόνας υπερβαίνει το μέγιστο"
161
 
162
- #: user-submitted-posts.php:1343
163
  msgid "Minimum image height not met"
164
  msgstr "Το ελάχιστο ύψος εικόνας δεν πληρούται"
165
 
166
- #: user-submitted-posts.php:1344
167
  msgid "Image height exceeds maximum"
168
  msgstr "Το ύψος της εικόνας υπερβαίνει το μέγιστο"
169
 
170
- #: user-submitted-posts.php:1345
171
  msgid "File type not allowed (please upload images only)"
172
- msgstr "Δεν επιτρέπεται ο τύπος αρχείου (παρακαλούμε μεταφορτώστε μόνο εικόνες)"
173
 
174
- #: user-submitted-posts.php:1346
175
  msgid " required"
176
  msgstr " απαιτείται"
177
 
178
- #: user-submitted-posts.php:1351
179
  msgid "File not uploaded. Please check the file and try again."
180
  msgstr "Το αρχείο δεν μεταφορτώθηκε. Ελέγξτε το αρχείο και προσπαθήστε ξανά."
181
 
182
- #: user-submitted-posts.php:1355
183
  msgid "The file(s) could not be uploaded"
184
  msgstr "Δεν ήταν δυνατή η μεταφόρτωση των αρχείων"
185
 
186
- #: user-submitted-posts.php:1357
187
  msgid "Post not created. Please contact the site administrator for help."
188
  msgstr "Η δημοσίευση δεν δημιουργήθηκε. Επικοινωνήστε με τον διαχειριστή του ιστότοπου για βοήθεια."
189
 
190
- #: user-submitted-posts.php:1358
191
  msgid "Duplicate post title. Please try again."
192
  msgstr "Διπλότυπος τίτλος. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα."
193
 
194
- #: user-submitted-posts.php:1368
195
  msgid "Error: "
196
- msgstr "Λάθος:"
197
 
198
- #: user-submitted-posts.php:1394
199
  msgid "Return to form"
200
  msgstr "Επιστροφή στη φόρμα"
201
 
202
- #: user-submitted-posts.php:1424 library/plugin-settings.php:975
203
  msgid "Please"
204
  msgstr "Σας παρακαλούμε"
205
 
206
- #: user-submitted-posts.php:1425
207
  msgid "log in"
208
  msgstr "Σύνδεση"
209
 
210
- #: user-submitted-posts.php:1426
211
  msgid "to submit content!"
212
  msgstr "να υποβάλει περιεχόμενο!"
213
 
214
- #: views/submission-form.php:46 views/submission-form-alt.php:55
215
  msgid "Please complete the required fields."
216
  msgstr "Συμπληρώστε τα απαιτούμενα πεδία."
217
 
218
- #: views/submission-form.php:56 views/submission-form.php:57
219
- #: views/submission-form-alt.php:61 views/submission-form-alt.php:62
220
  msgid "Your Name"
221
  msgstr "Το όνομα σου"
222
 
223
- #: views/submission-form.php:62 views/submission-form.php:63
224
- #: views/submission-form-alt.php:67 views/submission-form-alt.php:68
225
  msgid "Your URL"
226
  msgstr "Η διεύθυνση URL σας"
227
 
228
- #: views/submission-form.php:68 views/submission-form.php:69
229
- #: views/submission-form-alt.php:73 views/submission-form-alt.php:74
230
  msgid "Your Email"
231
  msgstr "Η διεύθυνση του ηλεκτρονικού σου ταχυδρομείου"
232
 
233
- #: views/submission-form.php:74 views/submission-form.php:75
234
- #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
235
- #: library/plugin-settings.php:1036
236
  msgid "Post Title"
237
  msgstr "Τίτλος ανάρτησης"
238
 
239
- #: views/submission-form.php:80 views/submission-form.php:81
240
- #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
241
- #: library/plugin-settings.php:1037
242
  msgid "Post Tags"
243
  msgstr "Δημοσίευση ετικετών"
244
 
245
- #: views/submission-form.php:93 views/submission-form-alt.php:98
246
  msgid "Antispam Question"
247
  msgstr "Antispam Ερώτηση"
248
 
249
- #: views/submission-form.php:98 views/submission-form-alt.php:103
250
- #: library/plugin-settings.php:1038
251
  msgid "Post Category"
252
  msgstr "Δημοσίευση κατηγορίας"
253
 
254
- #: views/submission-form.php:100 views/submission-form-alt.php:105
 
255
  msgid "Please select a category.."
256
- msgstr "Παρακαλώ επιλέξτε κατηγορία .."
257
 
258
- #: views/submission-form.php:135 views/submission-form.php:136
259
- #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
260
- #: library/plugin-settings.php:1039
261
  msgid "Post Content"
262
  msgstr "Δημοσίευση περιεχομένου"
263
 
264
- #: views/submission-form.php:142 views/submission-form-alt.php:147
265
  msgid "Verification"
266
  msgstr "Επαλήθευση"
267
 
268
- #: views/submission-form.php:149 views/submission-form-alt.php:154
269
  msgid "Upload an Image"
270
  msgstr "Μεταφορτώστε μια εικόνα"
271
 
272
- #: views/submission-form.php:158 views/submission-form-alt.php:163
273
  msgid "Add another image"
274
  msgstr "Προσθέστε μια άλλη εικόνα"
275
 
276
- #: views/submission-form.php:180 views/submission-form-alt.php:185
277
  msgid "Human verification: leave this field empty."
278
  msgstr "Ανθρώπινη επαλήθευση: αφήστε αυτό το πεδίο κενό."
279
 
280
- #: views/submission-form.php:204 views/submission-form-alt.php:209
281
  msgid "Submit Post"
282
  msgstr "Υποβολή Δημοσίευσης"
283
 
 
 
 
 
284
  #: library/shortcode-misc.php:18
285
  msgid "Reset form"
286
  msgstr "Επαναφορά μορφής"
@@ -289,1032 +294,1040 @@ msgstr "Επαναφορά μορφής"
289
  msgid "View full post"
290
  msgstr "Δείτε την πλήρη ανάρτηση"
291
 
292
- #: library/support-panel.php:52
293
- msgid "Perishable Press Books"
294
- msgstr "Φθαρτά βιβλία τύπου"
295
-
296
- #: library/support-panel.php:53
297
- msgid "Plugin Planet"
298
- msgstr "Plugin Planet"
299
-
300
- #: library/support-panel.php:54
301
- msgid "Donate via PayPal"
302
- msgstr "Δωρεά μέσω PayPal"
303
-
304
- #: library/support-panel.php:56
305
- msgid "books"
306
- msgstr "βιβλία"
307
-
308
- #: library/support-panel.php:57
309
- msgid "plugins"
310
- msgstr "plugins"
311
-
312
- #: library/support-panel.php:58
313
- msgid "donation"
314
- msgstr "δωρεά"
315
-
316
- #: library/support-panel.php:60
317
- msgid "Thank you for using"
318
- msgstr "Σας ευχαριστούμε για τη χρήση"
319
-
320
- #: library/support-panel.php:61
321
- msgid "Please show support by purchasing one of my"
322
- msgstr "Υποδείξτε την υποστήριξή σας αγοράζοντας ένα από τα δικά μου"
323
-
324
- #: library/support-panel.php:62
325
- msgid "or"
326
- msgstr "ή"
327
-
328
- #: library/support-panel.php:62
329
- msgid "or by making a"
330
- msgstr "ή κάνοντας ένα"
331
-
332
- #: library/support-panel.php:63
333
- msgid "Your generous support helps future development of"
334
- msgstr "Η γενναιόδωρη υποστήριξη σας βοηθά στη μελλοντική ανάπτυξη του"
335
-
336
- #: library/support-panel.php:64
337
- msgid "and is greatly appreciated."
338
- msgstr "και εκτιμάται ιδιαίτερα."
339
-
340
- #: library/support-panel.php:66
341
- msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
342
- msgstr "Κάθε δωρεά μεγέθους με βοηθά να συνεχίσω να αναπτύσσω αυτό το δωρεάν πρόσθετο και άλλους φοβερούς πόρους του WordPress."
343
-
344
- #: library/enqueue-scripts.php:83 library/enqueue-scripts.php:117
345
- msgid "Incorrect response."
346
- msgstr "Λανθασμένη απάντηση."
347
 
348
- #: library/plugin-settings.php:32
349
  msgid "Get USP Pro for unlimited forms!"
350
- msgstr "Αποκτήστε USP Pro για απεριόριστες φόρμες!"
351
 
352
- #: library/plugin-settings.php:33
353
  msgid "Go Pro"
354
  msgstr "Γίνε επαγγελματίας"
355
 
356
- #: library/plugin-settings.php:37
357
- msgid "Settings"
358
- msgstr "Ρυθμίσεις"
359
-
360
- #: library/plugin-settings.php:55 library/plugin-settings.php:1007
361
- #: library/plugin-settings.php:1595
362
  msgid "Plugin Homepage"
363
  msgstr "Ιστοσελίδα Plugin"
364
 
365
- #: library/plugin-settings.php:56
366
  msgid "Homepage"
367
  msgstr "Αρχική σελίδα"
368
 
369
- #: library/plugin-settings.php:61
370
  msgid "Give USP a 5-star rating at WordPress.org"
371
  msgstr "Δώστε USP μια βαθμολογία 5 αστέρων στο WordPress.org"
372
 
373
- #: library/plugin-settings.php:62
374
  msgid "Rate this plugin&nbsp;&raquo;"
375
  msgstr "Αξιολογήστε αυτήν την προσθήκη & nbsp; & raquo;"
376
 
377
- #: library/plugin-settings.php:120
378
  msgid "WP Post (recommended)"
379
  msgstr "WP Δημοσίευση (συνιστάται)"
380
 
381
- #: library/plugin-settings.php:124
382
  msgid "WP Page"
383
  msgstr "WP Page"
384
 
385
- #: library/plugin-settings.php:140
386
  msgid "HTML5 Form + Default CSS"
387
  msgstr "Φόρμα HTML5 + Προεπιλεγμένο CSS"
388
 
389
- #: library/plugin-settings.php:140
390
  msgid "(Recommended)"
391
  msgstr "(Συνιστάται)"
392
 
393
- #: library/plugin-settings.php:144
394
  msgid "HTML5 Form + Disable CSS"
395
  msgstr "Φόρμα HTML5 + Απενεργοποίηση CSS"
396
 
397
- #: library/plugin-settings.php:144
398
  msgid "(Provide your own styles)"
399
- msgstr "(Παρέχετε τα δικά σας στυλ)"
400
 
401
- #: library/plugin-settings.php:148
402
  msgid "Custom Form + Custom CSS"
403
- msgstr "Προσαρμοσμένη φόρμα + Custom CSS"
404
 
405
- #: library/plugin-settings.php:148
406
  msgid "(Provide your own form template &amp; styles)"
407
  msgstr "(Δημιουργήστε το δικό σας πρότυπο φόρμας & amp; στυλ)"
408
 
409
- #: library/plugin-settings.php:164 library/plugin-settings.php:188
410
- #: library/plugin-settings.php:211 library/plugin-settings.php:235
411
  msgid "Auto-display before post content"
412
  msgstr "Αυτόματη προβολή πριν από την δημοσίευση περιεχομένου"
413
 
414
- #: library/plugin-settings.php:168 library/plugin-settings.php:192
415
- #: library/plugin-settings.php:215 library/plugin-settings.php:239
416
  msgid "Auto-display after post content"
417
- msgstr "Αυτόματη προβολή μετά από δημοσίευση περιεχομένου"
418
 
419
- #: library/plugin-settings.php:172
420
  msgid "Do not auto-display submitted images"
421
- msgstr "Μην προβάλλετε αυτόματα τις εικόνες που υποβάλατε"
422
 
423
- #: library/plugin-settings.php:196
424
  msgid "Do not auto-display submitted email"
425
- msgstr "Μην εμφανίζετε αυτόματα ηλεκτρονικό μήνυμα ηλεκτρονικού ταχυδρομείου"
426
 
427
- #: library/plugin-settings.php:219
428
  msgid "Do not auto-display submitted URL"
429
  msgstr "Μην εμφανίζετε αυτόματα την υποβληθείσα διεύθυνση URL"
430
 
431
- #: library/plugin-settings.php:243
432
  msgid "Do not auto-display the Custom Field"
433
  msgstr "Μην εμφανίζετε αυτόματα το προσαρμοσμένο πεδίο"
434
 
435
- #: library/plugin-settings.php:271 library/plugin-settings.php:303
436
- #: library/plugin-settings.php:336 library/plugin-settings.php:368
437
- msgid "Display and require"
438
- msgstr "Προβολή και απαίτηση"
439
 
440
- #: library/plugin-settings.php:272 library/plugin-settings.php:304
441
- msgid "Display but do not require"
442
- msgstr "Εμφάνιση, αλλά δεν απαιτείται"
443
 
444
- #: library/plugin-settings.php:273 library/plugin-settings.php:305
445
- #: library/plugin-settings.php:337 library/plugin-settings.php:369
446
  msgid "Disable this field"
447
  msgstr "Απενεργοποιήστε αυτό το πεδίο"
448
 
449
- #: library/plugin-settings.php:308 library/plugin-settings.php:340
450
- #: library/plugin-settings.php:372 library/plugin-settings.php:404
451
  msgid "(Visit"
452
  msgstr "(Επίσκεψη"
453
 
454
- #: library/plugin-settings.php:309 library/plugin-settings.php:341
455
- #: library/plugin-settings.php:373 library/plugin-settings.php:405
456
  msgid "to configure options)"
457
- msgstr "για να ρυθμίσετε τις επιλογές)"
458
 
459
- #: library/plugin-settings.php:324 library/plugin-settings.php:341
460
- #: library/plugin-settings.php:1261 library/plugin-settings.php:1266
461
  msgid "Challenge Question"
462
  msgstr "Ερώτηση πρόκλησης"
463
 
464
- #: library/plugin-settings.php:356 library/plugin-settings.php:373
465
- #: library/plugin-settings.php:1283
466
  msgid "Google reCAPTCHA"
467
  msgstr "Google reCAPTCHA"
468
 
469
- #: library/plugin-settings.php:388
470
  msgid "Post Images"
471
  msgstr "Δημοσίευση εικόνων"
472
 
473
- #: library/plugin-settings.php:400
474
- msgid "Display"
475
- msgstr "Απεικόνιση"
476
 
477
- #: library/plugin-settings.php:401
478
  msgid "Disable"
479
  msgstr "Καθιστώ ανίκανο"
480
 
481
- #: library/plugin-settings.php:405 library/plugin-settings.php:1344
482
  msgid "Image Uploads"
483
  msgstr "Μεταφορτώσεις εικόνων"
484
 
485
- #: library/plugin-settings.php:485
486
  msgid "Draft"
487
  msgstr "Προσχέδιο"
488
 
489
- #: library/plugin-settings.php:486
490
  msgid "Pending (default)"
491
  msgstr "Εκκρεμεί (προεπιλογή)"
492
 
493
- #: library/plugin-settings.php:487
494
  msgid "Publish immediately"
495
  msgstr "Δημοσιεύστε αμέσως"
496
 
497
- #: library/plugin-settings.php:488
498
  msgid "Publish after 1 approved post"
499
  msgstr "Δημοσιεύστε μετά από 1 εγκεκριμένη ανάρτηση"
500
 
501
- #: library/plugin-settings.php:489
502
  msgid "Publish after "
503
- msgstr "Δημοσίευση μετά"
504
 
505
- #: library/plugin-settings.php:489
506
  msgid " approved posts"
507
  msgstr " εγκεκριμένες θέσεις"
508
 
509
- #: library/plugin-settings.php:655
 
 
 
 
510
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
511
  msgstr "Παρουσιάστηκε σφάλμα. Βεβαιωθείτε ότι έχετε προσθέσει έναν τίτλο, κάποιο περιεχόμενο και ότι έχετε μεταφορτώσει μόνο εικόνες."
512
 
513
- #: library/plugin-settings.php:669
514
  msgid "Please select your image(s) to upload."
515
  msgstr "Επιλέξτε την εικόνα που θέλετε να ανεβάσετε."
516
 
517
- #: library/plugin-settings.php:675
518
  msgid "Success! Thank you for your submission."
519
  msgstr "Επιτυχία! Σας ευχαριστούμε για την υποβολή σας."
520
 
521
- #: library/plugin-settings.php:701
522
  msgid "Email"
523
  msgstr "ΗΛΕΚΤΡΟΝΙΚΗ ΔΙΕΥΘΥΝΣΗ"
524
 
525
- #: library/plugin-settings.php:702
526
  msgid "URL"
527
  msgstr "URL"
528
 
529
- #: library/plugin-settings.php:962
530
  msgid "Toggle all panels"
531
  msgstr "Εναλλαγή όλων των πλαισίων"
532
 
533
- #: library/plugin-settings.php:971
534
  msgid "We need your support!"
535
  msgstr "Χρειαζόμαστε την υποστήριξή σας!"
536
 
537
- #: library/plugin-settings.php:975
538
  msgid "Make a donation via PayPal"
539
  msgstr "Κάντε μια δωρεά μέσω του PayPal"
540
 
541
- #: library/plugin-settings.php:975
542
  msgid "make a donation"
543
  msgstr "κάντε μια δωρεά"
544
 
545
- #: library/plugin-settings.php:975
546
  msgid "and/or"
547
  msgstr "και / ή"
548
 
549
- #: library/plugin-settings.php:976
550
  msgid "Rate and review at the Plugin Directory"
551
  msgstr "Αξιολογήστε και ανατρέξτε στον κατάλογο πρόσθετων στοιχείων"
552
 
553
- #: library/plugin-settings.php:977
554
  msgid "give this plugin a 5-star rating"
555
  msgstr "δώστε σε αυτήν την προσθήκη βαθμολογία 5 αστέρων"
556
 
557
- #: library/plugin-settings.php:981
558
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
559
- msgstr "Η γενναιόδωρη υποστήριξη σας επιτρέπει τη συνεχή ανάπτυξη αυτού του δωρεάν πρόσθετου. Ευχαριστώ!"
560
 
561
- #: library/plugin-settings.php:986
562
  msgid "Check this box if you have shown support"
563
  msgstr "Επιλέξτε αυτό το πλαίσιο εάν έχετε δείξει υποστήριξη"
564
 
565
- #: library/plugin-settings.php:995
566
  msgid "Overview"
567
  msgstr "ΣΦΑΙΡΙΚΗ ΕΙΚΟΝΑ"
568
 
569
- #: library/plugin-settings.php:999
570
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
571
- msgstr "επιτρέπει στους επισκέπτες σας να υποβάλλουν αναρτήσεις και να ανεβάζουν εικόνες από το μπροστινό μέρος του ιστότοπού σας."
572
 
573
- #: library/plugin-settings.php:1000
574
  msgid "For advanced functionality and unlimited forms, check out"
575
- msgstr "Για προηγμένη λειτουργικότητα και απεριόριστες μορφές, ελέγξτε έξω"
576
 
577
- #: library/plugin-settings.php:1000 library/plugin-settings.php:1402
578
  msgid "USP Pro"
579
  msgstr "USP Pro"
580
 
581
- #: library/plugin-settings.php:1001
582
  msgid "&mdash; the ultimate solution for user-generated content."
583
- msgstr "& mdash; η τελική λύση για το περιεχόμενο που δημιουργείται από τους χρήστες."
584
 
585
- #: library/plugin-settings.php:1005 library/plugin-settings.php:1022
586
  msgid "Plugin Settings"
587
  msgstr "Ρυθμίσεις Plugin"
588
 
589
- #: library/plugin-settings.php:1006
590
  msgid "Display the form"
591
  msgstr "Εμφάνιση της φόρμας"
592
 
593
- #: library/plugin-settings.php:1010
594
  msgid "If you like this plugin, please"
595
  msgstr "Αν σας αρέσει αυτό το plugin, παρακαλώ"
596
 
597
- #: library/plugin-settings.php:1011
598
  msgid "THANK YOU for your support!"
599
  msgstr "Σας ευχαριστούμε για την υποστήριξή σας!"
600
 
601
- #: library/plugin-settings.php:1011
602
  msgid "give it a 5-star rating"
603
  msgstr "δώστε της μια βαθμολογία 5 αστέρων"
604
 
605
- #: library/plugin-settings.php:1015
606
  msgid "Unlimited front-end forms"
607
  msgstr "Απεριόριστα έντυπα πρόσοψης"
608
 
609
- #: library/plugin-settings.php:1015
610
  msgid "Get USP Pro"
611
  msgstr "Αποκτήστε USP Pro"
612
 
613
- #: library/plugin-settings.php:1025
614
  msgid "Configure your settings for User Submitted Posts."
615
  msgstr "Ρυθμίστε τις ρυθμίσεις σας για τις υποβαλλόμενες από το χρήστη αναρτήσεις."
616
 
617
- #: library/plugin-settings.php:1027
618
  msgid "Form Fields"
619
  msgstr "Πεδία φόρμας"
620
 
621
- #: library/plugin-settings.php:1033
622
  msgid "User Name"
623
  msgstr "Ονομα χρήστη"
624
 
625
- #: library/plugin-settings.php:1034
626
  msgid "User Email"
627
  msgstr "Ηλεκτρονικό ταχυδρομείο χρήστη"
628
 
629
- #: library/plugin-settings.php:1035
630
  msgid "User URL"
631
  msgstr "Διεύθυνση URL χρήστη"
632
 
633
- #: library/plugin-settings.php:1050
634
  msgid "General Settings"
635
  msgstr "Γενικές Ρυθμίσεις"
636
 
637
- #: library/plugin-settings.php:1052
638
  msgid "Note that the default settings work fine for most cases."
639
  msgstr "Λάβετε υπόψη ότι οι προεπιλεγμένες ρυθμίσεις λειτουργούν σωστά στις περισσότερες περιπτώσεις."
640
 
641
- #: library/plugin-settings.php:1057
642
  msgid "Form Style"
643
  msgstr "Στυλ φόρμας"
644
 
645
- #: library/plugin-settings.php:1062
646
  msgid "With this option, you can copy the plugin&rsquo;s default templates:"
647
  msgstr "Με αυτήν την επιλογή, μπορείτε να αντιγράψετε τα προεπιλεγμένα πρότυπα του plugin & rsquo; s:"
648
 
649
- #: library/plugin-settings.php:1067
650
  msgid "..and upload them into a directory named"
651
  msgstr "..και να τα ανεβάσετε σε έναν κατάλογο που ονομάζεται"
652
 
653
- #: library/plugin-settings.php:1067
654
  msgid "in your theme:"
655
  msgstr "στο θέμα σας:"
656
 
657
- #: library/plugin-settings.php:1073
658
  msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
659
- msgstr "Αυτό θα σας επιτρέψει να προσαρμόσετε τη μορφή και τα στυλ όπως επιθυμείτε. Για περισσότερες πληροφορίες, ανατρέξτε στην ενότητα \"Έντυπο προσαρμοσμένης υποβολής\" στο"
660
 
661
- #: library/plugin-settings.php:1074
662
  msgid "Installation Docs"
663
  msgstr "Έγγραφα εγκατάστασης"
664
 
665
- #: library/plugin-settings.php:1075
666
  msgid "FYI: here is a"
667
  msgstr "FYI: εδώ είναι α"
668
 
669
- #: library/plugin-settings.php:1075
670
  msgid "list of USP CSS selectors"
671
  msgstr "λίστα επιλογών USP CSS"
672
 
673
- #: library/plugin-settings.php:1081
674
  msgid "Include JavaScript"
675
  msgstr "Συμπεριλάβετε το JavaScript"
676
 
677
- #: library/plugin-settings.php:1083
678
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
679
  msgstr "Επιλέξτε αυτό το πλαίσιο εάν θέλετε να συμπεριλάβετε τα εξωτερικά αρχεία JavaScript (συνιστάται)."
680
 
681
- #: library/plugin-settings.php:1086
682
  msgid "Targeted Loading"
683
  msgstr "Στοχοθετημένη φόρτωση"
684
 
685
- #: library/plugin-settings.php:1088
686
- msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
687
- msgstr "Από προεπιλογή, τα εξωτερικά CSS & amp; Τα αρχεία JavaScript φορτώνονται σε κάθε σελίδα. Εδώ μπορείτε να καθορίσετε τη διεύθυνση URL της φόρμας USP για να φορτώσετε πόρους μόνο σε αυτή τη σελίδα. Σημείωση: αφήστε κενό για φόρτωση σε όλες τις σελίδες."
688
 
689
- #: library/plugin-settings.php:1091
690
  msgid "Post Type"
691
  msgstr "Τύπος Post"
692
 
693
- #: library/plugin-settings.php:1094
694
  msgid "Submit posts as WP Posts or Pages"
695
- msgstr "Υποβολή αναρτήσεων ως μηνυμάτων ή σελίδων WP"
696
 
697
- #: library/plugin-settings.php:1098
698
  msgid "Post Status"
699
  msgstr "Κατάσταση Post"
700
 
701
- #: library/plugin-settings.php:1101
702
  msgid "Post Status for submitted posts"
703
  msgstr "Κατάσταση Post για τις υποβληθείσες θέσεις"
704
 
705
- #: library/plugin-settings.php:1105
706
  msgid "Redirect URL"
707
- msgstr "Διεύθυνση URL ανακατεύθυνσης"
708
 
709
- #: library/plugin-settings.php:1107
710
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
711
  msgstr "Καθορίστε μια διεύθυνση URL για να ανακατευθύνετε το χρήστη μετά την υποβολή. Αφήστε κενό για ανακατεύθυνση στην τρέχουσα σελίδα."
712
 
713
- #: library/plugin-settings.php:1110
714
  msgid "Success Message"
715
  msgstr "Μήνυμα επιτυχίας"
716
 
717
- #: library/plugin-settings.php:1112
718
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
719
  msgstr "Το μήνυμα επιτυχίας που εμφανίζεται εάν η μετάδοση υποβολής είναι επιτυχής. Η βασική σήμανση επιτρέπεται."
720
 
721
- #: library/plugin-settings.php:1115
722
  msgid "Error Message"
723
  msgstr "Μήνυμα λάθους"
724
 
725
- #: library/plugin-settings.php:1117
726
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
727
  msgstr "Γενικό μήνυμα σφάλματος που εμφανίζεται σε περίπτωση αποτυχίας μετά την υποβολή. Η βασική σήμανση επιτρέπεται."
728
 
729
- #: library/plugin-settings.php:1120
730
  msgid "Custom Content"
731
  msgstr "Προσαρμοσμένο περιεχόμενο"
732
 
733
- #: library/plugin-settings.php:1122
734
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
735
  msgstr "Προσαρμοσμένο κείμενο / σήμανση που πρέπει να συμπεριληφθεί πριν από τη φόρμα υποβολής. Αφήστε κενό για απενεργοποίηση."
736
 
737
- #: library/plugin-settings.php:1125
738
  msgid "Rich Text Editor"
739
  msgstr "Rich Text Editor"
740
 
741
- #: library/plugin-settings.php:1127
742
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
743
- msgstr "Επιλέξτε αυτό το πλαίσιο εάν θέλετε να ενεργοποιήσετε την επεξεργασία πλούσιων κειμένων WP για υποβληθείσες αναρτήσεις."
744
 
745
- #: library/plugin-settings.php:1130
746
  msgid "Unique Titles"
747
  msgstr "Μοναδικοί τίτλοι"
748
 
749
- #: library/plugin-settings.php:1132
750
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
751
- msgstr "Να απαιτούνται μοναδικοί τίτλοι που έχουν υποβληθεί (χρήσιμοι για την αποτροπή πολλαπλών / διπλών υποβολών)."
752
 
753
- #: library/plugin-settings.php:1135
754
  msgid "Disable Required"
755
  msgstr "Απενεργοποίηση Απαιτείται"
756
 
757
- #: library/plugin-settings.php:1137
758
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
759
  msgstr "Απενεργοποιήστε όλα τα απαιτούμενα χαρακτηριστικά στα πεδία προεπιλεγμένης φόρμας (χρήσιμα για την αντιμετώπιση προβλημάτων μηνυμάτων λάθους)."
760
 
761
- #: library/plugin-settings.php:1140
762
  msgid "Enable Shortcodes"
763
- msgstr "Enable Shortcodes"
764
 
765
- #: library/plugin-settings.php:1142
766
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
767
- msgstr "Ενεργοποιήστε τους κωδικούς σύντομων χαρακτήρων στα γραφικά στοιχεία. Από προεπιλογή, το WordPress δεν ενεργοποιεί τα shortcodes στα widgets."
768
 
769
- #: library/plugin-settings.php:1143
770
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
771
  msgstr "Αυτή η ρύθμιση επιτρέπει σε οποιονδήποτε / όλους τους κωδικούς πρόσβασης σε widgets (ακόμη και σε shortcodes από άλλα plugins)."
772
 
773
- #: library/plugin-settings.php:1148
774
- msgid "GDPR"
775
- msgstr "GDPR"
776
 
777
- #: library/plugin-settings.php:1153
778
  msgid "Disable IP Tracking"
779
  msgstr "Απενεργοποίηση παρακολούθησης IP"
780
 
781
- #: library/plugin-settings.php:1155
782
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
783
- msgstr "Από προεπιλογή, το USP καταγράφει τη διεύθυνση IP με κάθε υποβληθείσα θέση. Επιλέξτε αυτό το πλαίσιο για να απενεργοποιήσετε την παρακολούθηση IP."
784
 
785
- #: library/plugin-settings.php:1159
786
  msgid "Display Checkbox"
787
  msgstr "Εμφάνιση πλαισίου ελέγχου"
788
 
789
- #: library/plugin-settings.php:1161
790
  msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
791
- msgstr "Προβολή προσαρμοσμένου πλαισίου ελέγχου στη φόρμα σας (χρήσιμο για GDPR, αποδοχή όρων κ.λπ.)"
792
 
793
- #: library/plugin-settings.php:1164
794
  msgid "Checkbox Name"
795
  msgstr "Όνομα γραμματοκιβωτίου"
796
 
797
- #: library/plugin-settings.php:1166 library/plugin-settings.php:1251
798
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
799
- msgstr "Χρησιμοποιήστε μόνο αλφαριθμητικά, υπογραμμίσεις και παύλες. Εάν δεν είστε σίγουροι, χρησιμοποιήστε το προεπιλεγμένο όνομα:"
800
 
801
- #: library/plugin-settings.php:1169
802
  msgid "Checkbox Error"
803
  msgstr "Σφάλμα στο πλαίσιο ελέγχου"
804
 
805
- #: library/plugin-settings.php:1171
806
  msgid "Error message displayed if user does not check the box."
807
- msgstr "Εμφανίζεται μήνυμα σφάλματος αν ο χρήστης δεν επιλέξει το πλαίσιο."
808
 
809
- #: library/plugin-settings.php:1174
810
  msgid "Checkbox Text"
811
  msgstr "Κείμενο ελέγχου κειμένου"
812
 
813
- #: library/plugin-settings.php:1176
814
  msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
815
  msgstr "Το κείμενο εμφανίζεται δίπλα στο πλαίσιο ελέγχου. Συμβουλή: Χρησιμοποιήστε τα άγκιστρα στη γωνία εξόδου, για παράδειγμα:"
816
 
817
- #: library/plugin-settings.php:1181 library/plugin-settings.php:1186
818
  msgid "Categories"
819
  msgstr "Κατηγορίες"
820
 
821
- #: library/plugin-settings.php:1189
822
- msgid "Select which categories may be assigned to submitted posts (click to toggle)"
823
- msgstr "Επιλέξτε ποιες κατηγορίες μπορούν να αντιστοιχιστούν στις υποβαλλόμενες αναρτήσεις (κάντε κλικ για εναλλαγή)"
824
 
825
- #: library/plugin-settings.php:1197
 
 
 
 
 
 
 
 
826
  msgid "Hidden/Default Category"
827
  msgstr "Κρυφό / προεπιλεγμένη κατηγορία"
828
 
829
- #: library/plugin-settings.php:1199
830
- msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
831
- msgstr "Χρησιμοποιήστε ένα κρυφό πεδίο για την κατηγορία post. Αυτό μπορεί να χρησιμοποιηθεί για να καθορίσετε μια προεπιλεγμένη κατηγορία όταν το πεδίο κατηγορίας είναι απενεργοποιημένο."
832
 
833
- #: library/plugin-settings.php:1202
834
  msgid "Category ID for Hidden Field"
835
  msgstr "Αναγνωριστικό κατηγορίας για το κρυφό πεδίο"
836
 
837
- #: library/plugin-settings.php:1204
838
- msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
839
- msgstr "Καθορίστε το αναγνωριστικό της κατηγορίας που θα χρησιμοποιηθεί για την κατηγορία \"κρυμμένη / προεπιλεγμένη\" & rdquo; επιλογή."
840
 
841
- #: library/plugin-settings.php:1209
842
  msgid "Users"
843
  msgstr "Χρήστες"
844
 
845
- #: library/plugin-settings.php:1214
846
  msgid "Assigned Author"
847
  msgstr "Αναθέτουσα συγγραφέα"
848
 
849
- #: library/plugin-settings.php:1217
850
  msgid "Specify the user that should be assigned as author for submitted posts."
851
- msgstr "Καθορίστε τον χρήστη που θα πρέπει να ανατεθεί ως συντάκτης για τις υποβληθείσες θέσεις."
852
 
853
- #: library/plugin-settings.php:1221
854
  msgid "Registered Username"
855
  msgstr "Εγγεγραμμένο Όνομα Χρήστη"
856
 
857
- #: library/plugin-settings.php:1223
858
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
859
- msgstr "Χρησιμοποιήστε το καταχωρημένο όνομα χρήστη ως συγγραφέα. Ισχύει όταν το άτομο που υποβάλλει τη φόρμα είναι συνδεδεμένο στο WordPress."
860
 
861
- #: library/plugin-settings.php:1226
862
  msgid "User Profile URL"
863
  msgstr "Διεύθυνση URL προφίλ χρήστη"
864
 
865
- #: library/plugin-settings.php:1228
866
  msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
867
- msgstr "Χρησιμοποιήστε τη διεύθυνση URL του προφίλ του εγγεγραμμένου χρήστη ως την τιμή του πεδίου διεύθυνσης URL. Ισχύει όταν το άτομο που υποβάλλει τη φόρμα είναι συνδεδεμένο στο WordPress."
868
 
869
- #: library/plugin-settings.php:1231
870
  msgid "Require User Login"
871
  msgstr "Απαιτείται σύνδεση χρήστη"
872
 
873
- #: library/plugin-settings.php:1233
874
  msgid "Require users to be logged in to WordPress to view/submit the form"
875
  msgstr "Να απαιτείται από τους χρήστες να συνδεθούν στο WordPress για να προβάλλουν / υποβάλλουν τη φόρμα"
876
 
877
- #: library/plugin-settings.php:1236
878
  msgid "Disable Replace Author"
879
  msgstr "Απενεργοποίηση Αντικατάσταση συγγραφέα"
880
 
881
- #: library/plugin-settings.php:1238
882
  msgid "Do not replace post author with submitted user name"
883
- msgstr "Μην αντικαθιστάτε τον συγγραφέα με το υποβληθέν όνομα χρήστη"
884
 
885
- #: library/plugin-settings.php:1244
886
  msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
887
- msgstr "Εδώ μπορείτε να αλλάξετε το όνομα και την ετικέτα που χρησιμοποιεί το προσαρμοσμένο πεδίο. Μπορείτε να ενεργοποιήσετε αυτό το πεδίο μέσω της ρύθμισης πεδίων φόρμας, παραπάνω."
888
 
889
- #: library/plugin-settings.php:1249
890
  msgid "Custom Field Name"
891
  msgstr "Όνομα πεδίου προσαρμοσμένου πεδίου"
892
 
893
- #: library/plugin-settings.php:1254
894
  msgid "Custom Field Label"
895
  msgstr "Ετικέτα προσαρμοσμένου πεδίου"
896
 
897
- #: library/plugin-settings.php:1256
898
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
899
  msgstr "Αυτό θα εμφανιστεί ως ετικέτα πεδίου στη φόρμα. Προεπιλογή: Προσαρμοσμένο πεδίο"
900
 
901
- #: library/plugin-settings.php:1268
902
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
903
- msgstr "Για να αποτρέψετε την ανεπιθύμητη αλληλογραφία, εισαγάγετε μια ερώτηση που πρέπει να απαντήσουν οι χρήστες πριν υποβάλουν τη φόρμα"
904
 
905
- #: library/plugin-settings.php:1271
906
  msgid "Challenge Response"
907
  msgstr "Πρόκληση απόκρισης"
908
 
909
- #: library/plugin-settings.php:1273
910
  msgid "Enter the *only* correct answer to the challenge question."
911
- msgstr "Καταχωρίστε τη σωστή απάντηση * only * στην ερώτηση πρόκλησης."
912
 
913
- #: library/plugin-settings.php:1276
914
  msgid "Case-sensitivity"
915
  msgstr "Ευαίσθητη περίπτωση"
916
 
917
- #: library/plugin-settings.php:1278
918
  msgid "Check this box if you want the challenge response to be case-sensitive."
919
- msgstr "Επιλέξτε αυτό το πλαίσιο εάν θέλετε η απάντηση της πρόκλησης να είναι ευαίσθητη σε πεζά."
920
 
921
- #: library/plugin-settings.php:1284
922
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
923
- msgstr "Για να ενεργοποιήσετε το Google reCAPTCHA, πληκτρολογήστε τα δημόσια και ιδιωτικά κλειδιά σας."
924
 
925
- #: library/plugin-settings.php:1289
926
  msgid "Public Key"
927
  msgstr "Δημόσιο κλειδί"
928
 
929
- #: library/plugin-settings.php:1291
930
  msgid "Enter your Public Key"
931
  msgstr "Εισαγάγετε το δημόσιο κλειδί σας"
932
 
933
- #: library/plugin-settings.php:1294
934
  msgid "Private Key"
935
  msgstr "Ιδιωτικό κλειδί"
936
 
937
- #: library/plugin-settings.php:1296
938
  msgid "Enter your Private Key"
939
- msgstr "Εισαγάγετε το ιδιωτικό κλειδί σας"
940
 
941
- #: library/plugin-settings.php:1301
942
  msgid "Email Alerts"
943
  msgstr "Ειδοποιήσεις ηλεκτρονικού ταχυδρομείου"
944
 
945
- #: library/plugin-settings.php:1306
946
  msgid "Receive Email Alert"
947
  msgstr "Λήψη ειδοποίησης μέσω ηλεκτρονικού ταχυδρομείου"
948
 
949
- #: library/plugin-settings.php:1308
950
  msgid "Check this box if you want to be notified via email for new post submissions."
951
  msgstr "Επιλέξτε αυτό το πλαίσιο εάν θέλετε να ενημερώνεστε μέσω ηλεκτρονικού ταχυδρομείου για νέες υποβολές μηνυμάτων."
952
 
953
- #: library/plugin-settings.php:1311
954
  msgid "Enable HTML Format"
955
  msgstr "Ενεργοποιήστε τη μορφή HTML"
956
 
957
- #: library/plugin-settings.php:1313
958
  msgid "Check this box to enable HTML format for email alerts."
959
  msgstr "Επιλέξτε αυτό το πλαίσιο για να ενεργοποιήσετε τη μορφή HTML για ειδοποιήσεις μέσω ηλεκτρονικού ταχυδρομείου."
960
 
961
- #: library/plugin-settings.php:1316
962
  msgid "Email Address for Alerts"
963
  msgstr "Διεύθυνση ηλεκτρονικού ταχυδρομείου για ειδοποιήσεις"
964
 
965
- #: library/plugin-settings.php:1318
966
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
967
- msgstr "Εάν έχετε επιλέξει το πλαίσιο για να λάβετε ειδοποιήσεις μέσω ηλεκτρονικού ταχυδρομείου, υποδείξτε εδώ τη διεύθυνση (-ες) στην οποία πρέπει να σταλούν τα μηνύματα ηλεκτρονικού ταχυδρομείου."
968
 
969
- #: library/plugin-settings.php:1319
970
  msgid "Multiple recipients may be included using a comma, like so:"
971
  msgstr "Πολλοί παραλήπτες μπορούν να συμπεριληφθούν χρησιμοποιώντας ένα κόμμα, όπως έτσι:"
972
 
973
- #: library/plugin-settings.php:1322
974
  msgid "Email &ldquo;From&rdquo; Address"
975
  msgstr "Email & ldquo; από & rdquo; Διεύθυνση"
976
 
977
- #: library/plugin-settings.php:1324
978
  msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
979
- msgstr "Εδώ μπορείτε να προσαρμόσετε τις διευθύνσεις που χρησιμοποιούνται για το & ldquo; From & rdquo; κεφαλίδα (δείτε τις Συνήθεις ερωτήσεις για πληροφορίες)."
980
 
981
- #: library/plugin-settings.php:1325
982
  msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
983
- msgstr "Εάν έχουν οριστεί πολλαπλές διευθύνσεις στην προηγούμενη ρύθμιση, συμπεριλάβετε έναν ίσο αριθμό από & ldquo; Από & rdquo; διευθύνσεις για αυτήν τη ρύθμιση (με την ίδια σειρά)."
984
 
985
- #: library/plugin-settings.php:1328
986
  msgid "Email Alert Subject"
987
  msgstr "Θέμα προειδοποίησης ηλεκτρονικού ταχυδρομείου"
988
 
989
- #: library/plugin-settings.php:1330
990
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
991
- msgstr "Θέμα για ειδοποιήσεις ηλεκτρονικού ταχυδρομείου. Αφήστε κενό για να χρησιμοποιήσετε την προεπιλεγμένη γραμμή θέματος. Σημείωση: μπορείτε να χρησιμοποιήσετε τις ακόλουθες μεταβλητές:"
992
 
993
- #: library/plugin-settings.php:1335
994
  msgid "Email Alert Message"
995
  msgstr "Μήνυμα ειδοποίησης μέσω ηλεκτρονικού ταχυδρομείου"
996
 
997
- #: library/plugin-settings.php:1337
998
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
999
- msgstr "Μήνυμα για ειδοποιήσεις ηλεκτρονικού ταχυδρομείου. Αφήστε κενό για να χρησιμοποιήσετε το προεπιλεγμένο μήνυμα. Σημείωση: μπορείτε να χρησιμοποιήσετε τις ακόλουθες μεταβλητές:"
1000
 
1001
- #: library/plugin-settings.php:1349
1002
  msgid "Featured Image"
1003
  msgstr "Προτεινόμενη εικόνα"
1004
 
1005
- #: library/plugin-settings.php:1351
1006
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
1007
  msgstr "Ορίστε τις φωτογραφίες που έχετε υποβάλει ως Προτεινόμενες Εικόνες. Απαιτεί υποστήριξη θεμάτων για τις Προτεινόμενες Εικόνες (aka Post Thumbnails)."
1008
 
1009
- #: library/plugin-settings.php:1354
1010
  msgid "Upload Message"
1011
- msgstr "Μεταφόρτωση μηνύματος"
1012
 
1013
- #: library/plugin-settings.php:1356
1014
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
1015
- msgstr "Μήνυμα που εμφανίζεται δίπλα στο πεδίο φόρτωσης. Χρήσιμο για να δηλώσετε τις οδηγίες / πολιτικές μεταφόρτωσης / κλπ. Επιτρέπεται η βασική σήμανση."
1016
 
1017
- #: library/plugin-settings.php:1359
1018
  msgid "&ldquo;Add another image&rdquo; link"
1019
  msgstr "& ldquo; Προσθέστε μια άλλη εικόνα & rdquo; Σύνδεσμος"
1020
 
1021
- #: library/plugin-settings.php:1361
1022
  msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
1023
- msgstr "Προσαρμοσμένη σήμανση για την & ldquo; Προσθήκη άλλης εικόνας & rdquo; Σύνδεσμος. Αφήστε κενό για να χρησιμοποιήσετε την προεπιλεγμένη σήμανση (συνιστάται)."
1024
 
1025
- #: library/plugin-settings.php:1364
1026
  msgid "Minimum number of images"
1027
  msgstr "Ελάχιστος αριθμός εικόνων"
1028
 
1029
- #: library/plugin-settings.php:1367
1030
  msgid "Specify the minimum number of images."
1031
  msgstr "Καθορίστε τον ελάχιστο αριθμό εικόνων."
1032
 
1033
- #: library/plugin-settings.php:1371
1034
  msgid "Maximum number of images"
1035
  msgstr "Μέγιστος αριθμός εικόνων"
1036
 
1037
- #: library/plugin-settings.php:1374
1038
  msgid "Specify the maximum number of images."
1039
  msgstr "Καθορίστε τον μέγιστο αριθμό εικόνων."
1040
 
1041
- #: library/plugin-settings.php:1378
1042
  msgid "Minimum image width"
1043
  msgstr "Ελάχιστο πλάτος εικόνας"
1044
 
1045
- #: library/plugin-settings.php:1380
1046
  msgid "Specify a minimum width (in pixels) for uploaded images."
1047
- msgstr "Καθορίστε ένα ελάχιστο πλάτος (σε pixel) για τις μεταφορτωμένες εικόνες."
1048
 
1049
- #: library/plugin-settings.php:1383
1050
  msgid "Minimum image height"
1051
  msgstr "Ελάχιστο ύψος εικόνας"
1052
 
1053
- #: library/plugin-settings.php:1385
1054
  msgid "Specify a minimum height (in pixels) for uploaded images."
1055
  msgstr "Καθορίστε ένα ελάχιστο ύψος (σε εικονοστοιχεία) για τις μεταφορτωμένες εικόνες."
1056
 
1057
- #: library/plugin-settings.php:1388
1058
  msgid "Maximum image width"
1059
  msgstr "Μέγιστο πλάτος εικόνας"
1060
 
1061
- #: library/plugin-settings.php:1390
1062
  msgid "Specify a maximum width (in pixels) for uploaded images."
1063
  msgstr "Καθορίστε ένα μέγιστο πλάτος (σε εικονοστοιχεία) για μεταφορτωμένες εικόνες."
1064
 
1065
- #: library/plugin-settings.php:1393
1066
  msgid "Maximum image height"
1067
  msgstr "Μέγιστο ύψος εικόνας"
1068
 
1069
- #: library/plugin-settings.php:1395
1070
  msgid "Specify a maximum height (in pixels) for uploaded images."
1071
  msgstr "Καθορίστε ένα μέγιστο ύψος (σε εικονοστοιχεία) για τις μεταφορτωμένες εικόνες."
1072
 
1073
- #: library/plugin-settings.php:1398
1074
  msgid "More Options"
1075
  msgstr "Περισσότερες επιλογές"
1076
 
1077
- #: library/plugin-settings.php:1401
1078
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
1079
  msgstr "Για περισσότερες επιλογές, όπως η δυνατότητα μεταφόρτωσης άλλων τύπων αρχείων (όπως PDF, Word, Zip, βίντεο και άλλα), ελέγξτε έξω"
1080
 
1081
- #: library/plugin-settings.php:1402
1082
  msgid "Go Pro!"
1083
  msgstr "Γίνε επαγγελματίας!"
1084
 
1085
- #: library/plugin-settings.php:1409
1086
  msgid "Auto-Display Content"
1087
  msgstr "Αυτόματη προβολή περιεχομένου"
1088
 
1089
- #: library/plugin-settings.php:1414
1090
  msgid "Auto-Display Images"
1091
  msgstr "Αυτόματη προβολή εικόνων"
1092
 
1093
- #: library/plugin-settings.php:1416
1094
  msgid "Auto-display user-submitted images:"
1095
  msgstr "Αυτόματη προβολή εικόνων που έχουν υποβληθεί από τους χρήστες:"
1096
 
1097
- #: library/plugin-settings.php:1421
1098
  msgid "Image Markup"
1099
  msgstr "Σήμανση εικόνας"
1100
 
1101
- #: library/plugin-settings.php:1423
1102
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1103
  msgstr "Σήμανση για χρήση για κάθε εικόνα που έχει υποβληθεί (όταν είναι ενεργοποιημένη η αυτόματη προβολή). Μπορεί να χρησιμοποιηθεί"
1104
 
1105
- #: library/plugin-settings.php:1425 library/plugin-settings.php:1438
1106
- #: library/plugin-settings.php:1451 library/plugin-settings.php:1464
1107
  msgid "and"
1108
  msgstr "και"
1109
 
1110
- #: library/plugin-settings.php:1428
1111
  msgid "Auto-Display Email"
1112
- msgstr "Αυτόματο μήνυμα ηλεκτρονικού ταχυδρομείου"
1113
 
1114
- #: library/plugin-settings.php:1430
1115
  msgid "Auto-display user-submitted email:"
1116
  msgstr "Αυτόματη εμφάνιση ηλεκτρονικού ταχυδρομείου που υπέβαλε χρήστης:"
1117
 
1118
- #: library/plugin-settings.php:1435
1119
  msgid "Email Markup"
1120
  msgstr "Ετικέτα ηλεκτρονικού ταχυδρομείου"
1121
 
1122
- #: library/plugin-settings.php:1437
1123
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1124
- msgstr "Σήμανση για χρήση για τη διεύθυνση ηλεκτρονικού ταχυδρομείου που υποβλήθηκε (όταν είναι ενεργοποιημένη η αυτόματη εμφάνιση). Μπορεί να χρησιμοποιηθεί"
1125
 
1126
- #: library/plugin-settings.php:1441
1127
  msgid "Auto-Display URL"
1128
  msgstr "Διεύθυνση URL αυτόματης προβολής"
1129
 
1130
- #: library/plugin-settings.php:1443
1131
  msgid "Auto-display user-submitted URL:"
1132
  msgstr "Αυτόματη εμφάνιση της διεύθυνσης URL που υπέβαλε χρήστης:"
1133
 
1134
- #: library/plugin-settings.php:1448
1135
  msgid "URL Markup"
1136
- msgstr "Σήμανση URL"
1137
 
1138
- #: library/plugin-settings.php:1450
1139
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1140
  msgstr "Σήμανση για χρήση για την υποβληθείσα διεύθυνση URL (όταν είναι ενεργοποιημένη η αυτόματη προβολή). Μπορεί να χρησιμοποιηθεί"
1141
 
1142
- #: library/plugin-settings.php:1454
1143
  msgid "Auto-Display Custom Field"
1144
  msgstr "Αυτόματη προβολή προσαρμοσμένου πεδίου"
1145
 
1146
- #: library/plugin-settings.php:1456
1147
  msgid "Auto-display user-submitted Custom Field:"
1148
  msgstr "Αυτόματη εμφάνιση προσαρμοσμένου πεδίου που υποβλήθηκε από το χρήστη:"
1149
 
1150
- #: library/plugin-settings.php:1461
1151
  msgid "Custom Field Markup"
1152
- msgstr "Ετικέτα προσαρμοσμένου πεδίου"
1153
 
1154
- #: library/plugin-settings.php:1463
1155
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1156
  msgstr "Σήμανση για χρήση για το προσαρμοσμένο πεδίο (όταν είναι ενεργοποιημένη η αυτόματη προβολή). Μπορεί να χρησιμοποιηθεί"
1157
 
1158
- #: library/plugin-settings.php:1469 library/plugin-settings.php:1581
1159
  msgid "Save Settings"
1160
  msgstr "Αποθηκεύσετε τις ρυθμίσεις"
1161
 
1162
- #: library/plugin-settings.php:1474
1163
  msgid "Display the Form"
1164
- msgstr "Εμφάνιση της φόρμας"
1165
 
1166
- #: library/plugin-settings.php:1477
1167
  msgid "Post-Submit Form"
1168
  msgstr "Φόρμα υποβολής υποβολής"
1169
 
1170
- #: library/plugin-settings.php:1478
1171
  msgid "USP enables you to display a post-submission form anywhere on your site."
1172
- msgstr "Το USP σάς δίνει τη δυνατότητα να εμφανίζετε μια φόρμα μετά την υποβολή οπουδήποτε στον ιστότοπό σας."
1173
 
1174
- #: library/plugin-settings.php:1479 library/plugin-settings.php:1488
1175
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1176
  msgstr "Χρησιμοποιήστε το shortcode για να εμφανίσετε τη φόρμα σε οποιαδήποτε δημοσίευση WP ή σελίδα:"
1177
 
1178
- #: library/plugin-settings.php:1482 library/plugin-settings.php:1491
1179
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1180
- msgstr "Ή χρησιμοποιήστε την ετικέτα πρότυπου για να εμφανίσετε τη φόρμα οπουδήποτε στο πρότυπο θέμα:"
1181
 
1182
- #: library/plugin-settings.php:1486
1183
  msgid "Login/Register Form"
1184
  msgstr "Φόρμα εγγραφής / εγγραφής"
1185
 
1186
- #: library/plugin-settings.php:1487
1187
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1188
- msgstr "Μπορείτε επίσης να εμφανίσετε μια φόρμα που επιτρέπει στους χρήστες να συνδεθούν, να εγγραφούν ή να επαναφέρουν τον κωδικό πρόσβασής τους."
1189
 
1190
- #: library/plugin-settings.php:1495
1191
  msgid "Display Submitted Posts"
1192
  msgstr "Εμφάνιση υποβαλλόμενων μηνυμάτων"
1193
 
1194
- #: library/plugin-settings.php:1496
1195
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1196
- msgstr "Χρησιμοποιήστε αυτό το shortcode για να εμφανίσετε μια λίστα με τις υποβαλλόμενες δημοσιεύσεις σε οποιαδήποτε δημοσίευση WP ή σελίδα:"
1197
 
1198
- #: library/plugin-settings.php:1499
1199
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1200
- msgstr "Ή χρησιμοποιήστε την ετικέτα πρότυπου για να εμφανίσετε μια λίστα με τις υποβληθείσες δημοσιεύσεις οπουδήποτε στο πρότυπο θεμάτων:"
1201
 
1202
- #: library/plugin-settings.php:1502
1203
  msgid "Here are some examples showing how to configure this shortcode:"
1204
- msgstr "Ακολουθούν μερικά παραδείγματα που δείχνουν πώς να διαμορφώσετε αυτό το σύντομο κωδικό:"
1205
 
1206
- #: library/plugin-settings.php:1510
1207
  msgid "Display Image Gallery"
1208
  msgstr "Προβολή της Συλλογής εικόνων"
1209
 
1210
- #: library/plugin-settings.php:1511
1211
  msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
1212
- msgstr "Χρησιμοποιήστε αυτό το σύντομο κώδικα για να εμφανίσετε μια συλλογή από εικόνες που έχετε μεταφορτώσει για κάθε θέση που υποβάλατε:"
1213
 
1214
- #: library/plugin-settings.php:1514
1215
  msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
1216
- msgstr "Ή χρησιμοποιήστε την ετικέτα πρότυπου για να εμφανίσετε μια συλλογή εικόνων οπουδήποτε στο πρότυπο θεμάτων:"
1217
 
1218
- #: library/plugin-settings.php:1517
1219
  msgid "You can customize using any of the follwing attributes:"
1220
  msgstr "Μπορείτε να προσαρμόσετε χρησιμοποιώντας οποιαδήποτε από τα παρακάτω χαρακτηριστικά:"
1221
 
1222
- #: library/plugin-settings.php:1532
1223
  msgid "Reset Form Button"
1224
  msgstr "Επαναφορά του κουμπιού φόρμας"
1225
 
1226
- #: library/plugin-settings.php:1533
1227
  msgid "This shortcode displays a link that resets the form to its original state:"
1228
  msgstr "Αυτός ο συντομότερος κώδικας εμφανίζει έναν σύνδεσμο που επαναφέρει τη φόρμα στην αρχική του κατάσταση:"
1229
 
1230
- #: library/plugin-settings.php:1536
1231
  msgid "This shortcode accepts the following attributes:"
1232
  msgstr "Αυτός ο κωδικός πρόσβασης δέχεται τα ακόλουθα χαρακτηριστικά:"
1233
 
1234
- #: library/plugin-settings.php:1542
1235
  msgid "Note that the url attribute accepts"
1236
  msgstr "Σημειώστε ότι το χαρακτηριστικό url αποδέχεται"
1237
 
1238
- #: library/plugin-settings.php:1542
1239
  msgid "to get the current URL."
1240
  msgstr "για να λάβετε την τρέχουσα διεύθυνση URL."
1241
 
1242
- #: library/plugin-settings.php:1545
1243
  msgid "Access Control"
1244
  msgstr "Έλεγχος πρόσβασης"
1245
 
1246
- #: library/plugin-settings.php:1546
1247
  msgid "USP provides three shortcodes to control access and restrict content."
1248
  msgstr "Το USP παρέχει τρεις κωδικούς πρόσβασης για τον έλεγχο της πρόσβασης και τον περιορισμό του περιεχομένου."
1249
 
1250
- #: library/plugin-settings.php:1547
1251
  msgid "Display content only to users with a specific capability:"
1252
  msgstr "Εμφάνιση περιεχομένου μόνο σε χρήστες με συγκεκριμένη δυνατότητα:"
1253
 
1254
- #: library/plugin-settings.php:1550
1255
  msgid "Display content to logged-in users:"
1256
  msgstr "Εμφάνιση περιεχομένου σε συνδεδεμένους χρήστες:"
1257
 
1258
- #: library/plugin-settings.php:1553
1259
  msgid "Display content to visitors only:"
1260
  msgstr "Εμφάνιση περιεχομένου μόνο σε επισκέπτες:"
1261
 
1262
- #: library/plugin-settings.php:1556
1263
  msgid "Tip:"
1264
  msgstr "Υπόδειξη:"
1265
 
1266
- #: library/plugin-settings.php:1556
1267
  msgid "to include markup in the deny message, you can use"
1268
  msgstr "για να συμπεριλάβετε σήμανση στο μήνυμα άρνησης, μπορείτε να χρησιμοποιήσετε"
1269
 
1270
- #: library/plugin-settings.php:1556
1271
  msgid "to output"
1272
  msgstr "στην έξοδο"
1273
 
1274
- #: library/plugin-settings.php:1559
1275
  msgid "Example"
1276
  msgstr "Παράδειγμα"
1277
 
1278
- #: library/plugin-settings.php:1560
1279
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1280
  msgstr "Εάν ο χρήστης είναι συνδεδεμένος, εμφανίστε τη φόρμα μετά την υποβολή. ή εάν ο χρήστης δεν είναι συνδεδεμένος, εμφανίστε τη φόρμα σύνδεσης:"
1281
 
1282
- #: library/plugin-settings.php:1572
1283
  msgid "Restore Defaults"
1284
  msgstr "Επαναφέρετε τις προεπιλογές"
1285
 
1286
- #: library/plugin-settings.php:1575
1287
  msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1288
- msgstr "Αφήστε αυτή την επιλογή απενεργοποιημένη για να θυμάστε τις ρυθμίσεις σας. Ή, για να προχωρήσετε και να επαναφέρετε τις προεπιλεγμένες επιλογές πρόσθετων στοιχείων: επιλέξτε το πλαίσιο, αποθηκεύστε τις ρυθμίσεις σας και, στη συνέχεια, απενεργοποιήστε / ενεργοποιήστε ξανά το plugin."
1289
 
1290
- #: library/plugin-settings.php:1579
1291
  msgid "Restore default options upon plugin deactivation/reactivation."
1292
  msgstr "Επαναφορά προεπιλεγμένων επιλογών κατά την απενεργοποίηση / επανενεργοποίηση του plugin."
1293
 
1294
- #: library/plugin-settings.php:1586
1295
  msgid "Show Support"
1296
  msgstr "Εμφάνιση υποστήριξης"
1297
 
1298
- #: library/plugin-settings.php:1595
1299
  msgid "by"
1300
  msgstr "με"
1301
 
1302
- #: library/plugin-settings.php:1596
1303
  msgid "Jeff Starr on Twitter"
1304
  msgstr "Jeff Starr στο Twitter"
1305
 
1306
- #: library/plugin-settings.php:1597
1307
  msgid "Obsessive Web Design &amp; Development"
1308
  msgstr "Obsessive Web Design & amp; Ανάπτυξη"
1309
 
1310
- #: library/plugin-settings.php:1608
1311
  msgid "Save Preference"
1312
  msgstr "Αποθήκευση προτιμήσεων"
1313
 
1314
- #: library/plugin-settings.php:1615
1315
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1316
  msgstr "Είστε βέβαιοι ότι θέλετε να επαναφέρετε όλες τις προεπιλεγμένες επιλογές; (Αυτή η πράξη δε μπορεί να αναιρεθεί)"
1317
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1318
  #. Description of the plugin
1319
  #:
1320
  msgid "Enables your visitors to submit posts and images from anywhere on your site."
4
  "Content-Type: text/plain; charset=UTF-8\n"
5
  "Content-Transfer-Encoding: 8bit\n"
6
  "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20190825\n"
8
  "Language: el\n"
9
 
10
  #. Name of the plugin
12
  msgid "User Submitted Posts"
13
  msgstr "Δημοσιευμένες Δημοσιεύσεις Χρήστη"
14
 
15
+ #: user-submitted-posts.php:82
16
  msgid "requires WordPress "
17
+ msgstr "απαιτεί WordPress "
18
 
19
+ #: user-submitted-posts.php:83
20
  msgid " or higher, and has been deactivated! "
21
+ msgstr " ή υψηλότερη και έχει απενεργοποιηθεί! "
22
 
23
+ #: user-submitted-posts.php:84
24
  msgid "Please return to the"
25
+ msgstr "Επιστρέψτε στο"
26
 
27
+ #: user-submitted-posts.php:85
28
  msgid "WordPress Admin Area"
29
  msgstr "Περιοχή διαχείρισης του WordPress"
30
 
31
+ #: user-submitted-posts.php:86
32
  msgid "to upgrade WordPress and try again."
33
  msgstr "για να αναβαθμίσετε το WordPress και να προσπαθήσετε ξανά."
34
 
35
+ #: user-submitted-posts.php:126
36
  msgid "User Submitted Post"
37
  msgstr "Δημοσίευση χρήστη"
38
 
39
+ #: user-submitted-posts.php:467
40
  msgid "User Submitted Post Info"
41
  msgstr "Ο χρήστης υποβλήθηκε μετά τις πληροφορίες"
42
 
43
+ #: user-submitted-posts.php:497
44
  msgid "Submitter Name: "
45
+ msgstr "Όνομα υποβάλλοντα: "
46
 
47
+ #: user-submitted-posts.php:498
48
  msgid "Submitter Email: "
49
+ msgstr "Email υποβάλλοντα: "
50
 
51
+ #: user-submitted-posts.php:499
52
  msgid "Submitter URL: "
53
+ msgstr "URL υποβολής: "
54
 
55
+ #: user-submitted-posts.php:500
56
  msgid "Submitter IP: "
57
+ msgstr "IP υποβάλλοντα: "
58
 
59
+ #: user-submitted-posts.php:555
60
  msgid "Show USP Posts"
61
  msgstr "Εμφάνιση μηνυμάτων USP"
62
 
63
+ #: user-submitted-posts.php:556 library/plugin-settings.php:1095
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
+ #: user-submitted-posts.php:1393
68
  msgid " files required"
69
+ msgstr " απαιτούνται αρχεία"
70
 
71
+ #: user-submitted-posts.php:1394
72
  msgid " file required"
73
  msgstr " αρχείου απαιτείται"
74
 
75
+ #: user-submitted-posts.php:1396
76
  msgid " files"
77
  msgstr " αρχεία"
78
 
79
+ #: user-submitted-posts.php:1397
80
  msgid " file"
81
  msgstr " αρχείο"
82
 
83
+ #: user-submitted-posts.php:1399 user-submitted-posts.php:1400
84
+ #: user-submitted-posts.php:1401 user-submitted-posts.php:1402
85
  msgid " pixels"
86
+ msgstr " εικονοστοιχεία"
87
 
88
+ #: user-submitted-posts.php:1404 library/core-functions.php:219
89
+ #: library/plugin-settings.php:297 library/plugin-settings.php:316
90
+ #: library/plugin-settings.php:794 library/plugin-settings.php:1344
91
  msgid "Custom Field"
92
  msgstr "Προσαρμοσμένο πεδίο"
93
 
94
+ #: user-submitted-posts.php:1406
95
  msgid "Custom checkbox required"
96
  msgstr "Απαιτείται προσαρμοσμένο πλαίσιο ελέγχου"
97
 
98
+ #: user-submitted-posts.php:1409
99
  msgid "An error occurred. Please go back and try again."
100
  msgstr "Παρουσιάστηκε σφάλμα. Επιστρέψτε και δοκιμάστε ξανά."
101
 
102
+ #: user-submitted-posts.php:1419
103
  msgid "User login required"
104
  msgstr "Απαιτείται σύνδεση χρήστη"
105
 
106
+ #: user-submitted-posts.php:1420
107
  msgid "User name required"
108
  msgstr "Απαιτείται όνομα χρήστη"
109
 
110
+ #: user-submitted-posts.php:1421
111
  msgid "Post title required"
112
  msgstr "Απαιτείται τίτλος μετάδοσης"
113
 
114
+ #: user-submitted-posts.php:1422
115
  msgid "User URL required"
116
  msgstr "Απαιτείται διεύθυνση URL χρήστη"
117
 
118
+ #: user-submitted-posts.php:1423
119
  msgid "Post tags required"
120
  msgstr "Απαιτούνται ετικέτες δημοσίευσης"
121
 
122
+ #: user-submitted-posts.php:1424
123
  msgid "Post category required"
124
  msgstr "Απαιτείται κατηγορία θέσης"
125
 
126
+ #: user-submitted-posts.php:1425
127
  msgid "Post content required"
128
  msgstr "Δημοσίευση περιεχομένου που απαιτείται"
129
 
130
+ #: user-submitted-posts.php:1426 user-submitted-posts.php:1427
131
  msgid "Correct captcha required"
132
  msgstr "Απαιτείται σωστή captcha"
133
 
134
+ #: user-submitted-posts.php:1428
135
  msgid "User email required"
136
+ msgstr "Απαιτείται ηλεκτρονικό ταχυδρομείο χρήστη"
137
 
138
+ #: user-submitted-posts.php:1429
139
  msgid "Please check your email and try again"
140
  msgstr "Ελέγξτε το email σας και δοκιμάστε ξανά"
141
 
142
+ #: user-submitted-posts.php:1430
143
  msgid "Non-empty value for hidden field"
144
  msgstr "Μη-κενή τιμή για κρυφό πεδίο"
145
 
146
+ #: user-submitted-posts.php:1431
147
  msgid "Minimum number of images not met"
148
+ msgstr "Δεν πληρούται ο ελάχιστος αριθμός εικόνων"
149
 
150
+ #: user-submitted-posts.php:1432
151
  msgid "Maximum number of images exceeded "
152
+ msgstr "Έχει υπερβεί ο μέγιστος αριθμός εικόνων "
153
 
154
+ #: user-submitted-posts.php:1433
155
  msgid "Minimum image width not met"
156
  msgstr "Το ελάχιστο πλάτος εικόνας δεν πληρούται"
157
 
158
+ #: user-submitted-posts.php:1434
159
  msgid "Image width exceeds maximum"
160
  msgstr "Το πλάτος της εικόνας υπερβαίνει το μέγιστο"
161
 
162
+ #: user-submitted-posts.php:1435
163
  msgid "Minimum image height not met"
164
  msgstr "Το ελάχιστο ύψος εικόνας δεν πληρούται"
165
 
166
+ #: user-submitted-posts.php:1436
167
  msgid "Image height exceeds maximum"
168
  msgstr "Το ύψος της εικόνας υπερβαίνει το μέγιστο"
169
 
170
+ #: user-submitted-posts.php:1437
171
  msgid "File type not allowed (please upload images only)"
172
+ msgstr "Δεν επιτρέπεται ο τύπος αρχείου (παρακαλούμε μεταφορτώστε μόνο τις εικόνες)"
173
 
174
+ #: user-submitted-posts.php:1438
175
  msgid " required"
176
  msgstr " απαιτείται"
177
 
178
+ #: user-submitted-posts.php:1443
179
  msgid "File not uploaded. Please check the file and try again."
180
  msgstr "Το αρχείο δεν μεταφορτώθηκε. Ελέγξτε το αρχείο και προσπαθήστε ξανά."
181
 
182
+ #: user-submitted-posts.php:1447
183
  msgid "The file(s) could not be uploaded"
184
  msgstr "Δεν ήταν δυνατή η μεταφόρτωση των αρχείων"
185
 
186
+ #: user-submitted-posts.php:1449
187
  msgid "Post not created. Please contact the site administrator for help."
188
  msgstr "Η δημοσίευση δεν δημιουργήθηκε. Επικοινωνήστε με τον διαχειριστή του ιστότοπου για βοήθεια."
189
 
190
+ #: user-submitted-posts.php:1450
191
  msgid "Duplicate post title. Please try again."
192
  msgstr "Διπλότυπος τίτλος. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα."
193
 
194
+ #: user-submitted-posts.php:1460
195
  msgid "Error: "
196
+ msgstr "Λάθος: "
197
 
198
+ #: user-submitted-posts.php:1486
199
  msgid "Return to form"
200
  msgstr "Επιστροφή στη φόρμα"
201
 
202
+ #: user-submitted-posts.php:1516 library/plugin-settings.php:1071
203
  msgid "Please"
204
  msgstr "Σας παρακαλούμε"
205
 
206
+ #: user-submitted-posts.php:1517
207
  msgid "log in"
208
  msgstr "Σύνδεση"
209
 
210
+ #: user-submitted-posts.php:1518
211
  msgid "to submit content!"
212
  msgstr "να υποβάλει περιεχόμενο!"
213
 
214
+ #: views/submission-form.php:21 views/submission-form-alt.php:40
215
  msgid "Please complete the required fields."
216
  msgstr "Συμπληρώστε τα απαιτούμενα πεδία."
217
 
218
+ #: views/submission-form.php:31 views/submission-form.php:32
219
+ #: views/submission-form-alt.php:46 views/submission-form-alt.php:47
220
  msgid "Your Name"
221
  msgstr "Το όνομα σου"
222
 
223
+ #: views/submission-form.php:37 views/submission-form.php:38
224
+ #: views/submission-form-alt.php:52 views/submission-form-alt.php:53
225
  msgid "Your URL"
226
  msgstr "Η διεύθυνση URL σας"
227
 
228
+ #: views/submission-form.php:43 views/submission-form.php:44
229
+ #: views/submission-form-alt.php:58 views/submission-form-alt.php:59
230
  msgid "Your Email"
231
  msgstr "Η διεύθυνση του ηλεκτρονικού σου ταχυδρομείου"
232
 
233
+ #: views/submission-form.php:49 views/submission-form.php:50
234
+ #: views/submission-form-alt.php:64 views/submission-form-alt.php:65
235
+ #: library/plugin-settings.php:1132
236
  msgid "Post Title"
237
  msgstr "Τίτλος ανάρτησης"
238
 
239
+ #: views/submission-form.php:55 views/submission-form.php:56
240
+ #: views/submission-form-alt.php:70 views/submission-form-alt.php:71
241
+ #: library/plugin-settings.php:1133
242
  msgid "Post Tags"
243
  msgstr "Δημοσίευση ετικετών"
244
 
245
+ #: views/submission-form.php:68 views/submission-form-alt.php:83
246
  msgid "Antispam Question"
247
  msgstr "Antispam Ερώτηση"
248
 
249
+ #: views/submission-form.php:73 views/submission-form-alt.php:88
250
+ #: library/plugin-settings.php:1134
251
  msgid "Post Category"
252
  msgstr "Δημοσίευση κατηγορίας"
253
 
254
+ #: views/submission-form.php:74 views/submission-form.php:75
255
+ #: views/submission-form-alt.php:89 views/submission-form-alt.php:90
256
  msgid "Please select a category.."
257
+ msgstr "Παρακαλώ επιλέξτε μια κατηγορία .."
258
 
259
+ #: views/submission-form.php:106 views/submission-form.php:107
260
+ #: views/submission-form-alt.php:121 views/submission-form-alt.php:122
261
+ #: library/plugin-settings.php:1135
262
  msgid "Post Content"
263
  msgstr "Δημοσίευση περιεχομένου"
264
 
265
+ #: views/submission-form.php:113 views/submission-form-alt.php:128
266
  msgid "Verification"
267
  msgstr "Επαλήθευση"
268
 
269
+ #: views/submission-form.php:120 views/submission-form-alt.php:135
270
  msgid "Upload an Image"
271
  msgstr "Μεταφορτώστε μια εικόνα"
272
 
273
+ #: views/submission-form.php:129 views/submission-form-alt.php:144
274
  msgid "Add another image"
275
  msgstr "Προσθέστε μια άλλη εικόνα"
276
 
277
+ #: views/submission-form.php:151 views/submission-form-alt.php:166
278
  msgid "Human verification: leave this field empty."
279
  msgstr "Ανθρώπινη επαλήθευση: αφήστε αυτό το πεδίο κενό."
280
 
281
+ #: views/submission-form.php:175 views/submission-form-alt.php:190
282
  msgid "Submit Post"
283
  msgstr "Υποβολή Δημοσίευσης"
284
 
285
+ #: library/enqueue-scripts.php:122 library/enqueue-scripts.php:157
286
+ msgid "Incorrect response."
287
+ msgstr "Λανθασμένη απάντηση."
288
+
289
  #: library/shortcode-misc.php:18
290
  msgid "Reset form"
291
  msgstr "Επαναφορά μορφής"
294
  msgid "View full post"
295
  msgstr "Δείτε την πλήρη ανάρτηση"
296
 
297
+ #: library/plugin-settings.php:31
298
+ msgid "Settings"
299
+ msgstr "Ρυθμίσεις"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
300
 
301
+ #: library/plugin-settings.php:40
302
  msgid "Get USP Pro for unlimited forms!"
303
+ msgstr "Αποκτήστε το USP Pro για απεριόριστες φόρμες!"
304
 
305
+ #: library/plugin-settings.php:41
306
  msgid "Go Pro"
307
  msgstr "Γίνε επαγγελματίας"
308
 
309
+ #: library/plugin-settings.php:62 library/plugin-settings.php:1103
310
+ #: library/plugin-settings.php:1696
 
 
 
 
311
  msgid "Plugin Homepage"
312
  msgstr "Ιστοσελίδα Plugin"
313
 
314
+ #: library/plugin-settings.php:63
315
  msgid "Homepage"
316
  msgstr "Αρχική σελίδα"
317
 
318
+ #: library/plugin-settings.php:68
319
  msgid "Give USP a 5-star rating at WordPress.org"
320
  msgstr "Δώστε USP μια βαθμολογία 5 αστέρων στο WordPress.org"
321
 
322
+ #: library/plugin-settings.php:69
323
  msgid "Rate this plugin&nbsp;&raquo;"
324
  msgstr "Αξιολογήστε αυτήν την προσθήκη & nbsp; & raquo;"
325
 
326
+ #: library/plugin-settings.php:127
327
  msgid "WP Post (recommended)"
328
  msgstr "WP Δημοσίευση (συνιστάται)"
329
 
330
+ #: library/plugin-settings.php:131
331
  msgid "WP Page"
332
  msgstr "WP Page"
333
 
334
+ #: library/plugin-settings.php:147
335
  msgid "HTML5 Form + Default CSS"
336
  msgstr "Φόρμα HTML5 + Προεπιλεγμένο CSS"
337
 
338
+ #: library/plugin-settings.php:147
339
  msgid "(Recommended)"
340
  msgstr "(Συνιστάται)"
341
 
342
+ #: library/plugin-settings.php:151
343
  msgid "HTML5 Form + Disable CSS"
344
  msgstr "Φόρμα HTML5 + Απενεργοποίηση CSS"
345
 
346
+ #: library/plugin-settings.php:151
347
  msgid "(Provide your own styles)"
348
+ msgstr "(Δημιουργήστε το δικό σας στυλ)"
349
 
350
+ #: library/plugin-settings.php:155
351
  msgid "Custom Form + Custom CSS"
352
+ msgstr "Προσαρμοσμένο έντυπο + προσαρμοσμένο CSS"
353
 
354
+ #: library/plugin-settings.php:155
355
  msgid "(Provide your own form template &amp; styles)"
356
  msgstr "(Δημιουργήστε το δικό σας πρότυπο φόρμας & amp; στυλ)"
357
 
358
+ #: library/plugin-settings.php:171 library/plugin-settings.php:195
359
+ #: library/plugin-settings.php:218 library/plugin-settings.php:242
360
  msgid "Auto-display before post content"
361
  msgstr "Αυτόματη προβολή πριν από την δημοσίευση περιεχομένου"
362
 
363
+ #: library/plugin-settings.php:175 library/plugin-settings.php:199
364
+ #: library/plugin-settings.php:222 library/plugin-settings.php:246
365
  msgid "Auto-display after post content"
366
+ msgstr "Αυτόματη προβολή μετά το περιεχόμενο μετά"
367
 
368
+ #: library/plugin-settings.php:179
369
  msgid "Do not auto-display submitted images"
370
+ msgstr "Μην προβάλλετε αυτόματα τις εικόνες που υποβάλλονται"
371
 
372
+ #: library/plugin-settings.php:203
373
  msgid "Do not auto-display submitted email"
374
+ msgstr "Μην εμφανίζετε αυτόματα τα ηλεκτρονικά μηνύματα"
375
 
376
+ #: library/plugin-settings.php:226
377
  msgid "Do not auto-display submitted URL"
378
  msgstr "Μην εμφανίζετε αυτόματα την υποβληθείσα διεύθυνση URL"
379
 
380
+ #: library/plugin-settings.php:250
381
  msgid "Do not auto-display the Custom Field"
382
  msgstr "Μην εμφανίζετε αυτόματα το προσαρμοσμένο πεδίο"
383
 
384
+ #: library/plugin-settings.php:278 library/plugin-settings.php:310
385
+ #: library/plugin-settings.php:343 library/plugin-settings.php:375
386
+ msgid "Enable and require"
387
+ msgstr "Ενεργοποίηση και απαίτηση"
388
 
389
+ #: library/plugin-settings.php:279 library/plugin-settings.php:311
390
+ msgid "Enable but do not require"
391
+ msgstr "Ενεργοποίηση αλλά δεν απαιτείται"
392
 
393
+ #: library/plugin-settings.php:280 library/plugin-settings.php:312
394
+ #: library/plugin-settings.php:344 library/plugin-settings.php:376
395
  msgid "Disable this field"
396
  msgstr "Απενεργοποιήστε αυτό το πεδίο"
397
 
398
+ #: library/plugin-settings.php:315 library/plugin-settings.php:347
399
+ #: library/plugin-settings.php:379 library/plugin-settings.php:411
400
  msgid "(Visit"
401
  msgstr "(Επίσκεψη"
402
 
403
+ #: library/plugin-settings.php:316 library/plugin-settings.php:348
404
+ #: library/plugin-settings.php:380 library/plugin-settings.php:412
405
  msgid "to configure options)"
406
+ msgstr "για να διαμορφώσετε τις επιλογές)"
407
 
408
+ #: library/plugin-settings.php:331 library/plugin-settings.php:348
409
+ #: library/plugin-settings.php:1362 library/plugin-settings.php:1367
410
  msgid "Challenge Question"
411
  msgstr "Ερώτηση πρόκλησης"
412
 
413
+ #: library/plugin-settings.php:363 library/plugin-settings.php:380
414
+ #: library/plugin-settings.php:1384
415
  msgid "Google reCAPTCHA"
416
  msgstr "Google reCAPTCHA"
417
 
418
+ #: library/plugin-settings.php:395
419
  msgid "Post Images"
420
  msgstr "Δημοσίευση εικόνων"
421
 
422
+ #: library/plugin-settings.php:407
423
+ msgid "Enable"
424
+ msgstr "επιτρέπω"
425
 
426
+ #: library/plugin-settings.php:408
427
  msgid "Disable"
428
  msgstr "Καθιστώ ανίκανο"
429
 
430
+ #: library/plugin-settings.php:412 library/plugin-settings.php:1445
431
  msgid "Image Uploads"
432
  msgstr "Μεταφορτώσεις εικόνων"
433
 
434
+ #: library/plugin-settings.php:492
435
  msgid "Draft"
436
  msgstr "Προσχέδιο"
437
 
438
+ #: library/plugin-settings.php:493
439
  msgid "Pending (default)"
440
  msgstr "Εκκρεμεί (προεπιλογή)"
441
 
442
+ #: library/plugin-settings.php:494
443
  msgid "Publish immediately"
444
  msgstr "Δημοσιεύστε αμέσως"
445
 
446
+ #: library/plugin-settings.php:495
447
  msgid "Publish after 1 approved post"
448
  msgstr "Δημοσιεύστε μετά από 1 εγκεκριμένη ανάρτηση"
449
 
450
+ #: library/plugin-settings.php:496
451
  msgid "Publish after "
452
+ msgstr "Δημοσίευση μετά "
453
 
454
+ #: library/plugin-settings.php:496
455
  msgid " approved posts"
456
  msgstr " εγκεκριμένες θέσεις"
457
 
458
+ #: library/plugin-settings.php:524
459
+ msgid "Select categories to display in the Category field."
460
+ msgstr "Επιλέξτε κατηγορίες που θέλετε να εμφανίζονται στο πεδίο Κατηγορία."
461
+
462
+ #: library/plugin-settings.php:738
463
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
464
  msgstr "Παρουσιάστηκε σφάλμα. Βεβαιωθείτε ότι έχετε προσθέσει έναν τίτλο, κάποιο περιεχόμενο και ότι έχετε μεταφορτώσει μόνο εικόνες."
465
 
466
+ #: library/plugin-settings.php:752
467
  msgid "Please select your image(s) to upload."
468
  msgstr "Επιλέξτε την εικόνα που θέλετε να ανεβάσετε."
469
 
470
+ #: library/plugin-settings.php:758
471
  msgid "Success! Thank you for your submission."
472
  msgstr "Επιτυχία! Σας ευχαριστούμε για την υποβολή σας."
473
 
474
+ #: library/plugin-settings.php:784
475
  msgid "Email"
476
  msgstr "ΗΛΕΚΤΡΟΝΙΚΗ ΔΙΕΥΘΥΝΣΗ"
477
 
478
+ #: library/plugin-settings.php:785
479
  msgid "URL"
480
  msgstr "URL"
481
 
482
+ #: library/plugin-settings.php:1058
483
  msgid "Toggle all panels"
484
  msgstr "Εναλλαγή όλων των πλαισίων"
485
 
486
+ #: library/plugin-settings.php:1067
487
  msgid "We need your support!"
488
  msgstr "Χρειαζόμαστε την υποστήριξή σας!"
489
 
490
+ #: library/plugin-settings.php:1071
491
  msgid "Make a donation via PayPal"
492
  msgstr "Κάντε μια δωρεά μέσω του PayPal"
493
 
494
+ #: library/plugin-settings.php:1071
495
  msgid "make a donation"
496
  msgstr "κάντε μια δωρεά"
497
 
498
+ #: library/plugin-settings.php:1071
499
  msgid "and/or"
500
  msgstr "και / ή"
501
 
502
+ #: library/plugin-settings.php:1072
503
  msgid "Rate and review at the Plugin Directory"
504
  msgstr "Αξιολογήστε και ανατρέξτε στον κατάλογο πρόσθετων στοιχείων"
505
 
506
+ #: library/plugin-settings.php:1073
507
  msgid "give this plugin a 5-star rating"
508
  msgstr "δώστε σε αυτήν την προσθήκη βαθμολογία 5 αστέρων"
509
 
510
+ #: library/plugin-settings.php:1077
511
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
512
+ msgstr "Η γενναιόδωρη υποστήριξη σας επιτρέπει τη συνεχή ανάπτυξη αυτού του δωρεάν plugin. Ευχαριστώ!"
513
 
514
+ #: library/plugin-settings.php:1082
515
  msgid "Check this box if you have shown support"
516
  msgstr "Επιλέξτε αυτό το πλαίσιο εάν έχετε δείξει υποστήριξη"
517
 
518
+ #: library/plugin-settings.php:1091
519
  msgid "Overview"
520
  msgstr "ΣΦΑΙΡΙΚΗ ΕΙΚΟΝΑ"
521
 
522
+ #: library/plugin-settings.php:1095
523
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
524
+ msgstr "επιτρέπει στους επισκέπτες σας να υποβάλλουν αναρτήσεις και να ανεβάζουν εικόνες από το μπροστινό μέρος του ιστότοπού σας. "
525
 
526
+ #: library/plugin-settings.php:1096
527
  msgid "For advanced functionality and unlimited forms, check out"
528
+ msgstr "Για προηγμένη λειτουργικότητα και απεριόριστες φόρμες, ελέγξτε έξω"
529
 
530
+ #: library/plugin-settings.php:1096 library/plugin-settings.php:1503
531
  msgid "USP Pro"
532
  msgstr "USP Pro"
533
 
534
+ #: library/plugin-settings.php:1097
535
  msgid "&mdash; the ultimate solution for user-generated content."
536
+ msgstr "& mdash; την τελική λύση για περιεχόμενο που δημιουργείται από χρήστες."
537
 
538
+ #: library/plugin-settings.php:1101 library/plugin-settings.php:1118
539
  msgid "Plugin Settings"
540
  msgstr "Ρυθμίσεις Plugin"
541
 
542
+ #: library/plugin-settings.php:1102
543
  msgid "Display the form"
544
  msgstr "Εμφάνιση της φόρμας"
545
 
546
+ #: library/plugin-settings.php:1106
547
  msgid "If you like this plugin, please"
548
  msgstr "Αν σας αρέσει αυτό το plugin, παρακαλώ"
549
 
550
+ #: library/plugin-settings.php:1107
551
  msgid "THANK YOU for your support!"
552
  msgstr "Σας ευχαριστούμε για την υποστήριξή σας!"
553
 
554
+ #: library/plugin-settings.php:1107
555
  msgid "give it a 5-star rating"
556
  msgstr "δώστε της μια βαθμολογία 5 αστέρων"
557
 
558
+ #: library/plugin-settings.php:1111
559
  msgid "Unlimited front-end forms"
560
  msgstr "Απεριόριστα έντυπα πρόσοψης"
561
 
562
+ #: library/plugin-settings.php:1111
563
  msgid "Get USP Pro"
564
  msgstr "Αποκτήστε USP Pro"
565
 
566
+ #: library/plugin-settings.php:1121
567
  msgid "Configure your settings for User Submitted Posts."
568
  msgstr "Ρυθμίστε τις ρυθμίσεις σας για τις υποβαλλόμενες από το χρήστη αναρτήσεις."
569
 
570
+ #: library/plugin-settings.php:1123
571
  msgid "Form Fields"
572
  msgstr "Πεδία φόρμας"
573
 
574
+ #: library/plugin-settings.php:1129
575
  msgid "User Name"
576
  msgstr "Ονομα χρήστη"
577
 
578
+ #: library/plugin-settings.php:1130
579
  msgid "User Email"
580
  msgstr "Ηλεκτρονικό ταχυδρομείο χρήστη"
581
 
582
+ #: library/plugin-settings.php:1131
583
  msgid "User URL"
584
  msgstr "Διεύθυνση URL χρήστη"
585
 
586
+ #: library/plugin-settings.php:1146
587
  msgid "General Settings"
588
  msgstr "Γενικές Ρυθμίσεις"
589
 
590
+ #: library/plugin-settings.php:1148
591
  msgid "Note that the default settings work fine for most cases."
592
  msgstr "Λάβετε υπόψη ότι οι προεπιλεγμένες ρυθμίσεις λειτουργούν σωστά στις περισσότερες περιπτώσεις."
593
 
594
+ #: library/plugin-settings.php:1153
595
  msgid "Form Style"
596
  msgstr "Στυλ φόρμας"
597
 
598
+ #: library/plugin-settings.php:1158
599
  msgid "With this option, you can copy the plugin&rsquo;s default templates:"
600
  msgstr "Με αυτήν την επιλογή, μπορείτε να αντιγράψετε τα προεπιλεγμένα πρότυπα του plugin & rsquo; s:"
601
 
602
+ #: library/plugin-settings.php:1163
603
  msgid "..and upload them into a directory named"
604
  msgstr "..και να τα ανεβάσετε σε έναν κατάλογο που ονομάζεται"
605
 
606
+ #: library/plugin-settings.php:1163
607
  msgid "in your theme:"
608
  msgstr "στο θέμα σας:"
609
 
610
+ #: library/plugin-settings.php:1169
611
  msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
612
+ msgstr "Αυτό θα σας επιτρέψει να προσαρμόσετε τη μορφή και τα στυλ όπως επιθυμείτε. Για περισσότερες πληροφορίες, ανατρέξτε στην ενότητα \"Μορφή προσαρμοσμένης υποβολής\" στο"
613
 
614
+ #: library/plugin-settings.php:1170
615
  msgid "Installation Docs"
616
  msgstr "Έγγραφα εγκατάστασης"
617
 
618
+ #: library/plugin-settings.php:1171
619
  msgid "FYI: here is a"
620
  msgstr "FYI: εδώ είναι α"
621
 
622
+ #: library/plugin-settings.php:1171
623
  msgid "list of USP CSS selectors"
624
  msgstr "λίστα επιλογών USP CSS"
625
 
626
+ #: library/plugin-settings.php:1177
627
  msgid "Include JavaScript"
628
  msgstr "Συμπεριλάβετε το JavaScript"
629
 
630
+ #: library/plugin-settings.php:1179
631
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
632
  msgstr "Επιλέξτε αυτό το πλαίσιο εάν θέλετε να συμπεριλάβετε τα εξωτερικά αρχεία JavaScript (συνιστάται)."
633
 
634
+ #: library/plugin-settings.php:1182
635
  msgid "Targeted Loading"
636
  msgstr "Στοχοθετημένη φόρτωση"
637
 
638
+ #: library/plugin-settings.php:1184
639
+ msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages. Use commas to separate multiple URLs."
640
+ msgstr "Από προεπιλογή, τα εξωτερικά CSS & amp; Τα αρχεία JavaScript φορτώνονται σε κάθε σελίδα. Εδώ μπορείτε να καθορίσετε τη διεύθυνση URL της φόρμας USP για να φορτώσετε πόρους μόνο σε αυτήν τη σελίδα. Σημείωση: αφήστε κενό για φόρτωση σε όλες τις σελίδες. Χρησιμοποιήστε κόμματα για να διαχωρίσετε πολλές διευθύνσεις URL."
641
 
642
+ #: library/plugin-settings.php:1187
643
  msgid "Post Type"
644
  msgstr "Τύπος Post"
645
 
646
+ #: library/plugin-settings.php:1190
647
  msgid "Submit posts as WP Posts or Pages"
648
+ msgstr "Υποβολή αναρτήσεων ως μηνύματα ή σελίδες WP"
649
 
650
+ #: library/plugin-settings.php:1194
651
  msgid "Post Status"
652
  msgstr "Κατάσταση Post"
653
 
654
+ #: library/plugin-settings.php:1197
655
  msgid "Post Status for submitted posts"
656
  msgstr "Κατάσταση Post για τις υποβληθείσες θέσεις"
657
 
658
+ #: library/plugin-settings.php:1201
659
  msgid "Redirect URL"
660
+ msgstr "Ανακατεύθυνση διεύθυνσης URL"
661
 
662
+ #: library/plugin-settings.php:1203
663
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
664
  msgstr "Καθορίστε μια διεύθυνση URL για να ανακατευθύνετε το χρήστη μετά την υποβολή. Αφήστε κενό για ανακατεύθυνση στην τρέχουσα σελίδα."
665
 
666
+ #: library/plugin-settings.php:1206
667
  msgid "Success Message"
668
  msgstr "Μήνυμα επιτυχίας"
669
 
670
+ #: library/plugin-settings.php:1208
671
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
672
  msgstr "Το μήνυμα επιτυχίας που εμφανίζεται εάν η μετάδοση υποβολής είναι επιτυχής. Η βασική σήμανση επιτρέπεται."
673
 
674
+ #: library/plugin-settings.php:1211
675
  msgid "Error Message"
676
  msgstr "Μήνυμα λάθους"
677
 
678
+ #: library/plugin-settings.php:1213
679
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
680
  msgstr "Γενικό μήνυμα σφάλματος που εμφανίζεται σε περίπτωση αποτυχίας μετά την υποβολή. Η βασική σήμανση επιτρέπεται."
681
 
682
+ #: library/plugin-settings.php:1216
683
  msgid "Custom Content"
684
  msgstr "Προσαρμοσμένο περιεχόμενο"
685
 
686
+ #: library/plugin-settings.php:1218
687
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
688
  msgstr "Προσαρμοσμένο κείμενο / σήμανση που πρέπει να συμπεριληφθεί πριν από τη φόρμα υποβολής. Αφήστε κενό για απενεργοποίηση."
689
 
690
+ #: library/plugin-settings.php:1221
691
  msgid "Rich Text Editor"
692
  msgstr "Rich Text Editor"
693
 
694
+ #: library/plugin-settings.php:1223
695
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
696
+ msgstr "Επιλέξτε αυτό το πλαίσιο εάν θέλετε να ενεργοποιήσετε την επεξεργασία WP πλούσιων κειμένων για υποβληθείσες αναρτήσεις."
697
 
698
+ #: library/plugin-settings.php:1226
699
  msgid "Unique Titles"
700
  msgstr "Μοναδικοί τίτλοι"
701
 
702
+ #: library/plugin-settings.php:1228
703
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
704
+ msgstr "Απαιτήστε μοναδικούς τίτλους υποβολής (χρήσιμοι για την αποτροπή πολλαπλών / διπλών υποβολών)."
705
 
706
+ #: library/plugin-settings.php:1231
707
  msgid "Disable Required"
708
  msgstr "Απενεργοποίηση Απαιτείται"
709
 
710
+ #: library/plugin-settings.php:1233
711
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
712
  msgstr "Απενεργοποιήστε όλα τα απαιτούμενα χαρακτηριστικά στα πεδία προεπιλεγμένης φόρμας (χρήσιμα για την αντιμετώπιση προβλημάτων μηνυμάτων λάθους)."
713
 
714
+ #: library/plugin-settings.php:1236
715
  msgid "Enable Shortcodes"
716
+ msgstr "Ενεργοποίηση κωδικών πρόσβασης"
717
 
718
+ #: library/plugin-settings.php:1238
719
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
720
+ msgstr "Ενεργοποιήστε τα shortcodes στα γραφικά στοιχεία. Από προεπιλογή, το WordPress δεν ενεργοποιεί τα shortcodes στα γραφικά στοιχεία. "
721
 
722
+ #: library/plugin-settings.php:1239
723
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
724
  msgstr "Αυτή η ρύθμιση επιτρέπει σε οποιονδήποτε / όλους τους κωδικούς πρόσβασης σε widgets (ακόμη και σε shortcodes από άλλα plugins)."
725
 
726
+ #: library/plugin-settings.php:1244
727
+ msgid "Privacy"
728
+ msgstr "Μυστικότητα"
729
 
730
+ #: library/plugin-settings.php:1249
731
  msgid "Disable IP Tracking"
732
  msgstr "Απενεργοποίηση παρακολούθησης IP"
733
 
734
+ #: library/plugin-settings.php:1251
735
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
736
+ msgstr "Από προεπιλογή, το USP καταγράφει τη διεύθυνση IP με κάθε υποβαλλόμενη θέση. Επιλέξτε αυτό το πλαίσιο για να απενεργοποιήσετε την παρακολούθηση IP."
737
 
738
+ #: library/plugin-settings.php:1255
739
  msgid "Display Checkbox"
740
  msgstr "Εμφάνιση πλαισίου ελέγχου"
741
 
742
+ #: library/plugin-settings.php:1257
743
  msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
744
+ msgstr "Προβολή προσαρμοσμένου πλαισίου ελέγχου στη φόρμα σας (χρήσιμο για το GDPR, αποδοχή όρων κ.λπ.)"
745
 
746
+ #: library/plugin-settings.php:1260
747
  msgid "Checkbox Name"
748
  msgstr "Όνομα γραμματοκιβωτίου"
749
 
750
+ #: library/plugin-settings.php:1262 library/plugin-settings.php:1352
751
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
752
+ msgstr "Χρησιμοποιήστε μόνο αλφαριθμητικά, υπογράμμιση και παύλες. Αν δεν είστε βέβαιοι, χρησιμοποιήστε το προεπιλεγμένο όνομα:"
753
 
754
+ #: library/plugin-settings.php:1265
755
  msgid "Checkbox Error"
756
  msgstr "Σφάλμα στο πλαίσιο ελέγχου"
757
 
758
+ #: library/plugin-settings.php:1267
759
  msgid "Error message displayed if user does not check the box."
760
+ msgstr "Εμφανίζεται μήνυμα σφάλματος αν ο χρήστης δεν ελέγξει το πλαίσιο."
761
 
762
+ #: library/plugin-settings.php:1270
763
  msgid "Checkbox Text"
764
  msgstr "Κείμενο ελέγχου κειμένου"
765
 
766
+ #: library/plugin-settings.php:1272
767
  msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
768
  msgstr "Το κείμενο εμφανίζεται δίπλα στο πλαίσιο ελέγχου. Συμβουλή: Χρησιμοποιήστε τα άγκιστρα στη γωνία εξόδου, για παράδειγμα:"
769
 
770
+ #: library/plugin-settings.php:1277 library/plugin-settings.php:1282
771
  msgid "Categories"
772
  msgstr "Κατηγορίες"
773
 
774
+ #: library/plugin-settings.php:1285
775
+ msgid "Click to view/select categories"
776
+ msgstr "Κάντε κλικ για να δείτε / επιλέξτε κατηγορίες"
777
 
778
+ #: library/plugin-settings.php:1293
779
+ msgid "Multiple Categories"
780
+ msgstr "Πολλαπλές κατηγορίες"
781
+
782
+ #: library/plugin-settings.php:1295
783
+ msgid "Enable users to select multiple categories."
784
+ msgstr "Ενεργοποιήστε τους χρήστες για να επιλέξετε πολλές κατηγορίες."
785
+
786
+ #: library/plugin-settings.php:1298
787
  msgid "Hidden/Default Category"
788
  msgstr "Κρυφό / προεπιλεγμένη κατηγορία"
789
 
790
+ #: library/plugin-settings.php:1300
791
+ msgid "Use a hidden field for the post category. This hides the category field and sets its value via the next option."
792
+ msgstr "Χρησιμοποιήστε ένα κρυφό πεδίο για την κατηγορία post. Αυτό αποκρύπτει το πεδίο κατηγορίας και ορίζει την τιμή του μέσω της επόμενης επιλογής."
793
 
794
+ #: library/plugin-settings.php:1303
795
  msgid "Category ID for Hidden Field"
796
  msgstr "Αναγνωριστικό κατηγορίας για το κρυφό πεδίο"
797
 
798
+ #: library/plugin-settings.php:1305
799
+ msgid "Specify category ID(s) to use for &ldquo;Hidden/Default Category&rdquo;. Separate multiple IDs with a comma."
800
+ msgstr "Καθορίστε τα αναγνωριστικά κατηγορίας που θα χρησιμοποιηθούν για την κατηγορία \"κρυμμένη / προεπιλεγμένη\" & rdquo ;. Ξεχωρίστε πολλά αναγνωριστικά με κόμμα."
801
 
802
+ #: library/plugin-settings.php:1310
803
  msgid "Users"
804
  msgstr "Χρήστες"
805
 
806
+ #: library/plugin-settings.php:1315
807
  msgid "Assigned Author"
808
  msgstr "Αναθέτουσα συγγραφέα"
809
 
810
+ #: library/plugin-settings.php:1318
811
  msgid "Specify the user that should be assigned as author for submitted posts."
812
+ msgstr "Καθορίστε το χρήστη που θα πρέπει να ανατεθεί ως συντάκτης για τις υποβληθείσες θέσεις."
813
 
814
+ #: library/plugin-settings.php:1322
815
  msgid "Registered Username"
816
  msgstr "Εγγεγραμμένο Όνομα Χρήστη"
817
 
818
+ #: library/plugin-settings.php:1324
819
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
820
+ msgstr "Χρησιμοποιήστε το εγγεγραμμένο όνομα χρήστη ως συγγραφέα. Ισχύει όταν ο χρήστης που υποβάλλει τη φόρμα είναι συνδεδεμένος στο WordPress."
821
 
822
+ #: library/plugin-settings.php:1327
823
  msgid "User Profile URL"
824
  msgstr "Διεύθυνση URL προφίλ χρήστη"
825
 
826
+ #: library/plugin-settings.php:1329
827
  msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
828
+ msgstr "Χρησιμοποιήστε τη διεύθυνση URL του προφίλ του εγγεγραμμένου χρήστη ως την τιμή του πεδίου διεύθυνσης URL. Ισχύει όταν ο χρήστης που υποβάλλει τη φόρμα είναι συνδεδεμένος στο WordPress."
829
 
830
+ #: library/plugin-settings.php:1332
831
  msgid "Require User Login"
832
  msgstr "Απαιτείται σύνδεση χρήστη"
833
 
834
+ #: library/plugin-settings.php:1334
835
  msgid "Require users to be logged in to WordPress to view/submit the form"
836
  msgstr "Να απαιτείται από τους χρήστες να συνδεθούν στο WordPress για να προβάλλουν / υποβάλλουν τη φόρμα"
837
 
838
+ #: library/plugin-settings.php:1337
839
  msgid "Disable Replace Author"
840
  msgstr "Απενεργοποίηση Αντικατάσταση συγγραφέα"
841
 
842
+ #: library/plugin-settings.php:1339
843
  msgid "Do not replace post author with submitted user name"
844
+ msgstr "Μην αντικαθιστάτε τον συγγραφέα με το υπογεγραμμένο όνομα χρήστη"
845
 
846
+ #: library/plugin-settings.php:1345
847
  msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
848
+ msgstr "Εδώ μπορείτε να αλλάξετε το όνομα και την ετικέτα που χρησιμοποιούνται από το προσαρμοσμένο πεδίο. Μπορείτε να ενεργοποιήσετε αυτό το πεδίο μέσω της ρύθμισης Πεδία φόρμας, παραπάνω."
849
 
850
+ #: library/plugin-settings.php:1350
851
  msgid "Custom Field Name"
852
  msgstr "Όνομα πεδίου προσαρμοσμένου πεδίου"
853
 
854
+ #: library/plugin-settings.php:1355
855
  msgid "Custom Field Label"
856
  msgstr "Ετικέτα προσαρμοσμένου πεδίου"
857
 
858
+ #: library/plugin-settings.php:1357
859
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
860
  msgstr "Αυτό θα εμφανιστεί ως ετικέτα πεδίου στη φόρμα. Προεπιλογή: Προσαρμοσμένο πεδίο"
861
 
862
+ #: library/plugin-settings.php:1369
863
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
864
+ msgstr "Για να αποτρέψετε το spam, εισαγάγετε μια ερώτηση την οποία πρέπει να απαντήσουν οι χρήστες πριν υποβάλουν τη φόρμα."
865
 
866
+ #: library/plugin-settings.php:1372
867
  msgid "Challenge Response"
868
  msgstr "Πρόκληση απόκρισης"
869
 
870
+ #: library/plugin-settings.php:1374
871
  msgid "Enter the *only* correct answer to the challenge question."
872
+ msgstr "Καταχωρίστε την * μόνο * σωστή απάντηση στην ερώτηση πρόκλησης."
873
 
874
+ #: library/plugin-settings.php:1377
875
  msgid "Case-sensitivity"
876
  msgstr "Ευαίσθητη περίπτωση"
877
 
878
+ #: library/plugin-settings.php:1379
879
  msgid "Check this box if you want the challenge response to be case-sensitive."
880
+ msgstr "Ενεργοποιήστε αυτό το πλαίσιο εάν θέλετε η απάντηση της πρόκλησης να είναι ευαίσθητη σε πεζά."
881
 
882
+ #: library/plugin-settings.php:1385
883
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
884
+ msgstr "Για να ενεργοποιήσετε το Google reCAPTCHA, εισαγάγετε τα δημόσια και ιδιωτικά κλειδιά σας."
885
 
886
+ #: library/plugin-settings.php:1390
887
  msgid "Public Key"
888
  msgstr "Δημόσιο κλειδί"
889
 
890
+ #: library/plugin-settings.php:1392
891
  msgid "Enter your Public Key"
892
  msgstr "Εισαγάγετε το δημόσιο κλειδί σας"
893
 
894
+ #: library/plugin-settings.php:1395
895
  msgid "Private Key"
896
  msgstr "Ιδιωτικό κλειδί"
897
 
898
+ #: library/plugin-settings.php:1397
899
  msgid "Enter your Private Key"
900
+ msgstr "Εισαγάγετε το ιδιωτικό σας κλειδί"
901
 
902
+ #: library/plugin-settings.php:1402
903
  msgid "Email Alerts"
904
  msgstr "Ειδοποιήσεις ηλεκτρονικού ταχυδρομείου"
905
 
906
+ #: library/plugin-settings.php:1407
907
  msgid "Receive Email Alert"
908
  msgstr "Λήψη ειδοποίησης μέσω ηλεκτρονικού ταχυδρομείου"
909
 
910
+ #: library/plugin-settings.php:1409
911
  msgid "Check this box if you want to be notified via email for new post submissions."
912
  msgstr "Επιλέξτε αυτό το πλαίσιο εάν θέλετε να ενημερώνεστε μέσω ηλεκτρονικού ταχυδρομείου για νέες υποβολές μηνυμάτων."
913
 
914
+ #: library/plugin-settings.php:1412
915
  msgid "Enable HTML Format"
916
  msgstr "Ενεργοποιήστε τη μορφή HTML"
917
 
918
+ #: library/plugin-settings.php:1414
919
  msgid "Check this box to enable HTML format for email alerts."
920
  msgstr "Επιλέξτε αυτό το πλαίσιο για να ενεργοποιήσετε τη μορφή HTML για ειδοποιήσεις μέσω ηλεκτρονικού ταχυδρομείου."
921
 
922
+ #: library/plugin-settings.php:1417
923
  msgid "Email Address for Alerts"
924
  msgstr "Διεύθυνση ηλεκτρονικού ταχυδρομείου για ειδοποιήσεις"
925
 
926
+ #: library/plugin-settings.php:1419
927
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
928
+ msgstr "Εάν έχετε επιλέξει το πλαίσιο για να λαμβάνετε ειδοποιήσεις μέσω ηλεκτρονικού ταχυδρομείου, υποδείξτε εδώ τη διεύθυνση (-ες) στην οποία πρέπει να σταλούν τα μηνύματα ηλεκτρονικού ταχυδρομείου."
929
 
930
+ #: library/plugin-settings.php:1420
931
  msgid "Multiple recipients may be included using a comma, like so:"
932
  msgstr "Πολλοί παραλήπτες μπορούν να συμπεριληφθούν χρησιμοποιώντας ένα κόμμα, όπως έτσι:"
933
 
934
+ #: library/plugin-settings.php:1423
935
  msgid "Email &ldquo;From&rdquo; Address"
936
  msgstr "Email & ldquo; από & rdquo; Διεύθυνση"
937
 
938
+ #: library/plugin-settings.php:1425
939
  msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
940
+ msgstr "Εδώ μπορείτε να προσαρμόσετε τις διευθύνσεις που χρησιμοποιούνται για το & ldquo; From & rdquo; κεφαλίδα (ανατρέξτε στην ενότητα Συνήθεις ερωτήσεις για πληροφορίες). "
941
 
942
+ #: library/plugin-settings.php:1426
943
  msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
944
+ msgstr "Εάν έχουν οριστεί πολλαπλές διευθύνσεις στην προηγούμενη ρύθμιση, συμπεριλάβετε ισάριθμους \"από & rdquo; διευθύνσεις για αυτήν τη ρύθμιση (με την ίδια σειρά)."
945
 
946
+ #: library/plugin-settings.php:1429
947
  msgid "Email Alert Subject"
948
  msgstr "Θέμα προειδοποίησης ηλεκτρονικού ταχυδρομείου"
949
 
950
+ #: library/plugin-settings.php:1431
951
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
952
+ msgstr "Θέμα για ειδοποιήσεις ηλεκτρονικού ταχυδρομείου. Αφήστε κενό για να χρησιμοποιήσετε την προεπιλεγμένη γραμμή θέματος. Σημείωση: μπορείτε να χρησιμοποιήσετε τις ακόλουθες μεταβλητές: "
953
 
954
+ #: library/plugin-settings.php:1436
955
  msgid "Email Alert Message"
956
  msgstr "Μήνυμα ειδοποίησης μέσω ηλεκτρονικού ταχυδρομείου"
957
 
958
+ #: library/plugin-settings.php:1438
959
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
960
+ msgstr "Μήνυμα για ειδοποιήσεις ηλεκτρονικού ταχυδρομείου. Αφήστε κενό για να χρησιμοποιήσετε το προεπιλεγμένο μήνυμα. Σημείωση: μπορείτε να χρησιμοποιήσετε τις ακόλουθες μεταβλητές: "
961
 
962
+ #: library/plugin-settings.php:1450
963
  msgid "Featured Image"
964
  msgstr "Προτεινόμενη εικόνα"
965
 
966
+ #: library/plugin-settings.php:1452
967
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
968
  msgstr "Ορίστε τις φωτογραφίες που έχετε υποβάλει ως Προτεινόμενες Εικόνες. Απαιτεί υποστήριξη θεμάτων για τις Προτεινόμενες Εικόνες (aka Post Thumbnails)."
969
 
970
+ #: library/plugin-settings.php:1455
971
  msgid "Upload Message"
972
+ msgstr "Μεταφορτώστε το μήνυμα"
973
 
974
+ #: library/plugin-settings.php:1457
975
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
976
+ msgstr "Μήνυμα που εμφανίζεται δίπλα στο πεδίο φόρτωσης. Χρήσιμο για να δηλώσετε τις οδηγίες / πολιτική σας για μεταφόρτωση / κλπ. Επιτρέπεται η βασική σήμανση."
977
 
978
+ #: library/plugin-settings.php:1460
979
  msgid "&ldquo;Add another image&rdquo; link"
980
  msgstr "& ldquo; Προσθέστε μια άλλη εικόνα & rdquo; Σύνδεσμος"
981
 
982
+ #: library/plugin-settings.php:1462
983
  msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
984
+ msgstr "Προσαρμοσμένη σήμανση για το & ldquo; Προσθέστε μια άλλη εικόνα & rdquo; Σύνδεσμος. Αφήστε κενό για να χρησιμοποιήσετε την προεπιλεγμένη σήμανση (συνιστάται)."
985
 
986
+ #: library/plugin-settings.php:1465
987
  msgid "Minimum number of images"
988
  msgstr "Ελάχιστος αριθμός εικόνων"
989
 
990
+ #: library/plugin-settings.php:1468
991
  msgid "Specify the minimum number of images."
992
  msgstr "Καθορίστε τον ελάχιστο αριθμό εικόνων."
993
 
994
+ #: library/plugin-settings.php:1472
995
  msgid "Maximum number of images"
996
  msgstr "Μέγιστος αριθμός εικόνων"
997
 
998
+ #: library/plugin-settings.php:1475
999
  msgid "Specify the maximum number of images."
1000
  msgstr "Καθορίστε τον μέγιστο αριθμό εικόνων."
1001
 
1002
+ #: library/plugin-settings.php:1479
1003
  msgid "Minimum image width"
1004
  msgstr "Ελάχιστο πλάτος εικόνας"
1005
 
1006
+ #: library/plugin-settings.php:1481
1007
  msgid "Specify a minimum width (in pixels) for uploaded images."
1008
+ msgstr "Καθορίστε ένα ελάχιστο πλάτος (σε εικονοστοιχεία) για τις μεταφορτωμένες εικόνες."
1009
 
1010
+ #: library/plugin-settings.php:1484
1011
  msgid "Minimum image height"
1012
  msgstr "Ελάχιστο ύψος εικόνας"
1013
 
1014
+ #: library/plugin-settings.php:1486
1015
  msgid "Specify a minimum height (in pixels) for uploaded images."
1016
  msgstr "Καθορίστε ένα ελάχιστο ύψος (σε εικονοστοιχεία) για τις μεταφορτωμένες εικόνες."
1017
 
1018
+ #: library/plugin-settings.php:1489
1019
  msgid "Maximum image width"
1020
  msgstr "Μέγιστο πλάτος εικόνας"
1021
 
1022
+ #: library/plugin-settings.php:1491
1023
  msgid "Specify a maximum width (in pixels) for uploaded images."
1024
  msgstr "Καθορίστε ένα μέγιστο πλάτος (σε εικονοστοιχεία) για μεταφορτωμένες εικόνες."
1025
 
1026
+ #: library/plugin-settings.php:1494
1027
  msgid "Maximum image height"
1028
  msgstr "Μέγιστο ύψος εικόνας"
1029
 
1030
+ #: library/plugin-settings.php:1496
1031
  msgid "Specify a maximum height (in pixels) for uploaded images."
1032
  msgstr "Καθορίστε ένα μέγιστο ύψος (σε εικονοστοιχεία) για τις μεταφορτωμένες εικόνες."
1033
 
1034
+ #: library/plugin-settings.php:1499
1035
  msgid "More Options"
1036
  msgstr "Περισσότερες επιλογές"
1037
 
1038
+ #: library/plugin-settings.php:1502
1039
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
1040
  msgstr "Για περισσότερες επιλογές, όπως η δυνατότητα μεταφόρτωσης άλλων τύπων αρχείων (όπως PDF, Word, Zip, βίντεο και άλλα), ελέγξτε έξω"
1041
 
1042
+ #: library/plugin-settings.php:1503
1043
  msgid "Go Pro!"
1044
  msgstr "Γίνε επαγγελματίας!"
1045
 
1046
+ #: library/plugin-settings.php:1510
1047
  msgid "Auto-Display Content"
1048
  msgstr "Αυτόματη προβολή περιεχομένου"
1049
 
1050
+ #: library/plugin-settings.php:1515
1051
  msgid "Auto-Display Images"
1052
  msgstr "Αυτόματη προβολή εικόνων"
1053
 
1054
+ #: library/plugin-settings.php:1517
1055
  msgid "Auto-display user-submitted images:"
1056
  msgstr "Αυτόματη προβολή εικόνων που έχουν υποβληθεί από τους χρήστες:"
1057
 
1058
+ #: library/plugin-settings.php:1522
1059
  msgid "Image Markup"
1060
  msgstr "Σήμανση εικόνας"
1061
 
1062
+ #: library/plugin-settings.php:1524
1063
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1064
  msgstr "Σήμανση για χρήση για κάθε εικόνα που έχει υποβληθεί (όταν είναι ενεργοποιημένη η αυτόματη προβολή). Μπορεί να χρησιμοποιηθεί"
1065
 
1066
+ #: library/plugin-settings.php:1526 library/plugin-settings.php:1539
1067
+ #: library/plugin-settings.php:1552 library/plugin-settings.php:1565
1068
  msgid "and"
1069
  msgstr "και"
1070
 
1071
+ #: library/plugin-settings.php:1529
1072
  msgid "Auto-Display Email"
1073
+ msgstr "Αυτόματη απεικόνιση ηλεκτρονικού ταχυδρομείου"
1074
 
1075
+ #: library/plugin-settings.php:1531
1076
  msgid "Auto-display user-submitted email:"
1077
  msgstr "Αυτόματη εμφάνιση ηλεκτρονικού ταχυδρομείου που υπέβαλε χρήστης:"
1078
 
1079
+ #: library/plugin-settings.php:1536
1080
  msgid "Email Markup"
1081
  msgstr "Ετικέτα ηλεκτρονικού ταχυδρομείου"
1082
 
1083
+ #: library/plugin-settings.php:1538
1084
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1085
+ msgstr "Σήμανση για χρήση για τη διεύθυνση ηλεκτρονικού ταχυδρομείου που υποβλήθηκε (όταν είναι ενεργοποιημένη η αυτόματη προβολή). Μπορεί να χρησιμοποιηθεί"
1086
 
1087
+ #: library/plugin-settings.php:1542
1088
  msgid "Auto-Display URL"
1089
  msgstr "Διεύθυνση URL αυτόματης προβολής"
1090
 
1091
+ #: library/plugin-settings.php:1544
1092
  msgid "Auto-display user-submitted URL:"
1093
  msgstr "Αυτόματη εμφάνιση της διεύθυνσης URL που υπέβαλε χρήστης:"
1094
 
1095
+ #: library/plugin-settings.php:1549
1096
  msgid "URL Markup"
1097
+ msgstr "URL Markup"
1098
 
1099
+ #: library/plugin-settings.php:1551
1100
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1101
  msgstr "Σήμανση για χρήση για την υποβληθείσα διεύθυνση URL (όταν είναι ενεργοποιημένη η αυτόματη προβολή). Μπορεί να χρησιμοποιηθεί"
1102
 
1103
+ #: library/plugin-settings.php:1555
1104
  msgid "Auto-Display Custom Field"
1105
  msgstr "Αυτόματη προβολή προσαρμοσμένου πεδίου"
1106
 
1107
+ #: library/plugin-settings.php:1557
1108
  msgid "Auto-display user-submitted Custom Field:"
1109
  msgstr "Αυτόματη εμφάνιση προσαρμοσμένου πεδίου που υποβλήθηκε από το χρήστη:"
1110
 
1111
+ #: library/plugin-settings.php:1562
1112
  msgid "Custom Field Markup"
1113
+ msgstr "Σήμανση προσαρμοσμένου πεδίου"
1114
 
1115
+ #: library/plugin-settings.php:1564
1116
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1117
  msgstr "Σήμανση για χρήση για το προσαρμοσμένο πεδίο (όταν είναι ενεργοποιημένη η αυτόματη προβολή). Μπορεί να χρησιμοποιηθεί"
1118
 
1119
+ #: library/plugin-settings.php:1570 library/plugin-settings.php:1682
1120
  msgid "Save Settings"
1121
  msgstr "Αποθηκεύσετε τις ρυθμίσεις"
1122
 
1123
+ #: library/plugin-settings.php:1575
1124
  msgid "Display the Form"
1125
+ msgstr "Εμφανίστε τη φόρμα"
1126
 
1127
+ #: library/plugin-settings.php:1578
1128
  msgid "Post-Submit Form"
1129
  msgstr "Φόρμα υποβολής υποβολής"
1130
 
1131
+ #: library/plugin-settings.php:1579
1132
  msgid "USP enables you to display a post-submission form anywhere on your site."
1133
+ msgstr "Το USP σάς επιτρέπει να εμφανίζετε μια φόρμα μετά την υποβολή οπουδήποτε στον ιστότοπό σας."
1134
 
1135
+ #: library/plugin-settings.php:1580 library/plugin-settings.php:1589
1136
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1137
  msgstr "Χρησιμοποιήστε το shortcode για να εμφανίσετε τη φόρμα σε οποιαδήποτε δημοσίευση WP ή σελίδα:"
1138
 
1139
+ #: library/plugin-settings.php:1583 library/plugin-settings.php:1592
1140
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1141
+ msgstr "Ή χρησιμοποιήστε την ετικέτα πρότυπου για να εμφανίσετε τη φόρμα οπουδήποτε στο πρότυπο θεμάτων:"
1142
 
1143
+ #: library/plugin-settings.php:1587
1144
  msgid "Login/Register Form"
1145
  msgstr "Φόρμα εγγραφής / εγγραφής"
1146
 
1147
+ #: library/plugin-settings.php:1588
1148
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1149
+ msgstr "Μπορείτε επίσης να εμφανίσετε μια φόρμα που επιτρέπει στους χρήστες να συνδεθούν, να καταχωρήσουν ή να επαναφέρουν τον κωδικό πρόσβασής τους."
1150
 
1151
+ #: library/plugin-settings.php:1596
1152
  msgid "Display Submitted Posts"
1153
  msgstr "Εμφάνιση υποβαλλόμενων μηνυμάτων"
1154
 
1155
+ #: library/plugin-settings.php:1597
1156
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1157
+ msgstr "Χρησιμοποιήστε αυτό το σύντομο κωδικό για να εμφανίσετε μια λίστα με τις υποβληθείσες δημοσιεύσεις σε οποιαδήποτε δημοσίευση WP ή σελίδα:"
1158
 
1159
+ #: library/plugin-settings.php:1600
1160
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1161
+ msgstr "Ή χρησιμοποιήστε την ετικέτα πρότυπου για να εμφανίσετε μια λίστα με τις υποβαλλόμενες δημοσιεύσεις οπουδήποτε στο πρότυπο θεμάτων:"
1162
 
1163
+ #: library/plugin-settings.php:1603
1164
  msgid "Here are some examples showing how to configure this shortcode:"
1165
+ msgstr "Ακολουθούν μερικά παραδείγματα για τον τρόπο διαμόρφωσης αυτού του shortcode:"
1166
 
1167
+ #: library/plugin-settings.php:1611
1168
  msgid "Display Image Gallery"
1169
  msgstr "Προβολή της Συλλογής εικόνων"
1170
 
1171
+ #: library/plugin-settings.php:1612
1172
  msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
1173
+ msgstr "Χρησιμοποιήστε αυτόν τον κωδικό πρόσβασης για να εμφανίσετε μια συλλογή από εικόνες που έχετε μεταφορτώσει για κάθε θέση που υποβάλατε:"
1174
 
1175
+ #: library/plugin-settings.php:1615
1176
  msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
1177
+ msgstr "Ή χρησιμοποιήστε την ετικέτα πρότυπο για να εμφανίσετε μια συλλογή εικόνων οπουδήποτε στο πρότυπο θέμα:"
1178
 
1179
+ #: library/plugin-settings.php:1618
1180
  msgid "You can customize using any of the follwing attributes:"
1181
  msgstr "Μπορείτε να προσαρμόσετε χρησιμοποιώντας οποιαδήποτε από τα παρακάτω χαρακτηριστικά:"
1182
 
1183
+ #: library/plugin-settings.php:1633
1184
  msgid "Reset Form Button"
1185
  msgstr "Επαναφορά του κουμπιού φόρμας"
1186
 
1187
+ #: library/plugin-settings.php:1634
1188
  msgid "This shortcode displays a link that resets the form to its original state:"
1189
  msgstr "Αυτός ο συντομότερος κώδικας εμφανίζει έναν σύνδεσμο που επαναφέρει τη φόρμα στην αρχική του κατάσταση:"
1190
 
1191
+ #: library/plugin-settings.php:1637
1192
  msgid "This shortcode accepts the following attributes:"
1193
  msgstr "Αυτός ο κωδικός πρόσβασης δέχεται τα ακόλουθα χαρακτηριστικά:"
1194
 
1195
+ #: library/plugin-settings.php:1643
1196
  msgid "Note that the url attribute accepts"
1197
  msgstr "Σημειώστε ότι το χαρακτηριστικό url αποδέχεται"
1198
 
1199
+ #: library/plugin-settings.php:1643
1200
  msgid "to get the current URL."
1201
  msgstr "για να λάβετε την τρέχουσα διεύθυνση URL."
1202
 
1203
+ #: library/plugin-settings.php:1646
1204
  msgid "Access Control"
1205
  msgstr "Έλεγχος πρόσβασης"
1206
 
1207
+ #: library/plugin-settings.php:1647
1208
  msgid "USP provides three shortcodes to control access and restrict content."
1209
  msgstr "Το USP παρέχει τρεις κωδικούς πρόσβασης για τον έλεγχο της πρόσβασης και τον περιορισμό του περιεχομένου."
1210
 
1211
+ #: library/plugin-settings.php:1648
1212
  msgid "Display content only to users with a specific capability:"
1213
  msgstr "Εμφάνιση περιεχομένου μόνο σε χρήστες με συγκεκριμένη δυνατότητα:"
1214
 
1215
+ #: library/plugin-settings.php:1651
1216
  msgid "Display content to logged-in users:"
1217
  msgstr "Εμφάνιση περιεχομένου σε συνδεδεμένους χρήστες:"
1218
 
1219
+ #: library/plugin-settings.php:1654
1220
  msgid "Display content to visitors only:"
1221
  msgstr "Εμφάνιση περιεχομένου μόνο σε επισκέπτες:"
1222
 
1223
+ #: library/plugin-settings.php:1657
1224
  msgid "Tip:"
1225
  msgstr "Υπόδειξη:"
1226
 
1227
+ #: library/plugin-settings.php:1657
1228
  msgid "to include markup in the deny message, you can use"
1229
  msgstr "για να συμπεριλάβετε σήμανση στο μήνυμα άρνησης, μπορείτε να χρησιμοποιήσετε"
1230
 
1231
+ #: library/plugin-settings.php:1657
1232
  msgid "to output"
1233
  msgstr "στην έξοδο"
1234
 
1235
+ #: library/plugin-settings.php:1660
1236
  msgid "Example"
1237
  msgstr "Παράδειγμα"
1238
 
1239
+ #: library/plugin-settings.php:1661
1240
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1241
  msgstr "Εάν ο χρήστης είναι συνδεδεμένος, εμφανίστε τη φόρμα μετά την υποβολή. ή εάν ο χρήστης δεν είναι συνδεδεμένος, εμφανίστε τη φόρμα σύνδεσης:"
1242
 
1243
+ #: library/plugin-settings.php:1673
1244
  msgid "Restore Defaults"
1245
  msgstr "Επαναφέρετε τις προεπιλογές"
1246
 
1247
+ #: library/plugin-settings.php:1676
1248
  msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1249
+ msgstr "Αφήστε αυτή την επιλογή απενεργοποιημένη για να θυμάστε τις ρυθμίσεις σας. Ή, για να προχωρήσετε και να επαναφέρετε τις προεπιλεγμένες επιλογές πρόσθετων στοιχείων: επιλέξτε το πλαίσιο, αποθηκεύστε τις ρυθμίσεις σας και, στη συνέχεια, απενεργοποιήστε / επανενεργοποιήστε την προσθήκη."
1250
 
1251
+ #: library/plugin-settings.php:1680
1252
  msgid "Restore default options upon plugin deactivation/reactivation."
1253
  msgstr "Επαναφορά προεπιλεγμένων επιλογών κατά την απενεργοποίηση / επανενεργοποίηση του plugin."
1254
 
1255
+ #: library/plugin-settings.php:1687
1256
  msgid "Show Support"
1257
  msgstr "Εμφάνιση υποστήριξης"
1258
 
1259
+ #: library/plugin-settings.php:1696
1260
  msgid "by"
1261
  msgstr "με"
1262
 
1263
+ #: library/plugin-settings.php:1697
1264
  msgid "Jeff Starr on Twitter"
1265
  msgstr "Jeff Starr στο Twitter"
1266
 
1267
+ #: library/plugin-settings.php:1698
1268
  msgid "Obsessive Web Design &amp; Development"
1269
  msgstr "Obsessive Web Design & amp; Ανάπτυξη"
1270
 
1271
+ #: library/plugin-settings.php:1709
1272
  msgid "Save Preference"
1273
  msgstr "Αποθήκευση προτιμήσεων"
1274
 
1275
+ #: library/plugin-settings.php:1716
1276
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1277
  msgstr "Είστε βέβαιοι ότι θέλετε να επαναφέρετε όλες τις προεπιλεγμένες επιλογές; (Αυτή η πράξη δε μπορεί να αναιρεθεί)"
1278
 
1279
+ #: library/support-panel.php:55
1280
+ msgid "Perishable Press Books"
1281
+ msgstr "Φθαρτά βιβλία τύπου"
1282
+
1283
+ #: library/support-panel.php:56
1284
+ msgid "Plugin Planet"
1285
+ msgstr "Plugin Planet"
1286
+
1287
+ #: library/support-panel.php:57
1288
+ msgid "Donate via PayPal"
1289
+ msgstr "Δωρεά μέσω PayPal"
1290
+
1291
+ #: library/support-panel.php:59
1292
+ msgid "books"
1293
+ msgstr "βιβλία"
1294
+
1295
+ #: library/support-panel.php:60
1296
+ msgid "plugins"
1297
+ msgstr "plugins"
1298
+
1299
+ #: library/support-panel.php:61
1300
+ msgid "donation"
1301
+ msgstr "δωρεά"
1302
+
1303
+ #: library/support-panel.php:63
1304
+ msgid "Thank you for using"
1305
+ msgstr "Σας ευχαριστούμε για τη χρήση"
1306
+
1307
+ #: library/support-panel.php:64
1308
+ msgid "Please show support by purchasing one of my"
1309
+ msgstr "Υποδείξτε την υποστήριξη αγοράζοντας ένα από τα δικά μου"
1310
+
1311
+ #: library/support-panel.php:65
1312
+ msgid "or"
1313
+ msgstr "ή"
1314
+
1315
+ #: library/support-panel.php:65
1316
+ msgid "or by making a"
1317
+ msgstr "ή κάνοντας ένα"
1318
+
1319
+ #: library/support-panel.php:66
1320
+ msgid "Your generous support helps future development of"
1321
+ msgstr "Η γενναιόδωρη υποστήριξη σας συμβάλλει στη μελλοντική ανάπτυξη του"
1322
+
1323
+ #: library/support-panel.php:67
1324
+ msgid "and is greatly appreciated."
1325
+ msgstr "και εκτιμάται ιδιαίτερα."
1326
+
1327
+ #: library/support-panel.php:69
1328
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1329
+ msgstr "Κάθε δωρεά μεγέθους με βοηθά να συνεχίσω να αναπτύσσω αυτό το δωρεάν πρόσθετο και άλλους φοβερούς πόρους του WordPress."
1330
+
1331
  #. Description of the plugin
1332
  #:
1333
  msgid "Enables your visitors to submit posts and images from anywhere on your site."
languages/usp-es_ES.mo CHANGED
Binary file
languages/usp-es_ES.po CHANGED
@@ -4,283 +4,288 @@ msgstr ""
4
  "Content-Type: text/plain; charset=UTF-8\n"
5
  "Content-Transfer-Encoding: 8bit\n"
6
  "X-Generator: POEditor.com\n"
7
- "Project-Id-Version: USP 2018 Nov\n"
8
  "Language: es\n"
9
 
10
  #. Name of the plugin
11
  #: user-submitted-posts.php:44 library/support-panel.php:5
12
  msgid "User Submitted Posts"
13
- msgstr "Mensajes enviados por el usuario"
14
 
15
- #: user-submitted-posts.php:81
16
  msgid "requires WordPress "
17
- msgstr "requiere WordPress"
18
 
19
- #: user-submitted-posts.php:82
20
  msgid " or higher, and has been deactivated! "
21
- msgstr " o superior, y ha sido desactivado!"
22
 
23
- #: user-submitted-posts.php:83
24
  msgid "Please return to the"
25
- msgstr "Por favor regrese a la"
26
 
27
- #: user-submitted-posts.php:84
28
  msgid "WordPress Admin Area"
29
  msgstr "Área de administración de WordPress"
30
 
31
- #: user-submitted-posts.php:85
32
  msgid "to upgrade WordPress and try again."
33
- msgstr "para actualizar WordPress y vuelva a intentarlo."
34
 
35
- #: user-submitted-posts.php:125
36
  msgid "User Submitted Post"
37
- msgstr "Mensaje enviado por el usuario"
38
 
39
- #: user-submitted-posts.php:433
40
  msgid "User Submitted Post Info"
41
- msgstr "Información enviada por el usuario"
42
 
43
- #: user-submitted-posts.php:463
44
  msgid "Submitter Name: "
45
- msgstr "Nombre del remitente:"
46
 
47
- #: user-submitted-posts.php:464
48
  msgid "Submitter Email: "
49
- msgstr "Correo electrónico del remitente:"
50
 
51
- #: user-submitted-posts.php:465
52
  msgid "Submitter URL: "
53
- msgstr "URL del remitente:"
54
 
55
- #: user-submitted-posts.php:466
56
  msgid "Submitter IP: "
57
- msgstr "IP del remitente:"
58
 
59
- #: user-submitted-posts.php:517
60
  msgid "Show USP Posts"
61
- msgstr "Mostrar publicaciones de la USP"
62
 
63
- #: user-submitted-posts.php:518 library/plugin-settings.php:999
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
- #: user-submitted-posts.php:1301
68
  msgid " files required"
69
  msgstr " archivos requeridos"
70
 
71
- #: user-submitted-posts.php:1302
72
  msgid " file required"
73
  msgstr " archivo requerido"
74
 
75
- #: user-submitted-posts.php:1304
76
  msgid " files"
77
  msgstr " archivos"
78
 
79
- #: user-submitted-posts.php:1305
80
  msgid " file"
81
  msgstr " expediente"
82
 
83
- #: user-submitted-posts.php:1307 user-submitted-posts.php:1308
84
- #: user-submitted-posts.php:1309 user-submitted-posts.php:1310
85
  msgid " pixels"
86
  msgstr " píxeles"
87
 
88
- #: user-submitted-posts.php:1312 library/core-functions.php:215
89
- #: library/plugin-settings.php:290 library/plugin-settings.php:309
90
- #: library/plugin-settings.php:711 library/plugin-settings.php:1243
91
  msgid "Custom Field"
92
  msgstr "Campo personalizado"
93
 
94
- #: user-submitted-posts.php:1314
95
  msgid "Custom checkbox required"
96
  msgstr "Casilla de verificación personalizada requerida"
97
 
98
- #: user-submitted-posts.php:1317
99
  msgid "An error occurred. Please go back and try again."
100
  msgstr "Ocurrió un error. Por favor, regrese y vuelva a intentarlo."
101
 
102
- #: user-submitted-posts.php:1327
103
  msgid "User login required"
104
- msgstr "Se requiere inicio de sesión de usuario"
105
 
106
- #: user-submitted-posts.php:1328
107
  msgid "User name required"
108
  msgstr "Nombre de usuario (requerido"
109
 
110
- #: user-submitted-posts.php:1329
111
  msgid "Post title required"
112
- msgstr "Post título requerido"
113
 
114
- #: user-submitted-posts.php:1330
115
  msgid "User URL required"
116
- msgstr "URL del usuario requerida"
117
 
118
- #: user-submitted-posts.php:1331
119
  msgid "Post tags required"
120
  msgstr "Publicar etiquetas requeridas"
121
 
122
- #: user-submitted-posts.php:1332
123
  msgid "Post category required"
124
  msgstr "Categoría de publicación requerida"
125
 
126
- #: user-submitted-posts.php:1333
127
  msgid "Post content required"
128
  msgstr "Publicar contenido requerido"
129
 
130
- #: user-submitted-posts.php:1334 user-submitted-posts.php:1335
131
  msgid "Correct captcha required"
132
- msgstr "Se requiere captcha correcta"
133
 
134
- #: user-submitted-posts.php:1336
135
  msgid "User email required"
136
  msgstr "Correo electrónico del usuario requerido"
137
 
138
- #: user-submitted-posts.php:1337
139
  msgid "Please check your email and try again"
140
- msgstr "Por favor revise su correo electrónico y vuelva a intentarlo"
141
 
142
- #: user-submitted-posts.php:1338
143
  msgid "Non-empty value for hidden field"
144
- msgstr "Valor no vacío para el campo oculto"
145
 
146
- #: user-submitted-posts.php:1339
147
  msgid "Minimum number of images not met"
148
- msgstr "Cantidad mínima de imágenes no alcanzadas"
149
 
150
- #: user-submitted-posts.php:1340
151
  msgid "Maximum number of images exceeded "
152
- msgstr "Número máximo de imágenes superadas"
153
 
154
- #: user-submitted-posts.php:1341
155
  msgid "Minimum image width not met"
156
- msgstr "Ancho de imagen mínimo no cumplido"
157
 
158
- #: user-submitted-posts.php:1342
159
  msgid "Image width exceeds maximum"
160
- msgstr "El ancho de la imagen excede el máximo."
161
 
162
- #: user-submitted-posts.php:1343
163
  msgid "Minimum image height not met"
164
- msgstr "Altura mínima de la imagen no se cumple"
165
 
166
- #: user-submitted-posts.php:1344
167
  msgid "Image height exceeds maximum"
168
- msgstr "La altura de la imagen excede el máximo."
169
 
170
- #: user-submitted-posts.php:1345
171
  msgid "File type not allowed (please upload images only)"
172
- msgstr "Tipo de archivo no permitido (solo subir imágenes)"
173
 
174
- #: user-submitted-posts.php:1346
175
  msgid " required"
176
  msgstr " necesario"
177
 
178
- #: user-submitted-posts.php:1351
179
  msgid "File not uploaded. Please check the file and try again."
180
- msgstr "Archivo no cargado. Por favor revise el archivo y vuelva a intentarlo."
181
 
182
- #: user-submitted-posts.php:1355
183
  msgid "The file(s) could not be uploaded"
184
- msgstr "El archivo (s) no pudo ser cargado"
185
 
186
- #: user-submitted-posts.php:1357
187
  msgid "Post not created. Please contact the site administrator for help."
188
- msgstr "Mensaje no creado. Por favor, póngase en contacto con el administrador del sitio para obtener ayuda."
189
 
190
- #: user-submitted-posts.php:1358
191
  msgid "Duplicate post title. Please try again."
192
- msgstr "Título duplicado de la publicación. Inténtalo de nuevo."
193
 
194
- #: user-submitted-posts.php:1368
195
  msgid "Error: "
196
- msgstr "Error:"
197
 
198
- #: user-submitted-posts.php:1394
199
  msgid "Return to form"
200
- msgstr "Volver al formulario"
201
 
202
- #: user-submitted-posts.php:1424 library/plugin-settings.php:975
203
  msgid "Please"
204
  msgstr "Por favor"
205
 
206
- #: user-submitted-posts.php:1425
207
  msgid "log in"
208
  msgstr "iniciar sesión"
209
 
210
- #: user-submitted-posts.php:1426
211
  msgid "to submit content!"
212
  msgstr "para enviar contenido!"
213
 
214
- #: views/submission-form.php:46 views/submission-form-alt.php:55
215
  msgid "Please complete the required fields."
216
- msgstr "Por favor complete los campos requeridos"
217
 
218
- #: views/submission-form.php:56 views/submission-form.php:57
219
- #: views/submission-form-alt.php:61 views/submission-form-alt.php:62
220
  msgid "Your Name"
221
  msgstr "Tu nombre"
222
 
223
- #: views/submission-form.php:62 views/submission-form.php:63
224
- #: views/submission-form-alt.php:67 views/submission-form-alt.php:68
225
  msgid "Your URL"
226
- msgstr "Tu URL"
227
 
228
- #: views/submission-form.php:68 views/submission-form.php:69
229
- #: views/submission-form-alt.php:73 views/submission-form-alt.php:74
230
  msgid "Your Email"
231
  msgstr "Tu correo electrónico"
232
 
233
- #: views/submission-form.php:74 views/submission-form.php:75
234
- #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
235
- #: library/plugin-settings.php:1036
236
  msgid "Post Title"
237
  msgstr "Título de la entrada"
238
 
239
- #: views/submission-form.php:80 views/submission-form.php:81
240
- #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
241
- #: library/plugin-settings.php:1037
242
  msgid "Post Tags"
243
- msgstr "Publicar etiquetas"
244
 
245
- #: views/submission-form.php:93 views/submission-form-alt.php:98
246
  msgid "Antispam Question"
247
- msgstr "Pregunta Antispam"
248
 
249
- #: views/submission-form.php:98 views/submission-form-alt.php:103
250
- #: library/plugin-settings.php:1038
251
  msgid "Post Category"
252
- msgstr "Categoría de puesto"
253
 
254
- #: views/submission-form.php:100 views/submission-form-alt.php:105
 
255
  msgid "Please select a category.."
256
  msgstr "Porfavor seleccione una categoría.."
257
 
258
- #: views/submission-form.php:135 views/submission-form.php:136
259
- #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
260
- #: library/plugin-settings.php:1039
261
  msgid "Post Content"
262
  msgstr "Publicar Contenido"
263
 
264
- #: views/submission-form.php:142 views/submission-form-alt.php:147
265
  msgid "Verification"
266
  msgstr "Verificación"
267
 
268
- #: views/submission-form.php:149 views/submission-form-alt.php:154
269
  msgid "Upload an Image"
270
  msgstr "Subir una imagen"
271
 
272
- #: views/submission-form.php:158 views/submission-form-alt.php:163
273
  msgid "Add another image"
274
- msgstr "Añadir otra imagen"
275
 
276
- #: views/submission-form.php:180 views/submission-form-alt.php:185
277
  msgid "Human verification: leave this field empty."
278
- msgstr "Verificación humana: dejar este campo vacío."
279
 
280
- #: views/submission-form.php:204 views/submission-form-alt.php:209
281
  msgid "Submit Post"
282
  msgstr "Enviar mensaje"
283
 
 
 
 
 
284
  #: library/shortcode-misc.php:18
285
  msgid "Reset form"
286
  msgstr "Restablecer formulario"
@@ -289,1032 +294,1040 @@ msgstr "Restablecer formulario"
289
  msgid "View full post"
290
  msgstr "Ver publicación completa"
291
 
292
- #: library/support-panel.php:52
293
- msgid "Perishable Press Books"
294
- msgstr "Prensa Perecedera"
295
-
296
- #: library/support-panel.php:53
297
- msgid "Plugin Planet"
298
- msgstr "Planeta plugin"
299
-
300
- #: library/support-panel.php:54
301
- msgid "Donate via PayPal"
302
- msgstr "Dona a través de PayPal"
303
-
304
- #: library/support-panel.php:56
305
- msgid "books"
306
- msgstr "libros"
307
-
308
- #: library/support-panel.php:57
309
- msgid "plugins"
310
- msgstr "plugins"
311
-
312
- #: library/support-panel.php:58
313
- msgid "donation"
314
- msgstr "donación"
315
-
316
- #: library/support-panel.php:60
317
- msgid "Thank you for using"
318
- msgstr "Gracias por usar"
319
-
320
- #: library/support-panel.php:61
321
- msgid "Please show support by purchasing one of my"
322
- msgstr "Por favor muestre su apoyo comprando uno de mis"
323
-
324
- #: library/support-panel.php:62
325
- msgid "or"
326
- msgstr "o"
327
-
328
- #: library/support-panel.php:62
329
- msgid "or by making a"
330
- msgstr "o haciendo un"
331
-
332
- #: library/support-panel.php:63
333
- msgid "Your generous support helps future development of"
334
- msgstr "Su generoso apoyo ayuda al desarrollo futuro de"
335
-
336
- #: library/support-panel.php:64
337
- msgid "and is greatly appreciated."
338
- msgstr "y es muy apreciado."
339
-
340
- #: library/support-panel.php:66
341
- msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
342
- msgstr "Cualquier tamaño de donación me ayuda a continuar desarrollando este complemento gratuito y otros recursos impresionantes de WordPress."
343
-
344
- #: library/enqueue-scripts.php:83 library/enqueue-scripts.php:117
345
- msgid "Incorrect response."
346
- msgstr "Respuesta incorrecta."
347
 
348
- #: library/plugin-settings.php:32
349
  msgid "Get USP Pro for unlimited forms!"
350
- msgstr "¡Consigue USP Pro para formularios ilimitados!"
351
 
352
- #: library/plugin-settings.php:33
353
  msgid "Go Pro"
354
  msgstr "Go Pro"
355
 
356
- #: library/plugin-settings.php:37
357
- msgid "Settings"
358
- msgstr "Ajustes"
359
-
360
- #: library/plugin-settings.php:55 library/plugin-settings.php:1007
361
- #: library/plugin-settings.php:1595
362
  msgid "Plugin Homepage"
363
- msgstr "Página de inicio de plugin"
364
 
365
- #: library/plugin-settings.php:56
366
  msgid "Homepage"
367
  msgstr "Página principal"
368
 
369
- #: library/plugin-settings.php:61
370
  msgid "Give USP a 5-star rating at WordPress.org"
371
- msgstr "Dar a USP una calificación de 5 estrellas en WordPress.org"
372
 
373
- #: library/plugin-settings.php:62
374
  msgid "Rate this plugin&nbsp;&raquo;"
375
- msgstr "Califica este complemento & nbsp; & raquo;"
376
 
377
- #: library/plugin-settings.php:120
378
  msgid "WP Post (recommended)"
379
  msgstr "WP Post (recomendado)"
380
 
381
- #: library/plugin-settings.php:124
382
  msgid "WP Page"
383
  msgstr "WP Page"
384
 
385
- #: library/plugin-settings.php:140
386
  msgid "HTML5 Form + Default CSS"
387
- msgstr "Formulario HTML5 + CSS predeterminado"
388
 
389
- #: library/plugin-settings.php:140
390
  msgid "(Recommended)"
391
  msgstr "(Recomendado)"
392
 
393
- #: library/plugin-settings.php:144
394
  msgid "HTML5 Form + Disable CSS"
395
- msgstr "Formulario HTML5 + Desactivar CSS"
396
 
397
- #: library/plugin-settings.php:144
398
  msgid "(Provide your own styles)"
399
  msgstr "(Proporcione sus propios estilos)"
400
 
401
- #: library/plugin-settings.php:148
402
  msgid "Custom Form + Custom CSS"
403
  msgstr "Formulario personalizado + CSS personalizado"
404
 
405
- #: library/plugin-settings.php:148
406
  msgid "(Provide your own form template &amp; styles)"
407
  msgstr "(Proporcione su propia plantilla de formulario y estilos)"
408
 
409
- #: library/plugin-settings.php:164 library/plugin-settings.php:188
410
- #: library/plugin-settings.php:211 library/plugin-settings.php:235
411
  msgid "Auto-display before post content"
412
  msgstr "Visualización automática antes de publicar contenido"
413
 
414
- #: library/plugin-settings.php:168 library/plugin-settings.php:192
415
- #: library/plugin-settings.php:215 library/plugin-settings.php:239
416
  msgid "Auto-display after post content"
417
  msgstr "Visualización automática después del contenido de la publicación"
418
 
419
- #: library/plugin-settings.php:172
420
  msgid "Do not auto-display submitted images"
421
  msgstr "No mostrar automáticamente las imágenes enviadas"
422
 
423
- #: library/plugin-settings.php:196
424
  msgid "Do not auto-display submitted email"
425
  msgstr "No mostrar automáticamente el correo electrónico enviado"
426
 
427
- #: library/plugin-settings.php:219
428
  msgid "Do not auto-display submitted URL"
429
  msgstr "No mostrar automáticamente la URL enviada"
430
 
431
- #: library/plugin-settings.php:243
432
  msgid "Do not auto-display the Custom Field"
433
  msgstr "No mostrar automáticamente el campo personalizado"
434
 
435
- #: library/plugin-settings.php:271 library/plugin-settings.php:303
436
- #: library/plugin-settings.php:336 library/plugin-settings.php:368
437
- msgid "Display and require"
438
- msgstr "Mostrar y requerir"
439
 
440
- #: library/plugin-settings.php:272 library/plugin-settings.php:304
441
- msgid "Display but do not require"
442
- msgstr "Mostrar pero no requiere"
443
 
444
- #: library/plugin-settings.php:273 library/plugin-settings.php:305
445
- #: library/plugin-settings.php:337 library/plugin-settings.php:369
446
  msgid "Disable this field"
447
  msgstr "Deshabilitar este campo"
448
 
449
- #: library/plugin-settings.php:308 library/plugin-settings.php:340
450
- #: library/plugin-settings.php:372 library/plugin-settings.php:404
451
  msgid "(Visit"
452
  msgstr "(Visitar"
453
 
454
- #: library/plugin-settings.php:309 library/plugin-settings.php:341
455
- #: library/plugin-settings.php:373 library/plugin-settings.php:405
456
  msgid "to configure options)"
457
  msgstr "para configurar opciones)"
458
 
459
- #: library/plugin-settings.php:324 library/plugin-settings.php:341
460
- #: library/plugin-settings.php:1261 library/plugin-settings.php:1266
461
  msgid "Challenge Question"
462
  msgstr "pregunta desafiante"
463
 
464
- #: library/plugin-settings.php:356 library/plugin-settings.php:373
465
- #: library/plugin-settings.php:1283
466
  msgid "Google reCAPTCHA"
467
  msgstr "Google reCAPTCHA"
468
 
469
- #: library/plugin-settings.php:388
470
  msgid "Post Images"
471
- msgstr "Publicar Imágenes"
472
 
473
- #: library/plugin-settings.php:400
474
- msgid "Display"
475
- msgstr "Monitor"
476
 
477
- #: library/plugin-settings.php:401
478
  msgid "Disable"
479
  msgstr "Inhabilitar"
480
 
481
- #: library/plugin-settings.php:405 library/plugin-settings.php:1344
482
  msgid "Image Uploads"
483
  msgstr "Subidas de imágenes"
484
 
485
- #: library/plugin-settings.php:485
486
  msgid "Draft"
487
  msgstr "Borrador"
488
 
489
- #: library/plugin-settings.php:486
490
  msgid "Pending (default)"
491
- msgstr "Pendiente (por defecto)"
492
 
493
- #: library/plugin-settings.php:487
494
  msgid "Publish immediately"
495
- msgstr "Publicar inmediatamente"
496
 
497
- #: library/plugin-settings.php:488
498
  msgid "Publish after 1 approved post"
499
  msgstr "Publicar después de 1 publicación aprobada"
500
 
501
- #: library/plugin-settings.php:489
502
  msgid "Publish after "
503
- msgstr "Publicar despues"
504
 
505
- #: library/plugin-settings.php:489
506
  msgid " approved posts"
507
  msgstr " puestos aprobados"
508
 
509
- #: library/plugin-settings.php:655
 
 
 
 
510
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
511
- msgstr "Hubo un error. Asegúrese de haber agregado un título, algo de contenido y que haya subido solo imágenes."
512
 
513
- #: library/plugin-settings.php:669
514
  msgid "Please select your image(s) to upload."
515
- msgstr "Por favor, seleccione su imagen (s) para subir."
516
 
517
- #: library/plugin-settings.php:675
518
  msgid "Success! Thank you for your submission."
519
- msgstr "¡Éxito! Gracias por su sumisión."
520
 
521
- #: library/plugin-settings.php:701
522
  msgid "Email"
523
  msgstr "Email"
524
 
525
- #: library/plugin-settings.php:702
526
  msgid "URL"
527
  msgstr "URL"
528
 
529
- #: library/plugin-settings.php:962
530
  msgid "Toggle all panels"
531
  msgstr "Alternar todos los paneles"
532
 
533
- #: library/plugin-settings.php:971
534
  msgid "We need your support!"
535
  msgstr "¡Necesitamos su apoyo!"
536
 
537
- #: library/plugin-settings.php:975
538
  msgid "Make a donation via PayPal"
539
- msgstr "Hacer una donación a través de PayPal"
540
 
541
- #: library/plugin-settings.php:975
542
  msgid "make a donation"
543
  msgstr "Haz una donación"
544
 
545
- #: library/plugin-settings.php:975
546
  msgid "and/or"
547
  msgstr "y / o"
548
 
549
- #: library/plugin-settings.php:976
550
  msgid "Rate and review at the Plugin Directory"
551
- msgstr "Califique y revise en el Directorio de Complementos"
552
 
553
- #: library/plugin-settings.php:977
554
  msgid "give this plugin a 5-star rating"
555
- msgstr "dar a este plugin una calificación de 5 estrellas"
556
 
557
- #: library/plugin-settings.php:981
558
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
559
- msgstr "Su generoso apoyo permite el desarrollo continuo de este complemento gratuito. ¡Gracias!"
560
 
561
- #: library/plugin-settings.php:986
562
  msgid "Check this box if you have shown support"
563
- msgstr "Marque esta casilla si ha mostrado soporte"
564
 
565
- #: library/plugin-settings.php:995
566
  msgid "Overview"
567
  msgstr "Visión general"
568
 
569
- #: library/plugin-settings.php:999
570
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
571
- msgstr "permite a sus visitantes enviar publicaciones y cargar imágenes desde la parte frontal de su sitio."
572
 
573
- #: library/plugin-settings.php:1000
574
  msgid "For advanced functionality and unlimited forms, check out"
575
- msgstr "Para funcionalidad avanzada y formularios ilimitados, echa un vistazo"
576
 
577
- #: library/plugin-settings.php:1000 library/plugin-settings.php:1402
578
  msgid "USP Pro"
579
  msgstr "USP Pro"
580
 
581
- #: library/plugin-settings.php:1001
582
  msgid "&mdash; the ultimate solution for user-generated content."
583
- msgstr "& mdash; La solución definitiva para contenido generado por el usuario."
584
 
585
- #: library/plugin-settings.php:1005 library/plugin-settings.php:1022
586
  msgid "Plugin Settings"
587
- msgstr "Configuracion de Plugin"
588
 
589
- #: library/plugin-settings.php:1006
590
  msgid "Display the form"
591
  msgstr "Mostrar el formulario"
592
 
593
- #: library/plugin-settings.php:1010
594
  msgid "If you like this plugin, please"
595
- msgstr "Si te gusta este plugin, por favor"
596
 
597
- #: library/plugin-settings.php:1011
598
  msgid "THANK YOU for your support!"
599
  msgstr "¡Gracias por tu apoyo!"
600
 
601
- #: library/plugin-settings.php:1011
602
  msgid "give it a 5-star rating"
603
- msgstr "dale una calificación de 5 estrellas"
604
 
605
- #: library/plugin-settings.php:1015
606
  msgid "Unlimited front-end forms"
607
- msgstr "Formas front-end ilimitadas"
608
 
609
- #: library/plugin-settings.php:1015
610
  msgid "Get USP Pro"
611
- msgstr "Obtener USP Pro"
612
 
613
- #: library/plugin-settings.php:1025
614
  msgid "Configure your settings for User Submitted Posts."
615
  msgstr "Configure sus ajustes para las publicaciones enviadas por el usuario."
616
 
617
- #: library/plugin-settings.php:1027
618
  msgid "Form Fields"
619
  msgstr "Campos de formulario"
620
 
621
- #: library/plugin-settings.php:1033
622
  msgid "User Name"
623
  msgstr "Nombre de usuario"
624
 
625
- #: library/plugin-settings.php:1034
626
  msgid "User Email"
627
  msgstr "Email del usuario"
628
 
629
- #: library/plugin-settings.php:1035
630
  msgid "User URL"
631
  msgstr "URL de usuario"
632
 
633
- #: library/plugin-settings.php:1050
634
  msgid "General Settings"
635
  msgstr "Configuración general"
636
 
637
- #: library/plugin-settings.php:1052
638
  msgid "Note that the default settings work fine for most cases."
639
- msgstr "Tenga en cuenta que la configuración predeterminada funciona bien en la mayoría de los casos."
640
 
641
- #: library/plugin-settings.php:1057
642
  msgid "Form Style"
643
- msgstr "Forma de estilo"
644
 
645
- #: library/plugin-settings.php:1062
646
  msgid "With this option, you can copy the plugin&rsquo;s default templates:"
647
  msgstr "Con esta opción, puede copiar las plantillas predeterminadas del complemento:"
648
 
649
- #: library/plugin-settings.php:1067
650
  msgid "..and upload them into a directory named"
651
  msgstr "..y subirlos a un directorio llamado"
652
 
653
- #: library/plugin-settings.php:1067
654
  msgid "in your theme:"
655
- msgstr "en su tema:"
656
 
657
- #: library/plugin-settings.php:1073
658
  msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
659
- msgstr "Eso te permitirá personalizar la forma y los estilos como desees. Para obtener más información, consulte la sección \"Formulario de envío personalizado\" en la"
660
 
661
- #: library/plugin-settings.php:1074
662
  msgid "Installation Docs"
663
  msgstr "Documentos de instalación"
664
 
665
- #: library/plugin-settings.php:1075
666
  msgid "FYI: here is a"
667
- msgstr "Para tu información: aquí hay una"
668
 
669
- #: library/plugin-settings.php:1075
670
  msgid "list of USP CSS selectors"
671
- msgstr "lista de selectores CSS USP"
672
 
673
- #: library/plugin-settings.php:1081
674
  msgid "Include JavaScript"
675
  msgstr "Incluir JavaScript"
676
 
677
- #: library/plugin-settings.php:1083
678
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
679
  msgstr "Marque esta casilla si desea incluir los archivos JavaScript externos (recomendado)."
680
 
681
- #: library/plugin-settings.php:1086
682
  msgid "Targeted Loading"
683
  msgstr "Carga dirigida"
684
 
685
- #: library/plugin-settings.php:1088
686
- msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
687
- msgstr "Por defecto, CSS externo & amp; Los archivos de JavaScript se cargan en cada página. Aquí puede especificar la URL del formulario USP para cargar recursos solo en esa página. Nota: deje en blanco para cargar en todas las páginas."
688
 
689
- #: library/plugin-settings.php:1091
690
  msgid "Post Type"
691
  msgstr "Tipo de mensaje"
692
 
693
- #: library/plugin-settings.php:1094
694
  msgid "Submit posts as WP Posts or Pages"
695
  msgstr "Enviar publicaciones como publicaciones o páginas de WP"
696
 
697
- #: library/plugin-settings.php:1098
698
  msgid "Post Status"
699
- msgstr "Estado de publicación"
700
 
701
- #: library/plugin-settings.php:1101
702
  msgid "Post Status for submitted posts"
703
- msgstr "Estado de publicación para las publicaciones enviadas"
704
 
705
- #: library/plugin-settings.php:1105
706
  msgid "Redirect URL"
707
  msgstr "Redireccionar URL"
708
 
709
- #: library/plugin-settings.php:1107
710
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
711
- msgstr "Especifique una URL para redirigir al usuario después del envío posterior. Deje en blanco para redirigir a la página actual."
712
 
713
- #: library/plugin-settings.php:1110
714
  msgid "Success Message"
715
  msgstr "Mensaje de éxito"
716
 
717
- #: library/plugin-settings.php:1112
718
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
719
- msgstr "Mensaje de éxito que se muestra si el envío posterior tiene éxito. El marcado básico está permitido."
720
 
721
- #: library/plugin-settings.php:1115
722
  msgid "Error Message"
723
  msgstr "Mensaje de error"
724
 
725
- #: library/plugin-settings.php:1117
726
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
727
- msgstr "Mensaje de error general que se muestra si el envío posterior falla. El marcado básico está permitido."
728
 
729
- #: library/plugin-settings.php:1120
730
  msgid "Custom Content"
731
  msgstr "Contenido personalizado"
732
 
733
- #: library/plugin-settings.php:1122
734
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
735
- msgstr "Texto / marcado personalizado que se incluirá antes del formulario de envío. Deje en blanco para deshabilitar."
736
 
737
- #: library/plugin-settings.php:1125
738
  msgid "Rich Text Editor"
739
  msgstr "Editor de texto enriquecido"
740
 
741
- #: library/plugin-settings.php:1127
742
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
743
- msgstr "Marque esta casilla si desea habilitar la edición de texto enriquecido WP para las publicaciones enviadas."
744
 
745
- #: library/plugin-settings.php:1130
746
  msgid "Unique Titles"
747
  msgstr "Títulos únicos"
748
 
749
- #: library/plugin-settings.php:1132
750
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
751
- msgstr "Exija que los títulos de las publicaciones enviadas sean únicos (útil para evitar publicaciones múltiples / duplicadas)."
752
 
753
- #: library/plugin-settings.php:1135
754
  msgid "Disable Required"
755
  msgstr "Deshabilitar requerido"
756
 
757
- #: library/plugin-settings.php:1137
758
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
759
  msgstr "Deshabilite todos los atributos requeridos en los campos de formulario predeterminados (útil para solucionar mensajes de error)."
760
 
761
- #: library/plugin-settings.php:1140
762
  msgid "Enable Shortcodes"
763
  msgstr "Habilitar códigos cortos"
764
 
765
- #: library/plugin-settings.php:1142
766
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
767
- msgstr "Habilitar códigos cortos en widgets. De forma predeterminada, WordPress no habilita códigos cortos en los widgets."
768
 
769
- #: library/plugin-settings.php:1143
770
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
771
- msgstr "Esta configuración habilita cualquiera / todos los códigos cortos en los widgets (incluso códigos cortos de otros complementos)."
772
 
773
- #: library/plugin-settings.php:1148
774
- msgid "GDPR"
775
- msgstr "GDPR"
776
 
777
- #: library/plugin-settings.php:1153
778
  msgid "Disable IP Tracking"
779
  msgstr "Deshabilitar el seguimiento de IP"
780
 
781
- #: library/plugin-settings.php:1155
782
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
783
  msgstr "Por defecto, USP registra la dirección IP con cada publicación enviada. Marque esta casilla para deshabilitar todo el seguimiento de IP."
784
 
785
- #: library/plugin-settings.php:1159
786
  msgid "Display Checkbox"
787
  msgstr "Mostrar casilla de verificación"
788
 
789
- #: library/plugin-settings.php:1161
790
  msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
791
  msgstr "Mostrar casilla de verificación personalizada en su formulario (útil para GDPR, aceptar términos, etc.)"
792
 
793
- #: library/plugin-settings.php:1164
794
  msgid "Checkbox Name"
795
  msgstr "Nombre de casilla de verificación"
796
 
797
- #: library/plugin-settings.php:1166 library/plugin-settings.php:1251
798
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
799
- msgstr "Utilice solo caracteres alfanuméricos, guiones bajos y guiones. Si no está seguro, use el nombre predeterminado:"
800
 
801
- #: library/plugin-settings.php:1169
802
  msgid "Checkbox Error"
803
  msgstr "Error de casilla de verificación"
804
 
805
- #: library/plugin-settings.php:1171
806
  msgid "Error message displayed if user does not check the box."
807
  msgstr "Aparece un mensaje de error si el usuario no marca la casilla."
808
 
809
- #: library/plugin-settings.php:1174
810
  msgid "Checkbox Text"
811
- msgstr "Casilla de verificación de texto"
812
 
813
- #: library/plugin-settings.php:1176
814
  msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
815
- msgstr "El texto se muestra junto a la casilla de verificación. Sugerencia: utilice llaves para dar salida a los soportes en ángulo, por ejemplo:"
816
 
817
- #: library/plugin-settings.php:1181 library/plugin-settings.php:1186
818
  msgid "Categories"
819
  msgstr "Categorías"
820
 
821
- #: library/plugin-settings.php:1189
822
- msgid "Select which categories may be assigned to submitted posts (click to toggle)"
823
- msgstr "Seleccione las categorías que pueden asignarse a las publicaciones enviadas (haga clic para alternar)"
824
 
825
- #: library/plugin-settings.php:1197
 
 
 
 
 
 
 
 
826
  msgid "Hidden/Default Category"
827
  msgstr "Categoría oculta / predeterminada"
828
 
829
- #: library/plugin-settings.php:1199
830
- msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
831
- msgstr "Utilice un campo oculto para la categoría de publicación. Esto se puede usar para especificar una categoría predeterminada cuando el campo de categoría está deshabilitado."
832
 
833
- #: library/plugin-settings.php:1202
834
  msgid "Category ID for Hidden Field"
835
- msgstr "ID de categoría para el campo oculto"
836
 
837
- #: library/plugin-settings.php:1204
838
- msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
839
- msgstr "Especifique el ID de la categoría que se usará para la & ldquo; Categoría oculta / predeterminada & rdquo; opción."
840
 
841
- #: library/plugin-settings.php:1209
842
  msgid "Users"
843
- msgstr "Usuarios"
844
 
845
- #: library/plugin-settings.php:1214
846
  msgid "Assigned Author"
847
  msgstr "Autor asignado"
848
 
849
- #: library/plugin-settings.php:1217
850
  msgid "Specify the user that should be assigned as author for submitted posts."
851
  msgstr "Especifique el usuario que debe asignarse como autor para las publicaciones enviadas."
852
 
853
- #: library/plugin-settings.php:1221
854
  msgid "Registered Username"
855
  msgstr "Nombre de Usuario Registrado"
856
 
857
- #: library/plugin-settings.php:1223
858
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
859
- msgstr "Utilice el nombre de usuario registrado como autor de la publicación. Válido cuando la persona que envía el formulario ha iniciado sesión en WordPress."
860
 
861
- #: library/plugin-settings.php:1226
862
  msgid "User Profile URL"
863
- msgstr "URL del perfil de usuario"
864
 
865
- #: library/plugin-settings.php:1228
866
  msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
867
- msgstr "Utilice la URL del perfil del usuario registrado como el valor del campo URL. Válido cuando la persona que envía el formulario ha iniciado sesión en WordPress."
868
 
869
- #: library/plugin-settings.php:1231
870
  msgid "Require User Login"
871
- msgstr "Requiere inicio de sesión de usuario"
872
 
873
- #: library/plugin-settings.php:1233
874
  msgid "Require users to be logged in to WordPress to view/submit the form"
875
- msgstr "Exigir a los usuarios que inicien sesión en WordPress para ver / enviar el formulario"
876
 
877
- #: library/plugin-settings.php:1236
878
  msgid "Disable Replace Author"
879
- msgstr "Deshabilitar Reemplazar Autor"
880
 
881
- #: library/plugin-settings.php:1238
882
  msgid "Do not replace post author with submitted user name"
883
  msgstr "No reemplace el autor de la publicación con el nombre de usuario enviado"
884
 
885
- #: library/plugin-settings.php:1244
886
  msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
887
  msgstr "Aquí puede cambiar el nombre y la etiqueta utilizados por el campo personalizado. Puede habilitar este campo a través de la configuración de Campos de formulario, arriba."
888
 
889
- #: library/plugin-settings.php:1249
890
  msgid "Custom Field Name"
891
  msgstr "Nombre de campo personalizado"
892
 
893
- #: library/plugin-settings.php:1254
894
  msgid "Custom Field Label"
895
  msgstr "Etiqueta de campo personalizada"
896
 
897
- #: library/plugin-settings.php:1256
898
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
899
- msgstr "Esto se mostrará como la etiqueta de campo en el formulario. Predeterminado: Campo personalizado"
900
 
901
- #: library/plugin-settings.php:1268
902
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
903
  msgstr "Para evitar el spam, ingrese una pregunta que los usuarios deben responder antes de enviar el formulario."
904
 
905
- #: library/plugin-settings.php:1271
906
  msgid "Challenge Response"
907
- msgstr "Respuesta de desafío"
908
 
909
- #: library/plugin-settings.php:1273
910
  msgid "Enter the *only* correct answer to the challenge question."
911
- msgstr "Ingrese la respuesta correcta * solo * a la pregunta de desafío."
912
 
913
- #: library/plugin-settings.php:1276
914
  msgid "Case-sensitivity"
915
  msgstr "Mayúsculas y minúsculas"
916
 
917
- #: library/plugin-settings.php:1278
918
  msgid "Check this box if you want the challenge response to be case-sensitive."
919
  msgstr "Marque esta casilla si desea que la respuesta al desafío distinga entre mayúsculas y minúsculas."
920
 
921
- #: library/plugin-settings.php:1284
922
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
923
  msgstr "Para habilitar Google reCAPTCHA, ingrese sus claves públicas y privadas."
924
 
925
- #: library/plugin-settings.php:1289
926
  msgid "Public Key"
927
  msgstr "Llave pública"
928
 
929
- #: library/plugin-settings.php:1291
930
  msgid "Enter your Public Key"
931
  msgstr "Ingrese su clave pública"
932
 
933
- #: library/plugin-settings.php:1294
934
  msgid "Private Key"
935
  msgstr "Llave privada"
936
 
937
- #: library/plugin-settings.php:1296
938
  msgid "Enter your Private Key"
939
  msgstr "Ingrese su clave privada"
940
 
941
- #: library/plugin-settings.php:1301
942
  msgid "Email Alerts"
943
  msgstr "Alertas de correo electrónico"
944
 
945
- #: library/plugin-settings.php:1306
946
  msgid "Receive Email Alert"
947
- msgstr "Recibir alerta de correo electrónico"
948
 
949
- #: library/plugin-settings.php:1308
950
  msgid "Check this box if you want to be notified via email for new post submissions."
951
- msgstr "Marque esta casilla si desea que se le notifique por correo electrónico para nuevos envíos de publicaciones."
952
 
953
- #: library/plugin-settings.php:1311
954
  msgid "Enable HTML Format"
955
  msgstr "Habilitar formato HTML"
956
 
957
- #: library/plugin-settings.php:1313
958
  msgid "Check this box to enable HTML format for email alerts."
959
- msgstr "Marque esta casilla para habilitar el formato HTML para las alertas de correo electrónico."
960
 
961
- #: library/plugin-settings.php:1316
962
  msgid "Email Address for Alerts"
963
  msgstr "Dirección de correo electrónico para alertas"
964
 
965
- #: library/plugin-settings.php:1318
966
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
967
- msgstr "Si marcó la casilla para recibir alertas por correo electrónico, indique aquí las direcciones a las que se deben enviar los correos electrónicos."
968
 
969
- #: library/plugin-settings.php:1319
970
  msgid "Multiple recipients may be included using a comma, like so:"
971
- msgstr "Se pueden incluir múltiples destinatarios usando una coma, como así:"
972
 
973
- #: library/plugin-settings.php:1322
974
  msgid "Email &ldquo;From&rdquo; Address"
975
  msgstr "Correo electrónico & ldquo; De & rdquo; Dirección"
976
 
977
- #: library/plugin-settings.php:1324
978
  msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
979
- msgstr "Aquí puede personalizar la (s) dirección (es) utilizada (s) para el & ldquo; From & rdquo; encabezado (ver las preguntas frecuentes del plugin para información)."
980
 
981
- #: library/plugin-settings.php:1325
982
  msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
983
- msgstr "Si se especificaron varias direcciones en la configuración anterior, incluya un número igual de & ldquo; From & rdquo; Direcciones para esta configuración (en el mismo orden)."
984
 
985
- #: library/plugin-settings.php:1328
986
  msgid "Email Alert Subject"
987
  msgstr "Asunto de alerta por correo electrónico"
988
 
989
- #: library/plugin-settings.php:1330
990
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
991
- msgstr "Línea de asunto para alertas de correo electrónico. Deje en blanco para usar la línea de asunto predeterminada. Nota: puedes usar las siguientes variables:"
992
 
993
- #: library/plugin-settings.php:1335
994
  msgid "Email Alert Message"
995
  msgstr "Mensaje de alerta por correo electrónico"
996
 
997
- #: library/plugin-settings.php:1337
998
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
999
- msgstr "Mensaje para alertas por email. Deje en blanco para usar el mensaje predeterminado. Nota: puedes usar las siguientes variables:"
1000
 
1001
- #: library/plugin-settings.php:1349
1002
  msgid "Featured Image"
1003
  msgstr "Foto principal"
1004
 
1005
- #: library/plugin-settings.php:1351
1006
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
1007
- msgstr "Establecer imágenes enviadas como imágenes destacadas. Requiere soporte de tema para las imágenes destacadas (también conocidas como miniaturas de la publicación)."
1008
 
1009
- #: library/plugin-settings.php:1354
1010
  msgid "Upload Message"
1011
- msgstr "Subir mensaje"
1012
 
1013
- #: library/plugin-settings.php:1356
1014
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
1015
- msgstr "Mensaje que aparece junto al campo de carga. Útil para indicar sus pautas de carga / política / etc. Marcado básico permitido."
1016
 
1017
- #: library/plugin-settings.php:1359
1018
  msgid "&ldquo;Add another image&rdquo; link"
1019
  msgstr "& ldquo; Agregar otra imagen & rdquo; enlazar"
1020
 
1021
- #: library/plugin-settings.php:1361
1022
  msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
1023
- msgstr "Marcado personalizado para el & ldquo; Agregar otra imagen & rdquo; enlazar. Deje en blanco para usar el marcado predeterminado (recomendado)."
1024
 
1025
- #: library/plugin-settings.php:1364
1026
  msgid "Minimum number of images"
1027
- msgstr "Número mínimo de imágenes"
1028
 
1029
- #: library/plugin-settings.php:1367
1030
  msgid "Specify the minimum number of images."
1031
  msgstr "Especifique el número mínimo de imágenes."
1032
 
1033
- #: library/plugin-settings.php:1371
1034
  msgid "Maximum number of images"
1035
- msgstr "Número máximo de imágenes"
1036
 
1037
- #: library/plugin-settings.php:1374
1038
  msgid "Specify the maximum number of images."
1039
  msgstr "Especifique el número máximo de imágenes."
1040
 
1041
- #: library/plugin-settings.php:1378
1042
  msgid "Minimum image width"
1043
- msgstr "Ancho de imagen mínimo"
1044
 
1045
- #: library/plugin-settings.php:1380
1046
  msgid "Specify a minimum width (in pixels) for uploaded images."
1047
  msgstr "Especifique un ancho mínimo (en píxeles) para las imágenes cargadas."
1048
 
1049
- #: library/plugin-settings.php:1383
1050
  msgid "Minimum image height"
1051
- msgstr "Altura mínima de la imagen"
1052
 
1053
- #: library/plugin-settings.php:1385
1054
  msgid "Specify a minimum height (in pixels) for uploaded images."
1055
  msgstr "Especifique una altura mínima (en píxeles) para las imágenes cargadas."
1056
 
1057
- #: library/plugin-settings.php:1388
1058
  msgid "Maximum image width"
1059
- msgstr "Ancho máximo de la imagen"
1060
 
1061
- #: library/plugin-settings.php:1390
1062
  msgid "Specify a maximum width (in pixels) for uploaded images."
1063
  msgstr "Especifique un ancho máximo (en píxeles) para las imágenes cargadas."
1064
 
1065
- #: library/plugin-settings.php:1393
1066
  msgid "Maximum image height"
1067
- msgstr "Altura máxima de la imagen"
1068
 
1069
- #: library/plugin-settings.php:1395
1070
  msgid "Specify a maximum height (in pixels) for uploaded images."
1071
  msgstr "Especifique una altura máxima (en píxeles) para las imágenes cargadas."
1072
 
1073
- #: library/plugin-settings.php:1398
1074
  msgid "More Options"
1075
  msgstr "Mas opciones"
1076
 
1077
- #: library/plugin-settings.php:1401
1078
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
1079
- msgstr "Para obtener más opciones, como la capacidad de cargar otros tipos de archivos (como PDF, Word, Zip, videos y más), echa un vistazo a"
1080
 
1081
- #: library/plugin-settings.php:1402
1082
  msgid "Go Pro!"
1083
- msgstr "¡Vaya Pro!"
1084
 
1085
- #: library/plugin-settings.php:1409
1086
  msgid "Auto-Display Content"
1087
- msgstr "Auto-mostrar contenido"
1088
 
1089
- #: library/plugin-settings.php:1414
1090
  msgid "Auto-Display Images"
1091
- msgstr "Visualización automática de imágenes"
1092
 
1093
- #: library/plugin-settings.php:1416
1094
  msgid "Auto-display user-submitted images:"
1095
- msgstr "Visualización automática de imágenes enviadas por el usuario:"
1096
 
1097
- #: library/plugin-settings.php:1421
1098
  msgid "Image Markup"
1099
  msgstr "Marcado de imagen"
1100
 
1101
- #: library/plugin-settings.php:1423
1102
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1103
- msgstr "Marca para usar para cada imagen enviada (cuando la visualización automática está habilitada). Puedo usar"
1104
 
1105
- #: library/plugin-settings.php:1425 library/plugin-settings.php:1438
1106
- #: library/plugin-settings.php:1451 library/plugin-settings.php:1464
1107
  msgid "and"
1108
  msgstr "y"
1109
 
1110
- #: library/plugin-settings.php:1428
1111
  msgid "Auto-Display Email"
1112
- msgstr "Auto-pantalla de correo electrónico"
1113
 
1114
- #: library/plugin-settings.php:1430
1115
  msgid "Auto-display user-submitted email:"
1116
- msgstr "Auto-pantalla de correo electrónico enviado por el usuario:"
1117
 
1118
- #: library/plugin-settings.php:1435
1119
  msgid "Email Markup"
1120
  msgstr "Marcado de correo electrónico"
1121
 
1122
- #: library/plugin-settings.php:1437
1123
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1124
- msgstr "Marca que se usará para la dirección de correo electrónico enviada (cuando la visualización automática está habilitada). Puedo usar"
1125
 
1126
- #: library/plugin-settings.php:1441
1127
  msgid "Auto-Display URL"
1128
  msgstr "URL de visualización automática"
1129
 
1130
- #: library/plugin-settings.php:1443
1131
  msgid "Auto-display user-submitted URL:"
1132
  msgstr "Mostrar automáticamente la URL enviada por el usuario:"
1133
 
1134
- #: library/plugin-settings.php:1448
1135
  msgid "URL Markup"
1136
  msgstr "Marcado de URL"
1137
 
1138
- #: library/plugin-settings.php:1450
1139
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1140
- msgstr "Marca para usar para la URL enviada (cuando la visualización automática está habilitada). Puedo usar"
1141
 
1142
- #: library/plugin-settings.php:1454
1143
  msgid "Auto-Display Custom Field"
1144
  msgstr "Campo personalizado de visualización automática"
1145
 
1146
- #: library/plugin-settings.php:1456
1147
  msgid "Auto-display user-submitted Custom Field:"
1148
- msgstr "Auto-pantalla del campo personalizado enviado por el usuario:"
1149
 
1150
- #: library/plugin-settings.php:1461
1151
  msgid "Custom Field Markup"
1152
  msgstr "Marcado de campo personalizado"
1153
 
1154
- #: library/plugin-settings.php:1463
1155
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1156
- msgstr "Marca para usar para el campo personalizado enviado (cuando la visualización automática está habilitada). Puedo usar"
1157
 
1158
- #: library/plugin-settings.php:1469 library/plugin-settings.php:1581
1159
  msgid "Save Settings"
1160
  msgstr "Guardar ajustes"
1161
 
1162
- #: library/plugin-settings.php:1474
1163
  msgid "Display the Form"
1164
  msgstr "Mostrar el formulario"
1165
 
1166
- #: library/plugin-settings.php:1477
1167
  msgid "Post-Submit Form"
1168
- msgstr "Formulario de envío posterior"
1169
 
1170
- #: library/plugin-settings.php:1478
1171
  msgid "USP enables you to display a post-submission form anywhere on your site."
1172
  msgstr "USP le permite mostrar un formulario de envío posterior en cualquier lugar de su sitio."
1173
 
1174
- #: library/plugin-settings.php:1479 library/plugin-settings.php:1488
1175
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1176
- msgstr "Utilice el código corto para mostrar el formulario en cualquier publicación o página de WP:"
1177
 
1178
- #: library/plugin-settings.php:1482 library/plugin-settings.php:1491
1179
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1180
- msgstr "O, use la etiqueta de plantilla para mostrar el formulario en cualquier lugar de su plantilla de tema:"
1181
 
1182
- #: library/plugin-settings.php:1486
1183
  msgid "Login/Register Form"
1184
- msgstr "Iniciar sesión / Formulario de registro"
1185
 
1186
- #: library/plugin-settings.php:1487
1187
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1188
  msgstr "También puede mostrar un formulario que permita a los usuarios iniciar sesión, registrarse o restablecer su contraseña."
1189
 
1190
- #: library/plugin-settings.php:1495
1191
  msgid "Display Submitted Posts"
1192
- msgstr "Mostrar Publicaciones Enviadas"
1193
 
1194
- #: library/plugin-settings.php:1496
1195
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1196
- msgstr "Utilice este código abreviado para mostrar una lista de publicaciones enviadas en cualquier publicación o página de WP:"
1197
 
1198
- #: library/plugin-settings.php:1499
1199
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1200
- msgstr "O, use la etiqueta de plantilla para mostrar una lista de publicaciones enviadas en cualquier lugar de su plantilla de tema:"
1201
 
1202
- #: library/plugin-settings.php:1502
1203
  msgid "Here are some examples showing how to configure this shortcode:"
1204
- msgstr "Aquí hay algunos ejemplos que muestran cómo configurar este código abreviado:"
1205
 
1206
- #: library/plugin-settings.php:1510
1207
  msgid "Display Image Gallery"
1208
  msgstr "Mostrar galería de imágenes"
1209
 
1210
- #: library/plugin-settings.php:1511
1211
  msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
1212
- msgstr "Utilice este código abreviado para mostrar una galería de imágenes cargadas para cada publicación enviada:"
1213
 
1214
- #: library/plugin-settings.php:1514
1215
  msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
1216
- msgstr "O, use la etiqueta de plantilla para mostrar una galería de imágenes en cualquier lugar de su plantilla de tema:"
1217
 
1218
- #: library/plugin-settings.php:1517
1219
  msgid "You can customize using any of the follwing attributes:"
1220
- msgstr "Puedes personalizar usando cualquiera de los siguientes atributos:"
1221
 
1222
- #: library/plugin-settings.php:1532
1223
  msgid "Reset Form Button"
1224
- msgstr "Botón de reinicio de formulario"
1225
 
1226
- #: library/plugin-settings.php:1533
1227
  msgid "This shortcode displays a link that resets the form to its original state:"
1228
- msgstr "Este código abreviado muestra un enlace que restablece el formulario a su estado original:"
1229
 
1230
- #: library/plugin-settings.php:1536
1231
  msgid "This shortcode accepts the following attributes:"
1232
  msgstr "Este shortcode acepta los siguientes atributos:"
1233
 
1234
- #: library/plugin-settings.php:1542
1235
  msgid "Note that the url attribute accepts"
1236
  msgstr "Tenga en cuenta que el atributo url acepta"
1237
 
1238
- #: library/plugin-settings.php:1542
1239
  msgid "to get the current URL."
1240
  msgstr "para obtener la URL actual."
1241
 
1242
- #: library/plugin-settings.php:1545
1243
  msgid "Access Control"
1244
  msgstr "Control de acceso"
1245
 
1246
- #: library/plugin-settings.php:1546
1247
  msgid "USP provides three shortcodes to control access and restrict content."
1248
  msgstr "USP proporciona tres códigos cortos para controlar el acceso y restringir el contenido."
1249
 
1250
- #: library/plugin-settings.php:1547
1251
  msgid "Display content only to users with a specific capability:"
1252
- msgstr "Mostrar contenido solo para usuarios con una capacidad específica:"
1253
 
1254
- #: library/plugin-settings.php:1550
1255
  msgid "Display content to logged-in users:"
1256
  msgstr "Mostrar contenido a los usuarios registrados:"
1257
 
1258
- #: library/plugin-settings.php:1553
1259
  msgid "Display content to visitors only:"
1260
- msgstr "Mostrar contenido solo para visitantes:"
1261
 
1262
- #: library/plugin-settings.php:1556
1263
  msgid "Tip:"
1264
  msgstr "Propina:"
1265
 
1266
- #: library/plugin-settings.php:1556
1267
  msgid "to include markup in the deny message, you can use"
1268
- msgstr "para incluir el marcado en el mensaje de rechazo, puede usar"
1269
 
1270
- #: library/plugin-settings.php:1556
1271
  msgid "to output"
1272
- msgstr "para dar salida"
1273
 
1274
- #: library/plugin-settings.php:1559
1275
  msgid "Example"
1276
  msgstr "Ejemplo"
1277
 
1278
- #: library/plugin-settings.php:1560
1279
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1280
  msgstr "Si el usuario ha iniciado sesión, muestre el formulario de envío posterior; o si el usuario no ha iniciado sesión, muestre el formulario de inicio de sesión:"
1281
 
1282
- #: library/plugin-settings.php:1572
1283
  msgid "Restore Defaults"
1284
  msgstr "Restaurar los valores predeterminados"
1285
 
1286
- #: library/plugin-settings.php:1575
1287
  msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1288
- msgstr "Deje esta opción deshabilitada para recordar su configuración. O bien, siga adelante y restaure las opciones de complemento predeterminadas: marque la casilla, guarde sus configuraciones y luego desactive / reactive el complemento."
1289
 
1290
- #: library/plugin-settings.php:1579
1291
  msgid "Restore default options upon plugin deactivation/reactivation."
1292
- msgstr "Restaura las opciones predeterminadas al desactivar / reactivar el complemento."
1293
 
1294
- #: library/plugin-settings.php:1586
1295
  msgid "Show Support"
1296
- msgstr "Mostrar soporte"
1297
 
1298
- #: library/plugin-settings.php:1595
1299
  msgid "by"
1300
  msgstr "por"
1301
 
1302
- #: library/plugin-settings.php:1596
1303
  msgid "Jeff Starr on Twitter"
1304
  msgstr "Jeff Starr en Twitter"
1305
 
1306
- #: library/plugin-settings.php:1597
1307
  msgid "Obsessive Web Design &amp; Development"
1308
- msgstr "Diseño Web Obsesivo & amp; Desarrollo"
1309
 
1310
- #: library/plugin-settings.php:1608
1311
  msgid "Save Preference"
1312
  msgstr "Guardar preferencia"
1313
 
1314
- #: library/plugin-settings.php:1615
1315
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1316
  msgstr "¿Está seguro de que desea restaurar todas las opciones predeterminadas? (Esta acción no se puede deshacer)"
1317
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1318
  #. Description of the plugin
1319
  #:
1320
  msgid "Enables your visitors to submit posts and images from anywhere on your site."
4
  "Content-Type: text/plain; charset=UTF-8\n"
5
  "Content-Transfer-Encoding: 8bit\n"
6
  "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20190825\n"
8
  "Language: es\n"
9
 
10
  #. Name of the plugin
11
  #: user-submitted-posts.php:44 library/support-panel.php:5
12
  msgid "User Submitted Posts"
13
+ msgstr "Publicaciones enviadas por el usuario"
14
 
15
+ #: user-submitted-posts.php:82
16
  msgid "requires WordPress "
17
+ msgstr "requiere WordPress "
18
 
19
+ #: user-submitted-posts.php:83
20
  msgid " or higher, and has been deactivated! "
21
+ msgstr " o superior, y ha sido desactivado! "
22
 
23
+ #: user-submitted-posts.php:84
24
  msgid "Please return to the"
25
+ msgstr "Por favor regrese al"
26
 
27
+ #: user-submitted-posts.php:85
28
  msgid "WordPress Admin Area"
29
  msgstr "Área de administración de WordPress"
30
 
31
+ #: user-submitted-posts.php:86
32
  msgid "to upgrade WordPress and try again."
33
+ msgstr "para actualizar WordPress e intente nuevamente."
34
 
35
+ #: user-submitted-posts.php:126
36
  msgid "User Submitted Post"
37
+ msgstr "Publicación enviada por el usuario"
38
 
39
+ #: user-submitted-posts.php:467
40
  msgid "User Submitted Post Info"
41
+ msgstr "Información de publicación enviada por el usuario"
42
 
43
+ #: user-submitted-posts.php:497
44
  msgid "Submitter Name: "
45
+ msgstr "Nombre del remitente: "
46
 
47
+ #: user-submitted-posts.php:498
48
  msgid "Submitter Email: "
49
+ msgstr "Correo electrónico del remitente: "
50
 
51
+ #: user-submitted-posts.php:499
52
  msgid "Submitter URL: "
53
+ msgstr "URL del remitente: "
54
 
55
+ #: user-submitted-posts.php:500
56
  msgid "Submitter IP: "
57
+ msgstr "IP del remitente: "
58
 
59
+ #: user-submitted-posts.php:555
60
  msgid "Show USP Posts"
61
+ msgstr "Mostrar publicaciones de USP"
62
 
63
+ #: user-submitted-posts.php:556 library/plugin-settings.php:1095
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
+ #: user-submitted-posts.php:1393
68
  msgid " files required"
69
  msgstr " archivos requeridos"
70
 
71
+ #: user-submitted-posts.php:1394
72
  msgid " file required"
73
  msgstr " archivo requerido"
74
 
75
+ #: user-submitted-posts.php:1396
76
  msgid " files"
77
  msgstr " archivos"
78
 
79
+ #: user-submitted-posts.php:1397
80
  msgid " file"
81
  msgstr " expediente"
82
 
83
+ #: user-submitted-posts.php:1399 user-submitted-posts.php:1400
84
+ #: user-submitted-posts.php:1401 user-submitted-posts.php:1402
85
  msgid " pixels"
86
  msgstr " píxeles"
87
 
88
+ #: user-submitted-posts.php:1404 library/core-functions.php:219
89
+ #: library/plugin-settings.php:297 library/plugin-settings.php:316
90
+ #: library/plugin-settings.php:794 library/plugin-settings.php:1344
91
  msgid "Custom Field"
92
  msgstr "Campo personalizado"
93
 
94
+ #: user-submitted-posts.php:1406
95
  msgid "Custom checkbox required"
96
  msgstr "Casilla de verificación personalizada requerida"
97
 
98
+ #: user-submitted-posts.php:1409
99
  msgid "An error occurred. Please go back and try again."
100
  msgstr "Ocurrió un error. Por favor, regrese y vuelva a intentarlo."
101
 
102
+ #: user-submitted-posts.php:1419
103
  msgid "User login required"
104
+ msgstr "Se requiere inicio de sesión del usuario"
105
 
106
+ #: user-submitted-posts.php:1420
107
  msgid "User name required"
108
  msgstr "Nombre de usuario (requerido"
109
 
110
+ #: user-submitted-posts.php:1421
111
  msgid "Post title required"
112
+ msgstr "Título de la publicación requerido"
113
 
114
+ #: user-submitted-posts.php:1422
115
  msgid "User URL required"
116
+ msgstr "URL de usuario requerida"
117
 
118
+ #: user-submitted-posts.php:1423
119
  msgid "Post tags required"
120
  msgstr "Publicar etiquetas requeridas"
121
 
122
+ #: user-submitted-posts.php:1424
123
  msgid "Post category required"
124
  msgstr "Categoría de publicación requerida"
125
 
126
+ #: user-submitted-posts.php:1425
127
  msgid "Post content required"
128
  msgstr "Publicar contenido requerido"
129
 
130
+ #: user-submitted-posts.php:1426 user-submitted-posts.php:1427
131
  msgid "Correct captcha required"
132
+ msgstr "Captcha correcta requerida"
133
 
134
+ #: user-submitted-posts.php:1428
135
  msgid "User email required"
136
  msgstr "Correo electrónico del usuario requerido"
137
 
138
+ #: user-submitted-posts.php:1429
139
  msgid "Please check your email and try again"
140
+ msgstr "Por favor revise su correo electrónico e intente nuevamente"
141
 
142
+ #: user-submitted-posts.php:1430
143
  msgid "Non-empty value for hidden field"
144
+ msgstr "Valor no vacío para campo oculto"
145
 
146
+ #: user-submitted-posts.php:1431
147
  msgid "Minimum number of images not met"
148
+ msgstr "Número mínimo de imágenes no cumplidas"
149
 
150
+ #: user-submitted-posts.php:1432
151
  msgid "Maximum number of images exceeded "
152
+ msgstr "Número máximo de imágenes excedido "
153
 
154
+ #: user-submitted-posts.php:1433
155
  msgid "Minimum image width not met"
156
+ msgstr "Ancho mínimo de imagen no alcanzado"
157
 
158
+ #: user-submitted-posts.php:1434
159
  msgid "Image width exceeds maximum"
160
+ msgstr "El ancho de la imagen excede el máximo"
161
 
162
+ #: user-submitted-posts.php:1435
163
  msgid "Minimum image height not met"
164
+ msgstr "Altura mínima de imagen no alcanzada"
165
 
166
+ #: user-submitted-posts.php:1436
167
  msgid "Image height exceeds maximum"
168
+ msgstr "La altura de la imagen excede el máximo"
169
 
170
+ #: user-submitted-posts.php:1437
171
  msgid "File type not allowed (please upload images only)"
172
+ msgstr "Tipo de archivo no permitido (por favor, cargue solo las imágenes)"
173
 
174
+ #: user-submitted-posts.php:1438
175
  msgid " required"
176
  msgstr " necesario"
177
 
178
+ #: user-submitted-posts.php:1443
179
  msgid "File not uploaded. Please check the file and try again."
180
+ msgstr "Archivo no cargado Por favor revise el archivo e intente nuevamente."
181
 
182
+ #: user-submitted-posts.php:1447
183
  msgid "The file(s) could not be uploaded"
184
+ msgstr "No se pudieron subir los archivos."
185
 
186
+ #: user-submitted-posts.php:1449
187
  msgid "Post not created. Please contact the site administrator for help."
188
+ msgstr "Publicación no creada. Póngase en contacto con el administrador del sitio para obtener ayuda."
189
 
190
+ #: user-submitted-posts.php:1450
191
  msgid "Duplicate post title. Please try again."
192
+ msgstr "Título de publicación duplicado. Inténtalo de nuevo."
193
 
194
+ #: user-submitted-posts.php:1460
195
  msgid "Error: "
196
+ msgstr "Error: "
197
 
198
+ #: user-submitted-posts.php:1486
199
  msgid "Return to form"
200
+ msgstr "Regresar al formulario"
201
 
202
+ #: user-submitted-posts.php:1516 library/plugin-settings.php:1071
203
  msgid "Please"
204
  msgstr "Por favor"
205
 
206
+ #: user-submitted-posts.php:1517
207
  msgid "log in"
208
  msgstr "iniciar sesión"
209
 
210
+ #: user-submitted-posts.php:1518
211
  msgid "to submit content!"
212
  msgstr "para enviar contenido!"
213
 
214
+ #: views/submission-form.php:21 views/submission-form-alt.php:40
215
  msgid "Please complete the required fields."
216
+ msgstr "Por favor complete los campos requeridos."
217
 
218
+ #: views/submission-form.php:31 views/submission-form.php:32
219
+ #: views/submission-form-alt.php:46 views/submission-form-alt.php:47
220
  msgid "Your Name"
221
  msgstr "Tu nombre"
222
 
223
+ #: views/submission-form.php:37 views/submission-form.php:38
224
+ #: views/submission-form-alt.php:52 views/submission-form-alt.php:53
225
  msgid "Your URL"
226
+ msgstr "Su URL"
227
 
228
+ #: views/submission-form.php:43 views/submission-form.php:44
229
+ #: views/submission-form-alt.php:58 views/submission-form-alt.php:59
230
  msgid "Your Email"
231
  msgstr "Tu correo electrónico"
232
 
233
+ #: views/submission-form.php:49 views/submission-form.php:50
234
+ #: views/submission-form-alt.php:64 views/submission-form-alt.php:65
235
+ #: library/plugin-settings.php:1132
236
  msgid "Post Title"
237
  msgstr "Título de la entrada"
238
 
239
+ #: views/submission-form.php:55 views/submission-form.php:56
240
+ #: views/submission-form-alt.php:70 views/submission-form-alt.php:71
241
+ #: library/plugin-settings.php:1133
242
  msgid "Post Tags"
243
+ msgstr "Etiquetas de publicaciones"
244
 
245
+ #: views/submission-form.php:68 views/submission-form-alt.php:83
246
  msgid "Antispam Question"
247
+ msgstr "Pregunta antispam"
248
 
249
+ #: views/submission-form.php:73 views/submission-form-alt.php:88
250
+ #: library/plugin-settings.php:1134
251
  msgid "Post Category"
252
+ msgstr "Categoría de publicación"
253
 
254
+ #: views/submission-form.php:74 views/submission-form.php:75
255
+ #: views/submission-form-alt.php:89 views/submission-form-alt.php:90
256
  msgid "Please select a category.."
257
  msgstr "Porfavor seleccione una categoría.."
258
 
259
+ #: views/submission-form.php:106 views/submission-form.php:107
260
+ #: views/submission-form-alt.php:121 views/submission-form-alt.php:122
261
+ #: library/plugin-settings.php:1135
262
  msgid "Post Content"
263
  msgstr "Publicar Contenido"
264
 
265
+ #: views/submission-form.php:113 views/submission-form-alt.php:128
266
  msgid "Verification"
267
  msgstr "Verificación"
268
 
269
+ #: views/submission-form.php:120 views/submission-form-alt.php:135
270
  msgid "Upload an Image"
271
  msgstr "Subir una imagen"
272
 
273
+ #: views/submission-form.php:129 views/submission-form-alt.php:144
274
  msgid "Add another image"
275
+ msgstr "Agrega otra imagen"
276
 
277
+ #: views/submission-form.php:151 views/submission-form-alt.php:166
278
  msgid "Human verification: leave this field empty."
279
+ msgstr "Verificación humana: deje este campo vacío."
280
 
281
+ #: views/submission-form.php:175 views/submission-form-alt.php:190
282
  msgid "Submit Post"
283
  msgstr "Enviar mensaje"
284
 
285
+ #: library/enqueue-scripts.php:122 library/enqueue-scripts.php:157
286
+ msgid "Incorrect response."
287
+ msgstr "Respuesta incorrecta"
288
+
289
  #: library/shortcode-misc.php:18
290
  msgid "Reset form"
291
  msgstr "Restablecer formulario"
294
  msgid "View full post"
295
  msgstr "Ver publicación completa"
296
 
297
+ #: library/plugin-settings.php:31
298
+ msgid "Settings"
299
+ msgstr "Configuraciones"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
300
 
301
+ #: library/plugin-settings.php:40
302
  msgid "Get USP Pro for unlimited forms!"
303
+ msgstr "¡Obtenga USP Pro para formularios ilimitados!"
304
 
305
+ #: library/plugin-settings.php:41
306
  msgid "Go Pro"
307
  msgstr "Go Pro"
308
 
309
+ #: library/plugin-settings.php:62 library/plugin-settings.php:1103
310
+ #: library/plugin-settings.php:1696
 
 
 
 
311
  msgid "Plugin Homepage"
312
+ msgstr "Página de inicio del complemento"
313
 
314
+ #: library/plugin-settings.php:63
315
  msgid "Homepage"
316
  msgstr "Página principal"
317
 
318
+ #: library/plugin-settings.php:68
319
  msgid "Give USP a 5-star rating at WordPress.org"
320
+ msgstr "Dele a USP una calificación de 5 estrellas en WordPress.org"
321
 
322
+ #: library/plugin-settings.php:69
323
  msgid "Rate this plugin&nbsp;&raquo;"
324
+ msgstr "Califique este complemento & nbsp; & raquo;"
325
 
326
+ #: library/plugin-settings.php:127
327
  msgid "WP Post (recommended)"
328
  msgstr "WP Post (recomendado)"
329
 
330
+ #: library/plugin-settings.php:131
331
  msgid "WP Page"
332
  msgstr "WP Page"
333
 
334
+ #: library/plugin-settings.php:147
335
  msgid "HTML5 Form + Default CSS"
336
+ msgstr "Forma HTML5 + CSS predeterminado"
337
 
338
+ #: library/plugin-settings.php:147
339
  msgid "(Recommended)"
340
  msgstr "(Recomendado)"
341
 
342
+ #: library/plugin-settings.php:151
343
  msgid "HTML5 Form + Disable CSS"
344
+ msgstr "Formulario HTML5 + Deshabilitar CSS"
345
 
346
+ #: library/plugin-settings.php:151
347
  msgid "(Provide your own styles)"
348
  msgstr "(Proporcione sus propios estilos)"
349
 
350
+ #: library/plugin-settings.php:155
351
  msgid "Custom Form + Custom CSS"
352
  msgstr "Formulario personalizado + CSS personalizado"
353
 
354
+ #: library/plugin-settings.php:155
355
  msgid "(Provide your own form template &amp; styles)"
356
  msgstr "(Proporcione su propia plantilla de formulario y estilos)"
357
 
358
+ #: library/plugin-settings.php:171 library/plugin-settings.php:195
359
+ #: library/plugin-settings.php:218 library/plugin-settings.php:242
360
  msgid "Auto-display before post content"
361
  msgstr "Visualización automática antes de publicar contenido"
362
 
363
+ #: library/plugin-settings.php:175 library/plugin-settings.php:199
364
+ #: library/plugin-settings.php:222 library/plugin-settings.php:246
365
  msgid "Auto-display after post content"
366
  msgstr "Visualización automática después del contenido de la publicación"
367
 
368
+ #: library/plugin-settings.php:179
369
  msgid "Do not auto-display submitted images"
370
  msgstr "No mostrar automáticamente las imágenes enviadas"
371
 
372
+ #: library/plugin-settings.php:203
373
  msgid "Do not auto-display submitted email"
374
  msgstr "No mostrar automáticamente el correo electrónico enviado"
375
 
376
+ #: library/plugin-settings.php:226
377
  msgid "Do not auto-display submitted URL"
378
  msgstr "No mostrar automáticamente la URL enviada"
379
 
380
+ #: library/plugin-settings.php:250
381
  msgid "Do not auto-display the Custom Field"
382
  msgstr "No mostrar automáticamente el campo personalizado"
383
 
384
+ #: library/plugin-settings.php:278 library/plugin-settings.php:310
385
+ #: library/plugin-settings.php:343 library/plugin-settings.php:375
386
+ msgid "Enable and require"
387
+ msgstr "Habilitar y requerir"
388
 
389
+ #: library/plugin-settings.php:279 library/plugin-settings.php:311
390
+ msgid "Enable but do not require"
391
+ msgstr "Habilitar pero no requiere"
392
 
393
+ #: library/plugin-settings.php:280 library/plugin-settings.php:312
394
+ #: library/plugin-settings.php:344 library/plugin-settings.php:376
395
  msgid "Disable this field"
396
  msgstr "Deshabilitar este campo"
397
 
398
+ #: library/plugin-settings.php:315 library/plugin-settings.php:347
399
+ #: library/plugin-settings.php:379 library/plugin-settings.php:411
400
  msgid "(Visit"
401
  msgstr "(Visitar"
402
 
403
+ #: library/plugin-settings.php:316 library/plugin-settings.php:348
404
+ #: library/plugin-settings.php:380 library/plugin-settings.php:412
405
  msgid "to configure options)"
406
  msgstr "para configurar opciones)"
407
 
408
+ #: library/plugin-settings.php:331 library/plugin-settings.php:348
409
+ #: library/plugin-settings.php:1362 library/plugin-settings.php:1367
410
  msgid "Challenge Question"
411
  msgstr "pregunta desafiante"
412
 
413
+ #: library/plugin-settings.php:363 library/plugin-settings.php:380
414
+ #: library/plugin-settings.php:1384
415
  msgid "Google reCAPTCHA"
416
  msgstr "Google reCAPTCHA"
417
 
418
+ #: library/plugin-settings.php:395
419
  msgid "Post Images"
420
+ msgstr "Publicar imágenes"
421
 
422
+ #: library/plugin-settings.php:407
423
+ msgid "Enable"
424
+ msgstr "Habilitar"
425
 
426
+ #: library/plugin-settings.php:408
427
  msgid "Disable"
428
  msgstr "Inhabilitar"
429
 
430
+ #: library/plugin-settings.php:412 library/plugin-settings.php:1445
431
  msgid "Image Uploads"
432
  msgstr "Subidas de imágenes"
433
 
434
+ #: library/plugin-settings.php:492
435
  msgid "Draft"
436
  msgstr "Borrador"
437
 
438
+ #: library/plugin-settings.php:493
439
  msgid "Pending (default)"
440
+ msgstr "Pendiente (predeterminado)"
441
 
442
+ #: library/plugin-settings.php:494
443
  msgid "Publish immediately"
444
+ msgstr "Publicar de inmediato"
445
 
446
+ #: library/plugin-settings.php:495
447
  msgid "Publish after 1 approved post"
448
  msgstr "Publicar después de 1 publicación aprobada"
449
 
450
+ #: library/plugin-settings.php:496
451
  msgid "Publish after "
452
+ msgstr "Publicar después "
453
 
454
+ #: library/plugin-settings.php:496
455
  msgid " approved posts"
456
  msgstr " puestos aprobados"
457
 
458
+ #: library/plugin-settings.php:524
459
+ msgid "Select categories to display in the Category field."
460
+ msgstr "Seleccione categorías para mostrar en el campo Categoría."
461
+
462
+ #: library/plugin-settings.php:738
463
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
464
+ msgstr "Hubo un error. Asegúrese de haber agregado un título, algún contenido y de haber subido solo imágenes."
465
 
466
+ #: library/plugin-settings.php:752
467
  msgid "Please select your image(s) to upload."
468
+ msgstr "Seleccione sus imágenes para cargar."
469
 
470
+ #: library/plugin-settings.php:758
471
  msgid "Success! Thank you for your submission."
472
+ msgstr "¡Éxito! Gracias por tu presentación."
473
 
474
+ #: library/plugin-settings.php:784
475
  msgid "Email"
476
  msgstr "Email"
477
 
478
+ #: library/plugin-settings.php:785
479
  msgid "URL"
480
  msgstr "URL"
481
 
482
+ #: library/plugin-settings.php:1058
483
  msgid "Toggle all panels"
484
  msgstr "Alternar todos los paneles"
485
 
486
+ #: library/plugin-settings.php:1067
487
  msgid "We need your support!"
488
  msgstr "¡Necesitamos su apoyo!"
489
 
490
+ #: library/plugin-settings.php:1071
491
  msgid "Make a donation via PayPal"
492
+ msgstr "Haz una donación a través de PayPal"
493
 
494
+ #: library/plugin-settings.php:1071
495
  msgid "make a donation"
496
  msgstr "Haz una donación"
497
 
498
+ #: library/plugin-settings.php:1071
499
  msgid "and/or"
500
  msgstr "y / o"
501
 
502
+ #: library/plugin-settings.php:1072
503
  msgid "Rate and review at the Plugin Directory"
504
+ msgstr "Califique y revise en el Directorio de complementos"
505
 
506
+ #: library/plugin-settings.php:1073
507
  msgid "give this plugin a 5-star rating"
508
+ msgstr "otorgue a este complemento una calificación de 5 estrellas"
509
 
510
+ #: library/plugin-settings.php:1077
511
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
512
+ msgstr "Su generoso soporte permite el desarrollo continuo de este complemento gratuito. ¡Gracias!"
513
 
514
+ #: library/plugin-settings.php:1082
515
  msgid "Check this box if you have shown support"
516
+ msgstr "Marque esta casilla si ha mostrado apoyo"
517
 
518
+ #: library/plugin-settings.php:1091
519
  msgid "Overview"
520
  msgstr "Visión general"
521
 
522
+ #: library/plugin-settings.php:1095
523
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
524
+ msgstr "permite a sus visitantes enviar publicaciones y subir imágenes desde el front-end de su sitio. "
525
 
526
+ #: library/plugin-settings.php:1096
527
  msgid "For advanced functionality and unlimited forms, check out"
528
+ msgstr "Para funcionalidad avanzada y formularios ilimitados, consulte"
529
 
530
+ #: library/plugin-settings.php:1096 library/plugin-settings.php:1503
531
  msgid "USP Pro"
532
  msgstr "USP Pro"
533
 
534
+ #: library/plugin-settings.php:1097
535
  msgid "&mdash; the ultimate solution for user-generated content."
536
+ msgstr "& mdash; La solución definitiva para el contenido generado por el usuario."
537
 
538
+ #: library/plugin-settings.php:1101 library/plugin-settings.php:1118
539
  msgid "Plugin Settings"
540
+ msgstr "Configuraciones de complementos"
541
 
542
+ #: library/plugin-settings.php:1102
543
  msgid "Display the form"
544
  msgstr "Mostrar el formulario"
545
 
546
+ #: library/plugin-settings.php:1106
547
  msgid "If you like this plugin, please"
548
+ msgstr "Si te gusta este complemento, por favor"
549
 
550
+ #: library/plugin-settings.php:1107
551
  msgid "THANK YOU for your support!"
552
  msgstr "¡Gracias por tu apoyo!"
553
 
554
+ #: library/plugin-settings.php:1107
555
  msgid "give it a 5-star rating"
556
+ msgstr "darle una calificación de 5 estrellas"
557
 
558
+ #: library/plugin-settings.php:1111
559
  msgid "Unlimited front-end forms"
560
+ msgstr "Formularios ilimitados"
561
 
562
+ #: library/plugin-settings.php:1111
563
  msgid "Get USP Pro"
564
+ msgstr "Obtenga USP Pro"
565
 
566
+ #: library/plugin-settings.php:1121
567
  msgid "Configure your settings for User Submitted Posts."
568
  msgstr "Configure sus ajustes para las publicaciones enviadas por el usuario."
569
 
570
+ #: library/plugin-settings.php:1123
571
  msgid "Form Fields"
572
  msgstr "Campos de formulario"
573
 
574
+ #: library/plugin-settings.php:1129
575
  msgid "User Name"
576
  msgstr "Nombre de usuario"
577
 
578
+ #: library/plugin-settings.php:1130
579
  msgid "User Email"
580
  msgstr "Email del usuario"
581
 
582
+ #: library/plugin-settings.php:1131
583
  msgid "User URL"
584
  msgstr "URL de usuario"
585
 
586
+ #: library/plugin-settings.php:1146
587
  msgid "General Settings"
588
  msgstr "Configuración general"
589
 
590
+ #: library/plugin-settings.php:1148
591
  msgid "Note that the default settings work fine for most cases."
592
+ msgstr "Tenga en cuenta que la configuración predeterminada funciona bien para la mayoría de los casos."
593
 
594
+ #: library/plugin-settings.php:1153
595
  msgid "Form Style"
596
+ msgstr "Estilo de formulario"
597
 
598
+ #: library/plugin-settings.php:1158
599
  msgid "With this option, you can copy the plugin&rsquo;s default templates:"
600
  msgstr "Con esta opción, puede copiar las plantillas predeterminadas del complemento:"
601
 
602
+ #: library/plugin-settings.php:1163
603
  msgid "..and upload them into a directory named"
604
  msgstr "..y subirlos a un directorio llamado"
605
 
606
+ #: library/plugin-settings.php:1163
607
  msgid "in your theme:"
608
+ msgstr "en tu tema:"
609
 
610
+ #: library/plugin-settings.php:1169
611
  msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
612
+ msgstr "Eso le permitirá personalizar la forma y los estilos que desee. Para obtener más información, consulte la sección \"Formulario de envío personalizado\" en el"
613
 
614
+ #: library/plugin-settings.php:1170
615
  msgid "Installation Docs"
616
  msgstr "Documentos de instalación"
617
 
618
+ #: library/plugin-settings.php:1171
619
  msgid "FYI: here is a"
620
+ msgstr "FYI: aquí hay un"
621
 
622
+ #: library/plugin-settings.php:1171
623
  msgid "list of USP CSS selectors"
624
+ msgstr "lista de selectores CSS de USP"
625
 
626
+ #: library/plugin-settings.php:1177
627
  msgid "Include JavaScript"
628
  msgstr "Incluir JavaScript"
629
 
630
+ #: library/plugin-settings.php:1179
631
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
632
  msgstr "Marque esta casilla si desea incluir los archivos JavaScript externos (recomendado)."
633
 
634
+ #: library/plugin-settings.php:1182
635
  msgid "Targeted Loading"
636
  msgstr "Carga dirigida"
637
 
638
+ #: library/plugin-settings.php:1184
639
+ msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages. Use commas to separate multiple URLs."
640
+ msgstr "Por defecto, CSS externo & amp; Los archivos JavaScript se cargan en cada página. Aquí puede especificar la URL del formulario USP para cargar recursos solo en esa página. Nota: deje en blanco para cargar en todas las páginas. Use comas para separar múltiples URL."
641
 
642
+ #: library/plugin-settings.php:1187
643
  msgid "Post Type"
644
  msgstr "Tipo de mensaje"
645
 
646
+ #: library/plugin-settings.php:1190
647
  msgid "Submit posts as WP Posts or Pages"
648
  msgstr "Enviar publicaciones como publicaciones o páginas de WP"
649
 
650
+ #: library/plugin-settings.php:1194
651
  msgid "Post Status"
652
+ msgstr "Publicar estado"
653
 
654
+ #: library/plugin-settings.php:1197
655
  msgid "Post Status for submitted posts"
656
+ msgstr "Estado de publicación para publicaciones enviadas"
657
 
658
+ #: library/plugin-settings.php:1201
659
  msgid "Redirect URL"
660
  msgstr "Redireccionar URL"
661
 
662
+ #: library/plugin-settings.php:1203
663
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
664
+ msgstr "Especifique una URL para redirigir al usuario después del envío posterior. Déjelo en blanco para redirigir a la página actual."
665
 
666
+ #: library/plugin-settings.php:1206
667
  msgid "Success Message"
668
  msgstr "Mensaje de éxito"
669
 
670
+ #: library/plugin-settings.php:1208
671
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
672
+ msgstr "Mensaje de éxito que se muestra si el envío posterior es exitoso. Se permite el marcado básico."
673
 
674
+ #: library/plugin-settings.php:1211
675
  msgid "Error Message"
676
  msgstr "Mensaje de error"
677
 
678
+ #: library/plugin-settings.php:1213
679
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
680
+ msgstr "Mensaje de error general que se muestra si falla el envío posterior. Se permite el marcado básico."
681
 
682
+ #: library/plugin-settings.php:1216
683
  msgid "Custom Content"
684
  msgstr "Contenido personalizado"
685
 
686
+ #: library/plugin-settings.php:1218
687
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
688
+ msgstr "Se debe incluir texto / marcado personalizado antes del formulario de envío. Dejar en blanco para deshabilitar."
689
 
690
+ #: library/plugin-settings.php:1221
691
  msgid "Rich Text Editor"
692
  msgstr "Editor de texto enriquecido"
693
 
694
+ #: library/plugin-settings.php:1223
695
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
696
+ msgstr "Marque esta casilla si desea habilitar la edición de texto enriquecido de WP para las publicaciones enviadas."
697
 
698
+ #: library/plugin-settings.php:1226
699
  msgid "Unique Titles"
700
  msgstr "Títulos únicos"
701
 
702
+ #: library/plugin-settings.php:1228
703
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
704
+ msgstr "Requerir que los títulos de las publicaciones enviadas sean únicos (útil para evitar publicaciones múltiples / duplicadas)."
705
 
706
+ #: library/plugin-settings.php:1231
707
  msgid "Disable Required"
708
  msgstr "Deshabilitar requerido"
709
 
710
+ #: library/plugin-settings.php:1233
711
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
712
  msgstr "Deshabilite todos los atributos requeridos en los campos de formulario predeterminados (útil para solucionar mensajes de error)."
713
 
714
+ #: library/plugin-settings.php:1236
715
  msgid "Enable Shortcodes"
716
  msgstr "Habilitar códigos cortos"
717
 
718
+ #: library/plugin-settings.php:1238
719
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
720
+ msgstr "Habilitar códigos cortos en widgets. Por defecto, WordPress no habilita códigos cortos en widgets. "
721
 
722
+ #: library/plugin-settings.php:1239
723
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
724
+ msgstr "Esta configuración habilita cualquier / todos los códigos cortos en los widgets (incluso los códigos cortos de otros complementos)."
725
 
726
+ #: library/plugin-settings.php:1244
727
+ msgid "Privacy"
728
+ msgstr "Intimidad"
729
 
730
+ #: library/plugin-settings.php:1249
731
  msgid "Disable IP Tracking"
732
  msgstr "Deshabilitar el seguimiento de IP"
733
 
734
+ #: library/plugin-settings.php:1251
735
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
736
  msgstr "Por defecto, USP registra la dirección IP con cada publicación enviada. Marque esta casilla para deshabilitar todo el seguimiento de IP."
737
 
738
+ #: library/plugin-settings.php:1255
739
  msgid "Display Checkbox"
740
  msgstr "Mostrar casilla de verificación"
741
 
742
+ #: library/plugin-settings.php:1257
743
  msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
744
  msgstr "Mostrar casilla de verificación personalizada en su formulario (útil para GDPR, aceptar términos, etc.)"
745
 
746
+ #: library/plugin-settings.php:1260
747
  msgid "Checkbox Name"
748
  msgstr "Nombre de casilla de verificación"
749
 
750
+ #: library/plugin-settings.php:1262 library/plugin-settings.php:1352
751
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
752
+ msgstr "Use solo alfanuméricos, guiones bajos y guiones. Si no está seguro, use el nombre predeterminado:"
753
 
754
+ #: library/plugin-settings.php:1265
755
  msgid "Checkbox Error"
756
  msgstr "Error de casilla de verificación"
757
 
758
+ #: library/plugin-settings.php:1267
759
  msgid "Error message displayed if user does not check the box."
760
  msgstr "Aparece un mensaje de error si el usuario no marca la casilla."
761
 
762
+ #: library/plugin-settings.php:1270
763
  msgid "Checkbox Text"
764
+ msgstr "Texto de casilla de verificación"
765
 
766
+ #: library/plugin-settings.php:1272
767
  msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
768
+ msgstr "Texto que se muestra junto a la casilla de verificación. Consejo: use llaves para dar salida a las llaves angulares, por ejemplo:"
769
 
770
+ #: library/plugin-settings.php:1277 library/plugin-settings.php:1282
771
  msgid "Categories"
772
  msgstr "Categorías"
773
 
774
+ #: library/plugin-settings.php:1285
775
+ msgid "Click to view/select categories"
776
+ msgstr "Haga clic para ver / seleccionar categorías"
777
 
778
+ #: library/plugin-settings.php:1293
779
+ msgid "Multiple Categories"
780
+ msgstr "Múltiples categorías"
781
+
782
+ #: library/plugin-settings.php:1295
783
+ msgid "Enable users to select multiple categories."
784
+ msgstr "Permitir a los usuarios seleccionar múltiples categorías."
785
+
786
+ #: library/plugin-settings.php:1298
787
  msgid "Hidden/Default Category"
788
  msgstr "Categoría oculta / predeterminada"
789
 
790
+ #: library/plugin-settings.php:1300
791
+ msgid "Use a hidden field for the post category. This hides the category field and sets its value via the next option."
792
+ msgstr "Use un campo oculto para la categoría de publicación. Esto oculta el campo de categoría y establece su valor a través de la siguiente opción."
793
 
794
+ #: library/plugin-settings.php:1303
795
  msgid "Category ID for Hidden Field"
796
+ msgstr "ID de categoría para campo oculto"
797
 
798
+ #: library/plugin-settings.php:1305
799
+ msgid "Specify category ID(s) to use for &ldquo;Hidden/Default Category&rdquo;. Separate multiple IDs with a comma."
800
+ msgstr "Especifique los ID de categoría que se utilizarán para & ldquo; Categoría oculta / predeterminada & rdquo ;. Separe las ID múltiples con una coma."
801
 
802
+ #: library/plugin-settings.php:1310
803
  msgid "Users"
804
+ msgstr "Los usuarios"
805
 
806
+ #: library/plugin-settings.php:1315
807
  msgid "Assigned Author"
808
  msgstr "Autor asignado"
809
 
810
+ #: library/plugin-settings.php:1318
811
  msgid "Specify the user that should be assigned as author for submitted posts."
812
  msgstr "Especifique el usuario que debe asignarse como autor para las publicaciones enviadas."
813
 
814
+ #: library/plugin-settings.php:1322
815
  msgid "Registered Username"
816
  msgstr "Nombre de Usuario Registrado"
817
 
818
+ #: library/plugin-settings.php:1324
819
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
820
+ msgstr "Utilice el nombre de usuario registrado como autor de la publicación. Válido cuando la persona que envía el formulario inicia sesión en WordPress."
821
 
822
+ #: library/plugin-settings.php:1327
823
  msgid "User Profile URL"
824
+ msgstr "URL de perfil de usuario"
825
 
826
+ #: library/plugin-settings.php:1329
827
  msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
828
+ msgstr "Utilice la URL del perfil del usuario registrado como el valor del campo URL. Válido cuando la persona que envía el formulario inicia sesión en WordPress."
829
 
830
+ #: library/plugin-settings.php:1332
831
  msgid "Require User Login"
832
+ msgstr "Requerir inicio de sesión de usuario"
833
 
834
+ #: library/plugin-settings.php:1334
835
  msgid "Require users to be logged in to WordPress to view/submit the form"
836
+ msgstr "Requerir que los usuarios inicien sesión en WordPress para ver / enviar el formulario"
837
 
838
+ #: library/plugin-settings.php:1337
839
  msgid "Disable Replace Author"
840
+ msgstr "Deshabilitar Reemplazar autor"
841
 
842
+ #: library/plugin-settings.php:1339
843
  msgid "Do not replace post author with submitted user name"
844
  msgstr "No reemplace el autor de la publicación con el nombre de usuario enviado"
845
 
846
+ #: library/plugin-settings.php:1345
847
  msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
848
  msgstr "Aquí puede cambiar el nombre y la etiqueta utilizados por el campo personalizado. Puede habilitar este campo a través de la configuración de Campos de formulario, arriba."
849
 
850
+ #: library/plugin-settings.php:1350
851
  msgid "Custom Field Name"
852
  msgstr "Nombre de campo personalizado"
853
 
854
+ #: library/plugin-settings.php:1355
855
  msgid "Custom Field Label"
856
  msgstr "Etiqueta de campo personalizada"
857
 
858
+ #: library/plugin-settings.php:1357
859
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
860
+ msgstr "Esto se mostrará como la etiqueta de campo en el formulario. Valor predeterminado: campo personalizado"
861
 
862
+ #: library/plugin-settings.php:1369
863
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
864
  msgstr "Para evitar el spam, ingrese una pregunta que los usuarios deben responder antes de enviar el formulario."
865
 
866
+ #: library/plugin-settings.php:1372
867
  msgid "Challenge Response"
868
+ msgstr "Respuesta al desafío"
869
 
870
+ #: library/plugin-settings.php:1374
871
  msgid "Enter the *only* correct answer to the challenge question."
872
+ msgstr "Ingrese la * correcta * respuesta correcta a la pregunta de desafío."
873
 
874
+ #: library/plugin-settings.php:1377
875
  msgid "Case-sensitivity"
876
  msgstr "Mayúsculas y minúsculas"
877
 
878
+ #: library/plugin-settings.php:1379
879
  msgid "Check this box if you want the challenge response to be case-sensitive."
880
  msgstr "Marque esta casilla si desea que la respuesta al desafío distinga entre mayúsculas y minúsculas."
881
 
882
+ #: library/plugin-settings.php:1385
883
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
884
  msgstr "Para habilitar Google reCAPTCHA, ingrese sus claves públicas y privadas."
885
 
886
+ #: library/plugin-settings.php:1390
887
  msgid "Public Key"
888
  msgstr "Llave pública"
889
 
890
+ #: library/plugin-settings.php:1392
891
  msgid "Enter your Public Key"
892
  msgstr "Ingrese su clave pública"
893
 
894
+ #: library/plugin-settings.php:1395
895
  msgid "Private Key"
896
  msgstr "Llave privada"
897
 
898
+ #: library/plugin-settings.php:1397
899
  msgid "Enter your Private Key"
900
  msgstr "Ingrese su clave privada"
901
 
902
+ #: library/plugin-settings.php:1402
903
  msgid "Email Alerts"
904
  msgstr "Alertas de correo electrónico"
905
 
906
+ #: library/plugin-settings.php:1407
907
  msgid "Receive Email Alert"
908
+ msgstr "Recibir alerta por correo electrónico"
909
 
910
+ #: library/plugin-settings.php:1409
911
  msgid "Check this box if you want to be notified via email for new post submissions."
912
+ msgstr "Marque esta casilla si desea recibir una notificación por correo electrónico para nuevos envíos posteriores."
913
 
914
+ #: library/plugin-settings.php:1412
915
  msgid "Enable HTML Format"
916
  msgstr "Habilitar formato HTML"
917
 
918
+ #: library/plugin-settings.php:1414
919
  msgid "Check this box to enable HTML format for email alerts."
920
+ msgstr "Marque esta casilla para habilitar el formato HTML para las alertas por correo electrónico."
921
 
922
+ #: library/plugin-settings.php:1417
923
  msgid "Email Address for Alerts"
924
  msgstr "Dirección de correo electrónico para alertas"
925
 
926
+ #: library/plugin-settings.php:1419
927
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
928
+ msgstr "Si marcó la casilla para recibir alertas por correo electrónico, indique aquí las direcciones a las que deben enviarse los correos electrónicos."
929
 
930
+ #: library/plugin-settings.php:1420
931
  msgid "Multiple recipients may be included using a comma, like so:"
932
+ msgstr "Se pueden incluir múltiples destinatarios utilizando una coma, de esta manera:"
933
 
934
+ #: library/plugin-settings.php:1423
935
  msgid "Email &ldquo;From&rdquo; Address"
936
  msgstr "Correo electrónico & ldquo; De & rdquo; Dirección"
937
 
938
+ #: library/plugin-settings.php:1425
939
  msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
940
+ msgstr "Aquí puede personalizar las direcciones utilizadas para & ldquo; De & rdquo; encabezado (consulte las preguntas frecuentes del complemento para obtener información). "
941
 
942
+ #: library/plugin-settings.php:1426
943
  msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
944
+ msgstr "Si se especifican varias direcciones en la configuración anterior, incluya un número igual de & ldquo; De & rdquo; direcciones para esta configuración (en el mismo orden)."
945
 
946
+ #: library/plugin-settings.php:1429
947
  msgid "Email Alert Subject"
948
  msgstr "Asunto de alerta por correo electrónico"
949
 
950
+ #: library/plugin-settings.php:1431
951
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
952
+ msgstr "Línea de asunto para alertas por correo electrónico. Déjelo en blanco para usar la línea de asunto predeterminada. Nota: puede usar las siguientes variables: "
953
 
954
+ #: library/plugin-settings.php:1436
955
  msgid "Email Alert Message"
956
  msgstr "Mensaje de alerta por correo electrónico"
957
 
958
+ #: library/plugin-settings.php:1438
959
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
960
+ msgstr "Mensaje para alertas por correo electrónico. Déjelo en blanco para usar el mensaje predeterminado. Nota: puede usar las siguientes variables: "
961
 
962
+ #: library/plugin-settings.php:1450
963
  msgid "Featured Image"
964
  msgstr "Foto principal"
965
 
966
+ #: library/plugin-settings.php:1452
967
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
968
+ msgstr "Establecer imágenes enviadas como imágenes destacadas. Requiere soporte de tema para Imágenes destacadas (también conocido como Miniaturas de publicaciones)."
969
 
970
+ #: library/plugin-settings.php:1455
971
  msgid "Upload Message"
972
+ msgstr "Cargar mensaje"
973
 
974
+ #: library/plugin-settings.php:1457
975
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
976
+ msgstr "Mensaje que aparece al lado del campo de carga. Útil para indicar sus pautas de carga / política / etc. Marcado básico permitido."
977
 
978
+ #: library/plugin-settings.php:1460
979
  msgid "&ldquo;Add another image&rdquo; link"
980
  msgstr "& ldquo; Agregar otra imagen & rdquo; enlazar"
981
 
982
+ #: library/plugin-settings.php:1462
983
  msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
984
+ msgstr "Marcado personalizado para & ldquo; Agregar otra imagen & rdquo; enlazar. Déjelo en blanco para usar el marcado predeterminado (recomendado)."
985
 
986
+ #: library/plugin-settings.php:1465
987
  msgid "Minimum number of images"
988
+ msgstr "Número mínimo de imágenes."
989
 
990
+ #: library/plugin-settings.php:1468
991
  msgid "Specify the minimum number of images."
992
  msgstr "Especifique el número mínimo de imágenes."
993
 
994
+ #: library/plugin-settings.php:1472
995
  msgid "Maximum number of images"
996
+ msgstr "Numero maximo de imagenes"
997
 
998
+ #: library/plugin-settings.php:1475
999
  msgid "Specify the maximum number of images."
1000
  msgstr "Especifique el número máximo de imágenes."
1001
 
1002
+ #: library/plugin-settings.php:1479
1003
  msgid "Minimum image width"
1004
+ msgstr "Ancho mínimo de imagen"
1005
 
1006
+ #: library/plugin-settings.php:1481
1007
  msgid "Specify a minimum width (in pixels) for uploaded images."
1008
  msgstr "Especifique un ancho mínimo (en píxeles) para las imágenes cargadas."
1009
 
1010
+ #: library/plugin-settings.php:1484
1011
  msgid "Minimum image height"
1012
+ msgstr "Altura mínima de imagen"
1013
 
1014
+ #: library/plugin-settings.php:1486
1015
  msgid "Specify a minimum height (in pixels) for uploaded images."
1016
  msgstr "Especifique una altura mínima (en píxeles) para las imágenes cargadas."
1017
 
1018
+ #: library/plugin-settings.php:1489
1019
  msgid "Maximum image width"
1020
+ msgstr "Ancho maximo de imagen"
1021
 
1022
+ #: library/plugin-settings.php:1491
1023
  msgid "Specify a maximum width (in pixels) for uploaded images."
1024
  msgstr "Especifique un ancho máximo (en píxeles) para las imágenes cargadas."
1025
 
1026
+ #: library/plugin-settings.php:1494
1027
  msgid "Maximum image height"
1028
+ msgstr "Altura maxima de la imagen"
1029
 
1030
+ #: library/plugin-settings.php:1496
1031
  msgid "Specify a maximum height (in pixels) for uploaded images."
1032
  msgstr "Especifique una altura máxima (en píxeles) para las imágenes cargadas."
1033
 
1034
+ #: library/plugin-settings.php:1499
1035
  msgid "More Options"
1036
  msgstr "Mas opciones"
1037
 
1038
+ #: library/plugin-settings.php:1502
1039
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
1040
+ msgstr "Para obtener más opciones, como la posibilidad de cargar otros tipos de archivos (como PDF, Word, Zip, videos y más), consulte"
1041
 
1042
+ #: library/plugin-settings.php:1503
1043
  msgid "Go Pro!"
1044
+ msgstr "Go Pro!"
1045
 
1046
+ #: library/plugin-settings.php:1510
1047
  msgid "Auto-Display Content"
1048
+ msgstr "Contenido de visualización automática"
1049
 
1050
+ #: library/plugin-settings.php:1515
1051
  msgid "Auto-Display Images"
1052
+ msgstr "Imágenes de visualización automática"
1053
 
1054
+ #: library/plugin-settings.php:1517
1055
  msgid "Auto-display user-submitted images:"
1056
+ msgstr "Mostrar automáticamente las imágenes enviadas por el usuario:"
1057
 
1058
+ #: library/plugin-settings.php:1522
1059
  msgid "Image Markup"
1060
  msgstr "Marcado de imagen"
1061
 
1062
+ #: library/plugin-settings.php:1524
1063
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1064
+ msgstr "Marcado para usar para cada imagen enviada (cuando la visualización automática está habilitada). Puedo usar"
1065
 
1066
+ #: library/plugin-settings.php:1526 library/plugin-settings.php:1539
1067
+ #: library/plugin-settings.php:1552 library/plugin-settings.php:1565
1068
  msgid "and"
1069
  msgstr "y"
1070
 
1071
+ #: library/plugin-settings.php:1529
1072
  msgid "Auto-Display Email"
1073
+ msgstr "Correo electrónico de visualización automática"
1074
 
1075
+ #: library/plugin-settings.php:1531
1076
  msgid "Auto-display user-submitted email:"
1077
+ msgstr "Mostrar automáticamente el correo electrónico enviado por el usuario:"
1078
 
1079
+ #: library/plugin-settings.php:1536
1080
  msgid "Email Markup"
1081
  msgstr "Marcado de correo electrónico"
1082
 
1083
+ #: library/plugin-settings.php:1538
1084
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1085
+ msgstr "Marcado para usar para la dirección de correo electrónico enviada (cuando la visualización automática está habilitada). Puedo usar"
1086
 
1087
+ #: library/plugin-settings.php:1542
1088
  msgid "Auto-Display URL"
1089
  msgstr "URL de visualización automática"
1090
 
1091
+ #: library/plugin-settings.php:1544
1092
  msgid "Auto-display user-submitted URL:"
1093
  msgstr "Mostrar automáticamente la URL enviada por el usuario:"
1094
 
1095
+ #: library/plugin-settings.php:1549
1096
  msgid "URL Markup"
1097
  msgstr "Marcado de URL"
1098
 
1099
+ #: library/plugin-settings.php:1551
1100
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1101
+ msgstr "Marcado para usar para la URL enviada (cuando la visualización automática está habilitada). Puedo usar"
1102
 
1103
+ #: library/plugin-settings.php:1555
1104
  msgid "Auto-Display Custom Field"
1105
  msgstr "Campo personalizado de visualización automática"
1106
 
1107
+ #: library/plugin-settings.php:1557
1108
  msgid "Auto-display user-submitted Custom Field:"
1109
+ msgstr "Mostrar automáticamente el campo personalizado enviado por el usuario:"
1110
 
1111
+ #: library/plugin-settings.php:1562
1112
  msgid "Custom Field Markup"
1113
  msgstr "Marcado de campo personalizado"
1114
 
1115
+ #: library/plugin-settings.php:1564
1116
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1117
+ msgstr "Marcado para usar para el campo personalizado enviado (cuando la visualización automática está habilitada). Puedo usar"
1118
 
1119
+ #: library/plugin-settings.php:1570 library/plugin-settings.php:1682
1120
  msgid "Save Settings"
1121
  msgstr "Guardar ajustes"
1122
 
1123
+ #: library/plugin-settings.php:1575
1124
  msgid "Display the Form"
1125
  msgstr "Mostrar el formulario"
1126
 
1127
+ #: library/plugin-settings.php:1578
1128
  msgid "Post-Submit Form"
1129
+ msgstr "Formulario posterior a la presentación"
1130
 
1131
+ #: library/plugin-settings.php:1579
1132
  msgid "USP enables you to display a post-submission form anywhere on your site."
1133
  msgstr "USP le permite mostrar un formulario de envío posterior en cualquier lugar de su sitio."
1134
 
1135
+ #: library/plugin-settings.php:1580 library/plugin-settings.php:1589
1136
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1137
+ msgstr "Use el shortcode para mostrar el formulario en cualquier publicación o página de WP:"
1138
 
1139
+ #: library/plugin-settings.php:1583 library/plugin-settings.php:1592
1140
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1141
+ msgstr "O utilice la etiqueta de plantilla para mostrar el formulario en cualquier lugar de su plantilla de tema:"
1142
 
1143
+ #: library/plugin-settings.php:1587
1144
  msgid "Login/Register Form"
1145
+ msgstr "Formulario de inicio de sesión / registro"
1146
 
1147
+ #: library/plugin-settings.php:1588
1148
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1149
  msgstr "También puede mostrar un formulario que permita a los usuarios iniciar sesión, registrarse o restablecer su contraseña."
1150
 
1151
+ #: library/plugin-settings.php:1596
1152
  msgid "Display Submitted Posts"
1153
+ msgstr "Mostrar publicaciones enviadas"
1154
 
1155
+ #: library/plugin-settings.php:1597
1156
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1157
+ msgstr "Use este shortcode para mostrar una lista de publicaciones enviadas en cualquier publicación o página de WP:"
1158
 
1159
+ #: library/plugin-settings.php:1600
1160
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1161
+ msgstr "O utilice la etiqueta de plantilla para mostrar una lista de publicaciones enviadas en cualquier lugar de su plantilla de tema:"
1162
 
1163
+ #: library/plugin-settings.php:1603
1164
  msgid "Here are some examples showing how to configure this shortcode:"
1165
+ msgstr "Aquí hay algunos ejemplos que muestran cómo configurar este shortcode:"
1166
 
1167
+ #: library/plugin-settings.php:1611
1168
  msgid "Display Image Gallery"
1169
  msgstr "Mostrar galería de imágenes"
1170
 
1171
+ #: library/plugin-settings.php:1612
1172
  msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
1173
+ msgstr "Use este shortcode para mostrar una galería de imágenes cargadas para cada publicación enviada:"
1174
 
1175
+ #: library/plugin-settings.php:1615
1176
  msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
1177
+ msgstr "O utilice la etiqueta de plantilla para mostrar una galería de imágenes en cualquier lugar de su plantilla de tema:"
1178
 
1179
+ #: library/plugin-settings.php:1618
1180
  msgid "You can customize using any of the follwing attributes:"
1181
+ msgstr "Puede personalizar utilizando cualquiera de los siguientes atributos:"
1182
 
1183
+ #: library/plugin-settings.php:1633
1184
  msgid "Reset Form Button"
1185
+ msgstr "Botón Restablecer formulario"
1186
 
1187
+ #: library/plugin-settings.php:1634
1188
  msgid "This shortcode displays a link that resets the form to its original state:"
1189
+ msgstr "Este shortcode muestra un enlace que restablece el formulario a su estado original:"
1190
 
1191
+ #: library/plugin-settings.php:1637
1192
  msgid "This shortcode accepts the following attributes:"
1193
  msgstr "Este shortcode acepta los siguientes atributos:"
1194
 
1195
+ #: library/plugin-settings.php:1643
1196
  msgid "Note that the url attribute accepts"
1197
  msgstr "Tenga en cuenta que el atributo url acepta"
1198
 
1199
+ #: library/plugin-settings.php:1643
1200
  msgid "to get the current URL."
1201
  msgstr "para obtener la URL actual."
1202
 
1203
+ #: library/plugin-settings.php:1646
1204
  msgid "Access Control"
1205
  msgstr "Control de acceso"
1206
 
1207
+ #: library/plugin-settings.php:1647
1208
  msgid "USP provides three shortcodes to control access and restrict content."
1209
  msgstr "USP proporciona tres códigos cortos para controlar el acceso y restringir el contenido."
1210
 
1211
+ #: library/plugin-settings.php:1648
1212
  msgid "Display content only to users with a specific capability:"
1213
+ msgstr "Mostrar contenido solo a usuarios con una capacidad específica:"
1214
 
1215
+ #: library/plugin-settings.php:1651
1216
  msgid "Display content to logged-in users:"
1217
  msgstr "Mostrar contenido a los usuarios registrados:"
1218
 
1219
+ #: library/plugin-settings.php:1654
1220
  msgid "Display content to visitors only:"
1221
+ msgstr "Mostrar contenido solo a los visitantes:"
1222
 
1223
+ #: library/plugin-settings.php:1657
1224
  msgid "Tip:"
1225
  msgstr "Propina:"
1226
 
1227
+ #: library/plugin-settings.php:1657
1228
  msgid "to include markup in the deny message, you can use"
1229
+ msgstr "para incluir el marcado en el mensaje de denegación, puede usar"
1230
 
1231
+ #: library/plugin-settings.php:1657
1232
  msgid "to output"
1233
+ msgstr "a la salida"
1234
 
1235
+ #: library/plugin-settings.php:1660
1236
  msgid "Example"
1237
  msgstr "Ejemplo"
1238
 
1239
+ #: library/plugin-settings.php:1661
1240
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1241
  msgstr "Si el usuario ha iniciado sesión, muestre el formulario de envío posterior; o si el usuario no ha iniciado sesión, muestre el formulario de inicio de sesión:"
1242
 
1243
+ #: library/plugin-settings.php:1673
1244
  msgid "Restore Defaults"
1245
  msgstr "Restaurar los valores predeterminados"
1246
 
1247
+ #: library/plugin-settings.php:1676
1248
  msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1249
+ msgstr "Deje esta opción deshabilitada para recordar su configuración. O, para continuar y restaurar las opciones predeterminadas del complemento: marque la casilla, guarde su configuración y luego desactive / reactive el complemento."
1250
 
1251
+ #: library/plugin-settings.php:1680
1252
  msgid "Restore default options upon plugin deactivation/reactivation."
1253
+ msgstr "Restaure las opciones predeterminadas tras la desactivación / reactivación del complemento."
1254
 
1255
+ #: library/plugin-settings.php:1687
1256
  msgid "Show Support"
1257
+ msgstr "Mostrar apoyo"
1258
 
1259
+ #: library/plugin-settings.php:1696
1260
  msgid "by"
1261
  msgstr "por"
1262
 
1263
+ #: library/plugin-settings.php:1697
1264
  msgid "Jeff Starr on Twitter"
1265
  msgstr "Jeff Starr en Twitter"
1266
 
1267
+ #: library/plugin-settings.php:1698
1268
  msgid "Obsessive Web Design &amp; Development"
1269
+ msgstr "Diseño web obsesivo & amp; Desarrollo"
1270
 
1271
+ #: library/plugin-settings.php:1709
1272
  msgid "Save Preference"
1273
  msgstr "Guardar preferencia"
1274
 
1275
+ #: library/plugin-settings.php:1716
1276
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1277
  msgstr "¿Está seguro de que desea restaurar todas las opciones predeterminadas? (Esta acción no se puede deshacer)"
1278
 
1279
+ #: library/support-panel.php:55
1280
+ msgid "Perishable Press Books"
1281
+ msgstr "Libros de prensa perecederos"
1282
+
1283
+ #: library/support-panel.php:56
1284
+ msgid "Plugin Planet"
1285
+ msgstr "Plugin Planet"
1286
+
1287
+ #: library/support-panel.php:57
1288
+ msgid "Donate via PayPal"
1289
+ msgstr "Done a través de PayPal"
1290
+
1291
+ #: library/support-panel.php:59
1292
+ msgid "books"
1293
+ msgstr "libros"
1294
+
1295
+ #: library/support-panel.php:60
1296
+ msgid "plugins"
1297
+ msgstr "complementos"
1298
+
1299
+ #: library/support-panel.php:61
1300
+ msgid "donation"
1301
+ msgstr "donación"
1302
+
1303
+ #: library/support-panel.php:63
1304
+ msgid "Thank you for using"
1305
+ msgstr "Gracias por usar"
1306
+
1307
+ #: library/support-panel.php:64
1308
+ msgid "Please show support by purchasing one of my"
1309
+ msgstr "Muestre apoyo comprando uno de mis"
1310
+
1311
+ #: library/support-panel.php:65
1312
+ msgid "or"
1313
+ msgstr "o"
1314
+
1315
+ #: library/support-panel.php:65
1316
+ msgid "or by making a"
1317
+ msgstr "o haciendo un"
1318
+
1319
+ #: library/support-panel.php:66
1320
+ msgid "Your generous support helps future development of"
1321
+ msgstr "Su generoso apoyo ayuda al desarrollo futuro de"
1322
+
1323
+ #: library/support-panel.php:67
1324
+ msgid "and is greatly appreciated."
1325
+ msgstr "y es muy apreciado"
1326
+
1327
+ #: library/support-panel.php:69
1328
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1329
+ msgstr "La donación de cualquier tamaño me ayuda a seguir desarrollando este complemento gratuito y otros recursos increíbles de WordPress."
1330
+
1331
  #. Description of the plugin
1332
  #:
1333
  msgid "Enables your visitors to submit posts and images from anywhere on your site."
languages/usp-fa_IR.mo CHANGED
Binary file
languages/usp-fa_IR.po CHANGED
@@ -4,7 +4,7 @@ msgstr ""
4
  "Content-Type: text/plain; charset=UTF-8\n"
5
  "Content-Transfer-Encoding: 8bit\n"
6
  "X-Generator: POEditor.com\n"
7
- "Project-Id-Version: USP 2018 Nov\n"
8
  "Language: fa\n"
9
 
10
  #. Name of the plugin
@@ -12,1323 +12,1336 @@ msgstr ""
12
  msgid "User Submitted Posts"
13
  msgstr "ارسال شده توسط کاربر"
14
 
15
- #: user-submitted-posts.php:81
16
  msgid "requires WordPress "
17
- msgstr "نیاز به وردپرس دارد"
18
 
19
- #: user-submitted-posts.php:82
20
  msgid " or higher, and has been deactivated! "
21
- msgstr " یا بالاتر، و غیر فعال شده است!"
22
 
23
- #: user-submitted-posts.php:83
24
  msgid "Please return to the"
25
- msgstr "لطفا به"
26
 
27
- #: user-submitted-posts.php:84
28
  msgid "WordPress Admin Area"
29
- msgstr "منطقه اداری وردپرس"
30
 
31
- #: user-submitted-posts.php:85
32
  msgid "to upgrade WordPress and try again."
33
- msgstr "برای ارتقا وردپرس و دوباره امتحان کنید"
34
 
35
- #: user-submitted-posts.php:125
36
  msgid "User Submitted Post"
37
- msgstr "کاربر ارسال پست"
38
 
39
- #: user-submitted-posts.php:433
40
  msgid "User Submitted Post Info"
41
- msgstr "کاربر ارسال اطلاعات پست"
42
 
43
- #: user-submitted-posts.php:463
44
  msgid "Submitter Name: "
45
- msgstr "نام فرستنده:"
46
 
47
- #: user-submitted-posts.php:464
48
  msgid "Submitter Email: "
49
- msgstr "ارسال کننده ارسال کننده:"
50
 
51
- #: user-submitted-posts.php:465
52
  msgid "Submitter URL: "
53
- msgstr "URL ارسال کننده:"
54
 
55
- #: user-submitted-posts.php:466
56
  msgid "Submitter IP: "
57
- msgstr "فرستنده IP:"
58
 
59
- #: user-submitted-posts.php:517
60
  msgid "Show USP Posts"
61
  msgstr "نمایش پست های USP"
62
 
63
- #: user-submitted-posts.php:518 library/plugin-settings.php:999
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
- #: user-submitted-posts.php:1301
68
  msgid " files required"
69
- msgstr " فایل مورد نیاز"
70
 
71
- #: user-submitted-posts.php:1302
72
  msgid " file required"
73
- msgstr " فایل مورد نیاز"
74
 
75
- #: user-submitted-posts.php:1304
76
  msgid " files"
77
  msgstr " فایل ها"
78
 
79
- #: user-submitted-posts.php:1305
80
  msgid " file"
81
  msgstr " فایل"
82
 
83
- #: user-submitted-posts.php:1307 user-submitted-posts.php:1308
84
- #: user-submitted-posts.php:1309 user-submitted-posts.php:1310
85
  msgid " pixels"
86
  msgstr " پیکسل"
87
 
88
- #: user-submitted-posts.php:1312 library/core-functions.php:215
89
- #: library/plugin-settings.php:290 library/plugin-settings.php:309
90
- #: library/plugin-settings.php:711 library/plugin-settings.php:1243
91
  msgid "Custom Field"
92
- msgstr "فیلد سفارشی"
93
 
94
- #: user-submitted-posts.php:1314
95
  msgid "Custom checkbox required"
96
- msgstr "چک کردن سفارشی مورد نیاز است"
97
 
98
- #: user-submitted-posts.php:1317
99
  msgid "An error occurred. Please go back and try again."
100
- msgstr "یک خطا رخ داده است لطفا برگردید و دوباره امتحان کنید."
101
 
102
- #: user-submitted-posts.php:1327
103
  msgid "User login required"
104
- msgstr "ورود به سیستم مورد نیاز"
105
 
106
- #: user-submitted-posts.php:1328
107
  msgid "User name required"
108
  msgstr "نام کاربری (ضروری"
109
 
110
- #: user-submitted-posts.php:1329
111
  msgid "Post title required"
112
- msgstr "عنوان پست مورد نیاز"
113
 
114
- #: user-submitted-posts.php:1330
115
  msgid "User URL required"
116
  msgstr "URL کاربر مورد نیاز است"
117
 
118
- #: user-submitted-posts.php:1331
119
  msgid "Post tags required"
120
- msgstr "برچسبهای ارسال لازم است"
121
 
122
- #: user-submitted-posts.php:1332
123
  msgid "Post category required"
124
- msgstr "دسته پست مورد نیاز است"
125
 
126
- #: user-submitted-posts.php:1333
127
  msgid "Post content required"
128
- msgstr "محتوای پست مورد نیاز"
129
 
130
- #: user-submitted-posts.php:1334 user-submitted-posts.php:1335
131
  msgid "Correct captcha required"
132
- msgstr "درستی لازم است"
133
 
134
- #: user-submitted-posts.php:1336
135
  msgid "User email required"
136
- msgstr "ایمیل مورد نیاز"
137
 
138
- #: user-submitted-posts.php:1337
139
  msgid "Please check your email and try again"
140
  msgstr "لطفا ایمیل خود را بررسی کنید و دوباره امتحان کنید"
141
 
142
- #: user-submitted-posts.php:1338
143
  msgid "Non-empty value for hidden field"
144
- msgstr "مقدار خالی برای فیلد پنهان"
145
 
146
- #: user-submitted-posts.php:1339
147
  msgid "Minimum number of images not met"
148
- msgstr "حداقل تعداد تصاویری که دیده نشده اند"
149
 
150
- #: user-submitted-posts.php:1340
151
  msgid "Maximum number of images exceeded "
152
- msgstr "حداکثر تعداد تصاویر بیش از حد است"
153
 
154
- #: user-submitted-posts.php:1341
155
  msgid "Minimum image width not met"
156
- msgstr "حداقل عرض تصویر دیده نمی شود"
157
 
158
- #: user-submitted-posts.php:1342
159
  msgid "Image width exceeds maximum"
160
- msgstr "عرض تصویر بیش از حداکثر"
161
 
162
- #: user-submitted-posts.php:1343
163
  msgid "Minimum image height not met"
164
- msgstr "حداقل ارتفاع تصویر برآورده نشده است"
165
 
166
- #: user-submitted-posts.php:1344
167
  msgid "Image height exceeds maximum"
168
- msgstr "ارتفاع تصویر بیش از حداکثر"
169
 
170
- #: user-submitted-posts.php:1345
171
  msgid "File type not allowed (please upload images only)"
172
- msgstr "نوع فایل مجاز نیست (فقط تصاویر را آپلود کنید)"
173
 
174
- #: user-submitted-posts.php:1346
175
  msgid " required"
176
  msgstr " ضروری"
177
 
178
- #: user-submitted-posts.php:1351
179
  msgid "File not uploaded. Please check the file and try again."
180
- msgstr "فایل آپلود نشد لطفا فایل را بررسی کنید و دوباره امتحان کنید"
181
 
182
- #: user-submitted-posts.php:1355
183
  msgid "The file(s) could not be uploaded"
184
- msgstr "فایل (ها) قابل آپلود نیست"
185
 
186
- #: user-submitted-posts.php:1357
187
  msgid "Post not created. Please contact the site administrator for help."
188
- msgstr "پست ایجاد نشد لطفا برای کمک با مدیر سایت تماس بگیرید."
189
 
190
- #: user-submitted-posts.php:1358
191
  msgid "Duplicate post title. Please try again."
192
- msgstr "عنوان پست تکراری لطفا دوباره تلاش کنید."
193
 
194
- #: user-submitted-posts.php:1368
195
  msgid "Error: "
196
- msgstr "خطا:"
197
 
198
- #: user-submitted-posts.php:1394
199
  msgid "Return to form"
200
  msgstr "بازگشت به فرم"
201
 
202
- #: user-submitted-posts.php:1424 library/plugin-settings.php:975
203
  msgid "Please"
204
  msgstr "لطفا"
205
 
206
- #: user-submitted-posts.php:1425
207
  msgid "log in"
208
  msgstr "ورود"
209
 
210
- #: user-submitted-posts.php:1426
211
  msgid "to submit content!"
212
- msgstr "برای ارسال محتوا!"
213
 
214
- #: views/submission-form.php:46 views/submission-form-alt.php:55
215
  msgid "Please complete the required fields."
216
- msgstr "لطفا فیلدهای مورد نیاز را تکمیل کنید"
217
 
218
- #: views/submission-form.php:56 views/submission-form.php:57
219
- #: views/submission-form-alt.php:61 views/submission-form-alt.php:62
220
  msgid "Your Name"
221
  msgstr "اسم شما"
222
 
223
- #: views/submission-form.php:62 views/submission-form.php:63
224
- #: views/submission-form-alt.php:67 views/submission-form-alt.php:68
225
  msgid "Your URL"
226
- msgstr "URL شما"
227
 
228
- #: views/submission-form.php:68 views/submission-form.php:69
229
- #: views/submission-form-alt.php:73 views/submission-form-alt.php:74
230
  msgid "Your Email"
231
  msgstr "ایمیل شما"
232
 
233
- #: views/submission-form.php:74 views/submission-form.php:75
234
- #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
235
- #: library/plugin-settings.php:1036
236
  msgid "Post Title"
237
- msgstr "عنوان پست"
238
 
239
- #: views/submission-form.php:80 views/submission-form.php:81
240
- #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
241
- #: library/plugin-settings.php:1037
242
  msgid "Post Tags"
243
- msgstr "برچسبهای ارسالی"
244
 
245
- #: views/submission-form.php:93 views/submission-form-alt.php:98
246
  msgid "Antispam Question"
247
- msgstr "سوال ضد اسپم"
248
 
249
- #: views/submission-form.php:98 views/submission-form-alt.php:103
250
- #: library/plugin-settings.php:1038
251
  msgid "Post Category"
252
- msgstr "دسته بندی پست"
253
 
254
- #: views/submission-form.php:100 views/submission-form-alt.php:105
 
255
  msgid "Please select a category.."
256
- msgstr "لطفا یک دسته را انتخاب کنید"
257
 
258
- #: views/submission-form.php:135 views/submission-form.php:136
259
- #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
260
- #: library/plugin-settings.php:1039
261
  msgid "Post Content"
262
- msgstr "محتوا ارسال"
263
 
264
- #: views/submission-form.php:142 views/submission-form-alt.php:147
265
  msgid "Verification"
266
  msgstr "تایید"
267
 
268
- #: views/submission-form.php:149 views/submission-form-alt.php:154
269
  msgid "Upload an Image"
270
- msgstr "آپلود تصویر"
271
 
272
- #: views/submission-form.php:158 views/submission-form-alt.php:163
273
  msgid "Add another image"
274
- msgstr "یک تصویر دیگر اضافه کنید"
275
 
276
- #: views/submission-form.php:180 views/submission-form-alt.php:185
277
  msgid "Human verification: leave this field empty."
278
- msgstr "تأیید انسان: این فیلد را خالی بگذار"
279
 
280
- #: views/submission-form.php:204 views/submission-form-alt.php:209
281
  msgid "Submit Post"
282
  msgstr "ارسال پست"
283
 
 
 
 
 
284
  #: library/shortcode-misc.php:18
285
  msgid "Reset form"
286
- msgstr "فرم بازنشانی"
287
 
288
  #: library/shortcode-misc.php:128
289
  msgid "View full post"
290
- msgstr "مشاهده کامل پست"
291
-
292
- #: library/support-panel.php:52
293
- msgid "Perishable Press Books"
294
- msgstr "کتابهای فوری فشرده"
295
-
296
- #: library/support-panel.php:53
297
- msgid "Plugin Planet"
298
- msgstr "سیاره پلاگین"
299
-
300
- #: library/support-panel.php:54
301
- msgid "Donate via PayPal"
302
- msgstr "از طریق PayPal اهدا کنید"
303
-
304
- #: library/support-panel.php:56
305
- msgid "books"
306
- msgstr "کتاب ها"
307
-
308
- #: library/support-panel.php:57
309
- msgid "plugins"
310
- msgstr "پلاگین ها"
311
-
312
- #: library/support-panel.php:58
313
- msgid "donation"
314
- msgstr "کمک مالی"
315
-
316
- #: library/support-panel.php:60
317
- msgid "Thank you for using"
318
- msgstr "با تشکر از شما برای استفاده"
319
-
320
- #: library/support-panel.php:61
321
- msgid "Please show support by purchasing one of my"
322
- msgstr "لطفا با خرید یک نفر از من حمایت کنید"
323
-
324
- #: library/support-panel.php:62
325
- msgid "or"
326
- msgstr "یا"
327
-
328
- #: library/support-panel.php:62
329
- msgid "or by making a"
330
- msgstr "یا با ساخت یک"
331
-
332
- #: library/support-panel.php:63
333
- msgid "Your generous support helps future development of"
334
- msgstr "پشتیبانی سخاوتمندانه شما به توسعه آینده کمک می کند"
335
 
336
- #: library/support-panel.php:64
337
- msgid "and is greatly appreciated."
338
- msgstr "و بسیار قدردانی شده است."
339
-
340
- #: library/support-panel.php:66
341
- msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
342
- msgstr "هر گونه کمک اندازه به من کمک می کند تا به توسعه این افزونه رایگان و سایر منابع عالی WordPress ادامه دهم."
343
-
344
- #: library/enqueue-scripts.php:83 library/enqueue-scripts.php:117
345
- msgid "Incorrect response."
346
- msgstr "پاسخ نادرست"
347
 
348
- #: library/plugin-settings.php:32
349
  msgid "Get USP Pro for unlimited forms!"
350
- msgstr "دریافت USP نرم افزار برای فرم های نامحدود!"
351
 
352
- #: library/plugin-settings.php:33
353
  msgid "Go Pro"
354
  msgstr "برو طرفدار"
355
 
356
- #: library/plugin-settings.php:37
357
- msgid "Settings"
358
- msgstr "تنظیمات"
359
-
360
- #: library/plugin-settings.php:55 library/plugin-settings.php:1007
361
- #: library/plugin-settings.php:1595
362
  msgid "Plugin Homepage"
363
- msgstr "صفحه اصلی پلاگین"
364
 
365
- #: library/plugin-settings.php:56
366
  msgid "Homepage"
367
  msgstr "صفحه نخست"
368
 
369
- #: library/plugin-settings.php:61
370
  msgid "Give USP a 5-star rating at WordPress.org"
371
  msgstr "به USP امتیاز 5 ستاره در WordPress.org بدهید"
372
 
373
- #: library/plugin-settings.php:62
374
  msgid "Rate this plugin&nbsp;&raquo;"
375
  msgstr "این افزونه را ارزیابی کنید & nbsp؛ & raquo؛"
376
 
377
- #: library/plugin-settings.php:120
378
  msgid "WP Post (recommended)"
379
- msgstr "پست WP (توصیه می شود)"
380
 
381
- #: library/plugin-settings.php:124
382
  msgid "WP Page"
383
  msgstr "صفحه WP"
384
 
385
- #: library/plugin-settings.php:140
386
  msgid "HTML5 Form + Default CSS"
387
  msgstr "فرم HTML5 + CSS پیش فرض"
388
 
389
- #: library/plugin-settings.php:140
390
  msgid "(Recommended)"
391
  msgstr "(توصیه شده)"
392
 
393
- #: library/plugin-settings.php:144
394
  msgid "HTML5 Form + Disable CSS"
395
- msgstr "فرم HTML5 + غیر فعال کردن CSS"
396
 
397
- #: library/plugin-settings.php:144
398
  msgid "(Provide your own styles)"
399
- msgstr "(ارائه سبک های خود را)"
400
 
401
- #: library/plugin-settings.php:148
402
  msgid "Custom Form + Custom CSS"
403
- msgstr "فرم سفارشی + سفارشی CSS"
404
 
405
- #: library/plugin-settings.php:148
406
  msgid "(Provide your own form template &amp; styles)"
407
- msgstr "(فرم قالب و سبک خود را ارائه کنید)"
408
 
409
- #: library/plugin-settings.php:164 library/plugin-settings.php:188
410
- #: library/plugin-settings.php:211 library/plugin-settings.php:235
411
  msgid "Auto-display before post content"
412
  msgstr "نمایش خودکار قبل از ارسال محتوا"
413
 
414
- #: library/plugin-settings.php:168 library/plugin-settings.php:192
415
- #: library/plugin-settings.php:215 library/plugin-settings.php:239
416
  msgid "Auto-display after post content"
417
- msgstr "نمایش خودکار پس از محتوای پست"
418
 
419
- #: library/plugin-settings.php:172
420
  msgid "Do not auto-display submitted images"
421
- msgstr "نمایش تصاویر ارسال خودکار نمایش داده نمی شود"
422
 
423
- #: library/plugin-settings.php:196
424
  msgid "Do not auto-display submitted email"
425
- msgstr "ایمیل نمایش داده نشود"
426
 
427
- #: library/plugin-settings.php:219
428
  msgid "Do not auto-display submitted URL"
429
- msgstr "نشانی اینترنتی نمایش داده نشود"
430
 
431
- #: library/plugin-settings.php:243
432
  msgid "Do not auto-display the Custom Field"
433
- msgstr "فیلد سفارشی را به صورت خودکار نمایش ندهید"
434
 
435
- #: library/plugin-settings.php:271 library/plugin-settings.php:303
436
- #: library/plugin-settings.php:336 library/plugin-settings.php:368
437
- msgid "Display and require"
438
- msgstr "نمایش و نیاز"
439
 
440
- #: library/plugin-settings.php:272 library/plugin-settings.php:304
441
- msgid "Display but do not require"
442
- msgstr "نمایش داده شده اما لازم نیست"
443
 
444
- #: library/plugin-settings.php:273 library/plugin-settings.php:305
445
- #: library/plugin-settings.php:337 library/plugin-settings.php:369
446
  msgid "Disable this field"
447
- msgstr "این فیلد را غیرفعال کنید"
448
 
449
- #: library/plugin-settings.php:308 library/plugin-settings.php:340
450
- #: library/plugin-settings.php:372 library/plugin-settings.php:404
451
  msgid "(Visit"
452
- msgstr "(بازدید"
453
 
454
- #: library/plugin-settings.php:309 library/plugin-settings.php:341
455
- #: library/plugin-settings.php:373 library/plugin-settings.php:405
456
  msgid "to configure options)"
457
  msgstr "برای پیکربندی گزینه ها)"
458
 
459
- #: library/plugin-settings.php:324 library/plugin-settings.php:341
460
- #: library/plugin-settings.php:1261 library/plugin-settings.php:1266
461
  msgid "Challenge Question"
462
  msgstr "سوال چالش برانگیز"
463
 
464
- #: library/plugin-settings.php:356 library/plugin-settings.php:373
465
- #: library/plugin-settings.php:1283
466
  msgid "Google reCAPTCHA"
467
  msgstr "Google reCAPTCHA"
468
 
469
- #: library/plugin-settings.php:388
470
  msgid "Post Images"
471
  msgstr "ارسال تصاویر"
472
 
473
- #: library/plugin-settings.php:400
474
- msgid "Display"
475
- msgstr "نمایش دادن"
476
 
477
- #: library/plugin-settings.php:401
478
  msgid "Disable"
479
  msgstr "غیرفعال کردن"
480
 
481
- #: library/plugin-settings.php:405 library/plugin-settings.php:1344
482
  msgid "Image Uploads"
483
- msgstr "آپلود عکس"
484
 
485
- #: library/plugin-settings.php:485
486
  msgid "Draft"
487
  msgstr "پیش نویس"
488
 
489
- #: library/plugin-settings.php:486
490
  msgid "Pending (default)"
491
- msgstr "انتظار (به طور پیش فرض)"
492
 
493
- #: library/plugin-settings.php:487
494
  msgid "Publish immediately"
495
- msgstr "بلافاصله انتشار دهید"
496
 
497
- #: library/plugin-settings.php:488
498
  msgid "Publish after 1 approved post"
499
- msgstr "بعد از پست 1 تایید شده منتشر کنید"
500
 
501
- #: library/plugin-settings.php:489
502
  msgid "Publish after "
503
- msgstr "پس از انتشار"
504
 
505
- #: library/plugin-settings.php:489
506
  msgid " approved posts"
507
- msgstr " پست های تایید شده"
508
 
509
- #: library/plugin-settings.php:655
 
 
 
 
510
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
511
- msgstr "یک خطای وجود دارد. لطفا اطمینان حاصل کنید که عنوان، برخی از محتوا ها اضافه کرده اید و فقط تصاویر را آپلود کرده اید."
512
 
513
- #: library/plugin-settings.php:669
514
  msgid "Please select your image(s) to upload."
515
- msgstr "لطفا تصویر (ها) خود را برای آپلود انتخاب کنید"
516
 
517
- #: library/plugin-settings.php:675
518
  msgid "Success! Thank you for your submission."
519
- msgstr "موفقیت! با تشکر از شما برای ارسال شما."
520
 
521
- #: library/plugin-settings.php:701
522
  msgid "Email"
523
  msgstr "پست الکترونیک"
524
 
525
- #: library/plugin-settings.php:702
526
  msgid "URL"
527
- msgstr "نشانی اینترنتی"
528
 
529
- #: library/plugin-settings.php:962
530
  msgid "Toggle all panels"
531
- msgstr "همه پانلها را تغییر دهید"
532
 
533
- #: library/plugin-settings.php:971
534
  msgid "We need your support!"
535
- msgstr "ما به حمایت شما نیاز داریم!"
536
 
537
- #: library/plugin-settings.php:975
538
  msgid "Make a donation via PayPal"
539
- msgstr "کمک مالی از طریق PayPal"
540
 
541
- #: library/plugin-settings.php:975
542
  msgid "make a donation"
543
  msgstr "کمک مالی کنید"
544
 
545
- #: library/plugin-settings.php:975
546
  msgid "and/or"
547
  msgstr "و / یا"
548
 
549
- #: library/plugin-settings.php:976
550
  msgid "Rate and review at the Plugin Directory"
551
- msgstr "نرخ و بررسی در دایرکتوری پلاگین"
552
 
553
- #: library/plugin-settings.php:977
554
  msgid "give this plugin a 5-star rating"
555
- msgstr "این افزونه را به رتبه 5 ستاره بدهید"
556
 
557
- #: library/plugin-settings.php:981
558
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
559
- msgstr "پشتیبانی سخاوتمندانه شما این امکان را برای توسعه مستمر این افزونه رایگان فراهم می کند. متشکرم!"
560
 
561
- #: library/plugin-settings.php:986
562
  msgid "Check this box if you have shown support"
563
- msgstr "اگر این پشتیبانی را نشان داده اید، این کادر را علامت بزنید"
564
 
565
- #: library/plugin-settings.php:995
566
  msgid "Overview"
567
  msgstr "بررسی اجمالی"
568
 
569
- #: library/plugin-settings.php:999
570
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
571
- msgstr "بازدیدکنندگان شما را قادر می سازد تا پست ها را ارسال و تصاویر را از جلوی سایت خود آپلود کنند."
572
 
573
- #: library/plugin-settings.php:1000
574
  msgid "For advanced functionality and unlimited forms, check out"
575
- msgstr "برای قابلیت های پیشرفته و فرم های نامحدود، بررسی کنید"
576
 
577
- #: library/plugin-settings.php:1000 library/plugin-settings.php:1402
578
  msgid "USP Pro"
579
  msgstr "USP Pro"
580
 
581
- #: library/plugin-settings.php:1001
582
  msgid "&mdash; the ultimate solution for user-generated content."
583
  msgstr "& mdash؛ راه حل نهایی برای محتوای تولید شده توسط کاربر."
584
 
585
- #: library/plugin-settings.php:1005 library/plugin-settings.php:1022
586
  msgid "Plugin Settings"
587
- msgstr "تنظیمات پلاگین"
588
 
589
- #: library/plugin-settings.php:1006
590
  msgid "Display the form"
591
  msgstr "فرم را نمایش دهید"
592
 
593
- #: library/plugin-settings.php:1010
594
  msgid "If you like this plugin, please"
595
- msgstr "اگر این افزونه را دوست دارید لطفا"
596
 
597
- #: library/plugin-settings.php:1011
598
  msgid "THANK YOU for your support!"
599
- msgstr "با تشکر از شما برای حمایت شما!"
600
 
601
- #: library/plugin-settings.php:1011
602
  msgid "give it a 5-star rating"
603
- msgstr "آن را به رتبه 5 ستاره بدهید"
604
 
605
- #: library/plugin-settings.php:1015
606
  msgid "Unlimited front-end forms"
607
- msgstr "فرم های نامحدود جلویی"
608
 
609
- #: library/plugin-settings.php:1015
610
  msgid "Get USP Pro"
611
  msgstr "دریافت USP Pro"
612
 
613
- #: library/plugin-settings.php:1025
614
  msgid "Configure your settings for User Submitted Posts."
615
- msgstr "تنظیمات خود را برای ارسال پست های کاربر پیکربندی کنید."
616
 
617
- #: library/plugin-settings.php:1027
618
  msgid "Form Fields"
619
  msgstr "زمینه های فرم"
620
 
621
- #: library/plugin-settings.php:1033
622
  msgid "User Name"
623
  msgstr "نام کاربری"
624
 
625
- #: library/plugin-settings.php:1034
626
  msgid "User Email"
627
  msgstr "ایمیل کاربر"
628
 
629
- #: library/plugin-settings.php:1035
630
  msgid "User URL"
631
- msgstr "نشانی اینترنتی کاربر"
632
 
633
- #: library/plugin-settings.php:1050
634
  msgid "General Settings"
635
  msgstr "تنظیمات عمومی"
636
 
637
- #: library/plugin-settings.php:1052
638
  msgid "Note that the default settings work fine for most cases."
639
- msgstr "توجه داشته باشید که تنظیمات پیش فرض برای اکثر موارد کار خوب است."
640
 
641
- #: library/plugin-settings.php:1057
642
  msgid "Form Style"
643
- msgstr "شکل سبک"
644
 
645
- #: library/plugin-settings.php:1062
646
  msgid "With this option, you can copy the plugin&rsquo;s default templates:"
647
- msgstr "با استفاده از این گزینه می توانید قالب های پیش فرض افزونه را کپی کنید:"
648
 
649
- #: library/plugin-settings.php:1067
650
  msgid "..and upload them into a directory named"
651
- msgstr ".. و آپلود آنها را به یک دایرکتوری به نام"
652
 
653
- #: library/plugin-settings.php:1067
654
  msgid "in your theme:"
655
  msgstr "در موضوع شما:"
656
 
657
- #: library/plugin-settings.php:1073
658
  msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
659
- msgstr "این کار شما را قادر میسازد فرم و سبکها را به صورت دلخواه سفارشی کنید. برای اطلاعات بیشتر، از بخش «فرم ارسال سفارشی» در قسمت"
660
 
661
- #: library/plugin-settings.php:1074
662
  msgid "Installation Docs"
663
  msgstr "اسناد نصب"
664
 
665
- #: library/plugin-settings.php:1075
666
  msgid "FYI: here is a"
667
- msgstr "FYI: در اینجا یک است"
668
 
669
- #: library/plugin-settings.php:1075
670
  msgid "list of USP CSS selectors"
671
- msgstr "فهرست انتخاب USP CSS"
672
 
673
- #: library/plugin-settings.php:1081
674
  msgid "Include JavaScript"
675
- msgstr "شامل جاوا اسکریپت"
676
 
677
- #: library/plugin-settings.php:1083
678
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
679
- msgstr "اگر می خواهید فایلهای جاوااسکریو خارجی (توصیه شده) را وارد کنید، این کادر را علامت بزنید."
680
 
681
- #: library/plugin-settings.php:1086
682
  msgid "Targeted Loading"
683
- msgstr "بارگذاری هدفمند"
684
 
685
- #: library/plugin-settings.php:1088
686
- msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
687
- msgstr "به طور پیش فرض، CSS خارجی & amp؛ فایل های جاوا اسکریپت در هر صفحه بارگذاری می شوند. در اینجا شما می توانید آدرس فرم فرم USP را برای بارگیری منابع تنها در آن صفحه مشخص کنید. توجه: برای بارگذاری در تمام صفحات، خالی بگذارید."
688
 
689
- #: library/plugin-settings.php:1091
690
  msgid "Post Type"
691
- msgstr "نوع پست"
692
 
693
- #: library/plugin-settings.php:1094
694
  msgid "Submit posts as WP Posts or Pages"
695
- msgstr "ارسال پست به عنوان پست WP یا صفحات"
696
 
697
- #: library/plugin-settings.php:1098
698
  msgid "Post Status"
699
- msgstr "وضعیت پست"
700
 
701
- #: library/plugin-settings.php:1101
702
  msgid "Post Status for submitted posts"
703
- msgstr "وضعیت پست برای پست های ارسال شده"
704
 
705
- #: library/plugin-settings.php:1105
706
  msgid "Redirect URL"
707
- msgstr "تغییر آدرس URL"
708
 
709
- #: library/plugin-settings.php:1107
710
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
711
- msgstr "یک URL را برای هدایت کاربر پس از ارسال پس از ارسال تعیین کنید. برای برگشت به صفحه فعلی خالی بگذارید"
712
 
713
- #: library/plugin-settings.php:1110
714
  msgid "Success Message"
715
  msgstr "پیام موفقیت"
716
 
717
- #: library/plugin-settings.php:1112
718
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
719
- msgstr "پیغام موفقیت آمیز که در صورت ارسال پس از ارسال موفقیت آمیز نمایش داده می شود. نشانه گذاری عمومی مجاز است"
720
 
721
- #: library/plugin-settings.php:1115
722
  msgid "Error Message"
723
  msgstr "پیغام خطا"
724
 
725
- #: library/plugin-settings.php:1117
726
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
727
- msgstr "پیام خطای عمومی که در صورت عدم ارسال پس از ارسال نمایش داده می شود. نشانه گذاری عمومی مجاز است"
728
 
729
- #: library/plugin-settings.php:1120
730
  msgid "Custom Content"
731
  msgstr "محتوای دلخواه"
732
 
733
- #: library/plugin-settings.php:1122
734
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
735
- msgstr "متن سفارشی / نشانه گذاری قبل از فرم ارسال باید وارد شود. برای غیرفعال خالی بگذارید"
736
 
737
- #: library/plugin-settings.php:1125
738
  msgid "Rich Text Editor"
739
  msgstr "ویرایشگر متن توانمند"
740
 
741
- #: library/plugin-settings.php:1127
742
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
743
- msgstr "اگر می خواهید WP Edit Rich Text را برای پست های ارسال شده فعال کنید، این کادر را علامت بزنید."
744
 
745
- #: library/plugin-settings.php:1130
746
  msgid "Unique Titles"
747
- msgstr "عنوان های منحصر به فرد"
748
 
749
- #: library/plugin-settings.php:1132
750
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
751
- msgstr "نیازمند ارسال پست های ارسال شده به منحصر به فرد (مفید برای جلوگیری از پست های ارسال چند / تکراری)."
752
 
753
- #: library/plugin-settings.php:1135
754
  msgid "Disable Required"
755
- msgstr "غیر فعال کردن مورد نیاز"
756
 
757
- #: library/plugin-settings.php:1137
758
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
759
- msgstr "غیر فعال کردن تمام ویژگی های مورد نیاز در زمینه های قالب پیش فرض (مفید برای پیام های خطا و عیب یابی)."
760
 
761
- #: library/plugin-settings.php:1140
762
  msgid "Enable Shortcodes"
763
- msgstr "فعال کردن کد کوتاه"
764
 
765
- #: library/plugin-settings.php:1142
766
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
767
- msgstr "فعال کردن کد کوتاه در ویدجت به طور پیش فرض، وردپرس کد کوتاه را در ویدجت ها فعال نمی کند."
768
 
769
- #: library/plugin-settings.php:1143
770
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
771
- msgstr "این تنظیم هر / کد کوتاه در ویدجت (حتی کد کوتاه از پلاگین های دیگر) را فعال می کند."
772
 
773
- #: library/plugin-settings.php:1148
774
- msgid "GDPR"
775
- msgstr "GDPR"
776
 
777
- #: library/plugin-settings.php:1153
778
  msgid "Disable IP Tracking"
779
- msgstr "غیرفعال کردن پیگیری IP"
780
 
781
- #: library/plugin-settings.php:1155
782
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
783
- msgstr "به طور پیش فرض USP آدرس IP را با هر پست ارسالی ثبت می کند. برای غیرفعال کردن تمام ردیابی IP، این کادر را علامت بزنید."
784
 
785
- #: library/plugin-settings.php:1159
786
  msgid "Display Checkbox"
787
- msgstr "جعبه نمایش"
788
 
789
- #: library/plugin-settings.php:1161
790
  msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
791
- msgstr "جعبه چک سفارشی را در فرم خود نمایش دهید (مفید برای GDPR، موافقت با شرایط و غیره)"
792
 
793
- #: library/plugin-settings.php:1164
794
  msgid "Checkbox Name"
795
- msgstr "جعبه نام"
796
 
797
- #: library/plugin-settings.php:1166 library/plugin-settings.php:1251
798
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
799
- msgstr "فقط از الفبایی، علامت اختصاری و خط تیره استفاده کنید. اگر مطمئن نیستید، از نام پیش فرض استفاده کنید:"
800
 
801
- #: library/plugin-settings.php:1169
802
  msgid "Checkbox Error"
803
- msgstr "خطا جعبه"
804
 
805
- #: library/plugin-settings.php:1171
806
  msgid "Error message displayed if user does not check the box."
807
- msgstr "پیام خطا نمایش داده می شود اگر کاربر جعبه را بررسی نمی کند."
808
 
809
- #: library/plugin-settings.php:1174
810
  msgid "Checkbox Text"
811
- msgstr "جعبه متن"
812
 
813
- #: library/plugin-settings.php:1176
814
  msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
815
- msgstr "متن کنار مربع نشان داده شده نمایش داده می شود. نکته: از براکت های زاویه ای به براکت خروجی استفاده کنید، برای مثال:"
816
 
817
- #: library/plugin-settings.php:1181 library/plugin-settings.php:1186
818
  msgid "Categories"
819
  msgstr "دسته بندی ها"
820
 
821
- #: library/plugin-settings.php:1189
822
- msgid "Select which categories may be assigned to submitted posts (click to toggle)"
823
- msgstr "انتخاب کنید که کدام دسته ممکن است به پست های ارسال شده اختصاص داده شود (کلیک کنید تا ضامن)"
824
 
825
- #: library/plugin-settings.php:1197
 
 
 
 
 
 
 
 
826
  msgid "Hidden/Default Category"
827
- msgstr "پنهان / پیش فرض رده"
828
 
829
- #: library/plugin-settings.php:1199
830
- msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
831
- msgstr "از یک فیلد مخفی برای رده پست استفاده کنید. این می تواند برای تعیین یک دسته پیش فرض هنگام استفاده از فیلد رده غیر فعال شود."
832
 
833
- #: library/plugin-settings.php:1202
834
  msgid "Category ID for Hidden Field"
835
- msgstr "شناسه رده برای فیلد پنهان"
836
 
837
- #: library/plugin-settings.php:1204
838
- msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
839
- msgstr "مشخص کردن شناسه رده برای استفاده از & ldquo؛ پنهان / پیش فرض مجموعه & rdquo؛ گزینه."
840
 
841
- #: library/plugin-settings.php:1209
842
  msgid "Users"
843
  msgstr "کاربران"
844
 
845
- #: library/plugin-settings.php:1214
846
  msgid "Assigned Author"
847
- msgstr "اختصاصی نویسنده"
848
 
849
- #: library/plugin-settings.php:1217
850
  msgid "Specify the user that should be assigned as author for submitted posts."
851
- msgstr "تعیین کاربر که باید به عنوان نویسنده برای ارسال ارسال شده اختصاص داده شود."
852
 
853
- #: library/plugin-settings.php:1221
854
  msgid "Registered Username"
855
- msgstr "ثبت نام نام کاربری"
856
 
857
- #: library/plugin-settings.php:1223
858
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
859
- msgstr "از نام کاربری ثبت نام شده به عنوان پست نویسنده استفاده کنید. معتبر است زمانی که فردی که فرم را وارد کرده است به وردپرس وارد شده است."
860
 
861
- #: library/plugin-settings.php:1226
862
  msgid "User Profile URL"
863
  msgstr "URL نمایه کاربر"
864
 
865
- #: library/plugin-settings.php:1228
866
  msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
867
- msgstr "استفاده از URL کاربر ثبت نام کاربر را به عنوان مقدار فیلد URL استفاده کنید. معتبر است زمانی که فردی که فرم را وارد کرده است به وردپرس وارد شده است."
868
 
869
- #: library/plugin-settings.php:1231
870
  msgid "Require User Login"
871
- msgstr "نیازمند ورود به سیستم"
872
 
873
- #: library/plugin-settings.php:1233
874
  msgid "Require users to be logged in to WordPress to view/submit the form"
875
- msgstr "نیازمند ورود کاربران به وردپرس برای مشاهده / ارسال فرم است"
876
 
877
- #: library/plugin-settings.php:1236
878
  msgid "Disable Replace Author"
879
- msgstr "غیرفعال کردن نویسنده را تغییر دهید"
880
 
881
- #: library/plugin-settings.php:1238
882
  msgid "Do not replace post author with submitted user name"
883
- msgstr "نویسنده پست را با نام کاربر ارسالی جایگزین نکنید"
884
 
885
- #: library/plugin-settings.php:1244
886
  msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
887
- msgstr "در اینجا شما می توانید نام و برچسب مورد استفاده در فیلد سفارشی را تغییر دهید. شما می توانید این فیلد را از طریق تنظیمات فرم های فرم، در بالا فعال کنید."
888
 
889
- #: library/plugin-settings.php:1249
890
  msgid "Custom Field Name"
891
- msgstr "نام فیلد سفارشی"
892
 
893
- #: library/plugin-settings.php:1254
894
  msgid "Custom Field Label"
895
- msgstr "برچسب سفارشی فیلد"
896
 
897
- #: library/plugin-settings.php:1256
898
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
899
- msgstr "این به عنوان برچسب فیلد در فرم نمایش داده می شود. پیش فرض: فیلد سفارشی"
900
 
901
- #: library/plugin-settings.php:1268
902
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
903
- msgstr "برای جلوگیری از هرزنامه، سؤالی را مطرح کنید که کاربران قبل از ارسال فرم باید پاسخ دهند."
904
 
905
- #: library/plugin-settings.php:1271
906
  msgid "Challenge Response"
907
- msgstr "پاسخ چالش"
908
 
909
- #: library/plugin-settings.php:1273
910
  msgid "Enter the *only* correct answer to the challenge question."
911
- msgstr "پاسخ صحیح را به سوال چالش وارد کنید."
912
 
913
- #: library/plugin-settings.php:1276
914
  msgid "Case-sensitivity"
915
- msgstr "حساسیت مورد"
916
 
917
- #: library/plugin-settings.php:1278
918
  msgid "Check this box if you want the challenge response to be case-sensitive."
919
- msgstr "اگر میخواهید پاسخ چالشی حساس به حروف باشد، این کادر را علامت بزنید."
920
 
921
- #: library/plugin-settings.php:1284
922
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
923
- msgstr "برای فعال کردن Google reCAPTCHA، کلیدهای عمومی و خصوصی خود را وارد کنید."
924
 
925
- #: library/plugin-settings.php:1289
926
  msgid "Public Key"
927
  msgstr "کلید عمومی"
928
 
929
- #: library/plugin-settings.php:1291
930
  msgid "Enter your Public Key"
931
  msgstr "کلید عمومی خود را وارد کنید"
932
 
933
- #: library/plugin-settings.php:1294
934
  msgid "Private Key"
935
  msgstr "کلید خصوصی"
936
 
937
- #: library/plugin-settings.php:1296
938
  msgid "Enter your Private Key"
939
  msgstr "کلید خصوصی خود را وارد کنید"
940
 
941
- #: library/plugin-settings.php:1301
942
  msgid "Email Alerts"
943
  msgstr "هشدارهای ایمیل"
944
 
945
- #: library/plugin-settings.php:1306
946
  msgid "Receive Email Alert"
947
- msgstr "دریافت هشدار ایمیل"
948
 
949
- #: library/plugin-settings.php:1308
950
  msgid "Check this box if you want to be notified via email for new post submissions."
951
- msgstr "اگر می خواهید از طریق ایمیل برای تحویل پست های جدید مطلع شوید، این کادر را علامت بزنید."
952
 
953
- #: library/plugin-settings.php:1311
954
  msgid "Enable HTML Format"
955
- msgstr "فعال کردن قالب HTML"
956
 
957
- #: library/plugin-settings.php:1313
958
  msgid "Check this box to enable HTML format for email alerts."
959
- msgstr "این کادر را فعال کنید تا قالب HTML برای هشدارهای ایمیل فعال شود."
960
 
961
- #: library/plugin-settings.php:1316
962
  msgid "Email Address for Alerts"
963
  msgstr "آدرس ایمیل برای هشدارها"
964
 
965
- #: library/plugin-settings.php:1318
966
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
967
- msgstr "اگر جعبه را برای دریافت هشدارهای ایمیل چک کرده اید، در اینجا آدرس (های) که به آن ایمیل ها باید ارسال شود را مشخص کنید."
968
 
969
- #: library/plugin-settings.php:1319
970
  msgid "Multiple recipients may be included using a comma, like so:"
971
- msgstr "گیرنده های چندگانه ممکن است با استفاده از کاما از جمله شامل موارد زیر باشند:"
972
 
973
- #: library/plugin-settings.php:1322
974
  msgid "Email &ldquo;From&rdquo; Address"
975
- msgstr "ایمیل از & rdquo؛ نشانی"
976
 
977
- #: library/plugin-settings.php:1324
978
  msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
979
- msgstr "در اینجا شما می توانید آدرس (ها) مورد استفاده برای & ldquo؛ از & rdquo؛ هدر (به سؤالات متداول مربوط به پلاگین برای اطلاعات مراجعه کنید)"
980
 
981
- #: library/plugin-settings.php:1325
982
  msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
983
- msgstr "اگر چندین آدرس در تنظیم قبلی مشخص شده باشد، شامل یک عدد برابر از & ldquo؛ از & rdquo؛ آدرس برای این تنظیم (به همان ترتیب)."
984
 
985
- #: library/plugin-settings.php:1328
986
  msgid "Email Alert Subject"
987
  msgstr "موضوع هشدار ایمیل"
988
 
989
- #: library/plugin-settings.php:1330
990
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
991
- msgstr "خط موضوع برای هشدارهای ایمیل. برای استفاده از خط موضوع پیش فرض خالی بگذارید. توجه: شما می توانید از متغیرهای زیر استفاده کنید:"
992
 
993
- #: library/plugin-settings.php:1335
994
  msgid "Email Alert Message"
995
  msgstr "پیام هشدار ایمیل"
996
 
997
- #: library/plugin-settings.php:1337
998
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
999
- msgstr "پیام هشدار ایمیل برای استفاده از پیام پیش فرض خالی بگذارید توجه: شما می توانید از متغیرهای زیر استفاده کنید:"
1000
 
1001
- #: library/plugin-settings.php:1349
1002
  msgid "Featured Image"
1003
- msgstr "تصویر ویژه"
1004
 
1005
- #: library/plugin-settings.php:1351
1006
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
1007
- msgstr "تصاویر ارسال شده را به عنوان تصاویر ویژه تنظیم کنید. نیاز به پشتیبانی تم برای تصاویر برجسته (همچنین به عنوان پست ریز عکسها)."
1008
 
1009
- #: library/plugin-settings.php:1354
1010
  msgid "Upload Message"
1011
- msgstr "پیام آپلود"
1012
 
1013
- #: library/plugin-settings.php:1356
1014
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
1015
- msgstr "پیامی که در کنار فیلد آپلود ظاهر می شود. برای بیان دستورالعملهای آپلود / سیاست / و غیره مفید است نشانه گذاری عمومی مجاز است"
1016
 
1017
- #: library/plugin-settings.php:1359
1018
  msgid "&ldquo;Add another image&rdquo; link"
1019
- msgstr "& ldquo؛ یک تصویر دیگر اضافه کنید & rdquo؛ ارتباط دادن"
1020
 
1021
- #: library/plugin-settings.php:1361
1022
  msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
1023
- msgstr "نشانه گذاری سفارشی برای & ldquo؛ افزودن تصویر دیگر & rdquo؛ ارتباط دادن. برای استفاده از نشانگر پیش فرض (توصیه شده)، خالی بگذارید."
1024
 
1025
- #: library/plugin-settings.php:1364
1026
  msgid "Minimum number of images"
1027
  msgstr "حداقل تعداد تصاویر"
1028
 
1029
- #: library/plugin-settings.php:1367
1030
  msgid "Specify the minimum number of images."
1031
  msgstr "حداقل تعداد تصاویر را مشخص کنید."
1032
 
1033
- #: library/plugin-settings.php:1371
1034
  msgid "Maximum number of images"
1035
  msgstr "حداکثر تعداد تصاویر"
1036
 
1037
- #: library/plugin-settings.php:1374
1038
  msgid "Specify the maximum number of images."
1039
  msgstr "حداکثر تعداد تصاویر را مشخص کنید."
1040
 
1041
- #: library/plugin-settings.php:1378
1042
  msgid "Minimum image width"
1043
  msgstr "حداقل عرض تصویر"
1044
 
1045
- #: library/plugin-settings.php:1380
1046
  msgid "Specify a minimum width (in pixels) for uploaded images."
1047
- msgstr "حداقل عرض (در پیکسل) را برای تصاویر آپلود مشخص کنید."
1048
 
1049
- #: library/plugin-settings.php:1383
1050
  msgid "Minimum image height"
1051
  msgstr "حداقل ارتفاع تصویر"
1052
 
1053
- #: library/plugin-settings.php:1385
1054
  msgid "Specify a minimum height (in pixels) for uploaded images."
1055
- msgstr "حداقل ارتفاع (در پیکسل ها) را برای تصاویر آپلود مشخص کنید."
1056
 
1057
- #: library/plugin-settings.php:1388
1058
  msgid "Maximum image width"
1059
  msgstr "حداکثر عرض تصویر"
1060
 
1061
- #: library/plugin-settings.php:1390
1062
  msgid "Specify a maximum width (in pixels) for uploaded images."
1063
- msgstr "حداکثر عرض (در پیکسل) را برای تصاویر آپلود مشخص کنید."
1064
 
1065
- #: library/plugin-settings.php:1393
1066
  msgid "Maximum image height"
1067
  msgstr "حداکثر ارتفاع تصویر"
1068
 
1069
- #: library/plugin-settings.php:1395
1070
  msgid "Specify a maximum height (in pixels) for uploaded images."
1071
- msgstr "حداکثر ارتفاع (در پیکسل) را برای تصاویر آپلود مشخص کنید."
1072
 
1073
- #: library/plugin-settings.php:1398
1074
  msgid "More Options"
1075
  msgstr "گزینه های بیشتر"
1076
 
1077
- #: library/plugin-settings.php:1401
1078
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
1079
- msgstr "برای گزینه های بیشتر، مانند قابلیت آپلود انواع فایل های دیگر (مانند PDF، ورد، Zip، فیلم، و غیره)، بررسی کنید"
1080
 
1081
- #: library/plugin-settings.php:1402
1082
  msgid "Go Pro!"
1083
- msgstr "برو طرفدار"
1084
 
1085
- #: library/plugin-settings.php:1409
1086
  msgid "Auto-Display Content"
1087
- msgstr "محتوای نمایش خودکار"
1088
 
1089
- #: library/plugin-settings.php:1414
1090
  msgid "Auto-Display Images"
1091
- msgstr "نمایش خودکار تصاویر"
1092
 
1093
- #: library/plugin-settings.php:1416
1094
  msgid "Auto-display user-submitted images:"
1095
- msgstr "تصاویر ارسال شده به کاربر خودکار نمایش داده می شود:"
1096
 
1097
- #: library/plugin-settings.php:1421
1098
  msgid "Image Markup"
1099
  msgstr "نشانه گذاری تصویر"
1100
 
1101
- #: library/plugin-settings.php:1423
1102
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1103
- msgstr "علامت گذاری برای استفاده برای هر تصویر ارسال شده (هنگامی که صفحه نمایش خودکار فعال است). می توانید استفاده کنید"
1104
 
1105
- #: library/plugin-settings.php:1425 library/plugin-settings.php:1438
1106
- #: library/plugin-settings.php:1451 library/plugin-settings.php:1464
1107
  msgid "and"
1108
  msgstr "و"
1109
 
1110
- #: library/plugin-settings.php:1428
1111
  msgid "Auto-Display Email"
1112
- msgstr "خودکار نمایش ایمیل"
1113
 
1114
- #: library/plugin-settings.php:1430
1115
  msgid "Auto-display user-submitted email:"
1116
- msgstr "نمایش خودکار نمایش داده شده توسط کاربر:"
1117
 
1118
- #: library/plugin-settings.php:1435
1119
  msgid "Email Markup"
1120
  msgstr "نشانه گذاری ایمیل"
1121
 
1122
- #: library/plugin-settings.php:1437
1123
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1124
- msgstr "نشانه گذاری برای استفاده از آدرس ایمیل ارسال شده (هنگامی که صفحه نمایش خودکار فعال می شود). می توانید استفاده کنید"
1125
 
1126
- #: library/plugin-settings.php:1441
1127
  msgid "Auto-Display URL"
1128
- msgstr "URL نمایش خودکار"
1129
 
1130
- #: library/plugin-settings.php:1443
1131
  msgid "Auto-display user-submitted URL:"
1132
- msgstr "URL نمایش داده شده توسط کاربر به صورت اتوماتیک نمایش داده می شود:"
1133
 
1134
- #: library/plugin-settings.php:1448
1135
  msgid "URL Markup"
1136
  msgstr "نشانه گذاری URL"
1137
 
1138
- #: library/plugin-settings.php:1450
1139
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1140
- msgstr "علامت گذاری برای استفاده برای URL ارائه شده (زمانی که صفحه نمایش خودکار فعال است). می توانید استفاده کنید"
1141
 
1142
- #: library/plugin-settings.php:1454
1143
  msgid "Auto-Display Custom Field"
1144
- msgstr "سفارشی فیلد خودکار"
1145
 
1146
- #: library/plugin-settings.php:1456
1147
  msgid "Auto-display user-submitted Custom Field:"
1148
- msgstr "کاربر سفارشی فیلد خودکار نمایش:"
1149
 
1150
- #: library/plugin-settings.php:1461
1151
  msgid "Custom Field Markup"
1152
- msgstr "نشانه سفارشی فیلد"
1153
 
1154
- #: library/plugin-settings.php:1463
1155
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1156
- msgstr "نشانه گذاری برای استفاده از فیلد سفارشی ارائه شده (زمانی که صفحه نمایش خودکار فعال است). می توانید استفاده کنید"
1157
 
1158
- #: library/plugin-settings.php:1469 library/plugin-settings.php:1581
1159
  msgid "Save Settings"
1160
  msgstr "تنظیمات را ذخیره کن"
1161
 
1162
- #: library/plugin-settings.php:1474
1163
  msgid "Display the Form"
1164
  msgstr "نمایش فرم"
1165
 
1166
- #: library/plugin-settings.php:1477
1167
  msgid "Post-Submit Form"
1168
- msgstr "فرم ارسال پس از ارسال"
1169
 
1170
- #: library/plugin-settings.php:1478
1171
  msgid "USP enables you to display a post-submission form anywhere on your site."
1172
- msgstr "USP به شما امکان می دهد یک فرم ارسال پست پس از ارسال در هر نقطه از سایت خود را نمایش دهد."
1173
 
1174
- #: library/plugin-settings.php:1479 library/plugin-settings.php:1488
1175
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1176
- msgstr "از کد کوتاه برای نمایش فرم در هر پست WP یا صفحه استفاده کنید."
1177
 
1178
- #: library/plugin-settings.php:1482 library/plugin-settings.php:1491
1179
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1180
- msgstr "یا از تگ قالب برای نمایش فرم در هر کجای قالب قالب خود استفاده کنید."
1181
 
1182
- #: library/plugin-settings.php:1486
1183
  msgid "Login/Register Form"
1184
- msgstr "ورود / فرم ثبت نام"
1185
 
1186
- #: library/plugin-settings.php:1487
1187
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1188
- msgstr "شما همچنین می توانید یک فرم را نمایش دهید که کاربران را قادر می سازد که وارد سیستم شوید، ثبت نام کنید یا رمز عبور خود را بازنشانی کنید."
1189
 
1190
- #: library/plugin-settings.php:1495
1191
  msgid "Display Submitted Posts"
1192
- msgstr "نمایش پست های ارسال شده"
1193
 
1194
- #: library/plugin-settings.php:1496
1195
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1196
- msgstr "از این کوتاه برای نمایش یک لیست از پست های ارسال شده در هر پست WP یا صفحه استفاده کنید."
1197
 
1198
- #: library/plugin-settings.php:1499
1199
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1200
- msgstr "یا از تگ قالب برای نمایش لیستی از پستهای ارسال شده در هر کجای قالب قالب خود استفاده کنید."
1201
 
1202
- #: library/plugin-settings.php:1502
1203
  msgid "Here are some examples showing how to configure this shortcode:"
1204
- msgstr "در اینجا چند مثال برای نشان دادن نحوه پیکربندی این کد کوتاه وجود دارد:"
1205
 
1206
- #: library/plugin-settings.php:1510
1207
  msgid "Display Image Gallery"
1208
- msgstr "نمایش گالری تصویر"
1209
 
1210
- #: library/plugin-settings.php:1511
1211
  msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
1212
- msgstr "از این کوتاه برای نمایش یک گالری تصاویر آپلود شده برای هر پست ارسالی استفاده کنید:"
1213
 
1214
- #: library/plugin-settings.php:1514
1215
  msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
1216
- msgstr "یا از تگ قالب برای نمایش یک گالری عکس در هر کجای قالب قالب خود استفاده کنید."
1217
 
1218
- #: library/plugin-settings.php:1517
1219
  msgid "You can customize using any of the follwing attributes:"
1220
- msgstr "شما می توانید با استفاده از هر یک از ویژگی های follwing سفارشی کنید:"
1221
 
1222
- #: library/plugin-settings.php:1532
1223
  msgid "Reset Form Button"
1224
- msgstr "دکمه فرم بازنشانی"
1225
 
1226
- #: library/plugin-settings.php:1533
1227
  msgid "This shortcode displays a link that resets the form to its original state:"
1228
- msgstr "این کد کوتاه یک لینک را نشان می دهد که فرم را به حالت اولیه باز می کند:"
1229
 
1230
- #: library/plugin-settings.php:1536
1231
  msgid "This shortcode accepts the following attributes:"
1232
  msgstr "این کد کوتاه ویژگی های زیر را می پذیرد:"
1233
 
1234
- #: library/plugin-settings.php:1542
1235
  msgid "Note that the url attribute accepts"
1236
- msgstr "توجه داشته باشید که ویژگی url پذیرفته می شود"
1237
 
1238
- #: library/plugin-settings.php:1542
1239
  msgid "to get the current URL."
1240
  msgstr "برای دریافت URL فعلی."
1241
 
1242
- #: library/plugin-settings.php:1545
1243
  msgid "Access Control"
1244
  msgstr "کنترل دسترسی"
1245
 
1246
- #: library/plugin-settings.php:1546
1247
  msgid "USP provides three shortcodes to control access and restrict content."
1248
  msgstr "USP سه کد کوتاه برای کنترل دسترسی و محدود کردن محتوا فراهم می کند."
1249
 
1250
- #: library/plugin-settings.php:1547
1251
  msgid "Display content only to users with a specific capability:"
1252
- msgstr "محتوای نمایش فقط برای کاربران با یک قابلیت خاص:"
1253
 
1254
- #: library/plugin-settings.php:1550
1255
  msgid "Display content to logged-in users:"
1256
- msgstr "محتوای محتوا را برای کاربران وارد شده:"
1257
 
1258
- #: library/plugin-settings.php:1553
1259
  msgid "Display content to visitors only:"
1260
- msgstr "نمایش محتوا فقط به بازدیدکنندگان:"
1261
 
1262
- #: library/plugin-settings.php:1556
1263
  msgid "Tip:"
1264
  msgstr "نکته:"
1265
 
1266
- #: library/plugin-settings.php:1556
1267
  msgid "to include markup in the deny message, you can use"
1268
- msgstr "برای استفاده از نشانه گذاری در پیام انکار، شما می توانید استفاده کنید"
1269
 
1270
- #: library/plugin-settings.php:1556
1271
  msgid "to output"
1272
  msgstr "به خروجی"
1273
 
1274
- #: library/plugin-settings.php:1559
1275
  msgid "Example"
1276
  msgstr "مثال"
1277
 
1278
- #: library/plugin-settings.php:1560
1279
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1280
- msgstr "اگر کاربر وارد سیستم شوید، فرم ارسال پس از آن را نمایش دهید. یا اگر کاربر وارد سیستم نشده باشد، فرم ورود را نمایش می دهد:"
1281
 
1282
- #: library/plugin-settings.php:1572
1283
  msgid "Restore Defaults"
1284
- msgstr "بازگرداندن پیش فرض ها"
1285
 
1286
- #: library/plugin-settings.php:1575
1287
  msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1288
- msgstr "این گزینه را غیرفعال کنید تا تنظیمات خود را به خاطر بسپارید. یا برای رفتن به جلو و بازگرداندن گزینه های پلاگین به طور پیش فرض: جعبه را چک کنید، تنظیمات خود را ذخیره کنید، و سپس غیر فعال کردن / دوباره فعال کردن افزونه."
1289
 
1290
- #: library/plugin-settings.php:1579
1291
  msgid "Restore default options upon plugin deactivation/reactivation."
1292
- msgstr "بازگرداندن گزینه های پیش فرض در هنگام غیرفعال کردن / فعال شدن پلاگین."
1293
 
1294
- #: library/plugin-settings.php:1586
1295
  msgid "Show Support"
1296
  msgstr "نمایش پشتیبانی"
1297
 
1298
- #: library/plugin-settings.php:1595
1299
  msgid "by"
1300
  msgstr "توسط"
1301
 
1302
- #: library/plugin-settings.php:1596
1303
  msgid "Jeff Starr on Twitter"
1304
- msgstr "جف استارر در توییتر"
1305
 
1306
- #: library/plugin-settings.php:1597
1307
  msgid "Obsessive Web Design &amp; Development"
1308
- msgstr "وسواس وب طراحی و & amp؛ توسعه"
1309
 
1310
- #: library/plugin-settings.php:1608
1311
  msgid "Save Preference"
1312
  msgstr "ذخیره اولویت"
1313
 
1314
- #: library/plugin-settings.php:1615
1315
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1316
- msgstr "آیا مطمئن هستید که می خواهید تمام گزینه های پیش فرض را بازیابی کنید؟ (این عمل قابل لغو نیست)"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1317
 
1318
  #. Description of the plugin
1319
  #:
1320
  msgid "Enables your visitors to submit posts and images from anywhere on your site."
1321
- msgstr "بازدیدکنندگان شما را قادر می سازد تا پست ها و تصاویر را از هر نقطه از سایت خود ارسال نمایند."
1322
 
1323
  #. URI of the plugin
1324
  #:
1325
  msgid "https://perishablepress.com/user-submitted-posts/"
1326
- msgstr "https://perishablepress.com/user-submitted-posts/"
1327
 
1328
  #. Author of the plugin
1329
  #:
1330
  msgid "Jeff Starr"
1331
- msgstr "جف استارر"
1332
 
1333
  #. Author URI of the plugin
1334
  #:
4
  "Content-Type: text/plain; charset=UTF-8\n"
5
  "Content-Transfer-Encoding: 8bit\n"
6
  "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20190825\n"
8
  "Language: fa\n"
9
 
10
  #. Name of the plugin
12
  msgid "User Submitted Posts"
13
  msgstr "ارسال شده توسط کاربر"
14
 
15
+ #: user-submitted-posts.php:82
16
  msgid "requires WordPress "
17
+ msgstr "به WordPress نیاز دارد "
18
 
19
+ #: user-submitted-posts.php:83
20
  msgid " or higher, and has been deactivated! "
21
+ msgstr " یا بالاتر ، و غیرفعال شده است! "
22
 
23
+ #: user-submitted-posts.php:84
24
  msgid "Please return to the"
25
+ msgstr "لطفاً به"
26
 
27
+ #: user-submitted-posts.php:85
28
  msgid "WordPress Admin Area"
29
+ msgstr "منطقه مدیر وردپرس"
30
 
31
+ #: user-submitted-posts.php:86
32
  msgid "to upgrade WordPress and try again."
33
+ msgstr "برای به روزرسانی وردپرس و دوباره امتحان کنید."
34
 
35
+ #: user-submitted-posts.php:126
36
  msgid "User Submitted Post"
37
+ msgstr "ارسال شده توسط کاربر"
38
 
39
+ #: user-submitted-posts.php:467
40
  msgid "User Submitted Post Info"
41
+ msgstr "اطلاعات ارسال شده توسط کاربر"
42
 
43
+ #: user-submitted-posts.php:497
44
  msgid "Submitter Name: "
45
+ msgstr "نام ارسال کننده: "
46
 
47
+ #: user-submitted-posts.php:498
48
  msgid "Submitter Email: "
49
+ msgstr "ایمیل ارسال کننده: "
50
 
51
+ #: user-submitted-posts.php:499
52
  msgid "Submitter URL: "
53
+ msgstr "نشانی اینترنتی ارسال کننده: "
54
 
55
+ #: user-submitted-posts.php:500
56
  msgid "Submitter IP: "
57
+ msgstr "IP ارسال کننده: "
58
 
59
+ #: user-submitted-posts.php:555
60
  msgid "Show USP Posts"
61
  msgstr "نمایش پست های USP"
62
 
63
+ #: user-submitted-posts.php:556 library/plugin-settings.php:1095
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
+ #: user-submitted-posts.php:1393
68
  msgid " files required"
69
+ msgstr " فایل های مورد نیاز"
70
 
71
+ #: user-submitted-posts.php:1394
72
  msgid " file required"
73
+ msgstr " پرونده مورد نیاز است"
74
 
75
+ #: user-submitted-posts.php:1396
76
  msgid " files"
77
  msgstr " فایل ها"
78
 
79
+ #: user-submitted-posts.php:1397
80
  msgid " file"
81
  msgstr " فایل"
82
 
83
+ #: user-submitted-posts.php:1399 user-submitted-posts.php:1400
84
+ #: user-submitted-posts.php:1401 user-submitted-posts.php:1402
85
  msgid " pixels"
86
  msgstr " پیکسل"
87
 
88
+ #: user-submitted-posts.php:1404 library/core-functions.php:219
89
+ #: library/plugin-settings.php:297 library/plugin-settings.php:316
90
+ #: library/plugin-settings.php:794 library/plugin-settings.php:1344
91
  msgid "Custom Field"
92
+ msgstr "زمینه سفارشی"
93
 
94
+ #: user-submitted-posts.php:1406
95
  msgid "Custom checkbox required"
96
+ msgstr "کادر تأیید سفارشی لازم است"
97
 
98
+ #: user-submitted-posts.php:1409
99
  msgid "An error occurred. Please go back and try again."
100
+ msgstr "خطایی روی داد لطفا برگردید و دوباره امتحان کنید."
101
 
102
+ #: user-submitted-posts.php:1419
103
  msgid "User login required"
104
+ msgstr "ورود کاربر لازم است"
105
 
106
+ #: user-submitted-posts.php:1420
107
  msgid "User name required"
108
  msgstr "نام کاربری (ضروری"
109
 
110
+ #: user-submitted-posts.php:1421
111
  msgid "Post title required"
112
+ msgstr "عنوان ارسال لازم است"
113
 
114
+ #: user-submitted-posts.php:1422
115
  msgid "User URL required"
116
  msgstr "URL کاربر مورد نیاز است"
117
 
118
+ #: user-submitted-posts.php:1423
119
  msgid "Post tags required"
120
+ msgstr "برچسب های ارسال شده مورد نیاز است"
121
 
122
+ #: user-submitted-posts.php:1424
123
  msgid "Post category required"
124
+ msgstr "دسته ارسال لازم است"
125
 
126
+ #: user-submitted-posts.php:1425
127
  msgid "Post content required"
128
+ msgstr "ارسال مطالب مورد نیاز"
129
 
130
+ #: user-submitted-posts.php:1426 user-submitted-posts.php:1427
131
  msgid "Correct captcha required"
132
+ msgstr "captcha صحیح مورد نیاز است"
133
 
134
+ #: user-submitted-posts.php:1428
135
  msgid "User email required"
136
+ msgstr "ایمیل کاربر مورد نیاز است"
137
 
138
+ #: user-submitted-posts.php:1429
139
  msgid "Please check your email and try again"
140
  msgstr "لطفا ایمیل خود را بررسی کنید و دوباره امتحان کنید"
141
 
142
+ #: user-submitted-posts.php:1430
143
  msgid "Non-empty value for hidden field"
144
+ msgstr "مقدار غیر خالی برای قسمت پنهان"
145
 
146
+ #: user-submitted-posts.php:1431
147
  msgid "Minimum number of images not met"
148
+ msgstr "حداقل تعداد تصاویر برآورده نشده است"
149
 
150
+ #: user-submitted-posts.php:1432
151
  msgid "Maximum number of images exceeded "
152
+ msgstr "از حداکثر تعداد تصاویر فراتر رفت "
153
 
154
+ #: user-submitted-posts.php:1433
155
  msgid "Minimum image width not met"
156
+ msgstr "حداقل عرض تصویر برآورده نمی شود"
157
 
158
+ #: user-submitted-posts.php:1434
159
  msgid "Image width exceeds maximum"
160
+ msgstr "عرض تصویر از حداکثر بیشتر است"
161
 
162
+ #: user-submitted-posts.php:1435
163
  msgid "Minimum image height not met"
164
+ msgstr "حداقل ارتفاع تصویر برآورده نمی شود"
165
 
166
+ #: user-submitted-posts.php:1436
167
  msgid "Image height exceeds maximum"
168
+ msgstr "ارتفاع تصویر از حداکثر بیشتر است"
169
 
170
+ #: user-submitted-posts.php:1437
171
  msgid "File type not allowed (please upload images only)"
172
+ msgstr "نوع پرونده مجاز نیست (لطفا تصاویر را بارگذاری کنید)"
173
 
174
+ #: user-submitted-posts.php:1438
175
  msgid " required"
176
  msgstr " ضروری"
177
 
178
+ #: user-submitted-posts.php:1443
179
  msgid "File not uploaded. Please check the file and try again."
180
+ msgstr "پرونده بارگیری نشده است لطفا پرونده را بررسی کنید و دوباره امتحان کنید."
181
 
182
+ #: user-submitted-posts.php:1447
183
  msgid "The file(s) could not be uploaded"
184
+ msgstr "پرونده (ها) بارگیری نشد"
185
 
186
+ #: user-submitted-posts.php:1449
187
  msgid "Post not created. Please contact the site administrator for help."
188
+ msgstr "پست ایجاد نشده است. لطفا برای راهنمایی با مدیر سایت تماس بگیرید."
189
 
190
+ #: user-submitted-posts.php:1450
191
  msgid "Duplicate post title. Please try again."
192
+ msgstr "عنوان پست را کپی کنید. لطفا دوباره تلاش کنید."
193
 
194
+ #: user-submitted-posts.php:1460
195
  msgid "Error: "
196
+ msgstr "خطا: "
197
 
198
+ #: user-submitted-posts.php:1486
199
  msgid "Return to form"
200
  msgstr "بازگشت به فرم"
201
 
202
+ #: user-submitted-posts.php:1516 library/plugin-settings.php:1071
203
  msgid "Please"
204
  msgstr "لطفا"
205
 
206
+ #: user-submitted-posts.php:1517
207
  msgid "log in"
208
  msgstr "ورود"
209
 
210
+ #: user-submitted-posts.php:1518
211
  msgid "to submit content!"
212
+ msgstr "برای ارسال مطالب!"
213
 
214
+ #: views/submission-form.php:21 views/submission-form-alt.php:40
215
  msgid "Please complete the required fields."
216
+ msgstr "لطفاً زمینه های مورد نیاز را تکمیل کنید."
217
 
218
+ #: views/submission-form.php:31 views/submission-form.php:32
219
+ #: views/submission-form-alt.php:46 views/submission-form-alt.php:47
220
  msgid "Your Name"
221
  msgstr "اسم شما"
222
 
223
+ #: views/submission-form.php:37 views/submission-form.php:38
224
+ #: views/submission-form-alt.php:52 views/submission-form-alt.php:53
225
  msgid "Your URL"
226
+ msgstr "آدرس اینترنتی شما"
227
 
228
+ #: views/submission-form.php:43 views/submission-form.php:44
229
+ #: views/submission-form-alt.php:58 views/submission-form-alt.php:59
230
  msgid "Your Email"
231
  msgstr "ایمیل شما"
232
 
233
+ #: views/submission-form.php:49 views/submission-form.php:50
234
+ #: views/submission-form-alt.php:64 views/submission-form-alt.php:65
235
+ #: library/plugin-settings.php:1132
236
  msgid "Post Title"
237
+ msgstr "عنوان ارسال"
238
 
239
+ #: views/submission-form.php:55 views/submission-form.php:56
240
+ #: views/submission-form-alt.php:70 views/submission-form-alt.php:71
241
+ #: library/plugin-settings.php:1133
242
  msgid "Post Tags"
243
+ msgstr "ارسال برچسب ها"
244
 
245
+ #: views/submission-form.php:68 views/submission-form-alt.php:83
246
  msgid "Antispam Question"
247
+ msgstr "سوال آنتی اسپام"
248
 
249
+ #: views/submission-form.php:73 views/submission-form-alt.php:88
250
+ #: library/plugin-settings.php:1134
251
  msgid "Post Category"
252
+ msgstr "دسته پست"
253
 
254
+ #: views/submission-form.php:74 views/submission-form.php:75
255
+ #: views/submission-form-alt.php:89 views/submission-form-alt.php:90
256
  msgid "Please select a category.."
257
+ msgstr "لطفاً یک دسته را انتخاب کنید .."
258
 
259
+ #: views/submission-form.php:106 views/submission-form.php:107
260
+ #: views/submission-form-alt.php:121 views/submission-form-alt.php:122
261
+ #: library/plugin-settings.php:1135
262
  msgid "Post Content"
263
+ msgstr "ارسال مطالب"
264
 
265
+ #: views/submission-form.php:113 views/submission-form-alt.php:128
266
  msgid "Verification"
267
  msgstr "تایید"
268
 
269
+ #: views/submission-form.php:120 views/submission-form-alt.php:135
270
  msgid "Upload an Image"
271
+ msgstr "تصویری را بارگذاری کنید"
272
 
273
+ #: views/submission-form.php:129 views/submission-form-alt.php:144
274
  msgid "Add another image"
275
+ msgstr "تصویری دیگر اضافه کنید"
276
 
277
+ #: views/submission-form.php:151 views/submission-form-alt.php:166
278
  msgid "Human verification: leave this field empty."
279
+ msgstr "تأیید انسانی: این قسمت را خالی بگذارید."
280
 
281
+ #: views/submission-form.php:175 views/submission-form-alt.php:190
282
  msgid "Submit Post"
283
  msgstr "ارسال پست"
284
 
285
+ #: library/enqueue-scripts.php:122 library/enqueue-scripts.php:157
286
+ msgid "Incorrect response."
287
+ msgstr "پاسخ نادرست"
288
+
289
  #: library/shortcode-misc.php:18
290
  msgid "Reset form"
291
+ msgstr "بازنشانی فرم"
292
 
293
  #: library/shortcode-misc.php:128
294
  msgid "View full post"
295
+ msgstr "مشاهده پست کامل"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
296
 
297
+ #: library/plugin-settings.php:31
298
+ msgid "Settings"
299
+ msgstr "تنظیمات"
 
 
 
 
 
 
 
 
300
 
301
+ #: library/plugin-settings.php:40
302
  msgid "Get USP Pro for unlimited forms!"
303
+ msgstr "دریافت USP Pro برای اشکال نامحدود!"
304
 
305
+ #: library/plugin-settings.php:41
306
  msgid "Go Pro"
307
  msgstr "برو طرفدار"
308
 
309
+ #: library/plugin-settings.php:62 library/plugin-settings.php:1103
310
+ #: library/plugin-settings.php:1696
 
 
 
 
311
  msgid "Plugin Homepage"
312
+ msgstr "صفحه اصلی افزونه"
313
 
314
+ #: library/plugin-settings.php:63
315
  msgid "Homepage"
316
  msgstr "صفحه نخست"
317
 
318
+ #: library/plugin-settings.php:68
319
  msgid "Give USP a 5-star rating at WordPress.org"
320
  msgstr "به USP امتیاز 5 ستاره در WordPress.org بدهید"
321
 
322
+ #: library/plugin-settings.php:69
323
  msgid "Rate this plugin&nbsp;&raquo;"
324
  msgstr "این افزونه را ارزیابی کنید & nbsp؛ & raquo؛"
325
 
326
+ #: library/plugin-settings.php:127
327
  msgid "WP Post (recommended)"
328
+ msgstr "WP Post (توصیه می شود)"
329
 
330
+ #: library/plugin-settings.php:131
331
  msgid "WP Page"
332
  msgstr "صفحه WP"
333
 
334
+ #: library/plugin-settings.php:147
335
  msgid "HTML5 Form + Default CSS"
336
  msgstr "فرم HTML5 + CSS پیش فرض"
337
 
338
+ #: library/plugin-settings.php:147
339
  msgid "(Recommended)"
340
  msgstr "(توصیه شده)"
341
 
342
+ #: library/plugin-settings.php:151
343
  msgid "HTML5 Form + Disable CSS"
344
+ msgstr "فرم HTML5 + CSS را غیرفعال کنید"
345
 
346
+ #: library/plugin-settings.php:151
347
  msgid "(Provide your own styles)"
348
+ msgstr "(سبک های خود را ارائه دهید)"
349
 
350
+ #: library/plugin-settings.php:155
351
  msgid "Custom Form + Custom CSS"
352
+ msgstr "فرم سفارشی + CSS سفارشی"
353
 
354
+ #: library/plugin-settings.php:155
355
  msgid "(Provide your own form template &amp; styles)"
356
+ msgstr "(الگوی فرم و سبک های مختلف را ارائه دهید)"
357
 
358
+ #: library/plugin-settings.php:171 library/plugin-settings.php:195
359
+ #: library/plugin-settings.php:218 library/plugin-settings.php:242
360
  msgid "Auto-display before post content"
361
  msgstr "نمایش خودکار قبل از ارسال محتوا"
362
 
363
+ #: library/plugin-settings.php:175 library/plugin-settings.php:199
364
+ #: library/plugin-settings.php:222 library/plugin-settings.php:246
365
  msgid "Auto-display after post content"
366
+ msgstr "نمایش خودکار پس از ارسال محتوا"
367
 
368
+ #: library/plugin-settings.php:179
369
  msgid "Do not auto-display submitted images"
370
+ msgstr "تصاویر ارسال شده را به طور خودکار نمایش ندهید"
371
 
372
+ #: library/plugin-settings.php:203
373
  msgid "Do not auto-display submitted email"
374
+ msgstr "ایمیل ارسالی را به صورت خودکار نمایش ندهید"
375
 
376
+ #: library/plugin-settings.php:226
377
  msgid "Do not auto-display submitted URL"
378
+ msgstr "نشانی اینترنتی ارسال شده را به صورت خودکار نمایش ندهید"
379
 
380
+ #: library/plugin-settings.php:250
381
  msgid "Do not auto-display the Custom Field"
382
+ msgstr "فیلد Custom را به صورت خودکار نمایش ندهید"
383
 
384
+ #: library/plugin-settings.php:278 library/plugin-settings.php:310
385
+ #: library/plugin-settings.php:343 library/plugin-settings.php:375
386
+ msgid "Enable and require"
387
+ msgstr "فعال و مورد نیاز"
388
 
389
+ #: library/plugin-settings.php:279 library/plugin-settings.php:311
390
+ msgid "Enable but do not require"
391
+ msgstr "فعال کنید اما نیازی به آن ندارید"
392
 
393
+ #: library/plugin-settings.php:280 library/plugin-settings.php:312
394
+ #: library/plugin-settings.php:344 library/plugin-settings.php:376
395
  msgid "Disable this field"
396
+ msgstr "این قسمت را غیرفعال کنید"
397
 
398
+ #: library/plugin-settings.php:315 library/plugin-settings.php:347
399
+ #: library/plugin-settings.php:379 library/plugin-settings.php:411
400
  msgid "(Visit"
401
+ msgstr "(بازدید کنید"
402
 
403
+ #: library/plugin-settings.php:316 library/plugin-settings.php:348
404
+ #: library/plugin-settings.php:380 library/plugin-settings.php:412
405
  msgid "to configure options)"
406
  msgstr "برای پیکربندی گزینه ها)"
407
 
408
+ #: library/plugin-settings.php:331 library/plugin-settings.php:348
409
+ #: library/plugin-settings.php:1362 library/plugin-settings.php:1367
410
  msgid "Challenge Question"
411
  msgstr "سوال چالش برانگیز"
412
 
413
+ #: library/plugin-settings.php:363 library/plugin-settings.php:380
414
+ #: library/plugin-settings.php:1384
415
  msgid "Google reCAPTCHA"
416
  msgstr "Google reCAPTCHA"
417
 
418
+ #: library/plugin-settings.php:395
419
  msgid "Post Images"
420
  msgstr "ارسال تصاویر"
421
 
422
+ #: library/plugin-settings.php:407
423
+ msgid "Enable"
424
+ msgstr "فعال کردن"
425
 
426
+ #: library/plugin-settings.php:408
427
  msgid "Disable"
428
  msgstr "غیرفعال کردن"
429
 
430
+ #: library/plugin-settings.php:412 library/plugin-settings.php:1445
431
  msgid "Image Uploads"
432
+ msgstr "بارگذاری تصویر"
433
 
434
+ #: library/plugin-settings.php:492
435
  msgid "Draft"
436
  msgstr "پیش نویس"
437
 
438
+ #: library/plugin-settings.php:493
439
  msgid "Pending (default)"
440
+ msgstr "در انتظار (پیش فرض)"
441
 
442
+ #: library/plugin-settings.php:494
443
  msgid "Publish immediately"
444
+ msgstr "فوراً منتشر کنید"
445
 
446
+ #: library/plugin-settings.php:495
447
  msgid "Publish after 1 approved post"
448
+ msgstr "بعد از 1 پست تأیید شده منتشر کنید"
449
 
450
+ #: library/plugin-settings.php:496
451
  msgid "Publish after "
452
+ msgstr "بعد از انتشار "
453
 
454
+ #: library/plugin-settings.php:496
455
  msgid " approved posts"
456
+ msgstr " پست های تأیید شده"
457
 
458
+ #: library/plugin-settings.php:524
459
+ msgid "Select categories to display in the Category field."
460
+ msgstr "دسته ها را برای نمایش در قسمت طبقه بندی انتخاب کنید."
461
+
462
+ #: library/plugin-settings.php:738
463
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
464
+ msgstr "یک خطای وجود دارد. لطفاً اطمینان حاصل کنید که یک عنوان ، برخی از مطالب را اضافه کرده اید ، و فقط تصاویر را بارگذاری کرده اید."
465
 
466
+ #: library/plugin-settings.php:752
467
  msgid "Please select your image(s) to upload."
468
+ msgstr "لطفاً تصویر (های) خود را برای بارگذاری انتخاب کنید."
469
 
470
+ #: library/plugin-settings.php:758
471
  msgid "Success! Thank you for your submission."
472
+ msgstr "موفقیت! ممنون از ارسال شما"
473
 
474
+ #: library/plugin-settings.php:784
475
  msgid "Email"
476
  msgstr "پست الکترونیک"
477
 
478
+ #: library/plugin-settings.php:785
479
  msgid "URL"
480
+ msgstr "آدرس اینترنتی"
481
 
482
+ #: library/plugin-settings.php:1058
483
  msgid "Toggle all panels"
484
+ msgstr "همه پانل ها را تغییر دهید"
485
 
486
+ #: library/plugin-settings.php:1067
487
  msgid "We need your support!"
488
+ msgstr "ما به حمایت شما احتیاج داریم"
489
 
490
+ #: library/plugin-settings.php:1071
491
  msgid "Make a donation via PayPal"
492
+ msgstr "از طریق پی پال کمک مالی کنید"
493
 
494
+ #: library/plugin-settings.php:1071
495
  msgid "make a donation"
496
  msgstr "کمک مالی کنید"
497
 
498
+ #: library/plugin-settings.php:1071
499
  msgid "and/or"
500
  msgstr "و / یا"
501
 
502
+ #: library/plugin-settings.php:1072
503
  msgid "Rate and review at the Plugin Directory"
504
+ msgstr "در فهرست افزونه ها رتبه بندی و بررسی کنید"
505
 
506
+ #: library/plugin-settings.php:1073
507
  msgid "give this plugin a 5-star rating"
508
+ msgstr "به این افزونه امتیاز 5 ستاره بدهید"
509
 
510
+ #: library/plugin-settings.php:1077
511
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
512
+ msgstr "پشتیبانی سخاوتمندانه شما امکان توسعه مداوم این افزونه رایگان را فراهم می کند. متشکرم!"
513
 
514
+ #: library/plugin-settings.php:1082
515
  msgid "Check this box if you have shown support"
516
+ msgstr "اگر پشتیبانی را نشان داده اید ، این کادر را علامت بزنید"
517
 
518
+ #: library/plugin-settings.php:1091
519
  msgid "Overview"
520
  msgstr "بررسی اجمالی"
521
 
522
+ #: library/plugin-settings.php:1095
523
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
524
+ msgstr "بازدید کنندگان خود را قادر می سازد ارسال ها و ارسال تصاویر از قسمت جلوی سایت خود را انجام دهند. "
525
 
526
+ #: library/plugin-settings.php:1096
527
  msgid "For advanced functionality and unlimited forms, check out"
528
+ msgstr "برای عملکرد پیشرفته و اشکال نامحدود ، بررسی کنید"
529
 
530
+ #: library/plugin-settings.php:1096 library/plugin-settings.php:1503
531
  msgid "USP Pro"
532
  msgstr "USP Pro"
533
 
534
+ #: library/plugin-settings.php:1097
535
  msgid "&mdash; the ultimate solution for user-generated content."
536
  msgstr "& mdash؛ راه حل نهایی برای محتوای تولید شده توسط کاربر."
537
 
538
+ #: library/plugin-settings.php:1101 library/plugin-settings.php:1118
539
  msgid "Plugin Settings"
540
+ msgstr "تنظیمات افزونه"
541
 
542
+ #: library/plugin-settings.php:1102
543
  msgid "Display the form"
544
  msgstr "فرم را نمایش دهید"
545
 
546
+ #: library/plugin-settings.php:1106
547
  msgid "If you like this plugin, please"
548
+ msgstr "اگر این افزونه را دوست دارید ، لطفاً"
549
 
550
+ #: library/plugin-settings.php:1107
551
  msgid "THANK YOU for your support!"
552
+ msgstr "از حمایت شما سپاسگزارم"
553
 
554
+ #: library/plugin-settings.php:1107
555
  msgid "give it a 5-star rating"
556
+ msgstr "به آن امتیاز 5 ستاره بدهید"
557
 
558
+ #: library/plugin-settings.php:1111
559
  msgid "Unlimited front-end forms"
560
+ msgstr "نامحدود اشکال جلویی"
561
 
562
+ #: library/plugin-settings.php:1111
563
  msgid "Get USP Pro"
564
  msgstr "دریافت USP Pro"
565
 
566
+ #: library/plugin-settings.php:1121
567
  msgid "Configure your settings for User Submitted Posts."
568
+ msgstr "تنظیمات خود را برای ارسالهای ارسال شده به کاربر پیکربندی کنید."
569
 
570
+ #: library/plugin-settings.php:1123
571
  msgid "Form Fields"
572
  msgstr "زمینه های فرم"
573
 
574
+ #: library/plugin-settings.php:1129
575
  msgid "User Name"
576
  msgstr "نام کاربری"
577
 
578
+ #: library/plugin-settings.php:1130
579
  msgid "User Email"
580
  msgstr "ایمیل کاربر"
581
 
582
+ #: library/plugin-settings.php:1131
583
  msgid "User URL"
584
+ msgstr "URL کاربر"
585
 
586
+ #: library/plugin-settings.php:1146
587
  msgid "General Settings"
588
  msgstr "تنظیمات عمومی"
589
 
590
+ #: library/plugin-settings.php:1148
591
  msgid "Note that the default settings work fine for most cases."
592
+ msgstr "توجه داشته باشید که تنظیمات پیش فرض برای بیشتر موارد خوب است."
593
 
594
+ #: library/plugin-settings.php:1153
595
  msgid "Form Style"
596
+ msgstr "سبک سبک"
597
 
598
+ #: library/plugin-settings.php:1158
599
  msgid "With this option, you can copy the plugin&rsquo;s default templates:"
600
+ msgstr "با استفاده از این گزینه ، می توانید الگوی پیش فرض افزونه & rsquo؛ s را کپی کنید:"
601
 
602
+ #: library/plugin-settings.php:1163
603
  msgid "..and upload them into a directory named"
604
+ msgstr ".. و آنها را در دایرکتوری به نام بارگذاری کنید"
605
 
606
+ #: library/plugin-settings.php:1163
607
  msgid "in your theme:"
608
  msgstr "در موضوع شما:"
609
 
610
+ #: library/plugin-settings.php:1169
611
  msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
612
+ msgstr "این امکان را برای شما فراهم می کند که فرم و سبک را به دلخواه تنظیم کنید. برای اطلاعات بیشتر ، بخش \"فرم ارسال سفارشی\" را در قسمت زیر مشاهده کنید"
613
 
614
+ #: library/plugin-settings.php:1170
615
  msgid "Installation Docs"
616
  msgstr "اسناد نصب"
617
 
618
+ #: library/plugin-settings.php:1171
619
  msgid "FYI: here is a"
620
+ msgstr "FYI: در اینجا است"
621
 
622
+ #: library/plugin-settings.php:1171
623
  msgid "list of USP CSS selectors"
624
+ msgstr "لیست انتخاب کنندگان USP CSS"
625
 
626
+ #: library/plugin-settings.php:1177
627
  msgid "Include JavaScript"
628
+ msgstr "شامل JavaScript"
629
 
630
+ #: library/plugin-settings.php:1179
631
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
632
+ msgstr "اگر می خواهید پرونده های جاوا اسکریپت خارجی (شامل توصیه شده) باشد ، این کادر را علامت بزنید."
633
 
634
+ #: library/plugin-settings.php:1182
635
  msgid "Targeted Loading"
636
+ msgstr "بارگیری هدفمند"
637
 
638
+ #: library/plugin-settings.php:1184
639
+ msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages. Use commas to separate multiple URLs."
640
+ msgstr "به طور پیش فرض ، CSS خارجی & amp؛ پرونده های JavaScript در هر صفحه بارگیری می شوند. در اینجا می توانید آدرس URL فرم USP را برای بارگذاری منابع فقط در آن صفحه مشخص کنید. توجه: برای بارگیری در تمام صفحات ، خالی بگذارید. برای جدا کردن چندین آدرس اینترنتی از کاما استفاده کنید."
641
 
642
+ #: library/plugin-settings.php:1187
643
  msgid "Post Type"
644
+ msgstr "نوع ارسال"
645
 
646
+ #: library/plugin-settings.php:1190
647
  msgid "Submit posts as WP Posts or Pages"
648
+ msgstr "پست ها را به عنوان پست های WP یا صفحات ارسال کنید"
649
 
650
+ #: library/plugin-settings.php:1194
651
  msgid "Post Status"
652
+ msgstr "وضعیت ارسال"
653
 
654
+ #: library/plugin-settings.php:1197
655
  msgid "Post Status for submitted posts"
656
+ msgstr "وضعیت ارسال برای پست های ارسال شده"
657
 
658
+ #: library/plugin-settings.php:1201
659
  msgid "Redirect URL"
660
+ msgstr "URL را تغییر مسیر دهید"
661
 
662
+ #: library/plugin-settings.php:1203
663
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
664
+ msgstr "URL را برای تغییر مسیر کاربر پس از ارسال ارسال مشخص کنید. خالی بگذارید تا به صفحه فعلی تغییر مسیر دهید."
665
 
666
+ #: library/plugin-settings.php:1206
667
  msgid "Success Message"
668
  msgstr "پیام موفقیت"
669
 
670
+ #: library/plugin-settings.php:1208
671
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
672
+ msgstr "پیام موفقیت آمیز که در صورت موفقیت آمیز ارسال پس زمینه نمایش داده می شود. نشانه گذاری اصلی مجاز است."
673
 
674
+ #: library/plugin-settings.php:1211
675
  msgid "Error Message"
676
  msgstr "پیغام خطا"
677
 
678
+ #: library/plugin-settings.php:1213
679
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
680
+ msgstr "پیام خطای عمومی که در صورت عدم موفقیت ارسال ارسال می شود. نشانه گذاری اصلی مجاز است."
681
 
682
+ #: library/plugin-settings.php:1216
683
  msgid "Custom Content"
684
  msgstr "محتوای دلخواه"
685
 
686
+ #: library/plugin-settings.php:1218
687
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
688
+ msgstr "متن / نشانه گذاری سفارشی قبل از فرم ارسال گنجانده شود. خالی بگذارید تا غیرفعال شود."
689
 
690
+ #: library/plugin-settings.php:1221
691
  msgid "Rich Text Editor"
692
  msgstr "ویرایشگر متن توانمند"
693
 
694
+ #: library/plugin-settings.php:1223
695
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
696
+ msgstr "اگر می خواهید ویرایش متن غنی از WP را برای پست های ارسالی فعال کنید ، این کادر را علامت بزنید."
697
 
698
+ #: library/plugin-settings.php:1226
699
  msgid "Unique Titles"
700
+ msgstr "عناوین بی نظیر"
701
 
702
+ #: library/plugin-settings.php:1228
703
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
704
+ msgstr "لازم است عناوین پست ارسال شده بی نظیر باشد (برای جلوگیری از ارسال های چندگانه / تکراری ارسال شده)."
705
 
706
+ #: library/plugin-settings.php:1231
707
  msgid "Disable Required"
708
+ msgstr "غیرفعال کردن مورد نیاز"
709
 
710
+ #: library/plugin-settings.php:1233
711
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
712
+ msgstr "غیرفعال کردن تمام ویژگی های مورد نیاز در زمینه های فرم پیش فرض (مفید برای پیام های خطا در عیب یابی)."
713
 
714
+ #: library/plugin-settings.php:1236
715
  msgid "Enable Shortcodes"
716
+ msgstr "کد های کوتاه را فعال کنید"
717
 
718
+ #: library/plugin-settings.php:1238
719
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
720
+ msgstr "کد های کوتاه را در ابزارک ها فعال کنید. به طور پیش فرض ، وردپرس کد های کوتاه را در ابزارک ها فعال نمی کند. "
721
 
722
+ #: library/plugin-settings.php:1239
723
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
724
+ msgstr "این تنظیمات باعث می شود تمام / کدهای کوتاه در ابزارکها (حتی کد کوتاه سایر افزونه ها) نیز فعال شود."
725
 
726
+ #: library/plugin-settings.php:1244
727
+ msgid "Privacy"
728
+ msgstr "حریم خصوصی"
729
 
730
+ #: library/plugin-settings.php:1249
731
  msgid "Disable IP Tracking"
732
+ msgstr "غیرفعال کردن ردیابی IP"
733
 
734
+ #: library/plugin-settings.php:1251
735
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
736
+ msgstr "به طور پیش فرض USP آدرس IP را با هر پست ارسال شده ضبط می کند. برای غیرفعال کردن همه ردیابی IP ، این کادر را علامت بزنید."
737
 
738
+ #: library/plugin-settings.php:1255
739
  msgid "Display Checkbox"
740
+ msgstr "کادر نمایش"
741
 
742
+ #: library/plugin-settings.php:1257
743
  msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
744
+ msgstr "کادر انتخاب سفارشی را روی فرم خود نمایش دهید (برای GDPR مفید است ، با شرایط و سایر موارد موافقت کنید)"
745
 
746
+ #: library/plugin-settings.php:1260
747
  msgid "Checkbox Name"
748
+ msgstr "نام کادر انتخاب"
749
 
750
+ #: library/plugin-settings.php:1262 library/plugin-settings.php:1352
751
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
752
+ msgstr "فقط از الفبایی ، زیرین و خط تیره استفاده کنید. اگر مطمئن نیستید ، از نام پیش فرض استفاده کنید:"
753
 
754
+ #: library/plugin-settings.php:1265
755
  msgid "Checkbox Error"
756
+ msgstr "خطای جعبه کادر"
757
 
758
+ #: library/plugin-settings.php:1267
759
  msgid "Error message displayed if user does not check the box."
760
+ msgstr "پیام خطایی نمایش داده می شود اگر کاربر کادر را علامت نزد."
761
 
762
+ #: library/plugin-settings.php:1270
763
  msgid "Checkbox Text"
764
+ msgstr "متن جعبه"
765
 
766
+ #: library/plugin-settings.php:1272
767
  msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
768
+ msgstr "متن نمایش داده شده در کنار کادر کادر. نکته: برای خروجی براکت های زاویه ای از براکت های مجعد استفاده کنید ، به عنوان مثال:"
769
 
770
+ #: library/plugin-settings.php:1277 library/plugin-settings.php:1282
771
  msgid "Categories"
772
  msgstr "دسته بندی ها"
773
 
774
+ #: library/plugin-settings.php:1285
775
+ msgid "Click to view/select categories"
776
+ msgstr "برای مشاهده / انتخاب دسته ها کلیک کنید"
777
 
778
+ #: library/plugin-settings.php:1293
779
+ msgid "Multiple Categories"
780
+ msgstr "چند دسته"
781
+
782
+ #: library/plugin-settings.php:1295
783
+ msgid "Enable users to select multiple categories."
784
+ msgstr "کاربران را قادر به انتخاب چندین دسته کنید."
785
+
786
+ #: library/plugin-settings.php:1298
787
  msgid "Hidden/Default Category"
788
+ msgstr "رده پنهان / پیش فرض"
789
 
790
+ #: library/plugin-settings.php:1300
791
+ msgid "Use a hidden field for the post category. This hides the category field and sets its value via the next option."
792
+ msgstr "از یک فیلد پنهان برای دسته پست استفاده کنید. این قسمت فیلد kategor را پنهان می کند و مقدار خود را از طریق گزینه بعدی تنظیم می کند."
793
 
794
+ #: library/plugin-settings.php:1303
795
  msgid "Category ID for Hidden Field"
796
+ msgstr "شناسه گروه برای زمینه پنهان"
797
 
798
+ #: library/plugin-settings.php:1305
799
+ msgid "Specify category ID(s) to use for &ldquo;Hidden/Default Category&rdquo;. Separate multiple IDs with a comma."
800
+ msgstr "شناسه (های) طبقه بندی را برای استفاده برای & ldquo؛ رده پنهان / پیش فرض مشخص کنید & rdquo ؛. چندین شناسه را با کاما از هم جدا کنید."
801
 
802
+ #: library/plugin-settings.php:1310
803
  msgid "Users"
804
  msgstr "کاربران"
805
 
806
+ #: library/plugin-settings.php:1315
807
  msgid "Assigned Author"
808
+ msgstr "نویسنده اختصاص یافته"
809
 
810
+ #: library/plugin-settings.php:1318
811
  msgid "Specify the user that should be assigned as author for submitted posts."
812
+ msgstr "کاربر مورد نظر را برای پست های ارسالی مشخص کنید."
813
 
814
+ #: library/plugin-settings.php:1322
815
  msgid "Registered Username"
816
+ msgstr "نام کاربری ثبت شده"
817
 
818
+ #: library/plugin-settings.php:1324
819
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
820
+ msgstr "از نام کاربری ثبت شده به عنوان نویسنده پست استفاده کنید. وقتی شخصی که فرم را وارد وردپرس می کند معتبر است."
821
 
822
+ #: library/plugin-settings.php:1327
823
  msgid "User Profile URL"
824
  msgstr "URL نمایه کاربر"
825
 
826
+ #: library/plugin-settings.php:1329
827
  msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
828
+ msgstr "از آدرس URL کاربر rsquo s ثبت شده به عنوان مقدار قسمت URL استفاده کنید. وقتی شخصی که فرم را وارد وردپرس می کند معتبر است."
829
 
830
+ #: library/plugin-settings.php:1332
831
  msgid "Require User Login"
832
+ msgstr "نیاز به ورود کاربر"
833
 
834
+ #: library/plugin-settings.php:1334
835
  msgid "Require users to be logged in to WordPress to view/submit the form"
836
+ msgstr "از کاربران بخواهید که برای مشاهده و ارسال فرم ، وارد وردپرس شوند"
837
 
838
+ #: library/plugin-settings.php:1337
839
  msgid "Disable Replace Author"
840
+ msgstr "جایگزینی نویسنده را غیرفعال کنید"
841
 
842
+ #: library/plugin-settings.php:1339
843
  msgid "Do not replace post author with submitted user name"
844
+ msgstr "نویسنده پست را با نام کاربر ارسال شده جایگزین نکنید"
845
 
846
+ #: library/plugin-settings.php:1345
847
  msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
848
+ msgstr "در اینجا شما می توانید نام و برچسب مورد استفاده توسط Custom Field را تغییر دهید. می توانید این قسمت را از طریق تنظیمات فرم Fields ، در بالا فعال کنید."
849
 
850
+ #: library/plugin-settings.php:1350
851
  msgid "Custom Field Name"
852
+ msgstr "نام زمینه سفارشی"
853
 
854
+ #: library/plugin-settings.php:1355
855
  msgid "Custom Field Label"
856
+ msgstr "برچسب زمینه سفارشی"
857
 
858
+ #: library/plugin-settings.php:1357
859
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
860
+ msgstr "این به عنوان برچسب زمینه روی فرم نمایش داده می شود. پیش فرض: زمینه سفارشی"
861
 
862
+ #: library/plugin-settings.php:1369
863
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
864
+ msgstr "برای جلوگیری از هرزنامه ، سوالی را وارد کنید که کاربران باید قبل از ارسال فرم به آن پاسخ دهند."
865
 
866
+ #: library/plugin-settings.php:1372
867
  msgid "Challenge Response"
868
+ msgstr "پاسخ به چالش"
869
 
870
+ #: library/plugin-settings.php:1374
871
  msgid "Enter the *only* correct answer to the challenge question."
872
+ msgstr "پاسخ * درست * صحیح برای سوال چالش را وارد کنید."
873
 
874
+ #: library/plugin-settings.php:1377
875
  msgid "Case-sensitivity"
876
+ msgstr "حساسیت به مورد"
877
 
878
+ #: library/plugin-settings.php:1379
879
  msgid "Check this box if you want the challenge response to be case-sensitive."
880
+ msgstr "اگر می خواهید پاسخ چالش حساس باشد ، این کادر را علامت بزنید."
881
 
882
+ #: library/plugin-settings.php:1385
883
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
884
+ msgstr "برای فعال کردن Google reCAPTCHA ، کلیدهای عمومی و خصوصی خود را وارد کنید."
885
 
886
+ #: library/plugin-settings.php:1390
887
  msgid "Public Key"
888
  msgstr "کلید عمومی"
889
 
890
+ #: library/plugin-settings.php:1392
891
  msgid "Enter your Public Key"
892
  msgstr "کلید عمومی خود را وارد کنید"
893
 
894
+ #: library/plugin-settings.php:1395
895
  msgid "Private Key"
896
  msgstr "کلید خصوصی"
897
 
898
+ #: library/plugin-settings.php:1397
899
  msgid "Enter your Private Key"
900
  msgstr "کلید خصوصی خود را وارد کنید"
901
 
902
+ #: library/plugin-settings.php:1402
903
  msgid "Email Alerts"
904
  msgstr "هشدارهای ایمیل"
905
 
906
+ #: library/plugin-settings.php:1407
907
  msgid "Receive Email Alert"
908
+ msgstr "هشدار ایمیل دریافت کنید"
909
 
910
+ #: library/plugin-settings.php:1409
911
  msgid "Check this box if you want to be notified via email for new post submissions."
912
+ msgstr "اگر می خواهید از طریق ایمیل برای ارسال های جدید ارسال شوید ، این کادر را علامت بزنید."
913
 
914
+ #: library/plugin-settings.php:1412
915
  msgid "Enable HTML Format"
916
+ msgstr "قالب HTML را فعال کنید"
917
 
918
+ #: library/plugin-settings.php:1414
919
  msgid "Check this box to enable HTML format for email alerts."
920
+ msgstr "برای فعال کردن قالب HTML برای هشدارهای ایمیل ، این کادر را علامت بزنید."
921
 
922
+ #: library/plugin-settings.php:1417
923
  msgid "Email Address for Alerts"
924
  msgstr "آدرس ایمیل برای هشدارها"
925
 
926
+ #: library/plugin-settings.php:1419
927
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
928
+ msgstr "اگر کادر دریافت هشدارهای ایمیل را علامت زده اید ، آدرس (های) را که باید برای آنها ایمیل ارسال شود ، نشان دهید."
929
 
930
+ #: library/plugin-settings.php:1420
931
  msgid "Multiple recipients may be included using a comma, like so:"
932
+ msgstr "گیرنده های چندگانه ممکن است با استفاده از کاما شامل شوند:"
933
 
934
+ #: library/plugin-settings.php:1423
935
  msgid "Email &ldquo;From&rdquo; Address"
936
+ msgstr "ایمیل & ldquo؛ از & rdquo؛ نشانی"
937
 
938
+ #: library/plugin-settings.php:1425
939
  msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
940
+ msgstr "در اینجا می توانید آدرس (های) مورد استفاده برای & ldquo؛ از & rdquo؛ هدر (برای اطلاعات بیشتر به سؤالات متداول پلاگین مراجعه کنید). "
941
 
942
+ #: library/plugin-settings.php:1426
943
  msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
944
+ msgstr "اگر آدرس قبلی در تنظیمات قبلی مشخص شده است ، تعداد مساوی از & ldquo؛ را از & rdquo؛ آدرس های این تنظیم (به همان ترتیب)."
945
 
946
+ #: library/plugin-settings.php:1429
947
  msgid "Email Alert Subject"
948
  msgstr "موضوع هشدار ایمیل"
949
 
950
+ #: library/plugin-settings.php:1431
951
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
952
+ msgstr "خط موضوع برای هشدارهای ایمیل. خالی بگذارید تا از خط موضوع پیش فرض استفاده کنید. توجه: می توانید از متغیرهای زیر استفاده کنید: "
953
 
954
+ #: library/plugin-settings.php:1436
955
  msgid "Email Alert Message"
956
  msgstr "پیام هشدار ایمیل"
957
 
958
+ #: library/plugin-settings.php:1438
959
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
960
+ msgstr "پیام برای هشدارهای ایمیل. برای استفاده از پیام پیش فرض خالی بگذارید. توجه: می توانید از متغیرهای زیر استفاده کنید: "
961
 
962
+ #: library/plugin-settings.php:1450
963
  msgid "Featured Image"
964
+ msgstr "تصویر برجسته"
965
 
966
+ #: library/plugin-settings.php:1452
967
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
968
+ msgstr "تصاویر ارسالی را به عنوان تصاویر برجسته تنظیم کنید. نیاز به پشتیبانی تم برای تصاویر برجسته (نام مستعار پست الکترونیکی)."
969
 
970
+ #: library/plugin-settings.php:1455
971
  msgid "Upload Message"
972
+ msgstr "ارسال پیام"
973
 
974
+ #: library/plugin-settings.php:1457
975
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
976
+ msgstr "پیامی که در کنار قسمت بارگذاری ظاهر می شود. مفید برای بیان دستورالعمل های بارگذاری / خط مشی و موارد دیگر. نشانه گذاری اصلی مجاز است."
977
 
978
+ #: library/plugin-settings.php:1460
979
  msgid "&ldquo;Add another image&rdquo; link"
980
+ msgstr "& ldquo؛ تصویر دیگری را اضافه کنید & rdquo؛ ارتباط دادن"
981
 
982
+ #: library/plugin-settings.php:1462
983
  msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
984
+ msgstr "علامت گذاری سفارشی برای & ldquo؛ تصویر دیگری را اضافه کنید & rdquo؛ ارتباط دادن. برای استفاده از نشانه گذاری پیش فرض ، خالی بگذارید (توصیه می شود)."
985
 
986
+ #: library/plugin-settings.php:1465
987
  msgid "Minimum number of images"
988
  msgstr "حداقل تعداد تصاویر"
989
 
990
+ #: library/plugin-settings.php:1468
991
  msgid "Specify the minimum number of images."
992
  msgstr "حداقل تعداد تصاویر را مشخص کنید."
993
 
994
+ #: library/plugin-settings.php:1472
995
  msgid "Maximum number of images"
996
  msgstr "حداکثر تعداد تصاویر"
997
 
998
+ #: library/plugin-settings.php:1475
999
  msgid "Specify the maximum number of images."
1000
  msgstr "حداکثر تعداد تصاویر را مشخص کنید."
1001
 
1002
+ #: library/plugin-settings.php:1479
1003
  msgid "Minimum image width"
1004
  msgstr "حداقل عرض تصویر"
1005
 
1006
+ #: library/plugin-settings.php:1481
1007
  msgid "Specify a minimum width (in pixels) for uploaded images."
1008
+ msgstr "برای تصاویر آپلود شده ، حداقل عرض (در پیکسل) را مشخص کنید."
1009
 
1010
+ #: library/plugin-settings.php:1484
1011
  msgid "Minimum image height"
1012
  msgstr "حداقل ارتفاع تصویر"
1013
 
1014
+ #: library/plugin-settings.php:1486
1015
  msgid "Specify a minimum height (in pixels) for uploaded images."
1016
+ msgstr "برای تصاویر آپلود شده ، حداقل ارتفاع (در پیکسل) را مشخص کنید."
1017
 
1018
+ #: library/plugin-settings.php:1489
1019
  msgid "Maximum image width"
1020
  msgstr "حداکثر عرض تصویر"
1021
 
1022
+ #: library/plugin-settings.php:1491
1023
  msgid "Specify a maximum width (in pixels) for uploaded images."
1024
+ msgstr "حداکثر عرض (در پیکسل) را برای تصاویر بارگذاری شده مشخص کنید."
1025
 
1026
+ #: library/plugin-settings.php:1494
1027
  msgid "Maximum image height"
1028
  msgstr "حداکثر ارتفاع تصویر"
1029
 
1030
+ #: library/plugin-settings.php:1496
1031
  msgid "Specify a maximum height (in pixels) for uploaded images."
1032
+ msgstr "حداکثر ارتفاع (در پیکسل) را برای تصاویر بارگذاری شده مشخص کنید."
1033
 
1034
+ #: library/plugin-settings.php:1499
1035
  msgid "More Options"
1036
  msgstr "گزینه های بیشتر"
1037
 
1038
+ #: library/plugin-settings.php:1502
1039
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
1040
+ msgstr "برای گزینه های بیشتر ، مانند امکان بارگذاری انواع دیگر فایل ها (مانند PDF ، Word ، Zip ، فیلم ها و موارد دیگر) ، بررسی کنید"
1041
 
1042
+ #: library/plugin-settings.php:1503
1043
  msgid "Go Pro!"
1044
+ msgstr "برو طرفدار!"
1045
 
1046
+ #: library/plugin-settings.php:1510
1047
  msgid "Auto-Display Content"
1048
+ msgstr "نمایش محتوای خودکار"
1049
 
1050
+ #: library/plugin-settings.php:1515
1051
  msgid "Auto-Display Images"
1052
+ msgstr "تصاویر نمایش خودکار"
1053
 
1054
+ #: library/plugin-settings.php:1517
1055
  msgid "Auto-display user-submitted images:"
1056
+ msgstr "نمایش تصاویر ارسال شده توسط کاربر:"
1057
 
1058
+ #: library/plugin-settings.php:1522
1059
  msgid "Image Markup"
1060
  msgstr "نشانه گذاری تصویر"
1061
 
1062
+ #: library/plugin-settings.php:1524
1063
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1064
+ msgstr "نشانه گذاری برای استفاده برای هر تصویر ارائه شده (هنگام نمایش خودکار). می توانید استفاده کنید"
1065
 
1066
+ #: library/plugin-settings.php:1526 library/plugin-settings.php:1539
1067
+ #: library/plugin-settings.php:1552 library/plugin-settings.php:1565
1068
  msgid "and"
1069
  msgstr "و"
1070
 
1071
+ #: library/plugin-settings.php:1529
1072
  msgid "Auto-Display Email"
1073
+ msgstr "نمایش خودکار ایمیل"
1074
 
1075
+ #: library/plugin-settings.php:1531
1076
  msgid "Auto-display user-submitted email:"
1077
+ msgstr "نمایش خودکار ایمیل ارسال شده توسط کاربر:"
1078
 
1079
+ #: library/plugin-settings.php:1536
1080
  msgid "Email Markup"
1081
  msgstr "نشانه گذاری ایمیل"
1082
 
1083
+ #: library/plugin-settings.php:1538
1084
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1085
+ msgstr "نشانه گذاری برای استفاده از آدرس ایمیل ارسالی (هنگام نمایش خودکار). می توانید استفاده کنید"
1086
 
1087
+ #: library/plugin-settings.php:1542
1088
  msgid "Auto-Display URL"
1089
+ msgstr "نشانی اینترنتی نمایش خودکار"
1090
 
1091
+ #: library/plugin-settings.php:1544
1092
  msgid "Auto-display user-submitted URL:"
1093
+ msgstr "نمایش خودکار URL ارسال شده توسط کاربر:"
1094
 
1095
+ #: library/plugin-settings.php:1549
1096
  msgid "URL Markup"
1097
  msgstr "نشانه گذاری URL"
1098
 
1099
+ #: library/plugin-settings.php:1551
1100
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1101
+ msgstr "نشانه گذاری برای استفاده از URL ارائه شده (هنگام نمایش خودکار). می توانید استفاده کنید"
1102
 
1103
+ #: library/plugin-settings.php:1555
1104
  msgid "Auto-Display Custom Field"
1105
+ msgstr "زمینه سفارشی نمایش خودکار"
1106
 
1107
+ #: library/plugin-settings.php:1557
1108
  msgid "Auto-display user-submitted Custom Field:"
1109
+ msgstr "نمایش خودکار زمینه سفارشی ارسال شده توسط کاربر:"
1110
 
1111
+ #: library/plugin-settings.php:1562
1112
  msgid "Custom Field Markup"
1113
+ msgstr "نشانه گذاری زمینه سفارشی"
1114
 
1115
+ #: library/plugin-settings.php:1564
1116
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1117
+ msgstr "نشانه گذاری برای استفاده برای زمینه سفارشی ارسالی (هنگام نمایش خودکار). می توانید استفاده کنید"
1118
 
1119
+ #: library/plugin-settings.php:1570 library/plugin-settings.php:1682
1120
  msgid "Save Settings"
1121
  msgstr "تنظیمات را ذخیره کن"
1122
 
1123
+ #: library/plugin-settings.php:1575
1124
  msgid "Display the Form"
1125
  msgstr "نمایش فرم"
1126
 
1127
+ #: library/plugin-settings.php:1578
1128
  msgid "Post-Submit Form"
1129
+ msgstr "فرم ارسال ارسال"
1130
 
1131
+ #: library/plugin-settings.php:1579
1132
  msgid "USP enables you to display a post-submission form anywhere on your site."
1133
+ msgstr "USP به شما امکان می دهد فرم ارسال پس از ارسال را در هر نقطه در سایت خود نمایش دهید."
1134
 
1135
+ #: library/plugin-settings.php:1580 library/plugin-settings.php:1589
1136
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1137
+ msgstr "برای نمایش فرم در هر WP Post یا صفحه از کد کوتاه استفاده کنید:"
1138
 
1139
+ #: library/plugin-settings.php:1583 library/plugin-settings.php:1592
1140
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1141
+ msgstr "یا برای نشان دادن فرم در هر کجای الگوی تم خود از برچسب قالب استفاده کنید:"
1142
 
1143
+ #: library/plugin-settings.php:1587
1144
  msgid "Login/Register Form"
1145
+ msgstr "فرم ورود / ثبت نام"
1146
 
1147
+ #: library/plugin-settings.php:1588
1148
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1149
+ msgstr "همچنین می توانید فرمی را نمایش دهید که به کاربران امکان ورود ، ثبت نام یا بازنشانی گذرواژه خود را می دهد."
1150
 
1151
+ #: library/plugin-settings.php:1596
1152
  msgid "Display Submitted Posts"
1153
+ msgstr "نمایش پست های ارسالی"
1154
 
1155
+ #: library/plugin-settings.php:1597
1156
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1157
+ msgstr "برای نمایش لیستی از پستهای ارسال شده در هر WP Post یا صفحه از این کد کوتاه استفاده کنید:"
1158
 
1159
+ #: library/plugin-settings.php:1600
1160
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1161
+ msgstr "یا از تگ قالب استفاده کنید تا لیستی از پستهای ارسال شده را در هر مکانی در قالب موضوع خود نشان دهید:"
1162
 
1163
+ #: library/plugin-settings.php:1603
1164
  msgid "Here are some examples showing how to configure this shortcode:"
1165
+ msgstr "در اینجا چند مثال وجود دارد که نشان می دهد چگونه می توان این کد کوتاه را پیکربندی کرد:"
1166
 
1167
+ #: library/plugin-settings.php:1611
1168
  msgid "Display Image Gallery"
1169
+ msgstr "نمایش گالری تصاویر"
1170
 
1171
+ #: library/plugin-settings.php:1612
1172
  msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
1173
+ msgstr "برای نمایش یک گالری تصاویر آپلود شده برای هر پست ارسال شده از این کد کوتاه استفاده کنید:"
1174
 
1175
+ #: library/plugin-settings.php:1615
1176
  msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
1177
+ msgstr "یا از تگ قالب برای نمایش یک گالری تصویر در هر نقطه از الگوی تم خود استفاده کنید:"
1178
 
1179
+ #: library/plugin-settings.php:1618
1180
  msgid "You can customize using any of the follwing attributes:"
1181
+ msgstr "می توانید با استفاده از هر یک از ویژگی های دنبال کننده ، سفارشی سازی کنید:"
1182
 
1183
+ #: library/plugin-settings.php:1633
1184
  msgid "Reset Form Button"
1185
+ msgstr "دکمه تنظیم مجدد فرم"
1186
 
1187
+ #: library/plugin-settings.php:1634
1188
  msgid "This shortcode displays a link that resets the form to its original state:"
1189
+ msgstr "این کد کوتاه پیوندی را نشان می دهد که فرم را به حالت اصلی خود بازنشانی می کند:"
1190
 
1191
+ #: library/plugin-settings.php:1637
1192
  msgid "This shortcode accepts the following attributes:"
1193
  msgstr "این کد کوتاه ویژگی های زیر را می پذیرد:"
1194
 
1195
+ #: library/plugin-settings.php:1643
1196
  msgid "Note that the url attribute accepts"
1197
+ msgstr "توجه داشته باشید که صفت url می پذیرد"
1198
 
1199
+ #: library/plugin-settings.php:1643
1200
  msgid "to get the current URL."
1201
  msgstr "برای دریافت URL فعلی."
1202
 
1203
+ #: library/plugin-settings.php:1646
1204
  msgid "Access Control"
1205
  msgstr "کنترل دسترسی"
1206
 
1207
+ #: library/plugin-settings.php:1647
1208
  msgid "USP provides three shortcodes to control access and restrict content."
1209
  msgstr "USP سه کد کوتاه برای کنترل دسترسی و محدود کردن محتوا فراهم می کند."
1210
 
1211
+ #: library/plugin-settings.php:1648
1212
  msgid "Display content only to users with a specific capability:"
1213
+ msgstr "نمایش محتوای فقط برای کاربران با قابلیت خاص:"
1214
 
1215
+ #: library/plugin-settings.php:1651
1216
  msgid "Display content to logged-in users:"
1217
+ msgstr "نمایش محتوا برای کاربران وارد شده:"
1218
 
1219
+ #: library/plugin-settings.php:1654
1220
  msgid "Display content to visitors only:"
1221
+ msgstr "نمایش محتوای فقط برای بازدید کنندگان:"
1222
 
1223
+ #: library/plugin-settings.php:1657
1224
  msgid "Tip:"
1225
  msgstr "نکته:"
1226
 
1227
+ #: library/plugin-settings.php:1657
1228
  msgid "to include markup in the deny message, you can use"
1229
+ msgstr "برای قرار دادن نشانه گذاری در پیام انکار ، می توانید از آنها استفاده کنید"
1230
 
1231
+ #: library/plugin-settings.php:1657
1232
  msgid "to output"
1233
  msgstr "به خروجی"
1234
 
1235
+ #: library/plugin-settings.php:1660
1236
  msgid "Example"
1237
  msgstr "مثال"
1238
 
1239
+ #: library/plugin-settings.php:1661
1240
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1241
+ msgstr "اگر کاربر وارد سیستم شده است ، فرم ارسال ارسال را نمایش دهید. یا اگر کاربر وارد سیستم نشده است ، فرم ورود را نمایش دهید:"
1242
 
1243
+ #: library/plugin-settings.php:1673
1244
  msgid "Restore Defaults"
1245
+ msgstr "بازیابی پیش فرض"
1246
 
1247
+ #: library/plugin-settings.php:1676
1248
  msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1249
+ msgstr "این گزینه را غیرفعال کنید تا تنظیمات خود را به خاطر بسپارید. یا ، برای پیشبرد و بازیابی گزینه های پیش فرض افزونه: کادر را علامت بزنید ، تنظیمات خود را ذخیره کنید و سپس افزونه را غیرفعال یا فعال کنید."
1250
 
1251
+ #: library/plugin-settings.php:1680
1252
  msgid "Restore default options upon plugin deactivation/reactivation."
1253
+ msgstr "گزینه های پیش فرض را پس از غیرفعال سازی / فعال سازی مجدد افزونه بازیابی کنید."
1254
 
1255
+ #: library/plugin-settings.php:1687
1256
  msgid "Show Support"
1257
  msgstr "نمایش پشتیبانی"
1258
 
1259
+ #: library/plugin-settings.php:1696
1260
  msgid "by"
1261
  msgstr "توسط"
1262
 
1263
+ #: library/plugin-settings.php:1697
1264
  msgid "Jeff Starr on Twitter"
1265
+ msgstr "جف استار در توییتر"
1266
 
1267
+ #: library/plugin-settings.php:1698
1268
  msgid "Obsessive Web Design &amp; Development"
1269
+ msgstr "وسواس طراحی وب & amp؛ توسعه"
1270
 
1271
+ #: library/plugin-settings.php:1709
1272
  msgid "Save Preference"
1273
  msgstr "ذخیره اولویت"
1274
 
1275
+ #: library/plugin-settings.php:1716
1276
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1277
+ msgstr "آیا مطمئن هستید که می خواهید تمام گزینه های پیش فرض را بازیابی کنید؟ (این عمل قابل بازگشت نیست)"
1278
+
1279
+ #: library/support-panel.php:55
1280
+ msgid "Perishable Press Books"
1281
+ msgstr "کتابهای مطبوعاتی قابل ویرایش"
1282
+
1283
+ #: library/support-panel.php:56
1284
+ msgid "Plugin Planet"
1285
+ msgstr "پلاگین سیاره"
1286
+
1287
+ #: library/support-panel.php:57
1288
+ msgid "Donate via PayPal"
1289
+ msgstr "از طریق پی پال کمک مالی کنید"
1290
+
1291
+ #: library/support-panel.php:59
1292
+ msgid "books"
1293
+ msgstr "کتابها"
1294
+
1295
+ #: library/support-panel.php:60
1296
+ msgid "plugins"
1297
+ msgstr "پلاگین ها"
1298
+
1299
+ #: library/support-panel.php:61
1300
+ msgid "donation"
1301
+ msgstr "کمک مالی"
1302
+
1303
+ #: library/support-panel.php:63
1304
+ msgid "Thank you for using"
1305
+ msgstr "با تشکر از شما برای استفاده"
1306
+
1307
+ #: library/support-panel.php:64
1308
+ msgid "Please show support by purchasing one of my"
1309
+ msgstr "لطفا با خرید یکی از موارد پشتیبانی خود را نشان دهید"
1310
+
1311
+ #: library/support-panel.php:65
1312
+ msgid "or"
1313
+ msgstr "یا"
1314
+
1315
+ #: library/support-panel.php:65
1316
+ msgid "or by making a"
1317
+ msgstr "یا با ساختن یک"
1318
+
1319
+ #: library/support-panel.php:66
1320
+ msgid "Your generous support helps future development of"
1321
+ msgstr "حمایت سخاوتمندانه شما به پیشرفت آینده کمک می کند"
1322
+
1323
+ #: library/support-panel.php:67
1324
+ msgid "and is greatly appreciated."
1325
+ msgstr "و بسیار قدردانی می شود"
1326
+
1327
+ #: library/support-panel.php:69
1328
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1329
+ msgstr "هر نوع کمک مالی به من کمک می کند تا این پلاگین رایگان و سایر منابع جذاب وردپرس را ادامه دهم."
1330
 
1331
  #. Description of the plugin
1332
  #:
1333
  msgid "Enables your visitors to submit posts and images from anywhere on your site."
1334
+ msgstr "بازدید کنندگان خود را قادر می سازد پست ها و تصاویر را از هر جای سایت خود ارسال کنند."
1335
 
1336
  #. URI of the plugin
1337
  #:
1338
  msgid "https://perishablepress.com/user-submitted-posts/"
1339
+ msgstr "https://perishablepress.com/user-submission-posts/"
1340
 
1341
  #. Author of the plugin
1342
  #:
1343
  msgid "Jeff Starr"
1344
+ msgstr "جف استار"
1345
 
1346
  #. Author URI of the plugin
1347
  #:
languages/usp-fr_FR.mo CHANGED
Binary file
languages/usp-fr_FR.po CHANGED
@@ -4,7 +4,7 @@ msgstr ""
4
  "Content-Type: text/plain; charset=UTF-8\n"
5
  "Content-Transfer-Encoding: 8bit\n"
6
  "X-Generator: POEditor.com\n"
7
- "Project-Id-Version: USP 2018 Nov\n"
8
  "Language: fr\n"
9
 
10
  #. Name of the plugin
@@ -12,275 +12,280 @@ msgstr ""
12
  msgid "User Submitted Posts"
13
  msgstr "Messages soumis par l'utilisateur"
14
 
15
- #: user-submitted-posts.php:81
16
  msgid "requires WordPress "
17
- msgstr "nécessite WordPress"
18
 
19
- #: user-submitted-posts.php:82
20
  msgid " or higher, and has been deactivated! "
21
- msgstr " ou supérieur, et a été désactivé!"
22
 
23
- #: user-submitted-posts.php:83
24
  msgid "Please return to the"
25
  msgstr "S'il vous plaît revenir à la"
26
 
27
- #: user-submitted-posts.php:84
28
  msgid "WordPress Admin Area"
29
  msgstr "Espace administrateur WordPress"
30
 
31
- #: user-submitted-posts.php:85
32
  msgid "to upgrade WordPress and try again."
33
  msgstr "mettre à jour WordPress et réessayer."
34
 
35
- #: user-submitted-posts.php:125
36
  msgid "User Submitted Post"
37
  msgstr "Message soumis par l'utilisateur"
38
 
39
- #: user-submitted-posts.php:433
40
  msgid "User Submitted Post Info"
41
  msgstr "Informations postées par l'utilisateur"
42
 
43
- #: user-submitted-posts.php:463
44
  msgid "Submitter Name: "
45
- msgstr "Nom de l'auteur:"
46
 
47
- #: user-submitted-posts.php:464
48
  msgid "Submitter Email: "
49
- msgstr "Email de l'auteur:"
50
 
51
- #: user-submitted-posts.php:465
52
  msgid "Submitter URL: "
53
- msgstr "URL de l'auteur:"
54
 
55
- #: user-submitted-posts.php:466
56
  msgid "Submitter IP: "
57
- msgstr "IP du déposant:"
58
 
59
- #: user-submitted-posts.php:517
60
  msgid "Show USP Posts"
61
  msgstr "Afficher les messages USP"
62
 
63
- #: user-submitted-posts.php:518 library/plugin-settings.php:999
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
- #: user-submitted-posts.php:1301
68
  msgid " files required"
69
  msgstr " fichiers requis"
70
 
71
- #: user-submitted-posts.php:1302
72
  msgid " file required"
73
  msgstr " fichier requis"
74
 
75
- #: user-submitted-posts.php:1304
76
  msgid " files"
77
  msgstr " des dossiers"
78
 
79
- #: user-submitted-posts.php:1305
80
  msgid " file"
81
  msgstr " fichier"
82
 
83
- #: user-submitted-posts.php:1307 user-submitted-posts.php:1308
84
- #: user-submitted-posts.php:1309 user-submitted-posts.php:1310
85
  msgid " pixels"
86
  msgstr " pixels"
87
 
88
- #: user-submitted-posts.php:1312 library/core-functions.php:215
89
- #: library/plugin-settings.php:290 library/plugin-settings.php:309
90
- #: library/plugin-settings.php:711 library/plugin-settings.php:1243
91
  msgid "Custom Field"
92
  msgstr "Champ personnalisé"
93
 
94
- #: user-submitted-posts.php:1314
95
  msgid "Custom checkbox required"
96
  msgstr "Case à cocher personnalisée requise"
97
 
98
- #: user-submitted-posts.php:1317
99
  msgid "An error occurred. Please go back and try again."
100
- msgstr "Une erreur est survenue. S'il vous plaît revenir en arrière et essayez à nouveau."
101
 
102
- #: user-submitted-posts.php:1327
103
  msgid "User login required"
104
  msgstr "Connexion utilisateur requise"
105
 
106
- #: user-submitted-posts.php:1328
107
  msgid "User name required"
108
  msgstr "Nom d'utilisateur (requis"
109
 
110
- #: user-submitted-posts.php:1329
111
  msgid "Post title required"
112
  msgstr "Titre du poste requis"
113
 
114
- #: user-submitted-posts.php:1330
115
  msgid "User URL required"
116
  msgstr "URL de l'utilisateur requise"
117
 
118
- #: user-submitted-posts.php:1331
119
  msgid "Post tags required"
120
  msgstr "Post tags requis"
121
 
122
- #: user-submitted-posts.php:1332
123
  msgid "Post category required"
124
  msgstr "Catégorie de poste requise"
125
 
126
- #: user-submitted-posts.php:1333
127
  msgid "Post content required"
128
  msgstr "Publier du contenu requis"
129
 
130
- #: user-submitted-posts.php:1334 user-submitted-posts.php:1335
131
  msgid "Correct captcha required"
132
  msgstr "Captcha correct requis"
133
 
134
- #: user-submitted-posts.php:1336
135
  msgid "User email required"
136
  msgstr "Email de l'utilisateur requis"
137
 
138
- #: user-submitted-posts.php:1337
139
  msgid "Please check your email and try again"
140
  msgstr "Veuillez vérifier votre email et réessayer"
141
 
142
- #: user-submitted-posts.php:1338
143
  msgid "Non-empty value for hidden field"
144
  msgstr "Valeur non vide pour le champ masqué"
145
 
146
- #: user-submitted-posts.php:1339
147
  msgid "Minimum number of images not met"
148
  msgstr "Nombre minimum d'images non atteintes"
149
 
150
- #: user-submitted-posts.php:1340
151
  msgid "Maximum number of images exceeded "
152
- msgstr "Nombre maximum d'images dépassé"
153
 
154
- #: user-submitted-posts.php:1341
155
  msgid "Minimum image width not met"
156
  msgstr "Largeur minimale de l'image non atteinte"
157
 
158
- #: user-submitted-posts.php:1342
159
  msgid "Image width exceeds maximum"
160
  msgstr "La largeur de l'image dépasse le maximum"
161
 
162
- #: user-submitted-posts.php:1343
163
  msgid "Minimum image height not met"
164
  msgstr "Hauteur minimale de l'image non atteinte"
165
 
166
- #: user-submitted-posts.php:1344
167
  msgid "Image height exceeds maximum"
168
  msgstr "La hauteur de l'image dépasse le maximum"
169
 
170
- #: user-submitted-posts.php:1345
171
  msgid "File type not allowed (please upload images only)"
172
  msgstr "Type de fichier non autorisé (veuillez télécharger des images uniquement)"
173
 
174
- #: user-submitted-posts.php:1346
175
  msgid " required"
176
  msgstr " Champs obligatoires"
177
 
178
- #: user-submitted-posts.php:1351
179
  msgid "File not uploaded. Please check the file and try again."
180
  msgstr "Fichier non téléchargé. Veuillez vérifier le fichier et réessayer."
181
 
182
- #: user-submitted-posts.php:1355
183
  msgid "The file(s) could not be uploaded"
184
  msgstr "Le fichier (s) n'a pas pu être téléchargé"
185
 
186
- #: user-submitted-posts.php:1357
187
  msgid "Post not created. Please contact the site administrator for help."
188
  msgstr "Poste non créé. Veuillez contacter l'administrateur du site pour obtenir de l'aide."
189
 
190
- #: user-submitted-posts.php:1358
191
  msgid "Duplicate post title. Please try again."
192
  msgstr "Titre de l'article en double. Veuillez réessayer."
193
 
194
- #: user-submitted-posts.php:1368
195
  msgid "Error: "
196
- msgstr "Erreur:"
197
 
198
- #: user-submitted-posts.php:1394
199
  msgid "Return to form"
200
  msgstr "Retour au formulaire"
201
 
202
- #: user-submitted-posts.php:1424 library/plugin-settings.php:975
203
  msgid "Please"
204
  msgstr "S'il vous plaît"
205
 
206
- #: user-submitted-posts.php:1425
207
  msgid "log in"
208
  msgstr "s'identifier"
209
 
210
- #: user-submitted-posts.php:1426
211
  msgid "to submit content!"
212
  msgstr "soumettre du contenu!"
213
 
214
- #: views/submission-form.php:46 views/submission-form-alt.php:55
215
  msgid "Please complete the required fields."
216
  msgstr "S'il vous plaît remplir les champs obligatoires."
217
 
218
- #: views/submission-form.php:56 views/submission-form.php:57
219
- #: views/submission-form-alt.php:61 views/submission-form-alt.php:62
220
  msgid "Your Name"
221
  msgstr "votre nom"
222
 
223
- #: views/submission-form.php:62 views/submission-form.php:63
224
- #: views/submission-form-alt.php:67 views/submission-form-alt.php:68
225
  msgid "Your URL"
226
  msgstr "Votre URL"
227
 
228
- #: views/submission-form.php:68 views/submission-form.php:69
229
- #: views/submission-form-alt.php:73 views/submission-form-alt.php:74
230
  msgid "Your Email"
231
  msgstr "Votre email"
232
 
233
- #: views/submission-form.php:74 views/submission-form.php:75
234
- #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
235
- #: library/plugin-settings.php:1036
236
  msgid "Post Title"
237
  msgstr "Titre de l'article"
238
 
239
- #: views/submission-form.php:80 views/submission-form.php:81
240
- #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
241
- #: library/plugin-settings.php:1037
242
  msgid "Post Tags"
243
  msgstr "Tags post"
244
 
245
- #: views/submission-form.php:93 views/submission-form-alt.php:98
246
  msgid "Antispam Question"
247
  msgstr "Question antispam"
248
 
249
- #: views/submission-form.php:98 views/submission-form-alt.php:103
250
- #: library/plugin-settings.php:1038
251
  msgid "Post Category"
252
  msgstr "Catégorie de poste"
253
 
254
- #: views/submission-form.php:100 views/submission-form-alt.php:105
 
255
  msgid "Please select a category.."
256
  msgstr "Veuillez sélectionner une catégorie.."
257
 
258
- #: views/submission-form.php:135 views/submission-form.php:136
259
- #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
260
- #: library/plugin-settings.php:1039
261
  msgid "Post Content"
262
  msgstr "Publier un contenu"
263
 
264
- #: views/submission-form.php:142 views/submission-form-alt.php:147
265
  msgid "Verification"
266
  msgstr "Vérification"
267
 
268
- #: views/submission-form.php:149 views/submission-form-alt.php:154
269
  msgid "Upload an Image"
270
  msgstr "Télécharger une image"
271
 
272
- #: views/submission-form.php:158 views/submission-form-alt.php:163
273
  msgid "Add another image"
274
  msgstr "Ajouter une autre image"
275
 
276
- #: views/submission-form.php:180 views/submission-form-alt.php:185
277
  msgid "Human verification: leave this field empty."
278
  msgstr "Vérification humaine: laissez ce champ vide."
279
 
280
- #: views/submission-form.php:204 views/submission-form-alt.php:209
281
  msgid "Submit Post"
282
  msgstr "Soumettre un message"
283
 
 
 
 
 
284
  #: library/shortcode-misc.php:18
285
  msgid "Reset form"
286
  msgstr "Réinitialiser le formulaire"
@@ -289,1032 +294,1040 @@ msgstr "Réinitialiser le formulaire"
289
  msgid "View full post"
290
  msgstr "Voir le post complet"
291
 
292
- #: library/support-panel.php:52
293
- msgid "Perishable Press Books"
294
- msgstr "Livres de presse périssables"
295
-
296
- #: library/support-panel.php:53
297
- msgid "Plugin Planet"
298
- msgstr "Plugin Planet"
299
-
300
- #: library/support-panel.php:54
301
- msgid "Donate via PayPal"
302
- msgstr "Faire un don via PayPal"
303
-
304
- #: library/support-panel.php:56
305
- msgid "books"
306
- msgstr "livres"
307
-
308
- #: library/support-panel.php:57
309
- msgid "plugins"
310
- msgstr "plugins"
311
-
312
- #: library/support-panel.php:58
313
- msgid "donation"
314
- msgstr "don"
315
-
316
- #: library/support-panel.php:60
317
- msgid "Thank you for using"
318
- msgstr "Merci d'utiliser"
319
-
320
- #: library/support-panel.php:61
321
- msgid "Please show support by purchasing one of my"
322
- msgstr "S'il vous plaît montrer le soutien en achetant un de mes"
323
-
324
- #: library/support-panel.php:62
325
- msgid "or"
326
- msgstr "ou"
327
-
328
- #: library/support-panel.php:62
329
- msgid "or by making a"
330
- msgstr "ou en faisant un"
331
-
332
- #: library/support-panel.php:63
333
- msgid "Your generous support helps future development of"
334
- msgstr "Votre généreux soutien contribue au développement futur de"
335
-
336
- #: library/support-panel.php:64
337
- msgid "and is greatly appreciated."
338
- msgstr "et est grandement apprécié."
339
-
340
- #: library/support-panel.php:66
341
- msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
342
- msgstr "Tout don, quelle que soit sa taille, me permet de continuer à développer ce plugin gratuit et d’autres superbes ressources WordPress"
343
-
344
- #: library/enqueue-scripts.php:83 library/enqueue-scripts.php:117
345
- msgid "Incorrect response."
346
- msgstr "Réponse incorrecte."
347
 
348
- #: library/plugin-settings.php:32
349
  msgid "Get USP Pro for unlimited forms!"
350
  msgstr "Obtenez USP Pro pour des formulaires illimités!"
351
 
352
- #: library/plugin-settings.php:33
353
  msgid "Go Pro"
354
  msgstr "Go Pro"
355
 
356
- #: library/plugin-settings.php:37
357
- msgid "Settings"
358
- msgstr "Réglages"
359
-
360
- #: library/plugin-settings.php:55 library/plugin-settings.php:1007
361
- #: library/plugin-settings.php:1595
362
  msgid "Plugin Homepage"
363
  msgstr "Plugin Page d'accueil"
364
 
365
- #: library/plugin-settings.php:56
366
  msgid "Homepage"
367
  msgstr "Page d'accueil"
368
 
369
- #: library/plugin-settings.php:61
370
  msgid "Give USP a 5-star rating at WordPress.org"
371
  msgstr "Donnez à USP une note de 5 étoiles sur WordPress.org"
372
 
373
- #: library/plugin-settings.php:62
374
  msgid "Rate this plugin&nbsp;&raquo;"
375
  msgstr "Notez ce plugin & nbsp; & raquo;"
376
 
377
- #: library/plugin-settings.php:120
378
  msgid "WP Post (recommended)"
379
  msgstr "WP Post (recommandé)"
380
 
381
- #: library/plugin-settings.php:124
382
  msgid "WP Page"
383
  msgstr "WP Page"
384
 
385
- #: library/plugin-settings.php:140
386
  msgid "HTML5 Form + Default CSS"
387
  msgstr "Formulaire HTML5 + CSS par défaut"
388
 
389
- #: library/plugin-settings.php:140
390
  msgid "(Recommended)"
391
  msgstr "(Conseillé)"
392
 
393
- #: library/plugin-settings.php:144
394
  msgid "HTML5 Form + Disable CSS"
395
  msgstr "Formulaire HTML5 + Désactiver CSS"
396
 
397
- #: library/plugin-settings.php:144
398
  msgid "(Provide your own styles)"
399
  msgstr "(Indiquez vos propres styles)"
400
 
401
- #: library/plugin-settings.php:148
402
  msgid "Custom Form + Custom CSS"
403
  msgstr "Formulaire personnalisé + CSS personnalisé"
404
 
405
- #: library/plugin-settings.php:148
406
  msgid "(Provide your own form template &amp; styles)"
407
  msgstr "(Indiquez votre propre modèle de formulaire et vos styles)"
408
 
409
- #: library/plugin-settings.php:164 library/plugin-settings.php:188
410
- #: library/plugin-settings.php:211 library/plugin-settings.php:235
411
  msgid "Auto-display before post content"
412
  msgstr "Affichage automatique avant le contenu du message"
413
 
414
- #: library/plugin-settings.php:168 library/plugin-settings.php:192
415
- #: library/plugin-settings.php:215 library/plugin-settings.php:239
416
  msgid "Auto-display after post content"
417
  msgstr "Affichage automatique après le contenu du post"
418
 
419
- #: library/plugin-settings.php:172
420
  msgid "Do not auto-display submitted images"
421
  msgstr "Ne pas afficher automatiquement les images soumises"
422
 
423
- #: library/plugin-settings.php:196
424
  msgid "Do not auto-display submitted email"
425
- msgstr "Ne pas afficher automatiquement le courrier électronique soumis"
426
 
427
- #: library/plugin-settings.php:219
428
  msgid "Do not auto-display submitted URL"
429
  msgstr "Ne pas afficher automatiquement l'URL soumise"
430
 
431
- #: library/plugin-settings.php:243
432
  msgid "Do not auto-display the Custom Field"
433
  msgstr "Ne pas afficher automatiquement le champ personnalisé"
434
 
435
- #: library/plugin-settings.php:271 library/plugin-settings.php:303
436
- #: library/plugin-settings.php:336 library/plugin-settings.php:368
437
- msgid "Display and require"
438
- msgstr "Afficher et exiger"
439
 
440
- #: library/plugin-settings.php:272 library/plugin-settings.php:304
441
- msgid "Display but do not require"
442
- msgstr "Afficher mais ne nécessite pas"
443
 
444
- #: library/plugin-settings.php:273 library/plugin-settings.php:305
445
- #: library/plugin-settings.php:337 library/plugin-settings.php:369
446
  msgid "Disable this field"
447
  msgstr "Désactiver ce champ"
448
 
449
- #: library/plugin-settings.php:308 library/plugin-settings.php:340
450
- #: library/plugin-settings.php:372 library/plugin-settings.php:404
451
  msgid "(Visit"
452
  msgstr "(Visite"
453
 
454
- #: library/plugin-settings.php:309 library/plugin-settings.php:341
455
- #: library/plugin-settings.php:373 library/plugin-settings.php:405
456
  msgid "to configure options)"
457
  msgstr "configurer les options)"
458
 
459
- #: library/plugin-settings.php:324 library/plugin-settings.php:341
460
- #: library/plugin-settings.php:1261 library/plugin-settings.php:1266
461
  msgid "Challenge Question"
462
  msgstr "Question de défi"
463
 
464
- #: library/plugin-settings.php:356 library/plugin-settings.php:373
465
- #: library/plugin-settings.php:1283
466
  msgid "Google reCAPTCHA"
467
  msgstr "Google reCAPTCHA"
468
 
469
- #: library/plugin-settings.php:388
470
  msgid "Post Images"
471
  msgstr "Publier des images"
472
 
473
- #: library/plugin-settings.php:400
474
- msgid "Display"
475
- msgstr "Afficher"
476
 
477
- #: library/plugin-settings.php:401
478
  msgid "Disable"
479
  msgstr "Désactiver"
480
 
481
- #: library/plugin-settings.php:405 library/plugin-settings.php:1344
482
  msgid "Image Uploads"
483
  msgstr "Téléchargement d'images"
484
 
485
- #: library/plugin-settings.php:485
486
  msgid "Draft"
487
  msgstr "Brouillon"
488
 
489
- #: library/plugin-settings.php:486
490
  msgid "Pending (default)"
491
  msgstr "En attente (par défaut)"
492
 
493
- #: library/plugin-settings.php:487
494
  msgid "Publish immediately"
495
  msgstr "Publier immédiatement"
496
 
497
- #: library/plugin-settings.php:488
498
  msgid "Publish after 1 approved post"
499
  msgstr "Publier après 1 poste approuvé"
500
 
501
- #: library/plugin-settings.php:489
502
  msgid "Publish after "
503
- msgstr "Publier après"
504
 
505
- #: library/plugin-settings.php:489
506
  msgid " approved posts"
507
  msgstr " postes approuvés"
508
 
509
- #: library/plugin-settings.php:655
 
 
 
 
510
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
511
  msgstr "Il y avait une erreur. Assurez-vous que vous avez ajouté un titre, du contenu et que vous n’avez transféré que des images."
512
 
513
- #: library/plugin-settings.php:669
514
  msgid "Please select your image(s) to upload."
515
  msgstr "Veuillez sélectionner vos images à télécharger."
516
 
517
- #: library/plugin-settings.php:675
518
  msgid "Success! Thank you for your submission."
519
  msgstr "Succès! Merci pour votre soumission."
520
 
521
- #: library/plugin-settings.php:701
522
  msgid "Email"
523
  msgstr "Email"
524
 
525
- #: library/plugin-settings.php:702
526
  msgid "URL"
527
  msgstr "URL"
528
 
529
- #: library/plugin-settings.php:962
530
  msgid "Toggle all panels"
531
  msgstr "Basculer tous les panneaux"
532
 
533
- #: library/plugin-settings.php:971
534
  msgid "We need your support!"
535
  msgstr "Nous avons besoin de votre appui!"
536
 
537
- #: library/plugin-settings.php:975
538
  msgid "Make a donation via PayPal"
539
  msgstr "Faire un don via PayPal"
540
 
541
- #: library/plugin-settings.php:975
542
  msgid "make a donation"
543
  msgstr "faire un don"
544
 
545
- #: library/plugin-settings.php:975
546
  msgid "and/or"
547
  msgstr "et / ou"
548
 
549
- #: library/plugin-settings.php:976
550
  msgid "Rate and review at the Plugin Directory"
551
  msgstr "Notez et commentez dans le répertoire des plugins"
552
 
553
- #: library/plugin-settings.php:977
554
  msgid "give this plugin a 5-star rating"
555
  msgstr "attribuer à ce plugin 5 étoiles"
556
 
557
- #: library/plugin-settings.php:981
558
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
559
  msgstr "Votre généreux soutien permet le développement continu de ce plugin gratuit. Je vous remercie!"
560
 
561
- #: library/plugin-settings.php:986
562
  msgid "Check this box if you have shown support"
563
  msgstr "Cochez cette case si vous avez montré du soutien"
564
 
565
- #: library/plugin-settings.php:995
566
  msgid "Overview"
567
  msgstr "Vue d'ensemble"
568
 
569
- #: library/plugin-settings.php:999
570
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
571
- msgstr "permet à vos visiteurs de soumettre des messages et de télécharger des images à partir du front-end de votre site."
572
 
573
- #: library/plugin-settings.php:1000
574
  msgid "For advanced functionality and unlimited forms, check out"
575
  msgstr "Pour des fonctionnalités avancées et des formulaires illimités, consultez"
576
 
577
- #: library/plugin-settings.php:1000 library/plugin-settings.php:1402
578
  msgid "USP Pro"
579
  msgstr "USP Pro"
580
 
581
- #: library/plugin-settings.php:1001
582
  msgid "&mdash; the ultimate solution for user-generated content."
583
  msgstr "& mdash; la solution ultime pour le contenu généré par l'utilisateur."
584
 
585
- #: library/plugin-settings.php:1005 library/plugin-settings.php:1022
586
  msgid "Plugin Settings"
587
  msgstr "Paramètres du plugin"
588
 
589
- #: library/plugin-settings.php:1006
590
  msgid "Display the form"
591
  msgstr "Afficher le formulaire"
592
 
593
- #: library/plugin-settings.php:1010
594
  msgid "If you like this plugin, please"
595
  msgstr "Si vous aimez ce plugin, s'il vous plaît"
596
 
597
- #: library/plugin-settings.php:1011
598
  msgid "THANK YOU for your support!"
599
  msgstr "Merci pour votre soutien!"
600
 
601
- #: library/plugin-settings.php:1011
602
  msgid "give it a 5-star rating"
603
  msgstr "lui donner 5 étoiles"
604
 
605
- #: library/plugin-settings.php:1015
606
  msgid "Unlimited front-end forms"
607
  msgstr "Formulaires illimités front-end"
608
 
609
- #: library/plugin-settings.php:1015
610
  msgid "Get USP Pro"
611
  msgstr "Obtenez USP Pro"
612
 
613
- #: library/plugin-settings.php:1025
614
  msgid "Configure your settings for User Submitted Posts."
615
  msgstr "Configurez vos paramètres pour les messages soumis par l'utilisateur."
616
 
617
- #: library/plugin-settings.php:1027
618
  msgid "Form Fields"
619
  msgstr "Champs de formulaire"
620
 
621
- #: library/plugin-settings.php:1033
622
  msgid "User Name"
623
  msgstr "Nom d'utilisateur"
624
 
625
- #: library/plugin-settings.php:1034
626
  msgid "User Email"
627
  msgstr "Email de l'utilisateur"
628
 
629
- #: library/plugin-settings.php:1035
630
  msgid "User URL"
631
  msgstr "URL de l'utilisateur"
632
 
633
- #: library/plugin-settings.php:1050
634
  msgid "General Settings"
635
  msgstr "réglages généraux"
636
 
637
- #: library/plugin-settings.php:1052
638
  msgid "Note that the default settings work fine for most cases."
639
  msgstr "Notez que les paramètres par défaut fonctionnent correctement dans la plupart des cas."
640
 
641
- #: library/plugin-settings.php:1057
642
  msgid "Form Style"
643
  msgstr "Style de formulaire"
644
 
645
- #: library/plugin-settings.php:1062
646
  msgid "With this option, you can copy the plugin&rsquo;s default templates:"
647
  msgstr "Avec cette option, vous pouvez copier les modèles par défaut du plug-in:"
648
 
649
- #: library/plugin-settings.php:1067
650
  msgid "..and upload them into a directory named"
651
  msgstr "..et les télécharger dans un répertoire nommé"
652
 
653
- #: library/plugin-settings.php:1067
654
  msgid "in your theme:"
655
  msgstr "dans votre thème:"
656
 
657
- #: library/plugin-settings.php:1073
658
  msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
659
- msgstr "Cela vous permettra de personnaliser la forme et les styles comme vous le souhaitez. Pour plus d’informations, consultez la section \"Formulaire de soumission personnalisé\" dans"
660
 
661
- #: library/plugin-settings.php:1074
662
  msgid "Installation Docs"
663
  msgstr "Documents d'installation"
664
 
665
- #: library/plugin-settings.php:1075
666
  msgid "FYI: here is a"
667
  msgstr "FYI: voici un"
668
 
669
- #: library/plugin-settings.php:1075
670
  msgid "list of USP CSS selectors"
671
- msgstr "liste des sélecteurs CSS USP"
672
 
673
- #: library/plugin-settings.php:1081
674
  msgid "Include JavaScript"
675
  msgstr "Inclure JavaScript"
676
 
677
- #: library/plugin-settings.php:1083
678
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
679
  msgstr "Cochez cette case si vous souhaitez inclure les fichiers JavaScript externes (recommandé)."
680
 
681
- #: library/plugin-settings.php:1086
682
  msgid "Targeted Loading"
683
  msgstr "Chargement ciblé"
684
 
685
- #: library/plugin-settings.php:1088
686
- msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
687
- msgstr "Par défaut, CSS externe & amp; Les fichiers JavaScript sont chargés sur chaque page. Ici, vous pouvez spécifier l'URL du formulaire USP pour charger des ressources uniquement sur cette page. Remarque: laissez vide pour charger sur toutes les pages."
688
 
689
- #: library/plugin-settings.php:1091
690
  msgid "Post Type"
691
  msgstr "Type de poste"
692
 
693
- #: library/plugin-settings.php:1094
694
  msgid "Submit posts as WP Posts or Pages"
695
  msgstr "Soumettre des messages sous forme de messages ou de pages WP"
696
 
697
- #: library/plugin-settings.php:1098
698
  msgid "Post Status"
699
  msgstr "État du message"
700
 
701
- #: library/plugin-settings.php:1101
702
  msgid "Post Status for submitted posts"
703
  msgstr "Statut de publication pour les publications soumises"
704
 
705
- #: library/plugin-settings.php:1105
706
  msgid "Redirect URL"
707
  msgstr "URL de redirection"
708
 
709
- #: library/plugin-settings.php:1107
710
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
711
  msgstr "Spécifiez une URL pour rediriger l'utilisateur après la soumission. Laissez le champ vide pour rediriger vers la page actuelle."
712
 
713
- #: library/plugin-settings.php:1110
714
  msgid "Success Message"
715
  msgstr "Message de réussite"
716
 
717
- #: library/plugin-settings.php:1112
718
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
719
- msgstr "Message de réussite qui s'affiche si la post-soumission a réussi. Le balisage de base est autorisé."
720
 
721
- #: library/plugin-settings.php:1115
722
  msgid "Error Message"
723
  msgstr "Message d'erreur"
724
 
725
- #: library/plugin-settings.php:1117
726
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
727
  msgstr "Message d'erreur général affiché en cas d'échec de la post-soumission. Le balisage de base est autorisé."
728
 
729
- #: library/plugin-settings.php:1120
730
  msgid "Custom Content"
731
  msgstr "Contenu personnalisé"
732
 
733
- #: library/plugin-settings.php:1122
734
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
735
  msgstr "Texte / balisage personnalisé à inclure avant le formulaire de soumission. Laisser en blanc pour désactiver."
736
 
737
- #: library/plugin-settings.php:1125
738
  msgid "Rich Text Editor"
739
  msgstr "Éditeur de texte enrichi"
740
 
741
- #: library/plugin-settings.php:1127
742
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
743
  msgstr "Cochez cette case si vous souhaitez activer l'édition en texte enrichi WP pour les publications soumises."
744
 
745
- #: library/plugin-settings.php:1130
746
  msgid "Unique Titles"
747
  msgstr "Titres uniques"
748
 
749
- #: library/plugin-settings.php:1132
750
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
751
  msgstr "Exiger que les titres des articles soumis soient uniques (utile pour éviter la multiplication / la duplication des articles soumis)."
752
 
753
- #: library/plugin-settings.php:1135
754
  msgid "Disable Required"
755
  msgstr "Désactiver Obligatoire"
756
 
757
- #: library/plugin-settings.php:1137
758
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
759
  msgstr "Désactivez tous les attributs requis dans les champs de formulaire par défaut (utile pour le dépannage des messages d'erreur)."
760
 
761
- #: library/plugin-settings.php:1140
762
  msgid "Enable Shortcodes"
763
  msgstr "Activer les codes courts"
764
 
765
- #: library/plugin-settings.php:1142
766
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
767
- msgstr "Activer les codes courts dans les widgets. Par défaut, WordPress n'active pas les codes abrégés dans les widgets."
768
 
769
- #: library/plugin-settings.php:1143
770
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
771
  msgstr "Ce paramètre active n'importe quel / tous les shortcodes dans les widgets (même les shortcodes d'autres plugins)."
772
 
773
- #: library/plugin-settings.php:1148
774
- msgid "GDPR"
775
- msgstr "GDPR"
776
 
777
- #: library/plugin-settings.php:1153
778
  msgid "Disable IP Tracking"
779
  msgstr "Désactiver le suivi IP"
780
 
781
- #: library/plugin-settings.php:1155
782
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
783
  msgstr "Par défaut, USP enregistre l'adresse IP avec chaque message soumis. Cochez cette case pour désactiver tout le suivi IP."
784
 
785
- #: library/plugin-settings.php:1159
786
  msgid "Display Checkbox"
787
  msgstr "Afficher la case à cocher"
788
 
789
- #: library/plugin-settings.php:1161
790
  msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
791
- msgstr "Afficher une case à cocher personnalisée sur votre formulaire (utile pour GDPR, accepter les conditions, etc.)"
792
 
793
- #: library/plugin-settings.php:1164
794
  msgid "Checkbox Name"
795
  msgstr "Nom de la case à cocher"
796
 
797
- #: library/plugin-settings.php:1166 library/plugin-settings.php:1251
798
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
799
  msgstr "Utilisez uniquement des caractères alphanumériques, des traits de soulignement et des tirets. En cas de doute, utilisez le nom par défaut:"
800
 
801
- #: library/plugin-settings.php:1169
802
  msgid "Checkbox Error"
803
  msgstr "Erreur de case à cocher"
804
 
805
- #: library/plugin-settings.php:1171
806
  msgid "Error message displayed if user does not check the box."
807
  msgstr "Message d'erreur affiché si l'utilisateur ne coche pas la case."
808
 
809
- #: library/plugin-settings.php:1174
810
  msgid "Checkbox Text"
811
  msgstr "Texte de la case à cocher"
812
 
813
- #: library/plugin-settings.php:1176
814
  msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
815
- msgstr "Texte affiché à côté de la case à cocher. Astuce: utilisez des accolades pour obtenir des équerres, par exemple:"
816
 
817
- #: library/plugin-settings.php:1181 library/plugin-settings.php:1186
818
  msgid "Categories"
819
- msgstr "Les catégories"
820
 
821
- #: library/plugin-settings.php:1189
822
- msgid "Select which categories may be assigned to submitted posts (click to toggle)"
823
- msgstr "Sélectionnez les catégories pouvant être attribuées aux publications soumises (cliquez pour basculer)"
824
 
825
- #: library/plugin-settings.php:1197
 
 
 
 
 
 
 
 
826
  msgid "Hidden/Default Category"
827
  msgstr "Catégorie cachée / par défaut"
828
 
829
- #: library/plugin-settings.php:1199
830
- msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
831
- msgstr "Utilisez un champ masqué pour la catégorie de publication. Cela peut être utilisé pour spécifier une catégorie par défaut lorsque le champ de catégorie est désactivé."
832
 
833
- #: library/plugin-settings.php:1202
834
  msgid "Category ID for Hidden Field"
835
  msgstr "ID de catégorie pour le champ caché"
836
 
837
- #: library/plugin-settings.php:1204
838
- msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
839
- msgstr "Spécifiez l'ID de la catégorie à utiliser pour la catégorie & hdquo; masquée / par défaut & rdquo; option."
840
 
841
- #: library/plugin-settings.php:1209
842
  msgid "Users"
843
  msgstr "Utilisateurs"
844
 
845
- #: library/plugin-settings.php:1214
846
  msgid "Assigned Author"
847
  msgstr "Auteur assigné"
848
 
849
- #: library/plugin-settings.php:1217
850
  msgid "Specify the user that should be assigned as author for submitted posts."
851
  msgstr "Spécifiez l'utilisateur à attribuer en tant qu'auteur pour les publications soumises."
852
 
853
- #: library/plugin-settings.php:1221
854
  msgid "Registered Username"
855
  msgstr "Nom d'utilisateur enregistré"
856
 
857
- #: library/plugin-settings.php:1223
858
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
859
  msgstr "Utilisez un nom d'utilisateur enregistré comme auteur du post. Valable lorsque la personne qui soumet le formulaire est connectée à WordPress."
860
 
861
- #: library/plugin-settings.php:1226
862
  msgid "User Profile URL"
863
  msgstr "URL du profil utilisateur"
864
 
865
- #: library/plugin-settings.php:1228
866
  msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
867
  msgstr "Utilisez l'URL de profil de l'utilisateur enregistré comme valeur du champ URL. Valable lorsque la personne qui soumet le formulaire est connectée à WordPress."
868
 
869
- #: library/plugin-settings.php:1231
870
  msgid "Require User Login"
871
  msgstr "Exiger une connexion utilisateur"
872
 
873
- #: library/plugin-settings.php:1233
874
  msgid "Require users to be logged in to WordPress to view/submit the form"
875
  msgstr "Exiger que les utilisateurs soient connectés à WordPress pour afficher / soumettre le formulaire"
876
 
877
- #: library/plugin-settings.php:1236
878
  msgid "Disable Replace Author"
879
  msgstr "Désactiver Remplacer Auteur"
880
 
881
- #: library/plugin-settings.php:1238
882
  msgid "Do not replace post author with submitted user name"
883
  msgstr "Ne pas remplacer l'auteur de la publication par le nom d'utilisateur soumis"
884
 
885
- #: library/plugin-settings.php:1244
886
  msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
887
  msgstr "Ici, vous pouvez changer le nom et l'étiquette utilisés par le champ personnalisé. Vous pouvez activer ce champ via le paramètre Champs de formulaire ci-dessus."
888
 
889
- #: library/plugin-settings.php:1249
890
  msgid "Custom Field Name"
891
  msgstr "Nom du champ personnalisé"
892
 
893
- #: library/plugin-settings.php:1254
894
  msgid "Custom Field Label"
895
  msgstr "Label de champ personnalisé"
896
 
897
- #: library/plugin-settings.php:1256
898
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
899
  msgstr "Ceci sera affiché comme étiquette de champ sur le formulaire. Par défaut: champ personnalisé"
900
 
901
- #: library/plugin-settings.php:1268
902
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
903
  msgstr "Pour éviter le spam, entrez une question à laquelle les utilisateurs doivent répondre avant de soumettre le formulaire."
904
 
905
- #: library/plugin-settings.php:1271
906
  msgid "Challenge Response"
907
  msgstr "Réponse au défi"
908
 
909
- #: library/plugin-settings.php:1273
910
  msgid "Enter the *only* correct answer to the challenge question."
911
  msgstr "Entrez la * seule * bonne réponse à la question posée."
912
 
913
- #: library/plugin-settings.php:1276
914
  msgid "Case-sensitivity"
915
  msgstr "Sensibilité à la casse"
916
 
917
- #: library/plugin-settings.php:1278
918
  msgid "Check this box if you want the challenge response to be case-sensitive."
919
  msgstr "Cochez cette case si vous souhaitez que la réponse au test soit sensible à la casse."
920
 
921
- #: library/plugin-settings.php:1284
922
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
923
  msgstr "Pour activer Google reCAPTCHA, entrez vos clés publique et privée."
924
 
925
- #: library/plugin-settings.php:1289
926
  msgid "Public Key"
927
  msgstr "Clé publique"
928
 
929
- #: library/plugin-settings.php:1291
930
  msgid "Enter your Public Key"
931
  msgstr "Entrez votre clé publique"
932
 
933
- #: library/plugin-settings.php:1294
934
  msgid "Private Key"
935
  msgstr "Clé privée"
936
 
937
- #: library/plugin-settings.php:1296
938
  msgid "Enter your Private Key"
939
  msgstr "Entrez votre clé privée"
940
 
941
- #: library/plugin-settings.php:1301
942
  msgid "Email Alerts"
943
  msgstr "alertes courrier électronique"
944
 
945
- #: library/plugin-settings.php:1306
946
  msgid "Receive Email Alert"
947
  msgstr "Recevoir une alerte email"
948
 
949
- #: library/plugin-settings.php:1308
950
  msgid "Check this box if you want to be notified via email for new post submissions."
951
  msgstr "Cochez cette case si vous souhaitez être averti par courrier électronique de nouvelles contributions."
952
 
953
- #: library/plugin-settings.php:1311
954
  msgid "Enable HTML Format"
955
  msgstr "Activer le format HTML"
956
 
957
- #: library/plugin-settings.php:1313
958
  msgid "Check this box to enable HTML format for email alerts."
959
  msgstr "Cochez cette case pour activer le format HTML pour les alertes par courrier électronique."
960
 
961
- #: library/plugin-settings.php:1316
962
  msgid "Email Address for Alerts"
963
  msgstr "Adresse e-mail pour les alertes"
964
 
965
- #: library/plugin-settings.php:1318
966
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
967
  msgstr "Si vous avez coché la case pour recevoir des alertes par e-mail, indiquez ici la ou les adresses auxquelles les e-mails doivent être envoyés."
968
 
969
- #: library/plugin-settings.php:1319
970
  msgid "Multiple recipients may be included using a comma, like so:"
971
  msgstr "Plusieurs destinataires peuvent être inclus en utilisant une virgule, comme ceci:"
972
 
973
- #: library/plugin-settings.php:1322
974
  msgid "Email &ldquo;From&rdquo; Address"
975
  msgstr "Email & ldquo; De & rdquo; Adresse"
976
 
977
- #: library/plugin-settings.php:1324
978
  msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
979
- msgstr "Ici, vous pouvez personnaliser l’adresse (s) utilisée (s) pour le & ldquo; De & rdquo; en-tête (voir la FAQ du plugin pour plus d'informations)."
980
 
981
- #: library/plugin-settings.php:1325
982
  msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
983
- msgstr "Si plusieurs adresses sont spécifiées dans le paramètre précédent, incluez un nombre égal de & De \"depuis & rdquo; adresses pour ce réglage (dans le même ordre)."
984
 
985
- #: library/plugin-settings.php:1328
986
  msgid "Email Alert Subject"
987
  msgstr "Objet de l'alerte e-mail"
988
 
989
- #: library/plugin-settings.php:1330
990
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
991
- msgstr "Ligne d'objet pour les alertes par courrier électronique. Laissez le champ vide pour utiliser la ligne d'objet par défaut. Remarque: vous pouvez utiliser les variables suivantes:"
992
 
993
- #: library/plugin-settings.php:1335
994
  msgid "Email Alert Message"
995
  msgstr "Message d'alerte par e-mail"
996
 
997
- #: library/plugin-settings.php:1337
998
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
999
- msgstr "Message pour les alertes par courrier électronique. Laissez le champ vide pour utiliser le message par défaut. Remarque: vous pouvez utiliser les variables suivantes:"
1000
 
1001
- #: library/plugin-settings.php:1349
1002
  msgid "Featured Image"
1003
  msgstr "L'image sélectionnée"
1004
 
1005
- #: library/plugin-settings.php:1351
1006
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
1007
- msgstr "Définissez les images soumises en tant qu'images en vedette. Requiert la prise en charge de thèmes pour les images en vedette (aka Post Thumbnails)."
1008
 
1009
- #: library/plugin-settings.php:1354
1010
  msgid "Upload Message"
1011
  msgstr "Envoyer un message"
1012
 
1013
- #: library/plugin-settings.php:1356
1014
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
1015
  msgstr "Message qui apparaît à côté du champ de téléchargement. Utile pour indiquer vos directives de téléchargement / politique / etc. Balisage de base autorisé."
1016
 
1017
- #: library/plugin-settings.php:1359
1018
  msgid "&ldquo;Add another image&rdquo; link"
1019
  msgstr "& ldquo; Ajouter une autre image & rdquo; lien"
1020
 
1021
- #: library/plugin-settings.php:1361
1022
  msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
1023
- msgstr "Balisage personnalisé pour & ldquo; Ajouter une autre image & rdquo; lien. Laissez ce champ vide pour utiliser le marquage par défaut (recommandé)."
1024
 
1025
- #: library/plugin-settings.php:1364
1026
  msgid "Minimum number of images"
1027
  msgstr "Nombre minimum d'images"
1028
 
1029
- #: library/plugin-settings.php:1367
1030
  msgid "Specify the minimum number of images."
1031
  msgstr "Spécifiez le nombre minimum d'images."
1032
 
1033
- #: library/plugin-settings.php:1371
1034
  msgid "Maximum number of images"
1035
  msgstr "Nombre maximum d'images"
1036
 
1037
- #: library/plugin-settings.php:1374
1038
  msgid "Specify the maximum number of images."
1039
  msgstr "Spécifiez le nombre maximum d'images."
1040
 
1041
- #: library/plugin-settings.php:1378
1042
  msgid "Minimum image width"
1043
  msgstr "Largeur minimale de l'image"
1044
 
1045
- #: library/plugin-settings.php:1380
1046
  msgid "Specify a minimum width (in pixels) for uploaded images."
1047
  msgstr "Spécifiez une largeur minimale (en pixels) pour les images téléchargées."
1048
 
1049
- #: library/plugin-settings.php:1383
1050
  msgid "Minimum image height"
1051
  msgstr "Hauteur minimale de l'image"
1052
 
1053
- #: library/plugin-settings.php:1385
1054
  msgid "Specify a minimum height (in pixels) for uploaded images."
1055
  msgstr "Spécifiez une hauteur minimale (en pixels) pour les images téléchargées."
1056
 
1057
- #: library/plugin-settings.php:1388
1058
  msgid "Maximum image width"
1059
  msgstr "Largeur maximale de l'image"
1060
 
1061
- #: library/plugin-settings.php:1390
1062
  msgid "Specify a maximum width (in pixels) for uploaded images."
1063
  msgstr "Spécifiez une largeur maximale (en pixels) pour les images téléchargées."
1064
 
1065
- #: library/plugin-settings.php:1393
1066
  msgid "Maximum image height"
1067
  msgstr "Hauteur maximale de l'image"
1068
 
1069
- #: library/plugin-settings.php:1395
1070
  msgid "Specify a maximum height (in pixels) for uploaded images."
1071
  msgstr "Spécifiez une hauteur maximale (en pixels) pour les images téléchargées."
1072
 
1073
- #: library/plugin-settings.php:1398
1074
  msgid "More Options"
1075
  msgstr "Plus d'options"
1076
 
1077
- #: library/plugin-settings.php:1401
1078
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
1079
- msgstr "Pour plus doptions, comme la possibilité de télécharger dautres types de fichiers (PDF, Word, Zip, vidéos, etc.), consultez"
1080
 
1081
- #: library/plugin-settings.php:1402
1082
  msgid "Go Pro!"
1083
  msgstr "Go Pro!"
1084
 
1085
- #: library/plugin-settings.php:1409
1086
  msgid "Auto-Display Content"
1087
  msgstr "Affichage automatique du contenu"
1088
 
1089
- #: library/plugin-settings.php:1414
1090
  msgid "Auto-Display Images"
1091
  msgstr "Affichage automatique des images"
1092
 
1093
- #: library/plugin-settings.php:1416
1094
  msgid "Auto-display user-submitted images:"
1095
  msgstr "Afficher automatiquement les images soumises par l'utilisateur:"
1096
 
1097
- #: library/plugin-settings.php:1421
1098
  msgid "Image Markup"
1099
  msgstr "Balisage d'image"
1100
 
1101
- #: library/plugin-settings.php:1423
1102
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1103
  msgstr "Marquage à utiliser pour chaque image soumise (lorsque l'affichage automatique est activé). Peut utiliser"
1104
 
1105
- #: library/plugin-settings.php:1425 library/plugin-settings.php:1438
1106
- #: library/plugin-settings.php:1451 library/plugin-settings.php:1464
1107
  msgid "and"
1108
  msgstr "et"
1109
 
1110
- #: library/plugin-settings.php:1428
1111
  msgid "Auto-Display Email"
1112
  msgstr "Affichage automatique du courrier électronique"
1113
 
1114
- #: library/plugin-settings.php:1430
1115
  msgid "Auto-display user-submitted email:"
1116
  msgstr "Afficher automatiquement le courrier électronique soumis par l'utilisateur:"
1117
 
1118
- #: library/plugin-settings.php:1435
1119
  msgid "Email Markup"
1120
  msgstr "Marquage de courrier électronique"
1121
 
1122
- #: library/plugin-settings.php:1437
1123
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1124
  msgstr "Marquage à utiliser pour l'adresse électronique soumise (lorsque l'affichage automatique est activé). Peut utiliser"
1125
 
1126
- #: library/plugin-settings.php:1441
1127
  msgid "Auto-Display URL"
1128
  msgstr "URL à afficher automatiquement"
1129
 
1130
- #: library/plugin-settings.php:1443
1131
  msgid "Auto-display user-submitted URL:"
1132
  msgstr "Afficher automatiquement l'URL soumise par l'utilisateur:"
1133
 
1134
- #: library/plugin-settings.php:1448
1135
  msgid "URL Markup"
1136
- msgstr "Marquage d'URL"
1137
 
1138
- #: library/plugin-settings.php:1450
1139
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1140
  msgstr "Marquage à utiliser pour l'URL soumise (lorsque l'affichage automatique est activé). Peut utiliser"
1141
 
1142
- #: library/plugin-settings.php:1454
1143
  msgid "Auto-Display Custom Field"
1144
  msgstr "Afficher automatiquement le champ personnalisé"
1145
 
1146
- #: library/plugin-settings.php:1456
1147
  msgid "Auto-display user-submitted Custom Field:"
1148
  msgstr "Afficher automatiquement le champ personnalisé soumis par l'utilisateur:"
1149
 
1150
- #: library/plugin-settings.php:1461
1151
  msgid "Custom Field Markup"
1152
  msgstr "Balisage de champ personnalisé"
1153
 
1154
- #: library/plugin-settings.php:1463
1155
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1156
  msgstr "Marquage à utiliser pour le champ personnalisé soumis (lorsque l'affichage automatique est activé). Peut utiliser"
1157
 
1158
- #: library/plugin-settings.php:1469 library/plugin-settings.php:1581
1159
  msgid "Save Settings"
1160
  msgstr "Enregistrer les paramètres"
1161
 
1162
- #: library/plugin-settings.php:1474
1163
  msgid "Display the Form"
1164
  msgstr "Afficher le formulaire"
1165
 
1166
- #: library/plugin-settings.php:1477
1167
  msgid "Post-Submit Form"
1168
  msgstr "Formulaire post-soumission"
1169
 
1170
- #: library/plugin-settings.php:1478
1171
  msgid "USP enables you to display a post-submission form anywhere on your site."
1172
  msgstr "USP vous permet d'afficher un formulaire de post-soumission n'importe où sur votre site."
1173
 
1174
- #: library/plugin-settings.php:1479 library/plugin-settings.php:1488
1175
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1176
  msgstr "Utilisez le shortcode pour afficher le formulaire sur n’importe quel post ou page WP:"
1177
 
1178
- #: library/plugin-settings.php:1482 library/plugin-settings.php:1491
1179
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1180
  msgstr "Ou bien, utilisez la balise de modèle pour afficher le formulaire n'importe où dans votre modèle de thème:"
1181
 
1182
- #: library/plugin-settings.php:1486
1183
  msgid "Login/Register Form"
1184
  msgstr "Formulaire de connexion / inscription"
1185
 
1186
- #: library/plugin-settings.php:1487
1187
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1188
  msgstr "Vous pouvez également afficher un formulaire permettant aux utilisateurs de se connecter, de s'inscrire ou de réinitialiser leur mot de passe."
1189
 
1190
- #: library/plugin-settings.php:1495
1191
  msgid "Display Submitted Posts"
1192
  msgstr "Afficher les messages soumis"
1193
 
1194
- #: library/plugin-settings.php:1496
1195
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1196
  msgstr "Utilisez ce shortcode pour afficher une liste des publications soumises sur n’importe quel post ou page WP:"
1197
 
1198
- #: library/plugin-settings.php:1499
1199
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1200
- msgstr "Ou bien, utilisez la balise de modèle pour afficher une liste des publications soumises nimporte où dans votre modèle de thème:"
1201
 
1202
- #: library/plugin-settings.php:1502
1203
  msgid "Here are some examples showing how to configure this shortcode:"
1204
  msgstr "Voici quelques exemples montrant comment configurer ce shortcode:"
1205
 
1206
- #: library/plugin-settings.php:1510
1207
  msgid "Display Image Gallery"
1208
  msgstr "Afficher la galerie d'images"
1209
 
1210
- #: library/plugin-settings.php:1511
1211
  msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
1212
  msgstr "Utilisez ce shortcode pour afficher une galerie d'images téléchargées pour chaque message soumis:"
1213
 
1214
- #: library/plugin-settings.php:1514
1215
  msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
1216
- msgstr "Ou bien, utilisez la balise de modèle pour afficher une galerie d'images n'importe où dans votre modèle de thème:"
1217
 
1218
- #: library/plugin-settings.php:1517
1219
  msgid "You can customize using any of the follwing attributes:"
1220
  msgstr "Vous pouvez personnaliser en utilisant l’un des attributs suivants:"
1221
 
1222
- #: library/plugin-settings.php:1532
1223
  msgid "Reset Form Button"
1224
  msgstr "Bouton de réinitialisation du formulaire"
1225
 
1226
- #: library/plugin-settings.php:1533
1227
  msgid "This shortcode displays a link that resets the form to its original state:"
1228
  msgstr "Ce shortcode affiche un lien qui réinitialise le formulaire à son état d'origine:"
1229
 
1230
- #: library/plugin-settings.php:1536
1231
  msgid "This shortcode accepts the following attributes:"
1232
  msgstr "Ce shortcode accepte les attributs suivants:"
1233
 
1234
- #: library/plugin-settings.php:1542
1235
  msgid "Note that the url attribute accepts"
1236
  msgstr "Notez que l'attribut url accepte"
1237
 
1238
- #: library/plugin-settings.php:1542
1239
  msgid "to get the current URL."
1240
  msgstr "pour obtenir l'URL actuelle."
1241
 
1242
- #: library/plugin-settings.php:1545
1243
  msgid "Access Control"
1244
  msgstr "Contrôle d'accès"
1245
 
1246
- #: library/plugin-settings.php:1546
1247
  msgid "USP provides three shortcodes to control access and restrict content."
1248
  msgstr "USP fournit trois codes courts pour contrôler l'accès et restreindre le contenu."
1249
 
1250
- #: library/plugin-settings.php:1547
1251
  msgid "Display content only to users with a specific capability:"
1252
  msgstr "Afficher le contenu uniquement aux utilisateurs dotés d'une fonctionnalité spécifique:"
1253
 
1254
- #: library/plugin-settings.php:1550
1255
  msgid "Display content to logged-in users:"
1256
  msgstr "Afficher le contenu pour les utilisateurs connectés:"
1257
 
1258
- #: library/plugin-settings.php:1553
1259
  msgid "Display content to visitors only:"
1260
  msgstr "Afficher le contenu uniquement pour les visiteurs:"
1261
 
1262
- #: library/plugin-settings.php:1556
1263
  msgid "Tip:"
1264
  msgstr "Pointe:"
1265
 
1266
- #: library/plugin-settings.php:1556
1267
  msgid "to include markup in the deny message, you can use"
1268
  msgstr "pour inclure des balises dans le message de refus, vous pouvez utiliser"
1269
 
1270
- #: library/plugin-settings.php:1556
1271
  msgid "to output"
1272
  msgstr "à la sortie"
1273
 
1274
- #: library/plugin-settings.php:1559
1275
  msgid "Example"
1276
  msgstr "Exemple"
1277
 
1278
- #: library/plugin-settings.php:1560
1279
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1280
  msgstr "Si l'utilisateur est connecté, affichez le formulaire de post-soumission. ou si l'utilisateur n'est pas connecté, affichez le formulaire de connexion:"
1281
 
1282
- #: library/plugin-settings.php:1572
1283
  msgid "Restore Defaults"
1284
  msgstr "Réinitialiser"
1285
 
1286
- #: library/plugin-settings.php:1575
1287
  msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1288
  msgstr "Laissez cette option désactivée pour mémoriser vos paramètres. Ou bien, allez-y et restaurez les options de plugin par défaut: cochez la case, enregistrez vos paramètres, puis désactivez / réactivez le plugin."
1289
 
1290
- #: library/plugin-settings.php:1579
1291
  msgid "Restore default options upon plugin deactivation/reactivation."
1292
- msgstr "Restaure les options par défaut lors de la désactivation / réactivation du plugin."
1293
 
1294
- #: library/plugin-settings.php:1586
1295
  msgid "Show Support"
1296
  msgstr "Montrer le support"
1297
 
1298
- #: library/plugin-settings.php:1595
1299
  msgid "by"
1300
  msgstr "par"
1301
 
1302
- #: library/plugin-settings.php:1596
1303
  msgid "Jeff Starr on Twitter"
1304
  msgstr "Jeff Starr sur Twitter"
1305
 
1306
- #: library/plugin-settings.php:1597
1307
  msgid "Obsessive Web Design &amp; Development"
1308
  msgstr "Obsessive Web Design & amp; Développement"
1309
 
1310
- #: library/plugin-settings.php:1608
1311
  msgid "Save Preference"
1312
  msgstr "Enregistrer les préférences"
1313
 
1314
- #: library/plugin-settings.php:1615
1315
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1316
  msgstr "Êtes-vous sûr de vouloir restaurer toutes les options par défaut? (cette action ne peut pas être annulée)"
1317
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1318
  #. Description of the plugin
1319
  #:
1320
  msgid "Enables your visitors to submit posts and images from anywhere on your site."
4
  "Content-Type: text/plain; charset=UTF-8\n"
5
  "Content-Transfer-Encoding: 8bit\n"
6
  "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20190825\n"
8
  "Language: fr\n"
9
 
10
  #. Name of the plugin
12
  msgid "User Submitted Posts"
13
  msgstr "Messages soumis par l'utilisateur"
14
 
15
+ #: user-submitted-posts.php:82
16
  msgid "requires WordPress "
17
+ msgstr "nécessite WordPress "
18
 
19
+ #: user-submitted-posts.php:83
20
  msgid " or higher, and has been deactivated! "
21
+ msgstr " ou supérieur, et a été désactivé! "
22
 
23
+ #: user-submitted-posts.php:84
24
  msgid "Please return to the"
25
  msgstr "S'il vous plaît revenir à la"
26
 
27
+ #: user-submitted-posts.php:85
28
  msgid "WordPress Admin Area"
29
  msgstr "Espace administrateur WordPress"
30
 
31
+ #: user-submitted-posts.php:86
32
  msgid "to upgrade WordPress and try again."
33
  msgstr "mettre à jour WordPress et réessayer."
34
 
35
+ #: user-submitted-posts.php:126
36
  msgid "User Submitted Post"
37
  msgstr "Message soumis par l'utilisateur"
38
 
39
+ #: user-submitted-posts.php:467
40
  msgid "User Submitted Post Info"
41
  msgstr "Informations postées par l'utilisateur"
42
 
43
+ #: user-submitted-posts.php:497
44
  msgid "Submitter Name: "
45
+ msgstr "Nom de l'auteur: "
46
 
47
+ #: user-submitted-posts.php:498
48
  msgid "Submitter Email: "
49
+ msgstr "Email de l'auteur: "
50
 
51
+ #: user-submitted-posts.php:499
52
  msgid "Submitter URL: "
53
+ msgstr "URL de l'auteur: "
54
 
55
+ #: user-submitted-posts.php:500
56
  msgid "Submitter IP: "
57
+ msgstr "IP du déposant: "
58
 
59
+ #: user-submitted-posts.php:555
60
  msgid "Show USP Posts"
61
  msgstr "Afficher les messages USP"
62
 
63
+ #: user-submitted-posts.php:556 library/plugin-settings.php:1095
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
+ #: user-submitted-posts.php:1393
68
  msgid " files required"
69
  msgstr " fichiers requis"
70
 
71
+ #: user-submitted-posts.php:1394
72
  msgid " file required"
73
  msgstr " fichier requis"
74
 
75
+ #: user-submitted-posts.php:1396
76
  msgid " files"
77
  msgstr " des dossiers"
78
 
79
+ #: user-submitted-posts.php:1397
80
  msgid " file"
81
  msgstr " fichier"
82
 
83
+ #: user-submitted-posts.php:1399 user-submitted-posts.php:1400
84
+ #: user-submitted-posts.php:1401 user-submitted-posts.php:1402
85
  msgid " pixels"
86
  msgstr " pixels"
87
 
88
+ #: user-submitted-posts.php:1404 library/core-functions.php:219
89
+ #: library/plugin-settings.php:297 library/plugin-settings.php:316
90
+ #: library/plugin-settings.php:794 library/plugin-settings.php:1344
91
  msgid "Custom Field"
92
  msgstr "Champ personnalisé"
93
 
94
+ #: user-submitted-posts.php:1406
95
  msgid "Custom checkbox required"
96
  msgstr "Case à cocher personnalisée requise"
97
 
98
+ #: user-submitted-posts.php:1409
99
  msgid "An error occurred. Please go back and try again."
100
+ msgstr "Une erreur est survenue. Revenez s'il vous plaît et essayez à nouveau."
101
 
102
+ #: user-submitted-posts.php:1419
103
  msgid "User login required"
104
  msgstr "Connexion utilisateur requise"
105
 
106
+ #: user-submitted-posts.php:1420
107
  msgid "User name required"
108
  msgstr "Nom d'utilisateur (requis"
109
 
110
+ #: user-submitted-posts.php:1421
111
  msgid "Post title required"
112
  msgstr "Titre du poste requis"
113
 
114
+ #: user-submitted-posts.php:1422
115
  msgid "User URL required"
116
  msgstr "URL de l'utilisateur requise"
117
 
118
+ #: user-submitted-posts.php:1423
119
  msgid "Post tags required"
120
  msgstr "Post tags requis"
121
 
122
+ #: user-submitted-posts.php:1424
123
  msgid "Post category required"
124
  msgstr "Catégorie de poste requise"
125
 
126
+ #: user-submitted-posts.php:1425
127
  msgid "Post content required"
128
  msgstr "Publier du contenu requis"
129
 
130
+ #: user-submitted-posts.php:1426 user-submitted-posts.php:1427
131
  msgid "Correct captcha required"
132
  msgstr "Captcha correct requis"
133
 
134
+ #: user-submitted-posts.php:1428
135
  msgid "User email required"
136
  msgstr "Email de l'utilisateur requis"
137
 
138
+ #: user-submitted-posts.php:1429
139
  msgid "Please check your email and try again"
140
  msgstr "Veuillez vérifier votre email et réessayer"
141
 
142
+ #: user-submitted-posts.php:1430
143
  msgid "Non-empty value for hidden field"
144
  msgstr "Valeur non vide pour le champ masqué"
145
 
146
+ #: user-submitted-posts.php:1431
147
  msgid "Minimum number of images not met"
148
  msgstr "Nombre minimum d'images non atteintes"
149
 
150
+ #: user-submitted-posts.php:1432
151
  msgid "Maximum number of images exceeded "
152
+ msgstr "Nombre maximum d'images dépassé "
153
 
154
+ #: user-submitted-posts.php:1433
155
  msgid "Minimum image width not met"
156
  msgstr "Largeur minimale de l'image non atteinte"
157
 
158
+ #: user-submitted-posts.php:1434
159
  msgid "Image width exceeds maximum"
160
  msgstr "La largeur de l'image dépasse le maximum"
161
 
162
+ #: user-submitted-posts.php:1435
163
  msgid "Minimum image height not met"
164
  msgstr "Hauteur minimale de l'image non atteinte"
165
 
166
+ #: user-submitted-posts.php:1436
167
  msgid "Image height exceeds maximum"
168
  msgstr "La hauteur de l'image dépasse le maximum"
169
 
170
+ #: user-submitted-posts.php:1437
171
  msgid "File type not allowed (please upload images only)"
172
  msgstr "Type de fichier non autorisé (veuillez télécharger des images uniquement)"
173
 
174
+ #: user-submitted-posts.php:1438
175
  msgid " required"
176
  msgstr " Champs obligatoires"
177
 
178
+ #: user-submitted-posts.php:1443
179
  msgid "File not uploaded. Please check the file and try again."
180
  msgstr "Fichier non téléchargé. Veuillez vérifier le fichier et réessayer."
181
 
182
+ #: user-submitted-posts.php:1447
183
  msgid "The file(s) could not be uploaded"
184
  msgstr "Le fichier (s) n'a pas pu être téléchargé"
185
 
186
+ #: user-submitted-posts.php:1449
187
  msgid "Post not created. Please contact the site administrator for help."
188
  msgstr "Poste non créé. Veuillez contacter l'administrateur du site pour obtenir de l'aide."
189
 
190
+ #: user-submitted-posts.php:1450
191
  msgid "Duplicate post title. Please try again."
192
  msgstr "Titre de l'article en double. Veuillez réessayer."
193
 
194
+ #: user-submitted-posts.php:1460
195
  msgid "Error: "
196
+ msgstr "Erreur: "
197
 
198
+ #: user-submitted-posts.php:1486
199
  msgid "Return to form"
200
  msgstr "Retour au formulaire"
201
 
202
+ #: user-submitted-posts.php:1516 library/plugin-settings.php:1071
203
  msgid "Please"
204
  msgstr "S'il vous plaît"
205
 
206
+ #: user-submitted-posts.php:1517
207
  msgid "log in"
208
  msgstr "s'identifier"
209
 
210
+ #: user-submitted-posts.php:1518
211
  msgid "to submit content!"
212
  msgstr "soumettre du contenu!"
213
 
214
+ #: views/submission-form.php:21 views/submission-form-alt.php:40
215
  msgid "Please complete the required fields."
216
  msgstr "S'il vous plaît remplir les champs obligatoires."
217
 
218
+ #: views/submission-form.php:31 views/submission-form.php:32
219
+ #: views/submission-form-alt.php:46 views/submission-form-alt.php:47
220
  msgid "Your Name"
221
  msgstr "votre nom"
222
 
223
+ #: views/submission-form.php:37 views/submission-form.php:38
224
+ #: views/submission-form-alt.php:52 views/submission-form-alt.php:53
225
  msgid "Your URL"
226
  msgstr "Votre URL"
227
 
228
+ #: views/submission-form.php:43 views/submission-form.php:44
229
+ #: views/submission-form-alt.php:58 views/submission-form-alt.php:59
230
  msgid "Your Email"
231
  msgstr "Votre email"
232
 
233
+ #: views/submission-form.php:49 views/submission-form.php:50
234
+ #: views/submission-form-alt.php:64 views/submission-form-alt.php:65
235
+ #: library/plugin-settings.php:1132
236
  msgid "Post Title"
237
  msgstr "Titre de l'article"
238
 
239
+ #: views/submission-form.php:55 views/submission-form.php:56
240
+ #: views/submission-form-alt.php:70 views/submission-form-alt.php:71
241
+ #: library/plugin-settings.php:1133
242
  msgid "Post Tags"
243
  msgstr "Tags post"
244
 
245
+ #: views/submission-form.php:68 views/submission-form-alt.php:83
246
  msgid "Antispam Question"
247
  msgstr "Question antispam"
248
 
249
+ #: views/submission-form.php:73 views/submission-form-alt.php:88
250
+ #: library/plugin-settings.php:1134
251
  msgid "Post Category"
252
  msgstr "Catégorie de poste"
253
 
254
+ #: views/submission-form.php:74 views/submission-form.php:75
255
+ #: views/submission-form-alt.php:89 views/submission-form-alt.php:90
256
  msgid "Please select a category.."
257
  msgstr "Veuillez sélectionner une catégorie.."
258
 
259
+ #: views/submission-form.php:106 views/submission-form.php:107
260
+ #: views/submission-form-alt.php:121 views/submission-form-alt.php:122
261
+ #: library/plugin-settings.php:1135
262
  msgid "Post Content"
263
  msgstr "Publier un contenu"
264
 
265
+ #: views/submission-form.php:113 views/submission-form-alt.php:128
266
  msgid "Verification"
267
  msgstr "Vérification"
268
 
269
+ #: views/submission-form.php:120 views/submission-form-alt.php:135
270
  msgid "Upload an Image"
271
  msgstr "Télécharger une image"
272
 
273
+ #: views/submission-form.php:129 views/submission-form-alt.php:144
274
  msgid "Add another image"
275
  msgstr "Ajouter une autre image"
276
 
277
+ #: views/submission-form.php:151 views/submission-form-alt.php:166
278
  msgid "Human verification: leave this field empty."
279
  msgstr "Vérification humaine: laissez ce champ vide."
280
 
281
+ #: views/submission-form.php:175 views/submission-form-alt.php:190
282
  msgid "Submit Post"
283
  msgstr "Soumettre un message"
284
 
285
+ #: library/enqueue-scripts.php:122 library/enqueue-scripts.php:157
286
+ msgid "Incorrect response."
287
+ msgstr "Réponse incorrecte."
288
+
289
  #: library/shortcode-misc.php:18
290
  msgid "Reset form"
291
  msgstr "Réinitialiser le formulaire"
294
  msgid "View full post"
295
  msgstr "Voir le post complet"
296
 
297
+ #: library/plugin-settings.php:31
298
+ msgid "Settings"
299
+ msgstr "Réglages"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
300
 
301
+ #: library/plugin-settings.php:40
302
  msgid "Get USP Pro for unlimited forms!"
303
  msgstr "Obtenez USP Pro pour des formulaires illimités!"
304
 
305
+ #: library/plugin-settings.php:41
306
  msgid "Go Pro"
307
  msgstr "Go Pro"
308
 
309
+ #: library/plugin-settings.php:62 library/plugin-settings.php:1103
310
+ #: library/plugin-settings.php:1696
 
 
 
 
311
  msgid "Plugin Homepage"
312
  msgstr "Plugin Page d'accueil"
313
 
314
+ #: library/plugin-settings.php:63
315
  msgid "Homepage"
316
  msgstr "Page d'accueil"
317
 
318
+ #: library/plugin-settings.php:68
319
  msgid "Give USP a 5-star rating at WordPress.org"
320
  msgstr "Donnez à USP une note de 5 étoiles sur WordPress.org"
321
 
322
+ #: library/plugin-settings.php:69
323
  msgid "Rate this plugin&nbsp;&raquo;"
324
  msgstr "Notez ce plugin & nbsp; & raquo;"
325
 
326
+ #: library/plugin-settings.php:127
327
  msgid "WP Post (recommended)"
328
  msgstr "WP Post (recommandé)"
329
 
330
+ #: library/plugin-settings.php:131
331
  msgid "WP Page"
332
  msgstr "WP Page"
333
 
334
+ #: library/plugin-settings.php:147
335
  msgid "HTML5 Form + Default CSS"
336
  msgstr "Formulaire HTML5 + CSS par défaut"
337
 
338
+ #: library/plugin-settings.php:147
339
  msgid "(Recommended)"
340
  msgstr "(Conseillé)"
341
 
342
+ #: library/plugin-settings.php:151
343
  msgid "HTML5 Form + Disable CSS"
344
  msgstr "Formulaire HTML5 + Désactiver CSS"
345
 
346
+ #: library/plugin-settings.php:151
347
  msgid "(Provide your own styles)"
348
  msgstr "(Indiquez vos propres styles)"
349
 
350
+ #: library/plugin-settings.php:155
351
  msgid "Custom Form + Custom CSS"
352
  msgstr "Formulaire personnalisé + CSS personnalisé"
353
 
354
+ #: library/plugin-settings.php:155
355
  msgid "(Provide your own form template &amp; styles)"
356
  msgstr "(Indiquez votre propre modèle de formulaire et vos styles)"
357
 
358
+ #: library/plugin-settings.php:171 library/plugin-settings.php:195
359
+ #: library/plugin-settings.php:218 library/plugin-settings.php:242
360
  msgid "Auto-display before post content"
361
  msgstr "Affichage automatique avant le contenu du message"
362
 
363
+ #: library/plugin-settings.php:175 library/plugin-settings.php:199
364
+ #: library/plugin-settings.php:222 library/plugin-settings.php:246
365
  msgid "Auto-display after post content"
366
  msgstr "Affichage automatique après le contenu du post"
367
 
368
+ #: library/plugin-settings.php:179
369
  msgid "Do not auto-display submitted images"
370
  msgstr "Ne pas afficher automatiquement les images soumises"
371
 
372
+ #: library/plugin-settings.php:203
373
  msgid "Do not auto-display submitted email"
374
+ msgstr "Ne pas afficher automatiquement les courriels soumis"
375
 
376
+ #: library/plugin-settings.php:226
377
  msgid "Do not auto-display submitted URL"
378
  msgstr "Ne pas afficher automatiquement l'URL soumise"
379
 
380
+ #: library/plugin-settings.php:250
381
  msgid "Do not auto-display the Custom Field"
382
  msgstr "Ne pas afficher automatiquement le champ personnalisé"
383
 
384
+ #: library/plugin-settings.php:278 library/plugin-settings.php:310
385
+ #: library/plugin-settings.php:343 library/plugin-settings.php:375
386
+ msgid "Enable and require"
387
+ msgstr "Activer et exiger"
388
 
389
+ #: library/plugin-settings.php:279 library/plugin-settings.php:311
390
+ msgid "Enable but do not require"
391
+ msgstr "Activer mais ne nécessite pas"
392
 
393
+ #: library/plugin-settings.php:280 library/plugin-settings.php:312
394
+ #: library/plugin-settings.php:344 library/plugin-settings.php:376
395
  msgid "Disable this field"
396
  msgstr "Désactiver ce champ"
397
 
398
+ #: library/plugin-settings.php:315 library/plugin-settings.php:347
399
+ #: library/plugin-settings.php:379 library/plugin-settings.php:411
400
  msgid "(Visit"
401
  msgstr "(Visite"
402
 
403
+ #: library/plugin-settings.php:316 library/plugin-settings.php:348
404
+ #: library/plugin-settings.php:380 library/plugin-settings.php:412
405
  msgid "to configure options)"
406
  msgstr "configurer les options)"
407
 
408
+ #: library/plugin-settings.php:331 library/plugin-settings.php:348
409
+ #: library/plugin-settings.php:1362 library/plugin-settings.php:1367
410
  msgid "Challenge Question"
411
  msgstr "Question de défi"
412
 
413
+ #: library/plugin-settings.php:363 library/plugin-settings.php:380
414
+ #: library/plugin-settings.php:1384
415
  msgid "Google reCAPTCHA"
416
  msgstr "Google reCAPTCHA"
417
 
418
+ #: library/plugin-settings.php:395
419
  msgid "Post Images"
420
  msgstr "Publier des images"
421
 
422
+ #: library/plugin-settings.php:407
423
+ msgid "Enable"
424
+ msgstr "Activer"
425
 
426
+ #: library/plugin-settings.php:408
427
  msgid "Disable"
428
  msgstr "Désactiver"
429
 
430
+ #: library/plugin-settings.php:412 library/plugin-settings.php:1445
431
  msgid "Image Uploads"
432
  msgstr "Téléchargement d'images"
433
 
434
+ #: library/plugin-settings.php:492
435
  msgid "Draft"
436
  msgstr "Brouillon"
437
 
438
+ #: library/plugin-settings.php:493
439
  msgid "Pending (default)"
440
  msgstr "En attente (par défaut)"
441
 
442
+ #: library/plugin-settings.php:494
443
  msgid "Publish immediately"
444
  msgstr "Publier immédiatement"
445
 
446
+ #: library/plugin-settings.php:495
447
  msgid "Publish after 1 approved post"
448
  msgstr "Publier après 1 poste approuvé"
449
 
450
+ #: library/plugin-settings.php:496
451
  msgid "Publish after "
452
+ msgstr "Publier après "
453
 
454
+ #: library/plugin-settings.php:496
455
  msgid " approved posts"
456
  msgstr " postes approuvés"
457
 
458
+ #: library/plugin-settings.php:524
459
+ msgid "Select categories to display in the Category field."
460
+ msgstr "Sélectionnez les catégories à afficher dans le champ Catégorie."
461
+
462
+ #: library/plugin-settings.php:738
463
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
464
  msgstr "Il y avait une erreur. Assurez-vous que vous avez ajouté un titre, du contenu et que vous n’avez transféré que des images."
465
 
466
+ #: library/plugin-settings.php:752
467
  msgid "Please select your image(s) to upload."
468
  msgstr "Veuillez sélectionner vos images à télécharger."
469
 
470
+ #: library/plugin-settings.php:758
471
  msgid "Success! Thank you for your submission."
472
  msgstr "Succès! Merci pour votre soumission."
473
 
474
+ #: library/plugin-settings.php:784
475
  msgid "Email"
476
  msgstr "Email"
477
 
478
+ #: library/plugin-settings.php:785
479
  msgid "URL"
480
  msgstr "URL"
481
 
482
+ #: library/plugin-settings.php:1058
483
  msgid "Toggle all panels"
484
  msgstr "Basculer tous les panneaux"
485
 
486
+ #: library/plugin-settings.php:1067
487
  msgid "We need your support!"
488
  msgstr "Nous avons besoin de votre appui!"
489
 
490
+ #: library/plugin-settings.php:1071
491
  msgid "Make a donation via PayPal"
492
  msgstr "Faire un don via PayPal"
493
 
494
+ #: library/plugin-settings.php:1071
495
  msgid "make a donation"
496
  msgstr "faire un don"
497
 
498
+ #: library/plugin-settings.php:1071
499
  msgid "and/or"
500
  msgstr "et / ou"
501
 
502
+ #: library/plugin-settings.php:1072
503
  msgid "Rate and review at the Plugin Directory"
504
  msgstr "Notez et commentez dans le répertoire des plugins"
505
 
506
+ #: library/plugin-settings.php:1073
507
  msgid "give this plugin a 5-star rating"
508
  msgstr "attribuer à ce plugin 5 étoiles"
509
 
510
+ #: library/plugin-settings.php:1077
511
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
512
  msgstr "Votre généreux soutien permet le développement continu de ce plugin gratuit. Je vous remercie!"
513
 
514
+ #: library/plugin-settings.php:1082
515
  msgid "Check this box if you have shown support"
516
  msgstr "Cochez cette case si vous avez montré du soutien"
517
 
518
+ #: library/plugin-settings.php:1091
519
  msgid "Overview"
520
  msgstr "Vue d'ensemble"
521
 
522
+ #: library/plugin-settings.php:1095
523
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
524
+ msgstr "permet à vos visiteurs de soumettre des messages et de télécharger des images à partir du front-end de votre site. "
525
 
526
+ #: library/plugin-settings.php:1096
527
  msgid "For advanced functionality and unlimited forms, check out"
528
  msgstr "Pour des fonctionnalités avancées et des formulaires illimités, consultez"
529
 
530
+ #: library/plugin-settings.php:1096 library/plugin-settings.php:1503
531
  msgid "USP Pro"
532
  msgstr "USP Pro"
533
 
534
+ #: library/plugin-settings.php:1097
535
  msgid "&mdash; the ultimate solution for user-generated content."
536
  msgstr "& mdash; la solution ultime pour le contenu généré par l'utilisateur."
537
 
538
+ #: library/plugin-settings.php:1101 library/plugin-settings.php:1118
539
  msgid "Plugin Settings"
540
  msgstr "Paramètres du plugin"
541
 
542
+ #: library/plugin-settings.php:1102
543
  msgid "Display the form"
544
  msgstr "Afficher le formulaire"
545
 
546
+ #: library/plugin-settings.php:1106
547
  msgid "If you like this plugin, please"
548
  msgstr "Si vous aimez ce plugin, s'il vous plaît"
549
 
550
+ #: library/plugin-settings.php:1107
551
  msgid "THANK YOU for your support!"
552
  msgstr "Merci pour votre soutien!"
553
 
554
+ #: library/plugin-settings.php:1107
555
  msgid "give it a 5-star rating"
556
  msgstr "lui donner 5 étoiles"
557
 
558
+ #: library/plugin-settings.php:1111
559
  msgid "Unlimited front-end forms"
560
  msgstr "Formulaires illimités front-end"
561
 
562
+ #: library/plugin-settings.php:1111
563
  msgid "Get USP Pro"
564
  msgstr "Obtenez USP Pro"
565
 
566
+ #: library/plugin-settings.php:1121
567
  msgid "Configure your settings for User Submitted Posts."
568
  msgstr "Configurez vos paramètres pour les messages soumis par l'utilisateur."
569
 
570
+ #: library/plugin-settings.php:1123
571
  msgid "Form Fields"
572
  msgstr "Champs de formulaire"
573
 
574
+ #: library/plugin-settings.php:1129
575
  msgid "User Name"
576
  msgstr "Nom d'utilisateur"
577
 
578
+ #: library/plugin-settings.php:1130
579
  msgid "User Email"
580
  msgstr "Email de l'utilisateur"
581
 
582
+ #: library/plugin-settings.php:1131
583
  msgid "User URL"
584
  msgstr "URL de l'utilisateur"
585
 
586
+ #: library/plugin-settings.php:1146
587
  msgid "General Settings"
588
  msgstr "réglages généraux"
589
 
590
+ #: library/plugin-settings.php:1148
591
  msgid "Note that the default settings work fine for most cases."
592
  msgstr "Notez que les paramètres par défaut fonctionnent correctement dans la plupart des cas."
593
 
594
+ #: library/plugin-settings.php:1153
595
  msgid "Form Style"
596
  msgstr "Style de formulaire"
597
 
598
+ #: library/plugin-settings.php:1158
599
  msgid "With this option, you can copy the plugin&rsquo;s default templates:"
600
  msgstr "Avec cette option, vous pouvez copier les modèles par défaut du plug-in:"
601
 
602
+ #: library/plugin-settings.php:1163
603
  msgid "..and upload them into a directory named"
604
  msgstr "..et les télécharger dans un répertoire nommé"
605
 
606
+ #: library/plugin-settings.php:1163
607
  msgid "in your theme:"
608
  msgstr "dans votre thème:"
609
 
610
+ #: library/plugin-settings.php:1169
611
  msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
612
+ msgstr "Cela vous permettra de personnaliser la forme et les styles comme vous le souhaitez. Pour plus d’informations, consultez la section \"Formulaire de soumission personnalisé\" du"
613
 
614
+ #: library/plugin-settings.php:1170
615
  msgid "Installation Docs"
616
  msgstr "Documents d'installation"
617
 
618
+ #: library/plugin-settings.php:1171
619
  msgid "FYI: here is a"
620
  msgstr "FYI: voici un"
621
 
622
+ #: library/plugin-settings.php:1171
623
  msgid "list of USP CSS selectors"
624
+ msgstr "liste des sélecteurs USP CSS"
625
 
626
+ #: library/plugin-settings.php:1177
627
  msgid "Include JavaScript"
628
  msgstr "Inclure JavaScript"
629
 
630
+ #: library/plugin-settings.php:1179
631
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
632
  msgstr "Cochez cette case si vous souhaitez inclure les fichiers JavaScript externes (recommandé)."
633
 
634
+ #: library/plugin-settings.php:1182
635
  msgid "Targeted Loading"
636
  msgstr "Chargement ciblé"
637
 
638
+ #: library/plugin-settings.php:1184
639
+ msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages. Use commas to separate multiple URLs."
640
+ msgstr "Par défaut, CSS & amp; externe Les fichiers JavaScript sont chargés sur chaque page. Ici, vous pouvez spécifier l'URL du formulaire USP pour charger des ressources uniquement sur cette page. Remarque: laissez vide pour charger sur toutes les pages. Utilisez des virgules pour séparer plusieurs URL."
641
 
642
+ #: library/plugin-settings.php:1187
643
  msgid "Post Type"
644
  msgstr "Type de poste"
645
 
646
+ #: library/plugin-settings.php:1190
647
  msgid "Submit posts as WP Posts or Pages"
648
  msgstr "Soumettre des messages sous forme de messages ou de pages WP"
649
 
650
+ #: library/plugin-settings.php:1194
651
  msgid "Post Status"
652
  msgstr "État du message"
653
 
654
+ #: library/plugin-settings.php:1197
655
  msgid "Post Status for submitted posts"
656
  msgstr "Statut de publication pour les publications soumises"
657
 
658
+ #: library/plugin-settings.php:1201
659
  msgid "Redirect URL"
660
  msgstr "URL de redirection"
661
 
662
+ #: library/plugin-settings.php:1203
663
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
664
  msgstr "Spécifiez une URL pour rediriger l'utilisateur après la soumission. Laissez le champ vide pour rediriger vers la page actuelle."
665
 
666
+ #: library/plugin-settings.php:1206
667
  msgid "Success Message"
668
  msgstr "Message de réussite"
669
 
670
+ #: library/plugin-settings.php:1208
671
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
672
+ msgstr "Message de réussite qui s'affiche si la post-soumission est réussie. Le balisage de base est autorisé."
673
 
674
+ #: library/plugin-settings.php:1211
675
  msgid "Error Message"
676
  msgstr "Message d'erreur"
677
 
678
+ #: library/plugin-settings.php:1213
679
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
680
  msgstr "Message d'erreur général affiché en cas d'échec de la post-soumission. Le balisage de base est autorisé."
681
 
682
+ #: library/plugin-settings.php:1216
683
  msgid "Custom Content"
684
  msgstr "Contenu personnalisé"
685
 
686
+ #: library/plugin-settings.php:1218
687
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
688
  msgstr "Texte / balisage personnalisé à inclure avant le formulaire de soumission. Laisser en blanc pour désactiver."
689
 
690
+ #: library/plugin-settings.php:1221
691
  msgid "Rich Text Editor"
692
  msgstr "Éditeur de texte enrichi"
693
 
694
+ #: library/plugin-settings.php:1223
695
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
696
  msgstr "Cochez cette case si vous souhaitez activer l'édition en texte enrichi WP pour les publications soumises."
697
 
698
+ #: library/plugin-settings.php:1226
699
  msgid "Unique Titles"
700
  msgstr "Titres uniques"
701
 
702
+ #: library/plugin-settings.php:1228
703
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
704
  msgstr "Exiger que les titres des articles soumis soient uniques (utile pour éviter la multiplication / la duplication des articles soumis)."
705
 
706
+ #: library/plugin-settings.php:1231
707
  msgid "Disable Required"
708
  msgstr "Désactiver Obligatoire"
709
 
710
+ #: library/plugin-settings.php:1233
711
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
712
  msgstr "Désactivez tous les attributs requis dans les champs de formulaire par défaut (utile pour le dépannage des messages d'erreur)."
713
 
714
+ #: library/plugin-settings.php:1236
715
  msgid "Enable Shortcodes"
716
  msgstr "Activer les codes courts"
717
 
718
+ #: library/plugin-settings.php:1238
719
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
720
+ msgstr "Activer les codes courts dans les widgets. Par défaut, WordPress n'active pas les codes abrégés dans les widgets. "
721
 
722
+ #: library/plugin-settings.php:1239
723
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
724
  msgstr "Ce paramètre active n'importe quel / tous les shortcodes dans les widgets (même les shortcodes d'autres plugins)."
725
 
726
+ #: library/plugin-settings.php:1244
727
+ msgid "Privacy"
728
+ msgstr "Intimité"
729
 
730
+ #: library/plugin-settings.php:1249
731
  msgid "Disable IP Tracking"
732
  msgstr "Désactiver le suivi IP"
733
 
734
+ #: library/plugin-settings.php:1251
735
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
736
  msgstr "Par défaut, USP enregistre l'adresse IP avec chaque message soumis. Cochez cette case pour désactiver tout le suivi IP."
737
 
738
+ #: library/plugin-settings.php:1255
739
  msgid "Display Checkbox"
740
  msgstr "Afficher la case à cocher"
741
 
742
+ #: library/plugin-settings.php:1257
743
  msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
744
+ msgstr "Afficher une case à cocher personnalisée sur votre formulaire (utile pour le GDPR, accepter les conditions, etc.)"
745
 
746
+ #: library/plugin-settings.php:1260
747
  msgid "Checkbox Name"
748
  msgstr "Nom de la case à cocher"
749
 
750
+ #: library/plugin-settings.php:1262 library/plugin-settings.php:1352
751
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
752
  msgstr "Utilisez uniquement des caractères alphanumériques, des traits de soulignement et des tirets. En cas de doute, utilisez le nom par défaut:"
753
 
754
+ #: library/plugin-settings.php:1265
755
  msgid "Checkbox Error"
756
  msgstr "Erreur de case à cocher"
757
 
758
+ #: library/plugin-settings.php:1267
759
  msgid "Error message displayed if user does not check the box."
760
  msgstr "Message d'erreur affiché si l'utilisateur ne coche pas la case."
761
 
762
+ #: library/plugin-settings.php:1270
763
  msgid "Checkbox Text"
764
  msgstr "Texte de la case à cocher"
765
 
766
+ #: library/plugin-settings.php:1272
767
  msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
768
+ msgstr "Texte affiché à côté de la case à cocher. Astuce: utilisez des accolades pour obtenir des angles, par exemple:"
769
 
770
+ #: library/plugin-settings.php:1277 library/plugin-settings.php:1282
771
  msgid "Categories"
772
+ msgstr "Catégories"
773
 
774
+ #: library/plugin-settings.php:1285
775
+ msgid "Click to view/select categories"
776
+ msgstr "Cliquez pour voir / sélectionner les catégories"
777
 
778
+ #: library/plugin-settings.php:1293
779
+ msgid "Multiple Categories"
780
+ msgstr "Plusieurs catégories"
781
+
782
+ #: library/plugin-settings.php:1295
783
+ msgid "Enable users to select multiple categories."
784
+ msgstr "Permettre aux utilisateurs de sélectionner plusieurs catégories."
785
+
786
+ #: library/plugin-settings.php:1298
787
  msgid "Hidden/Default Category"
788
  msgstr "Catégorie cachée / par défaut"
789
 
790
+ #: library/plugin-settings.php:1300
791
+ msgid "Use a hidden field for the post category. This hides the category field and sets its value via the next option."
792
+ msgstr "Utilisez un champ masqué pour la catégorie de publication. Ceci masque le champ de catégorie et définit sa valeur via l'option suivante."
793
 
794
+ #: library/plugin-settings.php:1303
795
  msgid "Category ID for Hidden Field"
796
  msgstr "ID de catégorie pour le champ caché"
797
 
798
+ #: library/plugin-settings.php:1305
799
+ msgid "Specify category ID(s) to use for &ldquo;Hidden/Default Category&rdquo;. Separate multiple IDs with a comma."
800
+ msgstr "Spécifiez le ou les identifiants de catégorie à utiliser pour & ldquo; Catégorie masquée / par défaut & rdquo ;. Séparez plusieurs identifiants avec une virgule."
801
 
802
+ #: library/plugin-settings.php:1310
803
  msgid "Users"
804
  msgstr "Utilisateurs"
805
 
806
+ #: library/plugin-settings.php:1315
807
  msgid "Assigned Author"
808
  msgstr "Auteur assigné"
809
 
810
+ #: library/plugin-settings.php:1318
811
  msgid "Specify the user that should be assigned as author for submitted posts."
812
  msgstr "Spécifiez l'utilisateur à attribuer en tant qu'auteur pour les publications soumises."
813
 
814
+ #: library/plugin-settings.php:1322
815
  msgid "Registered Username"
816
  msgstr "Nom d'utilisateur enregistré"
817
 
818
+ #: library/plugin-settings.php:1324
819
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
820
  msgstr "Utilisez un nom d'utilisateur enregistré comme auteur du post. Valable lorsque la personne qui soumet le formulaire est connectée à WordPress."
821
 
822
+ #: library/plugin-settings.php:1327
823
  msgid "User Profile URL"
824
  msgstr "URL du profil utilisateur"
825
 
826
+ #: library/plugin-settings.php:1329
827
  msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
828
  msgstr "Utilisez l'URL de profil de l'utilisateur enregistré comme valeur du champ URL. Valable lorsque la personne qui soumet le formulaire est connectée à WordPress."
829
 
830
+ #: library/plugin-settings.php:1332
831
  msgid "Require User Login"
832
  msgstr "Exiger une connexion utilisateur"
833
 
834
+ #: library/plugin-settings.php:1334
835
  msgid "Require users to be logged in to WordPress to view/submit the form"
836
  msgstr "Exiger que les utilisateurs soient connectés à WordPress pour afficher / soumettre le formulaire"
837
 
838
+ #: library/plugin-settings.php:1337
839
  msgid "Disable Replace Author"
840
  msgstr "Désactiver Remplacer Auteur"
841
 
842
+ #: library/plugin-settings.php:1339
843
  msgid "Do not replace post author with submitted user name"
844
  msgstr "Ne pas remplacer l'auteur de la publication par le nom d'utilisateur soumis"
845
 
846
+ #: library/plugin-settings.php:1345
847
  msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
848
  msgstr "Ici, vous pouvez changer le nom et l'étiquette utilisés par le champ personnalisé. Vous pouvez activer ce champ via le paramètre Champs de formulaire ci-dessus."
849
 
850
+ #: library/plugin-settings.php:1350
851
  msgid "Custom Field Name"
852
  msgstr "Nom du champ personnalisé"
853
 
854
+ #: library/plugin-settings.php:1355
855
  msgid "Custom Field Label"
856
  msgstr "Label de champ personnalisé"
857
 
858
+ #: library/plugin-settings.php:1357
859
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
860
  msgstr "Ceci sera affiché comme étiquette de champ sur le formulaire. Par défaut: champ personnalisé"
861
 
862
+ #: library/plugin-settings.php:1369
863
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
864
  msgstr "Pour éviter le spam, entrez une question à laquelle les utilisateurs doivent répondre avant de soumettre le formulaire."
865
 
866
+ #: library/plugin-settings.php:1372
867
  msgid "Challenge Response"
868
  msgstr "Réponse au défi"
869
 
870
+ #: library/plugin-settings.php:1374
871
  msgid "Enter the *only* correct answer to the challenge question."
872
  msgstr "Entrez la * seule * bonne réponse à la question posée."
873
 
874
+ #: library/plugin-settings.php:1377
875
  msgid "Case-sensitivity"
876
  msgstr "Sensibilité à la casse"
877
 
878
+ #: library/plugin-settings.php:1379
879
  msgid "Check this box if you want the challenge response to be case-sensitive."
880
  msgstr "Cochez cette case si vous souhaitez que la réponse au test soit sensible à la casse."
881
 
882
+ #: library/plugin-settings.php:1385
883
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
884
  msgstr "Pour activer Google reCAPTCHA, entrez vos clés publique et privée."
885
 
886
+ #: library/plugin-settings.php:1390
887
  msgid "Public Key"
888
  msgstr "Clé publique"
889
 
890
+ #: library/plugin-settings.php:1392
891
  msgid "Enter your Public Key"
892
  msgstr "Entrez votre clé publique"
893
 
894
+ #: library/plugin-settings.php:1395
895
  msgid "Private Key"
896
  msgstr "Clé privée"
897
 
898
+ #: library/plugin-settings.php:1397
899
  msgid "Enter your Private Key"
900
  msgstr "Entrez votre clé privée"
901
 
902
+ #: library/plugin-settings.php:1402
903
  msgid "Email Alerts"
904
  msgstr "alertes courrier électronique"
905
 
906
+ #: library/plugin-settings.php:1407
907
  msgid "Receive Email Alert"
908
  msgstr "Recevoir une alerte email"
909
 
910
+ #: library/plugin-settings.php:1409
911
  msgid "Check this box if you want to be notified via email for new post submissions."
912
  msgstr "Cochez cette case si vous souhaitez être averti par courrier électronique de nouvelles contributions."
913
 
914
+ #: library/plugin-settings.php:1412
915
  msgid "Enable HTML Format"
916
  msgstr "Activer le format HTML"
917
 
918
+ #: library/plugin-settings.php:1414
919
  msgid "Check this box to enable HTML format for email alerts."
920
  msgstr "Cochez cette case pour activer le format HTML pour les alertes par courrier électronique."
921
 
922
+ #: library/plugin-settings.php:1417
923
  msgid "Email Address for Alerts"
924
  msgstr "Adresse e-mail pour les alertes"
925
 
926
+ #: library/plugin-settings.php:1419
927
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
928
  msgstr "Si vous avez coché la case pour recevoir des alertes par e-mail, indiquez ici la ou les adresses auxquelles les e-mails doivent être envoyés."
929
 
930
+ #: library/plugin-settings.php:1420
931
  msgid "Multiple recipients may be included using a comma, like so:"
932
  msgstr "Plusieurs destinataires peuvent être inclus en utilisant une virgule, comme ceci:"
933
 
934
+ #: library/plugin-settings.php:1423
935
  msgid "Email &ldquo;From&rdquo; Address"
936
  msgstr "Email & ldquo; De & rdquo; Adresse"
937
 
938
+ #: library/plugin-settings.php:1425
939
  msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
940
+ msgstr "Ici, vous pouvez personnaliser l’adresse (s) utilisée (s) pour le & De \"& rdquo; en-tête (voir la FAQ du plugin pour plus d'informations). "
941
 
942
+ #: library/plugin-settings.php:1426
943
  msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
944
+ msgstr "Si plusieurs adresses sont spécifiées dans le paramètre précédent, incluez un nombre égal de & ldquo; De & rdquo; adresses pour ce réglage (dans le même ordre)."
945
 
946
+ #: library/plugin-settings.php:1429
947
  msgid "Email Alert Subject"
948
  msgstr "Objet de l'alerte e-mail"
949
 
950
+ #: library/plugin-settings.php:1431
951
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
952
+ msgstr "Ligne d'objet pour les alertes par courrier électronique. Laissez le champ vide pour utiliser la ligne d'objet par défaut. Remarque: vous pouvez utiliser les variables suivantes: "
953
 
954
+ #: library/plugin-settings.php:1436
955
  msgid "Email Alert Message"
956
  msgstr "Message d'alerte par e-mail"
957
 
958
+ #: library/plugin-settings.php:1438
959
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
960
+ msgstr "Message pour les alertes par courrier électronique. Laissez le champ vide pour utiliser le message par défaut. Remarque: vous pouvez utiliser les variables suivantes: "
961
 
962
+ #: library/plugin-settings.php:1450
963
  msgid "Featured Image"
964
  msgstr "L'image sélectionnée"
965
 
966
+ #: library/plugin-settings.php:1452
967
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
968
+ msgstr "Définissez les images soumises en tant qu'images en vedette. Requiert la prise en charge de thèmes pour les images en vedette (alias Post Thumbnails)."
969
 
970
+ #: library/plugin-settings.php:1455
971
  msgid "Upload Message"
972
  msgstr "Envoyer un message"
973
 
974
+ #: library/plugin-settings.php:1457
975
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
976
  msgstr "Message qui apparaît à côté du champ de téléchargement. Utile pour indiquer vos directives de téléchargement / politique / etc. Balisage de base autorisé."
977
 
978
+ #: library/plugin-settings.php:1460
979
  msgid "&ldquo;Add another image&rdquo; link"
980
  msgstr "& ldquo; Ajouter une autre image & rdquo; lien"
981
 
982
+ #: library/plugin-settings.php:1462
983
  msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
984
+ msgstr "Balisage personnalisé pour & ldquo; Ajouter une autre image & rdquo; lien. Laissez le champ vide pour utiliser le balisage par défaut (recommandé)."
985
 
986
+ #: library/plugin-settings.php:1465
987
  msgid "Minimum number of images"
988
  msgstr "Nombre minimum d'images"
989
 
990
+ #: library/plugin-settings.php:1468
991
  msgid "Specify the minimum number of images."
992
  msgstr "Spécifiez le nombre minimum d'images."
993
 
994
+ #: library/plugin-settings.php:1472
995
  msgid "Maximum number of images"
996
  msgstr "Nombre maximum d'images"
997
 
998
+ #: library/plugin-settings.php:1475
999
  msgid "Specify the maximum number of images."
1000
  msgstr "Spécifiez le nombre maximum d'images."
1001
 
1002
+ #: library/plugin-settings.php:1479
1003
  msgid "Minimum image width"
1004
  msgstr "Largeur minimale de l'image"
1005
 
1006
+ #: library/plugin-settings.php:1481
1007
  msgid "Specify a minimum width (in pixels) for uploaded images."
1008
  msgstr "Spécifiez une largeur minimale (en pixels) pour les images téléchargées."
1009
 
1010
+ #: library/plugin-settings.php:1484
1011
  msgid "Minimum image height"
1012
  msgstr "Hauteur minimale de l'image"
1013
 
1014
+ #: library/plugin-settings.php:1486
1015
  msgid "Specify a minimum height (in pixels) for uploaded images."
1016
  msgstr "Spécifiez une hauteur minimale (en pixels) pour les images téléchargées."
1017
 
1018
+ #: library/plugin-settings.php:1489
1019
  msgid "Maximum image width"
1020
  msgstr "Largeur maximale de l'image"
1021
 
1022
+ #: library/plugin-settings.php:1491
1023
  msgid "Specify a maximum width (in pixels) for uploaded images."
1024
  msgstr "Spécifiez une largeur maximale (en pixels) pour les images téléchargées."
1025
 
1026
+ #: library/plugin-settings.php:1494
1027
  msgid "Maximum image height"
1028
  msgstr "Hauteur maximale de l'image"
1029
 
1030
+ #: library/plugin-settings.php:1496
1031
  msgid "Specify a maximum height (in pixels) for uploaded images."
1032
  msgstr "Spécifiez une hauteur maximale (en pixels) pour les images téléchargées."
1033
 
1034
+ #: library/plugin-settings.php:1499
1035
  msgid "More Options"
1036
  msgstr "Plus d'options"
1037
 
1038
+ #: library/plugin-settings.php:1502
1039
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
1040
+ msgstr "Pour plus d'options, comme la possibilité de télécharger d'autres types de fichiers (PDF, Word, Zip, vidéos, etc.), consultez"
1041
 
1042
+ #: library/plugin-settings.php:1503
1043
  msgid "Go Pro!"
1044
  msgstr "Go Pro!"
1045
 
1046
+ #: library/plugin-settings.php:1510
1047
  msgid "Auto-Display Content"
1048
  msgstr "Affichage automatique du contenu"
1049
 
1050
+ #: library/plugin-settings.php:1515
1051
  msgid "Auto-Display Images"
1052
  msgstr "Affichage automatique des images"
1053
 
1054
+ #: library/plugin-settings.php:1517
1055
  msgid "Auto-display user-submitted images:"
1056
  msgstr "Afficher automatiquement les images soumises par l'utilisateur:"
1057
 
1058
+ #: library/plugin-settings.php:1522
1059
  msgid "Image Markup"
1060
  msgstr "Balisage d'image"
1061
 
1062
+ #: library/plugin-settings.php:1524
1063
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1064
  msgstr "Marquage à utiliser pour chaque image soumise (lorsque l'affichage automatique est activé). Peut utiliser"
1065
 
1066
+ #: library/plugin-settings.php:1526 library/plugin-settings.php:1539
1067
+ #: library/plugin-settings.php:1552 library/plugin-settings.php:1565
1068
  msgid "and"
1069
  msgstr "et"
1070
 
1071
+ #: library/plugin-settings.php:1529
1072
  msgid "Auto-Display Email"
1073
  msgstr "Affichage automatique du courrier électronique"
1074
 
1075
+ #: library/plugin-settings.php:1531
1076
  msgid "Auto-display user-submitted email:"
1077
  msgstr "Afficher automatiquement le courrier électronique soumis par l'utilisateur:"
1078
 
1079
+ #: library/plugin-settings.php:1536
1080
  msgid "Email Markup"
1081
  msgstr "Marquage de courrier électronique"
1082
 
1083
+ #: library/plugin-settings.php:1538
1084
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1085
  msgstr "Marquage à utiliser pour l'adresse électronique soumise (lorsque l'affichage automatique est activé). Peut utiliser"
1086
 
1087
+ #: library/plugin-settings.php:1542
1088
  msgid "Auto-Display URL"
1089
  msgstr "URL à afficher automatiquement"
1090
 
1091
+ #: library/plugin-settings.php:1544
1092
  msgid "Auto-display user-submitted URL:"
1093
  msgstr "Afficher automatiquement l'URL soumise par l'utilisateur:"
1094
 
1095
+ #: library/plugin-settings.php:1549
1096
  msgid "URL Markup"
1097
+ msgstr "Balisage d'URL"
1098
 
1099
+ #: library/plugin-settings.php:1551
1100
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1101
  msgstr "Marquage à utiliser pour l'URL soumise (lorsque l'affichage automatique est activé). Peut utiliser"
1102
 
1103
+ #: library/plugin-settings.php:1555
1104
  msgid "Auto-Display Custom Field"
1105
  msgstr "Afficher automatiquement le champ personnalisé"
1106
 
1107
+ #: library/plugin-settings.php:1557
1108
  msgid "Auto-display user-submitted Custom Field:"
1109
  msgstr "Afficher automatiquement le champ personnalisé soumis par l'utilisateur:"
1110
 
1111
+ #: library/plugin-settings.php:1562
1112
  msgid "Custom Field Markup"
1113
  msgstr "Balisage de champ personnalisé"
1114
 
1115
+ #: library/plugin-settings.php:1564
1116
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1117
  msgstr "Marquage à utiliser pour le champ personnalisé soumis (lorsque l'affichage automatique est activé). Peut utiliser"
1118
 
1119
+ #: library/plugin-settings.php:1570 library/plugin-settings.php:1682
1120
  msgid "Save Settings"
1121
  msgstr "Enregistrer les paramètres"
1122
 
1123
+ #: library/plugin-settings.php:1575
1124
  msgid "Display the Form"
1125
  msgstr "Afficher le formulaire"
1126
 
1127
+ #: library/plugin-settings.php:1578
1128
  msgid "Post-Submit Form"
1129
  msgstr "Formulaire post-soumission"
1130
 
1131
+ #: library/plugin-settings.php:1579
1132
  msgid "USP enables you to display a post-submission form anywhere on your site."
1133
  msgstr "USP vous permet d'afficher un formulaire de post-soumission n'importe où sur votre site."
1134
 
1135
+ #: library/plugin-settings.php:1580 library/plugin-settings.php:1589
1136
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1137
  msgstr "Utilisez le shortcode pour afficher le formulaire sur n’importe quel post ou page WP:"
1138
 
1139
+ #: library/plugin-settings.php:1583 library/plugin-settings.php:1592
1140
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1141
  msgstr "Ou bien, utilisez la balise de modèle pour afficher le formulaire n'importe où dans votre modèle de thème:"
1142
 
1143
+ #: library/plugin-settings.php:1587
1144
  msgid "Login/Register Form"
1145
  msgstr "Formulaire de connexion / inscription"
1146
 
1147
+ #: library/plugin-settings.php:1588
1148
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1149
  msgstr "Vous pouvez également afficher un formulaire permettant aux utilisateurs de se connecter, de s'inscrire ou de réinitialiser leur mot de passe."
1150
 
1151
+ #: library/plugin-settings.php:1596
1152
  msgid "Display Submitted Posts"
1153
  msgstr "Afficher les messages soumis"
1154
 
1155
+ #: library/plugin-settings.php:1597
1156
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1157
  msgstr "Utilisez ce shortcode pour afficher une liste des publications soumises sur n’importe quel post ou page WP:"
1158
 
1159
+ #: library/plugin-settings.php:1600
1160
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1161
+ msgstr "Ou bien, utilisez la balise de modèle pour afficher une liste des publications soumises n'importe où dans votre modèle de thème:"
1162
 
1163
+ #: library/plugin-settings.php:1603
1164
  msgid "Here are some examples showing how to configure this shortcode:"
1165
  msgstr "Voici quelques exemples montrant comment configurer ce shortcode:"
1166
 
1167
+ #: library/plugin-settings.php:1611
1168
  msgid "Display Image Gallery"
1169
  msgstr "Afficher la galerie d'images"
1170
 
1171
+ #: library/plugin-settings.php:1612
1172
  msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
1173
  msgstr "Utilisez ce shortcode pour afficher une galerie d'images téléchargées pour chaque message soumis:"
1174
 
1175
+ #: library/plugin-settings.php:1615
1176
  msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
1177
+ msgstr "Ou utilisez la balise de modèle pour afficher une galerie d'images n'importe où dans votre modèle de thème:"
1178
 
1179
+ #: library/plugin-settings.php:1618
1180
  msgid "You can customize using any of the follwing attributes:"
1181
  msgstr "Vous pouvez personnaliser en utilisant l’un des attributs suivants:"
1182
 
1183
+ #: library/plugin-settings.php:1633
1184
  msgid "Reset Form Button"
1185
  msgstr "Bouton de réinitialisation du formulaire"
1186
 
1187
+ #: library/plugin-settings.php:1634
1188
  msgid "This shortcode displays a link that resets the form to its original state:"
1189
  msgstr "Ce shortcode affiche un lien qui réinitialise le formulaire à son état d'origine:"
1190
 
1191
+ #: library/plugin-settings.php:1637
1192
  msgid "This shortcode accepts the following attributes:"
1193
  msgstr "Ce shortcode accepte les attributs suivants:"
1194
 
1195
+ #: library/plugin-settings.php:1643
1196
  msgid "Note that the url attribute accepts"
1197
  msgstr "Notez que l'attribut url accepte"
1198
 
1199
+ #: library/plugin-settings.php:1643
1200
  msgid "to get the current URL."
1201
  msgstr "pour obtenir l'URL actuelle."
1202
 
1203
+ #: library/plugin-settings.php:1646
1204
  msgid "Access Control"
1205
  msgstr "Contrôle d'accès"
1206
 
1207
+ #: library/plugin-settings.php:1647
1208
  msgid "USP provides three shortcodes to control access and restrict content."
1209
  msgstr "USP fournit trois codes courts pour contrôler l'accès et restreindre le contenu."
1210
 
1211
+ #: library/plugin-settings.php:1648
1212
  msgid "Display content only to users with a specific capability:"
1213
  msgstr "Afficher le contenu uniquement aux utilisateurs dotés d'une fonctionnalité spécifique:"
1214
 
1215
+ #: library/plugin-settings.php:1651
1216
  msgid "Display content to logged-in users:"
1217
  msgstr "Afficher le contenu pour les utilisateurs connectés:"
1218
 
1219
+ #: library/plugin-settings.php:1654
1220
  msgid "Display content to visitors only:"
1221
  msgstr "Afficher le contenu uniquement pour les visiteurs:"
1222
 
1223
+ #: library/plugin-settings.php:1657
1224
  msgid "Tip:"
1225
  msgstr "Pointe:"
1226
 
1227
+ #: library/plugin-settings.php:1657
1228
  msgid "to include markup in the deny message, you can use"
1229
  msgstr "pour inclure des balises dans le message de refus, vous pouvez utiliser"
1230
 
1231
+ #: library/plugin-settings.php:1657
1232
  msgid "to output"
1233
  msgstr "à la sortie"
1234
 
1235
+ #: library/plugin-settings.php:1660
1236
  msgid "Example"
1237
  msgstr "Exemple"
1238
 
1239
+ #: library/plugin-settings.php:1661
1240
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1241
  msgstr "Si l'utilisateur est connecté, affichez le formulaire de post-soumission. ou si l'utilisateur n'est pas connecté, affichez le formulaire de connexion:"
1242
 
1243
+ #: library/plugin-settings.php:1673
1244
  msgid "Restore Defaults"
1245
  msgstr "Réinitialiser"
1246
 
1247
+ #: library/plugin-settings.php:1676
1248
  msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1249
  msgstr "Laissez cette option désactivée pour mémoriser vos paramètres. Ou bien, allez-y et restaurez les options de plugin par défaut: cochez la case, enregistrez vos paramètres, puis désactivez / réactivez le plugin."
1250
 
1251
+ #: library/plugin-settings.php:1680
1252
  msgid "Restore default options upon plugin deactivation/reactivation."
1253
+ msgstr "Restaurez les options par défaut lors de la désactivation / réactivation du plugin."
1254
 
1255
+ #: library/plugin-settings.php:1687
1256
  msgid "Show Support"
1257
  msgstr "Montrer le support"
1258
 
1259
+ #: library/plugin-settings.php:1696
1260
  msgid "by"
1261
  msgstr "par"
1262
 
1263
+ #: library/plugin-settings.php:1697
1264
  msgid "Jeff Starr on Twitter"
1265
  msgstr "Jeff Starr sur Twitter"
1266
 
1267
+ #: library/plugin-settings.php:1698
1268
  msgid "Obsessive Web Design &amp; Development"
1269
  msgstr "Obsessive Web Design & amp; Développement"
1270
 
1271
+ #: library/plugin-settings.php:1709
1272
  msgid "Save Preference"
1273
  msgstr "Enregistrer les préférences"
1274
 
1275
+ #: library/plugin-settings.php:1716
1276
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1277
  msgstr "Êtes-vous sûr de vouloir restaurer toutes les options par défaut? (cette action ne peut pas être annulée)"
1278
 
1279
+ #: library/support-panel.php:55
1280
+ msgid "Perishable Press Books"
1281
+ msgstr "Livres de presse périssables"
1282
+
1283
+ #: library/support-panel.php:56
1284
+ msgid "Plugin Planet"
1285
+ msgstr "Plugin Planet"
1286
+
1287
+ #: library/support-panel.php:57
1288
+ msgid "Donate via PayPal"
1289
+ msgstr "Faire un don via PayPal"
1290
+
1291
+ #: library/support-panel.php:59
1292
+ msgid "books"
1293
+ msgstr "livres"
1294
+
1295
+ #: library/support-panel.php:60
1296
+ msgid "plugins"
1297
+ msgstr "plugins"
1298
+
1299
+ #: library/support-panel.php:61
1300
+ msgid "donation"
1301
+ msgstr "don"
1302
+
1303
+ #: library/support-panel.php:63
1304
+ msgid "Thank you for using"
1305
+ msgstr "Merci d'utiliser"
1306
+
1307
+ #: library/support-panel.php:64
1308
+ msgid "Please show support by purchasing one of my"
1309
+ msgstr "S'il vous plaît montrer le soutien en achetant un de mes"
1310
+
1311
+ #: library/support-panel.php:65
1312
+ msgid "or"
1313
+ msgstr "ou"
1314
+
1315
+ #: library/support-panel.php:65
1316
+ msgid "or by making a"
1317
+ msgstr "ou en faisant un"
1318
+
1319
+ #: library/support-panel.php:66
1320
+ msgid "Your generous support helps future development of"
1321
+ msgstr "Votre généreux soutien contribue au développement futur de"
1322
+
1323
+ #: library/support-panel.php:67
1324
+ msgid "and is greatly appreciated."
1325
+ msgstr "et est grandement apprécié."
1326
+
1327
+ #: library/support-panel.php:69
1328
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1329
+ msgstr "Tout don, quelle que soit sa taille, me permet de continuer à développer ce plugin gratuit et d’autres ressources WordPress géniales."
1330
+
1331
  #. Description of the plugin
1332
  #:
1333
  msgid "Enables your visitors to submit posts and images from anywhere on your site."
languages/usp-ga.mo CHANGED
Binary file
languages/usp-ga.po CHANGED
@@ -4,1321 +4,1334 @@ msgstr ""
4
  "Content-Type: text/plain; charset=UTF-8\n"
5
  "Content-Transfer-Encoding: 8bit\n"
6
  "X-Generator: POEditor.com\n"
7
- "Project-Id-Version: USP 2018 Nov\n"
8
  "Language: ga\n"
9
 
10
  #. Name of the plugin
11
  #: user-submitted-posts.php:44 library/support-panel.php:5
12
  msgid "User Submitted Posts"
13
- msgstr "Poist Poist Curtha isteach"
14
 
15
- #: user-submitted-posts.php:81
16
  msgid "requires WordPress "
17
- msgstr "Éilíonn WordPress"
18
 
19
- #: user-submitted-posts.php:82
20
  msgid " or higher, and has been deactivated! "
21
- msgstr " nó níos airde, agus díghníomhaithe!"
22
 
23
- #: user-submitted-posts.php:83
24
  msgid "Please return to the"
25
- msgstr "Fill ar ais chuig an"
26
 
27
- #: user-submitted-posts.php:84
28
  msgid "WordPress Admin Area"
29
  msgstr "Limistéar Riaracháin WordPress"
30
 
31
- #: user-submitted-posts.php:85
32
  msgid "to upgrade WordPress and try again."
33
- msgstr "uasghrádú a dhéanamh ar WordPress agus déan iarracht arís."
34
 
35
- #: user-submitted-posts.php:125
36
  msgid "User Submitted Post"
37
- msgstr "An Post Curtha isteach Úsáideora"
38
 
39
- #: user-submitted-posts.php:433
40
  msgid "User Submitted Post Info"
41
- msgstr "Eolas Poist a Cuirtear isteach Úsáideoir"
42
 
43
- #: user-submitted-posts.php:463
44
  msgid "Submitter Name: "
45
- msgstr "Ainm Iontrála:"
46
 
47
- #: user-submitted-posts.php:464
48
  msgid "Submitter Email: "
49
- msgstr "Ríomhphost Cuir isteach:"
50
 
51
- #: user-submitted-posts.php:465
52
  msgid "Submitter URL: "
53
- msgstr "Cuir isteach URL:"
54
 
55
- #: user-submitted-posts.php:466
56
  msgid "Submitter IP: "
57
- msgstr "Iontráil IP:"
58
 
59
- #: user-submitted-posts.php:517
60
  msgid "Show USP Posts"
61
  msgstr "Taispeáin Poist USP"
62
 
63
- #: user-submitted-posts.php:518 library/plugin-settings.php:999
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
- #: user-submitted-posts.php:1301
68
  msgid " files required"
69
  msgstr " comhaid ag teastáil"
70
 
71
- #: user-submitted-posts.php:1302
72
  msgid " file required"
73
  msgstr " comhad ag teastáil"
74
 
75
- #: user-submitted-posts.php:1304
76
  msgid " files"
77
  msgstr " comhaid"
78
 
79
- #: user-submitted-posts.php:1305
80
  msgid " file"
81
  msgstr " comhad"
82
 
83
- #: user-submitted-posts.php:1307 user-submitted-posts.php:1308
84
- #: user-submitted-posts.php:1309 user-submitted-posts.php:1310
85
  msgid " pixels"
86
- msgstr " picteilíní"
87
 
88
- #: user-submitted-posts.php:1312 library/core-functions.php:215
89
- #: library/plugin-settings.php:290 library/plugin-settings.php:309
90
- #: library/plugin-settings.php:711 library/plugin-settings.php:1243
91
  msgid "Custom Field"
92
  msgstr "Réimse an Chustaim"
93
 
94
- #: user-submitted-posts.php:1314
95
  msgid "Custom checkbox required"
96
- msgstr "An bosca seiceála saincheaptha ag teastáil"
97
 
98
- #: user-submitted-posts.php:1317
99
  msgid "An error occurred. Please go back and try again."
100
- msgstr "Tharla earráid. Téigh ar ais agus déan iarracht arís."
101
 
102
- #: user-submitted-posts.php:1327
103
  msgid "User login required"
104
- msgstr "Logáil isteach úsáideora ag teastáil"
105
 
106
- #: user-submitted-posts.php:1328
107
  msgid "User name required"
108
- msgstr "Ainm úsáideora de dhíth"
109
 
110
- #: user-submitted-posts.php:1329
111
  msgid "Post title required"
112
- msgstr "Teideal an phoist ag teastáil"
113
 
114
- #: user-submitted-posts.php:1330
115
  msgid "User URL required"
116
- msgstr "Riachtanach URL Úsáideora"
117
 
118
- #: user-submitted-posts.php:1331
119
  msgid "Post tags required"
120
- msgstr "Post tags a theastaíonn"
121
 
122
- #: user-submitted-posts.php:1332
123
  msgid "Post category required"
124
- msgstr "Ceanglas post a theastaíonn"
125
 
126
- #: user-submitted-posts.php:1333
127
  msgid "Post content required"
128
  msgstr "Ábhar an phoist ag teastáil"
129
 
130
- #: user-submitted-posts.php:1334 user-submitted-posts.php:1335
131
  msgid "Correct captcha required"
132
- msgstr "Ceanglaíodh captcha ceart"
133
 
134
- #: user-submitted-posts.php:1336
135
  msgid "User email required"
136
- msgstr "R-phost úsáideora de dhíth"
137
 
138
- #: user-submitted-posts.php:1337
139
  msgid "Please check your email and try again"
140
- msgstr "Seiceáil do r-phost agus déan iarracht arís"
141
 
142
- #: user-submitted-posts.php:1338
143
  msgid "Non-empty value for hidden field"
144
- msgstr "Luach neamhfholamh le haghaidh réimse falamh"
145
 
146
- #: user-submitted-posts.php:1339
147
  msgid "Minimum number of images not met"
148
- msgstr "Líon íosta na n-íomhánna nach gcomhlíontar"
149
 
150
- #: user-submitted-posts.php:1340
151
  msgid "Maximum number of images exceeded "
152
- msgstr "Níos líon na n-íomhánna"
153
 
154
- #: user-submitted-posts.php:1341
155
  msgid "Minimum image width not met"
156
- msgstr "Níor chomhlíon an leithead íosta íomhá"
157
 
158
- #: user-submitted-posts.php:1342
159
  msgid "Image width exceeds maximum"
160
- msgstr "Níos mó ná leithead íomhá uasmhéid"
161
 
162
- #: user-submitted-posts.php:1343
163
  msgid "Minimum image height not met"
164
- msgstr "Níor chomhlíon an airde íomhá íosta"
165
 
166
- #: user-submitted-posts.php:1344
167
  msgid "Image height exceeds maximum"
168
- msgstr "Is airde an t-uasmhéid Íomhá"
169
 
170
- #: user-submitted-posts.php:1345
171
  msgid "File type not allowed (please upload images only)"
172
- msgstr "Níor cheadaítear cineál comhaid (uaslódáil íomhánna amháin)"
173
 
174
- #: user-submitted-posts.php:1346
175
  msgid " required"
176
- msgstr " riachtanach"
177
 
178
- #: user-submitted-posts.php:1351
179
  msgid "File not uploaded. Please check the file and try again."
180
- msgstr "Níor uaslódáil an comhad. Seiceáil an comhad agus déan iarracht arís."
181
 
182
- #: user-submitted-posts.php:1355
183
  msgid "The file(s) could not be uploaded"
184
- msgstr "Níorbh fhéidir an comhad (í) a uaslódáil"
185
 
186
- #: user-submitted-posts.php:1357
187
  msgid "Post not created. Please contact the site administrator for help."
188
- msgstr "Post nach cruthaíodh. Téigh i dteagmháil le riarthóir an láithreáin le haghaidh cabhair."
189
 
190
- #: user-submitted-posts.php:1358
191
  msgid "Duplicate post title. Please try again."
192
- msgstr "Dúblach teideal an phoist. Arís, le d'thoil."
193
 
194
- #: user-submitted-posts.php:1368
195
  msgid "Error: "
196
- msgstr "Earráid:"
197
 
198
- #: user-submitted-posts.php:1394
199
  msgid "Return to form"
200
  msgstr "Fill ar an bhfoirm"
201
 
202
- #: user-submitted-posts.php:1424 library/plugin-settings.php:975
203
  msgid "Please"
204
  msgstr "Le do thoil"
205
 
206
- #: user-submitted-posts.php:1425
207
  msgid "log in"
208
  msgstr "Logáil isteach"
209
 
210
- #: user-submitted-posts.php:1426
211
  msgid "to submit content!"
212
  msgstr "ábhar a chur isteach!"
213
 
214
- #: views/submission-form.php:46 views/submission-form-alt.php:55
215
  msgid "Please complete the required fields."
216
  msgstr "Comhlánaigh na réimsí riachtanacha le do thoil."
217
 
218
- #: views/submission-form.php:56 views/submission-form.php:57
219
- #: views/submission-form-alt.php:61 views/submission-form-alt.php:62
220
  msgid "Your Name"
221
  msgstr "Do ainm"
222
 
223
- #: views/submission-form.php:62 views/submission-form.php:63
224
- #: views/submission-form-alt.php:67 views/submission-form-alt.php:68
225
  msgid "Your URL"
226
  msgstr "Do URL"
227
 
228
- #: views/submission-form.php:68 views/submission-form.php:69
229
- #: views/submission-form-alt.php:73 views/submission-form-alt.php:74
230
  msgid "Your Email"
231
  msgstr "Do r-phost"
232
 
233
- #: views/submission-form.php:74 views/submission-form.php:75
234
- #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
235
- #: library/plugin-settings.php:1036
236
  msgid "Post Title"
237
  msgstr "Teideal an Phoist"
238
 
239
- #: views/submission-form.php:80 views/submission-form.php:81
240
- #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
241
- #: library/plugin-settings.php:1037
242
  msgid "Post Tags"
243
  msgstr "Clibeanna Poist"
244
 
245
- #: views/submission-form.php:93 views/submission-form-alt.php:98
246
  msgid "Antispam Question"
247
  msgstr "Ceist Antispam"
248
 
249
- #: views/submission-form.php:98 views/submission-form-alt.php:103
250
- #: library/plugin-settings.php:1038
251
  msgid "Post Category"
252
- msgstr "Catagóir an Phoist"
253
 
254
- #: views/submission-form.php:100 views/submission-form-alt.php:105
 
255
  msgid "Please select a category.."
256
- msgstr "Roghnaigh catagóir .."
257
 
258
- #: views/submission-form.php:135 views/submission-form.php:136
259
- #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
260
- #: library/plugin-settings.php:1039
261
  msgid "Post Content"
262
- msgstr "Ábhar an Phoist"
263
 
264
- #: views/submission-form.php:142 views/submission-form-alt.php:147
265
  msgid "Verification"
266
  msgstr "Fíorú"
267
 
268
- #: views/submission-form.php:149 views/submission-form-alt.php:154
269
  msgid "Upload an Image"
270
- msgstr "Uaslódáil íomhá"
271
 
272
- #: views/submission-form.php:158 views/submission-form-alt.php:163
273
  msgid "Add another image"
274
  msgstr "Cuir íomhá eile leis"
275
 
276
- #: views/submission-form.php:180 views/submission-form-alt.php:185
277
  msgid "Human verification: leave this field empty."
278
- msgstr "Fíorú an duine: fág an réimse seo folamh."
279
 
280
- #: views/submission-form.php:204 views/submission-form-alt.php:209
281
  msgid "Submit Post"
282
- msgstr "Cuir Post"
 
 
 
 
283
 
284
  #: library/shortcode-misc.php:18
285
  msgid "Reset form"
286
- msgstr "Athshocraigh foirm"
287
 
288
  #: library/shortcode-misc.php:128
289
  msgid "View full post"
290
- msgstr "Féach ar an bpost iomlán"
291
 
292
- #: library/support-panel.php:52
293
- msgid "Perishable Press Books"
294
- msgstr "Leabhair Preas Machairí"
295
-
296
- #: library/support-panel.php:53
297
- msgid "Plugin Planet"
298
- msgstr "Pláinéad Breiseáin"
299
-
300
- #: library/support-panel.php:54
301
- msgid "Donate via PayPal"
302
- msgstr "Tabhair íocaíocht trí PayPal"
303
-
304
- #: library/support-panel.php:56
305
- msgid "books"
306
- msgstr "leabhair"
307
-
308
- #: library/support-panel.php:57
309
- msgid "plugins"
310
- msgstr "plugins"
311
-
312
- #: library/support-panel.php:58
313
- msgid "donation"
314
- msgstr "síntiús"
315
-
316
- #: library/support-panel.php:60
317
- msgid "Thank you for using"
318
- msgstr "Go raibh maith agat as úsáid a bhaint as"
319
-
320
- #: library/support-panel.php:61
321
- msgid "Please show support by purchasing one of my"
322
- msgstr "Taispeáin tacaíocht trí cheann de mo chuid a cheannach"
323
-
324
- #: library/support-panel.php:62
325
- msgid "or"
326
- msgstr "nó"
327
-
328
- #: library/support-panel.php:62
329
- msgid "or by making a"
330
- msgstr "nó trí"
331
-
332
- #: library/support-panel.php:63
333
- msgid "Your generous support helps future development of"
334
- msgstr "Cuidíonn do thacaíocht fhiallach forbairt sa todhchaí"
335
-
336
- #: library/support-panel.php:64
337
- msgid "and is greatly appreciated."
338
- msgstr "agus tá sé buíoch as."
339
-
340
- #: library/support-panel.php:66
341
- msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
342
- msgstr "Cuidíonn aon síntiús mé orm leanúint ar aghaidh ag forbairt an breiseáin seo saor in aisce agus acmhainní uamhnach WordPress eile."
343
-
344
- #: library/enqueue-scripts.php:83 library/enqueue-scripts.php:117
345
- msgid "Incorrect response."
346
- msgstr "Freagra mícheart."
347
 
348
- #: library/plugin-settings.php:32
349
  msgid "Get USP Pro for unlimited forms!"
350
- msgstr "Faigh USP Pro le haghaidh foirmeacha neamhtheoranta!"
351
 
352
- #: library/plugin-settings.php:33
353
  msgid "Go Pro"
354
- msgstr "Téigh Pro"
355
-
356
- #: library/plugin-settings.php:37
357
- msgid "Settings"
358
- msgstr "Socruithe"
359
 
360
- #: library/plugin-settings.php:55 library/plugin-settings.php:1007
361
- #: library/plugin-settings.php:1595
362
  msgid "Plugin Homepage"
363
  msgstr "Leathanach Baile Breiseáin"
364
 
365
- #: library/plugin-settings.php:56
366
  msgid "Homepage"
367
  msgstr "Leathanach baile"
368
 
369
- #: library/plugin-settings.php:61
370
  msgid "Give USP a 5-star rating at WordPress.org"
371
- msgstr "Tabhair rátáil 5 réalta ag USP ag WordPress.org"
372
 
373
- #: library/plugin-settings.php:62
374
  msgid "Rate this plugin&nbsp;&raquo;"
375
- msgstr "Ráta an breiseán seo & nbsp; & raquo;"
376
 
377
- #: library/plugin-settings.php:120
378
  msgid "WP Post (recommended)"
379
  msgstr "WP Post (molta)"
380
 
381
- #: library/plugin-settings.php:124
382
  msgid "WP Page"
383
  msgstr "Leathanach WP"
384
 
385
- #: library/plugin-settings.php:140
386
  msgid "HTML5 Form + Default CSS"
387
  msgstr "Foirm HTML5 + Réamhshocrú CSS"
388
 
389
- #: library/plugin-settings.php:140
390
  msgid "(Recommended)"
391
  msgstr "(Molta)"
392
 
393
- #: library/plugin-settings.php:144
394
  msgid "HTML5 Form + Disable CSS"
395
  msgstr "Foirm HTML5 + Díchumasaigh CSS"
396
 
397
- #: library/plugin-settings.php:144
398
  msgid "(Provide your own styles)"
399
- msgstr "(Do stíleanna féin a sholáthar)"
400
 
401
- #: library/plugin-settings.php:148
402
  msgid "Custom Form + Custom CSS"
403
- msgstr "Foirm Chustaim + CSS Saincheaptha"
404
 
405
- #: library/plugin-settings.php:148
406
  msgid "(Provide your own form template &amp; styles)"
407
- msgstr "(Do chuid teimpléid foirmeacha agus stíleanna amplíne féin a sholáthar)"
408
 
409
- #: library/plugin-settings.php:164 library/plugin-settings.php:188
410
- #: library/plugin-settings.php:211 library/plugin-settings.php:235
411
  msgid "Auto-display before post content"
412
- msgstr "Auto-taispeáint roimh ábhar an phoist"
413
 
414
- #: library/plugin-settings.php:168 library/plugin-settings.php:192
415
- #: library/plugin-settings.php:215 library/plugin-settings.php:239
416
  msgid "Auto-display after post content"
417
- msgstr "Auto-thaispeáint tar éis ábhar an phoist"
418
 
419
- #: library/plugin-settings.php:172
420
  msgid "Do not auto-display submitted images"
421
- msgstr "Ná taispeáin íomhánna faoi bhráid uathoibríoch"
422
 
423
- #: library/plugin-settings.php:196
424
  msgid "Do not auto-display submitted email"
425
- msgstr "Ná cuir ríomhphoist isteach go huathoibríoch"
426
 
427
- #: library/plugin-settings.php:219
428
  msgid "Do not auto-display submitted URL"
429
- msgstr "Ná cuir URL isteach isteach uathoibríoch"
430
 
431
- #: library/plugin-settings.php:243
432
  msgid "Do not auto-display the Custom Field"
433
- msgstr "Ná taispeáin an Réimse Saincheaptha"
434
 
435
- #: library/plugin-settings.php:271 library/plugin-settings.php:303
436
- #: library/plugin-settings.php:336 library/plugin-settings.php:368
437
- msgid "Display and require"
438
- msgstr "Taispeáin agus a theastaíonn"
439
 
440
- #: library/plugin-settings.php:272 library/plugin-settings.php:304
441
- msgid "Display but do not require"
442
- msgstr "Taispeáin ach ní gá"
443
 
444
- #: library/plugin-settings.php:273 library/plugin-settings.php:305
445
- #: library/plugin-settings.php:337 library/plugin-settings.php:369
446
  msgid "Disable this field"
447
  msgstr "Díchumasaigh an réimse seo"
448
 
449
- #: library/plugin-settings.php:308 library/plugin-settings.php:340
450
- #: library/plugin-settings.php:372 library/plugin-settings.php:404
451
  msgid "(Visit"
452
  msgstr "(Cuairt"
453
 
454
- #: library/plugin-settings.php:309 library/plugin-settings.php:341
455
- #: library/plugin-settings.php:373 library/plugin-settings.php:405
456
  msgid "to configure options)"
457
- msgstr "chun roghanna a chumrú)"
458
 
459
- #: library/plugin-settings.php:324 library/plugin-settings.php:341
460
- #: library/plugin-settings.php:1261 library/plugin-settings.php:1266
461
  msgid "Challenge Question"
462
- msgstr "Ceist Dúshlán"
463
 
464
- #: library/plugin-settings.php:356 library/plugin-settings.php:373
465
- #: library/plugin-settings.php:1283
466
  msgid "Google reCAPTCHA"
467
  msgstr "Google reCAPTCHA"
468
 
469
- #: library/plugin-settings.php:388
470
  msgid "Post Images"
471
- msgstr "Íomhánna an Phoist"
472
 
473
- #: library/plugin-settings.php:400
474
- msgid "Display"
475
- msgstr "Taispeáin"
476
 
477
- #: library/plugin-settings.php:401
478
  msgid "Disable"
479
  msgstr "Díchumasaigh"
480
 
481
- #: library/plugin-settings.php:405 library/plugin-settings.php:1344
482
  msgid "Image Uploads"
483
- msgstr "Uasluchtaithe Íomhá"
484
 
485
- #: library/plugin-settings.php:485
486
  msgid "Draft"
487
  msgstr "Dréacht"
488
 
489
- #: library/plugin-settings.php:486
490
  msgid "Pending (default)"
491
  msgstr "Ar feitheamh (réamhshocraithe)"
492
 
493
- #: library/plugin-settings.php:487
494
  msgid "Publish immediately"
495
  msgstr "Foilsigh láithreach"
496
 
497
- #: library/plugin-settings.php:488
498
  msgid "Publish after 1 approved post"
499
- msgstr "Foilsigh i ndiaidh 1 phost ceadaithe"
500
 
501
- #: library/plugin-settings.php:489
502
  msgid "Publish after "
503
- msgstr "Foilsigh i ndiaidh"
504
 
505
- #: library/plugin-settings.php:489
506
  msgid " approved posts"
507
- msgstr " post ceadaithe"
 
 
 
 
508
 
509
- #: library/plugin-settings.php:655
510
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
511
- msgstr "Bhí earráid ann. Cinntigh le do thoil go bhfuil teideal agat, cuid d'ábhar, agus go bhfuil íomhánna amháin curtha suas agat."
512
 
513
- #: library/plugin-settings.php:669
514
  msgid "Please select your image(s) to upload."
515
- msgstr "Roghnaigh do íomhá (í) a uaslódáil."
516
 
517
- #: library/plugin-settings.php:675
518
  msgid "Success! Thank you for your submission."
519
- msgstr "Rath! Go raibh maith agat as d'aighneacht."
520
 
521
- #: library/plugin-settings.php:701
522
  msgid "Email"
523
  msgstr "Ríomhphost"
524
 
525
- #: library/plugin-settings.php:702
526
  msgid "URL"
527
  msgstr "URL"
528
 
529
- #: library/plugin-settings.php:962
530
  msgid "Toggle all panels"
531
- msgstr "Scrios na painéil uile"
532
 
533
- #: library/plugin-settings.php:971
534
  msgid "We need your support!"
535
- msgstr " mór dúinn do thacaíocht!"
536
 
537
- #: library/plugin-settings.php:975
538
  msgid "Make a donation via PayPal"
539
  msgstr "Déan síntiús trí PayPal"
540
 
541
- #: library/plugin-settings.php:975
542
  msgid "make a donation"
543
  msgstr "déan síntiús"
544
 
545
- #: library/plugin-settings.php:975
546
  msgid "and/or"
547
  msgstr "agus / nó"
548
 
549
- #: library/plugin-settings.php:976
550
  msgid "Rate and review at the Plugin Directory"
551
- msgstr "Ráta agus athbhreithniú ag an Eolaire Breiseáin"
552
 
553
- #: library/plugin-settings.php:977
554
  msgid "give this plugin a 5-star rating"
555
- msgstr "an rátáil breise 5-réalta a thabhairt don bhreiseán seo"
556
 
557
- #: library/plugin-settings.php:981
558
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
559
- msgstr "Cuireann do thacaíocht fhiallach an breiseán seo saor in aisce ar aghaidh. Go raibh maith agat!"
560
 
561
- #: library/plugin-settings.php:986
562
  msgid "Check this box if you have shown support"
563
- msgstr "Seiceáil an bosca seo má thacaigh tú tacaíocht"
564
 
565
- #: library/plugin-settings.php:995
566
  msgid "Overview"
567
  msgstr "Forbhreathnú"
568
 
569
- #: library/plugin-settings.php:999
570
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
571
- msgstr "cuireann do chuairteoirí poist isteach agus íomhánna a uaslódáil ó thaobh tosaigh do shuíomh."
572
 
573
- #: library/plugin-settings.php:1000
574
  msgid "For advanced functionality and unlimited forms, check out"
575
- msgstr "Chun feidhmiúlacht chun cinn agus foirmeacha neamhtheoranta, seiceáil amach"
576
 
577
- #: library/plugin-settings.php:1000 library/plugin-settings.php:1402
578
  msgid "USP Pro"
579
  msgstr "USP Pro"
580
 
581
- #: library/plugin-settings.php:1001
582
  msgid "&mdash; the ultimate solution for user-generated content."
583
- msgstr "& mdash; an réiteach deiridh d'ábhar a ghintear ó úsáideoirí."
584
 
585
- #: library/plugin-settings.php:1005 library/plugin-settings.php:1022
586
  msgid "Plugin Settings"
587
  msgstr "Socruithe Breiseáin"
588
 
589
- #: library/plugin-settings.php:1006
590
  msgid "Display the form"
591
  msgstr "Taispeáin an fhoirm"
592
 
593
- #: library/plugin-settings.php:1010
594
  msgid "If you like this plugin, please"
595
  msgstr "Más maith leat an breiseán seo, le do thoil"
596
 
597
- #: library/plugin-settings.php:1011
598
  msgid "THANK YOU for your support!"
599
  msgstr "Go raibh maith agat as do chuid tacaíochta!"
600
 
601
- #: library/plugin-settings.php:1011
602
  msgid "give it a 5-star rating"
603
- msgstr "tabhair rátáil 5 réalta dó"
604
 
605
- #: library/plugin-settings.php:1015
606
  msgid "Unlimited front-end forms"
607
- msgstr "Foirmeacha tosaigh gan teorainn"
608
 
609
- #: library/plugin-settings.php:1015
610
  msgid "Get USP Pro"
611
  msgstr "Faigh USP Pro"
612
 
613
- #: library/plugin-settings.php:1025
614
  msgid "Configure your settings for User Submitted Posts."
615
- msgstr "Déan do chuid socruithe a chumrú le haghaidh Poist Foilsithe Úsáideora."
616
 
617
- #: library/plugin-settings.php:1027
618
  msgid "Form Fields"
619
- msgstr "Réimse Foirmeacha"
620
 
621
- #: library/plugin-settings.php:1033
622
  msgid "User Name"
623
- msgstr "Ainm Úsáideora"
624
 
625
- #: library/plugin-settings.php:1034
626
  msgid "User Email"
627
- msgstr "R-phost Úsáideora"
628
 
629
- #: library/plugin-settings.php:1035
630
  msgid "User URL"
631
  msgstr "URL Úsáideora"
632
 
633
- #: library/plugin-settings.php:1050
634
  msgid "General Settings"
635
  msgstr "Socruithe Ginearálta"
636
 
637
- #: library/plugin-settings.php:1052
638
  msgid "Note that the default settings work fine for most cases."
639
- msgstr "Tabhair faoi deara go bhfuil na socruithe réamhshocraithe ag fíneáil don chuid is mó cásanna."
640
 
641
- #: library/plugin-settings.php:1057
642
  msgid "Form Style"
643
- msgstr "Stíl Foirme"
644
 
645
- #: library/plugin-settings.php:1062
646
  msgid "With this option, you can copy the plugin&rsquo;s default templates:"
647
- msgstr "Leis an rogha seo, is féidir leat na teimpléid réamhshocraithe & rsquo;"
648
 
649
- #: library/plugin-settings.php:1067
650
  msgid "..and upload them into a directory named"
651
- msgstr "agus iad a uaslódáil isteach i gcomhadlann ainmnithe"
652
 
653
- #: library/plugin-settings.php:1067
654
  msgid "in your theme:"
655
  msgstr "i do théama:"
656
 
657
- #: library/plugin-settings.php:1073
658
  msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
659
- msgstr "Cuirfidh sé sin ar chumas an fhoirm agus na stíleanna a shaincheapadh de réir mar is gá. Le haghaidh tuilleadh eolais, féach an rannóg \"Foirm Iarratais Chustaim\" sa"
660
 
661
- #: library/plugin-settings.php:1074
662
  msgid "Installation Docs"
663
  msgstr "Docs Suiteála"
664
 
665
- #: library/plugin-settings.php:1075
666
  msgid "FYI: here is a"
667
- msgstr "FYI: anseo a"
668
 
669
- #: library/plugin-settings.php:1075
670
  msgid "list of USP CSS selectors"
671
- msgstr "liosta de na roghnóirí USP CSS"
672
 
673
- #: library/plugin-settings.php:1081
674
  msgid "Include JavaScript"
675
  msgstr "Cuir JavaScript san áireamh"
676
 
677
- #: library/plugin-settings.php:1083
678
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
679
- msgstr "Seiceáil an bosca seo más mian leat na comhaid seachtracha JavaScript (molta) a chur san áireamh."
680
 
681
- #: library/plugin-settings.php:1086
682
  msgid "Targeted Loading"
683
- msgstr "Luchtú Spriocdhírithe"
684
 
685
- #: library/plugin-settings.php:1088
686
- msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
687
- msgstr "De réir réamhshocraithe, CSS seachtrach & amp; comhaid JavaScript luchtaithe ar gach leathanach. Anseo, is féidir leat URL an fhoirm USP a shonrú chun acmhainní a luchtú ach amháin ar an leathanach sin. Tabhair faoi deara: fág bán le luchtú ar na leathanaigh go léir."
688
 
689
- #: library/plugin-settings.php:1091
690
  msgid "Post Type"
691
  msgstr "Cineál Post"
692
 
693
- #: library/plugin-settings.php:1094
694
  msgid "Submit posts as WP Posts or Pages"
695
- msgstr "Cuir post isteach mar PoistPáipéir WP"
696
 
697
- #: library/plugin-settings.php:1098
698
  msgid "Post Status"
699
  msgstr "Stádas an Phoist"
700
 
701
- #: library/plugin-settings.php:1101
702
  msgid "Post Status for submitted posts"
703
- msgstr "Stádas an Phoist do phoist a cuireadh isteach"
704
 
705
- #: library/plugin-settings.php:1105
706
  msgid "Redirect URL"
707
- msgstr "URL a atreorú"
708
 
709
- #: library/plugin-settings.php:1107
710
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
711
- msgstr "Sonraigh URL chun an t-úsáideoir a atreorú tar éis an iarratais a chur isteach. Fág bán chun atreorú ar ais chuig an leathanach reatha."
712
 
713
- #: library/plugin-settings.php:1110
714
  msgid "Success Message"
715
- msgstr "Teachtaireacht Rathúil"
716
 
717
- #: library/plugin-settings.php:1112
718
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
719
- msgstr "Teachtaireacht rathúil a thaispeántar má éiríonn leis an iarchur isteach. Ceadaítear marcáil bhunúsach."
720
 
721
- #: library/plugin-settings.php:1115
722
  msgid "Error Message"
723
- msgstr "Teachtaireacht Earráide"
724
 
725
- #: library/plugin-settings.php:1117
726
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
727
- msgstr "Teachtaireacht earráide ginearálta a thaispeántar má theipeann ar iar-aighneacht. Ceadaítear marcáil bhunúsach."
728
 
729
- #: library/plugin-settings.php:1120
730
  msgid "Custom Content"
731
  msgstr "Ábhar an Chustaim"
732
 
733
- #: library/plugin-settings.php:1122
734
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
735
- msgstr "Téacs / marcáil saincheaptha le cur san áireamh roimh an fhoirm aighneachta. Fág bán chun é a dhíchumasú."
736
 
737
- #: library/plugin-settings.php:1125
738
  msgid "Rich Text Editor"
739
- msgstr "Eagarthóir Téacs Rich"
740
 
741
- #: library/plugin-settings.php:1127
742
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
743
- msgstr "Seiceáil an bosca seo más mian leat eagarthóireacht téacs saibhir WP a chumasú do phoist a cuireadh isteach."
744
 
745
- #: library/plugin-settings.php:1130
746
  msgid "Unique Titles"
747
  msgstr "Teidil Uathúla"
748
 
749
- #: library/plugin-settings.php:1132
750
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
751
- msgstr "A cheangal go mbeidh teidil iarratais curtha isteach uathúil (úsáideach le haghaidh poist iomadúla / dúbailte a chuirtear isteach)."
752
 
753
- #: library/plugin-settings.php:1135
754
  msgid "Disable Required"
755
  msgstr "Díchumasaigh Riachtanach"
756
 
757
- #: library/plugin-settings.php:1137
758
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
759
- msgstr "Na tréithe uile is a dhíchumasú ar réimsí foirmeacha réamhshocraithe (úsáideach le haghaidh teachtaireachtaí earráide a réiteach)."
760
 
761
- #: library/plugin-settings.php:1140
762
  msgid "Enable Shortcodes"
763
  msgstr "Cumasaigh Shortcodes"
764
 
765
- #: library/plugin-settings.php:1142
766
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
767
- msgstr "Cumasaigh shortcodes i giuirléidí. De réir réamhshocraithe, ní chumas WordPress shortcodes i giuirléidí."
768
 
769
- #: library/plugin-settings.php:1143
770
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
771
- msgstr "Cuireann an socrú seo aon shortcodes ar fad i ngiuirléidí (fiú shortcodes ó breiseáin eile)."
772
 
773
- #: library/plugin-settings.php:1148
774
- msgid "GDPR"
775
- msgstr "GDPR"
776
 
777
- #: library/plugin-settings.php:1153
778
  msgid "Disable IP Tracking"
779
- msgstr "Díshuiteáil Rianú IP"
780
 
781
- #: library/plugin-settings.php:1155
782
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
783
- msgstr "De réir réamhshocraithe USP taifid an seoladh IP le gach post a cuireadh isteach. Seiceáil an bosca seo chun gach rianú IP a dhíchumasaigh."
784
 
785
- #: library/plugin-settings.php:1159
786
  msgid "Display Checkbox"
787
- msgstr "Taispeáin Bosca Seiceála"
788
 
789
- #: library/plugin-settings.php:1161
790
  msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
791
- msgstr "Taispeáin bosca seiceála saincheaptha ar do fhoirm (úsáideach le haghaidh GDPR, aontú le téarmaí, etc.)"
792
 
793
- #: library/plugin-settings.php:1164
794
  msgid "Checkbox Name"
795
- msgstr "Ainm an Bosca Seiceála"
796
 
797
- #: library/plugin-settings.php:1166 library/plugin-settings.php:1251
798
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
799
- msgstr " hamháin úsáid a bhaint as aicmí alfaiméaracha, neamhréir, agus sreabhadh. Mura bhfuil cinnte, bain úsáid as an t-ainm réamhshocraithe:"
800
 
801
- #: library/plugin-settings.php:1169
802
  msgid "Checkbox Error"
803
- msgstr "Earráid Bosca Seiceála"
804
 
805
- #: library/plugin-settings.php:1171
806
  msgid "Error message displayed if user does not check the box."
807
- msgstr "Teachtaireacht earráide ar taispeáint mura ndéanann an t-úsáideoir an bosca a sheiceáil."
808
 
809
- #: library/plugin-settings.php:1174
810
  msgid "Checkbox Text"
811
- msgstr "Téacs Bosca Seiceála"
812
 
813
- #: library/plugin-settings.php:1176
814
  msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
815
- msgstr "Téacs ar taispeáint in aice leis an mboscaí. Leid: úsáid lúibíní coiriúla le lúibíní uillinn aschuir, mar shampla:"
816
 
817
- #: library/plugin-settings.php:1181 library/plugin-settings.php:1186
818
  msgid "Categories"
819
  msgstr "Catagóirí"
820
 
821
- #: library/plugin-settings.php:1189
822
- msgid "Select which categories may be assigned to submitted posts (click to toggle)"
823
- msgstr "Roghnaigh na catagóirí a fhéadfar a shannadh do phoist a cuireadh isteach (cliceáil ar scoránaigh)"
824
 
825
- #: library/plugin-settings.php:1197
 
 
 
 
 
 
 
 
826
  msgid "Hidden/Default Category"
827
- msgstr "Catagóir Réamhshocraithe / Hidden /"
828
 
829
- #: library/plugin-settings.php:1199
830
- msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
831
- msgstr "Bain úsáid as réimse i bhfolach don chatagóir post. Is féidir é seo a úsáid chun catagóir réamhshocraithe a shonrú nuair a bhíonn réimse na gcatagóir faoi mhíchumas."
832
 
833
- #: library/plugin-settings.php:1202
834
  msgid "Category ID for Hidden Field"
835
- msgstr "ID de chatagóir le haghaidh Hidden Field"
836
 
837
- #: library/plugin-settings.php:1204
838
- msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
839
- msgstr "Sonraigh ID an chatagóir le húsáid le haghaidh & ldquo; Catagóir Réamhshocraithe / Réamhshocraithe & rdquo; rogha."
840
 
841
- #: library/plugin-settings.php:1209
842
  msgid "Users"
843
  msgstr "Úsáideoirí"
844
 
845
- #: library/plugin-settings.php:1214
846
  msgid "Assigned Author"
847
- msgstr "Údar Sínithe"
848
 
849
- #: library/plugin-settings.php:1217
850
  msgid "Specify the user that should be assigned as author for submitted posts."
851
- msgstr "Sonraigh an t-úsáideoir ba cheart a údarú mar údar do phoist a cuireadh isteach."
852
 
853
- #: library/plugin-settings.php:1221
854
  msgid "Registered Username"
855
  msgstr "Ainm Úsáideora Cláraithe"
856
 
857
- #: library/plugin-settings.php:1223
858
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
859
- msgstr "Úsáid ainm úsáideora cláraithe mar phost-údar. Bailí nuair atá an atá ag cur isteach an fhoirm logáilte isteach go WordPress."
860
 
861
- #: library/plugin-settings.php:1226
862
  msgid "User Profile URL"
863
  msgstr "URL Próifíl Úsáideora"
864
 
865
- #: library/plugin-settings.php:1228
866
  msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
867
- msgstr "Úsáid URL Próifíl úsáideora cláraithe mar luach an réimse URL. Bailí nuair atá an atá ag cur isteach an fhoirm logáilte isteach go WordPress."
868
 
869
- #: library/plugin-settings.php:1231
870
  msgid "Require User Login"
871
- msgstr "A cheangal ar Logáil isteach Úsáideora"
872
 
873
- #: library/plugin-settings.php:1233
874
  msgid "Require users to be logged in to WordPress to view/submit the form"
875
- msgstr "A cheangal ar úsáideoirí logáil isteach i WordPress chun an fhoirm a fheiceáil / a chur isteach"
876
 
877
- #: library/plugin-settings.php:1236
878
  msgid "Disable Replace Author"
879
- msgstr "Díchumasaigh Athsholáthar Údar"
880
 
881
- #: library/plugin-settings.php:1238
882
  msgid "Do not replace post author with submitted user name"
883
- msgstr "Ná cuir an t-údar poist in ionad ainm úsáideora isteach"
884
 
885
- #: library/plugin-settings.php:1244
886
  msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
887
- msgstr "Anseo, is féidir leat an t-ainm agus an lipéad a úsáideann an Réimse Saincheaptha a athrú. Is féidir leat an réimse seo a chumasú tríd an suíomh Forms Field, thuas."
888
 
889
- #: library/plugin-settings.php:1249
890
  msgid "Custom Field Name"
891
- msgstr "Ainm Réimse an Chustaiméara"
892
 
893
- #: library/plugin-settings.php:1254
894
  msgid "Custom Field Label"
895
- msgstr "Lipéad an Chustaim Réimse"
896
 
897
- #: library/plugin-settings.php:1256
898
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
899
- msgstr "Taispeánfar é seo mar an lipéad réimse ar an bhfoirm. Réamhshocrú: Saincheaptha"
900
 
901
- #: library/plugin-settings.php:1268
902
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
903
- msgstr "Chun spam a chosc, cuir isteach ceist nach mór d'úsáideoirí a fhreagairt sula gcuireann tú isteach an fhoirm."
904
 
905
- #: library/plugin-settings.php:1271
906
  msgid "Challenge Response"
907
- msgstr "Freagra Dúshlán"
908
 
909
- #: library/plugin-settings.php:1273
910
  msgid "Enter the *only* correct answer to the challenge question."
911
- msgstr "Cuir isteach an freagra ceart * amháin * ar an gceist dúshlán."
912
 
913
- #: library/plugin-settings.php:1276
914
  msgid "Case-sensitivity"
915
- msgstr "Cás-íogaireacht"
916
 
917
- #: library/plugin-settings.php:1278
918
  msgid "Check this box if you want the challenge response to be case-sensitive."
919
- msgstr "Seiceáil an bosca seo más mian leat go mbeadh an freagra dúshlánach i gcásanna atá íogair."
920
 
921
- #: library/plugin-settings.php:1284
922
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
923
- msgstr "Chun Google reCAPTCHA a chumasú, cuir isteach do chuid eochracha poiblí agus príobháideacha."
924
 
925
- #: library/plugin-settings.php:1289
926
  msgid "Public Key"
927
- msgstr "Eochair Poiblí"
928
 
929
- #: library/plugin-settings.php:1291
930
  msgid "Enter your Public Key"
931
- msgstr "Cuir isteach do Eochair Poiblí"
932
 
933
- #: library/plugin-settings.php:1294
934
  msgid "Private Key"
935
- msgstr "Eochair Príobháideach"
936
 
937
- #: library/plugin-settings.php:1296
938
  msgid "Enter your Private Key"
939
- msgstr "Cuir isteach do Eochair Príobháideach"
940
 
941
- #: library/plugin-settings.php:1301
942
  msgid "Email Alerts"
943
- msgstr "Alerts Ríomhphoist"
944
 
945
- #: library/plugin-settings.php:1306
946
  msgid "Receive Email Alert"
947
- msgstr "Faigh Foláireamh Ríomhphoist"
948
 
949
- #: library/plugin-settings.php:1308
950
  msgid "Check this box if you want to be notified via email for new post submissions."
951
- msgstr "Seiceáil an bosca seo más mian leat a bheith curtha in iúl trí ríomhphost le haghaidh aighneachtaí nua."
952
 
953
- #: library/plugin-settings.php:1311
954
  msgid "Enable HTML Format"
955
  msgstr "Cumasaigh Formáid HTML"
956
 
957
- #: library/plugin-settings.php:1313
958
  msgid "Check this box to enable HTML format for email alerts."
959
- msgstr "Seiceáil an bosca seo chun formáid HTML a chumasú le haghaidh foláirimh ríomhphoist."
960
 
961
- #: library/plugin-settings.php:1316
962
  msgid "Email Address for Alerts"
963
- msgstr "Seoladh Ríomhphoist do Foláirimh"
964
 
965
- #: library/plugin-settings.php:1318
966
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
967
- msgstr "Má rinneseiceáil ar an mbosca chun rabhaidh ríomhphoist a fháil, luaigh an seoladh (í) ar chóir na ríomhphoist a sheoladh chuige."
968
 
969
- #: library/plugin-settings.php:1319
970
  msgid "Multiple recipients may be included using a comma, like so:"
971
- msgstr "Is féidir le daoine a bhfuil go leor faighte a chur san áireamh ag baint úsáide as coma, mar sin:"
972
 
973
- #: library/plugin-settings.php:1322
974
  msgid "Email &ldquo;From&rdquo; Address"
975
  msgstr "Ríomhphost & ldquo; Ó & rdquo; Seoladh"
976
 
977
- #: library/plugin-settings.php:1324
978
  msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
979
- msgstr "Anseo, is féidir leat an seoladh (í) a úsáideadh don & ldquo; Ó & rdquo; header (féach Ceisteanna Coitianta breiseáin le haghaidh faisnéise)."
980
 
981
- #: library/plugin-settings.php:1325
982
  msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
983
- msgstr "Má seoltaí iomadúla sonraithe sa suíomh roimhe seo, cuimsíonn líon comhionann & ldquo; Ó & rdquo; seoltaí don suíomh seo (san ord céanna)."
984
 
985
- #: library/plugin-settings.php:1328
986
  msgid "Email Alert Subject"
987
- msgstr "Ábhar Alert Ríomhphoist"
988
 
989
- #: library/plugin-settings.php:1330
990
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
991
- msgstr "Líne ábhair le haghaidh foláirimh ríomhphoist. Fág bán chun an líne ábhar réamhshocraithe a úsáid. Tabhair faoi deara: is féidir leat na hathróga seo a leanas a úsáid:"
992
 
993
- #: library/plugin-settings.php:1335
994
  msgid "Email Alert Message"
995
- msgstr "Teachtaireacht Foláirimh Ríomhphoist"
996
 
997
- #: library/plugin-settings.php:1337
998
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
999
- msgstr "Teachtaireacht le haghaidh foláirimh ríomhphoist. Fág bán chun an teachtaireacht réamhshocraithe a úsáid. Tabhair faoi deara: is féidir leat na hathróga seo a leanas a úsáid:"
1000
 
1001
- #: library/plugin-settings.php:1349
1002
  msgid "Featured Image"
1003
  msgstr "Íomhá Réadmhaoin"
1004
 
1005
- #: library/plugin-settings.php:1351
1006
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
1007
- msgstr "Socraigh íomhánna isteach mar Íomhánna Réadmhaoin. Éilíonn tacaíocht téama le haghaidh Íomhánna Réadmhaoin (aka Miontuairiscí)."
1008
 
1009
- #: library/plugin-settings.php:1354
1010
  msgid "Upload Message"
1011
- msgstr "Teachtaireacht Uaslódáil"
1012
 
1013
- #: library/plugin-settings.php:1356
1014
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
1015
- msgstr "Teachtaireacht atá le feiceáil in aice leis an réimse uaslódáil. Úsáideach le do threoirlínte / beartas / srl. Uaslódáil a lua. Marcáil bunúsach a cheadaítear."
1016
 
1017
- #: library/plugin-settings.php:1359
1018
  msgid "&ldquo;Add another image&rdquo; link"
1019
- msgstr "& ldquo; Cuir íomhá eile & rdquo; nasc"
1020
 
1021
- #: library/plugin-settings.php:1361
1022
  msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
1023
- msgstr "Marcáil saincheaptha don & ldquo; Cuir íomhá eile & rdquo; nasc. Fág bán chun an marc réamhshocraithe (molta) a úsáid."
1024
 
1025
- #: library/plugin-settings.php:1364
1026
  msgid "Minimum number of images"
1027
- msgstr "Íosmhéid na n-íomhánna"
1028
 
1029
- #: library/plugin-settings.php:1367
1030
  msgid "Specify the minimum number of images."
1031
- msgstr "Sonraigh líon íosta na n-íomhánna."
1032
 
1033
- #: library/plugin-settings.php:1371
1034
  msgid "Maximum number of images"
1035
- msgstr "Uasmhéid na n-íomhánna"
1036
 
1037
- #: library/plugin-settings.php:1374
1038
  msgid "Specify the maximum number of images."
1039
- msgstr "Sonraigh líon uasta na n-íomhánna."
1040
 
1041
- #: library/plugin-settings.php:1378
1042
  msgid "Minimum image width"
1043
- msgstr "Leithead íosta íomhá"
1044
 
1045
- #: library/plugin-settings.php:1380
1046
  msgid "Specify a minimum width (in pixels) for uploaded images."
1047
- msgstr "Sonraigh leithead íosta (i bpicteilíní) le haghaidh íomhánna uaslódáil."
1048
 
1049
- #: library/plugin-settings.php:1383
1050
  msgid "Minimum image height"
1051
- msgstr "Íomhá íosta íomhá"
1052
 
1053
- #: library/plugin-settings.php:1385
1054
  msgid "Specify a minimum height (in pixels) for uploaded images."
1055
- msgstr "Sonraigh íosta airde (i pixel) le haghaidh íomhánna uaslódáil."
1056
 
1057
- #: library/plugin-settings.php:1388
1058
  msgid "Maximum image width"
1059
- msgstr "Uasmhéid leithead íomhá"
1060
 
1061
- #: library/plugin-settings.php:1390
1062
  msgid "Specify a maximum width (in pixels) for uploaded images."
1063
- msgstr "Sonraigh leithead uasta (i bpicteilíní) le haghaidh íomhánna uaslódáil."
1064
 
1065
- #: library/plugin-settings.php:1393
1066
  msgid "Maximum image height"
1067
- msgstr "Uasmhéid airde an íomhá"
1068
 
1069
- #: library/plugin-settings.php:1395
1070
  msgid "Specify a maximum height (in pixels) for uploaded images."
1071
- msgstr "Sonraigh airde uasta (i bpicteilíní) le haghaidh íomhánna uaslódáil."
1072
 
1073
- #: library/plugin-settings.php:1398
1074
  msgid "More Options"
1075
- msgstr "Roghanna Breise"
1076
 
1077
- #: library/plugin-settings.php:1401
1078
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
1079
- msgstr "Le haghaidh tuilleadh roghanna, cosúil leis an gcumas cineálacha comhad eile a uaslódáil (cosúil le PDF, Word, Zip, físeáin, agus níos mó), seiceáil amach"
1080
 
1081
- #: library/plugin-settings.php:1402
1082
  msgid "Go Pro!"
1083
- msgstr "Téigh Pro!"
1084
 
1085
- #: library/plugin-settings.php:1409
1086
  msgid "Auto-Display Content"
1087
- msgstr "Ábhar Auto-Taispeáin"
1088
 
1089
- #: library/plugin-settings.php:1414
1090
  msgid "Auto-Display Images"
1091
- msgstr "Íomhánna Auto-Taispeáin"
1092
 
1093
- #: library/plugin-settings.php:1416
1094
  msgid "Auto-display user-submitted images:"
1095
- msgstr "Íomhánna a chuireann isteach ar úsáideoirí uathoibríoch:"
1096
 
1097
- #: library/plugin-settings.php:1421
1098
  msgid "Image Markup"
1099
  msgstr "Marcáil Íomhá"
1100
 
1101
- #: library/plugin-settings.php:1423
1102
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1103
- msgstr "Marcáil le húsáid le haghaidh gach íomhá a cuireadh isteach (nuair atá cumhdach taispeáint ar chumas). Is féidir é a úsáid"
1104
 
1105
- #: library/plugin-settings.php:1425 library/plugin-settings.php:1438
1106
- #: library/plugin-settings.php:1451 library/plugin-settings.php:1464
1107
  msgid "and"
1108
  msgstr "agus"
1109
 
1110
- #: library/plugin-settings.php:1428
1111
  msgid "Auto-Display Email"
1112
- msgstr "Ríomhphost Auto Taispeáin"
1113
 
1114
- #: library/plugin-settings.php:1430
1115
  msgid "Auto-display user-submitted email:"
1116
- msgstr "R-phost a chuirtear isteach le húsáideoir féin-thaispeáin:"
1117
 
1118
- #: library/plugin-settings.php:1435
1119
  msgid "Email Markup"
1120
- msgstr "Marcáil Ríomhphoist"
1121
 
1122
- #: library/plugin-settings.php:1437
1123
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1124
- msgstr "Marcáil le húsáid don seoladh ríomhphoist a cuireadh isteach (nuair atá cumhdach taispeáint ar chumas). Is féidir é a úsáid"
1125
 
1126
- #: library/plugin-settings.php:1441
1127
  msgid "Auto-Display URL"
1128
- msgstr "URL Auto-Taispeáin"
1129
 
1130
- #: library/plugin-settings.php:1443
1131
  msgid "Auto-display user-submitted URL:"
1132
- msgstr "URL a chuirtear isteach ar úsáideoir féin-thaispeántais:"
1133
 
1134
- #: library/plugin-settings.php:1448
1135
  msgid "URL Markup"
1136
- msgstr "Marcáil URL"
1137
 
1138
- #: library/plugin-settings.php:1450
1139
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1140
- msgstr "Marcáil le húsáid don URL a chuirtear isteach (nuair atá cumhdach taispeáint ar chumas). Is féidir é a úsáid"
1141
 
1142
- #: library/plugin-settings.php:1454
1143
  msgid "Auto-Display Custom Field"
1144
- msgstr "Réimse Saincheaptha Auto-Taispeáin"
1145
 
1146
- #: library/plugin-settings.php:1456
1147
  msgid "Auto-display user-submitted Custom Field:"
1148
- msgstr "Réimse saincheaptha a chuir isteach ar úsáideoir uathoibríoch:"
1149
 
1150
- #: library/plugin-settings.php:1461
1151
  msgid "Custom Field Markup"
1152
- msgstr "Marcáil an Chustaim Réimse"
1153
 
1154
- #: library/plugin-settings.php:1463
1155
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1156
- msgstr "Marcáil le húsáid don Réimse Saincheaptha (nuair atá cumhdach taispeáint ar chumas). Is féidir é a úsáid"
1157
 
1158
- #: library/plugin-settings.php:1469 library/plugin-settings.php:1581
1159
  msgid "Save Settings"
1160
  msgstr "Sábháil Socruithe"
1161
 
1162
- #: library/plugin-settings.php:1474
1163
  msgid "Display the Form"
1164
- msgstr "Taispeáin an fhoirm"
1165
 
1166
- #: library/plugin-settings.php:1477
1167
  msgid "Post-Submit Form"
1168
- msgstr "Foirm Iar-Cuir isteach"
1169
 
1170
- #: library/plugin-settings.php:1478
1171
  msgid "USP enables you to display a post-submission form anywhere on your site."
1172
- msgstr "Cuireann USP ar chumas foirm iar-aighneachta a thaispeáint in áit ar bith ar do shuíomh."
1173
 
1174
- #: library/plugin-settings.php:1479 library/plugin-settings.php:1488
1175
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1176
- msgstr "Bain úsáid as an shortcode chun an fhoirm a thaispeáint ar aon phostleathanach WP:"
1177
 
1178
- #: library/plugin-settings.php:1482 library/plugin-settings.php:1491
1179
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1180
- msgstr "Nó, bain úsáid as an gclib teimpléid chun an fhoirm a thaispeáint in áit ar bith i do theimpléad téama:"
1181
 
1182
- #: library/plugin-settings.php:1486
1183
  msgid "Login/Register Form"
1184
- msgstr "Foirm Logáil isteach / Cláraigh"
1185
 
1186
- #: library/plugin-settings.php:1487
1187
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1188
- msgstr "Is féidir leat foirm a thaispeáint a chuireann ar chumas úsáideoirí logáil isteach, a chlárú nó a bhfocal faire a athshocrú."
1189
 
1190
- #: library/plugin-settings.php:1495
1191
  msgid "Display Submitted Posts"
1192
- msgstr "Taispeáin Poist Curtha isteach"
1193
 
1194
- #: library/plugin-settings.php:1496
1195
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1196
- msgstr "Bain úsáid as an shortcode seo chun liosta de na poist a cuireadh isteach a thaispeáint ar aon WP Post nó Leathanach:"
1197
 
1198
- #: library/plugin-settings.php:1499
1199
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1200
- msgstr "Nó, bain úsáid as an gclib teimpléid chun liosta de na poist a cuireadh isteach in áit ar bith i do theimpléad téama a thaispeáint:"
1201
 
1202
- #: library/plugin-settings.php:1502
1203
  msgid "Here are some examples showing how to configure this shortcode:"
1204
- msgstr "Seo roinnt samplaí a léiríonn conas an shortcode seo a chumrú:"
1205
 
1206
- #: library/plugin-settings.php:1510
1207
  msgid "Display Image Gallery"
1208
- msgstr "Taispeáin Gailearaí Íomhá"
1209
 
1210
- #: library/plugin-settings.php:1511
1211
  msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
1212
- msgstr "Bain úsáid as an shortcode seo chun gailearaí íomhánna uaslódáil a thaispeáint do gach post a cuireadh isteach:"
1213
 
1214
- #: library/plugin-settings.php:1514
1215
  msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
1216
- msgstr "Nó, bain úsáid as an gclib teimpléid chun gailearaí íomhá a thaispeáint in áit ar bith i do theimpléad téama:"
1217
 
1218
- #: library/plugin-settings.php:1517
1219
  msgid "You can customize using any of the follwing attributes:"
1220
- msgstr "Is féidir leat a shaincheapadh ag baint úsáide as aon cheann de na tréithe folláine:"
1221
 
1222
- #: library/plugin-settings.php:1532
1223
  msgid "Reset Form Button"
1224
- msgstr "Athshocraigh an Fhoirm Button"
1225
 
1226
- #: library/plugin-settings.php:1533
1227
  msgid "This shortcode displays a link that resets the form to its original state:"
1228
- msgstr "Taispeánann an shortcode seo nasc a athshocraíonn an fhoirm chuig a stát bunaidh:"
1229
 
1230
- #: library/plugin-settings.php:1536
1231
  msgid "This shortcode accepts the following attributes:"
1232
- msgstr "Glacann an shortcode leis na tréithe seo a leanas:"
1233
 
1234
- #: library/plugin-settings.php:1542
1235
  msgid "Note that the url attribute accepts"
1236
- msgstr "Tabhair faoi deara go nglacann an tréith url"
1237
 
1238
- #: library/plugin-settings.php:1542
1239
  msgid "to get the current URL."
1240
- msgstr "an URL reatha a fháil."
1241
 
1242
- #: library/plugin-settings.php:1545
1243
  msgid "Access Control"
1244
  msgstr "Rialú Rochtana"
1245
 
1246
- #: library/plugin-settings.php:1546
1247
  msgid "USP provides three shortcodes to control access and restrict content."
1248
- msgstr "Soláthraíonn USP trí shortcodes rochtain a rialú agus ábhar a shrianadh."
1249
 
1250
- #: library/plugin-settings.php:1547
1251
  msgid "Display content only to users with a specific capability:"
1252
- msgstr "Taispeáin ábhar ach d'úsáideoirí a bhfuil cumas ar leith acu:"
1253
 
1254
- #: library/plugin-settings.php:1550
1255
  msgid "Display content to logged-in users:"
1256
- msgstr "Taispeáin ábhar d'úsáideoirí atá logáilte isteach:"
1257
 
1258
- #: library/plugin-settings.php:1553
1259
  msgid "Display content to visitors only:"
1260
  msgstr "Taispeáin ábhar do chuairteoirí amháin:"
1261
 
1262
- #: library/plugin-settings.php:1556
1263
  msgid "Tip:"
1264
  msgstr "Leid:"
1265
 
1266
- #: library/plugin-settings.php:1556
1267
  msgid "to include markup in the deny message, you can use"
1268
- msgstr "le marcáil a chur san teachtaireacht dhiúltú, is féidir leat é a úsáid"
1269
 
1270
- #: library/plugin-settings.php:1556
1271
  msgid "to output"
1272
  msgstr "aschur"
1273
 
1274
- #: library/plugin-settings.php:1559
1275
  msgid "Example"
1276
  msgstr "Sampla"
1277
 
1278
- #: library/plugin-settings.php:1560
1279
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1280
- msgstr "Má tá an t-úsáideoir logáilte isteach, an fhoirm iar-iarratais a thaispeáint; nó mura bhfuil an t-úsáideoir logáilte isteach, an fhoirm logáil isteach a thaispeáint:"
1281
 
1282
- #: library/plugin-settings.php:1572
1283
  msgid "Restore Defaults"
1284
- msgstr "Réamhshocruithe Athchóirigh"
1285
 
1286
- #: library/plugin-settings.php:1575
1287
  msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1288
- msgstr "Fág an rogha seo faoi mhíchumas chun do chuid socruithe a mheabhrú. Nó, dul ar aghaidh agus na roghanna breiseán réamhshocraithe a athbhunú: seiceáil an bhosca, sábháil do chuid socruithe, agus ansin an breiseán a dhíghníomhachtú / a athghníomhachtú."
1289
 
1290
- #: library/plugin-settings.php:1579
1291
  msgid "Restore default options upon plugin deactivation/reactivation."
1292
- msgstr "Athraigh roghanna réamhshocraithe maidir le díghníomhachtú / athghníomhachtú breiseáin."
1293
 
1294
- #: library/plugin-settings.php:1586
1295
  msgid "Show Support"
1296
  msgstr "Taispeáin Tacaíocht"
1297
 
1298
- #: library/plugin-settings.php:1595
1299
  msgid "by"
1300
  msgstr "ag"
1301
 
1302
- #: library/plugin-settings.php:1596
1303
  msgid "Jeff Starr on Twitter"
1304
  msgstr "Jeff Starr ar Twitter"
1305
 
1306
- #: library/plugin-settings.php:1597
1307
  msgid "Obsessive Web Design &amp; Development"
1308
- msgstr "Dearadh Gréasáin Obsessive & amp; Forbairt"
1309
 
1310
- #: library/plugin-settings.php:1608
1311
  msgid "Save Preference"
1312
- msgstr "Sábháil Tosaíochta"
1313
 
1314
- #: library/plugin-settings.php:1615
1315
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1316
- msgstr "An bhfuil tú cinnte gur mhaith leat na roghanna réamhshocraithe a chur ar ais? (ní féidir an gníomh seo a dhíbhe)"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1317
 
1318
  #. Description of the plugin
1319
  #:
1320
  msgid "Enables your visitors to submit posts and images from anywhere on your site."
1321
- msgstr "Cumasaíonn do chuairteoirí poist agus íomhánna a chur isteach ó áit ar bith ar do shuíomh."
1322
 
1323
  #. URI of the plugin
1324
  #:
4
  "Content-Type: text/plain; charset=UTF-8\n"
5
  "Content-Transfer-Encoding: 8bit\n"
6
  "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20190825\n"
8
  "Language: ga\n"
9
 
10
  #. Name of the plugin
11
  #: user-submitted-posts.php:44 library/support-panel.php:5
12
  msgid "User Submitted Posts"
13
+ msgstr "Poist a cuireadh isteach"
14
 
15
+ #: user-submitted-posts.php:82
16
  msgid "requires WordPress "
17
+ msgstr "Éilíonn WordPress "
18
 
19
+ #: user-submitted-posts.php:83
20
  msgid " or higher, and has been deactivated! "
21
+ msgstr " nó níos airde, agus díghníomhaíodh é! "
22
 
23
+ #: user-submitted-posts.php:84
24
  msgid "Please return to the"
25
+ msgstr "Seol ar ais chuig an"
26
 
27
+ #: user-submitted-posts.php:85
28
  msgid "WordPress Admin Area"
29
  msgstr "Limistéar Riaracháin WordPress"
30
 
31
+ #: user-submitted-posts.php:86
32
  msgid "to upgrade WordPress and try again."
33
+ msgstr "chun WordPress a uasghrádú agus bain triail as arís."
34
 
35
+ #: user-submitted-posts.php:126
36
  msgid "User Submitted Post"
37
+ msgstr "Post a cuireadh isteach"
38
 
39
+ #: user-submitted-posts.php:467
40
  msgid "User Submitted Post Info"
41
+ msgstr "Eolas faoin bPost a cuireadh isteach"
42
 
43
+ #: user-submitted-posts.php:497
44
  msgid "Submitter Name: "
45
+ msgstr "Ainm Seolta: "
46
 
47
+ #: user-submitted-posts.php:498
48
  msgid "Submitter Email: "
49
+ msgstr "Submitter Ríomhphost: "
50
 
51
+ #: user-submitted-posts.php:499
52
  msgid "Submitter URL: "
53
+ msgstr "URL Cuir isteach: "
54
 
55
+ #: user-submitted-posts.php:500
56
  msgid "Submitter IP: "
57
+ msgstr "Submitter IP: "
58
 
59
+ #: user-submitted-posts.php:555
60
  msgid "Show USP Posts"
61
  msgstr "Taispeáin Poist USP"
62
 
63
+ #: user-submitted-posts.php:556 library/plugin-settings.php:1095
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
+ #: user-submitted-posts.php:1393
68
  msgid " files required"
69
  msgstr " comhaid ag teastáil"
70
 
71
+ #: user-submitted-posts.php:1394
72
  msgid " file required"
73
  msgstr " comhad ag teastáil"
74
 
75
+ #: user-submitted-posts.php:1396
76
  msgid " files"
77
  msgstr " comhaid"
78
 
79
+ #: user-submitted-posts.php:1397
80
  msgid " file"
81
  msgstr " comhad"
82
 
83
+ #: user-submitted-posts.php:1399 user-submitted-posts.php:1400
84
+ #: user-submitted-posts.php:1401 user-submitted-posts.php:1402
85
  msgid " pixels"
86
+ msgstr " picteilíni"
87
 
88
+ #: user-submitted-posts.php:1404 library/core-functions.php:219
89
+ #: library/plugin-settings.php:297 library/plugin-settings.php:316
90
+ #: library/plugin-settings.php:794 library/plugin-settings.php:1344
91
  msgid "Custom Field"
92
  msgstr "Réimse an Chustaim"
93
 
94
+ #: user-submitted-posts.php:1406
95
  msgid "Custom checkbox required"
96
+ msgstr "Teastaíonn ticbhosca saincheaptha"
97
 
98
+ #: user-submitted-posts.php:1409
99
  msgid "An error occurred. Please go back and try again."
100
+ msgstr "Tharla earráid. Téigh ar ais agus déan iarracht eile."
101
 
102
+ #: user-submitted-posts.php:1419
103
  msgid "User login required"
104
+ msgstr "Teastaíonn logáil isteach úsáideoirí"
105
 
106
+ #: user-submitted-posts.php:1420
107
  msgid "User name required"
108
+ msgstr "Teastaíonn ainm an úsáideora"
109
 
110
+ #: user-submitted-posts.php:1421
111
  msgid "Post title required"
112
+ msgstr "Teideal poist ag teastáil"
113
 
114
+ #: user-submitted-posts.php:1422
115
  msgid "User URL required"
116
+ msgstr "Teastaíonn URL Úsáideora"
117
 
118
+ #: user-submitted-posts.php:1423
119
  msgid "Post tags required"
120
+ msgstr "Teastaíonn clibeanna poist"
121
 
122
+ #: user-submitted-posts.php:1424
123
  msgid "Post category required"
124
+ msgstr "Iar-chatagóir ag teastáil"
125
 
126
+ #: user-submitted-posts.php:1425
127
  msgid "Post content required"
128
  msgstr "Ábhar an phoist ag teastáil"
129
 
130
+ #: user-submitted-posts.php:1426 user-submitted-posts.php:1427
131
  msgid "Correct captcha required"
132
+ msgstr "Teastaíonn captcha ceart"
133
 
134
+ #: user-submitted-posts.php:1428
135
  msgid "User email required"
136
+ msgstr "Teastaíonn ríomhphost an úsáideora"
137
 
138
+ #: user-submitted-posts.php:1429
139
  msgid "Please check your email and try again"
140
+ msgstr "Seiceáil do ríomhphost agus bain triail as arís"
141
 
142
+ #: user-submitted-posts.php:1430
143
  msgid "Non-empty value for hidden field"
144
+ msgstr "Luach neamh-fholamh le haghaidh réimse i bhfolach"
145
 
146
+ #: user-submitted-posts.php:1431
147
  msgid "Minimum number of images not met"
148
+ msgstr "Íoslíon na n-íomhánna nár comhlíonadh"
149
 
150
+ #: user-submitted-posts.php:1432
151
  msgid "Maximum number of images exceeded "
152
+ msgstr "Sáraíodh an líon uasta íomhánna "
153
 
154
+ #: user-submitted-posts.php:1433
155
  msgid "Minimum image width not met"
156
+ msgstr "Leithead íosta íomhá nár comhlíonadh"
157
 
158
+ #: user-submitted-posts.php:1434
159
  msgid "Image width exceeds maximum"
160
+ msgstr " leithead an íomhá níos mó ná an t-uasmhéid"
161
 
162
+ #: user-submitted-posts.php:1435
163
  msgid "Minimum image height not met"
164
+ msgstr "Níor comhlíonadh airde íosta na híomhá"
165
 
166
+ #: user-submitted-posts.php:1436
167
  msgid "Image height exceeds maximum"
168
+ msgstr "Is airde airde na híomhá"
169
 
170
+ #: user-submitted-posts.php:1437
171
  msgid "File type not allowed (please upload images only)"
172
+ msgstr " cheadaítear an cineál comhaid (uaslódáil íomhánna amháin le do thoil)"
173
 
174
+ #: user-submitted-posts.php:1438
175
  msgid " required"
176
+ msgstr " ag teastáil"
177
 
178
+ #: user-submitted-posts.php:1443
179
  msgid "File not uploaded. Please check the file and try again."
180
+ msgstr "Níor uaslódáil an comhad. Seiceáil an comhad agus bain triail as arís."
181
 
182
+ #: user-submitted-posts.php:1447
183
  msgid "The file(s) could not be uploaded"
184
+ msgstr "Níorbh fhéidir an comhad / na comhaid a uaslódáil"
185
 
186
+ #: user-submitted-posts.php:1449
187
  msgid "Post not created. Please contact the site administrator for help."
188
+ msgstr "Post nár cruthaíodh. Téigh i dteagmháil le riarthóir an láithreáin chun cabhair a fháil."
189
 
190
+ #: user-submitted-posts.php:1450
191
  msgid "Duplicate post title. Please try again."
192
+ msgstr "Teideal poist dúblach. Arís, le d'thoil."
193
 
194
+ #: user-submitted-posts.php:1460
195
  msgid "Error: "
196
+ msgstr "Earráid: "
197
 
198
+ #: user-submitted-posts.php:1486
199
  msgid "Return to form"
200
  msgstr "Fill ar an bhfoirm"
201
 
202
+ #: user-submitted-posts.php:1516 library/plugin-settings.php:1071
203
  msgid "Please"
204
  msgstr "Le do thoil"
205
 
206
+ #: user-submitted-posts.php:1517
207
  msgid "log in"
208
  msgstr "Logáil isteach"
209
 
210
+ #: user-submitted-posts.php:1518
211
  msgid "to submit content!"
212
  msgstr "ábhar a chur isteach!"
213
 
214
+ #: views/submission-form.php:21 views/submission-form-alt.php:40
215
  msgid "Please complete the required fields."
216
  msgstr "Comhlánaigh na réimsí riachtanacha le do thoil."
217
 
218
+ #: views/submission-form.php:31 views/submission-form.php:32
219
+ #: views/submission-form-alt.php:46 views/submission-form-alt.php:47
220
  msgid "Your Name"
221
  msgstr "Do ainm"
222
 
223
+ #: views/submission-form.php:37 views/submission-form.php:38
224
+ #: views/submission-form-alt.php:52 views/submission-form-alt.php:53
225
  msgid "Your URL"
226
  msgstr "Do URL"
227
 
228
+ #: views/submission-form.php:43 views/submission-form.php:44
229
+ #: views/submission-form-alt.php:58 views/submission-form-alt.php:59
230
  msgid "Your Email"
231
  msgstr "Do r-phost"
232
 
233
+ #: views/submission-form.php:49 views/submission-form.php:50
234
+ #: views/submission-form-alt.php:64 views/submission-form-alt.php:65
235
+ #: library/plugin-settings.php:1132
236
  msgid "Post Title"
237
  msgstr "Teideal an Phoist"
238
 
239
+ #: views/submission-form.php:55 views/submission-form.php:56
240
+ #: views/submission-form-alt.php:70 views/submission-form-alt.php:71
241
+ #: library/plugin-settings.php:1133
242
  msgid "Post Tags"
243
  msgstr "Clibeanna Poist"
244
 
245
+ #: views/submission-form.php:68 views/submission-form-alt.php:83
246
  msgid "Antispam Question"
247
  msgstr "Ceist Antispam"
248
 
249
+ #: views/submission-form.php:73 views/submission-form-alt.php:88
250
+ #: library/plugin-settings.php:1134
251
  msgid "Post Category"
252
+ msgstr "Catagóir Iar"
253
 
254
+ #: views/submission-form.php:74 views/submission-form.php:75
255
+ #: views/submission-form-alt.php:89 views/submission-form-alt.php:90
256
  msgid "Please select a category.."
257
+ msgstr "Roghnaigh catagóir."
258
 
259
+ #: views/submission-form.php:106 views/submission-form.php:107
260
+ #: views/submission-form-alt.php:121 views/submission-form-alt.php:122
261
+ #: library/plugin-settings.php:1135
262
  msgid "Post Content"
263
+ msgstr "Post Ábhar"
264
 
265
+ #: views/submission-form.php:113 views/submission-form-alt.php:128
266
  msgid "Verification"
267
  msgstr "Fíorú"
268
 
269
+ #: views/submission-form.php:120 views/submission-form-alt.php:135
270
  msgid "Upload an Image"
271
+ msgstr "Uaslódáil Íomhá"
272
 
273
+ #: views/submission-form.php:129 views/submission-form-alt.php:144
274
  msgid "Add another image"
275
  msgstr "Cuir íomhá eile leis"
276
 
277
+ #: views/submission-form.php:151 views/submission-form-alt.php:166
278
  msgid "Human verification: leave this field empty."
279
+ msgstr "Fíorú daonna: fág an réimse seo folamh."
280
 
281
+ #: views/submission-form.php:175 views/submission-form-alt.php:190
282
  msgid "Submit Post"
283
+ msgstr "Cuir Post isteach"
284
+
285
+ #: library/enqueue-scripts.php:122 library/enqueue-scripts.php:157
286
+ msgid "Incorrect response."
287
+ msgstr "Freagra mícheart."
288
 
289
  #: library/shortcode-misc.php:18
290
  msgid "Reset form"
291
+ msgstr "Athshocraigh an fhoirm"
292
 
293
  #: library/shortcode-misc.php:128
294
  msgid "View full post"
295
+ msgstr "Féach an post iomlán"
296
 
297
+ #: library/plugin-settings.php:31
298
+ msgid "Settings"
299
+ msgstr "Socruithe"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
300
 
301
+ #: library/plugin-settings.php:40
302
  msgid "Get USP Pro for unlimited forms!"
303
+ msgstr "Faigh Pro USP le haghaidh foirmeacha neamhtheoranta!"
304
 
305
+ #: library/plugin-settings.php:41
306
  msgid "Go Pro"
307
+ msgstr "Go Pro"
 
 
 
 
308
 
309
+ #: library/plugin-settings.php:62 library/plugin-settings.php:1103
310
+ #: library/plugin-settings.php:1696
311
  msgid "Plugin Homepage"
312
  msgstr "Leathanach Baile Breiseáin"
313
 
314
+ #: library/plugin-settings.php:63
315
  msgid "Homepage"
316
  msgstr "Leathanach baile"
317
 
318
+ #: library/plugin-settings.php:68
319
  msgid "Give USP a 5-star rating at WordPress.org"
320
+ msgstr "Tabhair rátáil 5 réalta do USP ag WordPress.org"
321
 
322
+ #: library/plugin-settings.php:69
323
  msgid "Rate this plugin&nbsp;&raquo;"
324
+ msgstr "Ráta an mbreiseán seo & nbsp; & raquo;"
325
 
326
+ #: library/plugin-settings.php:127
327
  msgid "WP Post (recommended)"
328
  msgstr "WP Post (molta)"
329
 
330
+ #: library/plugin-settings.php:131
331
  msgid "WP Page"
332
  msgstr "Leathanach WP"
333
 
334
+ #: library/plugin-settings.php:147
335
  msgid "HTML5 Form + Default CSS"
336
  msgstr "Foirm HTML5 + Réamhshocrú CSS"
337
 
338
+ #: library/plugin-settings.php:147
339
  msgid "(Recommended)"
340
  msgstr "(Molta)"
341
 
342
+ #: library/plugin-settings.php:151
343
  msgid "HTML5 Form + Disable CSS"
344
  msgstr "Foirm HTML5 + Díchumasaigh CSS"
345
 
346
+ #: library/plugin-settings.php:151
347
  msgid "(Provide your own styles)"
348
+ msgstr "(Cuir do stíleanna féin ar fáil)"
349
 
350
+ #: library/plugin-settings.php:155
351
  msgid "Custom Form + Custom CSS"
352
+ msgstr "Foirm Chustaim + Custom CSS"
353
 
354
+ #: library/plugin-settings.php:155
355
  msgid "(Provide your own form template &amp; styles)"
356
+ msgstr "(Cuir teimpléad do fhoirm féin & amp; stíleanna)"
357
 
358
+ #: library/plugin-settings.php:171 library/plugin-settings.php:195
359
+ #: library/plugin-settings.php:218 library/plugin-settings.php:242
360
  msgid "Auto-display before post content"
361
+ msgstr "Taispeántas uathoibríoch roimh ábhar an phoist"
362
 
363
+ #: library/plugin-settings.php:175 library/plugin-settings.php:199
364
+ #: library/plugin-settings.php:222 library/plugin-settings.php:246
365
  msgid "Auto-display after post content"
366
+ msgstr "Taispeántas uathoibríoch tar éis inneachar an phoist"
367
 
368
+ #: library/plugin-settings.php:179
369
  msgid "Do not auto-display submitted images"
370
+ msgstr "Ná taispeáin íomhánna isteach go huathoibríoch"
371
 
372
+ #: library/plugin-settings.php:203
373
  msgid "Do not auto-display submitted email"
374
+ msgstr "Ná taispeáin an ríomhphost a cuireadh isteach go huathoibríoch"
375
 
376
+ #: library/plugin-settings.php:226
377
  msgid "Do not auto-display submitted URL"
378
+ msgstr "Ná taispeáin uathoibríoch isteach URL"
379
 
380
+ #: library/plugin-settings.php:250
381
  msgid "Do not auto-display the Custom Field"
382
+ msgstr "Ná taispeáin an Réimse Chustaim go huathoibríoch"
383
 
384
+ #: library/plugin-settings.php:278 library/plugin-settings.php:310
385
+ #: library/plugin-settings.php:343 library/plugin-settings.php:375
386
+ msgid "Enable and require"
387
+ msgstr "Cumasaigh agus a cheangal"
388
 
389
+ #: library/plugin-settings.php:279 library/plugin-settings.php:311
390
+ msgid "Enable but do not require"
391
+ msgstr "Cumasaigh ach ní gá"
392
 
393
+ #: library/plugin-settings.php:280 library/plugin-settings.php:312
394
+ #: library/plugin-settings.php:344 library/plugin-settings.php:376
395
  msgid "Disable this field"
396
  msgstr "Díchumasaigh an réimse seo"
397
 
398
+ #: library/plugin-settings.php:315 library/plugin-settings.php:347
399
+ #: library/plugin-settings.php:379 library/plugin-settings.php:411
400
  msgid "(Visit"
401
  msgstr "(Cuairt"
402
 
403
+ #: library/plugin-settings.php:316 library/plugin-settings.php:348
404
+ #: library/plugin-settings.php:380 library/plugin-settings.php:412
405
  msgid "to configure options)"
406
+ msgstr "roghanna a chumrú)"
407
 
408
+ #: library/plugin-settings.php:331 library/plugin-settings.php:348
409
+ #: library/plugin-settings.php:1362 library/plugin-settings.php:1367
410
  msgid "Challenge Question"
411
+ msgstr "Ceist Dúshláin"
412
 
413
+ #: library/plugin-settings.php:363 library/plugin-settings.php:380
414
+ #: library/plugin-settings.php:1384
415
  msgid "Google reCAPTCHA"
416
  msgstr "Google reCAPTCHA"
417
 
418
+ #: library/plugin-settings.php:395
419
  msgid "Post Images"
420
+ msgstr "Íomhánna Iar"
421
 
422
+ #: library/plugin-settings.php:407
423
+ msgid "Enable"
424
+ msgstr "Cumasaigh"
425
 
426
+ #: library/plugin-settings.php:408
427
  msgid "Disable"
428
  msgstr "Díchumasaigh"
429
 
430
+ #: library/plugin-settings.php:412 library/plugin-settings.php:1445
431
  msgid "Image Uploads"
432
+ msgstr "Uaslódálacha Íomhá"
433
 
434
+ #: library/plugin-settings.php:492
435
  msgid "Draft"
436
  msgstr "Dréacht"
437
 
438
+ #: library/plugin-settings.php:493
439
  msgid "Pending (default)"
440
  msgstr "Ar feitheamh (réamhshocraithe)"
441
 
442
+ #: library/plugin-settings.php:494
443
  msgid "Publish immediately"
444
  msgstr "Foilsigh láithreach"
445
 
446
+ #: library/plugin-settings.php:495
447
  msgid "Publish after 1 approved post"
448
+ msgstr "Tar éis post ceadaithe a fhoilsiú"
449
 
450
+ #: library/plugin-settings.php:496
451
  msgid "Publish after "
452
+ msgstr "Foilsigh i ndiaidh "
453
 
454
+ #: library/plugin-settings.php:496
455
  msgid " approved posts"
456
+ msgstr " poist cheadaithe"
457
+
458
+ #: library/plugin-settings.php:524
459
+ msgid "Select categories to display in the Category field."
460
+ msgstr "Roghnaigh catagóirí le taispeáint sa réimse Catagóire."
461
 
462
+ #: library/plugin-settings.php:738
463
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
464
+ msgstr "Tharla earráid. Cinntigh le do thoil go bhfuil teideal, roinnt ábhair, agus go bhfuil uaslódáil ach íomhánna agat."
465
 
466
+ #: library/plugin-settings.php:752
467
  msgid "Please select your image(s) to upload."
468
+ msgstr "Roghnaigh do íomhá (í) le huaslódáil."
469
 
470
+ #: library/plugin-settings.php:758
471
  msgid "Success! Thank you for your submission."
472
+ msgstr "Rath! Go raibh maith agat as do aighneacht."
473
 
474
+ #: library/plugin-settings.php:784
475
  msgid "Email"
476
  msgstr "Ríomhphost"
477
 
478
+ #: library/plugin-settings.php:785
479
  msgid "URL"
480
  msgstr "URL"
481
 
482
+ #: library/plugin-settings.php:1058
483
  msgid "Toggle all panels"
484
+ msgstr "Scoránaigh gach painéal"
485
 
486
+ #: library/plugin-settings.php:1067
487
  msgid "We need your support!"
488
+ msgstr "Teastaíonn do thacaíocht uainn!"
489
 
490
+ #: library/plugin-settings.php:1071
491
  msgid "Make a donation via PayPal"
492
  msgstr "Déan síntiús trí PayPal"
493
 
494
+ #: library/plugin-settings.php:1071
495
  msgid "make a donation"
496
  msgstr "déan síntiús"
497
 
498
+ #: library/plugin-settings.php:1071
499
  msgid "and/or"
500
  msgstr "agus / nó"
501
 
502
+ #: library/plugin-settings.php:1072
503
  msgid "Rate and review at the Plugin Directory"
504
+ msgstr "Ráta agus athbhreithniú ag an Eolaire Plugin"
505
 
506
+ #: library/plugin-settings.php:1073
507
  msgid "give this plugin a 5-star rating"
508
+ msgstr "rátáil 5 réalta a thabhairt don mbreiseán seo"
509
 
510
+ #: library/plugin-settings.php:1077
511
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
512
+ msgstr "Cuireann do thacaíocht fhial forbairt leanúnach ar an mbreiseán seo saor in aisce. Go raibh maith agat!"
513
 
514
+ #: library/plugin-settings.php:1082
515
  msgid "Check this box if you have shown support"
516
+ msgstr "Seiceáil an bosca seo má thaispeáin tú tacaíocht"
517
 
518
+ #: library/plugin-settings.php:1091
519
  msgid "Overview"
520
  msgstr "Forbhreathnú"
521
 
522
+ #: library/plugin-settings.php:1095
523
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
524
+ msgstr "cuireann sé ar chumas do chuairteoirí poist a chur isteach agus íomhánna a uaslódáil ó thús tosaigh do shuíomh. "
525
 
526
+ #: library/plugin-settings.php:1096
527
  msgid "For advanced functionality and unlimited forms, check out"
528
+ msgstr "Le haghaidh ardfheidhmíochta agus foirmeacha neamhtheoranta, seiceáil amach"
529
 
530
+ #: library/plugin-settings.php:1096 library/plugin-settings.php:1503
531
  msgid "USP Pro"
532
  msgstr "USP Pro"
533
 
534
+ #: library/plugin-settings.php:1097
535
  msgid "&mdash; the ultimate solution for user-generated content."
536
+ msgstr "& mdash; an réiteach deiridh le haghaidh ábhar a ghintear ó úsáideoirí."
537
 
538
+ #: library/plugin-settings.php:1101 library/plugin-settings.php:1118
539
  msgid "Plugin Settings"
540
  msgstr "Socruithe Breiseáin"
541
 
542
+ #: library/plugin-settings.php:1102
543
  msgid "Display the form"
544
  msgstr "Taispeáin an fhoirm"
545
 
546
+ #: library/plugin-settings.php:1106
547
  msgid "If you like this plugin, please"
548
  msgstr "Más maith leat an breiseán seo, le do thoil"
549
 
550
+ #: library/plugin-settings.php:1107
551
  msgid "THANK YOU for your support!"
552
  msgstr "Go raibh maith agat as do chuid tacaíochta!"
553
 
554
+ #: library/plugin-settings.php:1107
555
  msgid "give it a 5-star rating"
556
+ msgstr "rátáil 5 réalta a thabhairt dó"
557
 
558
+ #: library/plugin-settings.php:1111
559
  msgid "Unlimited front-end forms"
560
+ msgstr "Foirmeacha neamhtheoranta ceann tosaigh"
561
 
562
+ #: library/plugin-settings.php:1111
563
  msgid "Get USP Pro"
564
  msgstr "Faigh USP Pro"
565
 
566
+ #: library/plugin-settings.php:1121
567
  msgid "Configure your settings for User Submitted Posts."
568
+ msgstr "Cumraigh do shocruithe do Phoist a cuireadh isteach ag an úsáideoir."
569
 
570
+ #: library/plugin-settings.php:1123
571
  msgid "Form Fields"
572
+ msgstr "Réimsí Foirm"
573
 
574
+ #: library/plugin-settings.php:1129
575
  msgid "User Name"
576
+ msgstr "Ainm an Úsáideora"
577
 
578
+ #: library/plugin-settings.php:1130
579
  msgid "User Email"
580
+ msgstr "Ríomhphost Úsáideora"
581
 
582
+ #: library/plugin-settings.php:1131
583
  msgid "User URL"
584
  msgstr "URL Úsáideora"
585
 
586
+ #: library/plugin-settings.php:1146
587
  msgid "General Settings"
588
  msgstr "Socruithe Ginearálta"
589
 
590
+ #: library/plugin-settings.php:1148
591
  msgid "Note that the default settings work fine for most cases."
592
+ msgstr "Tabhair faoi deara go n-oibríonn na socruithe réamhshocraithe fíneáil don chuid is mó de na cásanna."
593
 
594
+ #: library/plugin-settings.php:1153
595
  msgid "Form Style"
596
+ msgstr "Foirm Stíl"
597
 
598
+ #: library/plugin-settings.php:1158
599
  msgid "With this option, you can copy the plugin&rsquo;s default templates:"
600
+ msgstr "Leis an rogha seo, is féidir leat na teimpléid réamhshocraithe plugin & rsquo a chóipeáil:"
601
 
602
+ #: library/plugin-settings.php:1163
603
  msgid "..and upload them into a directory named"
604
+ msgstr ".. agus iad a uaslódáil chuig eolaire atá ainmnithe"
605
 
606
+ #: library/plugin-settings.php:1163
607
  msgid "in your theme:"
608
  msgstr "i do théama:"
609
 
610
+ #: library/plugin-settings.php:1169
611
  msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
612
+ msgstr "Cuirfidh sé sin ar do chumas an fhoirm agus na stíleanna a shaincheapadh mar is gá. Le haghaidh tuilleadh eolais, féach ar an rannóg \"Foirm Iarratais Chustaim\" sa Bhéarla"
613
 
614
+ #: library/plugin-settings.php:1170
615
  msgid "Installation Docs"
616
  msgstr "Docs Suiteála"
617
 
618
+ #: library/plugin-settings.php:1171
619
  msgid "FYI: here is a"
620
+ msgstr "FYI: a"
621
 
622
+ #: library/plugin-settings.php:1171
623
  msgid "list of USP CSS selectors"
624
+ msgstr "liosta de roghnóirí CSS USP"
625
 
626
+ #: library/plugin-settings.php:1177
627
  msgid "Include JavaScript"
628
  msgstr "Cuir JavaScript san áireamh"
629
 
630
+ #: library/plugin-settings.php:1179
631
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
632
+ msgstr "Seiceáil an bosca seo más mian leat na comhaid sheachtracha JavaScript (molta) a chur san áireamh."
633
 
634
+ #: library/plugin-settings.php:1182
635
  msgid "Targeted Loading"
636
+ msgstr "Luchtú Dírithe"
637
 
638
+ #: library/plugin-settings.php:1184
639
+ msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages. Use commas to separate multiple URLs."
640
+ msgstr "De réir réamhshocraithe, CSS & amp seachtrach; Déantar comhaid JavaScript a luchtú ar gach leathanach. Anseo is féidir leat URL na foirme USP a shonrú chun acmhainní a lódáil ar an leathanach sin amháin. Tabhair faoi deara: fág bán le luchtú ar gach leathanach. Bain úsáid as camóga chun URLanna iomadúla a dheighilt."
641
 
642
+ #: library/plugin-settings.php:1187
643
  msgid "Post Type"
644
  msgstr "Cineál Post"
645
 
646
+ #: library/plugin-settings.php:1190
647
  msgid "Submit posts as WP Posts or Pages"
648
+ msgstr "Cuir postanna isteach mar PhoistLeathanaigh WP"
649
 
650
+ #: library/plugin-settings.php:1194
651
  msgid "Post Status"
652
  msgstr "Stádas an Phoist"
653
 
654
+ #: library/plugin-settings.php:1197
655
  msgid "Post Status for submitted posts"
656
+ msgstr "Post Stádas do phoist a cuireadh isteach"
657
 
658
+ #: library/plugin-settings.php:1201
659
  msgid "Redirect URL"
660
+ msgstr "Athsheoladh URL"
661
 
662
+ #: library/plugin-settings.php:1203
663
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
664
+ msgstr "Sonraigh URL chun an t-úsáideoir a atreorú tar éis an iarratais. Fág bán chun atreorú ar ais go dtí an leathanach reatha."
665
 
666
+ #: library/plugin-settings.php:1206
667
  msgid "Success Message"
668
+ msgstr "Teachtaireacht Ratha"
669
 
670
+ #: library/plugin-settings.php:1208
671
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
672
+ msgstr "Teachtaireacht ratha a léirítear má éiríonn leis an iar-aighneacht. Ceadaítear marcáil bhunúsach."
673
 
674
+ #: library/plugin-settings.php:1211
675
  msgid "Error Message"
676
+ msgstr "Earráid Teachtaireacht"
677
 
678
+ #: library/plugin-settings.php:1213
679
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
680
+ msgstr "Teachtaireacht ghinearálta earráide a thaispeántar má theipeann ar an iar-aighneacht. Ceadaítear marcáil bhunúsach."
681
 
682
+ #: library/plugin-settings.php:1216
683
  msgid "Custom Content"
684
  msgstr "Ábhar an Chustaim"
685
 
686
+ #: library/plugin-settings.php:1218
687
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
688
+ msgstr "Téacs saincheaptha / marcáil le cur san áireamh roimh an bhfoirm aighneachta. Fág bán le díchumasú."
689
 
690
+ #: library/plugin-settings.php:1221
691
  msgid "Rich Text Editor"
692
+ msgstr "Eagarthóir Téacs Méith"
693
 
694
+ #: library/plugin-settings.php:1223
695
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
696
+ msgstr "Seiceáil an bosca seo más mian leat eagarthóireacht téacs saibhir WP a chumasú le haghaidh post a cuireadh isteach."
697
 
698
+ #: library/plugin-settings.php:1226
699
  msgid "Unique Titles"
700
  msgstr "Teidil Uathúla"
701
 
702
+ #: library/plugin-settings.php:1228
703
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
704
+ msgstr "A éileamh go mbeadh teidil phost curtha isteach ar leith (úsáideach chun poist iolracha / dúblacha a chosc)."
705
 
706
+ #: library/plugin-settings.php:1231
707
  msgid "Disable Required"
708
  msgstr "Díchumasaigh Riachtanach"
709
 
710
+ #: library/plugin-settings.php:1233
711
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
712
+ msgstr "Díchumasaigh na tréithe riachtanacha go léir ar réimsí foirm réamhshocraithe (úsáideach chun teachtaireachtaí earráide a réiteach)."
713
 
714
+ #: library/plugin-settings.php:1236
715
  msgid "Enable Shortcodes"
716
  msgstr "Cumasaigh Shortcodes"
717
 
718
+ #: library/plugin-settings.php:1238
719
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
720
+ msgstr "Cumasaigh gearrchóid i ngiuirléidí. De réir réamhshocraithe, ní cheadaíonn WordPress gearrchóid i ngiuirléidí. "
721
 
722
+ #: library/plugin-settings.php:1239
723
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
724
+ msgstr "Cuireann an suíomh seo ar chumas aon cheann / gach aicearraí i ngiuirléidí (fiú gearrchóid ó fhorlíontáin eile)."
725
 
726
+ #: library/plugin-settings.php:1244
727
+ msgid "Privacy"
728
+ msgstr "Príobháideacht"
729
 
730
+ #: library/plugin-settings.php:1249
731
  msgid "Disable IP Tracking"
732
+ msgstr "Díchumasaigh Rianú IP"
733
 
734
+ #: library/plugin-settings.php:1251
735
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
736
+ msgstr "De réir réamhshocraithe, taifeadann USP an seoladh IP le gach post a chuirtear isteach. Seiceáil an bosca seo chun gach rianú IP a dhíchumasú."
737
 
738
+ #: library/plugin-settings.php:1255
739
  msgid "Display Checkbox"
740
+ msgstr "Seiceáil Bosca"
741
 
742
+ #: library/plugin-settings.php:1257
743
  msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
744
+ msgstr "Taispeáin ticbhosca saincheaptha ar d'fhoirm (úsáideach do GDPR, aontaigh le téarmaí, etc.)"
745
 
746
+ #: library/plugin-settings.php:1260
747
  msgid "Checkbox Name"
748
+ msgstr "Ainm an Bhosca Seiceáil"
749
 
750
+ #: library/plugin-settings.php:1262 library/plugin-settings.php:1352
751
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
752
+ msgstr " bain úsáid ach as alfa-uimhriúla, aschur, agus dashes. Mura bhfuil cinnte, úsáid an t-ainm réamhshocraithe:"
753
 
754
+ #: library/plugin-settings.php:1265
755
  msgid "Checkbox Error"
756
+ msgstr "Earráid an Bhosca Seiceáil"
757
 
758
+ #: library/plugin-settings.php:1267
759
  msgid "Error message displayed if user does not check the box."
760
+ msgstr "Taispeáin teachtaireacht earráide mura seiceálann an t-úsáideoir an bosca."
761
 
762
+ #: library/plugin-settings.php:1270
763
  msgid "Checkbox Text"
764
+ msgstr "Téacs an ticbhosca"
765
 
766
+ #: library/plugin-settings.php:1272
767
  msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
768
+ msgstr "Taispeántar an téacs in aice leis an mbosca ticéad. Leid: bain úsáid as lúibíní cuaille le lúibíní uillinne aschuir, mar shampla:"
769
 
770
+ #: library/plugin-settings.php:1277 library/plugin-settings.php:1282
771
  msgid "Categories"
772
  msgstr "Catagóirí"
773
 
774
+ #: library/plugin-settings.php:1285
775
+ msgid "Click to view/select categories"
776
+ msgstr "Cliceáil chun catagóirí a fheiceáil / a roghnú"
777
 
778
+ #: library/plugin-settings.php:1293
779
+ msgid "Multiple Categories"
780
+ msgstr "Ilchatagóirí"
781
+
782
+ #: library/plugin-settings.php:1295
783
+ msgid "Enable users to select multiple categories."
784
+ msgstr "Cuir ar chumas úsáideoirí ilchatagóirí a roghnú."
785
+
786
+ #: library/plugin-settings.php:1298
787
  msgid "Hidden/Default Category"
788
+ msgstr "Catagóir Hidden / Réamhshocraithe"
789
 
790
+ #: library/plugin-settings.php:1300
791
+ msgid "Use a hidden field for the post category. This hides the category field and sets its value via the next option."
792
+ msgstr "Úsáid réimse i bhfolach don chatagóir poist. Cuireann seo réimse na gcatagóirí i bhfolach agus leagann amach a luach tríd an gcéad rogha eile."
793
 
794
+ #: library/plugin-settings.php:1303
795
  msgid "Category ID for Hidden Field"
796
+ msgstr "Catagóir A don Réimse Hidden"
797
 
798
+ #: library/plugin-settings.php:1305
799
+ msgid "Specify category ID(s) to use for &ldquo;Hidden/Default Category&rdquo;. Separate multiple IDs with a comma."
800
+ msgstr "Sonraigh catagóir aitheantais (chatagóirí) le húsáid le haghaidh & ldquo; Catagóir Hidden / Réamhshocraithe & rdquo ;. Deighil IDanna iolracha le camóg."
801
 
802
+ #: library/plugin-settings.php:1310
803
  msgid "Users"
804
  msgstr "Úsáideoirí"
805
 
806
+ #: library/plugin-settings.php:1315
807
  msgid "Assigned Author"
808
+ msgstr "Údar Sannta"
809
 
810
+ #: library/plugin-settings.php:1318
811
  msgid "Specify the user that should be assigned as author for submitted posts."
812
+ msgstr "Sonraigh an t-úsáideoir ba chóir a shannadh mar údar do phoist a cuireadh isteach."
813
 
814
+ #: library/plugin-settings.php:1322
815
  msgid "Registered Username"
816
  msgstr "Ainm Úsáideora Cláraithe"
817
 
818
+ #: library/plugin-settings.php:1324
819
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
820
+ msgstr "Úsáid ainm cláraithe mar údar an phoist. Bailí nuair atá an duine atá ag cur isteach na foirme logáilte isteach i WordPress."
821
 
822
+ #: library/plugin-settings.php:1327
823
  msgid "User Profile URL"
824
  msgstr "URL Próifíl Úsáideora"
825
 
826
+ #: library/plugin-settings.php:1329
827
  msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
828
+ msgstr "Úsáid URL próifíle an úsáideora chláraithe & rsquo mar luach an réimse URL. Bailí nuair atá an duine atá ag cur isteach na foirme logáilte isteach i WordPress."
829
 
830
+ #: library/plugin-settings.php:1332
831
  msgid "Require User Login"
832
+ msgstr "Éileamh ar Úsáideoir Logáil isteach"
833
 
834
+ #: library/plugin-settings.php:1334
835
  msgid "Require users to be logged in to WordPress to view/submit the form"
836
+ msgstr "A éileamh ar úsáideoirí logáil isteach chuig WordPress chun an fhoirm a fheiceáil / a chur isteach"
837
 
838
+ #: library/plugin-settings.php:1337
839
  msgid "Disable Replace Author"
840
+ msgstr "Díchumasaigh Údar In ionad"
841
 
842
+ #: library/plugin-settings.php:1339
843
  msgid "Do not replace post author with submitted user name"
844
+ msgstr "Ná cuir ainm úsáideora isteach in ionad údar an phoist"
845
 
846
+ #: library/plugin-settings.php:1345
847
  msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
848
+ msgstr "Anseo is féidir leat ainm agus lipéad an Réimse Chustaim a athrú. Is féidir leat an réimse seo a chumasú trí shuíomh Field Fields, thuas."
849
 
850
+ #: library/plugin-settings.php:1350
851
  msgid "Custom Field Name"
852
+ msgstr "Ainm an Pháirce Chustaim"
853
 
854
+ #: library/plugin-settings.php:1355
855
  msgid "Custom Field Label"
856
+ msgstr "Lipéad Réimse an Chustaim"
857
 
858
+ #: library/plugin-settings.php:1357
859
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
860
+ msgstr "Taispeánfar é seo mar lipéad allamuigh ar an bhfoirm. Réamhshocrú: Custom Field"
861
 
862
+ #: library/plugin-settings.php:1369
863
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
864
+ msgstr "Chun spam a chosc, cuir isteach ceist a chaithfidh úsáideoirí a fhreagairt sula gcuireann tú an fhoirm isteach."
865
 
866
+ #: library/plugin-settings.php:1372
867
  msgid "Challenge Response"
868
+ msgstr "Freagra Dúshláin"
869
 
870
+ #: library/plugin-settings.php:1374
871
  msgid "Enter the *only* correct answer to the challenge question."
872
+ msgstr "Cuir isteach an * * * freagra ceart ar an gceist dúshláin."
873
 
874
+ #: library/plugin-settings.php:1377
875
  msgid "Case-sensitivity"
876
+ msgstr "Íogaireacht cháis"
877
 
878
+ #: library/plugin-settings.php:1379
879
  msgid "Check this box if you want the challenge response to be case-sensitive."
880
+ msgstr "Seiceáil an bosca seo más mian leat go mbeadh an freagra dúshláin íogair."
881
 
882
+ #: library/plugin-settings.php:1385
883
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
884
+ msgstr "Chun do Google reCAPTCHA a chumasú, iontráil do chuid eochracha príobháideacha agus poiblí."
885
 
886
+ #: library/plugin-settings.php:1390
887
  msgid "Public Key"
888
+ msgstr "Eochair Phoiblí"
889
 
890
+ #: library/plugin-settings.php:1392
891
  msgid "Enter your Public Key"
892
+ msgstr "Iontráil do Eochair Phoiblí"
893
 
894
+ #: library/plugin-settings.php:1395
895
  msgid "Private Key"
896
+ msgstr "Eochair Phríobháideach"
897
 
898
+ #: library/plugin-settings.php:1397
899
  msgid "Enter your Private Key"
900
+ msgstr "Cuir isteach do Eochair Phríobháideach"
901
 
902
+ #: library/plugin-settings.php:1402
903
  msgid "Email Alerts"
904
+ msgstr "Foláirimh Ríomhphoist"
905
 
906
+ #: library/plugin-settings.php:1407
907
  msgid "Receive Email Alert"
908
+ msgstr "Faigh Foláireamh R-phoist"
909
 
910
+ #: library/plugin-settings.php:1409
911
  msgid "Check this box if you want to be notified via email for new post submissions."
912
+ msgstr "Seiceáil an bosca seo más mian leat go gcuirfí ar an eolas trí ríomhphost le haghaidh aighneachtaí poist nua."
913
 
914
+ #: library/plugin-settings.php:1412
915
  msgid "Enable HTML Format"
916
  msgstr "Cumasaigh Formáid HTML"
917
 
918
+ #: library/plugin-settings.php:1414
919
  msgid "Check this box to enable HTML format for email alerts."
920
+ msgstr "Seiceáil an bosca seo chun formáid HTML le haghaidh foláirimh ríomhphoist a chumasú."
921
 
922
+ #: library/plugin-settings.php:1417
923
  msgid "Email Address for Alerts"
924
+ msgstr "Seoladh Ríomhphoist le haghaidh Foláirimh"
925
 
926
+ #: library/plugin-settings.php:1419
927
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
928
+ msgstr "Má sheiceáil tú an bosca chun foláirimh ríomhphoist a fháil, tabhair le fios anseo an seoladh (na seoltaí) ba chóir na ríomhphoist a sheoladh chucu."
929
 
930
+ #: library/plugin-settings.php:1420
931
  msgid "Multiple recipients may be included using a comma, like so:"
932
+ msgstr "Is féidir ilfhaighteoirí a áireamh le camóg, mar sin:"
933
 
934
+ #: library/plugin-settings.php:1423
935
  msgid "Email &ldquo;From&rdquo; Address"
936
  msgstr "Ríomhphost & ldquo; Ó & rdquo; Seoladh"
937
 
938
+ #: library/plugin-settings.php:1425
939
  msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
940
+ msgstr "Anseo is féidir leat an seoladh / na seoltaí a úsáidtear don & ldquo a shaincheapadh; Ó & rdquo; ceanntásc (féach CCanna breiseáin le haghaidh eolais). "
941
 
942
+ #: library/plugin-settings.php:1426
943
  msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
944
+ msgstr "Má shonraítear ilsheoltaí sa suíomh roimhe seo, cuir isteach uimhir chomhionann & ldquo; Ó & rdquo; seoltaí don suíomh seo (san ord céanna)."
945
 
946
+ #: library/plugin-settings.php:1429
947
  msgid "Email Alert Subject"
948
+ msgstr "Ábhar Foláirimh Ríomhphoist"
949
 
950
+ #: library/plugin-settings.php:1431
951
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
952
+ msgstr "Líne ábhair le haghaidh foláirimh ríomhphoist. Fág bán chun an líne réamhshocraithe a úsáid. Tabhair faoi deara: is féidir leat na hathróga seo a leanas a úsáid: "
953
 
954
+ #: library/plugin-settings.php:1436
955
  msgid "Email Alert Message"
956
+ msgstr "Teachtaireacht R-phost Foláirimh"
957
 
958
+ #: library/plugin-settings.php:1438
959
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
960
+ msgstr "Teachtaireacht maidir le foláirimh ríomhphoist. Fág bán chun an teachtaireacht réamhshocraithe a úsáid. Tabhair faoi deara: is féidir leat na hathróga seo a leanas a úsáid: "
961
 
962
+ #: library/plugin-settings.php:1450
963
  msgid "Featured Image"
964
  msgstr "Íomhá Réadmhaoin"
965
 
966
+ #: library/plugin-settings.php:1452
967
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
968
+ msgstr "Socraigh íomhánna a cuireadh isteach mar Íomhánna Réadmhaoin. Éilíonn tacaíocht téama do Íomhánna Réadmhaoin (aka Post mionsamhlacha)."
969
 
970
+ #: library/plugin-settings.php:1455
971
  msgid "Upload Message"
972
+ msgstr "Uaslódáil an Teachtaireacht"
973
 
974
+ #: library/plugin-settings.php:1457
975
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
976
+ msgstr "Teachtaireacht atá le feiceáil in aice leis an réimse uaslódála. Úsáideacha chun do threoirlínte / pholasaí uaslódála / srl. Ceadaítear marcáil bhunúsach."
977
 
978
+ #: library/plugin-settings.php:1460
979
  msgid "&ldquo;Add another image&rdquo; link"
980
+ msgstr "& ldquo; Cuir íomhá eile & rdquo leis; nasc"
981
 
982
+ #: library/plugin-settings.php:1462
983
  msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
984
+ msgstr "Marcála saincheaptha don & ldquo; Cuir íomhá eile & rdquo leis; nasc. Fág bán chun an marcála réamhshocraithe (molta) a úsáid."
985
 
986
+ #: library/plugin-settings.php:1465
987
  msgid "Minimum number of images"
988
+ msgstr "Íoslíon na n-íomhánna"
989
 
990
+ #: library/plugin-settings.php:1468
991
  msgid "Specify the minimum number of images."
992
+ msgstr "Sonraigh an líon íosta íomhánna."
993
 
994
+ #: library/plugin-settings.php:1472
995
  msgid "Maximum number of images"
996
+ msgstr "Líon uasta na n-íomhánna"
997
 
998
+ #: library/plugin-settings.php:1475
999
  msgid "Specify the maximum number of images."
1000
+ msgstr "Sonraigh an líon uasta íomhánna."
1001
 
1002
+ #: library/plugin-settings.php:1479
1003
  msgid "Minimum image width"
1004
+ msgstr "Leithead íosta na híomhá"
1005
 
1006
+ #: library/plugin-settings.php:1481
1007
  msgid "Specify a minimum width (in pixels) for uploaded images."
1008
+ msgstr "Sonraigh leithead íosta (i bpicteilíní) le haghaidh íomhánna uaslódáilte."
1009
 
1010
+ #: library/plugin-settings.php:1484
1011
  msgid "Minimum image height"
1012
+ msgstr "Airde íosta na híomhá"
1013
 
1014
+ #: library/plugin-settings.php:1486
1015
  msgid "Specify a minimum height (in pixels) for uploaded images."
1016
+ msgstr "Sonraigh íosairde (i bpicteilíní) le haghaidh íomhánna uaslódáilte."
1017
 
1018
+ #: library/plugin-settings.php:1489
1019
  msgid "Maximum image width"
1020
+ msgstr "Leithead na híomhá uasta"
1021
 
1022
+ #: library/plugin-settings.php:1491
1023
  msgid "Specify a maximum width (in pixels) for uploaded images."
1024
+ msgstr "Sonraigh an leithead uasta (i bpicteilíní) le haghaidh íomhánna uaslódáilte."
1025
 
1026
+ #: library/plugin-settings.php:1494
1027
  msgid "Maximum image height"
1028
+ msgstr "Airde uasta na híomhá"
1029
 
1030
+ #: library/plugin-settings.php:1496
1031
  msgid "Specify a maximum height (in pixels) for uploaded images."
1032
+ msgstr "Sonraigh uasairde (i bpicteilíní) le haghaidh íomhánna uaslódáilte."
1033
 
1034
+ #: library/plugin-settings.php:1499
1035
  msgid "More Options"
1036
+ msgstr "Tuilleadh Roghanna"
1037
 
1038
+ #: library/plugin-settings.php:1502
1039
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
1040
+ msgstr "Le haghaidh tuilleadh roghanna, cosúil leis an gcumas cineálacha comhaid eile a uaslódáil (cosúil le PDF, Word, Zip, físeáin, agus níos mó), seiceáil amach"
1041
 
1042
+ #: library/plugin-settings.php:1503
1043
  msgid "Go Pro!"
1044
+ msgstr "Go Pro!"
1045
 
1046
+ #: library/plugin-settings.php:1510
1047
  msgid "Auto-Display Content"
1048
+ msgstr "Ábhar Uath-Taispeáin"
1049
 
1050
+ #: library/plugin-settings.php:1515
1051
  msgid "Auto-Display Images"
1052
+ msgstr "Íomhánna Auto-Display"
1053
 
1054
+ #: library/plugin-settings.php:1517
1055
  msgid "Auto-display user-submitted images:"
1056
+ msgstr "Íomhánna uath-thaispeáin don úsáideoir:"
1057
 
1058
+ #: library/plugin-settings.php:1522
1059
  msgid "Image Markup"
1060
  msgstr "Marcáil Íomhá"
1061
 
1062
+ #: library/plugin-settings.php:1524
1063
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1064
+ msgstr "Marcáil le húsáid le haghaidh gach íomhá a sheoltar isteach (nuair a chumasaítear taispeáint uathoibríoch). Is féidir é a úsáid"
1065
 
1066
+ #: library/plugin-settings.php:1526 library/plugin-settings.php:1539
1067
+ #: library/plugin-settings.php:1552 library/plugin-settings.php:1565
1068
  msgid "and"
1069
  msgstr "agus"
1070
 
1071
+ #: library/plugin-settings.php:1529
1072
  msgid "Auto-Display Email"
1073
+ msgstr "R-phost Uath-Taispeáin"
1074
 
1075
+ #: library/plugin-settings.php:1531
1076
  msgid "Auto-display user-submitted email:"
1077
+ msgstr "R-phost taispeána uath-úsáideora:"
1078
 
1079
+ #: library/plugin-settings.php:1536
1080
  msgid "Email Markup"
1081
+ msgstr "Ríomhphost marcáilte"
1082
 
1083
+ #: library/plugin-settings.php:1538
1084
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1085
+ msgstr "Marcáil le húsáid le haghaidh an seoladh ríomhphoist a cuireadh isteach (nuair a chuirtear uathoibríoch-taispeáint ar chumas). Is féidir é a úsáid"
1086
 
1087
+ #: library/plugin-settings.php:1542
1088
  msgid "Auto-Display URL"
1089
+ msgstr "URL Auto-Display"
1090
 
1091
+ #: library/plugin-settings.php:1544
1092
  msgid "Auto-display user-submitted URL:"
1093
+ msgstr "URL a thaispeánann an t-úsáideoir go huathoibríoch:"
1094
 
1095
+ #: library/plugin-settings.php:1549
1096
  msgid "URL Markup"
1097
+ msgstr "URL Markup"
1098
 
1099
+ #: library/plugin-settings.php:1551
1100
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1101
+ msgstr "Marcáil le húsáid le haghaidh an URL a cuireadh isteach (nuair a chumasaítear taispeáint uathoibríoch). Is féidir é a úsáid"
1102
 
1103
+ #: library/plugin-settings.php:1555
1104
  msgid "Auto-Display Custom Field"
1105
+ msgstr "Réimse Saincheaptha Auto-Display"
1106
 
1107
+ #: library/plugin-settings.php:1557
1108
  msgid "Auto-display user-submitted Custom Field:"
1109
+ msgstr "Réimse Chustaim a thaispeánann an uath-taispeáint:"
1110
 
1111
+ #: library/plugin-settings.php:1562
1112
  msgid "Custom Field Markup"
1113
+ msgstr "Marcála Réimse an Chustaim"
1114
 
1115
+ #: library/plugin-settings.php:1564
1116
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1117
+ msgstr "Marcáil le húsáid le haghaidh an Chustaim a cuireadh isteach (nuair a chumasaítear taispeáint uathoibríoch). Is féidir é a úsáid"
1118
 
1119
+ #: library/plugin-settings.php:1570 library/plugin-settings.php:1682
1120
  msgid "Save Settings"
1121
  msgstr "Sábháil Socruithe"
1122
 
1123
+ #: library/plugin-settings.php:1575
1124
  msgid "Display the Form"
1125
+ msgstr "Taispeáin an Fhoirm"
1126
 
1127
+ #: library/plugin-settings.php:1578
1128
  msgid "Post-Submit Form"
1129
+ msgstr "Foirm Iar-Seolta"
1130
 
1131
+ #: library/plugin-settings.php:1579
1132
  msgid "USP enables you to display a post-submission form anywhere on your site."
1133
+ msgstr "Cuireann USP ar do chumas foirm iar-aighneacht a thaispeáint áit ar bith ar do shuíomh."
1134
 
1135
+ #: library/plugin-settings.php:1580 library/plugin-settings.php:1589
1136
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1137
+ msgstr "Úsáid an gearrchód chun an fhoirm a thaispeáint ar aon PhostLeathanach WP:"
1138
 
1139
+ #: library/plugin-settings.php:1583 library/plugin-settings.php:1592
1140
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1141
+ msgstr "Nó, bain úsáid as an chlib teimpléid chun an fhoirm a thaispeáint in áit ar bith i do theimpléad téama:"
1142
 
1143
+ #: library/plugin-settings.php:1587
1144
  msgid "Login/Register Form"
1145
+ msgstr "Foirm Iontrála / Clárúcháin"
1146
 
1147
+ #: library/plugin-settings.php:1588
1148
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1149
+ msgstr "Is féidir leat foirm a thaispeáint a chuireann ar chumas úsáideoirí logáil isteach, clárú, nó a bhfocal faire a athshocrú."
1150
 
1151
+ #: library/plugin-settings.php:1596
1152
  msgid "Display Submitted Posts"
1153
+ msgstr "Taispeáin Poist Fhoilsithe"
1154
 
1155
+ #: library/plugin-settings.php:1597
1156
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1157
+ msgstr "Úsáid an gearrchód seo chun liosta de na poist a cuireadh isteach a thaispeáint ar aon Phost WP nó Leathanach:"
1158
 
1159
+ #: library/plugin-settings.php:1600
1160
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1161
+ msgstr "Nó, bain úsáid as an chlib teimpléid chun liosta de na poist a cuireadh isteach a thaispeáint in áit ar bith i do theimpléad téama:"
1162
 
1163
+ #: library/plugin-settings.php:1603
1164
  msgid "Here are some examples showing how to configure this shortcode:"
1165
+ msgstr "Seo roinnt samplaí a thaispeánann conas an gearrchód seo a chumrú:"
1166
 
1167
+ #: library/plugin-settings.php:1611
1168
  msgid "Display Image Gallery"
1169
+ msgstr "Gailearaí Íomhá Taispeáin"
1170
 
1171
+ #: library/plugin-settings.php:1612
1172
  msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
1173
+ msgstr "Úsáid an gearrchód seo chun gailearaí de íomhánna uaslódáilte a thaispeáint do gach post a cuireadh isteach:"
1174
 
1175
+ #: library/plugin-settings.php:1615
1176
  msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
1177
+ msgstr "Nó, bain úsáid as an chlib teimpléid chun gailearaí íomhá a thaispeáint in áit ar bith i do theimpléad téama:"
1178
 
1179
+ #: library/plugin-settings.php:1618
1180
  msgid "You can customize using any of the follwing attributes:"
1181
+ msgstr "Is féidir leat aon cheann de na tréithe seo a shaincheapadh:"
1182
 
1183
+ #: library/plugin-settings.php:1633
1184
  msgid "Reset Form Button"
1185
+ msgstr "Athshocraigh Button Form"
1186
 
1187
+ #: library/plugin-settings.php:1634
1188
  msgid "This shortcode displays a link that resets the form to its original state:"
1189
+ msgstr "Taispeánann an gearrchód seo nasc a athshocraíonn an fhoirm go dtí a staid bhunaidh:"
1190
 
1191
+ #: library/plugin-settings.php:1637
1192
  msgid "This shortcode accepts the following attributes:"
1193
+ msgstr "Glacann an aicearra seo leis na tréithe seo a leanas:"
1194
 
1195
+ #: library/plugin-settings.php:1643
1196
  msgid "Note that the url attribute accepts"
1197
+ msgstr "Tabhair faoi deara go nglacann an tréith url leis"
1198
 
1199
+ #: library/plugin-settings.php:1643
1200
  msgid "to get the current URL."
1201
+ msgstr "chun an URL reatha a fháil."
1202
 
1203
+ #: library/plugin-settings.php:1646
1204
  msgid "Access Control"
1205
  msgstr "Rialú Rochtana"
1206
 
1207
+ #: library/plugin-settings.php:1647
1208
  msgid "USP provides three shortcodes to control access and restrict content."
1209
+ msgstr "Soláthraíonn USP trí ghearrchód chun rochtain a rialú agus ábhar a shrianadh."
1210
 
1211
+ #: library/plugin-settings.php:1648
1212
  msgid "Display content only to users with a specific capability:"
1213
+ msgstr " thaispeánann ábhar ach d'úsáideoirí a bhfuil cumas sonrach acu:"
1214
 
1215
+ #: library/plugin-settings.php:1651
1216
  msgid "Display content to logged-in users:"
1217
+ msgstr "Taispeáin an t-ábhar d'úsáideoirí atá logáilte isteach:"
1218
 
1219
+ #: library/plugin-settings.php:1654
1220
  msgid "Display content to visitors only:"
1221
  msgstr "Taispeáin ábhar do chuairteoirí amháin:"
1222
 
1223
+ #: library/plugin-settings.php:1657
1224
  msgid "Tip:"
1225
  msgstr "Leid:"
1226
 
1227
+ #: library/plugin-settings.php:1657
1228
  msgid "to include markup in the deny message, you can use"
1229
+ msgstr "chun marcáil a chur san áireamh sa teachtaireacht dhiúltach, is féidir leat é a úsáid"
1230
 
1231
+ #: library/plugin-settings.php:1657
1232
  msgid "to output"
1233
  msgstr "aschur"
1234
 
1235
+ #: library/plugin-settings.php:1660
1236
  msgid "Example"
1237
  msgstr "Sampla"
1238
 
1239
+ #: library/plugin-settings.php:1661
1240
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1241
+ msgstr "Má tá an t-úsáideoir logáilte isteach, taispeáin an fhoirm iar-sheolta; nó mura bhfuil an t-úsáideoir logáilte isteach, taispeáin an fhoirm logála isteach:"
1242
 
1243
+ #: library/plugin-settings.php:1673
1244
  msgid "Restore Defaults"
1245
+ msgstr "Mainneachtainí a chur ar ais"
1246
 
1247
+ #: library/plugin-settings.php:1676
1248
  msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1249
+ msgstr "Fág an rogha seo faoi mhíchumas chun cuimhneamh ar do chuid socruithe. Nó, chun dul ar aghaidh agus na roghanna breiseáin réamhshocraithe a athchóiriú: seiceáil an bosca, sábháil do shocruithe, agus ansin díghníomhaigh / athghníomhaigh an breiseán."
1250
 
1251
+ #: library/plugin-settings.php:1680
1252
  msgid "Restore default options upon plugin deactivation/reactivation."
1253
+ msgstr "Cuir na roghanna réamhshocraithe ar ais ar dhíghníomhachtú / athghníomhachtú breiseáin."
1254
 
1255
+ #: library/plugin-settings.php:1687
1256
  msgid "Show Support"
1257
  msgstr "Taispeáin Tacaíocht"
1258
 
1259
+ #: library/plugin-settings.php:1696
1260
  msgid "by"
1261
  msgstr "ag"
1262
 
1263
+ #: library/plugin-settings.php:1697
1264
  msgid "Jeff Starr on Twitter"
1265
  msgstr "Jeff Starr ar Twitter"
1266
 
1267
+ #: library/plugin-settings.php:1698
1268
  msgid "Obsessive Web Design &amp; Development"
1269
+ msgstr "Dearadh Gréasáin obsessive & amp; Forbairt"
1270
 
1271
+ #: library/plugin-settings.php:1709
1272
  msgid "Save Preference"
1273
+ msgstr "Sábháil Tosaíocht"
1274
 
1275
+ #: library/plugin-settings.php:1716
1276
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1277
+ msgstr "An bhfuil tú cinnte gur mian leat gach rogha réamhshocraithe a chur ar ais? (ní féidir an gníomh seo a dhiúltú)"
1278
+
1279
+ #: library/support-panel.php:55
1280
+ msgid "Perishable Press Books"
1281
+ msgstr "Leabhair Phreasa meatacha"
1282
+
1283
+ #: library/support-panel.php:56
1284
+ msgid "Plugin Planet"
1285
+ msgstr "Plugin Planet"
1286
+
1287
+ #: library/support-panel.php:57
1288
+ msgid "Donate via PayPal"
1289
+ msgstr "Síntiúis trí PayPal"
1290
+
1291
+ #: library/support-panel.php:59
1292
+ msgid "books"
1293
+ msgstr "leabhair"
1294
+
1295
+ #: library/support-panel.php:60
1296
+ msgid "plugins"
1297
+ msgstr "forlíontáin"
1298
+
1299
+ #: library/support-panel.php:61
1300
+ msgid "donation"
1301
+ msgstr "síntiús"
1302
+
1303
+ #: library/support-panel.php:63
1304
+ msgid "Thank you for using"
1305
+ msgstr "Go raibh maith agat as úsáid a bhaint as"
1306
+
1307
+ #: library/support-panel.php:64
1308
+ msgid "Please show support by purchasing one of my"
1309
+ msgstr "Tabhair tacaíocht le do thoil trí cheann de mo chuid a cheannach"
1310
+
1311
+ #: library/support-panel.php:65
1312
+ msgid "or"
1313
+ msgstr "nó"
1314
+
1315
+ #: library/support-panel.php:65
1316
+ msgid "or by making a"
1317
+ msgstr "nó trí a"
1318
+
1319
+ #: library/support-panel.php:66
1320
+ msgid "Your generous support helps future development of"
1321
+ msgstr "Cuidíonn do thacaíocht fhlaithiúil le forbairt sa todhchaí"
1322
+
1323
+ #: library/support-panel.php:67
1324
+ msgid "and is greatly appreciated."
1325
+ msgstr "agus tá meas mór air."
1326
+
1327
+ #: library/support-panel.php:69
1328
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1329
+ msgstr "Cabhraíonn aon síntiús méide liom leanúint ar aghaidh ag forbairt an bhreiseáin seo agus acmhainní eile WordPress eile."
1330
 
1331
  #. Description of the plugin
1332
  #:
1333
  msgid "Enables your visitors to submit posts and images from anywhere on your site."
1334
+ msgstr "Cuireann sé ar chumas do chuairteoirí poist agus íomhánna a chur isteach ó áit ar bith ar do shuíomh."
1335
 
1336
  #. URI of the plugin
1337
  #:
languages/usp-he_IL.mo CHANGED
Binary file
languages/usp-he_IL.po CHANGED
@@ -4,282 +4,287 @@ msgstr ""
4
  "Content-Type: text/plain; charset=UTF-8\n"
5
  "Content-Transfer-Encoding: 8bit\n"
6
  "X-Generator: POEditor.com\n"
7
- "Project-Id-Version: USP 2018 Nov\n"
8
  "Language: he\n"
9
 
10
  #. Name of the plugin
11
  #: user-submitted-posts.php:44 library/support-panel.php:5
12
  msgid "User Submitted Posts"
13
- msgstr "הודעות שנשלחו על ידי משתמשים"
14
 
15
- #: user-submitted-posts.php:81
16
  msgid "requires WordPress "
17
- msgstr "דורש וורדפרס"
18
 
19
- #: user-submitted-posts.php:82
20
  msgid " or higher, and has been deactivated! "
21
- msgstr " או גבוה יותר, והוא הופסק!"
22
 
23
- #: user-submitted-posts.php:83
24
  msgid "Please return to the"
25
- msgstr "חזור אל"
26
 
27
- #: user-submitted-posts.php:84
28
  msgid "WordPress Admin Area"
29
  msgstr "אזור ניהול וורדפרס"
30
 
31
- #: user-submitted-posts.php:85
32
  msgid "to upgrade WordPress and try again."
33
- msgstr "כדי לשדרג וורדפרס ונסה שוב."
34
 
35
- #: user-submitted-posts.php:125
36
  msgid "User Submitted Post"
37
- msgstr "פוסט שנשלח על ידי משתמשים"
38
 
39
- #: user-submitted-posts.php:433
40
  msgid "User Submitted Post Info"
41
- msgstr "פרטי פוסט שנשלחו על ידי המשתמש"
42
 
43
- #: user-submitted-posts.php:463
44
  msgid "Submitter Name: "
45
- msgstr "שם איש קשר:"
46
 
47
- #: user-submitted-posts.php:464
48
  msgid "Submitter Email: "
49
- msgstr "דוא\"ל של איש קשר:"
50
 
51
- #: user-submitted-posts.php:465
52
  msgid "Submitter URL: "
53
- msgstr "כתובת אתר של שולח:"
54
 
55
- #: user-submitted-posts.php:466
56
  msgid "Submitter IP: "
57
- msgstr "כתובת IP של שולח:"
58
 
59
- #: user-submitted-posts.php:517
60
  msgid "Show USP Posts"
61
  msgstr "הצג הודעות USP"
62
 
63
- #: user-submitted-posts.php:518 library/plugin-settings.php:999
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
- #: user-submitted-posts.php:1301
68
  msgid " files required"
69
- msgstr " הקבצים הדרושים"
70
 
71
- #: user-submitted-posts.php:1302
72
  msgid " file required"
73
- msgstr " הקובץ הנדרש"
74
 
75
- #: user-submitted-posts.php:1304
76
  msgid " files"
77
  msgstr " קבצים"
78
 
79
- #: user-submitted-posts.php:1305
80
  msgid " file"
81
  msgstr " קובץ"
82
 
83
- #: user-submitted-posts.php:1307 user-submitted-posts.php:1308
84
- #: user-submitted-posts.php:1309 user-submitted-posts.php:1310
85
  msgid " pixels"
86
  msgstr " פיקסלים"
87
 
88
- #: user-submitted-posts.php:1312 library/core-functions.php:215
89
- #: library/plugin-settings.php:290 library/plugin-settings.php:309
90
- #: library/plugin-settings.php:711 library/plugin-settings.php:1243
91
  msgid "Custom Field"
92
  msgstr "שדה מותאם"
93
 
94
- #: user-submitted-posts.php:1314
95
  msgid "Custom checkbox required"
96
- msgstr "נדרשת תיבת סימון מותאמת אישית"
97
 
98
- #: user-submitted-posts.php:1317
99
  msgid "An error occurred. Please go back and try again."
100
  msgstr "התרחשה שגיאה. אנא חזור ונסה שוב."
101
 
102
- #: user-submitted-posts.php:1327
103
  msgid "User login required"
104
- msgstr "נדרשת התחברות משתמש"
105
 
106
- #: user-submitted-posts.php:1328
107
  msgid "User name required"
108
  msgstr "שם משתמש (חובה"
109
 
110
- #: user-submitted-posts.php:1329
111
  msgid "Post title required"
112
- msgstr "חובה לכתוב כותרת"
113
 
114
- #: user-submitted-posts.php:1330
115
  msgid "User URL required"
116
- msgstr "נדרשת כתובת אתר של משתמש"
117
 
118
- #: user-submitted-posts.php:1331
119
  msgid "Post tags required"
120
- msgstr "דרושים תגי פוסט"
121
 
122
- #: user-submitted-posts.php:1332
123
  msgid "Post category required"
124
- msgstr "דרושה קטגוריה"
125
 
126
- #: user-submitted-posts.php:1333
127
  msgid "Post content required"
128
- msgstr "פרסם תוכן נדרש"
129
 
130
- #: user-submitted-posts.php:1334 user-submitted-posts.php:1335
131
  msgid "Correct captcha required"
132
  msgstr "נדרש captcha נכון"
133
 
134
- #: user-submitted-posts.php:1336
135
  msgid "User email required"
136
  msgstr "נדרש דוא\"ל משתמש"
137
 
138
- #: user-submitted-posts.php:1337
139
  msgid "Please check your email and try again"
140
- msgstr "בדוק את הדוא\"ל שלך ונסה שוב"
141
 
142
- #: user-submitted-posts.php:1338
143
  msgid "Non-empty value for hidden field"
144
- msgstr "ערך לא ריק עבור שדה מוסתר"
145
 
146
- #: user-submitted-posts.php:1339
147
  msgid "Minimum number of images not met"
148
- msgstr "המספר המינימלי של תמונות שלא נפגש"
149
 
150
- #: user-submitted-posts.php:1340
151
  msgid "Maximum number of images exceeded "
152
- msgstr "מספר התמונות המקסימלי חרג"
153
 
154
- #: user-submitted-posts.php:1341
155
  msgid "Minimum image width not met"
156
- msgstr "רוחב התמונה המינימלי לא פגש"
157
 
158
- #: user-submitted-posts.php:1342
159
  msgid "Image width exceeds maximum"
160
- msgstr "רוחב התמונה חורג מהמקסימום"
161
 
162
- #: user-submitted-posts.php:1343
163
  msgid "Minimum image height not met"
164
- msgstr "גובה התמונה המינימלי לא פגש"
165
 
166
- #: user-submitted-posts.php:1344
167
  msgid "Image height exceeds maximum"
168
- msgstr "גובה התמונה חורג מהמקסימום"
169
 
170
- #: user-submitted-posts.php:1345
171
  msgid "File type not allowed (please upload images only)"
172
- msgstr "סוג הקובץ אינו מותר (העלה תמונות בלבד)"
173
 
174
- #: user-submitted-posts.php:1346
175
  msgid " required"
176
  msgstr " נדרש"
177
 
178
- #: user-submitted-posts.php:1351
179
  msgid "File not uploaded. Please check the file and try again."
180
- msgstr "הקובץ לא נטען. בדוק את הקובץ ונסה שוב."
181
 
182
- #: user-submitted-posts.php:1355
183
  msgid "The file(s) could not be uploaded"
184
- msgstr "לא ניתן היה לטעון את הקובץ (ים)"
185
 
186
- #: user-submitted-posts.php:1357
187
  msgid "Post not created. Please contact the site administrator for help."
188
- msgstr "הפוסט לא נוצר. פנה למנהל האתר לקבלת עזרה."
189
 
190
- #: user-submitted-posts.php:1358
191
  msgid "Duplicate post title. Please try again."
192
- msgstr "כותרת פוסט כפולה. בבקשה נסה שוב."
193
 
194
- #: user-submitted-posts.php:1368
195
  msgid "Error: "
196
- msgstr "שגיאה:"
197
 
198
- #: user-submitted-posts.php:1394
199
  msgid "Return to form"
200
  msgstr "חזור לטופס"
201
 
202
- #: user-submitted-posts.php:1424 library/plugin-settings.php:975
203
  msgid "Please"
204
  msgstr "אנא"
205
 
206
- #: user-submitted-posts.php:1425
207
  msgid "log in"
208
  msgstr "התחברות"
209
 
210
- #: user-submitted-posts.php:1426
211
  msgid "to submit content!"
212
- msgstr "לשלוח תוכן!"
213
 
214
- #: views/submission-form.php:46 views/submission-form-alt.php:55
215
  msgid "Please complete the required fields."
216
- msgstr "נא למלא את השדות הדרושים."
217
 
218
- #: views/submission-form.php:56 views/submission-form.php:57
219
- #: views/submission-form-alt.php:61 views/submission-form-alt.php:62
220
  msgid "Your Name"
221
  msgstr "השם שלך"
222
 
223
- #: views/submission-form.php:62 views/submission-form.php:63
224
- #: views/submission-form-alt.php:67 views/submission-form-alt.php:68
225
  msgid "Your URL"
226
  msgstr "כתובת האתר שלך"
227
 
228
- #: views/submission-form.php:68 views/submission-form.php:69
229
- #: views/submission-form-alt.php:73 views/submission-form-alt.php:74
230
  msgid "Your Email"
231
  msgstr "האימייל שלך"
232
 
233
- #: views/submission-form.php:74 views/submission-form.php:75
234
- #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
235
- #: library/plugin-settings.php:1036
236
  msgid "Post Title"
237
- msgstr "כותרת פוסט"
238
 
239
- #: views/submission-form.php:80 views/submission-form.php:81
240
- #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
241
- #: library/plugin-settings.php:1037
242
  msgid "Post Tags"
243
- msgstr "תגי פוסט"
244
 
245
- #: views/submission-form.php:93 views/submission-form-alt.php:98
246
  msgid "Antispam Question"
247
- msgstr "שאלה אנטי ספאם"
248
 
249
- #: views/submission-form.php:98 views/submission-form-alt.php:103
250
- #: library/plugin-settings.php:1038
251
  msgid "Post Category"
252
- msgstr "פוסט קטגוריה"
253
 
254
- #: views/submission-form.php:100 views/submission-form-alt.php:105
 
255
  msgid "Please select a category.."
256
  msgstr "אנא בחר קטגוריה.."
257
 
258
- #: views/submission-form.php:135 views/submission-form.php:136
259
- #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
260
- #: library/plugin-settings.php:1039
261
  msgid "Post Content"
262
  msgstr "תוכן דואר"
263
 
264
- #: views/submission-form.php:142 views/submission-form-alt.php:147
265
  msgid "Verification"
266
  msgstr "אימות"
267
 
268
- #: views/submission-form.php:149 views/submission-form-alt.php:154
269
  msgid "Upload an Image"
270
  msgstr "העלה תמונה"
271
 
272
- #: views/submission-form.php:158 views/submission-form-alt.php:163
273
  msgid "Add another image"
274
- msgstr "הוסף תמונה אחרת"
275
 
276
- #: views/submission-form.php:180 views/submission-form-alt.php:185
277
  msgid "Human verification: leave this field empty."
278
  msgstr "אימות אנושי: השאר שדה זה ריק."
279
 
280
- #: views/submission-form.php:204 views/submission-form-alt.php:209
281
  msgid "Submit Post"
282
- msgstr "שלח פוסט"
 
 
 
 
283
 
284
  #: library/shortcode-misc.php:18
285
  msgid "Reset form"
@@ -287,1038 +292,1046 @@ msgstr "אפס את הטופס"
287
 
288
  #: library/shortcode-misc.php:128
289
  msgid "View full post"
290
- msgstr "צפה בהודעה המלאה"
291
-
292
- #: library/support-panel.php:52
293
- msgid "Perishable Press Books"
294
- msgstr "ספרים מתכלים"
295
 
296
- #: library/support-panel.php:53
297
- msgid "Plugin Planet"
298
- msgstr "פלאגין פלאנט"
299
-
300
- #: library/support-panel.php:54
301
- msgid "Donate via PayPal"
302
- msgstr "לתרום באמצעות PayPal"
303
-
304
- #: library/support-panel.php:56
305
- msgid "books"
306
- msgstr "ספרים"
307
-
308
- #: library/support-panel.php:57
309
- msgid "plugins"
310
- msgstr "תוספים"
311
-
312
- #: library/support-panel.php:58
313
- msgid "donation"
314
- msgstr "תרומה"
315
-
316
- #: library/support-panel.php:60
317
- msgid "Thank you for using"
318
- msgstr "תודה לך על השימוש"
319
-
320
- #: library/support-panel.php:61
321
- msgid "Please show support by purchasing one of my"
322
- msgstr "אנא הצג תמיכה על ידי רכישת אחד שלי"
323
-
324
- #: library/support-panel.php:62
325
- msgid "or"
326
- msgstr "או"
327
-
328
- #: library/support-panel.php:62
329
- msgid "or by making a"
330
- msgstr "או על ידי ביצוע"
331
-
332
- #: library/support-panel.php:63
333
- msgid "Your generous support helps future development of"
334
- msgstr "התמיכה הנדיבה שלך מסייעת בפיתוח עתידי"
335
-
336
- #: library/support-panel.php:64
337
- msgid "and is greatly appreciated."
338
- msgstr "והוא מוערך מאוד."
339
-
340
- #: library/support-panel.php:66
341
- msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
342
- msgstr "כל תרומה גודל עוזר לי להמשיך לפתח את תוסף חינם זה וורדפרס משאבים אחרים מדהים."
343
-
344
- #: library/enqueue-scripts.php:83 library/enqueue-scripts.php:117
345
- msgid "Incorrect response."
346
- msgstr "תשובה שגויה."
347
 
348
- #: library/plugin-settings.php:32
349
  msgid "Get USP Pro for unlimited forms!"
350
- msgstr "קבל USP Pro עבור צורות ללא הגבלה!"
351
 
352
- #: library/plugin-settings.php:33
353
  msgid "Go Pro"
354
  msgstr "להתמקצע"
355
 
356
- #: library/plugin-settings.php:37
357
- msgid "Settings"
358
- msgstr "הגדרות"
359
-
360
- #: library/plugin-settings.php:55 library/plugin-settings.php:1007
361
- #: library/plugin-settings.php:1595
362
  msgid "Plugin Homepage"
363
- msgstr "דף הבית של"
364
 
365
- #: library/plugin-settings.php:56
366
  msgid "Homepage"
367
  msgstr "דף הבית"
368
 
369
- #: library/plugin-settings.php:61
370
  msgid "Give USP a 5-star rating at WordPress.org"
371
- msgstr "תן ל- USP דירוג 5 כוכבים ב- WordPress.org"
372
 
373
- #: library/plugin-settings.php:62
374
  msgid "Rate this plugin&nbsp;&raquo;"
375
- msgstr "דרג את הפלאגין & nbsp; & raquo;"
376
 
377
- #: library/plugin-settings.php:120
378
  msgid "WP Post (recommended)"
379
  msgstr "WP פוסט (מומלץ)"
380
 
381
- #: library/plugin-settings.php:124
382
  msgid "WP Page"
383
- msgstr "דף WP"
384
 
385
- #: library/plugin-settings.php:140
386
  msgid "HTML5 Form + Default CSS"
387
- msgstr "טופס HTML5 + ברירת מחדל CSS"
388
 
389
- #: library/plugin-settings.php:140
390
  msgid "(Recommended)"
391
  msgstr "(מומלץ)"
392
 
393
- #: library/plugin-settings.php:144
394
  msgid "HTML5 Form + Disable CSS"
395
  msgstr "טופס HTML5 + השבת CSS"
396
 
397
- #: library/plugin-settings.php:144
398
  msgid "(Provide your own styles)"
399
- msgstr "(לספק סגנונות משלך)"
400
 
401
- #: library/plugin-settings.php:148
402
  msgid "Custom Form + Custom CSS"
403
- msgstr "טופס מותאם אישית + ​​CSS מותאם אישית"
404
 
405
- #: library/plugin-settings.php:148
406
  msgid "(Provide your own form template &amp; styles)"
407
- msgstr "(לספק תבנית טופס משלך & סגנונות)"
408
 
409
- #: library/plugin-settings.php:164 library/plugin-settings.php:188
410
- #: library/plugin-settings.php:211 library/plugin-settings.php:235
411
  msgid "Auto-display before post content"
412
- msgstr "תצוגה אוטומטית לפני פרסום תוכן"
413
 
414
- #: library/plugin-settings.php:168 library/plugin-settings.php:192
415
- #: library/plugin-settings.php:215 library/plugin-settings.php:239
416
  msgid "Auto-display after post content"
417
- msgstr "תצוגה אוטומטית לאחר פרסום תוכן"
418
 
419
- #: library/plugin-settings.php:172
420
  msgid "Do not auto-display submitted images"
421
- msgstr "אל תציג תמונות שנשלחו באופן אוטומטי"
422
 
423
- #: library/plugin-settings.php:196
424
  msgid "Do not auto-display submitted email"
425
- msgstr "אל תציג באופן אוטומטי דוא\"ל שנשלח"
426
 
427
- #: library/plugin-settings.php:219
428
  msgid "Do not auto-display submitted URL"
429
- msgstr "אל תציג את כתובת האתר שנשלח באופן אוטומטי"
430
 
431
- #: library/plugin-settings.php:243
432
  msgid "Do not auto-display the Custom Field"
433
- msgstr "אל תציג אוטומטית את השדה 'מותאם אישית'"
434
 
435
- #: library/plugin-settings.php:271 library/plugin-settings.php:303
436
- #: library/plugin-settings.php:336 library/plugin-settings.php:368
437
- msgid "Display and require"
438
- msgstr "הצג ודורש"
439
 
440
- #: library/plugin-settings.php:272 library/plugin-settings.php:304
441
- msgid "Display but do not require"
442
- msgstr "הצג אך אינו דורש"
443
 
444
- #: library/plugin-settings.php:273 library/plugin-settings.php:305
445
- #: library/plugin-settings.php:337 library/plugin-settings.php:369
446
  msgid "Disable this field"
447
  msgstr "השבת שדה זה"
448
 
449
- #: library/plugin-settings.php:308 library/plugin-settings.php:340
450
- #: library/plugin-settings.php:372 library/plugin-settings.php:404
451
  msgid "(Visit"
452
- msgstr "(בקר"
453
 
454
- #: library/plugin-settings.php:309 library/plugin-settings.php:341
455
- #: library/plugin-settings.php:373 library/plugin-settings.php:405
456
  msgid "to configure options)"
457
- msgstr "כדי להגדיר אפשרויות)"
458
 
459
- #: library/plugin-settings.php:324 library/plugin-settings.php:341
460
- #: library/plugin-settings.php:1261 library/plugin-settings.php:1266
461
  msgid "Challenge Question"
462
  msgstr "שאלה מאתגרת"
463
 
464
- #: library/plugin-settings.php:356 library/plugin-settings.php:373
465
- #: library/plugin-settings.php:1283
466
  msgid "Google reCAPTCHA"
467
- msgstr "Google reCAPTCHA"
468
 
469
- #: library/plugin-settings.php:388
470
  msgid "Post Images"
471
  msgstr "פרסם תמונות"
472
 
473
- #: library/plugin-settings.php:400
474
- msgid "Display"
475
- msgstr "תצוגה"
476
 
477
- #: library/plugin-settings.php:401
478
  msgid "Disable"
479
  msgstr "השבת"
480
 
481
- #: library/plugin-settings.php:405 library/plugin-settings.php:1344
482
  msgid "Image Uploads"
483
- msgstr "העלאות תמונות"
484
 
485
- #: library/plugin-settings.php:485
486
  msgid "Draft"
487
  msgstr "טיוטה"
488
 
489
- #: library/plugin-settings.php:486
490
  msgid "Pending (default)"
491
- msgstr "בהמתנה (ברירת מחדל)"
492
 
493
- #: library/plugin-settings.php:487
494
  msgid "Publish immediately"
495
- msgstr "פרסם מיד"
496
 
497
- #: library/plugin-settings.php:488
498
  msgid "Publish after 1 approved post"
499
- msgstr "פרסם פוסט אחד שאושר"
500
 
501
- #: library/plugin-settings.php:489
502
  msgid "Publish after "
503
- msgstr "פרסם לאחר"
504
 
505
- #: library/plugin-settings.php:489
506
  msgid " approved posts"
507
- msgstr " - הודעות מאושרות"
 
 
 
 
508
 
509
- #: library/plugin-settings.php:655
510
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
511
- msgstr "הייתה טעות. ודא שהוספת כותרת, תוכן מסוים והעלית תמונות בלבד."
512
 
513
- #: library/plugin-settings.php:669
514
  msgid "Please select your image(s) to upload."
515
- msgstr "בחר את התמונות שלך לטעינה."
516
 
517
- #: library/plugin-settings.php:675
518
  msgid "Success! Thank you for your submission."
519
  msgstr "הצלחה! תודה על הגשתך."
520
 
521
- #: library/plugin-settings.php:701
522
  msgid "Email"
523
  msgstr "דוא\"ל"
524
 
525
- #: library/plugin-settings.php:702
526
  msgid "URL"
527
  msgstr "כתובת אתר"
528
 
529
- #: library/plugin-settings.php:962
530
  msgid "Toggle all panels"
531
  msgstr "החלף את כל החלוניות"
532
 
533
- #: library/plugin-settings.php:971
534
  msgid "We need your support!"
535
  msgstr "אנחנו צריכים את התמיכה שלך!"
536
 
537
- #: library/plugin-settings.php:975
538
  msgid "Make a donation via PayPal"
539
- msgstr "תרומה באמצעות PayPal"
540
 
541
- #: library/plugin-settings.php:975
542
  msgid "make a donation"
543
  msgstr "לתרום"
544
 
545
- #: library/plugin-settings.php:975
546
  msgid "and/or"
547
  msgstr "ו / או"
548
 
549
- #: library/plugin-settings.php:976
550
  msgid "Rate and review at the Plugin Directory"
551
- msgstr "דרג וסקור את המדריך Plugin"
552
 
553
- #: library/plugin-settings.php:977
554
  msgid "give this plugin a 5-star rating"
555
- msgstr "לתת תוסף זה 5 כוכבים דירוג"
556
 
557
- #: library/plugin-settings.php:981
558
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
559
- msgstr "התמיכה הנדיבה שלך מאפשרת המשך פיתוח של תוסף זה בחינם. תודה!"
560
 
561
- #: library/plugin-settings.php:986
562
  msgid "Check this box if you have shown support"
563
- msgstr "סמן תיבה זו אם הצגת תמיכה"
564
 
565
- #: library/plugin-settings.php:995
566
  msgid "Overview"
567
  msgstr "סקירה כללית"
568
 
569
- #: library/plugin-settings.php:999
570
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
571
- msgstr "מאפשר למבקרים שלך לשלוח פוסטים ולהעלות תמונות מהחלק הקדמי של האתר שלך."
572
 
573
- #: library/plugin-settings.php:1000
574
  msgid "For advanced functionality and unlimited forms, check out"
575
- msgstr "לקבלת פונקציונליות מתקדמת וצורות בלתי מוגבלות, בדוק"
576
 
577
- #: library/plugin-settings.php:1000 library/plugin-settings.php:1402
578
  msgid "USP Pro"
579
  msgstr "USP Pro"
580
 
581
- #: library/plugin-settings.php:1001
582
  msgid "&mdash; the ultimate solution for user-generated content."
583
- msgstr "& mdash; הפתרון האולטימטיבי עבור תוכן שנוצר על ידי משתמשים."
584
 
585
- #: library/plugin-settings.php:1005 library/plugin-settings.php:1022
586
  msgid "Plugin Settings"
587
- msgstr "הגדרות Plugin"
588
 
589
- #: library/plugin-settings.php:1006
590
  msgid "Display the form"
591
- msgstr "הצג את הטופס"
592
 
593
- #: library/plugin-settings.php:1010
594
  msgid "If you like this plugin, please"
595
- msgstr "אם אתה אוהב את הפלאגין הזה, בבקשה"
596
 
597
- #: library/plugin-settings.php:1011
598
  msgid "THANK YOU for your support!"
599
  msgstr "תודה על תמיכתך!"
600
 
601
- #: library/plugin-settings.php:1011
602
  msgid "give it a 5-star rating"
603
- msgstr "לתת לו דירוג 5 כוכבים"
604
 
605
- #: library/plugin-settings.php:1015
606
  msgid "Unlimited front-end forms"
607
- msgstr "ללא הגבלה חזיתית צורות"
608
 
609
- #: library/plugin-settings.php:1015
610
  msgid "Get USP Pro"
611
  msgstr "קבל USP Pro"
612
 
613
- #: library/plugin-settings.php:1025
614
  msgid "Configure your settings for User Submitted Posts."
615
- msgstr "קבע את ההגדרות עבור הודעות שנשלחו על ידי משתמשים."
616
 
617
- #: library/plugin-settings.php:1027
618
  msgid "Form Fields"
619
  msgstr "שדות טופס"
620
 
621
- #: library/plugin-settings.php:1033
622
  msgid "User Name"
623
  msgstr "שם משתמש"
624
 
625
- #: library/plugin-settings.php:1034
626
  msgid "User Email"
627
  msgstr "דוא\"ל משתמש"
628
 
629
- #: library/plugin-settings.php:1035
630
  msgid "User URL"
631
- msgstr "כתובת אתר של משתמש"
632
 
633
- #: library/plugin-settings.php:1050
634
  msgid "General Settings"
635
  msgstr "הגדרות כלליות"
636
 
637
- #: library/plugin-settings.php:1052
638
  msgid "Note that the default settings work fine for most cases."
639
- msgstr "שים לב שהגדרות ברירת המחדל פועלות היטב ברוב המקרים."
640
 
641
- #: library/plugin-settings.php:1057
642
  msgid "Form Style"
643
  msgstr "סגנון טופס"
644
 
645
- #: library/plugin-settings.php:1062
646
  msgid "With this option, you can copy the plugin&rsquo;s default templates:"
647
- msgstr "באמצעות אפשרות זו, באפשרותך להעתיק את תבניות ברירת המחדל של התוסף & rsquo; s:"
648
 
649
- #: library/plugin-settings.php:1067
650
  msgid "..and upload them into a directory named"
651
- msgstr ".. ולהעלות אותם לתוך ספרייה בשם"
652
 
653
- #: library/plugin-settings.php:1067
654
  msgid "in your theme:"
655
  msgstr "בנושא שלך:"
656
 
657
- #: library/plugin-settings.php:1073
658
  msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
659
- msgstr "זה יאפשר לך להתאים אישית את הטופס והסגנונות לפי הצורך. לקבלת מידע נוסף, עיין בסעיף \"טופס הגשת טופס מותאם אישית\""
660
 
661
- #: library/plugin-settings.php:1074
662
  msgid "Installation Docs"
663
- msgstr "התקנה של Google Docs"
664
 
665
- #: library/plugin-settings.php:1075
666
  msgid "FYI: here is a"
667
- msgstr "לידיעתך: הנה א"
668
 
669
- #: library/plugin-settings.php:1075
670
  msgid "list of USP CSS selectors"
671
- msgstr "רשימה של בוררי CSS USP"
672
 
673
- #: library/plugin-settings.php:1081
674
  msgid "Include JavaScript"
675
  msgstr "כלול JavaScript"
676
 
677
- #: library/plugin-settings.php:1083
678
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
679
- msgstr "סמן תיבה זו אם ברצונך לכלול את קובצי ה- JavaScript החיצוניים (מומלץ)."
680
 
681
- #: library/plugin-settings.php:1086
682
  msgid "Targeted Loading"
683
  msgstr "טעינה ממוקדת"
684
 
685
- #: library/plugin-settings.php:1088
686
- msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
687
- msgstr "כברירת מחדל, CSS & amp; קובצי JavaScript נטענים בכל דף. כאן תוכל לציין את כתובת האתר של טופס USP כדי לטעון משאבים רק בדף זה. הערה: השאר ריק כדי לטעון בכל הדפים."
688
 
689
- #: library/plugin-settings.php:1091
690
  msgid "Post Type"
691
  msgstr "סוג פוסט"
692
 
693
- #: library/plugin-settings.php:1094
694
  msgid "Submit posts as WP Posts or Pages"
695
- msgstr "שלח הודעות כמו הודעות WP או דפים"
696
 
697
- #: library/plugin-settings.php:1098
698
  msgid "Post Status"
699
- msgstr "סטטוס פוסט"
700
 
701
- #: library/plugin-settings.php:1101
702
  msgid "Post Status for submitted posts"
703
- msgstr "סטטוס פוסט עבור פוסטים שנשלחו"
704
 
705
- #: library/plugin-settings.php:1105
706
  msgid "Redirect URL"
707
  msgstr "כתובת אתר להפניה מחדש"
708
 
709
- #: library/plugin-settings.php:1107
710
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
711
- msgstr "ציין כתובת אתר שתפנה מחדש את המשתמש לאחר שליחת ההודעה. השאר ריק כדי להפנות חזרה לדף הנוכחי."
712
 
713
- #: library/plugin-settings.php:1110
714
  msgid "Success Message"
715
  msgstr "הודעת הצלחה"
716
 
717
- #: library/plugin-settings.php:1112
718
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
719
- msgstr "הודעת הצלחה המוצגת אם ההודעה לאחר ההצלה מוצלחת. הסימון הבסיסי מותר."
720
 
721
- #: library/plugin-settings.php:1115
722
  msgid "Error Message"
723
  msgstr "הודעת שגיאה"
724
 
725
- #: library/plugin-settings.php:1117
726
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
727
- msgstr "הודעת שגיאה כללית המוצגת אם ההודעה נכשלה. הסימון הבסיסי מותר."
728
 
729
- #: library/plugin-settings.php:1120
730
  msgid "Custom Content"
731
  msgstr "תוכן מותאם אישית"
732
 
733
- #: library/plugin-settings.php:1122
734
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
735
- msgstr "טקסט / סימון מותאמים אישית שייכללו לפני טופס ההגשה. השאר ריק כדי להשבית."
736
 
737
- #: library/plugin-settings.php:1125
738
  msgid "Rich Text Editor"
739
  msgstr "עורך טקסט עשיר"
740
 
741
- #: library/plugin-settings.php:1127
742
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
743
- msgstr "סמן תיבה זו אם ברצונך לאפשר עריכת טקסט עשירה של WP עבור פוסטים שנשלחו."
744
 
745
- #: library/plugin-settings.php:1130
746
  msgid "Unique Titles"
747
- msgstr "כותרים ייחודיים"
748
 
749
- #: library/plugin-settings.php:1132
750
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
751
- msgstr "דרוש לכתוב לכתוב כותרות להיות ייחודי (שימושי למניעת מרובות / כפולות שנשלחו הודעות)."
752
 
753
- #: library/plugin-settings.php:1135
754
  msgid "Disable Required"
755
- msgstr "השבת את דרוש"
756
 
757
- #: library/plugin-settings.php:1137
758
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
759
- msgstr "השבת את כל התכונות הדרושות בשדות ברירת המחדל (שימושי עבור הודעות שגיאה לפתרון בעיות)."
760
 
761
- #: library/plugin-settings.php:1140
762
  msgid "Enable Shortcodes"
763
- msgstr "הפעל קודים קצרים"
764
 
765
- #: library/plugin-settings.php:1142
766
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
767
- msgstr "אפשר קודים קצרים בווידג'טים. כברירת מחדל, WordPress אינו מאפשר קודים קצרים בווידג'טים."
768
 
769
- #: library/plugin-settings.php:1143
770
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
771
- msgstr "הגדרה זו מאפשרת לכל / כל הקודים בווידג'טים (אפילו קודים קצרים מתוספים אחרים)."
772
 
773
- #: library/plugin-settings.php:1148
774
- msgid "GDPR"
775
- msgstr "תוצר מקומי גולמי"
776
 
777
- #: library/plugin-settings.php:1153
778
  msgid "Disable IP Tracking"
779
  msgstr "השבת מעקב IP"
780
 
781
- #: library/plugin-settings.php:1155
782
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
783
- msgstr "כברירת מחדל, USP מתעדת את כתובת ה- IP עם כל פוסט שנשלח. סמן תיבה זו כדי להשבית את כל המעקב אחר כתובות IP."
784
 
785
- #: library/plugin-settings.php:1159
786
  msgid "Display Checkbox"
787
- msgstr "תיבת סימון לתצוגה"
788
 
789
- #: library/plugin-settings.php:1161
790
  msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
791
- msgstr "הצג תיבת סימון מותאמת אישית בטופס שלך (שימושי עבור תוצר, מסכים לתנאים וכו ')"
792
 
793
- #: library/plugin-settings.php:1164
794
  msgid "Checkbox Name"
795
  msgstr "שם תיבת הסימון"
796
 
797
- #: library/plugin-settings.php:1166 library/plugin-settings.php:1251
798
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
799
- msgstr "השתמש רק באלפאנומריים, בקווים תחתונים ובמקפים. אם אינך בטוח, השתמש בשם ברירת המחדל:"
800
 
801
- #: library/plugin-settings.php:1169
802
  msgid "Checkbox Error"
803
  msgstr "שגיאת תיבת סימון"
804
 
805
- #: library/plugin-settings.php:1171
806
  msgid "Error message displayed if user does not check the box."
807
  msgstr "הודעת שגיאה מוצגת אם המשתמש אינו מסמן את התיבה."
808
 
809
- #: library/plugin-settings.php:1174
810
  msgid "Checkbox Text"
811
- msgstr "טקסט תיבת סימון"
812
 
813
- #: library/plugin-settings.php:1176
814
  msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
815
- msgstr "הטקסט מוצג ליד תיבת הסימון. עצה: השתמש בסוגריים מסולסלים בסוגריים זווית הפלט, לדוגמה:"
816
 
817
- #: library/plugin-settings.php:1181 library/plugin-settings.php:1186
818
  msgid "Categories"
819
  msgstr "קטגוריות"
820
 
821
- #: library/plugin-settings.php:1189
822
- msgid "Select which categories may be assigned to submitted posts (click to toggle)"
823
- msgstr "בחר אילו קטגוריות ניתן להקצות לפוסטים שנשלחו (לחץ כדי לעבור בין מצבים)"
824
 
825
- #: library/plugin-settings.php:1197
 
 
 
 
 
 
 
 
826
  msgid "Hidden/Default Category"
827
  msgstr "קטגוריה מוסתרת / ברירת מחדל"
828
 
829
- #: library/plugin-settings.php:1199
830
- msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
831
- msgstr "השתמש בשדה מוסתר עבור קטגוריית הפוסט. ניתן להשתמש באפשרות זו כדי לציין קטגוריה של ברירת מחדל כאשר שדה הקטגוריה מושבת."
832
 
833
- #: library/plugin-settings.php:1202
834
  msgid "Category ID for Hidden Field"
835
  msgstr "מזהה קטגוריה עבור שדה מוסתר"
836
 
837
- #: library/plugin-settings.php:1204
838
- msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
839
- msgstr "ציין את מזהה הקטגוריה לשימוש עבור & ldquo; מוסתר / ברירת מחדל קטגוריה & rdquo; אפשרות."
840
 
841
- #: library/plugin-settings.php:1209
842
  msgid "Users"
843
  msgstr "משתמשים"
844
 
845
- #: library/plugin-settings.php:1214
846
  msgid "Assigned Author"
847
- msgstr "מחבר מוקצה"
848
 
849
- #: library/plugin-settings.php:1217
850
  msgid "Specify the user that should be assigned as author for submitted posts."
851
- msgstr "ציין את המשתמש שיש להקצות כמחבר לפוסטים שנשלחו."
852
 
853
- #: library/plugin-settings.php:1221
854
  msgid "Registered Username"
855
  msgstr "שם משתמש רשום"
856
 
857
- #: library/plugin-settings.php:1223
858
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
859
- msgstr "השתמש בשם משתמש רשום ככותב פוסט. תקף כאשר האדם שולח את הטופס מחובר ל- WordPress."
860
 
861
- #: library/plugin-settings.php:1226
862
  msgid "User Profile URL"
863
  msgstr "כתובת אתר של פרופיל משתמש"
864
 
865
- #: library/plugin-settings.php:1228
866
  msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
867
- msgstr "השתמש בכתובת האתר של המשתמש הרשום & rsquo; s כערך השדה של כתובת האתר. תקף כאשר האדם שולח את הטופס מחובר ל- WordPress."
868
 
869
- #: library/plugin-settings.php:1231
870
  msgid "Require User Login"
871
- msgstr "דרוש התחברות משתמש"
872
 
873
- #: library/plugin-settings.php:1233
874
  msgid "Require users to be logged in to WordPress to view/submit the form"
875
- msgstr "לדרוש מהמשתמשים להיכנס ל- WordPress כדי להציג / לשלוח את הטופס"
876
 
877
- #: library/plugin-settings.php:1236
878
  msgid "Disable Replace Author"
879
- msgstr "השבת את החלפת המחבר"
880
 
881
- #: library/plugin-settings.php:1238
882
  msgid "Do not replace post author with submitted user name"
883
- msgstr "אל תחליף את מחבר ההודעה עם שם המשתמש שהוגש"
884
 
885
- #: library/plugin-settings.php:1244
886
  msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
887
- msgstr "כאן תוכל לשנות את השם והתווית המשמשים את השדה 'מותאם אישית'. ניתן להפעיל שדה זה באמצעות ההגדרה 'שדות טופס', למעלה."
888
 
889
- #: library/plugin-settings.php:1249
890
  msgid "Custom Field Name"
891
  msgstr "שם שדה מותאם אישית"
892
 
893
- #: library/plugin-settings.php:1254
894
  msgid "Custom Field Label"
895
  msgstr "תווית שדה מותאמת אישית"
896
 
897
- #: library/plugin-settings.php:1256
898
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
899
  msgstr "זה יוצג כתווית השדה בטופס. ברירת מחדל: שדה מותאם אישית"
900
 
901
- #: library/plugin-settings.php:1268
902
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
903
- msgstr "כדי למנוע דואר זבל, הזן שאלה שעל המשתמשים להשיב עליה לפני שליחת הטופס."
904
 
905
- #: library/plugin-settings.php:1271
906
  msgid "Challenge Response"
907
  msgstr "תגובה לאתגר"
908
 
909
- #: library/plugin-settings.php:1273
910
  msgid "Enter the *only* correct answer to the challenge question."
911
  msgstr "הזן את התשובה הנכונה * בלבד * לשאלת האתגר."
912
 
913
- #: library/plugin-settings.php:1276
914
  msgid "Case-sensitivity"
915
- msgstr "רגישות למקרה"
916
 
917
- #: library/plugin-settings.php:1278
918
  msgid "Check this box if you want the challenge response to be case-sensitive."
919
- msgstr "סמן תיבה זו אם ברצונך שהתגובה לאתגר תהיה תלויית רישיות."
920
 
921
- #: library/plugin-settings.php:1284
922
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
923
- msgstr "כדי להפעיל את Google reCAPTCHA, הזן את המפתחות הציבוריים והפרטיים שלך."
924
 
925
- #: library/plugin-settings.php:1289
926
  msgid "Public Key"
927
  msgstr "מפתח ציבורי"
928
 
929
- #: library/plugin-settings.php:1291
930
  msgid "Enter your Public Key"
931
  msgstr "הזן את המפתח הציבורי שלך"
932
 
933
- #: library/plugin-settings.php:1294
934
  msgid "Private Key"
935
  msgstr "מפתח פרטי"
936
 
937
- #: library/plugin-settings.php:1296
938
  msgid "Enter your Private Key"
939
  msgstr "הזן את המפתח הפרטי שלך"
940
 
941
- #: library/plugin-settings.php:1301
942
  msgid "Email Alerts"
943
  msgstr "התראות דואר אלקטרוני"
944
 
945
- #: library/plugin-settings.php:1306
946
  msgid "Receive Email Alert"
947
  msgstr "קבל התראה בדוא\"ל"
948
 
949
- #: library/plugin-settings.php:1308
950
  msgid "Check this box if you want to be notified via email for new post submissions."
951
- msgstr "סמן תיבה זו אם ברצונך לקבל הודעה בדוא\"ל לגבי הגשות חדשות לפרסום."
952
 
953
- #: library/plugin-settings.php:1311
954
  msgid "Enable HTML Format"
955
- msgstr "הפעל תבנית HTML"
956
 
957
- #: library/plugin-settings.php:1313
958
  msgid "Check this box to enable HTML format for email alerts."
959
- msgstr "סמן תיבה זו כדי להפעיל תבנית HTML עבור התראות בדוא\"ל."
960
 
961
- #: library/plugin-settings.php:1316
962
  msgid "Email Address for Alerts"
963
- msgstr "כתובת דוא\"ל עבור התראות"
964
 
965
- #: library/plugin-settings.php:1318
966
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
967
- msgstr "אם סימנת את התיבה כדי לקבל התראות בדוא\"ל, ציין כאן את הכתובת (כתובות) שאליהן יש לשלוח את הודעות האימייל."
968
 
969
- #: library/plugin-settings.php:1319
970
  msgid "Multiple recipients may be included using a comma, like so:"
971
- msgstr "ניתן לכלול מספר נמענים באמצעות פסיק, כך:"
972
 
973
- #: library/plugin-settings.php:1322
974
  msgid "Email &ldquo;From&rdquo; Address"
975
- msgstr "דוא\"ל & ldquo; מאת & rdquo; כתובת"
976
 
977
- #: library/plugin-settings.php:1324
978
  msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
979
- msgstr "כאן אתה יכול להתאים אישית את כתובת (es) המשמש & ldquo; מ & rdquo; כותרת (ראה תוסף שאלות נפוצות עבור מידע)."
980
 
981
- #: library/plugin-settings.php:1325
982
  msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
983
- msgstr "אם כתובות מרובות מסומנות בהגדרה הקודמת, כלול מספר שווה של & ldquo; מאת & rdquo; כתובות עבור הגדרה זו (באותו הסדר)."
984
 
985
- #: library/plugin-settings.php:1328
986
  msgid "Email Alert Subject"
987
- msgstr "נושא התראה בדוא\"ל"
988
 
989
- #: library/plugin-settings.php:1330
990
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
991
- msgstr "שורת הנושא עבור התראות בדוא\"ל. השאר ריק כדי להשתמש בשורת הנושא המוגדרת כברירת מחדל. הערה: ניתן להשתמש במשתנים הבאים:"
992
 
993
- #: library/plugin-settings.php:1335
994
  msgid "Email Alert Message"
995
  msgstr "הודעת התראה בדוא\"ל"
996
 
997
- #: library/plugin-settings.php:1337
998
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
999
- msgstr "הודעה עבור התראות בדוא\"ל. השאר ריק כדי להשתמש בהודעת ברירת המחדל. הערה: ניתן להשתמש במשתנים הבאים:"
1000
 
1001
- #: library/plugin-settings.php:1349
1002
  msgid "Featured Image"
1003
  msgstr "תמונה מצורפת"
1004
 
1005
- #: library/plugin-settings.php:1351
1006
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
1007
- msgstr "הגדר תמונות שנשלחו כתמונות נבחרות. דורש תמיכה נושא עבור תמונות נבחרות (aka Post Thumbnails)."
1008
 
1009
- #: library/plugin-settings.php:1354
1010
  msgid "Upload Message"
1011
- msgstr "העלאת הודעה"
1012
 
1013
- #: library/plugin-settings.php:1356
1014
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
1015
- msgstr "הודעה שמופיעה ליד שדה ההעלאה. שימושי לקביעת הנחיות העלאה / מדיניות / וכו '. הסימון הבסיסי מותר."
1016
 
1017
- #: library/plugin-settings.php:1359
1018
  msgid "&ldquo;Add another image&rdquo; link"
1019
- msgstr "& ldquo; הוסף תמונה אחרת & rdquo; קישור"
1020
 
1021
- #: library/plugin-settings.php:1361
1022
  msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
1023
- msgstr "סימון מותאם אישית עבור & ldquo; הוסף תמונה אחרת & rdquo; קישור. השאר ריק כדי להשתמש בסימון ברירת המחדל (מומלץ)."
1024
 
1025
- #: library/plugin-settings.php:1364
1026
  msgid "Minimum number of images"
1027
- msgstr "מספר תמונות מינימלי"
1028
 
1029
- #: library/plugin-settings.php:1367
1030
  msgid "Specify the minimum number of images."
1031
- msgstr "ציין את המספר המינימלי של תמונות."
1032
 
1033
- #: library/plugin-settings.php:1371
1034
  msgid "Maximum number of images"
1035
  msgstr "המספר המרבי של תמונות"
1036
 
1037
- #: library/plugin-settings.php:1374
1038
  msgid "Specify the maximum number of images."
1039
  msgstr "ציין את המספר המרבי של תמונות."
1040
 
1041
- #: library/plugin-settings.php:1378
1042
  msgid "Minimum image width"
1043
  msgstr "רוחב תמונה מינימלי"
1044
 
1045
- #: library/plugin-settings.php:1380
1046
  msgid "Specify a minimum width (in pixels) for uploaded images."
1047
- msgstr "ציין רוחב מינימלי (בפיקסלים) עבור תמונות שהועלו."
1048
 
1049
- #: library/plugin-settings.php:1383
1050
  msgid "Minimum image height"
1051
  msgstr "גובה תמונה מינימלי"
1052
 
1053
- #: library/plugin-settings.php:1385
1054
  msgid "Specify a minimum height (in pixels) for uploaded images."
1055
- msgstr "ציין גובה מינימלי (בפיקסלים) עבור תמונות שהועלו."
1056
 
1057
- #: library/plugin-settings.php:1388
1058
  msgid "Maximum image width"
1059
- msgstr "רוחב תמונה מקסימלי"
1060
 
1061
- #: library/plugin-settings.php:1390
1062
  msgid "Specify a maximum width (in pixels) for uploaded images."
1063
- msgstr "ציין רוחב מרבי (בפיקסלים) עבור תמונות שהועלו."
1064
 
1065
- #: library/plugin-settings.php:1393
1066
  msgid "Maximum image height"
1067
- msgstr "גובה התמונה המרבי"
1068
 
1069
- #: library/plugin-settings.php:1395
1070
  msgid "Specify a maximum height (in pixels) for uploaded images."
1071
- msgstr "ציין גובה מקסימלי (בפיקסלים) עבור תמונות שהועלו."
1072
 
1073
- #: library/plugin-settings.php:1398
1074
  msgid "More Options"
1075
  msgstr "אפשרויות נוספות"
1076
 
1077
- #: library/plugin-settings.php:1401
1078
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
1079
- msgstr "לקבלת אפשרויות נוספות, כגון היכולת להעלות סוגי קבצים אחרים (כגון PDF, Word, Zip, סרטוני וידאו ועוד), בדוק"
1080
 
1081
- #: library/plugin-settings.php:1402
1082
  msgid "Go Pro!"
1083
  msgstr "להתמקצע!"
1084
 
1085
- #: library/plugin-settings.php:1409
1086
  msgid "Auto-Display Content"
1087
- msgstr "תוכן תצוגה אוטומטית"
1088
 
1089
- #: library/plugin-settings.php:1414
1090
  msgid "Auto-Display Images"
1091
- msgstr "תמונות תצוגה אוטומטית"
1092
 
1093
- #: library/plugin-settings.php:1416
1094
  msgid "Auto-display user-submitted images:"
1095
- msgstr "תצוגה אוטומטית של תמונות שנשלחו על ידי משתמשים:"
1096
 
1097
- #: library/plugin-settings.php:1421
1098
  msgid "Image Markup"
1099
- msgstr "סימון תמונה"
1100
 
1101
- #: library/plugin-settings.php:1423
1102
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1103
- msgstr "סמן כדי להשתמש בכל תמונה שנשלח (כאשר התצוגה האוטומטית מופעלת). יכול להשתמש"
1104
 
1105
- #: library/plugin-settings.php:1425 library/plugin-settings.php:1438
1106
- #: library/plugin-settings.php:1451 library/plugin-settings.php:1464
1107
  msgid "and"
1108
  msgstr "ו"
1109
 
1110
- #: library/plugin-settings.php:1428
1111
  msgid "Auto-Display Email"
1112
- msgstr "תצוגה אוטומטית של אימייל"
1113
 
1114
- #: library/plugin-settings.php:1430
1115
  msgid "Auto-display user-submitted email:"
1116
- msgstr "הצגה אוטומטית של דוא\"ל שנשלח על ידי המשתמש:"
1117
 
1118
- #: library/plugin-settings.php:1435
1119
  msgid "Email Markup"
1120
  msgstr "סימון דוא\"ל"
1121
 
1122
- #: library/plugin-settings.php:1437
1123
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1124
- msgstr "סמן כדי להשתמש בכתובת הדוא\"ל שהוגשה (כאשר התצוגה האוטומטית מופעלת). יכול להשתמש"
1125
 
1126
- #: library/plugin-settings.php:1441
1127
  msgid "Auto-Display URL"
1128
  msgstr "כתובת אתר לתצוגה אוטומטית"
1129
 
1130
- #: library/plugin-settings.php:1443
1131
  msgid "Auto-display user-submitted URL:"
1132
- msgstr "הצגה אוטומטית של כתובת אתר שנשלחו על ידי המשתמש:"
1133
 
1134
- #: library/plugin-settings.php:1448
1135
  msgid "URL Markup"
1136
- msgstr "סימון כתובת אתר"
1137
 
1138
- #: library/plugin-settings.php:1450
1139
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1140
- msgstr "סמן כדי להשתמש בכתובת האתר שהוגשה (כאשר התצוגה האוטומטית מופעלת). יכול להשתמש"
1141
 
1142
- #: library/plugin-settings.php:1454
1143
  msgid "Auto-Display Custom Field"
1144
- msgstr "הצגת שדה מותאם אישית"
1145
 
1146
- #: library/plugin-settings.php:1456
1147
  msgid "Auto-display user-submitted Custom Field:"
1148
- msgstr "תצוגה אוטומטית שנשלחו על ידי המשתמש שדה מותאם אישית:"
1149
 
1150
- #: library/plugin-settings.php:1461
1151
  msgid "Custom Field Markup"
1152
  msgstr "סימון שדה מותאם אישית"
1153
 
1154
- #: library/plugin-settings.php:1463
1155
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1156
- msgstr "סמן כדי להשתמש בשדה מותאם אישית שנשלח (כאשר התצוגה האוטומטית מופעלת). יכול להשתמש"
1157
 
1158
- #: library/plugin-settings.php:1469 library/plugin-settings.php:1581
1159
  msgid "Save Settings"
1160
  msgstr "שמור הגדרות"
1161
 
1162
- #: library/plugin-settings.php:1474
1163
  msgid "Display the Form"
1164
- msgstr "הצג את הטופס"
1165
 
1166
- #: library/plugin-settings.php:1477
1167
  msgid "Post-Submit Form"
1168
- msgstr "טופס שליחת הודעה"
1169
 
1170
- #: library/plugin-settings.php:1478
1171
  msgid "USP enables you to display a post-submission form anywhere on your site."
1172
- msgstr "USP מאפשר לך להציג טופס לאחר הגשת בכל מקום באתר שלך."
1173
 
1174
- #: library/plugin-settings.php:1479 library/plugin-settings.php:1488
1175
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1176
- msgstr "השתמש בקוד הקצר כדי להציג את הטופס בכל פוסט WP או בדף:"
1177
 
1178
- #: library/plugin-settings.php:1482 library/plugin-settings.php:1491
1179
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1180
  msgstr "לחלופין, השתמש בתג התבנית כדי להציג את הטופס בכל מקום בתבנית העיצוב שלך:"
1181
 
1182
- #: library/plugin-settings.php:1486
1183
  msgid "Login/Register Form"
1184
- msgstr "טופס הרשמה / הרשמה"
1185
 
1186
- #: library/plugin-settings.php:1487
1187
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1188
- msgstr "ניתן גם להציג טופס המאפשר למשתמשים להיכנס, לרשום או לאפס את הסיסמה שלהם."
1189
 
1190
- #: library/plugin-settings.php:1495
1191
  msgid "Display Submitted Posts"
1192
- msgstr "הצגת הודעות שנשלחו"
1193
 
1194
- #: library/plugin-settings.php:1496
1195
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1196
- msgstr "השתמש בקוד קצר זה כדי להציג רשימה של פוסטים שנשלחו בכל פוסט WP או בדף:"
1197
 
1198
- #: library/plugin-settings.php:1499
1199
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1200
- msgstr "לחלופין, השתמש בתג התבנית כדי להציג רשימה של פוסטים שנשלחו בכל מקום בתבנית העיצוב שלך:"
1201
 
1202
- #: library/plugin-settings.php:1502
1203
  msgid "Here are some examples showing how to configure this shortcode:"
1204
- msgstr "הנה כמה דוגמאות המציגות כיצד להגדיר קוד קצר זה:"
1205
 
1206
- #: library/plugin-settings.php:1510
1207
  msgid "Display Image Gallery"
1208
- msgstr "גלריית תמונות"
1209
 
1210
- #: library/plugin-settings.php:1511
1211
  msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
1212
- msgstr "השתמש בקוד קצר זה כדי להציג גלריה של תמונות שהועלו עבור כל פוסט שנשלח:"
1213
 
1214
- #: library/plugin-settings.php:1514
1215
  msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
1216
  msgstr "לחלופין, השתמש בתג התבנית כדי להציג גלריית תמונות בכל מקום בתבנית העיצוב שלך:"
1217
 
1218
- #: library/plugin-settings.php:1517
1219
  msgid "You can customize using any of the follwing attributes:"
1220
- msgstr "אתה יכול להתאים אישית באמצעות כל התכונות follwing:"
1221
 
1222
- #: library/plugin-settings.php:1532
1223
  msgid "Reset Form Button"
1224
- msgstr "איפוס לחצן טופס"
1225
 
1226
- #: library/plugin-settings.php:1533
1227
  msgid "This shortcode displays a link that resets the form to its original state:"
1228
- msgstr "קוד קצר זה מציג קישור שמאפס את הטופס למצבו המקורי:"
1229
 
1230
- #: library/plugin-settings.php:1536
1231
  msgid "This shortcode accepts the following attributes:"
1232
- msgstr "קוד קצר זה מקבל את התכונות הבאות:"
1233
 
1234
- #: library/plugin-settings.php:1542
1235
  msgid "Note that the url attribute accepts"
1236
- msgstr "שים לב שתכונת url מקבלת"
1237
 
1238
- #: library/plugin-settings.php:1542
1239
  msgid "to get the current URL."
1240
  msgstr "כדי לקבל את כתובת האתר הנוכחית."
1241
 
1242
- #: library/plugin-settings.php:1545
1243
  msgid "Access Control"
1244
  msgstr "בקרת גישה"
1245
 
1246
- #: library/plugin-settings.php:1546
1247
  msgid "USP provides three shortcodes to control access and restrict content."
1248
- msgstr "USP מספק שלושה קודים קצרים כדי לשלוט בגישה ולהגביל את התוכן."
1249
 
1250
- #: library/plugin-settings.php:1547
1251
  msgid "Display content only to users with a specific capability:"
1252
  msgstr "הצג תוכן רק למשתמשים עם יכולת ספציפית:"
1253
 
1254
- #: library/plugin-settings.php:1550
1255
  msgid "Display content to logged-in users:"
1256
- msgstr "הצגת תוכן למשתמשים מחוברים:"
1257
 
1258
- #: library/plugin-settings.php:1553
1259
  msgid "Display content to visitors only:"
1260
  msgstr "הצג תוכן למבקרים בלבד:"
1261
 
1262
- #: library/plugin-settings.php:1556
1263
  msgid "Tip:"
1264
  msgstr "טיפ:"
1265
 
1266
- #: library/plugin-settings.php:1556
1267
  msgid "to include markup in the deny message, you can use"
1268
- msgstr "כדי לכלול סימון בהודעת הדחייה, באפשרותך להשתמש"
1269
 
1270
- #: library/plugin-settings.php:1556
1271
  msgid "to output"
1272
- msgstr "פלט"
1273
 
1274
- #: library/plugin-settings.php:1559
1275
  msgid "Example"
1276
  msgstr "דוגמא"
1277
 
1278
- #: library/plugin-settings.php:1560
1279
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1280
- msgstr "אם המשתמש מחובר, הצג את הטופס שלאחר השליחה; או אם המשתמש אינו מחובר, הצג את טופס ההתחברות:"
1281
 
1282
- #: library/plugin-settings.php:1572
1283
  msgid "Restore Defaults"
1284
  msgstr "לשחזר את ברירות מחדל"
1285
 
1286
- #: library/plugin-settings.php:1575
1287
  msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1288
- msgstr "השאר אפשרות זו מושבתת כדי לזכור את ההגדרות שלך. לחלופין, כדי להמשיך ולשחזר את אפשרויות ברירת המחדל plugin: לבדוק את התיבה, לשמור את ההגדרות שלך, ולאחר מכן לבטל / להפעיל מחדש את הפלאגין."
1289
 
1290
- #: library/plugin-settings.php:1579
1291
  msgid "Restore default options upon plugin deactivation/reactivation."
1292
- msgstr "שחזור אפשרויות ברירת המחדל בעת השבתה / הפעלה מחדש של תוסף."
1293
 
1294
- #: library/plugin-settings.php:1586
1295
  msgid "Show Support"
1296
  msgstr "הצג תמיכה"
1297
 
1298
- #: library/plugin-settings.php:1595
1299
  msgid "by"
1300
  msgstr "על ידי"
1301
 
1302
- #: library/plugin-settings.php:1596
1303
  msgid "Jeff Starr on Twitter"
1304
- msgstr "ג 'ף סטאר ב לצפצף"
1305
 
1306
- #: library/plugin-settings.php:1597
1307
  msgid "Obsessive Web Design &amp; Development"
1308
- msgstr "אובססיבית עיצוב אתרים & amp; התפתחות"
1309
 
1310
- #: library/plugin-settings.php:1608
1311
  msgid "Save Preference"
1312
- msgstr "שמור את ההעדפה"
1313
 
1314
- #: library/plugin-settings.php:1615
1315
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1316
- msgstr "האם אתה בטוח שברצונך לשחזר את כל אפשרויות ברירת המחדל? (פעולה זו לא ניתן לבטל)"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1317
 
1318
  #. Description of the plugin
1319
  #:
1320
  msgid "Enables your visitors to submit posts and images from anywhere on your site."
1321
- msgstr "מאפשר למבקרים שלך לשלוח פוסטים ותמונות מכל מקום באתר שלך."
1322
 
1323
  #. URI of the plugin
1324
  #:
@@ -1328,7 +1341,7 @@ msgstr "https://perishablepress.com/user-submitted-posts/"
1328
  #. Author of the plugin
1329
  #:
1330
  msgid "Jeff Starr"
1331
- msgstr "ג 'ף סטאר"
1332
 
1333
  #. Author URI of the plugin
1334
  #:
4
  "Content-Type: text/plain; charset=UTF-8\n"
5
  "Content-Transfer-Encoding: 8bit\n"
6
  "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20190825\n"
8
  "Language: he\n"
9
 
10
  #. Name of the plugin
11
  #: user-submitted-posts.php:44 library/support-panel.php:5
12
  msgid "User Submitted Posts"
13
+ msgstr "הודעות שהוגשו על ידי המשתמש"
14
 
15
+ #: user-submitted-posts.php:82
16
  msgid "requires WordPress "
17
+ msgstr "דורש וורדפרס "
18
 
19
+ #: user-submitted-posts.php:83
20
  msgid " or higher, and has been deactivated! "
21
+ msgstr " ומעלה, והושבת! "
22
 
23
+ #: user-submitted-posts.php:84
24
  msgid "Please return to the"
25
+ msgstr "אנא חזור אל ה-"
26
 
27
+ #: user-submitted-posts.php:85
28
  msgid "WordPress Admin Area"
29
  msgstr "אזור ניהול וורדפרס"
30
 
31
+ #: user-submitted-posts.php:86
32
  msgid "to upgrade WordPress and try again."
33
+ msgstr "לשדרג את וורדפרס ולנסות שוב."
34
 
35
+ #: user-submitted-posts.php:126
36
  msgid "User Submitted Post"
37
+ msgstr "הודעה שהוגשה על ידי המשתמש"
38
 
39
+ #: user-submitted-posts.php:467
40
  msgid "User Submitted Post Info"
41
+ msgstr "פרטי הודעה שהוגשו על ידי המשתמש"
42
 
43
+ #: user-submitted-posts.php:497
44
  msgid "Submitter Name: "
45
+ msgstr "שם שולח: "
46
 
47
+ #: user-submitted-posts.php:498
48
  msgid "Submitter Email: "
49
+ msgstr "דוא\"ל שולח: "
50
 
51
+ #: user-submitted-posts.php:499
52
  msgid "Submitter URL: "
53
+ msgstr "URL של שולח: "
54
 
55
+ #: user-submitted-posts.php:500
56
  msgid "Submitter IP: "
57
+ msgstr "IP של שולח: "
58
 
59
+ #: user-submitted-posts.php:555
60
  msgid "Show USP Posts"
61
  msgstr "הצג הודעות USP"
62
 
63
+ #: user-submitted-posts.php:556 library/plugin-settings.php:1095
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
+ #: user-submitted-posts.php:1393
68
  msgid " files required"
69
+ msgstr " קבצים נדרשים"
70
 
71
+ #: user-submitted-posts.php:1394
72
  msgid " file required"
73
+ msgstr " קובץ חובה"
74
 
75
+ #: user-submitted-posts.php:1396
76
  msgid " files"
77
  msgstr " קבצים"
78
 
79
+ #: user-submitted-posts.php:1397
80
  msgid " file"
81
  msgstr " קובץ"
82
 
83
+ #: user-submitted-posts.php:1399 user-submitted-posts.php:1400
84
+ #: user-submitted-posts.php:1401 user-submitted-posts.php:1402
85
  msgid " pixels"
86
  msgstr " פיקסלים"
87
 
88
+ #: user-submitted-posts.php:1404 library/core-functions.php:219
89
+ #: library/plugin-settings.php:297 library/plugin-settings.php:316
90
+ #: library/plugin-settings.php:794 library/plugin-settings.php:1344
91
  msgid "Custom Field"
92
  msgstr "שדה מותאם"
93
 
94
+ #: user-submitted-posts.php:1406
95
  msgid "Custom checkbox required"
96
+ msgstr "דרוש תיבת סימון מותאמת אישית"
97
 
98
+ #: user-submitted-posts.php:1409
99
  msgid "An error occurred. Please go back and try again."
100
  msgstr "התרחשה שגיאה. אנא חזור ונסה שוב."
101
 
102
+ #: user-submitted-posts.php:1419
103
  msgid "User login required"
104
+ msgstr "כניסה למשתמש נדרשת"
105
 
106
+ #: user-submitted-posts.php:1420
107
  msgid "User name required"
108
  msgstr "שם משתמש (חובה"
109
 
110
+ #: user-submitted-posts.php:1421
111
  msgid "Post title required"
112
+ msgstr "דרוש כותרת הודעה"
113
 
114
+ #: user-submitted-posts.php:1422
115
  msgid "User URL required"
116
+ msgstr "כתובת אתר משתמש נדרשת"
117
 
118
+ #: user-submitted-posts.php:1423
119
  msgid "Post tags required"
120
+ msgstr "נדרש תגי הודעה"
121
 
122
+ #: user-submitted-posts.php:1424
123
  msgid "Post category required"
124
+ msgstr "דרוש קטגוריית פוסט"
125
 
126
+ #: user-submitted-posts.php:1425
127
  msgid "Post content required"
128
+ msgstr "נדרש תוכן לפרסום"
129
 
130
+ #: user-submitted-posts.php:1426 user-submitted-posts.php:1427
131
  msgid "Correct captcha required"
132
  msgstr "נדרש captcha נכון"
133
 
134
+ #: user-submitted-posts.php:1428
135
  msgid "User email required"
136
  msgstr "נדרש דוא\"ל משתמש"
137
 
138
+ #: user-submitted-posts.php:1429
139
  msgid "Please check your email and try again"
140
+ msgstr "אנא בדוק את הדוא\"ל שלך ונסה שוב"
141
 
142
+ #: user-submitted-posts.php:1430
143
  msgid "Non-empty value for hidden field"
144
+ msgstr "ערך לא ריק לשדה מוסתר"
145
 
146
+ #: user-submitted-posts.php:1431
147
  msgid "Minimum number of images not met"
148
+ msgstr "המספר המינימלי של תמונות שלא נפגשו"
149
 
150
+ #: user-submitted-posts.php:1432
151
  msgid "Maximum number of images exceeded "
152
+ msgstr "חריגה ממספר התמונות המרבי "
153
 
154
+ #: user-submitted-posts.php:1433
155
  msgid "Minimum image width not met"
156
+ msgstr "רוחב התמונה המינימלי לא עמד"
157
 
158
+ #: user-submitted-posts.php:1434
159
  msgid "Image width exceeds maximum"
160
+ msgstr "רוחב התמונה עולה על המקסימום"
161
 
162
+ #: user-submitted-posts.php:1435
163
  msgid "Minimum image height not met"
164
+ msgstr "גובה התמונה המינימלי לא עמד"
165
 
166
+ #: user-submitted-posts.php:1436
167
  msgid "Image height exceeds maximum"
168
+ msgstr "גובה התמונה עולה על המקסימום"
169
 
170
+ #: user-submitted-posts.php:1437
171
  msgid "File type not allowed (please upload images only)"
172
+ msgstr "אסור להשתמש בקובץ (העלה תמונות בלבד)"
173
 
174
+ #: user-submitted-posts.php:1438
175
  msgid " required"
176
  msgstr " נדרש"
177
 
178
+ #: user-submitted-posts.php:1443
179
  msgid "File not uploaded. Please check the file and try again."
180
+ msgstr "הקובץ לא הועלה. אנא בדוק את הקובץ ונסה שוב."
181
 
182
+ #: user-submitted-posts.php:1447
183
  msgid "The file(s) could not be uploaded"
184
+ msgstr "לא ניתן היה להעלות את הקבצים"
185
 
186
+ #: user-submitted-posts.php:1449
187
  msgid "Post not created. Please contact the site administrator for help."
188
+ msgstr "הפוסט לא נוצר. אנא צור קשר עם מנהל האתר לקבלת עזרה."
189
 
190
+ #: user-submitted-posts.php:1450
191
  msgid "Duplicate post title. Please try again."
192
+ msgstr "כותרת הודעה כפולה. בבקשה נסה שוב."
193
 
194
+ #: user-submitted-posts.php:1460
195
  msgid "Error: "
196
+ msgstr "שגיאה: "
197
 
198
+ #: user-submitted-posts.php:1486
199
  msgid "Return to form"
200
  msgstr "חזור לטופס"
201
 
202
+ #: user-submitted-posts.php:1516 library/plugin-settings.php:1071
203
  msgid "Please"
204
  msgstr "אנא"
205
 
206
+ #: user-submitted-posts.php:1517
207
  msgid "log in"
208
  msgstr "התחברות"
209
 
210
+ #: user-submitted-posts.php:1518
211
  msgid "to submit content!"
212
+ msgstr "להגיש תוכן!"
213
 
214
+ #: views/submission-form.php:21 views/submission-form-alt.php:40
215
  msgid "Please complete the required fields."
216
+ msgstr "מלא את השדות הנדרשים."
217
 
218
+ #: views/submission-form.php:31 views/submission-form.php:32
219
+ #: views/submission-form-alt.php:46 views/submission-form-alt.php:47
220
  msgid "Your Name"
221
  msgstr "השם שלך"
222
 
223
+ #: views/submission-form.php:37 views/submission-form.php:38
224
+ #: views/submission-form-alt.php:52 views/submission-form-alt.php:53
225
  msgid "Your URL"
226
  msgstr "כתובת האתר שלך"
227
 
228
+ #: views/submission-form.php:43 views/submission-form.php:44
229
+ #: views/submission-form-alt.php:58 views/submission-form-alt.php:59
230
  msgid "Your Email"
231
  msgstr "האימייל שלך"
232
 
233
+ #: views/submission-form.php:49 views/submission-form.php:50
234
+ #: views/submission-form-alt.php:64 views/submission-form-alt.php:65
235
+ #: library/plugin-settings.php:1132
236
  msgid "Post Title"
237
+ msgstr "כותרת הודעה"
238
 
239
+ #: views/submission-form.php:55 views/submission-form.php:56
240
+ #: views/submission-form-alt.php:70 views/submission-form-alt.php:71
241
+ #: library/plugin-settings.php:1133
242
  msgid "Post Tags"
243
+ msgstr "פרסם תגיות"
244
 
245
+ #: views/submission-form.php:68 views/submission-form-alt.php:83
246
  msgid "Antispam Question"
247
+ msgstr "שאלת Antispam"
248
 
249
+ #: views/submission-form.php:73 views/submission-form-alt.php:88
250
+ #: library/plugin-settings.php:1134
251
  msgid "Post Category"
252
+ msgstr "קטגוריה פוסט"
253
 
254
+ #: views/submission-form.php:74 views/submission-form.php:75
255
+ #: views/submission-form-alt.php:89 views/submission-form-alt.php:90
256
  msgid "Please select a category.."
257
  msgstr "אנא בחר קטגוריה.."
258
 
259
+ #: views/submission-form.php:106 views/submission-form.php:107
260
+ #: views/submission-form-alt.php:121 views/submission-form-alt.php:122
261
+ #: library/plugin-settings.php:1135
262
  msgid "Post Content"
263
  msgstr "תוכן דואר"
264
 
265
+ #: views/submission-form.php:113 views/submission-form-alt.php:128
266
  msgid "Verification"
267
  msgstr "אימות"
268
 
269
+ #: views/submission-form.php:120 views/submission-form-alt.php:135
270
  msgid "Upload an Image"
271
  msgstr "העלה תמונה"
272
 
273
+ #: views/submission-form.php:129 views/submission-form-alt.php:144
274
  msgid "Add another image"
275
+ msgstr "הוסף תמונה נוספת"
276
 
277
+ #: views/submission-form.php:151 views/submission-form-alt.php:166
278
  msgid "Human verification: leave this field empty."
279
  msgstr "אימות אנושי: השאר שדה זה ריק."
280
 
281
+ #: views/submission-form.php:175 views/submission-form-alt.php:190
282
  msgid "Submit Post"
283
+ msgstr "הגש הודעה"
284
+
285
+ #: library/enqueue-scripts.php:122 library/enqueue-scripts.php:157
286
+ msgid "Incorrect response."
287
+ msgstr "תגובה שגויה."
288
 
289
  #: library/shortcode-misc.php:18
290
  msgid "Reset form"
292
 
293
  #: library/shortcode-misc.php:128
294
  msgid "View full post"
295
+ msgstr "צפה בפוסט המלא"
 
 
 
 
296
 
297
+ #: library/plugin-settings.php:31
298
+ msgid "Settings"
299
+ msgstr "הגדרות"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
300
 
301
+ #: library/plugin-settings.php:40
302
  msgid "Get USP Pro for unlimited forms!"
303
+ msgstr "השג USP Pro לטפסים בלתי מוגבלים!"
304
 
305
+ #: library/plugin-settings.php:41
306
  msgid "Go Pro"
307
  msgstr "להתמקצע"
308
 
309
+ #: library/plugin-settings.php:62 library/plugin-settings.php:1103
310
+ #: library/plugin-settings.php:1696
 
 
 
 
311
  msgid "Plugin Homepage"
312
+ msgstr "דף הבית של התוסף"
313
 
314
+ #: library/plugin-settings.php:63
315
  msgid "Homepage"
316
  msgstr "דף הבית"
317
 
318
+ #: library/plugin-settings.php:68
319
  msgid "Give USP a 5-star rating at WordPress.org"
320
+ msgstr "תן ל- USP דירוג של 5 כוכבים ב- WordPress.org"
321
 
322
+ #: library/plugin-settings.php:69
323
  msgid "Rate this plugin&nbsp;&raquo;"
324
+ msgstr "דרג את הפלאגין הזה & nbsp; & raquo;"
325
 
326
+ #: library/plugin-settings.php:127
327
  msgid "WP Post (recommended)"
328
  msgstr "WP פוסט (מומלץ)"
329
 
330
+ #: library/plugin-settings.php:131
331
  msgid "WP Page"
332
+ msgstr "עמוד WP"
333
 
334
+ #: library/plugin-settings.php:147
335
  msgid "HTML5 Form + Default CSS"
336
+ msgstr "טופס HTML5 + CSS ברירת מחדל"
337
 
338
+ #: library/plugin-settings.php:147
339
  msgid "(Recommended)"
340
  msgstr "(מומלץ)"
341
 
342
+ #: library/plugin-settings.php:151
343
  msgid "HTML5 Form + Disable CSS"
344
  msgstr "טופס HTML5 + השבת CSS"
345
 
346
+ #: library/plugin-settings.php:151
347
  msgid "(Provide your own styles)"
348
+ msgstr "(ספק סגנונות משלך)"
349
 
350
+ #: library/plugin-settings.php:155
351
  msgid "Custom Form + Custom CSS"
352
+ msgstr "טופס מותאם אישית + CSS מותאם אישית"
353
 
354
+ #: library/plugin-settings.php:155
355
  msgid "(Provide your own form template &amp; styles)"
356
+ msgstr "(ספק תבנית טפסים משלך וסגנונות)"
357
 
358
+ #: library/plugin-settings.php:171 library/plugin-settings.php:195
359
+ #: library/plugin-settings.php:218 library/plugin-settings.php:242
360
  msgid "Auto-display before post content"
361
+ msgstr "תצוגה אוטומטית לפני תוכן ההודעה"
362
 
363
+ #: library/plugin-settings.php:175 library/plugin-settings.php:199
364
+ #: library/plugin-settings.php:222 library/plugin-settings.php:246
365
  msgid "Auto-display after post content"
366
+ msgstr "תצוגה אוטומטית לאחר תוכן הפוסט"
367
 
368
+ #: library/plugin-settings.php:179
369
  msgid "Do not auto-display submitted images"
370
+ msgstr "אל תציג תמונות שהוגשו באופן אוטומטי"
371
 
372
+ #: library/plugin-settings.php:203
373
  msgid "Do not auto-display submitted email"
374
+ msgstr "אל תציג אוטומטית דוא\"ל שהוגש"
375
 
376
+ #: library/plugin-settings.php:226
377
  msgid "Do not auto-display submitted URL"
378
+ msgstr "אל תציג כתובת אתר שהוגשה באופן אוטומטי"
379
 
380
+ #: library/plugin-settings.php:250
381
  msgid "Do not auto-display the Custom Field"
382
+ msgstr "אל תציג אוטומטית את השדה המותאם אישית"
383
 
384
+ #: library/plugin-settings.php:278 library/plugin-settings.php:310
385
+ #: library/plugin-settings.php:343 library/plugin-settings.php:375
386
+ msgid "Enable and require"
387
+ msgstr "אפשר ודורש"
388
 
389
+ #: library/plugin-settings.php:279 library/plugin-settings.php:311
390
+ msgid "Enable but do not require"
391
+ msgstr "אפשר אך לא דורש"
392
 
393
+ #: library/plugin-settings.php:280 library/plugin-settings.php:312
394
+ #: library/plugin-settings.php:344 library/plugin-settings.php:376
395
  msgid "Disable this field"
396
  msgstr "השבת שדה זה"
397
 
398
+ #: library/plugin-settings.php:315 library/plugin-settings.php:347
399
+ #: library/plugin-settings.php:379 library/plugin-settings.php:411
400
  msgid "(Visit"
401
+ msgstr "(ביקור"
402
 
403
+ #: library/plugin-settings.php:316 library/plugin-settings.php:348
404
+ #: library/plugin-settings.php:380 library/plugin-settings.php:412
405
  msgid "to configure options)"
406
+ msgstr "להגדרת אפשרויות)"
407
 
408
+ #: library/plugin-settings.php:331 library/plugin-settings.php:348
409
+ #: library/plugin-settings.php:1362 library/plugin-settings.php:1367
410
  msgid "Challenge Question"
411
  msgstr "שאלה מאתגרת"
412
 
413
+ #: library/plugin-settings.php:363 library/plugin-settings.php:380
414
+ #: library/plugin-settings.php:1384
415
  msgid "Google reCAPTCHA"
416
+ msgstr "ReCAPTCHA של גוגל"
417
 
418
+ #: library/plugin-settings.php:395
419
  msgid "Post Images"
420
  msgstr "פרסם תמונות"
421
 
422
+ #: library/plugin-settings.php:407
423
+ msgid "Enable"
424
+ msgstr "אפשר"
425
 
426
+ #: library/plugin-settings.php:408
427
  msgid "Disable"
428
  msgstr "השבת"
429
 
430
+ #: library/plugin-settings.php:412 library/plugin-settings.php:1445
431
  msgid "Image Uploads"
432
+ msgstr "העלאת תמונות"
433
 
434
+ #: library/plugin-settings.php:492
435
  msgid "Draft"
436
  msgstr "טיוטה"
437
 
438
+ #: library/plugin-settings.php:493
439
  msgid "Pending (default)"
440
+ msgstr "ממתין (ברירת מחדל)"
441
 
442
+ #: library/plugin-settings.php:494
443
  msgid "Publish immediately"
444
+ msgstr "פרסם מייד"
445
 
446
+ #: library/plugin-settings.php:495
447
  msgid "Publish after 1 approved post"
448
+ msgstr "פרסם לאחר הודעה מאושרת"
449
 
450
+ #: library/plugin-settings.php:496
451
  msgid "Publish after "
452
+ msgstr "פרסם אחרי "
453
 
454
+ #: library/plugin-settings.php:496
455
  msgid " approved posts"
456
+ msgstr " פוסטים מאושרים"
457
+
458
+ #: library/plugin-settings.php:524
459
+ msgid "Select categories to display in the Category field."
460
+ msgstr "בחר קטגוריות להצגה בשדה קטגוריה."
461
 
462
+ #: library/plugin-settings.php:738
463
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
464
+ msgstr "הייתה טעות. אנא וודא שהוספת כותרת, תוכן כלשהו וכי העלאת תמונות בלבד."
465
 
466
+ #: library/plugin-settings.php:752
467
  msgid "Please select your image(s) to upload."
468
+ msgstr "בחר את התמונות שלך להעלות."
469
 
470
+ #: library/plugin-settings.php:758
471
  msgid "Success! Thank you for your submission."
472
  msgstr "הצלחה! תודה על הגשתך."
473
 
474
+ #: library/plugin-settings.php:784
475
  msgid "Email"
476
  msgstr "דוא\"ל"
477
 
478
+ #: library/plugin-settings.php:785
479
  msgid "URL"
480
  msgstr "כתובת אתר"
481
 
482
+ #: library/plugin-settings.php:1058
483
  msgid "Toggle all panels"
484
  msgstr "החלף את כל החלוניות"
485
 
486
+ #: library/plugin-settings.php:1067
487
  msgid "We need your support!"
488
  msgstr "אנחנו צריכים את התמיכה שלך!"
489
 
490
+ #: library/plugin-settings.php:1071
491
  msgid "Make a donation via PayPal"
492
+ msgstr "תרום באמצעות PayPal"
493
 
494
+ #: library/plugin-settings.php:1071
495
  msgid "make a donation"
496
  msgstr "לתרום"
497
 
498
+ #: library/plugin-settings.php:1071
499
  msgid "and/or"
500
  msgstr "ו / או"
501
 
502
+ #: library/plugin-settings.php:1072
503
  msgid "Rate and review at the Plugin Directory"
504
+ msgstr "דרג ובדוק במדריך התוספים"
505
 
506
+ #: library/plugin-settings.php:1073
507
  msgid "give this plugin a 5-star rating"
508
+ msgstr "תן לתוסף זה דירוג של 5 כוכבים"
509
 
510
+ #: library/plugin-settings.php:1077
511
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
512
+ msgstr "התמיכה הנדיבה שלך מאפשרת המשך פיתוח תוסף חינמי זה. תודה!"
513
 
514
+ #: library/plugin-settings.php:1082
515
  msgid "Check this box if you have shown support"
516
+ msgstr "סמן תיבה זו אם הראית תמיכה"
517
 
518
+ #: library/plugin-settings.php:1091
519
  msgid "Overview"
520
  msgstr "סקירה כללית"
521
 
522
+ #: library/plugin-settings.php:1095
523
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
524
+ msgstr "מאפשר למבקרים שלך להגיש פוסטים ולהעלות תמונות מקצה הקצה של האתר שלך. "
525
 
526
+ #: library/plugin-settings.php:1096
527
  msgid "For advanced functionality and unlimited forms, check out"
528
+ msgstr "לקבלת פונקציונליות מתקדמת וטפסים בלתי מוגבלים, בדוק את זה"
529
 
530
+ #: library/plugin-settings.php:1096 library/plugin-settings.php:1503
531
  msgid "USP Pro"
532
  msgstr "USP Pro"
533
 
534
+ #: library/plugin-settings.php:1097
535
  msgid "&mdash; the ultimate solution for user-generated content."
536
+ msgstr "& mdash; הפיתרון האולטימטיבי לתוכן שנוצר על ידי משתמשים."
537
 
538
+ #: library/plugin-settings.php:1101 library/plugin-settings.php:1118
539
  msgid "Plugin Settings"
540
+ msgstr "הגדרות פלאגין"
541
 
542
+ #: library/plugin-settings.php:1102
543
  msgid "Display the form"
544
+ msgstr "הצגת הטופס"
545
 
546
+ #: library/plugin-settings.php:1106
547
  msgid "If you like this plugin, please"
548
+ msgstr "אם אתה אוהב את התוסף הזה, בבקשה"
549
 
550
+ #: library/plugin-settings.php:1107
551
  msgid "THANK YOU for your support!"
552
  msgstr "תודה על תמיכתך!"
553
 
554
+ #: library/plugin-settings.php:1107
555
  msgid "give it a 5-star rating"
556
+ msgstr "תן לו דירוג של 5 כוכבים"
557
 
558
+ #: library/plugin-settings.php:1111
559
  msgid "Unlimited front-end forms"
560
+ msgstr "צורות חזיתיות בלתי מוגבלות"
561
 
562
+ #: library/plugin-settings.php:1111
563
  msgid "Get USP Pro"
564
  msgstr "קבל USP Pro"
565
 
566
+ #: library/plugin-settings.php:1121
567
  msgid "Configure your settings for User Submitted Posts."
568
+ msgstr "קבע את ההגדרות שלך עבור הודעות שהוגשו על ידי משתמשים."
569
 
570
+ #: library/plugin-settings.php:1123
571
  msgid "Form Fields"
572
  msgstr "שדות טופס"
573
 
574
+ #: library/plugin-settings.php:1129
575
  msgid "User Name"
576
  msgstr "שם משתמש"
577
 
578
+ #: library/plugin-settings.php:1130
579
  msgid "User Email"
580
  msgstr "דוא\"ל משתמש"
581
 
582
+ #: library/plugin-settings.php:1131
583
  msgid "User URL"
584
+ msgstr "כתובת אתר משתמש"
585
 
586
+ #: library/plugin-settings.php:1146
587
  msgid "General Settings"
588
  msgstr "הגדרות כלליות"
589
 
590
+ #: library/plugin-settings.php:1148
591
  msgid "Note that the default settings work fine for most cases."
592
+ msgstr "שים לב שהגדרות ברירת המחדל עובדות מצוין ברוב המקרים."
593
 
594
+ #: library/plugin-settings.php:1153
595
  msgid "Form Style"
596
  msgstr "סגנון טופס"
597
 
598
+ #: library/plugin-settings.php:1158
599
  msgid "With this option, you can copy the plugin&rsquo;s default templates:"
600
+ msgstr "עם אפשרות זו, באפשרותך להעתיק את תבניות ברירת המחדל של התוסף:"
601
 
602
+ #: library/plugin-settings.php:1163
603
  msgid "..and upload them into a directory named"
604
+ msgstr "ולהעלות אותם לספרייה בשם"
605
 
606
+ #: library/plugin-settings.php:1163
607
  msgid "in your theme:"
608
  msgstr "בנושא שלך:"
609
 
610
+ #: library/plugin-settings.php:1169
611
  msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
612
+ msgstr "זה יאפשר לך להתאים אישית את הטופס והסגנונות כרצונך. למידע נוסף, עיין בסעיף \"טופס הגשה מותאם אישית\" בסעיף"
613
 
614
+ #: library/plugin-settings.php:1170
615
  msgid "Installation Docs"
616
+ msgstr "מסמכי התקנה"
617
 
618
+ #: library/plugin-settings.php:1171
619
  msgid "FYI: here is a"
620
+ msgstr "FYI: הנה א"
621
 
622
+ #: library/plugin-settings.php:1171
623
  msgid "list of USP CSS selectors"
624
+ msgstr "רשימת בוחרי USP CSS"
625
 
626
+ #: library/plugin-settings.php:1177
627
  msgid "Include JavaScript"
628
  msgstr "כלול JavaScript"
629
 
630
+ #: library/plugin-settings.php:1179
631
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
632
+ msgstr "סמן תיבה זו אם ברצונך לכלול את קבצי JavaScript החיצוניים (מומלץ)."
633
 
634
+ #: library/plugin-settings.php:1182
635
  msgid "Targeted Loading"
636
  msgstr "טעינה ממוקדת"
637
 
638
+ #: library/plugin-settings.php:1184
639
+ msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages. Use commas to separate multiple URLs."
640
+ msgstr "כברירת מחדל, CSS & amp; קבצי JavaScript נטענים בכל עמוד. כאן תוכל לציין את כתובת האתר של טופס USP כדי לטעון משאבים רק בדף זה. הערה: השאר ריק כדי לטעון בכל העמודים. השתמש בפסיקים כדי להפריד בין כתובות אתרים מרובות."
641
 
642
+ #: library/plugin-settings.php:1187
643
  msgid "Post Type"
644
  msgstr "סוג פוסט"
645
 
646
+ #: library/plugin-settings.php:1190
647
  msgid "Submit posts as WP Posts or Pages"
648
+ msgstr "הגש פוסטים כפרסומי WP או כדפים"
649
 
650
+ #: library/plugin-settings.php:1194
651
  msgid "Post Status"
652
+ msgstr "סטטוס הודעה"
653
 
654
+ #: library/plugin-settings.php:1197
655
  msgid "Post Status for submitted posts"
656
+ msgstr "סטטוס פוסט עבור פוסטים שהוגשו"
657
 
658
+ #: library/plugin-settings.php:1201
659
  msgid "Redirect URL"
660
  msgstr "כתובת אתר להפניה מחדש"
661
 
662
+ #: library/plugin-settings.php:1203
663
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
664
+ msgstr "ציין כתובת אתר להפניה מחדש של המשתמש לאחר הגשתו לאחר ההודעה. השאר ריק כדי להפנות שוב לדף הנוכחי."
665
 
666
+ #: library/plugin-settings.php:1206
667
  msgid "Success Message"
668
  msgstr "הודעת הצלחה"
669
 
670
+ #: library/plugin-settings.php:1208
671
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
672
+ msgstr "הודעת הצלחה שמוצגת אם ההגשה לאחר ההצגה מצליחה. סימון בסיסי מותר."
673
 
674
+ #: library/plugin-settings.php:1211
675
  msgid "Error Message"
676
  msgstr "הודעת שגיאה"
677
 
678
+ #: library/plugin-settings.php:1213
679
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
680
+ msgstr "הודעת שגיאה כללית המוצגת אם ההגשה שלאחר ההגשה נכשלה. סימון בסיסי מותר."
681
 
682
+ #: library/plugin-settings.php:1216
683
  msgid "Custom Content"
684
  msgstr "תוכן מותאם אישית"
685
 
686
+ #: library/plugin-settings.php:1218
687
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
688
+ msgstr "טקסט / סימון מותאם אישית שייכלל לפני טופס ההגשה. השאר ריק כדי להשבית."
689
 
690
+ #: library/plugin-settings.php:1221
691
  msgid "Rich Text Editor"
692
  msgstr "עורך טקסט עשיר"
693
 
694
+ #: library/plugin-settings.php:1223
695
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
696
+ msgstr "סמן תיבה זו אם ברצונך לאפשר עריכת טקסט עשיר ב- WP עבור פוסטים שהוגשו."
697
 
698
+ #: library/plugin-settings.php:1226
699
  msgid "Unique Titles"
700
+ msgstr "כותרות ייחודיות"
701
 
702
+ #: library/plugin-settings.php:1228
703
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
704
+ msgstr "דרוש כי כותרות פוסטים שהוגשו יהיו ייחודיות (שימושי למניעת פוסטים שהוגשו מרובים / כפולים)."
705
 
706
+ #: library/plugin-settings.php:1231
707
  msgid "Disable Required"
708
+ msgstr "השבת חובה"
709
 
710
+ #: library/plugin-settings.php:1233
711
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
712
+ msgstr "השבת את כל התכונות הנדרשות בשדות טופס ברירת מחדל (שימושי לפתרון בעיות בהודעות שגיאה)."
713
 
714
+ #: library/plugin-settings.php:1236
715
  msgid "Enable Shortcodes"
716
+ msgstr "אפשר קיצורי דרך"
717
 
718
+ #: library/plugin-settings.php:1238
719
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
720
+ msgstr "אפשר קודי קיצור בווידג'טים. כברירת מחדל, וורדפרס אינה מאפשרת לבצע קיצורי דרך בווידג'טים. "
721
 
722
+ #: library/plugin-settings.php:1239
723
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
724
+ msgstr "הגדרה זו מאפשרת את כל קודי הקיצור / ווידג'טים (אפילו קיצורי דרך מתוספים אחרים)."
725
 
726
+ #: library/plugin-settings.php:1244
727
+ msgid "Privacy"
728
+ msgstr "פרטיות"
729
 
730
+ #: library/plugin-settings.php:1249
731
  msgid "Disable IP Tracking"
732
  msgstr "השבת מעקב IP"
733
 
734
+ #: library/plugin-settings.php:1251
735
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
736
+ msgstr "כברירת מחדל, USP רושמת את כתובת ה- IP בכל הודעה שהוגשה. סמן את התיבה הזו כדי להשבית את כל מעקב ה- IP."
737
 
738
+ #: library/plugin-settings.php:1255
739
  msgid "Display Checkbox"
740
+ msgstr "תיבת סימון"
741
 
742
+ #: library/plugin-settings.php:1257
743
  msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
744
+ msgstr "הצג תיבת סימון מותאמת אישית בטופס שלך (שימושי ל- GDPR, מסכים לתנאים וכו ')"
745
 
746
+ #: library/plugin-settings.php:1260
747
  msgid "Checkbox Name"
748
  msgstr "שם תיבת הסימון"
749
 
750
+ #: library/plugin-settings.php:1262 library/plugin-settings.php:1352
751
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
752
+ msgstr "השתמש רק במקפים אלפא-נומריים, תחתונים וקו. אם אינך בטוח, השתמש בשם ברירת המחדל:"
753
 
754
+ #: library/plugin-settings.php:1265
755
  msgid "Checkbox Error"
756
  msgstr "שגיאת תיבת סימון"
757
 
758
+ #: library/plugin-settings.php:1267
759
  msgid "Error message displayed if user does not check the box."
760
  msgstr "הודעת שגיאה מוצגת אם המשתמש אינו מסמן את התיבה."
761
 
762
+ #: library/plugin-settings.php:1270
763
  msgid "Checkbox Text"
764
+ msgstr "טקסט של תיבת הסימון"
765
 
766
+ #: library/plugin-settings.php:1272
767
  msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
768
+ msgstr "טקסט המוצג ליד תיבת הסימון. טיפ: השתמש בסוגריים מתולתלים כדי להפיק סוגריים בזווית, למשל:"
769
 
770
+ #: library/plugin-settings.php:1277 library/plugin-settings.php:1282
771
  msgid "Categories"
772
  msgstr "קטגוריות"
773
 
774
+ #: library/plugin-settings.php:1285
775
+ msgid "Click to view/select categories"
776
+ msgstr "לחץ לצפייה / בחירה בקטגוריות"
777
 
778
+ #: library/plugin-settings.php:1293
779
+ msgid "Multiple Categories"
780
+ msgstr "קטגוריות מרובות"
781
+
782
+ #: library/plugin-settings.php:1295
783
+ msgid "Enable users to select multiple categories."
784
+ msgstr "אפשר למשתמשים לבחור קטגוריות מרובות."
785
+
786
+ #: library/plugin-settings.php:1298
787
  msgid "Hidden/Default Category"
788
  msgstr "קטגוריה מוסתרת / ברירת מחדל"
789
 
790
+ #: library/plugin-settings.php:1300
791
+ msgid "Use a hidden field for the post category. This hides the category field and sets its value via the next option."
792
+ msgstr "השתמש בשדה מוסתר לקטגוריית הפוסטים. זה מסתיר את שדה הקטגוריה ומגדיר את ערכו באמצעות האפשרות הבאה."
793
 
794
+ #: library/plugin-settings.php:1303
795
  msgid "Category ID for Hidden Field"
796
  msgstr "מזהה קטגוריה עבור שדה מוסתר"
797
 
798
+ #: library/plugin-settings.php:1305
799
+ msgid "Specify category ID(s) to use for &ldquo;Hidden/Default Category&rdquo;. Separate multiple IDs with a comma."
800
+ msgstr "ציין מזהי קטגוריות שישמשו עבור & ldquo; קטגוריה נסתרת / ברירת מחדל & rdquo;. הפרד מספר מזהים עם פסיק."
801
 
802
+ #: library/plugin-settings.php:1310
803
  msgid "Users"
804
  msgstr "משתמשים"
805
 
806
+ #: library/plugin-settings.php:1315
807
  msgid "Assigned Author"
808
+ msgstr "מחבר המוקצה"
809
 
810
+ #: library/plugin-settings.php:1318
811
  msgid "Specify the user that should be assigned as author for submitted posts."
812
+ msgstr "ציין את המשתמש שצריך להקצות כסופר עבור פוסטים שהוגשו."
813
 
814
+ #: library/plugin-settings.php:1322
815
  msgid "Registered Username"
816
  msgstr "שם משתמש רשום"
817
 
818
+ #: library/plugin-settings.php:1324
819
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
820
+ msgstr "השתמש בשם משתמש רשום ככותב הפוסט. תקף כאשר האדם שמגיש את הטופס מחובר לוורדפרס."
821
 
822
+ #: library/plugin-settings.php:1327
823
  msgid "User Profile URL"
824
  msgstr "כתובת אתר של פרופיל משתמש"
825
 
826
+ #: library/plugin-settings.php:1329
827
  msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
828
+ msgstr "השתמש בכתובת האתר של פרופיל משתמש רשום כערך שדה ה- URL. תקף כאשר האדם שמגיש את הטופס מחובר לוורדפרס."
829
 
830
+ #: library/plugin-settings.php:1332
831
  msgid "Require User Login"
832
+ msgstr "דרוש כניסה למשתמש"
833
 
834
+ #: library/plugin-settings.php:1334
835
  msgid "Require users to be logged in to WordPress to view/submit the form"
836
+ msgstr "דרוש מהמשתמשים להיכנס ל- WordPress כדי להציג / להגיש את הטופס"
837
 
838
+ #: library/plugin-settings.php:1337
839
  msgid "Disable Replace Author"
840
+ msgstr "השבת את החלף מחבר"
841
 
842
+ #: library/plugin-settings.php:1339
843
  msgid "Do not replace post author with submitted user name"
844
+ msgstr "אל תחליף את כותב הפוסט בשם המשתמש שהוגש"
845
 
846
+ #: library/plugin-settings.php:1345
847
  msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
848
+ msgstr "כאן תוכל לשנות את השם והתווית המשמשים את השדה המותאם אישית. ניתן להפעיל שדה זה דרך ההגדרה שדות טופס למעלה."
849
 
850
+ #: library/plugin-settings.php:1350
851
  msgid "Custom Field Name"
852
  msgstr "שם שדה מותאם אישית"
853
 
854
+ #: library/plugin-settings.php:1355
855
  msgid "Custom Field Label"
856
  msgstr "תווית שדה מותאמת אישית"
857
 
858
+ #: library/plugin-settings.php:1357
859
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
860
  msgstr "זה יוצג כתווית השדה בטופס. ברירת מחדל: שדה מותאם אישית"
861
 
862
+ #: library/plugin-settings.php:1369
863
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
864
+ msgstr "כדי למנוע דואר זבל, הזן שאלה שעליה המשתמשים לענות לפני הגשת הטופס."
865
 
866
+ #: library/plugin-settings.php:1372
867
  msgid "Challenge Response"
868
  msgstr "תגובה לאתגר"
869
 
870
+ #: library/plugin-settings.php:1374
871
  msgid "Enter the *only* correct answer to the challenge question."
872
  msgstr "הזן את התשובה הנכונה * בלבד * לשאלת האתגר."
873
 
874
+ #: library/plugin-settings.php:1377
875
  msgid "Case-sensitivity"
876
+ msgstr "רגישות לתיק"
877
 
878
+ #: library/plugin-settings.php:1379
879
  msgid "Check this box if you want the challenge response to be case-sensitive."
880
+ msgstr "סמן תיבה זו אם ברצונך שתגובת האתגר תהיה רגישה לרישיות."
881
 
882
+ #: library/plugin-settings.php:1385
883
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
884
+ msgstr "כדי לאפשר reCAPTCHA של גוגל, הזן את המפתחות הציבוריים והפרטיים שלך."
885
 
886
+ #: library/plugin-settings.php:1390
887
  msgid "Public Key"
888
  msgstr "מפתח ציבורי"
889
 
890
+ #: library/plugin-settings.php:1392
891
  msgid "Enter your Public Key"
892
  msgstr "הזן את המפתח הציבורי שלך"
893
 
894
+ #: library/plugin-settings.php:1395
895
  msgid "Private Key"
896
  msgstr "מפתח פרטי"
897
 
898
+ #: library/plugin-settings.php:1397
899
  msgid "Enter your Private Key"
900
  msgstr "הזן את המפתח הפרטי שלך"
901
 
902
+ #: library/plugin-settings.php:1402
903
  msgid "Email Alerts"
904
  msgstr "התראות דואר אלקטרוני"
905
 
906
+ #: library/plugin-settings.php:1407
907
  msgid "Receive Email Alert"
908
  msgstr "קבל התראה בדוא\"ל"
909
 
910
+ #: library/plugin-settings.php:1409
911
  msgid "Check this box if you want to be notified via email for new post submissions."
912
+ msgstr "סמן תיבה זו אם ברצונך לקבל הודעה בדוא\"ל לגבי הגשות חדשות לפוסט."
913
 
914
+ #: library/plugin-settings.php:1412
915
  msgid "Enable HTML Format"
916
+ msgstr "אפשר פורמט HTML"
917
 
918
+ #: library/plugin-settings.php:1414
919
  msgid "Check this box to enable HTML format for email alerts."
920
+ msgstr "סמן תיבה זו כדי לאפשר פורמט HTML להתראות דוא\"ל."
921
 
922
+ #: library/plugin-settings.php:1417
923
  msgid "Email Address for Alerts"
924
+ msgstr "כתובת דוא\"ל להתראות"
925
 
926
+ #: library/plugin-settings.php:1419
927
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
928
+ msgstr "אם סימנת את התיבה כדי לקבל התראות בדוא\"ל, ציין כאן את הכתובות שאליהן יש לשלוח את הדוא\"ל."
929
 
930
+ #: library/plugin-settings.php:1420
931
  msgid "Multiple recipients may be included using a comma, like so:"
932
+ msgstr "נמענים רבים יכולים להיכלל באמצעות פסיק, כך:"
933
 
934
+ #: library/plugin-settings.php:1423
935
  msgid "Email &ldquo;From&rdquo; Address"
936
+ msgstr "דוא\"ל & ldquo; מ- & rdquo; כתובת"
937
 
938
+ #: library/plugin-settings.php:1425
939
  msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
940
+ msgstr "כאן תוכל להתאים אישית את הכתובות המשמשות עבור & ldquo; מ- & rdquo; כותרת (ראה שאלות נפוצות על תוסף למידע). "
941
 
942
+ #: library/plugin-settings.php:1426
943
  msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
944
+ msgstr "אם מספר כתובות מוגדר בהגדרה הקודמת, כלול מספר שווה של & ldquo; מ- & rdquo; כתובות להגדרה זו (באותו סדר)."
945
 
946
+ #: library/plugin-settings.php:1429
947
  msgid "Email Alert Subject"
948
+ msgstr "נושא התראת דוא\"ל"
949
 
950
+ #: library/plugin-settings.php:1431
951
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
952
+ msgstr "שורת נושא להתראות דוא\"ל. השאר ריק כדי להשתמש בשורת הנושא המוגדרת כברירת מחדל. הערה: אתה יכול להשתמש במשתנים הבאים: "
953
 
954
+ #: library/plugin-settings.php:1436
955
  msgid "Email Alert Message"
956
  msgstr "הודעת התראה בדוא\"ל"
957
 
958
+ #: library/plugin-settings.php:1438
959
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
960
+ msgstr "הודעה להתראות דוא\"ל. השאר ריק כדי להשתמש בהודעת ברירת המחדל. הערה: אתה יכול להשתמש במשתנים הבאים: "
961
 
962
+ #: library/plugin-settings.php:1450
963
  msgid "Featured Image"
964
  msgstr "תמונה מצורפת"
965
 
966
+ #: library/plugin-settings.php:1452
967
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
968
+ msgstr "הגדר תמונות שהוגשו כתמונות מוצגות. נדרש תמיכה בעיצוב עבור תמונות מוצגות (המכילות גם תמונות ממוזערות)."
969
 
970
+ #: library/plugin-settings.php:1455
971
  msgid "Upload Message"
972
+ msgstr "העלה הודעה"
973
 
974
+ #: library/plugin-settings.php:1457
975
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
976
+ msgstr "הודעה המופיעה לצד שדה ההעלאה. שימושי לקביעת הנחיות / מדיניות / העלאה וכו '. סימון בסיסי מותר."
977
 
978
+ #: library/plugin-settings.php:1460
979
  msgid "&ldquo;Add another image&rdquo; link"
980
+ msgstr "& ldquo; הוסף תמונה נוספת & rdquo; קישור"
981
 
982
+ #: library/plugin-settings.php:1462
983
  msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
984
+ msgstr "סימון מותאם אישית עבור & ldquo; הוסף תמונה נוספת & rdquo; קישור. השאר ריק כדי להשתמש בסימון ברירת המחדל (מומלץ)."
985
 
986
+ #: library/plugin-settings.php:1465
987
  msgid "Minimum number of images"
988
+ msgstr "מספר מינימלי של תמונות"
989
 
990
+ #: library/plugin-settings.php:1468
991
  msgid "Specify the minimum number of images."
992
+ msgstr "ציין את מספר התמונות המינימלי."
993
 
994
+ #: library/plugin-settings.php:1472
995
  msgid "Maximum number of images"
996
  msgstr "המספר המרבי של תמונות"
997
 
998
+ #: library/plugin-settings.php:1475
999
  msgid "Specify the maximum number of images."
1000
  msgstr "ציין את המספר המרבי של תמונות."
1001
 
1002
+ #: library/plugin-settings.php:1479
1003
  msgid "Minimum image width"
1004
  msgstr "רוחב תמונה מינימלי"
1005
 
1006
+ #: library/plugin-settings.php:1481
1007
  msgid "Specify a minimum width (in pixels) for uploaded images."
1008
+ msgstr "ציין רוחב מינימלי (בפיקסלים) לתמונות שהועלו."
1009
 
1010
+ #: library/plugin-settings.php:1484
1011
  msgid "Minimum image height"
1012
  msgstr "גובה תמונה מינימלי"
1013
 
1014
+ #: library/plugin-settings.php:1486
1015
  msgid "Specify a minimum height (in pixels) for uploaded images."
1016
+ msgstr "ציין גובה מינימלי (בפיקסלים) לתמונות שהועלו."
1017
 
1018
+ #: library/plugin-settings.php:1489
1019
  msgid "Maximum image width"
1020
+ msgstr "רוחב תמונה מרבי"
1021
 
1022
+ #: library/plugin-settings.php:1491
1023
  msgid "Specify a maximum width (in pixels) for uploaded images."
1024
+ msgstr "ציין רוחב מקסימלי (בפיקסלים) לתמונות שהועלו."
1025
 
1026
+ #: library/plugin-settings.php:1494
1027
  msgid "Maximum image height"
1028
+ msgstr "גובה תמונה מקסימאלי"
1029
 
1030
+ #: library/plugin-settings.php:1496
1031
  msgid "Specify a maximum height (in pixels) for uploaded images."
1032
+ msgstr "ציין גובה מקסימלי (בפיקסלים) לתמונות שהועלו."
1033
 
1034
+ #: library/plugin-settings.php:1499
1035
  msgid "More Options"
1036
  msgstr "אפשרויות נוספות"
1037
 
1038
+ #: library/plugin-settings.php:1502
1039
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
1040
+ msgstr "לקבלת אפשרויות נוספות, כמו היכולת להעלות סוגי קבצים אחרים (כמו PDF, Word, Zip, קטעי וידאו, ועוד), עיין ב"
1041
 
1042
+ #: library/plugin-settings.php:1503
1043
  msgid "Go Pro!"
1044
  msgstr "להתמקצע!"
1045
 
1046
+ #: library/plugin-settings.php:1510
1047
  msgid "Auto-Display Content"
1048
+ msgstr "תצוגה אוטומטית של תוכן"
1049
 
1050
+ #: library/plugin-settings.php:1515
1051
  msgid "Auto-Display Images"
1052
+ msgstr "הצגה אוטומטית של תמונות"
1053
 
1054
+ #: library/plugin-settings.php:1517
1055
  msgid "Auto-display user-submitted images:"
1056
+ msgstr "הצגה אוטומטית של תמונות שהוגשו על ידי המשתמש:"
1057
 
1058
+ #: library/plugin-settings.php:1522
1059
  msgid "Image Markup"
1060
+ msgstr "סימון תמונות"
1061
 
1062
+ #: library/plugin-settings.php:1524
1063
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1064
+ msgstr "סימון לשימוש עבור כל תמונה שהוגשה (כאשר התצוגה אוטומטית מופעלת). יכול להשתמש"
1065
 
1066
+ #: library/plugin-settings.php:1526 library/plugin-settings.php:1539
1067
+ #: library/plugin-settings.php:1552 library/plugin-settings.php:1565
1068
  msgid "and"
1069
  msgstr "ו"
1070
 
1071
+ #: library/plugin-settings.php:1529
1072
  msgid "Auto-Display Email"
1073
+ msgstr "אימייל לתצוגה אוטומטית"
1074
 
1075
+ #: library/plugin-settings.php:1531
1076
  msgid "Auto-display user-submitted email:"
1077
+ msgstr "הצגה אוטומטית של דוא\"ל שהוגש על ידי המשתמש:"
1078
 
1079
+ #: library/plugin-settings.php:1536
1080
  msgid "Email Markup"
1081
  msgstr "סימון דוא\"ל"
1082
 
1083
+ #: library/plugin-settings.php:1538
1084
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1085
+ msgstr "סימון לשימוש עבור כתובת הדואר האלקטרוני שהוגשה (כאשר התצוגה אוטומטית מופעלת). יכול להשתמש"
1086
 
1087
+ #: library/plugin-settings.php:1542
1088
  msgid "Auto-Display URL"
1089
  msgstr "כתובת אתר לתצוגה אוטומטית"
1090
 
1091
+ #: library/plugin-settings.php:1544
1092
  msgid "Auto-display user-submitted URL:"
1093
+ msgstr "תצוגה אוטומטית של כתובת אתר שהוגשה על ידי המשתמש:"
1094
 
1095
+ #: library/plugin-settings.php:1549
1096
  msgid "URL Markup"
1097
+ msgstr "סימון כתובות אתרים"
1098
 
1099
+ #: library/plugin-settings.php:1551
1100
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1101
+ msgstr "סימון לשימוש עבור כתובת האתר שהוגשה (כאשר התצוגה אוטומטית מופעלת). יכול להשתמש"
1102
 
1103
+ #: library/plugin-settings.php:1555
1104
  msgid "Auto-Display Custom Field"
1105
+ msgstr "תצוגה אוטומטית של שדה מותאם אישית"
1106
 
1107
+ #: library/plugin-settings.php:1557
1108
  msgid "Auto-display user-submitted Custom Field:"
1109
+ msgstr "להציג שדה מותאם אישית שהוגש על ידי המשתמש באופן אוטומטי:"
1110
 
1111
+ #: library/plugin-settings.php:1562
1112
  msgid "Custom Field Markup"
1113
  msgstr "סימון שדה מותאם אישית"
1114
 
1115
+ #: library/plugin-settings.php:1564
1116
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1117
+ msgstr "סימון לשימוש בשדה המותאם אישית שהוגש (כאשר התצוגה אוטומטית מופעלת). יכול להשתמש"
1118
 
1119
+ #: library/plugin-settings.php:1570 library/plugin-settings.php:1682
1120
  msgid "Save Settings"
1121
  msgstr "שמור הגדרות"
1122
 
1123
+ #: library/plugin-settings.php:1575
1124
  msgid "Display the Form"
1125
+ msgstr "הצגת הטופס"
1126
 
1127
+ #: library/plugin-settings.php:1578
1128
  msgid "Post-Submit Form"
1129
+ msgstr "טופס הגשת הודעה לאחר מכן"
1130
 
1131
+ #: library/plugin-settings.php:1579
1132
  msgid "USP enables you to display a post-submission form anywhere on your site."
1133
+ msgstr "USP מאפשר לך להציג טופס הגשה לאחר הגשה בכל מקום באתר שלך."
1134
 
1135
+ #: library/plugin-settings.php:1580 library/plugin-settings.php:1589
1136
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1137
+ msgstr "השתמש בקוד הקיצור כדי להציג את הטופס בכל פוסט או עמוד WP:"
1138
 
1139
+ #: library/plugin-settings.php:1583 library/plugin-settings.php:1592
1140
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1141
  msgstr "לחלופין, השתמש בתג התבנית כדי להציג את הטופס בכל מקום בתבנית העיצוב שלך:"
1142
 
1143
+ #: library/plugin-settings.php:1587
1144
  msgid "Login/Register Form"
1145
+ msgstr "טופס כניסה / הרשמה"
1146
 
1147
+ #: library/plugin-settings.php:1588
1148
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1149
+ msgstr "ניתן גם להציג טופס המאפשר למשתמשים להתחבר, להירשם או לאפס את הסיסמה שלהם."
1150
 
1151
+ #: library/plugin-settings.php:1596
1152
  msgid "Display Submitted Posts"
1153
+ msgstr "הצגת פוסטים שהוגשו"
1154
 
1155
+ #: library/plugin-settings.php:1597
1156
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1157
+ msgstr "השתמש בקיצור זה כדי להציג רשימה של הודעות שנשלחו בכל פוסט או עמוד WP:"
1158
 
1159
+ #: library/plugin-settings.php:1600
1160
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1161
+ msgstr "לחלופין, השתמש בתג התבנית כדי להציג רשימה של פוסטים שהוגשו בכל מקום בתבנית העיצוב שלך:"
1162
 
1163
+ #: library/plugin-settings.php:1603
1164
  msgid "Here are some examples showing how to configure this shortcode:"
1165
+ msgstr "להלן כמה דוגמאות המראות כיצד לקבוע את התצורה של קיצור דרך זה:"
1166
 
1167
+ #: library/plugin-settings.php:1611
1168
  msgid "Display Image Gallery"
1169
+ msgstr "הצג גלריית תמונות"
1170
 
1171
+ #: library/plugin-settings.php:1612
1172
  msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
1173
+ msgstr "השתמש בקיצור זה כדי להציג גלריה של תמונות שהועלו עבור כל פוסט שנשלח:"
1174
 
1175
+ #: library/plugin-settings.php:1615
1176
  msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
1177
  msgstr "לחלופין, השתמש בתג התבנית כדי להציג גלריית תמונות בכל מקום בתבנית העיצוב שלך:"
1178
 
1179
+ #: library/plugin-settings.php:1618
1180
  msgid "You can customize using any of the follwing attributes:"
1181
+ msgstr "אתה יכול להתאים אישית באמצעות אחת מהתכונות העוקבות:"
1182
 
1183
+ #: library/plugin-settings.php:1633
1184
  msgid "Reset Form Button"
1185
+ msgstr "אפס כפתור טופס"
1186
 
1187
+ #: library/plugin-settings.php:1634
1188
  msgid "This shortcode displays a link that resets the form to its original state:"
1189
+ msgstr "קיצור דרך זה מציג קישור המאפס את הטופס למצב המקורי שלו:"
1190
 
1191
+ #: library/plugin-settings.php:1637
1192
  msgid "This shortcode accepts the following attributes:"
1193
+ msgstr "קיצור זה מקבל את התכונות הבאות:"
1194
 
1195
+ #: library/plugin-settings.php:1643
1196
  msgid "Note that the url attribute accepts"
1197
+ msgstr "שים לב שתכונת ה- url מקבלת"
1198
 
1199
+ #: library/plugin-settings.php:1643
1200
  msgid "to get the current URL."
1201
  msgstr "כדי לקבל את כתובת האתר הנוכחית."
1202
 
1203
+ #: library/plugin-settings.php:1646
1204
  msgid "Access Control"
1205
  msgstr "בקרת גישה"
1206
 
1207
+ #: library/plugin-settings.php:1647
1208
  msgid "USP provides three shortcodes to control access and restrict content."
1209
+ msgstr "USP מספקת שלושה קודי קיצור לבקרת גישה והגבלת תוכן."
1210
 
1211
+ #: library/plugin-settings.php:1648
1212
  msgid "Display content only to users with a specific capability:"
1213
  msgstr "הצג תוכן רק למשתמשים עם יכולת ספציפית:"
1214
 
1215
+ #: library/plugin-settings.php:1651
1216
  msgid "Display content to logged-in users:"
1217
+ msgstr "הצגת תוכן למשתמשים המחוברים:"
1218
 
1219
+ #: library/plugin-settings.php:1654
1220
  msgid "Display content to visitors only:"
1221
  msgstr "הצג תוכן למבקרים בלבד:"
1222
 
1223
+ #: library/plugin-settings.php:1657
1224
  msgid "Tip:"
1225
  msgstr "טיפ:"
1226
 
1227
+ #: library/plugin-settings.php:1657
1228
  msgid "to include markup in the deny message, you can use"
1229
+ msgstr "כדי לכלול סימון בהודעת הכחשה, באפשרותך להשתמש"
1230
 
1231
+ #: library/plugin-settings.php:1657
1232
  msgid "to output"
1233
+ msgstr "לפלט"
1234
 
1235
+ #: library/plugin-settings.php:1660
1236
  msgid "Example"
1237
  msgstr "דוגמא"
1238
 
1239
+ #: library/plugin-settings.php:1661
1240
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1241
+ msgstr "אם המשתמש מחובר, הצג את הטופס להגיש הודעה; או אם המשתמש אינו מחובר, הצג את טופס הכניסה:"
1242
 
1243
+ #: library/plugin-settings.php:1673
1244
  msgid "Restore Defaults"
1245
  msgstr "לשחזר את ברירות מחדל"
1246
 
1247
+ #: library/plugin-settings.php:1676
1248
  msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1249
+ msgstr "השאר אפשרות זו ללא זמינה כדי לזכור את ההגדרות שלך. לחלופין, כדי להמשיך ולשחזר את אפשרויות תוסף ברירת המחדל: סמן את התיבה, שמור את ההגדרות שלך ואז בטל / הפעל מחדש את התוסף."
1250
 
1251
+ #: library/plugin-settings.php:1680
1252
  msgid "Restore default options upon plugin deactivation/reactivation."
1253
+ msgstr "שחזר אפשרויות ברירת מחדל לאחר ביטול הפעלה / הפעלה מחדש של תוסף."
1254
 
1255
+ #: library/plugin-settings.php:1687
1256
  msgid "Show Support"
1257
  msgstr "הצג תמיכה"
1258
 
1259
+ #: library/plugin-settings.php:1696
1260
  msgid "by"
1261
  msgstr "על ידי"
1262
 
1263
+ #: library/plugin-settings.php:1697
1264
  msgid "Jeff Starr on Twitter"
1265
+ msgstr "ג'ף סטאר בטוויטר"
1266
 
1267
+ #: library/plugin-settings.php:1698
1268
  msgid "Obsessive Web Design &amp; Development"
1269
+ msgstr "עיצוב אובססיבי לאינטרנט & amp; התפתחות"
1270
 
1271
+ #: library/plugin-settings.php:1709
1272
  msgid "Save Preference"
1273
+ msgstr "שמור העדפה"
1274
 
1275
+ #: library/plugin-settings.php:1716
1276
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1277
+ msgstr "האם אתה בטוח שברצונך לשחזר את כל אפשרויות ברירת המחדל? (לא ניתן לבטל פעולה זו)"
1278
+
1279
+ #: library/support-panel.php:55
1280
+ msgid "Perishable Press Books"
1281
+ msgstr "ספרי עיתונות מתכלים"
1282
+
1283
+ #: library/support-panel.php:56
1284
+ msgid "Plugin Planet"
1285
+ msgstr "פלאגין פלאגין"
1286
+
1287
+ #: library/support-panel.php:57
1288
+ msgid "Donate via PayPal"
1289
+ msgstr "לתרום באמצעות PayPal"
1290
+
1291
+ #: library/support-panel.php:59
1292
+ msgid "books"
1293
+ msgstr "ספרים"
1294
+
1295
+ #: library/support-panel.php:60
1296
+ msgid "plugins"
1297
+ msgstr "תוספים"
1298
+
1299
+ #: library/support-panel.php:61
1300
+ msgid "donation"
1301
+ msgstr "תרומה"
1302
+
1303
+ #: library/support-panel.php:63
1304
+ msgid "Thank you for using"
1305
+ msgstr "תודה על השימוש"
1306
+
1307
+ #: library/support-panel.php:64
1308
+ msgid "Please show support by purchasing one of my"
1309
+ msgstr "אנא הראה תמיכה ברכישה של אחת שלי"
1310
+
1311
+ #: library/support-panel.php:65
1312
+ msgid "or"
1313
+ msgstr "או"
1314
+
1315
+ #: library/support-panel.php:65
1316
+ msgid "or by making a"
1317
+ msgstr "או על ידי ביצוע א"
1318
+
1319
+ #: library/support-panel.php:66
1320
+ msgid "Your generous support helps future development of"
1321
+ msgstr "התמיכה הנדיבה שלך עוזרת לפיתוח עתידי של"
1322
+
1323
+ #: library/support-panel.php:67
1324
+ msgid "and is greatly appreciated."
1325
+ msgstr "ומוערך מאוד."
1326
+
1327
+ #: library/support-panel.php:69
1328
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1329
+ msgstr "כל תרומה בגודל עוזרת לי להמשיך ולפתח את התוסף בחינם ומשאבי וורדפרס מדהימים אחרים."
1330
 
1331
  #. Description of the plugin
1332
  #:
1333
  msgid "Enables your visitors to submit posts and images from anywhere on your site."
1334
+ msgstr "מאפשר למבקרים שלך להגיש פוסטים ותמונות מכל מקום באתר שלך."
1335
 
1336
  #. URI of the plugin
1337
  #:
1341
  #. Author of the plugin
1342
  #:
1343
  msgid "Jeff Starr"
1344
+ msgstr "ג'ף סטאר"
1345
 
1346
  #. Author URI of the plugin
1347
  #:
languages/usp-hi_IN.mo CHANGED
Binary file
languages/usp-hi_IN.po CHANGED
@@ -4,282 +4,287 @@ msgstr ""
4
  "Content-Type: text/plain; charset=UTF-8\n"
5
  "Content-Transfer-Encoding: 8bit\n"
6
  "X-Generator: POEditor.com\n"
7
- "Project-Id-Version: USP 2018 Nov\n"
8
  "Language: hi\n"
9
 
10
  #. Name of the plugin
11
  #: user-submitted-posts.php:44 library/support-panel.php:5
12
  msgid "User Submitted Posts"
13
- msgstr "उपयोगकर्ता सबमिट किए गए पोस्ट"
14
 
15
- #: user-submitted-posts.php:81
16
  msgid "requires WordPress "
17
- msgstr "वर्डप्रेस की आवश्यकता है"
18
 
19
- #: user-submitted-posts.php:82
20
  msgid " or higher, and has been deactivated! "
21
- msgstr " या उच्च, और निष्क्रिय कर दिया गया है!"
22
 
23
- #: user-submitted-posts.php:83
24
  msgid "Please return to the"
25
  msgstr "कृपया वापस लौटें"
26
 
27
- #: user-submitted-posts.php:84
28
  msgid "WordPress Admin Area"
29
- msgstr "वर्डप्रेस व्यवस्थापक क्षेत्र"
30
 
31
- #: user-submitted-posts.php:85
32
  msgid "to upgrade WordPress and try again."
33
- msgstr "वर्डप्रेस अपग्रेड करने और पुनः प्रयास करने के लिए।"
34
 
35
- #: user-submitted-posts.php:125
36
  msgid "User Submitted Post"
37
- msgstr "उपयोगकर्ता सबमिट पोस्ट"
38
 
39
- #: user-submitted-posts.php:433
40
  msgid "User Submitted Post Info"
41
- msgstr "उपयोगकर्ता सबमिट की गई पोस्ट जानकारी"
42
 
43
- #: user-submitted-posts.php:463
44
  msgid "Submitter Name: "
45
- msgstr "सबमिटर नाम:"
46
 
47
- #: user-submitted-posts.php:464
48
  msgid "Submitter Email: "
49
- msgstr "सबमिटर ईमेल:"
50
 
51
- #: user-submitted-posts.php:465
52
  msgid "Submitter URL: "
53
- msgstr "सबमिटर यूआरएल:"
54
 
55
- #: user-submitted-posts.php:466
56
  msgid "Submitter IP: "
57
- msgstr "सबमिटर आईपी:"
58
 
59
- #: user-submitted-posts.php:517
60
  msgid "Show USP Posts"
61
  msgstr "यूएसपी पोस्ट दिखाएं"
62
 
63
- #: user-submitted-posts.php:518 library/plugin-settings.php:999
64
  msgid "USP"
65
  msgstr "खासियत"
66
 
67
- #: user-submitted-posts.php:1301
68
  msgid " files required"
69
- msgstr " फाइलों की आवश्यकता है"
70
 
71
- #: user-submitted-posts.php:1302
72
  msgid " file required"
73
- msgstr " फ़ाइल आवश्यक है"
74
 
75
- #: user-submitted-posts.php:1304
76
  msgid " files"
77
  msgstr " फ़ाइलें"
78
 
79
- #: user-submitted-posts.php:1305
80
  msgid " file"
81
  msgstr " फ़ाइल"
82
 
83
- #: user-submitted-posts.php:1307 user-submitted-posts.php:1308
84
- #: user-submitted-posts.php:1309 user-submitted-posts.php:1310
85
  msgid " pixels"
86
  msgstr " पिक्सल"
87
 
88
- #: user-submitted-posts.php:1312 library/core-functions.php:215
89
- #: library/plugin-settings.php:290 library/plugin-settings.php:309
90
- #: library/plugin-settings.php:711 library/plugin-settings.php:1243
91
  msgid "Custom Field"
92
  msgstr "कस्टम फील्ड"
93
 
94
- #: user-submitted-posts.php:1314
95
  msgid "Custom checkbox required"
96
- msgstr "कस्टम चेकबॉक्स की आवश्यकता है"
97
 
98
- #: user-submitted-posts.php:1317
99
  msgid "An error occurred. Please go back and try again."
100
  msgstr "एक त्रुटि पाई गई। कृपया पीछे जाएं और दोबारा कोशिश करें।"
101
 
102
- #: user-submitted-posts.php:1327
103
  msgid "User login required"
104
  msgstr "उपयोगकर्ता लॉगिन आवश्यक है"
105
 
106
- #: user-submitted-posts.php:1328
107
  msgid "User name required"
108
  msgstr "उपयोगकर्ता का नाम (आवश्यक"
109
 
110
- #: user-submitted-posts.php:1329
111
  msgid "Post title required"
112
  msgstr "पोस्ट शीर्षक आवश्यक है"
113
 
114
- #: user-submitted-posts.php:1330
115
  msgid "User URL required"
116
- msgstr "उपयोगकर्ता यूआरएल आवश्यक है"
117
 
118
- #: user-submitted-posts.php:1331
119
  msgid "Post tags required"
120
- msgstr "पोस्ट टैग आवश्यक है"
121
 
122
- #: user-submitted-posts.php:1332
123
  msgid "Post category required"
124
- msgstr "पोस्ट श्रेणी आवश्यक है"
125
 
126
- #: user-submitted-posts.php:1333
127
  msgid "Post content required"
128
- msgstr "पोस्ट सामग्री आवश्यक है"
129
 
130
- #: user-submitted-posts.php:1334 user-submitted-posts.php:1335
131
  msgid "Correct captcha required"
132
  msgstr "सही कैप्चा आवश्यक है"
133
 
134
- #: user-submitted-posts.php:1336
135
  msgid "User email required"
136
- msgstr "उपयोगकर्ता ईमेल आवश्यक है"
137
 
138
- #: user-submitted-posts.php:1337
139
  msgid "Please check your email and try again"
140
- msgstr "कृपया अपना ईमेल जांचें और पुनः प्रयास करें"
141
 
142
- #: user-submitted-posts.php:1338
143
  msgid "Non-empty value for hidden field"
144
- msgstr "छिपे हुए क्षेत्र के लिए खाली खाली मूल्य"
145
 
146
- #: user-submitted-posts.php:1339
147
  msgid "Minimum number of images not met"
148
- msgstr "छवियों की न्यूनतम संख्या से मुलाकात नहीं हुई"
149
 
150
- #: user-submitted-posts.php:1340
151
  msgid "Maximum number of images exceeded "
152
- msgstr "छवियों की अधिकतम संख्या पार हो गई"
153
 
154
- #: user-submitted-posts.php:1341
155
  msgid "Minimum image width not met"
156
  msgstr "न्यूनतम छवि चौड़ाई नहीं मिली"
157
 
158
- #: user-submitted-posts.php:1342
159
  msgid "Image width exceeds maximum"
160
- msgstr "छवि चौड़ाई अधिकतम से अधिक है"
161
 
162
- #: user-submitted-posts.php:1343
163
  msgid "Minimum image height not met"
164
  msgstr "न्यूनतम छवि ऊंचाई नहीं मिली"
165
 
166
- #: user-submitted-posts.php:1344
167
  msgid "Image height exceeds maximum"
168
- msgstr "छवि ऊंचाई अधिकतम से अधिक है"
169
 
170
- #: user-submitted-posts.php:1345
171
  msgid "File type not allowed (please upload images only)"
172
- msgstr "फ़ाइल प्रकार की अनुमति नहीं है (कृपया केवल छवियां अपलोड करें)"
173
 
174
- #: user-submitted-posts.php:1346
175
  msgid " required"
176
  msgstr " अपेक्षित"
177
 
178
- #: user-submitted-posts.php:1351
179
  msgid "File not uploaded. Please check the file and try again."
180
- msgstr "फ़ाइल अपलोड नहीं की गई। कृपया फ़ाइल की जांच करें और पुनः प्रयास करें।"
181
 
182
- #: user-submitted-posts.php:1355
183
  msgid "The file(s) could not be uploaded"
184
- msgstr "फ़ाइल अपलोड नहीं की जा सकी"
185
 
186
- #: user-submitted-posts.php:1357
187
  msgid "Post not created. Please contact the site administrator for help."
188
- msgstr "पोस्ट नहीं बनाया गया। सहायता के लिए कृपया साइट व्यवस्थापक से संपर्क करें।"
189
 
190
- #: user-submitted-posts.php:1358
191
  msgid "Duplicate post title. Please try again."
192
  msgstr "डुप्लिकेट पोस्ट शीर्षक। कृपया पुन: प्रयास करें।"
193
 
194
- #: user-submitted-posts.php:1368
195
  msgid "Error: "
196
- msgstr "त्रुटि:"
197
 
198
- #: user-submitted-posts.php:1394
199
  msgid "Return to form"
200
- msgstr "फॉर्म पर लौटें"
201
 
202
- #: user-submitted-posts.php:1424 library/plugin-settings.php:975
203
  msgid "Please"
204
  msgstr "कृप्या"
205
 
206
- #: user-submitted-posts.php:1425
207
  msgid "log in"
208
  msgstr "लॉग इन करें"
209
 
210
- #: user-submitted-posts.php:1426
211
  msgid "to submit content!"
212
  msgstr "सामग्री जमा करने के लिए!"
213
 
214
- #: views/submission-form.php:46 views/submission-form-alt.php:55
215
  msgid "Please complete the required fields."
216
- msgstr "कृपया आवश्यक फ़ील्ड भरें।"
217
 
218
- #: views/submission-form.php:56 views/submission-form.php:57
219
- #: views/submission-form-alt.php:61 views/submission-form-alt.php:62
220
  msgid "Your Name"
221
  msgstr "आपका नाम"
222
 
223
- #: views/submission-form.php:62 views/submission-form.php:63
224
- #: views/submission-form-alt.php:67 views/submission-form-alt.php:68
225
  msgid "Your URL"
226
- msgstr "आपका यूआरएल"
227
 
228
- #: views/submission-form.php:68 views/submission-form.php:69
229
- #: views/submission-form-alt.php:73 views/submission-form-alt.php:74
230
  msgid "Your Email"
231
  msgstr "तुम्हारा ईमेल"
232
 
233
- #: views/submission-form.php:74 views/submission-form.php:75
234
- #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
235
- #: library/plugin-settings.php:1036
236
  msgid "Post Title"
237
  msgstr "शीर्षक पोस्ट करें"
238
 
239
- #: views/submission-form.php:80 views/submission-form.php:81
240
- #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
241
- #: library/plugin-settings.php:1037
242
  msgid "Post Tags"
243
  msgstr "पोस्ट टैग"
244
 
245
- #: views/submission-form.php:93 views/submission-form-alt.php:98
246
  msgid "Antispam Question"
247
- msgstr "एंटीस्पाम प्रश्न"
248
 
249
- #: views/submission-form.php:98 views/submission-form-alt.php:103
250
- #: library/plugin-settings.php:1038
251
  msgid "Post Category"
252
  msgstr "पोस्ट श्रेणी"
253
 
254
- #: views/submission-form.php:100 views/submission-form-alt.php:105
 
255
  msgid "Please select a category.."
256
  msgstr "कृपया एक कैटेगरी चयनित करें.."
257
 
258
- #: views/submission-form.php:135 views/submission-form.php:136
259
- #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
260
- #: library/plugin-settings.php:1039
261
  msgid "Post Content"
262
  msgstr "पोस्ट सामग्री"
263
 
264
- #: views/submission-form.php:142 views/submission-form-alt.php:147
265
  msgid "Verification"
266
  msgstr "सत्यापन"
267
 
268
- #: views/submission-form.php:149 views/submission-form-alt.php:154
269
  msgid "Upload an Image"
270
  msgstr "एक छवि अपलोड करें"
271
 
272
- #: views/submission-form.php:158 views/submission-form-alt.php:163
273
  msgid "Add another image"
274
  msgstr "एक और छवि जोड़ें"
275
 
276
- #: views/submission-form.php:180 views/submission-form-alt.php:185
277
  msgid "Human verification: leave this field empty."
278
- msgstr "मानव सत्यापन: इस क्षेत्र को खाली छोड़ दें।"
279
 
280
- #: views/submission-form.php:204 views/submission-form-alt.php:209
281
  msgid "Submit Post"
282
- msgstr "पोस्ट जमा करें"
 
 
 
 
283
 
284
  #: library/shortcode-misc.php:18
285
  msgid "Reset form"
@@ -289,1036 +294,1044 @@ msgstr "प्रपत्र को रीसेट करें"
289
  msgid "View full post"
290
  msgstr "पूरी पोस्ट देखें"
291
 
292
- #: library/support-panel.php:52
293
- msgid "Perishable Press Books"
294
- msgstr "नाश करने योग्य प्रेस किताबें"
295
-
296
- #: library/support-panel.php:53
297
- msgid "Plugin Planet"
298
- msgstr "प्लगइन ग्रह"
299
-
300
- #: library/support-panel.php:54
301
- msgid "Donate via PayPal"
302
- msgstr "पेपैल के माध्यम से दान करें"
303
-
304
- #: library/support-panel.php:56
305
- msgid "books"
306
- msgstr "पुस्तकें"
307
-
308
- #: library/support-panel.php:57
309
- msgid "plugins"
310
- msgstr "प्लग-इन"
311
-
312
- #: library/support-panel.php:58
313
- msgid "donation"
314
- msgstr "दान"
315
-
316
- #: library/support-panel.php:60
317
- msgid "Thank you for using"
318
- msgstr "उपयोग करने के लिए आपका धन्यवाद"
319
-
320
- #: library/support-panel.php:61
321
- msgid "Please show support by purchasing one of my"
322
- msgstr "कृपया मेरा एक खरीदकर समर्थन दिखाएं"
323
-
324
- #: library/support-panel.php:62
325
- msgid "or"
326
- msgstr "या"
327
-
328
- #: library/support-panel.php:62
329
- msgid "or by making a"
330
- msgstr "या एक बनाकर"
331
-
332
- #: library/support-panel.php:63
333
- msgid "Your generous support helps future development of"
334
- msgstr "आपका उदार समर्थन भविष्य के विकास में मदद करता है"
335
-
336
- #: library/support-panel.php:64
337
- msgid "and is greatly appreciated."
338
- msgstr "और बहुत सराहना की है।"
339
-
340
- #: library/support-panel.php:66
341
- msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
342
- msgstr "किसी भी आकार का दान मुझे इस मुफ्त प्लगइन और अन्य भयानक वर्डप्रेस संसाधनों को विकसित करना जारी रखने में मदद करता है।"
343
-
344
- #: library/enqueue-scripts.php:83 library/enqueue-scripts.php:117
345
- msgid "Incorrect response."
346
- msgstr "गलत प्रतिक्रिया।"
347
 
348
- #: library/plugin-settings.php:32
349
  msgid "Get USP Pro for unlimited forms!"
350
  msgstr "असीमित रूपों के लिए यूएसपी प्रो प्राप्त करें!"
351
 
352
- #: library/plugin-settings.php:33
353
  msgid "Go Pro"
354
  msgstr "पेशेवर बनो"
355
 
356
- #: library/plugin-settings.php:37
357
- msgid "Settings"
358
- msgstr "सेटिंग्स"
359
-
360
- #: library/plugin-settings.php:55 library/plugin-settings.php:1007
361
- #: library/plugin-settings.php:1595
362
  msgid "Plugin Homepage"
363
  msgstr "प्लगइन होमपेज"
364
 
365
- #: library/plugin-settings.php:56
366
  msgid "Homepage"
367
  msgstr "मुखपृष्ठ"
368
 
369
- #: library/plugin-settings.php:61
370
  msgid "Give USP a 5-star rating at WordPress.org"
371
- msgstr "WordPress.org पर यूएसपी को 5-सितारा रेटिंग दें"
372
 
373
- #: library/plugin-settings.php:62
374
  msgid "Rate this plugin&nbsp;&raquo;"
375
- msgstr "इस प्लगइन को रेट करें & raquo;"
376
 
377
- #: library/plugin-settings.php:120
378
  msgid "WP Post (recommended)"
379
- msgstr "डब्ल्यूपी पोस्ट (अनुशंसित)"
380
 
381
- #: library/plugin-settings.php:124
382
  msgid "WP Page"
383
- msgstr "WP पृष्ठ"
384
 
385
- #: library/plugin-settings.php:140
386
  msgid "HTML5 Form + Default CSS"
387
- msgstr "एचटीएमएल 5 फॉर्म + डिफ़ॉल्ट सीएसएस"
388
 
389
- #: library/plugin-settings.php:140
390
  msgid "(Recommended)"
391
  msgstr "(सिफारिश की)"
392
 
393
- #: library/plugin-settings.php:144
394
  msgid "HTML5 Form + Disable CSS"
395
- msgstr "एचटीएमएल 5 फॉर्म + सीएसएस अक्षम करें"
396
 
397
- #: library/plugin-settings.php:144
398
  msgid "(Provide your own styles)"
399
- msgstr "(अपनी खुद की शैलियों प्रदान करें)"
400
 
401
- #: library/plugin-settings.php:148
402
  msgid "Custom Form + Custom CSS"
403
  msgstr "कस्टम फॉर्म + कस्टम सीएसएस"
404
 
405
- #: library/plugin-settings.php:148
406
  msgid "(Provide your own form template &amp; styles)"
407
- msgstr "(अपना खुद का फॉर्म टेम्पलेट और शैलियों प्रदान करें)"
408
 
409
- #: library/plugin-settings.php:164 library/plugin-settings.php:188
410
- #: library/plugin-settings.php:211 library/plugin-settings.php:235
411
  msgid "Auto-display before post content"
412
- msgstr "पोस्ट सामग्री से पहले ऑटो डिस्प्ले"
413
 
414
- #: library/plugin-settings.php:168 library/plugin-settings.php:192
415
- #: library/plugin-settings.php:215 library/plugin-settings.php:239
416
  msgid "Auto-display after post content"
417
  msgstr "पोस्ट सामग्री के बाद ऑटो-डिस्प्ले"
418
 
419
- #: library/plugin-settings.php:172
420
  msgid "Do not auto-display submitted images"
421
- msgstr "प्रस्तुत छवियों को ऑटो-डिस्प्ले न करें"
422
 
423
- #: library/plugin-settings.php:196
424
  msgid "Do not auto-display submitted email"
425
  msgstr "सबमिट किए गए ईमेल को ऑटो-डिस्प्ले न करें"
426
 
427
- #: library/plugin-settings.php:219
428
  msgid "Do not auto-display submitted URL"
429
- msgstr "सबमिट यूआरएल ऑटो-डिस्प्ले न करें"
430
 
431
- #: library/plugin-settings.php:243
432
  msgid "Do not auto-display the Custom Field"
433
  msgstr "कस्टम फ़ील्ड को ऑटो-डिस्प्ले न करें"
434
 
435
- #: library/plugin-settings.php:271 library/plugin-settings.php:303
436
- #: library/plugin-settings.php:336 library/plugin-settings.php:368
437
- msgid "Display and require"
438
- msgstr "प्रदर्शन और आवश्यकता है"
439
 
440
- #: library/plugin-settings.php:272 library/plugin-settings.php:304
441
- msgid "Display but do not require"
442
- msgstr "प्रदर्शन लेकिन आवश्यकता नहीं है"
443
 
444
- #: library/plugin-settings.php:273 library/plugin-settings.php:305
445
- #: library/plugin-settings.php:337 library/plugin-settings.php:369
446
  msgid "Disable this field"
447
- msgstr "इस क्षेत्र को अक्षम करें"
448
 
449
- #: library/plugin-settings.php:308 library/plugin-settings.php:340
450
- #: library/plugin-settings.php:372 library/plugin-settings.php:404
451
  msgid "(Visit"
452
  msgstr "(जाएँ"
453
 
454
- #: library/plugin-settings.php:309 library/plugin-settings.php:341
455
- #: library/plugin-settings.php:373 library/plugin-settings.php:405
456
  msgid "to configure options)"
457
  msgstr "विकल्प कॉन्फ़िगर करने के लिए)"
458
 
459
- #: library/plugin-settings.php:324 library/plugin-settings.php:341
460
- #: library/plugin-settings.php:1261 library/plugin-settings.php:1266
461
  msgid "Challenge Question"
462
  msgstr "चुनोती वाला सवाल"
463
 
464
- #: library/plugin-settings.php:356 library/plugin-settings.php:373
465
- #: library/plugin-settings.php:1283
466
  msgid "Google reCAPTCHA"
467
  msgstr "Google reCAPTCHA"
468
 
469
- #: library/plugin-settings.php:388
470
  msgid "Post Images"
471
  msgstr "पोस्ट छवियाँ"
472
 
473
- #: library/plugin-settings.php:400
474
- msgid "Display"
475
- msgstr "प्रदर्शन"
476
 
477
- #: library/plugin-settings.php:401
478
  msgid "Disable"
479
  msgstr "अक्षम"
480
 
481
- #: library/plugin-settings.php:405 library/plugin-settings.php:1344
482
  msgid "Image Uploads"
483
  msgstr "छवि अपलोड"
484
 
485
- #: library/plugin-settings.php:485
486
  msgid "Draft"
487
  msgstr "प्रारूप"
488
 
489
- #: library/plugin-settings.php:486
490
  msgid "Pending (default)"
491
  msgstr "लंबित (डिफ़ॉल्ट)"
492
 
493
- #: library/plugin-settings.php:487
494
  msgid "Publish immediately"
495
  msgstr "तुरंत प्रकाशित करें"
496
 
497
- #: library/plugin-settings.php:488
498
  msgid "Publish after 1 approved post"
499
- msgstr "1 अनुमोदित पोस्ट के बाद प्रकाशित करें"
500
 
501
- #: library/plugin-settings.php:489
502
  msgid "Publish after "
503
- msgstr "के बाद प्रकाशित करें"
504
 
505
- #: library/plugin-settings.php:489
506
  msgid " approved posts"
507
- msgstr " अनुमोदित पदों"
 
 
 
 
508
 
509
- #: library/plugin-settings.php:655
510
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
511
- msgstr "एक त्रुटि हुई। कृपया सुनिश्चित करें कि आपने एक शीर्षक जोड़ा है, कुछ सामग्री, और आपने केवल छवियां अपलोड की हैं।"
512
 
513
- #: library/plugin-settings.php:669
514
  msgid "Please select your image(s) to upload."
515
- msgstr "अपलोड करने के लिए कृपया अपनी छवि का चयन करें।"
516
 
517
- #: library/plugin-settings.php:675
518
  msgid "Success! Thank you for your submission."
519
  msgstr "सफलता! आपके निवेदन के लिए धन्यवाद।"
520
 
521
- #: library/plugin-settings.php:701
522
  msgid "Email"
523
  msgstr "ईमेल"
524
 
525
- #: library/plugin-settings.php:702
526
  msgid "URL"
527
  msgstr "यूआरएल"
528
 
529
- #: library/plugin-settings.php:962
530
  msgid "Toggle all panels"
531
  msgstr "सभी पैनलों को टॉगल करें"
532
 
533
- #: library/plugin-settings.php:971
534
  msgid "We need your support!"
535
  msgstr "हमें आपका समर्थन चाहिए!"
536
 
537
- #: library/plugin-settings.php:975
538
  msgid "Make a donation via PayPal"
539
- msgstr "पेपैल के माध्यम से दान करें"
540
 
541
- #: library/plugin-settings.php:975
542
  msgid "make a donation"
543
  msgstr "एक दान करें"
544
 
545
- #: library/plugin-settings.php:975
546
  msgid "and/or"
547
  msgstr "और / या"
548
 
549
- #: library/plugin-settings.php:976
550
  msgid "Rate and review at the Plugin Directory"
551
- msgstr "प्लगइन निर्देशिका पर रेट करें और समीक्षा करें"
552
 
553
- #: library/plugin-settings.php:977
554
  msgid "give this plugin a 5-star rating"
555
- msgstr "इस प्लगइन को 5 सितारा रेटिंग दें"
556
 
557
- #: library/plugin-settings.php:981
558
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
559
  msgstr "आपका उदार समर्थन इस मुफ्त प्लगइन के निरंतर विकास को सक्षम बनाता है। धन्यवाद!"
560
 
561
- #: library/plugin-settings.php:986
562
  msgid "Check this box if you have shown support"
563
- msgstr "यदि आपने समर्थन दिखाया है तो इस बॉक्स को चेक करें"
564
 
565
- #: library/plugin-settings.php:995
566
  msgid "Overview"
567
  msgstr "अवलोकन"
568
 
569
- #: library/plugin-settings.php:999
570
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
571
- msgstr "आपके आगंतुकों को पोस्ट सबमिट करने और आपकी साइट के फ्रंट-एंड से छवियों को अपलोड करने में सक्षम बनाता है।"
572
 
573
- #: library/plugin-settings.php:1000
574
  msgid "For advanced functionality and unlimited forms, check out"
575
- msgstr "उन्नत कार्यक्षमता और असीमित रूपों के लिए, जांचें"
576
 
577
- #: library/plugin-settings.php:1000 library/plugin-settings.php:1402
578
  msgid "USP Pro"
579
  msgstr "यूएसपी प्रो"
580
 
581
- #: library/plugin-settings.php:1001
582
  msgid "&mdash; the ultimate solution for user-generated content."
583
- msgstr "& Mdash; उपयोगकर्ता द्वारा जेनरेट की गई सामग्री के लिए अंतिम समाधान।"
584
 
585
- #: library/plugin-settings.php:1005 library/plugin-settings.php:1022
586
  msgid "Plugin Settings"
587
  msgstr "प्लगइन सेटिंग्स"
588
 
589
- #: library/plugin-settings.php:1006
590
  msgid "Display the form"
591
- msgstr "फॉर्म प्रदर्शित करें"
592
 
593
- #: library/plugin-settings.php:1010
594
  msgid "If you like this plugin, please"
595
- msgstr "अगर आपको यह प्लगइन पसंद है, तो कृपया"
596
 
597
- #: library/plugin-settings.php:1011
598
  msgid "THANK YOU for your support!"
599
  msgstr "आपके सहयोग के लिए धन्यवाद!"
600
 
601
- #: library/plugin-settings.php:1011
602
  msgid "give it a 5-star rating"
603
- msgstr "इसे 5 सितारा रेटिंग दें"
604
 
605
- #: library/plugin-settings.php:1015
606
  msgid "Unlimited front-end forms"
607
- msgstr "असीमित फ्रंट एंड फॉर्म"
608
 
609
- #: library/plugin-settings.php:1015
610
  msgid "Get USP Pro"
611
  msgstr "यूएसपी प्रो प्राप्त करें"
612
 
613
- #: library/plugin-settings.php:1025
614
  msgid "Configure your settings for User Submitted Posts."
615
- msgstr "उपयोगकर्ता सबमिट किए गए पोस्ट के लिए अपनी सेटिंग्स कॉन्फ़िगर करें।"
616
 
617
- #: library/plugin-settings.php:1027
618
  msgid "Form Fields"
619
- msgstr "फॉर्म फ़ील्ड"
620
 
621
- #: library/plugin-settings.php:1033
622
  msgid "User Name"
623
  msgstr "उपयोगकर्ता नाम"
624
 
625
- #: library/plugin-settings.php:1034
626
  msgid "User Email"
627
  msgstr "उपयोगकर्ता ईमेल"
628
 
629
- #: library/plugin-settings.php:1035
630
  msgid "User URL"
631
- msgstr "उपयोगकर्ता यूआरएल"
632
 
633
- #: library/plugin-settings.php:1050
634
  msgid "General Settings"
635
  msgstr "सामान्य सेटिंग्स"
636
 
637
- #: library/plugin-settings.php:1052
638
  msgid "Note that the default settings work fine for most cases."
639
- msgstr "ध्यान दें कि अधिकांश मामलों के लिए डिफ़ॉल्ट सेटिंग्स ठीक काम करती है।"
640
 
641
- #: library/plugin-settings.php:1057
642
  msgid "Form Style"
643
- msgstr "फॉर्म स्टाइल"
644
 
645
- #: library/plugin-settings.php:1062
646
  msgid "With this option, you can copy the plugin&rsquo;s default templates:"
647
- msgstr "इस विकल्प के साथ, आप प्लगइन & rsquo; डिफ़ॉल्ट टेम्पलेट्स की प्रतिलिपि बना सकते हैं:"
648
 
649
- #: library/plugin-settings.php:1067
650
  msgid "..and upload them into a directory named"
651
- msgstr "..और उन्हें नाम की एक निर्देशिका में अपलोड करें"
652
 
653
- #: library/plugin-settings.php:1067
654
  msgid "in your theme:"
655
- msgstr "आपकी थीम में:"
656
 
657
- #: library/plugin-settings.php:1073
658
  msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
659
- msgstr "इससे आपको इच्छित रूप में फॉर्म और शैलियों को कस्टमाइज़ करने में मदद मिलेगी। अधिक जानकारी के लिए, \"कस्टम सबमिशन फॉर्म\" अनुभाग देखें"
660
 
661
- #: library/plugin-settings.php:1074
662
  msgid "Installation Docs"
663
  msgstr "स्थापना डॉक्स"
664
 
665
- #: library/plugin-settings.php:1075
666
  msgid "FYI: here is a"
667
- msgstr "एफवाईआई: यहां एक है"
668
 
669
- #: library/plugin-settings.php:1075
670
  msgid "list of USP CSS selectors"
671
  msgstr "यूएसपी सीएसएस चयनकर्ताओं की सूची"
672
 
673
- #: library/plugin-settings.php:1081
674
  msgid "Include JavaScript"
675
  msgstr "जावास्क्रिप्ट शामिल करें"
676
 
677
- #: library/plugin-settings.php:1083
678
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
679
- msgstr "यदि आप बाहरी जावास्क्रिप्ट फ़ाइलों (अनुशंसित) को शामिल करना चाहते हैं तो इस बॉक्स को चेक करें।"
680
 
681
- #: library/plugin-settings.php:1086
682
  msgid "Targeted Loading"
683
  msgstr "लक्षित लोड हो रहा है"
684
 
685
- #: library/plugin-settings.php:1088
686
- msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
687
- msgstr "डिफ़ॉल्ट रूप से, बाहरी सीएसएस & amp; जावास्क्रिप्ट फाइलें प्रत्येक पृष्ठ पर लोड की जाती हैं। यहां आप केवल उस पृष्ठ पर संसाधन लोड करने के लिए यूएसपी फॉर्म का यूआरएल निर्दिष्ट कर सकते हैं। नोट: सभी पृष्ठों पर लोड करने के लिए खाली छोड़ दें।"
688
 
689
- #: library/plugin-settings.php:1091
690
  msgid "Post Type"
691
  msgstr "पद प्रकार"
692
 
693
- #: library/plugin-settings.php:1094
694
  msgid "Submit posts as WP Posts or Pages"
695
- msgstr "WP पोस्ट या पेज के रूप में पोस्ट जमा करें"
696
 
697
- #: library/plugin-settings.php:1098
698
  msgid "Post Status"
699
- msgstr "पोस्ट स्थिति"
700
 
701
- #: library/plugin-settings.php:1101
702
  msgid "Post Status for submitted posts"
703
- msgstr "जमा पदों के लिए पोस्ट स्थिति"
704
 
705
- #: library/plugin-settings.php:1105
706
  msgid "Redirect URL"
707
- msgstr "रीडायरेक्ट यूआरएल"
708
 
709
- #: library/plugin-settings.php:1107
710
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
711
- msgstr "पोस्ट-सबमिशन के बाद उपयोगकर्ता को रीडायरेक्ट करने के लिए एक यूआरएल निर्दिष्ट करें। वर्तमान पृष्ठ पर रीडायरेक्ट करने के लिए खाली छोड़ दें।"
712
 
713
- #: library/plugin-settings.php:1110
714
  msgid "Success Message"
715
- msgstr "सफलता संदेश"
716
 
717
- #: library/plugin-settings.php:1112
718
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
719
- msgstr "पोस्ट-सबमिशन सफल होने पर सफलता संदेश प्रदर्शित होता है। मूल मार्कअप की अनुमति है।"
720
 
721
- #: library/plugin-settings.php:1115
722
  msgid "Error Message"
723
  msgstr "त्रुटि संदेश"
724
 
725
- #: library/plugin-settings.php:1117
726
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
727
- msgstr "पोस्ट-सबमिशन विफल होने पर सामान्य त्रुटि संदेश प्रदर्शित होता है। मूल मार्कअप की अनुमति है।"
728
 
729
- #: library/plugin-settings.php:1120
730
  msgid "Custom Content"
731
  msgstr "प्रचलित सामग्री"
732
 
733
- #: library/plugin-settings.php:1122
734
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
735
- msgstr "सबमिशन फॉर्म से पहले कस्टम टेक्स्ट / मार्कअप शामिल किया जाना चाहिए। अक्षम करने के लिए खाली छोड़ दें।"
736
 
737
- #: library/plugin-settings.php:1125
738
  msgid "Rich Text Editor"
739
  msgstr "रिच टेक्स्ट एडिटर"
740
 
741
- #: library/plugin-settings.php:1127
742
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
743
- msgstr "यदि आप सबमिट की गई पोस्ट के लिए WP समृद्ध टेक्स्ट संपादन सक्षम करना चाहते हैं तो इस बॉक्स को चेक करें।"
744
 
745
- #: library/plugin-settings.php:1130
746
  msgid "Unique Titles"
747
- msgstr "अद्वितीय टाइटल"
748
 
749
- #: library/plugin-settings.php:1132
750
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
751
- msgstr "सबमिट किए गए पोस्ट शीर्षकों को अद्वितीय होने की आवश्यकता है (एकाधिक / डुप्लिकेट सबमिट की गई पोस्ट को रोकने के लिए उपयोगी)।"
752
 
753
- #: library/plugin-settings.php:1135
754
  msgid "Disable Required"
755
  msgstr "आवश्यक अक्षम करें"
756
 
757
- #: library/plugin-settings.php:1137
758
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
759
- msgstr "डिफ़ॉल्ट रूप फ़ील्ड पर सभी आवश्यक विशेषताओं को अक्षम करें (समस्या निवारण त्रुटि संदेशों के लिए उपयोगी)।"
760
 
761
- #: library/plugin-settings.php:1140
762
  msgid "Enable Shortcodes"
763
  msgstr "शॉर्टकोड सक्षम करें"
764
 
765
- #: library/plugin-settings.php:1142
766
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
767
- msgstr "विजेट में शॉर्टकोड सक्षम करें। डिफ़ॉल्ट रूप से, वर्डप्रेस विजेट्स में शॉर्टकोड सक्षम नहीं करता है।"
768
 
769
- #: library/plugin-settings.php:1143
770
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
771
- msgstr "यह सेटिंग विगेट्स में किसी भी / सभी शॉर्टकोड को सक्षम करती है (यहां तक ​​कि अन्य प्लगइन से शॉर्टकोड भी)।"
772
 
773
- #: library/plugin-settings.php:1148
774
- msgid "GDPR"
775
- msgstr "GDPR"
776
 
777
- #: library/plugin-settings.php:1153
778
  msgid "Disable IP Tracking"
779
- msgstr "आईपी ​​ट्रैकिंग अक्षम करें"
780
 
781
- #: library/plugin-settings.php:1155
782
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
783
- msgstr "डिफ़ॉल्ट रूप से यूएसपी प्रत्येक सबमिट की गई पोस्ट के साथ आईपी पता रिकॉर्ड करता है। सभी आईपी ट्रैकिंग को अक्षम करने के लिए इस बॉक्स को चेक करें।"
784
 
785
- #: library/plugin-settings.php:1159
786
  msgid "Display Checkbox"
787
- msgstr "प्रदर्शन चेकबॉक्स"
788
 
789
- #: library/plugin-settings.php:1161
790
  msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
791
- msgstr "अपने फॉर्म पर कस्टम चेकबॉक्स प्रदर्शित करें (जीडीपीआर के लिए उपयोगी, शर्तों से सहमत हैं, आदि)"
792
 
793
- #: library/plugin-settings.php:1164
794
  msgid "Checkbox Name"
795
- msgstr "चेकबॉक्स नाम"
796
 
797
- #: library/plugin-settings.php:1166 library/plugin-settings.php:1251
798
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
799
- msgstr "केवल अल्फान्यूमेरिक, अंडरस्कोर, और डैश का प्रयोग करें। यदि अनिश्चित है, तो डिफ़ॉल्ट नाम का उपयोग करें:"
800
 
801
- #: library/plugin-settings.php:1169
802
  msgid "Checkbox Error"
803
  msgstr "चेकबॉक्स त्रुटि"
804
 
805
- #: library/plugin-settings.php:1171
806
  msgid "Error message displayed if user does not check the box."
807
- msgstr "त्रुटि संदेश प्रदर्शित होता है यदि उपयोगकर्ता बॉक्स को चेक नहीं करता है।"
808
 
809
- #: library/plugin-settings.php:1174
810
  msgid "Checkbox Text"
811
- msgstr "चेकबॉक्स टेक्स्ट"
812
 
813
- #: library/plugin-settings.php:1176
814
  msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
815
- msgstr "चेकबॉक्स के बगल में प्रदर्शित पाठ। युक्ति: कोण कोण ब्रैकेट आउटपुट करने के लिए घुंघराले ब्रैकेट का उपयोग करें, उदाहरण के लिए:"
816
 
817
- #: library/plugin-settings.php:1181 library/plugin-settings.php:1186
818
  msgid "Categories"
819
  msgstr "श्रेणियाँ"
820
 
821
- #: library/plugin-settings.php:1189
822
- msgid "Select which categories may be assigned to submitted posts (click to toggle)"
823
- msgstr "सबमिट करें कि सबमिट की गई पोस्ट में कौन सी श्रेणियां असाइन की जा सकती हैं (टॉगल पर क्लिक करें)"
824
 
825
- #: library/plugin-settings.php:1197
 
 
 
 
 
 
 
 
826
  msgid "Hidden/Default Category"
827
  msgstr "छिपी / डिफ़ॉल्ट श्रेणी"
828
 
829
- #: library/plugin-settings.php:1199
830
- msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
831
- msgstr "पोस्ट श्रेणी के लिए एक छिपे हुए क्षेत्र का प्रयोग करें। श्रेणी फ़ील्ड अक्षम होने पर इसका उपयोग डिफ़ॉल्ट श्रेणी निर्दिष्ट करने के लिए किया जा सकता है।"
832
 
833
- #: library/plugin-settings.php:1202
834
  msgid "Category ID for Hidden Field"
835
- msgstr "छिपे हुए क्षेत्र के लिए श्रेणी आईडी"
836
 
837
- #: library/plugin-settings.php:1204
838
- msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
839
- msgstr "& Ldquo; छिपी / डिफ़ॉल्ट श्रेणी & rdquo; के लिए उपयोग करने के लिए श्रेणी की आईडी निर्दिष्ट करें; विकल्प।"
840
 
841
- #: library/plugin-settings.php:1209
842
  msgid "Users"
843
  msgstr "उपयोगकर्ता"
844
 
845
- #: library/plugin-settings.php:1214
846
  msgid "Assigned Author"
847
- msgstr "असाइन लेखक"
848
 
849
- #: library/plugin-settings.php:1217
850
  msgid "Specify the user that should be assigned as author for submitted posts."
851
- msgstr "उस उपयोगकर्ता को निर्दिष्ट करें जिसे सबमिट किए गए पदों के लिए लेखक के रूप में असाइन किया जाना चाहिए।"
852
 
853
- #: library/plugin-settings.php:1221
854
  msgid "Registered Username"
855
  msgstr "पंजीकृत उपयोगकर्ता नाम"
856
 
857
- #: library/plugin-settings.php:1223
858
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
859
- msgstr "पोस्ट यूजरनेम के रूप में पंजीकृत उपयोगकर्ता नाम का प्रयोग करें। मान्य जब वर्डप्रेस में फॉर्म जमा करने वाला व्यक्ति लॉग इन होता है।"
860
 
861
- #: library/plugin-settings.php:1226
862
  msgid "User Profile URL"
863
- msgstr "उपयोगकर्ता प्रोफाइल यूआरएल"
864
 
865
- #: library/plugin-settings.php:1228
866
  msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
867
- msgstr "यूआरएल फ़ील्ड के मूल्य के रूप में पंजीकृत यूजर & rsquo प्रोफाइल प्रोफाइल यूआरएल का प्रयोग करें। मान्य जब वर्डप्रेस में फॉर्म जमा करने वाला व्यक्ति लॉग इन होता है।"
868
 
869
- #: library/plugin-settings.php:1231
870
  msgid "Require User Login"
871
  msgstr "उपयोगकर्ता लॉगिन की आवश्यकता है"
872
 
873
- #: library/plugin-settings.php:1233
874
  msgid "Require users to be logged in to WordPress to view/submit the form"
875
- msgstr "फ़ॉर्म को देखने / सबमिट करने के लिए उपयोगकर्ताओं को वर्डप्रेस में लॉग इन करने की आवश्यकता है"
876
 
877
- #: library/plugin-settings.php:1236
878
  msgid "Disable Replace Author"
879
- msgstr "लेखक को बदलें अक्षम करें"
880
 
881
- #: library/plugin-settings.php:1238
882
  msgid "Do not replace post author with submitted user name"
883
- msgstr "सबमिट किए गए उपयोगकर्ता नाम के साथ पोस्ट लेखक को प्रतिस्थापित न करें"
884
 
885
- #: library/plugin-settings.php:1244
886
  msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
887
- msgstr "यहां आप कस्टम फ़ील्ड द्वारा उपयोग किए गए नाम और लेबल को बदल सकते हैं। आप उपरोक्त फॉर्म फ़ील्ड सेटिंग के माध्यम से इस फ़ील्ड को सक्षम कर सकते हैं।"
888
 
889
- #: library/plugin-settings.php:1249
890
  msgid "Custom Field Name"
891
  msgstr "कस्टम फ़ील्ड नाम"
892
 
893
- #: library/plugin-settings.php:1254
894
  msgid "Custom Field Label"
895
- msgstr "कस्टम फील्ड लेबल"
896
 
897
- #: library/plugin-settings.php:1256
898
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
899
- msgstr "इसे फॉर्म पर फ़ील्ड लेबल के रूप में प्रदर्शित किया जाएगा। डिफ़ॉल्ट: कस्टम फ़ील्ड"
900
 
901
- #: library/plugin-settings.php:1268
902
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
903
- msgstr "स्पैम को रोकने के लिए, एक प्रश्न दर्ज करें जिसे फ़ॉर्म को सबमिट करने से पहले उपयोगकर्ताओं को जवाब देना होगा।"
904
 
905
- #: library/plugin-settings.php:1271
906
  msgid "Challenge Response"
907
  msgstr "उत्तर को दावा करें"
908
 
909
- #: library/plugin-settings.php:1273
910
  msgid "Enter the *only* correct answer to the challenge question."
911
- msgstr "चुनौती प्रश्न के लिए * केवल * सही उत्तर दर्ज करें।"
912
 
913
- #: library/plugin-settings.php:1276
914
  msgid "Case-sensitivity"
915
  msgstr "मामले की संवेदनशीलता"
916
 
917
- #: library/plugin-settings.php:1278
918
  msgid "Check this box if you want the challenge response to be case-sensitive."
919
- msgstr "यदि आप चुनौती प्रतिक्रिया केस-संवेदी होने की इच्छा रखते हैं तो इस बॉक्स को चेक करें।"
920
 
921
- #: library/plugin-settings.php:1284
922
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
923
  msgstr "Google reCAPTCHA को सक्षम करने के लिए, अपनी सार्वजनिक और निजी कुंजी दर्ज करें।"
924
 
925
- #: library/plugin-settings.php:1289
926
  msgid "Public Key"
927
  msgstr "सार्वजनिक कुंजी"
928
 
929
- #: library/plugin-settings.php:1291
930
  msgid "Enter your Public Key"
931
  msgstr "अपनी सार्वजनिक कुंजी दर्ज करें"
932
 
933
- #: library/plugin-settings.php:1294
934
  msgid "Private Key"
935
  msgstr "निजी चाबी"
936
 
937
- #: library/plugin-settings.php:1296
938
  msgid "Enter your Private Key"
939
  msgstr "अपनी निजी कुंजी दर्ज करें"
940
 
941
- #: library/plugin-settings.php:1301
942
  msgid "Email Alerts"
943
  msgstr "ईमेल अलर्ट"
944
 
945
- #: library/plugin-settings.php:1306
946
  msgid "Receive Email Alert"
947
  msgstr "ईमेल अलर्ट प्राप्त करें"
948
 
949
- #: library/plugin-settings.php:1308
950
  msgid "Check this box if you want to be notified via email for new post submissions."
951
- msgstr "यदि आप नए पोस्ट सबमिशन के लिए ईमेल के माध्यम से अधिसूचित होना चाहते हैं तो इस बॉक्स को चेक करें।"
952
 
953
- #: library/plugin-settings.php:1311
954
  msgid "Enable HTML Format"
955
- msgstr "एचटीएमएल प्रारूप सक्षम करें"
956
 
957
- #: library/plugin-settings.php:1313
958
  msgid "Check this box to enable HTML format for email alerts."
959
- msgstr "ईमेल अलर्ट के लिए HTML प्रारूप सक्षम करने के लिए इस बॉक्स को चेक करें।"
960
 
961
- #: library/plugin-settings.php:1316
962
  msgid "Email Address for Alerts"
963
  msgstr "अलर्ट के लिए ईमेल पता"
964
 
965
- #: library/plugin-settings.php:1318
966
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
967
- msgstr "यदि आपने ईमेल अलर्ट प्राप्त करने के लिए बॉक्स चेक किया है, तो यहां पता (एस) इंगित करें जिसमें ईमेल भेजे जाने चाहिए।"
968
 
969
- #: library/plugin-settings.php:1319
970
  msgid "Multiple recipients may be included using a comma, like so:"
971
- msgstr "एकाधिक प्राप्तकर्ताओं को अल्पविराम का उपयोग करके शामिल किया जा सकता है, जैसे:"
972
 
973
- #: library/plugin-settings.php:1322
974
  msgid "Email &ldquo;From&rdquo; Address"
975
  msgstr "ईमेल & ldquo; से & rdquo; पता"
976
 
977
- #: library/plugin-settings.php:1324
978
  msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
979
- msgstr "यहां आप & ldquo; से & rdquo; के लिए उपयोग किए गए पते (es) को कस्टमाइज़ कर सकते हैं; हेडर (प्लगइन देखें जानकारी के लिए अक्सर पूछे जाने वाले प्रश्न)।"
980
 
981
- #: library/plugin-settings.php:1325
982
  msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
983
- msgstr "यदि पिछली सेटिंग में एकाधिक पते निर्दिष्ट किए गए हैं, तो & lququo से समान संख्या शामिल करें; & rdquo; इस सेटिंग के लिए पते (उसी क्रम में)।"
984
 
985
- #: library/plugin-settings.php:1328
986
  msgid "Email Alert Subject"
987
  msgstr "ईमेल अलर्ट विषय"
988
 
989
- #: library/plugin-settings.php:1330
990
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
991
- msgstr "ईमेल अलर्ट के लिए विषय पंक्ति। डिफ़ॉल्ट विषय पंक्ति का उपयोग करने के लिए खाली छोड़ दें। नोट: आप निम्न चर का उपयोग कर सकते हैं:"
992
 
993
- #: library/plugin-settings.php:1335
994
  msgid "Email Alert Message"
995
  msgstr "ईमेल अलर्ट संदेश"
996
 
997
- #: library/plugin-settings.php:1337
998
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
999
- msgstr "ईमेल अलर्ट के लिए संदेश। डिफ़ॉल्ट संदेश का उपयोग करने के लिए खाली छोड़ दें। नोट: आप निम्न चर का उपयोग कर सकते हैं:"
1000
 
1001
- #: library/plugin-settings.php:1349
1002
  msgid "Featured Image"
1003
  msgstr "निरूपित चित्र"
1004
 
1005
- #: library/plugin-settings.php:1351
1006
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
1007
- msgstr "प्रस्तुत छवियों को फीचर्ड छवियों के रूप में सेट करें। फीचर्ड छवियों (उर्फ पोस्ट थंबनेल) के लिए थीम समर्थन की आवश्यकता है।"
1008
 
1009
- #: library/plugin-settings.php:1354
1010
  msgid "Upload Message"
1011
  msgstr "संदेश अपलोड करें"
1012
 
1013
- #: library/plugin-settings.php:1356
1014
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
1015
- msgstr "संदेश जो अपलोड फ़ील्ड के बगल में दिखाई देता है। अपने अपलोड दिशानिर्देश / नीति / आदि बताते हुए उपयोगी। मूल मार्कअप की अनुमति है।"
1016
 
1017
- #: library/plugin-settings.php:1359
1018
  msgid "&ldquo;Add another image&rdquo; link"
1019
  msgstr "& ldquo; एक और छवि जोड़ें & rdquo; संपर्क"
1020
 
1021
- #: library/plugin-settings.php:1361
1022
  msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
1023
  msgstr "& Ldquo के लिए कस्टम मार्कअप; एक और छवि जोड़ें & rdquo; संपर्क। डिफ़ॉल्ट मार्कअप (अनुशंसित) का उपयोग करने के लिए खाली छोड़ दें।"
1024
 
1025
- #: library/plugin-settings.php:1364
1026
  msgid "Minimum number of images"
1027
  msgstr "छवियों की न्यूनतम संख्या"
1028
 
1029
- #: library/plugin-settings.php:1367
1030
  msgid "Specify the minimum number of images."
1031
  msgstr "छवियों की न्यूनतम संख्या निर्दिष्ट करें।"
1032
 
1033
- #: library/plugin-settings.php:1371
1034
  msgid "Maximum number of images"
1035
  msgstr "छवियों की अधिकतम संख्या"
1036
 
1037
- #: library/plugin-settings.php:1374
1038
  msgid "Specify the maximum number of images."
1039
  msgstr "छवियों की अधिकतम संख्या निर्दिष्ट करें।"
1040
 
1041
- #: library/plugin-settings.php:1378
1042
  msgid "Minimum image width"
1043
  msgstr "न्यूनतम छवि चौड़ाई"
1044
 
1045
- #: library/plugin-settings.php:1380
1046
  msgid "Specify a minimum width (in pixels) for uploaded images."
1047
- msgstr "अपलोड की गई छवियों के लिए न्यूनतम चौड़ाई (पिक्सेल में) निर्दिष्ट करें।"
1048
 
1049
- #: library/plugin-settings.php:1383
1050
  msgid "Minimum image height"
1051
  msgstr "न्यूनतम छवि ऊंचाई"
1052
 
1053
- #: library/plugin-settings.php:1385
1054
  msgid "Specify a minimum height (in pixels) for uploaded images."
1055
- msgstr "अपलोड की गई छवियों के लिए न्यूनतम ऊंचाई (पिक्सेल में) निर्दिष्ट करें।"
1056
 
1057
- #: library/plugin-settings.php:1388
1058
  msgid "Maximum image width"
1059
  msgstr "अधिकतम छवि चौड़ाई"
1060
 
1061
- #: library/plugin-settings.php:1390
1062
  msgid "Specify a maximum width (in pixels) for uploaded images."
1063
  msgstr "अपलोड की गई छवियों के लिए अधिकतम चौड़ाई (पिक्सेल में) निर्दिष्ट करें।"
1064
 
1065
- #: library/plugin-settings.php:1393
1066
  msgid "Maximum image height"
1067
  msgstr "अधिकतम छवि ऊंचाई"
1068
 
1069
- #: library/plugin-settings.php:1395
1070
  msgid "Specify a maximum height (in pixels) for uploaded images."
1071
- msgstr "अपलोड की गई छवियों के लिए अधिकतम ऊंचाई (पिक्सेल में) निर्दिष्ट करें।"
1072
 
1073
- #: library/plugin-settings.php:1398
1074
  msgid "More Options"
1075
  msgstr "अधिक विकल्प"
1076
 
1077
- #: library/plugin-settings.php:1401
1078
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
1079
- msgstr "अधिक विकल्पों के लिए, जैसे कि अन्य फ़ाइल प्रकारों को अपलोड करने की क्षमता (जैसे पीडीएफ, वर्ड, ज़िप, वीडियो, आदि), चेक आउट करें"
1080
 
1081
- #: library/plugin-settings.php:1402
1082
  msgid "Go Pro!"
1083
  msgstr "पेशेवर बनो!"
1084
 
1085
- #: library/plugin-settings.php:1409
1086
  msgid "Auto-Display Content"
1087
- msgstr "ऑटो-डिस्प्ले सामग्री"
1088
 
1089
- #: library/plugin-settings.php:1414
1090
  msgid "Auto-Display Images"
1091
- msgstr "ऑटो-डिस्प्ले छवियां"
1092
 
1093
- #: library/plugin-settings.php:1416
1094
  msgid "Auto-display user-submitted images:"
1095
- msgstr "ऑटो-डिस्प्ले उपयोगकर्ता द्वारा सबमिट की गई छवियां:"
1096
 
1097
- #: library/plugin-settings.php:1421
1098
  msgid "Image Markup"
1099
  msgstr "छवि मार्कअप"
1100
 
1101
- #: library/plugin-settings.php:1423
1102
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1103
- msgstr "प्रत्येक सबमिट की गई छवि के लिए उपयोग करने के लिए मार्कअप (जब ऑटो-डिस्प्ले सक्षम होता है)। इस्तेमाल कर सकते हैं"
1104
 
1105
- #: library/plugin-settings.php:1425 library/plugin-settings.php:1438
1106
- #: library/plugin-settings.php:1451 library/plugin-settings.php:1464
1107
  msgid "and"
1108
  msgstr "तथा"
1109
 
1110
- #: library/plugin-settings.php:1428
1111
  msgid "Auto-Display Email"
1112
  msgstr "ऑटो-डिस्प्ले ईमेल"
1113
 
1114
- #: library/plugin-settings.php:1430
1115
  msgid "Auto-display user-submitted email:"
1116
- msgstr "ऑटो-डिस्प्ले उपयोगकर्ता द्वारा सबमिट ईमेल:"
1117
 
1118
- #: library/plugin-settings.php:1435
1119
  msgid "Email Markup"
1120
  msgstr "ईमेल मार्कअप"
1121
 
1122
- #: library/plugin-settings.php:1437
1123
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1124
- msgstr "सबमिट किए गए ईमेल पते के लिए उपयोग करने के लिए मार्कअप (जब ऑटो-डिस्प्ले सक्षम है)। इस्तेमाल कर सकते हैं"
1125
 
1126
- #: library/plugin-settings.php:1441
1127
  msgid "Auto-Display URL"
1128
- msgstr "ऑटो-प्रदर्शन यूआरएल"
1129
 
1130
- #: library/plugin-settings.php:1443
1131
  msgid "Auto-display user-submitted URL:"
1132
- msgstr "ऑटो-डिस्प्ले उपयोगकर्ता द्वारा सबमिट यूआरएल:"
1133
 
1134
- #: library/plugin-settings.php:1448
1135
  msgid "URL Markup"
1136
- msgstr "यूआरएल मार्कअप"
1137
 
1138
- #: library/plugin-settings.php:1450
1139
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1140
- msgstr "सबमिट किए गए यूआरएल के लिए उपयोग करने के लिए मार्कअप (जब ऑटो-डिस्प्ले सक्षम है)। इस्तेमाल कर सकते हैं"
1141
 
1142
- #: library/plugin-settings.php:1454
1143
  msgid "Auto-Display Custom Field"
1144
  msgstr "ऑटो-डिस्प्ले कस्टम फ़ील्ड"
1145
 
1146
- #: library/plugin-settings.php:1456
1147
  msgid "Auto-display user-submitted Custom Field:"
1148
- msgstr "ऑटो-डिस्प्ले उपयोगकर्ता द्वारा सबमिट कस्टम फ़ील्ड:"
1149
 
1150
- #: library/plugin-settings.php:1461
1151
  msgid "Custom Field Markup"
1152
- msgstr "कस्टम फील्ड मार्कअप"
1153
 
1154
- #: library/plugin-settings.php:1463
1155
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1156
- msgstr "सबमिट किए गए कस्टम फ़ील्ड के लिए उपयोग करने के लिए मार्कअप (जब ऑटो-डिस्प्ले सक्षम है)। इस्तेमाल कर सकते हैं"
1157
 
1158
- #: library/plugin-settings.php:1469 library/plugin-settings.php:1581
1159
  msgid "Save Settings"
1160
  msgstr "समायोजन बचाओ"
1161
 
1162
- #: library/plugin-settings.php:1474
1163
  msgid "Display the Form"
1164
  msgstr "फॉर्म प्रदर्शित करें"
1165
 
1166
- #: library/plugin-settings.php:1477
1167
  msgid "Post-Submit Form"
1168
- msgstr "पोस्ट सबमिट सबमिट करें"
1169
 
1170
- #: library/plugin-settings.php:1478
1171
  msgid "USP enables you to display a post-submission form anywhere on your site."
1172
  msgstr "यूएसपी आपको अपनी साइट पर कहीं भी पोस्ट-सबमिशन फॉर्म प्रदर्शित करने में सक्षम बनाता है।"
1173
 
1174
- #: library/plugin-settings.php:1479 library/plugin-settings.php:1488
1175
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1176
- msgstr "किसी भी WP पोस्ट या पेज पर फॉर्म प्रदर्शित करने के लिए शोर्ट का उपयोग करें:"
1177
 
1178
- #: library/plugin-settings.php:1482 library/plugin-settings.php:1491
1179
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1180
- msgstr "या, अपने थीम टेम्पलेट में कहीं भी फॉर्म प्रदर्शित करने के लिए टेम्पलेट टैग का उपयोग करें:"
1181
 
1182
- #: library/plugin-settings.php:1486
1183
  msgid "Login/Register Form"
1184
- msgstr "लॉगिन / रजिस्टर फॉर्म"
1185
 
1186
- #: library/plugin-settings.php:1487
1187
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1188
- msgstr "आप एक ऐसा फॉर्म भी प्रदर्शित कर सकते हैं जो उपयोगकर्ताओं को लॉग इन, रजिस्टर या रीसेट करने में सक्षम बनाता है।"
1189
 
1190
- #: library/plugin-settings.php:1495
1191
  msgid "Display Submitted Posts"
1192
- msgstr "सबमिट किए गए पोस्ट प्रदर्शित करें"
1193
 
1194
- #: library/plugin-settings.php:1496
1195
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1196
- msgstr "किसी भी WP पोस्ट या पृष्ठ पर सबमिट की गई पोस्ट की एक सूची प्रदर्शित करने के लिए इस शोर्ट का उपयोग करें:"
1197
 
1198
- #: library/plugin-settings.php:1499
1199
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1200
- msgstr "या, अपने थीम टेम्पलेट में कहीं भी सबमिट की गई पोस्ट की एक सूची प्रदर्शित करने के लिए टेम्पलेट टैग का उपयोग करें:"
1201
 
1202
- #: library/plugin-settings.php:1502
1203
  msgid "Here are some examples showing how to configure this shortcode:"
1204
- msgstr "यहां कुछ उदाहरण दिए गए हैं जो इस शोर्ट को कॉन्फ़िगर कैसे करें:"
1205
 
1206
- #: library/plugin-settings.php:1510
1207
  msgid "Display Image Gallery"
1208
- msgstr "प्रदर्शन छवि गैलरी"
1209
 
1210
- #: library/plugin-settings.php:1511
1211
  msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
1212
- msgstr "प्रत्येक सबमिट किए गए पोस्ट के लिए अपलोड की गई छवियों की एक गैलरी प्रदर्शित करने के लिए इस शोर्ट का उपयोग करें:"
1213
 
1214
- #: library/plugin-settings.php:1514
1215
  msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
1216
- msgstr "या, अपने थीम टेम्पलेट में कहीं भी एक छवि गैलरी प्रदर्शित करने के लिए टेम्पलेट टैग का उपयोग करें:"
1217
 
1218
- #: library/plugin-settings.php:1517
1219
  msgid "You can customize using any of the follwing attributes:"
1220
- msgstr "आप किसी भी follwing विशेषताओं का उपयोग कर अनुकूलित कर सकते हैं:"
1221
 
1222
- #: library/plugin-settings.php:1532
1223
  msgid "Reset Form Button"
1224
- msgstr "फॉर्म बटन रीसेट करें"
1225
 
1226
- #: library/plugin-settings.php:1533
1227
  msgid "This shortcode displays a link that resets the form to its original state:"
1228
- msgstr "यह शोर्ट एक लिंक प्रदर्शित करता है जो फ़ॉर्म को मूल स्थिति में रीसेट करता है:"
1229
 
1230
- #: library/plugin-settings.php:1536
1231
  msgid "This shortcode accepts the following attributes:"
1232
  msgstr "यह शोर्ट निम्नलिखित विशेषताओं को स्वीकार करता है:"
1233
 
1234
- #: library/plugin-settings.php:1542
1235
  msgid "Note that the url attribute accepts"
1236
- msgstr "ध्यान दें कि यूआरएल विशेषता स्वीकार करता है"
1237
 
1238
- #: library/plugin-settings.php:1542
1239
  msgid "to get the current URL."
1240
- msgstr "वर्तमान यूआरएल पाने के लिए।"
1241
 
1242
- #: library/plugin-settings.php:1545
1243
  msgid "Access Control"
1244
  msgstr "पहुँच नियंत्रण"
1245
 
1246
- #: library/plugin-settings.php:1546
1247
  msgid "USP provides three shortcodes to control access and restrict content."
1248
- msgstr "यूएसपी एक्सेस को नियंत्रित करने और सामग्री को प्रतिबंधित करने के लिए तीन शॉर्टकोड प्रदान करता है।"
1249
 
1250
- #: library/plugin-settings.php:1547
1251
  msgid "Display content only to users with a specific capability:"
1252
- msgstr "केवल विशिष्ट क्षमता वाले उपयोगकर्ताओं को सामग्री प्रदर्शित करें:"
1253
 
1254
- #: library/plugin-settings.php:1550
1255
  msgid "Display content to logged-in users:"
1256
- msgstr "लॉग-इन उपयोगकर्ताओं को सामग्री प्रदर्शित करें:"
1257
 
1258
- #: library/plugin-settings.php:1553
1259
  msgid "Display content to visitors only:"
1260
- msgstr "केवल आगंतुकों को सामग्री प्रदर्शित करें:"
1261
 
1262
- #: library/plugin-settings.php:1556
1263
  msgid "Tip:"
1264
  msgstr "सुझाव:"
1265
 
1266
- #: library/plugin-settings.php:1556
1267
  msgid "to include markup in the deny message, you can use"
1268
- msgstr "इनकार संदेश में मार्कअप शामिल करने के लिए, आप इसका उपयोग कर सकते हैं"
1269
 
1270
- #: library/plugin-settings.php:1556
1271
  msgid "to output"
1272
  msgstr "उत्पादन करने के लिए"
1273
 
1274
- #: library/plugin-settings.php:1559
1275
  msgid "Example"
1276
  msgstr "उदाहरण"
1277
 
1278
- #: library/plugin-settings.php:1560
1279
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1280
- msgstr "यदि उपयोगकर्ता लॉग इन है, तो सबमिट सबमिट फॉर्म प्रदर्शित करें; या यदि उपयोगकर्ता लॉग इन नहीं है, तो लॉगिन फॉर्म प्रदर्शित करें:"
1281
 
1282
- #: library/plugin-settings.php:1572
1283
  msgid "Restore Defaults"
1284
  msgstr "डिफॉल्ट्स का पुनःस्थापन"
1285
 
1286
- #: library/plugin-settings.php:1575
1287
  msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1288
- msgstr "अपनी सेटिंग्स को याद रखने के लिए इस विकल्प को अक्षम कर दें। या, आगे बढ़ने और डिफ़ॉल्ट प्लगइन विकल्पों को पुनर्स्थापित करने के लिए: बॉक्स को चेक करें, अपनी सेटिंग्स सहेजें, और फिर प्लगइन को निष्क्रिय / पुनः सक्रिय करें।"
1289
 
1290
- #: library/plugin-settings.php:1579
1291
  msgid "Restore default options upon plugin deactivation/reactivation."
1292
- msgstr "प्लगइन निष्क्रियता / पुनर्सक्रियण पर डिफ़ॉल्ट विकल्प पुनर्स्थापित करें।"
1293
 
1294
- #: library/plugin-settings.php:1586
1295
  msgid "Show Support"
1296
  msgstr "समर्थन दिखाएं"
1297
 
1298
- #: library/plugin-settings.php:1595
1299
  msgid "by"
1300
  msgstr "द्वारा"
1301
 
1302
- #: library/plugin-settings.php:1596
1303
  msgid "Jeff Starr on Twitter"
1304
  msgstr "ट्विटर पर जेफ स्टार"
1305
 
1306
- #: library/plugin-settings.php:1597
1307
  msgid "Obsessive Web Design &amp; Development"
1308
- msgstr "प्रेरक वेब डिजाइन & amp; विकास"
1309
 
1310
- #: library/plugin-settings.php:1608
1311
  msgid "Save Preference"
1312
- msgstr "वरीयता बचाओ"
1313
 
1314
- #: library/plugin-settings.php:1615
1315
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1316
  msgstr "क्या आप वाकई सभी डिफ़ॉल्ट विकल्पों को पुनर्स्थापित करना चाहते हैं? (यह कार्य दोबारा से नहीं हो सकता)"
1317
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1318
  #. Description of the plugin
1319
  #:
1320
  msgid "Enables your visitors to submit posts and images from anywhere on your site."
1321
- msgstr "आपकी साइट पर कहीं से भी पोस्ट और छवियां सबमिट करने के लिए अपने आगंतुकों को सक्षम बनाता है।"
1322
 
1323
  #. URI of the plugin
1324
  #:
4
  "Content-Type: text/plain; charset=UTF-8\n"
5
  "Content-Transfer-Encoding: 8bit\n"
6
  "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20190825\n"
8
  "Language: hi\n"
9
 
10
  #. Name of the plugin
11
  #: user-submitted-posts.php:44 library/support-panel.php:5
12
  msgid "User Submitted Posts"
13
+ msgstr "उपयोगकर्ता प्रस्तुत पोस्ट"
14
 
15
+ #: user-submitted-posts.php:82
16
  msgid "requires WordPress "
17
+ msgstr "WordPress की आवश्यकता है "
18
 
19
+ #: user-submitted-posts.php:83
20
  msgid " or higher, and has been deactivated! "
21
+ msgstr " या उच्चतर, और निष्क्रिय कर दिया गया है! "
22
 
23
+ #: user-submitted-posts.php:84
24
  msgid "Please return to the"
25
  msgstr "कृपया वापस लौटें"
26
 
27
+ #: user-submitted-posts.php:85
28
  msgid "WordPress Admin Area"
29
+ msgstr "WordPress व्यवस्थापक क्षेत्र"
30
 
31
+ #: user-submitted-posts.php:86
32
  msgid "to upgrade WordPress and try again."
33
+ msgstr "वर्डप्रेस को अपग्रेड करने और फिर से प्रयास करने के लिए।"
34
 
35
+ #: user-submitted-posts.php:126
36
  msgid "User Submitted Post"
37
+ msgstr "उपयोगकर्ता प्रस्तुत पोस्ट"
38
 
39
+ #: user-submitted-posts.php:467
40
  msgid "User Submitted Post Info"
41
+ msgstr "उपयोगकर्ता प्रस्तुत पोस्ट की जानकारी"
42
 
43
+ #: user-submitted-posts.php:497
44
  msgid "Submitter Name: "
45
+ msgstr "Submitter का नाम: "
46
 
47
+ #: user-submitted-posts.php:498
48
  msgid "Submitter Email: "
49
+ msgstr "ईमेल भेजने वाला: "
50
 
51
+ #: user-submitted-posts.php:499
52
  msgid "Submitter URL: "
53
+ msgstr "Submitter URL: "
54
 
55
+ #: user-submitted-posts.php:500
56
  msgid "Submitter IP: "
57
+ msgstr "Submitter IP: "
58
 
59
+ #: user-submitted-posts.php:555
60
  msgid "Show USP Posts"
61
  msgstr "यूएसपी पोस्ट दिखाएं"
62
 
63
+ #: user-submitted-posts.php:556 library/plugin-settings.php:1095
64
  msgid "USP"
65
  msgstr "खासियत"
66
 
67
+ #: user-submitted-posts.php:1393
68
  msgid " files required"
69
+ msgstr " फ़ाइलों की आवश्यकता है"
70
 
71
+ #: user-submitted-posts.php:1394
72
  msgid " file required"
73
+ msgstr " फ़ाइल की आवश्यकता"
74
 
75
+ #: user-submitted-posts.php:1396
76
  msgid " files"
77
  msgstr " फ़ाइलें"
78
 
79
+ #: user-submitted-posts.php:1397
80
  msgid " file"
81
  msgstr " फ़ाइल"
82
 
83
+ #: user-submitted-posts.php:1399 user-submitted-posts.php:1400
84
+ #: user-submitted-posts.php:1401 user-submitted-posts.php:1402
85
  msgid " pixels"
86
  msgstr " पिक्सल"
87
 
88
+ #: user-submitted-posts.php:1404 library/core-functions.php:219
89
+ #: library/plugin-settings.php:297 library/plugin-settings.php:316
90
+ #: library/plugin-settings.php:794 library/plugin-settings.php:1344
91
  msgid "Custom Field"
92
  msgstr "कस्टम फील्ड"
93
 
94
+ #: user-submitted-posts.php:1406
95
  msgid "Custom checkbox required"
96
+ msgstr "कस्टम चेकबॉक्स आवश्यक है"
97
 
98
+ #: user-submitted-posts.php:1409
99
  msgid "An error occurred. Please go back and try again."
100
  msgstr "एक त्रुटि पाई गई। कृपया पीछे जाएं और दोबारा कोशिश करें।"
101
 
102
+ #: user-submitted-posts.php:1419
103
  msgid "User login required"
104
  msgstr "उपयोगकर्ता लॉगिन आवश्यक है"
105
 
106
+ #: user-submitted-posts.php:1420
107
  msgid "User name required"
108
  msgstr "उपयोगकर्ता का नाम (आवश्यक"
109
 
110
+ #: user-submitted-posts.php:1421
111
  msgid "Post title required"
112
  msgstr "पोस्ट शीर्षक आवश्यक है"
113
 
114
+ #: user-submitted-posts.php:1422
115
  msgid "User URL required"
116
+ msgstr "उपयोगकर्ता URL आवश्यक है"
117
 
118
+ #: user-submitted-posts.php:1423
119
  msgid "Post tags required"
120
+ msgstr "पोस्ट टैग की आवश्यकता है"
121
 
122
+ #: user-submitted-posts.php:1424
123
  msgid "Post category required"
124
+ msgstr "पोस्ट श्रेणी आवश्यक"
125
 
126
+ #: user-submitted-posts.php:1425
127
  msgid "Post content required"
128
+ msgstr "आवश्यक सामग्री पोस्ट करें"
129
 
130
+ #: user-submitted-posts.php:1426 user-submitted-posts.php:1427
131
  msgid "Correct captcha required"
132
  msgstr "सही कैप्चा आवश्यक है"
133
 
134
+ #: user-submitted-posts.php:1428
135
  msgid "User email required"
136
+ msgstr "उपयोगकर्ता ईमेल आवश्यक"
137
 
138
+ #: user-submitted-posts.php:1429
139
  msgid "Please check your email and try again"
140
+ msgstr "कृपया अपना ईमेल देखें और पुनः प्रयास करें"
141
 
142
+ #: user-submitted-posts.php:1430
143
  msgid "Non-empty value for hidden field"
144
+ msgstr "छिपे हुए क्षेत्र के लिए गैर-रिक्त मान"
145
 
146
+ #: user-submitted-posts.php:1431
147
  msgid "Minimum number of images not met"
148
+ msgstr "छवियों की न्यूनतम संख्या नहीं मिली"
149
 
150
+ #: user-submitted-posts.php:1432
151
  msgid "Maximum number of images exceeded "
152
+ msgstr "छवियों की अधिकतम संख्या पार हो गई "
153
 
154
+ #: user-submitted-posts.php:1433
155
  msgid "Minimum image width not met"
156
  msgstr "न्यूनतम छवि चौड़ाई नहीं मिली"
157
 
158
+ #: user-submitted-posts.php:1434
159
  msgid "Image width exceeds maximum"
160
+ msgstr "छवि की चौड़ाई अधिकतम से अधिक है"
161
 
162
+ #: user-submitted-posts.php:1435
163
  msgid "Minimum image height not met"
164
  msgstr "न्यूनतम छवि ऊंचाई नहीं मिली"
165
 
166
+ #: user-submitted-posts.php:1436
167
  msgid "Image height exceeds maximum"
168
+ msgstr "छवि की ऊंचाई अधिकतम से अधिक है"
169
 
170
+ #: user-submitted-posts.php:1437
171
  msgid "File type not allowed (please upload images only)"
172
+ msgstr "फ़ाइल प्रकार की अनुमति नहीं है (कृपया केवल चित्र अपलोड करें)"
173
 
174
+ #: user-submitted-posts.php:1438
175
  msgid " required"
176
  msgstr " अपेक्षित"
177
 
178
+ #: user-submitted-posts.php:1443
179
  msgid "File not uploaded. Please check the file and try again."
180
+ msgstr "फ़ाइल अपलोड नहीं की गई। कृपया फ़ाइल की जाँच करें और पुनः प्रयास करें।"
181
 
182
+ #: user-submitted-posts.php:1447
183
  msgid "The file(s) could not be uploaded"
184
+ msgstr "फ़ाइल (ओं) को अपलोड नहीं किया जा सका"
185
 
186
+ #: user-submitted-posts.php:1449
187
  msgid "Post not created. Please contact the site administrator for help."
188
+ msgstr "पोस्ट नहीं बनाई गई। कृपया मदद के लिए साइट व्यवस्थापक से संपर्क करें।"
189
 
190
+ #: user-submitted-posts.php:1450
191
  msgid "Duplicate post title. Please try again."
192
  msgstr "डुप्लिकेट पोस्ट शीर्षक। कृपया पुन: प्रयास करें।"
193
 
194
+ #: user-submitted-posts.php:1460
195
  msgid "Error: "
196
+ msgstr "त्रुटि: "
197
 
198
+ #: user-submitted-posts.php:1486
199
  msgid "Return to form"
200
+ msgstr "फार्म पर लौटें"
201
 
202
+ #: user-submitted-posts.php:1516 library/plugin-settings.php:1071
203
  msgid "Please"
204
  msgstr "कृप्या"
205
 
206
+ #: user-submitted-posts.php:1517
207
  msgid "log in"
208
  msgstr "लॉग इन करें"
209
 
210
+ #: user-submitted-posts.php:1518
211
  msgid "to submit content!"
212
  msgstr "सामग्री जमा करने के लिए!"
213
 
214
+ #: views/submission-form.php:21 views/submission-form-alt.php:40
215
  msgid "Please complete the required fields."
216
+ msgstr "कृपया आवश्यक फ़ील्ड पूर्ण करें।"
217
 
218
+ #: views/submission-form.php:31 views/submission-form.php:32
219
+ #: views/submission-form-alt.php:46 views/submission-form-alt.php:47
220
  msgid "Your Name"
221
  msgstr "आपका नाम"
222
 
223
+ #: views/submission-form.php:37 views/submission-form.php:38
224
+ #: views/submission-form-alt.php:52 views/submission-form-alt.php:53
225
  msgid "Your URL"
226
+ msgstr "आपका URL"
227
 
228
+ #: views/submission-form.php:43 views/submission-form.php:44
229
+ #: views/submission-form-alt.php:58 views/submission-form-alt.php:59
230
  msgid "Your Email"
231
  msgstr "तुम्हारा ईमेल"
232
 
233
+ #: views/submission-form.php:49 views/submission-form.php:50
234
+ #: views/submission-form-alt.php:64 views/submission-form-alt.php:65
235
+ #: library/plugin-settings.php:1132
236
  msgid "Post Title"
237
  msgstr "शीर्षक पोस्ट करें"
238
 
239
+ #: views/submission-form.php:55 views/submission-form.php:56
240
+ #: views/submission-form-alt.php:70 views/submission-form-alt.php:71
241
+ #: library/plugin-settings.php:1133
242
  msgid "Post Tags"
243
  msgstr "पोस्ट टैग"
244
 
245
+ #: views/submission-form.php:68 views/submission-form-alt.php:83
246
  msgid "Antispam Question"
247
+ msgstr "एंटीस्पैम प्रश्न"
248
 
249
+ #: views/submission-form.php:73 views/submission-form-alt.php:88
250
+ #: library/plugin-settings.php:1134
251
  msgid "Post Category"
252
  msgstr "पोस्ट श्रेणी"
253
 
254
+ #: views/submission-form.php:74 views/submission-form.php:75
255
+ #: views/submission-form-alt.php:89 views/submission-form-alt.php:90
256
  msgid "Please select a category.."
257
  msgstr "कृपया एक कैटेगरी चयनित करें.."
258
 
259
+ #: views/submission-form.php:106 views/submission-form.php:107
260
+ #: views/submission-form-alt.php:121 views/submission-form-alt.php:122
261
+ #: library/plugin-settings.php:1135
262
  msgid "Post Content"
263
  msgstr "पोस्ट सामग्री"
264
 
265
+ #: views/submission-form.php:113 views/submission-form-alt.php:128
266
  msgid "Verification"
267
  msgstr "सत्यापन"
268
 
269
+ #: views/submission-form.php:120 views/submission-form-alt.php:135
270
  msgid "Upload an Image"
271
  msgstr "एक छवि अपलोड करें"
272
 
273
+ #: views/submission-form.php:129 views/submission-form-alt.php:144
274
  msgid "Add another image"
275
  msgstr "एक और छवि जोड़ें"
276
 
277
+ #: views/submission-form.php:151 views/submission-form-alt.php:166
278
  msgid "Human verification: leave this field empty."
279
+ msgstr "मानव सत्यापन: इस फ़ील्ड को खाली छोड़ दें।"
280
 
281
+ #: views/submission-form.php:175 views/submission-form-alt.php:190
282
  msgid "Submit Post"
283
+ msgstr "पोस्ट सबमिट करें"
284
+
285
+ #: library/enqueue-scripts.php:122 library/enqueue-scripts.php:157
286
+ msgid "Incorrect response."
287
+ msgstr "गलत प्रतिक्रिया।"
288
 
289
  #: library/shortcode-misc.php:18
290
  msgid "Reset form"
294
  msgid "View full post"
295
  msgstr "पूरी पोस्ट देखें"
296
 
297
+ #: library/plugin-settings.php:31
298
+ msgid "Settings"
299
+ msgstr "सेटिंग्स"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
300
 
301
+ #: library/plugin-settings.php:40
302
  msgid "Get USP Pro for unlimited forms!"
303
  msgstr "असीमित रूपों के लिए यूएसपी प्रो प्राप्त करें!"
304
 
305
+ #: library/plugin-settings.php:41
306
  msgid "Go Pro"
307
  msgstr "पेशेवर बनो"
308
 
309
+ #: library/plugin-settings.php:62 library/plugin-settings.php:1103
310
+ #: library/plugin-settings.php:1696
 
 
 
 
311
  msgid "Plugin Homepage"
312
  msgstr "प्लगइन होमपेज"
313
 
314
+ #: library/plugin-settings.php:63
315
  msgid "Homepage"
316
  msgstr "मुखपृष्ठ"
317
 
318
+ #: library/plugin-settings.php:68
319
  msgid "Give USP a 5-star rating at WordPress.org"
320
+ msgstr "WordPress.org पर USP को 5-स्टार रेटिंग दें"
321
 
322
+ #: library/plugin-settings.php:69
323
  msgid "Rate this plugin&nbsp;&raquo;"
324
+ msgstr "इस प्लगइन को रेट करें & nbsp; & raquo;"
325
 
326
+ #: library/plugin-settings.php:127
327
  msgid "WP Post (recommended)"
328
+ msgstr "WP पोस्ट (अनुशंसित)"
329
 
330
+ #: library/plugin-settings.php:131
331
  msgid "WP Page"
332
+ msgstr "WP पेज"
333
 
334
+ #: library/plugin-settings.php:147
335
  msgid "HTML5 Form + Default CSS"
336
+ msgstr "HTML5 फॉर्म + डिफ़ॉल्ट सीएसएस"
337
 
338
+ #: library/plugin-settings.php:147
339
  msgid "(Recommended)"
340
  msgstr "(सिफारिश की)"
341
 
342
+ #: library/plugin-settings.php:151
343
  msgid "HTML5 Form + Disable CSS"
344
+ msgstr "HTML5 फॉर्म + सीएसएस को अक्षम करें"
345
 
346
+ #: library/plugin-settings.php:151
347
  msgid "(Provide your own styles)"
348
+ msgstr "(अपनी खुद की शैली प्रदान करें)"
349
 
350
+ #: library/plugin-settings.php:155
351
  msgid "Custom Form + Custom CSS"
352
  msgstr "कस्टम फॉर्म + कस्टम सीएसएस"
353
 
354
+ #: library/plugin-settings.php:155
355
  msgid "(Provide your own form template &amp; styles)"
356
+ msgstr "(अपनी खुद की फॉर्म टेम्प्लेट और स्टाइल प्रदान करें)"
357
 
358
+ #: library/plugin-settings.php:171 library/plugin-settings.php:195
359
+ #: library/plugin-settings.php:218 library/plugin-settings.php:242
360
  msgid "Auto-display before post content"
361
+ msgstr "पोस्ट सामग्री से पहले ऑटो-डिस्प्ले"
362
 
363
+ #: library/plugin-settings.php:175 library/plugin-settings.php:199
364
+ #: library/plugin-settings.php:222 library/plugin-settings.php:246
365
  msgid "Auto-display after post content"
366
  msgstr "पोस्ट सामग्री के बाद ऑटो-डिस्प्ले"
367
 
368
+ #: library/plugin-settings.php:179
369
  msgid "Do not auto-display submitted images"
370
+ msgstr "सबमिट की गई छवियों को ऑटो-डिस्प्ले न करें"
371
 
372
+ #: library/plugin-settings.php:203
373
  msgid "Do not auto-display submitted email"
374
  msgstr "सबमिट किए गए ईमेल को ऑटो-डिस्प्ले न करें"
375
 
376
+ #: library/plugin-settings.php:226
377
  msgid "Do not auto-display submitted URL"
378
+ msgstr "सबमिट किए गए URL को ऑटो-डिस्प्ले न करें"
379
 
380
+ #: library/plugin-settings.php:250
381
  msgid "Do not auto-display the Custom Field"
382
  msgstr "कस्टम फ़ील्ड को ऑटो-डिस्प्ले न करें"
383
 
384
+ #: library/plugin-settings.php:278 library/plugin-settings.php:310
385
+ #: library/plugin-settings.php:343 library/plugin-settings.php:375
386
+ msgid "Enable and require"
387
+ msgstr "सक्षम और आवश्यकता है"
388
 
389
+ #: library/plugin-settings.php:279 library/plugin-settings.php:311
390
+ msgid "Enable but do not require"
391
+ msgstr "सक्षम करें लेकिन आवश्यकता नहीं है"
392
 
393
+ #: library/plugin-settings.php:280 library/plugin-settings.php:312
394
+ #: library/plugin-settings.php:344 library/plugin-settings.php:376
395
  msgid "Disable this field"
396
+ msgstr "इस फ़ील्ड को अक्षम करें"
397
 
398
+ #: library/plugin-settings.php:315 library/plugin-settings.php:347
399
+ #: library/plugin-settings.php:379 library/plugin-settings.php:411
400
  msgid "(Visit"
401
  msgstr "(जाएँ"
402
 
403
+ #: library/plugin-settings.php:316 library/plugin-settings.php:348
404
+ #: library/plugin-settings.php:380 library/plugin-settings.php:412
405
  msgid "to configure options)"
406
  msgstr "विकल्प कॉन्फ़िगर करने के लिए)"
407
 
408
+ #: library/plugin-settings.php:331 library/plugin-settings.php:348
409
+ #: library/plugin-settings.php:1362 library/plugin-settings.php:1367
410
  msgid "Challenge Question"
411
  msgstr "चुनोती वाला सवाल"
412
 
413
+ #: library/plugin-settings.php:363 library/plugin-settings.php:380
414
+ #: library/plugin-settings.php:1384
415
  msgid "Google reCAPTCHA"
416
  msgstr "Google reCAPTCHA"
417
 
418
+ #: library/plugin-settings.php:395
419
  msgid "Post Images"
420
  msgstr "पोस्ट छवियाँ"
421
 
422
+ #: library/plugin-settings.php:407
423
+ msgid "Enable"
424
+ msgstr "सक्षम करें"
425
 
426
+ #: library/plugin-settings.php:408
427
  msgid "Disable"
428
  msgstr "अक्षम"
429
 
430
+ #: library/plugin-settings.php:412 library/plugin-settings.php:1445
431
  msgid "Image Uploads"
432
  msgstr "छवि अपलोड"
433
 
434
+ #: library/plugin-settings.php:492
435
  msgid "Draft"
436
  msgstr "प्रारूप"
437
 
438
+ #: library/plugin-settings.php:493
439
  msgid "Pending (default)"
440
  msgstr "लंबित (डिफ़ॉल्ट)"
441
 
442
+ #: library/plugin-settings.php:494
443
  msgid "Publish immediately"
444
  msgstr "तुरंत प्रकाशित करें"
445
 
446
+ #: library/plugin-settings.php:495
447
  msgid "Publish after 1 approved post"
448
+ msgstr "1 स्वीकृत पोस्ट के बाद प्रकाशित करें"
449
 
450
+ #: library/plugin-settings.php:496
451
  msgid "Publish after "
452
+ msgstr "के बाद प्रकाशित करें "
453
 
454
+ #: library/plugin-settings.php:496
455
  msgid " approved posts"
456
+ msgstr " स्वीकृत पोस्ट"
457
+
458
+ #: library/plugin-settings.php:524
459
+ msgid "Select categories to display in the Category field."
460
+ msgstr "श्रेणी फ़ील्ड में प्रदर्शित करने के लिए श्रेणियों का चयन करें।"
461
 
462
+ #: library/plugin-settings.php:738
463
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
464
+ msgstr "एक त्रुटि हुई। कृपया सुनिश्चित करें कि आपने एक शीर्षक, कुछ सामग्री जोड़ी है, और आपने केवल चित्र अपलोड किए हैं।"
465
 
466
+ #: library/plugin-settings.php:752
467
  msgid "Please select your image(s) to upload."
468
+ msgstr "कृपया अपलोड करने के लिए अपनी छवि का चयन करें।"
469
 
470
+ #: library/plugin-settings.php:758
471
  msgid "Success! Thank you for your submission."
472
  msgstr "सफलता! आपके निवेदन के लिए धन्यवाद।"
473
 
474
+ #: library/plugin-settings.php:784
475
  msgid "Email"
476
  msgstr "ईमेल"
477
 
478
+ #: library/plugin-settings.php:785
479
  msgid "URL"
480
  msgstr "यूआरएल"
481
 
482
+ #: library/plugin-settings.php:1058
483
  msgid "Toggle all panels"
484
  msgstr "सभी पैनलों को टॉगल करें"
485
 
486
+ #: library/plugin-settings.php:1067
487
  msgid "We need your support!"
488
  msgstr "हमें आपका समर्थन चाहिए!"
489
 
490
+ #: library/plugin-settings.php:1071
491
  msgid "Make a donation via PayPal"
492
+ msgstr "पेपैल के माध्यम से एक दान करें"
493
 
494
+ #: library/plugin-settings.php:1071
495
  msgid "make a donation"
496
  msgstr "एक दान करें"
497
 
498
+ #: library/plugin-settings.php:1071
499
  msgid "and/or"
500
  msgstr "और / या"
501
 
502
+ #: library/plugin-settings.php:1072
503
  msgid "Rate and review at the Plugin Directory"
504
+ msgstr "प्लगइन निर्देशिका में दर और समीक्षा करें"
505
 
506
+ #: library/plugin-settings.php:1073
507
  msgid "give this plugin a 5-star rating"
508
+ msgstr "इस प्लगइन को 5-स्टार रेटिंग दें"
509
 
510
+ #: library/plugin-settings.php:1077
511
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
512
  msgstr "आपका उदार समर्थन इस मुफ्त प्लगइन के निरंतर विकास को सक्षम बनाता है। धन्यवाद!"
513
 
514
+ #: library/plugin-settings.php:1082
515
  msgid "Check this box if you have shown support"
516
+ msgstr "यदि आपने समर्थन दिखाया है तो इस बॉक्स को देखें"
517
 
518
+ #: library/plugin-settings.php:1091
519
  msgid "Overview"
520
  msgstr "अवलोकन"
521
 
522
+ #: library/plugin-settings.php:1095
523
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
524
+ msgstr "अपने आगंतुकों को अपनी साइट के सामने के छोर से पोस्ट सबमिट करने और चित्र अपलोड करने में सक्षम बनाता है। "
525
 
526
+ #: library/plugin-settings.php:1096
527
  msgid "For advanced functionality and unlimited forms, check out"
528
+ msgstr "उन्नत कार्यक्षमता और असीमित रूपों के लिए, देखें"
529
 
530
+ #: library/plugin-settings.php:1096 library/plugin-settings.php:1503
531
  msgid "USP Pro"
532
  msgstr "यूएसपी प्रो"
533
 
534
+ #: library/plugin-settings.php:1097
535
  msgid "&mdash; the ultimate solution for user-generated content."
536
+ msgstr "& Mdash; उपयोगकर्ता-जनित सामग्री के लिए अंतिम समाधान।"
537
 
538
+ #: library/plugin-settings.php:1101 library/plugin-settings.php:1118
539
  msgid "Plugin Settings"
540
  msgstr "प्लगइन सेटिंग्स"
541
 
542
+ #: library/plugin-settings.php:1102
543
  msgid "Display the form"
544
+ msgstr "फार्म प्रदर्शित करें"
545
 
546
+ #: library/plugin-settings.php:1106
547
  msgid "If you like this plugin, please"
548
+ msgstr "यदि आप इस प्लगइन को पसंद करते हैं, तो कृपया"
549
 
550
+ #: library/plugin-settings.php:1107
551
  msgid "THANK YOU for your support!"
552
  msgstr "आपके सहयोग के लिए धन्यवाद!"
553
 
554
+ #: library/plugin-settings.php:1107
555
  msgid "give it a 5-star rating"
556
+ msgstr "इसे 5-स्टार रेटिंग दें"
557
 
558
+ #: library/plugin-settings.php:1111
559
  msgid "Unlimited front-end forms"
560
+ msgstr "असीमित सामने के रूपों"
561
 
562
+ #: library/plugin-settings.php:1111
563
  msgid "Get USP Pro"
564
  msgstr "यूएसपी प्रो प्राप्त करें"
565
 
566
+ #: library/plugin-settings.php:1121
567
  msgid "Configure your settings for User Submitted Posts."
568
+ msgstr "उपयोगकर्ता द्वारा प्रस्तुत पोस्ट के लिए अपनी सेटिंग्स कॉन्फ़िगर करें।"
569
 
570
+ #: library/plugin-settings.php:1123
571
  msgid "Form Fields"
572
+ msgstr "फॉर्म फील्ड्स"
573
 
574
+ #: library/plugin-settings.php:1129
575
  msgid "User Name"
576
  msgstr "उपयोगकर्ता नाम"
577
 
578
+ #: library/plugin-settings.php:1130
579
  msgid "User Email"
580
  msgstr "उपयोगकर्ता ईमेल"
581
 
582
+ #: library/plugin-settings.php:1131
583
  msgid "User URL"
584
+ msgstr "उपयोगकर्ता URL"
585
 
586
+ #: library/plugin-settings.php:1146
587
  msgid "General Settings"
588
  msgstr "सामान्य सेटिंग्स"
589
 
590
+ #: library/plugin-settings.php:1148
591
  msgid "Note that the default settings work fine for most cases."
592
+ msgstr "ध्यान दें कि डिफ़ॉल्ट सेटिंग्स अधिकांश मामलों के लिए ठीक काम करती हैं।"
593
 
594
+ #: library/plugin-settings.php:1153
595
  msgid "Form Style"
596
+ msgstr "रूप शैली"
597
 
598
+ #: library/plugin-settings.php:1158
599
  msgid "With this option, you can copy the plugin&rsquo;s default templates:"
600
+ msgstr "इस विकल्प के साथ, आप प्लगइन की डिफ़ॉल्ट टेम्पलेट कॉपी कर सकते हैं:"
601
 
602
+ #: library/plugin-settings.php:1163
603
  msgid "..and upload them into a directory named"
604
+ msgstr "..और उन्हें नामित निर्देशिका में अपलोड करें"
605
 
606
+ #: library/plugin-settings.php:1163
607
  msgid "in your theme:"
608
+ msgstr "अपने विषय में:"
609
 
610
+ #: library/plugin-settings.php:1169
611
  msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
612
+ msgstr "आप प्रपत्र और शैलियों को इच्छानुसार कस्टमाइज़ कर सकेंगे। अधिक जानकारी के लिए, \"कस्टम सबमिशन फॉर्म\" अनुभाग देखें"
613
 
614
+ #: library/plugin-settings.php:1170
615
  msgid "Installation Docs"
616
  msgstr "स्थापना डॉक्स"
617
 
618
+ #: library/plugin-settings.php:1171
619
  msgid "FYI: here is a"
620
+ msgstr "FYI करें: यहाँ a है"
621
 
622
+ #: library/plugin-settings.php:1171
623
  msgid "list of USP CSS selectors"
624
  msgstr "यूएसपी सीएसएस चयनकर्ताओं की सूची"
625
 
626
+ #: library/plugin-settings.php:1177
627
  msgid "Include JavaScript"
628
  msgstr "जावास्क्रिप्ट शामिल करें"
629
 
630
+ #: library/plugin-settings.php:1179
631
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
632
+ msgstr "यदि आप बाह्य जावास्क्रिप्ट फ़ाइलों (अनुशंसित) को शामिल करना चाहते हैं तो इस बॉक्स को देखें।"
633
 
634
+ #: library/plugin-settings.php:1182
635
  msgid "Targeted Loading"
636
  msgstr "लक्षित लोड हो रहा है"
637
 
638
+ #: library/plugin-settings.php:1184
639
+ msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages. Use commas to separate multiple URLs."
640
+ msgstr "डिफ़ॉल्ट रूप से, बाहरी CSS & amp; जावास्क्रिप्ट फ़ाइलें हर पृष्ठ पर भरी हुई हैं। यहां आप केवल उस पेज पर संसाधनों को लोड करने के लिए यूएसपी फॉर्म का URL निर्दिष्ट कर सकते हैं। नोट: सभी पृष्ठों पर लोड करने के लिए खाली छोड़ दें। कई URL को अलग करने के लिए अल्पविराम का उपयोग करें।"
641
 
642
+ #: library/plugin-settings.php:1187
643
  msgid "Post Type"
644
  msgstr "पद प्रकार"
645
 
646
+ #: library/plugin-settings.php:1190
647
  msgid "Submit posts as WP Posts or Pages"
648
+ msgstr "WP पोस्ट या पेज के रूप में पोस्ट सबमिट करें"
649
 
650
+ #: library/plugin-settings.php:1194
651
  msgid "Post Status"
652
+ msgstr "पोस्ट की स्थिति"
653
 
654
+ #: library/plugin-settings.php:1197
655
  msgid "Post Status for submitted posts"
656
+ msgstr "प्रस्तुत पदों के लिए पोस्ट की स्थिति"
657
 
658
+ #: library/plugin-settings.php:1201
659
  msgid "Redirect URL"
660
+ msgstr "रीडायरेक्ट URL"
661
 
662
+ #: library/plugin-settings.php:1203
663
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
664
+ msgstr "पोस्ट-सबमिशन के बाद उपयोगकर्ता को पुनर्निर्देशित करने के लिए एक URL निर्दिष्ट करें। वर्तमान पृष्ठ पर वापस अनुप्रेषित करने के लिए रिक्त छोड़ दें।"
665
 
666
+ #: library/plugin-settings.php:1206
667
  msgid "Success Message"
668
+ msgstr "सफलता का संदेश"
669
 
670
+ #: library/plugin-settings.php:1208
671
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
672
+ msgstr "सफलता संदेश जो पोस्ट-सबमिशन सफल होने पर प्रदर्शित होता है। मूल मार्कअप की अनुमति है।"
673
 
674
+ #: library/plugin-settings.php:1211
675
  msgid "Error Message"
676
  msgstr "त्रुटि संदेश"
677
 
678
+ #: library/plugin-settings.php:1213
679
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
680
+ msgstr "सामान्य त्रुटि संदेश जो पोस्ट-सबमिशन विफल होने पर प्रदर्शित होता है। मूल मार्कअप की अनुमति है।"
681
 
682
+ #: library/plugin-settings.php:1216
683
  msgid "Custom Content"
684
  msgstr "प्रचलित सामग्री"
685
 
686
+ #: library/plugin-settings.php:1218
687
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
688
+ msgstr "जमा करने से पहले कस्टम टेक्स्ट / मार्कअप को शामिल किया जाना चाहिए। अक्षम करने के लिए खाली छोड़ दें।"
689
 
690
+ #: library/plugin-settings.php:1221
691
  msgid "Rich Text Editor"
692
  msgstr "रिच टेक्स्ट एडिटर"
693
 
694
+ #: library/plugin-settings.php:1223
695
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
696
+ msgstr "यदि आप प्रस्तुत पोस्ट के लिए WP समृद्ध पाठ संपादन सक्षम करना चाहते हैं तो इस बॉक्स को देखें।"
697
 
698
+ #: library/plugin-settings.php:1226
699
  msgid "Unique Titles"
700
+ msgstr "अनोखी उपाधियाँ"
701
 
702
+ #: library/plugin-settings.php:1228
703
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
704
+ msgstr "सबमिट किए गए पोस्ट शीर्षकों की आवश्यकता को अद्वितीय होना चाहिए (कई / डुप्लिकेट प्रस्तुत पोस्टों को रोकने के लिए उपयोगी)।"
705
 
706
+ #: library/plugin-settings.php:1231
707
  msgid "Disable Required"
708
  msgstr "आवश्यक अक्षम करें"
709
 
710
+ #: library/plugin-settings.php:1233
711
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
712
+ msgstr "डिफ़ॉल्ट प्रपत्र फ़ील्ड पर सभी आवश्यक विशेषताओं को अक्षम करें (त्रुटि संदेशों के निवारण के लिए उपयोगी)।"
713
 
714
+ #: library/plugin-settings.php:1236
715
  msgid "Enable Shortcodes"
716
  msgstr "शॉर्टकोड सक्षम करें"
717
 
718
+ #: library/plugin-settings.php:1238
719
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
720
+ msgstr "विजेट में शॉर्टकोड सक्षम करें। डिफ़ॉल्ट रूप से, वर्डप्रेस विगेट्स में शॉर्टकोड सक्षम नहीं करता है। "
721
 
722
+ #: library/plugin-settings.php:1239
723
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
724
+ msgstr "यह सेटिंग विजेट में किसी भी / सभी शॉर्टकोड (यहां तक कि अन्य प्लगइन्स से शॉर्टकोड) को सक्षम करती है।"
725
 
726
+ #: library/plugin-settings.php:1244
727
+ msgid "Privacy"
728
+ msgstr "एकांत"
729
 
730
+ #: library/plugin-settings.php:1249
731
  msgid "Disable IP Tracking"
732
+ msgstr "IP ट्रैकिंग अक्षम करें"
733
 
734
+ #: library/plugin-settings.php:1251
735
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
736
+ msgstr "डिफ़ॉल्ट रूप से यूएसपी प्रत्येक प्रस्तुत पोस्ट के साथ आईपी पते को रिकॉर्ड करता है। सभी IP ट्रैकिंग को अक्षम करने के लिए इस बॉक्स को देखें।"
737
 
738
+ #: library/plugin-settings.php:1255
739
  msgid "Display Checkbox"
740
+ msgstr "चेकबॉक्स प्रदर्शित करें"
741
 
742
+ #: library/plugin-settings.php:1257
743
  msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
744
+ msgstr "अपने फ़ॉर्म पर कस्टम चेकबॉक्स प्रदर्शित करें (GDPR के लिए उपयोगी, शर्तों से सहमत हों, आदि)"
745
 
746
+ #: library/plugin-settings.php:1260
747
  msgid "Checkbox Name"
748
+ msgstr "चेकबॉक्स का नाम"
749
 
750
+ #: library/plugin-settings.php:1262 library/plugin-settings.php:1352
751
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
752
+ msgstr "केवल अल्फ़ान्यूमेरिक, अंडरस्कोर और डैश का उपयोग करें। यदि अनिश्चित है, तो डिफ़ॉल्ट नाम का उपयोग करें:"
753
 
754
+ #: library/plugin-settings.php:1265
755
  msgid "Checkbox Error"
756
  msgstr "चेकबॉक्स त्रुटि"
757
 
758
+ #: library/plugin-settings.php:1267
759
  msgid "Error message displayed if user does not check the box."
760
+ msgstr "यदि उपयोगकर्ता बॉक्स की जाँच नहीं करता है तो त्रुटि संदेश प्रदर्शित होता है।"
761
 
762
+ #: library/plugin-settings.php:1270
763
  msgid "Checkbox Text"
764
+ msgstr "चेकबॉक्स पाठ"
765
 
766
+ #: library/plugin-settings.php:1272
767
  msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
768
+ msgstr "चेकबॉक्स के बगल में प्रदर्शित पाठ। सुझाव: उदाहरण के लिए, कोण कोष्ठक को घुमाने के लिए घुंघराले कोष्ठक का उपयोग करें:"
769
 
770
+ #: library/plugin-settings.php:1277 library/plugin-settings.php:1282
771
  msgid "Categories"
772
  msgstr "श्रेणियाँ"
773
 
774
+ #: library/plugin-settings.php:1285
775
+ msgid "Click to view/select categories"
776
+ msgstr "श्रेणियां देखने / चयन करने के लिए क्लिक करें"
777
 
778
+ #: library/plugin-settings.php:1293
779
+ msgid "Multiple Categories"
780
+ msgstr "कई श्रेणियों"
781
+
782
+ #: library/plugin-settings.php:1295
783
+ msgid "Enable users to select multiple categories."
784
+ msgstr "उपयोगकर्ताओं को कई श्रेणियों का चयन करने में सक्षम करें।"
785
+
786
+ #: library/plugin-settings.php:1298
787
  msgid "Hidden/Default Category"
788
  msgstr "छिपी / डिफ़ॉल्ट श्रेणी"
789
 
790
+ #: library/plugin-settings.php:1300
791
+ msgid "Use a hidden field for the post category. This hides the category field and sets its value via the next option."
792
+ msgstr "पोस्ट श्रेणी के लिए एक छिपे हुए फ़ील्ड का उपयोग करें। यह श्रेणी फ़ील्ड को छुपाता है और अगले विकल्प के माध्यम से इसका मूल्य निर्धारित करता है।"
793
 
794
+ #: library/plugin-settings.php:1303
795
  msgid "Category ID for Hidden Field"
796
+ msgstr "हिडन फील्ड के लिए श्रेणी आईडी"
797
 
798
+ #: library/plugin-settings.php:1305
799
+ msgid "Specify category ID(s) to use for &ldquo;Hidden/Default Category&rdquo;. Separate multiple IDs with a comma."
800
+ msgstr "& Ldquo; छिपी / डिफ़ॉल्ट श्रेणी & rdquo; के लिए उपयोग करने के लिए श्रेणी आईडी निर्दिष्ट करें; एक कॉमा के साथ कई आईडी अलग करें।"
801
 
802
+ #: library/plugin-settings.php:1310
803
  msgid "Users"
804
  msgstr "उपयोगकर्ता"
805
 
806
+ #: library/plugin-settings.php:1315
807
  msgid "Assigned Author"
808
+ msgstr "लेखक को सौंपा"
809
 
810
+ #: library/plugin-settings.php:1318
811
  msgid "Specify the user that should be assigned as author for submitted posts."
812
+ msgstr "उपयोगकर्ता को निर्दिष्ट पदों के लिए लेखक के रूप में निर्दिष्ट किया जाना चाहिए।"
813
 
814
+ #: library/plugin-settings.php:1322
815
  msgid "Registered Username"
816
  msgstr "पंजीकृत उपयोगकर्ता नाम"
817
 
818
+ #: library/plugin-settings.php:1324
819
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
820
+ msgstr "पोस्ट लेखक के रूप में पंजीकृत उपयोगकर्ता नाम का उपयोग करें। मान्य जब फ़ॉर्म सबमिट करने वाला व्यक्ति वर्डप्रेस में लॉग इन होता है।"
821
 
822
+ #: library/plugin-settings.php:1327
823
  msgid "User Profile URL"
824
+ msgstr "उपयोगकर्ता प्रोफ़ाइल URL"
825
 
826
+ #: library/plugin-settings.php:1329
827
  msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
828
+ msgstr "URL फ़ील्ड के मान के रूप में पंजीकृत उपयोगकर्ता के प्रोफ़ाइल URL का उपयोग करें। मान्य जब फ़ॉर्म सबमिट करने वाला व्यक्ति वर्डप्रेस में लॉग इन होता है।"
829
 
830
+ #: library/plugin-settings.php:1332
831
  msgid "Require User Login"
832
  msgstr "उपयोगकर्ता लॉगिन की आवश्यकता है"
833
 
834
+ #: library/plugin-settings.php:1334
835
  msgid "Require users to be logged in to WordPress to view/submit the form"
836
+ msgstr "प्रपत्र देखने / सबमिट करने के लिए उपयोगकर्ताओं को वर्डप्रेस में लॉग इन करना होगा"
837
 
838
+ #: library/plugin-settings.php:1337
839
  msgid "Disable Replace Author"
840
+ msgstr "लेखक बदलें अक्षम करें"
841
 
842
+ #: library/plugin-settings.php:1339
843
  msgid "Do not replace post author with submitted user name"
844
+ msgstr "प्रस्तुत उपयोगकर्ता नाम के साथ पोस्ट लेखक को प्रतिस्थापित न करें"
845
 
846
+ #: library/plugin-settings.php:1345
847
  msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
848
+ msgstr "यहां आप कस्टम फ़ील्ड द्वारा उपयोग किए गए नाम और लेबल को बदल सकते हैं। आप इस फ़ील्ड को फॉर्म फ़ील्ड्स सेटिंग, उपरोक्त के माध्यम से सक्षम कर सकते हैं।"
849
 
850
+ #: library/plugin-settings.php:1350
851
  msgid "Custom Field Name"
852
  msgstr "कस्टम फ़ील्ड नाम"
853
 
854
+ #: library/plugin-settings.php:1355
855
  msgid "Custom Field Label"
856
+ msgstr "कस्टम फ़ील्ड लेबल"
857
 
858
+ #: library/plugin-settings.php:1357
859
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
860
+ msgstr "यह प्रपत्र पर फ़ील्ड लेबल के रूप में प्रदर्शित किया जाएगा। डिफ़ॉल्ट: कस्टम फ़ील्ड"
861
 
862
+ #: library/plugin-settings.php:1369
863
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
864
+ msgstr "स्पैम को रोकने के लिए, एक प्रश्न दर्ज करें जिसे उपयोगकर्ताओं को फ़ॉर्म सबमिट करने से पहले जवाब देना होगा।"
865
 
866
+ #: library/plugin-settings.php:1372
867
  msgid "Challenge Response"
868
  msgstr "उत्तर को दावा करें"
869
 
870
+ #: library/plugin-settings.php:1374
871
  msgid "Enter the *only* correct answer to the challenge question."
872
+ msgstr "चुनौती सवाल का * केवल * सही उत्तर दर्ज करें।"
873
 
874
+ #: library/plugin-settings.php:1377
875
  msgid "Case-sensitivity"
876
  msgstr "मामले की संवेदनशीलता"
877
 
878
+ #: library/plugin-settings.php:1379
879
  msgid "Check this box if you want the challenge response to be case-sensitive."
880
+ msgstr "यदि आप चाहते हैं कि केस-प्रतिक्रिया संवेदनशील हो तो इस बॉक्स को देखें।"
881
 
882
+ #: library/plugin-settings.php:1385
883
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
884
  msgstr "Google reCAPTCHA को सक्षम करने के लिए, अपनी सार्वजनिक और निजी कुंजी दर्ज करें।"
885
 
886
+ #: library/plugin-settings.php:1390
887
  msgid "Public Key"
888
  msgstr "सार्वजनिक कुंजी"
889
 
890
+ #: library/plugin-settings.php:1392
891
  msgid "Enter your Public Key"
892
  msgstr "अपनी सार्वजनिक कुंजी दर्ज करें"
893
 
894
+ #: library/plugin-settings.php:1395
895
  msgid "Private Key"
896
  msgstr "निजी चाबी"
897
 
898
+ #: library/plugin-settings.php:1397
899
  msgid "Enter your Private Key"
900
  msgstr "अपनी निजी कुंजी दर्ज करें"
901
 
902
+ #: library/plugin-settings.php:1402
903
  msgid "Email Alerts"
904
  msgstr "ईमेल अलर्ट"
905
 
906
+ #: library/plugin-settings.php:1407
907
  msgid "Receive Email Alert"
908
  msgstr "ईमेल अलर्ट प्राप्त करें"
909
 
910
+ #: library/plugin-settings.php:1409
911
  msgid "Check this box if you want to be notified via email for new post submissions."
912
+ msgstr "यदि आप नई पोस्ट सबमिशन के लिए ईमेल के माध्यम से सूचित होना चाहते हैं तो इस बॉक्स को देखें।"
913
 
914
+ #: library/plugin-settings.php:1412
915
  msgid "Enable HTML Format"
916
+ msgstr "HTML प्रारूप सक्षम करें"
917
 
918
+ #: library/plugin-settings.php:1414
919
  msgid "Check this box to enable HTML format for email alerts."
920
+ msgstr "ईमेल अलर्ट के लिए HTML प्रारूप को सक्षम करने के लिए इस बॉक्स को जांचें।"
921
 
922
+ #: library/plugin-settings.php:1417
923
  msgid "Email Address for Alerts"
924
  msgstr "अलर्ट के लिए ईमेल पता"
925
 
926
+ #: library/plugin-settings.php:1419
927
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
928
+ msgstr "यदि आपने ईमेल अलर्ट प्राप्त करने के लिए बॉक्स को चेक किया है, तो यहां वह पता बताएं जो ईमेल भेजा जाना चाहिए।"
929
 
930
+ #: library/plugin-settings.php:1420
931
  msgid "Multiple recipients may be included using a comma, like so:"
932
+ msgstr "एकाधिक प्राप्तकर्ता अल्पविराम का उपयोग करके शामिल किए जा सकते हैं, जैसे:"
933
 
934
+ #: library/plugin-settings.php:1423
935
  msgid "Email &ldquo;From&rdquo; Address"
936
  msgstr "ईमेल & ldquo; से & rdquo; पता"
937
 
938
+ #: library/plugin-settings.php:1425
939
  msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
940
+ msgstr "यहां आप & ldquo के लिए उपयोग किए गए पते (तों) को अनुकूलित कर सकते हैं; & rdquo से; हेडर (जानकारी के लिए प्लगइन एफएक्यू देखें)। "
941
 
942
+ #: library/plugin-settings.php:1426
943
  msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
944
+ msgstr "यदि पिछली सेटिंग में कई पते निर्दिष्ट हैं, तो & ldquo की समान संख्या शामिल करें; & rdquo से; इस सेटिंग के पते (उसी क्रम में)।"
945
 
946
+ #: library/plugin-settings.php:1429
947
  msgid "Email Alert Subject"
948
  msgstr "ईमेल अलर्ट विषय"
949
 
950
+ #: library/plugin-settings.php:1431
951
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
952
+ msgstr "ईमेल अलर्ट के लिए विषय पंक्ति। डिफ़ॉल्ट विषय पंक्ति का उपयोग करने के लिए खाली छोड़ दें। नोट: आप निम्नलिखित चर का उपयोग कर सकते हैं: "
953
 
954
+ #: library/plugin-settings.php:1436
955
  msgid "Email Alert Message"
956
  msgstr "ईमेल अलर्ट संदेश"
957
 
958
+ #: library/plugin-settings.php:1438
959
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
960
+ msgstr "ईमेल अलर्ट के लिए संदेश। डिफ़ॉल्ट संदेश का उपयोग करने के लिए खाली छोड़ दें। नोट: आप निम्नलिखित चर का उपयोग कर सकते हैं: "
961
 
962
+ #: library/plugin-settings.php:1450
963
  msgid "Featured Image"
964
  msgstr "निरूपित चित्र"
965
 
966
+ #: library/plugin-settings.php:1452
967
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
968
+ msgstr "सबमिट की गई छवियों को चुनिंदा छवियों के रूप में सेट करें। विशेष रुप से छवियाँ (उर्फ पोस्ट थंबनेल) के लिए विषय समर्थन की आवश्यकता है।"
969
 
970
+ #: library/plugin-settings.php:1455
971
  msgid "Upload Message"
972
  msgstr "संदेश अपलोड करें"
973
 
974
+ #: library/plugin-settings.php:1457
975
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
976
+ msgstr "संदेश जो अपलोड फ़ील्ड के बगल में दिखाई देता है। आपके अपलोड दिशा-निर्देशों / नीति / आदि को बताने के लिए उपयोगी है। मूल मार्कअप की अनुमति दी।"
977
 
978
+ #: library/plugin-settings.php:1460
979
  msgid "&ldquo;Add another image&rdquo; link"
980
  msgstr "& ldquo; एक और छवि जोड़ें & rdquo; संपर्क"
981
 
982
+ #: library/plugin-settings.php:1462
983
  msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
984
  msgstr "& Ldquo के लिए कस्टम मार्कअप; एक और छवि जोड़ें & rdquo; संपर्क। डिफ़ॉल्ट मार्कअप (अनुशंसित) का उपयोग करने के लिए खाली छोड़ दें।"
985
 
986
+ #: library/plugin-settings.php:1465
987
  msgid "Minimum number of images"
988
  msgstr "छवियों की न्यूनतम संख्या"
989
 
990
+ #: library/plugin-settings.php:1468
991
  msgid "Specify the minimum number of images."
992
  msgstr "छवियों की न्यूनतम संख्या निर्दिष्ट करें।"
993
 
994
+ #: library/plugin-settings.php:1472
995
  msgid "Maximum number of images"
996
  msgstr "छवियों की अधिकतम संख्या"
997
 
998
+ #: library/plugin-settings.php:1475
999
  msgid "Specify the maximum number of images."
1000
  msgstr "छवियों की अधिकतम संख्या निर्दिष्ट करें।"
1001
 
1002
+ #: library/plugin-settings.php:1479
1003
  msgid "Minimum image width"
1004
  msgstr "न्यूनतम छवि चौड़ाई"
1005
 
1006
+ #: library/plugin-settings.php:1481
1007
  msgid "Specify a minimum width (in pixels) for uploaded images."
1008
+ msgstr "अपलोड की गई छवियों के लिए एक न्यूनतम चौड़ाई (पिक्सेल में) निर्दिष्ट करें।"
1009
 
1010
+ #: library/plugin-settings.php:1484
1011
  msgid "Minimum image height"
1012
  msgstr "न्यूनतम छवि ऊंचाई"
1013
 
1014
+ #: library/plugin-settings.php:1486
1015
  msgid "Specify a minimum height (in pixels) for uploaded images."
1016
+ msgstr "अपलोड की गई छवियों के लिए एक न्यूनतम ऊंचाई (पिक्सेल में) निर्दिष्ट करें।"
1017
 
1018
+ #: library/plugin-settings.php:1489
1019
  msgid "Maximum image width"
1020
  msgstr "अधिकतम छवि चौड़ाई"
1021
 
1022
+ #: library/plugin-settings.php:1491
1023
  msgid "Specify a maximum width (in pixels) for uploaded images."
1024
  msgstr "अपलोड की गई छवियों के लिए अधिकतम चौड़ाई (पिक्सेल में) निर्दिष्ट करें।"
1025
 
1026
+ #: library/plugin-settings.php:1494
1027
  msgid "Maximum image height"
1028
  msgstr "अधिकतम छवि ऊंचाई"
1029
 
1030
+ #: library/plugin-settings.php:1496
1031
  msgid "Specify a maximum height (in pixels) for uploaded images."
1032
+ msgstr "अपलोड की गई छवियों के लिए एक अधिकतम ऊंचाई (पिक्सेल में) निर्दिष्ट करें।"
1033
 
1034
+ #: library/plugin-settings.php:1499
1035
  msgid "More Options"
1036
  msgstr "अधिक विकल्प"
1037
 
1038
+ #: library/plugin-settings.php:1502
1039
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
1040
+ msgstr "अधिक विकल्पों के लिए, अन्य फ़ाइल प्रकार (जैसे पीडीएफ, वर्ड, जिप, वीडियो, और बहुत कुछ) अपलोड करने की क्षमता की जाँच करें"
1041
 
1042
+ #: library/plugin-settings.php:1503
1043
  msgid "Go Pro!"
1044
  msgstr "पेशेवर बनो!"
1045
 
1046
+ #: library/plugin-settings.php:1510
1047
  msgid "Auto-Display Content"
1048
+ msgstr "ऑटो-प्रदर्शन सामग्री"
1049
 
1050
+ #: library/plugin-settings.php:1515
1051
  msgid "Auto-Display Images"
1052
+ msgstr "ऑटो-डिस्प्ले इमेज"
1053
 
1054
+ #: library/plugin-settings.php:1517
1055
  msgid "Auto-display user-submitted images:"
1056
+ msgstr "स्वतः-प्रदर्शित उपयोगकर्ता द्वारा प्रस्तुत चित्र:"
1057
 
1058
+ #: library/plugin-settings.php:1522
1059
  msgid "Image Markup"
1060
  msgstr "छवि मार्कअप"
1061
 
1062
+ #: library/plugin-settings.php:1524
1063
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1064
+ msgstr "प्रत्येक सबमिट की गई छवि के लिए उपयोग करने के लिए मार्कअप (जब ऑटो-डिस्प्ले सक्षम हो)। इस्तेमाल कर सकते हैं"
1065
 
1066
+ #: library/plugin-settings.php:1526 library/plugin-settings.php:1539
1067
+ #: library/plugin-settings.php:1552 library/plugin-settings.php:1565
1068
  msgid "and"
1069
  msgstr "तथा"
1070
 
1071
+ #: library/plugin-settings.php:1529
1072
  msgid "Auto-Display Email"
1073
  msgstr "ऑटो-डिस्प्ले ईमेल"
1074
 
1075
+ #: library/plugin-settings.php:1531
1076
  msgid "Auto-display user-submitted email:"
1077
+ msgstr "स्वतः-प्रदर्शित उपयोगकर्ता द्वारा प्रस्तुत ईमेल:"
1078
 
1079
+ #: library/plugin-settings.php:1536
1080
  msgid "Email Markup"
1081
  msgstr "ईमेल मार्कअप"
1082
 
1083
+ #: library/plugin-settings.php:1538
1084
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1085
+ msgstr "प्रस्तुत ईमेल पते (जब ऑटो-डिस्प्ले सक्षम है) के लिए उपयोग करने के लिए मार्कअप। इस्तेमाल कर सकते हैं"
1086
 
1087
+ #: library/plugin-settings.php:1542
1088
  msgid "Auto-Display URL"
1089
+ msgstr "ऑटो-डिस्प्ले URL"
1090
 
1091
+ #: library/plugin-settings.php:1544
1092
  msgid "Auto-display user-submitted URL:"
1093
+ msgstr "स्वतः-प्रदर्शित उपयोगकर्ता द्वारा प्रस्तुत URL:"
1094
 
1095
+ #: library/plugin-settings.php:1549
1096
  msgid "URL Markup"
1097
+ msgstr "URL मार्कअप"
1098
 
1099
+ #: library/plugin-settings.php:1551
1100
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1101
+ msgstr "सबमिट किए गए URL (जब ऑटो-डिस्प्ले सक्षम हो) के लिए उपयोग करने के लिए मार्कअप। इस्तेमाल कर सकते हैं"
1102
 
1103
+ #: library/plugin-settings.php:1555
1104
  msgid "Auto-Display Custom Field"
1105
  msgstr "ऑटो-डिस्प्ले कस्टम फ़ील्ड"
1106
 
1107
+ #: library/plugin-settings.php:1557
1108
  msgid "Auto-display user-submitted Custom Field:"
1109
+ msgstr "स्वतः-प्रदर्शित उपयोगकर्ता द्वारा प्रस्तुत कस्टम फ़ील्ड:"
1110
 
1111
+ #: library/plugin-settings.php:1562
1112
  msgid "Custom Field Markup"
1113
+ msgstr "कस्टम फ़ील्ड मार्कअप"
1114
 
1115
+ #: library/plugin-settings.php:1564
1116
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1117
+ msgstr "प्रस्तुत कस्टम फ़ील्ड (जब ऑटो-डिस्प्ले सक्षम हो) के लिए उपयोग करने के लिए मार्कअप। इस्तेमाल कर सकते हैं"
1118
 
1119
+ #: library/plugin-settings.php:1570 library/plugin-settings.php:1682
1120
  msgid "Save Settings"
1121
  msgstr "समायोजन बचाओ"
1122
 
1123
+ #: library/plugin-settings.php:1575
1124
  msgid "Display the Form"
1125
  msgstr "फॉर्म प्रदर्शित करें"
1126
 
1127
+ #: library/plugin-settings.php:1578
1128
  msgid "Post-Submit Form"
1129
+ msgstr "पोस्ट-सबमिट फॉर्म"
1130
 
1131
+ #: library/plugin-settings.php:1579
1132
  msgid "USP enables you to display a post-submission form anywhere on your site."
1133
  msgstr "यूएसपी आपको अपनी साइट पर कहीं भी पोस्ट-सबमिशन फॉर्म प्रदर्शित करने में सक्षम बनाता है।"
1134
 
1135
+ #: library/plugin-settings.php:1580 library/plugin-settings.php:1589
1136
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1137
+ msgstr "किसी भी WP पोस्ट या पेज पर फ़ॉर्म प्रदर्शित करने के लिए शोर्टकोड का उपयोग करें:"
1138
 
1139
+ #: library/plugin-settings.php:1583 library/plugin-settings.php:1592
1140
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1141
+ msgstr "या, अपने थीम टेम्प्लेट में कहीं भी फ़ॉर्म प्रदर्शित करने के लिए टेम्प्लेट टैग का उपयोग करें:"
1142
 
1143
+ #: library/plugin-settings.php:1587
1144
  msgid "Login/Register Form"
1145
+ msgstr "लॉगइन / रजिस्टर फॉर्म"
1146
 
1147
+ #: library/plugin-settings.php:1588
1148
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1149
+ msgstr "आप एक फ़ॉर्म भी प्रदर्शित कर सकते हैं जो उपयोगकर्ताओं को अपना पासवर्ड दर्ज करने, पंजीकरण करने या रीसेट करने में सक्षम बनाता है।"
1150
 
1151
+ #: library/plugin-settings.php:1596
1152
  msgid "Display Submitted Posts"
1153
+ msgstr "प्रस्तुत पोस्ट प्रदर्शित करें"
1154
 
1155
+ #: library/plugin-settings.php:1597
1156
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1157
+ msgstr "किसी भी WP पोस्ट या पेज पर प्रस्तुत पोस्ट की सूची प्रदर्शित करने के लिए इस शोर्ट का उपयोग करें:"
1158
 
1159
+ #: library/plugin-settings.php:1600
1160
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1161
+ msgstr "या, अपने थीम टेम्प्लेट में कहीं भी प्रस्तुत पदों की सूची प्रदर्शित करने के लिए टेम्प्लेट टैग का उपयोग करें:"
1162
 
1163
+ #: library/plugin-settings.php:1603
1164
  msgid "Here are some examples showing how to configure this shortcode:"
1165
+ msgstr "इस शोर्ट को कॉन्फ़िगर करने के तरीके के कुछ उदाहरण यहां दिए गए हैं:"
1166
 
1167
+ #: library/plugin-settings.php:1611
1168
  msgid "Display Image Gallery"
1169
+ msgstr "छवि गैलरी प्रदर्शित करें"
1170
 
1171
+ #: library/plugin-settings.php:1612
1172
  msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
1173
+ msgstr "प्रत्येक प्रस्तुत पोस्ट के लिए अपलोड की गई छवियों की एक गैलरी प्रदर्शित करने के लिए इस शोर्ट का उपयोग करें:"
1174
 
1175
+ #: library/plugin-settings.php:1615
1176
  msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
1177
+ msgstr "या, अपने थीम टेम्प्लेट में कहीं भी एक छवि गैलरी प्रदर्शित करने के लिए टेम्प्लेट टैग का उपयोग करें:"
1178
 
1179
+ #: library/plugin-settings.php:1618
1180
  msgid "You can customize using any of the follwing attributes:"
1181
+ msgstr "आप follwing विशेषताओं में से किसी का उपयोग करके अनुकूलित कर सकते हैं:"
1182
 
1183
+ #: library/plugin-settings.php:1633
1184
  msgid "Reset Form Button"
1185
+ msgstr "फॉर्म बटन को रीसेट करें"
1186
 
1187
+ #: library/plugin-settings.php:1634
1188
  msgid "This shortcode displays a link that resets the form to its original state:"
1189
+ msgstr "यह शोर्ट एक लिंक प्रदर्शित करता है जो फ़ॉर्म को उसकी मूल स्थिति में बदलता है:"
1190
 
1191
+ #: library/plugin-settings.php:1637
1192
  msgid "This shortcode accepts the following attributes:"
1193
  msgstr "यह शोर्ट निम्नलिखित विशेषताओं को स्वीकार करता है:"
1194
 
1195
+ #: library/plugin-settings.php:1643
1196
  msgid "Note that the url attribute accepts"
1197
+ msgstr "ध्यान दें कि url विशेषता स्वीकार करता है"
1198
 
1199
+ #: library/plugin-settings.php:1643
1200
  msgid "to get the current URL."
1201
+ msgstr "वर्तमान URL प्राप्त करने के लिए।"
1202
 
1203
+ #: library/plugin-settings.php:1646
1204
  msgid "Access Control"
1205
  msgstr "पहुँच नियंत्रण"
1206
 
1207
+ #: library/plugin-settings.php:1647
1208
  msgid "USP provides three shortcodes to control access and restrict content."
1209
+ msgstr "यूएसपी सामग्री को नियंत्रित करने और प्रतिबंधित करने के लिए तीन शॉर्टकोड प्रदान करता है।"
1210
 
1211
+ #: library/plugin-settings.php:1648
1212
  msgid "Display content only to users with a specific capability:"
1213
+ msgstr "केवल विशिष्ट क्षमता वाले उपयोगकर्ताओं के लिए सामग्री प्रदर्शित करें:"
1214
 
1215
+ #: library/plugin-settings.php:1651
1216
  msgid "Display content to logged-in users:"
1217
+ msgstr "लॉग-इन उपयोगकर्ताओं के लिए सामग्री प्रदर्शित करें:"
1218
 
1219
+ #: library/plugin-settings.php:1654
1220
  msgid "Display content to visitors only:"
1221
+ msgstr "केवल आगंतुकों को सामग्री दिखाएं:"
1222
 
1223
+ #: library/plugin-settings.php:1657
1224
  msgid "Tip:"
1225
  msgstr "सुझाव:"
1226
 
1227
+ #: library/plugin-settings.php:1657
1228
  msgid "to include markup in the deny message, you can use"
1229
+ msgstr "इनकार संदेश में मार्कअप को शामिल करने के लिए, आप उपयोग कर सकते हैं"
1230
 
1231
+ #: library/plugin-settings.php:1657
1232
  msgid "to output"
1233
  msgstr "उत्पादन करने के लिए"
1234
 
1235
+ #: library/plugin-settings.php:1660
1236
  msgid "Example"
1237
  msgstr "उदाहरण"
1238
 
1239
+ #: library/plugin-settings.php:1661
1240
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1241
+ msgstr "यदि उपयोगकर्ता लॉग इन है, तो पोस्ट-सबमिट फॉर्म प्रदर्शित करें; या यदि उपयोगकर्ता लॉग इन नहीं है, तो लॉगिन फॉर्म प्रदर्शित करें:"
1242
 
1243
+ #: library/plugin-settings.php:1673
1244
  msgid "Restore Defaults"
1245
  msgstr "डिफॉल्ट्स का पुनःस्थापन"
1246
 
1247
+ #: library/plugin-settings.php:1676
1248
  msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1249
+ msgstr "अपनी सेटिंग्स को याद रखने के लिए इस विकल्प को निष्क्रिय कर दें। या, आगे बढ़ने और डिफ़ॉल्ट प्लगइन विकल्पों को पुनर्स्थापित करने के लिए: बॉक्स को चेक करें, अपनी सेटिंग्स को सहेजें, और फिर प्लगइन को निष्क्रिय / पुन: सक्रिय करें।"
1250
 
1251
+ #: library/plugin-settings.php:1680
1252
  msgid "Restore default options upon plugin deactivation/reactivation."
1253
+ msgstr "प्लगइन निष्क्रिय / पुनः सक्रियण पर डिफ़ॉल्ट विकल्पों को पुनर्स्थापित करें।"
1254
 
1255
+ #: library/plugin-settings.php:1687
1256
  msgid "Show Support"
1257
  msgstr "समर्थन दिखाएं"
1258
 
1259
+ #: library/plugin-settings.php:1696
1260
  msgid "by"
1261
  msgstr "द्वारा"
1262
 
1263
+ #: library/plugin-settings.php:1697
1264
  msgid "Jeff Starr on Twitter"
1265
  msgstr "ट्विटर पर जेफ स्टार"
1266
 
1267
+ #: library/plugin-settings.php:1698
1268
  msgid "Obsessive Web Design &amp; Development"
1269
+ msgstr "जुनूनी वेब डिज़ाइन & amp; विकास"
1270
 
1271
+ #: library/plugin-settings.php:1709
1272
  msgid "Save Preference"
1273
+ msgstr "वरीयता सहेजें"
1274
 
1275
+ #: library/plugin-settings.php:1716
1276
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1277
  msgstr "क्या आप वाकई सभी डिफ़ॉल्ट विकल्पों को पुनर्स्थापित करना चाहते हैं? (यह कार्य दोबारा से नहीं हो सकता)"
1278
 
1279
+ #: library/support-panel.php:55
1280
+ msgid "Perishable Press Books"
1281
+ msgstr "पेरिशबल प्रेस बुक्स"
1282
+
1283
+ #: library/support-panel.php:56
1284
+ msgid "Plugin Planet"
1285
+ msgstr "प्लगइन ग्रह"
1286
+
1287
+ #: library/support-panel.php:57
1288
+ msgid "Donate via PayPal"
1289
+ msgstr "पेपाल के माध्यम से दान करें"
1290
+
1291
+ #: library/support-panel.php:59
1292
+ msgid "books"
1293
+ msgstr "पुस्तकें"
1294
+
1295
+ #: library/support-panel.php:60
1296
+ msgid "plugins"
1297
+ msgstr "प्लग-इन"
1298
+
1299
+ #: library/support-panel.php:61
1300
+ msgid "donation"
1301
+ msgstr "दान"
1302
+
1303
+ #: library/support-panel.php:63
1304
+ msgid "Thank you for using"
1305
+ msgstr "उपयोग करने के लिए आपका धन्यवाद"
1306
+
1307
+ #: library/support-panel.php:64
1308
+ msgid "Please show support by purchasing one of my"
1309
+ msgstr "कृपया मेरी एक खरीद करके समर्थन दिखाएं"
1310
+
1311
+ #: library/support-panel.php:65
1312
+ msgid "or"
1313
+ msgstr "या"
1314
+
1315
+ #: library/support-panel.php:65
1316
+ msgid "or by making a"
1317
+ msgstr "या बनाकर"
1318
+
1319
+ #: library/support-panel.php:66
1320
+ msgid "Your generous support helps future development of"
1321
+ msgstr "आपका उदार समर्थन भविष्य के विकास में मदद करता है"
1322
+
1323
+ #: library/support-panel.php:67
1324
+ msgid "and is greatly appreciated."
1325
+ msgstr "और बहुत सराहना की है।"
1326
+
1327
+ #: library/support-panel.php:69
1328
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1329
+ msgstr "किसी भी आकार का दान मुझे इस मुफ्त प्लगइन और अन्य भयानक वर्डप्रेस संसाधनों को जारी रखने में मदद करता है।"
1330
+
1331
  #. Description of the plugin
1332
  #:
1333
  msgid "Enables your visitors to submit posts and images from anywhere on your site."
1334
+ msgstr "अपने आगंतुकों को आपकी साइट पर कहीं से भी पोस्ट और चित्र सबमिट करने में सक्षम बनाता है।"
1335
 
1336
  #. URI of the plugin
1337
  #:
languages/usp-it_IT.mo CHANGED
Binary file
languages/usp-it_IT.po CHANGED
@@ -4,1321 +4,1334 @@ msgstr ""
4
  "Content-Type: text/plain; charset=UTF-8\n"
5
  "Content-Transfer-Encoding: 8bit\n"
6
  "X-Generator: POEditor.com\n"
7
- "Project-Id-Version: USP 2018 Nov\n"
8
  "Language: it\n"
9
 
10
  #. Name of the plugin
11
  #: user-submitted-posts.php:44 library/support-panel.php:5
12
  msgid "User Submitted Posts"
13
- msgstr "Post inviati dall'utente"
14
 
15
- #: user-submitted-posts.php:81
16
  msgid "requires WordPress "
17
- msgstr "richiede WordPress"
18
 
19
- #: user-submitted-posts.php:82
20
  msgid " or higher, and has been deactivated! "
21
- msgstr " o superiore, ed è stato disattivato!"
22
 
23
- #: user-submitted-posts.php:83
24
  msgid "Please return to the"
25
  msgstr "Si prega di tornare al"
26
 
27
- #: user-submitted-posts.php:84
28
  msgid "WordPress Admin Area"
29
- msgstr "Area amministrativa di WordPress"
30
 
31
- #: user-submitted-posts.php:85
32
  msgid "to upgrade WordPress and try again."
33
  msgstr "per aggiornare WordPress e riprovare."
34
 
35
- #: user-submitted-posts.php:125
36
  msgid "User Submitted Post"
37
- msgstr "Post inviato dall'utente"
38
 
39
- #: user-submitted-posts.php:433
40
  msgid "User Submitted Post Info"
41
  msgstr "Informazioni post inviate dall'utente"
42
 
43
- #: user-submitted-posts.php:463
44
  msgid "Submitter Name: "
45
- msgstr "Nome del mittente:"
46
 
47
- #: user-submitted-posts.php:464
48
  msgid "Submitter Email: "
49
- msgstr "Email del mittente:"
50
 
51
- #: user-submitted-posts.php:465
52
  msgid "Submitter URL: "
53
- msgstr "URL del submitter:"
54
 
55
- #: user-submitted-posts.php:466
56
  msgid "Submitter IP: "
57
- msgstr "IP del mittente:"
58
 
59
- #: user-submitted-posts.php:517
60
  msgid "Show USP Posts"
61
- msgstr "Mostra messaggi USP"
62
 
63
- #: user-submitted-posts.php:518 library/plugin-settings.php:999
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
- #: user-submitted-posts.php:1301
68
  msgid " files required"
69
  msgstr " file richiesti"
70
 
71
- #: user-submitted-posts.php:1302
72
  msgid " file required"
73
  msgstr " file richiesto"
74
 
75
- #: user-submitted-posts.php:1304
76
  msgid " files"
77
  msgstr " File"
78
 
79
- #: user-submitted-posts.php:1305
80
  msgid " file"
81
  msgstr " file"
82
 
83
- #: user-submitted-posts.php:1307 user-submitted-posts.php:1308
84
- #: user-submitted-posts.php:1309 user-submitted-posts.php:1310
85
  msgid " pixels"
86
  msgstr " pixel"
87
 
88
- #: user-submitted-posts.php:1312 library/core-functions.php:215
89
- #: library/plugin-settings.php:290 library/plugin-settings.php:309
90
- #: library/plugin-settings.php:711 library/plugin-settings.php:1243
91
  msgid "Custom Field"
92
  msgstr "Campo personalizzato"
93
 
94
- #: user-submitted-posts.php:1314
95
  msgid "Custom checkbox required"
96
  msgstr "Casella di controllo personalizzata richiesta"
97
 
98
- #: user-submitted-posts.php:1317
99
  msgid "An error occurred. Please go back and try again."
100
- msgstr "Si è verificato un errore. Per favore torna indietro e riprova."
101
 
102
- #: user-submitted-posts.php:1327
103
  msgid "User login required"
104
  msgstr "Accesso utente richiesto"
105
 
106
- #: user-submitted-posts.php:1328
107
  msgid "User name required"
108
  msgstr "Nome utente richiesto"
109
 
110
- #: user-submitted-posts.php:1329
111
  msgid "Post title required"
112
- msgstr "Titolo richiesto"
113
 
114
- #: user-submitted-posts.php:1330
115
  msgid "User URL required"
116
- msgstr "URL dell'utente richiesto"
117
 
118
- #: user-submitted-posts.php:1331
119
  msgid "Post tags required"
120
- msgstr "Post tags richiesti"
121
 
122
- #: user-submitted-posts.php:1332
123
  msgid "Post category required"
124
- msgstr "Post richiesta obbligatoria"
125
 
126
- #: user-submitted-posts.php:1333
127
  msgid "Post content required"
128
- msgstr "Pubblica i contenuti richiesti"
129
 
130
- #: user-submitted-posts.php:1334 user-submitted-posts.php:1335
131
  msgid "Correct captcha required"
132
  msgstr "Richiesto captcha corretto"
133
 
134
- #: user-submitted-posts.php:1336
135
  msgid "User email required"
136
- msgstr "E-mail utente richiesta"
137
 
138
- #: user-submitted-posts.php:1337
139
  msgid "Please check your email and try again"
140
- msgstr "Controlla la tua email e riprova"
141
 
142
- #: user-submitted-posts.php:1338
143
  msgid "Non-empty value for hidden field"
144
  msgstr "Valore non vuoto per campo nascosto"
145
 
146
- #: user-submitted-posts.php:1339
147
  msgid "Minimum number of images not met"
148
- msgstr "Numero minimo di immagini non soddisfatte"
149
 
150
- #: user-submitted-posts.php:1340
151
  msgid "Maximum number of images exceeded "
152
- msgstr "Numero massimo di immagini superate"
153
 
154
- #: user-submitted-posts.php:1341
155
  msgid "Minimum image width not met"
156
- msgstr "Larghezza minima dell'immagine non soddisfatta"
157
 
158
- #: user-submitted-posts.php:1342
159
  msgid "Image width exceeds maximum"
160
  msgstr "La larghezza dell'immagine supera il massimo"
161
 
162
- #: user-submitted-posts.php:1343
163
  msgid "Minimum image height not met"
164
- msgstr "Altezza minima dell'immagine non soddisfatta"
165
 
166
- #: user-submitted-posts.php:1344
167
  msgid "Image height exceeds maximum"
168
  msgstr "L'altezza dell'immagine supera il massimo"
169
 
170
- #: user-submitted-posts.php:1345
171
  msgid "File type not allowed (please upload images only)"
172
  msgstr "Tipo di file non consentito (caricare solo immagini)"
173
 
174
- #: user-submitted-posts.php:1346
175
  msgid " required"
176
  msgstr " necessario"
177
 
178
- #: user-submitted-posts.php:1351
179
  msgid "File not uploaded. Please check the file and try again."
180
- msgstr "File non caricato. Si prega di controllare il file e riprovare."
181
 
182
- #: user-submitted-posts.php:1355
183
  msgid "The file(s) could not be uploaded"
184
- msgstr "Il file (s) non può essere caricato"
185
 
186
- #: user-submitted-posts.php:1357
187
  msgid "Post not created. Please contact the site administrator for help."
188
- msgstr "Post non creato. Si prega di contattare l'amministratore del sito per aiuto."
189
 
190
- #: user-submitted-posts.php:1358
191
  msgid "Duplicate post title. Please try again."
192
- msgstr "Titolo del post duplicato. Per favore riprova."
193
 
194
- #: user-submitted-posts.php:1368
195
  msgid "Error: "
196
- msgstr "Errore:"
197
 
198
- #: user-submitted-posts.php:1394
199
  msgid "Return to form"
200
- msgstr "Ritorna alla forma"
201
 
202
- #: user-submitted-posts.php:1424 library/plugin-settings.php:975
203
  msgid "Please"
204
  msgstr "per favore"
205
 
206
- #: user-submitted-posts.php:1425
207
  msgid "log in"
208
  msgstr "accesso"
209
 
210
- #: user-submitted-posts.php:1426
211
  msgid "to submit content!"
212
  msgstr "per inviare contenuti!"
213
 
214
- #: views/submission-form.php:46 views/submission-form-alt.php:55
215
  msgid "Please complete the required fields."
216
  msgstr "Si prega di compilare i campi richiesti."
217
 
218
- #: views/submission-form.php:56 views/submission-form.php:57
219
- #: views/submission-form-alt.php:61 views/submission-form-alt.php:62
220
  msgid "Your Name"
221
  msgstr "Il tuo nome"
222
 
223
- #: views/submission-form.php:62 views/submission-form.php:63
224
- #: views/submission-form-alt.php:67 views/submission-form-alt.php:68
225
  msgid "Your URL"
226
  msgstr "Il tuo URL"
227
 
228
- #: views/submission-form.php:68 views/submission-form.php:69
229
- #: views/submission-form-alt.php:73 views/submission-form-alt.php:74
230
  msgid "Your Email"
231
  msgstr "La tua email"
232
 
233
- #: views/submission-form.php:74 views/submission-form.php:75
234
- #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
235
- #: library/plugin-settings.php:1036
236
  msgid "Post Title"
237
  msgstr "Titolo del post"
238
 
239
- #: views/submission-form.php:80 views/submission-form.php:81
240
- #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
241
- #: library/plugin-settings.php:1037
242
  msgid "Post Tags"
243
- msgstr "Post Tags"
244
 
245
- #: views/submission-form.php:93 views/submission-form-alt.php:98
246
  msgid "Antispam Question"
247
  msgstr "Domanda antispam"
248
 
249
- #: views/submission-form.php:98 views/submission-form-alt.php:103
250
- #: library/plugin-settings.php:1038
251
  msgid "Post Category"
252
- msgstr "Post categoria"
253
 
254
- #: views/submission-form.php:100 views/submission-form-alt.php:105
 
255
  msgid "Please select a category.."
256
- msgstr "Si prega di selezionare una categoria .."
257
 
258
- #: views/submission-form.php:135 views/submission-form.php:136
259
- #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
260
- #: library/plugin-settings.php:1039
261
  msgid "Post Content"
262
- msgstr "Pubblica contenuti"
263
 
264
- #: views/submission-form.php:142 views/submission-form-alt.php:147
265
  msgid "Verification"
266
  msgstr "Verifica"
267
 
268
- #: views/submission-form.php:149 views/submission-form-alt.php:154
269
  msgid "Upload an Image"
270
  msgstr "Carica un'immagine"
271
 
272
- #: views/submission-form.php:158 views/submission-form-alt.php:163
273
  msgid "Add another image"
274
  msgstr "Aggiungi un'altra immagine"
275
 
276
- #: views/submission-form.php:180 views/submission-form-alt.php:185
277
  msgid "Human verification: leave this field empty."
278
- msgstr "Verifica umana: lascia questo campo vuoto."
279
 
280
- #: views/submission-form.php:204 views/submission-form-alt.php:209
281
  msgid "Submit Post"
282
- msgstr "Invia post"
 
 
 
 
283
 
284
  #: library/shortcode-misc.php:18
285
  msgid "Reset form"
286
- msgstr "Ripristina modulo"
287
 
288
  #: library/shortcode-misc.php:128
289
  msgid "View full post"
290
- msgstr "Visualizza l'intero post"
291
-
292
- #: library/support-panel.php:52
293
- msgid "Perishable Press Books"
294
- msgstr "Libri di stampa deperibili"
295
-
296
- #: library/support-panel.php:53
297
- msgid "Plugin Planet"
298
- msgstr "Plugin Planet"
299
-
300
- #: library/support-panel.php:54
301
- msgid "Donate via PayPal"
302
- msgstr "Dona tramite PayPal"
303
-
304
- #: library/support-panel.php:56
305
- msgid "books"
306
- msgstr "libri"
307
-
308
- #: library/support-panel.php:57
309
- msgid "plugins"
310
- msgstr "plugins"
311
-
312
- #: library/support-panel.php:58
313
- msgid "donation"
314
- msgstr "donazione"
315
-
316
- #: library/support-panel.php:60
317
- msgid "Thank you for using"
318
- msgstr "Grazie per averlo usato"
319
-
320
- #: library/support-panel.php:61
321
- msgid "Please show support by purchasing one of my"
322
- msgstr "Si prega di mostrare supporto acquistando uno dei miei"
323
-
324
- #: library/support-panel.php:62
325
- msgid "or"
326
- msgstr "o"
327
-
328
- #: library/support-panel.php:62
329
- msgid "or by making a"
330
- msgstr "o facendo un"
331
-
332
- #: library/support-panel.php:63
333
- msgid "Your generous support helps future development of"
334
- msgstr "Il tuo generoso supporto aiuta lo sviluppo futuro di"
335
-
336
- #: library/support-panel.php:64
337
- msgid "and is greatly appreciated."
338
- msgstr "ed è molto apprezzato"
339
-
340
- #: library/support-panel.php:66
341
- msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
342
- msgstr "La donazione di qualsiasi dimensione mi aiuta a continuare a sviluppare questo plugin gratuito e altre fantastiche risorse WordPress."
343
 
344
- #: library/enqueue-scripts.php:83 library/enqueue-scripts.php:117
345
- msgid "Incorrect response."
346
- msgstr "Risposta errata"
347
 
348
- #: library/plugin-settings.php:32
349
  msgid "Get USP Pro for unlimited forms!"
350
  msgstr "Ottieni USP Pro per moduli illimitati!"
351
 
352
- #: library/plugin-settings.php:33
353
  msgid "Go Pro"
354
- msgstr "Vai Pro"
355
 
356
- #: library/plugin-settings.php:37
357
- msgid "Settings"
358
- msgstr "impostazioni"
359
-
360
- #: library/plugin-settings.php:55 library/plugin-settings.php:1007
361
- #: library/plugin-settings.php:1595
362
  msgid "Plugin Homepage"
363
  msgstr "Homepage del plugin"
364
 
365
- #: library/plugin-settings.php:56
366
  msgid "Homepage"
367
  msgstr "Homepage"
368
 
369
- #: library/plugin-settings.php:61
370
  msgid "Give USP a 5-star rating at WordPress.org"
371
- msgstr "Offri a USP una valutazione a 5 stelle su WordPress.org"
372
 
373
- #: library/plugin-settings.php:62
374
  msgid "Rate this plugin&nbsp;&raquo;"
375
- msgstr "Valuta questo plug-in & nbsp; & raquo;"
376
 
377
- #: library/plugin-settings.php:120
378
  msgid "WP Post (recommended)"
379
  msgstr "WP Post (consigliato)"
380
 
381
- #: library/plugin-settings.php:124
382
  msgid "WP Page"
383
  msgstr "Pagina WP"
384
 
385
- #: library/plugin-settings.php:140
386
  msgid "HTML5 Form + Default CSS"
387
  msgstr "Modulo HTML5 + CSS predefinito"
388
 
389
- #: library/plugin-settings.php:140
390
  msgid "(Recommended)"
391
  msgstr "(Consigliato)"
392
 
393
- #: library/plugin-settings.php:144
394
  msgid "HTML5 Form + Disable CSS"
395
  msgstr "Modulo HTML5 + Disabilita CSS"
396
 
397
- #: library/plugin-settings.php:144
398
  msgid "(Provide your own styles)"
399
  msgstr "(Fornisci i tuoi stili)"
400
 
401
- #: library/plugin-settings.php:148
402
  msgid "Custom Form + Custom CSS"
403
  msgstr "Modulo personalizzato + CSS personalizzato"
404
 
405
- #: library/plugin-settings.php:148
406
  msgid "(Provide your own form template &amp; styles)"
407
  msgstr "(Fornisci il tuo modello di modulo e stili)"
408
 
409
- #: library/plugin-settings.php:164 library/plugin-settings.php:188
410
- #: library/plugin-settings.php:211 library/plugin-settings.php:235
411
  msgid "Auto-display before post content"
412
- msgstr "Visualizzazione automatica prima del contenuto del post"
413
 
414
- #: library/plugin-settings.php:168 library/plugin-settings.php:192
415
- #: library/plugin-settings.php:215 library/plugin-settings.php:239
416
  msgid "Auto-display after post content"
417
  msgstr "Visualizzazione automatica dopo il contenuto del post"
418
 
419
- #: library/plugin-settings.php:172
420
  msgid "Do not auto-display submitted images"
421
  msgstr "Non visualizzare automaticamente le immagini inviate"
422
 
423
- #: library/plugin-settings.php:196
424
  msgid "Do not auto-display submitted email"
425
- msgstr "Non visualizzare automaticamente l'e-mail inviata"
426
 
427
- #: library/plugin-settings.php:219
428
  msgid "Do not auto-display submitted URL"
429
  msgstr "Non visualizzare automaticamente l'URL inviato"
430
 
431
- #: library/plugin-settings.php:243
432
  msgid "Do not auto-display the Custom Field"
433
  msgstr "Non visualizzare automaticamente il campo personalizzato"
434
 
435
- #: library/plugin-settings.php:271 library/plugin-settings.php:303
436
- #: library/plugin-settings.php:336 library/plugin-settings.php:368
437
- msgid "Display and require"
438
- msgstr "Mostra e richiede"
439
 
440
- #: library/plugin-settings.php:272 library/plugin-settings.php:304
441
- msgid "Display but do not require"
442
- msgstr "Visualizza ma non richiede"
443
 
444
- #: library/plugin-settings.php:273 library/plugin-settings.php:305
445
- #: library/plugin-settings.php:337 library/plugin-settings.php:369
446
  msgid "Disable this field"
447
  msgstr "Disabilita questo campo"
448
 
449
- #: library/plugin-settings.php:308 library/plugin-settings.php:340
450
- #: library/plugin-settings.php:372 library/plugin-settings.php:404
451
  msgid "(Visit"
452
  msgstr "(Visita"
453
 
454
- #: library/plugin-settings.php:309 library/plugin-settings.php:341
455
- #: library/plugin-settings.php:373 library/plugin-settings.php:405
456
  msgid "to configure options)"
457
  msgstr "per configurare le opzioni)"
458
 
459
- #: library/plugin-settings.php:324 library/plugin-settings.php:341
460
- #: library/plugin-settings.php:1261 library/plugin-settings.php:1266
461
  msgid "Challenge Question"
462
- msgstr "Domanda Sfida"
463
 
464
- #: library/plugin-settings.php:356 library/plugin-settings.php:373
465
- #: library/plugin-settings.php:1283
466
  msgid "Google reCAPTCHA"
467
  msgstr "Google reCAPTCHA"
468
 
469
- #: library/plugin-settings.php:388
470
  msgid "Post Images"
471
  msgstr "Pubblica immagini"
472
 
473
- #: library/plugin-settings.php:400
474
- msgid "Display"
475
- msgstr "Display"
476
 
477
- #: library/plugin-settings.php:401
478
  msgid "Disable"
479
  msgstr "disattivare"
480
 
481
- #: library/plugin-settings.php:405 library/plugin-settings.php:1344
482
  msgid "Image Uploads"
483
  msgstr "Caricamenti di immagini"
484
 
485
- #: library/plugin-settings.php:485
486
  msgid "Draft"
487
  msgstr "Bozza"
488
 
489
- #: library/plugin-settings.php:486
490
  msgid "Pending (default)"
491
- msgstr "In sospeso (predefinito)"
492
 
493
- #: library/plugin-settings.php:487
494
  msgid "Publish immediately"
495
- msgstr "Pubblica immediatamente"
496
 
497
- #: library/plugin-settings.php:488
498
  msgid "Publish after 1 approved post"
499
  msgstr "Pubblica dopo 1 post approvato"
500
 
501
- #: library/plugin-settings.php:489
502
  msgid "Publish after "
503
- msgstr "Pubblica dopo"
504
 
505
- #: library/plugin-settings.php:489
506
  msgid " approved posts"
507
- msgstr " post approvati"
508
 
509
- #: library/plugin-settings.php:655
 
 
 
 
510
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
511
- msgstr "C'era un errore. Assicurati di aver aggiunto un titolo, alcuni contenuti e di aver caricato solo le immagini."
512
 
513
- #: library/plugin-settings.php:669
514
  msgid "Please select your image(s) to upload."
515
- msgstr "Si prega di selezionare l'immagine (s) per caricare."
516
 
517
- #: library/plugin-settings.php:675
518
  msgid "Success! Thank you for your submission."
519
  msgstr "Successo! Grazie per la vostra presentazione."
520
 
521
- #: library/plugin-settings.php:701
522
  msgid "Email"
523
  msgstr "E-mail"
524
 
525
- #: library/plugin-settings.php:702
526
  msgid "URL"
527
  msgstr "URL"
528
 
529
- #: library/plugin-settings.php:962
530
  msgid "Toggle all panels"
531
- msgstr "Attiva tutti i pannelli"
532
 
533
- #: library/plugin-settings.php:971
534
  msgid "We need your support!"
535
  msgstr "Abbiamo bisogno del tuo supporto!"
536
 
537
- #: library/plugin-settings.php:975
538
  msgid "Make a donation via PayPal"
539
- msgstr "Fai una donazione tramite PayPal"
540
 
541
- #: library/plugin-settings.php:975
542
  msgid "make a donation"
543
  msgstr "Fai una donazione"
544
 
545
- #: library/plugin-settings.php:975
546
  msgid "and/or"
547
  msgstr "e / o"
548
 
549
- #: library/plugin-settings.php:976
550
  msgid "Rate and review at the Plugin Directory"
551
- msgstr "Valuta e controlla la directory dei plugin"
552
 
553
- #: library/plugin-settings.php:977
554
  msgid "give this plugin a 5-star rating"
555
  msgstr "dai a questo plugin una valutazione a 5 stelle"
556
 
557
- #: library/plugin-settings.php:981
558
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
559
  msgstr "Il tuo generoso supporto consente lo sviluppo continuo di questo plugin gratuito. Grazie!"
560
 
561
- #: library/plugin-settings.php:986
562
  msgid "Check this box if you have shown support"
563
  msgstr "Seleziona questa casella se hai mostrato supporto"
564
 
565
- #: library/plugin-settings.php:995
566
  msgid "Overview"
567
  msgstr "Panoramica"
568
 
569
- #: library/plugin-settings.php:999
570
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
571
- msgstr "consente ai tuoi visitatori di inviare post e caricare immagini dal front-end del tuo sito."
572
 
573
- #: library/plugin-settings.php:1000
574
  msgid "For advanced functionality and unlimited forms, check out"
575
  msgstr "Per funzionalità avanzate e moduli illimitati, controlla"
576
 
577
- #: library/plugin-settings.php:1000 library/plugin-settings.php:1402
578
  msgid "USP Pro"
579
  msgstr "USP Pro"
580
 
581
- #: library/plugin-settings.php:1001
582
  msgid "&mdash; the ultimate solution for user-generated content."
583
  msgstr "& Mdash; la soluzione definitiva per i contenuti generati dagli utenti."
584
 
585
- #: library/plugin-settings.php:1005 library/plugin-settings.php:1022
586
  msgid "Plugin Settings"
587
  msgstr "Impostazioni del plugin"
588
 
589
- #: library/plugin-settings.php:1006
590
  msgid "Display the form"
591
  msgstr "Visualizza il modulo"
592
 
593
- #: library/plugin-settings.php:1010
594
  msgid "If you like this plugin, please"
595
  msgstr "Se ti piace questo plugin, per favore"
596
 
597
- #: library/plugin-settings.php:1011
598
  msgid "THANK YOU for your support!"
599
  msgstr "Grazie per il vostro sostegno!"
600
 
601
- #: library/plugin-settings.php:1011
602
  msgid "give it a 5-star rating"
603
- msgstr "dargli una valutazione a 5 stelle"
604
 
605
- #: library/plugin-settings.php:1015
606
  msgid "Unlimited front-end forms"
607
- msgstr "Forme front-end illimitate"
608
 
609
- #: library/plugin-settings.php:1015
610
  msgid "Get USP Pro"
611
  msgstr "Ottieni USP Pro"
612
 
613
- #: library/plugin-settings.php:1025
614
  msgid "Configure your settings for User Submitted Posts."
615
  msgstr "Configura le tue impostazioni per i post inviati dall'utente."
616
 
617
- #: library/plugin-settings.php:1027
618
  msgid "Form Fields"
619
  msgstr "Campi modulo"
620
 
621
- #: library/plugin-settings.php:1033
622
  msgid "User Name"
623
  msgstr "Nome utente"
624
 
625
- #: library/plugin-settings.php:1034
626
  msgid "User Email"
627
  msgstr "Email dell'utente"
628
 
629
- #: library/plugin-settings.php:1035
630
  msgid "User URL"
631
  msgstr "URL dell'utente"
632
 
633
- #: library/plugin-settings.php:1050
634
  msgid "General Settings"
635
  msgstr "impostazioni generali"
636
 
637
- #: library/plugin-settings.php:1052
638
  msgid "Note that the default settings work fine for most cases."
639
- msgstr "Si noti che le impostazioni predefinite funzionano bene per la maggior parte dei casi."
640
 
641
- #: library/plugin-settings.php:1057
642
  msgid "Form Style"
643
  msgstr "Stile della forma"
644
 
645
- #: library/plugin-settings.php:1062
646
  msgid "With this option, you can copy the plugin&rsquo;s default templates:"
647
  msgstr "Con questa opzione, puoi copiare i modelli predefiniti del plug-in:"
648
 
649
- #: library/plugin-settings.php:1067
650
  msgid "..and upload them into a directory named"
651
- msgstr "..e caricali in una directory chiamata"
652
 
653
- #: library/plugin-settings.php:1067
654
  msgid "in your theme:"
655
  msgstr "nel tuo tema:"
656
 
657
- #: library/plugin-settings.php:1073
658
  msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
659
- msgstr "Ciò ti consentirà di personalizzare la forma e gli stili come desiderato. Per maggiori informazioni, consulta la sezione \"Modulo di invio personalizzato\" nel"
660
 
661
- #: library/plugin-settings.php:1074
662
  msgid "Installation Docs"
663
  msgstr "Documenti di installazione"
664
 
665
- #: library/plugin-settings.php:1075
666
  msgid "FYI: here is a"
667
- msgstr "A proposito: ecco a"
668
 
669
- #: library/plugin-settings.php:1075
670
  msgid "list of USP CSS selectors"
671
  msgstr "elenco dei selettori CSS USP"
672
 
673
- #: library/plugin-settings.php:1081
674
  msgid "Include JavaScript"
675
- msgstr "Include JavaScript"
676
 
677
- #: library/plugin-settings.php:1083
678
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
679
- msgstr "Seleziona questa casella se vuoi includere i file JavaScript esterni (consigliato)."
680
 
681
- #: library/plugin-settings.php:1086
682
  msgid "Targeted Loading"
683
  msgstr "Caricamento mirato"
684
 
685
- #: library/plugin-settings.php:1088
686
- msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
687
- msgstr "Per impostazione predefinita, CSS esterno & amp; I file JavaScript vengono caricati su ogni pagina. Qui puoi specificare l'URL del modulo USP per caricare risorse solo su quella pagina. Nota: lasciare vuoto per caricare su tutte le pagine."
688
 
689
- #: library/plugin-settings.php:1091
690
  msgid "Post Type"
691
- msgstr "Post Type"
692
 
693
- #: library/plugin-settings.php:1094
694
  msgid "Submit posts as WP Posts or Pages"
695
- msgstr "Invia post come WP Posts o Pages"
696
 
697
- #: library/plugin-settings.php:1098
698
  msgid "Post Status"
699
  msgstr "Post Status"
700
 
701
- #: library/plugin-settings.php:1101
702
  msgid "Post Status for submitted posts"
703
- msgstr "Post Status per i post inviati"
704
 
705
- #: library/plugin-settings.php:1105
706
  msgid "Redirect URL"
707
  msgstr "URL di reindirizzamento"
708
 
709
- #: library/plugin-settings.php:1107
710
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
711
- msgstr "Specificare un URL per reindirizzare l'utente dopo la post-presentazione. Lascia vuoto per reindirizzare alla pagina corrente."
712
 
713
- #: library/plugin-settings.php:1110
714
  msgid "Success Message"
715
  msgstr "Messaggio di successo"
716
 
717
- #: library/plugin-settings.php:1112
718
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
719
- msgstr "Messaggio di successo che viene visualizzato se il post-invio ha esito positivo. È consentito il markup di base."
720
 
721
- #: library/plugin-settings.php:1115
722
  msgid "Error Message"
723
  msgstr "Messaggio di errore"
724
 
725
- #: library/plugin-settings.php:1117
726
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
727
- msgstr "Messaggio di errore generale che viene visualizzato se il post-invio non riesce. È consentito il markup di base."
728
 
729
- #: library/plugin-settings.php:1120
730
  msgid "Custom Content"
731
  msgstr "Contenuto personalizzato"
732
 
733
- #: library/plugin-settings.php:1122
734
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
735
- msgstr "Testo personalizzato / markup da includere prima del modulo di invio. Lascia vuoto per disabilitare."
736
 
737
- #: library/plugin-settings.php:1125
738
  msgid "Rich Text Editor"
739
- msgstr "Rich Text Editor"
740
 
741
- #: library/plugin-settings.php:1127
742
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
743
- msgstr "Seleziona questa casella se desideri abilitare la modifica del testo RTF per i post inviati."
744
 
745
- #: library/plugin-settings.php:1130
746
  msgid "Unique Titles"
747
  msgstr "Titoli unici"
748
 
749
- #: library/plugin-settings.php:1132
750
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
751
- msgstr "Richiedere che i titoli dei post inviati siano unici (utile per evitare post inviati multipli / duplicati)."
752
 
753
- #: library/plugin-settings.php:1135
754
  msgid "Disable Required"
755
- msgstr "Disabilitare Richiesto"
756
 
757
- #: library/plugin-settings.php:1137
758
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
759
- msgstr "Disabilitare tutti gli attributi richiesti nei campi modulo predefiniti (utile per la risoluzione dei messaggi di errore)."
760
 
761
- #: library/plugin-settings.php:1140
762
  msgid "Enable Shortcodes"
763
  msgstr "Abilita codici brevi"
764
 
765
- #: library/plugin-settings.php:1142
766
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
767
- msgstr "Abilita gli shortcode nei widget. Per impostazione predefinita, WordPress non abilita gli shortcode nei widget."
768
 
769
- #: library/plugin-settings.php:1143
770
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
771
- msgstr "Questa impostazione abilita alcuni / tutti i codici di accesso nei widget (anche codici brevi da altri plugin)."
772
 
773
- #: library/plugin-settings.php:1148
774
- msgid "GDPR"
775
- msgstr "GDPR"
776
 
777
- #: library/plugin-settings.php:1153
778
  msgid "Disable IP Tracking"
779
  msgstr "Disabilita il monitoraggio IP"
780
 
781
- #: library/plugin-settings.php:1155
782
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
783
- msgstr "Per impostazione predefinita, USP registra l'indirizzo IP con ciascun post inviato. Seleziona questa casella per disabilitare tutto il monitoraggio IP."
784
 
785
- #: library/plugin-settings.php:1159
786
  msgid "Display Checkbox"
787
- msgstr "Visualizza la casella di controllo"
788
 
789
- #: library/plugin-settings.php:1161
790
  msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
791
- msgstr "Mostra la casella di controllo personalizzata sul tuo modulo (utile per GDPR, accetta i termini, ecc.)"
792
 
793
- #: library/plugin-settings.php:1164
794
  msgid "Checkbox Name"
795
  msgstr "Nome casella di controllo"
796
 
797
- #: library/plugin-settings.php:1166 library/plugin-settings.php:1251
798
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
799
- msgstr "Utilizzare solo caratteri alfanumerici, caratteri di sottolineatura e trattini. Se non sei sicuro, usa il nome predefinito:"
800
 
801
- #: library/plugin-settings.php:1169
802
  msgid "Checkbox Error"
803
- msgstr "Errore casella di controllo"
804
 
805
- #: library/plugin-settings.php:1171
806
  msgid "Error message displayed if user does not check the box."
807
  msgstr "Messaggio di errore visualizzato se l'utente non seleziona la casella."
808
 
809
- #: library/plugin-settings.php:1174
810
  msgid "Checkbox Text"
811
- msgstr "Checkbox Text"
812
 
813
- #: library/plugin-settings.php:1176
814
  msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
815
- msgstr "Testo visualizzato accanto alla casella di controllo. Suggerimento: usa parentesi graffe per produrre parentesi angolari, ad esempio:"
816
 
817
- #: library/plugin-settings.php:1181 library/plugin-settings.php:1186
818
  msgid "Categories"
819
  msgstr "categorie"
820
 
821
- #: library/plugin-settings.php:1189
822
- msgid "Select which categories may be assigned to submitted posts (click to toggle)"
823
- msgstr "Seleziona le categorie che possono essere assegnate ai post inviati (clicca per attivare)"
824
 
825
- #: library/plugin-settings.php:1197
 
 
 
 
 
 
 
 
826
  msgid "Hidden/Default Category"
827
  msgstr "Categoria nascosta / predefinita"
828
 
829
- #: library/plugin-settings.php:1199
830
- msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
831
- msgstr "Utilizza un campo nascosto per la categoria di post. Questo può essere usato per specificare una categoria predefinita quando il campo categoria è disabilitato."
832
 
833
- #: library/plugin-settings.php:1202
834
  msgid "Category ID for Hidden Field"
835
  msgstr "ID categoria per campo nascosto"
836
 
837
- #: library/plugin-settings.php:1204
838
- msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
839
- msgstr "Specifica l'ID della categoria da utilizzare per & ldquo; Categoria nascosta / predefinita & rdquo; opzione."
840
 
841
- #: library/plugin-settings.php:1209
842
  msgid "Users"
843
  msgstr "utenti"
844
 
845
- #: library/plugin-settings.php:1214
846
  msgid "Assigned Author"
847
  msgstr "Autore assegnato"
848
 
849
- #: library/plugin-settings.php:1217
850
  msgid "Specify the user that should be assigned as author for submitted posts."
851
- msgstr "Specifica l'utente che deve essere assegnato come autore per i post inviati."
852
 
853
- #: library/plugin-settings.php:1221
854
  msgid "Registered Username"
855
  msgstr "Nome utente registrato"
856
 
857
- #: library/plugin-settings.php:1223
858
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
859
- msgstr "Usa nome utente registrato come autore post. Valido quando la persona che invia il modulo è connesso a WordPress."
860
 
861
- #: library/plugin-settings.php:1226
862
  msgid "User Profile URL"
863
  msgstr "URL del profilo utente"
864
 
865
- #: library/plugin-settings.php:1228
866
  msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
867
- msgstr "Usa l'URL del profilo utente registrato come valore del campo URL. Valido quando la persona che invia il modulo è connesso a WordPress."
868
 
869
- #: library/plugin-settings.php:1231
870
  msgid "Require User Login"
871
  msgstr "Richiedi accesso utente"
872
 
873
- #: library/plugin-settings.php:1233
874
  msgid "Require users to be logged in to WordPress to view/submit the form"
875
- msgstr "Richiedere agli utenti di accedere a WordPress per visualizzare / inviare il modulo"
876
 
877
- #: library/plugin-settings.php:1236
878
  msgid "Disable Replace Author"
879
  msgstr "Disabilita Sostituisci autore"
880
 
881
- #: library/plugin-settings.php:1238
882
  msgid "Do not replace post author with submitted user name"
883
  msgstr "Non sostituire l'autore del post con il nome utente inviato"
884
 
885
- #: library/plugin-settings.php:1244
886
  msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
887
- msgstr "Qui puoi cambiare il nome e l'etichetta usati dal campo personalizzato. È possibile abilitare questo campo tramite l'impostazione Campi modulo, sopra."
888
 
889
- #: library/plugin-settings.php:1249
890
  msgid "Custom Field Name"
891
  msgstr "Nome campo personalizzato"
892
 
893
- #: library/plugin-settings.php:1254
894
  msgid "Custom Field Label"
895
- msgstr "Etichetta di campo personalizzata"
896
 
897
- #: library/plugin-settings.php:1256
898
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
899
- msgstr "Questo verrà visualizzato come l'etichetta del campo sul modulo. Predefinito: campo personalizzato"
900
 
901
- #: library/plugin-settings.php:1268
902
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
903
- msgstr "Per prevenire lo spam, inserisci una domanda a cui gli utenti devono rispondere prima di inviare il modulo."
904
 
905
- #: library/plugin-settings.php:1271
906
  msgid "Challenge Response"
907
  msgstr "Risposta alla sfida"
908
 
909
- #: library/plugin-settings.php:1273
910
  msgid "Enter the *only* correct answer to the challenge question."
911
- msgstr "Inserisci la * sola * risposta corretta alla domanda di sfida."
912
 
913
- #: library/plugin-settings.php:1276
914
  msgid "Case-sensitivity"
915
  msgstr "Case-sensibilità"
916
 
917
- #: library/plugin-settings.php:1278
918
  msgid "Check this box if you want the challenge response to be case-sensitive."
919
- msgstr "Selezionare questa casella se si desidera che la risposta alla verifica sia sensibile al maiuscolo / minuscolo."
920
 
921
- #: library/plugin-settings.php:1284
922
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
923
  msgstr "Per abilitare Google reCAPTCHA, inserisci le tue chiavi pubbliche e private."
924
 
925
- #: library/plugin-settings.php:1289
926
  msgid "Public Key"
927
  msgstr "Chiave pubblica"
928
 
929
- #: library/plugin-settings.php:1291
930
  msgid "Enter your Public Key"
931
  msgstr "Inserisci la tua chiave pubblica"
932
 
933
- #: library/plugin-settings.php:1294
934
  msgid "Private Key"
935
  msgstr "Chiave privata"
936
 
937
- #: library/plugin-settings.php:1296
938
  msgid "Enter your Private Key"
939
  msgstr "Inserisci la tua chiave privata"
940
 
941
- #: library/plugin-settings.php:1301
942
  msgid "Email Alerts"
943
  msgstr "Avvisi via email"
944
 
945
- #: library/plugin-settings.php:1306
946
  msgid "Receive Email Alert"
947
- msgstr "Ricevi avviso via email"
948
 
949
- #: library/plugin-settings.php:1308
950
  msgid "Check this box if you want to be notified via email for new post submissions."
951
- msgstr "Seleziona questa casella se vuoi essere avvisato via email per i nuovi post inviati."
952
 
953
- #: library/plugin-settings.php:1311
954
  msgid "Enable HTML Format"
955
  msgstr "Abilita il formato HTML"
956
 
957
- #: library/plugin-settings.php:1313
958
  msgid "Check this box to enable HTML format for email alerts."
959
  msgstr "Seleziona questa casella per abilitare il formato HTML per gli avvisi e-mail."
960
 
961
- #: library/plugin-settings.php:1316
962
  msgid "Email Address for Alerts"
963
- msgstr "Indirizzo email per avvisi"
964
 
965
- #: library/plugin-settings.php:1318
966
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
967
- msgstr "Se hai selezionato la casella per ricevere avvisi via email, indica qui l'indirizzo (i) a cui inviare le email."
968
 
969
- #: library/plugin-settings.php:1319
970
  msgid "Multiple recipients may be included using a comma, like so:"
971
- msgstr "Più destinatari possono essere inclusi usando una virgola, in questo modo:"
972
 
973
- #: library/plugin-settings.php:1322
974
  msgid "Email &ldquo;From&rdquo; Address"
975
  msgstr "Email & ldquo; Da & rdquo; Indirizzo"
976
 
977
- #: library/plugin-settings.php:1324
978
  msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
979
- msgstr "Qui puoi personalizzare l'indirizzo (i) utilizzato per & ldquo; Da & rdquo; intestazione (vedi domande frequenti sui plugin per informazioni)."
980
 
981
- #: library/plugin-settings.php:1325
982
  msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
983
- msgstr "Se nell'impostazione precedente sono specificati più indirizzi, includi un numero uguale di & ldquo; Da & rdquo; indirizzi per questa impostazione (nello stesso ordine)."
984
 
985
- #: library/plugin-settings.php:1328
986
  msgid "Email Alert Subject"
987
- msgstr "Oggetto di avviso via email"
988
 
989
- #: library/plugin-settings.php:1330
990
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
991
- msgstr "Riga dell'oggetto per gli avvisi e-mail. Lascia vuoto per utilizzare la riga dell'oggetto predefinita. Nota: è possibile utilizzare le seguenti variabili:"
992
 
993
- #: library/plugin-settings.php:1335
994
  msgid "Email Alert Message"
995
- msgstr "Messaggio di avviso via email"
996
 
997
- #: library/plugin-settings.php:1337
998
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
999
- msgstr "Messaggio per avvisi e-mail. Lascia vuoto per utilizzare il messaggio predefinito. Nota: è possibile utilizzare le seguenti variabili:"
1000
 
1001
- #: library/plugin-settings.php:1349
1002
  msgid "Featured Image"
1003
  msgstr "Immagine in primo piano"
1004
 
1005
- #: library/plugin-settings.php:1351
1006
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
1007
- msgstr "Imposta le immagini inviate come immagini in primo piano. Richiede supporto a tema per le immagini in primo piano (aka Post Thumbnails)."
1008
 
1009
- #: library/plugin-settings.php:1354
1010
  msgid "Upload Message"
1011
  msgstr "Carica messaggio"
1012
 
1013
- #: library/plugin-settings.php:1356
1014
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
1015
- msgstr "Messaggio che appare accanto al campo di caricamento. Utile per dichiarare le linee guida / le politiche di caricamento / ecc. Markup di base consentito."
1016
 
1017
- #: library/plugin-settings.php:1359
1018
  msgid "&ldquo;Add another image&rdquo; link"
1019
  msgstr "& ldquo; Aggiungi un'altra immagine & rdquo; collegamento"
1020
 
1021
- #: library/plugin-settings.php:1361
1022
  msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
1023
- msgstr "Marcatura personalizzata per & ldquo; Aggiungi un'altra immagine & rdquo; collegamento. Lascia vuoto per utilizzare il markup predefinito (consigliato)."
1024
 
1025
- #: library/plugin-settings.php:1364
1026
  msgid "Minimum number of images"
1027
  msgstr "Numero minimo di immagini"
1028
 
1029
- #: library/plugin-settings.php:1367
1030
  msgid "Specify the minimum number of images."
1031
  msgstr "Specifica il numero minimo di immagini."
1032
 
1033
- #: library/plugin-settings.php:1371
1034
  msgid "Maximum number of images"
1035
  msgstr "Numero massimo di immagini"
1036
 
1037
- #: library/plugin-settings.php:1374
1038
  msgid "Specify the maximum number of images."
1039
  msgstr "Specifica il numero massimo di immagini."
1040
 
1041
- #: library/plugin-settings.php:1378
1042
  msgid "Minimum image width"
1043
  msgstr "Larghezza minima dell'immagine"
1044
 
1045
- #: library/plugin-settings.php:1380
1046
  msgid "Specify a minimum width (in pixels) for uploaded images."
1047
- msgstr "Specificare una larghezza minima (in pixel) per le immagini caricate."
1048
 
1049
- #: library/plugin-settings.php:1383
1050
  msgid "Minimum image height"
1051
  msgstr "Altezza minima dell'immagine"
1052
 
1053
- #: library/plugin-settings.php:1385
1054
  msgid "Specify a minimum height (in pixels) for uploaded images."
1055
  msgstr "Specifica un'altezza minima (in pixel) per le immagini caricate."
1056
 
1057
- #: library/plugin-settings.php:1388
1058
  msgid "Maximum image width"
1059
- msgstr "Massima larghezza dell'immagine"
1060
 
1061
- #: library/plugin-settings.php:1390
1062
  msgid "Specify a maximum width (in pixels) for uploaded images."
1063
- msgstr "Specificare una larghezza massima (in pixel) per le immagini caricate."
1064
 
1065
- #: library/plugin-settings.php:1393
1066
  msgid "Maximum image height"
1067
  msgstr "Altezza massima dell'immagine"
1068
 
1069
- #: library/plugin-settings.php:1395
1070
  msgid "Specify a maximum height (in pixels) for uploaded images."
1071
  msgstr "Specifica un'altezza massima (in pixel) per le immagini caricate."
1072
 
1073
- #: library/plugin-settings.php:1398
1074
  msgid "More Options"
1075
  msgstr "Più opzioni"
1076
 
1077
- #: library/plugin-settings.php:1401
1078
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
1079
- msgstr "Per ulteriori opzioni, come la possibilità di caricare altri tipi di file (come PDF, Word, Zip, video e altro), controlla"
1080
 
1081
- #: library/plugin-settings.php:1402
1082
  msgid "Go Pro!"
1083
- msgstr "Vai Pro!"
1084
 
1085
- #: library/plugin-settings.php:1409
1086
  msgid "Auto-Display Content"
1087
  msgstr "Visualizzazione automatica del contenuto"
1088
 
1089
- #: library/plugin-settings.php:1414
1090
  msgid "Auto-Display Images"
1091
  msgstr "Visualizzazione automatica delle immagini"
1092
 
1093
- #: library/plugin-settings.php:1416
1094
  msgid "Auto-display user-submitted images:"
1095
- msgstr "Mostra automaticamente le immagini inviate dagli utenti:"
1096
 
1097
- #: library/plugin-settings.php:1421
1098
  msgid "Image Markup"
1099
- msgstr "Markup delle immagini"
1100
 
1101
- #: library/plugin-settings.php:1423
1102
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1103
- msgstr "Markup da utilizzare per ciascuna immagine inviata (quando è abilitata la visualizzazione automatica). Poter usare"
1104
 
1105
- #: library/plugin-settings.php:1425 library/plugin-settings.php:1438
1106
- #: library/plugin-settings.php:1451 library/plugin-settings.php:1464
1107
  msgid "and"
1108
  msgstr "e"
1109
 
1110
- #: library/plugin-settings.php:1428
1111
  msgid "Auto-Display Email"
1112
- msgstr "Visualizzazione automatica della posta elettronica"
1113
 
1114
- #: library/plugin-settings.php:1430
1115
  msgid "Auto-display user-submitted email:"
1116
- msgstr "Mostra automaticamente l'email inviata dall'utente:"
1117
 
1118
- #: library/plugin-settings.php:1435
1119
  msgid "Email Markup"
1120
- msgstr "Email Markup"
1121
 
1122
- #: library/plugin-settings.php:1437
1123
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1124
- msgstr "Markup da utilizzare per l'indirizzo email inviato (quando è abilitata la visualizzazione automatica). Poter usare"
1125
 
1126
- #: library/plugin-settings.php:1441
1127
  msgid "Auto-Display URL"
1128
  msgstr "URL di visualizzazione automatica"
1129
 
1130
- #: library/plugin-settings.php:1443
1131
  msgid "Auto-display user-submitted URL:"
1132
- msgstr "Mostra automaticamente l'URL inviato dall'utente:"
1133
 
1134
- #: library/plugin-settings.php:1448
1135
  msgid "URL Markup"
1136
  msgstr "Markup URL"
1137
 
1138
- #: library/plugin-settings.php:1450
1139
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1140
- msgstr "Markup da utilizzare per l'URL inviato (quando è abilitata la visualizzazione automatica). Poter usare"
1141
 
1142
- #: library/plugin-settings.php:1454
1143
  msgid "Auto-Display Custom Field"
1144
  msgstr "Visualizzazione automatica campo personalizzato"
1145
 
1146
- #: library/plugin-settings.php:1456
1147
  msgid "Auto-display user-submitted Custom Field:"
1148
- msgstr "Mostra automaticamente campo personalizzato inviato dall'utente:"
1149
 
1150
- #: library/plugin-settings.php:1461
1151
  msgid "Custom Field Markup"
1152
- msgstr "Markup di campo personalizzato"
1153
 
1154
- #: library/plugin-settings.php:1463
1155
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1156
  msgstr "Markup da utilizzare per il campo personalizzato inviato (quando è abilitata la visualizzazione automatica). Poter usare"
1157
 
1158
- #: library/plugin-settings.php:1469 library/plugin-settings.php:1581
1159
  msgid "Save Settings"
1160
  msgstr "Salva le impostazioni"
1161
 
1162
- #: library/plugin-settings.php:1474
1163
  msgid "Display the Form"
1164
  msgstr "Visualizza il modulo"
1165
 
1166
- #: library/plugin-settings.php:1477
1167
  msgid "Post-Submit Form"
1168
- msgstr "Modulo di invio post"
1169
 
1170
- #: library/plugin-settings.php:1478
1171
  msgid "USP enables you to display a post-submission form anywhere on your site."
1172
- msgstr "USP ti consente di visualizzare un modulo di post-invio ovunque sul tuo sito."
1173
 
1174
- #: library/plugin-settings.php:1479 library/plugin-settings.php:1488
1175
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1176
  msgstr "Utilizzare lo shortcode per visualizzare il modulo su qualsiasi post o pagina WP:"
1177
 
1178
- #: library/plugin-settings.php:1482 library/plugin-settings.php:1491
1179
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1180
- msgstr "In alternativa, utilizza il tag modello per visualizzare il modulo in qualsiasi punto del modello di tema:"
1181
 
1182
- #: library/plugin-settings.php:1486
1183
  msgid "Login/Register Form"
1184
- msgstr "Login / Registrati Form"
1185
 
1186
- #: library/plugin-settings.php:1487
1187
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1188
- msgstr "È inoltre possibile visualizzare un modulo che consente agli utenti di accedere, registrare o reimpostare la propria password."
1189
 
1190
- #: library/plugin-settings.php:1495
1191
  msgid "Display Submitted Posts"
1192
- msgstr "Mostra i post inviati"
1193
 
1194
- #: library/plugin-settings.php:1496
1195
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1196
  msgstr "Utilizzare questo shortcode per visualizzare un elenco di post inviati su qualsiasi post o pagina WP:"
1197
 
1198
- #: library/plugin-settings.php:1499
1199
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1200
- msgstr "In alternativa, utilizza il tag modello per visualizzare un elenco di post inviati in qualsiasi punto del modello del tema:"
1201
 
1202
- #: library/plugin-settings.php:1502
1203
  msgid "Here are some examples showing how to configure this shortcode:"
1204
  msgstr "Ecco alcuni esempi che mostrano come configurare questo shortcode:"
1205
 
1206
- #: library/plugin-settings.php:1510
1207
  msgid "Display Image Gallery"
1208
- msgstr "Mostra la galleria di immagini"
1209
 
1210
- #: library/plugin-settings.php:1511
1211
  msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
1212
  msgstr "Utilizza questo shortcode per visualizzare una galleria di immagini caricate per ogni post inviato:"
1213
 
1214
- #: library/plugin-settings.php:1514
1215
  msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
1216
- msgstr "In alternativa, utilizza il tag modello per visualizzare una galleria di immagini in qualsiasi punto del modello di tema:"
1217
 
1218
- #: library/plugin-settings.php:1517
1219
  msgid "You can customize using any of the follwing attributes:"
1220
- msgstr "Puoi personalizzare utilizzando uno degli attributi follwing:"
1221
 
1222
- #: library/plugin-settings.php:1532
1223
  msgid "Reset Form Button"
1224
- msgstr "Ripristina pulsante modulo"
1225
 
1226
- #: library/plugin-settings.php:1533
1227
  msgid "This shortcode displays a link that resets the form to its original state:"
1228
- msgstr "Questo shortcode visualizza un collegamento che ripristina il modulo al suo stato originale:"
1229
 
1230
- #: library/plugin-settings.php:1536
1231
  msgid "This shortcode accepts the following attributes:"
1232
  msgstr "Questo shortcode accetta i seguenti attributi:"
1233
 
1234
- #: library/plugin-settings.php:1542
1235
  msgid "Note that the url attribute accepts"
1236
  msgstr "Si noti che l'attributo url accetta"
1237
 
1238
- #: library/plugin-settings.php:1542
1239
  msgid "to get the current URL."
1240
  msgstr "per ottenere l'URL corrente."
1241
 
1242
- #: library/plugin-settings.php:1545
1243
  msgid "Access Control"
1244
  msgstr "Controllo di accesso"
1245
 
1246
- #: library/plugin-settings.php:1546
1247
  msgid "USP provides three shortcodes to control access and restrict content."
1248
- msgstr "USP fornisce tre shortcode per controllare l'accesso e limitare il contenuto."
1249
 
1250
- #: library/plugin-settings.php:1547
1251
  msgid "Display content only to users with a specific capability:"
1252
- msgstr "Visualizza il contenuto solo agli utenti con una capacità specifica:"
1253
 
1254
- #: library/plugin-settings.php:1550
1255
  msgid "Display content to logged-in users:"
1256
- msgstr "Visualizza il contenuto per gli utenti che hanno effettuato l'accesso:"
1257
 
1258
- #: library/plugin-settings.php:1553
1259
  msgid "Display content to visitors only:"
1260
- msgstr "Mostra solo contenuti ai visitatori:"
1261
 
1262
- #: library/plugin-settings.php:1556
1263
  msgid "Tip:"
1264
  msgstr "Mancia:"
1265
 
1266
- #: library/plugin-settings.php:1556
1267
  msgid "to include markup in the deny message, you can use"
1268
- msgstr "per includere il markup nel messaggio di negazione, puoi usare"
1269
 
1270
- #: library/plugin-settings.php:1556
1271
  msgid "to output"
1272
- msgstr "per l'output"
1273
 
1274
- #: library/plugin-settings.php:1559
1275
  msgid "Example"
1276
  msgstr "Esempio"
1277
 
1278
- #: library/plugin-settings.php:1560
1279
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1280
- msgstr "Se l'utente ha effettuato l'accesso, visualizza il modulo di post-invio; oppure se l'utente non ha effettuato l'accesso, visualizza il modulo di accesso:"
1281
 
1282
- #: library/plugin-settings.php:1572
1283
  msgid "Restore Defaults"
1284
  msgstr "Ripristina le impostazioni predifinite"
1285
 
1286
- #: library/plugin-settings.php:1575
1287
  msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1288
- msgstr "Lasciare questa opzione disabilitata per ricordare le tue impostazioni. Oppure, per andare avanti e ripristinare le opzioni di plug-in predefinite: selezionare la casella, salvare le impostazioni e quindi disattivare / riattivare il plug-in."
1289
 
1290
- #: library/plugin-settings.php:1579
1291
  msgid "Restore default options upon plugin deactivation/reactivation."
1292
  msgstr "Ripristina le opzioni predefinite al momento della disattivazione / riattivazione del plug-in."
1293
 
1294
- #: library/plugin-settings.php:1586
1295
  msgid "Show Support"
1296
  msgstr "Mostra supporto"
1297
 
1298
- #: library/plugin-settings.php:1595
1299
  msgid "by"
1300
  msgstr "di"
1301
 
1302
- #: library/plugin-settings.php:1596
1303
  msgid "Jeff Starr on Twitter"
1304
  msgstr "Jeff Starr su Twitter"
1305
 
1306
- #: library/plugin-settings.php:1597
1307
  msgid "Obsessive Web Design &amp; Development"
1308
  msgstr "Obsessive Web Design & amp; Sviluppo"
1309
 
1310
- #: library/plugin-settings.php:1608
1311
  msgid "Save Preference"
1312
  msgstr "Salva preferenza"
1313
 
1314
- #: library/plugin-settings.php:1615
1315
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1316
  msgstr "Sei sicuro di voler ripristinare tutte le opzioni predefinite? (questa azione non può essere annullata)"
1317
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  "Content-Type: text/plain; charset=UTF-8\n"
5
  "Content-Transfer-Encoding: 8bit\n"
6
  "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20190825\n"
8
  "Language: it\n"
9
 
10
  #. Name of the plugin
11
  #: user-submitted-posts.php:44 library/support-panel.php:5
12
  msgid "User Submitted Posts"
13
+ msgstr "Messaggi inviati dall'utente"
14
 
15
+ #: user-submitted-posts.php:82
16
  msgid "requires WordPress "
17
+ msgstr "richiede WordPress "
18
 
19
+ #: user-submitted-posts.php:83
20
  msgid " or higher, and has been deactivated! "
21
+ msgstr " o superiore ed è stato disattivato! "
22
 
23
+ #: user-submitted-posts.php:84
24
  msgid "Please return to the"
25
  msgstr "Si prega di tornare al"
26
 
27
+ #: user-submitted-posts.php:85
28
  msgid "WordPress Admin Area"
29
+ msgstr "Area di amministrazione di WordPress"
30
 
31
+ #: user-submitted-posts.php:86
32
  msgid "to upgrade WordPress and try again."
33
  msgstr "per aggiornare WordPress e riprovare."
34
 
35
+ #: user-submitted-posts.php:126
36
  msgid "User Submitted Post"
37
+ msgstr "Posta inviata dall'utente"
38
 
39
+ #: user-submitted-posts.php:467
40
  msgid "User Submitted Post Info"
41
  msgstr "Informazioni post inviate dall'utente"
42
 
43
+ #: user-submitted-posts.php:497
44
  msgid "Submitter Name: "
45
+ msgstr "Nome mittente: "
46
 
47
+ #: user-submitted-posts.php:498
48
  msgid "Submitter Email: "
49
+ msgstr "Email del mittente: "
50
 
51
+ #: user-submitted-posts.php:499
52
  msgid "Submitter URL: "
53
+ msgstr "URL del mittente: "
54
 
55
+ #: user-submitted-posts.php:500
56
  msgid "Submitter IP: "
57
+ msgstr "IP mittente: "
58
 
59
+ #: user-submitted-posts.php:555
60
  msgid "Show USP Posts"
61
+ msgstr "Mostra post USP"
62
 
63
+ #: user-submitted-posts.php:556 library/plugin-settings.php:1095
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
+ #: user-submitted-posts.php:1393
68
  msgid " files required"
69
  msgstr " file richiesti"
70
 
71
+ #: user-submitted-posts.php:1394
72
  msgid " file required"
73
  msgstr " file richiesto"
74
 
75
+ #: user-submitted-posts.php:1396
76
  msgid " files"
77
  msgstr " File"
78
 
79
+ #: user-submitted-posts.php:1397
80
  msgid " file"
81
  msgstr " file"
82
 
83
+ #: user-submitted-posts.php:1399 user-submitted-posts.php:1400
84
+ #: user-submitted-posts.php:1401 user-submitted-posts.php:1402
85
  msgid " pixels"
86
  msgstr " pixel"
87
 
88
+ #: user-submitted-posts.php:1404 library/core-functions.php:219
89
+ #: library/plugin-settings.php:297 library/plugin-settings.php:316
90
+ #: library/plugin-settings.php:794 library/plugin-settings.php:1344
91
  msgid "Custom Field"
92
  msgstr "Campo personalizzato"
93
 
94
+ #: user-submitted-posts.php:1406
95
  msgid "Custom checkbox required"
96
  msgstr "Casella di controllo personalizzata richiesta"
97
 
98
+ #: user-submitted-posts.php:1409
99
  msgid "An error occurred. Please go back and try again."
100
+ msgstr "Si è verificato un errore. Torna indietro e riprova."
101
 
102
+ #: user-submitted-posts.php:1419
103
  msgid "User login required"
104
  msgstr "Accesso utente richiesto"
105
 
106
+ #: user-submitted-posts.php:1420
107
  msgid "User name required"
108
  msgstr "Nome utente richiesto"
109
 
110
+ #: user-submitted-posts.php:1421
111
  msgid "Post title required"
112
+ msgstr "Post titolo richiesto"
113
 
114
+ #: user-submitted-posts.php:1422
115
  msgid "User URL required"
116
+ msgstr "URL utente richiesto"
117
 
118
+ #: user-submitted-posts.php:1423
119
  msgid "Post tags required"
120
+ msgstr "Post tag richiesti"
121
 
122
+ #: user-submitted-posts.php:1424
123
  msgid "Post category required"
124
+ msgstr "Categoria post richiesta"
125
 
126
+ #: user-submitted-posts.php:1425
127
  msgid "Post content required"
128
+ msgstr "Pubblica contenuto richiesto"
129
 
130
+ #: user-submitted-posts.php:1426 user-submitted-posts.php:1427
131
  msgid "Correct captcha required"
132
  msgstr "Richiesto captcha corretto"
133
 
134
+ #: user-submitted-posts.php:1428
135
  msgid "User email required"
136
+ msgstr "Email dell'utente richiesta"
137
 
138
+ #: user-submitted-posts.php:1429
139
  msgid "Please check your email and try again"
140
+ msgstr "Controlla la tua e-mail e riprova"
141
 
142
+ #: user-submitted-posts.php:1430
143
  msgid "Non-empty value for hidden field"
144
  msgstr "Valore non vuoto per campo nascosto"
145
 
146
+ #: user-submitted-posts.php:1431
147
  msgid "Minimum number of images not met"
148
+ msgstr "Numero minimo di immagini non raggiunte"
149
 
150
+ #: user-submitted-posts.php:1432
151
  msgid "Maximum number of images exceeded "
152
+ msgstr "Numero massimo di immagini superato "
153
 
154
+ #: user-submitted-posts.php:1433
155
  msgid "Minimum image width not met"
156
+ msgstr "Larghezza minima dell'immagine non raggiunta"
157
 
158
+ #: user-submitted-posts.php:1434
159
  msgid "Image width exceeds maximum"
160
  msgstr "La larghezza dell'immagine supera il massimo"
161
 
162
+ #: user-submitted-posts.php:1435
163
  msgid "Minimum image height not met"
164
+ msgstr "Altezza minima dell'immagine non raggiunta"
165
 
166
+ #: user-submitted-posts.php:1436
167
  msgid "Image height exceeds maximum"
168
  msgstr "L'altezza dell'immagine supera il massimo"
169
 
170
+ #: user-submitted-posts.php:1437
171
  msgid "File type not allowed (please upload images only)"
172
  msgstr "Tipo di file non consentito (caricare solo immagini)"
173
 
174
+ #: user-submitted-posts.php:1438
175
  msgid " required"
176
  msgstr " necessario"
177
 
178
+ #: user-submitted-posts.php:1443
179
  msgid "File not uploaded. Please check the file and try again."
180
+ msgstr "File non caricato. Controlla il file e riprova."
181
 
182
+ #: user-submitted-posts.php:1447
183
  msgid "The file(s) could not be uploaded"
184
+ msgstr "Non è stato possibile caricare i file"
185
 
186
+ #: user-submitted-posts.php:1449
187
  msgid "Post not created. Please contact the site administrator for help."
188
+ msgstr "Post non creato. Si prega di contattare l'amministratore del sito per assistenza."
189
 
190
+ #: user-submitted-posts.php:1450
191
  msgid "Duplicate post title. Please try again."
192
+ msgstr "Titolo post duplicato. Per favore riprova."
193
 
194
+ #: user-submitted-posts.php:1460
195
  msgid "Error: "
196
+ msgstr "Errore: "
197
 
198
+ #: user-submitted-posts.php:1486
199
  msgid "Return to form"
200
+ msgstr "Ritorna al modulo"
201
 
202
+ #: user-submitted-posts.php:1516 library/plugin-settings.php:1071
203
  msgid "Please"
204
  msgstr "per favore"
205
 
206
+ #: user-submitted-posts.php:1517
207
  msgid "log in"
208
  msgstr "accesso"
209
 
210
+ #: user-submitted-posts.php:1518
211
  msgid "to submit content!"
212
  msgstr "per inviare contenuti!"
213
 
214
+ #: views/submission-form.php:21 views/submission-form-alt.php:40
215
  msgid "Please complete the required fields."
216
  msgstr "Si prega di compilare i campi richiesti."
217
 
218
+ #: views/submission-form.php:31 views/submission-form.php:32
219
+ #: views/submission-form-alt.php:46 views/submission-form-alt.php:47
220
  msgid "Your Name"
221
  msgstr "Il tuo nome"
222
 
223
+ #: views/submission-form.php:37 views/submission-form.php:38
224
+ #: views/submission-form-alt.php:52 views/submission-form-alt.php:53
225
  msgid "Your URL"
226
  msgstr "Il tuo URL"
227
 
228
+ #: views/submission-form.php:43 views/submission-form.php:44
229
+ #: views/submission-form-alt.php:58 views/submission-form-alt.php:59
230
  msgid "Your Email"
231
  msgstr "La tua email"
232
 
233
+ #: views/submission-form.php:49 views/submission-form.php:50
234
+ #: views/submission-form-alt.php:64 views/submission-form-alt.php:65
235
+ #: library/plugin-settings.php:1132
236
  msgid "Post Title"
237
  msgstr "Titolo del post"
238
 
239
+ #: views/submission-form.php:55 views/submission-form.php:56
240
+ #: views/submission-form-alt.php:70 views/submission-form-alt.php:71
241
+ #: library/plugin-settings.php:1133
242
  msgid "Post Tags"
243
+ msgstr "Pubblica tag"
244
 
245
+ #: views/submission-form.php:68 views/submission-form-alt.php:83
246
  msgid "Antispam Question"
247
  msgstr "Domanda antispam"
248
 
249
+ #: views/submission-form.php:73 views/submission-form-alt.php:88
250
+ #: library/plugin-settings.php:1134
251
  msgid "Post Category"
252
+ msgstr "Categoria post"
253
 
254
+ #: views/submission-form.php:74 views/submission-form.php:75
255
+ #: views/submission-form-alt.php:89 views/submission-form-alt.php:90
256
  msgid "Please select a category.."
257
+ msgstr "Seleziona una categoria .."
258
 
259
+ #: views/submission-form.php:106 views/submission-form.php:107
260
+ #: views/submission-form-alt.php:121 views/submission-form-alt.php:122
261
+ #: library/plugin-settings.php:1135
262
  msgid "Post Content"
263
+ msgstr "Pubblica contenuto"
264
 
265
+ #: views/submission-form.php:113 views/submission-form-alt.php:128
266
  msgid "Verification"
267
  msgstr "Verifica"
268
 
269
+ #: views/submission-form.php:120 views/submission-form-alt.php:135
270
  msgid "Upload an Image"
271
  msgstr "Carica un'immagine"
272
 
273
+ #: views/submission-form.php:129 views/submission-form-alt.php:144
274
  msgid "Add another image"
275
  msgstr "Aggiungi un'altra immagine"
276
 
277
+ #: views/submission-form.php:151 views/submission-form-alt.php:166
278
  msgid "Human verification: leave this field empty."
279
+ msgstr "Verifica umana: lasciare vuoto questo campo."
280
 
281
+ #: views/submission-form.php:175 views/submission-form-alt.php:190
282
  msgid "Submit Post"
283
+ msgstr "Invia messaggio"
284
+
285
+ #: library/enqueue-scripts.php:122 library/enqueue-scripts.php:157
286
+ msgid "Incorrect response."
287
+ msgstr "Risposta errata"
288
 
289
  #: library/shortcode-misc.php:18
290
  msgid "Reset form"
291
+ msgstr "Reimposta modulo"
292
 
293
  #: library/shortcode-misc.php:128
294
  msgid "View full post"
295
+ msgstr "Visualizza il post completo"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
296
 
297
+ #: library/plugin-settings.php:31
298
+ msgid "Settings"
299
+ msgstr "impostazioni"
300
 
301
+ #: library/plugin-settings.php:40
302
  msgid "Get USP Pro for unlimited forms!"
303
  msgstr "Ottieni USP Pro per moduli illimitati!"
304
 
305
+ #: library/plugin-settings.php:41
306
  msgid "Go Pro"
307
+ msgstr "Go Pro"
308
 
309
+ #: library/plugin-settings.php:62 library/plugin-settings.php:1103
310
+ #: library/plugin-settings.php:1696
 
 
 
 
311
  msgid "Plugin Homepage"
312
  msgstr "Homepage del plugin"
313
 
314
+ #: library/plugin-settings.php:63
315
  msgid "Homepage"
316
  msgstr "Homepage"
317
 
318
+ #: library/plugin-settings.php:68
319
  msgid "Give USP a 5-star rating at WordPress.org"
320
+ msgstr "Dai a USP una valutazione a 5 stelle su WordPress.org"
321
 
322
+ #: library/plugin-settings.php:69
323
  msgid "Rate this plugin&nbsp;&raquo;"
324
+ msgstr "Valuta questo plugin & nbsp; & raquo;"
325
 
326
+ #: library/plugin-settings.php:127
327
  msgid "WP Post (recommended)"
328
  msgstr "WP Post (consigliato)"
329
 
330
+ #: library/plugin-settings.php:131
331
  msgid "WP Page"
332
  msgstr "Pagina WP"
333
 
334
+ #: library/plugin-settings.php:147
335
  msgid "HTML5 Form + Default CSS"
336
  msgstr "Modulo HTML5 + CSS predefinito"
337
 
338
+ #: library/plugin-settings.php:147
339
  msgid "(Recommended)"
340
  msgstr "(Consigliato)"
341
 
342
+ #: library/plugin-settings.php:151
343
  msgid "HTML5 Form + Disable CSS"
344
  msgstr "Modulo HTML5 + Disabilita CSS"
345
 
346
+ #: library/plugin-settings.php:151
347
  msgid "(Provide your own styles)"
348
  msgstr "(Fornisci i tuoi stili)"
349
 
350
+ #: library/plugin-settings.php:155
351
  msgid "Custom Form + Custom CSS"
352
  msgstr "Modulo personalizzato + CSS personalizzato"
353
 
354
+ #: library/plugin-settings.php:155
355
  msgid "(Provide your own form template &amp; styles)"
356
  msgstr "(Fornisci il tuo modello di modulo e stili)"
357
 
358
+ #: library/plugin-settings.php:171 library/plugin-settings.php:195
359
+ #: library/plugin-settings.php:218 library/plugin-settings.php:242
360
  msgid "Auto-display before post content"
361
+ msgstr "Visualizzazione automatica prima di pubblicare contenuti"
362
 
363
+ #: library/plugin-settings.php:175 library/plugin-settings.php:199
364
+ #: library/plugin-settings.php:222 library/plugin-settings.php:246
365
  msgid "Auto-display after post content"
366
  msgstr "Visualizzazione automatica dopo il contenuto del post"
367
 
368
+ #: library/plugin-settings.php:179
369
  msgid "Do not auto-display submitted images"
370
  msgstr "Non visualizzare automaticamente le immagini inviate"
371
 
372
+ #: library/plugin-settings.php:203
373
  msgid "Do not auto-display submitted email"
374
+ msgstr "Non visualizzare automaticamente le e-mail inviate"
375
 
376
+ #: library/plugin-settings.php:226
377
  msgid "Do not auto-display submitted URL"
378
  msgstr "Non visualizzare automaticamente l'URL inviato"
379
 
380
+ #: library/plugin-settings.php:250
381
  msgid "Do not auto-display the Custom Field"
382
  msgstr "Non visualizzare automaticamente il campo personalizzato"
383
 
384
+ #: library/plugin-settings.php:278 library/plugin-settings.php:310
385
+ #: library/plugin-settings.php:343 library/plugin-settings.php:375
386
+ msgid "Enable and require"
387
+ msgstr "Abilita e richiedi"
388
 
389
+ #: library/plugin-settings.php:279 library/plugin-settings.php:311
390
+ msgid "Enable but do not require"
391
+ msgstr "Abilita ma non richiede"
392
 
393
+ #: library/plugin-settings.php:280 library/plugin-settings.php:312
394
+ #: library/plugin-settings.php:344 library/plugin-settings.php:376
395
  msgid "Disable this field"
396
  msgstr "Disabilita questo campo"
397
 
398
+ #: library/plugin-settings.php:315 library/plugin-settings.php:347
399
+ #: library/plugin-settings.php:379 library/plugin-settings.php:411
400
  msgid "(Visit"
401
  msgstr "(Visita"
402
 
403
+ #: library/plugin-settings.php:316 library/plugin-settings.php:348
404
+ #: library/plugin-settings.php:380 library/plugin-settings.php:412
405
  msgid "to configure options)"
406
  msgstr "per configurare le opzioni)"
407
 
408
+ #: library/plugin-settings.php:331 library/plugin-settings.php:348
409
+ #: library/plugin-settings.php:1362 library/plugin-settings.php:1367
410
  msgid "Challenge Question"
411
+ msgstr "Domanda sulla sfida"
412
 
413
+ #: library/plugin-settings.php:363 library/plugin-settings.php:380
414
+ #: library/plugin-settings.php:1384
415
  msgid "Google reCAPTCHA"
416
  msgstr "Google reCAPTCHA"
417
 
418
+ #: library/plugin-settings.php:395
419
  msgid "Post Images"
420
  msgstr "Pubblica immagini"
421
 
422
+ #: library/plugin-settings.php:407
423
+ msgid "Enable"
424
+ msgstr "Abilitare"
425
 
426
+ #: library/plugin-settings.php:408
427
  msgid "Disable"
428
  msgstr "disattivare"
429
 
430
+ #: library/plugin-settings.php:412 library/plugin-settings.php:1445
431
  msgid "Image Uploads"
432
  msgstr "Caricamenti di immagini"
433
 
434
+ #: library/plugin-settings.php:492
435
  msgid "Draft"
436
  msgstr "Bozza"
437
 
438
+ #: library/plugin-settings.php:493
439
  msgid "Pending (default)"
440
+ msgstr "In sospeso (impostazione predefinita)"
441
 
442
+ #: library/plugin-settings.php:494
443
  msgid "Publish immediately"
444
+ msgstr "Pubblica subito"
445
 
446
+ #: library/plugin-settings.php:495
447
  msgid "Publish after 1 approved post"
448
  msgstr "Pubblica dopo 1 post approvato"
449
 
450
+ #: library/plugin-settings.php:496
451
  msgid "Publish after "
452
+ msgstr "Pubblica dopo "
453
 
454
+ #: library/plugin-settings.php:496
455
  msgid " approved posts"
456
+ msgstr " posti approvati"
457
 
458
+ #: library/plugin-settings.php:524
459
+ msgid "Select categories to display in the Category field."
460
+ msgstr "Seleziona le categorie da visualizzare nel campo Categoria."
461
+
462
+ #: library/plugin-settings.php:738
463
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
464
+ msgstr "C'era un errore. Assicurati di aver aggiunto un titolo, alcuni contenuti e di aver caricato solo immagini."
465
 
466
+ #: library/plugin-settings.php:752
467
  msgid "Please select your image(s) to upload."
468
+ msgstr "Seleziona le tue immagini da caricare."
469
 
470
+ #: library/plugin-settings.php:758
471
  msgid "Success! Thank you for your submission."
472
  msgstr "Successo! Grazie per la vostra presentazione."
473
 
474
+ #: library/plugin-settings.php:784
475
  msgid "Email"
476
  msgstr "E-mail"
477
 
478
+ #: library/plugin-settings.php:785
479
  msgid "URL"
480
  msgstr "URL"
481
 
482
+ #: library/plugin-settings.php:1058
483
  msgid "Toggle all panels"
484
+ msgstr "Attiva / disattiva tutti i pannelli"
485
 
486
+ #: library/plugin-settings.php:1067
487
  msgid "We need your support!"
488
  msgstr "Abbiamo bisogno del tuo supporto!"
489
 
490
+ #: library/plugin-settings.php:1071
491
  msgid "Make a donation via PayPal"
492
+ msgstr "Effettua una donazione tramite PayPal"
493
 
494
+ #: library/plugin-settings.php:1071
495
  msgid "make a donation"
496
  msgstr "Fai una donazione"
497
 
498
+ #: library/plugin-settings.php:1071
499
  msgid "and/or"
500
  msgstr "e / o"
501
 
502
+ #: library/plugin-settings.php:1072
503
  msgid "Rate and review at the Plugin Directory"
504
+ msgstr "Valuta e recensisci nella directory dei plugin"
505
 
506
+ #: library/plugin-settings.php:1073
507
  msgid "give this plugin a 5-star rating"
508
  msgstr "dai a questo plugin una valutazione a 5 stelle"
509
 
510
+ #: library/plugin-settings.php:1077
511
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
512
  msgstr "Il tuo generoso supporto consente lo sviluppo continuo di questo plugin gratuito. Grazie!"
513
 
514
+ #: library/plugin-settings.php:1082
515
  msgid "Check this box if you have shown support"
516
  msgstr "Seleziona questa casella se hai mostrato supporto"
517
 
518
+ #: library/plugin-settings.php:1091
519
  msgid "Overview"
520
  msgstr "Panoramica"
521
 
522
+ #: library/plugin-settings.php:1095
523
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
524
+ msgstr "consente ai tuoi visitatori di inviare post e caricare immagini dal front-end del tuo sito. "
525
 
526
+ #: library/plugin-settings.php:1096
527
  msgid "For advanced functionality and unlimited forms, check out"
528
  msgstr "Per funzionalità avanzate e moduli illimitati, controlla"
529
 
530
+ #: library/plugin-settings.php:1096 library/plugin-settings.php:1503
531
  msgid "USP Pro"
532
  msgstr "USP Pro"
533
 
534
+ #: library/plugin-settings.php:1097
535
  msgid "&mdash; the ultimate solution for user-generated content."
536
  msgstr "& Mdash; la soluzione definitiva per i contenuti generati dagli utenti."
537
 
538
+ #: library/plugin-settings.php:1101 library/plugin-settings.php:1118
539
  msgid "Plugin Settings"
540
  msgstr "Impostazioni del plugin"
541
 
542
+ #: library/plugin-settings.php:1102
543
  msgid "Display the form"
544
  msgstr "Visualizza il modulo"
545
 
546
+ #: library/plugin-settings.php:1106
547
  msgid "If you like this plugin, please"
548
  msgstr "Se ti piace questo plugin, per favore"
549
 
550
+ #: library/plugin-settings.php:1107
551
  msgid "THANK YOU for your support!"
552
  msgstr "Grazie per il vostro sostegno!"
553
 
554
+ #: library/plugin-settings.php:1107
555
  msgid "give it a 5-star rating"
556
+ msgstr "dare un 5 stelle"
557
 
558
+ #: library/plugin-settings.php:1111
559
  msgid "Unlimited front-end forms"
560
+ msgstr "Moduli front-end illimitati"
561
 
562
+ #: library/plugin-settings.php:1111
563
  msgid "Get USP Pro"
564
  msgstr "Ottieni USP Pro"
565
 
566
+ #: library/plugin-settings.php:1121
567
  msgid "Configure your settings for User Submitted Posts."
568
  msgstr "Configura le tue impostazioni per i post inviati dall'utente."
569
 
570
+ #: library/plugin-settings.php:1123
571
  msgid "Form Fields"
572
  msgstr "Campi modulo"
573
 
574
+ #: library/plugin-settings.php:1129
575
  msgid "User Name"
576
  msgstr "Nome utente"
577
 
578
+ #: library/plugin-settings.php:1130
579
  msgid "User Email"
580
  msgstr "Email dell'utente"
581
 
582
+ #: library/plugin-settings.php:1131
583
  msgid "User URL"
584
  msgstr "URL dell'utente"
585
 
586
+ #: library/plugin-settings.php:1146
587
  msgid "General Settings"
588
  msgstr "impostazioni generali"
589
 
590
+ #: library/plugin-settings.php:1148
591
  msgid "Note that the default settings work fine for most cases."
592
+ msgstr "Si noti che le impostazioni predefinite funzionano bene nella maggior parte dei casi."
593
 
594
+ #: library/plugin-settings.php:1153
595
  msgid "Form Style"
596
  msgstr "Stile della forma"
597
 
598
+ #: library/plugin-settings.php:1158
599
  msgid "With this option, you can copy the plugin&rsquo;s default templates:"
600
  msgstr "Con questa opzione, puoi copiare i modelli predefiniti del plug-in:"
601
 
602
+ #: library/plugin-settings.php:1163
603
  msgid "..and upload them into a directory named"
604
+ msgstr "..e caricarli in una directory denominata"
605
 
606
+ #: library/plugin-settings.php:1163
607
  msgid "in your theme:"
608
  msgstr "nel tuo tema:"
609
 
610
+ #: library/plugin-settings.php:1169
611
  msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
612
+ msgstr "Ciò ti consentirà di personalizzare la forma e gli stili come desiderato. Per ulteriori informazioni, consulta la sezione \"Modulo di iscrizione personalizzato\" nella sezione"
613
 
614
+ #: library/plugin-settings.php:1170
615
  msgid "Installation Docs"
616
  msgstr "Documenti di installazione"
617
 
618
+ #: library/plugin-settings.php:1171
619
  msgid "FYI: here is a"
620
+ msgstr "Cordiali saluti: ecco a"
621
 
622
+ #: library/plugin-settings.php:1171
623
  msgid "list of USP CSS selectors"
624
  msgstr "elenco dei selettori CSS USP"
625
 
626
+ #: library/plugin-settings.php:1177
627
  msgid "Include JavaScript"
628
+ msgstr "Includi JavaScript"
629
 
630
+ #: library/plugin-settings.php:1179
631
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
632
+ msgstr "Seleziona questa casella se desideri includere i file JavaScript esterni (consigliato)."
633
 
634
+ #: library/plugin-settings.php:1182
635
  msgid "Targeted Loading"
636
  msgstr "Caricamento mirato"
637
 
638
+ #: library/plugin-settings.php:1184
639
+ msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages. Use commas to separate multiple URLs."
640
+ msgstr "Per impostazione predefinita, CSS esterno e amp; I file JavaScript vengono caricati su ogni pagina. Qui puoi specificare l'URL del modulo USP per caricare le risorse solo su quella pagina. Nota: lasciare vuoto per caricare su tutte le pagine. Utilizzare le virgole per separare più URL."
641
 
642
+ #: library/plugin-settings.php:1187
643
  msgid "Post Type"
644
+ msgstr "Tipo di post"
645
 
646
+ #: library/plugin-settings.php:1190
647
  msgid "Submit posts as WP Posts or Pages"
648
+ msgstr "Invia post come post o pagine WP"
649
 
650
+ #: library/plugin-settings.php:1194
651
  msgid "Post Status"
652
  msgstr "Post Status"
653
 
654
+ #: library/plugin-settings.php:1197
655
  msgid "Post Status for submitted posts"
656
+ msgstr "Stato post per post inviati"
657
 
658
+ #: library/plugin-settings.php:1201
659
  msgid "Redirect URL"
660
  msgstr "URL di reindirizzamento"
661
 
662
+ #: library/plugin-settings.php:1203
663
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
664
+ msgstr "Specificare un URL per reindirizzare l'utente dopo l'invio. Lascia vuoto per reindirizzare alla pagina corrente."
665
 
666
+ #: library/plugin-settings.php:1206
667
  msgid "Success Message"
668
  msgstr "Messaggio di successo"
669
 
670
+ #: library/plugin-settings.php:1208
671
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
672
+ msgstr "Messaggio di successo che viene visualizzato se l'invio successivo ha esito positivo. È consentito il markup di base."
673
 
674
+ #: library/plugin-settings.php:1211
675
  msgid "Error Message"
676
  msgstr "Messaggio di errore"
677
 
678
+ #: library/plugin-settings.php:1213
679
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
680
+ msgstr "Messaggio di errore generale che viene visualizzato se l'invio successivo non riesce. È consentito il markup di base."
681
 
682
+ #: library/plugin-settings.php:1216
683
  msgid "Custom Content"
684
  msgstr "Contenuto personalizzato"
685
 
686
+ #: library/plugin-settings.php:1218
687
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
688
+ msgstr "Testo / markup personalizzati da includere prima del modulo di invio. Lascia vuoto per disabilitare."
689
 
690
+ #: library/plugin-settings.php:1221
691
  msgid "Rich Text Editor"
692
+ msgstr "Editor Rich Text"
693
 
694
+ #: library/plugin-settings.php:1223
695
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
696
+ msgstr "Selezionare questa casella se si desidera abilitare la modifica rich text WP per i post inviati."
697
 
698
+ #: library/plugin-settings.php:1226
699
  msgid "Unique Titles"
700
  msgstr "Titoli unici"
701
 
702
+ #: library/plugin-settings.php:1228
703
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
704
+ msgstr "È necessario che i titoli dei post inviati siano univoci (utile per prevenire post inviati multipli / duplicati)."
705
 
706
+ #: library/plugin-settings.php:1231
707
  msgid "Disable Required"
708
+ msgstr "Disabilitato Obbligatorio"
709
 
710
+ #: library/plugin-settings.php:1233
711
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
712
+ msgstr "Disabilita tutti gli attributi richiesti nei campi modulo predefiniti (utile per la risoluzione dei messaggi di errore)."
713
 
714
+ #: library/plugin-settings.php:1236
715
  msgid "Enable Shortcodes"
716
  msgstr "Abilita codici brevi"
717
 
718
+ #: library/plugin-settings.php:1238
719
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
720
+ msgstr "Abilita i codici brevi nei widget. Per impostazione predefinita, WordPress non abilita i codici brevi nei widget. "
721
 
722
+ #: library/plugin-settings.php:1239
723
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
724
+ msgstr "Questa impostazione abilita qualsiasi / tutti i codici brevi nei widget (anche i codici brevi di altri plugin)."
725
 
726
+ #: library/plugin-settings.php:1244
727
+ msgid "Privacy"
728
+ msgstr "vita privata"
729
 
730
+ #: library/plugin-settings.php:1249
731
  msgid "Disable IP Tracking"
732
  msgstr "Disabilita il monitoraggio IP"
733
 
734
+ #: library/plugin-settings.php:1251
735
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
736
+ msgstr "Per impostazione predefinita, USP registra l'indirizzo IP con ciascun post inviato. Seleziona questa casella per disabilitare tutto il tracciamento IP."
737
 
738
+ #: library/plugin-settings.php:1255
739
  msgid "Display Checkbox"
740
+ msgstr "Visualizza casella"
741
 
742
+ #: library/plugin-settings.php:1257
743
  msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
744
+ msgstr "Visualizza la casella di controllo personalizzata sul modulo (utile per GDPR, accetta i termini, ecc.)"
745
 
746
+ #: library/plugin-settings.php:1260
747
  msgid "Checkbox Name"
748
  msgstr "Nome casella di controllo"
749
 
750
+ #: library/plugin-settings.php:1262 library/plugin-settings.php:1352
751
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
752
+ msgstr "Usa solo caratteri alfanumerici, trattini bassi e trattini. In caso di dubbi, utilizzare il nome predefinito:"
753
 
754
+ #: library/plugin-settings.php:1265
755
  msgid "Checkbox Error"
756
+ msgstr "Casella di controllo Errore"
757
 
758
+ #: library/plugin-settings.php:1267
759
  msgid "Error message displayed if user does not check the box."
760
  msgstr "Messaggio di errore visualizzato se l'utente non seleziona la casella."
761
 
762
+ #: library/plugin-settings.php:1270
763
  msgid "Checkbox Text"
764
+ msgstr "Casella di controllo testo"
765
 
766
+ #: library/plugin-settings.php:1272
767
  msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
768
+ msgstr "Testo visualizzato accanto alla casella di controllo. Suggerimento: utilizzare parentesi graffe per generare parentesi angolari, ad esempio:"
769
 
770
+ #: library/plugin-settings.php:1277 library/plugin-settings.php:1282
771
  msgid "Categories"
772
  msgstr "categorie"
773
 
774
+ #: library/plugin-settings.php:1285
775
+ msgid "Click to view/select categories"
776
+ msgstr "Fare clic per visualizzare / selezionare le categorie"
777
 
778
+ #: library/plugin-settings.php:1293
779
+ msgid "Multiple Categories"
780
+ msgstr "Più categorie"
781
+
782
+ #: library/plugin-settings.php:1295
783
+ msgid "Enable users to select multiple categories."
784
+ msgstr "Consenti agli utenti di selezionare più categorie."
785
+
786
+ #: library/plugin-settings.php:1298
787
  msgid "Hidden/Default Category"
788
  msgstr "Categoria nascosta / predefinita"
789
 
790
+ #: library/plugin-settings.php:1300
791
+ msgid "Use a hidden field for the post category. This hides the category field and sets its value via the next option."
792
+ msgstr "Usa un campo nascosto per la categoria post. Ciò nasconde il campo categoria e imposta il suo valore tramite l'opzione successiva."
793
 
794
+ #: library/plugin-settings.php:1303
795
  msgid "Category ID for Hidden Field"
796
  msgstr "ID categoria per campo nascosto"
797
 
798
+ #: library/plugin-settings.php:1305
799
+ msgid "Specify category ID(s) to use for &ldquo;Hidden/Default Category&rdquo;. Separate multiple IDs with a comma."
800
+ msgstr "Specifica gli ID categoria da utilizzare per & ldquo; Categoria nascosta / predefinita & rdquo ;. Separare più ID con una virgola."
801
 
802
+ #: library/plugin-settings.php:1310
803
  msgid "Users"
804
  msgstr "utenti"
805
 
806
+ #: library/plugin-settings.php:1315
807
  msgid "Assigned Author"
808
  msgstr "Autore assegnato"
809
 
810
+ #: library/plugin-settings.php:1318
811
  msgid "Specify the user that should be assigned as author for submitted posts."
812
+ msgstr "Specificare l'utente che deve essere assegnato come autore per i post inviati."
813
 
814
+ #: library/plugin-settings.php:1322
815
  msgid "Registered Username"
816
  msgstr "Nome utente registrato"
817
 
818
+ #: library/plugin-settings.php:1324
819
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
820
+ msgstr "Usa il nome utente registrato come autore post. Valido quando la persona che invia il modulo ha effettuato l'accesso a WordPress."
821
 
822
+ #: library/plugin-settings.php:1327
823
  msgid "User Profile URL"
824
  msgstr "URL del profilo utente"
825
 
826
+ #: library/plugin-settings.php:1329
827
  msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
828
+ msgstr "Usa l'URL del profilo dell'utente registrato come valore del campo URL. Valido quando la persona che invia il modulo ha effettuato l'accesso a WordPress."
829
 
830
+ #: library/plugin-settings.php:1332
831
  msgid "Require User Login"
832
  msgstr "Richiedi accesso utente"
833
 
834
+ #: library/plugin-settings.php:1334
835
  msgid "Require users to be logged in to WordPress to view/submit the form"
836
+ msgstr "Richiedi agli utenti di accedere a WordPress per visualizzare / inviare il modulo"
837
 
838
+ #: library/plugin-settings.php:1337
839
  msgid "Disable Replace Author"
840
  msgstr "Disabilita Sostituisci autore"
841
 
842
+ #: library/plugin-settings.php:1339
843
  msgid "Do not replace post author with submitted user name"
844
  msgstr "Non sostituire l'autore del post con il nome utente inviato"
845
 
846
+ #: library/plugin-settings.php:1345
847
  msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
848
+ msgstr "Qui è possibile modificare il nome e l'etichetta utilizzati dal campo personalizzato. È possibile abilitare questo campo tramite l'impostazione Campi modulo, sopra."
849
 
850
+ #: library/plugin-settings.php:1350
851
  msgid "Custom Field Name"
852
  msgstr "Nome campo personalizzato"
853
 
854
+ #: library/plugin-settings.php:1355
855
  msgid "Custom Field Label"
856
+ msgstr "Etichetta campo personalizzata"
857
 
858
+ #: library/plugin-settings.php:1357
859
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
860
+ msgstr "Questo verrà visualizzato come etichetta del campo nel modulo. Predefinito: campo personalizzato"
861
 
862
+ #: library/plugin-settings.php:1369
863
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
864
+ msgstr "Per prevenire lo spam, inserire una domanda a cui gli utenti devono rispondere prima di inviare il modulo."
865
 
866
+ #: library/plugin-settings.php:1372
867
  msgid "Challenge Response"
868
  msgstr "Risposta alla sfida"
869
 
870
+ #: library/plugin-settings.php:1374
871
  msgid "Enter the *only* correct answer to the challenge question."
872
+ msgstr "Inserisci la * sola * risposta corretta alla domanda della sfida."
873
 
874
+ #: library/plugin-settings.php:1377
875
  msgid "Case-sensitivity"
876
  msgstr "Case-sensibilità"
877
 
878
+ #: library/plugin-settings.php:1379
879
  msgid "Check this box if you want the challenge response to be case-sensitive."
880
+ msgstr "Seleziona questa casella se desideri che la risposta alla sfida sia sensibile al maiuscolo / minuscolo."
881
 
882
+ #: library/plugin-settings.php:1385
883
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
884
  msgstr "Per abilitare Google reCAPTCHA, inserisci le tue chiavi pubbliche e private."
885
 
886
+ #: library/plugin-settings.php:1390
887
  msgid "Public Key"
888
  msgstr "Chiave pubblica"
889
 
890
+ #: library/plugin-settings.php:1392
891
  msgid "Enter your Public Key"
892
  msgstr "Inserisci la tua chiave pubblica"
893
 
894
+ #: library/plugin-settings.php:1395
895
  msgid "Private Key"
896
  msgstr "Chiave privata"
897
 
898
+ #: library/plugin-settings.php:1397
899
  msgid "Enter your Private Key"
900
  msgstr "Inserisci la tua chiave privata"
901
 
902
+ #: library/plugin-settings.php:1402
903
  msgid "Email Alerts"
904
  msgstr "Avvisi via email"
905
 
906
+ #: library/plugin-settings.php:1407
907
  msgid "Receive Email Alert"
908
+ msgstr "Ricevi avviso e-mail"
909
 
910
+ #: library/plugin-settings.php:1409
911
  msgid "Check this box if you want to be notified via email for new post submissions."
912
+ msgstr "Seleziona questa casella se desideri ricevere una notifica via e-mail per l'invio di nuovi post."
913
 
914
+ #: library/plugin-settings.php:1412
915
  msgid "Enable HTML Format"
916
  msgstr "Abilita il formato HTML"
917
 
918
+ #: library/plugin-settings.php:1414
919
  msgid "Check this box to enable HTML format for email alerts."
920
  msgstr "Seleziona questa casella per abilitare il formato HTML per gli avvisi e-mail."
921
 
922
+ #: library/plugin-settings.php:1417
923
  msgid "Email Address for Alerts"
924
+ msgstr "Indirizzo e-mail per avvisi"
925
 
926
+ #: library/plugin-settings.php:1419
927
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
928
+ msgstr "Se hai selezionato la casella per ricevere avvisi e-mail, indica qui gli indirizzi a cui inviare le e-mail."
929
 
930
+ #: library/plugin-settings.php:1420
931
  msgid "Multiple recipients may be included using a comma, like so:"
932
+ msgstr "È possibile includere più destinatari utilizzando una virgola, in questo modo:"
933
 
934
+ #: library/plugin-settings.php:1423
935
  msgid "Email &ldquo;From&rdquo; Address"
936
  msgstr "Email & ldquo; Da & rdquo; Indirizzo"
937
 
938
+ #: library/plugin-settings.php:1425
939
  msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
940
+ msgstr "Qui puoi personalizzare gli indirizzi utilizzati per & ldquo; da & rdquo; intestazione (vedere le domande frequenti sui plug-in per informazioni). "
941
 
942
+ #: library/plugin-settings.php:1426
943
  msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
944
+ msgstr "Se nell'impostazione precedente sono stati specificati più indirizzi, includi un numero uguale di & ldquo; Da & rdquo; indirizzi per questa impostazione (nello stesso ordine)."
945
 
946
+ #: library/plugin-settings.php:1429
947
  msgid "Email Alert Subject"
948
+ msgstr "Oggetto avviso e-mail"
949
 
950
+ #: library/plugin-settings.php:1431
951
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
952
+ msgstr "Riga dell'oggetto per gli avvisi e-mail. Lascia vuoto per utilizzare la riga dell'oggetto predefinita. Nota: è possibile utilizzare le seguenti variabili: "
953
 
954
+ #: library/plugin-settings.php:1436
955
  msgid "Email Alert Message"
956
+ msgstr "Messaggio di avviso e-mail"
957
 
958
+ #: library/plugin-settings.php:1438
959
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
960
+ msgstr "Messaggio per avvisi e-mail. Lascia vuoto per utilizzare il messaggio predefinito. Nota: è possibile utilizzare le seguenti variabili: "
961
 
962
+ #: library/plugin-settings.php:1450
963
  msgid "Featured Image"
964
  msgstr "Immagine in primo piano"
965
 
966
+ #: library/plugin-settings.php:1452
967
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
968
+ msgstr "Imposta le immagini inviate come Immagini in primo piano. Richiede il supporto del tema per le immagini in primo piano (aka Post Miniature)."
969
 
970
+ #: library/plugin-settings.php:1455
971
  msgid "Upload Message"
972
  msgstr "Carica messaggio"
973
 
974
+ #: library/plugin-settings.php:1457
975
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
976
+ msgstr "Messaggio che appare accanto al campo di caricamento. Utile per indicare le linee guida / le norme di caricamento / ecc. Markup di base consentito."
977
 
978
+ #: library/plugin-settings.php:1460
979
  msgid "&ldquo;Add another image&rdquo; link"
980
  msgstr "& ldquo; Aggiungi un'altra immagine & rdquo; collegamento"
981
 
982
+ #: library/plugin-settings.php:1462
983
  msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
984
+ msgstr "Markup personalizzato per & ldquo; Aggiungi un'altra immagine & rdquo; collegamento. Lascia vuoto per utilizzare il markup predefinito (consigliato)."
985
 
986
+ #: library/plugin-settings.php:1465
987
  msgid "Minimum number of images"
988
  msgstr "Numero minimo di immagini"
989
 
990
+ #: library/plugin-settings.php:1468
991
  msgid "Specify the minimum number of images."
992
  msgstr "Specifica il numero minimo di immagini."
993
 
994
+ #: library/plugin-settings.php:1472
995
  msgid "Maximum number of images"
996
  msgstr "Numero massimo di immagini"
997
 
998
+ #: library/plugin-settings.php:1475
999
  msgid "Specify the maximum number of images."
1000
  msgstr "Specifica il numero massimo di immagini."
1001
 
1002
+ #: library/plugin-settings.php:1479
1003
  msgid "Minimum image width"
1004
  msgstr "Larghezza minima dell'immagine"
1005
 
1006
+ #: library/plugin-settings.php:1481
1007
  msgid "Specify a minimum width (in pixels) for uploaded images."
1008
+ msgstr "Specifica una larghezza minima (in pixel) per le immagini caricate."
1009
 
1010
+ #: library/plugin-settings.php:1484
1011
  msgid "Minimum image height"
1012
  msgstr "Altezza minima dell'immagine"
1013
 
1014
+ #: library/plugin-settings.php:1486
1015
  msgid "Specify a minimum height (in pixels) for uploaded images."
1016
  msgstr "Specifica un'altezza minima (in pixel) per le immagini caricate."
1017
 
1018
+ #: library/plugin-settings.php:1489
1019
  msgid "Maximum image width"
1020
+ msgstr "Larghezza massima dell'immagine"
1021
 
1022
+ #: library/plugin-settings.php:1491
1023
  msgid "Specify a maximum width (in pixels) for uploaded images."
1024
+ msgstr "Specifica una larghezza massima (in pixel) per le immagini caricate."
1025
 
1026
+ #: library/plugin-settings.php:1494
1027
  msgid "Maximum image height"
1028
  msgstr "Altezza massima dell'immagine"
1029
 
1030
+ #: library/plugin-settings.php:1496
1031
  msgid "Specify a maximum height (in pixels) for uploaded images."
1032
  msgstr "Specifica un'altezza massima (in pixel) per le immagini caricate."
1033
 
1034
+ #: library/plugin-settings.php:1499
1035
  msgid "More Options"
1036
  msgstr "Più opzioni"
1037
 
1038
+ #: library/plugin-settings.php:1502
1039
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
1040
+ msgstr "Per altre opzioni, come la possibilità di caricare altri tipi di file (come PDF, Word, Zip, video e altro), controlla"
1041
 
1042
+ #: library/plugin-settings.php:1503
1043
  msgid "Go Pro!"
1044
+ msgstr "Go Pro!"
1045
 
1046
+ #: library/plugin-settings.php:1510
1047
  msgid "Auto-Display Content"
1048
  msgstr "Visualizzazione automatica del contenuto"
1049
 
1050
+ #: library/plugin-settings.php:1515
1051
  msgid "Auto-Display Images"
1052
  msgstr "Visualizzazione automatica delle immagini"
1053
 
1054
+ #: library/plugin-settings.php:1517
1055
  msgid "Auto-display user-submitted images:"
1056
+ msgstr "Visualizza automaticamente le immagini inviate dall'utente:"
1057
 
1058
+ #: library/plugin-settings.php:1522
1059
  msgid "Image Markup"
1060
+ msgstr "Markup immagine"
1061
 
1062
+ #: library/plugin-settings.php:1524
1063
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1064
+ msgstr "Markup da utilizzare per ogni immagine inviata (quando è abilitata la visualizzazione automatica). Poter usare"
1065
 
1066
+ #: library/plugin-settings.php:1526 library/plugin-settings.php:1539
1067
+ #: library/plugin-settings.php:1552 library/plugin-settings.php:1565
1068
  msgid "and"
1069
  msgstr "e"
1070
 
1071
+ #: library/plugin-settings.php:1529
1072
  msgid "Auto-Display Email"
1073
+ msgstr "Email di visualizzazione automatica"
1074
 
1075
+ #: library/plugin-settings.php:1531
1076
  msgid "Auto-display user-submitted email:"
1077
+ msgstr "Visualizza automaticamente l'email inviata dall'utente:"
1078
 
1079
+ #: library/plugin-settings.php:1536
1080
  msgid "Email Markup"
1081
+ msgstr "Markup email"
1082
 
1083
+ #: library/plugin-settings.php:1538
1084
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1085
+ msgstr "Markup da utilizzare per l'indirizzo e-mail inviato (quando la visualizzazione automatica è abilitata). Poter usare"
1086
 
1087
+ #: library/plugin-settings.php:1542
1088
  msgid "Auto-Display URL"
1089
  msgstr "URL di visualizzazione automatica"
1090
 
1091
+ #: library/plugin-settings.php:1544
1092
  msgid "Auto-display user-submitted URL:"
1093
+ msgstr "Visualizza automaticamente l'URL inviato dall'utente:"
1094
 
1095
+ #: library/plugin-settings.php:1549
1096
  msgid "URL Markup"
1097
  msgstr "Markup URL"
1098
 
1099
+ #: library/plugin-settings.php:1551
1100
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1101
+ msgstr "Markup da utilizzare per l'URL inviato (quando la visualizzazione automatica è abilitata). Poter usare"
1102
 
1103
+ #: library/plugin-settings.php:1555
1104
  msgid "Auto-Display Custom Field"
1105
  msgstr "Visualizzazione automatica campo personalizzato"
1106
 
1107
+ #: library/plugin-settings.php:1557
1108
  msgid "Auto-display user-submitted Custom Field:"
1109
+ msgstr "Visualizza automaticamente campo personalizzato inviato dall'utente:"
1110
 
1111
+ #: library/plugin-settings.php:1562
1112
  msgid "Custom Field Markup"
1113
+ msgstr "Markup campo personalizzato"
1114
 
1115
+ #: library/plugin-settings.php:1564
1116
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1117
  msgstr "Markup da utilizzare per il campo personalizzato inviato (quando è abilitata la visualizzazione automatica). Poter usare"
1118
 
1119
+ #: library/plugin-settings.php:1570 library/plugin-settings.php:1682
1120
  msgid "Save Settings"
1121
  msgstr "Salva le impostazioni"
1122
 
1123
+ #: library/plugin-settings.php:1575
1124
  msgid "Display the Form"
1125
  msgstr "Visualizza il modulo"
1126
 
1127
+ #: library/plugin-settings.php:1578
1128
  msgid "Post-Submit Form"
1129
+ msgstr "Modulo post-invio"
1130
 
1131
+ #: library/plugin-settings.php:1579
1132
  msgid "USP enables you to display a post-submission form anywhere on your site."
1133
+ msgstr "USP ti consente di visualizzare un modulo post-invio in qualsiasi punto del tuo sito."
1134
 
1135
+ #: library/plugin-settings.php:1580 library/plugin-settings.php:1589
1136
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1137
  msgstr "Utilizzare lo shortcode per visualizzare il modulo su qualsiasi post o pagina WP:"
1138
 
1139
+ #: library/plugin-settings.php:1583 library/plugin-settings.php:1592
1140
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1141
+ msgstr "In alternativa, utilizzare il tag modello per visualizzare il modulo in qualsiasi punto del modello del tema:"
1142
 
1143
+ #: library/plugin-settings.php:1587
1144
  msgid "Login/Register Form"
1145
+ msgstr "Modulo di accesso / registrazione"
1146
 
1147
+ #: library/plugin-settings.php:1588
1148
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1149
+ msgstr "È inoltre possibile visualizzare un modulo che consente agli utenti di accedere, registrarsi o reimpostare la propria password."
1150
 
1151
+ #: library/plugin-settings.php:1596
1152
  msgid "Display Submitted Posts"
1153
+ msgstr "Visualizza post inviati"
1154
 
1155
+ #: library/plugin-settings.php:1597
1156
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1157
  msgstr "Utilizzare questo shortcode per visualizzare un elenco di post inviati su qualsiasi post o pagina WP:"
1158
 
1159
+ #: library/plugin-settings.php:1600
1160
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1161
+ msgstr "In alternativa, utilizzare il tag modello per visualizzare un elenco di post inviati in qualsiasi punto del modello del tema:"
1162
 
1163
+ #: library/plugin-settings.php:1603
1164
  msgid "Here are some examples showing how to configure this shortcode:"
1165
  msgstr "Ecco alcuni esempi che mostrano come configurare questo shortcode:"
1166
 
1167
+ #: library/plugin-settings.php:1611
1168
  msgid "Display Image Gallery"
1169
+ msgstr "Visualizza galleria di immagini"
1170
 
1171
+ #: library/plugin-settings.php:1612
1172
  msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
1173
  msgstr "Utilizza questo shortcode per visualizzare una galleria di immagini caricate per ogni post inviato:"
1174
 
1175
+ #: library/plugin-settings.php:1615
1176
  msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
1177
+ msgstr "In alternativa, utilizzare il tag modello per visualizzare una galleria di immagini in qualsiasi punto del modello del tema:"
1178
 
1179
+ #: library/plugin-settings.php:1618
1180
  msgid "You can customize using any of the follwing attributes:"
1181
+ msgstr "È possibile personalizzare utilizzando uno degli attributi seguenti:"
1182
 
1183
+ #: library/plugin-settings.php:1633
1184
  msgid "Reset Form Button"
1185
+ msgstr "Pulsante Reimposta modulo"
1186
 
1187
+ #: library/plugin-settings.php:1634
1188
  msgid "This shortcode displays a link that resets the form to its original state:"
1189
+ msgstr "Questo shortcode visualizza un collegamento che reimposta il modulo al suo stato originale:"
1190
 
1191
+ #: library/plugin-settings.php:1637
1192
  msgid "This shortcode accepts the following attributes:"
1193
  msgstr "Questo shortcode accetta i seguenti attributi:"
1194
 
1195
+ #: library/plugin-settings.php:1643
1196
  msgid "Note that the url attribute accepts"
1197
  msgstr "Si noti che l'attributo url accetta"
1198
 
1199
+ #: library/plugin-settings.php:1643
1200
  msgid "to get the current URL."
1201
  msgstr "per ottenere l'URL corrente."
1202
 
1203
+ #: library/plugin-settings.php:1646
1204
  msgid "Access Control"
1205
  msgstr "Controllo di accesso"
1206
 
1207
+ #: library/plugin-settings.php:1647
1208
  msgid "USP provides three shortcodes to control access and restrict content."
1209
+ msgstr "USP fornisce tre codici brevi per controllare l'accesso e limitare il contenuto."
1210
 
1211
+ #: library/plugin-settings.php:1648
1212
  msgid "Display content only to users with a specific capability:"
1213
+ msgstr "Mostra i contenuti solo agli utenti con una capacità specifica:"
1214
 
1215
+ #: library/plugin-settings.php:1651
1216
  msgid "Display content to logged-in users:"
1217
+ msgstr "Mostra contenuti agli utenti che hanno effettuato l'accesso:"
1218
 
1219
+ #: library/plugin-settings.php:1654
1220
  msgid "Display content to visitors only:"
1221
+ msgstr "Mostra i contenuti solo ai visitatori:"
1222
 
1223
+ #: library/plugin-settings.php:1657
1224
  msgid "Tip:"
1225
  msgstr "Mancia:"
1226
 
1227
+ #: library/plugin-settings.php:1657
1228
  msgid "to include markup in the deny message, you can use"
1229
+ msgstr "per includere il markup nel messaggio di rifiuto, è possibile utilizzare"
1230
 
1231
+ #: library/plugin-settings.php:1657
1232
  msgid "to output"
1233
+ msgstr "in uscita"
1234
 
1235
+ #: library/plugin-settings.php:1660
1236
  msgid "Example"
1237
  msgstr "Esempio"
1238
 
1239
+ #: library/plugin-settings.php:1661
1240
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1241
+ msgstr "Se l'utente ha effettuato l'accesso, visualizza il modulo post-invio; o se l'utente non ha effettuato l'accesso, visualizza il modulo di accesso:"
1242
 
1243
+ #: library/plugin-settings.php:1673
1244
  msgid "Restore Defaults"
1245
  msgstr "Ripristina le impostazioni predifinite"
1246
 
1247
+ #: library/plugin-settings.php:1676
1248
  msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1249
+ msgstr "Lascia questa opzione disabilitata per ricordare le tue impostazioni. Oppure, per andare avanti e ripristinare le opzioni predefinite del plug-in: selezionare la casella, salvare le impostazioni e quindi disattivare / riattivare il plug-in."
1250
 
1251
+ #: library/plugin-settings.php:1680
1252
  msgid "Restore default options upon plugin deactivation/reactivation."
1253
  msgstr "Ripristina le opzioni predefinite al momento della disattivazione / riattivazione del plug-in."
1254
 
1255
+ #: library/plugin-settings.php:1687
1256
  msgid "Show Support"
1257
  msgstr "Mostra supporto"
1258
 
1259
+ #: library/plugin-settings.php:1696
1260
  msgid "by"
1261
  msgstr "di"
1262
 
1263
+ #: library/plugin-settings.php:1697
1264
  msgid "Jeff Starr on Twitter"
1265
  msgstr "Jeff Starr su Twitter"
1266
 
1267
+ #: library/plugin-settings.php:1698
1268
  msgid "Obsessive Web Design &amp; Development"
1269
  msgstr "Obsessive Web Design & amp; Sviluppo"
1270
 
1271
+ #: library/plugin-settings.php:1709
1272
  msgid "Save Preference"
1273
  msgstr "Salva preferenza"
1274
 
1275
+ #: library/plugin-settings.php:1716
1276
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1277
  msgstr "Sei sicuro di voler ripristinare tutte le opzioni predefinite? (questa azione non può essere annullata)"
1278
 
1279
+ #: library/support-panel.php:55
1280
+ msgid "Perishable Press Books"
1281
+ msgstr "Libri di stampa deperibili"
1282
+
1283
+ #: library/support-panel.php:56
1284
+ msgid "Plugin Planet"
1285
+ msgstr "Plugin Planet"
1286
+
1287
+ #: library/support-panel.php:57
1288
+ msgid "Donate via PayPal"
1289
+ msgstr "Dona tramite PayPal"
1290
+
1291
+ #: library/support-panel.php:59
1292
+ msgid "books"
1293
+ msgstr "libri"
1294
+
1295
+ #: library/support-panel.php:60
1296
+ msgid "plugins"
1297
+ msgstr "plugins"
1298
+
1299
+ #: library/support-panel.php:61
1300
+ msgid "donation"
1301
+ msgstr "donazione"
1302
+
1303
+ #: library/support-panel.php:63
1304
+ msgid "Thank you for using"
1305
+ msgstr "Grazie per averlo usato"
1306
+
1307
+ #: library/support-panel.php:64
1308
+ msgid "Please show support by purchasing one of my"
1309
+ msgstr "Si prega di mostrare supporto acquistando uno dei miei"
1310
+
1311
+ #: library/support-panel.php:65
1312
+ msgid "or"
1313
+ msgstr "o"
1314
+
1315
+ #: library/support-panel.php:65
1316
+ msgid "or b