User Submitted Posts - Version 20180314

Version Description

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

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

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

Download this release

Release Info

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

Code changes from version 20171105 to 20180314

changelog.txt CHANGED
@@ -8,6 +8,44 @@ More recent changelog info is available in the `readme.txt` file, located in the
8
 
9
 
10
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  **20170801**
12
 
13
  * Adds new Post Type setting to choose between Posts and Pages
8
 
9
 
10
 
11
+ **20171028**
12
+
13
+ * Adds new Login/Register Form
14
+ * Adds new optional Custom Field
15
+ * Adds new access control shortcodes
16
+ * Adds shortcode `%%edit_link%%` for email alerts
17
+ * Adds shortcode `%%user_email%%` for email alerts
18
+ * Adds support when `allow_url_fopen` is disabled
19
+ * Adds `parsley.min.js.map` to `/resources/` directory
20
+ * Adds new function, `usp_get_submitted_title()`
21
+ * Adds new filter hook: `usp_max_users`
22
+ * Adds new filter hook: `usp_content_allowed`
23
+ * Adds new filter hook: `usp_custom_custom_field`
24
+ * Adds new filter hook: `usp_content_patterns`
25
+ * Adds new filter hook: `usp_content_replacements`
26
+ * Adds extra `manage_options` requirement to modify settings
27
+ * Adds Czech language translation
28
+ * Adds Slovenian language translation
29
+ * Adds Norwegian language translation
30
+ * Replaces Arabic (Argentina) translation with Arabic
31
+ * Updates Google reCAPTCHA library to version 1.1.3
32
+ * Updates Parsley validation script to version 2.8.0
33
+ * Updates all language translation files
34
+ * Improves logic in core USP JavaScript file
35
+ * Improves file handling and validation
36
+ * Improves logic of `usp_auto_display_options()`
37
+ * Improves logic of `usp_form_display_options()`
38
+ * Improves logic of USP Form templates
39
+ * Refactors logic of plugin settings page
40
+ * Streamlines Support panel in plugin settings
41
+ * Changes label from "Auto Publish" to "Post Status"
42
+ * Removes deprecated `/custom/` directory
43
+ * Removes deprecated `jquery.usp.files.js`
44
+ * Fixes bug when displaying/requiring the Title field
45
+ * Fixes some PHP Notices for "Undefined Index", et al
46
+ * Regenerates default translation template
47
+ * Tests on WordPress 4.9
48
+
49
  **20170801**
50
 
51
  * Adds new Post Type setting to choose between Posts and Pages
images/250x250-banhammer-pro.jpg ADDED
Binary file
languages/usp-ar.mo CHANGED
Binary file
languages/usp-ar.po CHANGED
@@ -4,206 +4,206 @@ 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 20171028\n"
8
  "Language: ar\n"
9
 
10
  #. Name of the plugin
11
- #: user-submitted-posts.php:44
12
  msgid "User Submitted Posts"
13
- msgstr "تم إرسال مشاركات المستخدمين"
14
 
15
- #: user-submitted-posts.php:78
16
  msgid "requires WordPress "
17
- msgstr "يتطلب وردبريس"
18
 
19
- #: user-submitted-posts.php:79
20
  msgid " or higher, and has been deactivated! "
21
- msgstr " أو أعلى، وقد تم إلغاء تنشيط!"
22
 
23
- #: user-submitted-posts.php:80
24
  msgid "Please return to the"
25
  msgstr "يرجى العودة إلى"
26
 
27
- #: user-submitted-posts.php:81
28
  msgid "WordPress Admin Area"
29
- msgstr "منطقة المشرف وردبريس"
30
 
31
- #: user-submitted-posts.php:82
32
  msgid "to upgrade WordPress and try again."
33
- msgstr "لرفع مستوى وردبريس وحاول مرة أخرى."
34
 
35
- #: user-submitted-posts.php:124
36
  msgid "User Submitted Post"
37
- msgstr "تم إرسال المشاركة بواسطة المستخدم"
38
 
39
- #: user-submitted-posts.php:445
40
  msgid "User Submitted Post Info"
41
- msgstr "تم إرسال معلومات المشاركة بواسطة المستخدم"
42
 
43
- #: user-submitted-posts.php:475
44
  msgid "Submitter Name: "
45
- msgstr "اسم المرسل:"
46
 
47
- #: user-submitted-posts.php:476
48
  msgid "Submitter Email: "
49
- msgstr "البريد الإلكتروني للمرسل:"
50
 
51
- #: user-submitted-posts.php:477
52
  msgid "Submitter URL: "
53
- msgstr "عنوان ورل للمرسل:"
54
 
55
- #: user-submitted-posts.php:478
56
  msgid "Submitter IP: "
57
- msgstr "إب المرسل:"
58
 
59
- #: user-submitted-posts.php:529
60
  msgid "Show USP Posts"
61
- msgstr "عرض مشاركات أوسب"
62
 
63
- #: user-submitted-posts.php:530 library/plugin-settings.php:967
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
- #: user-submitted-posts.php:1175
68
  msgid " files required"
69
  msgstr " الملفات المطلوبة"
70
 
71
- #: user-submitted-posts.php:1176
72
  msgid " file required"
73
- msgstr " الملف مطلوب"
74
 
75
- #: user-submitted-posts.php:1178
76
  msgid " files"
77
  msgstr " ملفات"
78
 
79
- #: user-submitted-posts.php:1179
80
  msgid " file"
81
  msgstr " ملف"
82
 
83
- #: user-submitted-posts.php:1181 user-submitted-posts.php:1182
84
- #: user-submitted-posts.php:1183 user-submitted-posts.php:1184
85
  msgid " pixels"
86
  msgstr " بكسل"
87
 
88
- #: user-submitted-posts.php:1186 library/plugin-settings.php:284
89
- #: library/plugin-settings.php:303 library/plugin-settings.php:690
90
- #: library/plugin-settings.php:1176
91
  msgid "Custom Field"
92
  msgstr "حقل مخصص"
93
 
94
- #: user-submitted-posts.php:1189
95
  msgid "An error occurred. Please go back and try again."
96
  msgstr "حدث خطأ. الرجاء العودة والمحاولة مجددا."
97
 
98
- #: user-submitted-posts.php:1199
99
  msgid "User login required"
100
- msgstr "مطلوب تسجيل دخول المستخدم"
101
 
102
- #: user-submitted-posts.php:1200
103
  msgid "User name required"
104
  msgstr "اسم المستخدم (مطلوب"
105
 
106
- #: user-submitted-posts.php:1201
107
  msgid "Post title required"
108
  msgstr "عنوان المشاركة مطلوب"
109
 
110
- #: user-submitted-posts.php:1202
111
  msgid "User URL required"
112
- msgstr "عنوان ورل للمستخدم مطلوب"
113
 
114
- #: user-submitted-posts.php:1203
115
  msgid "Post tags required"
116
- msgstr "علامات المشاركة مطلوبة"
117
 
118
- #: user-submitted-posts.php:1204
119
  msgid "Post category required"
120
- msgstr "فئة المشاركة مطلوبة"
121
 
122
- #: user-submitted-posts.php:1205
123
  msgid "Post content required"
124
- msgstr "مشاركة المحتوى المطلوب"
125
 
126
- #: user-submitted-posts.php:1206 user-submitted-posts.php:1207
127
  msgid "Correct captcha required"
128
- msgstr "مطلوب كابتشا الصحيح"
129
 
130
- #: user-submitted-posts.php:1208
131
  msgid "User email required"
132
- msgstr "مطلوب البريد الإلكتروني للمستخدم"
133
 
134
- #: user-submitted-posts.php:1209
135
  msgid "Please check your email and try again"
136
- msgstr "يرجى التحقق من بريدك الإلكتروني وإعادة المحاولة"
137
 
138
- #: user-submitted-posts.php:1210
139
  msgid "Non-empty value for hidden field"
140
- msgstr "قيمة غير فارغة للحقل المخفى"
141
 
142
- #: user-submitted-posts.php:1211
143
  msgid "Minimum number of images not met"
144
- msgstr "الحد الأدنى لعدد الصور التي لم تتم تلبيتها"
145
 
146
- #: user-submitted-posts.php:1212
147
  msgid "Maximum number of images exceeded "
148
  msgstr "تم تجاوز الحد الأقصى لعدد الصور"
149
 
150
- #: user-submitted-posts.php:1213
151
  msgid "Minimum image width not met"
152
  msgstr "لم يتم استيفاء الحد الأدنى لعرض الصورة"
153
 
154
- #: user-submitted-posts.php:1214
155
  msgid "Image width exceeds maximum"
156
- msgstr "يتجاوز عرض الصورة الحد الأقصى"
157
 
158
- #: user-submitted-posts.php:1215
159
  msgid "Minimum image height not met"
160
- msgstr "لم يتم تحقيق الحد الأدنى لصورة الارتفاع"
161
 
162
- #: user-submitted-posts.php:1216
163
  msgid "Image height exceeds maximum"
164
  msgstr "يتجاوز ارتفاع الصورة الحد الأقصى"
165
 
166
- #: user-submitted-posts.php:1217
167
  msgid "File type not allowed (please upload images only)"
168
  msgstr "نوع الملف غير مسموح به (يرجى تحميل الصور فقط)"
169
 
170
- #: user-submitted-posts.php:1218
171
  msgid " required"
172
  msgstr " مطلوب"
173
 
174
- #: user-submitted-posts.php:1222
175
  msgid "File not uploaded. Please check the file and try again."
176
- msgstr "لم يتم تحميل الملف. الرجاء التحقق من الملف وإعادة المحاولة."
177
 
178
- #: user-submitted-posts.php:1226
179
  msgid "The file(s) could not be uploaded"
180
- msgstr "تعذر تحميل الملف (الملفات)"
181
 
182
- #: user-submitted-posts.php:1228
183
  msgid "Post not created. Please contact the site administrator for help."
184
- msgstr "لم يتم إنشاء المشاركة. يرجى الاتصال بمسؤول الموقع للحصول على المساعدة."
185
 
186
- #: user-submitted-posts.php:1229
187
  msgid "Duplicate post title. Please try again."
188
- msgstr "عنوان مشاركة مكرر. حاول مرة اخرى."
189
 
190
- #: user-submitted-posts.php:1239
191
  msgid "Error: "
192
  msgstr "خطأ:"
193
 
194
- #: user-submitted-posts.php:1265
195
  msgid "Return to form"
196
  msgstr "العودة إلى النموذج"
197
 
198
- #: user-submitted-posts.php:1293 library/plugin-settings.php:943
199
  msgid "Please"
200
  msgstr "رجاء"
201
 
202
- #: user-submitted-posts.php:1294
203
  msgid "log in"
204
  msgstr "تسجيل الدخول"
205
 
206
- #: user-submitted-posts.php:1295
207
  msgid "to submit content!"
208
  msgstr "لتقديم المحتوى!"
209
 
@@ -219,7 +219,7 @@ msgstr "اسمك"
219
  #: views/submission-form.php:62 views/submission-form.php:63
220
  #: views/submission-form-alt.php:67 views/submission-form-alt.php:68
221
  msgid "Your URL"
222
- msgstr "عنوان ورل"
223
 
224
  #: views/submission-form.php:68 views/submission-form.php:69
225
  #: views/submission-form-alt.php:73 views/submission-form-alt.php:74
@@ -228,24 +228,24 @@ msgstr "بريدك الالكتروني"
228
 
229
  #: views/submission-form.php:74 views/submission-form.php:75
230
  #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
- #: library/plugin-settings.php:1004
232
  msgid "Post Title"
233
  msgstr "عنوان المشاركة"
234
 
235
  #: views/submission-form.php:80 views/submission-form.php:81
236
  #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
- #: library/plugin-settings.php:1005
238
  msgid "Post Tags"
239
- msgstr "علامات المشاركة"
240
 
241
  #: views/submission-form.php:93 views/submission-form-alt.php:98
242
  msgid "Antispam Question"
243
- msgstr "سؤال أنتيسبام"
244
 
245
  #: views/submission-form.php:98 views/submission-form-alt.php:103
246
- #: library/plugin-settings.php:1006
247
  msgid "Post Category"
248
- msgstr "فئة المشاركة"
249
 
250
  #: views/submission-form.php:100 views/submission-form-alt.php:105
251
  msgid "Please select a category.."
@@ -253,7 +253,7 @@ msgstr "الرجاء تحديد الفئة.."
253
 
254
  #: views/submission-form.php:135 views/submission-form.php:136
255
  #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
- #: library/plugin-settings.php:1007
257
  msgid "Post Content"
258
  msgstr "آخر المحتوى"
259
 
@@ -267,19 +267,27 @@ msgstr "تحميل صورة"
267
 
268
  #: views/submission-form.php:158 views/submission-form-alt.php:163
269
  msgid "Add another image"
270
- msgstr "إضافة صورة أخرى"
271
 
272
  #: views/submission-form.php:180 views/submission-form-alt.php:185
273
  msgid "Human verification: leave this field empty."
274
- msgstr "التحقق البشري: اترك هذا الحقل فارغا."
275
 
276
  #: views/submission-form.php:202 views/submission-form-alt.php:207
277
  msgid "Submit Post"
278
- msgstr "إرسال مشاركة"
 
 
 
 
 
 
 
 
279
 
280
  #: library/plugin-settings.php:32
281
  msgid "Get USP Pro for unlimited forms!"
282
- msgstr "الحصول على أوسب برو لأشكال غير محدودة!"
283
 
284
  #: library/plugin-settings.php:33
285
  msgid "Go Pro"
@@ -291,23 +299,23 @@ msgstr "إعدادات"
291
 
292
  #: library/plugin-settings.php:55
293
  msgid "Give USP a 5-star rating at WordPress.org"
294
- msgstr "إعطاء أوسب تصنيف 5 نجوم في WordPress.org"
295
 
296
  #: library/plugin-settings.php:56
297
  msgid "Rate this plugin »"
298
- msgstr "تقييم هذا المكون الإضافي & نبسب؛ & راكو؛"
299
 
300
  #: library/plugin-settings.php:114
301
  msgid "WP Post (recommended)"
302
- msgstr "وب بوست (موصى به)"
303
 
304
  #: library/plugin-settings.php:118
305
  msgid "WP Page"
306
- msgstr "صفحة وب"
307
 
308
  #: library/plugin-settings.php:134
309
  msgid "HTML5 Form + Default CSS"
310
- msgstr "نموذج HTML5 + كس الافتراضي"
311
 
312
  #: library/plugin-settings.php:134
313
  msgid "(Recommended)"
@@ -315,59 +323,59 @@ msgstr "(موصى به)"
315
 
316
  #: library/plugin-settings.php:138
317
  msgid "HTML5 Form + Disable CSS"
318
- msgstr "HTML5 فورم + ديزابل كس"
319
 
320
  #: library/plugin-settings.php:138
321
  msgid "(Provide your own styles)"
322
- msgstr "(توفير الأنماط الخاصة بك)"
323
 
324
  #: library/plugin-settings.php:142
325
  msgid "Custom Form + Custom CSS"
326
- msgstr "نموذج مخصص + كس مخصص"
327
 
328
  #: library/plugin-settings.php:142
329
  msgid "(Provide your own form template & styles)"
330
- msgstr "(تقديم قالب النموذج الخاص بك والأنماط)"
331
 
332
  #: library/plugin-settings.php:158 library/plugin-settings.php:182
333
  #: library/plugin-settings.php:205 library/plugin-settings.php:229
334
  msgid "Auto-display before post content"
335
- msgstr "عرض تلقائي قبل نشر المحتوى"
336
 
337
  #: library/plugin-settings.php:162 library/plugin-settings.php:186
338
  #: library/plugin-settings.php:209 library/plugin-settings.php:233
339
  msgid "Auto-display after post content"
340
- msgstr "عرض تلقائي بعد نشر المحتوى"
341
 
342
  #: library/plugin-settings.php:166
343
  msgid "Do not auto-display submitted images"
344
- msgstr "لا تعرض الصور المرسلة تلقائيا"
345
 
346
  #: library/plugin-settings.php:190
347
  msgid "Do not auto-display submitted email"
348
- msgstr "عدم عرض البريد الإلكتروني المقدم تلقائيا"
349
 
350
  #: library/plugin-settings.php:213
351
  msgid "Do not auto-display submitted URL"
352
- msgstr "عدم عرض عنوان ورل الذي تم إرساله تلقائيا"
353
 
354
  #: library/plugin-settings.php:237
355
  msgid "Do not auto-display the Custom Field"
356
- msgstr "لا تعرض الحقل المخصص تلقائيا"
357
 
358
  #: library/plugin-settings.php:265 library/plugin-settings.php:297
359
  #: library/plugin-settings.php:330 library/plugin-settings.php:362
360
  msgid "Display and require"
361
- msgstr "عرض وتتطلب"
362
 
363
  #: library/plugin-settings.php:266 library/plugin-settings.php:298
364
  msgid "Display but do not require"
365
- msgstr "العرض ولكن لا تتطلب"
366
 
367
  #: library/plugin-settings.php:267 library/plugin-settings.php:299
368
  #: library/plugin-settings.php:331 library/plugin-settings.php:363
369
  msgid "Disable this field"
370
- msgstr "تعطيل هذا الحقل"
371
 
372
  #: library/plugin-settings.php:302 library/plugin-settings.php:334
373
  #: library/plugin-settings.php:366 library/plugin-settings.php:398
@@ -377,17 +385,17 @@ msgstr "(يزور"
377
  #: library/plugin-settings.php:303 library/plugin-settings.php:335
378
  #: library/plugin-settings.php:367 library/plugin-settings.php:399
379
  msgid "to configure options)"
380
- msgstr "لتكوين الخيارات)"
381
 
382
  #: library/plugin-settings.php:318 library/plugin-settings.php:335
383
- #: library/plugin-settings.php:1194 library/plugin-settings.php:1199
384
  msgid "Challenge Question"
385
  msgstr "سؤال تحدي"
386
 
387
  #: library/plugin-settings.php:350 library/plugin-settings.php:367
388
- #: library/plugin-settings.php:1216
389
  msgid "Google reCAPTCHA"
390
- msgstr "غوغل ريكابتشا"
391
 
392
  #: library/plugin-settings.php:382
393
  msgid "Post Images"
@@ -401,9 +409,9 @@ msgstr "عرض"
401
  msgid "Disable"
402
  msgstr "تعطيل"
403
 
404
- #: library/plugin-settings.php:399 library/plugin-settings.php:1277
405
  msgid "Image Uploads"
406
- msgstr "تحميلات الصور"
407
 
408
  #: library/plugin-settings.php:479
409
  msgid "Draft"
@@ -411,769 +419,845 @@ msgstr "مشروع"
411
 
412
  #: library/plugin-settings.php:480
413
  msgid "Pending (default)"
414
- msgstr "في انتظار المراجعة (افتراضي)"
415
 
416
  #: library/plugin-settings.php:481
417
  msgid "Publish immediately"
418
- msgstr "النشر فورا"
419
 
420
  #: library/plugin-settings.php:482
421
  msgid "Publish after 1 approved post"
422
- msgstr "نشر بعد مشاركة واحدة معتمدة"
423
 
424
  #: library/plugin-settings.php:483
425
  msgid "Publish after "
426
- msgstr "نشر بعد"
427
 
428
  #: library/plugin-settings.php:483
429
  msgid " approved posts"
430
- msgstr " الوظائف المعتمدة"
431
 
432
- #: library/plugin-settings.php:635
433
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
434
- msgstr "كان هناك خطأ. يرجى التأكد من أنك أضفت عنوانا، وبعض المحتوى، وأنك حملت الصور فقط."
435
 
436
- #: library/plugin-settings.php:649
437
  msgid "Please select your image(s) to upload."
438
- msgstr "يرجى تحديد الصورة (الصور) التي تريد تحميلها."
439
 
440
- #: library/plugin-settings.php:655
441
  msgid "Success! Thank you for your submission."
442
  msgstr "نجاح! شكرا لتقريركم."
443
 
444
- #: library/plugin-settings.php:681
445
  msgid "Email"
446
  msgstr "البريد الإلكتروني"
447
 
448
- #: library/plugin-settings.php:682
449
  msgid "URL"
450
  msgstr "URL"
451
 
452
- #: library/plugin-settings.php:721
453
- msgid "Sorry, you are not allowed to modify settings."
454
- msgstr "عذرا، لا يسمح لك بتعديل الإعدادات."
455
-
456
- #: library/plugin-settings.php:930
457
  msgid "Toggle all panels"
458
- msgstr "تبديل جميع اللوحات"
459
 
460
- #: library/plugin-settings.php:939
461
  msgid "We need your support!"
462
  msgstr "نحن بحاجة إلى دعمكم!"
463
 
464
- #: library/plugin-settings.php:943
465
  msgid "Make a donation via PayPal"
466
- msgstr "التبرع عن طريق باي بال"
467
 
468
- #: library/plugin-settings.php:943
469
  msgid "make a donation"
470
  msgstr "التبرع"
471
 
472
- #: library/plugin-settings.php:943
473
  msgid "and/or"
474
  msgstr "و / أو"
475
 
476
- #: library/plugin-settings.php:944
477
  msgid "Rate and review at the Plugin Directory"
478
- msgstr "تقييم ومراجعة في دليل البرنامج المساعد"
479
 
480
- #: library/plugin-settings.php:945
481
  msgid "give this plugin a 5-star rating"
482
- msgstr "إعطاء هذا البرنامج المساعد تصنيف 5 نجوم"
483
 
484
- #: library/plugin-settings.php:949
485
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
486
- msgstr "الدعم السخي الخاص بك يتيح استمرار تطوير هذا البرنامج المساعد مجانا. شكرا!"
487
 
488
- #: library/plugin-settings.php:954
489
  msgid "Check this box if you have shown support"
490
- msgstr "حدد هذا المربع إذا كنت قد عرضت الدعم"
491
 
492
- #: library/plugin-settings.php:963
493
  msgid "Overview"
494
  msgstr "نظرة عامة"
495
 
496
- #: library/plugin-settings.php:967
497
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
498
- msgstr "تمكن الزائرين من إرسال المشاركات وتحميل الصور من الواجهة الأمامية لموقعك."
499
 
500
- #: library/plugin-settings.php:968
501
  msgid "For advanced functionality and unlimited forms, check out"
502
- msgstr "للحصول على وظائف متقدمة وأشكال غير محدودة، تحقق من"
503
 
504
- #: library/plugin-settings.php:968 library/plugin-settings.php:1335
505
  msgid "USP Pro"
506
- msgstr "أوسب برو"
507
 
508
- #: library/plugin-settings.php:969
509
  msgid "— the ultimate solution for user-generated content."
510
- msgstr "و[مدش]؛ الحل النهائي للمحتوى الذي ينشئه المستخدمون."
511
 
512
- #: library/plugin-settings.php:973 library/plugin-settings.php:990
513
  msgid "Plugin Settings"
514
  msgstr "إعدادات البرنامج المساعد"
515
 
516
- #: library/plugin-settings.php:974
517
  msgid "Display the form"
518
  msgstr "عرض النموذج"
519
 
520
- #: library/plugin-settings.php:975 library/plugin-settings.php:1482
521
  msgid "Plugin Homepage"
522
- msgstr "بلوجين الصفحة الرئيسية"
523
 
524
- #: library/plugin-settings.php:978
525
  msgid "If you like this plugin, please"
526
- msgstr "إذا كنت مثل هذا البرنامج المساعد، من فضلك"
527
 
528
- #: library/plugin-settings.php:979
529
  msgid "THANK YOU for your support!"
530
  msgstr "شكرا لدعمكم!"
531
 
532
- #: library/plugin-settings.php:979
533
  msgid "give it a 5-star rating"
534
- msgstr "إعطائها تصنيف 5 نجوم"
535
 
536
- #: library/plugin-settings.php:983
537
  msgid "Unlimited front-end forms"
538
- msgstr "أشكال الواجهة الأمامية غير المحدودة"
539
 
540
- #: library/plugin-settings.php:983
541
  msgid "Get USP Pro"
542
- msgstr "الحصول على أوسب برو"
543
 
544
- #: library/plugin-settings.php:993
545
  msgid "Configure your settings for User Submitted Posts."
546
- msgstr "تهيئة إعدادات المشاركات التي أرسلها المستخدم."
547
 
548
- #: library/plugin-settings.php:995
549
  msgid "Form Fields"
550
  msgstr "حقول النموذج"
551
 
552
- #: library/plugin-settings.php:1001
553
  msgid "User Name"
554
  msgstr "اسم المستخدم"
555
 
556
- #: library/plugin-settings.php:1002
557
  msgid "User Email"
558
- msgstr "البريد الإلكتروني للمستخدم"
559
 
560
- #: library/plugin-settings.php:1003
561
  msgid "User URL"
562
- msgstr "عنوان ورل للمستخدم"
563
 
564
- #: library/plugin-settings.php:1018
565
  msgid "General Settings"
566
  msgstr "الاعدادات العامة"
567
 
568
- #: library/plugin-settings.php:1023
 
 
 
 
569
  msgid "Form Style"
570
- msgstr "شكل النموذج"
571
 
572
- #: library/plugin-settings.php:1028
573
  msgid "With this option, you can copy the plugin’s default templates:"
574
- msgstr "باستخدام هذا الخيار، يمكنك نسخ النماذج الافتراضية للمكون الإضافي:"
575
 
576
- #: library/plugin-settings.php:1033
577
  msgid "..and upload them into a directory named"
578
- msgstr ".. وتحميلها إلى دليل اسمه"
579
 
580
- #: library/plugin-settings.php:1033
581
  msgid "in your theme:"
582
- msgstr "في موضوعك:"
583
 
584
- #: library/plugin-settings.php:1039
585
  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"
586
- msgstr "سيتيح لك ذلك تخصيص النموذج والأنماط كما تريد. لمزيد من المعلومات، راجع قسم \"نموذج التقديم المخصص\" في القسم"
587
 
588
- #: library/plugin-settings.php:1040
589
  msgid "Installation Docs"
590
- msgstr "محرر مستندات التثبيت"
591
 
592
- #: library/plugin-settings.php:1041
593
  msgid "FYI: here is a"
594
  msgstr "لمعلوماتك: هنا هو"
595
 
596
- #: library/plugin-settings.php:1041
597
  msgid "list of USP CSS selectors"
598
- msgstr "قائمة محددات كس أوسب"
599
 
600
- #: library/plugin-settings.php:1047
601
  msgid "Include JavaScript"
602
  msgstr "تضمين جافا سكريبت"
603
 
604
- #: library/plugin-settings.php:1049
605
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
606
- msgstr "حدد هذا المربع إذا كنت تريد تضمين ملفات جافا سكريبت الخارجية (موصى بها)."
607
 
608
- #: library/plugin-settings.php:1052
609
  msgid "Targeted Loading"
610
  msgstr "التحميل المستهدف"
611
 
612
- #: library/plugin-settings.php:1054
613
  msgid "By default, external CSS & 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."
614
- msgstr "بشكل افتراضي، كس & أمب؛ يتم تحميل ملفات جافا سكريبت في كل صفحة. هنا يمكنك تحديد عنوان ورل لنموذج أوسب لتحميل الموارد فقط في تلك الصفحة. ملاحظة: اتركه فارغا للتحميل على جميع الصفحات."
615
 
616
- #: library/plugin-settings.php:1057
617
  msgid "Post Type"
618
  msgstr "نوع آخر"
619
 
620
- #: library/plugin-settings.php:1060
621
  msgid "Submit posts as WP Posts or Pages"
622
- msgstr "إرسال المشاركات على شكل وب بوستس أو باجيس"
623
 
624
- #: library/plugin-settings.php:1064
625
  msgid "Post Status"
626
- msgstr "حالة المشاركة"
627
 
628
- #: library/plugin-settings.php:1067
629
  msgid "Post Status for submitted posts"
630
- msgstr "حالة المشاركة للمشاركات التي تم إرسالها"
631
 
632
- #: library/plugin-settings.php:1071
633
  msgid "Redirect URL"
634
- msgstr "إعادة توجيه عنوان ورل"
635
 
636
- #: library/plugin-settings.php:1073
637
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
638
- msgstr "حدد عنوان ورل لإعادة توجيه المستخدم بعد الإرسال. اتركه فارغا لإعادة التوجيه إلى الصفحة الحالية."
639
 
640
- #: library/plugin-settings.php:1076
641
  msgid "Success Message"
642
  msgstr "نجاح رسالة"
643
 
644
- #: library/plugin-settings.php:1078
645
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
646
- msgstr "رسالة النجاح التي يتم عرضها إذا كان الإرسال اللاحق ناجحا. يسمح بالترميز الأساسي."
647
 
648
- #: library/plugin-settings.php:1081
649
  msgid "Error Message"
650
  msgstr "رسالة خطأ"
651
 
652
- #: library/plugin-settings.php:1083
653
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
654
- msgstr "رسالة الخطأ العامة التي يتم عرضها في حالة فشل الإرسال المسبق. يسمح بالترميز الأساسي."
655
 
656
- #: library/plugin-settings.php:1086
657
  msgid "Custom Content"
658
- msgstr "المحتوى المخصص"
659
 
660
- #: library/plugin-settings.php:1088
661
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
662
- msgstr "النص المخصص / الترميز المراد تضمينه قبل نموذج التقديم. اتركه فارغا لتعطيله."
663
 
664
- #: library/plugin-settings.php:1091
665
  msgid "Rich Text Editor"
666
  msgstr "معالج النصوص"
667
 
668
- #: library/plugin-settings.php:1093
669
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
670
- msgstr "حدد هذا المربع إذا كنت تريد تمكين تحرير نص منسق وب للنصوص المقدمة."
671
 
672
- #: library/plugin-settings.php:1096
673
  msgid "Unique Titles"
674
- msgstr "عناوين فريدة"
675
 
676
- #: library/plugin-settings.php:1098
677
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
678
- msgstr "تتطلب أن تكون عناوين المشاركات المقدمة فريدة (مفيدة لمنع تعدد المشاركات المكررة / المكررة)."
679
 
680
- #: library/plugin-settings.php:1101
681
  msgid "Disable Required"
682
- msgstr "تعطيل مطلوب"
683
 
684
- #: library/plugin-settings.php:1103
685
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
686
- msgstr "تعطيل جميع السمات المطلوبة في حقول النموذج الافتراضي (مفيدة لتحري الخلل وإصلاحه)."
687
 
688
- #: library/plugin-settings.php:1106
689
  msgid "Disable IP Tracking"
690
- msgstr "تعطيل تتبع إب"
691
 
692
- #: library/plugin-settings.php:1108
693
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
694
- msgstr "بشكل افتراضي يسجل أوسب عنوان إب مع كل مشاركة تم إرسالها. حدد هذا المربع لتعطيل تتبع إب بالكامل."
695
 
696
- #: library/plugin-settings.php:1111
697
  msgid "Enable Shortcodes"
698
  msgstr "تمكين الرموز القصيرة"
699
 
700
- #: library/plugin-settings.php:1113
701
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
702
- msgstr "تمكين الرموز القصيرة في الأدوات. افتراضيا، لا تمكين وردبريس الرموز القصيرة في الحاجيات."
703
 
704
- #: library/plugin-settings.php:1114
705
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
706
- msgstr "هذا الإعداد تمكين أي / كافة الرموز القصيرة في الحاجيات (حتى الرموز القصيرة من الإضافات الأخرى)."
707
 
708
- #: library/plugin-settings.php:1119 library/plugin-settings.php:1124
709
  msgid "Categories"
710
  msgstr "الاقسام"
711
 
712
- #: library/plugin-settings.php:1127
713
  msgid "Select which categories may be assigned to submitted posts (click to toggle)"
714
- msgstr "حدد الفئات التي يمكن تعيينها للمشاركات التي تم إرسالها (انقر للتبديل)"
715
 
716
- #: library/plugin-settings.php:1135
717
  msgid "Hidden/Default Category"
718
- msgstr "الفئة المخفية / الافتراضية"
719
 
720
- #: library/plugin-settings.php:1137
721
  msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
722
- msgstr "استخدم حقل مخفي لفئة المشاركة. يمكن استخدام هذا لتحديد فئة افتراضية عند تعطيل حقل الفئة."
723
 
724
- #: library/plugin-settings.php:1140
725
  msgid "Category ID for Hidden Field"
726
- msgstr "معرف الفئة للحقل المخفى"
727
 
728
- #: library/plugin-settings.php:1142
729
  msgid "Specify the ID of the category to use for the “Hidden/Default Category” option."
730
- msgstr "حدد معرف الفئة لاستخدامها في & لدكو؛ الفئة المخفية / الافتراضية & رديقو؛ اختيار."
731
 
732
- #: library/plugin-settings.php:1147
733
  msgid "Users"
734
  msgstr "المستخدمين"
735
 
736
- #: library/plugin-settings.php:1152
737
  msgid "Assigned Author"
738
- msgstr "الكاتب المعين"
739
 
740
- #: library/plugin-settings.php:1155
741
  msgid "Specify the user that should be assigned as author for submitted posts."
742
- msgstr "حدد المستخدم الذي يجب تعيينه كمؤلف للمشاركات التي تم إرسالها."
743
 
744
- #: library/plugin-settings.php:1159
745
  msgid "Registered Username"
746
  msgstr "اسم المستخدم المسجل"
747
 
748
- #: library/plugin-settings.php:1161
749
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
750
- msgstr "استخدام اسم المستخدم المسجل ككاتب آخر. صالحة عندما يتم تسجيل الشخص الذي يقدم النموذج إلى وردبريس."
751
 
752
- #: library/plugin-settings.php:1164
753
  msgid "User Profile URL"
754
- msgstr "عنوان ورل لملف تعريف المستخدم"
755
 
756
- #: library/plugin-settings.php:1166
757
  msgid "Use registered user’s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
758
- msgstr "استخدم عنوان ورل للملف الشخصي للمستخدم المسجل باعتباره قيمة حقل عنوان ورل. صالحة عندما يتم تسجيل الشخص الذي يقدم النموذج إلى وردبريس."
759
 
760
- #: library/plugin-settings.php:1169
761
  msgid "Require User Login"
762
  msgstr "يتطلب تسجيل دخول المستخدم"
763
 
764
- #: library/plugin-settings.php:1171
765
  msgid "Require users to be logged in to WordPress to view/submit the form"
766
- msgstr "اطلب من المستخدمين تسجيل الدخول إلى وردبريس لعرض / إرسال النموذج"
 
 
 
 
767
 
768
- #: library/plugin-settings.php:1177
 
 
 
 
769
  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."
770
- msgstr "هنا يمكنك تغيير الاسم والتسمية المستخدمة من قبل الحقل المخصص. يمكنك تمكين هذا الحقل من خلال إعداد حقول النموذج، أعلاه."
771
 
772
- #: library/plugin-settings.php:1182
773
  msgid "Custom Field Name"
774
  msgstr "اسم الحقل المخصص"
775
 
776
- #: library/plugin-settings.php:1184
777
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
778
- msgstr "استخدم فقط أبجدية رقمية وشرطات سفلية وشرطات. إذا لم تكن متأكدا، استخدم الاسم الافتراضي:"
779
 
780
- #: library/plugin-settings.php:1187
781
  msgid "Custom Field Label"
782
  msgstr "تسمية الحقل المخصص"
783
 
784
- #: library/plugin-settings.php:1189
785
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
786
- msgstr "سيتم عرض هذا كعلامة حقل على النموذج. الافتراضي: حقل مخصص"
787
 
788
- #: library/plugin-settings.php:1201
789
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
790
- msgstr "لمنع الرسائل غير المرغوب فيها، أدخل سؤالا يجب على المستخدمين الإجابة عليه قبل إرسال النموذج."
791
 
792
- #: library/plugin-settings.php:1204
793
  msgid "Challenge Response"
794
  msgstr "قبل التحدي"
795
 
796
- #: library/plugin-settings.php:1206
797
  msgid "Enter the *only* correct answer to the challenge question."
798
- msgstr "أدخل * * الإجابة الصحيحة على سؤال التحدي."
799
 
800
- #: library/plugin-settings.php:1209
801
  msgid "Case-sensitivity"
802
  msgstr "حساسية القضية"
803
 
804
- #: library/plugin-settings.php:1211
805
  msgid "Check this box if you want the challenge response to be case-sensitive."
806
  msgstr "حدد هذا المربع إذا كنت تريد أن تكون استجابة التحدي حساسة لحالة الأحرف."
807
 
808
- #: library/plugin-settings.php:1217
809
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
810
- msgstr "لتمكين ريكابتشا من غوغل، أدخل المفاتيح العامة والخاصة."
811
 
812
- #: library/plugin-settings.php:1222
813
  msgid "Public Key"
814
  msgstr "المفتاح العمومي"
815
 
816
- #: library/plugin-settings.php:1224
817
  msgid "Enter your Public Key"
818
- msgstr "أدخل المفتاح العام"
819
 
820
- #: library/plugin-settings.php:1227
821
  msgid "Private Key"
822
  msgstr "مفتاح سري"
823
 
824
- #: library/plugin-settings.php:1229
825
  msgid "Enter your Private Key"
826
- msgstr "أدخل المفتاح الخاص"
827
 
828
- #: library/plugin-settings.php:1234
829
  msgid "Email Alerts"
830
  msgstr "تنبيهات البريد الإلكتروني"
831
 
832
- #: library/plugin-settings.php:1239
833
  msgid "Receive Email Alert"
834
  msgstr "تلقي تنبيه عبر البريد الإلكتروني"
835
 
836
- #: library/plugin-settings.php:1241
837
  msgid "Check this box if you want to be notified via email for new post submissions."
838
- msgstr "حدد هذا المربع إذا كنت تريد أن يتم إشعارك عبر البريد الإلكتروني لعمليات إرسال المشاركات الجديدة."
839
 
840
- #: library/plugin-settings.php:1244
841
  msgid "Enable HTML Format"
842
- msgstr "تمكين تنسيق هتمل"
843
 
844
- #: library/plugin-settings.php:1246
845
  msgid "Check this box to enable HTML format for email alerts."
846
- msgstr "حدد هذا المربع لتمكين تنسيق هتمل لتنبيهات البريد الإلكتروني."
847
 
848
- #: library/plugin-settings.php:1249
849
  msgid "Email Address for Alerts"
850
  msgstr "عنوان البريد الإلكتروني للتنبيهات"
851
 
852
- #: library/plugin-settings.php:1251
853
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
854
- msgstr "إذا حددت المربع لتلقي تنبيهات بالبريد الإلكتروني، فحدد هنا العناوين (العناوين) التي يجب إرسال رسائل البريد الإلكتروني إليها."
855
 
856
- #: library/plugin-settings.php:1252
857
  msgid "Multiple recipients may be included using a comma, like so:"
858
- msgstr "قد يتم تضمين مستلمين متعددين باستخدام فاصلة، على النحو التالي:"
859
 
860
- #: library/plugin-settings.php:1255
861
  msgid "Email “From” Address"
862
- msgstr "البريد الإلكتروني & لدكو؛ من & رديقو؛ عنوان"
863
 
864
- #: library/plugin-settings.php:1257
865
  msgid "Here you may customize the address(es) used for the “From” header (see plugin FAQs for info). "
866
- msgstr "هنا يمكنك تخصيص العنوان (العناوين) المستخدمة ل & لدكو؛ من & رديقو؛ هيدر (راجع الأسئلة الشائعة حول المكونات الإضافية للحصول على معلومات)."
867
 
868
- #: library/plugin-settings.php:1258
869
  msgid "If multiple addresses are specified in the previous setting, include an equal number of “From” addresses for this setting (in the same order)."
870
- msgstr "إذا تم تحديد عناوين متعددة في الإعداد السابق، فقم بتضمين رقم مساو من & لدكو؛ من & رديقو؛ عناوين لهذا الإعداد (بنفس الترتيب)."
871
 
872
- #: library/plugin-settings.php:1261
873
  msgid "Email Alert Subject"
874
- msgstr "موضوع تنبيه البريد الإلكتروني"
875
 
876
- #: library/plugin-settings.php:1263
877
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
878
- msgstr "سطر الموضوع لتنبيهات البريد الإلكتروني. اتركه فارغا لاستخدام سطر الموضوع الافتراضي. ملاحظة: يمكنك استخدام المتغيرات التالية:"
879
 
880
- #: library/plugin-settings.php:1268
881
  msgid "Email Alert Message"
882
- msgstr "رسالة تنبيه البريد الإلكتروني"
883
 
884
- #: library/plugin-settings.php:1270
885
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
886
- msgstr "رسالة لتنبيهات البريد الإلكتروني. اتركه فارغا لاستخدام الرسالة الافتراضية. ملاحظة: يمكنك استخدام المتغيرات التالية:"
887
 
888
- #: library/plugin-settings.php:1282
889
  msgid "Featured Image"
890
  msgstr "صورة مميزة"
891
 
892
- #: library/plugin-settings.php:1284
893
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
894
- msgstr "تعيين الصور التي تم إرسالها كصور مميزة. يتطلب دعم موضوع للصور مميزة (ويعرف أيضا باسم الصور المصغرة)."
895
 
896
- #: library/plugin-settings.php:1287
897
  msgid "Upload Message"
898
  msgstr "تحميل رسالة"
899
 
900
- #: library/plugin-settings.php:1289
901
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
902
- msgstr "الرسالة التي تظهر بجوار حقل التحميل. مفيدة لتوضيح إرشادات التحميل / السياسة / الخ. السماح بالترميز الأساسي."
903
 
904
- #: library/plugin-settings.php:1292
905
  msgid "“Add another image” link"
906
- msgstr "& لدكو؛ إضافة صورة أخرى & رديقو؛ حلقة الوصل"
907
 
908
- #: library/plugin-settings.php:1294
909
  msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
910
- msgstr "ترميز مخصص ل & لدكو؛ إضافة صورة أخرى & رديقو؛ حلقة الوصل. اتركه فارغا لاستخدام الترميز الافتراضي (مستحسن)."
911
 
912
- #: library/plugin-settings.php:1297
913
  msgid "Minimum number of images"
914
  msgstr "الحد الأدنى لعدد الصور"
915
 
916
- #: library/plugin-settings.php:1300
917
  msgid "Specify the minimum number of images."
918
  msgstr "حدد الحد الأدنى لعدد الصور."
919
 
920
- #: library/plugin-settings.php:1304
921
  msgid "Maximum number of images"
922
- msgstr "الحد الأقصى لعدد الصور"
923
 
924
- #: library/plugin-settings.php:1307
925
  msgid "Specify the maximum number of images."
926
- msgstr "حدد الحد الأقصى لعدد الصور."
927
 
928
- #: library/plugin-settings.php:1311
929
  msgid "Minimum image width"
930
  msgstr "الحد الأدنى لعرض الصورة"
931
 
932
- #: library/plugin-settings.php:1313
933
  msgid "Specify a minimum width (in pixels) for uploaded images."
934
- msgstr "حدد الحد الأدنى للعرض (بالبكسل) للصور المحملة."
935
 
936
- #: library/plugin-settings.php:1316
937
  msgid "Minimum image height"
938
- msgstr "الحد الأدنى لصورة الارتفاع"
939
 
940
- #: library/plugin-settings.php:1318
941
  msgid "Specify a minimum height (in pixels) for uploaded images."
942
- msgstr "حدد حد أدنى للارتفاع (بالبكسل) للصور التي تم تحميلها."
943
 
944
- #: library/plugin-settings.php:1321
945
  msgid "Maximum image width"
946
- msgstr "الحد الأقصى لعرض الصورة"
947
 
948
- #: library/plugin-settings.php:1323
949
  msgid "Specify a maximum width (in pixels) for uploaded images."
950
- msgstr "حدد عرضا أقصى (بالبكسل) للصور التي تم تحميلها."
951
 
952
- #: library/plugin-settings.php:1326
953
  msgid "Maximum image height"
954
  msgstr "أقصى ارتفاع للصورة"
955
 
956
- #: library/plugin-settings.php:1328
957
  msgid "Specify a maximum height (in pixels) for uploaded images."
958
- msgstr "حدد الحد الأقصى للارتفاع (بالبكسل) للصور المحملة."
959
 
960
- #: library/plugin-settings.php:1331
961
  msgid "More Options"
962
- msgstr "خيارات أخرى"
963
 
964
- #: library/plugin-settings.php:1334
965
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
966
- msgstr "لمزيد من الخيارات، مثل القدرة على تحميل أنواع ملفات أخرى (مثل بدف و ورد و زيب ومقاطع الفيديو والمزيد)، اطلع على"
967
 
968
- #: library/plugin-settings.php:1335
969
  msgid "Go Pro!"
970
- msgstr "الذهاب برو!"
971
 
972
- #: library/plugin-settings.php:1342
973
  msgid "Auto-Display Content"
974
  msgstr "محتوى العرض التلقائي"
975
 
976
- #: library/plugin-settings.php:1347
977
  msgid "Images Auto-Display"
978
- msgstr "الصور لصناعة السيارات في العرض"
979
 
980
- #: library/plugin-settings.php:1349
981
  msgid "Auto-display user-submitted images:"
982
- msgstr "عرض الصور التي أرسلها المستخدمون تلقائيا:"
983
 
984
- #: library/plugin-settings.php:1354
985
  msgid "Image Markup"
986
- msgstr "صورة ترميز"
987
 
988
- #: library/plugin-settings.php:1356
989
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
990
- msgstr "ترميز لاستخدامه لكل صورة تم إرسالها (عند تمكين العرض التلقائي). يمكن استخدام"
991
 
992
- #: library/plugin-settings.php:1358 library/plugin-settings.php:1371
993
- #: library/plugin-settings.php:1384 library/plugin-settings.php:1397
994
  msgid "and"
995
  msgstr "و"
996
 
997
- #: library/plugin-settings.php:1361
998
  msgid "Email Auto-Display"
999
- msgstr "البريد الإلكتروني لصناعة السيارات في العرض"
1000
 
1001
- #: library/plugin-settings.php:1363
1002
  msgid "Auto-display user-submitted email:"
1003
- msgstr "عرض البريد الإلكتروني الذي أرسله المستخدم تلقائيا:"
1004
 
1005
- #: library/plugin-settings.php:1368
1006
  msgid "Email Markup"
1007
  msgstr "ترميز البريد الإلكتروني"
1008
 
1009
- #: library/plugin-settings.php:1370
1010
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1011
- msgstr "ترميز لاستخدام عنوان البريد الإلكتروني المقدم (عند تمكين العرض التلقائي). يمكن استخدام"
1012
 
1013
- #: library/plugin-settings.php:1374
1014
  msgid "URL Auto-Display"
1015
- msgstr "ورل العرض التلقائي"
1016
 
1017
- #: library/plugin-settings.php:1376
1018
  msgid "Auto-display user-submitted URL:"
1019
- msgstr "عرض عنوان ورل الذي أرسله المستخدم تلقائيا:"
1020
 
1021
- #: library/plugin-settings.php:1381
1022
  msgid "URL Markup"
1023
- msgstr "ترميز عناوين ورل"
1024
 
1025
- #: library/plugin-settings.php:1383
1026
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1027
- msgstr "ترميز لاستخدام عنوان ورل المقدم (عند تمكين العرض التلقائي). يمكن استخدام"
1028
 
1029
- #: library/plugin-settings.php:1387
1030
  msgid "Custom Field Auto-Display"
1031
- msgstr "حقل مخصص العرض التلقائي"
1032
 
1033
- #: library/plugin-settings.php:1389
1034
  msgid "Auto-display user-submitted Custom Field:"
1035
- msgstr "عرض الحقل المخصص الذي أرسله المستخدم تلقائيا:"
1036
 
1037
- #: library/plugin-settings.php:1394
1038
  msgid "Custom Field Markup"
1039
- msgstr "ترميز الحقول المخصصة"
1040
 
1041
- #: library/plugin-settings.php:1396
1042
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1043
- msgstr "ترميز لاستخدامه للحقل المخصص المقدم (عند تمكين العرض التلقائي). يمكن استخدام"
1044
 
1045
- #: library/plugin-settings.php:1402 library/plugin-settings.php:1468
1046
  msgid "Save Settings"
1047
  msgstr "احفظ التغييرات"
1048
 
1049
- #: library/plugin-settings.php:1407
1050
  msgid "Display the Form"
1051
  msgstr "عرض النموذج"
1052
 
1053
- #: library/plugin-settings.php:1410
1054
  msgid "Post-Submit Form"
1055
- msgstr "نموذج ما بعد الإرسال"
1056
 
1057
- #: library/plugin-settings.php:1411
1058
  msgid "USP enables you to display a post-submission form anywhere on your site."
1059
- msgstr "يتيح لك برنامج أوسب عرض نموذج ما بعد الإرسال في أي مكان على موقعك."
1060
 
1061
- #: library/plugin-settings.php:1412 library/plugin-settings.php:1419
1062
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1063
- msgstr "استخدام الرمز القصير لعرض النموذج على أي وب المشاركة أو الصفحة:"
1064
 
1065
- #: library/plugin-settings.php:1414 library/plugin-settings.php:1421
1066
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1067
- msgstr "أو استخدم علامة النموذج لعرض النموذج في أي مكان في قالب المظهر:"
1068
 
1069
- #: library/plugin-settings.php:1417
1070
  msgid "Login/Register Form"
1071
- msgstr "تسجيل الدخول / تسجيل النموذج"
1072
 
1073
- #: library/plugin-settings.php:1418
1074
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1075
- msgstr "يمكنك أيضا عرض نموذج يتيح للمستخدمين تسجيل الدخول أو التسجيل أو إعادة تعيين كلمة المرور الخاصة بهم."
1076
 
1077
- #: library/plugin-settings.php:1424
1078
  msgid "Display Submitted Posts"
1079
- msgstr "عرض المشاركات التي تم إرسالها"
1080
 
1081
- #: library/plugin-settings.php:1425
1082
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1083
- msgstr "استخدام هذا الرمز القصير لعرض قائمة من المشاركات التي تم إرسالها على أي وب المشاركة أو الصفحة:"
1084
 
1085
- #: library/plugin-settings.php:1427
1086
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1087
- msgstr "أو استخدم علامة النموذج لعرض قائمة بالمشاركات التي تم إرسالها في أي مكان في قالب المظهر:"
1088
 
1089
- #: library/plugin-settings.php:1429
1090
  msgid "Here are some examples showing how to configure this shortcode:"
1091
- msgstr "في ما يلي بعض الأمثلة التي توضح كيفية تهيئة هذا الرمز القصير:"
1092
 
1093
- #: library/plugin-settings.php:1436
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1094
  msgid "Access Control"
1095
  msgstr "صلاحية التحكم صلاحية الدخول"
1096
 
1097
- #: library/plugin-settings.php:1437
1098
  msgid "USP provides three shortcodes to control access and restrict content."
1099
- msgstr "يوفر أوسب ثلاثة رموز قصيرة للسيطرة على الوصول وتقييد المحتوى."
1100
 
1101
- #: library/plugin-settings.php:1438
1102
  msgid "Display content only to users with a specific capability:"
1103
- msgstr "عرض المحتوى للمستخدمين الذين لديهم قدرة محددة فقط:"
1104
 
1105
- #: library/plugin-settings.php:1440
1106
  msgid "Display content to logged-in users:"
1107
- msgstr "عرض المحتوى للمستخدمين الذين سجلوا دخولهم:"
1108
 
1109
- #: library/plugin-settings.php:1442
1110
  msgid "Display content to visitors only:"
1111
  msgstr "عرض المحتوى للزوار فقط:"
1112
 
1113
- #: library/plugin-settings.php:1444
1114
  msgid "Tip:"
1115
  msgstr "تلميح:"
1116
 
1117
- #: library/plugin-settings.php:1444
1118
  msgid "to include markup in the deny message, you can use"
1119
- msgstr "لتضمين ترميز في رسالة رفض، يمكنك استخدام"
1120
 
1121
- #: library/plugin-settings.php:1444
1122
  msgid "to output"
1123
- msgstr "إلى الإخراج"
1124
 
1125
- #: library/plugin-settings.php:1446
1126
  msgid "Example"
1127
  msgstr "مثال"
1128
 
1129
- #: library/plugin-settings.php:1447
1130
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1131
- msgstr "إذا كان المستخدم قد سجل الدخول، فعرض نموذج ما بعد الإرسال؛ أو إذا لم يتم تسجيل دخول المستخدم، قم بعرض نموذج تسجيل الدخول:"
1132
 
1133
- #: library/plugin-settings.php:1459
1134
  msgid "Restore Defaults"
1135
  msgstr "استعادة الضبط الافتراضي"
1136
 
1137
- #: library/plugin-settings.php:1462
1138
  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."
1139
- msgstr "اترك هذا الخيار معطلا لتذكر الإعدادات. أو، للمضي قدما واستعادة خيارات البرنامج المساعد الافتراضي: حدد المربع، وحفظ الإعدادات الخاصة بك، ثم إلغاء تنشيط / إعادة تنشيط البرنامج المساعد."
1140
 
1141
- #: library/plugin-settings.php:1466
1142
  msgid "Restore default options upon plugin deactivation/reactivation."
1143
- msgstr "استعادة الخيارات الافتراضية عند إلغاء تنشيط البرنامج المساعد / إعادة التنشيط."
1144
 
1145
- #: library/plugin-settings.php:1473
1146
  msgid "Show Support"
1147
  msgstr "إظهار الدعم"
1148
 
1149
- #: library/plugin-settings.php:1482
1150
  msgid "by"
1151
  msgstr "بواسطة"
1152
 
1153
- #: library/plugin-settings.php:1483
1154
  msgid "Jeff Starr on Twitter"
1155
  msgstr "جيف ستار على تويتر"
1156
 
1157
- #: library/plugin-settings.php:1484
1158
  msgid "Obsessive Web Design & Development"
1159
- msgstr "تصميم ويب الوسواس & أمب؛ تطوير"
1160
 
1161
- #: library/plugin-settings.php:1495
1162
  msgid "Save Preference"
1163
- msgstr "حفظ الأفضلية"
1164
 
1165
- #: library/plugin-settings.php:1502
1166
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1167
- msgstr "هل تريد بالتأكيد استعادة جميع الخيارات الافتراضية؟ (لا يمكن التراجع عن هذا الإجراء)"
1168
 
1169
- #: library/template-tags.php:214
1170
- msgid "View full post"
1171
- msgstr "عرض المشاركة الكاملة"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1172
 
1173
  #. Description of the plugin
1174
  #:
1175
  msgid "Enables your visitors to submit posts and images from anywhere on your site."
1176
- msgstr "تمكن الزائرين من إرسال المشاركات والصور من أي مكان على موقعك."
1177
 
1178
  #. URI of the plugin
1179
  #:
4
  "Content-Type: text/plain; charset=UTF-8\n"
5
  "Content-Transfer-Encoding: 8bit\n"
6
  "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20180316\n"
8
  "Language: ar\n"
9
 
10
  #. Name of the plugin
11
+ #: user-submitted-posts.php:44 library/support-panel.php:5
12
  msgid "User Submitted Posts"
13
+ msgstr "المستخدم المشاركات المقدمة"
14
 
15
+ #: user-submitted-posts.php:81
16
  msgid "requires WordPress "
17
+ msgstr "يتطلب وورد"
18
 
19
+ #: user-submitted-posts.php:82
20
  msgid " or higher, and has been deactivated! "
21
+ msgstr " أو أعلى ، وقد تم إلغاء تنشيطه!"
22
 
23
+ #: user-submitted-posts.php:83
24
  msgid "Please return to the"
25
  msgstr "يرجى العودة إلى"
26
 
27
+ #: user-submitted-posts.php:84
28
  msgid "WordPress Admin Area"
29
+ msgstr "وورد الادارية المجال"
30
 
31
+ #: user-submitted-posts.php:85
32
  msgid "to upgrade WordPress and try again."
33
+ msgstr "لترقية WordPress وحاول مرة أخرى."
34
 
35
+ #: user-submitted-posts.php:125
36
  msgid "User Submitted Post"
37
+ msgstr "المستخدم نشر المشاركة"
38
 
39
+ #: user-submitted-posts.php:419
40
  msgid "User Submitted Post Info"
41
+ msgstr "User Submitted Post Info"
42
 
43
+ #: user-submitted-posts.php:449
44
  msgid "Submitter Name: "
45
+ msgstr "اسم مقدم البلاغ:"
46
 
47
+ #: user-submitted-posts.php:450
48
  msgid "Submitter Email: "
49
+ msgstr "مرسل البريد الإلكتروني:"
50
 
51
+ #: user-submitted-posts.php:451
52
  msgid "Submitter URL: "
53
+ msgstr "عنوان URL للمُرسِل:"
54
 
55
+ #: user-submitted-posts.php:452
56
  msgid "Submitter IP: "
57
+ msgstr "عنوان IP للمُرسِل:"
58
 
59
+ #: user-submitted-posts.php:503
60
  msgid "Show USP Posts"
61
+ msgstr "إظهار مشاركات USP"
62
 
63
+ #: user-submitted-posts.php:504 library/plugin-settings.php:979
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
+ #: user-submitted-posts.php:1272
68
  msgid " files required"
69
  msgstr " الملفات المطلوبة"
70
 
71
+ #: user-submitted-posts.php:1273
72
  msgid " file required"
73
+ msgstr " الملف المطلوب"
74
 
75
+ #: user-submitted-posts.php:1275
76
  msgid " files"
77
  msgstr " ملفات"
78
 
79
+ #: user-submitted-posts.php:1276
80
  msgid " file"
81
  msgstr " ملف"
82
 
83
+ #: user-submitted-posts.php:1278 user-submitted-posts.php:1279
84
+ #: user-submitted-posts.php:1280 user-submitted-posts.php:1281
85
  msgid " pixels"
86
  msgstr " بكسل"
87
 
88
+ #: user-submitted-posts.php:1283 library/core-functions.php:215
89
+ #: library/plugin-settings.php:284 library/plugin-settings.php:303
90
+ #: library/plugin-settings.php:701 library/plugin-settings.php:1195
91
  msgid "Custom Field"
92
  msgstr "حقل مخصص"
93
 
94
+ #: user-submitted-posts.php:1286
95
  msgid "An error occurred. Please go back and try again."
96
  msgstr "حدث خطأ. الرجاء العودة والمحاولة مجددا."
97
 
98
+ #: user-submitted-posts.php:1296
99
  msgid "User login required"
100
+ msgstr "تسجيل دخول المستخدم مطلوب"
101
 
102
+ #: user-submitted-posts.php:1297
103
  msgid "User name required"
104
  msgstr "اسم المستخدم (مطلوب"
105
 
106
+ #: user-submitted-posts.php:1298
107
  msgid "Post title required"
108
  msgstr "عنوان المشاركة مطلوب"
109
 
110
+ #: user-submitted-posts.php:1299
111
  msgid "User URL required"
112
+ msgstr "عنوان URL المستخدم مطلوب"
113
 
114
+ #: user-submitted-posts.php:1300
115
  msgid "Post tags required"
116
+ msgstr "مشاركة البطاقات المطلوبة"
117
 
118
+ #: user-submitted-posts.php:1301
119
  msgid "Post category required"
120
+ msgstr "فئة المشاركة المطلوبة"
121
 
122
+ #: user-submitted-posts.php:1302
123
  msgid "Post content required"
124
+ msgstr "محتوى المشاركة المطلوبة"
125
 
126
+ #: user-submitted-posts.php:1303 user-submitted-posts.php:1304
127
  msgid "Correct captcha required"
128
+ msgstr "تصحيح CAPTCHA المطلوبة"
129
 
130
+ #: user-submitted-posts.php:1305
131
  msgid "User email required"
132
+ msgstr "البريد الإلكتروني المستخدم مطلوب"
133
 
134
+ #: user-submitted-posts.php:1306
135
  msgid "Please check your email and try again"
136
+ msgstr "يرجى التحقق من بريدك الإلكتروني والمحاولة مرة أخرى"
137
 
138
+ #: user-submitted-posts.php:1307
139
  msgid "Non-empty value for hidden field"
140
+ msgstr "قيمة غير فارغة للحقل المخفي"
141
 
142
+ #: user-submitted-posts.php:1308
143
  msgid "Minimum number of images not met"
144
+ msgstr "الحد الأدنى من عدد الصور غير مستوفاة"
145
 
146
+ #: user-submitted-posts.php:1309
147
  msgid "Maximum number of images exceeded "
148
  msgstr "تم تجاوز الحد الأقصى لعدد الصور"
149
 
150
+ #: user-submitted-posts.php:1310
151
  msgid "Minimum image width not met"
152
  msgstr "لم يتم استيفاء الحد الأدنى لعرض الصورة"
153
 
154
+ #: user-submitted-posts.php:1311
155
  msgid "Image width exceeds maximum"
156
+ msgstr "عرض الصورة يتجاوز الحد الأقصى"
157
 
158
+ #: user-submitted-posts.php:1312
159
  msgid "Minimum image height not met"
160
+ msgstr "لم يتم تحقيق الحد الأدنى لارتفاع الصورة"
161
 
162
+ #: user-submitted-posts.php:1313
163
  msgid "Image height exceeds maximum"
164
  msgstr "يتجاوز ارتفاع الصورة الحد الأقصى"
165
 
166
+ #: user-submitted-posts.php:1314
167
  msgid "File type not allowed (please upload images only)"
168
  msgstr "نوع الملف غير مسموح به (يرجى تحميل الصور فقط)"
169
 
170
+ #: user-submitted-posts.php:1315
171
  msgid " required"
172
  msgstr " مطلوب"
173
 
174
+ #: user-submitted-posts.php:1319
175
  msgid "File not uploaded. Please check the file and try again."
176
+ msgstr "لم يتم تحميل الملف. يرجى التحقق من الملف والمحاولة مرة أخرى."
177
 
178
+ #: user-submitted-posts.php:1323
179
  msgid "The file(s) could not be uploaded"
180
+ msgstr "لا يمكن تحميل الملف (الملفات)"
181
 
182
+ #: user-submitted-posts.php:1325
183
  msgid "Post not created. Please contact the site administrator for help."
184
+ msgstr "المشاركة لم يتم إنشاؤها. يرجى الاتصال بمسؤول الموقع للحصول على المساعدة."
185
 
186
+ #: user-submitted-posts.php:1326
187
  msgid "Duplicate post title. Please try again."
188
+ msgstr "عنوان آخر مكرر. حاول مرة اخرى."
189
 
190
+ #: user-submitted-posts.php:1336
191
  msgid "Error: "
192
  msgstr "خطأ:"
193
 
194
+ #: user-submitted-posts.php:1362
195
  msgid "Return to form"
196
  msgstr "العودة إلى النموذج"
197
 
198
+ #: user-submitted-posts.php:1392 library/plugin-settings.php:955
199
  msgid "Please"
200
  msgstr "رجاء"
201
 
202
+ #: user-submitted-posts.php:1393
203
  msgid "log in"
204
  msgstr "تسجيل الدخول"
205
 
206
+ #: user-submitted-posts.php:1394
207
  msgid "to submit content!"
208
  msgstr "لتقديم المحتوى!"
209
 
219
  #: views/submission-form.php:62 views/submission-form.php:63
220
  #: views/submission-form-alt.php:67 views/submission-form-alt.php:68
221
  msgid "Your URL"
222
+ msgstr "عنوان URL الخاص بك"
223
 
224
  #: views/submission-form.php:68 views/submission-form.php:69
225
  #: views/submission-form-alt.php:73 views/submission-form-alt.php:74
228
 
229
  #: views/submission-form.php:74 views/submission-form.php:75
230
  #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
+ #: library/plugin-settings.php:1016
232
  msgid "Post Title"
233
  msgstr "عنوان المشاركة"
234
 
235
  #: views/submission-form.php:80 views/submission-form.php:81
236
  #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
+ #: library/plugin-settings.php:1017
238
  msgid "Post Tags"
239
+ msgstr "نشر العلامات"
240
 
241
  #: views/submission-form.php:93 views/submission-form-alt.php:98
242
  msgid "Antispam Question"
243
+ msgstr "مكافحة البريد التطفلي السؤال"
244
 
245
  #: views/submission-form.php:98 views/submission-form-alt.php:103
246
+ #: library/plugin-settings.php:1018
247
  msgid "Post Category"
248
+ msgstr "تصنيف الوظائف"
249
 
250
  #: views/submission-form.php:100 views/submission-form-alt.php:105
251
  msgid "Please select a category.."
253
 
254
  #: views/submission-form.php:135 views/submission-form.php:136
255
  #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
+ #: library/plugin-settings.php:1019
257
  msgid "Post Content"
258
  msgstr "آخر المحتوى"
259
 
267
 
268
  #: views/submission-form.php:158 views/submission-form-alt.php:163
269
  msgid "Add another image"
270
+ msgstr "أضف صورة أخرى"
271
 
272
  #: views/submission-form.php:180 views/submission-form-alt.php:185
273
  msgid "Human verification: leave this field empty."
274
+ msgstr "التحقق البشري: اترك هذا الحقل فارغًا."
275
 
276
  #: views/submission-form.php:202 views/submission-form-alt.php:207
277
  msgid "Submit Post"
278
+ msgstr "إرسال المشاركة"
279
+
280
+ #: library/shortcode-misc.php:18
281
+ msgid "Reset form"
282
+ msgstr "إعادة تعيين النموذج"
283
+
284
+ #: library/shortcode-misc.php:128
285
+ msgid "View full post"
286
+ msgstr "عرض المشاركة الكاملة"
287
 
288
  #: library/plugin-settings.php:32
289
  msgid "Get USP Pro for unlimited forms!"
290
+ msgstr "احصل على USP Pro لأشكال غير محدودة!"
291
 
292
  #: library/plugin-settings.php:33
293
  msgid "Go Pro"
299
 
300
  #: library/plugin-settings.php:55
301
  msgid "Give USP a 5-star rating at WordPress.org"
302
+ msgstr "امنح USP تصنيف 5 نجوم على WordPress.org"
303
 
304
  #: library/plugin-settings.php:56
305
  msgid "Rate this plugin »"
306
+ msgstr "تقييم هذا المكون الإضافي & nbsp؛ & raquo؛"
307
 
308
  #: library/plugin-settings.php:114
309
  msgid "WP Post (recommended)"
310
+ msgstr "مشاركة الفسفور الابيض (موصى به)"
311
 
312
  #: library/plugin-settings.php:118
313
  msgid "WP Page"
314
+ msgstr "صفحة الفسفور الابيض"
315
 
316
  #: library/plugin-settings.php:134
317
  msgid "HTML5 Form + Default CSS"
318
+ msgstr "HTML5 Form + Default CSS"
319
 
320
  #: library/plugin-settings.php:134
321
  msgid "(Recommended)"
323
 
324
  #: library/plugin-settings.php:138
325
  msgid "HTML5 Form + Disable CSS"
326
+ msgstr "HTML5 Form + Disable CSS"
327
 
328
  #: library/plugin-settings.php:138
329
  msgid "(Provide your own styles)"
330
+ msgstr "(قدم الأنماط الخاصة بك)"
331
 
332
  #: library/plugin-settings.php:142
333
  msgid "Custom Form + Custom CSS"
334
+ msgstr "نموذج مخصص + مخصص CSS"
335
 
336
  #: library/plugin-settings.php:142
337
  msgid "(Provide your own form template & styles)"
338
+ msgstr "(قم بتوفير قالب النموذج الخاص بك & amp؛ styles)"
339
 
340
  #: library/plugin-settings.php:158 library/plugin-settings.php:182
341
  #: library/plugin-settings.php:205 library/plugin-settings.php:229
342
  msgid "Auto-display before post content"
343
+ msgstr "العرض التلقائي قبل نشر المحتوى"
344
 
345
  #: library/plugin-settings.php:162 library/plugin-settings.php:186
346
  #: library/plugin-settings.php:209 library/plugin-settings.php:233
347
  msgid "Auto-display after post content"
348
+ msgstr "العرض التلقائي بعد محتوى النشر"
349
 
350
  #: library/plugin-settings.php:166
351
  msgid "Do not auto-display submitted images"
352
+ msgstr "لا تقم بعرض الصور المرسلة تلقائيًا"
353
 
354
  #: library/plugin-settings.php:190
355
  msgid "Do not auto-display submitted email"
356
+ msgstr "لا تقم تلقائيًا بعرض البريد الإلكتروني المقدم"
357
 
358
  #: library/plugin-settings.php:213
359
  msgid "Do not auto-display submitted URL"
360
+ msgstr "لا تقم تلقائيًا بعرض عنوان URL المقدم"
361
 
362
  #: library/plugin-settings.php:237
363
  msgid "Do not auto-display the Custom Field"
364
+ msgstr "لا تقم بعرض الحقل المخصص تلقائيًا"
365
 
366
  #: library/plugin-settings.php:265 library/plugin-settings.php:297
367
  #: library/plugin-settings.php:330 library/plugin-settings.php:362
368
  msgid "Display and require"
369
+ msgstr "العرض وتتطلب"
370
 
371
  #: library/plugin-settings.php:266 library/plugin-settings.php:298
372
  msgid "Display but do not require"
373
+ msgstr "عرض ولكن لا تتطلب"
374
 
375
  #: library/plugin-settings.php:267 library/plugin-settings.php:299
376
  #: library/plugin-settings.php:331 library/plugin-settings.php:363
377
  msgid "Disable this field"
378
+ msgstr "تعطيل هذا المجال"
379
 
380
  #: library/plugin-settings.php:302 library/plugin-settings.php:334
381
  #: library/plugin-settings.php:366 library/plugin-settings.php:398
385
  #: library/plugin-settings.php:303 library/plugin-settings.php:335
386
  #: library/plugin-settings.php:367 library/plugin-settings.php:399
387
  msgid "to configure options)"
388
+ msgstr "لتهيئة الخيارات)"
389
 
390
  #: library/plugin-settings.php:318 library/plugin-settings.php:335
391
+ #: library/plugin-settings.php:1213 library/plugin-settings.php:1218
392
  msgid "Challenge Question"
393
  msgstr "سؤال تحدي"
394
 
395
  #: library/plugin-settings.php:350 library/plugin-settings.php:367
396
+ #: library/plugin-settings.php:1235
397
  msgid "Google reCAPTCHA"
398
+ msgstr "جوجل reCAPTCHA"
399
 
400
  #: library/plugin-settings.php:382
401
  msgid "Post Images"
409
  msgid "Disable"
410
  msgstr "تعطيل"
411
 
412
+ #: library/plugin-settings.php:399 library/plugin-settings.php:1296
413
  msgid "Image Uploads"
414
+ msgstr "تحميل الصور"
415
 
416
  #: library/plugin-settings.php:479
417
  msgid "Draft"
419
 
420
  #: library/plugin-settings.php:480
421
  msgid "Pending (default)"
422
+ msgstr "معلق (افتراضي)"
423
 
424
  #: library/plugin-settings.php:481
425
  msgid "Publish immediately"
426
+ msgstr "نشر على الفور"
427
 
428
  #: library/plugin-settings.php:482
429
  msgid "Publish after 1 approved post"
430
+ msgstr "نشر بعد 1 وظيفة معتمدة"
431
 
432
  #: library/plugin-settings.php:483
433
  msgid "Publish after "
434
+ msgstr "انشر بعد"
435
 
436
  #: library/plugin-settings.php:483
437
  msgid " approved posts"
438
+ msgstr " المشاركات المعتمدة"
439
 
440
+ #: library/plugin-settings.php:645
441
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
442
+ msgstr "كان هناك خطأ. يرجى التأكد من أنك أضفت عنوانًا ، وبعض المحتوى ، وأنك قمت بتحميل صور فقط."
443
 
444
+ #: library/plugin-settings.php:659
445
  msgid "Please select your image(s) to upload."
446
+ msgstr "يرجى اختيار صورك لتحميلها."
447
 
448
+ #: library/plugin-settings.php:665
449
  msgid "Success! Thank you for your submission."
450
  msgstr "نجاح! شكرا لتقريركم."
451
 
452
+ #: library/plugin-settings.php:691
453
  msgid "Email"
454
  msgstr "البريد الإلكتروني"
455
 
456
+ #: library/plugin-settings.php:692
457
  msgid "URL"
458
  msgstr "URL"
459
 
460
+ #: library/plugin-settings.php:942
 
 
 
 
461
  msgid "Toggle all panels"
462
+ msgstr "تبديل كل اللوحات"
463
 
464
+ #: library/plugin-settings.php:951
465
  msgid "We need your support!"
466
  msgstr "نحن بحاجة إلى دعمكم!"
467
 
468
+ #: library/plugin-settings.php:955
469
  msgid "Make a donation via PayPal"
470
+ msgstr "تقديم تبرع عبر PayPal"
471
 
472
+ #: library/plugin-settings.php:955
473
  msgid "make a donation"
474
  msgstr "التبرع"
475
 
476
+ #: library/plugin-settings.php:955
477
  msgid "and/or"
478
  msgstr "و / أو"
479
 
480
+ #: library/plugin-settings.php:956
481
  msgid "Rate and review at the Plugin Directory"
482
+ msgstr "التقييم والمراجعة في دليل المكونات الإضافية"
483
 
484
+ #: library/plugin-settings.php:957
485
  msgid "give this plugin a 5-star rating"
486
+ msgstr "تعطي هذا البرنامج المساعد على تصنيف 5 نجوم"
487
 
488
+ #: library/plugin-settings.php:961
489
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
490
+ msgstr "دعمك السخي يتيح التطوير المستمر لهذا البرنامج المساعد المجاني. شكرا لكم!"
491
 
492
+ #: library/plugin-settings.php:966
493
  msgid "Check this box if you have shown support"
494
+ msgstr "حدد هذا المربع إذا كنت قد أظهرت الدعم"
495
 
496
+ #: library/plugin-settings.php:975
497
  msgid "Overview"
498
  msgstr "نظرة عامة"
499
 
500
+ #: library/plugin-settings.php:979
501
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
502
+ msgstr "تمكن زوارك من إرسال المشاركات وتحميل الصور من الواجهة الأمامية لموقعك."
503
 
504
+ #: library/plugin-settings.php:980
505
  msgid "For advanced functionality and unlimited forms, check out"
506
+ msgstr "للحصول على وظائف متقدمة وأشكال غير محدودة ، راجع"
507
 
508
+ #: library/plugin-settings.php:980 library/plugin-settings.php:1354
509
  msgid "USP Pro"
510
+ msgstr "USP Pro"
511
 
512
+ #: library/plugin-settings.php:981
513
  msgid "— the ultimate solution for user-generated content."
514
+ msgstr "و[مدش]؛ الحل النهائي للمحتوى من إنشاء المستخدم."
515
 
516
+ #: library/plugin-settings.php:985 library/plugin-settings.php:1002
517
  msgid "Plugin Settings"
518
  msgstr "إعدادات البرنامج المساعد"
519
 
520
+ #: library/plugin-settings.php:986
521
  msgid "Display the form"
522
  msgstr "عرض النموذج"
523
 
524
+ #: library/plugin-settings.php:987 library/plugin-settings.php:1511
525
  msgid "Plugin Homepage"
526
+ msgstr "Plugin Homepage"
527
 
528
+ #: library/plugin-settings.php:990
529
  msgid "If you like this plugin, please"
530
+ msgstr "إذا كنت تحب هذا البرنامج المساعد ، من فضلك"
531
 
532
+ #: library/plugin-settings.php:991
533
  msgid "THANK YOU for your support!"
534
  msgstr "شكرا لدعمكم!"
535
 
536
+ #: library/plugin-settings.php:991
537
  msgid "give it a 5-star rating"
538
+ msgstr "أعطها تصنيف 5 نجوم"
539
 
540
+ #: library/plugin-settings.php:995
541
  msgid "Unlimited front-end forms"
542
+ msgstr "أشكال أمامية غير محدودة"
543
 
544
+ #: library/plugin-settings.php:995
545
  msgid "Get USP Pro"
546
+ msgstr "احصل على USP Pro"
547
 
548
+ #: library/plugin-settings.php:1005
549
  msgid "Configure your settings for User Submitted Posts."
550
+ msgstr "قم بتكوين الإعدادات الخاصة بمستخدم المرسلين."
551
 
552
+ #: library/plugin-settings.php:1007
553
  msgid "Form Fields"
554
  msgstr "حقول النموذج"
555
 
556
+ #: library/plugin-settings.php:1013
557
  msgid "User Name"
558
  msgstr "اسم المستخدم"
559
 
560
+ #: library/plugin-settings.php:1014
561
  msgid "User Email"
562
+ msgstr "البريد الالكتروني للمستخدم"
563
 
564
+ #: library/plugin-settings.php:1015
565
  msgid "User URL"
566
+ msgstr "عنوان URL للمستخدم"
567
 
568
+ #: library/plugin-settings.php:1030
569
  msgid "General Settings"
570
  msgstr "الاعدادات العامة"
571
 
572
+ #: library/plugin-settings.php:1032
573
+ msgid "Note that the default settings work fine for most cases."
574
+ msgstr "لاحظ أن الإعدادات الافتراضية تعمل بشكل جيد لمعظم الحالات."
575
+
576
+ #: library/plugin-settings.php:1037
577
  msgid "Form Style"
578
+ msgstr "نمط النموذج"
579
 
580
+ #: library/plugin-settings.php:1042
581
  msgid "With this option, you can copy the plugin’s default templates:"
582
+ msgstr "باستخدام هذا الخيار ، يمكنك نسخ القوالب الافتراضية للمكون الإضافي:"
583
 
584
+ #: library/plugin-settings.php:1047
585
  msgid "..and upload them into a directory named"
586
+ msgstr ".. وتحميلهم إلى دليل اسمه"
587
 
588
+ #: library/plugin-settings.php:1047
589
  msgid "in your theme:"
590
+ msgstr "في مظهرك:"
591
 
592
+ #: library/plugin-settings.php:1053
593
  msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
594
+ msgstr "سيمكنك ذلك من تخصيص النموذج والأساليب حسب الرغبة. لمزيد من المعلومات ، راجع قسم \"نموذج التقديم المخصص\" في"
595
 
596
+ #: library/plugin-settings.php:1054
597
  msgid "Installation Docs"
598
+ msgstr "مستندات التثبيت"
599
 
600
+ #: library/plugin-settings.php:1055
601
  msgid "FYI: here is a"
602
  msgstr "لمعلوماتك: هنا هو"
603
 
604
+ #: library/plugin-settings.php:1055
605
  msgid "list of USP CSS selectors"
606
+ msgstr "قائمة من محددات USP CSS"
607
 
608
+ #: library/plugin-settings.php:1061
609
  msgid "Include JavaScript"
610
  msgstr "تضمين جافا سكريبت"
611
 
612
+ #: library/plugin-settings.php:1063
613
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
614
+ msgstr "حدد هذا المربع إذا كنت تريد تضمين ملفات جافا سكريبت الخارجية (مستحسن)."
615
 
616
+ #: library/plugin-settings.php:1066
617
  msgid "Targeted Loading"
618
  msgstr "التحميل المستهدف"
619
 
620
+ #: library/plugin-settings.php:1068
621
  msgid "By default, external CSS & JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
622
+ msgstr "بشكل افتراضي ، CSS & amp؛ يتم تحميل ملفات جافا سكريبت على كل صفحة. هنا يمكنك تحديد عنوان URL لنموذج USP لتحميل الموارد فقط على تلك الصفحة. ملاحظة: اتركه فارغا للتحميل على جميع الصفحات."
623
 
624
+ #: library/plugin-settings.php:1071
625
  msgid "Post Type"
626
  msgstr "نوع آخر"
627
 
628
+ #: library/plugin-settings.php:1074
629
  msgid "Submit posts as WP Posts or Pages"
630
+ msgstr "إرسال المشاركات كوظائف WP أو الصفحات"
631
 
632
+ #: library/plugin-settings.php:1078
633
  msgid "Post Status"
634
+ msgstr "وضع آخر"
635
 
636
+ #: library/plugin-settings.php:1081
637
  msgid "Post Status for submitted posts"
638
+ msgstr "حالة المشاركة للوظائف المرسلة"
639
 
640
+ #: library/plugin-settings.php:1085
641
  msgid "Redirect URL"
642
+ msgstr "إعادة توجيه URL"
643
 
644
+ #: library/plugin-settings.php:1087
645
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
646
+ msgstr "حدد عنوان URL لإعادة توجيه المستخدم بعد الإرسال. اتركه فارغًا لإعادة التوجيه إلى الصفحة الحالية."
647
 
648
+ #: library/plugin-settings.php:1090
649
  msgid "Success Message"
650
  msgstr "نجاح رسالة"
651
 
652
+ #: library/plugin-settings.php:1092
653
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
654
+ msgstr "رسالة النجاح التي يتم عرضها في حالة نجاح الإرسال اللاحق. الترميز الأساسي مسموح به."
655
 
656
+ #: library/plugin-settings.php:1095
657
  msgid "Error Message"
658
  msgstr "رسالة خطأ"
659
 
660
+ #: library/plugin-settings.php:1097
661
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
662
+ msgstr "رسالة الخطأ العامة التي يتم عرضها في حالة فشل مرحلة ما بعد الإرسال. الترميز الأساسي مسموح به."
663
 
664
+ #: library/plugin-settings.php:1100
665
  msgid "Custom Content"
666
+ msgstr "محتوى مخصص"
667
 
668
+ #: library/plugin-settings.php:1102
669
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
670
+ msgstr "نص / ترميز مخصص ليتم تضمينه قبل نموذج التقديم. اتركه فارغًا لتعطيله."
671
 
672
+ #: library/plugin-settings.php:1105
673
  msgid "Rich Text Editor"
674
  msgstr "معالج النصوص"
675
 
676
+ #: library/plugin-settings.php:1107
677
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
678
+ msgstr "ضع علامة اختيار في هذا المربع إذا كنت ترغب في تمكين تحرير نص rich WP للإرسالت المقدمة."
679
 
680
+ #: library/plugin-settings.php:1110
681
  msgid "Unique Titles"
682
+ msgstr "العناوين الفريدة"
683
 
684
+ #: library/plugin-settings.php:1112
685
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
686
+ msgstr "طلب أن تكون عناوين النشر المرسلة فريدة (مفيدة لمنع النشرات المتعددة / المكررة)."
687
 
688
+ #: library/plugin-settings.php:1115
689
  msgid "Disable Required"
690
+ msgstr "تعطيل المطلوبة"
691
 
692
+ #: library/plugin-settings.php:1117
693
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
694
+ msgstr "قم بتعطيل جميع السمات المطلوبة في حقول النموذج الافتراضية (مفيدة لتحري الخلل وإصلاحه)."
695
 
696
+ #: library/plugin-settings.php:1120
697
  msgid "Disable IP Tracking"
698
+ msgstr "تعطيل تتبع IP"
699
 
700
+ #: library/plugin-settings.php:1122
701
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
702
+ msgstr "بشكل افتراضي ، يسجل USP عنوان IP مع كل مشاركة تم إرسالها. حدد هذا المربع لتعطيل كل تتبع IP."
703
 
704
+ #: library/plugin-settings.php:1125
705
  msgid "Enable Shortcodes"
706
  msgstr "تمكين الرموز القصيرة"
707
 
708
+ #: library/plugin-settings.php:1127
709
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
710
+ msgstr "تمكين الرموز القصيرة في الحاجيات. بشكل افتراضي ، لا يقوم WordPress بتمكين الرموز القصيرة في الأدوات."
711
 
712
+ #: library/plugin-settings.php:1128
713
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
714
+ msgstr "يمكّن هذا الإعداد أي / جميع الرموز القصيرة في الأدوات (حتى الرموز القصيرة من المكونات الإضافية الأخرى)."
715
 
716
+ #: library/plugin-settings.php:1133 library/plugin-settings.php:1138
717
  msgid "Categories"
718
  msgstr "الاقسام"
719
 
720
+ #: library/plugin-settings.php:1141
721
  msgid "Select which categories may be assigned to submitted posts (click to toggle)"
722
+ msgstr "حدد الفئات التي قد يتم تعيينها للوظائف المرسلة (انقر للتبديل)"
723
 
724
+ #: library/plugin-settings.php:1149
725
  msgid "Hidden/Default Category"
726
+ msgstr "مخفي / الفئة الافتراضية"
727
 
728
+ #: library/plugin-settings.php:1151
729
  msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
730
+ msgstr "استخدم حقل مخفي لفئة النشر. يمكن استخدام هذا لتحديد فئة افتراضية عند تعطيل حقل الفئة."
731
 
732
+ #: library/plugin-settings.php:1154
733
  msgid "Category ID for Hidden Field"
734
+ msgstr "معرف الفئة للحقل المخفي"
735
 
736
+ #: library/plugin-settings.php:1156
737
  msgid "Specify the ID of the category to use for the “Hidden/Default Category” option."
738
+ msgstr "حدد معرف الفئة المطلوب استخدامها في & ldquo؛ الفئة المخفية / الافتراضية & rdquo؛ اختيار."
739
 
740
+ #: library/plugin-settings.php:1161
741
  msgid "Users"
742
  msgstr "المستخدمين"
743
 
744
+ #: library/plugin-settings.php:1166
745
  msgid "Assigned Author"
746
+ msgstr "المؤلف المعين"
747
 
748
+ #: library/plugin-settings.php:1169
749
  msgid "Specify the user that should be assigned as author for submitted posts."
750
+ msgstr "حدد المستخدم الذي يجب تعيينه كمؤلف للوظائف المرسلة."
751
 
752
+ #: library/plugin-settings.php:1173
753
  msgid "Registered Username"
754
  msgstr "اسم المستخدم المسجل"
755
 
756
+ #: library/plugin-settings.php:1175
757
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
758
+ msgstr "استخدم اسم المستخدم المسجل كمؤلف منشور. صالح عندما يكون الشخص المقدم للنموذج مسجلًا في WordPress."
759
 
760
+ #: library/plugin-settings.php:1178
761
  msgid "User Profile URL"
762
+ msgstr "عنوان URL لملف المستخدم"
763
 
764
+ #: library/plugin-settings.php:1180
765
  msgid "Use registered user’s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
766
+ msgstr "استخدم عنوان URL لملف تعريف المستخدم المسجل كقيمة حقل عنوان URL. صالح عندما يكون الشخص المقدم للنموذج مسجلًا في WordPress."
767
 
768
+ #: library/plugin-settings.php:1183
769
  msgid "Require User Login"
770
  msgstr "يتطلب تسجيل دخول المستخدم"
771
 
772
+ #: library/plugin-settings.php:1185
773
  msgid "Require users to be logged in to WordPress to view/submit the form"
774
+ msgstr "مطالبة المستخدمين بتسجيل الدخول إلى WordPress لعرض / إرسال النموذج"
775
+
776
+ #: library/plugin-settings.php:1188
777
+ msgid "Disable Replace Author"
778
+ msgstr "تعطيل استبدال المؤلف"
779
 
780
+ #: library/plugin-settings.php:1190
781
+ msgid "Do not replace post author with submitted user name"
782
+ msgstr "لا تستبدل مؤلف المنشور باسم المستخدم المقدم"
783
+
784
+ #: library/plugin-settings.php:1196
785
  msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
786
+ msgstr "هنا يمكنك تغيير الاسم والتسمية المستخدمة في الحقل المخصص. يمكنك تمكين هذا الحقل من خلال إعداد حقول النماذج ، أعلاه."
787
 
788
+ #: library/plugin-settings.php:1201
789
  msgid "Custom Field Name"
790
  msgstr "اسم الحقل المخصص"
791
 
792
+ #: library/plugin-settings.php:1203
793
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
794
+ msgstr "لا تستخدم سوى الأحرف الأبجدية الرقمية والشرطات السفلية والشرطات. إذا لم تكن متأكدًا ، فاستخدم الاسم الافتراضي:"
795
 
796
+ #: library/plugin-settings.php:1206
797
  msgid "Custom Field Label"
798
  msgstr "تسمية الحقل المخصص"
799
 
800
+ #: library/plugin-settings.php:1208
801
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
802
+ msgstr "سيتم عرض هذا كتسمية حقل في النموذج. الافتراضي: حقل مخصص"
803
 
804
+ #: library/plugin-settings.php:1220
805
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
806
+ msgstr "لمنع الرسائل غير المرغوب فيها ، أدخل سؤالًا يجب على المستخدمين الإجابة عليه قبل إرسال النموذج."
807
 
808
+ #: library/plugin-settings.php:1223
809
  msgid "Challenge Response"
810
  msgstr "قبل التحدي"
811
 
812
+ #: library/plugin-settings.php:1225
813
  msgid "Enter the *only* correct answer to the challenge question."
814
+ msgstr "أدخل الإجابة الصحيحة فقط * لسؤال التحدي."
815
 
816
+ #: library/plugin-settings.php:1228
817
  msgid "Case-sensitivity"
818
  msgstr "حساسية القضية"
819
 
820
+ #: library/plugin-settings.php:1230
821
  msgid "Check this box if you want the challenge response to be case-sensitive."
822
  msgstr "حدد هذا المربع إذا كنت تريد أن تكون استجابة التحدي حساسة لحالة الأحرف."
823
 
824
+ #: library/plugin-settings.php:1236
825
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
826
+ msgstr "لتمكين Google reCAPTCHA ، أدخل المفاتيح العامة والخاصة."
827
 
828
+ #: library/plugin-settings.php:1241
829
  msgid "Public Key"
830
  msgstr "المفتاح العمومي"
831
 
832
+ #: library/plugin-settings.php:1243
833
  msgid "Enter your Public Key"
834
+ msgstr "أدخل مفتاحك العام"
835
 
836
+ #: library/plugin-settings.php:1246
837
  msgid "Private Key"
838
  msgstr "مفتاح سري"
839
 
840
+ #: library/plugin-settings.php:1248
841
  msgid "Enter your Private Key"
842
+ msgstr "أدخل مفتاحك الخاص"
843
 
844
+ #: library/plugin-settings.php:1253
845
  msgid "Email Alerts"
846
  msgstr "تنبيهات البريد الإلكتروني"
847
 
848
+ #: library/plugin-settings.php:1258
849
  msgid "Receive Email Alert"
850
  msgstr "تلقي تنبيه عبر البريد الإلكتروني"
851
 
852
+ #: library/plugin-settings.php:1260
853
  msgid "Check this box if you want to be notified via email for new post submissions."
854
+ msgstr "حدد هذا المربع إذا كنت تريد أن يتم إعلامك عبر البريد الإلكتروني لإرسال المشاركات الجديدة."
855
 
856
+ #: library/plugin-settings.php:1263
857
  msgid "Enable HTML Format"
858
+ msgstr "تمكين تنسيق HTML"
859
 
860
+ #: library/plugin-settings.php:1265
861
  msgid "Check this box to enable HTML format for email alerts."
862
+ msgstr "حدد هذا المربع لتمكين تنسيق HTML لتنبيهات البريد الإلكتروني."
863
 
864
+ #: library/plugin-settings.php:1268
865
  msgid "Email Address for Alerts"
866
  msgstr "عنوان البريد الإلكتروني للتنبيهات"
867
 
868
+ #: library/plugin-settings.php:1270
869
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
870
+ msgstr "إذا حددت المربع لتلقي تنبيهات البريد الإلكتروني ، فأشر هنا إلى العنوان (العناوين) الذي يجب إرسال رسائل البريد الإلكتروني إليه."
871
 
872
+ #: library/plugin-settings.php:1271
873
  msgid "Multiple recipients may be included using a comma, like so:"
874
+ msgstr "قد يتم تضمين المستلمين المتعددين باستخدام فاصلة ، مثل:"
875
 
876
+ #: library/plugin-settings.php:1274
877
  msgid "Email “From” Address"
878
+ msgstr "البريد الإلكتروني & ldquo؛ من & rdquo؛ عنوان"
879
 
880
+ #: library/plugin-settings.php:1276
881
  msgid "Here you may customize the address(es) used for the “From” header (see plugin FAQs for info). "
882
+ msgstr "هنا يمكنك تخصيص العنوان (العناوين) المستخدم في & ldquo؛ من & rdquo؛ رأس (راجع المساعد الأسئلة الشائعة للحصول على معلومات)."
883
 
884
+ #: library/plugin-settings.php:1277
885
  msgid "If multiple addresses are specified in the previous setting, include an equal number of “From” addresses for this setting (in the same order)."
886
+ msgstr "إذا تم تحديد عدة عناوين في الإعداد السابق ، فعليك بتضمين رقم متساوي من & ldquo؛ من & rdquo؛ عناوين لهذا الإعداد (في نفس الترتيب)."
887
 
888
+ #: library/plugin-settings.php:1280
889
  msgid "Email Alert Subject"
890
+ msgstr "البريد الالكتروني تنبيه الموضوع"
891
 
892
+ #: library/plugin-settings.php:1282
893
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
894
+ msgstr "سطر الموضوع لتنبيهات البريد الإلكتروني. اتركه فارغًا لاستخدام سطر الموضوع الافتراضي. ملاحظة: يمكنك استخدام المتغيرات التالية:"
895
 
896
+ #: library/plugin-settings.php:1287
897
  msgid "Email Alert Message"
898
+ msgstr "رسالة تنبيه بالبريد الإلكتروني"
899
 
900
+ #: library/plugin-settings.php:1289
901
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
902
+ msgstr "رسالة لتنبيهات البريد الإلكتروني. اتركه فارغًا لاستخدام الرسالة الافتراضية. ملاحظة: يمكنك استخدام المتغيرات التالية:"
903
 
904
+ #: library/plugin-settings.php:1301
905
  msgid "Featured Image"
906
  msgstr "صورة مميزة"
907
 
908
+ #: library/plugin-settings.php:1303
909
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
910
+ msgstr "تعيين الصور المرسلة كصور مميزة. يتطلب دعم موضوع لصور مميزة (ويعرف أيضا باسم Thumbnails)."
911
 
912
+ #: library/plugin-settings.php:1306
913
  msgid "Upload Message"
914
  msgstr "تحميل رسالة"
915
 
916
+ #: library/plugin-settings.php:1308
917
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
918
+ msgstr "الرسالة التي تظهر بجوار حقل التحميل. من المفيد ذكر إرشادات / سياسات التحميل / etc. الترميز الأساسي مسموح به."
919
 
920
+ #: library/plugin-settings.php:1311
921
  msgid "“Add another image” link"
922
+ msgstr "& ldquo؛ إضافة صورة أخرى & rdquo؛ حلقة الوصل"
923
 
924
+ #: library/plugin-settings.php:1313
925
  msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
926
+ msgstr "ترميز مخصص لـ & ldquo؛ إضافة صورة أخرى & rdquo؛ حلقة الوصل. اتركه فارغا لاستخدام الترميز الافتراضي (مستحسن)."
927
 
928
+ #: library/plugin-settings.php:1316
929
  msgid "Minimum number of images"
930
  msgstr "الحد الأدنى لعدد الصور"
931
 
932
+ #: library/plugin-settings.php:1319
933
  msgid "Specify the minimum number of images."
934
  msgstr "حدد الحد الأدنى لعدد الصور."
935
 
936
+ #: library/plugin-settings.php:1323
937
  msgid "Maximum number of images"
938
+ msgstr "أقصى عدد من الصور"
939
 
940
+ #: library/plugin-settings.php:1326
941
  msgid "Specify the maximum number of images."
942
+ msgstr "تحديد الحد الأقصى لعدد الصور."
943
 
944
+ #: library/plugin-settings.php:1330
945
  msgid "Minimum image width"
946
  msgstr "الحد الأدنى لعرض الصورة"
947
 
948
+ #: library/plugin-settings.php:1332
949
  msgid "Specify a minimum width (in pixels) for uploaded images."
950
+ msgstr "حدد الحد الأدنى للعرض (بالبكسل) للصور التي تم تحميلها."
951
 
952
+ #: library/plugin-settings.php:1335
953
  msgid "Minimum image height"
954
+ msgstr "الحد الأدنى لارتفاع الصورة"
955
 
956
+ #: library/plugin-settings.php:1337
957
  msgid "Specify a minimum height (in pixels) for uploaded images."
958
+ msgstr "حدد الحد الأدنى للارتفاع (بالبكسل) للصور التي تم تحميلها."
959
 
960
+ #: library/plugin-settings.php:1340
961
  msgid "Maximum image width"
962
+ msgstr "أقصى عرض للصورة"
963
 
964
+ #: library/plugin-settings.php:1342
965
  msgid "Specify a maximum width (in pixels) for uploaded images."
966
+ msgstr "حدد الحد الأقصى للعرض (بالبكسل) للصور التي تم تحميلها."
967
 
968
+ #: library/plugin-settings.php:1345
969
  msgid "Maximum image height"
970
  msgstr "أقصى ارتفاع للصورة"
971
 
972
+ #: library/plugin-settings.php:1347
973
  msgid "Specify a maximum height (in pixels) for uploaded images."
974
+ msgstr "حدد الحد الأقصى للارتفاع (بالبكسل) للصور التي تم تحميلها."
975
 
976
+ #: library/plugin-settings.php:1350
977
  msgid "More Options"
978
+ msgstr "مزيد من الخيارات"
979
 
980
+ #: library/plugin-settings.php:1353
981
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
982
+ msgstr "لمزيد من الخيارات ، مثل القدرة على تحميل أنواع الملفات الأخرى (مثل PDF ، Word ، Zip ، ومقاطع الفيديو ، والمزيد) ، تحقق من ذلك"
983
 
984
+ #: library/plugin-settings.php:1354
985
  msgid "Go Pro!"
986
+ msgstr "اذهب برو!"
987
 
988
+ #: library/plugin-settings.php:1361
989
  msgid "Auto-Display Content"
990
  msgstr "محتوى العرض التلقائي"
991
 
992
+ #: library/plugin-settings.php:1366
993
  msgid "Images Auto-Display"
994
+ msgstr "الصور - العرض التلقائي"
995
 
996
+ #: library/plugin-settings.php:1368
997
  msgid "Auto-display user-submitted images:"
998
+ msgstr "الصور التي يتم إرسالها تلقائيًا بواسطة المستخدم:"
999
 
1000
+ #: library/plugin-settings.php:1373
1001
  msgid "Image Markup"
1002
+ msgstr "Image Markup"
1003
 
1004
+ #: library/plugin-settings.php:1375
1005
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1006
+ msgstr "استخدام الترميز لكل صورة تم إرسالها (عند تمكين العرض التلقائي). يمكن استخدام"
1007
 
1008
+ #: library/plugin-settings.php:1377 library/plugin-settings.php:1390
1009
+ #: library/plugin-settings.php:1403 library/plugin-settings.php:1416
1010
  msgid "and"
1011
  msgstr "و"
1012
 
1013
+ #: library/plugin-settings.php:1380
1014
  msgid "Email Auto-Display"
1015
+ msgstr "البريد الإلكتروني العرض التلقائي"
1016
 
1017
+ #: library/plugin-settings.php:1382
1018
  msgid "Auto-display user-submitted email:"
1019
+ msgstr "البريد الإلكتروني التلقائي الذي أرسله المستخدم للعرض:"
1020
 
1021
+ #: library/plugin-settings.php:1387
1022
  msgid "Email Markup"
1023
  msgstr "ترميز البريد الإلكتروني"
1024
 
1025
+ #: library/plugin-settings.php:1389
1026
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1027
+ msgstr "الترميز المراد استخدامه لعنوان البريد الإلكتروني المُرسل (عند تمكين العرض التلقائي). يمكن استخدام"
1028
 
1029
+ #: library/plugin-settings.php:1393
1030
  msgid "URL Auto-Display"
1031
+ msgstr "عنوان URL للعرض التلقائي"
1032
 
1033
+ #: library/plugin-settings.php:1395
1034
  msgid "Auto-display user-submitted URL:"
1035
+ msgstr "عنوان URL التلقائي الذي أرسله المستخدم للعرض التلقائي:"
1036
 
1037
+ #: library/plugin-settings.php:1400
1038
  msgid "URL Markup"
1039
+ msgstr "ترميز عنوان URL"
1040
 
1041
+ #: library/plugin-settings.php:1402
1042
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1043
+ msgstr "الترميز المراد استخدامه لعنوان URL الذي تم إرساله (عندما يتم تمكين العرض التلقائي). يمكن استخدام"
1044
 
1045
+ #: library/plugin-settings.php:1406
1046
  msgid "Custom Field Auto-Display"
1047
+ msgstr "حقل عرض تلقائي مخصص"
1048
 
1049
+ #: library/plugin-settings.php:1408
1050
  msgid "Auto-display user-submitted Custom Field:"
1051
+ msgstr "الحقل المخصص الذي تم إرساله تلقائيًا بواسطة المستخدم:"
1052
 
1053
+ #: library/plugin-settings.php:1413
1054
  msgid "Custom Field Markup"
1055
+ msgstr "Custom Field Markup"
1056
 
1057
+ #: library/plugin-settings.php:1415
1058
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1059
+ msgstr "الترميز المراد استخدامه للحقل المخصص الذي تم إرساله (عند تمكين العرض التلقائي). يمكن استخدام"
1060
 
1061
+ #: library/plugin-settings.php:1421 library/plugin-settings.php:1497
1062
  msgid "Save Settings"
1063
  msgstr "احفظ التغييرات"
1064
 
1065
+ #: library/plugin-settings.php:1426
1066
  msgid "Display the Form"
1067
  msgstr "عرض النموذج"
1068
 
1069
+ #: library/plugin-settings.php:1429
1070
  msgid "Post-Submit Form"
1071
+ msgstr "نموذج ما بعد التقديم"
1072
 
1073
+ #: library/plugin-settings.php:1430
1074
  msgid "USP enables you to display a post-submission form anywhere on your site."
1075
+ msgstr "يمكّنك USP من عرض نموذج ما بعد التقديم في أي مكان على موقعك."
1076
 
1077
+ #: library/plugin-settings.php:1431 library/plugin-settings.php:1438
1078
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1079
+ msgstr "استخدم الرمز القصير لعرض النموذج في أي من منشورات WP أو صفحة:"
1080
 
1081
+ #: library/plugin-settings.php:1433 library/plugin-settings.php:1440
1082
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1083
+ msgstr "أو ، استخدم علامة القالب لعرض النموذج في أي مكان في قالب السمة الخاص بك:"
1084
 
1085
+ #: library/plugin-settings.php:1436
1086
  msgid "Login/Register Form"
1087
+ msgstr "نموذج تسجيل الدخول / التسجيل"
1088
 
1089
+ #: library/plugin-settings.php:1437
1090
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1091
+ msgstr "يمكنك أيضًا عرض نموذج يمكّن المستخدمين من تسجيل الدخول أو التسجيل أو إعادة تعيين كلمة المرور الخاصة بهم."
1092
 
1093
+ #: library/plugin-settings.php:1443
1094
  msgid "Display Submitted Posts"
1095
+ msgstr "عرض المشاركات المقدمة"
1096
 
1097
+ #: library/plugin-settings.php:1444
1098
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1099
+ msgstr "استخدم هذا الرمز القصير لعرض قائمة بالمشاركات المرسلة في أي من منشورات WP أو صفحة:"
1100
 
1101
+ #: library/plugin-settings.php:1446
1102
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1103
+ msgstr "أو استخدم علامة القالب لعرض قائمة بالمشاركات المرسلة في أي مكان في قالب السمة الخاص بك:"
1104
 
1105
+ #: library/plugin-settings.php:1448
1106
  msgid "Here are some examples showing how to configure this shortcode:"
1107
+ msgstr "فيما يلي بعض الأمثلة التي توضح كيفية تكوين هذا الرمز القصير:"
1108
 
1109
+ #: library/plugin-settings.php:1455
1110
+ msgid "Reset Form Button"
1111
+ msgstr "إعادة تعيين زر النموذج"
1112
+
1113
+ #: library/plugin-settings.php:1456
1114
+ msgid "This shortcode displays a link that resets the form to its original state:"
1115
+ msgstr "يعرض هذا الرمز القصير رابطًا يعيد تعيين النموذج إلى حالته الأصلية:"
1116
+
1117
+ #: library/plugin-settings.php:1458
1118
+ msgid "This shortcode accepts the following attributes:"
1119
+ msgstr "هذا الرمز القصير يقبل السمات التالية:"
1120
+
1121
+ #: library/plugin-settings.php:1463
1122
+ msgid "Note that the url attribute accepts"
1123
+ msgstr "لاحظ أن سمة url تقبل"
1124
+
1125
+ #: library/plugin-settings.php:1463
1126
+ msgid "to get the current URL."
1127
+ msgstr "للحصول على عنوان URL الحالي."
1128
+
1129
+ #: library/plugin-settings.php:1465
1130
  msgid "Access Control"
1131
  msgstr "صلاحية التحكم صلاحية الدخول"
1132
 
1133
+ #: library/plugin-settings.php:1466
1134
  msgid "USP provides three shortcodes to control access and restrict content."
1135
+ msgstr "يوفر USP ثلاثة رموز قصيرة للتحكم في الوصول وتقييد المحتوى."
1136
 
1137
+ #: library/plugin-settings.php:1467
1138
  msgid "Display content only to users with a specific capability:"
1139
+ msgstr "عرض المحتوى فقط للمستخدمين ذوي الإمكانات المحددة:"
1140
 
1141
+ #: library/plugin-settings.php:1469
1142
  msgid "Display content to logged-in users:"
1143
+ msgstr "عرض المحتوى للمستخدمين الذين يسجلون الدخول:"
1144
 
1145
+ #: library/plugin-settings.php:1471
1146
  msgid "Display content to visitors only:"
1147
  msgstr "عرض المحتوى للزوار فقط:"
1148
 
1149
+ #: library/plugin-settings.php:1473
1150
  msgid "Tip:"
1151
  msgstr "تلميح:"
1152
 
1153
+ #: library/plugin-settings.php:1473
1154
  msgid "to include markup in the deny message, you can use"
1155
+ msgstr "لتضمين الترميز في رسالة الرفض ، يمكنك استخدامه"
1156
 
1157
+ #: library/plugin-settings.php:1473
1158
  msgid "to output"
1159
+ msgstr "لإخراج"
1160
 
1161
+ #: library/plugin-settings.php:1475
1162
  msgid "Example"
1163
  msgstr "مثال"
1164
 
1165
+ #: library/plugin-settings.php:1476
1166
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1167
+ msgstr "إذا قام المستخدم بتسجيل الدخول ، فقم بعرض نموذج ما بعد الإرسال ؛ أو إذا لم يقم المستخدم بتسجيل الدخول ، قم بعرض نموذج تسجيل الدخول:"
1168
 
1169
+ #: library/plugin-settings.php:1488
1170
  msgid "Restore Defaults"
1171
  msgstr "استعادة الضبط الافتراضي"
1172
 
1173
+ #: library/plugin-settings.php:1491
1174
  msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1175
+ msgstr "اترك هذا الخيار معطلًا لتذكر إعداداتك. أو للمضي قدمًا واستعادة خيارات المكوّن الإضافي الافتراضية: حدد المربع وحفظ الإعدادات ، ثم ألغِ تنشيط المكوّن الإضافي أو أعد تنشيطه."
1176
 
1177
+ #: library/plugin-settings.php:1495
1178
  msgid "Restore default options upon plugin deactivation/reactivation."
1179
+ msgstr "استعادة الخيارات الافتراضية عند إلغاء تنشيط المكوّن الإضافي / إعادة التنشيط."
1180
 
1181
+ #: library/plugin-settings.php:1502
1182
  msgid "Show Support"
1183
  msgstr "إظهار الدعم"
1184
 
1185
+ #: library/plugin-settings.php:1511
1186
  msgid "by"
1187
  msgstr "بواسطة"
1188
 
1189
+ #: library/plugin-settings.php:1512
1190
  msgid "Jeff Starr on Twitter"
1191
  msgstr "جيف ستار على تويتر"
1192
 
1193
+ #: library/plugin-settings.php:1513
1194
  msgid "Obsessive Web Design & Development"
1195
+ msgstr "تصميم الويب الوسواس & amp؛ تطوير"
1196
 
1197
+ #: library/plugin-settings.php:1524
1198
  msgid "Save Preference"
1199
+ msgstr "حفظ التفضيل"
1200
 
1201
+ #: library/plugin-settings.php:1531
1202
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1203
+ msgstr "هل أنت متأكد من أنك تريد استعادة جميع الخيارات الافتراضية؟ (لا يمكن التراجع عن هذا الإجراء)"
1204
 
1205
+ #: library/support-panel.php:52
1206
+ msgid "Perishable Press Books"
1207
+ msgstr "كتب الصحافة القابلة للتلف"
1208
+
1209
+ #: library/support-panel.php:53
1210
+ msgid "Plugin Planet"
1211
+ msgstr "البرنامج المساعد الكوكب"
1212
+
1213
+ #: library/support-panel.php:54
1214
+ msgid "Donate via PayPal"
1215
+ msgstr "تبرع عبر PayPal"
1216
+
1217
+ #: library/support-panel.php:56
1218
+ msgid "books"
1219
+ msgstr "الكتب"
1220
+
1221
+ #: library/support-panel.php:57
1222
+ msgid "plugins"
1223
+ msgstr "الإضافات"
1224
+
1225
+ #: library/support-panel.php:58
1226
+ msgid "donation"
1227
+ msgstr "هبة"
1228
+
1229
+ #: library/support-panel.php:60
1230
+ msgid "Thank you for using"
1231
+ msgstr "شكرا لأستخدامك"
1232
+
1233
+ #: library/support-panel.php:61
1234
+ msgid "Please show support by purchasing one of my"
1235
+ msgstr "يرجى إظهار الدعم من خلال شراء واحدة من بلدي"
1236
+
1237
+ #: library/support-panel.php:62
1238
+ msgid "or"
1239
+ msgstr "أو"
1240
+
1241
+ #: library/support-panel.php:62
1242
+ msgid "or by making a"
1243
+ msgstr "أو عن طريق صنع"
1244
+
1245
+ #: library/support-panel.php:63
1246
+ msgid "Your generous support helps to ensure future development of"
1247
+ msgstr "دعمك السخي يساعد على ضمان التنمية المستقبلية"
1248
+
1249
+ #: library/support-panel.php:64
1250
+ msgid "and is greatly appreciated."
1251
+ msgstr "ويتم تقديره للغاية."
1252
+
1253
+ #: library/support-panel.php:66
1254
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1255
+ msgstr "يساعدني أي حجم التبرع في مواصلة تطوير هذا البرنامج المساعد المجاني وموارد WordPress الرائعة."
1256
 
1257
  #. Description of the plugin
1258
  #:
1259
  msgid "Enables your visitors to submit posts and images from anywhere on your site."
1260
+ msgstr "تمكن زوارك من إرسال المشاركات والصور من أي مكان على موقعك."
1261
 
1262
  #. URI of the plugin
1263
  #:
languages/usp-bn_BD.mo CHANGED
Binary file
languages/usp-bn_BD.po CHANGED
@@ -4,206 +4,206 @@ 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 20171028\n"
8
  "Language: bn\n"
9
 
10
  #. Name of the plugin
11
- #: user-submitted-posts.php:44
12
  msgid "User Submitted Posts"
13
  msgstr "ব্যবহারকারী জমা পোস্ট"
14
 
15
- #: user-submitted-posts.php:78
16
  msgid "requires WordPress "
17
  msgstr "ওয়ার্ডপ্রেস প্রয়োজন"
18
 
19
- #: user-submitted-posts.php:79
20
  msgid " or higher, and has been deactivated! "
21
  msgstr " বা উচ্চতর, এবং নিষ্ক্রিয় করা হয়েছে!"
22
 
23
- #: user-submitted-posts.php:80
24
  msgid "Please return to the"
25
  msgstr "দয়া করে ফিরে যান"
26
 
27
- #: user-submitted-posts.php:81
28
  msgid "WordPress Admin Area"
29
  msgstr "ওয়ার্ডপ্রেস অ্যাডমিন এলাকা"
30
 
31
- #: user-submitted-posts.php:82
32
  msgid "to upgrade WordPress and try again."
33
  msgstr "ওয়ার্ডপ্রেস আপগ্রেড করুন এবং আবার চেষ্টা করুন"
34
 
35
- #: user-submitted-posts.php:124
36
  msgid "User Submitted Post"
37
  msgstr "ব্যবহারকারী জমা পোস্ট"
38
 
39
- #: user-submitted-posts.php:445
40
  msgid "User Submitted Post Info"
41
  msgstr "ব্যবহারকারী জমা পোস্ট তথ্য"
42
 
43
- #: user-submitted-posts.php:475
44
  msgid "Submitter Name: "
45
  msgstr "সাবমিটার নাম:"
46
 
47
- #: user-submitted-posts.php:476
48
  msgid "Submitter Email: "
49
  msgstr "সাবমিটার ইমেল:"
50
 
51
- #: user-submitted-posts.php:477
52
  msgid "Submitter URL: "
53
  msgstr "সাবমিটার URL:"
54
 
55
- #: user-submitted-posts.php:478
56
  msgid "Submitter IP: "
57
  msgstr "সাবমিটার আইপি:"
58
 
59
- #: user-submitted-posts.php:529
60
  msgid "Show USP Posts"
61
  msgstr "ইউএসপি পোস্ট দেখান"
62
 
63
- #: user-submitted-posts.php:530 library/plugin-settings.php:967
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
- #: user-submitted-posts.php:1175
68
  msgid " files required"
69
  msgstr " ফাইল প্রয়োজন"
70
 
71
- #: user-submitted-posts.php:1176
72
  msgid " file required"
73
  msgstr " ফাইল প্রয়োজন"
74
 
75
- #: user-submitted-posts.php:1178
76
  msgid " files"
77
- msgstr " ফাইল"
78
 
79
- #: user-submitted-posts.php:1179
80
  msgid " file"
81
  msgstr " ফাইল"
82
 
83
- #: user-submitted-posts.php:1181 user-submitted-posts.php:1182
84
- #: user-submitted-posts.php:1183 user-submitted-posts.php:1184
85
  msgid " pixels"
86
  msgstr " পিক্সেল"
87
 
88
- #: user-submitted-posts.php:1186 library/plugin-settings.php:284
89
- #: library/plugin-settings.php:303 library/plugin-settings.php:690
90
- #: library/plugin-settings.php:1176
91
  msgid "Custom Field"
92
  msgstr "কাস্টম ক্ষেত্র"
93
 
94
- #: user-submitted-posts.php:1189
95
  msgid "An error occurred. Please go back and try again."
96
- msgstr "একটি ত্রুটি ঘটেছে. ফিরে যান এবং আবার চেষ্টা করুন."
97
 
98
- #: user-submitted-posts.php:1199
99
  msgid "User login required"
100
  msgstr "ব্যবহারকারী লগইন প্রয়োজনীয়"
101
 
102
- #: user-submitted-posts.php:1200
103
  msgid "User name required"
104
- msgstr "ব্যবহারকারী নাম প্রয়োজন"
105
 
106
- #: user-submitted-posts.php:1201
107
  msgid "Post title required"
108
  msgstr "পোস্ট শিরোনাম প্রয়োজন"
109
 
110
- #: user-submitted-posts.php:1202
111
  msgid "User URL required"
112
  msgstr "ব্যবহারকারীর URL এর প্রয়োজন"
113
 
114
- #: user-submitted-posts.php:1203
115
  msgid "Post tags required"
116
  msgstr "পোস্ট ট্যাগ প্রয়োজন"
117
 
118
- #: user-submitted-posts.php:1204
119
  msgid "Post category required"
120
  msgstr "পোস্ট বিষয়শ্রেণীতে প্রয়োজন"
121
 
122
- #: user-submitted-posts.php:1205
123
  msgid "Post content required"
124
  msgstr "পোস্ট কন্টেন্ট প্রয়োজন"
125
 
126
- #: user-submitted-posts.php:1206 user-submitted-posts.php:1207
127
  msgid "Correct captcha required"
128
  msgstr "সঠিক ক্যাপচা প্রয়োজন"
129
 
130
- #: user-submitted-posts.php:1208
131
  msgid "User email required"
132
  msgstr "ব্যবহারকারী ইমেল প্রয়োজন"
133
 
134
- #: user-submitted-posts.php:1209
135
  msgid "Please check your email and try again"
136
  msgstr "দয়া করে আপনার ইমেল চেক করুন এবং আবার চেষ্টা করুন"
137
 
138
- #: user-submitted-posts.php:1210
139
  msgid "Non-empty value for hidden field"
140
  msgstr "লুকানো ক্ষেত্রের জন্য অ খালি মান"
141
 
142
- #: user-submitted-posts.php:1211
143
  msgid "Minimum number of images not met"
144
  msgstr "ইমেজ সর্বনিম্ন সংখ্যা পূরণ না"
145
 
146
- #: user-submitted-posts.php:1212
147
  msgid "Maximum number of images exceeded "
148
  msgstr "চিত্রগুলির সর্বাধিক সংখ্যা ছাড়িয়ে গেছে"
149
 
150
- #: user-submitted-posts.php:1213
151
  msgid "Minimum image width not met"
152
  msgstr "ন্যূনতম চিত্র প্রস্থ দেখা যায় না"
153
 
154
- #: user-submitted-posts.php:1214
155
  msgid "Image width exceeds maximum"
156
  msgstr "চিত্রের প্রস্থ সর্বোচ্চ ছাড়িয়ে গেছে"
157
 
158
- #: user-submitted-posts.php:1215
159
  msgid "Minimum image height not met"
160
  msgstr "নূন্যতম ছবির উচ্চতা পূরণ করা হয়নি"
161
 
162
- #: user-submitted-posts.php:1216
163
  msgid "Image height exceeds maximum"
164
  msgstr "চিত্র উচ্চতা সর্বাধিক অতিক্রম করেছে"
165
 
166
- #: user-submitted-posts.php:1217
167
  msgid "File type not allowed (please upload images only)"
168
  msgstr "ফাইলের ধরন অনুমোদিত নয় (দয়া করে শুধুমাত্র ছবিগুলি আপলোড করুন)"
169
 
170
- #: user-submitted-posts.php:1218
171
  msgid " required"
172
  msgstr " প্রয়োজনীয়"
173
 
174
- #: user-submitted-posts.php:1222
175
  msgid "File not uploaded. Please check the file and try again."
176
  msgstr "ফাইল আপলোড করা হয়নি ফাইলটি পরীক্ষা করুন এবং আবার চেষ্টা করুন।"
177
 
178
- #: user-submitted-posts.php:1226
179
  msgid "The file(s) could not be uploaded"
180
  msgstr "ফাইল (গুলি) আপলোড করা যায়নি"
181
 
182
- #: user-submitted-posts.php:1228
183
  msgid "Post not created. Please contact the site administrator for help."
184
  msgstr "পোস্ট তৈরি করা হয়নি। সাহায্য করার জন্য সাইট প্রশাসকের সাথে যোগাযোগ করুন।"
185
 
186
- #: user-submitted-posts.php:1229
187
  msgid "Duplicate post title. Please try again."
188
  msgstr "ডুপ্লিকেট পোস্টের শিরোনাম অনুগ্রহপূর্বক আবার চেষ্টা করুন."
189
 
190
- #: user-submitted-posts.php:1239
191
  msgid "Error: "
192
  msgstr "ত্রুটি:"
193
 
194
- #: user-submitted-posts.php:1265
195
  msgid "Return to form"
196
  msgstr "ফর্ম ফেরত"
197
 
198
- #: user-submitted-posts.php:1293 library/plugin-settings.php:943
199
  msgid "Please"
200
  msgstr "অনুগ্রহ"
201
 
202
- #: user-submitted-posts.php:1294
203
  msgid "log in"
204
  msgstr "লগ ইন"
205
 
206
- #: user-submitted-posts.php:1295
207
  msgid "to submit content!"
208
  msgstr "কন্টেন্ট জমা দিতে!"
209
 
@@ -228,13 +228,13 @@ msgstr "তোমার ইমেইল"
228
 
229
  #: views/submission-form.php:74 views/submission-form.php:75
230
  #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
- #: library/plugin-settings.php:1004
232
  msgid "Post Title"
233
  msgstr "পোস্ট শিরোনাম"
234
 
235
  #: views/submission-form.php:80 views/submission-form.php:81
236
  #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
- #: library/plugin-settings.php:1005
238
  msgid "Post Tags"
239
  msgstr "পোস্ট ট্যাগগুলি"
240
 
@@ -243,7 +243,7 @@ msgid "Antispam Question"
243
  msgstr "এন্টিস্পাম প্রশ্ন"
244
 
245
  #: views/submission-form.php:98 views/submission-form-alt.php:103
246
- #: library/plugin-settings.php:1006
247
  msgid "Post Category"
248
  msgstr "পোস্ট বিভাগ"
249
 
@@ -253,7 +253,7 @@ msgstr "একটি বিভাগ নির্বাচন করুন দ
253
 
254
  #: views/submission-form.php:135 views/submission-form.php:136
255
  #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
- #: library/plugin-settings.php:1007
257
  msgid "Post Content"
258
  msgstr "পোস্ট সামগ্রী"
259
 
@@ -277,6 +277,14 @@ msgstr "মানব যাচাই: এই ক্ষেত্রটিকে
277
  msgid "Submit Post"
278
  msgstr "পোস্ট জমা দিন"
279
 
 
 
 
 
 
 
 
 
280
  #: library/plugin-settings.php:32
281
  msgid "Get USP Pro for unlimited forms!"
282
  msgstr "সীমাহীন ফর্ম জন্য ইউএসপি প্রো পান!"
@@ -380,12 +388,12 @@ msgid "to configure options)"
380
  msgstr "বিকল্প কনফিগার করা)"
381
 
382
  #: library/plugin-settings.php:318 library/plugin-settings.php:335
383
- #: library/plugin-settings.php:1194 library/plugin-settings.php:1199
384
  msgid "Challenge Question"
385
  msgstr "চ্যালেঞ্জ প্রশ্ন"
386
 
387
  #: library/plugin-settings.php:350 library/plugin-settings.php:367
388
- #: library/plugin-settings.php:1216
389
  msgid "Google reCAPTCHA"
390
  msgstr "Google reCAPTCHA"
391
 
@@ -401,7 +409,7 @@ msgstr "প্রদর্শন"
401
  msgid "Disable"
402
  msgstr "অক্ষম"
403
 
404
- #: library/plugin-settings.php:399 library/plugin-settings.php:1277
405
  msgid "Image Uploads"
406
  msgstr "ছবি আপলোড"
407
 
@@ -429,746 +437,822 @@ msgstr "পরে প্রকাশ করুন"
429
  msgid " approved posts"
430
  msgstr " অনুমোদিত পোস্ট"
431
 
432
- #: library/plugin-settings.php:635
433
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
434
  msgstr "সেখানে একটা ভুল ছিল. দয়া করে নিশ্চিত করুন যে আপনি একটি শিরোনাম, কিছু সামগ্রী যুক্ত করেছেন, এবং আপনি শুধুমাত্র চিত্র আপলোড করেছেন"
435
 
436
- #: library/plugin-settings.php:649
437
  msgid "Please select your image(s) to upload."
438
  msgstr "আপলোড করার জন্য আপনার ছবি (গুলি) নির্বাচন করুন।"
439
 
440
- #: library/plugin-settings.php:655
441
  msgid "Success! Thank you for your submission."
442
  msgstr "সফল! আপনার জমা দেওয়ার জন্য আপনাকে ধন্যবাদ."
443
 
444
- #: library/plugin-settings.php:681
445
  msgid "Email"
446
  msgstr "ইমেইল"
447
 
448
- #: library/plugin-settings.php:682
449
  msgid "URL"
450
  msgstr "URL টি"
451
 
452
- #: library/plugin-settings.php:721
453
- msgid "Sorry, you are not allowed to modify settings."
454
- msgstr "দুঃখিত, আপনি সেটিংস সংশোধন করার অনুমতি নেই"
455
-
456
- #: library/plugin-settings.php:930
457
  msgid "Toggle all panels"
458
  msgstr "সমস্ত প্যানেলগুলি টগল করুন"
459
 
460
- #: library/plugin-settings.php:939
461
  msgid "We need your support!"
462
  msgstr "আমাদের আপনার সমর্থন প্রয়োজন!"
463
 
464
- #: library/plugin-settings.php:943
465
  msgid "Make a donation via PayPal"
466
  msgstr "পেপ্যালের মাধ্যমে একটি দান করুন"
467
 
468
- #: library/plugin-settings.php:943
469
  msgid "make a donation"
470
  msgstr "উচ্চ স্বরে পড়া"
471
 
472
- #: library/plugin-settings.php:943
473
  msgid "and/or"
474
  msgstr "এবং / অথবা"
475
 
476
- #: library/plugin-settings.php:944
477
  msgid "Rate and review at the Plugin Directory"
478
  msgstr "প্লাগইন ডিরেক্টরি এ রেট এবং পর্যালোচনা"
479
 
480
- #: library/plugin-settings.php:945
481
  msgid "give this plugin a 5-star rating"
482
  msgstr "এই প্লাগইন একটি 5 তারকা রেটিং প্রদান"
483
 
484
- #: library/plugin-settings.php:949
485
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
486
  msgstr "আপনার উদার সমর্থন এই মুক্ত প্লাগইন এর ক্রমাগত উন্নয়ন সমর্থন করে। ধন্যবাদ!"
487
 
488
- #: library/plugin-settings.php:954
489
  msgid "Check this box if you have shown support"
490
  msgstr "আপনি যদি সমর্থন দেখিয়েছেন তাহলে এই বাক্সটি চেক করুন"
491
 
492
- #: library/plugin-settings.php:963
493
  msgid "Overview"
494
  msgstr "সংক্ষিপ্ত বিবরণ"
495
 
496
- #: library/plugin-settings.php:967
497
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
498
  msgstr "আপনার দর্শক পোস্ট পোস্ট জমা এবং আপনার সাইটের সামনে প্রান্ত থেকে ইমেজ আপলোড করতে সক্ষম।"
499
 
500
- #: library/plugin-settings.php:968
501
  msgid "For advanced functionality and unlimited forms, check out"
502
  msgstr "উন্নত কার্যকারিতা এবং সীমাহীন ফর্ম জন্য, চেক আউট"
503
 
504
- #: library/plugin-settings.php:968 library/plugin-settings.php:1335
505
  msgid "USP Pro"
506
  msgstr "ইউএসপি প্রো"
507
 
508
- #: library/plugin-settings.php:969
509
  msgid "— the ultimate solution for user-generated content."
510
  msgstr "& Mdash; i ব্যবহারকারী-উত্পন্ন সামগ্রীর জন্য চূড়ান্ত সমাধান"
511
 
512
- #: library/plugin-settings.php:973 library/plugin-settings.php:990
513
  msgid "Plugin Settings"
514
  msgstr "প্লাগইন সেটিংস"
515
 
516
- #: library/plugin-settings.php:974
517
  msgid "Display the form"
518
  msgstr "ফর্মটি প্রদর্শন করুন"
519
 
520
- #: library/plugin-settings.php:975 library/plugin-settings.php:1482
521
  msgid "Plugin Homepage"
522
  msgstr "প্লাগইন হোমপেজ"
523
 
524
- #: library/plugin-settings.php:978
525
  msgid "If you like this plugin, please"
526
  msgstr "আপনি যদি এই প্লাগইন পছন্দ করেন, তাহলে দয়া করে"
527
 
528
- #: library/plugin-settings.php:979
529
  msgid "THANK YOU for your support!"
530
  msgstr "আপনার সমর্থনের জন্য ধন্যবাদ!"
531
 
532
- #: library/plugin-settings.php:979
533
  msgid "give it a 5-star rating"
534
  msgstr "এটি একটি 5 তারকা রেটিং দিতে"
535
 
536
- #: library/plugin-settings.php:983
537
  msgid "Unlimited front-end forms"
538
  msgstr "আনলিমিটেড ফ্রন্ট-এন্ড ফর্মগুলি"
539
 
540
- #: library/plugin-settings.php:983
541
  msgid "Get USP Pro"
542
  msgstr "ইউএসপি প্রো পান"
543
 
544
- #: library/plugin-settings.php:993
545
  msgid "Configure your settings for User Submitted Posts."
546
  msgstr "ব্যবহারকারী জমা পোস্টগুলির জন্য আপনার সেটিংস কনফিগার করুন।"
547
 
548
- #: library/plugin-settings.php:995
549
  msgid "Form Fields"
550
  msgstr "ফর্ম ক্ষেত্র"
551
 
552
- #: library/plugin-settings.php:1001
553
  msgid "User Name"
554
  msgstr "ব্যবহারকারীর নাম"
555
 
556
- #: library/plugin-settings.php:1002
557
  msgid "User Email"
558
  msgstr "ব্যবহারকারী ইমেল"
559
 
560
- #: library/plugin-settings.php:1003
561
  msgid "User URL"
562
  msgstr "ব্যবহারকারীর URL"
563
 
564
- #: library/plugin-settings.php:1018
565
  msgid "General Settings"
566
  msgstr "সাধারণ সেটিংস"
567
 
568
- #: library/plugin-settings.php:1023
 
 
 
 
569
  msgid "Form Style"
570
  msgstr "ফর্ম স্টাইল"
571
 
572
- #: library/plugin-settings.php:1028
573
  msgid "With this option, you can copy the plugin’s default templates:"
574
  msgstr "এই বিকল্পের সাথে, আপনি প্লাগইন & rsquo; ডিফল্ট টেমপ্লেটগুলি অনুলিপি করতে পারেন:"
575
 
576
- #: library/plugin-settings.php:1033
577
  msgid "..and upload them into a directory named"
578
  msgstr ".. এবং তাদের নামের একটি ডিরেক্টরির মধ্যে আপলোড"
579
 
580
- #: library/plugin-settings.php:1033
581
  msgid "in your theme:"
582
  msgstr "আপনার থিম মধ্যে:"
583
 
584
- #: library/plugin-settings.php:1039
585
  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"
586
  msgstr "এটি আপনাকে পছন্দসই হিসাবে ফর্ম এবং শৈলী কাস্টমাইজ করতে সক্ষম হবে আরও তথ্যের জন্য, \"কাস্টম জমা ফরমে\" বিভাগটি দেখুন"
587
 
588
- #: library/plugin-settings.php:1040
589
  msgid "Installation Docs"
590
  msgstr "ইনস্টলেশনের ডক্স"
591
 
592
- #: library/plugin-settings.php:1041
593
  msgid "FYI: here is a"
594
  msgstr "FYI: এখানে একটি হয়"
595
 
596
- #: library/plugin-settings.php:1041
597
  msgid "list of USP CSS selectors"
598
  msgstr "ইউএসপি সিএসএস নির্বাচকদের তালিকা"
599
 
600
- #: library/plugin-settings.php:1047
601
  msgid "Include JavaScript"
602
  msgstr "জাভাস্ক্রিপ্ট অন্তর্ভুক্ত করুন"
603
 
604
- #: library/plugin-settings.php:1049
605
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
606
  msgstr "আপনি যদি বাইরের জাভাস্ক্রিপ্ট ফাইলগুলি অন্তর্ভুক্ত করতে চান তবে এই বাক্সটি চেক করুন (প্রস্তাবিত)।"
607
 
608
- #: library/plugin-settings.php:1052
609
  msgid "Targeted Loading"
610
  msgstr "লক্ষ্যবস্তু লোড হচ্ছে"
611
 
612
- #: library/plugin-settings.php:1054
613
  msgid "By default, external CSS & 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."
614
  msgstr "ডিফল্টরূপে, বাহ্যিক CSS & amp; জাভাস্ক্রিপ্ট ফাইলগুলি প্রতি পৃষ্ঠায় লোড করা হয়। এখানে আপনি ইউএসপি ফরম ইউআরএল ফর্ম নির্দিষ্ট করতে পারেন শুধুমাত্র যে পৃষ্ঠাতে সম্পদ লোড। দ্রষ্টব্য: সমস্ত পৃষ্ঠাগুলি লোড করতে ফাঁকা রাখুন।"
615
 
616
- #: library/plugin-settings.php:1057
617
  msgid "Post Type"
618
  msgstr "পোস্ট প্রকার"
619
 
620
- #: library/plugin-settings.php:1060
621
  msgid "Submit posts as WP Posts or Pages"
622
  msgstr "WP পোস্ট বা পেজ হিসাবে জমা দিন"
623
 
624
- #: library/plugin-settings.php:1064
625
  msgid "Post Status"
626
  msgstr "পোস্ট স্থিতি"
627
 
628
- #: library/plugin-settings.php:1067
629
  msgid "Post Status for submitted posts"
630
  msgstr "জমা পোস্টের জন্য পোস্ট স্থিতি"
631
 
632
- #: library/plugin-settings.php:1071
633
  msgid "Redirect URL"
634
  msgstr "URL পুনঃনির্দেশ করুন"
635
 
636
- #: library/plugin-settings.php:1073
637
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
638
  msgstr "পোস্ট-জমা দেওয়ার পরে ব্যবহারকারীকে পুনর্চালনা করার জন্য একটি URL নির্দিষ্ট করুন। বর্তমান পৃষ্ঠায় ফেরত পাঠাতে ফাঁকা ছেড়ে দিন।"
639
 
640
- #: library/plugin-settings.php:1076
641
  msgid "Success Message"
642
  msgstr "সফল বার্তা"
643
 
644
- #: library/plugin-settings.php:1078
645
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
646
  msgstr "পোস্ট-জমা সফল হলে সফল বার্তাটি প্রদর্শিত হয় বেসিক মার্কআপ অনুমোদিত।"
647
 
648
- #: library/plugin-settings.php:1081
649
  msgid "Error Message"
650
  msgstr "ভুল বার্তা"
651
 
652
- #: library/plugin-settings.php:1083
653
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
654
  msgstr "পোস্ট-সম্মতি ব্যর্থ হলে সাধারণ ত্রুটি বার্তা প্রদর্শিত হয়। বেসিক মার্কআপ অনুমোদিত।"
655
 
656
- #: library/plugin-settings.php:1086
657
  msgid "Custom Content"
658
- msgstr "কাস্টম বিষয়বস্তু"
659
 
660
- #: library/plugin-settings.php:1088
661
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
662
  msgstr "জমা ফর্ম আগে অন্তর্ভুক্ত করা কাস্টম টেক্সট / মার্কআপ। অক্ষম করতে ফাঁকা ছেড়ে যান।"
663
 
664
- #: library/plugin-settings.php:1091
665
  msgid "Rich Text Editor"
666
- msgstr "রিচ টেক্সট সম্পাদক"
667
 
668
- #: library/plugin-settings.php:1093
669
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
670
  msgstr "যদি আপনি জমা দেওয়া পোস্টগুলির জন্য WP সমৃদ্ধ পাঠ্য সম্পাদনা সক্ষম করতে চান তবে এই বাক্সটি চেক করুন"
671
 
672
- #: library/plugin-settings.php:1096
673
  msgid "Unique Titles"
674
  msgstr "অনন্য শিরোনাম"
675
 
676
- #: library/plugin-settings.php:1098
677
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
678
  msgstr "পোস্ট শিরোনাম অনন্য হতে হবে (একাধিক / জমা জমা পোস্ট আটকানোর জন্য দরকারী)"
679
 
680
- #: library/plugin-settings.php:1101
681
  msgid "Disable Required"
682
  msgstr "প্রয়োজনীয় অক্ষম"
683
 
684
- #: library/plugin-settings.php:1103
685
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
686
  msgstr "ডিফল্ট ফর্ম ক্ষেত্রগুলিতে প্রয়োজনীয় সমস্ত বৈশিষ্ট্যাবলী অক্ষম করুন (ত্রুটির বার্তাগুলি সমস্যা সমাধানের জন্য উপযোগী)।"
687
 
688
- #: library/plugin-settings.php:1106
689
  msgid "Disable IP Tracking"
690
  msgstr "আইপি ট্র্যাকিং অক্ষম করুন"
691
 
692
- #: library/plugin-settings.php:1108
693
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
694
  msgstr "ডিফল্টরূপে USP প্রতিটি জমা পোস্টের সাথে IP ঠিকানা রেকর্ড করে। সব আইপি ট্র্যাকিং নিষ্ক্রিয় করতে এই বাক্সটি চেক করুন।"
695
 
696
- #: library/plugin-settings.php:1111
697
  msgid "Enable Shortcodes"
698
  msgstr "শর্টকাডগুলি সক্ষম করুন"
699
 
700
- #: library/plugin-settings.php:1113
701
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
702
  msgstr "উইজেটগুলিতে শর্টকাটগুলি সক্ষম করুন ডিফল্টরূপে, ওয়ার্ডপ্রেস উইজেটে শর্টকাটগুলি সক্ষম করে না।"
703
 
704
- #: library/plugin-settings.php:1114
705
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
706
  msgstr "এই সেটিংটি কোনও উইজেটে / সমস্ত শর্টকাটগুলি সক্ষম করে (এমনকি অন্যান্য প্লাগইনগুলি থেকেও শর্টকাটগুলি)।"
707
 
708
- #: library/plugin-settings.php:1119 library/plugin-settings.php:1124
709
  msgid "Categories"
710
  msgstr "ধরন"
711
 
712
- #: library/plugin-settings.php:1127
713
  msgid "Select which categories may be assigned to submitted posts (click to toggle)"
714
  msgstr "জমা দেওয়া পোস্টগুলির জন্য বিভাগগুলি নির্ধারণ করা যেতে পারে তা নির্বাচন করুন (টগল করার জন্য ক্লিক করুন)"
715
 
716
- #: library/plugin-settings.php:1135
717
  msgid "Hidden/Default Category"
718
  msgstr "লুকানো / ডিফল্ট শ্রেণী"
719
 
720
- #: library/plugin-settings.php:1137
721
  msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
722
  msgstr "পোস্ট বিভাগের জন্য একটি লুকানো ক্ষেত্র ব্যবহার করুন বিভাগ ক্ষেত্র নিষ্ক্রিয় যখন এটি একটি ডিফল্ট বিভাগ উল্লেখ করার জন্য ব্যবহার করা যেতে পারে।"
723
 
724
- #: library/plugin-settings.php:1140
725
  msgid "Category ID for Hidden Field"
726
  msgstr "লুকানো ক্ষেত্রের জন্য বিভাগ আইডি"
727
 
728
- #: library/plugin-settings.php:1142
729
  msgid "Specify the ID of the category to use for the “Hidden/Default Category” option."
730
  msgstr "& Ldquo; লুকানো / ডিফল্ট শ্রেণী & rdquo; এর জন্য ব্যবহারের জন্য বিভাগের আইডি নির্দিষ্ট করুন। বিকল্প।"
731
 
732
- #: library/plugin-settings.php:1147
733
  msgid "Users"
734
  msgstr "ব্যবহারকারীরা"
735
 
736
- #: library/plugin-settings.php:1152
737
  msgid "Assigned Author"
738
  msgstr "নিযুক্ত লেখক"
739
 
740
- #: library/plugin-settings.php:1155
741
  msgid "Specify the user that should be assigned as author for submitted posts."
742
  msgstr "জমা দেওয়া পোস্টগুলির লেখক হিসাবে নিয়োগ করা হবে এমন ব্যবহারকারীকে নির্দিষ্ট করুন।"
743
 
744
- #: library/plugin-settings.php:1159
745
  msgid "Registered Username"
746
  msgstr "নিবন্ধিত ব্যবহারকারীর নাম"
747
 
748
- #: library/plugin-settings.php:1161
749
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
750
  msgstr "পোস্ট লেখক হিসাবে নিবন্ধিত ব্যবহারকারী নাম ব্যবহার করুন। বৈধভাবে ফর্ম জমা ব্যক্তি ওয়ার্ডপ্রেস লগ ইন করা হয়।"
751
 
752
- #: library/plugin-settings.php:1164
753
  msgid "User Profile URL"
754
  msgstr "ব্যবহারকারীর প্রোফাইল URL"
755
 
756
- #: library/plugin-settings.php:1166
757
  msgid "Use registered user’s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
758
  msgstr "URL ক্ষেত্রের মান হিসাবে নিবন্ধিত ব্যবহারকারীর rsquo; প্রোফাইল প্রোফাইল ব্যবহার করুন। বৈধভাবে ফর্ম জমা ব্যক্তি ওয়ার্ডপ্রেস লগ ইন করা হয়।"
759
 
760
- #: library/plugin-settings.php:1169
761
  msgid "Require User Login"
762
  msgstr "ব্যবহারকারী লগইন প্রয়োজন"
763
 
764
- #: library/plugin-settings.php:1171
765
  msgid "Require users to be logged in to WordPress to view/submit the form"
766
  msgstr "ওয়ার্ডপ্রেসে লগইন করার জন্য ব্যবহারকারীদের প্রয়োজন দেখুন / ফর্ম জমা দিন"
767
 
768
- #: library/plugin-settings.php:1177
 
 
 
 
 
 
 
 
769
  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."
770
  msgstr "এখানে আপনি কাস্টম ক্ষেত্র দ্বারা ব্যবহৃত নাম এবং লেবেল পরিবর্তন করতে পারেন। আপনি উপরে এই ক্ষেত্র ফরম ক্ষেত্র সেটিংস মাধ্যমে সক্রিয় করতে পারেন।"
771
 
772
- #: library/plugin-settings.php:1182
773
  msgid "Custom Field Name"
774
  msgstr "কাস্টম ক্ষেত্রের নাম"
775
 
776
- #: library/plugin-settings.php:1184
777
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
778
  msgstr "শুধুমাত্র আলফানিউমেরিক, আন্ডারস্কোর এবং ড্যাশ ব্যবহার করুন নিশ্চিত না হলে, ডিফল্ট নাম ব্যবহার করুন:"
779
 
780
- #: library/plugin-settings.php:1187
781
  msgid "Custom Field Label"
782
  msgstr "কাস্টম ক্ষেত্র লেবেল"
783
 
784
- #: library/plugin-settings.php:1189
785
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
786
  msgstr "এই ফর্ম ক্ষেত্রের লেবেল হিসাবে প্রদর্শিত হবে। ডিফল্ট: কাস্টম ক্ষেত্র"
787
 
788
- #: library/plugin-settings.php:1201
789
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
790
  msgstr "স্প্যাম রোধ করতে, ফর্মটি জমা দেওয়ার আগে ব্যবহারকারীদের একটি প্রশ্নের উত্তর দিতে হবে।"
791
 
792
- #: library/plugin-settings.php:1204
793
  msgid "Challenge Response"
794
  msgstr "চ্যালেঞ্জ প্রতিক্রিয়া"
795
 
796
- #: library/plugin-settings.php:1206
797
  msgid "Enter the *only* correct answer to the challenge question."
798
  msgstr "চ্যালেঞ্জ প্রশ্নে * শুধুমাত্র * সঠিক উত্তর লিখুন"
799
 
800
- #: library/plugin-settings.php:1209
801
  msgid "Case-sensitivity"
802
  msgstr "কেস-সংবেদনশীলতা"
803
 
804
- #: library/plugin-settings.php:1211
805
  msgid "Check this box if you want the challenge response to be case-sensitive."
806
  msgstr "যদি আপনি চ্যালেঞ্জ প্রতিক্রিয়া ক্ষেত্রে সংবেদনশীল হতে চান এই বাক্সটি চেক করুন"
807
 
808
- #: library/plugin-settings.php:1217
809
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
810
  msgstr "Google reCAPTCHA সক্ষম করতে, আপনার সর্বজনীন এবং ব্যক্তিগত কীগুলি প্রবেশ করুন।"
811
 
812
- #: library/plugin-settings.php:1222
813
  msgid "Public Key"
814
  msgstr "পাবলিক কী"
815
 
816
- #: library/plugin-settings.php:1224
817
  msgid "Enter your Public Key"
818
  msgstr "আপনার সর্বজনীন কী লিখুন"
819
 
820
- #: library/plugin-settings.php:1227
821
  msgid "Private Key"
822
  msgstr "ব্যক্তিগত কী"
823
 
824
- #: library/plugin-settings.php:1229
825
  msgid "Enter your Private Key"
826
  msgstr "আপনার ব্যক্তিগত কী লিখুন"
827
 
828
- #: library/plugin-settings.php:1234
829
  msgid "Email Alerts"
830
  msgstr "ইমেল সতর্কতাগুলি"
831
 
832
- #: library/plugin-settings.php:1239
833
  msgid "Receive Email Alert"
834
  msgstr "ইমেইল সতর্কতা পান"
835
 
836
- #: library/plugin-settings.php:1241
837
  msgid "Check this box if you want to be notified via email for new post submissions."
838
  msgstr "আপনি যদি নতুন পোস্ট জমা দেওয়ার জন্য ইমেলের মাধ্যমে বিজ্ঞাপিত করতে চান তবে এই বাক্সটি চেক করুন।"
839
 
840
- #: library/plugin-settings.php:1244
841
  msgid "Enable HTML Format"
842
  msgstr "HTML বিন্যাস সক্ষম করুন"
843
 
844
- #: library/plugin-settings.php:1246
845
  msgid "Check this box to enable HTML format for email alerts."
846
  msgstr "ইমেল সতর্কতাগুলির জন্য HTML ফর্ম্যাটটি সক্ষম করতে এই বাক্সটি চেক করুন"
847
 
848
- #: library/plugin-settings.php:1249
849
  msgid "Email Address for Alerts"
850
  msgstr "সতর্কতা জন্য ইমেইল ঠিকানা"
851
 
852
- #: library/plugin-settings.php:1251
853
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
854
  msgstr "যদি আপনি ইমেল সতর্কতা প্রাপ্ত করার জন্য বক্সটি পরীক্ষা করে থাকেন, তবে এখানে ই-মেইল ঠিকানাটি পাঠান (এস)।"
855
 
856
- #: library/plugin-settings.php:1252
857
  msgid "Multiple recipients may be included using a comma, like so:"
858
  msgstr "একটি কমা ব্যবহার করে একাধিক প্রাপক অন্তর্ভুক্ত করা যেতে পারে, যেমন:"
859
 
860
- #: library/plugin-settings.php:1255
861
  msgid "Email “From” Address"
862
  msgstr "ইমেল & ldquo; থেকে & rdquo; ঠিকানা"
863
 
864
- #: library/plugin-settings.php:1257
865
  msgid "Here you may customize the address(es) used for the “From” header (see plugin FAQs for info). "
866
  msgstr "এখানে আপনি & ldquo; থেকে & rdquo; জন্য ব্যবহৃত ঠিকানাটি (এস) কাস্টমাইজ করতে পারেন শিরোলেখ (তথ্য জন্য প্লাগইন FAQ দেখুন)।"
867
 
868
- #: library/plugin-settings.php:1258
869
  msgid "If multiple addresses are specified in the previous setting, include an equal number of “From” addresses for this setting (in the same order)."
870
  msgstr "যদি পূর্ববর্তী সেটিংতে একাধিক ঠিকানা নির্দিষ্ট করা হয়, তাহলে একটি & ldquo; From & rdquo; এই সেটিংয়ের জন্য ঠিকানাগুলি (একই ক্রমে)"
871
 
872
- #: library/plugin-settings.php:1261
873
  msgid "Email Alert Subject"
874
  msgstr "ইমেল সতর্কতা বিষয়"
875
 
876
- #: library/plugin-settings.php:1263
877
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
878
  msgstr "ইমেইল সতর্কতা জন্য বিষয় লাইন। ডিফল্ট বিষয় লাইনে ব্যবহারের জন্য ফাঁকা রাখুন। নোট: আপনি নিম্নলিখিত ভেরিয়েবল ব্যবহার করতে পারেন:"
879
 
880
- #: library/plugin-settings.php:1268
881
  msgid "Email Alert Message"
882
  msgstr "ইমেইল সতর্কতা বার্তা"
883
 
884
- #: library/plugin-settings.php:1270
885
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
886
  msgstr "ইমেল সতর্কতাগুলির জন্য বার্তা ডিফল্ট বার্তা ব্যবহার করতে ফাঁকা রাখুন নোট: আপনি নিম্নলিখিত ভেরিয়েবল ব্যবহার করতে পারেন:"
887
 
888
- #: library/plugin-settings.php:1282
889
  msgid "Featured Image"
890
  msgstr "বৈশিষ্ট্যযুক্ত ইমেজ"
891
 
892
- #: library/plugin-settings.php:1284
893
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
894
  msgstr "বৈশিষ্ট্যযুক্ত ইমেজ হিসাবে চিত্র স্থাপন সেট করুন বৈশিষ্ট্যযুক্ত ইমেজ জন্য থিম সমর্থন প্রয়োজন (উব পোস্ট থাম্বনেল)।"
895
 
896
- #: library/plugin-settings.php:1287
897
  msgid "Upload Message"
898
  msgstr "বার্তা আপলোড করুন"
899
 
900
- #: library/plugin-settings.php:1289
901
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
902
  msgstr "আপলোড ক্ষেত্রের পাশে প্রদর্শিত হয় এমন বার্তা আপনার আপলোড নির্দেশিকা / নীতি / ইত্যাদি সম্পর্কিত বিবরণের জন্য উপযোগী বেসিক মার্কআপ অনুমোদিত"
903
 
904
- #: library/plugin-settings.php:1292
905
  msgid "“Add another image” link"
906
  msgstr "& ldquo; অন্য চিত্র যুক্ত করুন & rdquo; লিংক"
907
 
908
- #: library/plugin-settings.php:1294
909
  msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
910
  msgstr "& Ldquo; অন্য চিত্র যুক্ত করুন & rdquo; জন্য কাস্টম মার্কআপ লিঙ্ক। ডিফল্ট মার্কআপ ব্যবহার করার জন্য ফাঁকা রাখুন (প্রস্তাবিত)"
911
 
912
- #: library/plugin-settings.php:1297
913
  msgid "Minimum number of images"
914
  msgstr "চিত্রের সর্বনিম্ন সংখ্যা"
915
 
916
- #: library/plugin-settings.php:1300
917
  msgid "Specify the minimum number of images."
918
  msgstr "ইমেজ সর্বনিম্ন সংখ্যা নির্দিষ্ট করুন।"
919
 
920
- #: library/plugin-settings.php:1304
921
  msgid "Maximum number of images"
922
  msgstr "ইমেজ সর্বোচ্চ সংখ্যা"
923
 
924
- #: library/plugin-settings.php:1307
925
  msgid "Specify the maximum number of images."
926
  msgstr "সর্বোচ্চ সংখ্যা চিত্র নির্দিষ্ট করুন।"
927
 
928
- #: library/plugin-settings.php:1311
929
  msgid "Minimum image width"
930
  msgstr "ন্যূনতম চিত্র প্রস্থ"
931
 
932
- #: library/plugin-settings.php:1313
933
  msgid "Specify a minimum width (in pixels) for uploaded images."
934
  msgstr "আপলোড করা চিত্রগুলির জন্য সর্বনিম্ন প্রস্থ (পিক্সেল) নির্দিষ্ট করুন।"
935
 
936
- #: library/plugin-settings.php:1316
937
  msgid "Minimum image height"
938
  msgstr "ন্যূনতম ছবি উচ্চতা"
939
 
940
- #: library/plugin-settings.php:1318
941
  msgid "Specify a minimum height (in pixels) for uploaded images."
942
  msgstr "আপলোড করা চিত্রগুলির জন্য সর্বনিম্ন উচ্চতা (পিক্সেল) নির্দিষ্ট করুন।"
943
 
944
- #: library/plugin-settings.php:1321
945
  msgid "Maximum image width"
946
  msgstr "সর্বাধিক ছবি প্রস্থ"
947
 
948
- #: library/plugin-settings.php:1323
949
  msgid "Specify a maximum width (in pixels) for uploaded images."
950
  msgstr "আপলোড করা চিত্রগুলির জন্য সর্বাধিক প্রস্থ (পিক্সেল) নির্দিষ্ট করুন।"
951
 
952
- #: library/plugin-settings.php:1326
953
  msgid "Maximum image height"
954
  msgstr "সর্বোচ্চ ইমেজ উচ্চতা"
955
 
956
- #: library/plugin-settings.php:1328
957
  msgid "Specify a maximum height (in pixels) for uploaded images."
958
  msgstr "আপলোড করা চিত্রগুলির জন্য সর্বোচ্চ উচ্চতা (পিক্সেল) নির্দিষ্ট করুন।"
959
 
960
- #: library/plugin-settings.php:1331
961
  msgid "More Options"
962
  msgstr "আরও বিকল্প"
963
 
964
- #: library/plugin-settings.php:1334
965
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
966
  msgstr "আরও বিকল্পগুলির জন্য, অন্যান্য ফাইল প্রকার (যেমন পিডিএফ, ওয়ার্ড, জিপ, ভিডিও এবং আরও অনেক কিছু আপলোড করার ক্ষমতা), চেক আউট করুন"
967
 
968
- #: library/plugin-settings.php:1335
969
  msgid "Go Pro!"
970
  msgstr "প্রো যান!"
971
 
972
- #: library/plugin-settings.php:1342
973
  msgid "Auto-Display Content"
974
  msgstr "অটো-প্রদর্শন সামগ্রী"
975
 
976
- #: library/plugin-settings.php:1347
977
  msgid "Images Auto-Display"
978
  msgstr "ছবি অটো-প্রদর্শন"
979
 
980
- #: library/plugin-settings.php:1349
981
  msgid "Auto-display user-submitted images:"
982
  msgstr "অটো-প্রদর্শন ব্যবহারকারী জমা ইমেজ:"
983
 
984
- #: library/plugin-settings.php:1354
985
  msgid "Image Markup"
986
  msgstr "চিত্র মার্কআপ"
987
 
988
- #: library/plugin-settings.php:1356
989
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
990
  msgstr "প্রতিটি জমা দেওয়া চিত্রের জন্য ব্যবহার করার জন্য মার্কআপ (যখন স্বয়ংক্রিয়-প্রদর্শন সক্ষম করা থাকে)। ব্যবহার করতে পারেন"
991
 
992
- #: library/plugin-settings.php:1358 library/plugin-settings.php:1371
993
- #: library/plugin-settings.php:1384 library/plugin-settings.php:1397
994
  msgid "and"
995
  msgstr "এবং"
996
 
997
- #: library/plugin-settings.php:1361
998
  msgid "Email Auto-Display"
999
  msgstr "ইমেইল অটো ডিসপ্লে"
1000
 
1001
- #: library/plugin-settings.php:1363
1002
  msgid "Auto-display user-submitted email:"
1003
  msgstr "অটো-প্রদর্শন ব্যবহারকারী জমা ইমেইল:"
1004
 
1005
- #: library/plugin-settings.php:1368
1006
  msgid "Email Markup"
1007
  msgstr "ইমেল মার্কআপ"
1008
 
1009
- #: library/plugin-settings.php:1370
1010
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1011
  msgstr "জমা দেওয়া ইমেল ঠিকানার জন্য ব্যবহার করার জন্য মার্কআপ (যখন স্বয়ংক্রিয়-প্রদর্শন সক্ষম আছে)। ব্যবহার করতে পারেন"
1012
 
1013
- #: library/plugin-settings.php:1374
1014
  msgid "URL Auto-Display"
1015
  msgstr "URL অটো-ডিসপ্লে"
1016
 
1017
- #: library/plugin-settings.php:1376
1018
  msgid "Auto-display user-submitted URL:"
1019
  msgstr "অটো-প্রদর্শন ব্যবহারকারী জমা দেওয়া URL:"
1020
 
1021
- #: library/plugin-settings.php:1381
1022
  msgid "URL Markup"
1023
  msgstr "URL মার্কআপ"
1024
 
1025
- #: library/plugin-settings.php:1383
1026
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1027
- msgstr "জমা দেওয়া URL- এর জন্য ব্যবহার করার জন্য মার্কআপ (যখন স্বয়ংক্রিয়-প্রদর্শন সক্ষম করা থাকে)। ব্যবহার করতে পারেন"
1028
 
1029
- #: library/plugin-settings.php:1387
1030
  msgid "Custom Field Auto-Display"
1031
  msgstr "কাস্টম ক্ষেত্র অটো ডিসপ্লে"
1032
 
1033
- #: library/plugin-settings.php:1389
1034
  msgid "Auto-display user-submitted Custom Field:"
1035
  msgstr "অটো-প্রদর্শন ব্যবহারকারী জমা কাস্টম ক্ষেত্র:"
1036
 
1037
- #: library/plugin-settings.php:1394
1038
  msgid "Custom Field Markup"
1039
  msgstr "কাস্টম ক্ষেত্র মার্কআপ"
1040
 
1041
- #: library/plugin-settings.php:1396
1042
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1043
  msgstr "জমা কাস্টম ক্ষেত্রের জন্য ব্যবহার করার জন্য মার্কআপ (যখন স্বয়ংক্রিয়-প্রদর্শন সক্ষম করা থাকে) ব্যবহার করতে পারেন"
1044
 
1045
- #: library/plugin-settings.php:1402 library/plugin-settings.php:1468
1046
  msgid "Save Settings"
1047
  msgstr "সেটিংস সংরক্ষণ করুন"
1048
 
1049
- #: library/plugin-settings.php:1407
1050
  msgid "Display the Form"
1051
  msgstr "ফর্মটি প্রদর্শন করুন"
1052
 
1053
- #: library/plugin-settings.php:1410
1054
  msgid "Post-Submit Form"
1055
  msgstr "পোস্ট জমা ফর্ম"
1056
 
1057
- #: library/plugin-settings.php:1411
1058
  msgid "USP enables you to display a post-submission form anywhere on your site."
1059
  msgstr "ইউএসপি আপনাকে আপনার সাইটে যেকোন কোথাও একটি পোস্ট-জমা ফর্ম প্রদর্শন করতে সক্ষম করে।"
1060
 
1061
- #: library/plugin-settings.php:1412 library/plugin-settings.php:1419
1062
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1063
  msgstr "কোন WP পোস্ট বা পৃষ্ঠাতে ফর্ম প্রদর্শন করার জন্য শর্টকাট ব্যবহার করুন:"
1064
 
1065
- #: library/plugin-settings.php:1414 library/plugin-settings.php:1421
1066
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1067
  msgstr "অথবা, আপনার থিম টেমপ্লেটে কোথাও ফর্ম প্রদর্শন করতে টেমপ্লেট ট্যাগ ব্যবহার করুন:"
1068
 
1069
- #: library/plugin-settings.php:1417
1070
  msgid "Login/Register Form"
1071
  msgstr "লগইন / রেজিস্টার ফরম"
1072
 
1073
- #: library/plugin-settings.php:1418
1074
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1075
  msgstr "আপনি এমন একটি ফর্ম প্রদর্শন করতে পারেন যা ব্যবহারকারীদের লগ ইন, নিবন্ধন বা তাদের পাসওয়ার্ড পুনরায় সেট করতে সক্ষম করে।"
1076
 
1077
- #: library/plugin-settings.php:1424
1078
  msgid "Display Submitted Posts"
1079
  msgstr "জমা পোস্ট প্রদর্শন"
1080
 
1081
- #: library/plugin-settings.php:1425
1082
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1083
  msgstr "যেকোন WP পোস্ট বা পৃষ্ঠাতে জমা দেওয়া পোস্টগুলির তালিকা প্রদর্শন করতে এই শর্টকড ব্যবহার করুন:"
1084
 
1085
- #: library/plugin-settings.php:1427
1086
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1087
  msgstr "অথবা, আপনার থিম টেমপ্লেটে কোথাও জমা দেওয়া পোস্টগুলির একটি তালিকা প্রদর্শন করতে টেমপ্লেট ট্যাগ ব্যবহার করুন:"
1088
 
1089
- #: library/plugin-settings.php:1429
1090
  msgid "Here are some examples showing how to configure this shortcode:"
1091
  msgstr "এই শর্টকে কিভাবে কনফিগার করা যায় তা দেখানোর কিছু উদাহরণ এখানে রয়েছে:"
1092
 
1093
- #: library/plugin-settings.php:1436
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1094
  msgid "Access Control"
1095
  msgstr "প্রবেশাধিকার নিয়ন্ত্রণ"
1096
 
1097
- #: library/plugin-settings.php:1437
1098
  msgid "USP provides three shortcodes to control access and restrict content."
1099
  msgstr "এসএসপি এক্সেস অ্যাক্সেস নিয়ন্ত্রণ এবং কন্টেন্ট সীমা তিনটি শর্টকাট প্রদান করে।"
1100
 
1101
- #: library/plugin-settings.php:1438
1102
  msgid "Display content only to users with a specific capability:"
1103
  msgstr "শুধুমাত্র একটি নির্দিষ্ট ক্ষমতা ব্যবহারকারীদের জন্য সামগ্রী প্রদর্শন করুন:"
1104
 
1105
- #: library/plugin-settings.php:1440
1106
  msgid "Display content to logged-in users:"
1107
  msgstr "লগ-ইন ব্যবহারকারীদের জন্য সামগ্রী প্রদর্শন করুন:"
1108
 
1109
- #: library/plugin-settings.php:1442
1110
  msgid "Display content to visitors only:"
1111
  msgstr "শুধুমাত্র দর্শকদের সামগ্রী প্রদর্শন করুন:"
1112
 
1113
- #: library/plugin-settings.php:1444
1114
  msgid "Tip:"
1115
  msgstr "টিপ:"
1116
 
1117
- #: library/plugin-settings.php:1444
1118
  msgid "to include markup in the deny message, you can use"
1119
  msgstr "অস্বীকার বার্তা মধ্যে মার্কআপ অন্তর্ভুক্ত, আপনি ব্যবহার করতে পারেন"
1120
 
1121
- #: library/plugin-settings.php:1444
1122
  msgid "to output"
1123
  msgstr "আউটপুট থেকে"
1124
 
1125
- #: library/plugin-settings.php:1446
1126
  msgid "Example"
1127
  msgstr "উদাহরণ"
1128
 
1129
- #: library/plugin-settings.php:1447
1130
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1131
  msgstr "যদি ব্যবহারকারী লগ ইন হয়, পোস্ট জমা ফর্ম প্রদর্শন; অথবা যদি ব্যবহারকারী লগ ইন না হয়, লগইন ফর্ম প্রদর্শন করুন:"
1132
 
1133
- #: library/plugin-settings.php:1459
1134
  msgid "Restore Defaults"
1135
  msgstr "পূর্বনির্ধারন পুনরুধার"
1136
 
1137
- #: library/plugin-settings.php:1462
1138
  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."
1139
  msgstr "আপনার সেটিংস মনে রাখতে এই অপশনটি অক্ষম রাখুন। বা, এগিয়ে যান এবং ডিফল্ট প্লাগইন বিকল্পগুলি পুনঃস্থাপন করুন: বাক্সটি চেক করুন, আপনার সেটিংস সংরক্ষণ করুন, এবং তারপর প্লাগইন অক্ষম / পুনরায় সক্রিয় করুন।"
1140
 
1141
- #: library/plugin-settings.php:1466
1142
  msgid "Restore default options upon plugin deactivation/reactivation."
1143
  msgstr "প্লাগইন নিষ্ক্রিয়তা / পুনরায় সক্রিয়করণের সময় ডিফল্ট বিকল্প পুনরুদ্ধার করুন।"
1144
 
1145
- #: library/plugin-settings.php:1473
1146
  msgid "Show Support"
1147
  msgstr "সহায়তা দেখান"
1148
 
1149
- #: library/plugin-settings.php:1482
1150
  msgid "by"
1151
  msgstr "দ্বারা"
1152
 
1153
- #: library/plugin-settings.php:1483
1154
  msgid "Jeff Starr on Twitter"
1155
  msgstr "টুইটারে জেফ স্টার"
1156
 
1157
- #: library/plugin-settings.php:1484
1158
  msgid "Obsessive Web Design & Development"
1159
  msgstr "অবাস্তব ওয়েব ডিজাইন & amp; উন্নয়ন"
1160
 
1161
- #: library/plugin-settings.php:1495
1162
  msgid "Save Preference"
1163
  msgstr "পছন্দ সংরক্ষণ করুন"
1164
 
1165
- #: library/plugin-settings.php:1502
1166
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1167
  msgstr "আপনি কি সব ডিফল্ট বিকল্প পুনরুদ্ধার করতে চান? (এই ক্রিয়াটি পূর্বাবস্থায় ফেরানো যাবে না)"
1168
 
1169
- #: library/template-tags.php:214
1170
- msgid "View full post"
1171
- msgstr "সম্পূর্ণ পোস্ট দেখুন"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1172
 
1173
  #. Description of the plugin
1174
  #:
4
  "Content-Type: text/plain; charset=UTF-8\n"
5
  "Content-Transfer-Encoding: 8bit\n"
6
  "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20180316\n"
8
  "Language: bn\n"
9
 
10
  #. Name of the plugin
11
+ #: user-submitted-posts.php:44 library/support-panel.php:5
12
  msgid "User Submitted Posts"
13
  msgstr "ব্যবহারকারী জমা পোস্ট"
14
 
15
+ #: user-submitted-posts.php:81
16
  msgid "requires WordPress "
17
  msgstr "ওয়ার্ডপ্রেস প্রয়োজন"
18
 
19
+ #: user-submitted-posts.php:82
20
  msgid " or higher, and has been deactivated! "
21
  msgstr " বা উচ্চতর, এবং নিষ্ক্রিয় করা হয়েছে!"
22
 
23
+ #: user-submitted-posts.php:83
24
  msgid "Please return to the"
25
  msgstr "দয়া করে ফিরে যান"
26
 
27
+ #: user-submitted-posts.php:84
28
  msgid "WordPress Admin Area"
29
  msgstr "ওয়ার্ডপ্রেস অ্যাডমিন এলাকা"
30
 
31
+ #: user-submitted-posts.php:85
32
  msgid "to upgrade WordPress and try again."
33
  msgstr "ওয়ার্ডপ্রেস আপগ্রেড করুন এবং আবার চেষ্টা করুন"
34
 
35
+ #: user-submitted-posts.php:125
36
  msgid "User Submitted Post"
37
  msgstr "ব্যবহারকারী জমা পোস্ট"
38
 
39
+ #: user-submitted-posts.php:419
40
  msgid "User Submitted Post Info"
41
  msgstr "ব্যবহারকারী জমা পোস্ট তথ্য"
42
 
43
+ #: user-submitted-posts.php:449
44
  msgid "Submitter Name: "
45
  msgstr "সাবমিটার নাম:"
46
 
47
+ #: user-submitted-posts.php:450
48
  msgid "Submitter Email: "
49
  msgstr "সাবমিটার ইমেল:"
50
 
51
+ #: user-submitted-posts.php:451
52
  msgid "Submitter URL: "
53
  msgstr "সাবমিটার URL:"
54
 
55
+ #: user-submitted-posts.php:452
56
  msgid "Submitter IP: "
57
  msgstr "সাবমিটার আইপি:"
58
 
59
+ #: user-submitted-posts.php:503
60
  msgid "Show USP Posts"
61
  msgstr "ইউএসপি পোস্ট দেখান"
62
 
63
+ #: user-submitted-posts.php:504 library/plugin-settings.php:979
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
+ #: user-submitted-posts.php:1272
68
  msgid " files required"
69
  msgstr " ফাইল প্রয়োজন"
70
 
71
+ #: user-submitted-posts.php:1273
72
  msgid " file required"
73
  msgstr " ফাইল প্রয়োজন"
74
 
75
+ #: user-submitted-posts.php:1275
76
  msgid " files"
77
+ msgstr " নথি পত্র"
78
 
79
+ #: user-submitted-posts.php:1276
80
  msgid " file"
81
  msgstr " ফাইল"
82
 
83
+ #: user-submitted-posts.php:1278 user-submitted-posts.php:1279
84
+ #: user-submitted-posts.php:1280 user-submitted-posts.php:1281
85
  msgid " pixels"
86
  msgstr " পিক্সেল"
87
 
88
+ #: user-submitted-posts.php:1283 library/core-functions.php:215
89
+ #: library/plugin-settings.php:284 library/plugin-settings.php:303
90
+ #: library/plugin-settings.php:701 library/plugin-settings.php:1195
91
  msgid "Custom Field"
92
  msgstr "কাস্টম ক্ষেত্র"
93
 
94
+ #: user-submitted-posts.php:1286
95
  msgid "An error occurred. Please go back and try again."
96
+ msgstr "একটি ত্রুটি ঘটেছে. ফিরে যান এবং আবার চেষ্টা করুন।"
97
 
98
+ #: user-submitted-posts.php:1296
99
  msgid "User login required"
100
  msgstr "ব্যবহারকারী লগইন প্রয়োজনীয়"
101
 
102
+ #: user-submitted-posts.php:1297
103
  msgid "User name required"
104
+ msgstr "ব্যবহারকারীর নাম (বাধ্যতামূলক"
105
 
106
+ #: user-submitted-posts.php:1298
107
  msgid "Post title required"
108
  msgstr "পোস্ট শিরোনাম প্রয়োজন"
109
 
110
+ #: user-submitted-posts.php:1299
111
  msgid "User URL required"
112
  msgstr "ব্যবহারকারীর URL এর প্রয়োজন"
113
 
114
+ #: user-submitted-posts.php:1300
115
  msgid "Post tags required"
116
  msgstr "পোস্ট ট্যাগ প্রয়োজন"
117
 
118
+ #: user-submitted-posts.php:1301
119
  msgid "Post category required"
120
  msgstr "পোস্ট বিষয়শ্রেণীতে প্রয়োজন"
121
 
122
+ #: user-submitted-posts.php:1302
123
  msgid "Post content required"
124
  msgstr "পোস্ট কন্টেন্ট প্রয়োজন"
125
 
126
+ #: user-submitted-posts.php:1303 user-submitted-posts.php:1304
127
  msgid "Correct captcha required"
128
  msgstr "সঠিক ক্যাপচা প্রয়োজন"
129
 
130
+ #: user-submitted-posts.php:1305
131
  msgid "User email required"
132
  msgstr "ব্যবহারকারী ইমেল প্রয়োজন"
133
 
134
+ #: user-submitted-posts.php:1306
135
  msgid "Please check your email and try again"
136
  msgstr "দয়া করে আপনার ইমেল চেক করুন এবং আবার চেষ্টা করুন"
137
 
138
+ #: user-submitted-posts.php:1307
139
  msgid "Non-empty value for hidden field"
140
  msgstr "লুকানো ক্ষেত্রের জন্য অ খালি মান"
141
 
142
+ #: user-submitted-posts.php:1308
143
  msgid "Minimum number of images not met"
144
  msgstr "ইমেজ সর্বনিম্ন সংখ্যা পূরণ না"
145
 
146
+ #: user-submitted-posts.php:1309
147
  msgid "Maximum number of images exceeded "
148
  msgstr "চিত্রগুলির সর্বাধিক সংখ্যা ছাড়িয়ে গেছে"
149
 
150
+ #: user-submitted-posts.php:1310
151
  msgid "Minimum image width not met"
152
  msgstr "ন্যূনতম চিত্র প্রস্থ দেখা যায় না"
153
 
154
+ #: user-submitted-posts.php:1311
155
  msgid "Image width exceeds maximum"
156
  msgstr "চিত্রের প্রস্থ সর্বোচ্চ ছাড়িয়ে গেছে"
157
 
158
+ #: user-submitted-posts.php:1312
159
  msgid "Minimum image height not met"
160
  msgstr "নূন্যতম ছবির উচ্চতা পূরণ করা হয়নি"
161
 
162
+ #: user-submitted-posts.php:1313
163
  msgid "Image height exceeds maximum"
164
  msgstr "চিত্র উচ্চতা সর্বাধিক অতিক্রম করেছে"
165
 
166
+ #: user-submitted-posts.php:1314
167
  msgid "File type not allowed (please upload images only)"
168
  msgstr "ফাইলের ধরন অনুমোদিত নয় (দয়া করে শুধুমাত্র ছবিগুলি আপলোড করুন)"
169
 
170
+ #: user-submitted-posts.php:1315
171
  msgid " required"
172
  msgstr " প্রয়োজনীয়"
173
 
174
+ #: user-submitted-posts.php:1319
175
  msgid "File not uploaded. Please check the file and try again."
176
  msgstr "ফাইল আপলোড করা হয়নি ফাইলটি পরীক্ষা করুন এবং আবার চেষ্টা করুন।"
177
 
178
+ #: user-submitted-posts.php:1323
179
  msgid "The file(s) could not be uploaded"
180
  msgstr "ফাইল (গুলি) আপলোড করা যায়নি"
181
 
182
+ #: user-submitted-posts.php:1325
183
  msgid "Post not created. Please contact the site administrator for help."
184
  msgstr "পোস্ট তৈরি করা হয়নি। সাহায্য করার জন্য সাইট প্রশাসকের সাথে যোগাযোগ করুন।"
185
 
186
+ #: user-submitted-posts.php:1326
187
  msgid "Duplicate post title. Please try again."
188
  msgstr "ডুপ্লিকেট পোস্টের শিরোনাম অনুগ্রহপূর্বক আবার চেষ্টা করুন."
189
 
190
+ #: user-submitted-posts.php:1336
191
  msgid "Error: "
192
  msgstr "ত্রুটি:"
193
 
194
+ #: user-submitted-posts.php:1362
195
  msgid "Return to form"
196
  msgstr "ফর্ম ফেরত"
197
 
198
+ #: user-submitted-posts.php:1392 library/plugin-settings.php:955
199
  msgid "Please"
200
  msgstr "অনুগ্রহ"
201
 
202
+ #: user-submitted-posts.php:1393
203
  msgid "log in"
204
  msgstr "লগ ইন"
205
 
206
+ #: user-submitted-posts.php:1394
207
  msgid "to submit content!"
208
  msgstr "কন্টেন্ট জমা দিতে!"
209
 
228
 
229
  #: views/submission-form.php:74 views/submission-form.php:75
230
  #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
+ #: library/plugin-settings.php:1016
232
  msgid "Post Title"
233
  msgstr "পোস্ট শিরোনাম"
234
 
235
  #: views/submission-form.php:80 views/submission-form.php:81
236
  #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
+ #: library/plugin-settings.php:1017
238
  msgid "Post Tags"
239
  msgstr "পোস্ট ট্যাগগুলি"
240
 
243
  msgstr "এন্টিস্পাম প্রশ্ন"
244
 
245
  #: views/submission-form.php:98 views/submission-form-alt.php:103
246
+ #: library/plugin-settings.php:1018
247
  msgid "Post Category"
248
  msgstr "পোস্ট বিভাগ"
249
 
253
 
254
  #: views/submission-form.php:135 views/submission-form.php:136
255
  #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
+ #: library/plugin-settings.php:1019
257
  msgid "Post Content"
258
  msgstr "পোস্ট সামগ্রী"
259
 
277
  msgid "Submit Post"
278
  msgstr "পোস্ট জমা দিন"
279
 
280
+ #: library/shortcode-misc.php:18
281
+ msgid "Reset form"
282
+ msgstr "ফর্ম পুনরায় সেট করুন"
283
+
284
+ #: library/shortcode-misc.php:128
285
+ msgid "View full post"
286
+ msgstr "সম্পূর্ণ পোস্ট দেখুন"
287
+
288
  #: library/plugin-settings.php:32
289
  msgid "Get USP Pro for unlimited forms!"
290
  msgstr "সীমাহীন ফর্ম জন্য ইউএসপি প্রো পান!"
388
  msgstr "বিকল্প কনফিগার করা)"
389
 
390
  #: library/plugin-settings.php:318 library/plugin-settings.php:335
391
+ #: library/plugin-settings.php:1213 library/plugin-settings.php:1218
392
  msgid "Challenge Question"
393
  msgstr "চ্যালেঞ্জ প্রশ্ন"
394
 
395
  #: library/plugin-settings.php:350 library/plugin-settings.php:367
396
+ #: library/plugin-settings.php:1235
397
  msgid "Google reCAPTCHA"
398
  msgstr "Google reCAPTCHA"
399
 
409
  msgid "Disable"
410
  msgstr "অক্ষম"
411
 
412
+ #: library/plugin-settings.php:399 library/plugin-settings.php:1296
413
  msgid "Image Uploads"
414
  msgstr "ছবি আপলোড"
415
 
437
  msgid " approved posts"
438
  msgstr " অনুমোদিত পোস্ট"
439
 
440
+ #: library/plugin-settings.php:645
441
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
442
  msgstr "সেখানে একটা ভুল ছিল. দয়া করে নিশ্চিত করুন যে আপনি একটি শিরোনাম, কিছু সামগ্রী যুক্ত করেছেন, এবং আপনি শুধুমাত্র চিত্র আপলোড করেছেন"
443
 
444
+ #: library/plugin-settings.php:659
445
  msgid "Please select your image(s) to upload."
446
  msgstr "আপলোড করার জন্য আপনার ছবি (গুলি) নির্বাচন করুন।"
447
 
448
+ #: library/plugin-settings.php:665
449
  msgid "Success! Thank you for your submission."
450
  msgstr "সফল! আপনার জমা দেওয়ার জন্য আপনাকে ধন্যবাদ."
451
 
452
+ #: library/plugin-settings.php:691
453
  msgid "Email"
454
  msgstr "ইমেইল"
455
 
456
+ #: library/plugin-settings.php:692
457
  msgid "URL"
458
  msgstr "URL টি"
459
 
460
+ #: library/plugin-settings.php:942
 
 
 
 
461
  msgid "Toggle all panels"
462
  msgstr "সমস্ত প্যানেলগুলি টগল করুন"
463
 
464
+ #: library/plugin-settings.php:951
465
  msgid "We need your support!"
466
  msgstr "আমাদের আপনার সমর্থন প্রয়োজন!"
467
 
468
+ #: library/plugin-settings.php:955
469
  msgid "Make a donation via PayPal"
470
  msgstr "পেপ্যালের মাধ্যমে একটি দান করুন"
471
 
472
+ #: library/plugin-settings.php:955
473
  msgid "make a donation"
474
  msgstr "উচ্চ স্বরে পড়া"
475
 
476
+ #: library/plugin-settings.php:955
477
  msgid "and/or"
478
  msgstr "এবং / অথবা"
479
 
480
+ #: library/plugin-settings.php:956
481
  msgid "Rate and review at the Plugin Directory"
482
  msgstr "প্লাগইন ডিরেক্টরি এ রেট এবং পর্যালোচনা"
483
 
484
+ #: library/plugin-settings.php:957
485
  msgid "give this plugin a 5-star rating"
486
  msgstr "এই প্লাগইন একটি 5 তারকা রেটিং প্রদান"
487
 
488
+ #: library/plugin-settings.php:961
489
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
490
  msgstr "আপনার উদার সমর্থন এই মুক্ত প্লাগইন এর ক্রমাগত উন্নয়ন সমর্থন করে। ধন্যবাদ!"
491
 
492
+ #: library/plugin-settings.php:966
493
  msgid "Check this box if you have shown support"
494
  msgstr "আপনি যদি সমর্থন দেখিয়েছেন তাহলে এই বাক্সটি চেক করুন"
495
 
496
+ #: library/plugin-settings.php:975
497
  msgid "Overview"
498
  msgstr "সংক্ষিপ্ত বিবরণ"
499
 
500
+ #: library/plugin-settings.php:979
501
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
502
  msgstr "আপনার দর্শক পোস্ট পোস্ট জমা এবং আপনার সাইটের সামনে প্রান্ত থেকে ইমেজ আপলোড করতে সক্ষম।"
503
 
504
+ #: library/plugin-settings.php:980
505
  msgid "For advanced functionality and unlimited forms, check out"
506
  msgstr "উন্নত কার্যকারিতা এবং সীমাহীন ফর্ম জন্য, চেক আউট"
507
 
508
+ #: library/plugin-settings.php:980 library/plugin-settings.php:1354
509
  msgid "USP Pro"
510
  msgstr "ইউএসপি প্রো"
511
 
512
+ #: library/plugin-settings.php:981
513
  msgid "— the ultimate solution for user-generated content."
514
  msgstr "& Mdash; i ব্যবহারকারী-উত্পন্ন সামগ্রীর জন্য চূড়ান্ত সমাধান"
515
 
516
+ #: library/plugin-settings.php:985 library/plugin-settings.php:1002
517
  msgid "Plugin Settings"
518
  msgstr "প্লাগইন সেটিংস"
519
 
520
+ #: library/plugin-settings.php:986
521
  msgid "Display the form"
522
  msgstr "ফর্মটি প্রদর্শন করুন"
523
 
524
+ #: library/plugin-settings.php:987 library/plugin-settings.php:1511
525
  msgid "Plugin Homepage"
526
  msgstr "প্লাগইন হোমপেজ"
527
 
528
+ #: library/plugin-settings.php:990
529
  msgid "If you like this plugin, please"
530
  msgstr "আপনি যদি এই প্লাগইন পছন্দ করেন, তাহলে দয়া করে"
531
 
532
+ #: library/plugin-settings.php:991
533
  msgid "THANK YOU for your support!"
534
  msgstr "আপনার সমর্থনের জন্য ধন্যবাদ!"
535
 
536
+ #: library/plugin-settings.php:991
537
  msgid "give it a 5-star rating"
538
  msgstr "এটি একটি 5 তারকা রেটিং দিতে"
539
 
540
+ #: library/plugin-settings.php:995
541
  msgid "Unlimited front-end forms"
542
  msgstr "আনলিমিটেড ফ্রন্ট-এন্ড ফর্মগুলি"
543
 
544
+ #: library/plugin-settings.php:995
545
  msgid "Get USP Pro"
546
  msgstr "ইউএসপি প্রো পান"
547
 
548
+ #: library/plugin-settings.php:1005
549
  msgid "Configure your settings for User Submitted Posts."
550
  msgstr "ব্যবহারকারী জমা পোস্টগুলির জন্য আপনার সেটিংস কনফিগার করুন।"
551
 
552
+ #: library/plugin-settings.php:1007
553
  msgid "Form Fields"
554
  msgstr "ফর্ম ক্ষেত্র"
555
 
556
+ #: library/plugin-settings.php:1013
557
  msgid "User Name"
558
  msgstr "ব্যবহারকারীর নাম"
559
 
560
+ #: library/plugin-settings.php:1014
561
  msgid "User Email"
562
  msgstr "ব্যবহারকারী ইমেল"
563
 
564
+ #: library/plugin-settings.php:1015
565
  msgid "User URL"
566
  msgstr "ব্যবহারকারীর URL"
567
 
568
+ #: library/plugin-settings.php:1030
569
  msgid "General Settings"
570
  msgstr "সাধারণ সেটিংস"
571
 
572
+ #: library/plugin-settings.php:1032
573
+ msgid "Note that the default settings work fine for most cases."
574
+ msgstr "লক্ষ্য করুন যে ডিফল্ট সেটিংস অধিকাংশ ক্ষেত্রে জরিমানা কাজ করে।"
575
+
576
+ #: library/plugin-settings.php:1037
577
  msgid "Form Style"
578
  msgstr "ফর্ম স্টাইল"
579
 
580
+ #: library/plugin-settings.php:1042
581
  msgid "With this option, you can copy the plugin’s default templates:"
582
  msgstr "এই বিকল্পের সাথে, আপনি প্লাগইন & rsquo; ডিফল্ট টেমপ্লেটগুলি অনুলিপি করতে পারেন:"
583
 
584
+ #: library/plugin-settings.php:1047
585
  msgid "..and upload them into a directory named"
586
  msgstr ".. এবং তাদের নামের একটি ডিরেক্টরির মধ্যে আপলোড"
587
 
588
+ #: library/plugin-settings.php:1047
589
  msgid "in your theme:"
590
  msgstr "আপনার থিম মধ্যে:"
591
 
592
+ #: library/plugin-settings.php:1053
593
  msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
594
  msgstr "এটি আপনাকে পছন্দসই হিসাবে ফর্ম এবং শৈলী কাস্টমাইজ করতে সক্ষম হবে আরও তথ্যের জন্য, \"কাস্টম জমা ফরমে\" বিভাগটি দেখুন"
595
 
596
+ #: library/plugin-settings.php:1054
597
  msgid "Installation Docs"
598
  msgstr "ইনস্টলেশনের ডক্স"
599
 
600
+ #: library/plugin-settings.php:1055
601
  msgid "FYI: here is a"
602
  msgstr "FYI: এখানে একটি হয়"
603
 
604
+ #: library/plugin-settings.php:1055
605
  msgid "list of USP CSS selectors"
606
  msgstr "ইউএসপি সিএসএস নির্বাচকদের তালিকা"
607
 
608
+ #: library/plugin-settings.php:1061
609
  msgid "Include JavaScript"
610
  msgstr "জাভাস্ক্রিপ্ট অন্তর্ভুক্ত করুন"
611
 
612
+ #: library/plugin-settings.php:1063
613
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
614
  msgstr "আপনি যদি বাইরের জাভাস্ক্রিপ্ট ফাইলগুলি অন্তর্ভুক্ত করতে চান তবে এই বাক্সটি চেক করুন (প্রস্তাবিত)।"
615
 
616
+ #: library/plugin-settings.php:1066
617
  msgid "Targeted Loading"
618
  msgstr "লক্ষ্যবস্তু লোড হচ্ছে"
619
 
620
+ #: library/plugin-settings.php:1068
621
  msgid "By default, external CSS & JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
622
  msgstr "ডিফল্টরূপে, বাহ্যিক CSS & amp; জাভাস্ক্রিপ্ট ফাইলগুলি প্রতি পৃষ্ঠায় লোড করা হয়। এখানে আপনি ইউএসপি ফরম ইউআরএল ফর্ম নির্দিষ্ট করতে পারেন শুধুমাত্র যে পৃষ্ঠাতে সম্পদ লোড। দ্রষ্টব্য: সমস্ত পৃষ্ঠাগুলি লোড করতে ফাঁকা রাখুন।"
623
 
624
+ #: library/plugin-settings.php:1071
625
  msgid "Post Type"
626
  msgstr "পোস্ট প্রকার"
627
 
628
+ #: library/plugin-settings.php:1074
629
  msgid "Submit posts as WP Posts or Pages"
630
  msgstr "WP পোস্ট বা পেজ হিসাবে জমা দিন"
631
 
632
+ #: library/plugin-settings.php:1078
633
  msgid "Post Status"
634
  msgstr "পোস্ট স্থিতি"
635
 
636
+ #: library/plugin-settings.php:1081
637
  msgid "Post Status for submitted posts"
638
  msgstr "জমা পোস্টের জন্য পোস্ট স্থিতি"
639
 
640
+ #: library/plugin-settings.php:1085
641
  msgid "Redirect URL"
642
  msgstr "URL পুনঃনির্দেশ করুন"
643
 
644
+ #: library/plugin-settings.php:1087
645
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
646
  msgstr "পোস্ট-জমা দেওয়ার পরে ব্যবহারকারীকে পুনর্চালনা করার জন্য একটি URL নির্দিষ্ট করুন। বর্তমান পৃষ্ঠায় ফেরত পাঠাতে ফাঁকা ছেড়ে দিন।"
647
 
648
+ #: library/plugin-settings.php:1090
649
  msgid "Success Message"
650
  msgstr "সফল বার্তা"
651
 
652
+ #: library/plugin-settings.php:1092
653
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
654
  msgstr "পোস্ট-জমা সফল হলে সফল বার্তাটি প্রদর্শিত হয় বেসিক মার্কআপ অনুমোদিত।"
655
 
656
+ #: library/plugin-settings.php:1095
657
  msgid "Error Message"
658
  msgstr "ভুল বার্তা"
659
 
660
+ #: library/plugin-settings.php:1097
661
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
662
  msgstr "পোস্ট-সম্মতি ব্যর্থ হলে সাধারণ ত্রুটি বার্তা প্রদর্শিত হয়। বেসিক মার্কআপ অনুমোদিত।"
663
 
664
+ #: library/plugin-settings.php:1100
665
  msgid "Custom Content"
666
+ msgstr "কাস্টম কন্টেন্ট"
667
 
668
+ #: library/plugin-settings.php:1102
669
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
670
  msgstr "জমা ফর্ম আগে অন্তর্ভুক্ত করা কাস্টম টেক্সট / মার্কআপ। অক্ষম করতে ফাঁকা ছেড়ে যান।"
671
 
672
+ #: library/plugin-settings.php:1105
673
  msgid "Rich Text Editor"
674
+ msgstr "উন্নত টেক্সট এডিটর"
675
 
676
+ #: library/plugin-settings.php:1107
677
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
678
  msgstr "যদি আপনি জমা দেওয়া পোস্টগুলির জন্য WP সমৃদ্ধ পাঠ্য সম্পাদনা সক্ষম করতে চান তবে এই বাক্সটি চেক করুন"
679
 
680
+ #: library/plugin-settings.php:1110
681
  msgid "Unique Titles"
682
  msgstr "অনন্য শিরোনাম"
683
 
684
+ #: library/plugin-settings.php:1112
685
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
686
  msgstr "পোস্ট শিরোনাম অনন্য হতে হবে (একাধিক / জমা জমা পোস্ট আটকানোর জন্য দরকারী)"
687
 
688
+ #: library/plugin-settings.php:1115
689
  msgid "Disable Required"
690
  msgstr "প্রয়োজনীয় অক্ষম"
691
 
692
+ #: library/plugin-settings.php:1117
693
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
694
  msgstr "ডিফল্ট ফর্ম ক্ষেত্রগুলিতে প্রয়োজনীয় সমস্ত বৈশিষ্ট্যাবলী অক্ষম করুন (ত্রুটির বার্তাগুলি সমস্যা সমাধানের জন্য উপযোগী)।"
695
 
696
+ #: library/plugin-settings.php:1120
697
  msgid "Disable IP Tracking"
698
  msgstr "আইপি ট্র্যাকিং অক্ষম করুন"
699
 
700
+ #: library/plugin-settings.php:1122
701
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
702
  msgstr "ডিফল্টরূপে USP প্রতিটি জমা পোস্টের সাথে IP ঠিকানা রেকর্ড করে। সব আইপি ট্র্যাকিং নিষ্ক্রিয় করতে এই বাক্সটি চেক করুন।"
703
 
704
+ #: library/plugin-settings.php:1125
705
  msgid "Enable Shortcodes"
706
  msgstr "শর্টকাডগুলি সক্ষম করুন"
707
 
708
+ #: library/plugin-settings.php:1127
709
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
710
  msgstr "উইজেটগুলিতে শর্টকাটগুলি সক্ষম করুন ডিফল্টরূপে, ওয়ার্ডপ্রেস উইজেটে শর্টকাটগুলি সক্ষম করে না।"
711
 
712
+ #: library/plugin-settings.php:1128
713
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
714
  msgstr "এই সেটিংটি কোনও উইজেটে / সমস্ত শর্টকাটগুলি সক্ষম করে (এমনকি অন্যান্য প্লাগইনগুলি থেকেও শর্টকাটগুলি)।"
715
 
716
+ #: library/plugin-settings.php:1133 library/plugin-settings.php:1138
717
  msgid "Categories"
718
  msgstr "ধরন"
719
 
720
+ #: library/plugin-settings.php:1141
721
  msgid "Select which categories may be assigned to submitted posts (click to toggle)"
722
  msgstr "জমা দেওয়া পোস্টগুলির জন্য বিভাগগুলি নির্ধারণ করা যেতে পারে তা নির্বাচন করুন (টগল করার জন্য ক্লিক করুন)"
723
 
724
+ #: library/plugin-settings.php:1149
725
  msgid "Hidden/Default Category"
726
  msgstr "লুকানো / ডিফল্ট শ্রেণী"
727
 
728
+ #: library/plugin-settings.php:1151
729
  msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
730
  msgstr "পোস্ট বিভাগের জন্য একটি লুকানো ক্ষেত্র ব্যবহার করুন বিভাগ ক্ষেত্র নিষ্ক্রিয় যখন এটি একটি ডিফল্ট বিভাগ উল্লেখ করার জন্য ব্যবহার করা যেতে পারে।"
731
 
732
+ #: library/plugin-settings.php:1154
733
  msgid "Category ID for Hidden Field"
734
  msgstr "লুকানো ক্ষেত্রের জন্য বিভাগ আইডি"
735
 
736
+ #: library/plugin-settings.php:1156
737
  msgid "Specify the ID of the category to use for the “Hidden/Default Category” option."
738
  msgstr "& Ldquo; লুকানো / ডিফল্ট শ্রেণী & rdquo; এর জন্য ব্যবহারের জন্য বিভাগের আইডি নির্দিষ্ট করুন। বিকল্প।"
739
 
740
+ #: library/plugin-settings.php:1161
741
  msgid "Users"
742
  msgstr "ব্যবহারকারীরা"
743
 
744
+ #: library/plugin-settings.php:1166
745
  msgid "Assigned Author"
746
  msgstr "নিযুক্ত লেখক"
747
 
748
+ #: library/plugin-settings.php:1169
749
  msgid "Specify the user that should be assigned as author for submitted posts."
750
  msgstr "জমা দেওয়া পোস্টগুলির লেখক হিসাবে নিয়োগ করা হবে এমন ব্যবহারকারীকে নির্দিষ্ট করুন।"
751
 
752
+ #: library/plugin-settings.php:1173
753
  msgid "Registered Username"
754
  msgstr "নিবন্ধিত ব্যবহারকারীর নাম"
755
 
756
+ #: library/plugin-settings.php:1175
757
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
758
  msgstr "পোস্ট লেখক হিসাবে নিবন্ধিত ব্যবহারকারী নাম ব্যবহার করুন। বৈধভাবে ফর্ম জমা ব্যক্তি ওয়ার্ডপ্রেস লগ ইন করা হয়।"
759
 
760
+ #: library/plugin-settings.php:1178
761
  msgid "User Profile URL"
762
  msgstr "ব্যবহারকারীর প্রোফাইল URL"
763
 
764
+ #: library/plugin-settings.php:1180
765
  msgid "Use registered user’s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
766
  msgstr "URL ক্ষেত্রের মান হিসাবে নিবন্ধিত ব্যবহারকারীর rsquo; প্রোফাইল প্রোফাইল ব্যবহার করুন। বৈধভাবে ফর্ম জমা ব্যক্তি ওয়ার্ডপ্রেস লগ ইন করা হয়।"
767
 
768
+ #: library/plugin-settings.php:1183
769
  msgid "Require User Login"
770
  msgstr "ব্যবহারকারী লগইন প্রয়োজন"
771
 
772
+ #: library/plugin-settings.php:1185
773
  msgid "Require users to be logged in to WordPress to view/submit the form"
774
  msgstr "ওয়ার্ডপ্রেসে লগইন করার জন্য ব্যবহারকারীদের প্রয়োজন দেখুন / ফর্ম জমা দিন"
775
 
776
+ #: library/plugin-settings.php:1188
777
+ msgid "Disable Replace Author"
778
+ msgstr "লেখককে প্রতিস্থাপন অক্ষম করুন"
779
+
780
+ #: library/plugin-settings.php:1190
781
+ msgid "Do not replace post author with submitted user name"
782
+ msgstr "জমা ব্যবহারকারী নাম দিয়ে পোস্ট লেখক প্রতিস্থাপন না"
783
+
784
+ #: library/plugin-settings.php:1196
785
  msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
786
  msgstr "এখানে আপনি কাস্টম ক্ষেত্র দ্বারা ব্যবহৃত নাম এবং লেবেল পরিবর্তন করতে পারেন। আপনি উপরে এই ক্ষেত্র ফরম ক্ষেত্র সেটিংস মাধ্যমে সক্রিয় করতে পারেন।"
787
 
788
+ #: library/plugin-settings.php:1201
789
  msgid "Custom Field Name"
790
  msgstr "কাস্টম ক্ষেত্রের নাম"
791
 
792
+ #: library/plugin-settings.php:1203
793
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
794
  msgstr "শুধুমাত্র আলফানিউমেরিক, আন্ডারস্কোর এবং ড্যাশ ব্যবহার করুন নিশ্চিত না হলে, ডিফল্ট নাম ব্যবহার করুন:"
795
 
796
+ #: library/plugin-settings.php:1206
797
  msgid "Custom Field Label"
798
  msgstr "কাস্টম ক্ষেত্র লেবেল"
799
 
800
+ #: library/plugin-settings.php:1208
801
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
802
  msgstr "এই ফর্ম ক্ষেত্রের লেবেল হিসাবে প্রদর্শিত হবে। ডিফল্ট: কাস্টম ক্ষেত্র"
803
 
804
+ #: library/plugin-settings.php:1220
805
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
806
  msgstr "স্প্যাম রোধ করতে, ফর্মটি জমা দেওয়ার আগে ব্যবহারকারীদের একটি প্রশ্নের উত্তর দিতে হবে।"
807
 
808
+ #: library/plugin-settings.php:1223
809
  msgid "Challenge Response"
810
  msgstr "চ্যালেঞ্জ প্রতিক্রিয়া"
811
 
812
+ #: library/plugin-settings.php:1225
813
  msgid "Enter the *only* correct answer to the challenge question."
814
  msgstr "চ্যালেঞ্জ প্রশ্নে * শুধুমাত্র * সঠিক উত্তর লিখুন"
815
 
816
+ #: library/plugin-settings.php:1228
817
  msgid "Case-sensitivity"
818
  msgstr "কেস-সংবেদনশীলতা"
819
 
820
+ #: library/plugin-settings.php:1230
821
  msgid "Check this box if you want the challenge response to be case-sensitive."
822
  msgstr "যদি আপনি চ্যালেঞ্জ প্রতিক্রিয়া ক্ষেত্রে সংবেদনশীল হতে চান এই বাক্সটি চেক করুন"
823
 
824
+ #: library/plugin-settings.php:1236
825
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
826
  msgstr "Google reCAPTCHA সক্ষম করতে, আপনার সর্বজনীন এবং ব্যক্তিগত কীগুলি প্রবেশ করুন।"
827
 
828
+ #: library/plugin-settings.php:1241
829
  msgid "Public Key"
830
  msgstr "পাবলিক কী"
831
 
832
+ #: library/plugin-settings.php:1243
833
  msgid "Enter your Public Key"
834
  msgstr "আপনার সর্বজনীন কী লিখুন"
835
 
836
+ #: library/plugin-settings.php:1246
837
  msgid "Private Key"
838
  msgstr "ব্যক্তিগত কী"
839
 
840
+ #: library/plugin-settings.php:1248
841
  msgid "Enter your Private Key"
842
  msgstr "আপনার ব্যক্তিগত কী লিখুন"
843
 
844
+ #: library/plugin-settings.php:1253
845
  msgid "Email Alerts"
846
  msgstr "ইমেল সতর্কতাগুলি"
847
 
848
+ #: library/plugin-settings.php:1258
849
  msgid "Receive Email Alert"
850
  msgstr "ইমেইল সতর্কতা পান"
851
 
852
+ #: library/plugin-settings.php:1260
853
  msgid "Check this box if you want to be notified via email for new post submissions."
854
  msgstr "আপনি যদি নতুন পোস্ট জমা দেওয়ার জন্য ইমেলের মাধ্যমে বিজ্ঞাপিত করতে চান তবে এই বাক্সটি চেক করুন।"
855
 
856
+ #: library/plugin-settings.php:1263
857
  msgid "Enable HTML Format"
858
  msgstr "HTML বিন্যাস সক্ষম করুন"
859
 
860
+ #: library/plugin-settings.php:1265
861
  msgid "Check this box to enable HTML format for email alerts."
862
  msgstr "ইমেল সতর্কতাগুলির জন্য HTML ফর্ম্যাটটি সক্ষম করতে এই বাক্সটি চেক করুন"
863
 
864
+ #: library/plugin-settings.php:1268
865
  msgid "Email Address for Alerts"
866
  msgstr "সতর্কতা জন্য ইমেইল ঠিকানা"
867
 
868
+ #: library/plugin-settings.php:1270
869
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
870
  msgstr "যদি আপনি ইমেল সতর্কতা প্রাপ্ত করার জন্য বক্সটি পরীক্ষা করে থাকেন, তবে এখানে ই-মেইল ঠিকানাটি পাঠান (এস)।"
871
 
872
+ #: library/plugin-settings.php:1271
873
  msgid "Multiple recipients may be included using a comma, like so:"
874
  msgstr "একটি কমা ব্যবহার করে একাধিক প্রাপক অন্তর্ভুক্ত করা যেতে পারে, যেমন:"
875
 
876
+ #: library/plugin-settings.php:1274
877
  msgid "Email “From” Address"
878
  msgstr "ইমেল & ldquo; থেকে & rdquo; ঠিকানা"
879
 
880
+ #: library/plugin-settings.php:1276
881
  msgid "Here you may customize the address(es) used for the “From” header (see plugin FAQs for info). "
882
  msgstr "এখানে আপনি & ldquo; থেকে & rdquo; জন্য ব্যবহৃত ঠিকানাটি (এস) কাস্টমাইজ করতে পারেন শিরোলেখ (তথ্য জন্য প্লাগইন FAQ দেখুন)।"
883
 
884
+ #: library/plugin-settings.php:1277
885
  msgid "If multiple addresses are specified in the previous setting, include an equal number of “From” addresses for this setting (in the same order)."
886
  msgstr "যদি পূর্ববর্তী সেটিংতে একাধিক ঠিকানা নির্দিষ্ট করা হয়, তাহলে একটি & ldquo; From & rdquo; এই সেটিংয়ের জন্য ঠিকানাগুলি (একই ক্রমে)"
887
 
888
+ #: library/plugin-settings.php:1280
889
  msgid "Email Alert Subject"
890
  msgstr "ইমেল সতর্কতা বিষয়"
891
 
892
+ #: library/plugin-settings.php:1282
893
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
894
  msgstr "ইমেইল সতর্কতা জন্য বিষয় লাইন। ডিফল্ট বিষয় লাইনে ব্যবহারের জন্য ফাঁকা রাখুন। নোট: আপনি নিম্নলিখিত ভেরিয়েবল ব্যবহার করতে পারেন:"
895
 
896
+ #: library/plugin-settings.php:1287
897
  msgid "Email Alert Message"
898
  msgstr "ইমেইল সতর্কতা বার্তা"
899
 
900
+ #: library/plugin-settings.php:1289
901
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
902
  msgstr "ইমেল সতর্কতাগুলির জন্য বার্তা ডিফল্ট বার্তা ব্যবহার করতে ফাঁকা রাখুন নোট: আপনি নিম্নলিখিত ভেরিয়েবল ব্যবহার করতে পারেন:"
903
 
904
+ #: library/plugin-settings.php:1301
905
  msgid "Featured Image"
906
  msgstr "বৈশিষ্ট্যযুক্ত ইমেজ"
907
 
908
+ #: library/plugin-settings.php:1303
909
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
910
  msgstr "বৈশিষ্ট্যযুক্ত ইমেজ হিসাবে চিত্র স্থাপন সেট করুন বৈশিষ্ট্যযুক্ত ইমেজ জন্য থিম সমর্থন প্রয়োজন (উব পোস্ট থাম্বনেল)।"
911
 
912
+ #: library/plugin-settings.php:1306
913
  msgid "Upload Message"
914
  msgstr "বার্তা আপলোড করুন"
915
 
916
+ #: library/plugin-settings.php:1308
917
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
918
  msgstr "আপলোড ক্ষেত্রের পাশে প্রদর্শিত হয় এমন বার্তা আপনার আপলোড নির্দেশিকা / নীতি / ইত্যাদি সম্পর্কিত বিবরণের জন্য উপযোগী বেসিক মার্কআপ অনুমোদিত"
919
 
920
+ #: library/plugin-settings.php:1311
921
  msgid "“Add another image” link"
922
  msgstr "& ldquo; অন্য চিত্র যুক্ত করুন & rdquo; লিংক"
923
 
924
+ #: library/plugin-settings.php:1313
925
  msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
926
  msgstr "& Ldquo; অন্য চিত্র যুক্ত করুন & rdquo; জন্য কাস্টম মার্কআপ লিঙ্ক। ডিফল্ট মার্কআপ ব্যবহার করার জন্য ফাঁকা রাখুন (প্রস্তাবিত)"
927
 
928
+ #: library/plugin-settings.php:1316
929
  msgid "Minimum number of images"
930
  msgstr "চিত্রের সর্বনিম্ন সংখ্যা"
931
 
932
+ #: library/plugin-settings.php:1319
933
  msgid "Specify the minimum number of images."
934
  msgstr "ইমেজ সর্বনিম্ন সংখ্যা নির্দিষ্ট করুন।"
935
 
936
+ #: library/plugin-settings.php:1323
937
  msgid "Maximum number of images"
938
  msgstr "ইমেজ সর্বোচ্চ সংখ্যা"
939
 
940
+ #: library/plugin-settings.php:1326
941
  msgid "Specify the maximum number of images."
942
  msgstr "সর্বোচ্চ সংখ্যা চিত্র নির্দিষ্ট করুন।"
943
 
944
+ #: library/plugin-settings.php:1330
945
  msgid "Minimum image width"
946
  msgstr "ন্যূনতম চিত্র প্রস্থ"
947
 
948
+ #: library/plugin-settings.php:1332
949
  msgid "Specify a minimum width (in pixels) for uploaded images."
950
  msgstr "আপলোড করা চিত্রগুলির জন্য সর্বনিম্ন প্রস্থ (পিক্সেল) নির্দিষ্ট করুন।"
951
 
952
+ #: library/plugin-settings.php:1335
953
  msgid "Minimum image height"
954
  msgstr "ন্যূনতম ছবি উচ্চতা"
955
 
956
+ #: library/plugin-settings.php:1337
957
  msgid "Specify a minimum height (in pixels) for uploaded images."
958
  msgstr "আপলোড করা চিত্রগুলির জন্য সর্বনিম্ন উচ্চতা (পিক্সেল) নির্দিষ্ট করুন।"
959
 
960
+ #: library/plugin-settings.php:1340
961
  msgid "Maximum image width"
962
  msgstr "সর্বাধিক ছবি প্রস্থ"
963
 
964
+ #: library/plugin-settings.php:1342
965
  msgid "Specify a maximum width (in pixels) for uploaded images."
966
  msgstr "আপলোড করা চিত্রগুলির জন্য সর্বাধিক প্রস্থ (পিক্সেল) নির্দিষ্ট করুন।"
967
 
968
+ #: library/plugin-settings.php:1345
969
  msgid "Maximum image height"
970
  msgstr "সর্বোচ্চ ইমেজ উচ্চতা"
971
 
972
+ #: library/plugin-settings.php:1347
973
  msgid "Specify a maximum height (in pixels) for uploaded images."
974
  msgstr "আপলোড করা চিত্রগুলির জন্য সর্বোচ্চ উচ্চতা (পিক্সেল) নির্দিষ্ট করুন।"
975
 
976
+ #: library/plugin-settings.php:1350
977
  msgid "More Options"
978
  msgstr "আরও বিকল্প"
979
 
980
+ #: library/plugin-settings.php:1353
981
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
982
  msgstr "আরও বিকল্পগুলির জন্য, অন্যান্য ফাইল প্রকার (যেমন পিডিএফ, ওয়ার্ড, জিপ, ভিডিও এবং আরও অনেক কিছু আপলোড করার ক্ষমতা), চেক আউট করুন"
983
 
984
+ #: library/plugin-settings.php:1354
985
  msgid "Go Pro!"
986
  msgstr "প্রো যান!"
987
 
988
+ #: library/plugin-settings.php:1361
989
  msgid "Auto-Display Content"
990
  msgstr "অটো-প্রদর্শন সামগ্রী"
991
 
992
+ #: library/plugin-settings.php:1366
993
  msgid "Images Auto-Display"
994
  msgstr "ছবি অটো-প্রদর্শন"
995
 
996
+ #: library/plugin-settings.php:1368
997
  msgid "Auto-display user-submitted images:"
998
  msgstr "অটো-প্রদর্শন ব্যবহারকারী জমা ইমেজ:"
999
 
1000
+ #: library/plugin-settings.php:1373
1001
  msgid "Image Markup"
1002
  msgstr "চিত্র মার্কআপ"
1003
 
1004
+ #: library/plugin-settings.php:1375
1005
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1006
  msgstr "প্রতিটি জমা দেওয়া চিত্রের জন্য ব্যবহার করার জন্য মার্কআপ (যখন স্বয়ংক্রিয়-প্রদর্শন সক্ষম করা থাকে)। ব্যবহার করতে পারেন"
1007
 
1008
+ #: library/plugin-settings.php:1377 library/plugin-settings.php:1390
1009
+ #: library/plugin-settings.php:1403 library/plugin-settings.php:1416
1010
  msgid "and"
1011
  msgstr "এবং"
1012
 
1013
+ #: library/plugin-settings.php:1380
1014
  msgid "Email Auto-Display"
1015
  msgstr "ইমেইল অটো ডিসপ্লে"
1016
 
1017
+ #: library/plugin-settings.php:1382
1018
  msgid "Auto-display user-submitted email:"
1019
  msgstr "অটো-প্রদর্শন ব্যবহারকারী জমা ইমেইল:"
1020
 
1021
+ #: library/plugin-settings.php:1387
1022
  msgid "Email Markup"
1023
  msgstr "ইমেল মার্কআপ"
1024
 
1025
+ #: library/plugin-settings.php:1389
1026
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1027
  msgstr "জমা দেওয়া ইমেল ঠিকানার জন্য ব্যবহার করার জন্য মার্কআপ (যখন স্বয়ংক্রিয়-প্রদর্শন সক্ষম আছে)। ব্যবহার করতে পারেন"
1028
 
1029
+ #: library/plugin-settings.php:1393
1030
  msgid "URL Auto-Display"
1031
  msgstr "URL অটো-ডিসপ্লে"
1032
 
1033
+ #: library/plugin-settings.php:1395
1034
  msgid "Auto-display user-submitted URL:"
1035
  msgstr "অটো-প্রদর্শন ব্যবহারকারী জমা দেওয়া URL:"
1036
 
1037
+ #: library/plugin-settings.php:1400
1038
  msgid "URL Markup"
1039
  msgstr "URL মার্কআপ"
1040
 
1041
+ #: library/plugin-settings.php:1402
1042
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1043
+ msgstr "জমা দেওয়া URL এর জন্য ব্যবহার করার জন্য মার্কআপ (যখন স্বয়ংক্রিয়-প্রদর্শন সক্ষম করা থাকে)। ব্যবহার করতে পারেন"
1044
 
1045
+ #: library/plugin-settings.php:1406
1046
  msgid "Custom Field Auto-Display"
1047
  msgstr "কাস্টম ক্ষেত্র অটো ডিসপ্লে"
1048
 
1049
+ #: library/plugin-settings.php:1408
1050
  msgid "Auto-display user-submitted Custom Field:"
1051
  msgstr "অটো-প্রদর্শন ব্যবহারকারী জমা কাস্টম ক্ষেত্র:"
1052
 
1053
+ #: library/plugin-settings.php:1413
1054
  msgid "Custom Field Markup"
1055
  msgstr "কাস্টম ক্ষেত্র মার্কআপ"
1056
 
1057
+ #: library/plugin-settings.php:1415
1058
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1059
  msgstr "জমা কাস্টম ক্ষেত্রের জন্য ব্যবহার করার জন্য মার্কআপ (যখন স্বয়ংক্রিয়-প্রদর্শন সক্ষম করা থাকে) ব্যবহার করতে পারেন"
1060
 
1061
+ #: library/plugin-settings.php:1421 library/plugin-settings.php:1497
1062
  msgid "Save Settings"
1063
  msgstr "সেটিংস সংরক্ষণ করুন"
1064
 
1065
+ #: library/plugin-settings.php:1426
1066
  msgid "Display the Form"
1067
  msgstr "ফর্মটি প্রদর্শন করুন"
1068
 
1069
+ #: library/plugin-settings.php:1429
1070
  msgid "Post-Submit Form"
1071
  msgstr "পোস্ট জমা ফর্ম"
1072
 
1073
+ #: library/plugin-settings.php:1430
1074
  msgid "USP enables you to display a post-submission form anywhere on your site."
1075
  msgstr "ইউএসপি আপনাকে আপনার সাইটে যেকোন কোথাও একটি পোস্ট-জমা ফর্ম প্রদর্শন করতে সক্ষম করে।"
1076
 
1077
+ #: library/plugin-settings.php:1431 library/plugin-settings.php:1438
1078
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1079
  msgstr "কোন WP পোস্ট বা পৃষ্ঠাতে ফর্ম প্রদর্শন করার জন্য শর্টকাট ব্যবহার করুন:"
1080
 
1081
+ #: library/plugin-settings.php:1433 library/plugin-settings.php:1440
1082
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1083
  msgstr "অথবা, আপনার থিম টেমপ্লেটে কোথাও ফর্ম প্রদর্শন করতে টেমপ্লেট ট্যাগ ব্যবহার করুন:"
1084
 
1085
+ #: library/plugin-settings.php:1436
1086
  msgid "Login/Register Form"
1087
  msgstr "লগইন / রেজিস্টার ফরম"
1088
 
1089
+ #: library/plugin-settings.php:1437
1090
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1091
  msgstr "আপনি এমন একটি ফর্ম প্রদর্শন করতে পারেন যা ব্যবহারকারীদের লগ ইন, নিবন্ধন বা তাদের পাসওয়ার্ড পুনরায় সেট করতে সক্ষম করে।"
1092
 
1093
+ #: library/plugin-settings.php:1443
1094
  msgid "Display Submitted Posts"
1095
  msgstr "জমা পোস্ট প্রদর্শন"
1096
 
1097
+ #: library/plugin-settings.php:1444
1098
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1099
  msgstr "যেকোন WP পোস্ট বা পৃষ্ঠাতে জমা দেওয়া পোস্টগুলির তালিকা প্রদর্শন করতে এই শর্টকড ব্যবহার করুন:"
1100
 
1101
+ #: library/plugin-settings.php:1446
1102
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1103
  msgstr "অথবা, আপনার থিম টেমপ্লেটে কোথাও জমা দেওয়া পোস্টগুলির একটি তালিকা প্রদর্শন করতে টেমপ্লেট ট্যাগ ব্যবহার করুন:"
1104
 
1105
+ #: library/plugin-settings.php:1448
1106
  msgid "Here are some examples showing how to configure this shortcode:"
1107
  msgstr "এই শর্টকে কিভাবে কনফিগার করা যায় তা দেখানোর কিছু উদাহরণ এখানে রয়েছে:"
1108
 
1109
+ #: library/plugin-settings.php:1455
1110
+ msgid "Reset Form Button"
1111
+ msgstr "ফরম বোতাম রিসেট করুন"
1112
+
1113
+ #: library/plugin-settings.php:1456
1114
+ msgid "This shortcode displays a link that resets the form to its original state:"
1115
+ msgstr "এই শর্টকাট এমন একটি লিঙ্ক প্রদর্শন করে যা ফর্মে তার মূল অবস্থানে পুনরায় সেট করা হয়:"
1116
+
1117
+ #: library/plugin-settings.php:1458
1118
+ msgid "This shortcode accepts the following attributes:"
1119
+ msgstr "এই শর্টকাটটি নিম্নলিখিত বৈশিষ্ট্যগুলি স্বীকার করে:"
1120
+
1121
+ #: library/plugin-settings.php:1463
1122
+ msgid "Note that the url attribute accepts"
1123
+ msgstr "উল্লেখ্য যে url বৈশিষ্ট্যাবলী গ্রহণ করে"
1124
+
1125
+ #: library/plugin-settings.php:1463
1126
+ msgid "to get the current URL."
1127
+ msgstr "বর্তমান URL পেতে"
1128
+
1129
+ #: library/plugin-settings.php:1465
1130
  msgid "Access Control"
1131
  msgstr "প্রবেশাধিকার নিয়ন্ত্রণ"
1132
 
1133
+ #: library/plugin-settings.php:1466
1134
  msgid "USP provides three shortcodes to control access and restrict content."
1135
  msgstr "এসএসপি এক্সেস অ্যাক্সেস নিয়ন্ত্রণ এবং কন্টেন্ট সীমা তিনটি শর্টকাট প্রদান করে।"
1136
 
1137
+ #: library/plugin-settings.php:1467
1138
  msgid "Display content only to users with a specific capability:"
1139
  msgstr "শুধুমাত্র একটি নির্দিষ্ট ক্ষমতা ব্যবহারকারীদের জন্য সামগ্রী প্রদর্শন করুন:"
1140
 
1141
+ #: library/plugin-settings.php:1469
1142
  msgid "Display content to logged-in users:"
1143
  msgstr "লগ-ইন ব্যবহারকারীদের জন্য সামগ্রী প্রদর্শন করুন:"
1144
 
1145
+ #: library/plugin-settings.php:1471
1146
  msgid "Display content to visitors only:"
1147
  msgstr "শুধুমাত্র দর্শকদের সামগ্রী প্রদর্শন করুন:"
1148
 
1149
+ #: library/plugin-settings.php:1473
1150
  msgid "Tip:"
1151
  msgstr "টিপ:"
1152
 
1153
+ #: library/plugin-settings.php:1473
1154
  msgid "to include markup in the deny message, you can use"
1155
  msgstr "অস্বীকার বার্তা মধ্যে মার্কআপ অন্তর্ভুক্ত, আপনি ব্যবহার করতে পারেন"
1156
 
1157
+ #: library/plugin-settings.php:1473
1158
  msgid "to output"
1159
  msgstr "আউটপুট থেকে"
1160
 
1161
+ #: library/plugin-settings.php:1475
1162
  msgid "Example"
1163
  msgstr "উদাহরণ"
1164
 
1165
+ #: library/plugin-settings.php:1476
1166
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1167
  msgstr "যদি ব্যবহারকারী লগ ইন হয়, পোস্ট জমা ফর্ম প্রদর্শন; অথবা যদি ব্যবহারকারী লগ ইন না হয়, লগইন ফর্ম প্রদর্শন করুন:"
1168
 
1169
+ #: library/plugin-settings.php:1488
1170
  msgid "Restore Defaults"
1171
  msgstr "পূর্বনির্ধারন পুনরুধার"
1172
 
1173
+ #: library/plugin-settings.php:1491
1174
  msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1175
  msgstr "আপনার সেটিংস মনে রাখতে এই অপশনটি অক্ষম রাখুন। বা, এগিয়ে যান এবং ডিফল্ট প্লাগইন বিকল্পগুলি পুনঃস্থাপন করুন: বাক্সটি চেক করুন, আপনার সেটিংস সংরক্ষণ করুন, এবং তারপর প্লাগইন অক্ষম / পুনরায় সক্রিয় করুন।"
1176
 
1177
+ #: library/plugin-settings.php:1495
1178
  msgid "Restore default options upon plugin deactivation/reactivation."
1179
  msgstr "প্লাগইন নিষ্ক্রিয়তা / পুনরায় সক্রিয়করণের সময় ডিফল্ট বিকল্প পুনরুদ্ধার করুন।"
1180
 
1181
+ #: library/plugin-settings.php:1502
1182
  msgid "Show Support"
1183
  msgstr "সহায়তা দেখান"
1184
 
1185
+ #: library/plugin-settings.php:1511
1186
  msgid "by"
1187
  msgstr "দ্বারা"
1188
 
1189
+ #: library/plugin-settings.php:1512
1190
  msgid "Jeff Starr on Twitter"
1191
  msgstr "টুইটারে জেফ স্টার"
1192
 
1193
+ #: library/plugin-settings.php:1513
1194
  msgid "Obsessive Web Design & Development"
1195
  msgstr "অবাস্তব ওয়েব ডিজাইন & amp; উন্নয়ন"
1196
 
1197
+ #: library/plugin-settings.php:1524
1198
  msgid "Save Preference"
1199
  msgstr "পছন্দ সংরক্ষণ করুন"
1200
 
1201
+ #: library/plugin-settings.php:1531
1202
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1203
  msgstr "আপনি কি সব ডিফল্ট বিকল্প পুনরুদ্ধার করতে চান? (এই ক্রিয়াটি পূর্বাবস্থায় ফেরানো যাবে না)"
1204
 
1205
+ #: library/support-panel.php:52
1206
+ msgid "Perishable Press Books"
1207
+ msgstr "অস্থির প্রেস বই"
1208
+
1209
+ #: library/support-panel.php:53
1210
+ msgid "Plugin Planet"
1211
+ msgstr "প্লাগইন প্ল্যানেট"
1212
+
1213
+ #: library/support-panel.php:54
1214
+ msgid "Donate via PayPal"
1215
+ msgstr "পেপ্যালের মাধ্যমে দান করুন"
1216
+
1217
+ #: library/support-panel.php:56
1218
+ msgid "books"
1219
+ msgstr "বই"
1220
+
1221
+ #: library/support-panel.php:57
1222
+ msgid "plugins"
1223
+ msgstr "প্লাগ-ইন"
1224
+
1225
+ #: library/support-panel.php:58
1226
+ msgid "donation"
1227
+ msgstr "দান"
1228
+
1229
+ #: library/support-panel.php:60
1230
+ msgid "Thank you for using"
1231
+ msgstr "ব্যবহারের জন্য আপনাকে ধন্যবাদ"
1232
+
1233
+ #: library/support-panel.php:61
1234
+ msgid "Please show support by purchasing one of my"
1235
+ msgstr "আমার এক ক্রয় দ্বারা সমর্থন প্রদর্শন করুন দয়া করে"
1236
+
1237
+ #: library/support-panel.php:62
1238
+ msgid "or"
1239
+ msgstr "অথবা"
1240
+
1241
+ #: library/support-panel.php:62
1242
+ msgid "or by making a"
1243
+ msgstr "বা একটি তৈরীর দ্বারা"
1244
+
1245
+ #: library/support-panel.php:63
1246
+ msgid "Your generous support helps to ensure future development of"
1247
+ msgstr "আপনার উদার সমর্থন ভবিষ্যতের উন্নয়ন নিশ্চিত করতে সাহায্য করে"
1248
+
1249
+ #: library/support-panel.php:64
1250
+ msgid "and is greatly appreciated."
1251
+ msgstr "এবং ব্যাপকভাবে প্রশংসা করা হয়।"
1252
+
1253
+ #: library/support-panel.php:66
1254
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1255
+ msgstr "কোন আকারের দান আমাকে এই বিনামূল্যে প্লাগইন এবং অন্যান্য সন্ত্রস্ত ওয়ার্ডপ্রেস সংস্থানগুলি উন্নয়নশীল চালিয়ে যেতে সাহায্য করে।"
1256
 
1257
  #. Description of the plugin
1258
  #:
languages/usp-cs_CZ.mo CHANGED
Binary file
languages/usp-cs_CZ.po CHANGED
@@ -4,206 +4,206 @@ 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 20171028\n"
8
  "Language: cs\n"
9
 
10
  #. Name of the plugin
11
- #: user-submitted-posts.php:44
12
  msgid "User Submitted Posts"
13
  msgstr "Uživatelské příspěvky odeslané"
14
 
15
- #: user-submitted-posts.php:78
16
  msgid "requires WordPress "
17
  msgstr "vyžaduje WordPress"
18
 
19
- #: user-submitted-posts.php:79
20
  msgid " or higher, and has been deactivated! "
21
  msgstr " nebo vyšší a byla deaktivována!"
22
 
23
- #: user-submitted-posts.php:80
24
  msgid "Please return to the"
25
  msgstr "Vraťte se prosím na"
26
 
27
- #: user-submitted-posts.php:81
28
  msgid "WordPress Admin Area"
29
  msgstr "Oblast WordPress Admin"
30
 
31
- #: user-submitted-posts.php:82
32
  msgid "to upgrade WordPress and try again."
33
  msgstr "upgrade WordPress a zkuste to znovu."
34
 
35
- #: user-submitted-posts.php:124
36
  msgid "User Submitted Post"
37
  msgstr "Uživatelské příspěvky odeslané"
38
 
39
- #: user-submitted-posts.php:445
40
  msgid "User Submitted Post Info"
41
  msgstr "Uživatel odeslal informace o příspěvku"
42
 
43
- #: user-submitted-posts.php:475
44
  msgid "Submitter Name: "
45
  msgstr "Název zadavatele:"
46
 
47
- #: user-submitted-posts.php:476
48
  msgid "Submitter Email: "
49
  msgstr "Email odesílatele:"
50
 
51
- #: user-submitted-posts.php:477
52
  msgid "Submitter URL: "
53
  msgstr "URL odesílatele:"
54
 
55
- #: user-submitted-posts.php:478
56
  msgid "Submitter IP: "
57
  msgstr "Zadavatel IP:"
58
 
59
- #: user-submitted-posts.php:529
60
  msgid "Show USP Posts"
61
  msgstr "Zobrazit příspěvky USP"
62
 
63
- #: user-submitted-posts.php:530 library/plugin-settings.php:967
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
- #: user-submitted-posts.php:1175
68
  msgid " files required"
69
  msgstr " potřebné soubory"
70
 
71
- #: user-submitted-posts.php:1176
72
  msgid " file required"
73
  msgstr " požadovaný soubor"
74
 
75
- #: user-submitted-posts.php:1178
76
  msgid " files"
77
  msgstr " soubory"
78
 
79
- #: user-submitted-posts.php:1179
80
  msgid " file"
81
  msgstr " soubor"
82
 
83
- #: user-submitted-posts.php:1181 user-submitted-posts.php:1182
84
- #: user-submitted-posts.php:1183 user-submitted-posts.php:1184
85
  msgid " pixels"
86
  msgstr " pixelů"
87
 
88
- #: user-submitted-posts.php:1186 library/plugin-settings.php:284
89
- #: library/plugin-settings.php:303 library/plugin-settings.php:690
90
- #: library/plugin-settings.php:1176
91
  msgid "Custom Field"
92
  msgstr "Vlastní pole"
93
 
94
- #: user-submitted-posts.php:1189
95
  msgid "An error occurred. Please go back and try again."
96
  msgstr "Vyskytla se chyba. Vraťte se prosím a zkuste to znovu."
97
 
98
- #: user-submitted-posts.php:1199
99
  msgid "User login required"
100
  msgstr "Vyžaduje se přihlášení uživatele"
101
 
102
- #: user-submitted-posts.php:1200
103
  msgid "User name required"
104
  msgstr "Je vyžadováno uživatelské jméno"
105
 
106
- #: user-submitted-posts.php:1201
107
  msgid "Post title required"
108
  msgstr "Požadováno je název příspěvku"
109
 
110
- #: user-submitted-posts.php:1202
111
  msgid "User URL required"
112
  msgstr "Požadovaná adresa URL uživatele"
113
 
114
- #: user-submitted-posts.php:1203
115
  msgid "Post tags required"
116
  msgstr "Požadované značky jsou povinné"
117
 
118
- #: user-submitted-posts.php:1204
119
  msgid "Post category required"
120
- msgstr "Požadovaná kategorie příspěvku"
121
 
122
- #: user-submitted-posts.php:1205
123
  msgid "Post content required"
124
  msgstr "Vyžádat požadovaný obsah"
125
 
126
- #: user-submitted-posts.php:1206 user-submitted-posts.php:1207
127
  msgid "Correct captcha required"
128
  msgstr "Opravena chyba captcha"
129
 
130
- #: user-submitted-posts.php:1208
131
  msgid "User email required"
132
  msgstr "Požadována e-mailová adresa uživatele"
133
 
134
- #: user-submitted-posts.php:1209
135
  msgid "Please check your email and try again"
136
  msgstr "Zkontrolujte e-mail a zkuste to znovu"
137
 
138
- #: user-submitted-posts.php:1210
139
  msgid "Non-empty value for hidden field"
140
  msgstr "Neplatná hodnota pro skryté pole"
141
 
142
- #: user-submitted-posts.php:1211
143
  msgid "Minimum number of images not met"
144
  msgstr "Minimální počet obrázků není splněn"
145
 
146
- #: user-submitted-posts.php:1212
147
  msgid "Maximum number of images exceeded "
148
  msgstr "Maximální počet obrázků byl překročen"
149
 
150
- #: user-submitted-posts.php:1213
151
  msgid "Minimum image width not met"
152
  msgstr "Minimální šířka obrazu není splněna"
153
 
154
- #: user-submitted-posts.php:1214
155
  msgid "Image width exceeds maximum"
156
  msgstr "Šířka obrázku překračuje maximální hodnotu"
157
 
158
- #: user-submitted-posts.php:1215
159
  msgid "Minimum image height not met"
160
  msgstr "Minimální výška obrazu není splněna"
161
 
162
- #: user-submitted-posts.php:1216
163
  msgid "Image height exceeds maximum"
164
  msgstr "Výška obrázku přesahuje maximální"
165
 
166
- #: user-submitted-posts.php:1217
167
  msgid "File type not allowed (please upload images only)"
168
  msgstr "Typ souboru není povolen (prosím nahrát obrázky)"
169
 
170
- #: user-submitted-posts.php:1218
171
  msgid " required"
172
  msgstr " Povinný"
173
 
174
- #: user-submitted-posts.php:1222
175
  msgid "File not uploaded. Please check the file and try again."
176
  msgstr "Soubor nebyl nahrán. Zkontrolujte soubor a zkuste to znovu."
177
 
178
- #: user-submitted-posts.php:1226
179
  msgid "The file(s) could not be uploaded"
180
  msgstr "Soubory nemohly být nahrány"
181
 
182
- #: user-submitted-posts.php:1228
183
  msgid "Post not created. Please contact the site administrator for help."
184
  msgstr "Příspěvek nebyl vytvořen. Obraťte se prosím na správce webu o pomoc."
185
 
186
- #: user-submitted-posts.php:1229
187
  msgid "Duplicate post title. Please try again."
188
  msgstr "Duplicitní název příspěvku. Prosím zkuste to znovu."
189
 
190
- #: user-submitted-posts.php:1239
191
  msgid "Error: "
192
  msgstr "Chyba:"
193
 
194
- #: user-submitted-posts.php:1265
195
  msgid "Return to form"
196
  msgstr "Vraťte se k formuláři"
197
 
198
- #: user-submitted-posts.php:1293 library/plugin-settings.php:943
199
  msgid "Please"
200
  msgstr "Prosím"
201
 
202
- #: user-submitted-posts.php:1294
203
  msgid "log in"
204
  msgstr "přihlásit se"
205
 
206
- #: user-submitted-posts.php:1295
207
  msgid "to submit content!"
208
  msgstr "odeslat obsah!"
209
 
@@ -228,13 +228,13 @@ msgstr "Tvůj e-mail"
228
 
229
  #: views/submission-form.php:74 views/submission-form.php:75
230
  #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
- #: library/plugin-settings.php:1004
232
  msgid "Post Title"
233
  msgstr "Název příspěvku"
234
 
235
  #: views/submission-form.php:80 views/submission-form.php:81
236
  #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
- #: library/plugin-settings.php:1005
238
  msgid "Post Tags"
239
  msgstr "Značky příspěvku"
240
 
@@ -243,7 +243,7 @@ msgid "Antispam Question"
243
  msgstr "Antispamová otázka"
244
 
245
  #: views/submission-form.php:98 views/submission-form-alt.php:103
246
- #: library/plugin-settings.php:1006
247
  msgid "Post Category"
248
  msgstr "Odeslat kategorii"
249
 
@@ -253,7 +253,7 @@ msgstr "Vyberte kategorii .."
253
 
254
  #: views/submission-form.php:135 views/submission-form.php:136
255
  #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
- #: library/plugin-settings.php:1007
257
  msgid "Post Content"
258
  msgstr "Odeslat obsah"
259
 
@@ -277,6 +277,14 @@ msgstr "Lidské ověření: ponechte toto pole prázdné."
277
  msgid "Submit Post"
278
  msgstr "Odeslat příspěvek"
279
 
 
 
 
 
 
 
 
 
280
  #: library/plugin-settings.php:32
281
  msgid "Get USP Pro for unlimited forms!"
282
  msgstr "Získejte USP Pro pro neomezené formy!"
@@ -380,12 +388,12 @@ msgid "to configure options)"
380
  msgstr "pro konfiguraci možností)"
381
 
382
  #: library/plugin-settings.php:318 library/plugin-settings.php:335
383
- #: library/plugin-settings.php:1194 library/plugin-settings.php:1199
384
  msgid "Challenge Question"
385
  msgstr "Výzva Otázky"
386
 
387
  #: library/plugin-settings.php:350 library/plugin-settings.php:367
388
- #: library/plugin-settings.php:1216
389
  msgid "Google reCAPTCHA"
390
  msgstr "Google reCAPTCHA"
391
 
@@ -401,7 +409,7 @@ msgstr "Zobrazit"
401
  msgid "Disable"
402
  msgstr "Zakázat"
403
 
404
- #: library/plugin-settings.php:399 library/plugin-settings.php:1277
405
  msgid "Image Uploads"
406
  msgstr "Nahrávání obrázků"
407
 
@@ -429,746 +437,822 @@ msgstr "Publikovat po"
429
  msgid " approved posts"
430
  msgstr " schválených míst"
431
 
432
- #: library/plugin-settings.php:635
433
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
434
  msgstr "Byla tam chyba. Ujistěte se, že jste přidali název, obsah a že jste nahrali pouze obrázky."
435
 
436
- #: library/plugin-settings.php:649
437
  msgid "Please select your image(s) to upload."
438
  msgstr "Vyberte obrázky, které chcete nahrát."
439
 
440
- #: library/plugin-settings.php:655
441
  msgid "Success! Thank you for your submission."
442
  msgstr "Úspěch! Děkujeme za vaše podání."
443
 
444
- #: library/plugin-settings.php:681
445
  msgid "Email"
446
  msgstr "E-mailem"
447
 
448
- #: library/plugin-settings.php:682
449
  msgid "URL"
450
  msgstr "URL"
451
 
452
- #: library/plugin-settings.php:721
453
- msgid "Sorry, you are not allowed to modify settings."
454
- msgstr "Je nám líto, nemáte oprávnění měnit nastavení."
455
-
456
- #: library/plugin-settings.php:930
457
  msgid "Toggle all panels"
458
  msgstr "Přepínejte všechny panely"
459
 
460
- #: library/plugin-settings.php:939
461
  msgid "We need your support!"
462
  msgstr "Potřebujeme vaši podporu!"
463
 
464
- #: library/plugin-settings.php:943
465
  msgid "Make a donation via PayPal"
466
  msgstr "Proveďte darování prostřednictvím služby PayPal"
467
 
468
- #: library/plugin-settings.php:943
469
  msgid "make a donation"
470
  msgstr "přispět"
471
 
472
- #: library/plugin-settings.php:943
473
  msgid "and/or"
474
  msgstr "a / nebo"
475
 
476
- #: library/plugin-settings.php:944
477
  msgid "Rate and review at the Plugin Directory"
478
  msgstr "Ohodnoťte a přečtěte v adresáři Plugin"
479
 
480
- #: library/plugin-settings.php:945
481
  msgid "give this plugin a 5-star rating"
482
  msgstr "udělejte tomuto pluginu 5 hvězdiček"
483
 
484
- #: library/plugin-settings.php:949
485
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
486
  msgstr "Vaše velkorysá podpora umožňuje další vývoj tohoto bezplatného pluginu. Děkuji!"
487
 
488
- #: library/plugin-settings.php:954
489
  msgid "Check this box if you have shown support"
490
  msgstr "Zaškrtněte toto políčko, pokud jste projevili podporu"
491
 
492
- #: library/plugin-settings.php:963
493
  msgid "Overview"
494
  msgstr "Přehled"
495
 
496
- #: library/plugin-settings.php:967
497
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
498
  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."
499
 
500
- #: library/plugin-settings.php:968
501
  msgid "For advanced functionality and unlimited forms, check out"
502
  msgstr "Pro pokročilé funkce a neomezené formy, podívejte se"
503
 
504
- #: library/plugin-settings.php:968 library/plugin-settings.php:1335
505
  msgid "USP Pro"
506
  msgstr "USP Pro"
507
 
508
- #: library/plugin-settings.php:969
509
  msgid "— the ultimate solution for user-generated content."
510
  msgstr "& mdash; konečné řešení pro obsah vytvořený uživateli."
511
 
512
- #: library/plugin-settings.php:973 library/plugin-settings.php:990
513
  msgid "Plugin Settings"
514
  msgstr "Nastavení pluginu"
515
 
516
- #: library/plugin-settings.php:974
517
  msgid "Display the form"
518
  msgstr "Zobrazit formulář"
519
 
520
- #: library/plugin-settings.php:975 library/plugin-settings.php:1482
521
  msgid "Plugin Homepage"
522
  msgstr "Plugin Hlavní stránka"
523
 
524
- #: library/plugin-settings.php:978
525
  msgid "If you like this plugin, please"
526
  msgstr "Pokud se vám tento plugin líbí, prosím"
527
 
528
- #: library/plugin-settings.php:979
529
  msgid "THANK YOU for your support!"
530
  msgstr "Děkuji za vaší podporu!"
531
 
532
- #: library/plugin-settings.php:979
533
  msgid "give it a 5-star rating"
534
  msgstr "udělejte mu 5 hvězdiček"
535
 
536
- #: library/plugin-settings.php:983
537
  msgid "Unlimited front-end forms"
538
  msgstr "Neomezené fore-end formuláře"
539
 
540
- #: library/plugin-settings.php:983
541
  msgid "Get USP Pro"
542
  msgstr "Získejte USP Pro"
543
 
544
- #: library/plugin-settings.php:993
545
  msgid "Configure your settings for User Submitted Posts."
546
  msgstr "Nakonfigurujte nastavení pro příspěvky odeslané uživatelem."
547
 
548
- #: library/plugin-settings.php:995
549
  msgid "Form Fields"
550
  msgstr "Pole formulářů"
551
 
552
- #: library/plugin-settings.php:1001
553
  msgid "User Name"
554
  msgstr "Uživatelské jméno"
555
 
556
- #: library/plugin-settings.php:1002
557
  msgid "User Email"
558
  msgstr "Uživatelský e-mail"
559
 
560
- #: library/plugin-settings.php:1003
561
  msgid "User URL"
562
  msgstr "Uživatelská adresa URL"
563
 
564
- #: library/plugin-settings.php:1018
565
  msgid "General Settings"
566
  msgstr "Obecné nastavení"
567
 
568
- #: library/plugin-settings.php:1023
 
 
 
 
569
  msgid "Form Style"
570
  msgstr "Styl formuláře"
571
 
572
- #: library/plugin-settings.php:1028
573
  msgid "With this option, you can copy the plugin’s default templates:"
574
  msgstr "Pomocí této možnosti můžete zkopírovat výchozí šablony pluginů:"
575
 
576
- #: library/plugin-settings.php:1033
577
  msgid "..and upload them into a directory named"
578
  msgstr ".. a nahrajte je do adresáře s názvem"
579
 
580
- #: library/plugin-settings.php:1033
581
  msgid "in your theme:"
582
  msgstr "ve svém tématu:"
583
 
584
- #: library/plugin-settings.php:1039
585
  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"
586
  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í\""
587
 
588
- #: library/plugin-settings.php:1040
589
  msgid "Installation Docs"
590
  msgstr "Instalační dokumenty"
591
 
592
- #: library/plugin-settings.php:1041
593
  msgid "FYI: here is a"
594
  msgstr "FYI: tady je a"
595
 
596
- #: library/plugin-settings.php:1041
597
  msgid "list of USP CSS selectors"
598
  msgstr "seznam USP CSS selektorů"
599
 
600
- #: library/plugin-settings.php:1047
601
  msgid "Include JavaScript"
602
  msgstr "Zahrnout JavaScript"
603
 
604
- #: library/plugin-settings.php:1049
605
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
606
  msgstr "Zaškrtněte toto políčko, chcete-li zahrnout externí soubory JavaScript (doporučeno)."
607
 
608
- #: library/plugin-settings.php:1052
609
  msgid "Targeted Loading"
610
  msgstr "Cílené načítání"
611
 
612
- #: library/plugin-settings.php:1054
613
  msgid "By default, external CSS & 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."
614
  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."
615
 
616
- #: library/plugin-settings.php:1057
617
  msgid "Post Type"
618
  msgstr "Typ příspěvku"
619
 
620
- #: library/plugin-settings.php:1060
621
  msgid "Submit posts as WP Posts or Pages"
622
  msgstr "Odeslat příspěvky jako WP příspěvky nebo stránky"
623
 
624
- #: library/plugin-settings.php:1064
625
  msgid "Post Status"
626
  msgstr "Stav příspěvku"
627
 
628
- #: library/plugin-settings.php:1067
629
  msgid "Post Status for submitted posts"
630
  msgstr "Stav příspěvku pro odeslané příspěvky"
631
 
632
- #: library/plugin-settings.php:1071
633
  msgid "Redirect URL"
634
  msgstr "Přesměrování adresy URL"
635
 
636
- #: library/plugin-settings.php:1073
637
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
638
  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é."
639
 
640
- #: library/plugin-settings.php:1076
641
  msgid "Success Message"
642
  msgstr "Úspěšná zpráva"
643
 
644
- #: library/plugin-settings.php:1078
645
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
646
  msgstr "Úspěšná zpráva, která se zobrazí, pokud je úspěšné po odeslání. Je povolena základní značka."
647
 
648
- #: library/plugin-settings.php:1081
649
  msgid "Error Message"
650
  msgstr "Chybové hlášení"
651
 
652
- #: library/plugin-settings.php:1083
653
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
654
  msgstr "Obecné chybové hlášení, které se zobrazí v případě selhání po odeslání. Je povolena základní značka."
655
 
656
- #: library/plugin-settings.php:1086
657
  msgid "Custom Content"
658
  msgstr "Vlastní obsah"
659
 
660
- #: library/plugin-settings.php:1088
661
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
662
  msgstr "Vlastní text / značka, která má být uvedena před formulářem pro podání. Chcete-li zakázat, ponechte prázdné."
663
 
664
- #: library/plugin-settings.php:1091
665
  msgid "Rich Text Editor"
666
  msgstr "Rich Text Editor"
667
 
668
- #: library/plugin-settings.php:1093
669
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
670
  msgstr "Zaškrtněte toto políčko, pokud chcete povolit úpravu textů bohatých na WP pro odeslané příspěvky."
671
 
672
- #: library/plugin-settings.php:1096
673
  msgid "Unique Titles"
674
  msgstr "Jedinečné tituly"
675
 
676
- #: library/plugin-settings.php:1098
677
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
678
  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ů)."
679
 
680
- #: library/plugin-settings.php:1101
681
  msgid "Disable Required"
682
  msgstr "Zakázat požadavek"
683
 
684
- #: library/plugin-settings.php:1103
685
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
686
  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)."
687
 
688
- #: library/plugin-settings.php:1106
689
  msgid "Disable IP Tracking"
690
  msgstr "Zakázat sledování IP"
691
 
692
- #: library/plugin-settings.php:1108
693
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
694
  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."
695
 
696
- #: library/plugin-settings.php:1111
697
  msgid "Enable Shortcodes"
698
  msgstr "Povolit krátké kódy"
699
 
700
- #: library/plugin-settings.php:1113
701
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
702
- msgstr "Povolit krátké kódy v widgety. Ve výchozím nastavení aplikace WordPress nepovoluje krátké kódy v widgety."
703
 
704
- #: library/plugin-settings.php:1114
705
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
706
  msgstr "Toto nastavení umožňuje některé nebo všechny krátké kódy v widgetu (dokonce i zkratky z jiných modulů)."
707
 
708
- #: library/plugin-settings.php:1119 library/plugin-settings.php:1124
709
  msgid "Categories"
710
  msgstr "Kategorie"
711
 
712
- #: library/plugin-settings.php:1127
713
  msgid "Select which categories may be assigned to submitted posts (click to toggle)"
714
  msgstr "Vyberte, které kategorie mohou být přiřazeny k příspěvkům (klikněte pro přepnutí)"
715
 
716
- #: library/plugin-settings.php:1135
717
  msgid "Hidden/Default Category"
718
  msgstr "Skrytá / výchozí kategorie"
719
 
720
- #: library/plugin-settings.php:1137
721
  msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
722
  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."
723
 
724
- #: library/plugin-settings.php:1140
725
  msgid "Category ID for Hidden Field"
726
  msgstr "ID kategorie pro skryté pole"
727
 
728
- #: library/plugin-settings.php:1142
729
  msgid "Specify the ID of the category to use for the “Hidden/Default Category” option."
730
  msgstr "Zadejte ID kategorie, kterou chcete použít pro skrytou / výchozí kategorii & rdquo; volba."
731
 
732
- #: library/plugin-settings.php:1147
733
  msgid "Users"
734
  msgstr "Uživatelé"
735
 
736
- #: library/plugin-settings.php:1152
737
  msgid "Assigned Author"
738
  msgstr "Přiřazený autor"
739
 
740
- #: library/plugin-settings.php:1155
741
  msgid "Specify the user that should be assigned as author for submitted posts."
742
  msgstr "Zadejte uživatele, který by měl být přiřazen jako autor příspěvků."
743
 
744
- #: library/plugin-settings.php:1159
745
  msgid "Registered Username"
746
  msgstr "Registrované uživatelské jméno"
747
 
748
- #: library/plugin-settings.php:1161
749
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
750
  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."
751
 
752
- #: library/plugin-settings.php:1164
753
  msgid "User Profile URL"
754
  msgstr "Adresa URL profilu uživatele"
755
 
756
- #: library/plugin-settings.php:1166
757
  msgid "Use registered user’s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
758
- msgstr "Použijte 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."
759
 
760
- #: library/plugin-settings.php:1169
761
  msgid "Require User Login"
762
  msgstr "Požadovat přihlášení uživatele"
763
 
764
- #: library/plugin-settings.php:1171
765
  msgid "Require users to be logged in to WordPress to view/submit the form"
766
- msgstr "Požadovat, aby uživatelé byli přihlášeni do aplikace WordPress, aby zobrazili / odeslali formulář"
 
 
 
 
767
 
768
- #: library/plugin-settings.php:1177
 
 
 
 
769
  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."
770
  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í."
771
 
772
- #: library/plugin-settings.php:1182
773
  msgid "Custom Field Name"
774
  msgstr "Název vlastního pole"
775
 
776
- #: library/plugin-settings.php:1184
777
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
778
  msgstr "Používejte pouze alfanumerické znaky, podtržítka a pomlčky. Pokud si nejste jisti, použijte výchozí název:"
779
 
780
- #: library/plugin-settings.php:1187
781
  msgid "Custom Field Label"
782
  msgstr "Vlastní pole Označení"
783
 
784
- #: library/plugin-settings.php:1189
785
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
786
  msgstr "Zobrazí se jako štítek pole ve formuláři. Výchozí: Vlastní pole"
787
 
788
- #: library/plugin-settings.php:1201
789
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
790
  msgstr "Chcete-li zabránit spamu, zadejte otázku, kterou musí uživatel odpovědět před odesláním formuláře."
791
 
792
- #: library/plugin-settings.php:1204
793
  msgid "Challenge Response"
794
  msgstr "Odpověď výzvy"
795
 
796
- #: library/plugin-settings.php:1206
797
  msgid "Enter the *only* correct answer to the challenge question."
798
- msgstr "Zadejte správnou odpověď * pouze * na výzvu."
799
 
800
- #: library/plugin-settings.php:1209
801
  msgid "Case-sensitivity"
802
  msgstr "Citlivost případu"
803
 
804
- #: library/plugin-settings.php:1211
805
  msgid "Check this box if you want the challenge response to be case-sensitive."
806
  msgstr "Zaškrtněte toto políčko, pokud chcete, aby odpověď na výzvu byla citlivá na velká a malá písmena."
807
 
808
- #: library/plugin-settings.php:1217
809
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
810
  msgstr "Chcete-li službu Google reCAPTCHA povolit, zadejte své veřejné a soukromé klíče."
811
 
812
- #: library/plugin-settings.php:1222
813
  msgid "Public Key"
814
  msgstr "Veřejný klíč"
815
 
816
- #: library/plugin-settings.php:1224
817
  msgid "Enter your Public Key"
818
  msgstr "Zadejte veřejný klíč"
819
 
820
- #: library/plugin-settings.php:1227
821
  msgid "Private Key"
822
  msgstr "Soukromý klíč"
823
 
824
- #: library/plugin-settings.php:1229
825
  msgid "Enter your Private Key"
826
  msgstr "Zadejte svůj soukromý klíč"
827
 
828
- #: library/plugin-settings.php:1234
829
  msgid "Email Alerts"
830
  msgstr "E-mailové upozornění"
831
 
832
- #: library/plugin-settings.php:1239
833
  msgid "Receive Email Alert"
834
  msgstr "Získejte upozornění e-mailem"
835
 
836
- #: library/plugin-settings.php:1241
837
  msgid "Check this box if you want to be notified via email for new post submissions."
838
  msgstr "Zaškrtněte toto políčko, chcete-li být upozorněni e-mailem na nové podání příspěvků."
839
 
840
- #: library/plugin-settings.php:1244
841
  msgid "Enable HTML Format"
842
  msgstr "Povolit formát HTML"
843
 
844
- #: library/plugin-settings.php:1246
845
  msgid "Check this box to enable HTML format for email alerts."
846
  msgstr "Zaškrtnutím tohoto políčka povolíte formát HTML pro e-mailové upozornění."
847
 
848
- #: library/plugin-settings.php:1249
849
  msgid "Email Address for Alerts"
850
  msgstr "E-mailová adresa pro výstrahy"
851
 
852
- #: library/plugin-settings.php:1251
853
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
854
  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."
855
 
856
- #: library/plugin-settings.php:1252
857
  msgid "Multiple recipients may be included using a comma, like so:"
858
  msgstr "Vícenásobné příjemci mohou být vloženy pomocí čárky, například takto:"
859
 
860
- #: library/plugin-settings.php:1255
861
  msgid "Email “From” Address"
862
  msgstr "Email & ldquo; From & rdquo; Adresa"
863
 
864
- #: library/plugin-settings.php:1257
865
  msgid "Here you may customize the address(es) used for the “From” header (see plugin FAQs for info). "
866
- 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ů)."
867
 
868
- #: library/plugin-settings.php:1258
869
  msgid "If multiple addresses are specified in the previous setting, include an equal number of “From” addresses for this setting (in the same order)."
870
  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í)."
871
 
872
- #: library/plugin-settings.php:1261
873
  msgid "Email Alert Subject"
874
  msgstr "Předmět upozornění emailem"
875
 
876
- #: library/plugin-settings.php:1263
877
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
878
  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é:"
879
 
880
- #: library/plugin-settings.php:1268
881
  msgid "Email Alert Message"
882
  msgstr "E-mailová výstražná zpráva"
883
 
884
- #: library/plugin-settings.php:1270
885
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
886
  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é:"
887
 
888
- #: library/plugin-settings.php:1282
889
  msgid "Featured Image"
890
  msgstr "Doporučený obrázek"
891
 
892
- #: library/plugin-settings.php:1284
893
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
894
  msgstr "Nastavte odeslané snímky jako doporučené obrázky. Vyžaduje podporu motivů pro doporučené obrázky (aka Post Thumbnails)."
895
 
896
- #: library/plugin-settings.php:1287
897
  msgid "Upload Message"
898
  msgstr "Nahrát zprávu"
899
 
900
- #: library/plugin-settings.php:1289
901
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
902
  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í."
903
 
904
- #: library/plugin-settings.php:1292
905
  msgid "“Add another image” link"
906
  msgstr "& ldquo; Přidat další obrázek & rdquo; odkaz"
907
 
908
- #: library/plugin-settings.php:1294
909
  msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
910
  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é."
911
 
912
- #: library/plugin-settings.php:1297
913
  msgid "Minimum number of images"
914
  msgstr "Minimální počet snímků"
915
 
916
- #: library/plugin-settings.php:1300
917
  msgid "Specify the minimum number of images."
918
  msgstr "Určete minimální počet snímků."
919
 
920
- #: library/plugin-settings.php:1304
921
  msgid "Maximum number of images"
922
  msgstr "Maximální počet snímků"
923
 
924
- #: library/plugin-settings.php:1307
925
  msgid "Specify the maximum number of images."
926
  msgstr "Zadejte maximální počet snímků."
927
 
928
- #: library/plugin-settings.php:1311
929
  msgid "Minimum image width"
930
  msgstr "Minimální šířka obrazu"
931
 
932
- #: library/plugin-settings.php:1313
933
  msgid "Specify a minimum width (in pixels) for uploaded images."
934
  msgstr "Zadejte minimální šířku (v pixelech) nahraných obrázků."
935
 
936
- #: library/plugin-settings.php:1316
937
  msgid "Minimum image height"
938
  msgstr "Minimální výška obrazu"
939
 
940
- #: library/plugin-settings.php:1318
941
  msgid "Specify a minimum height (in pixels) for uploaded images."
942
  msgstr "Zadejte minimální výšku (v pixelech) nahraných obrázků."
943
 
944
- #: library/plugin-settings.php:1321
945
  msgid "Maximum image width"
946
  msgstr "Maximální šířka obrázku"
947
 
948
- #: library/plugin-settings.php:1323
949
  msgid "Specify a maximum width (in pixels) for uploaded images."
950
  msgstr "Zadejte maximální šířku (v pixelech) pro nahrané obrázky."
951
 
952
- #: library/plugin-settings.php:1326
953
  msgid "Maximum image height"
954
  msgstr "Maximální výška obrazu"
955
 
956
- #: library/plugin-settings.php:1328
957
  msgid "Specify a maximum height (in pixels) for uploaded images."
958
- msgstr "Zadejte maximální výšku (v pixelech) nahraných obrázků."
959
 
960
- #: library/plugin-settings.php:1331
961
  msgid "More Options"
962
  msgstr "Více možností"
963
 
964
- #: library/plugin-settings.php:1334
965
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
966
  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"
967
 
968
- #: library/plugin-settings.php:1335
969
  msgid "Go Pro!"
970
  msgstr "Staň se profesionálem!"
971
 
972
- #: library/plugin-settings.php:1342
973
  msgid "Auto-Display Content"
974
  msgstr "Obsah pro automatické zobrazení"
975
 
976
- #: library/plugin-settings.php:1347
977
  msgid "Images Auto-Display"
978
  msgstr "Obrázky Auto-zobrazení"
979
 
980
- #: library/plugin-settings.php:1349
981
  msgid "Auto-display user-submitted images:"
982
  msgstr "Automatické zobrazení obrázků odeslaných uživateli:"
983
 
984
- #: library/plugin-settings.php:1354
985
  msgid "Image Markup"
986
  msgstr "Značka obrázků"
987
 
988
- #: library/plugin-settings.php:1356
989
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
990
  msgstr "Označení, které chcete použít pro každý odeslaný snímek (pokud je povoleno automatické zobrazení). Může použít"
991
 
992
- #: library/plugin-settings.php:1358 library/plugin-settings.php:1371
993
- #: library/plugin-settings.php:1384 library/plugin-settings.php:1397
994
  msgid "and"
995
  msgstr "a"
996
 
997
- #: library/plugin-settings.php:1361
998
  msgid "Email Auto-Display"
999
  msgstr "Automatické zobrazení e-mailu"
1000
 
1001
- #: library/plugin-settings.php:1363
1002
  msgid "Auto-display user-submitted email:"
1003
  msgstr "Auto-zobrazení e-mailu odeslaného uživatelem:"
1004
 
1005
- #: library/plugin-settings.php:1368
1006
  msgid "Email Markup"
1007
  msgstr "Značka e-mailu"
1008
 
1009
- #: library/plugin-settings.php:1370
1010
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1011
  msgstr "Označení, které chcete použít pro odeslanou e-mailovou adresu (pokud je povoleno automatické zobrazení). Může použít"
1012
 
1013
- #: library/plugin-settings.php:1374
1014
  msgid "URL Auto-Display"
1015
  msgstr "Automatické zobrazení URL"
1016
 
1017
- #: library/plugin-settings.php:1376
1018
  msgid "Auto-display user-submitted URL:"
1019
  msgstr "Automatická zobrazení adresy URL odeslané uživatelem:"
1020
 
1021
- #: library/plugin-settings.php:1381
1022
  msgid "URL Markup"
1023
  msgstr "Značka URL"
1024
 
1025
- #: library/plugin-settings.php:1383
1026
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1027
  msgstr "Značka, kterou chcete použít pro odeslanou adresu URL (pokud je povoleno automatické zobrazení). Může použít"
1028
 
1029
- #: library/plugin-settings.php:1387
1030
  msgid "Custom Field Auto-Display"
1031
  msgstr "Automatické zobrazení vlastního pole"
1032
 
1033
- #: library/plugin-settings.php:1389
1034
  msgid "Auto-display user-submitted Custom Field:"
1035
  msgstr "Automatické zobrazení vlastního pole odeslaného uživatelem:"
1036
 
1037
- #: library/plugin-settings.php:1394
1038
  msgid "Custom Field Markup"
1039
  msgstr "Vlastní značka pole"
1040
 
1041
- #: library/plugin-settings.php:1396
1042
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1043
  msgstr "Označení, které chcete použít pro zadané vlastní pole (pokud je povoleno automatické zobrazení). Může použít"
1044
 
1045
- #: library/plugin-settings.php:1402 library/plugin-settings.php:1468
1046
  msgid "Save Settings"
1047
  msgstr "Uložit nastavení"
1048
 
1049
- #: library/plugin-settings.php:1407
1050
  msgid "Display the Form"
1051
  msgstr "Zobrazit formulář"
1052
 
1053
- #: library/plugin-settings.php:1410
1054
  msgid "Post-Submit Form"
1055
  msgstr "Formulář po odeslání"
1056
 
1057
- #: library/plugin-settings.php:1411
1058
  msgid "USP enables you to display a post-submission form anywhere on your site."
1059
  msgstr "USP vám umožňuje zobrazit formulář pro podání na libovolném místě vašeho webu."
1060
 
1061
- #: library/plugin-settings.php:1412 library/plugin-settings.php:1419
1062
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1063
  msgstr "Pomocí zkráceného kódu zobrazte formulář na libovolném příspěvku WP nebo na stránce:"
1064
 
1065
- #: library/plugin-settings.php:1414 library/plugin-settings.php:1421
1066
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1067
  msgstr "Nebo použijte značku šablony k zobrazení formuláře kdekoli v šabloně motivů:"
1068
 
1069
- #: library/plugin-settings.php:1417
1070
  msgid "Login/Register Form"
1071
  msgstr "Formulář přihlášení / registrace"
1072
 
1073
- #: library/plugin-settings.php:1418
1074
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1075
  msgstr "Můžete také zobrazit formulář, který umožňuje uživatelům přihlašovat, registrovat nebo resetovat své heslo."
1076
 
1077
- #: library/plugin-settings.php:1424
1078
  msgid "Display Submitted Posts"
1079
  msgstr "Zobrazit příspěvky odeslané"
1080
 
1081
- #: library/plugin-settings.php:1425
1082
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1083
  msgstr "Pomocí tohoto zkráceného kódu zobrazíte seznam odeslaných příspěvků na libovolném příspěvku WP nebo na stránce:"
1084
 
1085
- #: library/plugin-settings.php:1427
1086
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1087
  msgstr "Nebo použijte značku šablony pro zobrazení seznamu odeslaných příspěvků kdekoli v šabloně motivů:"
1088
 
1089
- #: library/plugin-settings.php:1429
1090
  msgid "Here are some examples showing how to configure this shortcode:"
1091
  msgstr "Níže uvádíme několik příkladů, jak nakonfigurovat tento krátký kód:"
1092
 
1093
- #: library/plugin-settings.php:1436
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1094
  msgid "Access Control"
1095
  msgstr "Řízení přístupu"
1096
 
1097
- #: library/plugin-settings.php:1437
1098
  msgid "USP provides three shortcodes to control access and restrict content."
1099
  msgstr "USP poskytuje tři krátké kódy pro kontrolu přístupu a omezení obsahu."
1100
 
1101
- #: library/plugin-settings.php:1438
1102
  msgid "Display content only to users with a specific capability:"
1103
  msgstr "Zobrazovat obsah pouze uživatelům s určitou schopností:"
1104
 
1105
- #: library/plugin-settings.php:1440
1106
  msgid "Display content to logged-in users:"
1107
  msgstr "Zobrazení obsahu uživatelům, kteří se přihlásili:"
1108
 
1109
- #: library/plugin-settings.php:1442
1110
  msgid "Display content to visitors only:"
1111
  msgstr "Zobrazovat obsah pouze návštěvníkům:"
1112
 
1113
- #: library/plugin-settings.php:1444
1114
  msgid "Tip:"
1115
  msgstr "Tip:"
1116
 
1117
- #: library/plugin-settings.php:1444
1118
  msgid "to include markup in the deny message, you can use"
1119
  msgstr "přidat značku do zprávy odmítnout, kterou můžete použít"
1120
 
1121
- #: library/plugin-settings.php:1444
1122
  msgid "to output"
1123
  msgstr "k výstupu"
1124
 
1125
- #: library/plugin-settings.php:1446
1126
  msgid "Example"
1127
  msgstr "Příklad"
1128
 
1129
- #: library/plugin-settings.php:1447
1130
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1131
  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ář:"
1132
 
1133
- #: library/plugin-settings.php:1459
1134
  msgid "Restore Defaults"
1135
  msgstr "Obnovit výchozí nastavení"
1136
 
1137
- #: library/plugin-settings.php:1462
1138
  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."
1139
  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."
1140
 
1141
- #: library/plugin-settings.php:1466
1142
  msgid "Restore default options upon plugin deactivation/reactivation."
1143
  msgstr "Obnovit výchozí možnosti po deaktivaci / opětovné aktivaci pluginu."
1144
 
1145
- #: library/plugin-settings.php:1473
1146
  msgid "Show Support"
1147
  msgstr "Zobrazit podporu"
1148
 
1149
- #: library/plugin-settings.php:1482
1150
  msgid "by"
1151
  msgstr "podle"
1152
 
1153
- #: library/plugin-settings.php:1483
1154
  msgid "Jeff Starr on Twitter"
1155
  msgstr "Jeff Starr na Twitteru"
1156
 
1157
- #: library/plugin-settings.php:1484
1158
  msgid "Obsessive Web Design & Development"
1159
  msgstr "Obsessive Web Design & amp; Rozvoj"
1160
 
1161
- #: library/plugin-settings.php:1495
1162
  msgid "Save Preference"
1163
  msgstr "Uložit předvolbu"
1164
 
1165
- #: library/plugin-settings.php:1502
1166
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1167
  msgstr "Opravdu chcete obnovit všechny výchozí možnosti? (tato akce nelze vrátit zpět)"
1168
 
1169
- #: library/template-tags.php:214
1170
- msgid "View full post"
1171
- msgstr "Zobrazit celý příspěvek"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1172
 
1173
  #. Description of the plugin
1174
  #:
4
  "Content-Type: text/plain; charset=UTF-8\n"
5
  "Content-Transfer-Encoding: 8bit\n"
6
  "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20180316\n"
8
  "Language: cs\n"
9
 
10
  #. Name of the plugin
11
+ #: user-submitted-posts.php:44 library/support-panel.php:5
12
  msgid "User Submitted Posts"
13
  msgstr "Uživatelské příspěvky odeslané"
14
 
15
+ #: user-submitted-posts.php:81
16
  msgid "requires WordPress "
17
  msgstr "vyžaduje WordPress"
18
 
19
+ #: user-submitted-posts.php:82
20
  msgid " or higher, and has been deactivated! "
21
  msgstr " nebo vyšší a byla deaktivována!"
22
 
23
+ #: user-submitted-posts.php:83
24
  msgid "Please return to the"
25
  msgstr "Vraťte se prosím na"
26
 
27
+ #: user-submitted-posts.php:84
28
  msgid "WordPress Admin Area"
29
  msgstr "Oblast WordPress Admin"
30
 
31
+ #: user-submitted-posts.php:85
32
  msgid "to upgrade WordPress and try again."
33
  msgstr "upgrade WordPress a zkuste to znovu."
34
 
35
+ #: user-submitted-posts.php:125
36
  msgid "User Submitted Post"
37
  msgstr "Uživatelské příspěvky odeslané"
38
 
39
+ #: user-submitted-posts.php:419
40
  msgid "User Submitted Post Info"
41
  msgstr "Uživatel odeslal informace o příspěvku"
42
 
43
+ #: user-submitted-posts.php:449
44
  msgid "Submitter Name: "
45
  msgstr "Název zadavatele:"
46
 
47
+ #: user-submitted-posts.php:450
48
  msgid "Submitter Email: "
49
  msgstr "Email odesílatele:"
50
 
51
+ #: user-submitted-posts.php:451
52
  msgid "Submitter URL: "
53
  msgstr "URL odesílatele:"
54
 
55
+ #: user-submitted-posts.php:452
56
  msgid "Submitter IP: "
57
  msgstr "Zadavatel IP:"
58
 
59
+ #: user-submitted-posts.php:503
60
  msgid "Show USP Posts"
61
  msgstr "Zobrazit příspěvky USP"
62
 
63
+ #: user-submitted-posts.php:504 library/plugin-settings.php:979
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
+ #: user-submitted-posts.php:1272
68
  msgid " files required"
69
  msgstr " potřebné soubory"
70
 
71
+ #: user-submitted-posts.php:1273
72
  msgid " file required"
73
  msgstr " požadovaný soubor"
74
 
75
+ #: user-submitted-posts.php:1275
76
  msgid " files"
77
  msgstr " soubory"
78
 
79
+ #: user-submitted-posts.php:1276
80
  msgid " file"
81
  msgstr " soubor"
82
 
83
+ #: user-submitted-posts.php:1278 user-submitted-posts.php:1279
84
+ #: user-submitted-posts.php:1280 user-submitted-posts.php:1281
85
  msgid " pixels"
86
  msgstr " pixelů"
87
 
88
+ #: user-submitted-posts.php:1283 library/core-functions.php:215
89
+ #: library/plugin-settings.php:284 library/plugin-settings.php:303
90
+ #: library/plugin-settings.php:701 library/plugin-settings.php:1195
91
  msgid "Custom Field"
92
  msgstr "Vlastní pole"
93
 
94
+ #: user-submitted-posts.php:1286
95
  msgid "An error occurred. Please go back and try again."
96
  msgstr "Vyskytla se chyba. Vraťte se prosím a zkuste to znovu."
97
 
98
+ #: user-submitted-posts.php:1296
99
  msgid "User login required"
100
  msgstr "Vyžaduje se přihlášení uživatele"
101
 
102
+ #: user-submitted-posts.php:1297
103
  msgid "User name required"
104
  msgstr "Je vyžadováno uživatelské jméno"
105
 
106
+ #: user-submitted-posts.php:1298
107
  msgid "Post title required"
108
  msgstr "Požadováno je název příspěvku"
109
 
110
+ #: user-submitted-posts.php:1299
111
  msgid "User URL required"
112
  msgstr "Požadovaná adresa URL uživatele"
113
 
114
+ #: user-submitted-posts.php:1300
115
  msgid "Post tags required"
116
  msgstr "Požadované značky jsou povinné"
117
 
118
+ #: user-submitted-posts.php:1301
119
  msgid "Post category required"
120
+ msgstr "Je požadována kategorie příspěvků"
121
 
122
+ #: user-submitted-posts.php:1302
123
  msgid "Post content required"
124
  msgstr "Vyžádat požadovaný obsah"
125
 
126
+ #: user-submitted-posts.php:1303 user-submitted-posts.php:1304
127
  msgid "Correct captcha required"
128
  msgstr "Opravena chyba captcha"
129
 
130
+ #: user-submitted-posts.php:1305
131
  msgid "User email required"
132
  msgstr "Požadována e-mailová adresa uživatele"
133
 
134
+ #: user-submitted-posts.php:1306
135
  msgid "Please check your email and try again"
136
  msgstr "Zkontrolujte e-mail a zkuste to znovu"
137
 
138
+ #: user-submitted-posts.php:1307
139
  msgid "Non-empty value for hidden field"
140
  msgstr "Neplatná hodnota pro skryté pole"
141
 
142
+ #: user-submitted-posts.php:1308
143
  msgid "Minimum number of images not met"
144
  msgstr "Minimální počet obrázků není splněn"
145
 
146
+ #: user-submitted-posts.php:1309
147
  msgid "Maximum number of images exceeded "
148
  msgstr "Maximální počet obrázků byl překročen"
149
 
150
+ #: user-submitted-posts.php:1310
151
  msgid "Minimum image width not met"
152
  msgstr "Minimální šířka obrazu není splněna"
153
 
154
+ #: user-submitted-posts.php:1311
155
  msgid "Image width exceeds maximum"
156
  msgstr "Šířka obrázku překračuje maximální hodnotu"
157
 
158
+ #: user-submitted-posts.php:1312
159
  msgid "Minimum image height not met"
160
  msgstr "Minimální výška obrazu není splněna"
161
 
162
+ #: user-submitted-posts.php:1313
163
  msgid "Image height exceeds maximum"
164
  msgstr "Výška obrázku přesahuje maximální"
165
 
166
+ #: user-submitted-posts.php:1314
167
  msgid "File type not allowed (please upload images only)"
168
  msgstr "Typ souboru není povolen (prosím nahrát obrázky)"
169
 
170
+ #: user-submitted-posts.php:1315
171
  msgid " required"
172
  msgstr " Povinný"
173
 
174
+ #: user-submitted-posts.php:1319
175
  msgid "File not uploaded. Please check the file and try again."
176
  msgstr "Soubor nebyl nahrán. Zkontrolujte soubor a zkuste to znovu."
177
 
178
+ #: user-submitted-posts.php:1323
179
  msgid "The file(s) could not be uploaded"
180
  msgstr "Soubory nemohly být nahrány"
181
 
182
+ #: user-submitted-posts.php:1325
183
  msgid "Post not created. Please contact the site administrator for help."
184
  msgstr "Příspěvek nebyl vytvořen. Obraťte se prosím na správce webu o pomoc."
185
 
186
+ #: user-submitted-posts.php:1326
187
  msgid "Duplicate post title. Please try again."
188
  msgstr "Duplicitní název příspěvku. Prosím zkuste to znovu."
189
 
190
+ #: user-submitted-posts.php:1336
191
  msgid "Error: "
192
  msgstr "Chyba:"
193
 
194
+ #: user-submitted-posts.php:1362
195
  msgid "Return to form"
196
  msgstr "Vraťte se k formuláři"
197
 
198
+ #: user-submitted-posts.php:1392 library/plugin-settings.php:955
199
  msgid "Please"
200
  msgstr "Prosím"
201
 
202
+ #: user-submitted-posts.php:1393
203
  msgid "log in"
204
  msgstr "přihlásit se"
205
 
206
+ #: user-submitted-posts.php:1394
207
  msgid "to submit content!"
208
  msgstr "odeslat obsah!"
209
 
228
 
229
  #: views/submission-form.php:74 views/submission-form.php:75
230
  #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
+ #: library/plugin-settings.php:1016
232
  msgid "Post Title"
233
  msgstr "Název příspěvku"
234
 
235
  #: views/submission-form.php:80 views/submission-form.php:81
236
  #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
+ #: library/plugin-settings.php:1017
238
  msgid "Post Tags"
239
  msgstr "Značky příspěvku"
240
 
243
  msgstr "Antispamová otázka"
244
 
245
  #: views/submission-form.php:98 views/submission-form-alt.php:103
246
+ #: library/plugin-settings.php:1018
247
  msgid "Post Category"
248
  msgstr "Odeslat kategorii"
249
 
253
 
254
  #: views/submission-form.php:135 views/submission-form.php:136
255
  #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
+ #: library/plugin-settings.php:1019
257
  msgid "Post Content"
258
  msgstr "Odeslat obsah"
259
 
277
  msgid "Submit Post"
278
  msgstr "Odeslat příspěvek"
279
 
280
+ #: library/shortcode-misc.php:18
281
+ msgid "Reset form"
282
+ msgstr "Obnovit formulář"
283
+
284
+ #: library/shortcode-misc.php:128
285
+ msgid "View full post"
286
+ msgstr "Zobrazit celý příspěvek"
287
+
288
  #: library/plugin-settings.php:32
289
  msgid "Get USP Pro for unlimited forms!"
290
  msgstr "Získejte USP Pro pro neomezené formy!"
388
  msgstr "pro konfiguraci možností)"
389
 
390
  #: library/plugin-settings.php:318 library/plugin-settings.php:335
391
+ #: library/plugin-settings.php:1213 library/plugin-settings.php:1218
392
  msgid "Challenge Question"
393
  msgstr "Výzva Otázky"
394
 
395
  #: library/plugin-settings.php:350 library/plugin-settings.php:367
396
+ #: library/plugin-settings.php:1235
397
  msgid "Google reCAPTCHA"
398
  msgstr "Google reCAPTCHA"
399
 
409
  msgid "Disable"
410
  msgstr "Zakázat"
411
 
412
+ #: library/plugin-settings.php:399 library/plugin-settings.php:1296
413
  msgid "Image Uploads"
414
  msgstr "Nahrávání obrázků"
415
 
437
  msgid " approved posts"
438
  msgstr " schválených míst"
439
 
440
+ #: library/plugin-settings.php:645
441
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
442
  msgstr "Byla tam chyba. Ujistěte se, že jste přidali název, obsah a že jste nahrali pouze obrázky."
443
 
444
+ #: library/plugin-settings.php:659
445
  msgid "Please select your image(s) to upload."
446
  msgstr "Vyberte obrázky, které chcete nahrát."
447
 
448
+ #: library/plugin-settings.php:665
449
  msgid "Success! Thank you for your submission."
450
  msgstr "Úspěch! Děkujeme za vaše podání."
451
 
452
+ #: library/plugin-settings.php:691
453
  msgid "Email"
454
  msgstr "E-mailem"
455
 
456
+ #: library/plugin-settings.php:692
457
  msgid "URL"
458
  msgstr "URL"
459
 
460
+ #: library/plugin-settings.php:942
 
 
 
 
461
  msgid "Toggle all panels"
462
  msgstr "Přepínejte všechny panely"
463
 
464
+ #: library/plugin-settings.php:951
465
  msgid "We need your support!"
466
  msgstr "Potřebujeme vaši podporu!"
467
 
468
+ #: library/plugin-settings.php:955
469
  msgid "Make a donation via PayPal"
470
  msgstr "Proveďte darování prostřednictvím služby PayPal"
471
 
472
+ #: library/plugin-settings.php:955
473
  msgid "make a donation"
474
  msgstr "přispět"
475
 
476
+ #: library/plugin-settings.php:955
477
  msgid "and/or"
478
  msgstr "a / nebo"
479
 
480
+ #: library/plugin-settings.php:956
481
  msgid "Rate and review at the Plugin Directory"
482
  msgstr "Ohodnoťte a přečtěte v adresáři Plugin"
483
 
484
+ #: library/plugin-settings.php:957
485
  msgid "give this plugin a 5-star rating"
486
  msgstr "udělejte tomuto pluginu 5 hvězdiček"
487
 
488
+ #: library/plugin-settings.php:961
489
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
490
  msgstr "Vaše velkorysá podpora umožňuje další vývoj tohoto bezplatného pluginu. Děkuji!"
491
 
492
+ #: library/plugin-settings.php:966
493
  msgid "Check this box if you have shown support"
494
  msgstr "Zaškrtněte toto políčko, pokud jste projevili podporu"
495
 
496
+ #: library/plugin-settings.php:975
497
  msgid "Overview"
498
  msgstr "Přehled"
499
 
500
+ #: library/plugin-settings.php:979
501
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
502
  msgstr "umožňuje návštěvníkům odesílat příspěvky a nahrát obrázky z přední části vašeho webu."
503
 
504
+ #: library/plugin-settings.php:980
505
  msgid "For advanced functionality and unlimited forms, check out"
506
  msgstr "Pro pokročilé funkce a neomezené formy, podívejte se"
507
 
508
+ #: library/plugin-settings.php:980 library/plugin-settings.php:1354
509
  msgid "USP Pro"
510
  msgstr "USP Pro"
511
 
512
+ #: library/plugin-settings.php:981
513
  msgid "— the ultimate solution for user-generated content."
514
  msgstr "& mdash; konečné řešení pro obsah vytvořený uživateli."
515
 
516
+ #: library/plugin-settings.php:985 library/plugin-settings.php:1002
517
  msgid "Plugin Settings"
518
  msgstr "Nastavení pluginu"
519
 
520
+ #: library/plugin-settings.php:986
521
  msgid "Display the form"
522
  msgstr "Zobrazit formulář"
523
 
524
+ #: library/plugin-settings.php:987 library/plugin-settings.php:1511
525
  msgid "Plugin Homepage"
526
  msgstr "Plugin Hlavní stránka"
527
 
528
+ #: library/plugin-settings.php:990
529
  msgid "If you like this plugin, please"
530
  msgstr "Pokud se vám tento plugin líbí, prosím"
531
 
532
+ #: library/plugin-settings.php:991
533
  msgid "THANK YOU for your support!"
534
  msgstr "Děkuji za vaší podporu!"
535
 
536
+ #: library/plugin-settings.php:991
537
  msgid "give it a 5-star rating"
538
  msgstr "udělejte mu 5 hvězdiček"
539
 
540
+ #: library/plugin-settings.php:995
541
  msgid "Unlimited front-end forms"
542
  msgstr "Neomezené fore-end formuláře"
543
 
544
+ #: library/plugin-settings.php:995
545
  msgid "Get USP Pro"
546
  msgstr "Získejte USP Pro"
547
 
548
+ #: library/plugin-settings.php:1005
549
  msgid "Configure your settings for User Submitted Posts."
550
  msgstr "Nakonfigurujte nastavení pro příspěvky odeslané uživatelem."
551
 
552
+ #: library/plugin-settings.php:1007
553
  msgid "Form Fields"
554
  msgstr "Pole formulářů"
555
 
556
+ #: library/plugin-settings.php:1013
557
  msgid "User Name"
558
  msgstr "Uživatelské jméno"
559
 
560
+ #: library/plugin-settings.php:1014
561
  msgid "User Email"
562
  msgstr "Uživatelský e-mail"
563
 
564
+ #: library/plugin-settings.php:1015
565
  msgid "User URL"
566
  msgstr "Uživatelská adresa URL"
567
 
568
+ #: library/plugin-settings.php:1030
569
  msgid "General Settings"
570
  msgstr "Obecné nastavení"
571
 
572
+ #: library/plugin-settings.php:1032
573
+ msgid "Note that the default settings work fine for most cases."
574
+ msgstr "Všimněte si, že výchozí nastavení funguje ve většině případů v pořádku."
575
+
576
+ #: library/plugin-settings.php:1037
577
  msgid "Form Style"
578
  msgstr "Styl formuláře"
579
 
580
+ #: library/plugin-settings.php:1042
581
  msgid "With this option, you can copy the plugin’s default templates:"
582
  msgstr "Pomocí této možnosti můžete zkopírovat výchozí šablony pluginů:"
583
 
584
+ #: library/plugin-settings.php:1047
585
  msgid "..and upload them into a directory named"
586
  msgstr ".. a nahrajte je do adresáře s názvem"
587
 
588
+ #: library/plugin-settings.php:1047
589
  msgid "in your theme:"
590
  msgstr "ve svém tématu:"
591
 
592
+ #: library/plugin-settings.php:1053
593
  msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
594
  msgstr "To vám umožní přizpůsobit formulář a styly podle potřeby. Další informace naleznete v sekci \"Vlastní formulář pro podání\""
595
 
596
+ #: library/plugin-settings.php:1054
597
  msgid "Installation Docs"
598
  msgstr "Instalační dokumenty"
599
 
600
+ #: library/plugin-settings.php:1055
601
  msgid "FYI: here is a"
602
  msgstr "FYI: tady je a"
603
 
604
+ #: library/plugin-settings.php:1055
605
  msgid "list of USP CSS selectors"
606
  msgstr "seznam USP CSS selektorů"
607
 
608
+ #: library/plugin-settings.php:1061
609
  msgid "Include JavaScript"
610
  msgstr "Zahrnout JavaScript"
611
 
612
+ #: library/plugin-settings.php:1063
613
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
614
  msgstr "Zaškrtněte toto políčko, chcete-li zahrnout externí soubory JavaScript (doporučeno)."
615
 
616
+ #: library/plugin-settings.php:1066
617
  msgid "Targeted Loading"
618
  msgstr "Cílené načítání"
619
 
620
+ #: library/plugin-settings.php:1068
621
  msgid "By default, external CSS & JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
622
  msgstr "Ve výchozím nastavení jsou externí CSS & Na každé stránce jsou načítány soubory JavaScriptu. Zde můžete zadat adresu URL formuláře USP pro načítání zdrojů pouze na této stránce. Poznámka: Nechte prázdné načíst všechny stránky."
623
 
624
+ #: library/plugin-settings.php:1071
625
  msgid "Post Type"
626
  msgstr "Typ příspěvku"
627
 
628
+ #: library/plugin-settings.php:1074
629
  msgid "Submit posts as WP Posts or Pages"
630
  msgstr "Odeslat příspěvky jako WP příspěvky nebo stránky"
631
 
632
+ #: library/plugin-settings.php:1078
633
  msgid "Post Status"
634
  msgstr "Stav příspěvku"
635
 
636
+ #: library/plugin-settings.php:1081
637
  msgid "Post Status for submitted posts"
638
  msgstr "Stav příspěvku pro odeslané příspěvky"
639
 
640
+ #: library/plugin-settings.php:1085
641
  msgid "Redirect URL"
642
  msgstr "Přesměrování adresy URL"
643
 
644
+ #: library/plugin-settings.php:1087
645
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
646
  msgstr "Určete adresu URL, která přesměruje uživatele po odeslání. Chcete-li přesměrovat zpět na aktuální stránku, ponechte prázdné."
647
 
648
+ #: library/plugin-settings.php:1090
649
  msgid "Success Message"
650
  msgstr "Úspěšná zpráva"
651
 
652
+ #: library/plugin-settings.php:1092
653
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
654
  msgstr "Úspěšná zpráva, která se zobrazí, pokud je úspěšné po odeslání. Je povolena základní značka."
655
 
656
+ #: library/plugin-settings.php:1095
657
  msgid "Error Message"
658
  msgstr "Chybové hlášení"
659
 
660
+ #: library/plugin-settings.php:1097
661
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
662
  msgstr "Obecné chybové hlášení, které se zobrazí v případě selhání po odeslání. Je povolena základní značka."
663
 
664
+ #: library/plugin-settings.php:1100
665
  msgid "Custom Content"
666
  msgstr "Vlastní obsah"
667
 
668
+ #: library/plugin-settings.php:1102
669
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
670
  msgstr "Vlastní text / značka, která má být uvedena před formulářem pro podání. Chcete-li zakázat, ponechte prázdné."
671
 
672
+ #: library/plugin-settings.php:1105
673
  msgid "Rich Text Editor"
674
  msgstr "Rich Text Editor"
675
 
676
+ #: library/plugin-settings.php:1107
677
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
678
  msgstr "Zaškrtněte toto políčko, pokud chcete povolit úpravu textů bohatých na WP pro odeslané příspěvky."
679
 
680
+ #: library/plugin-settings.php:1110
681
  msgid "Unique Titles"
682
  msgstr "Jedinečné tituly"
683
 
684
+ #: library/plugin-settings.php:1112
685
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
686
  msgstr "Požadovat, aby předložené příspěvky byly jedinečné (užitečné pro prevenci opakovaných / duplicitních příspěvků)."
687
 
688
+ #: library/plugin-settings.php:1115
689
  msgid "Disable Required"
690
  msgstr "Zakázat požadavek"
691
 
692
+ #: library/plugin-settings.php:1117
693
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
694
  msgstr "Deaktivujte všechny požadované atributy na výchozí polích formuláře (užitečné pro odstraňování chybových zpráv)."
695
 
696
+ #: library/plugin-settings.php:1120
697
  msgid "Disable IP Tracking"
698
  msgstr "Zakázat sledování IP"
699
 
700
+ #: library/plugin-settings.php:1122
701
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
702
  msgstr "Ve výchozím nastavení služba USP zaznamenává adresu IP s každým odeslaným příspěvkem. Zaškrtnutím tohoto políčka deaktivujete veškeré sledování IP."
703
 
704
+ #: library/plugin-settings.php:1125
705
  msgid "Enable Shortcodes"
706
  msgstr "Povolit krátké kódy"
707
 
708
+ #: library/plugin-settings.php:1127
709
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
710
+ msgstr "Povolit zkratky v widgety. Ve výchozím nastavení WordPress nepovoluje krátké kódy v widgety."
711
 
712
+ #: library/plugin-settings.php:1128
713
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
714
  msgstr "Toto nastavení umožňuje některé nebo všechny krátké kódy v widgetu (dokonce i zkratky z jiných modulů)."
715
 
716
+ #: library/plugin-settings.php:1133 library/plugin-settings.php:1138
717
  msgid "Categories"
718
  msgstr "Kategorie"
719
 
720
+ #: library/plugin-settings.php:1141
721
  msgid "Select which categories may be assigned to submitted posts (click to toggle)"
722
  msgstr "Vyberte, které kategorie mohou být přiřazeny k příspěvkům (klikněte pro přepnutí)"
723
 
724
+ #: library/plugin-settings.php:1149
725
  msgid "Hidden/Default Category"
726
  msgstr "Skrytá / výchozí kategorie"
727
 
728
+ #: library/plugin-settings.php:1151
729
  msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
730
  msgstr "Použijte skryté pole pro kategorii pošty. Toto může být použito pro zadání výchozí kategorie, pokud je pole kategorie zakázáno."
731
 
732
+ #: library/plugin-settings.php:1154
733
  msgid "Category ID for Hidden Field"
734
  msgstr "ID kategorie pro skryté pole"
735
 
736
+ #: library/plugin-settings.php:1156
737
  msgid "Specify the ID of the category to use for the “Hidden/Default Category” option."
738
  msgstr "Zadejte ID kategorie, kterou chcete použít pro skrytou / výchozí kategorii & rdquo; volba."
739
 
740
+ #: library/plugin-settings.php:1161
741
  msgid "Users"
742
  msgstr "Uživatelé"
743
 
744
+ #: library/plugin-settings.php:1166
745
  msgid "Assigned Author"
746
  msgstr "Přiřazený autor"
747
 
748
+ #: library/plugin-settings.php:1169
749
  msgid "Specify the user that should be assigned as author for submitted posts."
750
  msgstr "Zadejte uživatele, který by měl být přiřazen jako autor příspěvků."
751
 
752
+ #: library/plugin-settings.php:1173
753
  msgid "Registered Username"
754
  msgstr "Registrované uživatelské jméno"
755
 
756
+ #: library/plugin-settings.php:1175
757
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
758
  msgstr "Použít registrované uživatelské jméno jako příspěvkový autor. Platí, když je osoba, která odesílá formulář, přihlášena do aplikace WordPress."
759
 
760
+ #: library/plugin-settings.php:1178
761
  msgid "User Profile URL"
762
  msgstr "Adresa URL profilu uživatele"
763
 
764
+ #: library/plugin-settings.php:1180
765
  msgid "Use registered user’s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
766
+ msgstr "Použít adresu URL profilu registrovaného uživatele jako hodnotu pole URL. Platí, když je osoba, která odesílá formulář, přihlášena do aplikace WordPress."
767
 
768
+ #: library/plugin-settings.php:1183
769
  msgid "Require User Login"
770
  msgstr "Požadovat přihlášení uživatele"
771
 
772
+ #: library/plugin-settings.php:1185
773
  msgid "Require users to be logged in to WordPress to view/submit the form"
774
+ msgstr "Požadovat, aby uživatelé byli přihlášeni do aplikace WordPress, aby mohli zobrazit / odeslat formulář"
775
+
776
+ #: library/plugin-settings.php:1188
777
+ msgid "Disable Replace Author"
778
+ msgstr "Zakázat Nahradit autora"
779
 
780
+ #: library/plugin-settings.php:1190
781
+ msgid "Do not replace post author with submitted user name"
782
+ msgstr "Nenahrazujte autor příspěvků za zadané uživatelské jméno"
783
+
784
+ #: library/plugin-settings.php:1196
785
  msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
786
  msgstr "Zde můžete změnit název a štítek, který používá vlastní pole. Toto pole můžete povolit pomocí výše uvedených polí formulářových polí."
787
 
788
+ #: library/plugin-settings.php:1201
789
  msgid "Custom Field Name"
790
  msgstr "Název vlastního pole"
791
 
792
+ #: library/plugin-settings.php:1203
793
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
794
  msgstr "Používejte pouze alfanumerické znaky, podtržítka a pomlčky. Pokud si nejste jisti, použijte výchozí název:"
795
 
796
+ #: library/plugin-settings.php:1206
797
  msgid "Custom Field Label"
798
  msgstr "Vlastní pole Označení"
799
 
800
+ #: library/plugin-settings.php:1208
801
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
802
  msgstr "Zobrazí se jako štítek pole ve formuláři. Výchozí: Vlastní pole"
803
 
804
+ #: library/plugin-settings.php:1220
805
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
806
  msgstr "Chcete-li zabránit spamu, zadejte otázku, kterou musí uživatel odpovědět před odesláním formuláře."
807
 
808
+ #: library/plugin-settings.php:1223
809
  msgid "Challenge Response"
810
  msgstr "Odpověď výzvy"
811
 
812
+ #: library/plugin-settings.php:1225
813
  msgid "Enter the *only* correct answer to the challenge question."
814
+ msgstr "Zadejte odpověď * pouze * na otázku výzvy."
815
 
816
+ #: library/plugin-settings.php:1228
817
  msgid "Case-sensitivity"
818
  msgstr "Citlivost případu"
819
 
820
+ #: library/plugin-settings.php:1230
821
  msgid "Check this box if you want the challenge response to be case-sensitive."
822
  msgstr "Zaškrtněte toto políčko, pokud chcete, aby odpověď na výzvu byla citlivá na velká a malá písmena."
823
 
824
+ #: library/plugin-settings.php:1236
825
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
826
  msgstr "Chcete-li službu Google reCAPTCHA povolit, zadejte své veřejné a soukromé klíče."
827
 
828
+ #: library/plugin-settings.php:1241
829
  msgid "Public Key"
830
  msgstr "Veřejný klíč"
831
 
832
+ #: library/plugin-settings.php:1243
833
  msgid "Enter your Public Key"
834
  msgstr "Zadejte veřejný klíč"
835
 
836
+ #: library/plugin-settings.php:1246
837
  msgid "Private Key"
838
  msgstr "Soukromý klíč"
839
 
840
+ #: library/plugin-settings.php:1248
841
  msgid "Enter your Private Key"
842
  msgstr "Zadejte svůj soukromý klíč"
843
 
844
+ #: library/plugin-settings.php:1253
845
  msgid "Email Alerts"
846
  msgstr "E-mailové upozornění"
847
 
848
+ #: library/plugin-settings.php:1258
849
  msgid "Receive Email Alert"
850
  msgstr "Získejte upozornění e-mailem"
851
 
852
+ #: library/plugin-settings.php:1260
853
  msgid "Check this box if you want to be notified via email for new post submissions."
854
  msgstr "Zaškrtněte toto políčko, chcete-li být upozorněni e-mailem na nové podání příspěvků."
855
 
856
+ #: library/plugin-settings.php:1263
857
  msgid "Enable HTML Format"
858
  msgstr "Povolit formát HTML"
859
 
860
+ #: library/plugin-settings.php:1265
861
  msgid "Check this box to enable HTML format for email alerts."
862
  msgstr "Zaškrtnutím tohoto políčka povolíte formát HTML pro e-mailové upozornění."
863
 
864
+ #: library/plugin-settings.php:1268
865
  msgid "Email Address for Alerts"
866
  msgstr "E-mailová adresa pro výstrahy"
867
 
868
+ #: library/plugin-settings.php:1270
869
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
870
  msgstr "Pokud jste zaškrtli políčko pro přijímání e-mailových upozornění, uveďte adresu (adresy), na kterou mají být e-maily zasílány."
871
 
872
+ #: library/plugin-settings.php:1271
873
  msgid "Multiple recipients may be included using a comma, like so:"
874
  msgstr "Vícenásobné příjemci mohou být vloženy pomocí čárky, například takto:"
875
 
876
+ #: library/plugin-settings.php:1274
877
  msgid "Email “From” Address"
878
  msgstr "Email & ldquo; From & rdquo; Adresa"
879
 
880
+ #: library/plugin-settings.php:1276
881
  msgid "Here you may customize the address(es) used for the “From” header (see plugin FAQs for info). "
882
+ msgstr "Zde můžete upravit adresu (adresy) použité pro & ldquo; From & rdquo; záhlaví (viz časté dotazy ohledně info)."
883
 
884
+ #: library/plugin-settings.php:1277
885
  msgid "If multiple addresses are specified in the previous setting, include an equal number of “From” addresses for this setting (in the same order)."
886
  msgstr "Pokud jsou v předchozím nastavení zadána více adres, uveďte stejný počet \"From & rdquo; adresy pro toto nastavení (ve stejném pořadí)."
887
 
888
+ #: library/plugin-settings.php:1280
889
  msgid "Email Alert Subject"
890
  msgstr "Předmět upozornění emailem"
891
 
892
+ #: library/plugin-settings.php:1282
893
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
894
  msgstr "Subject line pro e-mailové upozornění. Chcete-li použít výchozí řádek předmětů, ponechte prázdné. Poznámka: můžete použít následující proměnné:"
895
 
896
+ #: library/plugin-settings.php:1287
897
  msgid "Email Alert Message"
898
  msgstr "E-mailová výstražná zpráva"
899
 
900
+ #: library/plugin-settings.php:1289
901
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
902
  msgstr "Zpráva o e-mailových upozorněních. Chcete-li použít výchozí zprávu, ponechte prázdné. Poznámka: můžete použít následující proměnné:"
903
 
904
+ #: library/plugin-settings.php:1301
905
  msgid "Featured Image"
906
  msgstr "Doporučený obrázek"
907
 
908
+ #: library/plugin-settings.php:1303
909
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
910
  msgstr "Nastavte odeslané snímky jako doporučené obrázky. Vyžaduje podporu motivů pro doporučené obrázky (aka Post Thumbnails)."
911
 
912
+ #: library/plugin-settings.php:1306
913
  msgid "Upload Message"
914
  msgstr "Nahrát zprávu"
915
 
916
+ #: library/plugin-settings.php:1308
917
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
918
  msgstr "Zpráva, která se zobrazí vedle pole pro nahrávání. Užitečné pro uvedení pokynů / zásad pro nahrávání / atd. Je povoleno základní značení."
919
 
920
+ #: library/plugin-settings.php:1311
921
  msgid "“Add another image” link"
922
  msgstr "& ldquo; Přidat další obrázek & rdquo; odkaz"
923
 
924
+ #: library/plugin-settings.php:1313
925
  msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
926
  msgstr "Vlastní značka pro přidání dalšího obrázku & rdquo; odkaz. Chcete-li použít výchozí značku (doporučeno), ponechte prázdné."
927
 
928
+ #: library/plugin-settings.php:1316
929
  msgid "Minimum number of images"
930
  msgstr "Minimální počet snímků"
931
 
932
+ #: library/plugin-settings.php:1319
933
  msgid "Specify the minimum number of images."
934
  msgstr "Určete minimální počet snímků."
935
 
936
+ #: library/plugin-settings.php:1323
937
  msgid "Maximum number of images"
938
  msgstr "Maximální počet snímků"
939
 
940
+ #: library/plugin-settings.php:1326
941
  msgid "Specify the maximum number of images."
942
  msgstr "Zadejte maximální počet snímků."
943
 
944
+ #: library/plugin-settings.php:1330
945
  msgid "Minimum image width"
946
  msgstr "Minimální šířka obrazu"
947
 
948
+ #: library/plugin-settings.php:1332
949
  msgid "Specify a minimum width (in pixels) for uploaded images."
950
  msgstr "Zadejte minimální šířku (v pixelech) nahraných obrázků."
951
 
952
+ #: library/plugin-settings.php:1335
953
  msgid "Minimum image height"
954
  msgstr "Minimální výška obrazu"
955
 
956
+ #: library/plugin-settings.php:1337
957
  msgid "Specify a minimum height (in pixels) for uploaded images."
958
  msgstr "Zadejte minimální výšku (v pixelech) nahraných obrázků."
959
 
960
+ #: library/plugin-settings.php:1340
961
  msgid "Maximum image width"
962
  msgstr "Maximální šířka obrázku"
963
 
964
+ #: library/plugin-settings.php:1342
965
  msgid "Specify a maximum width (in pixels) for uploaded images."
966
  msgstr "Zadejte maximální šířku (v pixelech) pro nahrané obrázky."
967
 
968
+ #: library/plugin-settings.php:1345
969
  msgid "Maximum image height"
970
  msgstr "Maximální výška obrazu"
971
 
972
+ #: library/plugin-settings.php:1347
973
  msgid "Specify a maximum height (in pixels) for uploaded images."
974
+ msgstr "Určete maximální výšku (v pixelech) nahraných obrázků."
975
 
976
+ #: library/plugin-settings.php:1350
977
  msgid "More Options"
978
  msgstr "Více možností"
979
 
980
+ #: library/plugin-settings.php:1353
981
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
982
  msgstr "Další možnosti, jako je například možnost nahrát jiné typy souborů (například PDF, Word, Zip, videa a další), si můžete prohlédnout"
983
 
984
+ #: library/plugin-settings.php:1354
985
  msgid "Go Pro!"
986
  msgstr "Staň se profesionálem!"
987
 
988
+ #: library/plugin-settings.php:1361
989
  msgid "Auto-Display Content"
990
  msgstr "Obsah pro automatické zobrazení"
991
 
992
+ #: library/plugin-settings.php:1366
993
  msgid "Images Auto-Display"
994
  msgstr "Obrázky Auto-zobrazení"
995
 
996
+ #: library/plugin-settings.php:1368
997
  msgid "Auto-display user-submitted images:"
998
  msgstr "Automatické zobrazení obrázků odeslaných uživateli:"
999
 
1000
+ #: library/plugin-settings.php:1373
1001
  msgid "Image Markup"
1002
  msgstr "Značka obrázků"
1003
 
1004
+ #: library/plugin-settings.php:1375
1005
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1006
  msgstr "Označení, které chcete použít pro každý odeslaný snímek (pokud je povoleno automatické zobrazení). Může použít"
1007
 
1008
+ #: library/plugin-settings.php:1377 library/plugin-settings.php:1390
1009
+ #: library/plugin-settings.php:1403 library/plugin-settings.php:1416
1010
  msgid "and"
1011
  msgstr "a"
1012
 
1013
+ #: library/plugin-settings.php:1380
1014
  msgid "Email Auto-Display"
1015
  msgstr "Automatické zobrazení e-mailu"
1016
 
1017
+ #: library/plugin-settings.php:1382
1018
  msgid "Auto-display user-submitted email:"
1019
  msgstr "Auto-zobrazení e-mailu odeslaného uživatelem:"
1020
 
1021
+ #: library/plugin-settings.php:1387
1022
  msgid "Email Markup"
1023
  msgstr "Značka e-mailu"
1024
 
1025
+ #: library/plugin-settings.php:1389
1026
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1027
  msgstr "Označení, které chcete použít pro odeslanou e-mailovou adresu (pokud je povoleno automatické zobrazení). Může použít"
1028
 
1029
+ #: library/plugin-settings.php:1393
1030
  msgid "URL Auto-Display"
1031
  msgstr "Automatické zobrazení URL"
1032
 
1033
+ #: library/plugin-settings.php:1395
1034
  msgid "Auto-display user-submitted URL:"
1035
  msgstr "Automatická zobrazení adresy URL odeslané uživatelem:"
1036
 
1037
+ #: library/plugin-settings.php:1400
1038
  msgid "URL Markup"
1039
  msgstr "Značka URL"
1040
 
1041
+ #: library/plugin-settings.php:1402
1042
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1043
  msgstr "Značka, kterou chcete použít pro odeslanou adresu URL (pokud je povoleno automatické zobrazení). Může použít"
1044
 
1045
+ #: library/plugin-settings.php:1406
1046
  msgid "Custom Field Auto-Display"
1047
  msgstr "Automatické zobrazení vlastního pole"
1048
 
1049
+ #: library/plugin-settings.php:1408
1050
  msgid "Auto-display user-submitted Custom Field:"
1051
  msgstr "Automatické zobrazení vlastního pole odeslaného uživatelem:"
1052
 
1053
+ #: library/plugin-settings.php:1413
1054
  msgid "Custom Field Markup"
1055
  msgstr "Vlastní značka pole"
1056
 
1057
+ #: library/plugin-settings.php:1415
1058
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1059
  msgstr "Označení, které chcete použít pro zadané vlastní pole (pokud je povoleno automatické zobrazení). Může použít"
1060
 
1061
+ #: library/plugin-settings.php:1421 library/plugin-settings.php:1497
1062
  msgid "Save Settings"
1063
  msgstr "Uložit nastavení"
1064
 
1065
+ #: library/plugin-settings.php:1426
1066
  msgid "Display the Form"
1067
  msgstr "Zobrazit formulář"
1068
 
1069
+ #: library/plugin-settings.php:1429
1070
  msgid "Post-Submit Form"
1071
  msgstr "Formulář po odeslání"
1072
 
1073
+ #: library/plugin-settings.php:1430
1074
  msgid "USP enables you to display a post-submission form anywhere on your site."
1075
  msgstr "USP vám umožňuje zobrazit formulář pro podání na libovolném místě vašeho webu."
1076
 
1077
+ #: library/plugin-settings.php:1431 library/plugin-settings.php:1438
1078
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1079
  msgstr "Pomocí zkráceného kódu zobrazte formulář na libovolném příspěvku WP nebo na stránce:"
1080
 
1081
+ #: library/plugin-settings.php:1433 library/plugin-settings.php:1440
1082
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1083
  msgstr "Nebo použijte značku šablony k zobrazení formuláře kdekoli v šabloně motivů:"
1084
 
1085
+ #: library/plugin-settings.php:1436
1086
  msgid "Login/Register Form"
1087
  msgstr "Formulář přihlášení / registrace"
1088
 
1089
+ #: library/plugin-settings.php:1437
1090
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1091
  msgstr "Můžete také zobrazit formulář, který umožňuje uživatelům přihlašovat, registrovat nebo resetovat své heslo."
1092
 
1093
+ #: library/plugin-settings.php:1443
1094
  msgid "Display Submitted Posts"
1095
  msgstr "Zobrazit příspěvky odeslané"
1096
 
1097
+ #: library/plugin-settings.php:1444
1098
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1099
  msgstr "Pomocí tohoto zkráceného kódu zobrazíte seznam odeslaných příspěvků na libovolném příspěvku WP nebo na stránce:"
1100
 
1101
+ #: library/plugin-settings.php:1446
1102
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1103
  msgstr "Nebo použijte značku šablony pro zobrazení seznamu odeslaných příspěvků kdekoli v šabloně motivů:"
1104
 
1105
+ #: library/plugin-settings.php:1448
1106
  msgid "Here are some examples showing how to configure this shortcode:"
1107
  msgstr "Níže uvádíme několik příkladů, jak nakonfigurovat tento krátký kód:"
1108
 
1109
+ #: library/plugin-settings.php:1455
1110
+ msgid "Reset Form Button"
1111
+ msgstr "Resetovat tlačítko formuláře"
1112
+
1113
+ #: library/plugin-settings.php:1456
1114
+ msgid "This shortcode displays a link that resets the form to its original state:"
1115
+ msgstr "Tento zkrácený kód zobrazí odkaz, který obnoví formulář do jeho původního stavu:"
1116
+
1117
+ #: library/plugin-settings.php:1458
1118
+ msgid "This shortcode accepts the following attributes:"
1119
+ msgstr "Tento zkrácený kód přijímá následující atributy:"
1120
+
1121
+ #: library/plugin-settings.php:1463
1122
+ msgid "Note that the url attribute accepts"
1123
+ msgstr "Všimněte si, že atribut url přijme"
1124
+
1125
+ #: library/plugin-settings.php:1463
1126
+ msgid "to get the current URL."
1127
+ msgstr "pro získání aktuální adresy URL."
1128
+
1129
+ #: library/plugin-settings.php:1465
1130
  msgid "Access Control"
1131
  msgstr "Řízení přístupu"
1132
 
1133
+ #: library/plugin-settings.php:1466
1134
  msgid "USP provides three shortcodes to control access and restrict content."
1135
  msgstr "USP poskytuje tři krátké kódy pro kontrolu přístupu a omezení obsahu."
1136
 
1137
+ #: library/plugin-settings.php:1467
1138
  msgid "Display content only to users with a specific capability:"
1139
  msgstr "Zobrazovat obsah pouze uživatelům s určitou schopností:"
1140
 
1141
+ #: library/plugin-settings.php:1469
1142
  msgid "Display content to logged-in users:"
1143
  msgstr "Zobrazení obsahu uživatelům, kteří se přihlásili:"
1144
 
1145
+ #: library/plugin-settings.php:1471
1146
  msgid "Display content to visitors only:"
1147
  msgstr "Zobrazovat obsah pouze návštěvníkům:"
1148
 
1149
+ #: library/plugin-settings.php:1473
1150
  msgid "Tip:"
1151
  msgstr "Tip:"
1152
 
1153
+ #: library/plugin-settings.php:1473
1154
  msgid "to include markup in the deny message, you can use"
1155
  msgstr "přidat značku do zprávy odmítnout, kterou můžete použít"
1156
 
1157
+ #: library/plugin-settings.php:1473
1158
  msgid "to output"
1159
  msgstr "k výstupu"
1160
 
1161
+ #: library/plugin-settings.php:1475
1162
  msgid "Example"
1163
  msgstr "Příklad"
1164
 
1165
+ #: library/plugin-settings.php:1476
1166
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1167
  msgstr "Pokud je uživatel přihlášen, zobrazte formulář po odeslání; nebo pokud uživatel není přihlášen, zobrazte přihlašovací formulář:"
1168
 
1169
+ #: library/plugin-settings.php:1488
1170
  msgid "Restore Defaults"
1171
  msgstr "Obnovit výchozí nastavení"
1172
 
1173
+ #: library/plugin-settings.php:1491
1174
  msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1175
  msgstr "Nechte tuto možnost zakázat, abyste si pamatovali nastavení. Nebo spusťte a obnovte výchozí možnosti pluginu: zaškrtněte políčko, uložte nastavení a potom deaktivujte / znovu aktivujte plugin."
1176
 
1177
+ #: library/plugin-settings.php:1495
1178
  msgid "Restore default options upon plugin deactivation/reactivation."
1179
  msgstr "Obnovit výchozí možnosti po deaktivaci / opětovné aktivaci pluginu."
1180
 
1181
+ #: library/plugin-settings.php:1502
1182
  msgid "Show Support"
1183
  msgstr "Zobrazit podporu"
1184
 
1185
+ #: library/plugin-settings.php:1511
1186
  msgid "by"
1187
  msgstr "podle"
1188
 
1189
+ #: library/plugin-settings.php:1512
1190
  msgid "Jeff Starr on Twitter"
1191
  msgstr "Jeff Starr na Twitteru"
1192
 
1193
+ #: library/plugin-settings.php:1513
1194
  msgid "Obsessive Web Design & Development"
1195
  msgstr "Obsessive Web Design & amp; Rozvoj"
1196
 
1197
+ #: library/plugin-settings.php:1524
1198
  msgid "Save Preference"
1199
  msgstr "Uložit předvolbu"
1200
 
1201
+ #: library/plugin-settings.php:1531
1202
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1203
  msgstr "Opravdu chcete obnovit všechny výchozí možnosti? (tato akce nelze vrátit zpět)"
1204
 
1205
+ #: library/support-panel.php:52
1206
+ msgid "Perishable Press Books"
1207
+ msgstr "Knihy s podezřelým tiskem"
1208
+
1209
+ #: library/support-panel.php:53
1210
+ msgid "Plugin Planet"
1211
+ msgstr "Plugin Planet"
1212
+
1213
+ #: library/support-panel.php:54
1214
+ msgid "Donate via PayPal"
1215
+ msgstr "Darujte prostřednictvím služby PayPal"
1216
+
1217
+ #: library/support-panel.php:56
1218
+ msgid "books"
1219
+ msgstr "knihy"
1220
+
1221
+ #: library/support-panel.php:57
1222
+ msgid "plugins"
1223
+ msgstr "pluginy"
1224
+
1225
+ #: library/support-panel.php:58
1226
+ msgid "donation"
1227
+ msgstr "dar"
1228
+
1229
+ #: library/support-panel.php:60
1230
+ msgid "Thank you for using"
1231
+ msgstr "Děkujeme za použití"
1232
+
1233
+ #: library/support-panel.php:61
1234
+ msgid "Please show support by purchasing one of my"
1235
+ msgstr "Ukažte podporu zakoupením jednoho z mých"
1236
+
1237
+ #: library/support-panel.php:62
1238
+ msgid "or"
1239
+ msgstr "nebo"
1240
+
1241
+ #: library/support-panel.php:62
1242
+ msgid "or by making a"
1243
+ msgstr "nebo vytvořením"
1244
+
1245
+ #: library/support-panel.php:63
1246
+ msgid "Your generous support helps to ensure future development of"
1247
+ msgstr "Vaše velkorysá podpora pomáhá zajistit budoucí rozvoj společnosti"
1248
+
1249
+ #: library/support-panel.php:64
1250
+ msgid "and is greatly appreciated."
1251
+ msgstr "a je velmi oceňován."
1252
+
1253
+ #: library/support-panel.php:66
1254
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1255
+ msgstr "Každé dárce velikosti mi pomáhá pokračovat ve vývoji tohoto bezplatného pluginu a dalších skvělých zdrojů WordPress."
1256
 
1257
  #. Description of the plugin
1258
  #:
languages/usp-de_DE.mo CHANGED
Binary file
languages/usp-de_DE.po CHANGED
@@ -4,206 +4,206 @@ 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 20171028\n"
8
  "Language: de\n"
9
 
10
  #. Name of the plugin
11
- #: user-submitted-posts.php:44
12
  msgid "User Submitted Posts"
13
- msgstr "Vom Benutzer eingereichte Beiträge"
14
 
15
- #: user-submitted-posts.php:78
16
  msgid "requires WordPress "
17
  msgstr "benötigt WordPress"
18
 
19
- #: user-submitted-posts.php:79
20
  msgid " or higher, and has been deactivated! "
21
  msgstr " oder höher und wurde deaktiviert!"
22
 
23
- #: user-submitted-posts.php:80
24
  msgid "Please return to the"
25
- msgstr "Bitte kehren Sie zu der"
26
 
27
- #: user-submitted-posts.php:81
28
  msgid "WordPress Admin Area"
29
- msgstr "WordPress-Administratorbereich"
30
 
31
- #: user-submitted-posts.php:82
32
  msgid "to upgrade WordPress and try again."
33
- msgstr "WordPress aktualisieren und erneut versuchen."
34
 
35
- #: user-submitted-posts.php:124
36
  msgid "User Submitted Post"
37
- msgstr "Vom Nutzer eingereichter Beitrag"
38
 
39
- #: user-submitted-posts.php:445
40
  msgid "User Submitted Post Info"
41
- msgstr "Benutzer übermittelte Post Info"
42
 
43
- #: user-submitted-posts.php:475
44
  msgid "Submitter Name: "
45
- msgstr "Name des Empfängers:"
46
 
47
- #: user-submitted-posts.php:476
48
  msgid "Submitter Email: "
49
- msgstr "Absender E-Mail:"
50
 
51
- #: user-submitted-posts.php:477
52
  msgid "Submitter URL: "
53
- msgstr "Submitter-URL:"
54
 
55
- #: user-submitted-posts.php:478
56
  msgid "Submitter IP: "
57
- msgstr "Submitter-IP:"
58
 
59
- #: user-submitted-posts.php:529
60
  msgid "Show USP Posts"
61
- msgstr "Zeige USP Beiträge"
62
 
63
- #: user-submitted-posts.php:530 library/plugin-settings.php:967
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
- #: user-submitted-posts.php:1175
68
  msgid " files required"
69
- msgstr " Dateien erforderlich"
70
 
71
- #: user-submitted-posts.php:1176
72
  msgid " file required"
73
  msgstr " Datei erforderlich"
74
 
75
- #: user-submitted-posts.php:1178
76
  msgid " files"
77
  msgstr " Dateien"
78
 
79
- #: user-submitted-posts.php:1179
80
  msgid " file"
81
  msgstr " Datei"
82
 
83
- #: user-submitted-posts.php:1181 user-submitted-posts.php:1182
84
- #: user-submitted-posts.php:1183 user-submitted-posts.php:1184
85
  msgid " pixels"
86
  msgstr " Pixel"
87
 
88
- #: user-submitted-posts.php:1186 library/plugin-settings.php:284
89
- #: library/plugin-settings.php:303 library/plugin-settings.php:690
90
- #: library/plugin-settings.php:1176
91
  msgid "Custom Field"
92
  msgstr "Benutzerdefinierte Feld"
93
 
94
- #: user-submitted-posts.php:1189
95
  msgid "An error occurred. Please go back and try again."
96
  msgstr "Ein Fehler ist aufgetreten. Bitte gehen Sie zurück und versuchen Sie es erneut."
97
 
98
- #: user-submitted-posts.php:1199
99
  msgid "User login required"
100
  msgstr "Benutzeranmeldung erforderlich"
101
 
102
- #: user-submitted-posts.php:1200
103
  msgid "User name required"
104
  msgstr "Benutzername erforderlich"
105
 
106
- #: user-submitted-posts.php:1201
107
  msgid "Post title required"
108
- msgstr "Beitragstitel erforderlich"
109
 
110
- #: user-submitted-posts.php:1202
111
  msgid "User URL required"
112
  msgstr "Benutzer-URL erforderlich"
113
 
114
- #: user-submitted-posts.php:1203
115
  msgid "Post tags required"
116
  msgstr "Post-Tags erforderlich"
117
 
118
- #: user-submitted-posts.php:1204
119
  msgid "Post category required"
120
  msgstr "Postkategorie erforderlich"
121
 
122
- #: user-submitted-posts.php:1205
123
  msgid "Post content required"
124
- msgstr "Post-Inhalt erforderlich"
125
 
126
- #: user-submitted-posts.php:1206 user-submitted-posts.php:1207
127
  msgid "Correct captcha required"
128
  msgstr "Korrektes Captcha erforderlich"
129
 
130
- #: user-submitted-posts.php:1208
131
  msgid "User email required"
132
  msgstr "Benutzer-E-Mail erforderlich"
133
 
134
- #: user-submitted-posts.php:1209
135
  msgid "Please check your email and try again"
136
- msgstr "Bitte überprüfen Sie Ihre E-Mail und versuchen Sie es erneut"
137
 
138
- #: user-submitted-posts.php:1210
139
  msgid "Non-empty value for hidden field"
140
- msgstr "Nicht leerer Wert für ausgeblendetes Feld"
141
 
142
- #: user-submitted-posts.php:1211
143
  msgid "Minimum number of images not met"
144
  msgstr "Mindestanzahl der Bilder nicht erfüllt"
145
 
146
- #: user-submitted-posts.php:1212
147
  msgid "Maximum number of images exceeded "
148
- msgstr "Maximale Anzahl von Bildern überschritten"
149
 
150
- #: user-submitted-posts.php:1213
151
  msgid "Minimum image width not met"
152
- msgstr "Minimale Bildbreite nicht erfüllt"
153
 
154
- #: user-submitted-posts.php:1214
155
  msgid "Image width exceeds maximum"
156
- msgstr "Bildbreite überschreitet Maximum"
157
 
158
- #: user-submitted-posts.php:1215
159
  msgid "Minimum image height not met"
160
- msgstr "Mindestbildhöhe nicht erreicht"
161
 
162
- #: user-submitted-posts.php:1216
163
  msgid "Image height exceeds maximum"
164
- msgstr "Bildhöhe überschreitet Maximum"
165
 
166
- #: user-submitted-posts.php:1217
167
  msgid "File type not allowed (please upload images only)"
168
  msgstr "Dateityp nicht erlaubt (bitte nur Bilder hochladen)"
169
 
170
- #: user-submitted-posts.php:1218
171
  msgid " required"
172
  msgstr " erforderlich"
173
 
174
- #: user-submitted-posts.php:1222
175
  msgid "File not uploaded. Please check the file and try again."
176
- msgstr "Datei wurde nicht hochgeladen. Bitte überprüfen Sie die Datei und versuchen Sie es erneut."
177
 
178
- #: user-submitted-posts.php:1226
179
  msgid "The file(s) could not be uploaded"
180
  msgstr "Die Datei (en) konnten nicht hochgeladen werden"
181
 
182
- #: user-submitted-posts.php:1228
183
  msgid "Post not created. Please contact the site administrator for help."
184
- msgstr "Beitrag nicht erstellt Bitte wenden Sie sich an den Administrator der Site, um Hilfe zu erhalten."
185
 
186
- #: user-submitted-posts.php:1229
187
  msgid "Duplicate post title. Please try again."
188
- msgstr "Doppelter Beitragstitel Bitte versuche es erneut."
189
 
190
- #: user-submitted-posts.php:1239
191
  msgid "Error: "
192
- msgstr "Fehler:"
193
 
194
- #: user-submitted-posts.php:1265
195
  msgid "Return to form"
196
  msgstr "Zurück zum Formular"
197
 
198
- #: user-submitted-posts.php:1293 library/plugin-settings.php:943
199
  msgid "Please"
200
  msgstr "Bitte"
201
 
202
- #: user-submitted-posts.php:1294
203
  msgid "log in"
204
  msgstr "Einloggen"
205
 
206
- #: user-submitted-posts.php:1295
207
  msgid "to submit content!"
208
  msgstr "Inhalte einreichen!"
209
 
@@ -219,7 +219,7 @@ msgstr "Dein Name"
219
  #: views/submission-form.php:62 views/submission-form.php:63
220
  #: views/submission-form-alt.php:67 views/submission-form-alt.php:68
221
  msgid "Your URL"
222
- msgstr "Ihre URL"
223
 
224
  #: views/submission-form.php:68 views/submission-form.php:69
225
  #: views/submission-form-alt.php:73 views/submission-form-alt.php:74
@@ -228,22 +228,22 @@ msgstr "Deine E-Mail"
228
 
229
  #: views/submission-form.php:74 views/submission-form.php:75
230
  #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
- #: library/plugin-settings.php:1004
232
  msgid "Post Title"
233
  msgstr "Beitragstitel"
234
 
235
  #: views/submission-form.php:80 views/submission-form.php:81
236
  #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
- #: library/plugin-settings.php:1005
238
  msgid "Post Tags"
239
- msgstr "Post-Tags"
240
 
241
  #: views/submission-form.php:93 views/submission-form-alt.php:98
242
  msgid "Antispam Question"
243
  msgstr "Antispam-Frage"
244
 
245
  #: views/submission-form.php:98 views/submission-form-alt.php:103
246
- #: library/plugin-settings.php:1006
247
  msgid "Post Category"
248
  msgstr "Beitragskategorie"
249
 
@@ -253,9 +253,9 @@ msgstr "Bitte wählen sie eine Kategorie.."
253
 
254
  #: views/submission-form.php:135 views/submission-form.php:136
255
  #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
- #: library/plugin-settings.php:1007
257
  msgid "Post Content"
258
- msgstr "Beitrag veröffentlichen"
259
 
260
  #: views/submission-form.php:142 views/submission-form-alt.php:147
261
  msgid "Verification"
@@ -267,31 +267,39 @@ msgstr "Lade ein Bild hoch"
267
 
268
  #: views/submission-form.php:158 views/submission-form-alt.php:163
269
  msgid "Add another image"
270
- msgstr "Ein weiteres Bild hinzufügen"
271
 
272
  #: views/submission-form.php:180 views/submission-form-alt.php:185
273
  msgid "Human verification: leave this field empty."
274
- msgstr "Human verification: Lassen Sie dieses Feld leer."
275
 
276
  #: views/submission-form.php:202 views/submission-form-alt.php:207
277
  msgid "Submit Post"
278
  msgstr "Beitrag senden"
279
 
 
 
 
 
 
 
 
 
280
  #: library/plugin-settings.php:32
281
  msgid "Get USP Pro for unlimited forms!"
282
  msgstr "Holen Sie sich USP Pro für unbegrenzte Formulare!"
283
 
284
  #: library/plugin-settings.php:33
285
  msgid "Go Pro"
286
- msgstr "Pro gehen"
287
 
288
  #: library/plugin-settings.php:37
289
  msgid "Settings"
290
- msgstr "Einstellungen"
291
 
292
  #: library/plugin-settings.php:55
293
  msgid "Give USP a 5-star rating at WordPress.org"
294
- msgstr "Geben Sie USP eine 5-Sterne-Bewertung bei WordPress.org"
295
 
296
  #: library/plugin-settings.php:56
297
  msgid "Rate this plugin »"
@@ -303,7 +311,7 @@ msgstr "WP Post (empfohlen)"
303
 
304
  #: library/plugin-settings.php:118
305
  msgid "WP Page"
306
- msgstr "WP-Seite"
307
 
308
  #: library/plugin-settings.php:134
309
  msgid "HTML5 Form + Default CSS"
@@ -319,50 +327,50 @@ msgstr "HTML5-Formular + CSS deaktivieren"
319
 
320
  #: library/plugin-settings.php:138
321
  msgid "(Provide your own styles)"
322
- msgstr "(Stellen Sie Ihre eigenen Stile bereit)"
323
 
324
  #: library/plugin-settings.php:142
325
  msgid "Custom Form + Custom CSS"
326
- msgstr "Benutzerdefiniertes Formular + benutzerdefiniertes CSS"
327
 
328
  #: library/plugin-settings.php:142
329
  msgid "(Provide your own form template & styles)"
330
- msgstr "(Geben Sie Ihre eigene Formularvorlage und Stile an)"
331
 
332
  #: library/plugin-settings.php:158 library/plugin-settings.php:182
333
  #: library/plugin-settings.php:205 library/plugin-settings.php:229
334
  msgid "Auto-display before post content"
335
- msgstr "Automatische Anzeige vor dem Posting-Inhalt"
336
 
337
  #: library/plugin-settings.php:162 library/plugin-settings.php:186
338
  #: library/plugin-settings.php:209 library/plugin-settings.php:233
339
  msgid "Auto-display after post content"
340
- msgstr "Automatische Anzeige nach Beiträgen"
341
 
342
  #: library/plugin-settings.php:166
343
  msgid "Do not auto-display submitted images"
344
- msgstr "Vorgelegte Bilder nicht automatisch anzeigen"
345
 
346
  #: library/plugin-settings.php:190
347
  msgid "Do not auto-display submitted email"
348
- msgstr "Eigene E-Mails nicht automatisch anzeigen"
349
 
350
  #: library/plugin-settings.php:213
351
  msgid "Do not auto-display submitted URL"
352
- msgstr "Vorgelegte URL nicht automatisch anzeigen"
353
 
354
  #: library/plugin-settings.php:237
355
  msgid "Do not auto-display the Custom Field"
356
- msgstr "Das benutzerdefinierte Feld nicht automatisch anzeigen"
357
 
358
  #: library/plugin-settings.php:265 library/plugin-settings.php:297
359
  #: library/plugin-settings.php:330 library/plugin-settings.php:362
360
  msgid "Display and require"
361
- msgstr "Anzeigen und benötigen"
362
 
363
  #: library/plugin-settings.php:266 library/plugin-settings.php:298
364
  msgid "Display but do not require"
365
- msgstr "Anzeigen aber nicht erforderlich"
366
 
367
  #: library/plugin-settings.php:267 library/plugin-settings.php:299
368
  #: library/plugin-settings.php:331 library/plugin-settings.php:363
@@ -377,31 +385,31 @@ msgstr "(Besuch"
377
  #: library/plugin-settings.php:303 library/plugin-settings.php:335
378
  #: library/plugin-settings.php:367 library/plugin-settings.php:399
379
  msgid "to configure options)"
380
- msgstr "Optionen konfigurieren)"
381
 
382
  #: library/plugin-settings.php:318 library/plugin-settings.php:335
383
- #: library/plugin-settings.php:1194 library/plugin-settings.php:1199
384
  msgid "Challenge Question"
385
  msgstr "Sicherheitsfrage"
386
 
387
  #: library/plugin-settings.php:350 library/plugin-settings.php:367
388
- #: library/plugin-settings.php:1216
389
  msgid "Google reCAPTCHA"
390
  msgstr "Google reCAPTCHA"
391
 
392
  #: library/plugin-settings.php:382
393
  msgid "Post Images"
394
- msgstr "Post-Bilder"
395
 
396
  #: library/plugin-settings.php:394
397
  msgid "Display"
398
- msgstr "Anzeigen"
399
 
400
  #: library/plugin-settings.php:395
401
  msgid "Disable"
402
  msgstr "Deaktivieren"
403
 
404
- #: library/plugin-settings.php:399 library/plugin-settings.php:1277
405
  msgid "Image Uploads"
406
  msgstr "Bild-Uploads"
407
 
@@ -415,7 +423,7 @@ msgstr "Ausstehend (Standard)"
415
 
416
  #: library/plugin-settings.php:481
417
  msgid "Publish immediately"
418
- msgstr "Sofort veröffentlichen"
419
 
420
  #: library/plugin-settings.php:482
421
  msgid "Publish after 1 approved post"
@@ -429,751 +437,827 @@ msgstr "Veröffentlichen nach"
429
  msgid " approved posts"
430
  msgstr " genehmigte Beiträge"
431
 
432
- #: library/plugin-settings.php:635
433
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
434
- msgstr "Es gab einen Fehler. Bitte stellen Sie sicher, dass Sie einen Titel und einige Inhalte hinzugefügt haben und nur Bilder hochgeladen haben."
435
 
436
- #: library/plugin-settings.php:649
437
  msgid "Please select your image(s) to upload."
438
  msgstr "Bitte wählen Sie Ihre Bilder zum Hochladen aus."
439
 
440
- #: library/plugin-settings.php:655
441
  msgid "Success! Thank you for your submission."
442
- msgstr "Erfolg! Danke für Ihre Einreichung."
443
 
444
- #: library/plugin-settings.php:681
445
  msgid "Email"
446
  msgstr "Email"
447
 
448
- #: library/plugin-settings.php:682
449
  msgid "URL"
450
  msgstr "URL"
451
 
452
- #: library/plugin-settings.php:721
453
- msgid "Sorry, you are not allowed to modify settings."
454
- msgstr "Du darfst die Einstellungen nicht ändern."
455
-
456
- #: library/plugin-settings.php:930
457
  msgid "Toggle all panels"
458
- msgstr "Alle Panels aktivieren"
459
 
460
- #: library/plugin-settings.php:939
461
  msgid "We need your support!"
462
  msgstr "Wir brauchen Deine Unterstützung!"
463
 
464
- #: library/plugin-settings.php:943
465
  msgid "Make a donation via PayPal"
466
  msgstr "Spende über PayPal"
467
 
468
- #: library/plugin-settings.php:943
469
  msgid "make a donation"
470
  msgstr "Spenden"
471
 
472
- #: library/plugin-settings.php:943
473
  msgid "and/or"
474
  msgstr "und / oder"
475
 
476
- #: library/plugin-settings.php:944
477
  msgid "Rate and review at the Plugin Directory"
478
- msgstr "Bewerten und bewerten Sie das Plugin-Verzeichnis"
479
 
480
- #: library/plugin-settings.php:945
481
  msgid "give this plugin a 5-star rating"
482
- msgstr "Gib diesem Plugin eine 5-Sterne-Bewertung"
483
 
484
- #: library/plugin-settings.php:949
485
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
486
- msgstr "Ihre großzügige Unterstützung ermöglicht die Weiterentwicklung dieses kostenlosen Plugins. Vielen Dank!"
487
 
488
- #: library/plugin-settings.php:954
489
  msgid "Check this box if you have shown support"
490
- msgstr "Aktivieren Sie dieses Kontrollkästchen, wenn Sie Unterstützung angezeigt haben"
491
 
492
- #: library/plugin-settings.php:963
493
  msgid "Overview"
494
  msgstr "Überblick"
495
 
496
- #: library/plugin-settings.php:967
497
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
498
- msgstr "ermöglicht es Ihren Besuchern, Beiträge einzureichen und Bilder vom Frontend Ihrer Website hochzuladen."
499
 
500
- #: library/plugin-settings.php:968
501
  msgid "For advanced functionality and unlimited forms, check out"
502
- msgstr "Für erweiterte Funktionalität und unbegrenzte Formen, check out"
503
 
504
- #: library/plugin-settings.php:968 library/plugin-settings.php:1335
505
  msgid "USP Pro"
506
  msgstr "USP Pro"
507
 
508
- #: library/plugin-settings.php:969
509
  msgid "— the ultimate solution for user-generated content."
510
- msgstr "& mdash; die ultimative Lösung für benutzergenerierte Inhalte."
511
 
512
- #: library/plugin-settings.php:973 library/plugin-settings.php:990
513
  msgid "Plugin Settings"
514
- msgstr "Plugin-Einstellungen"
515
 
516
- #: library/plugin-settings.php:974
517
  msgid "Display the form"
518
- msgstr "Das Formular anzeigen"
519
 
520
- #: library/plugin-settings.php:975 library/plugin-settings.php:1482
521
  msgid "Plugin Homepage"
522
- msgstr "Plugin Homepage"
523
 
524
- #: library/plugin-settings.php:978
525
  msgid "If you like this plugin, please"
526
  msgstr "Wenn Sie dieses Plugin mögen, bitte"
527
 
528
- #: library/plugin-settings.php:979
529
  msgid "THANK YOU for your support!"
530
  msgstr "Danke für Ihre Unterstützung!"
531
 
532
- #: library/plugin-settings.php:979
533
  msgid "give it a 5-star rating"
534
- msgstr "gib es eine 5-Sterne-Bewertung"
535
 
536
- #: library/plugin-settings.php:983
537
  msgid "Unlimited front-end forms"
538
- msgstr "Unbegrenzte Frontend-Formulare"
539
 
540
- #: library/plugin-settings.php:983
541
  msgid "Get USP Pro"
542
  msgstr "Holen Sie sich USP Pro"
543
 
544
- #: library/plugin-settings.php:993
545
  msgid "Configure your settings for User Submitted Posts."
546
- msgstr "Konfigurieren Sie Ihre Einstellungen für vom Benutzer übermittelte Beiträge."
547
 
548
- #: library/plugin-settings.php:995
549
  msgid "Form Fields"
550
  msgstr "Formularfelder"
551
 
552
- #: library/plugin-settings.php:1001
553
  msgid "User Name"
554
- msgstr "Benutzername"
555
 
556
- #: library/plugin-settings.php:1002
557
  msgid "User Email"
558
- msgstr "Benutzer E-Mail"
559
 
560
- #: library/plugin-settings.php:1003
561
  msgid "User URL"
562
  msgstr "Benutzer-URL"
563
 
564
- #: library/plugin-settings.php:1018
565
  msgid "General Settings"
566
  msgstr "Allgemeine Einstellungen"
567
 
568
- #: library/plugin-settings.php:1023
 
 
 
 
569
  msgid "Form Style"
570
- msgstr "Formularstil"
571
 
572
- #: library/plugin-settings.php:1028
573
  msgid "With this option, you can copy the plugin’s default templates:"
574
  msgstr "Mit dieser Option können Sie die Standardvorlagen des Plugins kopieren:"
575
 
576
- #: library/plugin-settings.php:1033
577
  msgid "..and upload them into a directory named"
578
- msgstr "..und laden sie in ein Verzeichnis namens"
579
 
580
- #: library/plugin-settings.php:1033
581
  msgid "in your theme:"
582
  msgstr "in deinem Thema:"
583
 
584
- #: library/plugin-settings.php:1039
585
  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"
586
- msgstr "So können Sie das Formular und die Stile nach Wunsch anpassen. Weitere Informationen finden Sie im Abschnitt \"Benutzerdefiniertes Antragsformular\" in der"
587
 
588
- #: library/plugin-settings.php:1040
589
  msgid "Installation Docs"
590
  msgstr "Installationsdokumente"
591
 
592
- #: library/plugin-settings.php:1041
593
  msgid "FYI: here is a"
594
  msgstr "FYI: Hier ist ein"
595
 
596
- #: library/plugin-settings.php:1041
597
  msgid "list of USP CSS selectors"
598
- msgstr "Liste der USP CSS Selektoren"
599
 
600
- #: library/plugin-settings.php:1047
601
  msgid "Include JavaScript"
602
- msgstr "Schließen Sie JavaScript ein"
603
 
604
- #: library/plugin-settings.php:1049
605
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
606
- msgstr "Aktivieren Sie dieses Kontrollkästchen, wenn Sie die externen JavaScript-Dateien einbeziehen möchten (empfohlen)."
607
 
608
- #: library/plugin-settings.php:1052
609
  msgid "Targeted Loading"
610
  msgstr "Gezielte Beladung"
611
 
612
- #: library/plugin-settings.php:1054
613
  msgid "By default, external CSS & 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."
614
- msgstr "Standardmäßig ist 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 leer, um alle Seiten zu laden."
615
 
616
- #: library/plugin-settings.php:1057
617
  msgid "Post Type"
618
  msgstr "Post-Typ"
619
 
620
- #: library/plugin-settings.php:1060
621
  msgid "Submit posts as WP Posts or Pages"
622
- msgstr "Senden Sie Beiträge als WP-Posts oder Pages"
623
 
624
- #: library/plugin-settings.php:1064
625
  msgid "Post Status"
626
  msgstr "Poststatus"
627
 
628
- #: library/plugin-settings.php:1067
629
  msgid "Post Status for submitted posts"
630
- msgstr "Post Status für gesendete Beiträge"
631
 
632
- #: library/plugin-settings.php:1071
633
  msgid "Redirect URL"
634
- msgstr "Weiterleitungs-URL"
635
 
636
- #: library/plugin-settings.php:1073
637
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
638
  msgstr "Geben Sie eine URL an, um den Benutzer nach der Übermittlung umzuleiten. Leer lassen, um zur aktuellen Seite zurückzukehren."
639
 
640
- #: library/plugin-settings.php:1076
641
  msgid "Success Message"
642
  msgstr "Erfolgsmeldung"
643
 
644
- #: library/plugin-settings.php:1078
645
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
646
- msgstr "Erfolgsmeldung, die angezeigt wird, wenn die Post-Submission erfolgreich ist. Grundlegendes Markup ist erlaubt."
647
 
648
- #: library/plugin-settings.php:1081
649
  msgid "Error Message"
650
  msgstr "Fehlermeldung"
651
 
652
- #: library/plugin-settings.php:1083
653
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
654
- msgstr "Allgemeine Fehlermeldung, die angezeigt wird, wenn Post-Submission fehlschlägt. Grundlegendes Markup ist erlaubt."
655
 
656
- #: library/plugin-settings.php:1086
657
  msgid "Custom Content"
658
- msgstr "Benutzerdefinierte Inhalte"
659
 
660
- #: library/plugin-settings.php:1088
661
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
662
- msgstr "Benutzerdefinierter Text / Markup vor dem Einreichungsformular. Leer lassen, um sie zu deaktivieren."
663
 
664
- #: library/plugin-settings.php:1091
665
  msgid "Rich Text Editor"
666
  msgstr "Rich-Text-Editor"
667
 
668
- #: library/plugin-settings.php:1093
669
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
670
  msgstr "Aktivieren Sie dieses Kontrollkästchen, wenn Sie die WP-Rich-Text-Bearbeitung für übermittelte Posts aktivieren möchten."
671
 
672
- #: library/plugin-settings.php:1096
673
  msgid "Unique Titles"
674
  msgstr "Eindeutige Titel"
675
 
676
- #: library/plugin-settings.php:1098
677
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
678
- msgstr "Erfordert, dass die eingereichten Posttitel eindeutig sind (nützlich, um mehrfache / mehrfache eingereichte Posts zu verhindern)."
679
 
680
- #: library/plugin-settings.php:1101
681
  msgid "Disable Required"
682
  msgstr "Deaktivieren erforderlich"
683
 
684
- #: library/plugin-settings.php:1103
685
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
686
- msgstr "Deaktivieren Sie alle erforderlichen Attribute in Standardformularfeldern (nützlich für die Problembehandlung bei Fehlermeldungen)."
687
 
688
- #: library/plugin-settings.php:1106
689
  msgid "Disable IP Tracking"
690
- msgstr "IP-Verfolgung deaktivieren"
691
 
692
- #: library/plugin-settings.php:1108
693
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
694
- msgstr "Standardmäßig zeichnet USP die IP-Adresse mit jedem eingereichten Beitrag auf. Aktivieren Sie dieses Kontrollkästchen, um das gesamte IP-Tracking zu deaktivieren."
695
 
696
- #: library/plugin-settings.php:1111
697
  msgid "Enable Shortcodes"
698
- msgstr "Kurzwahlcodes aktivieren"
699
 
700
- #: library/plugin-settings.php:1113
701
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
702
- msgstr "Aktivieren Sie Shortcodes in Widgets. Standardmäßig aktiviert WordPress keine Kurzcodes in Widgets."
703
 
704
- #: library/plugin-settings.php:1114
705
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
706
- msgstr "Diese Einstellung aktiviert alle / alle Shortcodes in Widgets (auch Shortcodes von anderen Plugins)."
707
 
708
- #: library/plugin-settings.php:1119 library/plugin-settings.php:1124
709
  msgid "Categories"
710
  msgstr "Kategorien"
711
 
712
- #: library/plugin-settings.php:1127
713
  msgid "Select which categories may be assigned to submitted posts (click to toggle)"
714
- msgstr "Wählen Sie aus, welche Kategorien den eingereichten Beiträgen zugewiesen werden sollen (Klicken Sie hier umzuschalten)"
715
 
716
- #: library/plugin-settings.php:1135
717
  msgid "Hidden/Default Category"
718
  msgstr "Versteckte / Standardkategorie"
719
 
720
- #: library/plugin-settings.php:1137
721
  msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
722
- msgstr "Verwenden Sie ein verstecktes Feld für die Postkategorie. Dies kann verwendet werden, um eine Standardkategorie anzugeben, wenn das Kategoriefeld deaktiviert ist."
723
 
724
- #: library/plugin-settings.php:1140
725
  msgid "Category ID for Hidden Field"
726
  msgstr "Kategorie-ID für verstecktes Feld"
727
 
728
- #: library/plugin-settings.php:1142
729
  msgid "Specify the ID of the category to use for the “Hidden/Default Category” option."
730
- msgstr "Geben Sie die ID der Kategorie an, die für die Kategorie \"Ausgeblendete / Standardkategorie\" verwendet werden soll. Option."
731
 
732
- #: library/plugin-settings.php:1147
733
  msgid "Users"
734
  msgstr "Benutzer"
735
 
736
- #: library/plugin-settings.php:1152
737
  msgid "Assigned Author"
738
- msgstr "Zugewiesener Autor"
739
 
740
- #: library/plugin-settings.php:1155
741
  msgid "Specify the user that should be assigned as author for submitted posts."
742
- msgstr "Geben Sie den Benutzer an, der als Autor für übermittelte Posts zugewiesen werden soll."
743
 
744
- #: library/plugin-settings.php:1159
745
  msgid "Registered Username"
746
  msgstr "Registrierter Benutzername"
747
 
748
- #: library/plugin-settings.php:1161
749
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
750
- msgstr "Verwende registrierten Benutzernamen als Postautor. Gültig, wenn die Person, die das Formular einreicht, bei WordPress angemeldet ist."
751
 
752
- #: library/plugin-settings.php:1164
753
  msgid "User Profile URL"
754
  msgstr "Benutzerprofil-URL"
755
 
756
- #: library/plugin-settings.php:1166
757
  msgid "Use registered user’s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
758
- msgstr "Verwenden Sie die Profil-URL des registrierten Nutzers als Wert des URL-Felds. Gültig, wenn die Person, die das Formular einreicht, bei WordPress angemeldet ist."
759
 
760
- #: library/plugin-settings.php:1169
761
  msgid "Require User Login"
762
  msgstr "Benutzeranmeldung erforderlich"
763
 
764
- #: library/plugin-settings.php:1171
765
  msgid "Require users to be logged in to WordPress to view/submit the form"
766
- msgstr "Benutzer müssen in WordPress angemeldet sein, um das Formular anzeigen / senden zu können"
 
 
 
 
767
 
768
- #: library/plugin-settings.php:1177
 
 
 
 
769
  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."
770
- msgstr "Hier können Sie den Namen und die Beschriftung ändern, die vom benutzerdefinierten Feld verwendet werden. Sie können dieses Feld über die Einstellung Formularfelder aktivieren."
771
 
772
- #: library/plugin-settings.php:1182
773
  msgid "Custom Field Name"
774
  msgstr "Benutzerdefinierter Feldname"
775
 
776
- #: library/plugin-settings.php:1184
777
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
778
- msgstr "Verwenden Sie nur alphanumerische Zeichen, Unterstriche und Bindestriche. Wenn Sie unsicher sind, verwenden Sie den Standardnamen:"
779
 
780
- #: library/plugin-settings.php:1187
781
  msgid "Custom Field Label"
782
- msgstr "Benutzerdefiniertes Feldlabel"
783
 
784
- #: library/plugin-settings.php:1189
785
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
786
  msgstr "Dies wird als Feldbezeichnung im Formular angezeigt. Standard: Benutzerdefiniertes Feld"
787
 
788
- #: library/plugin-settings.php:1201
789
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
790
- msgstr "Um Spam zu verhindern, geben Sie eine Frage ein, die der Benutzer beantworten muss, bevor er das Formular absendet."
791
 
792
- #: library/plugin-settings.php:1204
793
  msgid "Challenge Response"
794
  msgstr "Challenge-Antwort"
795
 
796
- #: library/plugin-settings.php:1206
797
  msgid "Enter the *only* correct answer to the challenge question."
798
  msgstr "Geben Sie die * einzige * richtige Antwort auf die Challenge-Frage ein."
799
 
800
- #: library/plugin-settings.php:1209
801
  msgid "Case-sensitivity"
802
  msgstr "Groß- / Kleinschreibung"
803
 
804
- #: library/plugin-settings.php:1211
805
  msgid "Check this box if you want the challenge response to be case-sensitive."
806
- msgstr "Aktivieren Sie dieses Kontrollkästchen, wenn Sie möchten, dass die Challenge-Antwort die Groß- / Kleinschreibung berücksichtigt."
807
 
808
- #: library/plugin-settings.php:1217
809
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
810
- msgstr "Um Google ReCAPTCHA zu aktivieren, geben Sie Ihre öffentlichen und privaten Schlüssel ein."
811
 
812
- #: library/plugin-settings.php:1222
813
  msgid "Public Key"
814
  msgstr "Öffentlicher Schlüssel"
815
 
816
- #: library/plugin-settings.php:1224
817
  msgid "Enter your Public Key"
818
  msgstr "Geben Sie Ihren öffentlichen Schlüssel ein"
819
 
820
- #: library/plugin-settings.php:1227
821
  msgid "Private Key"
822
  msgstr "Privat Schlüssel"
823
 
824
- #: library/plugin-settings.php:1229
825
  msgid "Enter your Private Key"
826
- msgstr "Gib deinen privaten Schlüssel ein"
827
 
828
- #: library/plugin-settings.php:1234
829
  msgid "Email Alerts"
830
  msgstr "E-Mail-Benachrichtigungen"
831
 
832
- #: library/plugin-settings.php:1239
833
  msgid "Receive Email Alert"
834
  msgstr "E-Mail-Benachrichtigung erhalten"
835
 
836
- #: library/plugin-settings.php:1241
837
  msgid "Check this box if you want to be notified via email for new post submissions."
838
- msgstr "Aktivieren Sie dieses Kontrollkästchen, wenn Sie per E-Mail über neue Beiträge informiert werden möchten."
839
 
840
- #: library/plugin-settings.php:1244
841
  msgid "Enable HTML Format"
842
- msgstr "HTML-Format aktivieren"
843
 
844
- #: library/plugin-settings.php:1246
845
  msgid "Check this box to enable HTML format for email alerts."
846
  msgstr "Aktivieren Sie dieses Kontrollkästchen, um das HTML-Format für E-Mail-Benachrichtigungen zu aktivieren."
847
 
848
- #: library/plugin-settings.php:1249
849
  msgid "Email Address for Alerts"
850
  msgstr "E-Mail-Adresse für Benachrichtigungen"
851
 
852
- #: library/plugin-settings.php:1251
853
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
854
  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."
855
 
856
- #: library/plugin-settings.php:1252
857
  msgid "Multiple recipients may be included using a comma, like so:"
858
- msgstr "Mehrere Empfänger können mit einem Komma eingeschlossen werden, wie folgt:"
859
 
860
- #: library/plugin-settings.php:1255
861
  msgid "Email “From” Address"
862
- msgstr "Email & ldquo; Von & rdquo; Adresse"
863
 
864
- #: library/plugin-settings.php:1257
865
  msgid "Here you may customize the address(es) used for the “From” header (see plugin FAQs for info). "
866
- msgstr "Hier können Sie die Adresse (n) anpassen, die für das & ldquo; Von & rdquo; Header (siehe Plugin FAQs für Informationen)."
867
 
868
- #: library/plugin-settings.php:1258
869
  msgid "If multiple addresses are specified in the previous setting, include an equal number of “From” addresses for this setting (in the same order)."
870
- 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 der gleichen Reihenfolge)."
871
 
872
- #: library/plugin-settings.php:1261
873
  msgid "Email Alert Subject"
874
- msgstr "E-Mail-Benachrichtigungssache"
875
 
876
- #: library/plugin-settings.php:1263
877
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
878
- msgstr "Betreffzeile für E-Mail-Benachrichtigungen Leer lassen, um die Standard-Betreffzeile zu verwenden. Hinweis: Sie können die folgenden Variablen verwenden:"
879
 
880
- #: library/plugin-settings.php:1268
881
  msgid "Email Alert Message"
882
  msgstr "E-Mail-Warnmeldung"
883
 
884
- #: library/plugin-settings.php:1270
885
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
886
- msgstr "Nachricht für E-Mail-Benachrichtigungen Leer lassen, um die Standardnachricht zu verwenden. Hinweis: Sie können die folgenden Variablen verwenden:"
887
 
888
- #: library/plugin-settings.php:1282
889
  msgid "Featured Image"
890
  msgstr "Ausgewähltes Bild"
891
 
892
- #: library/plugin-settings.php:1284
893
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
894
- msgstr "Legen Sie übermittelte Bilder als Featured Images fest. Benötigt Themenunterstützung für Featured Images (aka Post Thumbnails)."
895
 
896
- #: library/plugin-settings.php:1287
897
  msgid "Upload Message"
898
  msgstr "Nachricht hochladen"
899
 
900
- #: library/plugin-settings.php:1289
901
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
902
- msgstr "Nachricht, die neben dem Upload-Feld angezeigt wird Nützlich für die Angabe Ihrer Upload-Richtlinien / -Richtlinien / etc. Grundlegendes Markup erlaubt."
903
 
904
- #: library/plugin-settings.php:1292
905
  msgid "“Add another image” link"
906
- msgstr "& ldquo; Fügen Sie ein weiteres Bild hinzu & rdquo; Verknüpfung"
907
 
908
- #: library/plugin-settings.php:1294
909
  msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
910
- msgstr "Benutzerdefiniertes Markup für das & ldquo; Ein anderes Bild hinzufügen & rdquo; Verknüpfung. Leer lassen, um das Standard-Markup zu verwenden (empfohlen)."
911
 
912
- #: library/plugin-settings.php:1297
913
  msgid "Minimum number of images"
914
- msgstr "Mindestanzahl der Bilder"
915
 
916
- #: library/plugin-settings.php:1300
917
  msgid "Specify the minimum number of images."
918
- msgstr "Geben Sie die Mindestanzahl der Bilder an."
919
 
920
- #: library/plugin-settings.php:1304
921
  msgid "Maximum number of images"
922
  msgstr "Maximale Anzahl von Bildern"
923
 
924
- #: library/plugin-settings.php:1307
925
  msgid "Specify the maximum number of images."
926
  msgstr "Geben Sie die maximale Anzahl von Bildern an."
927
 
928
- #: library/plugin-settings.php:1311
929
  msgid "Minimum image width"
930
  msgstr "Minimale Bildbreite"
931
 
932
- #: library/plugin-settings.php:1313
933
  msgid "Specify a minimum width (in pixels) for uploaded images."
934
- msgstr "Geben Sie eine Mindestbreite (in Pixeln) für hochgeladene Bilder an."
935
 
936
- #: library/plugin-settings.php:1316
937
  msgid "Minimum image height"
938
- msgstr "Minimale Bildhöhe"
939
 
940
- #: library/plugin-settings.php:1318
941
  msgid "Specify a minimum height (in pixels) for uploaded images."
942
- msgstr "Geben Sie eine Mindesthöhe (in Pixeln) für hochgeladene Bilder an."
943
 
944
- #: library/plugin-settings.php:1321
945
  msgid "Maximum image width"
946
  msgstr "Maximale Bildbreite"
947
 
948
- #: library/plugin-settings.php:1323
949
  msgid "Specify a maximum width (in pixels) for uploaded images."
950
  msgstr "Geben Sie eine maximale Breite (in Pixel) für hochgeladene Bilder an."
951
 
952
- #: library/plugin-settings.php:1326
953
  msgid "Maximum image height"
954
  msgstr "Maximale Bildhöhe"
955
 
956
- #: library/plugin-settings.php:1328
957
  msgid "Specify a maximum height (in pixels) for uploaded images."
958
  msgstr "Geben Sie eine maximale Höhe (in Pixel) für hochgeladene Bilder an."
959
 
960
- #: library/plugin-settings.php:1331
961
  msgid "More Options"
962
  msgstr "Mehr Optionen"
963
 
964
- #: library/plugin-settings.php:1334
965
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
966
- msgstr "Weitere Optionen wie die Möglichkeit, andere Dateitypen (wie PDF, Word, Zip, Videos und mehr) hochzuladen, finden Sie hier"
967
 
968
- #: library/plugin-settings.php:1335
969
  msgid "Go Pro!"
970
- msgstr "Gehen Sie Pro!"
971
 
972
- #: library/plugin-settings.php:1342
973
  msgid "Auto-Display Content"
974
- msgstr "Inhalt automatisch anzeigen"
975
 
976
- #: library/plugin-settings.php:1347
977
  msgid "Images Auto-Display"
978
- msgstr "Bilder Auto-Anzeige"
979
 
980
- #: library/plugin-settings.php:1349
981
  msgid "Auto-display user-submitted images:"
982
- msgstr "Benutzerdefinierte Bilder automatisch anzeigen:"
983
 
984
- #: library/plugin-settings.php:1354
985
  msgid "Image Markup"
986
  msgstr "Bildmarkierung"
987
 
988
- #: library/plugin-settings.php:1356
989
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
990
- msgstr "Markup für jedes gesendete Bild (wenn die automatische Anzeige aktiviert ist). Kann benutzen"
991
 
992
- #: library/plugin-settings.php:1358 library/plugin-settings.php:1371
993
- #: library/plugin-settings.php:1384 library/plugin-settings.php:1397
994
  msgid "and"
995
  msgstr "und"
996
 
997
- #: library/plugin-settings.php:1361
998
  msgid "Email Auto-Display"
999
- msgstr "E-Mail-Autoanzeige"
1000
 
1001
- #: library/plugin-settings.php:1363
1002
  msgid "Auto-display user-submitted email:"
1003
- msgstr "Benutzerdefinierte E-Mail automatisch anzeigen:"
1004
 
1005
- #: library/plugin-settings.php:1368
1006
  msgid "Email Markup"
1007
- msgstr "E-Mail-Auszeichnung"
1008
 
1009
- #: library/plugin-settings.php:1370
1010
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1011
- msgstr "Markup für die angegebene E-Mail-Adresse (wenn die automatische Anzeige aktiviert ist). Kann benutzen"
1012
 
1013
- #: library/plugin-settings.php:1374
1014
  msgid "URL Auto-Display"
1015
- msgstr "URL-Autoanzeige"
1016
 
1017
- #: library/plugin-settings.php:1376
1018
  msgid "Auto-display user-submitted URL:"
1019
- msgstr "Benutzerdefinierte URL automatisch anzeigen:"
1020
 
1021
- #: library/plugin-settings.php:1381
1022
  msgid "URL Markup"
1023
- msgstr "URL-Auszeichnung"
1024
 
1025
- #: library/plugin-settings.php:1383
1026
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1027
- msgstr "Markup zur Verwendung für die übermittelte URL (wenn die automatische Anzeige aktiviert ist). Kann benutzen"
1028
 
1029
- #: library/plugin-settings.php:1387
1030
  msgid "Custom Field Auto-Display"
1031
- msgstr "Benutzerdefinierte Feld Auto-Anzeige"
1032
 
1033
- #: library/plugin-settings.php:1389
1034
  msgid "Auto-display user-submitted Custom Field:"
1035
- msgstr "Benutzerdefiniertes benutzerdefiniertes Feld automatisch anzeigen:"
1036
 
1037
- #: library/plugin-settings.php:1394
1038
  msgid "Custom Field Markup"
1039
- msgstr "Benutzerdefiniertes Feld-Markup"
1040
 
1041
- #: library/plugin-settings.php:1396
1042
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1043
- msgstr "Markup für das übergebene benutzerdefinierte Feld (wenn die automatische Anzeige aktiviert ist). Kann benutzen"
1044
 
1045
- #: library/plugin-settings.php:1402 library/plugin-settings.php:1468
1046
  msgid "Save Settings"
1047
  msgstr "Einstellungen speichern"
1048
 
1049
- #: library/plugin-settings.php:1407
1050
  msgid "Display the Form"
1051
- msgstr "Anzeige des Formulars"
1052
 
1053
- #: library/plugin-settings.php:1410
1054
  msgid "Post-Submit Form"
1055
- msgstr "Formular nach dem Absenden"
1056
 
1057
- #: library/plugin-settings.php:1411
1058
  msgid "USP enables you to display a post-submission form anywhere on your site."
1059
- msgstr "USP ermöglicht es Ihnen, ein Post-Submission-Formular überall auf Ihrer Website anzuzeigen."
1060
 
1061
- #: library/plugin-settings.php:1412 library/plugin-settings.php:1419
1062
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1063
- msgstr "Verwenden Sie den Shortcode, um das Formular auf jedem Posteingang oder jeder Seite anzuzeigen:"
1064
 
1065
- #: library/plugin-settings.php:1414 library/plugin-settings.php:1421
1066
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1067
- msgstr "Oder verwenden Sie das Template-Tag, um das Formular an beliebiger Stelle in Ihrer Themenvorlage anzuzeigen:"
1068
 
1069
- #: library/plugin-settings.php:1417
1070
  msgid "Login/Register Form"
1071
- msgstr "Login / Registrierung"
1072
 
1073
- #: library/plugin-settings.php:1418
1074
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1075
- msgstr "Sie können auch ein Formular anzeigen, mit dem Benutzer sich anmelden, registrieren oder das Kennwort zurücksetzen können."
1076
 
1077
- #: library/plugin-settings.php:1424
1078
  msgid "Display Submitted Posts"
1079
- msgstr "Beiträge anzeigen"
1080
 
1081
- #: library/plugin-settings.php:1425
1082
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1083
- msgstr "Verwenden Sie diesen Shortcode, um eine Liste der übermittelten Posts auf einem Posteingang oder einer Seite anzuzeigen:"
1084
 
1085
- #: library/plugin-settings.php:1427
1086
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1087
- msgstr "Oder verwenden Sie das Tag \"Vorlage\", um eine Liste der übermittelten Beiträge an beliebiger Stelle in Ihrer Themenvorlage anzuzeigen:"
1088
 
1089
- #: library/plugin-settings.php:1429
1090
  msgid "Here are some examples showing how to configure this shortcode:"
1091
- msgstr "Hier einige Beispiele für die Konfiguration dieses Shortcodes:"
1092
 
1093
- #: library/plugin-settings.php:1436
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1094
  msgid "Access Control"
1095
  msgstr "Zugangskontrolle"
1096
 
1097
- #: library/plugin-settings.php:1437
1098
  msgid "USP provides three shortcodes to control access and restrict content."
1099
- msgstr "USP bietet drei Shortcodes, um den Zugriff zu steuern und Inhalte einzuschränken."
1100
 
1101
- #: library/plugin-settings.php:1438
1102
  msgid "Display content only to users with a specific capability:"
1103
  msgstr "Zeigen Sie Inhalte nur für Benutzer mit einer bestimmten Funktion an:"
1104
 
1105
- #: library/plugin-settings.php:1440
1106
  msgid "Display content to logged-in users:"
1107
- msgstr "Inhalte an angemeldete Benutzer anzeigen:"
1108
 
1109
- #: library/plugin-settings.php:1442
1110
  msgid "Display content to visitors only:"
1111
  msgstr "Inhalte nur für Besucher anzeigen:"
1112
 
1113
- #: library/plugin-settings.php:1444
1114
  msgid "Tip:"
1115
  msgstr "Spitze:"
1116
 
1117
- #: library/plugin-settings.php:1444
1118
  msgid "to include markup in the deny message, you can use"
1119
- msgstr "Markup in die Nachricht verweigern, können Sie verwenden"
1120
 
1121
- #: library/plugin-settings.php:1444
1122
  msgid "to output"
1123
  msgstr "ausgeben"
1124
 
1125
- #: library/plugin-settings.php:1446
1126
  msgid "Example"
1127
  msgstr "Beispiel"
1128
 
1129
- #: library/plugin-settings.php:1447
1130
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1131
- 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:"
1132
 
1133
- #: library/plugin-settings.php:1459
1134
  msgid "Restore Defaults"
1135
  msgstr "Standardeinstellungen wiederherstellen"
1136
 
1137
- #: library/plugin-settings.php:1462
1138
  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."
1139
- 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 Ihre Einstellungen und deaktivieren / aktivieren Sie das Plug-In anschließend."
1140
 
1141
- #: library/plugin-settings.php:1466
1142
  msgid "Restore default options upon plugin deactivation/reactivation."
1143
- msgstr "Standardoptionen bei Deaktivierung / Reaktivierung des Plugins wiederherstellen"
1144
 
1145
- #: library/plugin-settings.php:1473
1146
  msgid "Show Support"
1147
- msgstr "Support anzeigen"
1148
 
1149
- #: library/plugin-settings.php:1482
1150
  msgid "by"
1151
  msgstr "durch"
1152
 
1153
- #: library/plugin-settings.php:1483
1154
  msgid "Jeff Starr on Twitter"
1155
  msgstr "Jeff Starr auf Twitter"
1156
 
1157
- #: library/plugin-settings.php:1484
1158
  msgid "Obsessive Web Design & Development"
1159
  msgstr "Obsessive Webdesign & amp; Entwicklung"
1160
 
1161
- #: library/plugin-settings.php:1495
1162
  msgid "Save Preference"
1163
- msgstr "Bevorzugung speichern"
1164
 
1165
- #: library/plugin-settings.php:1502
1166
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1167
- msgstr "Sind Sie sicher, dass Sie alle Standardoptionen wiederherstellen möchten? (Diese Aktion kann nicht rückgängig gemacht werden)"
1168
 
1169
- #: library/template-tags.php:214
1170
- msgid "View full post"
1171
- msgstr "Ganzen Beitrag ansehen"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1172
 
1173
  #. Description of the plugin
1174
  #:
1175
  msgid "Enables your visitors to submit posts and images from anywhere on your site."
1176
- msgstr "Ermöglicht es Ihren Besuchern, Beiträge und Bilder von überall auf Ihrer Website einzureichen."
1177
 
1178
  #. URI of the plugin
1179
  #:
4
  "Content-Type: text/plain; charset=UTF-8\n"
5
  "Content-Transfer-Encoding: 8bit\n"
6
  "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20180316\n"
8
  "Language: de\n"
9
 
10
  #. Name of the plugin
11
+ #: user-submitted-posts.php:44 library/support-panel.php:5
12
  msgid "User Submitted Posts"
13
+ msgstr "Vom Benutzer übermittelte Posts"
14
 
15
+ #: user-submitted-posts.php:81
16
  msgid "requires WordPress "
17
  msgstr "benötigt WordPress"
18
 
19
+ #: user-submitted-posts.php:82
20
  msgid " or higher, and has been deactivated! "
21
  msgstr " oder höher und wurde deaktiviert!"
22
 
23
+ #: user-submitted-posts.php:83
24
  msgid "Please return to the"
25
+ msgstr "Bitte zurück zum"
26
 
27
+ #: user-submitted-posts.php:84
28
  msgid "WordPress Admin Area"
29
+ msgstr "WordPress-Admin-Bereich"
30
 
31
+ #: user-submitted-posts.php:85
32
  msgid "to upgrade WordPress and try again."
33
+ msgstr "um WordPress zu aktualisieren und es erneut zu versuchen."
34
 
35
+ #: user-submitted-posts.php:125
36
  msgid "User Submitted Post"
37
+ msgstr "Vom Benutzer übermittelte Post"
38
 
39
+ #: user-submitted-posts.php:419
40
  msgid "User Submitted Post Info"
41
+ msgstr "Vom Benutzer übermittelte Post-Informationen"
42
 
43
+ #: user-submitted-posts.php:449
44
  msgid "Submitter Name: "
45
+ msgstr "Absender Name:"
46
 
47
+ #: user-submitted-posts.php:450
48
  msgid "Submitter Email: "
49
+ msgstr "Absender-E-Mail:"
50
 
51
+ #: user-submitted-posts.php:451
52
  msgid "Submitter URL: "
53
+ msgstr "Absender-URL:"
54
 
55
+ #: user-submitted-posts.php:452
56
  msgid "Submitter IP: "
57
+ msgstr "Absender-IP:"
58
 
59
+ #: user-submitted-posts.php:503
60
  msgid "Show USP Posts"
61
+ msgstr "Zeige USP-Beiträge"
62
 
63
+ #: user-submitted-posts.php:504 library/plugin-settings.php:979
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
+ #: user-submitted-posts.php:1272
68
  msgid " files required"
69
+ msgstr " Dateien benötigt"
70
 
71
+ #: user-submitted-posts.php:1273
72
  msgid " file required"
73
  msgstr " Datei erforderlich"
74
 
75
+ #: user-submitted-posts.php:1275
76
  msgid " files"
77
  msgstr " Dateien"
78
 
79
+ #: user-submitted-posts.php:1276
80
  msgid " file"
81
  msgstr " Datei"
82
 
83
+ #: user-submitted-posts.php:1278 user-submitted-posts.php:1279
84
+ #: user-submitted-posts.php:1280 user-submitted-posts.php:1281
85
  msgid " pixels"
86
  msgstr " Pixel"
87
 
88
+ #: user-submitted-posts.php:1283 library/core-functions.php:215
89
+ #: library/plugin-settings.php:284 library/plugin-settings.php:303
90
+ #: library/plugin-settings.php:701 library/plugin-settings.php:1195
91
  msgid "Custom Field"
92
  msgstr "Benutzerdefinierte Feld"
93
 
94
+ #: user-submitted-posts.php:1286
95
  msgid "An error occurred. Please go back and try again."
96
  msgstr "Ein Fehler ist aufgetreten. Bitte gehen Sie zurück und versuchen Sie es erneut."
97
 
98
+ #: user-submitted-posts.php:1296
99
  msgid "User login required"
100
  msgstr "Benutzeranmeldung erforderlich"
101
 
102
+ #: user-submitted-posts.php:1297
103
  msgid "User name required"
104
  msgstr "Benutzername erforderlich"
105
 
106
+ #: user-submitted-posts.php:1298
107
  msgid "Post title required"
108
+ msgstr "Posttitel erforderlich"
109
 
110
+ #: user-submitted-posts.php:1299
111
  msgid "User URL required"
112
  msgstr "Benutzer-URL erforderlich"
113
 
114
+ #: user-submitted-posts.php:1300
115
  msgid "Post tags required"
116
  msgstr "Post-Tags erforderlich"
117
 
118
+ #: user-submitted-posts.php:1301
119
  msgid "Post category required"
120
  msgstr "Postkategorie erforderlich"
121
 
122
+ #: user-submitted-posts.php:1302
123
  msgid "Post content required"
124
+ msgstr "Inhalte posten"
125
 
126
+ #: user-submitted-posts.php:1303 user-submitted-posts.php:1304
127
  msgid "Correct captcha required"
128
  msgstr "Korrektes Captcha erforderlich"
129
 
130
+ #: user-submitted-posts.php:1305
131
  msgid "User email required"
132
  msgstr "Benutzer-E-Mail erforderlich"
133
 
134
+ #: user-submitted-posts.php:1306
135
  msgid "Please check your email and try again"
136
+ msgstr "Bitte überprüfen Sie Ihre E-Mail-Adresse und versuchen Sie es erneut"
137
 
138
+ #: user-submitted-posts.php:1307
139
  msgid "Non-empty value for hidden field"
140
+ msgstr "Nicht leerer Wert für verstecktes Feld"
141
 
142
+ #: user-submitted-posts.php:1308
143
  msgid "Minimum number of images not met"
144
  msgstr "Mindestanzahl der Bilder nicht erfüllt"
145
 
146
+ #: user-submitted-posts.php:1309
147
  msgid "Maximum number of images exceeded "
148
+ msgstr "Maximale Anzahl der Bilder überschritten"
149
 
150
+ #: user-submitted-posts.php:1310
151
  msgid "Minimum image width not met"
152
+ msgstr "Minimale Bildbreite nicht erreicht"
153
 
154
+ #: user-submitted-posts.php:1311
155
  msgid "Image width exceeds maximum"
156
+ msgstr "Die Bildbreite überschreitet das Maximum"
157
 
158
+ #: user-submitted-posts.php:1312
159
  msgid "Minimum image height not met"
160
+ msgstr "Minimale Bildhöhe nicht erreicht"
161
 
162
+ #: user-submitted-posts.php:1313
163
  msgid "Image height exceeds maximum"
164
+ msgstr "Die Bildhöhe überschreitet das Maximum"
165
 
166
+ #: user-submitted-posts.php:1314
167
  msgid "File type not allowed (please upload images only)"
168
  msgstr "Dateityp nicht erlaubt (bitte nur Bilder hochladen)"
169
 
170
+ #: user-submitted-posts.php:1315
171
  msgid " required"
172
  msgstr " erforderlich"
173
 
174
+ #: user-submitted-posts.php:1319
175
  msgid "File not uploaded. Please check the file and try again."
176
+ msgstr "Die Datei wurde nicht hochgeladen. Bitte überprüfen Sie die Datei und versuchen Sie es erneut."
177
 
178
+ #: user-submitted-posts.php:1323
179
  msgid "The file(s) could not be uploaded"
180
  msgstr "Die Datei (en) konnten nicht hochgeladen werden"
181
 
182
+ #: user-submitted-posts.php:1325
183
  msgid "Post not created. Please contact the site administrator for help."
184
+ msgstr "Beitrag wurde nicht erstellt. Bitte kontaktieren Sie den Site-Administrator für Hilfe."
185
 
186
+ #: user-submitted-posts.php:1326
187
  msgid "Duplicate post title. Please try again."
188
+ msgstr "Titel duplizieren Bitte versuche es erneut."
189
 
190
+ #: user-submitted-posts.php:1336
191
  msgid "Error: "
192
+ msgstr "Error:"
193
 
194
+ #: user-submitted-posts.php:1362
195
  msgid "Return to form"
196
  msgstr "Zurück zum Formular"
197
 
198
+ #: user-submitted-posts.php:1392 library/plugin-settings.php:955
199
  msgid "Please"
200
  msgstr "Bitte"
201
 
202
+ #: user-submitted-posts.php:1393
203
  msgid "log in"
204
  msgstr "Einloggen"
205
 
206
+ #: user-submitted-posts.php:1394
207
  msgid "to submit content!"
208
  msgstr "Inhalte einreichen!"
209
 
219
  #: views/submission-form.php:62 views/submission-form.php:63
220
  #: views/submission-form-alt.php:67 views/submission-form-alt.php:68
221
  msgid "Your URL"
222
+ msgstr "Deine URL"
223
 
224
  #: views/submission-form.php:68 views/submission-form.php:69
225
  #: views/submission-form-alt.php:73 views/submission-form-alt.php:74
228
 
229
  #: views/submission-form.php:74 views/submission-form.php:75
230
  #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
+ #: library/plugin-settings.php:1016
232
  msgid "Post Title"
233
  msgstr "Beitragstitel"
234
 
235
  #: views/submission-form.php:80 views/submission-form.php:81
236
  #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
+ #: library/plugin-settings.php:1017
238
  msgid "Post Tags"
239
+ msgstr "Beitrags-Tags"
240
 
241
  #: views/submission-form.php:93 views/submission-form-alt.php:98
242
  msgid "Antispam Question"
243
  msgstr "Antispam-Frage"
244
 
245
  #: views/submission-form.php:98 views/submission-form-alt.php:103
246
+ #: library/plugin-settings.php:1018
247
  msgid "Post Category"
248
  msgstr "Beitragskategorie"
249
 
253
 
254
  #: views/submission-form.php:135 views/submission-form.php:136
255
  #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
+ #: library/plugin-settings.php:1019
257
  msgid "Post Content"
258
+ msgstr "Inhalte veröffentlichen"
259
 
260
  #: views/submission-form.php:142 views/submission-form-alt.php:147
261
  msgid "Verification"
267
 
268
  #: views/submission-form.php:158 views/submission-form-alt.php:163
269
  msgid "Add another image"
270
+ msgstr "Fügen Sie ein anderes Bild hinzu"
271
 
272
  #: views/submission-form.php:180 views/submission-form-alt.php:185
273
  msgid "Human verification: leave this field empty."
274
+ msgstr "Menschliche Verifizierung: Lassen Sie dieses Feld leer."
275
 
276
  #: views/submission-form.php:202 views/submission-form-alt.php:207
277
  msgid "Submit Post"
278
  msgstr "Beitrag senden"
279
 
280
+ #: library/shortcode-misc.php:18
281
+ msgid "Reset form"
282
+ msgstr "Formular leeren"
283
+
284
+ #: library/shortcode-misc.php:128
285
+ msgid "View full post"
286
+ msgstr "Ganzen Beitrag ansehen"
287
+
288
  #: library/plugin-settings.php:32
289
  msgid "Get USP Pro for unlimited forms!"
290
  msgstr "Holen Sie sich USP Pro für unbegrenzte Formulare!"
291
 
292
  #: library/plugin-settings.php:33
293
  msgid "Go Pro"
294
+ msgstr "Gehen Sie Pro"
295
 
296
  #: library/plugin-settings.php:37
297
  msgid "Settings"
298
+ msgstr "die Einstellungen"
299
 
300
  #: library/plugin-settings.php:55
301
  msgid "Give USP a 5-star rating at WordPress.org"
302
+ msgstr "Geben Sie USP eine 5-Sterne-Bewertung auf WordPress.org"
303
 
304
  #: library/plugin-settings.php:56
305
  msgid "Rate this plugin »"
311
 
312
  #: library/plugin-settings.php:118
313
  msgid "WP Page"
314
+ msgstr "WP Seite"
315
 
316
  #: library/plugin-settings.php:134
317
  msgid "HTML5 Form + Default CSS"
327
 
328
  #: library/plugin-settings.php:138
329
  msgid "(Provide your own styles)"
330
+ msgstr "(Stellen Sie Ihre eigenen Stile zur Verfügung)"
331
 
332
  #: library/plugin-settings.php:142
333
  msgid "Custom Form + Custom CSS"
334
+ msgstr "Benutzerdefiniertes Formular + Benutzerdefiniertes CSS"
335
 
336
  #: library/plugin-settings.php:142
337
  msgid "(Provide your own form template & styles)"
338
+ msgstr "(Geben Sie Ihre eigene Formularvorlage und Ihre eigenen Stile an)"
339
 
340
  #: library/plugin-settings.php:158 library/plugin-settings.php:182
341
  #: library/plugin-settings.php:205 library/plugin-settings.php:229
342
  msgid "Auto-display before post content"
343
+ msgstr "Automatische Anzeige vor dem Post-Inhalt"
344
 
345
  #: library/plugin-settings.php:162 library/plugin-settings.php:186
346
  #: library/plugin-settings.php:209 library/plugin-settings.php:233
347
  msgid "Auto-display after post content"
348
+ msgstr "Auto-Anzeige nach Post-Inhalt"
349
 
350
  #: library/plugin-settings.php:166
351
  msgid "Do not auto-display submitted images"
352
+ msgstr "Gesendete Bilder nicht automatisch anzeigen"
353
 
354
  #: library/plugin-settings.php:190
355
  msgid "Do not auto-display submitted email"
356
+ msgstr "Übermittelte E-Mails nicht automatisch anzeigen"
357
 
358
  #: library/plugin-settings.php:213
359
  msgid "Do not auto-display submitted URL"
360
+ msgstr "Die übermittelte URL wird nicht automatisch angezeigt"
361
 
362
  #: library/plugin-settings.php:237
363
  msgid "Do not auto-display the Custom Field"
364
+ msgstr "Das benutzerdefinierte Feld wird nicht automatisch angezeigt"
365
 
366
  #: library/plugin-settings.php:265 library/plugin-settings.php:297
367
  #: library/plugin-settings.php:330 library/plugin-settings.php:362
368
  msgid "Display and require"
369
+ msgstr "Anzeigen und erfordern"
370
 
371
  #: library/plugin-settings.php:266 library/plugin-settings.php:298
372
  msgid "Display but do not require"
373
+ msgstr "Anzeige, aber nicht erforderlich"
374
 
375
  #: library/plugin-settings.php:267 library/plugin-settings.php:299
376
  #: library/plugin-settings.php:331 library/plugin-settings.php:363
385
  #: library/plugin-settings.php:303 library/plugin-settings.php:335
386
  #: library/plugin-settings.php:367 library/plugin-settings.php:399
387
  msgid "to configure options)"
388
+ msgstr "um Optionen zu konfigurieren)"
389
 
390
  #: library/plugin-settings.php:318 library/plugin-settings.php:335
391
+ #: library/plugin-settings.php:1213 library/plugin-settings.php:1218
392
  msgid "Challenge Question"
393
  msgstr "Sicherheitsfrage"
394
 
395
  #: library/plugin-settings.php:350 library/plugin-settings.php:367
396
+ #: library/plugin-settings.php:1235
397
  msgid "Google reCAPTCHA"
398
  msgstr "Google reCAPTCHA"
399
 
400
  #: library/plugin-settings.php:382
401
  msgid "Post Images"
402
+ msgstr "Bilder posten"
403
 
404
  #: library/plugin-settings.php:394
405
  msgid "Display"
406
+ msgstr "Anzeige"
407
 
408
  #: library/plugin-settings.php:395
409
  msgid "Disable"
410
  msgstr "Deaktivieren"
411
 
412
+ #: library/plugin-settings.php:399 library/plugin-settings.php:1296
413
  msgid "Image Uploads"
414
  msgstr "Bild-Uploads"
415
 
423
 
424
  #: library/plugin-settings.php:481
425
  msgid "Publish immediately"
426
+ msgstr "Veröffentlichen Sie sofort"
427
 
428
  #: library/plugin-settings.php:482
429
  msgid "Publish after 1 approved post"
437
  msgid " approved posts"
438
  msgstr " genehmigte Beiträge"
439
 
440
+ #: library/plugin-settings.php:645
441
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
442
+ msgstr "Es gab einen Fehler. Bitte stellen Sie sicher, dass Sie einen Titel, einige Inhalte hinzugefügt haben und dass Sie nur Bilder hochgeladen haben."
443
 
444
+ #: library/plugin-settings.php:659
445
  msgid "Please select your image(s) to upload."
446
  msgstr "Bitte wählen Sie Ihre Bilder zum Hochladen aus."
447
 
448
+ #: library/plugin-settings.php:665
449
  msgid "Success! Thank you for your submission."
450
+ msgstr "Erfolg! Vielen Dank für Ihre Einreichung."
451
 
452
+ #: library/plugin-settings.php:691
453
  msgid "Email"
454
  msgstr "Email"
455
 
456
+ #: library/plugin-settings.php:692
457
  msgid "URL"
458
  msgstr "URL"
459
 
460
+ #: library/plugin-settings.php:942
 
 
 
 
461
  msgid "Toggle all panels"
462
+ msgstr "Alle Felder umschalten"
463
 
464
+ #: library/plugin-settings.php:951
465
  msgid "We need your support!"
466
  msgstr "Wir brauchen Deine Unterstützung!"
467
 
468
+ #: library/plugin-settings.php:955
469
  msgid "Make a donation via PayPal"
470
  msgstr "Spende über PayPal"
471
 
472
+ #: library/plugin-settings.php:955
473
  msgid "make a donation"
474
  msgstr "Spenden"
475
 
476
+ #: library/plugin-settings.php:955
477
  msgid "and/or"
478
  msgstr "und / oder"
479
 
480
+ #: library/plugin-settings.php:956
481
  msgid "Rate and review at the Plugin Directory"
482
+ msgstr "Bewerten und überprüfen Sie im Plugin-Verzeichnis"
483
 
484
+ #: library/plugin-settings.php:957
485
  msgid "give this plugin a 5-star rating"
486
+ msgstr "geben Sie diesem Plugin eine 5-Sterne-Bewertung"
487
 
488
+ #: library/plugin-settings.php:961
489
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
490
+ msgstr "Ihr großzügiger Support ermöglicht die Weiterentwicklung dieses kostenlosen Plugins. Vielen Dank!"
491
 
492
+ #: library/plugin-settings.php:966
493
  msgid "Check this box if you have shown support"
494
+ msgstr "Aktivieren Sie dieses Kontrollkästchen, wenn Sie Unterstützung gezeigt haben"
495
 
496
+ #: library/plugin-settings.php:975
497
  msgid "Overview"
498
  msgstr "Überblick"
499
 
500
+ #: library/plugin-settings.php:979
501
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
502
+ msgstr "ermöglicht es Ihren Besuchern, Beiträge zu senden und Bilder vom Front-End Ihrer Website hochzuladen."
503
 
504
+ #: library/plugin-settings.php:980
505
  msgid "For advanced functionality and unlimited forms, check out"
506
+ msgstr "Für erweiterte Funktionalität und unbegrenzte Formulare, check out"
507
 
508
+ #: library/plugin-settings.php:980 library/plugin-settings.php:1354
509
  msgid "USP Pro"
510
  msgstr "USP Pro"
511
 
512
+ #: library/plugin-settings.php:981
513
  msgid "— the ultimate solution for user-generated content."
514
+ msgstr "& mdash; die ultimative Lösung für nutzergenerierte Inhalte."
515
 
516
+ #: library/plugin-settings.php:985 library/plugin-settings.php:1002
517
  msgid "Plugin Settings"
518
+ msgstr "Plugin Einstellungen"
519
 
520
+ #: library/plugin-settings.php:986
521
  msgid "Display the form"
522
+ msgstr "Zeigen Sie das Formular an"
523
 
524
+ #: library/plugin-settings.php:987 library/plugin-settings.php:1511
525
  msgid "Plugin Homepage"
526
+ msgstr "Plugin Startseite"
527
 
528
+ #: library/plugin-settings.php:990
529
  msgid "If you like this plugin, please"
530
  msgstr "Wenn Sie dieses Plugin mögen, bitte"
531
 
532
+ #: library/plugin-settings.php:991
533
  msgid "THANK YOU for your support!"
534
  msgstr "Danke für Ihre Unterstützung!"
535
 
536
+ #: library/plugin-settings.php:991
537
  msgid "give it a 5-star rating"
538
+ msgstr "geben Sie ihm eine 5-Sterne-Bewertung"
539
 
540
+ #: library/plugin-settings.php:995
541
  msgid "Unlimited front-end forms"
542
+ msgstr "Unbegrenzte Front-End-Formulare"
543
 
544
+ #: library/plugin-settings.php:995
545
  msgid "Get USP Pro"
546
  msgstr "Holen Sie sich USP Pro"
547
 
548
+ #: library/plugin-settings.php:1005
549
  msgid "Configure your settings for User Submitted Posts."
550
+ msgstr "Konfigurieren Sie Ihre Einstellungen für von Benutzern übermittelte Posts."
551
 
552
+ #: library/plugin-settings.php:1007
553
  msgid "Form Fields"
554
  msgstr "Formularfelder"
555
 
556
+ #: library/plugin-settings.php:1013
557
  msgid "User Name"
558
+ msgstr "Nutzername"
559
 
560
+ #: library/plugin-settings.php:1014
561
  msgid "User Email"
562
+ msgstr "Benutzer Email"
563
 
564
+ #: library/plugin-settings.php:1015
565
  msgid "User URL"
566
  msgstr "Benutzer-URL"
567
 
568
+ #: library/plugin-settings.php:1030
569
  msgid "General Settings"
570
  msgstr "Allgemeine Einstellungen"
571
 
572
+ #: library/plugin-settings.php:1032
573
+ msgid "Note that the default settings work fine for most cases."
574
+ msgstr "Beachten Sie, dass die Standardeinstellungen in den meisten Fällen gut funktionieren."
575
+
576
+ #: library/plugin-settings.php:1037
577
  msgid "Form Style"
578
+ msgstr "Formstil"
579
 
580
+ #: library/plugin-settings.php:1042
581
  msgid "With this option, you can copy the plugin’s default templates:"
582
  msgstr "Mit dieser Option können Sie die Standardvorlagen des Plugins kopieren:"
583
 
584
+ #: library/plugin-settings.php:1047
585
  msgid "..and upload them into a directory named"
586
+ msgstr "..und lade sie in ein benanntes Verzeichnis hoch"
587
 
588
+ #: library/plugin-settings.php:1047
589
  msgid "in your theme:"
590
  msgstr "in deinem Thema:"
591
 
592
+ #: library/plugin-settings.php:1053
593
  msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
594
+ msgstr "Dadurch können Sie die Form und Stile nach Wunsch anpassen. Weitere Informationen finden Sie im Abschnitt \"Formular für die benutzerdefinierte Übermittlung\" in der"
595
 
596
+ #: library/plugin-settings.php:1054
597
  msgid "Installation Docs"
598
  msgstr "Installationsdokumente"
599
 
600
+ #: library/plugin-settings.php:1055
601
  msgid "FYI: here is a"
602
  msgstr "FYI: Hier ist ein"
603
 
604
+ #: library/plugin-settings.php:1055
605
  msgid "list of USP CSS selectors"
606
+ msgstr "Liste der USP-CSS-Selektoren"
607
 
608
+ #: library/plugin-settings.php:1061
609
  msgid "Include JavaScript"
610
+ msgstr "Fügen Sie JavaScript ein"
611
 
612
+ #: library/plugin-settings.php:1063
613
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
614
+ msgstr "Aktivieren Sie dieses Kontrollkästchen, wenn Sie die externen JavaScript-Dateien einschließen möchten (empfohlen)."
615
 
616
+ #: library/plugin-settings.php:1066
617
  msgid "Targeted Loading"
618
  msgstr "Gezielte Beladung"
619
 
620
+ #: library/plugin-settings.php:1068
621
  msgid "By default, external CSS & JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
622
+ msgstr "Standardmäßig sind externe CSS & amp; JavaScript-Dateien werden auf jeder Seite geladen. Hier können Sie die URL des USP-Formulars angeben, um Ressourcen nur auf dieser Seite zu laden. Hinweis: Lassen Sie das Feld leer, um es auf allen Seiten zu laden."
623
 
624
+ #: library/plugin-settings.php:1071
625
  msgid "Post Type"
626
  msgstr "Post-Typ"
627
 
628
+ #: library/plugin-settings.php:1074
629
  msgid "Submit posts as WP Posts or Pages"
630
+ msgstr "Senden Sie Beiträge als WP-Posts oder -Pages"
631
 
632
+ #: library/plugin-settings.php:1078
633
  msgid "Post Status"
634
  msgstr "Poststatus"
635
 
636
+ #: library/plugin-settings.php:1081
637
  msgid "Post Status for submitted posts"
638
+ msgstr "Status für übermittelte Posts veröffentlichen"
639
 
640
+ #: library/plugin-settings.php:1085
641
  msgid "Redirect URL"
642
+ msgstr "URL umleiten"
643
 
644
+ #: library/plugin-settings.php:1087
645
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
646
  msgstr "Geben Sie eine URL an, um den Benutzer nach der Übermittlung umzuleiten. Leer lassen, um zur aktuellen Seite zurückzukehren."
647
 
648
+ #: library/plugin-settings.php:1090
649
  msgid "Success Message"
650
  msgstr "Erfolgsmeldung"
651
 
652
+ #: library/plugin-settings.php:1092
653
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
654
+ msgstr "Erfolgsmeldung, die angezeigt wird, wenn die Post-Submission erfolgreich ist. Basic Markup ist erlaubt."
655
 
656
+ #: library/plugin-settings.php:1095
657
  msgid "Error Message"
658
  msgstr "Fehlermeldung"
659
 
660
+ #: library/plugin-settings.php:1097
661
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
662
+ msgstr "Allgemeine Fehlermeldung, die angezeigt wird, wenn die Nachreichung fehlschlägt. Basic Markup ist erlaubt."
663
 
664
+ #: library/plugin-settings.php:1100
665
  msgid "Custom Content"
666
+ msgstr "Benutzerdefinierter Inhalt"
667
 
668
+ #: library/plugin-settings.php:1102
669
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
670
+ msgstr "Benutzerdefinierter Text / Markup, der vor dem Übermittlungsformular eingefügt werden soll. Leer lassen, um zu deaktivieren."
671
 
672
+ #: library/plugin-settings.php:1105
673
  msgid "Rich Text Editor"
674
  msgstr "Rich-Text-Editor"
675
 
676
+ #: library/plugin-settings.php:1107
677
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
678
  msgstr "Aktivieren Sie dieses Kontrollkästchen, wenn Sie die WP-Rich-Text-Bearbeitung für übermittelte Posts aktivieren möchten."
679
 
680
+ #: library/plugin-settings.php:1110
681
  msgid "Unique Titles"
682
  msgstr "Eindeutige Titel"
683
 
684
+ #: library/plugin-settings.php:1112
685
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
686
+ msgstr "Erfordert übermittelte Posttitel als eindeutig (nützlich zum Verhindern mehrfacher / doppelt eingereichter Posts)."
687
 
688
+ #: library/plugin-settings.php:1115
689
  msgid "Disable Required"
690
  msgstr "Deaktivieren erforderlich"
691
 
692
+ #: library/plugin-settings.php:1117
693
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
694
+ msgstr "Deaktivieren Sie alle erforderlichen Attribute für Standardformularfelder (nützlich zur Fehlerbehebung bei Fehlermeldungen)."
695
 
696
+ #: library/plugin-settings.php:1120
697
  msgid "Disable IP Tracking"
698
+ msgstr "Deaktivieren Sie die IP-Verfolgung"
699
 
700
+ #: library/plugin-settings.php:1122
701
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
702
+ msgstr "Standardmäßig zeichnet USP die IP-Adresse für jeden gesendeten Post auf. Aktivieren Sie dieses Kontrollkästchen, um das gesamte IP-Tracking zu deaktivieren."
703
 
704
+ #: library/plugin-settings.php:1125
705
  msgid "Enable Shortcodes"
706
+ msgstr "Aktivieren Sie Kurzwahlnummern"
707
 
708
+ #: library/plugin-settings.php:1127
709
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
710
+ msgstr "Aktivieren Sie Shortcodes in Widgets. Standardmäßig aktiviert WordPress keine Shortcodes in Widgets."
711
 
712
+ #: library/plugin-settings.php:1128
713
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
714
+ msgstr "Diese Einstellung aktiviert alle Shortcodes in Widgets (auch Shortcodes von anderen Plugins)."
715
 
716
+ #: library/plugin-settings.php:1133 library/plugin-settings.php:1138
717
  msgid "Categories"
718
  msgstr "Kategorien"
719
 
720
+ #: library/plugin-settings.php:1141
721
  msgid "Select which categories may be assigned to submitted posts (click to toggle)"
722
+ msgstr "Wählen Sie aus, welche Kategorien den eingereichten Posts zugewiesen werden sollen (klicken Sie auf um zu wechseln)"
723
 
724
+ #: library/plugin-settings.php:1149
725
  msgid "Hidden/Default Category"
726
  msgstr "Versteckte / Standardkategorie"
727
 
728
+ #: library/plugin-settings.php:1151
729
  msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
730
+ msgstr "Verwenden Sie ein verstecktes Feld für die Post-Kategorie. Dies kann verwendet werden, um eine Standardkategorie anzugeben, wenn das Kategoriefeld deaktiviert ist."
731
 
732
+ #: library/plugin-settings.php:1154
733
  msgid "Category ID for Hidden Field"
734
  msgstr "Kategorie-ID für verstecktes Feld"
735
 
736
+ #: library/plugin-settings.php:1156
737
  msgid "Specify the ID of the category to use for the “Hidden/Default Category” option."
738
+ msgstr "Geben Sie die ID der Kategorie an, die für die & quot; Versteckte / Standardkategorie & rdquo; Möglichkeit."
739
 
740
+ #: library/plugin-settings.php:1161
741
  msgid "Users"
742
  msgstr "Benutzer"
743
 
744
+ #: library/plugin-settings.php:1166
745
  msgid "Assigned Author"
746
+ msgstr "Zugeordneter Autor"
747
 
748
+ #: library/plugin-settings.php:1169
749
  msgid "Specify the user that should be assigned as author for submitted posts."
750
+ msgstr "Geben Sie den Benutzer an, der als Autor für gesendete Beiträge zugewiesen werden soll."
751
 
752
+ #: library/plugin-settings.php:1173
753
  msgid "Registered Username"
754
  msgstr "Registrierter Benutzername"
755
 
756
+ #: library/plugin-settings.php:1175
757
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
758
+ msgstr "Verwende den registrierten Benutzernamen als Postautor. Gültig, wenn die Person, die das Formular absendet, bei WordPress angemeldet ist."
759
 
760
+ #: library/plugin-settings.php:1178
761
  msgid "User Profile URL"
762
  msgstr "Benutzerprofil-URL"
763
 
764
+ #: library/plugin-settings.php:1180
765
  msgid "Use registered user’s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
766
+ msgstr "Verwenden Sie die Profil-URL des registrierten Benutzers als Wert für das URL-Feld. Gültig, wenn die Person, die das Formular absendet, bei WordPress angemeldet ist."
767
 
768
+ #: library/plugin-settings.php:1183
769
  msgid "Require User Login"
770
  msgstr "Benutzeranmeldung erforderlich"
771
 
772
+ #: library/plugin-settings.php:1185
773
  msgid "Require users to be logged in to WordPress to view/submit the form"
774
+ msgstr "Erfordert, dass Benutzer bei WordPress angemeldet sind, um das Formular anzuzeigen / zu senden"
775
+
776
+ #: library/plugin-settings.php:1188
777
+ msgid "Disable Replace Author"
778
+ msgstr "Deaktivieren Sie Autor ersetzen"
779
 
780
+ #: library/plugin-settings.php:1190
781
+ msgid "Do not replace post author with submitted user name"
782
+ msgstr "Ersetzen Sie den Postautor nicht durch den angegebenen Benutzernamen"
783
+
784
+ #: library/plugin-settings.php:1196
785
  msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
786
+ msgstr "Hier können Sie den Namen und die Bezeichnung des benutzerdefinierten Feldes ändern. Sie können dieses Feld über die oben angegebenen Formularfeldeinstellungen aktivieren."
787
 
788
+ #: library/plugin-settings.php:1201
789
  msgid "Custom Field Name"
790
  msgstr "Benutzerdefinierter Feldname"
791
 
792
+ #: library/plugin-settings.php:1203
793
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
794
+ msgstr "Verwenden Sie nur alphanumerische Zeichen, Unterstriche und Bindestriche. Wenn Sie sich nicht sicher sind, verwenden Sie den Standardnamen:"
795
 
796
+ #: library/plugin-settings.php:1206
797
  msgid "Custom Field Label"
798
+ msgstr "Benutzerdefinierte Feldbezeichnung"
799
 
800
+ #: library/plugin-settings.php:1208
801
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
802
  msgstr "Dies wird als Feldbezeichnung im Formular angezeigt. Standard: Benutzerdefiniertes Feld"
803
 
804
+ #: library/plugin-settings.php:1220
805
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
806
+ msgstr "Um Spam zu vermeiden, geben Sie eine Frage ein, die Benutzer beantworten müssen, bevor Sie das Formular absenden."
807
 
808
+ #: library/plugin-settings.php:1223
809
  msgid "Challenge Response"
810
  msgstr "Challenge-Antwort"
811
 
812
+ #: library/plugin-settings.php:1225
813
  msgid "Enter the *only* correct answer to the challenge question."
814
  msgstr "Geben Sie die * einzige * richtige Antwort auf die Challenge-Frage ein."
815
 
816
+ #: library/plugin-settings.php:1228
817
  msgid "Case-sensitivity"
818
  msgstr "Groß- / Kleinschreibung"
819
 
820
+ #: library/plugin-settings.php:1230
821
  msgid "Check this box if you want the challenge response to be case-sensitive."
822
+ msgstr "Aktivieren Sie dieses Kontrollkästchen, wenn bei der Challenge-Antwort zwischen Groß- und Kleinschreibung unterschieden werden soll."
823
 
824
+ #: library/plugin-settings.php:1236
825
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
826
+ msgstr "Um Google reCAPTCHA zu aktivieren, geben Sie Ihre öffentlichen und privaten Schlüssel ein."
827
 
828
+ #: library/plugin-settings.php:1241
829
  msgid "Public Key"
830
  msgstr "Öffentlicher Schlüssel"
831
 
832
+ #: library/plugin-settings.php:1243
833
  msgid "Enter your Public Key"
834
  msgstr "Geben Sie Ihren öffentlichen Schlüssel ein"
835
 
836
+ #: library/plugin-settings.php:1246
837
  msgid "Private Key"
838
  msgstr "Privat Schlüssel"
839
 
840
+ #: library/plugin-settings.php:1248
841
  msgid "Enter your Private Key"
842
+ msgstr "Geben Sie Ihren privaten Schlüssel ein"
843
 
844
+ #: library/plugin-settings.php:1253
845
  msgid "Email Alerts"
846
  msgstr "E-Mail-Benachrichtigungen"
847
 
848
+ #: library/plugin-settings.php:1258
849
  msgid "Receive Email Alert"
850
  msgstr "E-Mail-Benachrichtigung erhalten"
851
 
852
+ #: library/plugin-settings.php:1260
853
  msgid "Check this box if you want to be notified via email for new post submissions."
854
+ msgstr "Aktivieren Sie dieses Kontrollkästchen, wenn Sie per E-Mail über neue Beiträge benachrichtigt werden möchten."
855
 
856
+ #: library/plugin-settings.php:1263
857
  msgid "Enable HTML Format"
858
+ msgstr "Aktivieren Sie das HTML-Format"
859
 
860
+ #: library/plugin-settings.php:1265
861
  msgid "Check this box to enable HTML format for email alerts."
862
  msgstr "Aktivieren Sie dieses Kontrollkästchen, um das HTML-Format für E-Mail-Benachrichtigungen zu aktivieren."
863
 
864
+ #: library/plugin-settings.php:1268
865
  msgid "Email Address for Alerts"
866
  msgstr "E-Mail-Adresse für Benachrichtigungen"
867
 
868
+ #: library/plugin-settings.php:1270
869
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
870
  msgstr "Wenn Sie das Kontrollkästchen aktiviert haben, um E-Mail-Benachrichtigungen zu erhalten, geben Sie hier die Adresse (n) an, an die die E-Mails gesendet werden sollen."
871
 
872
+ #: library/plugin-settings.php:1271
873
  msgid "Multiple recipients may be included using a comma, like so:"
874
+ msgstr "Mehrere Empfänger können wie folgt mit einem Komma eingefügt werden:"
875
 
876
+ #: library/plugin-settings.php:1274
877
  msgid "Email “From” Address"
878
+ msgstr "E-Mail & quot; Von & rdquo; Adresse"
879
 
880
+ #: library/plugin-settings.php:1276
881
  msgid "Here you may customize the address(es) used for the “From” header (see plugin FAQs for info). "
882
+ msgstr "Hier können Sie die Adresse (n) anpassen, die für das \"Von & rdquo; Header (siehe FAQs für Informationen)."
883
 
884
+ #: library/plugin-settings.php:1277
885
  msgid "If multiple addresses are specified in the previous setting, include an equal number of “From” addresses for this setting (in the same order)."
886
+ msgstr "Wenn in der vorherigen Einstellung mehrere Adressen angegeben sind, fügen Sie eine gleiche Anzahl von & quot; Von & quot; Adressen für diese Einstellung (in der gleichen Reihenfolge)."
887
 
888
+ #: library/plugin-settings.php:1280
889
  msgid "Email Alert Subject"
890
+ msgstr "E-Mail-Benachrichtigungs-Betreff"
891
 
892
+ #: library/plugin-settings.php:1282
893
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
894
+ msgstr "Betreffzeile für E-Mail-Benachrichtigungen. Leer lassen, um die Standard-Betreffzeile zu verwenden. Hinweis: Sie können die folgenden Variablen verwenden:"
895
 
896
+ #: library/plugin-settings.php:1287
897
  msgid "Email Alert Message"
898
  msgstr "E-Mail-Warnmeldung"
899
 
900
+ #: library/plugin-settings.php:1289
901
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
902
+ msgstr "Nachricht für E-Mail-Benachrichtigungen. Leer lassen, um die Standardnachricht zu verwenden. Hinweis: Sie können die folgenden Variablen verwenden:"
903
 
904
+ #: library/plugin-settings.php:1301
905
  msgid "Featured Image"
906
  msgstr "Ausgewähltes Bild"
907
 
908
+ #: library/plugin-settings.php:1303
909
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
910
+ msgstr "Legen Sie die eingereichten Bilder als Featured Images fest. Erfordert Theme-Unterstützung für Featured Images (aka Post Thumbnails)."
911
 
912
+ #: library/plugin-settings.php:1306
913
  msgid "Upload Message"
914
  msgstr "Nachricht hochladen"
915
 
916
+ #: library/plugin-settings.php:1308
917
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
918
+ msgstr "Nachricht, die neben dem Upload-Feld erscheint. Nützlich für die Angabe Ihrer Upload-Richtlinien / Richtlinien / etc. Einfaches Markup erlaubt."
919
 
920
+ #: library/plugin-settings.php:1311
921
  msgid "“Add another image” link"
922
+ msgstr "& quot; Fügen Sie ein weiteres Bild hinzu & rdquo; Verknüpfung"
923
 
924
+ #: library/plugin-settings.php:1313
925
  msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
926
+ msgstr "Benutzerdefiniertes Markup für das & ldquo; Hinzufügen eines anderen Bildes & rdquo; Verknüpfung. Leer lassen, um das Standard-Markup zu verwenden (empfohlen)."
927
 
928
+ #: library/plugin-settings.php:1316
929
  msgid "Minimum number of images"
930
+ msgstr "Mindestanzahl an Bildern"
931
 
932
+ #: library/plugin-settings.php:1319
933
  msgid "Specify the minimum number of images."
934
+ msgstr "Geben Sie die Mindestanzahl von Bildern an."
935
 
936
+ #: library/plugin-settings.php:1323
937
  msgid "Maximum number of images"
938
  msgstr "Maximale Anzahl von Bildern"
939
 
940
+ #: library/plugin-settings.php:1326
941
  msgid "Specify the maximum number of images."
942
  msgstr "Geben Sie die maximale Anzahl von Bildern an."
943
 
944
+ #: library/plugin-settings.php:1330
945
  msgid "Minimum image width"
946
  msgstr "Minimale Bildbreite"
947
 
948
+ #: library/plugin-settings.php:1332
949
  msgid "Specify a minimum width (in pixels) for uploaded images."
950
+ msgstr "Geben Sie eine Mindestbreite (in Pixel) für hochgeladene Bilder an."
951
 
952
+ #: library/plugin-settings.php:1335
953
  msgid "Minimum image height"
954
+ msgstr "Mindestbildhöhe"
955
 
956
+ #: library/plugin-settings.php:1337
957
  msgid "Specify a minimum height (in pixels) for uploaded images."
958
+ msgstr "Geben Sie eine Mindesthöhe (in Pixel) für hochgeladene Bilder an."
959
 
960
+ #: library/plugin-settings.php:1340
961
  msgid "Maximum image width"
962
  msgstr "Maximale Bildbreite"
963
 
964
+ #: library/plugin-settings.php:1342
965
  msgid "Specify a maximum width (in pixels) for uploaded images."
966
  msgstr "Geben Sie eine maximale Breite (in Pixel) für hochgeladene Bilder an."
967
 
968
+ #: library/plugin-settings.php:1345
969
  msgid "Maximum image height"
970
  msgstr "Maximale Bildhöhe"
971
 
972
+ #: library/plugin-settings.php:1347
973
  msgid "Specify a maximum height (in pixels) for uploaded images."
974
  msgstr "Geben Sie eine maximale Höhe (in Pixel) für hochgeladene Bilder an."
975
 
976
+ #: library/plugin-settings.php:1350
977
  msgid "More Options"
978
  msgstr "Mehr Optionen"
979
 
980
+ #: library/plugin-settings.php:1353
981
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
982
+ msgstr "Weitere Optionen, z. B. das Hochladen anderer Dateitypen (z. B. PDF, Word, Zip, Videos usw.), finden Sie unter Auschecken"
983
 
984
+ #: library/plugin-settings.php:1354
985
  msgid "Go Pro!"
986
+ msgstr "Pro gehen!"
987
 
988
+ #: library/plugin-settings.php:1361
989
  msgid "Auto-Display Content"
990
+ msgstr "Inhalte automatisch anzeigen"
991
 
992
+ #: library/plugin-settings.php:1366
993
  msgid "Images Auto-Display"
994
+ msgstr "Bilder automatisch anzeigen"
995
 
996
+ #: library/plugin-settings.php:1368
997
  msgid "Auto-display user-submitted images:"
998
+ msgstr "Bilder, die von Benutzern gesendet wurden, automatisch anzeigen:"
999
 
1000
+ #: library/plugin-settings.php:1373
1001
  msgid "Image Markup"
1002
  msgstr "Bildmarkierung"
1003
 
1004
+ #: library/plugin-settings.php:1375
1005
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1006
+ msgstr "Markierung für jedes übermittelte Bild (wenn die automatische Anzeige aktiviert ist). Kann benutzen"
1007
 
1008
+ #: library/plugin-settings.php:1377 library/plugin-settings.php:1390
1009
+ #: library/plugin-settings.php:1403 library/plugin-settings.php:1416
1010
  msgid "and"
1011
  msgstr "und"
1012
 
1013
+ #: library/plugin-settings.php:1380
1014
  msgid "Email Auto-Display"
1015
+ msgstr "E-Mail automatisch anzeigen"
1016
 
1017
+ #: library/plugin-settings.php:1382
1018
  msgid "Auto-display user-submitted email:"
1019
+ msgstr "Benutzer-eingereichte E-Mail automatisch anzeigen:"
1020
 
1021
+ #: library/plugin-settings.php:1387
1022
  msgid "Email Markup"
1023
+ msgstr "E-Mail-Markierung"
1024
 
1025
+ #: library/plugin-settings.php:1389
1026
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1027
+ msgstr "Markierung für die angegebene E-Mail-Adresse (wenn die automatische Anzeige aktiviert ist). Kann benutzen"
1028
 
1029
+ #: library/plugin-settings.php:1393
1030
  msgid "URL Auto-Display"
1031
+ msgstr "URL automatisch anzeigen"
1032
 
1033
+ #: library/plugin-settings.php:1395
1034
  msgid "Auto-display user-submitted URL:"
1035
+ msgstr "Benutzer-eingereichte URL automatisch anzeigen:"
1036
 
1037
+ #: library/plugin-settings.php:1400
1038
  msgid "URL Markup"
1039
+ msgstr "URL-Markierung"
1040
 
1041
+ #: library/plugin-settings.php:1402
1042
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1043
+ msgstr "Markierung für die übermittelte URL (wenn die automatische Anzeige aktiviert ist). Kann benutzen"
1044
 
1045
+ #: library/plugin-settings.php:1406
1046
  msgid "Custom Field Auto-Display"
1047
+ msgstr "Benutzerdefinierte Feld-Auto-Anzeige"
1048
 
1049
+ #: library/plugin-settings.php:1408
1050
  msgid "Auto-display user-submitted Custom Field:"
1051
+ msgstr "Angezeigtes benutzerdefiniertes Feld automatisch anzeigen:"
1052
 
1053
+ #: library/plugin-settings.php:1413
1054
  msgid "Custom Field Markup"
1055
+ msgstr "Benutzerdefinierte Feldmarkierung"
1056
 
1057
+ #: library/plugin-settings.php:1415
1058
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1059
+ msgstr "Markierung für das übergebene benutzerdefinierte Feld (wenn die automatische Anzeige aktiviert ist). Kann benutzen"
1060
 
1061
+ #: library/plugin-settings.php:1421 library/plugin-settings.php:1497
1062
  msgid "Save Settings"
1063
  msgstr "Einstellungen speichern"
1064
 
1065
+ #: library/plugin-settings.php:1426
1066
  msgid "Display the Form"
1067
+ msgstr "Zeigen Sie das Formular an"
1068
 
1069
+ #: library/plugin-settings.php:1429
1070
  msgid "Post-Submit Form"
1071
+ msgstr "Formular absenden"
1072
 
1073
+ #: library/plugin-settings.php:1430
1074
  msgid "USP enables you to display a post-submission form anywhere on your site."
1075
+ msgstr "Mit USP können Sie ein Post-Submission-Formular überall auf Ihrer Website anzeigen."
1076
 
1077
+ #: library/plugin-settings.php:1431 library/plugin-settings.php:1438
1078
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1079
+ msgstr "Verwenden Sie den Shortcode, um das Formular auf einem WP-Post oder einer Seite anzuzeigen:"
1080
 
1081
+ #: library/plugin-settings.php:1433 library/plugin-settings.php:1440
1082
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1083
+ msgstr "Oder verwenden Sie das Schablonentag, um das Formular an einer beliebigen Stelle in Ihrer Motivvorlage anzuzeigen:"
1084
 
1085
+ #: library/plugin-settings.php:1436
1086
  msgid "Login/Register Form"
1087
+ msgstr "Login / Formular registrieren"
1088
 
1089
+ #: library/plugin-settings.php:1437
1090
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1091
+ msgstr "Sie können auch ein Formular anzeigen, mit dem Benutzer sich anmelden, registrieren oder ihr Kennwort zurücksetzen können."
1092
 
1093
+ #: library/plugin-settings.php:1443
1094
  msgid "Display Submitted Posts"
1095
+ msgstr "Eingereichte Beiträge anzeigen"
1096
 
1097
+ #: library/plugin-settings.php:1444
1098
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1099
+ msgstr "Verwenden Sie diesen Shortcode, um eine Liste der übermittelten Posts auf einem WP-Post oder einer Seite anzuzeigen:"
1100
 
1101
+ #: library/plugin-settings.php:1446
1102
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1103
+ msgstr "Oder verwenden Sie das Vorlagen-Tag, um eine Liste der übermittelten Beiträge an einer beliebigen Stelle in Ihrer Motivvorlage anzuzeigen:"
1104
 
1105
+ #: library/plugin-settings.php:1448
1106
  msgid "Here are some examples showing how to configure this shortcode:"
1107
+ msgstr "Hier sind einige Beispiele, die zeigen, wie dieser Shortcode konfiguriert wird:"
1108
 
1109
+ #: library/plugin-settings.php:1455
1110
+ msgid "Reset Form Button"
1111
+ msgstr "Formularknopf zurücksetzen"
1112
+
1113
+ #: library/plugin-settings.php:1456
1114
+ msgid "This shortcode displays a link that resets the form to its original state:"
1115
+ msgstr "Dieser Shortcode zeigt einen Link an, der das Formular in seinen ursprünglichen Zustand zurücksetzt:"
1116
+
1117
+ #: library/plugin-settings.php:1458
1118
+ msgid "This shortcode accepts the following attributes:"
1119
+ msgstr "Dieser Shortcode akzeptiert die folgenden Attribute:"
1120
+
1121
+ #: library/plugin-settings.php:1463
1122
+ msgid "Note that the url attribute accepts"
1123
+ msgstr "Beachten Sie, dass das URL-Attribut akzeptiert"
1124
+
1125
+ #: library/plugin-settings.php:1463
1126
+ msgid "to get the current URL."
1127
+ msgstr "um die aktuelle URL zu erhalten."
1128
+
1129
+ #: library/plugin-settings.php:1465
1130
  msgid "Access Control"
1131
  msgstr "Zugangskontrolle"
1132
 
1133
+ #: library/plugin-settings.php:1466
1134
  msgid "USP provides three shortcodes to control access and restrict content."
1135
+ msgstr "USP stellt drei Shortcodes zur Verfügung, um den Zugriff zu steuern und den Inhalt zu beschränken."
1136
 
1137
+ #: library/plugin-settings.php:1467
1138
  msgid "Display content only to users with a specific capability:"
1139
  msgstr "Zeigen Sie Inhalte nur für Benutzer mit einer bestimmten Funktion an:"
1140
 
1141
+ #: library/plugin-settings.php:1469
1142
  msgid "Display content to logged-in users:"
1143
+ msgstr "Inhalte für angemeldete Benutzer anzeigen:"
1144
 
1145
+ #: library/plugin-settings.php:1471
1146
  msgid "Display content to visitors only:"
1147
  msgstr "Inhalte nur für Besucher anzeigen:"
1148
 
1149
+ #: library/plugin-settings.php:1473
1150
  msgid "Tip:"
1151
  msgstr "Spitze:"
1152
 
1153
+ #: library/plugin-settings.php:1473
1154
  msgid "to include markup in the deny message, you can use"
1155
+ msgstr "Markup in die Nachricht zu verweigern, können Sie verwenden"
1156
 
1157
+ #: library/plugin-settings.php:1473
1158
  msgid "to output"
1159
  msgstr "ausgeben"
1160
 
1161
+ #: library/plugin-settings.php:1475
1162
  msgid "Example"
1163
  msgstr "Beispiel"
1164
 
1165
+ #: library/plugin-settings.php:1476
1166
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1167
+ msgstr "Wenn der Benutzer angemeldet ist, zeigen Sie das Post-Submit-Formular an. oder wenn der Benutzer nicht angemeldet ist, zeigen Sie das Login-Formular an:"
1168
 
1169
+ #: library/plugin-settings.php:1488
1170
  msgid "Restore Defaults"
1171
  msgstr "Standardeinstellungen wiederherstellen"
1172
 
1173
+ #: library/plugin-settings.php:1491
1174
  msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1175
+ msgstr "Lassen Sie diese Option deaktiviert, um sich an Ihre Einstellungen zu erinnern. Oder, um die Standard-Plugin-Optionen wiederherzustellen: Aktivieren Sie das Kontrollkästchen, speichern Sie Ihre Einstellungen und deaktivieren / reaktivieren Sie das Plugin anschließend."
1176
 
1177
+ #: library/plugin-settings.php:1495
1178
  msgid "Restore default options upon plugin deactivation/reactivation."
1179
+ msgstr "Wiederherstellen der Standardoptionen bei Deaktivierung / Reaktivierung des Plugins."
1180
 
1181
+ #: library/plugin-settings.php:1502
1182
  msgid "Show Support"
1183
+ msgstr "Zeigen Sie Unterstützung"
1184
 
1185
+ #: library/plugin-settings.php:1511
1186
  msgid "by"
1187
  msgstr "durch"
1188
 
1189
+ #: library/plugin-settings.php:1512
1190
  msgid "Jeff Starr on Twitter"
1191
  msgstr "Jeff Starr auf Twitter"
1192
 
1193
+ #: library/plugin-settings.php:1513
1194
  msgid "Obsessive Web Design & Development"
1195
  msgstr "Obsessive Webdesign & amp; Entwicklung"
1196
 
1197
+ #: library/plugin-settings.php:1524
1198
  msgid "Save Preference"
1199
+ msgstr "Präferenz speichern"
1200
 
1201
+ #: library/plugin-settings.php:1531
1202
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1203
+ msgstr "Möchten Sie wirklich alle Standardoptionen wiederherstellen? (Diese Aktion kann nicht rückgängig gemacht werden)"
1204
 
1205
+ #: library/support-panel.php:52
1206
+ msgid "Perishable Press Books"
1207
+ msgstr "Verderbliche Presse Bücher"
1208
+
1209
+ #: library/support-panel.php:53
1210
+ msgid "Plugin Planet"
1211
+ msgstr "Plugin-Planet"
1212
+
1213
+ #: library/support-panel.php:54
1214
+ msgid "Donate via PayPal"
1215
+ msgstr "Spenden über PayPal"
1216
+
1217
+ #: library/support-panel.php:56
1218
+ msgid "books"
1219
+ msgstr "Bücher"
1220
+
1221
+ #: library/support-panel.php:57
1222
+ msgid "plugins"
1223
+ msgstr "Plugins"
1224
+
1225
+ #: library/support-panel.php:58
1226
+ msgid "donation"
1227
+ msgstr "Spende"
1228
+
1229
+ #: library/support-panel.php:60
1230
+ msgid "Thank you for using"
1231
+ msgstr "Danke für das benutzen"
1232
+
1233
+ #: library/support-panel.php:61
1234
+ msgid "Please show support by purchasing one of my"
1235
+ msgstr "Bitte zeigen Sie Unterstützung durch den Kauf eines meiner"
1236
+
1237
+ #: library/support-panel.php:62
1238
+ msgid "or"
1239
+ msgstr "oder"
1240
+
1241
+ #: library/support-panel.php:62
1242
+ msgid "or by making a"
1243
+ msgstr "oder indem man a"
1244
+
1245
+ #: library/support-panel.php:63
1246
+ msgid "Your generous support helps to ensure future development of"
1247
+ msgstr "Ihre großzügige Unterstützung hilft, die zukünftige Entwicklung von"
1248
+
1249
+ #: library/support-panel.php:64
1250
+ msgid "and is greatly appreciated."
1251
+ msgstr "und wird sehr geschätzt."
1252
+
1253
+ #: library/support-panel.php:66
1254
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1255
+ msgstr "Jede Größe Spende hilft mir, dieses kostenlose Plugin und andere tolle WordPress-Ressourcen weiter zu entwickeln."
1256
 
1257
  #. Description of the plugin
1258
  #:
1259
  msgid "Enables your visitors to submit posts and images from anywhere on your site."
1260
+ msgstr "Ermöglicht es Ihren Besuchern, Posts und Bilder von überall auf Ihrer Website zu senden."
1261
 
1262
  #. URI of the plugin
1263
  #:
languages/usp-es_ES.mo CHANGED
Binary file
languages/usp-es_ES.po CHANGED
@@ -4,206 +4,206 @@ 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 20171028\n"
8
  "Language: es\n"
9
 
10
  #. Name of the plugin
11
- #: user-submitted-posts.php:44
12
  msgid "User Submitted Posts"
13
  msgstr "Mensajes enviados por el usuario"
14
 
15
- #: user-submitted-posts.php:78
16
  msgid "requires WordPress "
17
  msgstr "requiere WordPress"
18
 
19
- #: user-submitted-posts.php:79
20
  msgid " or higher, and has been deactivated! "
21
  msgstr " o superior, y ha sido desactivado!"
22
 
23
- #: user-submitted-posts.php:80
24
  msgid "Please return to the"
25
  msgstr "Por favor regrese a la"
26
 
27
- #: user-submitted-posts.php:81
28
  msgid "WordPress Admin Area"
29
  msgstr "Área de administración de WordPress"
30
 
31
- #: user-submitted-posts.php:82
32
  msgid "to upgrade WordPress and try again."
33
  msgstr "para actualizar WordPress y vuelva a intentarlo."
34
 
35
- #: user-submitted-posts.php:124
36
  msgid "User Submitted Post"
37
  msgstr "Correo enviado por el usuario"
38
 
39
- #: user-submitted-posts.php:445
40
  msgid "User Submitted Post Info"
41
  msgstr "Información de publicación enviada por el usuario"
42
 
43
- #: user-submitted-posts.php:475
44
  msgid "Submitter Name: "
45
  msgstr "Nombre del remitente:"
46
 
47
- #: user-submitted-posts.php:476
48
  msgid "Submitter Email: "
49
  msgstr "Correo electrónico del remitente:"
50
 
51
- #: user-submitted-posts.php:477
52
  msgid "Submitter URL: "
53
  msgstr "URL del remitente:"
54
 
55
- #: user-submitted-posts.php:478
56
  msgid "Submitter IP: "
57
  msgstr "IP del remitente:"
58
 
59
- #: user-submitted-posts.php:529
60
  msgid "Show USP Posts"
61
  msgstr "Mostrar publicaciones de USP"
62
 
63
- #: user-submitted-posts.php:530 library/plugin-settings.php:967
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
- #: user-submitted-posts.php:1175
68
  msgid " files required"
69
  msgstr " archivos requeridos"
70
 
71
- #: user-submitted-posts.php:1176
72
  msgid " file required"
73
  msgstr " archivo requerido"
74
 
75
- #: user-submitted-posts.php:1178
76
  msgid " files"
77
  msgstr " archivos"
78
 
79
- #: user-submitted-posts.php:1179
80
  msgid " file"
81
  msgstr " archivo"
82
 
83
- #: user-submitted-posts.php:1181 user-submitted-posts.php:1182
84
- #: user-submitted-posts.php:1183 user-submitted-posts.php:1184
85
  msgid " pixels"
86
  msgstr " píxeles"
87
 
88
- #: user-submitted-posts.php:1186 library/plugin-settings.php:284
89
- #: library/plugin-settings.php:303 library/plugin-settings.php:690
90
- #: library/plugin-settings.php:1176
91
  msgid "Custom Field"
92
  msgstr "Campo personalizado"
93
 
94
- #: user-submitted-posts.php:1189
95
  msgid "An error occurred. Please go back and try again."
96
  msgstr "Ocurrió un error. Por favor, regrese y vuelva a intentarlo."
97
 
98
- #: user-submitted-posts.php:1199
99
  msgid "User login required"
100
  msgstr "Se requiere iniciar sesión"
101
 
102
- #: user-submitted-posts.php:1200
103
  msgid "User name required"
104
  msgstr "Nombre de usuario (requerido"
105
 
106
- #: user-submitted-posts.php:1201
107
  msgid "Post title required"
108
  msgstr "Título de publicación requerido"
109
 
110
- #: user-submitted-posts.php:1202
111
  msgid "User URL required"
112
  msgstr "Se requiere URL de usuario"
113
 
114
- #: user-submitted-posts.php:1203
115
  msgid "Post tags required"
116
  msgstr "Etiquetas de publicación requeridas"
117
 
118
- #: user-submitted-posts.php:1204
119
  msgid "Post category required"
120
  msgstr "Se requiere categoría de publicación"
121
 
122
- #: user-submitted-posts.php:1205
123
  msgid "Post content required"
124
  msgstr "Publicar contenido requerido"
125
 
126
- #: user-submitted-posts.php:1206 user-submitted-posts.php:1207
127
  msgid "Correct captcha required"
128
  msgstr "Correcto captcha requerido"
129
 
130
- #: user-submitted-posts.php:1208
131
  msgid "User email required"
132
  msgstr "Se requiere correo electrónico del usuario"
133
 
134
- #: user-submitted-posts.php:1209
135
  msgid "Please check your email and try again"
136
  msgstr "Por favor revisa tu correo electrónico y vuelve a intentarlo"
137
 
138
- #: user-submitted-posts.php:1210
139
  msgid "Non-empty value for hidden field"
140
  msgstr "Valor no vacío para el campo oculto"
141
 
142
- #: user-submitted-posts.php:1211
143
  msgid "Minimum number of images not met"
144
  msgstr "Número mínimo de imágenes no cumplidas"
145
 
146
- #: user-submitted-posts.php:1212
147
  msgid "Maximum number of images exceeded "
148
  msgstr "Número máximo de imágenes excedidas"
149
 
150
- #: user-submitted-posts.php:1213
151
  msgid "Minimum image width not met"
152
  msgstr "Ancho mínimo de la imagen no cumplido"
153
 
154
- #: user-submitted-posts.php:1214
155
  msgid "Image width exceeds maximum"
156
  msgstr "El ancho de la imagen excede el máximo"
157
 
158
- #: user-submitted-posts.php:1215
159
  msgid "Minimum image height not met"
160
  msgstr "La altura mínima de la imagen no se cumple"
161
 
162
- #: user-submitted-posts.php:1216
163
  msgid "Image height exceeds maximum"
164
  msgstr "La altura de la imagen excede el máximo"
165
 
166
- #: user-submitted-posts.php:1217
167
  msgid "File type not allowed (please upload images only)"
168
  msgstr "Tipo de archivo no permitido (suba imágenes solo)"
169
 
170
- #: user-submitted-posts.php:1218
171
  msgid " required"
172
  msgstr " necesario"
173
 
174
- #: user-submitted-posts.php:1222
175
  msgid "File not uploaded. Please check the file and try again."
176
  msgstr "Archivo no cargado Por favor revise el archivo e intente de nuevo."
177
 
178
- #: user-submitted-posts.php:1226
179
  msgid "The file(s) could not be uploaded"
180
  msgstr "El archivo (s) no se pudo cargar"
181
 
182
- #: user-submitted-posts.php:1228
183
  msgid "Post not created. Please contact the site administrator for help."
184
  msgstr "Publicación no creada. Por favor, póngase en contacto con el administrador del sitio para obtener ayuda."
185
 
186
- #: user-submitted-posts.php:1229
187
  msgid "Duplicate post title. Please try again."
188
- msgstr "Duplicar el título de la publicación. Por favor intente de nuevo"
189
 
190
- #: user-submitted-posts.php:1239
191
  msgid "Error: "
192
  msgstr "Error:"
193
 
194
- #: user-submitted-posts.php:1265
195
  msgid "Return to form"
196
  msgstr "Regresar a la forma"
197
 
198
- #: user-submitted-posts.php:1293 library/plugin-settings.php:943
199
  msgid "Please"
200
  msgstr "Por favor"
201
 
202
- #: user-submitted-posts.php:1294
203
  msgid "log in"
204
  msgstr "iniciar sesión"
205
 
206
- #: user-submitted-posts.php:1295
207
  msgid "to submit content!"
208
  msgstr "para enviar contenido!"
209
 
@@ -228,13 +228,13 @@ msgstr "Tu correo electrónico"
228
 
229
  #: views/submission-form.php:74 views/submission-form.php:75
230
  #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
- #: library/plugin-settings.php:1004
232
  msgid "Post Title"
233
  msgstr "Título de la entrada"
234
 
235
  #: views/submission-form.php:80 views/submission-form.php:81
236
  #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
- #: library/plugin-settings.php:1005
238
  msgid "Post Tags"
239
  msgstr "Publicar etiquetas"
240
 
@@ -243,7 +243,7 @@ msgid "Antispam Question"
243
  msgstr "Pregunta antispam"
244
 
245
  #: views/submission-form.php:98 views/submission-form-alt.php:103
246
- #: library/plugin-settings.php:1006
247
  msgid "Post Category"
248
  msgstr "Categoría de publicación"
249
 
@@ -253,7 +253,7 @@ msgstr "Porfavor seleccione una categoría.."
253
 
254
  #: views/submission-form.php:135 views/submission-form.php:136
255
  #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
- #: library/plugin-settings.php:1007
257
  msgid "Post Content"
258
  msgstr "Publicar Contenido"
259
 
@@ -277,6 +277,14 @@ msgstr "Verificación humana: deja este campo vacío."
277
  msgid "Submit Post"
278
  msgstr "Enviar publicación"
279
 
 
 
 
 
 
 
 
 
280
  #: library/plugin-settings.php:32
281
  msgid "Get USP Pro for unlimited forms!"
282
  msgstr "Obtenga USP Pro para formularios ilimitados."
@@ -380,12 +388,12 @@ msgid "to configure options)"
380
  msgstr "para configurar las opciones)"
381
 
382
  #: library/plugin-settings.php:318 library/plugin-settings.php:335
383
- #: library/plugin-settings.php:1194 library/plugin-settings.php:1199
384
  msgid "Challenge Question"
385
  msgstr "pregunta desafiante"
386
 
387
  #: library/plugin-settings.php:350 library/plugin-settings.php:367
388
- #: library/plugin-settings.php:1216
389
  msgid "Google reCAPTCHA"
390
  msgstr "Google reCAPTCHA"
391
 
@@ -401,7 +409,7 @@ msgstr "Monitor"
401
  msgid "Disable"
402
  msgstr "Inhabilitar"
403
 
404
- #: library/plugin-settings.php:399 library/plugin-settings.php:1277
405
  msgid "Image Uploads"
406
  msgstr "Subidas de imágenes"
407
 
@@ -429,746 +437,822 @@ msgstr "Publicar después"
429
  msgid " approved posts"
430
  msgstr " publicaciones aprobadas"
431
 
432
- #: library/plugin-settings.php:635
433
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
434
  msgstr "Hubo un error. Asegúrate de haber agregado un título, contenido y que has subido solo imágenes."
435
 
436
- #: library/plugin-settings.php:649
437
  msgid "Please select your image(s) to upload."
438
  msgstr "Seleccione su imagen (s) para cargar."
439
 
440
- #: library/plugin-settings.php:655
441
  msgid "Success! Thank you for your submission."
442
  msgstr "¡Éxito! Gracias por tu presentación."
443
 
444
- #: library/plugin-settings.php:681
445
  msgid "Email"
446
  msgstr "Email"
447
 
448
- #: library/plugin-settings.php:682
449
  msgid "URL"
450
  msgstr "URL"
451
 
452
- #: library/plugin-settings.php:721
453
- msgid "Sorry, you are not allowed to modify settings."
454
- msgstr "Lo sentimos, no está permitido modificar la configuración."
455
-
456
- #: library/plugin-settings.php:930
457
  msgid "Toggle all panels"
458
  msgstr "Alternar todos los paneles"
459
 
460
- #: library/plugin-settings.php:939
461
  msgid "We need your support!"
462
  msgstr "¡Necesitamos su apoyo!"
463
 
464
- #: library/plugin-settings.php:943
465
  msgid "Make a donation via PayPal"
466
  msgstr "Haga una donación a través de PayPal"
467
 
468
- #: library/plugin-settings.php:943
469
  msgid "make a donation"
470
  msgstr "Haz una donación"
471
 
472
- #: library/plugin-settings.php:943
473
  msgid "and/or"
474
  msgstr "y / o"
475
 
476
- #: library/plugin-settings.php:944
477
  msgid "Rate and review at the Plugin Directory"
478
  msgstr "Califica y revisa en el Directorio de complementos"
479
 
480
- #: library/plugin-settings.php:945
481
  msgid "give this plugin a 5-star rating"
482
  msgstr "dale a este complemento una calificación de 5 estrellas"
483
 
484
- #: library/plugin-settings.php:949
485
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
486
  msgstr "Su generoso soporte permite el desarrollo continuo de este plugin gratuito. ¡Gracias!"
487
 
488
- #: library/plugin-settings.php:954
489
  msgid "Check this box if you have shown support"
490
  msgstr "Marque esta casilla si ha mostrado soporte"
491
 
492
- #: library/plugin-settings.php:963
493
  msgid "Overview"
494
  msgstr "Visión de conjunto"
495
 
496
- #: library/plugin-settings.php:967
497
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
498
  msgstr "permite a sus visitantes enviar publicaciones y cargar imágenes desde el front-end de su sitio."
499
 
500
- #: library/plugin-settings.php:968
501
  msgid "For advanced functionality and unlimited forms, check out"
502
  msgstr "Para funcionalidad avanzada y formas ilimitadas, echa un vistazo"
503
 
504
- #: library/plugin-settings.php:968 library/plugin-settings.php:1335
505
  msgid "USP Pro"
506
  msgstr "USP Pro"
507
 
508
- #: library/plugin-settings.php:969
509
  msgid "— the ultimate solution for user-generated content."
510
  msgstr "& mdash; la solución definitiva para el contenido generado por el usuario."
511
 
512
- #: library/plugin-settings.php:973 library/plugin-settings.php:990
513
  msgid "Plugin Settings"
514
  msgstr "Configuración del complemento"
515
 
516
- #: library/plugin-settings.php:974
517
  msgid "Display the form"
518
  msgstr "Mostrar el formulario"
519
 
520
- #: library/plugin-settings.php:975 library/plugin-settings.php:1482
521
  msgid "Plugin Homepage"
522
  msgstr "Página de inicio de plugin"
523
 
524
- #: library/plugin-settings.php:978
525
  msgid "If you like this plugin, please"
526
  msgstr "Si te gusta este complemento, por favor"
527
 
528
- #: library/plugin-settings.php:979
529
  msgid "THANK YOU for your support!"
530
  msgstr "¡Gracias por tu apoyo!"
531
 
532
- #: library/plugin-settings.php:979
533
  msgid "give it a 5-star rating"
534
  msgstr "darle una calificación de 5 estrellas"
535
 
536
- #: library/plugin-settings.php:983
537
  msgid "Unlimited front-end forms"
538
  msgstr "Formas de front-end ilimitadas"
539
 
540
- #: library/plugin-settings.php:983
541
  msgid "Get USP Pro"
542
  msgstr "Obtenga USP Pro"
543
 
544
- #: library/plugin-settings.php:993
545
  msgid "Configure your settings for User Submitted Posts."
546
  msgstr "Configure su configuración para las publicaciones enviadas por el usuario."
547
 
548
- #: library/plugin-settings.php:995
549
  msgid "Form Fields"
550
  msgstr "Campos de formulario"
551
 
552
- #: library/plugin-settings.php:1001
553
  msgid "User Name"
554
  msgstr "Nombre de usuario"
555
 
556
- #: library/plugin-settings.php:1002
557
  msgid "User Email"
558
  msgstr "Correo electrónico del usuario"
559
 
560
- #: library/plugin-settings.php:1003
561
  msgid "User URL"
562
  msgstr "URL de usuario"
563
 
564
- #: library/plugin-settings.php:1018
565
  msgid "General Settings"
566
  msgstr "Configuración general"
567
 
568
- #: library/plugin-settings.php:1023
 
 
 
 
569
  msgid "Form Style"
570
  msgstr "Estilo de formulario"
571
 
572
- #: library/plugin-settings.php:1028
573
  msgid "With this option, you can copy the plugin’s default templates:"
574
  msgstr "Con esta opción, puede copiar las plantillas predeterminadas del plugin & rsquo;"
575
 
576
- #: library/plugin-settings.php:1033
577
  msgid "..and upload them into a directory named"
578
  msgstr "..y cargarlos en un directorio llamado"
579
 
580
- #: library/plugin-settings.php:1033
581
  msgid "in your theme:"
582
  msgstr "en tu tema:"
583
 
584
- #: library/plugin-settings.php:1039
585
  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"
586
  msgstr "Eso le permitirá personalizar la forma y los estilos como desee. Para obtener más información, consulte la sección \"Formulario de envío personalizado\" en la"
587
 
588
- #: library/plugin-settings.php:1040
589
  msgid "Installation Docs"
590
  msgstr "Documentos de instalación"
591
 
592
- #: library/plugin-settings.php:1041
593
  msgid "FYI: here is a"
594
  msgstr "FYI: aquí hay un"
595
 
596
- #: library/plugin-settings.php:1041
597
  msgid "list of USP CSS selectors"
598
  msgstr "lista de selectores CSS de USP"
599
 
600
- #: library/plugin-settings.php:1047
601
  msgid "Include JavaScript"
602
  msgstr "Incluir JavaScript"
603
 
604
- #: library/plugin-settings.php:1049
605
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
606
  msgstr "Marque esta casilla si desea incluir los archivos JavaScript externos (recomendado)."
607
 
608
- #: library/plugin-settings.php:1052
609
  msgid "Targeted Loading"
610
  msgstr "Targeted Loading"
611
 
612
- #: library/plugin-settings.php:1054
613
  msgid "By default, external CSS & 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."
614
  msgstr "Por defecto, CSS externo y amp; Los archivos de JavaScript se cargan en cada página. Aquí puede especificar la URL del formulario USP para cargar recursos solo en esa página. Nota: déjelo en blanco para cargar en todas las páginas."
615
 
616
- #: library/plugin-settings.php:1057
617
  msgid "Post Type"
618
  msgstr "Tipo de mensaje"
619
 
620
- #: library/plugin-settings.php:1060
621
  msgid "Submit posts as WP Posts or Pages"
622
  msgstr "Enviar publicaciones como publicaciones o páginas de WP"
623
 
624
- #: library/plugin-settings.php:1064
625
  msgid "Post Status"
626
  msgstr "Estado de publicación"
627
 
628
- #: library/plugin-settings.php:1067
629
  msgid "Post Status for submitted posts"
630
  msgstr "Estado de publicación para publicaciones enviadas"
631
 
632
- #: library/plugin-settings.php:1071
633
  msgid "Redirect URL"
634
  msgstr "Redireccionar URL"
635
 
636
- #: library/plugin-settings.php:1073
637
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
638
  msgstr "Especifique una URL para redirigir al usuario después del envío posterior. Dejar en blanco para redirigir a la página actual."
639
 
640
- #: library/plugin-settings.php:1076
641
  msgid "Success Message"
642
  msgstr "Mensaje de éxito"
643
 
644
- #: library/plugin-settings.php:1078
645
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
646
  msgstr "Mensaje de éxito que se muestra si la post-presentación es exitosa. El marcado básico está permitido."
647
 
648
- #: library/plugin-settings.php:1081
649
  msgid "Error Message"
650
  msgstr "Mensaje de error"
651
 
652
- #: library/plugin-settings.php:1083
653
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
654
  msgstr "Mensaje de error general que se muestra si falla el envío posterior. El marcado básico está permitido."
655
 
656
- #: library/plugin-settings.php:1086
657
  msgid "Custom Content"
658
  msgstr "Contenido personalizado"
659
 
660
- #: library/plugin-settings.php:1088
661
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
662
  msgstr "Texto personalizado / marcado que se incluirá antes del formulario de envío. Dejar en blanco para deshabilitar."
663
 
664
- #: library/plugin-settings.php:1091
665
  msgid "Rich Text Editor"
666
  msgstr "Editor de texto enriquecido"
667
 
668
- #: library/plugin-settings.php:1093
669
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
670
  msgstr "Marque esta casilla si desea habilitar la edición de texto enriquecido de WP para las publicaciones enviadas."
671
 
672
- #: library/plugin-settings.php:1096
673
  msgid "Unique Titles"
674
  msgstr "Títulos únicos"
675
 
676
- #: library/plugin-settings.php:1098
677
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
678
  msgstr "Requiere que los títulos enviados sean únicos (útil para evitar publicaciones múltiples / duplicadas enviadas)."
679
 
680
- #: library/plugin-settings.php:1101
681
  msgid "Disable Required"
682
  msgstr "Deshabilitar requerido"
683
 
684
- #: library/plugin-settings.php:1103
685
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
686
  msgstr "Deshabilite todos los atributos requeridos en los campos de formulario predeterminados (útil para solucionar problemas de mensajes de error)."
687
 
688
- #: library/plugin-settings.php:1106
689
  msgid "Disable IP Tracking"
690
  msgstr "Deshabilitar el seguimiento de IP"
691
 
692
- #: library/plugin-settings.php:1108
693
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
694
  msgstr "Por defecto, USP registra la dirección IP con cada publicación enviada. Marque esta casilla para deshabilitar todo el seguimiento de IP."
695
 
696
- #: library/plugin-settings.php:1111
697
  msgid "Enable Shortcodes"
698
  msgstr "Habilitar códigos cortos"
699
 
700
- #: library/plugin-settings.php:1113
701
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
702
  msgstr "Habilite los códigos abreviados en widgets. Por defecto, WordPress no habilita shortcodes en widgets."
703
 
704
- #: library/plugin-settings.php:1114
705
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
706
  msgstr "Esta configuración habilita todos / / shortcodes en widgets (incluso shortcodes de otros complementos)."
707
 
708
- #: library/plugin-settings.php:1119 library/plugin-settings.php:1124
709
  msgid "Categories"
710
  msgstr "Categorías"
711
 
712
- #: library/plugin-settings.php:1127
713
  msgid "Select which categories may be assigned to submitted posts (click to toggle)"
714
  msgstr "Seleccione qué categorías se pueden asignar a las publicaciones enviadas (haga clic para alternar)"
715
 
716
- #: library/plugin-settings.php:1135
717
  msgid "Hidden/Default Category"
718
  msgstr "Categoría oculta / predeterminada"
719
 
720
- #: library/plugin-settings.php:1137
721
  msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
722
  msgstr "Use un campo oculto para la categoría de publicación. Esto se puede usar para especificar una categoría predeterminada cuando el campo de categoría está deshabilitado."
723
 
724
- #: library/plugin-settings.php:1140
725
  msgid "Category ID for Hidden Field"
726
  msgstr "ID de categoría para el campo oculto"
727
 
728
- #: library/plugin-settings.php:1142
729
  msgid "Specify the ID of the category to use for the “Hidden/Default Category” option."
730
- msgstr "Especifique la ID de la categoría que se utilizará para la & ldquo; Categoría oculta / predeterminada & rdquo; opción."
731
 
732
- #: library/plugin-settings.php:1147
733
  msgid "Users"
734
  msgstr "Usuarios"
735
 
736
- #: library/plugin-settings.php:1152
737
  msgid "Assigned Author"
738
  msgstr "Autor asignado"
739
 
740
- #: library/plugin-settings.php:1155
741
  msgid "Specify the user that should be assigned as author for submitted posts."
742
  msgstr "Especifique el usuario que debe asignarse como autor para las publicaciones enviadas."
743
 
744
- #: library/plugin-settings.php:1159
745
  msgid "Registered Username"
746
  msgstr "Nombre de Usuario Registrado"
747
 
748
- #: library/plugin-settings.php:1161
749
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
750
  msgstr "Use el nombre de usuario registrado como autor de la publicación. Válido cuando la persona que envía el formulario ha iniciado sesión en WordPress."
751
 
752
- #: library/plugin-settings.php:1164
753
  msgid "User Profile URL"
754
  msgstr "URL de perfil de usuario"
755
 
756
- #: library/plugin-settings.php:1166
757
  msgid "Use registered user’s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
758
  msgstr "Use la URL del perfil del usuario registrado como el valor del campo URL. Válido cuando la persona que envía el formulario ha iniciado sesión en WordPress."
759
 
760
- #: library/plugin-settings.php:1169
761
  msgid "Require User Login"
762
  msgstr "Requiere inicio de sesión de usuario"
763
 
764
- #: library/plugin-settings.php:1171
765
  msgid "Require users to be logged in to WordPress to view/submit the form"
766
  msgstr "Requerir que los usuarios inicien sesión en WordPress para ver / enviar el formulario"
767
 
768
- #: library/plugin-settings.php:1177
 
 
 
 
 
 
 
 
769
  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."
770
  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."
771
 
772
- #: library/plugin-settings.php:1182
773
  msgid "Custom Field Name"
774
  msgstr "Nombre de campo personalizado"
775
 
776
- #: library/plugin-settings.php:1184
777
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
778
  msgstr "Use solo caracteres alfanuméricos, guiones bajos y guiones. Si no está seguro, use el nombre predeterminado:"
779
 
780
- #: library/plugin-settings.php:1187
781
  msgid "Custom Field Label"
782
- msgstr "Etiqueta de campo personalizado"
783
 
784
- #: library/plugin-settings.php:1189
785
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
786
  msgstr "Esto se mostrará como la etiqueta del campo en el formulario. Predeterminado: campo personalizado"
787
 
788
- #: library/plugin-settings.php:1201
789
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
790
  msgstr "Para evitar el correo no deseado, ingrese una pregunta que los usuarios deben responder antes de enviar el formulario."
791
 
792
- #: library/plugin-settings.php:1204
793
  msgid "Challenge Response"
794
  msgstr "Respuesta al reto"
795
 
796
- #: library/plugin-settings.php:1206
797
  msgid "Enter the *only* correct answer to the challenge question."
798
  msgstr "Ingrese la * única * respuesta correcta a la pregunta de desafío."
799
 
800
- #: library/plugin-settings.php:1209
801
  msgid "Case-sensitivity"
802
  msgstr "Sensibilidad a mayúsculas"
803
 
804
- #: library/plugin-settings.php:1211
805
  msgid "Check this box if you want the challenge response to be case-sensitive."
806
  msgstr "Marque esta casilla si desea que la respuesta al desafío sea sensible a mayúsculas y minúsculas."
807
 
808
- #: library/plugin-settings.php:1217
809
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
810
  msgstr "Para habilitar Google reCAPTCHA, ingrese sus claves públicas y privadas."
811
 
812
- #: library/plugin-settings.php:1222
813
  msgid "Public Key"
814
  msgstr "Llave pública"
815
 
816
- #: library/plugin-settings.php:1224
817
  msgid "Enter your Public Key"
818
  msgstr "Ingresa tu clave pública"
819
 
820
- #: library/plugin-settings.php:1227
821
  msgid "Private Key"
822
  msgstr "Llave privada"
823
 
824
- #: library/plugin-settings.php:1229
825
  msgid "Enter your Private Key"
826
  msgstr "Ingrese su clave privada"
827
 
828
- #: library/plugin-settings.php:1234
829
  msgid "Email Alerts"
830
  msgstr "Alertas de correo electrónico"
831
 
832
- #: library/plugin-settings.php:1239
833
  msgid "Receive Email Alert"
834
  msgstr "Reciba Alerta de correo electrónico"
835
 
836
- #: library/plugin-settings.php:1241
837
  msgid "Check this box if you want to be notified via email for new post submissions."
838
  msgstr "Marque esta casilla si desea recibir notificaciones por correo electrónico para nuevos envíos de publicaciones."
839
 
840
- #: library/plugin-settings.php:1244
841
  msgid "Enable HTML Format"
842
  msgstr "Habilitar formato HTML"
843
 
844
- #: library/plugin-settings.php:1246
845
  msgid "Check this box to enable HTML format for email alerts."
846
  msgstr "Marque esta casilla para habilitar el formato HTML para las alertas por correo electrónico."
847
 
848
- #: library/plugin-settings.php:1249
849
  msgid "Email Address for Alerts"
850
  msgstr "Dirección de correo electrónico para alertas"
851
 
852
- #: library/plugin-settings.php:1251
853
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
854
  msgstr "Si marcó la casilla para recibir alertas por correo electrónico, indique aquí las direcciones a las que se enviarán los correos electrónicos."
855
 
856
- #: library/plugin-settings.php:1252
857
  msgid "Multiple recipients may be included using a comma, like so:"
858
  msgstr "Se pueden incluir varios destinatarios usando una coma, como esta:"
859
 
860
- #: library/plugin-settings.php:1255
861
  msgid "Email “From” Address"
862
  msgstr "Correo electrónico y ldquo; De & rdquo; Dirección"
863
 
864
- #: library/plugin-settings.php:1257
865
  msgid "Here you may customize the address(es) used for the “From” header (see plugin FAQs for info). "
866
  msgstr "Aquí puede personalizar las direcciones utilizadas para & ldquo; From & rdquo; encabezado (consulte las preguntas frecuentes sobre complementos para obtener información)."
867
 
868
- #: library/plugin-settings.php:1258
869
  msgid "If multiple addresses are specified in the previous setting, include an equal number of “From” addresses for this setting (in the same order)."
870
  msgstr "Si se especifican varias direcciones en la configuración anterior, incluya una cantidad igual de & ldquo; De & rdquo; direcciones para esta configuración (en el mismo orden)."
871
 
872
- #: library/plugin-settings.php:1261
873
  msgid "Email Alert Subject"
874
  msgstr "Asunto de alerta de correo electrónico"
875
 
876
- #: library/plugin-settings.php:1263
877
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
878
  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:"
879
 
880
- #: library/plugin-settings.php:1268
881
  msgid "Email Alert Message"
882
  msgstr "Mensaje de alerta por correo electrónico"
883
 
884
- #: library/plugin-settings.php:1270
885
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
886
  msgstr "Mensaje para alertas por correo electrónico. Déjelo en blanco para usar el mensaje predeterminado. Nota: puede usar las siguientes variables:"
887
 
888
- #: library/plugin-settings.php:1282
889
  msgid "Featured Image"
890
  msgstr "Foto principal"
891
 
892
- #: library/plugin-settings.php:1284
893
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
894
  msgstr "Establecer imágenes enviadas como Imágenes destacadas. Requiere compatibilidad con temas para Imágenes destacadas (aka Miniaturas de publicación)."
895
 
896
- #: library/plugin-settings.php:1287
897
  msgid "Upload Message"
898
  msgstr "Subir mensaje"
899
 
900
- #: library/plugin-settings.php:1289
901
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
902
  msgstr "Mensaje que aparece al lado del campo de carga. Útil para indicar sus pautas de carga / política / etc. Marcado básico permitido."
903
 
904
- #: library/plugin-settings.php:1292
905
  msgid "“Add another image” link"
906
  msgstr "& ldquo; Agregue otra imagen & rdquo; enlazar"
907
 
908
- #: library/plugin-settings.php:1294
909
  msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
910
  msgstr "El marcado personalizado para & ldquo; Agrega otra imagen & rdquo; enlazar. Déjelo en blanco para usar el marcado predeterminado (recomendado)."
911
 
912
- #: library/plugin-settings.php:1297
913
  msgid "Minimum number of images"
914
  msgstr "Número mínimo de imágenes"
915
 
916
- #: library/plugin-settings.php:1300
917
  msgid "Specify the minimum number of images."
918
  msgstr "Especifique la cantidad mínima de imágenes."
919
 
920
- #: library/plugin-settings.php:1304
921
  msgid "Maximum number of images"
922
  msgstr "Número máximo de imágenes"
923
 
924
- #: library/plugin-settings.php:1307
925
  msgid "Specify the maximum number of images."
926
  msgstr "Especifique la cantidad máxima de imágenes."
927
 
928
- #: library/plugin-settings.php:1311
929
  msgid "Minimum image width"
930
  msgstr "Ancho mínimo de la imagen"
931
 
932
- #: library/plugin-settings.php:1313
933
  msgid "Specify a minimum width (in pixels) for uploaded images."
934
  msgstr "Especifique un ancho mínimo (en píxeles) para las imágenes cargadas."
935
 
936
- #: library/plugin-settings.php:1316
937
  msgid "Minimum image height"
938
  msgstr "Altura mínima de la imagen"
939
 
940
- #: library/plugin-settings.php:1318
941
  msgid "Specify a minimum height (in pixels) for uploaded images."
942
  msgstr "Especifique una altura mínima (en píxeles) para las imágenes cargadas."
943
 
944
- #: library/plugin-settings.php:1321
945
  msgid "Maximum image width"
946
  msgstr "Ancho máximo de la imagen"
947
 
948
- #: library/plugin-settings.php:1323
949
  msgid "Specify a maximum width (in pixels) for uploaded images."
950
  msgstr "Especifique un ancho máximo (en píxeles) para las imágenes cargadas."
951
 
952
- #: library/plugin-settings.php:1326
953
  msgid "Maximum image height"
954
  msgstr "Altura máxima de la imagen"
955
 
956
- #: library/plugin-settings.php:1328
957
  msgid "Specify a maximum height (in pixels) for uploaded images."
958
  msgstr "Especifique una altura máxima (en píxeles) para las imágenes cargadas."
959
 
960
- #: library/plugin-settings.php:1331
961
  msgid "More Options"
962
  msgstr "Mas opciones"
963
 
964
- #: library/plugin-settings.php:1334
965
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
966
  msgstr "Para obtener más opciones, como la posibilidad de cargar otros tipos de archivos (como PDF, Word, Zip, videos y más), echa un vistazo a"
967
 
968
- #: library/plugin-settings.php:1335
969
  msgid "Go Pro!"
970
  msgstr "¡Go Pro!"
971
 
972
- #: library/plugin-settings.php:1342
973
  msgid "Auto-Display Content"
974
  msgstr "Contenido de visualización automática"
975
 
976
- #: library/plugin-settings.php:1347
977
  msgid "Images Auto-Display"
978
  msgstr "Visualización automática de imágenes"
979
 
980
- #: library/plugin-settings.php:1349
981
  msgid "Auto-display user-submitted images:"
982
  msgstr "Visualización automática de imágenes enviadas por el usuario:"
983
 
984
- #: library/plugin-settings.php:1354
985
  msgid "Image Markup"
986
  msgstr "Marca de imagen"
987
 
988
- #: library/plugin-settings.php:1356
989
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
990
  msgstr "Marcado a usar para cada imagen enviada (cuando la visualización automática está habilitada). Puedo usar"
991
 
992
- #: library/plugin-settings.php:1358 library/plugin-settings.php:1371
993
- #: library/plugin-settings.php:1384 library/plugin-settings.php:1397
994
  msgid "and"
995
  msgstr "y"
996
 
997
- #: library/plugin-settings.php:1361
998
  msgid "Email Auto-Display"
999
  msgstr "Visualización automática de correo electrónico"
1000
 
1001
- #: library/plugin-settings.php:1363
1002
  msgid "Auto-display user-submitted email:"
1003
  msgstr "Mostrar automáticamente el correo electrónico enviado por el usuario:"
1004
 
1005
- #: library/plugin-settings.php:1368
1006
  msgid "Email Markup"
1007
  msgstr "Marcado de correo electrónico"
1008
 
1009
- #: library/plugin-settings.php:1370
1010
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1011
  msgstr "Marcado a utilizar para la dirección de correo electrónico enviada (cuando la visualización automática está habilitada). Puedo usar"
1012
 
1013
- #: library/plugin-settings.php:1374
1014
  msgid "URL Auto-Display"
1015
  msgstr "Visualización automática de URL"
1016
 
1017
- #: library/plugin-settings.php:1376
1018
  msgid "Auto-display user-submitted URL:"
1019
  msgstr "Visualización automática de la URL enviada por el usuario:"
1020
 
1021
- #: library/plugin-settings.php:1381
1022
  msgid "URL Markup"
1023
  msgstr "Marcado de URL"
1024
 
1025
- #: library/plugin-settings.php:1383
1026
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1027
  msgstr "Marcado a usar para la URL enviada (cuando la visualización automática está habilitada). Puedo usar"
1028
 
1029
- #: library/plugin-settings.php:1387
1030
  msgid "Custom Field Auto-Display"
1031
  msgstr "Visualización automática del campo personalizado"
1032
 
1033
- #: library/plugin-settings.php:1389
1034
  msgid "Auto-display user-submitted Custom Field:"
1035
  msgstr "Visualización automática del campo personalizado enviado por el usuario:"
1036
 
1037
- #: library/plugin-settings.php:1394
1038
  msgid "Custom Field Markup"
1039
  msgstr "Marcado de campo personalizado"
1040
 
1041
- #: library/plugin-settings.php:1396
1042
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1043
  msgstr "Marcado a usar para el campo personalizado enviado (cuando la visualización automática está habilitada). Puedo usar"
1044
 
1045
- #: library/plugin-settings.php:1402 library/plugin-settings.php:1468
1046
  msgid "Save Settings"
1047
  msgstr "Guardar ajustes"
1048
 
1049
- #: library/plugin-settings.php:1407
1050
  msgid "Display the Form"
1051
  msgstr "Mostrar el formulario"
1052
 
1053
- #: library/plugin-settings.php:1410
1054
  msgid "Post-Submit Form"
1055
  msgstr "Formulario posterior a la presentación"
1056
 
1057
- #: library/plugin-settings.php:1411
1058
  msgid "USP enables you to display a post-submission form anywhere on your site."
1059
  msgstr "USP le permite mostrar un formulario posterior a la presentación en cualquier lugar de su sitio."
1060
 
1061
- #: library/plugin-settings.php:1412 library/plugin-settings.php:1419
1062
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1063
  msgstr "Use el código abreviado para mostrar el formulario en cualquier publicación o página de WP:"
1064
 
1065
- #: library/plugin-settings.php:1414 library/plugin-settings.php:1421
1066
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1067
  msgstr "O bien, use la etiqueta de plantilla para mostrar el formulario en cualquier lugar de su plantilla de tema:"
1068
 
1069
- #: library/plugin-settings.php:1417
1070
  msgid "Login/Register Form"
1071
  msgstr "Formulario de inicio de sesión / registro"
1072
 
1073
- #: library/plugin-settings.php:1418
1074
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1075
  msgstr "También puede mostrar un formulario que permite a los usuarios iniciar sesión, registrar o restablecer su contraseña."
1076
 
1077
- #: library/plugin-settings.php:1424
1078
  msgid "Display Submitted Posts"
1079
  msgstr "Mostrar publicaciones enviadas"
1080
 
1081
- #: library/plugin-settings.php:1425
1082
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1083
  msgstr "Use este shortcode para mostrar una lista de las publicaciones enviadas en cualquier publicación o página de WP:"
1084
 
1085
- #: library/plugin-settings.php:1427
1086
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1087
  msgstr "O bien, use la etiqueta de la plantilla para mostrar una lista de las publicaciones enviadas en cualquier lugar de la plantilla de su tema:"
1088
 
1089
- #: library/plugin-settings.php:1429
1090
  msgid "Here are some examples showing how to configure this shortcode:"
1091
  msgstr "Aquí hay algunos ejemplos que muestran cómo configurar este shortcode:"
1092
 
1093
- #: library/plugin-settings.php:1436
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1094
  msgid "Access Control"
1095
  msgstr "Control de acceso"
1096
 
1097
- #: library/plugin-settings.php:1437
1098
  msgid "USP provides three shortcodes to control access and restrict content."
1099
  msgstr "USP proporciona tres códigos cortos para controlar el acceso y restringir el contenido."
1100
 
1101
- #: library/plugin-settings.php:1438
1102
  msgid "Display content only to users with a specific capability:"
1103
  msgstr "Mostrar contenido solo para usuarios con una capacidad específica:"
1104
 
1105
- #: library/plugin-settings.php:1440
1106
  msgid "Display content to logged-in users:"
1107
  msgstr "Mostrar contenido a los usuarios que han iniciado sesión:"
1108
 
1109
- #: library/plugin-settings.php:1442
1110
  msgid "Display content to visitors only:"
1111
  msgstr "Mostrar contenido solo para visitantes:"
1112
 
1113
- #: library/plugin-settings.php:1444
1114
  msgid "Tip:"
1115
  msgstr "Propina:"
1116
 
1117
- #: library/plugin-settings.php:1444
1118
  msgid "to include markup in the deny message, you can use"
1119
  msgstr "para incluir el marcado en el mensaje de denegación, puede usar"
1120
 
1121
- #: library/plugin-settings.php:1444
1122
  msgid "to output"
1123
  msgstr "para salida"
1124
 
1125
- #: library/plugin-settings.php:1446
1126
  msgid "Example"
1127
  msgstr "Ejemplo"
1128
 
1129
- #: library/plugin-settings.php:1447
1130
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1131
  msgstr "Si el usuario ha iniciado sesión, muestre el formulario post-envío; o si el usuario no ha iniciado sesión, muestre el formulario de inicio de sesión:"
1132
 
1133
- #: library/plugin-settings.php:1459
1134
  msgid "Restore Defaults"
1135
  msgstr "Restaurar los valores predeterminados"
1136
 
1137
- #: library/plugin-settings.php:1462
1138
  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."
1139
  msgstr "Deje esta opción deshabilitada para recordar su configuración. O bien, para continuar y restaurar las opciones de complemento predeterminadas: marque la casilla, guarde su configuración y luego desactive / reactive el complemento."
1140
 
1141
- #: library/plugin-settings.php:1466
1142
  msgid "Restore default options upon plugin deactivation/reactivation."
1143
  msgstr "Restaure las opciones predeterminadas al desactivar / reactivar el complemento."
1144
 
1145
- #: library/plugin-settings.php:1473
1146
  msgid "Show Support"
1147
  msgstr "Mostrar soporte"
1148
 
1149
- #: library/plugin-settings.php:1482
1150
  msgid "by"
1151
  msgstr "por"
1152
 
1153
- #: library/plugin-settings.php:1483
1154
  msgid "Jeff Starr on Twitter"
1155
  msgstr "Jeff Starr en Twitter"
1156
 
1157
- #: library/plugin-settings.php:1484
1158
  msgid "Obsessive Web Design & Development"
1159
  msgstr "Diseño web obsesivo & amp; Desarrollo"
1160
 
1161
- #: library/plugin-settings.php:1495
1162
  msgid "Save Preference"
1163
  msgstr "Guardar Preferencia"
1164
 
1165
- #: library/plugin-settings.php:1502
1166
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1167
  msgstr "¿Seguro que quieres restaurar todas las opciones predeterminadas? (Esta acción no se puede deshacer)"
1168
 
1169
- #: library/template-tags.php:214
1170
- msgid "View full post"
1171
- msgstr "Ver la publicación completa"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1172
 
1173
  #. Description of the plugin
1174
  #:
4
  "Content-Type: text/plain; charset=UTF-8\n"
5
  "Content-Transfer-Encoding: 8bit\n"
6
  "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20180316\n"
8
  "Language: es\n"
9
 
10
  #. Name of the plugin
11
+ #: user-submitted-posts.php:44 library/support-panel.php:5
12
  msgid "User Submitted Posts"
13
  msgstr "Mensajes enviados por el usuario"
14
 
15
+ #: user-submitted-posts.php:81
16
  msgid "requires WordPress "
17
  msgstr "requiere WordPress"
18
 
19
+ #: user-submitted-posts.php:82
20
  msgid " or higher, and has been deactivated! "
21
  msgstr " o superior, y ha sido desactivado!"
22
 
23
+ #: user-submitted-posts.php:83
24
  msgid "Please return to the"
25
  msgstr "Por favor regrese a la"
26
 
27
+ #: user-submitted-posts.php:84
28
  msgid "WordPress Admin Area"
29
  msgstr "Área de administración de WordPress"
30
 
31
+ #: user-submitted-posts.php:85
32
  msgid "to upgrade WordPress and try again."
33
  msgstr "para actualizar WordPress y vuelva a intentarlo."
34
 
35
+ #: user-submitted-posts.php:125
36
  msgid "User Submitted Post"
37
  msgstr "Correo enviado por el usuario"
38
 
39
+ #: user-submitted-posts.php:419
40
  msgid "User Submitted Post Info"
41
  msgstr "Información de publicación enviada por el usuario"
42
 
43
+ #: user-submitted-posts.php:449
44
  msgid "Submitter Name: "
45
  msgstr "Nombre del remitente:"
46
 
47
+ #: user-submitted-posts.php:450
48
  msgid "Submitter Email: "
49
  msgstr "Correo electrónico del remitente:"
50
 
51
+ #: user-submitted-posts.php:451
52
  msgid "Submitter URL: "
53
  msgstr "URL del remitente:"
54
 
55
+ #: user-submitted-posts.php:452
56
  msgid "Submitter IP: "
57
  msgstr "IP del remitente:"
58
 
59
+ #: user-submitted-posts.php:503
60
  msgid "Show USP Posts"
61
  msgstr "Mostrar publicaciones de USP"
62
 
63
+ #: user-submitted-posts.php:504 library/plugin-settings.php:979
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
+ #: user-submitted-posts.php:1272
68
  msgid " files required"
69
  msgstr " archivos requeridos"
70
 
71
+ #: user-submitted-posts.php:1273
72
  msgid " file required"
73
  msgstr " archivo requerido"
74
 
75
+ #: user-submitted-posts.php:1275
76
  msgid " files"
77
  msgstr " archivos"
78
 
79
+ #: user-submitted-posts.php:1276
80
  msgid " file"
81
  msgstr " archivo"
82
 
83
+ #: user-submitted-posts.php:1278 user-submitted-posts.php:1279
84
+ #: user-submitted-posts.php:1280 user-submitted-posts.php:1281
85
  msgid " pixels"
86
  msgstr " píxeles"
87
 
88
+ #: user-submitted-posts.php:1283 library/core-functions.php:215
89
+ #: library/plugin-settings.php:284 library/plugin-settings.php:303
90
+ #: library/plugin-settings.php:701 library/plugin-settings.php:1195
91
  msgid "Custom Field"
92
  msgstr "Campo personalizado"
93
 
94
+ #: user-submitted-posts.php:1286
95
  msgid "An error occurred. Please go back and try again."
96
  msgstr "Ocurrió un error. Por favor, regrese y vuelva a intentarlo."
97
 
98
+ #: user-submitted-posts.php:1296
99
  msgid "User login required"
100
  msgstr "Se requiere iniciar sesión"
101
 
102
+ #: user-submitted-posts.php:1297
103
  msgid "User name required"
104
  msgstr "Nombre de usuario (requerido"
105
 
106
+ #: user-submitted-posts.php:1298
107
  msgid "Post title required"
108
  msgstr "Título de publicación requerido"
109
 
110
+ #: user-submitted-posts.php:1299
111
  msgid "User URL required"
112
  msgstr "Se requiere URL de usuario"
113
 
114
+ #: user-submitted-posts.php:1300
115
  msgid "Post tags required"
116
  msgstr "Etiquetas de publicación requeridas"
117
 
118
+ #: user-submitted-posts.php:1301
119
  msgid "Post category required"
120
  msgstr "Se requiere categoría de publicación"
121
 
122
+ #: user-submitted-posts.php:1302
123
  msgid "Post content required"
124
  msgstr "Publicar contenido requerido"
125
 
126
+ #: user-submitted-posts.php:1303 user-submitted-posts.php:1304
127
  msgid "Correct captcha required"
128
  msgstr "Correcto captcha requerido"
129
 
130
+ #: user-submitted-posts.php:1305
131
  msgid "User email required"
132
  msgstr "Se requiere correo electrónico del usuario"
133
 
134
+ #: user-submitted-posts.php:1306
135
  msgid "Please check your email and try again"
136
  msgstr "Por favor revisa tu correo electrónico y vuelve a intentarlo"
137
 
138
+ #: user-submitted-posts.php:1307
139
  msgid "Non-empty value for hidden field"
140
  msgstr "Valor no vacío para el campo oculto"
141
 
142
+ #: user-submitted-posts.php:1308
143
  msgid "Minimum number of images not met"
144
  msgstr "Número mínimo de imágenes no cumplidas"
145
 
146
+ #: user-submitted-posts.php:1309
147
  msgid "Maximum number of images exceeded "
148
  msgstr "Número máximo de imágenes excedidas"
149
 
150
+ #: user-submitted-posts.php:1310
151
  msgid "Minimum image width not met"
152
  msgstr "Ancho mínimo de la imagen no cumplido"
153
 
154
+ #: user-submitted-posts.php:1311
155
  msgid "Image width exceeds maximum"
156
  msgstr "El ancho de la imagen excede el máximo"
157
 
158
+ #: user-submitted-posts.php:1312
159
  msgid "Minimum image height not met"
160
  msgstr "La altura mínima de la imagen no se cumple"
161
 
162
+ #: user-submitted-posts.php:1313
163
  msgid "Image height exceeds maximum"
164
  msgstr "La altura de la imagen excede el máximo"
165
 
166
+ #: user-submitted-posts.php:1314
167
  msgid "File type not allowed (please upload images only)"
168
  msgstr "Tipo de archivo no permitido (suba imágenes solo)"
169
 
170
+ #: user-submitted-posts.php:1315
171
  msgid " required"
172
  msgstr " necesario"
173
 
174
+ #: user-submitted-posts.php:1319
175
  msgid "File not uploaded. Please check the file and try again."
176
  msgstr "Archivo no cargado Por favor revise el archivo e intente de nuevo."
177
 
178
+ #: user-submitted-posts.php:1323
179
  msgid "The file(s) could not be uploaded"
180
  msgstr "El archivo (s) no se pudo cargar"
181
 
182
+ #: user-submitted-posts.php:1325
183
  msgid "Post not created. Please contact the site administrator for help."
184
  msgstr "Publicación no creada. Por favor, póngase en contacto con el administrador del sitio para obtener ayuda."
185
 
186
+ #: user-submitted-posts.php:1326
187
  msgid "Duplicate post title. Please try again."
188
+ msgstr "Duplicar el título de la publicación. Inténtalo de nuevo."
189
 
190
+ #: user-submitted-posts.php:1336
191
  msgid "Error: "
192
  msgstr "Error:"
193
 
194
+ #: user-submitted-posts.php:1362
195
  msgid "Return to form"
196
  msgstr "Regresar a la forma"
197
 
198
+ #: user-submitted-posts.php:1392 library/plugin-settings.php:955
199
  msgid "Please"
200
  msgstr "Por favor"
201
 
202
+ #: user-submitted-posts.php:1393
203
  msgid "log in"
204
  msgstr "iniciar sesión"
205
 
206
+ #: user-submitted-posts.php:1394
207
  msgid "to submit content!"
208
  msgstr "para enviar contenido!"
209
 
228
 
229
  #: views/submission-form.php:74 views/submission-form.php:75
230
  #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
+ #: library/plugin-settings.php:1016
232
  msgid "Post Title"
233
  msgstr "Título de la entrada"
234
 
235
  #: views/submission-form.php:80 views/submission-form.php:81
236
  #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
+ #: library/plugin-settings.php:1017
238
  msgid "Post Tags"
239
  msgstr "Publicar etiquetas"
240
 
243
  msgstr "Pregunta antispam"
244
 
245
  #: views/submission-form.php:98 views/submission-form-alt.php:103
246
+ #: library/plugin-settings.php:1018
247
  msgid "Post Category"
248
  msgstr "Categoría de publicación"
249
 
253
 
254
  #: views/submission-form.php:135 views/submission-form.php:136
255
  #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
+ #: library/plugin-settings.php:1019
257
  msgid "Post Content"
258
  msgstr "Publicar Contenido"
259
 
277
  msgid "Submit Post"
278
  msgstr "Enviar publicación"
279
 
280
+ #: library/shortcode-misc.php:18
281
+ msgid "Reset form"
282
+ msgstr "Restablecer formulario"
283
+
284
+ #: library/shortcode-misc.php:128
285
+ msgid "View full post"
286
+ msgstr "Ver la publicación completa"
287
+
288
  #: library/plugin-settings.php:32
289
  msgid "Get USP Pro for unlimited forms!"
290
  msgstr "Obtenga USP Pro para formularios ilimitados."
388
  msgstr "para configurar las opciones)"
389
 
390
  #: library/plugin-settings.php:318 library/plugin-settings.php:335
391
+ #: library/plugin-settings.php:1213 library/plugin-settings.php:1218
392
  msgid "Challenge Question"
393
  msgstr "pregunta desafiante"
394
 
395
  #: library/plugin-settings.php:350 library/plugin-settings.php:367
396
+ #: library/plugin-settings.php:1235
397
  msgid "Google reCAPTCHA"
398
  msgstr "Google reCAPTCHA"
399
 
409
  msgid "Disable"
410
  msgstr "Inhabilitar"
411
 
412
+ #: library/plugin-settings.php:399 library/plugin-settings.php:1296
413
  msgid "Image Uploads"
414
  msgstr "Subidas de imágenes"
415
 
437
  msgid " approved posts"
438
  msgstr " publicaciones aprobadas"
439
 
440
+ #: library/plugin-settings.php:645
441
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
442
  msgstr "Hubo un error. Asegúrate de haber agregado un título, contenido y que has subido solo imágenes."
443
 
444
+ #: library/plugin-settings.php:659
445
  msgid "Please select your image(s) to upload."
446
  msgstr "Seleccione su imagen (s) para cargar."
447
 
448
+ #: library/plugin-settings.php:665
449
  msgid "Success! Thank you for your submission."
450
  msgstr "¡Éxito! Gracias por tu presentación."
451
 
452
+ #: library/plugin-settings.php:691
453
  msgid "Email"
454
  msgstr "Email"
455
 
456
+ #: library/plugin-settings.php:692
457
  msgid "URL"
458
  msgstr "URL"
459
 
460
+ #: library/plugin-settings.php:942
 
 
 
 
461
  msgid "Toggle all panels"
462
  msgstr "Alternar todos los paneles"
463
 
464
+ #: library/plugin-settings.php:951
465
  msgid "We need your support!"
466
  msgstr "¡Necesitamos su apoyo!"
467
 
468
+ #: library/plugin-settings.php:955
469
  msgid "Make a donation via PayPal"
470
  msgstr "Haga una donación a través de PayPal"
471
 
472
+ #: library/plugin-settings.php:955
473
  msgid "make a donation"
474
  msgstr "Haz una donación"
475
 
476
+ #: library/plugin-settings.php:955
477
  msgid "and/or"
478
  msgstr "y / o"
479
 
480
+ #: library/plugin-settings.php:956
481
  msgid "Rate and review at the Plugin Directory"
482
  msgstr "Califica y revisa en el Directorio de complementos"
483
 
484
+ #: library/plugin-settings.php:957
485
  msgid "give this plugin a 5-star rating"
486
  msgstr "dale a este complemento una calificación de 5 estrellas"
487
 
488
+ #: library/plugin-settings.php:961
489
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
490
  msgstr "Su generoso soporte permite el desarrollo continuo de este plugin gratuito. ¡Gracias!"
491
 
492
+ #: library/plugin-settings.php:966
493
  msgid "Check this box if you have shown support"
494
  msgstr "Marque esta casilla si ha mostrado soporte"
495
 
496
+ #: library/plugin-settings.php:975
497
  msgid "Overview"
498
  msgstr "Visión de conjunto"
499
 
500
+ #: library/plugin-settings.php:979
501
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
502
  msgstr "permite a sus visitantes enviar publicaciones y cargar imágenes desde el front-end de su sitio."
503
 
504
+ #: library/plugin-settings.php:980
505
  msgid "For advanced functionality and unlimited forms, check out"
506
  msgstr "Para funcionalidad avanzada y formas ilimitadas, echa un vistazo"
507
 
508
+ #: library/plugin-settings.php:980 library/plugin-settings.php:1354
509
  msgid "USP Pro"
510
  msgstr "USP Pro"
511
 
512
+ #: library/plugin-settings.php:981
513
  msgid "— the ultimate solution for user-generated content."
514
  msgstr "& mdash; la solución definitiva para el contenido generado por el usuario."
515
 
516
+ #: library/plugin-settings.php:985 library/plugin-settings.php:1002
517
  msgid "Plugin Settings"
518
  msgstr "Configuración del complemento"
519
 
520
+ #: library/plugin-settings.php:986
521
  msgid "Display the form"
522
  msgstr "Mostrar el formulario"
523
 
524
+ #: library/plugin-settings.php:987 library/plugin-settings.php:1511
525
  msgid "Plugin Homepage"
526
  msgstr "Página de inicio de plugin"
527
 
528
+ #: library/plugin-settings.php:990
529
  msgid "If you like this plugin, please"
530
  msgstr "Si te gusta este complemento, por favor"
531
 
532
+ #: library/plugin-settings.php:991
533
  msgid "THANK YOU for your support!"
534
  msgstr "¡Gracias por tu apoyo!"
535
 
536
+ #: library/plugin-settings.php:991
537
  msgid "give it a 5-star rating"
538
  msgstr "darle una calificación de 5 estrellas"
539
 
540
+ #: library/plugin-settings.php:995
541
  msgid "Unlimited front-end forms"
542
  msgstr "Formas de front-end ilimitadas"
543
 
544
+ #: library/plugin-settings.php:995
545
  msgid "Get USP Pro"
546
  msgstr "Obtenga USP Pro"
547
 
548
+ #: library/plugin-settings.php:1005
549
  msgid "Configure your settings for User Submitted Posts."
550
  msgstr "Configure su configuración para las publicaciones enviadas por el usuario."
551
 
552
+ #: library/plugin-settings.php:1007
553
  msgid "Form Fields"
554
  msgstr "Campos de formulario"
555
 
556
+ #: library/plugin-settings.php:1013
557
  msgid "User Name"
558
  msgstr "Nombre de usuario"
559
 
560
+ #: library/plugin-settings.php:1014
561
  msgid "User Email"
562
  msgstr "Correo electrónico del usuario"
563
 
564
+ #: library/plugin-settings.php:1015
565
  msgid "User URL"
566
  msgstr "URL de usuario"
567
 
568
+ #: library/plugin-settings.php:1030
569
  msgid "General Settings"
570
  msgstr "Configuración general"
571
 
572
+ #: library/plugin-settings.php:1032
573
+ msgid "Note that the default settings work fine for most cases."
574
+ msgstr "Tenga en cuenta que la configuración predeterminada funciona bien para la mayoría de los casos."
575
+
576
+ #: library/plugin-settings.php:1037
577
  msgid "Form Style"
578
  msgstr "Estilo de formulario"
579
 
580
+ #: library/plugin-settings.php:1042
581
  msgid "With this option, you can copy the plugin’s default templates:"
582
  msgstr "Con esta opción, puede copiar las plantillas predeterminadas del plugin & rsquo;"
583
 
584
+ #: library/plugin-settings.php:1047
585
  msgid "..and upload them into a directory named"
586
  msgstr "..y cargarlos en un directorio llamado"
587
 
588
+ #: library/plugin-settings.php:1047
589
  msgid "in your theme:"
590
  msgstr "en tu tema:"
591
 
592
+ #: library/plugin-settings.php:1053
593
  msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
594
  msgstr "Eso le permitirá personalizar la forma y los estilos como desee. Para obtener más información, consulte la sección \"Formulario de envío personalizado\" en la"
595
 
596
+ #: library/plugin-settings.php:1054
597
  msgid "Installation Docs"
598
  msgstr "Documentos de instalación"
599
 
600
+ #: library/plugin-settings.php:1055
601
  msgid "FYI: here is a"
602
  msgstr "FYI: aquí hay un"
603
 
604
+ #: library/plugin-settings.php:1055
605
  msgid "list of USP CSS selectors"
606
  msgstr "lista de selectores CSS de USP"
607
 
608
+ #: library/plugin-settings.php:1061
609
  msgid "Include JavaScript"
610
  msgstr "Incluir JavaScript"
611
 
612
+ #: library/plugin-settings.php:1063
613
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
614
  msgstr "Marque esta casilla si desea incluir los archivos JavaScript externos (recomendado)."
615
 
616
+ #: library/plugin-settings.php:1066
617
  msgid "Targeted Loading"
618
  msgstr "Targeted Loading"
619
 
620
+ #: library/plugin-settings.php:1068
621
  msgid "By default, external CSS & JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
622
  msgstr "Por defecto, CSS externo y amp; Los archivos de JavaScript se cargan en cada página. Aquí puede especificar la URL del formulario USP para cargar recursos solo en esa página. Nota: déjelo en blanco para cargar en todas las páginas."
623
 
624
+ #: library/plugin-settings.php:1071
625
  msgid "Post Type"
626
  msgstr "Tipo de mensaje"
627
 
628
+ #: library/plugin-settings.php:1074
629
  msgid "Submit posts as WP Posts or Pages"
630
  msgstr "Enviar publicaciones como publicaciones o páginas de WP"
631
 
632
+ #: library/plugin-settings.php:1078
633
  msgid "Post Status"
634
  msgstr "Estado de publicación"
635
 
636
+ #: library/plugin-settings.php:1081
637
  msgid "Post Status for submitted posts"
638
  msgstr "Estado de publicación para publicaciones enviadas"
639
 
640
+ #: library/plugin-settings.php:1085
641
  msgid "Redirect URL"
642
  msgstr "Redireccionar URL"
643
 
644
+ #: library/plugin-settings.php:1087
645
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
646
  msgstr "Especifique una URL para redirigir al usuario después del envío posterior. Dejar en blanco para redirigir a la página actual."
647
 
648
+ #: library/plugin-settings.php:1090
649
  msgid "Success Message"
650
  msgstr "Mensaje de éxito"
651
 
652
+ #: library/plugin-settings.php:1092
653
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
654
  msgstr "Mensaje de éxito que se muestra si la post-presentación es exitosa. El marcado básico está permitido."
655
 
656
+ #: library/plugin-settings.php:1095
657
  msgid "Error Message"
658
  msgstr "Mensaje de error"
659
 
660
+ #: library/plugin-settings.php:1097
661
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
662
  msgstr "Mensaje de error general que se muestra si falla el envío posterior. El marcado básico está permitido."
663
 
664
+ #: library/plugin-settings.php:1100
665
  msgid "Custom Content"
666
  msgstr "Contenido personalizado"
667
 
668
+ #: library/plugin-settings.php:1102
669
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
670
  msgstr "Texto personalizado / marcado que se incluirá antes del formulario de envío. Dejar en blanco para deshabilitar."
671
 
672
+ #: library/plugin-settings.php:1105
673
  msgid "Rich Text Editor"
674
  msgstr "Editor de texto enriquecido"
675
 
676
+ #: library/plugin-settings.php:1107
677
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
678
  msgstr "Marque esta casilla si desea habilitar la edición de texto enriquecido de WP para las publicaciones enviadas."
679
 
680
+ #: library/plugin-settings.php:1110
681
  msgid "Unique Titles"
682
  msgstr "Títulos únicos"
683
 
684
+ #: library/plugin-settings.php:1112
685
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
686
  msgstr "Requiere que los títulos enviados sean únicos (útil para evitar publicaciones múltiples / duplicadas enviadas)."
687
 
688
+ #: library/plugin-settings.php:1115
689
  msgid "Disable Required"
690
  msgstr "Deshabilitar requerido"
691
 
692
+ #: library/plugin-settings.php:1117
693
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
694
  msgstr "Deshabilite todos los atributos requeridos en los campos de formulario predeterminados (útil para solucionar problemas de mensajes de error)."
695
 
696
+ #: library/plugin-settings.php:1120
697
  msgid "Disable IP Tracking"
698
  msgstr "Deshabilitar el seguimiento de IP"
699
 
700
+ #: library/plugin-settings.php:1122
701
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
702
  msgstr "Por defecto, USP registra la dirección IP con cada publicación enviada. Marque esta casilla para deshabilitar todo el seguimiento de IP."
703
 
704
+ #: library/plugin-settings.php:1125
705
  msgid "Enable Shortcodes"
706
  msgstr "Habilitar códigos cortos"
707
 
708
+ #: library/plugin-settings.php:1127
709
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
710
  msgstr "Habilite los códigos abreviados en widgets. Por defecto, WordPress no habilita shortcodes en widgets."
711
 
712
+ #: library/plugin-settings.php:1128
713
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
714
  msgstr "Esta configuración habilita todos / / shortcodes en widgets (incluso shortcodes de otros complementos)."
715
 
716
+ #: library/plugin-settings.php:1133 library/plugin-settings.php:1138
717
  msgid "Categories"
718
  msgstr "Categorías"
719
 
720
+ #: library/plugin-settings.php:1141
721
  msgid "Select which categories may be assigned to submitted posts (click to toggle)"
722
  msgstr "Seleccione qué categorías se pueden asignar a las publicaciones enviadas (haga clic para alternar)"
723
 
724
+ #: library/plugin-settings.php:1149
725
  msgid "Hidden/Default Category"
726
  msgstr "Categoría oculta / predeterminada"
727
 
728
+ #: library/plugin-settings.php:1151
729
  msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
730
  msgstr "Use un campo oculto para la categoría de publicación. Esto se puede usar para especificar una categoría predeterminada cuando el campo de categoría está deshabilitado."
731
 
732
+ #: library/plugin-settings.php:1154
733
  msgid "Category ID for Hidden Field"
734
  msgstr "ID de categoría para el campo oculto"
735
 
736
+ #: library/plugin-settings.php:1156
737
  msgid "Specify the ID of the category to use for the “Hidden/Default Category” option."
738
+ msgstr "Especifique la ID de la categoría que se usará para la & ldquo; Categoría oculta / predeterminada & rdquo; opción."
739
 
740
+ #: library/plugin-settings.php:1161
741
  msgid "Users"
742
  msgstr "Usuarios"
743
 
744
+ #: library/plugin-settings.php:1166
745
  msgid "Assigned Author"
746
  msgstr "Autor asignado"
747
 
748
+ #: library/plugin-settings.php:1169
749
  msgid "Specify the user that should be assigned as author for submitted posts."
750
  msgstr "Especifique el usuario que debe asignarse como autor para las publicaciones enviadas."
751
 
752
+ #: library/plugin-settings.php:1173
753
  msgid "Registered Username"
754
  msgstr "Nombre de Usuario Registrado"
755
 
756
+ #: library/plugin-settings.php:1175
757
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
758
  msgstr "Use el nombre de usuario registrado como autor de la publicación. Válido cuando la persona que envía el formulario ha iniciado sesión en WordPress."
759
 
760
+ #: library/plugin-settings.php:1178
761
  msgid "User Profile URL"
762
  msgstr "URL de perfil de usuario"
763
 
764
+ #: library/plugin-settings.php:1180
765
  msgid "Use registered user’s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
766
  msgstr "Use la URL del perfil del usuario registrado como el valor del campo URL. Válido cuando la persona que envía el formulario ha iniciado sesión en WordPress."
767
 
768
+ #: library/plugin-settings.php:1183
769
  msgid "Require User Login"
770
  msgstr "Requiere inicio de sesión de usuario"
771
 
772
+ #: library/plugin-settings.php:1185
773
  msgid "Require users to be logged in to WordPress to view/submit the form"
774
  msgstr "Requerir que los usuarios inicien sesión en WordPress para ver / enviar el formulario"
775
 
776
+ #: library/plugin-settings.php:1188
777
+ msgid "Disable Replace Author"
778
+ msgstr "Desactivar Replace Author"
779
+
780
+ #: library/plugin-settings.php:1190
781
+ msgid "Do not replace post author with submitted user name"
782
+ msgstr "No reemplace el autor del post con el nombre de usuario enviado"
783
+
784
+ #: library/plugin-settings.php:1196
785
  msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
786
  msgstr "Aquí puede cambiar el nombre y la etiqueta utilizados por el campo personalizado. Puede habilitar este campo a través de la configuración de Campos de formulario, arriba."
787
 
788
+ #: library/plugin-settings.php:1201
789
  msgid "Custom Field Name"
790
  msgstr "Nombre de campo personalizado"
791
 
792
+ #: library/plugin-settings.php:1203
793
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
794
  msgstr "Use solo caracteres alfanuméricos, guiones bajos y guiones. Si no está seguro, use el nombre predeterminado:"
795
 
796
+ #: library/plugin-settings.php:1206
797
  msgid "Custom Field Label"
798
+ msgstr "Etiqueta de campo personalizada"
799
 
800
+ #: library/plugin-settings.php:1208
801
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
802
  msgstr "Esto se mostrará como la etiqueta del campo en el formulario. Predeterminado: campo personalizado"
803
 
804
+ #: library/plugin-settings.php:1220
805
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
806
  msgstr "Para evitar el correo no deseado, ingrese una pregunta que los usuarios deben responder antes de enviar el formulario."
807
 
808
+ #: library/plugin-settings.php:1223
809
  msgid "Challenge Response"
810
  msgstr "Respuesta al reto"
811
 
812
+ #: library/plugin-settings.php:1225
813
  msgid "Enter the *only* correct answer to the challenge question."
814
  msgstr "Ingrese la * única * respuesta correcta a la pregunta de desafío."
815
 
816
+ #: library/plugin-settings.php:1228
817
  msgid "Case-sensitivity"
818
  msgstr "Sensibilidad a mayúsculas"
819
 
820
+ #: library/plugin-settings.php:1230
821
  msgid "Check this box if you want the challenge response to be case-sensitive."
822
  msgstr "Marque esta casilla si desea que la respuesta al desafío sea sensible a mayúsculas y minúsculas."
823
 
824
+ #: library/plugin-settings.php:1236
825
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
826
  msgstr "Para habilitar Google reCAPTCHA, ingrese sus claves públicas y privadas."
827
 
828
+ #: library/plugin-settings.php:1241
829
  msgid "Public Key"
830
  msgstr "Llave pública"
831
 
832
+ #: library/plugin-settings.php:1243
833
  msgid "Enter your Public Key"
834
  msgstr "Ingresa tu clave pública"
835
 
836
+ #: library/plugin-settings.php:1246
837
  msgid "Private Key"
838
  msgstr "Llave privada"
839
 
840
+ #: library/plugin-settings.php:1248
841
  msgid "Enter your Private Key"
842
  msgstr "Ingrese su clave privada"
843
 
844
+ #: library/plugin-settings.php:1253
845
  msgid "Email Alerts"
846
  msgstr "Alertas de correo electrónico"
847
 
848
+ #: library/plugin-settings.php:1258
849
  msgid "Receive Email Alert"
850
  msgstr "Reciba Alerta de correo electrónico"
851
 
852
+ #: library/plugin-settings.php:1260
853
  msgid "Check this box if you want to be notified via email for new post submissions."
854
  msgstr "Marque esta casilla si desea recibir notificaciones por correo electrónico para nuevos envíos de publicaciones."
855
 
856
+ #: library/plugin-settings.php:1263
857
  msgid "Enable HTML Format"
858
  msgstr "Habilitar formato HTML"
859
 
860
+ #: library/plugin-settings.php:1265
861
  msgid "Check this box to enable HTML format for email alerts."
862
  msgstr "Marque esta casilla para habilitar el formato HTML para las alertas por correo electrónico."
863
 
864
+ #: library/plugin-settings.php:1268
865
  msgid "Email Address for Alerts"
866
  msgstr "Dirección de correo electrónico para alertas"
867
 
868
+ #: library/plugin-settings.php:1270
869
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
870
  msgstr "Si marcó la casilla para recibir alertas por correo electrónico, indique aquí las direcciones a las que se enviarán los correos electrónicos."
871
 
872
+ #: library/plugin-settings.php:1271
873
  msgid "Multiple recipients may be included using a comma, like so:"
874
  msgstr "Se pueden incluir varios destinatarios usando una coma, como esta:"
875
 
876
+ #: library/plugin-settings.php:1274
877
  msgid "Email “From” Address"
878
  msgstr "Correo electrónico y ldquo; De & rdquo; Dirección"
879
 
880
+ #: library/plugin-settings.php:1276
881
  msgid "Here you may customize the address(es) used for the “From” header (see plugin FAQs for info). "
882
  msgstr "Aquí puede personalizar las direcciones utilizadas para & ldquo; From & rdquo; encabezado (consulte las preguntas frecuentes sobre complementos para obtener información)."
883
 
884
+ #: library/plugin-settings.php:1277
885
  msgid "If multiple addresses are specified in the previous setting, include an equal number of “From” addresses for this setting (in the same order)."
886
  msgstr "Si se especifican varias direcciones en la configuración anterior, incluya una cantidad igual de & ldquo; De & rdquo; direcciones para esta configuración (en el mismo orden)."
887
 
888
+ #: library/plugin-settings.php:1280
889
  msgid "Email Alert Subject"
890
  msgstr "Asunto de alerta de correo electrónico"
891
 
892
+ #: library/plugin-settings.php:1282
893
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
894
  msgstr "Línea de asunto para alertas por correo electrónico. Déjelo en blanco para usar la línea de asunto predeterminada. Nota: puede usar las siguientes variables:"
895
 
896
+ #: library/plugin-settings.php:1287
897
  msgid "Email Alert Message"
898
  msgstr "Mensaje de alerta por correo electrónico"
899
 
900
+ #: library/plugin-settings.php:1289
901
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
902
  msgstr "Mensaje para alertas por correo electrónico. Déjelo en blanco para usar el mensaje predeterminado. Nota: puede usar las siguientes variables:"
903
 
904
+ #: library/plugin-settings.php:1301
905
  msgid "Featured Image"
906
  msgstr "Foto principal"
907
 
908
+ #: library/plugin-settings.php:1303
909
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
910
  msgstr "Establecer imágenes enviadas como Imágenes destacadas. Requiere compatibilidad con temas para Imágenes destacadas (aka Miniaturas de publicación)."
911
 
912
+ #: library/plugin-settings.php:1306
913
  msgid "Upload Message"
914
  msgstr "Subir mensaje"
915
 
916
+ #: library/plugin-settings.php:1308
917
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
918
  msgstr "Mensaje que aparece al lado del campo de carga. Útil para indicar sus pautas de carga / política / etc. Marcado básico permitido."
919
 
920
+ #: library/plugin-settings.php:1311
921
  msgid "“Add another image” link"
922
  msgstr "& ldquo; Agregue otra imagen & rdquo; enlazar"
923
 
924
+ #: library/plugin-settings.php:1313
925
  msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
926
  msgstr "El marcado personalizado para & ldquo; Agrega otra imagen & rdquo; enlazar. Déjelo en blanco para usar el marcado predeterminado (recomendado)."
927
 
928
+ #: library/plugin-settings.php:1316
929
  msgid "Minimum number of images"
930
  msgstr "Número mínimo de imágenes"
931
 
932
+ #: library/plugin-settings.php:1319
933
  msgid "Specify the minimum number of images."
934
  msgstr "Especifique la cantidad mínima de imágenes."
935
 
936
+ #: library/plugin-settings.php:1323
937
  msgid "Maximum number of images"
938
  msgstr "Número máximo de imágenes"
939
 
940
+ #: library/plugin-settings.php:1326
941
  msgid "Specify the maximum number of images."
942
  msgstr "Especifique la cantidad máxima de imágenes."
943
 
944
+ #: library/plugin-settings.php:1330
945
  msgid "Minimum image width"
946
  msgstr "Ancho mínimo de la imagen"
947
 
948
+ #: library/plugin-settings.php:1332
949
  msgid "Specify a minimum width (in pixels) for uploaded images."
950
  msgstr "Especifique un ancho mínimo (en píxeles) para las imágenes cargadas."
951
 
952
+ #: library/plugin-settings.php:1335
953
  msgid "Minimum image height"
954
  msgstr "Altura mínima de la imagen"
955
 
956
+ #: library/plugin-settings.php:1337
957
  msgid "Specify a minimum height (in pixels) for uploaded images."
958
  msgstr "Especifique una altura mínima (en píxeles) para las imágenes cargadas."
959
 
960
+ #: library/plugin-settings.php:1340
961
  msgid "Maximum image width"
962
  msgstr "Ancho máximo de la imagen"
963
 
964
+ #: library/plugin-settings.php:1342
965
  msgid "Specify a maximum width (in pixels) for uploaded images."
966
  msgstr "Especifique un ancho máximo (en píxeles) para las imágenes cargadas."
967
 
968
+ #: library/plugin-settings.php:1345
969
  msgid "Maximum image height"
970
  msgstr "Altura máxima de la imagen"
971
 
972
+ #: library/plugin-settings.php:1347
973
  msgid "Specify a maximum height (in pixels) for uploaded images."
974
  msgstr "Especifique una altura máxima (en píxeles) para las imágenes cargadas."
975
 
976
+ #: library/plugin-settings.php:1350
977
  msgid "More Options"
978
  msgstr "Mas opciones"
979
 
980
+ #: library/plugin-settings.php:1353
981
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
982
  msgstr "Para obtener más opciones, como la posibilidad de cargar otros tipos de archivos (como PDF, Word, Zip, videos y más), echa un vistazo a"
983
 
984
+ #: library/plugin-settings.php:1354
985
  msgid "Go Pro!"
986
  msgstr "¡Go Pro!"
987
 
988
+ #: library/plugin-settings.php:1361
989
  msgid "Auto-Display Content"
990
  msgstr "Contenido de visualización automática"
991
 
992
+ #: library/plugin-settings.php:1366
993
  msgid "Images Auto-Display"
994
  msgstr "Visualización automática de imágenes"
995
 
996
+ #: library/plugin-settings.php:1368
997
  msgid "Auto-display user-submitted images:"
998
  msgstr "Visualización automática de imágenes enviadas por el usuario:"
999
 
1000
+ #: library/plugin-settings.php:1373
1001
  msgid "Image Markup"
1002
  msgstr "Marca de imagen"
1003
 
1004
+ #: library/plugin-settings.php:1375
1005
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1006
  msgstr "Marcado a usar para cada imagen enviada (cuando la visualización automática está habilitada). Puedo usar"
1007
 
1008
+ #: library/plugin-settings.php:1377 library/plugin-settings.php:1390
1009
+ #: library/plugin-settings.php:1403 library/plugin-settings.php:1416
1010
  msgid "and"
1011
  msgstr "y"
1012
 
1013
+ #: library/plugin-settings.php:1380
1014
  msgid "Email Auto-Display"
1015
  msgstr "Visualización automática de correo electrónico"
1016
 
1017
+ #: library/plugin-settings.php:1382
1018
  msgid "Auto-display user-submitted email:"
1019
  msgstr "Mostrar automáticamente el correo electrónico enviado por el usuario:"
1020
 
1021
+ #: library/plugin-settings.php:1387
1022
  msgid "Email Markup"
1023
  msgstr "Marcado de correo electrónico"
1024
 
1025
+ #: library/plugin-settings.php:1389
1026
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1027
  msgstr "Marcado a utilizar para la dirección de correo electrónico enviada (cuando la visualización automática está habilitada). Puedo usar"
1028
 
1029
+ #: library/plugin-settings.php:1393
1030
  msgid "URL Auto-Display"
1031
  msgstr "Visualización automática de URL"
1032
 
1033
+ #: library/plugin-settings.php:1395
1034
  msgid "Auto-display user-submitted URL:"
1035
  msgstr "Visualización automática de la URL enviada por el usuario:"
1036
 
1037
+ #: library/plugin-settings.php:1400
1038
  msgid "URL Markup"
1039
  msgstr "Marcado de URL"
1040
 
1041
+ #: library/plugin-settings.php:1402
1042
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1043
  msgstr "Marcado a usar para la URL enviada (cuando la visualización automática está habilitada). Puedo usar"
1044
 
1045
+ #: library/plugin-settings.php:1406
1046
  msgid "Custom Field Auto-Display"
1047
  msgstr "Visualización automática del campo personalizado"
1048
 
1049
+ #: library/plugin-settings.php:1408
1050
  msgid "Auto-display user-submitted Custom Field:"
1051
  msgstr "Visualización automática del campo personalizado enviado por el usuario:"
1052
 
1053
+ #: library/plugin-settings.php:1413
1054
  msgid "Custom Field Markup"
1055
  msgstr "Marcado de campo personalizado"
1056
 
1057
+ #: library/plugin-settings.php:1415
1058
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1059
  msgstr "Marcado a usar para el campo personalizado enviado (cuando la visualización automática está habilitada). Puedo usar"
1060
 
1061
+ #: library/plugin-settings.php:1421 library/plugin-settings.php:1497
1062
  msgid "Save Settings"
1063
  msgstr "Guardar ajustes"
1064
 
1065
+ #: library/plugin-settings.php:1426
1066
  msgid "Display the Form"
1067
  msgstr "Mostrar el formulario"
1068
 
1069
+ #: library/plugin-settings.php:1429
1070
  msgid "Post-Submit Form"
1071
  msgstr "Formulario posterior a la presentación"
1072
 
1073
+ #: library/plugin-settings.php:1430
1074
  msgid "USP enables you to display a post-submission form anywhere on your site."
1075
  msgstr "USP le permite mostrar un formulario posterior a la presentación en cualquier lugar de su sitio."
1076
 
1077
+ #: library/plugin-settings.php:1431 library/plugin-settings.php:1438
1078
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1079
  msgstr "Use el código abreviado para mostrar el formulario en cualquier publicación o página de WP:"
1080
 
1081
+ #: library/plugin-settings.php:1433 library/plugin-settings.php:1440
1082
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1083
  msgstr "O bien, use la etiqueta de plantilla para mostrar el formulario en cualquier lugar de su plantilla de tema:"
1084
 
1085
+ #: library/plugin-settings.php:1436
1086
  msgid "Login/Register Form"
1087
  msgstr "Formulario de inicio de sesión / registro"
1088
 
1089
+ #: library/plugin-settings.php:1437
1090
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1091
  msgstr "También puede mostrar un formulario que permite a los usuarios iniciar sesión, registrar o restablecer su contraseña."
1092
 
1093
+ #: library/plugin-settings.php:1443
1094
  msgid "Display Submitted Posts"
1095
  msgstr "Mostrar publicaciones enviadas"
1096
 
1097
+ #: library/plugin-settings.php:1444
1098
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1099
  msgstr "Use este shortcode para mostrar una lista de las publicaciones enviadas en cualquier publicación o página de WP:"
1100
 
1101
+ #: library/plugin-settings.php:1446
1102
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1103
  msgstr "O bien, use la etiqueta de la plantilla para mostrar una lista de las publicaciones enviadas en cualquier lugar de la plantilla de su tema:"
1104
 
1105
+ #: library/plugin-settings.php:1448
1106
  msgid "Here are some examples showing how to configure this shortcode:"
1107
  msgstr "Aquí hay algunos ejemplos que muestran cómo configurar este shortcode:"
1108
 
1109
+ #: library/plugin-settings.php:1455
1110
+ msgid "Reset Form Button"
1111
+ msgstr "Restablecer botón de formulario"
1112
+
1113
+ #: library/plugin-settings.php:1456
1114
+ msgid "This shortcode displays a link that resets the form to its original state:"
1115
+ msgstr "Este código abreviado muestra un enlace que restablece el formulario a su estado original:"
1116
+
1117
+ #: library/plugin-settings.php:1458
1118
+ msgid "This shortcode accepts the following attributes:"
1119
+ msgstr "Este shortcode acepta los siguientes atributos:"
1120
+
1121
+ #: library/plugin-settings.php:1463
1122
+ msgid "Note that the url attribute accepts"
1123
+ msgstr "Tenga en cuenta que el atributo url acepta"
1124
+
1125
+ #: library/plugin-settings.php:1463
1126
+ msgid "to get the current URL."
1127
+ msgstr "para obtener la URL actual."
1128
+
1129
+ #: library/plugin-settings.php:1465
1130
  msgid "Access Control"
1131
  msgstr "Control de acceso"
1132
 
1133
+ #: library/plugin-settings.php:1466
1134
  msgid "USP provides three shortcodes to control access and restrict content."
1135
  msgstr "USP proporciona tres códigos cortos para controlar el acceso y restringir el contenido."
1136
 
1137
+ #: library/plugin-settings.php:1467
1138
  msgid "Display content only to users with a specific capability:"
1139
  msgstr "Mostrar contenido solo para usuarios con una capacidad específica:"
1140
 
1141
+ #: library/plugin-settings.php:1469
1142
  msgid "Display content to logged-in users:"
1143
  msgstr "Mostrar contenido a los usuarios que han iniciado sesión:"
1144
 
1145
+ #: library/plugin-settings.php:1471
1146
  msgid "Display content to visitors only:"
1147
  msgstr "Mostrar contenido solo para visitantes:"
1148
 
1149
+ #: library/plugin-settings.php:1473
1150
  msgid "Tip:"
1151
  msgstr "Propina:"
1152
 
1153
+ #: library/plugin-settings.php:1473
1154
  msgid "to include markup in the deny message, you can use"
1155
  msgstr "para incluir el marcado en el mensaje de denegación, puede usar"
1156
 
1157
+ #: library/plugin-settings.php:1473
1158
  msgid "to output"
1159
  msgstr "para salida"
1160
 
1161
+ #: library/plugin-settings.php:1475
1162
  msgid "Example"
1163
  msgstr "Ejemplo"
1164
 
1165
+ #: library/plugin-settings.php:1476
1166
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1167
  msgstr "Si el usuario ha iniciado sesión, muestre el formulario post-envío; o si el usuario no ha iniciado sesión, muestre el formulario de inicio de sesión:"
1168
 
1169
+ #: library/plugin-settings.php:1488
1170
  msgid "Restore Defaults"
1171
  msgstr "Restaurar los valores predeterminados"
1172
 
1173
+ #: library/plugin-settings.php:1491
1174
  msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1175
  msgstr "Deje esta opción deshabilitada para recordar su configuración. O bien, para continuar y restaurar las opciones de complemento predeterminadas: marque la casilla, guarde su configuración y luego desactive / reactive el complemento."
1176
 
1177
+ #: library/plugin-settings.php:1495
1178
  msgid "Restore default options upon plugin deactivation/reactivation."
1179
  msgstr "Restaure las opciones predeterminadas al desactivar / reactivar el complemento."
1180
 
1181
+ #: library/plugin-settings.php:1502
1182
  msgid "Show Support"
1183
  msgstr "Mostrar soporte"
1184
 
1185
+ #: library/plugin-settings.php:1511
1186
  msgid "by"
1187
  msgstr "por"
1188
 
1189
+ #: library/plugin-settings.php:1512
1190
  msgid "Jeff Starr on Twitter"
1191
  msgstr "Jeff Starr en Twitter"
1192
 
1193
+ #: library/plugin-settings.php:1513
1194
  msgid "Obsessive Web Design & Development"
1195
  msgstr "Diseño web obsesivo & amp; Desarrollo"
1196
 
1197
+ #: library/plugin-settings.php:1524
1198
  msgid "Save Preference"
1199
  msgstr "Guardar Preferencia"
1200
 
1201
+ #: library/plugin-settings.php:1531
1202
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1203
  msgstr "¿Seguro que quieres restaurar todas las opciones predeterminadas? (Esta acción no se puede deshacer)"
1204
 
1205
+ #: library/support-panel.php:52
1206
+ msgid "Perishable Press Books"
1207
+ msgstr "Libros de prensa perecederos"
1208
+
1209
+ #: library/support-panel.php:53
1210
+ msgid "Plugin Planet"
1211
+ msgstr "Plugin Planet"
1212
+
1213
+ #: library/support-panel.php:54
1214
+ msgid "Donate via PayPal"
1215
+ msgstr "Done a través de PayPal"
1216
+
1217
+ #: library/support-panel.php:56
1218
+ msgid "books"
1219
+ msgstr "libros"
1220
+
1221
+ #: library/support-panel.php:57
1222
+ msgid "plugins"
1223
+ msgstr "complementos"
1224
+
1225
+ #: library/support-panel.php:58
1226
+ msgid "donation"
1227
+ msgstr "donación"
1228
+
1229
+ #: library/support-panel.php:60
1230
+ msgid "Thank you for using"
1231
+ msgstr "Gracias por usar"
1232
+
1233
+ #: library/support-panel.php:61
1234
+ msgid "Please show support by purchasing one of my"
1235
+ msgstr "Por favor muestra soporte comprando uno de mis"
1236
+
1237
+ #: library/support-panel.php:62
1238
+ msgid "or"
1239
+ msgstr "o"
1240
+
1241
+ #: library/support-panel.php:62
1242
+ msgid "or by making a"
1243
+ msgstr "o haciendo una"
1244
+
1245
+ #: library/support-panel.php:63
1246
+ msgid "Your generous support helps to ensure future development of"
1247
+ msgstr "Su generoso apoyo ayuda a asegurar el desarrollo futuro de"
1248
+
1249
+ #: library/support-panel.php:64
1250
+ msgid "and is greatly appreciated."
1251
+ msgstr "y es muy apreciado."
1252
+
1253
+ #: library/support-panel.php:66
1254
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1255
+ msgstr "Cualquier donación de tamaño me ayuda a seguir desarrollando este plugin gratuito y otros recursos increíbles de WordPress."
1256
 
1257
  #. Description of the plugin
1258
  #:
languages/usp-fa_IR.mo CHANGED
Binary file
languages/usp-fa_IR.po CHANGED
@@ -4,206 +4,206 @@ 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 20171028\n"
8
  "Language: fa\n"
9
 
10
  #. Name of the plugin
11
- #: user-submitted-posts.php:44
12
  msgid "User Submitted Posts"
13
  msgstr "ارسال شده توسط کاربر"
14
 
15
- #: user-submitted-posts.php:78
16
  msgid "requires WordPress "
17
  msgstr "نیاز به وردپرس دارد"
18
 
19
- #: user-submitted-posts.php:79
20
  msgid " or higher, and has been deactivated! "
21
  msgstr " یا بالاتر، و غیر فعال شده است!"
22
 
23
- #: user-submitted-posts.php:80
24
  msgid "Please return to the"
25
  msgstr "لطفا به"
26
 
27
- #: user-submitted-posts.php:81
28
  msgid "WordPress Admin Area"
29
  msgstr "منطقه اداری وردپرس"
30
 
31
- #: user-submitted-posts.php:82
32
  msgid "to upgrade WordPress and try again."
33
  msgstr "برای ارتقا وردپرس و دوباره امتحان کنید"
34
 
35
- #: user-submitted-posts.php:124
36
  msgid "User Submitted Post"
37
  msgstr "کاربر ارسال پست"
38
 
39
- #: user-submitted-posts.php:445
40
  msgid "User Submitted Post Info"
41
  msgstr "کاربر ارسال اطلاعات پست"
42
 
43
- #: user-submitted-posts.php:475
44
  msgid "Submitter Name: "
45
  msgstr "نام فرستنده:"
46
 
47
- #: user-submitted-posts.php:476
48
  msgid "Submitter Email: "
49
  msgstr "ارسال کننده ارسال کننده:"
50
 
51
- #: user-submitted-posts.php:477
52
  msgid "Submitter URL: "
53
  msgstr "URL ارسال کننده:"
54
 
55
- #: user-submitted-posts.php:478
56
  msgid "Submitter IP: "
57
  msgstr "فرستنده IP:"
58
 
59
- #: user-submitted-posts.php:529
60
  msgid "Show USP Posts"
61
  msgstr "نمایش پست های USP"
62
 
63
- #: user-submitted-posts.php:530 library/plugin-settings.php:967
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
- #: user-submitted-posts.php:1175
68
  msgid " files required"
69
  msgstr " فایل مورد نیاز"
70
 
71
- #: user-submitted-posts.php:1176
72
  msgid " file required"
73
  msgstr " فایل مورد نیاز"
74
 
75
- #: user-submitted-posts.php:1178
76
  msgid " files"
77
  msgstr " فایل ها"
78
 
79
- #: user-submitted-posts.php:1179
80
  msgid " file"
81
- msgstr " پرونده"
82
 
83
- #: user-submitted-posts.php:1181 user-submitted-posts.php:1182
84
- #: user-submitted-posts.php:1183 user-submitted-posts.php:1184
85
  msgid " pixels"
86
  msgstr " پیکسل"
87
 
88
- #: user-submitted-posts.php:1186 library/plugin-settings.php:284
89
- #: library/plugin-settings.php:303 library/plugin-settings.php:690
90
- #: library/plugin-settings.php:1176
91
  msgid "Custom Field"
92
  msgstr "فیلد سفارشی"
93
 
94
- #: user-submitted-posts.php:1189
95
  msgid "An error occurred. Please go back and try again."
96
  msgstr "یک خطا رخ داده است لطفا برگردید و دوباره امتحان کنید."
97
 
98
- #: user-submitted-posts.php:1199
99
  msgid "User login required"
100
  msgstr "ورود به سیستم مورد نیاز"
101
 
102
- #: user-submitted-posts.php:1200
103
  msgid "User name required"
104
- msgstr "نام کاربری مورد نیاز است"
105
 
106
- #: user-submitted-posts.php:1201
107
  msgid "Post title required"
108
  msgstr "عنوان پست مورد نیاز"
109
 
110
- #: user-submitted-posts.php:1202
111
  msgid "User URL required"
112
  msgstr "URL کاربر مورد نیاز است"
113
 
114
- #: user-submitted-posts.php:1203
115
  msgid "Post tags required"
116
  msgstr "برچسبهای ارسال لازم است"
117
 
118
- #: user-submitted-posts.php:1204
119
  msgid "Post category required"
120
  msgstr "دسته پست مورد نیاز است"
121
 
122
- #: user-submitted-posts.php:1205
123
  msgid "Post content required"
124
  msgstr "محتوای پست مورد نیاز"
125
 
126
- #: user-submitted-posts.php:1206 user-submitted-posts.php:1207
127
  msgid "Correct captcha required"
128
  msgstr "درستی لازم است"
129
 
130
- #: user-submitted-posts.php:1208
131
  msgid "User email required"
132
  msgstr "ایمیل مورد نیاز"
133
 
134
- #: user-submitted-posts.php:1209
135
  msgid "Please check your email and try again"
136
  msgstr "لطفا ایمیل خود را بررسی کنید و دوباره امتحان کنید"
137
 
138
- #: user-submitted-posts.php:1210
139
  msgid "Non-empty value for hidden field"
140
  msgstr "مقدار خالی برای فیلد پنهان"
141
 
142
- #: user-submitted-posts.php:1211
143
  msgid "Minimum number of images not met"
144
  msgstr "حداقل تعداد تصاویری که دیده نشده اند"
145
 
146
- #: user-submitted-posts.php:1212
147
  msgid "Maximum number of images exceeded "
148
  msgstr "حداکثر تعداد تصاویر بیش از حد است"
149
 
150
- #: user-submitted-posts.php:1213
151
  msgid "Minimum image width not met"
152
  msgstr "حداقل عرض تصویر دیده نمی شود"
153
 
154
- #: user-submitted-posts.php:1214
155
  msgid "Image width exceeds maximum"
156
  msgstr "عرض تصویر بیش از حداکثر"
157
 
158
- #: user-submitted-posts.php:1215
159
  msgid "Minimum image height not met"
160
  msgstr "حداقل ارتفاع تصویر برآورده نشده است"
161
 
162
- #: user-submitted-posts.php:1216
163
  msgid "Image height exceeds maximum"
164
  msgstr "ارتفاع تصویر بیش از حداکثر"
165
 
166
- #: user-submitted-posts.php:1217
167
  msgid "File type not allowed (please upload images only)"
168
  msgstr "نوع فایل مجاز نیست (فقط تصاویر را آپلود کنید)"
169
 
170
- #: user-submitted-posts.php:1218
171
  msgid " required"
172
  msgstr " ضروری"
173
 
174
- #: user-submitted-posts.php:1222
175
  msgid "File not uploaded. Please check the file and try again."
176
  msgstr "فایل آپلود نشد لطفا فایل را بررسی کنید و دوباره امتحان کنید"
177
 
178
- #: user-submitted-posts.php:1226
179
  msgid "The file(s) could not be uploaded"
180
  msgstr "فایل (ها) قابل آپلود نیست"
181
 
182
- #: user-submitted-posts.php:1228
183
  msgid "Post not created. Please contact the site administrator for help."
184
  msgstr "پست ایجاد نشد لطفا برای کمک با مدیر سایت تماس بگیرید."
185
 
186
- #: user-submitted-posts.php:1229
187
  msgid "Duplicate post title. Please try again."
188
  msgstr "عنوان پست تکراری لطفا دوباره تلاش کنید."
189
 
190
- #: user-submitted-posts.php:1239
191
  msgid "Error: "
192
  msgstr "خطا:"
193
 
194
- #: user-submitted-posts.php:1265
195
  msgid "Return to form"
196
  msgstr "بازگشت به فرم"
197
 
198
- #: user-submitted-posts.php:1293 library/plugin-settings.php:943
199
  msgid "Please"
200
  msgstr "لطفا"
201
 
202
- #: user-submitted-posts.php:1294
203
  msgid "log in"
204
  msgstr "ورود"
205
 
206
- #: user-submitted-posts.php:1295
207
  msgid "to submit content!"
208
  msgstr "برای ارسال محتوا!"
209
 
@@ -228,13 +228,13 @@ msgstr "ایمیل شما"
228
 
229
  #: views/submission-form.php:74 views/submission-form.php:75
230
  #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
- #: library/plugin-settings.php:1004
232
  msgid "Post Title"
233
  msgstr "عنوان پست"
234
 
235
  #: views/submission-form.php:80 views/submission-form.php:81
236
  #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
- #: library/plugin-settings.php:1005
238
  msgid "Post Tags"
239
  msgstr "برچسبهای ارسالی"
240
 
@@ -243,7 +243,7 @@ msgid "Antispam Question"
243
  msgstr "سوال ضد اسپم"
244
 
245
  #: views/submission-form.php:98 views/submission-form-alt.php:103
246
- #: library/plugin-settings.php:1006
247
  msgid "Post Category"
248
  msgstr "دسته بندی پست"
249
 
@@ -253,7 +253,7 @@ msgstr "لطفا یک دسته را انتخاب کنید"
253
 
254
  #: views/submission-form.php:135 views/submission-form.php:136
255
  #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
- #: library/plugin-settings.php:1007
257
  msgid "Post Content"
258
  msgstr "محتوا ارسال"
259
 
@@ -277,6 +277,14 @@ msgstr "تأیید انسان: این فیلد را خالی نگه دارید"
277
  msgid "Submit Post"
278
  msgstr "ارسال پست"
279
 
 
 
 
 
 
 
 
 
280
  #: library/plugin-settings.php:32
281
  msgid "Get USP Pro for unlimited forms!"
282
  msgstr "دریافت USP نرم افزار برای فرم های نامحدود!"
@@ -380,12 +388,12 @@ msgid "to configure options)"
380
  msgstr "برای پیکربندی گزینه ها)"
381
 
382
  #: library/plugin-settings.php:318 library/plugin-settings.php:335
383
- #: library/plugin-settings.php:1194 library/plugin-settings.php:1199
384
  msgid "Challenge Question"
385
  msgstr "سوال چالش برانگیز"
386
 
387
  #: library/plugin-settings.php:350 library/plugin-settings.php:367
388
- #: library/plugin-settings.php:1216
389
  msgid "Google reCAPTCHA"
390
  msgstr "Google reCAPTCHA"
391
 
@@ -401,7 +409,7 @@ msgstr "نمایش دادن"
401
  msgid "Disable"
402
  msgstr "غیرفعال کردن"
403
 
404
- #: library/plugin-settings.php:399 library/plugin-settings.php:1277
405
  msgid "Image Uploads"
406
  msgstr "آپلود عکس"
407
 
@@ -429,746 +437,822 @@ msgstr "پس از انتشار"
429
  msgid " approved posts"
430
  msgstr " پست های تایید شده"
431
 
432
- #: library/plugin-settings.php:635
433
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
434
  msgstr "یک خطای وجود دارد. لطفا اطمینان حاصل کنید که عنوان، برخی از محتوا ها اضافه کرده اید و فقط تصاویر را آپلود کرده اید."
435
 
436
- #: library/plugin-settings.php:649
437
  msgid "Please select your image(s) to upload."
438
  msgstr "لطفا تصویر (ها) خود را برای آپلود انتخاب کنید"
439
 
440
- #: library/plugin-settings.php:655
441
  msgid "Success! Thank you for your submission."
442
  msgstr "موفقیت! با تشکر از شما برای ارسال شما."
443
 
444
- #: library/plugin-settings.php:681
445
  msgid "Email"
446
  msgstr "پست الکترونیک"
447
 
448
- #: library/plugin-settings.php:682
449
  msgid "URL"
450
  msgstr "نشانی اینترنتی"
451
 
452
- #: library/plugin-settings.php:721
453
- msgid "Sorry, you are not allowed to modify settings."
454
- msgstr "با عرض پوزش، شما مجاز به تغییر تنظیمات نیستید."
455
-
456
- #: library/plugin-settings.php:930
457
  msgid "Toggle all panels"
458
  msgstr "همه پانلها را تغییر دهید"
459
 
460
- #: library/plugin-settings.php:939
461
  msgid "We need your support!"
462
  msgstr "ما به حمایت شما نیاز داریم!"
463
 
464
- #: library/plugin-settings.php:943
465
  msgid "Make a donation via PayPal"
466
  msgstr "کمک مالی از طریق PayPal"
467
 
468
- #: library/plugin-settings.php:943
469
  msgid "make a donation"
470
  msgstr "کمک مالی کنید"
471
 
472
- #: library/plugin-settings.php:943
473
  msgid "and/or"
474
  msgstr "و / یا"
475
 
476
- #: library/plugin-settings.php:944
477
  msgid "Rate and review at the Plugin Directory"
478
  msgstr "نرخ و بررسی در دایرکتوری پلاگین"
479
 
480
- #: library/plugin-settings.php:945
481
  msgid "give this plugin a 5-star rating"
482
  msgstr "این افزونه را به رتبه 5 ستاره بدهید"
483
 
484
- #: library/plugin-settings.php:949
485
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
486
  msgstr "پشتیبانی سخاوتمندانه شما این امکان را برای توسعه مستمر این افزونه رایگان فراهم می کند. متشکرم!"
487
 
488
- #: library/plugin-settings.php:954
489
  msgid "Check this box if you have shown support"
490
  msgstr "اگر این پشتیبانی را نشان داده اید، این کادر را علامت بزنید"
491
 
492
- #: library/plugin-settings.php:963
493
  msgid "Overview"
494
  msgstr "بررسی اجمالی"
495
 
496
- #: library/plugin-settings.php:967
497
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
498
  msgstr "بازدیدکنندگان شما را قادر می سازد تا پست ها را ارسال و تصاویر را از جلوی سایت خود آپلود کنند."
499
 
500
- #: library/plugin-settings.php:968
501
  msgid "For advanced functionality and unlimited forms, check out"
502
  msgstr "برای قابلیت های پیشرفته و فرم های نامحدود، بررسی کنید"
503
 
504
- #: library/plugin-settings.php:968 library/plugin-settings.php:1335
505
  msgid "USP Pro"
506
  msgstr "USP Pro"
507
 
508
- #: library/plugin-settings.php:969
509
  msgid "— the ultimate solution for user-generated content."
510
  msgstr "& mdash؛ راه حل نهایی برای محتوای تولید شده توسط کاربر."
511
 
512
- #: library/plugin-settings.php:973 library/plugin-settings.php:990
513
  msgid "Plugin Settings"
514
  msgstr "تنظیمات پلاگین"
515
 
516
- #: library/plugin-settings.php:974
517
  msgid "Display the form"
518
  msgstr "فرم را نمایش دهید"
519
 
520
- #: library/plugin-settings.php:975 library/plugin-settings.php:1482
521
  msgid "Plugin Homepage"
522
  msgstr "صفحه اصلی پلاگین"
523
 
524
- #: library/plugin-settings.php:978
525
  msgid "If you like this plugin, please"
526
  msgstr "اگر این افزونه را دوست دارید لطفا"
527
 
528
- #: library/plugin-settings.php:979
529
  msgid "THANK YOU for your support!"
530
  msgstr "با تشکر از شما برای حمایت شما!"
531
 
532
- #: library/plugin-settings.php:979
533
  msgid "give it a 5-star rating"
534
  msgstr "آن را به رتبه 5 ستاره بدهید"
535
 
536
- #: library/plugin-settings.php:983
537
  msgid "Unlimited front-end forms"
538
  msgstr "فرم های نامحدود جلویی"
539
 
540
- #: library/plugin-settings.php:983
541
  msgid "Get USP Pro"
542
  msgstr "دریافت USP Pro"
543
 
544
- #: library/plugin-settings.php:993
545
  msgid "Configure your settings for User Submitted Posts."
546
  msgstr "تنظیمات خود را برای ارسال پست های کاربر پیکربندی کنید."
547
 
548
- #: library/plugin-settings.php:995
549
  msgid "Form Fields"
550
  msgstr "زمینه های فرم"
551
 
552
- #: library/plugin-settings.php:1001
553
  msgid "User Name"
554
  msgstr "نام کاربری"
555
 
556
- #: library/plugin-settings.php:1002
557
  msgid "User Email"
558
  msgstr "ایمیل کاربر"
559
 
560
- #: library/plugin-settings.php:1003
561
  msgid "User URL"
562
  msgstr "نشانی اینترنتی کاربر"
563
 
564
- #: library/plugin-settings.php:1018
565
  msgid "General Settings"
566
  msgstr "تنظیمات عمومی"
567
 
568
- #: library/plugin-settings.php:1023
 
 
 
 
569
  msgid "Form Style"
570
  msgstr "شکل سبک"
571
 
572
- #: library/plugin-settings.php:1028
573
  msgid "With this option, you can copy the plugin’s default templates:"
574
  msgstr "با استفاده از این گزینه می توانید قالب های پیش فرض افزونه را کپی کنید:"
575
 
576
- #: library/plugin-settings.php:1033
577
  msgid "..and upload them into a directory named"
578
  msgstr ".. و آپلود آنها را به یک دایرکتوری به نام"
579
 
580
- #: library/plugin-settings.php:1033
581
  msgid "in your theme:"
582
  msgstr "در موضوع شما:"
583
 
584
- #: library/plugin-settings.php:1039
585
  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"
586
  msgstr "این کار شما را قادر میسازد فرم و سبکها را به صورت دلخواه سفارشی کنید. برای اطلاعات بیشتر، از بخش «فرم ارسال سفارشی» در قسمت"
587
 
588
- #: library/plugin-settings.php:1040
589
  msgid "Installation Docs"
590
  msgstr "اسناد نصب"
591
 
592
- #: library/plugin-settings.php:1041
593
  msgid "FYI: here is a"
594
  msgstr "FYI: در اینجا یک است"
595
 
596
- #: library/plugin-settings.php:1041
597
  msgid "list of USP CSS selectors"
598
  msgstr "فهرست انتخاب USP CSS"
599
 
600
- #: library/plugin-settings.php:1047
601
  msgid "Include JavaScript"
602
  msgstr "شامل جاوا اسکریپت"
603
 
604
- #: library/plugin-settings.php:1049
605
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
606
  msgstr "اگر می خواهید فایلهای جاوااسکریو خارجی (توصیه شده) را وارد کنید، این کادر را علامت بزنید."
607
 
608
- #: library/plugin-settings.php:1052
609
  msgid "Targeted Loading"
610
  msgstr "بارگذاری هدفمند"
611
 
612
- #: library/plugin-settings.php:1054
613
  msgid "By default, external CSS & 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."
614
  msgstr "به طور پیش فرض، CSS خارجی & amp؛ فایل های جاوا اسکریپت در هر صفحه بارگذاری می شوند. در اینجا شما می توانید آدرس فرم فرم USP را برای بارگیری منابع تنها در آن صفحه مشخص کنید. توجه: برای بارگذاری در تمام صفحات، خالی بگذارید."
615
 
616
- #: library/plugin-settings.php:1057
617
  msgid "Post Type"
618
  msgstr "نوع پست"
619
 
620
- #: library/plugin-settings.php:1060
621
  msgid "Submit posts as WP Posts or Pages"
622
  msgstr "ارسال پست به عنوان پست WP یا صفحات"
623
 
624
- #: library/plugin-settings.php:1064
625
  msgid "Post Status"
626
  msgstr "وضعیت پست"
627
 
628
- #: library/plugin-settings.php:1067
629
  msgid "Post Status for submitted posts"
630
  msgstr "وضعیت پست برای پست های ارسال شده"
631
 
632
- #: library/plugin-settings.php:1071
633
  msgid "Redirect URL"
634
  msgstr "تغییر آدرس URL"
635
 
636
- #: library/plugin-settings.php:1073
637
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
638
  msgstr "یک URL را برای هدایت کاربر پس از ارسال پس از ارسال تعیین کنید. برای برگشت به صفحه فعلی خالی بگذارید"
639
 
640
- #: library/plugin-settings.php:1076
641
  msgid "Success Message"
642
  msgstr "پیام موفقیت"
643
 
644
- #: library/plugin-settings.php:1078
645
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
646
  msgstr "پیغام موفقیت آمیز که در صورت ارسال پس از ارسال موفقیت آمیز نمایش داده می شود. نشانه گذاری عمومی مجاز است"
647
 
648
- #: library/plugin-settings.php:1081
649
  msgid "Error Message"
650
  msgstr "پیغام خطا"
651
 
652
- #: library/plugin-settings.php:1083
653
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
654
  msgstr "پیام خطای عمومی که در صورت عدم ارسال پس از ارسال نمایش داده می شود. نشانه گذاری عمومی مجاز است"
655
 
656
- #: library/plugin-settings.php:1086
657
  msgid "Custom Content"
658
- msgstr "محتوای سفارشی"
659
 
660
- #: library/plugin-settings.php:1088
661
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
662
  msgstr "متن سفارشی / نشانه گذاری قبل از فرم ارسال باید وارد شود. برای غیرفعال، خالی بگذارید"
663
 
664
- #: library/plugin-settings.php:1091
665
  msgid "Rich Text Editor"
666
- msgstr "ویرایشگر متن غنی"
667
 
668
- #: library/plugin-settings.php:1093
669
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
670
  msgstr "اگر می خواهید WP Edit Rich Text را برای پست های ارسال شده فعال کنید، این کادر را علامت بزنید."
671
 
672
- #: library/plugin-settings.php:1096
673
  msgid "Unique Titles"
674
  msgstr "عنوان های منحصر به فرد"
675
 
676
- #: library/plugin-settings.php:1098
677
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
678
  msgstr "نیازمند ارسال پست های ارسال شده به منحصر به فرد (مفید برای جلوگیری از پست های ارسال چند / تکراری)."
679
 
680
- #: library/plugin-settings.php:1101
681
  msgid "Disable Required"
682
  msgstr "غیر فعال کردن مورد نیاز"
683
 
684
- #: library/plugin-settings.php:1103
685
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
686
- msgstr "غیر فعال کردن تمام ویژگی های مورد نیاز در زمینه های قالب پیش فرض (مفید برای پیام های خطا و عیب یابی)."
687
 
688
- #: library/plugin-settings.php:1106
689
  msgid "Disable IP Tracking"
690
  msgstr "غیرفعال کردن پیگیری IP"
691
 
692
- #: library/plugin-settings.php:1108
693
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
694
  msgstr "به طور پیش فرض USP آدرس IP را با هر پست ارسالی ثبت می کند. برای غیرفعال کردن تمام ردیابی IP، این کادر را علامت بزنید."
695
 
696
- #: library/plugin-settings.php:1111
697
  msgid "Enable Shortcodes"
698
  msgstr "فعال کردن کد کوتاه"
699
 
700
- #: library/plugin-settings.php:1113
701
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
702
  msgstr "فعال کردن کد کوتاه در ویدجت به طور پیش فرض، وردپرس کد کوتاه را در ویدجت ها فعال نمی کند."
703
 
704
- #: library/plugin-settings.php:1114
705
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
706
  msgstr "این تنظیم هر / کد کوتاه در ویدجت (حتی کد کوتاه از پلاگین های دیگر) را فعال می کند."
707
 
708
- #: library/plugin-settings.php:1119 library/plugin-settings.php:1124
709
  msgid "Categories"
710
  msgstr "دسته بندی ها"
711
 
712
- #: library/plugin-settings.php:1127
713
  msgid "Select which categories may be assigned to submitted posts (click to toggle)"
714
  msgstr "انتخاب کنید که کدام دسته ممکن است به پست های ارسال شده اختصاص داده شود (کلیک کنید تا ضامن)"
715
 
716
- #: library/plugin-settings.php:1135
717
  msgid "Hidden/Default Category"
718
  msgstr "پنهان / پیش فرض رده"
719
 
720
- #: library/plugin-settings.php:1137
721
  msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
722
  msgstr "از یک فیلد مخفی برای رده پست استفاده کنید. این می تواند برای تعیین یک دسته پیش فرض هنگام استفاده از فیلد رده غیر فعال شود."
723
 
724
- #: library/plugin-settings.php:1140
725
  msgid "Category ID for Hidden Field"
726
  msgstr "شناسه رده برای فیلد پنهان"
727
 
728
- #: library/plugin-settings.php:1142
729
  msgid "Specify the ID of the category to use for the “Hidden/Default Category” option."
730
  msgstr "مشخص کردن شناسه رده برای استفاده از & ldquo؛ پنهان / پیش فرض مجموعه & rdquo؛ گزینه."
731
 
732
- #: library/plugin-settings.php:1147
733
  msgid "Users"
734
  msgstr "کاربران"
735
 
736
- #: library/plugin-settings.php:1152
737
  msgid "Assigned Author"
738
  msgstr "اختصاصی نویسنده"
739
 
740
- #: library/plugin-settings.php:1155
741
  msgid "Specify the user that should be assigned as author for submitted posts."
742
  msgstr "تعیین کاربر که باید به عنوان نویسنده برای ارسال ارسال شده اختصاص داده شود."
743
 
744
- #: library/plugin-settings.php:1159
745
  msgid "Registered Username"
746
  msgstr "ثبت نام نام کاربری"
747
 
748
- #: library/plugin-settings.php:1161
749
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
750
  msgstr "از نام کاربری ثبت نام شده به عنوان پست نویسنده استفاده کنید. معتبر است زمانی که فردی که فرم را وارد کرده است به وردپرس وارد شده است."
751
 
752
- #: library/plugin-settings.php:1164
753
  msgid "User Profile URL"
754
  msgstr "URL نمایه کاربر"
755
 
756
- #: library/plugin-settings.php:1166
757
  msgid "Use registered user’s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
758
  msgstr "استفاده از URL کاربر ثبت نام کاربر را به عنوان مقدار فیلد URL استفاده کنید. معتبر است زمانی که فردی که فرم را وارد کرده است به وردپرس وارد شده است."
759
 
760
- #: library/plugin-settings.php:1169
761
  msgid "Require User Login"
762
  msgstr "نیازمند ورود به سیستم"
763
 
764
- #: library/plugin-settings.php:1171
765
  msgid "Require users to be logged in to WordPress to view/submit the form"
766
  msgstr "نیازمند ورود کاربران به وردپرس برای مشاهده / ارسال فرم است"
767
 
768
- #: library/plugin-settings.php:1177
 
 
 
 
 
 
 
 
769
  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."
770
  msgstr "در اینجا شما می توانید نام و برچسب مورد استفاده در فیلد سفارشی را تغییر دهید. شما می توانید این فیلد را از طریق تنظیمات فرم های فرم، در بالا فعال کنید."
771
 
772
- #: library/plugin-settings.php:1182
773
  msgid "Custom Field Name"
774
  msgstr "نام فیلد سفارشی"
775
 
776
- #: library/plugin-settings.php:1184
777
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
778
  msgstr "فقط از الفبایی، علامت اختصاری و خط تیره استفاده کنید. اگر مطمئن نیستید، از نام پیش فرض استفاده کنید:"
779
 
780
- #: library/plugin-settings.php:1187
781
  msgid "Custom Field Label"
782
  msgstr "برچسب سفارشی فیلد"
783
 
784
- #: library/plugin-settings.php:1189
785
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
786
  msgstr "این به عنوان برچسب فیلد در فرم نمایش داده می شود. پیش فرض: فیلد سفارشی"
787
 
788
- #: library/plugin-settings.php:1201
789
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
790
  msgstr "برای جلوگیری از هرزنامه، سؤالی را مطرح کنید که کاربران قبل از ارسال فرم باید پاسخ دهند."
791
 
792
- #: library/plugin-settings.php:1204
793
  msgid "Challenge Response"
794
  msgstr "پاسخ چالش"
795
 
796
- #: library/plugin-settings.php:1206
797
  msgid "Enter the *only* correct answer to the challenge question."
798
  msgstr "پاسخ صحیح را به سوال چالش وارد کنید."
799
 
800
- #: library/plugin-settings.php:1209
801
  msgid "Case-sensitivity"
802
  msgstr "حساسیت مورد"
803
 
804
- #: library/plugin-settings.php:1211
805
  msgid "Check this box if you want the challenge response to be case-sensitive."
806
  msgstr "اگر میخواهید پاسخ چالشی حساس به حروف باشد، این کادر را علامت بزنید."
807
 
808
- #: library/plugin-settings.php:1217
809
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
810
  msgstr "برای فعال کردن Google reCAPTCHA، کلیدهای عمومی و خصوصی خود را وارد کنید."
811
 
812
- #: library/plugin-settings.php:1222
813
  msgid "Public Key"
814
  msgstr "کلید عمومی"
815
 
816
- #: library/plugin-settings.php:1224
817
  msgid "Enter your Public Key"
818
  msgstr "کلید عمومی خود را وارد کنید"
819
 
820
- #: library/plugin-settings.php:1227
821
  msgid "Private Key"
822
  msgstr "کلید خصوصی"
823
 
824
- #: library/plugin-settings.php:1229
825
  msgid "Enter your Private Key"
826
  msgstr "کلید خصوصی خود را وارد کنید"
827
 
828
- #: library/plugin-settings.php:1234
829
  msgid "Email Alerts"
830
  msgstr "هشدارهای ایمیل"
831
 
832
- #: library/plugin-settings.php:1239
833
  msgid "Receive Email Alert"
834
  msgstr "دریافت هشدار ایمیل"
835
 
836
- #: library/plugin-settings.php:1241
837
  msgid "Check this box if you want to be notified via email for new post submissions."
838
  msgstr "اگر می خواهید از طریق ایمیل برای تحویل پست های جدید مطلع شوید، این کادر را علامت بزنید."
839
 
840
- #: library/plugin-settings.php:1244
841
  msgid "Enable HTML Format"
842
  msgstr "فعال کردن قالب HTML"
843
 
844
- #: library/plugin-settings.php:1246
845
  msgid "Check this box to enable HTML format for email alerts."
846
  msgstr "این کادر را فعال کنید تا قالب HTML برای هشدارهای ایمیل فعال شود."
847
 
848
- #: library/plugin-settings.php:1249
849
  msgid "Email Address for Alerts"
850
  msgstr "آدرس ایمیل برای هشدارها"
851
 
852
- #: library/plugin-settings.php:1251
853
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
854
  msgstr "اگر جعبه را برای دریافت هشدارهای ایمیل چک کرده اید، در اینجا آدرس (های) که به آن ایمیل ها باید ارسال شود را مشخص کنید."
855
 
856
- #: library/plugin-settings.php:1252
857
  msgid "Multiple recipients may be included using a comma, like so:"
858
  msgstr "گیرنده های چندگانه ممکن است با استفاده از کاما از جمله شامل موارد زیر باشند:"
859
 
860
- #: library/plugin-settings.php:1255
861
  msgid "Email “From” Address"
862
  msgstr "ایمیل از & rdquo؛ نشانی"
863
 
864
- #: library/plugin-settings.php:1257
865
  msgid "Here you may customize the address(es) used for the “From” header (see plugin FAQs for info). "
866
  msgstr "در اینجا شما می توانید آدرس (ها) مورد استفاده برای & ldquo؛ از & rdquo؛ هدر (به سؤالات متداول مربوط به پلاگین برای اطلاعات مراجعه کنید)"
867
 
868
- #: library/plugin-settings.php:1258
869
  msgid "If multiple addresses are specified in the previous setting, include an equal number of “From” addresses for this setting (in the same order)."
870
  msgstr "اگر چندین آدرس در تنظیم قبلی مشخص شده باشد، شامل یک عدد برابر از & ldquo؛ از & rdquo؛ آدرس برای این تنظیم (به همان ترتیب)."
871
 
872
- #: library/plugin-settings.php:1261
873
  msgid "Email Alert Subject"
874
  msgstr "موضوع هشدار ایمیل"
875
 
876
- #: library/plugin-settings.php:1263
877
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
878
  msgstr "خط موضوع برای هشدارهای ایمیل برای استفاده از خط موضوع پیش فرض خالی بگذارید. توجه: شما می توانید از متغیرهای زیر استفاده کنید:"
879
 
880
- #: library/plugin-settings.php:1268
881
  msgid "Email Alert Message"
882
  msgstr "پیام هشدار ایمیل"
883
 
884
- #: library/plugin-settings.php:1270
885
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
886
  msgstr "پیام هشدار ایمیل برای استفاده از پیام پیش فرض خالی بگذارید توجه: شما می توانید از متغیرهای زیر استفاده کنید:"
887
 
888
- #: library/plugin-settings.php:1282
889
  msgid "Featured Image"
890
  msgstr "تصویر ویژه"
891
 
892
- #: library/plugin-settings.php:1284
893
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
894
  msgstr "تصاویر ارسال شده را به عنوان تصاویر ویژه تنظیم کنید. نیاز به پشتیبانی تم برای تصاویر برجسته (همچنین به عنوان پست ریز عکسها)."
895
 
896
- #: library/plugin-settings.php:1287
897
  msgid "Upload Message"
898
  msgstr "پیام آپلود"
899
 
900
- #: library/plugin-settings.php:1289
901
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
902
  msgstr "پیامی که در کنار فیلد آپلود ظاهر می شود. برای بیان دستورالعملهای آپلود / سیاست / و غیره مفید است نشانه گذاری عمومی مجاز است"
903
 
904
- #: library/plugin-settings.php:1292
905
  msgid "“Add another image” link"
906
  msgstr "& ldquo؛ یک تصویر دیگر اضافه کنید & rdquo؛ ارتباط دادن"
907
 
908
- #: library/plugin-settings.php:1294
909
  msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
910
  msgstr "نشانه گذاری سفارشی برای & ldquo؛ افزودن تصویر دیگر & rdquo؛ ارتباط دادن. برای استفاده از نشانگر پیش فرض (توصیه شده)، خالی بگذارید."
911
 
912
- #: library/plugin-settings.php:1297
913
  msgid "Minimum number of images"
914
  msgstr "حداقل تعداد تصاویر"
915
 
916
- #: library/plugin-settings.php:1300
917
  msgid "Specify the minimum number of images."
918
  msgstr "حداقل تعداد تصاویر را مشخص کنید."
919
 
920
- #: library/plugin-settings.php:1304
921
  msgid "Maximum number of images"
922
  msgstr "حداکثر تعداد تصاویر"
923
 
924
- #: library/plugin-settings.php:1307
925
  msgid "Specify the maximum number of images."
926
  msgstr "حداکثر تعداد تصاویر را مشخص کنید."
927
 
928
- #: library/plugin-settings.php:1311
929
  msgid "Minimum image width"
930
  msgstr "حداقل عرض تصویر"
931
 
932
- #: library/plugin-settings.php:1313
933
  msgid "Specify a minimum width (in pixels) for uploaded images."
934
  msgstr "حداقل عرض (در پیکسل) را برای تصاویر آپلود مشخص کنید."
935
 
936
- #: library/plugin-settings.php:1316
937
  msgid "Minimum image height"
938
  msgstr "حداقل ارتفاع تصویر"
939
 
940
- #: library/plugin-settings.php:1318
941
  msgid "Specify a minimum height (in pixels) for uploaded images."
942
  msgstr "حداقل ارتفاع (در پیکسل ها) را برای تصاویر آپلود مشخص کنید."
943
 
944
- #: library/plugin-settings.php:1321
945
  msgid "Maximum image width"
946
  msgstr "حداکثر عرض تصویر"
947
 
948
- #: library/plugin-settings.php:1323
949
  msgid "Specify a maximum width (in pixels) for uploaded images."
950
  msgstr "حداکثر عرض (در پیکسل) را برای تصاویر آپلود مشخص کنید."
951
 
952
- #: library/plugin-settings.php:1326
953
  msgid "Maximum image height"
954
  msgstr "حداکثر ارتفاع تصویر"
955
 
956
- #: library/plugin-settings.php:1328
957
  msgid "Specify a maximum height (in pixels) for uploaded images."
958
  msgstr "حداکثر ارتفاع (در پیکسل) را برای تصاویر آپلود مشخص کنید."
959
 
960
- #: library/plugin-settings.php:1331
961
  msgid "More Options"
962
  msgstr "گزینه های بیشتر"
963
 
964
- #: library/plugin-settings.php:1334
965
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
966
  msgstr "برای گزینه های بیشتر، مانند قابلیت آپلود انواع فایل های دیگر (مانند PDF، ورد، Zip، فیلم، و غیره)، بررسی کنید"
967
 
968
- #: library/plugin-settings.php:1335
969
  msgid "Go Pro!"
970
  msgstr "برو طرفدار"
971
 
972
- #: library/plugin-settings.php:1342
973
  msgid "Auto-Display Content"
974
  msgstr "محتوای نمایش خودکار"
975
 
976
- #: library/plugin-settings.php:1347
977
  msgid "Images Auto-Display"
978
  msgstr "تصاویر خودکار نمایش"
979
 
980
- #: library/plugin-settings.php:1349
981
  msgid "Auto-display user-submitted images:"
982
  msgstr "تصاویر ارسال شده به کاربر خودکار نمایش داده می شود:"
983
 
984
- #: library/plugin-settings.php:1354
985
  msgid "Image Markup"
986
  msgstr "نشانه گذاری تصویر"
987
 
988
- #: library/plugin-settings.php:1356
989
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
990
  msgstr "علامت گذاری برای استفاده برای هر تصویر ارسال شده (هنگامی که صفحه نمایش خودکار فعال است). می توانید استفاده کنید"
991
 
992
- #: library/plugin-settings.php:1358 library/plugin-settings.php:1371
993
- #: library/plugin-settings.php:1384 library/plugin-settings.php:1397
994
  msgid "and"
995
  msgstr "و"
996
 
997
- #: library/plugin-settings.php:1361
998
  msgid "Email Auto-Display"
999
  msgstr "خودکار نمایش خودکار"
1000
 
1001
- #: library/plugin-settings.php:1363
1002
  msgid "Auto-display user-submitted email:"
1003
  msgstr "نمایش خودکار نمایش داده شده توسط کاربر:"
1004
 
1005
- #: library/plugin-settings.php:1368
1006
  msgid "Email Markup"
1007
  msgstr "نشانه گذاری ایمیل"
1008
 
1009
- #: library/plugin-settings.php:1370
1010
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1011
  msgstr "نشانه گذاری برای استفاده از آدرس ایمیل ارسال شده (هنگامی که صفحه نمایش خودکار فعال می شود). می توانید استفاده کنید"
1012
 
1013
- #: library/plugin-settings.php:1374
1014
  msgid "URL Auto-Display"
1015
  msgstr "نشانی اینترنتی نمایش خودکار"
1016
 
1017
- #: library/plugin-settings.php:1376
1018
  msgid "Auto-display user-submitted URL:"
1019
  msgstr "URL نمایش داده شده توسط کاربر به صورت اتوماتیک نمایش داده می شود:"
1020
 
1021
- #: library/plugin-settings.php:1381
1022
  msgid "URL Markup"
1023
  msgstr "نشانه گذاری URL"
1024
 
1025
- #: library/plugin-settings.php:1383
1026
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1027
  msgstr "علامت گذاری برای استفاده برای URL ارائه شده (زمانی که صفحه نمایش خودکار فعال است). می توانید استفاده کنید"
1028
 
1029
- #: library/plugin-settings.php:1387
1030
  msgid "Custom Field Auto-Display"
1031
  msgstr "خودکار نمایش خودکار سفارشی"
1032
 
1033
- #: library/plugin-settings.php:1389
1034
  msgid "Auto-display user-submitted Custom Field:"
1035
  msgstr "کاربر سفارشی فیلد خودکار نمایش:"
1036
 
1037
- #: library/plugin-settings.php:1394
1038
  msgid "Custom Field Markup"
1039
  msgstr "نشانه سفارشی فیلد"
1040
 
1041
- #: library/plugin-settings.php:1396
1042
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1043
- msgstr "نشانه گذاری برای استفاده از فیلد سفارشی ارائه شده (زمانی که صفحه نمایش خودکار فعال است). می توانید استفاده کنید"
1044
 
1045
- #: library/plugin-settings.php:1402 library/plugin-settings.php:1468
1046
  msgid "Save Settings"
1047
  msgstr "تنظیمات را ذخیره کن"
1048
 
1049
- #: library/plugin-settings.php:1407
1050
  msgid "Display the Form"
1051
  msgstr "نمایش فرم"
1052
 
1053
- #: library/plugin-settings.php:1410
1054
  msgid "Post-Submit Form"
1055
  msgstr "فرم ارسال پس از ارسال"
1056
 
1057
- #: library/plugin-settings.php:1411
1058
  msgid "USP enables you to display a post-submission form anywhere on your site."
1059
  msgstr "USP به شما امکان می دهد یک فرم ارسال پست پس از ارسال در هر نقطه از سایت خود را نمایش دهد."
1060
 
1061
- #: library/plugin-settings.php:1412 library/plugin-settings.php:1419
1062
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1063
  msgstr "از کد کوتاه برای نمایش فرم در هر پست WP یا صفحه استفاده کنید."
1064
 
1065
- #: library/plugin-settings.php:1414 library/plugin-settings.php:1421
1066
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1067
  msgstr "یا از تگ قالب برای نمایش فرم در هر کجای قالب قالب خود استفاده کنید."
1068
 
1069
- #: library/plugin-settings.php:1417
1070
  msgid "Login/Register Form"
1071
  msgstr "ورود / فرم ثبت نام"
1072
 
1073
- #: library/plugin-settings.php:1418
1074
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1075
  msgstr "شما همچنین می توانید یک فرم را نمایش دهید که کاربران را قادر می سازد که وارد سیستم شوید، ثبت نام کرده یا رمز عبور خود را بازنشانی کنید."
1076
 
1077
- #: library/plugin-settings.php:1424
1078
  msgid "Display Submitted Posts"
1079
  msgstr "نمایش پست های ارسال شده"
1080
 
1081
- #: library/plugin-settings.php:1425
1082
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1083
  msgstr "از این کوتاه برای نمایش یک لیست از پست های ارسال شده در هر پست WP یا صفحه استفاده کنید."
1084
 
1085
- #: library/plugin-settings.php:1427
1086
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1087
  msgstr "یا از تگ قالب برای نمایش لیستی از پستهای ارسال شده در هر کجای قالب قالب خود استفاده کنید."
1088
 
1089
- #: library/plugin-settings.php:1429
1090
  msgid "Here are some examples showing how to configure this shortcode:"
1091
  msgstr "در اینجا چند مثال برای نشان دادن نحوه پیکربندی این کد کوتاه وجود دارد:"
1092
 
1093
- #: library/plugin-settings.php:1436
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1094
  msgid "Access Control"
1095
  msgstr "کنترل دسترسی"
1096
 
1097
- #: library/plugin-settings.php:1437
1098
  msgid "USP provides three shortcodes to control access and restrict content."
1099
  msgstr "USP سه کد کوتاه برای کنترل دسترسی و محدود کردن محتوا فراهم می کند."
1100
 
1101
- #: library/plugin-settings.php:1438
1102
  msgid "Display content only to users with a specific capability:"
1103
  msgstr "محتوای نمایش فقط برای کاربران با یک قابلیت خاص:"
1104
 
1105
- #: library/plugin-settings.php:1440
1106
  msgid "Display content to logged-in users:"
1107
  msgstr "محتوای محتوا را برای کاربران وارد شده:"
1108
 
1109
- #: library/plugin-settings.php:1442
1110
  msgid "Display content to visitors only:"
1111
  msgstr "نمایش محتوا فقط به بازدیدکنندگان:"
1112
 
1113
- #: library/plugin-settings.php:1444
1114
  msgid "Tip:"
1115
  msgstr "نکته:"
1116
 
1117
- #: library/plugin-settings.php:1444
1118
  msgid "to include markup in the deny message, you can use"
1119
  msgstr "برای استفاده از نشانه گذاری در پیام انکار، شما می توانید استفاده کنید"
1120
 
1121
- #: library/plugin-settings.php:1444
1122
  msgid "to output"
1123
  msgstr "به خروجی"
1124
 
1125
- #: library/plugin-settings.php:1446
1126
  msgid "Example"
1127
  msgstr "مثال"
1128
 
1129
- #: library/plugin-settings.php:1447
1130
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1131
  msgstr "اگر کاربر وارد سیستم شوید، فرم ارسال پس از آن را نمایش دهید. یا اگر کاربر وارد سیستم نشده باشد، فرم ورود را نمایش می دهد:"
1132
 
1133
- #: library/plugin-settings.php:1459
1134
  msgid "Restore Defaults"
1135
  msgstr "بازگرداندن پیش فرض ها"
1136
 
1137
- #: library/plugin-settings.php:1462
1138
  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."
1139
  msgstr "این گزینه را غیرفعال کنید تا تنظیمات خود را به خاطر بسپارید. یا برای رفتن به جلو و بازگرداندن گزینه های پلاگین به طور پیش فرض: جعبه را چک کنید، تنظیمات خود را ذخیره کنید، و سپس غیر فعال کردن / دوباره فعال کردن افزونه."
1140
 
1141
- #: library/plugin-settings.php:1466
1142
  msgid "Restore default options upon plugin deactivation/reactivation."
1143
  msgstr "بازگرداندن گزینه های پیش فرض در هنگام غیرفعال کردن / فعال شدن پلاگین."
1144
 
1145
- #: library/plugin-settings.php:1473
1146
  msgid "Show Support"
1147
  msgstr "نمایش پشتیبانی"
1148
 
1149
- #: library/plugin-settings.php:1482
1150
  msgid "by"
1151
  msgstr "توسط"
1152
 
1153
- #: library/plugin-settings.php:1483
1154
  msgid "Jeff Starr on Twitter"
1155
  msgstr "جف استارر در توییتر"
1156
 
1157
- #: library/plugin-settings.php:1484
1158
  msgid "Obsessive Web Design & Development"
1159
  msgstr "وسواس وب طراحی و & amp؛ توسعه"
1160
 
1161
- #: library/plugin-settings.php:1495
1162
  msgid "Save Preference"
1163
  msgstr "ذخیره اولویت"
1164
 
1165
- #: library/plugin-settings.php:1502
1166
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1167
  msgstr "آیا مطمئن هستید که می خواهید تمام گزینه های پیش فرض را بازیابی کنید؟ (این عمل قابل لغو نیست)"
1168
 
1169
- #: library/template-tags.php:214
1170
- msgid "View full post"
1171
- msgstr "مشاهده کامل پست"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1172
 
1173
  #. Description of the plugin
1174
  #:
4
  "Content-Type: text/plain; charset=UTF-8\n"
5
  "Content-Transfer-Encoding: 8bit\n"
6
  "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20180316\n"
8
  "Language: fa\n"
9
 
10
  #. Name of the plugin
11
+ #: user-submitted-posts.php:44 library/support-panel.php:5
12
  msgid "User Submitted Posts"
13
  msgstr "ارسال شده توسط کاربر"
14
 
15
+ #: user-submitted-posts.php:81
16
  msgid "requires WordPress "
17
  msgstr "نیاز به وردپرس دارد"
18
 
19
+ #: user-submitted-posts.php:82
20
  msgid " or higher, and has been deactivated! "
21
  msgstr " یا بالاتر، و غیر فعال شده است!"
22
 
23
+ #: user-submitted-posts.php:83
24
  msgid "Please return to the"
25
  msgstr "لطفا به"
26
 
27
+ #: user-submitted-posts.php:84
28
  msgid "WordPress Admin Area"
29
  msgstr "منطقه اداری وردپرس"
30
 
31
+ #: user-submitted-posts.php:85
32
  msgid "to upgrade WordPress and try again."
33
  msgstr "برای ارتقا وردپرس و دوباره امتحان کنید"
34
 
35
+ #: user-submitted-posts.php:125
36
  msgid "User Submitted Post"
37
  msgstr "کاربر ارسال پست"
38
 
39
+ #: user-submitted-posts.php:419
40
  msgid "User Submitted Post Info"
41
  msgstr "کاربر ارسال اطلاعات پست"
42
 
43
+ #: user-submitted-posts.php:449
44
  msgid "Submitter Name: "
45
  msgstr "نام فرستنده:"
46
 
47
+ #: user-submitted-posts.php:450
48
  msgid "Submitter Email: "
49
  msgstr "ارسال کننده ارسال کننده:"
50
 
51
+ #: user-submitted-posts.php:451
52
  msgid "Submitter URL: "
53
  msgstr "URL ارسال کننده:"
54
 
55
+ #: user-submitted-posts.php:452
56
  msgid "Submitter IP: "
57
  msgstr "فرستنده IP:"
58
 
59
+ #: user-submitted-posts.php:503
60
  msgid "Show USP Posts"
61
  msgstr "نمایش پست های USP"
62
 
63
+ #: user-submitted-posts.php:504 library/plugin-settings.php:979
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
+ #: user-submitted-posts.php:1272
68
  msgid " files required"
69
  msgstr " فایل مورد نیاز"
70
 
71
+ #: user-submitted-posts.php:1273
72
  msgid " file required"
73
  msgstr " فایل مورد نیاز"
74
 
75
+ #: user-submitted-posts.php:1275
76
  msgid " files"
77
  msgstr " فایل ها"
78
 
79
+ #: user-submitted-posts.php:1276
80
  msgid " file"
81
+ msgstr " فایل"
82
 
83
+ #: user-submitted-posts.php:1278 user-submitted-posts.php:1279
84
+ #: user-submitted-posts.php:1280 user-submitted-posts.php:1281
85
  msgid " pixels"
86
  msgstr " پیکسل"
87
 
88
+ #: user-submitted-posts.php:1283 library/core-functions.php:215
89
+ #: library/plugin-settings.php:284 library/plugin-settings.php:303
90
+ #: library/plugin-settings.php:701 library/plugin-settings.php:1195
91
  msgid "Custom Field"
92
  msgstr "فیلد سفارشی"
93
 
94
+ #: user-submitted-posts.php:1286
95
  msgid "An error occurred. Please go back and try again."
96
  msgstr "یک خطا رخ داده است لطفا برگردید و دوباره امتحان کنید."
97
 
98
+ #: user-submitted-posts.php:1296
99
  msgid "User login required"
100
  msgstr "ورود به سیستم مورد نیاز"
101
 
102
+ #: user-submitted-posts.php:1297
103
  msgid "User name required"
104
+ msgstr "نام کاربری (ضروری"
105
 
106
+ #: user-submitted-posts.php:1298
107
  msgid "Post title required"
108
  msgstr "عنوان پست مورد نیاز"
109
 
110
+ #: user-submitted-posts.php:1299
111
  msgid "User URL required"
112
  msgstr "URL کاربر مورد نیاز است"
113
 
114
+ #: user-submitted-posts.php:1300
115
  msgid "Post tags required"
116
  msgstr "برچسبهای ارسال لازم است"
117
 
118
+ #: user-submitted-posts.php:1301
119
  msgid "Post category required"
120
  msgstr "دسته پست مورد نیاز است"
121
 
122
+ #: user-submitted-posts.php:1302
123
  msgid "Post content required"
124
  msgstr "محتوای پست مورد نیاز"
125
 
126
+ #: user-submitted-posts.php:1303 user-submitted-posts.php:1304
127
  msgid "Correct captcha required"
128
  msgstr "درستی لازم است"
129
 
130
+ #: user-submitted-posts.php:1305
131
  msgid "User email required"
132
  msgstr "ایمیل مورد نیاز"
133
 
134
+ #: user-submitted-posts.php:1306
135
  msgid "Please check your email and try again"
136
  msgstr "لطفا ایمیل خود را بررسی کنید و دوباره امتحان کنید"
137
 
138
+ #: user-submitted-posts.php:1307
139
  msgid "Non-empty value for hidden field"
140
  msgstr "مقدار خالی برای فیلد پنهان"
141
 
142
+ #: user-submitted-posts.php:1308
143
  msgid "Minimum number of images not met"
144
  msgstr "حداقل تعداد تصاویری که دیده نشده اند"
145
 
146
+ #: user-submitted-posts.php:1309
147
  msgid "Maximum number of images exceeded "
148
  msgstr "حداکثر تعداد تصاویر بیش از حد است"
149
 
150
+ #: user-submitted-posts.php:1310
151
  msgid "Minimum image width not met"
152
  msgstr "حداقل عرض تصویر دیده نمی شود"
153
 
154
+ #: user-submitted-posts.php:1311
155
  msgid "Image width exceeds maximum"
156
  msgstr "عرض تصویر بیش از حداکثر"
157
 
158
+ #: user-submitted-posts.php:1312
159
  msgid "Minimum image height not met"
160
  msgstr "حداقل ارتفاع تصویر برآورده نشده است"
161
 
162
+ #: user-submitted-posts.php:1313
163
  msgid "Image height exceeds maximum"
164
  msgstr "ارتفاع تصویر بیش از حداکثر"
165
 
166
+ #: user-submitted-posts.php:1314
167
  msgid "File type not allowed (please upload images only)"
168
  msgstr "نوع فایل مجاز نیست (فقط تصاویر را آپلود کنید)"
169
 
170
+ #: user-submitted-posts.php:1315
171
  msgid " required"
172
  msgstr " ضروری"
173
 
174
+ #: user-submitted-posts.php:1319
175
  msgid "File not uploaded. Please check the file and try again."
176
  msgstr "فایل آپلود نشد لطفا فایل را بررسی کنید و دوباره امتحان کنید"
177
 
178
+ #: user-submitted-posts.php:1323
179
  msgid "The file(s) could not be uploaded"
180
  msgstr "فایل (ها) قابل آپلود نیست"
181
 
182
+ #: user-submitted-posts.php:1325
183
  msgid "Post not created. Please contact the site administrator for help."
184
  msgstr "پست ایجاد نشد لطفا برای کمک با مدیر سایت تماس بگیرید."
185
 
186
+ #: user-submitted-posts.php:1326
187
  msgid "Duplicate post title. Please try again."
188
  msgstr "عنوان پست تکراری لطفا دوباره تلاش کنید."
189
 
190
+ #: user-submitted-posts.php:1336
191
  msgid "Error: "
192
  msgstr "خطا:"
193
 
194
+ #: user-submitted-posts.php:1362
195
  msgid "Return to form"
196
  msgstr "بازگشت به فرم"
197
 
198
+ #: user-submitted-posts.php:1392 library/plugin-settings.php:955
199
  msgid "Please"
200
  msgstr "لطفا"
201
 
202
+ #: user-submitted-posts.php:1393
203
  msgid "log in"
204
  msgstr "ورود"
205
 
206
+ #: user-submitted-posts.php:1394
207
  msgid "to submit content!"
208
  msgstr "برای ارسال محتوا!"
209
 
228
 
229
  #: views/submission-form.php:74 views/submission-form.php:75
230
  #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
+ #: library/plugin-settings.php:1016
232
  msgid "Post Title"
233
  msgstr "عنوان پست"
234
 
235
  #: views/submission-form.php:80 views/submission-form.php:81
236
  #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
+ #: library/plugin-settings.php:1017
238
  msgid "Post Tags"
239
  msgstr "برچسبهای ارسالی"
240
 
243
  msgstr "سوال ضد اسپم"
244
 
245
  #: views/submission-form.php:98 views/submission-form-alt.php:103
246
+ #: library/plugin-settings.php:1018
247
  msgid "Post Category"
248
  msgstr "دسته بندی پست"
249
 
253
 
254
  #: views/submission-form.php:135 views/submission-form.php:136
255
  #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
+ #: library/plugin-settings.php:1019
257
  msgid "Post Content"
258
  msgstr "محتوا ارسال"
259
 
277
  msgid "Submit Post"
278
  msgstr "ارسال پست"
279
 
280
+ #: library/shortcode-misc.php:18
281
+ msgid "Reset form"
282
+ msgstr "فرم بازنشانی"
283
+
284
+ #: library/shortcode-misc.php:128
285
+ msgid "View full post"
286
+ msgstr "مشاهده کامل پست"
287
+
288
  #: library/plugin-settings.php:32
289
  msgid "Get USP Pro for unlimited forms!"
290
  msgstr "دریافت USP نرم افزار برای فرم های نامحدود!"
388
  msgstr "برای پیکربندی گزینه ها)"
389
 
390
  #: library/plugin-settings.php:318 library/plugin-settings.php:335
391
+ #: library/plugin-settings.php:1213 library/plugin-settings.php:1218
392
  msgid "Challenge Question"
393
  msgstr "سوال چالش برانگیز"
394
 
395
  #: library/plugin-settings.php:350 library/plugin-settings.php:367
396
+ #: library/plugin-settings.php:1235
397
  msgid "Google reCAPTCHA"
398
  msgstr "Google reCAPTCHA"
399
 
409
  msgid "Disable"
410
  msgstr "غیرفعال کردن"
411
 
412
+ #: library/plugin-settings.php:399 library/plugin-settings.php:1296
413
  msgid "Image Uploads"
414
  msgstr "آپلود عکس"
415
 
437
  msgid " approved posts"
438
  msgstr " پست های تایید شده"
439
 
440
+ #: library/plugin-settings.php:645
441
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
442
  msgstr "یک خطای وجود دارد. لطفا اطمینان حاصل کنید که عنوان، برخی از محتوا ها اضافه کرده اید و فقط تصاویر را آپلود کرده اید."
443
 
444
+ #: library/plugin-settings.php:659
445
  msgid "Please select your image(s) to upload."
446
  msgstr "لطفا تصویر (ها) خود را برای آپلود انتخاب کنید"
447
 
448
+ #: library/plugin-settings.php:665
449
  msgid "Success! Thank you for your submission."
450
  msgstr "موفقیت! با تشکر از شما برای ارسال شما."
451
 
452
+ #: library/plugin-settings.php:691
453
  msgid "Email"
454
  msgstr "پست الکترونیک"
455
 
456
+ #: library/plugin-settings.php:692
457
  msgid "URL"
458
  msgstr "نشانی اینترنتی"
459
 
460
+ #: library/plugin-settings.php:942
 
 
 
 
461
  msgid "Toggle all panels"
462
  msgstr "همه پانلها را تغییر دهید"
463
 
464
+ #: library/plugin-settings.php:951
465
  msgid "We need your support!"
466
  msgstr "ما به حمایت شما نیاز داریم!"
467
 
468
+ #: library/plugin-settings.php:955
469
  msgid "Make a donation via PayPal"
470
  msgstr "کمک مالی از طریق PayPal"
471
 
472
+ #: library/plugin-settings.php:955
473
  msgid "make a donation"
474
  msgstr "کمک مالی کنید"
475
 
476
+ #: library/plugin-settings.php:955
477
  msgid "and/or"
478
  msgstr "و / یا"
479
 
480
+ #: library/plugin-settings.php:956
481
  msgid "Rate and review at the Plugin Directory"
482
  msgstr "نرخ و بررسی در دایرکتوری پلاگین"
483
 
484
+ #: library/plugin-settings.php:957
485
  msgid "give this plugin a 5-star rating"
486
  msgstr "این افزونه را به رتبه 5 ستاره بدهید"
487
 
488
+ #: library/plugin-settings.php:961
489
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
490
  msgstr "پشتیبانی سخاوتمندانه شما این امکان را برای توسعه مستمر این افزونه رایگان فراهم می کند. متشکرم!"
491
 
492
+ #: library/plugin-settings.php:966
493
  msgid "Check this box if you have shown support"
494
  msgstr "اگر این پشتیبانی را نشان داده اید، این کادر را علامت بزنید"
495
 
496
+ #: library/plugin-settings.php:975
497
  msgid "Overview"
498
  msgstr "بررسی اجمالی"
499
 
500
+ #: library/plugin-settings.php:979
501
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
502
  msgstr "بازدیدکنندگان شما را قادر می سازد تا پست ها را ارسال و تصاویر را از جلوی سایت خود آپلود کنند."
503
 
504
+ #: library/plugin-settings.php:980
505
  msgid "For advanced functionality and unlimited forms, check out"
506
  msgstr "برای قابلیت های پیشرفته و فرم های نامحدود، بررسی کنید"
507
 
508
+ #: library/plugin-settings.php:980 library/plugin-settings.php:1354
509
  msgid "USP Pro"
510
  msgstr "USP Pro"
511
 
512
+ #: library/plugin-settings.php:981
513
  msgid "— the ultimate solution for user-generated content."
514
  msgstr "& mdash؛ راه حل نهایی برای محتوای تولید شده توسط کاربر."
515
 
516
+ #: library/plugin-settings.php:985 library/plugin-settings.php:1002
517
  msgid "Plugin Settings"
518
  msgstr "تنظیمات پلاگین"
519
 
520
+ #: library/plugin-settings.php:986
521
  msgid "Display the form"
522
  msgstr "فرم را نمایش دهید"
523
 
524
+ #: library/plugin-settings.php:987 library/plugin-settings.php:1511
525
  msgid "Plugin Homepage"
526
  msgstr "صفحه اصلی پلاگین"
527
 
528
+ #: library/plugin-settings.php:990
529
  msgid "If you like this plugin, please"
530
  msgstr "اگر این افزونه را دوست دارید لطفا"
531
 
532
+ #: library/plugin-settings.php:991
533
  msgid "THANK YOU for your support!"
534
  msgstr "با تشکر از شما برای حمایت شما!"
535
 
536
+ #: library/plugin-settings.php:991
537
  msgid "give it a 5-star rating"
538
  msgstr "آن را به رتبه 5 ستاره بدهید"
539
 
540
+ #: library/plugin-settings.php:995
541
  msgid "Unlimited front-end forms"
542
  msgstr "فرم های نامحدود جلویی"
543
 
544
+ #: library/plugin-settings.php:995
545
  msgid "Get USP Pro"
546
  msgstr "دریافت USP Pro"
547
 
548
+ #: library/plugin-settings.php:1005
549
  msgid "Configure your settings for User Submitted Posts."
550
  msgstr "تنظیمات خود را برای ارسال پست های کاربر پیکربندی کنید."
551
 
552
+ #: library/plugin-settings.php:1007
553
  msgid "Form Fields"
554
  msgstr "زمینه های فرم"
555
 
556
+ #: library/plugin-settings.php:1013
557
  msgid "User Name"
558
  msgstr "نام کاربری"
559
 
560
+ #: library/plugin-settings.php:1014
561
  msgid "User Email"
562
  msgstr "ایمیل کاربر"
563
 
564
+ #: library/plugin-settings.php:1015
565
  msgid "User URL"
566
  msgstr "نشانی اینترنتی کاربر"
567
 
568
+ #: library/plugin-settings.php:1030
569
  msgid "General Settings"
570
  msgstr "تنظیمات عمومی"
571
 
572
+ #: library/plugin-settings.php:1032
573
+ msgid "Note that the default settings work fine for most cases."
574
+ msgstr "توجه داشته باشید که تنظیمات پیش فرض برای اکثر موارد کار خوب است."
575
+
576
+ #: library/plugin-settings.php:1037
577
  msgid "Form Style"
578
  msgstr "شکل سبک"
579
 
580
+ #: library/plugin-settings.php:1042
581
  msgid "With this option, you can copy the plugin’s default templates:"
582
  msgstr "با استفاده از این گزینه می توانید قالب های پیش فرض افزونه را کپی کنید:"
583
 
584
+ #: library/plugin-settings.php:1047
585
  msgid "..and upload them into a directory named"
586
  msgstr ".. و آپلود آنها را به یک دایرکتوری به نام"
587
 
588
+ #: library/plugin-settings.php:1047
589
  msgid "in your theme:"
590
  msgstr "در موضوع شما:"
591
 
592
+ #: library/plugin-settings.php:1053
593
  msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
594
  msgstr "این کار شما را قادر میسازد فرم و سبکها را به صورت دلخواه سفارشی کنید. برای اطلاعات بیشتر، از بخش «فرم ارسال سفارشی» در قسمت"
595
 
596
+ #: library/plugin-settings.php:1054
597
  msgid "Installation Docs"
598
  msgstr "اسناد نصب"
599
 
600
+ #: library/plugin-settings.php:1055
601
  msgid "FYI: here is a"
602
  msgstr "FYI: در اینجا یک است"
603
 
604
+ #: library/plugin-settings.php:1055
605
  msgid "list of USP CSS selectors"
606
  msgstr "فهرست انتخاب USP CSS"
607
 
608
+ #: library/plugin-settings.php:1061
609
  msgid "Include JavaScript"
610
  msgstr "شامل جاوا اسکریپت"
611
 
612
+ #: library/plugin-settings.php:1063
613
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
614
  msgstr "اگر می خواهید فایلهای جاوااسکریو خارجی (توصیه شده) را وارد کنید، این کادر را علامت بزنید."
615
 
616
+ #: library/plugin-settings.php:1066
617
  msgid "Targeted Loading"
618
  msgstr "بارگذاری هدفمند"
619
 
620
+ #: library/plugin-settings.php:1068
621
  msgid "By default, external CSS & JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
622
  msgstr "به طور پیش فرض، CSS خارجی & amp؛ فایل های جاوا اسکریپت در هر صفحه بارگذاری می شوند. در اینجا شما می توانید آدرس فرم فرم USP را برای بارگیری منابع تنها در آن صفحه مشخص کنید. توجه: برای بارگذاری در تمام صفحات، خالی بگذارید."
623
 
624
+ #: library/plugin-settings.php:1071
625
  msgid "Post Type"
626
  msgstr "نوع پست"
627
 
628
+ #: library/plugin-settings.php:1074
629
  msgid "Submit posts as WP Posts or Pages"
630
  msgstr "ارسال پست به عنوان پست WP یا صفحات"
631
 
632
+ #: library/plugin-settings.php:1078
633
  msgid "Post Status"
634
  msgstr "وضعیت پست"
635
 
636
+ #: library/plugin-settings.php:1081
637
  msgid "Post Status for submitted posts"
638
  msgstr "وضعیت پست برای پست های ارسال شده"
639
 
640
+ #: library/plugin-settings.php:1085
641
  msgid "Redirect URL"
642
  msgstr "تغییر آدرس URL"
643
 
644
+ #: library/plugin-settings.php:1087
645
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
646
  msgstr "یک URL را برای هدایت کاربر پس از ارسال پس از ارسال تعیین کنید. برای برگشت به صفحه فعلی خالی بگذارید"
647
 
648
+ #: library/plugin-settings.php:1090
649
  msgid "Success Message"
650
  msgstr "پیام موفقیت"
651
 
652
+ #: library/plugin-settings.php:1092
653
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
654
  msgstr "پیغام موفقیت آمیز که در صورت ارسال پس از ارسال موفقیت آمیز نمایش داده می شود. نشانه گذاری عمومی مجاز است"
655
 
656
+ #: library/plugin-settings.php:1095
657
  msgid "Error Message"
658
  msgstr "پیغام خطا"
659
 
660
+ #: library/plugin-settings.php:1097
661
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
662
  msgstr "پیام خطای عمومی که در صورت عدم ارسال پس از ارسال نمایش داده می شود. نشانه گذاری عمومی مجاز است"
663
 
664
+ #: library/plugin-settings.php:1100
665
  msgid "Custom Content"
666
+ msgstr "محتوای دلخواه"
667
 
668
+ #: library/plugin-settings.php:1102
669
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
670
  msgstr "متن سفارشی / نشانه گذاری قبل از فرم ارسال باید وارد شود. برای غیرفعال، خالی بگذارید"
671
 
672
+ #: library/plugin-settings.php:1105
673
  msgid "Rich Text Editor"
674
+ msgstr "ویرایشگر متن توانمند"
675
 
676
+ #: library/plugin-settings.php:1107
677
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
678
  msgstr "اگر می خواهید WP Edit Rich Text را برای پست های ارسال شده فعال کنید، این کادر را علامت بزنید."
679
 
680
+ #: library/plugin-settings.php:1110
681
  msgid "Unique Titles"
682
  msgstr "عنوان های منحصر به فرد"
683
 
684
+ #: library/plugin-settings.php:1112
685
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
686
  msgstr "نیازمند ارسال پست های ارسال شده به منحصر به فرد (مفید برای جلوگیری از پست های ارسال چند / تکراری)."
687
 
688
+ #: library/plugin-settings.php:1115
689
  msgid "Disable Required"
690
  msgstr "غیر فعال کردن مورد نیاز"
691
 
692
+ #: library/plugin-settings.php:1117
693
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
694
+ msgstr "غیر فعال کردن تمام ویژگی های مورد نیاز در زمینه های قالب پیش فرض (مفید برای پیام های خطا در عیب یابی)."
695
 
696
+ #: library/plugin-settings.php:1120
697
  msgid "Disable IP Tracking"
698
  msgstr "غیرفعال کردن پیگیری IP"
699
 
700
+ #: library/plugin-settings.php:1122
701
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
702
  msgstr "به طور پیش فرض USP آدرس IP را با هر پست ارسالی ثبت می کند. برای غیرفعال کردن تمام ردیابی IP، این کادر را علامت بزنید."
703
 
704
+ #: library/plugin-settings.php:1125
705
  msgid "Enable Shortcodes"
706
  msgstr "فعال کردن کد کوتاه"
707
 
708
+ #: library/plugin-settings.php:1127
709
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
710
  msgstr "فعال کردن کد کوتاه در ویدجت به طور پیش فرض، وردپرس کد کوتاه را در ویدجت ها فعال نمی کند."
711
 
712
+ #: library/plugin-settings.php:1128
713
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
714
  msgstr "این تنظیم هر / کد کوتاه در ویدجت (حتی کد کوتاه از پلاگین های دیگر) را فعال می کند."
715
 
716
+ #: library/plugin-settings.php:1133 library/plugin-settings.php:1138
717
  msgid "Categories"
718
  msgstr "دسته بندی ها"
719
 
720
+ #: library/plugin-settings.php:1141
721
  msgid "Select which categories may be assigned to submitted posts (click to toggle)"
722
  msgstr "انتخاب کنید که کدام دسته ممکن است به پست های ارسال شده اختصاص داده شود (کلیک کنید تا ضامن)"
723
 
724
+ #: library/plugin-settings.php:1149
725
  msgid "Hidden/Default Category"
726
  msgstr "پنهان / پیش فرض رده"
727
 
728
+ #: library/plugin-settings.php:1151
729
  msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
730
  msgstr "از یک فیلد مخفی برای رده پست استفاده کنید. این می تواند برای تعیین یک دسته پیش فرض هنگام استفاده از فیلد رده غیر فعال شود."
731
 
732
+ #: library/plugin-settings.php:1154
733
  msgid "Category ID for Hidden Field"
734
  msgstr "شناسه رده برای فیلد پنهان"
735
 
736
+ #: library/plugin-settings.php:1156
737
  msgid "Specify the ID of the category to use for the “Hidden/Default Category” option."
738
  msgstr "مشخص کردن شناسه رده برای استفاده از & ldquo؛ پنهان / پیش فرض مجموعه & rdquo؛ گزینه."
739
 
740
+ #: library/plugin-settings.php:1161
741
  msgid "Users"
742
  msgstr "کاربران"
743
 
744
+ #: library/plugin-settings.php:1166
745
  msgid "Assigned Author"
746
  msgstr "اختصاصی نویسنده"
747
 
748
+ #: library/plugin-settings.php:1169
749
  msgid "Specify the user that should be assigned as author for submitted posts."
750
  msgstr "تعیین کاربر که باید به عنوان نویسنده برای ارسال ارسال شده اختصاص داده شود."
751
 
752
+ #: library/plugin-settings.php:1173
753
  msgid "Registered Username"
754
  msgstr "ثبت نام نام کاربری"
755
 
756
+ #: library/plugin-settings.php:1175
757
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
758
  msgstr "از نام کاربری ثبت نام شده به عنوان پست نویسنده استفاده کنید. معتبر است زمانی که فردی که فرم را وارد کرده است به وردپرس وارد شده است."
759
 
760
+ #: library/plugin-settings.php:1178
761
  msgid "User Profile URL"
762
  msgstr "URL نمایه کاربر"
763
 
764
+ #: library/plugin-settings.php:1180
765
  msgid "Use registered user’s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
766
  msgstr "استفاده از URL کاربر ثبت نام کاربر را به عنوان مقدار فیلد URL استفاده کنید. معتبر است زمانی که فردی که فرم را وارد کرده است به وردپرس وارد شده است."
767
 
768
+ #: library/plugin-settings.php:1183
769
  msgid "Require User Login"
770
  msgstr "نیازمند ورود به سیستم"
771
 
772
+ #: library/plugin-settings.php:1185
773
  msgid "Require users to be logged in to WordPress to view/submit the form"
774
  msgstr "نیازمند ورود کاربران به وردپرس برای مشاهده / ارسال فرم است"
775
 
776
+ #: library/plugin-settings.php:1188
777
+ msgid "Disable Replace Author"
778
+ msgstr "غیرفعال کردن نویسنده را تغییر دهید"
779
+
780
+ #: library/plugin-settings.php:1190
781
+ msgid "Do not replace post author with submitted user name"
782
+ msgstr "نویسنده پست را با نام کاربر ارسالی جایگزین نکنید"
783
+
784
+ #: library/plugin-settings.php:1196
785
  msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
786
  msgstr "در اینجا شما می توانید نام و برچسب مورد استفاده در فیلد سفارشی را تغییر دهید. شما می توانید این فیلد را از طریق تنظیمات فرم های فرم، در بالا فعال کنید."
787
 
788
+ #: library/plugin-settings.php:1201
789
  msgid "Custom Field Name"
790
  msgstr "نام فیلد سفارشی"
791
 
792
+ #: library/plugin-settings.php:1203
793
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
794
  msgstr "فقط از الفبایی، علامت اختصاری و خط تیره استفاده کنید. اگر مطمئن نیستید، از نام پیش فرض استفاده کنید:"
795
 
796
+ #: library/plugin-settings.php:1206
797
  msgid "Custom Field Label"
798
  msgstr "برچسب سفارشی فیلد"
799
 
800
+ #: library/plugin-settings.php:1208
801
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
802
  msgstr "این به عنوان برچسب فیلد در فرم نمایش داده می شود. پیش فرض: فیلد سفارشی"
803
 
804
+ #: library/plugin-settings.php:1220
805
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
806
  msgstr "برای جلوگیری از هرزنامه، سؤالی را مطرح کنید که کاربران قبل از ارسال فرم باید پاسخ دهند."
807
 
808
+ #: library/plugin-settings.php:1223
809
  msgid "Challenge Response"
810
  msgstr "پاسخ چالش"
811
 
812
+ #: library/plugin-settings.php:1225
813
  msgid "Enter the *only* correct answer to the challenge question."
814
  msgstr "پاسخ صحیح را به سوال چالش وارد کنید."
815
 
816
+ #: library/plugin-settings.php:1228
817
  msgid "Case-sensitivity"
818
  msgstr "حساسیت مورد"
819
 
820
+ #: library/plugin-settings.php:1230
821
  msgid "Check this box if you want the challenge response to be case-sensitive."
822
  msgstr "اگر میخواهید پاسخ چالشی حساس به حروف باشد، این کادر را علامت بزنید."
823
 
824
+ #: library/plugin-settings.php:1236
825
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
826
  msgstr "برای فعال کردن Google reCAPTCHA، کلیدهای عمومی و خصوصی خود را وارد کنید."
827
 
828
+ #: library/plugin-settings.php:1241
829
  msgid "Public Key"
830
  msgstr "کلید عمومی"
831
 
832
+ #: library/plugin-settings.php:1243
833
  msgid "Enter your Public Key"
834
  msgstr "کلید عمومی خود را وارد کنید"
835
 
836
+ #: library/plugin-settings.php:1246
837
  msgid "Private Key"
838
  msgstr "کلید خصوصی"
839
 
840
+ #: library/plugin-settings.php:1248
841
  msgid "Enter your Private Key"
842
  msgstr "کلید خصوصی خود را وارد کنید"
843
 
844
+ #: library/plugin-settings.php:1253
845
  msgid "Email Alerts"
846
  msgstr "هشدارهای ایمیل"
847
 
848
+ #: library/plugin-settings.php:1258
849
  msgid "Receive Email Alert"
850
  msgstr "دریافت هشدار ایمیل"
851
 
852
+ #: library/plugin-settings.php:1260
853
  msgid "Check this box if you want to be notified via email for new post submissions."
854
  msgstr "اگر می خواهید از طریق ایمیل برای تحویل پست های جدید مطلع شوید، این کادر را علامت بزنید."
855
 
856
+ #: library/plugin-settings.php:1263
857
  msgid "Enable HTML Format"
858
  msgstr "فعال کردن قالب HTML"
859
 
860
+ #: library/plugin-settings.php:1265
861
  msgid "Check this box to enable HTML format for email alerts."
862
  msgstr "این کادر را فعال کنید تا قالب HTML برای هشدارهای ایمیل فعال شود."
863
 
864
+ #: library/plugin-settings.php:1268
865
  msgid "Email Address for Alerts"
866
  msgstr "آدرس ایمیل برای هشدارها"
867
 
868
+ #: library/plugin-settings.php:1270
869
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
870
  msgstr "اگر جعبه را برای دریافت هشدارهای ایمیل چک کرده اید، در اینجا آدرس (های) که به آن ایمیل ها باید ارسال شود را مشخص کنید."
871
 
872
+ #: library/plugin-settings.php:1271
873
  msgid "Multiple recipients may be included using a comma, like so:"
874
  msgstr "گیرنده های چندگانه ممکن است با استفاده از کاما از جمله شامل موارد زیر باشند:"
875
 
876
+ #: library/plugin-settings.php:1274
877
  msgid "Email “From” Address"
878
  msgstr "ایمیل از & rdquo؛ نشانی"
879
 
880
+ #: library/plugin-settings.php:1276
881
  msgid "Here you may customize the address(es) used for the “From” header (see plugin FAQs for info). "
882
  msgstr "در اینجا شما می توانید آدرس (ها) مورد استفاده برای & ldquo؛ از & rdquo؛ هدر (به سؤالات متداول مربوط به پلاگین برای اطلاعات مراجعه کنید)"
883
 
884
+ #: library/plugin-settings.php:1277
885
  msgid "If multiple addresses are specified in the previous setting, include an equal number of “From” addresses for this setting (in the same order)."
886
  msgstr "اگر چندین آدرس در تنظیم قبلی مشخص شده باشد، شامل یک عدد برابر از & ldquo؛ از & rdquo؛ آدرس برای این تنظیم (به همان ترتیب)."
887
 
888
+ #: library/plugin-settings.php:1280
889
  msgid "Email Alert Subject"
890
  msgstr "موضوع هشدار ایمیل"
891
 
892
+ #: library/plugin-settings.php:1282
893
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
894
  msgstr "خط موضوع برای هشدارهای ایمیل برای استفاده از خط موضوع پیش فرض خالی بگذارید. توجه: شما می توانید از متغیرهای زیر استفاده کنید:"
895
 
896
+ #: library/plugin-settings.php:1287
897
  msgid "Email Alert Message"
898
  msgstr "پیام هشدار ایمیل"
899
 
900
+ #: library/plugin-settings.php:1289
901
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
902
  msgstr "پیام هشدار ایمیل برای استفاده از پیام پیش فرض خالی بگذارید توجه: شما می توانید از متغیرهای زیر استفاده کنید:"
903
 
904
+ #: library/plugin-settings.php:1301
905
  msgid "Featured Image"
906
  msgstr "تصویر ویژه"
907
 
908
+ #: library/plugin-settings.php:1303
909
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
910
  msgstr "تصاویر ارسال شده را به عنوان تصاویر ویژه تنظیم کنید. نیاز به پشتیبانی تم برای تصاویر برجسته (همچنین به عنوان پست ریز عکسها)."
911
 
912
+ #: library/plugin-settings.php:1306
913
  msgid "Upload Message"
914
  msgstr "پیام آپلود"
915
 
916
+ #: library/plugin-settings.php:1308
917
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
918
  msgstr "پیامی که در کنار فیلد آپلود ظاهر می شود. برای بیان دستورالعملهای آپلود / سیاست / و غیره مفید است نشانه گذاری عمومی مجاز است"
919
 
920
+ #: library/plugin-settings.php:1311
921
  msgid "“Add another image” link"
922
  msgstr "& ldquo؛ یک تصویر دیگر اضافه کنید & rdquo؛ ارتباط دادن"
923
 
924
+ #: library/plugin-settings.php:1313
925
  msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
926
  msgstr "نشانه گذاری سفارشی برای & ldquo؛ افزودن تصویر دیگر & rdquo؛ ارتباط دادن. برای استفاده از نشانگر پیش فرض (توصیه شده)، خالی بگذارید."
927
 
928
+ #: library/plugin-settings.php:1316
929
  msgid "Minimum number of images"
930
  msgstr "حداقل تعداد تصاویر"
931
 
932
+ #: library/plugin-settings.php:1319
933
  msgid "Specify the minimum number of images."
934
  msgstr "حداقل تعداد تصاویر را مشخص کنید."
935
 
936
+ #: library/plugin-settings.php:1323
937
  msgid "Maximum number of images"
938
  msgstr "حداکثر تعداد تصاویر"
939
 
940
+ #: library/plugin-settings.php:1326
941
  msgid "Specify the maximum number of images."
942
  msgstr "حداکثر تعداد تصاویر را مشخص کنید."
943
 
944
+ #: library/plugin-settings.php:1330
945
  msgid "Minimum image width"
946
  msgstr "حداقل عرض تصویر"
947
 
948
+ #: library/plugin-settings.php:1332
949
  msgid "Specify a minimum width (in pixels) for uploaded images."
950
  msgstr "حداقل عرض (در پیکسل) را برای تصاویر آپلود مشخص کنید."
951
 
952
+ #: library/plugin-settings.php:1335
953
  msgid "Minimum image height"
954
  msgstr "حداقل ارتفاع تصویر"
955
 
956
+ #: library/plugin-settings.php:1337
957
  msgid "Specify a minimum height (in pixels) for uploaded images."
958
  msgstr "حداقل ارتفاع (در پیکسل ها) را برای تصاویر آپلود مشخص کنید."
959
 
960
+ #: library/plugin-settings.php:1340
961
  msgid "Maximum image width"
962
  msgstr "حداکثر عرض تصویر"
963
 
964
+ #: library/plugin-settings.php:1342
965
  msgid "Specify a maximum width (in pixels) for uploaded images."
966
  msgstr "حداکثر عرض (در پیکسل) را برای تصاویر آپلود مشخص کنید."
967
 
968
+ #: library/plugin-settings.php:1345
969
  msgid "Maximum image height"
970
  msgstr "حداکثر ارتفاع تصویر"
971
 
972
+ #: library/plugin-settings.php:1347
973
  msgid "Specify a maximum height (in pixels) for uploaded images."
974
  msgstr "حداکثر ارتفاع (در پیکسل) را برای تصاویر آپلود مشخص کنید."
975
 
976
+ #: library/plugin-settings.php:1350
977
  msgid "More Options"
978
  msgstr "گزینه های بیشتر"
979
 
980
+ #: library/plugin-settings.php:1353
981
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
982
  msgstr "برای گزینه های بیشتر، مانند قابلیت آپلود انواع فایل های دیگر (مانند PDF، ورد، Zip، فیلم، و غیره)، بررسی کنید"
983
 
984
+ #: library/plugin-settings.php:1354
985
  msgid "Go Pro!"
986
  msgstr "برو طرفدار"
987
 
988
+ #: library/plugin-settings.php:1361
989
  msgid "Auto-Display Content"
990
  msgstr "محتوای نمایش خودکار"
991
 
992
+ #: library/plugin-settings.php:1366
993
  msgid "Images Auto-Display"
994
  msgstr "تصاویر خودکار نمایش"
995
 
996
+ #: library/plugin-settings.php:1368
997
  msgid "Auto-display user-submitted images:"
998
  msgstr "تصاویر ارسال شده به کاربر خودکار نمایش داده می شود:"
999
 
1000
+ #: library/plugin-settings.php:1373
1001
  msgid "Image Markup"
1002
  msgstr "نشانه گذاری تصویر"
1003
 
1004
+ #: library/plugin-settings.php:1375
1005
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1006
  msgstr "علامت گذاری برای استفاده برای هر تصویر ارسال شده (هنگامی که صفحه نمایش خودکار فعال است). می توانید استفاده کنید"
1007
 
1008
+ #: library/plugin-settings.php:1377 library/plugin-settings.php:1390
1009
+ #: library/plugin-settings.php:1403 library/plugin-settings.php:1416
1010
  msgid "and"
1011
  msgstr "و"
1012
 
1013
+ #: library/plugin-settings.php:1380
1014
  msgid "Email Auto-Display"
1015
  msgstr "خودکار نمایش خودکار"
1016
 
1017
+ #: library/plugin-settings.php:1382
1018
  msgid "Auto-display user-submitted email:"
1019
  msgstr "نمایش خودکار نمایش داده شده توسط کاربر:"
1020
 
1021
+ #: library/plugin-settings.php:1387
1022
  msgid "Email Markup"
1023
  msgstr "نشانه گذاری ایمیل"
1024
 
1025
+ #: library/plugin-settings.php:1389
1026
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1027
  msgstr "نشانه گذاری برای استفاده از آدرس ایمیل ارسال شده (هنگامی که صفحه نمایش خودکار فعال می شود). می توانید استفاده کنید"
1028
 
1029
+ #: library/plugin-settings.php:1393
1030
  msgid "URL Auto-Display"
1031
  msgstr "نشانی اینترنتی نمایش خودکار"
1032
 
1033
+ #: library/plugin-settings.php:1395
1034
  msgid "Auto-display user-submitted URL:"
1035
  msgstr "URL نمایش داده شده توسط کاربر به صورت اتوماتیک نمایش داده می شود:"
1036
 
1037
+ #: library/plugin-settings.php:1400
1038
  msgid "URL Markup"
1039
  msgstr "نشانه گذاری URL"
1040
 
1041
+ #: library/plugin-settings.php:1402
1042
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1043
  msgstr "علامت گذاری برای استفاده برای URL ارائه شده (زمانی که صفحه نمایش خودکار فعال است). می توانید استفاده کنید"
1044
 
1045
+ #: library/plugin-settings.php:1406
1046
  msgid "Custom Field Auto-Display"
1047
  msgstr "خودکار نمایش خودکار سفارشی"
1048
 
1049
+ #: library/plugin-settings.php:1408
1050
  msgid "Auto-display user-submitted Custom Field:"
1051
  msgstr "کاربر سفارشی فیلد خودکار نمایش:"
1052
 
1053
+ #: library/plugin-settings.php:1413
1054
  msgid "Custom Field Markup"
1055
  msgstr "نشانه سفارشی فیلد"
1056
 
1057
+ #: library/plugin-settings.php:1415
1058
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1059
+ msgstr "نشانه گذاری برای استفاده از فیلد سفارشی ارسال شده (زمانی که صفحه نمایش خودکار فعال می شود). می توانید استفاده کنید"
1060
 
1061
+ #: library/plugin-settings.php:1421 library/plugin-settings.php:1497
1062
  msgid "Save Settings"
1063
  msgstr "تنظیمات را ذخیره کن"
1064
 
1065
+ #: library/plugin-settings.php:1426
1066
  msgid "Display the Form"
1067
  msgstr "نمایش فرم"
1068
 
1069
+ #: library/plugin-settings.php:1429
1070
  msgid "Post-Submit Form"
1071
  msgstr "فرم ارسال پس از ارسال"
1072
 
1073
+ #: library/plugin-settings.php:1430
1074
  msgid "USP enables you to display a post-submission form anywhere on your site."
1075
  msgstr "USP به شما امکان می دهد یک فرم ارسال پست پس از ارسال در هر نقطه از سایت خود را نمایش دهد."
1076
 
1077
+ #: library/plugin-settings.php:1431 library/plugin-settings.php:1438
1078
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1079
  msgstr "از کد کوتاه برای نمایش فرم در هر پست WP یا صفحه استفاده کنید."
1080
 
1081
+ #: library/plugin-settings.php:1433 library/plugin-settings.php:1440
1082
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1083
  msgstr "یا از تگ قالب برای نمایش فرم در هر کجای قالب قالب خود استفاده کنید."
1084
 
1085
+ #: library/plugin-settings.php:1436
1086
  msgid "Login/Register Form"
1087
  msgstr "ورود / فرم ثبت نام"
1088
 
1089
+ #: library/plugin-settings.php:1437
1090
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1091
  msgstr "شما همچنین می توانید یک فرم را نمایش دهید که کاربران را قادر می سازد که وارد سیستم شوید، ثبت نام کرده یا رمز عبور خود را بازنشانی کنید."
1092
 
1093
+ #: library/plugin-settings.php:1443
1094
  msgid "Display Submitted Posts"
1095
  msgstr "نمایش پست های ارسال شده"
1096
 
1097
+ #: library/plugin-settings.php:1444
1098
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1099
  msgstr "از این کوتاه برای نمایش یک لیست از پست های ارسال شده در هر پست WP یا صفحه استفاده کنید."
1100
 
1101
+ #: library/plugin-settings.php:1446
1102
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1103
  msgstr "یا از تگ قالب برای نمایش لیستی از پستهای ارسال شده در هر کجای قالب قالب خود استفاده کنید."
1104
 
1105
+ #: library/plugin-settings.php:1448
1106
  msgid "Here are some examples showing how to configure this shortcode:"
1107
  msgstr "در اینجا چند مثال برای نشان دادن نحوه پیکربندی این کد کوتاه وجود دارد:"
1108
 
1109
+ #: library/plugin-settings.php:1455
1110
+ msgid "Reset Form Button"
1111
+ msgstr "دکمه فرم بازنشانی"
1112
+
1113
+ #: library/plugin-settings.php:1456
1114
+ msgid "This shortcode displays a link that resets the form to its original state:"
1115
+ msgstr "این کد کوتاه یک لینک را نشان می دهد که فرم را به حالت اولیه باز می کند:"
1116
+
1117
+ #: library/plugin-settings.php:1458
1118
+ msgid "This shortcode accepts the following attributes:"
1119
+ msgstr "این کد کوتاه ویژگی های زیر را می پذیرد:"
1120
+
1121
+ #: library/plugin-settings.php:1463
1122
+ msgid "Note that the url attribute accepts"
1123
+ msgstr "توجه داشته باشید که ویژگی url پذیرفته می شود"
1124
+
1125
+ #: library/plugin-settings.php:1463
1126
+ msgid "to get the current URL."
1127
+ msgstr "برای دریافت URL فعلی."
1128
+
1129
+ #: library/plugin-settings.php:1465
1130
  msgid "Access Control"
1131
  msgstr "کنترل دسترسی"
1132
 
1133
+ #: library/plugin-settings.php:1466
1134
  msgid "USP provides three shortcodes to control access and restrict content."
1135
  msgstr "USP سه کد کوتاه برای کنترل دسترسی و محدود کردن محتوا فراهم می کند."
1136
 
1137
+ #: library/plugin-settings.php:1467
1138
  msgid "Display content only to users with a specific capability:"
1139
  msgstr "محتوای نمایش فقط برای کاربران با یک قابلیت خاص:"
1140
 
1141
+ #: library/plugin-settings.php:1469
1142
  msgid "Display content to logged-in users:"
1143
  msgstr "محتوای محتوا را برای کاربران وارد شده:"
1144
 
1145
+ #: library/plugin-settings.php:1471
1146
  msgid "Display content to visitors only:"
1147
  msgstr "نمایش محتوا فقط به بازدیدکنندگان:"
1148
 
1149
+ #: library/plugin-settings.php:1473
1150
  msgid "Tip:"
1151
  msgstr "نکته:"
1152
 
1153
+ #: library/plugin-settings.php:1473
1154
  msgid "to include markup in the deny message, you can use"
1155
  msgstr "برای استفاده از نشانه گذاری در پیام انکار، شما می توانید استفاده کنید"
1156
 
1157
+ #: library/plugin-settings.php:1473
1158
  msgid "to output"
1159
  msgstr "به خروجی"
1160
 
1161
+ #: library/plugin-settings.php:1475
1162
  msgid "Example"
1163
  msgstr "مثال"
1164
 
1165
+ #: library/plugin-settings.php:1476
1166
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1167
  msgstr "اگر کاربر وارد سیستم شوید، فرم ارسال پس از آن را نمایش دهید. یا اگر کاربر وارد سیستم نشده باشد، فرم ورود را نمایش می دهد:"
1168
 
1169
+ #: library/plugin-settings.php:1488
1170
  msgid "Restore Defaults"
1171
  msgstr "بازگرداندن پیش فرض ها"
1172
 
1173
+ #: library/plugin-settings.php:1491
1174
  msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1175
  msgstr "این گزینه را غیرفعال کنید تا تنظیمات خود را به خاطر بسپارید. یا برای رفتن به جلو و بازگرداندن گزینه های پلاگین به طور پیش فرض: جعبه را چک کنید، تنظیمات خود را ذخیره کنید، و سپس غیر فعال کردن / دوباره فعال کردن افزونه."
1176
 
1177
+ #: library/plugin-settings.php:1495
1178
  msgid "Restore default options upon plugin deactivation/reactivation."
1179
  msgstr "بازگرداندن گزینه های پیش فرض در هنگام غیرفعال کردن / فعال شدن پلاگین."
1180
 
1181
+ #: library/plugin-settings.php:1502
1182
  msgid "Show Support"
1183
  msgstr "نمایش پشتیبانی"
1184
 
1185
+ #: library/plugin-settings.php:1511
1186
  msgid "by"
1187
  msgstr "توسط"
1188
 
1189
+ #: library/plugin-settings.php:1512
1190
  msgid "Jeff Starr on Twitter"
1191
  msgstr "جف استارر در توییتر"
1192
 
1193
+ #: library/plugin-settings.php:1513
1194
  msgid "Obsessive Web Design & Development"
1195
  msgstr "وسواس وب طراحی و & amp؛ توسعه"
1196
 
1197
+ #: library/plugin-settings.php:1524
1198
  msgid "Save Preference"
1199
  msgstr "ذخیره اولویت"
1200
 
1201
+ #: library/plugin-settings.php:1531
1202
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1203
  msgstr "آیا مطمئن هستید که می خواهید تمام گزینه های پیش فرض را بازیابی کنید؟ (این عمل قابل لغو نیست)"
1204
 
1205
+ #: library/support-panel.php:52
1206
+ msgid "Perishable Press Books"
1207
+ msgstr "کتابهای فوری فشرده"
1208
+
1209
+ #: library/support-panel.php:53
1210
+ msgid "Plugin Planet"
1211
+ msgstr "سیاره پلاگین"
1212
+
1213
+ #: library/support-panel.php:54
1214
+ msgid "Donate via PayPal"
1215
+ msgstr "از طریق PayPal اهدا کنید"
1216
+
1217
+ #: library/support-panel.php:56
1218
+ msgid "books"
1219
+ msgstr "کتاب ها"
1220
+
1221
+ #: library/support-panel.php:57
1222
+ msgid "plugins"
1223
+ msgstr "پلاگین ها"
1224
+
1225
+ #: library/support-panel.php:58
1226
+ msgid "donation"
1227
+ msgstr "کمک مالی"
1228
+
1229
+ #: library/support-panel.php:60
1230
+ msgid "Thank you for using"
1231
+ msgstr "با تشکر از شما برای استفاده"
1232
+
1233
+ #: library/support-panel.php:61
1234
+ msgid "Please show support by purchasing one of my"
1235
+ msgstr "لطفا با خرید یک نفر از من حمایت کنید"
1236
+
1237
+ #: library/support-panel.php:62
1238
+ msgid "or"
1239
+ msgstr "یا"
1240
+
1241
+ #: library/support-panel.php:62
1242
+ msgid "or by making a"
1243
+ msgstr "یا با ساخت یک"
1244
+
1245
+ #: library/support-panel.php:63
1246
+ msgid "Your generous support helps to ensure future development of"
1247
+ msgstr "پشتیبانی سخاوتمندانه شما برای اطمینان از توسعه آینده کمک می کند"
1248
+
1249
+ #: library/support-panel.php:64
1250
+ msgid "and is greatly appreciated."
1251
+ msgstr "و بسیار قدردانی شده است."
1252
+
1253
+ #: library/support-panel.php:66
1254
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1255
+ msgstr "هر گونه کمک اندازه به من کمک می کند تا به توسعه این افزونه رایگان و سایر منابع عالی WordPress ادامه دهم."
1256
 
1257
  #. Description of the plugin
1258
  #:
languages/usp-fr_FR.mo CHANGED
Binary file
languages/usp-fr_FR.po CHANGED
@@ -1,1420 +1,1276 @@
1
- msgid ""
2
- msgstr ""
3
- "MIME-Version: 1.0\n"
4
- "Content-Type: text/plain; charset=UTF-8\n"
5
- "Content-Transfer-Encoding: 8bit\n"
6
- "X-Generator: Loco - https://localise.biz/\n"
7
- "Project-Id-Version: USP 20171028\n"
8
- "Language: fr-FR\n"
9
- "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2017-11-01 21:48+0000\n"
11
- "PO-Revision-Date: 2017-11-01 21:48+0000\n"
12
- "Last-Translator: Jeff Starr <help@monzillamedia.com>\n"
13
- "Language-Team: French (France)\n"
14
- "Plural-Forms: nplurals=2; plural=n > 1"
15
-
16
- #. Name of the plugin
17
- #: user-submitted-posts.php:44
18
- msgid "User Submitted Posts"
19
- msgstr "Messages soumis par l'utilisateur"
20
-
21
- #: user-submitted-posts.php:78
22
- msgid "requires WordPress "
23
- msgstr "nécessite WordPress"
24
-
25
- #: user-submitted-posts.php:79
26
- msgid " or higher, and has been deactivated! "
27
- msgstr " ou plus, et a été désactivé!"
28
-
29
- #: user-submitted-posts.php:80
30
- msgid "Please return to the"
31
- msgstr "S'il vous plaît revenir à la"
32
-
33
- #: user-submitted-posts.php:81
34
- msgid "WordPress Admin Area"
35
- msgstr "WordPress Admin Area"
36
-
37
- #: user-submitted-posts.php:82
38
- msgid "to upgrade WordPress and try again."
39
- msgstr "mettre à jour WordPress et réessayer."
40
-
41
- #: user-submitted-posts.php:124
42
- msgid "User Submitted Post"
43
- msgstr "Poste soumis par l'utilisateur"
44
-
45
- #: user-submitted-posts.php:445
46
- msgid "User Submitted Post Info"
47
- msgstr "Informations sur les posts soumis par l'utilisateur"
48
-
49
- #: user-submitted-posts.php:475
50
- msgid "Submitter Name: "
51
- msgstr "Nom de l'auteur:"
52
-
53
- #: user-submitted-posts.php:476
54
- msgid "Submitter Email: "
55
- msgstr "Envoyé par courriel:"
56
-
57
- #: user-submitted-posts.php:477
58
- msgid "Submitter URL: "
59
- msgstr "URL de l'auteur:"
60
-
61
- #: user-submitted-posts.php:478
62
- msgid "Submitter IP: "
63
- msgstr "IP de l'envoyeur:"
64
-
65
- #: user-submitted-posts.php:529
66
- msgid "Show USP Posts"
67
- msgstr "Afficher les posts USP"
68
-
69
- #: user-submitted-posts.php:530 library/plugin-settings.php:967
70
- msgid "USP"
71
- msgstr "USP"
72
-
73
- #: user-submitted-posts.php:1175
74
- msgid " files required"
75
- msgstr " fichiers requis"
76
-
77
- #: user-submitted-posts.php:1176
78
- msgid " file required"
79
- msgstr " fichier requis"
80
-
81
- #: user-submitted-posts.php:1178
82
- msgid " files"
83
- msgstr " des dossiers"
84
-
85
- #: user-submitted-posts.php:1179
86
- msgid " file"
87
- msgstr " fichier"
88
-
89
- #: user-submitted-posts.php:1181 user-submitted-posts.php:1182
90
- #: user-submitted-posts.php:1183 user-submitted-posts.php:1184
91
- msgid " pixels"
92
- msgstr " pixels"
93
-
94
- #: user-submitted-posts.php:1186 library/plugin-settings.php:284
95
- #: library/plugin-settings.php:303 library/plugin-settings.php:690
96
- #: library/plugin-settings.php:1176
97
- msgid "Custom Field"
98
- msgstr "Champ personnalisé"
99
-
100
- #: user-submitted-posts.php:1189
101
- msgid "An error occurred. Please go back and try again."
102
- msgstr "Une erreur est survenue Veuillez revenir en arrière et réessayer."
103
-
104
- #: user-submitted-posts.php:1199
105
- msgid "User login required"
106
- msgstr "Connexion de l'utilisateur requise"
107
-
108
- #: user-submitted-posts.php:1200
109
- msgid "User name required"
110
- msgstr "Nom d'utilisateur (requis"
111
-
112
- #: user-submitted-posts.php:1201
113
- msgid "Post title required"
114
- msgstr "Titre du poste requis"
115
-
116
- #: user-submitted-posts.php:1202
117
- msgid "User URL required"
118
- msgstr "URL de l'utilisateur requise"
119
-
120
- #: user-submitted-posts.php:1203
121
- msgid "Post tags required"
122
- msgstr "Post tags requis"
123
-
124
- #: user-submitted-posts.php:1204
125
- msgid "Post category required"
126
- msgstr "Catégorie de poste requise"
127
-
128
- #: user-submitted-posts.php:1205
129
- msgid "Post content required"
130
- msgstr "Publier le contenu requis"
131
-
132
- #: user-submitted-posts.php:1206 user-submitted-posts.php:1207
133
- msgid "Correct captcha required"
134
- msgstr "Captcha correct requis"
135
-
136
- #: user-submitted-posts.php:1208
137
- msgid "User email required"
138
- msgstr "Email de l'utilisateur requis"
139
-
140
- #: user-submitted-posts.php:1209
141
- msgid "Please check your email and try again"
142
- msgstr "Veuillez vérifier votre email et réessayer"
143
-
144
- #: user-submitted-posts.php:1210
145
- msgid "Non-empty value for hidden field"
146
- msgstr "Valeur non vide pour le champ masqué"
147
-
148
- #: user-submitted-posts.php:1211
149
- msgid "Minimum number of images not met"
150
- msgstr "Nombre minimal d'images non satisfaites"
151
-
152
- #: user-submitted-posts.php:1212
153
- msgid "Maximum number of images exceeded "
154
- msgstr "Nombre maximal d'images dépassé"
155
-
156
- #: user-submitted-posts.php:1213
157
- msgid "Minimum image width not met"
158
- msgstr "Largeur d'image minimale non atteinte"
159
-
160
- #: user-submitted-posts.php:1214
161
- msgid "Image width exceeds maximum"
162
- msgstr "La largeur de l'image dépasse le maximum"
163
-
164
- #: user-submitted-posts.php:1215
165
- msgid "Minimum image height not met"
166
- msgstr "Hauteur d'image minimale non atteinte"
167
-
168
- #: user-submitted-posts.php:1216
169
- msgid "Image height exceeds maximum"
170
- msgstr "La hauteur de l'image dépasse le maximum"
171
-
172
- #: user-submitted-posts.php:1217
173
- msgid "File type not allowed (please upload images only)"
174
- msgstr ""
175
- "Le type de fichier n'est pas autorisé (veuillez télécharger des images "
176
- "seulement)"
177
-
178
- #: user-submitted-posts.php:1218
179
- msgid " required"
180
- msgstr " Champs obligatoires"
181
-
182
- #: user-submitted-posts.php:1222
183
- msgid "File not uploaded. Please check the file and try again."
184
- msgstr "Fichier non téléchargé. Veuillez vérifier le fichier et réessayer."
185
-
186
- #: user-submitted-posts.php:1226
187
- msgid "The file(s) could not be uploaded"
188
- msgstr "Le fichier n'a pas pu être téléchargé"
189
-
190
- #: user-submitted-posts.php:1228
191
- msgid "Post not created. Please contact the site administrator for help."
192
- msgstr ""
193
- "Message non créé. Veuillez contacter l'administrateur du site pour obtenir "
194
- "de l'aide."
195
-
196
- #: user-submitted-posts.php:1229
197
- msgid "Duplicate post title. Please try again."
198
- msgstr "Dupliquer le titre du poste. Veuillez réessayer."
199
-
200
- #: user-submitted-posts.php:1239
201
- msgid "Error: "
202
- msgstr "Erreur:"
203
-
204
- #: user-submitted-posts.php:1265
205
- msgid "Return to form"
206
- msgstr "Retourner au formulaire"
207
-
208
- #: user-submitted-posts.php:1293 library/plugin-settings.php:943
209
- msgid "Please"
210
- msgstr "S'il vous plaît"
211
-
212
- #: user-submitted-posts.php:1294
213
- msgid "log in"
214
- msgstr "s'identifier"
215
-
216
- #: user-submitted-posts.php:1295
217
- msgid "to submit content!"
218
- msgstr "soumettre du contenu"
219
-
220
- #: views/submission-form.php:46 views/submission-form-alt.php:55
221
- msgid "Please complete the required fields."
222
- msgstr "Merci de compléter les champs obligatoires."
223
-
224
- #: views/submission-form.php:56 views/submission-form.php:57
225
- #: views/submission-form-alt.php:61 views/submission-form-alt.php:62
226
- msgid "Your Name"
227
- msgstr "Votre Nom"
228
-
229
- #: views/submission-form.php:62 views/submission-form.php:63
230
- #: views/submission-form-alt.php:67 views/submission-form-alt.php:68
231
- msgid "Your URL"
232
- msgstr "Votre URL"
233
-
234
- #: views/submission-form.php:68 views/submission-form.php:69
235
- #: views/submission-form-alt.php:73 views/submission-form-alt.php:74
236
- msgid "Your Email"
237
- msgstr "Votre Email"
238
-
239
- #: views/submission-form.php:74 views/submission-form.php:75
240
- #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
241
- #: library/plugin-settings.php:1004
242
- msgid "Post Title"
243
- msgstr "Titre du post"
244
-
245
- #: views/submission-form.php:80 views/submission-form.php:81
246
- #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
247
- #: library/plugin-settings.php:1005
248
- msgid "Post Tags"
249
- msgstr "Tags du post"
250
-
251
- #: views/submission-form.php:93 views/submission-form-alt.php:98
252
- msgid "Antispam Question"
253
- msgstr "Question Antispam"
254
-
255
- #: views/submission-form.php:98 views/submission-form-alt.php:103
256
- #: library/plugin-settings.php:1006
257
- msgid "Post Category"
258
- msgstr "Catégorie du post"
259
-
260
- #: views/submission-form.php:100 views/submission-form-alt.php:105
261
- msgid "Please select a category.."
262
- msgstr "Veuillez sélectionner une catégorie.."
263
-
264
- #: views/submission-form.php:135 views/submission-form.php:136
265
- #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
266
- #: library/plugin-settings.php:1007
267
- msgid "Post Content"
268
- msgstr "Publier un contenu"
269
-
270
- #: views/submission-form.php:142 views/submission-form-alt.php:147
271
- msgid "Verification"
272
- msgstr "Vérification"
273
-
274
- #: views/submission-form.php:149 views/submission-form-alt.php:154
275
- msgid "Upload an Image"
276
- msgstr "Télécharger une image"
277
-
278
- #: views/submission-form.php:158 views/submission-form-alt.php:163
279
- msgid "Add another image"
280
- msgstr "Ajouter une autre image"
281
-
282
- #: views/submission-form.php:180 views/submission-form-alt.php:185
283
- msgid "Human verification: leave this field empty."
284
- msgstr "Vérification humaine: laissez ce champ vide."
285
-
286
- #: views/submission-form.php:202 views/submission-form-alt.php:207
287
- msgid "Submit Post"
288
- msgstr "Envoyer un message"
289
-
290
- #: library/plugin-settings.php:32
291
- msgid "Get USP Pro for unlimited forms!"
292
- msgstr "Obtenez USP Pro pour des formulaires illimités!"
293
-
294
- #: library/plugin-settings.php:33
295
- msgid "Go Pro"
296
- msgstr "Go Pro"
297
-
298
- #: library/plugin-settings.php:37
299
- msgid "Settings"
300
- msgstr "Paramètres"
301
-
302
- #: library/plugin-settings.php:55
303
- msgid "Give USP a 5-star rating at WordPress.org"
304
- msgstr "Attribuez 5 étoiles à USP sur WordPress.org"
305
-
306
- #: library/plugin-settings.php:56
307
- msgid "Rate this plugin&nbsp;&raquo;"
308
- msgstr "Notez ce plugin & nbsp; & raquo;"
309
-
310
- #: library/plugin-settings.php:114
311
- msgid "WP Post (recommended)"
312
- msgstr "WP Post (recommandé)"
313
-
314
- #: library/plugin-settings.php:118
315
- msgid "WP Page"
316
- msgstr "WP Page"
317
-
318
- #: library/plugin-settings.php:134
319
- msgid "HTML5 Form + Default CSS"
320
- msgstr "Formulaire HTML5 + CSS par défaut"
321
-
322
- #: library/plugin-settings.php:134
323
- msgid "(Recommended)"
324
- msgstr "(Conseillé)"
325
-
326
- #: library/plugin-settings.php:138
327
- msgid "HTML5 Form + Disable CSS"
328
- msgstr "Formulaire HTML5 + Désactiver CSS"
329
-
330
- #: library/plugin-settings.php:138
331
- msgid "(Provide your own styles)"
332
- msgstr "(Fournissez vos propres styles)"
333
-
334
- #: library/plugin-settings.php:142
335
- msgid "Custom Form + Custom CSS"
336
- msgstr "Formulaire personnalisé + CSS personnalisé"
337
-
338
- #: library/plugin-settings.php:142
339
- msgid "(Provide your own form template &amp; styles)"
340
- msgstr "(Fournissez votre propre modèle de formulaire et vos styles)"
341
-
342
- #: library/plugin-settings.php:158 library/plugin-settings.php:182
343
- #: library/plugin-settings.php:205 library/plugin-settings.php:229
344
- msgid "Auto-display before post content"
345
- msgstr "Auto-affichage avant le contenu de la publication"
346
-
347
- #: library/plugin-settings.php:162 library/plugin-settings.php:186
348
- #: library/plugin-settings.php:209 library/plugin-settings.php:233
349
- msgid "Auto-display after post content"
350
- msgstr "Auto-affichage après le contenu de la publication"
351
-
352
- #: library/plugin-settings.php:166
353
- msgid "Do not auto-display submitted images"
354
- msgstr "Ne pas afficher automatiquement les images soumises"
355
-
356
- #: library/plugin-settings.php:190
357
- msgid "Do not auto-display submitted email"
358
- msgstr "Ne pas afficher automatiquement l'e-mail envoyé"
359
-
360
- #: library/plugin-settings.php:213
361
- msgid "Do not auto-display submitted URL"
362
- msgstr "Ne pas afficher automatiquement l'URL soumise"
363
-
364
- #: library/plugin-settings.php:237
365
- msgid "Do not auto-display the Custom Field"
366
- msgstr "Ne pas afficher automatiquement le champ personnalisé"
367
-
368
- #: library/plugin-settings.php:265 library/plugin-settings.php:297
369
- #: library/plugin-settings.php:330 library/plugin-settings.php:362
370
- msgid "Display and require"
371
- msgstr "Afficher et exiger"
372
-
373
- #: library/plugin-settings.php:266 library/plugin-settings.php:298
374
- msgid "Display but do not require"
375
- msgstr "Afficher mais ne nécessite pas"
376
-
377
- #: library/plugin-settings.php:267 library/plugin-settings.php:299
378
- #: library/plugin-settings.php:331 library/plugin-settings.php:363
379
- msgid "Disable this field"
380
- msgstr "Désactiver ce champ"
381
-
382
- #: library/plugin-settings.php:302 library/plugin-settings.php:334
383
- #: library/plugin-settings.php:366 library/plugin-settings.php:398
384
- msgid "(Visit"
385
- msgstr "(Visite"
386
-
387
- #: library/plugin-settings.php:303 library/plugin-settings.php:335
388
- #: library/plugin-settings.php:367 library/plugin-settings.php:399
389
- msgid "to configure options)"
390
- msgstr "pour configurer les options)"
391
-
392
- #: library/plugin-settings.php:318 library/plugin-settings.php:335
393
- #: library/plugin-settings.php:1194 library/plugin-settings.php:1199
394
- msgid "Challenge Question"
395
- msgstr "Question de défi"
396
-
397
- #: library/plugin-settings.php:350 library/plugin-settings.php:367
398
- #: library/plugin-settings.php:1216
399
- msgid "Google reCAPTCHA"
400
- msgstr "Google reCAPTCHA"
401
-
402
- #: library/plugin-settings.php:382
403
- msgid "Post Images"
404
- msgstr "Poster des images"
405
-
406
- #: library/plugin-settings.php:394
407
- msgid "Display"
408
- msgstr "Afficher"
409
-
410
- #: library/plugin-settings.php:395
411
- msgid "Disable"
412
- msgstr "Désactiver"
413
-
414
- #: library/plugin-settings.php:399 library/plugin-settings.php:1277
415
- msgid "Image Uploads"
416
- msgstr "Téléchargement d'images"
417
-
418
- #: library/plugin-settings.php:479
419
- msgid "Draft"
420
- msgstr "Brouillon"
421
-
422
- #: library/plugin-settings.php:480
423
- msgid "Pending (default)"
424
- msgstr "En attente (par défaut)"
425
-
426
- #: library/plugin-settings.php:481
427
- msgid "Publish immediately"
428
- msgstr "Publier immédiatement"
429
-
430
- #: library/plugin-settings.php:482
431
- msgid "Publish after 1 approved post"
432
- msgstr "Publier après 1 poste approuvé"
433
-
434
- #: library/plugin-settings.php:483
435
- msgid "Publish after "
436
- msgstr "Publier après"
437
-
438
- #: library/plugin-settings.php:483
439
- msgid " approved posts"
440
- msgstr " postes approuvés"
441
-
442
- #: library/plugin-settings.php:635
443
- msgid ""
444
- "There was an error. Please ensure that you have added a title, some content, "
445
- "and that you have uploaded only images."
446
- msgstr ""
447
- "Il y avait une erreur. Veuillez vous assurer que vous avez ajouté un titre, "
448
- "du contenu et que vous n'avez téléchargé que des images."
449
-
450
- #: library/plugin-settings.php:649
451
- msgid "Please select your image(s) to upload."
452
- msgstr "Veuillez sélectionner votre image (s) à télécharger."
453
-
454
- #: library/plugin-settings.php:655
455
- msgid "Success! Thank you for your submission."
456
- msgstr "Succès! Merci pour votre contribution."
457
-
458
- #: library/plugin-settings.php:681
459
- msgid "Email"
460
- msgstr "Email"
461
-
462
- #: library/plugin-settings.php:682
463
- msgid "URL"
464
- msgstr "URL"
465
-
466
- #: library/plugin-settings.php:721
467
- msgid "Sorry, you are not allowed to modify settings."
468
- msgstr "Désolé, vous n'êtes pas autorisé à modifier les paramètres."
469
-
470
- #: library/plugin-settings.php:930
471
- msgid "Toggle all panels"
472
- msgstr "Bascule tous les panneaux"
473
-
474
- #: library/plugin-settings.php:939
475
- msgid "We need your support!"
476
- msgstr "Nous avons besoin de votre appui!"
477
-
478
- #: library/plugin-settings.php:943
479
- msgid "Make a donation via PayPal"
480
- msgstr "Faire un don via PayPal"
481
-
482
- #: library/plugin-settings.php:943
483
- msgid "make a donation"
484
- msgstr "faire un don"
485
-
486
- #: library/plugin-settings.php:943
487
- msgid "and/or"
488
- msgstr "et / ou"
489
-
490
- #: library/plugin-settings.php:944
491
- msgid "Rate and review at the Plugin Directory"
492
- msgstr "Notez et consultez le répertoire des plugins"
493
-
494
- #: library/plugin-settings.php:945
495
- msgid "give this plugin a 5-star rating"
496
- msgstr "donner à ce plugin une note de 5 étoiles"
497
-
498
- #: library/plugin-settings.php:949
499
- msgid ""
500
- "Your generous support enables continued development of this free plugin. "
501
- "Thank you!"
502
- msgstr ""
503
- "Votre généreux support permet le développement continu de ce plugin gratuit. "
504
- "Je vous remercie!"
505
-
506
- #: library/plugin-settings.php:954
507
- msgid "Check this box if you have shown support"
508
- msgstr "Cochez cette case si vous avez montré un soutien"
509
-
510
- #: library/plugin-settings.php:963
511
- msgid "Overview"
512
- msgstr "Aperçu"
513
-
514
- #: library/plugin-settings.php:967
515
- msgid ""
516
- "enables your visitors to submit posts and upload images from the front-end "
517
- "of your site. "
518
- msgstr ""
519
- "permet à vos visiteurs de soumettre des publications et de télécharger des "
520
- "images depuis l'interface de votre site."
521
-
522
- #: library/plugin-settings.php:968
523
- msgid "For advanced functionality and unlimited forms, check out"
524
- msgstr ""
525
- "Pour des fonctionnalités avancées et des formulaires illimités, consultez"
526
-
527
- #: library/plugin-settings.php:968 library/plugin-settings.php:1335
528
- msgid "USP Pro"
529
- msgstr "USP Pro"
530
-
531
- #: library/plugin-settings.php:969
532
- msgid "&mdash; the ultimate solution for user-generated content."
533
- msgstr "& mdash; la solution ultime pour le contenu généré par l'utilisateur."
534
-
535
- #: library/plugin-settings.php:973 library/plugin-settings.php:990
536
- msgid "Plugin Settings"
537
- msgstr "Paramètres du plugin"
538
-
539
- #: library/plugin-settings.php:974
540
- msgid "Display the form"
541
- msgstr "Afficher le formulaire"
542
-
543
- #: library/plugin-settings.php:975 library/plugin-settings.php:1482
544
- msgid "Plugin Homepage"
545
- msgstr "Plugin Page d'accueil"
546
-
547
- #: library/plugin-settings.php:978
548
- msgid "If you like this plugin, please"
549
- msgstr "Si vous aimez ce plugin, s'il vous plaît"
550
-
551
- #: library/plugin-settings.php:979
552
- msgid "THANK YOU for your support!"
553
- msgstr "Merci pour votre soutien!"
554
-
555
- #: library/plugin-settings.php:979
556
- msgid "give it a 5-star rating"
557
- msgstr "lui donner une note de 5 étoiles"
558
-
559
- #: library/plugin-settings.php:983
560
- msgid "Unlimited front-end forms"
561
- msgstr "Formulaires frontaux illimités"
562
-
563
- #: library/plugin-settings.php:983
564
- msgid "Get USP Pro"
565
- msgstr "Obtenez USP Pro"
566
-
567
- #: library/plugin-settings.php:993
568
- msgid "Configure your settings for User Submitted Posts."
569
- msgstr "Configurez vos paramètres pour les messages envoyés par l'utilisateur."
570
-
571
- #: library/plugin-settings.php:995
572
- msgid "Form Fields"
573
- msgstr "Champs de formulaire"
574
-
575
- #: library/plugin-settings.php:1001
576
- msgid "User Name"
577
- msgstr "Nom d'utilisateur"
578
-
579
- #: library/plugin-settings.php:1002
580
- msgid "User Email"
581
- msgstr "Email de l'utilisateur"
582
-
583
- #: library/plugin-settings.php:1003
584
- msgid "User URL"
585
- msgstr "URL de l'utilisateur"
586
-
587
- #: library/plugin-settings.php:1018
588
- msgid "General Settings"
589
- msgstr "réglages généraux"
590
-
591
- #: library/plugin-settings.php:1023
592
- msgid "Form Style"
593
- msgstr "Style de formulaire"
594
-
595
- #: library/plugin-settings.php:1028
596
- msgid "With this option, you can copy the plugin&rsquo;s default templates:"
597
- msgstr ""
598
- "Avec cette option, vous pouvez copier les modèles par défaut du plugin:"
599
-
600
- #: library/plugin-settings.php:1033
601
- msgid "..and upload them into a directory named"
602
- msgstr "..et téléchargez-les dans un répertoire nommé"
603
-
604
- #: library/plugin-settings.php:1033
605
- msgid "in your theme:"
606
- msgstr "dans votre thème:"
607
-
608
- #: library/plugin-settings.php:1039
609
- msgid ""
610
- "That will enable you to customize the form and styles as desired. For more "
611
- "info, check out the \"Custom Submission Form\" section in the"
612
- msgstr ""
613
- "Cela vous permettra de personnaliser le formulaire et les styles comme vous "
614
- "le souhaitez. Pour plus d'informations, consultez la section \"Formulaire de "
615
- "soumission personnalisé\" dans le"
616
-
617
- #: library/plugin-settings.php:1040
618
- msgid "Installation Docs"
619
- msgstr "Documents d'installation"
620
-
621
- #: library/plugin-settings.php:1041
622
- msgid "FYI: here is a"
623
- msgstr "FYI: voici un"
624
-
625
- #: library/plugin-settings.php:1041
626
- msgid "list of USP CSS selectors"
627
- msgstr "liste des sélecteurs CSS USP"
628
-
629
- #: library/plugin-settings.php:1047
630
- msgid "Include JavaScript"
631
- msgstr "Inclure JavaScript"
632
-
633
- #: library/plugin-settings.php:1049
634
- msgid ""
635
- "Check this box if you want to include the external JavaScript files "
636
- "(recommended)."
637
- msgstr ""
638
- "Cochez cette case si vous souhaitez inclure les fichiers JavaScript externes "
639
- "(recommandé)."
640
-
641
- #: library/plugin-settings.php:1052
642
- msgid "Targeted Loading"
643
- msgstr "Chargement ciblé"
644
-
645
- #: library/plugin-settings.php:1054
646
- msgid ""
647
- "By default, external CSS &amp; JavaScript files are loaded on every page. "
648
- "Here you may specify the URL of the USP form to load resources only on that "
649
- "page. Note: leave blank to load on all pages."
650
- msgstr ""
651
- "Par défaut, CSS externe & amp; Les fichiers JavaScript sont chargés sur "
652
- "chaque page. Ici, vous pouvez spécifier l'URL du formulaire USP pour charger "
653
- "des ressources uniquement sur cette page. Remarque: laissez vide pour "
654
- "charger sur toutes les pages."
655
-
656
- #: library/plugin-settings.php:1057
657
- msgid "Post Type"
658
- msgstr "Type de message"
659
-
660
- #: library/plugin-settings.php:1060
661
- msgid "Submit posts as WP Posts or Pages"
662
- msgstr "Soumettre des messages sous forme de messages WP ou de pages"
663
-
664
- #: library/plugin-settings.php:1064
665
- msgid "Post Status"
666
- msgstr "Statut de publication"
667
-
668
- #: library/plugin-settings.php:1067
669
- msgid "Post Status for submitted posts"
670
- msgstr "Statut du message pour les posts soumis"
671
-
672
- #: library/plugin-settings.php:1071
673
- msgid "Redirect URL"
674
- msgstr "URL de redirection"
675
-
676
- #: library/plugin-settings.php:1073
677
- msgid ""
678
- "Specify a URL to redirect the user after post-submission. Leave blank to "
679
- "redirect back to current page."
680
- msgstr ""
681
- "Indiquez une URL pour rediriger l'utilisateur après la post-soumission. "
682
- "Laissez vide pour rediriger vers la page en cours."
683
-
684
- #: library/plugin-settings.php:1076
685
- msgid "Success Message"
686
- msgstr "Message de réussite"
687
-
688
- #: library/plugin-settings.php:1078
689
- msgid ""
690
- "Success message that is displayed if post-submission is successful. Basic "
691
- "markup is allowed."
692
- msgstr ""
693
- "Message de réussite affiché si la post-soumission est réussie. Le balisage "
694
- "de base est autorisé."
695
-
696
- #: library/plugin-settings.php:1081
697
- msgid "Error Message"
698
- msgstr "Message d'erreur"
699
-
700
- #: library/plugin-settings.php:1083
701
- msgid ""
702
- "General error message that is displayed if post-submission fails. Basic "
703
- "markup is allowed."
704
- msgstr ""
705
- "Message d'erreur général affiché si la post-soumission échoue. Le balisage "
706
- "de base est autorisé."
707
-
708
- #: library/plugin-settings.php:1086
709
- msgid "Custom Content"
710
- msgstr "Contenu personnalisé"
711
-
712
- #: library/plugin-settings.php:1088
713
- msgid ""
714
- "Custom text/markup to be included before the submission form. Leave blank to "
715
- "disable."
716
- msgstr ""
717
- "Texte / balisage personnalisé à inclure avant le formulaire de soumission. "
718
- "Laissez vide pour désactiver."
719
-
720
- #: library/plugin-settings.php:1091
721
- msgid "Rich Text Editor"
722
- msgstr "Éditeur de texte enrichi"
723
-
724
- #: library/plugin-settings.php:1093
725
- msgid ""
726
- "Check this box if you want to enable WP rich text editing for submitted "
727
- "posts."
728
- msgstr ""
729
- "Cochez cette case si vous souhaitez activer l'édition de texte enrichi WP "
730
- "pour les articles soumis."
731
-
732
- #: library/plugin-settings.php:1096
733
- msgid "Unique Titles"
734
- msgstr "Titres uniques"
735
-
736
- #: library/plugin-settings.php:1098
737
- msgid ""
738
- "Require submitted post titles to be unique (useful for preventing "
739
- "multiple/duplicate submitted posts)."
740
- msgstr ""
741
- "Exiger que les titres de poste soumis soient uniques (utile pour éviter les "
742
- "messages soumis multiples / en double)."
743
-
744
- #: library/plugin-settings.php:1101
745
- msgid "Disable Required"
746
- msgstr "Désactiver Obligatoire"
747
-
748
- #: library/plugin-settings.php:1103
749
- msgid ""
750
- "Disable all required attributes on default form fields (useful for "
751
- "troubleshooting error messages)."
752
- msgstr ""
753
- "Désactivez tous les attributs requis dans les champs de formulaire par "
754
- "défaut (utile pour le dépannage des messages d'erreur)."
755
-
756
- #: library/plugin-settings.php:1106
757
- msgid "Disable IP Tracking"
758
- msgstr "Désactiver le suivi IP"
759
-
760
- #: library/plugin-settings.php:1108
761
- msgid ""
762
- "By default USP records the IP address with each submitted post. Check this "
763
- "box to disable all IP tracking."
764
- msgstr ""
765
- "Par défaut, USP enregistre l'adresse IP avec chaque message envoyé. Cochez "
766
- "cette case pour désactiver tout le suivi IP."
767
-
768
- #: library/plugin-settings.php:1111
769
- msgid "Enable Shortcodes"
770
- msgstr "Activer Shortcodes"
771
-
772
- #: library/plugin-settings.php:1113
773
- msgid ""
774
- "Enable shortcodes in widgets. By default, WordPress does not enable "
775
- "shortcodes in widgets. "
776
- msgstr ""
777
- "Activer les shortcodes dans les widgets. Par défaut, WordPress n'accepte pas "
778
- "les shortcodes dans les widgets."
779
-
780
- #: library/plugin-settings.php:1114
781
- msgid ""
782
- "This setting enables any/all shortcodes in widgets (even shortcodes from "
783
- "other plugins)."
784
- msgstr ""
785
- "Ce paramètre active tout / tous les shortcodes dans les widgets (même les "
786
- "shortcodes d'autres plugins)."
787
-
788
- #: library/plugin-settings.php:1119 library/plugin-settings.php:1124
789
- msgid "Categories"
790
- msgstr "Catégories"
791
-
792
- #: library/plugin-settings.php:1127
793
- msgid ""
794
- "Select which categories may be assigned to submitted posts (click to toggle)"
795
- msgstr ""
796
- "Sélectionnez les catégories pouvant être attribuées aux posts soumis "
797
- "(cliquez pour basculer)"
798
-
799
- #: library/plugin-settings.php:1135
800
- msgid "Hidden/Default Category"
801
- msgstr "Catégorie cachée / par défaut"
802
-
803
- #: library/plugin-settings.php:1137
804
- msgid ""
805
- "Use a hidden field for the post category. This may be used to specify a "
806
- "default category when the category field is disabled."
807
- msgstr ""
808
- "Utilisez un champ masqué pour la catégorie de publication. Cela peut être "
809
- "utilisé pour spécifier une catégorie par défaut lorsque le champ catégorie "
810
- "est désactivé."
811
-
812
- #: library/plugin-settings.php:1140
813
- msgid "Category ID for Hidden Field"
814
- msgstr "ID de catégorie pour le champ masqué"
815
-
816
- #: library/plugin-settings.php:1142
817
- msgid ""
818
- "Specify the ID of the category to use for the &ldquo;Hidden/Default "
819
- "Category&rdquo; option."
820
- msgstr ""
821
- "Spécifiez l'ID de la catégorie à utiliser pour la catégorie & ldquo; Caché / "
822
- "par défaut & rdquo; option."
823
-
824
- #: library/plugin-settings.php:1147
825
- msgid "Users"
826
- msgstr "Utilisateurs"
827
-
828
- #: library/plugin-settings.php:1152
829
- msgid "Assigned Author"
830
- msgstr "Auteur assigné"
831
-
832
- #: library/plugin-settings.php:1155
833
- msgid "Specify the user that should be assigned as author for submitted posts."
834
- msgstr ""
835
- "Indiquez l'utilisateur à attribuer en tant qu'auteur pour les publications "
836
- "soumises."
837
-
838
- #: library/plugin-settings.php:1159
839
- msgid "Registered Username"
840
- msgstr "Nom d'utilisateur enregistré"
841
-
842
- #: library/plugin-settings.php:1161
843
- msgid ""
844
- "Use registered username as post author. Valid when the person submitting the "
845
- "form is logged in to WordPress."
846
- msgstr ""
847
- "Utilisez le nom d'utilisateur enregistré comme auteur de publication. Valide "
848
- "lorsque la personne qui soumet le formulaire est connectée à WordPress."
849
-
850
- #: library/plugin-settings.php:1164
851
- msgid "User Profile URL"
852
- msgstr "URL du profil utilisateur"
853
-
854
- #: library/plugin-settings.php:1166
855
- msgid ""
856
- "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid "
857
- "when the person submitting the form is logged in to WordPress."
858
- msgstr ""
859
- "Utilisez l'URL du profil de l'utilisateur enregistré comme valeur du champ "
860
- "URL. Valide lorsque la personne qui soumet le formulaire est connectée à "
861
- "WordPress."
862
-
863
- #: library/plugin-settings.php:1169
864
- msgid "Require User Login"
865
- msgstr "Demander une connexion utilisateur"
866
-
867
- #: library/plugin-settings.php:1171
868
- msgid "Require users to be logged in to WordPress to view/submit the form"
869
- msgstr ""
870
- "Exiger que les utilisateurs soient connectés à WordPress pour voir / "
871
- "soumettre le formulaire"
872
-
873
- #: library/plugin-settings.php:1177
874
- msgid ""
875
- "Here you may change the name and label used by the Custom Field. You can "
876
- "enable this field via the Form Fields setting, above."
877
- msgstr ""
878
- "Ici, vous pouvez changer le nom et l'étiquette utilisés par le champ "
879
- "personnalisé. Vous pouvez activer ce champ via le paramètre Form Fields, ci-"
880
- "dessus."
881
-
882
- #: library/plugin-settings.php:1182
883
- msgid "Custom Field Name"
884
- msgstr "Nom de champ personnalisé"
885
-
886
- #: library/plugin-settings.php:1184
887
- msgid ""
888
- "Use only alphanumeric, underscores, and dashes. If unsure, use the default "
889
- "name:"
890
- msgstr ""
891
- "Utilisez uniquement des caractères alphanumériques, des traits de "
892
- "soulignement et des tirets. En cas de doute, utilisez le nom par défaut:"
893
-
894
- #: library/plugin-settings.php:1187
895
- msgid "Custom Field Label"
896
- msgstr "Étiquette de champ personnalisée"
897
-
898
- #: library/plugin-settings.php:1189
899
- msgid ""
900
- "This will be displayed as the field label on the form. Default: Custom Field"
901
- msgstr ""
902
- "Cela sera affiché comme l'étiquette du champ sur le formulaire. Par défaut: "
903
- "Champ personnalisé"
904
-
905
- #: library/plugin-settings.php:1201
906
- msgid ""
907
- "To prevent spam, enter a question that users must answer before submitting "
908
- "the form."
909
- msgstr ""
910
- "Pour éviter le spam, entrez une question à laquelle les utilisateurs doivent "
911
- "répondre avant de soumettre le formulaire."
912
-
913
- #: library/plugin-settings.php:1204
914
- msgid "Challenge Response"
915
- msgstr "Réponse au défi"
916
-
917
- #: library/plugin-settings.php:1206
918
- msgid "Enter the *only* correct answer to the challenge question."
919
- msgstr "Entrez la réponse * seulement * correcte à la question de défi."
920
-
921
- #: library/plugin-settings.php:1209
922
- msgid "Case-sensitivity"
923
- msgstr "Sensibilité à la casse"
924
-
925
- #: library/plugin-settings.php:1211
926
- msgid "Check this box if you want the challenge response to be case-sensitive."
927
- msgstr ""
928
- "Cochez cette case si vous souhaitez que la réponse au défi soit sensible à "
929
- "la casse."
930
-
931
- #: library/plugin-settings.php:1217
932
- msgid "To enable Google reCAPTCHA, enter your public and private keys."
933
- msgstr "Pour activer Google reCAPTCHA, entrez vos clés publique et privée."
934
-
935
- #: library/plugin-settings.php:1222
936
- msgid "Public Key"
937
- msgstr "Clé publique"
938
-
939
- #: library/plugin-settings.php:1224
940
- msgid "Enter your Public Key"
941
- msgstr "Entrez votre clé publique"
942
-
943
- #: library/plugin-settings.php:1227
944
- msgid "Private Key"
945
- msgstr "Clé privée"
946
-
947
- #: library/plugin-settings.php:1229
948
- msgid "Enter your Private Key"
949
- msgstr "Entrez votre clé privée"
950
-
951
- #: library/plugin-settings.php:1234
952
- msgid "Email Alerts"
953
- msgstr "Alertes par e-mail"
954
-
955
- #: library/plugin-settings.php:1239
956
- msgid "Receive Email Alert"
957
- msgstr "Recevoir une alerte email"
958
-
959
- #: library/plugin-settings.php:1241
960
- msgid ""
961
- "Check this box if you want to be notified via email for new post submissions."
962
- msgstr ""
963
- "Cochez cette case si vous souhaitez être averti par e-mail des nouvelles "
964
- "soumissions."
965
-
966
- #: library/plugin-settings.php:1244
967
- msgid "Enable HTML Format"
968
- msgstr "Activer le format HTML"
969
-
970
- #: library/plugin-settings.php:1246
971
- msgid "Check this box to enable HTML format for email alerts."
972
- msgstr ""
973
- "Cochez cette case pour activer le format HTML pour les alertes par e-mail."
974
-
975
- #: library/plugin-settings.php:1249
976
- msgid "Email Address for Alerts"
977
- msgstr "Adresse e-mail pour les alertes"
978
-
979
- #: library/plugin-settings.php:1251
980
- msgid ""
981
- "If you checked the box to receive email alerts, indicate here the address(es)"
982
- " to which the emails should be sent."
983
- msgstr ""
984
- "Si vous avez coché la case pour recevoir des alertes par courriel, indiquez "
985
- "ici l'adresse à laquelle les courriels doivent être envoyés."
986
-
987
- #: library/plugin-settings.php:1252
988
- msgid "Multiple recipients may be included using a comma, like so:"
989
- msgstr ""
990
- "Plusieurs destinataires peuvent être inclus en utilisant une virgule, comme "
991
- "ceci:"
992
-
993
- #: library/plugin-settings.php:1255
994
- msgid "Email &ldquo;From&rdquo; Address"
995
- msgstr "Email & ldquo; De & quot; Adresse"
996
-
997
- #: library/plugin-settings.php:1257
998
- msgid ""
999
- "Here you may customize the address(es) used for the &ldquo;From&rdquo; "
1000
- "header (see plugin FAQs for info). "
1001
- msgstr ""
1002
- "Ici, vous pouvez personnaliser les adresses utilisées pour le & ldquo; De & "
1003
- "quot; en-tête (voir FAQ sur les plugins pour plus d'informations)."
1004
-
1005
- #: library/plugin-settings.php:1258
1006
- msgid ""
1007
- "If multiple addresses are specified in the previous setting, include an "
1008
- "equal number of &ldquo;From&rdquo; addresses for this setting (in the same "
1009
- "order)."
1010
- msgstr ""
1011
- "Si plusieurs adresses sont spécifiées dans le paramètre précédent, incluez "
1012
- "un nombre égal de & ldquo; De & quot; adresses pour ce paramètre (dans le "
1013
- "même ordre)."
1014
-
1015
- #: library/plugin-settings.php:1261
1016
- msgid "Email Alert Subject"
1017
- msgstr "Sujet d'alerte par email"
1018
-
1019
- #: library/plugin-settings.php:1263
1020
- msgid ""
1021
- "Subject line for email alerts. Leave blank to use the default subject line. "
1022
- "Note: you can use the following variables: "
1023
- msgstr ""
1024
- "Ligne d'objet pour les alertes par e-mail. Laissez vide pour utiliser la "
1025
- "ligne d'objet par défaut. Remarque: vous pouvez utiliser les variables "
1026
- "suivantes:"
1027
-
1028
- #: library/plugin-settings.php:1268
1029
- msgid "Email Alert Message"
1030
- msgstr "Message d'alerte par courrier électronique"
1031
-
1032
- #: library/plugin-settings.php:1270
1033
- msgid ""
1034
- "Message for email alerts. Leave blank to use the default message. Note: you "
1035
- "can use the following variables: "
1036
- msgstr ""
1037
- "Message pour les alertes par e-mail Laissez vide pour utiliser le message "
1038
- "par défaut. Remarque: vous pouvez utiliser les variables suivantes:"
1039
-
1040
- #: library/plugin-settings.php:1282
1041
- msgid "Featured Image"
1042
- msgstr "L'image sélectionnée"
1043
-
1044
- #: library/plugin-settings.php:1284
1045
- msgid ""
1046
- "Set submitted images as Featured Images. Requires theme support for Featured "
1047
- "Images (aka Post Thumbnails)."
1048
- msgstr ""
1049
- "Définissez les images soumises en tant qu'images en vedette. Nécessite un "
1050
- "support de thème pour les images en vedette (aka Post Thumbnails)."
1051
-
1052
- #: library/plugin-settings.php:1287
1053
- msgid "Upload Message"
1054
- msgstr "Envoyer un message"
1055
-
1056
- #: library/plugin-settings.php:1289
1057
- msgid ""
1058
- "Message that appears next to the upload field. Useful for stating your "
1059
- "upload guidelines/policy/etc. Basic markup allowed."
1060
- msgstr ""
1061
- "Message qui apparaît à côté du champ de téléchargement. Utile pour indiquer "
1062
- "vos directives de téléchargement / politique / etc. Balisage de base "
1063
- "autorisé."
1064
-
1065
- #: library/plugin-settings.php:1292
1066
- msgid "&ldquo;Add another image&rdquo; link"
1067
- msgstr "& ldquo; Ajouter une autre image & rdquo; lien"
1068
-
1069
- #: library/plugin-settings.php:1294
1070
- msgid ""
1071
- "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to "
1072
- "use the default markup (recommended)."
1073
- msgstr ""
1074
- "Balisage personnalisé pour le & ldquo; Ajouter une autre image & rdquo; lien."
1075
- " Laissez vide pour utiliser le balisage par défaut (recommandé)."
1076
-
1077
- #: library/plugin-settings.php:1297
1078
- msgid "Minimum number of images"
1079
- msgstr "Nombre minimum d'images"
1080
-
1081
- #: library/plugin-settings.php:1300
1082
- msgid "Specify the minimum number of images."
1083
- msgstr "Spécifiez le nombre minimum d'images."
1084
-
1085
- #: library/plugin-settings.php:1304
1086
- msgid "Maximum number of images"
1087
- msgstr "Nombre maximum d'images"
1088
-
1089
- #: library/plugin-settings.php:1307
1090
- msgid "Specify the maximum number of images."
1091
- msgstr "Spécifiez le nombre maximal d'images."
1092
-
1093
- #: library/plugin-settings.php:1311
1094
- msgid "Minimum image width"
1095
- msgstr "Largeur minimale de l'image"
1096
-
1097
- #: library/plugin-settings.php:1313
1098
- msgid "Specify a minimum width (in pixels) for uploaded images."
1099
- msgstr ""
1100
- "Spécifiez une largeur minimale (en pixels) pour les images téléchargées."
1101
-
1102
- #: library/plugin-settings.php:1316
1103
- msgid "Minimum image height"
1104
- msgstr "Hauteur d'image minimale"
1105
-
1106
- #: library/plugin-settings.php:1318
1107
- msgid "Specify a minimum height (in pixels) for uploaded images."
1108
- msgstr ""
1109
- "Spécifiez une hauteur minimale (en pixels) pour les images téléchargées."
1110
-
1111
- #: library/plugin-settings.php:1321
1112
- msgid "Maximum image width"
1113
- msgstr "Largeur maximale de l'image"
1114
-
1115
- #: library/plugin-settings.php:1323
1116
- msgid "Specify a maximum width (in pixels) for uploaded images."
1117
- msgstr ""
1118
- "Spécifiez une largeur maximale (en pixels) pour les images téléchargées."
1119
-
1120
- #: library/plugin-settings.php:1326
1121
- msgid "Maximum image height"
1122
- msgstr "Hauteur maximale de l'image"
1123
-
1124
- #: library/plugin-settings.php:1328
1125
- msgid "Specify a maximum height (in pixels) for uploaded images."
1126
- msgstr ""
1127
- "Spécifiez une hauteur maximale (en pixels) pour les images téléchargées."
1128
-
1129
- #: library/plugin-settings.php:1331
1130
- msgid "More Options"
1131
- msgstr "Plus d'options"
1132
-
1133
- #: library/plugin-settings.php:1334
1134
- msgid ""
1135
- "For more options, like the ability to upload other file types (like PDF, "
1136
- "Word, Zip, videos, and more), check out"
1137
- msgstr ""
1138
- "Pour plus d'options, comme la possibilité de télécharger d'autres types de "
1139
- "fichiers (comme PDF, Word, Zip, vidéos, etc.), consultez"
1140
-
1141
- #: library/plugin-settings.php:1335
1142
- msgid "Go Pro!"
1143
- msgstr "Go Pro!"
1144
-
1145
- #: library/plugin-settings.php:1342
1146
- msgid "Auto-Display Content"
1147
- msgstr "Affichage automatique du contenu"
1148
-
1149
- #: library/plugin-settings.php:1347
1150
- msgid "Images Auto-Display"
1151
- msgstr "Images Auto-Display"
1152
-
1153
- #: library/plugin-settings.php:1349
1154
- msgid "Auto-display user-submitted images:"
1155
- msgstr "Afficher automatiquement les images soumises par l'utilisateur:"
1156
-
1157
- #: library/plugin-settings.php:1354
1158
- msgid "Image Markup"
1159
- msgstr "Image Markup"
1160
-
1161
- #: library/plugin-settings.php:1356
1162
- msgid ""
1163
- "Markup to use for each submitted image (when auto-display is enabled). Can "
1164
- "use"
1165
- msgstr ""
1166
- "Marque à utiliser pour chaque image soumise (lorsque l'affichage automatique "
1167
- "est activé). Peut utiliser"
1168
-
1169
- #: library/plugin-settings.php:1358 library/plugin-settings.php:1371
1170
- #: library/plugin-settings.php:1384 library/plugin-settings.php:1397
1171
- msgid "and"
1172
- msgstr "et"
1173
-
1174
- #: library/plugin-settings.php:1361
1175
- msgid "Email Auto-Display"
1176
- msgstr "Affichage automatique des e-mails"
1177
-
1178
- #: library/plugin-settings.php:1363
1179
- msgid "Auto-display user-submitted email:"
1180
- msgstr "Afficher automatiquement l'e-mail envoyé par l'utilisateur:"
1181
-
1182
- #: library/plugin-settings.php:1368
1183
- msgid "Email Markup"
1184
- msgstr "Balisage d'email"
1185
-
1186
- #: library/plugin-settings.php:1370
1187
- msgid ""
1188
- "Markup to use for the submitted email address (when auto-display is enabled)."
1189
- " Can use"
1190
- msgstr ""
1191
- "Marque à utiliser pour l'adresse e-mail soumise (lorsque l'affichage "
1192
- "automatique est activé). Peut utiliser"
1193
-
1194
- #: library/plugin-settings.php:1374
1195
- msgid "URL Auto-Display"
1196
- msgstr "URL Auto-Display"
1197
-
1198
- #: library/plugin-settings.php:1376
1199
- msgid "Auto-display user-submitted URL:"
1200
- msgstr "Afficher automatiquement l'URL soumise par l'utilisateur:"
1201
-
1202
- #: library/plugin-settings.php:1381
1203
- msgid "URL Markup"
1204
- msgstr "Balise d'URL"
1205
-
1206
- #: library/plugin-settings.php:1383
1207
- msgid ""
1208
- "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1209
- msgstr ""
1210
- "Marque à utiliser pour l'URL soumise (lorsque l'affichage automatique est "
1211
- "activé). Peut utiliser"
1212
-
1213
- #: library/plugin-settings.php:1387
1214
- msgid "Custom Field Auto-Display"
1215
- msgstr "Affichage automatique de champ personnalisé"
1216
-
1217
- #: library/plugin-settings.php:1389
1218
- msgid "Auto-display user-submitted Custom Field:"
1219
- msgstr ""
1220
- "Afficher automatiquement le champ personnalisé soumis par l'utilisateur:"
1221
-
1222
- #: library/plugin-settings.php:1394
1223
- msgid "Custom Field Markup"
1224
- msgstr "Balisage de champ personnalisé"
1225
-
1226
- #: library/plugin-settings.php:1396
1227
- msgid ""
1228
- "Markup to use for the submitted Custom Field (when auto-display is enabled). "
1229
- "Can use"
1230
- msgstr ""
1231
- "Marque à utiliser pour le champ personnalisé soumis (lorsque l'affichage "
1232
- "automatique est activé). Peut utiliser"
1233
-
1234
- #: library/plugin-settings.php:1402 library/plugin-settings.php:1468
1235
- msgid "Save Settings"
1236
- msgstr "Enregistrer les paramètres"
1237
-
1238
- #: library/plugin-settings.php:1407
1239
- msgid "Display the Form"
1240
- msgstr "Afficher le formulaire"
1241
-
1242
- #: library/plugin-settings.php:1410
1243
- msgid "Post-Submit Form"
1244
- msgstr "Formulaire de post-soumission"
1245
-
1246
- #: library/plugin-settings.php:1411
1247
- msgid ""
1248
- "USP enables you to display a post-submission form anywhere on your site."
1249
- msgstr ""
1250
- "USP vous permet d'afficher un formulaire post-soumission n'importe où sur "
1251
- "votre site."
1252
-
1253
- #: library/plugin-settings.php:1412 library/plugin-settings.php:1419
1254
- msgid "Use the shortcode to display the form on any WP Post or Page:"
1255
- msgstr ""
1256
- "Utilisez le shortcode pour afficher le formulaire sur n'importe quel WP Post "
1257
- "ou page:"
1258
-
1259
- #: library/plugin-settings.php:1414 library/plugin-settings.php:1421
1260
- msgid ""
1261
- "Or, use the template tag to display the form anywhere in your theme template:"
1262
- msgstr ""
1263
- "Ou, utilisez la balise de modèle pour afficher le formulaire n'importe où "
1264
- "dans votre modèle de thème:"
1265
-
1266
- #: library/plugin-settings.php:1417
1267
- msgid "Login/Register Form"
1268
- msgstr "Connexion / Inscription"
1269
-
1270
- #: library/plugin-settings.php:1418
1271
- msgid ""
1272
- "You also can display a form that enables users to log in, register, or reset "
1273
- "their password."
1274
- msgstr ""
1275
- "Vous pouvez également afficher un formulaire permettant aux utilisateurs de "
1276
- "se connecter, d'enregistrer ou de réinitialiser leur mot de passe."
1277
-
1278
- #: library/plugin-settings.php:1424
1279
- msgid "Display Submitted Posts"
1280
- msgstr "Afficher les articles soumis"
1281
-
1282
- #: library/plugin-settings.php:1425
1283
- msgid ""
1284
- "Use this shortcode to display a list of submitted posts on any WP Post or "
1285
- "Page:"
1286
- msgstr ""
1287
- "Utilisez ce shortcode pour afficher la liste des posts soumis sur tout WP "
1288
- "Post ou Page:"
1289
-
1290
- #: library/plugin-settings.php:1427
1291
- msgid ""
1292
- "Or, use the template tag to display a list of submitted posts anywhere in "
1293
- "your theme template:"
1294
- msgstr ""
1295
- "Ou, utilisez la balise de gabarit pour afficher une liste de posts soumis "
1296
- "n'importe où dans votre modèle de thème:"
1297
-
1298
- #: library/plugin-settings.php:1429
1299
- msgid "Here are some examples showing how to configure this shortcode:"
1300
- msgstr "Voici quelques exemples montrant comment configurer ce shortcode:"
1301
-
1302
- #: library/plugin-settings.php:1436
1303
- msgid "Access Control"
1304
- msgstr "Contrôle d'accès"
1305
-
1306
- #: library/plugin-settings.php:1437
1307
- msgid "USP provides three shortcodes to control access and restrict content."
1308
- msgstr ""
1309
- "USP fournit trois shortcodes pour contrôler l'accès et restreindre le "
1310
- "contenu."
1311
-
1312
- #: library/plugin-settings.php:1438
1313
- msgid "Display content only to users with a specific capability:"
1314
- msgstr ""
1315
- "Afficher le contenu uniquement pour les utilisateurs ayant une capacité "
1316
- "spécifique:"
1317
-
1318
- #: library/plugin-settings.php:1440
1319
- msgid "Display content to logged-in users:"
1320
- msgstr "Afficher le contenu pour les utilisateurs connectés:"
1321
-
1322
- #: library/plugin-settings.php:1442
1323
- msgid "Display content to visitors only:"
1324
- msgstr "Afficher le contenu aux visiteurs uniquement:"
1325
-
1326
- #: library/plugin-settings.php:1444
1327
- msgid "Tip:"
1328
- msgstr "Pointe:"
1329
-
1330
- #: library/plugin-settings.php:1444
1331
- msgid "to include markup in the deny message, you can use"
1332
- msgstr ""
1333
- "pour inclure le balisage dans le message de refus, vous pouvez utiliser"
1334
-
1335
- #: library/plugin-settings.php:1444
1336
- msgid "to output"
1337
- msgstr "sortir"
1338
-
1339
- #: library/plugin-settings.php:1446
1340
- msgid "Example"
1341
- msgstr "Exemple"
1342
-
1343
- #: library/plugin-settings.php:1447
1344
- msgid ""
1345
- "If the user is logged in, display the post-submit form; or if the user is "
1346
- "not logged in, display the login form:"
1347
- msgstr ""
1348
- "Si l'utilisateur est connecté, affichez le formulaire de post-soumission; ou "
1349
- "si l'utilisateur n'est pas connecté, affichez le formulaire de connexion:"
1350
-
1351
- #: library/plugin-settings.php:1459
1352
- msgid "Restore Defaults"
1353
- msgstr "Réinitialiser"
1354
-
1355
- #: library/plugin-settings.php:1462
1356
- msgid ""
1357
- "Leave this option disabled to remember your settings. Or, to go ahead and "
1358
- "restore the default plugin options: check the box, save your settings, and "
1359
- "then deactivate/reactivate the plugin."
1360
- msgstr ""
1361
- "Laissez cette option désactivée pour mémoriser vos paramètres. Ou, pour "
1362
- "aller de l'avant et restaurer les options de plugin par défaut: cochez la "
1363
- "case, enregistrez vos paramètres, puis désactivez / réactivez le plugin."
1364
-
1365
- #: library/plugin-settings.php:1466
1366
- msgid "Restore default options upon plugin deactivation/reactivation."
1367
- msgstr ""
1368
- "Restaurez les options par défaut lors de la désactivation / réactivation du "
1369
- "plugin."
1370
-
1371
- #: library/plugin-settings.php:1473
1372
- msgid "Show Support"
1373
- msgstr "Afficher le support"
1374
-
1375
- #: library/plugin-settings.php:1482
1376
- msgid "by"
1377
- msgstr "par"
1378
-
1379
- #: library/plugin-settings.php:1483
1380
- msgid "Jeff Starr on Twitter"
1381
- msgstr "Jeff Starr sur Twitter"
1382
-
1383
- #: library/plugin-settings.php:1484
1384
- msgid "Obsessive Web Design &amp; Development"
1385
- msgstr "Conception Web Obsessive & amp; Développement"
1386
-
1387
- #: library/plugin-settings.php:1495
1388
- msgid "Save Preference"
1389
- msgstr "Enregistrer la préférence"
1390
-
1391
- #: library/plugin-settings.php:1502
1392
- msgid ""
1393
- "Are you sure you want to restore all default options? (this action cannot be "
1394
- "undone)"
1395
- msgstr ""
1396
- "Êtes-vous sûr de vouloir restaurer toutes les options par défaut? (cette "
1397
- "action ne peut pas être annulée)"
1398
-
1399
- #: library/template-tags.php:214
1400
- msgid "View full post"
1401
- msgstr "Voir l'article complet"
1402
-
1403
- #. Description of the plugin
1404
- msgid ""
1405
- "Enables your visitors to submit posts and images from anywhere on your site."
1406
- msgstr ""
1407
- "Permet à vos visiteurs de soumettre des publications et des images de "
1408
- "n'importe où sur votre site."
1409
-
1410
- #. URI of the plugin
1411
- msgid "https://perishablepress.com/user-submitted-posts/"
1412
- msgstr "https://perishablepress.com/user-submitted-posts/"
1413
-
1414
- #. Author of the plugin
1415
- msgid "Jeff Starr"
1416
- msgstr "Jeff Starr"
1417
-
1418
- #. Author URI of the plugin
1419
- msgid "https://plugin-planet.com/"
1420
- msgstr "https://plugin-planet.com/"
1
+ msgid ""
2
+ msgstr ""
3
+ "MIME-Version: 1.0\n"
4
+ "Content-Type: text/plain; charset=UTF-8\n"
5
+ "Content-Transfer-Encoding: 8bit\n"
6
+ "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20180316\n"
8
+ "Language: fr\n"
9
+
10
+ #. Name of the plugin
11
+ #: user-submitted-posts.php:44 library/support-panel.php:5
12
+ msgid "User Submitted Posts"
13
+ msgstr "Messages soumis par l'utilisateur"
14
+
15
+ #: user-submitted-posts.php:81
16
+ msgid "requires WordPress "
17
+ msgstr "nécessite WordPress"
18
+
19
+ #: user-submitted-posts.php:82
20
+ msgid " or higher, and has been deactivated! "
21
+ msgstr " ou plus, et a été désactivé!"
22
+
23
+ #: user-submitted-posts.php:83
24
+ msgid "Please return to the"
25
+ msgstr "S'il vous plaît revenir à la"
26
+
27
+ #: user-submitted-posts.php:84
28
+ msgid "WordPress Admin Area"
29
+ msgstr "WordPress Admin Area"
30
+
31
+ #: user-submitted-posts.php:85
32
+ msgid "to upgrade WordPress and try again."
33
+ msgstr "mettre à jour WordPress et réessayer."
34
+
35
+ #: user-submitted-posts.php:125
36
+ msgid "User Submitted Post"
37
+ msgstr "Poste soumis par l'utilisateur"
38
+
39
+ #: user-submitted-posts.php:419
40
+ msgid "User Submitted Post Info"
41
+ msgstr "Informations sur les posts soumis par l'utilisateur"
42
+
43
+ #: user-submitted-posts.php:449
44
+ msgid "Submitter Name: "
45
+ msgstr "Nom de l'auteur:"
46
+
47
+ #: user-submitted-posts.php:450
48
+ msgid "Submitter Email: "
49
+ msgstr "Envoyé par courriel:"
50
+
51
+ #: user-submitted-posts.php:451
52
+ msgid "Submitter URL: "
53
+ msgstr "URL de l'auteur:"
54
+
55
+ #: user-submitted-posts.php:452
56
+ msgid "Submitter IP: "
57
+ msgstr "IP de l'envoyeur:"
58
+
59
+ #: user-submitted-posts.php:503
60
+ msgid "Show USP Posts"
61
+ msgstr "Afficher les posts USP"
62
+
63
+ #: user-submitted-posts.php:504 library/plugin-settings.php:979
64
+ msgid "USP"
65
+ msgstr "USP"
66
+
67
+ #: user-submitted-posts.php:1272
68
+ msgid " files required"
69
+ msgstr " fichiers requis"
70
+
71
+ #: user-submitted-posts.php:1273
72
+ msgid " file required"
73
+ msgstr " fichier requis"
74
+
75
+ #: user-submitted-posts.php:1275
76
+ msgid " files"
77
+ msgstr " des dossiers"
78
+
79
+ #: user-submitted-posts.php:1276
80
+ msgid " file"
81
+ msgstr " fichier"
82
+
83
+ #: user-submitted-posts.php:1278 user-submitted-posts.php:1279
84
+ #: user-submitted-posts.php:1280 user-submitted-posts.php:1281
85
+ msgid " pixels"
86
+ msgstr " pixels"
87
+
88
+ #: user-submitted-posts.php:1283 library/core-functions.php:215
89
+ #: library/plugin-settings.php:284 library/plugin-settings.php:303
90
+ #: library/plugin-settings.php:701 library/plugin-settings.php:1195
91
+ msgid "Custom Field"
92
+ msgstr "Champ personnalisé"
93
+
94
+ #: user-submitted-posts.php:1286
95
+ msgid "An error occurred. Please go back and try again."
96
+ msgstr "Une erreur est survenue Veuillez revenir en arrière et réessayer."
97
+
98
+ #: user-submitted-posts.php:1296
99
+ msgid "User login required"
100
+ msgstr "Connexion de l'utilisateur requise"
101
+
102
+ #: user-submitted-posts.php:1297
103
+ msgid "User name required"
104
+ msgstr "Nom d'utilisateur (requis"
105
+
106
+ #: user-submitted-posts.php:1298
107
+ msgid "Post title required"
108
+ msgstr "Titre du poste requis"
109
+
110
+ #: user-submitted-posts.php:1299
111
+ msgid "User URL required"
112
+ msgstr "URL de l'utilisateur requise"
113
+
114
+ #: user-submitted-posts.php:1300
115
+ msgid "Post tags required"
116
+ msgstr "Post tags requis"
117
+
118
+ #: user-submitted-posts.php:1301
119
+ msgid "Post category required"
120
+ msgstr "Catégorie de poste requise"
121
+
122
+ #: user-submitted-posts.php:1302
123
+ msgid "Post content required"
124
+ msgstr "Publier le contenu requis"
125
+
126
+ #: user-submitted-posts.php:1303 user-submitted-posts.php:1304
127
+ msgid "Correct captcha required"
128
+ msgstr "Captcha correct requis"
129
+
130
+ #: user-submitted-posts.php:1305
131
+ msgid "User email required"
132
+ msgstr "Email de l'utilisateur requis"
133
+
134
+ #: user-submitted-posts.php:1306
135
+ msgid "Please check your email and try again"
136
+ msgstr "Veuillez vérifier votre email et réessayer"
137
+
138
+ #: user-submitted-posts.php:1307
139
+ msgid "Non-empty value for hidden field"
140
+ msgstr "Valeur non vide pour le champ masqué"
141
+
142
+ #: user-submitted-posts.php:1308
143
+ msgid "Minimum number of images not met"
144
+ msgstr "Nombre minimal d'images non satisfaites"
145
+
146
+ #: user-submitted-posts.php:1309
147
+ msgid "Maximum number of images exceeded "
148
+ msgstr "Nombre maximal d'images dépassé"
149
+
150
+ #: user-submitted-posts.php:1310
151
+ msgid "Minimum image width not met"
152
+ msgstr "Largeur d'image minimale non atteinte"
153
+
154
+ #: user-submitted-posts.php:1311
155
+ msgid "Image width exceeds maximum"
156
+ msgstr "La largeur de l'image dépasse le maximum"
157
+
158
+ #: user-submitted-posts.php:1312
159
+ msgid "Minimum image height not met"
160
+ msgstr "Hauteur d'image minimale non atteinte"
161
+
162
+ #: user-submitted-posts.php:1313
163
+ msgid "Image height exceeds maximum"
164
+ msgstr "La hauteur de l'image dépasse le maximum"
165
+
166
+ #: user-submitted-posts.php:1314
167
+ msgid "File type not allowed (please upload images only)"
168
+ msgstr "Le type de fichier n'est pas autorisé (veuillez télécharger des images seulement)"
169
+
170
+ #: user-submitted-posts.php:1315
171
+ msgid " required"
172
+ msgstr " Champs obligatoires"
173
+
174
+ #: user-submitted-posts.php:1319
175
+ msgid "File not uploaded. Please check the file and try again."
176
+ msgstr "Fichier non téléchargé. Veuillez vérifier le fichier et réessayer."
177
+
178
+ #: user-submitted-posts.php:1323
179
+ msgid "The file(s) could not be uploaded"
180
+ msgstr "Le fichier n'a pas pu être téléchargé"
181
+
182
+ #: user-submitted-posts.php:1325
183
+ msgid "Post not created. Please contact the site administrator for help."
184
+ msgstr "Message non créé. Veuillez contacter l'administrateur du site pour obtenir de l'aide."
185
+
186
+ #: user-submitted-posts.php:1326
187
+ msgid "Duplicate post title. Please try again."
188
+ msgstr "Dupliquer le titre du poste. Veuillez réessayer."
189
+
190
+ #: user-submitted-posts.php:1336
191
+ msgid "Error: "
192
+ msgstr "Erreur:"
193
+
194
+ #: user-submitted-posts.php:1362
195
+ msgid "Return to form"
196
+ msgstr "Retourner au formulaire"
197
+
198
+ #: user-submitted-posts.php:1392 library/plugin-settings.php:955
199
+ msgid "Please"
200
+ msgstr "S'il vous plaît"
201
+
202
+ #: user-submitted-posts.php:1393
203
+ msgid "log in"
204
+ msgstr "s'identifier"
205
+
206
+ #: user-submitted-posts.php:1394
207
+ msgid "to submit content!"
208
+ msgstr "soumettre du contenu"
209
+
210
+ #: views/submission-form.php:46 views/submission-form-alt.php:55
211
+ msgid "Please complete the required fields."
212
+ msgstr "Merci de compléter les champs obligatoires."
213
+
214
+ #: views/submission-form.php:56 views/submission-form.php:57
215
+ #: views/submission-form-alt.php:61 views/submission-form-alt.php:62
216
+ msgid "Your Name"
217
+ msgstr "votre nom"
218
+
219
+ #: views/submission-form.php:62 views/submission-form.php:63
220
+ #: views/submission-form-alt.php:67 views/submission-form-alt.php:68
221
+ msgid "Your URL"
222
+ msgstr "Votre URL"
223
+
224
+ #: views/submission-form.php:68 views/submission-form.php:69
225
+ #: views/submission-form-alt.php:73 views/submission-form-alt.php:74
226
+ msgid "Your Email"
227
+ msgstr "Votre Email"
228
+
229
+ #: views/submission-form.php:74 views/submission-form.php:75
230
+ #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
+ #: library/plugin-settings.php:1016
232
+ msgid "Post Title"
233
+ msgstr "Titre de l'article"
234
+
235
+ #: views/submission-form.php:80 views/submission-form.php:81
236
+ #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
+ #: library/plugin-settings.php:1017
238
+ msgid "Post Tags"
239
+ msgstr "Tags de poste"
240
+
241
+ #: views/submission-form.php:93 views/submission-form-alt.php:98
242
+ msgid "Antispam Question"
243
+ msgstr "Question Antispam"
244
+
245
+ #: views/submission-form.php:98 views/submission-form-alt.php:103
246
+ #: library/plugin-settings.php:1018
247
+ msgid "Post Category"
248
+ msgstr "Post Catégorie"
249
+
250
+ #: views/submission-form.php:100 views/submission-form-alt.php:105
251
+ msgid "Please select a category.."
252
+ msgstr "Veuillez sélectionner une catégorie.."
253
+
254
+ #: views/submission-form.php:135 views/submission-form.php:136
255
+ #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
+ #: library/plugin-settings.php:1019
257
+ msgid "Post Content"
258
+ msgstr "Publier un contenu"
259
+
260
+ #: views/submission-form.php:142 views/submission-form-alt.php:147
261
+ msgid "Verification"
262
+ msgstr "Vérification"
263
+
264
+ #: views/submission-form.php:149 views/submission-form-alt.php:154
265
+ msgid "Upload an Image"
266
+ msgstr "Télécharger une image"
267
+
268
+ #: views/submission-form.php:158 views/submission-form-alt.php:163
269
+ msgid "Add another image"
270
+ msgstr "Ajouter une autre image"
271
+
272
+ #: views/submission-form.php:180 views/submission-form-alt.php:185
273
+ msgid "Human verification: leave this field empty."
274
+ msgstr "Vérification humaine: laissez ce champ vide."
275
+
276
+ #: views/submission-form.php:202 views/submission-form-alt.php:207
277
+ msgid "Submit Post"
278
+ msgstr "Envoyer un message"
279
+
280
+ #: library/shortcode-misc.php:18
281
+ msgid "Reset form"
282
+ msgstr "Réinitialiser le formulaire"
283
+
284
+ #: library/shortcode-misc.php:128
285
+ msgid "View full post"
286
+ msgstr "Voir l'article complet"
287
+
288
+ #: library/plugin-settings.php:32
289
+ msgid "Get USP Pro for unlimited forms!"
290
+ msgstr "Obtenez USP Pro pour des formulaires illimités!"
291
+
292
+ #: library/plugin-settings.php:33
293
+ msgid "Go Pro"
294
+ msgstr "Go Pro"
295
+
296
+ #: library/plugin-settings.php:37
297
+ msgid "Settings"
298
+ msgstr "Paramètres"
299
+
300
+ #: library/plugin-settings.php:55
301
+ msgid "Give USP a 5-star rating at WordPress.org"
302
+ msgstr "Attribuez 5 étoiles à USP sur WordPress.org"
303
+
304
+ #: library/plugin-settings.php:56
305
+ msgid "Rate this plugin&nbsp;&raquo;"
306
+ msgstr "Notez ce plugin & nbsp; & raquo;"
307
+
308
+ #: library/plugin-settings.php:114
309
+ msgid "WP Post (recommended)"
310
+ msgstr "WP Post (recommandé)"
311
+
312
+ #: library/plugin-settings.php:118
313
+ msgid "WP Page"
314
+ msgstr "WP Page"
315
+
316
+ #: library/plugin-settings.php:134
317
+ msgid "HTML5 Form + Default CSS"
318
+ msgstr "Formulaire HTML5 + CSS par défaut"
319
+
320
+ #: library/plugin-settings.php:134
321
+ msgid "(Recommended)"
322
+ msgstr "(Conseillé)"
323
+
324
+ #: library/plugin-settings.php:138
325
+ msgid "HTML5 Form + Disable CSS"
326
+ msgstr "Formulaire HTML5 + Désactiver CSS"
327
+
328
+ #: library/plugin-settings.php:138
329
+ msgid "(Provide your own styles)"
330
+ msgstr "(Fournissez vos propres styles)"
331
+
332
+ #: library/plugin-settings.php:142
333
+ msgid "Custom Form + Custom CSS"
334
+ msgstr "Formulaire personnalisé + CSS personnalisé"
335
+
336
+ #: library/plugin-settings.php:142
337
+ msgid "(Provide your own form template &amp; styles)"
338
+ msgstr "(Fournissez votre propre modèle de formulaire et les styles)"
339
+
340
+ #: library/plugin-settings.php:158 library/plugin-settings.php:182
341
+ #: library/plugin-settings.php:205 library/plugin-settings.php:229
342
+ msgid "Auto-display before post content"
343
+ msgstr "Auto-affichage avant le contenu de la publication"
344
+
345
+ #: library/plugin-settings.php:162 library/plugin-settings.php:186
346
+ #: library/plugin-settings.php:209 library/plugin-settings.php:233
347
+ msgid "Auto-display after post content"
348
+ msgstr "Auto-affichage après le contenu de la publication"
349
+
350
+ #: library/plugin-settings.php:166
351
+ msgid "Do not auto-display submitted images"
352
+ msgstr "Ne pas afficher automatiquement les images soumises"
353
+
354
+ #: library/plugin-settings.php:190
355
+ msgid "Do not auto-display submitted email"
356
+ msgstr "Ne pas afficher automatiquement l'e-mail envoyé"
357
+
358
+ #: library/plugin-settings.php:213
359
+ msgid "Do not auto-display submitted URL"
360
+ msgstr "Ne pas afficher automatiquement l'URL soumise"
361
+
362
+ #: library/plugin-settings.php:237
363
+ msgid "Do not auto-display the Custom Field"
364
+ msgstr "Ne pas afficher automatiquement le champ personnalisé"
365
+
366
+ #: library/plugin-settings.php:265 library/plugin-settings.php:297
367
+ #: library/plugin-settings.php:330 library/plugin-settings.php:362
368
+ msgid "Display and require"
369
+ msgstr "Afficher et exiger"
370
+
371
+ #: library/plugin-settings.php:266 library/plugin-settings.php:298
372
+ msgid "Display but do not require"
373
+ msgstr "Afficher mais ne nécessite pas"
374
+
375
+ #: library/plugin-settings.php:267 library/plugin-settings.php:299
376
+ #: library/plugin-settings.php:331 library/plugin-settings.php:363
377
+ msgid "Disable this field"
378
+ msgstr "Désactiver ce champ"
379
+
380
+ #: library/plugin-settings.php:302 library/plugin-settings.php:334
381
+ #: library/plugin-settings.php:366 library/plugin-settings.php:398
382
+ msgid "(Visit"
383
+ msgstr "(Visite"
384
+
385
+ #: library/plugin-settings.php:303 library/plugin-settings.php:335
386
+ #: library/plugin-settings.php:367 library/plugin-settings.php:399
387
+ msgid "to configure options)"
388
+ msgstr "pour configurer les options)"
389
+
390
+ #: library/plugin-settings.php:318 library/plugin-settings.php:335
391
+ #: library/plugin-settings.php:1213 library/plugin-settings.php:1218
392
+ msgid "Challenge Question"
393
+ msgstr "Question de défi"
394
+
395
+ #: library/plugin-settings.php:350 library/plugin-settings.php:367
396
+ #: library/plugin-settings.php:1235
397
+ msgid "Google reCAPTCHA"
398
+ msgstr "Google reCAPTCHA"
399
+
400
+ #: library/plugin-settings.php:382
401
+ msgid "Post Images"
402
+ msgstr "Poster des images"
403
+
404
+ #: library/plugin-settings.php:394
405
+ msgid "Display"
406
+ msgstr "Afficher"
407
+
408
+ #: library/plugin-settings.php:395
409
+ msgid "Disable"
410
+ msgstr "Désactiver"
411
+
412
+ #: library/plugin-settings.php:399 library/plugin-settings.php:1296
413
+ msgid "Image Uploads"
414
+ msgstr "Téléchargement d'images"
415
+
416
+ #: library/plugin-settings.php:479
417
+ msgid "Draft"
418
+ msgstr "Brouillon"
419
+
420
+ #: library/plugin-settings.php:480
421
+ msgid "Pending (default)"
422
+ msgstr "En attente (par défaut)"
423
+
424
+ #: library/plugin-settings.php:481
425
+ msgid "Publish immediately"
426
+ msgstr "Publier immédiatement"
427
+
428
+ #: library/plugin-settings.php:482
429
+ msgid "Publish after 1 approved post"
430
+ msgstr "Publier après 1 poste approuvé"
431
+
432
+ #: library/plugin-settings.php:483
433
+ msgid "Publish after "
434
+ msgstr "Publier après"
435
+
436
+ #: library/plugin-settings.php:483
437
+ msgid " approved posts"
438
+ msgstr " postes approuvés"
439
+
440
+ #: library/plugin-settings.php:645
441
+ msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
442
+ msgstr "Il y avait une erreur. Veuillez vous assurer que vous avez ajouté un titre, du contenu et que vous n'avez téléchargé que des images."
443
+
444
+ #: library/plugin-settings.php:659
445
+ msgid "Please select your image(s) to upload."
446
+ msgstr "Veuillez sélectionner votre image (s) à télécharger."
447
+
448
+ #: library/plugin-settings.php:665
449
+ msgid "Success! Thank you for your submission."
450
+ msgstr "Succès! Merci pour votre soumission."
451
+
452
+ #: library/plugin-settings.php:691
453
+ msgid "Email"
454
+ msgstr "Email"
455
+
456
+ #: library/plugin-settings.php:692
457
+ msgid "URL"
458
+ msgstr "URL"
459
+
460
+ #: library/plugin-settings.php:942
461
+ msgid "Toggle all panels"
462
+ msgstr "Bascule tous les panneaux"
463
+
464
+ #: library/plugin-settings.php:951
465
+ msgid "We need your support!"
466
+ msgstr "Nous avons besoin de votre appui!"
467
+
468
+ #: library/plugin-settings.php:955
469
+ msgid "Make a donation via PayPal"
470
+ msgstr "Faire un don via PayPal"
471
+
472
+ #: library/plugin-settings.php:955
473
+ msgid "make a donation"
474
+ msgstr "faire un don"
475
+
476
+ #: library/plugin-settings.php:955
477
+ msgid "and/or"
478
+ msgstr "et / ou"
479
+
480
+ #: library/plugin-settings.php:956
481
+ msgid "Rate and review at the Plugin Directory"
482
+ msgstr "Notez et consultez le répertoire des plugins"
483
+
484
+ #: library/plugin-settings.php:957
485
+ msgid "give this plugin a 5-star rating"
486
+ msgstr "donner à ce plugin une note de 5 étoiles"
487
+
488
+ #: library/plugin-settings.php:961
489
+ msgid "Your generous support enables continued development of this free plugin. Thank you!"
490
+ msgstr "Votre généreux support permet le développement continu de ce plugin gratuit. Je vous remercie!"
491
+
492
+ #: library/plugin-settings.php:966
493
+ msgid "Check this box if you have shown support"
494
+ msgstr "Cochez cette case si vous avez montré un soutien"
495
+
496
+ #: library/plugin-settings.php:975
497
+ msgid "Overview"
498
+ msgstr "Aperçu"
499
+
500
+ #: library/plugin-settings.php:979
501
+ msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
502
+ msgstr "permet à vos visiteurs de soumettre des publications et de télécharger des images depuis l'interface de votre site."
503
+
504
+ #: library/plugin-settings.php:980
505
+ msgid "For advanced functionality and unlimited forms, check out"
506
+ msgstr "Pour des fonctionnalités avancées et des formulaires illimités, consultez"
507
+
508
+ #: library/plugin-settings.php:980 library/plugin-settings.php:1354
509
+ msgid "USP Pro"
510
+ msgstr "USP Pro"
511
+
512
+ #: library/plugin-settings.php:981
513
+ msgid "&mdash; the ultimate solution for user-generated content."
514
+ msgstr "& mdash; la solution ultime pour le contenu généré par l'utilisateur."
515
+
516
+ #: library/plugin-settings.php:985 library/plugin-settings.php:1002
517
+ msgid "Plugin Settings"
518
+ msgstr "Paramètres du plugin"
519
+
520
+ #: library/plugin-settings.php:986
521
+ msgid "Display the form"
522
+ msgstr "Afficher le formulaire"
523
+
524
+ #: library/plugin-settings.php:987 library/plugin-settings.php:1511
525
+ msgid "Plugin Homepage"
526
+ msgstr "Plugin Page d'accueil"
527
+
528
+ #: library/plugin-settings.php:990
529
+ msgid "If you like this plugin, please"
530
+ msgstr "Si vous aimez ce plugin, s'il vous plaît"
531
+
532
+ #: library/plugin-settings.php:991
533
+ msgid "THANK YOU for your support!"
534
+ msgstr "Merci pour votre soutien!"
535
+
536
+ #: library/plugin-settings.php:991
537
+ msgid "give it a 5-star rating"
538
+ msgstr "lui donner une note de 5 étoiles"
539
+
540
+ #: library/plugin-settings.php:995
541
+ msgid "Unlimited front-end forms"
542
+ msgstr "Formulaires frontaux illimités"
543
+
544
+ #: library/plugin-settings.php:995
545
+ msgid "Get USP Pro"
546
+ msgstr "Obtenez USP Pro"
547
+
548
+ #: library/plugin-settings.php:1005
549
+ msgid "Configure your settings for User Submitted Posts."
550
+ msgstr "Configurez vos paramètres pour les messages envoyés par l'utilisateur."
551
+
552
+ #: library/plugin-settings.php:1007
553
+ msgid "Form Fields"
554
+ msgstr "Champs de formulaire"
555
+
556
+ #: library/plugin-settings.php:1013
557
+ msgid "User Name"
558
+ msgstr "Nom d'utilisateur"
559
+
560
+ #: library/plugin-settings.php:1014
561
+ msgid "User Email"
562
+ msgstr "Email de l'utilisateur"
563
+
564
+ #: library/plugin-settings.php:1015
565
+ msgid "User URL"
566
+ msgstr "URL de l'utilisateur"
567
+
568
+ #: library/plugin-settings.php:1030
569
+ msgid "General Settings"
570
+ msgstr "réglages généraux"
571
+
572
+ #: library/plugin-settings.php:1032
573
+ msgid "Note that the default settings work fine for most cases."
574
+ msgstr "Notez que les paramètres par défaut fonctionnent correctement dans la plupart des cas."
575
+
576
+ #: library/plugin-settings.php:1037
577
+ msgid "Form Style"
578
+ msgstr "Style de formulaire"
579
+
580
+ #: library/plugin-settings.php:1042
581
+ msgid "With this option, you can copy the plugin&rsquo;s default templates:"
582
+ msgstr "Avec cette option, vous pouvez copier les modèles par défaut du plugin:"
583
+
584
+ #: library/plugin-settings.php:1047
585
+ msgid "..and upload them into a directory named"
586
+ msgstr "..et téléchargez-les dans un répertoire nommé"
587
+
588
+ #: library/plugin-settings.php:1047
589
+ msgid "in your theme:"
590
+ msgstr "dans votre thème:"
591
+
592
+ #: library/plugin-settings.php:1053
593
+ msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
594
+ msgstr "Cela vous permettra de personnaliser le formulaire et les styles comme vous le souhaitez. Pour plus d'informations, consultez la section \"Formulaire de soumission personnalisé\" dans le"
595
+
596
+ #: library/plugin-settings.php:1054
597
+ msgid "Installation Docs"
598
+ msgstr "Documents d'installation"
599
+
600
+ #: library/plugin-settings.php:1055
601
+ msgid "FYI: here is a"
602
+ msgstr "FYI: voici un"
603
+
604
+ #: library/plugin-settings.php:1055
605
+ msgid "list of USP CSS selectors"
606
+ msgstr "liste des sélecteurs CSS USP"
607
+
608
+ #: library/plugin-settings.php:1061
609
+ msgid "Include JavaScript"
610
+ msgstr "Inclure JavaScript"
611
+
612
+ #: library/plugin-settings.php:1063
613
+ msgid "Check this box if you want to include the external JavaScript files (recommended)."
614
+ msgstr "Cochez cette case si vous souhaitez inclure les fichiers JavaScript externes (recommandé)."
615
+
616
+ #: library/plugin-settings.php:1066
617
+ msgid "Targeted Loading"
618
+ msgstr "Chargement ciblé"
619
+
620
+ #: library/plugin-settings.php:1068
621
+ msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
622
+ msgstr "Par défaut, CSS externe & amp; Les fichiers JavaScript sont chargés sur chaque page. Ici, vous pouvez spécifier l'URL du formulaire USP pour charger des ressources uniquement sur cette page. Remarque: laissez vide pour charger sur toutes les pages."
623
+
624
+ #: library/plugin-settings.php:1071
625
+ msgid "Post Type"
626
+ msgstr "Type de poste"
627
+
628
+ #: library/plugin-settings.php:1074
629
+ msgid "Submit posts as WP Posts or Pages"
630
+ msgstr "Soumettre des messages sous forme de messages WP ou de pages"
631
+
632
+ #: library/plugin-settings.php:1078
633
+ msgid "Post Status"
634
+ msgstr "Statut de publication"
635
+
636
+ #: library/plugin-settings.php:1081
637
+ msgid "Post Status for submitted posts"
638
+ msgstr "Statut du message pour les posts soumis"
639
+
640
+ #: library/plugin-settings.php:1085
641
+ msgid "Redirect URL"
642
+ msgstr "URL de redirection"
643
+
644
+ #: library/plugin-settings.php:1087
645
+ msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
646
+ msgstr "Indiquez une URL pour rediriger l'utilisateur après la post-soumission. Laissez vide pour rediriger vers la page en cours."
647
+
648
+ #: library/plugin-settings.php:1090
649
+ msgid "Success Message"
650
+ msgstr "Message de réussite"
651
+
652
+ #: library/plugin-settings.php:1092
653
+ msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
654
+ msgstr "Message de réussite affiché si la post-soumission est réussie. Le balisage de base est autorisé."
655
+
656
+ #: library/plugin-settings.php:1095
657
+ msgid "Error Message"
658
+ msgstr "Message d'erreur"
659
+
660
+ #: library/plugin-settings.php:1097
661
+ msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
662
+ msgstr "Message d'erreur général affiché si la post-soumission échoue. Le balisage de base est autorisé."
663
+
664
+ #: library/plugin-settings.php:1100
665
+ msgid "Custom Content"
666
+ msgstr "Contenu personnalisé"
667
+
668
+ #: library/plugin-settings.php:1102
669
+ msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
670
+ msgstr "Texte / balisage personnalisé à inclure avant le formulaire de soumission. Laissez vide pour désactiver."
671
+
672
+ #: library/plugin-settings.php:1105
673
+ msgid "Rich Text Editor"
674
+ msgstr "Éditeur de texte enrichi"
675
+
676
+ #: library/plugin-settings.php:1107
677
+ msgid "Check this box if you want to enable WP rich text editing for submitted posts."
678
+ msgstr "Cochez cette case si vous souhaitez activer l'édition de texte enrichi WP pour les articles soumis."
679
+
680
+ #: library/plugin-settings.php:1110
681
+ msgid "Unique Titles"
682
+ msgstr "Titres uniques"
683
+
684
+ #: library/plugin-settings.php:1112
685
+ msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
686
+ msgstr "Exiger que les titres de poste soumis soient uniques (utile pour éviter les messages soumis multiples / en double)."
687
+
688
+ #: library/plugin-settings.php:1115
689
+ msgid "Disable Required"
690
+ msgstr "Désactiver Obligatoire"
691
+
692
+ #: library/plugin-settings.php:1117
693
+ msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
694
+ msgstr "Désactivez tous les attributs requis dans les champs de formulaire par défaut (utile pour le dépannage des messages d'erreur)."
695
+
696
+ #: library/plugin-settings.php:1120
697
+ msgid "Disable IP Tracking"
698
+ msgstr "Désactiver le suivi IP"
699
+
700
+ #: library/plugin-settings.php:1122
701
+ msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
702
+ msgstr "Par défaut, USP enregistre l'adresse IP avec chaque message envoyé. Cochez cette case pour désactiver tout le suivi IP."
703
+
704
+ #: library/plugin-settings.php:1125
705
+ msgid "Enable Shortcodes"
706
+ msgstr "Activer Shortcodes"
707
+
708
+ #: library/plugin-settings.php:1127
709
+ msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
710
+ msgstr "Activer les shortcodes dans les widgets. Par défaut, WordPress n'accepte pas les shortcodes dans les widgets."
711
+
712
+ #: library/plugin-settings.php:1128
713
+ msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
714
+ msgstr "Ce paramètre active tout / tous les shortcodes dans les widgets (même les shortcodes d'autres plugins)."
715
+
716
+ #: library/plugin-settings.php:1133 library/plugin-settings.php:1138
717
+ msgid "Categories"
718
+ msgstr "Catégories"
719
+
720
+ #: library/plugin-settings.php:1141
721
+ msgid "Select which categories may be assigned to submitted posts (click to toggle)"
722
+ msgstr "Sélectionnez les catégories pouvant être attribuées aux posts soumis (cliquez pour basculer)"
723
+
724
+ #: library/plugin-settings.php:1149
725
+ msgid "Hidden/Default Category"
726
+ msgstr "Catégorie cachée / par défaut"
727
+
728
+ #: library/plugin-settings.php:1151
729
+ msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
730
+ msgstr "Utilisez un champ masqué pour la catégorie de publication. Cela peut être utilisé pour spécifier une catégorie par défaut lorsque le champ catégorie est désactivé."
731
+
732
+ #: library/plugin-settings.php:1154
733
+ msgid "Category ID for Hidden Field"
734
+ msgstr "ID de catégorie pour le champ masqué"
735
+
736
+ #: library/plugin-settings.php:1156
737
+ msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
738
+ msgstr "Spécifiez l'ID de la catégorie à utiliser pour la catégorie & ldquo; Caché / par défaut & rdquo; option."
739
+
740
+ #: library/plugin-settings.php:1161
741
+ msgid "Users"
742
+ msgstr "Utilisateurs"
743
+
744
+ #: library/plugin-settings.php:1166
745
+ msgid "Assigned Author"
746
+ msgstr "Auteur assigné"
747
+
748
+ #: library/plugin-settings.php:1169
749
+ msgid "Specify the user that should be assigned as author for submitted posts."
750
+ msgstr "Indiquez l'utilisateur à attribuer en tant qu'auteur pour les publications soumises."
751
+
752
+ #: library/plugin-settings.php:1173
753
+ msgid "Registered Username"
754
+ msgstr "Nom d'utilisateur enregistré"
755
+
756
+ #: library/plugin-settings.php:1175
757
+ msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
758
+ msgstr "Utilisez le nom d'utilisateur enregistré comme auteur de publication. Valide lorsque la personne qui soumet le formulaire est connectée à WordPress."
759
+
760
+ #: library/plugin-settings.php:1178
761
+ msgid "User Profile URL"
762
+ msgstr "URL du profil utilisateur"
763
+
764
+ #: library/plugin-settings.php:1180
765
+ msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
766
+ msgstr "Utilisez l'URL du profil de l'utilisateur enregistré comme valeur du champ URL. Valide lorsque la personne qui soumet le formulaire est connectée à WordPress."
767
+
768
+ #: library/plugin-settings.php:1183
769
+ msgid "Require User Login"
770
+ msgstr "Demander une connexion utilisateur"
771
+
772
+ #: library/plugin-settings.php:1185
773
+ msgid "Require users to be logged in to WordPress to view/submit the form"
774
+ msgstr "Exiger que les utilisateurs soient connectés à WordPress pour voir / soumettre le formulaire"
775
+
776
+ #: library/plugin-settings.php:1188
777
+ msgid "Disable Replace Author"
778
+ msgstr "Désactiver l'auteur de remplacement"
779
+
780
+ #: library/plugin-settings.php:1190
781
+ msgid "Do not replace post author with submitted user name"
782
+ msgstr "Ne pas remplacer l'auteur de la publication par le nom d'utilisateur soumis"
783
+
784
+ #: library/plugin-settings.php:1196
785
+ msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
786
+ msgstr "Ici, vous pouvez changer le nom et l'étiquette utilisés par le champ personnalisé. Vous pouvez activer ce champ via le paramètre Form Fields, ci-dessus."
787
+
788
+ #: library/plugin-settings.php:1201
789
+ msgid "Custom Field Name"
790
+ msgstr "Nom de champ personnalisé"
791
+
792
+ #: library/plugin-settings.php:1203
793
+ msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
794
+ msgstr "Utilisez uniquement des caractères alphanumériques, des traits de soulignement et des tirets. En cas de doute, utilisez le nom par défaut:"
795
+
796
+ #: library/plugin-settings.php:1206
797
+ msgid "Custom Field Label"
798
+ msgstr "Étiquette de champ personnalisée"
799
+
800
+ #: library/plugin-settings.php:1208
801
+ msgid "This will be displayed as the field label on the form. Default: Custom Field"
802
+ msgstr "Cela sera affiché comme l'étiquette du champ sur le formulaire. Par défaut: Champ personnalisé"
803
+
804
+ #: library/plugin-settings.php:1220
805
+ msgid "To prevent spam, enter a question that users must answer before submitting the form."
806
+ msgstr "Pour éviter le spam, entrez une question à laquelle les utilisateurs doivent répondre avant de soumettre le formulaire."
807
+
808
+ #: library/plugin-settings.php:1223
809
+ msgid "Challenge Response"
810
+ msgstr "Réponse au défi"
811
+
812
+ #: library/plugin-settings.php:1225
813
+ msgid "Enter the *only* correct answer to the challenge question."
814
+ msgstr "Entrez la réponse * seulement * correcte à la question de défi."
815
+
816
+ #: library/plugin-settings.php:1228
817
+ msgid "Case-sensitivity"
818
+ msgstr "Sensibilité à la casse"
819
+
820
+ #: library/plugin-settings.php:1230
821
+ msgid "Check this box if you want the challenge response to be case-sensitive."
822
+ msgstr "Cochez cette case si vous souhaitez que la réponse au défi soit sensible à la casse."
823
+
824
+ #: library/plugin-settings.php:1236
825
+ msgid "To enable Google reCAPTCHA, enter your public and private keys."
826
+ msgstr "Pour activer Google reCAPTCHA, entrez vos clés publique et privée."
827
+
828
+ #: library/plugin-settings.php:1241
829
+ msgid "Public Key"
830
+ msgstr "Clé publique"
831
+
832
+ #: library/plugin-settings.php:1243
833
+ msgid "Enter your Public Key"
834
+ msgstr "Entrez votre clé publique"
835
+
836
+ #: library/plugin-settings.php:1246
837
+ msgid "Private Key"
838
+ msgstr "Clé privée"
839
+
840
+ #: library/plugin-settings.php:1248
841
+ msgid "Enter your Private Key"
842
+ msgstr "Entrez votre clé privée"
843
+
844
+ #: library/plugin-settings.php:1253
845
+ msgid "Email Alerts"
846
+ msgstr "alertes courrier électronique"
847
+
848
+ #: library/plugin-settings.php:1258
849
+ msgid "Receive Email Alert"
850
+ msgstr "Recevoir une alerte email"
851
+
852
+ #: library/plugin-settings.php:1260
853
+ msgid "Check this box if you want to be notified via email for new post submissions."
854
+ msgstr "Cochez cette case si vous souhaitez être averti par e-mail des nouveaux messages envoyés."
855
+
856
+ #: library/plugin-settings.php:1263
857
+ msgid "Enable HTML Format"
858
+ msgstr "Activer le format HTML"
859
+
860
+ #: library/plugin-settings.php:1265
861
+ msgid "Check this box to enable HTML format for email alerts."
862
+ msgstr "Cochez cette case pour activer le format HTML pour les alertes par e-mail."
863
+
864
+ #: library/plugin-settings.php:1268
865
+ msgid "Email Address for Alerts"
866
+ msgstr "Adresse e-mail pour les alertes"
867
+
868
+ #: library/plugin-settings.php:1270
869
+ msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
870
+ msgstr "Si vous avez coché la case pour recevoir des alertes par courriel, indiquez ici l'adresse à laquelle les courriels doivent être envoyés."
871
+
872
+ #: library/plugin-settings.php:1271
873
+ msgid "Multiple recipients may be included using a comma, like so:"
874
+ msgstr "Plusieurs destinataires peuvent être inclus en utilisant une virgule, comme ceci:"
875
+
876
+ #: library/plugin-settings.php:1274
877
+ msgid "Email &ldquo;From&rdquo; Address"
878
+ msgstr "Email & ldquo; De & quot; Adresse"
879
+
880
+ #: library/plugin-settings.php:1276
881
+ msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
882
+ msgstr "Ici, vous pouvez personnaliser les adresses utilisées pour le & ldquo; De & quot; en-tête (voir FAQ sur les plugins pour plus d'informations)."
883
+
884
+ #: library/plugin-settings.php:1277
885
+ msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
886
+ msgstr "Si plusieurs adresses sont spécifiées dans le paramètre précédent, incluez un nombre égal de & ldquo; De & quot; adresses pour ce paramètre (dans le même ordre)."
887
+
888
+ #: library/plugin-settings.php:1280
889
+ msgid "Email Alert Subject"
890
+ msgstr "Sujet d'alerte par email"
891
+
892
+ #: library/plugin-settings.php:1282
893
+ msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
894
+ msgstr "Ligne d'objet pour les alertes par e-mail. Laissez vide pour utiliser la ligne d'objet par défaut. Remarque: vous pouvez utiliser les variables suivantes:"
895
+
896
+ #: library/plugin-settings.php:1287
897
+ msgid "Email Alert Message"
898
+ msgstr "Message d'alerte par courrier électronique"
899
+
900
+ #: library/plugin-settings.php:1289
901
+ msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
902
+ msgstr "Message pour les alertes par e-mail Laissez vide pour utiliser le message par défaut. Remarque: vous pouvez utiliser les variables suivantes:"
903
+
904
+ #: library/plugin-settings.php:1301
905
+ msgid "Featured Image"
906
+ msgstr "L'image sélectionnée"
907
+
908
+ #: library/plugin-settings.php:1303
909
+ msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
910
+ msgstr "Définissez les images soumises en tant qu'images en vedette. Nécessite un support de thème pour les images en vedette (aka Post Thumbnails)."
911
+
912
+ #: library/plugin-settings.php:1306
913
+ msgid "Upload Message"
914
+ msgstr "Envoyer un message"
915
+
916
+ #: library/plugin-settings.php:1308
917
+ msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
918
+ msgstr "Message qui apparaît à côté du champ de téléchargement. Utile pour indiquer vos directives de téléchargement / politique / etc. Balisage de base autorisé."
919
+
920
+ #: library/plugin-settings.php:1311
921
+ msgid "&ldquo;Add another image&rdquo; link"
922
+ msgstr "& ldquo; Ajouter une autre image & rdquo; lien"
923
+
924
+ #: library/plugin-settings.php:1313
925
+ msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
926
+ msgstr "Balisage personnalisé pour le & ldquo; Ajouter une autre image & rdquo; lien. Laissez vide pour utiliser le balisage par défaut (recommandé)."
927
+
928
+ #: library/plugin-settings.php:1316
929
+ msgid "Minimum number of images"
930
+ msgstr "Nombre minimum d'images"
931
+
932
+ #: library/plugin-settings.php:1319
933
+ msgid "Specify the minimum number of images."
934
+ msgstr "Spécifiez le nombre minimum d'images."
935
+
936
+ #: library/plugin-settings.php:1323
937
+ msgid "Maximum number of images"
938
+ msgstr "Nombre maximum d'images"
939
+
940
+ #: library/plugin-settings.php:1326
941
+ msgid "Specify the maximum number of images."
942
+ msgstr "Spécifiez le nombre maximal d'images."
943
+
944
+ #: library/plugin-settings.php:1330
945
+ msgid "Minimum image width"
946
+ msgstr "Largeur minimale de l'image"
947
+
948
+ #: library/plugin-settings.php:1332
949
+ msgid "Specify a minimum width (in pixels) for uploaded images."
950
+ msgstr "Spécifiez une largeur minimale (en pixels) pour les images téléchargées."
951
+
952
+ #: library/plugin-settings.php:1335
953
+ msgid "Minimum image height"
954
+ msgstr "Hauteur d'image minimale"
955
+
956
+ #: library/plugin-settings.php:1337
957
+ msgid "Specify a minimum height (in pixels) for uploaded images."
958
+ msgstr "Spécifiez une hauteur minimale (en pixels) pour les images téléchargées."
959
+
960
+ #: library/plugin-settings.php:1340
961
+ msgid "Maximum image width"
962
+ msgstr "Largeur maximale de l'image"
963
+
964
+ #: library/plugin-settings.php:1342
965
+ msgid "Specify a maximum width (in pixels) for uploaded images."
966
+ msgstr "Spécifiez une largeur maximale (en pixels) pour les images téléchargées."
967
+
968
+ #: library/plugin-settings.php:1345
969
+ msgid "Maximum image height"
970
+ msgstr "Hauteur maximale de l'image"
971
+
972
+ #: library/plugin-settings.php:1347
973
+ msgid "Specify a maximum height (in pixels) for uploaded images."
974
+ msgstr "Spécifiez une hauteur maximale (en pixels) pour les images téléchargées."
975
+
976
+ #: library/plugin-settings.php:1350
977
+ msgid "More Options"
978
+ msgstr "Plus d'options"
979
+
980
+ #: library/plugin-settings.php:1353
981
+ msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
982
+ msgstr "Pour plus d'options, comme la possibilité de télécharger d'autres types de fichiers (comme PDF, Word, Zip, vidéos, etc.), consultez"
983
+
984
+ #: library/plugin-settings.php:1354
985
+ msgid "Go Pro!"
986
+ msgstr "Go Pro!"
987
+
988
+ #: library/plugin-settings.php:1361
989
+ msgid "Auto-Display Content"
990
+ msgstr "Affichage automatique du contenu"
991
+
992
+ #: library/plugin-settings.php:1366
993
+ msgid "Images Auto-Display"
994
+ msgstr "Images Auto-Display"
995
+
996
+ #: library/plugin-settings.php:1368
997
+ msgid "Auto-display user-submitted images:"
998
+ msgstr "Afficher automatiquement les images soumises par l'utilisateur:"
999
+
1000
+ #: library/plugin-settings.php:1373
1001
+ msgid "Image Markup"
1002
+ msgstr "Image Markup"
1003
+
1004
+ #: library/plugin-settings.php:1375
1005
+ msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1006
+ msgstr "Marque à utiliser pour chaque image soumise (lorsque l'affichage automatique est activé). Peut utiliser"
1007
+
1008
+ #: library/plugin-settings.php:1377 library/plugin-settings.php:1390
1009
+ #: library/plugin-settings.php:1403 library/plugin-settings.php:1416
1010
+ msgid "and"
1011
+ msgstr "et"
1012
+
1013
+ #: library/plugin-settings.php:1380
1014
+ msgid "Email Auto-Display"
1015
+ msgstr "Affichage automatique des e-mails"
1016
+
1017
+ #: library/plugin-settings.php:1382
1018
+ msgid "Auto-display user-submitted email:"
1019
+ msgstr "Afficher automatiquement l'e-mail envoyé par l'utilisateur:"
1020
+
1021
+ #: library/plugin-settings.php:1387
1022
+ msgid "Email Markup"
1023
+ msgstr "Balisage d'email"
1024
+
1025
+ #: library/plugin-settings.php:1389
1026
+ msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1027
+ msgstr "Marque à utiliser pour l'adresse e-mail soumise (lorsque l'affichage automatique est activé). Peut utiliser"
1028
+
1029
+ #: library/plugin-settings.php:1393
1030
+ msgid "URL Auto-Display"
1031
+ msgstr "URL Auto-Display"
1032
+
1033
+ #: library/plugin-settings.php:1395
1034
+ msgid "Auto-display user-submitted URL:"
1035
+ msgstr "Afficher automatiquement l'URL soumise par l'utilisateur:"
1036
+
1037
+ #: library/plugin-settings.php:1400
1038
+ msgid "URL Markup"
1039
+ msgstr "Balise d'URL"
1040
+
1041
+ #: library/plugin-settings.php:1402
1042
+ msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1043
+ msgstr "Marque à utiliser pour l'URL soumise (lorsque l'affichage automatique est activé). Peut utiliser"
1044
+
1045
+ #: library/plugin-settings.php:1406
1046
+ msgid "Custom Field Auto-Display"
1047
+ msgstr "Affichage automatique de champ personnalisé"
1048
+
1049
+ #: library/plugin-settings.php:1408
1050
+ msgid "Auto-display user-submitted Custom Field:"
1051
+ msgstr "Afficher automatiquement le champ personnalisé soumis par l'utilisateur:"
1052
+
1053
+ #: library/plugin-settings.php:1413
1054
+ msgid "Custom Field Markup"
1055
+ msgstr "Balisage de champ personnalisé"
1056
+
1057
+ #: library/plugin-settings.php:1415
1058
+ msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1059
+ msgstr "Marque à utiliser pour le champ personnalisé soumis (lorsque l'affichage automatique est activé). Peut utiliser"
1060
+
1061
+ #: library/plugin-settings.php:1421 library/plugin-settings.php:1497
1062
+ msgid "Save Settings"
1063
+ msgstr "Enregistrer les paramètres"
1064
+
1065
+ #: library/plugin-settings.php:1426
1066
+ msgid "Display the Form"
1067
+ msgstr "Afficher le formulaire"
1068
+
1069
+ #: library/plugin-settings.php:1429
1070
+ msgid "Post-Submit Form"
1071
+ msgstr "Formulaire de post-soumission"
1072
+
1073
+ #: library/plugin-settings.php:1430
1074
+ msgid "USP enables you to display a post-submission form anywhere on your site."
1075
+ msgstr "USP vous permet d'afficher un formulaire post-soumission n'importe sur votre site."
1076
+
1077
+ #: library/plugin-settings.php:1431 library/plugin-settings.php:1438
1078
+ msgid "Use the shortcode to display the form on any WP Post or Page:"
1079
+ msgstr "Utilisez le shortcode pour afficher le formulaire sur n'importe quel WP Post ou page:"
1080
+
1081
+ #: library/plugin-settings.php:1433 library/plugin-settings.php:1440
1082
+ msgid "Or, use the template tag to display the form anywhere in your theme template:"
1083
+ msgstr "Ou, utilisez la balise de modèle pour afficher le formulaire n'importe où dans votre modèle de thème:"
1084
+
1085
+ #: library/plugin-settings.php:1436
1086
+ msgid "Login/Register Form"
1087
+ msgstr "Connexion / Inscription"
1088
+
1089
+ #: library/plugin-settings.php:1437
1090
+ msgid "You also can display a form that enables users to log in, register, or reset their password."
1091
+ msgstr "Vous pouvez également afficher un formulaire permettant aux utilisateurs de se connecter, d'enregistrer ou de réinitialiser leur mot de passe."
1092
+
1093
+ #: library/plugin-settings.php:1443
1094
+ msgid "Display Submitted Posts"
1095
+ msgstr "Afficher les articles soumis"
1096
+
1097
+ #: library/plugin-settings.php:1444
1098
+ msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1099
+ msgstr "Utilisez ce shortcode pour afficher la liste des posts soumis sur tout WP Post ou Page:"
1100
+
1101
+ #: library/plugin-settings.php:1446
1102
+ msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1103
+ msgstr "Ou, utilisez la balise de gabarit pour afficher une liste de posts soumis n'importe où dans votre modèle de thème:"
1104
+
1105
+ #: library/plugin-settings.php:1448
1106
+ msgid "Here are some examples showing how to configure this shortcode:"
1107
+ msgstr "Voici quelques exemples montrant comment configurer ce shortcode:"
1108
+
1109
+ #: library/plugin-settings.php:1455
1110
+ msgid "Reset Form Button"
1111
+ msgstr "Bouton de réinitialisation du formulaire"
1112
+
1113
+ #: library/plugin-settings.php:1456
1114
+ msgid "This shortcode displays a link that resets the form to its original state:"
1115
+ msgstr "Ce code court affiche un lien qui réinitialise le formulaire à son état d'origine:"
1116
+
1117
+ #: library/plugin-settings.php:1458
1118
+ msgid "This shortcode accepts the following attributes:"
1119
+ msgstr "Ce shortcode accepte les attributs suivants:"
1120
+
1121
+ #: library/plugin-settings.php:1463
1122
+ msgid "Note that the url attribute accepts"
1123
+ msgstr "Notez que l'attribut url accepte"
1124
+
1125
+ #: library/plugin-settings.php:1463
1126
+ msgid "to get the current URL."
1127
+ msgstr "pour obtenir l'URL actuelle."
1128
+
1129
+ #: library/plugin-settings.php:1465
1130
+ msgid "Access Control"
1131
+ msgstr "Contrôle d'accès"
1132
+
1133
+ #: library/plugin-settings.php:1466
1134
+ msgid "USP provides three shortcodes to control access and restrict content."
1135
+ msgstr "USP fournit trois shortcodes pour contrôler l'accès et restreindre le contenu."
1136
+
1137
+ #: library/plugin-settings.php:1467
1138
+ msgid "Display content only to users with a specific capability:"
1139
+ msgstr "Afficher le contenu uniquement pour les utilisateurs ayant une capacité spécifique:"
1140
+
1141
+ #: library/plugin-settings.php:1469
1142
+ msgid "Display content to logged-in users:"
1143
+ msgstr "Afficher le contenu pour les utilisateurs connectés:"
1144
+
1145
+ #: library/plugin-settings.php:1471
1146
+ msgid "Display content to visitors only:"
1147
+ msgstr "Afficher le contenu aux visiteurs uniquement:"
1148
+
1149
+ #: library/plugin-settings.php:1473
1150
+ msgid "Tip:"
1151
+ msgstr "Pointe:"
1152
+
1153
+ #: library/plugin-settings.php:1473
1154
+ msgid "to include markup in the deny message, you can use"
1155
+ msgstr "pour inclure le balisage dans le message de refus, vous pouvez utiliser"
1156
+
1157
+ #: library/plugin-settings.php:1473
1158
+ msgid "to output"
1159
+ msgstr "sortir"
1160
+
1161
+ #: library/plugin-settings.php:1475
1162
+ msgid "Example"
1163
+ msgstr "Exemple"
1164
+
1165
+ #: library/plugin-settings.php:1476
1166
+ msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1167
+ msgstr "Si l'utilisateur est connecté, affichez le formulaire de post-soumission; ou si l'utilisateur n'est pas connecté, affichez le formulaire de connexion:"
1168
+
1169
+ #: library/plugin-settings.php:1488
1170
+ msgid "Restore Defaults"
1171
+ msgstr "Réinitialiser"
1172
+
1173
+ #: library/plugin-settings.php:1491
1174
+ msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1175
+ msgstr "Laissez cette option désactivée pour mémoriser vos paramètres. Ou, pour aller de l'avant et restaurer les options de plugin par défaut: cochez la case, enregistrez vos paramètres, puis désactivez / réactivez le plugin."
1176
+
1177
+ #: library/plugin-settings.php:1495
1178
+ msgid "Restore default options upon plugin deactivation/reactivation."
1179
+ msgstr "Restaurez les options par défaut lors de la désactivation / réactivation du plugin."
1180
+
1181
+ #: library/plugin-settings.php:1502
1182
+ msgid "Show Support"
1183
+ msgstr "Afficher le support"
1184
+
1185
+ #: library/plugin-settings.php:1511
1186
+ msgid "by"
1187
+ msgstr "par"
1188
+
1189
+ #: library/plugin-settings.php:1512
1190
+ msgid "Jeff Starr on Twitter"
1191
+ msgstr "Jeff Starr sur Twitter"
1192
+
1193
+ #: library/plugin-settings.php:1513
1194
+ msgid "Obsessive Web Design &amp; Development"
1195
+ msgstr "Conception Web Obsessive & amp; Développement"
1196
+
1197
+ #: library/plugin-settings.php:1524
1198
+ msgid "Save Preference"
1199
+ msgstr "Enregistrer la préférence"
1200
+
1201
+ #: library/plugin-settings.php:1531
1202
+ msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1203
+ msgstr "Êtes-vous sûr de vouloir restaurer toutes les options par défaut? (cette action ne peut pas être annulée)"
1204
+
1205
+ #: library/support-panel.php:52
1206
+ msgid "Perishable Press Books"
1207
+ msgstr "Livres de presse périssables"
1208
+
1209
+ #: library/support-panel.php:53
1210
+ msgid "Plugin Planet"
1211
+ msgstr "Plugin Planet"
1212
+
1213
+ #: library/support-panel.php:54
1214
+ msgid "Donate via PayPal"
1215
+ msgstr "Faire un don via PayPal"
1216
+
1217
+ #: library/support-panel.php:56
1218
+ msgid "books"
1219
+ msgstr "livres"
1220
+
1221
+ #: library/support-panel.php:57
1222
+ msgid "plugins"
1223
+ msgstr "plugins"
1224
+
1225
+ #: library/support-panel.php:58
1226
+ msgid "donation"
1227
+ msgstr "don"
1228
+
1229
+ #: library/support-panel.php:60
1230
+ msgid "Thank you for using"
1231
+ msgstr "Merci d'utiliser"
1232
+
1233
+ #: library/support-panel.php:61
1234
+ msgid "Please show support by purchasing one of my"
1235
+ msgstr "S'il vous plaît montrer le soutien en achetant un de mes"
1236
+
1237
+ #: library/support-panel.php:62
1238
+ msgid "or"
1239
+ msgstr "ou"
1240
+
1241
+ #: library/support-panel.php:62
1242
+ msgid "or by making a"
1243
+ msgstr "ou en faisant un"
1244
+
1245
+ #: library/support-panel.php:63
1246
+ msgid "Your generous support helps to ensure future development of"
1247
+ msgstr "Votre généreux soutien contribue à assurer le développement futur de"
1248
+
1249
+ #: library/support-panel.php:64
1250
+ msgid "and is greatly appreciated."
1251
+ msgstr "et est grandement apprécié."
1252
+
1253
+ #: library/support-panel.php:66
1254
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1255
+ msgstr "Tout don de taille m'aide à continuer à développer ce plugin gratuit et d'autres ressources impressionnantes WordPress."
1256
+
1257
+ #. Description of the plugin
1258
+ #:
1259
+ msgid "Enables your visitors to submit posts and images from anywhere on your site."
1260
+ msgstr "Permet à vos visiteurs de soumettre des publications et des images de n'importe où sur votre site."
1261
+
1262
+ #. URI of the plugin
1263
+ #:
1264
+ msgid "https://perishablepress.com/user-submitted-posts/"
1265
+ msgstr "https://perishablepress.com/user-submitted-posts/"
1266
+
1267
+ #. Author of the plugin
1268
+ #:
1269
+ msgid "Jeff Starr"
1270
+ msgstr "Jeff Starr"
1271
+
1272
+ #. Author URI of the plugin
1273
+ #:
1274
+ msgid "https://plugin-planet.com/"
1275
+ msgstr "https://plugin-planet.com/"
1276
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/usp-ga.mo ADDED
Binary file
languages/usp-ga.po ADDED
@@ -0,0 +1,1276 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "MIME-Version: 1.0\n"
4
+ "Content-Type: text/plain; charset=UTF-8\n"
5
+ "Content-Transfer-Encoding: 8bit\n"
6
+ "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20180316\n"
8
+ "Language: ga\n"
9
+
10
+ #. Name of the plugin
11
+ #: user-submitted-posts.php:44 library/support-panel.php:5
12
+ msgid "User Submitted Posts"
13
+ msgstr "Poist Poist Curtha isteach"
14
+
15
+ #: user-submitted-posts.php:81
16
+ msgid "requires WordPress "
17
+ msgstr "Éilíonn WordPress"
18
+
19
+ #: user-submitted-posts.php:82
20
+ msgid " or higher, and has been deactivated! "
21
+ msgstr " nó níos airde, agus tá sé díghníomhaithe!"
22
+
23
+ #: user-submitted-posts.php:83
24
+ msgid "Please return to the"
25
+ msgstr "Fill ar ais chuig an"
26
+
27
+ #: user-submitted-posts.php:84
28
+ msgid "WordPress Admin Area"
29
+ msgstr "Limistéar Riaracháin WordPress"
30
+
31
+ #: user-submitted-posts.php:85
32
+ msgid "to upgrade WordPress and try again."
33
+ msgstr "uasghrádú a dhéanamh ar WordPress agus déan iarracht arís."
34
+
35
+ #: user-submitted-posts.php:125
36
+ msgid "User Submitted Post"
37
+ msgstr "An Post Curtha isteach Úsáideora"
38
+
39
+ #: user-submitted-posts.php:419
40
+ msgid "User Submitted Post Info"
41
+ msgstr "Eolas Poist a Cuirtear isteach Úsáideoir"
42
+
43
+ #: user-submitted-posts.php:449
44
+ msgid "Submitter Name: "
45
+ msgstr "Ainm Iontrála:"
46
+
47
+ #: user-submitted-posts.php:450
48
+ msgid "Submitter Email: "
49
+ msgstr "Ríomhphost Cuir isteach:"
50
+
51
+ #: user-submitted-posts.php:451
52
+ msgid "Submitter URL: "
53
+ msgstr "Cuir isteach URL:"
54
+
55
+ #: user-submitted-posts.php:452
56
+ msgid "Submitter IP: "
57
+ msgstr "Iontráil IP:"
58
+
59
+ #: user-submitted-posts.php:503
60
+ msgid "Show USP Posts"
61
+ msgstr "Taispeáin Poist USP"
62
+
63
+ #: user-submitted-posts.php:504 library/plugin-settings.php:979
64
+ msgid "USP"
65
+ msgstr "USP"
66
+
67
+ #: user-submitted-posts.php:1272
68
+ msgid " files required"
69
+ msgstr " comhaid ag teastáil"
70
+
71
+ #: user-submitted-posts.php:1273
72
+ msgid " file required"
73
+ msgstr " comhad ag teastáil"
74
+
75
+ #: user-submitted-posts.php:1275
76
+ msgid " files"
77
+ msgstr " comhaid"
78
+
79
+ #: user-submitted-posts.php:1276
80
+ msgid " file"
81
+ msgstr " comhad"
82
+
83
+ #: user-submitted-posts.php:1278 user-submitted-posts.php:1279
84
+ #: user-submitted-posts.php:1280 user-submitted-posts.php:1281
85
+ msgid " pixels"
86
+ msgstr " picteilíní"
87
+
88
+ #: user-submitted-posts.php:1283 library/core-functions.php:215
89
+ #: library/plugin-settings.php:284 library/plugin-settings.php:303
90
+ #: library/plugin-settings.php:701 library/plugin-settings.php:1195
91
+ msgid "Custom Field"
92
+ msgstr "Réimse an Chustaim"
93
+
94
+ #: user-submitted-posts.php:1286
95
+ msgid "An error occurred. Please go back and try again."
96
+ msgstr "Tharla earráid. Téigh ar ais agus déan iarracht arís."
97
+
98
+ #: user-submitted-posts.php:1296
99
+ msgid "User login required"
100
+ msgstr "Logáil isteach úsáideora ag teastáil"
101
+
102
+ #: user-submitted-posts.php:1297
103
+ msgid "User name required"
104
+ msgstr "Ainm úsáideora de dhíth"
105
+
106
+ #: user-submitted-posts.php:1298
107
+ msgid "Post title required"
108
+ msgstr "Teideal an phoist ag teastáil"
109
+
110
+ #: user-submitted-posts.php:1299
111
+ msgid "User URL required"
112
+ msgstr "Riachtanach URL Úsáideora"
113
+
114
+ #: user-submitted-posts.php:1300
115
+ msgid "Post tags required"
116
+ msgstr "Post tags a theastaíonn"
117
+
118
+ #: user-submitted-posts.php:1301
119
+ msgid "Post category required"
120
+ msgstr "Ceanglas post a theastaíonn"
121
+
122
+ #: user-submitted-posts.php:1302
123
+ msgid "Post content required"
124
+ msgstr "Ábhar an phoist ag teastáil"
125
+
126
+ #: user-submitted-posts.php:1303 user-submitted-posts.php:1304
127
+ msgid "Correct captcha required"
128
+ msgstr "Ceanglaíodh captcha ceart"
129
+
130
+ #: user-submitted-posts.php:1305
131
+ msgid "User email required"
132
+ msgstr "R-phost úsáideora de dhíth"
133
+
134
+ #: user-submitted-posts.php:1306
135
+ msgid "Please check your email and try again"
136
+ msgstr "Seiceáil do r-phost agus déan iarracht arís"
137
+
138
+ #: user-submitted-posts.php:1307
139
+ msgid "Non-empty value for hidden field"
140
+ msgstr "Luach neamhfholamh le haghaidh réimse falamh"
141
+
142
+ #: user-submitted-posts.php:1308
143
+ msgid "Minimum number of images not met"
144
+ msgstr "Líon íosta na n-íomhánna nach gcomhlíontar"
145
+
146
+ #: user-submitted-posts.php:1309
147
+ msgid "Maximum number of images exceeded "
148
+ msgstr "Níos mó ná líon na n-íomhánna"
149
+
150
+ #: user-submitted-posts.php:1310
151
+ msgid "Minimum image width not met"
152
+ msgstr "Níor chomhlíon an leithead íosta íomhá"
153
+
154
+ #: user-submitted-posts.php:1311
155
+ msgid "Image width exceeds maximum"
156
+ msgstr "Níos mó ná leithead íomhá uasmhéid"
157
+
158
+ #: user-submitted-posts.php:1312
159
+ msgid "Minimum image height not met"
160
+ msgstr "Níor chomhlíon an airde íomhá íosta"
161
+
162
+ #: user-submitted-posts.php:1313
163
+ msgid "Image height exceeds maximum"
164
+ msgstr "Is airde an t-uasmhéid Íomhá"
165
+
166
+ #: user-submitted-posts.php:1314
167
+ msgid "File type not allowed (please upload images only)"
168
+ msgstr "Níor cheadaítear cineál comhaid (uaslódáil íomhánna amháin)"
169
+
170
+ #: user-submitted-posts.php:1315
171
+ msgid " required"
172
+ msgstr " riachtanach"
173
+
174
+ #: user-submitted-posts.php:1319
175
+ msgid "File not uploaded. Please check the file and try again."
176
+ msgstr "Níor uaslódáil an comhad. Seiceáil an comhad agus déan iarracht arís."
177
+
178
+ #: user-submitted-posts.php:1323
179
+ msgid "The file(s) could not be uploaded"
180
+ msgstr "Níorbh fhéidir an comhad (í) a uaslódáil"
181
+
182
+ #: user-submitted-posts.php:1325
183
+ msgid "Post not created. Please contact the site administrator for help."
184
+ msgstr "Post nach cruthaíodh. Téigh i dteagmháil le riarthóir an láithreáin le haghaidh cabhair."
185
+
186
+ #: user-submitted-posts.php:1326
187
+ msgid "Duplicate post title. Please try again."
188
+ msgstr "Dúblach teideal an phoist. Arís, le d'thoil."
189
+
190
+ #: user-submitted-posts.php:1336
191
+ msgid "Error: "
192
+ msgstr "Earráid:"
193
+
194
+ #: user-submitted-posts.php:1362
195
+ msgid "Return to form"
196
+ msgstr "Fill ar an bhfoirm"
197
+
198
+ #: user-submitted-posts.php:1392 library/plugin-settings.php:955
199
+ msgid "Please"
200
+ msgstr "Le do thoil"
201
+
202
+ #: user-submitted-posts.php:1393
203
+ msgid "log in"
204
+ msgstr "Logáil isteach"
205
+
206
+ #: user-submitted-posts.php:1394
207
+ msgid "to submit content!"
208
+ msgstr "ábhar a chur isteach!"
209
+
210
+ #: views/submission-form.php:46 views/submission-form-alt.php:55
211
+ msgid "Please complete the required fields."
212
+ msgstr "Comhlánaigh na réimsí riachtanacha le do thoil."
213
+
214
+ #: views/submission-form.php:56 views/submission-form.php:57
215
+ #: views/submission-form-alt.php:61 views/submission-form-alt.php:62
216
+ msgid "Your Name"
217
+ msgstr "Do ainm"
218
+
219
+ #: views/submission-form.php:62 views/submission-form.php:63
220
+ #: views/submission-form-alt.php:67 views/submission-form-alt.php:68
221
+ msgid "Your URL"
222
+ msgstr "Do URL"
223
+
224
+ #: views/submission-form.php:68 views/submission-form.php:69
225
+ #: views/submission-form-alt.php:73 views/submission-form-alt.php:74
226
+ msgid "Your Email"
227
+ msgstr "Do r-phost"
228
+
229
+ #: views/submission-form.php:74 views/submission-form.php:75
230
+ #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
+ #: library/plugin-settings.php:1016
232
+ msgid "Post Title"
233
+ msgstr "Teideal an Phoist"
234
+
235
+ #: views/submission-form.php:80 views/submission-form.php:81
236
+ #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
+ #: library/plugin-settings.php:1017
238
+ msgid "Post Tags"
239
+ msgstr "Clibeanna Poist"
240
+
241
+ #: views/submission-form.php:93 views/submission-form-alt.php:98
242
+ msgid "Antispam Question"
243
+ msgstr "Ceist Antispam"
244
+
245
+ #: views/submission-form.php:98 views/submission-form-alt.php:103
246
+ #: library/plugin-settings.php:1018
247
+ msgid "Post Category"
248
+ msgstr "Catagóir an Phoist"
249
+
250
+ #: views/submission-form.php:100 views/submission-form-alt.php:105
251
+ msgid "Please select a category.."
252
+ msgstr "Roghnaigh catagóir .."
253
+
254
+ #: views/submission-form.php:135 views/submission-form.php:136
255
+ #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
+ #: library/plugin-settings.php:1019
257
+ msgid "Post Content"
258
+ msgstr "Ábhar an Phoist"
259
+
260
+ #: views/submission-form.php:142 views/submission-form-alt.php:147
261
+ msgid "Verification"
262
+ msgstr "Fíorú"
263
+
264
+ #: views/submission-form.php:149 views/submission-form-alt.php:154
265
+ msgid "Upload an Image"
266
+ msgstr "Uaslódáil íomhá"
267
+
268
+ #: views/submission-form.php:158 views/submission-form-alt.php:163
269
+ msgid "Add another image"
270
+ msgstr "Cuir íomhá eile leis"
271
+
272
+ #: views/submission-form.php:180 views/submission-form-alt.php:185
273
+ msgid "Human verification: leave this field empty."
274
+ msgstr "Fíorú an duine: fág an réimse seo folamh."
275
+
276
+ #: views/submission-form.php:202 views/submission-form-alt.php:207
277
+ msgid "Submit Post"
278
+ msgstr "Cuir Post"
279
+
280
+ #: library/shortcode-misc.php:18
281
+ msgid "Reset form"
282
+ msgstr "Athshocraigh foirm"
283
+
284
+ #: library/shortcode-misc.php:128
285
+ msgid "View full post"
286
+ msgstr "Féach ar an bpost iomlán"
287
+
288
+ #: library/plugin-settings.php:32
289
+ msgid "Get USP Pro for unlimited forms!"
290
+ msgstr "Faigh USP Pro le haghaidh foirmeacha neamhtheoranta!"
291
+
292
+ #: library/plugin-settings.php:33
293
+ msgid "Go Pro"
294
+ msgstr "Téigh Pro"
295
+
296
+ #: library/plugin-settings.php:37
297
+ msgid "Settings"
298
+ msgstr "Socruithe"
299
+
300
+ #: library/plugin-settings.php:55
301
+ msgid "Give USP a 5-star rating at WordPress.org"
302
+ msgstr "Tabhair rátáil 5 réalta ag USP ag WordPress.org"
303
+
304
+ #: library/plugin-settings.php:56
305
+ msgid "Rate this plugin&nbsp;&raquo;"
306
+ msgstr "Ráta an breiseán seo & nbsp; & raquo;"
307
+
308
+ #: library/plugin-settings.php:114
309
+ msgid "WP Post (recommended)"
310
+ msgstr "WP Post (molta)"
311
+
312
+ #: library/plugin-settings.php:118
313
+ msgid "WP Page"
314
+ msgstr "Leathanach WP"
315
+
316
+ #: library/plugin-settings.php:134
317
+ msgid "HTML5 Form + Default CSS"
318
+ msgstr "Foirm HTML5 + Réamhshocrú CSS"
319
+
320
+ #: library/plugin-settings.php:134
321
+ msgid "(Recommended)"
322
+ msgstr "(Molta)"
323
+
324
+ #: library/plugin-settings.php:138
325
+ msgid "HTML5 Form + Disable CSS"
326
+ msgstr "Foirm HTML5 + Díchumasaigh CSS"
327
+
328
+ #: library/plugin-settings.php:138
329
+ msgid "(Provide your own styles)"
330
+ msgstr "(Do stíleanna féin a sholáthar)"
331
+
332
+ #: library/plugin-settings.php:142
333
+ msgid "Custom Form + Custom CSS"
334
+ msgstr "Foirm Chustaim + CSS Saincheaptha"
335
+
336
+ #: library/plugin-settings.php:142
337
+ msgid "(Provide your own form template &amp; styles)"
338
+ msgstr "(Do chuid teimpléid foirmeacha agus stíleanna amplíne féin a sholáthar)"
339
+
340
+ #: library/plugin-settings.php:158 library/plugin-settings.php:182
341
+ #: library/plugin-settings.php:205 library/plugin-settings.php:229
342
+ msgid "Auto-display before post content"
343
+ msgstr "Auto-taispeáint roimh ábhar an phoist"
344
+
345
+ #: library/plugin-settings.php:162 library/plugin-settings.php:186
346
+ #: library/plugin-settings.php:209 library/plugin-settings.php:233
347
+ msgid "Auto-display after post content"
348
+ msgstr "Auto-thaispeáint tar éis ábhar an phoist"
349
+
350
+ #: library/plugin-settings.php:166
351
+ msgid "Do not auto-display submitted images"
352
+ msgstr "Ná taispeáin íomhánna faoi bhráid uathoibríoch"
353
+
354
+ #: library/plugin-settings.php:190
355
+ msgid "Do not auto-display submitted email"
356
+ msgstr "Ná cuir ríomhphoist isteach go huathoibríoch"
357
+
358
+ #: library/plugin-settings.php:213
359
+ msgid "Do not auto-display submitted URL"
360
+ msgstr "Ná cuir URL isteach isteach uathoibríoch"
361
+
362
+ #: library/plugin-settings.php:237
363
+ msgid "Do not auto-display the Custom Field"
364
+ msgstr "Ná taispeáin an Réimse Saincheaptha"
365
+
366
+ #: library/plugin-settings.php:265 library/plugin-settings.php:297
367
+ #: library/plugin-settings.php:330 library/plugin-settings.php:362
368
+ msgid "Display and require"
369
+ msgstr "Taispeáin agus a theastaíonn"
370
+
371
+ #: library/plugin-settings.php:266 library/plugin-settings.php:298
372
+ msgid "Display but do not require"
373
+ msgstr "Taispeáin ach ní gá"
374
+
375
+ #: library/plugin-settings.php:267 library/plugin-settings.php:299
376
+ #: library/plugin-settings.php:331 library/plugin-settings.php:363
377
+ msgid "Disable this field"
378
+ msgstr "Díchumasaigh an réimse seo"
379
+
380
+ #: library/plugin-settings.php:302 library/plugin-settings.php:334
381
+ #: library/plugin-settings.php:366 library/plugin-settings.php:398
382
+ msgid "(Visit"
383
+ msgstr "(Cuairt"
384
+
385
+ #: library/plugin-settings.php:303 library/plugin-settings.php:335
386
+ #: library/plugin-settings.php:367 library/plugin-settings.php:399
387
+ msgid "to configure options)"
388
+ msgstr "chun roghanna a chumrú)"
389
+
390
+ #: library/plugin-settings.php:318 library/plugin-settings.php:335
391
+ #: library/plugin-settings.php:1213 library/plugin-settings.php:1218
392
+ msgid "Challenge Question"
393
+ msgstr "Ceist Dúshlán"
394
+
395
+ #: library/plugin-settings.php:350 library/plugin-settings.php:367
396
+ #: library/plugin-settings.php:1235
397
+ msgid "Google reCAPTCHA"
398
+ msgstr "Google reCAPTCHA"
399
+
400
+ #: library/plugin-settings.php:382
401
+ msgid "Post Images"
402
+ msgstr "Íomhánna an Phoist"
403
+
404
+ #: library/plugin-settings.php:394
405
+ msgid "Display"
406
+ msgstr "Taispeáin"
407
+
408
+ #: library/plugin-settings.php:395
409
+ msgid "Disable"
410
+ msgstr "Díchumasaigh"
411
+
412
+ #: library/plugin-settings.php:399 library/plugin-settings.php:1296
413
+ msgid "Image Uploads"
414
+ msgstr "Uasluchtaithe Íomhá"
415
+
416
+ #: library/plugin-settings.php:479
417
+ msgid "Draft"
418
+ msgstr "Dréacht"
419
+
420
+ #: library/plugin-settings.php:480
421
+ msgid "Pending (default)"
422
+ msgstr "Ar feitheamh (réamhshocraithe)"
423
+
424
+ #: library/plugin-settings.php:481
425
+ msgid "Publish immediately"
426
+ msgstr "Foilsigh láithreach"
427
+
428
+ #: library/plugin-settings.php:482
429
+ msgid "Publish after 1 approved post"
430
+ msgstr "Foilsigh i ndiaidh 1 phost ceadaithe"
431
+
432
+ #: library/plugin-settings.php:483
433
+ msgid "Publish after "
434
+ msgstr "Foilsigh i ndiaidh"
435
+
436
+ #: library/plugin-settings.php:483
437
+ msgid " approved posts"
438
+ msgstr " post ceadaithe"
439
+
440
+ #: library/plugin-settings.php:645
441
+ msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
442
+ msgstr "Bhí earráid ann. Cinntigh le do thoil go bhfuil teideal agat, cuid d'ábhar, agus go bhfuil íomhánna amháin curtha suas agat."
443
+
444
+ #: library/plugin-settings.php:659
445
+ msgid "Please select your image(s) to upload."
446
+ msgstr "Roghnaigh do íomhá (í) a uaslódáil."
447
+
448
+ #: library/plugin-settings.php:665
449
+ msgid "Success! Thank you for your submission."
450
+ msgstr "Rath! Go raibh maith agat as d'aighneacht."
451
+
452
+ #: library/plugin-settings.php:691
453
+ msgid "Email"
454
+ msgstr "Ríomhphost"
455
+
456
+ #: library/plugin-settings.php:692
457
+ msgid "URL"
458
+ msgstr "URL"
459
+
460
+ #: library/plugin-settings.php:942
461
+ msgid "Toggle all panels"
462
+ msgstr "Scrios na painéil uile"
463
+
464
+ #: library/plugin-settings.php:951
465
+ msgid "We need your support!"
466
+ msgstr "Ní mór dúinn do thacaíocht!"
467
+
468
+ #: library/plugin-settings.php:955
469
+ msgid "Make a donation via PayPal"
470
+ msgstr "Déan síntiús trí PayPal"
471
+
472
+ #: library/plugin-settings.php:955
473
+ msgid "make a donation"
474
+ msgstr "déan síntiús"
475
+
476
+ #: library/plugin-settings.php:955
477
+ msgid "and/or"
478
+ msgstr "agus / nó"
479
+
480
+ #: library/plugin-settings.php:956
481
+ msgid "Rate and review at the Plugin Directory"
482
+ msgstr "Ráta agus athbhreithniú ag an Eolaire Breiseáin"
483
+
484
+ #: library/plugin-settings.php:957
485
+ msgid "give this plugin a 5-star rating"
486
+ msgstr "an rátáil breise 5-réalta a thabhairt don bhreiseán seo"
487
+
488
+ #: library/plugin-settings.php:961
489
+ msgid "Your generous support enables continued development of this free plugin. Thank you!"
490
+ msgstr "Cuireann do thacaíocht fhiallach an breiseán seo saor in aisce ar aghaidh. Go raibh maith agat!"
491
+
492
+ #: library/plugin-settings.php:966
493
+ msgid "Check this box if you have shown support"
494
+ msgstr "Seiceáil an bosca seo má thacaigh tú tacaíocht"
495
+
496
+ #: library/plugin-settings.php:975
497
+ msgid "Overview"
498
+ msgstr "Forbhreathnú"
499
+
500
+ #: library/plugin-settings.php:979
501
+ msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
502
+ msgstr "cuireann do chuairteoirí poist isteach agus íomhánna a uaslódáil ó thaobh tosaigh do shuíomh."
503
+
504
+ #: library/plugin-settings.php:980
505
+ msgid "For advanced functionality and unlimited forms, check out"
506
+ msgstr "Chun feidhmiúlacht chun cinn agus foirmeacha neamhtheoranta, seiceáil amach"
507
+
508
+ #: library/plugin-settings.php:980 library/plugin-settings.php:1354
509
+ msgid "USP Pro"
510
+ msgstr "USP Pro"
511
+
512
+ #: library/plugin-settings.php:981
513
+ msgid "&mdash; the ultimate solution for user-generated content."
514
+ msgstr "& mdash; an réiteach deiridh d'ábhar a ghintear ó úsáideoirí."
515
+
516
+ #: library/plugin-settings.php:985 library/plugin-settings.php:1002
517
+ msgid "Plugin Settings"
518
+ msgstr "Socruithe Breiseáin"
519
+
520
+ #: library/plugin-settings.php:986
521
+ msgid "Display the form"
522
+ msgstr "Taispeáin an fhoirm"
523
+
524
+ #: library/plugin-settings.php:987 library/plugin-settings.php:1511
525
+ msgid "Plugin Homepage"
526
+ msgstr "Leathanach Baile Breiseáin"
527
+
528
+ #: library/plugin-settings.php:990
529
+ msgid "If you like this plugin, please"
530
+ msgstr "Más maith leat an breiseán seo, le do thoil"
531
+
532
+ #: library/plugin-settings.php:991
533
+ msgid "THANK YOU for your support!"
534
+ msgstr "Go raibh maith agat as do chuid tacaíochta!"
535
+
536
+ #: library/plugin-settings.php:991
537
+ msgid "give it a 5-star rating"
538
+ msgstr "tabhair rátáil 5 réalta dó"
539
+
540
+ #: library/plugin-settings.php:995
541
+ msgid "Unlimited front-end forms"
542
+ msgstr "Foirmeacha tosaigh gan teorainn"
543
+
544
+ #: library/plugin-settings.php:995
545
+ msgid "Get USP Pro"
546
+ msgstr "Faigh USP Pro"
547
+
548
+ #: library/plugin-settings.php:1005
549
+ msgid "Configure your settings for User Submitted Posts."
550
+ msgstr "Déan do chuid socruithe a chumrú le haghaidh Poist Foilsithe Úsáideora."
551
+
552
+ #: library/plugin-settings.php:1007
553
+ msgid "Form Fields"
554
+ msgstr "Réimse Foirmeacha"
555
+
556
+ #: library/plugin-settings.php:1013
557
+ msgid "User Name"
558
+ msgstr "Ainm Úsáideora"
559
+
560
+ #: library/plugin-settings.php:1014
561
+ msgid "User Email"
562
+ msgstr "R-phost Úsáideora"
563
+
564
+ #: library/plugin-settings.php:1015
565
+ msgid "User URL"
566
+ msgstr "URL Úsáideora"
567
+
568
+ #: library/plugin-settings.php:1030
569
+ msgid "General Settings"
570
+ msgstr "Socruithe Ginearálta"
571
+
572
+ #: library/plugin-settings.php:1032
573
+ msgid "Note that the default settings work fine for most cases."
574
+ msgstr "Tabhair faoi deara go bhfuil na socruithe réamhshocraithe ag fíneáil don chuid is mó cásanna."
575
+
576
+ #: library/plugin-settings.php:1037
577
+ msgid "Form Style"
578
+ msgstr "Stíl Foirme"
579
+
580
+ #: library/plugin-settings.php:1042
581
+ msgid "With this option, you can copy the plugin&rsquo;s default templates:"
582
+ msgstr "Leis an rogha seo, is féidir leat na teimpléid réamhshocraithe & rsquo;"
583
+
584
+ #: library/plugin-settings.php:1047
585
+ msgid "..and upload them into a directory named"
586
+ msgstr "agus iad a uaslódáil isteach i gcomhadlann ainmnithe"
587
+
588
+ #: library/plugin-settings.php:1047
589
+ msgid "in your theme:"
590
+ msgstr "i do théama:"
591
+
592
+ #: library/plugin-settings.php:1053
593
+ msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
594
+ msgstr "Cuirfidh sé sin ar chumas tú an fhoirm agus na stíleanna a shaincheapadh de réir mar is gá. Le haghaidh tuilleadh eolais, féach an rannóg \"Foirm Iarratais Chustaim\" sa"
595
+
596
+ #: library/plugin-settings.php:1054
597
+ msgid "Installation Docs"
598
+ msgstr "Docs Suiteála"
599
+
600
+ #: library/plugin-settings.php:1055
601
+ msgid "FYI: here is a"
602
+ msgstr "FYI: anseo a"
603
+
604
+ #: library/plugin-settings.php:1055
605
+ msgid "list of USP CSS selectors"
606
+ msgstr "liosta de na roghnóirí USP CSS"
607
+
608
+ #: library/plugin-settings.php:1061
609
+ msgid "Include JavaScript"
610
+ msgstr "Cuir JavaScript san áireamh"
611
+
612
+ #: library/plugin-settings.php:1063
613
+ msgid "Check this box if you want to include the external JavaScript files (recommended)."
614
+ msgstr "Seiceáil an bosca seo más mian leat na comhaid seachtracha JavaScript (molta) a chur san áireamh."
615
+
616
+ #: library/plugin-settings.php:1066
617
+ msgid "Targeted Loading"
618
+ msgstr "Luchtú Spriocdhírithe"
619
+
620
+ #: library/plugin-settings.php:1068
621
+ msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
622
+ msgstr "De réir réamhshocraithe, CSS seachtrach & amp; Tá comhaid JavaScript luchtaithe ar gach leathanach. Anseo, is féidir leat URL an fhoirm USP a shonrú chun acmhainní a luchtú ach amháin ar an leathanach sin. Tabhair faoi deara: fág bán le luchtú ar na leathanaigh go léir."
623
+
624
+ #: library/plugin-settings.php:1071
625
+ msgid "Post Type"
626
+ msgstr "Cineál Post"
627
+
628
+ #: library/plugin-settings.php:1074
629
+ msgid "Submit posts as WP Posts or Pages"
630
+ msgstr "Cuir post isteach mar Poist nó Páipéir WP"
631
+
632
+ #: library/plugin-settings.php:1078
633
+ msgid "Post Status"
634
+ msgstr "Stádas an Phoist"
635
+
636
+ #: library/plugin-settings.php:1081
637
+ msgid "Post Status for submitted posts"
638
+ msgstr "Stádas an Phoist do phoist a cuireadh isteach"
639
+
640
+ #: library/plugin-settings.php:1085
641
+ msgid "Redirect URL"
642
+ msgstr "URL a atreorú"
643
+
644
+ #: library/plugin-settings.php:1087
645
+ msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
646
+ msgstr "Sonraigh URL chun an t-úsáideoir a atreorú tar éis an iarratais a chur isteach. Fág bán chun atreorú ar ais chuig an leathanach reatha."
647
+
648
+ #: library/plugin-settings.php:1090
649
+ msgid "Success Message"
650
+ msgstr "Teachtaireacht Rathúil"
651
+
652
+ #: library/plugin-settings.php:1092
653
+ msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
654
+ msgstr "Teachtaireacht rathúil a thaispeántar má éiríonn leis an iarchur isteach. Ceadaítear marcáil bhunúsach."
655
+
656
+ #: library/plugin-settings.php:1095
657
+ msgid "Error Message"
658
+ msgstr "Teachtaireacht Earráide"
659
+
660
+ #: library/plugin-settings.php:1097
661
+ msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
662
+ msgstr "Teachtaireacht earráide ginearálta a thaispeántar má theipeann ar iar-aighneacht. Ceadaítear marcáil bhunúsach."
663
+
664
+ #: library/plugin-settings.php:1100
665
+ msgid "Custom Content"
666
+ msgstr "Ábhar an Chustaim"
667
+
668
+ #: library/plugin-settings.php:1102
669
+ msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
670
+ msgstr "Téacs / marcáil saincheaptha le cur san áireamh roimh an fhoirm aighneachta. Fág bán chun é a dhíchumasú."
671
+
672
+ #: library/plugin-settings.php:1105
673
+ msgid "Rich Text Editor"
674
+ msgstr "Eagarthóir Téacs Rich"
675
+
676
+ #: library/plugin-settings.php:1107
677
+ msgid "Check this box if you want to enable WP rich text editing for submitted posts."
678
+ msgstr "Seiceáil an bosca seo más mian leat eagarthóireacht téacs saibhir WP a chumasú do phoist a cuireadh isteach."
679
+
680
+ #: library/plugin-settings.php:1110
681
+ msgid "Unique Titles"
682
+ msgstr "Teidil Uathúla"
683
+
684
+ #: library/plugin-settings.php:1112
685
+ msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
686
+ msgstr "A cheangal go mbeidh teidil iarratais curtha isteach uathúil (úsáideach le haghaidh poist iomadúla / dúbailte a chuirtear isteach)."
687
+
688
+ #: library/plugin-settings.php:1115
689
+ msgid "Disable Required"
690
+ msgstr "Díchumasaigh Riachtanach"
691
+
692
+ #: library/plugin-settings.php:1117
693
+ msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
694
+ msgstr "Na tréithe uile is gá a dhíchumasú ar réimsí foirmeacha réamhshocraithe (úsáideach le haghaidh teachtaireachtaí earráide a réiteach)."
695
+
696
+ #: library/plugin-settings.php:1120
697
+ msgid "Disable IP Tracking"
698
+ msgstr "Díshuiteáil Rianú IP"
699
+
700
+ #: library/plugin-settings.php:1122
701
+ msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
702
+ msgstr "De réir réamhshocraithe USP taifid an seoladh IP le gach post a cuireadh isteach. Seiceáil an bosca seo chun gach rianú IP a dhíchumasaigh."
703
+
704
+ #: library/plugin-settings.php:1125
705
+ msgid "Enable Shortcodes"
706
+ msgstr "Cumasaigh Shortcodes"
707
+
708
+ #: library/plugin-settings.php:1127
709
+ msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
710
+ msgstr "Cumasaigh shortcodes i giuirléidí. De réir réamhshocraithe, ní chumas WordPress shortcodes i giuirléidí."
711
+
712
+ #: library/plugin-settings.php:1128
713
+ msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
714
+ msgstr "Cuireann an socrú seo aon shortcodes ar fad i ngiuirléidí (fiú shortcodes ó breiseáin eile)."
715
+
716
+ #: library/plugin-settings.php:1133 library/plugin-settings.php:1138
717
+ msgid "Categories"
718
+ msgstr "Catagóirí"
719
+
720
+ #: library/plugin-settings.php:1141
721
+ msgid "Select which categories may be assigned to submitted posts (click to toggle)"
722
+ msgstr "Roghnaigh na catagóirí a fhéadfar a shannadh do phoist a cuireadh isteach (cliceáil ar scoránaigh)"
723
+
724
+ #: library/plugin-settings.php:1149
725
+ msgid "Hidden/Default Category"
726
+ msgstr "Catagóir Réamhshocraithe / Hidden /"
727
+
728
+ #: library/plugin-settings.php:1151
729
+ msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
730
+ msgstr "Bain úsáid as réimse i bhfolach don chatagóir post. Is féidir é seo a úsáid chun catagóir réamhshocraithe a shonrú nuair a bhíonn réimse na gcatagóir faoi mhíchumas."
731
+
732
+ #: library/plugin-settings.php:1154
733
+ msgid "Category ID for Hidden Field"
734
+ msgstr "ID de chatagóir le haghaidh Hidden Field"
735
+
736
+ #: library/plugin-settings.php:1156
737
+ msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
738
+ msgstr "Sonraigh ID an chatagóir le húsáid le haghaidh & ldquo; Catagóir Réamhshocraithe / Réamhshocraithe & rdquo; rogha."
739
+
740
+ #: library/plugin-settings.php:1161
741
+ msgid "Users"
742
+ msgstr "Úsáideoirí"
743
+
744
+ #: library/plugin-settings.php:1166
745
+ msgid "Assigned Author"
746
+ msgstr "Údar Sínithe"
747
+
748
+ #: library/plugin-settings.php:1169
749
+ msgid "Specify the user that should be assigned as author for submitted posts."
750
+ msgstr "Sonraigh an t-úsáideoir ba cheart a údarú mar údar do phoist a cuireadh isteach."
751
+
752
+ #: library/plugin-settings.php:1173
753
+ msgid "Registered Username"
754
+ msgstr "Ainm Úsáideora Cláraithe"
755
+
756
+ #: library/plugin-settings.php:1175
757
+ msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
758
+ msgstr "Úsáid ainm úsáideora cláraithe mar phost-údar. Bailí nuair atá an té atá ag cur isteach an fhoirm logáilte isteach go WordPress."
759
+
760
+ #: library/plugin-settings.php:1178
761
+ msgid "User Profile URL"
762
+ msgstr "URL Próifíl Úsáideora"
763
+
764
+ #: library/plugin-settings.php:1180
765
+ msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
766
+ msgstr "Úsáid URL Próifíl úsáideora cláraithe mar luach an réimse URL. Bailí nuair atá an té atá ag cur isteach an fhoirm logáilte isteach go WordPress."
767
+
768
+ #: library/plugin-settings.php:1183
769
+ msgid "Require User Login"
770
+ msgstr "A cheangal ar Logáil isteach Úsáideora"
771
+
772
+ #: library/plugin-settings.php:1185
773
+ msgid "Require users to be logged in to WordPress to view/submit the form"
774
+ msgstr "A cheangal ar úsáideoirí logáil isteach i WordPress chun an fhoirm a fheiceáil / a chur isteach"
775
+
776
+ #: library/plugin-settings.php:1188
777
+ msgid "Disable Replace Author"
778
+ msgstr "Díchumasaigh Athsholáthar Údar"
779
+
780
+ #: library/plugin-settings.php:1190
781
+ msgid "Do not replace post author with submitted user name"
782
+ msgstr "Ná cuir an t-údar poist in ionad ainm úsáideora isteach"
783
+
784
+ #: library/plugin-settings.php:1196
785
+ msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
786
+ msgstr "Anseo, is féidir leat an t-ainm agus an lipéad a úsáideann an Réimse Saincheaptha a athrú. Is féidir leat an réimse seo a chumasú tríd an suíomh Forms Field, thuas."
787
+
788
+ #: library/plugin-settings.php:1201
789
+ msgid "Custom Field Name"
790
+ msgstr "Ainm Réimse an Chustaiméara"
791
+
792
+ #: library/plugin-settings.php:1203
793
+ msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
794
+ msgstr "Ní hamháin úsáid a bhaint as aicmí alfaiméaracha, neamhchruinnithe, agus taiscí. Mura bhfuil sé cinnte, bain úsáid as an t-ainm réamhshocraithe:"
795
+
796
+ #: library/plugin-settings.php:1206
797
+ msgid "Custom Field Label"
798
+ msgstr "Lipéad an Chustaim Réimse"
799
+
800
+ #: library/plugin-settings.php:1208
801
+ msgid "This will be displayed as the field label on the form. Default: Custom Field"
802
+ msgstr "Taispeánfar é seo mar an lipéad réimse ar an bhfoirm. Réamhshocrú: Saincheaptha"
803
+
804
+ #: library/plugin-settings.php:1220
805
+ msgid "To prevent spam, enter a question that users must answer before submitting the form."
806
+ msgstr "Chun spam a chosc, cuir isteach ceist nach mór d'úsáideoirí a fhreagairt sula gcuireann tú isteach an fhoirm."
807
+
808
+ #: library/plugin-settings.php:1223
809
+ msgid "Challenge Response"
810
+ msgstr "Freagra Dúshlán"
811
+
812
+ #: library/plugin-settings.php:1225
813
+ msgid "Enter the *only* correct answer to the challenge question."
814
+ msgstr "Cuir isteach an freagra ceart * amháin * ar an gceist dúshlán."
815
+
816
+ #: library/plugin-settings.php:1228
817
+ msgid "Case-sensitivity"
818
+ msgstr "Cás-íogaireacht"
819
+
820
+ #: library/plugin-settings.php:1230
821
+ msgid "Check this box if you want the challenge response to be case-sensitive."
822
+ msgstr "Seiceáil an bosca seo más mian leat go mbeadh an freagra dúshlánach i gcásanna atá íogair."
823
+
824
+ #: library/plugin-settings.php:1236
825
+ msgid "To enable Google reCAPTCHA, enter your public and private keys."
826
+ msgstr "Chun Google reCAPTCHA a chumasú, cuir isteach do chuid eochracha poiblí agus príobháideacha."
827
+
828
+ #: library/plugin-settings.php:1241
829
+ msgid "Public Key"
830
+ msgstr "Eochair Poiblí"
831
+
832
+ #: library/plugin-settings.php:1243
833
+ msgid "Enter your Public Key"
834
+ msgstr "Cuir isteach do Eochair Poiblí"
835
+
836
+ #: library/plugin-settings.php:1246
837
+ msgid "Private Key"
838
+ msgstr "Eochair Príobháideach"
839
+
840
+ #: library/plugin-settings.php:1248
841
+ msgid "Enter your Private Key"
842
+ msgstr "Cuir isteach do Eochair Príobháideach"
843
+
844
+ #: library/plugin-settings.php:1253
845
+ msgid "Email Alerts"
846
+ msgstr "Alerts Ríomhphoist"
847
+
848
+ #: library/plugin-settings.php:1258
849
+ msgid "Receive Email Alert"
850
+ msgstr "Faigh Foláireamh Ríomhphoist"
851
+
852
+ #: library/plugin-settings.php:1260
853
+ msgid "Check this box if you want to be notified via email for new post submissions."
854
+ msgstr "Seiceáil an bosca seo más mian leat a bheith curtha in iúl trí ríomhphost le haghaidh aighneachtaí nua."
855
+
856
+ #: library/plugin-settings.php:1263
857
+ msgid "Enable HTML Format"
858
+ msgstr "Cumasaigh Formáid HTML"
859
+
860
+ #: library/plugin-settings.php:1265
861
+ msgid "Check this box to enable HTML format for email alerts."
862
+ msgstr "Seiceáil an bosca seo chun formáid HTML a chumasú le haghaidh foláirimh ríomhphoist."
863
+
864
+ #: library/plugin-settings.php:1268
865
+ msgid "Email Address for Alerts"
866
+ msgstr "Seoladh Ríomhphoist do Foláirimh"
867
+
868
+ #: library/plugin-settings.php:1270
869
+ msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
870
+ msgstr "Má rinne tú seiceáil ar an mbosca chun rabhaidh ríomhphoist a fháil, luaigh an seoladh (í) ar chóir na ríomhphoist a sheoladh chuige."
871
+
872
+ #: library/plugin-settings.php:1271
873
+ msgid "Multiple recipients may be included using a comma, like so:"
874
+ msgstr "Is féidir le daoine a bhfuil go leor faighte a chur san áireamh ag baint úsáide as coma, mar sin:"
875
+
876
+ #: library/plugin-settings.php:1274
877
+ msgid "Email &ldquo;From&rdquo; Address"
878
+ msgstr "Ríomhphost & ldquo; Ó & rdquo; Seoladh"
879
+
880
+ #: library/plugin-settings.php:1276
881
+ msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
882
+ msgstr "Anseo, is féidir leat an seoladh (í) a úsáideadh don & ldquo; Ó & rdquo; header (féach Ceisteanna Coitianta breiseáin le haghaidh faisnéise)."
883
+
884
+ #: library/plugin-settings.php:1277
885
+ msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
886
+ msgstr "Má tá seoltaí iomadúla sonraithe sa suíomh roimhe seo, cuimsíonn líon comhionann & ldquo; Ó & rdquo; seoltaí don suíomh seo (san ord céanna)."
887
+
888
+ #: library/plugin-settings.php:1280
889
+ msgid "Email Alert Subject"
890
+ msgstr "Ábhar Alert Ríomhphoist"
891
+
892
+ #: library/plugin-settings.php:1282
893
+ msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
894
+ msgstr "Líne ábhair le haghaidh foláirimh ríomhphoist. Fág bán chun an líne ábhar réamhshocraithe a úsáid. Tabhair faoi deara: is féidir leat na hathróga seo a leanas a úsáid:"
895
+
896
+ #: library/plugin-settings.php:1287
897
+ msgid "Email Alert Message"
898
+ msgstr "Teachtaireacht Foláirimh Ríomhphoist"
899
+
900
+ #: library/plugin-settings.php:1289
901
+ msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
902
+ msgstr "Teachtaireacht le haghaidh foláirimh ríomhphoist. Fág bán chun an teachtaireacht réamhshocraithe a úsáid. Tabhair faoi deara: is féidir leat na hathróga seo a leanas a úsáid:"
903
+
904
+ #: library/plugin-settings.php:1301
905
+ msgid "Featured Image"
906
+ msgstr "Íomhá Réadmhaoin"
907
+
908
+ #: library/plugin-settings.php:1303
909
+ msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
910
+ msgstr "Socraigh íomhánna isteach mar Íomhánna Réadmhaoin. Éilíonn tacaíocht téama le haghaidh Íomhánna Réadmhaoin (aka Miontuairiscí)."
911
+
912
+ #: library/plugin-settings.php:1306
913
+ msgid "Upload Message"
914
+ msgstr "Teachtaireacht Uaslódáil"
915
+
916
+ #: library/plugin-settings.php:1308
917
+ msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
918
+ msgstr "Teachtaireacht atá le feiceáil in aice leis an réimse uaslódáil. Úsáideach le do threoirlínte / beartas / srl. Uaslódáil a lua. Marcáil bunúsach a cheadaítear."
919
+
920
+ #: library/plugin-settings.php:1311
921
+ msgid "&ldquo;Add another image&rdquo; link"
922
+ msgstr "& ldquo; Cuir íomhá eile & rdquo; nasc"
923
+
924
+ #: library/plugin-settings.php:1313
925
+ msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
926
+ msgstr "Marcáil saincheaptha don & ldquo; Cuir íomhá eile & rdquo; nasc. Fág bán chun an marc réamhshocraithe (molta) a úsáid."
927
+
928
+ #: library/plugin-settings.php:1316
929
+ msgid "Minimum number of images"
930
+ msgstr "Íosmhéid na n-íomhánna"
931
+
932
+ #: library/plugin-settings.php:1319
933
+ msgid "Specify the minimum number of images."
934
+ msgstr "Sonraigh líon íosta na n-íomhánna."
935
+
936
+ #: library/plugin-settings.php:1323
937
+ msgid "Maximum number of images"
938
+ msgstr "Uasmhéid na n-íomhánna"
939
+
940
+ #: library/plugin-settings.php:1326
941
+ msgid "Specify the maximum number of images."
942
+ msgstr "Sonraigh líon uasta na n-íomhánna."
943
+
944
+ #: library/plugin-settings.php:1330
945
+ msgid "Minimum image width"
946
+ msgstr "Leithead íosta íomhá"
947
+
948
+ #: library/plugin-settings.php:1332
949
+ msgid "Specify a minimum width (in pixels) for uploaded images."
950
+ msgstr "Sonraigh leithead íosta (i bpicteilíní) le haghaidh íomhánna uaslódáil."
951
+
952
+ #: library/plugin-settings.php:1335
953
+ msgid "Minimum image height"
954
+ msgstr "Íomhá íosta íomhá"
955
+
956
+ #: library/plugin-settings.php:1337
957
+ msgid "Specify a minimum height (in pixels) for uploaded images."
958
+ msgstr "Sonraigh íosta airde (i pixel) le haghaidh íomhánna uaslódáil."
959
+
960
+ #: library/plugin-settings.php:1340
961
+ msgid "Maximum image width"
962
+ msgstr "Uasmhéid leithead íomhá"
963
+
964
+ #: library/plugin-settings.php:1342
965
+ msgid "Specify a maximum width (in pixels) for uploaded images."
966
+ msgstr "Sonraigh leithead uasta (i bpicteilíní) le haghaidh íomhánna uaslódáil."
967
+
968
+ #: library/plugin-settings.php:1345
969
+ msgid "Maximum image height"
970
+ msgstr "Uasmhéid airde an íomhá"
971
+
972
+ #: library/plugin-settings.php:1347
973
+ msgid "Specify a maximum height (in pixels) for uploaded images."
974
+ msgstr "Sonraigh airde uasta (i bpicteilíní) le haghaidh íomhánna uaslódáil."
975
+
976
+ #: library/plugin-settings.php:1350
977
+ msgid "More Options"
978
+ msgstr "Roghanna Breise"
979
+
980
+ #: library/plugin-settings.php:1353
981
+ msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
982
+ msgstr "Le haghaidh tuilleadh roghanna, cosúil leis an gcumas cineálacha comhaid eile a uaslódáil (cosúil le PDF, Word, Zip, físeáin, agus níos mó), seiceáil amach"
983
+
984
+ #: library/plugin-settings.php:1354
985
+ msgid "Go Pro!"
986
+ msgstr "Téigh Pro!"
987
+
988
+ #: library/plugin-settings.php:1361
989
+ msgid "Auto-Display Content"
990
+ msgstr "Ábhar Auto-Taispeáin"
991
+
992
+ #: library/plugin-settings.php:1366
993
+ msgid "Images Auto-Display"
994
+ msgstr "Íomhánna Auto-Taispeáin"
995
+
996
+ #: library/plugin-settings.php:1368
997
+ msgid "Auto-display user-submitted images:"
998
+ msgstr "Íomhánna a chuireann isteach ar úsáideoirí uathoibríoch:"
999
+
1000
+ #: library/plugin-settings.php:1373
1001
+ msgid "Image Markup"
1002
+ msgstr "Marcáil Íomhá"
1003
+
1004
+ #: library/plugin-settings.php:1375
1005
+ msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1006
+ msgstr "Marcáil le húsáid le haghaidh gach íomhá a cuireadh isteach (nuair atá cumhdach taispeáint ar chumas). Is féidir é a úsáid"
1007
+
1008
+ #: library/plugin-settings.php:1377 library/plugin-settings.php:1390
1009
+ #: library/plugin-settings.php:1403 library/plugin-settings.php:1416
1010
+ msgid "and"
1011
+ msgstr "agus"
1012
+
1013
+ #: library/plugin-settings.php:1380
1014
+ msgid "Email Auto-Display"
1015
+ msgstr "Ríomhphost Auto-Taispeáin"
1016
+
1017
+ #: library/plugin-settings.php:1382
1018
+ msgid "Auto-display user-submitted email:"
1019
+ msgstr "R-phost a chuirtear isteach le húsáideoir féin-thaispeáin:"
1020
+
1021
+ #: library/plugin-settings.php:1387
1022
+ msgid "Email Markup"
1023
+ msgstr "Marcáil Ríomhphoist"
1024
+
1025
+ #: library/plugin-settings.php:1389
1026
+ msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1027
+ msgstr "Marcáil le húsáid don seoladh ríomhphoist a cuireadh isteach (nuair atá cumhdach taispeáint ar chumas). Is féidir é a úsáid"
1028
+
1029
+ #: library/plugin-settings.php:1393
1030
+ msgid "URL Auto-Display"
1031
+ msgstr "URL Auto-Taispeáin"
1032
+
1033
+ #: library/plugin-settings.php:1395
1034
+ msgid "Auto-display user-submitted URL:"
1035
+ msgstr "URL a chuirtear isteach ar úsáideoir féin-thaispeántais:"
1036
+
1037
+ #: library/plugin-settings.php:1400
1038
+ msgid "URL Markup"
1039
+ msgstr "Marcáil URL"
1040
+
1041
+ #: library/plugin-settings.php:1402
1042
+ msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1043
+ msgstr "Marcáil le húsáid don URL a chuirtear isteach (nuair atá cumhdach taispeáint ar chumas). Is féidir é a úsáid"
1044
+
1045
+ #: library/plugin-settings.php:1406
1046
+ msgid "Custom Field Auto-Display"
1047
+ msgstr "Auto-Taispeáin Réimse Saincheaptha"
1048
+
1049
+ #: library/plugin-settings.php:1408
1050
+ msgid "Auto-display user-submitted Custom Field:"
1051
+ msgstr "Réimse saincheaptha a chuir isteach ar úsáideoir uathoibríoch:"
1052
+
1053
+ #: library/plugin-settings.php:1413
1054
+ msgid "Custom Field Markup"
1055
+ msgstr "Marcáil an Chustaim Réimse"
1056
+
1057
+ #: library/plugin-settings.php:1415
1058
+ msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1059
+ msgstr "Marcáil le húsáid don Réimse Saincheaptha (nuair atá cumhdach taispeáint ar chumas). Is féidir é a úsáid"
1060
+
1061
+ #: library/plugin-settings.php:1421 library/plugin-settings.php:1497
1062
+ msgid "Save Settings"
1063
+ msgstr "Sábháil Socruithe"
1064
+
1065
+ #: library/plugin-settings.php:1426
1066
+ msgid "Display the Form"
1067
+ msgstr "Taispeáin an fhoirm"
1068
+
1069
+ #: library/plugin-settings.php:1429
1070
+ msgid "Post-Submit Form"
1071
+ msgstr "Foirm Iar-Cuir isteach"
1072
+
1073
+ #: library/plugin-settings.php:1430
1074
+ msgid "USP enables you to display a post-submission form anywhere on your site."
1075
+ msgstr "Cuireann USP ar chumas tú foirm iar-aighneachta a thaispeáint in áit ar bith ar do shuíomh."
1076
+
1077
+ #: library/plugin-settings.php:1431 library/plugin-settings.php:1438
1078
+ msgid "Use the shortcode to display the form on any WP Post or Page:"
1079
+ msgstr "Bain úsáid as an shortcode chun an fhoirm a thaispeáint ar aon phost nó leathanach WP:"
1080
+
1081
+ #: library/plugin-settings.php:1433 library/plugin-settings.php:1440
1082
+ msgid "Or, use the template tag to display the form anywhere in your theme template:"
1083
+ msgstr "Nó, bain úsáid as an gclib teimpléid chun an fhoirm a thaispeáint in áit ar bith i do theimpléad téama:"
1084
+
1085
+ #: library/plugin-settings.php:1436
1086
+ msgid "Login/Register Form"
1087
+ msgstr "Foirm Logáil isteach / Cláraigh"
1088
+
1089
+ #: library/plugin-settings.php:1437
1090
+ msgid "You also can display a form that enables users to log in, register, or reset their password."
1091
+ msgstr "Is féidir leat foirm a thaispeáint a chuireann ar chumas úsáideoirí logáil isteach, a chlárú nó a bhfocal faire a athshocrú."
1092
+
1093
+ #: library/plugin-settings.php:1443
1094
+ msgid "Display Submitted Posts"
1095
+ msgstr "Taispeáin Poist Curtha isteach"
1096
+
1097
+ #: library/plugin-settings.php:1444
1098
+ msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1099
+ msgstr "Bain úsáid as an shortcode seo chun liosta de na poist a cuireadh isteach a thaispeáint ar aon WP Post nó Leathanach:"
1100
+
1101
+ #: library/plugin-settings.php:1446
1102
+ msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1103
+ msgstr "Nó, bain úsáid as an gclib teimpléid chun liosta de na poist a cuireadh isteach in áit ar bith i do theimpléad téama a thaispeáint:"
1104
+
1105
+ #: library/plugin-settings.php:1448
1106
+ msgid "Here are some examples showing how to configure this shortcode:"
1107
+ msgstr "Seo roinnt samplaí a léiríonn conas an shortcode seo a chumrú:"
1108
+
1109
+ #: library/plugin-settings.php:1455
1110
+ msgid "Reset Form Button"
1111
+ msgstr "Athshocraigh an Fhoirm Button"
1112
+
1113
+ #: library/plugin-settings.php:1456
1114
+ msgid "This shortcode displays a link that resets the form to its original state:"
1115
+ msgstr "Taispeánann an shortcode seo nasc a athshocraíonn an fhoirm chuig a stát bunaidh:"
1116
+
1117
+ #: library/plugin-settings.php:1458
1118
+ msgid "This shortcode accepts the following attributes:"
1119
+ msgstr "Glacann an shortcode leis na tréithe seo a leanas:"
1120
+
1121
+ #: library/plugin-settings.php:1463
1122
+ msgid "Note that the url attribute accepts"
1123
+ msgstr "Tabhair faoi deara go nglacann an tréith url"
1124
+
1125
+ #: library/plugin-settings.php:1463
1126
+ msgid "to get the current URL."
1127
+ msgstr "an URL reatha a fháil."
1128
+
1129
+ #: library/plugin-settings.php:1465
1130
+ msgid "Access Control"
1131
+ msgstr "Rialú Rochtana"
1132
+
1133
+ #: library/plugin-settings.php:1466
1134
+ msgid "USP provides three shortcodes to control access and restrict content."
1135
+ msgstr "Soláthraíonn USP trí shortcodes rochtain a rialú agus ábhar a shrianadh."
1136
+
1137
+ #: library/plugin-settings.php:1467
1138
+ msgid "Display content only to users with a specific capability:"
1139
+ msgstr "Taispeáin ábhar ach d'úsáideoirí a bhfuil cumas ar leith acu:"
1140
+
1141
+ #: library/plugin-settings.php:1469
1142
+ msgid "Display content to logged-in users:"
1143
+ msgstr "Taispeáin ábhar d'úsáideoirí atá logáilte isteach:"
1144
+
1145
+ #: library/plugin-settings.php:1471
1146
+ msgid "Display content to visitors only:"
1147
+ msgstr "Taispeáin ábhar do chuairteoirí amháin:"
1148
+
1149
+ #: library/plugin-settings.php:1473
1150
+ msgid "Tip:"
1151
+ msgstr "Leid:"
1152
+
1153
+ #: library/plugin-settings.php:1473
1154
+ msgid "to include markup in the deny message, you can use"
1155
+ msgstr "le marcáil a chur san teachtaireacht dhiúltú, is féidir leat é a úsáid"
1156
+
1157
+ #: library/plugin-settings.php:1473
1158
+ msgid "to output"
1159
+ msgstr "aschur"
1160
+
1161
+ #: library/plugin-settings.php:1475
1162
+ msgid "Example"
1163
+ msgstr "Sampla"
1164
+
1165
+ #: library/plugin-settings.php:1476
1166
+ msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1167
+ msgstr "Má tá an t-úsáideoir logáilte isteach, an fhoirm iar-iarratais a thaispeáint; nó mura bhfuil an t-úsáideoir logáilte isteach, an fhoirm logáil isteach a thaispeáint:"
1168
+
1169
+ #: library/plugin-settings.php:1488
1170
+ msgid "Restore Defaults"
1171
+ msgstr "Réamhshocruithe Athchóirigh"
1172
+
1173
+ #: library/plugin-settings.php:1491
1174
+ msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1175
+ msgstr "Fág an rogha seo faoi mhíchumas chun do chuid socruithe a mheabhrú. Nó, dul ar aghaidh agus na roghanna breiseán réamhshocraithe a athbhunú: seiceáil an bhosca, sábháil do chuid socruithe, agus ansin an breiseán a dhíghníomhachtú / a athghníomhachtú."
1176
+
1177
+ #: library/plugin-settings.php:1495
1178
+ msgid "Restore default options upon plugin deactivation/reactivation."
1179
+ msgstr "Athraigh roghanna réamhshocraithe maidir le díghníomhachtú / athghníomhachtú breiseáin."
1180
+
1181
+ #: library/plugin-settings.php:1502
1182
+ msgid "Show Support"
1183
+ msgstr "Taispeáin Tacaíocht"
1184
+
1185
+ #: library/plugin-settings.php:1511
1186
+ msgid "by"
1187
+ msgstr "ag"
1188
+
1189
+ #: library/plugin-settings.php:1512
1190
+ msgid "Jeff Starr on Twitter"
1191
+ msgstr "Jeff Starr ar Twitter"
1192
+
1193
+ #: library/plugin-settings.php:1513
1194
+ msgid "Obsessive Web Design &amp; Development"
1195
+ msgstr "Dearadh Gréasáin Obsessive & amp; Forbairt"
1196
+
1197
+ #: library/plugin-settings.php:1524
1198
+ msgid "Save Preference"
1199
+ msgstr "Sábháil Tosaíochta"
1200
+
1201
+ #: library/plugin-settings.php:1531
1202
+ msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1203
+ msgstr "An bhfuil tú cinnte gur mhaith leat na roghanna réamhshocraithe a chur ar ais? (ní féidir an gníomh seo a dhíbhe)"
1204
+
1205
+ #: library/support-panel.php:52
1206
+ msgid "Perishable Press Books"
1207
+ msgstr "Leabhair Preas Machairí"
1208
+
1209
+ #: library/support-panel.php:53
1210
+ msgid "Plugin Planet"
1211
+ msgstr "Pláinéad Breiseáin"
1212
+
1213
+ #: library/support-panel.php:54
1214
+ msgid "Donate via PayPal"
1215
+ msgstr "Tabhair íocaíocht trí PayPal"
1216
+
1217
+ #: library/support-panel.php:56
1218
+ msgid "books"
1219
+ msgstr "leabhair"
1220
+
1221
+ #: library/support-panel.php:57
1222
+ msgid "plugins"
1223
+ msgstr "plugins"
1224
+
1225
+ #: library/support-panel.php:58
1226
+ msgid "donation"
1227
+ msgstr "síntiús"
1228
+
1229
+ #: library/support-panel.php:60
1230
+ msgid "Thank you for using"
1231
+ msgstr "Go raibh maith agat as úsáid a bhaint as"
1232
+
1233
+ #: library/support-panel.php:61
1234
+ msgid "Please show support by purchasing one of my"
1235
+ msgstr "Taispeáin tacaíocht trí cheann de mo chuid a cheannach"
1236
+
1237
+ #: library/support-panel.php:62
1238
+ msgid "or"
1239
+ msgstr "nó"
1240
+
1241
+ #: library/support-panel.php:62
1242
+ msgid "or by making a"
1243
+ msgstr "nó trí"
1244
+
1245
+ #: library/support-panel.php:63
1246
+ msgid "Your generous support helps to ensure future development of"
1247
+ msgstr "Cuidíonn do thacaíocht fhiallach lena chinntiú go bhforbrófar"
1248
+
1249
+ #: library/support-panel.php:64
1250
+ msgid "and is greatly appreciated."
1251
+ msgstr "agus tá sé buíoch as."
1252
+
1253
+ #: library/support-panel.php:66
1254
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1255
+ msgstr "Cuidíonn aon síntiús mé orm leanúint ar aghaidh ag forbairt an breiseáin seo saor in aisce agus acmhainní uamhnach WordPress eile."
1256
+
1257
+ #. Description of the plugin
1258
+ #:
1259
+ msgid "Enables your visitors to submit posts and images from anywhere on your site."
1260
+ msgstr "Cumasaíonn do chuairteoirí poist agus íomhánna a chur isteach ó áit ar bith ar do shuíomh."
1261
+
1262
+ #. URI of the plugin
1263
+ #:
1264
+ msgid "https://perishablepress.com/user-submitted-posts/"
1265
+ msgstr "https://perishablepress.com/user-submitted-posts/"
1266
+
1267
+ #. Author of the plugin
1268
+ #:
1269
+ msgid "Jeff Starr"
1270
+ msgstr "Jeff Starr"
1271
+
1272
+ #. Author URI of the plugin
1273
+ #:
1274
+ msgid "https://plugin-planet.com/"
1275
+ msgstr "https://plugin-planet.com/"
1276
+
languages/usp-he_IL.mo CHANGED
Binary file
languages/usp-he_IL.po CHANGED
@@ -4,206 +4,206 @@ 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 20171028\n"
8
  "Language: he\n"
9
 
10
  #. Name of the plugin
11
- #: user-submitted-posts.php:44
12
  msgid "User Submitted Posts"
13
  msgstr "הודעות שנשלחו על ידי משתמשים"
14
 
15
- #: user-submitted-posts.php:78
16
  msgid "requires WordPress "
17
  msgstr "דורש וורדפרס"
18
 
19
- #: user-submitted-posts.php:79
20
  msgid " or higher, and has been deactivated! "
21
  msgstr " או גבוה יותר, והוא הופסק!"
22
 
23
- #: user-submitted-posts.php:80
24
  msgid "Please return to the"
25
  msgstr "חזור אל"
26
 
27
- #: user-submitted-posts.php:81
28
  msgid "WordPress Admin Area"
29
  msgstr "אזור ניהול וורדפרס"
30
 
31
- #: user-submitted-posts.php:82
32
  msgid "to upgrade WordPress and try again."
33
  msgstr "כדי לשדרג וורדפרס ונסה שוב."
34
 
35
- #: user-submitted-posts.php:124
36
  msgid "User Submitted Post"
37
  msgstr "פוסט שנשלח על ידי משתמשים"
38
 
39
- #: user-submitted-posts.php:445
40
  msgid "User Submitted Post Info"
41
  msgstr "פרטי פוסט שנשלחו על ידי המשתמש"
42
 
43
- #: user-submitted-posts.php:475
44
  msgid "Submitter Name: "
45
  msgstr "שם איש קשר:"
46
 
47
- #: user-submitted-posts.php:476
48
  msgid "Submitter Email: "
49
  msgstr "דוא\"ל של איש קשר:"
50
 
51
- #: user-submitted-posts.php:477
52
  msgid "Submitter URL: "
53
  msgstr "כתובת אתר של שולח:"
54
 
55
- #: user-submitted-posts.php:478
56
  msgid "Submitter IP: "
57
  msgstr "כתובת IP של שולח:"
58
 
59
- #: user-submitted-posts.php:529
60
  msgid "Show USP Posts"
61
  msgstr "הצג הודעות USP"
62
 
63
- #: user-submitted-posts.php:530 library/plugin-settings.php:967
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
- #: user-submitted-posts.php:1175
68
  msgid " files required"
69
  msgstr " הקבצים הדרושים"
70
 
71
- #: user-submitted-posts.php:1176
72
  msgid " file required"
73
  msgstr " הקובץ הנדרש"
74
 
75
- #: user-submitted-posts.php:1178
76
  msgid " files"
77
  msgstr " קבצים"
78
 
79
- #: user-submitted-posts.php:1179
80
  msgid " file"
81
  msgstr " קוֹבֶץ"
82
 
83
- #: user-submitted-posts.php:1181 user-submitted-posts.php:1182
84
- #: user-submitted-posts.php:1183 user-submitted-posts.php:1184
85
  msgid " pixels"
86
  msgstr " פיקסלים"
87
 
88
- #: user-submitted-posts.php:1186 library/plugin-settings.php:284
89
- #: library/plugin-settings.php:303 library/plugin-settings.php:690
90
- #: library/plugin-settings.php:1176
91
  msgid "Custom Field"
92
  msgstr "שדה מותאם"
93
 
94
- #: user-submitted-posts.php:1189
95
  msgid "An error occurred. Please go back and try again."
96
  msgstr "התרחשה שגיאה. אנא חזור ונסה שוב."
97
 
98
- #: user-submitted-posts.php:1199
99
  msgid "User login required"
100
  msgstr "נדרשת התחברות משתמש"
101
 
102
- #: user-submitted-posts.php:1200
103
  msgid "User name required"
104
  msgstr "שם משתמש (חובה"
105
 
106
- #: user-submitted-posts.php:1201
107
  msgid "Post title required"
108
  msgstr "חובה לכתוב כותרת"
109
 
110
- #: user-submitted-posts.php:1202
111
  msgid "User URL required"
112
  msgstr "נדרשת כתובת אתר של משתמש"
113
 
114
- #: user-submitted-posts.php:1203
115
  msgid "Post tags required"
116
  msgstr "דרושים תגי פוסט"
117
 
118
- #: user-submitted-posts.php:1204
119
  msgid "Post category required"
120
  msgstr "דרושה קטגוריה"
121
 
122
- #: user-submitted-posts.php:1205
123
  msgid "Post content required"
124
  msgstr "פרסם תוכן נדרש"
125
 
126
- #: user-submitted-posts.php:1206 user-submitted-posts.php:1207
127
  msgid "Correct captcha required"
128
  msgstr "נדרש captcha נכון"
129
 
130
- #: user-submitted-posts.php:1208
131
  msgid "User email required"
132
  msgstr "נדרש דוא\"ל משתמש"
133
 
134
- #: user-submitted-posts.php:1209
135
  msgid "Please check your email and try again"
136
  msgstr "בדוק את הדוא\"ל שלך ונסה שוב"
137
 
138
- #: user-submitted-posts.php:1210
139
  msgid "Non-empty value for hidden field"
140
  msgstr "ערך לא ריק עבור שדה מוסתר"
141
 
142
- #: user-submitted-posts.php:1211
143
  msgid "Minimum number of images not met"
144
  msgstr "המספר המינימלי של תמונות שלא נפגש"
145
 
146
- #: user-submitted-posts.php:1212
147
  msgid "Maximum number of images exceeded "
148
  msgstr "מספר התמונות המקסימלי חרג"
149
 
150
- #: user-submitted-posts.php:1213
151
  msgid "Minimum image width not met"
152
  msgstr "רוחב התמונה המינימלי לא פגש"
153
 
154
- #: user-submitted-posts.php:1214
155
  msgid "Image width exceeds maximum"
156
  msgstr "רוחב התמונה חורג מהמקסימום"
157
 
158
- #: user-submitted-posts.php:1215
159
  msgid "Minimum image height not met"
160
  msgstr "גובה התמונה המינימלי לא פגש"
161
 
162
- #: user-submitted-posts.php:1216
163
  msgid "Image height exceeds maximum"
164
  msgstr "גובה התמונה חורג מהמקסימום"
165
 
166
- #: user-submitted-posts.php:1217
167
  msgid "File type not allowed (please upload images only)"
168
  msgstr "סוג הקובץ אינו מותר (העלה תמונות בלבד)"
169
 
170
- #: user-submitted-posts.php:1218
171
  msgid " required"
172
  msgstr " נדרש"
173
 
174
- #: user-submitted-posts.php:1222
175
  msgid "File not uploaded. Please check the file and try again."
176
  msgstr "הקובץ לא נטען. בדוק את הקובץ ונסה שוב."
177
 
178
- #: user-submitted-posts.php:1226
179
  msgid "The file(s) could not be uploaded"
180
  msgstr "לא ניתן היה לטעון את הקובץ (ים)"
181
 
182
- #: user-submitted-posts.php:1228
183
  msgid "Post not created. Please contact the site administrator for help."
184
  msgstr "הפוסט לא נוצר. פנה למנהל האתר לקבלת עזרה."
185
 
186
- #: user-submitted-posts.php:1229
187
  msgid "Duplicate post title. Please try again."
188
  msgstr "כותרת פוסט כפולה. בבקשה נסה שוב."
189
 
190
- #: user-submitted-posts.php:1239
191
  msgid "Error: "
192
  msgstr "שְׁגִיאָה:"
193
 
194
- #: user-submitted-posts.php:1265
195
  msgid "Return to form"
196
  msgstr "חזור לטופס"
197
 
198
- #: user-submitted-posts.php:1293 library/plugin-settings.php:943
199
  msgid "Please"
200
  msgstr "אנא"
201
 
202
- #: user-submitted-posts.php:1294
203
  msgid "log in"
204
  msgstr "התחברות"
205
 
206
- #: user-submitted-posts.php:1295
207
  msgid "to submit content!"
208
  msgstr "לשלוח תוכן!"
209
 
@@ -228,13 +228,13 @@ msgstr "האימייל שלך"
228
 
229
  #: views/submission-form.php:74 views/submission-form.php:75
230
  #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
- #: library/plugin-settings.php:1004
232
  msgid "Post Title"
233
  msgstr "כותרת פוסט"
234
 
235
  #: views/submission-form.php:80 views/submission-form.php:81
236
  #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
- #: library/plugin-settings.php:1005
238
  msgid "Post Tags"
239
  msgstr "תגי פוסט"
240
 
@@ -243,19 +243,19 @@ msgid "Antispam Question"
243
  msgstr "שאלה אנטי ספאם"
244
 
245
  #: views/submission-form.php:98 views/submission-form-alt.php:103
246
- #: library/plugin-settings.php:1006
247
  msgid "Post Category"
248
  msgstr "פוסט קטגוריה"
249
 
250
  #: views/submission-form.php:100 views/submission-form-alt.php:105
251
  msgid "Please select a category.."
252
- msgstr "בחר קטגוריה .."
253
 
254
  #: views/submission-form.php:135 views/submission-form.php:136
255
  #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
- #: library/plugin-settings.php:1007
257
  msgid "Post Content"
258
- msgstr "תוכן פוסט"
259
 
260
  #: views/submission-form.php:142 views/submission-form-alt.php:147
261
  msgid "Verification"
@@ -277,6 +277,14 @@ msgstr "אימות אנושי: השאר שדה זה ריק."
277
  msgid "Submit Post"
278
  msgstr "שלח פוסט"
279
 
 
 
 
 
 
 
 
 
280
  #: library/plugin-settings.php:32
281
  msgid "Get USP Pro for unlimited forms!"
282
  msgstr "קבל USP Pro עבור צורות ללא הגבלה!"
@@ -380,12 +388,12 @@ msgid "to configure options)"
380
  msgstr "כדי להגדיר אפשרויות)"
381
 
382
  #: library/plugin-settings.php:318 library/plugin-settings.php:335
383
- #: library/plugin-settings.php:1194 library/plugin-settings.php:1199
384
  msgid "Challenge Question"
385
  msgstr "שאלה מאתגרת"
386
 
387
  #: library/plugin-settings.php:350 library/plugin-settings.php:367
388
- #: library/plugin-settings.php:1216
389
  msgid "Google reCAPTCHA"
390
  msgstr "Google reCAPTCHA"
391
 
@@ -401,7 +409,7 @@ msgstr "לְהַצִיג"
401
  msgid "Disable"
402
  msgstr "השבת"
403
 
404
- #: library/plugin-settings.php:399 library/plugin-settings.php:1277
405
  msgid "Image Uploads"
406
  msgstr "העלאות תמונות"
407
 
@@ -429,746 +437,822 @@ msgstr "פרסם לאחר"
429
  msgid " approved posts"
430
  msgstr " - הודעות מאושרות"
431
 
432
- #: library/plugin-settings.php:635
433
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
434
  msgstr "ארעה שגיאה. ודא שהוספת כותרת, תוכן מסוים והעלית תמונות בלבד."
435
 
436
- #: library/plugin-settings.php:649
437
  msgid "Please select your image(s) to upload."
438
  msgstr "בחר את התמונות שלך לטעינה."
439
 
440
- #: library/plugin-settings.php:655
441
  msgid "Success! Thank you for your submission."
442
- msgstr "הַצלָחָה! תודה על ההגשה שלך."
443
 
444
- #: library/plugin-settings.php:681
445
  msgid "Email"
446
  msgstr "אֶלֶקטרוֹנִי"
447
 
448
- #: library/plugin-settings.php:682
449
  msgid "URL"
450
  msgstr "כתובת אתר"
451
 
452
- #: library/plugin-settings.php:721
453
- msgid "Sorry, you are not allowed to modify settings."
454
- msgstr "מצטערים, אינך מורשה לשנות הגדרות."
455
-
456
- #: library/plugin-settings.php:930
457
  msgid "Toggle all panels"
458
  msgstr "החלף את כל החלוניות"
459
 
460
- #: library/plugin-settings.php:939
461
  msgid "We need your support!"
462
- msgstr "אנו זקוקים לתמיכתך!"
463
 
464
- #: library/plugin-settings.php:943
465
  msgid "Make a donation via PayPal"
466
  msgstr "תרומה באמצעות PayPal"
467
 
468
- #: library/plugin-settings.php:943
469
  msgid "make a donation"
470
  msgstr "לתרום"
471
 
472
- #: library/plugin-settings.php:943
473
  msgid "and/or"
474
  msgstr "ו / או"
475
 
476
- #: library/plugin-settings.php:944
477
  msgid "Rate and review at the Plugin Directory"
478
  msgstr "דרג וסקור את המדריך Plugin"
479
 
480
- #: library/plugin-settings.php:945
481
  msgid "give this plugin a 5-star rating"
482
  msgstr "לתת תוסף זה 5 כוכבים דירוג"
483
 
484
- #: library/plugin-settings.php:949
485
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
486
  msgstr "התמיכה הנדיבה שלך מאפשרת המשך פיתוח של תוסף זה בחינם. תודה!"
487
 
488
- #: library/plugin-settings.php:954
489
  msgid "Check this box if you have shown support"
490
  msgstr "סמן תיבה זו אם הצגת תמיכה"
491
 
492
- #: library/plugin-settings.php:963
493
  msgid "Overview"
494
  msgstr "סקירה כללית"
495
 
496
- #: library/plugin-settings.php:967
497
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
498
  msgstr "מאפשר למבקרים שלך לשלוח פוסטים ולהעלות תמונות מהחלק הקדמי של האתר שלך."
499
 
500
- #: library/plugin-settings.php:968
501
  msgid "For advanced functionality and unlimited forms, check out"
502
  msgstr "לקבלת פונקציונליות מתקדמת וצורות בלתי מוגבלות, בדוק"
503
 
504
- #: library/plugin-settings.php:968 library/plugin-settings.php:1335
505
  msgid "USP Pro"
506
  msgstr "USP Pro"
507
 
508
- #: library/plugin-settings.php:969
509
  msgid "&mdash; the ultimate solution for user-generated content."
510
  msgstr "& mdash; הפתרון האולטימטיבי עבור תוכן שנוצר על ידי משתמשים."
511
 
512
- #: library/plugin-settings.php:973 library/plugin-settings.php:990
513
  msgid "Plugin Settings"
514
  msgstr "הגדרות Plugin"
515
 
516
- #: library/plugin-settings.php:974
517
  msgid "Display the form"
518
  msgstr "הצג את הטופס"
519
 
520
- #: library/plugin-settings.php:975 library/plugin-settings.php:1482
521
  msgid "Plugin Homepage"
522
  msgstr "דף הבית של"
523
 
524
- #: library/plugin-settings.php:978
525
  msgid "If you like this plugin, please"
526
  msgstr "אם אתה אוהב את הפלאגין הזה, בבקשה"
527
 
528
- #: library/plugin-settings.php:979
529
  msgid "THANK YOU for your support!"
530
  msgstr "תודה על תמיכתך!"
531
 
532
- #: library/plugin-settings.php:979
533
  msgid "give it a 5-star rating"
534
  msgstr "לתת לו דירוג 5 כוכבים"
535
 
536
- #: library/plugin-settings.php:983
537
  msgid "Unlimited front-end forms"
538
  msgstr "ללא הגבלה חזיתית צורות"
539
 
540
- #: library/plugin-settings.php:983
541
  msgid "Get USP Pro"
542
  msgstr "קבל USP Pro"
543
 
544
- #: library/plugin-settings.php:993
545
  msgid "Configure your settings for User Submitted Posts."
546
  msgstr "קבע את ההגדרות עבור הודעות שנשלחו על ידי משתמשים."
547
 
548
- #: library/plugin-settings.php:995
549
  msgid "Form Fields"
550
  msgstr "שדות טופס"
551
 
552
- #: library/plugin-settings.php:1001
553
  msgid "User Name"
554
  msgstr "שם משתמש"
555
 
556
- #: library/plugin-settings.php:1002
557
  msgid "User Email"
558
  msgstr "דוא\"ל משתמש"
559
 
560
- #: library/plugin-settings.php:1003
561
  msgid "User URL"
562
  msgstr "כתובת אתר של משתמש"
563
 
564
- #: library/plugin-settings.php:1018
565
  msgid "General Settings"
566
  msgstr "הגדרות כלליות"
567
 
568
- #: library/plugin-settings.php:1023
 
 
 
 
569
  msgid "Form Style"
570
  msgstr "סגנון טופס"
571
 
572
- #: library/plugin-settings.php:1028
573
  msgid "With this option, you can copy the plugin&rsquo;s default templates:"
574
  msgstr "באמצעות אפשרות זו, באפשרותך להעתיק את תבניות ברירת המחדל של התוסף & rsquo; s:"
575
 
576
- #: library/plugin-settings.php:1033
577
  msgid "..and upload them into a directory named"
578
  msgstr ".. ולהעלות אותם לתוך ספרייה בשם"
579
 
580
- #: library/plugin-settings.php:1033
581
  msgid "in your theme:"
582
  msgstr "בנושא שלך:"
583
 
584
- #: library/plugin-settings.php:1039
585
  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"
586
  msgstr "זה יאפשר לך להתאים אישית את הטופס והסגנונות לפי הצורך. לקבלת מידע נוסף, עיין בסעיף \"טופס הגשת טופס מותאם אישית\""
587
 
588
- #: library/plugin-settings.php:1040
589
  msgid "Installation Docs"
590
  msgstr "התקנה של Google Docs"
591
 
592
- #: library/plugin-settings.php:1041
593
  msgid "FYI: here is a"
594
  msgstr "לידיעתך: הנה א"
595
 
596
- #: library/plugin-settings.php:1041
597
  msgid "list of USP CSS selectors"
598
  msgstr "רשימה של בוררי CSS USP"
599
 
600
- #: library/plugin-settings.php:1047
601
  msgid "Include JavaScript"
602
  msgstr "כלול JavaScript"
603
 
604
- #: library/plugin-settings.php:1049
605
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
606
  msgstr "סמן תיבה זו אם ברצונך לכלול את קובצי ה- JavaScript החיצוניים (מומלץ)."
607
 
608
- #: library/plugin-settings.php:1052
609
  msgid "Targeted Loading"
610
  msgstr "טעינה ממוקדת"
611
 
612
- #: library/plugin-settings.php:1054
613
  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."
614
  msgstr "כברירת מחדל, CSS & amp; קובצי JavaScript נטענים בכל דף. כאן תוכל לציין את כתובת האתר של טופס USP כדי לטעון משאבים רק בדף זה. הערה: השאר ריק כדי לטעון בכל הדפים."
615
 
616
- #: library/plugin-settings.php:1057
617
  msgid "Post Type"
618
  msgstr "סוג פוסט"
619
 
620
- #: library/plugin-settings.php:1060
621
  msgid "Submit posts as WP Posts or Pages"
622
  msgstr "שלח הודעות כמו הודעות WP או דפים"
623
 
624
- #: library/plugin-settings.php:1064
625
  msgid "Post Status"
626
  msgstr "סטטוס פוסט"
627
 
628
- #: library/plugin-settings.php:1067
629
  msgid "Post Status for submitted posts"
630
  msgstr "סטטוס פוסט עבור פוסטים שנשלחו"
631
 
632
- #: library/plugin-settings.php:1071
633
  msgid "Redirect URL"
634
  msgstr "כתובת אתר להפניה מחדש"
635
 
636
- #: library/plugin-settings.php:1073
637
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
638
  msgstr "ציין כתובת אתר שתפנה מחדש את המשתמש לאחר שליחת ההודעה. השאר ריק כדי להפנות חזרה לדף הנוכחי."
639
 
640
- #: library/plugin-settings.php:1076
641
  msgid "Success Message"
642
  msgstr "הודעת הצלחה"
643
 
644
- #: library/plugin-settings.php:1078
645
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
646
  msgstr "הודעת הצלחה המוצגת אם ההודעה לאחר ההצלה מוצלחת. הסימון הבסיסי מותר."
647
 
648
- #: library/plugin-settings.php:1081
649
  msgid "Error Message"
650
  msgstr "הודעת שגיאה"
651
 
652
- #: library/plugin-settings.php:1083
653
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
654
  msgstr "הודעת שגיאה כללית המוצגת אם ההודעה נכשלה. הסימון הבסיסי מותר."
655
 
656
- #: library/plugin-settings.php:1086
657
  msgid "Custom Content"
658
  msgstr "תוכן מותאם אישית"
659
 
660
- #: library/plugin-settings.php:1088
661
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
662
  msgstr "טקסט / סימון מותאמים אישית שייכללו לפני טופס ההגשה. השאר ריק כדי להשבית."
663
 
664
- #: library/plugin-settings.php:1091
665
  msgid "Rich Text Editor"
666
  msgstr "עורך טקסט עשיר"
667
 
668
- #: library/plugin-settings.php:1093
669
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
670
  msgstr "סמן תיבה זו אם ברצונך לאפשר עריכת טקסט עשירה של WP עבור פוסטים שנשלחו."
671
 
672
- #: library/plugin-settings.php:1096
673
  msgid "Unique Titles"
674
  msgstr "כותרים ייחודיים"
675
 
676
- #: library/plugin-settings.php:1098
677
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
678
  msgstr "דרוש לכתוב לכתוב כותרות להיות ייחודי (שימושי למניעת מרובות / כפולות שנשלחו הודעות)."
679
 
680
- #: library/plugin-settings.php:1101
681
  msgid "Disable Required"
682
  msgstr "השבת את דרוש"
683
 
684
- #: library/plugin-settings.php:1103
685
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
686
  msgstr "השבת את כל התכונות הדרושות בשדות ברירת המחדל (שימושי עבור הודעות שגיאה לפתרון בעיות)."
687
 
688
- #: library/plugin-settings.php:1106
689
  msgid "Disable IP Tracking"
690
  msgstr "השבת מעקב IP"
691
 
692
- #: library/plugin-settings.php:1108
693
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
694
  msgstr "כברירת מחדל, USP מתעדת את כתובת ה- IP עם כל פוסט שנשלח. סמן תיבה זו כדי להשבית את כל המעקב אחר כתובות IP."
695
 
696
- #: library/plugin-settings.php:1111
697
  msgid "Enable Shortcodes"
698
  msgstr "הפעל קודים קצרים"
699
 
700
- #: library/plugin-settings.php:1113
701
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
702
  msgstr "אפשר קודים קצרים בווידג'טים. כברירת מחדל, WordPress אינו מאפשר קודים קצרים בווידג'טים."
703
 
704
- #: library/plugin-settings.php:1114
705
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
706
  msgstr "הגדרה זו מאפשרת לכל / כל הקודים בווידג'טים (אפילו קודים קצרים מתוספים אחרים)."
707
 
708
- #: library/plugin-settings.php:1119 library/plugin-settings.php:1124
709
  msgid "Categories"
710
  msgstr "קטגוריות"
711
 
712
- #: library/plugin-settings.php:1127
713
  msgid "Select which categories may be assigned to submitted posts (click to toggle)"
714
  msgstr "בחר אילו קטגוריות ניתן להקצות לפוסטים שנשלחו (לחץ כדי לעבור בין מצבים)"
715
 
716
- #: library/plugin-settings.php:1135
717
  msgid "Hidden/Default Category"
718
  msgstr "קטגוריה מוסתרת / ברירת מחדל"
719
 
720
- #: library/plugin-settings.php:1137
721
  msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
722
  msgstr "השתמש בשדה מוסתר עבור קטגוריית הפוסט. ניתן להשתמש באפשרות זו כדי לציין קטגוריה של ברירת מחדל כאשר שדה הקטגוריה מושבת."
723
 
724
- #: library/plugin-settings.php:1140
725
  msgid "Category ID for Hidden Field"
726
  msgstr "מזהה קטגוריה עבור שדה מוסתר"
727
 
728
- #: library/plugin-settings.php:1142
729
  msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
730
  msgstr "ציין את מזהה הקטגוריה לשימוש עבור & ldquo; מוסתר / ברירת מחדל קטגוריה & rdquo; אוֹפְּצִיָה."
731
 
732
- #: library/plugin-settings.php:1147
733
  msgid "Users"
734
  msgstr "משתמשים"
735
 
736
- #: library/plugin-settings.php:1152
737
  msgid "Assigned Author"
738
  msgstr "מחבר מוקצה"
739
 
740
- #: library/plugin-settings.php:1155
741
  msgid "Specify the user that should be assigned as author for submitted posts."
742
  msgstr "ציין את המשתמש שיש להקצות כמחבר לפוסטים שנשלחו."
743
 
744
- #: library/plugin-settings.php:1159
745
  msgid "Registered Username"
746
  msgstr "שם משתמש רשום"
747
 
748
- #: library/plugin-settings.php:1161
749
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
750
  msgstr "השתמש בשם משתמש רשום ככותב פוסט. תקף כאשר האדם שולח את הטופס מחובר ל- WordPress."
751
 
752
- #: library/plugin-settings.php:1164
753
  msgid "User Profile URL"
754
  msgstr "כתובת אתר של פרופיל משתמש"
755
 
756
- #: library/plugin-settings.php:1166
757
  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."
758
  msgstr "השתמש בכתובת האתר של המשתמש הרשום & rsquo; s כערך השדה של כתובת האתר. תקף כאשר האדם שולח את הטופס מחובר ל- WordPress."
759
 
760
- #: library/plugin-settings.php:1169
761
  msgid "Require User Login"
762
  msgstr "דרוש התחברות משתמש"
763
 
764
- #: library/plugin-settings.php:1171
765
  msgid "Require users to be logged in to WordPress to view/submit the form"
766
  msgstr "לדרוש מהמשתמשים להיכנס ל- WordPress כדי להציג / לשלוח את הטופס"
767
 
768
- #: library/plugin-settings.php:1177
 
 
 
 
 
 
 
 
769
  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."
770
  msgstr "כאן תוכל לשנות את השם והתווית המשמשים את השדה 'מותאם אישית'. ניתן להפעיל שדה זה באמצעות ההגדרה 'שדות טופס', למעלה."
771
 
772
- #: library/plugin-settings.php:1182
773
  msgid "Custom Field Name"
774
  msgstr "שם שדה מותאם אישית"
775
 
776
- #: library/plugin-settings.php:1184
777
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
778
  msgstr "השתמש רק באלפאנומריים, בקווים תחתונים ובמקפים. אם אינך בטוח, השתמש בשם ברירת המחדל:"
779
 
780
- #: library/plugin-settings.php:1187
781
  msgid "Custom Field Label"
782
  msgstr "תווית שדה מותאמת אישית"
783
 
784
- #: library/plugin-settings.php:1189
785
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
786
  msgstr "זה יוצג כתווית השדה בטופס. ברירת מחדל: שדה מותאם אישית"
787
 
788
- #: library/plugin-settings.php:1201
789
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
790
  msgstr "כדי למנוע דואר זבל, הזן שאלה שעל המשתמשים להשיב עליה לפני שליחת הטופס."
791
 
792
- #: library/plugin-settings.php:1204
793
  msgid "Challenge Response"
794
  msgstr "תגובה לאתגר"
795
 
796
- #: library/plugin-settings.php:1206
797
  msgid "Enter the *only* correct answer to the challenge question."
798
  msgstr "הזן את התשובה הנכונה * בלבד * לשאלת האתגר."
799
 
800
- #: library/plugin-settings.php:1209
801
  msgid "Case-sensitivity"
802
  msgstr "רגישות למקרה"
803
 
804
- #: library/plugin-settings.php:1211
805
  msgid "Check this box if you want the challenge response to be case-sensitive."
806
  msgstr "סמן תיבה זו אם ברצונך שהתגובה לאתגר תהיה תלויית רישיות."
807
 
808
- #: library/plugin-settings.php:1217
809
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
810
  msgstr "כדי להפעיל את Google reCAPTCHA, הזן את המפתחות הציבוריים והפרטיים שלך."
811
 
812
- #: library/plugin-settings.php:1222
813
  msgid "Public Key"
814
  msgstr "מפתח ציבורי"
815
 
816
- #: library/plugin-settings.php:1224
817
  msgid "Enter your Public Key"
818
  msgstr "הזן את המפתח הציבורי שלך"
819
 
820
- #: library/plugin-settings.php:1227
821
  msgid "Private Key"
822
  msgstr "מפתח פרטי"
823
 
824
- #: library/plugin-settings.php:1229
825
  msgid "Enter your Private Key"
826
  msgstr "הזן את המפתח הפרטי שלך"
827
 
828
- #: library/plugin-settings.php:1234
829
  msgid "Email Alerts"
830
- msgstr "התראות דוא\"ל"
831
 
832
- #: library/plugin-settings.php:1239
833
  msgid "Receive Email Alert"
834
  msgstr "קבל התראה בדוא\"ל"
835
 
836
- #: library/plugin-settings.php:1241
837
  msgid "Check this box if you want to be notified via email for new post submissions."
838
  msgstr "סמן תיבה זו אם ברצונך לקבל הודעה בדוא\"ל לגבי הגשות חדשות לפרסום."
839
 
840
- #: library/plugin-settings.php:1244
841
  msgid "Enable HTML Format"
842
  msgstr "הפעל תבנית HTML"
843
 
844
- #: library/plugin-settings.php:1246
845
  msgid "Check this box to enable HTML format for email alerts."
846
  msgstr "סמן תיבה זו כדי להפעיל תבנית HTML עבור התראות בדוא\"ל."
847
 
848
- #: library/plugin-settings.php:1249
849
  msgid "Email Address for Alerts"
850
  msgstr "כתובת דוא\"ל עבור התראות"
851
 
852
- #: library/plugin-settings.php:1251
853
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
854
  msgstr "אם סימנת את התיבה כדי לקבל התראות בדוא\"ל, ציין כאן את הכתובת (כתובות) שאליהן יש לשלוח את הודעות האימייל."
855
 
856
- #: library/plugin-settings.php:1252
857
  msgid "Multiple recipients may be included using a comma, like so:"
858
  msgstr "ניתן לכלול מספר נמענים באמצעות פסיק, כך:"
859
 
860
- #: library/plugin-settings.php:1255
861
  msgid "Email &ldquo;From&rdquo; Address"
862
  msgstr "דוא\"ל & ldquo; מאת & rdquo; כתובת"
863
 
864
- #: library/plugin-settings.php:1257
865
  msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
866
  msgstr "כאן אתה יכול להתאים אישית את כתובת (es) המשמש & ldquo; מ & rdquo; כותרת (ראה תוסף שאלות נפוצות עבור מידע)."
867
 
868
- #: library/plugin-settings.php:1258
869
  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)."
870
  msgstr "אם כתובות מרובות מסומנות בהגדרה הקודמת, כלול מספר שווה של & ldquo; מאת & rdquo; כתובות עבור הגדרה זו (באותו הסדר)."
871
 
872
- #: library/plugin-settings.php:1261
873
  msgid "Email Alert Subject"
874
  msgstr "נושא התראה בדוא\"ל"
875
 
876
- #: library/plugin-settings.php:1263
877
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
878
  msgstr "שורת הנושא עבור התראות בדוא\"ל. השאר ריק כדי להשתמש בשורת הנושא המוגדרת כברירת מחדל. הערה: ניתן להשתמש במשתנים הבאים:"
879
 
880
- #: library/plugin-settings.php:1268
881
  msgid "Email Alert Message"
882
  msgstr "הודעת התראה בדוא\"ל"
883
 
884
- #: library/plugin-settings.php:1270
885
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
886
  msgstr "הודעה עבור התראות בדוא\"ל. השאר ריק כדי להשתמש בהודעת ברירת המחדל. הערה: ניתן להשתמש במשתנים הבאים:"
887
 
888
- #: library/plugin-settings.php:1282
889
  msgid "Featured Image"
890
  msgstr "תמונה מצורפת"
891
 
892
- #: library/plugin-settings.php:1284
893
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
894
  msgstr "הגדר תמונות שנשלחו כתמונות נבחרות. דורש תמיכה נושא עבור תמונות נבחרות (aka Post Thumbnails)."
895
 
896
- #: library/plugin-settings.php:1287
897
  msgid "Upload Message"
898
  msgstr "העלאת הודעה"
899
 
900
- #: library/plugin-settings.php:1289
901
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
902
  msgstr "הודעה שמופיעה ליד שדה ההעלאה. שימושי לקביעת הנחיות העלאה / מדיניות / וכו '. הסימון הבסיסי מותר."
903
 
904
- #: library/plugin-settings.php:1292
905
  msgid "&ldquo;Add another image&rdquo; link"
906
  msgstr "& ldquo; הוסף תמונה אחרת & rdquo; קישור"
907
 
908
- #: library/plugin-settings.php:1294
909
  msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
910
  msgstr "סימון מותאם אישית עבור & ldquo; הוסף תמונה אחרת & rdquo; קישור. השאר ריק כדי להשתמש בסימון ברירת המחדל (מומלץ)."
911
 
912
- #: library/plugin-settings.php:1297
913
  msgid "Minimum number of images"
914
  msgstr "מספר תמונות מינימלי"
915
 
916
- #: library/plugin-settings.php:1300
917
  msgid "Specify the minimum number of images."
918
  msgstr "ציין את המספר המינימלי של תמונות."
919
 
920
- #: library/plugin-settings.php:1304
921
  msgid "Maximum number of images"
922
  msgstr "המספר המרבי של תמונות"
923
 
924
- #: library/plugin-settings.php:1307
925
  msgid "Specify the maximum number of images."
926
  msgstr "ציין את המספר המרבי של תמונות."
927
 
928
- #: library/plugin-settings.php:1311
929
  msgid "Minimum image width"
930
  msgstr "רוחב תמונה מינימלי"
931
 
932
- #: library/plugin-settings.php:1313
933
  msgid "Specify a minimum width (in pixels) for uploaded images."
934
  msgstr "ציין רוחב מינימלי (בפיקסלים) עבור תמונות שהועלו."
935
 
936
- #: library/plugin-settings.php:1316
937
  msgid "Minimum image height"
938
  msgstr "גובה תמונה מינימלי"
939
 
940
- #: library/plugin-settings.php:1318
941
  msgid "Specify a minimum height (in pixels) for uploaded images."
942
  msgstr "ציין גובה מינימלי (בפיקסלים) עבור תמונות שהועלו."
943
 
944
- #: library/plugin-settings.php:1321
945
  msgid "Maximum image width"
946
  msgstr "רוחב תמונה מקסימלי"
947
 
948
- #: library/plugin-settings.php:1323
949
  msgid "Specify a maximum width (in pixels) for uploaded images."
950
  msgstr "ציין רוחב מרבי (בפיקסלים) עבור תמונות שהועלו."
951
 
952
- #: library/plugin-settings.php:1326
953
  msgid "Maximum image height"
954
  msgstr "גובה התמונה המרבי"
955
 
956
- #: library/plugin-settings.php:1328
957
  msgid "Specify a maximum height (in pixels) for uploaded images."
958
  msgstr "ציין גובה מקסימלי (בפיקסלים) עבור תמונות שהועלו."
959
 
960
- #: library/plugin-settings.php:1331
961
  msgid "More Options"
962
  msgstr "אפשרויות נוספות"
963
 
964
- #: library/plugin-settings.php:1334
965
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
966
  msgstr "לקבלת אפשרויות נוספות, כגון היכולת להעלות סוגי קבצים אחרים (כגון PDF, Word, Zip, סרטוני וידאו ועוד), בדוק"
967
 
968
- #: library/plugin-settings.php:1335
969
  msgid "Go Pro!"
970
  msgstr "להתמקצע!"
971
 
972
- #: library/plugin-settings.php:1342
973
  msgid "Auto-Display Content"
974
  msgstr "תוכן תצוגה אוטומטית"
975
 
976
- #: library/plugin-settings.php:1347
977
  msgid "Images Auto-Display"
978
  msgstr "תמונות תצוגה אוטומטית"
979
 
980
- #: library/plugin-settings.php:1349
981
  msgid "Auto-display user-submitted images:"
982
  msgstr "תצוגה אוטומטית של תמונות שנשלחו על ידי משתמשים:"
983
 
984
- #: library/plugin-settings.php:1354
985
  msgid "Image Markup"
986
  msgstr "סימון תמונה"
987
 
988
- #: library/plugin-settings.php:1356
989
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
990
  msgstr "סמן כדי להשתמש בכל תמונה שנשלח (כאשר התצוגה האוטומטית מופעלת). יכול להשתמש"
991
 
992
- #: library/plugin-settings.php:1358 library/plugin-settings.php:1371
993
- #: library/plugin-settings.php:1384 library/plugin-settings.php:1397
994
  msgid "and"
995
  msgstr "ו"
996
 
997
- #: library/plugin-settings.php:1361
998
  msgid "Email Auto-Display"
999
  msgstr "דוא\"ל אוטומטי תצוגה"
1000
 
1001
- #: library/plugin-settings.php:1363
1002
  msgid "Auto-display user-submitted email:"
1003
  msgstr "הצגה אוטומטית של דוא\"ל שנשלח על ידי המשתמש:"
1004
 
1005
- #: library/plugin-settings.php:1368
1006
  msgid "Email Markup"
1007
  msgstr "סימון דוא\"ל"
1008
 
1009
- #: library/plugin-settings.php:1370
1010
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1011
  msgstr "סמן כדי להשתמש בכתובת הדוא\"ל שהוגשה (כאשר התצוגה האוטומטית מופעלת). יכול להשתמש"
1012
 
1013
- #: library/plugin-settings.php:1374
1014
  msgid "URL Auto-Display"
1015
  msgstr "תצוגה אוטומטית של כתובת אתר"
1016
 
1017
- #: library/plugin-settings.php:1376
1018
  msgid "Auto-display user-submitted URL:"
1019
  msgstr "הצגה אוטומטית של כתובת אתר שנשלחו על ידי המשתמש:"
1020
 
1021
- #: library/plugin-settings.php:1381
1022
  msgid "URL Markup"
1023
  msgstr "סימון כתובת אתר"
1024
 
1025
- #: library/plugin-settings.php:1383
1026
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1027
  msgstr "סמן כדי להשתמש בכתובת האתר שהוגשה (כאשר התצוגה האוטומטית מופעלת). יכול להשתמש"
1028
 
1029
- #: library/plugin-settings.php:1387
1030
  msgid "Custom Field Auto-Display"
1031
  msgstr "תצוגה אוטומטית של שדה מותאם אישית"
1032
 
1033
- #: library/plugin-settings.php:1389
1034
  msgid "Auto-display user-submitted Custom Field:"
1035
  msgstr "תצוגה אוטומטית שנשלחו על ידי המשתמש שדה מותאם אישית:"
1036
 
1037
- #: library/plugin-settings.php:1394
1038
  msgid "Custom Field Markup"
1039
  msgstr "סימון שדה מותאם אישית"
1040
 
1041
- #: library/plugin-settings.php:1396
1042
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1043
  msgstr "סמן כדי להשתמש בשדה מותאם אישית שנשלח (כאשר התצוגה האוטומטית מופעלת). יכול להשתמש"
1044
 
1045
- #: library/plugin-settings.php:1402 library/plugin-settings.php:1468
1046
  msgid "Save Settings"
1047
  msgstr "שמור הגדרות"
1048
 
1049
- #: library/plugin-settings.php:1407
1050
  msgid "Display the Form"
1051
  msgstr "הצג את הטופס"
1052
 
1053
- #: library/plugin-settings.php:1410
1054
  msgid "Post-Submit Form"
1055
  msgstr "טופס שליחת הודעה"
1056
 
1057
- #: library/plugin-settings.php:1411
1058
  msgid "USP enables you to display a post-submission form anywhere on your site."
1059
  msgstr "USP מאפשר לך להציג טופס לאחר הגשת בכל מקום באתר שלך."
1060
 
1061
- #: library/plugin-settings.php:1412 library/plugin-settings.php:1419
1062
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1063
  msgstr "השתמש בקוד הקצר כדי להציג את הטופס בכל פוסט WP או בדף:"
1064
 
1065
- #: library/plugin-settings.php:1414 library/plugin-settings.php:1421
1066
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1067
  msgstr "לחלופין, השתמש בתג התבנית כדי להציג את הטופס בכל מקום בתבנית העיצוב שלך:"
1068
 
1069
- #: library/plugin-settings.php:1417
1070
  msgid "Login/Register Form"
1071
  msgstr "טופס הרשמה / הרשמה"
1072
 
1073
- #: library/plugin-settings.php:1418
1074
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1075
  msgstr "ניתן גם להציג טופס המאפשר למשתמשים להיכנס, לרשום או לאפס את הסיסמה שלהם."
1076
 
1077
- #: library/plugin-settings.php:1424
1078
  msgid "Display Submitted Posts"
1079
  msgstr "הצגת הודעות שנשלחו"
1080
 
1081
- #: library/plugin-settings.php:1425
1082
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1083
  msgstr "השתמש בקוד קצר זה כדי להציג רשימה של פוסטים שנשלחו בכל פוסט WP או בדף:"
1084
 
1085
- #: library/plugin-settings.php:1427
1086
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1087
  msgstr "לחלופין, השתמש בתג התבנית כדי להציג רשימה של פוסטים שנשלחו בכל מקום בתבנית העיצוב שלך:"
1088
 
1089
- #: library/plugin-settings.php:1429
1090
  msgid "Here are some examples showing how to configure this shortcode:"
1091
  msgstr "הנה כמה דוגמאות המציגות כיצד להגדיר קוד קצר זה:"
1092
 
1093
- #: library/plugin-settings.php:1436
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1094
  msgid "Access Control"
1095
  msgstr "בקרת גישה"
1096
 
1097
- #: library/plugin-settings.php:1437
1098
  msgid "USP provides three shortcodes to control access and restrict content."
1099
  msgstr "USP מספק שלושה קודים קצרים כדי לשלוט בגישה ולהגביל את התוכן."
1100
 
1101
- #: library/plugin-settings.php:1438
1102
  msgid "Display content only to users with a specific capability:"
1103
  msgstr "הצג תוכן רק למשתמשים עם יכולת ספציפית:"
1104
 
1105
- #: library/plugin-settings.php:1440
1106
  msgid "Display content to logged-in users:"
1107
  msgstr "הצגת תוכן למשתמשים מחוברים:"
1108
 
1109
- #: library/plugin-settings.php:1442
1110
  msgid "Display content to visitors only:"
1111
  msgstr "הצג תוכן למבקרים בלבד:"
1112
 
1113
- #: library/plugin-settings.php:1444
1114
  msgid "Tip:"
1115
  msgstr "עֵצָה:"
1116
 
1117
- #: library/plugin-settings.php:1444
1118
  msgid "to include markup in the deny message, you can use"
1119
  msgstr "כדי לכלול סימון בהודעת הדחייה, באפשרותך להשתמש"
1120
 
1121
- #: library/plugin-settings.php:1444
1122
  msgid "to output"
1123
  msgstr "פלט"
1124
 
1125
- #: library/plugin-settings.php:1446
1126
  msgid "Example"
1127
  msgstr "דוגמא"
1128
 
1129
- #: library/plugin-settings.php:1447
1130
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1131
  msgstr "אם המשתמש מחובר, הצג את הטופס שלאחר השליחה; או אם המשתמש אינו מחובר, הצג את טופס ההתחברות:"
1132
 
1133
- #: library/plugin-settings.php:1459
1134
  msgid "Restore Defaults"
1135
  msgstr "לשחזר את ברירות מחדל"
1136
 
1137
- #: library/plugin-settings.php:1462
1138
  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."
1139
  msgstr "השאר אפשרות זו מושבתת כדי לזכור את ההגדרות שלך. לחלופין, כדי להמשיך ולשחזר את אפשרויות ברירת המחדל של התוסף: סמן את התיבה, שמור את ההגדרות שלך ולאחר מכן בטל / הפעל מחדש את הפלאגין."
1140
 
1141
- #: library/plugin-settings.php:1466
1142
  msgid "Restore default options upon plugin deactivation/reactivation."
1143
  msgstr "שחזור אפשרויות ברירת המחדל בעת השבתה / הפעלה מחדש של תוסף."
1144
 
1145
- #: library/plugin-settings.php:1473
1146
  msgid "Show Support"
1147
  msgstr "הצג תמיכה"
1148
 
1149
- #: library/plugin-settings.php:1482
1150
  msgid "by"
1151
  msgstr "על ידי"
1152
 
1153
- #: library/plugin-settings.php:1483
1154
  msgid "Jeff Starr on Twitter"
1155
  msgstr "ג 'ף סטאר ב לצפצף"
1156
 
1157
- #: library/plugin-settings.php:1484
1158
  msgid "Obsessive Web Design &amp; Development"
1159
  msgstr "אובססיבית עיצוב אתרים & amp; התפתחות"
1160
 
1161
- #: library/plugin-settings.php:1495
1162
  msgid "Save Preference"
1163
  msgstr "שמור את ההעדפה"
1164
 
1165
- #: library/plugin-settings.php:1502
1166
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1167
  msgstr "האם אתה בטוח שברצונך לשחזר את כל אפשרויות ברירת המחדל? (פעולה זו לא ניתן לבטל)"
1168
 
1169
- #: library/template-tags.php:214
1170
- msgid "View full post"
1171
- msgstr "צפה בהודעה המלאה"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1172
 
1173
  #. Description of the plugin
1174
  #:
4
  "Content-Type: text/plain; charset=UTF-8\n"
5
  "Content-Transfer-Encoding: 8bit\n"
6
  "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20180316\n"
8
  "Language: he\n"
9
 
10
  #. Name of the plugin
11
+ #: user-submitted-posts.php:44 library/support-panel.php:5
12
  msgid "User Submitted Posts"
13
  msgstr "הודעות שנשלחו על ידי משתמשים"
14
 
15
+ #: user-submitted-posts.php:81
16
  msgid "requires WordPress "
17
  msgstr "דורש וורדפרס"
18
 
19
+ #: user-submitted-posts.php:82
20
  msgid " or higher, and has been deactivated! "
21
  msgstr " או גבוה יותר, והוא הופסק!"
22
 
23
+ #: user-submitted-posts.php:83
24
  msgid "Please return to the"
25
  msgstr "חזור אל"
26
 
27
+ #: user-submitted-posts.php:84
28
  msgid "WordPress Admin Area"
29
  msgstr "אזור ניהול וורדפרס"
30
 
31
+ #: user-submitted-posts.php:85
32
  msgid "to upgrade WordPress and try again."
33
  msgstr "כדי לשדרג וורדפרס ונסה שוב."
34
 
35
+ #: user-submitted-posts.php:125
36
  msgid "User Submitted Post"
37
  msgstr "פוסט שנשלח על ידי משתמשים"
38
 
39
+ #: user-submitted-posts.php:419
40
  msgid "User Submitted Post Info"
41
  msgstr "פרטי פוסט שנשלחו על ידי המשתמש"
42
 
43
+ #: user-submitted-posts.php:449
44
  msgid "Submitter Name: "
45
  msgstr "שם איש קשר:"
46
 
47
+ #: user-submitted-posts.php:450
48
  msgid "Submitter Email: "
49
  msgstr "דוא\"ל של איש קשר:"
50
 
51
+ #: user-submitted-posts.php:451
52
  msgid "Submitter URL: "
53
  msgstr "כתובת אתר של שולח:"
54
 
55
+ #: user-submitted-posts.php:452
56
  msgid "Submitter IP: "
57
  msgstr "כתובת IP של שולח:"
58
 
59
+ #: user-submitted-posts.php:503
60
  msgid "Show USP Posts"
61
  msgstr "הצג הודעות USP"
62
 
63
+ #: user-submitted-posts.php:504 library/plugin-settings.php:979
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
+ #: user-submitted-posts.php:1272
68
  msgid " files required"
69
  msgstr " הקבצים הדרושים"
70
 
71
+ #: user-submitted-posts.php:1273
72
  msgid " file required"
73
  msgstr " הקובץ הנדרש"
74
 
75
+ #: user-submitted-posts.php:1275
76
  msgid " files"
77
  msgstr " קבצים"
78
 
79
+ #: user-submitted-posts.php:1276
80
  msgid " file"
81
  msgstr " קוֹבֶץ"
82
 
83
+ #: user-submitted-posts.php:1278 user-submitted-posts.php:1279
84
+ #: user-submitted-posts.php:1280 user-submitted-posts.php:1281
85
  msgid " pixels"
86
  msgstr " פיקסלים"
87
 
88
+ #: user-submitted-posts.php:1283 library/core-functions.php:215
89
+ #: library/plugin-settings.php:284 library/plugin-settings.php:303
90
+ #: library/plugin-settings.php:701 library/plugin-settings.php:1195
91
  msgid "Custom Field"
92
  msgstr "שדה מותאם"
93
 
94
+ #: user-submitted-posts.php:1286
95
  msgid "An error occurred. Please go back and try again."
96
  msgstr "התרחשה שגיאה. אנא חזור ונסה שוב."
97
 
98
+ #: user-submitted-posts.php:1296
99
  msgid "User login required"
100
  msgstr "נדרשת התחברות משתמש"
101
 
102
+ #: user-submitted-posts.php:1297
103
  msgid "User name required"
104
  msgstr "שם משתמש (חובה"
105
 
106
+ #: user-submitted-posts.php:1298
107
  msgid "Post title required"
108
  msgstr "חובה לכתוב כותרת"
109
 
110
+ #: user-submitted-posts.php:1299
111
  msgid "User URL required"
112
  msgstr "נדרשת כתובת אתר של משתמש"
113
 
114
+ #: user-submitted-posts.php:1300
115
  msgid "Post tags required"
116
  msgstr "דרושים תגי פוסט"
117
 
118
+ #: user-submitted-posts.php:1301
119
  msgid "Post category required"
120
  msgstr "דרושה קטגוריה"
121
 
122
+ #: user-submitted-posts.php:1302
123
  msgid "Post content required"
124
  msgstr "פרסם תוכן נדרש"
125
 
126
+ #: user-submitted-posts.php:1303 user-submitted-posts.php:1304
127
  msgid "Correct captcha required"
128
  msgstr "נדרש captcha נכון"
129
 
130
+ #: user-submitted-posts.php:1305
131
  msgid "User email required"
132
  msgstr "נדרש דוא\"ל משתמש"
133
 
134
+ #: user-submitted-posts.php:1306
135
  msgid "Please check your email and try again"
136
  msgstr "בדוק את הדוא\"ל שלך ונסה שוב"
137
 
138
+ #: user-submitted-posts.php:1307
139
  msgid "Non-empty value for hidden field"
140
  msgstr "ערך לא ריק עבור שדה מוסתר"
141
 
142
+ #: user-submitted-posts.php:1308
143
  msgid "Minimum number of images not met"
144
  msgstr "המספר המינימלי של תמונות שלא נפגש"
145
 
146
+ #: user-submitted-posts.php:1309
147
  msgid "Maximum number of images exceeded "
148
  msgstr "מספר התמונות המקסימלי חרג"
149
 
150
+ #: user-submitted-posts.php:1310
151
  msgid "Minimum image width not met"
152
  msgstr "רוחב התמונה המינימלי לא פגש"
153
 
154
+ #: user-submitted-posts.php:1311
155
  msgid "Image width exceeds maximum"
156
  msgstr "רוחב התמונה חורג מהמקסימום"
157
 
158
+ #: user-submitted-posts.php:1312
159
  msgid "Minimum image height not met"
160
  msgstr "גובה התמונה המינימלי לא פגש"
161
 
162
+ #: user-submitted-posts.php:1313
163
  msgid "Image height exceeds maximum"
164
  msgstr "גובה התמונה חורג מהמקסימום"
165
 
166
+ #: user-submitted-posts.php:1314
167
  msgid "File type not allowed (please upload images only)"
168
  msgstr "סוג הקובץ אינו מותר (העלה תמונות בלבד)"
169
 
170
+ #: user-submitted-posts.php:1315
171
  msgid " required"
172
  msgstr " נדרש"
173
 
174
+ #: user-submitted-posts.php:1319
175
  msgid "File not uploaded. Please check the file and try again."
176
  msgstr "הקובץ לא נטען. בדוק את הקובץ ונסה שוב."
177
 
178
+ #: user-submitted-posts.php:1323
179
  msgid "The file(s) could not be uploaded"
180
  msgstr "לא ניתן היה לטעון את הקובץ (ים)"
181
 
182
+ #: user-submitted-posts.php:1325
183
  msgid "Post not created. Please contact the site administrator for help."
184
  msgstr "הפוסט לא נוצר. פנה למנהל האתר לקבלת עזרה."
185
 
186
+ #: user-submitted-posts.php:1326
187
  msgid "Duplicate post title. Please try again."
188
  msgstr "כותרת פוסט כפולה. בבקשה נסה שוב."
189
 
190
+ #: user-submitted-posts.php:1336
191
  msgid "Error: "
192
  msgstr "שְׁגִיאָה:"
193
 
194
+ #: user-submitted-posts.php:1362
195
  msgid "Return to form"
196
  msgstr "חזור לטופס"
197
 
198
+ #: user-submitted-posts.php:1392 library/plugin-settings.php:955
199
  msgid "Please"
200
  msgstr "אנא"
201
 
202
+ #: user-submitted-posts.php:1393
203
  msgid "log in"
204
  msgstr "התחברות"
205
 
206
+ #: user-submitted-posts.php:1394
207
  msgid "to submit content!"
208
  msgstr "לשלוח תוכן!"
209
 
228
 
229
  #: views/submission-form.php:74 views/submission-form.php:75
230
  #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
+ #: library/plugin-settings.php:1016
232
  msgid "Post Title"
233
  msgstr "כותרת פוסט"
234
 
235
  #: views/submission-form.php:80 views/submission-form.php:81
236
  #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
+ #: library/plugin-settings.php:1017
238
  msgid "Post Tags"
239
  msgstr "תגי פוסט"
240
 
243
  msgstr "שאלה אנטי ספאם"
244
 
245
  #: views/submission-form.php:98 views/submission-form-alt.php:103
246
+ #: library/plugin-settings.php:1018
247
  msgid "Post Category"
248
  msgstr "פוסט קטגוריה"
249
 
250
  #: views/submission-form.php:100 views/submission-form-alt.php:105
251
  msgid "Please select a category.."
252
+ msgstr "אנא בחר קטגוריה.."
253
 
254
  #: views/submission-form.php:135 views/submission-form.php:136
255
  #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
+ #: library/plugin-settings.php:1019
257
  msgid "Post Content"
258
+ msgstr "תוכן דואר"
259
 
260
  #: views/submission-form.php:142 views/submission-form-alt.php:147
261
  msgid "Verification"
277
  msgid "Submit Post"
278
  msgstr "שלח פוסט"
279
 
280
+ #: library/shortcode-misc.php:18
281
+ msgid "Reset form"
282
+ msgstr "אפס את הטופס"
283
+
284
+ #: library/shortcode-misc.php:128
285
+ msgid "View full post"
286
+ msgstr "צפה בהודעה המלאה"
287
+
288
  #: library/plugin-settings.php:32
289
  msgid "Get USP Pro for unlimited forms!"
290
  msgstr "קבל USP Pro עבור צורות ללא הגבלה!"
388
  msgstr "כדי להגדיר אפשרויות)"
389
 
390
  #: library/plugin-settings.php:318 library/plugin-settings.php:335
391
+ #: library/plugin-settings.php:1213 library/plugin-settings.php:1218
392
  msgid "Challenge Question"
393
  msgstr "שאלה מאתגרת"
394
 
395
  #: library/plugin-settings.php:350 library/plugin-settings.php:367
396
+ #: library/plugin-settings.php:1235
397
  msgid "Google reCAPTCHA"
398
  msgstr "Google reCAPTCHA"
399
 
409
  msgid "Disable"
410
  msgstr "השבת"
411
 
412
+ #: library/plugin-settings.php:399 library/plugin-settings.php:1296
413
  msgid "Image Uploads"
414
  msgstr "העלאות תמונות"
415
 
437
  msgid " approved posts"
438
  msgstr " - הודעות מאושרות"
439
 
440
+ #: library/plugin-settings.php:645
441
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
442
  msgstr "ארעה שגיאה. ודא שהוספת כותרת, תוכן מסוים והעלית תמונות בלבד."
443
 
444
+ #: library/plugin-settings.php:659
445
  msgid "Please select your image(s) to upload."
446
  msgstr "בחר את התמונות שלך לטעינה."
447
 
448
+ #: library/plugin-settings.php:665
449
  msgid "Success! Thank you for your submission."
450
+ msgstr "הַצלָחָה! תודה על הגשתך."
451
 
452
+ #: library/plugin-settings.php:691
453
  msgid "Email"
454
  msgstr "אֶלֶקטרוֹנִי"
455
 
456
+ #: library/plugin-settings.php:692
457
  msgid "URL"
458
  msgstr "כתובת אתר"
459
 
460
+ #: library/plugin-settings.php:942
 
 
 
 
461
  msgid "Toggle all panels"
462
  msgstr "החלף את כל החלוניות"
463
 
464
+ #: library/plugin-settings.php:951
465
  msgid "We need your support!"
466
+ msgstr "אנחנו צריכים את התמיכה שלך!"
467
 
468
+ #: library/plugin-settings.php:955
469
  msgid "Make a donation via PayPal"
470
  msgstr "תרומה באמצעות PayPal"
471
 
472
+ #: library/plugin-settings.php:955
473
  msgid "make a donation"
474
  msgstr "לתרום"
475
 
476
+ #: library/plugin-settings.php:955
477
  msgid "and/or"
478
  msgstr "ו / או"
479
 
480
+ #: library/plugin-settings.php:956
481
  msgid "Rate and review at the Plugin Directory"
482
  msgstr "דרג וסקור את המדריך Plugin"
483
 
484
+ #: library/plugin-settings.php:957
485
  msgid "give this plugin a 5-star rating"
486
  msgstr "לתת תוסף זה 5 כוכבים דירוג"
487
 
488
+ #: library/plugin-settings.php:961
489
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
490
  msgstr "התמיכה הנדיבה שלך מאפשרת המשך פיתוח של תוסף זה בחינם. תודה!"
491
 
492
+ #: library/plugin-settings.php:966
493
  msgid "Check this box if you have shown support"
494
  msgstr "סמן תיבה זו אם הצגת תמיכה"
495
 
496
+ #: library/plugin-settings.php:975
497
  msgid "Overview"
498
  msgstr "סקירה כללית"
499
 
500
+ #: library/plugin-settings.php:979
501
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
502
  msgstr "מאפשר למבקרים שלך לשלוח פוסטים ולהעלות תמונות מהחלק הקדמי של האתר שלך."
503
 
504
+ #: library/plugin-settings.php:980
505
  msgid "For advanced functionality and unlimited forms, check out"
506
  msgstr "לקבלת פונקציונליות מתקדמת וצורות בלתי מוגבלות, בדוק"
507
 
508
+ #: library/plugin-settings.php:980 library/plugin-settings.php:1354
509
  msgid "USP Pro"
510
  msgstr "USP Pro"
511
 
512
+ #: library/plugin-settings.php:981
513
  msgid "&mdash; the ultimate solution for user-generated content."
514
  msgstr "& mdash; הפתרון האולטימטיבי עבור תוכן שנוצר על ידי משתמשים."
515
 
516
+ #: library/plugin-settings.php:985 library/plugin-settings.php:1002
517
  msgid "Plugin Settings"
518
  msgstr "הגדרות Plugin"
519
 
520
+ #: library/plugin-settings.php:986
521
  msgid "Display the form"
522
  msgstr "הצג את הטופס"
523
 
524
+ #: library/plugin-settings.php:987 library/plugin-settings.php:1511
525
  msgid "Plugin Homepage"
526
  msgstr "דף הבית של"
527
 
528
+ #: library/plugin-settings.php:990
529
  msgid "If you like this plugin, please"
530
  msgstr "אם אתה אוהב את הפלאגין הזה, בבקשה"
531
 
532
+ #: library/plugin-settings.php:991
533
  msgid "THANK YOU for your support!"
534
  msgstr "תודה על תמיכתך!"
535
 
536
+ #: library/plugin-settings.php:991
537
  msgid "give it a 5-star rating"
538
  msgstr "לתת לו דירוג 5 כוכבים"
539
 
540
+ #: library/plugin-settings.php:995
541
  msgid "Unlimited front-end forms"
542
  msgstr "ללא הגבלה חזיתית צורות"
543
 
544
+ #: library/plugin-settings.php:995
545
  msgid "Get USP Pro"
546
  msgstr "קבל USP Pro"
547
 
548
+ #: library/plugin-settings.php:1005
549
  msgid "Configure your settings for User Submitted Posts."
550
  msgstr "קבע את ההגדרות עבור הודעות שנשלחו על ידי משתמשים."
551
 
552
+ #: library/plugin-settings.php:1007
553
  msgid "Form Fields"
554
  msgstr "שדות טופס"
555
 
556
+ #: library/plugin-settings.php:1013
557
  msgid "User Name"
558
  msgstr "שם משתמש"
559
 
560
+ #: library/plugin-settings.php:1014
561
  msgid "User Email"
562
  msgstr "דוא\"ל משתמש"
563
 
564
+ #: library/plugin-settings.php:1015
565
  msgid "User URL"
566
  msgstr "כתובת אתר של משתמש"
567
 
568
+ #: library/plugin-settings.php:1030
569
  msgid "General Settings"
570
  msgstr "הגדרות כלליות"
571
 
572
+ #: library/plugin-settings.php:1032
573
+ msgid "Note that the default settings work fine for most cases."
574
+ msgstr "שים לב שהגדרות ברירת המחדל פועלות היטב ברוב המקרים."
575
+
576
+ #: library/plugin-settings.php:1037
577
  msgid "Form Style"
578
  msgstr "סגנון טופס"
579
 
580
+ #: library/plugin-settings.php:1042
581
  msgid "With this option, you can copy the plugin&rsquo;s default templates:"
582
  msgstr "באמצעות אפשרות זו, באפשרותך להעתיק את תבניות ברירת המחדל של התוסף & rsquo; s:"
583
 
584
+ #: library/plugin-settings.php:1047
585
  msgid "..and upload them into a directory named"
586
  msgstr ".. ולהעלות אותם לתוך ספרייה בשם"
587
 
588
+ #: library/plugin-settings.php:1047
589
  msgid "in your theme:"
590
  msgstr "בנושא שלך:"
591
 
592
+ #: library/plugin-settings.php:1053
593
  msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
594
  msgstr "זה יאפשר לך להתאים אישית את הטופס והסגנונות לפי הצורך. לקבלת מידע נוסף, עיין בסעיף \"טופס הגשת טופס מותאם אישית\""
595
 
596
+ #: library/plugin-settings.php:1054
597
  msgid "Installation Docs"
598
  msgstr "התקנה של Google Docs"
599
 
600
+ #: library/plugin-settings.php:1055
601
  msgid "FYI: here is a"
602
  msgstr "לידיעתך: הנה א"
603
 
604
+ #: library/plugin-settings.php:1055
605
  msgid "list of USP CSS selectors"
606
  msgstr "רשימה של בוררי CSS USP"
607
 
608
+ #: library/plugin-settings.php:1061
609
  msgid "Include JavaScript"
610
  msgstr "כלול JavaScript"
611
 
612
+ #: library/plugin-settings.php:1063
613
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
614
  msgstr "סמן תיבה זו אם ברצונך לכלול את קובצי ה- JavaScript החיצוניים (מומלץ)."
615
 
616
+ #: library/plugin-settings.php:1066
617
  msgid "Targeted Loading"
618
  msgstr "טעינה ממוקדת"
619
 
620
+ #: library/plugin-settings.php:1068
621
  msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
622
  msgstr "כברירת מחדל, CSS & amp; קובצי JavaScript נטענים בכל דף. כאן תוכל לציין את כתובת האתר של טופס USP כדי לטעון משאבים רק בדף זה. הערה: השאר ריק כדי לטעון בכל הדפים."
623
 
624
+ #: library/plugin-settings.php:1071
625
  msgid "Post Type"
626
  msgstr "סוג פוסט"
627
 
628
+ #: library/plugin-settings.php:1074
629
  msgid "Submit posts as WP Posts or Pages"
630
  msgstr "שלח הודעות כמו הודעות WP או דפים"
631
 
632
+ #: library/plugin-settings.php:1078
633
  msgid "Post Status"
634
  msgstr "סטטוס פוסט"
635
 
636
+ #: library/plugin-settings.php:1081
637
  msgid "Post Status for submitted posts"
638
  msgstr "סטטוס פוסט עבור פוסטים שנשלחו"
639
 
640
+ #: library/plugin-settings.php:1085
641
  msgid "Redirect URL"
642
  msgstr "כתובת אתר להפניה מחדש"
643
 
644
+ #: library/plugin-settings.php:1087
645
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
646
  msgstr "ציין כתובת אתר שתפנה מחדש את המשתמש לאחר שליחת ההודעה. השאר ריק כדי להפנות חזרה לדף הנוכחי."
647
 
648
+ #: library/plugin-settings.php:1090
649
  msgid "Success Message"
650
  msgstr "הודעת הצלחה"
651
 
652
+ #: library/plugin-settings.php:1092
653
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
654
  msgstr "הודעת הצלחה המוצגת אם ההודעה לאחר ההצלה מוצלחת. הסימון הבסיסי מותר."
655
 
656
+ #: library/plugin-settings.php:1095
657
  msgid "Error Message"
658
  msgstr "הודעת שגיאה"
659
 
660
+ #: library/plugin-settings.php:1097
661
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
662
  msgstr "הודעת שגיאה כללית המוצגת אם ההודעה נכשלה. הסימון הבסיסי מותר."
663
 
664
+ #: library/plugin-settings.php:1100
665
  msgid "Custom Content"
666
  msgstr "תוכן מותאם אישית"
667
 
668
+ #: library/plugin-settings.php:1102
669
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
670
  msgstr "טקסט / סימון מותאמים אישית שייכללו לפני טופס ההגשה. השאר ריק כדי להשבית."
671
 
672
+ #: library/plugin-settings.php:1105
673
  msgid "Rich Text Editor"
674
  msgstr "עורך טקסט עשיר"
675
 
676
+ #: library/plugin-settings.php:1107
677
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
678
  msgstr "סמן תיבה זו אם ברצונך לאפשר עריכת טקסט עשירה של WP עבור פוסטים שנשלחו."
679
 
680
+ #: library/plugin-settings.php:1110
681
  msgid "Unique Titles"
682
  msgstr "כותרים ייחודיים"
683
 
684
+ #: library/plugin-settings.php:1112
685
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
686
  msgstr "דרוש לכתוב לכתוב כותרות להיות ייחודי (שימושי למניעת מרובות / כפולות שנשלחו הודעות)."
687
 
688
+ #: library/plugin-settings.php:1115
689
  msgid "Disable Required"
690
  msgstr "השבת את דרוש"
691
 
692
+ #: library/plugin-settings.php:1117
693
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
694
  msgstr "השבת את כל התכונות הדרושות בשדות ברירת המחדל (שימושי עבור הודעות שגיאה לפתרון בעיות)."
695
 
696
+ #: library/plugin-settings.php:1120
697
  msgid "Disable IP Tracking"
698
  msgstr "השבת מעקב IP"
699
 
700
+ #: library/plugin-settings.php:1122
701
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
702
  msgstr "כברירת מחדל, USP מתעדת את כתובת ה- IP עם כל פוסט שנשלח. סמן תיבה זו כדי להשבית את כל המעקב אחר כתובות IP."
703
 
704
+ #: library/plugin-settings.php:1125
705
  msgid "Enable Shortcodes"
706
  msgstr "הפעל קודים קצרים"
707
 
708
+ #: library/plugin-settings.php:1127
709
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
710
  msgstr "אפשר קודים קצרים בווידג'טים. כברירת מחדל, WordPress אינו מאפשר קודים קצרים בווידג'טים."
711
 
712
+ #: library/plugin-settings.php:1128
713
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
714
  msgstr "הגדרה זו מאפשרת לכל / כל הקודים בווידג'טים (אפילו קודים קצרים מתוספים אחרים)."
715
 
716
+ #: library/plugin-settings.php:1133 library/plugin-settings.php:1138
717
  msgid "Categories"
718
  msgstr "קטגוריות"
719
 
720
+ #: library/plugin-settings.php:1141
721
  msgid "Select which categories may be assigned to submitted posts (click to toggle)"
722
  msgstr "בחר אילו קטגוריות ניתן להקצות לפוסטים שנשלחו (לחץ כדי לעבור בין מצבים)"
723
 
724
+ #: library/plugin-settings.php:1149
725
  msgid "Hidden/Default Category"
726
  msgstr "קטגוריה מוסתרת / ברירת מחדל"
727
 
728
+ #: library/plugin-settings.php:1151
729
  msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
730
  msgstr "השתמש בשדה מוסתר עבור קטגוריית הפוסט. ניתן להשתמש באפשרות זו כדי לציין קטגוריה של ברירת מחדל כאשר שדה הקטגוריה מושבת."
731
 
732
+ #: library/plugin-settings.php:1154
733
  msgid "Category ID for Hidden Field"
734
  msgstr "מזהה קטגוריה עבור שדה מוסתר"
735
 
736
+ #: library/plugin-settings.php:1156
737
  msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
738
  msgstr "ציין את מזהה הקטגוריה לשימוש עבור & ldquo; מוסתר / ברירת מחדל קטגוריה & rdquo; אוֹפְּצִיָה."
739
 
740
+ #: library/plugin-settings.php:1161
741
  msgid "Users"
742
  msgstr "משתמשים"
743
 
744
+ #: library/plugin-settings.php:1166
745
  msgid "Assigned Author"
746
  msgstr "מחבר מוקצה"
747
 
748
+ #: library/plugin-settings.php:1169
749
  msgid "Specify the user that should be assigned as author for submitted posts."
750
  msgstr "ציין את המשתמש שיש להקצות כמחבר לפוסטים שנשלחו."
751
 
752
+ #: library/plugin-settings.php:1173
753
  msgid "Registered Username"
754
  msgstr "שם משתמש רשום"
755
 
756
+ #: library/plugin-settings.php:1175
757
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
758
  msgstr "השתמש בשם משתמש רשום ככותב פוסט. תקף כאשר האדם שולח את הטופס מחובר ל- WordPress."
759
 
760
+ #: library/plugin-settings.php:1178
761
  msgid "User Profile URL"
762
  msgstr "כתובת אתר של פרופיל משתמש"
763
 
764
+ #: library/plugin-settings.php:1180
765
  msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
766
  msgstr "השתמש בכתובת האתר של המשתמש הרשום & rsquo; s כערך השדה של כתובת האתר. תקף כאשר האדם שולח את הטופס מחובר ל- WordPress."
767
 
768
+ #: library/plugin-settings.php:1183
769
  msgid "Require User Login"
770
  msgstr "דרוש התחברות משתמש"
771
 
772
+ #: library/plugin-settings.php:1185
773
  msgid "Require users to be logged in to WordPress to view/submit the form"
774
  msgstr "לדרוש מהמשתמשים להיכנס ל- WordPress כדי להציג / לשלוח את הטופס"
775
 
776
+ #: library/plugin-settings.php:1188
777
+ msgid "Disable Replace Author"
778
+ msgstr "השבת את החלפת המחבר"
779
+
780
+ #: library/plugin-settings.php:1190
781
+ msgid "Do not replace post author with submitted user name"
782
+ msgstr "אל תחליף את מחבר ההודעה עם שם המשתמש שהוגש"
783
+
784
+ #: library/plugin-settings.php:1196
785
  msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
786
  msgstr "כאן תוכל לשנות את השם והתווית המשמשים את השדה 'מותאם אישית'. ניתן להפעיל שדה זה באמצעות ההגדרה 'שדות טופס', למעלה."
787
 
788
+ #: library/plugin-settings.php:1201
789
  msgid "Custom Field Name"
790
  msgstr "שם שדה מותאם אישית"
791
 
792
+ #: library/plugin-settings.php:1203
793
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
794
  msgstr "השתמש רק באלפאנומריים, בקווים תחתונים ובמקפים. אם אינך בטוח, השתמש בשם ברירת המחדל:"
795
 
796
+ #: library/plugin-settings.php:1206
797
  msgid "Custom Field Label"
798
  msgstr "תווית שדה מותאמת אישית"
799
 
800
+ #: library/plugin-settings.php:1208
801
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
802
  msgstr "זה יוצג כתווית השדה בטופס. ברירת מחדל: שדה מותאם אישית"
803
 
804
+ #: library/plugin-settings.php:1220
805
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
806
  msgstr "כדי למנוע דואר זבל, הזן שאלה שעל המשתמשים להשיב עליה לפני שליחת הטופס."
807
 
808
+ #: library/plugin-settings.php:1223
809
  msgid "Challenge Response"
810
  msgstr "תגובה לאתגר"
811
 
812
+ #: library/plugin-settings.php:1225
813
  msgid "Enter the *only* correct answer to the challenge question."
814
  msgstr "הזן את התשובה הנכונה * בלבד * לשאלת האתגר."
815
 
816
+ #: library/plugin-settings.php:1228
817
  msgid "Case-sensitivity"
818
  msgstr "רגישות למקרה"
819
 
820
+ #: library/plugin-settings.php:1230
821
  msgid "Check this box if you want the challenge response to be case-sensitive."
822
  msgstr "סמן תיבה זו אם ברצונך שהתגובה לאתגר תהיה תלויית רישיות."
823
 
824
+ #: library/plugin-settings.php:1236
825
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
826
  msgstr "כדי להפעיל את Google reCAPTCHA, הזן את המפתחות הציבוריים והפרטיים שלך."
827
 
828
+ #: library/plugin-settings.php:1241
829
  msgid "Public Key"
830
  msgstr "מפתח ציבורי"
831
 
832
+ #: library/plugin-settings.php:1243
833
  msgid "Enter your Public Key"
834
  msgstr "הזן את המפתח הציבורי שלך"
835
 
836
+ #: library/plugin-settings.php:1246
837
  msgid "Private Key"
838
  msgstr "מפתח פרטי"
839
 
840
+ #: library/plugin-settings.php:1248
841
  msgid "Enter your Private Key"
842
  msgstr "הזן את המפתח הפרטי שלך"
843
 
844
+ #: library/plugin-settings.php:1253
845
  msgid "Email Alerts"
846
+ msgstr "התראות דואר אלקטרוני"
847
 
848
+ #: library/plugin-settings.php:1258
849
  msgid "Receive Email Alert"
850
  msgstr "קבל התראה בדוא\"ל"
851
 
852
+ #: library/plugin-settings.php:1260
853
  msgid "Check this box if you want to be notified via email for new post submissions."
854
  msgstr "סמן תיבה זו אם ברצונך לקבל הודעה בדוא\"ל לגבי הגשות חדשות לפרסום."
855
 
856
+ #: library/plugin-settings.php:1263
857
  msgid "Enable HTML Format"
858
  msgstr "הפעל תבנית HTML"
859
 
860
+ #: library/plugin-settings.php:1265
861
  msgid "Check this box to enable HTML format for email alerts."
862
  msgstr "סמן תיבה זו כדי להפעיל תבנית HTML עבור התראות בדוא\"ל."
863
 
864
+ #: library/plugin-settings.php:1268
865
  msgid "Email Address for Alerts"
866
  msgstr "כתובת דוא\"ל עבור התראות"
867
 
868
+ #: library/plugin-settings.php:1270
869
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
870
  msgstr "אם סימנת את התיבה כדי לקבל התראות בדוא\"ל, ציין כאן את הכתובת (כתובות) שאליהן יש לשלוח את הודעות האימייל."
871
 
872
+ #: library/plugin-settings.php:1271
873
  msgid "Multiple recipients may be included using a comma, like so:"
874
  msgstr "ניתן לכלול מספר נמענים באמצעות פסיק, כך:"
875
 
876
+ #: library/plugin-settings.php:1274
877
  msgid "Email &ldquo;From&rdquo; Address"
878
  msgstr "דוא\"ל & ldquo; מאת & rdquo; כתובת"
879
 
880
+ #: library/plugin-settings.php:1276
881
  msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
882
  msgstr "כאן אתה יכול להתאים אישית את כתובת (es) המשמש & ldquo; מ & rdquo; כותרת (ראה תוסף שאלות נפוצות עבור מידע)."
883
 
884
+ #: library/plugin-settings.php:1277
885
  msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
886
  msgstr "אם כתובות מרובות מסומנות בהגדרה הקודמת, כלול מספר שווה של & ldquo; מאת & rdquo; כתובות עבור הגדרה זו (באותו הסדר)."
887
 
888
+ #: library/plugin-settings.php:1280
889
  msgid "Email Alert Subject"
890
  msgstr "נושא התראה בדוא\"ל"
891
 
892
+ #: library/plugin-settings.php:1282
893
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
894
  msgstr "שורת הנושא עבור התראות בדוא\"ל. השאר ריק כדי להשתמש בשורת הנושא המוגדרת כברירת מחדל. הערה: ניתן להשתמש במשתנים הבאים:"
895
 
896
+ #: library/plugin-settings.php:1287
897
  msgid "Email Alert Message"
898
  msgstr "הודעת התראה בדוא\"ל"
899
 
900
+ #: library/plugin-settings.php:1289
901
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
902
  msgstr "הודעה עבור התראות בדוא\"ל. השאר ריק כדי להשתמש בהודעת ברירת המחדל. הערה: ניתן להשתמש במשתנים הבאים:"
903
 
904
+ #: library/plugin-settings.php:1301
905
  msgid "Featured Image"
906
  msgstr "תמונה מצורפת"
907
 
908
+ #: library/plugin-settings.php:1303
909
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
910
  msgstr "הגדר תמונות שנשלחו כתמונות נבחרות. דורש תמיכה נושא עבור תמונות נבחרות (aka Post Thumbnails)."
911
 
912
+ #: library/plugin-settings.php:1306
913
  msgid "Upload Message"
914
  msgstr "העלאת הודעה"
915
 
916
+ #: library/plugin-settings.php:1308
917
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
918
  msgstr "הודעה שמופיעה ליד שדה ההעלאה. שימושי לקביעת הנחיות העלאה / מדיניות / וכו '. הסימון הבסיסי מותר."
919
 
920
+ #: library/plugin-settings.php:1311
921
  msgid "&ldquo;Add another image&rdquo; link"
922
  msgstr "& ldquo; הוסף תמונה אחרת & rdquo; קישור"
923
 
924
+ #: library/plugin-settings.php:1313
925
  msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
926
  msgstr "סימון מותאם אישית עבור & ldquo; הוסף תמונה אחרת & rdquo; קישור. השאר ריק כדי להשתמש בסימון ברירת המחדל (מומלץ)."
927
 
928
+ #: library/plugin-settings.php:1316
929
  msgid "Minimum number of images"
930
  msgstr "מספר תמונות מינימלי"
931
 
932
+ #: library/plugin-settings.php:1319
933
  msgid "Specify the minimum number of images."
934
  msgstr "ציין את המספר המינימלי של תמונות."
935
 
936
+ #: library/plugin-settings.php:1323
937
  msgid "Maximum number of images"
938
  msgstr "המספר המרבי של תמונות"
939
 
940
+ #: library/plugin-settings.php:1326
941
  msgid "Specify the maximum number of images."
942
  msgstr "ציין את המספר המרבי של תמונות."
943
 
944
+ #: library/plugin-settings.php:1330
945
  msgid "Minimum image width"
946
  msgstr "רוחב תמונה מינימלי"
947
 
948
+ #: library/plugin-settings.php:1332
949
  msgid "Specify a minimum width (in pixels) for uploaded images."
950
  msgstr "ציין רוחב מינימלי (בפיקסלים) עבור תמונות שהועלו."
951
 
952
+ #: library/plugin-settings.php:1335
953
  msgid "Minimum image height"
954
  msgstr "גובה תמונה מינימלי"
955
 
956
+ #: library/plugin-settings.php:1337
957
  msgid "Specify a minimum height (in pixels) for uploaded images."
958
  msgstr "ציין גובה מינימלי (בפיקסלים) עבור תמונות שהועלו."
959
 
960
+ #: library/plugin-settings.php:1340
961
  msgid "Maximum image width"
962
  msgstr "רוחב תמונה מקסימלי"
963
 
964
+ #: library/plugin-settings.php:1342
965
  msgid "Specify a maximum width (in pixels) for uploaded images."
966
  msgstr "ציין רוחב מרבי (בפיקסלים) עבור תמונות שהועלו."
967
 
968
+ #: library/plugin-settings.php:1345
969
  msgid "Maximum image height"
970
  msgstr "גובה התמונה המרבי"
971
 
972
+ #: library/plugin-settings.php:1347
973
  msgid "Specify a maximum height (in pixels) for uploaded images."
974
  msgstr "ציין גובה מקסימלי (בפיקסלים) עבור תמונות שהועלו."
975
 
976
+ #: library/plugin-settings.php:1350
977
  msgid "More Options"
978
  msgstr "אפשרויות נוספות"
979
 
980
+ #: library/plugin-settings.php:1353
981
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
982
  msgstr "לקבלת אפשרויות נוספות, כגון היכולת להעלות סוגי קבצים אחרים (כגון PDF, Word, Zip, סרטוני וידאו ועוד), בדוק"
983
 
984
+ #: library/plugin-settings.php:1354
985
  msgid "Go Pro!"
986
  msgstr "להתמקצע!"
987
 
988
+ #: library/plugin-settings.php:1361
989
  msgid "Auto-Display Content"
990
  msgstr "תוכן תצוגה אוטומטית"
991
 
992
+ #: library/plugin-settings.php:1366
993
  msgid "Images Auto-Display"
994
  msgstr "תמונות תצוגה אוטומטית"
995
 
996
+ #: library/plugin-settings.php:1368
997
  msgid "Auto-display user-submitted images:"
998
  msgstr "תצוגה אוטומטית של תמונות שנשלחו על ידי משתמשים:"
999
 
1000
+ #: library/plugin-settings.php:1373
1001
  msgid "Image Markup"
1002
  msgstr "סימון תמונה"
1003
 
1004
+ #: library/plugin-settings.php:1375
1005
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1006
  msgstr "סמן כדי להשתמש בכל תמונה שנשלח (כאשר התצוגה האוטומטית מופעלת). יכול להשתמש"
1007
 
1008
+ #: library/plugin-settings.php:1377 library/plugin-settings.php:1390
1009
+ #: library/plugin-settings.php:1403 library/plugin-settings.php:1416
1010
  msgid "and"
1011
  msgstr "ו"
1012
 
1013
+ #: library/plugin-settings.php:1380
1014
  msgid "Email Auto-Display"
1015
  msgstr "דוא\"ל אוטומטי תצוגה"
1016
 
1017
+ #: library/plugin-settings.php:1382
1018
  msgid "Auto-display user-submitted email:"
1019
  msgstr "הצגה אוטומטית של דוא\"ל שנשלח על ידי המשתמש:"
1020
 
1021
+ #: library/plugin-settings.php:1387
1022
  msgid "Email Markup"
1023
  msgstr "סימון דוא\"ל"
1024
 
1025
+ #: library/plugin-settings.php:1389
1026
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1027
  msgstr "סמן כדי להשתמש בכתובת הדוא\"ל שהוגשה (כאשר התצוגה האוטומטית מופעלת). יכול להשתמש"
1028
 
1029
+ #: library/plugin-settings.php:1393
1030
  msgid "URL Auto-Display"
1031
  msgstr "תצוגה אוטומטית של כתובת אתר"
1032
 
1033
+ #: library/plugin-settings.php:1395
1034
  msgid "Auto-display user-submitted URL:"
1035
  msgstr "הצגה אוטומטית של כתובת אתר שנשלחו על ידי המשתמש:"
1036
 
1037
+ #: library/plugin-settings.php:1400
1038
  msgid "URL Markup"
1039
  msgstr "סימון כתובת אתר"
1040
 
1041
+ #: library/plugin-settings.php:1402
1042
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1043
  msgstr "סמן כדי להשתמש בכתובת האתר שהוגשה (כאשר התצוגה האוטומטית מופעלת). יכול להשתמש"
1044
 
1045
+ #: library/plugin-settings.php:1406
1046
  msgid "Custom Field Auto-Display"
1047
  msgstr "תצוגה אוטומטית של שדה מותאם אישית"
1048
 
1049
+ #: library/plugin-settings.php:1408
1050
  msgid "Auto-display user-submitted Custom Field:"
1051
  msgstr "תצוגה אוטומטית שנשלחו על ידי המשתמש שדה מותאם אישית:"
1052
 
1053
+ #: library/plugin-settings.php:1413
1054
  msgid "Custom Field Markup"
1055
  msgstr "סימון שדה מותאם אישית"
1056
 
1057
+ #: library/plugin-settings.php:1415
1058
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1059
  msgstr "סמן כדי להשתמש בשדה מותאם אישית שנשלח (כאשר התצוגה האוטומטית מופעלת). יכול להשתמש"
1060
 
1061
+ #: library/plugin-settings.php:1421 library/plugin-settings.php:1497
1062
  msgid "Save Settings"
1063
  msgstr "שמור הגדרות"
1064
 
1065
+ #: library/plugin-settings.php:1426
1066
  msgid "Display the Form"
1067
  msgstr "הצג את הטופס"
1068
 
1069
+ #: library/plugin-settings.php:1429
1070
  msgid "Post-Submit Form"
1071
  msgstr "טופס שליחת הודעה"
1072
 
1073
+ #: library/plugin-settings.php:1430
1074
  msgid "USP enables you to display a post-submission form anywhere on your site."
1075
  msgstr "USP מאפשר לך להציג טופס לאחר הגשת בכל מקום באתר שלך."
1076
 
1077
+ #: library/plugin-settings.php:1431 library/plugin-settings.php:1438
1078
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1079
  msgstr "השתמש בקוד הקצר כדי להציג את הטופס בכל פוסט WP או בדף:"
1080
 
1081
+ #: library/plugin-settings.php:1433 library/plugin-settings.php:1440
1082
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1083
  msgstr "לחלופין, השתמש בתג התבנית כדי להציג את הטופס בכל מקום בתבנית העיצוב שלך:"
1084
 
1085
+ #: library/plugin-settings.php:1436
1086
  msgid "Login/Register Form"
1087
  msgstr "טופס הרשמה / הרשמה"
1088
 
1089
+ #: library/plugin-settings.php:1437
1090
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1091
  msgstr "ניתן גם להציג טופס המאפשר למשתמשים להיכנס, לרשום או לאפס את הסיסמה שלהם."
1092
 
1093
+ #: library/plugin-settings.php:1443
1094
  msgid "Display Submitted Posts"
1095
  msgstr "הצגת הודעות שנשלחו"
1096
 
1097
+ #: library/plugin-settings.php:1444
1098
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1099
  msgstr "השתמש בקוד קצר זה כדי להציג רשימה של פוסטים שנשלחו בכל פוסט WP או בדף:"
1100
 
1101
+ #: library/plugin-settings.php:1446
1102
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1103
  msgstr "לחלופין, השתמש בתג התבנית כדי להציג רשימה של פוסטים שנשלחו בכל מקום בתבנית העיצוב שלך:"
1104
 
1105
+ #: library/plugin-settings.php:1448
1106
  msgid "Here are some examples showing how to configure this shortcode:"
1107
  msgstr "הנה כמה דוגמאות המציגות כיצד להגדיר קוד קצר זה:"
1108
 
1109
+ #: library/plugin-settings.php:1455
1110
+ msgid "Reset Form Button"
1111
+ msgstr "איפוס לחצן טופס"
1112
+
1113
+ #: library/plugin-settings.php:1456
1114
+ msgid "This shortcode displays a link that resets the form to its original state:"
1115
+ msgstr "קוד קצר זה מציג קישור שמאפס את הטופס למצבו המקורי:"
1116
+
1117
+ #: library/plugin-settings.php:1458
1118
+ msgid "This shortcode accepts the following attributes:"
1119
+ msgstr "קוד קצר זה מקבל את התכונות הבאות:"
1120
+
1121
+ #: library/plugin-settings.php:1463
1122
+ msgid "Note that the url attribute accepts"
1123
+ msgstr "שים לב שתכונת url מקבלת"
1124
+
1125
+ #: library/plugin-settings.php:1463
1126
+ msgid "to get the current URL."
1127
+ msgstr "כדי לקבל את כתובת האתר הנוכחית."
1128
+
1129
+ #: library/plugin-settings.php:1465
1130
  msgid "Access Control"
1131
  msgstr "בקרת גישה"
1132
 
1133
+ #: library/plugin-settings.php:1466
1134
  msgid "USP provides three shortcodes to control access and restrict content."
1135
  msgstr "USP מספק שלושה קודים קצרים כדי לשלוט בגישה ולהגביל את התוכן."
1136
 
1137
+ #: library/plugin-settings.php:1467
1138
  msgid "Display content only to users with a specific capability:"
1139
  msgstr "הצג תוכן רק למשתמשים עם יכולת ספציפית:"
1140
 
1141
+ #: library/plugin-settings.php:1469
1142
  msgid "Display content to logged-in users:"
1143
  msgstr "הצגת תוכן למשתמשים מחוברים:"
1144
 
1145
+ #: library/plugin-settings.php:1471
1146
  msgid "Display content to visitors only:"
1147
  msgstr "הצג תוכן למבקרים בלבד:"
1148
 
1149
+ #: library/plugin-settings.php:1473
1150
  msgid "Tip:"
1151
  msgstr "עֵצָה:"
1152
 
1153
+ #: library/plugin-settings.php:1473
1154
  msgid "to include markup in the deny message, you can use"
1155
  msgstr "כדי לכלול סימון בהודעת הדחייה, באפשרותך להשתמש"
1156
 
1157
+ #: library/plugin-settings.php:1473
1158
  msgid "to output"
1159
  msgstr "פלט"
1160
 
1161
+ #: library/plugin-settings.php:1475
1162
  msgid "Example"
1163
  msgstr "דוגמא"
1164
 
1165
+ #: library/plugin-settings.php:1476
1166
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1167
  msgstr "אם המשתמש מחובר, הצג את הטופס שלאחר השליחה; או אם המשתמש אינו מחובר, הצג את טופס ההתחברות:"
1168
 
1169
+ #: library/plugin-settings.php:1488
1170
  msgid "Restore Defaults"
1171
  msgstr "לשחזר את ברירות מחדל"
1172
 
1173
+ #: library/plugin-settings.php:1491
1174
  msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1175
  msgstr "השאר אפשרות זו מושבתת כדי לזכור את ההגדרות שלך. לחלופין, כדי להמשיך ולשחזר את אפשרויות ברירת המחדל של התוסף: סמן את התיבה, שמור את ההגדרות שלך ולאחר מכן בטל / הפעל מחדש את הפלאגין."
1176
 
1177
+ #: library/plugin-settings.php:1495
1178
  msgid "Restore default options upon plugin deactivation/reactivation."
1179
  msgstr "שחזור אפשרויות ברירת המחדל בעת השבתה / הפעלה מחדש של תוסף."
1180
 
1181
+ #: library/plugin-settings.php:1502
1182
  msgid "Show Support"
1183
  msgstr "הצג תמיכה"
1184
 
1185
+ #: library/plugin-settings.php:1511
1186
  msgid "by"
1187
  msgstr "על ידי"
1188
 
1189
+ #: library/plugin-settings.php:1512
1190
  msgid "Jeff Starr on Twitter"
1191
  msgstr "ג 'ף סטאר ב לצפצף"
1192
 
1193
+ #: library/plugin-settings.php:1513
1194
  msgid "Obsessive Web Design &amp; Development"
1195
  msgstr "אובססיבית עיצוב אתרים & amp; התפתחות"
1196
 
1197
+ #: library/plugin-settings.php:1524
1198
  msgid "Save Preference"
1199
  msgstr "שמור את ההעדפה"
1200
 
1201
+ #: library/plugin-settings.php:1531
1202
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1203
  msgstr "האם אתה בטוח שברצונך לשחזר את כל אפשרויות ברירת המחדל? (פעולה זו לא ניתן לבטל)"
1204
 
1205
+ #: library/support-panel.php:52
1206
+ msgid "Perishable Press Books"
1207
+ msgstr "ספרים מתכלים"
1208
+
1209
+ #: library/support-panel.php:53
1210
+ msgid "Plugin Planet"
1211
+ msgstr "פלאגין פלאנט"
1212
+
1213
+ #: library/support-panel.php:54
1214
+ msgid "Donate via PayPal"
1215
+ msgstr "לתרום באמצעות PayPal"
1216
+
1217
+ #: library/support-panel.php:56
1218
+ msgid "books"
1219
+ msgstr "ספרים"
1220
+
1221
+ #: library/support-panel.php:57
1222
+ msgid "plugins"
1223
+ msgstr "תוספים"
1224
+
1225
+ #: library/support-panel.php:58
1226
+ msgid "donation"
1227
+ msgstr "תרומה"
1228
+
1229
+ #: library/support-panel.php:60
1230
+ msgid "Thank you for using"
1231
+ msgstr "תודה לך על השימוש"
1232
+
1233
+ #: library/support-panel.php:61
1234
+ msgid "Please show support by purchasing one of my"
1235
+ msgstr "אנא הצג תמיכה על ידי רכישת אחד שלי"
1236
+
1237
+ #: library/support-panel.php:62
1238
+ msgid "or"
1239
+ msgstr "אוֹ"
1240
+
1241
+ #: library/support-panel.php:62
1242
+ msgid "or by making a"
1243
+ msgstr "או על ידי ביצוע"
1244
+
1245
+ #: library/support-panel.php:63
1246
+ msgid "Your generous support helps to ensure future development of"
1247
+ msgstr "התמיכה הנדיבה שלך מסייעת להבטיח פיתוח עתידי"
1248
+
1249
+ #: library/support-panel.php:64
1250
+ msgid "and is greatly appreciated."
1251
+ msgstr "והוא מוערך מאוד."
1252
+
1253
+ #: library/support-panel.php:66
1254
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1255
+ msgstr "כל תרומה גודל עוזר לי להמשיך לפתח את תוסף חינם זה וורדפרס משאבים אחרים מדהים."
1256
 
1257
  #. Description of the plugin
1258
  #:
languages/usp-hi_IN.mo CHANGED
Binary file
languages/usp-hi_IN.po CHANGED
@@ -4,206 +4,206 @@ 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 20171028\n"
8
  "Language: hi\n"
9
 
10
  #. Name of the plugin
11
- #: user-submitted-posts.php:44
12
  msgid "User Submitted Posts"
13
  msgstr "उपयोगकर्ता सबमिट किए गए डाक"
14
 
15
- #: user-submitted-posts.php:78
16
  msgid "requires WordPress "
17
  msgstr "वर्डप्रेस की आवश्यकता है"
18
 
19
- #: user-submitted-posts.php:79
20
  msgid " or higher, and has been deactivated! "
21
  msgstr " या अधिक, और निष्क्रिय कर दिया गया है!"
22
 
23
- #: user-submitted-posts.php:80
24
  msgid "Please return to the"
25
  msgstr "कृपया वापस जाएँ"
26
 
27
- #: user-submitted-posts.php:81
28
  msgid "WordPress Admin Area"
29
  msgstr "वर्डप्रेस व्यवस्थापक एरिया"
30
 
31
- #: user-submitted-posts.php:82
32
  msgid "to upgrade WordPress and try again."
33
  msgstr "वर्डप्रेस का नवीनीकरण करने और फिर से प्रयास करने के लिए"
34
 
35
- #: user-submitted-posts.php:124
36
  msgid "User Submitted Post"
37
  msgstr "उपयोगकर्ता द्वारा सबमिट की गई पोस्ट"
38
 
39
- #: user-submitted-posts.php:445
40
  msgid "User Submitted Post Info"
41
  msgstr "उपयोगकर्ता सबमिट की गयी पोस्ट जानकारी"
42
 
43
- #: user-submitted-posts.php:475
44
  msgid "Submitter Name: "
45
  msgstr "उपनाम का नाम:"
46
 
47
- #: user-submitted-posts.php:476
48
  msgid "Submitter Email: "
49
  msgstr "सबमिटर ईमेल:"
50
 
51
- #: user-submitted-posts.php:477
52
  msgid "Submitter URL: "
53
  msgstr "सबमिटर यूआरएल:"
54
 
55
- #: user-submitted-posts.php:478
56
  msgid "Submitter IP: "
57
  msgstr "सबमिटर आईपी:"
58
 
59
- #: user-submitted-posts.php:529
60
  msgid "Show USP Posts"
61
  msgstr "यूएसपी पोस्ट दिखाएं"
62
 
63
- #: user-submitted-posts.php:530 library/plugin-settings.php:967
64
  msgid "USP"
65
  msgstr "खासियत"
66
 
67
- #: user-submitted-posts.php:1175
68
  msgid " files required"
69
  msgstr " आवश्यक फ़ाइलें"
70
 
71
- #: user-submitted-posts.php:1176
72
  msgid " file required"
73
  msgstr " फ़ाइल आवश्यक है"
74
 
75
- #: user-submitted-posts.php:1178
76
  msgid " files"
77
  msgstr " फ़ाइलें"
78
 
79
- #: user-submitted-posts.php:1179
80
  msgid " file"
81
  msgstr " फ़ाइल"
82
 
83
- #: user-submitted-posts.php:1181 user-submitted-posts.php:1182
84
- #: user-submitted-posts.php:1183 user-submitted-posts.php:1184
85
  msgid " pixels"
86
  msgstr " पिक्सल"
87
 
88
- #: user-submitted-posts.php:1186 library/plugin-settings.php:284
89
- #: library/plugin-settings.php:303 library/plugin-settings.php:690
90
- #: library/plugin-settings.php:1176
91
  msgid "Custom Field"
92
  msgstr "कस्टम फील्ड"
93
 
94
- #: user-submitted-posts.php:1189
95
  msgid "An error occurred. Please go back and try again."
96
  msgstr "एक त्रुटि पाई गई। कृपया पीछे जाएं और दोबारा कोशिश करें।"
97
 
98
- #: user-submitted-posts.php:1199
99
  msgid "User login required"
100
  msgstr "उपयोगकर्ता लॉगिन आवश्यक है"
101
 
102
- #: user-submitted-posts.php:1200
103
  msgid "User name required"
104
  msgstr "उपयोगकर्ता का नाम (आवश्यक"
105
 
106
- #: user-submitted-posts.php:1201
107
  msgid "Post title required"
108
  msgstr "पोस्ट का शीर्षक आवश्यक है"
109
 
110
- #: user-submitted-posts.php:1202
111
  msgid "User URL required"
112
  msgstr "उपयोगकर्ता यूआरएल की आवश्यकता है"
113
 
114
- #: user-submitted-posts.php:1203
115
  msgid "Post tags required"
116
  msgstr "पोस्ट टैग की आवश्यकता है"
117
 
118
- #: user-submitted-posts.php:1204
119
  msgid "Post category required"
120
  msgstr "पोस्ट श्रेणी आवश्यक है"
121
 
122
- #: user-submitted-posts.php:1205
123
  msgid "Post content required"
124
  msgstr "आवश्यक सामग्री पोस्ट करें"
125
 
126
- #: user-submitted-posts.php:1206 user-submitted-posts.php:1207
127
  msgid "Correct captcha required"
128
  msgstr "सही कैप्चा आवश्यक है"
129
 
130
- #: user-submitted-posts.php:1208
131
  msgid "User email required"
132
  msgstr "उपयोगकर्ता ईमेल की आवश्यकता है"
133
 
134
- #: user-submitted-posts.php:1209
135
  msgid "Please check your email and try again"
136
  msgstr "कृपया अपना ईमेल जांचें और पुनः प्रयास करें"
137
 
138
- #: user-submitted-posts.php:1210
139
  msgid "Non-empty value for hidden field"
140
  msgstr "छिपा क्षेत्र के लिए खाली-खाली मान"
141
 
142
- #: user-submitted-posts.php:1211
143
  msgid "Minimum number of images not met"
144
  msgstr "छवियों की न्यूनतम संख्या नहीं मिली"
145
 
146
- #: user-submitted-posts.php:1212
147
  msgid "Maximum number of images exceeded "
148
  msgstr "छवियों की अधिकतम संख्या पार हो गई"
149
 
150
- #: user-submitted-posts.php:1213
151
  msgid "Minimum image width not met"
152
  msgstr "न्यूनतम छवि चौड़ाई नहीं मिली"
153
 
154
- #: user-submitted-posts.php:1214
155
  msgid "Image width exceeds maximum"
156
  msgstr "छवि चौड़ाई अधिकतम से अधिक है"
157
 
158
- #: user-submitted-posts.php:1215
159
  msgid "Minimum image height not met"
160
  msgstr "न्यूनतम छवि ऊंचाई नहीं मिले"
161
 
162
- #: user-submitted-posts.php:1216
163
  msgid "Image height exceeds maximum"
164
  msgstr "छवि ऊंचाई अधिकतम से अधिक है"
165
 
166
- #: user-submitted-posts.php:1217
167
  msgid "File type not allowed (please upload images only)"
168
  msgstr "फ़ाइल प्रकार की अनुमति नहीं है (कृपया केवल चित्र अपलोड करें)"
169
 
170
- #: user-submitted-posts.php:1218
171
  msgid " required"
172
  msgstr " अपेक्षित"
173
 
174
- #: user-submitted-posts.php:1222
175
  msgid "File not uploaded. Please check the file and try again."
176
  msgstr "फ़ाइल अपलोड नहीं की गई कृपया फ़ाइल की जांच करें और फिर से प्रयास करें।"
177
 
178
- #: user-submitted-posts.php:1226
179
  msgid "The file(s) could not be uploaded"
180
  msgstr "फाइल (ओं) को अपलोड नहीं किया जा सका"
181
 
182
- #: user-submitted-posts.php:1228
183
  msgid "Post not created. Please contact the site administrator for help."
184
  msgstr "पोस्ट नहीं बनाया गया कृपया सहायता के लिए साइट व्यवस्थापक से संपर्क करें।"
185
 
186
- #: user-submitted-posts.php:1229
187
  msgid "Duplicate post title. Please try again."
188
  msgstr "डुप्लिकेट पोस्ट शीर्षक कृपया पुन: प्रयास करें।"
189
 
190
- #: user-submitted-posts.php:1239
191
  msgid "Error: "
192
  msgstr "त्रुटि:"
193
 
194
- #: user-submitted-posts.php:1265
195
  msgid "Return to form"
196
  msgstr "फॉर्म पर लौटें"
197
 
198
- #: user-submitted-posts.php:1293 library/plugin-settings.php:943
199
  msgid "Please"
200
  msgstr "कृप्या"
201
 
202
- #: user-submitted-posts.php:1294
203
  msgid "log in"
204
  msgstr "लॉग इन करें"
205
 
206
- #: user-submitted-posts.php:1295
207
  msgid "to submit content!"
208
  msgstr "सामग्री जमा करने के लिए!"
209
 
@@ -228,13 +228,13 @@ msgstr "तुम्हारा ईमेल"
228
 
229
  #: views/submission-form.php:74 views/submission-form.php:75
230
  #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
- #: library/plugin-settings.php:1004
232
  msgid "Post Title"
233
  msgstr "शीर्षक पोस्ट करें"
234
 
235
  #: views/submission-form.php:80 views/submission-form.php:81
236
  #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
- #: library/plugin-settings.php:1005
238
  msgid "Post Tags"
239
  msgstr "पोस्ट टैग"
240
 
@@ -243,7 +243,7 @@ msgid "Antispam Question"
243
  msgstr "Antispam प्रश्न"
244
 
245
  #: views/submission-form.php:98 views/submission-form-alt.php:103
246
- #: library/plugin-settings.php:1006
247
  msgid "Post Category"
248
  msgstr "पोस्ट श्रेणी"
249
 
@@ -253,7 +253,7 @@ msgstr "कृपया एक कैटेगरी चयनित करे
253
 
254
  #: views/submission-form.php:135 views/submission-form.php:136
255
  #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
- #: library/plugin-settings.php:1007
257
  msgid "Post Content"
258
  msgstr "पोस्ट सामग्री"
259
 
@@ -277,6 +277,14 @@ msgstr "मानव सत्यापन: इस क्षेत्र को
277
  msgid "Submit Post"
278
  msgstr "पोस्ट जमा करें"
279
 
 
 
 
 
 
 
 
 
280
  #: library/plugin-settings.php:32
281
  msgid "Get USP Pro for unlimited forms!"
282
  msgstr "असीमित रूपों के लिए यूएसपी प्रो प्राप्त करें!"
@@ -380,12 +388,12 @@ msgid "to configure options)"
380
  msgstr "विकल्प कॉन्फ़िगर करने के लिए)"
381
 
382
  #: library/plugin-settings.php:318 library/plugin-settings.php:335
383
- #: library/plugin-settings.php:1194 library/plugin-settings.php:1199
384
  msgid "Challenge Question"
385
  msgstr "चुनोती वाला सवाल"
386
 
387
  #: library/plugin-settings.php:350 library/plugin-settings.php:367
388
- #: library/plugin-settings.php:1216
389
  msgid "Google reCAPTCHA"
390
  msgstr "Google reCAPTCHA"
391
 
@@ -401,7 +409,7 @@ msgstr "प्रदर्शन"
401
  msgid "Disable"
402
  msgstr "अक्षम"
403
 
404
- #: library/plugin-settings.php:399 library/plugin-settings.php:1277
405
  msgid "Image Uploads"
406
  msgstr "छवि अपलोड"
407
 
@@ -429,746 +437,822 @@ msgstr "बाद प्रकाशित करें"
429
  msgid " approved posts"
430
  msgstr " अनुमोदित पद"
431
 
432
- #: library/plugin-settings.php:635
433
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
434
  msgstr "एक त्रुटि हुई। कृपया सुनिश्चित करें कि आपने एक शीर्षक, कुछ सामग्री जोड़ दी है, और आपने केवल छवियां अपलोड की हैं।"
435
 
436
- #: library/plugin-settings.php:649
437
  msgid "Please select your image(s) to upload."
438
  msgstr "अपलोड करने के लिए कृपया अपनी छवियां चुनें"
439
 
440
- #: library/plugin-settings.php:655
441
  msgid "Success! Thank you for your submission."
442
  msgstr "सफलता! आपके निवेदन के लिए धन्यवाद।"
443
 
444
- #: library/plugin-settings.php:681
445
  msgid "Email"
446
  msgstr "ईमेल"
447
 
448
- #: library/plugin-settings.php:682
449
  msgid "URL"
450
  msgstr "यूआरएल"
451
 
452
- #: library/plugin-settings.php:721
453
- msgid "Sorry, you are not allowed to modify settings."
454
- msgstr "क्षमा करें, आपको सेटिंग्स को संशोधित करने की अनुमति नहीं है"
455
-
456
- #: library/plugin-settings.php:930
457
  msgid "Toggle all panels"
458
  msgstr "सभी पैनल टॉगल करें"
459
 
460
- #: library/plugin-settings.php:939
461
  msgid "We need your support!"
462
  msgstr "हमें आपका समर्थन चाहिए!"
463
 
464
- #: library/plugin-settings.php:943
465
  msgid "Make a donation via PayPal"
466
  msgstr "पेपैल के माध्यम से एक दान करें"
467
 
468
- #: library/plugin-settings.php:943
469
  msgid "make a donation"
470
  msgstr "एक दान करें"
471
 
472
- #: library/plugin-settings.php:943
473
  msgid "and/or"
474
  msgstr "और / या"
475
 
476
- #: library/plugin-settings.php:944
477
  msgid "Rate and review at the Plugin Directory"
478
  msgstr "प्लग इन निर्देशिका में दर और समीक्षा करें"
479
 
480
- #: library/plugin-settings.php:945
481
  msgid "give this plugin a 5-star rating"
482
  msgstr "इस प्लगइन को 5 सितारा रेटिंग दें"
483
 
484
- #: library/plugin-settings.php:949
485
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
486
  msgstr "आपका उदार समर्थन इस मुफ्त प्लगइन का निरंतर विकास सक्षम बनाता है। धन्यवाद!"
487
 
488
- #: library/plugin-settings.php:954
489
  msgid "Check this box if you have shown support"
490
  msgstr "यदि आपने समर्थन दिखाया है तो इस बॉक्स को चेक करें"
491
 
492
- #: library/plugin-settings.php:963
493
  msgid "Overview"
494
  msgstr "अवलोकन"
495
 
496
- #: library/plugin-settings.php:967
497
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
498
  msgstr "आपके आगंतुकों को पोस्ट सबमिट करने और आपकी साइट के फ्रंट-एंड से छवियों को अपलोड करने के लिए सक्षम बनाता है।"
499
 
500
- #: library/plugin-settings.php:968
501
  msgid "For advanced functionality and unlimited forms, check out"
502
  msgstr "उन्नत कार्यक्षमता और असीमित रूपों के लिए, देखें"
503
 
504
- #: library/plugin-settings.php:968 library/plugin-settings.php:1335
505
  msgid "USP Pro"
506
  msgstr "यूएसपी प्रो"
507
 
508
- #: library/plugin-settings.php:969
509
  msgid "&mdash; the ultimate solution for user-generated content."
510
  msgstr "& Mdash; यूजर जनरेटेड कंटेंट के लिए अंतिम समाधान"
511
 
512
- #: library/plugin-settings.php:973 library/plugin-settings.php:990
513
  msgid "Plugin Settings"
514
  msgstr "प्लगइन सेटिंग"
515
 
516
- #: library/plugin-settings.php:974
517
  msgid "Display the form"
518
  msgstr "प्रपत्र प्रदर्शित करें"
519
 
520
- #: library/plugin-settings.php:975 library/plugin-settings.php:1482
521
  msgid "Plugin Homepage"
522
  msgstr "प्लगइन मुखपृष्ठ"
523
 
524
- #: library/plugin-settings.php:978
525
  msgid "If you like this plugin, please"
526
  msgstr "यदि आप इस प्लगइन को पसंद करते हैं, तो कृपया"
527
 
528
- #: library/plugin-settings.php:979
529
  msgid "THANK YOU for your support!"
530
  msgstr "आपके सहयोग के लिए धन्यवाद!"
531
 
532
- #: library/plugin-settings.php:979
533
  msgid "give it a 5-star rating"
534
  msgstr "इसे 5 सितारा रेटिंग दें"
535
 
536
- #: library/plugin-settings.php:983
537
  msgid "Unlimited front-end forms"
538
  msgstr "असीमित फ्रंट-एंड फॉर्म"
539
 
540
- #: library/plugin-settings.php:983
541
  msgid "Get USP Pro"
542
  msgstr "यूएसपी प्रो प्राप्त करें"
543
 
544
- #: library/plugin-settings.php:993
545
  msgid "Configure your settings for User Submitted Posts."
546
  msgstr "उपयोगकर्ता सबमिट की गई पोस्ट के लिए अपनी सेटिंग्स कॉन्फ़िगर करें"
547
 
548
- #: library/plugin-settings.php:995
549
  msgid "Form Fields"
550
  msgstr "फार्म फ़ील्ड"
551
 
552
- #: library/plugin-settings.php:1001
553
  msgid "User Name"
554
  msgstr "उपयोगकर्ता नाम"
555
 
556
- #: library/plugin-settings.php:1002
557
  msgid "User Email"
558
  msgstr "उपयोगकर्ता ईमेल"
559
 
560
- #: library/plugin-settings.php:1003
561
  msgid "User URL"
562
  msgstr "उपयोगकर्ता यूआरएल"
563
 
564
- #: library/plugin-settings.php:1018
565
  msgid "General Settings"
566
  msgstr "सामान्य सेटिंग्स"
567
 
568
- #: library/plugin-settings.php:1023
 
 
 
 
569
  msgid "Form Style"
570
  msgstr "फॉर्म स्टाइल"
571
 
572
- #: library/plugin-settings.php:1028
573
  msgid "With this option, you can copy the plugin&rsquo;s default templates:"
574
  msgstr "इस विकल्प के साथ, आप प्लगइन & rsquo; डिफ़ॉल्ट टेम्पलेट की प्रतिलिपि बना सकते हैं:"
575
 
576
- #: library/plugin-settings.php:1033
577
  msgid "..and upload them into a directory named"
578
  msgstr "..और उन्हें एक नामांकित निर्देशिका में अपलोड करें"
579
 
580
- #: library/plugin-settings.php:1033
581
  msgid "in your theme:"
582
  msgstr "अपने विषय में:"
583
 
584
- #: library/plugin-settings.php:1039
585
  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"
586
  msgstr "इससे आपको वांछित रूपों और शैलियों को अनुकूलित करने में सक्षम होगा। अधिक जानकारी के लिए, में \"कस्टम सबमिशन फॉर्म\" अनुभाग देखें"
587
 
588
- #: library/plugin-settings.php:1040
589
  msgid "Installation Docs"
590
  msgstr "स्थापना डॉक्स"
591
 
592
- #: library/plugin-settings.php:1041
593
  msgid "FYI: here is a"
594
  msgstr "एफवाईआई: यहां एक है"
595
 
596
- #: library/plugin-settings.php:1041
597
  msgid "list of USP CSS selectors"
598
  msgstr "यूएसपी सीएसएस चयनकर्ताओं की सूची"
599
 
600
- #: library/plugin-settings.php:1047
601
  msgid "Include JavaScript"
602
  msgstr "जावास्क्रिप्ट शामिल करें"
603
 
604
- #: library/plugin-settings.php:1049
605
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
606
  msgstr "यदि आप बाहरी जावास्क्रिप्ट फाइलों को शामिल करना चाहते हैं तो इस बॉक्स को चेक करें (अनुशंसित)।"
607
 
608
- #: library/plugin-settings.php:1052
609
  msgid "Targeted Loading"
610
  msgstr "लक्षित लोड हो रहा है"
611
 
612
- #: library/plugin-settings.php:1054
613
  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."
614
  msgstr "डिफ़ॉल्ट रूप से, बाह्य सीएसएस & amp; जावास्क्रिप्ट फ़ाइलों को हर पेज पर लोड किया जाता है। यहां आप उस पृष्ठ पर संसाधनों को लोड करने के लिए यूएसपी फॉर्म का यूआरएल निर्दिष्ट कर सकते हैं। नोट: सभी पृष्ठों पर लोड करने के लिए खाली छोड़ दें"
615
 
616
- #: library/plugin-settings.php:1057
617
  msgid "Post Type"
618
  msgstr "पद प्रकार"
619
 
620
- #: library/plugin-settings.php:1060
621
  msgid "Submit posts as WP Posts or Pages"
622
  msgstr "WP पोस्ट या पेज के रूप में पोस्ट सबमिट करें"
623
 
624
- #: library/plugin-settings.php:1064
625
  msgid "Post Status"
626
  msgstr "पोस्ट स्थिति"
627
 
628
- #: library/plugin-settings.php:1067
629
  msgid "Post Status for submitted posts"
630
  msgstr "सबमिट किए गए पदों के लिए पोस्ट स्थिति"
631
 
632
- #: library/plugin-settings.php:1071
633
  msgid "Redirect URL"
634
  msgstr "रीडायरेक्ट यूआरएल"
635
 
636
- #: library/plugin-settings.php:1073
637
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
638
  msgstr "पोस्ट-सबमिशन के बाद उपयोगकर्ता को पुनर्निर्देशित करने के लिए यूआरएल निर्दिष्ट करें। वर्तमान पृष्ठ पर वापस रीडायरेक्ट करने के लिए रिक्त छोड़ दें।"
639
 
640
- #: library/plugin-settings.php:1076
641
  msgid "Success Message"
642
  msgstr "सफलता संदेश"
643
 
644
- #: library/plugin-settings.php:1078
645
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
646
  msgstr "पोस्ट-सबमिशन सफल होने पर सफलता संदेश प्रदर्शित किया जाता है मूल मार्कअप की अनुमति है"
647
 
648
- #: library/plugin-settings.php:1081
649
  msgid "Error Message"
650
  msgstr "त्रुटि संदेश"
651
 
652
- #: library/plugin-settings.php:1083
653
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
654
  msgstr "पोस्ट-सबमिशन विफल होने पर सामान्य त्रुटि संदेश प्रदर्शित होता है मूल मार्कअप की अनुमति है"
655
 
656
- #: library/plugin-settings.php:1086
657
  msgid "Custom Content"
658
  msgstr "प्रचलित सामग्री"
659
 
660
- #: library/plugin-settings.php:1088
661
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
662
  msgstr "प्रस्तुत करने के पहले कस्टम टेक्स्ट / मार्कअप शामिल किए जाने के लिए निष्क्रिय करने के लिए रिक्त छोड़ दें"
663
 
664
- #: library/plugin-settings.php:1091
665
  msgid "Rich Text Editor"
666
  msgstr "रिच टेक्स्ट एडिटर"
667
 
668
- #: library/plugin-settings.php:1093
669
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
670
  msgstr "यदि आप सबमिट किए गए पदों के लिए WP रिच टेक्स्ट संपादन को सक्षम करना चाहते हैं, तो इस बॉक्स को चेक करें"
671
 
672
- #: library/plugin-settings.php:1096
673
  msgid "Unique Titles"
674
  msgstr "अद्वितीय खिताब"
675
 
676
- #: library/plugin-settings.php:1098
677
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
678
  msgstr "अद्वितीय पोस्ट करने के लिए सबमिट किए गए पोस्ट शीर्षकों की आवश्यकता है (एकाधिक / डुप्लिकेट सबमिट किए गए पदों को रोकने के लिए उपयोगी)"
679
 
680
- #: library/plugin-settings.php:1101
681
  msgid "Disable Required"
682
  msgstr "आवश्यक अक्षम करें"
683
 
684
- #: library/plugin-settings.php:1103
685
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
686
  msgstr "डिफ़ॉल्ट प्रपत्र फ़ील्ड्स पर सभी आवश्यक विशेषताओं को अक्षम करें (त्रुटि संदेश समस्या निवारण के लिए उपयोगी)"
687
 
688
- #: library/plugin-settings.php:1106
689
  msgid "Disable IP Tracking"
690
  msgstr "आईपी ​​ट्रैकिंग अक्षम करें"
691
 
692
- #: library/plugin-settings.php:1108
693
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
694
  msgstr "डिफ़ॉल्ट रूप से यूएसपी प्रत्येक सबमिट किए गए पोस्ट के साथ आईपी पते को रिकॉर्ड करता है। सभी आईपी ट्रैकिंग को अक्षम करने के लिए इस बॉक्स को चेक करें।"
695
 
696
- #: library/plugin-settings.php:1111
697
  msgid "Enable Shortcodes"
698
  msgstr "शॉर्टकोड सक्षम करें"
699
 
700
- #: library/plugin-settings.php:1113
701
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
702
  msgstr "विगेट्स में शॉर्टकोड सक्षम करें डिफ़ॉल्ट रूप से, वर्डप्रेस विगेट्स में लघुकोड को सक्षम नहीं करता है"
703
 
704
- #: library/plugin-settings.php:1114
705
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
706
  msgstr "यह सेटिंग विगेट्स में किसी भी / सभी शॉर्टकोड (अन्य प्लगइन्स से भी शॉर्टकोड) सक्षम करता है।"
707
 
708
- #: library/plugin-settings.php:1119 library/plugin-settings.php:1124
709
  msgid "Categories"
710
  msgstr "श्रेणियाँ"
711
 
712
- #: library/plugin-settings.php:1127
713
  msgid "Select which categories may be assigned to submitted posts (click to toggle)"
714
  msgstr "चुनें कि कौन सी श्रेणियां सबमिट की गई पोस्ट को असाइन की जा सकती हैं (टॉगल करने के लिए क्लिक करें)"
715
 
716
- #: library/plugin-settings.php:1135
717
  msgid "Hidden/Default Category"
718
  msgstr "छुपा / डिफ़ॉल्ट श्रेणी"
719
 
720
- #: library/plugin-settings.php:1137
721
  msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
722
  msgstr "पोस्ट श्रेणी के लिए छिपे हुए फ़ील्ड का उपयोग करें। इसका उपयोग श्रेणी श्रेणी अक्षम होने पर डिफ़ॉल्ट श्रेणी निर्दिष्ट करने के लिए किया जा सकता है।"
723
 
724
- #: library/plugin-settings.php:1140
725
  msgid "Category ID for Hidden Field"
726
  msgstr "छिपे हुए फील्ड के लिए श्रेणी आईडी"
727
 
728
- #: library/plugin-settings.php:1142
729
  msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
730
  msgstr "& Ldquo; छुपा / डिफ़ॉल्ट श्रेणी & rdquo; के लिए उपयोग करने के लिए श्रेणी का आईडी निर्दिष्ट करें; विकल्प।"
731
 
732
- #: library/plugin-settings.php:1147
733
  msgid "Users"
734
  msgstr "उपयोगकर्ता"
735
 
736
- #: library/plugin-settings.php:1152
737
  msgid "Assigned Author"
738
  msgstr "असाइन किए गए लेखक"
739
 
740
- #: library/plugin-settings.php:1155
741
  msgid "Specify the user that should be assigned as author for submitted posts."
742
  msgstr "सबमिट किए गए पदों के लिए लेखक के रूप में असाइन किए जाने वाले उपयोगकर्ता को निर्दिष्ट करें।"
743
 
744
- #: library/plugin-settings.php:1159
745
  msgid "Registered Username"
746
  msgstr "पंजीकृत उपयोगकर्ता नाम"
747
 
748
- #: library/plugin-settings.php:1161
749
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
750
  msgstr "पोस्ट लेखक के रूप में पंजीकृत उपयोगकर्ता नाम का उपयोग करें। वैध जब फ़ॉर्म प्रस्तुत करने वाला व्यक्ति वर्डप्रेस में लॉग इन होता है।"
751
 
752
- #: library/plugin-settings.php:1164
753
  msgid "User Profile URL"
754
  msgstr "उपयोगकर्ता प्रोफ़ाइल यूआरएल"
755
 
756
- #: library/plugin-settings.php:1166
757
  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."
758
  msgstr "यूआरएल क्षेत्र के मान के रूप में पंजीकृत उपयोगकर्ता & rsquo; प्रोफ़ाइल यूआरएल का इस्तेमाल करें। वैध जब फ़ॉर्म प्रस्तुत करने वाला व्यक्ति वर्डप्रेस में लॉग इन होता है।"
759
 
760
- #: library/plugin-settings.php:1169
761
  msgid "Require User Login"
762
  msgstr "उपयोगकर्ता लॉगिन की आवश्यकता है"
763
 
764
- #: library/plugin-settings.php:1171
765
  msgid "Require users to be logged in to WordPress to view/submit the form"
766
  msgstr "प्रपत्र को देखने / सबमिट करने के लिए उपयोगकर्ताओं को WordPress में लॉग इन करने की आवश्यकता है"
767
 
768
- #: library/plugin-settings.php:1177
 
 
 
 
 
 
 
 
769
  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."
770
  msgstr "यहां आप कस्टम फ़ील्ड द्वारा उपयोग किए गए नाम और लेबल को बदल सकते हैं। आप इस फ़ील्ड को ऊपर दिए गए फॉर्म फ़ील्ड सेटिंग के माध्यम से सक्षम कर सकते हैं।"
771
 
772
- #: library/plugin-settings.php:1182
773
  msgid "Custom Field Name"
774
  msgstr "कस्टम फ़ील्ड का नाम"
775
 
776
- #: library/plugin-settings.php:1184
777
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
778
  msgstr "केवल अल्फ़ान्यूमेरिक, अंडरस्कोर और डैश का उपयोग करें यदि अनिश्चित है, तो डिफ़ॉल्ट नाम का उपयोग करें:"
779
 
780
- #: library/plugin-settings.php:1187
781
  msgid "Custom Field Label"
782
  msgstr "कस्टम फील्ड लेबल"
783
 
784
- #: library/plugin-settings.php:1189
785
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
786
  msgstr "यह प्रपत्र पर फ़ील्ड लेबल के रूप में प्रदर्शित किया जाएगा। डिफ़ॉल्ट: कस्टम फ़ील्ड"
787
 
788
- #: library/plugin-settings.php:1201
789
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
790
  msgstr "स्पैम को रोकने के लिए, उस प्रपत्र को दर्ज करें जो फ़ॉर्म सबमिट करने से पहले उपयोगकर्ता को उत्तर देना चाहिए।"
791
 
792
- #: library/plugin-settings.php:1204
793
  msgid "Challenge Response"
794
  msgstr "उत्तर को दावा करें"
795
 
796
- #: library/plugin-settings.php:1206
797
  msgid "Enter the *only* correct answer to the challenge question."
798
  msgstr "चुनौती प्रश्न के लिए * केवल * सही उत्तर दर्ज करें"
799
 
800
- #: library/plugin-settings.php:1209
801
  msgid "Case-sensitivity"
802
  msgstr "मामले की संवेदनशीलता"
803
 
804
- #: library/plugin-settings.php:1211
805
  msgid "Check this box if you want the challenge response to be case-sensitive."
806
  msgstr "यदि आप केस-संवेदी होने के लिए चुनौती प्रतिक्रिया चाहते हैं तो इस बॉक्स को चेक करें।"
807
 
808
- #: library/plugin-settings.php:1217
809
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
810
  msgstr "Google reCAPTCHA को सक्षम करने के लिए, अपनी सार्वजनिक और निजी कुंजी दर्ज करें।"
811
 
812
- #: library/plugin-settings.php:1222
813
  msgid "Public Key"
814
  msgstr "सार्वजनिक कुंजी"
815
 
816
- #: library/plugin-settings.php:1224
817
  msgid "Enter your Public Key"
818
  msgstr "अपनी सार्वजनिक कुंजी दर्ज करें"
819
 
820
- #: library/plugin-settings.php:1227
821
  msgid "Private Key"
822
  msgstr "निजी चाबी"
823
 
824
- #: library/plugin-settings.php:1229
825
  msgid "Enter your Private Key"
826
  msgstr "अपनी निजी कुंजी दर्ज करें"
827
 
828
- #: library/plugin-settings.php:1234
829
  msgid "Email Alerts"
830
  msgstr "ईमेल अलर्ट"
831
 
832
- #: library/plugin-settings.php:1239
833
  msgid "Receive Email Alert"
834
  msgstr "ईमेल अलर्ट प्राप्त करें"
835
 
836
- #: library/plugin-settings.php:1241
837
  msgid "Check this box if you want to be notified via email for new post submissions."
838
  msgstr "अगर आप नई पोस्ट सबमिशन के लिए ईमेल द्वारा अधिसूचित होना चाहते हैं तो इस बॉक्स को चेक करें।"
839
 
840
- #: library/plugin-settings.php:1244
841
  msgid "Enable HTML Format"
842
  msgstr "HTML स्वरूप को सक्षम करें"
843
 
844
- #: library/plugin-settings.php:1246
845
  msgid "Check this box to enable HTML format for email alerts."
846
  msgstr "ईमेल अलर्ट के लिए HTML प्रारूप को सक्षम करने के लिए इस बॉक्स को चेक करें।"
847
 
848
- #: library/plugin-settings.php:1249
849
  msgid "Email Address for Alerts"
850
  msgstr "अलर्ट के लिए ईमेल पता"
851
 
852
- #: library/plugin-settings.php:1251
853
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
854
  msgstr "यदि आप ईमेल अलर्ट प्राप्त करने के लिए बॉक्स को चेक करते हैं, तो उस पते (तों) को इंगित करें जिस पर ईमेल भेजे जाएं।"
855
 
856
- #: library/plugin-settings.php:1252
857
  msgid "Multiple recipients may be included using a comma, like so:"
858
  msgstr "कॉमा का उपयोग करके एकाधिक प्राप्तकर्ताओं को शामिल किया जा सकता है, जैसे:"
859
 
860
- #: library/plugin-settings.php:1255
861
  msgid "Email &ldquo;From&rdquo; Address"
862
  msgstr "ईमेल & ldquo; से & rdquo; पता"
863
 
864
- #: library/plugin-settings.php:1257
865
  msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
866
  msgstr "यहां आप & ldquo; From & rdquo; के लिए उपयोग किए गए पते (एसई) को अनुकूलित कर सकते हैं; हेडर (जानकारी के लिए प्लगइन देखें)"
867
 
868
- #: library/plugin-settings.php:1258
869
  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)."
870
  msgstr "यदि पिछले पते में एकाधिक पते निर्दिष्ट हैं, तो एक समान संख्या में & ldquo; From & rdquo; इस सेटिंग के लिए पते (उसी क्रम में)"
871
 
872
- #: library/plugin-settings.php:1261
873
  msgid "Email Alert Subject"
874
  msgstr "ईमेल अलर्ट विषय"
875
 
876
- #: library/plugin-settings.php:1263
877
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
878
  msgstr "ईमेल अलर्ट के लिए विषय पंक्ति डिफ़ॉल्ट विषय पंक्ति का उपयोग करने के लिए खाली छोड़ दें नोट: आप निम्न चर का उपयोग कर सकते हैं:"
879
 
880
- #: library/plugin-settings.php:1268
881
  msgid "Email Alert Message"
882
  msgstr "ईमेल अलर्ट संदेश"
883
 
884
- #: library/plugin-settings.php:1270
885
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
886
  msgstr "ईमेल अलर्ट के लिए संदेश डिफ़ॉल्ट संदेश का उपयोग करने के लिए खाली छोड़ दें नोट: आप निम्न चर का उपयोग कर सकते हैं:"
887
 
888
- #: library/plugin-settings.php:1282
889
  msgid "Featured Image"
890
  msgstr "निरूपित चित्र"
891
 
892
- #: library/plugin-settings.php:1284
893
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
894
  msgstr "फीचर्ड छवियों के रूप में प्रस्तुत चित्र सेट करें फीचर्ड छवियों (उर्फ पोस्ट थंबनेल) के लिए थीम समर्थन की आवश्यकता है"
895
 
896
- #: library/plugin-settings.php:1287
897
  msgid "Upload Message"
898
  msgstr "संदेश अपलोड करें"
899
 
900
- #: library/plugin-settings.php:1289
901
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
902
  msgstr "संदेश जो अपलोड फ़ील्ड के आगे दिखाई देता है आपके अपलोड दिशानिर्देश / नीति / आदि के बारे में बताए जाने के लिए उपयोगी मूल मार्कअप की अनुमति"
903
 
904
- #: library/plugin-settings.php:1292
905
  msgid "&ldquo;Add another image&rdquo; link"
906
  msgstr "& ldquo; एक अन्य छवि जोड़ें & rdquo; संपर्क"
907
 
908
- #: library/plugin-settings.php:1294
909
  msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
910
  msgstr "& Ldquo; अन्य छवि जोड़ें & rdquo; के लिए कस्टम मार्कअप संपर्क। डिफ़ॉल्ट मार्कअप का उपयोग करने के लिए खाली छोड़ें (अनुशंसित)।"
911
 
912
- #: library/plugin-settings.php:1297
913
  msgid "Minimum number of images"
914
  msgstr "छवियों की न्यूनतम संख्या"
915
 
916
- #: library/plugin-settings.php:1300
917
  msgid "Specify the minimum number of images."
918
  msgstr "चित्रों की न्यूनतम संख्या निर्दिष्ट करें"
919
 
920
- #: library/plugin-settings.php:1304
921
  msgid "Maximum number of images"
922
  msgstr "छवियों की अधिकतम संख्या"
923
 
924
- #: library/plugin-settings.php:1307
925
  msgid "Specify the maximum number of images."
926
  msgstr "छवियों की अधिकतम संख्या निर्दिष्ट करें"
927
 
928
- #: library/plugin-settings.php:1311
929
  msgid "Minimum image width"
930
  msgstr "न्यूनतम छवि चौड़ाई"
931
 
932
- #: library/plugin-settings.php:1313
933
  msgid "Specify a minimum width (in pixels) for uploaded images."
934
  msgstr "अपलोड की गई छवियों के लिए न्यूनतम चौड़ाई (पिक्सेल में) निर्दिष्ट करें"
935
 
936
- #: library/plugin-settings.php:1316
937
  msgid "Minimum image height"
938
  msgstr "न्यूनतम छवि ऊंचाई"
939
 
940
- #: library/plugin-settings.php:1318
941
  msgid "Specify a minimum height (in pixels) for uploaded images."
942
  msgstr "अपलोड की गई छवियों के लिए न्यूनतम ऊंचाई (पिक्सेल में) निर्दिष्ट करें।"
943
 
944
- #: library/plugin-settings.php:1321
945
  msgid "Maximum image width"
946
  msgstr "अधिकतम छवि चौड़ाई"
947
 
948
- #: library/plugin-settings.php:1323
949
  msgid "Specify a maximum width (in pixels) for uploaded images."
950
  msgstr "अपलोड की गई छवियों के लिए अधिकतम चौड़ाई (पिक्सेल में) निर्दिष्ट करें"
951
 
952
- #: library/plugin-settings.php:1326
953
  msgid "Maximum image height"
954
  msgstr "अधिकतम छवि ऊंचाई"
955
 
956
- #: library/plugin-settings.php:1328
957
  msgid "Specify a maximum height (in pixels) for uploaded images."
958
  msgstr "अपलोड की गई छवियों के लिए अधिकतम ऊंचाई (पिक्सेल में) निर्दिष्ट करें"
959
 
960
- #: library/plugin-settings.php:1331
961
  msgid "More Options"
962
  msgstr "अधिक विकल्प"
963
 
964
- #: library/plugin-settings.php:1334
965
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
966
  msgstr "अधिक विकल्प के लिए, जैसे अन्य फाइल प्रकारों (जैसे पीडीएफ, वर्ड, ज़िप, वीडियो और अन्य) को अपलोड करने की क्षमता, चेक आउट करें"
967
 
968
- #: library/plugin-settings.php:1335
969
  msgid "Go Pro!"
970
  msgstr "पेशेवर बनो!"
971
 
972
- #: library/plugin-settings.php:1342
973
  msgid "Auto-Display Content"
974
  msgstr "स्वत: प्रदर्शन सामग्री"
975
 
976
- #: library/plugin-settings.php:1347
977
  msgid "Images Auto-Display"
978
  msgstr "छवियां ऑटो-प्रदर्शन"
979
 
980
- #: library/plugin-settings.php:1349
981
  msgid "Auto-display user-submitted images:"
982
  msgstr "स्वत: -प्रदर्शन उपयोगकर्ता द्वारा प्रस्तुत छवियां:"
983
 
984
- #: library/plugin-settings.php:1354
985
  msgid "Image Markup"
986
  msgstr "छवि मार्कअप"
987
 
988
- #: library/plugin-settings.php:1356
989
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
990
  msgstr "प्रत्येक सबमिट की गई छवि के लिए उपयोग करने के लिए मार्कअप (जब ऑटो-डिस्प्ले सक्रिय है)। इस्तेमाल कर सकते हैं"
991
 
992
- #: library/plugin-settings.php:1358 library/plugin-settings.php:1371
993
- #: library/plugin-settings.php:1384 library/plugin-settings.php:1397
994
  msgid "and"
995
  msgstr "तथा"
996
 
997
- #: library/plugin-settings.php:1361
998
  msgid "Email Auto-Display"
999
  msgstr "ईमेल ऑटो-प्रदर्शन"
1000
 
1001
- #: library/plugin-settings.php:1363
1002
  msgid "Auto-display user-submitted email:"
1003
  msgstr "स्वत: -प्रदर्शन उपयोगकर्ता द्वारा सबमिट की गई ईमेल:"
1004
 
1005
- #: library/plugin-settings.php:1368
1006
  msgid "Email Markup"
1007
  msgstr "ईमेल मार्कअप"
1008
 
1009
- #: library/plugin-settings.php:1370
1010
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1011
  msgstr "सबमिट किए गए ईमेल पते के लिए उपयोग करने के लिए मार्कअप (जब ऑटो-डिस्प्ले सक्रिय है)। इस्तेमाल कर सकते हैं"
1012
 
1013
- #: library/plugin-settings.php:1374
1014
  msgid "URL Auto-Display"
1015
  msgstr "यूआरएल ऑटो-डिस्प्ले"
1016
 
1017
- #: library/plugin-settings.php:1376
1018
  msgid "Auto-display user-submitted URL:"
1019
  msgstr "स्वत: प्रदर्शन उपयोगकर्ता द्वारा प्रस्तुत यूआरएल:"
1020
 
1021
- #: library/plugin-settings.php:1381
1022
  msgid "URL Markup"
1023
  msgstr "URL मार्कअप"
1024
 
1025
- #: library/plugin-settings.php:1383
1026
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1027
  msgstr "सबमिट किए गए URL के लिए उपयोग करने के लिए मार्कअप (जब ऑटो-डिस्प्ले सक्रिय है)। इस्तेमाल कर सकते हैं"
1028
 
1029
- #: library/plugin-settings.php:1387
1030
  msgid "Custom Field Auto-Display"
1031
  msgstr "कस्टम फील्ड ऑटो-डिस्प्ले"
1032
 
1033
- #: library/plugin-settings.php:1389
1034
  msgid "Auto-display user-submitted Custom Field:"
1035
  msgstr "स्वत: -प्रदर्शन उपयोगकर्ता-जमा कस्टम फ़ील्ड:"
1036
 
1037
- #: library/plugin-settings.php:1394
1038
  msgid "Custom Field Markup"
1039
  msgstr "कस्टम फील्ड मार्कअप"
1040
 
1041
- #: library/plugin-settings.php:1396
1042
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1043
  msgstr "प्रस्तुत कस्टम फ़ील्ड के लिए उपयोग करने के लिए मार्कअप (जब ऑटो-डिस्प्ले सक्रिय है)। इस्तेमाल कर सकते हैं"
1044
 
1045
- #: library/plugin-settings.php:1402 library/plugin-settings.php:1468
1046
  msgid "Save Settings"
1047
  msgstr "समायोजन बचाओ"
1048
 
1049
- #: library/plugin-settings.php:1407
1050
  msgid "Display the Form"
1051
  msgstr "प्रपत्र प्रदर्शित करें"
1052
 
1053
- #: library/plugin-settings.php:1410
1054
  msgid "Post-Submit Form"
1055
  msgstr "पोस्ट-फॉर्म भेजें"
1056
 
1057
- #: library/plugin-settings.php:1411
1058
  msgid "USP enables you to display a post-submission form anywhere on your site."
1059
  msgstr "यूएसपी आपको अपनी साइट पर कहीं भी एक पोस्ट-सबमिशन फॉर्म प्रदर्शित करने में सक्षम बनाता है।"
1060
 
1061
- #: library/plugin-settings.php:1412 library/plugin-settings.php:1419
1062
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1063
  msgstr "किसी भी WP पोस्ट या पृष्ठ पर फ़ॉर्म प्रदर्शित करने के लिए शोर्ट का उपयोग करें:"
1064
 
1065
- #: library/plugin-settings.php:1414 library/plugin-settings.php:1421
1066
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1067
  msgstr "या, अपने विषय टेम्पलेट में फ़ॉर्म को प्रदर्शित करने के लिए टेम्पलेट टैग का उपयोग करें:"
1068
 
1069
- #: library/plugin-settings.php:1417
1070
  msgid "Login/Register Form"
1071
  msgstr "लॉग इन / रजिस्टर फॉर्म"
1072
 
1073
- #: library/plugin-settings.php:1418
1074
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1075
  msgstr "आप एक ऐसा फ़ॉर्म प्रदर्शित भी कर सकते हैं जो उपयोगकर्ताओं को अपने पासवर्ड में प्रवेश, पंजीकरण या रीसेट करने में सक्षम बनाता है।"
1076
 
1077
- #: library/plugin-settings.php:1424
1078
  msgid "Display Submitted Posts"
1079
  msgstr "सबमिट किए गए पोस्ट प्रदर्शित करें"
1080
 
1081
- #: library/plugin-settings.php:1425
1082
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1083
  msgstr "किसी भी WP पोस्ट या पेज पर सबमिट की गई सूची की सूची प्रदर्शित करने के लिए इस शोर्ट कोड का उपयोग करें:"
1084
 
1085
- #: library/plugin-settings.php:1427
1086
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1087
  msgstr "या, अपने विषय टेम्पलेट में कहीं भी सबमिट की गई सूची की सूची प्रदर्शित करने के लिए टेम्पलेट टैग का उपयोग करें:"
1088
 
1089
- #: library/plugin-settings.php:1429
1090
  msgid "Here are some examples showing how to configure this shortcode:"
1091
  msgstr "इस शोर्टकोड को कॉन्फ़िगर करने का तरीका दिखाते हुए कुछ उदाहरण यहां दिए गए हैं:"
1092
 
1093
- #: library/plugin-settings.php:1436
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1094
  msgid "Access Control"
1095
  msgstr "पहुँच नियंत्रण"
1096
 
1097
- #: library/plugin-settings.php:1437
1098
  msgid "USP provides three shortcodes to control access and restrict content."
1099
  msgstr "यूएसपी एक्सेस को नियंत्रित करने और सामग्री को प्रतिबंधित करने के लिए तीन शॉर्टकोड प्रदान करता है।"
1100
 
1101
- #: library/plugin-settings.php:1438
1102
  msgid "Display content only to users with a specific capability:"
1103
  msgstr "केवल विशिष्ट क्षमता वाले उपयोगकर्ताओं को सामग्री प्रदर्शित करें:"
1104
 
1105
- #: library/plugin-settings.php:1440
1106
  msgid "Display content to logged-in users:"
1107
  msgstr "लॉग-इन उपयोगकर्ताओं के लिए सामग्री प्रदर्शित करें:"
1108
 
1109
- #: library/plugin-settings.php:1442
1110
  msgid "Display content to visitors only:"
1111
  msgstr "सामग्री को केवल विज़िटर पर प्रदर्शित करें:"
1112
 
1113
- #: library/plugin-settings.php:1444
1114
  msgid "Tip:"
1115
  msgstr "सुझाव:"
1116
 
1117
- #: library/plugin-settings.php:1444
1118
  msgid "to include markup in the deny message, you can use"
1119
  msgstr "अस्वीकार संदेश में मार्कअप शामिल करने के लिए, आप उपयोग कर सकते हैं"
1120
 
1121
- #: library/plugin-settings.php:1444
1122
  msgid "to output"
1123
  msgstr "आउटपुट के लिए"
1124
 
1125
- #: library/plugin-settings.php:1446
1126
  msgid "Example"
1127
  msgstr "उदाहरण"
1128
 
1129
- #: library/plugin-settings.php:1447
1130
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1131
  msgstr "यदि उपयोगकर्ता लॉग इन होता है, तो पोस्ट-सबमिट फ़ॉर्म प्रदर्शित करें; या यदि उपयोगकर्ता लॉग इन नहीं है, तो प्रवेश प्रपत्र प्रदर्शित करें:"
1132
 
1133
- #: library/plugin-settings.php:1459
1134
  msgid "Restore Defaults"
1135
  msgstr "डिफॉल्ट्स का पुनःस्थापन"
1136
 
1137
- #: library/plugin-settings.php:1462
1138
  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."
1139
  msgstr "अपनी सेटिंग्स को याद रखने के लिए इस विकल्प को अक्षम करें। या, आगे जाने और डिफ़ॉल्ट प्लगइन विकल्पों को पुनर्स्थापित करने के लिए: बॉक्स को चेक करें, अपनी सेटिंग सहेजें, और फिर प्लग इन निष्क्रिय / पुनः सक्रिय करें"
1140
 
1141
- #: library/plugin-settings.php:1466
1142
  msgid "Restore default options upon plugin deactivation/reactivation."
1143
  msgstr "प्लगइन निष्क्रियकरण / पुनर्सक्रियन पर डिफ़ॉल्ट विकल्प पुनर्स्थापित करें"
1144
 
1145
- #: library/plugin-settings.php:1473
1146
  msgid "Show Support"
1147
  msgstr "समर्थन दिखाएं"
1148
 
1149
- #: library/plugin-settings.php:1482
1150
  msgid "by"
1151
  msgstr "द्वारा"
1152
 
1153
- #: library/plugin-settings.php:1483
1154
  msgid "Jeff Starr on Twitter"
1155
  msgstr "ट्विटर पर जेफ स्टार"
1156
 
1157
- #: library/plugin-settings.php:1484
1158
  msgid "Obsessive Web Design &amp; Development"
1159
  msgstr "बाध्यकारी वेब डिज़ाइन & amp; विकास"
1160
 
1161
- #: library/plugin-settings.php:1495
1162
  msgid "Save Preference"
1163
  msgstr "प्राथमिकता सहेजें"
1164
 
1165
- #: library/plugin-settings.php:1502
1166
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1167
  msgstr "क्या आप वाकई सभी डिफ़ॉल्ट विकल्पों को पुनर्स्थापित करना चाहते हैं? (यह कार्य दोबारा से नहीं हो सकता)"
1168
 
1169
- #: library/template-tags.php:214
1170
- msgid "View full post"
1171
- msgstr "पूर्ण पोस्ट देखें"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1172
 
1173
  #. Description of the plugin
1174
  #:
4
  "Content-Type: text/plain; charset=UTF-8\n"
5
  "Content-Transfer-Encoding: 8bit\n"
6
  "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20180316\n"
8
  "Language: hi\n"
9
 
10
  #. Name of the plugin
11
+ #: user-submitted-posts.php:44 library/support-panel.php:5
12
  msgid "User Submitted Posts"
13
  msgstr "उपयोगकर्ता सबमिट किए गए डाक"
14
 
15
+ #: user-submitted-posts.php:81
16
  msgid "requires WordPress "
17
  msgstr "वर्डप्रेस की आवश्यकता है"
18
 
19
+ #: user-submitted-posts.php:82
20
  msgid " or higher, and has been deactivated! "
21
  msgstr " या अधिक, और निष्क्रिय कर दिया गया है!"
22
 
23
+ #: user-submitted-posts.php:83
24
  msgid "Please return to the"
25
  msgstr "कृपया वापस जाएँ"
26
 
27
+ #: user-submitted-posts.php:84
28
  msgid "WordPress Admin Area"
29
  msgstr "वर्डप्रेस व्यवस्थापक एरिया"
30
 
31
+ #: user-submitted-posts.php:85
32
  msgid "to upgrade WordPress and try again."
33
  msgstr "वर्डप्रेस का नवीनीकरण करने और फिर से प्रयास करने के लिए"
34
 
35
+ #: user-submitted-posts.php:125
36
  msgid "User Submitted Post"
37
  msgstr "उपयोगकर्ता द्वारा सबमिट की गई पोस्ट"
38
 
39
+ #: user-submitted-posts.php:419
40
  msgid "User Submitted Post Info"
41
  msgstr "उपयोगकर्ता सबमिट की गयी पोस्ट जानकारी"
42
 
43
+ #: user-submitted-posts.php:449
44
  msgid "Submitter Name: "
45
  msgstr "उपनाम का नाम:"
46
 
47
+ #: user-submitted-posts.php:450
48
  msgid "Submitter Email: "
49
  msgstr "सबमिटर ईमेल:"
50
 
51
+ #: user-submitted-posts.php:451
52
  msgid "Submitter URL: "
53
  msgstr "सबमिटर यूआरएल:"
54
 
55
+ #: user-submitted-posts.php:452
56
  msgid "Submitter IP: "
57
  msgstr "सबमिटर आईपी:"
58
 
59
+ #: user-submitted-posts.php:503
60
  msgid "Show USP Posts"
61
  msgstr "यूएसपी पोस्ट दिखाएं"
62
 
63
+ #: user-submitted-posts.php:504 library/plugin-settings.php:979
64
  msgid "USP"
65
  msgstr "खासियत"
66
 
67
+ #: user-submitted-posts.php:1272
68
  msgid " files required"
69
  msgstr " आवश्यक फ़ाइलें"
70
 
71
+ #: user-submitted-posts.php:1273
72
  msgid " file required"
73
  msgstr " फ़ाइल आवश्यक है"
74
 
75
+ #: user-submitted-posts.php:1275
76
  msgid " files"
77
  msgstr " फ़ाइलें"
78
 
79
+ #: user-submitted-posts.php:1276
80
  msgid " file"
81
  msgstr " फ़ाइल"
82
 
83
+ #: user-submitted-posts.php:1278 user-submitted-posts.php:1279
84
+ #: user-submitted-posts.php:1280 user-submitted-posts.php:1281
85
  msgid " pixels"
86
  msgstr " पिक्सल"
87
 
88
+ #: user-submitted-posts.php:1283 library/core-functions.php:215
89
+ #: library/plugin-settings.php:284 library/plugin-settings.php:303
90
+ #: library/plugin-settings.php:701 library/plugin-settings.php:1195
91
  msgid "Custom Field"
92
  msgstr "कस्टम फील्ड"
93
 
94
+ #: user-submitted-posts.php:1286
95
  msgid "An error occurred. Please go back and try again."
96
  msgstr "एक त्रुटि पाई गई। कृपया पीछे जाएं और दोबारा कोशिश करें।"
97
 
98
+ #: user-submitted-posts.php:1296
99
  msgid "User login required"
100
  msgstr "उपयोगकर्ता लॉगिन आवश्यक है"
101
 
102
+ #: user-submitted-posts.php:1297
103
  msgid "User name required"
104
  msgstr "उपयोगकर्ता का नाम (आवश्यक"
105
 
106
+ #: user-submitted-posts.php:1298
107
  msgid "Post title required"
108
  msgstr "पोस्ट का शीर्षक आवश्यक है"
109
 
110
+ #: user-submitted-posts.php:1299
111
  msgid "User URL required"
112
  msgstr "उपयोगकर्ता यूआरएल की आवश्यकता है"
113
 
114
+ #: user-submitted-posts.php:1300
115
  msgid "Post tags required"
116
  msgstr "पोस्ट टैग की आवश्यकता है"
117
 
118
+ #: user-submitted-posts.php:1301
119
  msgid "Post category required"
120
  msgstr "पोस्ट श्रेणी आवश्यक है"
121
 
122
+ #: user-submitted-posts.php:1302
123
  msgid "Post content required"
124
  msgstr "आवश्यक सामग्री पोस्ट करें"
125
 
126
+ #: user-submitted-posts.php:1303 user-submitted-posts.php:1304
127
  msgid "Correct captcha required"
128
  msgstr "सही कैप्चा आवश्यक है"
129
 
130
+ #: user-submitted-posts.php:1305
131
  msgid "User email required"
132
  msgstr "उपयोगकर्ता ईमेल की आवश्यकता है"
133
 
134
+ #: user-submitted-posts.php:1306
135
  msgid "Please check your email and try again"
136
  msgstr "कृपया अपना ईमेल जांचें और पुनः प्रयास करें"
137
 
138
+ #: user-submitted-posts.php:1307
139
  msgid "Non-empty value for hidden field"
140
  msgstr "छिपा क्षेत्र के लिए खाली-खाली मान"
141
 
142
+ #: user-submitted-posts.php:1308
143
  msgid "Minimum number of images not met"
144
  msgstr "छवियों की न्यूनतम संख्या नहीं मिली"
145
 
146
+ #: user-submitted-posts.php:1309
147
  msgid "Maximum number of images exceeded "
148
  msgstr "छवियों की अधिकतम संख्या पार हो गई"
149
 
150
+ #: user-submitted-posts.php:1310
151
  msgid "Minimum image width not met"
152
  msgstr "न्यूनतम छवि चौड़ाई नहीं मिली"
153
 
154
+ #: user-submitted-posts.php:1311
155
  msgid "Image width exceeds maximum"
156
  msgstr "छवि चौड़ाई अधिकतम से अधिक है"
157
 
158
+ #: user-submitted-posts.php:1312
159
  msgid "Minimum image height not met"
160
  msgstr "न्यूनतम छवि ऊंचाई नहीं मिले"
161
 
162
+ #: user-submitted-posts.php:1313
163
  msgid "Image height exceeds maximum"
164
  msgstr "छवि ऊंचाई अधिकतम से अधिक है"
165
 
166
+ #: user-submitted-posts.php:1314
167
  msgid "File type not allowed (please upload images only)"
168
  msgstr "फ़ाइल प्रकार की अनुमति नहीं है (कृपया केवल चित्र अपलोड करें)"
169
 
170
+ #: user-submitted-posts.php:1315
171
  msgid " required"
172
  msgstr " अपेक्षित"
173
 
174
+ #: user-submitted-posts.php:1319
175
  msgid "File not uploaded. Please check the file and try again."
176
  msgstr "फ़ाइल अपलोड नहीं की गई कृपया फ़ाइल की जांच करें और फिर से प्रयास करें।"
177
 
178
+ #: user-submitted-posts.php:1323
179
  msgid "The file(s) could not be uploaded"
180
  msgstr "फाइल (ओं) को अपलोड नहीं किया जा सका"
181
 
182
+ #: user-submitted-posts.php:1325
183
  msgid "Post not created. Please contact the site administrator for help."
184
  msgstr "पोस्ट नहीं बनाया गया कृपया सहायता के लिए साइट व्यवस्थापक से संपर्क करें।"
185
 
186
+ #: user-submitted-posts.php:1326
187
  msgid "Duplicate post title. Please try again."
188
  msgstr "डुप्लिकेट पोस्ट शीर्षक कृपया पुन: प्रयास करें।"
189
 
190
+ #: user-submitted-posts.php:1336
191
  msgid "Error: "
192
  msgstr "त्रुटि:"
193
 
194
+ #: user-submitted-posts.php:1362
195
  msgid "Return to form"
196
  msgstr "फॉर्म पर लौटें"
197
 
198
+ #: user-submitted-posts.php:1392 library/plugin-settings.php:955
199
  msgid "Please"
200
  msgstr "कृप्या"
201
 
202
+ #: user-submitted-posts.php:1393
203
  msgid "log in"
204
  msgstr "लॉग इन करें"
205
 
206
+ #: user-submitted-posts.php:1394
207
  msgid "to submit content!"
208
  msgstr "सामग्री जमा करने के लिए!"
209
 
228
 
229
  #: views/submission-form.php:74 views/submission-form.php:75
230
  #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
+ #: library/plugin-settings.php:1016
232
  msgid "Post Title"
233
  msgstr "शीर्षक पोस्ट करें"
234
 
235
  #: views/submission-form.php:80 views/submission-form.php:81
236
  #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
+ #: library/plugin-settings.php:1017
238
  msgid "Post Tags"
239
  msgstr "पोस्ट टैग"
240
 
243
  msgstr "Antispam प्रश्न"
244
 
245
  #: views/submission-form.php:98 views/submission-form-alt.php:103
246
+ #: library/plugin-settings.php:1018
247
  msgid "Post Category"
248
  msgstr "पोस्ट श्रेणी"
249
 
253
 
254
  #: views/submission-form.php:135 views/submission-form.php:136
255
  #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
+ #: library/plugin-settings.php:1019
257
  msgid "Post Content"
258
  msgstr "पोस्ट सामग्री"
259
 
277
  msgid "Submit Post"
278
  msgstr "पोस्ट जमा करें"
279
 
280
+ #: library/shortcode-misc.php:18
281
+ msgid "Reset form"
282
+ msgstr "प्रपत्र को रीसेट करें"
283
+
284
+ #: library/shortcode-misc.php:128
285
+ msgid "View full post"
286
+ msgstr "पूर्ण पोस्ट देखें"
287
+
288
  #: library/plugin-settings.php:32
289
  msgid "Get USP Pro for unlimited forms!"
290
  msgstr "असीमित रूपों के लिए यूएसपी प्रो प्राप्त करें!"
388
  msgstr "विकल्प कॉन्फ़िगर करने के लिए)"
389
 
390
  #: library/plugin-settings.php:318 library/plugin-settings.php:335
391
+ #: library/plugin-settings.php:1213 library/plugin-settings.php:1218
392
  msgid "Challenge Question"
393
  msgstr "चुनोती वाला सवाल"
394
 
395
  #: library/plugin-settings.php:350 library/plugin-settings.php:367
396
+ #: library/plugin-settings.php:1235
397
  msgid "Google reCAPTCHA"
398
  msgstr "Google reCAPTCHA"
399
 
409
  msgid "Disable"
410
  msgstr "अक्षम"
411
 
412
+ #: library/plugin-settings.php:399 library/plugin-settings.php:1296
413
  msgid "Image Uploads"
414
  msgstr "छवि अपलोड"
415
 
437
  msgid " approved posts"
438
  msgstr " अनुमोदित पद"
439
 
440
+ #: library/plugin-settings.php:645
441
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
442
  msgstr "एक त्रुटि हुई। कृपया सुनिश्चित करें कि आपने एक शीर्षक, कुछ सामग्री जोड़ दी है, और आपने केवल छवियां अपलोड की हैं।"
443
 
444
+ #: library/plugin-settings.php:659
445
  msgid "Please select your image(s) to upload."
446
  msgstr "अपलोड करने के लिए कृपया अपनी छवियां चुनें"
447
 
448
+ #: library/plugin-settings.php:665
449
  msgid "Success! Thank you for your submission."
450
  msgstr "सफलता! आपके निवेदन के लिए धन्यवाद।"
451
 
452
+ #: library/plugin-settings.php:691
453
  msgid "Email"
454
  msgstr "ईमेल"
455
 
456
+ #: library/plugin-settings.php:692
457
  msgid "URL"
458
  msgstr "यूआरएल"
459
 
460
+ #: library/plugin-settings.php:942
 
 
 
 
461
  msgid "Toggle all panels"
462
  msgstr "सभी पैनल टॉगल करें"
463
 
464
+ #: library/plugin-settings.php:951
465
  msgid "We need your support!"
466
  msgstr "हमें आपका समर्थन चाहिए!"
467
 
468
+ #: library/plugin-settings.php:955
469
  msgid "Make a donation via PayPal"
470
  msgstr "पेपैल के माध्यम से एक दान करें"
471
 
472
+ #: library/plugin-settings.php:955
473
  msgid "make a donation"
474
  msgstr "एक दान करें"
475
 
476
+ #: library/plugin-settings.php:955
477
  msgid "and/or"
478
  msgstr "और / या"
479
 
480
+ #: library/plugin-settings.php:956
481
  msgid "Rate and review at the Plugin Directory"
482
  msgstr "प्लग इन निर्देशिका में दर और समीक्षा करें"
483
 
484
+ #: library/plugin-settings.php:957
485
  msgid "give this plugin a 5-star rating"
486
  msgstr "इस प्लगइन को 5 सितारा रेटिंग दें"
487
 
488
+ #: library/plugin-settings.php:961
489
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
490
  msgstr "आपका उदार समर्थन इस मुफ्त प्लगइन का निरंतर विकास सक्षम बनाता है। धन्यवाद!"
491
 
492
+ #: library/plugin-settings.php:966
493
  msgid "Check this box if you have shown support"
494
  msgstr "यदि आपने समर्थन दिखाया है तो इस बॉक्स को चेक करें"
495
 
496
+ #: library/plugin-settings.php:975
497
  msgid "Overview"
498
  msgstr "अवलोकन"
499
 
500
+ #: library/plugin-settings.php:979
501
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
502
  msgstr "आपके आगंतुकों को पोस्ट सबमिट करने और आपकी साइट के फ्रंट-एंड से छवियों को अपलोड करने के लिए सक्षम बनाता है।"
503
 
504
+ #: library/plugin-settings.php:980
505
  msgid "For advanced functionality and unlimited forms, check out"
506
  msgstr "उन्नत कार्यक्षमता और असीमित रूपों के लिए, देखें"
507
 
508
+ #: library/plugin-settings.php:980 library/plugin-settings.php:1354
509
  msgid "USP Pro"
510
  msgstr "यूएसपी प्रो"
511
 
512
+ #: library/plugin-settings.php:981
513
  msgid "&mdash; the ultimate solution for user-generated content."
514
  msgstr "& Mdash; यूजर जनरेटेड कंटेंट के लिए अंतिम समाधान"
515
 
516
+ #: library/plugin-settings.php:985 library/plugin-settings.php:1002
517
  msgid "Plugin Settings"
518
  msgstr "प्लगइन सेटिंग"
519
 
520
+ #: library/plugin-settings.php:986
521
  msgid "Display the form"
522
  msgstr "प्रपत्र प्रदर्शित करें"
523
 
524
+ #: library/plugin-settings.php:987 library/plugin-settings.php:1511
525
  msgid "Plugin Homepage"
526
  msgstr "प्लगइन मुखपृष्ठ"
527
 
528
+ #: library/plugin-settings.php:990
529
  msgid "If you like this plugin, please"
530
  msgstr "यदि आप इस प्लगइन को पसंद करते हैं, तो कृपया"
531
 
532
+ #: library/plugin-settings.php:991
533
  msgid "THANK YOU for your support!"
534
  msgstr "आपके सहयोग के लिए धन्यवाद!"
535
 
536
+ #: library/plugin-settings.php:991
537
  msgid "give it a 5-star rating"
538
  msgstr "इसे 5 सितारा रेटिंग दें"
539
 
540
+ #: library/plugin-settings.php:995
541
  msgid "Unlimited front-end forms"
542
  msgstr "असीमित फ्रंट-एंड फॉर्म"
543
 
544
+ #: library/plugin-settings.php:995
545
  msgid "Get USP Pro"
546
  msgstr "यूएसपी प्रो प्राप्त करें"
547
 
548
+ #: library/plugin-settings.php:1005
549
  msgid "Configure your settings for User Submitted Posts."
550
  msgstr "उपयोगकर्ता सबमिट की गई पोस्ट के लिए अपनी सेटिंग्स कॉन्फ़िगर करें"
551
 
552
+ #: library/plugin-settings.php:1007
553
  msgid "Form Fields"
554
  msgstr "फार्म फ़ील्ड"
555
 
556
+ #: library/plugin-settings.php:1013
557
  msgid "User Name"
558
  msgstr "उपयोगकर्ता नाम"
559
 
560
+ #: library/plugin-settings.php:1014
561
  msgid "User Email"
562
  msgstr "उपयोगकर्ता ईमेल"
563
 
564
+ #: library/plugin-settings.php:1015
565
  msgid "User URL"
566
  msgstr "उपयोगकर्ता यूआरएल"
567
 
568
+ #: library/plugin-settings.php:1030
569
  msgid "General Settings"
570
  msgstr "सामान्य सेटिंग्स"
571
 
572
+ #: library/plugin-settings.php:1032
573
+ msgid "Note that the default settings work fine for most cases."
574
+ msgstr "ध्यान दें कि ज्यादातर मामलों के लिए डिफ़ॉल्ट सेटिंग्स ठीक काम करती हैं"
575
+
576
+ #: library/plugin-settings.php:1037
577
  msgid "Form Style"
578
  msgstr "फॉर्म स्टाइल"
579
 
580
+ #: library/plugin-settings.php:1042
581
  msgid "With this option, you can copy the plugin&rsquo;s default templates:"
582
  msgstr "इस विकल्प के साथ, आप प्लगइन & rsquo; डिफ़ॉल्ट टेम्पलेट की प्रतिलिपि बना सकते हैं:"
583
 
584
+ #: library/plugin-settings.php:1047
585
  msgid "..and upload them into a directory named"
586
  msgstr "..और उन्हें एक नामांकित निर्देशिका में अपलोड करें"
587
 
588
+ #: library/plugin-settings.php:1047
589
  msgid "in your theme:"
590
  msgstr "अपने विषय में:"
591
 
592
+ #: library/plugin-settings.php:1053
593
  msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
594
  msgstr "इससे आपको वांछित रूपों और शैलियों को अनुकूलित करने में सक्षम होगा। अधिक जानकारी के लिए, में \"कस्टम सबमिशन फॉर्म\" अनुभाग देखें"
595
 
596
+ #: library/plugin-settings.php:1054
597
  msgid "Installation Docs"
598
  msgstr "स्थापना डॉक्स"
599
 
600
+ #: library/plugin-settings.php:1055
601
  msgid "FYI: here is a"
602
  msgstr "एफवाईआई: यहां एक है"
603
 
604
+ #: library/plugin-settings.php:1055
605
  msgid "list of USP CSS selectors"
606
  msgstr "यूएसपी सीएसएस चयनकर्ताओं की सूची"
607
 
608
+ #: library/plugin-settings.php:1061
609
  msgid "Include JavaScript"
610
  msgstr "जावास्क्रिप्ट शामिल करें"
611
 
612
+ #: library/plugin-settings.php:1063
613
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
614
  msgstr "यदि आप बाहरी जावास्क्रिप्ट फाइलों को शामिल करना चाहते हैं तो इस बॉक्स को चेक करें (अनुशंसित)।"
615
 
616
+ #: library/plugin-settings.php:1066
617
  msgid "Targeted Loading"
618
  msgstr "लक्षित लोड हो रहा है"
619
 
620
+ #: library/plugin-settings.php:1068
621
  msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
622
  msgstr "डिफ़ॉल्ट रूप से, बाह्य सीएसएस & amp; जावास्क्रिप्ट फ़ाइलों को हर पेज पर लोड किया जाता है। यहां आप उस पृष्ठ पर संसाधनों को लोड करने के लिए यूएसपी फॉर्म का यूआरएल निर्दिष्ट कर सकते हैं। नोट: सभी पृष्ठों पर लोड करने के लिए खाली छोड़ दें"
623
 
624
+ #: library/plugin-settings.php:1071
625
  msgid "Post Type"
626
  msgstr "पद प्रकार"
627
 
628
+ #: library/plugin-settings.php:1074
629
  msgid "Submit posts as WP Posts or Pages"
630
  msgstr "WP पोस्ट या पेज के रूप में पोस्ट सबमिट करें"
631
 
632
+ #: library/plugin-settings.php:1078
633
  msgid "Post Status"
634
  msgstr "पोस्ट स्थिति"
635
 
636
+ #: library/plugin-settings.php:1081
637
  msgid "Post Status for submitted posts"
638
  msgstr "सबमिट किए गए पदों के लिए पोस्ट स्थिति"
639
 
640
+ #: library/plugin-settings.php:1085
641
  msgid "Redirect URL"
642
  msgstr "रीडायरेक्ट यूआरएल"
643
 
644
+ #: library/plugin-settings.php:1087
645
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
646
  msgstr "पोस्ट-सबमिशन के बाद उपयोगकर्ता को पुनर्निर्देशित करने के लिए यूआरएल निर्दिष्ट करें। वर्तमान पृष्ठ पर वापस रीडायरेक्ट करने के लिए रिक्त छोड़ दें।"
647
 
648
+ #: library/plugin-settings.php:1090
649
  msgid "Success Message"
650
  msgstr "सफलता संदेश"
651
 
652
+ #: library/plugin-settings.php:1092
653
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
654
  msgstr "पोस्ट-सबमिशन सफल होने पर सफलता संदेश प्रदर्शित किया जाता है मूल मार्कअप की अनुमति है"
655
 
656
+ #: library/plugin-settings.php:1095
657
  msgid "Error Message"
658
  msgstr "त्रुटि संदेश"
659
 
660
+ #: library/plugin-settings.php:1097
661
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
662
  msgstr "पोस्ट-सबमिशन विफल होने पर सामान्य त्रुटि संदेश प्रदर्शित होता है मूल मार्कअप की अनुमति है"
663
 
664
+ #: library/plugin-settings.php:1100
665
  msgid "Custom Content"
666
  msgstr "प्रचलित सामग्री"
667
 
668
+ #: library/plugin-settings.php:1102
669
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
670
  msgstr "प्रस्तुत करने के पहले कस्टम टेक्स्ट / मार्कअप शामिल किए जाने के लिए निष्क्रिय करने के लिए रिक्त छोड़ दें"
671
 
672
+ #: library/plugin-settings.php:1105
673
  msgid "Rich Text Editor"
674
  msgstr "रिच टेक्स्ट एडिटर"
675
 
676
+ #: library/plugin-settings.php:1107
677
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
678
  msgstr "यदि आप सबमिट किए गए पदों के लिए WP रिच टेक्स्ट संपादन को सक्षम करना चाहते हैं, तो इस बॉक्स को चेक करें"
679
 
680
+ #: library/plugin-settings.php:1110
681
  msgid "Unique Titles"
682
  msgstr "अद्वितीय खिताब"
683
 
684
+ #: library/plugin-settings.php:1112
685
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
686
  msgstr "अद्वितीय पोस्ट करने के लिए सबमिट किए गए पोस्ट शीर्षकों की आवश्यकता है (एकाधिक / डुप्लिकेट सबमिट किए गए पदों को रोकने के लिए उपयोगी)"
687
 
688
+ #: library/plugin-settings.php:1115
689
  msgid "Disable Required"
690
  msgstr "आवश्यक अक्षम करें"
691
 
692
+ #: library/plugin-settings.php:1117
693
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
694
  msgstr "डिफ़ॉल्ट प्रपत्र फ़ील्ड्स पर सभी आवश्यक विशेषताओं को अक्षम करें (त्रुटि संदेश समस्या निवारण के लिए उपयोगी)"
695
 
696
+ #: library/plugin-settings.php:1120
697
  msgid "Disable IP Tracking"
698
  msgstr "आईपी ​​ट्रैकिंग अक्षम करें"
699
 
700
+ #: library/plugin-settings.php:1122
701
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
702
  msgstr "डिफ़ॉल्ट रूप से यूएसपी प्रत्येक सबमिट किए गए पोस्ट के साथ आईपी पते को रिकॉर्ड करता है। सभी आईपी ट्रैकिंग को अक्षम करने के लिए इस बॉक्स को चेक करें।"
703
 
704
+ #: library/plugin-settings.php:1125
705
  msgid "Enable Shortcodes"
706
  msgstr "शॉर्टकोड सक्षम करें"
707
 
708
+ #: library/plugin-settings.php:1127
709
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
710
  msgstr "विगेट्स में शॉर्टकोड सक्षम करें डिफ़ॉल्ट रूप से, वर्डप्रेस विगेट्स में लघुकोड को सक्षम नहीं करता है"
711
 
712
+ #: library/plugin-settings.php:1128
713
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
714
  msgstr "यह सेटिंग विगेट्स में किसी भी / सभी शॉर्टकोड (अन्य प्लगइन्स से भी शॉर्टकोड) सक्षम करता है।"
715
 
716
+ #: library/plugin-settings.php:1133 library/plugin-settings.php:1138
717
  msgid "Categories"
718
  msgstr "श्रेणियाँ"
719
 
720
+ #: library/plugin-settings.php:1141
721
  msgid "Select which categories may be assigned to submitted posts (click to toggle)"
722
  msgstr "चुनें कि कौन सी श्रेणियां सबमिट की गई पोस्ट को असाइन की जा सकती हैं (टॉगल करने के लिए क्लिक करें)"
723
 
724
+ #: library/plugin-settings.php:1149
725
  msgid "Hidden/Default Category"
726
  msgstr "छुपा / डिफ़ॉल्ट श्रेणी"
727
 
728
+ #: library/plugin-settings.php:1151
729
  msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
730
  msgstr "पोस्ट श्रेणी के लिए छिपे हुए फ़ील्ड का उपयोग करें। इसका उपयोग श्रेणी श्रेणी अक्षम होने पर डिफ़ॉल्ट श्रेणी निर्दिष्ट करने के लिए किया जा सकता है।"
731
 
732
+ #: library/plugin-settings.php:1154
733
  msgid "Category ID for Hidden Field"
734
  msgstr "छिपे हुए फील्ड के लिए श्रेणी आईडी"
735
 
736
+ #: library/plugin-settings.php:1156
737
  msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
738
  msgstr "& Ldquo; छुपा / डिफ़ॉल्ट श्रेणी & rdquo; के लिए उपयोग करने के लिए श्रेणी का आईडी निर्दिष्ट करें; विकल्प।"
739
 
740
+ #: library/plugin-settings.php:1161
741
  msgid "Users"
742
  msgstr "उपयोगकर्ता"
743
 
744
+ #: library/plugin-settings.php:1166
745
  msgid "Assigned Author"
746
  msgstr "असाइन किए गए लेखक"
747
 
748
+ #: library/plugin-settings.php:1169
749
  msgid "Specify the user that should be assigned as author for submitted posts."
750
  msgstr "सबमिट किए गए पदों के लिए लेखक के रूप में असाइन किए जाने वाले उपयोगकर्ता को निर्दिष्ट करें।"
751
 
752
+ #: library/plugin-settings.php:1173
753
  msgid "Registered Username"
754
  msgstr "पंजीकृत उपयोगकर्ता नाम"
755
 
756
+ #: library/plugin-settings.php:1175
757
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
758
  msgstr "पोस्ट लेखक के रूप में पंजीकृत उपयोगकर्ता नाम का उपयोग करें। वैध जब फ़ॉर्म प्रस्तुत करने वाला व्यक्ति वर्डप्रेस में लॉग इन होता है।"
759
 
760
+ #: library/plugin-settings.php:1178
761
  msgid "User Profile URL"
762
  msgstr "उपयोगकर्ता प्रोफ़ाइल यूआरएल"
763
 
764
+ #: library/plugin-settings.php:1180
765
  msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
766
  msgstr "यूआरएल क्षेत्र के मान के रूप में पंजीकृत उपयोगकर्ता & rsquo; प्रोफ़ाइल यूआरएल का इस्तेमाल करें। वैध जब फ़ॉर्म प्रस्तुत करने वाला व्यक्ति वर्डप्रेस में लॉग इन होता है।"
767
 
768
+ #: library/plugin-settings.php:1183
769
  msgid "Require User Login"
770
  msgstr "उपयोगकर्ता लॉगिन की आवश्यकता है"
771
 
772
+ #: library/plugin-settings.php:1185
773
  msgid "Require users to be logged in to WordPress to view/submit the form"
774
  msgstr "प्रपत्र को देखने / सबमिट करने के लिए उपयोगकर्ताओं को WordPress में लॉग इन करने की आवश्यकता है"
775
 
776
+ #: library/plugin-settings.php:1188
777
+ msgid "Disable Replace Author"
778
+ msgstr "बदलें लेखक को अक्षम करें"
779
+
780
+ #: library/plugin-settings.php:1190
781
+ msgid "Do not replace post author with submitted user name"
782
+ msgstr "सबमिट किए गए उपयोगकर्ता नाम के साथ पोस्ट लेखक को प्रतिस्थापित न करें"
783
+
784
+ #: library/plugin-settings.php:1196
785
  msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
786
  msgstr "यहां आप कस्टम फ़ील्ड द्वारा उपयोग किए गए नाम और लेबल को बदल सकते हैं। आप इस फ़ील्ड को ऊपर दिए गए फॉर्म फ़ील्ड सेटिंग के माध्यम से सक्षम कर सकते हैं।"
787
 
788
+ #: library/plugin-settings.php:1201
789
  msgid "Custom Field Name"
790
  msgstr "कस्टम फ़ील्ड का नाम"
791
 
792
+ #: library/plugin-settings.php:1203
793
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
794
  msgstr "केवल अल्फ़ान्यूमेरिक, अंडरस्कोर और डैश का उपयोग करें यदि अनिश्चित है, तो डिफ़ॉल्ट नाम का उपयोग करें:"
795
 
796
+ #: library/plugin-settings.php:1206
797
  msgid "Custom Field Label"
798
  msgstr "कस्टम फील्ड लेबल"
799
 
800
+ #: library/plugin-settings.php:1208
801
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
802
  msgstr "यह प्रपत्र पर फ़ील्ड लेबल के रूप में प्रदर्शित किया जाएगा। डिफ़ॉल्ट: कस्टम फ़ील्ड"
803
 
804
+ #: library/plugin-settings.php:1220
805
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
806
  msgstr "स्पैम को रोकने के लिए, उस प्रपत्र को दर्ज करें जो फ़ॉर्म सबमिट करने से पहले उपयोगकर्ता को उत्तर देना चाहिए।"
807
 
808
+ #: library/plugin-settings.php:1223
809
  msgid "Challenge Response"
810
  msgstr "उत्तर को दावा करें"
811
 
812
+ #: library/plugin-settings.php:1225
813
  msgid "Enter the *only* correct answer to the challenge question."
814
  msgstr "चुनौती प्रश्न के लिए * केवल * सही उत्तर दर्ज करें"
815
 
816
+ #: library/plugin-settings.php:1228
817
  msgid "Case-sensitivity"
818
  msgstr "मामले की संवेदनशीलता"
819
 
820
+ #: library/plugin-settings.php:1230
821
  msgid "Check this box if you want the challenge response to be case-sensitive."
822
  msgstr "यदि आप केस-संवेदी होने के लिए चुनौती प्रतिक्रिया चाहते हैं तो इस बॉक्स को चेक करें।"
823
 
824
+ #: library/plugin-settings.php:1236
825
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
826
  msgstr "Google reCAPTCHA को सक्षम करने के लिए, अपनी सार्वजनिक और निजी कुंजी दर्ज करें।"
827
 
828
+ #: library/plugin-settings.php:1241
829
  msgid "Public Key"
830
  msgstr "सार्वजनिक कुंजी"
831
 
832
+ #: library/plugin-settings.php:1243
833
  msgid "Enter your Public Key"
834
  msgstr "अपनी सार्वजनिक कुंजी दर्ज करें"
835
 
836
+ #: library/plugin-settings.php:1246
837
  msgid "Private Key"
838
  msgstr "निजी चाबी"
839
 
840
+ #: library/plugin-settings.php:1248
841
  msgid "Enter your Private Key"
842
  msgstr "अपनी निजी कुंजी दर्ज करें"
843
 
844
+ #: library/plugin-settings.php:1253
845
  msgid "Email Alerts"
846
  msgstr "ईमेल अलर्ट"
847
 
848
+ #: library/plugin-settings.php:1258
849
  msgid "Receive Email Alert"
850
  msgstr "ईमेल अलर्ट प्राप्त करें"
851
 
852
+ #: library/plugin-settings.php:1260
853
  msgid "Check this box if you want to be notified via email for new post submissions."
854
  msgstr "अगर आप नई पोस्ट सबमिशन के लिए ईमेल द्वारा अधिसूचित होना चाहते हैं तो इस बॉक्स को चेक करें।"
855
 
856
+ #: library/plugin-settings.php:1263
857
  msgid "Enable HTML Format"
858
  msgstr "HTML स्वरूप को सक्षम करें"
859
 
860
+ #: library/plugin-settings.php:1265
861
  msgid "Check this box to enable HTML format for email alerts."
862
  msgstr "ईमेल अलर्ट के लिए HTML प्रारूप को सक्षम करने के लिए इस बॉक्स को चेक करें।"
863
 
864
+ #: library/plugin-settings.php:1268
865
  msgid "Email Address for Alerts"
866
  msgstr "अलर्ट के लिए ईमेल पता"
867
 
868
+ #: library/plugin-settings.php:1270
869
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
870
  msgstr "यदि आप ईमेल अलर्ट प्राप्त करने के लिए बॉक्स को चेक करते हैं, तो उस पते (तों) को इंगित करें जिस पर ईमेल भेजे जाएं।"
871
 
872
+ #: library/plugin-settings.php:1271
873
  msgid "Multiple recipients may be included using a comma, like so:"
874
  msgstr "कॉमा का उपयोग करके एकाधिक प्राप्तकर्ताओं को शामिल किया जा सकता है, जैसे:"
875
 
876
+ #: library/plugin-settings.php:1274
877
  msgid "Email &ldquo;From&rdquo; Address"
878
  msgstr "ईमेल & ldquo; से & rdquo; पता"
879
 
880
+ #: library/plugin-settings.php:1276
881
  msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
882
  msgstr "यहां आप & ldquo; From & rdquo; के लिए उपयोग किए गए पते (एसई) को अनुकूलित कर सकते हैं; हेडर (जानकारी के लिए प्लगइन देखें)"
883
 
884
+ #: library/plugin-settings.php:1277
885
  msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
886
  msgstr "यदि पिछले पते में एकाधिक पते निर्दिष्ट हैं, तो एक समान संख्या में & ldquo; From & rdquo; इस सेटिंग के लिए पते (उसी क्रम में)"
887
 
888
+ #: library/plugin-settings.php:1280
889
  msgid "Email Alert Subject"
890
  msgstr "ईमेल अलर्ट विषय"
891
 
892
+ #: library/plugin-settings.php:1282
893
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
894
  msgstr "ईमेल अलर्ट के लिए विषय पंक्ति डिफ़ॉल्ट विषय पंक्ति का उपयोग करने के लिए खाली छोड़ दें नोट: आप निम्न चर का उपयोग कर सकते हैं:"
895
 
896
+ #: library/plugin-settings.php:1287
897
  msgid "Email Alert Message"
898
  msgstr "ईमेल अलर्ट संदेश"
899
 
900
+ #: library/plugin-settings.php:1289
901
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
902
  msgstr "ईमेल अलर्ट के लिए संदेश डिफ़ॉल्ट संदेश का उपयोग करने के लिए खाली छोड़ दें नोट: आप निम्न चर का उपयोग कर सकते हैं:"
903
 
904
+ #: library/plugin-settings.php:1301
905
  msgid "Featured Image"
906
  msgstr "निरूपित चित्र"
907
 
908
+ #: library/plugin-settings.php:1303
909
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
910
  msgstr "फीचर्ड छवियों के रूप में प्रस्तुत चित्र सेट करें फीचर्ड छवियों (उर्फ पोस्ट थंबनेल) के लिए थीम समर्थन की आवश्यकता है"
911
 
912
+ #: library/plugin-settings.php:1306
913
  msgid "Upload Message"
914
  msgstr "संदेश अपलोड करें"
915
 
916
+ #: library/plugin-settings.php:1308
917
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
918
  msgstr "संदेश जो अपलोड फ़ील्ड के आगे दिखाई देता है आपके अपलोड दिशानिर्देश / नीति / आदि के बारे में बताए जाने के लिए उपयोगी मूल मार्कअप की अनुमति"
919
 
920
+ #: library/plugin-settings.php:1311
921
  msgid "&ldquo;Add another image&rdquo; link"
922
  msgstr "& ldquo; एक अन्य छवि जोड़ें & rdquo; संपर्क"
923
 
924
+ #: library/plugin-settings.php:1313
925
  msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
926
  msgstr "& Ldquo; अन्य छवि जोड़ें & rdquo; के लिए कस्टम मार्कअप संपर्क। डिफ़ॉल्ट मार्कअप का उपयोग करने के लिए खाली छोड़ें (अनुशंसित)।"
927
 
928
+ #: library/plugin-settings.php:1316
929
  msgid "Minimum number of images"
930
  msgstr "छवियों की न्यूनतम संख्या"
931
 
932
+ #: library/plugin-settings.php:1319
933
  msgid "Specify the minimum number of images."
934
  msgstr "चित्रों की न्यूनतम संख्या निर्दिष्ट करें"
935
 
936
+ #: library/plugin-settings.php:1323
937
  msgid "Maximum number of images"
938
  msgstr "छवियों की अधिकतम संख्या"
939
 
940
+ #: library/plugin-settings.php:1326
941
  msgid "Specify the maximum number of images."
942
  msgstr "छवियों की अधिकतम संख्या निर्दिष्ट करें"
943
 
944
+ #: library/plugin-settings.php:1330
945
  msgid "Minimum image width"
946
  msgstr "न्यूनतम छवि चौड़ाई"
947
 
948
+ #: library/plugin-settings.php:1332
949
  msgid "Specify a minimum width (in pixels) for uploaded images."
950
  msgstr "अपलोड की गई छवियों के लिए न्यूनतम चौड़ाई (पिक्सेल में) निर्दिष्ट करें"
951
 
952
+ #: library/plugin-settings.php:1335
953
  msgid "Minimum image height"
954
  msgstr "न्यूनतम छवि ऊंचाई"
955
 
956
+ #: library/plugin-settings.php:1337
957
  msgid "Specify a minimum height (in pixels) for uploaded images."
958
  msgstr "अपलोड की गई छवियों के लिए न्यूनतम ऊंचाई (पिक्सेल में) निर्दिष्ट करें।"
959
 
960
+ #: library/plugin-settings.php:1340
961
  msgid "Maximum image width"
962
  msgstr "अधिकतम छवि चौड़ाई"
963
 
964
+ #: library/plugin-settings.php:1342
965
  msgid "Specify a maximum width (in pixels) for uploaded images."
966
  msgstr "अपलोड की गई छवियों के लिए अधिकतम चौड़ाई (पिक्सेल में) निर्दिष्ट करें"
967
 
968
+ #: library/plugin-settings.php:1345
969
  msgid "Maximum image height"
970
  msgstr "अधिकतम छवि ऊंचाई"
971
 
972
+ #: library/plugin-settings.php:1347
973
  msgid "Specify a maximum height (in pixels) for uploaded images."
974
  msgstr "अपलोड की गई छवियों के लिए अधिकतम ऊंचाई (पिक्सेल में) निर्दिष्ट करें"
975
 
976
+ #: library/plugin-settings.php:1350
977
  msgid "More Options"
978
  msgstr "अधिक विकल्प"
979
 
980
+ #: library/plugin-settings.php:1353
981
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
982
  msgstr "अधिक विकल्प के लिए, जैसे अन्य फाइल प्रकारों (जैसे पीडीएफ, वर्ड, ज़िप, वीडियो और अन्य) को अपलोड करने की क्षमता, चेक आउट करें"
983
 
984
+ #: library/plugin-settings.php:1354
985
  msgid "Go Pro!"
986
  msgstr "पेशेवर बनो!"
987
 
988
+ #: library/plugin-settings.php:1361
989
  msgid "Auto-Display Content"
990
  msgstr "स्वत: प्रदर्शन सामग्री"
991
 
992
+ #: library/plugin-settings.php:1366
993
  msgid "Images Auto-Display"
994
  msgstr "छवियां ऑटो-प्रदर्शन"
995
 
996
+ #: library/plugin-settings.php:1368
997
  msgid "Auto-display user-submitted images:"
998
  msgstr "स्वत: -प्रदर्शन उपयोगकर्ता द्वारा प्रस्तुत छवियां:"
999
 
1000
+ #: library/plugin-settings.php:1373
1001
  msgid "Image Markup"
1002
  msgstr "छवि मार्कअप"
1003
 
1004
+ #: library/plugin-settings.php:1375
1005
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1006
  msgstr "प्रत्येक सबमिट की गई छवि के लिए उपयोग करने के लिए मार्कअप (जब ऑटो-डिस्प्ले सक्रिय है)। इस्तेमाल कर सकते हैं"
1007
 
1008
+ #: library/plugin-settings.php:1377 library/plugin-settings.php:1390
1009
+ #: library/plugin-settings.php:1403 library/plugin-settings.php:1416
1010
  msgid "and"
1011
  msgstr "तथा"
1012
 
1013
+ #: library/plugin-settings.php:1380
1014
  msgid "Email Auto-Display"
1015
  msgstr "ईमेल ऑटो-प्रदर्शन"
1016
 
1017
+ #: library/plugin-settings.php:1382
1018
  msgid "Auto-display user-submitted email:"
1019
  msgstr "स्वत: -प्रदर्शन उपयोगकर्ता द्वारा सबमिट की गई ईमेल:"
1020
 
1021
+ #: library/plugin-settings.php:1387
1022
  msgid "Email Markup"
1023
  msgstr "ईमेल मार्कअप"
1024
 
1025
+ #: library/plugin-settings.php:1389
1026
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1027
  msgstr "सबमिट किए गए ईमेल पते के लिए उपयोग करने के लिए मार्कअप (जब ऑटो-डिस्प्ले सक्रिय है)। इस्तेमाल कर सकते हैं"
1028
 
1029
+ #: library/plugin-settings.php:1393
1030
  msgid "URL Auto-Display"
1031
  msgstr "यूआरएल ऑटो-डिस्प्ले"
1032
 
1033
+ #: library/plugin-settings.php:1395
1034
  msgid "Auto-display user-submitted URL:"
1035
  msgstr "स्वत: प्रदर्शन उपयोगकर्ता द्वारा प्रस्तुत यूआरएल:"
1036
 
1037
+ #: library/plugin-settings.php:1400
1038
  msgid "URL Markup"
1039
  msgstr "URL मार्कअप"
1040
 
1041
+ #: library/plugin-settings.php:1402
1042
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1043
  msgstr "सबमिट किए गए URL के लिए उपयोग करने के लिए मार्कअप (जब ऑटो-डिस्प्ले सक्रिय है)। इस्तेमाल कर सकते हैं"
1044
 
1045
+ #: library/plugin-settings.php:1406
1046
  msgid "Custom Field Auto-Display"
1047
  msgstr "कस्टम फील्ड ऑटो-डिस्प्ले"
1048
 
1049
+ #: library/plugin-settings.php:1408
1050
  msgid "Auto-display user-submitted Custom Field:"
1051
  msgstr "स्वत: -प्रदर्शन उपयोगकर्ता-जमा कस्टम फ़ील्ड:"
1052
 
1053
+ #: library/plugin-settings.php:1413
1054
  msgid "Custom Field Markup"
1055
  msgstr "कस्टम फील्ड मार्कअप"
1056
 
1057
+ #: library/plugin-settings.php:1415
1058
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1059
  msgstr "प्रस्तुत कस्टम फ़ील्ड के लिए उपयोग करने के लिए मार्कअप (जब ऑटो-डिस्प्ले सक्रिय है)। इस्तेमाल कर सकते हैं"
1060
 
1061
+ #: library/plugin-settings.php:1421 library/plugin-settings.php:1497
1062
  msgid "Save Settings"
1063
  msgstr "समायोजन बचाओ"
1064
 
1065
+ #: library/plugin-settings.php:1426
1066
  msgid "Display the Form"
1067
  msgstr "प्रपत्र प्रदर्शित करें"
1068
 
1069
+ #: library/plugin-settings.php:1429
1070
  msgid "Post-Submit Form"
1071
  msgstr "पोस्ट-फॉर्म भेजें"
1072
 
1073
+ #: library/plugin-settings.php:1430
1074
  msgid "USP enables you to display a post-submission form anywhere on your site."
1075
  msgstr "यूएसपी आपको अपनी साइट पर कहीं भी एक पोस्ट-सबमिशन फॉर्म प्रदर्शित करने में सक्षम बनाता है।"
1076
 
1077
+ #: library/plugin-settings.php:1431 library/plugin-settings.php:1438
1078
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1079
  msgstr "किसी भी WP पोस्ट या पृष्ठ पर फ़ॉर्म प्रदर्शित करने के लिए शोर्ट का उपयोग करें:"
1080
 
1081
+ #: library/plugin-settings.php:1433 library/plugin-settings.php:1440
1082
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1083
  msgstr "या, अपने विषय टेम्पलेट में फ़ॉर्म को प्रदर्शित करने के लिए टेम्पलेट टैग का उपयोग करें:"
1084
 
1085
+ #: library/plugin-settings.php:1436
1086
  msgid "Login/Register Form"
1087
  msgstr "लॉग इन / रजिस्टर फॉर्म"
1088
 
1089
+ #: library/plugin-settings.php:1437
1090
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1091
  msgstr "आप एक ऐसा फ़ॉर्म प्रदर्शित भी कर सकते हैं जो उपयोगकर्ताओं को अपने पासवर्ड में प्रवेश, पंजीकरण या रीसेट करने में सक्षम बनाता है।"
1092
 
1093
+ #: library/plugin-settings.php:1443
1094
  msgid "Display Submitted Posts"
1095
  msgstr "सबमिट किए गए पोस्ट प्रदर्शित करें"
1096
 
1097
+ #: library/plugin-settings.php:1444
1098
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1099
  msgstr "किसी भी WP पोस्ट या पेज पर सबमिट की गई सूची की सूची प्रदर्शित करने के लिए इस शोर्ट कोड का उपयोग करें:"
1100
 
1101
+ #: library/plugin-settings.php:1446
1102
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1103
  msgstr "या, अपने विषय टेम्पलेट में कहीं भी सबमिट की गई सूची की सूची प्रदर्शित करने के लिए टेम्पलेट टैग का उपयोग करें:"
1104
 
1105
+ #: library/plugin-settings.php:1448
1106
  msgid "Here are some examples showing how to configure this shortcode:"
1107
  msgstr "इस शोर्टकोड को कॉन्फ़िगर करने का तरीका दिखाते हुए कुछ उदाहरण यहां दिए गए हैं:"
1108
 
1109
+ #: library/plugin-settings.php:1455
1110
+ msgid "Reset Form Button"
1111
+ msgstr "फॉर्म बटन रीसेट करें"
1112
+
1113
+ #: library/plugin-settings.php:1456
1114
+ msgid "This shortcode displays a link that resets the form to its original state:"
1115
+ msgstr "यह शोर्ट एक ऐसा लिंक प्रदर्शित करता है जो फ़ॉर्म को उसकी मूल स्थिति पर रीसेट करता है:"
1116
+
1117
+ #: library/plugin-settings.php:1458
1118
+ msgid "This shortcode accepts the following attributes:"
1119
+ msgstr "यह शोर्टकोड निम्नलिखित विशेषताओं को स्वीकार करता है:"
1120
+
1121
+ #: library/plugin-settings.php:1463
1122
+ msgid "Note that the url attribute accepts"
1123
+ msgstr "ध्यान दें कि url विशेषता स्वीकार करता है"
1124
+
1125
+ #: library/plugin-settings.php:1463
1126
+ msgid "to get the current URL."
1127
+ msgstr "वर्तमान यूआरएल पाने के लिए"
1128
+
1129
+ #: library/plugin-settings.php:1465
1130
  msgid "Access Control"
1131
  msgstr "पहुँच नियंत्रण"
1132
 
1133
+ #: library/plugin-settings.php:1466
1134
  msgid "USP provides three shortcodes to control access and restrict content."
1135
  msgstr "यूएसपी एक्सेस को नियंत्रित करने और सामग्री को प्रतिबंधित करने के लिए तीन शॉर्टकोड प्रदान करता है।"
1136
 
1137
+ #: library/plugin-settings.php:1467
1138
  msgid "Display content only to users with a specific capability:"
1139
  msgstr "केवल विशिष्ट क्षमता वाले उपयोगकर्ताओं को सामग्री प्रदर्शित करें:"
1140
 
1141
+ #: library/plugin-settings.php:1469
1142
  msgid "Display content to logged-in users:"
1143
  msgstr "लॉग-इन उपयोगकर्ताओं के लिए सामग्री प्रदर्शित करें:"
1144
 
1145
+ #: library/plugin-settings.php:1471
1146
  msgid "Display content to visitors only:"
1147
  msgstr "सामग्री को केवल विज़िटर पर प्रदर्शित करें:"
1148
 
1149
+ #: library/plugin-settings.php:1473
1150
  msgid "Tip:"
1151
  msgstr "सुझाव:"
1152
 
1153
+ #: library/plugin-settings.php:1473
1154
  msgid "to include markup in the deny message, you can use"
1155
  msgstr "अस्वीकार संदेश में मार्कअप शामिल करने के लिए, आप उपयोग कर सकते हैं"
1156
 
1157
+ #: library/plugin-settings.php:1473
1158
  msgid "to output"
1159
  msgstr "आउटपुट के लिए"
1160
 
1161
+ #: library/plugin-settings.php:1475
1162
  msgid "Example"
1163
  msgstr "उदाहरण"
1164
 
1165
+ #: library/plugin-settings.php:1476
1166
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1167
  msgstr "यदि उपयोगकर्ता लॉग इन होता है, तो पोस्ट-सबमिट फ़ॉर्म प्रदर्शित करें; या यदि उपयोगकर्ता लॉग इन नहीं है, तो प्रवेश प्रपत्र प्रदर्शित करें:"
1168
 
1169
+ #: library/plugin-settings.php:1488
1170
  msgid "Restore Defaults"
1171
  msgstr "डिफॉल्ट्स का पुनःस्थापन"
1172
 
1173
+ #: library/plugin-settings.php:1491
1174
  msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1175
  msgstr "अपनी सेटिंग्स को याद रखने के लिए इस विकल्प को अक्षम करें। या, आगे जाने और डिफ़ॉल्ट प्लगइन विकल्पों को पुनर्स्थापित करने के लिए: बॉक्स को चेक करें, अपनी सेटिंग सहेजें, और फिर प्लग इन निष्क्रिय / पुनः सक्रिय करें"
1176
 
1177
+ #: library/plugin-settings.php:1495
1178
  msgid "Restore default options upon plugin deactivation/reactivation."
1179
  msgstr "प्लगइन निष्क्रियकरण / पुनर्सक्रियन पर डिफ़ॉल्ट विकल्प पुनर्स्थापित करें"
1180
 
1181
+ #: library/plugin-settings.php:1502
1182
  msgid "Show Support"
1183
  msgstr "समर्थन दिखाएं"
1184
 
1185
+ #: library/plugin-settings.php:1511
1186
  msgid "by"
1187
  msgstr "द्वारा"
1188
 
1189
+ #: library/plugin-settings.php:1512
1190
  msgid "Jeff Starr on Twitter"
1191
  msgstr "ट्विटर पर जेफ स्टार"
1192
 
1193
+ #: library/plugin-settings.php:1513
1194
  msgid "Obsessive Web Design &amp; Development"
1195
  msgstr "बाध्यकारी वेब डिज़ाइन & amp; विकास"
1196
 
1197
+ #: library/plugin-settings.php:1524
1198
  msgid "Save Preference"
1199
  msgstr "प्राथमिकता सहेजें"
1200
 
1201
+ #: library/plugin-settings.php:1531
1202
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1203
  msgstr "क्या आप वाकई सभी डिफ़ॉल्ट विकल्पों को पुनर्स्थापित करना चाहते हैं? (यह कार्य दोबारा से नहीं हो सकता)"
1204
 
1205
+ #: library/support-panel.php:52
1206
+ msgid "Perishable Press Books"
1207
+ msgstr "विनाशकारी प्रेस पुस्तकें"
1208
+
1209
+ #: library/support-panel.php:53
1210
+ msgid "Plugin Planet"
1211
+ msgstr "प्लगइन ग्रह"
1212
+
1213
+ #: library/support-panel.php:54
1214
+ msgid "Donate via PayPal"
1215
+ msgstr "पेपैल के माध्यम से दान करें"
1216
+
1217
+ #: library/support-panel.php:56
1218
+ msgid "books"
1219
+ msgstr "पुस्तकें"
1220
+
1221
+ #: library/support-panel.php:57
1222
+ msgid "plugins"
1223
+ msgstr "प्लग-इन"
1224
+
1225
+ #: library/support-panel.php:58
1226
+ msgid "donation"
1227
+ msgstr "दान"
1228
+
1229
+ #: library/support-panel.php:60
1230
+ msgid "Thank you for using"
1231
+ msgstr "उपयोग करने के लिए आपका धन्यवाद"
1232
+
1233
+ #: library/support-panel.php:61
1234
+ msgid "Please show support by purchasing one of my"
1235
+ msgstr "कृपया मेरी एक खरीदकर समर्थन दिखाएं"
1236
+
1237
+ #: library/support-panel.php:62
1238
+ msgid "or"
1239
+ msgstr "या"
1240
+
1241
+ #: library/support-panel.php:62
1242
+ msgid "or by making a"
1243
+ msgstr "या एक करके"
1244
+
1245
+ #: library/support-panel.php:63
1246
+ msgid "Your generous support helps to ensure future development of"
1247
+ msgstr "आपका उदार समर्थन भविष्य के विकास को सुनिश्चित करने में मदद करता है"
1248
+
1249
+ #: library/support-panel.php:64
1250
+ msgid "and is greatly appreciated."
1251
+ msgstr "और काफी सराहना की है।"
1252
+
1253
+ #: library/support-panel.php:66
1254
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1255
+ msgstr "किसी भी आकार का दान मुझे इस मुफ्त प्लगइन और अन्य भयानक वर्डप्रेस संसाधनों को विकसित करने में मदद करता है।"
1256
 
1257
  #. Description of the plugin
1258
  #:
languages/usp-it_IT.mo CHANGED
Binary file
languages/usp-it_IT.po CHANGED
@@ -4,212 +4,212 @@ 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 20171028\n"
8
  "Language: it\n"
9
 
10
  #. Name of the plugin
11
- #: user-submitted-posts.php:44
12
  msgid "User Submitted Posts"
13
- msgstr "Messaggi inviati dagli utenti"
14
 
15
- #: user-submitted-posts.php:78
16
  msgid "requires WordPress "
17
  msgstr "richiede WordPress"
18
 
19
- #: user-submitted-posts.php:79
20
  msgid " or higher, and has been deactivated! "
21
  msgstr " o superiore, ed è stato disattivato!"
22
 
23
- #: user-submitted-posts.php:80
24
  msgid "Please return to the"
25
- msgstr "Tornate alla"
26
 
27
- #: user-submitted-posts.php:81
28
  msgid "WordPress Admin Area"
29
- msgstr "Area Admin di WordPress"
30
 
31
- #: user-submitted-posts.php:82
32
  msgid "to upgrade WordPress and try again."
33
  msgstr "per aggiornare WordPress e riprovare."
34
 
35
- #: user-submitted-posts.php:124
36
  msgid "User Submitted Post"
37
- msgstr "Messaggio inviato dall'utente"
38
 
39
- #: user-submitted-posts.php:445
40
  msgid "User Submitted Post Info"
41
- msgstr "Informazioni postali inviate dall'utente"
42
 
43
- #: user-submitted-posts.php:475
44
  msgid "Submitter Name: "
45
- msgstr "Nome del Titolare:"
46
 
47
- #: user-submitted-posts.php:476
48
  msgid "Submitter Email: "
49
- msgstr "E-mail inserzionista:"
50
 
51
- #: user-submitted-posts.php:477
52
  msgid "Submitter URL: "
53
- msgstr "URL dell'invettore:"
54
 
55
- #: user-submitted-posts.php:478
56
  msgid "Submitter IP: "
57
- msgstr "IP del sottoscrittore:"
58
 
59
- #: user-submitted-posts.php:529
60
  msgid "Show USP Posts"
61
- msgstr "Mostra i post USP"
62
 
63
- #: user-submitted-posts.php:530 library/plugin-settings.php:967
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
- #: user-submitted-posts.php:1175
68
  msgid " files required"
69
  msgstr " file richiesti"
70
 
71
- #: user-submitted-posts.php:1176
72
  msgid " file required"
73
  msgstr " file richiesto"
74
 
75
- #: user-submitted-posts.php:1178
76
  msgid " files"
77
  msgstr " File"
78
 
79
- #: user-submitted-posts.php:1179
80
  msgid " file"
81
  msgstr " file"
82
 
83
- #: user-submitted-posts.php:1181 user-submitted-posts.php:1182
84
- #: user-submitted-posts.php:1183 user-submitted-posts.php:1184
85
  msgid " pixels"
86
  msgstr " pixel"
87
 
88
- #: user-submitted-posts.php:1186 library/plugin-settings.php:284
89
- #: library/plugin-settings.php:303 library/plugin-settings.php:690
90
- #: library/plugin-settings.php:1176
91
  msgid "Custom Field"
92
  msgstr "Campo personalizzato"
93
 
94
- #: user-submitted-posts.php:1189
95
  msgid "An error occurred. Please go back and try again."
96
- msgstr "Si è verificato un errore. Tornate indietro e riprova."
97
 
98
- #: user-submitted-posts.php:1199
99
  msgid "User login required"
100
- msgstr "È richiesto il login utente"
101
 
102
- #: user-submitted-posts.php:1200
103
  msgid "User name required"
104
  msgstr "Nome utente richiesto"
105
 
106
- #: user-submitted-posts.php:1201
107
  msgid "Post title required"
108
- msgstr "Titolo del titolo richiesto"
109
 
110
- #: user-submitted-posts.php:1202
111
  msgid "User URL required"
112
- msgstr "URL utente richiesto"
113
 
114
- #: user-submitted-posts.php:1203
115
  msgid "Post tags required"
116
- msgstr "Richiedi i tag post"
117
 
118
- #: user-submitted-posts.php:1204
119
  msgid "Post category required"
120
- msgstr "Categoria postale richiesta"
121
 
122
- #: user-submitted-posts.php:1205
123
  msgid "Post content required"
124
- msgstr "Invio del contenuto richiesto"
125
 
126
- #: user-submitted-posts.php:1206 user-submitted-posts.php:1207
127
  msgid "Correct captcha required"
128
- msgstr "Richiesta captcha corretta"
129
 
130
- #: user-submitted-posts.php:1208
131
  msgid "User email required"
132
- msgstr "E-mail dell'utente richiesta"
133
 
134
- #: user-submitted-posts.php:1209
135
  msgid "Please check your email and try again"
136
- msgstr "Verifica la tua email e prova nuovamente"
137
 
138
- #: user-submitted-posts.php:1210
139
  msgid "Non-empty value for hidden field"
140
- msgstr "Valore non vuoto per il campo nascosto"
141
 
142
- #: user-submitted-posts.php:1211
143
  msgid "Minimum number of images not met"
144
  msgstr "Numero minimo di immagini non soddisfatte"
145
 
146
- #: user-submitted-posts.php:1212
147
  msgid "Maximum number of images exceeded "
148
- msgstr "È stato superato il numero massimo di immagini"
149
 
150
- #: user-submitted-posts.php:1213
151
  msgid "Minimum image width not met"
152
- msgstr "La larghezza minima dell'immagine non è soddisfatta"
153
 
154
- #: user-submitted-posts.php:1214
155
  msgid "Image width exceeds maximum"
156
  msgstr "La larghezza dell'immagine supera il massimo"
157
 
158
- #: user-submitted-posts.php:1215
159
  msgid "Minimum image height not met"
160
- msgstr "Altezza immagine minima non raggiunta"
161
 
162
- #: user-submitted-posts.php:1216
163
  msgid "Image height exceeds maximum"
164
  msgstr "L'altezza dell'immagine supera il massimo"
165
 
166
- #: user-submitted-posts.php:1217
167
  msgid "File type not allowed (please upload images only)"
168
- msgstr "Tipo di file non consentito (carica solo immagini)"
169
 
170
- #: user-submitted-posts.php:1218
171
  msgid " required"
172
  msgstr " necessario"
173
 
174
- #: user-submitted-posts.php:1222
175
  msgid "File not uploaded. Please check the file and try again."
176
- msgstr "File non caricato. Controllare il file e riprovare."
177
 
178
- #: user-submitted-posts.php:1226
179
  msgid "The file(s) could not be uploaded"
180
- msgstr "Impossibile caricare i file"
181
 
182
- #: user-submitted-posts.php:1228
183
  msgid "Post not created. Please contact the site administrator for help."
184
- msgstr "Post non creato. Per ulteriori informazioni, contatta l'amministratore del sito."
185
 
186
- #: user-submitted-posts.php:1229
187
  msgid "Duplicate post title. Please try again."
188
- msgstr "Duplica il titolo del post. Riprova."
189
 
190
- #: user-submitted-posts.php:1239
191
  msgid "Error: "
192
  msgstr "Errore:"
193
 
194
- #: user-submitted-posts.php:1265
195
  msgid "Return to form"
196
- msgstr "Torna al modulo"
197
 
198
- #: user-submitted-posts.php:1293 library/plugin-settings.php:943
199
  msgid "Please"
200
  msgstr "per favore"
201
 
202
- #: user-submitted-posts.php:1294
203
  msgid "log in"
204
  msgstr "accesso"
205
 
206
- #: user-submitted-posts.php:1295
207
  msgid "to submit content!"
208
- msgstr "per presentare contenuti!"
209
 
210
  #: views/submission-form.php:46 views/submission-form-alt.php:55
211
  msgid "Please complete the required fields."
212
- msgstr "Compila i campi obbligatori."
213
 
214
  #: views/submission-form.php:56 views/submission-form.php:57
215
  #: views/submission-form-alt.php:61 views/submission-form-alt.php:62
@@ -228,34 +228,34 @@ msgstr "La tua email"
228
 
229
  #: views/submission-form.php:74 views/submission-form.php:75
230
  #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
- #: library/plugin-settings.php:1004
232
  msgid "Post Title"
233
  msgstr "Titolo del post"
234
 
235
  #: views/submission-form.php:80 views/submission-form.php:81
236
  #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
- #: library/plugin-settings.php:1005
238
  msgid "Post Tags"
239
- msgstr "Post Tag"
240
 
241
  #: views/submission-form.php:93 views/submission-form-alt.php:98
242
  msgid "Antispam Question"
243
  msgstr "Domanda antispam"
244
 
245
  #: views/submission-form.php:98 views/submission-form-alt.php:103
246
- #: library/plugin-settings.php:1006
247
  msgid "Post Category"
248
- msgstr "Post Categoria"
249
 
250
  #: views/submission-form.php:100 views/submission-form-alt.php:105
251
  msgid "Please select a category.."
252
- msgstr "Seleziona una categoria .."
253
 
254
  #: views/submission-form.php:135 views/submission-form.php:136
255
  #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
- #: library/plugin-settings.php:1007
257
  msgid "Post Content"
258
- msgstr "Inserisci il contenuto"
259
 
260
  #: views/submission-form.php:142 views/submission-form-alt.php:147
261
  msgid "Verification"
@@ -271,15 +271,23 @@ msgstr "Aggiungi un'altra immagine"
271
 
272
  #: views/submission-form.php:180 views/submission-form-alt.php:185
273
  msgid "Human verification: leave this field empty."
274
- msgstr "Verifica umana: lasciare vuoto questo campo."
275
 
276
  #: views/submission-form.php:202 views/submission-form-alt.php:207
277
  msgid "Submit Post"
278
  msgstr "Invia post"
279
 
 
 
 
 
 
 
 
 
280
  #: library/plugin-settings.php:32
281
  msgid "Get USP Pro for unlimited forms!"
282
- msgstr "Ottenere USP Pro per forme illimitate!"
283
 
284
  #: library/plugin-settings.php:33
285
  msgid "Go Pro"
@@ -291,15 +299,15 @@ msgstr "impostazioni"
291
 
292
  #: library/plugin-settings.php:55
293
  msgid "Give USP a 5-star rating at WordPress.org"
294
- msgstr "Dare a USP una categoria a 5 stelle a WordPress.org"
295
 
296
  #: library/plugin-settings.php:56
297
  msgid "Rate this plugin&nbsp;&raquo;"
298
- msgstr "Vota questo plugin & nbsp; & raquo;"
299
 
300
  #: library/plugin-settings.php:114
301
  msgid "WP Post (recommended)"
302
- msgstr "Post WP (consigliato)"
303
 
304
  #: library/plugin-settings.php:118
305
  msgid "WP Page"
@@ -307,7 +315,7 @@ msgstr "Pagina WP"
307
 
308
  #: library/plugin-settings.php:134
309
  msgid "HTML5 Form + Default CSS"
310
- msgstr "HTML5 Form + Default CSS"
311
 
312
  #: library/plugin-settings.php:134
313
  msgid "(Recommended)"
@@ -315,29 +323,29 @@ msgstr "(Consigliato)"
315
 
316
  #: library/plugin-settings.php:138
317
  msgid "HTML5 Form + Disable CSS"
318
- msgstr "HTML5 Form + Disattiva CSS"
319
 
320
  #: library/plugin-settings.php:138
321
  msgid "(Provide your own styles)"
322
- msgstr "(Fornire i tuoi stili)"
323
 
324
  #: library/plugin-settings.php:142
325
  msgid "Custom Form + Custom CSS"
326
- msgstr "Formato personalizzato + Custom CSS"
327
 
328
  #: library/plugin-settings.php:142
329
  msgid "(Provide your own form template &amp; styles)"
330
- msgstr "(Fornire il tuo modello di modulo e gli stili)"
331
 
332
  #: library/plugin-settings.php:158 library/plugin-settings.php:182
333
  #: library/plugin-settings.php:205 library/plugin-settings.php:229
334
  msgid "Auto-display before post content"
335
- msgstr "Visualizzazione automatica prima di inviare contenuti"
336
 
337
  #: library/plugin-settings.php:162 library/plugin-settings.php:186
338
  #: library/plugin-settings.php:209 library/plugin-settings.php:233
339
  msgid "Auto-display after post content"
340
- msgstr "Visualizzazione automatica dopo il contenuto postato"
341
 
342
  #: library/plugin-settings.php:166
343
  msgid "Do not auto-display submitted images"
@@ -345,7 +353,7 @@ msgstr "Non visualizzare automaticamente le immagini inviate"
345
 
346
  #: library/plugin-settings.php:190
347
  msgid "Do not auto-display submitted email"
348
- msgstr "Non visualizzare automaticamente l'email inviata"
349
 
350
  #: library/plugin-settings.php:213
351
  msgid "Do not auto-display submitted URL"
@@ -358,16 +366,16 @@ msgstr "Non visualizzare automaticamente il campo personalizzato"
358
  #: library/plugin-settings.php:265 library/plugin-settings.php:297
359
  #: library/plugin-settings.php:330 library/plugin-settings.php:362
360
  msgid "Display and require"
361
- msgstr "Visualizza e richiede"
362
 
363
  #: library/plugin-settings.php:266 library/plugin-settings.php:298
364
  msgid "Display but do not require"
365
- msgstr "Visualizzazione ma non necessaria"
366
 
367
  #: library/plugin-settings.php:267 library/plugin-settings.php:299
368
  #: library/plugin-settings.php:331 library/plugin-settings.php:363
369
  msgid "Disable this field"
370
- msgstr "Disattiva questo campo"
371
 
372
  #: library/plugin-settings.php:302 library/plugin-settings.php:334
373
  #: library/plugin-settings.php:366 library/plugin-settings.php:398
@@ -380,18 +388,18 @@ msgid "to configure options)"
380
  msgstr "per configurare le opzioni)"
381
 
382
  #: library/plugin-settings.php:318 library/plugin-settings.php:335
383
- #: library/plugin-settings.php:1194 library/plugin-settings.php:1199
384
  msgid "Challenge Question"
385
- msgstr "Domanda di sfida"
386
 
387
  #: library/plugin-settings.php:350 library/plugin-settings.php:367
388
- #: library/plugin-settings.php:1216
389
  msgid "Google reCAPTCHA"
390
  msgstr "Google reCAPTCHA"
391
 
392
  #: library/plugin-settings.php:382
393
  msgid "Post Images"
394
- msgstr "Post immagini"
395
 
396
  #: library/plugin-settings.php:394
397
  msgid "Display"
@@ -401,9 +409,9 @@ msgstr "Display"
401
  msgid "Disable"
402
  msgstr "disattivare"
403
 
404
- #: library/plugin-settings.php:399 library/plugin-settings.php:1277
405
  msgid "Image Uploads"
406
- msgstr "Upload di immagini"
407
 
408
  #: library/plugin-settings.php:479
409
  msgid "Draft"
@@ -411,7 +419,7 @@ msgstr "Bozza"
411
 
412
  #: library/plugin-settings.php:480
413
  msgid "Pending (default)"
414
- msgstr "In attesa (predefinito)"
415
 
416
  #: library/plugin-settings.php:481
417
  msgid "Publish immediately"
@@ -419,7 +427,7 @@ msgstr "Pubblica immediatamente"
419
 
420
  #: library/plugin-settings.php:482
421
  msgid "Publish after 1 approved post"
422
- msgstr "Pubblica dopo un post approvato"
423
 
424
  #: library/plugin-settings.php:483
425
  msgid "Publish after "
@@ -429,751 +437,827 @@ msgstr "Pubblica dopo"
429
  msgid " approved posts"
430
  msgstr " post approvati"
431
 
432
- #: library/plugin-settings.php:635
433
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
434
- msgstr "C'era un errore. Assicurati di aver aggiunto un titolo, un contenuto e che hai caricato solo immagini."
435
 
436
- #: library/plugin-settings.php:649
437
  msgid "Please select your image(s) to upload."
438
- msgstr "Seleziona le tue immagini per caricare."
439
 
440
- #: library/plugin-settings.php:655
441
  msgid "Success! Thank you for your submission."
442
  msgstr "Successo! Grazie per la vostra presentazione."
443
 
444
- #: library/plugin-settings.php:681
445
  msgid "Email"
446
  msgstr "E-mail"
447
 
448
- #: library/plugin-settings.php:682
449
  msgid "URL"
450
  msgstr "URL"
451
 
452
- #: library/plugin-settings.php:721
453
- msgid "Sorry, you are not allowed to modify settings."
454
- msgstr "Spiacenti, non è consentito modificare le impostazioni."
455
-
456
- #: library/plugin-settings.php:930
457
  msgid "Toggle all panels"
458
- msgstr "Toggle tutti i pannelli"
459
 
460
- #: library/plugin-settings.php:939
461
  msgid "We need your support!"
462
- msgstr "Abbiamo bisogno del tuo sostegno!"
463
 
464
- #: library/plugin-settings.php:943
465
  msgid "Make a donation via PayPal"
466
  msgstr "Fai una donazione tramite PayPal"
467
 
468
- #: library/plugin-settings.php:943
469
  msgid "make a donation"
470
  msgstr "Fai una donazione"
471
 
472
- #: library/plugin-settings.php:943
473
  msgid "and/or"
474
  msgstr "e / o"
475
 
476
- #: library/plugin-settings.php:944
477
  msgid "Rate and review at the Plugin Directory"
478
- msgstr "Classificazione e revisione presso la Directory Plugin"
479
 
480
- #: library/plugin-settings.php:945
481
  msgid "give this plugin a 5-star rating"
482
- msgstr "dare a questo plugin una valutazione a 5 stelle"
483
 
484
- #: library/plugin-settings.php:949
485
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
486
- msgstr "Il tuo generoso supporto consente di sviluppare continuamente questo plugin gratuito. Grazie!"
487
 
488
- #: library/plugin-settings.php:954
489
  msgid "Check this box if you have shown support"
490
- msgstr "Seleziona questa casella se hai mostrato il supporto"
491
 
492
- #: library/plugin-settings.php:963
493
  msgid "Overview"
494
  msgstr "Panoramica"
495
 
496
- #: library/plugin-settings.php:967
497
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
498
- msgstr "consente ai tuoi visitatori di inviare messaggi e caricare le immagini dal front-end del tuo sito."
499
 
500
- #: library/plugin-settings.php:968
501
  msgid "For advanced functionality and unlimited forms, check out"
502
- msgstr "Per le funzionalità avanzate e le forme illimitate, controlla"
503
 
504
- #: library/plugin-settings.php:968 library/plugin-settings.php:1335
505
  msgid "USP Pro"
506
  msgstr "USP Pro"
507
 
508
- #: library/plugin-settings.php:969
509
  msgid "&mdash; the ultimate solution for user-generated content."
510
- msgstr "& Mdash; la soluzione ultima per i contenuti generati dagli utenti."
511
 
512
- #: library/plugin-settings.php:973 library/plugin-settings.php:990
513
  msgid "Plugin Settings"
514
- msgstr "Impostazioni plugin"
515
 
516
- #: library/plugin-settings.php:974
517
  msgid "Display the form"
518
- msgstr "Visualizzare il modulo"
519
 
520
- #: library/plugin-settings.php:975 library/plugin-settings.php:1482
521
  msgid "Plugin Homepage"
522
- msgstr "Homepage di Plugin"
523
 
524
- #: library/plugin-settings.php:978
525
  msgid "If you like this plugin, please"
526
  msgstr "Se ti piace questo plugin, per favore"
527
 
528
- #: library/plugin-settings.php:979
529
  msgid "THANK YOU for your support!"
530
  msgstr "Grazie per il vostro sostegno!"
531
 
532
- #: library/plugin-settings.php:979
533
  msgid "give it a 5-star rating"
534
- msgstr "dare un rating a 5 stelle"
535
 
536
- #: library/plugin-settings.php:983
537
  msgid "Unlimited front-end forms"
538
  msgstr "Forme front-end illimitate"
539
 
540
- #: library/plugin-settings.php:983
541
  msgid "Get USP Pro"
542
- msgstr "Ottenere USP Pro"
543
 
544
- #: library/plugin-settings.php:993
545
  msgid "Configure your settings for User Submitted Posts."
546
- msgstr "Configurare le impostazioni per i messaggi inviati dagli utenti."
547
 
548
- #: library/plugin-settings.php:995
549
  msgid "Form Fields"
550
- msgstr "Campi di modulo"
551
 
552
- #: library/plugin-settings.php:1001
553
  msgid "User Name"
554
  msgstr "Nome utente"
555
 
556
- #: library/plugin-settings.php:1002
557
  msgid "User Email"
558
  msgstr "Email dell'utente"
559
 
560
- #: library/plugin-settings.php:1003
561
  msgid "User URL"
562
- msgstr "URL utente"
563
 
564
- #: library/plugin-settings.php:1018
565
  msgid "General Settings"
566
  msgstr "impostazioni generali"
567
 
568
- #: library/plugin-settings.php:1023
 
 
 
 
569
  msgid "Form Style"
570
- msgstr "Stile di forma"
571
 
572
- #: library/plugin-settings.php:1028
573
  msgid "With this option, you can copy the plugin&rsquo;s default templates:"
574
- msgstr "Con questa opzione puoi copiare i modelli predefiniti del plugin & rsquo;"
575
 
576
- #: library/plugin-settings.php:1033
577
  msgid "..and upload them into a directory named"
578
- msgstr ".. e caricarli in una directory denominata"
579
 
580
- #: library/plugin-settings.php:1033
581
  msgid "in your theme:"
582
  msgstr "nel tuo tema:"
583
 
584
- #: library/plugin-settings.php:1039
585
  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"
586
- msgstr "In questo modo sarà possibile personalizzare la forma e gli stili desiderati. Per ulteriori informazioni, consulta la sezione \"Modulo di presentazione personalizzata\" nella sezione"
587
 
588
- #: library/plugin-settings.php:1040
589
  msgid "Installation Docs"
590
  msgstr "Documenti di installazione"
591
 
592
- #: library/plugin-settings.php:1041
593
  msgid "FYI: here is a"
594
- msgstr "FYI: qui è un"
595
 
596
- #: library/plugin-settings.php:1041
597
  msgid "list of USP CSS selectors"
598
- msgstr "elenco dei selettori USP CSS"
599
 
600
- #: library/plugin-settings.php:1047
601
  msgid "Include JavaScript"
602
- msgstr "Includi JavaScript"
603
 
604
- #: library/plugin-settings.php:1049
605
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
606
- msgstr "Seleziona questa casella se vuoi includere i file JavaScript esterni (consigliati)."
607
 
608
- #: library/plugin-settings.php:1052
609
  msgid "Targeted Loading"
610
  msgstr "Caricamento mirato"
611
 
612
- #: library/plugin-settings.php:1054
613
  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."
614
- msgstr "Per impostazione predefinita, CSS esterni & amp; I file JavaScript vengono caricati in ogni pagina. Qui è possibile specificare l'URL del modulo USP per caricare risorse solo in quella pagina. Nota: lasciare vuoto per caricare su tutte le pagine."
615
 
616
- #: library/plugin-settings.php:1057
617
  msgid "Post Type"
618
- msgstr "Tipo di posta"
619
 
620
- #: library/plugin-settings.php:1060
621
  msgid "Submit posts as WP Posts or Pages"
622
- msgstr "Invia i post come messaggi o pagine WP"
623
 
624
- #: library/plugin-settings.php:1064
625
  msgid "Post Status"
626
- msgstr "Stato post"
627
 
628
- #: library/plugin-settings.php:1067
629
  msgid "Post Status for submitted posts"
630
- msgstr "Stato post per i post inviati"
631
 
632
- #: library/plugin-settings.php:1071
633
  msgid "Redirect URL"
634
  msgstr "URL di reindirizzamento"
635
 
636
- #: library/plugin-settings.php:1073
637
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
638
- msgstr "Specificare un URL per reindirizzare l'utente dopo la sottomissione. Lasciare vuoto per reindirizzare la pagina corrente."
639
 
640
- #: library/plugin-settings.php:1076
641
  msgid "Success Message"
642
  msgstr "Messaggio di successo"
643
 
644
- #: library/plugin-settings.php:1078
645
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
646
- msgstr "Messaggio di successo visualizzato se il post-submission è riuscito. È consentito il markup di base."
647
 
648
- #: library/plugin-settings.php:1081
649
  msgid "Error Message"
650
  msgstr "Messaggio di errore"
651
 
652
- #: library/plugin-settings.php:1083
653
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
654
- msgstr "Messaggio di errore generico visualizzato se la segnalazione di inoltro non riesce. È consentito il markup di base."
655
 
656
- #: library/plugin-settings.php:1086
657
  msgid "Custom Content"
658
  msgstr "Contenuto personalizzato"
659
 
660
- #: library/plugin-settings.php:1088
661
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
662
- msgstr "Testo / marcatura personalizzata da includere prima del modulo di invio. Lasciare vuoto per disabilitare."
663
 
664
- #: library/plugin-settings.php:1091
665
  msgid "Rich Text Editor"
666
  msgstr "Rich Text Editor"
667
 
668
- #: library/plugin-settings.php:1093
669
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
670
- msgstr "Seleziona questa casella se desideri attivare la modifica di testo ricco di WP per i post inviati."
671
 
672
- #: library/plugin-settings.php:1096
673
  msgid "Unique Titles"
674
- msgstr "Titoli Unici"
675
 
676
- #: library/plugin-settings.php:1098
677
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
678
- msgstr "Richiedere i titoli post inviati per essere unici (utile per impedire i post inviati più / duplicati)."
679
 
680
- #: library/plugin-settings.php:1101
681
  msgid "Disable Required"
682
- msgstr "Disattiva richiesta"
683
 
684
- #: library/plugin-settings.php:1103
685
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
686
- msgstr "Disabilita tutti gli attributi richiesti nei campi di modulo predefiniti (utile per la risoluzione dei messaggi di errore)."
687
 
688
- #: library/plugin-settings.php:1106
689
  msgid "Disable IP Tracking"
690
- msgstr "Disattiva il monitoraggio IP"
691
 
692
- #: library/plugin-settings.php:1108
693
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
694
- msgstr "Per impostazione predefinita USP registra l'indirizzo IP con ogni post inviato. Seleziona questa casella per disattivare tutto il monitoraggio IP."
695
 
696
- #: library/plugin-settings.php:1111
697
  msgid "Enable Shortcodes"
698
- msgstr "Abilita codici abbreviati"
699
 
700
- #: library/plugin-settings.php:1113
701
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
702
- msgstr "Abilita i codici shortcodes nei widget. Per impostazione predefinita, WordPress non abilita i codici shortcodes nei widget."
703
 
704
- #: library/plugin-settings.php:1114
705
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
706
- msgstr "Questa impostazione abilita qualsiasi / tutti i codici a scorrimento dei widget (anche codici shortcodes da altri plugin)."
707
 
708
- #: library/plugin-settings.php:1119 library/plugin-settings.php:1124
709
  msgid "Categories"
710
- msgstr "Categorie"
711
 
712
- #: library/plugin-settings.php:1127
713
  msgid "Select which categories may be assigned to submitted posts (click to toggle)"
714
- msgstr "Seleziona quali categorie possono essere assegnate ai post inviati (fai clic per cambiare)"
715
 
716
- #: library/plugin-settings.php:1135
717
  msgid "Hidden/Default Category"
718
  msgstr "Categoria nascosta / predefinita"
719
 
720
- #: library/plugin-settings.php:1137
721
  msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
722
- msgstr "Utilizza un campo nascosto per la categoria post. Questo può essere utilizzato per specificare una categoria predefinita quando il campo categoria è disattivato."
723
 
724
- #: library/plugin-settings.php:1140
725
  msgid "Category ID for Hidden Field"
726
- msgstr "ID di categoria per il campo nascosto"
727
 
728
- #: library/plugin-settings.php:1142
729
  msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
730
- msgstr "Specificare l'ID della categoria da utilizzare per la categoria & ldquo; Hidden / Default & rdquo; opzione."
731
 
732
- #: library/plugin-settings.php:1147
733
  msgid "Users"
734
  msgstr "utenti"
735
 
736
- #: library/plugin-settings.php:1152
737
  msgid "Assigned Author"
738
  msgstr "Autore assegnato"
739
 
740
- #: library/plugin-settings.php:1155
741
  msgid "Specify the user that should be assigned as author for submitted posts."
742
- msgstr "Specificare l'utente che dovrebbe essere assegnato come autore per i messaggi inviati."
743
 
744
- #: library/plugin-settings.php:1159
745
  msgid "Registered Username"
746
  msgstr "Nome utente registrato"
747
 
748
- #: library/plugin-settings.php:1161
749
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
750
- msgstr "Utilizza il nome utente registrato come autore post. Valido quando la persona che invia il modulo è connesso a WordPress."
751
 
752
- #: library/plugin-settings.php:1164
753
  msgid "User Profile URL"
754
- msgstr "URL profilo utente"
755
 
756
- #: library/plugin-settings.php:1166
757
  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."
758
- msgstr "Utilizza l'URL registrato dell'utente di & rsquo; s come valore del campo URL. Valido quando la persona che invia il modulo è connesso a WordPress."
759
 
760
- #: library/plugin-settings.php:1169
761
  msgid "Require User Login"
762
- msgstr "Richiede l'accesso utente"
763
 
764
- #: library/plugin-settings.php:1171
765
  msgid "Require users to be logged in to WordPress to view/submit the form"
766
- msgstr "Richiedi agli utenti di accedere a WordPress per visualizzare / inviare il modulo"
 
 
 
 
767
 
768
- #: library/plugin-settings.php:1177
 
 
 
 
769
  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."
770
- msgstr "Qui è possibile modificare il nome e l'etichetta utilizzati dal campo personalizzato. Puoi abilitare questo campo tramite l'impostazione Campi modulo, sopra."
771
 
772
- #: library/plugin-settings.php:1182
773
  msgid "Custom Field Name"
774
  msgstr "Nome campo personalizzato"
775
 
776
- #: library/plugin-settings.php:1184
777
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
778
- msgstr "Utilizzare solo alfanumerici, sottolineatura e trattini. Se non sei sicuro utilizzare il nome predefinito:"
779
 
780
- #: library/plugin-settings.php:1187
781
  msgid "Custom Field Label"
782
- msgstr "Etichetta campione personalizzata"
783
 
784
- #: library/plugin-settings.php:1189
785
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
786
- msgstr "Questa verrà visualizzata come etichetta del campo nel modulo. Predefinito: Campo personalizzato"
787
 
788
- #: library/plugin-settings.php:1201
789
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
790
- msgstr "Per evitare lo spam, inserisci una domanda che gli utenti devono rispondere prima di inviare il modulo."
791
 
792
- #: library/plugin-settings.php:1204
793
  msgid "Challenge Response"
794
- msgstr "Risposta della sfida"
795
 
796
- #: library/plugin-settings.php:1206
797
  msgid "Enter the *only* correct answer to the challenge question."
798
- msgstr "Inserisci la risposta corretta * solo * alla domanda di sfida."
799
 
800
- #: library/plugin-settings.php:1209
801
  msgid "Case-sensitivity"
802
  msgstr "Case-sensibilità"
803
 
804
- #: library/plugin-settings.php:1211
805
  msgid "Check this box if you want the challenge response to be case-sensitive."
806
- msgstr "Seleziona questa casella se desideri che la risposta di sfida sia sensibile alla distinzione tra maiuscole e minuscole."
807
 
808
- #: library/plugin-settings.php:1217
809
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
810
- msgstr "Per abilitare Google reCAPTCHA, immettere le chiavi pubbliche e private."
811
 
812
- #: library/plugin-settings.php:1222
813
  msgid "Public Key"
814
  msgstr "Chiave pubblica"
815
 
816
- #: library/plugin-settings.php:1224
817
  msgid "Enter your Public Key"
818
  msgstr "Inserisci la tua chiave pubblica"
819
 
820
- #: library/plugin-settings.php:1227
821
  msgid "Private Key"
822
  msgstr "Chiave privata"
823
 
824
- #: library/plugin-settings.php:1229
825
  msgid "Enter your Private Key"
826
  msgstr "Inserisci la tua chiave privata"
827
 
828
- #: library/plugin-settings.php:1234
829
  msgid "Email Alerts"
830
- msgstr "Avvisi di posta elettronica"
831
 
832
- #: library/plugin-settings.php:1239
833
  msgid "Receive Email Alert"
834
- msgstr "Ricevere l'avviso di posta elettronica"
835
 
836
- #: library/plugin-settings.php:1241
837
  msgid "Check this box if you want to be notified via email for new post submissions."
838
- msgstr "Seleziona questa casella se desideri ricevere una notifica via e-mail per nuovi post invii."
839
 
840
- #: library/plugin-settings.php:1244
841
  msgid "Enable HTML Format"
842
  msgstr "Abilita il formato HTML"
843
 
844
- #: library/plugin-settings.php:1246
845
  msgid "Check this box to enable HTML format for email alerts."
846
- msgstr "Seleziona questa casella per abilitare il formato HTML per gli avvisi di posta elettronica."
847
 
848
- #: library/plugin-settings.php:1249
849
  msgid "Email Address for Alerts"
850
- msgstr "Indirizzo e-mail per gli avvisi"
851
 
852
- #: library/plugin-settings.php:1251
853
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
854
- msgstr "Se hai selezionato la casella per ricevere avvisi e-mail, indica qui l'indirizzo (i) cui inviare le e-mail."
855
 
856
- #: library/plugin-settings.php:1252
857
  msgid "Multiple recipients may be included using a comma, like so:"
858
- msgstr "È possibile includere più destinatari utilizzando una virgola, in questo modo:"
859
 
860
- #: library/plugin-settings.php:1255
861
  msgid "Email &ldquo;From&rdquo; Address"
862
  msgstr "Email & ldquo; Da & rdquo; Indirizzo"
863
 
864
- #: library/plugin-settings.php:1257
865
  msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
866
- msgstr "Qui puoi personalizzare gli indirizzi usati per il & ldquo; Da & rdquo; intestazione (vedi FAQ per informazioni)."
867
 
868
- #: library/plugin-settings.php:1258
869
  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)."
870
- msgstr "Se sono specificati più indirizzi nell'impostazione precedente, includere un numero uguale di & ldquo; Da & rdquo; indirizzi per questa impostazione (nello stesso ordine)."
871
 
872
- #: library/plugin-settings.php:1261
873
  msgid "Email Alert Subject"
874
- msgstr "Oggetto di avviso di posta elettronica"
875
 
876
- #: library/plugin-settings.php:1263
877
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
878
- msgstr "Soggetto per gli avvisi e-mail. Lasciare vuoto per utilizzare la linea di soggetto predefinita. Nota: è possibile utilizzare le seguenti variabili:"
879
 
880
- #: library/plugin-settings.php:1268
881
  msgid "Email Alert Message"
882
- msgstr "Messaggio di avviso di posta elettronica"
883
 
884
- #: library/plugin-settings.php:1270
885
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
886
- msgstr "Messaggio per gli avvisi e-mail. Lasciare vuoto per utilizzare il messaggio predefinito. Nota: è possibile utilizzare le seguenti variabili:"
887
 
888
- #: library/plugin-settings.php:1282
889
  msgid "Featured Image"
890
  msgstr "Immagine in primo piano"
891
 
892
- #: library/plugin-settings.php:1284
893
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
894
- msgstr "Impostare le immagini inviate come immagini in primo piano. Richiede il supporto a tema per le immagini in primo piano (aka Thumbnails post)."
895
 
896
- #: library/plugin-settings.php:1287
897
  msgid "Upload Message"
898
- msgstr "Carica Messaggio"
899
 
900
- #: library/plugin-settings.php:1289
901
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
902
- msgstr "Messaggio visualizzato vicino al campo di caricamento. Utile per indicare le linee guida / criteri di caricamento / etc. Marcatura base consentita."
903
 
904
- #: library/plugin-settings.php:1292
905
  msgid "&ldquo;Add another image&rdquo; link"
906
  msgstr "& ldquo; Aggiungi un'altra immagine & rdquo; collegamento"
907
 
908
- #: library/plugin-settings.php:1294
909
  msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
910
- msgstr "Markup personalizzato per & ldquo; Aggiungi un'altra immagine & rdquo; collegamento. Lasciare vuoto per utilizzare il markup predefinito (consigliato)."
911
 
912
- #: library/plugin-settings.php:1297
913
  msgid "Minimum number of images"
914
  msgstr "Numero minimo di immagini"
915
 
916
- #: library/plugin-settings.php:1300
917
  msgid "Specify the minimum number of images."
918
- msgstr "Specificare il numero minimo di immagini."
919
 
920
- #: library/plugin-settings.php:1304
921
  msgid "Maximum number of images"
922
  msgstr "Numero massimo di immagini"
923
 
924
- #: library/plugin-settings.php:1307
925
  msgid "Specify the maximum number of images."
926
- msgstr "Specificare il numero massimo di immagini."
927
 
928
- #: library/plugin-settings.php:1311
929
  msgid "Minimum image width"
930
- msgstr "Ampiezza dell'immagine minima"
931
 
932
- #: library/plugin-settings.php:1313
933
  msgid "Specify a minimum width (in pixels) for uploaded images."
934
  msgstr "Specificare una larghezza minima (in pixel) per le immagini caricate."
935
 
936
- #: library/plugin-settings.php:1316
937
  msgid "Minimum image height"
938
- msgstr "Altezza immagine minima"
939
 
940
- #: library/plugin-settings.php:1318
941
  msgid "Specify a minimum height (in pixels) for uploaded images."
942
- msgstr "Specificare un'altezza minima (in pixel) per le immagini caricate."
943
 
944
- #: library/plugin-settings.php:1321
945
  msgid "Maximum image width"
946
- msgstr "Larghezza massima dell'immagine"
947
 
948
- #: library/plugin-settings.php:1323
949
  msgid "Specify a maximum width (in pixels) for uploaded images."
950
  msgstr "Specificare una larghezza massima (in pixel) per le immagini caricate."
951
 
952
- #: library/plugin-settings.php:1326
953
  msgid "Maximum image height"
954
  msgstr "Altezza massima dell'immagine"
955
 
956
- #: library/plugin-settings.php:1328
957
  msgid "Specify a maximum height (in pixels) for uploaded images."
958
- msgstr "Specificare un'altezza massima (in pixel) per le immagini caricate."
959
 
960
- #: library/plugin-settings.php:1331
961
  msgid "More Options"
962
  msgstr "Più opzioni"
963
 
964
- #: library/plugin-settings.php:1334
965
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
966
- msgstr "Per ulteriori opzioni, ad esempio la possibilità di caricare altri tipi di file (come PDF, Word, Zip, video e altro), esegui il check-out"
967
 
968
- #: library/plugin-settings.php:1335
969
  msgid "Go Pro!"
970
  msgstr "Vai Pro!"
971
 
972
- #: library/plugin-settings.php:1342
973
  msgid "Auto-Display Content"
974
- msgstr "Contenuto di visualizzazione automatica"
975
 
976
- #: library/plugin-settings.php:1347
977
  msgid "Images Auto-Display"
978
- msgstr "Immagini di visualizzazione automatica"
979
 
980
- #: library/plugin-settings.php:1349
981
  msgid "Auto-display user-submitted images:"
982
- msgstr "Visualizzazione automatica delle immagini inviate dall'utente:"
983
 
984
- #: library/plugin-settings.php:1354
985
  msgid "Image Markup"
986
- msgstr "Markup di immagini"
987
 
988
- #: library/plugin-settings.php:1356
989
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
990
- msgstr "Markup da utilizzare per ogni immagine presentata (quando è attivata la visualizzazione automatica). Poter usare"
991
 
992
- #: library/plugin-settings.php:1358 library/plugin-settings.php:1371
993
- #: library/plugin-settings.php:1384 library/plugin-settings.php:1397
994
  msgid "and"
995
  msgstr "e"
996
 
997
- #: library/plugin-settings.php:1361
998
  msgid "Email Auto-Display"
999
- msgstr "Visualizzazione automatica e-mail"
1000
 
1001
- #: library/plugin-settings.php:1363
1002
  msgid "Auto-display user-submitted email:"
1003
- msgstr "Visualizzare automaticamente l'email inviata dall'utente:"
1004
 
1005
- #: library/plugin-settings.php:1368
1006
  msgid "Email Markup"
1007
  msgstr "Email Markup"
1008
 
1009
- #: library/plugin-settings.php:1370
1010
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1011
- msgstr "Markup da utilizzare per l'indirizzo email inviato (quando è attivato l'auto-display). Poter usare"
1012
 
1013
- #: library/plugin-settings.php:1374
1014
  msgid "URL Auto-Display"
1015
- msgstr "Visualizzazione automatica URL"
1016
 
1017
- #: library/plugin-settings.php:1376
1018
  msgid "Auto-display user-submitted URL:"
1019
- msgstr "Visualizza automaticamente l'URL inviato dall'utente:"
1020
 
1021
- #: library/plugin-settings.php:1381
1022
  msgid "URL Markup"
1023
- msgstr "URL Markup"
1024
 
1025
- #: library/plugin-settings.php:1383
1026
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1027
- msgstr "Markup da utilizzare per l'URL inviato (quando l'abilitazione automatica è abilitata). Poter usare"
1028
 
1029
- #: library/plugin-settings.php:1387
1030
  msgid "Custom Field Auto-Display"
1031
- msgstr "Visualizzazione automatica del campo personalizzato"
1032
 
1033
- #: library/plugin-settings.php:1389
1034
  msgid "Auto-display user-submitted Custom Field:"
1035
- msgstr "Visualizzazione automatica del campo personalizzato presentato dall'utente:"
1036
 
1037
- #: library/plugin-settings.php:1394
1038
  msgid "Custom Field Markup"
1039
- msgstr "Markup campi personalizzati"
1040
 
1041
- #: library/plugin-settings.php:1396
1042
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1043
- msgstr "Markup da utilizzare per il campo personalizzato presentato (quando è attivata la visualizzazione automatica). Poter usare"
1044
 
1045
- #: library/plugin-settings.php:1402 library/plugin-settings.php:1468
1046
  msgid "Save Settings"
1047
  msgstr "Salva le impostazioni"
1048
 
1049
- #: library/plugin-settings.php:1407
1050
  msgid "Display the Form"
1051
- msgstr "Visualizzare il modulo"
1052
 
1053
- #: library/plugin-settings.php:1410
1054
  msgid "Post-Submit Form"
1055
- msgstr "Modulo post-presentazione"
1056
 
1057
- #: library/plugin-settings.php:1411
1058
  msgid "USP enables you to display a post-submission form anywhere on your site."
1059
- msgstr "USP consente di visualizzare un modulo di post-presentazione ovunque nel tuo sito."
1060
 
1061
- #: library/plugin-settings.php:1412 library/plugin-settings.php:1419
1062
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1063
- msgstr "Utilizza il codice abbreviato per visualizzare il modulo in qualsiasi post o pagina WP:"
1064
 
1065
- #: library/plugin-settings.php:1414 library/plugin-settings.php:1421
1066
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1067
- msgstr "Oppure, utilizzare il tag modello per visualizzare il modulo in qualsiasi punto del modello di tema:"
1068
 
1069
- #: library/plugin-settings.php:1417
1070
  msgid "Login/Register Form"
1071
- msgstr "Login / Registra modulo"
1072
 
1073
- #: library/plugin-settings.php:1418
1074
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1075
  msgstr "È inoltre possibile visualizzare un modulo che consente agli utenti di accedere, registrare o reimpostare la propria password."
1076
 
1077
- #: library/plugin-settings.php:1424
1078
  msgid "Display Submitted Posts"
1079
- msgstr "Visualizza i messaggi inviati"
1080
 
1081
- #: library/plugin-settings.php:1425
1082
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1083
- msgstr "Utilizza questo codice per visualizzare un elenco di messaggi inviati in qualsiasi post o pagina WP:"
1084
 
1085
- #: library/plugin-settings.php:1427
1086
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1087
- msgstr "Oppure, utilizza il tag modello per visualizzare un elenco di posti inviati ovunque nel tuo modello di tema:"
1088
 
1089
- #: library/plugin-settings.php:1429
1090
  msgid "Here are some examples showing how to configure this shortcode:"
1091
- msgstr "Di seguito sono elencati alcuni modi per configurare questo codice:"
1092
 
1093
- #: library/plugin-settings.php:1436
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1094
  msgid "Access Control"
1095
  msgstr "Controllo di accesso"
1096
 
1097
- #: library/plugin-settings.php:1437
1098
  msgid "USP provides three shortcodes to control access and restrict content."
1099
- msgstr "USP fornisce tre codici brevi per controllare l'accesso e limitare il contenuto."
1100
 
1101
- #: library/plugin-settings.php:1438
1102
  msgid "Display content only to users with a specific capability:"
1103
- msgstr "Visualizza il contenuto solo agli utenti con una specifica funzionalità:"
1104
 
1105
- #: library/plugin-settings.php:1440
1106
  msgid "Display content to logged-in users:"
1107
- msgstr "Visualizza i contenuti agli utenti connessi:"
1108
 
1109
- #: library/plugin-settings.php:1442
1110
  msgid "Display content to visitors only:"
1111
- msgstr "Visualizza i contenuti solo per i visitatori:"
1112
 
1113
- #: library/plugin-settings.php:1444
1114
  msgid "Tip:"
1115
  msgstr "Mancia:"
1116
 
1117
- #: library/plugin-settings.php:1444
1118
  msgid "to include markup in the deny message, you can use"
1119
- msgstr "per includere il markup nel messaggio di negazione, è possibile utilizzare"
1120
 
1121
- #: library/plugin-settings.php:1444
1122
  msgid "to output"
1123
- msgstr "per produrre"
1124
 
1125
- #: library/plugin-settings.php:1446
1126
  msgid "Example"
1127
  msgstr "Esempio"
1128
 
1129
- #: library/plugin-settings.php:1447
1130
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1131
- msgstr "Se l'utente è connesso, visualizza il modulo post-submit; o se l'utente non è collegato, visualizza il modulo di login:"
1132
 
1133
- #: library/plugin-settings.php:1459
1134
  msgid "Restore Defaults"
1135
  msgstr "Ripristina i valori predefiniti"
1136
 
1137
- #: library/plugin-settings.php:1462
1138
  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."
1139
- msgstr "Lasciare questa opzione disabilitata per ricordare le impostazioni. Oppure, per andare avanti e ripristinare le opzioni di plugin predefinite: selezionare la casella, salvare le impostazioni e disattivare / riattivare il plugin."
1140
 
1141
- #: library/plugin-settings.php:1466
1142
  msgid "Restore default options upon plugin deactivation/reactivation."
1143
- msgstr "Ripristina le opzioni predefinite alla disattivazione / reattivazione del plugin."
1144
 
1145
- #: library/plugin-settings.php:1473
1146
  msgid "Show Support"
1147
- msgstr "Mostra il supporto"
1148
 
1149
- #: library/plugin-settings.php:1482
1150
  msgid "by"
1151
  msgstr "di"
1152
 
1153
- #: library/plugin-settings.php:1483
1154
  msgid "Jeff Starr on Twitter"
1155
  msgstr "Jeff Starr su Twitter"
1156
 
1157
- #: library/plugin-settings.php:1484
1158
  msgid "Obsessive Web Design &amp; Development"
1159
- msgstr "Web Design Obsessive & amp; Sviluppo"
1160
 
1161
- #: library/plugin-settings.php:1495
1162
  msgid "Save Preference"
1163
  msgstr "Salva preferenza"
1164
 
1165
- #: library/plugin-settings.php:1502
1166
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1167
  msgstr "Sei sicuro di voler ripristinare tutte le opzioni predefinite? (questa azione non può essere annullata)"
1168
 
1169
- #: library/template-tags.php:214
1170
- msgid "View full post"
1171
- msgstr "Visualizza l'intero post"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1172
 
1173
  #. Description of the plugin
1174
  #:
1175
  msgid "Enables your visitors to submit posts and images from anywhere on your site."
1176
- msgstr "Consente ai visitatori di inviare messaggi e immagini da qualsiasi punto del tuo sito."
1177
 
1178
  #. URI of the plugin
1179
  #:
4
  "Content-Type: text/plain; charset=UTF-8\n"
5
  "Content-Transfer-Encoding: 8bit\n"
6
  "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20180316\n"
8
  "Language: it\n"
9
 
10
  #. Name of the plugin
11
+ #: user-submitted-posts.php:44 library/support-panel.php:5
12
  msgid "User Submitted Posts"
13
+ msgstr "Post inviati dall'utente"
14
 
15
+ #: user-submitted-posts.php:81
16
  msgid "requires WordPress "
17
  msgstr "richiede WordPress"
18
 
19
+ #: user-submitted-posts.php:82
20
  msgid " or higher, and has been deactivated! "
21
  msgstr " o superiore, ed è stato disattivato!"
22
 
23
+ #: user-submitted-posts.php:83
24
  msgid "Please return to the"
25
+ msgstr "Si prega di tornare al"
26
 
27
+ #: user-submitted-posts.php:84
28
  msgid "WordPress Admin Area"
29
+ msgstr "Area amministrativa di WordPress"
30
 
31
+ #: user-submitted-posts.php:85
32
  msgid "to upgrade WordPress and try again."
33
  msgstr "per aggiornare WordPress e riprovare."
34
 
35
+ #: user-submitted-posts.php:125
36
  msgid "User Submitted Post"
37
+ msgstr "Post inviato dall'utente"
38
 
39
+ #: user-submitted-posts.php:419
40
  msgid "User Submitted Post Info"
41
+ msgstr "Informazioni post inviate dall'utente"
42
 
43
+ #: user-submitted-posts.php:449
44
  msgid "Submitter Name: "
45
+ msgstr "Nome del mittente:"
46
 
47
+ #: user-submitted-posts.php:450
48
  msgid "Submitter Email: "
49
+ msgstr "Email del mittente:"
50
 
51
+ #: user-submitted-posts.php:451
52
  msgid "Submitter URL: "
53
+ msgstr "URL del submitter:"
54
 
55
+ #: user-submitted-posts.php:452
56
  msgid "Submitter IP: "
57
+ msgstr "IP del mittente:"
58
 
59
+ #: user-submitted-posts.php:503
60
  msgid "Show USP Posts"
61
+ msgstr "Mostra messaggi USP"
62
 
63
+ #: user-submitted-posts.php:504 library/plugin-settings.php:979
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
+ #: user-submitted-posts.php:1272
68
  msgid " files required"
69
  msgstr " file richiesti"
70
 
71
+ #: user-submitted-posts.php:1273
72
  msgid " file required"
73
  msgstr " file richiesto"
74
 
75
+ #: user-submitted-posts.php:1275
76
  msgid " files"
77
  msgstr " File"
78
 
79
+ #: user-submitted-posts.php:1276
80
  msgid " file"
81
  msgstr " file"
82
 
83
+ #: user-submitted-posts.php:1278 user-submitted-posts.php:1279
84
+ #: user-submitted-posts.php:1280 user-submitted-posts.php:1281
85
  msgid " pixels"
86
  msgstr " pixel"
87
 
88
+ #: user-submitted-posts.php:1283 library/core-functions.php:215
89
+ #: library/plugin-settings.php:284 library/plugin-settings.php:303
90
+ #: library/plugin-settings.php:701 library/plugin-settings.php:1195
91
  msgid "Custom Field"
92
  msgstr "Campo personalizzato"
93
 
94
+ #: user-submitted-posts.php:1286
95
  msgid "An error occurred. Please go back and try again."
96
+ msgstr "Si è verificato un errore. Per favore torna indietro e riprova."
97
 
98
+ #: user-submitted-posts.php:1296
99
  msgid "User login required"
100
+ msgstr "Accesso utente richiesto"
101
 
102
+ #: user-submitted-posts.php:1297
103
  msgid "User name required"
104
  msgstr "Nome utente richiesto"
105
 
106
+ #: user-submitted-posts.php:1298
107
  msgid "Post title required"
108
+ msgstr "Titolo richiesto"
109
 
110
+ #: user-submitted-posts.php:1299
111
  msgid "User URL required"
112
+ msgstr "URL dell'utente richiesto"
113
 
114
+ #: user-submitted-posts.php:1300
115
  msgid "Post tags required"
116
+ msgstr "Post tags richiesti"
117
 
118
+ #: user-submitted-posts.php:1301
119
  msgid "Post category required"
120
+ msgstr "Post richiesta obbligatoria"
121
 
122
+ #: user-submitted-posts.php:1302
123
  msgid "Post content required"
124
+ msgstr "Pubblica i contenuti richiesti"
125
 
126
+ #: user-submitted-posts.php:1303 user-submitted-posts.php:1304
127
  msgid "Correct captcha required"
128
+ msgstr "Richiesto captcha corretto"
129
 
130
+ #: user-submitted-posts.php:1305
131
  msgid "User email required"
132
+ msgstr "E-mail utente richiesta"
133
 
134
+ #: user-submitted-posts.php:1306
135
  msgid "Please check your email and try again"
136
+ msgstr "Controlla la tua email e riprova"
137
 
138
+ #: user-submitted-posts.php:1307
139
  msgid "Non-empty value for hidden field"
140
+ msgstr "Valore non vuoto per campo nascosto"
141
 
142
+ #: user-submitted-posts.php:1308
143
  msgid "Minimum number of images not met"
144
  msgstr "Numero minimo di immagini non soddisfatte"
145
 
146
+ #: user-submitted-posts.php:1309
147
  msgid "Maximum number of images exceeded "
148
+ msgstr "Numero massimo di immagini superate"
149
 
150
+ #: user-submitted-posts.php:1310
151
  msgid "Minimum image width not met"
152
+ msgstr "Larghezza minima dell'immagine non soddisfatta"
153
 
154
+ #: user-submitted-posts.php:1311
155
  msgid "Image width exceeds maximum"
156
  msgstr "La larghezza dell'immagine supera il massimo"
157
 
158
+ #: user-submitted-posts.php:1312
159
  msgid "Minimum image height not met"
160
+ msgstr "Altezza minima dell'immagine non soddisfatta"
161
 
162
+ #: user-submitted-posts.php:1313
163
  msgid "Image height exceeds maximum"
164
  msgstr "L'altezza dell'immagine supera il massimo"
165
 
166
+ #: user-submitted-posts.php:1314
167
  msgid "File type not allowed (please upload images only)"
168
+ msgstr "Tipo di file non consentito (caricare solo immagini)"
169
 
170
+ #: user-submitted-posts.php:1315
171
  msgid " required"
172
  msgstr " necessario"
173
 
174
+ #: user-submitted-posts.php:1319
175
  msgid "File not uploaded. Please check the file and try again."
176
+ msgstr "File non caricato. Si prega di controllare il file e riprovare."
177
 
178
+ #: user-submitted-posts.php:1323
179
  msgid "The file(s) could not be uploaded"
180
+ msgstr "Il file (s) non può essere caricato"
181
 
182
+ #: user-submitted-posts.php:1325
183
  msgid "Post not created. Please contact the site administrator for help."
184
+ msgstr "Post non creato. Si prega di contattare l'amministratore del sito per aiuto."
185
 
186
+ #: user-submitted-posts.php:1326
187
  msgid "Duplicate post title. Please try again."
188
+ msgstr "Titolo del post duplicato. Per favore riprova."
189
 
190
+ #: user-submitted-posts.php:1336
191
  msgid "Error: "
192
  msgstr "Errore:"
193
 
194
+ #: user-submitted-posts.php:1362
195
  msgid "Return to form"
196
+ msgstr "Ritorna alla forma"
197
 
198
+ #: user-submitted-posts.php:1392 library/plugin-settings.php:955
199
  msgid "Please"
200
  msgstr "per favore"
201
 
202
+ #: user-submitted-posts.php:1393
203
  msgid "log in"
204
  msgstr "accesso"
205
 
206
+ #: user-submitted-posts.php:1394
207
  msgid "to submit content!"
208
+ msgstr "per inviare contenuti!"
209
 
210
  #: views/submission-form.php:46 views/submission-form-alt.php:55
211
  msgid "Please complete the required fields."
212
+ msgstr "Si prega di compilare i campi richiesti."
213
 
214
  #: views/submission-form.php:56 views/submission-form.php:57
215
  #: views/submission-form-alt.php:61 views/submission-form-alt.php:62
228
 
229
  #: views/submission-form.php:74 views/submission-form.php:75
230
  #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
+ #: library/plugin-settings.php:1016
232
  msgid "Post Title"
233
  msgstr "Titolo del post"
234
 
235
  #: views/submission-form.php:80 views/submission-form.php:81
236
  #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
+ #: library/plugin-settings.php:1017
238
  msgid "Post Tags"
239
+ msgstr "Post Tags"
240
 
241
  #: views/submission-form.php:93 views/submission-form-alt.php:98
242
  msgid "Antispam Question"
243
  msgstr "Domanda antispam"
244
 
245
  #: views/submission-form.php:98 views/submission-form-alt.php:103
246
+ #: library/plugin-settings.php:1018
247
  msgid "Post Category"
248
+ msgstr "Post categoria"
249
 
250
  #: views/submission-form.php:100 views/submission-form-alt.php:105
251
  msgid "Please select a category.."
252
+ msgstr "Si prega di selezionare una categoria .."
253
 
254
  #: views/submission-form.php:135 views/submission-form.php:136
255
  #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
+ #: library/plugin-settings.php:1019
257
  msgid "Post Content"
258
+ msgstr "Pubblica contenuti"
259
 
260
  #: views/submission-form.php:142 views/submission-form-alt.php:147
261
  msgid "Verification"
271
 
272
  #: views/submission-form.php:180 views/submission-form-alt.php:185
273
  msgid "Human verification: leave this field empty."
274
+ msgstr "Verifica umana: lascia questo campo vuoto."
275
 
276
  #: views/submission-form.php:202 views/submission-form-alt.php:207
277
  msgid "Submit Post"
278
  msgstr "Invia post"
279
 
280
+ #: library/shortcode-misc.php:18
281
+ msgid "Reset form"
282
+ msgstr "Ripristina modulo"
283
+
284
+ #: library/shortcode-misc.php:128
285
+ msgid "View full post"
286
+ msgstr "Visualizza l'intero post"
287
+
288
  #: library/plugin-settings.php:32
289
  msgid "Get USP Pro for unlimited forms!"
290
+ msgstr "Ottieni USP Pro per moduli illimitati!"
291
 
292
  #: library/plugin-settings.php:33
293
  msgid "Go Pro"
299
 
300
  #: library/plugin-settings.php:55
301
  msgid "Give USP a 5-star rating at WordPress.org"
302
+ msgstr "Offri a USP una valutazione a 5 stelle su WordPress.org"
303
 
304
  #: library/plugin-settings.php:56
305
  msgid "Rate this plugin&nbsp;&raquo;"
306
+ msgstr "Valuta questo plug-in & nbsp; & raquo;"
307
 
308
  #: library/plugin-settings.php:114
309
  msgid "WP Post (recommended)"
310
+ msgstr "WP Post (consigliato)"
311
 
312
  #: library/plugin-settings.php:118
313
  msgid "WP Page"
315
 
316
  #: library/plugin-settings.php:134
317
  msgid "HTML5 Form + Default CSS"
318
+ msgstr "Modulo HTML5 + CSS predefinito"
319
 
320
  #: library/plugin-settings.php:134
321
  msgid "(Recommended)"
323
 
324
  #: library/plugin-settings.php:138
325
  msgid "HTML5 Form + Disable CSS"
326
+ msgstr "Modulo HTML5 + Disabilita CSS"
327
 
328
  #: library/plugin-settings.php:138
329
  msgid "(Provide your own styles)"
330
+ msgstr "(Fornisci i tuoi stili)"
331
 
332
  #: library/plugin-settings.php:142
333
  msgid "Custom Form + Custom CSS"
334
+ msgstr "Modulo personalizzato + CSS personalizzato"
335
 
336
  #: library/plugin-settings.php:142
337
  msgid "(Provide your own form template &amp; styles)"
338
+ msgstr "(Fornisci il tuo modello di modulo e stili)"
339
 
340
  #: library/plugin-settings.php:158 library/plugin-settings.php:182
341
  #: library/plugin-settings.php:205 library/plugin-settings.php:229
342
  msgid "Auto-display before post content"
343
+ msgstr "Visualizzazione automatica prima del contenuto del post"
344
 
345
  #: library/plugin-settings.php:162 library/plugin-settings.php:186
346
  #: library/plugin-settings.php:209 library/plugin-settings.php:233
347
  msgid "Auto-display after post content"
348
+ msgstr "Visualizzazione automatica dopo il contenuto del post"
349
 
350
  #: library/plugin-settings.php:166
351
  msgid "Do not auto-display submitted images"
353
 
354
  #: library/plugin-settings.php:190
355
  msgid "Do not auto-display submitted email"
356
+ msgstr "Non visualizzare automaticamente l'e-mail inviata"
357
 
358
  #: library/plugin-settings.php:213
359
  msgid "Do not auto-display submitted URL"
366
  #: library/plugin-settings.php:265 library/plugin-settings.php:297
367
  #: library/plugin-settings.php:330 library/plugin-settings.php:362
368
  msgid "Display and require"
369
+ msgstr "Mostra e richiede"
370
 
371
  #: library/plugin-settings.php:266 library/plugin-settings.php:298
372
  msgid "Display but do not require"
373
+ msgstr "Visualizza ma non richiede"
374
 
375
  #: library/plugin-settings.php:267 library/plugin-settings.php:299
376
  #: library/plugin-settings.php:331 library/plugin-settings.php:363
377
  msgid "Disable this field"
378
+ msgstr "Disabilita questo campo"
379
 
380
  #: library/plugin-settings.php:302 library/plugin-settings.php:334
381
  #: library/plugin-settings.php:366 library/plugin-settings.php:398
388
  msgstr "per configurare le opzioni)"
389
 
390
  #: library/plugin-settings.php:318 library/plugin-settings.php:335
391
+ #: library/plugin-settings.php:1213 library/plugin-settings.php:1218
392
  msgid "Challenge Question"
393
+ msgstr "Domanda Sfida"
394
 
395
  #: library/plugin-settings.php:350 library/plugin-settings.php:367
396
+ #: library/plugin-settings.php:1235
397
  msgid "Google reCAPTCHA"
398
  msgstr "Google reCAPTCHA"
399
 
400
  #: library/plugin-settings.php:382
401
  msgid "Post Images"
402
+ msgstr "Pubblica immagini"
403
 
404
  #: library/plugin-settings.php:394
405
  msgid "Display"
409
  msgid "Disable"
410
  msgstr "disattivare"
411
 
412
+ #: library/plugin-settings.php:399 library/plugin-settings.php:1296
413
  msgid "Image Uploads"
414
+ msgstr "Caricamenti di immagini"
415
 
416
  #: library/plugin-settings.php:479
417
  msgid "Draft"
419
 
420
  #: library/plugin-settings.php:480
421
  msgid "Pending (default)"
422
+ msgstr "In sospeso (predefinito)"
423
 
424
  #: library/plugin-settings.php:481
425
  msgid "Publish immediately"
427
 
428
  #: library/plugin-settings.php:482
429
  msgid "Publish after 1 approved post"
430
+ msgstr "Pubblica dopo 1 post approvato"
431
 
432
  #: library/plugin-settings.php:483
433
  msgid "Publish after "
437
  msgid " approved posts"
438
  msgstr " post approvati"
439
 
440
+ #: library/plugin-settings.php:645
441
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
442
+ msgstr "C'era un errore. Assicurati di aver aggiunto un titolo, alcuni contenuti e di aver caricato solo le immagini."
443
 
444
+ #: library/plugin-settings.php:659
445
  msgid "Please select your image(s) to upload."
446
+ msgstr "Si prega di selezionare l'immagine (s) per caricare."
447
 
448
+ #: library/plugin-settings.php:665
449
  msgid "Success! Thank you for your submission."
450
  msgstr "Successo! Grazie per la vostra presentazione."
451
 
452
+ #: library/plugin-settings.php:691
453
  msgid "Email"
454
  msgstr "E-mail"
455
 
456
+ #: library/plugin-settings.php:692
457
  msgid "URL"
458
  msgstr "URL"
459
 
460
+ #: library/plugin-settings.php:942
 
 
 
 
461
  msgid "Toggle all panels"
462
+ msgstr "Attiva tutti i pannelli"
463
 
464
+ #: library/plugin-settings.php:951
465
  msgid "We need your support!"
466
+ msgstr "Abbiamo bisogno del tuo supporto!"
467
 
468
+ #: library/plugin-settings.php:955
469
  msgid "Make a donation via PayPal"
470
  msgstr "Fai una donazione tramite PayPal"
471
 
472
+ #: library/plugin-settings.php:955
473
  msgid "make a donation"
474
  msgstr "Fai una donazione"
475
 
476
+ #: library/plugin-settings.php:955
477
  msgid "and/or"
478
  msgstr "e / o"
479
 
480
+ #: library/plugin-settings.php:956
481
  msgid "Rate and review at the Plugin Directory"
482
+ msgstr "Valuta e controlla la directory dei plugin"
483
 
484
+ #: library/plugin-settings.php:957
485
  msgid "give this plugin a 5-star rating"
486
+ msgstr "dai a questo plugin una valutazione a 5 stelle"
487
 
488
+ #: library/plugin-settings.php:961
489
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
490
+ msgstr "Il tuo generoso supporto consente lo sviluppo continuo di questo plugin gratuito. Grazie!"
491
 
492
+ #: library/plugin-settings.php:966
493
  msgid "Check this box if you have shown support"
494
+ msgstr "Seleziona questa casella se hai mostrato supporto"
495
 
496
+ #: library/plugin-settings.php:975
497
  msgid "Overview"
498
  msgstr "Panoramica"
499
 
500
+ #: library/plugin-settings.php:979
501
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
502
+ msgstr "consente ai tuoi visitatori di inviare post e caricare immagini dal front-end del tuo sito."
503
 
504
+ #: library/plugin-settings.php:980
505
  msgid "For advanced functionality and unlimited forms, check out"
506
+ msgstr "Per funzionalità avanzate e moduli illimitati, controlla"
507
 
508
+ #: library/plugin-settings.php:980 library/plugin-settings.php:1354
509
  msgid "USP Pro"
510
  msgstr "USP Pro"
511
 
512
+ #: library/plugin-settings.php:981
513
  msgid "&mdash; the ultimate solution for user-generated content."
514
+ msgstr "& Mdash; la soluzione definitiva per i contenuti generati dagli utenti."
515
 
516
+ #: library/plugin-settings.php:985 library/plugin-settings.php:1002
517
  msgid "Plugin Settings"
518
+ msgstr "Impostazioni del plugin"
519
 
520
+ #: library/plugin-settings.php:986
521
  msgid "Display the form"
522
+ msgstr "Visualizza il modulo"
523
 
524
+ #: library/plugin-settings.php:987 library/plugin-settings.php:1511
525
  msgid "Plugin Homepage"
526
+ msgstr "Homepage del plugin"
527
 
528
+ #: library/plugin-settings.php:990
529
  msgid "If you like this plugin, please"
530
  msgstr "Se ti piace questo plugin, per favore"
531
 
532
+ #: library/plugin-settings.php:991
533
  msgid "THANK YOU for your support!"
534
  msgstr "Grazie per il vostro sostegno!"
535
 
536
+ #: library/plugin-settings.php:991
537
  msgid "give it a 5-star rating"
538
+ msgstr "dargli una valutazione a 5 stelle"
539
 
540
+ #: library/plugin-settings.php:995
541
  msgid "Unlimited front-end forms"
542
  msgstr "Forme front-end illimitate"
543
 
544
+ #: library/plugin-settings.php:995
545
  msgid "Get USP Pro"
546
+ msgstr "Ottieni USP Pro"
547
 
548
+ #: library/plugin-settings.php:1005
549
  msgid "Configure your settings for User Submitted Posts."
550
+ msgstr "Configura le tue impostazioni per i post inviati dall'utente."
551
 
552
+ #: library/plugin-settings.php:1007
553
  msgid "Form Fields"
554
+ msgstr "Campi modulo"
555
 
556
+ #: library/plugin-settings.php:1013
557
  msgid "User Name"
558
  msgstr "Nome utente"
559
 
560
+ #: library/plugin-settings.php:1014
561
  msgid "User Email"
562
  msgstr "Email dell'utente"
563
 
564
+ #: library/plugin-settings.php:1015
565
  msgid "User URL"
566
+ msgstr "URL dell'utente"
567
 
568
+ #: library/plugin-settings.php:1030
569
  msgid "General Settings"
570
  msgstr "impostazioni generali"
571
 
572
+ #: library/plugin-settings.php:1032
573
+ msgid "Note that the default settings work fine for most cases."
574
+ msgstr "Si noti che le impostazioni predefinite funzionano bene per la maggior parte dei casi."
575
+
576
+ #: library/plugin-settings.php:1037
577
  msgid "Form Style"
578
+ msgstr "Stile della forma"
579
 
580
+ #: library/plugin-settings.php:1042
581
  msgid "With this option, you can copy the plugin&rsquo;s default templates:"
582
+ msgstr "Con questa opzione, puoi copiare i modelli predefiniti del plug-in:"
583
 
584
+ #: library/plugin-settings.php:1047
585
  msgid "..and upload them into a directory named"
586
+ msgstr "..e caricali in una directory chiamata"
587
 
588
+ #: library/plugin-settings.php:1047
589
  msgid "in your theme:"
590
  msgstr "nel tuo tema:"
591
 
592
+ #: library/plugin-settings.php:1053
593
  msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
594
+ msgstr "Ciò ti consentirà di personalizzare la forma e gli stili come desiderato. Per maggiori informazioni, consulta la sezione \"Modulo di invio personalizzato\" nel"
595
 
596
+ #: library/plugin-settings.php:1054
597
  msgid "Installation Docs"
598
  msgstr "Documenti di installazione"
599
 
600
+ #: library/plugin-settings.php:1055
601
  msgid "FYI: here is a"
602
+ msgstr "A proposito: ecco a"
603
 
604
+ #: library/plugin-settings.php:1055
605
  msgid "list of USP CSS selectors"
606
+ msgstr "elenco dei selettori CSS USP"
607
 
608
+ #: library/plugin-settings.php:1061
609
  msgid "Include JavaScript"
610
+ msgstr "Include JavaScript"
611
 
612
+ #: library/plugin-settings.php:1063
613
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
614
+ msgstr "Seleziona questa casella se vuoi includere i file JavaScript esterni (consigliato)."
615
 
616
+ #: library/plugin-settings.php:1066
617
  msgid "Targeted Loading"
618
  msgstr "Caricamento mirato"
619
 
620
+ #: library/plugin-settings.php:1068
621
  msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
622
+ msgstr "Per impostazione predefinita, CSS esterno & amp; I file JavaScript vengono caricati su ogni pagina. Qui puoi specificare l'URL del modulo USP per caricare risorse solo su quella pagina. Nota: lasciare vuoto per caricare su tutte le pagine."
623
 
624
+ #: library/plugin-settings.php:1071
625
  msgid "Post Type"
626
+ msgstr "Post Type"
627
 
628
+ #: library/plugin-settings.php:1074
629
  msgid "Submit posts as WP Posts or Pages"
630
+ msgstr "Invia post come WP Posts o Pages"
631
 
632
+ #: library/plugin-settings.php:1078
633
  msgid "Post Status"
634
+ msgstr "Post Status"
635
 
636
+ #: library/plugin-settings.php:1081
637
  msgid "Post Status for submitted posts"
638
+ msgstr "Post Status per i post inviati"
639
 
640
+ #: library/plugin-settings.php:1085
641
  msgid "Redirect URL"
642
  msgstr "URL di reindirizzamento"
643
 
644
+ #: library/plugin-settings.php:1087
645
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
646
+ msgstr "Specificare un URL per reindirizzare l'utente dopo la post-presentazione. Lascia vuoto per reindirizzare alla pagina corrente."
647
 
648
+ #: library/plugin-settings.php:1090
649
  msgid "Success Message"
650
  msgstr "Messaggio di successo"
651
 
652
+ #: library/plugin-settings.php:1092
653
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
654
+ msgstr "Messaggio di successo che viene visualizzato se il post-invio ha esito positivo. È consentito il markup di base."
655
 
656
+ #: library/plugin-settings.php:1095
657
  msgid "Error Message"
658
  msgstr "Messaggio di errore"
659
 
660
+ #: library/plugin-settings.php:1097
661
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
662
+ msgstr "Messaggio di errore generale che viene visualizzato se il post-invio non riesce. È consentito il markup di base."
663
 
664
+ #: library/plugin-settings.php:1100
665
  msgid "Custom Content"
666
  msgstr "Contenuto personalizzato"
667
 
668
+ #: library/plugin-settings.php:1102
669
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
670
+ msgstr "Testo personalizzato / markup da includere prima del modulo di invio. Lascia vuoto per disabilitare."
671
 
672
+ #: library/plugin-settings.php:1105
673
  msgid "Rich Text Editor"
674
  msgstr "Rich Text Editor"
675
 
676
+ #: library/plugin-settings.php:1107
677
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
678
+ msgstr "Seleziona questa casella se desideri abilitare la modifica del testo RTF per i post inviati."
679
 
680
+ #: library/plugin-settings.php:1110
681
  msgid "Unique Titles"
682
+ msgstr "Titoli unici"
683
 
684
+ #: library/plugin-settings.php:1112
685
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
686
+ msgstr "Richiedere che i titoli dei post inviati siano unici (utile per evitare post inviati multipli / duplicati)."
687
 
688
+ #: library/plugin-settings.php:1115
689
  msgid "Disable Required"
690
+ msgstr "Disabilitare Richiesto"
691
 
692
+ #: library/plugin-settings.php:1117
693
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
694
+ msgstr "Disabilitare tutti gli attributi richiesti nei campi modulo predefiniti (utile per la risoluzione dei messaggi di errore)."
695
 
696
+ #: library/plugin-settings.php:1120
697
  msgid "Disable IP Tracking"
698
+ msgstr "Disabilita il monitoraggio IP"
699
 
700
+ #: library/plugin-settings.php:1122
701
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
702
+ msgstr "Per impostazione predefinita, USP registra l'indirizzo IP con ciascun post inviato. Seleziona questa casella per disabilitare tutto il monitoraggio IP."
703
 
704
+ #: library/plugin-settings.php:1125
705
  msgid "Enable Shortcodes"
706
+ msgstr "Abilita codici brevi"
707
 
708
+ #: library/plugin-settings.php:1127
709
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
710
+ msgstr "Abilita gli shortcode nei widget. Per impostazione predefinita, WordPress non abilita gli shortcode nei widget."
711
 
712
+ #: library/plugin-settings.php:1128
713
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
714
+ msgstr "Questa impostazione abilita alcuni / tutti i codici di accesso nei widget (anche codici brevi da altri plugin)."
715
 
716
+ #: library/plugin-settings.php:1133 library/plugin-settings.php:1138
717
  msgid "Categories"
718
+ msgstr "categorie"
719
 
720
+ #: library/plugin-settings.php:1141
721
  msgid "Select which categories may be assigned to submitted posts (click to toggle)"
722
+ msgstr "Seleziona le categorie che possono essere assegnate ai post inviati (clicca per attivare)"
723
 
724
+ #: library/plugin-settings.php:1149
725
  msgid "Hidden/Default Category"
726
  msgstr "Categoria nascosta / predefinita"
727
 
728
+ #: library/plugin-settings.php:1151
729
  msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
730
+ msgstr "Utilizza un campo nascosto per la categoria di post. Questo può essere usato per specificare una categoria predefinita quando il campo categoria è disabilitato."
731
 
732
+ #: library/plugin-settings.php:1154
733
  msgid "Category ID for Hidden Field"
734
+ msgstr "ID categoria per campo nascosto"
735
 
736
+ #: library/plugin-settings.php:1156
737
  msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
738
+ msgstr "Specifica l'ID della categoria da utilizzare per & ldquo; Categoria nascosta / predefinita & rdquo; opzione."
739
 
740
+ #: library/plugin-settings.php:1161
741
  msgid "Users"
742
  msgstr "utenti"
743
 
744
+ #: library/plugin-settings.php:1166
745
  msgid "Assigned Author"
746
  msgstr "Autore assegnato"
747
 
748
+ #: library/plugin-settings.php:1169
749
  msgid "Specify the user that should be assigned as author for submitted posts."
750
+ msgstr "Specifica l'utente che deve essere assegnato come autore per i post inviati."
751
 
752
+ #: library/plugin-settings.php:1173
753
  msgid "Registered Username"
754
  msgstr "Nome utente registrato"
755
 
756
+ #: library/plugin-settings.php:1175
757
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
758
+ msgstr "Usa nome utente registrato come autore post. Valido quando la persona che invia il modulo è connesso a WordPress."
759
 
760
+ #: library/plugin-settings.php:1178
761
  msgid "User Profile URL"
762
+ msgstr "URL del profilo utente"
763
 
764
+ #: library/plugin-settings.php:1180
765
  msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
766
+ msgstr "Usa l'URL del profilo utente registrato come valore del campo URL. Valido quando la persona che invia il modulo è connesso a WordPress."
767
 
768
+ #: library/plugin-settings.php:1183
769
  msgid "Require User Login"
770
+ msgstr "Richiedi accesso utente"
771
 
772
+ #: library/plugin-settings.php:1185
773
  msgid "Require users to be logged in to WordPress to view/submit the form"
774
+ msgstr "Richiedere agli utenti di accedere a WordPress per visualizzare / inviare il modulo"
775
+
776
+ #: library/plugin-settings.php:1188
777
+ msgid "Disable Replace Author"
778
+ msgstr "Disabilita Sostituisci autore"
779
 
780
+ #: library/plugin-settings.php:1190
781
+ msgid "Do not replace post author with submitted user name"
782
+ msgstr "Non sostituire l'autore del post con il nome utente inviato"
783
+
784
+ #: library/plugin-settings.php:1196
785
  msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
786
+ msgstr "Qui puoi cambiare il nome e l'etichetta usati dal campo personalizzato. È possibile abilitare questo campo tramite l'impostazione Campi modulo, sopra."
787
 
788
+ #: library/plugin-settings.php:1201
789
  msgid "Custom Field Name"
790
  msgstr "Nome campo personalizzato"
791
 
792
+ #: library/plugin-settings.php:1203
793
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
794
+ msgstr "Utilizzare solo caratteri alfanumerici, caratteri di sottolineatura e trattini. Se non sei sicuro, usa il nome predefinito:"
795
 
796
+ #: library/plugin-settings.php:1206
797
  msgid "Custom Field Label"
798
+ msgstr "Etichetta di campo personalizzata"
799
 
800
+ #: library/plugin-settings.php:1208
801
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
802
+ msgstr "Questo verrà visualizzato come l'etichetta del campo sul modulo. Predefinito: campo personalizzato"
803
 
804
+ #: library/plugin-settings.php:1220
805
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
806
+ msgstr "Per prevenire lo spam, inserisci una domanda a cui gli utenti devono rispondere prima di inviare il modulo."
807
 
808
+ #: library/plugin-settings.php:1223
809
  msgid "Challenge Response"
810
+ msgstr "Risposta alla sfida"
811
 
812
+ #: library/plugin-settings.php:1225
813
  msgid "Enter the *only* correct answer to the challenge question."
814
+ msgstr "Inserisci la * sola * risposta corretta alla domanda di sfida."
815
 
816
+ #: library/plugin-settings.php:1228
817
  msgid "Case-sensitivity"
818
  msgstr "Case-sensibilità"
819
 
820
+ #: library/plugin-settings.php:1230
821
  msgid "Check this box if you want the challenge response to be case-sensitive."
822
+ msgstr "Selezionare questa casella se si desidera che la risposta alla verifica sia sensibile al maiuscolo / minuscolo."
823
 
824
+ #: library/plugin-settings.php:1236
825
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
826
+ msgstr "Per abilitare Google reCAPTCHA, inserisci le tue chiavi pubbliche e private."
827
 
828
+ #: library/plugin-settings.php:1241
829
  msgid "Public Key"
830
  msgstr "Chiave pubblica"
831
 
832
+ #: library/plugin-settings.php:1243
833
  msgid "Enter your Public Key"
834
  msgstr "Inserisci la tua chiave pubblica"
835
 
836
+ #: library/plugin-settings.php:1246
837
  msgid "Private Key"
838
  msgstr "Chiave privata"
839
 
840
+ #: library/plugin-settings.php:1248
841
  msgid "Enter your Private Key"
842
  msgstr "Inserisci la tua chiave privata"
843
 
844
+ #: library/plugin-settings.php:1253
845
  msgid "Email Alerts"
846
+ msgstr "Avvisi via email"
847
 
848
+ #: library/plugin-settings.php:1258
849
  msgid "Receive Email Alert"
850
+ msgstr "Ricevi avviso via email"
851
 
852
+ #: library/plugin-settings.php:1260
853
  msgid "Check this box if you want to be notified via email for new post submissions."
854
+ msgstr "Seleziona questa casella se vuoi essere avvisato via email per i nuovi post inviati."
855
 
856
+ #: library/plugin-settings.php:1263
857
  msgid "Enable HTML Format"
858
  msgstr "Abilita il formato HTML"
859
 
860
+ #: library/plugin-settings.php:1265
861
  msgid "Check this box to enable HTML format for email alerts."
862
+ msgstr "Seleziona questa casella per abilitare il formato HTML per gli avvisi e-mail."
863
 
864
+ #: library/plugin-settings.php:1268
865
  msgid "Email Address for Alerts"
866
+ msgstr "Indirizzo email per avvisi"
867
 
868
+ #: library/plugin-settings.php:1270
869
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
870
+ msgstr "Se hai selezionato la casella per ricevere avvisi via email, indica qui l'indirizzo (i) a cui inviare le email."
871
 
872
+ #: library/plugin-settings.php:1271
873
  msgid "Multiple recipients may be included using a comma, like so:"
874
+ msgstr "Più destinatari possono essere inclusi usando una virgola, in questo modo:"
875
 
876
+ #: library/plugin-settings.php:1274
877
  msgid "Email &ldquo;From&rdquo; Address"
878
  msgstr "Email & ldquo; Da & rdquo; Indirizzo"
879
 
880
+ #: library/plugin-settings.php:1276
881
  msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
882
+ msgstr "Qui puoi personalizzare l'indirizzo (i) utilizzato per & ldquo; Da & rdquo; intestazione (vedi domande frequenti sui plugin per informazioni)."
883
 
884
+ #: library/plugin-settings.php:1277
885
  msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
886
+ msgstr "Se nell'impostazione precedente sono specificati più indirizzi, includi un numero uguale di & ldquo; Da & rdquo; indirizzi per questa impostazione (nello stesso ordine)."
887
 
888
+ #: library/plugin-settings.php:1280
889
  msgid "Email Alert Subject"
890
+ msgstr "Oggetto di avviso via email"
891
 
892
+ #: library/plugin-settings.php:1282
893
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
894
+ msgstr "Riga dell'oggetto per gli avvisi e-mail. Lascia vuoto per utilizzare la riga dell'oggetto predefinita. Nota: è possibile utilizzare le seguenti variabili:"
895
 
896
+ #: library/plugin-settings.php:1287
897
  msgid "Email Alert Message"
898
+ msgstr "Messaggio di avviso via email"
899
 
900
+ #: library/plugin-settings.php:1289
901
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
902
+ msgstr "Messaggio per avvisi e-mail. Lascia vuoto per utilizzare il messaggio predefinito. Nota: è possibile utilizzare le seguenti variabili:"
903
 
904
+ #: library/plugin-settings.php:1301
905
  msgid "Featured Image"
906
  msgstr "Immagine in primo piano"
907
 
908
+ #: library/plugin-settings.php:1303
909
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
910
+ msgstr "Imposta le immagini inviate come immagini in primo piano. Richiede supporto a tema per le immagini in primo piano (aka Post Thumbnails)."
911
 
912
+ #: library/plugin-settings.php:1306
913
  msgid "Upload Message"
914
+ msgstr "Carica messaggio"
915
 
916
+ #: library/plugin-settings.php:1308
917
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
918
+ msgstr "Messaggio che appare accanto al campo di caricamento. Utile per dichiarare le linee guida / le politiche di caricamento / ecc. Markup di base consentito."
919
 
920
+ #: library/plugin-settings.php:1311
921
  msgid "&ldquo;Add another image&rdquo; link"
922
  msgstr "& ldquo; Aggiungi un'altra immagine & rdquo; collegamento"
923
 
924
+ #: library/plugin-settings.php:1313
925
  msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
926
+ msgstr "Marcatura personalizzata per & ldquo; Aggiungi un'altra immagine & rdquo; collegamento. Lascia vuoto per utilizzare il markup predefinito (consigliato)."
927
 
928
+ #: library/plugin-settings.php:1316
929
  msgid "Minimum number of images"
930
  msgstr "Numero minimo di immagini"
931
 
932
+ #: library/plugin-settings.php:1319
933
  msgid "Specify the minimum number of images."
934
+ msgstr "Specifica il numero minimo di immagini."
935
 
936
+ #: library/plugin-settings.php:1323
937
  msgid "Maximum number of images"
938
  msgstr "Numero massimo di immagini"
939
 
940
+ #: library/plugin-settings.php:1326
941
  msgid "Specify the maximum number of images."
942
+ msgstr "Specifica il numero massimo di immagini."
943
 
944
+ #: library/plugin-settings.php:1330
945
  msgid "Minimum image width"
946
+ msgstr "Larghezza minima dell'immagine"
947
 
948
+ #: library/plugin-settings.php:1332
949
  msgid "Specify a minimum width (in pixels) for uploaded images."
950
  msgstr "Specificare una larghezza minima (in pixel) per le immagini caricate."
951
 
952
+ #: library/plugin-settings.php:1335
953
  msgid "Minimum image height"
954
+ msgstr "Altezza minima dell'immagine"
955
 
956
+ #: library/plugin-settings.php:1337
957
  msgid "Specify a minimum height (in pixels) for uploaded images."
958
+ msgstr "Specifica un'altezza minima (in pixel) per le immagini caricate."
959
 
960
+ #: library/plugin-settings.php:1340
961
  msgid "Maximum image width"
962
+ msgstr "Massima larghezza dell'immagine"
963
 
964
+ #: library/plugin-settings.php:1342
965
  msgid "Specify a maximum width (in pixels) for uploaded images."
966
  msgstr "Specificare una larghezza massima (in pixel) per le immagini caricate."
967
 
968
+ #: library/plugin-settings.php:1345
969
  msgid "Maximum image height"
970
  msgstr "Altezza massima dell'immagine"
971
 
972
+ #: library/plugin-settings.php:1347
973
  msgid "Specify a maximum height (in pixels) for uploaded images."
974
+ msgstr "Specifica un'altezza massima (in pixel) per le immagini caricate."
975
 
976
+ #: library/plugin-settings.php:1350
977
  msgid "More Options"
978
  msgstr "Più opzioni"
979
 
980
+ #: library/plugin-settings.php:1353
981
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
982
+ msgstr "Per ulteriori opzioni, come la possibilità di caricare altri tipi di file (come PDF, Word, Zip, video e altro), controlla"
983
 
984
+ #: library/plugin-settings.php:1354
985
  msgid "Go Pro!"
986
  msgstr "Vai Pro!"
987
 
988
+ #: library/plugin-settings.php:1361
989
  msgid "Auto-Display Content"
990
+ msgstr "Visualizzazione automatica del contenuto"
991
 
992
+ #: library/plugin-settings.php:1366
993
  msgid "Images Auto-Display"
994
+ msgstr "Visualizzazione automatica delle immagini"
995
 
996
+ #: library/plugin-settings.php:1368
997
  msgid "Auto-display user-submitted images:"
998
+ msgstr "Mostra automaticamente le immagini inviate dagli utenti:"
999
 
1000
+ #: library/plugin-settings.php:1373
1001
  msgid "Image Markup"
1002
+ msgstr "Markup delle immagini"
1003
 
1004
+ #: library/plugin-settings.php:1375
1005
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1006
+ msgstr "Markup da utilizzare per ciascuna immagine inviata (quando è abilitata la visualizzazione automatica). Poter usare"
1007
 
1008
+ #: library/plugin-settings.php:1377 library/plugin-settings.php:1390
1009
+ #: library/plugin-settings.php:1403 library/plugin-settings.php:1416
1010
  msgid "and"
1011
  msgstr "e"
1012
 
1013
+ #: library/plugin-settings.php:1380
1014
  msgid "Email Auto-Display"
1015
+ msgstr "Email display automatico"
1016
 
1017
+ #: library/plugin-settings.php:1382
1018
  msgid "Auto-display user-submitted email:"
1019
+ msgstr "Mostra automaticamente l'email inviata dall'utente:"
1020
 
1021
+ #: library/plugin-settings.php:1387
1022
  msgid "Email Markup"
1023
  msgstr "Email Markup"
1024
 
1025
+ #: library/plugin-settings.php:1389
1026
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1027
+ msgstr "Markup da utilizzare per l'indirizzo email inviato (quando è abilitata la visualizzazione automatica). Poter usare"
1028
 
1029
+ #: library/plugin-settings.php:1393
1030
  msgid "URL Auto-Display"
1031
+ msgstr "Visualizzazione automatica dell'URL"
1032
 
1033
+ #: library/plugin-settings.php:1395
1034
  msgid "Auto-display user-submitted URL:"
1035
+ msgstr "Mostra automaticamente l'URL inviato dall'utente:"
1036
 
1037
+ #: library/plugin-settings.php:1400
1038
  msgid "URL Markup"
1039
+ msgstr "Markup URL"
1040
 
1041
+ #: library/plugin-settings.php:1402
1042
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1043
+ msgstr "Markup da utilizzare per l'URL inviato (quando è abilitata la visualizzazione automatica). Poter usare"
1044
 
1045
+ #: library/plugin-settings.php:1406
1046
  msgid "Custom Field Auto-Display"
1047
+ msgstr "Visualizzazione automatica campo personalizzato"
1048
 
1049
+ #: library/plugin-settings.php:1408
1050
  msgid "Auto-display user-submitted Custom Field:"
1051
+ msgstr "Mostra automaticamente campo personalizzato inviato dall'utente:"
1052
 
1053
+ #: library/plugin-settings.php:1413
1054
  msgid "Custom Field Markup"
1055
+ msgstr "Markup di campo personalizzato"
1056
 
1057
+ #: library/plugin-settings.php:1415
1058
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1059
+ msgstr "Markup da utilizzare per il campo personalizzato inviato (quando è abilitata la visualizzazione automatica). Poter usare"
1060
 
1061
+ #: library/plugin-settings.php:1421 library/plugin-settings.php:1497
1062
  msgid "Save Settings"
1063
  msgstr "Salva le impostazioni"
1064
 
1065
+ #: library/plugin-settings.php:1426
1066
  msgid "Display the Form"
1067
+ msgstr "Visualizza il modulo"
1068
 
1069
+ #: library/plugin-settings.php:1429
1070
  msgid "Post-Submit Form"
1071
+ msgstr "Modulo di invio post"
1072
 
1073
+ #: library/plugin-settings.php:1430
1074
  msgid "USP enables you to display a post-submission form anywhere on your site."
1075
+ msgstr "USP ti consente di visualizzare un modulo di post-invio ovunque sul tuo sito."
1076
 
1077
+ #: library/plugin-settings.php:1431 library/plugin-settings.php:1438
1078
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1079
+ msgstr "Utilizzare lo shortcode per visualizzare il modulo su qualsiasi post o pagina WP:"
1080
 
1081
+ #: library/plugin-settings.php:1433 library/plugin-settings.php:1440
1082
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1083
+ msgstr "In alternativa, utilizza il tag modello per visualizzare il modulo in qualsiasi punto del modello di tema:"
1084
 
1085
+ #: library/plugin-settings.php:1436
1086
  msgid "Login/Register Form"
1087
+ msgstr "Login / Registrati Form"
1088
 
1089
+ #: library/plugin-settings.php:1437
1090
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1091
  msgstr "È inoltre possibile visualizzare un modulo che consente agli utenti di accedere, registrare o reimpostare la propria password."
1092
 
1093
+ #: library/plugin-settings.php:1443
1094
  msgid "Display Submitted Posts"
1095
+ msgstr "Mostra i post inviati"
1096
 
1097
+ #: library/plugin-settings.php:1444
1098
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1099
+ msgstr "Utilizzare questo shortcode per visualizzare un elenco di post inviati su qualsiasi post o pagina WP:"
1100
 
1101
+ #: library/plugin-settings.php:1446
1102
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1103
+ msgstr "In alternativa, utilizza il tag modello per visualizzare un elenco di post inviati in qualsiasi punto del modello del tema:"
1104
 
1105
+ #: library/plugin-settings.php:1448
1106
  msgid "Here are some examples showing how to configure this shortcode:"
1107
+ msgstr "Ecco alcuni esempi che mostrano come configurare questo shortcode:"
1108
 
1109
+ #: library/plugin-settings.php:1455
1110
+ msgid "Reset Form Button"
1111
+ msgstr "Ripristina pulsante modulo"
1112
+
1113
+ #: library/plugin-settings.php:1456
1114
+ msgid "This shortcode displays a link that resets the form to its original state:"
1115
+ msgstr "Questo shortcode visualizza un collegamento che ripristina il modulo al suo stato originale:"
1116
+
1117
+ #: library/plugin-settings.php:1458
1118
+ msgid "This shortcode accepts the following attributes:"
1119
+ msgstr "Questo shortcode accetta i seguenti attributi:"
1120
+
1121
+ #: library/plugin-settings.php:1463
1122
+ msgid "Note that the url attribute accepts"
1123
+ msgstr "Si noti che l'attributo url accetta"
1124
+
1125
+ #: library/plugin-settings.php:1463
1126
+ msgid "to get the current URL."
1127
+ msgstr "per ottenere l'URL corrente."
1128
+
1129
+ #: library/plugin-settings.php:1465
1130
  msgid "Access Control"
1131
  msgstr "Controllo di accesso"
1132
 
1133
+ #: library/plugin-settings.php:1466
1134
  msgid "USP provides three shortcodes to control access and restrict content."
1135
+ msgstr "USP fornisce tre shortcode per controllare l'accesso e limitare il contenuto."
1136
 
1137
+ #: library/plugin-settings.php:1467
1138
  msgid "Display content only to users with a specific capability:"
1139
+ msgstr "Visualizza il contenuto solo agli utenti con una capacità specifica:"
1140
 
1141
+ #: library/plugin-settings.php:1469
1142
  msgid "Display content to logged-in users:"
1143
+ msgstr "Visualizza il contenuto per gli utenti che hanno effettuato l'accesso:"
1144
 
1145
+ #: library/plugin-settings.php:1471
1146
  msgid "Display content to visitors only:"
1147
+ msgstr "Mostra solo contenuti ai visitatori:"
1148
 
1149
+ #: library/plugin-settings.php:1473
1150
  msgid "Tip:"
1151
  msgstr "Mancia:"
1152
 
1153
+ #: library/plugin-settings.php:1473
1154
  msgid "to include markup in the deny message, you can use"
1155
+ msgstr "per includere il markup nel messaggio di negazione, puoi usare"
1156
 
1157
+ #: library/plugin-settings.php:1473
1158
  msgid "to output"
1159
+ msgstr "per l'output"
1160
 
1161
+ #: library/plugin-settings.php:1475
1162
  msgid "Example"
1163
  msgstr "Esempio"
1164
 
1165
+ #: library/plugin-settings.php:1476
1166
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1167
+ msgstr "Se l'utente ha effettuato l'accesso, visualizza il modulo di post-invio; oppure se l'utente non ha effettuato l'accesso, visualizza il modulo di accesso:"
1168
 
1169
+ #: library/plugin-settings.php:1488
1170
  msgid "Restore Defaults"
1171
  msgstr "Ripristina i valori predefiniti"
1172
 
1173
+ #: library/plugin-settings.php:1491
1174
  msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1175
+ msgstr "Lasciare questa opzione disabilitata per ricordare le tue impostazioni. Oppure, per andare avanti e ripristinare le opzioni di plug-in predefinite: selezionare la casella, salvare le impostazioni e quindi disattivare / riattivare il plug-in."
1176
 
1177
+ #: library/plugin-settings.php:1495
1178
  msgid "Restore default options upon plugin deactivation/reactivation."
1179
+ msgstr "Ripristina le opzioni predefinite al momento della disattivazione / riattivazione del plug-in."
1180
 
1181
+ #: library/plugin-settings.php:1502
1182
  msgid "Show Support"
1183
+ msgstr "Mostra supporto"
1184
 
1185
+ #: library/plugin-settings.php:1511
1186
  msgid "by"
1187
  msgstr "di"
1188
 
1189
+ #: library/plugin-settings.php:1512
1190
  msgid "Jeff Starr on Twitter"
1191
  msgstr "Jeff Starr su Twitter"
1192
 
1193
+ #: library/plugin-settings.php:1513
1194
  msgid "Obsessive Web Design &amp; Development"
1195
+ msgstr "Obsessive Web Design & amp; Sviluppo"
1196
 
1197
+ #: library/plugin-settings.php:1524
1198
  msgid "Save Preference"
1199
  msgstr "Salva preferenza"
1200
 
1201
+ #: library/plugin-settings.php:1531
1202
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1203
  msgstr "Sei sicuro di voler ripristinare tutte le opzioni predefinite? (questa azione non può essere annullata)"
1204
 
1205
+ #: library/support-panel.php:52
1206
+ msgid "Perishable Press Books"
1207
+ msgstr "Libri di stampa deperibili"
1208
+
1209
+ #: library/support-panel.php:53
1210
+ msgid "Plugin Planet"
1211
+ msgstr "Plugin Planet"
1212
+
1213
+ #: library/support-panel.php:54
1214
+ msgid "Donate via PayPal"
1215
+ msgstr "Dona tramite PayPal"
1216
+
1217
+ #: library/support-panel.php:56
1218
+ msgid "books"
1219
+ msgstr "libri"
1220
+
1221
+ #: library/support-panel.php:57
1222
+ msgid "plugins"
1223
+ msgstr "plugins"
1224
+
1225
+ #: library/support-panel.php:58
1226
+ msgid "donation"
1227
+ msgstr "donazione"
1228
+
1229
+ #: library/support-panel.php:60
1230
+ msgid "Thank you for using"
1231
+ msgstr "Grazie per averlo usato"
1232
+
1233
+ #: library/support-panel.php:61
1234
+ msgid "Please show support by purchasing one of my"
1235
+ msgstr "Si prega di mostrare supporto acquistando uno dei miei"
1236
+
1237
+ #: library/support-panel.php:62
1238
+ msgid "or"
1239
+ msgstr "o"
1240
+
1241
+ #: library/support-panel.php:62
1242
+ msgid "or by making a"
1243
+ msgstr "o facendo un"
1244
+
1245
+ #: library/support-panel.php:63
1246
+ msgid "Your generous support helps to ensure future development of"
1247
+ msgstr "Il tuo generoso supporto aiuta a garantire lo sviluppo futuro di"
1248
+
1249
+ #: library/support-panel.php:64
1250
+ msgid "and is greatly appreciated."
1251
+ msgstr "ed è molto apprezzato"
1252
+
1253
+ #: library/support-panel.php:66
1254
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1255
+ msgstr "La donazione di qualsiasi dimensione mi aiuta a continuare a sviluppare questo plugin gratuito e altre fantastiche risorse WordPress."
1256
 
1257
  #. Description of the plugin
1258
  #:
1259
  msgid "Enables your visitors to submit posts and images from anywhere on your site."
1260
+ msgstr "Permette ai tuoi visitatori di inviare post e immagini da qualsiasi luogo sul tuo sito."
1261
 
1262
  #. URI of the plugin
1263
  #:
languages/usp-ja.mo CHANGED
Binary file
languages/usp-ja.po CHANGED
@@ -4,206 +4,206 @@ 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 20171028\n"
8
  "Language: ja\n"
9
 
10
  #. Name of the plugin
11
- #: user-submitted-posts.php:44
12
  msgid "User Submitted Posts"
13
  msgstr "ユーザーが投稿した投稿"
14
 
15
- #: user-submitted-posts.php:78
16
  msgid "requires WordPress "
17
  msgstr "ワードプレスが必要"
18
 
19
- #: user-submitted-posts.php:79
20
  msgid " or higher, and has been deactivated! "
21
  msgstr " またはそれ以上であり、停止されている!"
22
 
23
- #: user-submitted-posts.php:80
24
  msgid "Please return to the"
25
  msgstr "あなたに戻ってください"
26
 
27
- #: user-submitted-posts.php:81
28
  msgid "WordPress Admin Area"
29
  msgstr "ワードプレス管理エリア"
30
 
31
- #: user-submitted-posts.php:82
32
  msgid "to upgrade WordPress and try again."
33
  msgstr "WordPressをアップグレードしてもう一度やり直してください。"
34
 
35
- #: user-submitted-posts.php:124
36
  msgid "User Submitted Post"
37
  msgstr "ユーザーが投稿した投稿"
38
 
39
- #: user-submitted-posts.php:445
40
  msgid "User Submitted Post Info"
41
  msgstr "ユーザーが投稿した投稿情報"
42
 
43
- #: user-submitted-posts.php:475
44
  msgid "Submitter Name: "
45
  msgstr "投稿者名:"
46
 
47
- #: user-submitted-posts.php:476
48
  msgid "Submitter Email: "
49
  msgstr "投稿者メール:"
50
 
51
- #: user-submitted-posts.php:477
52
  msgid "Submitter URL: "
53
  msgstr "投稿者URL:"
54
 
55
- #: user-submitted-posts.php:478
56
  msgid "Submitter IP: "
57
  msgstr "提出者IP:"
58
 
59
- #: user-submitted-posts.php:529
60
  msgid "Show USP Posts"
61
  msgstr "USPの投稿を表示"
62
 
63
- #: user-submitted-posts.php:530 library/plugin-settings.php:967
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
- #: user-submitted-posts.php:1175
68
  msgid " files required"
69
  msgstr " 必要なファイル"
70
 
71
- #: user-submitted-posts.php:1176
72
  msgid " file required"
73
  msgstr " ファイルが必要です"
74
 
75
- #: user-submitted-posts.php:1178
76
  msgid " files"
77
  msgstr " ファイル"
78
 
79
- #: user-submitted-posts.php:1179
80
  msgid " file"
81
  msgstr " ファイル"
82
 
83
- #: user-submitted-posts.php:1181 user-submitted-posts.php:1182
84
- #: user-submitted-posts.php:1183 user-submitted-posts.php:1184
85
  msgid " pixels"
86
  msgstr " ピクセル"
87
 
88
- #: user-submitted-posts.php:1186 library/plugin-settings.php:284
89
- #: library/plugin-settings.php:303 library/plugin-settings.php:690
90
- #: library/plugin-settings.php:1176
91
  msgid "Custom Field"
92
  msgstr "カスタムフィールド"
93
 
94
- #: user-submitted-posts.php:1189
95
  msgid "An error occurred. Please go back and try again."
96
  msgstr "エラーが発生しました。戻ってもう一度やり直してください。"
97
 
98
- #: user-submitted-posts.php:1199
99
  msgid "User login required"
100
  msgstr "ユーザーログインが必要です"
101
 
102
- #: user-submitted-posts.php:1200
103
  msgid "User name required"
104
  msgstr "ユーザー名が必要です"
105
 
106
- #: user-submitted-posts.php:1201
107
  msgid "Post title required"
108
  msgstr "投稿のタイトルが必要です"
109
 
110
- #: user-submitted-posts.php:1202
111
  msgid "User URL required"
112
  msgstr "ユーザーのURLが必要です"
113
 
114
- #: user-submitted-posts.php:1203
115
  msgid "Post tags required"
116
  msgstr "投稿タグが必要です"
117
 
118
- #: user-submitted-posts.php:1204
119
  msgid "Post category required"
120
  msgstr "投稿カテゴリが必要です"
121
 
122
- #: user-submitted-posts.php:1205
123
  msgid "Post content required"
124
  msgstr "投稿内容が必要です"
125
 
126
- #: user-submitted-posts.php:1206 user-submitted-posts.php:1207
127
  msgid "Correct captcha required"
128
  msgstr "正しいキャプチャが必要です"
129
 
130
- #: user-submitted-posts.php:1208
131
  msgid "User email required"
132
  msgstr "ユーザーメールが必要です"
133
 
134
- #: user-submitted-posts.php:1209
135
  msgid "Please check your email and try again"
136
  msgstr "メールを確認してもう一度お試しください"
137
 
138
- #: user-submitted-posts.php:1210
139
  msgid "Non-empty value for hidden field"
140
  msgstr "隠しフィールドの空でない値"
141
 
142
- #: user-submitted-posts.php:1211
143
  msgid "Minimum number of images not met"
144
  msgstr "会わない画像の最小枚数"
145
 
146
- #: user-submitted-posts.php:1212
147
  msgid "Maximum number of images exceeded "
148
  msgstr "画像の最大枚数を超えました"
149
 
150
- #: user-submitted-posts.php:1213
151
  msgid "Minimum image width not met"
152
  msgstr "最小画像幅が満たされない"
153
 
154
- #: user-submitted-posts.php:1214
155
  msgid "Image width exceeds maximum"
156
  msgstr "画像の幅が最大値を超える"
157
 
158
- #: user-submitted-posts.php:1215
159
  msgid "Minimum image height not met"
160
  msgstr "最小画像の高さが満たされない"
161
 
162
- #: user-submitted-posts.php:1216
163
  msgid "Image height exceeds maximum"
164
  msgstr "画像の高さが最大値を超える"
165
 
166
- #: user-submitted-posts.php:1217
167
  msgid "File type not allowed (please upload images only)"
168
  msgstr "ファイルの種類は許可されていません(画像のみをアップロードしてください)"
169
 
170
- #: user-submitted-posts.php:1218
171
  msgid " required"
172
  msgstr " 必須"
173
 
174
- #: user-submitted-posts.php:1222
175
  msgid "File not uploaded. Please check the file and try again."
176
- msgstr "ファイルがアップロードされていません。ファイルを確認して、もう一度お試しください。"
177
 
178
- #: user-submitted-posts.php:1226
179
  msgid "The file(s) could not be uploaded"
180
  msgstr "ファイルをアップロードできませんでした"
181
 
182
- #: user-submitted-posts.php:1228
183
  msgid "Post not created. Please contact the site administrator for help."
184
  msgstr "投稿は作成されません。ヘルプについては、サイト管理者にお問い合わせください。"
185
 
186
- #: user-submitted-posts.php:1229
187
  msgid "Duplicate post title. Please try again."
188
  msgstr "重複する投稿のタイトル。もう一度お試しください。"
189
 
190
- #: user-submitted-posts.php:1239
191
  msgid "Error: "
192
  msgstr "エラー:"
193
 
194
- #: user-submitted-posts.php:1265
195
  msgid "Return to form"
196
  msgstr "フォームに戻る"
197
 
198
- #: user-submitted-posts.php:1293 library/plugin-settings.php:943
199
  msgid "Please"
200
  msgstr "お願いします"
201
 
202
- #: user-submitted-posts.php:1294
203
  msgid "log in"
204
  msgstr "ログイン"
205
 
206
- #: user-submitted-posts.php:1295
207
  msgid "to submit content!"
208
  msgstr "コンテンツを提出する!"
209
 
@@ -228,13 +228,13 @@ msgstr "あなたのメールアドレス"
228
 
229
  #: views/submission-form.php:74 views/submission-form.php:75
230
  #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
- #: library/plugin-settings.php:1004
232
  msgid "Post Title"
233
- msgstr "投稿のタイトル"
234
 
235
  #: views/submission-form.php:80 views/submission-form.php:81
236
  #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
- #: library/plugin-settings.php:1005
238
  msgid "Post Tags"
239
  msgstr "投稿タグ"
240
 
@@ -243,7 +243,7 @@ msgid "Antispam Question"
243
  msgstr "スパム対策の質問"
244
 
245
  #: views/submission-form.php:98 views/submission-form-alt.php:103
246
- #: library/plugin-settings.php:1006
247
  msgid "Post Category"
248
  msgstr "投稿カテゴリ"
249
 
@@ -253,7 +253,7 @@ msgstr "カテゴリを選択してください.."
253
 
254
  #: views/submission-form.php:135 views/submission-form.php:136
255
  #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
- #: library/plugin-settings.php:1007
257
  msgid "Post Content"
258
  msgstr "投稿の内容"
259
 
@@ -277,6 +277,14 @@ msgstr "人間の検証:このフィールドは空白のままにします。
277
  msgid "Submit Post"
278
  msgstr "投稿を投稿する"
279
 
 
 
 
 
 
 
 
 
280
  #: library/plugin-settings.php:32
281
  msgid "Get USP Pro for unlimited forms!"
282
  msgstr "無制限のフォームでUSP Proを入手しよう!"
@@ -380,12 +388,12 @@ msgid "to configure options)"
380
  msgstr "オプションを設定する)"
381
 
382
  #: library/plugin-settings.php:318 library/plugin-settings.php:335
383
- #: library/plugin-settings.php:1194 library/plugin-settings.php:1199
384
  msgid "Challenge Question"
385
  msgstr "チャレンジ質問"
386
 
387
  #: library/plugin-settings.php:350 library/plugin-settings.php:367
388
- #: library/plugin-settings.php:1216
389
  msgid "Google reCAPTCHA"
390
  msgstr "GoogleのreCAPTCHA"
391
 
@@ -401,7 +409,7 @@ msgstr "表示"
401
  msgid "Disable"
402
  msgstr "無効にする"
403
 
404
- #: library/plugin-settings.php:399 library/plugin-settings.php:1277
405
  msgid "Image Uploads"
406
  msgstr "画像のアップロード"
407
 
@@ -429,746 +437,822 @@ msgstr "後に公開する"
429
  msgid " approved posts"
430
  msgstr " 承認済みの投稿"
431
 
432
- #: library/plugin-settings.php:635
433
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
434
  msgstr "エラーが発生しました。タイトルとコンテンツを追加し、画像のみをアップロードしたことを確認してください。"
435
 
436
- #: library/plugin-settings.php:649
437
  msgid "Please select your image(s) to upload."
438
  msgstr "アップロードする画像を選択してください。"
439
 
440
- #: library/plugin-settings.php:655
441
  msgid "Success! Thank you for your submission."
442
  msgstr "成功!あなたの提出ありがとうございます。"
443
 
444
- #: library/plugin-settings.php:681
445
  msgid "Email"
446
  msgstr "Eメール"
447
 
448
- #: library/plugin-settings.php:682
449
  msgid "URL"
450
  msgstr "URL"
451
 
452
- #: library/plugin-settings.php:721
453
- msgid "Sorry, you are not allowed to modify settings."
454
- msgstr "設定を変更することはできません。"
455
-
456
- #: library/plugin-settings.php:930
457
  msgid "Toggle all panels"
458
  msgstr "すべてのパネルを切り替える"
459
 
460
- #: library/plugin-settings.php:939
461
  msgid "We need your support!"
462
  msgstr "あなたのサポートが必要です!"
463
 
464
- #: library/plugin-settings.php:943
465
  msgid "Make a donation via PayPal"
466
  msgstr "PayPalで寄付をする"
467
 
468
- #: library/plugin-settings.php:943
469
  msgid "make a donation"
470
  msgstr "寄付をします"
471
 
472
- #: library/plugin-settings.php:943
473
  msgid "and/or"
474
  msgstr "および/または"
475
 
476
- #: library/plugin-settings.php:944
477
  msgid "Rate and review at the Plugin Directory"
478
  msgstr "プラグインディレクトリの評価とレビュー"
479
 
480
- #: library/plugin-settings.php:945
481
  msgid "give this plugin a 5-star rating"
482
  msgstr "このプラグインに5つ星の評価を与える"
483
 
484
- #: library/plugin-settings.php:949
485
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
486
  msgstr "あなたの寛大なサポートは、この無料のプラグインの継続的な開発を可能にします。ありがとうございました!"
487
 
488
- #: library/plugin-settings.php:954
489
  msgid "Check this box if you have shown support"
490
  msgstr "サポートが表示されている場合は、このチェックボックスをオンにします"
491
 
492
- #: library/plugin-settings.php:963
493
  msgid "Overview"
494
  msgstr "概要"
495
 
496
- #: library/plugin-settings.php:967
497
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
498
  msgstr "訪問者はサイトのフロントエンドから投稿を送信して画像をアップロードすることができます。"
499
 
500
- #: library/plugin-settings.php:968
501
  msgid "For advanced functionality and unlimited forms, check out"
502
  msgstr "高度な機能と無制限のフォームについては、"
503
 
504
- #: library/plugin-settings.php:968 library/plugin-settings.php:1335
505
  msgid "USP Pro"
506
  msgstr "USP Pro"
507
 
508
- #: library/plugin-settings.php:969
509
  msgid "&mdash; the ultimate solution for user-generated content."
510
  msgstr "&mdash;ユーザーが作成したコンテンツの究極のソリューションです。"
511
 
512
- #: library/plugin-settings.php:973 library/plugin-settings.php:990
513
  msgid "Plugin Settings"
514
  msgstr "プラグインの設定"
515
 
516
- #: library/plugin-settings.php:974
517
  msgid "Display the form"
518
  msgstr "フォームを表示する"
519
 
520
- #: library/plugin-settings.php:975 library/plugin-settings.php:1482
521
  msgid "Plugin Homepage"
522
  msgstr "プラグインのホームページ"
523
 
524
- #: library/plugin-settings.php:978
525
  msgid "If you like this plugin, please"
526
  msgstr "このプラグインが好きなら、"
527
 
528
- #: library/plugin-settings.php:979
529
  msgid "THANK YOU for your support!"
530
  msgstr "ご協力ありがとうございます!"
531
 
532
- #: library/plugin-settings.php:979
533
  msgid "give it a 5-star rating"
534
  msgstr "それは5つ星の評価を与える"
535
 
536
- #: library/plugin-settings.php:983
537
  msgid "Unlimited front-end forms"
538
  msgstr "無制限のフロントエンドフォーム"
539
 
540
- #: library/plugin-settings.php:983
541
  msgid "Get USP Pro"
542
  msgstr "USP Proを入手"
543
 
544
- #: library/plugin-settings.php:993
545
  msgid "Configure your settings for User Submitted Posts."
546
  msgstr "ユーザーが投稿した投稿の設定を行います。"
547
 
548
- #: library/plugin-settings.php:995
549
  msgid "Form Fields"
550
  msgstr "フォームフィールド"
551
 
552
- #: library/plugin-settings.php:1001
553
  msgid "User Name"
554
  msgstr "ユーザー名"
555
 
556
- #: library/plugin-settings.php:1002
557
  msgid "User Email"
558
  msgstr "ユーザーメール"
559
 
560
- #: library/plugin-settings.php:1003
561
  msgid "User URL"
562
  msgstr "ユーザーのURL"
563
 
564
- #: library/plugin-settings.php:1018
565
  msgid "General Settings"
566
  msgstr "一般設定"
567
 
568
- #: library/plugin-settings.php:1023
 
 
 
 
569
  msgid "Form Style"
570
  msgstr "フォームスタイル"
571
 
572
- #: library/plugin-settings.php:1028
573
  msgid "With this option, you can copy the plugin&rsquo;s default templates:"
574
  msgstr "このオプションを使用すると、プラグインのデフォルトのテンプレートをコピーできます。"
575
 
576
- #: library/plugin-settings.php:1033
577
  msgid "..and upload them into a directory named"
578
  msgstr "..そしてそれらをディレクトリにアップロードする"
579
 
580
- #: library/plugin-settings.php:1033
581
  msgid "in your theme:"
582
  msgstr "あなたのテーマ:"
583
 
584
- #: library/plugin-settings.php:1039
585
  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"
586
  msgstr "これにより、必要に応じてフォームとスタイルをカスタマイズすることができます。詳細については、「カスタム送信フォーム」のセクションをご覧ください。"
587
 
588
- #: library/plugin-settings.php:1040
589
  msgid "Installation Docs"
590
  msgstr "インストール・ドキュメント"
591
 
592
- #: library/plugin-settings.php:1041
593
  msgid "FYI: here is a"
594
  msgstr "FYI:ここに"
595
 
596
- #: library/plugin-settings.php:1041
597
  msgid "list of USP CSS selectors"
598
  msgstr "USP CSSセレクタのリスト"
599
 
600
- #: library/plugin-settings.php:1047
601
  msgid "Include JavaScript"
602
  msgstr "JavaScriptを含める"
603
 
604
- #: library/plugin-settings.php:1049
605
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
606
  msgstr "外部のJavaScriptファイルを含める場合は、このボックスをオンにします(推奨)。"
607
 
608
- #: library/plugin-settings.php:1052
609
  msgid "Targeted Loading"
610
  msgstr "ターゲットローディング"
611
 
612
- #: library/plugin-settings.php:1054
613
  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."
614
  msgstr "デフォルトでは、外部CSS&amp; JavaScriptファイルはすべてのページに読み込まれます。ここでは、USPフォームのURLを指定して、そのページでのみリソースを読み込むことができます。注:空白のままにしておくと、すべてのページに読み込まれます。"
615
 
616
- #: library/plugin-settings.php:1057
617
  msgid "Post Type"
618
  msgstr "投稿タイプ"
619
 
620
- #: library/plugin-settings.php:1060
621
  msgid "Submit posts as WP Posts or Pages"
622
  msgstr "投稿をWP投稿またはページとして送信する"
623
 
624
- #: library/plugin-settings.php:1064
625
  msgid "Post Status"
626
  msgstr "投稿ステータス"
627
 
628
- #: library/plugin-settings.php:1067
629
  msgid "Post Status for submitted posts"
630
  msgstr "投稿された投稿の投稿ステータス"
631
 
632
- #: library/plugin-settings.php:1071
633
  msgid "Redirect URL"
634
  msgstr "リダイレクトURL"
635
 
636
- #: library/plugin-settings.php:1073
637
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
638
  msgstr "投稿後にユーザーをリダイレクトするURLを指定します。空白のままにすると、現在のページにリダイレクトされます。"
639
 
640
- #: library/plugin-settings.php:1076
641
  msgid "Success Message"
642
  msgstr "成功のメッセージ"
643
 
644
- #: library/plugin-settings.php:1078
645
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
646
  msgstr "投稿後に成功した場合に表示される成功メッセージ。基本的なマークアップは許可されています。"
647
 
648
- #: library/plugin-settings.php:1081
649
  msgid "Error Message"
650
  msgstr "エラーメッセージ"
651
 
652
- #: library/plugin-settings.php:1083
653
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
654
  msgstr "投稿後に失敗した場合に表示される一般的なエラーメッセージです。基本的なマークアップは許可されています。"
655
 
656
- #: library/plugin-settings.php:1086
657
  msgid "Custom Content"
658
  msgstr "カスタムコンテンツ"
659
 
660
- #: library/plugin-settings.php:1088
661
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
662
  msgstr "提出フォームの前にカスタムテキスト/マークアップを含める。空白のままにすると無効になります。"
663
 
664
- #: library/plugin-settings.php:1091
665
  msgid "Rich Text Editor"
666
  msgstr "リッチテキストエディタ"
667
 
668
- #: library/plugin-settings.php:1093
669
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
670
  msgstr "提出された投稿に対してWPリッチテキスト編集を有効にする場合は、このチェックボックスをオンにします。"
671
 
672
- #: library/plugin-settings.php:1096
673
  msgid "Unique Titles"
674
  msgstr "ユニークなタイトル"
675
 
676
- #: library/plugin-settings.php:1098
677
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
678
  msgstr "提出された投稿のタイトルが一意であることを要求する(複数の/投稿された投稿を防止するのに便利)。"
679
 
680
- #: library/plugin-settings.php:1101
681
  msgid "Disable Required"
682
  msgstr "無効にする"
683
 
684
- #: library/plugin-settings.php:1103
685
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
686
  msgstr "既定のフォームフィールドで必要なすべての属性を無効にします(エラーメッセージのトラブルシューティングに役立ちます)。"
687
 
688
- #: library/plugin-settings.php:1106
689
  msgid "Disable IP Tracking"
690
  msgstr "IPトラッキングを無効にする"
691
 
692
- #: library/plugin-settings.php:1108
693
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
694
  msgstr "デフォルトでUSPは送信された投稿ごとにIPアドレスを記録します。すべてのIPトラッキングを無効にするには、このボックスをオンにします。"
695
 
696
- #: library/plugin-settings.php:1111
697
  msgid "Enable Shortcodes"
698
  msgstr "ショートコードを有効にする"
699
 
700
- #: library/plugin-settings.php:1113
701
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
702
  msgstr "ウィジェットでショートコードを有効にする。デフォルトでは、WordPressはウィジェットでショートコードを有効にしません。"
703
 
704
- #: library/plugin-settings.php:1114
705
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
706
  msgstr "この設定では、ウィジェット内の任意の/すべてのショートコード(他のプラグインのショートコードも可能です)を有効にします。"
707
 
708
- #: library/plugin-settings.php:1119 library/plugin-settings.php:1124
709
  msgid "Categories"
710
  msgstr "カテゴリー"
711
 
712
- #: library/plugin-settings.php:1127
713
  msgid "Select which categories may be assigned to submitted posts (click to toggle)"
714
  msgstr "送信された投稿に割り当てられるカテゴリを選択します(クリックして切り替えます)"
715
 
716
- #: library/plugin-settings.php:1135
717
  msgid "Hidden/Default Category"
718
  msgstr "非表示/デフォルトカテゴリ"
719
 
720
- #: library/plugin-settings.php:1137
721
  msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
722
  msgstr "投稿カテゴリには非表示フィールドを使用します。これは、カテゴリフィールドが無効のときにデフォルトカテゴリを指定するために使用されます。"
723
 
724
- #: library/plugin-settings.php:1140
725
  msgid "Category ID for Hidden Field"
726
  msgstr "非表示フィールドのカテゴリID"
727
 
728
- #: library/plugin-settings.php:1142
729
  msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
730
  msgstr "&ldquo; Hidden / Defaultカテゴリ&rdquo;に使用するカテゴリのIDを指定します。オプション。"
731
 
732
- #: library/plugin-settings.php:1147
733
  msgid "Users"
734
  msgstr "ユーザー"
735
 
736
- #: library/plugin-settings.php:1152
737
  msgid "Assigned Author"
738
  msgstr "割り当てられた著者"
739
 
740
- #: library/plugin-settings.php:1155
741
  msgid "Specify the user that should be assigned as author for submitted posts."
742
  msgstr "送信された投稿の作成者として割り当てるユーザーを指定します。"
743
 
744
- #: library/plugin-settings.php:1159
745
  msgid "Registered Username"
746
  msgstr "登録ユーザー名"
747
 
748
- #: library/plugin-settings.php:1161
749
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
750
  msgstr "投稿者として登録されたユーザー名を使用します。フォームを送信した人がWordPressにログインしている場合に有効です。"
751
 
752
- #: library/plugin-settings.php:1164
753
  msgid "User Profile URL"
754
  msgstr "ユーザプロファイルURL"
755
 
756
- #: library/plugin-settings.php:1166
757
  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."
758
  msgstr "URLフィールドの値として、登録ユーザーの&rsquo sのプロファイルURLを使用します。フォームを送信した人がWordPressにログインしている場合に有効です。"
759
 
760
- #: library/plugin-settings.php:1169
761
  msgid "Require User Login"
762
  msgstr "ユーザーログインが必要"
763
 
764
- #: library/plugin-settings.php:1171
765
  msgid "Require users to be logged in to WordPress to view/submit the form"
766
  msgstr "フォームを表示/送信するには、WordPressにログインする必要があります"
767
 
768
- #: library/plugin-settings.php:1177
 
 
 
 
 
 
 
 
769
  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."
770
  msgstr "ここでは、カスタムフィールドで使用される名前とラベルを変更することができます。上記のフォームフィールド設定でこのフィールドを有効にすることができます。"
771
 
772
- #: library/plugin-settings.php:1182
773
  msgid "Custom Field Name"
774
  msgstr "カスタムフィールド名"
775
 
776
- #: library/plugin-settings.php:1184
777
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
778
  msgstr "英数字、アンダースコア、ダッシュのみを使用してください。不確かな場合は、デフォルトの名前を使用します。"
779
 
780
- #: library/plugin-settings.php:1187
781
  msgid "Custom Field Label"
782
  msgstr "カスタムフィールドラベル"
783
 
784
- #: library/plugin-settings.php:1189
785
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
786
  msgstr "これはフォームのフィールドラベルとして表示されます。デフォルト:カスタムフィールド"
787
 
788
- #: library/plugin-settings.php:1201
789
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
790
  msgstr "スパムを防ぐには、フォームを送信する前にユーザーが回答しなければならない質問を入力します。"
791
 
792
- #: library/plugin-settings.php:1204
793
  msgid "Challenge Response"
794
  msgstr "チャレンジレスポンス"
795
 
796
- #: library/plugin-settings.php:1206
797
  msgid "Enter the *only* correct answer to the challenge question."
798
  msgstr "チャレンジ質問への*正しい*答えを入力してください。"
799
 
800
- #: library/plugin-settings.php:1209
801
  msgid "Case-sensitivity"
802
  msgstr "大文字小文字の区別"
803
 
804
- #: library/plugin-settings.php:1211
805
  msgid "Check this box if you want the challenge response to be case-sensitive."
806
  msgstr "チャレンジレスポンスで大文字と小文字を区別する場合は、このチェックボックスをオンにします。"
807
 
808
- #: library/plugin-settings.php:1217
809
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
810
  msgstr "GoogleのreCAPTCHAを有効にするには、公開鍵と非公開鍵を入力します。"
811
 
812
- #: library/plugin-settings.php:1222
813
  msgid "Public Key"
814
  msgstr "公開鍵"
815
 
816
- #: library/plugin-settings.php:1224
817
  msgid "Enter your Public Key"
818
  msgstr "あなたの公開鍵を入力してください"
819
 
820
- #: library/plugin-settings.php:1227
821
  msgid "Private Key"
822
  msgstr "秘密鍵"
823
 
824
- #: library/plugin-settings.php:1229
825
  msgid "Enter your Private Key"
826
  msgstr "あなたの秘密鍵を入力してください"
827
 
828
- #: library/plugin-settings.php:1234
829
  msgid "Email Alerts"
830
  msgstr "メールアラート"
831
 
832
- #: library/plugin-settings.php:1239
833
  msgid "Receive Email Alert"
834
  msgstr "電子メールアラートを受信する"
835
 
836
- #: library/plugin-settings.php:1241
837
  msgid "Check this box if you want to be notified via email for new post submissions."
838
  msgstr "新しい投稿投稿をメールで通知する場合は、このチェックボックスをオンにします。"
839
 
840
- #: library/plugin-settings.php:1244
841
  msgid "Enable HTML Format"
842
  msgstr "HTML形式を有効にする"
843
 
844
- #: library/plugin-settings.php:1246
845
  msgid "Check this box to enable HTML format for email alerts."
846
  msgstr "電子メールアラートのHTML形式を有効にするには、このチェックボックスをオンにします。"
847
 
848
- #: library/plugin-settings.php:1249
849
  msgid "Email Address for Alerts"
850
  msgstr "アラートの電子メールアドレス"
851
 
852
- #: library/plugin-settings.php:1251
853
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
854
- msgstr "電子メールアラートを受信するボックスにチェックをした場合は、電子メールを送信するアドレスをここに指定します。"
855
 
856
- #: library/plugin-settings.php:1252
857
  msgid "Multiple recipients may be included using a comma, like so:"
858
  msgstr "カンマを使用して複数の受信者を含めることもできます。"
859
 
860
- #: library/plugin-settings.php:1255
861
  msgid "Email &ldquo;From&rdquo; Address"
862
  msgstr "メールアドレス(&ldquo; From&rdquo;住所"
863
 
864
- #: library/plugin-settings.php:1257
865
  msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
866
  msgstr "ここで&ldquo; From&rdquo;に使用されるアドレスをカスタマイズすることができます。ヘッダ(情報についてはプラグインのFAQを参照)。"
867
 
868
- #: library/plugin-settings.php:1258
869
  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)."
870
  msgstr "以前の設定で複数のアドレスが指定されている場合は、&ldquo; From&rdquo;この設定のアドレス(同じ順序)。"
871
 
872
- #: library/plugin-settings.php:1261
873
  msgid "Email Alert Subject"
874
  msgstr "電子メールアラートの件名"
875
 
876
- #: library/plugin-settings.php:1263
877
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
878
  msgstr "電子メールアラートの件名。空白のままにすると、デフォルトの件名が使用されます。注:次の変数を使用できます。"
879
 
880
- #: library/plugin-settings.php:1268
881
  msgid "Email Alert Message"
882
  msgstr "電子メールアラートメッセージ"
883
 
884
- #: library/plugin-settings.php:1270
885
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
886
  msgstr "電子メールアラートのメッセージ。空白のままにすると、デフォルトのメッセージが使用されます。注:次の変数を使用できます。"
887
 
888
- #: library/plugin-settings.php:1282
889
  msgid "Featured Image"
890
  msgstr "注目の画像"
891
 
892
- #: library/plugin-settings.php:1284
893
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
894
  msgstr "投稿した画像をおすすめ画像として設定します。注目画像(別名投稿サムネイル)のテーマサポートが必要です。"
895
 
896
- #: library/plugin-settings.php:1287
897
  msgid "Upload Message"
898
  msgstr "メッセージをアップロードする"
899
 
900
- #: library/plugin-settings.php:1289
901
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
902
  msgstr "アップロードフィールドの横に表示されるメッセージ。あなたのアップロードのガイドライン/ポリシー/などを述べるのに便利です。基本マークアップが許可されています。"
903
 
904
- #: library/plugin-settings.php:1292
905
  msgid "&ldquo;Add another image&rdquo; link"
906
  msgstr "&ldquo;別の画像を追加する&rdquo;リンク"
907
 
908
- #: library/plugin-settings.php:1294
909
  msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
910
  msgstr "&ldquo;別の画像を追加するためのカスタムマークアップ&rdquo;リンク。空白のままにしておくと、デフォルトのマークアップが使用されます(推奨)。"
911
 
912
- #: library/plugin-settings.php:1297
913
  msgid "Minimum number of images"
914
  msgstr "画像の最小枚数"
915
 
916
- #: library/plugin-settings.php:1300
917
  msgid "Specify the minimum number of images."
918
  msgstr "画像の最小枚数を指定してください。"
919
 
920
- #: library/plugin-settings.php:1304
921
  msgid "Maximum number of images"
922
  msgstr "画像の最大数"
923
 
924
- #: library/plugin-settings.php:1307
925
  msgid "Specify the maximum number of images."
926
  msgstr "画像の最大枚数を指定してください。"
927
 
928
- #: library/plugin-settings.php:1311
929
  msgid "Minimum image width"
930
  msgstr "最小画像幅"
931
 
932
- #: library/plugin-settings.php:1313
933
  msgid "Specify a minimum width (in pixels) for uploaded images."
934
  msgstr "アップロードされた画像の最小幅(ピクセル単位)を指定します。"
935
 
936
- #: library/plugin-settings.php:1316
937
  msgid "Minimum image height"
938
  msgstr "最小画像高さ"
939
 
940
- #: library/plugin-settings.php:1318
941
  msgid "Specify a minimum height (in pixels) for uploaded images."
942
  msgstr "アップロードした画像の最小高さ(ピクセル単位)を指定します。"
943
 
944
- #: library/plugin-settings.php:1321
945
  msgid "Maximum image width"
946
  msgstr "最大画像幅"
947
 
948
- #: library/plugin-settings.php:1323
949
  msgid "Specify a maximum width (in pixels) for uploaded images."
950
  msgstr "アップロードされた画像の最大幅(ピクセル単位)を指定します。"
951
 
952
- #: library/plugin-settings.php:1326
953
  msgid "Maximum image height"
954
  msgstr "最大像高"
955
 
956
- #: library/plugin-settings.php:1328
957
  msgid "Specify a maximum height (in pixels) for uploaded images."
958
  msgstr "アップロードした画像の最大高さ(ピクセル単位)を指定します。"
959
 
960
- #: library/plugin-settings.php:1331
961
  msgid "More Options"
962
  msgstr "より多くのオプション"
963
 
964
- #: library/plugin-settings.php:1334
965
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
966
  msgstr "他のファイルタイプ(PDF、Word、Zip、ビデオなど)をアップロードする機能など、もっと多くのオプションを確認するには、チェックアウトしてください"
967
 
968
- #: library/plugin-settings.php:1335
969
  msgid "Go Pro!"
970
  msgstr "Go Pro!"
971
 
972
- #: library/plugin-settings.php:1342
973
  msgid "Auto-Display Content"
974
  msgstr "コンテンツの自動表示"
975
 
976
- #: library/plugin-settings.php:1347
977
  msgid "Images Auto-Display"
978
  msgstr "画像自動表示"
979
 
980
- #: library/plugin-settings.php:1349
981
  msgid "Auto-display user-submitted images:"
982
  msgstr "ユーザーが投稿した画像の自動表示:"
983
 
984
- #: library/plugin-settings.php:1354
985
  msgid "Image Markup"
986
  msgstr "イメージマークアップ"
987
 
988
- #: library/plugin-settings.php:1356
989
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
990
  msgstr "送信された各画像に使用するマークアップ(自動表示が有効な場合)使える"
991
 
992
- #: library/plugin-settings.php:1358 library/plugin-settings.php:1371
993
- #: library/plugin-settings.php:1384 library/plugin-settings.php:1397
994
  msgid "and"
995
  msgstr "そして"
996
 
997
- #: library/plugin-settings.php:1361
998
  msgid "Email Auto-Display"
999
  msgstr "電子メール自動表示"
1000
 
1001
- #: library/plugin-settings.php:1363
1002
  msgid "Auto-display user-submitted email:"
1003
  msgstr "ユーザーが投稿したメールの自動表示:"
1004
 
1005
- #: library/plugin-settings.php:1368
1006
  msgid "Email Markup"
1007
  msgstr "電子メールマークアップ"
1008
 
1009
- #: library/plugin-settings.php:1370
1010
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1011
  msgstr "送信された電子メールアドレスに使用するマークアップ(自動表示が有効な場合)使える"
1012
 
1013
- #: library/plugin-settings.php:1374
1014
  msgid "URL Auto-Display"
1015
  msgstr "URL自動表示"
1016
 
1017
- #: library/plugin-settings.php:1376
1018
  msgid "Auto-display user-submitted URL:"
1019
  msgstr "ユーザーが投稿したURLの自動表示:"
1020
 
1021
- #: library/plugin-settings.php:1381
1022
  msgid "URL Markup"
1023
  msgstr "URLマークアップ"
1024
 
1025
- #: library/plugin-settings.php:1383
1026
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1027
  msgstr "送信されたURLに使用するマークアップ(自動表示が有効な場合)使える"
1028
 
1029
- #: library/plugin-settings.php:1387
1030
  msgid "Custom Field Auto-Display"
1031
  msgstr "カスタムフィールド自動表示"
1032
 
1033
- #: library/plugin-settings.php:1389
1034
  msgid "Auto-display user-submitted Custom Field:"
1035
  msgstr "ユーザーが送信したカスタムフィールドの自動表示:"
1036
 
1037
- #: library/plugin-settings.php:1394
1038
  msgid "Custom Field Markup"
1039
  msgstr "カスタムフィールドマークアップ"
1040
 
1041
- #: library/plugin-settings.php:1396
1042
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1043
  msgstr "送信されたカスタムフィールドに使用するマークアップ(自動表示が有効な場合)使える"
1044
 
1045
- #: library/plugin-settings.php:1402 library/plugin-settings.php:1468
1046
  msgid "Save Settings"
1047
  msgstr "設定を保存する"
1048
 
1049
- #: library/plugin-settings.php:1407
1050
  msgid "Display the Form"
1051
  msgstr "フォームを表示する"
1052
 
1053
- #: library/plugin-settings.php:1410
1054
  msgid "Post-Submit Form"
1055
  msgstr "投稿後のフォーム"
1056
 
1057
- #: library/plugin-settings.php:1411
1058
  msgid "USP enables you to display a post-submission form anywhere on your site."
1059
- msgstr "USPを使用すると、投稿したフォームをサイトのどこにでも表示することができます。"
1060
 
1061
- #: library/plugin-settings.php:1412 library/plugin-settings.php:1419
1062
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1063
  msgstr "ショートコードを使用して、任意のWP投稿またはページにフォームを表示します。"
1064
 
1065
- #: library/plugin-settings.php:1414 library/plugin-settings.php:1421
1066
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1067
  msgstr "または、テンプレートタグを使用して、テーマテンプレートの任意の場所にフォームを表示します。"
1068
 
1069
- #: library/plugin-settings.php:1417
1070
  msgid "Login/Register Form"
1071
  msgstr "ログイン/登録フォーム"
1072
 
1073
- #: library/plugin-settings.php:1418
1074
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1075
  msgstr "また、ユーザーがログイン、登録、またはパスワードのリセットを可能にするフォームを表示することもできます。"
1076
 
1077
- #: library/plugin-settings.php:1424
1078
  msgid "Display Submitted Posts"
1079
  msgstr "提出された投稿を表示する"
1080
 
1081
- #: library/plugin-settings.php:1425
1082
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1083
  msgstr "このショートコードを使用して、任意のWP投稿またはページに投稿された投稿のリストを表示します。"
1084
 
1085
- #: library/plugin-settings.php:1427
1086
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1087
  msgstr "または、テンプレートタグを使用して、テーマテンプレートの任意の場所に投稿された投稿のリストを表示します。"
1088
 
1089
- #: library/plugin-settings.php:1429
1090
  msgid "Here are some examples showing how to configure this shortcode:"
1091
  msgstr "このショートコードを設定する方法の例をいくつか示します:"
1092
 
1093
- #: library/plugin-settings.php:1436
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1094
  msgid "Access Control"
1095
  msgstr "アクセス制御"
1096
 
1097
- #: library/plugin-settings.php:1437
1098
  msgid "USP provides three shortcodes to control access and restrict content."
1099
  msgstr "USPは、アクセスを制御し、コンテンツを制限するための3つのショートコードを提供します。"
1100
 
1101
- #: library/plugin-settings.php:1438
1102
  msgid "Display content only to users with a specific capability:"
1103
  msgstr "特定の機能を持つユーザーにのみコンテンツを表示する:"
1104
 
1105
- #: library/plugin-settings.php:1440
1106
  msgid "Display content to logged-in users:"
1107
  msgstr "ログインしているユーザーにコンテンツを表示する:"
1108
 
1109
- #: library/plugin-settings.php:1442
1110
  msgid "Display content to visitors only:"
1111
  msgstr "訪問者のみにコンテンツを表示する:"
1112
 
1113
- #: library/plugin-settings.php:1444
1114
  msgid "Tip:"
1115
  msgstr "先端:"
1116
 
1117
- #: library/plugin-settings.php:1444
1118
  msgid "to include markup in the deny message, you can use"
1119
  msgstr "拒否メッセージにマークアップを含めるには、"
1120
 
1121
- #: library/plugin-settings.php:1444
1122
  msgid "to output"
1123
  msgstr "出力する"
1124
 
1125
- #: library/plugin-settings.php:1446
1126
  msgid "Example"
1127
  msgstr "例"
1128
 
1129
- #: library/plugin-settings.php:1447
1130
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1131
  msgstr "ユーザーがログインしている場合は、送信後のフォームを表示します。またはユーザーがログインしていない場合は、ログインフォームを表示します。"
1132
 
1133
- #: library/plugin-settings.php:1459
1134
  msgid "Restore Defaults"
1135
  msgstr "デフォルトに戻す"
1136
 
1137
- #: library/plugin-settings.php:1462
1138
  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."
1139
  msgstr "設定を記憶するには、このオプションを無効にしておいてください。または、デフォルトのプラグインオプションを復元するには、チェックボックスをオンにして設定を保存してから、プラグインを非アクティブ化または再アクティブ化します。"
1140
 
1141
- #: library/plugin-settings.php:1466
1142
  msgid "Restore default options upon plugin deactivation/reactivation."
1143
  msgstr "プラグインの非アクティブ化/再アクティブ化時にデフォルトオプションを復元します。"
1144
 
1145
- #: library/plugin-settings.php:1473
1146
  msgid "Show Support"
1147
  msgstr "サポートを表示"
1148
 
1149
- #: library/plugin-settings.php:1482
1150
  msgid "by"
1151
  msgstr "〜によって"
1152
 
1153
- #: library/plugin-settings.php:1483
1154
  msgid "Jeff Starr on Twitter"
1155
  msgstr "Jeff Starr on Twitter"
1156
 
1157
- #: library/plugin-settings.php:1484
1158
  msgid "Obsessive Web Design &amp; Development"
1159
  msgstr "強迫観念のWebデザイン&amp;開発"
1160
 
1161
- #: library/plugin-settings.php:1495
1162
  msgid "Save Preference"
1163
  msgstr "設定を保存"
1164
 
1165
- #: library/plugin-settings.php:1502
1166
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1167
  msgstr "すべてのデフォルトオプションを復元してもよろしいですか? (この操作は元に戻すことはできません)"
1168
 
1169
- #: library/template-tags.php:214
1170
- msgid "View full post"
1171
- msgstr "完全な投稿を表示"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1172
 
1173
  #. Description of the plugin
1174
  #:
4
  "Content-Type: text/plain; charset=UTF-8\n"
5
  "Content-Transfer-Encoding: 8bit\n"
6
  "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20180316\n"
8
  "Language: ja\n"
9
 
10
  #. Name of the plugin
11
+ #: user-submitted-posts.php:44 library/support-panel.php:5
12
  msgid "User Submitted Posts"
13
  msgstr "ユーザーが投稿した投稿"
14
 
15
+ #: user-submitted-posts.php:81
16
  msgid "requires WordPress "
17
  msgstr "ワードプレスが必要"
18
 
19
+ #: user-submitted-posts.php:82
20
  msgid " or higher, and has been deactivated! "
21
  msgstr " またはそれ以上であり、停止されている!"
22
 
23
+ #: user-submitted-posts.php:83
24
  msgid "Please return to the"
25
  msgstr "あなたに戻ってください"
26
 
27
+ #: user-submitted-posts.php:84
28
  msgid "WordPress Admin Area"
29
  msgstr "ワードプレス管理エリア"
30
 
31
+ #: user-submitted-posts.php:85
32
  msgid "to upgrade WordPress and try again."
33
  msgstr "WordPressをアップグレードしてもう一度やり直してください。"
34
 
35
+ #: user-submitted-posts.php:125
36
  msgid "User Submitted Post"
37
  msgstr "ユーザーが投稿した投稿"
38
 
39
+ #: user-submitted-posts.php:419
40
  msgid "User Submitted Post Info"
41
  msgstr "ユーザーが投稿した投稿情報"
42
 
43
+ #: user-submitted-posts.php:449
44
  msgid "Submitter Name: "
45
  msgstr "投稿者名:"
46
 
47
+ #: user-submitted-posts.php:450
48
  msgid "Submitter Email: "
49
  msgstr "投稿者メール:"
50
 
51
+ #: user-submitted-posts.php:451
52
  msgid "Submitter URL: "
53
  msgstr "投稿者URL:"
54
 
55
+ #: user-submitted-posts.php:452
56
  msgid "Submitter IP: "
57
  msgstr "提出者IP:"
58
 
59
+ #: user-submitted-posts.php:503
60
  msgid "Show USP Posts"
61
  msgstr "USPの投稿を表示"
62
 
63
+ #: user-submitted-posts.php:504 library/plugin-settings.php:979
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
+ #: user-submitted-posts.php:1272
68
  msgid " files required"
69
  msgstr " 必要なファイル"
70
 
71
+ #: user-submitted-posts.php:1273
72
  msgid " file required"
73
  msgstr " ファイルが必要です"
74
 
75
+ #: user-submitted-posts.php:1275
76
  msgid " files"
77
  msgstr " ファイル"
78
 
79
+ #: user-submitted-posts.php:1276
80
  msgid " file"
81
  msgstr " ファイル"
82
 
83
+ #: user-submitted-posts.php:1278 user-submitted-posts.php:1279
84
+ #: user-submitted-posts.php:1280 user-submitted-posts.php:1281
85
  msgid " pixels"
86
  msgstr " ピクセル"
87
 
88
+ #: user-submitted-posts.php:1283 library/core-functions.php:215
89
+ #: library/plugin-settings.php:284 library/plugin-settings.php:303
90
+ #: library/plugin-settings.php:701 library/plugin-settings.php:1195
91
  msgid "Custom Field"
92
  msgstr "カスタムフィールド"
93
 
94
+ #: user-submitted-posts.php:1286
95
  msgid "An error occurred. Please go back and try again."
96
  msgstr "エラーが発生しました。戻ってもう一度やり直してください。"
97
 
98
+ #: user-submitted-posts.php:1296
99
  msgid "User login required"
100
  msgstr "ユーザーログインが必要です"
101
 
102
+ #: user-submitted-posts.php:1297
103
  msgid "User name required"
104
  msgstr "ユーザー名が必要です"
105
 
106
+ #: user-submitted-posts.php:1298
107
  msgid "Post title required"
108
  msgstr "投稿のタイトルが必要です"
109
 
110
+ #: user-submitted-posts.php:1299
111
  msgid "User URL required"
112
  msgstr "ユーザーのURLが必要です"
113
 
114
+ #: user-submitted-posts.php:1300
115
  msgid "Post tags required"
116
  msgstr "投稿タグが必要です"
117
 
118
+ #: user-submitted-posts.php:1301
119
  msgid "Post category required"
120
  msgstr "投稿カテゴリが必要です"
121
 
122
+ #: user-submitted-posts.php:1302
123
  msgid "Post content required"
124
  msgstr "投稿内容が必要です"
125
 
126
+ #: user-submitted-posts.php:1303 user-submitted-posts.php:1304
127
  msgid "Correct captcha required"
128
  msgstr "正しいキャプチャが必要です"
129
 
130
+ #: user-submitted-posts.php:1305
131
  msgid "User email required"
132
  msgstr "ユーザーメールが必要です"
133
 
134
+ #: user-submitted-posts.php:1306
135
  msgid "Please check your email and try again"
136
  msgstr "メールを確認してもう一度お試しください"
137
 
138
+ #: user-submitted-posts.php:1307
139
  msgid "Non-empty value for hidden field"
140
  msgstr "隠しフィールドの空でない値"
141
 
142
+ #: user-submitted-posts.php:1308
143
  msgid "Minimum number of images not met"
144
  msgstr "会わない画像の最小枚数"
145
 
146
+ #: user-submitted-posts.php:1309
147
  msgid "Maximum number of images exceeded "
148
  msgstr "画像の最大枚数を超えました"
149
 
150
+ #: user-submitted-posts.php:1310
151
  msgid "Minimum image width not met"
152
  msgstr "最小画像幅が満たされない"
153
 
154
+ #: user-submitted-posts.php:1311
155
  msgid "Image width exceeds maximum"
156
  msgstr "画像の幅が最大値を超える"
157
 
158
+ #: user-submitted-posts.php:1312
159
  msgid "Minimum image height not met"
160
  msgstr "最小画像の高さが満たされない"
161
 
162
+ #: user-submitted-posts.php:1313
163
  msgid "Image height exceeds maximum"
164
  msgstr "画像の高さが最大値を超える"
165
 
166
+ #: user-submitted-posts.php:1314
167
  msgid "File type not allowed (please upload images only)"
168
  msgstr "ファイルの種類は許可されていません(画像のみをアップロードしてください)"
169
 
170
+ #: user-submitted-posts.php:1315
171
  msgid " required"
172
  msgstr " 必須"
173
 
174
+ #: user-submitted-posts.php:1319
175
  msgid "File not uploaded. Please check the file and try again."
176
+ msgstr "ファイルがアップロードされていません。ファイルを確認してから、もう一度お試しください。"
177
 
178
+ #: user-submitted-posts.php:1323
179
  msgid "The file(s) could not be uploaded"
180
  msgstr "ファイルをアップロードできませんでした"
181
 
182
+ #: user-submitted-posts.php:1325
183
  msgid "Post not created. Please contact the site administrator for help."
184
  msgstr "投稿は作成されません。ヘルプについては、サイト管理者にお問い合わせください。"
185
 
186
+ #: user-submitted-posts.php:1326
187
  msgid "Duplicate post title. Please try again."
188
  msgstr "重複する投稿のタイトル。もう一度お試しください。"
189
 
190
+ #: user-submitted-posts.php:1336
191
  msgid "Error: "
192
  msgstr "エラー:"
193
 
194
+ #: user-submitted-posts.php:1362
195
  msgid "Return to form"
196
  msgstr "フォームに戻る"
197
 
198
+ #: user-submitted-posts.php:1392 library/plugin-settings.php:955
199
  msgid "Please"
200
  msgstr "お願いします"
201
 
202
+ #: user-submitted-posts.php:1393
203
  msgid "log in"
204
  msgstr "ログイン"
205
 
206
+ #: user-submitted-posts.php:1394
207
  msgid "to submit content!"
208
  msgstr "コンテンツを提出する!"
209
 
228
 
229
  #: views/submission-form.php:74 views/submission-form.php:75
230
  #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
+ #: library/plugin-settings.php:1016
232
  msgid "Post Title"
233
+ msgstr "記事のタイトル"
234
 
235
  #: views/submission-form.php:80 views/submission-form.php:81
236
  #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
+ #: library/plugin-settings.php:1017
238
  msgid "Post Tags"
239
  msgstr "投稿タグ"
240
 
243
  msgstr "スパム対策の質問"
244
 
245
  #: views/submission-form.php:98 views/submission-form-alt.php:103
246
+ #: library/plugin-settings.php:1018
247
  msgid "Post Category"
248
  msgstr "投稿カテゴリ"
249
 
253
 
254
  #: views/submission-form.php:135 views/submission-form.php:136
255
  #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
+ #: library/plugin-settings.php:1019
257
  msgid "Post Content"
258
  msgstr "投稿の内容"
259
 
277
  msgid "Submit Post"
278
  msgstr "投稿を投稿する"
279
 
280
+ #: library/shortcode-misc.php:18
281
+ msgid "Reset form"
282
+ msgstr "フォームをリセット"
283
+
284
+ #: library/shortcode-misc.php:128
285
+ msgid "View full post"
286
+ msgstr "完全な投稿を表示"
287
+
288
  #: library/plugin-settings.php:32
289
  msgid "Get USP Pro for unlimited forms!"
290
  msgstr "無制限のフォームでUSP Proを入手しよう!"
388
  msgstr "オプションを設定する)"
389
 
390
  #: library/plugin-settings.php:318 library/plugin-settings.php:335
391
+ #: library/plugin-settings.php:1213 library/plugin-settings.php:1218
392
  msgid "Challenge Question"
393
  msgstr "チャレンジ質問"
394
 
395
  #: library/plugin-settings.php:350 library/plugin-settings.php:367
396
+ #: library/plugin-settings.php:1235
397
  msgid "Google reCAPTCHA"
398
  msgstr "GoogleのreCAPTCHA"
399
 
409
  msgid "Disable"
410
  msgstr "無効にする"
411
 
412
+ #: library/plugin-settings.php:399 library/plugin-settings.php:1296
413
  msgid "Image Uploads"
414
  msgstr "画像のアップロード"
415
 
437
  msgid " approved posts"
438
  msgstr " 承認済みの投稿"
439
 
440
+ #: library/plugin-settings.php:645
441
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
442
  msgstr "エラーが発生しました。タイトルとコンテンツを追加し、画像のみをアップロードしたことを確認してください。"
443
 
444
+ #: library/plugin-settings.php:659
445
  msgid "Please select your image(s) to upload."
446
  msgstr "アップロードする画像を選択してください。"
447
 
448
+ #: library/plugin-settings.php:665
449
  msgid "Success! Thank you for your submission."
450
  msgstr "成功!あなたの提出ありがとうございます。"
451
 
452
+ #: library/plugin-settings.php:691
453
  msgid "Email"
454
  msgstr "Eメール"
455
 
456
+ #: library/plugin-settings.php:692
457
  msgid "URL"
458
  msgstr "URL"
459
 
460
+ #: library/plugin-settings.php:942
 
 
 
 
461
  msgid "Toggle all panels"
462
  msgstr "すべてのパネルを切り替える"
463
 
464
+ #: library/plugin-settings.php:951
465
  msgid "We need your support!"
466
  msgstr "あなたのサポートが必要です!"
467
 
468
+ #: library/plugin-settings.php:955
469
  msgid "Make a donation via PayPal"
470
  msgstr "PayPalで寄付をする"
471
 
472
+ #: library/plugin-settings.php:955
473
  msgid "make a donation"
474
  msgstr "寄付をします"
475
 
476
+ #: library/plugin-settings.php:955
477
  msgid "and/or"
478
  msgstr "および/または"
479
 
480
+ #: library/plugin-settings.php:956
481
  msgid "Rate and review at the Plugin Directory"
482
  msgstr "プラグインディレクトリの評価とレビュー"
483
 
484
+ #: library/plugin-settings.php:957
485
  msgid "give this plugin a 5-star rating"
486
  msgstr "このプラグインに5つ星の評価を与える"
487
 
488
+ #: library/plugin-settings.php:961
489
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
490
  msgstr "あなたの寛大なサポートは、この無料のプラグインの継続的な開発を可能にします。ありがとうございました!"
491
 
492
+ #: library/plugin-settings.php:966
493
  msgid "Check this box if you have shown support"
494
  msgstr "サポートが表示されている場合は、このチェックボックスをオンにします"
495
 
496
+ #: library/plugin-settings.php:975
497
  msgid "Overview"
498
  msgstr "概要"
499
 
500
+ #: library/plugin-settings.php:979
501
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
502
  msgstr "訪問者はサイトのフロントエンドから投稿を送信して画像をアップロードすることができます。"
503
 
504
+ #: library/plugin-settings.php:980
505
  msgid "For advanced functionality and unlimited forms, check out"
506
  msgstr "高度な機能と無制限のフォームについては、"
507
 
508
+ #: library/plugin-settings.php:980 library/plugin-settings.php:1354
509
  msgid "USP Pro"
510
  msgstr "USP Pro"
511
 
512
+ #: library/plugin-settings.php:981
513
  msgid "&mdash; the ultimate solution for user-generated content."
514
  msgstr "&mdash;ユーザーが作成したコンテンツの究極のソリューションです。"
515
 
516
+ #: library/plugin-settings.php:985 library/plugin-settings.php:1002
517
  msgid "Plugin Settings"
518
  msgstr "プラグインの設定"
519
 
520
+ #: library/plugin-settings.php:986
521
  msgid "Display the form"
522
  msgstr "フォームを表示する"
523
 
524
+ #: library/plugin-settings.php:987 library/plugin-settings.php:1511
525
  msgid "Plugin Homepage"
526
  msgstr "プラグインのホームページ"
527
 
528
+ #: library/plugin-settings.php:990
529
  msgid "If you like this plugin, please"
530
  msgstr "このプラグインが好きなら、"
531
 
532
+ #: library/plugin-settings.php:991
533
  msgid "THANK YOU for your support!"
534
  msgstr "ご協力ありがとうございます!"
535
 
536
+ #: library/plugin-settings.php:991
537
  msgid "give it a 5-star rating"
538
  msgstr "それは5つ星の評価を与える"
539
 
540
+ #: library/plugin-settings.php:995
541
  msgid "Unlimited front-end forms"
542
  msgstr "無制限のフロントエンドフォーム"
543
 
544
+ #: library/plugin-settings.php:995
545
  msgid "Get USP Pro"
546
  msgstr "USP Proを入手"
547
 
548
+ #: library/plugin-settings.php:1005
549
  msgid "Configure your settings for User Submitted Posts."
550
  msgstr "ユーザーが投稿した投稿の設定を行います。"
551
 
552
+ #: library/plugin-settings.php:1007
553
  msgid "Form Fields"
554
  msgstr "フォームフィールド"
555
 
556
+ #: library/plugin-settings.php:1013
557
  msgid "User Name"
558
  msgstr "ユーザー名"
559
 
560
+ #: library/plugin-settings.php:1014
561
  msgid "User Email"
562
  msgstr "ユーザーメール"
563
 
564
+ #: library/plugin-settings.php:1015
565
  msgid "User URL"
566
  msgstr "ユーザーのURL"
567
 
568
+ #: library/plugin-settings.php:1030
569
  msgid "General Settings"
570
  msgstr "一般設定"
571
 
572
+ #: library/plugin-settings.php:1032
573
+ msgid "Note that the default settings work fine for most cases."
574
+ msgstr "ほとんどの場合、デフォルト設定が正常に動作することに注意してください。"
575
+
576
+ #: library/plugin-settings.php:1037
577
  msgid "Form Style"
578
  msgstr "フォームスタイル"
579
 
580
+ #: library/plugin-settings.php:1042
581
  msgid "With this option, you can copy the plugin&rsquo;s default templates:"
582
  msgstr "このオプションを使用すると、プラグインのデフォルトのテンプレートをコピーできます。"
583
 
584
+ #: library/plugin-settings.php:1047
585
  msgid "..and upload them into a directory named"
586
  msgstr "..そしてそれらをディレクトリにアップロードする"
587
 
588
+ #: library/plugin-settings.php:1047
589
  msgid "in your theme:"
590
  msgstr "あなたのテーマ:"
591
 
592
+ #: library/plugin-settings.php:1053
593
  msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
594
  msgstr "これにより、必要に応じてフォームとスタイルをカスタマイズすることができます。詳細については、「カスタム送信フォーム」のセクションをご覧ください。"
595
 
596
+ #: library/plugin-settings.php:1054
597
  msgid "Installation Docs"
598
  msgstr "インストール・ドキュメント"
599
 
600
+ #: library/plugin-settings.php:1055
601
  msgid "FYI: here is a"
602
  msgstr "FYI:ここに"
603
 
604
+ #: library/plugin-settings.php:1055
605
  msgid "list of USP CSS selectors"
606
  msgstr "USP CSSセレクタのリスト"
607
 
608
+ #: library/plugin-settings.php:1061
609
  msgid "Include JavaScript"
610
  msgstr "JavaScriptを含める"
611
 
612
+ #: library/plugin-settings.php:1063
613
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
614
  msgstr "外部のJavaScriptファイルを含める場合は、このボックスをオンにします(推奨)。"
615
 
616
+ #: library/plugin-settings.php:1066
617
  msgid "Targeted Loading"
618
  msgstr "ターゲットローディング"
619
 
620
+ #: library/plugin-settings.php:1068
621
  msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
622
  msgstr "デフォルトでは、外部CSS&amp; JavaScriptファイルはすべてのページに読み込まれます。ここでは、USPフォームのURLを指定して、そのページでのみリソースを読み込むことができます。注:空白のままにしておくと、すべてのページに読み込まれます。"
623
 
624
+ #: library/plugin-settings.php:1071
625
  msgid "Post Type"
626
  msgstr "投稿タイプ"
627
 
628
+ #: library/plugin-settings.php:1074
629
  msgid "Submit posts as WP Posts or Pages"
630
  msgstr "投稿をWP投稿またはページとして送信する"
631
 
632
+ #: library/plugin-settings.php:1078
633
  msgid "Post Status"
634
  msgstr "投稿ステータス"
635
 
636
+ #: library/plugin-settings.php:1081
637
  msgid "Post Status for submitted posts"
638
  msgstr "投稿された投稿の投稿ステータス"
639
 
640
+ #: library/plugin-settings.php:1085
641
  msgid "Redirect URL"
642
  msgstr "リダイレクトURL"
643
 
644
+ #: library/plugin-settings.php:1087
645
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
646
  msgstr "投稿後にユーザーをリダイレクトするURLを指定します。空白のままにすると、現在のページにリダイレクトされます。"
647
 
648
+ #: library/plugin-settings.php:1090
649
  msgid "Success Message"
650
  msgstr "成功のメッセージ"
651
 
652
+ #: library/plugin-settings.php:1092
653
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
654
  msgstr "投稿後に成功した場合に表示される成功メッセージ。基本的なマークアップは許可されています。"
655
 
656
+ #: library/plugin-settings.php:1095
657
  msgid "Error Message"
658
  msgstr "エラーメッセージ"
659
 
660
+ #: library/plugin-settings.php:1097
661
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
662
  msgstr "投稿後に失敗した場合に表示される一般的なエラーメッセージです。基本的なマークアップは許可されています。"
663
 
664
+ #: library/plugin-settings.php:1100
665
  msgid "Custom Content"
666
  msgstr "カスタムコンテンツ"
667
 
668
+ #: library/plugin-settings.php:1102
669
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
670
  msgstr "提出フォームの前にカスタムテキスト/マークアップを含める。空白のままにすると無効になります。"
671
 
672
+ #: library/plugin-settings.php:1105
673
  msgid "Rich Text Editor"
674
  msgstr "リッチテキストエディタ"
675
 
676
+ #: library/plugin-settings.php:1107
677
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
678
  msgstr "提出された投稿に対してWPリッチテキスト編集を有効にする場合は、このチェックボックスをオンにします。"
679
 
680
+ #: library/plugin-settings.php:1110
681
  msgid "Unique Titles"
682
  msgstr "ユニークなタイトル"
683
 
684
+ #: library/plugin-settings.php:1112
685
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
686
  msgstr "提出された投稿のタイトルが一意であることを要求する(複数の/投稿された投稿を防止するのに便利)。"
687
 
688
+ #: library/plugin-settings.php:1115
689
  msgid "Disable Required"
690
  msgstr "無効にする"
691
 
692
+ #: library/plugin-settings.php:1117
693
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
694
  msgstr "既定のフォームフィールドで必要なすべての属性を無効にします(エラーメッセージのトラブルシューティングに役立ちます)。"
695
 
696
+ #: library/plugin-settings.php:1120
697
  msgid "Disable IP Tracking"
698
  msgstr "IPトラッキングを無効にする"
699
 
700
+ #: library/plugin-settings.php:1122
701
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
702
  msgstr "デフォルトでUSPは送信された投稿ごとにIPアドレスを記録します。すべてのIPトラッキングを無効にするには、このボックスをオンにします。"
703
 
704
+ #: library/plugin-settings.php:1125
705
  msgid "Enable Shortcodes"
706
  msgstr "ショートコードを有効にする"
707
 
708
+ #: library/plugin-settings.php:1127
709
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
710
  msgstr "ウィジェットでショートコードを有効にする。デフォルトでは、WordPressはウィジェットでショートコードを有効にしません。"
711
 
712
+ #: library/plugin-settings.php:1128
713
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
714
  msgstr "この設定では、ウィジェット内の任意の/すべてのショートコード(他のプラグインのショートコードも可能です)を有効にします。"
715
 
716
+ #: library/plugin-settings.php:1133 library/plugin-settings.php:1138
717
  msgid "Categories"
718
  msgstr "カテゴリー"
719
 
720
+ #: library/plugin-settings.php:1141
721
  msgid "Select which categories may be assigned to submitted posts (click to toggle)"
722
  msgstr "送信された投稿に割り当てられるカテゴリを選択します(クリックして切り替えます)"
723
 
724
+ #: library/plugin-settings.php:1149
725
  msgid "Hidden/Default Category"
726
  msgstr "非表示/デフォルトカテゴリ"
727
 
728
+ #: library/plugin-settings.php:1151
729
  msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
730
  msgstr "投稿カテゴリには非表示フィールドを使用します。これは、カテゴリフィールドが無効のときにデフォルトカテゴリを指定するために使用されます。"
731
 
732
+ #: library/plugin-settings.php:1154
733
  msgid "Category ID for Hidden Field"
734
  msgstr "非表示フィールドのカテゴリID"
735
 
736
+ #: library/plugin-settings.php:1156
737
  msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
738
  msgstr "&ldquo; Hidden / Defaultカテゴリ&rdquo;に使用するカテゴリのIDを指定します。オプション。"
739
 
740
+ #: library/plugin-settings.php:1161
741
  msgid "Users"
742
  msgstr "ユーザー"
743
 
744
+ #: library/plugin-settings.php:1166
745
  msgid "Assigned Author"
746
  msgstr "割り当てられた著者"
747
 
748
+ #: library/plugin-settings.php:1169
749
  msgid "Specify the user that should be assigned as author for submitted posts."
750
  msgstr "送信された投稿の作成者として割り当てるユーザーを指定します。"
751
 
752
+ #: library/plugin-settings.php:1173
753
  msgid "Registered Username"
754
  msgstr "登録ユーザー名"
755
 
756
+ #: library/plugin-settings.php:1175
757
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
758
  msgstr "投稿者として登録されたユーザー名を使用します。フォームを送信した人がWordPressにログインしている場合に有効です。"
759
 
760
+ #: library/plugin-settings.php:1178
761
  msgid "User Profile URL"
762
  msgstr "ユーザプロファイルURL"
763
 
764
+ #: library/plugin-settings.php:1180
765
  msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
766
  msgstr "URLフィールドの値として、登録ユーザーの&rsquo sのプロファイルURLを使用します。フォームを送信した人がWordPressにログインしている場合に有効です。"
767
 
768
+ #: library/plugin-settings.php:1183
769
  msgid "Require User Login"
770
  msgstr "ユーザーログインが必要"
771
 
772
+ #: library/plugin-settings.php:1185
773
  msgid "Require users to be logged in to WordPress to view/submit the form"
774
  msgstr "フォームを表示/送信するには、WordPressにログインする必要があります"
775
 
776
+ #: library/plugin-settings.php:1188
777
+ msgid "Disable Replace Author"
778
+ msgstr "置換者を無効にする"
779
+
780
+ #: library/plugin-settings.php:1190
781
+ msgid "Do not replace post author with submitted user name"
782
+ msgstr "投稿者を投稿したユーザー名に置き換えないでください"
783
+
784
+ #: library/plugin-settings.php:1196
785
  msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
786
  msgstr "ここでは、カスタムフィールドで使用される名前とラベルを変更することができます。上記のフォームフィールド設定でこのフィールドを有効にすることができます。"
787
 
788
+ #: library/plugin-settings.php:1201
789
  msgid "Custom Field Name"
790
  msgstr "カスタムフィールド名"
791
 
792
+ #: library/plugin-settings.php:1203
793
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
794
  msgstr "英数字、アンダースコア、ダッシュのみを使用してください。不確かな場合は、デフォルトの名前を使用します。"
795
 
796
+ #: library/plugin-settings.php:1206
797
  msgid "Custom Field Label"
798
  msgstr "カスタムフィールドラベル"
799
 
800
+ #: library/plugin-settings.php:1208
801
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
802
  msgstr "これはフォームのフィールドラベルとして表示されます。デフォルト:カスタムフィールド"
803
 
804
+ #: library/plugin-settings.php:1220
805
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
806
  msgstr "スパムを防ぐには、フォームを送信する前にユーザーが回答しなければならない質問を入力します。"
807
 
808
+ #: library/plugin-settings.php:1223
809
  msgid "Challenge Response"
810
  msgstr "チャレンジレスポンス"
811
 
812
+ #: library/plugin-settings.php:1225
813
  msgid "Enter the *only* correct answer to the challenge question."
814
  msgstr "チャレンジ質問への*正しい*答えを入力してください。"
815
 
816
+ #: library/plugin-settings.php:1228
817
  msgid "Case-sensitivity"
818
  msgstr "大文字小文字の区別"
819
 
820
+ #: library/plugin-settings.php:1230
821
  msgid "Check this box if you want the challenge response to be case-sensitive."
822
  msgstr "チャレンジレスポンスで大文字と小文字を区別する場合は、このチェックボックスをオンにします。"
823
 
824
+ #: library/plugin-settings.php:1236
825
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
826
  msgstr "GoogleのreCAPTCHAを有効にするには、公開鍵と非公開鍵を入力します。"
827
 
828
+ #: library/plugin-settings.php:1241
829
  msgid "Public Key"
830
  msgstr "公開鍵"
831
 
832
+ #: library/plugin-settings.php:1243
833
  msgid "Enter your Public Key"
834
  msgstr "あなたの公開鍵を入力してください"
835
 
836
+ #: library/plugin-settings.php:1246
837
  msgid "Private Key"
838
  msgstr "秘密鍵"
839
 
840
+ #: library/plugin-settings.php:1248
841
  msgid "Enter your Private Key"
842
  msgstr "あなたの秘密鍵を入力してください"
843
 
844
+ #: library/plugin-settings.php:1253
845
  msgid "Email Alerts"
846
  msgstr "メールアラート"
847
 
848
+ #: library/plugin-settings.php:1258
849
  msgid "Receive Email Alert"
850
  msgstr "電子メールアラートを受信する"
851
 
852
+ #: library/plugin-settings.php:1260
853
  msgid "Check this box if you want to be notified via email for new post submissions."
854
  msgstr "新しい投稿投稿をメールで通知する場合は、このチェックボックスをオンにします。"
855
 
856
+ #: library/plugin-settings.php:1263
857
  msgid "Enable HTML Format"
858
  msgstr "HTML形式を有効にする"
859
 
860
+ #: library/plugin-settings.php:1265
861
  msgid "Check this box to enable HTML format for email alerts."
862
  msgstr "電子メールアラートのHTML形式を有効にするには、このチェックボックスをオンにします。"
863
 
864
+ #: library/plugin-settings.php:1268
865
  msgid "Email Address for Alerts"
866
  msgstr "アラートの電子メールアドレス"
867
 
868
+ #: library/plugin-settings.php:1270
869
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
870
+ msgstr "電子メールアラートを受信するためにチェックボックスをオンにした場合は、電子メールを送信するアドレスをここに指定します。"
871
 
872
+ #: library/plugin-settings.php:1271
873
  msgid "Multiple recipients may be included using a comma, like so:"
874
  msgstr "カンマを使用して複数の受信者を含めることもできます。"
875
 
876
+ #: library/plugin-settings.php:1274
877
  msgid "Email &ldquo;From&rdquo; Address"
878
  msgstr "メールアドレス(&ldquo; From&rdquo;住所"
879
 
880
+ #: library/plugin-settings.php:1276
881
  msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
882
  msgstr "ここで&ldquo; From&rdquo;に使用されるアドレスをカスタマイズすることができます。ヘッダ(情報についてはプラグインのFAQを参照)。"
883
 
884
+ #: library/plugin-settings.php:1277
885
  msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
886
  msgstr "以前の設定で複数のアドレスが指定されている場合は、&ldquo; From&rdquo;この設定のアドレス(同じ順序)。"
887
 
888
+ #: library/plugin-settings.php:1280
889
  msgid "Email Alert Subject"
890
  msgstr "電子メールアラートの件名"
891
 
892
+ #: library/plugin-settings.php:1282
893
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
894
  msgstr "電子メールアラートの件名。空白のままにすると、デフォルトの件名が使用されます。注:次の変数を使用できます。"
895
 
896
+ #: library/plugin-settings.php:1287
897
  msgid "Email Alert Message"
898
  msgstr "電子メールアラートメッセージ"
899
 
900
+ #: library/plugin-settings.php:1289
901
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
902
  msgstr "電子メールアラートのメッセージ。空白のままにすると、デフォルトのメッセージが使用されます。注:次の変数を使用できます。"
903
 
904
+ #: library/plugin-settings.php:1301
905
  msgid "Featured Image"
906
  msgstr "注目の画像"
907
 
908
+ #: library/plugin-settings.php:1303
909
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
910
  msgstr "投稿した画像をおすすめ画像として設定します。注目画像(別名投稿サムネイル)のテーマサポートが必要です。"
911
 
912
+ #: library/plugin-settings.php:1306
913
  msgid "Upload Message"
914
  msgstr "メッセージをアップロードする"
915
 
916
+ #: library/plugin-settings.php:1308
917
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
918
  msgstr "アップロードフィールドの横に表示されるメッセージ。あなたのアップロードのガイドライン/ポリシー/などを述べるのに便利です。基本マークアップが許可されています。"
919
 
920
+ #: library/plugin-settings.php:1311
921
  msgid "&ldquo;Add another image&rdquo; link"
922
  msgstr "&ldquo;別の画像を追加する&rdquo;リンク"
923
 
924
+ #: library/plugin-settings.php:1313
925
  msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
926
  msgstr "&ldquo;別の画像を追加するためのカスタムマークアップ&rdquo;リンク。空白のままにしておくと、デフォルトのマークアップが使用されます(推奨)。"
927
 
928
+ #: library/plugin-settings.php:1316
929
  msgid "Minimum number of images"
930
  msgstr "画像の最小枚数"
931
 
932
+ #: library/plugin-settings.php:1319
933
  msgid "Specify the minimum number of images."
934
  msgstr "画像の最小枚数を指定してください。"
935
 
936
+ #: library/plugin-settings.php:1323
937
  msgid "Maximum number of images"
938
  msgstr "画像の最大数"
939
 
940
+ #: library/plugin-settings.php:1326
941
  msgid "Specify the maximum number of images."
942
  msgstr "画像の最大枚数を指定してください。"
943
 
944
+ #: library/plugin-settings.php:1330
945
  msgid "Minimum image width"
946
  msgstr "最小画像幅"
947
 
948
+ #: library/plugin-settings.php:1332
949
  msgid "Specify a minimum width (in pixels) for uploaded images."
950
  msgstr "アップロードされた画像の最小幅(ピクセル単位)を指定します。"
951
 
952
+ #: library/plugin-settings.php:1335
953
  msgid "Minimum image height"
954
  msgstr "最小画像高さ"
955
 
956
+ #: library/plugin-settings.php:1337
957
  msgid "Specify a minimum height (in pixels) for uploaded images."
958
  msgstr "アップロードした画像の最小高さ(ピクセル単位)を指定します。"
959
 
960
+ #: library/plugin-settings.php:1340
961
  msgid "Maximum image width"
962
  msgstr "最大画像幅"
963
 
964
+ #: library/plugin-settings.php:1342
965
  msgid "Specify a maximum width (in pixels) for uploaded images."
966
  msgstr "アップロードされた画像の最大幅(ピクセル単位)を指定します。"
967
 
968
+ #: library/plugin-settings.php:1345
969
  msgid "Maximum image height"
970
  msgstr "最大像高"
971
 
972
+ #: library/plugin-settings.php:1347
973
  msgid "Specify a maximum height (in pixels) for uploaded images."
974
  msgstr "アップロードした画像の最大高さ(ピクセル単位)を指定します。"
975
 
976
+ #: library/plugin-settings.php:1350
977
  msgid "More Options"
978
  msgstr "より多くのオプション"
979
 
980
+ #: library/plugin-settings.php:1353
981
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
982
  msgstr "他のファイルタイプ(PDF、Word、Zip、ビデオなど)をアップロードする機能など、もっと多くのオプションを確認するには、チェックアウトしてください"
983
 
984
+ #: library/plugin-settings.php:1354
985
  msgid "Go Pro!"
986
  msgstr "Go Pro!"
987
 
988
+ #: library/plugin-settings.php:1361
989
  msgid "Auto-Display Content"
990
  msgstr "コンテンツの自動表示"
991
 
992
+ #: library/plugin-settings.php:1366
993
  msgid "Images Auto-Display"
994
  msgstr "画像自動表示"
995
 
996
+ #: library/plugin-settings.php:1368
997
  msgid "Auto-display user-submitted images:"
998
  msgstr "ユーザーが投稿した画像の自動表示:"
999
 
1000
+ #: library/plugin-settings.php:1373
1001
  msgid "Image Markup"
1002
  msgstr "イメージマークアップ"
1003
 
1004
+ #: library/plugin-settings.php:1375
1005
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1006
  msgstr "送信された各画像に使用するマークアップ(自動表示が有効な場合)使える"
1007
 
1008
+ #: library/plugin-settings.php:1377 library/plugin-settings.php:1390
1009
+ #: library/plugin-settings.php:1403 library/plugin-settings.php:1416
1010
  msgid "and"
1011
  msgstr "そして"
1012
 
1013
+ #: library/plugin-settings.php:1380
1014
  msgid "Email Auto-Display"
1015
  msgstr "電子メール自動表示"
1016
 
1017
+ #: library/plugin-settings.php:1382
1018
  msgid "Auto-display user-submitted email:"
1019
  msgstr "ユーザーが投稿したメールの自動表示:"
1020
 
1021
+ #: library/plugin-settings.php:1387
1022
  msgid "Email Markup"
1023
  msgstr "電子メールマークアップ"
1024
 
1025
+ #: library/plugin-settings.php:1389
1026
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1027
  msgstr "送信された電子メールアドレスに使用するマークアップ(自動表示が有効な場合)使える"
1028
 
1029
+ #: library/plugin-settings.php:1393
1030
  msgid "URL Auto-Display"
1031
  msgstr "URL自動表示"
1032
 
1033
+ #: library/plugin-settings.php:1395
1034
  msgid "Auto-display user-submitted URL:"
1035
  msgstr "ユーザーが投稿したURLの自動表示:"
1036
 
1037
+ #: library/plugin-settings.php:1400
1038
  msgid "URL Markup"
1039
  msgstr "URLマークアップ"
1040
 
1041
+ #: library/plugin-settings.php:1402
1042
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1043
  msgstr "送信されたURLに使用するマークアップ(自動表示が有効な場合)使える"
1044
 
1045
+ #: library/plugin-settings.php:1406
1046
  msgid "Custom Field Auto-Display"
1047
  msgstr "カスタムフィールド自動表示"
1048
 
1049
+ #: library/plugin-settings.php:1408
1050
  msgid "Auto-display user-submitted Custom Field:"
1051
  msgstr "ユーザーが送信したカスタムフィールドの自動表示:"
1052
 
1053
+ #: library/plugin-settings.php:1413
1054
  msgid "Custom Field Markup"
1055
  msgstr "カスタムフィールドマークアップ"
1056
 
1057
+ #: library/plugin-settings.php:1415
1058
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1059
  msgstr "送信されたカスタムフィールドに使用するマークアップ(自動表示が有効な場合)使える"
1060
 
1061
+ #: library/plugin-settings.php:1421 library/plugin-settings.php:1497
1062
  msgid "Save Settings"
1063
  msgstr "設定を保存する"
1064
 
1065
+ #: library/plugin-settings.php:1426
1066
  msgid "Display the Form"
1067
  msgstr "フォームを表示する"
1068
 
1069
+ #: library/plugin-settings.php:1429
1070
  msgid "Post-Submit Form"
1071
  msgstr "投稿後のフォーム"
1072
 
1073
+ #: library/plugin-settings.php:1430
1074
  msgid "USP enables you to display a post-submission form anywhere on your site."
1075
+ msgstr "USPを使用すると、投稿したフォームをサイトのどこにでも表示できます。"
1076
 
1077
+ #: library/plugin-settings.php:1431 library/plugin-settings.php:1438
1078
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1079
  msgstr "ショートコードを使用して、任意のWP投稿またはページにフォームを表示します。"
1080
 
1081
+ #: library/plugin-settings.php:1433 library/plugin-settings.php:1440
1082
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1083
  msgstr "または、テンプレートタグを使用して、テーマテンプレートの任意の場所にフォームを表示します。"
1084
 
1085
+ #: library/plugin-settings.php:1436
1086
  msgid "Login/Register Form"
1087
  msgstr "ログイン/登録フォーム"
1088
 
1089
+ #: library/plugin-settings.php:1437
1090
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1091
  msgstr "また、ユーザーがログイン、登録、またはパスワードのリセットを可能にするフォームを表示することもできます。"
1092
 
1093
+ #: library/plugin-settings.php:1443
1094
  msgid "Display Submitted Posts"
1095
  msgstr "提出された投稿を表示する"
1096
 
1097
+ #: library/plugin-settings.php:1444
1098
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1099
  msgstr "このショートコードを使用して、任意のWP投稿またはページに投稿された投稿のリストを表示します。"
1100
 
1101
+ #: library/plugin-settings.php:1446
1102
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1103
  msgstr "または、テンプレートタグを使用して、テーマテンプレートの任意の場所に投稿された投稿のリストを表示します。"
1104
 
1105
+ #: library/plugin-settings.php:1448
1106
  msgid "Here are some examples showing how to configure this shortcode:"
1107
  msgstr "このショートコードを設定する方法の例をいくつか示します:"
1108
 
1109
+ #: library/plugin-settings.php:1455
1110
+ msgid "Reset Form Button"
1111
+ msgstr "フォームボタンのリセット"
1112
+
1113
+ #: library/plugin-settings.php:1456
1114
+ msgid "This shortcode displays a link that resets the form to its original state:"
1115
+ msgstr "このショートコードは、フォームを元の状態にリセットするリンクを表示します。"
1116
+
1117
+ #: library/plugin-settings.php:1458
1118
+ msgid "This shortcode accepts the following attributes:"
1119
+ msgstr "このショートコードは、次の属性を受け入れます。"
1120
+
1121
+ #: library/plugin-settings.php:1463
1122
+ msgid "Note that the url attribute accepts"
1123
+ msgstr "url属性はaccepts"
1124
+
1125
+ #: library/plugin-settings.php:1463
1126
+ msgid "to get the current URL."
1127
+ msgstr "現在のURLを取得します。"
1128
+
1129
+ #: library/plugin-settings.php:1465
1130
  msgid "Access Control"
1131
  msgstr "アクセス制御"
1132
 
1133
+ #: library/plugin-settings.php:1466
1134
  msgid "USP provides three shortcodes to control access and restrict content."
1135
  msgstr "USPは、アクセスを制御し、コンテンツを制限するための3つのショートコードを提供します。"
1136
 
1137
+ #: library/plugin-settings.php:1467
1138
  msgid "Display content only to users with a specific capability:"
1139
  msgstr "特定の機能を持つユーザーにのみコンテンツを表示する:"
1140
 
1141
+ #: library/plugin-settings.php:1469
1142
  msgid "Display content to logged-in users:"
1143
  msgstr "ログインしているユーザーにコンテンツを表示する:"
1144
 
1145
+ #: library/plugin-settings.php:1471
1146
  msgid "Display content to visitors only:"
1147
  msgstr "訪問者のみにコンテンツを表示する:"
1148
 
1149
+ #: library/plugin-settings.php:1473
1150
  msgid "Tip:"
1151
  msgstr "先端:"
1152
 
1153
+ #: library/plugin-settings.php:1473
1154
  msgid "to include markup in the deny message, you can use"
1155
  msgstr "拒否メッセージにマークアップを含めるには、"
1156
 
1157
+ #: library/plugin-settings.php:1473
1158
  msgid "to output"
1159
  msgstr "出力する"
1160
 
1161
+ #: library/plugin-settings.php:1475
1162
  msgid "Example"
1163
  msgstr "例"
1164
 
1165
+ #: library/plugin-settings.php:1476
1166
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1167
  msgstr "ユーザーがログインしている場合は、送信後のフォームを表示します。またはユーザーがログインしていない場合は、ログインフォームを表示します。"
1168
 
1169
+ #: library/plugin-settings.php:1488
1170
  msgid "Restore Defaults"
1171
  msgstr "デフォルトに戻す"
1172
 
1173
+ #: library/plugin-settings.php:1491
1174
  msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1175
  msgstr "設定を記憶するには、このオプションを無効にしておいてください。または、デフォルトのプラグインオプションを復元するには、チェックボックスをオンにして設定を保存してから、プラグインを非アクティブ化または再アクティブ化します。"
1176
 
1177
+ #: library/plugin-settings.php:1495
1178
  msgid "Restore default options upon plugin deactivation/reactivation."
1179
  msgstr "プラグインの非アクティブ化/再アクティブ化時にデフォルトオプションを復元します。"
1180
 
1181
+ #: library/plugin-settings.php:1502
1182
  msgid "Show Support"
1183
  msgstr "サポートを表示"
1184
 
1185
+ #: library/plugin-settings.php:1511
1186
  msgid "by"
1187
  msgstr "〜によって"
1188
 
1189
+ #: library/plugin-settings.php:1512
1190
  msgid "Jeff Starr on Twitter"
1191
  msgstr "Jeff Starr on Twitter"
1192
 
1193
+ #: library/plugin-settings.php:1513
1194
  msgid "Obsessive Web Design &amp; Development"
1195
  msgstr "強迫観念のWebデザイン&amp;開発"
1196
 
1197
+ #: library/plugin-settings.php:1524
1198
  msgid "Save Preference"
1199
  msgstr "設定を保存"
1200
 
1201
+ #: library/plugin-settings.php:1531
1202
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1203
  msgstr "すべてのデフォルトオプションを復元してもよろしいですか? (この操作は元に戻すことはできません)"
1204
 
1205
+ #: library/support-panel.php:52
1206
+ msgid "Perishable Press Books"
1207
+ msgstr "腐敗しやすいプレス書籍"
1208
+
1209
+ #: library/support-panel.php:53
1210
+ msgid "Plugin Planet"
1211
+ msgstr "プラグインプラネット"
1212
+
1213
+ #: library/support-panel.php:54
1214
+ msgid "Donate via PayPal"
1215
+ msgstr "PayPalで寄付する"
1216
+
1217
+ #: library/support-panel.php:56
1218
+ msgid "books"
1219
+ msgstr "本"
1220
+
1221
+ #: library/support-panel.php:57
1222
+ msgid "plugins"
1223
+ msgstr "プラグイン"
1224
+
1225
+ #: library/support-panel.php:58
1226
+ msgid "donation"
1227
+ msgstr "寄付"
1228
+
1229
+ #: library/support-panel.php:60
1230
+ msgid "Thank you for using"
1231
+ msgstr "ありがとう"
1232
+
1233
+ #: library/support-panel.php:61
1234
+ msgid "Please show support by purchasing one of my"
1235
+ msgstr "私を購入してサポートを表示してください。"
1236
+
1237
+ #: library/support-panel.php:62
1238
+ msgid "or"
1239
+ msgstr "または"
1240
+
1241
+ #: library/support-panel.php:62
1242
+ msgid "or by making a"
1243
+ msgstr "または"
1244
+
1245
+ #: library/support-panel.php:63
1246
+ msgid "Your generous support helps to ensure future development of"
1247
+ msgstr "あなたの寛大なサポートは、将来の発展を保証するのに役立ちます"
1248
+
1249
+ #: library/support-panel.php:64
1250
+ msgid "and is greatly appreciated."
1251
+ msgstr "大変感謝しています。"
1252
+
1253
+ #: library/support-panel.php:66
1254
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1255
+ msgstr "どんなサイズの寄付でも、この無料のプラグインやその他の素晴らしいWordPressのリソースを開発し続けることができます。"
1256
 
1257
  #. Description of the plugin
1258
  #:
languages/usp-ko_KR.mo CHANGED
Binary file
languages/usp-ko_KR.po CHANGED
@@ -4,206 +4,206 @@ 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 20171028\n"
8
  "Language: ko\n"
9
 
10
  #. Name of the plugin
11
- #: user-submitted-posts.php:44
12
  msgid "User Submitted Posts"
13
  msgstr "사용자 제출 게시물"
14
 
15
- #: user-submitted-posts.php:78
16
  msgid "requires WordPress "
17
  msgstr "WordPress가 필요합니다."
18
 
19
- #: user-submitted-posts.php:79
20
  msgid " or higher, and has been deactivated! "
21
  msgstr " 이상, 그리고 비활성화되었습니다!"
22
 
23
- #: user-submitted-posts.php:80
24
  msgid "Please return to the"
25
  msgstr "다시 방문하십시오."
26
 
27
- #: user-submitted-posts.php:81
28
  msgid "WordPress Admin Area"
29
  msgstr "WordPress 관리 영역"
30
 
31
- #: user-submitted-posts.php:82
32
  msgid "to upgrade WordPress and try again."
33
  msgstr "WordPress를 업그레이드하고 다시 시도하십시오."
34
 
35
- #: user-submitted-posts.php:124
36
  msgid "User Submitted Post"
37
  msgstr "사용자 제출 게시물"
38
 
39
- #: user-submitted-posts.php:445
40
  msgid "User Submitted Post Info"
41
  msgstr "사용자가 제출 한 게시물 정보"
42
 
43
- #: user-submitted-posts.php:475
44
  msgid "Submitter Name: "
45
  msgstr "제출자 이름 :"
46
 
47
- #: user-submitted-posts.php:476
48
  msgid "Submitter Email: "
49
  msgstr "제출자 이메일 :"
50
 
51
- #: user-submitted-posts.php:477
52
  msgid "Submitter URL: "
53
  msgstr "제출자 URL :"
54
 
55
- #: user-submitted-posts.php:478
56
  msgid "Submitter IP: "
57
  msgstr "제출자 IP :"
58
 
59
- #: user-submitted-posts.php:529
60
  msgid "Show USP Posts"
61
  msgstr "USP 게시물보기"
62
 
63
- #: user-submitted-posts.php:530 library/plugin-settings.php:967
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
- #: user-submitted-posts.php:1175
68
  msgid " files required"
69
  msgstr " 필요한 파일"
70
 
71
- #: user-submitted-posts.php:1176
72
  msgid " file required"
73
  msgstr " 필요한 파일"
74
 
75
- #: user-submitted-posts.php:1178
76
  msgid " files"
77
  msgstr " 파일들"
78
 
79
- #: user-submitted-posts.php:1179
80
  msgid " file"
81
  msgstr " 파일"
82
 
83
- #: user-submitted-posts.php:1181 user-submitted-posts.php:1182
84
- #: user-submitted-posts.php:1183 user-submitted-posts.php:1184
85
  msgid " pixels"
86
  msgstr " 픽셀"
87
 
88
- #: user-submitted-posts.php:1186 library/plugin-settings.php:284
89
- #: library/plugin-settings.php:303 library/plugin-settings.php:690
90
- #: library/plugin-settings.php:1176
91
  msgid "Custom Field"
92
  msgstr "사용자 정의 필드"
93
 
94
- #: user-submitted-posts.php:1189
95
  msgid "An error occurred. Please go back and try again."
96
  msgstr "에러 발생됨. 돌아가서 다시 시도하십시오."
97
 
98
- #: user-submitted-posts.php:1199
99
  msgid "User login required"
100
  msgstr "사용자 로그인 필요"
101
 
102
- #: user-submitted-posts.php:1200
103
  msgid "User name required"
104
  msgstr "사용자 이름 필요"
105
 
106
- #: user-submitted-posts.php:1201
107
  msgid "Post title required"
108
  msgstr "게시물 제목이 필요합니다."
109
 
110
- #: user-submitted-posts.php:1202
111
  msgid "User URL required"
112
  msgstr "사용자 URL 필요"
113
 
114
- #: user-submitted-posts.php:1203
115
  msgid "Post tags required"
116
  msgstr "게시물 태그 필요"
117
 
118
- #: user-submitted-posts.php:1204
119
  msgid "Post category required"
120
  msgstr "게시물 카테고리 필요"
121
 
122
- #: user-submitted-posts.php:1205
123
  msgid "Post content required"
124
  msgstr "게시물 내용 필수"
125
 
126
- #: user-submitted-posts.php:1206 user-submitted-posts.php:1207
127
  msgid "Correct captcha required"
128
  msgstr "올바른 보안 문자 필요"
129
 
130
- #: user-submitted-posts.php:1208
131
  msgid "User email required"
132
  msgstr "사용자 이메일이 필요합니다."
133
 
134
- #: user-submitted-posts.php:1209
135
  msgid "Please check your email and try again"
136
  msgstr "이메일을 확인하고 다시 시도하십시오."
137
 
138
- #: user-submitted-posts.php:1210
139
  msgid "Non-empty value for hidden field"
140
  msgstr "숨겨진 필드의 비어 있지 않은 값"
141
 
142
- #: user-submitted-posts.php:1211
143
  msgid "Minimum number of images not met"
144
  msgstr "최소 이미지 수를 충족하지 못함"
145
 
146
- #: user-submitted-posts.php:1212
147
  msgid "Maximum number of images exceeded "
148
  msgstr "최대 이미지 수 초과"
149
 
150
- #: user-submitted-posts.php:1213
151
  msgid "Minimum image width not met"
152
  msgstr "최소 이미지 너비가 맞지 않습니다."
153
 
154
- #: user-submitted-posts.php:1214
155
  msgid "Image width exceeds maximum"
156
  msgstr "이미지 너비가 최대 값을 초과합니다."
157
 
158
- #: user-submitted-posts.php:1215
159
  msgid "Minimum image height not met"
160
  msgstr "최소 이미지 높이가 맞지 않습니다."
161
 
162
- #: user-submitted-posts.php:1216
163
  msgid "Image height exceeds maximum"
164
  msgstr "이미지 높이가 최대 값을 초과합니다."
165
 
166
- #: user-submitted-posts.php:1217
167
  msgid "File type not allowed (please upload images only)"
168
  msgstr "파일 형식을 사용할 수 없습니다 (이미지 만 업로드하십시오)."
169
 
170
- #: user-submitted-posts.php:1218
171
  msgid " required"
172
  msgstr " 필수"
173
 
174
- #: user-submitted-posts.php:1222
175
  msgid "File not uploaded. Please check the file and try again."
176
  msgstr "파일이 업로드되지 않았습니다. 파일을 확인한 후 다시 시도하십시오."
177
 
178
- #: user-submitted-posts.php:1226
179
  msgid "The file(s) could not be uploaded"
180
  msgstr "파일을 업로드 할 수 없습니다."
181
 
182
- #: user-submitted-posts.php:1228
183
  msgid "Post not created. Please contact the site administrator for help."
184
  msgstr "게시물이 생성되지 않았습니다. 도움을 받으려면 사이트 관리자에게 문의하십시오."
185
 
186
- #: user-submitted-posts.php:1229
187
  msgid "Duplicate post title. Please try again."
188
  msgstr "게시물 제목이 중복되었습니다. 다시 시도하십시오."
189
 
190
- #: user-submitted-posts.php:1239
191
  msgid "Error: "
192
  msgstr "오류:"
193
 
194
- #: user-submitted-posts.php:1265
195
  msgid "Return to form"
196
  msgstr "양식으로 돌아 가기"
197
 
198
- #: user-submitted-posts.php:1293 library/plugin-settings.php:943
199
  msgid "Please"
200
  msgstr "부디"
201
 
202
- #: user-submitted-posts.php:1294
203
  msgid "log in"
204
  msgstr "로그인"
205
 
206
- #: user-submitted-posts.php:1295
207
  msgid "to submit content!"
208
  msgstr "콘텐츠를 제출하십시오!"
209
 
@@ -214,7 +214,7 @@ msgstr "필수 입력란을 작성하십시오."
214
  #: views/submission-form.php:56 views/submission-form.php:57
215
  #: views/submission-form-alt.php:61 views/submission-form-alt.php:62
216
  msgid "Your Name"
217
- msgstr "귀하의 성함"
218
 
219
  #: views/submission-form.php:62 views/submission-form.php:63
220
  #: views/submission-form-alt.php:67 views/submission-form-alt.php:68
@@ -228,13 +228,13 @@ msgstr "귀하의 이메일"
228
 
229
  #: views/submission-form.php:74 views/submission-form.php:75
230
  #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
- #: library/plugin-settings.php:1004
232
  msgid "Post Title"
233
  msgstr "게시물 제목"
234
 
235
  #: views/submission-form.php:80 views/submission-form.php:81
236
  #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
- #: library/plugin-settings.php:1005
238
  msgid "Post Tags"
239
  msgstr "게시물 태그"
240
 
@@ -243,7 +243,7 @@ msgid "Antispam Question"
243
  msgstr "스팸 방지 질문"
244
 
245
  #: views/submission-form.php:98 views/submission-form-alt.php:103
246
- #: library/plugin-settings.php:1006
247
  msgid "Post Category"
248
  msgstr "게시물 카테고리"
249
 
@@ -253,7 +253,7 @@ msgstr "카테고리를 선택하십시오 .."
253
 
254
  #: views/submission-form.php:135 views/submission-form.php:136
255
  #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
- #: library/plugin-settings.php:1007
257
  msgid "Post Content"
258
  msgstr "게시물 내용"
259
 
@@ -277,6 +277,14 @@ msgstr "사람 확인 :이 필드를 비워 둡니다."
277
  msgid "Submit Post"
278
  msgstr "게시물 제출"
279
 
 
 
 
 
 
 
 
 
280
  #: library/plugin-settings.php:32
281
  msgid "Get USP Pro for unlimited forms!"
282
  msgstr "무제한 형태의 USP Pro를 만나십시오!"
@@ -380,12 +388,12 @@ msgid "to configure options)"
380
  msgstr "옵션 구성 방법)"
381
 
382
  #: library/plugin-settings.php:318 library/plugin-settings.php:335
383
- #: library/plugin-settings.php:1194 library/plugin-settings.php:1199
384
  msgid "Challenge Question"
385
  msgstr "도전 질문"
386
 
387
  #: library/plugin-settings.php:350 library/plugin-settings.php:367
388
- #: library/plugin-settings.php:1216
389
  msgid "Google reCAPTCHA"
390
  msgstr "Google reCAPTCHA"
391
 
@@ -401,7 +409,7 @@ msgstr "디스플레이"
401
  msgid "Disable"
402
  msgstr "사용 안함"
403
 
404
- #: library/plugin-settings.php:399 library/plugin-settings.php:1277
405
  msgid "Image Uploads"
406
  msgstr "이미지 업로드"
407
 
@@ -429,746 +437,822 @@ msgstr "이후 게시"
429
  msgid " approved posts"
430
  msgstr " 승인 된 게시물"
431
 
432
- #: library/plugin-settings.php:635
433
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
434
  msgstr "오류가있었습니다. 제목과 일부 콘텐츠를 추가했는지, 그리고 이미지 만 업로드했는지 확인하십시오."
435
 
436
- #: library/plugin-settings.php:649
437
  msgid "Please select your image(s) to upload."
438
  msgstr "업로드 할 이미지를 선택하십시오."
439
 
440
- #: library/plugin-settings.php:655
441
  msgid "Success! Thank you for your submission."
442
- msgstr "성공! 제출해 주셔서 감사합니다."
443
 
444
- #: library/plugin-settings.php:681
445
  msgid "Email"
446
  msgstr "이메일"
447
 
448
- #: library/plugin-settings.php:682
449
  msgid "URL"
450
  msgstr "URL"
451
 
452
- #: library/plugin-settings.php:721
453
- msgid "Sorry, you are not allowed to modify settings."
454
- msgstr "죄송합니다. 설정을 수정할 수 없습니다."
455
-
456
- #: library/plugin-settings.php:930
457
  msgid "Toggle all panels"
458
  msgstr "모든 패널 토글"
459
 
460
- #: library/plugin-settings.php:939
461
  msgid "We need your support!"
462
  msgstr "우리는 당신의 지원이 필요합니다!"
463
 
464
- #: library/plugin-settings.php:943
465
  msgid "Make a donation via PayPal"
466
  msgstr "PayPal을 통해 기부하기"
467
 
468
- #: library/plugin-settings.php:943
469
  msgid "make a donation"
470
- msgstr "기부를하다"
471
 
472
- #: library/plugin-settings.php:943
473
  msgid "and/or"
474
  msgstr "및 / 또는"
475
 
476
- #: library/plugin-settings.php:944
477
  msgid "Rate and review at the Plugin Directory"
478
  msgstr "플러그인 디렉토리에서 평가 및 리뷰"
479
 
480
- #: library/plugin-settings.php:945
481
  msgid "give this plugin a 5-star rating"
482
  msgstr "이 플러그인에 5 성급 등급 부여"
483
 
484
- #: library/plugin-settings.php:949
485
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
486
  msgstr "관대 한 지원으로이 무료 플러그인을 계속 개발할 수 있습니다. 고맙습니다!"
487
 
488
- #: library/plugin-settings.php:954
489
  msgid "Check this box if you have shown support"
490
  msgstr "지원을 표시 한 경우이 상자를 선택하십시오."
491
 
492
- #: library/plugin-settings.php:963
493
  msgid "Overview"
494
  msgstr "개요"
495
 
496
- #: library/plugin-settings.php:967
497
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
498
  msgstr "방문자가 사이트를 게시하고 프런트 엔드에서 이미지를 업로드 할 수 있습니다."
499
 
500
- #: library/plugin-settings.php:968
501
  msgid "For advanced functionality and unlimited forms, check out"
502
  msgstr "고급 기능 및 무제한 양식은 체크 아웃하십시오."
503
 
504
- #: library/plugin-settings.php:968 library/plugin-settings.php:1335
505
  msgid "USP Pro"
506
  msgstr "USP Pro"
507
 
508
- #: library/plugin-settings.php:969
509
  msgid "&mdash; the ultimate solution for user-generated content."
510
  msgstr "& mdash; 사용자 제작 콘텐츠를위한 최고의 솔루션입니다."
511
 
512
- #: library/plugin-settings.php:973 library/plugin-settings.php:990
513
  msgid "Plugin Settings"
514
  msgstr "플러그인 설정"
515
 
516
- #: library/plugin-settings.php:974
517
  msgid "Display the form"
518
  msgstr "양식 표시"
519
 
520
- #: library/plugin-settings.php:975 library/plugin-settings.php:1482
521
  msgid "Plugin Homepage"
522
  msgstr "플러그인 홈페이지"
523
 
524
- #: library/plugin-settings.php:978
525
  msgid "If you like this plugin, please"
526
  msgstr "이 플러그인이 마음에 들면"
527
 
528
- #: library/plugin-settings.php:979
529
  msgid "THANK YOU for your support!"
530
  msgstr "당신의 협조에 감사드립니다!"
531
 
532
- #: library/plugin-settings.php:979
533
  msgid "give it a 5-star rating"
534
  msgstr "그것에게 5 성급 평가를 주자."
535
 
536
- #: library/plugin-settings.php:983
537
  msgid "Unlimited front-end forms"
538
  msgstr "무제한 프런트 엔드 양식"
539
 
540
- #: library/plugin-settings.php:983
541
  msgid "Get USP Pro"
542
  msgstr "USP Pro 받기"
543
 
544
- #: library/plugin-settings.php:993
545
  msgid "Configure your settings for User Submitted Posts."
546
  msgstr "사용자가 제출 한 게시물에 대한 설정을 구성하십시오."
547
 
548
- #: library/plugin-settings.php:995
549
  msgid "Form Fields"
550
  msgstr "양식 필드"
551
 
552
- #: library/plugin-settings.php:1001
553
  msgid "User Name"
554
  msgstr "사용자 이름"
555
 
556
- #: library/plugin-settings.php:1002
557
  msgid "User Email"
558
  msgstr "사용자 이메일"
559
 
560
- #: library/plugin-settings.php:1003
561
  msgid "User URL"
562
  msgstr "사용자 URL"
563
 
564
- #: library/plugin-settings.php:1018
565
  msgid "General Settings"
566
  msgstr "일반 설정"
567
 
568
- #: library/plugin-settings.php:1023
 
 
 
 
569
  msgid "Form Style"
570
  msgstr "양식 스타일"
571
 
572
- #: library/plugin-settings.php:1028
573
  msgid "With this option, you can copy the plugin&rsquo;s default templates:"
574
  msgstr "이 옵션을 사용하면 플러그인의 기본 템플릿을 복사 할 수 있습니다."
575
 
576
- #: library/plugin-settings.php:1033
577
  msgid "..and upload them into a directory named"
578
  msgstr ".. 디렉토리에 업로드"
579
 
580
- #: library/plugin-settings.php:1033
581
  msgid "in your theme:"
582
  msgstr "귀하의 주제 :"
583
 
584
- #: library/plugin-settings.php:1039
585
  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"
586
  msgstr "그러면 원하는대로 양식과 스타일을 사용자 정의 할 수 있습니다. 자세한 내용은의 맞춤 제출 양식 섹션을 확인하십시오."
587
 
588
- #: library/plugin-settings.php:1040
589
  msgid "Installation Docs"
590
  msgstr "설치 문서"
591
 
592
- #: library/plugin-settings.php:1041
593
  msgid "FYI: here is a"
594
  msgstr "참고하시기 바랍니다."
595
 
596
- #: library/plugin-settings.php:1041
597
  msgid "list of USP CSS selectors"
598
  msgstr "USP CSS 선택자 목록"
599
 
600
- #: library/plugin-settings.php:1047
601
  msgid "Include JavaScript"
602
  msgstr "자바 스크립트 포함"
603
 
604
- #: library/plugin-settings.php:1049
605
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
606
  msgstr "외부 JavaScript 파일을 포함 시키려면이 상자를 선택하십시오 (권장)."
607
 
608
- #: library/plugin-settings.php:1052
609
  msgid "Targeted Loading"
610
  msgstr "타겟 로딩"
611
 
612
- #: library/plugin-settings.php:1054
613
  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."
614
  msgstr "기본적으로 외부 CSS & amp; JavaScript 파일은 모든 페이지에로드됩니다. 여기서 USP 양식의 URL을 지정하여 해당 페이지에서만 자원을로드 할 수 있습니다. 참고 : 모든 페이지에로드하려면 비워 두십시오."
615
 
616
- #: library/plugin-settings.php:1057
617
  msgid "Post Type"
618
  msgstr "우편 유형"
619
 
620
- #: library/plugin-settings.php:1060
621
  msgid "Submit posts as WP Posts or Pages"
622
  msgstr "게시물을 WP 포스트 또는 페이지로 제출하십시오."
623
 
624
- #: library/plugin-settings.php:1064
625
  msgid "Post Status"
626
  msgstr "게시 상태"
627
 
628
- #: library/plugin-settings.php:1067
629
  msgid "Post Status for submitted posts"
630
  msgstr "제출 된 게시물의 상태 게시"
631
 
632
- #: library/plugin-settings.php:1071
633
  msgid "Redirect URL"
634
  msgstr "리디렉션 URL"
635
 
636
- #: library/plugin-settings.php:1073
637
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
638
  msgstr "제출 후 사용자를 리디렉션 할 URL을 지정하십시오. 비워두면 현재 페이지로 리디렉션됩니다."
639
 
640
- #: library/plugin-settings.php:1076
641
  msgid "Success Message"
642
  msgstr "성공 메시지"
643
 
644
- #: library/plugin-settings.php:1078
645
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
646
  msgstr "제출 후 성공하면 표시되는 성공 메시지입니다. 기본 마크 업은 허용됩니다."
647
 
648
- #: library/plugin-settings.php:1081
649
  msgid "Error Message"
650
  msgstr "에러 메시지"
651
 
652
- #: library/plugin-settings.php:1083
653
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
654
  msgstr "제출 후 실패 할 경우 표시되는 일반 오류 메시지입니다. 기본 마크 업은 허용됩니다."
655
 
656
- #: library/plugin-settings.php:1086
657
  msgid "Custom Content"
658
  msgstr "맞춤 콘텐츠"
659
 
660
- #: library/plugin-settings.php:1088
661
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
662
  msgstr "사용자 정의 텍스트 / 마크 업은 제출 양식 앞에 포함됩니다. 비워두면 사용 중지됩니다."
663
 
664
- #: library/plugin-settings.php:1091
665
  msgid "Rich Text Editor"
666
  msgstr "서식있는 텍스트 편집기"
667
 
668
- #: library/plugin-settings.php:1093
669
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
670
  msgstr "제출 된 게시물에 대해 WP 리치 텍스트 편집을 사용하려면이 상자를 선택하십시오."
671
 
672
- #: library/plugin-settings.php:1096
673
  msgid "Unique Titles"
674
  msgstr "고유 한 타이틀"
675
 
676
- #: library/plugin-settings.php:1098
677
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
678
  msgstr "제출 된 게시물 제목이 고유해야합니다 (여러 / 제출 된 게시물 방지에 유용함)."
679
 
680
- #: library/plugin-settings.php:1101
681
  msgid "Disable Required"
682
  msgstr "사용 불능"
683
 
684
- #: library/plugin-settings.php:1103
685
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
686
  msgstr "기본 양식 필드에서 필요한 모든 속성을 비활성화합니다 (오류 메시지 문제 해결에 유용함)."
687
 
688
- #: library/plugin-settings.php:1106
689
  msgid "Disable IP Tracking"
690
  msgstr "IP 추적 사용 안함"
691
 
692
- #: library/plugin-settings.php:1108
693
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
694
  msgstr "기본적으로 USP는 제출 된 각 게시물과 함께 IP 주소를 기록합니다. 모든 IP 추적을 비활성화하려면이 상자를 선택하십시오."
695
 
696
- #: library/plugin-settings.php:1111
697
  msgid "Enable Shortcodes"
698
  msgstr "단축키 사용"
699
 
700
- #: library/plugin-settings.php:1113
701
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
702
  msgstr "위젯에서 단축 코드를 활성화하십시오. 기본적으로 WordPress는 위젯에서 단축 코드를 활성화하지 않습니다."
703
 
704
- #: library/plugin-settings.php:1114
705
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
706
  msgstr "이 설정을 사용하면 위젯에서 모든 / 모든 단축 코드를 사용할 수 있습니다 (다른 플러그인의 단축 코드도 가능)."
707
 
708
- #: library/plugin-settings.php:1119 library/plugin-settings.php:1124
709
  msgid "Categories"
710
  msgstr "카테고리"
711
 
712
- #: library/plugin-settings.php:1127
713
  msgid "Select which categories may be assigned to submitted posts (click to toggle)"
714
  msgstr "제출 된 게시물에 할당 할 수있는 카테고리 선택 (클릭하여 전환)"
715
 
716
- #: library/plugin-settings.php:1135
717
  msgid "Hidden/Default Category"
718
  msgstr "숨김 / 기본 범주"
719
 
720
- #: library/plugin-settings.php:1137
721
  msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
722
  msgstr "게시물 카테고리에 숨겨진 필드를 사용하십시오. 범주 필드가 사용 불가능할 때 기본 범주를 지정하는 데 사용할 수 있습니다."
723
 
724
- #: library/plugin-settings.php:1140
725
  msgid "Category ID for Hidden Field"
726
  msgstr "숨겨진 필드의 범주 ID"
727
 
728
- #: library/plugin-settings.php:1142
729
  msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
730
  msgstr "& ldquo; 숨김 / 기본 카테고리 & rdquo;에 사용할 카테고리의 ID를 지정하십시오. 선택권."
731
 
732
- #: library/plugin-settings.php:1147
733
  msgid "Users"
734
  msgstr "사용자"
735
 
736
- #: library/plugin-settings.php:1152
737
  msgid "Assigned Author"
738
  msgstr "배정 된 저자"
739
 
740
- #: library/plugin-settings.php:1155
741
  msgid "Specify the user that should be assigned as author for submitted posts."
742
  msgstr "제출 된 게시물의 작성자로 지정해야하는 사용자를 지정하십시오."
743
 
744
- #: library/plugin-settings.php:1159
745
  msgid "Registered Username"
746
  msgstr "등록 된 사용자 이름"
747
 
748
- #: library/plugin-settings.php:1161
749
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
750
  msgstr "게시물 작성자로 등록 된 사용자 이름을 사용하십시오. 양식을 제출하는 사람이 WordPress에 로그인 할 때 유효합니다."
751
 
752
- #: library/plugin-settings.php:1164
753
  msgid "User Profile URL"
754
  msgstr "사용자 프로필 URL"
755
 
756
- #: library/plugin-settings.php:1166
757
  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."
758
  msgstr "등록 된 사용자의 프로필 URL을 URL 필드의 값으로 사용하십시오. 양식을 제출하는 사람이 WordPress에 로그인 할 때 유효합니다."
759
 
760
- #: library/plugin-settings.php:1169
761
  msgid "Require User Login"
762
  msgstr "사용자 로그인 필요"
763
 
764
- #: library/plugin-settings.php:1171
765
  msgid "Require users to be logged in to WordPress to view/submit the form"
766
  msgstr "사용자가 양식을 보거나 제출하려면 WordPress에 로그인해야합니다."
767
 
768
- #: library/plugin-settings.php:1177
 
 
 
 
 
 
 
 
769
  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."
770
  msgstr "여기서 사용자 정의 필드에서 사용하는 이름과 레이블을 변경할 수 있습니다. 위의 양식 필드 설정을 통해이 필드를 활성화 할 수 있습니다."
771
 
772
- #: library/plugin-settings.php:1182
773
  msgid "Custom Field Name"
774
  msgstr "사용자 정의 필드 이름"
775
 
776
- #: library/plugin-settings.php:1184
777
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
778
  msgstr "영숫자, 밑줄 및 대시 만 사용하십시오. 확실하지 않으면 기본 이름을 사용하십시오."
779
 
780
- #: library/plugin-settings.php:1187
781
  msgid "Custom Field Label"
782
  msgstr "사용자 정의 필드 레이블"
783
 
784
- #: library/plugin-settings.php:1189
785
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
786
  msgstr "양식의 필드 레이블로 표시됩니다. 기본값 : 사용자 정의 필드"
787
 
788
- #: library/plugin-settings.php:1201
789
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
790
  msgstr "스팸을 방지하려면 양식을 제출하기 전에 사용자가 대답해야하는 질문을 입력하십시오."
791
 
792
- #: library/plugin-settings.php:1204
793
  msgid "Challenge Response"
794
  msgstr "챌린지 응답"
795
 
796
- #: library/plugin-settings.php:1206
797
  msgid "Enter the *only* correct answer to the challenge question."
798
  msgstr "도전 질문에 대한 * 정답을 입력하십시오."
799
 
800
- #: library/plugin-settings.php:1209
801
  msgid "Case-sensitivity"
802
  msgstr "대소 문자 구분"
803
 
804
- #: library/plugin-settings.php:1211
805
  msgid "Check this box if you want the challenge response to be case-sensitive."
806
  msgstr "챌린지 응답에서 대소 문자를 구분하려면이 상자를 선택하십시오."
807
 
808
- #: library/plugin-settings.php:1217
809
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
810
  msgstr "Google reCAPTCHA를 사용하려면 공개 키와 비공개 키를 입력하십시오."
811
 
812
- #: library/plugin-settings.php:1222
813
  msgid "Public Key"
814
  msgstr "공개 키"
815
 
816
- #: library/plugin-settings.php:1224
817
  msgid "Enter your Public Key"
818
  msgstr "공개 키 입력"
819
 
820
- #: library/plugin-settings.php:1227
821
  msgid "Private Key"
822
  msgstr "비공개 키"
823
 
824
- #: library/plugin-settings.php:1229
825
  msgid "Enter your Private Key"
826
  msgstr "비공개 키 입력"
827
 
828
- #: library/plugin-settings.php:1234
829
  msgid "Email Alerts"
830
  msgstr "이메일 알리미"
831
 
832
- #: library/plugin-settings.php:1239
833
  msgid "Receive Email Alert"
834
  msgstr "이메일 알림 수신"
835
 
836
- #: library/plugin-settings.php:1241
837
  msgid "Check this box if you want to be notified via email for new post submissions."
838
  msgstr "새로운 게시물 제출을 이메일로 통보 받으려면이 상자를 선택하십시오."
839
 
840
- #: library/plugin-settings.php:1244
841
  msgid "Enable HTML Format"
842
  msgstr "HTML 형식 사용"
843
 
844
- #: library/plugin-settings.php:1246
845
  msgid "Check this box to enable HTML format for email alerts."
846
  msgstr "전자 메일 경고에 HTML 형식을 사용하려면이 상자를 선택하십시오."
847
 
848
- #: library/plugin-settings.php:1249
849
  msgid "Email Address for Alerts"
850
  msgstr "알리미를위한 이메일 주소"
851
 
852
- #: library/plugin-settings.php:1251
853
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
854
  msgstr "이메일 알리미를받을 수있는 상자를 선택한 경우 여기에 이메일을 보내야 할 주소를 표시하십시오."
855
 
856
- #: library/plugin-settings.php:1252
857
  msgid "Multiple recipients may be included using a comma, like so:"
858
  msgstr "다음과 같이 쉼표를 사용하여 여러 수신자가 포함될 수 있습니다."
859
 
860
- #: library/plugin-settings.php:1255
861
  msgid "Email &ldquo;From&rdquo; Address"
862
  msgstr "이메일 & ldquo; 보낸 사람 & rdquo; 주소"
863
 
864
- #: library/plugin-settings.php:1257
865
  msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
866
  msgstr "여기에서 & ldquo; From & rdquo;에 사용되는 주소를 사용자 정의 할 수 있습니다. 헤더 (정보는 플러그인 FAQ를 참조하십시오)."
867
 
868
- #: library/plugin-settings.php:1258
869
  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)."
870
  msgstr "이전 설정에서 주소가 여러 개 지정되어있는 경우 & ldquo; From & rdquo; 이 설정의 주소 (동일한 순서로)."
871
 
872
- #: library/plugin-settings.php:1261
873
  msgid "Email Alert Subject"
874
  msgstr "이메일 알리미 제목"
875
 
876
- #: library/plugin-settings.php:1263
877
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
878
  msgstr "전자 메일 알림의 제목 줄. 기본 제목을 사용하려면 비워 두십시오. 참고 : 다음 변수를 사용할 수 있습니다."
879
 
880
- #: library/plugin-settings.php:1268
881
  msgid "Email Alert Message"
882
  msgstr "이메일 알리미 메시지"
883
 
884
- #: library/plugin-settings.php:1270
885
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
886
  msgstr "이메일 알림 메시지. 기본 메시지를 사용하려면 비워 둡니다. 참고 : 다음 변수를 사용할 수 있습니다."
887
 
888
- #: library/plugin-settings.php:1282
889
  msgid "Featured Image"
890
- msgstr "주요 이미지"
891
 
892
- #: library/plugin-settings.php:1284
893
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
894
- msgstr "제출 된 이미지를 추천 이미지로 설정하십시오. 추천 이미지에 대한 테마 지원이 필요합니다 (별칭 게시 축소 그림)."
895
 
896
- #: library/plugin-settings.php:1287
897
  msgid "Upload Message"
898
  msgstr "메시지 업로드"
899
 
900
- #: library/plugin-settings.php:1289
901
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
902
  msgstr "업로드 필드 옆에 표시되는 메시지입니다. 업로드 가이드 라인 / 정책 / 등을 설명 할 때 유용합니다. 기본 마크 업 허용."
903
 
904
- #: library/plugin-settings.php:1292
905
  msgid "&ldquo;Add another image&rdquo; link"
906
  msgstr "& ldquo; 다른 이미지를 추가하십시오 & rdquo; 링크"
907
 
908
- #: library/plugin-settings.php:1294
909
  msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
910
  msgstr "& ldquo; 다른 이미지 추가 & rdquo;에 대한 사용자 정의 마크 업 링크. 기본 마크 업을 사용하려면 비워 두십시오 (권장)."
911
 
912
- #: library/plugin-settings.php:1297
913
  msgid "Minimum number of images"
914
  msgstr "최소 이미지 수"
915
 
916
- #: library/plugin-settings.php:1300
917
  msgid "Specify the minimum number of images."
918
  msgstr "최소 이미지 수를 지정하십시오."
919
 
920
- #: library/plugin-settings.php:1304
921
  msgid "Maximum number of images"
922
  msgstr "최대 이미지 수"
923
 
924
- #: library/plugin-settings.php:1307
925
  msgid "Specify the maximum number of images."
926
  msgstr "최대 이미지 수를 지정하십시오."
927
 
928
- #: library/plugin-settings.php:1311
929
  msgid "Minimum image width"
930
  msgstr "최소 이미지 너비"
931
 
932
- #: library/plugin-settings.php:1313
933
  msgid "Specify a minimum width (in pixels) for uploaded images."
934
  msgstr "업로드 된 이미지의 최소 너비 (픽셀 단위)를 지정하십시오."
935
 
936
- #: library/plugin-settings.php:1316
937
  msgid "Minimum image height"
938
  msgstr "최소 이미지 높이"
939
 
940
- #: library/plugin-settings.php:1318
941
  msgid "Specify a minimum height (in pixels) for uploaded images."
942
  msgstr "업로드 된 이미지의 최소 높이 (픽셀 단위)를 지정하십시오."
943
 
944
- #: library/plugin-settings.php:1321
945
  msgid "Maximum image width"
946
  msgstr "최대 이미지 너비"
947
 
948
- #: library/plugin-settings.php:1323
949
  msgid "Specify a maximum width (in pixels) for uploaded images."
950
  msgstr "업로드 된 이미지의 최대 너비 (픽셀 단위)를 지정하십시오."
951
 
952
- #: library/plugin-settings.php:1326
953
  msgid "Maximum image height"
954
  msgstr "최대 이미지 높이"
955
 
956
- #: library/plugin-settings.php:1328
957
  msgid "Specify a maximum height (in pixels) for uploaded images."
958
  msgstr "업로드 된 이미지의 최대 높이 (픽셀 단위)를 지정하십시오."
959
 
960
- #: library/plugin-settings.php:1331
961
  msgid "More Options"
962
  msgstr "기타 옵션"
963
 
964
- #: library/plugin-settings.php:1334
965
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
966
  msgstr "다른 파일 형식 (예 : PDF, Word, Zip, 동영상 등)을 업로드하는 기능과 같은 더 많은 옵션을 보려면 체크 아웃하십시오."
967
 
968
- #: library/plugin-settings.php:1335
969
  msgid "Go Pro!"
970
  msgstr "Go Pro!"
971
 
972
- #: library/plugin-settings.php:1342
973
  msgid "Auto-Display Content"
974
  msgstr "콘텐츠 자동 표시"
975
 
976
- #: library/plugin-settings.php:1347
977
  msgid "Images Auto-Display"
978
  msgstr "이미지 자동 표시"
979
 
980
- #: library/plugin-settings.php:1349
981
  msgid "Auto-display user-submitted images:"
982
  msgstr "사용자 제출 이미지 자동 표시 :"
983
 
984
- #: library/plugin-settings.php:1354
985
  msgid "Image Markup"
986
  msgstr "이미지 마크 업"
987
 
988
- #: library/plugin-settings.php:1356
989
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
990
  msgstr "제출 된 각 이미지에 사용할 마크 업 (자동 표시가 활성화 된 경우). 사용 가능"
991
 
992
- #: library/plugin-settings.php:1358 library/plugin-settings.php:1371
993
- #: library/plugin-settings.php:1384 library/plugin-settings.php:1397
994
  msgid "and"
995
  msgstr "과"
996
 
997
- #: library/plugin-settings.php:1361
998
  msgid "Email Auto-Display"
999
  msgstr "이메일 자동 표시"
1000
 
1001
- #: library/plugin-settings.php:1363
1002
  msgid "Auto-display user-submitted email:"
1003
  msgstr "사용자 제출 이메일 자동 표시 :"
1004
 
1005
- #: library/plugin-settings.php:1368
1006
  msgid "Email Markup"
1007
  msgstr "이메일 마크 업"
1008
 
1009
- #: library/plugin-settings.php:1370
1010
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1011
  msgstr "제출 된 이메일 주소에 사용할 마크 업 (자동 표시가 활성화 된 경우). 사용 가능"
1012
 
1013
- #: library/plugin-settings.php:1374
1014
  msgid "URL Auto-Display"
1015
  msgstr "URL 자동 표시"
1016
 
1017
- #: library/plugin-settings.php:1376
1018
  msgid "Auto-display user-submitted URL:"
1019
  msgstr "사용자 제출 URL 자동 표시 :"
1020
 
1021
- #: library/plugin-settings.php:1381
1022
  msgid "URL Markup"
1023
  msgstr "URL 마크 업"
1024
 
1025
- #: library/plugin-settings.php:1383
1026
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1027
  msgstr "제출 된 URL에 사용할 마크 업 (자동 표시가 활성화 된 경우). 사용 가능"
1028
 
1029
- #: library/plugin-settings.php:1387
1030
  msgid "Custom Field Auto-Display"
1031
  msgstr "사용자 정의 필드 자동 표시"
1032
 
1033
- #: library/plugin-settings.php:1389
1034
  msgid "Auto-display user-submitted Custom Field:"
1035
  msgstr "사용자 제출 사용자 정의 필드 자동 표시 :"
1036
 
1037
- #: library/plugin-settings.php:1394
1038
  msgid "Custom Field Markup"
1039
  msgstr "사용자 정의 필드 마크 업"
1040
 
1041
- #: library/plugin-settings.php:1396
1042
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1043
  msgstr "제출 된 사용자 정의 필드에 사용할 마크 업 (자동 표시가 활성화 된 경우). 사용 가능"
1044
 
1045
- #: library/plugin-settings.php:1402 library/plugin-settings.php:1468
1046
  msgid "Save Settings"
1047
  msgstr "설정 저장"
1048
 
1049
- #: library/plugin-settings.php:1407
1050
  msgid "Display the Form"
1051
  msgstr "양식 표시"
1052
 
1053
- #: library/plugin-settings.php:1410
1054
  msgid "Post-Submit Form"
1055
  msgstr "사후 제출 양식"
1056
 
1057
- #: library/plugin-settings.php:1411
1058
  msgid "USP enables you to display a post-submission form anywhere on your site."
1059
  msgstr "USP를 사용하면 사이트의 어느 곳에서나 제출 후 양식을 표시 할 수 있습니다."
1060
 
1061
- #: library/plugin-settings.php:1412 library/plugin-settings.php:1419
1062
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1063
  msgstr "WP 포스트 또는 페이지에 양식을 표시하려면 단축 코드를 사용하십시오."
1064
 
1065
- #: library/plugin-settings.php:1414 library/plugin-settings.php:1421
1066
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1067
  msgstr "또는 템플릿 태그를 사용하여 테마 템플릿의 모든 위치에 폼을 표시하십시오."
1068
 
1069
- #: library/plugin-settings.php:1417
1070
  msgid "Login/Register Form"
1071
  msgstr "로그인 / 등록 양식"
1072
 
1073
- #: library/plugin-settings.php:1418
1074
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1075
  msgstr "또한 사용자가 로그인하거나 등록하거나 비밀번호를 재설정 할 수있는 양식을 표시 할 수 있습니다."
1076
 
1077
- #: library/plugin-settings.php:1424
1078
  msgid "Display Submitted Posts"
1079
  msgstr "제출 된 게시물 표시"
1080
 
1081
- #: library/plugin-settings.php:1425
1082
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1083
  msgstr "이 짧은 코드를 사용하여 WP 포스트 또는 페이지에 제출 된 게시물 목록을 표시하십시오 :"
1084
 
1085
- #: library/plugin-settings.php:1427
1086
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1087
  msgstr "또는 템플릿 태그를 사용하여 테마 템플릿의 어느 곳에서나 제출 된 게시물 목록을 표시하십시오."
1088
 
1089
- #: library/plugin-settings.php:1429
1090
  msgid "Here are some examples showing how to configure this shortcode:"
1091
  msgstr "다음은이 단축 코드를 구성하는 방법을 보여주는 몇 가지 예입니다."
1092
 
1093
- #: library/plugin-settings.php:1436
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1094
  msgid "Access Control"
1095
  msgstr "액세스 제어"
1096
 
1097
- #: library/plugin-settings.php:1437
1098
  msgid "USP provides three shortcodes to control access and restrict content."
1099
  msgstr "USP는 액세스를 제어하고 콘텐츠를 제한하는 세 가지 단축 코드를 제공합니다."
1100
 
1101
- #: library/plugin-settings.php:1438
1102
  msgid "Display content only to users with a specific capability:"
1103
  msgstr "특정 기능을 가진 사용자에게만 콘텐츠를 표시하십시오."
1104
 
1105
- #: library/plugin-settings.php:1440
1106
  msgid "Display content to logged-in users:"
1107
  msgstr "로그인 한 사용자에게 콘텐츠 표시 :"
1108
 
1109
- #: library/plugin-settings.php:1442
1110
  msgid "Display content to visitors only:"
1111
  msgstr "방문자에게만 콘텐츠 표시 :"
1112
 
1113
- #: library/plugin-settings.php:1444
1114
  msgid "Tip:"
1115
  msgstr "팁:"
1116
 
1117
- #: library/plugin-settings.php:1444
1118
  msgid "to include markup in the deny message, you can use"
1119
  msgstr "거부 메시지에 마크 업을 포함하려면 다음을 사용할 수 있습니다."
1120
 
1121
- #: library/plugin-settings.php:1444
1122
  msgid "to output"
1123
  msgstr "출력"
1124
 
1125
- #: library/plugin-settings.php:1446
1126
  msgid "Example"
1127
  msgstr "예"
1128
 
1129
- #: library/plugin-settings.php:1447
1130
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1131
  msgstr "사용자가 로그인 한 경우 제출 후 양식을 표시하십시오. 또는 사용자가 로그인하지 않은 경우 로그인 양식을 표시하십시오."
1132
 
1133
- #: library/plugin-settings.php:1459
1134
  msgid "Restore Defaults"
1135
  msgstr "기본값으로 복원"
1136
 
1137
- #: library/plugin-settings.php:1462
1138
  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."
1139
  msgstr "설정을 기억하려면이 옵션을 사용하지 마십시오. 또는 기본 플러그인 옵션을 복원하려면 확인란을 선택하고 설정을 저장 한 다음 플러그인을 비활성화 / 다시 활성화하십시오."
1140
 
1141
- #: library/plugin-settings.php:1466
1142
  msgid "Restore default options upon plugin deactivation/reactivation."
1143
  msgstr "플러그인 비활성화 / 재 활성화시 기본 옵션을 복원하십시오."
1144
 
1145
- #: library/plugin-settings.php:1473
1146
  msgid "Show Support"
1147
  msgstr "지원 표시"
1148
 
1149
- #: library/plugin-settings.php:1482
1150
  msgid "by"
1151
  msgstr "으로"
1152
 
1153
- #: library/plugin-settings.php:1483
1154
  msgid "Jeff Starr on Twitter"
1155
  msgstr "제프 Starr 트위터에"
1156
 
1157
- #: library/plugin-settings.php:1484
1158
  msgid "Obsessive Web Design &amp; Development"
1159
  msgstr "강박 웹 디자인 & amp; 개발"
1160
 
1161
- #: library/plugin-settings.php:1495
1162
  msgid "Save Preference"
1163
  msgstr "환경 설정 저장"
1164
 
1165
- #: library/plugin-settings.php:1502
1166
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1167
  msgstr "모든 기본 옵션을 복원 하시겠습니까? (이 작업은 실행 취소 할 수 없습니다)"
1168
 
1169
- #: library/template-tags.php:214
1170
- msgid "View full post"
1171
- msgstr "전체 게시물보기"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1172
 
1173
  #. Description of the plugin
1174
  #:
4
  "Content-Type: text/plain; charset=UTF-8\n"
5
  "Content-Transfer-Encoding: 8bit\n"
6
  "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20180316\n"
8
  "Language: ko\n"
9
 
10
  #. Name of the plugin
11
+ #: user-submitted-posts.php:44 library/support-panel.php:5
12
  msgid "User Submitted Posts"
13
  msgstr "사용자 제출 게시물"
14
 
15
+ #: user-submitted-posts.php:81
16
  msgid "requires WordPress "
17
  msgstr "WordPress가 필요합니다."
18
 
19
+ #: user-submitted-posts.php:82
20
  msgid " or higher, and has been deactivated! "
21
  msgstr " 이상, 그리고 비활성화되었습니다!"
22
 
23
+ #: user-submitted-posts.php:83
24
  msgid "Please return to the"
25
  msgstr "다시 방문하십시오."
26
 
27
+ #: user-submitted-posts.php:84
28
  msgid "WordPress Admin Area"
29
  msgstr "WordPress 관리 영역"
30
 
31
+ #: user-submitted-posts.php:85
32
  msgid "to upgrade WordPress and try again."
33
  msgstr "WordPress를 업그레이드하고 다시 시도하십시오."
34
 
35
+ #: user-submitted-posts.php:125
36
  msgid "User Submitted Post"
37
  msgstr "사용자 제출 게시물"
38
 
39
+ #: user-submitted-posts.php:419
40
  msgid "User Submitted Post Info"
41
  msgstr "사용자가 제출 한 게시물 정보"
42
 
43
+ #: user-submitted-posts.php:449
44
  msgid "Submitter Name: "
45
  msgstr "제출자 이름 :"
46
 
47
+ #: user-submitted-posts.php:450
48
  msgid "Submitter Email: "
49
  msgstr "제출자 이메일 :"
50
 
51
+ #: user-submitted-posts.php:451
52
  msgid "Submitter URL: "
53
  msgstr "제출자 URL :"
54
 
55
+ #: user-submitted-posts.php:452
56
  msgid "Submitter IP: "
57
  msgstr "제출자 IP :"
58
 
59
+ #: user-submitted-posts.php:503
60
  msgid "Show USP Posts"
61
  msgstr "USP 게시물보기"
62
 
63
+ #: user-submitted-posts.php:504 library/plugin-settings.php:979
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
+ #: user-submitted-posts.php:1272
68
  msgid " files required"
69
  msgstr " 필요한 파일"
70
 
71
+ #: user-submitted-posts.php:1273
72
  msgid " file required"
73
  msgstr " 필요한 파일"
74
 
75
+ #: user-submitted-posts.php:1275
76
  msgid " files"
77
  msgstr " 파일들"
78
 
79
+ #: user-submitted-posts.php:1276
80
  msgid " file"
81
  msgstr " 파일"
82
 
83
+ #: user-submitted-posts.php:1278 user-submitted-posts.php:1279
84
+ #: user-submitted-posts.php:1280 user-submitted-posts.php:1281
85
  msgid " pixels"
86
  msgstr " 픽셀"
87
 
88
+ #: user-submitted-posts.php:1283 library/core-functions.php:215
89
+ #: library/plugin-settings.php:284 library/plugin-settings.php:303
90
+ #: library/plugin-settings.php:701 library/plugin-settings.php:1195
91
  msgid "Custom Field"
92
  msgstr "사용자 정의 필드"
93
 
94
+ #: user-submitted-posts.php:1286
95
  msgid "An error occurred. Please go back and try again."
96
  msgstr "에러 발생됨. 돌아가서 다시 시도하십시오."
97
 
98
+ #: user-submitted-posts.php:1296
99
  msgid "User login required"
100
  msgstr "사용자 로그인 필요"
101
 
102
+ #: user-submitted-posts.php:1297
103
  msgid "User name required"
104
  msgstr "사용자 이름 필요"
105
 
106
+ #: user-submitted-posts.php:1298
107
  msgid "Post title required"
108
  msgstr "게시물 제목이 필요합니다."
109
 
110
+ #: user-submitted-posts.php:1299
111
  msgid "User URL required"
112
  msgstr "사용자 URL 필요"
113
 
114
+ #: user-submitted-posts.php:1300
115
  msgid "Post tags required"
116
  msgstr "게시물 태그 필요"
117
 
118
+ #: user-submitted-posts.php:1301
119
  msgid "Post category required"
120
  msgstr "게시물 카테고리 필요"
121
 
122
+ #: user-submitted-posts.php:1302
123
  msgid "Post content required"
124
  msgstr "게시물 내용 필수"
125
 
126
+ #: user-submitted-posts.php:1303 user-submitted-posts.php:1304
127
  msgid "Correct captcha required"
128
  msgstr "올바른 보안 문자 필요"
129
 
130
+ #: user-submitted-posts.php:1305
131
  msgid "User email required"
132
  msgstr "사용자 이메일이 필요합니다."
133
 
134
+ #: user-submitted-posts.php:1306
135
  msgid "Please check your email and try again"
136
  msgstr "이메일을 확인하고 다시 시도하십시오."
137
 
138
+ #: user-submitted-posts.php:1307
139
  msgid "Non-empty value for hidden field"
140
  msgstr "숨겨진 필드의 비어 있지 않은 값"
141
 
142
+ #: user-submitted-posts.php:1308
143
  msgid "Minimum number of images not met"
144
  msgstr "최소 이미지 수를 충족하지 못함"
145
 
146
+ #: user-submitted-posts.php:1309
147
  msgid "Maximum number of images exceeded "
148
  msgstr "최대 이미지 수 초과"
149
 
150
+ #: user-submitted-posts.php:1310
151
  msgid "Minimum image width not met"
152
  msgstr "최소 이미지 너비가 맞지 않습니다."
153
 
154
+ #: user-submitted-posts.php:1311
155
  msgid "Image width exceeds maximum"
156
  msgstr "이미지 너비가 최대 값을 초과합니다."
157
 
158
+ #: user-submitted-posts.php:1312
159
  msgid "Minimum image height not met"
160
  msgstr "최소 이미지 높이가 맞지 않습니다."
161
 
162
+ #: user-submitted-posts.php:1313
163
  msgid "Image height exceeds maximum"
164
  msgstr "이미지 높이가 최대 값을 초과합니다."
165
 
166
+ #: user-submitted-posts.php:1314
167
  msgid "File type not allowed (please upload images only)"
168
  msgstr "파일 형식을 사용할 수 없습니다 (이미지 만 업로드하십시오)."
169
 
170
+ #: user-submitted-posts.php:1315
171
  msgid " required"
172
  msgstr " 필수"
173
 
174
+ #: user-submitted-posts.php:1319
175
  msgid "File not uploaded. Please check the file and try again."
176
  msgstr "파일이 업로드되지 않았습니다. 파일을 확인한 후 다시 시도하십시오."
177
 
178
+ #: user-submitted-posts.php:1323
179
  msgid "The file(s) could not be uploaded"
180
  msgstr "파일을 업로드 할 수 없습니다."
181
 
182
+ #: user-submitted-posts.php:1325
183
  msgid "Post not created. Please contact the site administrator for help."
184
  msgstr "게시물이 생성되지 않았습니다. 도움을 받으려면 사이트 관리자에게 문의하십시오."
185
 
186
+ #: user-submitted-posts.php:1326
187
  msgid "Duplicate post title. Please try again."
188
  msgstr "게시물 제목이 중복되었습니다. 다시 시도하십시오."
189
 
190
+ #: user-submitted-posts.php:1336
191
  msgid "Error: "
192
  msgstr "오류:"
193
 
194
+ #: user-submitted-posts.php:1362
195
  msgid "Return to form"
196
  msgstr "양식으로 돌아 가기"
197
 
198
+ #: user-submitted-posts.php:1392 library/plugin-settings.php:955
199
  msgid "Please"
200
  msgstr "부디"
201
 
202
+ #: user-submitted-posts.php:1393
203
  msgid "log in"
204
  msgstr "로그인"
205
 
206
+ #: user-submitted-posts.php:1394
207
  msgid "to submit content!"
208
  msgstr "콘텐츠를 제출하십시오!"
209
 
214
  #: views/submission-form.php:56 views/submission-form.php:57
215
  #: views/submission-form-alt.php:61 views/submission-form-alt.php:62
216
  msgid "Your Name"
217
+ msgstr "당신의 이름"
218
 
219
  #: views/submission-form.php:62 views/submission-form.php:63
220
  #: views/submission-form-alt.php:67 views/submission-form-alt.php:68
228
 
229
  #: views/submission-form.php:74 views/submission-form.php:75
230
  #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
+ #: library/plugin-settings.php:1016
232
  msgid "Post Title"
233
  msgstr "게시물 제목"
234
 
235
  #: views/submission-form.php:80 views/submission-form.php:81
236
  #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
+ #: library/plugin-settings.php:1017
238
  msgid "Post Tags"
239
  msgstr "게시물 태그"
240
 
243
  msgstr "스팸 방지 질문"
244
 
245
  #: views/submission-form.php:98 views/submission-form-alt.php:103
246
+ #: library/plugin-settings.php:1018
247
  msgid "Post Category"
248
  msgstr "게시물 카테고리"
249
 
253
 
254
  #: views/submission-form.php:135 views/submission-form.php:136
255
  #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
+ #: library/plugin-settings.php:1019
257
  msgid "Post Content"
258
  msgstr "게시물 내용"
259
 
277
  msgid "Submit Post"
278
  msgstr "게시물 제출"
279
 
280
+ #: library/shortcode-misc.php:18
281
+ msgid "Reset form"
282
+ msgstr "초기화 형식"
283
+
284
+ #: library/shortcode-misc.php:128
285
+ msgid "View full post"
286
+ msgstr "전체 게시물보기"
287
+
288
  #: library/plugin-settings.php:32
289
  msgid "Get USP Pro for unlimited forms!"
290
  msgstr "무제한 형태의 USP Pro를 만나십시오!"
388
  msgstr "옵션 구성 방법)"
389
 
390
  #: library/plugin-settings.php:318 library/plugin-settings.php:335
391
+ #: library/plugin-settings.php:1213 library/plugin-settings.php:1218
392
  msgid "Challenge Question"
393
  msgstr "도전 질문"
394
 
395
  #: library/plugin-settings.php:350 library/plugin-settings.php:367
396
+ #: library/plugin-settings.php:1235
397
  msgid "Google reCAPTCHA"
398
  msgstr "Google reCAPTCHA"
399
 
409
  msgid "Disable"
410
  msgstr "사용 안함"
411
 
412
+ #: library/plugin-settings.php:399 library/plugin-settings.php:1296
413
  msgid "Image Uploads"
414
  msgstr "이미지 업로드"
415
 
437
  msgid " approved posts"
438
  msgstr " 승인 된 게시물"
439
 
440
+ #: library/plugin-settings.php:645
441
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
442
  msgstr "오류가있었습니다. 제목과 일부 콘텐츠를 추가했는지, 그리고 이미지 만 업로드했는지 확인하십시오."
443
 
444
+ #: library/plugin-settings.php:659
445
  msgid "Please select your image(s) to upload."
446
  msgstr "업로드 할 이미지를 선택하십시오."
447
 
448
+ #: library/plugin-settings.php:665
449
  msgid "Success! Thank you for your submission."
450
+ msgstr "성공! 당신의 의견에 대해 감사합니다."
451
 
452
+ #: library/plugin-settings.php:691
453
  msgid "Email"
454
  msgstr "이메일"
455
 
456
+ #: library/plugin-settings.php:692
457
  msgid "URL"
458
  msgstr "URL"
459
 
460
+ #: library/plugin-settings.php:942
 
 
 
 
461
  msgid "Toggle all panels"
462
  msgstr "모든 패널 토글"
463
 
464
+ #: library/plugin-settings.php:951
465
  msgid "We need your support!"
466
  msgstr "우리는 당신의 지원이 필요합니다!"
467
 
468
+ #: library/plugin-settings.php:955
469
  msgid "Make a donation via PayPal"
470
  msgstr "PayPal을 통해 기부하기"
471
 
472
+ #: library/plugin-settings.php:955
473
  msgid "make a donation"
474
+ msgstr "기부하다"
475
 
476
+ #: library/plugin-settings.php:955
477
  msgid "and/or"
478
  msgstr "및 / 또는"
479
 
480
+ #: library/plugin-settings.php:956
481
  msgid "Rate and review at the Plugin Directory"
482
  msgstr "플러그인 디렉토리에서 평가 및 리뷰"
483
 
484
+ #: library/plugin-settings.php:957
485
  msgid "give this plugin a 5-star rating"
486
  msgstr "이 플러그인에 5 성급 등급 부여"
487
 
488
+ #: library/plugin-settings.php:961
489
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
490
  msgstr "관대 한 지원으로이 무료 플러그인을 계속 개발할 수 있습니다. 고맙습니다!"
491
 
492
+ #: library/plugin-settings.php:966
493
  msgid "Check this box if you have shown support"
494
  msgstr "지원을 표시 한 경우이 상자를 선택하십시오."
495
 
496
+ #: library/plugin-settings.php:975
497
  msgid "Overview"
498
  msgstr "개요"
499
 
500
+ #: library/plugin-settings.php:979
501
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
502
  msgstr "방문자가 사이트를 게시하고 프런트 엔드에서 이미지를 업로드 할 수 있습니다."
503
 
504
+ #: library/plugin-settings.php:980
505
  msgid "For advanced functionality and unlimited forms, check out"
506
  msgstr "고급 기능 및 무제한 양식은 체크 아웃하십시오."
507
 
508
+ #: library/plugin-settings.php:980 library/plugin-settings.php:1354
509
  msgid "USP Pro"
510
  msgstr "USP Pro"
511
 
512
+ #: library/plugin-settings.php:981
513
  msgid "&mdash; the ultimate solution for user-generated content."
514
  msgstr "& mdash; 사용자 제작 콘텐츠를위한 최고의 솔루션입니다."
515
 
516
+ #: library/plugin-settings.php:985 library/plugin-settings.php:1002
517
  msgid "Plugin Settings"
518
  msgstr "플러그인 설정"
519
 
520
+ #: library/plugin-settings.php:986
521
  msgid "Display the form"
522
  msgstr "양식 표시"
523
 
524
+ #: library/plugin-settings.php:987 library/plugin-settings.php:1511
525
  msgid "Plugin Homepage"
526
  msgstr "플러그인 홈페이지"
527
 
528
+ #: library/plugin-settings.php:990
529
  msgid "If you like this plugin, please"
530
  msgstr "이 플러그인이 마음에 들면"
531
 
532
+ #: library/plugin-settings.php:991
533
  msgid "THANK YOU for your support!"
534
  msgstr "당신의 협조에 감사드립니다!"
535
 
536
+ #: library/plugin-settings.php:991
537
  msgid "give it a 5-star rating"
538
  msgstr "그것에게 5 성급 평가를 주자."
539
 
540
+ #: library/plugin-settings.php:995
541
  msgid "Unlimited front-end forms"
542
  msgstr "무제한 프런트 엔드 양식"
543
 
544
+ #: library/plugin-settings.php:995
545
  msgid "Get USP Pro"
546
  msgstr "USP Pro 받기"
547
 
548
+ #: library/plugin-settings.php:1005
549
  msgid "Configure your settings for User Submitted Posts."
550
  msgstr "사용자가 제출 한 게시물에 대한 설정을 구성하십시오."
551
 
552
+ #: library/plugin-settings.php:1007
553
  msgid "Form Fields"
554
  msgstr "양식 필드"
555
 
556
+ #: library/plugin-settings.php:1013
557
  msgid "User Name"
558
  msgstr "사용자 이름"
559
 
560
+ #: library/plugin-settings.php:1014
561
  msgid "User Email"
562
  msgstr "사용자 이메일"
563
 
564
+ #: library/plugin-settings.php:1015
565
  msgid "User URL"
566
  msgstr "사용자 URL"
567
 
568
+ #: library/plugin-settings.php:1030
569
  msgid "General Settings"
570
  msgstr "일반 설정"
571
 
572
+ #: library/plugin-settings.php:1032
573
+ msgid "Note that the default settings work fine for most cases."
574
+ msgstr "대부분의 경우 기본 설정이 정상적으로 작동합니다."
575
+
576
+ #: library/plugin-settings.php:1037
577
  msgid "Form Style"
578
  msgstr "양식 스타일"
579
 
580
+ #: library/plugin-settings.php:1042
581
  msgid "With this option, you can copy the plugin&rsquo;s default templates:"
582
  msgstr "이 옵션을 사용하면 플러그인의 기본 템플릿을 복사 할 수 있습니다."
583
 
584
+ #: library/plugin-settings.php:1047
585
  msgid "..and upload them into a directory named"
586
  msgstr ".. 디렉토리에 업로드"
587
 
588
+ #: library/plugin-settings.php:1047
589
  msgid "in your theme:"
590
  msgstr "귀하의 주제 :"
591
 
592
+ #: library/plugin-settings.php:1053
593
  msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
594
  msgstr "그러면 원하는대로 양식과 스타일을 사용자 정의 할 수 있습니다. 자세한 내용은의 맞춤 제출 양식 섹션을 확인하십시오."
595
 
596
+ #: library/plugin-settings.php:1054
597
  msgid "Installation Docs"
598
  msgstr "설치 문서"
599
 
600
+ #: library/plugin-settings.php:1055
601
  msgid "FYI: here is a"
602
  msgstr "참고하시기 바랍니다."
603
 
604
+ #: library/plugin-settings.php:1055
605
  msgid "list of USP CSS selectors"
606
  msgstr "USP CSS 선택자 목록"
607
 
608
+ #: library/plugin-settings.php:1061
609
  msgid "Include JavaScript"
610
  msgstr "자바 스크립트 포함"
611
 
612
+ #: library/plugin-settings.php:1063
613
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
614
  msgstr "외부 JavaScript 파일을 포함 시키려면이 상자를 선택하십시오 (권장)."
615
 
616
+ #: library/plugin-settings.php:1066
617
  msgid "Targeted Loading"
618
  msgstr "타겟 로딩"
619
 
620
+ #: library/plugin-settings.php:1068
621
  msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
622
  msgstr "기본적으로 외부 CSS & amp; JavaScript 파일은 모든 페이지에로드됩니다. 여기서 USP 양식의 URL을 지정하여 해당 페이지에서만 자원을로드 할 수 있습니다. 참고 : 모든 페이지에로드하려면 비워 두십시오."
623
 
624
+ #: library/plugin-settings.php:1071
625
  msgid "Post Type"
626
  msgstr "우편 유형"
627
 
628
+ #: library/plugin-settings.php:1074
629
  msgid "Submit posts as WP Posts or Pages"
630
  msgstr "게시물을 WP 포스트 또는 페이지로 제출하십시오."
631
 
632
+ #: library/plugin-settings.php:1078
633
  msgid "Post Status"
634
  msgstr "게시 상태"
635
 
636
+ #: library/plugin-settings.php:1081
637
  msgid "Post Status for submitted posts"
638
  msgstr "제출 된 게시물의 상태 게시"
639
 
640
+ #: library/plugin-settings.php:1085
641
  msgid "Redirect URL"
642
  msgstr "리디렉션 URL"
643
 
644
+ #: library/plugin-settings.php:1087
645
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
646
  msgstr "제출 후 사용자를 리디렉션 할 URL을 지정하십시오. 비워두면 현재 페이지로 리디렉션됩니다."
647
 
648
+ #: library/plugin-settings.php:1090
649
  msgid "Success Message"
650
  msgstr "성공 메시지"
651
 
652
+ #: library/plugin-settings.php:1092
653
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
654
  msgstr "제출 후 성공하면 표시되는 성공 메시지입니다. 기본 마크 업은 허용됩니다."
655
 
656
+ #: library/plugin-settings.php:1095
657
  msgid "Error Message"
658
  msgstr "에러 메시지"
659
 
660
+ #: library/plugin-settings.php:1097
661
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
662
  msgstr "제출 후 실패 할 경우 표시되는 일반 오류 메시지입니다. 기본 마크 업은 허용됩니다."
663
 
664
+ #: library/plugin-settings.php:1100
665
  msgid "Custom Content"
666
  msgstr "맞춤 콘텐츠"
667
 
668
+ #: library/plugin-settings.php:1102
669
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
670
  msgstr "사용자 정의 텍스트 / 마크 업은 제출 양식 앞에 포함됩니다. 비워두면 사용 중지됩니다."
671
 
672
+ #: library/plugin-settings.php:1105
673
  msgid "Rich Text Editor"
674
  msgstr "서식있는 텍스트 편집기"
675
 
676
+ #: library/plugin-settings.php:1107
677
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
678
  msgstr "제출 된 게시물에 대해 WP 리치 텍스트 편집을 사용하려면이 상자를 선택하십시오."
679
 
680
+ #: library/plugin-settings.php:1110
681
  msgid "Unique Titles"
682
  msgstr "고유 한 타이틀"
683
 
684
+ #: library/plugin-settings.php:1112
685
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
686
  msgstr "제출 된 게시물 제목이 고유해야합니다 (여러 / 제출 된 게시물 방지에 유용함)."
687
 
688
+ #: library/plugin-settings.php:1115
689
  msgid "Disable Required"
690
  msgstr "사용 불능"
691
 
692
+ #: library/plugin-settings.php:1117
693
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
694
  msgstr "기본 양식 필드에서 필요한 모든 속성을 비활성화합니다 (오류 메시지 문제 해결에 유용함)."
695
 
696
+ #: library/plugin-settings.php:1120
697
  msgid "Disable IP Tracking"
698
  msgstr "IP 추적 사용 안함"
699
 
700
+ #: library/plugin-settings.php:1122
701
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
702
  msgstr "기본적으로 USP는 제출 된 각 게시물과 함께 IP 주소를 기록합니다. 모든 IP 추적을 비활성화하려면이 상자를 선택하십시오."
703
 
704
+ #: library/plugin-settings.php:1125
705
  msgid "Enable Shortcodes"
706
  msgstr "단축키 사용"
707
 
708
+ #: library/plugin-settings.php:1127
709
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
710
  msgstr "위젯에서 단축 코드를 활성화하십시오. 기본적으로 WordPress는 위젯에서 단축 코드를 활성화하지 않습니다."
711
 
712
+ #: library/plugin-settings.php:1128
713
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
714
  msgstr "이 설정을 사용하면 위젯에서 모든 / 모든 단축 코드를 사용할 수 있습니다 (다른 플러그인의 단축 코드도 가능)."
715
 
716
+ #: library/plugin-settings.php:1133 library/plugin-settings.php:1138
717
  msgid "Categories"
718
  msgstr "카테고리"
719
 
720
+ #: library/plugin-settings.php:1141
721
  msgid "Select which categories may be assigned to submitted posts (click to toggle)"
722
  msgstr "제출 된 게시물에 할당 할 수있는 카테고리 선택 (클릭하여 전환)"
723
 
724
+ #: library/plugin-settings.php:1149
725
  msgid "Hidden/Default Category"
726
  msgstr "숨김 / 기본 범주"
727
 
728
+ #: library/plugin-settings.php:1151
729
  msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
730
  msgstr "게시물 카테고리에 숨겨진 필드를 사용하십시오. 범주 필드가 사용 불가능할 때 기본 범주를 지정하는 데 사용할 수 있습니다."
731
 
732
+ #: library/plugin-settings.php:1154
733
  msgid "Category ID for Hidden Field"
734
  msgstr "숨겨진 필드의 범주 ID"
735
 
736
+ #: library/plugin-settings.php:1156
737
  msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
738
  msgstr "& ldquo; 숨김 / 기본 카테고리 & rdquo;에 사용할 카테고리의 ID를 지정하십시오. 선택권."
739
 
740
+ #: library/plugin-settings.php:1161
741
  msgid "Users"
742
  msgstr "사용자"
743
 
744
+ #: library/plugin-settings.php:1166
745
  msgid "Assigned Author"
746
  msgstr "배정 된 저자"
747
 
748
+ #: library/plugin-settings.php:1169
749
  msgid "Specify the user that should be assigned as author for submitted posts."
750
  msgstr "제출 된 게시물의 작성자로 지정해야하는 사용자를 지정하십시오."
751
 
752
+ #: library/plugin-settings.php:1173
753
  msgid "Registered Username"
754
  msgstr "등록 된 사용자 이름"
755
 
756
+ #: library/plugin-settings.php:1175
757
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
758
  msgstr "게시물 작성자로 등록 된 사용자 이름을 사용하십시오. 양식을 제출하는 사람이 WordPress에 로그인 할 때 유효합니다."
759
 
760
+ #: library/plugin-settings.php:1178
761
  msgid "User Profile URL"
762
  msgstr "사용자 프로필 URL"
763
 
764
+ #: library/plugin-settings.php:1180
765
  msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
766
  msgstr "등록 된 사용자의 프로필 URL을 URL 필드의 값으로 사용하십시오. 양식을 제출하는 사람이 WordPress에 로그인 할 때 유효합니다."
767
 
768
+ #: library/plugin-settings.php:1183
769
  msgid "Require User Login"
770
  msgstr "사용자 로그인 필요"
771
 
772
+ #: library/plugin-settings.php:1185
773
  msgid "Require users to be logged in to WordPress to view/submit the form"
774
  msgstr "사용자가 양식을 보거나 제출하려면 WordPress에 로그인해야합니다."
775
 
776
+ #: library/plugin-settings.php:1188
777
+ msgid "Disable Replace Author"
778
+ msgstr "작성자 교체 사용 중지"
779
+
780
+ #: library/plugin-settings.php:1190
781
+ msgid "Do not replace post author with submitted user name"
782
+ msgstr "게시물 작성자를 제출 된 사용자 이름으로 대체하지 마십시오."
783
+
784
+ #: library/plugin-settings.php:1196
785
  msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
786
  msgstr "여기서 사용자 정의 필드에서 사용하는 이름과 레이블을 변경할 수 있습니다. 위의 양식 필드 설정을 통해이 필드를 활성화 할 수 있습니다."
787
 
788
+ #: library/plugin-settings.php:1201
789
  msgid "Custom Field Name"
790
  msgstr "사용자 정의 필드 이름"
791
 
792
+ #: library/plugin-settings.php:1203
793
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
794
  msgstr "영숫자, 밑줄 및 대시 만 사용하십시오. 확실하지 않으면 기본 이름을 사용하십시오."
795
 
796
+ #: library/plugin-settings.php:1206
797
  msgid "Custom Field Label"
798
  msgstr "사용자 정의 필드 레이블"
799
 
800
+ #: library/plugin-settings.php:1208
801
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
802
  msgstr "양식의 필드 레이블로 표시됩니다. 기본값 : 사용자 정의 필드"
803
 
804
+ #: library/plugin-settings.php:1220
805
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
806
  msgstr "스팸을 방지하려면 양식을 제출하기 전에 사용자가 대답해야하는 질문을 입력하십시오."
807
 
808
+ #: library/plugin-settings.php:1223
809
  msgid "Challenge Response"
810
  msgstr "챌린지 응답"
811
 
812
+ #: library/plugin-settings.php:1225
813
  msgid "Enter the *only* correct answer to the challenge question."
814
  msgstr "도전 질문에 대한 * 정답을 입력하십시오."
815
 
816
+ #: library/plugin-settings.php:1228
817
  msgid "Case-sensitivity"
818
  msgstr "대소 문자 구분"
819
 
820
+ #: library/plugin-settings.php:1230
821
  msgid "Check this box if you want the challenge response to be case-sensitive."
822
  msgstr "챌린지 응답에서 대소 문자를 구분하려면이 상자를 선택하십시오."
823
 
824
+ #: library/plugin-settings.php:1236
825
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
826
  msgstr "Google reCAPTCHA를 사용하려면 공개 키와 비공개 키를 입력하십시오."
827
 
828
+ #: library/plugin-settings.php:1241
829
  msgid "Public Key"
830
  msgstr "공개 키"
831
 
832
+ #: library/plugin-settings.php:1243
833
  msgid "Enter your Public Key"
834
  msgstr "공개 키 입력"
835
 
836
+ #: library/plugin-settings.php:1246
837
  msgid "Private Key"
838
  msgstr "비공개 키"
839
 
840
+ #: library/plugin-settings.php:1248
841
  msgid "Enter your Private Key"
842
  msgstr "비공개 키 입력"
843
 
844
+ #: library/plugin-settings.php:1253
845
  msgid "Email Alerts"
846
  msgstr "이메일 알리미"
847
 
848
+ #: library/plugin-settings.php:1258
849
  msgid "Receive Email Alert"
850
  msgstr "이메일 알림 수신"
851
 
852
+ #: library/plugin-settings.php:1260
853
  msgid "Check this box if you want to be notified via email for new post submissions."
854
  msgstr "새로운 게시물 제출을 이메일로 통보 받으려면이 상자를 선택하십시오."
855
 
856
+ #: library/plugin-settings.php:1263
857
  msgid "Enable HTML Format"
858
  msgstr "HTML 형식 사용"
859
 
860
+ #: library/plugin-settings.php:1265
861
  msgid "Check this box to enable HTML format for email alerts."
862
  msgstr "전자 메일 경고에 HTML 형식을 사용하려면이 상자를 선택하십시오."
863
 
864
+ #: library/plugin-settings.php:1268
865
  msgid "Email Address for Alerts"
866
  msgstr "알리미를위한 이메일 주소"
867
 
868
+ #: library/plugin-settings.php:1270
869
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
870
  msgstr "이메일 알리미를받을 수있는 상자를 선택한 경우 여기에 이메일을 보내야 할 주소를 표시하십시오."
871
 
872
+ #: library/plugin-settings.php:1271
873
  msgid "Multiple recipients may be included using a comma, like so:"
874
  msgstr "다음과 같이 쉼표를 사용하여 여러 수신자가 포함될 수 있습니다."
875
 
876
+ #: library/plugin-settings.php:1274
877
  msgid "Email &ldquo;From&rdquo; Address"
878
  msgstr "이메일 & ldquo; 보낸 사람 & rdquo; 주소"
879
 
880
+ #: library/plugin-settings.php:1276
881
  msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
882
  msgstr "여기에서 & ldquo; From & rdquo;에 사용되는 주소를 사용자 정의 할 수 있습니다. 헤더 (정보는 플러그인 FAQ를 참조하십시오)."
883
 
884
+ #: library/plugin-settings.php:1277
885
  msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
886
  msgstr "이전 설정에서 주소가 여러 개 지정되어있는 경우 & ldquo; From & rdquo; 이 설정의 주소 (동일한 순서로)."
887
 
888
+ #: library/plugin-settings.php:1280
889
  msgid "Email Alert Subject"
890
  msgstr "이메일 알리미 제목"
891
 
892
+ #: library/plugin-settings.php:1282
893
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
894
  msgstr "전자 메일 알림의 제목 줄. 기본 제목을 사용하려면 비워 두십시오. 참고 : 다음 변수를 사용할 수 있습니다."
895
 
896
+ #: library/plugin-settings.php:1287
897
  msgid "Email Alert Message"
898
  msgstr "이메일 알리미 메시지"
899
 
900
+ #: library/plugin-settings.php:1289
901
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
902
  msgstr "이메일 알림 메시지. 기본 메시지를 사용하려면 비워 둡니다. 참고 : 다음 변수를 사용할 수 있습니다."
903
 
904
+ #: library/plugin-settings.php:1301
905
  msgid "Featured Image"
906
+ msgstr "나타난 그림"
907
 
908
+ #: library/plugin-settings.php:1303
909
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
910
+ msgstr "제출 된 이미지를 추천 이미지로 설정하십시오. 추천 이미지에 대한 테마 지원이 필요합니다 (일명 미리보기 이미지 게시)."
911
 
912
+ #: library/plugin-settings.php:1306
913
  msgid "Upload Message"
914
  msgstr "메시지 업로드"
915
 
916
+ #: library/plugin-settings.php:1308
917
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
918
  msgstr "업로드 필드 옆에 표시되는 메시지입니다. 업로드 가이드 라인 / 정책 / 등을 설명 할 때 유용합니다. 기본 마크 업 허용."
919
 
920
+ #: library/plugin-settings.php:1311
921
  msgid "&ldquo;Add another image&rdquo; link"
922
  msgstr "& ldquo; 다른 이미지를 추가하십시오 & rdquo; 링크"
923
 
924
+ #: library/plugin-settings.php:1313
925
  msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
926
  msgstr "& ldquo; 다른 이미지 추가 & rdquo;에 대한 사용자 정의 마크 업 링크. 기본 마크 업을 사용하려면 비워 두십시오 (권장)."
927
 
928
+ #: library/plugin-settings.php:1316
929
  msgid "Minimum number of images"
930
  msgstr "최소 이미지 수"
931
 
932
+ #: library/plugin-settings.php:1319
933
  msgid "Specify the minimum number of images."
934
  msgstr "최소 이미지 수를 지정하십시오."
935
 
936
+ #: library/plugin-settings.php:1323
937
  msgid "Maximum number of images"
938
  msgstr "최대 이미지 수"
939
 
940
+ #: library/plugin-settings.php:1326
941
  msgid "Specify the maximum number of images."
942
  msgstr "최대 이미지 수를 지정하십시오."
943
 
944
+ #: library/plugin-settings.php:1330
945
  msgid "Minimum image width"
946
  msgstr "최소 이미지 너비"
947
 
948
+ #: library/plugin-settings.php:1332
949
  msgid "Specify a minimum width (in pixels) for uploaded images."
950
  msgstr "업로드 된 이미지의 최소 너비 (픽셀 단위)를 지정하십시오."
951
 
952
+ #: library/plugin-settings.php:1335
953
  msgid "Minimum image height"
954
  msgstr "최소 이미지 높이"
955
 
956
+ #: library/plugin-settings.php:1337
957
  msgid "Specify a minimum height (in pixels) for uploaded images."
958
  msgstr "업로드 된 이미지의 최소 높이 (픽셀 단위)를 지정하십시오."
959
 
960
+ #: library/plugin-settings.php:1340
961
  msgid "Maximum image width"
962
  msgstr "최대 이미지 너비"
963
 
964
+ #: library/plugin-settings.php:1342
965
  msgid "Specify a maximum width (in pixels) for uploaded images."
966
  msgstr "업로드 된 이미지의 최대 너비 (픽셀 단위)를 지정하십시오."
967
 
968
+ #: library/plugin-settings.php:1345
969
  msgid "Maximum image height"
970
  msgstr "최대 이미지 높이"
971
 
972
+ #: library/plugin-settings.php:1347
973
  msgid "Specify a maximum height (in pixels) for uploaded images."
974
  msgstr "업로드 된 이미지의 최대 높이 (픽셀 단위)를 지정하십시오."
975
 
976
+ #: library/plugin-settings.php:1350
977
  msgid "More Options"
978
  msgstr "기타 옵션"
979
 
980
+ #: library/plugin-settings.php:1353
981
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
982
  msgstr "다른 파일 형식 (예 : PDF, Word, Zip, 동영상 등)을 업로드하는 기능과 같은 더 많은 옵션을 보려면 체크 아웃하십시오."
983
 
984
+ #: library/plugin-settings.php:1354
985
  msgid "Go Pro!"
986
  msgstr "Go Pro!"
987
 
988
+ #: library/plugin-settings.php:1361
989
  msgid "Auto-Display Content"
990
  msgstr "콘텐츠 자동 표시"
991
 
992
+ #: library/plugin-settings.php:1366
993
  msgid "Images Auto-Display"
994
  msgstr "이미지 자동 표시"
995
 
996
+ #: library/plugin-settings.php:1368
997
  msgid "Auto-display user-submitted images:"
998
  msgstr "사용자 제출 이미지 자동 표시 :"
999
 
1000
+ #: library/plugin-settings.php:1373
1001
  msgid "Image Markup"
1002
  msgstr "이미지 마크 업"
1003
 
1004
+ #: library/plugin-settings.php:1375
1005
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1006
  msgstr "제출 된 각 이미지에 사용할 마크 업 (자동 표시가 활성화 된 경우). 사용 가능"
1007
 
1008
+ #: library/plugin-settings.php:1377 library/plugin-settings.php:1390
1009
+ #: library/plugin-settings.php:1403 library/plugin-settings.php:1416
1010
  msgid "and"
1011
  msgstr "과"
1012
 
1013
+ #: library/plugin-settings.php:1380
1014
  msgid "Email Auto-Display"
1015
  msgstr "이메일 자동 표시"
1016
 
1017
+ #: library/plugin-settings.php:1382
1018
  msgid "Auto-display user-submitted email:"
1019
  msgstr "사용자 제출 이메일 자동 표시 :"
1020
 
1021
+ #: library/plugin-settings.php:1387
1022
  msgid "Email Markup"
1023
  msgstr "이메일 마크 업"
1024
 
1025
+ #: library/plugin-settings.php:1389
1026
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1027
  msgstr "제출 된 이메일 주소에 사용할 마크 업 (자동 표시가 활성화 된 경우). 사용 가능"
1028
 
1029
+ #: library/plugin-settings.php:1393
1030
  msgid "URL Auto-Display"
1031
  msgstr "URL 자동 표시"
1032
 
1033
+ #: library/plugin-settings.php:1395
1034
  msgid "Auto-display user-submitted URL:"
1035
  msgstr "사용자 제출 URL 자동 표시 :"
1036
 
1037
+ #: library/plugin-settings.php:1400
1038
  msgid "URL Markup"
1039
  msgstr "URL 마크 업"
1040
 
1041
+ #: library/plugin-settings.php:1402
1042
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1043
  msgstr "제출 된 URL에 사용할 마크 업 (자동 표시가 활성화 된 경우). 사용 가능"
1044
 
1045
+ #: library/plugin-settings.php:1406
1046
  msgid "Custom Field Auto-Display"
1047
  msgstr "사용자 정의 필드 자동 표시"
1048
 
1049
+ #: library/plugin-settings.php:1408
1050
  msgid "Auto-display user-submitted Custom Field:"
1051
  msgstr "사용자 제출 사용자 정의 필드 자동 표시 :"
1052
 
1053
+ #: library/plugin-settings.php:1413
1054
  msgid "Custom Field Markup"
1055
  msgstr "사용자 정의 필드 마크 업"
1056
 
1057
+ #: library/plugin-settings.php:1415
1058
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1059
  msgstr "제출 된 사용자 정의 필드에 사용할 마크 업 (자동 표시가 활성화 된 경우). 사용 가능"
1060
 
1061
+ #: library/plugin-settings.php:1421 library/plugin-settings.php:1497
1062
  msgid "Save Settings"
1063
  msgstr "설정 저장"
1064
 
1065
+ #: library/plugin-settings.php:1426
1066
  msgid "Display the Form"
1067
  msgstr "양식 표시"
1068
 
1069
+ #: library/plugin-settings.php:1429
1070
  msgid "Post-Submit Form"
1071
  msgstr "사후 제출 양식"
1072
 
1073
+ #: library/plugin-settings.php:1430
1074
  msgid "USP enables you to display a post-submission form anywhere on your site."
1075
  msgstr "USP를 사용하면 사이트의 어느 곳에서나 제출 후 양식을 표시 할 수 있습니다."
1076
 
1077
+ #: library/plugin-settings.php:1431 library/plugin-settings.php:1438
1078
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1079
  msgstr "WP 포스트 또는 페이지에 양식을 표시하려면 단축 코드를 사용하십시오."
1080
 
1081
+ #: library/plugin-settings.php:1433 library/plugin-settings.php:1440
1082
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1083
  msgstr "또는 템플릿 태그를 사용하여 테마 템플릿의 모든 위치에 폼을 표시하십시오."
1084
 
1085
+ #: library/plugin-settings.php:1436
1086
  msgid "Login/Register Form"
1087
  msgstr "로그인 / 등록 양식"
1088
 
1089
+ #: library/plugin-settings.php:1437
1090
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1091
  msgstr "또한 사용자가 로그인하거나 등록하거나 비밀번호를 재설정 할 수있는 양식을 표시 할 수 있습니다."
1092
 
1093
+ #: library/plugin-settings.php:1443
1094
  msgid "Display Submitted Posts"
1095
  msgstr "제출 된 게시물 표시"
1096
 
1097
+ #: library/plugin-settings.php:1444
1098
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1099
  msgstr "이 짧은 코드를 사용하여 WP 포스트 또는 페이지에 제출 된 게시물 목록을 표시하십시오 :"
1100
 
1101
+ #: library/plugin-settings.php:1446
1102
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1103
  msgstr "또는 템플릿 태그를 사용하여 테마 템플릿의 어느 곳에서나 제출 된 게시물 목록을 표시하십시오."
1104
 
1105
+ #: library/plugin-settings.php:1448
1106
  msgid "Here are some examples showing how to configure this shortcode:"
1107
  msgstr "다음은이 단축 코드를 구성하는 방법을 보여주는 몇 가지 예입니다."
1108
 
1109
+ #: library/plugin-settings.php:1455
1110
+ msgid "Reset Form Button"
1111
+ msgstr "양식 재설정 버튼"
1112
+
1113
+ #: library/plugin-settings.php:1456
1114
+ msgid "This shortcode displays a link that resets the form to its original state:"
1115
+ msgstr "이 단축 코드는 양식을 원래 상태로 재설정하는 링크를 표시합니다."
1116
+
1117
+ #: library/plugin-settings.php:1458
1118
+ msgid "This shortcode accepts the following attributes:"
1119
+ msgstr "이 단축 코드는 다음 속성을 허용합니다."
1120
+
1121
+ #: library/plugin-settings.php:1463
1122
+ msgid "Note that the url attribute accepts"
1123
+ msgstr "url 속성은 accepts"
1124
+
1125
+ #: library/plugin-settings.php:1463
1126
+ msgid "to get the current URL."
1127
+ msgstr "현재 URL을 얻으려면."
1128
+
1129
+ #: library/plugin-settings.php:1465
1130
  msgid "Access Control"
1131
  msgstr "액세스 제어"
1132
 
1133
+ #: library/plugin-settings.php:1466
1134
  msgid "USP provides three shortcodes to control access and restrict content."
1135
  msgstr "USP는 액세스를 제어하고 콘텐츠를 제한하는 세 가지 단축 코드를 제공합니다."
1136
 
1137
+ #: library/plugin-settings.php:1467
1138
  msgid "Display content only to users with a specific capability:"
1139
  msgstr "특정 기능을 가진 사용자에게만 콘텐츠를 표시하십시오."
1140
 
1141
+ #: library/plugin-settings.php:1469
1142
  msgid "Display content to logged-in users:"
1143
  msgstr "로그인 한 사용자에게 콘텐츠 표시 :"
1144
 
1145
+ #: library/plugin-settings.php:1471
1146
  msgid "Display content to visitors only:"
1147
  msgstr "방문자에게만 콘텐츠 표시 :"
1148
 
1149
+ #: library/plugin-settings.php:1473
1150
  msgid "Tip:"
1151
  msgstr "팁:"
1152
 
1153
+ #: library/plugin-settings.php:1473
1154
  msgid "to include markup in the deny message, you can use"
1155
  msgstr "거부 메시지에 마크 업을 포함하려면 다음을 사용할 수 있습니다."
1156
 
1157
+ #: library/plugin-settings.php:1473
1158
  msgid "to output"
1159
  msgstr "출력"
1160
 
1161
+ #: library/plugin-settings.php:1475
1162
  msgid "Example"
1163
  msgstr "예"
1164
 
1165
+ #: library/plugin-settings.php:1476
1166
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1167
  msgstr "사용자가 로그인 한 경우 제출 후 양식을 표시하십시오. 또는 사용자가 로그인하지 않은 경우 로그인 양식을 표시하십시오."
1168
 
1169
+ #: library/plugin-settings.php:1488
1170
  msgid "Restore Defaults"
1171
  msgstr "기본값으로 복원"
1172
 
1173
+ #: library/plugin-settings.php:1491
1174
  msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1175
  msgstr "설정을 기억하려면이 옵션을 사용하지 마십시오. 또는 기본 플러그인 옵션을 복원하려면 확인란을 선택하고 설정을 저장 한 다음 플러그인을 비활성화 / 다시 활성화하십시오."
1176
 
1177
+ #: library/plugin-settings.php:1495
1178
  msgid "Restore default options upon plugin deactivation/reactivation."
1179
  msgstr "플러그인 비활성화 / 재 활성화시 기본 옵션을 복원하십시오."
1180
 
1181
+ #: library/plugin-settings.php:1502
1182
  msgid "Show Support"
1183
  msgstr "지원 표시"
1184
 
1185
+ #: library/plugin-settings.php:1511
1186
  msgid "by"
1187
  msgstr "으로"
1188
 
1189
+ #: library/plugin-settings.php:1512
1190
  msgid "Jeff Starr on Twitter"
1191
  msgstr "제프 Starr 트위터에"
1192
 
1193
+ #: library/plugin-settings.php:1513
1194
  msgid "Obsessive Web Design &amp; Development"
1195
  msgstr "강박 웹 디자인 & amp; 개발"
1196
 
1197
+ #: library/plugin-settings.php:1524
1198
  msgid "Save Preference"
1199
  msgstr "환경 설정 저장"
1200
 
1201
+ #: library/plugin-settings.php:1531
1202
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1203
  msgstr "모든 기본 옵션을 복원 하시겠습니까? (이 작업은 실행 취소 할 수 없습니다)"
1204
 
1205
+ #: library/support-panel.php:52
1206
+ msgid "Perishable Press Books"
1207
+ msgstr "부패하기 쉬운 보도 자료"
1208
+
1209
+ #: library/support-panel.php:53
1210
+ msgid "Plugin Planet"
1211
+ msgstr "플러그인 플래닛"
1212
+
1213
+ #: library/support-panel.php:54
1214
+ msgid "Donate via PayPal"
1215
+ msgstr "PayPal을 통한 기부"
1216
+
1217
+ #: library/support-panel.php:56
1218
+ msgid "books"
1219
+ msgstr "서적"
1220
+
1221
+ #: library/support-panel.php:57
1222
+ msgid "plugins"
1223
+ msgstr "플러그인"
1224
+
1225
+ #: library/support-panel.php:58
1226
+ msgid "donation"
1227
+ msgstr "기부"
1228
+
1229
+ #: library/support-panel.php:60
1230
+ msgid "Thank you for using"
1231
+ msgstr "사용 해줘서 고맙습니다."
1232
+
1233
+ #: library/support-panel.php:61
1234
+ msgid "Please show support by purchasing one of my"
1235
+ msgstr "내 구매를 통해 지원을 표시하십시오."
1236
+
1237
+ #: library/support-panel.php:62
1238
+ msgid "or"
1239
+ msgstr "또는"
1240
+
1241
+ #: library/support-panel.php:62
1242
+ msgid "or by making a"
1243
+ msgstr "또는"
1244
+
1245
+ #: library/support-panel.php:63
1246
+ msgid "Your generous support helps to ensure future development of"
1247
+ msgstr "귀하의 풍부한 후원은 미래의 발전을 보장합니다."
1248
+
1249
+ #: library/support-panel.php:64
1250
+ msgid "and is greatly appreciated."
1251
+ msgstr "크게 감사드립니다."
1252
+
1253
+ #: library/support-panel.php:66
1254
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1255
+ msgstr "어떤 크기의 기부라도이 무료 플러그인과 다른 멋진 WordPress 자료를 계속 개발할 수 있습니다."
1256
 
1257
  #. Description of the plugin
1258
  #:
languages/usp-nl_NL.mo CHANGED
Binary file
languages/usp-nl_NL.po CHANGED
@@ -4,212 +4,212 @@ 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 20171028\n"
8
  "Language: nl\n"
9
 
10
  #. Name of the plugin
11
- #: user-submitted-posts.php:44
12
  msgid "User Submitted Posts"
13
- msgstr "Gebruiker ingediende berichten"
14
 
15
- #: user-submitted-posts.php:78
16
  msgid "requires WordPress "
17
  msgstr "vereist WordPress"
18
 
19
- #: user-submitted-posts.php:79
20
  msgid " or higher, and has been deactivated! "
21
  msgstr " of hoger, en is gedeactiveerd!"
22
 
23
- #: user-submitted-posts.php:80
24
  msgid "Please return to the"
25
  msgstr "Ga terug naar de"
26
 
27
- #: user-submitted-posts.php:81
28
  msgid "WordPress Admin Area"
29
- msgstr "WordPress beheerdersgebied"
30
 
31
- #: user-submitted-posts.php:82
32
  msgid "to upgrade WordPress and try again."
33
- msgstr "WordPress upgraden en probeer het opnieuw."
34
 
35
- #: user-submitted-posts.php:124
36
  msgid "User Submitted Post"
37
- msgstr "Gebruiker ingezonden bericht"
38
 
39
- #: user-submitted-posts.php:445
40
  msgid "User Submitted Post Info"
41
- msgstr "Gebruiker Verzonden Post Info"
42
 
43
- #: user-submitted-posts.php:475
44
  msgid "Submitter Name: "
45
- msgstr "Naam van de zender:"
46
 
47
- #: user-submitted-posts.php:476
48
  msgid "Submitter Email: "
49
- msgstr "E-mailadres van de ondernemer:"
50
 
51
- #: user-submitted-posts.php:477
52
  msgid "Submitter URL: "
53
- msgstr "URL van de zender:"
54
 
55
- #: user-submitted-posts.php:478
56
  msgid "Submitter IP: "
57
- msgstr "Submitter IP:"
58
 
59
- #: user-submitted-posts.php:529
60
  msgid "Show USP Posts"
61
- msgstr "Toon USP Posts"
62
 
63
- #: user-submitted-posts.php:530 library/plugin-settings.php:967
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
- #: user-submitted-posts.php:1175
68
  msgid " files required"
69
- msgstr " benodigde bestanden"
70
 
71
- #: user-submitted-posts.php:1176
72
  msgid " file required"
73
  msgstr " bestand vereist"
74
 
75
- #: user-submitted-posts.php:1178
76
  msgid " files"
77
  msgstr " bestanden"
78
 
79
- #: user-submitted-posts.php:1179
80
  msgid " file"
81
  msgstr " het dossier"
82
 
83
- #: user-submitted-posts.php:1181 user-submitted-posts.php:1182
84
- #: user-submitted-posts.php:1183 user-submitted-posts.php:1184
85
  msgid " pixels"
86
  msgstr " pixels"
87
 
88
- #: user-submitted-posts.php:1186 library/plugin-settings.php:284
89
- #: library/plugin-settings.php:303 library/plugin-settings.php:690
90
- #: library/plugin-settings.php:1176
91
  msgid "Custom Field"
92
  msgstr "Aangepast veld"
93
 
94
- #: user-submitted-posts.php:1189
95
  msgid "An error occurred. Please go back and try again."
96
- msgstr "Er is een fout opgetreden. Ga terug en probeer het opnieuw."
97
 
98
- #: user-submitted-posts.php:1199
99
  msgid "User login required"
100
- msgstr "Gebruikers login vereist"
101
 
102
- #: user-submitted-posts.php:1200
103
  msgid "User name required"
104
  msgstr "Gebruikersnaam (verplicht"
105
 
106
- #: user-submitted-posts.php:1201
107
  msgid "Post title required"
108
- msgstr "Posttitel verplicht"
109
 
110
- #: user-submitted-posts.php:1202
111
  msgid "User URL required"
112
- msgstr "Gebruiker-URL vereist"
113
 
114
- #: user-submitted-posts.php:1203
115
  msgid "Post tags required"
116
- msgstr "Post tags nodig"
117
 
118
- #: user-submitted-posts.php:1204
119
  msgid "Post category required"
120
- msgstr "Post categorie vereist"
121
 
122
- #: user-submitted-posts.php:1205
123
  msgid "Post content required"
124
- msgstr "Post inhoud vereist"
125
 
126
- #: user-submitted-posts.php:1206 user-submitted-posts.php:1207
127
  msgid "Correct captcha required"
128
- msgstr "Correcte captcha vereist"
129
 
130
- #: user-submitted-posts.php:1208
131
  msgid "User email required"
132
- msgstr "Gebruikers e-mail vereist"
133
 
134
- #: user-submitted-posts.php:1209
135
  msgid "Please check your email and try again"
136
- msgstr "Controleer alstublieft uw email en probeer het opnieuw"
137
 
138
- #: user-submitted-posts.php:1210
139
  msgid "Non-empty value for hidden field"
140
  msgstr "Niet-lege waarde voor verborgen veld"
141
 
142
- #: user-submitted-posts.php:1211
143
  msgid "Minimum number of images not met"
144
- msgstr "Minimum aantal afbeeldingen niet voldaan"
145
 
146
- #: user-submitted-posts.php:1212
147
  msgid "Maximum number of images exceeded "
148
- msgstr "Maximaal aantal beelden overschreden"
149
 
150
- #: user-submitted-posts.php:1213
151
  msgid "Minimum image width not met"
152
- msgstr "Minimale beeldbreedte is niet voldaan"
153
 
154
- #: user-submitted-posts.php:1214
155
  msgid "Image width exceeds maximum"
156
  msgstr "Beeldbreedte overschrijdt maximum"
157
 
158
- #: user-submitted-posts.php:1215
159
  msgid "Minimum image height not met"
160
- msgstr "Minimum beeldhoogte niet voldaan"
161
 
162
- #: user-submitted-posts.php:1216
163
  msgid "Image height exceeds maximum"
164
- msgstr "De beeldhoogte overschrijdt het maximum"
165
 
166
- #: user-submitted-posts.php:1217
167
  msgid "File type not allowed (please upload images only)"
168
  msgstr "Bestandstype niet toegestaan ​​(upload alleen afbeeldingen)"
169
 
170
- #: user-submitted-posts.php:1218
171
  msgid " required"
172
- msgstr " nodig"
173
 
174
- #: user-submitted-posts.php:1222
175
  msgid "File not uploaded. Please check the file and try again."
176
  msgstr "Bestand niet geüpload. Controleer het bestand en probeer het opnieuw."
177
 
178
- #: user-submitted-posts.php:1226
179
  msgid "The file(s) could not be uploaded"
180
  msgstr "Het bestand (en) kan niet worden geüpload"
181
 
182
- #: user-submitted-posts.php:1228
183
  msgid "Post not created. Please contact the site administrator for help."
184
  msgstr "Post niet gemaakt. Neem contact op met de sitebeheerder voor hulp."
185
 
186
- #: user-submitted-posts.php:1229
187
  msgid "Duplicate post title. Please try again."
188
- msgstr "Dubbele posttitel. Probeer het opnieuw."
189
 
190
- #: user-submitted-posts.php:1239
191
  msgid "Error: "
192
  msgstr "Fout:"
193
 
194
- #: user-submitted-posts.php:1265
195
  msgid "Return to form"
196
  msgstr "Ga terug naar het formulier"
197
 
198
- #: user-submitted-posts.php:1293 library/plugin-settings.php:943
199
  msgid "Please"
200
  msgstr "alsjeblieft"
201
 
202
- #: user-submitted-posts.php:1294
203
  msgid "log in"
204
  msgstr "Log in"
205
 
206
- #: user-submitted-posts.php:1295
207
  msgid "to submit content!"
208
- msgstr "inhoud in te dienen!"
209
 
210
  #: views/submission-form.php:46 views/submission-form-alt.php:55
211
  msgid "Please complete the required fields."
212
- msgstr "Vul alstublieft de vereiste velden in."
213
 
214
  #: views/submission-form.php:56 views/submission-form.php:57
215
  #: views/submission-form-alt.php:61 views/submission-form-alt.php:62
@@ -228,34 +228,34 @@ msgstr "Jouw email"
228
 
229
  #: views/submission-form.php:74 views/submission-form.php:75
230
  #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
- #: library/plugin-settings.php:1004
232
  msgid "Post Title"
233
- msgstr "Post Titel"
234
 
235
  #: views/submission-form.php:80 views/submission-form.php:81
236
  #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
- #: library/plugin-settings.php:1005
238
  msgid "Post Tags"
239
  msgstr "Post Tags"
240
 
241
  #: views/submission-form.php:93 views/submission-form-alt.php:98
242
  msgid "Antispam Question"
243
- msgstr "Antispam Vraag"
244
 
245
  #: views/submission-form.php:98 views/submission-form-alt.php:103
246
- #: library/plugin-settings.php:1006
247
  msgid "Post Category"
248
- msgstr "Post categorie"
249
 
250
  #: views/submission-form.php:100 views/submission-form-alt.php:105
251
  msgid "Please select a category.."
252
- msgstr "Selecteer een categorie .."
253
 
254
  #: views/submission-form.php:135 views/submission-form.php:136
255
  #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
- #: library/plugin-settings.php:1007
257
  msgid "Post Content"
258
- msgstr "Post inhoud"
259
 
260
  #: views/submission-form.php:142 views/submission-form-alt.php:147
261
  msgid "Verification"
@@ -267,7 +267,7 @@ msgstr "Upload een afbeelding"
267
 
268
  #: views/submission-form.php:158 views/submission-form-alt.php:163
269
  msgid "Add another image"
270
- msgstr "Voeg een andere afbeelding toe"
271
 
272
  #: views/submission-form.php:180 views/submission-form-alt.php:185
273
  msgid "Human verification: leave this field empty."
@@ -275,11 +275,19 @@ msgstr "Menselijke verificatie: laat dit veld leeg."
275
 
276
  #: views/submission-form.php:202 views/submission-form-alt.php:207
277
  msgid "Submit Post"
278
- msgstr "Post verzenden"
 
 
 
 
 
 
 
 
279
 
280
  #: library/plugin-settings.php:32
281
  msgid "Get USP Pro for unlimited forms!"
282
- msgstr "Krijg USP Pro voor onbeperkt formulieren!"
283
 
284
  #: library/plugin-settings.php:33
285
  msgid "Go Pro"
@@ -291,11 +299,11 @@ msgstr "instellingen"
291
 
292
  #: library/plugin-settings.php:55
293
  msgid "Give USP a 5-star rating at WordPress.org"
294
- msgstr "Geef USP een 5-sterrencijfer op WordPress.org"
295
 
296
  #: library/plugin-settings.php:56
297
  msgid "Rate this plugin&nbsp;&raquo;"
298
- msgstr "Beoordeel deze plugin & nbsp; & raquo;"
299
 
300
  #: library/plugin-settings.php:114
301
  msgid "WP Post (recommended)"
@@ -303,11 +311,11 @@ msgstr "WP Post (aanbevolen)"
303
 
304
  #: library/plugin-settings.php:118
305
  msgid "WP Page"
306
- msgstr "WP Pagina"
307
 
308
  #: library/plugin-settings.php:134
309
  msgid "HTML5 Form + Default CSS"
310
- msgstr "HTML5 Formulier + Standaard CSS"
311
 
312
  #: library/plugin-settings.php:134
313
  msgid "(Recommended)"
@@ -319,50 +327,50 @@ msgstr "HTML5-formulier + CSS uitschakelen"
319
 
320
  #: library/plugin-settings.php:138
321
  msgid "(Provide your own styles)"
322
- msgstr "(Geef uw eigen stijlen)"
323
 
324
  #: library/plugin-settings.php:142
325
  msgid "Custom Form + Custom CSS"
326
- msgstr "Aangepast formulier + Aangepaste CSS"
327
 
328
  #: library/plugin-settings.php:142
329
  msgid "(Provide your own form template &amp; styles)"
330
- msgstr "(Geef uw eigen formulier sjabloon en stijlen)"
331
 
332
  #: library/plugin-settings.php:158 library/plugin-settings.php:182
333
  #: library/plugin-settings.php:205 library/plugin-settings.php:229
334
  msgid "Auto-display before post content"
335
- msgstr "Automatisch weergeven voor de postinhoud"
336
 
337
  #: library/plugin-settings.php:162 library/plugin-settings.php:186
338
  #: library/plugin-settings.php:209 library/plugin-settings.php:233
339
  msgid "Auto-display after post content"
340
- msgstr "Automatisch weergeven na postinhoud"
341
 
342
  #: library/plugin-settings.php:166
343
  msgid "Do not auto-display submitted images"
344
- msgstr "Laat geen ingediende beelden automatisch weergeven"
345
 
346
  #: library/plugin-settings.php:190
347
  msgid "Do not auto-display submitted email"
348
- msgstr "Niet verzonden e-mail verzonden automatisch"
349
 
350
  #: library/plugin-settings.php:213
351
  msgid "Do not auto-display submitted URL"
352
- msgstr "Geef de ingevoerde URL niet automatisch weer"
353
 
354
  #: library/plugin-settings.php:237
355
  msgid "Do not auto-display the Custom Field"
356
- msgstr "Laat het aangepaste veld niet automatisch weergeven"
357
 
358
  #: library/plugin-settings.php:265 library/plugin-settings.php:297
359
  #: library/plugin-settings.php:330 library/plugin-settings.php:362
360
  msgid "Display and require"
361
- msgstr "Display en vereisen"
362
 
363
  #: library/plugin-settings.php:266 library/plugin-settings.php:298
364
  msgid "Display but do not require"
365
- msgstr "Display maar niet nodig"
366
 
367
  #: library/plugin-settings.php:267 library/plugin-settings.php:299
368
  #: library/plugin-settings.php:331 library/plugin-settings.php:363
@@ -377,21 +385,21 @@ msgstr "(Bezoek"
377
  #: library/plugin-settings.php:303 library/plugin-settings.php:335
378
  #: library/plugin-settings.php:367 library/plugin-settings.php:399
379
  msgid "to configure options)"
380
- msgstr "opties configureren)"
381
 
382
  #: library/plugin-settings.php:318 library/plugin-settings.php:335
383
- #: library/plugin-settings.php:1194 library/plugin-settings.php:1199
384
  msgid "Challenge Question"
385
  msgstr "uitdagende vraag"
386
 
387
  #: library/plugin-settings.php:350 library/plugin-settings.php:367
388
- #: library/plugin-settings.php:1216
389
  msgid "Google reCAPTCHA"
390
  msgstr "Google reCAPTCHA"
391
 
392
  #: library/plugin-settings.php:382
393
  msgid "Post Images"
394
- msgstr "Post afbeeldingen"
395
 
396
  #: library/plugin-settings.php:394
397
  msgid "Display"
@@ -401,779 +409,855 @@ msgstr "tonen"
401
  msgid "Disable"
402
  msgstr "onbruikbaar maken"
403
 
404
- #: library/plugin-settings.php:399 library/plugin-settings.php:1277
405
  msgid "Image Uploads"
406
- msgstr "Beeld uploads"
407
 
408
  #: library/plugin-settings.php:479
409
  msgid "Draft"
410
- msgstr "Ontwerp"
411
 
412
  #: library/plugin-settings.php:480
413
  msgid "Pending (default)"
414
- msgstr "In afwachting (standaard)"
415
 
416
  #: library/plugin-settings.php:481
417
  msgid "Publish immediately"
418
- msgstr "Publiceer direct"
419
 
420
  #: library/plugin-settings.php:482
421
  msgid "Publish after 1 approved post"
422
- msgstr "Publiceer na 1 goedgekeurde bericht"
423
 
424
  #: library/plugin-settings.php:483
425
  msgid "Publish after "
426
- msgstr "Publiceer daarna"
427
 
428
  #: library/plugin-settings.php:483
429
  msgid " approved posts"
430
- msgstr " goedgekeurde berichten"
431
 
432
- #: library/plugin-settings.php:635
433
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
434
- msgstr "Er is een fout opgetreden. Zorg ervoor dat u een titel, wat inhoud hebt toegevoegd en dat u alleen afbeeldingen hebt geupload."
435
 
436
- #: library/plugin-settings.php:649
437
  msgid "Please select your image(s) to upload."
438
- msgstr "Selecteer alstublieft uw afbeelding (en) om te uploaden."
439
 
440
- #: library/plugin-settings.php:655
441
  msgid "Success! Thank you for your submission."
442
  msgstr "Succes! Dank u voor uw inzending."
443
 
444
- #: library/plugin-settings.php:681
445
  msgid "Email"
446
  msgstr "E-mail"
447
 
448
- #: library/plugin-settings.php:682
449
  msgid "URL"
450
  msgstr "URL"
451
 
452
- #: library/plugin-settings.php:721
453
- msgid "Sorry, you are not allowed to modify settings."
454
- msgstr "Sorry, je mag geen instellingen wijzigen."
455
-
456
- #: library/plugin-settings.php:930
457
  msgid "Toggle all panels"
458
- msgstr "Schakel alle panelen in"
459
 
460
- #: library/plugin-settings.php:939
461
  msgid "We need your support!"
462
- msgstr "Wij hebben uw steun nodig!"
463
 
464
- #: library/plugin-settings.php:943
465
  msgid "Make a donation via PayPal"
466
- msgstr "Maak een donatie via PayPal"
467
 
468
- #: library/plugin-settings.php:943
469
  msgid "make a donation"
470
- msgstr "een donatie doen"
471
 
472
- #: library/plugin-settings.php:943
473
  msgid "and/or"
474
  msgstr "en / of"
475
 
476
- #: library/plugin-settings.php:944
477
  msgid "Rate and review at the Plugin Directory"
478
- msgstr "Beoordeel en controleer in de Plugin Directory"
479
 
480
- #: library/plugin-settings.php:945
481
  msgid "give this plugin a 5-star rating"
482
- msgstr "Geef deze plugin een 5-sterrencijfer"
483
 
484
- #: library/plugin-settings.php:949
485
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
486
- msgstr "Met uw royale ondersteuning kunt u deze gratis plugin verder ontwikkelen. Dank je!"
487
 
488
- #: library/plugin-settings.php:954
489
  msgid "Check this box if you have shown support"
490
- msgstr "Controleer dit vak als u ondersteuning heeft getoond"
491
 
492
- #: library/plugin-settings.php:963
493
  msgid "Overview"
494
  msgstr "Overzicht"
495
 
496
- #: library/plugin-settings.php:967
497
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
498
- msgstr "stelt uw bezoekers in staat om berichten in te dienen en afbeeldingen te uploaden vanaf het frontkant van uw site."
499
 
500
- #: library/plugin-settings.php:968
501
  msgid "For advanced functionality and unlimited forms, check out"
502
- msgstr "Voor geavanceerde functionaliteit en onbeperkt formulieren, check out"
503
 
504
- #: library/plugin-settings.php:968 library/plugin-settings.php:1335
505
  msgid "USP Pro"
506
  msgstr "USP Pro"
507
 
508
- #: library/plugin-settings.php:969
509
  msgid "&mdash; the ultimate solution for user-generated content."
510
- msgstr "& Mdash; de ultieme oplossing voor door gebruikers gegenereerde content."
511
 
512
- #: library/plugin-settings.php:973 library/plugin-settings.php:990
513
  msgid "Plugin Settings"
514
- msgstr "Plugin instellingen"
515
 
516
- #: library/plugin-settings.php:974
517
  msgid "Display the form"
518
  msgstr "Toon het formulier"
519
 
520
- #: library/plugin-settings.php:975 library/plugin-settings.php:1482
521
  msgid "Plugin Homepage"
522
  msgstr "Plugin Homepage"
523
 
524
- #: library/plugin-settings.php:978
525
  msgid "If you like this plugin, please"
526
- msgstr "Als u deze plugin wilt vinden, alstublieft"
527
 
528
- #: library/plugin-settings.php:979
529
  msgid "THANK YOU for your support!"
530
  msgstr "Bedankt voor je ondersteuning!"
531
 
532
- #: library/plugin-settings.php:979
533
  msgid "give it a 5-star rating"
534
  msgstr "geef het een 5-sterren rating"
535
 
536
- #: library/plugin-settings.php:983
537
  msgid "Unlimited front-end forms"
538
- msgstr "Onbeperkt front-end formulieren"
539
 
540
- #: library/plugin-settings.php:983
541
  msgid "Get USP Pro"
542
  msgstr "Krijg USP Pro"
543
 
544
- #: library/plugin-settings.php:993
545
  msgid "Configure your settings for User Submitted Posts."
546
- msgstr "Configureer uw instellingen voor berichten die door gebruikers zijn ingediend."
547
 
548
- #: library/plugin-settings.php:995
549
  msgid "Form Fields"
550
- msgstr "Vorm velden"
551
 
552
- #: library/plugin-settings.php:1001
553
  msgid "User Name"
554
  msgstr "Gebruikersnaam"
555
 
556
- #: library/plugin-settings.php:1002
557
  msgid "User Email"
558
- msgstr "Gebruiker Email"
559
 
560
- #: library/plugin-settings.php:1003
561
  msgid "User URL"
562
  msgstr "Gebruikers-URL"
563
 
564
- #: library/plugin-settings.php:1018
565
  msgid "General Settings"
566
  msgstr "Algemene instellingen"
567
 
568
- #: library/plugin-settings.php:1023
 
 
 
 
569
  msgid "Form Style"
570
- msgstr "Form Style"
571
 
572
- #: library/plugin-settings.php:1028
573
  msgid "With this option, you can copy the plugin&rsquo;s default templates:"
574
- msgstr "Met deze optie kunt u de standaard sjablonen van de plugin kopiëren:"
575
 
576
- #: library/plugin-settings.php:1033
577
  msgid "..and upload them into a directory named"
578
- msgstr ".. en upload ze naar een directory genaamd"
579
 
580
- #: library/plugin-settings.php:1033
581
  msgid "in your theme:"
582
  msgstr "in jouw thema:"
583
 
584
- #: library/plugin-settings.php:1039
585
  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"
586
- msgstr "Dat stelt u in staat om het formulier en de stijlen zoals gewenst aan te passen. Voor meer informatie, bekijk de sectie 'Aangepaste indieningsformulier' in de"
587
 
588
- #: library/plugin-settings.php:1040
589
  msgid "Installation Docs"
590
  msgstr "Installatie Docs"
591
 
592
- #: library/plugin-settings.php:1041
593
  msgid "FYI: here is a"
594
- msgstr "FYI: hier is een"
595
 
596
- #: library/plugin-settings.php:1041
597
  msgid "list of USP CSS selectors"
598
- msgstr "lijst van USP CSS selectors"
599
 
600
- #: library/plugin-settings.php:1047
601
  msgid "Include JavaScript"
602
- msgstr "Sluit JavaScript in"
603
 
604
- #: library/plugin-settings.php:1049
605
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
606
- msgstr "Controleer dit vakje als u de externe JavaScript-bestanden wilt toevoegen (aanbevolen)."
607
 
608
- #: library/plugin-settings.php:1052
609
  msgid "Targeted Loading"
610
- msgstr "Gerichte Laden"
611
 
612
- #: library/plugin-settings.php:1054
613
  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."
614
- msgstr "Standaard is externe CSS & amp; JavaScript-bestanden worden geladen op elke pagina. Hier kunt u de URL van het formulier USP opgeven om alleen bronnen op die pagina te laden. Opmerking: laat leeg op laden op alle pagina's."
615
 
616
- #: library/plugin-settings.php:1057
617
  msgid "Post Type"
618
- msgstr "Posttype"
619
 
620
- #: library/plugin-settings.php:1060
621
  msgid "Submit posts as WP Posts or Pages"
622
- msgstr "Posten plaatsen als WP-berichten of pagina's"
623
 
624
- #: library/plugin-settings.php:1064
625
  msgid "Post Status"
626
  msgstr "Poststatus"
627
 
628
- #: library/plugin-settings.php:1067
629
  msgid "Post Status for submitted posts"
630
- msgstr "Post Status voor ingediende berichten"
631
 
632
- #: library/plugin-settings.php:1071
633
  msgid "Redirect URL"
634
- msgstr "Omleiding URL"
635
 
636
- #: library/plugin-settings.php:1073
637
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
638
- msgstr "Geef een URL op om de gebruiker na het indienen van de post te herleiden. Laat leeg om terug te keren naar de huidige pagina."
639
 
640
- #: library/plugin-settings.php:1076
641
  msgid "Success Message"
642
  msgstr "Succesbericht"
643
 
644
- #: library/plugin-settings.php:1078
645
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
646
- msgstr "Succesbericht dat wordt weergegeven als de posting succesvol is. Basis markup is toegestaan."
647
 
648
- #: library/plugin-settings.php:1081
649
  msgid "Error Message"
650
  msgstr "Foutbericht"
651
 
652
- #: library/plugin-settings.php:1083
653
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
654
- msgstr "Algemeen foutbericht dat wordt weergegeven als de post indiening mislukt. Basis markup is toegestaan."
655
 
656
- #: library/plugin-settings.php:1086
657
  msgid "Custom Content"
658
  msgstr "Aangepaste inhoud"
659
 
660
- #: library/plugin-settings.php:1088
661
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
662
- msgstr "Aangepaste tekst / opmaak die bij het indieningsformulier moet worden opgenomen. Laat leeg om te deactiveren."
663
 
664
- #: library/plugin-settings.php:1091
665
  msgid "Rich Text Editor"
666
  msgstr "Rich Text Editor"
667
 
668
- #: library/plugin-settings.php:1093
669
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
670
- msgstr "Controleer dit vakje als u WP-rijke tekstbewerking wilt inschakelen voor ingezonden berichten."
671
 
672
- #: library/plugin-settings.php:1096
673
  msgid "Unique Titles"
674
  msgstr "Unieke titels"
675
 
676
- #: library/plugin-settings.php:1098
677
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
678
- msgstr "Vereiste ingezonden titels vereisen om uniek te zijn (nuttig om meerdere of dubbele berichten te voorkomen)."
679
 
680
- #: library/plugin-settings.php:1101
681
  msgid "Disable Required"
682
- msgstr "Uitschakelen vereist"
683
 
684
- #: library/plugin-settings.php:1103
685
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
686
- msgstr "Schakel alle vereiste attributen uit op standaardformuliervelden (nuttig om foutberichten te oplossen)."
687
 
688
- #: library/plugin-settings.php:1106
689
  msgid "Disable IP Tracking"
690
- msgstr "IP-tracking uitschakelen"
691
 
692
- #: library/plugin-settings.php:1108
693
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
694
- msgstr "USP registreert als standaard het IP-adres bij elk ingediend bericht. Controleer dit vakje om alle IP-tracking uit te schakelen."
695
 
696
- #: library/plugin-settings.php:1111
697
  msgid "Enable Shortcodes"
698
- msgstr "Schakel kortcodes in"
699
 
700
- #: library/plugin-settings.php:1113
701
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
702
- msgstr "Activeer kortcodes in widgets. WordPress activeert standaard geen shortcodes in widgets."
703
 
704
- #: library/plugin-settings.php:1114
705
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
706
- msgstr "Met deze instelling kunnen alle / alle shortcodes in widgets (zelfs shortcodes van andere plugins) worden ingeschakeld."
707
 
708
- #: library/plugin-settings.php:1119 library/plugin-settings.php:1124
709
  msgid "Categories"
710
  msgstr "Categorieën"
711
 
712
- #: library/plugin-settings.php:1127
713
  msgid "Select which categories may be assigned to submitted posts (click to toggle)"
714
- msgstr "Selecteer welke categorieën kunnen worden toegewezen aan ingezonden berichten (klik om te wisselen)"
715
 
716
- #: library/plugin-settings.php:1135
717
  msgid "Hidden/Default Category"
718
  msgstr "Verborgen / standaardcategorie"
719
 
720
- #: library/plugin-settings.php:1137
721
  msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
722
- msgstr "Gebruik een verborgen veld voor de postcategorie. Dit kan worden gebruikt om een ​​standaardcategorie op te geven wanneer het categorie veld is uitgeschakeld."
723
 
724
- #: library/plugin-settings.php:1140
725
  msgid "Category ID for Hidden Field"
726
- msgstr "Categorie ID voor verborgen veld"
727
 
728
- #: library/plugin-settings.php:1142
729
  msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
730
- msgstr "Geef de ID van de categorie op die u wilt gebruiken voor de & quot; Verborgen / Standaardcategorie & rdquo; keuze."
731
 
732
- #: library/plugin-settings.php:1147
733
  msgid "Users"
734
  msgstr "gebruikers"
735
 
736
- #: library/plugin-settings.php:1152
737
  msgid "Assigned Author"
738
  msgstr "Toegewezen auteur"
739
 
740
- #: library/plugin-settings.php:1155
741
  msgid "Specify the user that should be assigned as author for submitted posts."
742
- msgstr "Geef de gebruiker aan die moet worden toegewezen als auteur voor ingezonden berichten."
743
 
744
- #: library/plugin-settings.php:1159
745
  msgid "Registered Username"
746
  msgstr "Geregistreerde gebruikersnaam"
747
 
748
- #: library/plugin-settings.php:1161
749
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
750
- msgstr "Gebruik geregistreerde gebruikersnaam als postauteur. Geldig wanneer de persoon die het formulier indient is ingelogd bij WordPress."
751
 
752
- #: library/plugin-settings.php:1164
753
  msgid "User Profile URL"
754
- msgstr "Gebruikersprofiel URL"
755
 
756
- #: library/plugin-settings.php:1166
757
  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."
758
- msgstr "Gebruik de profiel-URL van de geregistreerde gebruiker als de waarde van het URL-veld. Geldig wanneer de persoon die het formulier indient is ingelogd bij WordPress."
759
 
760
- #: library/plugin-settings.php:1169
761
  msgid "Require User Login"
762
- msgstr "Gebruiker Login nodig"
763
 
764
- #: library/plugin-settings.php:1171
765
  msgid "Require users to be logged in to WordPress to view/submit the form"
766
- msgstr "Vereist dat gebruikers ingelogd zijn op WordPress om het formulier te bekijken / indienen"
 
 
 
 
767
 
768
- #: library/plugin-settings.php:1177
 
 
 
 
769
  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."
770
- msgstr "Hier kunt u de naam en het label wijzigen dat door het aangepaste veld wordt gebruikt. U kunt dit veld inschakelen via de instelling Formulier velden hierboven."
771
 
772
- #: library/plugin-settings.php:1182
773
  msgid "Custom Field Name"
774
  msgstr "Aangepaste veldnaam"
775
 
776
- #: library/plugin-settings.php:1184
777
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
778
- msgstr "Gebruik alleen alfanumerieke, onderstreepjes en streepjes. Als u niet zeker bent, gebruik de standaardnaam:"
779
 
780
- #: library/plugin-settings.php:1187
781
  msgid "Custom Field Label"
782
  msgstr "Aangepast veldlabel"
783
 
784
- #: library/plugin-settings.php:1189
785
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
786
- msgstr "Dit wordt weergegeven als het veldetiket op het formulier. Standaard: Aangepast veld"
787
 
788
- #: library/plugin-settings.php:1201
789
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
790
- msgstr "Om spam te voorkomen, vul een vraag in die gebruikers moeten antwoorden voordat ze het formulier indienen."
791
 
792
- #: library/plugin-settings.php:1204
793
  msgid "Challenge Response"
794
- msgstr "Uitdagingsrespons"
795
 
796
- #: library/plugin-settings.php:1206
797
  msgid "Enter the *only* correct answer to the challenge question."
798
- msgstr "Voer het * enige * juiste antwoord op de uitdagingsvraag in."
799
 
800
- #: library/plugin-settings.php:1209
801
  msgid "Case-sensitivity"
802
  msgstr "Hoofdlettergevoeligheid"
803
 
804
- #: library/plugin-settings.php:1211
805
  msgid "Check this box if you want the challenge response to be case-sensitive."
806
- msgstr "Controleer dit vakje als u wilt dat de uitdagingsrespons hoofdlettergevoelig is."
807
 
808
- #: library/plugin-settings.php:1217
809
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
810
- msgstr "Om Google reCAPTCHA in te schakelen, voer je publieke en privé-toetsen in."
811
 
812
- #: library/plugin-settings.php:1222
813
  msgid "Public Key"
814
  msgstr "Publieke sleutel"
815
 
816
- #: library/plugin-settings.php:1224
817
  msgid "Enter your Public Key"
818
- msgstr "Voer uw publieke sleutel in"
819
 
820
- #: library/plugin-settings.php:1227
821
  msgid "Private Key"
822
- msgstr "Private Key"
823
 
824
- #: library/plugin-settings.php:1229
825
  msgid "Enter your Private Key"
826
- msgstr "Voer uw privé sleutel in"
827
 
828
- #: library/plugin-settings.php:1234
829
  msgid "Email Alerts"
830
- msgstr "Email Alerts"
831
 
832
- #: library/plugin-settings.php:1239
833
  msgid "Receive Email Alert"
834
- msgstr "Ontvang e-mailwaarschuwing"
835
 
836
- #: library/plugin-settings.php:1241
837
  msgid "Check this box if you want to be notified via email for new post submissions."
838
- msgstr "Controleer dit vakje als u via e-mail via e-mail wilt worden ingelicht voor nieuwe berichten."
839
 
840
- #: library/plugin-settings.php:1244
841
  msgid "Enable HTML Format"
842
- msgstr "HTML-indeling inschakelen"
843
 
844
- #: library/plugin-settings.php:1246
845
  msgid "Check this box to enable HTML format for email alerts."
846
- msgstr "Controleer dit vakje om HTML-indeling in te schakelen voor e-mailmeldingen."
847
 
848
- #: library/plugin-settings.php:1249
849
  msgid "Email Address for Alerts"
850
- msgstr "Emailadres voor waarschuwingen"
851
 
852
- #: library/plugin-settings.php:1251
853
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
854
- msgstr "Als u het vakje heeft aangevinkt om e-mailberichten te ontvangen, geeft u hier de adres (en) aan waarnaar de e-mails moeten worden verzonden."
855
 
856
- #: library/plugin-settings.php:1252
857
  msgid "Multiple recipients may be included using a comma, like so:"
858
- msgstr "Meerdere ontvangers kunnen als volgt een komma bevatten:"
859
 
860
- #: library/plugin-settings.php:1255
861
  msgid "Email &ldquo;From&rdquo; Address"
862
- msgstr "Email & ldquo; Van & rdquo; Adres"
863
 
864
- #: library/plugin-settings.php:1257
865
  msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
866
- msgstr "Hier kunt u het adres (en) dat u gebruikt voor de & ldquo; van & rdquo; koptekst (zie plugin Veelgestelde vragen voor info)."
867
 
868
- #: library/plugin-settings.php:1258
869
  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)."
870
- msgstr "Als meerdere adressen zijn opgegeven in de vorige instelling, sluit u een gelijke hoeveelheid van & ldquo; Van & rdquo; adressen voor deze instelling (in dezelfde volgorde)."
871
 
872
- #: library/plugin-settings.php:1261
873
  msgid "Email Alert Subject"
874
- msgstr "Email Alert Onderwerp"
875
 
876
- #: library/plugin-settings.php:1263
877
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
878
- msgstr "Onderwerpregel voor e-mailmeldingen. Laat leeg om de standaard onderwerpregel te gebruiken. Opmerking: u kunt de volgende variabelen gebruiken:"
879
 
880
- #: library/plugin-settings.php:1268
881
  msgid "Email Alert Message"
882
- msgstr "Email Alert Message"
883
 
884
- #: library/plugin-settings.php:1270
885
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
886
- msgstr "Bericht voor e-mailmeldingen. Laat leeg om het standaardbericht te gebruiken. Opmerking: u kunt de volgende variabelen gebruiken:"
887
 
888
- #: library/plugin-settings.php:1282
889
  msgid "Featured Image"
890
- msgstr "Aanbevolen afbeelding"
891
 
892
- #: library/plugin-settings.php:1284
893
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
894
- msgstr "Stel ingevoerde afbeeldingen in als geselecteerde afbeeldingen. Vereist themabeun voor Uitgelichte Beelden (aka Post Thumbnails)."
895
 
896
- #: library/plugin-settings.php:1287
897
  msgid "Upload Message"
898
  msgstr "Upload bericht"
899
 
900
- #: library/plugin-settings.php:1289
901
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
902
- msgstr "Bericht dat verschijnt naast het uploadveld. Handig om uw upload richtlijnen / beleid / etc te vermelden. Basis opmaak toegestaan."
903
 
904
- #: library/plugin-settings.php:1292
905
  msgid "&ldquo;Add another image&rdquo; link"
906
- msgstr "& voeg een ander beeld toe & rdquo; link"
907
 
908
- #: library/plugin-settings.php:1294
909
  msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
910
- msgstr "Aangepaste markup voor de & ldquo; Nog een afbeelding toevoegen & rdquo; link. Laat leeg om de standaardmarkup te gebruiken (aanbevolen)."
911
 
912
- #: library/plugin-settings.php:1297
913
  msgid "Minimum number of images"
914
  msgstr "Minimum aantal afbeeldingen"
915
 
916
- #: library/plugin-settings.php:1300
917
  msgid "Specify the minimum number of images."
918
- msgstr "Geef het minimale aantal afbeeldingen op."
919
 
920
- #: library/plugin-settings.php:1304
921
  msgid "Maximum number of images"
922
- msgstr "Maximaal aantal afbeeldingen"
923
 
924
- #: library/plugin-settings.php:1307
925
  msgid "Specify the maximum number of images."
926
  msgstr "Geef het maximale aantal afbeeldingen op."
927
 
928
- #: library/plugin-settings.php:1311
929
  msgid "Minimum image width"
930
  msgstr "Minimale beeldbreedte"
931
 
932
- #: library/plugin-settings.php:1313
933
  msgid "Specify a minimum width (in pixels) for uploaded images."
934
- msgstr "Geef een minimumbreedte (in pixels) voor geuploade beelden op."
935
 
936
- #: library/plugin-settings.php:1316
937
  msgid "Minimum image height"
938
- msgstr "Minimum beeldhoogte"
939
 
940
- #: library/plugin-settings.php:1318
941
  msgid "Specify a minimum height (in pixels) for uploaded images."
942
- msgstr "Geef een minimumhoogte (in pixels) voor geüploade beelden op."
943
 
944
- #: library/plugin-settings.php:1321
945
  msgid "Maximum image width"
946
  msgstr "Maximale beeldbreedte"
947
 
948
- #: library/plugin-settings.php:1323
949
  msgid "Specify a maximum width (in pixels) for uploaded images."
950
- msgstr "Geef een maximale breedte (in pixels) voor geüploade beelden op."
951
 
952
- #: library/plugin-settings.php:1326
953
  msgid "Maximum image height"
954
- msgstr "Maximum beeldhoogte"
955
 
956
- #: library/plugin-settings.php:1328
957
  msgid "Specify a maximum height (in pixels) for uploaded images."
958
- msgstr "Geef een maximale hoogte (in pixels) voor geüploade beelden op."
959
 
960
- #: library/plugin-settings.php:1331
961
  msgid "More Options"
962
  msgstr "Meer opties"
963
 
964
- #: library/plugin-settings.php:1334
965
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
966
- msgstr "Voor meer opties, zoals de mogelijkheid om andere bestandstypes te uploaden (zoals PDF, Word, Zip, video's en meer), check out"
967
 
968
- #: library/plugin-settings.php:1335
969
  msgid "Go Pro!"
970
  msgstr "Ga Pro!"
971
 
972
- #: library/plugin-settings.php:1342
973
  msgid "Auto-Display Content"
974
- msgstr "Automatische weergave inhoud"
975
 
976
- #: library/plugin-settings.php:1347
977
  msgid "Images Auto-Display"
978
- msgstr "Afbeeldingen automatisch weergeven"
979
 
980
- #: library/plugin-settings.php:1349
981
  msgid "Auto-display user-submitted images:"
982
- msgstr "Automatische weergave van door gebruikers ingediende beelden:"
983
 
984
- #: library/plugin-settings.php:1354
985
  msgid "Image Markup"
986
- msgstr "Image Markup"
987
 
988
- #: library/plugin-settings.php:1356
989
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
990
- msgstr "Markering om te gebruiken voor elk ingediend beeld (wanneer de automatische weergave is ingeschakeld). Kan gebruiken"
991
 
992
- #: library/plugin-settings.php:1358 library/plugin-settings.php:1371
993
- #: library/plugin-settings.php:1384 library/plugin-settings.php:1397
994
  msgid "and"
995
  msgstr "en"
996
 
997
- #: library/plugin-settings.php:1361
998
  msgid "Email Auto-Display"
999
- msgstr "E-mail Automatische weergave"
1000
 
1001
- #: library/plugin-settings.php:1363
1002
  msgid "Auto-display user-submitted email:"
1003
- msgstr "Automatische weergave van door gebruiker ingediende e-mail:"
1004
 
1005
- #: library/plugin-settings.php:1368
1006
  msgid "Email Markup"
1007
- msgstr "Email Markup"
1008
 
1009
- #: library/plugin-settings.php:1370
1010
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1011
- msgstr "Markering om te gebruiken voor het ingevoerde e-mailadres (wanneer de automatische weergave is ingeschakeld). Kan gebruiken"
1012
 
1013
- #: library/plugin-settings.php:1374
1014
  msgid "URL Auto-Display"
1015
- msgstr "URL Automatische weergave"
1016
 
1017
- #: library/plugin-settings.php:1376
1018
  msgid "Auto-display user-submitted URL:"
1019
- msgstr "Automatische weergave van door gebruiker ingediende URL:"
1020
 
1021
- #: library/plugin-settings.php:1381
1022
  msgid "URL Markup"
1023
- msgstr "URL-markering"
1024
 
1025
- #: library/plugin-settings.php:1383
1026
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1027
- msgstr "Markering om te gebruiken voor de ingediende URL (wanneer de automatische weergave is ingeschakeld). Kan gebruiken"
1028
 
1029
- #: library/plugin-settings.php:1387
1030
  msgid "Custom Field Auto-Display"
1031
- msgstr "Aangepaste veld automatische weergave"
1032
 
1033
- #: library/plugin-settings.php:1389
1034
  msgid "Auto-display user-submitted Custom Field:"
1035
- msgstr "Aangepast veld automatisch aangeven voor gebruiker:"
1036
 
1037
- #: library/plugin-settings.php:1394
1038
  msgid "Custom Field Markup"
1039
  msgstr "Aangepaste veldmarkering"
1040
 
1041
- #: library/plugin-settings.php:1396
1042
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1043
- msgstr "Markering om te gebruiken voor het ingevoerde aangepaste veld (wanneer de automatische weergave is ingeschakeld). Kan gebruiken"
1044
 
1045
- #: library/plugin-settings.php:1402 library/plugin-settings.php:1468
1046
  msgid "Save Settings"
1047
  msgstr "Instellingen opslaan"
1048
 
1049
- #: library/plugin-settings.php:1407
1050
  msgid "Display the Form"
1051
  msgstr "Toon het formulier"
1052
 
1053
- #: library/plugin-settings.php:1410
1054
  msgid "Post-Submit Form"
1055
- msgstr "Formulier na verzenden"
1056
 
1057
- #: library/plugin-settings.php:1411
1058
  msgid "USP enables you to display a post-submission form anywhere on your site."
1059
- msgstr "USP stelt u in staat om een ​​postformulier overal op uw site te tonen."
1060
 
1061
- #: library/plugin-settings.php:1412 library/plugin-settings.php:1419
1062
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1063
- msgstr "Gebruik de shortcode om het formulier op een WP-post of pagina weer te geven:"
1064
 
1065
- #: library/plugin-settings.php:1414 library/plugin-settings.php:1421
1066
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1067
- msgstr "Of gebruik de sjabloon tag om het formulier overal in uw thema sjabloon te tonen:"
1068
 
1069
- #: library/plugin-settings.php:1417
1070
  msgid "Login/Register Form"
1071
- msgstr "Login / Registreren formulier"
1072
 
1073
- #: library/plugin-settings.php:1418
1074
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1075
- msgstr "U kunt ook een formulier weergeven waarmee gebruikers hun wachtwoord kunnen inloggen, registreren of resetten."
1076
 
1077
- #: library/plugin-settings.php:1424
1078
  msgid "Display Submitted Posts"
1079
- msgstr "Toon ingediende berichten"
1080
 
1081
- #: library/plugin-settings.php:1425
1082
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1083
- msgstr "Gebruik deze shortcode om een ​​lijst met ingediende berichten weer te geven op een WP-post of pagina:"
1084
 
1085
- #: library/plugin-settings.php:1427
1086
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1087
- msgstr "Of gebruik de sjabloon tag om een ​​lijst met ingevoerde berichten overal in uw thema sjabloon weer te geven:"
1088
 
1089
- #: library/plugin-settings.php:1429
1090
  msgid "Here are some examples showing how to configure this shortcode:"
1091
- msgstr "Hier zijn enkele voorbeelden die tonen hoe u deze shortcode configureert:"
1092
 
1093
- #: library/plugin-settings.php:1436
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1094
  msgid "Access Control"
1095
  msgstr "Toegangscontrole"
1096
 
1097
- #: library/plugin-settings.php:1437
1098
  msgid "USP provides three shortcodes to control access and restrict content."
1099
- msgstr "USP biedt drie kortcodes om toegang te beperken en inhoud te beperken."
1100
 
1101
- #: library/plugin-settings.php:1438
1102
  msgid "Display content only to users with a specific capability:"
1103
- msgstr "Toon alleen inhoud aan gebruikers met een specifieke mogelijkheid:"
1104
 
1105
- #: library/plugin-settings.php:1440
1106
  msgid "Display content to logged-in users:"
1107
- msgstr "Toon inhoud aan ingelogde gebruikers:"
1108
 
1109
- #: library/plugin-settings.php:1442
1110
  msgid "Display content to visitors only:"
1111
  msgstr "Toon alleen inhoud aan bezoekers:"
1112
 
1113
- #: library/plugin-settings.php:1444
1114
  msgid "Tip:"
1115
  msgstr "Tip:"
1116
 
1117
- #: library/plugin-settings.php:1444
1118
  msgid "to include markup in the deny message, you can use"
1119
- msgstr "Markering in het ontkenningsbericht bevatten, kunt u gebruiken"
1120
 
1121
- #: library/plugin-settings.php:1444
1122
  msgid "to output"
1123
- msgstr "uit te voeren"
1124
 
1125
- #: library/plugin-settings.php:1446
1126
  msgid "Example"
1127
  msgstr "Voorbeeld"
1128
 
1129
- #: library/plugin-settings.php:1447
1130
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1131
- msgstr "Als de gebruiker ingelogd is, geeft u het formulier na verzenden weer. of als de gebruiker niet ingelogd is, laat het aanmeldformulier zien:"
1132
 
1133
- #: library/plugin-settings.php:1459
1134
  msgid "Restore Defaults"
1135
- msgstr "Herstel standaardwaarden"
1136
 
1137
- #: library/plugin-settings.php:1462
1138
  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."
1139
- msgstr "Laat deze optie uitgeschakeld om uw instellingen te onthouden. Of, om door te gaan en de standaard pluginopties te herstellen, controleer je het vak, sla je instellingen op, en deactiveren / reactiveren de plugin."
1140
 
1141
- #: library/plugin-settings.php:1466
1142
  msgid "Restore default options upon plugin deactivation/reactivation."
1143
- msgstr "Herstel standaard opties bij plugin deactivering / reactivering."
1144
 
1145
- #: library/plugin-settings.php:1473
1146
  msgid "Show Support"
1147
  msgstr "Toon ondersteuning"
1148
 
1149
- #: library/plugin-settings.php:1482
1150
  msgid "by"
1151
  msgstr "door"
1152
 
1153
- #: library/plugin-settings.php:1483
1154
  msgid "Jeff Starr on Twitter"
1155
  msgstr "Jeff Starr op Twitter"
1156
 
1157
- #: library/plugin-settings.php:1484
1158
  msgid "Obsessive Web Design &amp; Development"
1159
- msgstr "Obsessieve Web Design & amp; Ontwikkeling"
1160
 
1161
- #: library/plugin-settings.php:1495
1162
  msgid "Save Preference"
1163
  msgstr "Voorkeur opslaan"
1164
 
1165
- #: library/plugin-settings.php:1502
1166
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1167
- msgstr "Weet u zeker dat u alle standaardopties wilt herstellen? (deze actie kan niet ongedaan gemaakt worden)"
1168
 
1169
- #: library/template-tags.php:214
1170
- msgid "View full post"
1171
- msgstr "Bekijk volledig bericht"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1172
 
1173
  #. Description of the plugin
1174
  #:
1175
  msgid "Enables your visitors to submit posts and images from anywhere on your site."
1176
- msgstr "Maakt uw bezoekers in staat om berichten en afbeeldingen van overal op uw site in te dienen."
1177
 
1178
  #. URI of the plugin
1179
  #:
4
  "Content-Type: text/plain; charset=UTF-8\n"
5
  "Content-Transfer-Encoding: 8bit\n"
6
  "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20180316\n"
8
  "Language: nl\n"
9
 
10
  #. Name of the plugin
11
+ #: user-submitted-posts.php:44 library/support-panel.php:5
12
  msgid "User Submitted Posts"
13
+ msgstr "Door gebruikers verzonden berichten"
14
 
15
+ #: user-submitted-posts.php:81
16
  msgid "requires WordPress "
17
  msgstr "vereist WordPress"
18
 
19
+ #: user-submitted-posts.php:82
20
  msgid " or higher, and has been deactivated! "
21
  msgstr " of hoger, en is gedeactiveerd!"
22
 
23
+ #: user-submitted-posts.php:83
24
  msgid "Please return to the"
25
  msgstr "Ga terug naar de"
26
 
27
+ #: user-submitted-posts.php:84
28
  msgid "WordPress Admin Area"
29
+ msgstr "WordPress Admin-gebied"
30
 
31
+ #: user-submitted-posts.php:85
32
  msgid "to upgrade WordPress and try again."
33
+ msgstr "om WordPress te upgraden en probeer het opnieuw."
34
 
35
+ #: user-submitted-posts.php:125
36
  msgid "User Submitted Post"
37
+ msgstr "Door gebruiker verzonden bericht"
38
 
39
+ #: user-submitted-posts.php:419
40
  msgid "User Submitted Post Info"
41
+ msgstr "Door gebruiker verzonden info"
42
 
43
+ #: user-submitted-posts.php:449
44
  msgid "Submitter Name: "
45
+ msgstr "Naam indiener:"
46
 
47
+ #: user-submitted-posts.php:450
48
  msgid "Submitter Email: "
49
+ msgstr "Inzender e-mail:"
50
 
51
+ #: user-submitted-posts.php:451
52
  msgid "Submitter URL: "
53
+ msgstr "Indiener URL:"
54
 
55
+ #: user-submitted-posts.php:452
56
  msgid "Submitter IP: "
57
+ msgstr "Indiener IP:"
58
 
59
+ #: user-submitted-posts.php:503
60
  msgid "Show USP Posts"
61
+ msgstr "Toon USP-berichten"
62
 
63
+ #: user-submitted-posts.php:504 library/plugin-settings.php:979
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
+ #: user-submitted-posts.php:1272
68
  msgid " files required"
69
+ msgstr " bestanden vereist"
70
 
71
+ #: user-submitted-posts.php:1273
72
  msgid " file required"
73
  msgstr " bestand vereist"
74
 
75
+ #: user-submitted-posts.php:1275
76
  msgid " files"
77
  msgstr " bestanden"
78
 
79
+ #: user-submitted-posts.php:1276
80
  msgid " file"
81
  msgstr " het dossier"
82
 
83
+ #: user-submitted-posts.php:1278 user-submitted-posts.php:1279
84
+ #: user-submitted-posts.php:1280 user-submitted-posts.php:1281
85
  msgid " pixels"
86
  msgstr " pixels"
87
 
88
+ #: user-submitted-posts.php:1283 library/core-functions.php:215
89
+ #: library/plugin-settings.php:284 library/plugin-settings.php:303
90
+ #: library/plugin-settings.php:701 library/plugin-settings.php:1195
91
  msgid "Custom Field"
92
  msgstr "Aangepast veld"
93
 
94
+ #: user-submitted-posts.php:1286
95
  msgid "An error occurred. Please go back and try again."
96
+ msgstr "Er is een fout opgetreden. Ga alsjeblieft terug en probeer het opnieuw."
97
 
98
+ #: user-submitted-posts.php:1296
99
  msgid "User login required"
100
+ msgstr "Gebruikersaanmelding vereist"
101
 
102
+ #: user-submitted-posts.php:1297
103
  msgid "User name required"
104
  msgstr "Gebruikersnaam (verplicht"
105
 
106
+ #: user-submitted-posts.php:1298
107
  msgid "Post title required"
108
+ msgstr "Titel van de post vereist"
109
 
110
+ #: user-submitted-posts.php:1299
111
  msgid "User URL required"
112
+ msgstr "Gebruikers-URL vereist"
113
 
114
+ #: user-submitted-posts.php:1300
115
  msgid "Post tags required"
116
+ msgstr "Post-tags vereist"
117
 
118
+ #: user-submitted-posts.php:1301
119
  msgid "Post category required"
120
+ msgstr "Postcategorie vereist"
121
 
122
+ #: user-submitted-posts.php:1302
123
  msgid "Post content required"
124
+ msgstr "Inhoud plaatsen vereist"
125
 
126
+ #: user-submitted-posts.php:1303 user-submitted-posts.php:1304
127
  msgid "Correct captcha required"
128
+ msgstr "Juiste captcha vereist"
129
 
130
+ #: user-submitted-posts.php:1305
131
  msgid "User email required"
132
+ msgstr "E-mailadres gebruiker vereist"
133
 
134
+ #: user-submitted-posts.php:1306
135
  msgid "Please check your email and try again"
136
+ msgstr "Controleer je e-mail en probeer het opnieuw"
137
 
138
+ #: user-submitted-posts.php:1307
139
  msgid "Non-empty value for hidden field"
140
  msgstr "Niet-lege waarde voor verborgen veld"
141
 
142
+ #: user-submitted-posts.php:1308
143
  msgid "Minimum number of images not met"
144
+ msgstr "Minimumaantal afbeeldingen niet gehaald"
145
 
146
+ #: user-submitted-posts.php:1309
147
  msgid "Maximum number of images exceeded "
148
+ msgstr "Maximum aantal afbeeldingen overschreden"
149
 
150
+ #: user-submitted-posts.php:1310
151
  msgid "Minimum image width not met"
152
+ msgstr "Minimale beeldbreedte niet gehaald"
153
 
154
+ #: user-submitted-posts.php:1311
155
  msgid "Image width exceeds maximum"
156
  msgstr "Beeldbreedte overschrijdt maximum"
157
 
158
+ #: user-submitted-posts.php:1312
159
  msgid "Minimum image height not met"
160
+ msgstr "Minimale beeldhoogte niet gehaald"
161
 
162
+ #: user-submitted-posts.php:1313
163
  msgid "Image height exceeds maximum"
164
+ msgstr "Beeldhoogte overschrijdt maximum"
165
 
166
+ #: user-submitted-posts.php:1314
167
  msgid "File type not allowed (please upload images only)"
168
  msgstr "Bestandstype niet toegestaan ​​(upload alleen afbeeldingen)"
169
 
170
+ #: user-submitted-posts.php:1315
171
  msgid " required"
172
+ msgstr " verplicht"
173
 
174
+ #: user-submitted-posts.php:1319
175
  msgid "File not uploaded. Please check the file and try again."
176
  msgstr "Bestand niet geüpload. Controleer het bestand en probeer het opnieuw."
177
 
178
+ #: user-submitted-posts.php:1323
179
  msgid "The file(s) could not be uploaded"
180
  msgstr "Het bestand (en) kan niet worden geüpload"
181
 
182
+ #: user-submitted-posts.php:1325
183
  msgid "Post not created. Please contact the site administrator for help."
184
  msgstr "Post niet gemaakt. Neem contact op met de sitebeheerder voor hulp."
185
 
186
+ #: user-submitted-posts.php:1326
187
  msgid "Duplicate post title. Please try again."
188
+ msgstr "Dubbele berichttitel. Probeer het opnieuw."
189
 
190
+ #: user-submitted-posts.php:1336
191
  msgid "Error: "
192
  msgstr "Fout:"
193
 
194
+ #: user-submitted-posts.php:1362
195
  msgid "Return to form"
196
  msgstr "Ga terug naar het formulier"
197
 
198
+ #: user-submitted-posts.php:1392 library/plugin-settings.php:955
199
  msgid "Please"
200
  msgstr "alsjeblieft"
201
 
202
+ #: user-submitted-posts.php:1393
203
  msgid "log in"
204
  msgstr "Log in"
205
 
206
+ #: user-submitted-posts.php:1394
207
  msgid "to submit content!"
208
+ msgstr "om inhoud in te dienen!"
209
 
210
  #: views/submission-form.php:46 views/submission-form-alt.php:55
211
  msgid "Please complete the required fields."
212
+ msgstr "Vul alstublieft de verplichte velden in."
213
 
214
  #: views/submission-form.php:56 views/submission-form.php:57
215
  #: views/submission-form-alt.php:61 views/submission-form-alt.php:62
228
 
229
  #: views/submission-form.php:74 views/submission-form.php:75
230
  #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
+ #: library/plugin-settings.php:1016
232
  msgid "Post Title"
233
+ msgstr "Titel plaatsen"
234
 
235
  #: views/submission-form.php:80 views/submission-form.php:81
236
  #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
+ #: library/plugin-settings.php:1017
238
  msgid "Post Tags"
239
  msgstr "Post Tags"
240
 
241
  #: views/submission-form.php:93 views/submission-form-alt.php:98
242
  msgid "Antispam Question"
243
+ msgstr "Antispamvraag"
244
 
245
  #: views/submission-form.php:98 views/submission-form-alt.php:103
246
+ #: library/plugin-settings.php:1018
247
  msgid "Post Category"
248
+ msgstr "Postcategorie"
249
 
250
  #: views/submission-form.php:100 views/submission-form-alt.php:105
251
  msgid "Please select a category.."
252
+ msgstr "Selecteer een categorie.."
253
 
254
  #: views/submission-form.php:135 views/submission-form.php:136
255
  #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
+ #: library/plugin-settings.php:1019
257
  msgid "Post Content"
258
+ msgstr "Inhoud plaatsen"
259
 
260
  #: views/submission-form.php:142 views/submission-form-alt.php:147
261
  msgid "Verification"
267
 
268
  #: views/submission-form.php:158 views/submission-form-alt.php:163
269
  msgid "Add another image"
270
+ msgstr "Voeg nog een afbeelding toe"
271
 
272
  #: views/submission-form.php:180 views/submission-form-alt.php:185
273
  msgid "Human verification: leave this field empty."
275
 
276
  #: views/submission-form.php:202 views/submission-form-alt.php:207
277
  msgid "Submit Post"
278
+ msgstr "Verstuur bericht"
279
+
280
+ #: library/shortcode-misc.php:18
281
+ msgid "Reset form"
282
+ msgstr "Formulier opnieuw instellen"
283
+
284
+ #: library/shortcode-misc.php:128
285
+ msgid "View full post"
286
+ msgstr "Bekijk het volledige bericht"
287
 
288
  #: library/plugin-settings.php:32
289
  msgid "Get USP Pro for unlimited forms!"
290
+ msgstr "Download USP Pro voor onbeperkte formulieren!"
291
 
292
  #: library/plugin-settings.php:33
293
  msgid "Go Pro"
299
 
300
  #: library/plugin-settings.php:55
301
  msgid "Give USP a 5-star rating at WordPress.org"
302
+ msgstr "Geef USP een score van 5 sterren op WordPress.org"
303
 
304
  #: library/plugin-settings.php:56
305
  msgid "Rate this plugin&nbsp;&raquo;"
306
+ msgstr "Beoordeel deze plug-in & nbsp; & raquo;"
307
 
308
  #: library/plugin-settings.php:114
309
  msgid "WP Post (recommended)"
311
 
312
  #: library/plugin-settings.php:118
313
  msgid "WP Page"
314
+ msgstr "WP-pagina"
315
 
316
  #: library/plugin-settings.php:134
317
  msgid "HTML5 Form + Default CSS"
318
+ msgstr "HTML5-formulier + standaard CSS"
319
 
320
  #: library/plugin-settings.php:134
321
  msgid "(Recommended)"
327
 
328
  #: library/plugin-settings.php:138
329
  msgid "(Provide your own styles)"
330
+ msgstr "(Geef je eigen stijlen op)"
331
 
332
  #: library/plugin-settings.php:142
333
  msgid "Custom Form + Custom CSS"
334
+ msgstr "Aangepast formulier + aangepaste CSS"
335
 
336
  #: library/plugin-settings.php:142
337
  msgid "(Provide your own form template &amp; styles)"
338
+ msgstr "(Geef uw eigen formuliersjabloon en stijlen op)"
339
 
340
  #: library/plugin-settings.php:158 library/plugin-settings.php:182
341
  #: library/plugin-settings.php:205 library/plugin-settings.php:229
342
  msgid "Auto-display before post content"
343
+ msgstr "Auto-weergave vóór publicatie van inhoud"
344
 
345
  #: library/plugin-settings.php:162 library/plugin-settings.php:186
346
  #: library/plugin-settings.php:209 library/plugin-settings.php:233
347
  msgid "Auto-display after post content"
348
+ msgstr "Auto-weergave na berichtinhoud"
349
 
350
  #: library/plugin-settings.php:166
351
  msgid "Do not auto-display submitted images"
352
+ msgstr "Geef de ingezonden afbeeldingen niet automatisch weer"
353
 
354
  #: library/plugin-settings.php:190
355
  msgid "Do not auto-display submitted email"
356
+ msgstr "Weergegeven e-mail niet automatisch weergeven"
357
 
358
  #: library/plugin-settings.php:213
359
  msgid "Do not auto-display submitted URL"
360
+ msgstr "Geef de verzonden URL niet automatisch weer"
361
 
362
  #: library/plugin-settings.php:237
363
  msgid "Do not auto-display the Custom Field"
364
+ msgstr "Stel het aangepaste veld niet automatisch in"
365
 
366
  #: library/plugin-settings.php:265 library/plugin-settings.php:297
367
  #: library/plugin-settings.php:330 library/plugin-settings.php:362
368
  msgid "Display and require"
369
+ msgstr "Weergeven en vereisen"
370
 
371
  #: library/plugin-settings.php:266 library/plugin-settings.php:298
372
  msgid "Display but do not require"
373
+ msgstr "Weergeven, maar niet nodig"
374
 
375
  #: library/plugin-settings.php:267 library/plugin-settings.php:299
376
  #: library/plugin-settings.php:331 library/plugin-settings.php:363
385
  #: library/plugin-settings.php:303 library/plugin-settings.php:335
386
  #: library/plugin-settings.php:367 library/plugin-settings.php:399
387
  msgid "to configure options)"
388
+ msgstr "om opties te configureren)"
389
 
390
  #: library/plugin-settings.php:318 library/plugin-settings.php:335
391
+ #: library/plugin-settings.php:1213 library/plugin-settings.php:1218
392
  msgid "Challenge Question"
393
  msgstr "uitdagende vraag"
394
 
395
  #: library/plugin-settings.php:350 library/plugin-settings.php:367
396
+ #: library/plugin-settings.php:1235
397
  msgid "Google reCAPTCHA"
398
  msgstr "Google reCAPTCHA"
399
 
400
  #: library/plugin-settings.php:382
401
  msgid "Post Images"
402
+ msgstr "Plaats afbeeldingen"
403
 
404
  #: library/plugin-settings.php:394
405
  msgid "Display"
409
  msgid "Disable"
410
  msgstr "onbruikbaar maken"
411
 
412
+ #: library/plugin-settings.php:399 library/plugin-settings.php:1296
413
  msgid "Image Uploads"
414
+ msgstr "Beeld-uploads"
415
 
416
  #: library/plugin-settings.php:479
417
  msgid "Draft"
418
+ msgstr "Droogte"
419
 
420
  #: library/plugin-settings.php:480
421
  msgid "Pending (default)"
422
+ msgstr "In behandeling (standaard)"
423
 
424
  #: library/plugin-settings.php:481
425
  msgid "Publish immediately"
426
+ msgstr "Publiceer onmiddellijk"
427
 
428
  #: library/plugin-settings.php:482
429
  msgid "Publish after 1 approved post"
430
+ msgstr "Publiceer na 1 goedgekeurd bericht"
431
 
432
  #: library/plugin-settings.php:483
433
  msgid "Publish after "
434
+ msgstr "Publiceer na"
435
 
436
  #: library/plugin-settings.php:483
437
  msgid " approved posts"
438
+ msgstr " goedgekeurde posten"
439
 
440
+ #: library/plugin-settings.php:645
441
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
442
+ msgstr "Er is een fout opgetreden. Zorg ervoor dat u een titel, bepaalde inhoud en alleen afbeeldingen hebt geüpload."
443
 
444
+ #: library/plugin-settings.php:659
445
  msgid "Please select your image(s) to upload."
446
+ msgstr "Selecteer uw afbeelding (en) om te uploaden."
447
 
448
+ #: library/plugin-settings.php:665
449
  msgid "Success! Thank you for your submission."
450
  msgstr "Succes! Dank u voor uw inzending."
451
 
452
+ #: library/plugin-settings.php:691
453
  msgid "Email"
454
  msgstr "E-mail"
455
 
456
+ #: library/plugin-settings.php:692
457
  msgid "URL"
458
  msgstr "URL"
459
 
460
+ #: library/plugin-settings.php:942
 
 
 
 
461
  msgid "Toggle all panels"
462
+ msgstr "Wissel alle panelen"
463
 
464
+ #: library/plugin-settings.php:951
465
  msgid "We need your support!"
466
+ msgstr "We hebben je hulp nodig!"
467
 
468
+ #: library/plugin-settings.php:955
469
  msgid "Make a donation via PayPal"
470
+ msgstr "Doe een gift via PayPal"
471
 
472
+ #: library/plugin-settings.php:955
473
  msgid "make a donation"
474
+ msgstr "een gift doen"
475
 
476
+ #: library/plugin-settings.php:955
477
  msgid "and/or"
478
  msgstr "en / of"
479
 
480
+ #: library/plugin-settings.php:956
481
  msgid "Rate and review at the Plugin Directory"
482
+ msgstr "Beoordeel en recensie op de Plugin Directory"
483
 
484
+ #: library/plugin-settings.php:957
485
  msgid "give this plugin a 5-star rating"
486
+ msgstr "geef deze plugin een waardering van 5 sterren"
487
 
488
+ #: library/plugin-settings.php:961
489
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
490
+ msgstr "Uw genereuze ondersteuning maakt voortdurende ontwikkeling van deze gratis plug-in mogelijk. Dank je!"
491
 
492
+ #: library/plugin-settings.php:966
493
  msgid "Check this box if you have shown support"
494
+ msgstr "Vink dit vakje aan als je ondersteuning hebt getoond"
495
 
496
+ #: library/plugin-settings.php:975
497
  msgid "Overview"
498
  msgstr "Overzicht"
499
 
500
+ #: library/plugin-settings.php:979
501
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
502
+ msgstr "stelt uw bezoekers in staat om berichten in te dienen en afbeeldingen te uploaden vanaf de voorkant van uw site."
503
 
504
+ #: library/plugin-settings.php:980
505
  msgid "For advanced functionality and unlimited forms, check out"
506
+ msgstr "Ga voor meer informatie over geavanceerde functies en onbeperkte formulieren"
507
 
508
+ #: library/plugin-settings.php:980 library/plugin-settings.php:1354
509
  msgid "USP Pro"
510
  msgstr "USP Pro"
511
 
512
+ #: library/plugin-settings.php:981
513
  msgid "&mdash; the ultimate solution for user-generated content."
514
+ msgstr "& Mdash; de ultieme oplossing voor door gebruikers gegenereerde inhoud."
515
 
516
+ #: library/plugin-settings.php:985 library/plugin-settings.php:1002
517
  msgid "Plugin Settings"
518
+ msgstr "Plugin-instellingen"
519
 
520
+ #: library/plugin-settings.php:986
521
  msgid "Display the form"
522
  msgstr "Toon het formulier"
523
 
524
+ #: library/plugin-settings.php:987 library/plugin-settings.php:1511
525
  msgid "Plugin Homepage"
526
  msgstr "Plugin Homepage"
527
 
528
+ #: library/plugin-settings.php:990
529
  msgid "If you like this plugin, please"
530
+ msgstr "Als je deze plug-in leuk vindt, alsjeblieft"
531
 
532
+ #: library/plugin-settings.php:991
533
  msgid "THANK YOU for your support!"
534
  msgstr "Bedankt voor je ondersteuning!"
535
 
536
+ #: library/plugin-settings.php:991
537
  msgid "give it a 5-star rating"
538
  msgstr "geef het een 5-sterren rating"
539
 
540
+ #: library/plugin-settings.php:995
541
  msgid "Unlimited front-end forms"
542
+ msgstr "Onbeperkte front-end formulieren"
543
 
544
+ #: library/plugin-settings.php:995
545
  msgid "Get USP Pro"
546
  msgstr "Krijg USP Pro"
547
 
548
+ #: library/plugin-settings.php:1005
549
  msgid "Configure your settings for User Submitted Posts."
550
+ msgstr "Configureer uw instellingen voor door gebruikers verzonden berichten."
551
 
552
+ #: library/plugin-settings.php:1007
553
  msgid "Form Fields"
554
+ msgstr "Formuliervelden"
555
 
556
+ #: library/plugin-settings.php:1013
557
  msgid "User Name"
558
  msgstr "Gebruikersnaam"
559
 
560
+ #: library/plugin-settings.php:1014
561
  msgid "User Email"
562
+ msgstr "Gebruikers e-mail"
563
 
564
+ #: library/plugin-settings.php:1015
565
  msgid "User URL"
566
  msgstr "Gebruikers-URL"
567
 
568
+ #: library/plugin-settings.php:1030
569
  msgid "General Settings"
570
  msgstr "Algemene instellingen"
571
 
572
+ #: library/plugin-settings.php:1032
573
+ msgid "Note that the default settings work fine for most cases."
574
+ msgstr "Merk op dat de standaardinstellingen in de meeste gevallen goed werken."
575
+
576
+ #: library/plugin-settings.php:1037
577
  msgid "Form Style"
578
+ msgstr "Formulierstijl"
579
 
580
+ #: library/plugin-settings.php:1042
581
  msgid "With this option, you can copy the plugin&rsquo;s default templates:"
582
+ msgstr "Met deze optie kunt u de standaardsjablonen van de plug-in kopiëren:"
583
 
584
+ #: library/plugin-settings.php:1047
585
  msgid "..and upload them into a directory named"
586
+ msgstr "..en upload ze naar een map met de naam"
587
 
588
+ #: library/plugin-settings.php:1047
589
  msgid "in your theme:"
590
  msgstr "in jouw thema:"
591
 
592
+ #: library/plugin-settings.php:1053
593
  msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
594
+ msgstr "Op die manier kunt u het formulier en de stijlen naar wens aanpassen. Raadpleeg voor meer informatie het gedeelte \"Aangepast indelingsformulier\" in de"
595
 
596
+ #: library/plugin-settings.php:1054
597
  msgid "Installation Docs"
598
  msgstr "Installatie Docs"
599
 
600
+ #: library/plugin-settings.php:1055
601
  msgid "FYI: here is a"
602
+ msgstr "Ter info: hier is een"
603
 
604
+ #: library/plugin-settings.php:1055
605
  msgid "list of USP CSS selectors"
606
+ msgstr "lijst met USP CSS selectors"
607
 
608
+ #: library/plugin-settings.php:1061
609
  msgid "Include JavaScript"
610
+ msgstr "JavaScript toevoegen"
611
 
612
+ #: library/plugin-settings.php:1063
613
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
614
+ msgstr "Schakel dit selectievakje in als u de externe JavaScript-bestanden wilt opnemen (aanbevolen)."
615
 
616
+ #: library/plugin-settings.php:1066
617
  msgid "Targeted Loading"
618
+ msgstr "Gerichte laden"
619
 
620
+ #: library/plugin-settings.php:1068
621
  msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
622
+ msgstr "Standaard is externe CSS & amp; JavaScript-bestanden worden op elke pagina geladen. Hier kunt u de URL van het USP-formulier opgeven om bronnen alleen op die pagina te laden. Opmerking: laat leeg om op alle pagina's te laden."
623
 
624
+ #: library/plugin-settings.php:1071
625
  msgid "Post Type"
626
+ msgstr "Berichttype"
627
 
628
+ #: library/plugin-settings.php:1074
629
  msgid "Submit posts as WP Posts or Pages"
630
+ msgstr "Verstuur berichten als WP-berichten of pagina's"
631
 
632
+ #: library/plugin-settings.php:1078
633
  msgid "Post Status"
634
  msgstr "Poststatus"
635
 
636
+ #: library/plugin-settings.php:1081
637
  msgid "Post Status for submitted posts"
638
+ msgstr "Berichtstatus voor ingeleverde berichten"
639
 
640
+ #: library/plugin-settings.php:1085
641
  msgid "Redirect URL"
642
+ msgstr "Omleidings-URL"
643
 
644
+ #: library/plugin-settings.php:1087
645
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
646
+ msgstr "Geef een URL op om de gebruiker na de verzending door te sturen. Laat dit leeg om door te verwijzen naar de huidige pagina."
647
 
648
+ #: library/plugin-settings.php:1090
649
  msgid "Success Message"
650
  msgstr "Succesbericht"
651
 
652
+ #: library/plugin-settings.php:1092
653
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
654
+ msgstr "Succesbericht dat wordt weergegeven als de inzending succesvol is. Basisopmaak is toegestaan."
655
 
656
+ #: library/plugin-settings.php:1095
657
  msgid "Error Message"
658
  msgstr "Foutbericht"
659
 
660
+ #: library/plugin-settings.php:1097
661
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
662
+ msgstr "Algemeen foutbericht dat wordt weergegeven als na indiening mislukt. Basisopmaak is toegestaan."
663
 
664
+ #: library/plugin-settings.php:1100
665
  msgid "Custom Content"
666
  msgstr "Aangepaste inhoud"
667
 
668
+ #: library/plugin-settings.php:1102
669
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
670
+ msgstr "Aangepaste tekst / opmaak die moet worden opgenomen vóór het verzendformulier. Laat dit leeg om uit te schakelen."
671
 
672
+ #: library/plugin-settings.php:1105
673
  msgid "Rich Text Editor"
674
  msgstr "Rich Text Editor"
675
 
676
+ #: library/plugin-settings.php:1107
677
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
678
+ msgstr "Vink dit selectievakje aan als u WP-rich text-bewerking voor ingediende berichten wilt inschakelen."
679
 
680
+ #: library/plugin-settings.php:1110
681
  msgid "Unique Titles"
682
  msgstr "Unieke titels"
683
 
684
+ #: library/plugin-settings.php:1112
685
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
686
+ msgstr "Benodigde posttitels moeten uniek zijn (handig voor het voorkomen van meerdere / dubbel ingediende berichten)."
687
 
688
+ #: library/plugin-settings.php:1115
689
  msgid "Disable Required"
690
+ msgstr "Schakel verplicht uit"
691
 
692
+ #: library/plugin-settings.php:1117
693
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
694
+ msgstr "Schakel alle vereiste kenmerken uit in standaard formuliervelden (handig voor het oplossen van foutmeldingen)."
695
 
696
+ #: library/plugin-settings.php:1120
697
  msgid "Disable IP Tracking"
698
+ msgstr "Schakel IP-tracking uit"
699
 
700
+ #: library/plugin-settings.php:1122
701
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
702
+ msgstr "Standaard registreert USP het IP-adres bij elk verzonden bericht. Schakel dit selectievakje in om alle IP-tracking uit te schakelen."
703
 
704
+ #: library/plugin-settings.php:1125
705
  msgid "Enable Shortcodes"
706
+ msgstr "Schakel Shortcodes in"
707
 
708
+ #: library/plugin-settings.php:1127
709
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
710
+ msgstr "Schakel shortcodes in widgets in. WordPress schakelt standaard geen shortcodes in widgets in."
711
 
712
+ #: library/plugin-settings.php:1128
713
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
714
+ msgstr "Met deze instelling worden alle / alle shortcodes in widgets ingeschakeld (zelfs shortcodes van andere plug-ins)."
715
 
716
+ #: library/plugin-settings.php:1133 library/plugin-settings.php:1138
717
  msgid "Categories"
718
  msgstr "Categorieën"
719
 
720
+ #: library/plugin-settings.php:1141
721
  msgid "Select which categories may be assigned to submitted posts (click to toggle)"
722
+ msgstr "Selecteer welke categorieën kunnen worden toegewezen aan ingezonden berichten (klik om te schakelen)"
723
 
724
+ #: library/plugin-settings.php:1149
725
  msgid "Hidden/Default Category"
726
  msgstr "Verborgen / standaardcategorie"
727
 
728
+ #: library/plugin-settings.php:1151
729
  msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
730
+ msgstr "Gebruik een verborgen veld voor de postcategorie. Dit kan worden gebruikt om een ​​standaardcategorie op te geven wanneer het categorieveld is uitgeschakeld."
731
 
732
+ #: library/plugin-settings.php:1154
733
  msgid "Category ID for Hidden Field"
734
+ msgstr "Categorie-ID voor verborgen veld"
735
 
736
+ #: library/plugin-settings.php:1156
737
  msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
738
+ msgstr "Geef de ID op van de categorie die moet worden gebruikt voor de & ldquo; verborgen / standaardcategorie & rdquo; keuze."
739
 
740
+ #: library/plugin-settings.php:1161
741
  msgid "Users"
742
  msgstr "gebruikers"
743
 
744
+ #: library/plugin-settings.php:1166
745
  msgid "Assigned Author"
746
  msgstr "Toegewezen auteur"
747
 
748
+ #: library/plugin-settings.php:1169
749
  msgid "Specify the user that should be assigned as author for submitted posts."
750
+ msgstr "Geef de gebruiker op die als auteur voor ingediende berichten moet worden toegewezen."
751
 
752
+ #: library/plugin-settings.php:1173
753
  msgid "Registered Username"
754
  msgstr "Geregistreerde gebruikersnaam"
755
 
756
+ #: library/plugin-settings.php:1175
757
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
758
+ msgstr "Gebruik de geregistreerde gebruikersnaam als auteur van het bericht. Geldig wanneer de persoon die het formulier indient, is aangemeld bij WordPress."
759
 
760
+ #: library/plugin-settings.php:1178
761
  msgid "User Profile URL"
762
+ msgstr "URL gebruikersprofiel"
763
 
764
+ #: library/plugin-settings.php:1180
765
  msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
766
+ msgstr "Gebruik de profiel-URL van geregistreerde gebruiker als de waarde van het URL-veld. Geldig wanneer de persoon die het formulier indient, is aangemeld bij WordPress."
767
 
768
+ #: library/plugin-settings.php:1183
769
  msgid "Require User Login"
770
+ msgstr "Gebruikersaanmelding vereisen"
771
 
772
+ #: library/plugin-settings.php:1185
773
  msgid "Require users to be logged in to WordPress to view/submit the form"
774
+ msgstr "Vereisen dat gebruikers moeten zijn aangemeld bij WordPress om het formulier te bekijken / verzenden"
775
+
776
+ #: library/plugin-settings.php:1188
777
+ msgid "Disable Replace Author"
778
+ msgstr "Schakel Auteur vervangen uit"
779
 
780
+ #: library/plugin-settings.php:1190
781
+ msgid "Do not replace post author with submitted user name"
782
+ msgstr "Vervang de auteur van het bericht niet door de opgegeven gebruikersnaam"
783
+
784
+ #: library/plugin-settings.php:1196
785
  msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
786
+ msgstr "Hier kunt u de naam en het label wijzigen dat door het aangepaste veld wordt gebruikt. U kunt dit veld inschakelen via de bovenstaande Formuliervelden-instelling."
787
 
788
+ #: library/plugin-settings.php:1201
789
  msgid "Custom Field Name"
790
  msgstr "Aangepaste veldnaam"
791
 
792
+ #: library/plugin-settings.php:1203
793
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
794
+ msgstr "Gebruik alleen alfanumerieke tekens, onderstrepingstekens en streepjes. Gebruik de standaardnaam als u het niet zeker weet:"
795
 
796
+ #: library/plugin-settings.php:1206
797
  msgid "Custom Field Label"
798
  msgstr "Aangepast veldlabel"
799
 
800
+ #: library/plugin-settings.php:1208
801
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
802
+ msgstr "Dit wordt weergegeven als het veldlabel op het formulier. Standaard: Aangepast veld"
803
 
804
+ #: library/plugin-settings.php:1220
805
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
806
+ msgstr "Om spam te voorkomen, geeft u een vraag op die gebruikers moeten beantwoorden voordat ze het formulier verzenden."
807
 
808
+ #: library/plugin-settings.php:1223
809
  msgid "Challenge Response"
810
+ msgstr "Uitdaging reactie"
811
 
812
+ #: library/plugin-settings.php:1225
813
  msgid "Enter the *only* correct answer to the challenge question."
814
+ msgstr "Voer het * enige * juiste antwoord op de uitdagingvraag in."
815
 
816
+ #: library/plugin-settings.php:1228
817
  msgid "Case-sensitivity"
818
  msgstr "Hoofdlettergevoeligheid"
819
 
820
+ #: library/plugin-settings.php:1230
821
  msgid "Check this box if you want the challenge response to be case-sensitive."
822
+ msgstr "Vink dit vakje aan als u wilt dat de uitdagingsreactie hoofdlettergevoelig is."
823
 
824
+ #: library/plugin-settings.php:1236
825
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
826
+ msgstr "Als u Google reCAPTCHA wilt inschakelen, voert u uw openbare en privésleutels in."
827
 
828
+ #: library/plugin-settings.php:1241
829
  msgid "Public Key"
830
  msgstr "Publieke sleutel"
831
 
832
+ #: library/plugin-settings.php:1243
833
  msgid "Enter your Public Key"
834
+ msgstr "Voer je openbare sleutel in"
835
 
836
+ #: library/plugin-settings.php:1246
837
  msgid "Private Key"
838
+ msgstr "Prive sleutel"
839
 
840
+ #: library/plugin-settings.php:1248
841
  msgid "Enter your Private Key"
842
+ msgstr "Voer je privésleutel in"
843
 
844
+ #: library/plugin-settings.php:1253
845
  msgid "Email Alerts"
846
+ msgstr "email waarschuwingen"
847
 
848
+ #: library/plugin-settings.php:1258
849
  msgid "Receive Email Alert"
850
+ msgstr "E-mailwaarschuwing ontvangen"
851
 
852
+ #: library/plugin-settings.php:1260
853
  msgid "Check this box if you want to be notified via email for new post submissions."
854
+ msgstr "Vink dit vakje aan als u per e-mail op de hoogte wilt worden gehouden van nieuwe inzendingen."
855
 
856
+ #: library/plugin-settings.php:1263
857
  msgid "Enable HTML Format"
858
+ msgstr "Schakel HTML-indeling in"
859
 
860
+ #: library/plugin-settings.php:1265
861
  msgid "Check this box to enable HTML format for email alerts."
862
+ msgstr "Vink dit vakje aan om de HTML-indeling voor e-mailmeldingen in te schakelen."
863
 
864
+ #: library/plugin-settings.php:1268
865
  msgid "Email Address for Alerts"
866
+ msgstr "E-mailadres voor meldingen"
867
 
868
+ #: library/plugin-settings.php:1270
869
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
870
+ msgstr "Als u het vakje hebt aangevinkt om e-mailwaarschuwingen te ontvangen, geeft u hier het adres (sen) aan waarnaar de e-mails moeten worden verzonden."
871
 
872
+ #: library/plugin-settings.php:1271
873
  msgid "Multiple recipients may be included using a comma, like so:"
874
+ msgstr "Meerdere ontvangers kunnen worden opgenomen met een komma, zoals:"
875
 
876
+ #: library/plugin-settings.php:1274
877
  msgid "Email &ldquo;From&rdquo; Address"
878
+ msgstr "E-mail & ldquo; Van & rdquo; Adres"
879
 
880
+ #: library/plugin-settings.php:1276
881
  msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
882
+ msgstr "Hier kunt u de adres (sen) aanpassen die worden gebruikt voor de & ldquo; From & rdquo; header (zie Veelgestelde vragen over plug-ins voor informatie)."
883
 
884
+ #: library/plugin-settings.php:1277
885
  msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
886
+ msgstr "Als er meerdere adressen zijn opgegeven in de vorige instelling, voegt u een gelijk aantal & ldquo; From & rdquo; adressen voor deze instelling (in dezelfde volgorde)."
887
 
888
+ #: library/plugin-settings.php:1280
889
  msgid "Email Alert Subject"
890
+ msgstr "Email Alert Subject"
891
 
892
+ #: library/plugin-settings.php:1282
893
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
894
+ msgstr "Onderwerpregel voor e-mailmeldingen. Laat dit leeg om de standaard onderwerpregel te gebruiken. Opmerking: u kunt de volgende variabelen gebruiken:"
895
 
896
+ #: library/plugin-settings.php:1287
897
  msgid "Email Alert Message"
898
+ msgstr "E-mail waarschuwingsbericht"
899
 
900
+ #: library/plugin-settings.php:1289
901
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
902
+ msgstr "Bericht voor e-mailmeldingen. Laat dit leeg om het standaardbericht te gebruiken. Opmerking: u kunt de volgende variabelen gebruiken:"
903
 
904
+ #: library/plugin-settings.php:1301
905
  msgid "Featured Image"
906
+ msgstr "Uitgelichte afbeelding"
907
 
908
+ #: library/plugin-settings.php:1303
909
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
910
+ msgstr "Stel ingediende afbeeldingen in als Uitgelichte afbeeldingen. Vereist thema-ondersteuning voor Featured Images (aka Post Thumbnails)."
911
 
912
+ #: library/plugin-settings.php:1306
913
  msgid "Upload Message"
914
  msgstr "Upload bericht"
915
 
916
+ #: library/plugin-settings.php:1308
917
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
918
+ msgstr "Bericht dat naast het uploadveld verschijnt. Handig voor het vermelden van je uploadrichtlijnen / beleid / etc. Standaard markup toegestaan."
919
 
920
+ #: library/plugin-settings.php:1311
921
  msgid "&ldquo;Add another image&rdquo; link"
922
+ msgstr "& ldquo; Voeg nog een afbeelding toe & rdquo; link"
923
 
924
+ #: library/plugin-settings.php:1313
925
  msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
926
+ msgstr "Aangepaste markeringen voor de & ldquo; Nog een afbeelding toevoegen & rdquo; link. Laat dit leeg om de standaardmarkering te gebruiken (aanbevolen)."
927
 
928
+ #: library/plugin-settings.php:1316
929
  msgid "Minimum number of images"
930
  msgstr "Minimum aantal afbeeldingen"
931
 
932
+ #: library/plugin-settings.php:1319
933
  msgid "Specify the minimum number of images."
934
+ msgstr "Geef het minimumaantal afbeeldingen op."
935
 
936
+ #: library/plugin-settings.php:1323
937
  msgid "Maximum number of images"
938
+ msgstr "Maximum aantal afbeeldingen"
939
 
940
+ #: library/plugin-settings.php:1326
941
  msgid "Specify the maximum number of images."
942
  msgstr "Geef het maximale aantal afbeeldingen op."
943
 
944
+ #: library/plugin-settings.php:1330
945
  msgid "Minimum image width"
946
  msgstr "Minimale beeldbreedte"
947
 
948
+ #: library/plugin-settings.php:1332
949
  msgid "Specify a minimum width (in pixels) for uploaded images."
950
+ msgstr "Geef een minimale breedte (in pixels) op voor geüploade afbeeldingen."
951
 
952
+ #: library/plugin-settings.php:1335
953
  msgid "Minimum image height"
954
+ msgstr "Minimale beeldhoogte"
955
 
956
+ #: library/plugin-settings.php:1337
957
  msgid "Specify a minimum height (in pixels) for uploaded images."
958
+ msgstr "Geef een minimumhoogte (in pixels) op voor geüploade afbeeldingen."
959
 
960
+ #: library/plugin-settings.php:1340
961
  msgid "Maximum image width"
962
  msgstr "Maximale beeldbreedte"
963
 
964
+ #: library/plugin-settings.php:1342
965
  msgid "Specify a maximum width (in pixels) for uploaded images."
966
+ msgstr "Geef een maximale breedte (in pixels) op voor geüploade afbeeldingen."
967
 
968
+ #: library/plugin-settings.php:1345
969
  msgid "Maximum image height"
970
+ msgstr "Maximale beeldhoogte"
971
 
972
+ #: library/plugin-settings.php:1347
973
  msgid "Specify a maximum height (in pixels) for uploaded images."
974
+ msgstr "Geef een maximale hoogte (in pixels) op voor geüploade afbeeldingen."
975
 
976
+ #: library/plugin-settings.php:1350
977
  msgid "More Options"
978
  msgstr "Meer opties"
979
 
980
+ #: library/plugin-settings.php:1353
981
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
982
+ msgstr "Bekijk voor meer opties, zoals de mogelijkheid om andere bestandstypen te uploaden (zoals PDF, Word, Zip, video's en meer)"
983
 
984
+ #: library/plugin-settings.php:1354
985
  msgid "Go Pro!"
986
  msgstr "Ga Pro!"
987
 
988
+ #: library/plugin-settings.php:1361
989
  msgid "Auto-Display Content"
990
+ msgstr "Inhoud automatisch weergeven"
991
 
992
+ #: library/plugin-settings.php:1366
993
  msgid "Images Auto-Display"
994
+ msgstr "Afbeeldingen Auto-weergave"
995
 
996
+ #: library/plugin-settings.php:1368
997
  msgid "Auto-display user-submitted images:"
998
+ msgstr "Gebruikersafbeeldingen automatisch weergeven:"
999
 
1000
+ #: library/plugin-settings.php:1373
1001
  msgid "Image Markup"
1002
+ msgstr "Afbeelding markeren"
1003
 
1004
+ #: library/plugin-settings.php:1375
1005
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1006
+ msgstr "Markering die moet worden gebruikt voor elke verzonden afbeelding (wanneer automatisch weergeven is ingeschakeld). Kan gebruiken"
1007
 
1008
+ #: library/plugin-settings.php:1377 library/plugin-settings.php:1390
1009
+ #: library/plugin-settings.php:1403 library/plugin-settings.php:1416
1010
  msgid "and"
1011
  msgstr "en"
1012
 
1013
+ #: library/plugin-settings.php:1380
1014
  msgid "Email Auto-Display"
1015
+ msgstr "E-mail Auto-weergave"
1016
 
1017
+ #: library/plugin-settings.php:1382
1018
  msgid "Auto-display user-submitted email:"
1019
+ msgstr "Auto-display door de gebruiker verzonden e-mail:"
1020
 
1021
+ #: library/plugin-settings.php:1387
1022
  msgid "Email Markup"
1023
+ msgstr "E-mailmarkering"
1024
 
1025
+ #: library/plugin-settings.php:1389
1026
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1027
+ msgstr "Markering die moet worden gebruikt voor het verzonden e-mailadres (wanneer automatisch weergeven is ingeschakeld). Kan gebruiken"
1028
 
1029
+ #: library/plugin-settings.php:1393
1030
  msgid "URL Auto-Display"
1031
+ msgstr "URL Auto-weergave"
1032
 
1033
+ #: library/plugin-settings.php:1395
1034
  msgid "Auto-display user-submitted URL:"
1035
+ msgstr "De door de gebruiker verzonden URL automatisch weergeven:"
1036
 
1037
+ #: library/plugin-settings.php:1400
1038
  msgid "URL Markup"
1039
+ msgstr "URL-opmaak"
1040
 
1041
+ #: library/plugin-settings.php:1402
1042
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1043
+ msgstr "Markering die moet worden gebruikt voor de verzonden URL (wanneer automatisch weergeven is ingeschakeld). Kan gebruiken"
1044
 
1045
+ #: library/plugin-settings.php:1406
1046
  msgid "Custom Field Auto-Display"
1047
+ msgstr "Aangepast veld automatisch weergeven"
1048
 
1049
+ #: library/plugin-settings.php:1408
1050
  msgid "Auto-display user-submitted Custom Field:"
1051
+ msgstr "Aangepaste velden voor automatisch weergeven door de gebruiker weergegeven:"
1052
 
1053
+ #: library/plugin-settings.php:1413
1054
  msgid "Custom Field Markup"
1055
  msgstr "Aangepaste veldmarkering"
1056
 
1057
+ #: library/plugin-settings.php:1415
1058
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1059
+ msgstr "Markering die moet worden gebruikt voor het ingediende aangepaste veld (wanneer automatisch weergeven is ingeschakeld). Kan gebruiken"
1060
 
1061
+ #: library/plugin-settings.php:1421 library/plugin-settings.php:1497
1062
  msgid "Save Settings"
1063
  msgstr "Instellingen opslaan"
1064
 
1065
+ #: library/plugin-settings.php:1426
1066
  msgid "Display the Form"
1067
  msgstr "Toon het formulier"
1068
 
1069
+ #: library/plugin-settings.php:1429
1070
  msgid "Post-Submit Form"
1071
+ msgstr "Post-Submit Form"
1072
 
1073
+ #: library/plugin-settings.php:1430
1074
  msgid "USP enables you to display a post-submission form anywhere on your site."
1075
+ msgstr "Met USP kunt u een formulier voor na-verzending overal op uw site weergeven."
1076
 
1077
+ #: library/plugin-settings.php:1431 library/plugin-settings.php:1438
1078
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1079
+ msgstr "Gebruik de shortcode om het formulier op een WP-bericht of pagina weer te geven:"
1080
 
1081
+ #: library/plugin-settings.php:1433 library/plugin-settings.php:1440
1082
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1083
+ msgstr "Of gebruik de sjabloontag om het formulier overal in uw themasjabloon weer te geven:"
1084
 
1085
+ #: library/plugin-settings.php:1436
1086
  msgid "Login/Register Form"
1087
+ msgstr "Inloggen / Registreren Formulier"
1088
 
1089
+ #: library/plugin-settings.php:1437
1090
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1091
+ msgstr "U kunt ook een formulier weergeven waarmee gebruikers zich kunnen aanmelden, registreren of hun wachtwoord opnieuw kunnen instellen."
1092
 
1093
+ #: library/plugin-settings.php:1443
1094
  msgid "Display Submitted Posts"
1095
+ msgstr "Toon verzonden berichten"
1096
 
1097
+ #: library/plugin-settings.php:1444
1098
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1099
+ msgstr "Gebruik deze shortcode om een ​​lijst met ingediende berichten op een WP-bericht of -pagina weer te geven:"
1100
 
1101
+ #: library/plugin-settings.php:1446
1102
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1103
+ msgstr "Of gebruik de sjabloontag om een ​​lijst met verzonden berichten overal in uw themasjabloon weer te geven:"
1104
 
1105
+ #: library/plugin-settings.php:1448
1106
  msgid "Here are some examples showing how to configure this shortcode:"
1107
+ msgstr "Hier zijn enkele voorbeelden die laten zien hoe deze shortcode geconfigureerd moet worden:"
1108
 
1109
+ #: library/plugin-settings.php:1455
1110
+ msgid "Reset Form Button"
1111
+ msgstr "Reset Form Button"
1112
+
1113
+ #: library/plugin-settings.php:1456
1114
+ msgid "This shortcode displays a link that resets the form to its original state:"
1115
+ msgstr "Deze shortcode geeft een link weer die het formulier in de oorspronkelijke staat terugzet:"
1116
+
1117
+ #: library/plugin-settings.php:1458
1118
+ msgid "This shortcode accepts the following attributes:"
1119
+ msgstr "Deze shortcode accepteert de volgende kenmerken:"
1120
+
1121
+ #: library/plugin-settings.php:1463
1122
+ msgid "Note that the url attribute accepts"
1123
+ msgstr "Houd er rekening mee dat het kenmerk url accepteert"
1124
+
1125
+ #: library/plugin-settings.php:1463
1126
+ msgid "to get the current URL."
1127
+ msgstr "om de huidige URL te krijgen."
1128
+
1129
+ #: library/plugin-settings.php:1465
1130
  msgid "Access Control"
1131
  msgstr "Toegangscontrole"
1132
 
1133
+ #: library/plugin-settings.php:1466
1134
  msgid "USP provides three shortcodes to control access and restrict content."
1135
+ msgstr "USP biedt drie shortcodes om de toegang te controleren en inhoud te beperken."
1136
 
1137
+ #: library/plugin-settings.php:1467
1138
  msgid "Display content only to users with a specific capability:"
1139
+ msgstr "Toon inhoud alleen aan gebruikers met een specifieke mogelijkheid:"
1140
 
1141
+ #: library/plugin-settings.php:1469
1142
  msgid "Display content to logged-in users:"
1143
+ msgstr "Inhoud weergeven voor ingelogde gebruikers:"
1144
 
1145
+ #: library/plugin-settings.php:1471
1146
  msgid "Display content to visitors only:"
1147
  msgstr "Toon alleen inhoud aan bezoekers:"
1148
 
1149
+ #: library/plugin-settings.php:1473
1150
  msgid "Tip:"
1151
  msgstr "Tip:"
1152
 
1153
+ #: library/plugin-settings.php:1473
1154
  msgid "to include markup in the deny message, you can use"
1155
+ msgstr "om markup in het ontkenningsbericht op te nemen, kunt u gebruiken"
1156
 
1157
+ #: library/plugin-settings.php:1473
1158
  msgid "to output"
1159
+ msgstr "uitvoeren"
1160
 
1161
+ #: library/plugin-settings.php:1475
1162
  msgid "Example"
1163
  msgstr "Voorbeeld"
1164
 
1165
+ #: library/plugin-settings.php:1476
1166
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1167
+ msgstr "Als de gebruiker is aangemeld, geeft u het formulier na het verzenden weer; of als de gebruiker niet is aangemeld, geeft u het aanmeldingsformulier weer:"
1168
 
1169
+ #: library/plugin-settings.php:1488
1170
  msgid "Restore Defaults"
1171
+ msgstr "Standaardwaarden herstellen"
1172
 
1173
+ #: library/plugin-settings.php:1491
1174
  msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1175
+ msgstr "Laat deze optie uitgeschakeld om uw instellingen te onthouden. Of, om door te gaan en de standaard plugin-opties te herstellen: vink het vakje aan, sla uw instellingen op en deactiveer / heractiveer de plug-in."
1176
 
1177
+ #: library/plugin-settings.php:1495
1178
  msgid "Restore default options upon plugin deactivation/reactivation."
1179
+ msgstr "Herstel standaardopties bij deactivering / reactivering van plug-ins."
1180
 
1181
+ #: library/plugin-settings.php:1502
1182
  msgid "Show Support"
1183
  msgstr "Toon ondersteuning"
1184
 
1185
+ #: library/plugin-settings.php:1511
1186
  msgid "by"
1187
  msgstr "door"
1188
 
1189
+ #: library/plugin-settings.php:1512
1190
  msgid "Jeff Starr on Twitter"
1191
  msgstr "Jeff Starr op Twitter"
1192
 
1193
+ #: library/plugin-settings.php:1513
1194
  msgid "Obsessive Web Design &amp; Development"
1195
+ msgstr "Obsessive Web Design & amp; Ontwikkeling"
1196
 
1197
+ #: library/plugin-settings.php:1524
1198
  msgid "Save Preference"
1199
  msgstr "Voorkeur opslaan"
1200
 
1201
+ #: library/plugin-settings.php:1531
1202
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1203
+ msgstr "Weet je zeker dat je alle standaardopties wilt herstellen? (deze actie kan niet ongedaan gemaakt worden)"
1204
 
1205
+ #: library/support-panel.php:52
1206
+ msgid "Perishable Press Books"
1207
+ msgstr "Perishable Press Books"
1208
+
1209
+ #: library/support-panel.php:53
1210
+ msgid "Plugin Planet"
1211
+ msgstr "Plugin Planet"
1212
+
1213
+ #: library/support-panel.php:54
1214
+ msgid "Donate via PayPal"
1215
+ msgstr "Doneer via PayPal"
1216
+
1217
+ #: library/support-panel.php:56
1218
+ msgid "books"
1219
+ msgstr "boeken"
1220
+
1221
+ #: library/support-panel.php:57
1222
+ msgid "plugins"
1223
+ msgstr "plugins"
1224
+
1225
+ #: library/support-panel.php:58
1226
+ msgid "donation"
1227
+ msgstr "schenking"
1228
+
1229
+ #: library/support-panel.php:60
1230
+ msgid "Thank you for using"
1231
+ msgstr "Bedankt voor het gebruiken"
1232
+
1233
+ #: library/support-panel.php:61
1234
+ msgid "Please show support by purchasing one of my"
1235
+ msgstr "Toon steun alstublieft door een van mijn te kopen"
1236
+
1237
+ #: library/support-panel.php:62
1238
+ msgid "or"
1239
+ msgstr "of"
1240
+
1241
+ #: library/support-panel.php:62
1242
+ msgid "or by making a"
1243
+ msgstr "of door een"
1244
+
1245
+ #: library/support-panel.php:63
1246
+ msgid "Your generous support helps to ensure future development of"
1247
+ msgstr "Uw genereuze ondersteuning helpt u bij de toekomstige ontwikkeling van"
1248
+
1249
+ #: library/support-panel.php:64
1250
+ msgid "and is greatly appreciated."
1251
+ msgstr "en wordt zeer op prijs gesteld."
1252
+
1253
+ #: library/support-panel.php:66
1254
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1255
+ msgstr "Donaties van elke grootte helpen me om door te gaan met het ontwikkelen van deze gratis plug-in en andere geweldige WordPress-bronnen."
1256
 
1257
  #. Description of the plugin
1258
  #:
1259
  msgid "Enables your visitors to submit posts and images from anywhere on your site."
1260
+ msgstr "Hiermee kunnen uw bezoekers berichten en afbeeldingen verzenden vanaf elke locatie op uw site."
1261
 
1262
  #. URI of the plugin
1263
  #:
languages/usp-no.mo CHANGED
Binary file
languages/usp-no.po CHANGED
@@ -4,206 +4,206 @@ 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 20171028\n"
8
  "Language: no\n"
9
 
10
  #. Name of the plugin
11
- #: user-submitted-posts.php:44
12
  msgid "User Submitted Posts"
13
  msgstr "Brukerinnleggte innlegg"
14
 
15
- #: user-submitted-posts.php:78
16
  msgid "requires WordPress "
17
  msgstr "krever WordPress"
18
 
19
- #: user-submitted-posts.php:79
20
  msgid " or higher, and has been deactivated! "
21
  msgstr " eller høyere, og har blitt deaktivert!"
22
 
23
- #: user-submitted-posts.php:80
24
  msgid "Please return to the"
25
  msgstr "Vennligst kom tilbake til"
26
 
27
- #: user-submitted-posts.php:81
28
  msgid "WordPress Admin Area"
29
  msgstr "WordPress Admin Area"
30
 
31
- #: user-submitted-posts.php:82
32
  msgid "to upgrade WordPress and try again."
33
  msgstr "å oppgradere WordPress og prøv igjen."
34
 
35
- #: user-submitted-posts.php:124
36
  msgid "User Submitted Post"
37
  msgstr "Bruker innsendt innlegg"
38
 
39
- #: user-submitted-posts.php:445
40
  msgid "User Submitted Post Info"
41
  msgstr "Bruker innsendt postinfo"
42
 
43
- #: user-submitted-posts.php:475
44
  msgid "Submitter Name: "
45
  msgstr "Navn på innsender:"
46
 
47
- #: user-submitted-posts.php:476
48
  msgid "Submitter Email: "
49
  msgstr "Senders e-postadresse:"
50
 
51
- #: user-submitted-posts.php:477
52
  msgid "Submitter URL: "
53
  msgstr "Senders URL:"
54
 
55
- #: user-submitted-posts.php:478
56
  msgid "Submitter IP: "
57
  msgstr "IP-mottaker:"
58
 
59
- #: user-submitted-posts.php:529
60
  msgid "Show USP Posts"
61
  msgstr "Vis USP-innlegg"
62
 
63
- #: user-submitted-posts.php:530 library/plugin-settings.php:967
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
- #: user-submitted-posts.php:1175
68
  msgid " files required"
69
  msgstr " filer som kreves"
70
 
71
- #: user-submitted-posts.php:1176
72
  msgid " file required"
73
  msgstr " fil nødvendig"
74
 
75
- #: user-submitted-posts.php:1178
76
  msgid " files"
77
  msgstr " filer"
78
 
79
- #: user-submitted-posts.php:1179
80
  msgid " file"
81
  msgstr " fil"
82
 
83
- #: user-submitted-posts.php:1181 user-submitted-posts.php:1182
84
- #: user-submitted-posts.php:1183 user-submitted-posts.php:1184
85
  msgid " pixels"
86
  msgstr " piksler"
87
 
88
- #: user-submitted-posts.php:1186 library/plugin-settings.php:284
89
- #: library/plugin-settings.php:303 library/plugin-settings.php:690
90
- #: library/plugin-settings.php:1176
91
  msgid "Custom Field"
92
  msgstr "Tilpasset felt"
93
 
94
- #: user-submitted-posts.php:1189
95
  msgid "An error occurred. Please go back and try again."
96
  msgstr "En feil oppstod. Vennligst gå tilbake og prøv igjen."
97
 
98
- #: user-submitted-posts.php:1199
99
  msgid "User login required"
100
  msgstr "Bruker login påkrevd"
101
 
102
- #: user-submitted-posts.php:1200
103
  msgid "User name required"
104
  msgstr "Brukernavn kreves"
105
 
106
- #: user-submitted-posts.php:1201
107
  msgid "Post title required"
108
  msgstr "Posttittel kreves"
109
 
110
- #: user-submitted-posts.php:1202
111
  msgid "User URL required"
112
  msgstr "Brukers URL kreves"
113
 
114
- #: user-submitted-posts.php:1203
115
  msgid "Post tags required"
116
  msgstr "Postkodene kreves"
117
 
118
- #: user-submitted-posts.php:1204
119
  msgid "Post category required"
120
  msgstr "Postkategori kreves"
121
 
122
- #: user-submitted-posts.php:1205
123
  msgid "Post content required"
124
  msgstr "Legg inn innhold påkrevd"
125
 
126
- #: user-submitted-posts.php:1206 user-submitted-posts.php:1207
127
  msgid "Correct captcha required"
128
  msgstr "Korrekt captcha kreves"
129
 
130
- #: user-submitted-posts.php:1208
131
  msgid "User email required"
132
  msgstr "Bruker e-post kreves"
133
 
134
- #: user-submitted-posts.php:1209
135
  msgid "Please check your email and try again"
136
  msgstr "Vennligst sjekk e-posten din og prøv igjen"
137
 
138
- #: user-submitted-posts.php:1210
139
  msgid "Non-empty value for hidden field"
140
  msgstr "Ikke tom verdi for skjult felt"
141
 
142
- #: user-submitted-posts.php:1211
143
  msgid "Minimum number of images not met"
144
  msgstr "Minimum antall bilder ikke oppfylt"
145
 
146
- #: user-submitted-posts.php:1212
147
  msgid "Maximum number of images exceeded "
148
  msgstr "Maksimalt antall bilder overskredet"
149
 
150
- #: user-submitted-posts.php:1213
151
  msgid "Minimum image width not met"
152
  msgstr "Minimum bildebredde ikke oppfylt"
153
 
154
- #: user-submitted-posts.php:1214
155
  msgid "Image width exceeds maximum"
156
  msgstr "Bildebredde overstiger maksimum"
157
 
158
- #: user-submitted-posts.php:1215
159
  msgid "Minimum image height not met"
160
  msgstr "Minimum bildehøyde ikke oppfylt"
161
 
162
- #: user-submitted-posts.php:1216
163
  msgid "Image height exceeds maximum"
164
  msgstr "Bildens høyde overstiger maksimum"
165
 
166
- #: user-submitted-posts.php:1217
167
  msgid "File type not allowed (please upload images only)"
168
  msgstr "Filtype er ikke tillatt (vennligst last opp kun bilder)"
169
 
170
- #: user-submitted-posts.php:1218
171
  msgid " required"
172
  msgstr " nødvendig"
173
 
174
- #: user-submitted-posts.php:1222
175
  msgid "File not uploaded. Please check the file and try again."
176
  msgstr "Filen er ikke lastet opp. Vennligst sjekk filen og prøv igjen."
177
 
178
- #: user-submitted-posts.php:1226
179
  msgid "The file(s) could not be uploaded"
180
  msgstr "Filen / filene kunne ikke lastes opp"
181
 
182
- #: user-submitted-posts.php:1228
183
  msgid "Post not created. Please contact the site administrator for help."
184
  msgstr "Innlegg ikke opprettet. Ta kontakt med administratoren for å få hjelp."
185
 
186
- #: user-submitted-posts.php:1229
187
  msgid "Duplicate post title. Please try again."
188
  msgstr "Kopier posttittel. Vær så snill, prøv på nytt."
189
 
190
- #: user-submitted-posts.php:1239
191
  msgid "Error: "
192
  msgstr "Feil:"
193
 
194
- #: user-submitted-posts.php:1265
195
  msgid "Return to form"
196
  msgstr "Gå tilbake til skjemaet"
197
 
198
- #: user-submitted-posts.php:1293 library/plugin-settings.php:943
199
  msgid "Please"
200
  msgstr "Vær så snill"
201
 
202
- #: user-submitted-posts.php:1294
203
  msgid "log in"
204
  msgstr "Logg Inn"
205
 
206
- #: user-submitted-posts.php:1295
207
  msgid "to submit content!"
208
  msgstr "å sende inn innhold!"
209
 
@@ -228,13 +228,13 @@ msgstr "Din epost"
228
 
229
  #: views/submission-form.php:74 views/submission-form.php:75
230
  #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
- #: library/plugin-settings.php:1004
232
  msgid "Post Title"
233
  msgstr "Posttittel"
234
 
235
  #: views/submission-form.php:80 views/submission-form.php:81
236
  #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
- #: library/plugin-settings.php:1005
238
  msgid "Post Tags"
239
  msgstr "Postetiketter"
240
 
@@ -243,7 +243,7 @@ msgid "Antispam Question"
243
  msgstr "Antispam Spørsmål"
244
 
245
  #: views/submission-form.php:98 views/submission-form-alt.php:103
246
- #: library/plugin-settings.php:1006
247
  msgid "Post Category"
248
  msgstr "Post kategori"
249
 
@@ -253,7 +253,7 @@ msgstr "Vennligst velg en kategori .."
253
 
254
  #: views/submission-form.php:135 views/submission-form.php:136
255
  #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
- #: library/plugin-settings.php:1007
257
  msgid "Post Content"
258
  msgstr "Innlegg Innhold"
259
 
@@ -277,6 +277,14 @@ msgstr "Personlig verifisering: la dette feltet stå tomt."
277
  msgid "Submit Post"
278
  msgstr "Send inn innlegg"
279
 
 
 
 
 
 
 
 
 
280
  #: library/plugin-settings.php:32
281
  msgid "Get USP Pro for unlimited forms!"
282
  msgstr "Få USP Pro for ubegrensede skjemaer!"
@@ -380,12 +388,12 @@ msgid "to configure options)"
380
  msgstr "å konfigurere alternativer)"
381
 
382
  #: library/plugin-settings.php:318 library/plugin-settings.php:335
383
- #: library/plugin-settings.php:1194 library/plugin-settings.php:1199
384
  msgid "Challenge Question"
385
  msgstr "Utfordrende Spørsmål"
386
 
387
  #: library/plugin-settings.php:350 library/plugin-settings.php:367
388
- #: library/plugin-settings.php:1216
389
  msgid "Google reCAPTCHA"
390
  msgstr "Google reCAPTCHA"
391
 
@@ -401,7 +409,7 @@ msgstr "Vise"
401
  msgid "Disable"
402
  msgstr "Deaktiver"
403
 
404
- #: library/plugin-settings.php:399 library/plugin-settings.php:1277
405
  msgid "Image Uploads"
406
  msgstr "Bildeopplastinger"
407
 
@@ -429,746 +437,822 @@ msgstr "Publiser etter"
429
  msgid " approved posts"
430
  msgstr " godkjente innlegg"
431
 
432
- #: library/plugin-settings.php:635
433
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
434
  msgstr "Det var en feil. Sørg for at du har lagt til en tittel, noe innhold, og at du bare har lastet opp bilder."
435
 
436
- #: library/plugin-settings.php:649
437
  msgid "Please select your image(s) to upload."
438
  msgstr "Vennligst velg bildene dine for å laste opp."
439
 
440
- #: library/plugin-settings.php:655
441
  msgid "Success! Thank you for your submission."
442
  msgstr "Suksess! Takk for ditt bidrag."
443
 
444
- #: library/plugin-settings.php:681
445
  msgid "Email"
446
  msgstr "e-post"
447
 
448
- #: library/plugin-settings.php:682
449
  msgid "URL"
450
  msgstr "URL"
451
 
452
- #: library/plugin-settings.php:721
453
- msgid "Sorry, you are not allowed to modify settings."
454
- msgstr "Beklager, du har ikke lov til å endre innstillingene."
455
-
456
- #: library/plugin-settings.php:930
457
  msgid "Toggle all panels"
458
  msgstr "Bytt alle paneler"
459
 
460
- #: library/plugin-settings.php:939
461
  msgid "We need your support!"
462
  msgstr "Vi trenger din støtte!"
463
 
464
- #: library/plugin-settings.php:943
465
  msgid "Make a donation via PayPal"
466
  msgstr "Lag en donasjon via PayPal"
467
 
468
- #: library/plugin-settings.php:943
469
  msgid "make a donation"
470
  msgstr "gi en donasjon"
471
 
472
- #: library/plugin-settings.php:943
473
  msgid "and/or"
474
  msgstr "og / eller"
475
 
476
- #: library/plugin-settings.php:944
477
  msgid "Rate and review at the Plugin Directory"
478
  msgstr "Vurder og gjennomgå på Plugin Directory"
479
 
480
- #: library/plugin-settings.php:945
481
  msgid "give this plugin a 5-star rating"
482
  msgstr "gi denne plugin en 5-stjerners rating"
483
 
484
- #: library/plugin-settings.php:949
485
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
486
  msgstr "Din sjenerøse støtte muliggjør fortsatt utvikling av denne gratis plugin. Takk skal du ha!"
487
 
488
- #: library/plugin-settings.php:954
489
  msgid "Check this box if you have shown support"
490
  msgstr "Merk av i denne boksen hvis du har vist støtte"
491
 
492
- #: library/plugin-settings.php:963
493
  msgid "Overview"
494
  msgstr "Oversikt"
495
 
496
- #: library/plugin-settings.php:967
497
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
498
  msgstr "gjør det mulig for besøkende å sende innlegg og laste opp bilder fra fronten på nettstedet ditt."
499
 
500
- #: library/plugin-settings.php:968
501
  msgid "For advanced functionality and unlimited forms, check out"
502
  msgstr "For avansert funksjonalitet og ubegrensede skjemaer, sjekk ut"
503
 
504
- #: library/plugin-settings.php:968 library/plugin-settings.php:1335
505
  msgid "USP Pro"
506
  msgstr "USP Pro"
507
 
508
- #: library/plugin-settings.php:969
509
  msgid "&mdash; the ultimate solution for user-generated content."
510
  msgstr "& Ndash; Den ultimate løsningen for brukergenerert innhold."
511
 
512
- #: library/plugin-settings.php:973 library/plugin-settings.php:990
513
  msgid "Plugin Settings"
514
  msgstr "Plugin Settings"
515
 
516
- #: library/plugin-settings.php:974
517
  msgid "Display the form"
518
  msgstr "Vis skjemaet"
519
 
520
- #: library/plugin-settings.php:975 library/plugin-settings.php:1482
521
  msgid "Plugin Homepage"
522
  msgstr "Plugin hjemmeside"
523
 
524
- #: library/plugin-settings.php:978
525
  msgid "If you like this plugin, please"
526
  msgstr "Hvis du liker dette pluginet, vær så snill"
527
 
528
- #: library/plugin-settings.php:979
529
  msgid "THANK YOU for your support!"
530
  msgstr "Takk for støtten!"
531
 
532
- #: library/plugin-settings.php:979
533
  msgid "give it a 5-star rating"
534
  msgstr "gi den en 5-stjerners rating"
535
 
536
- #: library/plugin-settings.php:983
537
  msgid "Unlimited front-end forms"
538
  msgstr "Ubegrenset front-end-skjemaer"
539
 
540
- #: library/plugin-settings.php:983
541
  msgid "Get USP Pro"
542
  msgstr "Få USP Pro"
543
 
544
- #: library/plugin-settings.php:993
545
  msgid "Configure your settings for User Submitted Posts."
546
  msgstr "Konfigurer innstillingene dine for brukerinnleggte innlegg."
547
 
548
- #: library/plugin-settings.php:995
549
  msgid "Form Fields"
550
  msgstr "Form Fields"
551
 
552
- #: library/plugin-settings.php:1001
553
  msgid "User Name"
554
  msgstr "Brukernavn"
555
 
556
- #: library/plugin-settings.php:1002
557
  msgid "User Email"
558
  msgstr "Bruker Email"
559
 
560
- #: library/plugin-settings.php:1003
561
  msgid "User URL"
562
  msgstr "Bruker URL"
563
 
564
- #: library/plugin-settings.php:1018
565
  msgid "General Settings"
566
  msgstr "Generelle innstillinger"
567
 
568
- #: library/plugin-settings.php:1023
 
 
 
 
569
  msgid "Form Style"
570
  msgstr "Form Style"
571
 
572
- #: library/plugin-settings.php:1028
573
  msgid "With this option, you can copy the plugin&rsquo;s default templates:"
574
  msgstr "Med dette alternativet kan du kopiere standardinnstillingene for plugin:"
575
 
576
- #: library/plugin-settings.php:1033
577
  msgid "..and upload them into a directory named"
578
  msgstr ".. og laste dem opp i en katalog som heter"
579
 
580
- #: library/plugin-settings.php:1033
581
  msgid "in your theme:"
582
  msgstr "i temaet ditt:"
583
 
584
- #: library/plugin-settings.php:1039
585
  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"
586
  msgstr "Det gjør at du kan tilpasse skjemaet og stilene som ønsket. For mer informasjon, sjekk ut delen \"Tilpasset innleveringsskjema\" i"
587
 
588
- #: library/plugin-settings.php:1040
589
  msgid "Installation Docs"
590
  msgstr "Installasjonsdokumenter"
591
 
592
- #: library/plugin-settings.php:1041
593
  msgid "FYI: here is a"
594
  msgstr "FYI: her er en"
595
 
596
- #: library/plugin-settings.php:1041
597
  msgid "list of USP CSS selectors"
598
  msgstr "liste over USP CSS selectors"
599
 
600
- #: library/plugin-settings.php:1047
601
  msgid "Include JavaScript"
602
  msgstr "Inkluder JavaScript"
603
 
604
- #: library/plugin-settings.php:1049
605
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
606
  msgstr "Merk av i denne boksen hvis du vil inkludere de eksterne JavaScript-filene (anbefales)."
607
 
608
- #: library/plugin-settings.php:1052
609
  msgid "Targeted Loading"
610
  msgstr "Målrettet innlasting"
611
 
612
- #: library/plugin-settings.php:1054
613
  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."
614
  msgstr "Som standard er ekstern CSS & amp; JavaScript-filer er lastet på hver side. Her kan du spesifisere nettadressen til USP-skjemaet for å bare laste inn ressurser på den siden. Merk: la være tom for å laste på alle sider."
615
 
616
- #: library/plugin-settings.php:1057
617
  msgid "Post Type"
618
  msgstr "Post Type"
619
 
620
- #: library/plugin-settings.php:1060
621
  msgid "Submit posts as WP Posts or Pages"
622
  msgstr "Send inn innlegg som WP-innlegg eller sider"
623
 
624
- #: library/plugin-settings.php:1064
625
  msgid "Post Status"
626
  msgstr "Poststatus"
627
 
628
- #: library/plugin-settings.php:1067
629
  msgid "Post Status for submitted posts"
630
  msgstr "Legg inn status for innsendte innlegg"
631
 
632
- #: library/plugin-settings.php:1071
633
  msgid "Redirect URL"
634
  msgstr "Viderekoblingsadresse"
635
 
636
- #: library/plugin-settings.php:1073
637
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
638
  msgstr "Angi en nettadresse for å omdirigere brukeren etter innsending. La være tom for å omdirigere tilbake til gjeldende side."
639
 
640
- #: library/plugin-settings.php:1076
641
  msgid "Success Message"
642
  msgstr "Suksessmelding"
643
 
644
- #: library/plugin-settings.php:1078
645
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
646
  msgstr "Suksessmelding som vises hvis innlegging er vellykket. Grunnleggende markering er tillatt."
647
 
648
- #: library/plugin-settings.php:1081
649
  msgid "Error Message"
650
  msgstr "Feilmelding"
651
 
652
- #: library/plugin-settings.php:1083
653
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
654
  msgstr "Generell feilmelding som vises hvis innlegget mislykkes. Grunnleggende markering er tillatt."
655
 
656
- #: library/plugin-settings.php:1086
657
  msgid "Custom Content"
658
  msgstr "Egendefinert innhold"
659
 
660
- #: library/plugin-settings.php:1088
661
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
662
  msgstr "Egendefinert tekst / markering som skal inkluderes før innleveringsskjemaet. La være tom for å deaktivere."
663
 
664
- #: library/plugin-settings.php:1091
665
  msgid "Rich Text Editor"
666
  msgstr "Rich Text Editor"
667
 
668
- #: library/plugin-settings.php:1093
669
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
670
  msgstr "Merk av i denne boksen hvis du vil aktivere WP-rich tekstredigering for innsendte innlegg."
671
 
672
- #: library/plugin-settings.php:1096
673
  msgid "Unique Titles"
674
  msgstr "Unike titler"
675
 
676
- #: library/plugin-settings.php:1098
677
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
678
  msgstr "Krev innleverte posttitler for å være unike (nyttig for å forhindre flere / dupliserte innsendte innlegg)."
679
 
680
- #: library/plugin-settings.php:1101
681
  msgid "Disable Required"
682
  msgstr "Deaktiver nødvendig"
683
 
684
- #: library/plugin-settings.php:1103
685
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
686
  msgstr "Deaktiver alle nødvendige attributter på standard skjemafelt (nyttig for feilsøkingsfeilmeldinger)."
687
 
688
- #: library/plugin-settings.php:1106
689
  msgid "Disable IP Tracking"
690
  msgstr "Deaktiver IP-sporing"
691
 
692
- #: library/plugin-settings.php:1108
693
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
694
  msgstr "Som standard registrerer USP IP-adressen med hvert innlevert innlegg. Merk av i denne boksen for å deaktivere all IP-sporing."
695
 
696
- #: library/plugin-settings.php:1111
697
  msgid "Enable Shortcodes"
698
  msgstr "Aktiver kortnummer"
699
 
700
- #: library/plugin-settings.php:1113
701
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
702
  msgstr "Aktiver kortnummer i widgets. Som standard aktiverer WordPress ikke kortnumre i widgets."
703
 
704
- #: library/plugin-settings.php:1114
705
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
706
  msgstr "Denne innstillingen aktiverer noen / alle kortkoder i widgets (til og med kortnumre fra andre pluginprogrammer)."
707
 
708
- #: library/plugin-settings.php:1119 library/plugin-settings.php:1124
709
  msgid "Categories"
710
  msgstr "kategorier"
711
 
712
- #: library/plugin-settings.php:1127
713
  msgid "Select which categories may be assigned to submitted posts (click to toggle)"
714
  msgstr "Velg hvilke kategorier som kan tilordnes innsendte innlegg (klikk for å veksle)"
715
 
716
- #: library/plugin-settings.php:1135
717
  msgid "Hidden/Default Category"
718
  msgstr "Skjult / standard kategori"
719
 
720
- #: library/plugin-settings.php:1137
721
  msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
722
  msgstr "Bruk et skjult felt for postkategorien. Dette kan brukes til å angi en standardkategori når kategorifeltet er deaktivert."
723
 
724
- #: library/plugin-settings.php:1140
725
  msgid "Category ID for Hidden Field"
726
  msgstr "Kategori ID for skjult felt"
727
 
728
- #: library/plugin-settings.php:1142
729
  msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
730
  msgstr "Angi ID-en for kategorien som skal brukes for skjult / standard kategori & rdquo; alternativ."
731
 
732
- #: library/plugin-settings.php:1147
733
  msgid "Users"
734
  msgstr "brukere"
735
 
736
- #: library/plugin-settings.php:1152
737
  msgid "Assigned Author"
738
  msgstr "Tilordnet forfatter"
739
 
740
- #: library/plugin-settings.php:1155
741
  msgid "Specify the user that should be assigned as author for submitted posts."
742
  msgstr "Angi brukeren som skal tilordnes som forfatter for innsendte innlegg."
743
 
744
- #: library/plugin-settings.php:1159
745
  msgid "Registered Username"
746
  msgstr "Registrert brukernavn"
747
 
748
- #: library/plugin-settings.php:1161
749
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
750
  msgstr "Bruk registrert brukernavn som postforfatter. Gyldig når personen som sender inn skjemaet, er logget inn på WordPress."
751
 
752
- #: library/plugin-settings.php:1164
753
  msgid "User Profile URL"
754
  msgstr "Brukerprofil-URL"
755
 
756
- #: library/plugin-settings.php:1166
757
  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."
758
  msgstr "Bruk registrert brukerens profiladresse som verdien av URL-feltet. Gyldig når personen som sender inn skjemaet, er logget inn på WordPress."
759
 
760
- #: library/plugin-settings.php:1169
761
  msgid "Require User Login"
762
  msgstr "Krev brukerinnlogging"
763
 
764
- #: library/plugin-settings.php:1171
765
  msgid "Require users to be logged in to WordPress to view/submit the form"
766
  msgstr "Krev brukere å være logget inn på WordPress for å vise / sende skjemaet"
767
 
768
- #: library/plugin-settings.php:1177
 
 
 
 
 
 
 
 
769
  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."
770
  msgstr "Her kan du endre navn og etikett som brukes av det egendefinerte feltet. Du kan aktivere dette feltet via innstillingene for skjemafelt, ovenfor."
771
 
772
- #: library/plugin-settings.php:1182
773
  msgid "Custom Field Name"
774
  msgstr "Egendefinert feltnavn"
775
 
776
- #: library/plugin-settings.php:1184
777
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
778
  msgstr "Bruk bare alfanumeriske, understreker og bindestreker. Hvis du er usikker, bruk standardnavnet:"
779
 
780
- #: library/plugin-settings.php:1187
781
  msgid "Custom Field Label"
782
  msgstr "Egendefinert feltetikett"
783
 
784
- #: library/plugin-settings.php:1189
785
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
786
  msgstr "Dette vil bli vist som feltetikett på skjemaet. Standard: Tilpasset felt"
787
 
788
- #: library/plugin-settings.php:1201
789
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
790
  msgstr "For å hindre spam, skriv inn et spørsmål som brukere må svare før du sender inn skjemaet."
791
 
792
- #: library/plugin-settings.php:1204
793
  msgid "Challenge Response"
794
  msgstr "Utfordringsrespons"
795
 
796
- #: library/plugin-settings.php:1206
797
  msgid "Enter the *only* correct answer to the challenge question."
798
  msgstr "Skriv inn det eneste * riktige svaret på utfordringsspørsmålet."
799
 
800
- #: library/plugin-settings.php:1209
801
  msgid "Case-sensitivity"
802
  msgstr "Case-følsomhet"
803
 
804
- #: library/plugin-settings.php:1211
805
  msgid "Check this box if you want the challenge response to be case-sensitive."
806
  msgstr "Merk av i denne boksen hvis du vil at utfordringssvaret skal være saksensitivt."
807
 
808
- #: library/plugin-settings.php:1217
809
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
810
  msgstr "For å aktivere Google reCAPTCHA, skriv inn dine offentlige og private nøkler."
811
 
812
- #: library/plugin-settings.php:1222
813
  msgid "Public Key"
814
  msgstr "Offentlig nøkkel"
815
 
816
- #: library/plugin-settings.php:1224
817
  msgid "Enter your Public Key"
818
  msgstr "Skriv inn din offentlige nøkkel"
819
 
820
- #: library/plugin-settings.php:1227
821
  msgid "Private Key"
822
  msgstr "Privat nøkkel"
823
 
824
- #: library/plugin-settings.php:1229
825
  msgid "Enter your Private Key"
826
  msgstr "Skriv inn din private nøkkel"
827
 
828
- #: library/plugin-settings.php:1234
829
  msgid "Email Alerts"
830
  msgstr "E-postvarsler"
831
 
832
- #: library/plugin-settings.php:1239
833
  msgid "Receive Email Alert"
834
  msgstr "Motta e-postvarsling"
835
 
836
- #: library/plugin-settings.php:1241
837
  msgid "Check this box if you want to be notified via email for new post submissions."
838
  msgstr "Merk av i denne boksen hvis du vil bli varslet via e-post for nye innlegg."
839
 
840
- #: library/plugin-settings.php:1244
841
  msgid "Enable HTML Format"
842
  msgstr "Aktiver HTML-format"
843
 
844
- #: library/plugin-settings.php:1246
845
  msgid "Check this box to enable HTML format for email alerts."
846
  msgstr "Merk av i denne boksen for å aktivere HTML-format for e-postvarsler."
847
 
848
- #: library/plugin-settings.php:1249
849
  msgid "Email Address for Alerts"
850
  msgstr "E-postadresse for varsler"
851
 
852
- #: library/plugin-settings.php:1251
853
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
854
  msgstr "Hvis du markerte boksen for å motta e-postvarsler, angir du adressen (e) som e-postene skal sendes til."
855
 
856
- #: library/plugin-settings.php:1252
857
  msgid "Multiple recipients may be included using a comma, like so:"
858
  msgstr "Flere mottakere kan inkluderes ved hjelp av et komma, slik som:"
859
 
860
- #: library/plugin-settings.php:1255
861
  msgid "Email &ldquo;From&rdquo; Address"
862
  msgstr "Email & ldquo; Fra & rdquo; Adresse"
863
 
864
- #: library/plugin-settings.php:1257
865
  msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
866
  msgstr "Her kan du tilpasse adressen (e) som brukes til & ldquo; Fra & rdquo; header (se plugin FAQs for info)."
867
 
868
- #: library/plugin-settings.php:1258
869
  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)."
870
  msgstr "Hvis flere adresser er angitt i forrige innstilling, inkluderer du et like antall & ldquo; Fra & rdquo; adresser for denne innstillingen (i samme rekkefølge)."
871
 
872
- #: library/plugin-settings.php:1261
873
  msgid "Email Alert Subject"
874
  msgstr "E-postvarsel Emne"
875
 
876
- #: library/plugin-settings.php:1263
877
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
878
  msgstr "Emnelinje for e-postvarsler. La stå tomt for å bruke standard emnelinje. Merk: Du kan bruke følgende variabler:"
879
 
880
- #: library/plugin-settings.php:1268
881
  msgid "Email Alert Message"
882
  msgstr "E-postvarslingsmelding"
883
 
884
- #: library/plugin-settings.php:1270
885
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
886
  msgstr "Melding for e-postvarsler. La stå tomt for å bruke standardmeldingen. Merk: Du kan bruke følgende variabler:"
887
 
888
- #: library/plugin-settings.php:1282
889
  msgid "Featured Image"
890
  msgstr "Utvalgte bilder"
891
 
892
- #: library/plugin-settings.php:1284
893
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
894
  msgstr "Angi innsendte bilder som Utvalgte bilder. Krever tema støtte for Utvalgte bilder (aka Post Miniatyrbilder)."
895
 
896
- #: library/plugin-settings.php:1287
897
  msgid "Upload Message"
898
  msgstr "Last opp melding"
899
 
900
- #: library/plugin-settings.php:1289
901
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
902
  msgstr "Melding som vises ved siden av opplastingsfeltet. Nyttig for å angi opplastingsretningslinjer / policy / etc. Grunnleggende markering tillatt."
903
 
904
- #: library/plugin-settings.php:1292
905
  msgid "&ldquo;Add another image&rdquo; link"
906
  msgstr "Legg til et annet bilde & rdquo; link"
907
 
908
- #: library/plugin-settings.php:1294
909
  msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
910
  msgstr "Tilpasset oppføring for & ldquo; Legg til et annet bilde & rdquo; link. La stå tomt for å bruke standardmarkeringen (anbefalt)."
911
 
912
- #: library/plugin-settings.php:1297
913
  msgid "Minimum number of images"
914
  msgstr "Minimum antall bilder"
915
 
916
- #: library/plugin-settings.php:1300
917
  msgid "Specify the minimum number of images."
918
  msgstr "Angi minimum antall bilder."
919
 
920
- #: library/plugin-settings.php:1304
921
  msgid "Maximum number of images"
922
  msgstr "Maks antall bilder"
923
 
924
- #: library/plugin-settings.php:1307
925
  msgid "Specify the maximum number of images."
926
  msgstr "Angi maksimalt antall bilder."
927
 
928
- #: library/plugin-settings.php:1311
929
  msgid "Minimum image width"
930
  msgstr "Minimum bildebredde"
931
 
932
- #: library/plugin-settings.php:1313
933
  msgid "Specify a minimum width (in pixels) for uploaded images."
934
  msgstr "Angi en minimumsbredde (i piksler) for opplastede bilder."
935
 
936
- #: library/plugin-settings.php:1316
937
  msgid "Minimum image height"
938
  msgstr "Minimum bildehøyde"
939
 
940
- #: library/plugin-settings.php:1318
941
  msgid "Specify a minimum height (in pixels) for uploaded images."
942
  msgstr "Angi en minimumshøyde (i piksler) for opplastede bilder."
943
 
944
- #: library/plugin-settings.php:1321
945
  msgid "Maximum image width"
946
  msgstr "Maksimal bildebredde"
947
 
948
- #: library/plugin-settings.php:1323
949
  msgid "Specify a maximum width (in pixels) for uploaded images."
950
  msgstr "Angi maksimal bredde (i piksler) for opplastede bilder."
951
 
952
- #: library/plugin-settings.php:1326
953
  msgid "Maximum image height"
954
  msgstr "Maksimal bildehøyde"
955
 
956
- #: library/plugin-settings.php:1328
957
  msgid "Specify a maximum height (in pixels) for uploaded images."
958
  msgstr "Angi maksimal høyde (i piksler) for opplastede bilder."
959
 
960
- #: library/plugin-settings.php:1331
961
  msgid "More Options"
962
  msgstr "Flere valg"
963
 
964
- #: library/plugin-settings.php:1334
965
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
966
  msgstr "For flere alternativer, for eksempel muligheten til å laste opp andre filtyper (som PDF, Word, Zip, videoer og mer), sjekk ut"
967
 
968
- #: library/plugin-settings.php:1335
969
  msgid "Go Pro!"
970
  msgstr "Bli profesjonell!"
971
 
972
- #: library/plugin-settings.php:1342
973
  msgid "Auto-Display Content"
974
  msgstr "Automatisk visning av innhold"
975
 
976
- #: library/plugin-settings.php:1347
977
  msgid "Images Auto-Display"
978
  msgstr "Bilder Automatisk visning"
979
 
980
- #: library/plugin-settings.php:1349
981
  msgid "Auto-display user-submitted images:"
982
  msgstr "Automatisk visning av brukerdefinerte bilder:"
983
 
984
- #: library/plugin-settings.php:1354
985
  msgid "Image Markup"
986
  msgstr "Image Markup"
987
 
988
- #: library/plugin-settings.php:1356
989
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
990
  msgstr "Markup for å bruke for hvert innsendt bilde (når automatisk visning er aktivert). Kan bruke"
991
 
992
- #: library/plugin-settings.php:1358 library/plugin-settings.php:1371
993
- #: library/plugin-settings.php:1384 library/plugin-settings.php:1397
994
  msgid "and"
995
  msgstr "og"
996
 
997
- #: library/plugin-settings.php:1361
998
  msgid "Email Auto-Display"
999
  msgstr "E-post automatisk visning"
1000
 
1001
- #: library/plugin-settings.php:1363
1002
  msgid "Auto-display user-submitted email:"
1003
  msgstr "Automatisk visning av bruker sendt e-post:"
1004
 
1005
- #: library/plugin-settings.php:1368
1006
  msgid "Email Markup"
1007
  msgstr "Email Markup"
1008
 
1009
- #: library/plugin-settings.php:1370
1010
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1011
  msgstr "Merk for å bruke for den sendte e-postadressen (når automatisk visning er aktivert). Kan bruke"
1012
 
1013
- #: library/plugin-settings.php:1374
1014
  msgid "URL Auto-Display"
1015
  msgstr "URL-automatisk visning"
1016
 
1017
- #: library/plugin-settings.php:1376
1018
  msgid "Auto-display user-submitted URL:"
1019
  msgstr "Automatisk visning av bruker sendt URL:"
1020
 
1021
- #: library/plugin-settings.php:1381
1022
  msgid "URL Markup"
1023
  msgstr "URL Markup"
1024
 
1025
- #: library/plugin-settings.php:1383
1026
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1027
  msgstr "Markup for å bruke for den innleverte nettadressen (når automatisk visning er aktivert). Kan bruke"
1028
 
1029
- #: library/plugin-settings.php:1387
1030
  msgid "Custom Field Auto-Display"
1031
  msgstr "Tilpasset felt automatisk visning"
1032
 
1033
- #: library/plugin-settings.php:1389
1034
  msgid "Auto-display user-submitted Custom Field:"
1035
  msgstr "Automatisk visning av brukerdefinert tilpasset felt:"
1036
 
1037
- #: library/plugin-settings.php:1394
1038
  msgid "Custom Field Markup"
1039
  msgstr "Tilpasset feltmarkering"
1040
 
1041
- #: library/plugin-settings.php:1396
1042
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1043
  msgstr "Markup for å bruke for det innsendte egendefinerte feltet (når automatisk visning er aktivert). Kan bruke"
1044
 
1045
- #: library/plugin-settings.php:1402 library/plugin-settings.php:1468
1046
  msgid "Save Settings"
1047
  msgstr "Lagre innstillinger"
1048
 
1049
- #: library/plugin-settings.php:1407
1050
  msgid "Display the Form"
1051
  msgstr "Vis skjemaet"
1052
 
1053
- #: library/plugin-settings.php:1410
1054
  msgid "Post-Submit Form"
1055
  msgstr "Send inn skjema"
1056
 
1057
- #: library/plugin-settings.php:1411
1058
  msgid "USP enables you to display a post-submission form anywhere on your site."
1059
  msgstr "USP gjør at du kan vise et skjema for innlegging hvor som helst på nettstedet ditt."
1060
 
1061
- #: library/plugin-settings.php:1412 library/plugin-settings.php:1419
1062
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1063
  msgstr "Bruk kortnummeret til å vise skjemaet på en hvilken som helst WP-post eller side:"
1064
 
1065
- #: library/plugin-settings.php:1414 library/plugin-settings.php:1421
1066
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1067
  msgstr "Du kan også bruke maltekoden til å vise skjemaet hvor som helst i templatmalen din:"
1068
 
1069
- #: library/plugin-settings.php:1417
1070
  msgid "Login/Register Form"
1071
  msgstr "Logg inn / registrer skjema"
1072
 
1073
- #: library/plugin-settings.php:1418
1074
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1075
  msgstr "Du kan også vise et skjema som lar brukerne logge på, registrere eller tilbakestille passordet."
1076
 
1077
- #: library/plugin-settings.php:1424
1078
  msgid "Display Submitted Posts"
1079
  msgstr "Vis innsendte innlegg"
1080
 
1081
- #: library/plugin-settings.php:1425
1082
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1083
  msgstr "Bruk denne kortkoden til å vise en liste over innsendte innlegg på en hvilken som helst WP-post eller side:"
1084
 
1085
- #: library/plugin-settings.php:1427
1086
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1087
  msgstr "Eller bruk malltaggen til å vise en liste over innsendte innlegg hvor som helst i temalmalen din:"
1088
 
1089
- #: library/plugin-settings.php:1429
1090
  msgid "Here are some examples showing how to configure this shortcode:"
1091
  msgstr "Her er noen eksempler som viser hvordan du konfigurerer denne koden:"
1092
 
1093
- #: library/plugin-settings.php:1436
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1094
  msgid "Access Control"
1095
  msgstr "Adgangskontroll"
1096
 
1097
- #: library/plugin-settings.php:1437
1098
  msgid "USP provides three shortcodes to control access and restrict content."
1099
  msgstr "USP gir tre kortkoder for å kontrollere tilgang og begrense innhold."
1100
 
1101
- #: library/plugin-settings.php:1438
1102
  msgid "Display content only to users with a specific capability:"
1103
  msgstr "Vis kun innhold til brukere med en bestemt evne:"
1104
 
1105
- #: library/plugin-settings.php:1440
1106
  msgid "Display content to logged-in users:"
1107
  msgstr "Vis innhold til innloggede brukere:"
1108
 
1109
- #: library/plugin-settings.php:1442
1110
  msgid "Display content to visitors only:"
1111
  msgstr "Vis kun innhold til besøkende:"
1112
 
1113
- #: library/plugin-settings.php:1444
1114
  msgid "Tip:"
1115
  msgstr "Tips:"
1116
 
1117
- #: library/plugin-settings.php:1444
1118
  msgid "to include markup in the deny message, you can use"
1119
  msgstr "å inkludere markering i nektet melding, kan du bruke"
1120
 
1121
- #: library/plugin-settings.php:1444
1122
  msgid "to output"
1123
  msgstr "å sende ut"
1124
 
1125
- #: library/plugin-settings.php:1446
1126
  msgid "Example"
1127
  msgstr "Eksempel"
1128
 
1129
- #: library/plugin-settings.php:1447
1130
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1131
  msgstr "Hvis brukeren er logget inn, viser skjemaet etter innsending; eller hvis brukeren ikke er logget inn, vis innloggingsskjemaet:"
1132
 
1133
- #: library/plugin-settings.php:1459
1134
  msgid "Restore Defaults"
1135
  msgstr "Gjenopprett standardverdier"
1136
 
1137
- #: library/plugin-settings.php:1462
1138
  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."
1139
  msgstr "La dette alternativet være deaktivert for å huske innstillingene dine. Eller, for å fortsette og gjenopprette standard plugin-alternativer: Merk av i boksen, lagre innstillingene dine, og deaktiver / reaktiver deretter pluginet."
1140
 
1141
- #: library/plugin-settings.php:1466
1142
  msgid "Restore default options upon plugin deactivation/reactivation."
1143
  msgstr "Gjenopprett standardvalg ved plugin deaktivering / reaktivering."
1144
 
1145
- #: library/plugin-settings.php:1473
1146
  msgid "Show Support"
1147
  msgstr "Vis støtte"
1148
 
1149
- #: library/plugin-settings.php:1482
1150
  msgid "by"
1151
  msgstr "av"
1152
 
1153
- #: library/plugin-settings.php:1483
1154
  msgid "Jeff Starr on Twitter"
1155
  msgstr "Jeff Starr på Twitter"
1156
 
1157
- #: library/plugin-settings.php:1484
1158
  msgid "Obsessive Web Design &amp; Development"
1159
  msgstr "Obsessive Web Design & amp; Utvikling"
1160
 
1161
- #: library/plugin-settings.php:1495
1162
  msgid "Save Preference"
1163
  msgstr "Lagre preferanse"
1164
 
1165
- #: library/plugin-settings.php:1502
1166
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1167
  msgstr "Er du sikker på at du vil gjenopprette alle standardalternativer? (denne handlingen kan ikke fortrykkes)"
1168
 
1169
- #: library/template-tags.php:214
1170
- msgid "View full post"
1171
- msgstr "Se hele innlegget"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1172
 
1173
  #. Description of the plugin
1174
  #:
4
  "Content-Type: text/plain; charset=UTF-8\n"
5
  "Content-Transfer-Encoding: 8bit\n"
6
  "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20180316\n"
8
  "Language: no\n"
9
 
10
  #. Name of the plugin
11
+ #: user-submitted-posts.php:44 library/support-panel.php:5
12
  msgid "User Submitted Posts"
13
  msgstr "Brukerinnleggte innlegg"
14
 
15
+ #: user-submitted-posts.php:81
16
  msgid "requires WordPress "
17
  msgstr "krever WordPress"
18
 
19
+ #: user-submitted-posts.php:82
20
  msgid " or higher, and has been deactivated! "
21
  msgstr " eller høyere, og har blitt deaktivert!"
22
 
23
+ #: user-submitted-posts.php:83
24
  msgid "Please return to the"
25
  msgstr "Vennligst kom tilbake til"
26
 
27
+ #: user-submitted-posts.php:84
28
  msgid "WordPress Admin Area"
29
  msgstr "WordPress Admin Area"
30
 
31
+ #: user-submitted-posts.php:85
32
  msgid "to upgrade WordPress and try again."
33
  msgstr "å oppgradere WordPress og prøv igjen."
34
 
35
+ #: user-submitted-posts.php:125
36
  msgid "User Submitted Post"
37
  msgstr "Bruker innsendt innlegg"
38
 
39
+ #: user-submitted-posts.php:419
40
  msgid "User Submitted Post Info"
41
  msgstr "Bruker innsendt postinfo"
42
 
43
+ #: user-submitted-posts.php:449
44
  msgid "Submitter Name: "
45
  msgstr "Navn på innsender:"
46
 
47
+ #: user-submitted-posts.php:450
48
  msgid "Submitter Email: "
49
  msgstr "Senders e-postadresse:"
50
 
51
+ #: user-submitted-posts.php:451
52
  msgid "Submitter URL: "
53
  msgstr "Senders URL:"
54
 
55
+ #: user-submitted-posts.php:452
56
  msgid "Submitter IP: "
57
  msgstr "IP-mottaker:"
58
 
59
+ #: user-submitted-posts.php:503
60
  msgid "Show USP Posts"
61
  msgstr "Vis USP-innlegg"
62
 
63
+ #: user-submitted-posts.php:504 library/plugin-settings.php:979
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
+ #: user-submitted-posts.php:1272
68
  msgid " files required"
69
  msgstr " filer som kreves"
70
 
71
+ #: user-submitted-posts.php:1273
72
  msgid " file required"
73
  msgstr " fil nødvendig"
74
 
75
+ #: user-submitted-posts.php:1275
76
  msgid " files"
77
  msgstr " filer"
78
 
79
+ #: user-submitted-posts.php:1276
80
  msgid " file"
81
  msgstr " fil"
82
 
83
+ #: user-submitted-posts.php:1278 user-submitted-posts.php:1279
84
+ #: user-submitted-posts.php:1280 user-submitted-posts.php:1281
85
  msgid " pixels"
86
  msgstr " piksler"
87
 
88
+ #: user-submitted-posts.php:1283 library/core-functions.php:215
89
+ #: library/plugin-settings.php:284 library/plugin-settings.php:303
90
+ #: library/plugin-settings.php:701 library/plugin-settings.php:1195
91
  msgid "Custom Field"
92
  msgstr "Tilpasset felt"
93
 
94
+ #: user-submitted-posts.php:1286
95
  msgid "An error occurred. Please go back and try again."
96
  msgstr "En feil oppstod. Vennligst gå tilbake og prøv igjen."
97
 
98
+ #: user-submitted-posts.php:1296
99
  msgid "User login required"
100
  msgstr "Bruker login påkrevd"
101
 
102
+ #: user-submitted-posts.php:1297
103
  msgid "User name required"
104
  msgstr "Brukernavn kreves"
105
 
106
+ #: user-submitted-posts.php:1298
107
  msgid "Post title required"
108
  msgstr "Posttittel kreves"
109
 
110
+ #: user-submitted-posts.php:1299
111
  msgid "User URL required"
112
  msgstr "Brukers URL kreves"
113
 
114
+ #: user-submitted-posts.php:1300
115
  msgid "Post tags required"
116
  msgstr "Postkodene kreves"
117
 
118
+ #: user-submitted-posts.php:1301
119
  msgid "Post category required"
120
  msgstr "Postkategori kreves"
121
 
122
+ #: user-submitted-posts.php:1302
123
  msgid "Post content required"
124
  msgstr "Legg inn innhold påkrevd"
125
 
126
+ #: user-submitted-posts.php:1303 user-submitted-posts.php:1304
127
  msgid "Correct captcha required"
128
  msgstr "Korrekt captcha kreves"
129
 
130
+ #: user-submitted-posts.php:1305
131
  msgid "User email required"
132
  msgstr "Bruker e-post kreves"
133
 
134
+ #: user-submitted-posts.php:1306
135
  msgid "Please check your email and try again"
136
  msgstr "Vennligst sjekk e-posten din og prøv igjen"
137
 
138
+ #: user-submitted-posts.php:1307
139
  msgid "Non-empty value for hidden field"
140
  msgstr "Ikke tom verdi for skjult felt"
141
 
142
+ #: user-submitted-posts.php:1308
143
  msgid "Minimum number of images not met"
144
  msgstr "Minimum antall bilder ikke oppfylt"
145
 
146
+ #: user-submitted-posts.php:1309
147
  msgid "Maximum number of images exceeded "
148
  msgstr "Maksimalt antall bilder overskredet"
149
 
150
+ #: user-submitted-posts.php:1310
151
  msgid "Minimum image width not met"
152
  msgstr "Minimum bildebredde ikke oppfylt"
153
 
154
+ #: user-submitted-posts.php:1311
155
  msgid "Image width exceeds maximum"
156
  msgstr "Bildebredde overstiger maksimum"
157
 
158
+ #: user-submitted-posts.php:1312
159
  msgid "Minimum image height not met"
160
  msgstr "Minimum bildehøyde ikke oppfylt"
161
 
162
+ #: user-submitted-posts.php:1313
163
  msgid "Image height exceeds maximum"
164
  msgstr "Bildens høyde overstiger maksimum"
165
 
166
+ #: user-submitted-posts.php:1314
167
  msgid "File type not allowed (please upload images only)"
168
  msgstr "Filtype er ikke tillatt (vennligst last opp kun bilder)"
169
 
170
+ #: user-submitted-posts.php:1315
171
  msgid " required"
172
  msgstr " nødvendig"
173
 
174
+ #: user-submitted-posts.php:1319
175
  msgid "File not uploaded. Please check the file and try again."
176
  msgstr "Filen er ikke lastet opp. Vennligst sjekk filen og prøv igjen."
177
 
178
+ #: user-submitted-posts.php:1323
179
  msgid "The file(s) could not be uploaded"
180
  msgstr "Filen / filene kunne ikke lastes opp"
181
 
182
+ #: user-submitted-posts.php:1325
183
  msgid "Post not created. Please contact the site administrator for help."
184
  msgstr "Innlegg ikke opprettet. Ta kontakt med administratoren for å få hjelp."
185
 
186
+ #: user-submitted-posts.php:1326
187
  msgid "Duplicate post title. Please try again."
188
  msgstr "Kopier posttittel. Vær så snill, prøv på nytt."
189
 
190
+ #: user-submitted-posts.php:1336
191
  msgid "Error: "
192
  msgstr "Feil:"
193
 
194
+ #: user-submitted-posts.php:1362
195
  msgid "Return to form"
196
  msgstr "Gå tilbake til skjemaet"
197
 
198
+ #: user-submitted-posts.php:1392 library/plugin-settings.php:955
199
  msgid "Please"
200
  msgstr "Vær så snill"
201
 
202
+ #: user-submitted-posts.php:1393
203
  msgid "log in"
204
  msgstr "Logg Inn"
205
 
206
+ #: user-submitted-posts.php:1394
207
  msgid "to submit content!"
208
  msgstr "å sende inn innhold!"
209
 
228
 
229
  #: views/submission-form.php:74 views/submission-form.php:75
230
  #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
+ #: library/plugin-settings.php:1016
232
  msgid "Post Title"
233
  msgstr "Posttittel"
234
 
235
  #: views/submission-form.php:80 views/submission-form.php:81
236
  #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
+ #: library/plugin-settings.php:1017
238
  msgid "Post Tags"
239
  msgstr "Postetiketter"
240
 
243
  msgstr "Antispam Spørsmål"
244
 
245
  #: views/submission-form.php:98 views/submission-form-alt.php:103
246
+ #: library/plugin-settings.php:1018
247
  msgid "Post Category"
248
  msgstr "Post kategori"
249
 
253
 
254
  #: views/submission-form.php:135 views/submission-form.php:136
255
  #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
+ #: library/plugin-settings.php:1019
257
  msgid "Post Content"
258
  msgstr "Innlegg Innhold"
259
 
277
  msgid "Submit Post"
278
  msgstr "Send inn innlegg"
279
 
280
+ #: library/shortcode-misc.php:18
281
+ msgid "Reset form"
282
+ msgstr "Tilbakestill skjema"
283
+
284
+ #: library/shortcode-misc.php:128
285
+ msgid "View full post"
286
+ msgstr "Se hele innlegget"
287
+
288
  #: library/plugin-settings.php:32
289
  msgid "Get USP Pro for unlimited forms!"
290
  msgstr "Få USP Pro for ubegrensede skjemaer!"
388
  msgstr "å konfigurere alternativer)"
389
 
390
  #: library/plugin-settings.php:318 library/plugin-settings.php:335
391
+ #: library/plugin-settings.php:1213 library/plugin-settings.php:1218
392
  msgid "Challenge Question"
393
  msgstr "Utfordrende Spørsmål"
394
 
395
  #: library/plugin-settings.php:350 library/plugin-settings.php:367
396
+ #: library/plugin-settings.php:1235
397
  msgid "Google reCAPTCHA"
398
  msgstr "Google reCAPTCHA"
399
 
409
  msgid "Disable"
410
  msgstr "Deaktiver"
411
 
412
+ #: library/plugin-settings.php:399 library/plugin-settings.php:1296
413
  msgid "Image Uploads"
414
  msgstr "Bildeopplastinger"
415
 
437
  msgid " approved posts"
438
  msgstr " godkjente innlegg"
439
 
440
+ #: library/plugin-settings.php:645
441
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
442
  msgstr "Det var en feil. Sørg for at du har lagt til en tittel, noe innhold, og at du bare har lastet opp bilder."
443
 
444
+ #: library/plugin-settings.php:659
445
  msgid "Please select your image(s) to upload."
446
  msgstr "Vennligst velg bildene dine for å laste opp."
447
 
448
+ #: library/plugin-settings.php:665
449
  msgid "Success! Thank you for your submission."
450
  msgstr "Suksess! Takk for ditt bidrag."
451
 
452
+ #: library/plugin-settings.php:691
453
  msgid "Email"
454
  msgstr "e-post"
455
 
456
+ #: library/plugin-settings.php:692
457
  msgid "URL"
458
  msgstr "URL"
459
 
460
+ #: library/plugin-settings.php:942
 
 
 
 
461
  msgid "Toggle all panels"
462
  msgstr "Bytt alle paneler"
463
 
464
+ #: library/plugin-settings.php:951
465
  msgid "We need your support!"
466
  msgstr "Vi trenger din støtte!"
467
 
468
+ #: library/plugin-settings.php:955
469
  msgid "Make a donation via PayPal"
470
  msgstr "Lag en donasjon via PayPal"
471
 
472
+ #: library/plugin-settings.php:955
473
  msgid "make a donation"
474
  msgstr "gi en donasjon"
475
 
476
+ #: library/plugin-settings.php:955
477
  msgid "and/or"
478
  msgstr "og / eller"
479
 
480
+ #: library/plugin-settings.php:956
481
  msgid "Rate and review at the Plugin Directory"
482
  msgstr "Vurder og gjennomgå på Plugin Directory"
483
 
484
+ #: library/plugin-settings.php:957
485
  msgid "give this plugin a 5-star rating"
486
  msgstr "gi denne plugin en 5-stjerners rating"
487
 
488
+ #: library/plugin-settings.php:961
489
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
490
  msgstr "Din sjenerøse støtte muliggjør fortsatt utvikling av denne gratis plugin. Takk skal du ha!"
491
 
492
+ #: library/plugin-settings.php:966
493
  msgid "Check this box if you have shown support"
494
  msgstr "Merk av i denne boksen hvis du har vist støtte"
495
 
496
+ #: library/plugin-settings.php:975
497
  msgid "Overview"
498
  msgstr "Oversikt"
499
 
500
+ #: library/plugin-settings.php:979
501
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
502
  msgstr "gjør det mulig for besøkende å sende innlegg og laste opp bilder fra fronten på nettstedet ditt."
503
 
504
+ #: library/plugin-settings.php:980
505
  msgid "For advanced functionality and unlimited forms, check out"
506
  msgstr "For avansert funksjonalitet og ubegrensede skjemaer, sjekk ut"
507
 
508
+ #: library/plugin-settings.php:980 library/plugin-settings.php:1354
509
  msgid "USP Pro"
510
  msgstr "USP Pro"
511
 
512
+ #: library/plugin-settings.php:981
513
  msgid "&mdash; the ultimate solution for user-generated content."
514
  msgstr "& Ndash; Den ultimate løsningen for brukergenerert innhold."
515
 
516
+ #: library/plugin-settings.php:985 library/plugin-settings.php:1002
517
  msgid "Plugin Settings"
518
  msgstr "Plugin Settings"
519
 
520
+ #: library/plugin-settings.php:986
521
  msgid "Display the form"
522
  msgstr "Vis skjemaet"
523
 
524
+ #: library/plugin-settings.php:987 library/plugin-settings.php:1511
525
  msgid "Plugin Homepage"
526
  msgstr "Plugin hjemmeside"
527
 
528
+ #: library/plugin-settings.php:990
529
  msgid "If you like this plugin, please"
530
  msgstr "Hvis du liker dette pluginet, vær så snill"
531
 
532
+ #: library/plugin-settings.php:991
533
  msgid "THANK YOU for your support!"
534
  msgstr "Takk for støtten!"
535
 
536
+ #: library/plugin-settings.php:991
537
  msgid "give it a 5-star rating"
538
  msgstr "gi den en 5-stjerners rating"
539
 
540
+ #: library/plugin-settings.php:995
541
  msgid "Unlimited front-end forms"
542
  msgstr "Ubegrenset front-end-skjemaer"
543
 
544
+ #: library/plugin-settings.php:995
545
  msgid "Get USP Pro"
546
  msgstr "Få USP Pro"
547
 
548
+ #: library/plugin-settings.php:1005
549
  msgid "Configure your settings for User Submitted Posts."
550
  msgstr "Konfigurer innstillingene dine for brukerinnleggte innlegg."
551
 
552
+ #: library/plugin-settings.php:1007
553
  msgid "Form Fields"
554
  msgstr "Form Fields"
555
 
556
+ #: library/plugin-settings.php:1013
557
  msgid "User Name"
558
  msgstr "Brukernavn"
559
 
560
+ #: library/plugin-settings.php:1014
561
  msgid "User Email"
562
  msgstr "Bruker Email"
563
 
564
+ #: library/plugin-settings.php:1015
565
  msgid "User URL"
566
  msgstr "Bruker URL"
567
 
568
+ #: library/plugin-settings.php:1030
569
  msgid "General Settings"
570
  msgstr "Generelle innstillinger"
571
 
572
+ #: library/plugin-settings.php:1032
573
+ msgid "Note that the default settings work fine for most cases."
574
+ msgstr "Merk at standardinnstillingene fungerer fint i de fleste tilfeller."
575
+
576
+ #: library/plugin-settings.php:1037
577
  msgid "Form Style"
578
  msgstr "Form Style"
579
 
580
+ #: library/plugin-settings.php:1042
581
  msgid "With this option, you can copy the plugin&rsquo;s default templates:"
582
  msgstr "Med dette alternativet kan du kopiere standardinnstillingene for plugin:"
583
 
584
+ #: library/plugin-settings.php:1047
585
  msgid "..and upload them into a directory named"
586
  msgstr ".. og laste dem opp i en katalog som heter"
587
 
588
+ #: library/plugin-settings.php:1047
589
  msgid "in your theme:"
590
  msgstr "i temaet ditt:"
591
 
592
+ #: library/plugin-settings.php:1053
593
  msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
594
  msgstr "Det gjør at du kan tilpasse skjemaet og stilene som ønsket. For mer informasjon, sjekk ut delen \"Tilpasset innleveringsskjema\" i"
595
 
596
+ #: library/plugin-settings.php:1054
597
  msgid "Installation Docs"
598
  msgstr "Installasjonsdokumenter"
599
 
600
+ #: library/plugin-settings.php:1055
601
  msgid "FYI: here is a"
602
  msgstr "FYI: her er en"
603
 
604
+ #: library/plugin-settings.php:1055
605
  msgid "list of USP CSS selectors"
606
  msgstr "liste over USP CSS selectors"
607
 
608
+ #: library/plugin-settings.php:1061
609
  msgid "Include JavaScript"
610
  msgstr "Inkluder JavaScript"
611
 
612
+ #: library/plugin-settings.php:1063
613
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
614
  msgstr "Merk av i denne boksen hvis du vil inkludere de eksterne JavaScript-filene (anbefales)."
615
 
616
+ #: library/plugin-settings.php:1066
617
  msgid "Targeted Loading"
618
  msgstr "Målrettet innlasting"
619
 
620
+ #: library/plugin-settings.php:1068
621
  msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
622
  msgstr "Som standard er ekstern CSS & amp; JavaScript-filer er lastet på hver side. Her kan du spesifisere nettadressen til USP-skjemaet for å bare laste inn ressurser på den siden. Merk: la være tom for å laste på alle sider."
623
 
624
+ #: library/plugin-settings.php:1071
625
  msgid "Post Type"
626
  msgstr "Post Type"
627
 
628
+ #: library/plugin-settings.php:1074
629
  msgid "Submit posts as WP Posts or Pages"
630
  msgstr "Send inn innlegg som WP-innlegg eller sider"
631
 
632
+ #: library/plugin-settings.php:1078
633
  msgid "Post Status"
634
  msgstr "Poststatus"
635
 
636
+ #: library/plugin-settings.php:1081
637
  msgid "Post Status for submitted posts"
638
  msgstr "Legg inn status for innsendte innlegg"
639
 
640
+ #: library/plugin-settings.php:1085
641
  msgid "Redirect URL"
642
  msgstr "Viderekoblingsadresse"
643
 
644
+ #: library/plugin-settings.php:1087
645
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
646
  msgstr "Angi en nettadresse for å omdirigere brukeren etter innsending. La være tom for å omdirigere tilbake til gjeldende side."
647
 
648
+ #: library/plugin-settings.php:1090
649
  msgid "Success Message"
650
  msgstr "Suksessmelding"
651
 
652
+ #: library/plugin-settings.php:1092
653
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
654
  msgstr "Suksessmelding som vises hvis innlegging er vellykket. Grunnleggende markering er tillatt."
655
 
656
+ #: library/plugin-settings.php:1095
657
  msgid "Error Message"
658
  msgstr "Feilmelding"
659
 
660
+ #: library/plugin-settings.php:1097
661
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
662
  msgstr "Generell feilmelding som vises hvis innlegget mislykkes. Grunnleggende markering er tillatt."
663
 
664
+ #: library/plugin-settings.php:1100
665
  msgid "Custom Content"
666
  msgstr "Egendefinert innhold"
667
 
668
+ #: library/plugin-settings.php:1102
669
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
670
  msgstr "Egendefinert tekst / markering som skal inkluderes før innleveringsskjemaet. La være tom for å deaktivere."
671
 
672
+ #: library/plugin-settings.php:1105
673
  msgid "Rich Text Editor"
674
  msgstr "Rich Text Editor"
675
 
676
+ #: library/plugin-settings.php:1107
677
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
678
  msgstr "Merk av i denne boksen hvis du vil aktivere WP-rich tekstredigering for innsendte innlegg."
679
 
680
+ #: library/plugin-settings.php:1110
681
  msgid "Unique Titles"
682
  msgstr "Unike titler"
683
 
684
+ #: library/plugin-settings.php:1112
685
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
686
  msgstr "Krev innleverte posttitler for å være unike (nyttig for å forhindre flere / dupliserte innsendte innlegg)."
687
 
688
+ #: library/plugin-settings.php:1115
689
  msgid "Disable Required"
690
  msgstr "Deaktiver nødvendig"
691
 
692
+ #: library/plugin-settings.php:1117
693
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
694
  msgstr "Deaktiver alle nødvendige attributter på standard skjemafelt (nyttig for feilsøkingsfeilmeldinger)."
695
 
696
+ #: library/plugin-settings.php:1120
697
  msgid "Disable IP Tracking"
698
  msgstr "Deaktiver IP-sporing"
699
 
700
+ #: library/plugin-settings.php:1122
701
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
702
  msgstr "Som standard registrerer USP IP-adressen med hvert innlevert innlegg. Merk av i denne boksen for å deaktivere all IP-sporing."
703
 
704
+ #: library/plugin-settings.php:1125
705
  msgid "Enable Shortcodes"
706
  msgstr "Aktiver kortnummer"
707
 
708
+ #: library/plugin-settings.php:1127
709
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
710
  msgstr "Aktiver kortnummer i widgets. Som standard aktiverer WordPress ikke kortnumre i widgets."
711
 
712
+ #: library/plugin-settings.php:1128
713
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
714
  msgstr "Denne innstillingen aktiverer noen / alle kortkoder i widgets (til og med kortnumre fra andre pluginprogrammer)."
715
 
716
+ #: library/plugin-settings.php:1133 library/plugin-settings.php:1138
717
  msgid "Categories"
718
  msgstr "kategorier"
719
 
720
+ #: library/plugin-settings.php:1141
721
  msgid "Select which categories may be assigned to submitted posts (click to toggle)"
722
  msgstr "Velg hvilke kategorier som kan tilordnes innsendte innlegg (klikk for å veksle)"
723
 
724
+ #: library/plugin-settings.php:1149
725
  msgid "Hidden/Default Category"
726
  msgstr "Skjult / standard kategori"
727
 
728
+ #: library/plugin-settings.php:1151
729
  msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
730
  msgstr "Bruk et skjult felt for postkategorien. Dette kan brukes til å angi en standardkategori når kategorifeltet er deaktivert."
731
 
732
+ #: library/plugin-settings.php:1154
733
  msgid "Category ID for Hidden Field"
734
  msgstr "Kategori ID for skjult felt"
735
 
736
+ #: library/plugin-settings.php:1156
737
  msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
738
  msgstr "Angi ID-en for kategorien som skal brukes for skjult / standard kategori & rdquo; alternativ."
739
 
740
+ #: library/plugin-settings.php:1161
741
  msgid "Users"
742
  msgstr "brukere"
743
 
744
+ #: library/plugin-settings.php:1166
745
  msgid "Assigned Author"
746
  msgstr "Tilordnet forfatter"
747
 
748
+ #: library/plugin-settings.php:1169
749
  msgid "Specify the user that should be assigned as author for submitted posts."
750
  msgstr "Angi brukeren som skal tilordnes som forfatter for innsendte innlegg."
751
 
752
+ #: library/plugin-settings.php:1173
753
  msgid "Registered Username"
754
  msgstr "Registrert brukernavn"
755
 
756
+ #: library/plugin-settings.php:1175
757
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
758
  msgstr "Bruk registrert brukernavn som postforfatter. Gyldig når personen som sender inn skjemaet, er logget inn på WordPress."
759
 
760
+ #: library/plugin-settings.php:1178
761
  msgid "User Profile URL"
762
  msgstr "Brukerprofil-URL"
763
 
764
+ #: library/plugin-settings.php:1180
765
  msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
766
  msgstr "Bruk registrert brukerens profiladresse som verdien av URL-feltet. Gyldig når personen som sender inn skjemaet, er logget inn på WordPress."
767
 
768
+ #: library/plugin-settings.php:1183
769
  msgid "Require User Login"
770
  msgstr "Krev brukerinnlogging"
771
 
772
+ #: library/plugin-settings.php:1185
773
  msgid "Require users to be logged in to WordPress to view/submit the form"
774
  msgstr "Krev brukere å være logget inn på WordPress for å vise / sende skjemaet"
775
 
776
+ #: library/plugin-settings.php:1188
777
+ msgid "Disable Replace Author"
778
+ msgstr "Deaktiver erstatte forfatter"
779
+
780
+ #: library/plugin-settings.php:1190
781
+ msgid "Do not replace post author with submitted user name"
782
+ msgstr "Ikke erstatt postforfatter med innlevert brukernavn"
783
+
784
+ #: library/plugin-settings.php:1196
785
  msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
786
  msgstr "Her kan du endre navn og etikett som brukes av det egendefinerte feltet. Du kan aktivere dette feltet via innstillingene for skjemafelt, ovenfor."
787
 
788
+ #: library/plugin-settings.php:1201
789
  msgid "Custom Field Name"
790
  msgstr "Egendefinert feltnavn"
791
 
792
+ #: library/plugin-settings.php:1203
793
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
794
  msgstr "Bruk bare alfanumeriske, understreker og bindestreker. Hvis du er usikker, bruk standardnavnet:"
795
 
796
+ #: library/plugin-settings.php:1206
797
  msgid "Custom Field Label"
798
  msgstr "Egendefinert feltetikett"
799
 
800
+ #: library/plugin-settings.php:1208
801
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
802
  msgstr "Dette vil bli vist som feltetikett på skjemaet. Standard: Tilpasset felt"
803
 
804
+ #: library/plugin-settings.php:1220
805
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
806
  msgstr "For å hindre spam, skriv inn et spørsmål som brukere må svare før du sender inn skjemaet."
807
 
808
+ #: library/plugin-settings.php:1223
809
  msgid "Challenge Response"
810
  msgstr "Utfordringsrespons"
811
 
812
+ #: library/plugin-settings.php:1225
813
  msgid "Enter the *only* correct answer to the challenge question."
814
  msgstr "Skriv inn det eneste * riktige svaret på utfordringsspørsmålet."
815
 
816
+ #: library/plugin-settings.php:1228
817
  msgid "Case-sensitivity"
818
  msgstr "Case-følsomhet"
819
 
820
+ #: library/plugin-settings.php:1230
821
  msgid "Check this box if you want the challenge response to be case-sensitive."
822
  msgstr "Merk av i denne boksen hvis du vil at utfordringssvaret skal være saksensitivt."
823
 
824
+ #: library/plugin-settings.php:1236
825
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
826
  msgstr "For å aktivere Google reCAPTCHA, skriv inn dine offentlige og private nøkler."
827
 
828
+ #: library/plugin-settings.php:1241
829
  msgid "Public Key"
830
  msgstr "Offentlig nøkkel"
831
 
832
+ #: library/plugin-settings.php:1243
833
  msgid "Enter your Public Key"
834
  msgstr "Skriv inn din offentlige nøkkel"
835
 
836
+ #: library/plugin-settings.php:1246
837
  msgid "Private Key"
838
  msgstr "Privat nøkkel"
839
 
840
+ #: library/plugin-settings.php:1248
841
  msgid "Enter your Private Key"
842
  msgstr "Skriv inn din private nøkkel"
843
 
844
+ #: library/plugin-settings.php:1253
845
  msgid "Email Alerts"
846
  msgstr "E-postvarsler"
847
 
848
+ #: library/plugin-settings.php:1258
849
  msgid "Receive Email Alert"
850
  msgstr "Motta e-postvarsling"
851
 
852
+ #: library/plugin-settings.php:1260
853
  msgid "Check this box if you want to be notified via email for new post submissions."
854
  msgstr "Merk av i denne boksen hvis du vil bli varslet via e-post for nye innlegg."
855
 
856
+ #: library/plugin-settings.php:1263
857
  msgid "Enable HTML Format"
858
  msgstr "Aktiver HTML-format"
859
 
860
+ #: library/plugin-settings.php:1265
861
  msgid "Check this box to enable HTML format for email alerts."
862
  msgstr "Merk av i denne boksen for å aktivere HTML-format for e-postvarsler."
863
 
864
+ #: library/plugin-settings.php:1268
865
  msgid "Email Address for Alerts"
866
  msgstr "E-postadresse for varsler"
867
 
868
+ #: library/plugin-settings.php:1270
869
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
870
  msgstr "Hvis du markerte boksen for å motta e-postvarsler, angir du adressen (e) som e-postene skal sendes til."
871
 
872
+ #: library/plugin-settings.php:1271
873
  msgid "Multiple recipients may be included using a comma, like so:"
874
  msgstr "Flere mottakere kan inkluderes ved hjelp av et komma, slik som:"
875
 
876
+ #: library/plugin-settings.php:1274
877
  msgid "Email &ldquo;From&rdquo; Address"
878
  msgstr "Email & ldquo; Fra & rdquo; Adresse"
879
 
880
+ #: library/plugin-settings.php:1276
881
  msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
882
  msgstr "Her kan du tilpasse adressen (e) som brukes til & ldquo; Fra & rdquo; header (se plugin FAQs for info)."
883
 
884
+ #: library/plugin-settings.php:1277
885
  msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
886
  msgstr "Hvis flere adresser er angitt i forrige innstilling, inkluderer du et like antall & ldquo; Fra & rdquo; adresser for denne innstillingen (i samme rekkefølge)."
887
 
888
+ #: library/plugin-settings.php:1280
889
  msgid "Email Alert Subject"
890
  msgstr "E-postvarsel Emne"
891
 
892
+ #: library/plugin-settings.php:1282
893
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
894
  msgstr "Emnelinje for e-postvarsler. La stå tomt for å bruke standard emnelinje. Merk: Du kan bruke følgende variabler:"
895
 
896
+ #: library/plugin-settings.php:1287
897
  msgid "Email Alert Message"
898
  msgstr "E-postvarslingsmelding"
899
 
900
+ #: library/plugin-settings.php:1289
901
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
902
  msgstr "Melding for e-postvarsler. La stå tomt for å bruke standardmeldingen. Merk: Du kan bruke følgende variabler:"
903
 
904
+ #: library/plugin-settings.php:1301
905
  msgid "Featured Image"
906
  msgstr "Utvalgte bilder"
907
 
908
+ #: library/plugin-settings.php:1303
909
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
910
  msgstr "Angi innsendte bilder som Utvalgte bilder. Krever tema støtte for Utvalgte bilder (aka Post Miniatyrbilder)."
911
 
912
+ #: library/plugin-settings.php:1306
913
  msgid "Upload Message"
914
  msgstr "Last opp melding"
915
 
916
+ #: library/plugin-settings.php:1308
917
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
918
  msgstr "Melding som vises ved siden av opplastingsfeltet. Nyttig for å angi opplastingsretningslinjer / policy / etc. Grunnleggende markering tillatt."
919
 
920
+ #: library/plugin-settings.php:1311
921
  msgid "&ldquo;Add another image&rdquo; link"
922
  msgstr "Legg til et annet bilde & rdquo; link"
923
 
924
+ #: library/plugin-settings.php:1313
925
  msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
926
  msgstr "Tilpasset oppføring for & ldquo; Legg til et annet bilde & rdquo; link. La stå tomt for å bruke standardmarkeringen (anbefalt)."
927
 
928
+ #: library/plugin-settings.php:1316
929
  msgid "Minimum number of images"
930
  msgstr "Minimum antall bilder"
931
 
932
+ #: library/plugin-settings.php:1319
933
  msgid "Specify the minimum number of images."
934
  msgstr "Angi minimum antall bilder."
935
 
936
+ #: library/plugin-settings.php:1323
937
  msgid "Maximum number of images"
938
  msgstr "Maks antall bilder"
939
 
940
+ #: library/plugin-settings.php:1326
941
  msgid "Specify the maximum number of images."
942
  msgstr "Angi maksimalt antall bilder."
943
 
944
+ #: library/plugin-settings.php:1330
945
  msgid "Minimum image width"
946
  msgstr "Minimum bildebredde"
947
 
948
+ #: library/plugin-settings.php:1332
949
  msgid "Specify a minimum width (in pixels) for uploaded images."
950
  msgstr "Angi en minimumsbredde (i piksler) for opplastede bilder."
951
 
952
+ #: library/plugin-settings.php:1335
953
  msgid "Minimum image height"
954
  msgstr "Minimum bildehøyde"
955
 
956
+ #: library/plugin-settings.php:1337
957
  msgid "Specify a minimum height (in pixels) for uploaded images."
958
  msgstr "Angi en minimumshøyde (i piksler) for opplastede bilder."
959
 
960
+ #: library/plugin-settings.php:1340
961
  msgid "Maximum image width"
962
  msgstr "Maksimal bildebredde"
963
 
964
+ #: library/plugin-settings.php:1342
965
  msgid "Specify a maximum width (in pixels) for uploaded images."
966
  msgstr "Angi maksimal bredde (i piksler) for opplastede bilder."
967
 
968
+ #: library/plugin-settings.php:1345
969
  msgid "Maximum image height"
970
  msgstr "Maksimal bildehøyde"
971
 
972
+ #: library/plugin-settings.php:1347
973
  msgid "Specify a maximum height (in pixels) for uploaded images."
974
  msgstr "Angi maksimal høyde (i piksler) for opplastede bilder."
975
 
976
+ #: library/plugin-settings.php:1350
977
  msgid "More Options"
978
  msgstr "Flere valg"
979
 
980
+ #: library/plugin-settings.php:1353
981
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
982
  msgstr "For flere alternativer, for eksempel muligheten til å laste opp andre filtyper (som PDF, Word, Zip, videoer og mer), sjekk ut"
983
 
984
+ #: library/plugin-settings.php:1354
985
  msgid "Go Pro!"
986
  msgstr "Bli profesjonell!"
987
 
988
+ #: library/plugin-settings.php:1361
989
  msgid "Auto-Display Content"
990
  msgstr "Automatisk visning av innhold"
991
 
992
+ #: library/plugin-settings.php:1366
993
  msgid "Images Auto-Display"
994
  msgstr "Bilder Automatisk visning"
995
 
996
+ #: library/plugin-settings.php:1368
997
  msgid "Auto-display user-submitted images:"
998
  msgstr "Automatisk visning av brukerdefinerte bilder:"
999
 
1000
+ #: library/plugin-settings.php:1373
1001
  msgid "Image Markup"
1002
  msgstr "Image Markup"
1003
 
1004
+ #: library/plugin-settings.php:1375
1005
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1006
  msgstr "Markup for å bruke for hvert innsendt bilde (når automatisk visning er aktivert). Kan bruke"
1007
 
1008
+ #: library/plugin-settings.php:1377 library/plugin-settings.php:1390
1009
+ #: library/plugin-settings.php:1403 library/plugin-settings.php:1416
1010
  msgid "and"
1011
  msgstr "og"
1012
 
1013
+ #: library/plugin-settings.php:1380
1014
  msgid "Email Auto-Display"
1015
  msgstr "E-post automatisk visning"
1016
 
1017
+ #: library/plugin-settings.php:1382
1018
  msgid "Auto-display user-submitted email:"
1019
  msgstr "Automatisk visning av bruker sendt e-post:"
1020
 
1021
+ #: library/plugin-settings.php:1387
1022
  msgid "Email Markup"
1023
  msgstr "Email Markup"
1024
 
1025
+ #: library/plugin-settings.php:1389
1026
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1027
  msgstr "Merk for å bruke for den sendte e-postadressen (når automatisk visning er aktivert). Kan bruke"
1028
 
1029
+ #: library/plugin-settings.php:1393
1030
  msgid "URL Auto-Display"
1031
  msgstr "URL-automatisk visning"
1032
 
1033
+ #: library/plugin-settings.php:1395
1034
  msgid "Auto-display user-submitted URL:"
1035
  msgstr "Automatisk visning av bruker sendt URL:"
1036
 
1037
+ #: library/plugin-settings.php:1400
1038
  msgid "URL Markup"
1039
  msgstr "URL Markup"
1040
 
1041
+ #: library/plugin-settings.php:1402
1042
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1043
  msgstr "Markup for å bruke for den innleverte nettadressen (når automatisk visning er aktivert). Kan bruke"
1044
 
1045
+ #: library/plugin-settings.php:1406
1046
  msgid "Custom Field Auto-Display"
1047
  msgstr "Tilpasset felt automatisk visning"
1048
 
1049
+ #: library/plugin-settings.php:1408
1050
  msgid "Auto-display user-submitted Custom Field:"
1051
  msgstr "Automatisk visning av brukerdefinert tilpasset felt:"
1052
 
1053
+ #: library/plugin-settings.php:1413
1054
  msgid "Custom Field Markup"
1055
  msgstr "Tilpasset feltmarkering"
1056
 
1057
+ #: library/plugin-settings.php:1415
1058
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1059
  msgstr "Markup for å bruke for det innsendte egendefinerte feltet (når automatisk visning er aktivert). Kan bruke"
1060
 
1061
+ #: library/plugin-settings.php:1421 library/plugin-settings.php:1497
1062
  msgid "Save Settings"
1063
  msgstr "Lagre innstillinger"
1064
 
1065
+ #: library/plugin-settings.php:1426
1066
  msgid "Display the Form"
1067
  msgstr "Vis skjemaet"
1068
 
1069
+ #: library/plugin-settings.php:1429
1070
  msgid "Post-Submit Form"
1071
  msgstr "Send inn skjema"
1072
 
1073
+ #: library/plugin-settings.php:1430
1074
  msgid "USP enables you to display a post-submission form anywhere on your site."
1075
  msgstr "USP gjør at du kan vise et skjema for innlegging hvor som helst på nettstedet ditt."
1076
 
1077
+ #: library/plugin-settings.php:1431 library/plugin-settings.php:1438
1078
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1079
  msgstr "Bruk kortnummeret til å vise skjemaet på en hvilken som helst WP-post eller side:"
1080
 
1081
+ #: library/plugin-settings.php:1433 library/plugin-settings.php:1440
1082
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1083
  msgstr "Du kan også bruke maltekoden til å vise skjemaet hvor som helst i templatmalen din:"
1084
 
1085
+ #: library/plugin-settings.php:1436
1086
  msgid "Login/Register Form"
1087
  msgstr "Logg inn / registrer skjema"
1088
 
1089
+ #: library/plugin-settings.php:1437
1090
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1091
  msgstr "Du kan også vise et skjema som lar brukerne logge på, registrere eller tilbakestille passordet."
1092
 
1093
+ #: library/plugin-settings.php:1443
1094
  msgid "Display Submitted Posts"
1095
  msgstr "Vis innsendte innlegg"
1096
 
1097
+ #: library/plugin-settings.php:1444
1098
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1099
  msgstr "Bruk denne kortkoden til å vise en liste over innsendte innlegg på en hvilken som helst WP-post eller side:"
1100
 
1101
+ #: library/plugin-settings.php:1446
1102
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1103
  msgstr "Eller bruk malltaggen til å vise en liste over innsendte innlegg hvor som helst i temalmalen din:"
1104
 
1105
+ #: library/plugin-settings.php:1448
1106
  msgid "Here are some examples showing how to configure this shortcode:"
1107
  msgstr "Her er noen eksempler som viser hvordan du konfigurerer denne koden:"
1108
 
1109
+ #: library/plugin-settings.php:1455
1110
+ msgid "Reset Form Button"
1111
+ msgstr "Reset Form Button"
1112
+
1113
+ #: library/plugin-settings.php:1456
1114
+ msgid "This shortcode displays a link that resets the form to its original state:"
1115
+ msgstr "Denne shortcode viser en lenke som tilbakestiller skjemaet til sin opprinnelige tilstand:"
1116
+
1117
+ #: library/plugin-settings.php:1458
1118
+ msgid "This shortcode accepts the following attributes:"
1119
+ msgstr "Denne shortcode aksepterer følgende attributter:"
1120
+
1121
+ #: library/plugin-settings.php:1463
1122
+ msgid "Note that the url attribute accepts"
1123
+ msgstr "Merk at urlattributtet aksepterer"
1124
+
1125
+ #: library/plugin-settings.php:1463
1126
+ msgid "to get the current URL."
1127
+ msgstr "for å få den nåværende nettadressen."
1128
+
1129
+ #: library/plugin-settings.php:1465
1130
  msgid "Access Control"
1131
  msgstr "Adgangskontroll"
1132
 
1133
+ #: library/plugin-settings.php:1466
1134
  msgid "USP provides three shortcodes to control access and restrict content."
1135
  msgstr "USP gir tre kortkoder for å kontrollere tilgang og begrense innhold."
1136
 
1137
+ #: library/plugin-settings.php:1467
1138
  msgid "Display content only to users with a specific capability:"
1139
  msgstr "Vis kun innhold til brukere med en bestemt evne:"
1140
 
1141
+ #: library/plugin-settings.php:1469
1142
  msgid "Display content to logged-in users:"
1143
  msgstr "Vis innhold til innloggede brukere:"
1144
 
1145
+ #: library/plugin-settings.php:1471
1146
  msgid "Display content to visitors only:"
1147
  msgstr "Vis kun innhold til besøkende:"
1148
 
1149
+ #: library/plugin-settings.php:1473
1150
  msgid "Tip:"
1151
  msgstr "Tips:"
1152
 
1153
+ #: library/plugin-settings.php:1473
1154
  msgid "to include markup in the deny message, you can use"
1155
  msgstr "å inkludere markering i nektet melding, kan du bruke"
1156
 
1157
+ #: library/plugin-settings.php:1473
1158
  msgid "to output"
1159
  msgstr "å sende ut"
1160
 
1161
+ #: library/plugin-settings.php:1475
1162
  msgid "Example"
1163
  msgstr "Eksempel"
1164
 
1165
+ #: library/plugin-settings.php:1476
1166
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1167
  msgstr "Hvis brukeren er logget inn, viser skjemaet etter innsending; eller hvis brukeren ikke er logget inn, vis innloggingsskjemaet:"
1168
 
1169
+ #: library/plugin-settings.php:1488
1170
  msgid "Restore Defaults"
1171
  msgstr "Gjenopprett standardverdier"
1172
 
1173
+ #: library/plugin-settings.php:1491
1174
  msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1175
  msgstr "La dette alternativet være deaktivert for å huske innstillingene dine. Eller, for å fortsette og gjenopprette standard plugin-alternativer: Merk av i boksen, lagre innstillingene dine, og deaktiver / reaktiver deretter pluginet."
1176
 
1177
+ #: library/plugin-settings.php:1495
1178
  msgid "Restore default options upon plugin deactivation/reactivation."
1179
  msgstr "Gjenopprett standardvalg ved plugin deaktivering / reaktivering."
1180
 
1181
+ #: library/plugin-settings.php:1502
1182
  msgid "Show Support"
1183
  msgstr "Vis støtte"
1184
 
1185
+ #: library/plugin-settings.php:1511
1186
  msgid "by"
1187
  msgstr "av"
1188
 
1189
+ #: library/plugin-settings.php:1512
1190
  msgid "Jeff Starr on Twitter"
1191
  msgstr "Jeff Starr på Twitter"
1192
 
1193
+ #: library/plugin-settings.php:1513
1194
  msgid "Obsessive Web Design &amp; Development"
1195
  msgstr "Obsessive Web Design & amp; Utvikling"
1196
 
1197
+ #: library/plugin-settings.php:1524
1198
  msgid "Save Preference"
1199
  msgstr "Lagre preferanse"
1200
 
1201
+ #: library/plugin-settings.php:1531
1202
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1203
  msgstr "Er du sikker på at du vil gjenopprette alle standardalternativer? (denne handlingen kan ikke fortrykkes)"
1204
 
1205
+ #: library/support-panel.php:52
1206
+ msgid "Perishable Press Books"
1207
+ msgstr "Forgjengelig pressebøker"
1208
+
1209
+ #: library/support-panel.php:53
1210
+ msgid "Plugin Planet"
1211
+ msgstr "Plugin Planet"
1212
+
1213
+ #: library/support-panel.php:54
1214
+ msgid "Donate via PayPal"
1215
+ msgstr "Doner via PayPal"
1216
+
1217
+ #: library/support-panel.php:56
1218
+ msgid "books"
1219
+ msgstr "bøker"
1220
+
1221
+ #: library/support-panel.php:57
1222
+ msgid "plugins"
1223
+ msgstr "plugins"
1224
+
1225
+ #: library/support-panel.php:58
1226
+ msgid "donation"
1227
+ msgstr "donasjon"
1228
+
1229
+ #: library/support-panel.php:60
1230
+ msgid "Thank you for using"
1231
+ msgstr "Takk for at du bruker"
1232
+
1233
+ #: library/support-panel.php:61
1234
+ msgid "Please show support by purchasing one of my"
1235
+ msgstr "Vennligst vis støtte ved å kjøpe en av mine"
1236
+
1237
+ #: library/support-panel.php:62
1238
+ msgid "or"
1239
+ msgstr "eller"
1240
+
1241
+ #: library/support-panel.php:62
1242
+ msgid "or by making a"
1243
+ msgstr "eller ved å lage en"
1244
+
1245
+ #: library/support-panel.php:63
1246
+ msgid "Your generous support helps to ensure future development of"
1247
+ msgstr "Din sjenerøse støtte bidrar til å sikre fremtidig utvikling av"
1248
+
1249
+ #: library/support-panel.php:64
1250
+ msgid "and is greatly appreciated."
1251
+ msgstr "og er sterkt verdsatt."
1252
+
1253
+ #: library/support-panel.php:66
1254
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1255
+ msgstr "En hvilken som helst størrelse donasjon hjelper meg å fortsette å utvikle denne gratis plugin og andre fantastiske WordPress-ressurser."
1256
 
1257
  #. Description of the plugin
1258
  #:
languages/usp-pa_IN.mo CHANGED
Binary file
languages/usp-pa_IN.po CHANGED
@@ -4,206 +4,206 @@ 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 20171028\n"
8
  "Language: pa\n"
9
 
10
  #. Name of the plugin
11
- #: user-submitted-posts.php:44
12
  msgid "User Submitted Posts"
13
  msgstr "ਯੂਜ਼ਰ ਦੁਆਰਾ ਪੋਸਟ ਕੀਤੀਆਂ ਪੋਸਟ"
14
 
15
- #: user-submitted-posts.php:78
16
  msgid "requires WordPress "
17
  msgstr "ਵਰਡਪਰੈਸ ਦੀ ਲੋੜ ਹੈ"
18
 
19
- #: user-submitted-posts.php:79
20
  msgid " or higher, and has been deactivated! "
21
  msgstr " ਜਾਂ ਵੱਧ, ਅਤੇ ਅਯੋਗ ਕੀਤਾ ਗਿਆ ਹੈ!"
22
 
23
- #: user-submitted-posts.php:80
24
  msgid "Please return to the"
25
  msgstr "ਨੂੰ ਵਾਪਸ ਜਾਓ ਜੀ"
26
 
27
- #: user-submitted-posts.php:81
28
  msgid "WordPress Admin Area"
29
  msgstr "ਵਰਡਪਰੈਸ ਐਡਮਿਨ ਏਰੀਆ"
30
 
31
- #: user-submitted-posts.php:82
32
  msgid "to upgrade WordPress and try again."
33
  msgstr "ਵਰਡਪਰੈਸ ਨੂੰ ਅਪਗ੍ਰੇਡ ਅਤੇ ਫਿਰ ਕੋਸ਼ਿਸ਼ ਕਰੋ."
34
 
35
- #: user-submitted-posts.php:124
36
  msgid "User Submitted Post"
37
  msgstr "ਯੂਜ਼ਰ ਦੁਆਰਾ ਜਮ੍ਹਾਂ ਕਰਵਾਏ ਪੋਸਟ"
38
 
39
- #: user-submitted-posts.php:445
40
  msgid "User Submitted Post Info"
41
  msgstr "ਯੂਜ਼ਰ ਦੁਆਰਾ ਪੋਸਟ ਜਾਣਕਾਰੀ"
42
 
43
- #: user-submitted-posts.php:475
44
  msgid "Submitter Name: "
45
  msgstr "ਸਬਮਿੰਟਰ ਦਾ ਨਾਮ:"
46
 
47
- #: user-submitted-posts.php:476
48
  msgid "Submitter Email: "
49
  msgstr "ਸਬਮਿਟਰ ਈਮੇਲ:"
50
 
51
- #: user-submitted-posts.php:477
52
  msgid "Submitter URL: "
53
  msgstr "ਸਬਮਿਟਰ URL:"
54
 
55
- #: user-submitted-posts.php:478
56
  msgid "Submitter IP: "
57
  msgstr "Submitter IP:"
58
 
59
- #: user-submitted-posts.php:529
60
  msgid "Show USP Posts"
61
  msgstr "USP ਪੋਸਟ ਦਿਖਾਓ"
62
 
63
- #: user-submitted-posts.php:530 library/plugin-settings.php:967
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
- #: user-submitted-posts.php:1175
68
  msgid " files required"
69
  msgstr " ਲੋੜੀਂਦੀਆਂ ਫਾਈਲਾਂ"
70
 
71
- #: user-submitted-posts.php:1176
72
  msgid " file required"
73
  msgstr " ਫਾਇਲ ਦੀ ਲੋੜ ਹੈ"
74
 
75
- #: user-submitted-posts.php:1178
76
  msgid " files"
77
  msgstr " ਫਾਈਲਾਂ"
78
 
79
- #: user-submitted-posts.php:1179
80
  msgid " file"
81
  msgstr " ਫਾਇਲ"
82
 
83
- #: user-submitted-posts.php:1181 user-submitted-posts.php:1182
84
- #: user-submitted-posts.php:1183 user-submitted-posts.php:1184
85
  msgid " pixels"
86
  msgstr " ਪਿਕਸਲ"
87
 
88
- #: user-submitted-posts.php:1186 library/plugin-settings.php:284
89
- #: library/plugin-settings.php:303 library/plugin-settings.php:690
90
- #: library/plugin-settings.php:1176
91
  msgid "Custom Field"
92
  msgstr "ਕਸਟਮ ਫੀਲਡ"
93
 
94
- #: user-submitted-posts.php:1189
95
  msgid "An error occurred. Please go back and try again."
96
  msgstr "ਇੱਕ ਗਲਤੀ ਆਈ ਹੈ. ਵਾਪਸ ਜਾਓ ਅਤੇ ਦੁਬਾਰਾ ਕੋਸ਼ਿਸ਼ ਕਰੋ."
97
 
98
- #: user-submitted-posts.php:1199
99
  msgid "User login required"
100
  msgstr "ਯੂਜ਼ਰ ਲਾਗਇਨ ਲਾਜ਼ਮੀ"
101
 
102
- #: user-submitted-posts.php:1200
103
  msgid "User name required"
104
  msgstr "ਯੂਜ਼ਰ ਨਾਮ ਦੀ ਲੋੜ ਹੈ"
105
 
106
- #: user-submitted-posts.php:1201
107
  msgid "Post title required"
108
  msgstr "ਪੋਸਟ ਦਾ ਸਿਰਲੇਖ ਲੋੜੀਂਦਾ ਹੈ"
109
 
110
- #: user-submitted-posts.php:1202
111
  msgid "User URL required"
112
  msgstr "ਯੂਜਰ URL ਦੀ ਲੋੜ ਹੈ"
113
 
114
- #: user-submitted-posts.php:1203
115
  msgid "Post tags required"
116
  msgstr "ਪੋਸਟ ਟੈਗ ਦੀ ਲੋੜ ਹੈ"
117
 
118
- #: user-submitted-posts.php:1204
119
  msgid "Post category required"
120
  msgstr "ਪੋਸਟ ਵਰਗ ਦੀ ਲੋੜ ਹੈ"
121
 
122
- #: user-submitted-posts.php:1205
123
  msgid "Post content required"
124
  msgstr "ਪੋਸਟ ਸਮੱਗਰੀ ਦੀ ਲੋੜ ਹੈ"
125
 
126
- #: user-submitted-posts.php:1206 user-submitted-posts.php:1207
127
  msgid "Correct captcha required"
128
  msgstr "ਸਹੀ ਕੈਪਟਚਾ ਲੋੜੀਂਦਾ ਹੈ"
129
 
130
- #: user-submitted-posts.php:1208
131
  msgid "User email required"
132
  msgstr "ਯੂਜ਼ਰ ਈਮੇਲ ਦੀ ਲੋੜ ਹੈ"
133
 
134
- #: user-submitted-posts.php:1209
135
  msgid "Please check your email and try again"
136
  msgstr "ਕਿਰਪਾ ਕਰਕੇ ਆਪਣੀ ਈਮੇਲ ਦੀ ਜਾਂਚ ਕਰੋ ਅਤੇ ਦੁਬਾਰਾ ਕੋਸ਼ਿਸ਼ ਕਰੋ"
137
 
138
- #: user-submitted-posts.php:1210
139
  msgid "Non-empty value for hidden field"
140
  msgstr "ਲੁਕਵੇਂ ਖੇਤਰ ਲਈ ਨਾ-ਖਾਲੀ ਮੁੱਲ"
141
 
142
- #: user-submitted-posts.php:1211
143
  msgid "Minimum number of images not met"
144
  msgstr "ਘੱਟੋ-ਘੱਟ ਚਿੱਤਰ ਨਹੀਂ ਮਿਲੇ"
145
 
146
- #: user-submitted-posts.php:1212
147
  msgid "Maximum number of images exceeded "
148
  msgstr "ਚਿੱਤਰਾਂ ਦੀ ਵੱਧ ਤੋਂ ਵੱਧ ਗਿਣਤੀ ਵੱਧ ਗਈ"
149
 
150
- #: user-submitted-posts.php:1213
151
  msgid "Minimum image width not met"
152
  msgstr "ਘੱਟੋ ਘੱਟ ਚਿੱਤਰ ਦੀ ਚੌੜਾਈ ਨਹੀਂ ਮਿਲੀ"
153
 
154
- #: user-submitted-posts.php:1214
155
  msgid "Image width exceeds maximum"
156
  msgstr "ਚਿੱਤਰ ਦੀ ਚੌੜਾਈ ਵੱਧ ਤੋਂ ਵੱਧ ਹੈ"
157
 
158
- #: user-submitted-posts.php:1215
159
  msgid "Minimum image height not met"
160
- msgstr "ਘੱਟੋ-ਘੱਟ ਚਿੱਤਰ ਦੀ ਉਚਾਈ ਨਹੀਂ ਮਿਲੀ"
161
 
162
- #: user-submitted-posts.php:1216
163
  msgid "Image height exceeds maximum"
164
  msgstr "ਚਿੱਤਰ ਦੀ ਉਚਾਈ ਵੱਧ ਤੋਂ ਵੱਧ ਹੈ"
165
 
166
- #: user-submitted-posts.php:1217
167
  msgid "File type not allowed (please upload images only)"
168
  msgstr "ਫਾਈਲ ਪ੍ਰਕਾਰ ਦੀ ਆਗਿਆ ਨਹੀਂ ਹੈ (ਕਿਰਪਾ ਕਰਕੇ ਸਿਰਫ਼ ਚਿੱਤਰ ਅਪਲੋਡ ਕਰੋ)"
169
 
170
- #: user-submitted-posts.php:1218
171
  msgid " required"
172
  msgstr " ਲੋੜੀਂਦੀ"
173
 
174
- #: user-submitted-posts.php:1222
175
  msgid "File not uploaded. Please check the file and try again."
176
  msgstr "ਫਾਈਲ ਅਪਲੋਡ ਨਹੀਂ ਕੀਤੀ ਗਈ ਕਿਰਪਾ ਕਰਕੇ ਫਾਈਲ ਦੀ ਜਾਂਚ ਕਰੋ ਅਤੇ ਦੁਬਾਰਾ ਕੋਸ਼ਿਸ਼ ਕਰੋ."
177
 
178
- #: user-submitted-posts.php:1226
179
  msgid "The file(s) could not be uploaded"
180
  msgstr "ਫਾਈਲ (ਫਾਈਲਾਂ) ਅਪਲੋਡ ਨਹੀਂ ਕੀਤੀਆਂ ਜਾ ਸਕਦੀਆਂ"
181
 
182
- #: user-submitted-posts.php:1228
183
  msgid "Post not created. Please contact the site administrator for help."
184
  msgstr "ਪੋਸਟ ਨਹੀਂ ਬਣਾਇਆ ਗਿਆ ਮਦਦ ਲਈ ਸਾਈਟ ਪ੍ਰਸ਼ਾਸਕ ਨਾਲ ਸੰਪਰਕ ਕਰੋ ਜੀ"
185
 
186
- #: user-submitted-posts.php:1229
187
  msgid "Duplicate post title. Please try again."
188
  msgstr "ਡੁਪਲੀਕੇਟ ਪੋਸਟ ਟਾਈਟਲ ਮੁੜ ਕੋਸ਼ਿਸ ਕਰੋ ਜੀ."
189
 
190
- #: user-submitted-posts.php:1239
191
  msgid "Error: "
192
  msgstr "ਗਲਤੀ:"
193
 
194
- #: user-submitted-posts.php:1265
195
  msgid "Return to form"
196
  msgstr "ਫਾਰਮ ਤੇ ਵਾਪਸ ਜਾਓ"
197
 
198
- #: user-submitted-posts.php:1293 library/plugin-settings.php:943
199
  msgid "Please"
200
  msgstr "ਕ੍ਰਿਪਾ"
201
 
202
- #: user-submitted-posts.php:1294
203
  msgid "log in"
204
  msgstr "ਲਾਗਿਨ"
205
 
206
- #: user-submitted-posts.php:1295
207
  msgid "to submit content!"
208
  msgstr "ਸਮੱਗਰੀ ਜਮ੍ਹਾਂ ਕਰਨ ਲਈ!"
209
 
@@ -228,13 +228,13 @@ msgstr "ਤੁਹਾਡਾ ਈਮੇਲ"
228
 
229
  #: views/submission-form.php:74 views/submission-form.php:75
230
  #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
- #: library/plugin-settings.php:1004
232
  msgid "Post Title"
233
  msgstr "ਪੋਸਟ ਟਾਈਟਲ"
234
 
235
  #: views/submission-form.php:80 views/submission-form.php:81
236
  #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
- #: library/plugin-settings.php:1005
238
  msgid "Post Tags"
239
  msgstr "ਪੋਸਟ ਟੈਗਸ"
240
 
@@ -243,7 +243,7 @@ msgid "Antispam Question"
243
  msgstr "ਐਂਟੀਸਪਾਮ ਸਵਾਲ"
244
 
245
  #: views/submission-form.php:98 views/submission-form-alt.php:103
246
- #: library/plugin-settings.php:1006
247
  msgid "Post Category"
248
  msgstr "ਪੋਸਟ ਸ਼੍ਰੇਣੀ"
249
 
@@ -253,7 +253,7 @@ msgstr "ਕਿਰਪਾ ਕਰਕੇ ਕੋਈ ਸ਼੍ਰੇਣੀ ਚੁਣ
253
 
254
  #: views/submission-form.php:135 views/submission-form.php:136
255
  #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
- #: library/plugin-settings.php:1007
257
  msgid "Post Content"
258
  msgstr "ਸਮੱਗਰੀ ਪੋਸਟ ਕਰੋ"
259
 
@@ -277,6 +277,14 @@ msgstr "ਮਨੁੱਖੀ ਤਸਦੀਕ: ਇਸ ਖੇਤਰ ਨੂੰ ਖਾ
277
  msgid "Submit Post"
278
  msgstr "ਪੋਸਟ ਜਮ੍ਹਾਂ ਕਰੋ"
279
 
 
 
 
 
 
 
 
 
280
  #: library/plugin-settings.php:32
281
  msgid "Get USP Pro for unlimited forms!"
282
  msgstr "ਬੇਅੰਤ ਫਾਰਮ ਲਈ USP ਪ੍ਰੋ ਲਵੋ!"
@@ -380,12 +388,12 @@ msgid "to configure options)"
380
  msgstr "ਚੋਣਾਂ ਨੂੰ ਸੰਰਚਿਤ ਕਰਨ ਲਈ)"
381
 
382
  #: library/plugin-settings.php:318 library/plugin-settings.php:335
383
- #: library/plugin-settings.php:1194 library/plugin-settings.php:1199
384
  msgid "Challenge Question"
385
  msgstr "ਚੁਣੌਤੀ ਪ੍ਰਸ਼ਨ"
386
 
387
  #: library/plugin-settings.php:350 library/plugin-settings.php:367
388
- #: library/plugin-settings.php:1216
389
  msgid "Google reCAPTCHA"
390
  msgstr "Google reCAPTCHA"
391
 
@@ -401,7 +409,7 @@ msgstr "ਡਿਸਪਲੇ ਕਰੋ"
401
  msgid "Disable"
402
  msgstr "ਅਸਮਰੱਥ ਕਰੋ"
403
 
404
- #: library/plugin-settings.php:399 library/plugin-settings.php:1277
405
  msgid "Image Uploads"
406
  msgstr "ਚਿੱਤਰ ਅਪਲੋਡ"
407
 
@@ -429,746 +437,822 @@ msgstr "ਬਾਅਦ ਪਬਲਿਸ਼ ਕਰੋ"
429
  msgid " approved posts"
430
  msgstr " ਪ੍ਰਵਾਨਿਤ ਪੋਸਟ"
431
 
432
- #: library/plugin-settings.php:635
433
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
434
  msgstr "ਇੱਕ ਅਸ਼ੁੱਧੀ ਹੋਈ ਸੀ. ਕਿਰਪਾ ਕਰਕੇ ਇਹ ਯਕੀਨੀ ਬਣਾਉ ਕਿ ਤੁਸੀਂ ਇੱਕ ਟਾਈਟਲ, ਕੁਝ ਸਮਗਰੀ ਸ਼ਾਮਲ ਕੀਤੀ ਹੈ, ਅਤੇ ਇਹ ਕਿ ਤੁਸੀਂ ਸਿਰਫ਼ ਚਿੱਤਰ ਹੀ ਅਪਲੋਡ ਕੀਤੇ ਹਨ."
435
 
436
- #: library/plugin-settings.php:649
437
  msgid "Please select your image(s) to upload."
438
- msgstr "ਕਿਰਪਾ ਕਰਕੇ ਅਪਲੋਡ ਕਰਨ ਲਈ ਆਪਣੀ ਚਿੱਤਰ (ਤਰਜ਼) ਦੀ ਚੋਣ ਕਰੋ."
439
 
440
- #: library/plugin-settings.php:655
441
  msgid "Success! Thank you for your submission."
442
  msgstr "ਸਫਲਤਾ! ਤੁਹਾਡੇ ਸਬਮਿਸ਼ਨ ਲਈ ਧੰਨਵਾਦ"
443
 
444
- #: library/plugin-settings.php:681
445
  msgid "Email"
446
  msgstr "ਈ - ਮੇਲ"
447
 
448
- #: library/plugin-settings.php:682
449
  msgid "URL"
450
  msgstr "URL"
451
 
452
- #: library/plugin-settings.php:721
453
- msgid "Sorry, you are not allowed to modify settings."
454
- msgstr "ਮੁਆਫ ਕਰਨਾ, ਤੁਹਾਨੂੰ ਸੈਟਿੰਗਾਂ ਨੂੰ ਸੰਸ਼ੋਧਿਤ ਕਰਨ ਦੀ ਅਨੁਮਤੀ ਨਹੀਂ ਹੈ."
455
-
456
- #: library/plugin-settings.php:930
457
  msgid "Toggle all panels"
458
  msgstr "ਸਾਰੇ ਪੈਨਲ ਟੌਗਲ ਕਰੋ"
459
 
460
- #: library/plugin-settings.php:939
461
  msgid "We need your support!"
462
  msgstr "ਸਾਨੂੰ ਤੁਹਾਡੇ ਸਮਰਥਨ ਦੀ ਜ਼ਰੂਰਤ ਹੈ!"
463
 
464
- #: library/plugin-settings.php:943
465
  msgid "Make a donation via PayPal"
466
  msgstr "ਪੇਪਾਲ ਦੁਆਰਾ ਦਾਨ ਬਣਾਉ"
467
 
468
- #: library/plugin-settings.php:943
469
  msgid "make a donation"
470
  msgstr "ਦਾਨ ਕਰੋ"
471
 
472
- #: library/plugin-settings.php:943
473
  msgid "and/or"
474
  msgstr "ਅਤੇ / ਜਾਂ"
475
 
476
- #: library/plugin-settings.php:944
477
  msgid "Rate and review at the Plugin Directory"
478
  msgstr "ਪਲੱਗਇਨ ਡਾਇਰੈਕਟਰੀ ਤੇ ਰੇਟ ਅਤੇ ਸਮੀਖਿਆ ਕਰੋ"
479
 
480
- #: library/plugin-settings.php:945
481
  msgid "give this plugin a 5-star rating"
482
  msgstr "ਇਸ ਪਲੱਗਇਨ ਨੂੰ 5-ਸਟਾਰ ਰੇਟਿੰਗ ਦਿਉ"
483
 
484
- #: library/plugin-settings.php:949
485
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
486
  msgstr "ਤੁਹਾਡਾ ਖੁੱਲ੍ਹੀ ਸਹਾਇਤਾ ਇਸ ਮੁਫ਼ਤ ਪਲਗਇਨ ਦੇ ਲਗਾਤਾਰ ਵਿਕਾਸ ਨੂੰ ਸਮਰੱਥ ਬਣਾਉਂਦਾ ਹੈ. ਤੁਹਾਡਾ ਧੰਨਵਾਦ!"
487
 
488
- #: library/plugin-settings.php:954
489
  msgid "Check this box if you have shown support"
490
  msgstr "ਜੇ ਤੁਸੀਂ ਸਮਰਥਨ ਦਿਖਾਇਆ ਹੈ ਤਾਂ ਇਸ ਬਕਸੇ ਨੂੰ ਚੁਣੋ"
491
 
492
- #: library/plugin-settings.php:963
493
  msgid "Overview"
494
  msgstr "ਸੰਖੇਪ ਜਾਣਕਾਰੀ"
495
 
496
- #: library/plugin-settings.php:967
497
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
498
  msgstr "ਤੁਹਾਡੀਆਂ ਮਹਿਮਾਨਾਂ ਨੂੰ ਆਪਣੀ ਸਾਈਟ ਦੇ ਫਰੰਟ-ਐਂਡ ਤੋਂ ਪੋਸਟਾਂ ਜਮ੍ਹਾਂ ਕਰਾਉਣ ਅਤੇ ਤਸਵੀਰਾਂ ਅਪਲੋਡ ਕਰਨ ਦੇ ਯੋਗ ਬਣਾਉਂਦਾ ਹੈ."
499
 
500
- #: library/plugin-settings.php:968
501
  msgid "For advanced functionality and unlimited forms, check out"
502
  msgstr "ਤਕਨੀਕੀ ਕਾਰਜਸ਼ੀਲਤਾ ਅਤੇ ਬੇਅੰਤ ਫਾਰਮ ਲਈ, ਦੇਖੋ"
503
 
504
- #: library/plugin-settings.php:968 library/plugin-settings.php:1335
505
  msgid "USP Pro"
506
  msgstr "USP ਪ੍ਰੋ"
507
 
508
- #: library/plugin-settings.php:969
509
  msgid "&mdash; the ultimate solution for user-generated content."
510
  msgstr "& mdash; ਉਪਭੋਗਤਾ ਦੁਆਰਾ ਤਿਆਰ ਕੀਤੀ ਗਈ ਸਮੱਗਰੀ ਲਈ ਅੰਤਮ ਹੱਲ."
511
 
512
- #: library/plugin-settings.php:973 library/plugin-settings.php:990
513
  msgid "Plugin Settings"
514
  msgstr "ਪਲੱਗਇਨ ਸੈਟਿੰਗ"
515
 
516
- #: library/plugin-settings.php:974
517
  msgid "Display the form"
518
  msgstr "ਫਾਰਮ ਨੂੰ ਪ੍ਰਦਰਸ਼ਿਤ ਕਰੋ"
519
 
520
- #: library/plugin-settings.php:975 library/plugin-settings.php:1482
521
  msgid "Plugin Homepage"
522
  msgstr "ਪਲੱਗਇਨ ਹੋਮਪੇਜ"
523
 
524
- #: library/plugin-settings.php:978
525
  msgid "If you like this plugin, please"
526
  msgstr "ਜੇ ਤੁਸੀਂ ਇਹ ਪਲੱਗਇਨ ਪਸੰਦ ਕਰਦੇ ਹੋ, ਤਾਂ ਕਿਰਪਾ ਕਰਕੇ"
527
 
528
- #: library/plugin-settings.php:979
529
  msgid "THANK YOU for your support!"
530
  msgstr "ਤੁਹਾਡੇ ਸਹਿਯੋਗ ਲਈ ਧੰਨਵਾਦ!"
531
 
532
- #: library/plugin-settings.php:979
533
  msgid "give it a 5-star rating"
534
  msgstr "ਇਸਨੂੰ 5-ਸਟਾਰ ਰੇਟਿੰਗ ਦਿਉ"
535
 
536
- #: library/plugin-settings.php:983
537
  msgid "Unlimited front-end forms"
538
  msgstr "ਅਸੀਮਤ ਫਰੰਟ-ਐਂਡ ਫਾਰਮ"
539
 
540
- #: library/plugin-settings.php:983
541
  msgid "Get USP Pro"
542
  msgstr "USP ਪ੍ਰੋ ਪ੍ਰਾਪਤ ਕਰੋ"
543
 
544
- #: library/plugin-settings.php:993
545
  msgid "Configure your settings for User Submitted Posts."
546
  msgstr "ਯੂਜ਼ਰ ਦੁਆਰਾ ਭੇਜੀਆਂ ਗਈਆਂ ਪੋਸਟਾਂ ਲਈ ਆਪਣੀ ਸੈਟਿੰਗਾਂ ਨੂੰ ਕੌਂਫਿਗਰ ਕਰੋ."
547
 
548
- #: library/plugin-settings.php:995
549
  msgid "Form Fields"
550
- msgstr "ਫਾਰਮ ਫੀਲਡਜ਼"
551
 
552
- #: library/plugin-settings.php:1001
553
  msgid "User Name"
554
  msgstr "ਯੂਜ਼ਰ ਨਾਮ"
555
 
556
- #: library/plugin-settings.php:1002
557
  msgid "User Email"
558
  msgstr "ਯੂਜ਼ਰ ਈਮੇਲ"
559
 
560
- #: library/plugin-settings.php:1003
561
  msgid "User URL"
562
  msgstr "ਯੂਜ਼ਰ URL"
563
 
564
- #: library/plugin-settings.php:1018
565
  msgid "General Settings"
566
  msgstr "ਆਮ ਸੈਟਿੰਗ"
567
 
568
- #: library/plugin-settings.php:1023
 
 
 
 
569
  msgid "Form Style"
570
  msgstr "ਫਾਰਮ ਸਟਾਈਲ"
571
 
572
- #: library/plugin-settings.php:1028
573
  msgid "With this option, you can copy the plugin&rsquo;s default templates:"
574
  msgstr "ਇਸ ਵਿਕਲਪ ਦੇ ਨਾਲ, ਤੁਸੀਂ ਪਲਗਇਨ & rsquo; s ਡਿਫੌਲਟ ਖਾਕੇ ਦੀ ਨਕਲ ਕਰ ਸਕਦੇ ਹੋ:"
575
 
576
- #: library/plugin-settings.php:1033
577
  msgid "..and upload them into a directory named"
578
- msgstr "..ਅਤੇ ਉਹਨਾਂ ਨੂੰ ਨਾਮ ਦੀ ਡਾਇਰੈਕਟਰੀ ਵਿੱਚ ਅਪਲੋਡ ਕਰੋ"
579
 
580
- #: library/plugin-settings.php:1033
581
  msgid "in your theme:"
582
  msgstr "ਆਪਣੀ ਥੀਮ ਵਿੱਚ:"
583
 
584
- #: library/plugin-settings.php:1039
585
  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"
586
  msgstr "ਇਹ ਤੁਹਾਨੂੰ ਫਾਰਮ ਅਤੇ ਸਟਾਇਲ ਨੂੰ ਅਨੁਕੂਲਿਤ ਕਰਨ ਦੇ ਯੋਗ ਬਣਾਵੇਗਾ ਜਿਵੇਂ ਲੋੜੀਦਾ ਵਧੇਰੇ ਜਾਣਕਾਰੀ ਲਈ, ਵਿਚ \"ਕਸਟਮ ਸਬਮਿਸ਼ਨ ਫਾਰਮ\" ਸੈਕਸ਼ਨ ਦੇਖੋ"
587
 
588
- #: library/plugin-settings.php:1040
589
  msgid "Installation Docs"
590
  msgstr "ਇੰਸਟਾਲੇਸ਼ਨ ਡੌਕਸ"
591
 
592
- #: library/plugin-settings.php:1041
593
  msgid "FYI: here is a"
594
  msgstr "FYI: ਇੱਥੇ ਇੱਕ ਹੈ"
595
 
596
- #: library/plugin-settings.php:1041
597
  msgid "list of USP CSS selectors"
598
  msgstr "ਯੂਐਸਪੀ CSS ਚੋਣਕਾਰ ਦੀ ਸੂਚੀ"
599
 
600
- #: library/plugin-settings.php:1047
601
  msgid "Include JavaScript"
602
  msgstr "ਜਾਵਾਸਕ੍ਰਿਪਟ ਸ਼ਾਮਲ ਕਰੋ"
603
 
604
- #: library/plugin-settings.php:1049
605
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
606
  msgstr "ਇਸ ਬਕਸੇ ਨੂੰ ਚੈੱਕ ਕਰੋ ਜੇਕਰ ਤੁਸੀਂ ਬਾਹਰੀ ਜਾਵਾਸਕ੍ਰਿਪਟ ਫਾਇਲਾਂ ਨੂੰ ਸ਼ਾਮਲ ਕਰਨਾ ਚਾਹੁੰਦੇ ਹੋ (ਸਿਫ਼ਾਰਿਸ਼ ਕੀਤਾ)"
607
 
608
- #: library/plugin-settings.php:1052
609
  msgid "Targeted Loading"
610
  msgstr "ਲਕਸ਼ ਲੋਡਿੰਗ"
611
 
612
- #: library/plugin-settings.php:1054
613
  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."
614
  msgstr "ਮੂਲ ਰੂਪ ਵਿੱਚ, ਬਾਹਰੀ CSS & amp; ਜਾਵਾਸਕ੍ਰਿਪਟ ਦੀਆਂ ਫਾਈਲਾਂ ਹਰ ਪੰਨੇ ਤੇ ਲੋਡ ਕੀਤੀਆਂ ਜਾਂਦੀਆਂ ਹਨ. ਇੱਥੇ ਤੁਸੀਂ ਸਿਰਫ਼ ਉਸ ਸਫ਼ੇ ਤੇ ਸਰੋਤ ਲੋਡ ਕਰਨ ਲਈ ਯੂਐਸਪੀ ਫਾਰਮ ਦਾ ਯੂਆਰਐਲ ਨਿਸ਼ਚਿਤ ਕਰ ਸਕਦੇ ਹੋ. ਨੋਟ: ਸਾਰੇ ਪੰਨਿਆਂ ਤੇ ਲੋਡ ਕਰਨ ਲਈ ਖਾਲੀ ਛੱਡੋ."
615
 
616
- #: library/plugin-settings.php:1057
617
  msgid "Post Type"
618
  msgstr "ਪੋਸਟ ਕਿਸਮ"
619
 
620
- #: library/plugin-settings.php:1060
621
  msgid "Submit posts as WP Posts or Pages"
622
  msgstr "WP Posts ਜਾਂ Pages ਦੇ ਰੂਪ ਵਿੱਚ ਪੋਸਟਾਂ ਨੂੰ ਜਮ੍ਹਾ ਕਰੋ"
623
 
624
- #: library/plugin-settings.php:1064
625
  msgid "Post Status"
626
  msgstr "ਪੋਸਟ ਸਥਿਤੀ"
627
 
628
- #: library/plugin-settings.php:1067
629
  msgid "Post Status for submitted posts"
630
  msgstr "ਦਰਜ ਕੀਤੀਆਂ ਪੋਸਟਾਂ ਲਈ ਪੋਸਟ ਸਥਿਤੀ"
631
 
632
- #: library/plugin-settings.php:1071
633
  msgid "Redirect URL"
634
  msgstr "ਰੀ-ਡਾਇਰੈਕਟ URL"
635
 
636
- #: library/plugin-settings.php:1073
637
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
638
  msgstr "ਪੋਸਟ-ਸਬਮਿਸ਼ਨ ਦੇ ਬਾਅਦ ਉਪਭੋਗਤਾ ਨੂੰ ਰੀਡਾਇਰੈਕਟ ਕਰਨ ਲਈ ਇੱਕ URL ਨਿਸ਼ਚਿਤ ਕਰੋ ਮੌਜੂਦਾ ਪੇਜ਼ ਤੇ ਵਾਪਸ ਭੇਜਣ ਲਈ ਖਾਲੀ ਛੱਡੋ."
639
 
640
- #: library/plugin-settings.php:1076
641
  msgid "Success Message"
642
  msgstr "ਸਫਲਤਾ ਸੁਨੇਹਾ"
643
 
644
- #: library/plugin-settings.php:1078
645
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
646
  msgstr "ਸਫ਼ਲਤਾ ਦਾ ਸੰਦੇਸ਼ ਜੋ ਦਿਖਾਉਂਦਾ ਹੈ ਜੇਕਰ ਪੋਸਟ-ਸਬਮਿਸ਼ਨ ਸਫਲ ਹੋਵੇ ਤਾਂ ਬੇਸਿਕ ਮਾਰਕਅੱਪ ਦੀ ਆਗਿਆ ਹੈ"
647
 
648
- #: library/plugin-settings.php:1081
649
  msgid "Error Message"
650
  msgstr "ਗਲਤੀ ਸੁਨੇਹਾ"
651
 
652
- #: library/plugin-settings.php:1083
653
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
654
  msgstr "ਇੱਕ ਆਮ ਗਲਤੀ ਸੁਨੇਹਾ ਜੋ ਡਿਸਪਲੇ ਕੀਤਾ ਜਾਂਦਾ ਹੈ ਜੇਕਰ ਪੋਸਟ-ਸਬਮਿਸ਼ਨ ਫੇਲ੍ਹ ਹੋ ਜਾਂਦੀ ਹੈ. ਬੇਸਿਕ ਮਾਰਕਅੱਪ ਦੀ ਆਗਿਆ ਹੈ"
655
 
656
- #: library/plugin-settings.php:1086
657
  msgid "Custom Content"
658
  msgstr "ਕਸਟਮ ਸਮਗਰੀ"
659
 
660
- #: library/plugin-settings.php:1088
661
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
662
  msgstr "ਸਬਮਿਸ਼ਨ ਫਾਰਮ ਤੋਂ ਪਹਿਲਾਂ ਕਸਟਮ ਟੈਕਸਟ / ਮਾਰਕਅੱਪ ਨੂੰ ਸ਼ਾਮਲ ਕਰਨਾ. ਅਯੋਗ ਕਰਨ ਲਈ ਖਾਲੀ ਛੱਡੋ."
663
 
664
- #: library/plugin-settings.php:1091
665
  msgid "Rich Text Editor"
666
  msgstr "ਰਿਚ ਟੈਕਸਟ ਐਡੀਟਰ"
667
 
668
- #: library/plugin-settings.php:1093
669
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
670
  msgstr "ਜੇਕਰ ਤੁਸੀਂ ਦਰਜ ਕੀਤੀਆਂ ਪੋਸਟਾਂ ਲਈ WP ਐਸਟ ਟੈਕਸਟ ਐਕਟੀਵੇਸ਼ਨ ਨੂੰ ਸਮਰੱਥ ਬਣਾਉਣਾ ਚਾਹੁੰਦੇ ਹੋ ਤਾਂ ਇਸ ਬਾਕਸ ਨੂੰ ਚੈਕ ਕਰੋ."
671
 
672
- #: library/plugin-settings.php:1096
673
  msgid "Unique Titles"
674
  msgstr "ਵਿਲੱਖਣ ਸਿਰਲੇਖ"
675
 
676
- #: library/plugin-settings.php:1098
677
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
678
  msgstr "ਵਿਲੱਖਣ ਹੋਣ ਲਈ ਪੇਸ਼ ਕੀਤੇ ਅਤਰੇ ਸਿਰਲੇਖਾਂ ਦੀ ਜ਼ਰੂਰਤ (ਮਲਟੀਪਲ / ਡੁਪਲੀਕੇਟ ਅਸਾਮੀਆਂ ਪੋਸਟਾਂ ਨੂੰ ਰੋਕਣ ਲਈ ਉਪਯੋਗੀ)"
679
 
680
- #: library/plugin-settings.php:1101
681
  msgid "Disable Required"
682
  msgstr "ਲਾਜ਼ਮੀ"
683
 
684
- #: library/plugin-settings.php:1103
685
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
686
  msgstr "ਡਿਫੌਲਟ ਫਾਰਮ ਫੀਲਡਸ ਤੇ ਸਾਰੇ ਲੋੜੀਂਦੇ ਵਿਸ਼ੇਸ਼ਤਾਵਾਂ ਨੂੰ ਅਸਮਰੱਥ ਕਰੋ (ਗਲਤੀ ਸੁਨੇਹਿਆਂ ਦੇ ਨਿਪਟਾਰੇ ਲਈ ਉਪਯੋਗੀ)."
687
 
688
- #: library/plugin-settings.php:1106
689
  msgid "Disable IP Tracking"
690
  msgstr "IP ਟਰੈਕਿੰਗ ਨੂੰ ਅਸਮਰੱਥ ਬਣਾਓ"
691
 
692
- #: library/plugin-settings.php:1108
693
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
694
  msgstr "ਡਿਫਾਲਟ ਰੂਪ ਵਿੱਚ ਹਰੇਕ ਪ੍ਰਸਤੁਤ ਪੋਸਟ ਦੇ ਨਾਲ ਆਈ.ਪੀ. ਸਾਰੇ IP ਟਰੈਕਿੰਗ ਨੂੰ ਅਯੋਗ ਕਰਨ ਲਈ ਇਸ ਬਾਕਸ ਨੂੰ ਚੈੱਕ ਕਰੋ."
695
 
696
- #: library/plugin-settings.php:1111
697
  msgid "Enable Shortcodes"
698
  msgstr "ਸ਼ੌਰਟਕੌਡ ਨੂੰ ਸਮਰੱਥ ਬਣਾਓ"
699
 
700
- #: library/plugin-settings.php:1113
701
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
702
  msgstr "ਵਿਜੇਟਸ ਵਿੱਚ ਸ਼ਾਰਟਕੱਟ ਨੂੰ ਸਮਰੱਥ ਬਣਾਓ. ਮੂਲ ਰੂਪ ਵਿੱਚ, ਵਰਡਿਉਡ ਵਿਡਜਿਟ ਵਿੱਚ ਸ਼ਾਰਟਕੱਟ ਨੂੰ ਸਮਰੱਥ ਨਹੀਂ ਕਰਦਾ."
703
 
704
- #: library/plugin-settings.php:1114
705
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
706
  msgstr "ਇਹ ਸੈਟਿੰਗ ਵਿਡਜਿਟ ਵਿੱਚ ਕਿਸੇ ਵੀ / ਸਾਰੇ ਸ਼ਾਰਟਕੱਟ ਨੂੰ ਯੋਗ ਕਰਦਾ ਹੈ (ਹੋਰ ਪਲੱਗਇਨ ਦੇ ਸ਼ਾਰਟਕੱਟ ਵੀ)"
707
 
708
- #: library/plugin-settings.php:1119 library/plugin-settings.php:1124
709
  msgid "Categories"
710
  msgstr "ਵਰਗ"
711
 
712
- #: library/plugin-settings.php:1127
713
  msgid "Select which categories may be assigned to submitted posts (click to toggle)"
714
  msgstr "ਚੁਣੋ ਕਿ ਕਿਹੜੇ ਵਰਗ ਨੂੰ ਸੌਂਪੇ ਹੋਏ ਪੋਸਟਾਂ ਲਈ ਸੌਂਪਿਆ ਜਾ ਸਕਦਾ ਹੈ (ਟੌਗਲ ਕਰਨ ਲਈ ਕਲਿਕ ਕਰੋ)"
715
 
716
- #: library/plugin-settings.php:1135
717
  msgid "Hidden/Default Category"
718
  msgstr "ਓਹਲੇ / ਡਿਫਾਲਟ ਸ਼੍ਰੇਣੀ"
719
 
720
- #: library/plugin-settings.php:1137
721
  msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
722
  msgstr "ਪੋਸਟ ਸ਼੍ਰੇਣੀ ਲਈ ਲੁਕੇ ਖੇਤਰ ਦਾ ਉਪਯੋਗ ਕਰੋ. ਵਰਗ ਖੇਤਰ ਅਸਮਰਥਿਤ ਹੋਣ 'ਤੇ ਇਹ ਇੱਕ ਡਿਫੌਲਟ ਸ਼੍ਰੇਣੀ ਨੂੰ ਨਿਸ਼ਚਿਤ ਕਰਨ ਲਈ ਵਰਤਿਆ ਜਾ ਸਕਦਾ ਹੈ."
723
 
724
- #: library/plugin-settings.php:1140
725
  msgid "Category ID for Hidden Field"
726
  msgstr "ਓਹਲੇ ਖੇਤਰ ਲਈ ਸ਼੍ਰੇਣੀ ID"
727
 
728
- #: library/plugin-settings.php:1142
729
  msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
730
  msgstr "& Ldquo; Hidden / Default ਸ਼੍ਰੇਣੀ & rdquo; ਲਈ ਵਰਤੀ ਜਾਣ ਵਾਲੀ ਸ਼੍ਰੇਣੀ ਦਾ ID ਨਿਸ਼ਚਿਤ ਕਰੋ. ਚੋਣ"
731
 
732
- #: library/plugin-settings.php:1147
733
  msgid "Users"
734
  msgstr "ਯੂਜ਼ਰ"
735
 
736
- #: library/plugin-settings.php:1152
737
  msgid "Assigned Author"
738
  msgstr "ਅਸਾਈਨ ਕੀਤੇ ਲੇਖਕ"
739
 
740
- #: library/plugin-settings.php:1155
741
  msgid "Specify the user that should be assigned as author for submitted posts."
742
  msgstr "ਉਸ ਉਪਯੋਗਕਰਤਾ ਨੂੰ ਨਿਸ਼ਚਤ ਕਰੋ ਜਿਸ ਨੂੰ ਪੇਸ਼ ਕੀਤੀਆਂ ਪੋਸਟਾਂ ਲਈ ਲੇਖਕ ਦੇ ਰੂਪ ਵਿੱਚ ਸੌਂਪਿਆ ਜਾਣਾ ਚਾਹੀਦਾ ਹੈ."
743
 
744
- #: library/plugin-settings.php:1159
745
  msgid "Registered Username"
746
  msgstr "ਰਜਿਸਟਰਡ ਉਪਭੋਗਤਾ ਨਾਮ"
747
 
748
- #: library/plugin-settings.php:1161
749
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
750
  msgstr "ਪੋਸਟ ਲੇਖਕ ਵਜੋਂ ਰਜਿਸਟਰਡ ਉਪਯੋਗਕਰਤਾ ਨਾਂ ਦੀ ਵਰਤੋਂ ਕਰੋ. ਜਦੋਂ ਵਿਅਕਤੀ ਇਸ ਫਾਰਮ ਨੂੰ ਜਮ੍ਹਾਂ ਕਰ ਰਿਹਾ ਹੈ ਤਾਂ ਉਹ ਵੈਬਵੈਸਟ ਵਿੱਚ ਲੌਗਇਨ ਹੋ ਗਿਆ ਹੈ."
751
 
752
- #: library/plugin-settings.php:1164
753
  msgid "User Profile URL"
754
  msgstr "ਯੂਜ਼ਰ ਪਰੋਫਾਇਲ URL"
755
 
756
- #: library/plugin-settings.php:1166
757
  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."
758
  msgstr "ਯੂਆਰਐਬਲ ਖੇਤਰ ਦੇ ਮੁੱਲ ਵਜੋਂ ਰਜਿਸਟਰਡ ਯੂਜ਼ਰ & rsquo; ਦੀ ਵਰਤੋਂ ਕਰੋ. ਜਦੋਂ ਵਿਅਕਤੀ ਇਸ ਫਾਰਮ ਨੂੰ ਜਮ੍ਹਾਂ ਕਰ ਰਿਹਾ ਹੈ ਤਾਂ ਉਹ ਵੈਬਵੈਸਟ ਵਿੱਚ ਲੌਗਇਨ ਹੋ ਗਿਆ ਹੈ."
759
 
760
- #: library/plugin-settings.php:1169
761
  msgid "Require User Login"
762
  msgstr "ਯੂਜ਼ਰ ਲਾਗਇਨ ਲੋੜੀਦਾ ਹੈ"
763
 
764
- #: library/plugin-settings.php:1171
765
  msgid "Require users to be logged in to WordPress to view/submit the form"
766
  msgstr "ਫਾਰਮ ਨੂੰ ਵੇਖਣ / ਜਮ੍ਹਾਂ ਕਰਨ ਲਈ ਉਪਭੋਗਤਾਵਾਂ ਨੂੰ ਵਰਡਜ ਵਿੱਚ ਲੌਗ ਇਨ ਕਰਨਾ ਚਾਹੀਦਾ ਹੈ"
767
 
768
- #: library/plugin-settings.php:1177
 
 
 
 
 
 
 
 
769
  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."
770
  msgstr "ਇੱਥੇ ਤੁਸੀਂ ਕਸਟਮ ਫੀਲਡ ਦੁਆਰਾ ਵਰਤੇ ਗਏ ਨਾਮ ਅਤੇ ਲੇਬਲ ਨੂੰ ਬਦਲ ਸਕਦੇ ਹੋ. ਤੁਸੀਂ ਇਸ ਫੀਲਡ ਨੂੰ ਫਾਰਮ ਫੀਲਡਸ ਸੈਟਿੰਗ ਰਾਹੀਂ, ਉਪਰੋਕਤ ਕਰ ਸਕਦੇ ਹੋ."
771
 
772
- #: library/plugin-settings.php:1182
773
  msgid "Custom Field Name"
774
  msgstr "ਕਸਟਮ ਫੀਲਡ ਦਾ ਨਾਮ"
775
 
776
- #: library/plugin-settings.php:1184
777
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
778
  msgstr "ਸਿਰਫ ਅਲਫਾਨੁਮੈਰਿਕ, ਅੰਡਰਸਕੋਰ ਅਤੇ ਡੈਸ਼ਾਂ ਵਰਤੋਂ ਜੇਕਰ ਨਿਸ਼ਚਿਤ ਹੋਵੇ, ਤਾਂ ਡਿਫਾਲਟ ਨਾਮ ਦੀ ਵਰਤੋਂ ਕਰੋ:"
779
 
780
- #: library/plugin-settings.php:1187
781
  msgid "Custom Field Label"
782
  msgstr "ਕਸਟਮ ਫੀਲਡ ਲੇਬਲ"
783
 
784
- #: library/plugin-settings.php:1189
785
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
786
  msgstr "ਇਸ ਨੂੰ ਫਾਰਮ ਤੇ ਫੀਲਡ ਲੇਬਲ ਦੇ ਤੌਰ ਤੇ ਪ੍ਰਦਰਸ਼ਿਤ ਕੀਤਾ ਜਾਵੇਗਾ. ਡਿਫੌਲਟ: ਕਸਟਮ ਖੇਤਰ"
787
 
788
- #: library/plugin-settings.php:1201
789
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
790
  msgstr "ਸਪੈਮ ਨੂੰ ਰੋਕਣ ਲਈ, ਪ੍ਰਸ਼ਨ ਦਾਖਲ ਕਰਨ ਤੋਂ ਪਹਿਲਾਂ ਇੱਕ ਪ੍ਰਸ਼ਨ ਦਿਓ ਜੋ ਉਪਯੋਗਕਰਤਾਵਾਂ ਨੂੰ ਉੱਤਰ ਦੇਣਾ ਚਾਹੀਦਾ ਹੈ."
791
 
792
- #: library/plugin-settings.php:1204
793
  msgid "Challenge Response"
794
  msgstr "ਚੁਣੌਤੀ ਪ੍ਰਤੀਕਿਰਿਆ"
795
 
796
- #: library/plugin-settings.php:1206
797
  msgid "Enter the *only* correct answer to the challenge question."
798
  msgstr "ਚੁਣੌਤੀ ਪ੍ਰਸ਼ਨ ਦੇ ਲਈ ਸਿਰਫ * ਸਹੀ ਜਵਾਬ ਦਾਖਲ ਕਰੋ."
799
 
800
- #: library/plugin-settings.php:1209
801
  msgid "Case-sensitivity"
802
  msgstr "ਕੇਸ-ਸੰਵੇਦਨਸ਼ੀਲਤਾ"
803
 
804
- #: library/plugin-settings.php:1211
805
  msgid "Check this box if you want the challenge response to be case-sensitive."
806
- msgstr "ਜੇ ਤੁਸੀਂ ਚੁਣੌਤੀ ਦਾ ਜਵਾਬ ਕੇਸ-ਸੰਵੇਦਨਸ਼ੀਲ ਹੋਣ ਚਾਹੁੰਦੇ ਹੋ ਤਾਂ ਇਸ ਬਕਸੇ ਨੂੰ ਚੈੱਕ ਕਰੋ."
807
 
808
- #: library/plugin-settings.php:1217
809
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
810
  msgstr "Google reCAPTCHA ਨੂੰ ਸਮਰੱਥ ਬਣਾਉਣ ਲਈ, ਆਪਣੀਆਂ ਜਨਤਕ ਅਤੇ ਪ੍ਰਾਈਵੇਟ ਕੁੰਜੀਆਂ ਦਰਜ ਕਰੋ"
811
 
812
- #: library/plugin-settings.php:1222
813
  msgid "Public Key"
814
  msgstr "ਸਰਵਜਨਕ ਕੁੰਜੀ"
815
 
816
- #: library/plugin-settings.php:1224
817
  msgid "Enter your Public Key"
818
  msgstr "ਆਪਣੀ ਸਰਵਜਨਕ ਕੁੰਜੀ ਦਰਜ ਕਰੋ"
819
 
820
- #: library/plugin-settings.php:1227
821
  msgid "Private Key"
822
  msgstr "ਪ੍ਰਾਈਵੇਟ ਕੁੰਜੀ"
823
 
824
- #: library/plugin-settings.php:1229
825
  msgid "Enter your Private Key"
826
  msgstr "ਆਪਣੀ ਨਿੱਜੀ ਕੁੰਜੀ ਦਰਜ ਕਰੋ"
827
 
828
- #: library/plugin-settings.php:1234
829
  msgid "Email Alerts"
830
  msgstr "ਈ-ਮੇਲ ਚੇਤਾਵਨੀ"
831
 
832
- #: library/plugin-settings.php:1239
833
  msgid "Receive Email Alert"
834
  msgstr "ਈਮੇਲ ਅਲਰਟ ਪ੍ਰਾਪਤ ਕਰੋ"
835
 
836
- #: library/plugin-settings.php:1241
837
  msgid "Check this box if you want to be notified via email for new post submissions."
838
  msgstr "ਇਸ ਬਕਸੇ ਨੂੰ ਚੈੱਕ ਕਰੋ ਜੇਕਰ ਤੁਸੀਂ ਨਵੀਂ ਪੋਸਟ ਦੀਆਂ ਬੇਨਤੀਆਂ ਲਈ ਈਮੇਲ ਰਾਹੀਂ ਸੂਚਿਤ ਕਰਨਾ ਚਾਹੁੰਦੇ ਹੋ."
839
 
840
- #: library/plugin-settings.php:1244
841
  msgid "Enable HTML Format"
842
  msgstr "HTML ਫਾਰਮੈਟ ਨੂੰ ਸਮਰੱਥ ਬਣਾਓ"
843
 
844
- #: library/plugin-settings.php:1246
845
  msgid "Check this box to enable HTML format for email alerts."
846
  msgstr "ਈਮੇਲ ਚੇਤਾਵਨੀਆਂ ਲਈ HTML ਫਾਰਮੈਟ ਨੂੰ ਯੋਗ ਕਰਨ ਲਈ ਇਸ ਬਾਕਸ ਨੂੰ ਚੁਣੋ."
847
 
848
- #: library/plugin-settings.php:1249
849
  msgid "Email Address for Alerts"
850
  msgstr "ਚੇਤਾਵਨੀ ਲਈ ਈਮੇਲ ਪਤਾ"
851
 
852
- #: library/plugin-settings.php:1251
853
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
854
  msgstr "ਜੇ ਤੁਸੀਂ ਈਮੇਲ ਚੇਤਾਵਨੀਆਂ ਪ੍ਰਾਪਤ ਕਰਨ ਲਈ ਬਕਸੇ ਦੀ ਜਾਂਚ ਕੀਤੀ ਹੈ, ਤਾਂ ਇੱਥੇ ਈ-ਮੇਲ ਭੇਜਣ ਵਾਲੇ ਪਤੇ (ਆਂ) ਨੂੰ ਦੱਸੋ."
855
 
856
- #: library/plugin-settings.php:1252
857
  msgid "Multiple recipients may be included using a comma, like so:"
858
- msgstr "ਬਹੁਤੇ ਪ੍ਰਾਪਤਕਰਤਾਵਾਂ ਨੂੰ ਕਾਮੇ ਦੇ ਰੂਪ ਵਿੱਚ ਸ਼ਾਮਲ ਕੀਤਾ ਜਾ ਸਕਦਾ ਹੈ, ਏਦਾਂ:"
859
 
860
- #: library/plugin-settings.php:1255
861
  msgid "Email &ldquo;From&rdquo; Address"
862
  msgstr "ਈਮੇਲ & ldquo; ਤੋਂ & rdquo; ਪਤਾ"
863
 
864
- #: library/plugin-settings.php:1257
865
  msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
866
  msgstr "ਇੱਥੇ ਤੁਸੀਂ & ldquo; From & rdquo; ਲਈ ਵਰਤੇ ਗਏ ਐਡਰੈਸ (ਐੱਸ) ਨੂੰ ਅਨੁਕੂਲਿਤ ਕਰ ਸਕਦੇ ਹੋ ਹੈਡਰ (ਜਾਣਕਾਰੀ ਲਈ ਪਲੱਗਇਨ FAQ ਵੇਖੋ)"
867
 
868
- #: library/plugin-settings.php:1258
869
  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)."
870
  msgstr "ਜੇਕਰ ਪਿਛਲੀ ਸੈਟਿੰਗ ਵਿੱਚ ਬਹੁਤ ਸਾਰੇ ਪਤਿਆਂ ਨੂੰ ਨਿਸ਼ਚਤ ਕੀਤਾ ਗਿਆ ਹੈ, ਤਾਂ ਇਸਦੇ ਬਰਾਬਰ ਦੀ ਗਿਣਤੀ ਵਿੱਚ & ldquo; From & rdquo; ਇਸ ਸੈਟਿੰਗ ਲਈ ਪਤੇ (ਉਸੇ ਕ੍ਰਮ ਵਿੱਚ)"
871
 
872
- #: library/plugin-settings.php:1261
873
  msgid "Email Alert Subject"
874
  msgstr "ਈਮੇਲ ਅਲਰਟ ਵਿਸ਼ਾ"
875
 
876
- #: library/plugin-settings.php:1263
877
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
878
  msgstr "ਈਮੇਲ ਚਿਤਾਵਨੀਆਂ ਲਈ ਵਿਸ਼ਾ ਲਾਈਨ ਡਿਫੌਲਟ ਵਿਸ਼ਾ ਲਾਈਨ ਨੂੰ ਵਰਤਣ ਲਈ ਖਾਲੀ ਛੱਡੋ ਨੋਟ: ਤੁਸੀਂ ਹੇਠਾਂ ਦਿੱਤੇ ਵੇਅਰਿਏਬਲਜ਼ ਦੀ ਵਰਤੋਂ ਕਰ ਸਕਦੇ ਹੋ:"
879
 
880
- #: library/plugin-settings.php:1268
881
  msgid "Email Alert Message"
882
  msgstr "ਈਮੇਲ ਚਿਤਾਵਨੀ ਸੁਨੇਹਾ"
883
 
884
- #: library/plugin-settings.php:1270
885
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
886
  msgstr "ਈਮੇਲ ਚਿਤਾਵਨੀਆਂ ਲਈ ਸੁਨੇਹਾ ਡਿਫਾਲਟ ਸੁਨੇਹਾ ਵਰਤਣ ਲਈ ਖਾਲੀ ਛੱਡੋ. ਨੋਟ: ਤੁਸੀਂ ਹੇਠਾਂ ਦਿੱਤੇ ਵੇਅਰਿਏਬਲਜ਼ ਦੀ ਵਰਤੋਂ ਕਰ ਸਕਦੇ ਹੋ:"
887
 
888
- #: library/plugin-settings.php:1282
889
  msgid "Featured Image"
890
  msgstr "ਫੀਚਰਡ ਚਿੱਤਰ"
891
 
892
- #: library/plugin-settings.php:1284
893
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
894
- msgstr "ਫੀਚਰਡ ਚਿੱਤਰਾਂ ਦੇ ਤੌਰ ਤੇ ਪ੍ਰਸਤੁਤ ਚਿੱਤਰ ਸੈਟ ਕਰੋ ਫੀਚਰਡ ਚਿੱਤਰ ਲਈ ਥੀਮ ਸਹਿਯੋਗ ਦੀ ਜ਼ਰੂਰਤ ਹੈ (ਉਰਫ ਪੋਸਟ ਥੰਬਨੇਲਜ਼)"
895
 
896
- #: library/plugin-settings.php:1287
897
  msgid "Upload Message"
898
  msgstr "ਸੁਨੇਹਾ ਅੱਪਲੋਡ ਕਰੋ"
899
 
900
- #: library/plugin-settings.php:1289
901
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
902
  msgstr "ਉਹ ਸੁਨੇਹਾ ਜੋ ਅਪਲੋਡ ਫੀਲਡ ਦੇ ਅੱਗੇ ਦਿਖਾਈ ਦਿੰਦਾ ਹੈ. ਆਪਣੇ ਅੱਪਲੋਡ ਦਿਸ਼ਾ-ਨਿਰਦੇਸ਼ / ਨੀਤੀ / ਆਦਿ ਬਾਰੇ ਦੱਸਣ ਲਈ ਉਪਯੋਗੀ. ਮੁਢਲੇ ਮਾਰਕਅੱਪ ਦੀ ਇਜਾਜ਼ਤ"
903
 
904
- #: library/plugin-settings.php:1292
905
  msgid "&ldquo;Add another image&rdquo; link"
906
  msgstr "& ldquo; ਕੋਈ ਹੋਰ ਤਸਵੀਰ ਜੋੜੋ & rdquo; ਲਿੰਕ"
907
 
908
- #: library/plugin-settings.php:1294
909
  msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
910
  msgstr "& Ldquo; ਹੋਰ ਤਸਵੀਰ ਜੋੜੋ & rdquo; ਲਈ ਕਸਟਮ ਮਾਰਕਅਪ ਲਿੰਕ ਡਿਫੌਲਟ ਮਾਰਕਅਪ ਵਰਤਣ ਲਈ ਖਾਲੀ ਛੱਡੋ (ਸਿਫਾਰਿਸ਼ ਕੀਤਾ)"
911
 
912
- #: library/plugin-settings.php:1297
913
  msgid "Minimum number of images"
914
  msgstr "ਚਿੱਤਰ ਦੀ ਘੱਟੋ-ਘੱਟ ਗਿਣਤੀ"
915
 
916
- #: library/plugin-settings.php:1300
917
  msgid "Specify the minimum number of images."
918
  msgstr "ਚਿੱਤਰਾਂ ਦੀ ਨਿਊਨਤਮ ਗਿਣਤੀ ਦਰਸਾਓ"
919
 
920
- #: library/plugin-settings.php:1304
921
  msgid "Maximum number of images"
922
  msgstr "ਚਿੱਤਰਾਂ ਦੀ ਅਧਿਕਤਮ ਗਿਣਤੀ"
923
 
924
- #: library/plugin-settings.php:1307
925
  msgid "Specify the maximum number of images."
926
  msgstr "ਚਿੱਤਰਾਂ ਦੀ ਵੱਧ ਤੋਂ ਵੱਧ ਗਿਣਤੀ ਦੱਸੋ."
927
 
928
- #: library/plugin-settings.php:1311
929
  msgid "Minimum image width"
930
  msgstr "ਘੱਟੋ-ਘੱਟ ਚਿੱਤਰ ਚੌੜਾਈ"
931
 
932
- #: library/plugin-settings.php:1313
933
  msgid "Specify a minimum width (in pixels) for uploaded images."
934
  msgstr "ਅਪਲੋਡ ਕੀਤੀ ਤਸਵੀਰਾਂ ਲਈ ਘੱਟੋ ਘੱਟ ਚੌੜਾਈ (ਪਿਕਸਲ ਵਿੱਚ) ਦਿਓ."
935
 
936
- #: library/plugin-settings.php:1316
937
  msgid "Minimum image height"
938
  msgstr "ਘੱਟੋ ਘੱਟ ਚਿੱਤਰ ਦੀ ਉਚਾਈ"
939
 
940
- #: library/plugin-settings.php:1318
941
  msgid "Specify a minimum height (in pixels) for uploaded images."
942
  msgstr "ਅਪਲੋਡ ਕੀਤੀ ਤਸਵੀਰਾਂ ਲਈ ਘੱਟੋ ਘੱਟ ਉਚਾਈ (ਪਿਕਸਲ ਵਿੱਚ) ਦਿਓ."
943
 
944
- #: library/plugin-settings.php:1321
945
  msgid "Maximum image width"
946
  msgstr "ਵੱਧ ਤੋਂ ਵੱਧ ਚਿੱਤਰ ਚੌੜਾਈ"
947
 
948
- #: library/plugin-settings.php:1323
949
  msgid "Specify a maximum width (in pixels) for uploaded images."
950
  msgstr "ਅਪਲੋਡ ਕੀਤੀ ਤਸਵੀਰਾਂ ਲਈ ਵੱਧ ਤੋਂ ਵੱਧ ਚੌੜਾਈ (ਪਿਕਸਲ ਵਿੱਚ) ਦਿਓ."
951
 
952
- #: library/plugin-settings.php:1326
953
  msgid "Maximum image height"
954
  msgstr "ਅਧਿਕਤਮ ਚਿੱਤਰ ਦੀ ਉਚਾਈ"
955
 
956
- #: library/plugin-settings.php:1328
957
  msgid "Specify a maximum height (in pixels) for uploaded images."
958
  msgstr "ਅਪਲੋਡ ਕੀਤੀਆਂ ਤਸਵੀਰਾਂ ਲਈ ਅਧਿਕਤਮ ਉਚਾਈ (ਪਿਕਸਲ ਵਿੱਚ) ਦਿਓ."
959
 
960
- #: library/plugin-settings.php:1331
961
  msgid "More Options"
962
  msgstr "ਹੋਰ ਵਿਕਲਪ"
963
 
964
- #: library/plugin-settings.php:1334
965
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
966
  msgstr "ਹੋਰ ਵਿਕਲਪਾਂ ਲਈ, ਜਿਵੇਂ ਕਿ ਹੋਰ ਫਾਈਲ ਕਿਸਮਾਂ ਨੂੰ ਅਪਲੋਡ ਕਰਨ ਦੀ ਯੋਗਤਾ (ਜਿਵੇਂ ਕਿ PDF, Word, Zip, ਵੀਡੀਓ, ਅਤੇ ਹੋਰ), ਚੈੱਕ ਆਊਟ ਕਰੋ"
967
 
968
- #: library/plugin-settings.php:1335
969
  msgid "Go Pro!"
970
  msgstr "ਪ੍ਰੋ ਜਾਓ!"
971
 
972
- #: library/plugin-settings.php:1342
973
  msgid "Auto-Display Content"
974
  msgstr "ਸਵੈ-ਪ੍ਰਦਰਸ਼ਿਤ ਸਮਗਰੀ"
975
 
976
- #: library/plugin-settings.php:1347
977
  msgid "Images Auto-Display"
978
  msgstr "ਚਿੱਤਰ ਆਟੋ-ਡਿਸਪਲੇ"
979
 
980
- #: library/plugin-settings.php:1349
981
  msgid "Auto-display user-submitted images:"
982
  msgstr "ਆਟੋ-ਡਿਸਪਲੇ ਉਪਭੋਗਤਾ ਦੁਆਰਾ ਪ੍ਰਸਤੁਤ ਕੀਤੀਆਂ ਤਸਵੀਰਾਂ:"
983
 
984
- #: library/plugin-settings.php:1354
985
  msgid "Image Markup"
986
  msgstr "ਚਿੱਤਰ ਮਾਰਕਅਪ"
987
 
988
- #: library/plugin-settings.php:1356
989
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
990
  msgstr "ਹਰੇਕ ਪੇਸ਼ ਕੀਤੀ ਤਸਵੀਰ ਲਈ ਵਰਤਣ ਲਈ ਮਾਰਕਅੱਪ (ਜਦੋਂ ਆਟੋ-ਡਿਸਪਲੇ ਸਮਰੱਥ ਹੈ) ਵਰਤ ਸਕਦੇ ਹੋ"
991
 
992
- #: library/plugin-settings.php:1358 library/plugin-settings.php:1371
993
- #: library/plugin-settings.php:1384 library/plugin-settings.php:1397
994
  msgid "and"
995
  msgstr "ਅਤੇ"
996
 
997
- #: library/plugin-settings.php:1361
998
  msgid "Email Auto-Display"
999
  msgstr "ਈਮੇਲ ਆਟੋ-ਡਿਸਪਲੇ"
1000
 
1001
- #: library/plugin-settings.php:1363
1002
  msgid "Auto-display user-submitted email:"
1003
  msgstr "ਆਟੋ-ਡਿਸਪਲੇ ਯੂਜਰ ਦੁਆਰਾ ਜਮ੍ਹਾ ਈਮੇਲ:"
1004
 
1005
- #: library/plugin-settings.php:1368
1006
  msgid "Email Markup"
1007
  msgstr "ਈਮੇਲ ਮਾਰਕਅੱਪ"
1008
 
1009
- #: library/plugin-settings.php:1370
1010
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1011
  msgstr "ਜਮ੍ਹਾਂ ਹੋਏ ਈਮੇਲ ਪਤੇ ਲਈ ਵਰਤਣ ਲਈ ਮਾਰਕਅੱਪ (ਜਦੋਂ ਆਟੋ-ਡਿਸਪਲੇ ਸਮਰੱਥ ਹੈ). ਵਰਤ ਸਕਦੇ ਹੋ"
1012
 
1013
- #: library/plugin-settings.php:1374
1014
  msgid "URL Auto-Display"
1015
  msgstr "URL ਆਟੋ-ਡਿਸਪਲੇ"
1016
 
1017
- #: library/plugin-settings.php:1376
1018
  msgid "Auto-display user-submitted URL:"
1019
  msgstr "ਆਟੋ-ਡਿਸਪਲੇ ਯੂਜਰ ਵਲੋਂ ਪੇਸ਼ ਯੂਆਰਐਲ:"
1020
 
1021
- #: library/plugin-settings.php:1381
1022
  msgid "URL Markup"
1023
  msgstr "URL ਮਾਰਕਅਪ"
1024
 
1025
- #: library/plugin-settings.php:1383
1026
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1027
  msgstr "ਦਿੱਤੇ URL ਲਈ ਵਰਤਣ ਲਈ ਮਾਰਕਅੱਪ (ਜਦੋਂ ਆਟੋ-ਡਿਸਪਲੇ ਸਮਰੱਥ ਹੈ). ਵਰਤ ਸਕਦੇ ਹੋ"
1028
 
1029
- #: library/plugin-settings.php:1387
1030
  msgid "Custom Field Auto-Display"
1031
  msgstr "ਕਸਟਮ ਫੀਲਡ ਆਟੋ-ਡਿਸਪਲੇ"
1032
 
1033
- #: library/plugin-settings.php:1389
1034
  msgid "Auto-display user-submitted Custom Field:"
1035
  msgstr "ਆਟੋ-ਡਿਸਪਲੇ ਉਪਭੋਗਤਾ ਦੁਆਰਾ ਦਰਜ ਕੀਤੀ ਕਸਟਮ ਖੇਤਰ:"
1036
 
1037
- #: library/plugin-settings.php:1394
1038
  msgid "Custom Field Markup"
1039
  msgstr "ਕਸਟਮ ਖੇਤਰ ਮਾਰਕਅਪ"
1040
 
1041
- #: library/plugin-settings.php:1396
1042
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1043
  msgstr "ਜਮ੍ਹਾਂ ਕੀਤੇ ਕਸਟਮ ਖੇਤਰ ਲਈ ਵਰਤੋਂ ਕਰਨ ਲਈ ਮਾਰਕਅੱਪ (ਜਦੋਂ ਆਟੋ-ਡਿਸਪਲੇ ਸਮਰੱਥ ਹੈ). ਵਰਤ ਸਕਦੇ ਹੋ"
1044
 
1045
- #: library/plugin-settings.php:1402 library/plugin-settings.php:1468
1046
  msgid "Save Settings"
1047
  msgstr "ਸੈਟਿੰਗ ਸੰਭਾਲੋ"
1048
 
1049
- #: library/plugin-settings.php:1407
1050
  msgid "Display the Form"
1051
  msgstr "ਫਾਰਮ ਨੂੰ ਪ੍ਰਦਰਸ਼ਿਤ ਕਰੋ"
1052
 
1053
- #: library/plugin-settings.php:1410
1054
  msgid "Post-Submit Form"
1055
  msgstr "ਪੋਸਟ-ਜਮ੍ਹਾਂ ਫਾਰਮ"
1056
 
1057
- #: library/plugin-settings.php:1411
1058
  msgid "USP enables you to display a post-submission form anywhere on your site."
1059
  msgstr "ਯੂ ਐਸ ਪੀ ਤੁਹਾਨੂੰ ਆਪਣੀ ਸਾਈਟ 'ਤੇ ਕਿਤੇ ਵੀ ਪੋਸਟ-ਸਬਮਿਸ਼ਨ ਫਾਰਮ ਪ੍ਰਦਰਸ਼ਿਤ ਕਰਨ ਦੇ ਯੋਗ ਕਰਦਾ ਹੈ."
1060
 
1061
- #: library/plugin-settings.php:1412 library/plugin-settings.php:1419
1062
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1063
  msgstr "ਕਿਸੇ ਵੀ WP ਪੋਸਟ ਜਾਂ ਪੰਨਾ ਤੇ ਫਾਰਮ ਨੂੰ ਪ੍ਰਦਰਸ਼ਿਤ ਕਰਨ ਲਈ ਸ਼ੌਰਡ ਕੋਡ ਵਰਤੋ:"
1064
 
1065
- #: library/plugin-settings.php:1414 library/plugin-settings.php:1421
1066
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1067
  msgstr "ਜਾਂ, ਆਪਣੀ ਥੀਮ ਟੇਪਲੇਟ ਵਿੱਚ ਕਿਤੇ ਵੀ ਫਾਰਮ ਨੂੰ ਪ੍ਰਦਰਸ਼ਿਤ ਕਰਨ ਲਈ ਟੈਮਪਲੇਟ ਟੈਗ ਦਾ ਉਪਯੋਗ ਕਰੋ:"
1068
 
1069
- #: library/plugin-settings.php:1417
1070
  msgid "Login/Register Form"
1071
  msgstr "ਲੌਗਇਨ / ਰਜਿਸਟਰ ਕਰੋ ਫਾਰਮ"
1072
 
1073
- #: library/plugin-settings.php:1418
1074
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1075
  msgstr "ਤੁਸੀਂ ਇੱਕ ਅਜਿਹਾ ਫਾਰਮ ਵੀ ਪ੍ਰਦਰਸ਼ਿਤ ਕਰ ਸਕਦੇ ਹੋ ਜਿਹੜਾ ਉਪਭੋਗਤਾਵਾਂ ਨੂੰ ਉਹਨਾਂ ਦੇ ਪਾਸਵਰਡ ਤੇ ਦਰਜ, ਰਜਿਸਟਰ ਕਰਨ ਜਾਂ ਰੀਸੈਟ ਕਰਨ ਦੇ ਯੋਗ ਬਣਾਉਂਦਾ ਹੈ."
1076
 
1077
- #: library/plugin-settings.php:1424
1078
  msgid "Display Submitted Posts"
1079
  msgstr "ਪ੍ਰਸਾਰਿਤ ਪੋਸਟ ਦਿਖਾਓ"
1080
 
1081
- #: library/plugin-settings.php:1425
1082
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1083
  msgstr "ਕਿਸੇ ਵੀ WP ਪੋਸਟ ਜਾਂ ਪੰਨੇ 'ਤੇ ਪੇਸ਼ ਕੀਤੀਆਂ ਪੋਸਟਾਂ ਦੀ ਸੂਚੀ ਨੂੰ ਪ੍ਰਦਰਸ਼ਿਤ ਕਰਨ ਲਈ ਇਸ ਸ਼ੋਰਟ ਕੋਡ ਦੀ ਵਰਤੋਂ ਕਰੋ:"
1084
 
1085
- #: library/plugin-settings.php:1427
1086
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1087
  msgstr "ਜਾਂ, ਆਪਣੀ ਥੀਮ ਟੈਮਪਲੇਟ ਵਿੱਚ ਕਿਤੇ ਵੀ ਦਰਜ ਕੀਤੀਆਂ ਪੋਸਟਾਂ ਦੀ ਇੱਕ ਸੂਚੀ ਪ੍ਰਦਰਸ਼ਿਤ ਕਰਨ ਲਈ ਟੈਮਪਲੇਟ ਟੈਗ ਦਾ ਉਪਯੋਗ ਕਰੋ:"
1088
 
1089
- #: library/plugin-settings.php:1429
1090
  msgid "Here are some examples showing how to configure this shortcode:"
1091
  msgstr "ਇੱਥੇ ਇਹ ਸ਼ਾਰਟਕੌਂਗ ਨੂੰ ਕਿਵੇਂ ਸੰਰਚਿਤ ਕਰਨਾ ਹੈ ਇਸਦੇ ਕੁਝ ਉਦਾਹਰਨਾਂ ਹਨ:"
1092
 
1093
- #: library/plugin-settings.php:1436
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1094
  msgid "Access Control"
1095
  msgstr "ਐਕਸੈਸ ਕੰਟਰੋਲ"
1096
 
1097
- #: library/plugin-settings.php:1437
1098
  msgid "USP provides three shortcodes to control access and restrict content."
1099
  msgstr "USP ਪਹੁੰਚ ਨੂੰ ਨਿਯੰਤਰਿਤ ਕਰਨ ਅਤੇ ਸਮੱਗਰੀ ਨੂੰ ਪ੍ਰਤਿਬੰਧਿਤ ਕਰਨ ਲਈ ਤਿੰਨ ਸ਼ੀਕਾਂ ਪ੍ਰਦਾਨ ਕਰਦਾ ਹੈ"
1100
 
1101
- #: library/plugin-settings.php:1438
1102
  msgid "Display content only to users with a specific capability:"
1103
  msgstr "ਸਿਰਫ ਖਾਸ ਸਮਰੱਥਾ ਵਾਲੇ ਉਪਭੋਗਤਾਵਾਂ ਲਈ ਸਮਗਰੀ ਪ੍ਰਦਰਸ਼ਿਤ ਕਰੋ:"
1104
 
1105
- #: library/plugin-settings.php:1440
1106
  msgid "Display content to logged-in users:"
1107
  msgstr "ਲਾਗਇਨ ਕੀਤੇ ਉਪਭੋਗਤਾਵਾਂ ਲਈ ਸਮਗਰੀ ਪ੍ਰਦਰਸ਼ਿਤ ਕਰੋ:"
1108
 
1109
- #: library/plugin-settings.php:1442
1110
  msgid "Display content to visitors only:"
1111
  msgstr "ਸਿਰਫ਼ ਵਿਜ਼ਟਰਾਂ ਲਈ ਸਮੱਗਰੀ ਪ੍ਰਦਰਸ਼ਿਤ ਕਰੋ:"
1112
 
1113
- #: library/plugin-settings.php:1444
1114
  msgid "Tip:"
1115
  msgstr "ਸੁਝਾਅ:"
1116
 
1117
- #: library/plugin-settings.php:1444
1118
  msgid "to include markup in the deny message, you can use"
1119
  msgstr "ਇਨਕਾਰ ਸੁਨੇਹੇ ਵਿੱਚ ਮਾਰਕਅੱਪ ਸ਼ਾਮਲ ਕਰਨ ਲਈ, ਤੁਸੀਂ ਇਸਤੇਮਾਲ ਕਰ ਸਕਦੇ ਹੋ"
1120
 
1121
- #: library/plugin-settings.php:1444
1122
  msgid "to output"
1123
  msgstr "ਆਉਟਪੁੱਟ ਲਈ"
1124
 
1125
- #: library/plugin-settings.php:1446
1126
  msgid "Example"
1127
  msgstr "ਉਦਾਹਰਨ"
1128
 
1129
- #: library/plugin-settings.php:1447
1130
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1131
  msgstr "ਜੇਕਰ ਉਪਭੋਗਤਾ ਲਾਗਿੰਨ ਹੁੰਦਾ ਹੈ, ਤਾਂ ਪੋਸਟ-ਫਾਰਮ ਜਮ੍ਹਾਂ ਕਰੋ; ਜਾਂ ਜੇ ਉਪਭੋਗਤਾ ਨੇ ਲੌਗਇਨ ਨਹੀਂ ਕੀਤਾ ਹੈ, ਤਾਂ ਲੌਗਇਨ ਫਾਰਮ ਪ੍ਰਦਰਸ਼ਿਤ ਕਰੋ:"
1132
 
1133
- #: library/plugin-settings.php:1459
1134
  msgid "Restore Defaults"
1135
  msgstr "ਡਿਫਾਲਟ ਰੀਸਟੋਰ ਕਰੋ"
1136
 
1137
- #: library/plugin-settings.php:1462
1138
  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."
1139
- msgstr "ਆਪਣੀਆਂ ਸੈਟਿੰਗਜ਼ ਨੂੰ ਯਾਦ ਰੱਖਣ ਲਈ ਇਹ ਚੋਣ ਅਸਮਰੱਥ ਛੱਡੋ. ਜਾਂ, ਅੱਗੇ ਜਾਣ ਅਤੇ ਡਿਫੌਲਟ ਪਲਗਇਨ ਵਿਕਲਪਾਂ ਨੂੰ ਪੁਨਰ ਸਥਾਪਿਤ ਕਰਨ ਲਈ: ਬਾਕਸ ਨੂੰ ਚੈਕ ਕਰੋ, ਆਪਣੀਆਂ ਸੈਟਿੰਗਾਂ ਨੂੰ ਸੁਰੱਖਿਅਤ ਕਰੋ, ਅਤੇ ਫਿਰ ਪਲਗਇਨ ਨੂੰ ਅਕਿਰਿਆਸ਼ੀਲ / ਦੁਬਾਰਾ ਕਿਰਿਆਸ਼ੀਲ ਕਰੋ."
1140
 
1141
- #: library/plugin-settings.php:1466
1142
  msgid "Restore default options upon plugin deactivation/reactivation."
1143
  msgstr "ਪਲਗਇਨ ਅਯੋਗ / ਮੁੜ-ਸਰਗਰਮ ਹੋਣ ਤੇ ਡਿਫਾਲਟ ਵਿਕਲਪ ਰੀਸਟੋਰ ਕਰੋ."
1144
 
1145
- #: library/plugin-settings.php:1473
1146
  msgid "Show Support"
1147
  msgstr "ਸਹਿਯੋਗ ਵੇਖਾਓ"
1148
 
1149
- #: library/plugin-settings.php:1482
1150
  msgid "by"
1151
  msgstr "ਨਾਲ"
1152
 
1153
- #: library/plugin-settings.php:1483
1154
  msgid "Jeff Starr on Twitter"
1155
  msgstr "ਟਵਿੱਟਰ 'ਤੇ ਜੈਫ ਸਟਾਰ"
1156
 
1157
- #: library/plugin-settings.php:1484
1158
  msgid "Obsessive Web Design &amp; Development"
1159
  msgstr "ਅਵਿਸ਼ਵਾਸੀ ਵੈੱਬ ਡਿਜ਼ਾਇਨ ਅਤੇ amp; ਵਿਕਾਸ"
1160
 
1161
- #: library/plugin-settings.php:1495
1162
  msgid "Save Preference"
1163
  msgstr "ਪਸੰਦ ਨੂੰ ਸੁਰੱਖਿਅਤ ਕਰੋ"
1164
 
1165
- #: library/plugin-settings.php:1502
1166
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1167
  msgstr "ਕੀ ਤੁਸੀਂ ਨਿਸ਼ਚਤ ਰੂਪ ਤੋਂ ਸਾਰੇ ਡਿਫੌਲਟ ਵਿਕਲਪਾਂ ਨੂੰ ਰੀਸਟੋਰ ਕਰਨਾ ਚਾਹੁੰਦੇ ਹੋ? (ਇਸ ਕਾਰਵਾਈ ਨੂੰ ਵਾਪਸ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਦਾ)"
1168
 
1169
- #: library/template-tags.php:214
1170
- msgid "View full post"
1171
- msgstr "ਪੂਰਾ ਪੋਸਟ ਵੇਖੋ"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1172
 
1173
  #. Description of the plugin
1174
  #:
4
  "Content-Type: text/plain; charset=UTF-8\n"
5
  "Content-Transfer-Encoding: 8bit\n"
6
  "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20180316\n"
8
  "Language: pa\n"
9
 
10
  #. Name of the plugin
11
+ #: user-submitted-posts.php:44 library/support-panel.php:5
12
  msgid "User Submitted Posts"
13
  msgstr "ਯੂਜ਼ਰ ਦੁਆਰਾ ਪੋਸਟ ਕੀਤੀਆਂ ਪੋਸਟ"
14
 
15
+ #: user-submitted-posts.php:81
16
  msgid "requires WordPress "
17
  msgstr "ਵਰਡਪਰੈਸ ਦੀ ਲੋੜ ਹੈ"
18
 
19
+ #: user-submitted-posts.php:82
20
  msgid " or higher, and has been deactivated! "
21
  msgstr " ਜਾਂ ਵੱਧ, ਅਤੇ ਅਯੋਗ ਕੀਤਾ ਗਿਆ ਹੈ!"
22
 
23
+ #: user-submitted-posts.php:83
24
  msgid "Please return to the"
25
  msgstr "ਨੂੰ ਵਾਪਸ ਜਾਓ ਜੀ"
26
 
27
+ #: user-submitted-posts.php:84
28
  msgid "WordPress Admin Area"
29
  msgstr "ਵਰਡਪਰੈਸ ਐਡਮਿਨ ਏਰੀਆ"
30
 
31
+ #: user-submitted-posts.php:85
32
  msgid "to upgrade WordPress and try again."
33
  msgstr "ਵਰਡਪਰੈਸ ਨੂੰ ਅਪਗ੍ਰੇਡ ਅਤੇ ਫਿਰ ਕੋਸ਼ਿਸ਼ ਕਰੋ."
34
 
35
+ #: user-submitted-posts.php:125
36
  msgid "User Submitted Post"
37
  msgstr "ਯੂਜ਼ਰ ਦੁਆਰਾ ਜਮ੍ਹਾਂ ਕਰਵਾਏ ਪੋਸਟ"
38
 
39
+ #: user-submitted-posts.php:419
40
  msgid "User Submitted Post Info"
41
  msgstr "ਯੂਜ਼ਰ ਦੁਆਰਾ ਪੋਸਟ ਜਾਣਕਾਰੀ"
42
 
43
+ #: user-submitted-posts.php:449
44
  msgid "Submitter Name: "
45
  msgstr "ਸਬਮਿੰਟਰ ਦਾ ਨਾਮ:"
46
 
47
+ #: user-submitted-posts.php:450
48
  msgid "Submitter Email: "
49
  msgstr "ਸਬਮਿਟਰ ਈਮੇਲ:"
50
 
51
+ #: user-submitted-posts.php:451
52
  msgid "Submitter URL: "
53
  msgstr "ਸਬਮਿਟਰ URL:"
54
 
55
+ #: user-submitted-posts.php:452
56
  msgid "Submitter IP: "
57
  msgstr "Submitter IP:"
58
 
59
+ #: user-submitted-posts.php:503
60
  msgid "Show USP Posts"
61
  msgstr "USP ਪੋਸਟ ਦਿਖਾਓ"
62
 
63
+ #: user-submitted-posts.php:504 library/plugin-settings.php:979
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
+ #: user-submitted-posts.php:1272
68
  msgid " files required"
69
  msgstr " ਲੋੜੀਂਦੀਆਂ ਫਾਈਲਾਂ"
70
 
71
+ #: user-submitted-posts.php:1273
72
  msgid " file required"
73
  msgstr " ਫਾਇਲ ਦੀ ਲੋੜ ਹੈ"
74
 
75
+ #: user-submitted-posts.php:1275
76
  msgid " files"
77
  msgstr " ਫਾਈਲਾਂ"
78
 
79
+ #: user-submitted-posts.php:1276
80
  msgid " file"
81
  msgstr " ਫਾਇਲ"
82
 
83
+ #: user-submitted-posts.php:1278 user-submitted-posts.php:1279
84
+ #: user-submitted-posts.php:1280 user-submitted-posts.php:1281
85
  msgid " pixels"
86
  msgstr " ਪਿਕਸਲ"
87
 
88
+ #: user-submitted-posts.php:1283 library/core-functions.php:215
89
+ #: library/plugin-settings.php:284 library/plugin-settings.php:303
90
+ #: library/plugin-settings.php:701 library/plugin-settings.php:1195
91
  msgid "Custom Field"
92
  msgstr "ਕਸਟਮ ਫੀਲਡ"
93
 
94
+ #: user-submitted-posts.php:1286
95
  msgid "An error occurred. Please go back and try again."
96
  msgstr "ਇੱਕ ਗਲਤੀ ਆਈ ਹੈ. ਵਾਪਸ ਜਾਓ ਅਤੇ ਦੁਬਾਰਾ ਕੋਸ਼ਿਸ਼ ਕਰੋ."
97
 
98
+ #: user-submitted-posts.php:1296
99
  msgid "User login required"
100
  msgstr "ਯੂਜ਼ਰ ਲਾਗਇਨ ਲਾਜ਼ਮੀ"
101
 
102
+ #: user-submitted-posts.php:1297
103
  msgid "User name required"
104
  msgstr "ਯੂਜ਼ਰ ਨਾਮ ਦੀ ਲੋੜ ਹੈ"
105
 
106
+ #: user-submitted-posts.php:1298
107
  msgid "Post title required"
108
  msgstr "ਪੋਸਟ ਦਾ ਸਿਰਲੇਖ ਲੋੜੀਂਦਾ ਹੈ"
109
 
110
+ #: user-submitted-posts.php:1299
111
  msgid "User URL required"
112
  msgstr "ਯੂਜਰ URL ਦੀ ਲੋੜ ਹੈ"
113
 
114
+ #: user-submitted-posts.php:1300
115
  msgid "Post tags required"
116
  msgstr "ਪੋਸਟ ਟੈਗ ਦੀ ਲੋੜ ਹੈ"
117
 
118
+ #: user-submitted-posts.php:1301
119
  msgid "Post category required"
120
  msgstr "ਪੋਸਟ ਵਰਗ ਦੀ ਲੋੜ ਹੈ"
121
 
122
+ #: user-submitted-posts.php:1302
123
  msgid "Post content required"
124
  msgstr "ਪੋਸਟ ਸਮੱਗਰੀ ਦੀ ਲੋੜ ਹੈ"
125
 
126
+ #: user-submitted-posts.php:1303 user-submitted-posts.php:1304
127
  msgid "Correct captcha required"
128
  msgstr "ਸਹੀ ਕੈਪਟਚਾ ਲੋੜੀਂਦਾ ਹੈ"
129
 
130
+ #: user-submitted-posts.php:1305
131
  msgid "User email required"
132
  msgstr "ਯੂਜ਼ਰ ਈਮੇਲ ਦੀ ਲੋੜ ਹੈ"
133
 
134
+ #: user-submitted-posts.php:1306
135
  msgid "Please check your email and try again"
136
  msgstr "ਕਿਰਪਾ ਕਰਕੇ ਆਪਣੀ ਈਮੇਲ ਦੀ ਜਾਂਚ ਕਰੋ ਅਤੇ ਦੁਬਾਰਾ ਕੋਸ਼ਿਸ਼ ਕਰੋ"
137
 
138
+ #: user-submitted-posts.php:1307
139
  msgid "Non-empty value for hidden field"
140
  msgstr "ਲੁਕਵੇਂ ਖੇਤਰ ਲਈ ਨਾ-ਖਾਲੀ ਮੁੱਲ"
141
 
142
+ #: user-submitted-posts.php:1308
143
  msgid "Minimum number of images not met"
144
  msgstr "ਘੱਟੋ-ਘੱਟ ਚਿੱਤਰ ਨਹੀਂ ਮਿਲੇ"
145
 
146
+ #: user-submitted-posts.php:1309
147
  msgid "Maximum number of images exceeded "
148
  msgstr "ਚਿੱਤਰਾਂ ਦੀ ਵੱਧ ਤੋਂ ਵੱਧ ਗਿਣਤੀ ਵੱਧ ਗਈ"
149
 
150
+ #: user-submitted-posts.php:1310
151
  msgid "Minimum image width not met"
152
  msgstr "ਘੱਟੋ ਘੱਟ ਚਿੱਤਰ ਦੀ ਚੌੜਾਈ ਨਹੀਂ ਮਿਲੀ"
153
 
154
+ #: user-submitted-posts.php:1311
155
  msgid "Image width exceeds maximum"
156
  msgstr "ਚਿੱਤਰ ਦੀ ਚੌੜਾਈ ਵੱਧ ਤੋਂ ਵੱਧ ਹੈ"
157
 
158
+ #: user-submitted-posts.php:1312
159
  msgid "Minimum image height not met"
160
+ msgstr "ਘੱਟੋ ਘੱਟ ਚਿੱਤਰ ਦੀ ਉਚਾਈ ਨਹੀਂ ਮਿਲੀ"
161
 
162
+ #: user-submitted-posts.php:1313
163
  msgid "Image height exceeds maximum"
164
  msgstr "ਚਿੱਤਰ ਦੀ ਉਚਾਈ ਵੱਧ ਤੋਂ ਵੱਧ ਹੈ"
165
 
166
+ #: user-submitted-posts.php:1314
167
  msgid "File type not allowed (please upload images only)"
168
  msgstr "ਫਾਈਲ ਪ੍ਰਕਾਰ ਦੀ ਆਗਿਆ ਨਹੀਂ ਹੈ (ਕਿਰਪਾ ਕਰਕੇ ਸਿਰਫ਼ ਚਿੱਤਰ ਅਪਲੋਡ ਕਰੋ)"
169
 
170
+ #: user-submitted-posts.php:1315
171
  msgid " required"
172
  msgstr " ਲੋੜੀਂਦੀ"
173
 
174
+ #: user-submitted-posts.php:1319
175
  msgid "File not uploaded. Please check the file and try again."
176
  msgstr "ਫਾਈਲ ਅਪਲੋਡ ਨਹੀਂ ਕੀਤੀ ਗਈ ਕਿਰਪਾ ਕਰਕੇ ਫਾਈਲ ਦੀ ਜਾਂਚ ਕਰੋ ਅਤੇ ਦੁਬਾਰਾ ਕੋਸ਼ਿਸ਼ ਕਰੋ."
177
 
178
+ #: user-submitted-posts.php:1323
179
  msgid "The file(s) could not be uploaded"
180
  msgstr "ਫਾਈਲ (ਫਾਈਲਾਂ) ਅਪਲੋਡ ਨਹੀਂ ਕੀਤੀਆਂ ਜਾ ਸਕਦੀਆਂ"
181
 
182
+ #: user-submitted-posts.php:1325
183
  msgid "Post not created. Please contact the site administrator for help."
184
  msgstr "ਪੋਸਟ ਨਹੀਂ ਬਣਾਇਆ ਗਿਆ ਮਦਦ ਲਈ ਸਾਈਟ ਪ੍ਰਸ਼ਾਸਕ ਨਾਲ ਸੰਪਰਕ ਕਰੋ ਜੀ"
185
 
186
+ #: user-submitted-posts.php:1326
187
  msgid "Duplicate post title. Please try again."
188
  msgstr "ਡੁਪਲੀਕੇਟ ਪੋਸਟ ਟਾਈਟਲ ਮੁੜ ਕੋਸ਼ਿਸ ਕਰੋ ਜੀ."
189
 
190
+ #: user-submitted-posts.php:1336
191
  msgid "Error: "
192
  msgstr "ਗਲਤੀ:"
193
 
194
+ #: user-submitted-posts.php:1362
195
  msgid "Return to form"
196
  msgstr "ਫਾਰਮ ਤੇ ਵਾਪਸ ਜਾਓ"
197
 
198
+ #: user-submitted-posts.php:1392 library/plugin-settings.php:955
199
  msgid "Please"
200
  msgstr "ਕ੍ਰਿਪਾ"
201
 
202
+ #: user-submitted-posts.php:1393
203
  msgid "log in"
204
  msgstr "ਲਾਗਿਨ"
205
 
206
+ #: user-submitted-posts.php:1394
207
  msgid "to submit content!"
208
  msgstr "ਸਮੱਗਰੀ ਜਮ੍ਹਾਂ ਕਰਨ ਲਈ!"
209
 
228
 
229
  #: views/submission-form.php:74 views/submission-form.php:75
230
  #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
+ #: library/plugin-settings.php:1016
232
  msgid "Post Title"
233
  msgstr "ਪੋਸਟ ਟਾਈਟਲ"
234
 
235
  #: views/submission-form.php:80 views/submission-form.php:81
236
  #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
+ #: library/plugin-settings.php:1017
238
  msgid "Post Tags"
239
  msgstr "ਪੋਸਟ ਟੈਗਸ"
240
 
243
  msgstr "ਐਂਟੀਸਪਾਮ ਸਵਾਲ"
244
 
245
  #: views/submission-form.php:98 views/submission-form-alt.php:103
246
+ #: library/plugin-settings.php:1018
247
  msgid "Post Category"
248
  msgstr "ਪੋਸਟ ਸ਼੍ਰੇਣੀ"
249
 
253
 
254
  #: views/submission-form.php:135 views/submission-form.php:136
255
  #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
+ #: library/plugin-settings.php:1019
257
  msgid "Post Content"
258
  msgstr "ਸਮੱਗਰੀ ਪੋਸਟ ਕਰੋ"
259
 
277
  msgid "Submit Post"
278
  msgstr "ਪੋਸਟ ਜਮ੍ਹਾਂ ਕਰੋ"
279
 
280
+ #: library/shortcode-misc.php:18
281
+ msgid "Reset form"
282
+ msgstr "ਫਾਰਮ ਰੀਸੈਟ ਕਰੋ"
283
+
284
+ #: library/shortcode-misc.php:128
285
+ msgid "View full post"
286
+ msgstr "ਪੂਰਾ ਪੋਸਟ ਵੇਖੋ"
287
+
288
  #: library/plugin-settings.php:32
289
  msgid "Get USP Pro for unlimited forms!"
290
  msgstr "ਬੇਅੰਤ ਫਾਰਮ ਲਈ USP ਪ੍ਰੋ ਲਵੋ!"
388
  msgstr "ਚੋਣਾਂ ਨੂੰ ਸੰਰਚਿਤ ਕਰਨ ਲਈ)"
389
 
390
  #: library/plugin-settings.php:318 library/plugin-settings.php:335
391
+ #: library/plugin-settings.php:1213 library/plugin-settings.php:1218
392
  msgid "Challenge Question"
393
  msgstr "ਚੁਣੌਤੀ ਪ੍ਰਸ਼ਨ"
394
 
395
  #: library/plugin-settings.php:350 library/plugin-settings.php:367
396
+ #: library/plugin-settings.php:1235
397
  msgid "Google reCAPTCHA"
398
  msgstr "Google reCAPTCHA"
399
 
409
  msgid "Disable"
410
  msgstr "ਅਸਮਰੱਥ ਕਰੋ"
411
 
412
+ #: library/plugin-settings.php:399 library/plugin-settings.php:1296
413
  msgid "Image Uploads"
414
  msgstr "ਚਿੱਤਰ ਅਪਲੋਡ"
415
 
437
  msgid " approved posts"
438
  msgstr " ਪ੍ਰਵਾਨਿਤ ਪੋਸਟ"
439
 
440
+ #: library/plugin-settings.php:645
441
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
442
  msgstr "ਇੱਕ ਅਸ਼ੁੱਧੀ ਹੋਈ ਸੀ. ਕਿਰਪਾ ਕਰਕੇ ਇਹ ਯਕੀਨੀ ਬਣਾਉ ਕਿ ਤੁਸੀਂ ਇੱਕ ਟਾਈਟਲ, ਕੁਝ ਸਮਗਰੀ ਸ਼ਾਮਲ ਕੀਤੀ ਹੈ, ਅਤੇ ਇਹ ਕਿ ਤੁਸੀਂ ਸਿਰਫ਼ ਚਿੱਤਰ ਹੀ ਅਪਲੋਡ ਕੀਤੇ ਹਨ."
443
 
444
+ #: library/plugin-settings.php:659
445
  msgid "Please select your image(s) to upload."
446
+ msgstr "ਕਿਰਪਾ ਕਰਕੇ ਅਪਲੋਡ ਕਰਨ ਲਈ ਆਪਣੀ ਤਸਵੀਰ (ਤਰਜ਼) ਚੁਣੋ."
447
 
448
+ #: library/plugin-settings.php:665
449
  msgid "Success! Thank you for your submission."
450
  msgstr "ਸਫਲਤਾ! ਤੁਹਾਡੇ ਸਬਮਿਸ਼ਨ ਲਈ ਧੰਨਵਾਦ"
451
 
452
+ #: library/plugin-settings.php:691
453
  msgid "Email"
454
  msgstr "ਈ - ਮੇਲ"
455
 
456
+ #: library/plugin-settings.php:692
457
  msgid "URL"
458
  msgstr "URL"
459
 
460
+ #: library/plugin-settings.php:942
 
 
 
 
461
  msgid "Toggle all panels"
462
  msgstr "ਸਾਰੇ ਪੈਨਲ ਟੌਗਲ ਕਰੋ"
463
 
464
+ #: library/plugin-settings.php:951
465
  msgid "We need your support!"
466
  msgstr "ਸਾਨੂੰ ਤੁਹਾਡੇ ਸਮਰਥਨ ਦੀ ਜ਼ਰੂਰਤ ਹੈ!"
467
 
468
+ #: library/plugin-settings.php:955
469
  msgid "Make a donation via PayPal"
470
  msgstr "ਪੇਪਾਲ ਦੁਆਰਾ ਦਾਨ ਬਣਾਉ"
471
 
472
+ #: library/plugin-settings.php:955
473
  msgid "make a donation"
474
  msgstr "ਦਾਨ ਕਰੋ"
475
 
476
+ #: library/plugin-settings.php:955
477
  msgid "and/or"
478
  msgstr "ਅਤੇ / ਜਾਂ"
479
 
480
+ #: library/plugin-settings.php:956
481
  msgid "Rate and review at the Plugin Directory"
482
  msgstr "ਪਲੱਗਇਨ ਡਾਇਰੈਕਟਰੀ ਤੇ ਰੇਟ ਅਤੇ ਸਮੀਖਿਆ ਕਰੋ"
483
 
484
+ #: library/plugin-settings.php:957
485
  msgid "give this plugin a 5-star rating"
486
  msgstr "ਇਸ ਪਲੱਗਇਨ ਨੂੰ 5-ਸਟਾਰ ਰੇਟਿੰਗ ਦਿਉ"
487
 
488
+ #: library/plugin-settings.php:961
489
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
490
  msgstr "ਤੁਹਾਡਾ ਖੁੱਲ੍ਹੀ ਸਹਾਇਤਾ ਇਸ ਮੁਫ਼ਤ ਪਲਗਇਨ ਦੇ ਲਗਾਤਾਰ ਵਿਕਾਸ ਨੂੰ ਸਮਰੱਥ ਬਣਾਉਂਦਾ ਹੈ. ਤੁਹਾਡਾ ਧੰਨਵਾਦ!"
491
 
492
+ #: library/plugin-settings.php:966
493
  msgid "Check this box if you have shown support"
494
  msgstr "ਜੇ ਤੁਸੀਂ ਸਮਰਥਨ ਦਿਖਾਇਆ ਹੈ ਤਾਂ ਇਸ ਬਕਸੇ ਨੂੰ ਚੁਣੋ"
495
 
496
+ #: library/plugin-settings.php:975
497
  msgid "Overview"
498
  msgstr "ਸੰਖੇਪ ਜਾਣਕਾਰੀ"
499
 
500
+ #: library/plugin-settings.php:979
501
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
502
  msgstr "ਤੁਹਾਡੀਆਂ ਮਹਿਮਾਨਾਂ ਨੂੰ ਆਪਣੀ ਸਾਈਟ ਦੇ ਫਰੰਟ-ਐਂਡ ਤੋਂ ਪੋਸਟਾਂ ਜਮ੍ਹਾਂ ਕਰਾਉਣ ਅਤੇ ਤਸਵੀਰਾਂ ਅਪਲੋਡ ਕਰਨ ਦੇ ਯੋਗ ਬਣਾਉਂਦਾ ਹੈ."
503
 
504
+ #: library/plugin-settings.php:980
505
  msgid "For advanced functionality and unlimited forms, check out"
506
  msgstr "ਤਕਨੀਕੀ ਕਾਰਜਸ਼ੀਲਤਾ ਅਤੇ ਬੇਅੰਤ ਫਾਰਮ ਲਈ, ਦੇਖੋ"
507
 
508
+ #: library/plugin-settings.php:980 library/plugin-settings.php:1354
509
  msgid "USP Pro"
510
  msgstr "USP ਪ੍ਰੋ"
511
 
512
+ #: library/plugin-settings.php:981
513
  msgid "&mdash; the ultimate solution for user-generated content."
514
  msgstr "& mdash; ਉਪਭੋਗਤਾ ਦੁਆਰਾ ਤਿਆਰ ਕੀਤੀ ਗਈ ਸਮੱਗਰੀ ਲਈ ਅੰਤਮ ਹੱਲ."
515
 
516
+ #: library/plugin-settings.php:985 library/plugin-settings.php:1002
517
  msgid "Plugin Settings"
518
  msgstr "ਪਲੱਗਇਨ ਸੈਟਿੰਗ"
519
 
520
+ #: library/plugin-settings.php:986
521
  msgid "Display the form"
522
  msgstr "ਫਾਰਮ ਨੂੰ ਪ੍ਰਦਰਸ਼ਿਤ ਕਰੋ"
523
 
524
+ #: library/plugin-settings.php:987 library/plugin-settings.php:1511
525
  msgid "Plugin Homepage"
526
  msgstr "ਪਲੱਗਇਨ ਹੋਮਪੇਜ"
527
 
528
+ #: library/plugin-settings.php:990
529
  msgid "If you like this plugin, please"
530
  msgstr "ਜੇ ਤੁਸੀਂ ਇਹ ਪਲੱਗਇਨ ਪਸੰਦ ਕਰਦੇ ਹੋ, ਤਾਂ ਕਿਰਪਾ ਕਰਕੇ"
531
 
532
+ #: library/plugin-settings.php:991
533
  msgid "THANK YOU for your support!"
534
  msgstr "ਤੁਹਾਡੇ ਸਹਿਯੋਗ ਲਈ ਧੰਨਵਾਦ!"
535
 
536
+ #: library/plugin-settings.php:991
537
  msgid "give it a 5-star rating"
538
  msgstr "ਇਸਨੂੰ 5-ਸਟਾਰ ਰੇਟਿੰਗ ਦਿਉ"
539
 
540
+ #: library/plugin-settings.php:995
541
  msgid "Unlimited front-end forms"
542
  msgstr "ਅਸੀਮਤ ਫਰੰਟ-ਐਂਡ ਫਾਰਮ"
543
 
544
+ #: library/plugin-settings.php:995
545
  msgid "Get USP Pro"
546
  msgstr "USP ਪ੍ਰੋ ਪ੍ਰਾਪਤ ਕਰੋ"
547
 
548
+ #: library/plugin-settings.php:1005
549
  msgid "Configure your settings for User Submitted Posts."
550
  msgstr "ਯੂਜ਼ਰ ਦੁਆਰਾ ਭੇਜੀਆਂ ਗਈਆਂ ਪੋਸਟਾਂ ਲਈ ਆਪਣੀ ਸੈਟਿੰਗਾਂ ਨੂੰ ਕੌਂਫਿਗਰ ਕਰੋ."
551
 
552
+ #: library/plugin-settings.php:1007
553
  msgid "Form Fields"
554
+ msgstr "ਫਾਰਮ ਖੇਤਰ"
555
 
556
+ #: library/plugin-settings.php:1013
557
  msgid "User Name"
558
  msgstr "ਯੂਜ਼ਰ ਨਾਮ"
559
 
560
+ #: library/plugin-settings.php:1014
561
  msgid "User Email"
562
  msgstr "ਯੂਜ਼ਰ ਈਮੇਲ"
563
 
564
+ #: library/plugin-settings.php:1015
565
  msgid "User URL"
566
  msgstr "ਯੂਜ਼ਰ URL"
567
 
568
+ #: library/plugin-settings.php:1030
569
  msgid "General Settings"
570
  msgstr "ਆਮ ਸੈਟਿੰਗ"
571
 
572
+ #: library/plugin-settings.php:1032
573
+ msgid "Note that the default settings work fine for most cases."
574
+ msgstr "ਯਾਦ ਰੱਖੋ ਕਿ ਜਿਆਦਾਤਰ ਕੇਸਾਂ ਲਈ ਮੂਲ ਵਿਵਸਥਾ ਠੀਕ ਕੰਮ ਕਰਦੀ ਹੈ"
575
+
576
+ #: library/plugin-settings.php:1037
577
  msgid "Form Style"
578
  msgstr "ਫਾਰਮ ਸਟਾਈਲ"
579
 
580
+ #: library/plugin-settings.php:1042
581
  msgid "With this option, you can copy the plugin&rsquo;s default templates:"
582
  msgstr "ਇਸ ਵਿਕਲਪ ਦੇ ਨਾਲ, ਤੁਸੀਂ ਪਲਗਇਨ & rsquo; s ਡਿਫੌਲਟ ਖਾਕੇ ਦੀ ਨਕਲ ਕਰ ਸਕਦੇ ਹੋ:"
583
 
584
+ #: library/plugin-settings.php:1047
585
  msgid "..and upload them into a directory named"
586
+ msgstr "..ਅਤੇ ਉਹਨਾਂ ਨੂੰ ਨਾਮਜਦ ਡਾਇਰੈਕਟਰੀ ਵਿੱਚ ਅਪਲੋਡ ਕਰੋ"
587
 
588
+ #: library/plugin-settings.php:1047
589
  msgid "in your theme:"
590
  msgstr "ਆਪਣੀ ਥੀਮ ਵਿੱਚ:"
591
 
592
+ #: library/plugin-settings.php:1053
593
  msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
594
  msgstr "ਇਹ ਤੁਹਾਨੂੰ ਫਾਰਮ ਅਤੇ ਸਟਾਇਲ ਨੂੰ ਅਨੁਕੂਲਿਤ ਕਰਨ ਦੇ ਯੋਗ ਬਣਾਵੇਗਾ ਜਿਵੇਂ ਲੋੜੀਦਾ ਵਧੇਰੇ ਜਾਣਕਾਰੀ ਲਈ, ਵਿਚ \"ਕਸਟਮ ਸਬਮਿਸ਼ਨ ਫਾਰਮ\" ਸੈਕਸ਼ਨ ਦੇਖੋ"
595
 
596
+ #: library/plugin-settings.php:1054
597
  msgid "Installation Docs"
598
  msgstr "ਇੰਸਟਾਲੇਸ਼ਨ ਡੌਕਸ"
599
 
600
+ #: library/plugin-settings.php:1055
601
  msgid "FYI: here is a"
602
  msgstr "FYI: ਇੱਥੇ ਇੱਕ ਹੈ"
603
 
604
+ #: library/plugin-settings.php:1055
605
  msgid "list of USP CSS selectors"
606
  msgstr "ਯੂਐਸਪੀ CSS ਚੋਣਕਾਰ ਦੀ ਸੂਚੀ"
607
 
608
+ #: library/plugin-settings.php:1061
609
  msgid "Include JavaScript"
610
  msgstr "ਜਾਵਾਸਕ੍ਰਿਪਟ ਸ਼ਾਮਲ ਕਰੋ"
611
 
612
+ #: library/plugin-settings.php:1063
613
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
614
  msgstr "ਇਸ ਬਕਸੇ ਨੂੰ ਚੈੱਕ ਕਰੋ ਜੇਕਰ ਤੁਸੀਂ ਬਾਹਰੀ ਜਾਵਾਸਕ੍ਰਿਪਟ ਫਾਇਲਾਂ ਨੂੰ ਸ਼ਾਮਲ ਕਰਨਾ ਚਾਹੁੰਦੇ ਹੋ (ਸਿਫ਼ਾਰਿਸ਼ ਕੀਤਾ)"
615
 
616
+ #: library/plugin-settings.php:1066
617
  msgid "Targeted Loading"
618
  msgstr "ਲਕਸ਼ ਲੋਡਿੰਗ"
619
 
620
+ #: library/plugin-settings.php:1068
621
  msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
622
  msgstr "ਮੂਲ ਰੂਪ ਵਿੱਚ, ਬਾਹਰੀ CSS & amp; ਜਾਵਾਸਕ੍ਰਿਪਟ ਦੀਆਂ ਫਾਈਲਾਂ ਹਰ ਪੰਨੇ ਤੇ ਲੋਡ ਕੀਤੀਆਂ ਜਾਂਦੀਆਂ ਹਨ. ਇੱਥੇ ਤੁਸੀਂ ਸਿਰਫ਼ ਉਸ ਸਫ਼ੇ ਤੇ ਸਰੋਤ ਲੋਡ ਕਰਨ ਲਈ ਯੂਐਸਪੀ ਫਾਰਮ ਦਾ ਯੂਆਰਐਲ ਨਿਸ਼ਚਿਤ ਕਰ ਸਕਦੇ ਹੋ. ਨੋਟ: ਸਾਰੇ ਪੰਨਿਆਂ ਤੇ ਲੋਡ ਕਰਨ ਲਈ ਖਾਲੀ ਛੱਡੋ."
623
 
624
+ #: library/plugin-settings.php:1071
625
  msgid "Post Type"
626
  msgstr "ਪੋਸਟ ਕਿਸਮ"
627
 
628
+ #: library/plugin-settings.php:1074
629
  msgid "Submit posts as WP Posts or Pages"
630
  msgstr "WP Posts ਜਾਂ Pages ਦੇ ਰੂਪ ਵਿੱਚ ਪੋਸਟਾਂ ਨੂੰ ਜਮ੍ਹਾ ਕਰੋ"
631
 
632
+ #: library/plugin-settings.php:1078
633
  msgid "Post Status"
634
  msgstr "ਪੋਸਟ ਸਥਿਤੀ"
635
 
636
+ #: library/plugin-settings.php:1081
637
  msgid "Post Status for submitted posts"
638
  msgstr "ਦਰਜ ਕੀਤੀਆਂ ਪੋਸਟਾਂ ਲਈ ਪੋਸਟ ਸਥਿਤੀ"
639
 
640
+ #: library/plugin-settings.php:1085
641
  msgid "Redirect URL"
642
  msgstr "ਰੀ-ਡਾਇਰੈਕਟ URL"
643
 
644
+ #: library/plugin-settings.php:1087
645
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
646
  msgstr "ਪੋਸਟ-ਸਬਮਿਸ਼ਨ ਦੇ ਬਾਅਦ ਉਪਭੋਗਤਾ ਨੂੰ ਰੀਡਾਇਰੈਕਟ ਕਰਨ ਲਈ ਇੱਕ URL ਨਿਸ਼ਚਿਤ ਕਰੋ ਮੌਜੂਦਾ ਪੇਜ਼ ਤੇ ਵਾਪਸ ਭੇਜਣ ਲਈ ਖਾਲੀ ਛੱਡੋ."
647
 
648
+ #: library/plugin-settings.php:1090
649
  msgid "Success Message"
650
  msgstr "ਸਫਲਤਾ ਸੁਨੇਹਾ"
651
 
652
+ #: library/plugin-settings.php:1092
653
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
654
  msgstr "ਸਫ਼ਲਤਾ ਦਾ ਸੰਦੇਸ਼ ਜੋ ਦਿਖਾਉਂਦਾ ਹੈ ਜੇਕਰ ਪੋਸਟ-ਸਬਮਿਸ਼ਨ ਸਫਲ ਹੋਵੇ ਤਾਂ ਬੇਸਿਕ ਮਾਰਕਅੱਪ ਦੀ ਆਗਿਆ ਹੈ"
655
 
656
+ #: library/plugin-settings.php:1095
657
  msgid "Error Message"
658
  msgstr "ਗਲਤੀ ਸੁਨੇਹਾ"
659
 
660
+ #: library/plugin-settings.php:1097
661
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
662
  msgstr "ਇੱਕ ਆਮ ਗਲਤੀ ਸੁਨੇਹਾ ਜੋ ਡਿਸਪਲੇ ਕੀਤਾ ਜਾਂਦਾ ਹੈ ਜੇਕਰ ਪੋਸਟ-ਸਬਮਿਸ਼ਨ ਫੇਲ੍ਹ ਹੋ ਜਾਂਦੀ ਹੈ. ਬੇਸਿਕ ਮਾਰਕਅੱਪ ਦੀ ਆਗਿਆ ਹੈ"
663
 
664
+ #: library/plugin-settings.php:1100
665
  msgid "Custom Content"
666
  msgstr "ਕਸਟਮ ਸਮਗਰੀ"
667
 
668
+ #: library/plugin-settings.php:1102
669
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
670
  msgstr "ਸਬਮਿਸ਼ਨ ਫਾਰਮ ਤੋਂ ਪਹਿਲਾਂ ਕਸਟਮ ਟੈਕਸਟ / ਮਾਰਕਅੱਪ ਨੂੰ ਸ਼ਾਮਲ ਕਰਨਾ. ਅਯੋਗ ਕਰਨ ਲਈ ਖਾਲੀ ਛੱਡੋ."
671
 
672
+ #: library/plugin-settings.php:1105
673
  msgid "Rich Text Editor"
674
  msgstr "ਰਿਚ ਟੈਕਸਟ ਐਡੀਟਰ"
675
 
676
+ #: library/plugin-settings.php:1107
677
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
678
  msgstr "ਜੇਕਰ ਤੁਸੀਂ ਦਰਜ ਕੀਤੀਆਂ ਪੋਸਟਾਂ ਲਈ WP ਐਸਟ ਟੈਕਸਟ ਐਕਟੀਵੇਸ਼ਨ ਨੂੰ ਸਮਰੱਥ ਬਣਾਉਣਾ ਚਾਹੁੰਦੇ ਹੋ ਤਾਂ ਇਸ ਬਾਕਸ ਨੂੰ ਚੈਕ ਕਰੋ."
679
 
680
+ #: library/plugin-settings.php:1110
681
  msgid "Unique Titles"
682
  msgstr "ਵਿਲੱਖਣ ਸਿਰਲੇਖ"
683
 
684
+ #: library/plugin-settings.php:1112
685
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
686
  msgstr "ਵਿਲੱਖਣ ਹੋਣ ਲਈ ਪੇਸ਼ ਕੀਤੇ ਅਤਰੇ ਸਿਰਲੇਖਾਂ ਦੀ ਜ਼ਰੂਰਤ (ਮਲਟੀਪਲ / ਡੁਪਲੀਕੇਟ ਅਸਾਮੀਆਂ ਪੋਸਟਾਂ ਨੂੰ ਰੋਕਣ ਲਈ ਉਪਯੋਗੀ)"
687
 
688
+ #: library/plugin-settings.php:1115
689
  msgid "Disable Required"
690
  msgstr "ਲਾਜ਼ਮੀ"
691
 
692
+ #: library/plugin-settings.php:1117
693
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
694
  msgstr "ਡਿਫੌਲਟ ਫਾਰਮ ਫੀਲਡਸ ਤੇ ਸਾਰੇ ਲੋੜੀਂਦੇ ਵਿਸ਼ੇਸ਼ਤਾਵਾਂ ਨੂੰ ਅਸਮਰੱਥ ਕਰੋ (ਗਲਤੀ ਸੁਨੇਹਿਆਂ ਦੇ ਨਿਪਟਾਰੇ ਲਈ ਉਪਯੋਗੀ)."
695
 
696
+ #: library/plugin-settings.php:1120
697
  msgid "Disable IP Tracking"
698
  msgstr "IP ਟਰੈਕਿੰਗ ਨੂੰ ਅਸਮਰੱਥ ਬਣਾਓ"
699
 
700
+ #: library/plugin-settings.php:1122
701
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
702
  msgstr "ਡਿਫਾਲਟ ਰੂਪ ਵਿੱਚ ਹਰੇਕ ਪ੍ਰਸਤੁਤ ਪੋਸਟ ਦੇ ਨਾਲ ਆਈ.ਪੀ. ਸਾਰੇ IP ਟਰੈਕਿੰਗ ਨੂੰ ਅਯੋਗ ਕਰਨ ਲਈ ਇਸ ਬਾਕਸ ਨੂੰ ਚੈੱਕ ਕਰੋ."
703
 
704
+ #: library/plugin-settings.php:1125
705
  msgid "Enable Shortcodes"
706
  msgstr "ਸ਼ੌਰਟਕੌਡ ਨੂੰ ਸਮਰੱਥ ਬਣਾਓ"
707
 
708
+ #: library/plugin-settings.php:1127
709
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
710
  msgstr "ਵਿਜੇਟਸ ਵਿੱਚ ਸ਼ਾਰਟਕੱਟ ਨੂੰ ਸਮਰੱਥ ਬਣਾਓ. ਮੂਲ ਰੂਪ ਵਿੱਚ, ਵਰਡਿਉਡ ਵਿਡਜਿਟ ਵਿੱਚ ਸ਼ਾਰਟਕੱਟ ਨੂੰ ਸਮਰੱਥ ਨਹੀਂ ਕਰਦਾ."
711
 
712
+ #: library/plugin-settings.php:1128
713
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
714
  msgstr "ਇਹ ਸੈਟਿੰਗ ਵਿਡਜਿਟ ਵਿੱਚ ਕਿਸੇ ਵੀ / ਸਾਰੇ ਸ਼ਾਰਟਕੱਟ ਨੂੰ ਯੋਗ ਕਰਦਾ ਹੈ (ਹੋਰ ਪਲੱਗਇਨ ਦੇ ਸ਼ਾਰਟਕੱਟ ਵੀ)"
715
 
716
+ #: library/plugin-settings.php:1133 library/plugin-settings.php:1138
717
  msgid "Categories"
718
  msgstr "ਵਰਗ"
719
 
720
+ #: library/plugin-settings.php:1141
721
  msgid "Select which categories may be assigned to submitted posts (click to toggle)"
722
  msgstr "ਚੁਣੋ ਕਿ ਕਿਹੜੇ ਵਰਗ ਨੂੰ ਸੌਂਪੇ ਹੋਏ ਪੋਸਟਾਂ ਲਈ ਸੌਂਪਿਆ ਜਾ ਸਕਦਾ ਹੈ (ਟੌਗਲ ਕਰਨ ਲਈ ਕਲਿਕ ਕਰੋ)"
723
 
724
+ #: library/plugin-settings.php:1149
725
  msgid "Hidden/Default Category"
726
  msgstr "ਓਹਲੇ / ਡਿਫਾਲਟ ਸ਼੍ਰੇਣੀ"
727
 
728
+ #: library/plugin-settings.php:1151
729
  msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
730
  msgstr "ਪੋਸਟ ਸ਼੍ਰੇਣੀ ਲਈ ਲੁਕੇ ਖੇਤਰ ਦਾ ਉਪਯੋਗ ਕਰੋ. ਵਰਗ ਖੇਤਰ ਅਸਮਰਥਿਤ ਹੋਣ 'ਤੇ ਇਹ ਇੱਕ ਡਿਫੌਲਟ ਸ਼੍ਰੇਣੀ ਨੂੰ ਨਿਸ਼ਚਿਤ ਕਰਨ ਲਈ ਵਰਤਿਆ ਜਾ ਸਕਦਾ ਹੈ."
731
 
732
+ #: library/plugin-settings.php:1154
733
  msgid "Category ID for Hidden Field"
734
  msgstr "ਓਹਲੇ ਖੇਤਰ ਲਈ ਸ਼੍ਰੇਣੀ ID"
735
 
736
+ #: library/plugin-settings.php:1156
737
  msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
738
  msgstr "& Ldquo; Hidden / Default ਸ਼੍ਰੇਣੀ & rdquo; ਲਈ ਵਰਤੀ ਜਾਣ ਵਾਲੀ ਸ਼੍ਰੇਣੀ ਦਾ ID ਨਿਸ਼ਚਿਤ ਕਰੋ. ਚੋਣ"
739
 
740
+ #: library/plugin-settings.php:1161
741
  msgid "Users"
742
  msgstr "ਯੂਜ਼ਰ"
743
 
744
+ #: library/plugin-settings.php:1166
745
  msgid "Assigned Author"
746
  msgstr "ਅਸਾਈਨ ਕੀਤੇ ਲੇਖਕ"
747
 
748
+ #: library/plugin-settings.php:1169
749
  msgid "Specify the user that should be assigned as author for submitted posts."
750
  msgstr "ਉਸ ਉਪਯੋਗਕਰਤਾ ਨੂੰ ਨਿਸ਼ਚਤ ਕਰੋ ਜਿਸ ਨੂੰ ਪੇਸ਼ ਕੀਤੀਆਂ ਪੋਸਟਾਂ ਲਈ ਲੇਖਕ ਦੇ ਰੂਪ ਵਿੱਚ ਸੌਂਪਿਆ ਜਾਣਾ ਚਾਹੀਦਾ ਹੈ."
751
 
752
+ #: library/plugin-settings.php:1173
753
  msgid "Registered Username"
754
  msgstr "ਰਜਿਸਟਰਡ ਉਪਭੋਗਤਾ ਨਾਮ"
755
 
756
+ #: library/plugin-settings.php:1175
757
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
758
  msgstr "ਪੋਸਟ ਲੇਖਕ ਵਜੋਂ ਰਜਿਸਟਰਡ ਉਪਯੋਗਕਰਤਾ ਨਾਂ ਦੀ ਵਰਤੋਂ ਕਰੋ. ਜਦੋਂ ਵਿਅਕਤੀ ਇਸ ਫਾਰਮ ਨੂੰ ਜਮ੍ਹਾਂ ਕਰ ਰਿਹਾ ਹੈ ਤਾਂ ਉਹ ਵੈਬਵੈਸਟ ਵਿੱਚ ਲੌਗਇਨ ਹੋ ਗਿਆ ਹੈ."
759
 
760
+ #: library/plugin-settings.php:1178
761
  msgid "User Profile URL"
762
  msgstr "ਯੂਜ਼ਰ ਪਰੋਫਾਇਲ URL"
763
 
764
+ #: library/plugin-settings.php:1180
765
  msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
766
  msgstr "ਯੂਆਰਐਬਲ ਖੇਤਰ ਦੇ ਮੁੱਲ ਵਜੋਂ ਰਜਿਸਟਰਡ ਯੂਜ਼ਰ & rsquo; ਦੀ ਵਰਤੋਂ ਕਰੋ. ਜਦੋਂ ਵਿਅਕਤੀ ਇਸ ਫਾਰਮ ਨੂੰ ਜਮ੍ਹਾਂ ਕਰ ਰਿਹਾ ਹੈ ਤਾਂ ਉਹ ਵੈਬਵੈਸਟ ਵਿੱਚ ਲੌਗਇਨ ਹੋ ਗਿਆ ਹੈ."
767
 
768
+ #: library/plugin-settings.php:1183
769
  msgid "Require User Login"
770
  msgstr "ਯੂਜ਼ਰ ਲਾਗਇਨ ਲੋੜੀਦਾ ਹੈ"
771
 
772
+ #: library/plugin-settings.php:1185
773
  msgid "Require users to be logged in to WordPress to view/submit the form"
774
  msgstr "ਫਾਰਮ ਨੂੰ ਵੇਖਣ / ਜਮ੍ਹਾਂ ਕਰਨ ਲਈ ਉਪਭੋਗਤਾਵਾਂ ਨੂੰ ਵਰਡਜ ਵਿੱਚ ਲੌਗ ਇਨ ਕਰਨਾ ਚਾਹੀਦਾ ਹੈ"
775
 
776
+ #: library/plugin-settings.php:1188
777
+ msgid "Disable Replace Author"
778
+ msgstr "ਲੇਖਕ ਨੂੰ ਬਦਲੋ ਅਯੋਗ ਕਰੋ"
779
+
780
+ #: library/plugin-settings.php:1190
781
+ msgid "Do not replace post author with submitted user name"
782
+ msgstr "ਪੇਸ਼ ਕੀਤੇ ਗਏ ਵਰਤੋਂਕਾਰ ਨਾਮ ਦੇ ਨਾਲ ਪੋਸਟ ਲੇਖਕ ਨੂੰ ਨਾ ਬਦਲੋ"
783
+
784
+ #: library/plugin-settings.php:1196
785
  msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
786
  msgstr "ਇੱਥੇ ਤੁਸੀਂ ਕਸਟਮ ਫੀਲਡ ਦੁਆਰਾ ਵਰਤੇ ਗਏ ਨਾਮ ਅਤੇ ਲੇਬਲ ਨੂੰ ਬਦਲ ਸਕਦੇ ਹੋ. ਤੁਸੀਂ ਇਸ ਫੀਲਡ ਨੂੰ ਫਾਰਮ ਫੀਲਡਸ ਸੈਟਿੰਗ ਰਾਹੀਂ, ਉਪਰੋਕਤ ਕਰ ਸਕਦੇ ਹੋ."
787
 
788
+ #: library/plugin-settings.php:1201
789
  msgid "Custom Field Name"
790
  msgstr "ਕਸਟਮ ਫੀਲਡ ਦਾ ਨਾਮ"
791
 
792
+ #: library/plugin-settings.php:1203
793
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
794
  msgstr "ਸਿਰਫ ਅਲਫਾਨੁਮੈਰਿਕ, ਅੰਡਰਸਕੋਰ ਅਤੇ ਡੈਸ਼ਾਂ ਵਰਤੋਂ ਜੇਕਰ ਨਿਸ਼ਚਿਤ ਹੋਵੇ, ਤਾਂ ਡਿਫਾਲਟ ਨਾਮ ਦੀ ਵਰਤੋਂ ਕਰੋ:"
795
 
796
+ #: library/plugin-settings.php:1206
797
  msgid "Custom Field Label"
798
  msgstr "ਕਸਟਮ ਫੀਲਡ ਲੇਬਲ"
799
 
800
+ #: library/plugin-settings.php:1208
801
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
802
  msgstr "ਇਸ ਨੂੰ ਫਾਰਮ ਤੇ ਫੀਲਡ ਲੇਬਲ ਦੇ ਤੌਰ ਤੇ ਪ੍ਰਦਰਸ਼ਿਤ ਕੀਤਾ ਜਾਵੇਗਾ. ਡਿਫੌਲਟ: ਕਸਟਮ ਖੇਤਰ"
803
 
804
+ #: library/plugin-settings.php:1220
805
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
806
  msgstr "ਸਪੈਮ ਨੂੰ ਰੋਕਣ ਲਈ, ਪ੍ਰਸ਼ਨ ਦਾਖਲ ਕਰਨ ਤੋਂ ਪਹਿਲਾਂ ਇੱਕ ਪ੍ਰਸ਼ਨ ਦਿਓ ਜੋ ਉਪਯੋਗਕਰਤਾਵਾਂ ਨੂੰ ਉੱਤਰ ਦੇਣਾ ਚਾਹੀਦਾ ਹੈ."
807
 
808
+ #: library/plugin-settings.php:1223
809
  msgid "Challenge Response"
810
  msgstr "ਚੁਣੌਤੀ ਪ੍ਰਤੀਕਿਰਿਆ"
811
 
812
+ #: library/plugin-settings.php:1225
813
  msgid "Enter the *only* correct answer to the challenge question."
814
  msgstr "ਚੁਣੌਤੀ ਪ੍ਰਸ਼ਨ ਦੇ ਲਈ ਸਿਰਫ * ਸਹੀ ਜਵਾਬ ਦਾਖਲ ਕਰੋ."
815
 
816
+ #: library/plugin-settings.php:1228
817
  msgid "Case-sensitivity"
818
  msgstr "ਕੇਸ-ਸੰਵੇਦਨਸ਼ੀਲਤਾ"
819
 
820
+ #: library/plugin-settings.php:1230
821
  msgid "Check this box if you want the challenge response to be case-sensitive."
822
+ msgstr "ਜੇ ਤੁਸੀਂ ਚੁਣੌਤੀ ਦਾ ਜਵਾਬ ਕੇਸ-ਸੰਵੇਦਨਸ਼ੀਲ ਹੋਣ ਲਈ ਚਾਹੁੰਦੇ ਹੋ ਤਾਂ ਇਸ ਬਕਸੇ ਨੂੰ ਚੈੱਕ ਕਰੋ."
823
 
824
+ #: library/plugin-settings.php:1236
825
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
826
  msgstr "Google reCAPTCHA ਨੂੰ ਸਮਰੱਥ ਬਣਾਉਣ ਲਈ, ਆਪਣੀਆਂ ਜਨਤਕ ਅਤੇ ਪ੍ਰਾਈਵੇਟ ਕੁੰਜੀਆਂ ਦਰਜ ਕਰੋ"
827
 
828
+ #: library/plugin-settings.php:1241
829
  msgid "Public Key"
830
  msgstr "ਸਰਵਜਨਕ ਕੁੰਜੀ"
831
 
832
+ #: library/plugin-settings.php:1243
833
  msgid "Enter your Public Key"
834
  msgstr "ਆਪਣੀ ਸਰਵਜਨਕ ਕੁੰਜੀ ਦਰਜ ਕਰੋ"
835
 
836
+ #: library/plugin-settings.php:1246
837
  msgid "Private Key"
838
  msgstr "ਪ੍ਰਾਈਵੇਟ ਕੁੰਜੀ"
839
 
840
+ #: library/plugin-settings.php:1248
841
  msgid "Enter your Private Key"
842
  msgstr "ਆਪਣੀ ਨਿੱਜੀ ਕੁੰਜੀ ਦਰਜ ਕਰੋ"
843
 
844
+ #: library/plugin-settings.php:1253
845
  msgid "Email Alerts"
846
  msgstr "ਈ-ਮੇਲ ਚੇਤਾਵਨੀ"
847
 
848
+ #: library/plugin-settings.php:1258
849
  msgid "Receive Email Alert"
850
  msgstr "ਈਮੇਲ ਅਲਰਟ ਪ੍ਰਾਪਤ ਕਰੋ"
851
 
852
+ #: library/plugin-settings.php:1260
853
  msgid "Check this box if you want to be notified via email for new post submissions."
854
  msgstr "ਇਸ ਬਕਸੇ ਨੂੰ ਚੈੱਕ ਕਰੋ ਜੇਕਰ ਤੁਸੀਂ ਨਵੀਂ ਪੋਸਟ ਦੀਆਂ ਬੇਨਤੀਆਂ ਲਈ ਈਮੇਲ ਰਾਹੀਂ ਸੂਚਿਤ ਕਰਨਾ ਚਾਹੁੰਦੇ ਹੋ."
855
 
856
+ #: library/plugin-settings.php:1263
857
  msgid "Enable HTML Format"
858
  msgstr "HTML ਫਾਰਮੈਟ ਨੂੰ ਸਮਰੱਥ ਬਣਾਓ"
859
 
860
+ #: library/plugin-settings.php:1265
861
  msgid "Check this box to enable HTML format for email alerts."
862
  msgstr "ਈਮੇਲ ਚੇਤਾਵਨੀਆਂ ਲਈ HTML ਫਾਰਮੈਟ ਨੂੰ ਯੋਗ ਕਰਨ ਲਈ ਇਸ ਬਾਕਸ ਨੂੰ ਚੁਣੋ."
863
 
864
+ #: library/plugin-settings.php:1268
865
  msgid "Email Address for Alerts"
866
  msgstr "ਚੇਤਾਵਨੀ ਲਈ ਈਮੇਲ ਪਤਾ"
867
 
868
+ #: library/plugin-settings.php:1270
869
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
870
  msgstr "ਜੇ ਤੁਸੀਂ ਈਮੇਲ ਚੇਤਾਵਨੀਆਂ ਪ੍ਰਾਪਤ ਕਰਨ ਲਈ ਬਕਸੇ ਦੀ ਜਾਂਚ ਕੀਤੀ ਹੈ, ਤਾਂ ਇੱਥੇ ਈ-ਮੇਲ ਭੇਜਣ ਵਾਲੇ ਪਤੇ (ਆਂ) ਨੂੰ ਦੱਸੋ."
871
 
872
+ #: library/plugin-settings.php:1271
873
  msgid "Multiple recipients may be included using a comma, like so:"
874
+ msgstr "ਬਹੁਤ ਸਾਰੇ ਪ੍ਰਾਪਤਕਰਤਾਵਾਂ ਨੂੰ ਕਾਮੇ ਦੇ ਰੂਪ ਵਿੱਚ ਸ਼ਾਮਲ ਕੀਤਾ ਜਾ ਸਕਦਾ ਹੈ, ਜਿਵੇਂ ਕਿ:"
875
 
876
+ #: library/plugin-settings.php:1274
877
  msgid "Email &ldquo;From&rdquo; Address"
878
  msgstr "ਈਮੇਲ & ldquo; ਤੋਂ & rdquo; ਪਤਾ"
879
 
880
+ #: library/plugin-settings.php:1276
881
  msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
882
  msgstr "ਇੱਥੇ ਤੁਸੀਂ & ldquo; From & rdquo; ਲਈ ਵਰਤੇ ਗਏ ਐਡਰੈਸ (ਐੱਸ) ਨੂੰ ਅਨੁਕੂਲਿਤ ਕਰ ਸਕਦੇ ਹੋ ਹੈਡਰ (ਜਾਣਕਾਰੀ ਲਈ ਪਲੱਗਇਨ FAQ ਵੇਖੋ)"
883
 
884
+ #: library/plugin-settings.php:1277
885
  msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
886
  msgstr "ਜੇਕਰ ਪਿਛਲੀ ਸੈਟਿੰਗ ਵਿੱਚ ਬਹੁਤ ਸਾਰੇ ਪਤਿਆਂ ਨੂੰ ਨਿਸ਼ਚਤ ਕੀਤਾ ਗਿਆ ਹੈ, ਤਾਂ ਇਸਦੇ ਬਰਾਬਰ ਦੀ ਗਿਣਤੀ ਵਿੱਚ & ldquo; From & rdquo; ਇਸ ਸੈਟਿੰਗ ਲਈ ਪਤੇ (ਉਸੇ ਕ੍ਰਮ ਵਿੱਚ)"
887
 
888
+ #: library/plugin-settings.php:1280
889
  msgid "Email Alert Subject"
890
  msgstr "ਈਮੇਲ ਅਲਰਟ ਵਿਸ਼ਾ"
891
 
892
+ #: library/plugin-settings.php:1282
893
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
894
  msgstr "ਈਮੇਲ ਚਿਤਾਵਨੀਆਂ ਲਈ ਵਿਸ਼ਾ ਲਾਈਨ ਡਿਫੌਲਟ ਵਿਸ਼ਾ ਲਾਈਨ ਨੂੰ ਵਰਤਣ ਲਈ ਖਾਲੀ ਛੱਡੋ ਨੋਟ: ਤੁਸੀਂ ਹੇਠਾਂ ਦਿੱਤੇ ਵੇਅਰਿਏਬਲਜ਼ ਦੀ ਵਰਤੋਂ ਕਰ ਸਕਦੇ ਹੋ:"
895
 
896
+ #: library/plugin-settings.php:1287
897
  msgid "Email Alert Message"
898
  msgstr "ਈਮੇਲ ਚਿਤਾਵਨੀ ਸੁਨੇਹਾ"
899
 
900
+ #: library/plugin-settings.php:1289
901
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
902
  msgstr "ਈਮੇਲ ਚਿਤਾਵਨੀਆਂ ਲਈ ਸੁਨੇਹਾ ਡਿਫਾਲਟ ਸੁਨੇਹਾ ਵਰਤਣ ਲਈ ਖਾਲੀ ਛੱਡੋ. ਨੋਟ: ਤੁਸੀਂ ਹੇਠਾਂ ਦਿੱਤੇ ਵੇਅਰਿਏਬਲਜ਼ ਦੀ ਵਰਤੋਂ ਕਰ ਸਕਦੇ ਹੋ:"
903
 
904
+ #: library/plugin-settings.php:1301
905
  msgid "Featured Image"
906
  msgstr "ਫੀਚਰਡ ਚਿੱਤਰ"
907
 
908
+ #: library/plugin-settings.php:1303
909
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
910
+ msgstr "ਫੀਚਰਡ ਚਿੱਤਰਾਂ ਦੇ ਤੌਰ ਤੇ ਪ੍ਰਸਤੁਤ ਚਿੱਤਰ ਸੈਟ ਕਰੋ ਫੀਚਰਡ ਚਿੱਤਰ ਲਈ ਥੀਮ ਸਹਿਯੋਗ ਦੀ ਜ਼ਰੂਰਤ ਹੈ (ਉਰਫ ਪੋਸਟ ਥੰਬਨੇਲ)"
911
 
912
+ #: library/plugin-settings.php:1306
913
  msgid "Upload Message"
914
  msgstr "ਸੁਨੇਹਾ ਅੱਪਲੋਡ ਕਰੋ"
915
 
916
+ #: library/plugin-settings.php:1308
917
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
918
  msgstr "ਉਹ ਸੁਨੇਹਾ ਜੋ ਅਪਲੋਡ ਫੀਲਡ ਦੇ ਅੱਗੇ ਦਿਖਾਈ ਦਿੰਦਾ ਹੈ. ਆਪਣੇ ਅੱਪਲੋਡ ਦਿਸ਼ਾ-ਨਿਰਦੇਸ਼ / ਨੀਤੀ / ਆਦਿ ਬਾਰੇ ਦੱਸਣ ਲਈ ਉਪਯੋਗੀ. ਮੁਢਲੇ ਮਾਰਕਅੱਪ ਦੀ ਇਜਾਜ਼ਤ"
919
 
920
+ #: library/plugin-settings.php:1311
921
  msgid "&ldquo;Add another image&rdquo; link"
922
  msgstr "& ldquo; ਕੋਈ ਹੋਰ ਤਸਵੀਰ ਜੋੜੋ & rdquo; ਲਿੰਕ"
923
 
924
+ #: library/plugin-settings.php:1313
925
  msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
926
  msgstr "& Ldquo; ਹੋਰ ਤਸਵੀਰ ਜੋੜੋ & rdquo; ਲਈ ਕਸਟਮ ਮਾਰਕਅਪ ਲਿੰਕ ਡਿਫੌਲਟ ਮਾਰਕਅਪ ਵਰਤਣ ਲਈ ਖਾਲੀ ਛੱਡੋ (ਸਿਫਾਰਿਸ਼ ਕੀਤਾ)"
927
 
928
+ #: library/plugin-settings.php:1316
929
  msgid "Minimum number of images"
930
  msgstr "ਚਿੱਤਰ ਦੀ ਘੱਟੋ-ਘੱਟ ਗਿਣਤੀ"
931
 
932
+ #: library/plugin-settings.php:1319
933
  msgid "Specify the minimum number of images."
934
  msgstr "ਚਿੱਤਰਾਂ ਦੀ ਨਿਊਨਤਮ ਗਿਣਤੀ ਦਰਸਾਓ"
935
 
936
+ #: library/plugin-settings.php:1323
937
  msgid "Maximum number of images"
938
  msgstr "ਚਿੱਤਰਾਂ ਦੀ ਅਧਿਕਤਮ ਗਿਣਤੀ"
939
 
940
+ #: library/plugin-settings.php:1326
941
  msgid "Specify the maximum number of images."
942
  msgstr "ਚਿੱਤਰਾਂ ਦੀ ਵੱਧ ਤੋਂ ਵੱਧ ਗਿਣਤੀ ਦੱਸੋ."
943
 
944
+ #: library/plugin-settings.php:1330
945
  msgid "Minimum image width"
946
  msgstr "ਘੱਟੋ-ਘੱਟ ਚਿੱਤਰ ਚੌੜਾਈ"
947
 
948
+ #: library/plugin-settings.php:1332
949
  msgid "Specify a minimum width (in pixels) for uploaded images."
950
  msgstr "ਅਪਲੋਡ ਕੀਤੀ ਤਸਵੀਰਾਂ ਲਈ ਘੱਟੋ ਘੱਟ ਚੌੜਾਈ (ਪਿਕਸਲ ਵਿੱਚ) ਦਿਓ."
951
 
952
+ #: library/plugin-settings.php:1335
953
  msgid "Minimum image height"
954
  msgstr "ਘੱਟੋ ਘੱਟ ਚਿੱਤਰ ਦੀ ਉਚਾਈ"
955
 
956
+ #: library/plugin-settings.php:1337
957
  msgid "Specify a minimum height (in pixels) for uploaded images."
958
  msgstr "ਅਪਲੋਡ ਕੀਤੀ ਤਸਵੀਰਾਂ ਲਈ ਘੱਟੋ ਘੱਟ ਉਚਾਈ (ਪਿਕਸਲ ਵਿੱਚ) ਦਿਓ."
959
 
960
+ #: library/plugin-settings.php:1340
961
  msgid "Maximum image width"
962
  msgstr "ਵੱਧ ਤੋਂ ਵੱਧ ਚਿੱਤਰ ਚੌੜਾਈ"
963
 
964
+ #: library/plugin-settings.php:1342
965
  msgid "Specify a maximum width (in pixels) for uploaded images."
966
  msgstr "ਅਪਲੋਡ ਕੀਤੀ ਤਸਵੀਰਾਂ ਲਈ ਵੱਧ ਤੋਂ ਵੱਧ ਚੌੜਾਈ (ਪਿਕਸਲ ਵਿੱਚ) ਦਿਓ."
967
 
968
+ #: library/plugin-settings.php:1345
969
  msgid "Maximum image height"
970
  msgstr "ਅਧਿਕਤਮ ਚਿੱਤਰ ਦੀ ਉਚਾਈ"
971
 
972
+ #: library/plugin-settings.php:1347
973
  msgid "Specify a maximum height (in pixels) for uploaded images."
974
  msgstr "ਅਪਲੋਡ ਕੀਤੀਆਂ ਤਸਵੀਰਾਂ ਲਈ ਅਧਿਕਤਮ ਉਚਾਈ (ਪਿਕਸਲ ਵਿੱਚ) ਦਿਓ."
975
 
976
+ #: library/plugin-settings.php:1350
977
  msgid "More Options"
978
  msgstr "ਹੋਰ ਵਿਕਲਪ"
979
 
980
+ #: library/plugin-settings.php:1353
981
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
982
  msgstr "ਹੋਰ ਵਿਕਲਪਾਂ ਲਈ, ਜਿਵੇਂ ਕਿ ਹੋਰ ਫਾਈਲ ਕਿਸਮਾਂ ਨੂੰ ਅਪਲੋਡ ਕਰਨ ਦੀ ਯੋਗਤਾ (ਜਿਵੇਂ ਕਿ PDF, Word, Zip, ਵੀਡੀਓ, ਅਤੇ ਹੋਰ), ਚੈੱਕ ਆਊਟ ਕਰੋ"
983
 
984
+ #: library/plugin-settings.php:1354
985
  msgid "Go Pro!"
986
  msgstr "ਪ੍ਰੋ ਜਾਓ!"
987
 
988
+ #: library/plugin-settings.php:1361
989
  msgid "Auto-Display Content"
990
  msgstr "ਸਵੈ-ਪ੍ਰਦਰਸ਼ਿਤ ਸਮਗਰੀ"
991
 
992
+ #: library/plugin-settings.php:1366
993
  msgid "Images Auto-Display"
994
  msgstr "ਚਿੱਤਰ ਆਟੋ-ਡਿਸਪਲੇ"
995
 
996
+ #: library/plugin-settings.php:1368
997
  msgid "Auto-display user-submitted images:"
998
  msgstr "ਆਟੋ-ਡਿਸਪਲੇ ਉਪਭੋਗਤਾ ਦੁਆਰਾ ਪ੍ਰਸਤੁਤ ਕੀਤੀਆਂ ਤਸਵੀਰਾਂ:"
999
 
1000
+ #: library/plugin-settings.php:1373
1001
  msgid "Image Markup"
1002
  msgstr "ਚਿੱਤਰ ਮਾਰਕਅਪ"
1003
 
1004
+ #: library/plugin-settings.php:1375
1005
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1006
  msgstr "ਹਰੇਕ ਪੇਸ਼ ਕੀਤੀ ਤਸਵੀਰ ਲਈ ਵਰਤਣ ਲਈ ਮਾਰਕਅੱਪ (ਜਦੋਂ ਆਟੋ-ਡਿਸਪਲੇ ਸਮਰੱਥ ਹੈ) ਵਰਤ ਸਕਦੇ ਹੋ"
1007
 
1008
+ #: library/plugin-settings.php:1377 library/plugin-settings.php:1390
1009
+ #: library/plugin-settings.php:1403 library/plugin-settings.php:1416
1010
  msgid "and"
1011
  msgstr "ਅਤੇ"
1012
 
1013
+ #: library/plugin-settings.php:1380
1014
  msgid "Email Auto-Display"
1015
  msgstr "ਈਮੇਲ ਆਟੋ-ਡਿਸਪਲੇ"
1016
 
1017
+ #: library/plugin-settings.php:1382
1018
  msgid "Auto-display user-submitted email:"
1019
  msgstr "ਆਟੋ-ਡਿਸਪਲੇ ਯੂਜਰ ਦੁਆਰਾ ਜਮ੍ਹਾ ਈਮੇਲ:"
1020
 
1021
+ #: library/plugin-settings.php:1387
1022
  msgid "Email Markup"
1023
  msgstr "ਈਮੇਲ ਮਾਰਕਅੱਪ"
1024
 
1025
+ #: library/plugin-settings.php:1389
1026
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1027
  msgstr "ਜਮ੍ਹਾਂ ਹੋਏ ਈਮੇਲ ਪਤੇ ਲਈ ਵਰਤਣ ਲਈ ਮਾਰਕਅੱਪ (ਜਦੋਂ ਆਟੋ-ਡਿਸਪਲੇ ਸਮਰੱਥ ਹੈ). ਵਰਤ ਸਕਦੇ ਹੋ"
1028
 
1029
+ #: library/plugin-settings.php:1393
1030
  msgid "URL Auto-Display"
1031
  msgstr "URL ਆਟੋ-ਡਿਸਪਲੇ"
1032
 
1033
+ #: library/plugin-settings.php:1395
1034
  msgid "Auto-display user-submitted URL:"
1035
  msgstr "ਆਟੋ-ਡਿਸਪਲੇ ਯੂਜਰ ਵਲੋਂ ਪੇਸ਼ ਯੂਆਰਐਲ:"
1036
 
1037
+ #: library/plugin-settings.php:1400
1038
  msgid "URL Markup"
1039
  msgstr "URL ਮਾਰਕਅਪ"
1040
 
1041
+ #: library/plugin-settings.php:1402
1042
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1043
  msgstr "ਦਿੱਤੇ URL ਲਈ ਵਰਤਣ ਲਈ ਮਾਰਕਅੱਪ (ਜਦੋਂ ਆਟੋ-ਡਿਸਪਲੇ ਸਮਰੱਥ ਹੈ). ਵਰਤ ਸਕਦੇ ਹੋ"
1044
 
1045
+ #: library/plugin-settings.php:1406
1046
  msgid "Custom Field Auto-Display"
1047
  msgstr "ਕਸਟਮ ਫੀਲਡ ਆਟੋ-ਡਿਸਪਲੇ"
1048
 
1049
+ #: library/plugin-settings.php:1408
1050
  msgid "Auto-display user-submitted Custom Field:"
1051
  msgstr "ਆਟੋ-ਡਿਸਪਲੇ ਉਪਭੋਗਤਾ ਦੁਆਰਾ ਦਰਜ ਕੀਤੀ ਕਸਟਮ ਖੇਤਰ:"
1052
 
1053
+ #: library/plugin-settings.php:1413
1054
  msgid "Custom Field Markup"
1055
  msgstr "ਕਸਟਮ ਖੇਤਰ ਮਾਰਕਅਪ"
1056
 
1057
+ #: library/plugin-settings.php:1415
1058
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1059
  msgstr "ਜਮ੍ਹਾਂ ਕੀਤੇ ਕਸਟਮ ਖੇਤਰ ਲਈ ਵਰਤੋਂ ਕਰਨ ਲਈ ਮਾਰਕਅੱਪ (ਜਦੋਂ ਆਟੋ-ਡਿਸਪਲੇ ਸਮਰੱਥ ਹੈ). ਵਰਤ ਸਕਦੇ ਹੋ"
1060
 
1061
+ #: library/plugin-settings.php:1421 library/plugin-settings.php:1497
1062
  msgid "Save Settings"
1063
  msgstr "ਸੈਟਿੰਗ ਸੰਭਾਲੋ"
1064
 
1065
+ #: library/plugin-settings.php:1426
1066
  msgid "Display the Form"
1067
  msgstr "ਫਾਰਮ ਨੂੰ ਪ੍ਰਦਰਸ਼ਿਤ ਕਰੋ"
1068
 
1069
+ #: library/plugin-settings.php:1429
1070
  msgid "Post-Submit Form"
1071
  msgstr "ਪੋਸਟ-ਜਮ੍ਹਾਂ ਫਾਰਮ"
1072
 
1073
+ #: library/plugin-settings.php:1430
1074
  msgid "USP enables you to display a post-submission form anywhere on your site."
1075
  msgstr "ਯੂ ਐਸ ਪੀ ਤੁਹਾਨੂੰ ਆਪਣੀ ਸਾਈਟ 'ਤੇ ਕਿਤੇ ਵੀ ਪੋਸਟ-ਸਬਮਿਸ਼ਨ ਫਾਰਮ ਪ੍ਰਦਰਸ਼ਿਤ ਕਰਨ ਦੇ ਯੋਗ ਕਰਦਾ ਹੈ."
1076
 
1077
+ #: library/plugin-settings.php:1431 library/plugin-settings.php:1438
1078
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1079
  msgstr "ਕਿਸੇ ਵੀ WP ਪੋਸਟ ਜਾਂ ਪੰਨਾ ਤੇ ਫਾਰਮ ਨੂੰ ਪ੍ਰਦਰਸ਼ਿਤ ਕਰਨ ਲਈ ਸ਼ੌਰਡ ਕੋਡ ਵਰਤੋ:"
1080
 
1081
+ #: library/plugin-settings.php:1433 library/plugin-settings.php:1440
1082
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1083
  msgstr "ਜਾਂ, ਆਪਣੀ ਥੀਮ ਟੇਪਲੇਟ ਵਿੱਚ ਕਿਤੇ ਵੀ ਫਾਰਮ ਨੂੰ ਪ੍ਰਦਰਸ਼ਿਤ ਕਰਨ ਲਈ ਟੈਮਪਲੇਟ ਟੈਗ ਦਾ ਉਪਯੋਗ ਕਰੋ:"
1084
 
1085
+ #: library/plugin-settings.php:1436
1086
  msgid "Login/Register Form"
1087
  msgstr "ਲੌਗਇਨ / ਰਜਿਸਟਰ ਕਰੋ ਫਾਰਮ"
1088
 
1089
+ #: library/plugin-settings.php:1437
1090
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1091
  msgstr "ਤੁਸੀਂ ਇੱਕ ਅਜਿਹਾ ਫਾਰਮ ਵੀ ਪ੍ਰਦਰਸ਼ਿਤ ਕਰ ਸਕਦੇ ਹੋ ਜਿਹੜਾ ਉਪਭੋਗਤਾਵਾਂ ਨੂੰ ਉਹਨਾਂ ਦੇ ਪਾਸਵਰਡ ਤੇ ਦਰਜ, ਰਜਿਸਟਰ ਕਰਨ ਜਾਂ ਰੀਸੈਟ ਕਰਨ ਦੇ ਯੋਗ ਬਣਾਉਂਦਾ ਹੈ."
1092
 
1093
+ #: library/plugin-settings.php:1443
1094
  msgid "Display Submitted Posts"
1095
  msgstr "ਪ੍ਰਸਾਰਿਤ ਪੋਸਟ ਦਿਖਾਓ"
1096
 
1097
+ #: library/plugin-settings.php:1444
1098
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1099
  msgstr "ਕਿਸੇ ਵੀ WP ਪੋਸਟ ਜਾਂ ਪੰਨੇ 'ਤੇ ਪੇਸ਼ ਕੀਤੀਆਂ ਪੋਸਟਾਂ ਦੀ ਸੂਚੀ ਨੂੰ ਪ੍ਰਦਰਸ਼ਿਤ ਕਰਨ ਲਈ ਇਸ ਸ਼ੋਰਟ ਕੋਡ ਦੀ ਵਰਤੋਂ ਕਰੋ:"
1100
 
1101
+ #: library/plugin-settings.php:1446
1102
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1103
  msgstr "ਜਾਂ, ਆਪਣੀ ਥੀਮ ਟੈਮਪਲੇਟ ਵਿੱਚ ਕਿਤੇ ਵੀ ਦਰਜ ਕੀਤੀਆਂ ਪੋਸਟਾਂ ਦੀ ਇੱਕ ਸੂਚੀ ਪ੍ਰਦਰਸ਼ਿਤ ਕਰਨ ਲਈ ਟੈਮਪਲੇਟ ਟੈਗ ਦਾ ਉਪਯੋਗ ਕਰੋ:"
1104
 
1105
+ #: library/plugin-settings.php:1448
1106
  msgid "Here are some examples showing how to configure this shortcode:"
1107
  msgstr "ਇੱਥੇ ਇਹ ਸ਼ਾਰਟਕੌਂਗ ਨੂੰ ਕਿਵੇਂ ਸੰਰਚਿਤ ਕਰਨਾ ਹੈ ਇਸਦੇ ਕੁਝ ਉਦਾਹਰਨਾਂ ਹਨ:"
1108
 
1109
+ #: library/plugin-settings.php:1455
1110
+ msgid "Reset Form Button"
1111
+ msgstr "ਫਾਰਮ ਬਟਨ ਰੀਸੈਟ ਕਰੋ"
1112
+
1113
+ #: library/plugin-settings.php:1456
1114
+ msgid "This shortcode displays a link that resets the form to its original state:"
1115
+ msgstr "ਇਹ ਛੋਟਾ ਕੋਡ ਉਸ ਲਿੰਕ ਨੂੰ ਪ੍ਰਦਰਸ਼ਿਤ ਕਰਦਾ ਹੈ ਜੋ ਫਾਰਮ ਨੂੰ ਇਸਦੀ ਅਸਲੀ ਸਥਿਤੀ ਤੇ ਰੀਸੈਟ ਕਰਦਾ ਹੈ:"
1116
+
1117
+ #: library/plugin-settings.php:1458
1118
+ msgid "This shortcode accepts the following attributes:"
1119
+ msgstr "ਇਹ ਛੋਟਾ ਕੋਡ ਹੇਠਾਂ ਦਿੱਤੀਆਂ ਵਿਸ਼ੇਸ਼ਤਾਵਾਂ ਸਵੀਕਾਰ ਕਰਦਾ ਹੈ:"
1120
+
1121
+ #: library/plugin-settings.php:1463
1122
+ msgid "Note that the url attribute accepts"
1123
+ msgstr "ਧਿਆਨ ਦਿਓ ਕਿ url ਵਿਸ਼ੇਸ਼ਤਾ ਸਵੀਕਾਰ ਕਰਦਾ ਹੈ"
1124
+
1125
+ #: library/plugin-settings.php:1463
1126
+ msgid "to get the current URL."
1127
+ msgstr "ਮੌਜੂਦਾ URL ਪ੍ਰਾਪਤ ਕਰਨ ਲਈ"
1128
+
1129
+ #: library/plugin-settings.php:1465
1130
  msgid "Access Control"
1131
  msgstr "ਐਕਸੈਸ ਕੰਟਰੋਲ"
1132
 
1133
+ #: library/plugin-settings.php:1466
1134
  msgid "USP provides three shortcodes to control access and restrict content."
1135
  msgstr "USP ਪਹੁੰਚ ਨੂੰ ਨਿਯੰਤਰਿਤ ਕਰਨ ਅਤੇ ਸਮੱਗਰੀ ਨੂੰ ਪ੍ਰਤਿਬੰਧਿਤ ਕਰਨ ਲਈ ਤਿੰਨ ਸ਼ੀਕਾਂ ਪ੍ਰਦਾਨ ਕਰਦਾ ਹੈ"
1136
 
1137
+ #: library/plugin-settings.php:1467
1138
  msgid "Display content only to users with a specific capability:"
1139
  msgstr "ਸਿਰਫ ਖਾਸ ਸਮਰੱਥਾ ਵਾਲੇ ਉਪਭੋਗਤਾਵਾਂ ਲਈ ਸਮਗਰੀ ਪ੍ਰਦਰਸ਼ਿਤ ਕਰੋ:"
1140
 
1141
+ #: library/plugin-settings.php:1469
1142
  msgid "Display content to logged-in users:"
1143
  msgstr "ਲਾਗਇਨ ਕੀਤੇ ਉਪਭੋਗਤਾਵਾਂ ਲਈ ਸਮਗਰੀ ਪ੍ਰਦਰਸ਼ਿਤ ਕਰੋ:"
1144
 
1145
+ #: library/plugin-settings.php:1471
1146
  msgid "Display content to visitors only:"
1147
  msgstr "ਸਿਰਫ਼ ਵਿਜ਼ਟਰਾਂ ਲਈ ਸਮੱਗਰੀ ਪ੍ਰਦਰਸ਼ਿਤ ਕਰੋ:"
1148
 
1149
+ #: library/plugin-settings.php:1473
1150
  msgid "Tip:"
1151
  msgstr "ਸੁਝਾਅ:"
1152
 
1153
+ #: library/plugin-settings.php:1473
1154
  msgid "to include markup in the deny message, you can use"
1155
  msgstr "ਇਨਕਾਰ ਸੁਨੇਹੇ ਵਿੱਚ ਮਾਰਕਅੱਪ ਸ਼ਾਮਲ ਕਰਨ ਲਈ, ਤੁਸੀਂ ਇਸਤੇਮਾਲ ਕਰ ਸਕਦੇ ਹੋ"
1156
 
1157
+ #: library/plugin-settings.php:1473
1158
  msgid "to output"
1159
  msgstr "ਆਉਟਪੁੱਟ ਲਈ"
1160
 
1161
+ #: library/plugin-settings.php:1475
1162
  msgid "Example"
1163
  msgstr "ਉਦਾਹਰਨ"
1164
 
1165
+ #: library/plugin-settings.php:1476
1166
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1167
  msgstr "ਜੇਕਰ ਉਪਭੋਗਤਾ ਲਾਗਿੰਨ ਹੁੰਦਾ ਹੈ, ਤਾਂ ਪੋਸਟ-ਫਾਰਮ ਜਮ੍ਹਾਂ ਕਰੋ; ਜਾਂ ਜੇ ਉਪਭੋਗਤਾ ਨੇ ਲੌਗਇਨ ਨਹੀਂ ਕੀਤਾ ਹੈ, ਤਾਂ ਲੌਗਇਨ ਫਾਰਮ ਪ੍ਰਦਰਸ਼ਿਤ ਕਰੋ:"
1168
 
1169
+ #: library/plugin-settings.php:1488
1170
  msgid "Restore Defaults"
1171
  msgstr "ਡਿਫਾਲਟ ਰੀਸਟੋਰ ਕਰੋ"
1172
 
1173
+ #: library/plugin-settings.php:1491
1174
  msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
1175
+ msgstr "ਆਪਣੀਆਂ ਸੈਟਿੰਗਜ਼ ਨੂੰ ਯਾਦ ਰੱਖਣ ਲਈ ਇਹ ਚੋਣ ਅਸਮਰੱਥ ਛੱਡੋ. ਜਾਂ, ਅੱਗੇ ਜਾਣ ਅਤੇ ਡਿਫੌਲਟ ਪਲਗਇਨ ਵਿਕਲਪਾਂ ਨੂੰ ਪੁਨਰ ਸਥਾਪਿਤ ਕਰਨ ਲਈ: ਬਾਕਸ ਨੂੰ ਚੈੱਕ ਕਰੋ, ਆਪਣੀਆਂ ਸੈਟਿੰਗਾਂ ਨੂੰ ਸੁਰੱਖਿਅਤ ਕਰੋ, ਅਤੇ ਫਿਰ ਪਲਗਇਨ ਨੂੰ ਅਕਿਰਿਆਸ਼ੀਲ / ਦੁਬਾਰਾ ਕਿਰਿਆਸ਼ੀਲ ਕਰੋ."
1176
 
1177
+ #: library/plugin-settings.php:1495
1178
  msgid "Restore default options upon plugin deactivation/reactivation."
1179
  msgstr "ਪਲਗਇਨ ਅਯੋਗ / ਮੁੜ-ਸਰਗਰਮ ਹੋਣ ਤੇ ਡਿਫਾਲਟ ਵਿਕਲਪ ਰੀਸਟੋਰ ਕਰੋ."
1180
 
1181
+ #: library/plugin-settings.php:1502
1182
  msgid "Show Support"
1183
  msgstr "ਸਹਿਯੋਗ ਵੇਖਾਓ"
1184
 
1185
+ #: library/plugin-settings.php:1511
1186
  msgid "by"
1187
  msgstr "ਨਾਲ"
1188
 
1189
+ #: library/plugin-settings.php:1512
1190
  msgid "Jeff Starr on Twitter"
1191
  msgstr "ਟਵਿੱਟਰ 'ਤੇ ਜੈਫ ਸਟਾਰ"
1192
 
1193
+ #: library/plugin-settings.php:1513
1194
  msgid "Obsessive Web Design &amp; Development"
1195
  msgstr "ਅਵਿਸ਼ਵਾਸੀ ਵੈੱਬ ਡਿਜ਼ਾਇਨ ਅਤੇ amp; ਵਿਕਾਸ"
1196
 
1197
+ #: library/plugin-settings.php:1524
1198
  msgid "Save Preference"
1199
  msgstr "ਪਸੰਦ ਨੂੰ ਸੁਰੱਖਿਅਤ ਕਰੋ"
1200
 
1201
+ #: library/plugin-settings.php:1531
1202
  msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1203
  msgstr "ਕੀ ਤੁਸੀਂ ਨਿਸ਼ਚਤ ਰੂਪ ਤੋਂ ਸਾਰੇ ਡਿਫੌਲਟ ਵਿਕਲਪਾਂ ਨੂੰ ਰੀਸਟੋਰ ਕਰਨਾ ਚਾਹੁੰਦੇ ਹੋ? (ਇਸ ਕਾਰਵਾਈ ਨੂੰ ਵਾਪਸ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਦਾ)"
1204
 
1205
+ #: library/support-panel.php:52
1206
+ msgid "Perishable Press Books"
1207
+ msgstr "ਨਾਸ਼ਵਾਨ ਪ੍ਰੈਸ ਕਿਤਾਬਾਂ"
1208
+
1209
+ #: library/support-panel.php:53
1210
+ msgid "Plugin Planet"
1211
+ msgstr "ਪਲੱਗਇਨ ਪਲੈਨਿਟ"
1212
+
1213
+ #: library/support-panel.php:54
1214
+ msgid "Donate via PayPal"
1215
+ msgstr "ਪੇਪਾਲ ਦੁਆਰਾ ਦਾਨ ਕਰੋ"
1216
+
1217
+ #: library/support-panel.php:56
1218
+ msgid "books"
1219
+ msgstr "ਕਿਤਾਬਾਂ"
1220
+
1221
+ #: library/support-panel.php:57
1222
+ msgid "plugins"
1223
+ msgstr "ਪਲੱਗਇਨ"
1224
+
1225
+ #: library/support-panel.php:58
1226
+ msgid "donation"
1227
+ msgstr "ਦਾਨ"
1228
+
1229
+ #: library/support-panel.php:60
1230
+ msgid "Thank you for using"
1231
+ msgstr "ਵਰਤਣ ਲਈ ਤੁਹਾਡਾ ਧੰਨਵਾਦ"
1232
+
1233
+ #: library/support-panel.php:61
1234
+ msgid "Please show support by purchasing one of my"
1235
+ msgstr "ਕਿਰਪਾ ਕਰਕੇ ਮੇਰੀ ਇੱਕ ਨੂੰ ਖਰੀਦ ਕੇ ਸਹਾਇਤਾ ਦਿਖਾਓ"
1236
+
1237
+ #: library/support-panel.php:62
1238
+ msgid "or"
1239
+ msgstr "ਜਾਂ"
1240
+
1241
+ #: library/support-panel.php:62
1242
+ msgid "or by making a"
1243
+ msgstr "ਜਾਂ ਇੱਕ ਬਣਾ ਕੇ"
1244
+
1245
+ #: library/support-panel.php:63
1246
+ msgid "Your generous support helps to ensure future development of"
1247
+ msgstr "ਤੁਹਾਡੇ ਉਦਾਰ ਸਹਿਯੋਗ ਨਾਲ ਭਵਿੱਖ ਦੇ ਵਿਕਾਸ ਨੂੰ ਯਕੀਨੀ ਬਣਾਉਣ ਵਿਚ ਸਹਾਇਤਾ ਮਿਲੇਗੀ"
1248
+
1249
+ #: library/support-panel.php:64
1250
+ msgid "and is greatly appreciated."
1251
+ msgstr "ਅਤੇ ਬਹੁਤ ਪ੍ਰਸੰਸਾ ਕੀਤੀ ਜਾਂਦੀ ਹੈ."
1252
+
1253
+ #: library/support-panel.php:66
1254
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1255
+ msgstr "ਕਿਸੇ ਵੀ ਸਾਈਜ਼ ਦੇ ਦਾਨ ਨਾਲ ਮੈਨੂੰ ਇਸ ਮੁਫ਼ਤ ਪਲੱਗਇਨ ਅਤੇ ਹੋਰ ਸ਼ਾਨਦਾਰ ਵਰਡਪਰੈਸ ਸਰੋਤ ਵਿਕਸਿਤ ਕਰਨ ਨੂੰ ਜਾਰੀ ਰੱਖਣ ਵਿੱਚ ਮਦਦ ਮਿਲਦੀ ਹੈ."
1256
 
1257
  #. Description of the plugin
1258
  #:
languages/usp-pl_PL.mo CHANGED
Binary file
languages/usp-pl_PL.po CHANGED
@@ -4,212 +4,212 @@ 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 20171028\n"
8
  "Language: pl\n"
9
 
10
  #. Name of the plugin
11
- #: user-submitted-posts.php:44
12
  msgid "User Submitted Posts"
13
- msgstr "Posty napisane przez użytkownika"
14
 
15
- #: user-submitted-posts.php:78
16
  msgid "requires WordPress "
17
  msgstr "wymaga WordPress"
18
 
19
- #: user-submitted-posts.php:79
20
  msgid " or higher, and has been deactivated! "
21
  msgstr " lub wyższy i został dezaktywowany!"
22
 
23
- #: user-submitted-posts.php:80
24
  msgid "Please return to the"
25
- msgstr "Proszę wrócić do"
26
 
27
- #: user-submitted-posts.php:81
28
  msgid "WordPress Admin Area"
29
  msgstr "Obszar administracyjny WordPress"
30
 
31
- #: user-submitted-posts.php:82
32
  msgid "to upgrade WordPress and try again."
33
- msgstr "uaktualnić WordPress i spróbować ponownie."
34
 
35
- #: user-submitted-posts.php:124
36
  msgid "User Submitted Post"
37
- msgstr "Post Wysłany przez użytkownika"
38
 
39
- #: user-submitted-posts.php:445
40
  msgid "User Submitted Post Info"
41
- msgstr "Informacje o użytkowniku"
42
 
43
- #: user-submitted-posts.php:475
44
  msgid "Submitter Name: "
45
- msgstr "Imię nadawcy:"
46
 
47
- #: user-submitted-posts.php:476
48
  msgid "Submitter Email: "
49
- msgstr "Wyślij e-mail:"
50
 
51
- #: user-submitted-posts.php:477
52
  msgid "Submitter URL: "
53
- msgstr "Adres URL wysyłającego:"
54
 
55
- #: user-submitted-posts.php:478
56
  msgid "Submitter IP: "
57
- msgstr "Adres IP:"
58
 
59
- #: user-submitted-posts.php:529
60
  msgid "Show USP Posts"
61
- msgstr "Pokaż posty USP"
62
 
63
- #: user-submitted-posts.php:530 library/plugin-settings.php:967
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
- #: user-submitted-posts.php:1175
68
  msgid " files required"
69
  msgstr " wymagane pliki"
70
 
71
- #: user-submitted-posts.php:1176
72
  msgid " file required"
73
  msgstr " wymagany plik"
74
 
75
- #: user-submitted-posts.php:1178
76
  msgid " files"
77
  msgstr " akta"
78
 
79
- #: user-submitted-posts.php:1179
80
  msgid " file"
81
  msgstr " plik"
82
 
83
- #: user-submitted-posts.php:1181 user-submitted-posts.php:1182
84
- #: user-submitted-posts.php:1183 user-submitted-posts.php:1184
85
  msgid " pixels"
86
  msgstr " piksele"
87
 
88
- #: user-submitted-posts.php:1186 library/plugin-settings.php:284
89
- #: library/plugin-settings.php:303 library/plugin-settings.php:690
90
- #: library/plugin-settings.php:1176
91
  msgid "Custom Field"
92
  msgstr "Pole niestandardowe"
93
 
94
- #: user-submitted-posts.php:1189
95
  msgid "An error occurred. Please go back and try again."
96
- msgstr "Wystąpił błąd. Proszę wrócić i spróbować ponownie."
97
 
98
- #: user-submitted-posts.php:1199
99
  msgid "User login required"
100
  msgstr "Wymagane logowanie użytkownika"
101
 
102
- #: user-submitted-posts.php:1200
103
  msgid "User name required"
104
  msgstr "Nazwa użytkownika (wymagana"
105
 
106
- #: user-submitted-posts.php:1201
107
  msgid "Post title required"
108
- msgstr "Wymagany tytuł wpisu"
109
 
110
- #: user-submitted-posts.php:1202
111
  msgid "User URL required"
112
- msgstr "Wymagany URL użytkownika"
113
 
114
- #: user-submitted-posts.php:1203
115
  msgid "Post tags required"
116
- msgstr "Wymagane tagi"
117
 
118
- #: user-submitted-posts.php:1204
119
  msgid "Post category required"
120
- msgstr "Wymagana kategoria postów"
121
 
122
- #: user-submitted-posts.php:1205
123
  msgid "Post content required"
124
- msgstr "Wymagana treść"
125
 
126
- #: user-submitted-posts.php:1206 user-submitted-posts.php:1207
127
  msgid "Correct captcha required"
128
- msgstr "Wymagana poprawna captcha"
129
 
130
- #: user-submitted-posts.php:1208
131
  msgid "User email required"
132
- msgstr "Wymagany e-mail użytkownika"
133
 
134
- #: user-submitted-posts.php:1209
135
  msgid "Please check your email and try again"
136
- msgstr "Sprawdź swój e-mail i spróbuj ponownie"
137
 
138
- #: user-submitted-posts.php:1210
139
  msgid "Non-empty value for hidden field"
140
- msgstr "Niepusty rozmiar dla ukrytego pola"
141
 
142
- #: user-submitted-posts.php:1211
143
  msgid "Minimum number of images not met"
144
- msgstr "Minimalna liczba obrazów, które nie zostały spełnione"
145
 
146
- #: user-submitted-posts.php:1212
147
  msgid "Maximum number of images exceeded "
148
  msgstr "Przekroczono maksymalną liczbę zdjęć"
149
 
150
- #: user-submitted-posts.php:1213
151
  msgid "Minimum image width not met"
152
- msgstr "Minimalna szerokość obrazu nie została spełniona"
153
 
154
- #: user-submitted-posts.php:1214
155
  msgid "Image width exceeds maximum"
156
- msgstr "Szerokość obrazu przekracza maksimum"
157
 
158
- #: user-submitted-posts.php:1215
159
  msgid "Minimum image height not met"
160
  msgstr "Minimalna wysokość obrazu nie została osiągnięta"
161
 
162
- #: user-submitted-posts.php:1216
163
  msgid "Image height exceeds maximum"
164
- msgstr "Wysokość obrazu przekracza maksimum"
165
 
166
- #: user-submitted-posts.php:1217
167
  msgid "File type not allowed (please upload images only)"
168
- msgstr "Typ pliku nie jest dozwolony (proszę przesłać tylko zdjęcia)"
169
 
170
- #: user-submitted-posts.php:1218
171
  msgid " required"
172
  msgstr " wymagany"
173
 
174
- #: user-submitted-posts.php:1222
175
  msgid "File not uploaded. Please check the file and try again."
176
  msgstr "Plik nie został przesłany. Sprawdź plik i spróbuj ponownie."
177
 
178
- #: user-submitted-posts.php:1226
179
  msgid "The file(s) could not be uploaded"
180
- msgstr "Nie można przesłać pliku"
181
 
182
- #: user-submitted-posts.php:1228
183
  msgid "Post not created. Please contact the site administrator for help."
184
- msgstr "Nie utworzono posta. Aby uzyskać pomoc, skontaktuj się z administratorem witryny."
185
 
186
- #: user-submitted-posts.php:1229
187
  msgid "Duplicate post title. Please try again."
188
- msgstr "Duplikat tytułu postu. Proszę spróbuj ponownie."
189
 
190
- #: user-submitted-posts.php:1239
191
  msgid "Error: "
192
  msgstr "Błąd:"
193
 
194
- #: user-submitted-posts.php:1265
195
  msgid "Return to form"
196
- msgstr "Powrót do formularza"
197
 
198
- #: user-submitted-posts.php:1293 library/plugin-settings.php:943
199
  msgid "Please"
200
  msgstr "Proszę"
201
 
202
- #: user-submitted-posts.php:1294
203
  msgid "log in"
204
  msgstr "Zaloguj Się"
205
 
206
- #: user-submitted-posts.php:1295
207
  msgid "to submit content!"
208
- msgstr "do przesyłania treści!"
209
 
210
  #: views/submission-form.php:46 views/submission-form-alt.php:55
211
  msgid "Please complete the required fields."
212
- msgstr "Proszę wypełnić wymagane pola."
213
 
214
  #: views/submission-form.php:56 views/submission-form.php:57
215
  #: views/submission-form-alt.php:61 views/submission-form-alt.php:62
@@ -219,7 +219,7 @@ msgstr "Twoje imię"
219
  #: views/submission-form.php:62 views/submission-form.php:63
220
  #: views/submission-form-alt.php:67 views/submission-form-alt.php:68
221
  msgid "Your URL"
222
- msgstr "Twój URL"
223
 
224
  #: views/submission-form.php:68 views/submission-form.php:69
225
  #: views/submission-form-alt.php:73 views/submission-form-alt.php:74
@@ -228,34 +228,34 @@ msgstr "Twój email"
228
 
229
  #: views/submission-form.php:74 views/submission-form.php:75
230
  #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
- #: library/plugin-settings.php:1004
232
  msgid "Post Title"
233
- msgstr "Tytuł wpisu"
234
 
235
  #: views/submission-form.php:80 views/submission-form.php:81
236
  #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
- #: library/plugin-settings.php:1005
238
  msgid "Post Tags"
239
- msgstr "Dodaj tagi"
240
 
241
  #: views/submission-form.php:93 views/submission-form-alt.php:98
242
  msgid "Antispam Question"
243
- msgstr "Pytanie dotyczące antyspamu"
244
 
245
  #: views/submission-form.php:98 views/submission-form-alt.php:103
246
- #: library/plugin-settings.php:1006
247
  msgid "Post Category"
248
- msgstr "Kategoria postu"
249
 
250
  #: views/submission-form.php:100 views/submission-form-alt.php:105
251
  msgid "Please select a category.."
252
- msgstr "Proszę wybrać kategorię .."
253
 
254
  #: views/submission-form.php:135 views/submission-form.php:136
255
  #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
- #: library/plugin-settings.php:1007
257
  msgid "Post Content"
258
- msgstr "Publikuj treść"
259
 
260
  #: views/submission-form.php:142 views/submission-form-alt.php:147
261
  msgid "Verification"
@@ -267,19 +267,27 @@ msgstr "Prześlij obraz"
267
 
268
  #: views/submission-form.php:158 views/submission-form-alt.php:163
269
  msgid "Add another image"
270
- msgstr "Dodaj kolejny obraz"
271
 
272
  #: views/submission-form.php:180 views/submission-form-alt.php:185
273
  msgid "Human verification: leave this field empty."
274
- msgstr "Weryfikacja człowieka: pozostaw to pole puste."
275
 
276
  #: views/submission-form.php:202 views/submission-form-alt.php:207
277
  msgid "Submit Post"
278
- msgstr "Prześlij pocztę"
 
 
 
 
 
 
 
 
279
 
280
  #: library/plugin-settings.php:32
281
  msgid "Get USP Pro for unlimited forms!"
282
- msgstr "Pobierz USP Pro bez ograniczeń!"
283
 
284
  #: library/plugin-settings.php:33
285
  msgid "Go Pro"
@@ -291,7 +299,7 @@ msgstr "Ustawienia"
291
 
292
  #: library/plugin-settings.php:55
293
  msgid "Give USP a 5-star rating at WordPress.org"
294
- msgstr "Podaj USP 5-gwiazdkową ocenę na WordPress.org"
295
 
296
  #: library/plugin-settings.php:56
297
  msgid "Rate this plugin&nbsp;&raquo;"
@@ -307,7 +315,7 @@ msgstr "Strona WP"
307
 
308
  #: library/plugin-settings.php:134
309
  msgid "HTML5 Form + Default CSS"
310
- msgstr "HTML5 Form + Domyślny CSS"
311
 
312
  #: library/plugin-settings.php:134
313
  msgid "(Recommended)"
@@ -315,41 +323,41 @@ msgstr "(Zalecana)"
315
 
316
  #: library/plugin-settings.php:138
317
  msgid "HTML5 Form + Disable CSS"
318
- msgstr "HTML5 Form + Wyłącz CSS"
319
 
320
  #: library/plugin-settings.php:138
321
  msgid "(Provide your own styles)"
322
- msgstr "(Dostarczaj własne style)"
323
 
324
  #: library/plugin-settings.php:142
325
  msgid "Custom Form + Custom CSS"
326
- msgstr "Niestandardowy formularz + niestandardowy CSS"
327
 
328
  #: library/plugin-settings.php:142
329
  msgid "(Provide your own form template &amp; styles)"
330
- msgstr "(Podaj własny szablon i style)"
331
 
332
  #: library/plugin-settings.php:158 library/plugin-settings.php:182
333
  #: library/plugin-settings.php:205 library/plugin-settings.php:229
334
  msgid "Auto-display before post content"
335
- msgstr "Automatyczne wyświetlanie przed publikacją treści"
336
 
337
  #: library/plugin-settings.php:162 library/plugin-settings.php:186
338
  #: library/plugin-settings.php:209 library/plugin-settings.php:233
339
  msgid "Auto-display after post content"
340
- msgstr "Automatyczne wyświetlanie po treści postu"
341
 
342
  #: library/plugin-settings.php:166
343
  msgid "Do not auto-display submitted images"
344
- msgstr "Nie wyświetlaj automatycznie wyświetlanych obrazów"
345
 
346
  #: library/plugin-settings.php:190
347
  msgid "Do not auto-display submitted email"
348
- msgstr "Nie wyś wietlaj automatycznie wysłanego e-maila"
349
 
350
  #: library/plugin-settings.php:213
351
  msgid "Do not auto-display submitted URL"
352
- msgstr "Nie wyświetlaj automatycznie wyświetlanego adresu URL"
353
 
354
  #: library/plugin-settings.php:237
355
  msgid "Do not auto-display the Custom Field"
@@ -362,7 +370,7 @@ msgstr "Wyświetl i wymagaj"
362
 
363
  #: library/plugin-settings.php:266 library/plugin-settings.php:298
364
  msgid "Display but do not require"
365
- msgstr "Wyświetlaj, ale nie wymagaj"
366
 
367
  #: library/plugin-settings.php:267 library/plugin-settings.php:299
368
  #: library/plugin-settings.php:331 library/plugin-settings.php:363
@@ -377,21 +385,21 @@ msgstr "(Odwiedzić"
377
  #: library/plugin-settings.php:303 library/plugin-settings.php:335
378
  #: library/plugin-settings.php:367 library/plugin-settings.php:399
379
  msgid "to configure options)"
380
- msgstr "do konfiguracji opcji)"
381
 
382
  #: library/plugin-settings.php:318 library/plugin-settings.php:335
383
- #: library/plugin-settings.php:1194 library/plugin-settings.php:1199
384
  msgid "Challenge Question"
385
  msgstr "Pytanie o wyzwanie"
386
 
387
  #: library/plugin-settings.php:350 library/plugin-settings.php:367
388
- #: library/plugin-settings.php:1216
389
  msgid "Google reCAPTCHA"
390
  msgstr "Google reCAPTCHA"
391
 
392
  #: library/plugin-settings.php:382
393
  msgid "Post Images"
394
- msgstr "Publikuj obrazy"
395
 
396
  #: library/plugin-settings.php:394
397
  msgid "Display"
@@ -401,9 +409,9 @@ msgstr "Pokaz"
401
  msgid "Disable"
402
  msgstr "Wyłączyć"
403
 
404
- #: library/plugin-settings.php:399 library/plugin-settings.php:1277
405
  msgid "Image Uploads"
406
- msgstr "Przesyłanie obrazków"
407
 
408
  #: library/plugin-settings.php:479
409
  msgid "Draft"
@@ -411,7 +419,7 @@ msgstr "Wersja robocza"
411
 
412
  #: library/plugin-settings.php:480
413
  msgid "Pending (default)"
414
- msgstr "Oczekuje (domyślnie)"
415
 
416
  #: library/plugin-settings.php:481
417
  msgid "Publish immediately"
@@ -419,7 +427,7 @@ msgstr "Opublikuj natychmiast"
419
 
420
  #: library/plugin-settings.php:482
421
  msgid "Publish after 1 approved post"
422
- msgstr "Publikuj po 1 zatwierdzonym wpisie"
423
 
424
  #: library/plugin-settings.php:483
425
  msgid "Publish after "
@@ -427,753 +435,829 @@ msgstr "Opublikuj po"
427
 
428
  #: library/plugin-settings.php:483
429
  msgid " approved posts"
430
- msgstr " zatwierdzonych stanowisk"
431
 
432
- #: library/plugin-settings.php:635
433
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
434
- msgstr "Wystąpił błąd. Upewnij się, że dodałeś tytuł, jakąś treść i że masz tylko przesłane zdjęcia."
435
 
436
- #: library/plugin-settings.php:649
437
  msgid "Please select your image(s) to upload."
438
- msgstr "Wybierz zdjęcie, które chcesz przesłać."
439
 
440
- #: library/plugin-settings.php:655
441
  msgid "Success! Thank you for your submission."
442
  msgstr "Powodzenie! Dziękujemy za zgłoszenie."
443
 
444
- #: library/plugin-settings.php:681
445
  msgid "Email"
446
  msgstr "E-mail"
447
 
448
- #: library/plugin-settings.php:682
449
  msgid "URL"
450
- msgstr "Adres URL"
451
-
452
- #: library/plugin-settings.php:721
453
- msgid "Sorry, you are not allowed to modify settings."
454
- msgstr "Niestety, nie wolno zmieniać ustawień."
455
 
456
- #: library/plugin-settings.php:930
457
  msgid "Toggle all panels"
458
  msgstr "Przełącz wszystkie panele"
459
 
460
- #: library/plugin-settings.php:939
461
  msgid "We need your support!"
462
- msgstr "Potrzebujemy twojego wsparcia!"
463
 
464
- #: library/plugin-settings.php:943
465
  msgid "Make a donation via PayPal"
466
- msgstr "Zrób darowiznę za pośrednictwem systemu PayPal"
467
 
468
- #: library/plugin-settings.php:943
469
  msgid "make a donation"
470
  msgstr "ofiarować"
471
 
472
- #: library/plugin-settings.php:943
473
  msgid "and/or"
474
  msgstr "i / lub"
475
 
476
- #: library/plugin-settings.php:944
477
  msgid "Rate and review at the Plugin Directory"
478
- msgstr "Oceń i przegląd w katalogu Plugin"
479
 
480
- #: library/plugin-settings.php:945
481
  msgid "give this plugin a 5-star rating"
482
  msgstr "daj tej wtyczce 5 gwiazdek"
483
 
484
- #: library/plugin-settings.php:949
485
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
486
- msgstr "Twoja hojna obsługa pozwala na dalszy rozwój tej darmowej wtyczki. Dziękuję Ci!"
487
 
488
- #: library/plugin-settings.php:954
489
  msgid "Check this box if you have shown support"
490
- msgstr "Zaznacz to pole, jeśli masz wsparcie"
491
 
492
- #: library/plugin-settings.php:963
493
  msgid "Overview"
494
  msgstr "Przegląd"
495
 
496
- #: library/plugin-settings.php:967
497
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
498
- msgstr "umożliwia użytkownikom przesyłanie postów i przesyłanie zdjęć z frontonu witryny."
499
 
500
- #: library/plugin-settings.php:968
501
  msgid "For advanced functionality and unlimited forms, check out"
502
- msgstr "Dla zaawansowanych funkcji i nieograniczonych form, sprawdź"
503
 
504
- #: library/plugin-settings.php:968 library/plugin-settings.php:1335
505
  msgid "USP Pro"
506
  msgstr "USP Pro"
507
 
508
- #: library/plugin-settings.php:969
509
  msgid "&mdash; the ultimate solution for user-generated content."
510
- msgstr "& mdash; ostatecznym rozwiązaniem dla treści generowanych przez użytkowników."
511
 
512
- #: library/plugin-settings.php:973 library/plugin-settings.php:990
513
  msgid "Plugin Settings"
514
  msgstr "Ustawienia wtyczki"
515
 
516
- #: library/plugin-settings.php:974
517
  msgid "Display the form"
518
  msgstr "Wyświetl formularz"
519
 
520
- #: library/plugin-settings.php:975 library/plugin-settings.php:1482
521
  msgid "Plugin Homepage"
522
- msgstr "Strona wtyczek"
523
 
524
- #: library/plugin-settings.php:978
525
  msgid "If you like this plugin, please"
526
- msgstr "Jeśli podoba Ci się ta wtyczka, proszę"
527
 
528
- #: library/plugin-settings.php:979
529
  msgid "THANK YOU for your support!"
530
  msgstr "Dziękuję za Twoje wsparcie!"
531
 
532
- #: library/plugin-settings.php:979
533
  msgid "give it a 5-star rating"
534
- msgstr "daj mu ocenę 5 gwiazdek"
535
 
536
- #: library/plugin-settings.php:983
537
  msgid "Unlimited front-end forms"
538
- msgstr "Nieograniczona forma frontonu"
539
 
540
- #: library/plugin-settings.php:983
541
  msgid "Get USP Pro"
542
- msgstr "Pobierz USP Pro"
543
 
544
- #: library/plugin-settings.php:993
545
  msgid "Configure your settings for User Submitted Posts."
546
- msgstr "Skonfiguruj ustawienia swoich postów wysłanych przez użytkowników."
547
 
548
- #: library/plugin-settings.php:995
549
  msgid "Form Fields"
550
- msgstr "Pola formularza"
551
 
552
- #: library/plugin-settings.php:1001
553
  msgid "User Name"
554
  msgstr "Nazwa Użytkownika"
555
 
556
- #: library/plugin-settings.php:1002
557
  msgid "User Email"
558
  msgstr "E-mail użytkownika"
559
 
560
- #: library/plugin-settings.php:1003
561
  msgid "User URL"
562
  msgstr "Adres URL użytkownika"
563
 
564
- #: library/plugin-settings.php:1018
565
  msgid "General Settings"
566
  msgstr "Ustawienia główne"
567
 
568
- #: library/plugin-settings.php:1023
 
 
 
 
569
  msgid "Form Style"
570
  msgstr "Styl formularza"
571
 
572
- #: library/plugin-settings.php:1028
573
  msgid "With this option, you can copy the plugin&rsquo;s default templates:"
574
- msgstr "Dzięki tej opcji możesz skopiować domyślne szablony wtyczki:"
575
 
576
- #: library/plugin-settings.php:1033
577
  msgid "..and upload them into a directory named"
578
- msgstr ".. i przesłać je do katalogu o nazwie"
579
 
580
- #: library/plugin-settings.php:1033
581
  msgid "in your theme:"
582
- msgstr "w swoim temacie:"
583
 
584
- #: library/plugin-settings.php:1039
585
  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"
586
- msgstr "Umożliwi to dostosowanie formularza i stylów do potrzeb. Aby uzyskać więcej informacji, zapoznaj się z sekcją \"Formularz zgłoszeniowy\" w"
587
 
588
- #: library/plugin-settings.php:1040
589
  msgid "Installation Docs"
590
  msgstr "Dokumenty instalacyjne"
591
 
592
- #: library/plugin-settings.php:1041
593
  msgid "FYI: here is a"
594
  msgstr "FYI: oto jest"
595
 
596
- #: library/plugin-settings.php:1041
597
  msgid "list of USP CSS selectors"
598
  msgstr "lista selektorów CSS USP"
599
 
600
- #: library/plugin-settings.php:1047
601
  msgid "Include JavaScript"
602
- msgstr "DołĘ ... cz JavaScript"
603
 
604
- #: library/plugin-settings.php:1049
605
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
606
- msgstr "Zaznacz to pole, jeśli chcesz dodać zewnętrzne pliki JavaScript (zalecane)."
607
 
608
- #: library/plugin-settings.php:1052
609
  msgid "Targeted Loading"
610
- msgstr "Ukierunkowane wczytywanie"
611
 
612
- #: library/plugin-settings.php:1054
613
  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."
614
- msgstr "Domyślnie zewnętrzny CSS & amp; Pliki JavaScript są ładowane na każdej stronie. Tutaj możesz określić adres URL formularza USP, aby załadować zasoby tylko na tej stronie. Uwaga: pozostaw puste do załadowania na wszystkich stronach."
615
 
616
- #: library/plugin-settings.php:1057
617
  msgid "Post Type"
618
- msgstr "Typ wpisu"
619
 
620
- #: library/plugin-settings.php:1060
621
  msgid "Submit posts as WP Posts or Pages"
622
- msgstr "Przesyłaj posty jako posta WP lub strony"
623
 
624
- #: library/plugin-settings.php:1064
625
  msgid "Post Status"
626
- msgstr "Stan postu"
627
 
628
- #: library/plugin-settings.php:1067
629
  msgid "Post Status for submitted posts"
630
- msgstr "Stan Post Wysłane posty"
631
 
632
- #: library/plugin-settings.php:1071
633
  msgid "Redirect URL"
634
- msgstr "Adres URL przekierowania"
635
 
636
- #: library/plugin-settings.php:1073
637
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
638
- msgstr "Określ adres URL, który ma przekierować użytkownika po wysłaniu zgłoszenia. Pozostaw puste, aby przekierować z powrotem do bieżącej strony."
639
 
640
- #: library/plugin-settings.php:1076
641
  msgid "Success Message"
642
- msgstr "Wiadomość o sukcesie"
643
 
644
- #: library/plugin-settings.php:1078
645
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
646
- msgstr "Komunikat o sukcesie, który jest wyświetlany, jeśli pomyślne jest pomyślne Dopuszczalnepodstawowe znaczniki."
647
 
648
- #: library/plugin-settings.php:1081
649
  msgid "Error Message"
650
  msgstr "Komunikat o błędzie"
651
 
652
- #: library/plugin-settings.php:1083
653
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
654
- msgstr "Ogólny komunikat o błędzie, który jest wyświetlany, jeśli pomyłka nie powiedzie się. Dopuszczalnepodstawowe znaczniki."
655
 
656
- #: library/plugin-settings.php:1086
657
  msgid "Custom Content"
658
- msgstr "Treści niestandardowe"
659
 
660
- #: library/plugin-settings.php:1088
661
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
662
- msgstr "Tekst / znacznik niestandardowy, który należy uwzględnić przed formularzem zgłoszeniowym. Pozostaw puste, aby wyłączyć."
663
 
664
- #: library/plugin-settings.php:1091
665
  msgid "Rich Text Editor"
666
  msgstr "Bogaty edytor tekstu"
667
 
668
- #: library/plugin-settings.php:1093
669
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
670
- msgstr "Zaznacz to pole, jeśli chcesz włączyć edytowanie tekstu bogatych w WP dla przesyłanych postów."
671
 
672
- #: library/plugin-settings.php:1096
673
  msgid "Unique Titles"
674
- msgstr "Unikatowe tytuły"
675
 
676
- #: library/plugin-settings.php:1098
677
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
678
- msgstr "Wymagaj, aby opublikowane tytuły postów były unikatowe (przydatne w zapobieganiu wielokrotnym lub duplikowaniu przesyłanych postów)."
679
 
680
- #: library/plugin-settings.php:1101
681
  msgid "Disable Required"
682
- msgstr "Wyłącz wymagane"
683
 
684
- #: library/plugin-settings.php:1103
685
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
686
- msgstr "Wyłącz wszystkie wymagane atrybuty w polach formularzy domyślnych (przydatne do rozwiązywania problemów z wiadomościami o błędach)."
687
 
688
- #: library/plugin-settings.php:1106
689
  msgid "Disable IP Tracking"
690
- msgstr "Wyłącz śledzenia IP"
691
 
692
- #: library/plugin-settings.php:1108
693
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
694
- msgstr "Domyślnie USP rejestruje adres IP z każdym wysłanym pocztą. Zaznacz to pole, aby wyłączyć śledzenie IP."
695
 
696
- #: library/plugin-settings.php:1111
697
  msgid "Enable Shortcodes"
698
- msgstr "Włącz skróty"
699
 
700
- #: library/plugin-settings.php:1113
701
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
702
- msgstr "Włącz skróty w widżetach. Domyślnie WordPress nie włącza skrótów w widżetach."
703
 
704
- #: library/plugin-settings.php:1114
705
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
706
- msgstr "To ustawienie umożliwia dowolne / wszystkie skróty w widżecie (nawet skróty z innych wtyczek)."
707
 
708
- #: library/plugin-settings.php:1119 library/plugin-settings.php:1124
709
  msgid "Categories"
710
  msgstr "Kategorie"
711
 
712
- #: library/plugin-settings.php:1127
713
  msgid "Select which categories may be assigned to submitted posts (click to toggle)"
714
- msgstr "Wybierz kategorie, które mogą być przypisane do przesyłanych postów (kliknij, aby włączyć)"
715
 
716
- #: library/plugin-settings.php:1135
717
  msgid "Hidden/Default Category"
718
- msgstr "Ukryta / Domyślna kategoria"
719
 
720
- #: library/plugin-settings.php:1137
721
  msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
722
- msgstr "Użyj ukrytego pola dla kategorii postu. Może to być użyte do określenia kategorii domyślnej, gdy pole kategorii jest wyłączone."
723
 
724
- #: library/plugin-settings.php:1140
725
  msgid "Category ID for Hidden Field"
726
  msgstr "Identyfikator kategorii dla pola ukrytego"
727
 
728
- #: library/plugin-settings.php:1142
729
  msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
730
- msgstr "Określ identyfikator kategorii, który ma być używany w kategorii & ldquo; Kategoria ukryta / domyślna & rdquo; opcja."
731
 
732
- #: library/plugin-settings.php:1147
733
  msgid "Users"
734
  msgstr "Użytkownicy"
735
 
736
- #: library/plugin-settings.php:1152
737
  msgid "Assigned Author"
738
  msgstr "Przypisany autor"
739
 
740
- #: library/plugin-settings.php:1155
741
  msgid "Specify the user that should be assigned as author for submitted posts."
742
- msgstr "Określ użytkownika, który powinien być przypisany jako autor za wysłane posty."
743
 
744
- #: library/plugin-settings.php:1159
745
  msgid "Registered Username"
746
  msgstr "Zarejestrowana Nazwa Użytkownika"
747
 
748
- #: library/plugin-settings.php:1161
749
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
750
- msgstr "Użyj zarejestrowanej nazwy użytkownika jako autora postu. Obowiązuje, gdy osoba zgłaszająca formularz jest zalogowany do serwisu WordPress."
751
 
752
- #: library/plugin-settings.php:1164
753
  msgid "User Profile URL"
754
- msgstr "URL profilu użytkownika"
755
 
756
- #: library/plugin-settings.php:1166
757
  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."
758
- msgstr "Użyj zarejestrowanego adresu URL profilu jako wartości pola adresu URL. Obowiązuje, gdy osoba zgłaszająca formularz jest zalogowany do serwisu WordPress."
759
 
760
- #: library/plugin-settings.php:1169
761
  msgid "Require User Login"
762
  msgstr "Wymagaj logowania użytkownika"
763
 
764
- #: library/plugin-settings.php:1171
765
  msgid "Require users to be logged in to WordPress to view/submit the form"
766
- msgstr "Wymagaj użytkownikom zalogowania się do serwisu WordPress w celu wyświetlenia / przesłania formularza"
 
 
 
 
767
 
768
- #: library/plugin-settings.php:1177
 
 
 
 
769
  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."
770
- msgstr "Tutaj możesz zmienić nazwę i etykietę używaną przez pole niestandardowe. Możesz włączyć to pole za pomocą pola Pola formularza, powyżej."
771
 
772
- #: library/plugin-settings.php:1182
773
  msgid "Custom Field Name"
774
- msgstr "Nazwa pola niestandardowego"
775
 
776
- #: library/plugin-settings.php:1184
777
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
778
- msgstr "Używaj tylko alfanumerycznych, podkreślników i myślników. Jeśli nie jesteś pewien, użyj nazwy domyślnej:"
779
 
780
- #: library/plugin-settings.php:1187
781
  msgid "Custom Field Label"
782
  msgstr "Niestandardowa etykieta pola"
783
 
784
- #: library/plugin-settings.php:1189
785
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
786
- msgstr "Zostanie wyświetlone jako etykieta pola na formularzu. Domyślnie: pole niestandardowe"
787
 
788
- #: library/plugin-settings.php:1201
789
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
790
  msgstr "Aby zapobiec spamowi, wpisz pytanie, które użytkownicy muszą odpowiedzieć przed przesłaniem formularza."
791
 
792
- #: library/plugin-settings.php:1204
793
  msgid "Challenge Response"
794
  msgstr "Odpowiedź na wyzwanie"
795
 
796
- #: library/plugin-settings.php:1206
797
  msgid "Enter the *only* correct answer to the challenge question."
798
- msgstr "Wpisz * tylko * prawidłową odpowiedź na pytanie wyzwania."
799
 
800
- #: library/plugin-settings.php:1209
801
  msgid "Case-sensitivity"
802
  msgstr "Rozróżnianie wielkości liter"
803
 
804
- #: library/plugin-settings.php:1211
805
  msgid "Check this box if you want the challenge response to be case-sensitive."
806
- msgstr "Zaznacz to pole, jeśli ma być rozróżniana wielkość liter."
807
 
808
- #: library/plugin-settings.php:1217
809
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
810
- msgstr "Aby włączyć Google reCAPTCHA, wprowadź publiczne i prywatne klucze."
811
 
812
- #: library/plugin-settings.php:1222
813
  msgid "Public Key"
814
  msgstr "Klucz publiczny"
815
 
816
- #: library/plugin-settings.php:1224
817
  msgid "Enter your Public Key"
818
- msgstr "Wpisz swój klucz publiczny"
819
 
820
- #: library/plugin-settings.php:1227
821
  msgid "Private Key"
822
- msgstr "Klucz prywatny"
823
 
824
- #: library/plugin-settings.php:1229
825
  msgid "Enter your Private Key"
826
- msgstr "Wpisz swój prywatny klucz"
827
 
828
- #: library/plugin-settings.php:1234
829
  msgid "Email Alerts"
830
- msgstr "Alerty poczty elektronicznej"
831
 
832
- #: library/plugin-settings.php:1239
833
  msgid "Receive Email Alert"
834
- msgstr "Otrzymuj powiadomienie e-mail"
835
 
836
- #: library/plugin-settings.php:1241
837
  msgid "Check this box if you want to be notified via email for new post submissions."
838
- msgstr "Zaznacz to pole, jeśli chcesz otrzymywać powiadomienia pocztą e-mail o nowych postach."
839
 
840
- #: library/plugin-settings.php:1244
841
  msgid "Enable HTML Format"
842
  msgstr "Włącz format HTML"
843
 
844
- #: library/plugin-settings.php:1246
845
  msgid "Check this box to enable HTML format for email alerts."
846
- msgstr "Zaznacz to pole, aby włączyć formaty HTML dla alertów e-mailowych."
847
 
848
- #: library/plugin-settings.php:1249
849
  msgid "Email Address for Alerts"
850
  msgstr "Adres e-mail dla alertów"
851
 
852
- #: library/plugin-settings.php:1251
853
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
854
- msgstr "Jeśli zaznaczyłeś pole wyboru, aby otrzymywać alerty e-mailowe, podaj adres (y), na który będą wysyłane e-maile."
855
 
856
- #: library/plugin-settings.php:1252
857
  msgid "Multiple recipients may be included using a comma, like so:"
858
- msgstr "Dołączanie wielu odbiorców można przeciągać przecinkami, tak jak poniżej:"
859
 
860
- #: library/plugin-settings.php:1255
861
  msgid "Email &ldquo;From&rdquo; Address"
862
- msgstr "Email & ldquo; Od & rdquo; Adres"
863
 
864
- #: library/plugin-settings.php:1257
865
  msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
866
- msgstr "Tutaj możesz dostosować adresy używane w & ldquo; Od & rdquo; nagłówek (więcej informacji na temat wtyczki zawiera wtyczka)."
867
 
868
- #: library/plugin-settings.php:1258
869
  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)."
870
- msgstr "Jeśli w poprzednim ustawieniu podano wiele adresów, należy podać taką samą liczbę spośród & ldquo; From & rdquo; adresy dla tego ustawienia (w tej samej kolejności)."
871
 
872
- #: library/plugin-settings.php:1261
873
  msgid "Email Alert Subject"
874
- msgstr "Temat wiadomości e-mail"
875
 
876
- #: library/plugin-settings.php:1263
877
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
878
- msgstr "Temat wiadomości e-mail. Pozostaw puste, aby użyć domyślnej linii tematu. Uwaga: można użyć następujących zmiennych:"
879
 
880
- #: library/plugin-settings.php:1268
881
  msgid "Email Alert Message"
882
- msgstr "Wiadomość e-mail"
883
 
884
- #: library/plugin-settings.php:1270
885
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
886
- msgstr "Wiadomość na alerty e-mailowe. Pozostaw puste, aby użyć domyślnego komunikatu. Uwaga: można użyć następujących zmiennych:"
887
 
888
- #: library/plugin-settings.php:1282
889
  msgid "Featured Image"
890
  msgstr "Przedstawiony obraz"
891
 
892
- #: library/plugin-settings.php:1284
893
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
894
- msgstr "Ustaw wyświetlane obrazy jako wybrane obrazy. Wymaga wsparcia tematycznego dla Wyróżnionych Obrazów (czyli Miniatury Postu)."
895
 
896
- #: library/plugin-settings.php:1287
897
  msgid "Upload Message"
898
- msgstr "Przesłać wiadomość"
899
 
900
- #: library/plugin-settings.php:1289
901
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
902
- msgstr "Wiadomość wyświetlana obok pola przesyłania. Przydatne do podawania wskazówek dotyczących przesyłania / polityki / etc. Dopuszczalne podstawowe znaczniki."
903
 
904
- #: library/plugin-settings.php:1292
905
  msgid "&ldquo;Add another image&rdquo; link"
906
- msgstr "& ldquo; Dodaj inny obraz & rdquo; połączyć"
907
 
908
- #: library/plugin-settings.php:1294
909
  msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
910
- msgstr "Niestandardowe znaczniki dla & ldquo; Dodaj inne zdjęcie & rdquo; połączyć. Pozostaw puste, aby użyć domyślnego znacznika (zalecane)."
911
 
912
- #: library/plugin-settings.php:1297
913
  msgid "Minimum number of images"
914
  msgstr "Minimalna liczba zdjęć"
915
 
916
- #: library/plugin-settings.php:1300
917
  msgid "Specify the minimum number of images."
918
- msgstr "Określ minimalną liczbę zdjęć."
919
 
920
- #: library/plugin-settings.php:1304
921
  msgid "Maximum number of images"
922
  msgstr "Maksymalna liczba zdjęć"
923
 
924
- #: library/plugin-settings.php:1307
925
  msgid "Specify the maximum number of images."
926
- msgstr "Określ maksymalną liczbę zdjęć."
927
 
928
- #: library/plugin-settings.php:1311
929
  msgid "Minimum image width"
930
  msgstr "Minimalna szerokość obrazu"
931
 
932
- #: library/plugin-settings.php:1313
933
  msgid "Specify a minimum width (in pixels) for uploaded images."
934
- msgstr "Określ minimalną szerokość (w pikselach) w przypadku przesłanych zdjęć."
935
 
936
- #: library/plugin-settings.php:1316
937
  msgid "Minimum image height"
938
  msgstr "Minimalna wysokość obrazu"
939
 
940
- #: library/plugin-settings.php:1318
941
  msgid "Specify a minimum height (in pixels) for uploaded images."
942
- msgstr "Określ minimalną wysokość (w pikselach) w przypadku przesłanych zdjęć."
943
 
944
- #: library/plugin-settings.php:1321
945
  msgid "Maximum image width"
946
  msgstr "Maksymalna szerokość obrazu"
947
 
948
- #: library/plugin-settings.php:1323
949
  msgid "Specify a maximum width (in pixels) for uploaded images."
950
- msgstr "Określ maksymalną szerokość (w pikselach) w przypadku przesłanych zdjęć."
951
 
952
- #: library/plugin-settings.php:1326
953
  msgid "Maximum image height"
954
  msgstr "Maksymalna wysokość obrazu"
955
 
956
- #: library/plugin-settings.php:1328
957
  msgid "Specify a maximum height (in pixels) for uploaded images."
958
- msgstr "Określ maksymalną wysokość (w pikselach) w przypadku przesłanych zdjęć."
959
 
960
- #: library/plugin-settings.php:1331
961
  msgid "More Options"
962
  msgstr "Więcej możliwości"
963
 
964
- #: library/plugin-settings.php:1334
965
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
966
- msgstr "Aby uzyskać więcej opcji, np. Możliwość przesyłania innych typów plików (takich jak PDF, Word, Zip, filmy wideo itp.), Sprawdź"
967
 
968
- #: library/plugin-settings.php:1335
969
  msgid "Go Pro!"
970
  msgstr "Bądź profesjonalny!"
971
 
972
- #: library/plugin-settings.php:1342
973
  msgid "Auto-Display Content"
974
  msgstr "Automatycznie wyświetlaj treść"
975
 
976
- #: library/plugin-settings.php:1347
977
  msgid "Images Auto-Display"
978
- msgstr "Obrazy Auto-Display"
979
 
980
- #: library/plugin-settings.php:1349
981
  msgid "Auto-display user-submitted images:"
982
- msgstr "Automatycznie wyświetla obrazy przesłane przez użytkowników:"
983
 
984
- #: library/plugin-settings.php:1354
985
  msgid "Image Markup"
986
- msgstr "Image Markup"
987
 
988
- #: library/plugin-settings.php:1356
989
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
990
- msgstr "Oznaczenie do użycia dla każdego przesłanego obrazu (gdy włączono automatyczne wyświetlanie). Mogą korzystać"
991
 
992
- #: library/plugin-settings.php:1358 library/plugin-settings.php:1371
993
- #: library/plugin-settings.php:1384 library/plugin-settings.php:1397
994
  msgid "and"
995
  msgstr "i"
996
 
997
- #: library/plugin-settings.php:1361
998
  msgid "Email Auto-Display"
999
- msgstr "Automatycznie wyświetlać e-mail"
1000
 
1001
- #: library/plugin-settings.php:1363
1002
  msgid "Auto-display user-submitted email:"
1003
- msgstr "Automatyczne wyświetlanie e-maila przekazanego przez użytkownika:"
1004
 
1005
- #: library/plugin-settings.php:1368
1006
  msgid "Email Markup"
1007
- msgstr "Email Markup"
1008
 
1009
- #: library/plugin-settings.php:1370
1010
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1011
- msgstr "Oznaczenie do używania dla podanego adresu e-mail (gdy włączono automatyczne wyświetlanie). Mogą korzystać"
1012
 
1013
- #: library/plugin-settings.php:1374
1014
  msgid "URL Auto-Display"
1015
- msgstr "Automatycznie wyświetlany adres URL"
1016
 
1017
- #: library/plugin-settings.php:1376
1018
  msgid "Auto-display user-submitted URL:"
1019
- msgstr "Automatyczne wyświetlanie adresu URL przesłanego przez użytkownika:"
1020
 
1021
- #: library/plugin-settings.php:1381
1022
  msgid "URL Markup"
1023
  msgstr "Oznaczenie adresu URL"
1024
 
1025
- #: library/plugin-settings.php:1383
1026
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1027
- msgstr "Oznaczenie do wykorzystania w przesłanym adresie URL (gdy włączono automatyczne wyświetlanie). Mogą korzystać"
1028
 
1029
- #: library/plugin-settings.php:1387
1030
  msgid "Custom Field Auto-Display"
1031
- msgstr "Automatyczne wyświetlanie pola niestandardowego"
1032
 
1033
- #: library/plugin-settings.php:1389
1034
  msgid "Auto-display user-submitted Custom Field:"
1035
- msgstr "Automatycznie wyświetlane przez użytkownika pole niestandardowe:"
1036
 
1037
- #: library/plugin-settings.php:1394
1038
  msgid "Custom Field Markup"
1039
- msgstr "Niestandardowe znaczniki pola"
1040
 
1041
- #: library/plugin-settings.php:1396
1042
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1043
- msgstr "Oznaczenie do używania dla przesłanego pola niestandardowego (gdy włączono funkcję automatycznego wyświetlania). Mogą korzystać"
1044
 
1045
- #: library/plugin-settings.php:1402 library/plugin-settings.php:1468
1046
  msgid "Save Settings"
1047
  msgstr "Zapisz ustawienia"
1048
 
1049
- #: library/plugin-settings.php:1407
1050
  msgid "Display the Form"
1051
  msgstr "Wyświetl formularz"
1052
 
1053
- #: library/plugin-settings.php:1410
1054
  msgid "Post-Submit Form"
1055
- msgstr "Formularz zgłoszeniowy"
1056
 
1057
- #: library/plugin-settings.php:1411
1058
  msgid "USP enables you to display a post-submission form anywhere on your site."
1059
- msgstr "USP umożliwia wyświetlanie formularza zgłoszeniowego w dowolnym miejscu w witrynie."
1060
 
1061
- #: library/plugin-settings.php:1412 library/plugin-settings.php:1419
1062
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1063
- msgstr "Użyj krótkiego kodu, aby wyświetlić formularz na dowolnym artykule WP Post lub Page:"
1064
 
1065
- #: library/plugin-settings.php:1414 library/plugin-settings.php:1421
1066
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1067
- msgstr "Możesz także użyć tagu szablonu do wyświetlania formularza w dowolnym miejscu szablonu motywu:"
1068
 
1069
- #: library/plugin-settings.php:1417
1070
  msgid "Login/Register Form"
1071
- msgstr "Formularz rejestracyjny / rejestracyjny"
1072
 
1073
- #: library/plugin-settings.php:1418
1074
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1075
- msgstr "Można również wyświetlić formularz umożliwiający użytkownikom logowanie się, rejestrację lub zresetowanie hasła."
1076
 
1077
- #: library/plugin-settings.php:1424
1078
  msgid "Display Submitted Posts"
1079
- msgstr "Wyświetl posty wysłane"
1080
 
1081
- #: library/plugin-settings.php:1425
1082
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1083
- msgstr "Skorzystaj z tego skrótu, aby wyświetlić listę przesłanych postów w dowolnym artykule WP lub na stronie:"
1084
 
1085
- #: library/plugin-settings.php:1427
1086
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1087
- msgstr "Możesz również użyć tagu szablonu, aby wyświetlić listę przesyłanych postów w dowolnym miejscu szablonu motywu:"
1088
 
1089
- #: library/plugin-settings.php:1429
1090
  msgid "Here are some examples showing how to configure this shortcode:"
1091
- msgstr "Oto kilka przykładów pokazujących, jak skonfigurować ten krótki kod:"
1092
 
1093
- #: library/plugin-settings.php:1436
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1094
  msgid "Access Control"
1095
  msgstr "Kontrola dostępu"
1096
 
1097
- #: library/plugin-settings.php:1437
1098
  msgid "USP provides three shortcodes to control access and restrict content."
1099
- msgstr "USP udostępnia trzy skróty do kontroli dostępu i ograniczenia zawartości."
1100
 
1101
- #: library/plugin-settings.php:1438
1102
  msgid "Display content only to users with a specific capability:"
1103
- msgstr "Wyświetlaj treść tylko użytkownikom o określonej funkcji:"
1104
 
1105
- #: library/plugin-settings.php:1440
1106
  msgid "Display content to logged-in users:"
1107
- msgstr "Wyświetlaj zawartość dla zalogowanych użytkowników:"
1108
 
1109
- #: library/plugin-settings.php:1442
1110
  msgid "Display content to visitors only:"
1111
- msgstr "Wyświetlaj treść tylko użytkownikom:"
1112
 
1113
- #: library/plugin-settings.php:1444
1114
  msgid "Tip:"
1115
  msgstr "Wskazówka:"
1116
 
1117
- #: library/plugin-settings.php:1444
1118
  msgid "to include markup in the deny message, you can use"
1119
- msgstr "dołączyć znacznik w wiadomości odrzucającej, możesz użyć"
1120
 
1121
- #: library/plugin-settings.php:1444
1122
  msgid "to output"
1123
  msgstr "na wyjście"
1124
 
1125
- #: library/plugin-settings.php:1446
1126
  msgid "Example"
1127
  msgstr "Przykład"
1128
 
1129
- #: library/plugin-settings.php:1447
1130
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1131
- msgstr "Jeśli użytkownik jest zalogowany, wyświetl formularz wysłania; lub jeśli użytkownik nie jest zalogowany, wyświetl formularz logowania:"
4
  "Content-Type: text/plain; charset=UTF-8\n"
5
  "Content-Transfer-Encoding: 8bit\n"
6
  "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: USP 20180316\n"
8
  "Language: pl\n"
9
 
10
  #. Name of the plugin
11
+ #: user-submitted-posts.php:44 library/support-panel.php:5
12
  msgid "User Submitted Posts"
13
+ msgstr "Użytkownik przesyła posty"
14
 
15
+ #: user-submitted-posts.php:81
16
  msgid "requires WordPress "
17
  msgstr "wymaga WordPress"
18
 
19
+ #: user-submitted-posts.php:82
20
  msgid " or higher, and has been deactivated! "
21
  msgstr " lub wyższy i został dezaktywowany!"
22
 
23
+ #: user-submitted-posts.php:83
24
  msgid "Please return to the"
25
+ msgstr "Wróć do"
26
 
27
+ #: user-submitted-posts.php:84
28
  msgid "WordPress Admin Area"
29
  msgstr "Obszar administracyjny WordPress"
30
 
31
+ #: user-submitted-posts.php:85
32
  msgid "to upgrade WordPress and try again."
33
+ msgstr "uaktualnić WordPressa i spróbować ponownie."
34
 
35
+ #: user-submitted-posts.php:125
36
  msgid "User Submitted Post"
37
+ msgstr "User Submitted Post"
38
 
39
+ #: user-submitted-posts.php:419
40
  msgid "User Submitted Post Info"
41
+ msgstr "User Submitted Post Info"
42
 
43
+ #: user-submitted-posts.php:449
44
  msgid "Submitter Name: "
45
+ msgstr "Nazwa przesyłającego:"
46
 
47
+ #: user-submitted-posts.php:450
48
  msgid "Submitter Email: "
49
+ msgstr "Wyślij wiadomość e-mail:"
50
 
51
+ #: user-submitted-posts.php:451
52
  msgid "Submitter URL: "
53
+ msgstr "URL przesyłającego:"
54
 
55
+ #: user-submitted-posts.php:452
56
  msgid "Submitter IP: "
57
+ msgstr "Przesyłający IP:"
58
 
59
+ #: user-submitted-posts.php:503
60
  msgid "Show USP Posts"
61
+ msgstr "Pokaż posty w serwisie USP"
62
 
63
+ #: user-submitted-posts.php:504 library/plugin-settings.php:979
64
  msgid "USP"
65
  msgstr "USP"
66
 
67
+ #: user-submitted-posts.php:1272
68
  msgid " files required"
69
  msgstr " wymagane pliki"
70
 
71
+ #: user-submitted-posts.php:1273
72
  msgid " file required"
73
  msgstr " wymagany plik"
74
 
75
+ #: user-submitted-posts.php:1275
76
  msgid " files"
77
  msgstr " akta"
78
 
79
+ #: user-submitted-posts.php:1276
80
  msgid " file"
81
  msgstr " plik"
82
 
83
+ #: user-submitted-posts.php:1278 user-submitted-posts.php:1279
84
+ #: user-submitted-posts.php:1280 user-submitted-posts.php:1281
85
  msgid " pixels"
86
  msgstr " piksele"
87
 
88
+ #: user-submitted-posts.php:1283 library/core-functions.php:215
89
+ #: library/plugin-settings.php:284 library/plugin-settings.php:303
90
+ #: library/plugin-settings.php:701 library/plugin-settings.php:1195
91
  msgid "Custom Field"
92
  msgstr "Pole niestandardowe"
93
 
94
+ #: user-submitted-posts.php:1286
95
  msgid "An error occurred. Please go back and try again."
96
+ msgstr "Wystąpił błąd. Wróć i spróbuj ponownie."
97
 
98
+ #: user-submitted-posts.php:1296
99
  msgid "User login required"
100
  msgstr "Wymagane logowanie użytkownika"
101
 
102
+ #: user-submitted-posts.php:1297
103
  msgid "User name required"
104
  msgstr "Nazwa użytkownika (wymagana"
105
 
106
+ #: user-submitted-posts.php:1298
107
  msgid "Post title required"
108
+ msgstr "Wymagany tytuł posta"
109
 
110
+ #: user-submitted-posts.php:1299
111
  msgid "User URL required"
112
+ msgstr "Wymagany jest URL użytkownika"
113
 
114
+ #: user-submitted-posts.php:1300
115
  msgid "Post tags required"
116
+ msgstr "Wymagane tagi postów"
117
 
118
+ #: user-submitted-posts.php:1301
119
  msgid "Post category required"
120
+ msgstr "Wymagana kategoria postu"
121
 
122
+ #: user-submitted-posts.php:1302
123
  msgid "Post content required"
124
+ msgstr "Treść postu jest wymagana"
125
 
126
+ #: user-submitted-posts.php:1303 user-submitted-posts.php:1304
127
  msgid "Correct captcha required"
128
+ msgstr "Wymagane jest poprawne captcha"
129
 
130
+ #: user-submitted-posts.php:1305
131
  msgid "User email required"
132
+ msgstr "Adres e-mail użytkownika jest wymagany"
133
 
134
+ #: user-submitted-posts.php:1306
135
  msgid "Please check your email and try again"
136
+ msgstr "Sprawdź pocztę i spróbuj jeszcze raz"
137
 
138
+ #: user-submitted-posts.php:1307
139
  msgid "Non-empty value for hidden field"
140
+ msgstr "Niepuste wartości dla ukrytego pola"
141
 
142
+ #: user-submitted-posts.php:1308
143
  msgid "Minimum number of images not met"
144
+ msgstr "Minimalna liczba zdjęć nie została spełniona"
145
 
146
+ #: user-submitted-posts.php:1309
147
  msgid "Maximum number of images exceeded "
148
  msgstr "Przekroczono maksymalną liczbę zdjęć"
149
 
150
+ #: user-submitted-posts.php:1310
151
  msgid "Minimum image width not met"
152
+ msgstr "Minimalna szerokość obrazu nie została osiągnięta"
153
 
154
+ #: user-submitted-posts.php:1311
155
  msgid "Image width exceeds maximum"
156
+ msgstr "Szerokość obrazu przekracza maksymalną"
157
 
158
+ #: user-submitted-posts.php:1312
159
  msgid "Minimum image height not met"
160
  msgstr "Minimalna wysokość obrazu nie została osiągnięta"
161
 
162
+ #: user-submitted-posts.php:1313
163
  msgid "Image height exceeds maximum"
164
+ msgstr "Wysokość obrazu przekracza wartość maksymalną"
165
 
166
+ #: user-submitted-posts.php:1314
167
  msgid "File type not allowed (please upload images only)"
168
+ msgstr "Typ pliku jest niedozwolony (prosimy przesyłać tylko obrazy)"
169
 
170
+ #: user-submitted-posts.php:1315
171
  msgid " required"
172
  msgstr " wymagany"
173
 
174
+ #: user-submitted-posts.php:1319
175
  msgid "File not uploaded. Please check the file and try again."
176
  msgstr "Plik nie został przesłany. Sprawdź plik i spróbuj ponownie."
177
 
178
+ #: user-submitted-posts.php:1323
179
  msgid "The file(s) could not be uploaded"
180
+ msgstr "Plików nie można załadować"
181
 
182
+ #: user-submitted-posts.php:1325
183
  msgid "Post not created. Please contact the site administrator for help."
184
+ msgstr "Post nie został utworzony. Skontaktuj się z administratorem witryny, aby uzyskać pomoc."
185
 
186
+ #: user-submitted-posts.php:1326
187
  msgid "Duplicate post title. Please try again."
188
+ msgstr "Zduplikowany tytuł wpisu. Proszę spróbuj ponownie."
189
 
190
+ #: user-submitted-posts.php:1336
191
  msgid "Error: "
192
  msgstr "Błąd:"
193
 
194
+ #: user-submitted-posts.php:1362
195
  msgid "Return to form"
196
+ msgstr "Wróć do formularza"
197
 
198
+ #: user-submitted-posts.php:1392 library/plugin-settings.php:955
199
  msgid "Please"
200
  msgstr "Proszę"
201
 
202
+ #: user-submitted-posts.php:1393
203
  msgid "log in"
204
  msgstr "Zaloguj Się"
205
 
206
+ #: user-submitted-posts.php:1394
207
  msgid "to submit content!"
208
+ msgstr "przesłać treść!"
209
 
210
  #: views/submission-form.php:46 views/submission-form-alt.php:55
211
  msgid "Please complete the required fields."
212
+ msgstr "Uzupełnij wymagane pola."
213
 
214
  #: views/submission-form.php:56 views/submission-form.php:57
215
  #: views/submission-form-alt.php:61 views/submission-form-alt.php:62
219
  #: views/submission-form.php:62 views/submission-form.php:63
220
  #: views/submission-form-alt.php:67 views/submission-form-alt.php:68
221
  msgid "Your URL"
222
+ msgstr "Twój adres URL"
223
 
224
  #: views/submission-form.php:68 views/submission-form.php:69
225
  #: views/submission-form-alt.php:73 views/submission-form-alt.php:74
228
 
229
  #: views/submission-form.php:74 views/submission-form.php:75
230
  #: views/submission-form-alt.php:79 views/submission-form-alt.php:80
231
+ #: library/plugin-settings.php:1016
232
  msgid "Post Title"
233
+ msgstr "Tytuł postu"
234
 
235
  #: views/submission-form.php:80 views/submission-form.php:81
236
  #: views/submission-form-alt.php:85 views/submission-form-alt.php:86
237
+ #: library/plugin-settings.php:1017
238
  msgid "Post Tags"
239
+ msgstr "Napisz Tagi"
240
 
241
  #: views/submission-form.php:93 views/submission-form-alt.php:98
242
  msgid "Antispam Question"
243
+ msgstr "Pytanie antyspamowe"
244
 
245
  #: views/submission-form.php:98 views/submission-form-alt.php:103
246
+ #: library/plugin-settings.php:1018
247
  msgid "Post Category"
248
+ msgstr "Post Kategoria"
249
 
250
  #: views/submission-form.php:100 views/submission-form-alt.php:105
251
  msgid "Please select a category.."
252
+ msgstr "Proszę wybierz kategorie.."
253
 
254
  #: views/submission-form.php:135 views/submission-form.php:136
255
  #: views/submission-form-alt.php:140 views/submission-form-alt.php:141
256
+ #: library/plugin-settings.php:1019
257
  msgid "Post Content"
258
+ msgstr "Treść postu"
259
 
260
  #: views/submission-form.php:142 views/submission-form-alt.php:147
261
  msgid "Verification"
267
 
268
  #: views/submission-form.php:158 views/submission-form-alt.php:163
269
  msgid "Add another image"
270
+ msgstr "Dodaj kolejne zdjęcie"
271
 
272
  #: views/submission-form.php:180 views/submission-form-alt.php:185
273
  msgid "Human verification: leave this field empty."
274
+ msgstr "Weryfikacja przez człowieka: pozostaw to pole puste."
275
 
276
  #: views/submission-form.php:202 views/submission-form-alt.php:207
277
  msgid "Submit Post"
278
+ msgstr "Prześlij post"
279
+
280
+ #: library/shortcode-misc.php:18
281
+ msgid "Reset form"
282
+ msgstr "Zresetować formularz"
283
+
284
+ #: library/shortcode-misc.php:128
285
+ msgid "View full post"
286
+ msgstr "Wyświetl pełny wpis"
287
 
288
  #: library/plugin-settings.php:32
289
  msgid "Get USP Pro for unlimited forms!"
290
+ msgstr "Uzyskaj USP Pro dla nieograniczonej liczby formularzy!"
291
 
292
  #: library/plugin-settings.php:33
293
  msgid "Go Pro"
299
 
300
  #: library/plugin-settings.php:55
301
  msgid "Give USP a 5-star rating at WordPress.org"
302
+ msgstr "Nadaj USP 5-gwiazdkową ocenę na WordPress.org"
303
 
304
  #: library/plugin-settings.php:56
305
  msgid "Rate this plugin&nbsp;&raquo;"
315
 
316
  #: library/plugin-settings.php:134
317
  msgid "HTML5 Form + Default CSS"
318
+ msgstr "Formularz HTML5 + domyślny CSS"
319
 
320
  #: library/plugin-settings.php:134
321
  msgid "(Recommended)"
323
 
324
  #: library/plugin-settings.php:138
325
  msgid "HTML5 Form + Disable CSS"
326
+ msgstr "Formularz HTML5 + wyłącz CSS"
327
 
328
  #: library/plugin-settings.php:138
329
  msgid "(Provide your own styles)"
330
+ msgstr "(Podaj własne style)"
331
 
332
  #: library/plugin-settings.php:142
333
  msgid "Custom Form + Custom CSS"
334
+ msgstr "Niestandardowy formularz + niestandardowy arkusz CSS"
335
 
336
  #: library/plugin-settings.php:142
337
  msgid "(Provide your own form template &amp; styles)"
338
+ msgstr "(Podaj swój własny szablon formularza i style)"
339
 
340
  #: library/plugin-settings.php:158 library/plugin-settings.php:182
341
  #: library/plugin-settings.php:205 library/plugin-settings.php:229
342
  msgid "Auto-display before post content"
343
+ msgstr "Automatyczne wyświetlanie przed treścią postu"
344
 
345
  #: library/plugin-settings.php:162 library/plugin-settings.php:186
346
  #: library/plugin-settings.php:209 library/plugin-settings.php:233
347
  msgid "Auto-display after post content"
348
+ msgstr "Automatyczne wyświetlanie po treści posta"
349
 
350
  #: library/plugin-settings.php:166
351
  msgid "Do not auto-display submitted images"
352
+ msgstr "Nie wyświetlaj automatycznie przesłanych obrazów"
353
 
354
  #: library/plugin-settings.php:190
355
  msgid "Do not auto-display submitted email"
356
+ msgstr "Nie wyświetlaj automatycznie przesłanych wiadomości e-mail"
357
 
358
  #: library/plugin-settings.php:213
359
  msgid "Do not auto-display submitted URL"
360
+ msgstr "Nie wyświetlaj automatycznie przesłanego adresu URL"
361
 
362
  #: library/plugin-settings.php:237
363
  msgid "Do not auto-display the Custom Field"
370
 
371
  #: library/plugin-settings.php:266 library/plugin-settings.php:298
372
  msgid "Display but do not require"
373
+ msgstr "Wyświetl, ale nie wymagaj"
374
 
375
  #: library/plugin-settings.php:267 library/plugin-settings.php:299
376
  #: library/plugin-settings.php:331 library/plugin-settings.php:363
385
  #: library/plugin-settings.php:303 library/plugin-settings.php:335
386
  #: library/plugin-settings.php:367 library/plugin-settings.php:399
387
  msgid "to configure options)"
388
+ msgstr "skonfigurować opcje)"
389
 
390
  #: library/plugin-settings.php:318 library/plugin-settings.php:335
391
+ #: library/plugin-settings.php:1213 library/plugin-settings.php:1218
392
  msgid "Challenge Question"
393
  msgstr "Pytanie o wyzwanie"
394
 
395
  #: library/plugin-settings.php:350 library/plugin-settings.php:367
396
+ #: library/plugin-settings.php:1235
397
  msgid "Google reCAPTCHA"
398
  msgstr "Google reCAPTCHA"
399
 
400
  #: library/plugin-settings.php:382
401
  msgid "Post Images"
402
+ msgstr "Opublikuj obrazy"
403
 
404
  #: library/plugin-settings.php:394
405
  msgid "Display"
409
  msgid "Disable"
410
  msgstr "Wyłączyć"
411
 
412
+ #: library/plugin-settings.php:399 library/plugin-settings.php:1296
413
  msgid "Image Uploads"
414
+ msgstr "Przesyłanie obrazów"
415
 
416
  #: library/plugin-settings.php:479
417
  msgid "Draft"
419
 
420
  #: library/plugin-settings.php:480
421
  msgid "Pending (default)"
422
+ msgstr "Oczekujące (domyślne)"
423
 
424
  #: library/plugin-settings.php:481
425
  msgid "Publish immediately"
427
 
428
  #: library/plugin-settings.php:482
429
  msgid "Publish after 1 approved post"
430
+ msgstr "Opublikuj po 1 zatwierdzonym wpisie"
431
 
432
  #: library/plugin-settings.php:483
433
  msgid "Publish after "
435
 
436
  #: library/plugin-settings.php:483
437
  msgid " approved posts"
438
+ msgstr " zatwierdzone posty"
439
 
440
+ #: library/plugin-settings.php:645
441
  msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
442
+ msgstr "Wystąpił błąd. Upewnij się, że dodałeś tytuł, treść i że przesłałeś tylko zdjęcia."
443
 
444
+ #: library/plugin-settings.php:659
445
  msgid "Please select your image(s) to upload."
446
+ msgstr "Wybierz obraz (y) do przesłania."
447
 
448
+ #: library/plugin-settings.php:665
449
  msgid "Success! Thank you for your submission."
450
  msgstr "Powodzenie! Dziękujemy za zgłoszenie."
451
 
452
+ #: library/plugin-settings.php:691
453
  msgid "Email"
454
  msgstr "E-mail"
455
 
456
+ #: library/plugin-settings.php:692
457
  msgid "URL"
458
+ msgstr "URL"
 
 
 
 
459
 
460
+ #: library/plugin-settings.php:942
461
  msgid "Toggle all panels"
462
  msgstr "Przełącz wszystkie panele"
463
 
464
+ #: library/plugin-settings.php:951
465
  msgid "We need your support!"
466
+ msgstr "Potrzebujemy Twojego wsparcia!"
467
 
468
+ #: library/plugin-settings.php:955
469
  msgid "Make a donation via PayPal"
470
+ msgstr "Przekaż darowiznę za pośrednictwem PayPal"
471
 
472
+ #: library/plugin-settings.php:955
473
  msgid "make a donation"
474
  msgstr "ofiarować"
475
 
476
+ #: library/plugin-settings.php:955
477
  msgid "and/or"
478
  msgstr "i / lub"
479
 
480
+ #: library/plugin-settings.php:956
481
  msgid "Rate and review at the Plugin Directory"
482
+ msgstr "Oceń i opisz w katalogu wtyczek"
483
 
484
+ #: library/plugin-settings.php:957
485
  msgid "give this plugin a 5-star rating"
486
  msgstr "daj tej wtyczce 5 gwiazdek"
487
 
488
+ #: library/plugin-settings.php:961
489
  msgid "Your generous support enables continued development of this free plugin. Thank you!"
490
+ msgstr "Twoje hojne wsparcie umożliwia ciągły rozwój tej darmowej wtyczki. Dziękuję Ci!"
491
 
492
+ #: library/plugin-settings.php:966
493
  msgid "Check this box if you have shown support"
494
+ msgstr "Zaznacz to pole, jeśli pokazałeś wsparcie"
495
 
496
+ #: library/plugin-settings.php:975
497
  msgid "Overview"
498
  msgstr "Przegląd"
499
 
500
+ #: library/plugin-settings.php:979
501
  msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
502
+ msgstr "umożliwia odwiedzającym przesyłanie postów i przesyłanie zdjęć z poziomu strony głównej witryny."
503
 
504
+ #: library/plugin-settings.php:980
505
  msgid "For advanced functionality and unlimited forms, check out"
506
+ msgstr "Aby uzyskać zaawansowaną funkcjonalność i nieograniczoną liczbę formularzy, sprawdź"
507
 
508
+ #: library/plugin-settings.php:980 library/plugin-settings.php:1354
509
  msgid "USP Pro"
510
  msgstr "USP Pro"
511
 
512
+ #: library/plugin-settings.php:981
513
  msgid "&mdash; the ultimate solution for user-generated content."
514
+ msgstr "& mdash; najlepsze rozwiązanie dla treści generowanych przez użytkowników."
515
 
516
+ #: library/plugin-settings.php:985 library/plugin-settings.php:1002
517
  msgid "Plugin Settings"
518
  msgstr "Ustawienia wtyczki"
519
 
520
+ #: library/plugin-settings.php:986
521
  msgid "Display the form"
522
  msgstr "Wyświetl formularz"
523
 
524
+ #: library/plugin-settings.php:987 library/plugin-settings.php:1511
525
  msgid "Plugin Homepage"
526
+ msgstr "Strona domowa wtyczki"
527
 
528
+ #: library/plugin-settings.php:990
529
  msgid "If you like this plugin, please"
530
+ msgstr "Jeśli podoba ci się ta wtyczka, proszę"
531
 
532
+ #: library/plugin-settings.php:991
533
  msgid "THANK YOU for your support!"
534
  msgstr "Dziękuję za Twoje wsparcie!"
535
 
536
+ #: library/plugin-settings.php:991
537
  msgid "give it a 5-star rating"
538
+ msgstr "nadaj mu ocenę 5 gwiazdek"
539
 
540
+ #: library/plugin-settings.php:995
541
  msgid "Unlimited front-end forms"
542
+ msgstr "Nieograniczone formularze front-end"
543
 
544
+ #: library/plugin-settings.php:995
545
  msgid "Get USP Pro"
546
+ msgstr "Uzyskaj USP Pro"
547
 
548
+ #: library/plugin-settings.php:1005
549
  msgid "Configure your settings for User Submitted Posts."
550
+ msgstr "Skonfiguruj ustawienia dla przesłanych przez użytkowników postów."
551
 
552
+ #: library/plugin-settings.php:1007
553
  msgid "Form Fields"
554
+ msgstr "Pola formularzy"
555
 
556
+ #: library/plugin-settings.php:1013
557
  msgid "User Name"
558
  msgstr "Nazwa Użytkownika"
559
 
560
+ #: library/plugin-settings.php:1014
561
  msgid "User Email"
562
  msgstr "E-mail użytkownika"
563
 
564
+ #: library/plugin-settings.php:1015
565
  msgid "User URL"
566
  msgstr "Adres URL użytkownika"
567
 
568
+ #: library/plugin-settings.php:1030
569
  msgid "General Settings"
570
  msgstr "Ustawienia główne"
571
 
572
+ #: library/plugin-settings.php:1032
573
+ msgid "Note that the default settings work fine for most cases."
574
+ msgstr "Pamiętaj, że domyślne ustawienia działają prawidłowo w większości przypadków."
575
+
576
+ #: library/plugin-settings.php:1037
577
  msgid "Form Style"
578
  msgstr "Styl formularza"
579
 
580
+ #: library/plugin-settings.php:1042
581
  msgid "With this option, you can copy the plugin&rsquo;s default templates:"
582
+ msgstr "Za pomocą tej opcji możesz skopiować domyślne szablony wtyczki:"
583
 
584
+ #: library/plugin-settings.php:1047
585
  msgid "..and upload them into a directory named"
586
+ msgstr "..i prześlij je do katalogu o nazwie"
587
 
588
+ #: library/plugin-settings.php:1047
589
  msgid "in your theme:"
590
+ msgstr "w twoim motywie:"
591
 
592
+ #: library/plugin-settings.php:1053
593
  msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
594
+ msgstr "Umożliwi to dostosowanie formularza i stylów zgodnie z potrzebami. Aby uzyskać więcej informacji, zobacz sekcję \"Niestandardowy formularz zgłoszeniowy\" w dziale"
595
 
596
+ #: library/plugin-settings.php:1054
597
  msgid "Installation Docs"
598
  msgstr "Dokumenty instalacyjne"
599
 
600
+ #: library/plugin-settings.php:1055
601
  msgid "FYI: here is a"
602
  msgstr "FYI: oto jest"
603
 
604
+ #: library/plugin-settings.php:1055
605
  msgid "list of USP CSS selectors"
606
  msgstr "lista selektorów CSS USP"
607
 
608
+ #: library/plugin-settings.php:1061
609
  msgid "Include JavaScript"
610
+ msgstr "Dołącz JavaScript"
611
 
612
+ #: library/plugin-settings.php:1063
613
  msgid "Check this box if you want to include the external JavaScript files (recommended)."
614
+ msgstr "Zaznacz to pole, jeśli chcesz dołączyć zewnętrzne pliki JavaScript (zalecane)."
615
 
616
+ #: library/plugin-settings.php:1066
617
  msgid "Targeted Loading"
618
+ msgstr "Ukierunkowane ładowanie"
619
 
620
+ #: library/plugin-settings.php:1068
621
  msgid "By default, external CSS &amp; JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
622
+ msgstr "Domyślnie zewnętrzny kod CSS & amp; Pliki JavaScript są ładowane na każdej stronie. Tutaj możesz podać adres URL formularza USP, aby załadować zasoby tylko na tej stronie. Uwaga: pozostaw puste, aby załadować na wszystkich stronach."
623
 
624
+ #: library/plugin-settings.php:1071
625
  msgid "Post Type"
626
+ msgstr "Typ postu"
627
 
628
+ #: library/plugin-settings.php:1074
629
  msgid "Submit posts as WP Posts or Pages"
630
+ msgstr "Prześlij posty jako posty lub strony WP"
631
 
632
+ #: library/plugin-settings.php:1078
633
  msgid "Post Status"
634
+ msgstr "Opublikuj status"
635
 
636
+ #: library/plugin-settings.php:1081
637
  msgid "Post Status for submitted posts"
638
+ msgstr "Stan postu dla przesłanych postów"
639
 
640
+ #: library/plugin-settings.php:1085
641
  msgid "Redirect URL"
642
+ msgstr "Przekierowanie URL"
643
 
644
+ #: library/plugin-settings.php:1087
645
  msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
646
+ msgstr "Podaj adres URL, aby przekierować użytkownika po jego przesłaniu. Pozostaw puste, aby przekierować z powrotem do bieżącej strony."
647
 
648
+ #: library/plugin-settings.php:1090
649
  msgid "Success Message"
650
+ msgstr "Wiadomość powitalna"
651
 
652
+ #: library/plugin-settings.php:1092
653
  msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
654
+ msgstr "Komunikat o powodzeniu wyświetlany, jeśli zgłoszenie się powiodło. Podstawowe znaczniki dozwolone."
655
 
656
+ #: library/plugin-settings.php:1095
657
  msgid "Error Message"
658
  msgstr "Komunikat o błędzie"
659
 
660
+ #: library/plugin-settings.php:1097
661
  msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
662
+ msgstr "Ogólny komunikat o błędzie wyświetlany, gdy nie można przesłać zgłoszenia. Podstawowe znaczniki dozwolone."
663
 
664
+ #: library/plugin-settings.php:1100
665
  msgid "Custom Content"
666
+ msgstr "Treść niestandardowa"
667
 
668
+ #: library/plugin-settings.php:1102
669
  msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
670
+ msgstr "Niestandardowy tekst / znaczniki, które należy dołączyć przed formularzem zgłoszeniowym. Pozostaw puste, aby wyłączyć."
671
 
672
+ #: library/plugin-settings.php:1105
673
  msgid "Rich Text Editor"
674
  msgstr "Bogaty edytor tekstu"
675
 
676
+ #: library/plugin-settings.php:1107
677
  msgid "Check this box if you want to enable WP rich text editing for submitted posts."
678
+ msgstr "Zaznacz to pole, jeśli chcesz włączyć edytowanie tekstu sformatowanego WP dla przesłanych postów."
679
 
680
+ #: library/plugin-settings.php:1110
681
  msgid "Unique Titles"
682
+ msgstr "Unikalne tytuły"
683
 
684
+ #: library/plugin-settings.php:1112
685
  msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
686
+ msgstr "Wymagaj, by nadesłane posty były unikatowe (przydatne w zapobieganiu wielokrotnemu / duplikowaniu przesłanych postów)."
687
 
688
+ #: library/plugin-settings.php:1115
689
  msgid "Disable Required"
690
+ msgstr "Wyłącz Wymagane"
691
 
692
+ #: library/plugin-settings.php:1117
693
  msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
694
+ msgstr "Wyłącz wszystkie wymagane atrybuty w domyślnych polach formularza (przydatne przy rozwiązywaniu problemów z komunikatami o błędach)."
695
 
696
+ #: library/plugin-settings.php:1120
697
  msgid "Disable IP Tracking"
698
+ msgstr "Wyłącz śledzenie IP"
699
 
700
+ #: library/plugin-settings.php:1122
701
  msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
702
+ msgstr "Domyślnie USP rejestruje adres IP każdego przesłanego postu. Zaznacz to pole, aby wyłączyć śledzenie IP."
703
 
704
+ #: library/plugin-settings.php:1125
705
  msgid "Enable Shortcodes"
706
+ msgstr "Włącz Shortcodes"
707
 
708
+ #: library/plugin-settings.php:1127
709
  msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
710
+ msgstr "Włącz krótkie kody w widżetach. Domyślnie WordPress nie włącza shortcodów w widżetach."
711
 
712
+ #: library/plugin-settings.php:1128
713
  msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
714
+ msgstr "To ustawienie włącza wszystkie / wszystkie skróty w widżetach (nawet krótkie kody z innych wtyczek)."
715
 
716
+ #: library/plugin-settings.php:1133 library/plugin-settings.php:1138
717
  msgid "Categories"
718
  msgstr "Kategorie"
719
 
720
+ #: library/plugin-settings.php:1141
721
  msgid "Select which categories may be assigned to submitted posts (click to toggle)"
722
+ msgstr "Wybierz kategorie, które mogą być przypisane do przesłanych postów (kliknij, aby przełączyć)"
723
 
724
+ #: library/plugin-settings.php:1149
725
  msgid "Hidden/Default Category"
726
+ msgstr "Kategoria ukryta / domyślna"
727
 
728
+ #: library/plugin-settings.php:1151
729
  msgid "Use a hidden field for the post category. This may be used to specify a default category when the category field is disabled."
730
+ msgstr "Użyj ukrytego pola dla kategorii postów. Może to być użyte do określenia domyślnej kategorii, gdy pole kategorii jest wyłączone."
731
 
732
+ #: library/plugin-settings.php:1154
733
  msgid "Category ID for Hidden Field"
734
  msgstr "Identyfikator kategorii dla pola ukrytego"
735
 
736
+ #: library/plugin-settings.php:1156
737
  msgid "Specify the ID of the category to use for the &ldquo;Hidden/Default Category&rdquo; option."
738
+ msgstr "Podaj identyfikator kategorii, która ma być używana dla kategorii \"Ukryta / domyślna kategoria\" & rdquo; opcja."
739
 
740
+ #: library/plugin-settings.php:1161
741
  msgid "Users"
742
  msgstr "Użytkownicy"
743
 
744
+ #: library/plugin-settings.php:1166
745
  msgid "Assigned Author"
746
  msgstr "Przypisany autor"
747
 
748
+ #: library/plugin-settings.php:1169
749
  msgid "Specify the user that should be assigned as author for submitted posts."
750
+ msgstr "Określ użytkownika, któremu należy przypisać rolę autora do przesłanych postów."
751
 
752
+ #: library/plugin-settings.php:1173
753
  msgid "Registered Username"
754
  msgstr "Zarejestrowana Nazwa Użytkownika"
755
 
756
+ #: library/plugin-settings.php:1175
757
  msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
758
+ msgstr "Użyj zarejestrowanej nazwy użytkownika jako autora postu. Obowiązuje, gdy osoba przesyłająca formularz jest zalogowana do WordPress."
759
 
760
+ #: library/plugin-settings.php:1178
761
  msgid "User Profile URL"
762
+ msgstr "Adres URL profilu użytkownika"
763
 
764
+ #: library/plugin-settings.php:1180
765
  msgid "Use registered user&rsquo;s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
766
+ msgstr "Użyj adresu URL profilu zarejestrowanego użytkownika jako wartości pola adresu URL. Obowiązuje, gdy osoba przesyłająca formularz jest zalogowana do WordPress."
767
 
768
+ #: library/plugin-settings.php:1183
769
  msgid "Require User Login"
770
  msgstr "Wymagaj logowania użytkownika"
771
 
772
+ #: library/plugin-settings.php:1185
773
  msgid "Require users to be logged in to WordPress to view/submit the form"
774
+ msgstr "Wymagaj, aby użytkownicy byli zalogowani do WordPressa w celu wyświetlenia / wysłania formularza"
775
+
776
+ #: library/plugin-settings.php:1188
777
+ msgid "Disable Replace Author"
778
+ msgstr "Wyłącz opcję Zastąp autora"
779
 
780
+ #: library/plugin-settings.php:1190
781
+ msgid "Do not replace post author with submitted user name"
782
+ msgstr "Nie zastępuj autora postu przesłaną nazwą użytkownika"
783
+
784
+ #: library/plugin-settings.php:1196
785
  msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
786
+ msgstr "Tutaj możesz zmienić nazwę i etykietę używaną przez pole niestandardowe. Możesz włączyć to pole, korzystając z powyższego ustawienia pól formularzy."
787
 
788
+ #: library/plugin-settings.php:1201
789
  msgid "Custom Field Name"
790
+ msgstr "Niestandardowa nazwa pola"
791
 
792
+ #: library/plugin-settings.php:1203
793
  msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
794
+ msgstr "Używaj tylko znaków alfanumerycznych, podkreśleń i myślników. Jeśli nie masz pewności, użyj domyślnej nazwy:"
795
 
796
+ #: library/plugin-settings.php:1206
797
  msgid "Custom Field Label"
798
  msgstr "Niestandardowa etykieta pola"
799
 
800
+ #: library/plugin-settings.php:1208
801
  msgid "This will be displayed as the field label on the form. Default: Custom Field"
802
+ msgstr "Zostanie to wyświetlone jako etykieta pola w formularzu. Domyślnie: Pole niestandardowe"
803
 
804
+ #: library/plugin-settings.php:1220
805
  msgid "To prevent spam, enter a question that users must answer before submitting the form."
806
  msgstr "Aby zapobiec spamowi, wpisz pytanie, które użytkownicy muszą odpowiedzieć przed przesłaniem formularza."
807
 
808
+ #: library/plugin-settings.php:1223
809
  msgid "Challenge Response"
810
  msgstr "Odpowiedź na wyzwanie"
811
 
812
+ #: library/plugin-settings.php:1225
813
  msgid "Enter the *only* correct answer to the challenge question."
814
+ msgstr "Wpisz poprawną odpowiedź * tylko * na pytanie dotyczące wyzwania."
815
 
816
+ #: library/plugin-settings.php:1228
817
  msgid "Case-sensitivity"
818
  msgstr "Rozróżnianie wielkości liter"
819
 
820
+ #: library/plugin-settings.php:1230
821
  msgid "Check this box if you want the challenge response to be case-sensitive."
822
+ msgstr "Zaznacz to pole, jeśli chcesz, aby w odpowiedzi na wyzwanie były rozróżniane małe i wielkie litery."
823
 
824
+ #: library/plugin-settings.php:1236
825
  msgid "To enable Google reCAPTCHA, enter your public and private keys."
826
+ msgstr "Aby włączyć Google reCAPTCHA, wpisz klucze publiczne i prywatne."
827
 
828
+ #: library/plugin-settings.php:1241
829
  msgid "Public Key"
830
  msgstr "Klucz publiczny"
831
 
832
+ #: library/plugin-settings.php:1243
833
  msgid "Enter your Public Key"
834
+ msgstr "Wprowadź swój klucz publiczny"
835
 
836
+ #: library/plugin-settings.php:1246
837
  msgid "Private Key"
838
+ msgstr "Prywatny klucz"
839
 
840
+ #: library/plugin-settings.php:1248
841
  msgid "Enter your Private Key"
842
+ msgstr "Wprowadź swój klucz prywatny"
843
 
844
+ #: library/plugin-settings.php:1253
845
  msgid "Email Alerts"
846
+ msgstr "powiadomienia email"
847
 
848
+ #: library/plugin-settings.php:1258
849
  msgid "Receive Email Alert"
850
+ msgstr "Otrzymuj powiadomienie e-mailem"
851
 
852
+ #: library/plugin-settings.php:1260
853
  msgid "Check this box if you want to be notified via email for new post submissions."
854
+ msgstr "Zaznacz to pole, jeśli chcesz otrzymywać powiadomienia pocztą e-mail o nowych przesłanych postach."
855
 
856
+ #: library/plugin-settings.php:1263
857
  msgid "Enable HTML Format"
858
  msgstr "Włącz format HTML"
859
 
860
+ #: library/plugin-settings.php:1265
861
  msgid "Check this box to enable HTML format for email alerts."
862
+ msgstr "Zaznacz to pole, aby włączyć format HTML dla alertów e-mail."
863
 
864
+ #: library/plugin-settings.php:1268
865
  msgid "Email Address for Alerts"
866
  msgstr "Adres e-mail dla alertów"
867
 
868
+ #: library/plugin-settings.php:1270
869
  msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
870
+ msgstr "Jeśli zaznaczyłeś to pole, aby otrzymywać powiadomienia e-mailem, podaj tutaj adresy, na które e-maile mają być wysyłane."
871
 
872
+ #: library/plugin-settings.php:1271
873
  msgid "Multiple recipients may be included using a comma, like so:"
874
+ msgstr "Wielu odbiorców może być dołączonych przecinkami, na przykład:"
875
 
876
+ #: library/plugin-settings.php:1274
877
  msgid "Email &ldquo;From&rdquo; Address"
878
+ msgstr "Email & ldquo; From & rdquo; Adres"
879
 
880
+ #: library/plugin-settings.php:1276
881
  msgid "Here you may customize the address(es) used for the &ldquo;From&rdquo; header (see plugin FAQs for info). "
882
+ msgstr "Tutaj możesz dostosować adres (y) używany w & bdquo; Od & rdquo; nagłówek (zobacz często zadawane pytania dotyczące wtyczek)."
883
 
884
+ #: library/plugin-settings.php:1277
885
  msgid "If multiple addresses are specified in the previous setting, include an equal number of &ldquo;From&rdquo; addresses for this setting (in the same order)."
886
+ msgstr "Jeśli w poprzednim ustawieniu podano wiele adresów, podaj równą liczbę && bdquo; Od & rdquo; adresy dla tego ustawienia (w tej samej kolejności)."
887
 
888
+ #: library/plugin-settings.php:1280
889
  msgid "Email Alert Subject"
890
+ msgstr "Temat alertu e-mail"
891
 
892
+ #: library/plugin-settings.php:1282
893
  msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
894
+ msgstr "Wiersz tematu powiadomień e-mail. Pozostaw puste, aby użyć domyślnego wiersza tematu. Uwaga: możesz użyć następujących zmiennych:"
895
 
896
+ #: library/plugin-settings.php:1287
897
  msgid "Email Alert Message"
898
+ msgstr "Powiadomienie o wiadomości e-mail"
899
 
900
+ #: library/plugin-settings.php:1289
901
  msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
902
+ msgstr "Wiadomość dla powiadomień e-mail. Pozostaw puste, aby użyć domyślnej wiadomości. Uwaga: możesz użyć następujących zmiennych:"
903
 
904
+ #: library/plugin-settings.php:1301
905
  msgid "Featured Image"
906
  msgstr "Przedstawiony obraz"
907
 
908
+ #: library/plugin-settings.php:1303
909
  msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
910
+ msgstr "Ustaw przesłane obrazy jako Polecane obrazy. Wymaga obsługi motywów dla polecanych obrazów (np. Post Thumbnails)."
911
 
912
+ #: library/plugin-settings.php:1306
913
  msgid "Upload Message"
914
+ msgstr "Prześlij wiadomość"
915
 
916
+ #: library/plugin-settings.php:1308
917
  msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
918
+ msgstr "Wiadomość wyświetlana obok pola przesyłania. Przydatne do określenia wytycznych dotyczących przesyłania / zasad / itp. Podstawowe znaczniki dozwolone."
919
 
920
+ #: library/plugin-settings.php:1311
921
  msgid "&ldquo;Add another image&rdquo; link"
922
+ msgstr "& ldquo; Dodaj kolejne zdjęcie & rdquo; połączyć"
923
 
924
+ #: library/plugin-settings.php:1313
925
  msgid "Custom markup for the &ldquo;Add another image&rdquo; link. Leave blank to use the default markup (recommended)."
926
+ msgstr "Niestandardowy znacznik dla & bdquo; Dodaj kolejne zdjęcie & rdquo; połączyć. Pozostaw puste, aby użyć domyślnego znacznika (zalecane)."
927
 
928
+ #: library/plugin-settings.php:1316
929
  msgid "Minimum number of images"
930
  msgstr "Minimalna liczba zdjęć"
931
 
932
+ #: library/plugin-settings.php:1319
933
  msgid "Specify the minimum number of images."
934
+ msgstr "Określ minimalną liczbę obrazów."
935
 
936
+ #: library/plugin-settings.php:1323
937
  msgid "Maximum number of images"
938
  msgstr "Maksymalna liczba zdjęć"
939
 
940
+ #: library/plugin-settings.php:1326
941
  msgid "Specify the maximum number of images."
942
+ msgstr "Określ maksymalną liczbę obrazów."
943
 
944
+ #: library/plugin-settings.php:1330
945
  msgid "Minimum image width"
946
  msgstr "Minimalna szerokość obrazu"
947
 
948
+ #: library/plugin-settings.php:1332
949
  msgid "Specify a minimum width (in pixels) for uploaded images."
950
+ msgstr "Określ minimalną szerokość (w pikselach) dla przesłanych obrazów."
951
 
952
+ #: library/plugin-settings.php:1335
953
  msgid "Minimum image height"
954
  msgstr "Minimalna wysokość obrazu"
955
 
956
+ #: library/plugin-settings.php:1337
957
  msgid "Specify a minimum height (in pixels) for uploaded images."
958
+ msgstr "Określ minimalną wysokość (w pikselach) dla przesłanych obrazów."
959
 
960
+ #: library/plugin-settings.php:1340
961
  msgid "Maximum image width"
962
  msgstr "Maksymalna szerokość obrazu"
963
 
964
+ #: library/plugin-settings.php:1342
965
  msgid "Specify a maximum width (in pixels) for uploaded images."
966
+ msgstr "Określ maksymalną szerokość (w pikselach) przesłanych obrazów."
967
 
968
+ #: library/plugin-settings.php:1345
969
  msgid "Maximum image height"
970
  msgstr "Maksymalna wysokość obrazu"
971
 
972
+ #: library/plugin-settings.php:1347
973
  msgid "Specify a maximum height (in pixels) for uploaded images."
974
+ msgstr "Określ maksymalną wysokość (w pikselach) dla przesłanych obrazów."
975
 
976
+ #: library/plugin-settings.php:1350
977
  msgid "More Options"
978
  msgstr "Więcej możliwości"
979
 
980
+ #: library/plugin-settings.php:1353
981
  msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
982
+ msgstr "Aby uzyskać więcej opcji, takich jak możliwość przesyłania innych typów plików (takich jak PDF, Word, Zip, wideo i inne), sprawdź"
983
 
984
+ #: library/plugin-settings.php:1354
985
  msgid "Go Pro!"
986
  msgstr "Bądź profesjonalny!"
987
 
988
+ #: library/plugin-settings.php:1361
989
  msgid "Auto-Display Content"
990
  msgstr "Automatycznie wyświetlaj treść"
991
 
992
+ #: library/plugin-settings.php:1366
993
  msgid "Images Auto-Display"
994
+ msgstr "Obrazy automatyczne wyświetlanie"
995
 
996
+ #: library/plugin-settings.php:1368
997
  msgid "Auto-display user-submitted images:"
998
+ msgstr "Automatyczne wyświetlanie obrazów przesłanych przez użytkowników:"
999
 
1000
+ #: library/plugin-settings.php:1373
1001
  msgid "Image Markup"
1002
+ msgstr "Oznaczenie obrazu"
1003
 
1004
+ #: library/plugin-settings.php:1375
1005
  msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1006
+ msgstr "Znacznik do użycia dla każdego przesłanego obrazu (po włączeniu automatycznego wyświetlania). Mogą korzystać"
1007
 
1008
+ #: library/plugin-settings.php:1377 library/plugin-settings.php:1390
1009
+ #: library/plugin-settings.php:1403 library/plugin-settings.php:1416
1010
  msgid "and"
1011
  msgstr "i"
1012
 
1013
+ #: library/plugin-settings.php:1380
1014
  msgid "Email Auto-Display"
1015
+ msgstr "Automatyczne wyświetlanie e-mailem"
1016
 
1017
+ #: library/plugin-settings.php:1382
1018
  msgid "Auto-display user-submitted email:"
1019
+ msgstr "Automatycznie wyświetlaj e-maile wysłane przez użytkowników:"
1020
 
1021
+ #: library/plugin-settings.php:1387
1022
  msgid "Email Markup"
1023
+ msgstr "Znaczniki e-mail"
1024
 
1025
+ #: library/plugin-settings.php:1389
1026
  msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1027
+ msgstr "Znacznik do użycia dla przesłanego adresu e-mail (gdy włączony jest automatyczny wyświetlacz). Mogą korzystać"
1028
 
1029
+ #: library/plugin-settings.php:1393
1030
  msgid "URL Auto-Display"
1031
+ msgstr "Automatyczne wyświetlanie adresu URL"
1032
 
1033
+ #: library/plugin-settings.php:1395
1034
  msgid "Auto-display user-submitted URL:"
1035
+ msgstr "Automatycznie wyświetlaj URL przesłany przez użytkownika:"
1036
 
1037
+ #: library/plugin-settings.php:1400
1038
  msgid "URL Markup"
1039
  msgstr "Oznaczenie adresu URL"
1040
 
1041
+ #: library/plugin-settings.php:1402
1042
  msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1043
+ msgstr "Znacznik do użycia dla przesłanego adresu URL (gdy włączony jest autowyświetlanie). Mogą korzystać"
1044
 
1045
+ #: library/plugin-settings.php:1406
1046
  msgid "Custom Field Auto-Display"
1047
+ msgstr "Niestandardowe automatyczne wyświetlanie pól"
1048
 
1049
+ #: library/plugin-settings.php:1408
1050
  msgid "Auto-display user-submitted Custom Field:"
1051
+ msgstr "Automatycznie wyświetlaj niestandardowe pole przesłane przez użytkownika:"
1052
 
1053
+ #: library/plugin-settings.php:1413
1054
  msgid "Custom Field Markup"
1055
+ msgstr "Niestandardowy znacznik pola"
1056
 
1057
+ #: library/plugin-settings.php:1415
1058
  msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1059
+ msgstr "Znacznik do użycia dla przesłanego pola niestandardowego (w przypadku włączenia automatycznego wyświetlania). Mogą korzystać"
1060
 
1061
+ #: library/plugin-settings.php:1421 library/plugin-settings.php:1497
1062
  msgid "Save Settings"
1063
  msgstr "Zapisz ustawienia"
1064
 
1065
+ #: library/plugin-settings.php:1426
1066
  msgid "Display the Form"
1067
  msgstr "Wyświetl formularz"
1068
 
1069
+ #: library/plugin-settings.php:1429
1070
  msgid "Post-Submit Form"
1071
+ msgstr "Formularz po przesłaniu"
1072
 
1073
+ #: library/plugin-settings.php:1430
1074
  msgid "USP enables you to display a post-submission form anywhere on your site."
1075
+ msgstr "USP pozwala wyświetlać formularz zgłoszenia końcowego w dowolnym miejscu w witrynie."
1076
 
1077
+ #: library/plugin-settings.php:1431 library/plugin-settings.php:1438
1078
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1079
+ msgstr "Użyj krótkiego kodu, aby wyświetlić formularz na dowolnym WP postu lub stronie:"
1080
 
1081
+ #: library/plugin-settings.php:1433 library/plugin-settings.php:1440
1082
  msgid "Or, use the template tag to display the form anywhere in your theme template:"
1083
+ msgstr "Lub użyj tagu szablonu, aby wyświetlić formularz w dowolnym miejscu szablonu szablonu:"
1084
 
1085
+ #: library/plugin-settings.php:1436
1086
  msgid "Login/Register Form"
1087
+ msgstr "Zaloguj się / zarejestruj formularz"
1088
 
1089
+ #: library/plugin-settings.php:1437
1090
  msgid "You also can display a form that enables users to log in, register, or reset their password."
1091
+ msgstr "Możesz także wyświetlić formularz, który umożliwia użytkownikom logowanie, rejestrowanie lub resetowanie hasła."
1092
 
1093
+ #: library/plugin-settings.php:1443
1094
  msgid "Display Submitted Posts"
1095
+ msgstr "Wyświetl przesłane posty"
1096
 
1097
+ #: library/plugin-settings.php:1444
1098
  msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1099
+ msgstr "Użyj tego skrótu, aby wyświetlić listę przesłanych postów na dowolnym WP postu lub stronie:"
1100
 
1101
+ #: library/plugin-settings.php:1446
1102
  msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1103
+ msgstr "Lub użyj tagu szablonu, aby wyświetlić listę przesłanych postów w dowolnym miejscu szablonu:"
1104
 
1105
+ #: library/plugin-settings.php:1448
1106
  msgid "Here are some examples showing how to configure this shortcode:"
1107
+ msgstr "Oto kilka przykładów pokazujących, jak skonfigurować ten shortcode:"
1108
 
1109
+ #: library/plugin-settings.php:1455
1110
+ msgid "Reset Form Button"
1111
+ msgstr "Zresetuj przycisk formularza"
1112
+
1113
+ #: library/plugin-settings.php:1456
1114
+ msgid "This shortcode displays a link that resets the form to its original state:"
1115
+ msgstr "Ten shortcode wyświetla łącze, które resetuje formularz do jego pierwotnego stanu:"
1116
+
1117
+ #: library/plugin-settings.php:1458
1118
+ msgid "This shortcode accepts the following attributes:"
1119
+ msgstr "Ten shortcode akceptuje następujące atrybuty:"
1120
+
1121
+ #: library/plugin-settings.php:1463
1122
+ msgid "Note that the url attribute accepts"
1123
+ msgstr "Pamiętaj, że atrybut url akceptuje"
1124
+
1125
+ #: library/plugin-settings.php:1463
1126
+ msgid "to get the current URL."
1127
+ msgstr ", aby uzyskać aktualny adres URL."
1128
+
1129
+ #: library/plugin-settings.php:1465
1130
  msgid "Access Control"
1131
  msgstr "Kontrola dostępu"
1132
 
1133
+ #: library/plugin-settings.php:1466
1134
  msgid "USP provides three shortcodes to control access and restrict content."
1135
+ msgstr "USP udostępnia trzy krótkie kody do kontrolowania dostępu i ograniczania zawartości."
1136
 
1137
+ #: library/plugin-settings.php:1467
1138
  msgid "Display content only to users with a specific capability:"
1139
+ msgstr "Wyświetlaj zawartość tylko dla użytkowników o określonej zdolności:"
1140
 
1141
+ #: library/plugin-settings.php:1469
1142
  msgid "Display content to logged-in users:"
1143
+ msgstr "Wyświetl zawartość dla zalogowanych użytkowników:"
1144
 
1145
+ #: library/plugin-settings.php:1471
1146
  msgid "Display content to visitors only:"
1147
+ msgstr "Wyświetlaj treść tylko dla odwiedzających:"
1148
 
1149
+ #: library/plugin-settings.php:1473
1150
  msgid "Tip:"
1151
  msgstr "Wskazówka:"
1152
 
1153
+ #: library/plugin-settings.php:1473
1154
  msgid "to include markup in the deny message, you can use"
1155
+ msgstr "Aby włączyć znaczniki w wiadomości odmowy, możesz użyć"
1156
 
1157
+ #: library/plugin-settings.php:1473
1158
  msgid "to output"
1159
  msgstr "na wyjście"
1160
 
1161
+ #: library/plugin-settings.php:1475
1162
  msgid "Example"
1163
  msgstr "Przykład"
1164
 
1165
+ #: library/plugin-settings.php:1476
1166
  msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1167
+ msgstr "Jeśli użytkownik jest zalogowany, wyświetl formularz post-submit; lub jeśli użytkownik nie jest zalogowany, wyświetl for