User Submitted Posts - Version 20221004

Version Description

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

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

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

Download this release

Release Info

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

Code changes from version 20220517 to 20221004

changelog.txt CHANGED
@@ -8,6 +8,222 @@ More recent changelog info is available in the `readme.txt` file, located in the
8
 
9
 
10
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  **20171028**
12
 
13
  * Adds new Login/Register Form
8
 
9
 
10
 
11
+ **20200911**
12
+
13
+ * Fixes bug where line breaks and new lines were not saved
14
+ * Tests on WordPress 5.5 + 5.6 (alpha)
15
+
16
+ **20200906**
17
+
18
+ * Fixes JavaScript error with select/dropdown fields
19
+ * Updates JavaScript Cookie script to latest version
20
+ * Tests on WordPress 5.5 + 5.6 (alpha)
21
+
22
+ **20200817**
23
+
24
+ * Adds option to auto-display submitted name
25
+ * Adds filter hook `hook usp_name_custom_field`
26
+ * Adds `%%user_url%%` (user-submitted URL) for email alerts
27
+ * Improves cookie functionality for select fields
28
+ * Improves logic for enabling post-thumbnail support
29
+ * Improves logic for setting featured images when enabled
30
+ * Login form displays "Register" tab only if registration is enabled
31
+ * Removes function `usp_display_featured_image()`
32
+ * Bugfix: users allowed to select placeholder value
33
+ * Bugfix: fancy select script maybe not loading
34
+ * Bugfix: `post_name` empty for Draft and Pending status
35
+ * Bugfix: `%%edit_link%%` returning empty for non-logged-in users
36
+ * Bugfix: form forgetting entered values when returned with an error
37
+ * Bugfix: dot `.` missing from filename extension in custom fields
38
+ * Bugfix: corrects several incorrect localization domain
39
+ * Adds pt_PT translation (Thanks [@ipublicis](https://profiles.wordpress.org/ipublicis/))
40
+ * Updates all default language translation files
41
+ * Updates default translation template
42
+ * Refines plugin setting page styles
43
+ * Refines readme/documentation
44
+ * Tests on WordPress 5.5
45
+
46
+ **20200320**
47
+
48
+ * Adds option to display select menu for Tags field
49
+ * Adds filter hook `usp_get_tag_options_args`
50
+ * Adds new option to use "Registered Email"
51
+ * Adds Google reCaptcha v3 (hidden reCaptcha)
52
+ * Updates reCaptcha library to version 1.2.3
53
+ * Adds filter hook `hook usp_recaptcha_score`
54
+ * Adds new German translation (Thanks to Max)
55
+ * Improves some styles on settings page
56
+ * Improves markup of submission form
57
+ * Improves security of form cookies
58
+ * Generates new default translation template
59
+ * Updates all language translation files
60
+ * Tests on WordPress 5.4
61
+
62
+ **20191110**
63
+
64
+ * Adds proper validation for URL and Email fields
65
+ * Adds missing images for USP Login/Register/Password form
66
+ * Adds support for `data-rel` attribute auto-display settings
67
+ * Improves handling of post status for submitted posts
68
+ * Updates styles for plugin settings page
69
+ * Generates new default translation template
70
+ * Tests on WordPress 5.3
71
+
72
+ **20190902**
73
+
74
+ Summary: This version of USP adds an image-preview feature to the form. Also brings full support for multiple categories and hierarchical (nested) category display. Lots of other smaller improvements as well. Thank you to those who provide feedback and ideas!
75
+
76
+ * Adds Image Preview feature
77
+ * Adds filter hook `usp_meta_box_post_types` for USP Meta Box
78
+ * Adds filter hook `usp_pll_set_post_language` for Polylang plugin
79
+ * Adds filter hook `usp_filter_posts_link` for "USP" filter button
80
+ * Adds support for "Non-USP" filter button on Posts screen
81
+ * Fixes bug: "USP" button not displayed on Pages screen
82
+ * Improves targeted loading, now accepts multiple URLs
83
+ * Updates cookie script to JS Cookie v2.2.1
84
+ * Improves cookie handling
85
+ * Adds support for multiple categories
86
+ * Adds hierarchical category display
87
+ * Adds Chosen select field enhancer
88
+ * Improves form logic and structure
89
+ * Adds Taiwanese translation `usp-zh_TW` ([Thanks to richon](https://blog.iegoffice.com/))
90
+ * Fine-tunes display of plugin settings page
91
+ * Generates new default translation template
92
+ * Updates some links to https
93
+ * Tests on WordPress 5.3 (alpha)
94
+
95
+ **20190502**
96
+
97
+ * Bumps [minimum PHP version](https://codex.wordpress.org/Template:Server_requirements) to 5.6.20
98
+ * Improves form posting for Login/Register form
99
+ * Tweaks plugin settings screen content
100
+ * Updates default translation template
101
+ * Tests on WordPress 5.2
102
+
103
+ **20190501**
104
+
105
+ * Fixes security issue with uploaded images on Apache + FastCGI
106
+ * Tests on WordPress 5.1 and 5.2 (beta)
107
+
108
+ **20190426**
109
+
110
+ * Adds another security check for uploaded images (Thanks to Matthias)
111
+ * Tests on WordPress 5.1 and 5.2 (beta)
112
+
113
+ **20190312**
114
+
115
+ * Adds automatic Urdu translation
116
+ * Adds filter hook `usp_file_name`
117
+ * Adds filter hook `usp_unique_filename`
118
+ * Adds function `usp_random_string()`
119
+ * Adds function `usp_unique_filename()`
120
+ * Adds `%%url%%` to "Image Markup" setting
121
+ * Improves handling of uploaded file names
122
+ * Improves function `usp_plugin_action_links()`
123
+ * Removes deprecated Google reCaptcha (old version)
124
+ * Bumps minimum required version of PHP to 5.3
125
+ * Adds check for admin user for settings shortcut link
126
+ * Refines plugin settings screen UI
127
+ * Generates new default translation template
128
+ * Tests on WordPress 5.1 and 5.2 (alpha)
129
+
130
+ **20190220**
131
+
132
+ * Just a version bump for compat with WP 5.1
133
+ * Full update coming soon :)
134
+
135
+ **20181117**
136
+
137
+ * Adds `%%custom_field%%` shortcode for email alerts
138
+ * Adds homepage link to Plugins screen
139
+ * Updates `usp_post_author_options()`
140
+ * Updates Russian translation (Thank you Artem)
141
+ * Updates default translation template
142
+ * Tests on WordPress 5.0 (beta)
143
+
144
+ **20180822**
145
+
146
+ * Tweaks appearance of plugin settings page
147
+ * Tweaks USP form styles (checkbox alignment)
148
+ * Fixes incorrect class name in USP forms
149
+ * Makes "Incorrect response." a translatable string
150
+ * Adds `rel="noopener noreferrer"` to all [blank-target links](https://perishablepress.com/wordpress-blank-target-vulnerability/)
151
+ * Updates GDPR blurb and donate link
152
+ * Regenerates default translation template
153
+ * Further tests on WP versions 4.9 and 5.0 (alpha)
154
+
155
+ **20180511**
156
+
157
+ * Adds new GDPR settings, including custom checkbox
158
+ * Adds function to disable submit button after first click
159
+ * Adds new template tag `usp_get_images()` to display images
160
+ * Adds new shortcode `[usp_gallery]` to display image gallery
161
+ * Adds new filter hook `usp_filename_append`
162
+ * Adds new filter hook `usp_image_attachments_args`
163
+ * Adds new filter hook `usp_image_attachments`
164
+ * Specifies normal context for `add_meta_box()`
165
+ * Adds plugin version to enqueued assets
166
+ * Fine-tunes some text on plugin settings page
167
+ * Bugfix: make all unique id attributes in login form
168
+ * Adds Greek translation (thank you Lena S!)
169
+ * Generates new default translation template
170
+ * Tests on WordPress 5.0 (alpha)
171
+
172
+ **20180323**
173
+
174
+ * Adds `wp_update_post()` to call action hook `publish_post`
175
+ * Tests on WordPress 5.0 (alpha)
176
+
177
+ **20180319**
178
+
179
+ * Fixes bug with toggle form info on plugin settings page
180
+ * Renames `usp_reset_button()` to `usp_reset_button_shortcode`
181
+ * Tests on WordPress 5.0 (alpha)
182
+
183
+ **20180314**
184
+
185
+ * Adds auto-rotate feature for JPG images uploaded via mobile
186
+ * Adds `current` attribute to `usp_display_posts` shortcode
187
+ * Adds option to disable "replace author" functionality
188
+ * Adds shortcode to display "reset form" button
189
+ * Adds filter hook for Post Type, `usp_post_type_options`
190
+ * Adds filter hook, `usp_require_login_url`
191
+ * Adds post-language support for Polylang plugin
192
+ * Adds `usp-post-id` as custom field for all submitted posts
193
+ * Updates some text and styles on plugin settings page
194
+ * Improves empty paragraph fix
195
+ * Fixes bug in `usp_image_args`
196
+ * Fixes bug so form only redirects for successful submission
197
+ * Fixes bug with `.preventDefault()`
198
+ * Updates Show Support panel
199
+ * Removes filter hook, `usp_file_key`
200
+ * Adds translations for Swedish, Irish
201
+ * Generates new translation template
202
+ * Updates plugin image files
203
+ * Tests on WordPress 5.0 (alpha)
204
+
205
+ **20171105**
206
+
207
+ * Provides Google reCAPTCHA support for older PHP versions (less than 5.3)
208
+
209
+ **20171104**
210
+
211
+ * Fixes bug involving jQuery cookie functionality
212
+ * Tests on WordPress 4.9
213
+
214
+ **20171103**
215
+
216
+ * Fixes PHP Warning for `htmlspecialchars_decode()`
217
+ * Fixes bug with non-admin users, removes extra `manage_options` requirement
218
+ * Improves logic of core functions for better performance
219
+ * Adds `$wpdb->prepare()` to `usp_post_author_options()`
220
+ * Tests on WordPress 4.9
221
+
222
+ **20171101**
223
+
224
+ * Updates readme
225
+ * Fixes SVN issue
226
+
227
  **20171028**
228
 
229
  * Adds new Login/Register Form
images/250x250-sac-pro.jpg ADDED
Binary file
languages/usp-ar.mo CHANGED
Binary file
languages/usp-ar.po CHANGED
@@ -4,1502 +4,1673 @@ 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 20200817\n"
8
  "Language: ar\n"
9
 
10
- #. Name of the plugin
11
- #: user-submitted-posts.php:44 library/support-panel.php:5
12
- msgid "User Submitted Posts"
13
- msgstr "مشاركات المستخدم المرسلة"
14
 
15
- #: user-submitted-posts.php:82
16
- msgid "requires WordPress "
17
- msgstr "يتطلب WordPress "
18
 
19
- #: user-submitted-posts.php:83
 
 
 
 
 
 
 
 
 
 
 
 
20
  msgid " or higher, and has been deactivated! "
21
  msgstr " أو أعلى ، وتم إلغاء تنشيطه! "
22
 
23
- #: user-submitted-posts.php:84
24
- msgid "Please return to the"
25
- msgstr "يرجى العودة إلى"
 
26
 
27
- #: user-submitted-posts.php:85
28
- msgid "WordPress Admin Area"
29
- msgstr "منطقة إدارة WordPress"
30
 
31
- #: user-submitted-posts.php:86
32
- msgid "to upgrade WordPress and try again."
33
- msgstr "لترقية WordPress وحاول مرة أخرى."
34
 
35
- #: user-submitted-posts.php:138
36
- msgid "User Submitted Post"
37
- msgstr "مشاركة أرسلها المستخدم"
38
 
39
- #: user-submitted-posts.php:484
40
- msgid "User Submitted Post Info"
41
- msgstr "أرسل المستخدم معلومات المشاركة"
42
 
43
- #: user-submitted-posts.php:514
44
- msgid "Submitter Name: "
45
- msgstr "اسم المرسل: "
46
 
47
- #: user-submitted-posts.php:515
48
- msgid "Submitter Email: "
49
- msgstr "البريد الإلكتروني للمرسل: "
50
 
51
- #: user-submitted-posts.php:516
52
- msgid "Submitter URL: "
53
- msgstr "URL المرسل: "
54
 
55
- #: user-submitted-posts.php:517
56
- msgid "Submitter IP: "
57
- msgstr "عنوان IP للمرسل: "
58
 
59
- #: user-submitted-posts.php:572
60
- msgid "Show USP Posts"
61
- msgstr "إظهار وظائف USP"
62
 
63
- #: user-submitted-posts.php:573 library/plugin-settings.php:1188
64
- msgid "USP"
65
- msgstr "USP"
66
 
67
- #: user-submitted-posts.php:1427
68
- msgid " files required"
69
- msgstr " الملفات المطلوبة"
70
 
71
- #: user-submitted-posts.php:1428
72
- msgid " file required"
73
- msgstr " الملف مطلوب"
74
 
75
- #: user-submitted-posts.php:1430
76
- msgid " files"
77
- msgstr " الملفات"
 
 
78
 
79
- #: user-submitted-posts.php:1431
80
- msgid " file"
81
- msgstr " ملف"
82
 
83
- #: user-submitted-posts.php:1433 user-submitted-posts.php:1434
84
- #: user-submitted-posts.php:1435 user-submitted-posts.php:1436
85
- msgid " pixels"
86
- msgstr " بكسل"
87
 
88
- #: user-submitted-posts.php:1438 library/core-functions.php:255
89
- #: library/plugin-settings.php:342 library/plugin-settings.php:361
90
- #: library/plugin-settings.php:876 library/plugin-settings.php:1447
91
- msgid "Custom Field"
92
- msgstr "حقل مخصص"
93
 
94
- #: user-submitted-posts.php:1440
95
- msgid "Custom checkbox required"
96
- msgstr "مطلوب مربع اختيار مخصص"
97
 
98
- #: user-submitted-posts.php:1443
99
- msgid "An error occurred. Please go back and try again."
100
- msgstr "حدث خطأ. الرجاء العودة والمحاولة مجددا."
101
 
102
- #: user-submitted-posts.php:1453
103
- msgid "User login required"
104
- msgstr "تسجيل دخول المستخدم مطلوب"
105
 
106
- #: user-submitted-posts.php:1454
107
- msgid "User name required"
108
- msgstr "اسم المستخدم (مطلوب"
109
 
110
- #: user-submitted-posts.php:1455
111
- msgid "Post title required"
112
- msgstr "مطلوب عنوان الوظيفة"
113
 
114
- #: user-submitted-posts.php:1456
115
- msgid "User URL required"
116
- msgstr "مطلوب URL المستخدم"
117
 
118
- #: user-submitted-posts.php:1457
119
- msgid "Post tags required"
120
- msgstr "علامات النشر مطلوبة"
 
 
121
 
122
- #: user-submitted-posts.php:1458
123
- msgid "Post category required"
124
- msgstr "فئة الوظيفة مطلوبة"
125
 
126
- #: user-submitted-posts.php:1459
127
- msgid "Post content required"
128
- msgstr "محتوى المشاركة مطلوب"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
129
 
130
- #: user-submitted-posts.php:1460 user-submitted-posts.php:1461
 
 
 
 
 
 
 
 
131
  msgid "Correct captcha required"
132
  msgstr "مطلوب كلمة التحقق الصحيحة"
133
 
134
- #: user-submitted-posts.php:1462
135
- msgid "User email required"
136
- msgstr "البريد الإلكتروني للمستخدم مطلوب"
137
 
138
- #: user-submitted-posts.php:1463
139
- msgid "Please check your email and try again"
140
- msgstr "يرجى التحقق من بريدك الإلكتروني وحاول مرة أخرى"
141
 
142
- #: user-submitted-posts.php:1464
143
- msgid "Non-empty value for hidden field"
144
- msgstr "قيمة غير فارغة للحقل المخفي"
145
 
146
- #: user-submitted-posts.php:1465
147
- msgid "Minimum number of images not met"
148
- msgstr "لم يتم استيفاء الحد الأدنى لعدد الصور"
149
 
150
- #: user-submitted-posts.php:1466
151
- msgid "Maximum number of images exceeded "
152
- msgstr "تم تجاوز الحد الأقصى لعدد الصور "
 
 
153
 
154
- #: user-submitted-posts.php:1467
155
- msgid "Minimum image width not met"
156
- msgstr "لم يتم تلبية الحد الأدنى لعرض الصورة"
157
 
158
- #: user-submitted-posts.php:1468
159
- msgid "Image width exceeds maximum"
160
- msgstr "عرض الصورة يتجاوز الحد الأقصى"
161
 
162
- #: user-submitted-posts.php:1469
163
- msgid "Minimum image height not met"
164
- msgstr "لم يتم تلبية الحد الأدنى لارتفاع الصورة"
 
 
165
 
166
- #: user-submitted-posts.php:1470
167
- msgid "Image height exceeds maximum"
168
- msgstr "ارتفاع الصورة يتجاوز الحد الأقصى"
169
 
170
- #: user-submitted-posts.php:1471
171
- msgid "File type not allowed (please upload images only)"
172
- msgstr "نوع الملف غير مسموح به (يرجى تحميل الصور فقط)"
173
 
174
- #: user-submitted-posts.php:1472
175
- msgid " required"
176
- msgstr " مطلوب"
177
 
178
- #: user-submitted-posts.php:1477
179
- msgid "File not uploaded. Please check the file and try again."
180
- msgstr "لم يتم تحميل الملف. يرجى التحقق من الملف والمحاولة مرة أخرى."
181
 
182
- #: user-submitted-posts.php:1481
183
- msgid "The file(s) could not be uploaded"
184
- msgstr "لا يمكن تحميل الملف (الملفات)"
185
 
186
- #: user-submitted-posts.php:1483
187
- msgid "Post not created. Please contact the site administrator for help."
188
- msgstr "لم يتم إنشاء المشاركة. يرجى الاتصال بمسؤول الموقع للحصول على المساعدة."
189
 
190
- #: user-submitted-posts.php:1484
191
- msgid "Duplicate post title. Please try again."
192
- msgstr "عنوان المشاركة مكرر. حاول مرة اخرى."
193
 
194
- #: user-submitted-posts.php:1494
195
- msgid "Error: "
196
- msgstr "خطأ: "
197
 
198
- #: user-submitted-posts.php:1520
199
- msgid "Return to form"
200
- msgstr "العودة إلى النموذج"
201
 
202
- #: user-submitted-posts.php:1550 library/plugin-settings.php:1164
203
- msgid "Please"
204
- msgstr "رجاء"
205
 
206
- #: user-submitted-posts.php:1551
207
- msgid "log in"
208
- msgstr "تسجيل الدخول"
209
 
210
- #: user-submitted-posts.php:1552
211
- msgid "to submit content!"
212
- msgstr "لتقديم المحتوى!"
213
 
214
- #: views/submission-form.php:21 views/submission-form-alt.php:40
215
- msgid "Please complete the required fields."
216
- msgstr "الرجاء إكمال الحقول المطلوبة."
 
217
 
218
- #: views/submission-form.php:31 views/submission-form.php:32
219
- #: views/submission-form-alt.php:46 views/submission-form-alt.php:47
220
- msgid "Your Name"
221
- msgstr "اسمك"
222
 
223
- #: views/submission-form.php:37 views/submission-form.php:38
224
- #: views/submission-form-alt.php:52 views/submission-form-alt.php:53
225
- #: library/shortcode-login.php:143
226
- msgid "Your Email"
227
- msgstr "بريدك الالكتروني"
228
 
229
- #: views/submission-form.php:43 views/submission-form.php:44
230
- #: views/submission-form-alt.php:58 views/submission-form-alt.php:59
231
- msgid "Your URL"
232
- msgstr "عنوان URL الخاص بك"
233
 
234
- #: views/submission-form.php:49 views/submission-form.php:50
235
- #: views/submission-form-alt.php:64 views/submission-form-alt.php:65
236
- #: library/plugin-settings.php:1225
237
- msgid "Post Title"
238
- msgstr "عنوان الوظيفة"
239
 
240
- #: views/submission-form.php:56 views/submission-form.php:65
241
- #: views/submission-form.php:66 views/submission-form-alt.php:71
242
- #: views/submission-form-alt.php:80 views/submission-form-alt.php:81
243
- #: library/plugin-settings.php:1226
244
- msgid "Post Tags"
245
- msgstr "نشر العلامات"
246
 
247
- #: views/submission-form.php:58 views/submission-form-alt.php:73
248
- msgid "Please select some tags.."
249
- msgstr "الرجاء تحديد بعض العلامات .."
250
 
251
- #: views/submission-form.php:79 views/submission-form-alt.php:94
252
- msgid "Antispam Question"
253
- msgstr "سؤال مكافحة البريد العشوائي"
254
 
255
- #: views/submission-form.php:84 views/submission-form-alt.php:99
256
- #: library/plugin-settings.php:1227
257
- msgid "Post Category"
258
- msgstr "فئة المشاركة"
259
 
260
- #: views/submission-form.php:86 views/submission-form-alt.php:101
261
- msgid "Please select a category.."
262
- msgstr "الرجاء تحديد الفئة.."
263
 
264
- #: views/submission-form.php:117 views/submission-form.php:118
265
- #: views/submission-form-alt.php:132 views/submission-form-alt.php:133
266
- #: library/plugin-settings.php:1228
267
- msgid "Post Content"
268
- msgstr "آخر المحتوى"
269
 
270
- #: views/submission-form.php:125 views/submission-form-alt.php:140
271
- msgid "Verification"
272
- msgstr "التحقق"
273
 
274
- #: views/submission-form.php:132 views/submission-form-alt.php:147
275
- msgid "Upload an Image"
276
- msgstr "تحميل صورة"
277
 
278
- #: views/submission-form.php:141 views/submission-form-alt.php:156
279
- msgid "Add another image"
280
- msgstr "أضف صورة أخرى"
281
 
282
- #: views/submission-form.php:163 views/submission-form-alt.php:178
283
- msgid "Human verification: leave this field empty."
284
- msgstr "التحقق البشري: اترك هذا الحقل فارغًا."
285
 
286
- #: views/submission-form.php:191 views/submission-form-alt.php:206
287
- msgid "Submit Post"
288
- msgstr "إرسال آخر"
289
 
290
- #: library/enqueue-scripts.php:150 library/enqueue-scripts.php:193
291
- msgid "Incorrect response."
292
- msgstr "استجابة غير صحيحة."
293
 
294
- #: library/shortcode-login.php:88 library/shortcode-login.php:127
295
- msgid "Login"
296
- msgstr "تسجيل الدخول"
297
 
298
- #: library/shortcode-login.php:89
299
- msgid "Register"
300
- msgstr "تسجيل"
301
 
302
- #: library/shortcode-login.php:90
303
- msgid "Forgot?"
304
- msgstr "نسيت؟"
 
 
305
 
306
- #: library/shortcode-login.php:97 library/shortcode-login.php:102
307
- msgid "Success!"
308
- msgstr "نجاح!"
309
 
310
- #: library/shortcode-login.php:98
311
- msgid "Check your email for the password."
312
- msgstr "تحقق من بريدك الإلكتروني للحصول على كلمة المرور."
313
 
314
- #: library/shortcode-login.php:103
315
- msgid "Check your email to reset your password."
316
- msgstr "تحقق من بريدك الإلكتروني لإعادة تعيين كلمة المرور الخاصة بك."
317
 
318
- #: library/shortcode-login.php:107
319
- msgid "Have an account?"
320
- msgstr "هل لديك حساب؟"
321
 
322
- #: library/shortcode-login.php:108
323
- msgid "Log in or sign up! It’s fast & free!"
324
- msgstr "تسجيل الدخول أو الاشتراك! إنه سريع وسريع. مجانا!"
325
 
326
- #: library/shortcode-login.php:114 library/shortcode-login.php:139
327
- msgid "Username"
328
- msgstr "اسم المستخدم"
329
 
330
- #: library/shortcode-login.php:118
331
- msgid "Password"
332
- msgstr "كلمه السر"
333
 
334
- #: library/shortcode-login.php:124
335
- msgid "Remember me"
336
- msgstr "تذكرنى"
337
 
338
- #: library/shortcode-login.php:135
339
- msgid "Register for this site!"
340
- msgstr "التسجيل في هذا الموقع!"
341
 
342
- #: library/shortcode-login.php:136
343
- msgid "Sign up now for the good stuff."
344
- msgstr "اشترك الآن لالأشياء الجيدة."
345
 
346
- #: library/shortcode-login.php:147
347
- msgid "Sign up!"
348
- msgstr "سجل!"
349
 
350
- #: library/shortcode-login.php:155
351
- msgid "Lose something?"
352
- msgstr "تفقد شيئا؟"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
353
 
354
  #: library/shortcode-login.php:156
355
  msgid "Enter your username or email to reset your password."
356
  msgstr "أدخل اسم المستخدم الخاص بك أو البريد الإلكتروني لإعادة تعيين كلمة المرور الخاصة بك."
357
 
358
- #: library/shortcode-login.php:159
359
- msgid "Username or Email"
360
- msgstr "اسم المستخدم أو البريد الالكتروني"
361
 
362
- #: library/shortcode-login.php:163
363
- msgid "Reset my password"
364
- msgstr "إعادة تعيين كلمة المرور الخاصة بي"
365
 
366
- #: library/shortcode-login.php:177
367
- msgid "Welcome, "
368
- msgstr "أهلا بك، "
369
 
370
- #: library/shortcode-login.php:180
371
- msgid "Congratulations, you’re logged in."
372
- msgstr "تهانينا ، لقد قمت بتسجيل الدخول."
373
 
374
- #: library/shortcode-login.php:182
375
- msgid "Log out"
376
- msgstr "تسجيل خروج"
377
 
378
- #: library/shortcode-login.php:183
379
- msgid "Admin"
380
- msgstr "مشرف"
381
 
382
- #: library/shortcode-login.php:184
383
- msgid "Profile"
384
- msgstr "الملف الشخصي"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
385
 
386
- #: library/shortcode-misc.php:18
387
- msgid "Reset form"
388
- msgstr "إعادة تعيين النموذج"
389
 
390
- #: library/shortcode-misc.php:128
391
- msgid "View full post"
392
- msgstr "مشاهدة المشاركة كاملة"
393
 
394
- #: library/plugin-settings.php:31
395
- msgid "Settings"
396
- msgstr "الإعدادات"
 
 
 
 
397
 
398
  #: library/plugin-settings.php:40
399
  msgid "Get USP Pro for unlimited forms!"
400
  msgstr "احصل على USP Pro للحصول على نماذج غير محدودة!"
401
 
402
- #: library/plugin-settings.php:41
403
- msgid "Go Pro"
404
- msgstr "Go Pro"
405
-
406
- #: library/plugin-settings.php:62 library/plugin-settings.php:1196
407
- #: library/plugin-settings.php:1819
408
- msgid "Plugin Homepage"
409
- msgstr "الصفحة الرئيسية للبرنامج المساعد"
410
 
411
- #: library/plugin-settings.php:63
412
- msgid "Homepage"
413
- msgstr "الصفحة الرئيسية"
414
 
415
  #: library/plugin-settings.php:68
416
  msgid "Give USP a 5-star rating at WordPress.org"
417
  msgstr "امنح USP تصنيفًا من فئة 5 نجوم على WordPress.org"
418
 
419
- #: library/plugin-settings.php:69
420
- msgid "Rate this plugin »"
421
- msgstr "قيم هذا البرنامج المساعد & nbsp؛ & raquo؛"
422
 
423
- #: library/plugin-settings.php:127
424
- msgid "WP Post (recommended)"
425
- msgstr "WP Post (موصى به)"
426
 
427
- #: library/plugin-settings.php:131
428
- msgid "WP Page"
429
- msgstr "صفحة الفسفور الابيض"
 
 
 
 
 
 
 
 
 
 
 
 
430
 
431
- #: library/plugin-settings.php:147
432
  msgid "HTML5 Form + Default CSS"
433
  msgstr "نموذج HTML5 + CSS الافتراضي"
434
 
435
- #: library/plugin-settings.php:147
436
- msgid "(Recommended)"
437
- msgstr "(موصى به)"
438
-
439
- #: library/plugin-settings.php:151
440
  msgid "HTML5 Form + Disable CSS"
441
  msgstr "نموذج HTML5 + تعطيل CSS"
442
 
443
- #: library/plugin-settings.php:151
444
- msgid "(Provide your own styles)"
445
- msgstr "(قدم الأنماط الخاصة بك)"
446
-
447
- #: library/plugin-settings.php:155
448
- msgid "Custom Form + Custom CSS"
449
- msgstr "نموذج مخصص + CSS مخصص"
450
-
451
- #: library/plugin-settings.php:155
452
- msgid "(Provide your own form template & styles)"
453
- msgstr "(توفير قالب النموذج الخاص بك والأنماط)"
454
-
455
- #: library/plugin-settings.php:171 library/plugin-settings.php:195
456
- #: library/plugin-settings.php:219 library/plugin-settings.php:243
457
- #: library/plugin-settings.php:267
458
- msgid "Auto-display before post content"
459
- msgstr "العرض التلقائي قبل نشر المحتوى"
460
-
461
- #: library/plugin-settings.php:175 library/plugin-settings.php:199
462
- #: library/plugin-settings.php:223 library/plugin-settings.php:247
463
- #: library/plugin-settings.php:271
464
- msgid "Auto-display after post content"
465
- msgstr "العرض التلقائي بعد نشر المحتوى"
466
-
467
- #: library/plugin-settings.php:179
468
- msgid "Do not auto-display submitted images"
469
- msgstr "لا تعرض الصور المقدمة تلقائيا"
470
-
471
- #: library/plugin-settings.php:203
472
- msgid "Do not auto-display submitted email"
473
- msgstr "لا تعرض تلقائيا البريد الإلكتروني المقدم"
474
-
475
- #: library/plugin-settings.php:227
476
- msgid "Do not auto-display submitted name"
477
- msgstr "لا تعرض الاسم المقدم تلقائيًا"
478
-
479
- #: library/plugin-settings.php:251
480
- msgid "Do not auto-display submitted URL"
481
- msgstr "لا تعرض تلقائيًا عنوان URL المقدم"
482
 
483
- #: library/plugin-settings.php:275
484
- msgid "Do not auto-display the Custom Field"
485
- msgstr "لا تعرض الحقل المخصص تلقائيًا"
 
486
 
487
- #: library/plugin-settings.php:291
488
- msgid "v2 (I’m not a robot)"
489
- msgstr "v2 (أنا لست روبوتًا)"
490
 
491
- #: library/plugin-settings.php:295
492
- msgid "v3 (Hidden reCaptcha)"
493
- msgstr "الإصدار 3 (اختبار reCaptcha المخفي)"
494
 
495
- #: library/plugin-settings.php:323 library/plugin-settings.php:355
496
- #: library/plugin-settings.php:388 library/plugin-settings.php:420
497
- msgid "Enable and require"
498
- msgstr "تمكين وطلب"
499
 
500
- #: library/plugin-settings.php:324 library/plugin-settings.php:356
501
- msgid "Enable but do not require"
502
- msgstr "تمكين ولكن لا تتطلب"
503
 
504
- #: library/plugin-settings.php:325 library/plugin-settings.php:357
505
- #: library/plugin-settings.php:389 library/plugin-settings.php:421
506
- msgid "Disable this field"
507
- msgstr "قم بتعطيل هذا المجال"
508
 
509
- #: library/plugin-settings.php:360 library/plugin-settings.php:392
510
- #: library/plugin-settings.php:424 library/plugin-settings.php:456
511
- msgid "(Visit"
512
- msgstr "(يزور"
513
 
514
- #: library/plugin-settings.php:361 library/plugin-settings.php:393
515
- #: library/plugin-settings.php:425 library/plugin-settings.php:457
516
- msgid "to configure options)"
517
- msgstr "لتكوين الخيارات)"
518
 
519
- #: library/plugin-settings.php:376 library/plugin-settings.php:393
520
- #: library/plugin-settings.php:1465 library/plugin-settings.php:1470
521
- msgid "Challenge Question"
522
- msgstr "سؤال تحدي"
523
 
524
- #: library/plugin-settings.php:408 library/plugin-settings.php:425
525
- #: library/plugin-settings.php:1487
526
- msgid "Google reCAPTCHA"
527
- msgstr "جوجل reCAPTCHA"
528
 
529
- #: library/plugin-settings.php:440
530
- msgid "Post Images"
531
- msgstr "نشر الصور"
532
 
533
- #: library/plugin-settings.php:452
534
- msgid "Enable"
535
- msgstr "ممكن"
536
 
537
- #: library/plugin-settings.php:453
538
- msgid "Disable"
539
- msgstr "تعطيل"
540
 
541
- #: library/plugin-settings.php:457 library/plugin-settings.php:1555
542
- msgid "Image Uploads"
543
- msgstr "تحميلات الصور"
544
 
545
- #: library/plugin-settings.php:537
546
- msgid "Draft"
547
- msgstr "مشروع"
548
 
549
- #: library/plugin-settings.php:538
550
- msgid "Pending (default)"
551
- msgstr "معلق (افتراضي)"
552
 
553
- #: library/plugin-settings.php:539
554
- msgid "Publish immediately"
555
- msgstr "انشر على الفور"
 
556
 
557
- #: library/plugin-settings.php:540
558
- msgid "Publish after 1 approved post"
559
- msgstr "نشر بعد مشاركة واحدة معتمدة"
560
 
561
- #: library/plugin-settings.php:541
562
- msgid "Publish after "
563
- msgstr "نشر بعد "
564
 
565
- #: library/plugin-settings.php:541
566
- msgid " approved posts"
567
- msgstr " المشاركات المعتمدة"
568
 
569
- #: library/plugin-settings.php:569
570
- msgid "Select categories to display in the Category field."
571
- msgstr "حدد الفئات لعرضها في حقل الفئة."
572
 
573
- #: library/plugin-settings.php:815
574
- msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
575
- msgstr "كان هناك خطأ. يرجى التأكد من إضافة عنوان وبعض المحتويات وأنك قمت بتحميل الصور فقط."
576
 
577
- #: library/plugin-settings.php:829
578
- msgid "Please select your image(s) to upload."
579
- msgstr "الرجاء تحديد الصور الخاصة بك لتحميلها."
580
 
581
- #: library/plugin-settings.php:835
582
- msgid "Success! Thank you for your submission."
583
- msgstr "نجاح! شكرا لتقريركم."
584
 
585
- #: library/plugin-settings.php:864
586
- msgid "Email"
587
- msgstr "البريد الإلكتروني"
588
 
589
- #: library/plugin-settings.php:866
590
- msgid "URL"
591
- msgstr "URL"
592
 
593
- #: library/plugin-settings.php:1151
594
- msgid "Toggle all panels"
595
- msgstr "تبديل كل اللوحات"
596
 
597
- #: library/plugin-settings.php:1160
598
- msgid "We need your support!"
599
- msgstr "نحن بحاجة إلى دعمكم!"
600
 
601
- #: library/plugin-settings.php:1164
602
  msgid "Make a donation via PayPal"
603
  msgstr "قم بالتبرع عبر PayPal"
604
 
605
- #: library/plugin-settings.php:1164
606
- msgid "make a donation"
607
- msgstr "التبرع"
608
 
609
- #: library/plugin-settings.php:1164
610
- msgid "and/or"
611
- msgstr "و / أو"
612
 
613
- #: library/plugin-settings.php:1165
614
- msgid "Rate and review at the Plugin Directory"
615
- msgstr "تقييم ومراجعة في دليل البرامج المساعدة"
616
 
617
- #: library/plugin-settings.php:1166
618
- msgid "give this plugin a 5-star rating"
619
- msgstr "امنح هذا البرنامج المساعد تصنيف 5 نجوم"
620
 
621
- #: library/plugin-settings.php:1170
622
- msgid "Your generous support enables continued development of this free plugin. Thank you!"
623
- msgstr "يتيح دعمك السخي التطوير المستمر لهذا البرنامج المساعد المجاني. شكرا جزيلا!"
624
 
625
- #: library/plugin-settings.php:1175
626
- msgid "Check this box if you have shown support"
627
- msgstr "حدد هذا المربع إذا كنت قد أظهرت الدعم"
628
 
629
- #: library/plugin-settings.php:1184
630
- msgid "Overview"
631
- msgstr "نظرة عامة"
632
 
633
- #: library/plugin-settings.php:1188
634
- msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
635
- msgstr "تمكن زوار موقعك من إرسال منشورات وتحميل الصور من الواجهة الأمامية لموقعك. "
636
 
637
- #: library/plugin-settings.php:1189
638
- msgid "For advanced functionality and unlimited forms, check out"
639
- msgstr "للحصول على وظائف متقدمة ونماذج غير محدودة ، تحقق من"
640
 
641
- #: library/plugin-settings.php:1189 library/plugin-settings.php:1613
642
- msgid "USP Pro"
643
- msgstr "USP Pro"
644
 
645
- #: library/plugin-settings.php:1190
646
- msgid "— the ultimate solution for user-generated content."
647
- msgstr "و [مدش]. الحل النهائي للمحتوى الذي ينشئه المستخدم."
648
 
649
- #: library/plugin-settings.php:1194 library/plugin-settings.php:1211
650
- msgid "Plugin Settings"
651
- msgstr "إعدادات البرنامج المساعد"
652
 
653
- #: library/plugin-settings.php:1195
654
- msgid "Display the form"
655
- msgstr "اعرض النموذج"
656
 
657
- #: library/plugin-settings.php:1199
658
- msgid "If you like this plugin, please"
659
- msgstr "إذا كنت تحب هذا البرنامج المساعد ، من فضلك"
660
 
661
- #: library/plugin-settings.php:1200
662
- msgid "THANK YOU for your support!"
663
- msgstr "شكرا لدعمكم!"
664
 
665
- #: library/plugin-settings.php:1200
666
- msgid "give it a 5-star rating"
667
- msgstr "امنحها تصنيف 5 نجوم"
668
 
669
- #: library/plugin-settings.php:1204
670
- msgid "Unlimited front-end forms"
671
- msgstr "أشكال غير محدودة للواجهة الأمامية"
672
 
673
- #: library/plugin-settings.php:1204
674
- msgid "Get USP Pro"
675
- msgstr "احصل على USP Pro"
676
 
677
- #: library/plugin-settings.php:1214
678
- msgid "Configure your settings for User Submitted Posts."
679
- msgstr "تكوين إعداداتك لمشاركات المستخدمين المرسلة."
680
 
681
- #: library/plugin-settings.php:1216
682
- msgid "Form Fields"
683
- msgstr "حقول النموذج"
684
 
685
- #: library/plugin-settings.php:1222
686
- msgid "User Name"
687
- msgstr "اسم المستخدم"
688
 
689
- #: library/plugin-settings.php:1223
690
- msgid "User Email"
691
- msgstr "البريد الالكتروني للمستخدم"
692
 
693
- #: library/plugin-settings.php:1224
694
- msgid "User URL"
695
- msgstr "URL المستخدم"
696
 
697
- #: library/plugin-settings.php:1239
698
- msgid "General Settings"
699
- msgstr "الاعدادات العامة"
700
 
701
- #: library/plugin-settings.php:1241
702
- msgid "Note that the default settings work fine for most cases."
703
- msgstr "لاحظ أن الإعدادات الافتراضية تعمل بشكل جيد في معظم الحالات."
704
 
705
- #: library/plugin-settings.php:1246
706
- msgid "Form Style"
707
- msgstr "نمط النموذج"
708
 
709
- #: library/plugin-settings.php:1251
710
- msgid "With this option, you can copy the plugin’s default templates:"
711
- msgstr "باستخدام هذا الخيار ، يمكنك نسخ القوالب الافتراضية للمكون الإضافي:"
 
 
 
 
712
 
713
- #: library/plugin-settings.php:1256
714
- msgid "..and upload them into a directory named"
715
- msgstr ".. وتحميلها في دليل باسم"
716
 
717
- #: library/plugin-settings.php:1256
718
- msgid "in your theme:"
719
- msgstr "في موضوعك:"
720
 
721
- #: library/plugin-settings.php:1262
722
- 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"
723
- msgstr "سيمكنك ذلك من تخصيص النموذج والأنماط حسب الرغبة. لمزيد من المعلومات ، راجع قسم \"نموذج الإرسال المخصص\" في"
724
 
725
- #: library/plugin-settings.php:1263
726
- msgid "Installation Docs"
727
- msgstr "تثبيت المستندات"
728
 
729
- #: library/plugin-settings.php:1264
730
- msgid "FYI: here is a"
731
- msgstr "لمعلوماتك: هنا ملف"
732
 
733
- #: library/plugin-settings.php:1264
734
- msgid "list of USP CSS selectors"
735
- msgstr "قائمة محددات USP CSS"
736
 
737
- #: library/plugin-settings.php:1270
738
- msgid "Include JavaScript"
739
- msgstr "تضمين JavaScript"
740
 
741
- #: library/plugin-settings.php:1272
742
- msgid "Check this box if you want to include the external JavaScript files (recommended)"
743
- msgstr "حدد هذا المربع إذا كنت تريد تضمين ملفات JavaScript الخارجية (مستحسن)"
744
 
745
- #: library/plugin-settings.php:1275
746
- msgid "Targeted Loading"
747
- msgstr "التحميل المستهدف"
748
 
749
- #: library/plugin-settings.php:1277
750
- msgid "By default, CSS & JavaScript assets are loaded on every page. Here you may specify the URL(s) of the USP form to load assets only on that page. Note: leave blank to load on all pages. Use commas to separate multiple URLs."
751
- msgstr "بشكل افتراضي ، CSS & amp؛ يتم تحميل أصول JavaScript في كل صفحة. هنا يمكنك تحديد عنوان (عناوين) URL الخاص بنموذج USP لتحميل الأصول على تلك الصفحة فقط. ملاحظة: اتركه فارغا ليتم تحميله في كل الصفحات. استخدم الفواصل للفصل بين عناوين URL المتعددة."
752
 
753
- #: library/plugin-settings.php:1280
754
- msgid "Post Type"
755
- msgstr "نوع آخر"
756
 
757
- #: library/plugin-settings.php:1283
758
- msgid "Submit posts as WP Posts or Pages"
759
- msgstr "إرسال المنشورات كمنشورات WP أو صفحات"
760
 
761
- #: library/plugin-settings.php:1287
762
- msgid "Post Status"
763
- msgstr "وضع آخر"
764
 
765
- #: library/plugin-settings.php:1290
766
- msgid "Post Status for submitted posts"
767
- msgstr "حالة النشر للوظائف المقدمة"
768
 
769
- #: library/plugin-settings.php:1294
770
- msgid "Redirect URL"
771
- msgstr "إعادة توجيه URL"
772
 
773
- #: library/plugin-settings.php:1296
774
- msgid "Specify a URL to redirect the user after post submission (leave blank to redirect back to current page)"
775
- msgstr "حدد عنوان URL لإعادة توجيه المستخدم بعد إرسال المنشور (اتركه فارغًا لإعادة التوجيه إلى الصفحة الحالية)"
776
 
777
- #: library/plugin-settings.php:1299
778
- msgid "Success Message"
779
- msgstr "نجاح رسالة"
780
 
781
- #: library/plugin-settings.php:1301
782
- msgid "Success message that is displayed if post submission is successful (basic markup is allowed)"
783
- msgstr "رسالة النجاح التي يتم عرضها في حالة نجاح إرسال المنشور (يُسمح بالترميز الأساسي)"
784
 
785
- #: library/plugin-settings.php:1304
786
- msgid "Error Message"
787
- msgstr "رسالة خطأ"
788
 
789
- #: library/plugin-settings.php:1306
790
- msgid "General error message that is displayed if post submission fails (basic markup is allowed)"
791
- msgstr "رسالة خطأ عامة تظهر في حالة فشل إرسال المنشور (يُسمح بالترميز الأساسي)"
792
 
793
- #: library/plugin-settings.php:1309
794
- msgid "Custom Content"
795
- msgstr "محتوى مخصص"
796
 
797
- #: library/plugin-settings.php:1311
798
- msgid "Custom text/markup to be included before the submission form (leave blank to disable)"
799
- msgstr "يجب تضمين نص / ترميز مخصص قبل نموذج التقديم (اتركه فارغًا للتعطيل)"
800
 
801
- #: library/plugin-settings.php:1314
802
- msgid "Rich Text Editor"
803
- msgstr "معالج النصوص"
804
 
805
- #: library/plugin-settings.php:1316
806
- msgid "Check this box if you want to enable RTE/Visual Editor for the Post Content field"
807
- msgstr "حدد هذا المربع إذا كنت تريد تمكين RTE / Visual Editor لحقل محتوى المنشور"
808
 
809
- #: library/plugin-settings.php:1319
810
- msgid "Unique Titles"
811
- msgstr "عناوين فريدة"
812
 
813
- #: library/plugin-settings.php:1321
814
- msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)"
815
- msgstr "اشتراط أن تكون عناوين المشاركات المقدمة فريدة (مفيدة لمنع النشرات المتعددة / المكررة)"
816
 
817
- #: library/plugin-settings.php:1324
818
- msgid "Disable Required"
819
- msgstr "Disable Required"
820
 
821
- #: library/plugin-settings.php:1326
822
- msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)"
823
- msgstr "تعطيل كافة السمات المطلوبة في حقول النموذج الافتراضية (مفيد لاستكشاف رسائل الخطأ وإصلاحها)"
 
824
 
825
- #: library/plugin-settings.php:1329
826
- msgid "Enable Shortcodes"
827
- msgstr "تفعيل الرموز القصيرة"
828
 
829
- #: library/plugin-settings.php:1331
830
- msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
831
- msgstr "تفعيل الرموز القصيرة في الحاجيات. افتراضيًا ، لا يقوم WordPress بتمكين الرموز القصيرة في الأدوات. "
832
 
833
- #: library/plugin-settings.php:1332
834
- msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
835
- msgstr "يتيح هذا الإعداد أي / جميع الرموز القصيرة في الأدوات (حتى الرموز القصيرة من المكونات الإضافية الأخرى)."
836
 
837
- #: library/plugin-settings.php:1337
838
- msgid "Privacy"
839
- msgstr "خصوصية"
 
840
 
841
- #: library/plugin-settings.php:1342
842
- msgid "Disable IP Tracking"
843
- msgstr "تعطيل تتبع IP"
844
 
845
- #: library/plugin-settings.php:1344
846
- msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
847
- msgstr "بشكل افتراضي ، يسجل USP عنوان IP مع كل منشور مقدم. حدد هذا المربع لتعطيل كل تتبع IP."
 
 
848
 
849
- #: library/plugin-settings.php:1348
850
- msgid "Display Checkbox"
851
- msgstr "عرض خانة الاختيار"
852
 
853
- #: library/plugin-settings.php:1350
854
- msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
855
- msgstr "عرض مربع الاختيار المخصص في النموذج الخاص بك (مفيد لـ GDPR ، الموافقة على الشروط ، إلخ.)"
856
 
857
- #: library/plugin-settings.php:1353
858
- msgid "Checkbox Name"
859
- msgstr "اسم خانة الاختيار"
860
 
861
- #: library/plugin-settings.php:1355 library/plugin-settings.php:1455
862
- msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
863
- msgstr "استخدم فقط الأبجدية الرقمية والشرطات السفلية والشرطات. إذا لم تكن متأكدًا ، فاستخدم الاسم الافتراضي:"
864
 
865
- #: library/plugin-settings.php:1358
866
- msgid "Checkbox Error"
867
- msgstr "خطأ في خانة الاختيار"
 
 
 
868
 
869
- #: library/plugin-settings.php:1360
870
- msgid "Error message displayed if user does not check the box"
871
- msgstr "تظهر رسالة الخطأ إذا لم يحدد المستخدم المربع"
872
 
873
- #: library/plugin-settings.php:1363
874
- msgid "Checkbox Text"
875
- msgstr "نص مربع الاختيار"
 
 
876
 
877
- #: library/plugin-settings.php:1365
878
- msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
879
- msgstr "النص المعروض بجانب مربع الاختيار. نصيحة: استخدم الأقواس المتعرجة لإخراج أقواس زاوية ، على سبيل المثال:"
880
 
881
- #: library/plugin-settings.php:1370
882
- msgid "Categories & Tags"
883
- msgstr "فئات وأمبير. العلامات"
884
 
885
- #: library/plugin-settings.php:1375
886
- msgid "Categories"
887
- msgstr "التصنيفات"
888
 
889
- #: library/plugin-settings.php:1378
890
- msgid "Click to view/select categories"
891
- msgstr "انقر لعرض / تحديد الفئات"
892
 
893
- #: library/plugin-settings.php:1386
894
- msgid "Multiple Categories"
895
- msgstr "فئات متعددة"
896
 
897
- #: library/plugin-settings.php:1388
898
- msgid "Enable users to select multiple categories."
899
- msgstr "تمكين المستخدمين من تحديد فئات متعددة."
900
 
901
- #: library/plugin-settings.php:1391
902
- msgid "Hidden/Default Category"
903
- msgstr "الفئة المخفية / الافتراضية"
904
 
905
- #: library/plugin-settings.php:1393
906
- msgid "Use a hidden field for the post category. This hides the category field and sets its value via the next option."
907
- msgstr "استخدم حقلاً مخفيًا لفئة المشاركة. هذا يخفي حقل الفئة ويعين قيمته عبر الخيار التالي."
908
 
909
- #: library/plugin-settings.php:1396
910
- msgid "Category ID for Hidden Field"
911
- msgstr "معرف الفئة للحقل المخفي"
912
 
913
- #: library/plugin-settings.php:1398
914
- msgid "Specify category ID(s) to use for “Hidden/Default Category” (separate multiple IDs with commas)"
915
- msgstr "حدد معرف (معرفات) الفئة لاستخدامها في & ldquo ؛ الفئة المخفية / الافتراضية & rdquo ؛ (افصل بين المعرفات المتعددة بفاصلات)"
916
 
917
- #: library/plugin-settings.php:1401
918
- msgid "Use Existing Tags"
919
- msgstr "استخدم العلامات الموجودة"
920
 
921
- #: library/plugin-settings.php:1403
922
- msgid "Check this box to display a select/dropdown menu of existing tags (valid when Tag field is displayed)"
923
- msgstr "حدد هذا المربع لعرض قائمة تحديد / منسدلة للعلامات الموجودة (صالحة عند عرض حقل العلامة)"
924
 
925
- #: library/plugin-settings.php:1408
926
- msgid "Users"
927
- msgstr "المستخدمون"
928
 
929
- #: library/plugin-settings.php:1413
930
- msgid "Assigned Author"
931
- msgstr "المؤلف المعين"
932
 
933
- #: library/plugin-settings.php:1416
934
- msgid "Specify the user that should be assigned as author for submitted posts"
935
- msgstr "حدد المستخدم الذي يجب تعيينه كمؤلف للمشاركات المقدمة"
936
 
937
- #: library/plugin-settings.php:1420
938
- msgid "Registered Username"
939
- msgstr "اسم المستخدم المسجل"
940
 
941
- #: library/plugin-settings.php:1422
942
- msgid "Use the user’s registered username for the Name field (valid when the user submitting the form is logged in to WordPress)"
943
- msgstr "استخدم اسم المستخدم المسجل لحقل الاسم (صالح عندما يتم تسجيل دخول المستخدم الذي يرسل النموذج إلى WordPress)"
944
 
945
- #: library/plugin-settings.php:1425
946
  msgid "Registered Email"
947
  msgstr "بريد الكتروني مسجل"
948
 
949
- #: library/plugin-settings.php:1427
950
- msgid "Use the user’s registered email as the value of the Email field (valid when the user submitting the form is logged in to WordPress)"
951
- msgstr "استخدم البريد الإلكتروني المسجل للمستخدم كقيمة لحقل البريد الإلكتروني (صالح عندما يتم تسجيل دخول المستخدم الذي يرسل النموذج إلى WordPress)"
952
 
953
- #: library/plugin-settings.php:1430
954
- msgid "User Profile URL"
955
- msgstr "عنوان URL لملف تعريف المستخدم"
 
 
 
 
956
 
957
- #: library/plugin-settings.php:1432
958
- msgid "Use the user’s Profile URL as the value of the URL field (valid when the user submitting the form is logged in to WordPress)"
959
- msgstr "استخدم عنوان URL لملف تعريف المستخدم كقيمة لحقل عنوان URL (صالح عندما يتم تسجيل دخول المستخدم الذي يرسل النموذج إلى WordPress)"
960
 
961
- #: library/plugin-settings.php:1435
962
  msgid "Require User Login"
963
  msgstr "يتطلب تسجيل دخول المستخدم"
964
 
965
- #: library/plugin-settings.php:1437
966
  msgid "Require users to be logged in to WordPress to view/submit the form"
967
  msgstr "مطالبة المستخدمين بتسجيل الدخول إلى WordPress لعرض / إرسال النموذج"
968
 
969
- #: library/plugin-settings.php:1440
970
- msgid "Disable Replace Author"
971
- msgstr "تعطيل استبدال المؤلف"
972
-
973
- #: library/plugin-settings.php:1442
974
- msgid "Do not replace post author with submitted user name"
975
- msgstr "لا تستبدل كاتب المنشور باسم المستخدم المقدم"
976
 
977
- #: library/plugin-settings.php:1448
978
- 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."
979
- msgstr "هنا يمكنك تغيير الاسم والتسمية المستخدمة بواسطة الحقل المخصص. يمكنك تمكين هذا الحقل عبر إعداد حقول النموذج أعلاه."
980
 
981
- #: library/plugin-settings.php:1453
982
- msgid "Custom Field Name"
983
- msgstr "اسم الحقل المخصص"
984
 
985
- #: library/plugin-settings.php:1458
986
- msgid "Custom Field Label"
987
- msgstr "تسمية حقل مخصص"
988
 
989
- #: library/plugin-settings.php:1460
990
- msgid "This will be displayed as the field label on the form. Default: Custom Field"
991
- msgstr "سيتم عرض هذا كتسمية الحقل في النموذج. الافتراضي: حقل مخصص"
992
 
993
- #: library/plugin-settings.php:1472
994
- msgid "To prevent spam, enter a question that users must answer before submitting the form"
995
- msgstr "لمنع البريد العشوائي ، أدخل سؤالاً يجب على المستخدمين الإجابة عليه قبل إرسال النموذج"
996
 
997
- #: library/plugin-settings.php:1475
998
- msgid "Challenge Response"
999
- msgstr "قبل التحدي"
1000
 
1001
- #: library/plugin-settings.php:1477
1002
- msgid "Enter the *only* correct answer to the challenge question"
1003
- msgstr "أدخل الإجابة الصحيحة * فقط * على سؤال التحدي"
1004
 
1005
- #: library/plugin-settings.php:1480
1006
- msgid "Case-sensitivity"
1007
- msgstr "حساسية القضية"
1008
 
1009
- #: library/plugin-settings.php:1482
1010
- msgid "Check this box if you want the challenge response to be case-sensitive"
1011
- msgstr "حدد هذا المربع إذا كنت تريد أن تكون استجابة التحدي حساسة لحالة الأحرف"
1012
 
1013
- #: library/plugin-settings.php:1488
1014
- msgid "To enable Google reCAPTCHA, enter your public and private keys."
1015
- msgstr "لتمكين Google reCAPTCHA ، أدخل مفاتيحك العامة والخاصة."
1016
 
1017
- #: library/plugin-settings.php:1493
1018
- msgid "Public Key"
1019
- msgstr "المفتاح العمومي"
1020
 
1021
- #: library/plugin-settings.php:1495
1022
- msgid "Enter your Public Key"
1023
- msgstr "أدخل المفتاح العام الخاص بك"
1024
 
1025
- #: library/plugin-settings.php:1498
1026
- msgid "Private Key"
1027
- msgstr "مفتاح سري"
1028
 
1029
- #: library/plugin-settings.php:1500
1030
- msgid "Enter your Private Key"
1031
- msgstr "أدخل مفتاحك الخاص"
1032
 
1033
- #: library/plugin-settings.php:1503
1034
- msgid "reCaptcha Version"
1035
- msgstr "نسخة reCaptcha"
1036
 
1037
- #: library/plugin-settings.php:1506
1038
- msgid "Choose reCaptcha version"
1039
- msgstr "اختر نسخة reCaptcha"
1040
 
1041
- #: library/plugin-settings.php:1512
1042
- msgid "Email Alerts"
1043
- msgstr "تنبيهات البريد الإلكتروني"
1044
 
1045
- #: library/plugin-settings.php:1517
1046
- msgid "Receive Email Alert"
1047
- msgstr "تلقي تنبيه عبر البريد الإلكتروني"
1048
 
1049
- #: library/plugin-settings.php:1519
1050
- msgid "Check this box if you want to be notified via email for new post submissions"
1051
- msgstr "حدد هذا المربع إذا كنت تريد أن يتم إعلامك عبر البريد الإلكتروني بإرسال المنشورات الجديدة"
1052
 
1053
- #: library/plugin-settings.php:1522
1054
- msgid "Enable HTML Format"
1055
- msgstr "تفعيل تنسيق HTML"
1056
 
1057
- #: library/plugin-settings.php:1524
1058
- msgid "Check this box to enable HTML format for email alerts"
1059
- msgstr "حدد هذا المربع لتمكين تنسيق HTML لتنبيهات البريد الإلكتروني"
1060
 
1061
- #: library/plugin-settings.php:1527
1062
- msgid "Email Address for Alerts"
1063
- msgstr "عنوان البريد الإلكتروني للتنبيهات"
1064
 
1065
- #: library/plugin-settings.php:1529
1066
- msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
1067
- msgstr "إذا حددت المربع لتلقي تنبيهات عبر البريد الإلكتروني ، فأشر هنا إلى العنوان (العناوين) التي يجب إرسال رسائل البريد الإلكتروني إليها."
1068
 
1069
- #: library/plugin-settings.php:1530
1070
- msgid "Separate multiple addresses with commas."
1071
- msgstr "افصل بين العناوين المتعددة بفاصلات."
1072
 
1073
- #: library/plugin-settings.php:1533
1074
- msgid "Email “From” Address"
1075
- msgstr "بريد إلكتروني \"من\" عنوان"
1076
 
1077
- #: library/plugin-settings.php:1535
1078
- msgid "Here you may customize the address(es) used for the “From” header (see plugin FAQs for info). "
1079
- msgstr "يمكنك هنا تخصيص العنوان (العناوين) المستخدم لـ & ldquo؛ From & rdquo؛ header (راجع الأسئلة الشائعة حول البرنامج المساعد للحصول على معلومات). "
1080
 
1081
- #: library/plugin-settings.php:1536
1082
- msgid "If multiple addresses are specified in the previous setting, include an equal number of “From” addresses for this setting (in the same order)."
1083
- msgstr "إذا تم تحديد عناوين متعددة في الإعداد السابق ، فقم بتضمين عدد متساوٍ من & ldquo؛ From & rdquo؛ عناوين لهذا الإعداد (بنفس الترتيب)."
1084
 
1085
- #: library/plugin-settings.php:1539
1086
- msgid "Email Alert Subject"
1087
- msgstr "موضوع تنبيه البريد الإلكتروني"
1088
 
1089
- #: library/plugin-settings.php:1541
1090
- msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
1091
- msgstr "سطر الموضوع لتنبيهات البريد الإلكتروني. اتركه فارغًا لاستخدام سطر الموضوع الافتراضي. ملاحظة: يمكنك استخدام المتغيرات التالية: "
1092
 
1093
- #: library/plugin-settings.php:1546
1094
- msgid "Email Alert Message"
1095
- msgstr "رسالة تنبيه بالبريد الإلكتروني"
1096
 
1097
- #: library/plugin-settings.php:1548
1098
- msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
1099
- msgstr "رسالة لتنبيهات البريد الإلكتروني. اتركه فارغا لاستخدام الرسالة الافتراضية. ملاحظة: يمكنك استخدام المتغيرات التالية: "
1100
 
1101
- #: library/plugin-settings.php:1560
1102
- msgid "Featured Image"
1103
- msgstr "صورة مميزة"
1104
 
1105
- #: library/plugin-settings.php:1562
1106
- msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)"
1107
- msgstr "تعيين الصور المرسلة كصور مميزة. يتطلب دعم سمة للصور المميزة (ويعرف أيضًا باسم Post Thumbnails)"
1108
 
1109
- #: library/plugin-settings.php:1565
1110
- msgid "Upload Message"
1111
- msgstr "تحميل الرسالة"
1112
 
1113
- #: library/plugin-settings.php:1567
1114
- msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
1115
- msgstr "الرسالة التي تظهر بجانب حقل التحميل. مفيد لتوضيح إرشادات / سياسة التحميل الخاصة بك / إلخ. يسمح بالترميز الأساسي."
1116
 
1117
- #: library/plugin-settings.php:1570
1118
- msgid "“Add another image” link"
1119
- msgstr "& ldquo ؛ أضف صورة أخرى & rdquo ؛ حلقة الوصل"
1120
 
1121
- #: library/plugin-settings.php:1572
1122
- msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
1123
- msgstr "ترميز مخصص لـ & ldquo ؛ إضافة صورة أخرى & rdquo ؛ حلقة الوصل. اتركه فارغا لاستخدام الترميز الافتراضي (مستحسن)."
1124
 
1125
- #: library/plugin-settings.php:1575
1126
- msgid "Minimum number of images"
1127
- msgstr "الحد الأدنى لعدد الصور"
1128
 
1129
- #: library/plugin-settings.php:1578
1130
- msgid "Specify the minimum number of images"
1131
- msgstr "حدد الحد الأدنى لعدد الصور"
1132
 
1133
- #: library/plugin-settings.php:1582
1134
- msgid "Maximum number of images"
1135
- msgstr "أقصى عدد من الصور"
1136
 
1137
- #: library/plugin-settings.php:1585
1138
- msgid "Specify the maximum number of images"
1139
- msgstr "حدد الحد الأقصى لعدد الصور"
1140
 
1141
- #: library/plugin-settings.php:1589
1142
- msgid "Minimum image width"
1143
- msgstr "أدنى عرض للصورة"
1144
 
1145
- #: library/plugin-settings.php:1591
1146
- msgid "Specify a minimum width (in pixels) for uploaded images"
1147
- msgstr "حدد حدًا أدنى للعرض (بالبكسل) للصور التي تم تحميلها"
1148
 
1149
- #: library/plugin-settings.php:1594
1150
- msgid "Minimum image height"
1151
- msgstr "أدنى ارتفاع للصورة"
1152
 
1153
- #: library/plugin-settings.php:1596
1154
- msgid "Specify a minimum height (in pixels) for uploaded images"
1155
- msgstr "حدد حدًا أدنى للارتفاع (بالبكسل) للصور التي تم تحميلها"
1156
 
1157
- #: library/plugin-settings.php:1599
1158
- msgid "Maximum image width"
1159
- msgstr "أقصى عرض للصورة"
1160
 
1161
- #: library/plugin-settings.php:1601
1162
- msgid "Specify a maximum width (in pixels) for uploaded images"
1163
- msgstr "حدد أقصى عرض (بالبكسل) للصور التي تم تحميلها"
1164
 
1165
- #: library/plugin-settings.php:1604
1166
- msgid "Maximum image height"
1167
- msgstr "أقصى ارتفاع للصورة"
1168
 
1169
- #: library/plugin-settings.php:1606
1170
- msgid "Specify a maximum height (in pixels) for uploaded images"
1171
- msgstr "حدد أقصى ارتفاع (بالبكسل) للصور التي تم تحميلها"
 
1172
 
1173
- #: library/plugin-settings.php:1609
1174
- msgid "More Options"
1175
- msgstr "المزيد من الخيارات"
1176
 
1177
- #: library/plugin-settings.php:1612
1178
- msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
1179
- msgstr "لمزيد من الخيارات ، مثل القدرة على تحميل أنواع ملفات أخرى (مثل PDF و Word و Zip ومقاطع الفيديو والمزيد) ، تحقق من"
1180
 
1181
- #: library/plugin-settings.php:1613
1182
- msgid "Go Pro!"
1183
- msgstr "انطلق برو!"
1184
 
1185
- #: library/plugin-settings.php:1620
1186
- msgid "Auto-Display Content"
1187
- msgstr "محتوى العرض التلقائي"
1188
 
1189
- #: library/plugin-settings.php:1625
1190
- msgid "Auto-Display Images"
1191
- msgstr "صور العرض التلقائي"
1192
 
1193
- #: library/plugin-settings.php:1627
1194
- msgid "Automatically display user-submitted images:"
1195
- msgstr "عرض الصور المقدمة من المستخدم تلقائيًا:"
1196
 
1197
- #: library/plugin-settings.php:1632
1198
- msgid "Image Markup"
1199
- msgstr "ترميز الصورة"
1200
 
1201
- #: library/plugin-settings.php:1634
1202
- msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1203
- msgstr "الترميز المراد استخدامه لكل صورة تم إرسالها (عند تمكين العرض التلقائي). يمكن استخدام"
1204
 
1205
- #: library/plugin-settings.php:1636 library/plugin-settings.php:1649
1206
- #: library/plugin-settings.php:1675 library/plugin-settings.php:1688
1207
- msgid "and"
1208
- msgstr "و"
1209
 
1210
- #: library/plugin-settings.php:1639
1211
- msgid "Auto-Display Email"
1212
- msgstr "العرض التلقائي للبريد الإلكتروني"
1213
 
1214
- #: library/plugin-settings.php:1641
1215
- msgid "Automatically display user-submitted email:"
1216
- msgstr "عرض البريد الإلكتروني الذي أرسله المستخدم تلقائيًا:"
1217
 
1218
- #: library/plugin-settings.php:1646
1219
- msgid "Email Markup"
1220
- msgstr "ترميز البريد الإلكتروني"
1221
 
1222
- #: library/plugin-settings.php:1648
1223
- msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1224
- msgstr "الترميز المراد استخدامه لعنوان البريد الإلكتروني المقدم (عند تمكين العرض التلقائي). يمكن استخدام"
1225
 
1226
- #: library/plugin-settings.php:1652
1227
- msgid "Auto-Display Name"
1228
- msgstr "اسم العرض التلقائي"
1229
 
1230
- #: library/plugin-settings.php:1654
1231
- msgid "Automatically display user-submitted author/name:"
1232
- msgstr "عرض المؤلف / الاسم المقدم من المستخدم تلقائيًا:"
1233
 
1234
- #: library/plugin-settings.php:1659
1235
- msgid "Name Markup"
1236
- msgstr "توصيف الاسم"
1237
 
1238
- #: library/plugin-settings.php:1661
1239
- msgid "Markup to use for the submitted author/name (when auto-display is enabled). Can use"
1240
- msgstr "الترميز المراد استخدامه للمؤلف / الاسم المقدم (عند تمكين العرض التلقائي). يمكن استخدام"
1241
 
1242
- #: library/plugin-settings.php:1665
1243
- msgid "Auto-Display URL"
1244
- msgstr "عرض تلقائي لعنوان URL"
1245
 
1246
- #: library/plugin-settings.php:1667
1247
- msgid "Automatically display user-submitted URL:"
1248
- msgstr "عرض عنوان URL الذي أرسله المستخدم تلقائيًا:"
1249
 
1250
- #: library/plugin-settings.php:1672
1251
  msgid "URL Markup"
1252
  msgstr "ترميز URL"
1253
 
1254
- #: library/plugin-settings.php:1674
1255
- msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1256
- msgstr "الترميز المراد استخدامه لعنوان URL الذي تم إرساله (عند تمكين العرض التلقائي). يمكن استخدام"
1257
-
1258
- #: library/plugin-settings.php:1678
1259
- msgid "Auto-Display Custom Field"
1260
- msgstr "حقل مخصص العرض التلقائي"
1261
-
1262
- #: library/plugin-settings.php:1680
1263
- msgid "Automatically display user-submitted Custom Field:"
1264
- msgstr "عرض الحقل المخصص الذي أرسله المستخدم تلقائيًا:"
1265
-
1266
- #: library/plugin-settings.php:1685
1267
- msgid "Custom Field Markup"
1268
- msgstr "علامات الحقول المخصصة"
1269
 
1270
- #: library/plugin-settings.php:1687
1271
- msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1272
- msgstr "الترميز المراد استخدامه للحقل المخصص المقدم (عند تمكين العرض التلقائي). يمكن استخدام"
1273
 
1274
- #: library/plugin-settings.php:1693 library/plugin-settings.php:1805
1275
- msgid "Save Settings"
1276
- msgstr "احفظ التغييرات"
1277
 
1278
- #: library/plugin-settings.php:1698
1279
- msgid "Display the Form"
1280
- msgstr "اعرض النموذج"
 
1281
 
1282
- #: library/plugin-settings.php:1701
1283
- msgid "Post-Submit Form"
1284
- msgstr "نموذج ما بعد الإرسال"
1285
 
1286
- #: library/plugin-settings.php:1702
1287
- msgid "USP enables you to display a post-submission form anywhere on your site."
1288
- msgstr "يمكّنك USP من عرض نموذج ما بعد الإرسال في أي مكان على موقعك."
1289
 
1290
- #: library/plugin-settings.php:1703 library/plugin-settings.php:1712
1291
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1292
  msgstr "استخدم الرمز المختصر لعرض النموذج على أي منشور أو صفحة WP:"
1293
 
1294
- #: library/plugin-settings.php:1706 library/plugin-settings.php:1715
1295
- msgid "Or, use the template tag to display the form anywhere in your theme template:"
1296
- msgstr "أو استخدم علامة القالب لعرض النموذج في أي مكان في قالب السمة الخاص بك:"
1297
-
1298
- #: library/plugin-settings.php:1710
1299
- msgid "Login/Register Form"
1300
- msgstr "نموذج تسجيل الدخول / التسجيل"
1301
-
1302
- #: library/plugin-settings.php:1711
1303
- msgid "You also can display a form that enables users to log in, register, or reset their password."
1304
- msgstr "يمكنك أيضًا عرض نموذج يمكّن المستخدمين من تسجيل الدخول أو التسجيل أو إعادة تعيين كلمة المرور الخاصة بهم."
1305
-
1306
- #: library/plugin-settings.php:1719
1307
- msgid "Display Submitted Posts"
1308
- msgstr "عرض المشاركات المقدمة"
1309
 
1310
- #: library/plugin-settings.php:1720
1311
- msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1312
- msgstr "استخدم هذا الرمز المختصر لعرض قائمة بالمشاركات المرسلة على أي منشور أو صفحة WP:"
1313
-
1314
- #: library/plugin-settings.php:1723
1315
- msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1316
- msgstr "أو استخدم علامة القالب لعرض قائمة بالمشاركات المرسلة في أي مكان في قالب القالب الخاص بك:"
1317
-
1318
- #: library/plugin-settings.php:1726
1319
- msgid "Here are some examples showing how to configure this shortcode:"
1320
- msgstr "فيما يلي بعض الأمثلة التي توضح كيفية تكوين هذا الرمز القصير:"
1321
 
1322
- #: library/plugin-settings.php:1734
1323
- msgid "Display Image Gallery"
1324
- msgstr "عرض معرض الصور"
1325
 
1326
- #: library/plugin-settings.php:1735
1327
  msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
1328
  msgstr "استخدم هذا الرمز المختصر لعرض معرض للصور التي تم تحميلها لكل منشور مقدم:"
1329
 
1330
- #: library/plugin-settings.php:1738
1331
- msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
1332
- msgstr "أو استخدم علامة القالب لعرض معرض صور في أي مكان في قالب السمة الخاص بك:"
1333
-
1334
- #: library/plugin-settings.php:1741
1335
- msgid "You can customize using any of the follwing attributes:"
1336
- msgstr "يمكنك التخصيص باستخدام أي من السمات التالية:"
1337
-
1338
- #: library/plugin-settings.php:1756
1339
- msgid "Reset Form Button"
1340
- msgstr "زر إعادة تعيين النموذج"
1341
-
1342
- #: library/plugin-settings.php:1757
1343
- msgid "This shortcode displays a link that resets the form to its original state:"
1344
- msgstr "يعرض هذا الرمز القصير ارتباطًا يعيد تعيين النموذج إلى حالته الأصلية:"
1345
 
1346
- #: library/plugin-settings.php:1760
1347
- msgid "This shortcode accepts the following attributes:"
1348
- msgstr "يقبل هذا الرمز القصير السمات التالية:"
1349
 
1350
- #: library/plugin-settings.php:1766
1351
- msgid "Note that the url attribute accepts"
1352
- msgstr "لاحظ أن سمة عنوان url مقبولة"
1353
 
1354
- #: library/plugin-settings.php:1766
1355
- msgid "to get the current URL."
1356
- msgstr "للحصول على عنوان URL الحالي."
1357
 
1358
- #: library/plugin-settings.php:1769
1359
- msgid "Access Control"
1360
- msgstr "صلاحية التحكم صلاحية الدخول"
1361
 
1362
- #: library/plugin-settings.php:1770
1363
- msgid "USP provides three shortcodes to control access and restrict content."
1364
- msgstr "يوفر USP ثلاثة رموز قصيرة للتحكم في الوصول وتقييد المحتوى."
1365
 
1366
- #: library/plugin-settings.php:1771
1367
- msgid "Display content only to users with a specific capability:"
1368
- msgstr "عرض المحتوى فقط للمستخدمين ذوي الإمكانيات المحددة:"
1369
 
1370
- #: library/plugin-settings.php:1774
1371
- msgid "Display content to logged-in users:"
1372
- msgstr "عرض المحتوى للمستخدمين المسجلين:"
1373
 
1374
- #: library/plugin-settings.php:1777
1375
- msgid "Display content to visitors only:"
1376
- msgstr "عرض المحتوى للزوار فقط:"
1377
 
1378
- #: library/plugin-settings.php:1780
1379
- msgid "Tip:"
1380
- msgstr "تلميح:"
 
1381
 
1382
- #: library/plugin-settings.php:1780
1383
- msgid "to include markup in the deny message, you can use"
1384
- msgstr "لتضمين الترميز في رسالة الرفض ، يمكنك استخدام"
1385
 
1386
- #: library/plugin-settings.php:1780
1387
- msgid "to output"
1388
- msgstr "لإخراج"
1389
 
1390
- #: library/plugin-settings.php:1783
1391
- msgid "Example"
1392
- msgstr "مثال"
1393
 
1394
- #: library/plugin-settings.php:1784
1395
- msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1396
- msgstr "إذا قام المستخدم بتسجيل الدخول ، قم بعرض نموذج ما بعد الإرسال ؛ أو إذا لم يقم المستخدم بتسجيل الدخول ، اعرض نموذج تسجيل الدخول:"
1397
 
1398
- #: library/plugin-settings.php:1796
1399
- msgid "Restore Defaults"
1400
- msgstr "استعادة الضبط الافتراضي"
1401
 
1402
- #: library/plugin-settings.php:1799
1403
- 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."
1404
- msgstr "اترك هذا الخيار معطلاً لتذكر إعداداتك. أو ، للمضي قدمًا واستعادة خيارات المكون الإضافي الافتراضية: حدد المربع ، واحفظ إعداداتك ، ثم قم بإلغاء تنشيط / إعادة تنشيط المكون الإضافي."
1405
 
1406
- #: library/plugin-settings.php:1803
1407
- msgid "Restore default options upon plugin deactivation/reactivation"
1408
- msgstr "استعادة الخيارات الافتراضية عند إلغاء تنشيط / إعادة تنشيط البرنامج المساعد"
 
 
 
 
 
1409
 
1410
- #: library/plugin-settings.php:1810
1411
- msgid "Show Support"
1412
- msgstr "عرض الدعم"
1413
 
1414
- #: library/plugin-settings.php:1819
1415
- msgid "by"
1416
- msgstr "بواسطة"
1417
 
1418
- #: library/plugin-settings.php:1820
1419
- msgid "Jeff Starr on Twitter"
1420
- msgstr "جيف ستار على تويتر"
1421
 
1422
- #: library/plugin-settings.php:1821
1423
- msgid "Obsessive Web Design & Development"
1424
- msgstr "الوسواس لتصميم الويب تطوير"
1425
 
1426
- #: library/plugin-settings.php:1832
1427
- msgid "Save Preference"
1428
- msgstr "حفظ التفضيل"
1429
 
1430
- #: library/plugin-settings.php:1839
1431
- msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1432
- msgstr "هل أنت متأكد أنك تريد استعادة جميع الخيارات الافتراضية؟ (لا يمكن التراجع عن هذا الإجراء)"
1433
 
1434
- #: library/support-panel.php:55
1435
- msgid "Perishable Press Books"
1436
- msgstr "كتب الصحافة القابلة للتلف"
1437
 
1438
- #: library/support-panel.php:56
1439
- msgid "Plugin Planet"
1440
- msgstr "كوكب البرنامج المساعد"
1441
 
1442
- #: library/support-panel.php:57
1443
- msgid "Donate via PayPal"
1444
- msgstr "تبرع عبر PayPal"
1445
 
1446
- #: library/support-panel.php:59
1447
- msgid "books"
1448
- msgstr "الكتب"
1449
 
1450
- #: library/support-panel.php:60
1451
- msgid "plugins"
1452
- msgstr "الإضافات"
1453
 
1454
- #: library/support-panel.php:61
1455
- msgid "donation"
1456
- msgstr "هبة"
1457
 
1458
- #: library/support-panel.php:63
1459
- msgid "Thank you for using"
1460
- msgstr "شكرا لأستخدامك"
1461
 
1462
- #: library/support-panel.php:64
1463
- msgid "Please show support by purchasing one of my"
1464
- msgstr "يرجى إظهار الدعم بشراء واحدة من بلدي"
1465
 
1466
- #: library/support-panel.php:65
1467
- msgid "or"
1468
- msgstr "أو"
 
 
1469
 
1470
- #: library/support-panel.php:65
1471
- msgid "or by making a"
1472
- msgstr "أو بجعل"
1473
 
1474
- #: library/support-panel.php:66
1475
  msgid "Your generous support helps future development of"
1476
  msgstr "دعمك السخي يساعد في التطوير المستقبلي لـ"
1477
 
1478
- #: library/support-panel.php:67
1479
- msgid "and is greatly appreciated."
1480
- msgstr "وهو محل تقدير كبير."
1481
-
1482
- #: library/support-panel.php:69
1483
- msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1484
- msgstr "يساعدني التبرع بأي حجم على مواصلة تطوير هذا البرنامج المساعد المجاني وموارد WordPress الرائعة الأخرى."
1485
-
1486
- #. Description of the plugin
1487
- #:
1488
- msgid "Enables your visitors to submit posts and images from anywhere on your site."
1489
- msgstr "تمكن زوار موقعك من إرسال المنشورات والصور من أي مكان على موقعك."
1490
-
1491
- #. URI of the plugin
1492
- #:
1493
- msgid "https://perishablepress.com/user-submitted-posts/"
1494
- msgstr "https://perishablepress.com/user-submitted-posts/"
1495
 
1496
- #. Author of the plugin
1497
- #:
1498
- msgid "Jeff Starr"
1499
- msgstr "جيف ستار"
1500
 
1501
- #. Author URI of the plugin
1502
- #:
1503
- msgid "https://plugin-planet.com/"
1504
- msgstr "https://plugin-planet.com/"
1505
 
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 20221004\n"
8
  "Language: ar\n"
9
 
10
+ #: library/plugin-settings.php:567
11
+ msgid " approved posts"
12
+ msgstr " المشاركات المعتمدة"
 
13
 
14
+ #: user-submitted-posts.php:1499
15
+ msgid " file"
16
+ msgstr " ملف"
17
 
18
+ #: user-submitted-posts.php:1496
19
+ msgid " file required"
20
+ msgstr " الملف مطلوب"
21
+
22
+ #: user-submitted-posts.php:1498
23
+ msgid " files"
24
+ msgstr " الملفات"
25
+
26
+ #: user-submitted-posts.php:1495
27
+ msgid " files required"
28
+ msgstr " الملفات المطلوبة"
29
+
30
+ #: user-submitted-posts.php:84
31
  msgid " or higher, and has been deactivated! "
32
  msgstr " أو أعلى ، وتم إلغاء تنشيطه! "
33
 
34
+ #: user-submitted-posts.php:1501 user-submitted-posts.php:1502
35
+ #: user-submitted-posts.php:1503 user-submitted-posts.php:1504
36
+ msgid " pixels"
37
+ msgstr " بكسل"
38
 
39
+ #: user-submitted-posts.php:1541 user-submitted-posts.php:1542
40
+ msgid " required"
41
+ msgstr " مطلوب"
42
 
43
+ #: library/plugin-display.php:535
44
+ msgid "“Add another image” link"
45
+ msgstr "\"أضف صورة أخرى\" حلقة الوصل"
46
 
47
+ #: library/plugin-display.php:61
48
+ msgid "— the ultimate solution for user-generated content."
49
+ msgstr "و [مدش]. الحل النهائي للمحتوى الذي ينشئه المستخدم."
50
 
51
+ #: library/plugin-settings.php:180
52
+ msgid "(Provide your own form template & styles)"
53
+ msgstr "(توفير أنماط وأنماط النموذج الخاصة بك)"
54
 
55
+ #: library/plugin-settings.php:176
56
+ msgid "(Provide your own styles)"
57
+ msgstr "(قدم الأنماط الخاصة بك)"
58
 
59
+ #: library/plugin-settings.php:172
60
+ msgid "(Recommended)"
61
+ msgstr "(مُستَحسَن)"
62
 
63
+ #: library/plugin-display.php:131
64
+ msgid "..and upload them into a directory named"
65
+ msgstr ".. وتحميلها في دليل باسم"
66
 
67
+ #: library/plugin-display.php:770
68
+ msgid "Access Control"
69
+ msgstr "صلاحية التحكم صلاحية الدخول"
70
 
71
+ #: library/plugin-display.php:468
72
+ msgid "Add a challenge question to help stop spam. Tip: make the question easy to answer for any human."
73
+ msgstr "أضف سؤال التحدي للمساعدة في إيقاف البريد العشوائي. نصيحة: اجعل الإجابة على السؤال سهلة لأي إنسان."
74
 
75
+ #: views/submission-form.php:147 views/submission-form-alt.php:162
76
+ msgid "Add another image"
77
+ msgstr "أضف صورة أخرى"
78
 
79
+ #: library/plugin-display.php:291
80
+ msgid "Additional recipients for email alerts. Use commas to separate multiple addresses."
81
+ msgstr "المستلمون الإضافيون لتنبيهات البريد الإلكتروني. استخدم الفواصل للفصل بين العناوين المتعددة."
82
 
83
+ #: library/shortcode-login.php:183
84
+ msgid "Admin"
85
+ msgstr "مسؤل"
86
 
87
+ #: library/plugin-settings.php:200 library/plugin-settings.php:224
88
+ #: library/plugin-settings.php:248 library/plugin-settings.php:272
89
+ #: library/plugin-settings.php:296
90
+ msgid "After post content"
91
+ msgstr "بعد نشر المحتوى"
92
 
93
+ #: user-submitted-posts.php:1512
94
+ msgid "An error occurred. Please go back and try again."
95
+ msgstr "حدث خطأ. الرجاء العودة والمحاولة مجددا."
96
 
97
+ #: library/plugin-display.php:363 library/plugin-display.php:746
98
+ #: library/plugin-display.php:751
99
+ msgid "and"
100
+ msgstr "و"
101
 
102
+ #: library/support-panel.php:63
103
+ msgid "and is greatly appreciated."
104
+ msgstr "وهو محل تقدير كبير."
 
 
105
 
106
+ #: library/plugin-display.php:35
107
+ msgid "and/or"
108
+ msgstr "و / أو"
109
 
110
+ #: views/submission-form.php:85 views/submission-form-alt.php:100
111
+ msgid "Antispam Question"
112
+ msgstr "سؤال مكافحة البريد العشوائي"
113
 
114
+ #: library/support-panel.php:65
115
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
116
+ msgstr "يساعدني التبرع بأي حجم على مواصلة تطوير هذا البرنامج المساعد المجاني وموارد WordPress الرائعة الأخرى."
117
 
118
+ #: library/plugin-display.php:231
119
+ msgid "Assigned Author"
120
+ msgstr "المؤلف المعين"
121
 
122
+ #: library/plugin-display.php:747 library/plugin-display.php:751
123
+ msgid "attributes"
124
+ msgstr "صفات"
125
 
126
+ #: library/plugin-display.php:583
127
+ msgid "Automatically display images and more."
128
+ msgstr "عرض الصور تلقائيًا والمزيد."
129
 
130
+ #: library/plugin-settings.php:196 library/plugin-settings.php:220
131
+ #: library/plugin-settings.php:244 library/plugin-settings.php:268
132
+ #: library/plugin-settings.php:292
133
+ msgid "Before post content"
134
+ msgstr "قبل نشر المحتوى"
135
 
136
+ #: library/support-panel.php:55
137
+ msgid "books"
138
+ msgstr "الكتب"
139
 
140
+ #: library/plugin-display.php:829
141
+ msgid "by"
142
+ msgstr "بواسطة"
143
+
144
+ #: library/plugin-display.php:152
145
+ msgid "By default, CSS & JavaScript files are loaded on every page. To load only on specific page(s), enter the URL(s) here. Use commas to separate multiple URLs. Leave blank to load on all pages."
146
+ msgstr "بشكل افتراضي ، CSS & amp؛ يتم تحميل ملفات JavaScript في كل صفحة. للتحميل على صفحة (صفحات) معينة فقط ، أدخل عنوان (عناوين) URL هنا. استخدم الفواصل للفصل بين عدة عناوين URL. اتركه فارغا للتحميل في كل الصفحات."
147
+
148
+ #: library/plugin-display.php:430
149
+ msgid "By default, this displays an “Agree to Terms” checkbox. Customize as desired."
150
+ msgstr "بشكل افتراضي ، يعرض هذا الأمر & ldquo؛ Agree to Terms & rdquo؛ خانة الاختيار. التخصيص حسب الرغبة."
151
+
152
+ #: library/plugin-display.php:753
153
+ msgid "Can use"
154
+ msgstr "يمكن استخدام"
155
+
156
+ #: library/plugin-display.php:481
157
+ msgid "Case-sensitivity"
158
+ msgstr "حساسية القضية"
159
+
160
+ #: library/plugin-display.php:332
161
+ msgid "Categories"
162
+ msgstr "فئات"
163
+
164
+ #: library/plugin-display.php:327
165
+ msgid "Categories & Tags"
166
+ msgstr "فئات وأمبير. العلامات"
167
+
168
+ #: library/plugin-display.php:363
169
+ msgid "category"
170
+ msgstr "الفئة"
171
+
172
+ #: library/plugin-display.php:349
173
+ msgid "Category ID for Hidden Field"
174
+ msgstr "معرف الفئة للحقل المخفي"
175
+
176
+ #: library/plugin-settings.php:408 library/plugin-display.php:466
177
+ #: library/plugin-display.php:471
178
+ msgid "Challenge Question"
179
+ msgstr "سؤال تحدي"
180
+
181
+ #: library/plugin-display.php:476
182
+ msgid "Challenge Response"
183
+ msgstr "قبل التحدي"
184
+
185
+ #: library/plugin-display.php:319 library/plugin-display.php:392
186
+ #: library/plugin-display.php:420 library/plugin-display.php:458
187
+ msgid "check out"
188
+ msgstr "الدفع"
189
+
190
+ #: library/plugin-display.php:754
191
+ msgid "Check out the source code inline notes for more info"
192
+ msgstr "تحقق من الملاحظات المضمنة في التعليمات البرمجية المصدر لمزيد من المعلومات"
193
+
194
+ #: library/plugin-display.php:46
195
+ msgid "Check this box if you have shown support"
196
+ msgstr "حدد هذا المربع إذا كنت قد أظهرت الدعم"
197
+
198
+ #: library/shortcode-login.php:98
199
+ msgid "Check your email for the password."
200
+ msgstr "تحقق من بريدك الإلكتروني للحصول على كلمة المرور."
201
+
202
+ #: library/shortcode-login.php:103
203
+ msgid "Check your email to reset your password."
204
+ msgstr "تحقق من بريدك الإلكتروني لإعادة تعيين كلمة المرور الخاصة بك."
205
+
206
+ #: library/plugin-display.php:443
207
+ msgid "Checkbox Error"
208
+ msgstr "خطأ في خانة الاختيار"
209
+
210
+ #: library/plugin-display.php:438
211
+ msgid "Checkbox Name"
212
+ msgstr "اسم خانة الاختيار"
213
+
214
+ #: library/plugin-display.php:448
215
+ msgid "Checkbox Text"
216
+ msgstr "نص مربع الاختيار"
217
+
218
+ #: library/plugin-display.php:85
219
+ msgid "Choose fields to display on the front-end form."
220
+ msgstr "اختر الحقول المراد عرضها في نموذج الواجهة الأمامية."
221
+
222
+ #: library/plugin-display.php:506
223
+ msgid "Choose reCaptcha version"
224
+ msgstr "اختر نسخة reCaptcha"
225
+
226
+ #: library/plugin-display.php:374
227
+ msgid "Configure Custom Field #1."
228
+ msgstr "تكوين الحقل المخصص # 1."
229
+
230
+ #: library/plugin-display.php:402
231
+ msgid "Configure Custom Field #2."
232
+ msgstr "تكوين الحقل المخصص # 2."
233
+
234
+ #: library/plugin-display.php:276
235
+ msgid "Configure email notifications for new submitted posts."
236
+ msgstr "تكوين إخطارات البريد الإلكتروني للمشاركات الجديدة المرسلة."
237
+
238
+ #: library/plugin-display.php:118
239
+ msgid "Configure general settings. Note: the default settings work fine for most cases."
240
+ msgstr "تكوين الإعدادات العامة. ملاحظة: الإعدادات الافتراضية تعمل بشكل جيد في معظم الحالات."
241
+
242
+ #: library/plugin-display.php:514
243
+ msgid "Configure settings for image uploads."
244
+ msgstr "تكوين الإعدادات لتحميل الصور."
245
+
246
+ #: library/plugin-display.php:329
247
+ msgid "Configure settings for the Category and Tag fields."
248
+ msgstr "تكوين الإعدادات لحقلي الفئة والعلامة."
249
 
250
+ #: library/plugin-display.php:228
251
+ msgid "Configure user settings."
252
+ msgstr "تكوين إعدادات المستخدم."
253
+
254
+ #: library/shortcode-login.php:180
255
+ msgid "Congratulations, you’re logged in."
256
+ msgstr "تهانينا ، لقد قمت بتسجيل الدخول."
257
+
258
+ #: user-submitted-posts.php:1529 user-submitted-posts.php:1530
259
  msgid "Correct captcha required"
260
  msgstr "مطلوب كلمة التحقق الصحيحة"
261
 
262
+ #: library/plugin-display.php:296
263
+ msgid "Custom address for the email “From” header (see plugin FAQs for info)."
264
+ msgstr "عنوان مخصص للبريد الإلكتروني \"من\" header (راجع الأسئلة الشائعة حول البرنامج المساعد للحصول على معلومات)."
265
 
266
+ #: library/plugin-display.php:428
267
+ msgid "Custom Checkbox"
268
+ msgstr "خانة اختيار مخصصة"
269
 
270
+ #: user-submitted-posts.php:1509
271
+ msgid "Custom checkbox required"
272
+ msgstr "مطلوب مربع اختيار مخصص"
273
 
274
+ #: library/plugin-display.php:184
275
+ msgid "Custom Content"
276
+ msgstr "محتوى مخصص"
277
 
278
+ #: user-submitted-posts.php:1506 library/core-functions.php:306
279
+ #: library/plugin-settings.php:369 library/plugin-settings.php:907
280
+ #: library/plugin-display.php:372
281
+ msgid "Custom Field 1"
282
+ msgstr "حقل مخصص 1"
283
 
284
+ #: library/plugin-display.php:639
285
+ msgid "Custom Field 1 Display"
286
+ msgstr "عرض حقل مخصص 1"
287
 
288
+ #: library/plugin-display.php:646
289
+ msgid "Custom Field 1 Markup"
290
+ msgstr "ترميز الحقل 1 المخصص"
291
 
292
+ #: user-submitted-posts.php:1507 library/core-functions.php:255
293
+ #: library/plugin-settings.php:374 library/plugin-settings.php:910
294
+ #: library/plugin-display.php:400
295
+ msgid "Custom Field 2"
296
+ msgstr "حقل مخصص 2"
297
 
298
+ #: library/plugin-display.php:652
299
+ msgid "Custom Field 2 Display"
300
+ msgstr "عرض حقل مخصص 2"
301
 
302
+ #: library/plugin-display.php:659
303
+ msgid "Custom Field 2 Markup"
304
+ msgstr "ترميز الحقل 2 المخصص"
305
 
306
+ #: library/plugin-display.php:382 library/plugin-display.php:410
307
+ msgid "Custom Field Label"
308
+ msgstr "تسمية حقل مخصص"
309
 
310
+ #: library/plugin-display.php:377 library/plugin-display.php:405
311
+ msgid "Custom Field Name"
312
+ msgstr "اسم الحقل المخصص"
313
 
314
+ #: library/plugin-settings.php:180
315
+ msgid "Custom Form + Custom CSS"
316
+ msgstr "نموذج مخصص + CSS مخصص"
317
 
318
+ #: library/plugin-display.php:537
319
+ msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
320
+ msgstr "ترميز مخصص لـ & ldquo ؛ إضافة صورة أخرى & rdquo ؛ حلقة الوصل. اتركه فارغًا لاستخدام الترميز الافتراضي (موصى به)."
321
 
322
+ #: library/plugin-display.php:522
323
+ msgid "Default Featured Image"
324
+ msgstr "الصورة المميزة الافتراضية"
325
 
326
+ #: library/plugin-settings.php:481
327
+ msgid "Disable"
328
+ msgstr "تعطيل"
329
 
330
+ #: library/plugin-display.php:201
331
+ msgid "Disable all required attributes on form fields (useful for troubleshooting error messages)"
332
+ msgstr "تعطيل جميع السمات المطلوبة في حقول النموذج (مفيد لاستكشاف رسائل الخطأ وإصلاحها)"
333
 
334
+ #: library/plugin-display.php:204
335
+ msgid "Disable IP Tracking"
336
+ msgstr "تعطيل تتبع IP"
337
 
338
+ #: library/plugin-display.php:258
339
+ msgid "Disable Replace Author"
340
+ msgstr "تعطيل استبدال المؤلف"
341
 
342
+ #: library/plugin-display.php:199
343
+ msgid "Disable Required"
344
+ msgstr "Disable Required"
345
 
346
+ #: library/plugin-settings.php:350 library/plugin-settings.php:391
347
+ #: library/plugin-settings.php:421 library/plugin-settings.php:451
348
+ msgid "Disable this field"
349
+ msgstr "قم بتعطيل هذا المجال"
350
 
351
+ #: library/plugin-display.php:356
352
+ msgid "Display a select/dropdown menu of existing tags (valid when Tag field is displayed on the form)"
353
+ msgstr "عرض قائمة تحديد / منسدلة للعلامات الموجودة (صالحة عند عرض حقل العلامة في النموذج)"
 
354
 
355
+ #: library/plugin-display.php:433
356
+ msgid "Display Checkbox"
357
+ msgstr "عرض خانة الاختيار"
 
 
358
 
359
+ #: library/plugin-display.php:773
360
+ msgid "Display content only to users with a specific capability:"
361
+ msgstr "عرض المحتوى فقط للمستخدمين ذوي الإمكانيات المحددة:"
 
362
 
363
+ #: library/plugin-display.php:775
364
+ msgid "Display content to logged-in users:"
365
+ msgstr "عرض المحتوى للمستخدمين الذين قاموا بتسجيل الدخول:"
 
 
366
 
367
+ #: library/plugin-display.php:777
368
+ msgid "Display content to visitors only:"
369
+ msgstr "عرض المحتوى للزوار فقط:"
 
 
 
370
 
371
+ #: library/plugin-display.php:435
372
+ msgid "Display custom checkbox on the submission form"
373
+ msgstr "عرض مربع الاختيار المخصص في نموذج التقديم"
374
 
375
+ #: library/plugin-display.php:641
376
+ msgid "Display Custom Field 1:"
377
+ msgstr "عرض الحقل المخصص 1:"
378
 
379
+ #: library/plugin-display.php:654
380
+ msgid "Display Custom Field 2:"
381
+ msgstr "عرض الحقل المخصص 2:"
 
382
 
383
+ #: library/plugin-display.php:730
384
+ msgid "Display image gallery"
385
+ msgstr "عرض معرض الصور"
386
 
387
+ #: library/plugin-display.php:615
388
+ msgid "Display submitted author/name:"
389
+ msgstr "عرض المؤلف / الاسم المقدم:"
 
 
390
 
391
+ #: library/plugin-display.php:602
392
+ msgid "Display submitted email address:"
393
+ msgstr "عرض عنوان البريد الإلكتروني المقدم:"
394
 
395
+ #: library/plugin-display.php:588
396
+ msgid "Display submitted images:"
397
+ msgstr "عرض الصور المقدمة:"
398
 
399
+ #: library/plugin-display.php:628
400
+ msgid "Display submitted URL:"
401
+ msgstr "عرض عنوان URL المقدم:"
402
 
403
+ #: library/plugin-display.php:684
404
+ msgid "Display the Form"
405
+ msgstr "اعرض النموذج"
406
 
407
+ #: library/plugin-display.php:701
408
+ msgid "Display the login/register form"
409
+ msgstr "قم بعرض نموذج تسجيل الدخول / التسجيل"
410
 
411
+ #: library/plugin-display.php:688
412
+ msgid "Display the submit-post form"
413
+ msgstr "عرض استمارة التقديم-المشاركة"
414
 
415
+ #: library/plugin-display.php:711
416
+ msgid "Display user-submitted posts"
417
+ msgstr "عرض المشاركات المقدمة من المستخدم"
418
 
419
+ #: library/plugin-display.php:206
420
+ msgid "Do not collect or store any user IP address (useful for complying with privacy regulations)"
421
+ msgstr "لا تجمع أو تخزن أي عنوان IP للمستخدم (مفيد للامتثال للوائح الخصوصية)"
422
 
423
+ #: library/plugin-settings.php:204 library/plugin-settings.php:228
424
+ #: library/plugin-settings.php:252 library/plugin-settings.php:276
425
+ #: library/plugin-settings.php:300
426
+ msgid "Do not display"
427
+ msgstr "لا تعرض"
428
 
429
+ #: library/plugin-display.php:260
430
+ msgid "Do not replace post author with submitted user name"
431
+ msgstr "لا تستبدل كاتب المنشور باسم المستخدم المقدم"
432
 
433
+ #: library/plugin-display.php:65
434
+ msgid "Documentation"
435
+ msgstr "توثيق"
436
 
437
+ #: library/support-panel.php:53
438
+ msgid "Donate via PayPal"
439
+ msgstr "تبرع عبر PayPal"
440
 
441
+ #: library/support-panel.php:57
442
+ msgid "donation"
443
+ msgstr "هبة"
444
 
445
+ #: library/plugin-settings.php:563
446
+ msgid "Draft"
447
+ msgstr "مسودة"
448
 
449
+ #: user-submitted-posts.php:1554
450
+ msgid "Duplicate post title. Please try again."
451
+ msgstr "عنوان المشاركة مكرر. حاول مرة اخرى."
452
 
453
+ #: library/plugin-settings.php:895
454
+ msgid "Email"
455
+ msgstr "البريد الإلكتروني"
456
 
457
+ #: library/plugin-display.php:294
458
+ msgid "Email “From” Address"
459
+ msgstr "بريد إلكتروني & ldquo ؛ من & rdquo ؛ تبوك"
460
 
461
+ #: library/plugin-display.php:289
462
+ msgid "Email Address for Alerts"
463
+ msgstr "عنوان البريد الإلكتروني للتنبيهات"
464
 
465
+ #: library/plugin-display.php:307
466
+ msgid "Email Alert Message"
467
+ msgstr "رسالة تنبيه بالبريد الإلكتروني"
468
 
469
+ #: library/plugin-display.php:300
470
+ msgid "Email Alert Subject"
471
+ msgstr "موضوع تنبيه البريد الإلكتروني"
472
 
473
+ #: library/plugin-display.php:274
474
+ msgid "Email Alerts"
475
+ msgstr "تنبيهات البريد الإلكتروني"
476
+
477
+ #: library/plugin-display.php:600
478
+ msgid "Email Display"
479
+ msgstr "عرض البريد الإلكتروني"
480
+
481
+ #: library/plugin-display.php:607
482
+ msgid "Email Markup"
483
+ msgstr "ترميز البريد الإلكتروني"
484
+
485
+ #: library/plugin-display.php:318
486
+ msgid "email-alert options"
487
+ msgstr "خيارات التنبيه بالبريد الإلكتروني"
488
+
489
+ #: library/plugin-settings.php:480
490
+ msgid "Enable"
491
+ msgstr "يُمكَِن"
492
+
493
+ #: library/plugin-settings.php:348 library/plugin-settings.php:389
494
+ #: library/plugin-settings.php:420 library/plugin-settings.php:450
495
+ msgid "Enable and require"
496
+ msgstr "تمكين وطلب"
497
+
498
+ #: library/plugin-settings.php:349 library/plugin-settings.php:390
499
+ msgid "Enable but do not require"
500
+ msgstr "تمكين ولكن لا تتطلب"
501
+
502
+ #: library/plugin-display.php:284
503
+ msgid "Enable HTML Format"
504
+ msgstr "تفعيل تنسيق HTML"
505
+
506
+ #: library/plugin-display.php:286
507
+ msgid "Enable HTML format for email alert messages"
508
+ msgstr "قم بتمكين تنسيق HTML لرسائل التنبيه بالبريد الإلكتروني"
509
+
510
+ #: library/plugin-display.php:191
511
+ msgid "Enable RTE/Visual Editor for the Post Content field"
512
+ msgstr "قم بتمكين RTE / Visual Editor لحقل محتوى المنشور"
513
+
514
+ #: library/plugin-display.php:209
515
+ msgid "Enable Shortcodes"
516
+ msgstr "تفعيل الرموز القصيرة"
517
+
518
+ #: library/plugin-display.php:211
519
+ msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
520
+ msgstr "تفعيل الرموز القصيرة في الحاجيات. افتراضيًا ، لا يقوم WordPress بتمكين الرموز القصيرة في الأدوات. "
521
+
522
+ #: library/plugin-display.php:341
523
+ msgid "Enable users to select multiple categories"
524
+ msgstr "تمكين المستخدمين من تحديد فئات متعددة"
525
+
526
+ #: library/plugin-display.php:573
527
+ msgid "Enable users to upload other file types (like PDF, Word, Zip, videos, and more), check out"
528
+ msgstr "قم بتمكين المستخدمين من تحميل أنواع الملفات الأخرى (مثل PDF و Word و Zip ومقاطع الفيديو والمزيد) ، تحقق"
529
+
530
+ #. Description of the plugin
531
+ #:
532
+ msgid "Enables your visitors to submit posts and images from anywhere on your site."
533
+ msgstr "تمكن زوار موقعك من إرسال المنشورات والصور من أي مكان على موقعك."
534
+
535
+ #: library/plugin-display.php:59
536
+ msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
537
+ msgstr "تمكن زوار موقعك من إرسال المنشورات وتحميل الصور من الواجهة الأمامية لموقعك. "
538
+
539
+ #: library/plugin-display.php:478
540
+ msgid "Enter the *only* correct answer to the challenge question"
541
+ msgstr "أدخل الإجابة الصحيحة * فقط * على سؤال التحدي"
542
+
543
+ #: library/plugin-display.php:526
544
+ msgid "Enter URL or click button to upload/choose an image (optional)"
545
+ msgstr "أدخل عنوان URL أو انقر فوق الزر لتحميل / اختيار صورة (اختياري)"
546
+
547
+ #: library/plugin-display.php:500
548
+ msgid "Enter your Private Key"
549
+ msgstr "أدخل مفتاحك الخاص"
550
+
551
+ #: library/plugin-display.php:495
552
+ msgid "Enter your Public Key"
553
+ msgstr "أدخل المفتاح العام الخاص بك"
554
 
555
  #: library/shortcode-login.php:156
556
  msgid "Enter your username or email to reset your password."
557
  msgstr "أدخل اسم المستخدم الخاص بك أو البريد الإلكتروني لإعادة تعيين كلمة المرور الخاصة بك."
558
 
559
+ #: library/plugin-display.php:179
560
+ msgid "Error Message"
561
+ msgstr "رسالة خطأ"
562
 
563
+ #: library/plugin-display.php:181
564
+ msgid "Error message displayed if post submission fails (basic markup allowed)"
565
+ msgstr "تظهر رسالة خطأ في حالة فشل إرسال المنشور (يُسمح بالترميز الأساسي)"
566
 
567
+ #: library/plugin-display.php:445
568
+ msgid "Error message displayed if user does not check the box"
569
+ msgstr "يتم عرض رسالة الخطأ إذا لم يحدد المستخدم المربع"
570
 
571
+ #: user-submitted-posts.php:1564
572
+ msgid "Error: "
573
+ msgstr "خطأ: "
574
 
575
+ #: library/plugin-display.php:783
576
+ msgid "Example"
577
+ msgstr "مثال"
578
 
579
+ #: library/plugin-display.php:517
580
+ msgid "Featured Image"
581
+ msgstr "صورة مميزة"
582
 
583
+ #: user-submitted-posts.php:1547
584
+ msgid "File not uploaded. Please check the file and try again."
585
+ msgstr "لم يتم تحميل الملف. يرجى التحقق من الملف والمحاولة مرة أخرى."
586
+
587
+ #: user-submitted-posts.php:1540
588
+ msgid "File type not allowed (please upload images only)"
589
+ msgstr "نوع الملف غير مسموح به (يرجى تحميل الصور فقط)"
590
+
591
+ #: library/plugin-display.php:390 library/plugin-display.php:418
592
+ #: library/plugin-display.php:456
593
+ msgid "For"
594
+ msgstr "إلى عن على"
595
+
596
+ #: library/plugin-display.php:317 library/plugin-display.php:362
597
+ msgid "For more"
598
+ msgstr "للمزيد من"
599
+
600
+ #: library/plugin-display.php:60
601
+ msgid "For more features and unlimited forms, check out"
602
+ msgstr "لمزيد من الميزات والنماذج غير المحدودة ، تحقق من"
603
+
604
+ #: library/plugin-display.php:218 library/plugin-display.php:266
605
+ #: library/plugin-display.php:668
606
+ msgid "For more options and features, check out"
607
+ msgstr "لمزيد من الخيارات والميزات ، تحقق من"
608
+
609
+ #: library/plugin-display.php:108
610
+ msgid "For unlimited fields, check out"
611
+ msgstr "لحقول غير محدودة ، تحقق من"
612
+
613
+ #: library/shortcode-login.php:90
614
+ msgid "Forgot?"
615
+ msgstr "نسيت؟"
616
+
617
+ #: library/plugin-display.php:83
618
+ msgid "Form Fields"
619
+ msgstr "حقول النموذج"
620
+
621
+ #: library/plugin-display.php:121
622
+ msgid "Form Style"
623
+ msgstr "نمط النموذج"
624
 
625
+ #: library/plugin-display.php:581
626
+ msgid "Frontend Display"
627
+ msgstr "عرض الواجهة الأمامية"
628
 
629
+ #: library/plugin-display.php:139
630
+ msgid "FYI: here is a"
631
+ msgstr "لمعلوماتك: هنا ملف"
632
 
633
+ #: library/plugin-display.php:116
634
+ msgid "General Settings"
635
+ msgstr "الاعدادات العامة"
636
+
637
+ #: library/plugin-display.php:72
638
+ msgid "Get USP Pro"
639
+ msgstr "احصل على USP Pro"
640
 
641
  #: library/plugin-settings.php:40
642
  msgid "Get USP Pro for unlimited forms!"
643
  msgstr "احصل على USP Pro للحصول على نماذج غير محدودة!"
644
 
645
+ #: library/plugin-display.php:70
646
+ msgid "give it a 5-star rating"
647
+ msgstr "امنحها تصنيف 5 نجوم"
 
 
 
 
 
648
 
649
+ #: library/plugin-display.php:37
650
+ msgid "give this plugin a 5-star rating"
651
+ msgstr "امنح هذا البرنامج المساعد تقييماً بخمسة نجوم"
652
 
653
  #: library/plugin-settings.php:68
654
  msgid "Give USP a 5-star rating at WordPress.org"
655
  msgstr "امنح USP تصنيفًا من فئة 5 نجوم على WordPress.org"
656
 
657
+ #: library/plugin-settings.php:41
658
+ msgid "Go Pro"
659
+ msgstr "Go Pro"
660
 
661
+ #: library/plugin-settings.php:438 library/plugin-display.php:488
662
+ msgid "Google reCaptcha"
663
+ msgstr "جوجل reCaptcha"
664
 
665
+ #: library/shortcode-login.php:107
666
+ msgid "Have an account?"
667
+ msgstr "هل لديك حساب؟"
668
+
669
+ #: library/plugin-display.php:717
670
+ msgid "Here are some examples showing how to configure this shortcode:"
671
+ msgstr "فيما يلي بعض الأمثلة التي توضح كيفية تكوين هذا الرمز القصير:"
672
+
673
+ #: library/plugin-display.php:344
674
+ msgid "Hidden/Default Category"
675
+ msgstr "الفئة المخفية / الافتراضية"
676
+
677
+ #: library/plugin-settings.php:63
678
+ msgid "Homepage"
679
+ msgstr "الصفحة الرئيسية"
680
 
681
+ #: library/plugin-settings.php:172
682
  msgid "HTML5 Form + Default CSS"
683
  msgstr "نموذج HTML5 + CSS الافتراضي"
684
 
685
+ #: library/plugin-settings.php:176
 
 
 
 
686
  msgid "HTML5 Form + Disable CSS"
687
  msgstr "نموذج HTML5 + تعطيل CSS"
688
 
689
+ #. URI of the plugin
690
+ #:
691
+ msgid "https://perishablepress.com/user-submitted-posts/"
692
+ msgstr "https://perishablepress.com/user-submitted-posts/"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
693
 
694
+ #. Author URI of the plugin
695
+ #:
696
+ msgid "https://plugin-planet.com/"
697
+ msgstr "https://plugin-planet.com/"
698
 
699
+ #: views/submission-form.php:169 views/submission-form-alt.php:184
700
+ msgid "Human verification: leave this field empty."
701
+ msgstr "التحقق البشري: اترك هذا الحقل فارغًا."
702
 
703
+ #: library/plugin-display.php:297
704
+ msgid "If multiple addresses are specified for the previous setting, include an equal number of addresses for this setting (in the same order)."
705
+ msgstr "إذا تم تحديد عناوين متعددة للإعداد السابق ، فقم بتضمين عدد متساوٍ من العناوين لهذا الإعداد (بنفس الترتيب)."
706
 
707
+ #: library/plugin-display.php:784
708
+ msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
709
+ msgstr "إذا قام المستخدم بتسجيل الدخول ، اعرض نموذج ما بعد الإرسال ؛ أو إذا لم يقم المستخدم بتسجيل الدخول ، اعرض نموذج تسجيل الدخول:"
 
710
 
711
+ #: library/plugin-display.php:69
712
+ msgid "If you like this plugin, please"
713
+ msgstr "إذا كنت تحب هذا البرنامج المساعد ، من فضلك"
714
 
715
+ #: library/plugin-display.php:586
716
+ msgid "Image Display"
717
+ msgstr "عرض الصور"
 
718
 
719
+ #: user-submitted-posts.php:1539
720
+ msgid "Image height exceeds maximum"
721
+ msgstr "ارتفاع الصورة يتجاوز الحد الأقصى"
 
722
 
723
+ #: library/plugin-display.php:593
724
+ msgid "Image Markup"
725
+ msgstr "توصيف الصورة"
 
726
 
727
+ #: library/plugin-settings.php:468 library/plugin-display.php:512
728
+ msgid "Image Uploads"
729
+ msgstr "تحميلات الصور"
 
730
 
731
+ #: user-submitted-posts.php:1537
732
+ msgid "Image width exceeds maximum"
733
+ msgstr "عرض الصورة يتجاوز الحد الأقصى"
 
734
 
735
+ #: library/plugin-display.php:746
736
+ msgid "in"
737
+ msgstr "في"
738
 
739
+ #: library/plugin-display.php:131
740
+ msgid "in your theme:"
741
+ msgstr "في المظهر الخاص بك:"
742
 
743
+ #: library/plugin-display.php:145
744
+ msgid "Include JavaScript"
745
+ msgstr "قم بتضمين JavaScript"
746
 
747
+ #: library/plugin-display.php:147
748
+ msgid "Include required JavaScript files (recommended)"
749
+ msgstr "قم بتضمين ملفات JavaScript المطلوبة (مستحسن)"
750
 
751
+ #: library/enqueue-scripts.php:152
752
+ msgid "Incorrect response."
753
+ msgstr "استجابة غير صحيحة."
754
 
755
+ #: library/plugin-display.php:138
756
+ msgid "Installation Docs"
757
+ msgstr "تثبيت المستندات"
758
 
759
+ #. Author of the plugin
760
+ #:
761
+ msgid "Jeff Starr"
762
+ msgstr "جيف ستار"
763
 
764
+ #: library/plugin-display.php:830
765
+ msgid "Jeff Starr on Twitter"
766
+ msgstr "جيف ستار على تويتر"
767
 
768
+ #: library/plugin-display.php:726 library/plugin-display.php:798
769
+ msgid "Learn more"
770
+ msgstr "تعلم المزيد"
771
 
772
+ #: library/plugin-display.php:809
773
+ msgid "Leave this option disabled to remember your settings."
774
+ msgstr "اترك هذا الخيار معطلاً لتذكر إعداداتك."
775
 
776
+ #: library/plugin-settings.php:92
777
+ msgid "Like this plugin? Give it a"
778
+ msgstr "مثل هذا البرنامج المساعد؟ امنحها أ"
779
 
780
+ #: library/plugin-display.php:139
781
+ msgid "list of USP CSS selectors"
782
+ msgstr "قائمة محددات USP CSS"
783
 
784
+ #: user-submitted-posts.php:1621
785
+ msgid "log in"
786
+ msgstr "تسجيل الدخول"
787
 
788
+ #: library/shortcode-login.php:108
789
+ msgid "Log in or sign up! It’s fast & free!"
790
+ msgstr "تسجيل الدخول أو الاشتراك! إنه سريع. مجانا!"
791
 
792
+ #: library/shortcode-login.php:182
793
+ msgid "Log out"
794
+ msgstr "تسجيل خروج"
795
 
796
+ #: library/shortcode-login.php:88 library/shortcode-login.php:127
797
+ msgid "Login"
798
+ msgstr "تسجيل الدخول"
799
 
800
+ #: library/shortcode-login.php:155
801
+ msgid "Lose something?"
802
+ msgstr "تفقد شيئا؟"
803
 
804
+ #: library/plugin-display.php:35
805
+ msgid "make a donation"
806
+ msgstr "التبرع"
807
 
808
+ #: library/plugin-display.php:35
809
  msgid "Make a donation via PayPal"
810
  msgstr "قم بالتبرع عبر PayPal"
811
 
812
+ #: library/plugin-display.php:483
813
+ msgid "Make the challenge response case-sensitive"
814
+ msgstr "اجعل استجابة التحدي حساسة لحالة الأحرف"
815
 
816
+ #: library/plugin-display.php:648
817
+ msgid "Markup for Custom Field 1. You may include any of the following variables:"
818
+ msgstr "ترميز الحقل المخصص 1. يمكنك تضمين أي من المتغيرات التالية:"
819
 
820
+ #: library/plugin-display.php:661
821
+ msgid "Markup for Custom Field 2. You may include any of the following variables:"
822
+ msgstr "ترميز الحقل المخصص 2. يمكنك تضمين أي من المتغيرات التالية:"
823
 
824
+ #: library/plugin-display.php:595
825
+ msgid "Markup for each submitted image. You may include any of the following variables:"
826
+ msgstr "ترميز لكل صورة مقدمة. يمكنك تضمين أي من المتغيرات التالية:"
827
 
828
+ #: library/plugin-display.php:622
829
+ msgid "Markup for submitted author/name. You may include"
830
+ msgstr "ترميز المؤلف / الاسم المقدم. يمكنك تضمين ملفات"
831
 
832
+ #: library/plugin-display.php:609
833
+ msgid "Markup for submitted email address. You may include any of the following variables:"
834
+ msgstr "ترميز عنوان البريد الإلكتروني المقدم. يمكنك تضمين أي من المتغيرات التالية:"
835
 
836
+ #: library/plugin-display.php:635
837
+ msgid "Markup for submitted URL. You may include any of the following variables:"
838
+ msgstr "ترميز URL المقدم. يمكنك تضمين أي من المتغيرات التالية:"
839
 
840
+ #: library/plugin-display.php:567
841
+ msgid "Maximum height (in pixels) for uploaded images"
842
+ msgstr "أقصى ارتفاع (بالبكسل) للصور التي تم تحميلها"
843
 
844
+ #: library/plugin-display.php:565
845
+ msgid "Maximum image height"
846
+ msgstr "أقصى ارتفاع للصورة"
847
 
848
+ #: library/plugin-display.php:560
849
+ msgid "Maximum image width"
850
+ msgstr "أقصى عرض للصورة"
851
 
852
+ #: library/plugin-display.php:545
853
+ msgid "Maximum number of images"
854
+ msgstr "أقصى عدد من الصور"
855
 
856
+ #: user-submitted-posts.php:1535
857
+ msgid "Maximum number of images exceeded "
858
+ msgstr "تم تجاوز الحد الأقصى لعدد الصور "
859
 
860
+ #: library/plugin-display.php:547
861
+ msgid "Maximum number of images for each submitted post"
862
+ msgstr "أقصى عدد من الصور لكل منشور مقدم"
863
 
864
+ #: library/plugin-display.php:562
865
+ msgid "Maximum width (in pixels) for uploaded images"
866
+ msgstr "أقصى عرض (بالبكسل) للصور التي تم تحميلها"
867
 
868
+ #: library/plugin-display.php:176
869
+ msgid "Message displayed after successful post submission (basic markup allowed)"
870
+ msgstr "يتم عرض الرسالة بعد إرسال المنشور بنجاح (يُسمح بالترميز الأساسي)"
871
 
872
+ #: library/plugin-display.php:532
873
+ msgid "Message displayed next to the file upload field (basic markup allowed)"
874
+ msgstr "يتم عرض الرسالة بجوار حقل تحميل الملف (يُسمح بالترميز الأساسي)"
875
 
876
+ #: library/plugin-display.php:309
877
+ msgid "Message for email alerts. Leave blank to use default message. You may include any of the following variables:"
878
+ msgstr "رسالة لتنبيهات البريد الإلكتروني. اتركه فارغا لاستخدام الرسالة الافتراضية. يمكنك تضمين أي من المتغيرات التالية:"
879
 
880
+ #: library/plugin-display.php:557
881
+ msgid "Minimum height (in pixels) for uploaded images"
882
+ msgstr "الارتفاع الأدنى (بالبكسل) للصور التي تم تحميلها"
883
 
884
+ #: library/plugin-display.php:555
885
+ msgid "Minimum image height"
886
+ msgstr "أدنى ارتفاع للصورة"
887
 
888
+ #: user-submitted-posts.php:1538
889
+ msgid "Minimum image height not met"
890
+ msgstr "لم يتم تلبية الحد الأدنى لارتفاع الصورة"
891
 
892
+ #: library/plugin-display.php:550
893
+ msgid "Minimum image width"
894
+ msgstr "أدنى عرض للصورة"
895
 
896
+ #: user-submitted-posts.php:1536
897
+ msgid "Minimum image width not met"
898
+ msgstr "لم يتم تلبية الحد الأدنى لعرض الصورة"
899
 
900
+ #: library/plugin-display.php:540
901
+ msgid "Minimum number of images"
902
+ msgstr "الحد الأدنى لعدد الصور"
903
 
904
+ #: library/plugin-display.php:542
905
+ msgid "Minimum number of images for each submitted post"
906
+ msgstr "الحد الأدنى لعدد الصور لكل منشور مقدم"
907
 
908
+ #: user-submitted-posts.php:1534
909
+ msgid "Minimum number of images not met"
910
+ msgstr "لم يتم استيفاء الحد الأدنى لعدد الصور"
911
 
912
+ #: library/plugin-display.php:552
913
+ msgid "Minimum width (in pixels) for uploaded images"
914
+ msgstr "الحد الأدنى للعرض (بالبكسل) للصور التي تم تحميلها"
915
 
916
+ #: library/plugin-display.php:105 library/plugin-display.php:215
917
+ #: library/plugin-display.php:263 library/plugin-display.php:314
918
+ #: library/plugin-display.php:359 library/plugin-display.php:387
919
+ #: library/plugin-display.php:415 library/plugin-display.php:453
920
+ #: library/plugin-display.php:570 library/plugin-display.php:665
921
+ msgid "More Options"
922
+ msgstr "المزيد من الخيارات"
923
 
924
+ #: library/plugin-display.php:339
925
+ msgid "Multiple Categories"
926
+ msgstr "فئات متعددة"
927
 
928
+ #: library/plugin-display.php:613
929
+ msgid "Name Display"
930
+ msgstr "اسم العرض"
931
 
932
+ #: library/plugin-display.php:620
933
+ msgid "Name Markup"
934
+ msgstr "توصيف الاسم"
935
 
936
+ #: user-submitted-posts.php:1533
937
+ msgid "Non-empty value for hidden field"
938
+ msgstr "قيمة غير فارغة للحقل المخفي"
939
 
940
+ #: library/plugin-display.php:767
941
+ msgid "Note that the url attribute accepts"
942
+ msgstr "لاحظ أن سمة عنوان url مقبولة"
943
 
944
+ #: library/plugin-display.php:742
945
+ msgid "Notes:"
946
+ msgstr "ملحوظات:"
947
 
948
+ #: library/plugin-display.php:831
949
+ msgid "Obsessive Web Design & Development"
950
+ msgstr "تصميم مواقع الويب الوسواسية تطوير"
951
 
952
+ #: library/plugin-display.php:186
953
+ msgid "Optional markup/text to include before the submission form (leave blank to disable)"
954
+ msgstr "ترميز / نص اختياري لتضمينه قبل نموذج الإرسال (اتركه فارغًا للتعطيل)"
955
 
956
+ #: library/plugin-display.php:364
957
+ msgid "options, check out"
958
+ msgstr "خيارات ، تحقق من"
959
 
960
+ #: library/support-panel.php:61
961
+ msgid "or"
962
+ msgstr "أو"
963
 
964
+ #: library/support-panel.php:61
965
+ msgid "or by making a"
966
+ msgstr "أو بجعل"
967
 
968
+ #: library/plugin-display.php:810
969
+ msgid "Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
970
+ msgstr "أو ، للمضي قدمًا واستعادة خيارات المكون الإضافي الافتراضية: حدد المربع ، واحفظ إعداداتك ، ثم قم بإلغاء تنشيط / إعادة تنشيط المكون الإضافي."
971
 
972
+ #: library/plugin-display.php:715
973
+ msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
974
+ msgstr "أو استخدم علامة القالب لعرض قائمة بالمشاركات المرسلة في أي مكان في قالب السمة الخاص بك:"
975
 
976
+ #: library/plugin-display.php:734
977
+ msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
978
+ msgstr "أو استخدم علامة القالب لعرض معرض صور في أي مكان في قالب السمة الخاص بك:"
979
 
980
+ #: library/plugin-display.php:693 library/plugin-display.php:706
981
+ msgid "Or, use the template tag to display the form anywhere in your theme template:"
982
+ msgstr "أو استخدم علامة القالب لعرض النموذج في أي مكان في قالب السمة الخاص بك:"
983
 
984
+ #: library/plugin-display.php:55
985
+ msgid "Overview"
986
+ msgstr "ملخص"
987
 
988
+ #: library/shortcode-login.php:118
989
+ msgid "Password"
990
+ msgstr "كلمة المرور"
991
 
992
+ #: library/plugin-settings.php:564
993
+ msgid "Pending (default)"
994
+ msgstr "معلق (افتراضي)"
995
 
996
+ #: library/support-panel.php:51
997
+ msgid "Perishable Press Books"
998
+ msgstr "كتب الصحافة القابلة للتلف"
999
 
1000
+ #: user-submitted-posts.php:1620 library/plugin-display.php:35
1001
+ msgid "Please"
1002
+ msgstr "لو سمحت"
1003
 
1004
+ #: user-submitted-posts.php:1532
1005
+ msgid "Please check your email and try again"
1006
+ msgstr "يرجى التحقق من بريدك الإلكتروني وحاول مرة أخرى"
1007
 
1008
+ #: views/submission-form.php:21 views/submission-form-alt.php:40
1009
+ msgid "Please complete the required fields."
1010
+ msgstr "الرجاء إكمال الحقول المطلوبة."
1011
 
1012
+ #: user-submitted-posts.php:85
1013
+ msgid "Please return to the"
1014
+ msgstr "يرجى العودة إلى"
1015
 
1016
+ #: views/submission-form.php:92 views/submission-form-alt.php:107
1017
+ msgid "Please select a category.."
1018
+ msgstr "الرجاء تحديد الفئة.."
1019
 
1020
+ #: views/submission-form.php:58 views/submission-form-alt.php:73
1021
+ msgid "Please select some tags.."
1022
+ msgstr "الرجاء تحديد بعض العلامات .."
1023
 
1024
+ #: library/plugin-settings.php:860
1025
+ msgid "Please select your image(s) to upload."
1026
+ msgstr "يرجى تحديد الصور الخاصة بك لتحميلها."
1027
 
1028
+ #: library/support-panel.php:60
1029
+ msgid "Please show support by purchasing one of my"
1030
+ msgstr "يرجى إظهار الدعم عن طريق شراء واحدة من بلدي"
1031
 
1032
+ #: library/plugin-settings.php:62 library/plugin-display.php:64
1033
+ #: library/plugin-display.php:829
1034
+ msgid "Plugin Homepage"
1035
+ msgstr "الصفحة الرئيسية للبرنامج المساعد"
1036
 
1037
+ #: library/support-panel.php:52
1038
+ msgid "Plugin Planet"
1039
+ msgstr "كوكب البرنامج المساعد"
1040
 
1041
+ #: library/plugin-display.php:79
1042
+ msgid "Plugin Settings"
1043
+ msgstr "إعدادات البرنامج المساعد"
1044
 
1045
+ #: library/support-panel.php:56
1046
+ msgid "plugins"
1047
+ msgstr "الإضافات"
1048
 
1049
+ #: views/submission-form.php:90 views/submission-form-alt.php:105
1050
+ #: library/plugin-display.php:94
1051
+ msgid "Post Category"
1052
+ msgstr "فئة المشاركة"
1053
 
1054
+ #: user-submitted-posts.php:1527
1055
+ msgid "Post category required"
1056
+ msgstr "فئة الوظيفة مطلوبة"
1057
 
1058
+ #: views/submission-form.php:123 views/submission-form.php:124
1059
+ #: views/submission-form-alt.php:138 views/submission-form-alt.php:139
1060
+ #: library/plugin-display.php:95
1061
+ msgid "Post Content"
1062
+ msgstr "آخر المحتوى"
1063
 
1064
+ #: user-submitted-posts.php:1528
1065
+ msgid "Post content required"
1066
+ msgstr "محتوى المشاركة مطلوب"
1067
 
1068
+ #: user-submitted-posts.php:1553
1069
+ msgid "Post not created. Please contact the site administrator for help."
1070
+ msgstr "لم يتم إنشاء المشاركة. يرجى الاتصال بمسؤول الموقع للحصول على المساعدة."
1071
 
1072
+ #: library/plugin-display.php:162
1073
+ msgid "Post Status"
1074
+ msgstr "وضع آخر"
1075
 
1076
+ #: library/plugin-display.php:165
1077
+ msgid "Post Status for submitted posts"
1078
+ msgstr "حالة النشر للوظائف المقدمة"
1079
 
1080
+ #: views/submission-form.php:56 views/submission-form.php:65
1081
+ #: views/submission-form.php:66 views/submission-form-alt.php:71
1082
+ #: views/submission-form-alt.php:80 views/submission-form-alt.php:81
1083
+ #: library/plugin-display.php:93
1084
+ msgid "Post Tags"
1085
+ msgstr "نشر العلامات"
1086
 
1087
+ #: user-submitted-posts.php:1526
1088
+ msgid "Post tags required"
1089
+ msgstr "علامات النشر مطلوبة"
1090
 
1091
+ #: views/submission-form.php:49 views/submission-form.php:50
1092
+ #: views/submission-form-alt.php:64 views/submission-form-alt.php:65
1093
+ #: library/plugin-display.php:92
1094
+ msgid "Post Title"
1095
+ msgstr "عنوان الوظيفة"
1096
 
1097
+ #: user-submitted-posts.php:1524
1098
+ msgid "Post title required"
1099
+ msgstr "مطلوب عنوان الوظيفة"
1100
 
1101
+ #: library/plugin-display.php:155
1102
+ msgid "Post Type"
1103
+ msgstr "نوع آخر"
1104
 
1105
+ #: library/plugin-display.php:158
1106
+ msgid "Post Type for submitted posts"
1107
+ msgstr "نوع الوظيفة للوظائف المقدمة"
1108
 
1109
+ #: library/plugin-display.php:498
1110
+ msgid "Private Key"
1111
+ msgstr "مفتاح سري"
1112
 
1113
+ #: library/shortcode-login.php:184
1114
+ msgid "Profile"
1115
+ msgstr "الملف الشخصي"
1116
 
1117
+ #: library/plugin-display.php:493
1118
+ msgid "Public Key"
1119
+ msgstr "المفتاح العمومي"
1120
 
1121
+ #: library/plugin-settings.php:567
1122
+ msgid "Publish after "
1123
+ msgstr "نشر بعد "
1124
 
1125
+ #: library/plugin-settings.php:566
1126
+ msgid "Publish after 1 approved post"
1127
+ msgstr "انشر بعد مشاركة واحدة معتمدة"
1128
 
1129
+ #: library/plugin-settings.php:565
1130
+ msgid "Publish immediately"
1131
+ msgstr "انشر على الفور"
1132
 
1133
+ #: library/plugin-display.php:36
1134
+ msgid "Rate and review at the Plugin Directory"
1135
+ msgstr "تقييم ومراجعة في دليل البرامج المساعدة"
1136
 
1137
+ #: library/plugin-settings.php:69
1138
+ msgid "Rate this plugin »"
1139
+ msgstr "قيم هذا البرنامج المساعد & nbsp؛ & raquo؛"
1140
 
1141
+ #: library/plugin-display.php:503
1142
+ msgid "reCaptcha Version"
1143
+ msgstr "نسخة reCaptcha"
1144
 
1145
+ #: library/plugin-display.php:279
1146
+ msgid "Receive Email Alert"
1147
+ msgstr "تلقي تنبيه عبر البريد الإلكتروني"
1148
 
1149
+ #: library/plugin-display.php:169
1150
+ msgid "Redirect URL"
1151
+ msgstr "إعادة توجيه URL"
1152
 
1153
+ #: library/plugin-display.php:171
1154
+ msgid "Redirect user to this URL after post submission (leave blank to stay on current page)"
1155
+ msgstr "إعادة توجيه المستخدم إلى عنوان URL هذا بعد إرسال المنشور (اتركه فارغًا للبقاء في الصفحة الحالية)"
1156
 
1157
+ #: library/shortcode-login.php:89
1158
+ msgid "Register"
1159
+ msgstr "يسجل"
1160
 
1161
+ #: library/shortcode-login.php:135
1162
+ msgid "Register for this site!"
1163
+ msgstr "التسجيل في هذا الموقع!"
1164
 
1165
+ #: library/plugin-display.php:243
1166
  msgid "Registered Email"
1167
  msgstr "بريد الكتروني مسجل"
1168
 
1169
+ #: library/plugin-display.php:248
1170
+ msgid "Registered URL"
1171
+ msgstr "URL المسجل"
1172
 
1173
+ #: library/plugin-display.php:238
1174
+ msgid "Registered Username"
1175
+ msgstr "اسم المستخدم المسجل"
1176
+
1177
+ #: library/shortcode-login.php:124
1178
+ msgid "Remember me"
1179
+ msgstr "تذكرنى"
1180
 
1181
+ #: library/plugin-display.php:196
1182
+ msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate posts)"
1183
+ msgstr "اشتراط أن تكون عناوين المنشورات المقدمة فريدة (مفيدة لمنع النشرات المتعددة / المكررة)"
1184
 
1185
+ #: library/plugin-display.php:253
1186
  msgid "Require User Login"
1187
  msgstr "يتطلب تسجيل دخول المستخدم"
1188
 
1189
+ #: library/plugin-display.php:255
1190
  msgid "Require users to be logged in to WordPress to view/submit the form"
1191
  msgstr "مطالبة المستخدمين بتسجيل الدخول إلى WordPress لعرض / إرسال النموذج"
1192
 
1193
+ #: user-submitted-posts.php:83
1194
+ msgid "requires WordPress "
1195
+ msgstr "يتطلب WordPress "
 
 
 
 
1196
 
1197
+ #: library/shortcode-misc.php:18
1198
+ msgid "Reset form"
1199
+ msgstr "إعادة تعيين النموذج"
1200
 
1201
+ #: library/plugin-display.php:758
1202
+ msgid "Reset Form Button"
1203
+ msgstr "زر إعادة تعيين النموذج"
1204
 
1205
+ #: library/shortcode-login.php:163
1206
+ msgid "Reset my password"
1207
+ msgstr "إعادة تعيين كلمة المرور الخاصة بي"
1208
 
1209
+ #: library/plugin-display.php:813
1210
+ msgid "Restore default options upon plugin deactivation/reactivation"
1211
+ msgstr "استعادة الخيارات الافتراضية عند إلغاء تنشيط / إعادة تنشيط البرنامج المساعد"
1212
 
1213
+ #: library/plugin-display.php:807
1214
+ msgid "Restore Defaults"
1215
+ msgstr "استعادة الضبط الافتراضي"
1216
 
1217
+ #: user-submitted-posts.php:1590
1218
+ msgid "Return to form"
1219
+ msgstr "العودة إلى النموذج"
1220
 
1221
+ #: library/plugin-display.php:189
1222
+ msgid "Rich Text Editor"
1223
+ msgstr "معالج النصوص"
1224
 
1225
+ #: library/plugin-display.php:676
1226
+ msgid "Save All Changes"
1227
+ msgstr "احفظ جميع التغييرات"
1228
 
1229
+ #: library/plugin-display.php:842
1230
+ msgid "Save Preference"
1231
+ msgstr "حفظ التفضيل"
1232
 
1233
+ #: library/plugin-display.php:815
1234
+ msgid "Save Settings"
1235
+ msgstr "احفظ التغييرات"
1236
 
1237
+ #: library/plugin-settings.php:595
1238
+ msgid "Select categories to include in the Category field:"
1239
+ msgstr "حدد الفئات المراد تضمينها في حقل الفئة:"
1240
 
1241
+ #: library/plugin-display.php:281
1242
+ msgid "Send email alerts for new post submissions"
1243
+ msgstr "إرسال تنبيهات البريد الإلكتروني لتقديم آخر جديد"
1244
 
1245
+ #: library/plugin-settings.php:31
1246
+ msgid "Settings"
1247
+ msgstr "إعدادات"
1248
 
1249
+ #: library/plugin-display.php:334
1250
+ msgid "Show categories"
1251
+ msgstr "عرض الفئات"
1252
 
1253
+ #: library/plugin-display.php:820
1254
+ msgid "Show Support"
1255
+ msgstr "عرض الدعم"
1256
 
1257
+ #: user-submitted-posts.php:618
1258
+ msgid "Show USP Posts"
1259
+ msgstr "إظهار وظائف USP"
1260
 
1261
+ #: library/shortcode-login.php:136
1262
+ msgid "Sign up now for the good stuff."
1263
+ msgstr "اشترك الآن لالأشياء الجيدة."
1264
 
1265
+ #: library/shortcode-login.php:147
1266
+ msgid "Sign up!"
1267
+ msgstr "اشتراك!"
1268
 
1269
+ #: library/plugin-display.php:351
1270
+ msgid "Specify category ID(s) to use for “Hidden/Default Category” (separate multiple IDs with commas)"
1271
+ msgstr "حدد معرفات الفئة لاستخدامها في & ldquo ؛ الفئة المخفية / الافتراضية & rdquo ؛ (افصل بين المعرفات المتعددة بفاصلات)"
1272
 
1273
+ #: library/plugin-display.php:234
1274
+ msgid "Specify the user that should be assigned as author for submitted posts"
1275
+ msgstr "حدد المستخدم الذي يجب تعيينه كمؤلف للمشاركات المقدمة"
1276
 
1277
+ #: library/plugin-display.php:302
1278
+ msgid "Subject line for email alerts. Leave blank to use default subject line. You may include any of the following variables:"
1279
+ msgstr "سطر الموضوع لتنبيهات البريد الإلكتروني. اتركه فارغا لاستخدام سطر الموضوع الافتراضي. يمكنك تضمين أي من المتغيرات التالية:"
1280
 
1281
+ #: views/submission-form.php:197 views/submission-form-alt.php:212
1282
+ msgid "Submit Post"
1283
+ msgstr "إرسال آخر"
1284
 
1285
+ #: library/plugin-settings.php:10
1286
+ msgid "Submitted Posts"
1287
+ msgstr "المشاركات المقدمة"
1288
 
1289
+ #: user-submitted-posts.php:559
1290
+ msgid "Submitter Email: "
1291
+ msgstr "البريد الإلكتروني للمرسل: "
1292
 
1293
+ #: user-submitted-posts.php:561
1294
+ msgid "Submitter IP: "
1295
+ msgstr "عنوان IP للمرسل: "
1296
 
1297
+ #: user-submitted-posts.php:558
1298
+ msgid "Submitter Name: "
1299
+ msgstr "اسم المرسل: "
1300
 
1301
+ #: user-submitted-posts.php:560
1302
+ msgid "Submitter URL: "
1303
+ msgstr "URL المرسل: "
1304
 
1305
+ #: library/plugin-display.php:174
1306
+ msgid "Success Message"
1307
+ msgstr "نجاح رسالة"
1308
 
1309
+ #: library/shortcode-login.php:97 library/shortcode-login.php:102
1310
+ msgid "Success!"
1311
+ msgstr "النجاح!"
1312
 
1313
+ #: library/plugin-settings.php:866
1314
+ msgid "Success! Thank you for your submission."
1315
+ msgstr "النجاح! شكرا لتقريركم."
1316
 
1317
+ #: library/plugin-display.php:66
1318
+ msgid "Support Forum"
1319
+ msgstr "منتدى الدعم"
1320
 
1321
+ #: library/plugin-display.php:364
1322
+ msgid "tag"
1323
+ msgstr "بطاقة شعار"
1324
 
1325
+ #: library/plugin-display.php:150
1326
+ msgid "Targeted Loading"
1327
+ msgstr "التحميل المستهدف"
1328
 
1329
+ #: library/plugin-display.php:450
1330
+ msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
1331
+ msgstr "يتم عرض النص بجوار مربع الاختيار. نصيحة: استخدم الأقواس المتعرجة لإخراج أقواس زاوية ، على سبيل المثال:"
1332
 
1333
+ #: library/support-panel.php:59
1334
+ msgid "Thank you for using"
1335
+ msgstr "شكرا لأستخدامك"
1336
 
1337
+ #: library/plugin-display.php:70
1338
+ msgid "THANK YOU for your support!"
1339
+ msgstr "شكرا لدعمكم!"
1340
 
1341
+ #: library/plugin-display.php:137
1342
+ 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"
1343
+ msgstr "سيمكنك ذلك من تخصيص النموذج والأنماط حسب الرغبة. لمزيد من المعلومات ، راجع قسم \"نموذج الإرسال المخصص\" في"
1344
 
1345
+ #: library/plugin-display.php:793
1346
+ msgid "The access shortcodes can be added to any WP Post or Page. So you can display forms and other content conditionally, based on user role and login status."
1347
+ msgstr "يمكن إضافة أكواد الوصول القصيرة إلى أي منشور أو صفحة WP. لذلك يمكنك عرض النماذج والمحتويات الأخرى بشكل مشروط ، بناءً على دور المستخدم وحالة تسجيل الدخول."
1348
 
1349
+ #: user-submitted-posts.php:1551
1350
+ msgid "The file(s) could not be uploaded"
1351
+ msgstr "لا يمكن تحميل الملف (الملفات)"
1352
 
1353
+ #: library/plugin-display.php:708
1354
+ msgid "The login/register form displays as a tabbed interface, so users can switch between login, register, and reset password."
1355
+ msgstr "يتم عرض نموذج تسجيل الدخول / التسجيل كواجهة مبوبة ، بحيث يمكن للمستخدمين التبديل بين تسجيل الدخول والتسجيل وإعادة تعيين كلمة المرور."
1356
 
1357
+ #: library/plugin-display.php:725
1358
+ msgid "The pro version provides many more options for this shortcode."
1359
+ msgstr "يوفر الإصدار المحترف العديد من الخيارات لهذا الرمز القصير."
1360
 
1361
+ #: library/plugin-display.php:797
1362
+ msgid "The pro version provides more flexibility with access-control shortcodes."
1363
+ msgstr "يوفر الإصدار المحترف مزيدًا من المرونة مع الرموز القصيرة للتحكم في الوصول."
1364
 
1365
+ #: library/plugin-settings.php:846
1366
+ msgid "There was an error. Please check required fields and try again."
1367
+ msgstr "كان هناك خطأ. يرجى التحقق من الحقول المطلوبة وحاول مرة أخرى."
1368
 
1369
+ #: library/plugin-display.php:212
1370
+ msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
1371
+ msgstr "يتيح هذا الإعداد أي / جميع الرموز القصيرة في الأدوات (حتى الرموز القصيرة من المكونات الإضافية الأخرى)."
1372
 
1373
+ #: library/plugin-display.php:762
1374
+ msgid "This shortcode accepts the following attributes:"
1375
+ msgstr "يقبل هذا الرمز القصير السمات التالية:"
1376
 
1377
+ #: library/plugin-display.php:760
1378
+ msgid "This shortcode displays a link that resets the form to its original state:"
1379
+ msgstr "يعرض هذا الرمز القصير ارتباطًا يعيد تعيين النموذج إلى حالته الأصلية:"
1380
 
1381
+ #: library/plugin-display.php:384
1382
+ msgid "This will be displayed as the field label on the form. Default: Custom Field 1"
1383
+ msgstr "سيتم عرض هذا كتسمية الحقل في النموذج. الافتراضي: حقل مخصص 1"
1384
 
1385
+ #: library/plugin-display.php:412
1386
+ msgid "This will be displayed as the field label on the form. Default: Custom Field 2"
1387
+ msgstr "سيتم عرض هذا كتسمية الحقل في النموذج. الافتراضي: حقل مخصص 2"
1388
 
1389
+ #: library/plugin-display.php:724 library/plugin-display.php:780
1390
+ #: library/plugin-display.php:796
1391
+ msgid "Tip:"
1392
+ msgstr "نصيحة:"
1393
 
1394
+ #: library/plugin-display.php:623
1395
+ msgid "to display the submitted name."
1396
+ msgstr "لعرض الاسم المقدم."
1397
 
1398
+ #: library/plugin-display.php:490
1399
+ msgid "To enable Google reCaptcha, enter your public and private keys."
1400
+ msgstr "لتمكين Google reCaptcha ، أدخل مفاتيحك العامة والخاصة."
1401
 
1402
+ #: library/plugin-display.php:767
1403
+ msgid "to get the current URL."
1404
+ msgstr "للحصول على عنوان URL الحالي."
1405
 
1406
+ #: library/plugin-display.php:753
1407
+ msgid "to get the URL of the full-size image"
1408
+ msgstr "للحصول على عنوان URL للصورة بالحجم الكامل"
1409
 
1410
+ #: library/plugin-display.php:781
1411
+ msgid "to include markup in the deny message, you can use"
1412
+ msgstr "لتضمين الترميز في رسالة الرفض ، يمكنك استخدام"
1413
 
1414
+ #: library/plugin-display.php:781
1415
+ msgid "to output"
1416
+ msgstr "لإخراج"
1417
 
1418
+ #: library/plugin-display.php:745
1419
+ msgid "to output angle brackets"
1420
+ msgstr "لإخراج أقواس زاوية"
1421
 
1422
+ #: library/plugin-display.php:473
1423
+ msgid "To prevent spam, enter a question that users must answer before submitting the form"
1424
+ msgstr "لمنع البريد العشوائي ، أدخل سؤالاً يجب على المستخدمين الإجابة عليه قبل إرسال النموذج"
1425
 
1426
+ #: user-submitted-posts.php:1622
1427
+ msgid "to submit content!"
1428
+ msgstr "لتقديم المحتوى!"
 
1429
 
1430
+ #: user-submitted-posts.php:87
1431
+ msgid "to upgrade WordPress and try again."
1432
+ msgstr "لترقية WordPress وحاول مرة أخرى."
1433
 
1434
+ #: library/plugin-display.php:22
1435
+ msgid "Toggle all panels"
1436
+ msgstr "تبديل كل اللوحات"
1437
 
1438
+ #: library/plugin-display.php:194
1439
+ msgid "Unique Titles"
1440
+ msgstr "عناوين فريدة"
1441
 
1442
+ #: library/plugin-display.php:457
1443
+ msgid "unlimited checkbox fields"
1444
+ msgstr "حقول مربعات اختيار غير محدودة"
1445
 
1446
+ #: library/plugin-display.php:391 library/plugin-display.php:419
1447
+ msgid "unlimited custom fields"
1448
+ msgstr "حقول مخصصة غير محدودة"
1449
 
1450
+ #: library/plugin-display.php:72
1451
+ msgid "Unlimited front-end forms"
1452
+ msgstr "أشكال غير محدودة للواجهة الأمامية"
1453
 
1454
+ #: views/submission-form.php:138 views/submission-form-alt.php:153
1455
+ msgid "Upload an Image"
1456
+ msgstr "تحميل صورة"
1457
 
1458
+ #: library/plugin-display.php:530
1459
+ msgid "Upload Message"
1460
+ msgstr "تحميل الرسالة"
1461
 
1462
+ #: library/plugin-settings.php:897
1463
+ msgid "URL"
1464
+ msgstr "URL"
1465
 
1466
+ #: library/plugin-display.php:626
1467
+ msgid "URL Display"
1468
+ msgstr "عرض URL"
1469
 
1470
+ #: library/plugin-display.php:633
1471
  msgid "URL Markup"
1472
  msgstr "ترميز URL"
1473
 
1474
+ #: library/plugin-display.php:346
1475
+ msgid "Use a hidden field for the post category. This hides the category field and sets its value via the next option."
1476
+ msgstr "استخدم حقلاً مخفيًا لفئة المشاركة. هذا يخفي حقل الفئة ويعين قيمته عبر الخيار التالي."
 
 
 
 
 
 
 
 
 
 
 
 
1477
 
1478
+ #: library/plugin-display.php:745
1479
+ msgid "Use curly brackets"
1480
+ msgstr "استخدم الأقواس المتعرجة"
1481
 
1482
+ #: library/plugin-display.php:354
1483
+ msgid "Use Existing Tags"
1484
+ msgstr "استخدم العلامات الموجودة"
1485
 
1486
+ #: library/plugin-display.php:379 library/plugin-display.php:407
1487
+ #: library/plugin-display.php:440
1488
+ msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
1489
+ msgstr "استخدم فقط الأبجدية الرقمية والشرطات السفلية والشرطات. إذا لم تكن متأكدًا ، فاستخدم الاسم الافتراضي:"
1490
 
1491
+ #: library/plugin-display.php:750
1492
+ msgid "Use single straight quotes (instead of double quotes) in"
1493
+ msgstr "استخدم علامات الاقتباس المفردة (بدلاً من علامات الاقتباس المزدوجة) في"
1494
 
1495
+ #: library/plugin-display.php:519
1496
+ msgid "Use submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)"
1497
+ msgstr "استخدم الصور المرسلة كصور مميزة. يتطلب دعم سمة للصور المميزة (ويعرف أيضًا باسم Post Thumbnails)"
1498
 
1499
+ #: library/plugin-display.php:691 library/plugin-display.php:704
1500
  msgid "Use the shortcode to display the form on any WP Post or Page:"
1501
  msgstr "استخدم الرمز المختصر لعرض النموذج على أي منشور أو صفحة WP:"
1502
 
1503
+ #: library/plugin-display.php:250
1504
+ msgid "Use the user’s Profile URL as the value of the URL field (valid when the user is logged in to WordPress)"
1505
+ msgstr "استخدم عنوان URL لملف تعريف المستخدم كقيمة لحقل عنوان URL (صالح عند تسجيل دخول المستخدم إلى WordPress)"
 
 
 
 
 
 
 
 
 
 
 
 
1506
 
1507
+ #: library/plugin-display.php:245
1508
+ msgid "Use the user’s registered email as the value of the Email field (valid when the user is logged in to WordPress)"
1509
+ msgstr "استخدم البريد الإلكتروني المسجل للمستخدم كقيمة لحقل البريد الإلكتروني (صالح عندما يقوم المستخدم بتسجيل الدخول إلى WordPress)"
 
 
 
 
 
 
 
 
1510
 
1511
+ #: library/plugin-display.php:240
1512
+ msgid "Use the user’s registered username for the Name field (valid when the user is logged in to WordPress)"
1513
+ msgstr "استخدم اسم المستخدم المسجل لحقل الاسم (صالح عندما يقوم المستخدم بتسجيل الدخول إلى WordPress)"
1514
 
1515
+ #: library/plugin-display.php:732
1516
  msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
1517
  msgstr "استخدم هذا الرمز المختصر لعرض معرض للصور التي تم تحميلها لكل منشور مقدم:"
1518
 
1519
+ #: library/plugin-display.php:713
1520
+ msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1521
+ msgstr "استخدم هذا الرمز المختصر لعرض قائمة بالمنشورات المرسلة على أي منشور أو صفحة WP:"
 
 
 
 
 
 
 
 
 
 
 
 
1522
 
1523
+ #: library/plugin-display.php:90
1524
+ msgid "User Email"
1525
+ msgstr "البريد الالكتروني للمستخدم"
1526
 
1527
+ #: user-submitted-posts.php:1531
1528
+ msgid "User email required"
1529
+ msgstr "البريد الإلكتروني للمستخدم مطلوب"
1530
 
1531
+ #: user-submitted-posts.php:1522
1532
+ msgid "User login required"
1533
+ msgstr "تسجيل دخول المستخدم مطلوب"
1534
 
1535
+ #: library/plugin-display.php:89
1536
+ msgid "User Name"
1537
+ msgstr "اسم االمستخدم"
1538
 
1539
+ #: user-submitted-posts.php:1523
1540
+ msgid "User name required"
1541
+ msgstr "اسم المستخدم (مطلوب"
1542
 
1543
+ #: library/plugin-display.php:226
1544
+ msgid "User Settings"
1545
+ msgstr "إعدادات المستخدم"
1546
 
1547
+ #: user-submitted-posts.php:139
1548
+ msgid "User Submitted Post"
1549
+ msgstr "مشاركة أرسلها المستخدم"
1550
 
1551
+ #: user-submitted-posts.php:528
1552
+ msgid "User Submitted Post Info"
1553
+ msgstr "أرسل المستخدم معلومات المشاركة"
1554
 
1555
+ #. Name of the plugin
1556
+ #: user-submitted-posts.php:44 library/support-panel.php:7
1557
+ msgid "User Submitted Posts"
1558
+ msgstr "مشاركات المستخدم المرسلة"
1559
 
1560
+ #: library/plugin-display.php:91
1561
+ msgid "User URL"
1562
+ msgstr "URL المستخدم"
1563
 
1564
+ #: user-submitted-posts.php:1525
1565
+ msgid "User URL required"
1566
+ msgstr "مطلوب URL المستخدم"
1567
 
1568
+ #: library/shortcode-login.php:114 library/shortcode-login.php:139
1569
+ msgid "Username"
1570
+ msgstr "اسم المستخدم"
1571
 
1572
+ #: library/shortcode-login.php:159
1573
+ msgid "Username or Email"
1574
+ msgstr "اسم المستخدم أو البريد الالكتروني"
1575
 
1576
+ #: user-submitted-posts.php:619 library/plugin-display.php:59
1577
+ msgid "USP"
1578
+ msgstr "USP"
1579
 
1580
+ #: library/plugin-display.php:690
1581
+ msgid "USP enables you to display a post-submission form anywhere on your site."
1582
+ msgstr "يمكّنك USP من عرض نموذج ما بعد الإرسال في أي مكان على موقعك."
1583
 
1584
+ #: library/plugin-display.php:60 library/plugin-display.php:109
1585
+ #: library/plugin-display.php:219 library/plugin-display.php:267
1586
+ #: library/plugin-display.php:320 library/plugin-display.php:365
1587
+ #: library/plugin-display.php:393 library/plugin-display.php:421
1588
+ #: library/plugin-display.php:459 library/plugin-display.php:574
1589
+ #: library/plugin-display.php:669 library/plugin-display.php:697
1590
+ msgid "USP Pro"
1591
+ msgstr "USP Pro"
1592
 
1593
+ #: library/plugin-display.php:772
1594
+ msgid "USP provides three shortcodes to control access and restrict content."
1595
+ msgstr "يوفر USP ثلاثة رموز قصيرة للتحكم في الوصول وتقييد المحتوى."
1596
 
1597
+ #: library/plugin-settings.php:316
1598
+ msgid "v2 (I’m not a robot)"
1599
+ msgstr "v2 (أنا لست روبوتًا)"
1600
 
1601
+ #: library/plugin-settings.php:320
1602
+ msgid "v3 (Hidden reCaptcha)"
1603
+ msgstr "الإصدار 3 (اختبار reCaptcha المخفي)"
1604
 
1605
+ #: views/submission-form.php:131 views/submission-form-alt.php:146
1606
+ msgid "Verification"
1607
+ msgstr "تَحَقّق"
1608
 
1609
+ #: library/shortcode-misc.php:135
1610
+ msgid "View full post"
1611
+ msgstr "مشاهدة المشاركة كاملة"
1612
 
1613
+ #: library/plugin-display.php:696
1614
+ msgid "Want more than one form? Create unlimited submission forms, registration forms, contact forms and more with"
1615
+ msgstr "تريد أكثر من شكل؟ قم بإنشاء نماذج تقديم غير محدودة واستمارات التسجيل ونماذج الاتصال والمزيد باستخدام"
1616
 
1617
+ #: library/plugin-display.php:31
1618
+ msgid "We need your support!"
1619
+ msgstr "نحن بحاجة إلى دعمكم!"
1620
 
1621
+ #: library/shortcode-login.php:177
1622
+ msgid "Welcome, "
1623
+ msgstr "أهلا وسهلا، "
1624
 
1625
+ #: library/plugin-display.php:126
1626
+ msgid "With this option, you can copy the plugin’s default templates:"
1627
+ msgstr "باستخدام هذا الخيار ، يمكنك نسخ القوالب الافتراضية للمكون الإضافي:"
1628
 
1629
+ #: user-submitted-posts.php:86
1630
+ msgid "WordPress Admin Area"
1631
+ msgstr "منطقة إدارة WordPress"
1632
 
1633
+ #: library/plugin-settings.php:156
1634
+ msgid "WP Page"
1635
+ msgstr "صفحة الفسفور الابيض"
1636
 
1637
+ #: library/plugin-settings.php:152
1638
+ msgid "WP Post (recommended)"
1639
+ msgstr "WP Post (موصى به)"
1640
 
1641
+ #: library/plugin-display.php:703
1642
+ msgid "You also can display a simple form that enables users to log in, register, or reset their password."
1643
+ msgstr "يمكنك أيضًا عرض نموذج بسيط يمكّن المستخدمين من تسجيل الدخول أو التسجيل أو إعادة تعيين كلمة المرور الخاصة بهم."
1644
 
1645
+ #: library/plugin-display.php:736
1646
+ msgid "You can customize using any of the follwing attributes:"
1647
+ msgstr "يمكنك التخصيص باستخدام أي من السمات التالية:"
1648
 
1649
+ #: views/submission-form.php:37 views/submission-form.php:38
1650
+ #: views/submission-form-alt.php:52 views/submission-form-alt.php:53
1651
+ #: library/shortcode-login.php:143
1652
+ msgid "Your Email"
1653
+ msgstr "بريدك الالكتروني"
1654
 
1655
+ #: library/plugin-display.php:41
1656
+ msgid "Your generous support enables continued development of this free plugin. Thank you!"
1657
+ msgstr "يتيح دعمك السخي التطوير المستمر لهذا البرنامج المساعد المجاني. شكرًا لك!"
1658
 
1659
+ #: library/support-panel.php:62
1660
  msgid "Your generous support helps future development of"
1661
  msgstr "دعمك السخي يساعد في التطوير المستقبلي لـ"
1662
 
1663
+ #: views/submission-form.php:31 views/submission-form.php:32
1664
+ #: views/submission-form-alt.php:46 views/submission-form-alt.php:47
1665
+ msgid "Your Name"
1666
+ msgstr "اسمك"
 
 
 
 
 
 
 
 
 
 
 
 
 
1667
 
1668
+ #: views/submission-form.php:43 views/submission-form.php:44
1669
+ #: views/submission-form-alt.php:58 views/submission-form-alt.php:59
1670
+ msgid "Your URL"
1671
+ msgstr "عنوان URL الخاص بك"
1672
 
1673
+ #: library/plugin-settings.php:96
1674
+ msgid "★★★★★ rating »"
1675
+ msgstr "★★★★★ التصنيف & نبسب ؛ & raquo ؛"
 
1676
 
languages/usp-bn_BD.mo CHANGED
Binary file
languages/usp-bn_BD.po CHANGED
@@ -4,1502 +4,1673 @@ 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 20200817\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:82
16
- msgid "requires WordPress "
17
- msgstr "ওয়ার্ডপ্রেস প্রয়োজন "
18
 
19
- #: user-submitted-posts.php:83
 
 
 
 
 
 
 
 
 
 
 
 
20
  msgid " or higher, and has been deactivated! "
21
  msgstr " বা উচ্চতর, এবং নিষ্ক্রিয় করা হয়েছে! "
22
 
23
- #: user-submitted-posts.php:84
24
- msgid "Please return to the"
25
- msgstr "দয়া করে ফিরে যান"
 
26
 
27
- #: user-submitted-posts.php:85
28
- msgid "WordPress Admin Area"
29
- msgstr "ওয়ার্ডপ্রেস অ্যাডমিন এরিয়া"
30
 
31
- #: user-submitted-posts.php:86
32
- msgid "to upgrade WordPress and try again."
33
- msgstr "ওয়ার্ডপ্রেস আপগ্রেড করতে এবং আবার চেষ্টা করুন।"
34
 
35
- #: user-submitted-posts.php:138
36
- msgid "User Submitted Post"
37
- msgstr "ব্যবহারকারী জমা দেওয়া পোস্ট"
38
 
39
- #: user-submitted-posts.php:484
40
- msgid "User Submitted Post Info"
41
- msgstr "ব্যবহারকারী জমা পোস্ট তথ্য"
42
 
43
- #: user-submitted-posts.php:514
44
- msgid "Submitter Name: "
45
- msgstr "জমা দেওয়ার নাম: "
46
 
47
- #: user-submitted-posts.php:515
48
- msgid "Submitter Email: "
49
- msgstr "জমা দেওয়ার ইমেল: "
50
 
51
- #: user-submitted-posts.php:516
52
- msgid "Submitter URL: "
53
- msgstr "জমা দেওয়ার URL: "
54
 
55
- #: user-submitted-posts.php:517
56
- msgid "Submitter IP: "
57
- msgstr "জমা দেওয়ার আইপি: "
58
 
59
- #: user-submitted-posts.php:572
60
- msgid "Show USP Posts"
61
- msgstr "ইউএসপি পোস্টগুলি দেখান"
62
 
63
- #: user-submitted-posts.php:573 library/plugin-settings.php:1188
64
- msgid "USP"
65
- msgstr "USP"
66
 
67
- #: user-submitted-posts.php:1427
68
- msgid " files required"
69
- msgstr " ফাইল প্রয়োজন"
70
 
71
- #: user-submitted-posts.php:1428
72
- msgid " file required"
73
- msgstr " ফাইল প্রয়োজন"
74
 
75
- #: user-submitted-posts.php:1430
76
- msgid " files"
77
- msgstr " নথি পত্র"
 
 
78
 
79
- #: user-submitted-posts.php:1431
80
- msgid " file"
81
- msgstr " ফাইল"
82
 
83
- #: user-submitted-posts.php:1433 user-submitted-posts.php:1434
84
- #: user-submitted-posts.php:1435 user-submitted-posts.php:1436
85
- msgid " pixels"
86
- msgstr " পিক্সেল"
87
 
88
- #: user-submitted-posts.php:1438 library/core-functions.php:255
89
- #: library/plugin-settings.php:342 library/plugin-settings.php:361
90
- #: library/plugin-settings.php:876 library/plugin-settings.php:1447
91
- msgid "Custom Field"
92
- msgstr "কাস্টম ক্ষেত্র"
93
 
94
- #: user-submitted-posts.php:1440
95
- msgid "Custom checkbox required"
96
- msgstr "কাস্টম চেকবক্স প্রয়োজন"
97
 
98
- #: user-submitted-posts.php:1443
99
- msgid "An error occurred. Please go back and try again."
100
- msgstr "একটি ত্রুটি ঘটেছে. ফিরে যান এবং আবার চেষ্টা করুন।"
101
 
102
- #: user-submitted-posts.php:1453
103
- msgid "User login required"
104
- msgstr "ব্যবহারকারীর লগইন প্রয়োজন"
105
 
106
- #: user-submitted-posts.php:1454
107
- msgid "User name required"
108
- msgstr "ব্যবহারকারীর নাম (বাধ্যতামূলক"
109
 
110
- #: user-submitted-posts.php:1455
111
- msgid "Post title required"
112
- msgstr "পোস্টের শিরোনাম প্রয়োজন"
113
 
114
- #: user-submitted-posts.php:1456
115
- msgid "User URL required"
116
- msgstr "ব্যবহারকারীর ইউআরএল প্রয়োজনীয়"
117
 
118
- #: user-submitted-posts.php:1457
119
- msgid "Post tags required"
120
- msgstr "পোস্ট ট্যাগ প্রয়োজন"
 
 
121
 
122
- #: user-submitted-posts.php:1458
123
- msgid "Post category required"
124
- msgstr "পোস্ট বিভাগ প্রয়োজনীয়"
125
 
126
- #: user-submitted-posts.php:1459
127
- msgid "Post content required"
128
- msgstr "পোস্ট সামগ্রী প্রয়োজন"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
129
 
130
- #: user-submitted-posts.php:1460 user-submitted-posts.php:1461
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
131
  msgid "Correct captcha required"
132
  msgstr "সঠিক ক্যাপচা প্রয়োজন"
133
 
134
- #: user-submitted-posts.php:1462
135
- msgid "User email required"
136
- msgstr "ব্যবহারকারীর ইমেল প্রয়োজন"
137
 
138
- #: user-submitted-posts.php:1463
139
- msgid "Please check your email and try again"
140
- msgstr "আপনার ইমেল চেক করুন এবং আবার চেষ্টা করুন"
141
 
142
- #: user-submitted-posts.php:1464
143
- msgid "Non-empty value for hidden field"
144
- msgstr "লুকানো ক্ষেত্রের জন্য খালি নয়"
145
 
146
- #: user-submitted-posts.php:1465
147
- msgid "Minimum number of images not met"
148
- msgstr "ন্যূনতম সংখ্যক চিত্র পূরণ হয়নি"
149
 
150
- #: user-submitted-posts.php:1466
151
- msgid "Maximum number of images exceeded "
152
- msgstr "চিত্রের সর্বাধিক সংখ্যা অতিক্রম করেছে "
 
 
153
 
154
- #: user-submitted-posts.php:1467
155
- msgid "Minimum image width not met"
156
- msgstr "সর্বনিম্ন চিত্র প্রস্থ পূরণ করা হয়নি"
157
 
158
- #: user-submitted-posts.php:1468
159
- msgid "Image width exceeds maximum"
160
- msgstr "চিত্রের প্রস্থ সর্বাধিক ছাড়িয়ে গেছে"
161
 
162
- #: user-submitted-posts.php:1469
163
- msgid "Minimum image height not met"
164
- msgstr "সর্বনিম্ন চিত্রের উচ্চতা পূরণ হয়নি"
 
 
165
 
166
- #: user-submitted-posts.php:1470
167
- msgid "Image height exceeds maximum"
168
- msgstr "চিত্রের উচ্চতা সর্বোচ্চ ছাড়িয়ে গেছে"
169
 
170
- #: user-submitted-posts.php:1471
171
- msgid "File type not allowed (please upload images only)"
172
- msgstr "ফাইলের ধরণের অনুমতি নেই (দয়া করে কেবল চিত্রগুলি আপলোড করুন)"
173
 
174
- #: user-submitted-posts.php:1472
175
- msgid " required"
176
- msgstr " প্রয়োজনীয়"
177
 
178
- #: user-submitted-posts.php:1477
179
- msgid "File not uploaded. Please check the file and try again."
180
- msgstr "ফাইল আপলোড করা হয়নি। দয়া করে ফাইলটি পরীক্ষা করে দেখুন এবং আবার চেষ্টা করুন।"
181
 
182
- #: user-submitted-posts.php:1481
183
- msgid "The file(s) could not be uploaded"
184
- msgstr "ফাইল (গুলি) আপলোড করা যায়নি"
185
 
186
- #: user-submitted-posts.php:1483
187
- msgid "Post not created. Please contact the site administrator for help."
188
- msgstr "পোস্ট তৈরি করা হয়নি। সহায়তার জন্য দয়া করে সাইট প্রশাসকের সাথে যোগাযোগ করুন।"
189
 
190
- #: user-submitted-posts.php:1484
191
- msgid "Duplicate post title. Please try again."
192
- msgstr "সদৃশ পোস্ট শিরোনাম। অনুগ্রহপূর্বক আবার চেষ্টা করুন."
193
 
194
- #: user-submitted-posts.php:1494
195
- msgid "Error: "
196
- msgstr "ত্রুটি: "
197
 
198
- #: user-submitted-posts.php:1520
199
- msgid "Return to form"
200
- msgstr "ফর্ম ফিরে"
201
 
202
- #: user-submitted-posts.php:1550 library/plugin-settings.php:1164
203
- msgid "Please"
204
- msgstr "অনুগ্রহ"
205
 
206
- #: user-submitted-posts.php:1551
207
- msgid "log in"
208
- msgstr "প্রবেশ করুন"
209
 
210
- #: user-submitted-posts.php:1552
211
- msgid "to submit content!"
212
- msgstr "বিষয়বস্তু জমা দিতে!"
213
 
214
- #: views/submission-form.php:21 views/submission-form-alt.php:40
215
- msgid "Please complete the required fields."
216
- msgstr "প্রয়োজনীয় ক্ষেত্রগুলি সম্পূর্ণ করুন।"
 
217
 
218
- #: views/submission-form.php:31 views/submission-form.php:32
219
- #: views/submission-form-alt.php:46 views/submission-form-alt.php:47
220
- msgid "Your Name"
221
- msgstr "তোমার নাম"
222
 
223
- #: views/submission-form.php:37 views/submission-form.php:38
224
- #: views/submission-form-alt.php:52 views/submission-form-alt.php:53
225
- #: library/shortcode-login.php:143
226
- msgid "Your Email"
227
- msgstr "তোমার ইমেইল"
228
 
229
- #: views/submission-form.php:43 views/submission-form.php:44
230
- #: views/submission-form-alt.php:58 views/submission-form-alt.php:59
231
- msgid "Your URL"
232
- msgstr "আপনার ইউআরএল"
233
 
234
- #: views/submission-form.php:49 views/submission-form.php:50
235
- #: views/submission-form-alt.php:64 views/submission-form-alt.php:65
236
- #: library/plugin-settings.php:1225
237
- msgid "Post Title"
238
- msgstr "পোস্ট শিরোনাম"
239
 
240
- #: views/submission-form.php:56 views/submission-form.php:65
241
- #: views/submission-form.php:66 views/submission-form-alt.php:71
242
- #: views/submission-form-alt.php:80 views/submission-form-alt.php:81
243
- #: library/plugin-settings.php:1226
244
- msgid "Post Tags"
245
- msgstr "পোস্ট ট্যাগস"
246
 
247
- #: views/submission-form.php:58 views/submission-form-alt.php:73
248
- msgid "Please select some tags.."
249
- msgstr "দয়া করে কিছু ট্যাগ নির্বাচন করুন .."
250
 
251
- #: views/submission-form.php:79 views/submission-form-alt.php:94
252
- msgid "Antispam Question"
253
- msgstr "অ্যান্টিসপ্যাম প্রশ্ন"
254
 
255
- #: views/submission-form.php:84 views/submission-form-alt.php:99
256
- #: library/plugin-settings.php:1227
257
- msgid "Post Category"
258
- msgstr "পোস্ট বিভাগ"
259
 
260
- #: views/submission-form.php:86 views/submission-form-alt.php:101
261
- msgid "Please select a category.."
262
- msgstr "দয়া করে একটি বিভাগ নির্বাচন করুন .."
263
 
264
- #: views/submission-form.php:117 views/submission-form.php:118
265
- #: views/submission-form-alt.php:132 views/submission-form-alt.php:133
266
- #: library/plugin-settings.php:1228
267
- msgid "Post Content"
268
- msgstr "সামগ্রী পোস্ট করুন"
269
 
270
- #: views/submission-form.php:125 views/submission-form-alt.php:140
271
- msgid "Verification"
272
- msgstr "প্রতিপাদন"
273
 
274
- #: views/submission-form.php:132 views/submission-form-alt.php:147
275
- msgid "Upload an Image"
276
- msgstr "একটি চিত্র আপলোড করুন"
277
 
278
- #: views/submission-form.php:141 views/submission-form-alt.php:156
279
- msgid "Add another image"
280
- msgstr "অন্য চিত্র যুক্ত করুন"
281
 
282
- #: views/submission-form.php:163 views/submission-form-alt.php:178
283
- msgid "Human verification: leave this field empty."
284
- msgstr "মানব যাচাইকরণ: এই ক্ষেত্রটি খালি ছেড়ে দিন।"
285
 
286
- #: views/submission-form.php:191 views/submission-form-alt.php:206
287
- msgid "Submit Post"
288
- msgstr "পোস্ট জমা দিন"
289
 
290
- #: library/enqueue-scripts.php:150 library/enqueue-scripts.php:193
291
- msgid "Incorrect response."
292
- msgstr "ভুল প্রতিক্রিয়া।"
293
 
294
- #: library/shortcode-login.php:88 library/shortcode-login.php:127
295
- msgid "Login"
296
- msgstr "প্রবেশ করুন"
297
 
298
- #: library/shortcode-login.php:89
299
- msgid "Register"
300
- msgstr "নিবন্ধন"
301
 
302
- #: library/shortcode-login.php:90
303
- msgid "Forgot?"
304
- msgstr "ভুলে গেছেন?"
 
 
305
 
306
- #: library/shortcode-login.php:97 library/shortcode-login.php:102
307
- msgid "Success!"
308
- msgstr "সফল!"
309
 
310
- #: library/shortcode-login.php:98
311
- msgid "Check your email for the password."
312
- msgstr "পাসওয়ার্ডের জন্য আপনার ইমেল চেক করুন।"
313
 
314
- #: library/shortcode-login.php:103
315
- msgid "Check your email to reset your password."
316
- msgstr "আপনার পাসওয়ার্ড রিসেট করতে আপনার ইমেইল চেক করুন।"
317
 
318
- #: library/shortcode-login.php:107
319
- msgid "Have an account?"
320
- msgstr "একাউন্ট আছে?"
321
 
322
- #: library/shortcode-login.php:108
323
- msgid "Log in or sign up! It’s fast & free!"
324
- msgstr "লগিন করো অথবা সাইন আপ করুন! এটি দ্রুত & amp; ফ্রি!"
325
 
326
- #: library/shortcode-login.php:114 library/shortcode-login.php:139
327
- msgid "Username"
328
- msgstr "ব্যবহারকারীর নাম"
329
 
330
- #: library/shortcode-login.php:118
331
- msgid "Password"
332
- msgstr "পাসওয়ার্ড"
333
 
334
- #: library/shortcode-login.php:124
335
- msgid "Remember me"
336
- msgstr "আমাকে মনে কর"
337
 
338
- #: library/shortcode-login.php:135
339
- msgid "Register for this site!"
340
- msgstr "এই সাইট এর জন্য নিবন্ধন করুন!"
341
 
342
- #: library/shortcode-login.php:136
343
- msgid "Sign up now for the good stuff."
344
- msgstr "ভাল জিনিস জন্য এখন সাইন আপ করুন।"
345
 
346
- #: library/shortcode-login.php:147
347
- msgid "Sign up!"
348
- msgstr "নিবন্ধন করুন!"
349
 
350
- #: library/shortcode-login.php:155
351
- msgid "Lose something?"
352
- msgstr "কিছু হারান?"
353
 
354
- #: library/shortcode-login.php:156
355
- msgid "Enter your username or email to reset your password."
356
- msgstr "আপনার গোপন শব্দ নতুন করতে সদস্যের নাম আর ইমেইল প্রবেশ করান."
357
 
358
- #: library/shortcode-login.php:159
359
- msgid "Username or Email"
360
- msgstr "ব্যবহারকারী নাম বা ইমেল"
361
 
362
- #: library/shortcode-login.php:163
363
- msgid "Reset my password"
364
- msgstr "আমার পাসওয়ার্ড পুনরায় সেট করুন"
365
 
366
- #: library/shortcode-login.php:177
367
- msgid "Welcome, "
368
- msgstr "স্বাগত, "
369
 
370
- #: library/shortcode-login.php:180
371
- msgid "Congratulations, you’re logged in."
372
- msgstr "অভিনন্দন, আপনি লগ ইন করেছেন।"
 
373
 
374
- #: library/shortcode-login.php:182
375
- msgid "Log out"
376
- msgstr "প্রস্থান"
377
 
378
- #: library/shortcode-login.php:183
379
- msgid "Admin"
380
- msgstr "অ্যাডমিন"
381
 
382
- #: library/shortcode-login.php:184
383
- msgid "Profile"
384
- msgstr "প্রোফাইল"
385
 
386
- #: library/shortcode-misc.php:18
387
- msgid "Reset form"
388
- msgstr "ফর্মটি পুনরায় সেট করুন"
389
 
390
- #: library/shortcode-misc.php:128
391
- msgid "View full post"
392
- msgstr "সম্পূর্ণ পোস্ট দেখুন"
393
 
394
- #: library/plugin-settings.php:31
395
- msgid "Settings"
396
- msgstr "সেটিংস"
397
 
398
- #: library/plugin-settings.php:40
399
- msgid "Get USP Pro for unlimited forms!"
400
- msgstr "সীমাহীন ফর্মগুলির জন্য ইউএসপি প্রো পান!"
401
 
402
- #: library/plugin-settings.php:41
403
- msgid "Go Pro"
404
- msgstr "প্রো প্রো"
405
 
406
- #: library/plugin-settings.php:62 library/plugin-settings.php:1196
407
- #: library/plugin-settings.php:1819
408
- msgid "Plugin Homepage"
409
- msgstr "প্লাগইন হোমপেজ"
410
 
411
- #: library/plugin-settings.php:63
412
- msgid "Homepage"
413
- msgstr "হোম পেজ"
414
 
415
- #: library/plugin-settings.php:68
416
- msgid "Give USP a 5-star rating at WordPress.org"
417
- msgstr "ওয়ার্ডপ্রেস.আর.জে ইউএসপিকে একটি পাঁচতারা রেটিং দিন"
418
 
419
- #: library/plugin-settings.php:69
420
- msgid "Rate this plugin »"
421
- msgstr "এই প্লাগইনটিকে রেট দিন & nbsp; & raquo;"
422
 
423
- #: library/plugin-settings.php:127
424
- msgid "WP Post (recommended)"
425
- msgstr "ডাব্লুপি পোস্ট (প্রস্তাবিত)"
426
 
427
- #: library/plugin-settings.php:131
428
- msgid "WP Page"
429
- msgstr "ডাব্লুপি পৃষ্ঠা"
430
 
431
- #: library/plugin-settings.php:147
432
- msgid "HTML5 Form + Default CSS"
433
- msgstr "এইচটিএমএল 5 ফর্ম + ডিফল্ট সিএসএস"
434
 
435
- #: library/plugin-settings.php:147
436
- msgid "(Recommended)"
437
- msgstr "(প্রস্তাবিত)"
438
 
439
- #: library/plugin-settings.php:151
440
- msgid "HTML5 Form + Disable CSS"
441
- msgstr "এইচটিএমএল 5 ফর্ম + সিএসএস অক্ষম করুন"
442
 
443
- #: library/plugin-settings.php:151
444
- msgid "(Provide your own styles)"
445
- msgstr "(আপনার নিজস্ব শৈলী সরবরাহ করুন)"
446
 
447
- #: library/plugin-settings.php:155
448
- msgid "Custom Form + Custom CSS"
449
- msgstr "কাস্টম ফর্ম + কাস্টম সিএসএস"
450
 
451
- #: library/plugin-settings.php:155
452
- msgid "(Provide your own form template & styles)"
453
- msgstr "(আপনার নিজস্ব ফর্ম টেমপ্লেট & শৈলী সরবরাহ করুন)"
454
 
455
- #: library/plugin-settings.php:171 library/plugin-settings.php:195
456
- #: library/plugin-settings.php:219 library/plugin-settings.php:243
457
- #: library/plugin-settings.php:267
458
- msgid "Auto-display before post content"
459
- msgstr "পোস্ট সামগ্রীর আগে স্বয়ংক্রিয় প্রদর্শন"
460
 
461
- #: library/plugin-settings.php:175 library/plugin-settings.php:199
462
- #: library/plugin-settings.php:223 library/plugin-settings.php:247
463
- #: library/plugin-settings.php:271
464
- msgid "Auto-display after post content"
465
- msgstr "পোস্ট সামগ্রীর পরে স্বয়ংক্রিয় প্রদর্শন"
466
 
467
- #: library/plugin-settings.php:179
468
- msgid "Do not auto-display submitted images"
469
- msgstr "জমা দেওয়া চিত্রগুলি স্বয়ং-প্রদর্শন করবেন না"
470
 
471
- #: library/plugin-settings.php:203
472
- msgid "Do not auto-display submitted email"
473
- msgstr "জমা দেওয়া ইমেলটি স্বয়ংক্রিয়ভাবে প্রদর্শন করবেন না"
 
474
 
475
- #: library/plugin-settings.php:227
476
- msgid "Do not auto-display submitted name"
477
- msgstr "জমা দেওয়া নামটি স্বয়ংক্রিয়ভাবে প্রদর্শন করবেন না"
478
 
479
- #: library/plugin-settings.php:251
480
- msgid "Do not auto-display submitted URL"
481
- msgstr "জমা দেওয়া URL টি স্বয়ংক্রিয়-প্রদর্শন করবেন না Do"
482
 
483
- #: library/plugin-settings.php:275
484
- msgid "Do not auto-display the Custom Field"
485
- msgstr "কাস্টম ফিল্ডটি স্বয়ংক্রিয়ভাবে প্রদর্শন করবেন না"
 
486
 
487
- #: library/plugin-settings.php:291
488
- msgid "v2 (I’m not a robot)"
489
- msgstr "ভি 2 (আমি & রোবট না;)"
490
 
491
- #: library/plugin-settings.php:295
492
- msgid "v3 (Hidden reCaptcha)"
493
- msgstr "v3 (লুকানো পুনঃসংযোগ)"
494
 
495
- #: library/plugin-settings.php:323 library/plugin-settings.php:355
496
- #: library/plugin-settings.php:388 library/plugin-settings.php:420
497
- msgid "Enable and require"
498
- msgstr "সক্ষম এবং প্রয়োজনীয়"
499
 
500
- #: library/plugin-settings.php:324 library/plugin-settings.php:356
501
- msgid "Enable but do not require"
502
- msgstr "সক্ষম করুন তবে প্রয়োজন নেই"
503
 
504
- #: library/plugin-settings.php:325 library/plugin-settings.php:357
505
- #: library/plugin-settings.php:389 library/plugin-settings.php:421
506
- msgid "Disable this field"
507
- msgstr "এই ক্ষেত্রটি অক্ষম করুন"
508
 
509
- #: library/plugin-settings.php:360 library/plugin-settings.php:392
510
- #: library/plugin-settings.php:424 library/plugin-settings.php:456
511
- msgid "(Visit"
512
- msgstr "(পরিদর্শন"
513
 
514
- #: library/plugin-settings.php:361 library/plugin-settings.php:393
515
- #: library/plugin-settings.php:425 library/plugin-settings.php:457
516
- msgid "to configure options)"
517
- msgstr "বিকল্পগুলি কনফিগার করতে)"
518
 
519
- #: library/plugin-settings.php:376 library/plugin-settings.php:393
520
- #: library/plugin-settings.php:1465 library/plugin-settings.php:1470
521
- msgid "Challenge Question"
522
- msgstr "চ্যালেঞ্জ প্রশ্ন"
523
 
524
- #: library/plugin-settings.php:408 library/plugin-settings.php:425
525
- #: library/plugin-settings.php:1487
526
- msgid "Google reCAPTCHA"
527
- msgstr "গুগল রেক্যাপচা"
528
 
529
- #: library/plugin-settings.php:440
530
- msgid "Post Images"
531
- msgstr "ছবি পোস্ট করুন"
532
 
533
- #: library/plugin-settings.php:452
534
- msgid "Enable"
535
- msgstr "সক্ষম করা"
536
 
537
- #: library/plugin-settings.php:453
538
- msgid "Disable"
539
- msgstr "অক্ষম"
540
 
541
- #: library/plugin-settings.php:457 library/plugin-settings.php:1555
542
- msgid "Image Uploads"
543
- msgstr "চিত্র আপলোড"
544
 
545
- #: library/plugin-settings.php:537
546
- msgid "Draft"
547
- msgstr "খসড়া"
548
 
549
- #: library/plugin-settings.php:538
550
- msgid "Pending (default)"
551
- msgstr "মুলতুবি (ডিফল্ট)"
552
 
553
- #: library/plugin-settings.php:539
554
- msgid "Publish immediately"
555
- msgstr "অবিলম্বে প্রকাশ করুন"
556
 
557
- #: library/plugin-settings.php:540
558
- msgid "Publish after 1 approved post"
559
- msgstr "1 অনুমোদিত পোস্টের পরে প্রকাশ করুন"
560
 
561
- #: library/plugin-settings.php:541
562
- msgid "Publish after "
563
- msgstr "পরে প্রকাশ করুন "
564
 
565
- #: library/plugin-settings.php:541
566
- msgid " approved posts"
567
- msgstr " অনুমোদিত পোস্ট"
568
 
569
- #: library/plugin-settings.php:569
570
- msgid "Select categories to display in the Category field."
571
- msgstr "বিভাগ ক্ষেত্রে প্রদর্শিত বিভাগ নির্বাচন করুন।"
572
 
573
- #: library/plugin-settings.php:815
574
- msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
575
- msgstr "সেখানে একটা ভুল ছিল. দয়া করে নিশ্চিত করুন যে আপনি কোনও শিরোনাম, কিছু সামগ্রী যুক্ত করেছেন এবং আপনি কেবল ছবি আপলোড করেছেন।"
 
576
 
577
- #: library/plugin-settings.php:829
578
- msgid "Please select your image(s) to upload."
579
- msgstr "আপলোড করতে দয়া করে আপনার চিত্র (গুলি) নির্বাচন করুন।"
 
580
 
581
- #: library/plugin-settings.php:835
582
- msgid "Success! Thank you for your submission."
583
- msgstr "সফল! আপনার জমা দেওয়ার জন্য আপনাকে ধন্যবাদ."
584
 
585
- #: library/plugin-settings.php:864
586
- msgid "Email"
587
- msgstr "ইমেইল"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
588
 
589
- #: library/plugin-settings.php:866
590
- msgid "URL"
591
- msgstr "URL টি"
592
 
593
- #: library/plugin-settings.php:1151
594
- msgid "Toggle all panels"
595
- msgstr "সমস্ত প্যানেল টগল করুন"
596
 
597
- #: library/plugin-settings.php:1160
598
- msgid "We need your support!"
599
- msgstr "আমরা আপনার সমর্থন প্রয়োজন!"
600
 
601
- #: library/plugin-settings.php:1164
602
- msgid "Make a donation via PayPal"
603
- msgstr "পেপালের মাধ্যমে অনুদান দিন"
604
 
605
- #: library/plugin-settings.php:1164
606
- msgid "make a donation"
607
- msgstr "উচ্চ স্বরে পড়া"
608
 
609
- #: library/plugin-settings.php:1164
610
- msgid "and/or"
611
- msgstr "এবং / অথবা"
612
 
613
- #: library/plugin-settings.php:1165
614
- msgid "Rate and review at the Plugin Directory"
615
- msgstr "প্লাগিন ডিরেক্টরিতে রেট করুন এবং পর্যালোচনা করুন"
 
616
 
617
- #: library/plugin-settings.php:1166
618
- msgid "give this plugin a 5-star rating"
619
- msgstr "এই প্লাগইনটিকে 5-তারা রেটিং দিন"
620
 
621
- #: library/plugin-settings.php:1170
622
- msgid "Your generous support enables continued development of this free plugin. Thank you!"
623
- msgstr "আপনার উদার সমর্থন এই ফ্রি প্লাগইন এর অবিচ্ছিন্ন বিকাশ সক্ষম করে। ধন্যবাদ!"
624
 
625
- #: library/plugin-settings.php:1175
626
- msgid "Check this box if you have shown support"
627
- msgstr "যদি আপনি সমর্থন দেখিয়ে থাকেন তবে এই বাক্সটি চেক করুন"
628
 
629
- #: library/plugin-settings.php:1184
630
- msgid "Overview"
631
- msgstr "সংক্ষিপ্ত বিবরণ"
632
 
633
- #: library/plugin-settings.php:1188
634
- msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
635
- msgstr "আপনার দর্শকদের আপনার সাইটের সামনের প্রান্ত থেকে পোস্টগুলি জমা দিতে এবং চিত্রগুলি আপলোড করতে সক্ষম করে। "
636
 
637
- #: library/plugin-settings.php:1189
638
- msgid "For advanced functionality and unlimited forms, check out"
639
- msgstr "উন্নত কার্যকারিতা এবং সীমাহীন ফর্মগুলির জন্য, দেখুন"
640
 
641
- #: library/plugin-settings.php:1189 library/plugin-settings.php:1613
642
- msgid "USP Pro"
643
- msgstr "ইউএসপি প্রো"
644
 
645
- #: library/plugin-settings.php:1190
646
- msgid "— the ultimate solution for user-generated content."
647
- msgstr "& Mdash; ব্যবহারকারী-উত্পাদিত সামগ্রীর চূড়ান্ত সমাধান।"
648
 
649
- #: library/plugin-settings.php:1194 library/plugin-settings.php:1211
650
- msgid "Plugin Settings"
651
- msgstr "প্লাগইন সেটিংস"
652
 
653
- #: library/plugin-settings.php:1195
654
- msgid "Display the form"
655
- msgstr "ফর্মটি প্রদর্শন করুন"
656
 
657
- #: library/plugin-settings.php:1199
658
- msgid "If you like this plugin, please"
659
- msgstr "আপনি যদি এই প্লাগইন পছন্দ করেন, দয়া করে"
660
 
661
- #: library/plugin-settings.php:1200
662
- msgid "THANK YOU for your support!"
663
- msgstr "আপনার সমর্থনের জন্য ধন্যবাদ!"
664
 
665
- #: library/plugin-settings.php:1200
666
- msgid "give it a 5-star rating"
667
- msgstr "এটি একটি 5 তারা রেটিং দিন"
668
 
669
- #: library/plugin-settings.php:1204
670
- msgid "Unlimited front-end forms"
671
- msgstr "সীমাহীন ফ্রন্ট-এন্ড ফর্মগুলি"
672
 
673
- #: library/plugin-settings.php:1204
674
- msgid "Get USP Pro"
675
- msgstr "ইউএসপি প্রো পান"
676
 
677
- #: library/plugin-settings.php:1214
678
- msgid "Configure your settings for User Submitted Posts."
679
- msgstr "ব্যবহারকারী জমা দেওয়া পোস্টগুলির জন্য আপনার সেটিংস কনফিগার করুন।"
680
 
681
- #: library/plugin-settings.php:1216
682
- msgid "Form Fields"
683
- msgstr "ফর্ম ক্ষেত্রসমূহ"
684
 
685
- #: library/plugin-settings.php:1222
686
- msgid "User Name"
687
- msgstr "ব্যবহারকারীর নাম"
688
 
689
- #: library/plugin-settings.php:1223
690
- msgid "User Email"
691
- msgstr "ব্যবহারকারী ইমেল"
692
 
693
- #: library/plugin-settings.php:1224
694
- msgid "User URL"
695
- msgstr "ব্যবহারকারী ইউআরএল"
696
 
697
- #: library/plugin-settings.php:1239
698
- msgid "General Settings"
699
- msgstr "সাধারণ সেটিংস"
700
 
701
- #: library/plugin-settings.php:1241
702
- msgid "Note that the default settings work fine for most cases."
703
- msgstr "নোট করুন যে ডিফল্ট সেটিংস বেশিরভাগ ক্ষেত্রেই সূক্ষ্মভাবে কাজ করে।"
704
 
705
- #: library/plugin-settings.php:1246
706
- msgid "Form Style"
707
- msgstr "ফর্ম স্টাইল"
708
 
709
- #: library/plugin-settings.php:1251
710
- msgid "With this option, you can copy the plugin’s default templates:"
711
- msgstr "এই বিকল্পের সাহায্যে আপনি প্লাগইনটির ডিফল্ট টেম্পলেটগুলি অনুলিপি করতে পারেন:"
712
 
713
- #: library/plugin-settings.php:1256
714
- msgid "..and upload them into a directory named"
715
- msgstr ".. এবং সেগুলি নামের একটি ডিরেক্টরিতে আপলোড করুন"
716
 
717
- #: library/plugin-settings.php:1256
718
- msgid "in your theme:"
719
- msgstr "আপনার থিম মধ্যে:"
720
 
721
- #: library/plugin-settings.php:1262
722
- 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"
723
- msgstr "এটি আপনাকে পছন্দ মতো ফর্ম এবং শৈলীগুলি কাস্টমাইজ করতে সক্ষম করবে। আরও তথ্যের জন্য, \"কাস্টম সাবমিশন ফর্ম\" বিভাগটি দেখুন"
724
 
725
- #: library/plugin-settings.php:1263
726
- msgid "Installation Docs"
727
- msgstr "ইনস্টলেশন ডক্স"
728
 
729
- #: library/plugin-settings.php:1264
730
- msgid "FYI: here is a"
731
- msgstr "এফওয়াইআই: এখানে একটি"
732
 
733
- #: library/plugin-settings.php:1264
734
- msgid "list of USP CSS selectors"
735
- msgstr "ইউএসপি সিএসএস নির্বাচকদের তালিকা"
736
 
737
- #: library/plugin-settings.php:1270
738
- msgid "Include JavaScript"
739
- msgstr "জাভাস্ক্রিপ্ট অন্তর্ভুক্ত করুন"
740
 
741
- #: library/plugin-settings.php:1272
742
- msgid "Check this box if you want to include the external JavaScript files (recommended)"
743
- msgstr "আপনি যদি বাহ্যিক জাভাস্ক্রিপ্ট ফাইলগুলি অন্তর্ভুক্ত করতে চান তবে এই বাক্সটি চেক করুন (প্রস্তাবিত)"
744
 
745
- #: library/plugin-settings.php:1275
746
- msgid "Targeted Loading"
747
- msgstr "লক্ষ্যবস্তু লোড হচ্ছে"
748
 
749
- #: library/plugin-settings.php:1277
750
- msgid "By default, CSS & JavaScript assets are loaded on every page. Here you may specify the URL(s) of the USP form to load assets only on that page. Note: leave blank to load on all pages. Use commas to separate multiple URLs."
751
- msgstr "ডিফল্টরূপে, সিএসএস & amp; জাভাস্ক্রিপ্ট সম্পদ প্রতিটি পৃষ্ঠায় লোড করা হয়। এখানে আপনি কেবল সেই পৃষ্ঠায় সম্পদ লোড করতে ইউএসপি ফর্মের ইউআরএল (গুলি) নির্দিষ্ট করতে পারেন। দ্রষ্টব্য: সমস্ত পৃষ্ঠায় লোড করতে ফাঁকা ছেড়ে যান। একাধিক URL গুলি আলাদা করতে কমা ব্যবহার করুন।"
752
 
753
- #: library/plugin-settings.php:1280
754
- msgid "Post Type"
755
- msgstr "পোস্টের ধরণ"
756
 
757
- #: library/plugin-settings.php:1283
758
- msgid "Submit posts as WP Posts or Pages"
759
- msgstr "ডাব্লুপি পোস্ট বা পৃষ্ঠাগুলি হিসাবে পোস্ট জমা দিন"
760
 
761
- #: library/plugin-settings.php:1287
762
- msgid "Post Status"
763
- msgstr "পোস্ট স্থিতি"
764
 
765
- #: library/plugin-settings.php:1290
766
- msgid "Post Status for submitted posts"
767
- msgstr "জমা দেওয়া পোস্টের জন্য পোস্টের স্থিতি"
768
 
769
- #: library/plugin-settings.php:1294
770
- msgid "Redirect URL"
771
- msgstr "পুনঃনির্দেশ URL"
 
 
 
 
772
 
773
- #: library/plugin-settings.php:1296
774
- msgid "Specify a URL to redirect the user after post submission (leave blank to redirect back to current page)"
775
- msgstr "পোস্ট জমা দেওয়ার পরে ব্যবহারকারীকে পুনর্নির্দেশের জন্য একটি URL নির্দিষ্ট করুন (বর্তমান পৃষ্ঠায় ফিরে যাওয়ার জন্য ফাঁকা ছেড়ে যান)"
776
 
777
- #: library/plugin-settings.php:1299
778
- msgid "Success Message"
779
- msgstr "সাফল্যের বার্তা"
780
 
781
- #: library/plugin-settings.php:1301
782
- msgid "Success message that is displayed if post submission is successful (basic markup is allowed)"
783
- msgstr "পোস্ট জমাটি সফল হলে প্রদর্শিত সাফল্যের বার্তা (বেসিক মার্কআপ অনুমোদিত)"
784
 
785
- #: library/plugin-settings.php:1304
786
- msgid "Error Message"
787
- msgstr "ভুল বার্তা"
788
 
789
- #: library/plugin-settings.php:1306
790
- msgid "General error message that is displayed if post submission fails (basic markup is allowed)"
791
- msgstr "পোস্ট জমা দিতে ব্যর্থ হলে প্রদর্শিত হবে এমন সাধারণ ত্রুটি বার্তা (বেসিক মার্কআপ অনুমোদিত)"
792
 
793
- #: library/plugin-settings.php:1309
794
- msgid "Custom Content"
795
- msgstr "কাস্টম কন্টেন্ট"
796
 
797
- #: library/plugin-settings.php:1311
798
- msgid "Custom text/markup to be included before the submission form (leave blank to disable)"
799
- msgstr "জমা দেওয়ার আগে কাস্টম পাঠ্য / মার্কআপ অন্তর্ভুক্ত করা হবে (অক্ষম করতে ফাঁকা ছেড়ে দিন)"
800
 
801
- #: library/plugin-settings.php:1314
802
- msgid "Rich Text Editor"
803
- msgstr "উন্নত টেক্সট এডিটর"
804
 
805
- #: library/plugin-settings.php:1316
806
- msgid "Check this box if you want to enable RTE/Visual Editor for the Post Content field"
807
- msgstr "আপনি পোস্ট সামগ্রী ক্ষেত্রের জন্য আরটিই / ভিজ্যুয়াল সম্পাদক সক্ষম করতে চাইলে এই বাক্সটি চেক করুন"
808
 
809
- #: library/plugin-settings.php:1319
810
- msgid "Unique Titles"
811
- msgstr "অনন্য শিরোনাম"
812
 
813
- #: library/plugin-settings.php:1321
814
- msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)"
815
- msgstr "স্বতন্ত্র হওয়ার জন্য জমা দেওয়া পোস্টের শিরোনাম প্রয়োজন (একাধিক / নকল জমা দেওয়া প্রতিরোধের জন্য দরকারী)"
816
 
817
- #: library/plugin-settings.php:1324
818
- msgid "Disable Required"
819
- msgstr "অক্ষম করা আবশ্যক"
820
 
821
- #: library/plugin-settings.php:1326
822
- msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)"
823
- msgstr "ডিফল্ট ফর্ম ক্ষেত্রগুলিতে সমস্ত প্রয়োজনীয় বৈশিষ্ট্য অক্ষম করুন (সমস্যা সমাধানের ত্রুটি বার্তাগুলির জন্য দরকারী)"
824
 
825
- #: library/plugin-settings.php:1329
826
- msgid "Enable Shortcodes"
827
- msgstr "শর্টকোডগুলি সক্ষম করুন"
828
 
829
- #: library/plugin-settings.php:1331
830
- msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
831
- msgstr "উইজেটগুলিতে শর্টকড সক্ষম করুন। ডিফল্টরূপে, ওয়ার্ডপ্রেস উইজেটগুলিতে শর্টকড সক্ষম করে না। "
832
 
833
- #: library/plugin-settings.php:1332
834
- msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
835
- msgstr "এই সেটিংটি উইজেটগুলিতে যে কোনও / সমস্ত শর্টকোড সক্ষম করে (এমনকি অন্যান্য প্লাগইন থেকে শর্টকডগুলি)।"
836
 
837
- #: library/plugin-settings.php:1337
838
- msgid "Privacy"
839
- msgstr "গোপনীয়তা"
840
 
841
- #: library/plugin-settings.php:1342
842
- msgid "Disable IP Tracking"
843
- msgstr "আইপি ট্র্যাকিং অক্ষম করুন"
844
 
845
- #: library/plugin-settings.php:1344
846
- msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
847
- msgstr "ডিফল্টরূপে ইউএসপি প্রতিটি জমা দেওয়া পোস্টের সাথে আইপি ঠিকানা রেকর্ড করে। সমস্ত আইপি ট্র্যাকিং অক্ষম করতে এই বাক্সটি চেক করুন।"
848
 
849
- #: library/plugin-settings.php:1348
850
- msgid "Display Checkbox"
851
- msgstr "প্রদর্শন চেকবক্স"
852
 
853
- #: library/plugin-settings.php:1350
854
- msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
855
- msgstr "আপনার ফর্মটিতে কাস্টম চেকবক্স প্রদর্শন করুন (জিডিপিআরের জন্য কার্যকর, শর্তাদির সাথে সম্মত ইত্যাদি)"
856
 
857
- #: library/plugin-settings.php:1353
858
- msgid "Checkbox Name"
859
- msgstr "চেকবক্সের নাম"
860
 
861
- #: library/plugin-settings.php:1355 library/plugin-settings.php:1455
862
- msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
863
- msgstr "কেবলমাত্র বর্ণমালা, আন্ডারস্কোর এবং ড্যাশ ব্যবহার করুন। যদি নিশ্চিত না হন তবে ডিফল্ট নামটি ব্যবহার করুন:"
864
 
865
- #: library/plugin-settings.php:1358
866
- msgid "Checkbox Error"
867
- msgstr "চেকবক্স ত্রুটি"
868
 
869
- #: library/plugin-settings.php:1360
870
- msgid "Error message displayed if user does not check the box"
871
- msgstr "ব্যবহারকারী বাক্সটি চেক না করলে ত্রুটি বার্তা প্রদর্শিত হয়"
872
 
873
- #: library/plugin-settings.php:1363
874
- msgid "Checkbox Text"
875
- msgstr "চেকবক্স পাঠ্য"
876
 
877
- #: library/plugin-settings.php:1365
878
- msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
879
- msgstr "চেকবাক্সের পাশে প্রদর্শিত পাঠ্য। টিপ: আউটপুট কোণ বন্ধনীগুলিতে কোঁকড়ানো বন্ধনী ব্যবহার করুন, উদাহরণস্বরূপ:"
880
 
881
- #: library/plugin-settings.php:1370
882
- msgid "Categories & Tags"
883
- msgstr "বিভাগসমূহ & amp; ট্যাগ"
 
884
 
885
- #: library/plugin-settings.php:1375
886
- msgid "Categories"
887
- msgstr "ধরন"
888
 
889
- #: library/plugin-settings.php:1378
890
- msgid "Click to view/select categories"
891
- msgstr "বিভাগগুলি দেখতে / নির্বাচন করতে ক্লিক করুন"
892
 
893
- #: library/plugin-settings.php:1386
894
- msgid "Multiple Categories"
895
- msgstr "একাধিক বিভাগ"
896
 
897
- #: library/plugin-settings.php:1388
898
- msgid "Enable users to select multiple categories."
899
- msgstr "ব্যবহারকারীদের একাধিক বিভাগ নির্বাচন করতে সক্ষম করুন।"
 
900
 
901
- #: library/plugin-settings.php:1391
902
- msgid "Hidden/Default Category"
903
- msgstr "লুকানো / ডিফল্ট বিভাগ"
904
 
905
- #: library/plugin-settings.php:1393
906
- msgid "Use a hidden field for the post category. This hides the category field and sets its value via the next option."
907
- msgstr "পোস্ট বিভাগের জন্য একটি লুকানো ক্ষেত্র ব্যবহার করুন। এটি বিভাগ ক্ষেত্রটি আড়াল করে এবং পরবর্তী বিকল্পের মাধ্যমে তার মান সেট করে।"
 
 
908
 
909
- #: library/plugin-settings.php:1396
910
- msgid "Category ID for Hidden Field"
911
- msgstr "গোপন ক্ষেত্রের জন্য বিভাগ আইডি"
912
 
913
- #: library/plugin-settings.php:1398
914
- msgid "Specify category ID(s) to use for “Hidden/Default Category” (separate multiple IDs with commas)"
915
- msgstr "& Ldquo; লুকানো / ডিফল্ট বিভাগ & rdquo; এর জন্য বিভাগের আইডি (গুলি) নির্দিষ্ট করুন; (একাধিক আইডি কমা দিয়ে পৃথক করুন)"
916
 
917
- #: library/plugin-settings.php:1401
918
- msgid "Use Existing Tags"
919
- msgstr "বিদ্যমান ট্যাগ ব্যবহার করুন"
920
 
921
- #: library/plugin-settings.php:1403
922
- msgid "Check this box to display a select/dropdown menu of existing tags (valid when Tag field is displayed)"
923
- msgstr "বিদ্যমান ট্যাগগুলির একটি নির্বাচন / ড্রপডাউন মেনু প্রদর্শন করতে এই বাক্সটি চেক করুন (ট্যাগ ক্ষেত্র প্রদর্শিত হলে বৈধ)"
924
 
925
- #: library/plugin-settings.php:1408
926
- msgid "Users"
927
- msgstr "ব্যবহারকারীরা"
 
 
 
928
 
929
- #: library/plugin-settings.php:1413
930
- msgid "Assigned Author"
931
- msgstr "বরাদ্দ লেখক"
932
 
933
- #: library/plugin-settings.php:1416
934
- msgid "Specify the user that should be assigned as author for submitted posts"
935
- msgstr "জমা দেওয়া পোস্টগুলির জন্য লেখক হিসাবে নির্ধারিত হওয়া উচিত এমন ব্যবহারকারীকে নির্দিষ্ট করুন"
 
 
936
 
937
- #: library/plugin-settings.php:1420
938
- msgid "Registered Username"
939
- msgstr "নিবন্ধিত ব্যবহারকারীর নাম"
940
 
941
- #: library/plugin-settings.php:1422
942
- msgid "Use the user’s registered username for the Name field (valid when the user submitting the form is logged in to WordPress)"
943
- msgstr "নাম ক্ষেত্রের জন্য ব্যবহারকারীর নিবন্ধিত ব্যবহারকারীর নাম ব্যবহার করুন (ব্যবহারকারী যখন ফর্মটি জমা দিচ্ছেন তখন ওয়ার্ডপ্রেসে লগ ইন করা হয়)"
944
 
945
- #: library/plugin-settings.php:1425
946
- msgid "Registered Email"
947
- msgstr "নিবন্ধিত ইমেইল"
948
 
949
- #: library/plugin-settings.php:1427
950
- msgid "Use the user’s registered email as the value of the Email field (valid when the user submitting the form is logged in to WordPress)"
951
- msgstr "ব্যবহারকারীর নিবন্ধিত ইমেলটি ইমেল ক্ষেত্রের মান হিসাবে ব্যবহার করুন (যখন ফর্মটি জমা দেওয়া ব্যবহারকারী ওয়ার্ডপ্রেসে লগ ইন করবেন তখন বৈধ)"
952
 
953
- #: library/plugin-settings.php:1430
954
- msgid "User Profile URL"
955
- msgstr "ব্যবহারকারী প্রোফাইল ইউআরএল"
956
 
957
- #: library/plugin-settings.php:1432
958
- msgid "Use the user’s Profile URL as the value of the URL field (valid when the user submitting the form is logged in to WordPress)"
959
- msgstr "ব্যবহারকারীর প্রোফাইল ইউআরএলটি ইউআরএল ফিল্ডের মান হিসাবে ব্যবহার করুন (যখন ফর্মটি জমা দেওয়া ব্যবহারকারী ওয়ার্ডপ্রেসে লগ ইন করবেন তখন বৈধ)"
960
 
961
- #: library/plugin-settings.php:1435
962
- msgid "Require User Login"
963
- msgstr "ব্যবহারকারীর লগইন প্রয়োজন"
964
 
965
- #: library/plugin-settings.php:1437
966
- msgid "Require users to be logged in to WordPress to view/submit the form"
967
- msgstr "ব্যবহারকারীদের ফর্মটি দেখতে / জমা দেওয়ার জন্য ওয়ার্ডপ্রেসে লগ ইন করতে হবে"
968
 
969
- #: library/plugin-settings.php:1440
970
- msgid "Disable Replace Author"
971
- msgstr "প্রতিস্থাপন লেখককে অক্ষম করুন"
972
 
973
- #: library/plugin-settings.php:1442
974
- msgid "Do not replace post author with submitted user name"
975
- msgstr "জমা দেওয়া ব্যবহারকারীর নাম সহ পোস্ট লেখককে প্রতিস্থাপন করবেন না"
976
 
977
- #: library/plugin-settings.php:1448
978
- 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."
979
- msgstr "এখানে আপনি কাস্টম ফিল্ড দ্বারা ব্যবহৃত নাম এবং লেবেল পরিবর্তন করতে পারেন। আপনি উপরের ফর্ম ক্ষেত্রগুলি সেটিংসের মাধ্যমে এই ক্ষেত্রটি সক্ষম করতে পারবেন।"
980
 
981
- #: library/plugin-settings.php:1453
982
- msgid "Custom Field Name"
983
- msgstr "কাস্টম ফিল্ডের নাম"
984
 
985
- #: library/plugin-settings.php:1458
986
- msgid "Custom Field Label"
987
- msgstr "কাস্টম ফিল্ড লেবেল"
988
 
989
- #: library/plugin-settings.php:1460
990
- msgid "This will be displayed as the field label on the form. Default: Custom Field"
991
- msgstr "এটি ফর্মের ফিল্ড লেবেল হিসাবে প্রদর্শিত হবে। ডিফল্ট: কাস্টম ফিল্ড"
992
 
993
- #: library/plugin-settings.php:1472
994
- msgid "To prevent spam, enter a question that users must answer before submitting the form"
995
- msgstr "স্প্যাম প্রতিরোধ করতে, এমন একটি প্রশ্ন লিখুন যা ব্যবহারকারীদের ফর্মটি জমা দেওয়ার আগে অবশ্যই উত্তর দিতে হবে"
996
 
997
- #: library/plugin-settings.php:1475
998
- msgid "Challenge Response"
999
- msgstr "চ্যালেঞ্জ প্রতিক্রিয়া"
1000
 
1001
- #: library/plugin-settings.php:1477
1002
- msgid "Enter the *only* correct answer to the challenge question"
1003
- msgstr "চ্যালেঞ্জ প্রশ্নের * একমাত্র * সঠিক উত্তর লিখুন"
1004
 
1005
- #: library/plugin-settings.php:1480
1006
- msgid "Case-sensitivity"
1007
- msgstr "কেস-সংবেদনশীলতা"
1008
 
1009
- #: library/plugin-settings.php:1482
1010
- msgid "Check this box if you want the challenge response to be case-sensitive"
1011
- msgstr "যদি আপনি চ্যালেঞ্জের প্রতিক্রিয়া কেস-সংবেদনশীল হতে চান তবে এই বাক্সটি চেক করুন"
1012
 
1013
- #: library/plugin-settings.php:1488
1014
- msgid "To enable Google reCAPTCHA, enter your public and private keys."
1015
- msgstr "গুগল রেক্যাপচা সক্ষম করতে, আপনার সরকারী এবং ব্যক্তিগত কী লিখুন।"
1016
 
1017
- #: library/plugin-settings.php:1493
1018
- msgid "Public Key"
1019
- msgstr "পাবলিক কী"
1020
 
1021
- #: library/plugin-settings.php:1495
1022
- msgid "Enter your Public Key"
1023
- msgstr "আপনার সর্বজনীন কী লিখুন"
1024
 
1025
- #: library/plugin-settings.php:1498
1026
- msgid "Private Key"
1027
- msgstr "ব্যক্তিগত কী"
1028
 
1029
- #: library/plugin-settings.php:1500
1030
- msgid "Enter your Private Key"
1031
- msgstr "আপনার ব্যক্তিগত কী লিখুন"
1032
 
1033
- #: library/plugin-settings.php:1503
1034
- msgid "reCaptcha Version"
1035
- msgstr "পুনঃক্যাপচা সংস্করণ"
1036
 
1037
- #: library/plugin-settings.php:1506
1038
- msgid "Choose reCaptcha version"
1039
- msgstr "পুনঃক্যাপচা সংস্করণ চয়ন করুন"
1040
 
1041
- #: library/plugin-settings.php:1512
1042
- msgid "Email Alerts"
1043
- msgstr "ইমেল সতর্কতা"
1044
 
1045
- #: library/plugin-settings.php:1517
1046
- msgid "Receive Email Alert"
1047
- msgstr "ইমেল সতর্কতা গ্রহণ করুন"
1048
 
1049
- #: library/plugin-settings.php:1519
1050
- msgid "Check this box if you want to be notified via email for new post submissions"
1051
- msgstr "আপনি যদি নতুন পোস্ট জমা দেওয়ার জন্য ইমেলের মাধ্যমে অবহিত হতে চান তবে এই বাক্সটি চেক করুন"
1052
 
1053
- #: library/plugin-settings.php:1522
1054
- msgid "Enable HTML Format"
1055
- msgstr "এইচটিএমএল ফর্ম্যাট সক্ষম করুন"
1056
 
1057
- #: library/plugin-settings.php:1524
1058
- msgid "Check this box to enable HTML format for email alerts"
1059
- msgstr "ইমেল সতর্কতার জন্য এইচটিএমএল ফর্ম্যাট সক্ষম করতে এই বাক্সটি চেক করুন"
1060
 
1061
- #: library/plugin-settings.php:1527
1062
- msgid "Email Address for Alerts"
1063
- msgstr "সতর্কতার জন্য ইমেল ঠিকানা"
1064
 
1065
- #: library/plugin-settings.php:1529
1066
- msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
1067
- msgstr "আপনি যদি ইমেল সতর্কতাগুলি পেতে বাক্সটি চেক করেন তবে ইমেলগুলি পাঠানো উচিত এমন ঠিকানা (গুলি) এখানে নির্দেশ করুন indicate"
1068
 
1069
- #: library/plugin-settings.php:1530
1070
- msgid "Separate multiple addresses with commas."
1071
- msgstr "একাধিক ঠিকানা কমা দিয়ে আলাদা করুন।"
1072
 
1073
- #: library/plugin-settings.php:1533
1074
- msgid "Email “From” Address"
1075
- msgstr "ইমেল & ldquo; থেকে & rdquo; ঠিকানা"
1076
 
1077
- #: library/plugin-settings.php:1535
1078
- msgid "Here you may customize the address(es) used for the “From” header (see plugin FAQs for info). "
1079
- msgstr "এখানে আপনি & ldquo; & rdquo; এর জন্য ব্যবহৃত ঠিকানা (এস) কাস্টমাইজ করতে পারেন; শিরোনাম (তথ্যের জন্য প্লাগইন এফএকিউ দেখুন)। "
1080
 
1081
- #: library/plugin-settings.php:1536
1082
- msgid "If multiple addresses are specified in the previous setting, include an equal number of “From” addresses for this setting (in the same order)."
1083
- msgstr "পূর্ববর্তী সেটিংসে যদি একাধিক ঠিকানা নির্দিষ্ট করা থাকে তবে & ldquo; থেকে & rdquo; এর সমান সংখ্যক অন্তর্ভুক্ত করুন; এই সেটিংটির ঠিকানা (একই ক্রমে)।"
1084
 
1085
- #: library/plugin-settings.php:1539
1086
- msgid "Email Alert Subject"
1087
- msgstr "ইমেল সতর্কতা বিষয়"
1088
 
1089
- #: library/plugin-settings.php:1541
1090
- msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
1091
- msgstr "ইমেল সতর্কতার জন্য সাবজেক্ট লাইন ডিফল্ট সাবজেক্ট লাইনটি ব্যবহার করতে ফাঁকা ছেড়ে যান। দ্রষ্টব্য: আপনি নিম্নলিখিত ভেরিয়েবলগুলি ব্যবহার করতে পারেন: "
1092
 
1093
- #: library/plugin-settings.php:1546
1094
- msgid "Email Alert Message"
1095
- msgstr "ইমেল সতর্কতা বার্তা"
1096
 
1097
- #: library/plugin-settings.php:1548
1098
- msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
1099
- msgstr "ইমেল সতর্কতা জন্য বার্তা। ডিফল্ট বার্তাটি ব্যবহার করতে ফাঁকা ছেড়ে দিন। দ্রষ্টব্য: আপনি নিম্নলিখিত ভেরিয়েবলগুলি ব্যবহার করতে পারেন: "
1100
 
1101
- #: library/plugin-settings.php:1560
1102
- msgid "Featured Image"
1103
- msgstr "বৈশিষ্ট্যযুক্ত ইমেজ"
1104
 
1105
- #: library/plugin-settings.php:1562
1106
- msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)"
1107
- msgstr "জমা দেওয়া চিত্রগুলি বৈশিষ্ট্যযুক্ত চিত্র হিসাবে সেট করুন। বৈশিষ্ট্যযুক্ত চিত্রগুলির জন্য থিম সমর্থন প্রয়োজন (ওরফে পোস্ট থাম্বনেইলস)"
1108
 
1109
- #: library/plugin-settings.php:1565
1110
- msgid "Upload Message"
1111
- msgstr "বার্তা আপলোড করুন"
1112
 
1113
- #: library/plugin-settings.php:1567
1114
- msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
1115
- msgstr "বার্তা যা আপলোড ক্ষেত্রের পাশে প্রদর্শিত হবে। আপনার আপলোডের নির্দেশিকা / নীতি / ইত্যাদি উল্লেখ করার জন্য দরকারী। বেসিক মার্কআপ অনুমোদিত allowed"
1116
 
1117
- #: library/plugin-settings.php:1570
1118
- msgid "“Add another image” link"
1119
- msgstr "& ldquo; অন্য চিত্র যুক্ত করুন & rdquo; লিংক"
1120
 
1121
- #: library/plugin-settings.php:1572
1122
- msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
1123
- msgstr "& Ldquo; অন্য চিত্র যুক্ত করুন & rdquo জন্য কাস্টম মার্কআপ; লিঙ্ক। ডিফল্ট মার্কআপ ব্যবহার করার জন্য ফাঁকা ছেড়ে যান (প্রস্তাবিত)।"
1124
 
1125
- #: library/plugin-settings.php:1575
1126
- msgid "Minimum number of images"
1127
- msgstr "ন্যূনতম সংখ্যা"
1128
 
1129
- #: library/plugin-settings.php:1578
1130
- msgid "Specify the minimum number of images"
1131
- msgstr "চিত্রের সর্বনিম্ন সংখ্যা উল্লেখ করুন"
1132
 
1133
- #: library/plugin-settings.php:1582
1134
- msgid "Maximum number of images"
1135
- msgstr "চিত্রের সর্বাধিক সংখ্যা"
1136
 
1137
- #: library/plugin-settings.php:1585
1138
- msgid "Specify the maximum number of images"
1139
- msgstr "চিত্রের সর্বাধিক সংখ্যা উল্লেখ করুন"
1140
 
1141
- #: library/plugin-settings.php:1589
1142
- msgid "Minimum image width"
1143
- msgstr "সর্বনিম্ন চিত্র প্রস্থ"
1144
 
1145
- #: library/plugin-settings.php:1591
1146
- msgid "Specify a minimum width (in pixels) for uploaded images"
1147
- msgstr "আপলোড করা চিত্রগুলির জন্য সর্বনিম্ন প্রস্থ (পিক্সেলগুলিতে) নির্দিষ্ট করুন"
1148
 
1149
- #: library/plugin-settings.php:1594
1150
- msgid "Minimum image height"
1151
- msgstr "সর্বনিম্ন চিত্রের উচ্চতা"
1152
 
1153
- #: library/plugin-settings.php:1596
1154
- msgid "Specify a minimum height (in pixels) for uploaded images"
1155
- msgstr "আপলোড করা চিত্রগুলির জন্য সর্বনিম্ন উচ্চতা (পিক্সেলগুলিতে) নির্দিষ্ট করুন"
1156
 
1157
- #: library/plugin-settings.php:1599
1158
- msgid "Maximum image width"
1159
- msgstr "সর্বাধিক চিত্র প্রস্থ"
1160
 
1161
- #: library/plugin-settings.php:1601
1162
- msgid "Specify a maximum width (in pixels) for uploaded images"
1163
- msgstr "আপলোড করা চিত্রগুলির জন্য সর্বাধিক প্রস্থ (পিক্সেলগুলিতে) নির্দিষ্ট করুন"
1164
 
1165
- #: library/plugin-settings.php:1604
1166
- msgid "Maximum image height"
1167
- msgstr "সর্বোচ্চ চিত্রের উচ্চতা"
1168
 
1169
- #: library/plugin-settings.php:1606
1170
- msgid "Specify a maximum height (in pixels) for uploaded images"
1171
- msgstr "আপলোড করা চিত্রগুলির জন্য সর্বাধিক উচ্চতা (পিক্সেলগুলিতে) নির্দিষ্ট করুন"
1172
 
1173
- #: library/plugin-settings.php:1609
1174
- msgid "More Options"
1175
- msgstr "আরও বিকল্প"
1176
 
1177
- #: library/plugin-settings.php:1612
1178
- msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
1179
- msgstr "অন্যান্য ফাইলের ধরণের (পিডিএফ, ওয়ার্ড, জিপ, ভিডিও এবং আরও অনেক কিছু) আপলোড করার মতো আরও বিকল্পের জন্য, পরীক্ষা করে দেখুন"
1180
 
1181
- #: library/plugin-settings.php:1613
1182
- msgid "Go Pro!"
1183
- msgstr "প্রো প্রো!"
1184
 
1185
- #: library/plugin-settings.php:1620
1186
- msgid "Auto-Display Content"
1187
- msgstr "স্ব-প্রদর্শন সামগ্রী"
1188
 
1189
- #: library/plugin-settings.php:1625
1190
- msgid "Auto-Display Images"
1191
- msgstr "চিত্রগুলি স্বয়ংক্রিয়-প্রদর্শন করুন"
1192
 
1193
- #: library/plugin-settings.php:1627
1194
- msgid "Automatically display user-submitted images:"
1195
- msgstr "ব্যবহারকারী-জমা দেওয়া চিত্রগুলি স্বয়ংক্রিয়ভাবে প্রদর্শন করুন:"
1196
 
1197
- #: library/plugin-settings.php:1632
1198
- msgid "Image Markup"
1199
- msgstr "চিত্র মার্কআপ"
1200
 
1201
- #: library/plugin-settings.php:1634
1202
- msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1203
- msgstr "প্রতিটি জমা দেওয়া চিত্রের জন্য ব্যবহার করার জন্য মার্কআপ (যখন স্বয়ংক্রিয়-প্রদর্শন সক্ষম করা থাকে)। ব্যবহার করতে পারেন"
1204
 
1205
- #: library/plugin-settings.php:1636 library/plugin-settings.php:1649
1206
- #: library/plugin-settings.php:1675 library/plugin-settings.php:1688
1207
- msgid "and"
1208
- msgstr "এবং"
1209
 
1210
- #: library/plugin-settings.php:1639
1211
- msgid "Auto-Display Email"
1212
- msgstr "স্ব-প্রদর্শন ইমেল"
1213
 
1214
- #: library/plugin-settings.php:1641
1215
- msgid "Automatically display user-submitted email:"
1216
- msgstr "স্বয়ংক্রিয়ভাবে ব্যবহারকারী-জমা দেওয়া ইমেল প্রদর্শন করুন:"
1217
 
1218
- #: library/plugin-settings.php:1646
1219
- msgid "Email Markup"
1220
- msgstr "ইমেল মার্কআপ"
1221
 
1222
- #: library/plugin-settings.php:1648
1223
- msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1224
- msgstr "জমা দেওয়া ইমেল ঠিকানার জন্য ব্যবহার করার জন্য মার্কআপ (যখন স্বয়ংক্রিয়-প্রদর্শন সক্ষম করা থাকে)। ব্যবহার করতে পারেন"
1225
 
1226
- #: library/plugin-settings.php:1652
1227
- msgid "Auto-Display Name"
1228
- msgstr "স্বতঃ-প্রদর্শন নাম"
1229
 
1230
- #: library/plugin-settings.php:1654
1231
- msgid "Automatically display user-submitted author/name:"
1232
- msgstr "ব্যবহারকারী-জমা দেওয়া লেখক / নাম স্বয়ংক্রিয়ভাবে প্রদর্শন করুন:"
 
1233
 
1234
- #: library/plugin-settings.php:1659
1235
- msgid "Name Markup"
1236
- msgstr "নাম মার্কআপ"
1237
 
1238
- #: library/plugin-settings.php:1661
1239
- msgid "Markup to use for the submitted author/name (when auto-display is enabled). Can use"
1240
- msgstr "জমা দেওয়া লেখক / নামের জন্য ব্যবহার করার জন্য মার্কআপ (যখন স্বয়ংক্রিয়-প্রদর্শন সক্ষম করা থাকে)। ব্যবহার করতে পারেন"
1241
 
1242
- #: library/plugin-settings.php:1665
1243
- msgid "Auto-Display URL"
1244
- msgstr "স্বয়ংক্রিয়-প্রদর্শন URL URL"
1245
 
1246
- #: library/plugin-settings.php:1667
1247
- msgid "Automatically display user-submitted URL:"
1248
- msgstr "স্বয়ংক্রিয়ভাবে ব্যবহারকারী-জমা দেওয়া URL প্রদর্শন করুন:"
1249
 
1250
- #: library/plugin-settings.php:1672
1251
- msgid "URL Markup"
1252
- msgstr "ইউআরএল মার্কআপ"
1253
 
1254
- #: library/plugin-settings.php:1674
1255
- msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1256
- msgstr "জমা দেওয়া ইউআরএলের জন্য ব্যবহার করার জন্য মার্কআপ (যখন স্বয়ংক্রিয়-প্রদর্শন সক্ষম করা থাকে)। ব্যবহার করতে পারেন"
1257
 
1258
- #: library/plugin-settings.php:1678
1259
- msgid "Auto-Display Custom Field"
1260
- msgstr "স্বতঃ-প্রদর্শন কাস্টম ক্ষেত্র"
1261
 
1262
- #: library/plugin-settings.php:1680
1263
- msgid "Automatically display user-submitted Custom Field:"
1264
- msgstr "স্বয়ংক্রিয়ভাবে ব্যবহারকারী-জমা দেওয়া কাস্টম ফিল্ড প্রদর্শন করুন:"
1265
 
1266
- #: library/plugin-settings.php:1685
1267
- msgid "Custom Field Markup"
1268
- msgstr "কাস্টম ফিল্ড মার্কআপ"
1269
 
1270
- #: library/plugin-settings.php:1687
1271
- msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1272
- msgstr "জমা দেওয়া কাস্টম ফিল্ডের জন্য ব্যবহার করার জন্য মার্কআপ (যখন স্বয়ংক্রিয়-প্রদর্শন সক্ষম করা থাকে)। ব্যবহার করতে পারেন"
1273
 
1274
- #: library/plugin-settings.php:1693 library/plugin-settings.php:1805
1275
- msgid "Save Settings"
1276
- msgstr "সেটিংস সংরক্ষণ করুন"
1277
 
1278
- #: library/plugin-settings.php:1698
1279
- msgid "Display the Form"
1280
- msgstr "ফর্মটি প্রদর্শন করুন"
1281
 
1282
- #: library/plugin-settings.php:1701
1283
- msgid "Post-Submit Form"
1284
- msgstr "পোস্ট জমা দেওয়ার ফর্ম"
1285
 
1286
- #: library/plugin-settings.php:1702
1287
- msgid "USP enables you to display a post-submission form anywhere on your site."
1288
- msgstr "ইউএসপি আপনাকে আপনার সাইটের যে কোনও জায়গায় পোস্ট-জমা দেওয়ার ফর্ম প্রদর্শন করতে সক্ষম করে।"
1289
 
1290
- #: library/plugin-settings.php:1703 library/plugin-settings.php:1712
1291
- msgid "Use the shortcode to display the form on any WP Post or Page:"
1292
- msgstr "যে কোনও ডাব্লুপি পোস্ট বা পৃষ্ঠায় ফর্মটি প্রদর্শন করতে শর্টকোডটি ব্যবহার করুন:"
1293
 
1294
- #: library/plugin-settings.php:1706 library/plugin-settings.php:1715
1295
- msgid "Or, use the template tag to display the form anywhere in your theme template:"
1296
- msgstr "অথবা, আপনার থিম টেমপ্লেটের যে কোনও জায়গায় ফর্মটি প্রদর্শন করতে টেমপ্লেট ট্যাগটি ব্যবহার করুন:"
1297
 
1298
- #: library/plugin-settings.php:1710
1299
- msgid "Login/Register Form"
1300
- msgstr "লগইন / নিবন্ধন ফর্ম"
1301
 
1302
- #: library/plugin-settings.php:1711
1303
- msgid "You also can display a form that enables users to log in, register, or reset their password."
1304
- msgstr "আপনি এমন একটি ফর্মও প্রদর্শন করতে পারেন যা ব্যবহারকারীদের লগ ইন, নিবন্ধন করতে বা তাদের পাসওয়ার্ড পুনরায় সেট করতে সক্ষম করে।"
1305
 
1306
- #: library/plugin-settings.php:1719
1307
- msgid "Display Submitted Posts"
1308
- msgstr "জমা দেওয়া পোস্টগুলি প্রদর্শন করুন"
1309
 
1310
- #: library/plugin-settings.php:1720
1311
- msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1312
- msgstr "যে কোনও ডাব্লুপি পোস্ট বা পৃষ্ঠায় জমা দেওয়া পোস্টগুলির তালিকা প্রদর্শন করতে এই শর্টকোডটি ব্যবহার করুন:"
1313
 
1314
- #: library/plugin-settings.php:1723
1315
- msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1316
- msgstr "অথবা, আপনার থিম টেমপ্লেটের যে কোনও জায়গায় জমা দেওয়া পোস্টগুলির একটি তালিকা প্রদর্শন করতে টেমপ্লেট ট্যাগটি ব্যবহার করুন:"
1317
 
1318
- #: library/plugin-settings.php:1726
1319
- msgid "Here are some examples showing how to configure this shortcode:"
1320
- msgstr "এই শর্টকোডটি কীভাবে কনফিগার করতে হয় সে সম্পর্কে এখানে কয়েকটি উদাহরণ রয়েছে:"
1321
 
1322
- #: library/plugin-settings.php:1734
1323
- msgid "Display Image Gallery"
1324
- msgstr "চিত্র গ্যালারী প্রদর্শন করুন"
1325
 
1326
- #: library/plugin-settings.php:1735
1327
- msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
1328
- msgstr "প্রতিটি জমা দেওয়া পোস্টের জন্য আপলোড করা চিত্রগুলির একটি গ্যালারী প্রদর্শন করতে এই শর্টকোডটি ব্যবহার করুন:"
 
1329
 
1330
- #: library/plugin-settings.php:1738
1331
- msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
1332
- msgstr "অথবা, আপনার থিম টেমপ্লেটের যে কোনও জায়গায় একটি চিত্র গ্যালারী প্রদর্শন করতে টেমপ্লেট ট্যাগটি ব্যবহার করুন:"
1333
 
1334
- #: library/plugin-settings.php:1741
1335
- msgid "You can customize using any of the follwing attributes:"
1336
- msgstr "আপনি যে কোনও ফলউইবি বৈশিষ্ট্য ব্যবহার করে কাস্টমাইজ করতে পারেন:"
1337
 
1338
- #: library/plugin-settings.php:1756
1339
- msgid "Reset Form Button"
1340
- msgstr "ফর্ম বোতামটি পুনরায় সেট করুন"
1341
 
1342
- #: library/plugin-settings.php:1757
1343
- msgid "This shortcode displays a link that resets the form to its original state:"
1344
- msgstr "এই শর্টকোডটি এমন লিঙ্ক প্রদর্শন করে যা ফর্মটিকে তার মূল অবস্থায় পুনরায় সেট করে:"
1345
 
1346
- #: library/plugin-settings.php:1760
1347
- msgid "This shortcode accepts the following attributes:"
1348
- msgstr "এই শর্টকোড নিম্নলিখিত বৈশিষ্ট্যগুলি গ্রহণ করে:"
1349
 
1350
- #: library/plugin-settings.php:1766
1351
- msgid "Note that the url attribute accepts"
1352
- msgstr "নোট করুন যে ইউআরএল বৈশিষ্ট্য গ্রহণ করে"
1353
 
1354
- #: library/plugin-settings.php:1766
1355
- msgid "to get the current URL."
1356
- msgstr "বর্তমান ইউআরএল পেতে।"
1357
 
1358
- #: library/plugin-settings.php:1769
1359
- msgid "Access Control"
1360
- msgstr "প্রবেশাধিকার নিয়ন্ত্রণ"
1361
 
1362
- #: library/plugin-settings.php:1770
1363
- msgid "USP provides three shortcodes to control access and restrict content."
1364
- msgstr "অ্যাক্সেস নিয়ন্ত্রণ এবং সামগ্রী সীমাবদ্ধ করতে ইউএসপি তিনটি শর্টকোড সরবরাহ করে।"
1365
 
1366
- #: library/plugin-settings.php:1771
1367
- msgid "Display content only to users with a specific capability:"
1368
- msgstr "নির্দিষ্ট সক্ষমতা সহ কেবল ব্যবহারকারীদের জন্য সামগ্রী প্রদর্শন করুন:"
1369
 
1370
- #: library/plugin-settings.php:1774
1371
- msgid "Display content to logged-in users:"
1372
- msgstr "লগ-ইন ব্যবহারকারীদের জন্য সামগ্রী প্রদর্শন করুন:"
1373
 
1374
- #: library/plugin-settings.php:1777
1375
- msgid "Display content to visitors only:"
1376
- msgstr "কেবল দর্শকদের জন্য সামগ্রী প্রদর্শন করুন:"
1377
 
1378
- #: library/plugin-settings.php:1780
1379
- msgid "Tip:"
1380
- msgstr "টিপ:"
1381
 
1382
- #: library/plugin-settings.php:1780
1383
- msgid "to include markup in the deny message, you can use"
1384
- msgstr "অস্বীকার বার্তায় মার্কআপ অন্তর্ভুক্ত করতে, আপনি ব্যবহার করতে পারেন"
1385
 
1386
- #: library/plugin-settings.php:1780
1387
- msgid "to output"
1388
- msgstr "আউটপুট থেকে"
1389
 
1390
- #: library/plugin-settings.php:1783
1391
- msgid "Example"
1392
- msgstr "উদাহরণ"
1393
 
1394
- #: library/plugin-settings.php:1784
1395
- msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1396
- msgstr "যদি ব্যবহারকারী লগ ইন থাকে তবে পোস্ট-জমা ফর্মটি প্রদর্শন করুন; অথবা ব্যবহারকারী লগ ইন না থাকলে লগইন ফর্মটি প্রদর্শন করুন:"
 
1397
 
1398
- #: library/plugin-settings.php:1796
1399
- msgid "Restore Defaults"
1400
- msgstr "পূর্বনির্ধারন পুনরুধার"
1401
 
1402
- #: library/plugin-settings.php:1799
1403
- 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."
1404
- msgstr "আপনার সেটিংস মনে রাখতে এই বিকল্পটি অক্ষম করুন। বা, এগিয়ে যেতে এবং ডিফল্ট প্লাগইন বিকল্পগুলি পুনরুদ্ধার করতে: বাক্সটি চেক করুন, আপনার সেটিংস সংরক্ষণ করুন এবং তারপরে প্লাগইন নিষ্ক্রিয় / পুনরায় সক্রিয় করুন।"
1405
 
1406
- #: library/plugin-settings.php:1803
1407
- msgid "Restore default options upon plugin deactivation/reactivation"
1408
- msgstr "প্লাগইন নিষ্ক্রিয়করণ / পুনরায় চালু করার পরে ডিফল্ট বিকল্পগুলি পুনরুদ্ধার করুন"
1409
 
1410
- #: library/plugin-settings.php:1810
1411
- msgid "Show Support"
1412
- msgstr "সমর্থন প্রদর্শন করুন"
1413
 
1414
- #: library/plugin-settings.php:1819
1415
- msgid "by"
1416
- msgstr "দ্বারা"
1417
 
1418
- #: library/plugin-settings.php:1820
1419
- msgid "Jeff Starr on Twitter"
1420
- msgstr "টুইটারে জেফ স্টার"
 
 
 
 
 
 
 
 
 
1421
 
1422
- #: library/plugin-settings.php:1821
1423
- msgid "Obsessive Web Design & Development"
1424
- msgstr "অবসেসিভ ওয়েব ডিজাইন & amp; উন্নয়ন"
1425
 
1426
- #: library/plugin-settings.php:1832
1427
- msgid "Save Preference"
1428
- msgstr "পছন্দ সংরক্ষণ করুন"
1429
 
1430
- #: library/plugin-settings.php:1839
1431
- msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1432
- msgstr "আপনি কি সব ডিফল্ট বিকল্প পুনরুদ্ধার করতে নিশ্চিত? (এই ক্রিয়াটি পূর্বাবস্থায় ফেরানো যাবে না)"
1433
 
1434
- #: library/support-panel.php:55
1435
- msgid "Perishable Press Books"
1436
- msgstr "ধ্বংসযোগ্য প্রেস বই"
1437
 
1438
- #: library/support-panel.php:56
1439
- msgid "Plugin Planet"
1440
- msgstr "প্লাগইন প্ল্যানেট"
1441
 
1442
- #: library/support-panel.php:57
1443
- msgid "Donate via PayPal"
1444
- msgstr "পেপালের মাধ্যমে দান করুন"
1445
 
1446
- #: library/support-panel.php:59
1447
- msgid "books"
1448
- msgstr "বই"
1449
 
1450
- #: library/support-panel.php:60
1451
- msgid "plugins"
1452
- msgstr "প্লাগ-ইন"
1453
 
1454
- #: library/support-panel.php:61
1455
- msgid "donation"
1456
- msgstr "দান"
1457
 
1458
- #: library/support-panel.php:63
1459
- msgid "Thank you for using"
1460
- msgstr "ব্যবহার করার জন্য আপনাকে ধন্যবাদ"
1461
 
1462
- #: library/support-panel.php:64
1463
- msgid "Please show support by purchasing one of my"
1464
- msgstr "দয়া করে আমার একটি কিনে সমর্থন দেখান"
1465
 
1466
- #: library/support-panel.php:65
1467
- msgid "or"
1468
- msgstr "অথবা"
1469
 
1470
- #: library/support-panel.php:65
1471
- msgid "or by making a"
1472
- msgstr "বা তৈরি করে"
1473
 
1474
- #: library/support-panel.php:66
1475
- msgid "Your generous support helps future development of"
1476
- msgstr "আপনার উদার সমর্থন ভবিষ্যতের উন্নয়নে সহায়তা করে"
1477
 
1478
- #: library/support-panel.php:67
1479
- msgid "and is greatly appreciated."
1480
- msgstr "এবং প্রশংসিত হয়।"
 
 
1481
 
1482
- #: library/support-panel.php:69
1483
- msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1484
- msgstr "যে কোনও আকারের অনুদান আমাকে এই ফ্রি প্লাগইন এবং অন্যান্য দুর্দান্ত ওয়ার্ডপ্রেস সংস্থানগুলি বিকাশ করতে চালিয়ে যেতে সহায়তা করে।"
1485
 
1486
- #. Description of the plugin
1487
- #:
1488
- msgid "Enables your visitors to submit posts and images from anywhere on your site."
1489
- msgstr "আপনার দর্শকদের আপনার সাইটের যে কোনও জায়গা থেকে পোস্ট এবং চিত্র জমা দিতে সক্ষম করে।"
1490
 
1491
- #. URI of the plugin
1492
- #:
1493
- msgid "https://perishablepress.com/user-submitted-posts/"
1494
- msgstr "https://perishablepress.com/user-submitted-posts/"
1495
 
1496
- #. Author of the plugin
1497
- #:
1498
- msgid "Jeff Starr"
1499
- msgstr "জেফ স্টার"
1500
 
1501
- #. Author URI of the plugin
1502
- #:
1503
- msgid "https://plugin-planet.com/"
1504
- msgstr "https://plugin-planet.com/"
1505
 
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 20221004\n"
8
  "Language: bn\n"
9
 
10
+ #: library/plugin-settings.php:567
11
+ msgid " approved posts"
12
+ msgstr " অনুমোদিত পদ"
 
13
 
14
+ #: user-submitted-posts.php:1499
15
+ msgid " file"
16
+ msgstr " ফাইল"
17
 
18
+ #: user-submitted-posts.php:1496
19
+ msgid " file required"
20
+ msgstr " ফাইল প্রয়োজন"
21
+
22
+ #: user-submitted-posts.php:1498
23
+ msgid " files"
24
+ msgstr " নথি পত্র"
25
+
26
+ #: user-submitted-posts.php:1495
27
+ msgid " files required"
28
+ msgstr " ফাইল প্রয়োজন"
29
+
30
+ #: user-submitted-posts.php:84
31
  msgid " or higher, and has been deactivated! "
32
  msgstr " বা উচ্চতর, এবং নিষ্ক্রিয় করা হয়েছে! "
33
 
34
+ #: user-submitted-posts.php:1501 user-submitted-posts.php:1502
35
+ #: user-submitted-posts.php:1503 user-submitted-posts.php:1504
36
+ msgid " pixels"
37
+ msgstr " পিক্সেল"
38
 
39
+ #: user-submitted-posts.php:1541 user-submitted-posts.php:1542
40
+ msgid " required"
41
+ msgstr " প্রয়োজনীয়"
42
 
43
+ #: library/plugin-display.php:535
44
+ msgid "“Add another image” link"
45
+ msgstr "“অন্য ছবি যোগ করুন” লিঙ্ক"
46
 
47
+ #: library/plugin-display.php:61
48
+ msgid "— the ultimate solution for user-generated content."
49
+ msgstr "— ব্যবহারকারী-উত্পন্ন সামগ্রীর জন্য চূড়ান্ত সমাধান।"
50
 
51
+ #: library/plugin-settings.php:180
52
+ msgid "(Provide your own form template & styles)"
53
+ msgstr "(আপনার নিজস্ব ফর্ম টেমপ্লেট এবং শৈলী প্রদান করুন)"
54
 
55
+ #: library/plugin-settings.php:176
56
+ msgid "(Provide your own styles)"
57
+ msgstr "(আপনার নিজস্ব শৈলী প্রদান করুন)"
58
 
59
+ #: library/plugin-settings.php:172
60
+ msgid "(Recommended)"
61
+ msgstr "(প্রস্তাবিত)"
62
 
63
+ #: library/plugin-display.php:131
64
+ msgid "..and upload them into a directory named"
65
+ msgstr "..এবং তাদের নামের একটি ডিরেক্টরিতে আপলোড করুন"
66
 
67
+ #: library/plugin-display.php:770
68
+ msgid "Access Control"
69
+ msgstr "প্রবেশাধিকার নিয়ন্ত্রণ"
70
 
71
+ #: library/plugin-display.php:468
72
+ msgid "Add a challenge question to help stop spam. Tip: make the question easy to answer for any human."
73
+ msgstr "স্প্যাম বন্ধ করতে সাহায্য করার জন্য একটি চ্যালেঞ্জ প্রশ্ন যোগ করুন। পরামর্শ: যেকোনো মানুষের জন্য প্রশ্নের উত্তর সহজ করে দিন।"
74
 
75
+ #: views/submission-form.php:147 views/submission-form-alt.php:162
76
+ msgid "Add another image"
77
+ msgstr "অন্য ইমেজ যোগ করুন"
78
 
79
+ #: library/plugin-display.php:291
80
+ msgid "Additional recipients for email alerts. Use commas to separate multiple addresses."
81
+ msgstr "ইমেল সতর্কতার জন্য অতিরিক্ত প্রাপক। একাধিক ঠিকানা আলাদা করতে কমা ব্যবহার করুন।"
82
 
83
+ #: library/shortcode-login.php:183
84
+ msgid "Admin"
85
+ msgstr "অ্যাডমিন"
86
 
87
+ #: library/plugin-settings.php:200 library/plugin-settings.php:224
88
+ #: library/plugin-settings.php:248 library/plugin-settings.php:272
89
+ #: library/plugin-settings.php:296
90
+ msgid "After post content"
91
+ msgstr "পোস্ট কন্টেন্ট পরে"
92
 
93
+ #: user-submitted-posts.php:1512
94
+ msgid "An error occurred. Please go back and try again."
95
+ msgstr "একটি ত্রুটি ঘটেছে. ফিরে যান এবং আবার চেষ্টা করুন।"
96
 
97
+ #: library/plugin-display.php:363 library/plugin-display.php:746
98
+ #: library/plugin-display.php:751
99
+ msgid "and"
100
+ msgstr "এবং"
101
 
102
+ #: library/support-panel.php:63
103
+ msgid "and is greatly appreciated."
104
+ msgstr "এবং ব্যাপকভাবে প্রশংসা করা হয়."
 
 
105
 
106
+ #: library/plugin-display.php:35
107
+ msgid "and/or"
108
+ msgstr "এবং/অথবা"
109
 
110
+ #: views/submission-form.php:85 views/submission-form-alt.php:100
111
+ msgid "Antispam Question"
112
+ msgstr "এন্টিস্প্যাম প্রশ্ন"
113
 
114
+ #: library/support-panel.php:65
115
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
116
+ msgstr "যেকোনো আকারের দান আমাকে এই বিনামূল্যের প্লাগইন এবং অন্যান্য দুর্দান্ত ওয়ার্ডপ্রেস সংস্থানগুলি বিকাশ চালিয়ে যেতে সাহায্য করে।"
117
 
118
+ #: library/plugin-display.php:231
119
+ msgid "Assigned Author"
120
+ msgstr "নিযুক্ত লেখক"
121
 
122
+ #: library/plugin-display.php:747 library/plugin-display.php:751
123
+ msgid "attributes"
124
+ msgstr "গুণাবলী"
125
 
126
+ #: library/plugin-display.php:583
127
+ msgid "Automatically display images and more."
128
+ msgstr "স্বয়ংক্রিয়ভাবে ছবি এবং আরো প্রদর্শন."
129
 
130
+ #: library/plugin-settings.php:196 library/plugin-settings.php:220
131
+ #: library/plugin-settings.php:244 library/plugin-settings.php:268
132
+ #: library/plugin-settings.php:292
133
+ msgid "Before post content"
134
+ msgstr "কন্টেন্ট পোস্ট করার আগে"
135
 
136
+ #: library/support-panel.php:55
137
+ msgid "books"
138
+ msgstr "বই"
139
 
140
+ #: library/plugin-display.php:829
141
+ msgid "by"
142
+ msgstr "দ্বারা"
143
+
144
+ #: library/plugin-display.php:152
145
+ msgid "By default, CSS & JavaScript files are loaded on every page. To load only on specific page(s), enter the URL(s) here. Use commas to separate multiple URLs. Leave blank to load on all pages."
146
+ msgstr "ডিফল্টরূপে, CSS & জাভাস্ক্রিপ্ট ফাইল প্রতিটি পৃষ্ঠায় লোড করা হয়. শুধুমাত্র নির্দিষ্ট পৃষ্ঠা(গুলি) লোড করতে, এখানে URL(গুলি) লিখুন৷ একাধিক URL আলাদা করতে কমা ব্যবহার করুন। সমস্ত পৃষ্ঠায় লোড করতে ফাঁকা ছেড়ে দিন।"
147
+
148
+ #: library/plugin-display.php:430
149
+ msgid "By default, this displays an “Agree to Terms” checkbox. Customize as desired."
150
+ msgstr "ডিফল্টরূপে, এটি একটি “শর্তগুলিতে সম্মত” চেকবক্স ইচ্ছামত কাস্টমাইজ করুন।"
151
+
152
+ #: library/plugin-display.php:753
153
+ msgid "Can use"
154
+ msgstr "ব্যবহার করতে পারেন"
155
+
156
+ #: library/plugin-display.php:481
157
+ msgid "Case-sensitivity"
158
+ msgstr "কেস-সংবেদনশীলতা"
159
+
160
+ #: library/plugin-display.php:332
161
+ msgid "Categories"
162
+ msgstr "ক্যাটাগরি"
163
+
164
+ #: library/plugin-display.php:327
165
+ msgid "Categories & Tags"
166
+ msgstr "বিভাগ & ট্যাগ"
167
+
168
+ #: library/plugin-display.php:363
169
+ msgid "category"
170
+ msgstr "বিভাগ"
171
+
172
+ #: library/plugin-display.php:349
173
+ msgid "Category ID for Hidden Field"
174
+ msgstr "গোপন ক্ষেত্রের জন্য বিভাগ আইডি"
175
+
176
+ #: library/plugin-settings.php:408 library/plugin-display.php:466
177
+ #: library/plugin-display.php:471
178
+ msgid "Challenge Question"
179
+ msgstr "চ্যালেঞ্জ প্রশ্ন"
180
+
181
+ #: library/plugin-display.php:476
182
+ msgid "Challenge Response"
183
+ msgstr "চ্যালেঞ্জ প্রতিক্রিয়া"
184
 
185
+ #: library/plugin-display.php:319 library/plugin-display.php:392
186
+ #: library/plugin-display.php:420 library/plugin-display.php:458
187
+ msgid "check out"
188
+ msgstr "চেক আউট"
189
+
190
+ #: library/plugin-display.php:754
191
+ msgid "Check out the source code inline notes for more info"
192
+ msgstr "আরও তথ্যের জন্য সোর্স কোড ইনলাইন নোট চেক আউট"
193
+
194
+ #: library/plugin-display.php:46
195
+ msgid "Check this box if you have shown support"
196
+ msgstr "আপনি যদি সমর্থন দেখিয়ে থাকেন তবে এই বক্সটি চেক করুন৷"
197
+
198
+ #: library/shortcode-login.php:98
199
+ msgid "Check your email for the password."
200
+ msgstr "পাসওয়ার্ডের জন্য আপনার ইমেল চেক করুন."
201
+
202
+ #: library/shortcode-login.php:103
203
+ msgid "Check your email to reset your password."
204
+ msgstr "আপনার পাসওয়ার্ড রিসেট করতে আপনার ইমেইল চেক করুন।"
205
+
206
+ #: library/plugin-display.php:443
207
+ msgid "Checkbox Error"
208
+ msgstr "চেকবক্স ত্রুটি"
209
+
210
+ #: library/plugin-display.php:438
211
+ msgid "Checkbox Name"
212
+ msgstr "চেকবক্সের নাম"
213
+
214
+ #: library/plugin-display.php:448
215
+ msgid "Checkbox Text"
216
+ msgstr "চেকবক্স পাঠ্য"
217
+
218
+ #: library/plugin-display.php:85
219
+ msgid "Choose fields to display on the front-end form."
220
+ msgstr "ফ্রন্ট-এন্ড ফর্মে প্রদর্শনের জন্য ক্ষেত্রগুলি বেছে নিন।"
221
+
222
+ #: library/plugin-display.php:506
223
+ msgid "Choose reCaptcha version"
224
+ msgstr "reCaptcha সংস্করণ চয়ন করুন"
225
+
226
+ #: library/plugin-display.php:374
227
+ msgid "Configure Custom Field #1."
228
+ msgstr "কাস্টম ক্ষেত্র #1 কনফিগার করুন।"
229
+
230
+ #: library/plugin-display.php:402
231
+ msgid "Configure Custom Field #2."
232
+ msgstr "কাস্টম ক্ষেত্র #2 কনফিগার করুন।"
233
+
234
+ #: library/plugin-display.php:276
235
+ msgid "Configure email notifications for new submitted posts."
236
+ msgstr "নতুন জমা দেওয়া পোস্টের জন্য ইমেল বিজ্ঞপ্তি কনফিগার করুন।"
237
+
238
+ #: library/plugin-display.php:118
239
+ msgid "Configure general settings. Note: the default settings work fine for most cases."
240
+ msgstr "সাধারণ সেটিংস কনফিগার করুন। দ্রষ্টব্য: ডিফল্ট সেটিংস বেশিরভাগ ক্ষেত্রেই ঠিক কাজ করে।"
241
+
242
+ #: library/plugin-display.php:514
243
+ msgid "Configure settings for image uploads."
244
+ msgstr "ছবি আপলোডের জন্য সেটিংস কনফিগার করুন।"
245
+
246
+ #: library/plugin-display.php:329
247
+ msgid "Configure settings for the Category and Tag fields."
248
+ msgstr "বিভাগ এবং ট্যাগ ক্ষেত্রগুলির জন্য সেটিংস কনফিগার করুন।"
249
+
250
+ #: library/plugin-display.php:228
251
+ msgid "Configure user settings."
252
+ msgstr "ব্যবহারকারী সেটিংস কনফিগার করুন।"
253
+
254
+ #: library/shortcode-login.php:180
255
+ msgid "Congratulations, you’re logged in."
256
+ msgstr "অভিনন্দন, আপনি লগ ইন করেছেন৷"
257
+
258
+ #: user-submitted-posts.php:1529 user-submitted-posts.php:1530
259
  msgid "Correct captcha required"
260
  msgstr "সঠিক ক্যাপচা প্রয়োজন"
261
 
262
+ #: library/plugin-display.php:296
263
+ msgid "Custom address for the email “From” header (see plugin FAQs for info)."
264
+ msgstr "ইমেলের জন্য কাস্টম ঠিকানা “থেকে” হেডার (তথ্যের জন্য প্লাগইন FAQs দেখুন)।"
265
 
266
+ #: library/plugin-display.php:428
267
+ msgid "Custom Checkbox"
268
+ msgstr "কাস্টম চেকবক্স"
269
 
270
+ #: user-submitted-posts.php:1509
271
+ msgid "Custom checkbox required"
272
+ msgstr "কাস্টম চেকবক্স প্রয়োজন"
273
 
274
+ #: library/plugin-display.php:184
275
+ msgid "Custom Content"
276
+ msgstr "কাস্টম কন্টেন্ট"
277
 
278
+ #: user-submitted-posts.php:1506 library/core-functions.php:306
279
+ #: library/plugin-settings.php:369 library/plugin-settings.php:907
280
+ #: library/plugin-display.php:372
281
+ msgid "Custom Field 1"
282
+ msgstr "কাস্টম ক্ষেত্র 1"
283
 
284
+ #: library/plugin-display.php:639
285
+ msgid "Custom Field 1 Display"
286
+ msgstr "কাস্টম ফিল্ড 1 ডিসপ্লে"
287
 
288
+ #: library/plugin-display.php:646
289
+ msgid "Custom Field 1 Markup"
290
+ msgstr "কাস্টম ফিল্ড 1 মার্কআপ"
291
 
292
+ #: user-submitted-posts.php:1507 library/core-functions.php:255
293
+ #: library/plugin-settings.php:374 library/plugin-settings.php:910
294
+ #: library/plugin-display.php:400
295
+ msgid "Custom Field 2"
296
+ msgstr "কাস্টম ক্ষেত্র 2"
297
 
298
+ #: library/plugin-display.php:652
299
+ msgid "Custom Field 2 Display"
300
+ msgstr "কাস্টম ফিল্ড 2 ডিসপ্লে"
301
 
302
+ #: library/plugin-display.php:659
303
+ msgid "Custom Field 2 Markup"
304
+ msgstr "কাস্টম ফিল্ড 2 মার্কআপ"
305
 
306
+ #: library/plugin-display.php:382 library/plugin-display.php:410
307
+ msgid "Custom Field Label"
308
+ msgstr "কাস্টম ফিল্ড লেবেল"
309
 
310
+ #: library/plugin-display.php:377 library/plugin-display.php:405
311
+ msgid "Custom Field Name"
312
+ msgstr "কাস্টম ক্ষেত্রের নাম"
313
 
314
+ #: library/plugin-settings.php:180
315
+ msgid "Custom Form + Custom CSS"
316
+ msgstr "কাস্টম ফর্ম + কাস্টম সিএসএস"
317
 
318
+ #: library/plugin-display.php:537
319
+ msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
320
+ msgstr "“অন্য ছবি যোগ করুন” এর জন্য কাস্টম মার্কআপ লিঙ্ক ডিফল্ট মার্কআপ ব্যবহার করতে ফাঁকা ছেড়ে দিন (প্রস্তাবিত)।"
321
 
322
+ #: library/plugin-display.php:522
323
+ msgid "Default Featured Image"
324
+ msgstr "ডিফল্ট বৈশিষ্ট্যযুক্ত ছবি"
325
 
326
+ #: library/plugin-settings.php:481
327
+ msgid "Disable"
328
+ msgstr "নিষ্ক্রিয় করুন"
329
 
330
+ #: library/plugin-display.php:201
331
+ msgid "Disable all required attributes on form fields (useful for troubleshooting error messages)"
332
+ msgstr "ফর্ম ক্ষেত্রগুলিতে সমস্ত প্রয়োজনীয় বৈশিষ্ট্যগুলি অক্ষম করুন (ত্রুটি বার্তাগুলির সমস্যা সমাধানের জন্য দরকারী)"
333
 
334
+ #: library/plugin-display.php:204
335
+ msgid "Disable IP Tracking"
336
+ msgstr "আইপি ট্র্যাকিং অক্ষম করুন"
337
 
338
+ #: library/plugin-display.php:258
339
+ msgid "Disable Replace Author"
340
+ msgstr "লেখক প্রতিস্থাপন অক্ষম করুন"
341
 
342
+ #: library/plugin-display.php:199
343
+ msgid "Disable Required"
344
+ msgstr "নিষ্ক্রিয় আবশ্যক"
345
 
346
+ #: library/plugin-settings.php:350 library/plugin-settings.php:391
347
+ #: library/plugin-settings.php:421 library/plugin-settings.php:451
348
+ msgid "Disable this field"
349
+ msgstr "এই ক্ষেত্রটি নিষ্ক্রিয় করুন"
350
 
351
+ #: library/plugin-display.php:356
352
+ msgid "Display a select/dropdown menu of existing tags (valid when Tag field is displayed on the form)"
353
+ msgstr "বিদ্যমান ট্যাগগুলির একটি নির্বাচন/ড্রপডাউন মেনু প্রদর্শন করুন (ফর্মে ট্যাগ ক্ষেত্র প্রদর্শিত হলে বৈধ)"
 
354
 
355
+ #: library/plugin-display.php:433
356
+ msgid "Display Checkbox"
357
+ msgstr "চেকবক্স প্রদর্শন করুন"
 
 
358
 
359
+ #: library/plugin-display.php:773
360
+ msgid "Display content only to users with a specific capability:"
361
+ msgstr "শুধুমাত্র একটি নির্দিষ্ট ক্ষমতা সম্পন্ন ব্যবহারকারীদের জন্য সামগ্রী প্রদর্শন করুন:"
 
362
 
363
+ #: library/plugin-display.php:775
364
+ msgid "Display content to logged-in users:"
365
+ msgstr "লগ ইন করা ব্যবহারকারীদের জন্য সামগ্রী প্রদর্শন করুন:"
 
 
366
 
367
+ #: library/plugin-display.php:777
368
+ msgid "Display content to visitors only:"
369
+ msgstr "শুধুমাত্র দর্শকদের জন্য সামগ্রী প্রদর্শন করুন:"
 
 
 
370
 
371
+ #: library/plugin-display.php:435
372
+ msgid "Display custom checkbox on the submission form"
373
+ msgstr "জমা ফর্মে কাস্টম চেকবক্স প্রদর্শন করুন"
374
 
375
+ #: library/plugin-display.php:641
376
+ msgid "Display Custom Field 1:"
377
+ msgstr "কাস্টম ক্ষেত্র 1 প্রদর্শন করুন:"
378
 
379
+ #: library/plugin-display.php:654
380
+ msgid "Display Custom Field 2:"
381
+ msgstr "কাস্টম ক্ষেত্র 2 প্রদর্শন করুন:"
 
382
 
383
+ #: library/plugin-display.php:730
384
+ msgid "Display image gallery"
385
+ msgstr "চিত্র গ্যালারি প্রদর্শন করুন"
386
 
387
+ #: library/plugin-display.php:615
388
+ msgid "Display submitted author/name:"
389
+ msgstr "জমা দেওয়া লেখক/নাম প্রদর্শন করুন:"
 
 
390
 
391
+ #: library/plugin-display.php:602
392
+ msgid "Display submitted email address:"
393
+ msgstr "জমা দেওয়া ইমেল ঠিকানা প্রদর্শন করুন:"
394
 
395
+ #: library/plugin-display.php:588
396
+ msgid "Display submitted images:"
397
+ msgstr "জমা দেওয়া ছবিগুলি প্রদর্শন করুন:"
398
 
399
+ #: library/plugin-display.php:628
400
+ msgid "Display submitted URL:"
401
+ msgstr "জমা দেওয়া URL প্রদর্শন করুন:"
402
 
403
+ #: library/plugin-display.php:684
404
+ msgid "Display the Form"
405
+ msgstr "ফর্মটি প্রদর্শন করুন"
406
 
407
+ #: library/plugin-display.php:701
408
+ msgid "Display the login/register form"
409
+ msgstr "লগইন/রেজিস্টার ফর্মটি প্রদর্শন করুন"
410
 
411
+ #: library/plugin-display.php:688
412
+ msgid "Display the submit-post form"
413
+ msgstr "জমা পোস্ট ফর্ম প্রদর্শন"
414
 
415
+ #: library/plugin-display.php:711
416
+ msgid "Display user-submitted posts"
417
+ msgstr "ব্যবহারকারীর জমা দেওয়া পোস্টগুলি প্রদর্শন করুন"
418
 
419
+ #: library/plugin-display.php:206
420
+ msgid "Do not collect or store any user IP address (useful for complying with privacy regulations)"
421
+ msgstr "কোন ব্যবহারকারীর আইপি ঠিকানা সংগ্রহ বা সংরক্ষণ করবেন না (গোপনীয়তা প্রবিধান মেনে চলার জন্য দরকারী)"
422
 
423
+ #: library/plugin-settings.php:204 library/plugin-settings.php:228
424
+ #: library/plugin-settings.php:252 library/plugin-settings.php:276
425
+ #: library/plugin-settings.php:300
426
+ msgid "Do not display"
427
+ msgstr "প্রদর্শন করবেন না"
428
 
429
+ #: library/plugin-display.php:260
430
+ msgid "Do not replace post author with submitted user name"
431
+ msgstr "জমা দেওয়া ব্যবহারকারীর নাম দিয়ে পোস্ট লেখক প্রতিস্থাপন করবেন না"
432
 
433
+ #: library/plugin-display.php:65
434
+ msgid "Documentation"
435
+ msgstr "ডকুমেন্টেশন"
436
 
437
+ #: library/support-panel.php:53
438
+ msgid "Donate via PayPal"
439
+ msgstr "পেপ্যালের মাধ্যমে দান করুন"
440
 
441
+ #: library/support-panel.php:57
442
+ msgid "donation"
443
+ msgstr "দান"
444
 
445
+ #: library/plugin-settings.php:563
446
+ msgid "Draft"
447
+ msgstr "খসড়া"
448
 
449
+ #: user-submitted-posts.php:1554
450
+ msgid "Duplicate post title. Please try again."
451
+ msgstr "ডুপ্লিকেট পোস্ট শিরোনাম. অনুগ্রহপূর্বক আবার চেষ্টা করুন."
452
 
453
+ #: library/plugin-settings.php:895
454
+ msgid "Email"
455
+ msgstr "ইমেইল"
456
 
457
+ #: library/plugin-display.php:294
458
+ msgid "Email “From” Address"
459
+ msgstr "ইমেল “থেকে” ঠিকানা"
460
 
461
+ #: library/plugin-display.php:289
462
+ msgid "Email Address for Alerts"
463
+ msgstr "সতর্কতার জন্য ইমেল ঠিকানা"
464
 
465
+ #: library/plugin-display.php:307
466
+ msgid "Email Alert Message"
467
+ msgstr "ইমেল সতর্কতা বার্তা"
468
 
469
+ #: library/plugin-display.php:300
470
+ msgid "Email Alert Subject"
471
+ msgstr "ইমেল সতর্কতা বিষয়"
472
 
473
+ #: library/plugin-display.php:274
474
+ msgid "Email Alerts"
475
+ msgstr "ইমেল সতর্কতা"
476
 
477
+ #: library/plugin-display.php:600
478
+ msgid "Email Display"
479
+ msgstr "ইমেল প্রদর্শন"
480
 
481
+ #: library/plugin-display.php:607
482
+ msgid "Email Markup"
483
+ msgstr "ইমেল মার্কআপ"
484
 
485
+ #: library/plugin-display.php:318
486
+ msgid "email-alert options"
487
+ msgstr "ইমেল-সতর্কতা বিকল্প"
488
 
489
+ #: library/plugin-settings.php:480
490
+ msgid "Enable"
491
+ msgstr "সক্ষম করুন"
492
 
493
+ #: library/plugin-settings.php:348 library/plugin-settings.php:389
494
+ #: library/plugin-settings.php:420 library/plugin-settings.php:450
495
+ msgid "Enable and require"
496
+ msgstr "সক্ষম করুন এবং প্রয়োজন"
497
 
498
+ #: library/plugin-settings.php:349 library/plugin-settings.php:390
499
+ msgid "Enable but do not require"
500
+ msgstr "সক্রিয় কিন্তু প্রয়োজন নেই"
501
 
502
+ #: library/plugin-display.php:284
503
+ msgid "Enable HTML Format"
504
+ msgstr "HTML ফরম্যাট সক্ষম করুন"
505
 
506
+ #: library/plugin-display.php:286
507
+ msgid "Enable HTML format for email alert messages"
508
+ msgstr "ইমেল সতর্কতা বার্তাগুলির জন্য HTML বিন্যাস সক্ষম করুন৷"
509
 
510
+ #: library/plugin-display.php:191
511
+ msgid "Enable RTE/Visual Editor for the Post Content field"
512
+ msgstr "পোস্ট কন্টেন্ট ক্ষেত্রের জন্য RTE/ভিজ্যুয়াল এডিটর সক্ষম করুন"
513
 
514
+ #: library/plugin-display.php:209
515
+ msgid "Enable Shortcodes"
516
+ msgstr "শর্টকোড সক্রিয় করুন"
517
 
518
+ #: library/plugin-display.php:211
519
+ msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
520
+ msgstr "উইজেটগুলিতে শর্টকোডগুলি সক্ষম করুন৷ ডিফল্টরূপে, ওয়ার্ডপ্রেস উইজেটে শর্টকোড সক্রিয় করে না। "
521
 
522
+ #: library/plugin-display.php:341
523
+ msgid "Enable users to select multiple categories"
524
+ msgstr "ব্যবহারকারীদের একাধিক বিভাগ নির্বাচন করতে সক্ষম করুন"
525
 
526
+ #: library/plugin-display.php:573
527
+ msgid "Enable users to upload other file types (like PDF, Word, Zip, videos, and more), check out"
528
+ msgstr "ব্যবহারকারীদের অন্যান্য ফাইলের ধরন (যেমন PDF, Word, Zip, ভিডিও এবং আরও অনেক কিছু) আপলোড করতে সক্ষম করুন, চেক আউট করুন৷"
529
 
530
+ #. Description of the plugin
531
+ #:
532
+ msgid "Enables your visitors to submit posts and images from anywhere on your site."
533
+ msgstr "আপনার সাইটের যেকোনো জায়গা থেকে আপনার দর্শকদের পোস্ট এবং ছবি জমা দিতে সক্ষম করে।"
534
 
535
+ #: library/plugin-display.php:59
536
+ msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
537
+ msgstr "আপনার দর্শকদের পোস্ট জমা দিতে এবং আপনার সাইটের সামনের প্রান্ত থেকে ছবি আপলোড করতে সক্ষম করে। "
538
 
539
+ #: library/plugin-display.php:478
540
+ msgid "Enter the *only* correct answer to the challenge question"
541
+ msgstr "চ্যালেঞ্জ প্রশ্নের *শুধু* সঠিক উত্তর লিখুন"
542
 
543
+ #: library/plugin-display.php:526
544
+ msgid "Enter URL or click button to upload/choose an image (optional)"
545
+ msgstr "URL লিখুন বা একটি ছবি আপলোড/বাছাই করতে বাটনে ক্লিক করুন (ঐচ্ছিক)"
546
 
547
+ #: library/plugin-display.php:500
548
+ msgid "Enter your Private Key"
549
+ msgstr "আপনার ব্যক্তিগত কী লিখুন"
550
 
551
+ #: library/plugin-display.php:495
552
+ msgid "Enter your Public Key"
553
+ msgstr "আপনার সর্বজনীন কী লিখুন"
554
 
555
+ #: library/shortcode-login.php:156
556
+ msgid "Enter your username or email to reset your password."
557
+ msgstr "আপনার গোপন শব্দ নতুন করতে সদস্যের নাম আর ইমেইল প্রবেশ করান."
558
 
559
+ #: library/plugin-display.php:179
560
+ msgid "Error Message"
561
+ msgstr "ভুল বার্তা"
562
 
563
+ #: library/plugin-display.php:181
564
+ msgid "Error message displayed if post submission fails (basic markup allowed)"
565
+ msgstr "পোস্ট জমা ব্যর্থ হলে ত্রুটি বার্তা প্রদর্শিত হয় (মৌলিক মার্কআপ অনুমোদিত)"
566
 
567
+ #: library/plugin-display.php:445
568
+ msgid "Error message displayed if user does not check the box"
569
+ msgstr "ব্যবহারকারী বাক্সটি চেক না করলে ত্রুটি বার্তা প্রদর্শিত হবে"
570
 
571
+ #: user-submitted-posts.php:1564
572
+ msgid "Error: "
573
+ msgstr "ত্রুটি: "
574
 
575
+ #: library/plugin-display.php:783
576
+ msgid "Example"
577
+ msgstr "উদাহরণ"
578
 
579
+ #: library/plugin-display.php:517
580
+ msgid "Featured Image"
581
+ msgstr "বৈশিষ্ট্যযুক্ত ইমেজ"
 
 
582
 
583
+ #: user-submitted-posts.php:1547
584
+ msgid "File not uploaded. Please check the file and try again."
585
+ msgstr "ফাইল আপলোড করা হয়নি। ফাইল চেক করুন এবং আবার চেষ্টা করুন."
 
 
586
 
587
+ #: user-submitted-posts.php:1540
588
+ msgid "File type not allowed (please upload images only)"
589
+ msgstr "ফাইল প্রকার অনুমোদিত নয় (শুধুমাত্র ছবি আপলোড করুন)"
590
 
591
+ #: library/plugin-display.php:390 library/plugin-display.php:418
592
+ #: library/plugin-display.php:456
593
+ msgid "For"
594
+ msgstr "জন্য"
595
 
596
+ #: library/plugin-display.php:317 library/plugin-display.php:362
597
+ msgid "For more"
598
+ msgstr "আরো বেশী"
599
 
600
+ #: library/plugin-display.php:60
601
+ msgid "For more features and unlimited forms, check out"
602
+ msgstr "আরও বৈশিষ্ট্য এবং সীমাহীন ফর্মের জন্য, চেক আউট করুন"
603
 
604
+ #: library/plugin-display.php:218 library/plugin-display.php:266
605
+ #: library/plugin-display.php:668
606
+ msgid "For more options and features, check out"
607
+ msgstr "আরো বিকল্প এবং বৈশিষ্ট্যের জন্য, চেক আউট"
608
 
609
+ #: library/plugin-display.php:108
610
+ msgid "For unlimited fields, check out"
611
+ msgstr "সীমাহীন ক্ষেত্রের জন্য, চেক আউট"
612
 
613
+ #: library/shortcode-login.php:90
614
+ msgid "Forgot?"
615
+ msgstr "ভুলে গেছেন?"
616
 
617
+ #: library/plugin-display.php:83
618
+ msgid "Form Fields"
619
+ msgstr "ফর্ম ক্ষেত্র"
 
620
 
621
+ #: library/plugin-display.php:121
622
+ msgid "Form Style"
623
+ msgstr "ফর্ম শৈলী"
624
 
625
+ #: library/plugin-display.php:581
626
+ msgid "Frontend Display"
627
+ msgstr "ফ্রন্টএন্ড ডিসপ্লে"
 
628
 
629
+ #: library/plugin-display.php:139
630
+ msgid "FYI: here is a"
631
+ msgstr "FYI: এখানে একটি"
 
632
 
633
+ #: library/plugin-display.php:116
634
+ msgid "General Settings"
635
+ msgstr "সাধারণ সেটিংস"
 
636
 
637
+ #: library/plugin-display.php:72
638
+ msgid "Get USP Pro"
639
+ msgstr "ইউএসপি প্রো পান"
 
640
 
641
+ #: library/plugin-settings.php:40
642
+ msgid "Get USP Pro for unlimited forms!"
643
+ msgstr "সীমাহীন ফর্মের জন্য ইউএসপি প্রো পান!"
 
644
 
645
+ #: library/plugin-display.php:70
646
+ msgid "give it a 5-star rating"
647
+ msgstr "এটি একটি 5-স্টার রেটিং দিন"
648
 
649
+ #: library/plugin-display.php:37
650
+ msgid "give this plugin a 5-star rating"
651
+ msgstr "এই প্লাগইনটিকে 5-স্টার রেটিং দিন"
652
 
653
+ #: library/plugin-settings.php:68
654
+ msgid "Give USP a 5-star rating at WordPress.org"
655
+ msgstr "WordPress.org-এ USP-কে 5-স্টার রেটিং দিন"
656
 
657
+ #: library/plugin-settings.php:41
658
+ msgid "Go Pro"
659
+ msgstr "প্রো যান"
660
 
661
+ #: library/plugin-settings.php:438 library/plugin-display.php:488
662
+ msgid "Google reCaptcha"
663
+ msgstr "Google reCaptcha"
664
 
665
+ #: library/shortcode-login.php:107
666
+ msgid "Have an account?"
667
+ msgstr "একাউন্ট আছে?"
668
 
669
+ #: library/plugin-display.php:717
670
+ msgid "Here are some examples showing how to configure this shortcode:"
671
+ msgstr "এই শর্টকোডটি কীভাবে কনফিগার করতে হয় তা এখানে কিছু উদাহরণ রয়েছে:"
672
 
673
+ #: library/plugin-display.php:344
674
+ msgid "Hidden/Default Category"
675
+ msgstr "লুকানো/ডিফল্ট বিভাগ"
676
 
677
+ #: library/plugin-settings.php:63
678
+ msgid "Homepage"
679
+ msgstr "হোমপেজ"
680
 
681
+ #: library/plugin-settings.php:172
682
+ msgid "HTML5 Form + Default CSS"
683
+ msgstr "HTML5 ফর্ম + ডিফল্ট CSS"
684
 
685
+ #: library/plugin-settings.php:176
686
+ msgid "HTML5 Form + Disable CSS"
687
+ msgstr "HTML5 ফর্ম + সিএসএস অক্ষম করুন"
688
 
689
+ #. URI of the plugin
690
+ #:
691
+ msgid "https://perishablepress.com/user-submitted-posts/"
692
+ msgstr "https://perishablepress.com/user-submitted-posts/"
693
 
694
+ #. Author URI of the plugin
695
+ #:
696
+ msgid "https://plugin-planet.com/"
697
+ msgstr "https://plugin-planet.com/"
698
 
699
+ #: views/submission-form.php:169 views/submission-form-alt.php:184
700
+ msgid "Human verification: leave this field empty."
701
+ msgstr "মানব যাচাই: এই ক্ষেত্রটি খালি ছেড়ে দিন।"
702
 
703
+ #: library/plugin-display.php:297
704
+ msgid "If multiple addresses are specified for the previous setting, include an equal number of addresses for this setting (in the same order)."
705
+ msgstr "যদি পূর্ববর্তী সেটিং এর জন্য একাধিক ঠিকানা নির্দিষ্ট করা থাকে, তাহলে এই সেটিং এর জন্য সমান সংখ্যক ঠিকানা অন্তর্ভুক্ত করুন (একই ক্রমে)।"
706
+
707
+ #: library/plugin-display.php:784
708
+ msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
709
+ msgstr "যদি ব্যবহারকারী লগ ইন করে থাকেন, পোস্ট-সাবমিট ফর্মটি প্রদর্শন করুন; অথবা ব্যবহারকারী লগ ইন না করলে, লগইন ফর্মটি প্রদর্শন করুন:"
710
+
711
+ #: library/plugin-display.php:69
712
+ msgid "If you like this plugin, please"
713
+ msgstr "আপনি যদি এই প্লাগইন পছন্দ করেন, দয়া করে"
714
+
715
+ #: library/plugin-display.php:586
716
+ msgid "Image Display"
717
+ msgstr "ইমেজ ডিসপ্লে"
718
+
719
+ #: user-submitted-posts.php:1539
720
+ msgid "Image height exceeds maximum"
721
+ msgstr "ছবির উচ্চতা সর্বোচ্চ ছাড়িয়ে গেছে"
722
+
723
+ #: library/plugin-display.php:593
724
+ msgid "Image Markup"
725
+ msgstr "ইমেজ মার্কআপ"
726
+
727
+ #: library/plugin-settings.php:468 library/plugin-display.php:512
728
+ msgid "Image Uploads"
729
+ msgstr "ছবি আপলোড"
730
+
731
+ #: user-submitted-posts.php:1537
732
+ msgid "Image width exceeds maximum"
733
+ msgstr "ছবির প্রস্থ সর্বোচ্চ ছাড়িয়ে গেছে"
734
 
735
+ #: library/plugin-display.php:746
736
+ msgid "in"
737
+ msgstr "ভিতরে"
738
 
739
+ #: library/plugin-display.php:131
740
+ msgid "in your theme:"
741
+ msgstr "আপনার থিমে:"
742
 
743
+ #: library/plugin-display.php:145
744
+ msgid "Include JavaScript"
745
+ msgstr "জাভাস্ক্রিপ্ট অন্তর্ভুক্ত করুন"
746
 
747
+ #: library/plugin-display.php:147
748
+ msgid "Include required JavaScript files (recommended)"
749
+ msgstr "প্রয়োজনীয় জাভাস্ক্রিপ্ট ফাইল অন্তর্ভুক্ত করুন (প্রস্তাবিত)"
750
 
751
+ #: library/enqueue-scripts.php:152
752
+ msgid "Incorrect response."
753
+ msgstr "ভুল প্রতিক্রিয়া."
754
 
755
+ #: library/plugin-display.php:138
756
+ msgid "Installation Docs"
757
+ msgstr "ইনস্টলেশন ডক্স"
758
 
759
+ #. Author of the plugin
760
+ #:
761
+ msgid "Jeff Starr"
762
+ msgstr "জেফ স্টার"
763
 
764
+ #: library/plugin-display.php:830
765
+ msgid "Jeff Starr on Twitter"
766
+ msgstr "টুইটারে জেফ স্টার"
767
 
768
+ #: library/plugin-display.php:726 library/plugin-display.php:798
769
+ msgid "Learn more"
770
+ msgstr "আরও জানুন৷"
771
 
772
+ #: library/plugin-display.php:809
773
+ msgid "Leave this option disabled to remember your settings."
774
+ msgstr "আপনার সেটিংস মনে রাখতে এই বিকল্পটি অক্ষম রাখুন।"
775
 
776
+ #: library/plugin-settings.php:92
777
+ msgid "Like this plugin? Give it a"
778
+ msgstr "এই প্লাগইন মত? দাও ক"
779
 
780
+ #: library/plugin-display.php:139
781
+ msgid "list of USP CSS selectors"
782
+ msgstr "ইউএসপি সিএসএস নির্বাচকদের তালিকা"
783
 
784
+ #: user-submitted-posts.php:1621
785
+ msgid "log in"
786
+ msgstr "প্রবেশ করুন"
787
 
788
+ #: library/shortcode-login.php:108
789
+ msgid "Log in or sign up! It’s fast & free!"
790
+ msgstr "লগিন করো অথবা সাইন আপ করুন! এটা দ্রুত & বিনামূল্যে!"
791
 
792
+ #: library/shortcode-login.php:182
793
+ msgid "Log out"
794
+ msgstr "প্রস্থান"
795
 
796
+ #: library/shortcode-login.php:88 library/shortcode-login.php:127
797
+ msgid "Login"
798
+ msgstr "প্রবেশ করুন"
799
 
800
+ #: library/shortcode-login.php:155
801
+ msgid "Lose something?"
802
+ msgstr "কিছু হারান?"
803
 
804
+ #: library/plugin-display.php:35
805
+ msgid "make a donation"
806
+ msgstr "উচ্চ স্বরে পড়া"
807
 
808
+ #: library/plugin-display.php:35
809
+ msgid "Make a donation via PayPal"
810
+ msgstr "পেপ্যালের মাধ্যমে দান করুন"
811
 
812
+ #: library/plugin-display.php:483
813
+ msgid "Make the challenge response case-sensitive"
814
+ msgstr "চ্যালেঞ্জ প্রতিক্রিয়া কেস-সংবেদনশীল করুন"
815
 
816
+ #: library/plugin-display.php:648
817
+ msgid "Markup for Custom Field 1. You may include any of the following variables:"
818
+ msgstr "কাস্টম ফিল্ডের জন্য মার্কআপ 1. আপনি নিম্নলিখিত ভেরিয়েবলগুলির মধ্যে যেকোনো একটি অন্তর্ভুক্ত করতে পারেন:"
819
 
820
+ #: library/plugin-display.php:661
821
+ msgid "Markup for Custom Field 2. You may include any of the following variables:"
822
+ msgstr "কাস্টম ফিল্ড 2 এর জন্য মার্কআপ। আপনি নিম্নলিখিত ভেরিয়েবলগুলির যেকোনও অন্তর্ভুক্ত করতে পারেন:"
823
 
824
+ #: library/plugin-display.php:595
825
+ msgid "Markup for each submitted image. You may include any of the following variables:"
826
+ msgstr "জমা দেওয়া প্রতিটি ছবির জন্য মার্কআপ। আপনি নিম্নলিখিত ভেরিয়েবলগুলির মধ্যে যেকোনো একটি অন্তর্ভুক্ত করতে পারেন:"
827
 
828
+ #: library/plugin-display.php:622
829
+ msgid "Markup for submitted author/name. You may include"
830
+ msgstr "জমা দেওয়া লেখক/নামের জন্য মার্কআপ। আপনি অন্তর্ভুক্ত করতে পারেন"
831
 
832
+ #: library/plugin-display.php:609
833
+ msgid "Markup for submitted email address. You may include any of the following variables:"
834
+ msgstr "জমা দেওয়া ইমেল ঠিকানার জন্য মার্কআপ। আপনি নিম্নলিখিত ভেরিয়েবলগুলির মধ্যে যেকোনো একটি অন্তর্ভুক্ত করতে পারেন:"
835
 
836
+ #: library/plugin-display.php:635
837
+ msgid "Markup for submitted URL. You may include any of the following variables:"
838
+ msgstr "জমা দেওয়া URL এর জন্য মার্কআপ। আপনি নিম্নলিখিত ভেরিয়েবলগুলির মধ্যে যেকোনো একটি অন্তর্ভুক্ত করতে পারেন:"
839
 
840
+ #: library/plugin-display.php:567
841
+ msgid "Maximum height (in pixels) for uploaded images"
842
+ msgstr "আপলোড করা ছবির জন্য সর্বোচ্চ উচ্চতা (পিক্সেলে)"
843
 
844
+ #: library/plugin-display.php:565
845
+ msgid "Maximum image height"
846
+ msgstr "ছবির সর্বোচ্চ উচ্চতা"
847
 
848
+ #: library/plugin-display.php:560
849
+ msgid "Maximum image width"
850
+ msgstr "সর্বাধিক ছবির প্রস্থ"
851
 
852
+ #: library/plugin-display.php:545
853
+ msgid "Maximum number of images"
854
+ msgstr "ছবির সর্বাধিক সংখ্যা"
855
 
856
+ #: user-submitted-posts.php:1535
857
+ msgid "Maximum number of images exceeded "
858
+ msgstr "ছবির সর্বোচ্চ সংখ্যা ছাড়িয়ে গেছে "
859
 
860
+ #: library/plugin-display.php:547
861
+ msgid "Maximum number of images for each submitted post"
862
+ msgstr "প্রতিটি জমা দেওয়া পোস্টের জন্য সর্বাধিক সংখ্যক ছবি"
863
 
864
+ #: library/plugin-display.php:562
865
+ msgid "Maximum width (in pixels) for uploaded images"
866
+ msgstr "আপলোড করা ছবিগুলির জন্য সর্বাধিক প্রস্থ (পিক্সেলে)"
867
 
868
+ #: library/plugin-display.php:176
869
+ msgid "Message displayed after successful post submission (basic markup allowed)"
870
+ msgstr "সফল পোস্ট জমা দেওয়ার পরে বার্তা প্রদর্শিত হয় (বেসিক মার্কআপ অনুমোদিত)"
871
 
872
+ #: library/plugin-display.php:532
873
+ msgid "Message displayed next to the file upload field (basic markup allowed)"
874
+ msgstr "ফাইল আপলোড ক্ষেত্রের পাশে বার্তা প্রদর্শিত হয় (বেসিক মার্কআপ অনুমোদিত)"
875
 
876
+ #: library/plugin-display.php:309
877
+ msgid "Message for email alerts. Leave blank to use default message. You may include any of the following variables:"
878
+ msgstr "ইমেল সতর্কতা জন্য বার্তা. ডিফল্ট বার্তা ব্যবহার করতে ফাঁকা ছেড়ে দিন। আপনি নিম্নলিখিত ভেরিয়েবলগুলির মধ্যে যেকোনো একটি অন্তর্ভুক্ত করতে পারেন:"
879
 
880
+ #: library/plugin-display.php:557
881
+ msgid "Minimum height (in pixels) for uploaded images"
882
+ msgstr "আপলোড করা ছবির জন্য ন্যূনতম উচ্চতা (পিক্সেলে)"
883
 
884
+ #: library/plugin-display.php:555
885
+ msgid "Minimum image height"
886
+ msgstr "ন্যূনতম ছবির উচ্চতা"
887
 
888
+ #: user-submitted-posts.php:1538
889
+ msgid "Minimum image height not met"
890
+ msgstr "ন্যূনতম চিত্র উচ্চতা পূরণ করা হয়নি"
891
 
892
+ #: library/plugin-display.php:550
893
+ msgid "Minimum image width"
894
+ msgstr "ন্যূনতম চিত্র প্রস্থ"
895
 
896
+ #: user-submitted-posts.php:1536
897
+ msgid "Minimum image width not met"
898
+ msgstr "ন্যূনতম চিত্র প্রস্থ পূরণ হয়নি"
899
 
900
+ #: library/plugin-display.php:540
901
+ msgid "Minimum number of images"
902
+ msgstr "ছবির ন্যূনতম সংখ্যা"
903
 
904
+ #: library/plugin-display.php:542
905
+ msgid "Minimum number of images for each submitted post"
906
+ msgstr "প্রতিটি জমা দেওয়া পোস্টের জন্য ন্যূনতম সংখ্যক ছবি"
907
 
908
+ #: user-submitted-posts.php:1534
909
+ msgid "Minimum number of images not met"
910
+ msgstr "ন্যূনতম সংখ্যক ছবি পূরণ হয়নি"
911
 
912
+ #: library/plugin-display.php:552
913
+ msgid "Minimum width (in pixels) for uploaded images"
914
+ msgstr "আপলোড করা ছবির জন্য ন্যূনতম প্রস্থ (পিক্সেলে)"
915
 
916
+ #: library/plugin-display.php:105 library/plugin-display.php:215
917
+ #: library/plugin-display.php:263 library/plugin-display.php:314
918
+ #: library/plugin-display.php:359 library/plugin-display.php:387
919
+ #: library/plugin-display.php:415 library/plugin-display.php:453
920
+ #: library/plugin-display.php:570 library/plugin-display.php:665
921
+ msgid "More Options"
922
+ msgstr "আরও বিকল্প"
923
 
924
+ #: library/plugin-display.php:339
925
+ msgid "Multiple Categories"
926
+ msgstr "একাধিক বিভাগ"
927
 
928
+ #: library/plugin-display.php:613
929
+ msgid "Name Display"
930
+ msgstr "নাম প্রদর্শন"
931
 
932
+ #: library/plugin-display.php:620
933
+ msgid "Name Markup"
934
+ msgstr "নাম মার্কআপ"
935
 
936
+ #: user-submitted-posts.php:1533
937
+ msgid "Non-empty value for hidden field"
938
+ msgstr "লুকানো ক্ষেত্রের জন্য অ-খালি মান"
939
 
940
+ #: library/plugin-display.php:767
941
+ msgid "Note that the url attribute accepts"
942
+ msgstr "উল্লেখ্য যে url বৈশিষ্ট্য গ্রহণ করে"
943
 
944
+ #: library/plugin-display.php:742
945
+ msgid "Notes:"
946
+ msgstr "মন্তব্য:"
947
 
948
+ #: library/plugin-display.php:831
949
+ msgid "Obsessive Web Design & Development"
950
+ msgstr "অবসেসিভ ওয়েব ডিজাইন & উন্নয়ন"
951
 
952
+ #: library/plugin-display.php:186
953
+ msgid "Optional markup/text to include before the submission form (leave blank to disable)"
954
+ msgstr "জমা ফর্মের আগে অন্তর্ভুক্ত করার জন্য ঐচ্ছিক মার্কআপ/টেক্সট (অক্ষম করতে ফাঁকা ছেড়ে দিন)"
955
 
956
+ #: library/plugin-display.php:364
957
+ msgid "options, check out"
958
+ msgstr "বিকল্প, চেক আউট"
959
 
960
+ #: library/support-panel.php:61
961
+ msgid "or"
962
+ msgstr "বা"
963
 
964
+ #: library/support-panel.php:61
965
+ msgid "or by making a"
966
+ msgstr "অথবা একটি তৈরি করে"
967
 
968
+ #: library/plugin-display.php:810
969
+ msgid "Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
970
+ msgstr "অথবা, এগিয়ে যেতে এবং ডিফল্ট প্লাগইন বিকল্পগুলি পুনরুদ্ধার করতে: বাক্সটি চেক করুন, আপনার সেটিংস সংরক্ষণ করুন এবং তারপর প্লাগইন নিষ্ক্রিয়/পুনরায় সক্রিয় করুন৷"
971
 
972
+ #: library/plugin-display.php:715
973
+ msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
974
+ msgstr "অথবা, আপনার থিম টেমপ্লেটের যেকোনো জায়গায় জমা দেওয়া পোস্টগুলির একটি তালিকা প্রদর্শন করতে টেমপ্লেট ট্যাগ ব্যবহার করুন:"
975
 
976
+ #: library/plugin-display.php:734
977
+ msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
978
+ msgstr "অথবা, আপনার থিম টেমপ্লেটের যেকোনো জায়গায় একটি চিত্র গ্যালারি প্রদর্শন করতে টেমপ্লেট ট্যাগ ব্যবহার করুন:"
979
 
980
+ #: library/plugin-display.php:693 library/plugin-display.php:706
981
+ msgid "Or, use the template tag to display the form anywhere in your theme template:"
982
+ msgstr "অথবা, আপনার থিম টেমপ্লেটের যেকোনো জায়গায় ফর্মটি প্রদর্শন করতে টেমপ্লেট ট্যাগ ব্যবহার করুন:"
983
 
984
+ #: library/plugin-display.php:55
985
+ msgid "Overview"
986
+ msgstr "ওভারভিউ"
987
 
988
+ #: library/shortcode-login.php:118
989
+ msgid "Password"
990
+ msgstr "পাসওয়ার্ড"
991
 
992
+ #: library/plugin-settings.php:564
993
+ msgid "Pending (default)"
994
+ msgstr "মুলতুবি (ডিফল্ট)"
995
 
996
+ #: library/support-panel.php:51
997
+ msgid "Perishable Press Books"
998
+ msgstr "পচনশীল প্রেস বই"
999
 
1000
+ #: user-submitted-posts.php:1620 library/plugin-display.php:35
1001
+ msgid "Please"
1002
+ msgstr "অনুগ্রহ"
1003
 
1004
+ #: user-submitted-posts.php:1532
1005
+ msgid "Please check your email and try again"
1006
+ msgstr "আপনার ইমেল চেক করুন এবং আবার চেষ্টা করুন"
1007
 
1008
+ #: views/submission-form.php:21 views/submission-form-alt.php:40
1009
+ msgid "Please complete the required fields."
1010
+ msgstr "প্রয়োজনীয় ক্ষেত্র পূরণ করুন."
1011
 
1012
+ #: user-submitted-posts.php:85
1013
+ msgid "Please return to the"
1014
+ msgstr "অনুগ্রহ করে ফিরে যান"
1015
 
1016
+ #: views/submission-form.php:92 views/submission-form-alt.php:107
1017
+ msgid "Please select a category.."
1018
+ msgstr "একটি বিভাগ নির্বাচন করুন.."
1019
 
1020
+ #: views/submission-form.php:58 views/submission-form-alt.php:73
1021
+ msgid "Please select some tags.."
1022
+ msgstr "কিছু ট্যাগ নির্বাচন করুন.."
1023
 
1024
+ #: library/plugin-settings.php:860
1025
+ msgid "Please select your image(s) to upload."
1026
+ msgstr "আপলোড করতে আপনার ছবি(গুলি) নির্বাচন করুন."
1027
 
1028
+ #: library/support-panel.php:60
1029
+ msgid "Please show support by purchasing one of my"
1030
+ msgstr "আমার একটি ক্রয় দ্বারা সমর্থন দেখান দয়া করে"
1031
 
1032
+ #: library/plugin-settings.php:62 library/plugin-display.php:64
1033
+ #: library/plugin-display.php:829
1034
+ msgid "Plugin Homepage"
1035
+ msgstr "প্লাগইন হোমপেজ"
1036
 
1037
+ #: library/support-panel.php:52
1038
+ msgid "Plugin Planet"
1039
+ msgstr "প্লানেট প্লাগইন"
1040
 
1041
+ #: library/plugin-display.php:79
1042
+ msgid "Plugin Settings"
1043
+ msgstr "প্লাগইন সেটিংস"
1044
 
1045
+ #: library/support-panel.php:56
1046
+ msgid "plugins"
1047
+ msgstr "প্লাগইন"
1048
 
1049
+ #: views/submission-form.php:90 views/submission-form-alt.php:105
1050
+ #: library/plugin-display.php:94
1051
+ msgid "Post Category"
1052
+ msgstr "পোস্ট বিভাগ"
1053
 
1054
+ #: user-submitted-posts.php:1527
1055
+ msgid "Post category required"
1056
+ msgstr "পোস্ট বিভাগ প্রয়োজন"
1057
 
1058
+ #: views/submission-form.php:123 views/submission-form.php:124
1059
+ #: views/submission-form-alt.php:138 views/submission-form-alt.php:139
1060
+ #: library/plugin-display.php:95
1061
+ msgid "Post Content"
1062
+ msgstr "পোস্ট কন্টেন্ট"
1063
 
1064
+ #: user-submitted-posts.php:1528
1065
+ msgid "Post content required"
1066
+ msgstr "পোস্ট কন্টেন্ট আবশ্যক"
1067
 
1068
+ #: user-submitted-posts.php:1553
1069
+ msgid "Post not created. Please contact the site administrator for help."
1070
+ msgstr "পোস্ট তৈরি করা হয়নি। সাহায্যের জন্য সাইট প্রশাসকের সাথে যোগাযোগ করুন."
1071
 
1072
+ #: library/plugin-display.php:162
1073
+ msgid "Post Status"
1074
+ msgstr "পোস্ট স্ট্যাটাস"
1075
 
1076
+ #: library/plugin-display.php:165
1077
+ msgid "Post Status for submitted posts"
1078
+ msgstr "জমা দেওয়া পোস্টের জন্য পোস্ট স্ট্যাটাস"
1079
 
1080
+ #: views/submission-form.php:56 views/submission-form.php:65
1081
+ #: views/submission-form.php:66 views/submission-form-alt.php:71
1082
+ #: views/submission-form-alt.php:80 views/submission-form-alt.php:81
1083
+ #: library/plugin-display.php:93
1084
+ msgid "Post Tags"
1085
+ msgstr "পোস্ট ট্যাগ"
1086
 
1087
+ #: user-submitted-posts.php:1526
1088
+ msgid "Post tags required"
1089
+ msgstr "পোস্ট ট্যাগ প্রয়োজন"
1090
 
1091
+ #: views/submission-form.php:49 views/submission-form.php:50
1092
+ #: views/submission-form-alt.php:64 views/submission-form-alt.php:65
1093
+ #: library/plugin-display.php:92
1094
+ msgid "Post Title"
1095
+ msgstr "পোস্ট শিরোনাম"
1096
 
1097
+ #: user-submitted-posts.php:1524
1098
+ msgid "Post title required"
1099
+ msgstr "পোস্ট শিরোনাম প্রয়োজন"
1100
 
1101
+ #: library/plugin-display.php:155
1102
+ msgid "Post Type"
1103
+ msgstr "পোস্টের ধরন"
1104
 
1105
+ #: library/plugin-display.php:158
1106
+ msgid "Post Type for submitted posts"
1107
+ msgstr "জমা দেওয়া পোস্টের জন্য পোস্টের ধরন"
1108
 
1109
+ #: library/plugin-display.php:498
1110
+ msgid "Private Key"
1111
+ msgstr "ব্যক্তিগত কী"
1112
 
1113
+ #: library/shortcode-login.php:184
1114
+ msgid "Profile"
1115
+ msgstr "প্রোফাইল"
1116
 
1117
+ #: library/plugin-display.php:493
1118
+ msgid "Public Key"
1119
+ msgstr "সর্বজনীন কী"
1120
 
1121
+ #: library/plugin-settings.php:567
1122
+ msgid "Publish after "
1123
+ msgstr "পরে প্রকাশ করুন "
1124
 
1125
+ #: library/plugin-settings.php:566
1126
+ msgid "Publish after 1 approved post"
1127
+ msgstr "1টি অনুমোদিত পোস্টের পরে প্রকাশ করুন"
1128
 
1129
+ #: library/plugin-settings.php:565
1130
+ msgid "Publish immediately"
1131
+ msgstr "অবিলম্বে প্রকাশ করুন"
1132
 
1133
+ #: library/plugin-display.php:36
1134
+ msgid "Rate and review at the Plugin Directory"
1135
+ msgstr "প্লাগইন ডিরেক্টরিতে রেট দিন এবং পর্যালোচনা করুন"
1136
 
1137
+ #: library/plugin-settings.php:69
1138
+ msgid "Rate this plugin »"
1139
+ msgstr "এই প্লাগইনটিকে রেট করুন »"
1140
 
1141
+ #: library/plugin-display.php:503
1142
+ msgid "reCaptcha Version"
1143
+ msgstr "reCaptcha সংস্করণ"
1144
 
1145
+ #: library/plugin-display.php:279
1146
+ msgid "Receive Email Alert"
1147
+ msgstr "ইমেল সতর্কতা গ্রহণ করুন"
1148
 
1149
+ #: library/plugin-display.php:169
1150
+ msgid "Redirect URL"
1151
+ msgstr "পুনঃনির্দেশ URL"
1152
 
1153
+ #: library/plugin-display.php:171
1154
+ msgid "Redirect user to this URL after post submission (leave blank to stay on current page)"
1155
+ msgstr "পোস্ট জমা দেওয়ার পরে ব্যবহারকারীকে এই URL-এ পুনঃনির্দেশ করুন (বর্তমান পৃষ্ঠায় থাকার জন্য ফাঁকা ছেড়ে দিন)"
1156
 
1157
+ #: library/shortcode-login.php:89
1158
+ msgid "Register"
1159
+ msgstr "নিবন্ধন"
1160
 
1161
+ #: library/shortcode-login.php:135
1162
+ msgid "Register for this site!"
1163
+ msgstr "এই সাইট এর জন্য নিবন্ধন করুন!"
1164
 
1165
+ #: library/plugin-display.php:243
1166
+ msgid "Registered Email"
1167
+ msgstr "নিবন্ধিত ইমেইল"
1168
 
1169
+ #: library/plugin-display.php:248
1170
+ msgid "Registered URL"
1171
+ msgstr "নিবন্ধিত URL"
1172
 
1173
+ #: library/plugin-display.php:238
1174
+ msgid "Registered Username"
1175
+ msgstr "নিবন্ধিত ব্যবহারকারীর নাম"
1176
 
1177
+ #: library/shortcode-login.php:124
1178
+ msgid "Remember me"
1179
+ msgstr "আমাকে মনে কর"
1180
 
1181
+ #: library/plugin-display.php:196
1182
+ msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate posts)"
1183
+ msgstr "জমা দেওয়া পোস্ট শিরোনাম অনন্য হতে হবে (একাধিক/ডুপ্লিকেট পোস্ট প্রতিরোধের জন্য দরকারী)"
1184
 
1185
+ #: library/plugin-display.php:253
1186
+ msgid "Require User Login"
1187
+ msgstr "ব্যবহারকারী লগইন প্রয়োজন"
1188
 
1189
+ #: library/plugin-display.php:255
1190
+ msgid "Require users to be logged in to WordPress to view/submit the form"
1191
+ msgstr "ফর্মটি দেখতে/জমা দেওয়ার জন্য ব্যবহারকারীদের ওয়ার্ডপ্রেসে লগ ইন করতে হবে"
1192
 
1193
+ #: user-submitted-posts.php:83
1194
+ msgid "requires WordPress "
1195
+ msgstr "ওয়ার্ডপ্রেস প্রয়োজন "
1196
 
1197
+ #: library/shortcode-misc.php:18
1198
+ msgid "Reset form"
1199
+ msgstr "ফর্ম রিসেট করুন"
1200
 
1201
+ #: library/plugin-display.php:758
1202
+ msgid "Reset Form Button"
1203
+ msgstr "ফর্ম বোতাম রিসেট করুন"
1204
 
1205
+ #: library/shortcode-login.php:163
1206
+ msgid "Reset my password"
1207
+ msgstr "আমার পাসওয়ার্ড রিসেট করুন"
1208
 
1209
+ #: library/plugin-display.php:813
1210
+ msgid "Restore default options upon plugin deactivation/reactivation"
1211
+ msgstr "প্লাগইন নিষ্ক্রিয়/পুনঃসক্রিয় করার পরে ডিফল্ট বিকল্পগুলি পুনরুদ্ধার করুন"
1212
 
1213
+ #: library/plugin-display.php:807
1214
+ msgid "Restore Defaults"
1215
+ msgstr "পূর্বনির্ধারন পুনরুধার"
1216
 
1217
+ #: user-submitted-posts.php:1590
1218
+ msgid "Return to form"
1219
+ msgstr "ফর্মে ফিরে যান"
1220
 
1221
+ #: library/plugin-display.php:189
1222
+ msgid "Rich Text Editor"
1223
+ msgstr "উন্নত টেক্সট এডিটর"
1224
 
1225
+ #: library/plugin-display.php:676
1226
+ msgid "Save All Changes"
1227
+ msgstr "সমস্ত পরিবর্তন সংরক্ষণ করুন"
1228
 
1229
+ #: library/plugin-display.php:842
1230
+ msgid "Save Preference"
1231
+ msgstr "পছন্দ সংরক্ষণ করুন"
1232
 
1233
+ #: library/plugin-display.php:815
1234
+ msgid "Save Settings"
1235
+ msgstr "সেটিংস সংরক্ষণ করুন"
1236
 
1237
+ #: library/plugin-settings.php:595
1238
+ msgid "Select categories to include in the Category field:"
1239
+ msgstr "বিভাগ ক্ষেত্রে অন্তর্ভুক্ত করার জন্য বিভাগ নির্বাচন করুন:"
1240
 
1241
+ #: library/plugin-display.php:281
1242
+ msgid "Send email alerts for new post submissions"
1243
+ msgstr "নতুন পোস্ট জমা দেওয়ার জন্য ইমেল সতর্কতা পাঠান"
1244
 
1245
+ #: library/plugin-settings.php:31
1246
+ msgid "Settings"
1247
+ msgstr "সেটিংস"
1248
 
1249
+ #: library/plugin-display.php:334
1250
+ msgid "Show categories"
1251
+ msgstr "বিভাগ দেখান"
1252
 
1253
+ #: library/plugin-display.php:820
1254
+ msgid "Show Support"
1255
+ msgstr "সমর্থন দেখান"
1256
 
1257
+ #: user-submitted-posts.php:618
1258
+ msgid "Show USP Posts"
1259
+ msgstr "ইউএসপি পোস্ট দেখান"
1260
 
1261
+ #: library/shortcode-login.php:136
1262
+ msgid "Sign up now for the good stuff."
1263
+ msgstr "ভাল জিনিসের জন্য এখন সাইন আপ করুন."
1264
 
1265
+ #: library/shortcode-login.php:147
1266
+ msgid "Sign up!"
1267
+ msgstr "নিবন্ধন করুন!"
1268
 
1269
+ #: library/plugin-display.php:351
1270
+ msgid "Specify category ID(s) to use for “Hidden/Default Category” (separate multiple IDs with commas)"
1271
+ msgstr "“লুকানো/ডিফল্ট বিভাগ”-এর জন্য ব্যবহার করার জন্য বিভাগ আইডি(গুলি) নির্দিষ্ট করুন (কমা দিয়ে একাধিক আইডি আলাদা করুন)"
1272
 
1273
+ #: library/plugin-display.php:234
1274
+ msgid "Specify the user that should be assigned as author for submitted posts"
1275
+ msgstr "জমা দেওয়া পোস্টগুলির জন্য লেখক হিসাবে নিয়োগ করা উচিত এমন ব্যবহারকারীকে নির্দিষ্ট করুন৷"
1276
 
1277
+ #: library/plugin-display.php:302
1278
+ msgid "Subject line for email alerts. Leave blank to use default subject line. You may include any of the following variables:"
1279
+ msgstr "ইমেল সতর্কতা জন্য বিষয় লাইন. ডিফল্ট বিষয় লাইন ব্যবহার করতে ফাঁকা ছেড়ে দিন। আপনি নিম্নলিখিত ভেরিয়েবলগুলির মধ্যে যেকোনো একটি অন্তর্ভুক্ত করতে পারেন:"
1280
 
1281
+ #: views/submission-form.php:197 views/submission-form-alt.php:212
1282
+ msgid "Submit Post"
1283
+ msgstr "পোস্ট জমা দিন"
1284
 
1285
+ #: library/plugin-settings.php:10
1286
+ msgid "Submitted Posts"
1287
+ msgstr "জমা পোস্ট"
1288
 
1289
+ #: user-submitted-posts.php:559
1290
+ msgid "Submitter Email: "
1291
+ msgstr "জমা দেওয়ার ইমেল: "
1292
 
1293
+ #: user-submitted-posts.php:561
1294
+ msgid "Submitter IP: "
1295
+ msgstr "জমাদানকারী আইপি: "
1296
 
1297
+ #: user-submitted-posts.php:558
1298
+ msgid "Submitter Name: "
1299
+ msgstr "জমাদানকারীর নাম: "
1300
 
1301
+ #: user-submitted-posts.php:560
1302
+ msgid "Submitter URL: "
1303
+ msgstr "জমা দেওয়ার URL: "
1304
 
1305
+ #: library/plugin-display.php:174
1306
+ msgid "Success Message"
1307
+ msgstr "সফলতার বার্তা"
1308
 
1309
+ #: library/shortcode-login.php:97 library/shortcode-login.php:102
1310
+ msgid "Success!"
1311
+ msgstr "সফলতার !"
1312
 
1313
+ #: library/plugin-settings.php:866
1314
+ msgid "Success! Thank you for your submission."
1315
+ msgstr "সফলতার ! আপনার জমা দেওয়ার জন্য আপনাকে ধন্যবাদ."
1316
 
1317
+ #: library/plugin-display.php:66
1318
+ msgid "Support Forum"
1319
+ msgstr "সাপোর্ট ফোরাম"
1320
 
1321
+ #: library/plugin-display.php:364
1322
+ msgid "tag"
1323
+ msgstr "ট্যাগ"
1324
 
1325
+ #: library/plugin-display.php:150
1326
+ msgid "Targeted Loading"
1327
+ msgstr "টার্গেটেড লোডিং"
1328
 
1329
+ #: library/plugin-display.php:450
1330
+ msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
1331
+ msgstr "টেক্সট চেকবক্সের পাশে প্রদর্শিত হবে। টিপ: কোণ বন্ধনী আউটপুট করতে কোঁকড়া বন্ধনী ব্যবহার করুন, উদাহরণস্বরূপ:"
1332
 
1333
+ #: library/support-panel.php:59
1334
+ msgid "Thank you for using"
1335
+ msgstr "ব্যবহার করার জন্য আপনাকে ধন্যবাদ"
1336
 
1337
+ #: library/plugin-display.php:70
1338
+ msgid "THANK YOU for your support!"
1339
+ msgstr "তোমার সাহায্যের জন্য ধন্যবাদ!"
1340
 
1341
+ #: library/plugin-display.php:137
1342
+ 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"
1343
+ msgstr "এটি আপনাকে পছন্দ অনুযায়ী ফর্ম এবং শৈলী কাস্টমাইজ করতে সক্ষম করবে। আরও তথ্যের জন্য, \"কাস্টম জমা ফর্ম\" বিভাগে দেখুন"
1344
 
1345
+ #: library/plugin-display.php:793
1346
+ msgid "The access shortcodes can be added to any WP Post or Page. So you can display forms and other content conditionally, based on user role and login status."
1347
+ msgstr "অ্যাক্সেস শর্টকোডগুলি যেকোনো WP পোস্ট বা পৃষ্ঠায় যোগ করা যেতে পারে। সুতরাং আপনি ব্যবহারকারীর ভূমিকা এবং লগইন অবস্থার উপর ভিত্তি করে শর্তসাপেক্ষে ফর্ম এবং অন্যান্য সামগ্রী প্রদর্শন করতে পারেন৷"
1348
 
1349
+ #: user-submitted-posts.php:1551
1350
+ msgid "The file(s) could not be uploaded"
1351
+ msgstr "ফাইল(গুলি) আপলোড করা যায়নি৷"
1352
 
1353
+ #: library/plugin-display.php:708
1354
+ msgid "The login/register form displays as a tabbed interface, so users can switch between login, register, and reset password."
1355
+ msgstr "লগইন/রেজিস্টার ফর্মটি একটি ট্যাবড ইন্টারফেস হিসাবে প্রদর্শিত হয়, যাতে ব্যবহারকারীরা লগইন, নিবন্ধন এবং পাসওয়ার্ড রিসেট করতে পারেন।"
1356
 
1357
+ #: library/plugin-display.php:725
1358
+ msgid "The pro version provides many more options for this shortcode."
1359
+ msgstr "প্রো সংস্করণ এই শর্টকোডের জন্য আরও অনেক বিকল্প প্রদান করে।"
1360
 
1361
+ #: library/plugin-display.php:797
1362
+ msgid "The pro version provides more flexibility with access-control shortcodes."
1363
+ msgstr "প্রো সংস্করণ অ্যাক্সেস-কন্ট্রোল শর্টকোডগুলির সাথে আরও নমনীয়তা প্রদান করে।"
1364
 
1365
+ #: library/plugin-settings.php:846
1366
+ msgid "There was an error. Please check required fields and try again."
1367
+ msgstr "সেখানে একটা ভুল ছিল. অনুগ্রহ করে প্রয়োজনীয় ক্ষেত্র চেক করুন এবং আবার চেষ্টা করুন।"
 
1368
 
1369
+ #: library/plugin-display.php:212
1370
+ msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
1371
+ msgstr "এই সেটিংটি উইজেটের যেকোনো/সমস্ত শর্টকোড সক্ষম করে (এমনকি অন্যান্য প্লাগইন থেকে শর্টকোডও)।"
1372
 
1373
+ #: library/plugin-display.php:762
1374
+ msgid "This shortcode accepts the following attributes:"
1375
+ msgstr "এই শর্টকোড নিম্নলিখিত বৈশিষ্ট্যগুলি গ্রহণ করে:"
1376
 
1377
+ #: library/plugin-display.php:760
1378
+ msgid "This shortcode displays a link that resets the form to its original state:"
1379
+ msgstr "এই শর্টকোডটি একটি লিঙ্ক প্রদর্শন করে যা ফর্মটিকে তার আসল অবস্থায় পুনরায় সেট করে:"
1380
 
1381
+ #: library/plugin-display.php:384
1382
+ msgid "This will be displayed as the field label on the form. Default: Custom Field 1"
1383
+ msgstr "এটি ফর্মে ফিল্ড লেবেল হিসাবে প্রদর্শিত হবে। ডিফল্ট: কাস্টম ক্ষেত্র 1"
1384
 
1385
+ #: library/plugin-display.php:412
1386
+ msgid "This will be displayed as the field label on the form. Default: Custom Field 2"
1387
+ msgstr "এটি ফর্মে ফিল্ড লেবেল হিসাবে প্রদর্শিত হবে। ডিফল্ট: কাস্টম ক্ষেত্র 2"
1388
 
1389
+ #: library/plugin-display.php:724 library/plugin-display.php:780
1390
+ #: library/plugin-display.php:796
1391
+ msgid "Tip:"
1392
+ msgstr "পরামর্শ:"
1393
 
1394
+ #: library/plugin-display.php:623
1395
+ msgid "to display the submitted name."
1396
+ msgstr "জমা দেওয়া নাম প্রদর্শন করতে।"
1397
 
1398
+ #: library/plugin-display.php:490
1399
+ msgid "To enable Google reCaptcha, enter your public and private keys."
1400
+ msgstr "Google reCaptcha সক্ষম করতে, আপনার সর্বজনীন এবং ব্যক্তিগত কী লিখুন৷"
1401
 
1402
+ #: library/plugin-display.php:767
1403
+ msgid "to get the current URL."
1404
+ msgstr "বর্তমান URL পেতে."
1405
 
1406
+ #: library/plugin-display.php:753
1407
+ msgid "to get the URL of the full-size image"
1408
+ msgstr "পূর্ণ আকারের ছবির URL পেতে"
1409
 
1410
+ #: library/plugin-display.php:781
1411
+ msgid "to include markup in the deny message, you can use"
1412
+ msgstr "অস্বীকার বার্তায় মার্কআপ অন্তর্ভুক্ত করতে, আপনি ব্যবহার করতে পারেন"
1413
 
1414
+ #: library/plugin-display.php:781
1415
+ msgid "to output"
1416
+ msgstr "আউটপুট করতে"
1417
 
1418
+ #: library/plugin-display.php:745
1419
+ msgid "to output angle brackets"
1420
+ msgstr "কোণ বন্ধনী আউটপুট করতে"
1421
 
1422
+ #: library/plugin-display.php:473
1423
+ msgid "To prevent spam, enter a question that users must answer before submitting the form"
1424
+ msgstr "স্প্যাম প্রতিরোধ করতে, ফর্ম জমা দেওয়ার আগে ব্যবহারকারীদের অবশ্যই উত্তর দিতে হবে এমন একটি প্রশ্ন লিখুন"
1425
 
1426
+ #: user-submitted-posts.php:1622
1427
+ msgid "to submit content!"
1428
+ msgstr "বিষয়বস্তু জমা দিতে!"
1429
 
1430
+ #: user-submitted-posts.php:87
1431
+ msgid "to upgrade WordPress and try again."
1432
+ msgstr "ওয়ার্ডপ্রেস আপগ্রেড করতে এবং আবার চেষ্টা করুন।"
1433
 
1434
+ #: library/plugin-display.php:22
1435
+ msgid "Toggle all panels"
1436
+ msgstr "সমস্ত প্যানেল টগল করুন"
1437
 
1438
+ #: library/plugin-display.php:194
1439
+ msgid "Unique Titles"
1440
+ msgstr "অনন্য শিরোনাম"
1441
 
1442
+ #: library/plugin-display.php:457
1443
+ msgid "unlimited checkbox fields"
1444
+ msgstr "সীমাহীন চেকবক্স ক্ষেত্র"
1445
 
1446
+ #: library/plugin-display.php:391 library/plugin-display.php:419
1447
+ msgid "unlimited custom fields"
1448
+ msgstr "সীমাহীন কাস্টম ক্ষেত্র"
1449
 
1450
+ #: library/plugin-display.php:72
1451
+ msgid "Unlimited front-end forms"
1452
+ msgstr "সীমাহীন ফ্রন্ট-এন্ড ফর্ম"
1453
 
1454
+ #: views/submission-form.php:138 views/submission-form-alt.php:153
1455
+ msgid "Upload an Image"
1456
+ msgstr "একটি ছবি আপলোড করুন"
1457
 
1458
+ #: library/plugin-display.php:530
1459
+ msgid "Upload Message"
1460
+ msgstr "আপলোড বার্তা"
1461
 
1462
+ #: library/plugin-settings.php:897
1463
+ msgid "URL"
1464
+ msgstr "URL"
1465
 
1466
+ #: library/plugin-display.php:626
1467
+ msgid "URL Display"
1468
+ msgstr "URL প্রদর্শন"
1469
 
1470
+ #: library/plugin-display.php:633
1471
+ msgid "URL Markup"
1472
+ msgstr "ইউআরএল মার্কআপ"
1473
 
1474
+ #: library/plugin-display.php:346
1475
+ msgid "Use a hidden field for the post category. This hides the category field and sets its value via the next option."
1476
+ msgstr "পোস্ট বিভাগের জন্য একটি লুকানো ক্ষেত্র ব্যবহার করুন। এটি বিভাগ ক্ষেত্রটি লুকিয়ে রাখে এবং পরবর্তী বিকল্পের মাধ্যমে এর মান সেট করে।"
1477
 
1478
+ #: library/plugin-display.php:745
1479
+ msgid "Use curly brackets"
1480
+ msgstr "কোঁকড়া বন্ধনী ব্যবহার করুন"
1481
 
1482
+ #: library/plugin-display.php:354
1483
+ msgid "Use Existing Tags"
1484
+ msgstr "বিদ্যমান ট্যাগ ব্যবহার করুন"
1485
 
1486
+ #: library/plugin-display.php:379 library/plugin-display.php:407
1487
+ #: library/plugin-display.php:440
1488
+ msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
1489
+ msgstr "শুধুমাত্র আলফানিউমেরিক, আন্ডারস্কোর এবং ড্যাশ ব্যবহার করুন। অনিশ্চিত হলে, ডিফল্ট নাম ব্যবহার করুন:"
1490
 
1491
+ #: library/plugin-display.php:750
1492
+ msgid "Use single straight quotes (instead of double quotes) in"
1493
+ msgstr "একক সোজা উদ্ধৃতি ব্যবহার করুন (ডবল উদ্ধৃতির পরিবর্তে)"
1494
 
1495
+ #: library/plugin-display.php:519
1496
+ msgid "Use submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)"
1497
+ msgstr "ফিচারড ইমেজ হিসেবে জমা দেওয়া ছবি ব্যবহার করুন। বৈশিষ্ট্যযুক্ত চিত্রগুলির জন্য থিম সমর্থন প্রয়োজন (ওরফে পোস্ট থাম্বনেইল)"
1498
 
1499
+ #: library/plugin-display.php:691 library/plugin-display.php:704
1500
+ msgid "Use the shortcode to display the form on any WP Post or Page:"
1501
+ msgstr "যেকোনো WP পোস্ট বা পৃষ্ঠায় ফর্মটি প্রদর্শন করতে শর্টকোড ব্যবহার করুন:"
1502
 
1503
+ #: library/plugin-display.php:250
1504
+ msgid "Use the user’s Profile URL as the value of the URL field (valid when the user is logged in to WordPress)"
1505
+ msgstr "ইউআরএল ফিল্ডের মান হিসাবে ব্যবহারকারীর প্রোফাইল ইউআরএল ব্যবহার করুন (ব্যবহারকারী যখন ওয়ার্ডপ্রেসে লগ ইন করেন তখন বৈধ)"
1506
 
1507
+ #: library/plugin-display.php:245
1508
+ msgid "Use the user’s registered email as the value of the Email field (valid when the user is logged in to WordPress)"
1509
+ msgstr "ইমেল ক্ষেত্রের মান হিসাবে ব্যবহারকারীর নিবন্ধিত ইমেল ব্যবহার করুন (যখন ব্যবহারকারী ওয়ার্ডপ্রেসে লগ ইন করেন তখন বৈধ)"
1510
 
1511
+ #: library/plugin-display.php:240
1512
+ msgid "Use the user’s registered username for the Name field (valid when the user is logged in to WordPress)"
1513
+ msgstr "নাম ক্ষেত্রের জন্য ব্যবহারকারীর নিবন্ধিত ব্যবহারকারীর নাম ব্যবহার করুন (যখন ব্যবহারকারী ওয়ার্ডপ্রেসে লগ ইন করেন তখন বৈধ)"
1514
 
1515
+ #: library/plugin-display.php:732
1516
+ msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
1517
+ msgstr "প্রতিটি জমা দেওয়া পোস্টের জন্য আপলোড করা চিত্রগুলির একটি গ্যালারি প্রদর্শন করতে এই শর্টকোডটি ব্যবহার করুন:"
1518
 
1519
+ #: library/plugin-display.php:713
1520
+ msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1521
+ msgstr "যেকোনো WP পোস্ট বা পৃষ্ঠায় জমা দেওয়া পোস্টগুলির একটি তালিকা প্রদর্শন করতে এই শর্টকোডটি ব্যবহার করুন:"
1522
 
1523
+ #: library/plugin-display.php:90
1524
+ msgid "User Email"
1525
+ msgstr "ব্যবহারকারীর ইমেইল"
1526
 
1527
+ #: user-submitted-posts.php:1531
1528
+ msgid "User email required"
1529
+ msgstr "ব্যবহারকারী ইমেল প্রয়োজন"
1530
 
1531
+ #: user-submitted-posts.php:1522
1532
+ msgid "User login required"
1533
+ msgstr "ব্যবহারকারী লগইন প্রয়োজন"
1534
 
1535
+ #: library/plugin-display.php:89
1536
+ msgid "User Name"
1537
+ msgstr "ব্যবহারকারীর নাম"
1538
 
1539
+ #: user-submitted-posts.php:1523
1540
+ msgid "User name required"
1541
+ msgstr "ব্যবহারকারীর নাম (বাধ্যতামূলক"
1542
 
1543
+ #: library/plugin-display.php:226
1544
+ msgid "User Settings"
1545
+ msgstr "ব্যবহারকারীর সেটিংস"
1546
 
1547
+ #: user-submitted-posts.php:139
1548
+ msgid "User Submitted Post"
1549
+ msgstr "ব্যবহারকারী পোস্ট জমা"
1550
 
1551
+ #: user-submitted-posts.php:528
1552
+ msgid "User Submitted Post Info"
1553
+ msgstr "ব্যবহারকারী জমা পোস্ট তথ্য"
1554
 
1555
+ #. Name of the plugin
1556
+ #: user-submitted-posts.php:44 library/support-panel.php:7
1557
+ msgid "User Submitted Posts"
1558
+ msgstr "ব্যবহারকারী পোস্ট জমা"
1559
 
1560
+ #: library/plugin-display.php:91
1561
+ msgid "User URL"
1562
+ msgstr "ব্যবহারকারী URL"
1563
 
1564
+ #: user-submitted-posts.php:1525
1565
+ msgid "User URL required"
1566
+ msgstr "ব্যবহারকারী URL প্রয়োজন"
1567
 
1568
+ #: library/shortcode-login.php:114 library/shortcode-login.php:139
1569
+ msgid "Username"
1570
+ msgstr "ব্যবহারকারীর নাম"
1571
 
1572
+ #: library/shortcode-login.php:159
1573
+ msgid "Username or Email"
1574
+ msgstr "ব্যবহারকারী নাম বা ইমেল"
1575
 
1576
+ #: user-submitted-posts.php:619 library/plugin-display.php:59
1577
+ msgid "USP"
1578
+ msgstr "ইউএসপি"
1579
 
1580
+ #: library/plugin-display.php:690
1581
+ msgid "USP enables you to display a post-submission form anywhere on your site."
1582
+ msgstr "ইউএসপি আপনাকে আপনার সাইটে যেকোনো জায়গায় পোস্ট-সাবমিশন ফর্ম প্রদর্শন করতে সক্ষম করে।"
1583
+
1584
+ #: library/plugin-display.php:60 library/plugin-display.php:109
1585
+ #: library/plugin-display.php:219 library/plugin-display.php:267
1586
+ #: library/plugin-display.php:320 library/plugin-display.php:365
1587
+ #: library/plugin-display.php:393 library/plugin-display.php:421
1588
+ #: library/plugin-display.php:459 library/plugin-display.php:574
1589
+ #: library/plugin-display.php:669 library/plugin-display.php:697
1590
+ msgid "USP Pro"
1591
+ msgstr "ইউএসপি প্রো"
1592
 
1593
+ #: library/plugin-display.php:772
1594
+ msgid "USP provides three shortcodes to control access and restrict content."
1595
+ msgstr "ইউএসপি অ্যাক্সেস নিয়ন্ত্রণ এবং বিষয়বস্তু সীমাবদ্ধ করতে তিনটি শর্টকোড প্রদান করে।"
1596
 
1597
+ #: library/plugin-settings.php:316
1598
+ msgid "v2 (I’m not a robot)"
1599
+ msgstr "v2 (আমি রোবট নই)"
1600
 
1601
+ #: library/plugin-settings.php:320
1602
+ msgid "v3 (Hidden reCaptcha)"
1603
+ msgstr "v3 (লুকানো রিক্যাপচা)"
1604
 
1605
+ #: views/submission-form.php:131 views/submission-form-alt.php:146
1606
+ msgid "Verification"
1607
+ msgstr "প্রতিপাদন"
1608
 
1609
+ #: library/shortcode-misc.php:135
1610
+ msgid "View full post"
1611
+ msgstr "সম্পূর্ণ পোস্ট দেখুন"
1612
 
1613
+ #: library/plugin-display.php:696
1614
+ msgid "Want more than one form? Create unlimited submission forms, registration forms, contact forms and more with"
1615
+ msgstr "একাধিক ফর্ম চান? এর সাথে সীমাহীন জমা ফর্ম, নিবন্ধন ফর্ম, যোগাযোগ ফর্ম এবং আরও অনেক কিছু তৈরি করুন"
1616
 
1617
+ #: library/plugin-display.php:31
1618
+ msgid "We need your support!"
1619
+ msgstr "আমরা আপনার সমর্থন প্রয়োজন!"
1620
 
1621
+ #: library/shortcode-login.php:177
1622
+ msgid "Welcome, "
1623
+ msgstr "স্বাগত, "
1624
 
1625
+ #: library/plugin-display.php:126
1626
+ msgid "With this option, you can copy the plugin’s default templates:"
1627
+ msgstr "এই বিকল্পের সাহায্যে, আপনি প্লাগইনের ডিফল্ট টেমপ্লেটগুলি অনুলিপি করতে পারেন:"
1628
 
1629
+ #: user-submitted-posts.php:86
1630
+ msgid "WordPress Admin Area"
1631
+ msgstr "ওয়ার্ডপ্রেস অ্যাডমিন এলাকা"
1632
 
1633
+ #: library/plugin-settings.php:156
1634
+ msgid "WP Page"
1635
+ msgstr "WP পৃষ্ঠা"
1636
 
1637
+ #: library/plugin-settings.php:152
1638
+ msgid "WP Post (recommended)"
1639
+ msgstr "WP পোস্ট (প্রস্তাবিত)"
1640
 
1641
+ #: library/plugin-display.php:703
1642
+ msgid "You also can display a simple form that enables users to log in, register, or reset their password."
1643
+ msgstr "আপনি একটি সাধারণ ফর্মও প্রদর্শন করতে পারেন যা ব্যবহারকারীদের লগ ইন করতে, নিবন্ধন করতে বা তাদের পাসওয়ার্ড পুনরায় সেট করতে সক্ষম করে।"
1644
 
1645
+ #: library/plugin-display.php:736
1646
+ msgid "You can customize using any of the follwing attributes:"
1647
+ msgstr "আপনি নিম্নলিখিত গুণাবলী ব্যবহার করে কাস্টমাইজ করতে পারেন:"
1648
 
1649
+ #: views/submission-form.php:37 views/submission-form.php:38
1650
+ #: views/submission-form-alt.php:52 views/submission-form-alt.php:53
1651
+ #: library/shortcode-login.php:143
1652
+ msgid "Your Email"
1653
+ msgstr "তোমার ইমেইল"
1654
 
1655
+ #: library/plugin-display.php:41
1656
+ msgid "Your generous support enables continued development of this free plugin. Thank you!"
1657
+ msgstr "আপনার উদার সমর্থন এই বিনামূল্যের প্লাগইনের ক্রমাগত বিকাশকে সক্ষম করে। ধন্যবাদ!"
1658
 
1659
+ #: library/support-panel.php:62
1660
+ msgid "Your generous support helps future development of"
1661
+ msgstr "আপনার উদার সমর্থন ভবিষ্যতের উন্নয়নে সাহায্য করবে"
 
1662
 
1663
+ #: views/submission-form.php:31 views/submission-form.php:32
1664
+ #: views/submission-form-alt.php:46 views/submission-form-alt.php:47
1665
+ msgid "Your Name"
1666
+ msgstr "তোমার নাম"
1667
 
1668
+ #: views/submission-form.php:43 views/submission-form.php:44
1669
+ #: views/submission-form-alt.php:58 views/submission-form-alt.php:59
1670
+ msgid "Your URL"
1671
+ msgstr "আপনার URL"
1672
 
1673
+ #: library/plugin-settings.php:96
1674
+ msgid "★★★★★ rating »"
1675
+ msgstr "★★★★★ রেটিং »"
 
1676
 
languages/usp-cs_CZ.mo CHANGED
Binary file
languages/usp-cs_CZ.po CHANGED
@@ -4,1502 +4,1673 @@ 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 20200817\n"
8
  "Language: cs\n"
9
 
10
- #. Name of the plugin
11
- #: user-submitted-posts.php:44 library/support-panel.php:5
12
- msgid "User Submitted Posts"
13
- msgstr "Příspěvky vložené uživatelem"
14
 
15
- #: user-submitted-posts.php:82
16
- msgid "requires WordPress "
17
- msgstr "vyžaduje WordPress "
18
 
19
- #: user-submitted-posts.php:83
20
- msgid " or higher, and has been deactivated! "
21
- msgstr " nebo vyšší, a byl deaktivován! "
 
 
 
 
 
 
 
 
22
 
23
  #: user-submitted-posts.php:84
24
- msgid "Please return to the"
25
- msgstr "Vraťte se prosím na stránku"
26
 
27
- #: user-submitted-posts.php:85
28
- msgid "WordPress Admin Area"
29
- msgstr "Oblast správy WordPress"
 
30
 
31
- #: user-submitted-posts.php:86
32
- msgid "to upgrade WordPress and try again."
33
- msgstr "upgradujte WordPress a zkuste to znovu."
34
 
35
- #: user-submitted-posts.php:138
36
- msgid "User Submitted Post"
37
- msgstr "Příspěvek vložený uživatelem"
38
 
39
- #: user-submitted-posts.php:484
40
- msgid "User Submitted Post Info"
41
- msgstr "Informace o příspěvcích odeslané uživatelem"
42
 
43
- #: user-submitted-posts.php:514
44
- msgid "Submitter Name: "
45
- msgstr "Jméno zadavatele: "
46
 
47
- #: user-submitted-posts.php:515
48
- msgid "Submitter Email: "
49
- msgstr "E-mail zadavatele: "
50
 
51
- #: user-submitted-posts.php:516
52
- msgid "Submitter URL: "
53
- msgstr "URL zadavatele: "
54
 
55
- #: user-submitted-posts.php:517
56
- msgid "Submitter IP: "
57
- msgstr "IP zadavatele: "
58
 
59
- #: user-submitted-posts.php:572
60
- msgid "Show USP Posts"
61
- msgstr "Zobrazit příspěvky USP"
62
 
63
- #: user-submitted-posts.php:573 library/plugin-settings.php:1188
64
- msgid "USP"
65
- msgstr "USP"
66
 
67
- #: user-submitted-posts.php:1427
68
- msgid " files required"
69
- msgstr " požadované soubory"
70
 
71
- #: user-submitted-posts.php:1428
72
- msgid " file required"
73
- msgstr " soubor je vyžadován"
74
 
75
- #: user-submitted-posts.php:1430
76
- msgid " files"
77
- msgstr " soubory"
78
 
79
- #: user-submitted-posts.php:1431
80
- msgid " file"
81
- msgstr " soubor"
 
 
82
 
83
- #: user-submitted-posts.php:1433 user-submitted-posts.php:1434
84
- #: user-submitted-posts.php:1435 user-submitted-posts.php:1436
85
- msgid " pixels"
86
- msgstr " pixelů"
87
 
88
- #: user-submitted-posts.php:1438 library/core-functions.php:255
89
- #: library/plugin-settings.php:342 library/plugin-settings.php:361
90
- #: library/plugin-settings.php:876 library/plugin-settings.php:1447
91
- msgid "Custom Field"
92
- msgstr "Vlastní pole"
93
 
94
- #: user-submitted-posts.php:1440
95
- msgid "Custom checkbox required"
96
- msgstr "Vyžadováno vlastní zaškrtávací políčko"
97
 
98
- #: user-submitted-posts.php:1443
99
- msgid "An error occurred. Please go back and try again."
100
- msgstr "Vyskytla se chyba. Vraťte se a zkuste to znovu."
101
 
102
- #: user-submitted-posts.php:1453
103
- msgid "User login required"
104
- msgstr "Je vyžadováno přihlášení uživatele"
105
 
106
- #: user-submitted-posts.php:1454
107
- msgid "User name required"
108
- msgstr "Uživatelské jméno je povinné"
109
 
110
- #: user-submitted-posts.php:1455
111
- msgid "Post title required"
112
- msgstr "Vyžaduje se název příspěvku"
113
 
114
- #: user-submitted-posts.php:1456
115
- msgid "User URL required"
116
- msgstr "Vyžaduje se adresa URL uživatele"
117
 
118
- #: user-submitted-posts.php:1457
119
- msgid "Post tags required"
120
- msgstr "Vyžaduje se zveřejnění značek"
121
 
122
- #: user-submitted-posts.php:1458
123
- msgid "Post category required"
124
- msgstr "Vyžaduje se kategorie příspěvku"
 
 
125
 
126
- #: user-submitted-posts.php:1459
127
- msgid "Post content required"
128
- msgstr "Vyžaduje se obsah příspěvku"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
129
 
130
- #: user-submitted-posts.php:1460 user-submitted-posts.php:1461
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
131
  msgid "Correct captcha required"
132
  msgstr "Je vyžadována správná captcha"
133
 
134
- #: user-submitted-posts.php:1462
135
- msgid "User email required"
136
- msgstr "Je vyžadován e-mail uživatele"
137
 
138
- #: user-submitted-posts.php:1463
139
- msgid "Please check your email and try again"
140
- msgstr "Zkontrolujte prosím svůj e-mail a zkuste to znovu"
141
 
142
- #: user-submitted-posts.php:1464
143
- msgid "Non-empty value for hidden field"
144
- msgstr "Neprázdná hodnota pro skryté pole"
145
 
146
- #: user-submitted-posts.php:1465
147
- msgid "Minimum number of images not met"
148
- msgstr "Minimální počet obrázků není splněn"
149
 
150
- #: user-submitted-posts.php:1466
151
- msgid "Maximum number of images exceeded "
152
- msgstr "Byl překročen maximální počet obrázků "
 
 
153
 
154
- #: user-submitted-posts.php:1467
155
- msgid "Minimum image width not met"
156
- msgstr "Minimální šířka obrázku není splněna"
157
 
158
- #: user-submitted-posts.php:1468
159
- msgid "Image width exceeds maximum"
160
- msgstr "Šířka obrázku přesahuje maximum"
161
 
162
- #: user-submitted-posts.php:1469
163
- msgid "Minimum image height not met"
164
- msgstr "Minimální výška obrázku není splněna"
 
 
165
 
166
- #: user-submitted-posts.php:1470
167
- msgid "Image height exceeds maximum"
168
- msgstr "Výška obrázku přesahuje maximum"
169
 
170
- #: user-submitted-posts.php:1471
171
- msgid "File type not allowed (please upload images only)"
172
- msgstr "Typ souboru není povolen (nahrajte pouze obrázky)"
173
 
174
- #: user-submitted-posts.php:1472
175
- msgid " required"
176
- msgstr " Požadované"
177
 
178
- #: user-submitted-posts.php:1477
179
- msgid "File not uploaded. Please check the file and try again."
180
- msgstr "Soubor nebyl nahrán. Zkontrolujte soubor a zkuste to znovu."
181
 
182
- #: user-submitted-posts.php:1481
183
- msgid "The file(s) could not be uploaded"
184
- msgstr "Soubory nelze nahrát"
185
 
186
- #: user-submitted-posts.php:1483
187
- msgid "Post not created. Please contact the site administrator for help."
188
- msgstr "Příspěvek nebyl vytvořen. Požádejte o pomoc správce webu."
189
 
190
- #: user-submitted-posts.php:1484
191
- msgid "Duplicate post title. Please try again."
192
- msgstr "Duplicitní název příspěvku. Prosím zkuste to znovu."
193
 
194
- #: user-submitted-posts.php:1494
195
- msgid "Error: "
196
- msgstr "Chyba: "
197
 
198
- #: user-submitted-posts.php:1520
199
- msgid "Return to form"
200
- msgstr "Návrat do formuláře"
201
 
202
- #: user-submitted-posts.php:1550 library/plugin-settings.php:1164
203
- msgid "Please"
204
- msgstr "Prosím"
205
 
206
- #: user-submitted-posts.php:1551
207
- msgid "log in"
208
- msgstr "přihlásit se"
209
 
210
- #: user-submitted-posts.php:1552
211
- msgid "to submit content!"
212
- msgstr "odeslat obsah!"
213
 
214
- #: views/submission-form.php:21 views/submission-form-alt.php:40
215
- msgid "Please complete the required fields."
216
- msgstr "Vyplňte prosím povinná pole."
 
217
 
218
- #: views/submission-form.php:31 views/submission-form.php:32
219
- #: views/submission-form-alt.php:46 views/submission-form-alt.php:47
220
- msgid "Your Name"
221
- msgstr "Tvé jméno"
222
 
223
- #: views/submission-form.php:37 views/submission-form.php:38
224
- #: views/submission-form-alt.php:52 views/submission-form-alt.php:53
225
- #: library/shortcode-login.php:143
226
- msgid "Your Email"
227
- msgstr "Tvůj e-mail"
228
 
229
- #: views/submission-form.php:43 views/submission-form.php:44
230
- #: views/submission-form-alt.php:58 views/submission-form-alt.php:59
231
- msgid "Your URL"
232
- msgstr "Vaše URL"
233
 
234
- #: views/submission-form.php:49 views/submission-form.php:50
235
- #: views/submission-form-alt.php:64 views/submission-form-alt.php:65
236
- #: library/plugin-settings.php:1225
237
- msgid "Post Title"
238
- msgstr "Název příspěvku"
239
 
240
- #: views/submission-form.php:56 views/submission-form.php:65
241
- #: views/submission-form.php:66 views/submission-form-alt.php:71
242
- #: views/submission-form-alt.php:80 views/submission-form-alt.php:81
243
- #: library/plugin-settings.php:1226
244
- msgid "Post Tags"
245
- msgstr "Uveďte značky"
246
 
247
- #: views/submission-form.php:58 views/submission-form-alt.php:73
248
- msgid "Please select some tags.."
249
- msgstr "Vyberte některé značky."
250
 
251
- #: views/submission-form.php:79 views/submission-form-alt.php:94
252
- msgid "Antispam Question"
253
- msgstr "Antispamová otázka"
254
 
255
- #: views/submission-form.php:84 views/submission-form-alt.php:99
256
- #: library/plugin-settings.php:1227
257
- msgid "Post Category"
258
- msgstr "Kategorie příspěvků"
259
 
260
- #: views/submission-form.php:86 views/submission-form-alt.php:101
261
- msgid "Please select a category.."
262
- msgstr "Vyberte kategorii."
263
 
264
- #: views/submission-form.php:117 views/submission-form.php:118
265
- #: views/submission-form-alt.php:132 views/submission-form-alt.php:133
266
- #: library/plugin-settings.php:1228
267
- msgid "Post Content"
268
- msgstr "Odeslat obsah"
269
 
270
- #: views/submission-form.php:125 views/submission-form-alt.php:140
271
- msgid "Verification"
272
- msgstr "Ověření"
273
 
274
- #: views/submission-form.php:132 views/submission-form-alt.php:147
275
- msgid "Upload an Image"
276
- msgstr "Nahrajte obrázek"
277
 
278
- #: views/submission-form.php:141 views/submission-form-alt.php:156
279
- msgid "Add another image"
280
- msgstr "Přidejte další obrázek"
281
 
282
- #: views/submission-form.php:163 views/submission-form-alt.php:178
283
- msgid "Human verification: leave this field empty."
284
- msgstr "Lidské ověření: ponechte toto pole prázdné."
285
 
286
- #: views/submission-form.php:191 views/submission-form-alt.php:206
287
- msgid "Submit Post"
288
- msgstr "Odeslat příspěvek"
289
 
290
- #: library/enqueue-scripts.php:150 library/enqueue-scripts.php:193
291
- msgid "Incorrect response."
292
- msgstr "Nesprávná odpověď."
293
 
294
- #: library/shortcode-login.php:88 library/shortcode-login.php:127
295
- msgid "Login"
296
- msgstr "Přihlásit se"
297
 
298
- #: library/shortcode-login.php:89
299
- msgid "Register"
300
- msgstr "Registrovat"
301
 
302
- #: library/shortcode-login.php:90
303
- msgid "Forgot?"
304
- msgstr "Zapomněli jste?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
305
 
306
- #: library/shortcode-login.php:97 library/shortcode-login.php:102
307
- msgid "Success!"
308
- msgstr "Úspěch!"
309
 
310
- #: library/shortcode-login.php:98
311
- msgid "Check your email for the password."
312
- msgstr "Zkontrolujte heslo ve svém e-mailu."
313
 
314
- #: library/shortcode-login.php:103
315
- msgid "Check your email to reset your password."
316
- msgstr "Zkontrolujte svůj e-mail a resetujte své heslo."
317
 
318
- #: library/shortcode-login.php:107
319
- msgid "Have an account?"
320
- msgstr "Mít účet?"
321
 
322
- #: library/shortcode-login.php:108
323
- msgid "Log in or sign up! It’s fast & free!"
324
- msgstr "Přihlaste se nebo se zaregistrujte! Je to rychlé & amp; volný, uvolnit!"
325
 
326
- #: library/shortcode-login.php:114 library/shortcode-login.php:139
327
- msgid "Username"
328
- msgstr "Uživatelské jméno"
329
 
330
- #: library/shortcode-login.php:118
331
- msgid "Password"
332
- msgstr "Heslo"
333
 
334
- #: library/shortcode-login.php:124
335
- msgid "Remember me"
336
- msgstr "Zapamatuj si "
337
 
338
- #: library/shortcode-login.php:135
339
- msgid "Register for this site!"
340
- msgstr "Zaregistrujte se na tento web!"
341
 
342
- #: library/shortcode-login.php:136
343
- msgid "Sign up now for the good stuff."
344
- msgstr "Přihlaste se k odběru dobrých věcí."
 
345
 
346
- #: library/shortcode-login.php:147
347
- msgid "Sign up!"
348
- msgstr "Přihlásit se!"
349
 
350
- #: library/shortcode-login.php:155
351
- msgid "Lose something?"
352
- msgstr "Ztratit něco?"
353
 
354
- #: library/shortcode-login.php:156
355
- msgid "Enter your username or email to reset your password."
356
- msgstr "Zadejte své uživatelské jméno nebo e-mail pro resetování hesla."
357
 
358
- #: library/shortcode-login.php:159
359
- msgid "Username or Email"
360
- msgstr "Uživatelské jméno nebo email"
361
 
362
- #: library/shortcode-login.php:163
363
- msgid "Reset my password"
364
- msgstr "Obnovit moje heslo"
365
 
366
- #: library/shortcode-login.php:177
367
- msgid "Welcome, "
368
- msgstr "Vítejte, "
369
 
370
- #: library/shortcode-login.php:180
371
- msgid "Congratulations, you’re logged in."
372
- msgstr "Gratulujeme, jste přihlášeni."
373
 
374
- #: library/shortcode-login.php:182
375
- msgid "Log out"
376
- msgstr "Odhlásit se"
377
 
378
- #: library/shortcode-login.php:183
379
- msgid "Admin"
380
- msgstr "Správce"
 
381
 
382
- #: library/shortcode-login.php:184
383
- msgid "Profile"
384
- msgstr "Profil"
385
 
386
- #: library/shortcode-misc.php:18
387
- msgid "Reset form"
388
- msgstr "Resetovat formulář"
389
 
390
- #: library/shortcode-misc.php:128
391
- msgid "View full post"
392
- msgstr "Zobrazit celý příspěvek"
393
 
394
- #: library/plugin-settings.php:31
395
- msgid "Settings"
396
- msgstr "Nastavení"
397
 
398
- #: library/plugin-settings.php:40
399
- msgid "Get USP Pro for unlimited forms!"
400
- msgstr "Získejte USP Pro pro neomezené formuláře!"
401
 
402
- #: library/plugin-settings.php:41
403
- msgid "Go Pro"
404
- msgstr "Staň se profesionálem"
405
 
406
- #: library/plugin-settings.php:62 library/plugin-settings.php:1196
407
- #: library/plugin-settings.php:1819
408
- msgid "Plugin Homepage"
409
- msgstr "Domovská stránka pluginu"
410
 
411
- #: library/plugin-settings.php:63
412
- msgid "Homepage"
413
- msgstr "Domovská stránka"
414
 
415
- #: library/plugin-settings.php:68
416
- msgid "Give USP a 5-star rating at WordPress.org"
417
- msgstr "Udělte USP 5 hvězdiček na WordPress.org"
418
 
419
- #: library/plugin-settings.php:69
420
- msgid "Rate this plugin »"
421
- msgstr "Ohodnoťte tento plugin & nbsp; & raquo;"
422
 
423
- #: library/plugin-settings.php:127
424
- msgid "WP Post (recommended)"
425
- msgstr "WP Post (doporučeno)"
426
 
427
- #: library/plugin-settings.php:131
428
- msgid "WP Page"
429
- msgstr "WP Page"
430
 
431
- #: library/plugin-settings.php:147
432
- msgid "HTML5 Form + Default CSS"
433
- msgstr "Formulář HTML5 + výchozí CSS"
434
 
435
- #: library/plugin-settings.php:147
436
- msgid "(Recommended)"
437
- msgstr "(Doporučeno)"
438
 
439
- #: library/plugin-settings.php:151
440
- msgid "HTML5 Form + Disable CSS"
441
- msgstr "Formulář HTML5 + Zakázat CSS"
 
442
 
443
- #: library/plugin-settings.php:151
444
- msgid "(Provide your own styles)"
445
- msgstr "(Poskytněte své vlastní styly)"
446
 
447
- #: library/plugin-settings.php:155
448
- msgid "Custom Form + Custom CSS"
449
- msgstr "Vlastní formulář + vlastní CSS"
450
 
451
- #: library/plugin-settings.php:155
452
- msgid "(Provide your own form template & styles)"
453
- msgstr "(Zadejte vlastní šablonu formuláře a styly)"
 
454
 
455
- #: library/plugin-settings.php:171 library/plugin-settings.php:195
456
- #: library/plugin-settings.php:219 library/plugin-settings.php:243
457
- #: library/plugin-settings.php:267
458
- msgid "Auto-display before post content"
459
- msgstr "Automatické zobrazení před zveřejněním obsahu"
460
 
461
- #: library/plugin-settings.php:175 library/plugin-settings.php:199
462
- #: library/plugin-settings.php:223 library/plugin-settings.php:247
463
- #: library/plugin-settings.php:271
464
- msgid "Auto-display after post content"
465
- msgstr "Automatické zobrazení po obsahu příspěvku"
466
 
467
- #: library/plugin-settings.php:179
468
- msgid "Do not auto-display submitted images"
469
- msgstr "Nezobrazovat odeslané obrázky automaticky"
470
 
471
- #: library/plugin-settings.php:203
472
- msgid "Do not auto-display submitted email"
473
- msgstr "Nezobrazovat odeslaný e-mail automaticky"
474
 
475
- #: library/plugin-settings.php:227
476
- msgid "Do not auto-display submitted name"
477
- msgstr "Nezobrazovat odeslané jméno automaticky"
478
 
479
- #: library/plugin-settings.php:251
480
- msgid "Do not auto-display submitted URL"
481
- msgstr "Nezobrazovat automaticky odeslanou adresu URL"
482
 
483
- #: library/plugin-settings.php:275
484
- msgid "Do not auto-display the Custom Field"
485
- msgstr "Nezobrazujte automaticky vlastní pole"
486
 
487
- #: library/plugin-settings.php:291
488
- msgid "v2 (I’m not a robot)"
489
- msgstr "v2 (já nejsem robot)"
490
 
491
- #: library/plugin-settings.php:295
492
- msgid "v3 (Hidden reCaptcha)"
493
- msgstr "v3 (Skrytá reCaptcha)"
494
 
495
- #: library/plugin-settings.php:323 library/plugin-settings.php:355
496
- #: library/plugin-settings.php:388 library/plugin-settings.php:420
497
- msgid "Enable and require"
498
- msgstr "Povolit a vyžadovat"
499
 
500
- #: library/plugin-settings.php:324 library/plugin-settings.php:356
501
- msgid "Enable but do not require"
502
- msgstr "Povolit, ale nevyžadují"
503
 
504
- #: library/plugin-settings.php:325 library/plugin-settings.php:357
505
- #: library/plugin-settings.php:389 library/plugin-settings.php:421
506
- msgid "Disable this field"
507
- msgstr "Zakázat toto pole"
508
 
509
- #: library/plugin-settings.php:360 library/plugin-settings.php:392
510
- #: library/plugin-settings.php:424 library/plugin-settings.php:456
511
- msgid "(Visit"
512
- msgstr "(Návštěva"
513
 
514
- #: library/plugin-settings.php:361 library/plugin-settings.php:393
515
- #: library/plugin-settings.php:425 library/plugin-settings.php:457
516
- msgid "to configure options)"
517
- msgstr "konfigurovat možnosti)"
518
 
519
- #: library/plugin-settings.php:376 library/plugin-settings.php:393
520
- #: library/plugin-settings.php:1465 library/plugin-settings.php:1470
521
- msgid "Challenge Question"
522
- msgstr "Výzva Otázky"
523
 
524
- #: library/plugin-settings.php:408 library/plugin-settings.php:425
525
- #: library/plugin-settings.php:1487
526
- msgid "Google reCAPTCHA"
527
- msgstr "Google reCAPTCHA"
528
 
529
- #: library/plugin-settings.php:440
530
- msgid "Post Images"
531
- msgstr "Přidat obrázky"
532
 
533
- #: library/plugin-settings.php:452
534
- msgid "Enable"
535
- msgstr "Umožnit"
536
 
537
- #: library/plugin-settings.php:453
538
- msgid "Disable"
539
- msgstr "Zakázat"
540
 
541
- #: library/plugin-settings.php:457 library/plugin-settings.php:1555
542
- msgid "Image Uploads"
543
- msgstr "Nahrávání obrázků"
544
 
545
- #: library/plugin-settings.php:537
546
- msgid "Draft"
547
- msgstr "Návrh"
 
548
 
549
- #: library/plugin-settings.php:538
550
- msgid "Pending (default)"
551
- msgstr "Čeká se (výchozí)"
 
552
 
553
- #: library/plugin-settings.php:539
554
- msgid "Publish immediately"
555
- msgstr "Publikovat okamžitě"
556
 
557
- #: library/plugin-settings.php:540
558
- msgid "Publish after 1 approved post"
559
- msgstr "Publikovat po 1 schváleném příspěvku"
560
 
561
- #: library/plugin-settings.php:541
562
- msgid "Publish after "
563
- msgstr "Publikovat po "
564
 
565
- #: library/plugin-settings.php:541
566
- msgid " approved posts"
567
- msgstr " schválené příspěvky"
568
 
569
- #: library/plugin-settings.php:569
570
- msgid "Select categories to display in the Category field."
571
- msgstr "Vyberte kategorie, které chcete zobrazit v poli Kategorie."
572
 
573
- #: library/plugin-settings.php:815
574
- msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
575
- msgstr "Byla tam chyba. Ujistěte se, že jste přidali název, nějaký obsah a že jste nahráli pouze obrázky."
576
 
577
- #: library/plugin-settings.php:829
578
- msgid "Please select your image(s) to upload."
579
- msgstr "Vyberte prosím obrázky, které chcete nahrát."
580
 
581
- #: library/plugin-settings.php:835
582
- msgid "Success! Thank you for your submission."
583
- msgstr "Úspěch! Děkujeme za vaše podání."
584
 
585
- #: library/plugin-settings.php:864
586
- msgid "Email"
587
- msgstr "E-mailem"
588
 
589
- #: library/plugin-settings.php:866
590
- msgid "URL"
591
- msgstr "URL"
592
 
593
- #: library/plugin-settings.php:1151
594
- msgid "Toggle all panels"
595
- msgstr "Přepnout všechny panely"
596
 
597
- #: library/plugin-settings.php:1160
598
- msgid "We need your support!"
599
- msgstr "Potřebujeme vaši podporu!"
600
 
601
- #: library/plugin-settings.php:1164
602
- msgid "Make a donation via PayPal"
603
- msgstr "Udělejte dar přes PayPal"
604
 
605
- #: library/plugin-settings.php:1164
606
- msgid "make a donation"
607
- msgstr "přispět"
608
 
609
- #: library/plugin-settings.php:1164
610
- msgid "and/or"
611
- msgstr "a / nebo"
612
 
613
- #: library/plugin-settings.php:1165
614
- msgid "Rate and review at the Plugin Directory"
615
- msgstr "Ohodnoťte a zkontrolujte v adresáři Plugin"
 
616
 
617
- #: library/plugin-settings.php:1166
618
- msgid "give this plugin a 5-star rating"
619
- msgstr "přidělte tomuto pluginu hodnocení 5 hvězdiček"
620
 
621
- #: library/plugin-settings.php:1170
622
- msgid "Your generous support enables continued development of this free plugin. Thank you!"
623
- msgstr "Vaše velkorysá podpora umožňuje další vývoj tohoto bezplatného pluginu. Děkuju!"
624
 
625
- #: library/plugin-settings.php:1175
626
- msgid "Check this box if you have shown support"
627
- msgstr "Toto políčko zaškrtněte, pokud jste projevili podporu"
628
 
629
- #: library/plugin-settings.php:1184
630
- msgid "Overview"
631
- msgstr "Přehled"
632
 
633
- #: library/plugin-settings.php:1188
634
- msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
635
- msgstr "umožňuje návštěvníkům odesílat příspěvky a nahrávat obrázky z front-endu vašeho webu. "
636
 
637
- #: library/plugin-settings.php:1189
638
- msgid "For advanced functionality and unlimited forms, check out"
639
- msgstr "Pro pokročilé funkce a neomezené formuláře, podívejte se"
640
 
641
- #: library/plugin-settings.php:1189 library/plugin-settings.php:1613
642
- msgid "USP Pro"
643
- msgstr "USP Pro"
644
 
645
- #: library/plugin-settings.php:1190
646
- msgid "— the ultimate solution for user-generated content."
647
- msgstr "& mdash; dokonalé řešení pro obsah generovaný uživateli."
648
 
649
- #: library/plugin-settings.php:1194 library/plugin-settings.php:1211
650
- msgid "Plugin Settings"
651
- msgstr "Nastavení pluginu"
 
 
 
 
652
 
653
- #: library/plugin-settings.php:1195
654
- msgid "Display the form"
655
- msgstr "Zobrazit formulář"
656
 
657
- #: library/plugin-settings.php:1199
658
- msgid "If you like this plugin, please"
659
- msgstr "Pokud se vám tento plugin líbí, prosím"
660
 
661
- #: library/plugin-settings.php:1200
662
- msgid "THANK YOU for your support!"
663
- msgstr "Děkuji za vaší podporu!"
664
 
665
- #: library/plugin-settings.php:1200
666
- msgid "give it a 5-star rating"
667
- msgstr "přidělte mu hodnocení 5 hvězdičkami"
668
 
669
- #: library/plugin-settings.php:1204
670
- msgid "Unlimited front-end forms"
671
- msgstr "Neomezené front-end formuláře"
672
 
673
- #: library/plugin-settings.php:1204
674
- msgid "Get USP Pro"
675
- msgstr "Získejte USP Pro"
676
 
677
- #: library/plugin-settings.php:1214
678
- msgid "Configure your settings for User Submitted Posts."
679
- msgstr "Nakonfigurujte nastavení pro příspěvky odeslané uživateli."
680
 
681
- #: library/plugin-settings.php:1216
682
- msgid "Form Fields"
683
- msgstr "Pole formuláře"
684
 
685
- #: library/plugin-settings.php:1222
686
- msgid "User Name"
687
- msgstr "Uživatelské jméno"
688
 
689
- #: library/plugin-settings.php:1223
690
- msgid "User Email"
691
- msgstr "E-mail uživatele"
692
 
693
- #: library/plugin-settings.php:1224
694
- msgid "User URL"
695
- msgstr "URL uživatele"
696
 
697
- #: library/plugin-settings.php:1239
698
- msgid "General Settings"
699
- msgstr "Obecné nastavení"
700
 
701
- #: library/plugin-settings.php:1241
702
- msgid "Note that the default settings work fine for most cases."
703
- msgstr "Výchozí nastavení funguje ve většině případů dobře."
704
 
705
- #: library/plugin-settings.php:1246
706
- msgid "Form Style"
707
- msgstr "Styl formuláře"
708
 
709
- #: library/plugin-settings.php:1251
710
- msgid "With this option, you can copy the plugin’s default templates:"
711
- msgstr "Pomocí této možnosti můžete zkopírovat výchozí šablony pluginu:"
712
 
713
- #: library/plugin-settings.php:1256
714
- msgid "..and upload them into a directory named"
715
- msgstr "..a nahrajte je do adresáře s názvem"
716
 
717
- #: library/plugin-settings.php:1256
718
- msgid "in your theme:"
719
- msgstr "ve vašem tématu:"
720
 
721
- #: library/plugin-settings.php:1262
722
- 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"
723
- msgstr "To vám umožní přizpůsobit formulář a styly podle potřeby. Další informace naleznete v části \"Formulář pro vlastní podání\" v"
724
 
725
- #: library/plugin-settings.php:1263
726
- msgid "Installation Docs"
727
- msgstr "Instalační dokumenty"
728
 
729
- #: library/plugin-settings.php:1264
730
- msgid "FYI: here is a"
731
- msgstr "FYI: tady je"
732
 
733
- #: library/plugin-settings.php:1264
734
- msgid "list of USP CSS selectors"
735
- msgstr "seznam selektorů USP CSS"
736
 
737
- #: library/plugin-settings.php:1270
738
- msgid "Include JavaScript"
739
- msgstr "Zahrnout JavaScript"
740
 
741
- #: library/plugin-settings.php:1272
742
- msgid "Check this box if you want to include the external JavaScript files (recommended)"
743
- msgstr "Toto políčko zaškrtněte, pokud chcete zahrnout externí soubory JavaScriptu (doporučeno)"
744
 
745
- #: library/plugin-settings.php:1275
746
- msgid "Targeted Loading"
747
- msgstr "Cílené načítání"
748
 
749
- #: library/plugin-settings.php:1277
750
- msgid "By default, CSS & JavaScript assets are loaded on every page. Here you may specify the URL(s) of the USP form to load assets only on that page. Note: leave blank to load on all pages. Use commas to separate multiple URLs."
751
- msgstr "Ve výchozím nastavení CSS & Prostředky JavaScriptu se načítají na každou stránku. Zde můžete zadat adresy URL formuláře USP pro načtení aktiv pouze na této stránce. Poznámka: Na všechny stránky nechte prázdné. K oddělení více adres URL použijte čárky."
752
 
753
- #: library/plugin-settings.php:1280
754
- msgid "Post Type"
755
- msgstr "Typ příspěvku"
756
 
757
- #: library/plugin-settings.php:1283
758
- msgid "Submit posts as WP Posts or Pages"
759
- msgstr "Odeslat příspěvky jako příspěvky WP nebo stránky"
760
 
761
- #: library/plugin-settings.php:1287
762
- msgid "Post Status"
763
- msgstr "Post status"
764
 
765
- #: library/plugin-settings.php:1290
766
- msgid "Post Status for submitted posts"
767
- msgstr "Post status pro odeslané příspěvky"
 
 
 
 
768
 
769
- #: library/plugin-settings.php:1294
770
- msgid "Redirect URL"
771
- msgstr "Adresa URL přesměrování"
772
 
773
- #: library/plugin-settings.php:1296
774
- msgid "Specify a URL to redirect the user after post submission (leave blank to redirect back to current page)"
775
- msgstr "Zadejte adresu URL pro přesměrování uživatele po odeslání příspěvku (nechte prázdné pro přesměrování zpět na aktuální stránku)"
776
 
777
- #: library/plugin-settings.php:1299
778
- msgid "Success Message"
779
- msgstr "Zpráva o úspěchu"
780
 
781
- #: library/plugin-settings.php:1301
782
- msgid "Success message that is displayed if post submission is successful (basic markup is allowed)"
783
- msgstr "Zpráva o úspěchu, která se zobrazí v případě úspěšného odeslání příspěvku (je povoleno základní označení)"
784
 
785
- #: library/plugin-settings.php:1304
786
- msgid "Error Message"
787
- msgstr "Chybové hlášení"
788
 
789
- #: library/plugin-settings.php:1306
790
- msgid "General error message that is displayed if post submission fails (basic markup is allowed)"
791
- msgstr "Obecná chybová zpráva, která se zobrazí v případě selhání odeslání příspěvku (je povoleno základní označení)"
792
 
793
- #: library/plugin-settings.php:1309
794
- msgid "Custom Content"
795
- msgstr "Vlastní obsah"
796
 
797
- #: library/plugin-settings.php:1311
798
- msgid "Custom text/markup to be included before the submission form (leave blank to disable)"
799
- msgstr "Vlastní text / označení, které bude zahrnuto před formulářem pro odeslání (nechte prázdné pro deaktivaci)"
800
 
801
- #: library/plugin-settings.php:1314
802
- msgid "Rich Text Editor"
803
- msgstr "Editor RTF"
804
 
805
- #: library/plugin-settings.php:1316
806
- msgid "Check this box if you want to enable RTE/Visual Editor for the Post Content field"
807
- msgstr "Toto políčko zaškrtněte, pokud chcete povolit RTE / Visual Editor pro pole Post Content"
808
 
809
- #: library/plugin-settings.php:1319
810
- msgid "Unique Titles"
811
- msgstr "Unikátní tituly"
812
 
813
- #: library/plugin-settings.php:1321
814
- msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)"
815
- msgstr "Vyžadovat, aby byly zadané názvy příspěvků jedinečné (užitečné pro zamezení vícenásobných / duplikovaných odeslaných příspěvků)"
816
 
817
- #: library/plugin-settings.php:1324
818
- msgid "Disable Required"
819
- msgstr "Zakázat požadované"
820
 
821
- #: library/plugin-settings.php:1326
822
- msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)"
823
- msgstr "Zakázat všechny povinné atributy ve výchozích polích formuláře (užitečné pro odstraňování chybových zpráv)"
824
 
825
- #: library/plugin-settings.php:1329
826
- msgid "Enable Shortcodes"
827
- msgstr "Povolit krátké kódy"
828
 
829
- #: library/plugin-settings.php:1331
830
- msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
831
- msgstr "Povolit krátké kódy v widgetech. Ve výchozím WordPress nepovoluje krátké kódy v widgetech. "
832
 
833
- #: library/plugin-settings.php:1332
834
- msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
835
- msgstr "Toto nastavení umožňuje libovolné / všechny krátké kódy v widgetech (i krátké kódy z jiných pluginů)."
836
 
837
- #: library/plugin-settings.php:1337
838
- msgid "Privacy"
839
- msgstr "Soukromí"
840
 
841
- #: library/plugin-settings.php:1342
842
- msgid "Disable IP Tracking"
843
- msgstr "Zakázat sledování IP"
844
 
845
- #: library/plugin-settings.php:1344
846
- msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
847
- msgstr "Ve výchozím nastavení USP zaznamenává IP adresu s každým odeslaným příspěvkem. Zaškrtnutím tohoto políčka zakážete veškeré sledování IP."
848
 
849
- #: library/plugin-settings.php:1348
850
- msgid "Display Checkbox"
851
- msgstr "Zaškrtněte políčko"
852
 
853
- #: library/plugin-settings.php:1350
854
- msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
855
- msgstr "Ve formuláři zobrazte vlastní zaškrtávací políčko (užitečné pro GDPR, souhlas s podmínkami atd.)"
856
 
857
- #: library/plugin-settings.php:1353
858
- msgid "Checkbox Name"
859
- msgstr "Název zaškrtávacího políčka"
860
 
861
- #: library/plugin-settings.php:1355 library/plugin-settings.php:1455
862
- msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
863
- msgstr "Používejte pouze alfanumerické, podtržítka a pomlčky. Pokud si nejste jisti, použijte výchozí název:"
864
 
865
- #: library/plugin-settings.php:1358
866
- msgid "Checkbox Error"
867
- msgstr "Zaškrtávací políčko Chyba"
868
 
869
- #: library/plugin-settings.php:1360
870
- msgid "Error message displayed if user does not check the box"
871
- msgstr "Pokud uživatel políčko nezaškrtne, zobrazí se chybová zpráva"
872
 
873
- #: library/plugin-settings.php:1363
874
- msgid "Checkbox Text"
875
- msgstr "Zaškrtávací políčko Text"
876
 
877
- #: library/plugin-settings.php:1365
878
- msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
879
- msgstr "Text se zobrazí vedle zaškrtávacího políčka. Tip: použijte složené závorky pro výstup úhlových závorek, například:"
 
880
 
881
- #: library/plugin-settings.php:1370
882
- msgid "Categories & Tags"
883
- msgstr "Kategorie & amp; Značky"
884
 
885
- #: library/plugin-settings.php:1375
886
- msgid "Categories"
887
- msgstr "Kategorie"
888
 
889
- #: library/plugin-settings.php:1378
890
- msgid "Click to view/select categories"
891
- msgstr "Klepnutím zobrazíte / vyberete kategorie"
892
 
893
- #: library/plugin-settings.php:1386
894
- msgid "Multiple Categories"
895
- msgstr "Více kategorií"
 
896
 
897
- #: library/plugin-settings.php:1388
898
- msgid "Enable users to select multiple categories."
899
- msgstr "Umožněte uživatelům vybrat více kategorií."
900
 
901
- #: library/plugin-settings.php:1391
902
- msgid "Hidden/Default Category"
903
- msgstr "Skrytá / výchozí kategorie"
 
 
904
 
905
- #: library/plugin-settings.php:1393
906
- msgid "Use a hidden field for the post category. This hides the category field and sets its value via the next option."
907
- msgstr "Pro kategorii příspěvku použijte skryté pole. Tím se skryje pole kategorie a nastaví se jeho hodnota pomocí další možnosti."
908
 
909
- #: library/plugin-settings.php:1396
910
- msgid "Category ID for Hidden Field"
911
- msgstr "ID kategorie pro skryté pole"
912
 
913
- #: library/plugin-settings.php:1398
914
- msgid "Specify category ID(s) to use for “Hidden/Default Category” (separate multiple IDs with commas)"
915
- msgstr "Zadejte ID kategorie, které se mají použít pro & ldquo; skrytou / výchozí kategorii & rdquo; (oddělte více ID čárkami)"
916
 
917
- #: library/plugin-settings.php:1401
918
- msgid "Use Existing Tags"
919
- msgstr "Použijte existující značky"
920
 
921
- #: library/plugin-settings.php:1403
922
- msgid "Check this box to display a select/dropdown menu of existing tags (valid when Tag field is displayed)"
923
- msgstr "Toto políčko zaškrtněte, chcete-li zobrazit výběr / rozbalovací nabídku existujících značek (platí, když je zobrazeno pole Značka)"
 
 
 
924
 
925
- #: library/plugin-settings.php:1408
926
- msgid "Users"
927
- msgstr "Uživatelé"
928
 
929
- #: library/plugin-settings.php:1413
930
- msgid "Assigned Author"
931
- msgstr "Přiřazený autor"
 
 
932
 
933
- #: library/plugin-settings.php:1416
934
- msgid "Specify the user that should be assigned as author for submitted posts"
935
- msgstr "Určete uživatele, který má být přiřazen jako autor pro odeslané příspěvky"
936
 
937
- #: library/plugin-settings.php:1420
938
- msgid "Registered Username"
939
- msgstr "Registrované uživatelské jméno"
940
 
941
- #: library/plugin-settings.php:1422
942
- msgid "Use the user’s registered username for the Name field (valid when the user submitting the form is logged in to WordPress)"
943
- msgstr "Do pole Název použijte registrované uživatelské jméno uživatele (platné, když je uživatel odesílající formulář přihlášen do WordPress)"
944
 
945
- #: library/plugin-settings.php:1425
946
- msgid "Registered Email"
947
- msgstr "registrovaný email"
948
 
949
- #: library/plugin-settings.php:1427
950
- msgid "Use the user’s registered email as the value of the Email field (valid when the user submitting the form is logged in to WordPress)"
951
- msgstr "Jako hodnotu pole E-mail použijte registrovaný e-mail uživatele (platný, když je uživatel odesílající formulář přihlášen do WordPress)"
952
 
953
- #: library/plugin-settings.php:1430
954
- msgid "User Profile URL"
955
- msgstr "Adresa URL profilu uživatele"
956
 
957
- #: library/plugin-settings.php:1432
958
- msgid "Use the user’s Profile URL as the value of the URL field (valid when the user submitting the form is logged in to WordPress)"
959
- msgstr "Jako hodnotu pole URL použijte adresu URL profilu uživatele (platí, když je uživatel odesílající formulář přihlášen do WordPress)"
960
 
961
- #: library/plugin-settings.php:1435
962
- msgid "Require User Login"
963
- msgstr "Vyžadovat přihlášení uživatele"
964
 
965
- #: library/plugin-settings.php:1437
966
- msgid "Require users to be logged in to WordPress to view/submit the form"
967
- msgstr "Vyžadujte od uživatelů, aby byli přihlášeni do WordPress, aby mohli zobrazit / odeslat formulář"
968
 
969
- #: library/plugin-settings.php:1440
970
- msgid "Disable Replace Author"
971
- msgstr "Zakázat nahrazení autora"
972
 
973
- #: library/plugin-settings.php:1442
974
- msgid "Do not replace post author with submitted user name"
975
- msgstr "Nenahrazujte autora příspěvku zadaným uživatelským jménem"
976
 
977
- #: library/plugin-settings.php:1448
978
- 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."
979
- msgstr "Zde můžete změnit název a štítek použitý ve Vlastním poli. Toto pole můžete povolit pomocí výše uvedeného nastavení polí formuláře."
980
 
981
- #: library/plugin-settings.php:1453
982
- msgid "Custom Field Name"
983
- msgstr "Název vlastního pole"
984
 
985
- #: library/plugin-settings.php:1458
986
- msgid "Custom Field Label"
987
- msgstr "Vlastní označení pole"
988
 
989
- #: library/plugin-settings.php:1460
990
- msgid "This will be displayed as the field label on the form. Default: Custom Field"
991
- msgstr "Zobrazí se jako označení pole ve formuláři. Výchozí: Vlastní pole"
992
 
993
- #: library/plugin-settings.php:1472
994
- msgid "To prevent spam, enter a question that users must answer before submitting the form"
995
- msgstr "Chcete-li zabránit spamu, zadejte otázku, na kterou musí uživatelé odpovědět před odesláním formuláře"
996
 
997
- #: library/plugin-settings.php:1475
998
- msgid "Challenge Response"
999
- msgstr "Odpověď na výzvu"
1000
 
1001
- #: library/plugin-settings.php:1477
1002
- msgid "Enter the *only* correct answer to the challenge question"
1003
- msgstr "Zadejte * pouze * správnou odpověď na výzvu"
1004
 
1005
- #: library/plugin-settings.php:1480
1006
- msgid "Case-sensitivity"
1007
- msgstr "Rozlišování malých a velkých písmen"
1008
 
1009
- #: library/plugin-settings.php:1482
1010
- msgid "Check this box if you want the challenge response to be case-sensitive"
1011
- msgstr "Zaškrtněte toto políčko, pokud chcete, aby odpověď na výzvu zohledňovala malá a velká písmena"
1012
 
1013
- #: library/plugin-settings.php:1488
1014
- msgid "To enable Google reCAPTCHA, enter your public and private keys."
1015
- msgstr "Chcete-li Google reCAPTCHA aktivovat, zadejte své veřejné a soukromé klíče."
1016
 
1017
- #: library/plugin-settings.php:1493
1018
- msgid "Public Key"
1019
- msgstr "Veřejný klíč"
1020
 
1021
- #: library/plugin-settings.php:1495
1022
- msgid "Enter your Public Key"
1023
- msgstr "Zadejte svůj veřejný klíč"
1024
 
1025
- #: library/plugin-settings.php:1498
1026
- msgid "Private Key"
1027
- msgstr "Soukromý klíč"
1028
 
1029
- #: library/plugin-settings.php:1500
1030
- msgid "Enter your Private Key"
1031
- msgstr "Zadejte svůj soukromý klíč"
1032
 
1033
- #: library/plugin-settings.php:1503
1034
- msgid "reCaptcha Version"
1035
- msgstr "verze reCaptcha"
1036
 
1037
- #: library/plugin-settings.php:1506
1038
- msgid "Choose reCaptcha version"
1039
- msgstr "Vyberte verzi reCaptcha"
1040
 
1041
- #: library/plugin-settings.php:1512
1042
- msgid "Email Alerts"
1043
- msgstr "E-mailová upozornění"
1044
 
1045
- #: library/plugin-settings.php:1517
1046
- msgid "Receive Email Alert"
1047
- msgstr "Dostávat upozornění e-mailem"
1048
 
1049
- #: library/plugin-settings.php:1519
1050
- msgid "Check this box if you want to be notified via email for new post submissions"
1051
- msgstr "Toto políčko zaškrtněte, pokud chcete být e-mailem informováni o nových příspěvcích"
1052
 
1053
- #: library/plugin-settings.php:1522
1054
- msgid "Enable HTML Format"
1055
- msgstr "Povolit formát HTML"
1056
 
1057
- #: library/plugin-settings.php:1524
1058
- msgid "Check this box to enable HTML format for email alerts"
1059
- msgstr "Zaškrtnutím tohoto políčka povolíte formát HTML pro e-mailová upozornění"
1060
 
1061
- #: library/plugin-settings.php:1527
1062
- msgid "Email Address for Alerts"
1063
- msgstr "E-mailová adresa pro upozornění"
1064
 
1065
- #: library/plugin-settings.php:1529
1066
- msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
1067
- msgstr "Pokud jste zaškrtli políčko pro příjem e-mailových upozornění, uveďte zde adresu, na kterou mají být e-maily zasílány."
1068
 
1069
- #: library/plugin-settings.php:1530
1070
- msgid "Separate multiple addresses with commas."
1071
- msgstr "Oddělte více adres čárkami."
1072
 
1073
- #: library/plugin-settings.php:1533
1074
- msgid "Email “From” Address"
1075
- msgstr "E-mail od & rdquo; Adresa"
1076
 
1077
- #: library/plugin-settings.php:1535
1078
- msgid "Here you may customize the address(es) used for the “From” header (see plugin FAQs for info). "
1079
- msgstr "Zde můžete přizpůsobit adresu (adresy) použité pro & ldquo; From & rdquo; záhlaví (informace naleznete v častých dotazech pro plugin). "
1080
 
1081
- #: library/plugin-settings.php:1536
1082
- msgid "If multiple addresses are specified in the previous setting, include an equal number of “From” addresses for this setting (in the same order)."
1083
- msgstr "Pokud je v předchozím nastavení zadáno více adres, zadejte stejný počet & ldquo; From & rdquo; adresy pro toto nastavení (ve stejném pořadí)."
1084
 
1085
- #: library/plugin-settings.php:1539
1086
- msgid "Email Alert Subject"
1087
- msgstr "Předmět upozornění e-mailem"
1088
 
1089
- #: library/plugin-settings.php:1541
1090
- msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
1091
- msgstr "Řádek předmětu pro e-mailová upozornění. Chcete-li použít výchozí předmět, ponechte pole prázdné. Poznámka: můžete použít následující proměnné: "
1092
 
1093
- #: library/plugin-settings.php:1546
1094
- msgid "Email Alert Message"
1095
- msgstr "Zpráva s upozorněním e-mailem"
1096
 
1097
- #: library/plugin-settings.php:1548
1098
- msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
1099
- msgstr "Zpráva pro e-mailová upozornění. Chcete-li použít výchozí zprávu, ponechte pole prázdné. Poznámka: můžete použít následující proměnné: "
1100
 
1101
- #: library/plugin-settings.php:1560
1102
- msgid "Featured Image"
1103
- msgstr "Hlavní obrázek"
1104
 
1105
- #: library/plugin-settings.php:1562
1106
- msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)"
1107
- msgstr "Nastavit odeslané obrázky jako Doporučené obrázky. Vyžaduje motivovou podporu pro Doporučené obrázky (aka Post Thumbnails)"
1108
 
1109
- #: library/plugin-settings.php:1565
1110
- msgid "Upload Message"
1111
- msgstr "Nahrajte zprávu"
1112
 
1113
- #: library/plugin-settings.php:1567
1114
- msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
1115
- msgstr "Zpráva, která se zobrazí vedle pole pro odeslání. Užitečné pro upřesnění pokynů / zásad pro nahrávání / atd. Základní značení povoleno."
1116
 
1117
- #: library/plugin-settings.php:1570
1118
- msgid "“Add another image” link"
1119
- msgstr "& ldquo; Přidat další obrázek & rdquo; odkaz"
1120
 
1121
- #: library/plugin-settings.php:1572
1122
- msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
1123
- msgstr "Vlastní označení pro & ldquo; Přidat další obrázek & rdquo; odkaz. Chcete-li použít výchozí označení, ponechte prázdné."
1124
 
1125
- #: library/plugin-settings.php:1575
1126
- msgid "Minimum number of images"
1127
- msgstr "Minimální počet obrázků"
1128
 
1129
- #: library/plugin-settings.php:1578
1130
- msgid "Specify the minimum number of images"
1131
- msgstr "Zadejte minimální počet obrázků"
1132
 
1133
- #: library/plugin-settings.php:1582
1134
- msgid "Maximum number of images"
1135
- msgstr "Maximální počet obrázků"
1136
 
1137
- #: library/plugin-settings.php:1585
1138
- msgid "Specify the maximum number of images"
1139
- msgstr "Určete maximální počet obrázků"
1140
 
1141
- #: library/plugin-settings.php:1589
1142
- msgid "Minimum image width"
1143
- msgstr "Minimální šířka obrázku"
1144
 
1145
- #: library/plugin-settings.php:1591
1146
- msgid "Specify a minimum width (in pixels) for uploaded images"
1147
- msgstr "Zadejte minimální šířku (v pixelech) pro nahrané obrázky"
1148
 
1149
- #: library/plugin-settings.php:1594
1150
- msgid "Minimum image height"
1151
- msgstr "Minimální výška obrázku"
1152
 
1153
- #: library/plugin-settings.php:1596
1154
- msgid "Specify a minimum height (in pixels) for uploaded images"
1155
- msgstr "Zadejte minimální výšku (v pixelech) pro nahrané obrázky"
1156
 
1157
- #: library/plugin-settings.php:1599
1158
- msgid "Maximum image width"
1159
- msgstr "Maximální šířka obrázku"
1160
 
1161
- #: library/plugin-settings.php:1601
1162
- msgid "Specify a maximum width (in pixels) for uploaded images"
1163
- msgstr "Zadejte maximální šířku (v pixelech) pro nahrané obrázky"
1164
 
1165
- #: library/plugin-settings.php:1604
1166
- msgid "Maximum image height"
1167
- msgstr "Maximální výška obrázku"
1168
 
1169
- #: library/plugin-settings.php:1606
1170
- msgid "Specify a maximum height (in pixels) for uploaded images"
1171
- msgstr "Zadejte maximální výšku (v pixelech) pro nahrané obrázky"
1172
 
1173
- #: library/plugin-settings.php:1609
1174
- msgid "More Options"
1175
- msgstr "Více možností"
1176
 
1177
- #: library/plugin-settings.php:1612
1178
- msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
1179
- msgstr "Další možnosti, například možnost nahrát další typy souborů (například PDF, Word, Zip, videa atd.)"
1180
 
1181
- #: library/plugin-settings.php:1613
1182
- msgid "Go Pro!"
1183
- msgstr "Staň se profesionálem!"
1184
 
1185
- #: library/plugin-settings.php:1620
1186
- msgid "Auto-Display Content"
1187
- msgstr "Obsah automatického zobrazení"
1188
 
1189
- #: library/plugin-settings.php:1625
1190
- msgid "Auto-Display Images"
1191
- msgstr "Automatické zobrazení obrázků"
1192
 
1193
- #: library/plugin-settings.php:1627
1194
- msgid "Automatically display user-submitted images:"
1195
- msgstr "Automaticky zobrazovat obrázky odeslané uživateli:"
1196
 
1197
- #: library/plugin-settings.php:1632
1198
- msgid "Image Markup"
1199
- msgstr "Image Markup"
1200
 
1201
- #: library/plugin-settings.php:1634
1202
- msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1203
- msgstr "Označení, které se použít pro každý odeslaný obrázek (je-li povoleno automatické zobrazení). Může použít"
1204
 
1205
- #: library/plugin-settings.php:1636 library/plugin-settings.php:1649
1206
- #: library/plugin-settings.php:1675 library/plugin-settings.php:1688
1207
- msgid "and"
1208
- msgstr "a"
1209
 
1210
- #: library/plugin-settings.php:1639
1211
- msgid "Auto-Display Email"
1212
- msgstr "Automatické zobrazení e-mailu"
1213
 
1214
- #: library/plugin-settings.php:1641
1215
- msgid "Automatically display user-submitted email:"
1216
- msgstr "Automaticky zobrazit e-mail odeslaný uživatelem:"
1217
 
1218
- #: library/plugin-settings.php:1646
1219
- msgid "Email Markup"
1220
- msgstr "Označení e-mailem"
1221
 
1222
- #: library/plugin-settings.php:1648
1223
- msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1224
- msgstr "Označení, které se použít pro zadanou e-mailovou adresu (je-li povoleno automatické zobrazení). Může použít"
1225
 
1226
- #: library/plugin-settings.php:1652
1227
- msgid "Auto-Display Name"
1228
- msgstr "Název automatického zobrazení"
 
1229
 
1230
- #: library/plugin-settings.php:1654
1231
- msgid "Automatically display user-submitted author/name:"
1232
- msgstr "Automaticky zobrazit uživatele / jméno odeslané uživatelem:"
1233
 
1234
- #: library/plugin-settings.php:1659
1235
- msgid "Name Markup"
1236
- msgstr "Název značky"
1237
 
1238
- #: library/plugin-settings.php:1661
1239
- msgid "Markup to use for the submitted author/name (when auto-display is enabled). Can use"
1240
- msgstr "Označení, které se má použít pro odeslaného autora / jméno (je-li povoleno automatické zobrazení). Může použít"
1241
 
1242
- #: library/plugin-settings.php:1665
1243
- msgid "Auto-Display URL"
1244
- msgstr "Adresa URL pro automatické zobrazení"
1245
 
1246
- #: library/plugin-settings.php:1667
1247
- msgid "Automatically display user-submitted URL:"
1248
- msgstr "Automaticky zobrazit adresu URL zadanou uživatelem:"
1249
 
1250
- #: library/plugin-settings.php:1672
1251
- msgid "URL Markup"
1252
- msgstr "Označení adresy URL"
1253
 
1254
- #: library/plugin-settings.php:1674
1255
- msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1256
- msgstr "Značka, která se má použít pro zadanou adresu URL (je-li povoleno automatické zobrazení). Může použít"
1257
 
1258
- #: library/plugin-settings.php:1678
1259
- msgid "Auto-Display Custom Field"
1260
- msgstr "Automatické zobrazení vlastního pole"
1261
 
1262
- #: library/plugin-settings.php:1680
1263
- msgid "Automatically display user-submitted Custom Field:"
1264
- msgstr "Automaticky zobrazit uživatelské pole zadané uživatelem:"
1265
 
1266
- #: library/plugin-settings.php:1685
1267
- msgid "Custom Field Markup"
1268
- msgstr "Vlastní označení pole"
1269
 
1270
- #: library/plugin-settings.php:1687
1271
- msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1272
- msgstr "Označení, které se má použít pro odeslané vlastní pole (je-li povoleno automatické zobrazení). Může použít"
1273
 
1274
- #: library/plugin-settings.php:1693 library/plugin-settings.php:1805
1275
- msgid "Save Settings"
1276
- msgstr "Uložit nastavení"
1277
 
1278
- #: library/plugin-settings.php:1698
1279
- msgid "Display the Form"
1280
- msgstr "Zobrazit formulář"
1281
 
1282
- #: library/plugin-settings.php:1701
1283
- msgid "Post-Submit Form"
1284
- msgstr "Formulář po odeslání"
1285
 
1286
- #: library/plugin-settings.php:1702
1287
- msgid "USP enables you to display a post-submission form anywhere on your site."
1288
- msgstr "USP vám umožňuje zobrazit formulář po odeslání kdekoli na vašem webu."
1289
 
1290
- #: library/plugin-settings.php:1703 library/plugin-settings.php:1712
1291
- msgid "Use the shortcode to display the form on any WP Post or Page:"
1292
- msgstr "Pomocí krátkého kódu zobrazíte formulář na libovolném příspěvku nebo stránce WP:"
1293
 
1294
- #: library/plugin-settings.php:1706 library/plugin-settings.php:1715
1295
- msgid "Or, use the template tag to display the form anywhere in your theme template:"
1296
- msgstr "Nebo pomocí značky šablony zobrazte formulář kdekoli v tematické šabloně:"
1297
 
1298
- #: library/plugin-settings.php:1710
1299
- msgid "Login/Register Form"
1300
- msgstr "Přihlašovací / registrační formulář"
1301
 
1302
- #: library/plugin-settings.php:1711
1303
- msgid "You also can display a form that enables users to log in, register, or reset their password."
1304
- msgstr "Můžete také zobrazit formulář, který umožňuje uživatelům přihlásit se, registrovat nebo resetovat své heslo."
1305
 
1306
- #: library/plugin-settings.php:1719
1307
- msgid "Display Submitted Posts"
1308
- msgstr "Zobrazit odeslané příspěvky"
1309
 
1310
- #: library/plugin-settings.php:1720
1311
- msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1312
- msgstr "Pomocí tohoto krátkého kódu zobrazíte seznam odeslaných příspěvků na libovolném příspěvku nebo stránce WP:"
1313
 
1314
- #: library/plugin-settings.php:1723
1315
- msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1316
- msgstr "Nebo použijte značku šablony k zobrazení seznamu odeslaných příspěvků kdekoli v tematické šabloně:"
1317
 
1318
- #: library/plugin-settings.php:1726
1319
- msgid "Here are some examples showing how to configure this shortcode:"
1320
- msgstr "Zde je několik příkladů, jak konfigurovat tento zkratkový kód:"
1321
 
1322
- #: library/plugin-settings.php:1734
1323
- msgid "Display Image Gallery"
1324
- msgstr "Zobrazit galerii obrázků"
 
1325
 
1326
- #: library/plugin-settings.php:1735
1327
- msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
1328
- msgstr "Pomocí tohoto krátkého kódu zobrazíte galerii nahraných obrázků pro každý odeslaný příspěvek:"
1329
 
1330
- #: library/plugin-settings.php:1738
1331
- msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
1332
- msgstr "Nebo použijte značku šablony k zobrazení galerie obrázků kdekoli v tematické šabloně:"
1333
 
1334
- #: library/plugin-settings.php:1741
1335
- msgid "You can customize using any of the follwing attributes:"
1336
- msgstr "Můžete přizpůsobit pomocí některého z následujících atributů:"
1337
 
1338
- #: library/plugin-settings.php:1756
1339
- msgid "Reset Form Button"
1340
- msgstr "Tlačítko Reset formuláře"
1341
 
1342
- #: library/plugin-settings.php:1757
1343
- msgid "This shortcode displays a link that resets the form to its original state:"
1344
- msgstr "Tento zkratkový kód zobrazuje odkaz, který obnoví původní stav formuláře:"
1345
 
1346
- #: library/plugin-settings.php:1760
1347
- msgid "This shortcode accepts the following attributes:"
1348
- msgstr "Tento zkratkový kód přijímá následující atributy:"
1349
 
1350
- #: library/plugin-settings.php:1766
1351
- msgid "Note that the url attribute accepts"
1352
- msgstr "Atribut url přijímá"
1353
 
1354
- #: library/plugin-settings.php:1766
1355
- msgid "to get the current URL."
1356
- msgstr "získat aktuální URL."
1357
 
1358
- #: library/plugin-settings.php:1769
1359
- msgid "Access Control"
1360
- msgstr "Řízení přístupu"
1361
 
1362
- #: library/plugin-settings.php:1770
1363
- msgid "USP provides three shortcodes to control access and restrict content."
1364
- msgstr "USP poskytuje tři krátké kódy pro řízení přístupu a omezení obsahu."
1365
 
1366
- #: library/plugin-settings.php:1771
1367
- msgid "Display content only to users with a specific capability:"
1368
- msgstr "Zobrazit obsah pouze uživatelům se specifickou schopností:"
1369
 
1370
- #: library/plugin-settings.php:1774
1371
- msgid "Display content to logged-in users:"
1372
- msgstr "Zobrazit obsah přihlášeným uživatelům:"
1373
 
1374
- #: library/plugin-settings.php:1777
1375
- msgid "Display content to visitors only:"
1376
- msgstr "Zobrazit obsah pouze pro návštěvníky:"
1377
 
1378
- #: library/plugin-settings.php:1780
1379
- msgid "Tip:"
1380
- msgstr "Spropitné:"
1381
 
1382
- #: library/plugin-settings.php:1780
1383
- msgid "to include markup in the deny message, you can use"
1384
- msgstr "Chcete-li zahrnout označení do odepřené zprávy, můžete použít"
1385
 
1386
- #: library/plugin-settings.php:1780
1387
- msgid "to output"
1388
- msgstr "na výstup"
1389
 
1390
- #: library/plugin-settings.php:1783
1391
- msgid "Example"
1392
- msgstr "Příklad"
 
1393
 
1394
- #: library/plugin-settings.php:1784
1395
- msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1396
- 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ář:"
1397
 
1398
- #: library/plugin-settings.php:1796
1399
- msgid "Restore Defaults"
1400
- msgstr "Obnovit výchozí nastavení"
1401
 
1402
- #: library/plugin-settings.php:1799
1403
- 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."
1404
- msgstr "Ponechte tuto možnost vypnutou, abyste si pamatovali svá nastavení. Nebo pokračujte a obnovte výchozí možnosti pluginu: zaškrtněte políčko, uložte nastavení a pak plugin deaktivujte / znovu aktivujte."
1405
 
1406
- #: library/plugin-settings.php:1803
1407
- msgid "Restore default options upon plugin deactivation/reactivation"
1408
- msgstr "Obnovit výchozí možnosti po deaktivaci / reaktivaci pluginu"
1409
 
1410
- #: library/plugin-settings.php:1810
1411
- msgid "Show Support"
1412
- msgstr "Zobrazit podporu"
1413
 
1414
- #: library/plugin-settings.php:1819
1415
- msgid "by"
1416
- msgstr "podle"
1417
 
1418
- #: library/plugin-settings.php:1820
1419
- msgid "Jeff Starr on Twitter"
1420
- msgstr "Jeff Starr na Twitteru"
 
 
 
 
 
1421
 
1422
- #: library/plugin-settings.php:1821
1423
- msgid "Obsessive Web Design & Development"
1424
- msgstr "Obsessive Web Design & amp; Rozvoj"
1425
 
1426
- #: library/plugin-settings.php:1832
1427
- msgid "Save Preference"
1428
- msgstr "Uložit předvolbu"
1429
 
1430
- #: library/plugin-settings.php:1839
1431
- msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1432
- msgstr "Opravdu chcete obnovit všechny výchozí možnosti? (tuto akci nelze vrátit zpět)"
1433
 
1434
- #: library/support-panel.php:55
1435
- msgid "Perishable Press Books"
1436
- msgstr "Zničitelné tiskové knihy"
1437
 
1438
- #: library/support-panel.php:56
1439
- msgid "Plugin Planet"
1440
- msgstr "Plugin Planet"
1441
 
1442
- #: library/support-panel.php:57
1443
- msgid "Donate via PayPal"
1444
- msgstr "Darujte přes PayPal"
1445
 
1446
- #: library/support-panel.php:59
1447
- msgid "books"
1448
- msgstr "knihy"
1449
 
1450
- #: library/support-panel.php:60
1451
- msgid "plugins"
1452
- msgstr "pluginy"
1453
 
1454
- #: library/support-panel.php:61
1455
- msgid "donation"
1456
- msgstr "sponzorský dar"
1457
 
1458
- #: library/support-panel.php:63
1459
- msgid "Thank you for using"
1460
- msgstr "Děkujeme za použití"
1461
 
1462
- #: library/support-panel.php:64
1463
- msgid "Please show support by purchasing one of my"
1464
- msgstr "Ukažte podporu zakoupením jednoho z mých"
1465
 
1466
- #: library/support-panel.php:65
1467
- msgid "or"
1468
- msgstr "nebo"
1469
 
1470
- #: library/support-panel.php:65
1471
- msgid "or by making a"
1472
- msgstr "nebo vytvořením"
1473
 
1474
- #: library/support-panel.php:66
1475
- msgid "Your generous support helps future development of"
1476
- msgstr "Vaše velkorysá podpora pomáhá budoucímu rozvoji"
1477
 
1478
- #: library/support-panel.php:67
1479
- msgid "and is greatly appreciated."
1480
- msgstr "a je velmi ceněn."
 
 
1481
 
1482
- #: library/support-panel.php:69
1483
- msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1484
- msgstr "Jakákoli velikost příspěvku mi pomáhá pokračovat ve vývoji tohoto bezplatného pluginu a dalších úžasných zdrojů WordPress."
1485
 
1486
- #. Description of the plugin
1487
- #:
1488
- msgid "Enables your visitors to submit posts and images from anywhere on your site."
1489
- msgstr "Umožňuje návštěvníkům odesílat příspěvky a obrázky odkudkoli na vašem webu."
1490
 
1491
- #. URI of the plugin
1492
- #:
1493
- msgid "https://perishablepress.com/user-submitted-posts/"
1494
- msgstr "https://perishablepress.com/user-submiss-posts/"
1495
 
1496
- #. Author of the plugin
1497
- #:
1498
- msgid "Jeff Starr"
1499
- msgstr "Jeff Starr"
1500
 
1501
- #. Author URI of the plugin
1502
- #:
1503
- msgid "https://plugin-planet.com/"
1504
- msgstr "https://plugin-planet.com/"
1505
 
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 20221004\n"
8
  "Language: cs\n"
9
 
10
+ #: library/plugin-settings.php:567
11
+ msgid " approved posts"
12
+ msgstr " schválené příspěvky"
 
13
 
14
+ #: user-submitted-posts.php:1499
15
+ msgid " file"
16
+ msgstr " soubor"
17
 
18
+ #: user-submitted-posts.php:1496
19
+ msgid " file required"
20
+ msgstr " požadovaný soubor"
21
+
22
+ #: user-submitted-posts.php:1498
23
+ msgid " files"
24
+ msgstr " soubory"
25
+
26
+ #: user-submitted-posts.php:1495
27
+ msgid " files required"
28
+ msgstr " požadované soubory"
29
 
30
  #: user-submitted-posts.php:84
31
+ msgid " or higher, and has been deactivated! "
32
+ msgstr " nebo vyšší a byl deaktivován! "
33
 
34
+ #: user-submitted-posts.php:1501 user-submitted-posts.php:1502
35
+ #: user-submitted-posts.php:1503 user-submitted-posts.php:1504
36
+ msgid " pixels"
37
+ msgstr " pixelů"
38
 
39
+ #: user-submitted-posts.php:1541 user-submitted-posts.php:1542
40
+ msgid " required"
41
+ msgstr " Požadované"
42
 
43
+ #: library/plugin-display.php:535
44
+ msgid "“Add another image” link"
45
+ msgstr "“Přidat další obrázek“ odkaz"
46
 
47
+ #: library/plugin-display.php:61
48
+ msgid "— the ultimate solution for user-generated content."
49
+ msgstr "– dokonalé řešení pro obsah vytvářený uživateli."
50
 
51
+ #: library/plugin-settings.php:180
52
+ msgid "(Provide your own form template & styles)"
53
+ msgstr "(Zadejte vlastní šablonu formuláře a styly)"
54
 
55
+ #: library/plugin-settings.php:176
56
+ msgid "(Provide your own styles)"
57
+ msgstr "(Uveďte své vlastní styly)"
58
 
59
+ #: library/plugin-settings.php:172
60
+ msgid "(Recommended)"
61
+ msgstr "(doporučeno)"
62
 
63
+ #: library/plugin-display.php:131
64
+ msgid "..and upload them into a directory named"
65
+ msgstr "..a nahrajte je do adresáře s názvem"
66
 
67
+ #: library/plugin-display.php:770
68
+ msgid "Access Control"
69
+ msgstr "Řízení přístupu"
70
 
71
+ #: library/plugin-display.php:468
72
+ msgid "Add a challenge question to help stop spam. Tip: make the question easy to answer for any human."
73
+ msgstr "Přidejte výzvu, která pomůže zastavit spam. Tip: Usnadněte odpověď na otázku každému člověku."
74
 
75
+ #: views/submission-form.php:147 views/submission-form-alt.php:162
76
+ msgid "Add another image"
77
+ msgstr "Přidejte další obrázek"
78
 
79
+ #: library/plugin-display.php:291
80
+ msgid "Additional recipients for email alerts. Use commas to separate multiple addresses."
81
+ msgstr "Další příjemci e-mailových upozornění. K oddělení více adres použijte čárky."
82
 
83
+ #: library/shortcode-login.php:183
84
+ msgid "Admin"
85
+ msgstr "Admin"
86
 
87
+ #: library/plugin-settings.php:200 library/plugin-settings.php:224
88
+ #: library/plugin-settings.php:248 library/plugin-settings.php:272
89
+ #: library/plugin-settings.php:296
90
+ msgid "After post content"
91
+ msgstr "Po obsahu příspěvku"
92
 
93
+ #: user-submitted-posts.php:1512
94
+ msgid "An error occurred. Please go back and try again."
95
+ msgstr "Vyskytla se chyba. Vraťte se prosím zpět a zkuste to znovu."
 
96
 
97
+ #: library/plugin-display.php:363 library/plugin-display.php:746
98
+ #: library/plugin-display.php:751
99
+ msgid "and"
100
+ msgstr "a"
 
101
 
102
+ #: library/support-panel.php:63
103
+ msgid "and is greatly appreciated."
104
+ msgstr "a je velmi ceněn."
105
 
106
+ #: library/plugin-display.php:35
107
+ msgid "and/or"
108
+ msgstr "a/nebo"
109
 
110
+ #: views/submission-form.php:85 views/submission-form-alt.php:100
111
+ msgid "Antispam Question"
112
+ msgstr "Antispamová otázka"
113
 
114
+ #: library/support-panel.php:65
115
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
116
+ msgstr "Dar jakékoli velikosti mi pomáhá pokračovat ve vývoji tohoto bezplatného pluginu a dalších úžasných zdrojů WordPress."
117
 
118
+ #: library/plugin-display.php:231
119
+ msgid "Assigned Author"
120
+ msgstr "Přidělený autor"
121
 
122
+ #: library/plugin-display.php:747 library/plugin-display.php:751
123
+ msgid "attributes"
124
+ msgstr "atributy"
125
 
126
+ #: library/plugin-display.php:583
127
+ msgid "Automatically display images and more."
128
+ msgstr "Automaticky zobrazujte obrázky a další."
129
 
130
+ #: library/plugin-settings.php:196 library/plugin-settings.php:220
131
+ #: library/plugin-settings.php:244 library/plugin-settings.php:268
132
+ #: library/plugin-settings.php:292
133
+ msgid "Before post content"
134
+ msgstr "Před zveřejněním obsahu"
135
 
136
+ #: library/support-panel.php:55
137
+ msgid "books"
138
+ msgstr "knihy"
139
+
140
+ #: library/plugin-display.php:829
141
+ msgid "by"
142
+ msgstr "podle"
143
+
144
+ #: library/plugin-display.php:152
145
+ msgid "By default, CSS & JavaScript files are loaded on every page. To load only on specific page(s), enter the URL(s) here. Use commas to separate multiple URLs. Leave blank to load on all pages."
146
+ msgstr "Ve výchozím nastavení CSS & Soubory JavaScript se načítají na každou stránku. Chcete-li načíst pouze konkrétní stránky, zadejte zde adresy URL. K oddělení více adres URL použijte čárky. Chcete-li načíst všechny stránky, ponechte prázdné."
147
+
148
+ #: library/plugin-display.php:430
149
+ msgid "By default, this displays an “Agree to Terms” checkbox. Customize as desired."
150
+ msgstr "Ve výchozím nastavení se zobrazí text “Souhlasím s podmínkami“ zaškrtávací políčko. Přizpůsobte dle přání."
151
+
152
+ #: library/plugin-display.php:753
153
+ msgid "Can use"
154
+ msgstr "Může použít"
155
+
156
+ #: library/plugin-display.php:481
157
+ msgid "Case-sensitivity"
158
+ msgstr "Rozlišování malých a velkých písmen"
159
+
160
+ #: library/plugin-display.php:332
161
+ msgid "Categories"
162
+ msgstr "Kategorie"
163
+
164
+ #: library/plugin-display.php:327
165
+ msgid "Categories & Tags"
166
+ msgstr "Kategorie & Tagy"
167
+
168
+ #: library/plugin-display.php:363
169
+ msgid "category"
170
+ msgstr "kategorie"
171
+
172
+ #: library/plugin-display.php:349
173
+ msgid "Category ID for Hidden Field"
174
+ msgstr "ID kategorie pro skryté pole"
175
+
176
+ #: library/plugin-settings.php:408 library/plugin-display.php:466
177
+ #: library/plugin-display.php:471
178
+ msgid "Challenge Question"
179
+ msgstr "Výzva Otázky"
180
+
181
+ #: library/plugin-display.php:476
182
+ msgid "Challenge Response"
183
+ msgstr "Odpověď na výzvu"
184
+
185
+ #: library/plugin-display.php:319 library/plugin-display.php:392
186
+ #: library/plugin-display.php:420 library/plugin-display.php:458
187
+ msgid "check out"
188
+ msgstr "Překontrolovat"
189
+
190
+ #: library/plugin-display.php:754
191
+ msgid "Check out the source code inline notes for more info"
192
+ msgstr "Další informace najdete v poznámkách ke zdrojovému kódu"
193
+
194
+ #: library/plugin-display.php:46
195
+ msgid "Check this box if you have shown support"
196
+ msgstr "Zaškrtněte toto políčko, pokud jste projevili podporu"
197
+
198
+ #: library/shortcode-login.php:98
199
+ msgid "Check your email for the password."
200
+ msgstr "Zkontrolujte svůj e-mail pro heslo."
201
+
202
+ #: library/shortcode-login.php:103
203
+ msgid "Check your email to reset your password."
204
+ msgstr "Zkontrolujte svůj e-mail a obnovte heslo."
205
+
206
+ #: library/plugin-display.php:443
207
+ msgid "Checkbox Error"
208
+ msgstr "Chyba zaškrtávacího políčka"
209
+
210
+ #: library/plugin-display.php:438
211
+ msgid "Checkbox Name"
212
+ msgstr "Název zaškrtávacího políčka"
213
+
214
+ #: library/plugin-display.php:448
215
+ msgid "Checkbox Text"
216
+ msgstr "Text zaškrtávacího políčka"
217
+
218
+ #: library/plugin-display.php:85
219
+ msgid "Choose fields to display on the front-end form."
220
+ msgstr "Vyberte pole, která se mají zobrazit ve formuláři front-end."
221
+
222
+ #: library/plugin-display.php:506
223
+ msgid "Choose reCaptcha version"
224
+ msgstr "Vyberte verzi reCaptcha"
225
+
226
+ #: library/plugin-display.php:374
227
+ msgid "Configure Custom Field #1."
228
+ msgstr "Nakonfigurujte vlastní pole č. 1."
229
+
230
+ #: library/plugin-display.php:402
231
+ msgid "Configure Custom Field #2."
232
+ msgstr "Nakonfigurujte vlastní pole č. 2."
233
+
234
+ #: library/plugin-display.php:276
235
+ msgid "Configure email notifications for new submitted posts."
236
+ msgstr "Nakonfigurujte e-mailová upozornění na nově odeslané příspěvky."
237
+
238
+ #: library/plugin-display.php:118
239
+ msgid "Configure general settings. Note: the default settings work fine for most cases."
240
+ msgstr "Nakonfigurujte obecná nastavení. Poznámka: Výchozí nastavení funguje ve většině případů dobře."
241
 
242
+ #: library/plugin-display.php:514
243
+ msgid "Configure settings for image uploads."
244
+ msgstr "Nakonfigurujte nastavení pro nahrávání obrázků."
245
+
246
+ #: library/plugin-display.php:329
247
+ msgid "Configure settings for the Category and Tag fields."
248
+ msgstr "Nakonfigurujte nastavení pro pole Kategorie a Značka."
249
+
250
+ #: library/plugin-display.php:228
251
+ msgid "Configure user settings."
252
+ msgstr "Nakonfigurujte uživatelská nastavení."
253
+
254
+ #: library/shortcode-login.php:180
255
+ msgid "Congratulations, you’re logged in."
256
+ msgstr "Gratulujeme, jste přihlášeni."
257
+
258
+ #: user-submitted-posts.php:1529 user-submitted-posts.php:1530
259
  msgid "Correct captcha required"
260
  msgstr "Je vyžadována správná captcha"
261
 
262
+ #: library/plugin-display.php:296
263
+ msgid "Custom address for the email “From” header (see plugin FAQs for info)."
264
+ msgstr "Vlastní adresa pro e-mail “Od“ záhlaví (informace naleznete v nejčastějších dotazech týkajících se pluginu)."
265
 
266
+ #: library/plugin-display.php:428
267
+ msgid "Custom Checkbox"
268
+ msgstr "Vlastní zaškrtávací políčko"
269
 
270
+ #: user-submitted-posts.php:1509
271
+ msgid "Custom checkbox required"
272
+ msgstr "Je vyžadováno vlastní zaškrtávací políčko"
273
 
274
+ #: library/plugin-display.php:184
275
+ msgid "Custom Content"
276
+ msgstr "Vlastní obsah"
277
 
278
+ #: user-submitted-posts.php:1506 library/core-functions.php:306
279
+ #: library/plugin-settings.php:369 library/plugin-settings.php:907
280
+ #: library/plugin-display.php:372
281
+ msgid "Custom Field 1"
282
+ msgstr "Vlastní pole 1"
283
 
284
+ #: library/plugin-display.php:639
285
+ msgid "Custom Field 1 Display"
286
+ msgstr "Zobrazení vlastního pole 1"
287
 
288
+ #: library/plugin-display.php:646
289
+ msgid "Custom Field 1 Markup"
290
+ msgstr "Vlastní označení pole 1"
291
 
292
+ #: user-submitted-posts.php:1507 library/core-functions.php:255
293
+ #: library/plugin-settings.php:374 library/plugin-settings.php:910
294
+ #: library/plugin-display.php:400
295
+ msgid "Custom Field 2"
296
+ msgstr "Vlastní pole 2"
297
 
298
+ #: library/plugin-display.php:652
299
+ msgid "Custom Field 2 Display"
300
+ msgstr "Zobrazení vlastního pole 2"
301
 
302
+ #: library/plugin-display.php:659
303
+ msgid "Custom Field 2 Markup"
304
+ msgstr "Vlastní označení pole 2"
305
 
306
+ #: library/plugin-display.php:382 library/plugin-display.php:410
307
+ msgid "Custom Field Label"
308
+ msgstr "Vlastní štítek pole"
309
 
310
+ #: library/plugin-display.php:377 library/plugin-display.php:405
311
+ msgid "Custom Field Name"
312
+ msgstr "Název vlastního pole"
313
 
314
+ #: library/plugin-settings.php:180
315
+ msgid "Custom Form + Custom CSS"
316
+ msgstr "Vlastní formulář + vlastní CSS"
317
 
318
+ #: library/plugin-display.php:537
319
+ msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
320
+ msgstr "Vlastní označení pro “Přidat další obrázek“ odkaz. Chcete-li použít výchozí označení, ponechte prázdné (doporučeno)."
321
 
322
+ #: library/plugin-display.php:522
323
+ msgid "Default Featured Image"
324
+ msgstr "Výchozí doporučený obrázek"
325
 
326
+ #: library/plugin-settings.php:481
327
+ msgid "Disable"
328
+ msgstr "Zakázat"
329
 
330
+ #: library/plugin-display.php:201
331
+ msgid "Disable all required attributes on form fields (useful for troubleshooting error messages)"
332
+ msgstr "Zakázat všechny požadované atributy v polích formuláře (užitečné při odstraňování chybových zpráv)"
333
 
334
+ #: library/plugin-display.php:204
335
+ msgid "Disable IP Tracking"
336
+ msgstr "Zakázat sledování IP"
337
 
338
+ #: library/plugin-display.php:258
339
+ msgid "Disable Replace Author"
340
+ msgstr "Zakázat Nahradit autora"
341
 
342
+ #: library/plugin-display.php:199
343
+ msgid "Disable Required"
344
+ msgstr "Vyžadováno zakázat"
345
 
346
+ #: library/plugin-settings.php:350 library/plugin-settings.php:391
347
+ #: library/plugin-settings.php:421 library/plugin-settings.php:451
348
+ msgid "Disable this field"
349
+ msgstr "Deaktivujte toto pole"
350
 
351
+ #: library/plugin-display.php:356
352
+ msgid "Display a select/dropdown menu of existing tags (valid when Tag field is displayed on the form)"
353
+ msgstr "Zobrazení výběrové/rozbalovací nabídky existujících značek (platí, když je ve formuláři zobrazeno pole Značka)"
 
354
 
355
+ #: library/plugin-display.php:433
356
+ msgid "Display Checkbox"
357
+ msgstr "Zobrazit zaškrtávací políčko"
 
 
358
 
359
+ #: library/plugin-display.php:773
360
+ msgid "Display content only to users with a specific capability:"
361
+ msgstr "Zobrazovat obsah pouze uživatelům s konkrétní schopností:"
 
362
 
363
+ #: library/plugin-display.php:775
364
+ msgid "Display content to logged-in users:"
365
+ msgstr "Zobrazit obsah přihlášeným uživatelům:"
 
 
366
 
367
+ #: library/plugin-display.php:777
368
+ msgid "Display content to visitors only:"
369
+ msgstr "Zobrazit obsah pouze návštěvníkům:"
 
 
 
370
 
371
+ #: library/plugin-display.php:435
372
+ msgid "Display custom checkbox on the submission form"
373
+ msgstr "Zobrazit vlastní zaškrtávací políčko ve formuláři pro odeslání"
374
 
375
+ #: library/plugin-display.php:641
376
+ msgid "Display Custom Field 1:"
377
+ msgstr "Zobrazit vlastní pole 1:"
378
 
379
+ #: library/plugin-display.php:654
380
+ msgid "Display Custom Field 2:"
381
+ msgstr "Zobrazit vlastní pole 2:"
 
382
 
383
+ #: library/plugin-display.php:730
384
+ msgid "Display image gallery"
385
+ msgstr "Zobrazit galerii obrázků"
386
 
387
+ #: library/plugin-display.php:615
388
+ msgid "Display submitted author/name:"
389
+ msgstr "Zobrazit odeslaného autora/jméno:"
 
 
390
 
391
+ #: library/plugin-display.php:602
392
+ msgid "Display submitted email address:"
393
+ msgstr "Zobrazit odeslanou e-mailovou adresu:"
394
 
395
+ #: library/plugin-display.php:588
396
+ msgid "Display submitted images:"
397
+ msgstr "Zobrazit odeslané obrázky:"
398
 
399
+ #: library/plugin-display.php:628
400
+ msgid "Display submitted URL:"
401
+ msgstr "Viditelná odeslaná adresa URL:"
402
 
403
+ #: library/plugin-display.php:684
404
+ msgid "Display the Form"
405
+ msgstr "Zobrazte formulář"
406
 
407
+ #: library/plugin-display.php:701
408
+ msgid "Display the login/register form"
409
+ msgstr "Zobrazte přihlašovací/registrační formulář"
410
 
411
+ #: library/plugin-display.php:688
412
+ msgid "Display the submit-post form"
413
+ msgstr "Zobrazte formulář pro odeslání příspěvku"
414
 
415
+ #: library/plugin-display.php:711
416
+ msgid "Display user-submitted posts"
417
+ msgstr "Zobrazit příspěvky odeslané uživateli"
418
 
419
+ #: library/plugin-display.php:206
420
+ msgid "Do not collect or store any user IP address (useful for complying with privacy regulations)"
421
+ msgstr "Neshromažďujte ani neuchovávejte žádnou IP adresu uživatele (užitečné pro dodržování předpisů o ochraně osobních údajů)"
422
 
423
+ #: library/plugin-settings.php:204 library/plugin-settings.php:228
424
+ #: library/plugin-settings.php:252 library/plugin-settings.php:276
425
+ #: library/plugin-settings.php:300
426
+ msgid "Do not display"
427
+ msgstr "Nezobrazovat"
428
+
429
+ #: library/plugin-display.php:260
430
+ msgid "Do not replace post author with submitted user name"
431
+ msgstr "Nenahrazujte autora příspěvku zaslaným uživatelským jménem"
432
+
433
+ #: library/plugin-display.php:65
434
+ msgid "Documentation"
435
+ msgstr "Dokumentace"
436
+
437
+ #: library/support-panel.php:53
438
+ msgid "Donate via PayPal"
439
+ msgstr "Darujte přes PayPal"
440
+
441
+ #: library/support-panel.php:57
442
+ msgid "donation"
443
+ msgstr "sponzorský dar"
444
+
445
+ #: library/plugin-settings.php:563
446
+ msgid "Draft"
447
+ msgstr "Návrh"
448
+
449
+ #: user-submitted-posts.php:1554
450
+ msgid "Duplicate post title. Please try again."
451
+ msgstr "Duplicitní název příspěvku. Prosím zkuste to znovu."
452
+
453
+ #: library/plugin-settings.php:895
454
+ msgid "Email"
455
+ msgstr "E-mailem"
456
 
457
+ #: library/plugin-display.php:294
458
+ msgid "Email “From” Address"
459
+ msgstr "E-mail “Od“ Adresa"
460
 
461
+ #: library/plugin-display.php:289
462
+ msgid "Email Address for Alerts"
463
+ msgstr "E-mailová adresa pro upozornění"
464
 
465
+ #: library/plugin-display.php:307
466
+ msgid "Email Alert Message"
467
+ msgstr "E-mailová výstražná zpráva"
468
 
469
+ #: library/plugin-display.php:300
470
+ msgid "Email Alert Subject"
471
+ msgstr "Předmět upozornění e-mailem"
472
 
473
+ #: library/plugin-display.php:274
474
+ msgid "Email Alerts"
475
+ msgstr "Upozornění e-mailem"
476
 
477
+ #: library/plugin-display.php:600
478
+ msgid "Email Display"
479
+ msgstr "Zobrazení e-mailu"
480
 
481
+ #: library/plugin-display.php:607
482
+ msgid "Email Markup"
483
+ msgstr "Označení e-mailu"
484
 
485
+ #: library/plugin-display.php:318
486
+ msgid "email-alert options"
487
+ msgstr "možnosti upozornění e-mailem"
488
 
489
+ #: library/plugin-settings.php:480
490
+ msgid "Enable"
491
+ msgstr "Umožnit"
492
 
493
+ #: library/plugin-settings.php:348 library/plugin-settings.php:389
494
+ #: library/plugin-settings.php:420 library/plugin-settings.php:450
495
+ msgid "Enable and require"
496
+ msgstr "Povolit a vyžadovat"
497
 
498
+ #: library/plugin-settings.php:349 library/plugin-settings.php:390
499
+ msgid "Enable but do not require"
500
+ msgstr "Povolit, ale nevyžadovat"
501
 
502
+ #: library/plugin-display.php:284
503
+ msgid "Enable HTML Format"
504
+ msgstr "Povolit formát HTML"
505
 
506
+ #: library/plugin-display.php:286
507
+ msgid "Enable HTML format for email alert messages"
508
+ msgstr "Povolit formát HTML pro e-mailové výstražné zprávy"
509
 
510
+ #: library/plugin-display.php:191
511
+ msgid "Enable RTE/Visual Editor for the Post Content field"
512
+ msgstr "Povolte RTE/Visual Editor pro pole Obsah příspěvku"
513
 
514
+ #: library/plugin-display.php:209
515
+ msgid "Enable Shortcodes"
516
+ msgstr "Povolit krátké kódy"
517
 
518
+ #: library/plugin-display.php:211
519
+ msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
520
+ msgstr "Povolit krátké kódy ve widgetech. Ve výchozím nastavení WordPress nepovoluje krátké kódy ve widgetech. "
521
 
522
+ #: library/plugin-display.php:341
523
+ msgid "Enable users to select multiple categories"
524
+ msgstr "Umožněte uživatelům vybrat více kategorií"
525
 
526
+ #: library/plugin-display.php:573
527
+ msgid "Enable users to upload other file types (like PDF, Word, Zip, videos, and more), check out"
528
+ msgstr "Umožněte uživatelům nahrávat jiné typy souborů (jako jsou PDF, Word, Zip, videa a další), podívejte se"
529
 
530
+ #. Description of the plugin
531
+ #:
532
+ msgid "Enables your visitors to submit posts and images from anywhere on your site."
533
+ msgstr "Umožňuje vašim návštěvníkům odesílat příspěvky a obrázky odkudkoli na vašem webu."
534
 
535
+ #: library/plugin-display.php:59
536
+ msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
537
+ msgstr "umožňuje vašim návštěvníkům odesílat příspěvky a nahrávat obrázky z front-endu vašeho webu. "
538
 
539
+ #: library/plugin-display.php:478
540
+ msgid "Enter the *only* correct answer to the challenge question"
541
+ msgstr "Zadejte *pouze* správnou odpověď na soutěžní otázku"
542
 
543
+ #: library/plugin-display.php:526
544
+ msgid "Enter URL or click button to upload/choose an image (optional)"
545
+ msgstr "Zadejte adresu URL nebo klikněte na tlačítko a nahrajte/vyberte obrázek (volitelné)"
546
 
547
+ #: library/plugin-display.php:500
548
+ msgid "Enter your Private Key"
549
+ msgstr "Zadejte svůj soukromý klíč"
550
 
551
+ #: library/plugin-display.php:495
552
+ msgid "Enter your Public Key"
553
+ msgstr "Zadejte svůj veřejný klíč"
554
 
555
+ #: library/shortcode-login.php:156
556
+ msgid "Enter your username or email to reset your password."
557
+ msgstr "Pro resetování hesla zadejte své uživatelské jméno nebo e-mail."
558
 
559
+ #: library/plugin-display.php:179
560
+ msgid "Error Message"
561
+ msgstr "Chybové hlášení"
 
562
 
563
+ #: library/plugin-display.php:181
564
+ msgid "Error message displayed if post submission fails (basic markup allowed)"
565
+ msgstr "Pokud se odeslání příspěvku nezdaří, zobrazí se chybová zpráva (základní označení povoleno)"
566
 
567
+ #: library/plugin-display.php:445
568
+ msgid "Error message displayed if user does not check the box"
569
+ msgstr "Pokud uživatel nezaškrtne políčko, zobrazí se chybová zpráva"
570
 
571
+ #: user-submitted-posts.php:1564
572
+ msgid "Error: "
573
+ msgstr "Chyba: "
574
 
575
+ #: library/plugin-display.php:783
576
+ msgid "Example"
577
+ msgstr "Příklad"
578
 
579
+ #: library/plugin-display.php:517
580
+ msgid "Featured Image"
581
+ msgstr "Vybraný obrázek"
582
 
583
+ #: user-submitted-posts.php:1547
584
+ msgid "File not uploaded. Please check the file and try again."
585
+ msgstr "Soubor nebyl nahrán. Zkontrolujte soubor a zkuste to znovu."
586
 
587
+ #: user-submitted-posts.php:1540
588
+ msgid "File type not allowed (please upload images only)"
589
+ msgstr "Typ souboru není povolen (nahrajte prosím pouze obrázky)"
590
 
591
+ #: library/plugin-display.php:390 library/plugin-display.php:418
592
+ #: library/plugin-display.php:456
593
+ msgid "For"
594
+ msgstr "Pro"
595
 
596
+ #: library/plugin-display.php:317 library/plugin-display.php:362
597
+ msgid "For more"
598
+ msgstr "Více"
599
 
600
+ #: library/plugin-display.php:60
601
+ msgid "For more features and unlimited forms, check out"
602
+ msgstr "Pro více funkcí a neomezené množství formulářů se podívejte"
603
 
604
+ #: library/plugin-display.php:218 library/plugin-display.php:266
605
+ #: library/plugin-display.php:668
606
+ msgid "For more options and features, check out"
607
+ msgstr "Další možnosti a funkce naleznete v části"
608
 
609
+ #: library/plugin-display.php:108
610
+ msgid "For unlimited fields, check out"
611
+ msgstr "U neomezených polí se podívejte"
 
 
612
 
613
+ #: library/shortcode-login.php:90
614
+ msgid "Forgot?"
615
+ msgstr "Zapomněli jste?"
 
 
616
 
617
+ #: library/plugin-display.php:83
618
+ msgid "Form Fields"
619
+ msgstr "Pole formuláře"
620
 
621
+ #: library/plugin-display.php:121
622
+ msgid "Form Style"
623
+ msgstr "Styl formuláře"
624
 
625
+ #: library/plugin-display.php:581
626
+ msgid "Frontend Display"
627
+ msgstr "Frontend Display"
628
 
629
+ #: library/plugin-display.php:139
630
+ msgid "FYI: here is a"
631
+ msgstr "FYI: tady je a"
632
 
633
+ #: library/plugin-display.php:116
634
+ msgid "General Settings"
635
+ msgstr "Obecné nastavení"
636
 
637
+ #: library/plugin-display.php:72
638
+ msgid "Get USP Pro"
639
+ msgstr "Získejte USP Pro"
640
 
641
+ #: library/plugin-settings.php:40
642
+ msgid "Get USP Pro for unlimited forms!"
643
+ msgstr "Získejte USP Pro pro neomezené množství formulářů!"
644
 
645
+ #: library/plugin-display.php:70
646
+ msgid "give it a 5-star rating"
647
+ msgstr "dejte mu 5hvězdičkové hodnocení"
 
648
 
649
+ #: library/plugin-display.php:37
650
+ msgid "give this plugin a 5-star rating"
651
+ msgstr "ohodnoťte tento plugin 5 hvězdičkami"
652
 
653
+ #: library/plugin-settings.php:68
654
+ msgid "Give USP a 5-star rating at WordPress.org"
655
+ msgstr "Dejte USP 5hvězdičkové hodnocení na WordPress.org"
 
656
 
657
+ #: library/plugin-settings.php:41
658
+ msgid "Go Pro"
659
+ msgstr "Staň se profesionálem"
 
660
 
661
+ #: library/plugin-settings.php:438 library/plugin-display.php:488
662
+ msgid "Google reCaptcha"
663
+ msgstr "Google reCaptcha"
 
664
 
665
+ #: library/shortcode-login.php:107
666
+ msgid "Have an account?"
667
+ msgstr "Mít účet?"
 
668
 
669
+ #: library/plugin-display.php:717
670
+ msgid "Here are some examples showing how to configure this shortcode:"
671
+ msgstr "Zde je několik příkladů, které ukazují, jak nakonfigurovat tento krátký kód:"
 
672
 
673
+ #: library/plugin-display.php:344
674
+ msgid "Hidden/Default Category"
675
+ msgstr "Skrytá/Výchozí kategorie"
676
 
677
+ #: library/plugin-settings.php:63
678
+ msgid "Homepage"
679
+ msgstr "Domovská stránka"
680
 
681
+ #: library/plugin-settings.php:172
682
+ msgid "HTML5 Form + Default CSS"
683
+ msgstr "Formulář HTML5 + výchozí CSS"
684
 
685
+ #: library/plugin-settings.php:176
686
+ msgid "HTML5 Form + Disable CSS"
687
+ msgstr "Formulář HTML5 + Zakázat CSS"
688
 
689
+ #. URI of the plugin
690
+ #:
691
+ msgid "https://perishablepress.com/user-submitted-posts/"
692
+ msgstr "https://perishablepress.com/user-submitted-posts/"
693
 
694
+ #. Author URI of the plugin
695
+ #:
696
+ msgid "https://plugin-planet.com/"
697
+ msgstr "https://plugin-planet.com/"
698
 
699
+ #: views/submission-form.php:169 views/submission-form-alt.php:184
700
+ msgid "Human verification: leave this field empty."
701
+ msgstr "Lidské ověření: ponechte toto pole prázdné."
702
 
703
+ #: library/plugin-display.php:297
704
+ msgid "If multiple addresses are specified for the previous setting, include an equal number of addresses for this setting (in the same order)."
705
+ msgstr "Pokud je pro předchozí nastavení zadáno více adres, zahrňte stejný počet adres pro toto nastavení (ve stejném pořadí)."
706
 
707
+ #: library/plugin-display.php:784
708
+ msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
709
+ msgstr "Pokud je uživatel přihlášen, zobrazte formulář pro odeslání; nebo pokud uživatel není přihlášen, zobrazte přihlašovací formulář:"
710
 
711
+ #: library/plugin-display.php:69
712
+ msgid "If you like this plugin, please"
713
+ msgstr "Pokud se vám tento plugin líbí, prosím"
714
 
715
+ #: library/plugin-display.php:586
716
+ msgid "Image Display"
717
+ msgstr "Obrazový displej"
718
 
719
+ #: user-submitted-posts.php:1539
720
+ msgid "Image height exceeds maximum"
721
+ msgstr "Výška obrázku přesahuje maximum"
722
 
723
+ #: library/plugin-display.php:593
724
+ msgid "Image Markup"
725
+ msgstr "Označení obrázku"
726
 
727
+ #: library/plugin-settings.php:468 library/plugin-display.php:512
728
+ msgid "Image Uploads"
729
+ msgstr "Nahrání obrázků"
730
 
731
+ #: user-submitted-posts.php:1537
732
+ msgid "Image width exceeds maximum"
733
+ msgstr "Šířka obrázku přesahuje maximum"
734
 
735
+ #: library/plugin-display.php:746
736
+ msgid "in"
737
+ msgstr "v"
738
 
739
+ #: library/plugin-display.php:131
740
+ msgid "in your theme:"
741
+ msgstr "ve vašem tématu:"
742
 
743
+ #: library/plugin-display.php:145
744
+ msgid "Include JavaScript"
745
+ msgstr "Zahrnout JavaScript"
746
 
747
+ #: library/plugin-display.php:147
748
+ msgid "Include required JavaScript files (recommended)"
749
+ msgstr "Zahrnout požadované soubory JavaScript (doporučeno)"
750
 
751
+ #: library/enqueue-scripts.php:152
752
+ msgid "Incorrect response."
753
+ msgstr "Nesprávná odpověď."
754
 
755
+ #: library/plugin-display.php:138
756
+ msgid "Installation Docs"
757
+ msgstr "Instalační dokumenty"
758
 
759
+ #. Author of the plugin
760
+ #:
761
+ msgid "Jeff Starr"
762
+ msgstr "Jeff Starr"
763
 
764
+ #: library/plugin-display.php:830
765
+ msgid "Jeff Starr on Twitter"
766
+ msgstr "Jeff Starr na Twitteru"
767
 
768
+ #: library/plugin-display.php:726 library/plugin-display.php:798
769
+ msgid "Learn more"
770
+ msgstr "Zjistěte další informace"
771
 
772
+ #: library/plugin-display.php:809
773
+ msgid "Leave this option disabled to remember your settings."
774
+ msgstr "Chcete-li si zapamatovat nastavení, ponechte tuto možnost deaktivovanou."
775
 
776
+ #: library/plugin-settings.php:92
777
+ msgid "Like this plugin? Give it a"
778
+ msgstr "Líbí se vám tento plugin? Dejte to a"
779
 
780
+ #: library/plugin-display.php:139
781
+ msgid "list of USP CSS selectors"
782
+ msgstr "seznam selektorů USP CSS"
783
 
784
+ #: user-submitted-posts.php:1621
785
+ msgid "log in"
786
+ msgstr "přihlásit se"
787
 
788
+ #: library/shortcode-login.php:108
789
+ msgid "Log in or sign up! It’s fast & free!"
790
+ msgstr "Přihlaste se nebo se zaregistrujte! Je to rychlé & volný, uvolnit!"
791
 
792
+ #: library/shortcode-login.php:182
793
+ msgid "Log out"
794
+ msgstr "Odhlásit se"
795
 
796
+ #: library/shortcode-login.php:88 library/shortcode-login.php:127
797
+ msgid "Login"
798
+ msgstr "Přihlásit se"
799
+
800
+ #: library/shortcode-login.php:155
801
+ msgid "Lose something?"
802
+ msgstr "Ztratit něco?"
803
 
804
+ #: library/plugin-display.php:35
805
+ msgid "make a donation"
806
+ msgstr "přispět"
807
 
808
+ #: library/plugin-display.php:35
809
+ msgid "Make a donation via PayPal"
810
+ msgstr "Darujte přes PayPal"
811
 
812
+ #: library/plugin-display.php:483
813
+ msgid "Make the challenge response case-sensitive"
814
+ msgstr "V odpovědi na výzvu rozlišujte velká a malá písmena"
815
 
816
+ #: library/plugin-display.php:648
817
+ msgid "Markup for Custom Field 1. You may include any of the following variables:"
818
+ msgstr "Značka pro vlastní pole 1. Můžete zahrnout kteroukoli z následujících proměnných:"
819
 
820
+ #: library/plugin-display.php:661
821
+ msgid "Markup for Custom Field 2. You may include any of the following variables:"
822
+ msgstr "Značka pro vlastní pole 2. Můžete zahrnout kteroukoli z následujících proměnných:"
823
 
824
+ #: library/plugin-display.php:595
825
+ msgid "Markup for each submitted image. You may include any of the following variables:"
826
+ msgstr "Označení pro každý odeslaný obrázek. Můžete zahrnout kteroukoli z následujících proměnných:"
827
 
828
+ #: library/plugin-display.php:622
829
+ msgid "Markup for submitted author/name. You may include"
830
+ msgstr "Označení pro odeslaného autora/jméno. Můžete zahrnout"
831
 
832
+ #: library/plugin-display.php:609
833
+ msgid "Markup for submitted email address. You may include any of the following variables:"
834
+ msgstr "Označení pro odeslanou e-mailovou adresu. Můžete zahrnout kteroukoli z následujících proměnných:"
835
 
836
+ #: library/plugin-display.php:635
837
+ msgid "Markup for submitted URL. You may include any of the following variables:"
838
+ msgstr "Označení pro odeslanou adresu URL. Můžete zahrnout kteroukoli z následujících proměnných:"
839
 
840
+ #: library/plugin-display.php:567
841
+ msgid "Maximum height (in pixels) for uploaded images"
842
+ msgstr "Maximální výška (v pixelech) pro nahrané obrázky"
843
 
844
+ #: library/plugin-display.php:565
845
+ msgid "Maximum image height"
846
+ msgstr "Maximální výška obrázku"
847
 
848
+ #: library/plugin-display.php:560
849
+ msgid "Maximum image width"
850
+ msgstr "Maximální šířka obrázku"
851
 
852
+ #: library/plugin-display.php:545
853
+ msgid "Maximum number of images"
854
+ msgstr "Maximální počet obrázků"
855
 
856
+ #: user-submitted-posts.php:1535
857
+ msgid "Maximum number of images exceeded "
858
+ msgstr "Byl překročen maximální počet obrázků "
859
 
860
+ #: library/plugin-display.php:547
861
+ msgid "Maximum number of images for each submitted post"
862
+ msgstr "Maximální počet obrázků pro každý odeslaný příspěvek"
863
 
864
+ #: library/plugin-display.php:562
865
+ msgid "Maximum width (in pixels) for uploaded images"
866
+ msgstr "Maximální šířka (v pixelech) pro nahrané obrázky"
867
 
868
+ #: library/plugin-display.php:176
869
+ msgid "Message displayed after successful post submission (basic markup allowed)"
870
+ msgstr "Zpráva se zobrazí po úspěšném odeslání příspěvku (povoleno základní označení)"
871
 
872
+ #: library/plugin-display.php:532
873
+ msgid "Message displayed next to the file upload field (basic markup allowed)"
874
+ msgstr "Zpráva zobrazená vedle pole pro nahrání souboru (základní označení povoleno)"
875
 
876
+ #: library/plugin-display.php:309
877
+ msgid "Message for email alerts. Leave blank to use default message. You may include any of the following variables:"
878
+ msgstr "Zpráva pro e-mailová upozornění. Chcete-li použít výchozí zprávu, ponechte prázdné. Můžete zahrnout kteroukoli z následujících proměnných:"
879
 
880
+ #: library/plugin-display.php:557
881
+ msgid "Minimum height (in pixels) for uploaded images"
882
+ msgstr "Minimální výška (v pixelech) pro nahrané obrázky"
883
 
884
+ #: library/plugin-display.php:555
885
+ msgid "Minimum image height"
886
+ msgstr "Minimální výška obrázku"
887
 
888
+ #: user-submitted-posts.php:1538
889
+ msgid "Minimum image height not met"
890
+ msgstr "Nebyla splněna minimální výška obrázku"
891
 
892
+ #: library/plugin-display.php:550
893
+ msgid "Minimum image width"
894
+ msgstr "Minimální šířka obrázku"
895
 
896
+ #: user-submitted-posts.php:1536
897
+ msgid "Minimum image width not met"
898
+ msgstr "Nebyla splněna minimální šířka obrázku"
899
 
900
+ #: library/plugin-display.php:540
901
+ msgid "Minimum number of images"
902
+ msgstr "Minimální počet obrázků"
903
 
904
+ #: library/plugin-display.php:542
905
+ msgid "Minimum number of images for each submitted post"
906
+ msgstr "Minimální počet obrázků pro každý odeslaný příspěvek"
907
 
908
+ #: user-submitted-posts.php:1534
909
+ msgid "Minimum number of images not met"
910
+ msgstr "Nebyl splněn minimální počet snímků"
911
 
912
+ #: library/plugin-display.php:552
913
+ msgid "Minimum width (in pixels) for uploaded images"
914
+ msgstr "Minimální šířka (v pixelech) pro nahrané obrázky"
915
 
916
+ #: library/plugin-display.php:105 library/plugin-display.php:215
917
+ #: library/plugin-display.php:263 library/plugin-display.php:314
918
+ #: library/plugin-display.php:359 library/plugin-display.php:387
919
+ #: library/plugin-display.php:415 library/plugin-display.php:453
920
+ #: library/plugin-display.php:570 library/plugin-display.php:665
921
+ msgid "More Options"
922
+ msgstr "Více možností"
923
 
924
+ #: library/plugin-display.php:339
925
+ msgid "Multiple Categories"
926
+ msgstr "Více kategorií"
927
 
928
+ #: library/plugin-display.php:613
929
+ msgid "Name Display"
930
+ msgstr "Zobrazení názvu"
931
 
932
+ #: library/plugin-display.php:620
933
+ msgid "Name Markup"
934
+ msgstr "Jméno Markup"
935
 
936
+ #: user-submitted-posts.php:1533
937
+ msgid "Non-empty value for hidden field"
938
+ msgstr "Neprázdná hodnota pro skryté pole"
939
 
940
+ #: library/plugin-display.php:767
941
+ msgid "Note that the url attribute accepts"
942
+ msgstr "Všimněte si, že atribut url přijímá"
943
 
944
+ #: library/plugin-display.php:742
945
+ msgid "Notes:"
946
+ msgstr "Poznámky:"
947
 
948
+ #: library/plugin-display.php:831
949
+ msgid "Obsessive Web Design & Development"
950
+ msgstr "Obsessive Web Design & Rozvoj"
951
 
952
+ #: library/plugin-display.php:186
953
+ msgid "Optional markup/text to include before the submission form (leave blank to disable)"
954
+ msgstr "Volitelné označení/text, který se zahrnout před formulář pro odeslání (nechte prázdné, chcete-li deaktivovat)"
955
 
956
+ #: library/plugin-display.php:364
957
+ msgid "options, check out"
958
+ msgstr "možnosti, podívejte se"
959
 
960
+ #: library/support-panel.php:61
961
+ msgid "or"
962
+ msgstr "nebo"
963
 
964
+ #: library/support-panel.php:61
965
+ msgid "or by making a"
966
+ msgstr "nebo vytvořením a"
967
 
968
+ #: library/plugin-display.php:810
969
+ msgid "Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
970
+ msgstr "Nebo, chcete-li pokračovat a obnovit výchozí možnosti pluginu: zaškrtněte políčko, uložte nastavení a poté plugin deaktivujte/znovu aktivujte."
971
 
972
+ #: library/plugin-display.php:715
973
+ msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
974
+ msgstr "Nebo použijte značku šablony k zobrazení seznamu odeslaných příspěvků kdekoli v šabloně motivu:"
975
 
976
+ #: library/plugin-display.php:734
977
+ msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
978
+ msgstr "Nebo použijte značku šablony k zobrazení galerie obrázků kdekoli v šabloně motivu:"
979
 
980
+ #: library/plugin-display.php:693 library/plugin-display.php:706
981
+ msgid "Or, use the template tag to display the form anywhere in your theme template:"
982
+ msgstr "Nebo použijte značku šablony k zobrazení formuláře kdekoli v šabloně motivu:"
983
 
984
+ #: library/plugin-display.php:55
985
+ msgid "Overview"
986
+ msgstr "Přehled"
987
 
988
+ #: library/shortcode-login.php:118
989
+ msgid "Password"
990
+ msgstr "Heslo"
991
 
992
+ #: library/plugin-settings.php:564
993
+ msgid "Pending (default)"
994
+ msgstr "Nevyřízeno (výchozí)"
995
 
996
+ #: library/support-panel.php:51
997
+ msgid "Perishable Press Books"
998
+ msgstr "Tiskové knihy podléhající zkáze"
999
 
1000
+ #: user-submitted-posts.php:1620 library/plugin-display.php:35
1001
+ msgid "Please"
1002
+ msgstr "Prosím"
1003
 
1004
+ #: user-submitted-posts.php:1532
1005
+ msgid "Please check your email and try again"
1006
+ msgstr "Zkontrolujte prosím svůj e-mail a zkuste to znovu"
1007
 
1008
+ #: views/submission-form.php:21 views/submission-form-alt.php:40
1009
+ msgid "Please complete the required fields."
1010
+ msgstr "Vyplňte prosím povinná pole."
1011
 
1012
+ #: user-submitted-posts.php:85
1013
+ msgid "Please return to the"
1014
+ msgstr "Vraťte se prosím na"
1015
 
1016
+ #: views/submission-form.php:92 views/submission-form-alt.php:107
1017
+ msgid "Please select a category.."
1018
+ msgstr "Vyberte prosím kategorii.."
1019
 
1020
+ #: views/submission-form.php:58 views/submission-form-alt.php:73
1021
+ msgid "Please select some tags.."
1022
+ msgstr "Vyberte prosím nějaké značky.."
1023
 
1024
+ #: library/plugin-settings.php:860
1025
+ msgid "Please select your image(s) to upload."
1026
+ msgstr "Vyberte prosím obrázek(y), který chcete nahrát."
1027
 
1028
+ #: library/support-panel.php:60
1029
+ msgid "Please show support by purchasing one of my"
1030
+ msgstr "Projevte prosím podporu zakoupením jednoho z mých"
1031
 
1032
+ #: library/plugin-settings.php:62 library/plugin-display.php:64
1033
+ #: library/plugin-display.php:829
1034
+ msgid "Plugin Homepage"
1035
+ msgstr "Domovská stránka pluginu"
1036
 
1037
+ #: library/support-panel.php:52
1038
+ msgid "Plugin Planet"
1039
+ msgstr "Plugin Planet"
1040
 
1041
+ #: library/plugin-display.php:79
1042
+ msgid "Plugin Settings"
1043
+ msgstr "Nastavení pluginu"
1044
 
1045
+ #: library/support-panel.php:56
1046
+ msgid "plugins"
1047
+ msgstr "pluginy"
1048
 
1049
+ #: views/submission-form.php:90 views/submission-form-alt.php:105
1050
+ #: library/plugin-display.php:94
1051
+ msgid "Post Category"
1052
+ msgstr "Kategorie příspěvku"
1053
 
1054
+ #: user-submitted-posts.php:1527
1055
+ msgid "Post category required"
1056
+ msgstr "Kategorie příspěvku je povinná"
1057
 
1058
+ #: views/submission-form.php:123 views/submission-form.php:124
1059
+ #: views/submission-form-alt.php:138 views/submission-form-alt.php:139
1060
+ #: library/plugin-display.php:95
1061
+ msgid "Post Content"
1062
+ msgstr "Obsah příspěvku"
1063
 
1064
+ #: user-submitted-posts.php:1528
1065
+ msgid "Post content required"
1066
+ msgstr "Je vyžadován obsah příspěvku"
1067
 
1068
+ #: user-submitted-posts.php:1553
1069
+ msgid "Post not created. Please contact the site administrator for help."
1070
+ msgstr "Příspěvek nebyl vytvořen. Požádejte o pomoc správce webu."
1071
 
1072
+ #: library/plugin-display.php:162
1073
+ msgid "Post Status"
1074
+ msgstr "Stav příspěvku"
1075
 
1076
+ #: library/plugin-display.php:165
1077
+ msgid "Post Status for submitted posts"
1078
+ msgstr "Stav příspěvku pro odeslané příspěvky"
1079
 
1080
+ #: views/submission-form.php:56 views/submission-form.php:65
1081
+ #: views/submission-form.php:66 views/submission-form-alt.php:71
1082
+ #: views/submission-form-alt.php:80 views/submission-form-alt.php:81
1083
+ #: library/plugin-display.php:93
1084
+ msgid "Post Tags"
1085
+ msgstr "Značky příspěvku"
1086
 
1087
+ #: user-submitted-posts.php:1526
1088
+ msgid "Post tags required"
1089
+ msgstr "Jsou vyžadovány značky příspěvku"
1090
 
1091
+ #: views/submission-form.php:49 views/submission-form.php:50
1092
+ #: views/submission-form-alt.php:64 views/submission-form-alt.php:65
1093
+ #: library/plugin-display.php:92
1094
+ msgid "Post Title"
1095
+ msgstr "Název příspěvku"
1096
 
1097
+ #: user-submitted-posts.php:1524
1098
+ msgid "Post title required"
1099
+ msgstr "Název příspěvku je povinný"
1100
 
1101
+ #: library/plugin-display.php:155
1102
+ msgid "Post Type"
1103
+ msgstr "Typ příspěvku"
1104
 
1105
+ #: library/plugin-display.php:158
1106
+ msgid "Post Type for submitted posts"
1107
+ msgstr "Typ příspěvku pro odeslané příspěvky"
1108
 
1109
+ #: library/plugin-display.php:498
1110
+ msgid "Private Key"
1111
+ msgstr "Soukromý klíč"
1112
 
1113
+ #: library/shortcode-login.php:184
1114
+ msgid "Profile"
1115
+ msgstr "Profil"
1116
 
1117
+ #: library/plugin-display.php:493
1118
+ msgid "Public Key"
1119
+ msgstr "Veřejný klíč"
1120
 
1121
+ #: library/plugin-settings.php:567
1122
+ msgid "Publish after "
1123
+ msgstr "Publikovat po "
1124
 
1125
+ #: library/plugin-settings.php:566
1126
+ msgid "Publish after 1 approved post"
1127
+ msgstr "Publikovat po 1 schváleném příspěvku"
1128
 
1129
+ #: library/plugin-settings.php:565
1130
+ msgid "Publish immediately"
1131
+ msgstr "Okamžitě publikovat"
1132
 
1133
+ #: library/plugin-display.php:36
1134
+ msgid "Rate and review at the Plugin Directory"
1135
+ msgstr "Hodnotit a recenzovat v adresáři pluginů"
1136
 
1137
+ #: library/plugin-settings.php:69
1138
+ msgid "Rate this plugin »"
1139
+ msgstr "Ohodnoťte tento plugin »"
1140
 
1141
+ #: library/plugin-display.php:503
1142
+ msgid "reCaptcha Version"
1143
+ msgstr "Verze reCaptcha"
1144
 
1145
+ #: library/plugin-display.php:279
1146
+ msgid "Receive Email Alert"
1147
+ msgstr "Obdržet e-mailové upozornění"
1148
 
1149
+ #: library/plugin-display.php:169
1150
+ msgid "Redirect URL"
1151
+ msgstr "Adresa URL přesměrování"
1152
 
1153
+ #: library/plugin-display.php:171
1154
+ msgid "Redirect user to this URL after post submission (leave blank to stay on current page)"
1155
+ msgstr "Po odeslání příspěvku přesměrovat uživatele na tuto adresu URL (nechte prázdné, chcete-li zůstat na aktuální stránce)"
1156
 
1157
+ #: library/shortcode-login.php:89
1158
+ msgid "Register"
1159
+ msgstr "Registrovat"
1160
 
1161
+ #: library/shortcode-login.php:135
1162
+ msgid "Register for this site!"
1163
+ msgstr "Zaregistrujte se na tento web!"
1164
 
1165
+ #: library/plugin-display.php:243
1166
+ msgid "Registered Email"
1167
+ msgstr "registrovaný email"
1168
 
1169
+ #: library/plugin-display.php:248
1170
+ msgid "Registered URL"
1171
+ msgstr "Registrovaná adresa URL"
1172
 
1173
+ #: library/plugin-display.php:238
1174
+ msgid "Registered Username"
1175
+ msgstr "Registrované uživatelské jméno"
1176
 
1177
+ #: library/shortcode-login.php:124
1178
+ msgid "Remember me"
1179
+ msgstr "Zapamatuj si "
1180
 
1181
+ #: library/plugin-display.php:196
1182
+ msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate posts)"
1183
+ msgstr "Vyžadovat, aby byly názvy odeslaných příspěvků jedinečné (užitečné pro zamezení vícenásobných/duplicitních příspěvků)"
1184
 
1185
+ #: library/plugin-display.php:253
1186
+ msgid "Require User Login"
1187
+ msgstr "Vyžadovat přihlášení uživatele"
1188
 
1189
+ #: library/plugin-display.php:255
1190
+ msgid "Require users to be logged in to WordPress to view/submit the form"
1191
+ msgstr "Pro zobrazení/odeslání formuláře vyžadovat, aby uživatelé byli přihlášeni do WordPressu"
1192
 
1193
+ #: user-submitted-posts.php:83
1194
+ msgid "requires WordPress "
1195
+ msgstr "vyžaduje WordPress "
1196
 
1197
+ #: library/shortcode-misc.php:18
1198
+ msgid "Reset form"
1199
+ msgstr "Obnovit formulář"
1200
 
1201
+ #: library/plugin-display.php:758
1202
+ msgid "Reset Form Button"
1203
+ msgstr "Tlačítko Resetovat formulář"
1204
 
1205
+ #: library/shortcode-login.php:163
1206
+ msgid "Reset my password"
1207
+ msgstr "Obnovit moje heslo"
1208
 
1209
+ #: library/plugin-display.php:813
1210
+ msgid "Restore default options upon plugin deactivation/reactivation"
1211
+ msgstr "Obnovit výchozí možnosti při deaktivaci/reaktivaci pluginu"
1212
 
1213
+ #: library/plugin-display.php:807
1214
+ msgid "Restore Defaults"
1215
+ msgstr "Obnovit výchozí nastavení"
1216
 
1217
+ #: user-submitted-posts.php:1590
1218
+ msgid "Return to form"
1219
+ msgstr "Návrat do formy"
1220
 
1221
+ #: library/plugin-display.php:189
1222
+ msgid "Rich Text Editor"
1223
+ msgstr "Rich Text Editor"
1224
 
1225
+ #: library/plugin-display.php:676
1226
+ msgid "Save All Changes"
1227
+ msgstr "Uložit všechny změny"
1228
 
1229
+ #: library/plugin-display.php:842
1230
+ msgid "Save Preference"
1231
+ msgstr "Uložit předvolbu"
1232
 
1233
+ #: library/plugin-display.php:815
1234
+ msgid "Save Settings"
1235
+ msgstr "Uložit nastavení"
1236
 
1237
+ #: library/plugin-settings.php:595
1238
+ msgid "Select categories to include in the Category field:"
1239
+ msgstr "Vyberte kategorie, které chcete zahrnout do pole Kategorie:"
1240
 
1241
+ #: library/plugin-display.php:281
1242
+ msgid "Send email alerts for new post submissions"
1243
+ msgstr "Odesílejte e-mailová upozornění na nové příspěvky"
1244
 
1245
+ #: library/plugin-settings.php:31
1246
+ msgid "Settings"
1247
+ msgstr "Nastavení"
1248
 
1249
+ #: library/plugin-display.php:334
1250
+ msgid "Show categories"
1251
+ msgstr "Zobrazit kategorie"
1252
 
1253
+ #: library/plugin-display.php:820
1254
+ msgid "Show Support"
1255
+ msgstr "Zobrazit podporu"
1256
 
1257
+ #: user-submitted-posts.php:618
1258
+ msgid "Show USP Posts"
1259
+ msgstr "Zobrazit příspěvky USP"
1260
 
1261
+ #: library/shortcode-login.php:136
1262
+ msgid "Sign up now for the good stuff."
1263
+ msgstr "Přihlaste se nyní pro dobré věci."
1264
 
1265
+ #: library/shortcode-login.php:147
1266
+ msgid "Sign up!"
1267
+ msgstr "Přihlásit se!"
1268
 
1269
+ #: library/plugin-display.php:351
1270
+ msgid "Specify category ID(s) to use for “Hidden/Default Category” (separate multiple IDs with commas)"
1271
+ msgstr "Zadejte ID kategorií, které se mají použít pro “Skrytá/Výchozí kategorie&dquo; (více ID oddělte čárkami)"
1272
 
1273
+ #: library/plugin-display.php:234
1274
+ msgid "Specify the user that should be assigned as author for submitted posts"
1275
+ msgstr "Zadejte uživatele, který má být přiřazen jako autor odeslaných příspěvků"
1276
 
1277
+ #: library/plugin-display.php:302
1278
+ msgid "Subject line for email alerts. Leave blank to use default subject line. You may include any of the following variables:"
1279
+ msgstr "Předmět pro e-mailová upozornění. Chcete-li použít výchozí řádek předmětu, ponechte prázdné. Můžete zahrnout kteroukoli z následujících proměnných:"
1280
 
1281
+ #: views/submission-form.php:197 views/submission-form-alt.php:212
1282
+ msgid "Submit Post"
1283
+ msgstr "Odeslat příspěvek"
1284
 
1285
+ #: library/plugin-settings.php:10
1286
+ msgid "Submitted Posts"
1287
+ msgstr "Odeslané příspěvky"
1288
 
1289
+ #: user-submitted-posts.php:559
1290
+ msgid "Submitter Email: "
1291
+ msgstr "E-mail odesílatele: "
1292
 
1293
+ #: user-submitted-posts.php:561
1294
+ msgid "Submitter IP: "
1295
+ msgstr "IP odesílatele: "
1296
 
1297
+ #: user-submitted-posts.php:558
1298
+ msgid "Submitter Name: "
1299
+ msgstr "Jméno zadavatele: "
1300
 
1301
+ #: user-submitted-posts.php:560
1302
+ msgid "Submitter URL: "
1303
+ msgstr "Adresa URL odesílatele: "
1304
 
1305
+ #: library/plugin-display.php:174
1306
+ msgid "Success Message"
1307
+ msgstr "Zpráva o úspěchu"
1308
 
1309
+ #: library/shortcode-login.php:97 library/shortcode-login.php:102
1310
+ msgid "Success!"
1311
+ msgstr "Úspěch!"
1312
 
1313
+ #: library/plugin-settings.php:866
1314
+ msgid "Success! Thank you for your submission."
1315
+ msgstr "Úspěch! Děkujeme za váš příspěvek."
1316
 
1317
+ #: library/plugin-display.php:66
1318
+ msgid "Support Forum"
1319
+ msgstr "Fórum podpory"
1320
 
1321
+ #: library/plugin-display.php:364
1322
+ msgid "tag"
1323
+ msgstr "štítek"
1324
 
1325
+ #: library/plugin-display.php:150
1326
+ msgid "Targeted Loading"
1327
+ msgstr "Cílené načítání"
1328
 
1329
+ #: library/plugin-display.php:450
1330
+ msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
1331
+ msgstr "Text zobrazený vedle zaškrtávacího políčka. Tip: Použijte složené závorky pro výstup lomených závorek, například:"
1332
 
1333
+ #: library/support-panel.php:59
1334
+ msgid "Thank you for using"
1335
+ msgstr "Děkujeme, že používáte"
1336
 
1337
+ #: library/plugin-display.php:70
1338
+ msgid "THANK YOU for your support!"
1339
+ msgstr "Děkuji za vaší podporu!"
1340
 
1341
+ #: library/plugin-display.php:137
1342
+ 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"
1343
+ msgstr "To vám umožní přizpůsobit formulář a styly podle potřeby. Pro více informací se podívejte do sekce \"Vlastní formulář pro odeslání\" v"
1344
 
1345
+ #: library/plugin-display.php:793
1346
+ msgid "The access shortcodes can be added to any WP Post or Page. So you can display forms and other content conditionally, based on user role and login status."
1347
+ msgstr "Přístupové krátké kódy lze přidat do jakéhokoli příspěvku nebo stránky WP. Můžete tedy zobrazovat formuláře a další obsah podmíněně na základě uživatelské role a stavu přihlášení."
1348
 
1349
+ #: user-submitted-posts.php:1551
1350
+ msgid "The file(s) could not be uploaded"
1351
+ msgstr "Soubor(y) nelze nahrát"
1352
 
1353
+ #: library/plugin-display.php:708
1354
+ msgid "The login/register form displays as a tabbed interface, so users can switch between login, register, and reset password."
1355
+ msgstr "Přihlašovací/registrační formulář se zobrazuje jako rozhraní s kartami, takže uživatelé mohou přepínat mezi přihlášením, registrací a resetováním hesla."
1356
 
1357
+ #: library/plugin-display.php:725
1358
+ msgid "The pro version provides many more options for this shortcode."
1359
+ msgstr "Verze Pro poskytuje mnohem více možností pro tento krátký kód."
1360
 
1361
+ #: library/plugin-display.php:797
1362
+ msgid "The pro version provides more flexibility with access-control shortcodes."
1363
+ msgstr "Verze Pro poskytuje větší flexibilitu díky krátkým kódům řízení přístupu."
1364
 
1365
+ #: library/plugin-settings.php:846
1366
+ msgid "There was an error. Please check required fields and try again."
1367
+ msgstr "Byla tam chyba. Zkontrolujte prosím povinná pole a zkuste to znovu."
1368
 
1369
+ #: library/plugin-display.php:212
1370
+ msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
1371
+ msgstr "Toto nastavení povolí jakékoli/všechny krátké kódy ve widgetech (dokonce i zkratky z jiných pluginů)."
 
1372
 
1373
+ #: library/plugin-display.php:762
1374
+ msgid "This shortcode accepts the following attributes:"
1375
+ msgstr "Tento krátký kód přijímá následující atributy:"
1376
 
1377
+ #: library/plugin-display.php:760
1378
+ msgid "This shortcode displays a link that resets the form to its original state:"
1379
+ msgstr "Tento krátký kód zobrazuje odkaz, který obnoví formulář do původního stavu:"
1380
 
1381
+ #: library/plugin-display.php:384
1382
+ msgid "This will be displayed as the field label on the form. Default: Custom Field 1"
1383
+ msgstr "To se zobrazí jako popisek pole ve formuláři. Výchozí: Vlastní pole 1"
1384
 
1385
+ #: library/plugin-display.php:412
1386
+ msgid "This will be displayed as the field label on the form. Default: Custom Field 2"
1387
+ msgstr "To se zobrazí jako popisek pole ve formuláři. Výchozí: Vlastní pole 2"
1388
 
1389
+ #: library/plugin-display.php:724 library/plugin-display.php:780
1390
+ #: library/plugin-display.php:796
1391
+ msgid "Tip:"
1392
+ msgstr "Spropitné:"
1393
 
1394
+ #: library/plugin-display.php:623
1395
+ msgid "to display the submitted name."
1396
+ msgstr "k zobrazení odeslaného jména."
1397
 
1398
+ #: library/plugin-display.php:490
1399
+ msgid "To enable Google reCaptcha, enter your public and private keys."
1400
+ msgstr "Chcete-li aktivovat Google reCaptcha, zadejte svůj veřejný a soukromý klíč."
1401
 
1402
+ #: library/plugin-display.php:767
1403
+ msgid "to get the current URL."
1404
+ msgstr "získat aktuální URL."
1405
 
1406
+ #: library/plugin-display.php:753
1407
+ msgid "to get the URL of the full-size image"
1408
+ msgstr "získat adresu URL obrázku v plné velikosti"
1409
 
1410
+ #: library/plugin-display.php:781
1411
+ msgid "to include markup in the deny message, you can use"
1412
+ msgstr "k zahrnutí označení do zprávy odmítnutí můžete použít"
1413
 
1414
+ #: library/plugin-display.php:781
1415
+ msgid "to output"
1416
+ msgstr "na výstup"
1417
 
1418
+ #: library/plugin-display.php:745
1419
+ msgid "to output angle brackets"
1420
+ msgstr "pro výstup úhlových závorek"
1421
 
1422
+ #: library/plugin-display.php:473
1423
+ msgid "To prevent spam, enter a question that users must answer before submitting the form"
1424
+ msgstr "Chcete-li zabránit spamu, zadejte otázku, na kterou musí uživatelé před odesláním formuláře odpovědět"
1425
 
1426
+ #: user-submitted-posts.php:1622
1427
+ msgid "to submit content!"
1428
+ msgstr "odeslat obsah!"
1429
 
1430
+ #: user-submitted-posts.php:87
1431
+ msgid "to upgrade WordPress and try again."
1432
+ msgstr "upgradujte WordPress a zkuste to znovu."
1433
 
1434
+ #: library/plugin-display.php:22
1435
+ msgid "Toggle all panels"
1436
+ msgstr "Přepnout všechny panely"
1437
 
1438
+ #: library/plugin-display.php:194
1439
+ msgid "Unique Titles"
1440
+ msgstr "Jedinečné tituly"
1441
 
1442
+ #: library/plugin-display.php:457
1443
+ msgid "unlimited checkbox fields"
1444
+ msgstr "neomezené zaškrtávací pole"
1445
 
1446
+ #: library/plugin-display.php:391 library/plugin-display.php:419
1447
+ msgid "unlimited custom fields"
1448
+ msgstr "neomezená vlastní pole"
1449
 
1450
+ #: library/plugin-display.php:72
1451
+ msgid "Unlimited front-end forms"
1452
+ msgstr "Neomezené front-end formuláře"
1453
 
1454
+ #: views/submission-form.php:138 views/submission-form-alt.php:153
1455
+ msgid "Upload an Image"
1456
+ msgstr "Nahrajte obrázek"
1457
 
1458
+ #: library/plugin-display.php:530
1459
+ msgid "Upload Message"
1460
+ msgstr "Nahrát zprávu"
1461
 
1462
+ #: library/plugin-settings.php:897
1463
+ msgid "URL"
1464
+ msgstr "URL"
1465
 
1466
+ #: library/plugin-display.php:626
1467
+ msgid "URL Display"
1468
+ msgstr "Zobrazení adresy URL"
1469
 
1470
+ #: library/plugin-display.php:633
1471
+ msgid "URL Markup"
1472
+ msgstr "Značky URL"
1473
 
1474
+ #: library/plugin-display.php:346
1475
+ msgid "Use a hidden field for the post category. This hides the category field and sets its value via the next option."
1476
+ msgstr "Pro kategorii příspěvků použijte skryté pole. Tím se pole kategorie skryje a jeho hodnota se nastaví pomocí další možnosti."
1477
 
1478
+ #: library/plugin-display.php:745
1479
+ msgid "Use curly brackets"
1480
+ msgstr "Použijte složené závorky"
1481
 
1482
+ #: library/plugin-display.php:354
1483
+ msgid "Use Existing Tags"
1484
+ msgstr "Použít existující značky"
1485
 
1486
+ #: library/plugin-display.php:379 library/plugin-display.php:407
1487
+ #: library/plugin-display.php:440
1488
+ msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
1489
+ msgstr "Používejte pouze alfanumerické znaky, podtržítka a pomlčky. Pokud si nejste jisti, použijte výchozí název:"
1490
 
1491
+ #: library/plugin-display.php:750
1492
+ msgid "Use single straight quotes (instead of double quotes) in"
1493
+ msgstr "Použijte jednoduché rovné uvozovky (místo dvojitých uvozovek)."
1494
 
1495
+ #: library/plugin-display.php:519
1496
+ msgid "Use submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)"
1497
+ msgstr "Použít odeslané obrázky jako doporučené obrázky. Vyžaduje podporu motivu pro doporučené obrázky (neboli miniatury příspěvků)"
1498
 
1499
+ #: library/plugin-display.php:691 library/plugin-display.php:704
1500
+ msgid "Use the shortcode to display the form on any WP Post or Page:"
1501
+ msgstr "Použijte krátký kód k zobrazení formuláře na jakémkoli příspěvku nebo stránce WP:"
1502
 
1503
+ #: library/plugin-display.php:250
1504
+ msgid "Use the user’s Profile URL as the value of the URL field (valid when the user is logged in to WordPress)"
1505
+ msgstr "Jako hodnotu pole URL použijte adresu URL profilu uživatele (platí, když je uživatel přihlášen do WordPressu)"
1506
 
1507
+ #: library/plugin-display.php:245
1508
+ msgid "Use the user’s registered email as the value of the Email field (valid when the user is logged in to WordPress)"
1509
+ msgstr "Použijte registrovaný e-mail uživatele jako hodnotu pole Email (platí, když je uživatel přihlášen do WordPressu)"
1510
 
1511
+ #: library/plugin-display.php:240
1512
+ msgid "Use the user’s registered username for the Name field (valid when the user is logged in to WordPress)"
1513
+ msgstr "Do pole Jméno použijte registrované uživatelské jméno uživatele (platí, když je uživatel přihlášen do WordPressu)"
1514
 
1515
+ #: library/plugin-display.php:732
1516
+ msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
1517
+ msgstr "Použijte tento krátký kód k zobrazení galerie nahraných obrázků pro každý odeslaný příspěvek:"
1518
 
1519
+ #: library/plugin-display.php:713
1520
+ msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1521
+ msgstr "Tento krátký kód použijte k zobrazení seznamu odeslaných příspěvků na jakémkoli příspěvku nebo stránce WP:"
1522
 
1523
+ #: library/plugin-display.php:90
1524
+ msgid "User Email"
1525
+ msgstr "E-mail uživatele"
1526
 
1527
+ #: user-submitted-posts.php:1531
1528
+ msgid "User email required"
1529
+ msgstr "Je vyžadován e-mail uživatele"
1530
 
1531
+ #: user-submitted-posts.php:1522
1532
+ msgid "User login required"
1533
+ msgstr "Je vyžadováno přihlášení uživatele"
1534
 
1535
+ #: library/plugin-display.php:89
1536
+ msgid "User Name"
1537
+ msgstr "Uživatelské jméno"
1538
 
1539
+ #: user-submitted-posts.php:1523
1540
+ msgid "User name required"
1541
+ msgstr "Je vyžadováno uživatelské jméno"
1542
 
1543
+ #: library/plugin-display.php:226
1544
+ msgid "User Settings"
1545
+ msgstr "Uživatelské nastavení"
1546
 
1547
+ #: user-submitted-posts.php:139
1548
+ msgid "User Submitted Post"
1549
+ msgstr "Příspěvek odeslaný uživatelem"
1550
 
1551
+ #: user-submitted-posts.php:528
1552
+ msgid "User Submitted Post Info"
1553
+ msgstr "Informace o příspěvku odeslaném uživatelem"
1554
 
1555
+ #. Name of the plugin
1556
+ #: user-submitted-posts.php:44 library/support-panel.php:7
1557
+ msgid "User Submitted Posts"
1558
+ msgstr "Příspěvky odeslané uživatelem"
1559
 
1560
+ #: library/plugin-display.php:91
1561
+ msgid "User URL"
1562
+ msgstr "URL uživatele"
1563
 
1564
+ #: user-submitted-posts.php:1525
1565
+ msgid "User URL required"
1566
+ msgstr "Je vyžadována adresa URL uživatele"
1567
 
1568
+ #: library/shortcode-login.php:114 library/shortcode-login.php:139
1569
+ msgid "Username"
1570
+ msgstr "Uživatelské jméno"
1571
 
1572
+ #: library/shortcode-login.php:159
1573
+ msgid "Username or Email"
1574
+ msgstr "Uživatelské jméno nebo email"
1575
 
1576
+ #: user-submitted-posts.php:619 library/plugin-display.php:59
1577
+ msgid "USP"
1578
+ msgstr "USP"
1579
 
1580
+ #: library/plugin-display.php:690
1581
+ msgid "USP enables you to display a post-submission form anywhere on your site."
1582
+ msgstr "USP vám umožňuje zobrazit formulář po odeslání kdekoli na vašem webu."
1583
 
1584
+ #: library/plugin-display.php:60 library/plugin-display.php:109
1585
+ #: library/plugin-display.php:219 library/plugin-display.php:267
1586
+ #: library/plugin-display.php:320 library/plugin-display.php:365
1587
+ #: library/plugin-display.php:393 library/plugin-display.php:421
1588
+ #: library/plugin-display.php:459 library/plugin-display.php:574
1589
+ #: library/plugin-display.php:669 library/plugin-display.php:697
1590
+ msgid "USP Pro"
1591
+ msgstr "USP Pro"
1592
 
1593
+ #: library/plugin-display.php:772
1594
+ msgid "USP provides three shortcodes to control access and restrict content."
1595
+ msgstr "USP poskytuje tři krátké kódy pro řízení přístupu a omezení obsahu."
1596
 
1597
+ #: library/plugin-settings.php:316
1598
+ msgid "v2 (I’m not a robot)"
1599
+ msgstr "v2 (nejsem robot)"
1600
 
1601
+ #: library/plugin-settings.php:320
1602
+ msgid "v3 (Hidden reCaptcha)"
1603
+ msgstr "v3 (skrytá reCaptcha)"
1604
 
1605
+ #: views/submission-form.php:131 views/submission-form-alt.php:146
1606
+ msgid "Verification"
1607
+ msgstr "Ověření"
1608
 
1609
+ #: library/shortcode-misc.php:135
1610
+ msgid "View full post"
1611
+ msgstr "Zobrazit celý příspěvek"
1612
 
1613
+ #: library/plugin-display.php:696
1614
+ msgid "Want more than one form? Create unlimited submission forms, registration forms, contact forms and more with"
1615
+ msgstr "Chcete více než jeden formulář? Vytvářejte neomezené přihlašovací formuláře, registrační formuláře, kontaktní formuláře a další pomocí"
1616
 
1617
+ #: library/plugin-display.php:31
1618
+ msgid "We need your support!"
1619
+ msgstr "Potřebujeme vaši podporu!"
1620
 
1621
+ #: library/shortcode-login.php:177
1622
+ msgid "Welcome, "
1623
+ msgstr "Vítejte, "
1624
 
1625
+ #: library/plugin-display.php:126
1626
+ msgid "With this option, you can copy the plugin’s default templates:"
1627
+ msgstr "Pomocí této možnosti můžete zkopírovat výchozí šablony pluginu:"
1628
 
1629
+ #: user-submitted-posts.php:86
1630
+ msgid "WordPress Admin Area"
1631
+ msgstr "WordPress Admin Area"
1632
 
1633
+ #: library/plugin-settings.php:156
1634
+ msgid "WP Page"
1635
+ msgstr "Stránka WP"
1636
 
1637
+ #: library/plugin-settings.php:152
1638
+ msgid "WP Post (recommended)"
1639
+ msgstr "WP Post (doporučeno)"
1640
 
1641
+ #: library/plugin-display.php:703
1642
+ msgid "You also can display a simple form that enables users to log in, register, or reset their password."
1643
+ msgstr "Můžete také zobrazit jednoduchý formulář, který umožňuje uživatelům přihlásit se, zaregistrovat nebo resetovat heslo."
1644
 
1645
+ #: library/plugin-display.php:736
1646
+ msgid "You can customize using any of the follwing attributes:"
1647
+ msgstr "Můžete přizpůsobit pomocí kteréhokoli z následujících atributů:"
1648
 
1649
+ #: views/submission-form.php:37 views/submission-form.php:38
1650
+ #: views/submission-form-alt.php:52 views/submission-form-alt.php:53
1651
+ #: library/shortcode-login.php:143
1652
+ msgid "Your Email"
1653
+ msgstr "Tvůj e-mail"
1654
 
1655
+ #: library/plugin-display.php:41
1656
+ msgid "Your generous support enables continued development of this free plugin. Thank you!"
1657
+ msgstr "Vaše štědrá podpora umožňuje další vývoj tohoto bezplatného pluginu. Děkuji!"
1658
 
1659
+ #: library/support-panel.php:62
1660
+ msgid "Your generous support helps future development of"
1661
+ msgstr "Vaše štědrá podpora pomáhá budoucímu rozvoji"
 
1662
 
1663
+ #: views/submission-form.php:31 views/submission-form.php:32
1664
+ #: views/submission-form-alt.php:46 views/submission-form-alt.php:47
1665
+ msgid "Your Name"
1666
+ msgstr "Tvé jméno"
1667
 
1668
+ #: views/submission-form.php:43 views/submission-form.php:44
1669
+ #: views/submission-form-alt.php:58 views/submission-form-alt.php:59
1670
+ msgid "Your URL"
1671
+ msgstr "Vaše URL"
1672
 
1673
+ #: library/plugin-settings.php:96
1674
+ msgid "★★★★★ rating »"
1675
+ msgstr "★★★★★ hodnocení »"
 
1676
 
languages/usp-de_DE.mo CHANGED
Binary file
languages/usp-de_DE.po CHANGED
@@ -4,1502 +4,1673 @@ 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 20200817\n"
8
  "Language: de\n"
9
 
10
- #. Name of the plugin
11
- #: user-submitted-posts.php:44 library/support-panel.php:5
12
- msgid "User Submitted Posts"
13
- msgstr "Vom Benutzer eingereichte Beiträge"
14
 
15
- #: user-submitted-posts.php:82
16
- msgid "requires WordPress "
17
- msgstr "erfordert WordPress "
18
 
19
- #: user-submitted-posts.php:83
 
 
 
 
 
 
 
 
 
 
 
 
20
  msgid " or higher, and has been deactivated! "
21
  msgstr " oder höher und wurde deaktiviert! "
22
 
23
- #: user-submitted-posts.php:84
24
- msgid "Please return to the"
25
- msgstr "Bitte kehren Sie zum zurück"
 
26
 
27
- #: user-submitted-posts.php:85
28
- msgid "WordPress Admin Area"
29
- msgstr "WordPress Admin Bereich"
30
 
31
- #: user-submitted-posts.php:86
32
- msgid "to upgrade WordPress and try again."
33
- msgstr "um WordPress zu aktualisieren und es erneut zu versuchen."
34
 
35
- #: user-submitted-posts.php:138
36
- msgid "User Submitted Post"
37
- msgstr "Vom Benutzer übermittelter Beitrag"
38
 
39
- #: user-submitted-posts.php:484
40
- msgid "User Submitted Post Info"
41
- msgstr "Vom Benutzer übermittelte Post-Info"
42
 
43
- #: user-submitted-posts.php:514
44
- msgid "Submitter Name: "
45
- msgstr "Name des Einreichers: "
46
 
47
- #: user-submitted-posts.php:515
48
- msgid "Submitter Email: "
49
- msgstr "Absender-E-Mail: "
50
 
51
- #: user-submitted-posts.php:516
52
- msgid "Submitter URL: "
53
- msgstr "Sender-URL: "
54
 
55
- #: user-submitted-posts.php:517
56
- msgid "Submitter IP: "
57
- msgstr "Sender-IP: "
58
 
59
- #: user-submitted-posts.php:572
60
- msgid "Show USP Posts"
61
- msgstr "USP-Beiträge anzeigen"
62
 
63
- #: user-submitted-posts.php:573 library/plugin-settings.php:1188
64
- msgid "USP"
65
- msgstr "USP"
66
 
67
- #: user-submitted-posts.php:1427
68
- msgid " files required"
69
- msgstr " Dateien erforderlich"
70
 
71
- #: user-submitted-posts.php:1428
72
- msgid " file required"
73
- msgstr " Datei erforderlich"
74
 
75
- #: user-submitted-posts.php:1430
76
- msgid " files"
77
- msgstr " Dateien"
 
 
78
 
79
- #: user-submitted-posts.php:1431
80
- msgid " file"
81
- msgstr " Datei"
82
 
83
- #: user-submitted-posts.php:1433 user-submitted-posts.php:1434
84
- #: user-submitted-posts.php:1435 user-submitted-posts.php:1436
85
- msgid " pixels"
86
- msgstr " Pixel"
87
 
88
- #: user-submitted-posts.php:1438 library/core-functions.php:255
89
- #: library/plugin-settings.php:342 library/plugin-settings.php:361
90
- #: library/plugin-settings.php:876 library/plugin-settings.php:1447
91
- msgid "Custom Field"
92
- msgstr "Benutzerdefinierte Feld"
93
 
94
- #: user-submitted-posts.php:1440
95
- msgid "Custom checkbox required"
96
- msgstr "Benutzerdefiniertes Kontrollkästchen erforderlich"
97
 
98
- #: user-submitted-posts.php:1443
99
- msgid "An error occurred. Please go back and try again."
100
- msgstr "Ein Fehler ist aufgetreten. Bitte gehen Sie zurück und versuchen Sie es erneut."
101
 
102
- #: user-submitted-posts.php:1453
103
- msgid "User login required"
104
- msgstr "Benutzeranmeldung erforderlich"
105
 
106
- #: user-submitted-posts.php:1454
107
- msgid "User name required"
108
- msgstr "Benutzername erforderlich"
109
 
110
- #: user-submitted-posts.php:1455
111
- msgid "Post title required"
112
- msgstr "Post-Titel erforderlich"
113
 
114
- #: user-submitted-posts.php:1456
115
- msgid "User URL required"
116
- msgstr "Benutzer-URL erforderlich"
117
 
118
- #: user-submitted-posts.php:1457
119
- msgid "Post tags required"
120
- msgstr "Post-Tags erforderlich"
 
 
121
 
122
- #: user-submitted-posts.php:1458
123
- msgid "Post category required"
124
- msgstr "Beitragskategorie erforderlich"
125
 
126
- #: user-submitted-posts.php:1459
127
- msgid "Post content required"
128
- msgstr "Post-Inhalt erforderlich"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
129
 
130
- #: user-submitted-posts.php:1460 user-submitted-posts.php:1461
131
  msgid "Correct captcha required"
132
- msgstr "Richtiges Captcha erforderlich"
133
 
134
- #: user-submitted-posts.php:1462
135
- msgid "User email required"
136
- msgstr "Benutzer-E-Mail erforderlich"
137
 
138
- #: user-submitted-posts.php:1463
139
- msgid "Please check your email and try again"
140
- msgstr "Bitte überprüfen Sie Ihre E-Mails und versuchen Sie es erneut"
141
 
142
- #: user-submitted-posts.php:1464
143
- msgid "Non-empty value for hidden field"
144
- msgstr "Nicht leerer Wert für verstecktes Feld"
145
 
146
- #: user-submitted-posts.php:1465
147
- msgid "Minimum number of images not met"
148
- msgstr "Mindestanzahl von Bildern nicht erfüllt"
149
 
150
- #: user-submitted-posts.php:1466
151
- msgid "Maximum number of images exceeded "
152
- msgstr "Maximale Anzahl von Bildern überschritten "
 
 
153
 
154
- #: user-submitted-posts.php:1467
155
- msgid "Minimum image width not met"
156
- msgstr "Minimale Bildbreite nicht erreicht"
157
 
158
- #: user-submitted-posts.php:1468
159
- msgid "Image width exceeds maximum"
160
- msgstr "Die Bildbreite überschreitet das Maximum"
161
 
162
- #: user-submitted-posts.php:1469
163
- msgid "Minimum image height not met"
164
- msgstr "Mindestbildhöhe nicht erreicht"
 
 
165
 
166
- #: user-submitted-posts.php:1470
167
- msgid "Image height exceeds maximum"
168
- msgstr "Die Bildhöhe überschreitet das Maximum"
169
 
170
- #: user-submitted-posts.php:1471
171
- msgid "File type not allowed (please upload images only)"
172
- msgstr "Dateityp nicht erlaubt (bitte nur Bilder hochladen)"
173
 
174
- #: user-submitted-posts.php:1472
175
- msgid " required"
176
- msgstr " erforderlich"
177
 
178
- #: user-submitted-posts.php:1477
179
- msgid "File not uploaded. Please check the file and try again."
180
- msgstr "Datei nicht hochgeladen. Bitte überprüfen Sie die Datei und versuchen Sie es erneut."
181
 
182
- #: user-submitted-posts.php:1481
183
- msgid "The file(s) could not be uploaded"
184
- msgstr "Die Datei (en) konnten nicht hochgeladen werden"
185
 
186
- #: user-submitted-posts.php:1483
187
- msgid "Post not created. Please contact the site administrator for help."
188
- msgstr "Beitrag nicht erstellt. Bitte wenden Sie sich an den Site-Administrator, um Hilfe zu erhalten."
189
 
190
- #: user-submitted-posts.php:1484
191
- msgid "Duplicate post title. Please try again."
192
- msgstr "Doppelter Beitragstitel. Bitte versuche es erneut."
193
 
194
- #: user-submitted-posts.php:1494
195
- msgid "Error: "
196
- msgstr "Error: "
197
 
198
- #: user-submitted-posts.php:1520
199
- msgid "Return to form"
200
- msgstr "Zurück zum Formular"
201
 
202
- #: user-submitted-posts.php:1550 library/plugin-settings.php:1164
203
- msgid "Please"
204
- msgstr "Bitte"
205
 
206
- #: user-submitted-posts.php:1551
207
- msgid "log in"
208
- msgstr "Anmeldung"
209
 
210
- #: user-submitted-posts.php:1552
211
- msgid "to submit content!"
212
- msgstr "Inhalte einreichen!"
213
 
214
- #: views/submission-form.php:21 views/submission-form-alt.php:40
215
- msgid "Please complete the required fields."
216
- msgstr "Bitte füllen Sie die erforderlichen Felder aus."
 
217
 
218
- #: views/submission-form.php:31 views/submission-form.php:32
219
- #: views/submission-form-alt.php:46 views/submission-form-alt.php:47
220
- msgid "Your Name"
221
- msgstr "Dein Name"
222
 
223
- #: views/submission-form.php:37 views/submission-form.php:38
224
- #: views/submission-form-alt.php:52 views/submission-form-alt.php:53
225
- #: library/shortcode-login.php:143
226
- msgid "Your Email"
227
- msgstr "Deine E-Mail"
228
 
229
- #: views/submission-form.php:43 views/submission-form.php:44
230
- #: views/submission-form-alt.php:58 views/submission-form-alt.php:59
231
- msgid "Your URL"
232
- msgstr "Ihre URL"
233
 
234
- #: views/submission-form.php:49 views/submission-form.php:50
235
- #: views/submission-form-alt.php:64 views/submission-form-alt.php:65
236
- #: library/plugin-settings.php:1225
237
- msgid "Post Title"
238
- msgstr "Post-Titel"
239
 
240
- #: views/submission-form.php:56 views/submission-form.php:65
241
- #: views/submission-form.php:66 views/submission-form-alt.php:71
242
- #: views/submission-form-alt.php:80 views/submission-form-alt.php:81
243
- #: library/plugin-settings.php:1226
244
- msgid "Post Tags"
245
- msgstr "Post Tags"
246
 
247
- #: views/submission-form.php:58 views/submission-form-alt.php:73
248
- msgid "Please select some tags.."
249
- msgstr "Bitte wählen Sie einige Tags aus."
250
 
251
- #: views/submission-form.php:79 views/submission-form-alt.php:94
252
- msgid "Antispam Question"
253
- msgstr "Antispam-Frage"
254
 
255
- #: views/submission-form.php:84 views/submission-form-alt.php:99
256
- #: library/plugin-settings.php:1227
257
- msgid "Post Category"
258
- msgstr "Beitragskategorie"
259
 
260
- #: views/submission-form.php:86 views/submission-form-alt.php:101
261
- msgid "Please select a category.."
262
- msgstr "Bitte wählen sie eine Kategorie.."
263
 
264
- #: views/submission-form.php:117 views/submission-form.php:118
265
- #: views/submission-form-alt.php:132 views/submission-form-alt.php:133
266
- #: library/plugin-settings.php:1228
267
- msgid "Post Content"
268
- msgstr "Inhalt posten"
269
 
270
- #: views/submission-form.php:125 views/submission-form-alt.php:140
271
- msgid "Verification"
272
- msgstr "Überprüfung"
273
 
274
- #: views/submission-form.php:132 views/submission-form-alt.php:147
275
- msgid "Upload an Image"
276
- msgstr "Lade ein Bild hoch"
277
 
278
- #: views/submission-form.php:141 views/submission-form-alt.php:156
279
- msgid "Add another image"
280
- msgstr "Fügen Sie ein weiteres Bild hinzu"
281
 
282
- #: views/submission-form.php:163 views/submission-form-alt.php:178
283
- msgid "Human verification: leave this field empty."
284
- msgstr "Menschliche Überprüfung: Lassen Sie dieses Feld leer."
285
 
286
- #: views/submission-form.php:191 views/submission-form-alt.php:206
287
- msgid "Submit Post"
288
- msgstr "Beitrag senden"
289
 
290
- #: library/enqueue-scripts.php:150 library/enqueue-scripts.php:193
291
- msgid "Incorrect response."
292
- msgstr "Falsche Antwort."
293
 
294
- #: library/shortcode-login.php:88 library/shortcode-login.php:127
295
- msgid "Login"
296
- msgstr "Anmeldung"
297
 
298
- #: library/shortcode-login.php:89
299
- msgid "Register"
300
- msgstr "Registrieren"
301
 
302
- #: library/shortcode-login.php:90
303
- msgid "Forgot?"
304
- msgstr "Vergessen?"
 
 
305
 
306
- #: library/shortcode-login.php:97 library/shortcode-login.php:102
307
- msgid "Success!"
308
- msgstr "Erfolg!"
309
 
310
- #: library/shortcode-login.php:98
311
- msgid "Check your email for the password."
312
- msgstr "Überprüfen Sie Ihre E-Mail für das Passwort."
313
 
314
- #: library/shortcode-login.php:103
315
- msgid "Check your email to reset your password."
316
- msgstr "Überprüfen Sie Ihre E-Mails, um Ihr Passwort zurückzusetzen."
317
 
318
- #: library/shortcode-login.php:107
319
- msgid "Have an account?"
320
- msgstr "Ein Konto haben?"
321
 
322
- #: library/shortcode-login.php:108
323
- msgid "Log in or sign up! It’s fast & free!"
324
- msgstr "Anmelden oder Registrieren! Es ist schnell & amp; frei!"
325
 
326
- #: library/shortcode-login.php:114 library/shortcode-login.php:139
327
- msgid "Username"
328
- msgstr "Nutzername"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
329
 
330
- #: library/shortcode-login.php:118
331
- msgid "Password"
332
- msgstr "Passwort"
333
 
334
- #: library/shortcode-login.php:124
335
- msgid "Remember me"
336
- msgstr "Behalte mich in Erinnerung"
337
 
338
- #: library/shortcode-login.php:135
339
- msgid "Register for this site!"
340
- msgstr "Registrieren Sie sich für diese Seite!"
341
 
342
- #: library/shortcode-login.php:136
343
- msgid "Sign up now for the good stuff."
344
- msgstr "Melde dich jetzt für die guten Sachen an."
345
 
346
- #: library/shortcode-login.php:147
347
- msgid "Sign up!"
348
- msgstr "Anmelden!"
 
349
 
350
- #: library/shortcode-login.php:155
351
- msgid "Lose something?"
352
- msgstr "Etwas verlieren?"
353
 
354
- #: library/shortcode-login.php:156
355
- msgid "Enter your username or email to reset your password."
356
- msgstr "Geben Sie Ihren Benutzernamen oder Ihre E-Mail-Adresse ein, um Ihr Passwort zurückzusetzen."
357
 
358
- #: library/shortcode-login.php:159
359
- msgid "Username or Email"
360
- msgstr "Benutzername oder E-Mail-Adresse"
361
 
362
- #: library/shortcode-login.php:163
363
- msgid "Reset my password"
364
- msgstr "Setze mein Passwort zurück"
365
 
366
- #: library/shortcode-login.php:177
367
- msgid "Welcome, "
368
- msgstr "Herzlich willkommen, "
369
 
370
- #: library/shortcode-login.php:180
371
- msgid "Congratulations, you’re logged in."
372
- msgstr "Herzlichen Glückwunsch, Sie sind angemeldet."
373
 
374
- #: library/shortcode-login.php:182
375
- msgid "Log out"
376
- msgstr "Ausloggen"
377
 
378
- #: library/shortcode-login.php:183
379
- msgid "Admin"
380
- msgstr "Administrator"
381
 
382
- #: library/shortcode-login.php:184
383
- msgid "Profile"
384
- msgstr "Profil"
 
385
 
386
- #: library/shortcode-misc.php:18
387
- msgid "Reset form"
388
- msgstr "Formular zurücksetzen"
389
 
390
- #: library/shortcode-misc.php:128
391
- msgid "View full post"
392
- msgstr "Vollständigen Beitrag anzeigen"
393
 
394
- #: library/plugin-settings.php:31
395
- msgid "Settings"
396
- msgstr "die Einstellungen"
397
 
398
- #: library/plugin-settings.php:40
399
- msgid "Get USP Pro for unlimited forms!"
400
- msgstr "Holen Sie sich USP Pro für unbegrenzte Formulare!"
401
 
402
- #: library/plugin-settings.php:41
403
- msgid "Go Pro"
404
- msgstr "Gehen Sie Pro"
405
 
406
- #: library/plugin-settings.php:62 library/plugin-settings.php:1196
407
- #: library/plugin-settings.php:1819
408
- msgid "Plugin Homepage"
409
- msgstr "Plugin Homepage"
410
 
411
- #: library/plugin-settings.php:63
412
- msgid "Homepage"
413
- msgstr "Startseite"
414
 
415
- #: library/plugin-settings.php:68
416
- msgid "Give USP a 5-star rating at WordPress.org"
417
- msgstr "Geben Sie USP eine 5-Sterne-Bewertung bei WordPress.org"
418
 
419
- #: library/plugin-settings.php:69
420
- msgid "Rate this plugin »"
421
- msgstr "Bewerten Sie dieses Plugin & nbsp; & raquo;"
422
 
423
- #: library/plugin-settings.php:127
424
- msgid "WP Post (recommended)"
425
- msgstr "WP Post (empfohlen)"
426
 
427
- #: library/plugin-settings.php:131
428
- msgid "WP Page"
429
- msgstr "WP Seite"
430
 
431
- #: library/plugin-settings.php:147
432
- msgid "HTML5 Form + Default CSS"
433
- msgstr "HTML5 Form + Standard CSS"
434
 
435
- #: library/plugin-settings.php:147
436
- msgid "(Recommended)"
437
- msgstr "(Empfohlen)"
438
 
439
- #: library/plugin-settings.php:151
440
- msgid "HTML5 Form + Disable CSS"
441
- msgstr "HTML5 Form + CSS deaktivieren"
442
 
443
- #: library/plugin-settings.php:151
444
- msgid "(Provide your own styles)"
445
- msgstr "(Geben Sie Ihre eigenen Stile an)"
 
446
 
447
- #: library/plugin-settings.php:155
448
- msgid "Custom Form + Custom CSS"
449
- msgstr "Benutzerdefiniertes Formular + Benutzerdefiniertes CSS"
450
 
451
- #: library/plugin-settings.php:155
452
- msgid "(Provide your own form template & styles)"
453
- msgstr "(Geben Sie Ihre eigene Formularvorlage und Stile an.)"
454
 
455
- #: library/plugin-settings.php:171 library/plugin-settings.php:195
456
- #: library/plugin-settings.php:219 library/plugin-settings.php:243
457
- #: library/plugin-settings.php:267
458
- msgid "Auto-display before post content"
459
- msgstr "Automatische Anzeige vor dem Posten von Inhalten"
460
 
461
- #: library/plugin-settings.php:175 library/plugin-settings.php:199
462
- #: library/plugin-settings.php:223 library/plugin-settings.php:247
463
- #: library/plugin-settings.php:271
464
- msgid "Auto-display after post content"
465
- msgstr "Automatische Anzeige nach dem Inhalt des Beitrags"
466
 
467
- #: library/plugin-settings.php:179
468
- msgid "Do not auto-display submitted images"
469
- msgstr "Übermittelte Bilder nicht automatisch anzeigen"
470
 
471
- #: library/plugin-settings.php:203
472
- msgid "Do not auto-display submitted email"
473
- msgstr "Angegebene E-Mails nicht automatisch anzeigen"
474
 
475
- #: library/plugin-settings.php:227
476
- msgid "Do not auto-display submitted name"
477
- msgstr "Der übermittelte Name wird nicht automatisch angezeigt"
478
 
479
- #: library/plugin-settings.php:251
480
- msgid "Do not auto-display submitted URL"
481
- msgstr "Die übermittelte URL wird nicht automatisch angezeigt"
482
 
483
- #: library/plugin-settings.php:275
484
- msgid "Do not auto-display the Custom Field"
485
- msgstr "Zeigen Sie das benutzerdefinierte Feld nicht automatisch an"
486
 
487
- #: library/plugin-settings.php:291
488
- msgid "v2 (I’m not a robot)"
489
- msgstr "v2 (Ich bin kein Roboter)"
490
 
491
- #: library/plugin-settings.php:295
492
- msgid "v3 (Hidden reCaptcha)"
493
- msgstr "v3 (Hidden reCaptcha)"
494
 
495
- #: library/plugin-settings.php:323 library/plugin-settings.php:355
496
- #: library/plugin-settings.php:388 library/plugin-settings.php:420
497
- msgid "Enable and require"
498
- msgstr "Aktivieren und erfordern"
499
 
500
- #: library/plugin-settings.php:324 library/plugin-settings.php:356
501
- msgid "Enable but do not require"
502
- msgstr "Aktivieren, aber nicht benötigen"
503
 
504
- #: library/plugin-settings.php:325 library/plugin-settings.php:357
505
- #: library/plugin-settings.php:389 library/plugin-settings.php:421
506
- msgid "Disable this field"
507
- msgstr "Deaktivieren Sie dieses Feld"
508
 
509
- #: library/plugin-settings.php:360 library/plugin-settings.php:392
510
- #: library/plugin-settings.php:424 library/plugin-settings.php:456
511
- msgid "(Visit"
512
- msgstr "(Besuch"
513
 
514
- #: library/plugin-settings.php:361 library/plugin-settings.php:393
515
- #: library/plugin-settings.php:425 library/plugin-settings.php:457
516
- msgid "to configure options)"
517
- msgstr "Optionen konfigurieren)"
518
 
519
- #: library/plugin-settings.php:376 library/plugin-settings.php:393
520
- #: library/plugin-settings.php:1465 library/plugin-settings.php:1470
521
- msgid "Challenge Question"
522
- msgstr "Sicherheitsfrage"
523
 
524
- #: library/plugin-settings.php:408 library/plugin-settings.php:425
525
- #: library/plugin-settings.php:1487
526
- msgid "Google reCAPTCHA"
527
- msgstr "Google reCAPTCHA"
528
 
529
- #: library/plugin-settings.php:440
530
- msgid "Post Images"
531
- msgstr "Bilder posten"
532
 
533
- #: library/plugin-settings.php:452
534
- msgid "Enable"
535
- msgstr "Aktivieren"
536
 
537
- #: library/plugin-settings.php:453
538
- msgid "Disable"
539
- msgstr "Deaktivieren"
540
 
541
- #: library/plugin-settings.php:457 library/plugin-settings.php:1555
542
- msgid "Image Uploads"
543
- msgstr "Bild-Uploads"
544
 
545
- #: library/plugin-settings.php:537
546
- msgid "Draft"
547
- msgstr "Entwurf"
548
 
549
- #: library/plugin-settings.php:538
550
- msgid "Pending (default)"
551
- msgstr "Ausstehend (Standard)"
 
552
 
553
- #: library/plugin-settings.php:539
554
- msgid "Publish immediately"
555
- msgstr "Sofort veröffentlichen"
 
556
 
557
- #: library/plugin-settings.php:540
558
- msgid "Publish after 1 approved post"
559
- msgstr "Nach 1 genehmigten Beitrag veröffentlichen"
560
 
561
- #: library/plugin-settings.php:541
562
- msgid "Publish after "
563
- msgstr "Veröffentlichen nach "
564
 
565
- #: library/plugin-settings.php:541
566
- msgid " approved posts"
567
- msgstr " genehmigte Stellen"
568
 
569
- #: library/plugin-settings.php:569
570
- msgid "Select categories to display in the Category field."
571
- msgstr "Wählen Sie Kategorien aus, die im Feld Kategorie angezeigt werden sollen."
572
 
573
- #: library/plugin-settings.php:815
574
- msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
575
- msgstr "Es gab einen Fehler. Bitte stellen Sie sicher, dass Sie einen Titel und einige Inhalte hinzugefügt und nur Bilder hochgeladen haben."
576
 
577
- #: library/plugin-settings.php:829
578
- msgid "Please select your image(s) to upload."
579
- msgstr "Bitte wählen Sie Ihre Bilder zum Hochladen aus."
580
 
581
- #: library/plugin-settings.php:835
582
- msgid "Success! Thank you for your submission."
583
- msgstr "Erfolg! Vielen Dank für Ihre Einreichung."
584
 
585
- #: library/plugin-settings.php:864
586
- msgid "Email"
587
- msgstr "Email"
588
 
589
- #: library/plugin-settings.php:866
590
- msgid "URL"
591
- msgstr "URL"
592
 
593
- #: library/plugin-settings.php:1151
594
- msgid "Toggle all panels"
595
- msgstr "Schalten Sie alle Bedienfelder um"
596
 
597
- #: library/plugin-settings.php:1160
598
- msgid "We need your support!"
599
- msgstr "Wir brauchen Deine Unterstützung!"
600
 
601
- #: library/plugin-settings.php:1164
602
- msgid "Make a donation via PayPal"
603
- msgstr "Spenden Sie über PayPal"
604
 
605
- #: library/plugin-settings.php:1164
606
- msgid "make a donation"
607
- msgstr "Spenden"
608
 
609
- #: library/plugin-settings.php:1164
610
- msgid "and/or"
611
- msgstr "und / oder"
612
 
613
- #: library/plugin-settings.php:1165
614
- msgid "Rate and review at the Plugin Directory"
615
- msgstr "Bewerten und überprüfen Sie im Plugin-Verzeichnis"
616
 
617
- #: library/plugin-settings.php:1166
618
- msgid "give this plugin a 5-star rating"
619
- msgstr "Geben Sie diesem Plugin eine 5-Sterne-Bewertung"
 
620
 
621
- #: library/plugin-settings.php:1170
622
- msgid "Your generous support enables continued development of this free plugin. Thank you!"
623
- msgstr "Ihre großzügige Unterstützung ermöglicht die Weiterentwicklung dieses kostenlosen Plugins. Danke dir!"
624
 
625
- #: library/plugin-settings.php:1175
626
- msgid "Check this box if you have shown support"
627
- msgstr "Aktivieren Sie dieses Kontrollkästchen, wenn Sie Unterstützung gezeigt haben"
628
 
629
- #: library/plugin-settings.php:1184
630
- msgid "Overview"
631
- msgstr "Überblick"
632
 
633
- #: library/plugin-settings.php:1188
634
- msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
635
- msgstr "ermöglicht Ihren Besuchern, Beiträge einzureichen und Bilder vom Front-End Ihrer Website hochzuladen. "
636
 
637
- #: library/plugin-settings.php:1189
638
- msgid "For advanced functionality and unlimited forms, check out"
639
- msgstr "Weitere Informationen zu erweiterten Funktionen und unbegrenzten Formularen finden Sie unter"
640
 
641
- #: library/plugin-settings.php:1189 library/plugin-settings.php:1613
642
- msgid "USP Pro"
643
- msgstr "USP Pro"
644
 
645
- #: library/plugin-settings.php:1190
646
- msgid "— the ultimate solution for user-generated content."
647
- msgstr "& mdash; Die ultimative Lösung für benutzergenerierte Inhalte."
648
 
649
- #: library/plugin-settings.php:1194 library/plugin-settings.php:1211
650
- msgid "Plugin Settings"
651
- msgstr "Plugin-Einstellungen"
652
 
653
- #: library/plugin-settings.php:1195
654
- msgid "Display the form"
655
- msgstr "Zeigen Sie das Formular an"
656
 
657
- #: library/plugin-settings.php:1199
658
- msgid "If you like this plugin, please"
659
- msgstr "Wenn Ihnen dieses Plugin gefällt, bitte"
660
 
661
- #: library/plugin-settings.php:1200
662
- msgid "THANK YOU for your support!"
663
- msgstr "Danke für Ihre Unterstützung!"
664
 
665
- #: library/plugin-settings.php:1200
666
- msgid "give it a 5-star rating"
667
- msgstr "Geben Sie ihm eine 5-Sterne-Bewertung"
668
 
669
- #: library/plugin-settings.php:1204
670
- msgid "Unlimited front-end forms"
671
- msgstr "Unbegrenzte Front-End-Formulare"
672
 
673
- #: library/plugin-settings.php:1204
674
- msgid "Get USP Pro"
675
- msgstr "Holen Sie sich USP Pro"
676
 
677
- #: library/plugin-settings.php:1214
678
- msgid "Configure your settings for User Submitted Posts."
679
- msgstr "Konfigurieren Sie Ihre Einstellungen für vom Benutzer übermittelte Beiträge."
680
 
681
- #: library/plugin-settings.php:1216
682
- msgid "Form Fields"
683
- msgstr "Formularfelder"
684
 
685
- #: library/plugin-settings.php:1222
686
- msgid "User Name"
687
- msgstr "Nutzername"
688
 
689
- #: library/plugin-settings.php:1223
690
- msgid "User Email"
691
- msgstr "Benutzer Email"
 
 
 
 
692
 
693
- #: library/plugin-settings.php:1224
694
- msgid "User URL"
695
- msgstr "Benutzer-URL"
696
 
697
- #: library/plugin-settings.php:1239
698
- msgid "General Settings"
699
- msgstr "Allgemeine Einstellungen"
700
 
701
- #: library/plugin-settings.php:1241
702
- msgid "Note that the default settings work fine for most cases."
703
- msgstr "Beachten Sie, dass die Standardeinstellungen in den meisten Fällen einwandfrei funktionieren."
704
 
705
- #: library/plugin-settings.php:1246
706
- msgid "Form Style"
707
- msgstr "Formularstil"
708
 
709
- #: library/plugin-settings.php:1251
710
- msgid "With this option, you can copy the plugin’s default templates:"
711
- msgstr "Mit dieser Option können Sie die Standardvorlagen des Plugins kopieren:"
712
 
713
- #: library/plugin-settings.php:1256
714
- msgid "..and upload them into a directory named"
715
- msgstr "..und laden Sie sie in ein Verzeichnis mit dem Namen"
716
 
717
- #: library/plugin-settings.php:1256
718
- msgid "in your theme:"
719
- msgstr "in Ihrem Thema:"
720
 
721
- #: library/plugin-settings.php:1262
722
- 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"
723
- msgstr "Auf diese Weise können Sie das Formular und die Stile nach Bedarf anpassen. Weitere Informationen finden Sie im Abschnitt \"Benutzerdefiniertes Übermittlungsformular\" im"
724
 
725
- #: library/plugin-settings.php:1263
726
- msgid "Installation Docs"
727
- msgstr "Installationsdokumente"
728
 
729
- #: library/plugin-settings.php:1264
730
- msgid "FYI: here is a"
731
- msgstr "Zu Ihrer Information: Hier ist eine"
732
 
733
- #: library/plugin-settings.php:1264
734
- msgid "list of USP CSS selectors"
735
- msgstr "Liste der USP CSS-Selektoren"
736
 
737
- #: library/plugin-settings.php:1270
738
- msgid "Include JavaScript"
739
- msgstr "JavaScript einschließen"
740
 
741
- #: library/plugin-settings.php:1272
742
- msgid "Check this box if you want to include the external JavaScript files (recommended)"
743
- msgstr "Aktivieren Sie dieses Kontrollkästchen, wenn Sie die externen JavaScript-Dateien einschließen möchten (empfohlen)."
744
 
745
- #: library/plugin-settings.php:1275
746
- msgid "Targeted Loading"
747
- msgstr "Gezieltes Laden"
748
 
749
- #: library/plugin-settings.php:1277
750
- msgid "By default, CSS & JavaScript assets are loaded on every page. Here you may specify the URL(s) of the USP form to load assets only on that page. Note: leave blank to load on all pages. Use commas to separate multiple URLs."
751
- msgstr "Standardmäßig ist CSS & amp; JavaScript-Assets werden auf jeder Seite geladen. Hier können Sie die URL (s) des USP-Formulars angeben, um Assets nur auf dieser Seite zu laden. Hinweis: Lassen Sie das Feld leer, um es auf allen Seiten zu laden. Verwenden Sie Kommas, um mehrere URLs zu trennen."
752
 
753
- #: library/plugin-settings.php:1280
754
- msgid "Post Type"
755
- msgstr "Post-Typ"
756
 
757
- #: library/plugin-settings.php:1283
758
- msgid "Submit posts as WP Posts or Pages"
759
- msgstr "Beiträge als WP-Beiträge oder Seiten einreichen"
760
 
761
- #: library/plugin-settings.php:1287
762
- msgid "Post Status"
763
- msgstr "Poststatus"
764
 
765
- #: library/plugin-settings.php:1290
766
- msgid "Post Status for submitted posts"
767
- msgstr "Beitragsstatus für eingereichte Beiträge"
768
 
769
- #: library/plugin-settings.php:1294
770
- msgid "Redirect URL"
771
- msgstr "URL umleiten"
 
 
 
 
772
 
773
- #: library/plugin-settings.php:1296
774
- msgid "Specify a URL to redirect the user after post submission (leave blank to redirect back to current page)"
775
- msgstr "Geben Sie eine URL an, um den Benutzer nach dem Senden weiterzuleiten (lassen Sie das Feld leer, um zur aktuellen Seite zurückzukehren)."
776
 
777
- #: library/plugin-settings.php:1299
778
- msgid "Success Message"
779
- msgstr "Erfolgsmeldung"
780
 
781
- #: library/plugin-settings.php:1301
782
- msgid "Success message that is displayed if post submission is successful (basic markup is allowed)"
783
- msgstr "Erfolgsmeldung, die angezeigt wird, wenn die Übermittlung erfolgreich war (grundlegendes Markup ist zulässig)"
784
 
785
- #: library/plugin-settings.php:1304
786
- msgid "Error Message"
787
- msgstr "Fehlermeldung"
788
 
789
- #: library/plugin-settings.php:1306
790
- msgid "General error message that is displayed if post submission fails (basic markup is allowed)"
791
- msgstr "Allgemeine Fehlermeldung, die angezeigt wird, wenn die Übermittlung nach dem Senden fehlschlägt (grundlegendes Markup ist zulässig)"
792
 
793
- #: library/plugin-settings.php:1309
794
- msgid "Custom Content"
795
- msgstr "Benutzerdefinierter Inhalt"
796
 
797
- #: library/plugin-settings.php:1311
798
- msgid "Custom text/markup to be included before the submission form (leave blank to disable)"
799
- msgstr "Benutzerdefinierter Text / Markup, der vor dem Übermittlungsformular eingefügt werden soll (zum Deaktivieren leer lassen)"
800
 
801
- #: library/plugin-settings.php:1314
802
- msgid "Rich Text Editor"
803
- msgstr "Rich-Text-Editor"
804
 
805
- #: library/plugin-settings.php:1316
806
- msgid "Check this box if you want to enable RTE/Visual Editor for the Post Content field"
807
- msgstr "Aktivieren Sie dieses Kontrollkästchen, wenn Sie RTE / Visual Editor für das Feld Post Content aktivieren möchten"
808
 
809
- #: library/plugin-settings.php:1319
810
- msgid "Unique Titles"
811
- msgstr "Einzigartige Titel"
812
 
813
- #: library/plugin-settings.php:1321
814
- msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)"
815
- msgstr "Die Titel der eingereichten Beiträge müssen eindeutig sein (nützlich, um zu verhindern, dass mehrere / doppelte Beiträge eingereicht werden)."
816
 
817
- #: library/plugin-settings.php:1324
818
- msgid "Disable Required"
819
- msgstr "Deaktivieren erforderlich"
820
 
821
- #: library/plugin-settings.php:1326
822
- msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)"
823
- msgstr "Deaktivieren Sie alle erforderlichen Attribute in Standardformularfeldern (nützlich zur Fehlerbehebung bei Fehlermeldungen)."
824
 
825
- #: library/plugin-settings.php:1329
826
- msgid "Enable Shortcodes"
827
- msgstr "Shortcodes aktivieren"
828
 
829
- #: library/plugin-settings.php:1331
830
- msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
831
- msgstr "Aktivieren Sie Shortcodes in Widgets. Standardmäßig aktiviert WordPress keine Shortcodes in Widgets. "
832
 
833
- #: library/plugin-settings.php:1332
834
- msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
835
- msgstr "Diese Einstellung aktiviert alle Shortcodes in Widgets (auch Shortcodes von anderen Plugins)."
836
 
837
- #: library/plugin-settings.php:1337
838
- msgid "Privacy"
839
- msgstr "Privatsphäre"
840
 
841
- #: library/plugin-settings.php:1342
842
- msgid "Disable IP Tracking"
843
- msgstr "IP-Tracking deaktivieren"
844
 
845
- #: library/plugin-settings.php:1344
846
- msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
847
- msgstr "Standardmäßig zeichnet USP die IP-Adresse bei jedem eingereichten Beitrag auf. Aktivieren Sie dieses Kontrollkästchen, um die gesamte IP-Verfolgung zu deaktivieren."
848
 
849
- #: library/plugin-settings.php:1348
850
- msgid "Display Checkbox"
851
- msgstr "Kontrollkästchen anzeigen"
852
 
853
- #: library/plugin-settings.php:1350
854
- msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
855
- msgstr "Zeigen Sie in Ihrem Formular ein benutzerdefiniertes Kontrollkästchen an (nützlich für GDPR, Zustimmung zu Bedingungen usw.)"
856
 
857
- #: library/plugin-settings.php:1353
858
- msgid "Checkbox Name"
859
- msgstr "Name des Kontrollkästchens"
860
 
861
- #: library/plugin-settings.php:1355 library/plugin-settings.php:1455
862
- msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
863
- msgstr "Verwenden Sie nur alphanumerische Zeichen, Unterstriche und Bindestriche. Wenn Sie sich nicht sicher sind, verwenden Sie den Standardnamen:"
864
 
865
- #: library/plugin-settings.php:1358
866
- msgid "Checkbox Error"
867
- msgstr "Kontrollkästchen Fehler"
868
 
869
- #: library/plugin-settings.php:1360
870
- msgid "Error message displayed if user does not check the box"
871
- msgstr "Fehlermeldung wird angezeigt, wenn der Benutzer das Kontrollkästchen nicht aktiviert"
872
 
873
- #: library/plugin-settings.php:1363
874
- msgid "Checkbox Text"
875
- msgstr "Kontrollkästchen Text"
876
 
877
- #: library/plugin-settings.php:1365
878
- msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
879
- msgstr "Text neben dem Kontrollkästchen angezeigt. Tipp: Verwenden Sie geschweifte Klammern, um spitze Klammern auszugeben, zum Beispiel:"
880
 
881
- #: library/plugin-settings.php:1370
882
- msgid "Categories & Tags"
883
- msgstr "Kategorien & amp; Stichworte"
 
884
 
885
- #: library/plugin-settings.php:1375
886
- msgid "Categories"
887
- msgstr "Kategorien"
888
 
889
- #: library/plugin-settings.php:1378
890
- msgid "Click to view/select categories"
891
- msgstr "Klicken Sie hier, um Kategorien anzuzeigen / auszuwählen"
892
 
893
- #: library/plugin-settings.php:1386
894
- msgid "Multiple Categories"
895
- msgstr "Mehrere Kategorien"
896
 
897
- #: library/plugin-settings.php:1388
898
- msgid "Enable users to select multiple categories."
899
- msgstr "Ermöglichen Sie Benutzern, mehrere Kategorien auszuwählen."
 
900
 
901
- #: library/plugin-settings.php:1391
902
- msgid "Hidden/Default Category"
903
- msgstr "Versteckte / Standardkategorie"
904
 
905
- #: library/plugin-settings.php:1393
906
- msgid "Use a hidden field for the post category. This hides the category field and sets its value via the next option."
907
- msgstr "Verwenden Sie ein verstecktes Feld für die Beitragskategorie. Dadurch wird das Kategoriefeld ausgeblendet und sein Wert über die nächste Option festgelegt."
 
 
908
 
909
- #: library/plugin-settings.php:1396
910
- msgid "Category ID for Hidden Field"
911
- msgstr "Kategorie-ID für ausgeblendetes Feld"
912
 
913
- #: library/plugin-settings.php:1398
914
- msgid "Specify category ID(s) to use for “Hidden/Default Category” (separate multiple IDs with commas)"
915
- msgstr "Geben Sie die Kategorie-IDs an, die für & ldquo; Versteckte / Standardkategorie & rdquo; (mehrere IDs durch Kommas trennen)"
916
 
917
- #: library/plugin-settings.php:1401
918
- msgid "Use Existing Tags"
919
- msgstr "Vorhandene Tags verwenden"
920
 
921
- #: library/plugin-settings.php:1403
922
- msgid "Check this box to display a select/dropdown menu of existing tags (valid when Tag field is displayed)"
923
- msgstr "Aktivieren Sie dieses Kontrollkästchen, um ein Auswahl- / Dropdown-Menü mit vorhandenen Tags anzuzeigen (gültig, wenn das Tag-Feld angezeigt wird)."
924
 
925
- #: library/plugin-settings.php:1408
926
- msgid "Users"
927
- msgstr "Benutzer"
 
 
 
928
 
929
- #: library/plugin-settings.php:1413
930
- msgid "Assigned Author"
931
- msgstr "Zugewiesener Autor"
932
 
933
- #: library/plugin-settings.php:1416
934
- msgid "Specify the user that should be assigned as author for submitted posts"
935
- msgstr "Geben Sie den Benutzer an, der als Autor für eingereichte Beiträge zugewiesen werden soll"
 
 
936
 
937
- #: library/plugin-settings.php:1420
938
- msgid "Registered Username"
939
- msgstr "Registrierter Benutzername"
940
 
941
- #: library/plugin-settings.php:1422
942
- msgid "Use the user’s registered username for the Name field (valid when the user submitting the form is logged in to WordPress)"
943
- msgstr "Verwenden Sie den registrierten Benutzernamen des Benutzers für das Feld Name (gültig, wenn der Benutzer, der das Formular sendet, bei WordPress angemeldet ist)."
944
 
945
- #: library/plugin-settings.php:1425
946
- msgid "Registered Email"
947
- msgstr "Registrierte Email"
948
 
949
- #: library/plugin-settings.php:1427
950
- msgid "Use the user’s registered email as the value of the Email field (valid when the user submitting the form is logged in to WordPress)"
951
- msgstr "Verwenden Sie die registrierte E-Mail-Adresse des Benutzers als Wert für das Feld E-Mail (gültig, wenn der Benutzer, der das Formular sendet, bei WordPress angemeldet ist)."
952
 
953
- #: library/plugin-settings.php:1430
954
- msgid "User Profile URL"
955
- msgstr "Benutzerprofil-URL"
956
 
957
- #: library/plugin-settings.php:1432
958
- msgid "Use the user’s Profile URL as the value of the URL field (valid when the user submitting the form is logged in to WordPress)"
959
- msgstr "Verwenden Sie die Profil-URL des Benutzers als Wert des URL-Felds (gültig, wenn der Benutzer, der das Formular sendet, bei WordPress angemeldet ist)."
960
 
961
- #: library/plugin-settings.php:1435
962
- msgid "Require User Login"
963
- msgstr "Benutzeranmeldung erforderlich"
964
 
965
- #: library/plugin-settings.php:1437
966
- msgid "Require users to be logged in to WordPress to view/submit the form"
967
- msgstr "Benutzer müssen bei WordPress angemeldet sein, um das Formular anzeigen / senden zu können"
968
 
969
- #: library/plugin-settings.php:1440
970
- msgid "Disable Replace Author"
971
- msgstr "Deaktivieren Sie Autor ersetzen"
972
 
973
- #: library/plugin-settings.php:1442
974
- msgid "Do not replace post author with submitted user name"
975
- msgstr "Ersetzen Sie den Autor des Beitrags nicht durch den übermittelten Benutzernamen"
976
 
977
- #: library/plugin-settings.php:1448
978
- 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."
979
- msgstr "Hier können Sie den Namen und die Bezeichnung ändern, die vom benutzerdefinierten Feld verwendet werden. Sie können dieses Feld über die Einstellung Formularfelder oben aktivieren."
980
 
981
- #: library/plugin-settings.php:1453
982
- msgid "Custom Field Name"
983
- msgstr "Benutzerdefinierter Feldname"
984
 
985
- #: library/plugin-settings.php:1458
986
- msgid "Custom Field Label"
987
- msgstr "Benutzerdefinierte Feldbezeichnung"
988
 
989
- #: library/plugin-settings.php:1460
990
- msgid "This will be displayed as the field label on the form. Default: Custom Field"
991
- msgstr "Dies wird als Feldbezeichnung im Formular angezeigt. Standard: Benutzerdefiniertes Feld"
992
 
993
- #: library/plugin-settings.php:1472
994
- msgid "To prevent spam, enter a question that users must answer before submitting the form"
995
- msgstr "Geben Sie eine Frage ein, die Benutzer vor dem Absenden des Formulars beantworten müssen, um Spam zu vermeiden"
996
 
997
- #: library/plugin-settings.php:1475
998
- msgid "Challenge Response"
999
- msgstr "Antwort der Herausforderung"
1000
 
1001
- #: library/plugin-settings.php:1477
1002
- msgid "Enter the *only* correct answer to the challenge question"
1003
- msgstr "Geben Sie die * nur * richtige Antwort auf die Herausforderungsfrage ein"
1004
 
1005
- #: library/plugin-settings.php:1480
1006
- msgid "Case-sensitivity"
1007
- msgstr "Groß- und Kleinschreibung beachten"
1008
 
1009
- #: library/plugin-settings.php:1482
1010
- msgid "Check this box if you want the challenge response to be case-sensitive"
1011
- msgstr "Aktivieren Sie dieses Kontrollkästchen, wenn bei der Challenge-Antwort zwischen Groß- und Kleinschreibung unterschieden werden soll"
1012
 
1013
- #: library/plugin-settings.php:1488
1014
- msgid "To enable Google reCAPTCHA, enter your public and private keys."
1015
- msgstr "Geben Sie Ihre öffentlichen und privaten Schlüssel ein, um Google reCAPTCHA zu aktivieren."
1016
 
1017
- #: library/plugin-settings.php:1493
1018
- msgid "Public Key"
1019
- msgstr "Öffentlicher Schlüssel"
1020
 
1021
- #: library/plugin-settings.php:1495
1022
- msgid "Enter your Public Key"
1023
- msgstr "Geben Sie Ihren öffentlichen Schlüssel ein"
1024
 
1025
- #: library/plugin-settings.php:1498
1026
- msgid "Private Key"
1027
- msgstr "Privat Schlüssel"
1028
 
1029
- #: library/plugin-settings.php:1500
1030
- msgid "Enter your Private Key"
1031
- msgstr "Geben Sie Ihren privaten Schlüssel ein"
1032
 
1033
- #: library/plugin-settings.php:1503
1034
- msgid "reCaptcha Version"
1035
- msgstr "reCaptcha Version"
1036
 
1037
- #: library/plugin-settings.php:1506
1038
- msgid "Choose reCaptcha version"
1039
- msgstr "Wählen Sie die reCaptcha-Version"
1040
 
1041
- #: library/plugin-settings.php:1512
1042
- msgid "Email Alerts"
1043
- msgstr "E-Mail-Benachrichtigungen"
1044
 
1045
- #: library/plugin-settings.php:1517
1046
- msgid "Receive Email Alert"
1047
- msgstr "E-Mail-Benachrichtigung erhalten"
1048
 
1049
- #: library/plugin-settings.php:1519
1050
- msgid "Check this box if you want to be notified via email for new post submissions"
1051
- msgstr "Aktivieren Sie dieses Kontrollkästchen, wenn Sie per E-Mail über neue Beiträge informiert werden möchten"
1052
 
1053
- #: library/plugin-settings.php:1522
1054
- msgid "Enable HTML Format"
1055
- msgstr "Aktivieren Sie das HTML-Format"
1056
 
1057
- #: library/plugin-settings.php:1524
1058
- msgid "Check this box to enable HTML format for email alerts"
1059
- msgstr "Aktivieren Sie dieses Kontrollkästchen, um das HTML-Format für E-Mail-Benachrichtigungen zu aktivieren"
1060
 
1061
- #: library/plugin-settings.php:1527
1062
- msgid "Email Address for Alerts"
1063
- msgstr "E-Mail-Adresse für Benachrichtigungen"
1064
 
1065
- #: library/plugin-settings.php:1529
1066
- msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
1067
- msgstr "Wenn Sie das Kontrollkästchen zum Empfangen von E-Mail-Benachrichtigungen aktiviert haben, geben Sie hier die Adresse (n) an, an die die E-Mails gesendet werden sollen."
1068
 
1069
- #: library/plugin-settings.php:1530
1070
- msgid "Separate multiple addresses with commas."
1071
- msgstr "Trennen Sie mehrere Adressen durch Kommas."
1072
 
1073
- #: library/plugin-settings.php:1533
1074
- msgid "Email “From” Address"
1075
- msgstr "E-Mail & ldquo; Von & rdquo; Adresse"
1076
 
1077
- #: library/plugin-settings.php:1535
1078
- msgid "Here you may customize the address(es) used for the “From” header (see plugin FAQs for info). "
1079
- msgstr "Hier können Sie die Adresse (n) anpassen, die für die & ldquo; Von & rdquo; Header (siehe Plugin FAQs für Infos). "
1080
 
1081
- #: library/plugin-settings.php:1536
1082
- msgid "If multiple addresses are specified in the previous setting, include an equal number of “From” addresses for this setting (in the same order)."
1083
- msgstr "Wenn in der vorherigen Einstellung mehrere Adressen angegeben wurden, geben Sie eine gleiche Anzahl von & ldquo; Von & rdquo; Adressen für diese Einstellung (in derselben Reihenfolge)."
1084
 
1085
- #: library/plugin-settings.php:1539
1086
- msgid "Email Alert Subject"
1087
- msgstr "Betreff der E-Mail-Benachrichtigung"
1088
 
1089
- #: library/plugin-settings.php:1541
1090
- msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
1091
- msgstr "Betreffzeile für E-Mail-Benachrichtigungen. Lassen Sie das Feld leer, um die Standard-Betreffzeile zu verwenden. Hinweis: Sie können die folgenden Variablen verwenden: "
1092
 
1093
- #: library/plugin-settings.php:1546
1094
- msgid "Email Alert Message"
1095
- msgstr "E-Mail-Benachrichtigung"
1096
 
1097
- #: library/plugin-settings.php:1548
1098
- msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
1099
- msgstr "Nachricht für E-Mail-Benachrichtigungen. Lassen Sie das Feld leer, um die Standardnachricht zu verwenden. Hinweis: Sie können die folgenden Variablen verwenden: "
1100
 
1101
- #: library/plugin-settings.php:1560
1102
- msgid "Featured Image"
1103
- msgstr "Ausgewähltes Bild"
1104
 
1105
- #: library/plugin-settings.php:1562
1106
- msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)"
1107
- msgstr "Legen Sie die eingereichten Bilder als \"Ausgewählte Bilder\" fest. Benötigt Unterstützung für Themen für ausgewählte Bilder (auch bekannt als Post Thumbnails)"
1108
 
1109
- #: library/plugin-settings.php:1565
1110
- msgid "Upload Message"
1111
- msgstr "Nachricht hochladen"
1112
 
1113
- #: library/plugin-settings.php:1567
1114
- msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
1115
- msgstr "Nachricht, die neben dem Upload-Feld angezeigt wird. Nützlich für die Angabe Ihrer Upload-Richtlinien / Richtlinien / etc. Grundlegendes Markup erlaubt."
1116
 
1117
- #: library/plugin-settings.php:1570
1118
- msgid "“Add another image” link"
1119
- msgstr "& ldquo; Ein weiteres Bild hinzufügen & rdquo; Verknüpfung"
1120
 
1121
- #: library/plugin-settings.php:1572
1122
- msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
1123
- msgstr "Benutzerdefiniertes Markup für das & ldquo; Ein weiteres Bild hinzufügen & rdquo; Verknüpfung. Lassen Sie das Feld leer, um das Standard-Markup zu verwenden (empfohlen)."
1124
 
1125
- #: library/plugin-settings.php:1575
1126
- msgid "Minimum number of images"
1127
- msgstr "Mindestanzahl von Bildern"
1128
 
1129
- #: library/plugin-settings.php:1578
1130
- msgid "Specify the minimum number of images"
1131
- msgstr "Geben Sie die Mindestanzahl von Bildern an"
1132
 
1133
- #: library/plugin-settings.php:1582
1134
- msgid "Maximum number of images"
1135
- msgstr "Maximale Anzahl von Bildern"
1136
 
1137
- #: library/plugin-settings.php:1585
1138
- msgid "Specify the maximum number of images"
1139
- msgstr "Geben Sie die maximale Anzahl von Bildern an"
1140
 
1141
- #: library/plugin-settings.php:1589
1142
- msgid "Minimum image width"
1143
- msgstr "Minimale Bildbreite"
1144
 
1145
- #: library/plugin-settings.php:1591
1146
- msgid "Specify a minimum width (in pixels) for uploaded images"
1147
- msgstr "Geben Sie eine Mindestbreite (in Pixel) für hochgeladene Bilder an"
1148
 
1149
- #: library/plugin-settings.php:1594
1150
- msgid "Minimum image height"
1151
- msgstr "Minimale Bildhöhe"
1152
 
1153
- #: library/plugin-settings.php:1596
1154
- msgid "Specify a minimum height (in pixels) for uploaded images"
1155
- msgstr "Geben Sie eine Mindesthöhe (in Pixel) für hochgeladene Bilder an"
1156
 
1157
- #: library/plugin-settings.php:1599
1158
- msgid "Maximum image width"
1159
- msgstr "Maximale Bildbreite"
1160
 
1161
- #: library/plugin-settings.php:1601
1162
- msgid "Specify a maximum width (in pixels) for uploaded images"
1163
- msgstr "Geben Sie eine maximale Breite (in Pixel) für hochgeladene Bilder an"
1164
 
1165
- #: library/plugin-settings.php:1604
1166
- msgid "Maximum image height"
1167
- msgstr "Maximale Bildhöhe"
1168
 
1169
- #: library/plugin-settings.php:1606
1170
- msgid "Specify a maximum height (in pixels) for uploaded images"
1171
- msgstr "Geben Sie eine maximale Höhe (in Pixel) für hochgeladene Bilder an"
1172
 
1173
- #: library/plugin-settings.php:1609
1174
- msgid "More Options"
1175
- msgstr "Mehr Optionen"
1176
 
1177
- #: library/plugin-settings.php:1612
1178
- msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
1179
- msgstr "Weitere Optionen, wie das Hochladen anderer Dateitypen (wie PDF, Word, Zip, Videos usw.), finden Sie unter"
1180
 
1181
- #: library/plugin-settings.php:1613
1182
- msgid "Go Pro!"
1183
- msgstr "Go Pro!"
1184
 
1185
- #: library/plugin-settings.php:1620
1186
- msgid "Auto-Display Content"
1187
- msgstr "Inhalt automatisch anzeigen"
1188
 
1189
- #: library/plugin-settings.php:1625
1190
- msgid "Auto-Display Images"
1191
- msgstr "Bilder automatisch anzeigen"
1192
 
1193
- #: library/plugin-settings.php:1627
1194
- msgid "Automatically display user-submitted images:"
1195
- msgstr "Vom Benutzer eingereichte Bilder automatisch anzeigen:"
1196
 
1197
- #: library/plugin-settings.php:1632
1198
- msgid "Image Markup"
1199
- msgstr "Bild-Markup"
1200
 
1201
- #: library/plugin-settings.php:1634
1202
- msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1203
- msgstr "Markup für jedes übermittelte Bild (wenn die automatische Anzeige aktiviert ist). Kann benutzen"
1204
 
1205
- #: library/plugin-settings.php:1636 library/plugin-settings.php:1649
1206
- #: library/plugin-settings.php:1675 library/plugin-settings.php:1688
1207
- msgid "and"
1208
- msgstr "und"
1209
 
1210
- #: library/plugin-settings.php:1639
1211
- msgid "Auto-Display Email"
1212
- msgstr "E-Mail automatisch anzeigen"
1213
 
1214
- #: library/plugin-settings.php:1641
1215
- msgid "Automatically display user-submitted email:"
1216
- msgstr "Vom Benutzer übermittelte E-Mails automatisch anzeigen:"
1217
 
1218
- #: library/plugin-settings.php:1646
1219
- msgid "Email Markup"
1220
- msgstr "E-Mail-Markup"
1221
 
1222
- #: library/plugin-settings.php:1648
1223
- msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1224
- msgstr "Markup für die übermittelte E-Mail-Adresse (wenn die automatische Anzeige aktiviert ist). Kann benutzen"
1225
 
1226
- #: library/plugin-settings.php:1652
1227
- msgid "Auto-Display Name"
1228
- msgstr "Name der automatischen Anzeige"
1229
 
1230
- #: library/plugin-settings.php:1654
1231
- msgid "Automatically display user-submitted author/name:"
1232
- msgstr "Vom Benutzer übermittelten Autor / Namen automatisch anzeigen:"
 
1233
 
1234
- #: library/plugin-settings.php:1659
1235
- msgid "Name Markup"
1236
- msgstr "Namensmarkierung"
1237
 
1238
- #: library/plugin-settings.php:1661
1239
- msgid "Markup to use for the submitted author/name (when auto-display is enabled). Can use"
1240
- msgstr "Markup für den übermittelten Autor / Namen (wenn die automatische Anzeige aktiviert ist). Kann benutzen"
1241
 
1242
- #: library/plugin-settings.php:1665
1243
- msgid "Auto-Display URL"
1244
- msgstr "URL automatisch anzeigen"
1245
 
1246
- #: library/plugin-settings.php:1667
1247
- msgid "Automatically display user-submitted URL:"
1248
- msgstr "Vom Benutzer übermittelte URL automatisch anzeigen:"
1249
 
1250
- #: library/plugin-settings.php:1672
1251
- msgid "URL Markup"
1252
- msgstr "URL-Markup"
1253
 
1254
- #: library/plugin-settings.php:1674
1255
- msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1256
- msgstr "Markup für die übermittelte URL (wenn die automatische Anzeige aktiviert ist). Kann benutzen"
1257
 
1258
- #: library/plugin-settings.php:1678
1259
- msgid "Auto-Display Custom Field"
1260
- msgstr "Benutzerdefiniertes Feld automatisch anzeigen"
1261
 
1262
- #: library/plugin-settings.php:1680
1263
- msgid "Automatically display user-submitted Custom Field:"
1264
- msgstr "Vom Benutzer übermitteltes benutzerdefiniertes Feld automatisch anzeigen:"
1265
 
1266
- #: library/plugin-settings.php:1685
1267
- msgid "Custom Field Markup"
1268
- msgstr "Benutzerdefiniertes Feld-Markup"
1269
 
1270
- #: library/plugin-settings.php:1687
1271
- msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1272
- msgstr "Markup für das übermittelte benutzerdefinierte Feld (wenn die automatische Anzeige aktiviert ist). Kann benutzen"
1273
 
1274
- #: library/plugin-settings.php:1693 library/plugin-settings.php:1805
1275
- msgid "Save Settings"
1276
- msgstr "Einstellungen speichern"
1277
 
1278
- #: library/plugin-settings.php:1698
1279
- msgid "Display the Form"
1280
- msgstr "Zeigen Sie das Formular an"
1281
 
1282
- #: library/plugin-settings.php:1701
1283
- msgid "Post-Submit Form"
1284
- msgstr "Formular nach dem Absenden"
1285
 
1286
- #: library/plugin-settings.php:1702
1287
- msgid "USP enables you to display a post-submission form anywhere on your site."
1288
- msgstr "Mit USP können Sie ein Post-Submission-Formular an einer beliebigen Stelle auf Ihrer Website anzeigen."
1289
 
1290
- #: library/plugin-settings.php:1703 library/plugin-settings.php:1712
1291
- msgid "Use the shortcode to display the form on any WP Post or Page:"
1292
- msgstr "Verwenden Sie den Shortcode, um das Formular auf einem beliebigen WP-Beitrag oder einer beliebigen WP-Seite anzuzeigen:"
1293
 
1294
- #: library/plugin-settings.php:1706 library/plugin-settings.php:1715
1295
- msgid "Or, use the template tag to display the form anywhere in your theme template:"
1296
- msgstr "Oder verwenden Sie das Vorlagen-Tag, um das Formular an einer beliebigen Stelle in Ihrer Themenvorlage anzuzeigen:"
1297
 
1298
- #: library/plugin-settings.php:1710
1299
- msgid "Login/Register Form"
1300
- msgstr "Anmelde- / Registrierungsformular"
1301
 
1302
- #: library/plugin-settings.php:1711
1303
- msgid "You also can display a form that enables users to log in, register, or reset their password."
1304
- msgstr "Sie können auch ein Formular anzeigen, mit dem Benutzer sich anmelden, registrieren oder ihr Kennwort zurücksetzen können."
1305
 
1306
- #: library/plugin-settings.php:1719
1307
- msgid "Display Submitted Posts"
1308
- msgstr "Übermittelte Beiträge anzeigen"
1309
 
1310
- #: library/plugin-settings.php:1720
1311
- msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1312
- msgstr "Verwenden Sie diesen Shortcode, um eine Liste der eingereichten Beiträge auf einem WP-Beitrag oder einer WP-Seite anzuzeigen:"
1313
 
1314
- #: library/plugin-settings.php:1723
1315
- msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1316
- msgstr "Oder verwenden Sie das Vorlagen-Tag, um eine Liste der eingereichten Beiträge an einer beliebigen Stelle in Ihrer Themenvorlage anzuzeigen:"
1317
 
1318
- #: library/plugin-settings.php:1726
1319
- msgid "Here are some examples showing how to configure this shortcode:"
1320
- msgstr "Hier einige Beispiele, die zeigen, wie dieser Shortcode konfiguriert wird:"
1321
 
1322
- #: library/plugin-settings.php:1734
1323
- msgid "Display Image Gallery"
1324
- msgstr "Bildergalerie anzeigen"
1325
 
1326
- #: library/plugin-settings.php:1735
1327
- msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
1328
- msgstr "Verwenden Sie diesen Shortcode, um eine Galerie hochgeladener Bilder für jeden eingereichten Beitrag anzuzeigen:"
 
1329
 
1330
- #: library/plugin-settings.php:1738
1331
- msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
1332
- msgstr "Oder verwenden Sie das Vorlagen-Tag, um eine Bildergalerie an einer beliebigen Stelle in Ihrer Themenvorlage anzuzeigen:"
1333
 
1334
- #: library/plugin-settings.php:1741
1335
- msgid "You can customize using any of the follwing attributes:"
1336
- msgstr "Sie können mithilfe der folgenden Attribute anpassen:"
1337
 
1338
- #: library/plugin-settings.php:1756
1339
- msgid "Reset Form Button"
1340
- msgstr "Formular-Schaltfläche zurücksetzen"
1341
 
1342
- #: library/plugin-settings.php:1757
1343
- msgid "This shortcode displays a link that resets the form to its original state:"
1344
- msgstr "Dieser Shortcode zeigt einen Link an, der das Formular auf seinen ursprünglichen Zustand zurücksetzt:"
1345
 
1346
- #: library/plugin-settings.php:1760
1347
- msgid "This shortcode accepts the following attributes:"
1348
- msgstr "Dieser Shortcode akzeptiert die folgenden Attribute:"
1349
 
1350
- #: library/plugin-settings.php:1766
1351
- msgid "Note that the url attribute accepts"
1352
- msgstr "Beachten Sie, dass das URL-Attribut akzeptiert"
1353
 
1354
- #: library/plugin-settings.php:1766
1355
- msgid "to get the current URL."
1356
- msgstr "um die aktuelle URL zu erhalten."
1357
 
1358
- #: library/plugin-settings.php:1769
1359
- msgid "Access Control"
1360
- msgstr "Zugangskontrolle"
1361
 
1362
- #: library/plugin-settings.php:1770
1363
- msgid "USP provides three shortcodes to control access and restrict content."
1364
- msgstr "USP bietet drei Shortcodes zur Steuerung des Zugriffs und zur Einschränkung von Inhalten."
1365
 
1366
- #: library/plugin-settings.php:1771
1367
- msgid "Display content only to users with a specific capability:"
1368
- msgstr "Anzeigen von Inhalten nur für Benutzer mit einer bestimmten Funktion:"
1369
 
1370
- #: library/plugin-settings.php:1774
1371
- msgid "Display content to logged-in users:"
1372
- msgstr "Anzeigen von Inhalten für angemeldete Benutzer:"
1373
 
1374
- #: library/plugin-settings.php:1777
1375
- msgid "Display content to visitors only:"
1376
- msgstr "Inhalte nur für Besucher anzeigen:"
1377
 
1378
- #: library/plugin-settings.php:1780
1379
- msgid "Tip:"
1380
- msgstr "Trinkgeld:"
1381
 
1382
- #: library/plugin-settings.php:1780
1383
- msgid "to include markup in the deny message, you can use"
1384
- msgstr "Um Markup in die Verweigerungsnachricht aufzunehmen, können Sie verwenden"
1385
 
1386
- #: library/plugin-settings.php:1780
1387
- msgid "to output"
1388
- msgstr "ausgeben"
1389
 
1390
- #: library/plugin-settings.php:1783
1391
- msgid "Example"
1392
- msgstr "Beispiel"
1393
 
1394
- #: library/plugin-settings.php:1784
1395
- msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1396
- msgstr "Wenn der Benutzer angemeldet ist, zeigen Sie das Formular nach dem Senden an. oder wenn der Benutzer nicht angemeldet ist, zeigen Sie das Anmeldeformular an:"
 
1397
 
1398
- #: library/plugin-settings.php:1796
1399
- msgid "Restore Defaults"
1400
- msgstr "Standardeinstellungen wiederherstellen"
1401
 
1402
- #: library/plugin-settings.php:1799
1403
- 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."
1404
- msgstr "Lassen Sie diese Option deaktiviert, um sich Ihre Einstellungen zu merken. Oder um die Standard-Plugin-Optionen wiederherzustellen: Aktivieren Sie das Kontrollkästchen, speichern Sie Ihre Einstellungen und deaktivieren / reaktivieren Sie das Plugin."
1405
 
1406
- #: library/plugin-settings.php:1803
1407
- msgid "Restore default options upon plugin deactivation/reactivation"
1408
- msgstr "Stellen Sie die Standardoptionen nach Deaktivierung / Reaktivierung des Plugins wieder her"
1409
 
1410
- #: library/plugin-settings.php:1810
1411
- msgid "Show Support"
1412
- msgstr "Support anzeigen"
1413
 
1414
- #: library/plugin-settings.php:1819
1415
- msgid "by"
1416
- msgstr "durch"
1417
 
1418
- #: library/plugin-settings.php:1820
1419
- msgid "Jeff Starr on Twitter"
1420
- msgstr "Jeff Starr auf Twitter"
 
 
 
 
 
 
 
 
 
1421
 
1422
- #: library/plugin-settings.php:1821
1423
- msgid "Obsessive Web Design & Development"
1424
- msgstr "Obsessives Webdesign & amp; Entwicklung"
1425
 
1426
- #: library/plugin-settings.php:1832
1427
- msgid "Save Preference"
1428
- msgstr "Einstellungen speichern"
1429
 
1430
- #: library/plugin-settings.php:1839
1431
- msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1432
- msgstr "Möchten Sie wirklich alle Standardoptionen wiederherstellen? (Diese Aktion kann nicht rückgängig gemacht werden)"
1433
 
1434
- #: library/support-panel.php:55
1435
- msgid "Perishable Press Books"
1436
- msgstr "Verderbliche Pressebücher"
1437
 
1438
- #: library/support-panel.php:56
1439
- msgid "Plugin Planet"
1440
- msgstr "Plugin Planet"
1441
 
1442
- #: library/support-panel.php:57
1443
- msgid "Donate via PayPal"
1444
- msgstr "Spenden Sie über PayPal"
1445
 
1446
- #: library/support-panel.php:59
1447
- msgid "books"
1448
- msgstr "Bücher"
1449
 
1450
- #: library/support-panel.php:60
1451
- msgid "plugins"
1452
- msgstr "Plugins"
1453
 
1454
- #: library/support-panel.php:61
1455
- msgid "donation"
1456
- msgstr "Spende"
1457
 
1458
- #: library/support-panel.php:63
1459
- msgid "Thank you for using"
1460
- msgstr "Danke für das benutzen"
1461
 
1462
- #: library/support-panel.php:64
1463
- msgid "Please show support by purchasing one of my"
1464
- msgstr "Bitte zeigen Sie Unterstützung durch den Kauf eines meiner"
1465
 
1466
- #: library/support-panel.php:65
1467
- msgid "or"
1468
- msgstr "oder"
1469
 
1470
- #: library/support-panel.php:65
1471
- msgid "or by making a"
1472
- msgstr "oder indem man a"
1473
 
1474
- #: library/support-panel.php:66
1475
- msgid "Your generous support helps future development of"
1476
- msgstr "Ihre großzügige Unterstützung hilft bei der zukünftigen Entwicklung von"
1477
 
1478
- #: library/support-panel.php:67
1479
- msgid "and is greatly appreciated."
1480
- msgstr "und wird sehr geschätzt."
 
 
1481
 
1482
- #: library/support-panel.php:69
1483
- msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1484
- msgstr "Jede Spende hilft mir, dieses kostenlose Plugin und andere großartige WordPress-Ressourcen weiterzuentwickeln."
1485
 
1486
- #. Description of the plugin
1487
- #:
1488
- msgid "Enables your visitors to submit posts and images from anywhere on your site."
1489
- msgstr "Ermöglicht Ihren Besuchern, Beiträge und Bilder von überall auf Ihrer Website einzureichen."
1490
 
1491
- #. URI of the plugin
1492
- #:
1493
- msgid "https://perishablepress.com/user-submitted-posts/"
1494
- msgstr "https://perishablepress.com/user-submitted-posts/"
1495
 
1496
- #. Author of the plugin
1497
- #:
1498
- msgid "Jeff Starr"
1499
- msgstr "Jeff Starr"
1500
 
1501
- #. Author URI of the plugin
1502
- #:
1503
- msgid "https://plugin-planet.com/"
1504
- msgstr "https://plugin-planet.com/"
1505
 
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 20221004\n"
8
  "Language: de\n"
9
 
10
+ #: library/plugin-settings.php:567
11
+ msgid " approved posts"
12
+ msgstr " zugelassene Stellen"
 
13
 
14
+ #: user-submitted-posts.php:1499
15
+ msgid " file"
16
+ msgstr " Datei"
17
 
18
+ #: user-submitted-posts.php:1496
19
+ msgid " file required"
20
+ msgstr " Datei erforderlich"
21
+
22
+ #: user-submitted-posts.php:1498
23
+ msgid " files"
24
+ msgstr " Dateien"
25
+
26
+ #: user-submitted-posts.php:1495
27
+ msgid " files required"
28
+ msgstr " Dateien erforderlich"
29
+
30
+ #: user-submitted-posts.php:84
31
  msgid " or higher, and has been deactivated! "
32
  msgstr " oder höher und wurde deaktiviert! "
33
 
34
+ #: user-submitted-posts.php:1501 user-submitted-posts.php:1502
35
+ #: user-submitted-posts.php:1503 user-submitted-posts.php:1504
36
+ msgid " pixels"
37
+ msgstr " Pixel"
38
 
39
+ #: user-submitted-posts.php:1541 user-submitted-posts.php:1542
40
+ msgid " required"
41
+ msgstr " erforderlich"
42
 
43
+ #: library/plugin-display.php:535
44
+ msgid "“Add another image” link"
45
+ msgstr "„Weiteres Bild hinzufügen“ Verknüpfung"
46
 
47
+ #: library/plugin-display.php:61
48
+ msgid "— the ultimate solution for user-generated content."
49
+ msgstr "– die ultimative Lösung für nutzergenerierte Inhalte."
50
 
51
+ #: library/plugin-settings.php:180
52
+ msgid "(Provide your own form template & styles)"
53
+ msgstr "(Stellen Sie Ihre eigene Formularvorlage und -stile bereit.)"
54
 
55
+ #: library/plugin-settings.php:176
56
+ msgid "(Provide your own styles)"
57
+ msgstr "(Geben Sie Ihre eigenen Stile an)"
58
 
59
+ #: library/plugin-settings.php:172
60
+ msgid "(Recommended)"
61
+ msgstr "(Empfohlen)"
62
 
63
+ #: library/plugin-display.php:131
64
+ msgid "..and upload them into a directory named"
65
+ msgstr "..und laden Sie sie in ein Verzeichnis mit dem Namen hoch"
66
 
67
+ #: library/plugin-display.php:770
68
+ msgid "Access Control"
69
+ msgstr "Zugangskontrolle"
70
 
71
+ #: library/plugin-display.php:468
72
+ msgid "Add a challenge question to help stop spam. Tip: make the question easy to answer for any human."
73
+ msgstr "Fügen Sie eine Sicherheitsfrage hinzu, um Spam zu stoppen. Tipp: Machen Sie die Frage für jeden Menschen leicht zu beantworten."
74
 
75
+ #: views/submission-form.php:147 views/submission-form-alt.php:162
76
+ msgid "Add another image"
77
+ msgstr "Fügen Sie ein weiteres Bild hinzu"
78
 
79
+ #: library/plugin-display.php:291
80
+ msgid "Additional recipients for email alerts. Use commas to separate multiple addresses."
81
+ msgstr "Zusätzliche Empfänger für E-Mail-Benachrichtigungen. Verwenden Sie Kommas, um mehrere Adressen zu trennen."
82
 
83
+ #: library/shortcode-login.php:183
84
+ msgid "Admin"
85
+ msgstr "Administrator"
86
 
87
+ #: library/plugin-settings.php:200 library/plugin-settings.php:224
88
+ #: library/plugin-settings.php:248 library/plugin-settings.php:272
89
+ #: library/plugin-settings.php:296
90
+ msgid "After post content"
91
+ msgstr "Nach dem Inhalt des Beitrags"
92
 
93
+ #: user-submitted-posts.php:1512
94
+ msgid "An error occurred. Please go back and try again."
95
+ msgstr "Ein Fehler ist aufgetreten. Bitte gehen Sie zurück und versuchen Sie es erneut."
96
 
97
+ #: library/plugin-display.php:363 library/plugin-display.php:746
98
+ #: library/plugin-display.php:751
99
+ msgid "and"
100
+ msgstr "und"
101
 
102
+ #: library/support-panel.php:63
103
+ msgid "and is greatly appreciated."
104
+ msgstr "und wird sehr geschätzt."
 
 
105
 
106
+ #: library/plugin-display.php:35
107
+ msgid "and/or"
108
+ msgstr "und/oder"
109
 
110
+ #: views/submission-form.php:85 views/submission-form-alt.php:100
111
+ msgid "Antispam Question"
112
+ msgstr "Antispam-Frage"
113
 
114
+ #: library/support-panel.php:65
115
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
116
+ msgstr "Jede Spende hilft mir, dieses kostenlose Plugin und andere großartige WordPress-Ressourcen weiterzuentwickeln."
117
 
118
+ #: library/plugin-display.php:231
119
+ msgid "Assigned Author"
120
+ msgstr "Zugewiesener Autor"
121
 
122
+ #: library/plugin-display.php:747 library/plugin-display.php:751
123
+ msgid "attributes"
124
+ msgstr "Attribute"
125
 
126
+ #: library/plugin-display.php:583
127
+ msgid "Automatically display images and more."
128
+ msgstr "Zeigen Sie automatisch Bilder und mehr an."
129
 
130
+ #: library/plugin-settings.php:196 library/plugin-settings.php:220
131
+ #: library/plugin-settings.php:244 library/plugin-settings.php:268
132
+ #: library/plugin-settings.php:292
133
+ msgid "Before post content"
134
+ msgstr "Vor dem Posten von Inhalten"
135
 
136
+ #: library/support-panel.php:55
137
+ msgid "books"
138
+ msgstr "Bücher"
139
 
140
+ #: library/plugin-display.php:829
141
+ msgid "by"
142
+ msgstr "durch"
143
+
144
+ #: library/plugin-display.php:152
145
+ msgid "By default, CSS & JavaScript files are loaded on every page. To load only on specific page(s), enter the URL(s) here. Use commas to separate multiple URLs. Leave blank to load on all pages."
146
+ msgstr "Standardmäßig sind CSS & JavaScript-Dateien werden auf jeder Seite geladen. Um nur auf bestimmte Seite(n) zu laden, geben Sie hier die URL(s) ein. Verwenden Sie Kommas, um mehrere URLs zu trennen. Leer lassen, um auf allen Seiten zu laden."
147
+
148
+ #: library/plugin-display.php:430
149
+ msgid "By default, this displays an “Agree to Terms” checkbox. Customize as desired."
150
+ msgstr "Standardmäßig wird hier ein “Agree to Terms” Kontrollkästchen. Passen Sie nach Wunsch an."
151
+
152
+ #: library/plugin-display.php:753
153
+ msgid "Can use"
154
+ msgstr "Kann benutzen"
155
+
156
+ #: library/plugin-display.php:481
157
+ msgid "Case-sensitivity"
158
+ msgstr "Groß-/Kleinschreibung"
159
+
160
+ #: library/plugin-display.php:332
161
+ msgid "Categories"
162
+ msgstr "Kategorien"
163
+
164
+ #: library/plugin-display.php:327
165
+ msgid "Categories & Tags"
166
+ msgstr "Kategorien & Stichworte"
167
+
168
+ #: library/plugin-display.php:363
169
+ msgid "category"
170
+ msgstr "Kategorie"
171
+
172
+ #: library/plugin-display.php:349
173
+ msgid "Category ID for Hidden Field"
174
+ msgstr "Kategorie-ID für verborgenes Feld"
175
+
176
+ #: library/plugin-settings.php:408 library/plugin-display.php:466
177
+ #: library/plugin-display.php:471
178
+ msgid "Challenge Question"
179
+ msgstr "Sicherheitsfrage"
180
+
181
+ #: library/plugin-display.php:476
182
+ msgid "Challenge Response"
183
+ msgstr "Challenge-Response"
184
+
185
+ #: library/plugin-display.php:319 library/plugin-display.php:392
186
+ #: library/plugin-display.php:420 library/plugin-display.php:458
187
+ msgid "check out"
188
+ msgstr "Kasse"
189
+
190
+ #: library/plugin-display.php:754
191
+ msgid "Check out the source code inline notes for more info"
192
+ msgstr "Weitere Informationen finden Sie in den Quellcode-Inline-Notizen"
193
+
194
+ #: library/plugin-display.php:46
195
+ msgid "Check this box if you have shown support"
196
+ msgstr "Aktivieren Sie dieses Kontrollkästchen, wenn Sie Unterstützung gezeigt haben"
197
+
198
+ #: library/shortcode-login.php:98
199
+ msgid "Check your email for the password."
200
+ msgstr "Überprüfen Sie Ihre E-Mail auf das Passwort."
201
+
202
+ #: library/shortcode-login.php:103
203
+ msgid "Check your email to reset your password."
204
+ msgstr "Überprüfen Sie Ihre E-Mail, um Ihr Passwort zurückzusetzen."
205
+
206
+ #: library/plugin-display.php:443
207
+ msgid "Checkbox Error"
208
+ msgstr "Checkbox-Fehler"
209
+
210
+ #: library/plugin-display.php:438
211
+ msgid "Checkbox Name"
212
+ msgstr "Name des Kontrollkästchens"
213
+
214
+ #: library/plugin-display.php:448
215
+ msgid "Checkbox Text"
216
+ msgstr "Kontrollkästchen-Text"
217
+
218
+ #: library/plugin-display.php:85
219
+ msgid "Choose fields to display on the front-end form."
220
+ msgstr "Wählen Sie Felder aus, die im Frontend-Formular angezeigt werden sollen."
221
+
222
+ #: library/plugin-display.php:506
223
+ msgid "Choose reCaptcha version"
224
+ msgstr "Wählen Sie die reCaptcha-Version"
225
+
226
+ #: library/plugin-display.php:374
227
+ msgid "Configure Custom Field #1."
228
+ msgstr "Konfigurieren Sie das benutzerdefinierte Feld Nr. 1."
229
+
230
+ #: library/plugin-display.php:402
231
+ msgid "Configure Custom Field #2."
232
+ msgstr "Konfigurieren Sie das benutzerdefinierte Feld Nr. 2."
233
+
234
+ #: library/plugin-display.php:276
235
+ msgid "Configure email notifications for new submitted posts."
236
+ msgstr "Konfigurieren Sie E-Mail-Benachrichtigungen für neu eingereichte Beiträge."
237
+
238
+ #: library/plugin-display.php:118
239
+ msgid "Configure general settings. Note: the default settings work fine for most cases."
240
+ msgstr "Allgemeine Einstellungen konfigurieren. Hinweis: Die Standardeinstellungen funktionieren in den meisten Fällen gut."
241
+
242
+ #: library/plugin-display.php:514
243
+ msgid "Configure settings for image uploads."
244
+ msgstr "Konfigurieren Sie die Einstellungen für das Hochladen von Bildern."
245
+
246
+ #: library/plugin-display.php:329
247
+ msgid "Configure settings for the Category and Tag fields."
248
+ msgstr "Konfigurieren Sie die Einstellungen für die Felder Kategorie und Tag."
249
+
250
+ #: library/plugin-display.php:228
251
+ msgid "Configure user settings."
252
+ msgstr "Benutzereinstellungen konfigurieren."
253
+
254
+ #: library/shortcode-login.php:180
255
+ msgid "Congratulations, you’re logged in."
256
+ msgstr "Herzlichen Glückwunsch, Sie sind angemeldet."
257
 
258
+ #: user-submitted-posts.php:1529 user-submitted-posts.php:1530
259
  msgid "Correct captcha required"
260
+ msgstr "Korrektes Captcha erforderlich"
261
 
262
+ #: library/plugin-display.php:296
263
+ msgid "Custom address for the email “From” header (see plugin FAQs for info)."
264
+ msgstr "Benutzerdefinierte Adresse für die E-Mail-Adresse „Von” Header (Informationen finden Sie in den Plugin-FAQs)."
265
 
266
+ #: library/plugin-display.php:428
267
+ msgid "Custom Checkbox"
268
+ msgstr "Benutzerdefiniertes Kontrollkästchen"
269
 
270
+ #: user-submitted-posts.php:1509
271
+ msgid "Custom checkbox required"
272
+ msgstr "Benutzerdefiniertes Kontrollkästchen erforderlich"
273
 
274
+ #: library/plugin-display.php:184
275
+ msgid "Custom Content"
276
+ msgstr "Benutzerdefinierte Inhalte"
277
 
278
+ #: user-submitted-posts.php:1506 library/core-functions.php:306
279
+ #: library/plugin-settings.php:369 library/plugin-settings.php:907
280
+ #: library/plugin-display.php:372
281
+ msgid "Custom Field 1"
282
+ msgstr "Benutzerdefiniertes Feld 1"
283
 
284
+ #: library/plugin-display.php:639
285
+ msgid "Custom Field 1 Display"
286
+ msgstr "Benutzerdefiniertes Feld 1 Anzeige"
287
 
288
+ #: library/plugin-display.php:646
289
+ msgid "Custom Field 1 Markup"
290
+ msgstr "Markup für benutzerdefiniertes Feld 1"
291
 
292
+ #: user-submitted-posts.php:1507 library/core-functions.php:255
293
+ #: library/plugin-settings.php:374 library/plugin-settings.php:910
294
+ #: library/plugin-display.php:400
295
+ msgid "Custom Field 2"
296
+ msgstr "Benutzerdefiniertes Feld 2"
297
 
298
+ #: library/plugin-display.php:652
299
+ msgid "Custom Field 2 Display"
300
+ msgstr "Benutzerdefiniertes Feld 2 Anzeige"
301
 
302
+ #: library/plugin-display.php:659
303
+ msgid "Custom Field 2 Markup"
304
+ msgstr "Markup für benutzerdefiniertes Feld 2"
305
 
306
+ #: library/plugin-display.php:382 library/plugin-display.php:410
307
+ msgid "Custom Field Label"
308
+ msgstr "Benutzerdefinierte Feldbezeichnung"
309
 
310
+ #: library/plugin-display.php:377 library/plugin-display.php:405
311
+ msgid "Custom Field Name"
312
+ msgstr "Benutzerdefinierter Feldname"
313
 
314
+ #: library/plugin-settings.php:180
315
+ msgid "Custom Form + Custom CSS"
316
+ msgstr "Benutzerdefiniertes Formular + benutzerdefiniertes CSS"
317
 
318
+ #: library/plugin-display.php:537
319
+ msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
320
+ msgstr "Benutzerdefiniertes Markup für das “Weiteres Bild hinzufügen” Verknüpfung. Lassen Sie das Feld leer, um das Standard-Markup zu verwenden (empfohlen)."
321
 
322
+ #: library/plugin-display.php:522
323
+ msgid "Default Featured Image"
324
+ msgstr "Standard-Empfohlenes Bild"
325
 
326
+ #: library/plugin-settings.php:481
327
+ msgid "Disable"
328
+ msgstr "Deaktivieren"
329
 
330
+ #: library/plugin-display.php:201
331
+ msgid "Disable all required attributes on form fields (useful for troubleshooting error messages)"
332
+ msgstr "Deaktivieren Sie alle erforderlichen Attribute in Formularfeldern (nützlich für die Fehlerbehebung bei Fehlermeldungen)"
333
 
334
+ #: library/plugin-display.php:204
335
+ msgid "Disable IP Tracking"
336
+ msgstr "Deaktivieren Sie das IP-Tracking"
337
 
338
+ #: library/plugin-display.php:258
339
+ msgid "Disable Replace Author"
340
+ msgstr "Autor ersetzen deaktivieren"
341
 
342
+ #: library/plugin-display.php:199
343
+ msgid "Disable Required"
344
+ msgstr "Deaktivieren erforderlich"
345
 
346
+ #: library/plugin-settings.php:350 library/plugin-settings.php:391
347
+ #: library/plugin-settings.php:421 library/plugin-settings.php:451
348
+ msgid "Disable this field"
349
+ msgstr "Deaktivieren Sie dieses Feld"
350
 
351
+ #: library/plugin-display.php:356
352
+ msgid "Display a select/dropdown menu of existing tags (valid when Tag field is displayed on the form)"
353
+ msgstr "Zeigen Sie ein Auswahl-/Dropdown-Menü bestehender Tags an (gültig, wenn das Tag-Feld im Formular angezeigt wird)"
 
354
 
355
+ #: library/plugin-display.php:433
356
+ msgid "Display Checkbox"
357
+ msgstr "Kontrollkästchen anzeigen"
 
 
358
 
359
+ #: library/plugin-display.php:773
360
+ msgid "Display content only to users with a specific capability:"
361
+ msgstr "Zeigen Sie Inhalte nur Benutzern mit einer bestimmten Berechtigung an:"
 
362
 
363
+ #: library/plugin-display.php:775
364
+ msgid "Display content to logged-in users:"
365
+ msgstr "Inhalte für eingeloggte Benutzer anzeigen:"
 
 
366
 
367
+ #: library/plugin-display.php:777
368
+ msgid "Display content to visitors only:"
369
+ msgstr "Inhalte nur für Besucher anzeigen:"
 
 
 
370
 
371
+ #: library/plugin-display.php:435
372
+ msgid "Display custom checkbox on the submission form"
373
+ msgstr "Benutzerdefiniertes Kontrollkästchen auf dem Übermittlungsformular anzeigen"
374
 
375
+ #: library/plugin-display.php:641
376
+ msgid "Display Custom Field 1:"
377
+ msgstr "Benutzerdefiniertes Feld 1 anzeigen:"
378
 
379
+ #: library/plugin-display.php:654
380
+ msgid "Display Custom Field 2:"
381
+ msgstr "Benutzerdefiniertes Feld 2 anzeigen:"
 
382
 
383
+ #: library/plugin-display.php:730
384
+ msgid "Display image gallery"
385
+ msgstr "Bildergalerie anzeigen"
386
 
387
+ #: library/plugin-display.php:615
388
+ msgid "Display submitted author/name:"
389
+ msgstr "Eingereichten Autor/Namen anzeigen:"
 
 
390
 
391
+ #: library/plugin-display.php:602
392
+ msgid "Display submitted email address:"
393
+ msgstr "Abgegebene E-Mail-Adresse anzeigen:"
394
 
395
+ #: library/plugin-display.php:588
396
+ msgid "Display submitted images:"
397
+ msgstr "Eingereichte Bilder anzeigen:"
398
 
399
+ #: library/plugin-display.php:628
400
+ msgid "Display submitted URL:"
401
+ msgstr "Eingereichte URL anzeigen:"
402
 
403
+ #: library/plugin-display.php:684
404
+ msgid "Display the Form"
405
+ msgstr "Zeigen Sie das Formular an"
406
 
407
+ #: library/plugin-display.php:701
408
+ msgid "Display the login/register form"
409
+ msgstr "Zeigen Sie das Anmelde-/Registrierungsformular an"
410
 
411
+ #: library/plugin-display.php:688
412
+ msgid "Display the submit-post form"
413
+ msgstr "Zeigen Sie das Submit-Post-Formular an"
414
 
415
+ #: library/plugin-display.php:711
416
+ msgid "Display user-submitted posts"
417
+ msgstr "Zeigen Sie von Benutzern eingereichte Posts an"
418
 
419
+ #: library/plugin-display.php:206
420
+ msgid "Do not collect or store any user IP address (useful for complying with privacy regulations)"
421
+ msgstr "Sammeln oder speichern Sie keine Benutzer-IP-Adressen (nützlich für die Einhaltung von Datenschutzbestimmungen)"
422
 
423
+ #: library/plugin-settings.php:204 library/plugin-settings.php:228
424
+ #: library/plugin-settings.php:252 library/plugin-settings.php:276
425
+ #: library/plugin-settings.php:300
426
+ msgid "Do not display"
427
+ msgstr "Werden nicht angezeigt"
428
 
429
+ #: library/plugin-display.php:260
430
+ msgid "Do not replace post author with submitted user name"
431
+ msgstr "Ersetzen Sie den Autor des Beitrags nicht durch den übermittelten Benutzernamen"
432
 
433
+ #: library/plugin-display.php:65
434
+ msgid "Documentation"
435
+ msgstr "Dokumentation"
436
 
437
+ #: library/support-panel.php:53
438
+ msgid "Donate via PayPal"
439
+ msgstr "Spenden Sie über PayPal"
440
 
441
+ #: library/support-panel.php:57
442
+ msgid "donation"
443
+ msgstr "Spende"
444
 
445
+ #: library/plugin-settings.php:563
446
+ msgid "Draft"
447
+ msgstr "Entwurf"
448
 
449
+ #: user-submitted-posts.php:1554
450
+ msgid "Duplicate post title. Please try again."
451
+ msgstr "Doppelter Beitragstitel. Bitte versuche es erneut."
452
+
453
+ #: library/plugin-settings.php:895
454
+ msgid "Email"
455
+ msgstr "Email"
456
+
457
+ #: library/plugin-display.php:294
458
+ msgid "Email “From” Address"
459
+ msgstr "E-Mail „Von” Adresse"
460
+
461
+ #: library/plugin-display.php:289
462
+ msgid "Email Address for Alerts"
463
+ msgstr "E-Mail-Adresse für Benachrichtigungen"
464
+
465
+ #: library/plugin-display.php:307
466
+ msgid "Email Alert Message"
467
+ msgstr "E-Mail-Warnmeldung"
468
+
469
+ #: library/plugin-display.php:300
470
+ msgid "Email Alert Subject"
471
+ msgstr "Betreff der E-Mail-Benachrichtigung"
472
+
473
+ #: library/plugin-display.php:274
474
+ msgid "Email Alerts"
475
+ msgstr "E-Mail-Benachrichtigungen"
476
 
477
+ #: library/plugin-display.php:600
478
+ msgid "Email Display"
479
+ msgstr "E-Mail-Anzeige"
480
 
481
+ #: library/plugin-display.php:607
482
+ msgid "Email Markup"
483
+ msgstr "E-Mail-Markup"
484
 
485
+ #: library/plugin-display.php:318
486
+ msgid "email-alert options"
487
+ msgstr "E-Mail-Benachrichtigungsoptionen"
488
 
489
+ #: library/plugin-settings.php:480
490
+ msgid "Enable"
491
+ msgstr "Ermöglichen"
492
 
493
+ #: library/plugin-settings.php:348 library/plugin-settings.php:389
494
+ #: library/plugin-settings.php:420 library/plugin-settings.php:450
495
+ msgid "Enable and require"
496
+ msgstr "Ermöglichen und verlangen"
497
 
498
+ #: library/plugin-settings.php:349 library/plugin-settings.php:390
499
+ msgid "Enable but do not require"
500
+ msgstr "Aktivieren, aber nicht erforderlich"
501
 
502
+ #: library/plugin-display.php:284
503
+ msgid "Enable HTML Format"
504
+ msgstr "Aktivieren Sie das HTML-Format"
505
 
506
+ #: library/plugin-display.php:286
507
+ msgid "Enable HTML format for email alert messages"
508
+ msgstr "Aktivieren Sie das HTML-Format für E-Mail-Warnmeldungen"
509
 
510
+ #: library/plugin-display.php:191
511
+ msgid "Enable RTE/Visual Editor for the Post Content field"
512
+ msgstr "Aktivieren Sie RTE/Visual Editor für das Feld Beitragsinhalt"
513
 
514
+ #: library/plugin-display.php:209
515
+ msgid "Enable Shortcodes"
516
+ msgstr "Shortcodes aktivieren"
517
 
518
+ #: library/plugin-display.php:211
519
+ msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
520
+ msgstr "Aktivieren Sie Shortcodes in Widgets. Standardmäßig aktiviert WordPress keine Shortcodes in Widgets. "
521
 
522
+ #: library/plugin-display.php:341
523
+ msgid "Enable users to select multiple categories"
524
+ msgstr "Ermöglichen Sie Benutzern die Auswahl mehrerer Kategorien"
525
 
526
+ #: library/plugin-display.php:573
527
+ msgid "Enable users to upload other file types (like PDF, Word, Zip, videos, and more), check out"
528
+ msgstr "Ermöglichen Sie Benutzern das Hochladen anderer Dateitypen (wie PDF, Word, Zip, Videos und mehr), check out"
529
 
530
+ #. Description of the plugin
531
+ #:
532
+ msgid "Enables your visitors to submit posts and images from anywhere on your site."
533
+ msgstr "Ermöglicht Ihren Besuchern, Beiträge und Bilder von überall auf Ihrer Website einzureichen."
534
 
535
+ #: library/plugin-display.php:59
536
+ msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
537
+ msgstr "ermöglicht es Ihren Besuchern, vom Front-End Ihrer Website aus Beiträge einzureichen und Bilder hochzuladen. "
538
 
539
+ #: library/plugin-display.php:478
540
+ msgid "Enter the *only* correct answer to the challenge question"
541
+ msgstr "Geben Sie die *einzige* richtige Antwort auf die Sicherheitsfrage ein"
542
 
543
+ #: library/plugin-display.php:526
544
+ msgid "Enter URL or click button to upload/choose an image (optional)"
545
+ msgstr "Geben Sie die URL ein oder klicken Sie auf die Schaltfläche, um ein Bild hochzuladen/auszuwählen (optional)"
546
 
547
+ #: library/plugin-display.php:500
548
+ msgid "Enter your Private Key"
549
+ msgstr "Geben Sie Ihren privaten Schlüssel ein"
550
 
551
+ #: library/plugin-display.php:495
552
+ msgid "Enter your Public Key"
553
+ msgstr "Geben Sie Ihren öffentlichen Schlüssel ein"
554
 
555
+ #: library/shortcode-login.php:156
556
+ msgid "Enter your username or email to reset your password."
557
+ msgstr "Geben Sie Ihren Benutzernamen oder Ihre E-Mail-Adresse ein, um Ihr Passwort zurückzusetzen."
 
558
 
559
+ #: library/plugin-display.php:179
560
+ msgid "Error Message"
561
+ msgstr "Fehlermeldung"
562
 
563
+ #: library/plugin-display.php:181
564
+ msgid "Error message displayed if post submission fails (basic markup allowed)"
565
+ msgstr "Fehlermeldung, die angezeigt wird, wenn die Post-Übermittlung fehlschlägt (einfaches Markup zulässig)"
566
 
567
+ #: library/plugin-display.php:445
568
+ msgid "Error message displayed if user does not check the box"
569
+ msgstr "Fehlermeldung wird angezeigt, wenn der Benutzer das Kontrollkästchen nicht aktiviert"
570
 
571
+ #: user-submitted-posts.php:1564
572
+ msgid "Error: "
573
+ msgstr "Fehler: "
574
 
575
+ #: library/plugin-display.php:783
576
+ msgid "Example"
577
+ msgstr "Beispiel"
578
 
579
+ #: library/plugin-display.php:517
580
+ msgid "Featured Image"
581
+ msgstr "Vorgestelltes Bild"
582
 
583
+ #: user-submitted-posts.php:1547
584
+ msgid "File not uploaded. Please check the file and try again."
585
+ msgstr "Datei nicht hochgeladen. Bitte überprüfen Sie die Datei und versuchen Sie es erneut."
586
 
587
+ #: user-submitted-posts.php:1540
588
+ msgid "File type not allowed (please upload images only)"
589
+ msgstr "Dateityp nicht erlaubt (bitte nur Bilder hochladen)"
590
 
591
+ #: library/plugin-display.php:390 library/plugin-display.php:418
592
+ #: library/plugin-display.php:456
593
+ msgid "For"
594
+ msgstr "Zum"
595
 
596
+ #: library/plugin-display.php:317 library/plugin-display.php:362
597
+ msgid "For more"
598
+ msgstr "Für mehr"
599
 
600
+ #: library/plugin-display.php:60
601
+ msgid "For more features and unlimited forms, check out"
602
+ msgstr "Weitere Funktionen und unbegrenzte Formulare finden Sie unter"
603
 
604
+ #: library/plugin-display.php:218 library/plugin-display.php:266
605
+ #: library/plugin-display.php:668
606
+ msgid "For more options and features, check out"
607
+ msgstr "Weitere Optionen und Funktionen finden Sie unter"
 
608
 
609
+ #: library/plugin-display.php:108
610
+ msgid "For unlimited fields, check out"
611
+ msgstr "Für unbegrenzte Felder, check out"
 
 
612
 
613
+ #: library/shortcode-login.php:90
614
+ msgid "Forgot?"
615
+ msgstr "Vergessen?"
616
 
617
+ #: library/plugin-display.php:83
618
+ msgid "Form Fields"
619
+ msgstr "Formularfelder"
620
 
621
+ #: library/plugin-display.php:121
622
+ msgid "Form Style"
623
+ msgstr "Formularstil"
624
 
625
+ #: library/plugin-display.php:581
626
+ msgid "Frontend Display"
627
+ msgstr "Frontend-Anzeige"
628
 
629
+ #: library/plugin-display.php:139
630
+ msgid "FYI: here is a"
631
+ msgstr "FYI: Hier ist ein"
632
 
633
+ #: library/plugin-display.php:116
634
+ msgid "General Settings"
635
+ msgstr "Allgemeine Einstellungen"
636
 
637
+ #: library/plugin-display.php:72
638
+ msgid "Get USP Pro"
639
+ msgstr "Holen Sie sich USP Pro"
640
 
641
+ #: library/plugin-settings.php:40
642
+ msgid "Get USP Pro for unlimited forms!"
643
+ msgstr "Holen Sie sich USP Pro für unbegrenzte Formulare!"
 
644
 
645
+ #: library/plugin-display.php:70
646
+ msgid "give it a 5-star rating"
647
+ msgstr "geben Sie ihm eine 5-Sterne-Bewertung"
648
 
649
+ #: library/plugin-display.php:37
650
+ msgid "give this plugin a 5-star rating"
651
+ msgstr "Geben Sie diesem Plugin eine 5-Sterne-Bewertung"
 
652
 
653
+ #: library/plugin-settings.php:68
654
+ msgid "Give USP a 5-star rating at WordPress.org"
655
+ msgstr "Geben Sie USP eine 5-Sterne-Bewertung auf WordPress.org"
 
656
 
657
+ #: library/plugin-settings.php:41
658
+ msgid "Go Pro"
659
+ msgstr "Gehen Sie zum Profi"
 
660
 
661
+ #: library/plugin-settings.php:438 library/plugin-display.php:488
662
+ msgid "Google reCaptcha"
663
+ msgstr "Google reCaptcha"
 
664
 
665
+ #: library/shortcode-login.php:107
666
+ msgid "Have an account?"
667
+ msgstr "Ein Konto haben?"
 
668
 
669
+ #: library/plugin-display.php:717
670
+ msgid "Here are some examples showing how to configure this shortcode:"
671
+ msgstr "Hier sind einige Beispiele, die zeigen, wie dieser Shortcode konfiguriert wird:"
672
 
673
+ #: library/plugin-display.php:344
674
+ msgid "Hidden/Default Category"
675
+ msgstr "Ausgeblendete/Standardkategorie"
676
 
677
+ #: library/plugin-settings.php:63
678
+ msgid "Homepage"
679
+ msgstr "Startseite"
680
 
681
+ #: library/plugin-settings.php:172
682
+ msgid "HTML5 Form + Default CSS"
683
+ msgstr "HTML5-Formular + Standard-CSS"
684
 
685
+ #: library/plugin-settings.php:176
686
+ msgid "HTML5 Form + Disable CSS"
687
+ msgstr "HTML5-Formular + CSS deaktivieren"
688
 
689
+ #. URI of the plugin
690
+ #:
691
+ msgid "https://perishablepress.com/user-submitted-posts/"
692
+ msgstr "https://perishablepress.com/user-submitted-posts/"
693
 
694
+ #. Author URI of the plugin
695
+ #:
696
+ msgid "https://plugin-planet.com/"
697
+ msgstr "https://plugin-planet.com/"
698
 
699
+ #: views/submission-form.php:169 views/submission-form-alt.php:184
700
+ msgid "Human verification: leave this field empty."
701
+ msgstr "Menschliche Überprüfung: Lassen Sie dieses Feld leer."
702
 
703
+ #: library/plugin-display.php:297
704
+ msgid "If multiple addresses are specified for the previous setting, include an equal number of addresses for this setting (in the same order)."
705
+ msgstr "Wenn mehrere Adressen für die vorherige Einstellung angegeben sind, schließen Sie eine gleiche Anzahl von Adressen für diese Einstellung ein (in derselben Reihenfolge)."
706
 
707
+ #: library/plugin-display.php:784
708
+ msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
709
+ msgstr "Wenn der Benutzer angemeldet ist, zeigen Sie das Post-Submit-Formular an; oder wenn der Benutzer nicht angemeldet ist, das Anmeldeformular anzeigen:"
710
 
711
+ #: library/plugin-display.php:69
712
+ msgid "If you like this plugin, please"
713
+ msgstr "Wenn Ihnen dieses Plugin gefällt, bitte"
714
 
715
+ #: library/plugin-display.php:586
716
+ msgid "Image Display"
717
+ msgstr "Bildschirm"
718
 
719
+ #: user-submitted-posts.php:1539
720
+ msgid "Image height exceeds maximum"
721
+ msgstr "Bildhöhe überschreitet Maximum"
722
 
723
+ #: library/plugin-display.php:593
724
+ msgid "Image Markup"
725
+ msgstr "Bildmarkierung"
726
 
727
+ #: library/plugin-settings.php:468 library/plugin-display.php:512
728
+ msgid "Image Uploads"
729
+ msgstr "Bild-Uploads"
730
 
731
+ #: user-submitted-posts.php:1537
732
+ msgid "Image width exceeds maximum"
733
+ msgstr "Bildbreite überschreitet Maximum"
734
 
735
+ #: library/plugin-display.php:746
736
+ msgid "in"
737
+ msgstr "in"
738
 
739
+ #: library/plugin-display.php:131
740
+ msgid "in your theme:"
741
+ msgstr "in deinem thema:"
742
 
743
+ #: library/plugin-display.php:145
744
+ msgid "Include JavaScript"
745
+ msgstr "JavaScript einbinden"
746
 
747
+ #: library/plugin-display.php:147
748
+ msgid "Include required JavaScript files (recommended)"
749
+ msgstr "Erforderliche JavaScript-Dateien einschließen (empfohlen)"
750
 
751
+ #: library/enqueue-scripts.php:152
752
+ msgid "Incorrect response."
753
+ msgstr "Falsche Antwort."
754
 
755
+ #: library/plugin-display.php:138
756
+ msgid "Installation Docs"
757
+ msgstr "Installationsdokumente"
758
 
759
+ #. Author of the plugin
760
+ #:
761
+ msgid "Jeff Starr"
762
+ msgstr "Jeff Starr"
763
 
764
+ #: library/plugin-display.php:830
765
+ msgid "Jeff Starr on Twitter"
766
+ msgstr "Jeff Starr auf Twitter"
767
 
768
+ #: library/plugin-display.php:726 library/plugin-display.php:798
769
+ msgid "Learn more"
770
+ msgstr "Erfahren Sie mehr"
771
 
772
+ #: library/plugin-display.php:809
773
+ msgid "Leave this option disabled to remember your settings."
774
+ msgstr "Lassen Sie diese Option deaktiviert, um Ihre Einstellungen zu speichern."
775
 
776
+ #: library/plugin-settings.php:92
777
+ msgid "Like this plugin? Give it a"
778
+ msgstr "Wie dieses Plugin? Geben Sie es ein"
779
 
780
+ #: library/plugin-display.php:139
781
+ msgid "list of USP CSS selectors"
782
+ msgstr "Liste der USP-CSS-Selektoren"
783
 
784
+ #: user-submitted-posts.php:1621
785
+ msgid "log in"
786
+ msgstr "Einloggen"
787
 
788
+ #: library/shortcode-login.php:108
789
+ msgid "Log in or sign up! It’s fast & free!"
790
+ msgstr "Anmelden oder Registrieren! Es ist schnell & frei!"
791
 
792
+ #: library/shortcode-login.php:182
793
+ msgid "Log out"
794
+ msgstr "Ausloggen"
795
 
796
+ #: library/shortcode-login.php:88 library/shortcode-login.php:127
797
+ msgid "Login"
798
+ msgstr "Anmeldung"
799
 
800
+ #: library/shortcode-login.php:155
801
+ msgid "Lose something?"
802
+ msgstr "Etwas verlieren?"
803
 
804
+ #: library/plugin-display.php:35
805
+ msgid "make a donation"
806
+ msgstr "Spenden"
807
 
808
+ #: library/plugin-display.php:35
809
+ msgid "Make a donation via PayPal"
810
+ msgstr "Machen Sie eine Spende über PayPal"
811
 
812
+ #: library/plugin-display.php:483
813
+ msgid "Make the challenge response case-sensitive"
814
+ msgstr "Achten Sie bei der Challenge-Response auf Groß- und Kleinschreibung"
815
 
816
+ #: library/plugin-display.php:648
817
+ msgid "Markup for Custom Field 1. You may include any of the following variables:"
818
+ msgstr "Markup für benutzerdefiniertes Feld 1. Sie können eine der folgenden Variablen einbeziehen:"
819
 
820
+ #: library/plugin-display.php:661
821
+ msgid "Markup for Custom Field 2. You may include any of the following variables:"
822
+ msgstr "Markup für benutzerdefiniertes Feld 2. Sie können eine der folgenden Variablen einbeziehen:"
823
 
824
+ #: library/plugin-display.php:595
825
+ msgid "Markup for each submitted image. You may include any of the following variables:"
826
+ msgstr "Markup für jedes eingereichte Bild. Sie können eine der folgenden Variablen einbeziehen:"
827
 
828
+ #: library/plugin-display.php:622
829
+ msgid "Markup for submitted author/name. You may include"
830
+ msgstr "Markup für den eingereichten Autor/Namen. Sie können enthalten"
831
 
832
+ #: library/plugin-display.php:609
833
+ msgid "Markup for submitted email address. You may include any of the following variables:"
834
+ msgstr "Markup für die übermittelte E-Mail-Adresse. Sie können eine der folgenden Variablen einbeziehen:"
835
+
836
+ #: library/plugin-display.php:635
837
+ msgid "Markup for submitted URL. You may include any of the following variables:"
838
+ msgstr "Markup für übermittelte URL. Sie können eine der folgenden Variablen einbeziehen:"
839
 
840
+ #: library/plugin-display.php:567
841
+ msgid "Maximum height (in pixels) for uploaded images"
842
+ msgstr "Maximale Höhe (in Pixel) für hochgeladene Bilder"
843
 
844
+ #: library/plugin-display.php:565
845
+ msgid "Maximum image height"
846
+ msgstr "Maximale Bildhöhe"
847
 
848
+ #: library/plugin-display.php:560
849
+ msgid "Maximum image width"
850
+ msgstr "Maximale Bildbreite"
851
 
852
+ #: library/plugin-display.php:545
853
+ msgid "Maximum number of images"
854
+ msgstr "Maximale Anzahl von Bildern"
855
 
856
+ #: user-submitted-posts.php:1535
857
+ msgid "Maximum number of images exceeded "
858
+ msgstr "Maximale Anzahl von Bildern überschritten "
859
 
860
+ #: library/plugin-display.php:547
861
+ msgid "Maximum number of images for each submitted post"
862
+ msgstr "Maximale Anzahl von Bildern für jeden eingereichten Beitrag"
863
 
864
+ #: library/plugin-display.php:562
865
+ msgid "Maximum width (in pixels) for uploaded images"
866
+ msgstr "Maximale Breite (in Pixel) für hochgeladene Bilder"
867
 
868
+ #: library/plugin-display.php:176
869
+ msgid "Message displayed after successful post submission (basic markup allowed)"
870
+ msgstr "Nachricht, die nach erfolgreicher Beitragsübermittlung angezeigt wird (einfaches Markup zulässig)"
871
 
872
+ #: library/plugin-display.php:532
873
+ msgid "Message displayed next to the file upload field (basic markup allowed)"
874
+ msgstr "Meldung neben dem Datei-Upload-Feld (einfaches Markup erlaubt)"
875
 
876
+ #: library/plugin-display.php:309
877
+ msgid "Message for email alerts. Leave blank to use default message. You may include any of the following variables:"
878
+ msgstr "Nachricht für E-Mail-Benachrichtigungen. Lassen Sie das Feld leer, um die Standardnachricht zu verwenden. Sie können eine der folgenden Variablen einbeziehen:"
879
 
880
+ #: library/plugin-display.php:557
881
+ msgid "Minimum height (in pixels) for uploaded images"
882
+ msgstr "Mindesthöhe (in Pixel) für hochgeladene Bilder"
883
 
884
+ #: library/plugin-display.php:555
885
+ msgid "Minimum image height"
886
+ msgstr "Minimale Bildhöhe"
887
 
888
+ #: user-submitted-posts.php:1538
889
+ msgid "Minimum image height not met"
890
+ msgstr "Minimale Bildhöhe nicht erreicht"
891
 
892
+ #: library/plugin-display.php:550
893
+ msgid "Minimum image width"
894
+ msgstr "Minimale Bildbreite"
895
 
896
+ #: user-submitted-posts.php:1536
897
+ msgid "Minimum image width not met"
898
+ msgstr "Minimale Bildbreite nicht erreicht"
899
 
900
+ #: library/plugin-display.php:540
901
+ msgid "Minimum number of images"
902
+ msgstr "Mindestanzahl an Bildern"
903
 
904
+ #: library/plugin-display.php:542
905
+ msgid "Minimum number of images for each submitted post"
906
+ msgstr "Mindestanzahl von Bildern für jeden eingereichten Beitrag"
907
 
908
+ #: user-submitted-posts.php:1534
909
+ msgid "Minimum number of images not met"
910
+ msgstr "Mindestanzahl an Bildern nicht erreicht"
911
 
912
+ #: library/plugin-display.php:552
913
+ msgid "Minimum width (in pixels) for uploaded images"
914
+ msgstr "Mindestbreite (in Pixel) für hochgeladene Bilder"
915
 
916
+ #: library/plugin-display.php:105 library/plugin-display.php:215
917
+ #: library/plugin-display.php:263 library/plugin-display.php:314
918
+ #: library/plugin-display.php:359 library/plugin-display.php:387
919
+ #: library/plugin-display.php:415 library/plugin-display.php:453
920
+ #: library/plugin-display.php:570 library/plugin-display.php:665
921
+ msgid "More Options"
922
+ msgstr "Mehr Optionen"
923
 
924
+ #: library/plugin-display.php:339
925
+ msgid "Multiple Categories"
926
+ msgstr "Mehrere Kategorien"
927
 
928
+ #: library/plugin-display.php:613
929
+ msgid "Name Display"
930
+ msgstr "Namensanzeige"
931
 
932
+ #: library/plugin-display.php:620
933
+ msgid "Name Markup"
934
+ msgstr "Namensmarkierung"
935
 
936
+ #: user-submitted-posts.php:1533
937
+ msgid "Non-empty value for hidden field"
938
+ msgstr "Nicht leerer Wert für ausgeblendetes Feld"
939
 
940
+ #: library/plugin-display.php:767
941
+ msgid "Note that the url attribute accepts"
942
+ msgstr "Beachten Sie, dass das URL-Attribut akzeptiert"
943
 
944
+ #: library/plugin-display.php:742
945
+ msgid "Notes:"
946
+ msgstr "Anmerkungen:"
947
 
948
+ #: library/plugin-display.php:831
949
+ msgid "Obsessive Web Design & Development"
950
+ msgstr "Obsessives Webdesign & Entwicklung"
951
 
952
+ #: library/plugin-display.php:186
953
+ msgid "Optional markup/text to include before the submission form (leave blank to disable)"
954
+ msgstr "Optionales Markup/Text, das/der vor dem Übermittlungsformular eingefügt werden soll (leer lassen, um es zu deaktivieren)"
955
 
956
+ #: library/plugin-display.php:364
957
+ msgid "options, check out"
958
+ msgstr "Optionen, check out"
959
 
960
+ #: library/support-panel.php:61
961
+ msgid "or"
962
+ msgstr "oder"
963
 
964
+ #: library/support-panel.php:61
965
+ msgid "or by making a"
966
+ msgstr "oder indem Sie a"
967
 
968
+ #: library/plugin-display.php:810
969
+ msgid "Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
970
+ msgstr "Oder, um fortzufahren und die Standard-Plugin-Optionen wiederherzustellen: Aktivieren Sie das Kontrollkästchen, speichern Sie Ihre Einstellungen und deaktivieren/reaktivieren Sie dann das Plugin."
971
 
972
+ #: library/plugin-display.php:715
973
+ msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
974
+ msgstr "Oder verwenden Sie das Vorlagen-Tag, um eine Liste der eingereichten Beiträge an beliebiger Stelle in Ihrer Themenvorlage anzuzeigen:"
975
 
976
+ #: library/plugin-display.php:734
977
+ msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
978
+ msgstr "Oder verwenden Sie das Template-Tag, um eine Bildergalerie an beliebiger Stelle in Ihrer Designvorlage anzuzeigen:"
979
 
980
+ #: library/plugin-display.php:693 library/plugin-display.php:706
981
+ msgid "Or, use the template tag to display the form anywhere in your theme template:"
982
+ msgstr "Oder verwenden Sie das Template-Tag, um das Formular an einer beliebigen Stelle in Ihrer Designvorlage anzuzeigen:"
983
 
984
+ #: library/plugin-display.php:55
985
+ msgid "Overview"
986
+ msgstr "Überblick"
987
 
988
+ #: library/shortcode-login.php:118
989
+ msgid "Password"
990
+ msgstr "Passwort"
991
 
992
+ #: library/plugin-settings.php:564
993
+ msgid "Pending (default)"
994
+ msgstr "Ausstehend (Standard)"
995
 
996
+ #: library/support-panel.php:51
997
+ msgid "Perishable Press Books"
998
+ msgstr "Verderbliche Pressebücher"
999
 
1000
+ #: user-submitted-posts.php:1620 library/plugin-display.php:35
1001
+ msgid "Please"
1002
+ msgstr "Bitte"
1003
 
1004
+ #: user-submitted-posts.php:1532
1005
+ msgid "Please check your email and try again"
1006
+ msgstr "Bitte überprüfen Sie Ihre E-Mail und versuchen Sie es erneut"
1007
 
1008
+ #: views/submission-form.php:21 views/submission-form-alt.php:40
1009
+ msgid "Please complete the required fields."
1010
+ msgstr "Bitte füllen Sie die Pflichtfelder aus."
1011
 
1012
+ #: user-submitted-posts.php:85
1013
+ msgid "Please return to the"
1014
+ msgstr "Bitte kehren Sie zum zurück"
1015
 
1016
+ #: views/submission-form.php:92 views/submission-form-alt.php:107
1017
+ msgid "Please select a category.."
1018
+ msgstr "Bitte wählen sie eine Kategorie.."
1019
 
1020
+ #: views/submission-form.php:58 views/submission-form-alt.php:73
1021
+ msgid "Please select some tags.."
1022
+ msgstr "Bitte wählen Sie einige Tags aus.."
1023
 
1024
+ #: library/plugin-settings.php:860
1025
+ msgid "Please select your image(s) to upload."
1026
+ msgstr "Bitte wählen Sie Ihr(e) Bild(er) zum Hochladen aus."
1027
 
1028
+ #: library/support-panel.php:60
1029
+ msgid "Please show support by purchasing one of my"
1030
+ msgstr "Bitte zeigen Sie Unterstützung durch den Kauf eines meiner"
1031
 
1032
+ #: library/plugin-settings.php:62 library/plugin-display.php:64
1033
+ #: library/plugin-display.php:829
1034
+ msgid "Plugin Homepage"
1035
+ msgstr "Plugin-Homepage"
1036
 
1037
+ #: library/support-panel.php:52
1038
+ msgid "Plugin Planet"
1039
+ msgstr "Plug-in Planet"
1040
 
1041
+ #: library/plugin-display.php:79
1042
+ msgid "Plugin Settings"
1043
+ msgstr "Plugin-Einstellungen"
1044
 
1045
+ #: library/support-panel.php:56
1046
+ msgid "plugins"
1047
+ msgstr "Plugins"
1048
 
1049
+ #: views/submission-form.php:90 views/submission-form-alt.php:105
1050
+ #: library/plugin-display.php:94
1051
+ msgid "Post Category"
1052
+ msgstr "Beitragskategorie"
1053
 
1054
+ #: user-submitted-posts.php:1527
1055
+ msgid "Post category required"
1056
+ msgstr "Beitragskategorie erforderlich"
1057
 
1058
+ #: views/submission-form.php:123 views/submission-form.php:124
1059
+ #: views/submission-form-alt.php:138 views/submission-form-alt.php:139
1060
+ #: library/plugin-display.php:95
1061
+ msgid "Post Content"
1062
+ msgstr "Inhalt posten"
1063
 
1064
+ #: user-submitted-posts.php:1528
1065
+ msgid "Post content required"
1066
+ msgstr "Beitragsinhalt erforderlich"
1067
 
1068
+ #: user-submitted-posts.php:1553
1069
+ msgid "Post not created. Please contact the site administrator for help."
1070
+ msgstr "Beitrag nicht erstellt. Bitte wenden Sie sich an den Site-Administrator, um Hilfe zu erhalten."
1071
 
1072
+ #: library/plugin-display.php:162
1073
+ msgid "Post Status"
1074
+ msgstr "Poststatus"
1075
 
1076
+ #: library/plugin-display.php:165
1077
+ msgid "Post Status for submitted posts"
1078
+ msgstr "Beitragsstatus für eingereichte Beiträge"
1079
 
1080
+ #: views/submission-form.php:56 views/submission-form.php:65
1081
+ #: views/submission-form.php:66 views/submission-form-alt.php:71
1082
+ #: views/submission-form-alt.php:80 views/submission-form-alt.php:81
1083
+ #: library/plugin-display.php:93
1084
+ msgid "Post Tags"
1085
+ msgstr "Post-Tags"
1086
 
1087
+ #: user-submitted-posts.php:1526
1088
+ msgid "Post tags required"
1089
+ msgstr "Post-Tags erforderlich"
1090
 
1091
+ #: views/submission-form.php:49 views/submission-form.php:50
1092
+ #: views/submission-form-alt.php:64 views/submission-form-alt.php:65
1093
+ #: library/plugin-display.php:92
1094
+ msgid "Post Title"
1095
+ msgstr "Titel des Beitrags"
1096
 
1097
+ #: user-submitted-posts.php:1524
1098
+ msgid "Post title required"
1099
+ msgstr "Beitragstitel erforderlich"
1100
 
1101
+ #: library/plugin-display.php:155
1102
+ msgid "Post Type"
1103
+ msgstr "Post-Typ"
1104
 
1105
+ #: library/plugin-display.php:158
1106
+ msgid "Post Type for submitted posts"
1107
+ msgstr "Beitragstyp für eingereichte Beiträge"
1108
 
1109
+ #: library/plugin-display.php:498
1110
+ msgid "Private Key"
1111
+ msgstr "Privat Schlüssel"
1112
 
1113
+ #: library/shortcode-login.php:184
1114
+ msgid "Profile"
1115
+ msgstr "Profil"
1116
 
1117
+ #: library/plugin-display.php:493
1118
+ msgid "Public Key"
1119
+ msgstr "Öffentlicher Schlüssel"
1120
 
1121
+ #: library/plugin-settings.php:567
1122
+ msgid "Publish after "
1123
+ msgstr "Veröffentlichen Sie danach "
1124
 
1125
+ #: library/plugin-settings.php:566
1126
+ msgid "Publish after 1 approved post"
1127
+ msgstr "Veröffentlichen Sie nach 1 genehmigtem Beitrag"
1128
 
1129
+ #: library/plugin-settings.php:565
1130
+ msgid "Publish immediately"
1131
+ msgstr "Sofort veröffentlichen"
1132
 
1133
+ #: library/plugin-display.php:36
1134
+ msgid "Rate and review at the Plugin Directory"
1135
+ msgstr "Bewerten und überprüfen Sie im Plugin-Verzeichnis"
1136
 
1137
+ #: library/plugin-settings.php:69
1138
+ msgid "Rate this plugin »"
1139
+ msgstr "Dieses Plug-in bewerten »"
1140
 
1141
+ #: library/plugin-display.php:503
1142
+ msgid "reCaptcha Version"
1143
+ msgstr "reCaptcha-Version"
1144
 
1145
+ #: library/plugin-display.php:279
1146
+ msgid "Receive Email Alert"
1147
+ msgstr "E-Mail-Benachrichtigung erhalten"
1148
 
1149
+ #: library/plugin-display.php:169
1150
+ msgid "Redirect URL"
1151
+ msgstr "Umleitungs-URL"
1152
 
1153
+ #: library/plugin-display.php:171
1154
+ msgid "Redirect user to this URL after post submission (leave blank to stay on current page)"
1155
+ msgstr "Leiten Sie den Benutzer nach der Einreichung des Beitrags zu dieser URL um (leer lassen, um auf der aktuellen Seite zu bleiben)"
1156
 
1157
+ #: library/shortcode-login.php:89
1158
+ msgid "Register"
1159
+ msgstr "Registrieren"
1160
 
1161
+ #: library/shortcode-login.php:135
1162
+ msgid "Register for this site!"
1163
+ msgstr "Registrieren Sie sich für diese Seite!"
1164
 
1165
+ #: library/plugin-display.php:243
1166
+ msgid "Registered Email"
1167
+ msgstr "Registrierte Email"
1168
 
1169
+ #: library/plugin-display.php:248
1170
+ msgid "Registered URL"
1171
+ msgstr "Registrierte URL"
1172
 
1173
+ #: library/plugin-display.php:238
1174
+ msgid "Registered Username"
1175
+ msgstr "Registrierter Benutzername"
1176
 
1177
+ #: library/shortcode-login.php:124
1178
+ msgid "Remember me"
1179
+ msgstr "Erinnere dich an mich"
1180
 
1181
+ #: library/plugin-display.php:196
1182
+ msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate posts)"
1183
+ msgstr "Erfordern, dass eingereichte Beitragstitel eindeutig sind (nützlich, um mehrere/doppelte Beiträge zu verhindern)"
1184
 
1185
+ #: library/plugin-display.php:253
1186
+ msgid "Require User Login"
1187
+ msgstr "Benutzeranmeldung erforderlich"
1188
 
1189
+ #: library/plugin-display.php:255
1190
+ msgid "Require users to be logged in to WordPress to view/submit the form"
1191
+ msgstr "Erfordern, dass Benutzer bei WordPress angemeldet sind, um das Formular anzuzeigen/abzusenden"
1192
 
1193
+ #: user-submitted-posts.php:83
1194
+ msgid "requires WordPress "
1195
+ msgstr "erfordert WordPress "
1196
 
1197
+ #: library/shortcode-misc.php:18
1198
+ msgid "Reset form"
1199
+ msgstr "Formular zurücksetzen"
1200
 
1201
+ #: library/plugin-display.php:758
1202
+ msgid "Reset Form Button"
1203
+ msgstr "Schaltfläche „Formular zurücksetzen“."
1204
 
1205
+ #: library/shortcode-login.php:163
1206
+ msgid "Reset my password"
1207
+ msgstr "Setze mein Passwort zurück"
1208
 
1209
+ #: library/plugin-display.php:813
1210
+ msgid "Restore default options upon plugin deactivation/reactivation"
1211
+ msgstr "Stellen Sie die Standardoptionen bei der Deaktivierung/Reaktivierung des Plugins wieder her"
1212
 
1213
+ #: library/plugin-display.php:807
1214
+ msgid "Restore Defaults"
1215
+ msgstr "Standardeinstellungen wiederherstellen"
1216
 
1217
+ #: user-submitted-posts.php:1590
1218
+ msgid "Return to form"
1219
+ msgstr "Zurück zum Formular"
1220
 
1221
+ #: library/plugin-display.php:189
1222
+ msgid "Rich Text Editor"
1223
+ msgstr "Rich-Text-Editor"
1224
 
1225
+ #: library/plugin-display.php:676
1226
+ msgid "Save All Changes"
1227
+ msgstr "Alle Änderungen speichern"
1228
 
1229
+ #: library/plugin-display.php:842
1230
+ msgid "Save Preference"
1231
+ msgstr "Präferenz speichern"
1232
 
1233
+ #: library/plugin-display.php:815
1234
+ msgid "Save Settings"
1235
+ msgstr "Einstellungen speichern"
1236
 
1237
+ #: library/plugin-settings.php:595
1238
+ msgid "Select categories to include in the Category field:"
1239
+ msgstr "Wählen Sie Kategorien aus, die in das Feld „Kategorie“ aufgenommen werden sollen:"
1240
 
1241
+ #: library/plugin-display.php:281
1242
+ msgid "Send email alerts for new post submissions"
1243
+ msgstr "Senden Sie E-Mail-Benachrichtigungen für neue Beitragseinreichungen"
1244
 
1245
+ #: library/plugin-settings.php:31
1246
+ msgid "Settings"
1247
+ msgstr "Einstellungen"
1248
 
1249
+ #: library/plugin-display.php:334
1250
+ msgid "Show categories"
1251
+ msgstr "Kategorien anzeigen"
1252
 
1253
+ #: library/plugin-display.php:820
1254
+ msgid "Show Support"
1255
+ msgstr "Unterstützung zeigen"
1256
 
1257
+ #: user-submitted-posts.php:618
1258
+ msgid "Show USP Posts"
1259
+ msgstr "USP-Beiträge anzeigen"
1260
 
1261
+ #: library/shortcode-login.php:136
1262
+ msgid "Sign up now for the good stuff."
1263
+ msgstr "Melden Sie sich jetzt für die guten Sachen an."
1264
 
1265
+ #: library/shortcode-login.php:147
1266
+ msgid "Sign up!"
1267
+ msgstr "Anmelden!"
1268
 
1269
+ #: library/plugin-display.php:351
1270
+ msgid "Specify category ID(s) to use for “Hidden/Default Category” (separate multiple IDs with commas)"
1271
+ msgstr "Geben Sie die Kategorie-ID(s) an, die für „Ausgeblendete/Standardkategorie” (mehrere IDs durch Komma trennen)"
1272
 
1273
+ #: library/plugin-display.php:234
1274
+ msgid "Specify the user that should be assigned as author for submitted posts"
1275
+ msgstr "Geben Sie den Benutzer an, der als Autor für eingereichte Beiträge zugewiesen werden soll"
1276
 
1277
+ #: library/plugin-display.php:302
1278
+ msgid "Subject line for email alerts. Leave blank to use default subject line. You may include any of the following variables:"
1279
+ msgstr "Betreffzeile für E-Mail-Benachrichtigungen. Lassen Sie das Feld leer, um die Standardbetreffzeile zu verwenden. Sie können eine der folgenden Variablen einbeziehen:"
1280
 
1281
+ #: views/submission-form.php:197 views/submission-form-alt.php:212
1282
+ msgid "Submit Post"
1283
+ msgstr "Beitrag senden"
1284
 
1285
+ #: library/plugin-settings.php:10
1286
+ msgid "Submitted Posts"
1287
+ msgstr "Eingereichte Beiträge"
1288
 
1289
+ #: user-submitted-posts.php:559
1290
+ msgid "Submitter Email: "
1291
+ msgstr "Absender-E-Mail: "
1292
 
1293
+ #: user-submitted-posts.php:561
1294
+ msgid "Submitter IP: "
1295
+ msgstr "Absender-IP: "
1296
 
1297
+ #: user-submitted-posts.php:558
1298
+ msgid "Submitter Name: "
1299
+ msgstr "Einsendername: "
1300
 
1301
+ #: user-submitted-posts.php:560
1302
+ msgid "Submitter URL: "
1303
+ msgstr "Einsender-URL: "
1304
 
1305
+ #: library/plugin-display.php:174
1306
+ msgid "Success Message"
1307
+ msgstr "Erfolgsmeldung"
1308
 
1309
+ #: library/shortcode-login.php:97 library/shortcode-login.php:102
1310
+ msgid "Success!"
1311
+ msgstr "Erfolg!"
1312
 
1313
+ #: library/plugin-settings.php:866
1314
+ msgid "Success! Thank you for your submission."
1315
+ msgstr "Erfolg! Vielen Dank für Ihre Einreichung."
1316
 
1317
+ #: library/plugin-display.php:66
1318
+ msgid "Support Forum"
1319
+ msgstr "Hilfeforum"
1320
 
1321
+ #: library/plugin-display.php:364
1322
+ msgid "tag"
1323
+ msgstr "Schild"
1324
 
1325
+ #: library/plugin-display.php:150
1326
+ msgid "Targeted Loading"
1327
+ msgstr "Gezieltes Laden"
1328
 
1329
+ #: library/plugin-display.php:450
1330
+ msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
1331
+ msgstr "Text, der neben dem Kontrollkästchen angezeigt wird. Tipp: Verwenden Sie geschweifte Klammern, um spitze Klammern auszugeben, zum Beispiel:"
1332
 
1333
+ #: library/support-panel.php:59
1334
+ msgid "Thank you for using"
1335
+ msgstr "Danke für das benutzen"
1336
 
1337
+ #: library/plugin-display.php:70
1338
+ msgid "THANK YOU for your support!"
1339
+ msgstr "Danke für Ihre Unterstützung!"
1340
 
1341
+ #: library/plugin-display.php:137
1342
+ 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"
1343
+ msgstr "Dadurch können Sie das Formular und die Stile nach Belieben anpassen. Weitere Informationen finden Sie im Abschnitt \"Benutzerdefiniertes Übermittlungsformular\"."
1344
 
1345
+ #: library/plugin-display.php:793
1346
+ msgid "The access shortcodes can be added to any WP Post or Page. So you can display forms and other content conditionally, based on user role and login status."
1347
+ msgstr "Die Zugangs-Shortcodes können zu jedem WP-Beitrag oder jeder Seite hinzugefügt werden. So können Sie Formulare und andere Inhalte abhängig von Benutzerrolle und Anmeldestatus bedingt anzeigen."
1348
 
1349
+ #: user-submitted-posts.php:1551
1350
+ msgid "The file(s) could not be uploaded"
1351
+ msgstr "Die Datei(en) konnten nicht hochgeladen werden"
1352
 
1353
+ #: library/plugin-display.php:708
1354
+ msgid "The login/register form displays as a tabbed interface, so users can switch between login, register, and reset password."
1355
+ msgstr "Das Anmelde-/Registrierungsformular wird als Oberfläche mit Registerkarten angezeigt, sodass Benutzer zwischen Anmeldung, Registrierung und Zurücksetzen des Passworts wechseln können."
1356
 
1357
+ #: library/plugin-display.php:725
1358
+ msgid "The pro version provides many more options for this shortcode."
1359
+ msgstr "Die Pro-Version bietet viele weitere Optionen für diesen Shortcode."
1360
 
1361
+ #: library/plugin-display.php:797
1362
+ msgid "The pro version provides more flexibility with access-control shortcodes."
1363
+ msgstr "Die Pro-Version bietet mehr Flexibilität mit Shortcodes für die Zugriffskontrolle."
1364
 
1365
+ #: library/plugin-settings.php:846
1366
+ msgid "There was an error. Please check required fields and try again."
1367
+ msgstr "Es gab einen Fehler. Bitte überprüfen Sie die erforderlichen Felder und versuchen Sie es erneut."
 
1368
 
1369
+ #: library/plugin-display.php:212
1370
+ msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
1371
+ msgstr "Diese Einstellung aktiviert beliebige/alle Shortcodes in Widgets (sogar Shortcodes von anderen Plugins)."
1372
 
1373
+ #: library/plugin-display.php:762
1374
+ msgid "This shortcode accepts the following attributes:"
1375
+ msgstr "Dieser Shortcode akzeptiert die folgenden Attribute:"
1376
 
1377
+ #: library/plugin-display.php:760
1378
+ msgid "This shortcode displays a link that resets the form to its original state:"
1379
+ msgstr "Dieser Shortcode zeigt einen Link an, der das Formular in seinen ursprünglichen Zustand zurücksetzt:"
1380
 
1381
+ #: library/plugin-display.php:384
1382
+ msgid "This will be displayed as the field label on the form. Default: Custom Field 1"
1383
+ msgstr "Dies wird als Feldbezeichnung auf dem Formular angezeigt. Standard: Benutzerdefiniertes Feld 1"
1384
 
1385
+ #: library/plugin-display.php:412
1386
+ msgid "This will be displayed as the field label on the form. Default: Custom Field 2"
1387
+ msgstr "Dies wird als Feldbezeichnung auf dem Formular angezeigt. Standard: Benutzerdefiniertes Feld 2"
1388
 
1389
+ #: library/plugin-display.php:724 library/plugin-display.php:780
1390
+ #: library/plugin-display.php:796
1391
+ msgid "Tip:"
1392
+ msgstr "Tipp:"
1393
 
1394
+ #: library/plugin-display.php:623
1395
+ msgid "to display the submitted name."
1396
+ msgstr "um den übermittelten Namen anzuzeigen."
1397
 
1398
+ #: library/plugin-display.php:490
1399
+ msgid "To enable Google reCaptcha, enter your public and private keys."
1400
+ msgstr "Um Google reCaptcha zu aktivieren, geben Sie Ihren öffentlichen und privaten Schlüssel ein."
1401
 
1402
+ #: library/plugin-display.php:767
1403
+ msgid "to get the current URL."
1404
+ msgstr "um die aktuelle URL zu erhalten."
1405
 
1406
+ #: library/plugin-display.php:753
1407
+ msgid "to get the URL of the full-size image"
1408
+ msgstr "um die URL des Bildes in voller Größe zu erhalten"
1409
 
1410
+ #: library/plugin-display.php:781
1411
+ msgid "to include markup in the deny message, you can use"
1412
+ msgstr "um Markup in die Deny-Nachricht einzufügen, können Sie verwenden"
1413
 
1414
+ #: library/plugin-display.php:781
1415
+ msgid "to output"
1416
+ msgstr "auszugeben"
1417
 
1418
+ #: library/plugin-display.php:745
1419
+ msgid "to output angle brackets"
1420
+ msgstr "spitze Klammern auszugeben"
1421
 
1422
+ #: library/plugin-display.php:473
1423
+ msgid "To prevent spam, enter a question that users must answer before submitting the form"
1424
+ msgstr "Um Spam zu vermeiden, geben Sie eine Frage ein, die Benutzer vor dem Absenden des Formulars beantworten müssen"
1425
 
1426
+ #: user-submitted-posts.php:1622
1427
+ msgid "to submit content!"
1428
+ msgstr "Inhalte einreichen!"
1429
 
1430
+ #: user-submitted-posts.php:87
1431
+ msgid "to upgrade WordPress and try again."
1432
+ msgstr "um WordPress zu aktualisieren und es erneut zu versuchen."
1433
 
1434
+ #: library/plugin-display.php:22
1435
+ msgid "Toggle all panels"
1436
+ msgstr "Schalten Sie alle Bedienfelder um"
1437
 
1438
+ #: library/plugin-display.php:194
1439
+ msgid "Unique Titles"
1440
+ msgstr "Einzigartige Titel"
1441
 
1442
+ #: library/plugin-display.php:457
1443
+ msgid "unlimited checkbox fields"
1444
+ msgstr "unbegrenzte Checkbox-Felder"
1445
 
1446
+ #: library/plugin-display.php:391 library/plugin-display.php:419
1447
+ msgid "unlimited custom fields"
1448
+ msgstr "unbegrenzte benutzerdefinierte Felder"
1449
 
1450
+ #: library/plugin-display.php:72
1451
+ msgid "Unlimited front-end forms"
1452
+ msgstr "Unbegrenzte Front-End-Formulare"
1453
 
1454
+ #: views/submission-form.php:138 views/submission-form-alt.php:153
1455
+ msgid "Upload an Image"
1456
+ msgstr "Lade ein Bild hoch"
1457
 
1458
+ #: library/plugin-display.php:530
1459
+ msgid "Upload Message"
1460
+ msgstr "Nachricht hochladen"
1461
 
1462
+ #: library/plugin-settings.php:897
1463
+ msgid "URL"
1464
+ msgstr "URL"
1465
 
1466
+ #: library/plugin-display.php:626
1467
+ msgid "URL Display"
1468
+ msgstr "URL-Anzeige"
1469
 
1470
+ #: library/plugin-display.php:633
1471
+ msgid "URL Markup"
1472
+ msgstr "URL-Markup"
1473
 
1474
+ #: library/plugin-display.php:346
1475
+ msgid "Use a hidden field for the post category. This hides the category field and sets its value via the next option."
1476
+ msgstr "Verwenden Sie ein verborgenes Feld für die Beitragskategorie. Dadurch wird das Kategoriefeld ausgeblendet und sein Wert über die nächste Option festgelegt."
1477
 
1478
+ #: library/plugin-display.php:745
1479
+ msgid "Use curly brackets"
1480
+ msgstr "Verwenden Sie geschweifte Klammern"
1481
 
1482
+ #: library/plugin-display.php:354
1483
+ msgid "Use Existing Tags"
1484
+ msgstr "Vorhandene Tags verwenden"
1485
 
1486
+ #: library/plugin-display.php:379 library/plugin-display.php:407
1487
+ #: library/plugin-display.php:440
1488
+ msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
1489
+ msgstr "Verwenden Sie nur alphanumerische Zeichen, Unterstriche und Bindestriche. Wenn Sie sich nicht sicher sind, verwenden Sie den Standardnamen:"
1490
 
1491
+ #: library/plugin-display.php:750
1492
+ msgid "Use single straight quotes (instead of double quotes) in"
1493
+ msgstr "Verwenden Sie einfache gerade Anführungszeichen (anstelle von doppelten Anführungszeichen) in"
1494
 
1495
+ #: library/plugin-display.php:519
1496
+ msgid "Use submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)"
1497
+ msgstr "Verwenden Sie eingereichte Bilder als Beitragsbilder. Erfordert Designunterstützung für Featured Images (auch bekannt als Post Thumbnails)"
1498
 
1499
+ #: library/plugin-display.php:691 library/plugin-display.php:704
1500
+ msgid "Use the shortcode to display the form on any WP Post or Page:"
1501
+ msgstr "Verwenden Sie den Shortcode, um das Formular auf jedem WP-Beitrag oder jeder Seite anzuzeigen:"
1502
 
1503
+ #: library/plugin-display.php:250
1504
+ msgid "Use the user’s Profile URL as the value of the URL field (valid when the user is logged in to WordPress)"
1505
+ msgstr "Verwenden Sie die Profil-URL des Benutzers als Wert des URL-Felds (gültig, wenn der Benutzer bei WordPress angemeldet ist)."
1506
 
1507
+ #: library/plugin-display.php:245
1508
+ msgid "Use the user’s registered email as the value of the Email field (valid when the user is logged in to WordPress)"
1509
+ msgstr "Verwenden Sie die registrierte E-Mail-Adresse des Benutzers als Wert des E-Mail-Felds (gültig, wenn der Benutzer bei WordPress angemeldet ist)."
1510
 
1511
+ #: library/plugin-display.php:240
1512
+ msgid "Use the user’s registered username for the Name field (valid when the user is logged in to WordPress)"
1513
+ msgstr "Verwenden Sie den registrierten Benutzernamen des Benutzers für das Feld Name (gültig, wenn der Benutzer bei WordPress angemeldet ist)."
1514
 
1515
+ #: library/plugin-display.php:732
1516
+ msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
1517
+ msgstr "Verwenden Sie diesen Shortcode, um eine Galerie mit hochgeladenen Bildern für jeden eingereichten Beitrag anzuzeigen:"
1518
 
1519
+ #: library/plugin-display.php:713
1520
+ msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1521
+ msgstr "Verwenden Sie diesen Shortcode, um eine Liste der eingereichten Beiträge auf einem beliebigen WP-Beitrag oder einer beliebigen Seite anzuzeigen:"
1522
 
1523
+ #: library/plugin-display.php:90
1524
+ msgid "User Email"
1525
+ msgstr "Benutzer Email"
1526
 
1527
+ #: user-submitted-posts.php:1531
1528
+ msgid "User email required"
1529
+ msgstr "Benutzer-E-Mail erforderlich"
1530
 
1531
+ #: user-submitted-posts.php:1522
1532
+ msgid "User login required"
1533
+ msgstr "Benutzeranmeldung erforderlich"
1534
 
1535
+ #: library/plugin-display.php:89
1536
+ msgid "User Name"
1537
+ msgstr "Nutzername"
1538
 
1539
+ #: user-submitted-posts.php:1523
1540
+ msgid "User name required"
1541
+ msgstr "Benutzername erforderlich"
1542
 
1543
+ #: library/plugin-display.php:226
1544
+ msgid "User Settings"
1545
+ msgstr "Benutzereinstellungen"
1546
 
1547
+ #: user-submitted-posts.php:139
1548
+ msgid "User Submitted Post"
1549
+ msgstr "Vom Benutzer eingereichter Beitrag"
1550
 
1551
+ #: user-submitted-posts.php:528
1552
+ msgid "User Submitted Post Info"
1553
+ msgstr "Vom Benutzer übermittelte Beitragsinformationen"
1554
 
1555
+ #. Name of the plugin
1556
+ #: user-submitted-posts.php:44 library/support-panel.php:7
1557
+ msgid "User Submitted Posts"
1558
+ msgstr "Von Benutzern eingereichte Beiträge"
1559
 
1560
+ #: library/plugin-display.php:91
1561
+ msgid "User URL"
1562
+ msgstr "Benutzer-URL"
1563
 
1564
+ #: user-submitted-posts.php:1525
1565
+ msgid "User URL required"
1566
+ msgstr "Benutzer-URL erforderlich"
1567
 
1568
+ #: library/shortcode-login.php:114 library/shortcode-login.php:139
1569
+ msgid "Username"
1570
+ msgstr "Nutzername"
1571
 
1572
+ #: library/shortcode-login.php:159
1573
+ msgid "Username or Email"
1574
+ msgstr "Benutzername oder E-Mail-Adresse"
1575
 
1576
+ #: user-submitted-posts.php:619 library/plugin-display.php:59
1577
+ msgid "USP"
1578
+ msgstr "USP"
1579
 
1580
+ #: library/plugin-display.php:690
1581
+ msgid "USP enables you to display a post-submission form anywhere on your site."
1582
+ msgstr "Mit USP können Sie überall auf Ihrer Website ein Post-Submission-Formular anzeigen."
1583
+
1584
+ #: library/plugin-display.php:60 library/plugin-display.php:109
1585
+ #: library/plugin-display.php:219 library/plugin-display.php:267
1586
+ #: library/plugin-display.php:320 library/plugin-display.php:365
1587
+ #: library/plugin-display.php:393 library/plugin-display.php:421
1588
+ #: library/plugin-display.php:459 library/plugin-display.php:574
1589
+ #: library/plugin-display.php:669 library/plugin-display.php:697
1590
+ msgid "USP Pro"
1591
+ msgstr "USP Pro"
1592
 
1593
+ #: library/plugin-display.php:772
1594
+ msgid "USP provides three shortcodes to control access and restrict content."
1595
+ msgstr "USP bietet drei Shortcodes, um den Zugriff zu kontrollieren und Inhalte einzuschränken."
1596
 
1597
+ #: library/plugin-settings.php:316
1598
+ msgid "v2 (I’m not a robot)"
1599
+ msgstr "v2 (Ich bin kein Roboter)"
1600
 
1601
+ #: library/plugin-settings.php:320
1602
+ msgid "v3 (Hidden reCaptcha)"
1603
+ msgstr "v3 (Verstecktes reCaptcha)"
1604
 
1605
+ #: views/submission-form.php:131 views/submission-form-alt.php:146
1606
+ msgid "Verification"
1607
+ msgstr "Überprüfung"
1608
 
1609
+ #: library/shortcode-misc.php:135
1610
+ msgid "View full post"
1611
+ msgstr "Vollständigen Beitrag anzeigen"
1612
 
1613
+ #: library/plugin-display.php:696
1614
+ msgid "Want more than one form? Create unlimited submission forms, registration forms, contact forms and more with"
1615
+ msgstr "Möchten Sie mehr als ein Formular? Erstellen Sie unbegrenzte Einreichungsformulare, Registrierungsformulare, Kontaktformulare und mehr mit"
1616
 
1617
+ #: library/plugin-display.php:31
1618
+ msgid "We need your support!"
1619
+ msgstr "Wir brauchen Deine Unterstützung!"
1620
 
1621
+ #: library/shortcode-login.php:177
1622
+ msgid "Welcome, "
1623
+ msgstr "Herzlich willkommen, "
1624
 
1625
+ #: library/plugin-display.php:126
1626
+ msgid "With this option, you can copy the plugin’s default templates:"
1627
+ msgstr "Mit dieser Option können Sie die Standardvorlagen des Plug-ins kopieren:"
1628
 
1629
+ #: user-submitted-posts.php:86
1630
+ msgid "WordPress Admin Area"
1631
+ msgstr "WordPress-Adminbereich"
1632
 
1633
+ #: library/plugin-settings.php:156
1634
+ msgid "WP Page"
1635
+ msgstr "WP-Seite"
1636
 
1637
+ #: library/plugin-settings.php:152
1638
+ msgid "WP Post (recommended)"
1639
+ msgstr "WP-Beitrag (empfohlen)"
1640
 
1641
+ #: library/plugin-display.php:703
1642
+ msgid "You also can display a simple form that enables users to log in, register, or reset their password."
1643
+ msgstr "Sie können auch ein einfaches Formular anzeigen, mit dem Benutzer sich anmelden, registrieren oder ihr Passwort zurücksetzen können."
1644
 
1645
+ #: library/plugin-display.php:736
1646
+ msgid "You can customize using any of the follwing attributes:"
1647
+ msgstr "Sie können mit einem der folgenden Attribute anpassen:"
1648
 
1649
+ #: views/submission-form.php:37 views/submission-form.php:38
1650
+ #: views/submission-form-alt.php:52 views/submission-form-alt.php:53
1651
+ #: library/shortcode-login.php:143
1652
+ msgid "Your Email"
1653
+ msgstr "Deine E-Mail"
1654
 
1655
+ #: library/plugin-display.php:41
1656
+ msgid "Your generous support enables continued development of this free plugin. Thank you!"
1657
+ msgstr "Ihre großzügige Unterstützung ermöglicht die Weiterentwicklung dieses kostenlosen Plugins. Vielen Dank!"
1658
 
1659
+ #: library/support-panel.php:62
1660
+ msgid "Your generous support helps future development of"
1661
+ msgstr "Ihre großzügige Unterstützung hilft der zukünftigen Entwicklung von"
 
1662
 
1663
+ #: views/submission-form.php:31 views/submission-form.php:32
1664
+ #: views/submission-form-alt.php:46 views/submission-form-alt.php:47
1665
+ msgid "Your Name"
1666
+ msgstr "Ihren Namen"
1667
 
1668
+ #: views/submission-form.php:43 views/submission-form.php:44
1669
+ #: views/submission-form-alt.php:58 views/submission-form-alt.php:59
1670
+ msgid "Your URL"
1671
+ msgstr "Ihre URL"
1672
 
1673
+ #: library/plugin-settings.php:96
1674
+ msgid "★★★★★ rating »"
1675
+ msgstr "★★★★★ Bewertung »"
 
1676
 
languages/usp-el.mo CHANGED
Binary file
languages/usp-el.po CHANGED
@@ -4,1502 +4,1673 @@ 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 20200817\n"
8
  "Language: el\n"
9
 
10
- #. Name of the plugin
11
- #: user-submitted-posts.php:44 library/support-panel.php:5
12
- msgid "User Submitted Posts"
13
- msgstr "Δημοσιεύσεις που υποβλήθηκαν από τον χρήστη"
14
 
15
- #: user-submitted-posts.php:82
16
- msgid "requires WordPress "
17
- msgstr "απαιτεί WordPress "
18
 
19
- #: user-submitted-posts.php:83
 
 
 
 
 
 
 
 
 
 
 
 
20
  msgid " or higher, and has been deactivated! "
21
  msgstr " ή υψηλότερο, και έχει απενεργοποιηθεί! "
22
 
23
- #: user-submitted-posts.php:84
24
- msgid "Please return to the"
25
- msgstr "Επιστρέψτε στο"
 
26
 
27
- #: user-submitted-posts.php:85
28
- msgid "WordPress Admin Area"
29
- msgstr "Περιοχή διαχειριστή WordPress"
30
 
31
- #: user-submitted-posts.php:86
32
- msgid "to upgrade WordPress and try again."
33
- msgstr "για αναβάθμιση του WordPress και δοκιμάστε ξανά."
34
 
35
- #: user-submitted-posts.php:138
36
- msgid "User Submitted Post"
37
- msgstr "Υποβολή υποβολής χρήστη"
38
 
39
- #: user-submitted-posts.php:484
40
- msgid "User Submitted Post Info"
41
- msgstr "Υποβολή υποβολής πληροφοριών από τον χρήστη"
42
 
43
- #: user-submitted-posts.php:514
44
- msgid "Submitter Name: "
45
- msgstr "Όνομα παραλήπτη: "
46
 
47
- #: user-submitted-posts.php:515
48
- msgid "Submitter Email: "
49
- msgstr "Email αποστολέα: "
50
 
51
- #: user-submitted-posts.php:516
52
- msgid "Submitter URL: "
53
- msgstr "Διεύθυνση URL αποστολέα: "
54
 
55
- #: user-submitted-posts.php:517
56
- msgid "Submitter IP: "
57
- msgstr "IP αποστολέα: "
58
 
59
- #: user-submitted-posts.php:572
60
- msgid "Show USP Posts"
61
- msgstr "Εμφάνιση δημοσιεύσεων USP"
62
 
63
- #: user-submitted-posts.php:573 library/plugin-settings.php:1188
64
- msgid "USP"
65
- msgstr "USP"
66
 
67
- #: user-submitted-posts.php:1427
68
- msgid " files required"
69
- msgstr " απαιτούνται αρχεία"
70
 
71
- #: user-submitted-posts.php:1428
72
- msgid " file required"
73
- msgstr " απαιτείται αρχείο"
74
 
75
- #: user-submitted-posts.php:1430
76
- msgid " files"
77
- msgstr " αρχεία"
 
 
78
 
79
- #: user-submitted-posts.php:1431
80
- msgid " file"
81
- msgstr " αρχείο"
82
 
83
- #: user-submitted-posts.php:1433 user-submitted-posts.php:1434
84
- #: user-submitted-posts.php:1435 user-submitted-posts.php:1436
85
- msgid " pixels"
86
- msgstr " εικονοστοιχεία"
87
 
88
- #: user-submitted-posts.php:1438 library/core-functions.php:255
89
- #: library/plugin-settings.php:342 library/plugin-settings.php:361
90
- #: library/plugin-settings.php:876 library/plugin-settings.php:1447
91
- msgid "Custom Field"
92
- msgstr "Προσαρμοσμένο πεδίο"
93
 
94
- #: user-submitted-posts.php:1440
95
- msgid "Custom checkbox required"
96
- msgstr "Απαιτείται προσαρμοσμένο πλαίσιο ελέγχου"
97
 
98
- #: user-submitted-posts.php:1443
99
- msgid "An error occurred. Please go back and try again."
100
- msgstr "Παρουσιάστηκε σφάλμα. Επιστρέψτε και δοκιμάστε ξανά."
101
 
102
- #: user-submitted-posts.php:1453
103
- msgid "User login required"
104
- msgstr "Απαιτείται σύνδεση χρήστη"
105
 
106
- #: user-submitted-posts.php:1454
107
- msgid "User name required"
108
- msgstr "Απαιτείται όνομα χρήστη"
109
 
110
- #: user-submitted-posts.php:1455
111
- msgid "Post title required"
112
- msgstr "Απαιτείται τίτλος ανάρτησης"
113
 
114
- #: user-submitted-posts.php:1456
115
- msgid "User URL required"
116
- msgstr "Απαιτείται διεύθυνση URL χρήστη"
117
 
118
- #: user-submitted-posts.php:1457
119
- msgid "Post tags required"
120
- msgstr "Απαιτούνται ετικέτες ανάρτησης"
 
 
121
 
122
- #: user-submitted-posts.php:1458
123
- msgid "Post category required"
124
- msgstr "Απαιτείται κατηγορία ανάρτησης"
125
 
126
- #: user-submitted-posts.php:1459
127
- msgid "Post content required"
128
- msgstr "Απαιτείται δημοσίευση περιεχομένου"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
129
 
130
- #: user-submitted-posts.php:1460 user-submitted-posts.php:1461
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
131
  msgid "Correct captcha required"
132
  msgstr "Απαιτείται σωστό captcha"
133
 
134
- #: user-submitted-posts.php:1462
135
- msgid "User email required"
136
- msgstr "Απαιτείται email χρήστη"
137
 
138
- #: user-submitted-posts.php:1463
139
- msgid "Please check your email and try again"
140
- msgstr "Ελέγξτε το email σας και δοκιμάστε ξανά"
141
 
142
- #: user-submitted-posts.php:1464
143
- msgid "Non-empty value for hidden field"
144
- msgstr "Μη κενή τιμή για κρυφό πεδίο"
145
 
146
- #: user-submitted-posts.php:1465
147
- msgid "Minimum number of images not met"
148
- msgstr "Ο ελάχιστος αριθμός εικόνων δεν πληρούνται"
149
 
150
- #: user-submitted-posts.php:1466
151
- msgid "Maximum number of images exceeded "
152
- msgstr "Υπέρβαση του μέγιστου αριθμού εικόνων "
 
 
153
 
154
- #: user-submitted-posts.php:1467
155
- msgid "Minimum image width not met"
156
- msgstr "Το ελάχιστο πλάτος εικόνας δεν ικανοποιήθηκε"
157
 
158
- #: user-submitted-posts.php:1468
159
- msgid "Image width exceeds maximum"
160
- msgstr "Το πλάτος της εικόνας υπερβαίνει το μέγιστο"
161
 
162
- #: user-submitted-posts.php:1469
163
- msgid "Minimum image height not met"
164
- msgstr "Το ελάχιστο ύψος εικόνας δεν πληρούται"
 
 
165
 
166
- #: user-submitted-posts.php:1470
167
- msgid "Image height exceeds maximum"
168
- msgstr "Το ύψος της εικόνας υπερβαίνει το μέγιστο"
169
 
170
- #: user-submitted-posts.php:1471
171
- msgid "File type not allowed (please upload images only)"
172
- msgstr "Δεν επιτρέπεται ο τύπος αρχείου (ανεβάστε μόνο εικόνες)"
173
 
174
- #: user-submitted-posts.php:1472
175
- msgid " required"
176
- msgstr " απαιτείται"
177
 
178
- #: user-submitted-posts.php:1477
179
- msgid "File not uploaded. Please check the file and try again."
180
- msgstr "Το αρχείο δεν ανέβηκε. Ελέγξτε το αρχείο και δοκιμάστε ξανά."
181
 
182
- #: user-submitted-posts.php:1481
183
- msgid "The file(s) could not be uploaded"
184
- msgstr "Δεν ήταν δυνατή η μεταφόρτωση των αρχείων"
185
 
186
- #: user-submitted-posts.php:1483
187
- msgid "Post not created. Please contact the site administrator for help."
188
- msgstr "Η ανάρτηση δεν δημιουργήθηκε. Επικοινωνήστε με τον διαχειριστή του ιστότοπου για βοήθεια."
189
 
190
- #: user-submitted-posts.php:1484
191
- msgid "Duplicate post title. Please try again."
192
- msgstr "Διπλότυπος τίτλος ανάρτησης. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα."
193
 
194
- #: user-submitted-posts.php:1494
195
- msgid "Error: "
196
- msgstr "Λάθος: "
197
 
198
- #: user-submitted-posts.php:1520
199
- msgid "Return to form"
200
- msgstr "Επιστροφή στη φόρμα"
201
 
202
- #: user-submitted-posts.php:1550 library/plugin-settings.php:1164
203
- msgid "Please"
204
- msgstr "Σας παρακαλούμε"
205
 
206
- #: user-submitted-posts.php:1551
207
- msgid "log in"
208
- msgstr "Σύνδεση"
209
 
210
- #: user-submitted-posts.php:1552
211
- msgid "to submit content!"
212
- msgstr "για να υποβάλετε περιεχόμενο!"
213
 
214
- #: views/submission-form.php:21 views/submission-form-alt.php:40
215
- msgid "Please complete the required fields."
216
- msgstr "Συμπληρώστε τα απαιτούμενα πεδία."
 
217
 
218
- #: views/submission-form.php:31 views/submission-form.php:32
219
- #: views/submission-form-alt.php:46 views/submission-form-alt.php:47
220
- msgid "Your Name"
221
- msgstr "Το όνομα σου"
222
 
223
- #: views/submission-form.php:37 views/submission-form.php:38
224
- #: views/submission-form-alt.php:52 views/submission-form-alt.php:53
225
- #: library/shortcode-login.php:143
226
- msgid "Your Email"
227
- msgstr "Η διεύθυνση του ηλεκτρονικού σου ταχυδρομείου"
228
 
229
- #: views/submission-form.php:43 views/submission-form.php:44
230
- #: views/submission-form-alt.php:58 views/submission-form-alt.php:59
231
- msgid "Your URL"
232
- msgstr "Η διεύθυνση URL σας"
233
 
234
- #: views/submission-form.php:49 views/submission-form.php:50
235
- #: views/submission-form-alt.php:64 views/submission-form-alt.php:65
236
- #: library/plugin-settings.php:1225
237
- msgid "Post Title"
238
- msgstr "Τίτλος ανάρτησης"
239
 
240
- #: views/submission-form.php:56 views/submission-form.php:65
241
- #: views/submission-form.php:66 views/submission-form-alt.php:71
242
- #: views/submission-form-alt.php:80 views/submission-form-alt.php:81
243
- #: library/plugin-settings.php:1226
244
- msgid "Post Tags"
245
- msgstr "Δημοσίευση ετικετών"
246
 
247
- #: views/submission-form.php:58 views/submission-form-alt.php:73
248
- msgid "Please select some tags.."
249
- msgstr "Επιλέξτε μερικές ετικέτες .."
250
 
251
- #: views/submission-form.php:79 views/submission-form-alt.php:94
252
- msgid "Antispam Question"
253
- msgstr "Ερώτηση Antispam"
254
 
255
- #: views/submission-form.php:84 views/submission-form-alt.php:99
256
- #: library/plugin-settings.php:1227
257
- msgid "Post Category"
258
- msgstr "Κατηγορία Δημοσίευσης"
259
 
260
- #: views/submission-form.php:86 views/submission-form-alt.php:101
261
- msgid "Please select a category.."
262
- msgstr "Επιλέξτε κατηγορία .."
263
 
264
- #: views/submission-form.php:117 views/submission-form.php:118
265
- #: views/submission-form-alt.php:132 views/submission-form-alt.php:133
266
- #: library/plugin-settings.php:1228
267
- msgid "Post Content"
268
- msgstr "Δημοσίευση περιεχομένου"
269
 
270
- #: views/submission-form.php:125 views/submission-form-alt.php:140
271
- msgid "Verification"
272
- msgstr "Επαλήθευση"
273
 
274
- #: views/submission-form.php:132 views/submission-form-alt.php:147
275
- msgid "Upload an Image"
276
- msgstr "Ανεβάστε μια εικόνα"
277
 
278
- #: views/submission-form.php:141 views/submission-form-alt.php:156
279
- msgid "Add another image"
280
- msgstr "Προσθέστε μια άλλη εικόνα"
281
 
282
- #: views/submission-form.php:163 views/submission-form-alt.php:178
283
- msgid "Human verification: leave this field empty."
284
- msgstr "Επαλήθευση από τον άνθρωπο: αφήστε αυτό το πεδίο κενό."
285
 
286
- #: views/submission-form.php:191 views/submission-form-alt.php:206
287
- msgid "Submit Post"
288
- msgstr "Υποβολή ανάρτησης"
289
 
290
- #: library/enqueue-scripts.php:150 library/enqueue-scripts.php:193
291
- msgid "Incorrect response."
292
- msgstr "Λανθασμένη απάντηση."
293
 
294
- #: library/shortcode-login.php:88 library/shortcode-login.php:127
295
- msgid "Login"
296
- msgstr "Σύνδεση"
297
 
298
- #: library/shortcode-login.php:89
299
- msgid "Register"
300
- msgstr "Κανω ΕΓΓΡΑΦΗ"
301
 
302
- #: library/shortcode-login.php:90
303
- msgid "Forgot?"
304
- msgstr "Ξεχάσατε;"
 
 
305
 
306
- #: library/shortcode-login.php:97 library/shortcode-login.php:102
307
- msgid "Success!"
308
- msgstr "Επιτυχία!"
309
 
310
- #: library/shortcode-login.php:98
311
- msgid "Check your email for the password."
312
- msgstr "Ελέγξτε το email σας για τον κωδικό πρόσβασης."
313
 
314
- #: library/shortcode-login.php:103
315
- msgid "Check your email to reset your password."
316
- msgstr "Ελέγξτε το email σας για να επαναφέρετε τον κωδικό πρόσβασής σας."
317
 
318
- #: library/shortcode-login.php:107
319
- msgid "Have an account?"
320
- msgstr "Να έχεις ένα λογαριασμό?"
321
 
322
- #: library/shortcode-login.php:108
323
- msgid "Log in or sign up! It’s fast & free!"
324
- msgstr "Συνδεθείτε ή εγγραφείτε! Είναι γρήγορο & amp; Ελεύθερος!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
325
 
326
- #: library/shortcode-login.php:114 library/shortcode-login.php:139
327
- msgid "Username"
328
- msgstr "Όνομα χρήστη"
329
 
330
- #: library/shortcode-login.php:118
331
- msgid "Password"
332
- msgstr "Κωδικός πρόσβασης"
333
 
334
- #: library/shortcode-login.php:124
335
- msgid "Remember me"
336
- msgstr "Θυμήσου με"
 
337
 
338
- #: library/shortcode-login.php:135
339
- msgid "Register for this site!"
340
- msgstr "Εγγραφείτε για αυτόν τον ιστότοπο!"
341
 
342
- #: library/shortcode-login.php:136
343
- msgid "Sign up now for the good stuff."
344
- msgstr "Εγγραφείτε τώρα για τα καλά πράγματα."
345
 
346
- #: library/shortcode-login.php:147
347
- msgid "Sign up!"
348
- msgstr "Εγγραφείτε!"
349
 
350
- #: library/shortcode-login.php:155
351
- msgid "Lose something?"
352
- msgstr "Χάσατε κάτι;"
353
 
354
- #: library/shortcode-login.php:156
355
- msgid "Enter your username or email to reset your password."
356
- msgstr "Εισαγάγετε το όνομα χρήστη ή το email σας για να επαναφέρετε τον κωδικό πρόσβασής σας."
357
 
358
- #: library/shortcode-login.php:159
359
- msgid "Username or Email"
360
- msgstr "Ονομα χρήστη ή διεύθυνση ηλεκτρονικού ταχυδρομίου"
361
 
362
- #: library/shortcode-login.php:163
363
- msgid "Reset my password"
364
- msgstr "Επαναφέρετε τον κωδικό πρόσβασής μου"
365
 
366
- #: library/shortcode-login.php:177
367
- msgid "Welcome, "
368
- msgstr "Καλως ΗΡΘΑΤΕ, "
369
 
370
- #: library/shortcode-login.php:180
371
- msgid "Congratulations, you’re logged in."
372
- msgstr "Συγχαρητήρια, συνδεθήκατε."
 
373
 
374
- #: library/shortcode-login.php:182
375
- msgid "Log out"
376
- msgstr "Αποσύνδεση"
377
 
378
- #: library/shortcode-login.php:183
379
- msgid "Admin"
380
- msgstr "διαχειριστής"
381
 
382
- #: library/shortcode-login.php:184
383
- msgid "Profile"
384
- msgstr "Προφίλ"
385
 
386
- #: library/shortcode-misc.php:18
387
- msgid "Reset form"
388
- msgstr "Επαναφορά μορφής"
389
 
390
- #: library/shortcode-misc.php:128
391
- msgid "View full post"
392
- msgstr "Προβολή πλήρους ανάρτησης"
393
 
394
- #: library/plugin-settings.php:31
395
- msgid "Settings"
396
- msgstr "Ρυθμίσεις"
397
 
398
- #: library/plugin-settings.php:40
399
- msgid "Get USP Pro for unlimited forms!"
400
- msgstr "Αποκτήστε το USP Pro για απεριόριστες φόρμες!"
401
 
402
- #: library/plugin-settings.php:41
403
- msgid "Go Pro"
404
- msgstr "Γίνε επαγγελματίας"
405
 
406
- #: library/plugin-settings.php:62 library/plugin-settings.php:1196
407
- #: library/plugin-settings.php:1819
408
- msgid "Plugin Homepage"
409
- msgstr "Αρχική σελίδα Plugin"
410
 
411
- #: library/plugin-settings.php:63
412
- msgid "Homepage"
413
- msgstr "Αρχική σελίδα"
414
 
415
- #: library/plugin-settings.php:68
416
- msgid "Give USP a 5-star rating at WordPress.org"
417
- msgstr "Δώστε στο USP βαθμολογία 5 αστέρων στο WordPress.org"
418
 
419
- #: library/plugin-settings.php:69
420
- msgid "Rate this plugin »"
421
- msgstr "Αξιολογήστε αυτό το πρόσθετο & nbsp; & raquo;"
422
 
423
- #: library/plugin-settings.php:127
424
- msgid "WP Post (recommended)"
425
- msgstr "Δημοσίευση WP (συνιστάται)"
426
 
427
- #: library/plugin-settings.php:131
428
- msgid "WP Page"
429
- msgstr "Σελίδα WP"
430
 
431
- #: library/plugin-settings.php:147
432
- msgid "HTML5 Form + Default CSS"
433
- msgstr "HTML5 Φόρμα + Προεπιλεγμένο CSS"
 
434
 
435
- #: library/plugin-settings.php:147
436
- msgid "(Recommended)"
437
- msgstr "(Συνιστάται)"
438
 
439
- #: library/plugin-settings.php:151
440
- msgid "HTML5 Form + Disable CSS"
441
- msgstr "HTML5 Form + Απενεργοποίηση CSS"
442
 
443
- #: library/plugin-settings.php:151
444
- msgid "(Provide your own styles)"
445
- msgstr "(Δώστε τα δικά σας στυλ)"
 
446
 
447
- #: library/plugin-settings.php:155
448
- msgid "Custom Form + Custom CSS"
449
- msgstr "Προσαρμοσμένη φόρμα + προσαρμοσμένο CSS"
450
 
451
- #: library/plugin-settings.php:155
452
- msgid "(Provide your own form template & styles)"
453
- msgstr "(Καταχωρίστε το δικό σας πρότυπο φόρμας & στυλ)"
454
 
455
- #: library/plugin-settings.php:171 library/plugin-settings.php:195
456
- #: library/plugin-settings.php:219 library/plugin-settings.php:243
457
- #: library/plugin-settings.php:267
458
- msgid "Auto-display before post content"
459
- msgstr "Αυτόματη προβολή πριν από την ανάρτηση περιεχομένου"
460
 
461
- #: library/plugin-settings.php:175 library/plugin-settings.php:199
462
- #: library/plugin-settings.php:223 library/plugin-settings.php:247
463
- #: library/plugin-settings.php:271
464
- msgid "Auto-display after post content"
465
- msgstr "Αυτόματη εμφάνιση μετά το περιεχόμενο της δημοσίευσης"
466
 
467
- #: library/plugin-settings.php:179
468
- msgid "Do not auto-display submitted images"
469
- msgstr "Μην προβάλλετε αυτόματα τις υποβληθείσες εικόνες"
470
 
471
- #: library/plugin-settings.php:203
472
- msgid "Do not auto-display submitted email"
473
- msgstr "Να μην εμφανίζεται αυτόματα το υποβληθέν email"
474
 
475
- #: library/plugin-settings.php:227
476
- msgid "Do not auto-display submitted name"
477
- msgstr "Να μην εμφανίζεται αυτόματα το υποβληθέν όνομα"
478
 
479
- #: library/plugin-settings.php:251
480
- msgid "Do not auto-display submitted URL"
481
- msgstr "Να μην εμφανίζεται αυτόματα η υποβληθείσα διεύθυνση URL"
482
 
483
- #: library/plugin-settings.php:275
484
- msgid "Do not auto-display the Custom Field"
485
- msgstr "Μην προβάλλετε αυτόματα το προσαρμοσμένο πεδίο"
486
 
487
- #: library/plugin-settings.php:291
488
- msgid "v2 (I’m not a robot)"
489
- msgstr "v2 (Δεν είμαι ρομπότ)"
490
 
491
- #: library/plugin-settings.php:295
492
- msgid "v3 (Hidden reCaptcha)"
493
- msgstr "v3 (Κρυφό reCaptcha)"
494
 
495
- #: library/plugin-settings.php:323 library/plugin-settings.php:355
496
- #: library/plugin-settings.php:388 library/plugin-settings.php:420
497
- msgid "Enable and require"
498
- msgstr "Ενεργοποίηση και απαίτηση"
499
 
500
- #: library/plugin-settings.php:324 library/plugin-settings.php:356
501
- msgid "Enable but do not require"
502
- msgstr "Ενεργοποίηση αλλά δεν απαιτείται"
503
 
504
- #: library/plugin-settings.php:325 library/plugin-settings.php:357
505
- #: library/plugin-settings.php:389 library/plugin-settings.php:421
506
- msgid "Disable this field"
507
- msgstr "Απενεργοποιήστε αυτό το πεδίο"
508
 
509
- #: library/plugin-settings.php:360 library/plugin-settings.php:392
510
- #: library/plugin-settings.php:424 library/plugin-settings.php:456
511
- msgid "(Visit"
512
- msgstr "(Επίσκεψη"
513
 
514
- #: library/plugin-settings.php:361 library/plugin-settings.php:393
515
- #: library/plugin-settings.php:425 library/plugin-settings.php:457
516
- msgid "to configure options)"
517
- msgstr "να διαμορφώσετε επιλογές)"
518
 
519
- #: library/plugin-settings.php:376 library/plugin-settings.php:393
520
- #: library/plugin-settings.php:1465 library/plugin-settings.php:1470
521
- msgid "Challenge Question"
522
- msgstr "Ερώτηση πρόκλησης"
523
 
524
- #: library/plugin-settings.php:408 library/plugin-settings.php:425
525
- #: library/plugin-settings.php:1487
526
- msgid "Google reCAPTCHA"
527
- msgstr "Google reCAPTCHA"
528
 
529
- #: library/plugin-settings.php:440
530
- msgid "Post Images"
531
- msgstr "Δημοσίευση εικόνων"
532
 
533
- #: library/plugin-settings.php:452
534
- msgid "Enable"
535
- msgstr "επιτρέπω"
536
 
537
- #: library/plugin-settings.php:453
538
- msgid "Disable"
539
- msgstr "Καθιστώ ανίκανο"
 
540
 
541
- #: library/plugin-settings.php:457 library/plugin-settings.php:1555
542
- msgid "Image Uploads"
543
- msgstr "Μεταφορτώσεις εικόνας"
 
544
 
545
- #: library/plugin-settings.php:537
546
- msgid "Draft"
547
- msgstr "Προσχέδιο"
548
 
549
- #: library/plugin-settings.php:538
550
- msgid "Pending (default)"
551
- msgstr "Σε εκκρεμότητα (προεπιλογή)"
552
 
553
- #: library/plugin-settings.php:539
554
- msgid "Publish immediately"
555
- msgstr "Δημοσιεύστε αμέσως"
556
 
557
- #: library/plugin-settings.php:540
558
- msgid "Publish after 1 approved post"
559
- msgstr "Δημοσίευση μετά από 1 εγκεκριμένη ανάρτηση"
560
 
561
- #: library/plugin-settings.php:541
562
- msgid "Publish after "
563
- msgstr "Δημοσίευση μετά "
564
 
565
- #: library/plugin-settings.php:541
566
- msgid " approved posts"
567
- msgstr " εγκεκριμένες θέσεις"
568
 
569
- #: library/plugin-settings.php:569
570
- msgid "Select categories to display in the Category field."
571
- msgstr "Επιλέξτε κατηγορίες για εμφάνιση στο πεδίο Κατηγορία."
572
 
573
- #: library/plugin-settings.php:815
574
- msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
575
- msgstr "Παρουσιάστηκε σφάλμα. Βεβαιωθείτε ότι έχετε προσθέσει έναν τίτλο, κάποιο περιεχόμενο και ότι έχετε ανεβάσει μόνο εικόνες."
576
 
577
- #: library/plugin-settings.php:829
578
- msgid "Please select your image(s) to upload."
579
- msgstr "Επιλέξτε τις εικόνες σας για μεταφόρτωση."
580
 
581
- #: library/plugin-settings.php:835
582
- msgid "Success! Thank you for your submission."
583
- msgstr "Επιτυχία! Σας ευχαριστούμε για την υποβολή σας."
584
 
585
- #: library/plugin-settings.php:864
586
- msgid "Email"
587
- msgstr "ΗΛΕΚΤΡΟΝΙΚΗ ΔΙΕΥΘΥΝΣΗ"
588
 
589
- #: library/plugin-settings.php:866
590
- msgid "URL"
591
- msgstr "Διεύθυνση URL"
592
 
593
- #: library/plugin-settings.php:1151
594
- msgid "Toggle all panels"
595
- msgstr "Εναλλαγή όλων των πλαισίων"
596
 
597
- #: library/plugin-settings.php:1160
598
- msgid "We need your support!"
599
- msgstr "Χρειαζόμαστε την υποστήριξή σας!"
600
 
601
- #: library/plugin-settings.php:1164
602
- msgid "Make a donation via PayPal"
603
- msgstr "Κάντε μια δωρεά μέσω PayPal"
604
 
605
- #: library/plugin-settings.php:1164
606
- msgid "make a donation"
607
- msgstr "κάντε μια δωρεά"
 
608
 
609
- #: library/plugin-settings.php:1164
610
- msgid "and/or"
611
- msgstr "και / ή"
612
 
613
- #: library/plugin-settings.php:1165
614
- msgid "Rate and review at the Plugin Directory"
615
- msgstr "Αξιολογήστε και αναθεωρήστε στον Κατάλογο προσθηκών"
616
 
617
- #: library/plugin-settings.php:1166
618
- msgid "give this plugin a 5-star rating"
619
- msgstr "δώστε σε αυτό το πρόσθετο βαθμολογία 5 αστέρων"
620
 
621
- #: library/plugin-settings.php:1170
622
- msgid "Your generous support enables continued development of this free plugin. Thank you!"
623
- msgstr "Η γενναιόδωρη υποστήριξή σας επιτρέπει τη συνεχή ανάπτυξη αυτού του δωρεάν πρόσθετου. Ευχαριστώ!"
624
 
625
- #: library/plugin-settings.php:1175
626
- msgid "Check this box if you have shown support"
627
- msgstr "Επιλέξτε αυτό το πλαίσιο εάν έχετε δείξει υποστήριξη"
628
 
629
- #: library/plugin-settings.php:1184
630
- msgid "Overview"
631
- msgstr "ΣΦΑΙΡΙΚΗ ΕΙΚΟΝΑ"
632
 
633
- #: library/plugin-settings.php:1188
634
- msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
635
- msgstr "επιτρέπει στους επισκέπτες σας να υποβάλλουν αναρτήσεις και να ανεβάζουν εικόνες από το μπροστινό μέρος του ιστότοπού σας. "
636
 
637
- #: library/plugin-settings.php:1189
638
- msgid "For advanced functionality and unlimited forms, check out"
639
- msgstr "Για προηγμένες λειτουργίες και απεριόριστες φόρμες, ρίξτε μια ματιά"
640
 
641
- #: library/plugin-settings.php:1189 library/plugin-settings.php:1613
642
- msgid "USP Pro"
643
- msgstr "USP Pro"
644
 
645
- #: library/plugin-settings.php:1190
646
- msgid "— the ultimate solution for user-generated content."
647
- msgstr "& mdash; η απόλυτη λύση για περιεχόμενο που δημιουργείται από χρήστες."
648
 
649
- #: library/plugin-settings.php:1194 library/plugin-settings.php:1211
650
- msgid "Plugin Settings"
651
- msgstr "Ρυθμίσεις προσθηκών"
652
 
653
- #: library/plugin-settings.php:1195
654
- msgid "Display the form"
655
- msgstr "Εμφάνιση της φόρμας"
656
 
657
- #: library/plugin-settings.php:1199
658
- msgid "If you like this plugin, please"
659
- msgstr "Εάν σας αρέσει αυτό το πρόσθετο, παρακαλώ"
660
 
661
- #: library/plugin-settings.php:1200
662
- msgid "THANK YOU for your support!"
663
- msgstr "Σας ευχαριστούμε για την υποστήριξή σας!"
664
 
665
- #: library/plugin-settings.php:1200
666
- msgid "give it a 5-star rating"
667
- msgstr "δώστε μια βαθμολογία 5 αστέρων"
668
 
669
- #: library/plugin-settings.php:1204
670
- msgid "Unlimited front-end forms"
671
- msgstr "Απεριόριστες φόρμες front-end"
672
 
673
- #: library/plugin-settings.php:1204
674
- msgid "Get USP Pro"
675
- msgstr "Αποκτήστε το USP Pro"
676
 
677
- #: library/plugin-settings.php:1214
678
- msgid "Configure your settings for User Submitted Posts."
679
- msgstr "Διαμορφώστε τις ρυθμίσεις σας για αναρτήσεις που υποβλήθηκαν από τον χρήστη."
680
 
681
- #: library/plugin-settings.php:1216
682
- msgid "Form Fields"
683
- msgstr "Πεδία φόρμας"
684
 
685
- #: library/plugin-settings.php:1222
686
- msgid "User Name"
687
- msgstr "Ονομα χρήστη"
688
 
689
- #: library/plugin-settings.php:1223
690
- msgid "User Email"
691
- msgstr "Email χρήστη"
692
 
693
- #: library/plugin-settings.php:1224
694
- msgid "User URL"
695
- msgstr "Διεύθυνση URL χρήστη"
696
 
697
- #: library/plugin-settings.php:1239
698
- msgid "General Settings"
699
- msgstr "Γενικές Ρυθμίσεις"
700
 
701
- #: library/plugin-settings.php:1241
702
- msgid "Note that the default settings work fine for most cases."
703
- msgstr "Σημειώστε ότι οι προεπιλεγμένες ρυθμίσεις λειτουργούν καλά για τις περισσότερες περιπτώσεις."
704
 
705
- #: library/plugin-settings.php:1246
706
- msgid "Form Style"
707
- msgstr "Στυλ φόρμας"
708
 
709
- #: library/plugin-settings.php:1251
710
- msgid "With this option, you can copy the plugin’s default templates:"
711
- msgstr "Με αυτήν την επιλογή, μπορείτε να αντιγράψετε τα προεπιλεγμένα πρότυπα της προσθήκης:"
712
 
713
- #: library/plugin-settings.php:1256
714
- msgid "..and upload them into a directory named"
715
- msgstr "..και μεταφορτώστε τα σε έναν κατάλογο με το όνομα"
716
 
717
- #: library/plugin-settings.php:1256
718
- msgid "in your theme:"
719
- msgstr "στο θέμα σας:"
720
 
721
- #: library/plugin-settings.php:1262
722
- 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"
723
- msgstr "Αυτό θα σας επιτρέψει να προσαρμόσετε τη φόρμα και τα στυλ όπως θέλετε. Για περισσότερες πληροφορίες, ανατρέξτε στην ενότητα \"Φόρμα προσαρμοσμένης υποβολής\" στο"
724
 
725
- #: library/plugin-settings.php:1263
726
- msgid "Installation Docs"
727
- msgstr "Έγγραφα εγκατάστασης"
728
 
729
- #: library/plugin-settings.php:1264
730
- msgid "FYI: here is a"
731
- msgstr "FYI: εδώ είναι ένα"
732
 
733
- #: library/plugin-settings.php:1264
734
- msgid "list of USP CSS selectors"
735
- msgstr "λίστα επιλογών USP CSS"
736
 
737
- #: library/plugin-settings.php:1270
738
- msgid "Include JavaScript"
739
- msgstr "Συμπεριλάβετε JavaScript"
740
 
741
- #: library/plugin-settings.php:1272
742
- msgid "Check this box if you want to include the external JavaScript files (recommended)"
743
- msgstr "Επιλέξτε αυτό το πλαίσιο εάν θέλετε να συμπεριλάβετε τα εξωτερικά αρχεία JavaScript (συνιστάται)"
744
 
745
- #: library/plugin-settings.php:1275
746
- msgid "Targeted Loading"
747
- msgstr "Στοχευμένη φόρτωση"
748
 
749
- #: library/plugin-settings.php:1277
750
- msgid "By default, CSS & JavaScript assets are loaded on every page. Here you may specify the URL(s) of the USP form to load assets only on that page. Note: leave blank to load on all pages. Use commas to separate multiple URLs."
751
- msgstr "Από προεπιλογή, CSS & amp; Τα στοιχεία JavaScript φορτώνονται σε κάθε σελίδα. Εδώ μπορείτε να καθορίσετε τις διευθύνσεις URL της φόρμας USP για τη φόρτωση στοιχείων μόνο σε αυτήν τη σελίδα. Σημείωση: αφήστε κενό για φόρτωση σε όλες τις σελίδες. Χρησιμοποιήστε κόμματα για να διαχωρίσετε πολλά URL."
752
 
753
- #: library/plugin-settings.php:1280
754
- msgid "Post Type"
755
- msgstr "Τύπος δημοσίευσης"
756
 
757
- #: library/plugin-settings.php:1283
758
- msgid "Submit posts as WP Posts or Pages"
759
- msgstr "Υποβολή αναρτήσεων ως WP Posts ή Pages"
760
 
761
- #: library/plugin-settings.php:1287
762
- msgid "Post Status"
763
- msgstr "Κατάσταση δημοσίευσης"
 
 
 
 
764
 
765
- #: library/plugin-settings.php:1290
766
- msgid "Post Status for submitted posts"
767
- msgstr "Κατάσταση ανάρτησης για υποβληθείσες αναρτήσεις"
768
 
769
- #: library/plugin-settings.php:1294
770
- msgid "Redirect URL"
771
- msgstr "Ανακατεύθυνση URL"
772
 
773
- #: library/plugin-settings.php:1296
774
- msgid "Specify a URL to redirect the user after post submission (leave blank to redirect back to current page)"
775
- msgstr "Καθορίστε μια διεύθυνση URL για ανακατεύθυνση του χρήστη μετά την υποβολή της δημοσίευσης (αφήστε κενό για ανακατεύθυνση στην τρέχουσα σελίδα)"
776
 
777
- #: library/plugin-settings.php:1299
778
- msgid "Success Message"
779
- msgstr "Μήνυμα επιτυχίας"
780
 
781
- #: library/plugin-settings.php:1301
782
- msgid "Success message that is displayed if post submission is successful (basic markup is allowed)"
783
- msgstr "Μήνυμα επιτυχίας που εμφανίζεται εάν η υποβολή της δημοσίευσης είναι επιτυχής (επιτρέπεται η βασική σήμανση)"
784
 
785
- #: library/plugin-settings.php:1304
786
- msgid "Error Message"
787
- msgstr "Μήνυμα λάθους"
788
 
789
- #: library/plugin-settings.php:1306
790
- msgid "General error message that is displayed if post submission fails (basic markup is allowed)"
791
- msgstr "Γενικό μήνυμα σφάλματος που εμφανίζεται εάν αποτύχει η υποβολή της ανάρτησης (επιτρέπεται η βασική σήμανση)"
792
 
793
- #: library/plugin-settings.php:1309
794
- msgid "Custom Content"
795
- msgstr "Προσαρμοσμένο περιεχόμενο"
796
 
797
- #: library/plugin-settings.php:1311
798
- msgid "Custom text/markup to be included before the submission form (leave blank to disable)"
799
- msgstr "Προσαρμοσμένο κείμενο / σήμανση που θα συμπεριληφθεί πριν από τη φόρμα υποβολής (αφήστε κενό για απενεργοποίηση)"
800
 
801
- #: library/plugin-settings.php:1314
802
- msgid "Rich Text Editor"
803
- msgstr "Επεξεργαστής εμπλουτισμένου κειμένου"
804
 
805
- #: library/plugin-settings.php:1316
806
- msgid "Check this box if you want to enable RTE/Visual Editor for the Post Content field"
807
- msgstr "Επιλέξτε αυτό το πλαίσιο εάν θέλετε να ενεργοποιήσετε το RTE / Visual Editor για το πεδίο Post Content"
808
 
809
- #: library/plugin-settings.php:1319
810
- msgid "Unique Titles"
811
- msgstr "Μοναδικοί τίτλοι"
812
 
813
- #: library/plugin-settings.php:1321
814
- msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)"
815
- msgstr "Απαιτήστε τους υποβληθέντες τίτλους δημοσιεύσεων να είναι μοναδικοί (χρήσιμοι για την αποτροπή πολλαπλών / διπλών υποβαλλόμενων αναρτήσεων)"
816
 
817
- #: library/plugin-settings.php:1324
818
- msgid "Disable Required"
819
- msgstr "Απαιτείται απενεργοποίηση"
820
 
821
- #: library/plugin-settings.php:1326
822
- msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)"
823
- msgstr "Απενεργοποίηση όλων των απαιτούμενων χαρακτηριστικών στα προεπιλεγμένα πεδία φόρμας (χρήσιμα για την αντιμετώπιση προβλημάτων μηνυμάτων σφάλματος)"
824
 
825
- #: library/plugin-settings.php:1329
826
- msgid "Enable Shortcodes"
827
- msgstr "Ενεργοποίηση συντομεύσεων"
828
 
829
- #: library/plugin-settings.php:1331
830
- msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
831
- msgstr "Ενεργοποίηση συντομεύσεων σε widget. Από προεπιλογή, το WordPress δεν ενεργοποιεί τους κωδικούς πρόσβασης σε widget. "
832
 
833
- #: library/plugin-settings.php:1332
834
- msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
835
- msgstr "Αυτή η ρύθμιση επιτρέπει οποιονδήποτε / όλους τους σύντομους κωδικούς στα widget (ακόμη και τους σύντομους κωδικούς από άλλες προσθήκες)."
836
 
837
- #: library/plugin-settings.php:1337
838
- msgid "Privacy"
839
- msgstr "Μυστικότητα"
840
 
841
- #: library/plugin-settings.php:1342
842
- msgid "Disable IP Tracking"
843
- msgstr "Απενεργοποίηση παρακολούθησης IP"
844
 
845
- #: library/plugin-settings.php:1344
846
- msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
847
- msgstr "Από προεπιλογή το USP καταγράφει τη διεύθυνση IP με κάθε υποβληθείσα ανάρτηση. Επιλέξτε αυτό το πλαίσιο για να απενεργοποιήσετε όλη την παρακολούθηση IP."
848
 
849
- #: library/plugin-settings.php:1348
850
- msgid "Display Checkbox"
851
- msgstr "Εμφάνιση πλαισίου ελέγχου"
852
 
853
- #: library/plugin-settings.php:1350
854
- msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
855
- msgstr "Εμφάνιση προσαρμοσμένου πλαισίου ελέγχου στη φόρμα σας (χρήσιμο για το GDPR, συμφωνήστε με τους όρους κ.λπ.)"
856
 
857
- #: library/plugin-settings.php:1353
858
- msgid "Checkbox Name"
859
- msgstr "Όνομα πλαισίου ελέγχου"
860
 
861
- #: library/plugin-settings.php:1355 library/plugin-settings.php:1455
862
- msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
863
- msgstr "Χρησιμοποιήστε μόνο αλφαριθμητικά, κάτω παύλες και παύλες. Εάν δεν είστε σίγουροι, χρησιμοποιήστε το προεπιλεγμένο όνομα:"
864
 
865
- #: library/plugin-settings.php:1358
866
- msgid "Checkbox Error"
867
- msgstr "Σφάλμα πλαισίου ελέγχου"
868
 
869
- #: library/plugin-settings.php:1360
870
- msgid "Error message displayed if user does not check the box"
871
- msgstr "Εμφανίζεται μήνυμα σφάλματος εάν ο χρήστης δεν επιλέξει το πλαίσιο"
872
 
873
- #: library/plugin-settings.php:1363
874
- msgid "Checkbox Text"
875
- msgstr "Κείμενο πλαισίου ελέγχου"
 
876
 
877
- #: library/plugin-settings.php:1365
878
- msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
879
- msgstr "Το κείμενο εμφανίζεται δίπλα στο πλαίσιο ελέγχου. Συμβουλή: χρησιμοποιήστε αγκύλες για έξοδο για αγκύλες γωνίας, για παράδειγμα:"
880
 
881
- #: library/plugin-settings.php:1370
882
- msgid "Categories & Tags"
883
- msgstr "Κατηγορίες & amp; Ετικέτες"
884
 
885
- #: library/plugin-settings.php:1375
886
- msgid "Categories"
887
- msgstr "Κατηγορίες"
888
 
889
- #: library/plugin-settings.php:1378
890
- msgid "Click to view/select categories"
891
- msgstr "Κάντε κλικ για προβολή / επιλογή κατηγοριών"
 
892
 
893
- #: library/plugin-settings.php:1386
894
- msgid "Multiple Categories"
895
- msgstr "Πολλαπλές κατηγορίες"
896
 
897
- #: library/plugin-settings.php:1388
898
- msgid "Enable users to select multiple categories."
899
- msgstr "Επιτρέψτε στους χρήστες να επιλέγουν πολλές κατηγορίες."
 
 
900
 
901
- #: library/plugin-settings.php:1391
902
- msgid "Hidden/Default Category"
903
- msgstr "Κρυφή / Προεπιλεγμένη κατηγορία"
904
 
905
- #: library/plugin-settings.php:1393
906
- msgid "Use a hidden field for the post category. This hides the category field and sets its value via the next option."
907
- msgstr "Χρησιμοποιήστε ένα κρυφό πεδίο για την κατηγορία ανάρτησης. Αυτό κρύβει το πεδίο κατηγορίας και ορίζει την τιμή του μέσω της επόμενης επιλογής."
908
 
909
- #: library/plugin-settings.php:1396
910
- msgid "Category ID for Hidden Field"
911
- msgstr "Αναγνωριστικό κατηγορίας για κρυφό πεδίο"
912
 
913
- #: library/plugin-settings.php:1398
914
- msgid "Specify category ID(s) to use for “Hidden/Default Category” (separate multiple IDs with commas)"
915
- msgstr "Καθορίστε αναγνωριστικά κατηγορίας για χρήση για & ldquo; Κρυφή / Προεπιλεγμένη κατηγορία & rdquo; (διαχωρίστε πολλά αναγνωριστικά με κόμματα)"
916
 
917
- #: library/plugin-settings.php:1401
918
- msgid "Use Existing Tags"
919
- msgstr "Χρησιμοποιήστε τις υπάρχουσες ετικέτες"
 
 
 
920
 
921
- #: library/plugin-settings.php:1403
922
- msgid "Check this box to display a select/dropdown menu of existing tags (valid when Tag field is displayed)"
923
- msgstr "Επιλέξτε αυτό το πλαίσιο για να εμφανιστεί ένα επιλεγμένο / αναπτυσσόμενο μενού υπαρχουσών ετικετών (ισχύει όταν εμφανίζεται το πεδίο Ετικέτα)"
924
 
925
- #: library/plugin-settings.php:1408
926
- msgid "Users"
927
- msgstr "Χρήστες"
 
 
928
 
929
- #: library/plugin-settings.php:1413
930
- msgid "Assigned Author"
931
- msgstr "Ανατέθηκε Συγγραφέας"
932
 
933
- #: library/plugin-settings.php:1416
934
- msgid "Specify the user that should be assigned as author for submitted posts"
935
- msgstr "Καθορίστε τον χρήστη που πρέπει να εκχωρηθεί ως συντάκτης για τις υποβληθείσες αναρτήσεις"
936
 
937
- #: library/plugin-settings.php:1420
938
- msgid "Registered Username"
939
- msgstr "Εγγεγραμμένο Όνομα Χρήστη"
940
 
941
- #: library/plugin-settings.php:1422
942
- msgid "Use the user’s registered username for the Name field (valid when the user submitting the form is logged in to WordPress)"
943
- msgstr "Χρησιμοποιήστε το καταχωρισμένο όνομα χρήστη για το πεδίο Όνομα (ισχύει όταν ο χρήστης που υποβάλλει τη φόρμα είναι συνδεδεμένος στο WordPress)"
944
 
945
- #: library/plugin-settings.php:1425
946
- msgid "Registered Email"
947
- msgstr "Καταχωρημένη Διεύθυνση Ηλεκτρονικού Ταχυδρομείου"
948
 
949
- #: library/plugin-settings.php:1427
950
- msgid "Use the user’s registered email as the value of the Email field (valid when the user submitting the form is logged in to WordPress)"
951
- msgstr "Χρησιμοποιήστε το καταχωρημένο email του χρήστη ως την τιμή του πεδίου Email (ισχύει όταν ο χρήστης που υποβάλλει τη φόρμα είναι συνδεδεμένος στο WordPress)"
952
 
953
- #: library/plugin-settings.php:1430
954
- msgid "User Profile URL"
955
- msgstr "Διεύθυνση URL προφίλ χρήστη"
956
 
957
- #: library/plugin-settings.php:1432
958
- msgid "Use the user’s Profile URL as the value of the URL field (valid when the user submitting the form is logged in to WordPress)"
959
- msgstr "Χρησιμοποιήστε τη διεύθυνση URL του προφίλ του χρήστη ως την τιμή του πεδίου διεύθυνσης URL (ισχύει όταν ο χρήστης που υποβάλλει τη φόρμα είναι συνδεδεμένος στο WordPress)"
960
 
961
- #: library/plugin-settings.php:1435
962
- msgid "Require User Login"
963
- msgstr "Απαιτείται σύνδεση χρήστη"
964
 
965
- #: library/plugin-settings.php:1437
966
- msgid "Require users to be logged in to WordPress to view/submit the form"
967
- msgstr "Απαιτήστε από τους χρήστες να συνδεθούν στο WordPress για να δουν / υποβάλουν τη φόρμα"
968
 
969
- #: library/plugin-settings.php:1440
970
- msgid "Disable Replace Author"
971
- msgstr "Απενεργοποίηση αντικατάστασης συντάκτη"
972
 
973
- #: library/plugin-settings.php:1442
974
- msgid "Do not replace post author with submitted user name"
975
- msgstr "Μην αντικαθιστάτε τον συντάκτη με το υποβληθέν όνομα χρήστη"
976
 
977
- #: library/plugin-settings.php:1448
978
- 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."
979
- msgstr "Εδώ μπορείτε να αλλάξετε το όνομα και την ετικέτα που χρησιμοποιείται από το Custom Field. Μπορείτε να ενεργοποιήσετε αυτό το πεδίο μέσω της ρύθμισης πεδίων φόρμας, παραπάνω."
980
 
981
- #: library/plugin-settings.php:1453
982
- msgid "Custom Field Name"
983
- msgstr "Όνομα προσαρμοσμένου πεδίου"
984
 
985
- #: library/plugin-settings.php:1458
986
- msgid "Custom Field Label"
987
- msgstr "Προσαρμοσμένη ετικέτα πεδίου"
988
 
989
- #: library/plugin-settings.php:1460
990
- msgid "This will be displayed as the field label on the form. Default: Custom Field"
991
- msgstr "Αυτό θα εμφανίζεται ως ετικέτα πεδίου στη φόρμα. Προεπιλογή: Προσαρμοσμένο πεδίο"
992
 
993
- #: library/plugin-settings.php:1472
994
- msgid "To prevent spam, enter a question that users must answer before submitting the form"
995
- msgstr "Για την αποφυγή ανεπιθύμητων μηνυμάτων, εισαγάγετε μια ερώτηση που πρέπει να απαντήσουν οι χρήστες προτού υποβάλουν τη φόρμα"
996
 
997
- #: library/plugin-settings.php:1475
998
- msgid "Challenge Response"
999
- msgstr "Απόκριση πρόκλησης"
1000
 
1001
- #: library/plugin-settings.php:1477
1002
- msgid "Enter the *only* correct answer to the challenge question"
1003
- msgstr "Εισαγάγετε τη σωστή απάντηση * μόνο * στην ερώτηση πρόκλησης"
1004
 
1005
- #: library/plugin-settings.php:1480
1006
- msgid "Case-sensitivity"
1007
- msgstr "Ευαισθησία περίπτωσης"
1008
 
1009
- #: library/plugin-settings.php:1482
1010
- msgid "Check this box if you want the challenge response to be case-sensitive"
1011
- msgstr "Επιλέξτε αυτό το πλαίσιο εάν θέλετε η απάντηση της πρόκλησης να είναι ευαίσθητη σε πεζά"
1012
 
1013
- #: library/plugin-settings.php:1488
1014
- msgid "To enable Google reCAPTCHA, enter your public and private keys."
1015
- msgstr "Για να ενεργοποιήσετε το Google reCAPTCHA, εισαγάγετε τα δημόσια και ιδιωτικά σας κλειδιά."
1016
 
1017
- #: library/plugin-settings.php:1493
1018
- msgid "Public Key"
1019
- msgstr "Δημόσιο κλειδί"
1020
 
1021
- #: library/plugin-settings.php:1495
1022
- msgid "Enter your Public Key"
1023
- msgstr "Εισαγάγετε το δημόσιο κλειδί σας"
1024
 
1025
- #: library/plugin-settings.php:1498
1026
- msgid "Private Key"
1027
- msgstr "Ιδιωτικό κλειδί"
1028
 
1029
- #: library/plugin-settings.php:1500
1030
- msgid "Enter your Private Key"
1031
- msgstr "Εισαγάγετε το ιδιωτικό κλειδί σας"
1032
 
1033
- #: library/plugin-settings.php:1503
1034
- msgid "reCaptcha Version"
1035
- msgstr "Έκδοση reCaptcha"
1036
 
1037
- #: library/plugin-settings.php:1506
1038
- msgid "Choose reCaptcha version"
1039
- msgstr "Επιλέξτε έκδοση reCaptcha"
1040
 
1041
- #: library/plugin-settings.php:1512
1042
- msgid "Email Alerts"
1043
- msgstr "Ειδοποιήσεις μέσω email"
1044
 
1045
- #: library/plugin-settings.php:1517
1046
- msgid "Receive Email Alert"
1047
- msgstr "Λήψη ειδοποίησης μέσω email"
 
 
 
 
1048
 
1049
- #: library/plugin-settings.php:1519
1050
- msgid "Check this box if you want to be notified via email for new post submissions"
1051
- msgstr "Επιλέξτε αυτό το πλαίσιο εάν θέλετε να ειδοποιηθείτε μέσω email για νέες υποβολές αναρτήσεων"
1052
 
1053
- #: library/plugin-settings.php:1522
1054
- msgid "Enable HTML Format"
1055
- msgstr "Ενεργοποίηση μορφής HTML"
1056
 
1057
- #: library/plugin-settings.php:1524
1058
- msgid "Check this box to enable HTML format for email alerts"
1059
- msgstr "Επιλέξτε αυτό το πλαίσιο για να ενεργοποιήσετε τη μορφή HTML για ειδοποιήσεις μέσω email"
1060
 
1061
- #: library/plugin-settings.php:1527
1062
- msgid "Email Address for Alerts"
1063
- msgstr "Διεύθυνση email για ειδοποιήσεις"
1064
 
1065
- #: library/plugin-settings.php:1529
1066
- msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
1067
- msgstr "Εάν έχετε επιλέξει το πλαίσιο για να λαμβάνετε ειδοποιήσεις μέσω email, αναφέρετε εδώ τις διευθύνσεις στις οποίες πρέπει να σταλούν τα μηνύματα ηλεκτρονικού ταχυδρομείου."
1068
 
1069
- #: library/plugin-settings.php:1530
1070
- msgid "Separate multiple addresses with commas."
1071
- msgstr "Διαχωρίστε πολλές διευθύνσεις με κόμματα."
1072
 
1073
- #: library/plugin-settings.php:1533
1074
- msgid "Email “From” Address"
1075
- msgstr "Διεύθυνση ηλεκτρονικού ταχυδρομείου & ldquo; Από & rdquo; Διεύθυνση"
1076
 
1077
- #: library/plugin-settings.php:1535
1078
- msgid "Here you may customize the address(es) used for the “From” header (see plugin FAQs for info). "
1079
- msgstr "Εδώ μπορείτε να προσαρμόσετε τις διευθύνσεις που χρησιμοποιούνται για το & ldquo; From & rdquo; κεφαλίδα (ανατρέξτε στις Συχνές ερωτήσεις προσθηκών για πληροφορίες). "
1080
 
1081
- #: library/plugin-settings.php:1536
1082
- msgid "If multiple addresses are specified in the previous setting, include an equal number of “From” addresses for this setting (in the same order)."
1083
- msgstr "Εάν έχουν καθοριστεί πολλές διευθύνσεις στην προηγούμενη ρύθμιση, συμπεριλάβετε ίσο αριθμό & ldquo; From & rdquo; διευθύνσεις για αυτήν τη ρύθμιση (με την ίδια σειρά)."
1084
 
1085
- #: library/plugin-settings.php:1539
1086
- msgid "Email Alert Subject"
1087
- msgstr "Θέμα ειδοποίησης μέσω email"
1088
 
1089
- #: library/plugin-settings.php:1541
1090
- msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
1091
- msgstr "Γραμμή θέματος για ειδοποιήσεις μέσω email. Αφήστε κενό για να χρησιμοποιήσετε την προεπιλεγμένη γραμμή θέματος. Σημείωση: μπορείτε να χρησιμοποιήσετε τις ακόλουθες μεταβλητές: "
1092
 
1093
- #: library/plugin-settings.php:1546
1094
- msgid "Email Alert Message"
1095
- msgstr "Μήνυμα ειδοποίησης μέσω email"
1096
 
1097
- #: library/plugin-settings.php:1548
1098
- msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
1099
- msgstr "Μήνυμα για ειδοποιήσεις μέσω email. Αφήστε κενό για να χρησιμοποιήσετε το προεπιλεγμένο μήνυμα. Σημείωση: μπορείτε να χρησιμοποιήσετε τις ακόλουθες μεταβλητές: "
1100
 
1101
- #: library/plugin-settings.php:1560
1102
- msgid "Featured Image"
1103
- msgstr "Προτεινόμενη εικόνα"
1104
 
1105
- #: library/plugin-settings.php:1562
1106
- msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)"
1107
- msgstr "Ορίστε τις υποβληθείσες εικόνες ως Προτεινόμενες Εικόνες. Απαιτείται υποστήριξη θέματος για Προτεινόμενες Εικόνες"
1108
 
1109
- #: library/plugin-settings.php:1565
1110
- msgid "Upload Message"
1111
- msgstr "Μεταφόρτωση μηνύματος"
1112
 
1113
- #: library/plugin-settings.php:1567
1114
- msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
1115
- msgstr "Μήνυμα που εμφανίζεται δίπλα στο πεδίο μεταφόρτωσης. Χρήσιμο για να δηλώσετε τις οδηγίες μεταφόρτωσης / πολιτική / κ.λπ. Επιτρέπεται η βασική σήμανση."
1116
 
1117
- #: library/plugin-settings.php:1570
1118
- msgid "“Add another image” link"
1119
- msgstr "& ldquo; Προσθήκη άλλης εικόνας & rdquo; Σύνδεσμος"
1120
 
1121
- #: library/plugin-settings.php:1572
1122
- msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
1123
- msgstr "Προσαρμοσμένη σήμανση για & ldquo; Προσθήκη άλλης εικόνας & rdquo; Σύνδεσμος. Αφήστε κενό για να χρησιμοποιήσετε την προεπιλεγμένη σήμανση (συνιστάται)."
1124
 
1125
- #: library/plugin-settings.php:1575
1126
- msgid "Minimum number of images"
1127
- msgstr "Ελάχιστος αριθμός εικόνων"
1128
 
1129
- #: library/plugin-settings.php:1578
1130
- msgid "Specify the minimum number of images"
1131
- msgstr "Καθορίστε τον ελάχιστο αριθμό εικόνων"
1132
 
1133
- #: library/plugin-settings.php:1582
1134
- msgid "Maximum number of images"
1135
- msgstr "Μέγιστος αριθμός εικόνων"
1136
 
1137
- #: library/plugin-settings.php:1585
1138
- msgid "Specify the maximum number of images"
1139
- msgstr "Καθορίστε τον μέγιστο αριθμό εικόνων"
1140
 
1141
- #: library/plugin-settings.php:1589
1142
- msgid "Minimum image width"
1143
- msgstr "Ελάχιστο πλάτος εικόνας"
1144
 
1145
- #: library/plugin-settings.php:1591
1146
- msgid "Specify a minimum width (in pixels) for uploaded images"
1147
- msgstr "Καθορίστε ένα ελάχιστο πλάτος (σε εικονοστοιχεία) για μεταφορτωμένες εικόνες"
1148
 
1149
- #: library/plugin-settings.php:1594
1150
- msgid "Minimum image height"
1151
- msgstr "Ελάχιστο ύψος εικόνας"
1152
 
1153
- #: library/plugin-settings.php:1596
1154
- msgid "Specify a minimum height (in pixels) for uploaded images"
1155
- msgstr "Καθορίστε ένα ελάχιστο ύψος (σε pixel) για μεταφορτωμένες εικόνες"
1156
 
1157
- #: library/plugin-settings.php:1599
1158
- msgid "Maximum image width"
1159
- msgstr "Μέγιστο πλάτος εικόνας"
1160
 
1161
- #: library/plugin-settings.php:1601
1162
- msgid "Specify a maximum width (in pixels) for uploaded images"
1163
- msgstr "Καθορίστε ένα μέγιστο πλάτος (σε εικονοστοιχεία) για μεταφορτωμένες εικόνες"
1164
 
1165
- #: library/plugin-settings.php:1604
1166
- msgid "Maximum image height"
1167
- msgstr "Μέγιστο ύψος εικόνας"
1168
 
1169
- #: library/plugin-settings.php:1606
1170
- msgid "Specify a maximum height (in pixels) for uploaded images"
1171
- msgstr "Καθορίστε ένα μέγιστο ύψος (σε εικονοστοιχεία) για μεταφορτωμένες εικόνες"
1172
 
1173
- #: library/plugin-settings.php:1609
1174
- msgid "More Options"
1175
- msgstr "Περισσότερες επιλογές"
1176
 
1177
- #: library/plugin-settings.php:1612
1178
- msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
1179
- msgstr "Για περισσότερες επιλογές, όπως η δυνατότητα μεταφόρτωσης άλλων τύπων αρχείων (όπως PDF, Word, Zip, βίντεο και άλλα), ρίξτε μια ματιά"
1180
 
1181
- #: library/plugin-settings.php:1613
1182
- msgid "Go Pro!"
1183
- msgstr "Γίνε επαγγελματίας!"
1184
 
1185
- #: library/plugin-settings.php:1620
1186
- msgid "Auto-Display Content"
1187
- msgstr "Περιεχόμενο αυτόματης προβολής"
1188
 
1189
- #: library/plugin-settings.php:1625
1190
- msgid "Auto-Display Images"
1191
- msgstr "Αυτόματη εμφάνιση εικόνων"
1192
 
1193
- #: library/plugin-settings.php:1627
1194
- msgid "Automatically display user-submitted images:"
1195
- msgstr "Αυτόματη εμφάνιση εικόνων που υποβλήθηκαν από τον χρήστη:"
1196
 
1197
- #: library/plugin-settings.php:1632
1198
- msgid "Image Markup"
1199
- msgstr "Σήμανση εικόνας"
1200
 
1201
- #: library/plugin-settings.php:1634
1202
- msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1203
- msgstr "Σήμανση για χρήση για κάθε υποβαλλόμενη εικόνα (όταν είναι ενεργοποιημένη η αυτόματη προβολή). Μπορεί να χρησιμοποιηθεί"
1204
 
1205
- #: library/plugin-settings.php:1636 library/plugin-settings.php:1649
1206
- #: library/plugin-settings.php:1675 library/plugin-settings.php:1688
1207
- msgid "and"
1208
- msgstr "και"
1209
 
1210
- #: library/plugin-settings.php:1639
1211
- msgid "Auto-Display Email"
1212
- msgstr "Αυτόματη εμφάνιση email"
1213
 
1214
- #: library/plugin-settings.php:1641
1215
- msgid "Automatically display user-submitted email:"
1216
- msgstr "Αυτόματη εμφάνιση email που υποβλήθηκε από τον χρήστη:"
1217
 
1218
- #: library/plugin-settings.php:1646
1219
- msgid "Email Markup"
1220
- msgstr "Σήμανση email"
 
1221
 
1222
- #: library/plugin-settings.php:1648
1223
- msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1224
- msgstr "Σημείωση για χρήση για την υποβληθείσα διεύθυνση email (όταν είναι ενεργοποιημένη η αυτόματη προβολή). Μπορεί να χρησιμοποιηθεί"
1225
 
1226
- #: library/plugin-settings.php:1652
1227
- msgid "Auto-Display Name"
1228
- msgstr "Όνομα αυτόματης εμφάνισης"
1229
 
1230
- #: library/plugin-settings.php:1654
1231
- msgid "Automatically display user-submitted author/name:"
1232
- msgstr "Αυτόματη εμφάνιση συγγραφέα / ονόματος που υποβλήθηκε από τον χρήστη:"
1233
 
1234
- #: library/plugin-settings.php:1659
1235
- msgid "Name Markup"
1236
- msgstr "Σήμανση ονόματος"
1237
 
1238
- #: library/plugin-settings.php:1661
1239
- msgid "Markup to use for the submitted author/name (when auto-display is enabled). Can use"
1240
- msgstr "Σήμανση για χρήση για τον υποβαλλόμενο συγγραφέα / όνομα (όταν είναι ενεργοποιημένη η αυτόματη προβολή). Μπορεί να χρησιμοποιηθεί"
1241
 
1242
- #: library/plugin-settings.php:1665
1243
- msgid "Auto-Display URL"
1244
- msgstr "Αυτόματη προβολή URL"
1245
 
1246
- #: library/plugin-settings.php:1667
1247
- msgid "Automatically display user-submitted URL:"
1248
- msgstr "Αυτόματη εμφάνιση διεύθυνσης URL που υποβάλλεται από τον χρήστη:"
1249
 
1250
- #: library/plugin-settings.php:1672
1251
- msgid "URL Markup"
1252
- msgstr "Σήμανση διεύθυνσης URL"
1253
 
1254
- #: library/plugin-settings.php:1674
1255
- msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1256
- msgstr "Σήμανση για χρήση για την υποβληθείσα διεύθυνση URL (όταν είναι ενεργοποιημένη η αυτόματη προβολή). Μπορεί να χρησιμοποιηθεί"
1257
 
1258
- #: library/plugin-settings.php:1678
1259
- msgid "Auto-Display Custom Field"
1260
- msgstr "Προσαρμοσμένο πεδίο αυτόματης εμφάνισης"
1261
 
1262
- #: library/plugin-settings.php:1680
1263
- msgid "Automatically display user-submitted Custom Field:"
1264
- msgstr "Αυτόματη εμφάνιση προσαρμοσμένου πεδίου που υποβάλλεται από χρήστη:"
1265
 
1266
- #: library/plugin-settings.php:1685
1267
- msgid "Custom Field Markup"
1268
- msgstr "Σήμανση προσαρμοσμένου πεδίου"
1269
 
1270
- #: library/plugin-settings.php:1687
1271
- msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1272
- msgstr "Σήμανση για χρήση για το υποβαλλόμενο προσαρμοσμένο πεδίο (όταν είναι ενεργοποιημένη η αυτόματη προβολή). Μπορεί να χρησιμοποιηθεί"
1273
 
1274
- #: library/plugin-settings.php:1693 library/plugin-settings.php:1805
1275
- msgid "Save Settings"
1276
- msgstr "Αποθήκευση ρυθμίσεων"
1277
 
1278
- #: library/plugin-settings.php:1698
1279
- msgid "Display the Form"
1280
- msgstr "Εμφάνιση της φόρμας"
1281
 
1282
- #: library/plugin-settings.php:1701
1283
- msgid "Post-Submit Form"
1284
- msgstr "Φόρμα μετά την υποβολή"
1285
 
1286
- #: library/plugin-settings.php:1702
1287
- msgid "USP enables you to display a post-submission form anywhere on your site."
1288
- msgstr "Το USP σάς επιτρέπει να εμφανίζετε μια φόρμα μετά την υποβολή οπουδήποτε στον ιστότοπό σας."
1289
 
1290
- #: library/plugin-settings.php:1703 library/plugin-settings.php:1712
1291
- msgid "Use the shortcode to display the form on any WP Post or Page:"
1292
- msgstr "Χρησιμοποιήστε τον σύντομο κωδικό για να εμφανίσετε τη φόρμα σε οποιαδήποτε δημοσίευση ή σελίδα WP:"
1293
 
1294
- #: library/plugin-settings.php:1706 library/plugin-settings.php:1715
1295
- msgid "Or, use the template tag to display the form anywhere in your theme template:"
1296
- msgstr "Εναλλακτικά, χρησιμοποιήστε την ετικέτα προτύπου για να εμφανίσετε τη φόρμα οπουδήποτε στο πρότυπο θέματος:"
1297
 
1298
- #: library/plugin-settings.php:1710
1299
- msgid "Login/Register Form"
1300
- msgstr "Φόρμα σύνδεσης / εγγραφής"
1301
 
1302
- #: library/plugin-settings.php:1711
1303
- msgid "You also can display a form that enables users to log in, register, or reset their password."
1304
- msgstr "Μπορείτε επίσης να εμφανίσετε μια φόρμα που επιτρέπει στους χρήστες να συνδεθούν, να εγγραφούν ή να επαναφέρουν τον κωδικό πρόσβασής τους."
1305
 
1306
- #: library/plugin-settings.php:1719
1307
- msgid "Display Submitted Posts"
1308
- msgstr "Εμφάνιση υποβλημένων αναρτήσεων"
1309
 
1310
- #: library/plugin-settings.php:1720
1311
- msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1312
- msgstr "Χρησιμοποιήστε αυτόν τον σύντομο κωδικό για να εμφανίσετε μια λίστα υποβαλλόμενων αναρτήσεων σε οποιαδήποτε WP Post ή Σελίδα:"
1313
 
1314
- #: library/plugin-settings.php:1723
1315
- msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1316
- msgstr "Εναλλακτικά, χρησιμοποιήστε την ετικέτα προτύπου για να εμφανίσετε μια λίστα υποβαλλόμενων αναρτήσεων οπουδήποτε στο πρότυπο θέματός σας:"
 
1317
 
1318
- #: library/plugin-settings.php:1726
1319
- msgid "Here are some examples showing how to configure this shortcode:"
1320
- msgstr "Ακολουθούν ορισμένα παραδείγματα που δείχνουν πώς να ρυθμίσετε αυτόν τον σύντομο κωδικό:"
1321
 
1322
- #: library/plugin-settings.php:1734
1323
- msgid "Display Image Gallery"
1324
- msgstr "Εμφάνιση συλλογής εικόνων"
1325
 
1326
- #: library/plugin-settings.php:1735
1327
- msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
1328
- msgstr "Χρησιμοποιήστε αυτόν τον σύντομο κωδικό για να εμφανίσετε μια γκαλερί μεταφορτωμένων εικόνων για κάθε υποβληθείσα ανάρτηση:"
1329
 
1330
- #: library/plugin-settings.php:1738
1331
- msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
1332
- msgstr "Εναλλακτικά, χρησιμοποιήστε την ετικέτα προτύπου για να εμφανίσετε μια συλλογή εικόνων οπουδήποτε στο πρότυπο θέματός σας:"
1333
 
1334
- #: library/plugin-settings.php:1741
1335
- msgid "You can customize using any of the follwing attributes:"
1336
- msgstr "Μπορείτε να προσαρμόσετε χρησιμοποιώντας οποιοδήποτε από τα ακόλουθα χαρακτηριστικά:"
1337
 
1338
- #: library/plugin-settings.php:1756
1339
- msgid "Reset Form Button"
1340
- msgstr "Επαναφορά κουμπιού φόρμας"
1341
 
1342
- #: library/plugin-settings.php:1757
1343
- msgid "This shortcode displays a link that resets the form to its original state:"
1344
- msgstr "Αυτός ο σύντομος κωδικός εμφανίζει έναν σύνδεσμο που επαναφέρει τη φόρμα στην αρχική του κατάσταση:"
1345
 
1346
- #: library/plugin-settings.php:1760
1347
- msgid "This shortcode accepts the following attributes:"
1348
- msgstr "Αυτός ο σύντομος κώδικας δέχεται τα ακόλουθα χαρακτηριστικά:"
1349
 
1350
- #: library/plugin-settings.php:1766
1351
- msgid "Note that the url attribute accepts"
1352
- msgstr "Σημειώστε ότι το χαρακτηριστικό url αποδέχεται"
1353
 
1354
- #: library/plugin-settings.php:1766
1355
- msgid "to get the current URL."
1356
- msgstr "για να λάβετε την τρέχουσα διεύθυνση URL."
1357
 
1358
- #: library/plugin-settings.php:1769
1359
- msgid "Access Control"
1360
- msgstr "Έλεγχος πρόσβασης"
1361
 
1362
- #: library/plugin-settings.php:1770
1363
- msgid "USP provides three shortcodes to control access and restrict content."
1364
- msgstr "Το USP παρέχει τρεις σύντομους κωδικούς για τον έλεγχο της πρόσβασης και τον περιορισμό του περιεχομένου."
1365
 
1366
- #: library/plugin-settings.php:1771
1367
- msgid "Display content only to users with a specific capability:"
1368
- msgstr "Εμφάνιση περιεχομένου μόνο σε χρήστες με συγκεκριμένη δυνατότητα:"
1369
 
1370
- #: library/plugin-settings.php:1774
1371
- msgid "Display content to logged-in users:"
1372
- msgstr "Εμφάνιση περιεχομένου σε συνδεδεμένους χρήστες:"
1373
 
1374
- #: library/plugin-settings.php:1777
1375
- msgid "Display content to visitors only:"
1376
- msgstr "Εμφάνιση περιεχομένου μόνο στους επισκέπτες:"
1377
 
1378
- #: library/plugin-settings.php:1780
1379
- msgid "Tip:"
1380
- msgstr "Υπόδειξη:"
1381
 
1382
- #: library/plugin-settings.php:1780
1383
- msgid "to include markup in the deny message, you can use"
1384
- msgstr "για να συμπεριλάβετε σήμανση στο μήνυμα άρνησης, μπορείτε να χρησιμοποιήσετε"
 
1385
 
1386
- #: library/plugin-settings.php:1780
1387
- msgid "to output"
1388
- msgstr "στην έξοδο"
1389
 
1390
- #: library/plugin-settings.php:1783
1391
- msgid "Example"
1392
- msgstr "Παράδειγμα"
1393
 
1394
- #: library/plugin-settings.php:1784
1395
- msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1396
- msgstr "Εάν ο χρήστης είναι συνδεδεμένος, εμφανίστε τη φόρμα μετά την υποβολή. ή εάν ο χρήστης δεν είναι συνδεδεμένος, εμφανίστε τη φόρμα σύνδεσης:"
1397
 
1398
- #: library/plugin-settings.php:1796
1399
- msgid "Restore Defaults"
1400
- msgstr "Επαναφέρετε τις προεπιλογές"
1401
 
1402
- #: library/plugin-settings.php:1799
1403
- 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."
1404
- msgstr "Αφήστε αυτήν την επιλογή απενεργοποιημένη για να θυμάστε τις ρυθμίσεις σας. Εναλλακτικά, για να προχωρήσετε και να επαναφέρετε τις προεπιλεγμένες επιλογές προσθηκών: επιλέξτε το πλαίσιο, αποθηκεύστε τις ρυθμίσεις σας και, στη συνέχεια, απενεργοποιήστε / επανενεργοποιήστε την προσθήκη."
1405
 
1406
- #: library/plugin-settings.php:1803
1407
- msgid "Restore default options upon plugin deactivation/reactivation"
1408
- msgstr "Επαναφέρετε τις προεπιλεγμένες επιλογές κατά την απενεργοποίηση / επανενεργοποίηση του plugin"
 
 
 
 
 
 
 
 
 
1409
 
1410
- #: library/plugin-settings.php:1810
1411
- msgid "Show Support"
1412
- msgstr "Εμφάνιση υποστήριξης"
1413
 
1414
- #: library/plugin-settings.php:1819
1415
- msgid "by"
1416
- msgstr "με"
1417
 
1418
- #: library/plugin-settings.php:1820
1419
- msgid "Jeff Starr on Twitter"
1420
- msgstr "Ο Jeff Starr στο Twitter"
1421
 
1422
- #: library/plugin-settings.php:1821
1423
- msgid "Obsessive Web Design & Development"
1424
- msgstr "Ιδεολογικός σχεδιασμός ιστοσελίδων & amp; Ανάπτυξη"
1425
 
1426
- #: library/plugin-settings.php:1832
1427
- msgid "Save Preference"
1428
- msgstr "Αποθήκευση προτίμησης"
1429
 
1430
- #: library/plugin-settings.php:1839
1431
- msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1432
- msgstr "Είστε βέβαιοι ότι θέλετε να επαναφέρετε όλες τις προεπιλεγμένες επιλογές; (Αυτή η πράξη δε μπορεί να αναιρεθεί)"
1433
 
1434
- #: library/support-panel.php:55
1435
- msgid "Perishable Press Books"
1436
- msgstr "Βιβλία φθαρτού τύπου"
1437
 
1438
- #: library/support-panel.php:56
1439
- msgid "Plugin Planet"
1440
- msgstr "Plugin Planet"
1441
 
1442
- #: library/support-panel.php:57
1443
- msgid "Donate via PayPal"
1444
- msgstr "Δωρεά μέσω PayPal"
1445
 
1446
- #: library/support-panel.php:59
1447
- msgid "books"
1448
- msgstr "βιβλία"
1449
 
1450
- #: library/support-panel.php:60
1451
- msgid "plugins"
1452
- msgstr "προσθήκες"
1453
 
1454
- #: library/support-panel.php:61
1455
- msgid "donation"
1456
- msgstr "δωρεά"
1457
 
1458
- #: library/support-panel.php:63
1459
- msgid "Thank you for using"
1460
- msgstr "Ευχαριστούμε που χρησιμοποιήσατε"
1461
 
1462
- #: library/support-panel.php:64
1463
- msgid "Please show support by purchasing one of my"
1464
- msgstr "Δείξτε υποστήριξη, αγοράζοντας ένα από τα δικά μου"
1465
 
1466
- #: library/support-panel.php:65
1467
- msgid "or"
1468
- msgstr "ή"
 
 
1469
 
1470
- #: library/support-panel.php:65
1471
- msgid "or by making a"
1472
- msgstr "ή κάνοντας ένα"
1473
 
1474
- #: library/support-panel.php:66
1475
  msgid "Your generous support helps future development of"
1476
  msgstr "Η γενναιόδωρη υποστήριξή σας βοηθά στη μελλοντική ανάπτυξη του"
1477
 
1478
- #: library/support-panel.php:67
1479
- msgid "and is greatly appreciated."
1480
- msgstr "και εκτιμάται πολύ."
1481
-
1482
- #: library/support-panel.php:69
1483
- msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1484
- msgstr "Οποιαδήποτε δωρεά μεγέθους με βοηθά να συνεχίσω να αναπτύσσω αυτό το δωρεάν πρόσθετο και άλλους φοβερούς πόρους WordPress."
1485
-
1486
- #. Description of the plugin
1487
- #:
1488
- msgid "Enables your visitors to submit posts and images from anywhere on your site."
1489
- msgstr "Επιτρέπει στους επισκέπτες σας να υποβάλλουν αναρτήσεις και εικόνες από οπουδήποτε στον ιστότοπό σας."
1490
-
1491
- #. URI of the plugin
1492
- #:
1493
- msgid "https://perishablepress.com/user-submitted-posts/"
1494
- msgstr "https://perishablepress.com/user-submitted-posts/"
1495
 
1496
- #. Author of the plugin
1497
- #:
1498
- msgid "Jeff Starr"
1499
- msgstr "Τζεφ Στάρ"
1500
 
1501
- #. Author URI of the plugin
1502
- #:
1503
- msgid "https://plugin-planet.com/"
1504
- msgstr "https://plugin-planet.com/"
1505
 
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 20221004\n"
8
  "Language: el\n"
9
 
10
+ #: library/plugin-settings.php:567
11
+ msgid " approved posts"
12
+ msgstr " εγκεκριμένες θέσεις"
 
13
 
14
+ #: user-submitted-posts.php:1499
15
+ msgid " file"
16
+ msgstr " αρχείο"
17
 
18
+ #: user-submitted-posts.php:1496
19
+ msgid " file required"
20
+ msgstr " απαιτείται αρχείο"
21
+
22
+ #: user-submitted-posts.php:1498
23
+ msgid " files"
24
+ msgstr " αρχεία"
25
+
26
+ #: user-submitted-posts.php:1495
27
+ msgid " files required"
28
+ msgstr " απαιτούνται αρχεία"
29
+
30
+ #: user-submitted-posts.php:84
31
  msgid " or higher, and has been deactivated! "
32
  msgstr " ή υψηλότερο, και έχει απενεργοποιηθεί! "
33
 
34
+ #: user-submitted-posts.php:1501 user-submitted-posts.php:1502
35
+ #: user-submitted-posts.php:1503 user-submitted-posts.php:1504
36
+ msgid " pixels"
37
+ msgstr " εικονοστοιχεία"
38
 
39
+ #: user-submitted-posts.php:1541 user-submitted-posts.php:1542
40
+ msgid " required"
41
+ msgstr " απαιτείται"
42
 
43
+ #: library/plugin-display.php:535
44
+ msgid "“Add another image” link"
45
+ msgstr "“Προσθήκη άλλης εικόνας” Σύνδεσμος"
46
 
47
+ #: library/plugin-display.php:61
48
+ msgid "— the ultimate solution for user-generated content."
49
+ msgstr "— η απόλυτη λύση για περιεχόμενο που δημιουργείται από χρήστες."
50
 
51
+ #: library/plugin-settings.php:180
52
+ msgid "(Provide your own form template & styles)"
53
+ msgstr "(Παρέχετε το δικό σας πρότυπο φόρμας και στυλ)"
54
 
55
+ #: library/plugin-settings.php:176
56
+ msgid "(Provide your own styles)"
57
+ msgstr "(Δώστε τα δικά σας στυλ)"
58
 
59
+ #: library/plugin-settings.php:172
60
+ msgid "(Recommended)"
61
+ msgstr "(Συνιστάται)"
62
 
63
+ #: library/plugin-display.php:131
64
+ msgid "..and upload them into a directory named"
65
+ msgstr "..και ανεβάστε τα σε έναν κατάλογο με το όνομα"
66
 
67
+ #: library/plugin-display.php:770
68
+ msgid "Access Control"
69
+ msgstr "Έλεγχος πρόσβασης"
70
 
71
+ #: library/plugin-display.php:468
72
+ msgid "Add a challenge question to help stop spam. Tip: make the question easy to answer for any human."
73
+ msgstr "Προσθέστε μια ερώτηση πρόκλησης για να σταματήσετε τα ανεπιθύμητα. Συμβουλή: κάντε την ερώτηση εύκολη στην απάντηση για κάθε άνθρωπο."
74
 
75
+ #: views/submission-form.php:147 views/submission-form-alt.php:162
76
+ msgid "Add another image"
77
+ msgstr "Προσθήκη άλλης εικόνας"
78
 
79
+ #: library/plugin-display.php:291
80
+ msgid "Additional recipients for email alerts. Use commas to separate multiple addresses."
81
+ msgstr "Πρόσθετοι παραλήπτες για ειδοποιήσεις μέσω email. Χρησιμοποιήστε κόμματα για να διαχωρίσετε πολλές διευθύνσεις."
82
 
83
+ #: library/shortcode-login.php:183
84
+ msgid "Admin"
85
+ msgstr "διαχειριστής"
86
 
87
+ #: library/plugin-settings.php:200 library/plugin-settings.php:224
88
+ #: library/plugin-settings.php:248 library/plugin-settings.php:272
89
+ #: library/plugin-settings.php:296
90
+ msgid "After post content"
91
+ msgstr "Μετά το περιεχόμενο της ανάρτησης"
92
 
93
+ #: user-submitted-posts.php:1512
94
+ msgid "An error occurred. Please go back and try again."
95
+ msgstr "Παρουσιάστηκε σφάλμα. Επιστρέψτε και δοκιμάστε ξανά."
96
 
97
+ #: library/plugin-display.php:363 library/plugin-display.php:746
98
+ #: library/plugin-display.php:751
99
+ msgid "and"
100
+ msgstr "και"
101
 
102
+ #: library/support-panel.php:63
103
+ msgid "and is greatly appreciated."
104
+ msgstr "και εκτιμάται ιδιαίτερα."
 
 
105
 
106
+ #: library/plugin-display.php:35
107
+ msgid "and/or"
108
+ msgstr "και/ή"
109
 
110
+ #: views/submission-form.php:85 views/submission-form-alt.php:100
111
+ msgid "Antispam Question"
112
+ msgstr "Ερώτηση Antispam"
113
 
114
+ #: library/support-panel.php:65
115
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
116
+ msgstr "Η δωρεά οποιουδήποτε μεγέθους με βοηθά να συνεχίσω να αναπτύσσω αυτό το δωρεάν πρόσθετο και άλλους καταπληκτικούς πόρους του WordPress."
117
 
118
+ #: library/plugin-display.php:231
119
+ msgid "Assigned Author"
120
+ msgstr "Ανατεθειμένος συγγραφέας"
121
 
122
+ #: library/plugin-display.php:747 library/plugin-display.php:751
123
+ msgid "attributes"
124
+ msgstr "γνωρίσματα"
125
 
126
+ #: library/plugin-display.php:583
127
+ msgid "Automatically display images and more."
128
+ msgstr "Αυτόματη εμφάνιση εικόνων και πολλά άλλα."
129
 
130
+ #: library/plugin-settings.php:196 library/plugin-settings.php:220
131
+ #: library/plugin-settings.php:244 library/plugin-settings.php:268
132
+ #: library/plugin-settings.php:292
133
+ msgid "Before post content"
134
+ msgstr "Πριν δημοσιεύσετε περιεχόμενο"
135
 
136
+ #: library/support-panel.php:55
137
+ msgid "books"
138
+ msgstr "βιβλία"
139
 
140
+ #: library/plugin-display.php:829
141
+ msgid "by"
142
+ msgstr "με"
143
+
144
+ #: library/plugin-display.php:152
145
+ msgid "By default, CSS & JavaScript files are loaded on every page. To load only on specific page(s), enter the URL(s) here. Use commas to separate multiple URLs. Leave blank to load on all pages."
146
+ msgstr "Από προεπιλογή, CSS & Τα αρχεία JavaScript φορτώνονται σε κάθε σελίδα. Για φόρτωση μόνο σε συγκεκριμένες σελίδες, εισαγάγετε τη διεύθυνση URL εδώ. Χρησιμοποιήστε κόμματα για να διαχωρίσετε πολλαπλές διευθύνσεις URL. Αφήστε το κενό για φόρτωση σε όλες τις σελίδες."
147
+
148
+ #: library/plugin-display.php:430
149
+ msgid "By default, this displays an “Agree to Terms” checkbox. Customize as desired."
150
+ msgstr "Από προεπιλογή, εμφανίζεται μια ένδειξη “Συμφωνώ με τους Όρους” πλαίσιο ελέγχου. Προσαρμόστε όπως θέλετε."
151
+
152
+ #: library/plugin-display.php:753
153
+ msgid "Can use"
154
+ msgstr "Μπορεί να χρησιμοποιηθεί"
155
+
156
+ #: library/plugin-display.php:481
157
+ msgid "Case-sensitivity"
158
+ msgstr "Ευαισθησία πεζών-κεφαλαίων"
159
+
160
+ #: library/plugin-display.php:332
161
+ msgid "Categories"
162
+ msgstr "Κατηγορίες"
163
+
164
+ #: library/plugin-display.php:327
165
+ msgid "Categories & Tags"
166
+ msgstr "Κατηγορίες & Ετικέτες"
167
+
168
+ #: library/plugin-display.php:363
169
+ msgid "category"
170
+ msgstr "κατηγορία"
171
+
172
+ #: library/plugin-display.php:349
173
+ msgid "Category ID for Hidden Field"
174
+ msgstr "Αναγνωριστικό κατηγορίας για κρυφό πεδίο"
175
+
176
+ #: library/plugin-settings.php:408 library/plugin-display.php:466
177
+ #: library/plugin-display.php:471
178
+ msgid "Challenge Question"
179
+ msgstr "Ερώτηση πρόκλησης"
180
 
181
+ #: library/plugin-display.php:476
182
+ msgid "Challenge Response"
183
+ msgstr "Απάντηση πρόκλησης"
184
+
185
+ #: library/plugin-display.php:319 library/plugin-display.php:392
186
+ #: library/plugin-display.php:420 library/plugin-display.php:458
187
+ msgid "check out"
188
+ msgstr "Ολοκλήρωση αγοράς"
189
+
190
+ #: library/plugin-display.php:754
191
+ msgid "Check out the source code inline notes for more info"
192
+ msgstr "Ελέγξτε τις ενσωματωμένες σημειώσεις του πηγαίου κώδικα για περισσότερες πληροφορίες"
193
+
194
+ #: library/plugin-display.php:46
195
+ msgid "Check this box if you have shown support"
196
+ msgstr "Επιλέξτε αυτό το πλαίσιο εάν έχετε δείξει υποστήριξη"
197
+
198
+ #: library/shortcode-login.php:98
199
+ msgid "Check your email for the password."
200
+ msgstr "Ελέγξτε το email σας για τον κωδικό πρόσβασης."
201
+
202
+ #: library/shortcode-login.php:103
203
+ msgid "Check your email to reset your password."
204
+ msgstr "Ελέγξτε το email σας για να επαναφέρετε τον κωδικό πρόσβασής σας."
205
+
206
+ #: library/plugin-display.php:443
207
+ msgid "Checkbox Error"
208
+ msgstr "Σφάλμα πλαισίου ελέγχου"
209
+
210
+ #: library/plugin-display.php:438
211
+ msgid "Checkbox Name"
212
+ msgstr "Όνομα πλαισίου ελέγχου"
213
+
214
+ #: library/plugin-display.php:448
215
+ msgid "Checkbox Text"
216
+ msgstr "Κείμενο πλαισίου ελέγχου"
217
+
218
+ #: library/plugin-display.php:85
219
+ msgid "Choose fields to display on the front-end form."
220
+ msgstr "Επιλέξτε πεδία για εμφάνιση στη φόρμα της διεπαφής."
221
+
222
+ #: library/plugin-display.php:506
223
+ msgid "Choose reCaptcha version"
224
+ msgstr "Επιλέξτε την έκδοση reCaptcha"
225
+
226
+ #: library/plugin-display.php:374
227
+ msgid "Configure Custom Field #1."
228
+ msgstr "Διαμόρφωση προσαρμοσμένου πεδίου #1."
229
+
230
+ #: library/plugin-display.php:402
231
+ msgid "Configure Custom Field #2."
232
+ msgstr "Διαμόρφωση προσαρμοσμένου πεδίου #2."
233
+
234
+ #: library/plugin-display.php:276
235
+ msgid "Configure email notifications for new submitted posts."
236
+ msgstr "Διαμόρφωση ειδοποιήσεων email για νέες υποβληθείσες αναρτήσεις."
237
+
238
+ #: library/plugin-display.php:118
239
+ msgid "Configure general settings. Note: the default settings work fine for most cases."
240
+ msgstr "Διαμορφώστε τις γενικές ρυθμίσεις. Σημείωση: οι προεπιλεγμένες ρυθμίσεις λειτουργούν καλά στις περισσότερες περιπτώσεις."
241
+
242
+ #: library/plugin-display.php:514
243
+ msgid "Configure settings for image uploads."
244
+ msgstr "Διαμορφώστε τις ρυθμίσεις για μεταφορτώσεις εικόνων."
245
+
246
+ #: library/plugin-display.php:329
247
+ msgid "Configure settings for the Category and Tag fields."
248
+ msgstr "Διαμορφώστε τις ρυθμίσεις για τα πεδία Κατηγορία και Ετικέτα."
249
+
250
+ #: library/plugin-display.php:228
251
+ msgid "Configure user settings."
252
+ msgstr "Διαμορφώστε τις ρυθμίσεις χρήστη."
253
+
254
+ #: library/shortcode-login.php:180
255
+ msgid "Congratulations, you’re logged in."
256
+ msgstr "Συγχαρητήρια, έχετε συνδεθεί."
257
+
258
+ #: user-submitted-posts.php:1529 user-submitted-posts.php:1530
259
  msgid "Correct captcha required"
260
  msgstr "Απαιτείται σωστό captcha"
261
 
262
+ #: library/plugin-display.php:296
263
+ msgid "Custom address for the email “From” header (see plugin FAQs for info)."
264
+ msgstr "Προσαρμοσμένη διεύθυνση για το email “Από” κεφαλίδα (ανατρέξτε στις Συνήθεις Ερωτήσεις της προσθήκης για πληροφορίες)."
265
 
266
+ #: library/plugin-display.php:428
267
+ msgid "Custom Checkbox"
268
+ msgstr "Προσαρμοσμένο πλαίσιο ελέγχου"
269
 
270
+ #: user-submitted-posts.php:1509
271
+ msgid "Custom checkbox required"
272
+ msgstr "Απαιτείται προσαρμοσμένο πλαίσιο ελέγχου"
273
 
274
+ #: library/plugin-display.php:184
275
+ msgid "Custom Content"
276
+ msgstr "Προσαρμοσμένο περιεχόμενο"
277
 
278
+ #: user-submitted-posts.php:1506 library/core-functions.php:306
279
+ #: library/plugin-settings.php:369 library/plugin-settings.php:907
280
+ #: library/plugin-display.php:372
281
+ msgid "Custom Field 1"
282
+ msgstr "Προσαρμοσμένο πεδίο 1"
283
 
284
+ #: library/plugin-display.php:639
285
+ msgid "Custom Field 1 Display"
286
+ msgstr "Εμφάνιση προσαρμοσμένου πεδίου 1"
287
 
288
+ #: library/plugin-display.php:646
289
+ msgid "Custom Field 1 Markup"
290
+ msgstr "Προσαρμοσμένη Σήμανση Πεδίου 1"
291
 
292
+ #: user-submitted-posts.php:1507 library/core-functions.php:255
293
+ #: library/plugin-settings.php:374 library/plugin-settings.php:910
294
+ #: library/plugin-display.php:400
295
+ msgid "Custom Field 2"
296
+ msgstr "Προσαρμοσμένο πεδίο 2"
297
 
298
+ #: library/plugin-display.php:652
299
+ msgid "Custom Field 2 Display"
300
+ msgstr "Εμφάνιση προσαρμοσμένου πεδίου 2"
301
 
302
+ #: library/plugin-display.php:659
303
+ msgid "Custom Field 2 Markup"
304
+ msgstr "Προσαρμοσμένη Σήμανση Πεδίου 2"
305
 
306
+ #: library/plugin-display.php:382 library/plugin-display.php:410
307
+ msgid "Custom Field Label"
308
+ msgstr "Προσαρμοσμένη ετικέτα πεδίου"
309
 
310
+ #: library/plugin-display.php:377 library/plugin-display.php:405
311
+ msgid "Custom Field Name"
312
+ msgstr "Προσαρμοσμένο όνομα πεδίου"
313
 
314
+ #: library/plugin-settings.php:180
315
+ msgid "Custom Form + Custom CSS"
316
+ msgstr "Προσαρμοσμένη φόρμα + Προσαρμοσμένο CSS"
317
 
318
+ #: library/plugin-display.php:537
319
+ msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
320
+ msgstr "Προσαρμοσμένη σήμανση για το “Προσθήκη άλλης εικόνας” Σύνδεσμος. Αφήστε το κενό για να χρησιμοποιήσετε την προεπιλεγμένη σήμανση (συνιστάται)."
321
 
322
+ #: library/plugin-display.php:522
323
+ msgid "Default Featured Image"
324
+ msgstr "Προεπιλεγμένη επιλεγμένη εικόνα"
325
 
326
+ #: library/plugin-settings.php:481
327
+ msgid "Disable"
328
+ msgstr "Καθιστώ ανίκανο"
329
 
330
+ #: library/plugin-display.php:201
331
+ msgid "Disable all required attributes on form fields (useful for troubleshooting error messages)"
332
+ msgstr "Απενεργοποιήστε όλα τα απαιτούμενα χαρακτηριστικά στα πεδία φόρμας (χρήσιμο για την αντιμετώπιση προβλημάτων μηνυμάτων σφαλμάτων)"
333
 
334
+ #: library/plugin-display.php:204
335
+ msgid "Disable IP Tracking"
336
+ msgstr "Απενεργοποιήστε την παρακολούθηση IP"
337
 
338
+ #: library/plugin-display.php:258
339
+ msgid "Disable Replace Author"
340
+ msgstr "Απενεργοποίηση Αντικατάσταση συντάκτη"
341
 
342
+ #: library/plugin-display.php:199
343
+ msgid "Disable Required"
344
+ msgstr "Απαιτείται απενεργοποίηση"
345
 
346
+ #: library/plugin-settings.php:350 library/plugin-settings.php:391
347
+ #: library/plugin-settings.php:421 library/plugin-settings.php:451
348
+ msgid "Disable this field"
349
+ msgstr "Απενεργοποιήστε αυτό το πεδίο"
350
 
351
+ #: library/plugin-display.php:356
352
+ msgid "Display a select/dropdown menu of existing tags (valid when Tag field is displayed on the form)"
353
+ msgstr "Εμφάνιση ενός μενού επιλογής/αναπτυσσόμενου μενού υπαρχουσών ετικετών (ισχύει όταν το πεδίο Tag εμφανίζεται στη φόρμα)"
 
354
 
355
+ #: library/plugin-display.php:433
356
+ msgid "Display Checkbox"
357
+ msgstr "Εμφάνιση πλαισίου ελέγχου"
 
 
358
 
359
+ #: library/plugin-display.php:773
360
+ msgid "Display content only to users with a specific capability:"
361
+ msgstr "Εμφάνιση περιεχομένου μόνο σε χρήστες με συγκεκριμένη δυνατότητα:"
 
362
 
363
+ #: library/plugin-display.php:775
364
+ msgid "Display content to logged-in users:"
365
+ msgstr "Εμφάνιση περιεχομένου σε συνδεδεμένους χρήστες:"
 
 
366
 
367
+ #: library/plugin-display.php:777
368
+ msgid "Display content to visitors only:"
369
+ msgstr "Εμφάνιση περιεχομένου μόνο στους επισκέπτες:"
 
 
 
370
 
371
+ #: library/plugin-display.php:435
372
+ msgid "Display custom checkbox on the submission form"
373
+ msgstr "Εμφάνιση προσαρμοσμένου πλαισίου ελέγχου στη φόρμα υποβολής"
374
 
375
+ #: library/plugin-display.php:641
376
+ msgid "Display Custom Field 1:"
377
+ msgstr "Εμφάνιση προσαρμοσμένου πεδίου 1:"
378
 
379
+ #: library/plugin-display.php:654
380
+ msgid "Display Custom Field 2:"
381
+ msgstr "Εμφάνιση προσαρμοσμένου πεδίου 2:"
 
382
 
383
+ #: library/plugin-display.php:730
384
+ msgid "Display image gallery"
385
+ msgstr "Εμφάνιση συλλογής εικόνων"
386
 
387
+ #: library/plugin-display.php:615
388
+ msgid "Display submitted author/name:"
389
+ msgstr "Εμφάνιση του υποβληθέντος συγγραφέα/ονόματος:"
 
 
390
 
391
+ #: library/plugin-display.php:602
392
+ msgid "Display submitted email address:"
393
+ msgstr "Εμφάνιση της υποβληθείσας διεύθυνσης email:"
394
 
395
+ #: library/plugin-display.php:588
396
+ msgid "Display submitted images:"
397
+ msgstr "Εμφάνιση υποβαλλόμενων εικόνων:"
398
 
399
+ #: library/plugin-display.php:628
400
+ msgid "Display submitted URL:"
401
+ msgstr "Εμφάνιση υποβληθείσας διεύθυνσης URL:"
402
 
403
+ #: library/plugin-display.php:684
404
+ msgid "Display the Form"
405
+ msgstr "Εμφάνιση της Φόρμας"
406
 
407
+ #: library/plugin-display.php:701
408
+ msgid "Display the login/register form"
409
+ msgstr "Εμφάνιση της φόρμας σύνδεσης/εγγραφής"
410
 
411
+ #: library/plugin-display.php:688
412
+ msgid "Display the submit-post form"
413
+ msgstr "Εμφάνιση της φόρμας υποβολής-ανάρτησης"
414
 
415
+ #: library/plugin-display.php:711
416
+ msgid "Display user-submitted posts"
417
+ msgstr "Εμφάνιση αναρτήσεων που έχουν υποβληθεί από τους χρήστες"
418
 
419
+ #: library/plugin-display.php:206
420
+ msgid "Do not collect or store any user IP address (useful for complying with privacy regulations)"
421
+ msgstr "Μην συλλέγετε ή αποθηκεύετε καμία διεύθυνση IP χρήστη (χρήσιμη για τη συμμόρφωση με τους κανονισμούς απορρήτου)"
422
 
423
+ #: library/plugin-settings.php:204 library/plugin-settings.php:228
424
+ #: library/plugin-settings.php:252 library/plugin-settings.php:276
425
+ #: library/plugin-settings.php:300
426
+ msgid "Do not display"
427
+ msgstr "Να μην εμφανίζεται"
428
 
429
+ #: library/plugin-display.php:260
430
+ msgid "Do not replace post author with submitted user name"
431
+ msgstr "Μην αντικαθιστάτε τον συντάκτη της ανάρτησης με το υποβληθέν όνομα χρήστη"
432
 
433
+ #: library/plugin-display.php:65
434
+ msgid "Documentation"
435
+ msgstr "Τεκμηρίωση"
436
 
437
+ #: library/support-panel.php:53
438
+ msgid "Donate via PayPal"
439
+ msgstr "Κάντε δωρεά μέσω PayPal"
440
 
441
+ #: library/support-panel.php:57
442
+ msgid "donation"
443
+ msgstr "δωρεά"
444
 
445
+ #: library/plugin-settings.php:563
446
+ msgid "Draft"
447
+ msgstr "Προσχέδιο"
448
+
449
+ #: user-submitted-posts.php:1554
450
+ msgid "Duplicate post title. Please try again."
451
+ msgstr "Διπλότυπος τίτλος ανάρτησης. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα."
452
+
453
+ #: library/plugin-settings.php:895
454
+ msgid "Email"
455
+ msgstr "ΗΛΕΚΤΡΟΝΙΚΗ ΔΙΕΥΘΥΝΣΗ"
456
+
457
+ #: library/plugin-display.php:294
458
+ msgid "Email “From” Address"
459
+ msgstr "Email “Από” Διεύθυνση"
460
+
461
+ #: library/plugin-display.php:289
462
+ msgid "Email Address for Alerts"
463
+ msgstr "Διεύθυνση email για ειδοποιήσεις"
464
+
465
+ #: library/plugin-display.php:307
466
+ msgid "Email Alert Message"
467
+ msgstr "Μήνυμα ειδοποίησης μέσω email"
468
+
469
+ #: library/plugin-display.php:300
470
+ msgid "Email Alert Subject"
471
+ msgstr "Θέμα ειδοποίησης email"
472
+
473
+ #: library/plugin-display.php:274
474
+ msgid "Email Alerts"
475
+ msgstr "Ειδοποιήσεις μέσω email"
476
+
477
+ #: library/plugin-display.php:600
478
+ msgid "Email Display"
479
+ msgstr "Εμφάνιση email"
480
+
481
+ #: library/plugin-display.php:607
482
+ msgid "Email Markup"
483
+ msgstr "Σήμανση email"
484
 
485
+ #: library/plugin-display.php:318
486
+ msgid "email-alert options"
487
+ msgstr "επιλογές ειδοποίησης μέσω email"
488
 
489
+ #: library/plugin-settings.php:480
490
+ msgid "Enable"
491
+ msgstr "επιτρέπω"
492
 
493
+ #: library/plugin-settings.php:348 library/plugin-settings.php:389
494
+ #: library/plugin-settings.php:420 library/plugin-settings.php:450
495
+ msgid "Enable and require"
496
+ msgstr "Ενεργοποίηση και απαίτηση"
497
 
498
+ #: library/plugin-settings.php:349 library/plugin-settings.php:390
499
+ msgid "Enable but do not require"
500
+ msgstr "Ενεργοποίηση αλλά δεν απαιτείται"
501
 
502
+ #: library/plugin-display.php:284
503
+ msgid "Enable HTML Format"
504
+ msgstr "Ενεργοποίηση μορφής HTML"
505
 
506
+ #: library/plugin-display.php:286
507
+ msgid "Enable HTML format for email alert messages"
508
+ msgstr "Ενεργοποιήστε τη μορφή HTML για μηνύματα ειδοποίησης μέσω email"
509
 
510
+ #: library/plugin-display.php:191
511
+ msgid "Enable RTE/Visual Editor for the Post Content field"
512
+ msgstr "Ενεργοποιήστε το RTE/Visual Editor για το πεδίο Post Content"
513
 
514
+ #: library/plugin-display.php:209
515
+ msgid "Enable Shortcodes"
516
+ msgstr "Ενεργοποίηση Shortcodes"
517
 
518
+ #: library/plugin-display.php:211
519
+ msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
520
+ msgstr "Ενεργοποίηση σύντομων κωδικών σε γραφικά στοιχεία. Από προεπιλογή, το WordPress δεν ενεργοποιεί τους συντομότερους κωδικούς σε γραφικά στοιχεία. "
521
 
522
+ #: library/plugin-display.php:341
523
+ msgid "Enable users to select multiple categories"
524
+ msgstr "Επιτρέψτε στους χρήστες να επιλέξουν πολλές κατηγορίες"
525
 
526
+ #: library/plugin-display.php:573
527
+ msgid "Enable users to upload other file types (like PDF, Word, Zip, videos, and more), check out"
528
+ msgstr "Επιτρέψτε στους χρήστες να ανεβάζουν άλλους τύπους αρχείων (όπως PDF, Word, Zip, βίντεο και άλλα), ελέγξτε"
529
 
530
+ #. Description of the plugin
531
+ #:
532
+ msgid "Enables your visitors to submit posts and images from anywhere on your site."
533
+ msgstr "Επιτρέπει στους επισκέπτες σας να υποβάλλουν αναρτήσεις και εικόνες από οπουδήποτε στον ιστότοπό σας."
534
 
535
+ #: library/plugin-display.php:59
536
+ msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
537
+ msgstr "δίνει τη δυνατότητα στους επισκέπτες σας να υποβάλλουν αναρτήσεις και να ανεβάζουν εικόνες από το μπροστινό μέρος του ιστότοπού σας. "
538
 
539
+ #: library/plugin-display.php:478
540
+ msgid "Enter the *only* correct answer to the challenge question"
541
+ msgstr "Εισαγάγετε τη *μόνη* σωστή απάντηση στην ερώτηση πρόκλησης"
542
 
543
+ #: library/plugin-display.php:526
544
+ msgid "Enter URL or click button to upload/choose an image (optional)"
545
+ msgstr "Εισαγάγετε τη διεύθυνση URL ή κάντε κλικ στο κουμπί για να ανεβάσετε/επιλέξετε μια εικόνα (προαιρετικό)"
546
 
547
+ #: library/plugin-display.php:500
548
+ msgid "Enter your Private Key"
549
+ msgstr "Εισαγάγετε το ιδιωτικό σας κλειδί"
550
 
551
+ #: library/plugin-display.php:495
552
+ msgid "Enter your Public Key"
553
+ msgstr "Εισαγάγετε το δημόσιο κλειδί σας"
554
 
555
+ #: library/shortcode-login.php:156
556
+ msgid "Enter your username or email to reset your password."
557
+ msgstr "Εισαγάγετε το όνομα χρήστη ή το email σας για να επαναφέρετε τον κωδικό πρόσβασής σας."
558
 
559
+ #: library/plugin-display.php:179
560
+ msgid "Error Message"
561
+ msgstr "Μήνυμα λάθους"
562
 
563
+ #: library/plugin-display.php:181
564
+ msgid "Error message displayed if post submission fails (basic markup allowed)"
565
+ msgstr "Εμφανίζεται μήνυμα σφάλματος εάν η υποβολή της ανάρτησης αποτύχει (επιτρέπεται η βασική σήμανση)"
566
 
567
+ #: library/plugin-display.php:445
568
+ msgid "Error message displayed if user does not check the box"
569
+ msgstr "Εμφανίζεται μήνυμα σφάλματος εάν ο χρήστης δεν επιλέξει το πλαίσιο"
 
570
 
571
+ #: user-submitted-posts.php:1564
572
+ msgid "Error: "
573
+ msgstr "Λάθος: "
574
 
575
+ #: library/plugin-display.php:783
576
+ msgid "Example"
577
+ msgstr "Παράδειγμα"
578
 
579
+ #: library/plugin-display.php:517
580
+ msgid "Featured Image"
581
+ msgstr "Επιλεγμένη εικόνα"
582
 
583
+ #: user-submitted-posts.php:1547
584
+ msgid "File not uploaded. Please check the file and try again."
585
+ msgstr "Το αρχείο δεν μεταφορτώθηκε. Ελέγξτε το αρχείο και δοκιμάστε ξανά."
586
 
587
+ #: user-submitted-posts.php:1540
588
+ msgid "File type not allowed (please upload images only)"
589
+ msgstr "Ο τύπος αρχείου δεν επιτρέπεται (παρακαλώ μεταφορτώστε μόνο εικόνες)"
590
 
591
+ #: library/plugin-display.php:390 library/plugin-display.php:418
592
+ #: library/plugin-display.php:456
593
+ msgid "For"
594
+ msgstr "Για"
595
 
596
+ #: library/plugin-display.php:317 library/plugin-display.php:362
597
+ msgid "For more"
598
+ msgstr "Για περισσότερα"
599
 
600
+ #: library/plugin-display.php:60
601
+ msgid "For more features and unlimited forms, check out"
602
+ msgstr "Για περισσότερες δυνατότητες και απεριόριστες φόρμες, ρίξτε μια ματιά"
603
 
604
+ #: library/plugin-display.php:218 library/plugin-display.php:266
605
+ #: library/plugin-display.php:668
606
+ msgid "For more options and features, check out"
607
+ msgstr "Για περισσότερες επιλογές και δυνατότητες, ρίξτε μια ματιά"
608
 
609
+ #: library/plugin-display.php:108
610
+ msgid "For unlimited fields, check out"
611
+ msgstr "Για απεριόριστα πεδία, ελέγξτε έξω"
612
 
613
+ #: library/shortcode-login.php:90
614
+ msgid "Forgot?"
615
+ msgstr "Ξεχάσατε;"
616
 
617
+ #: library/plugin-display.php:83
618
+ msgid "Form Fields"
619
+ msgstr "Πεδία Φόρμας"
 
 
620
 
621
+ #: library/plugin-display.php:121
622
+ msgid "Form Style"
623
+ msgstr "Στυλ φόρμας"
 
 
624
 
625
+ #: library/plugin-display.php:581
626
+ msgid "Frontend Display"
627
+ msgstr "Εμφάνιση Frontend"
628
 
629
+ #: library/plugin-display.php:139
630
+ msgid "FYI: here is a"
631
+ msgstr "FYI: εδώ είναι ένα"
632
 
633
+ #: library/plugin-display.php:116
634
+ msgid "General Settings"
635
+ msgstr "Γενικές Ρυθμίσεις"
636
 
637
+ #: library/plugin-display.php:72
638
+ msgid "Get USP Pro"
639
+ msgstr "Αποκτήστε το USP Pro"
640
 
641
+ #: library/plugin-settings.php:40
642
+ msgid "Get USP Pro for unlimited forms!"
643
+ msgstr "Αποκτήστε το USP Pro για απεριόριστες φόρμες!"
644
 
645
+ #: library/plugin-display.php:70
646
+ msgid "give it a 5-star rating"
647
+ msgstr "δώστε του μια βαθμολογία 5 αστέρων"
648
 
649
+ #: library/plugin-display.php:37
650
+ msgid "give this plugin a 5-star rating"
651
+ msgstr "δώστε σε αυτό το πρόσθετο βαθμολογία 5 αστέρων"
652
 
653
+ #: library/plugin-settings.php:68
654
+ msgid "Give USP a 5-star rating at WordPress.org"
655
+ msgstr "Δώστε στο USP μια βαθμολογία 5 αστέρων στο WordPress.org"
 
656
 
657
+ #: library/plugin-settings.php:41
658
+ msgid "Go Pro"
659
+ msgstr "Γίνε επαγγελματίας"
660
 
661
+ #: library/plugin-settings.php:438 library/plugin-display.php:488
662
+ msgid "Google reCaptcha"
663
+ msgstr "Google reCaptcha"
 
664
 
665
+ #: library/shortcode-login.php:107
666
+ msgid "Have an account?"
667
+ msgstr "Να έχεις ένα λογαριασμό?"
 
668
 
669
+ #: library/plugin-display.php:717
670
+ msgid "Here are some examples showing how to configure this shortcode:"
671
+ msgstr "Ακολουθούν μερικά παραδείγματα που δείχνουν πώς να ρυθμίσετε αυτόν τον σύντομο κώδικα:"
 
672
 
673
+ #: library/plugin-display.php:344
674
+ msgid "Hidden/Default Category"
675
+ msgstr "Κρυφή/Προεπιλεγμένη κατηγορία"
 
676
 
677
+ #: library/plugin-settings.php:63
678
+ msgid "Homepage"
679
+ msgstr "Αρχική σελίδα"
 
680
 
681
+ #: library/plugin-settings.php:172
682
+ msgid "HTML5 Form + Default CSS"
683
+ msgstr "Φόρμα HTML5 + Προεπιλεγμένο CSS"
684
 
685
+ #: library/plugin-settings.php:176
686
+ msgid "HTML5 Form + Disable CSS"
687
+ msgstr "Φόρμα HTML5 + Απενεργοποίηση CSS"
688
 
689
+ #. URI of the plugin
690
+ #:
691
+ msgid "https://perishablepress.com/user-submitted-posts/"
692
+ msgstr "https://perishablepress.com/user-submitted-posts/"
693
 
694
+ #. Author URI of the plugin
695
+ #:
696
+ msgid "https://plugin-planet.com/"
697
+ msgstr "https://plugin-planet.com/"
698
 
699
+ #: views/submission-form.php:169 views/submission-form-alt.php:184
700
+ msgid "Human verification: leave this field empty."
701
+ msgstr "Ανθρώπινη επαλήθευση: αφήστε αυτό το πεδίο κενό."
702
 
703
+ #: library/plugin-display.php:297
704
+ msgid "If multiple addresses are specified for the previous setting, include an equal number of addresses for this setting (in the same order)."
705
+ msgstr "Εάν έχουν καθοριστεί πολλές διευθύνσεις για την προηγούμενη ρύθμιση, συμπεριλάβετε ίσο αριθμό διευθύνσεων για αυτήν τη ρύθμιση (με την ίδια σειρά)."
706
 
707
+ #: library/plugin-display.php:784
708
+ msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
709
+ msgstr "Εάν ο χρήστης είναι συνδεδεμένος, εμφανίστε τη φόρμα μετά την υποβολή. ή εάν ο χρήστης δεν είναι συνδεδεμένος, εμφανίστε τη φόρμα σύνδεσης:"
710
 
711
+ #: library/plugin-display.php:69
712
+ msgid "If you like this plugin, please"
713
+ msgstr "Αν σας αρέσει αυτό το πρόσθετο, παρακαλώ"
714
 
715
+ #: library/plugin-display.php:586
716
+ msgid "Image Display"
717
+ msgstr "Εμφάνιση εικόνας"
718
 
719
+ #: user-submitted-posts.php:1539
720
+ msgid "Image height exceeds maximum"
721
+ msgstr "Το ύψος της εικόνας υπερβαίνει το μέγιστο"
722
 
723
+ #: library/plugin-display.php:593
724
+ msgid "Image Markup"
725
+ msgstr "Σήμανση εικόνας"
726
 
727
+ #: library/plugin-settings.php:468 library/plugin-display.php:512
728
+ msgid "Image Uploads"
729
+ msgstr "Μεταφορτώσεις εικόνων"
730
 
731
+ #: user-submitted-posts.php:1537
732
+ msgid "Image width exceeds maximum"
733
+ msgstr "Το πλάτος της εικόνας υπερβαίνει το μέγιστο"
734
 
735
+ #: library/plugin-display.php:746
736
+ msgid "in"
737
+ msgstr "σε"
738
 
739
+ #: library/plugin-display.php:131
740
+ msgid "in your theme:"
741
+ msgstr "στο θέμα σας:"
742
 
743
+ #: library/plugin-display.php:145
744
+ msgid "Include JavaScript"
745
+ msgstr "Συμπεριλάβετε JavaScript"
746
 
747
+ #: library/plugin-display.php:147
748
+ msgid "Include required JavaScript files (recommended)"
749
+ msgstr "Συμπερίληψη απαιτούμενων αρχείων JavaScript (συνιστάται)"
750
 
751
+ #: library/enqueue-scripts.php:152
752
+ msgid "Incorrect response."
753
+ msgstr "Λανθασμένη απάντηση."
754
 
755
+ #: library/plugin-display.php:138
756
+ msgid "Installation Docs"
757
+ msgstr "Έγγραφα εγκατάστασης"
758
 
759
+ #. Author of the plugin
760
+ #:
761
+ msgid "Jeff Starr"
762
+ msgstr "Τζεφ Σταρ"
763
 
764
+ #: library/plugin-display.php:830
765
+ msgid "Jeff Starr on Twitter"
766
+ msgstr "Ο Τζεφ Σταρ στο Twitter"
767
 
768
+ #: library/plugin-display.php:726 library/plugin-display.php:798
769
+ msgid "Learn more"
770
+ msgstr "Μάθετε περισσότερα"
771
 
772
+ #: library/plugin-display.php:809
773
+ msgid "Leave this option disabled to remember your settings."
774
+ msgstr "Αφήστε αυτή την επιλογή απενεργοποιημένη για να θυμάστε τις ρυθμίσεις σας."
775
 
776
+ #: library/plugin-settings.php:92
777
+ msgid "Like this plugin? Give it a"
778
+ msgstr "Σας αρέσει αυτό το πρόσθετο; Δώστε του ένα"
779
 
780
+ #: library/plugin-display.php:139
781
+ msgid "list of USP CSS selectors"
782
+ msgstr "λίστα επιλογέων USP CSS"
783
 
784
+ #: user-submitted-posts.php:1621
785
+ msgid "log in"
786
+ msgstr "Σύνδεση"
787
 
788
+ #: library/shortcode-login.php:108
789
+ msgid "Log in or sign up! It’s fast & free!"
790
+ msgstr "Συνδεθείτε ή εγγραφείτε! Είναι γρήγορο & Ελεύθερος!"
791
 
792
+ #: library/shortcode-login.php:182
793
+ msgid "Log out"
794
+ msgstr "Αποσύνδεση"
795
 
796
+ #: library/shortcode-login.php:88 library/shortcode-login.php:127
797
+ msgid "Login"
798
+ msgstr "Σύνδεση"
799
 
800
+ #: library/shortcode-login.php:155
801
+ msgid "Lose something?"
802
+ msgstr "Να χαθεί κάτι;"
803
 
804
+ #: library/plugin-display.php:35
805
+ msgid "make a donation"
806
+ msgstr "κάντε μια δωρεά"
807
 
808
+ #: library/plugin-display.php:35
809
+ msgid "Make a donation via PayPal"
810
+ msgstr "Κάντε μια δωρεά μέσω PayPal"
811
 
812
+ #: library/plugin-display.php:483
813
+ msgid "Make the challenge response case-sensitive"
814
+ msgstr "Κάντε την απάντηση πρόκλησης με διάκριση πεζών-κεφαλαίων"
815
 
816
+ #: library/plugin-display.php:648
817
+ msgid "Markup for Custom Field 1. You may include any of the following variables:"
818
+ msgstr "Σήμανση για προσαρμοσμένο πεδίο 1. Μπορείτε να συμπεριλάβετε οποιαδήποτε από τις ακόλουθες μεταβλητές:"
819
 
820
+ #: library/plugin-display.php:661
821
+ msgid "Markup for Custom Field 2. You may include any of the following variables:"
822
+ msgstr "Σήμανση για προσαρμοσμένο πεδίο 2. Μπορείτε να συμπεριλάβετε οποιαδήποτε από τις ακόλουθες μεταβλητές:"
823
 
824
+ #: library/plugin-display.php:595
825
+ msgid "Markup for each submitted image. You may include any of the following variables:"
826
+ msgstr "Σήμανση για κάθε εικόνα που υποβάλλεται. Μπορείτε να συμπεριλάβετε οποιαδήποτε από τις ακόλουθες μεταβλητές:"
827
 
828
+ #: library/plugin-display.php:622
829
+ msgid "Markup for submitted author/name. You may include"
830
+ msgstr "Σήμανση για τον συγγραφέα/όνομα που υποβλήθηκε. Μπορείτε να συμπεριλάβετε"
831
 
832
+ #: library/plugin-display.php:609
833
+ msgid "Markup for submitted email address. You may include any of the following variables:"
834
+ msgstr "Σήμανση για την υποβληθείσα διεύθυνση email. Μπορείτε να συμπεριλάβετε οποιαδήποτε από τις ακόλουθες μεταβλητές:"
835
 
836
+ #: library/plugin-display.php:635
837
+ msgid "Markup for submitted URL. You may include any of the following variables:"
838
+ msgstr "Σήμανση για υποβληθείσα διεύθυνση URL. Μπορείτε να συμπεριλάβετε οποιαδήποτε από τις ακόλουθες μεταβλητές:"
839
 
840
+ #: library/plugin-display.php:567
841
+ msgid "Maximum height (in pixels) for uploaded images"
842
+ msgstr "Μέγιστο ύψος (σε pixel) για τις μεταφορτωμένες εικόνες"
843
 
844
+ #: library/plugin-display.php:565
845
+ msgid "Maximum image height"
846
+ msgstr "Μέγιστο ύψος εικόνας"
847
 
848
+ #: library/plugin-display.php:560
849
+ msgid "Maximum image width"
850
+ msgstr "Μέγιστο πλάτος εικόνας"
851
 
852
+ #: library/plugin-display.php:545
853
+ msgid "Maximum number of images"
854
+ msgstr "Μέγιστος αριθμός εικόνων"
855
 
856
+ #: user-submitted-posts.php:1535
857
+ msgid "Maximum number of images exceeded "
858
+ msgstr "Υπέρβαση του μέγιστου αριθμού εικόνων "
859
 
860
+ #: library/plugin-display.php:547
861
+ msgid "Maximum number of images for each submitted post"
862
+ msgstr "Μέγιστος αριθμός εικόνων για κάθε υποβληθείσα ανάρτηση"
863
 
864
+ #: library/plugin-display.php:562
865
+ msgid "Maximum width (in pixels) for uploaded images"
866
+ msgstr "Μέγιστο πλάτος (σε pixel) για μεταφορτωμένες εικόνες"
867
 
868
+ #: library/plugin-display.php:176
869
+ msgid "Message displayed after successful post submission (basic markup allowed)"
870
+ msgstr "Το μήνυμα εμφανίζεται μετά την επιτυχή υποβολή της ανάρτησης (επιτρέπεται η βασική σήμανση)"
871
 
872
+ #: library/plugin-display.php:532
873
+ msgid "Message displayed next to the file upload field (basic markup allowed)"
874
+ msgstr "Το μήνυμα εμφανίζεται δίπλα στο πεδίο μεταφόρτωσης αρχείου (επιτρέπεται η βασική σήμανση)"
875
 
876
+ #: library/plugin-display.php:309
877
+ msgid "Message for email alerts. Leave blank to use default message. You may include any of the following variables:"
878
+ msgstr "Μήνυμα για ειδοποιήσεις μέσω email. Αφήστε το κενό για να χρησιμοποιήσετε το προεπιλεγμένο μήνυμα. Μπορείτε να συμπεριλάβετε οποιαδήποτε από τις ακόλουθες μεταβλητές:"
879
 
880
+ #: library/plugin-display.php:557
881
+ msgid "Minimum height (in pixels) for uploaded images"
882
+ msgstr "Ελάχιστο ύψος (σε pixel) για τις μεταφορτωμένες εικόνες"
883
 
884
+ #: library/plugin-display.php:555
885
+ msgid "Minimum image height"
886
+ msgstr "Ελάχιστο ύψος εικόνας"
887
 
888
+ #: user-submitted-posts.php:1538
889
+ msgid "Minimum image height not met"
890
+ msgstr "Δεν πληρούται το ελάχιστο ύψος εικόνας"
891
 
892
+ #: library/plugin-display.php:550
893
+ msgid "Minimum image width"
894
+ msgstr "Ελάχιστο πλάτος εικόνας"
895
 
896
+ #: user-submitted-posts.php:1536
897
+ msgid "Minimum image width not met"
898
+ msgstr "Δεν πληρούται το ελάχιστο πλάτος εικόνας"
899
 
900
+ #: library/plugin-display.php:540
901
+ msgid "Minimum number of images"
902
+ msgstr "Ελάχιστος αριθμός εικόνων"
903
 
904
+ #: library/plugin-display.php:542
905
+ msgid "Minimum number of images for each submitted post"
906
+ msgstr "Ελάχιστος αριθμός εικόνων για κάθε υποβληθείσα ανάρτηση"
907
 
908
+ #: user-submitted-posts.php:1534
909
+ msgid "Minimum number of images not met"
910
+ msgstr "Δεν πληρούται ο ελάχιστος αριθμός εικόνων"
911
 
912
+ #: library/plugin-display.php:552
913
+ msgid "Minimum width (in pixels) for uploaded images"
914
+ msgstr "Ελάχιστο πλάτος (σε pixel) για μεταφορτωμένες εικόνες"
915
 
916
+ #: library/plugin-display.php:105 library/plugin-display.php:215
917
+ #: library/plugin-display.php:263 library/plugin-display.php:314
918
+ #: library/plugin-display.php:359 library/plugin-display.php:387
919
+ #: library/plugin-display.php:415 library/plugin-display.php:453
920
+ #: library/plugin-display.php:570 library/plugin-display.php:665
921
+ msgid "More Options"
922
+ msgstr "Περισσότερες επιλογές"
923
 
924
+ #: library/plugin-display.php:339
925
+ msgid "Multiple Categories"
926
+ msgstr "Πολλαπλές Κατηγορίες"
927
 
928
+ #: library/plugin-display.php:613
929
+ msgid "Name Display"
930
+ msgstr "Εμφάνιση ονόματος"
931
 
932
+ #: library/plugin-display.php:620
933
+ msgid "Name Markup"
934
+ msgstr "Σήμανση ονόματος"
935
 
936
+ #: user-submitted-posts.php:1533
937
+ msgid "Non-empty value for hidden field"
938
+ msgstr "Μη κενή τιμή για κρυφό πεδίο"
939
 
940
+ #: library/plugin-display.php:767
941
+ msgid "Note that the url attribute accepts"
942
+ msgstr "Σημειώστε ότι το χαρακτηριστικό url δέχεται"
943
 
944
+ #: library/plugin-display.php:742
945
+ msgid "Notes:"
946
+ msgstr "Σημειώσεις:"
947
 
948
+ #: library/plugin-display.php:831
949
+ msgid "Obsessive Web Design & Development"
950
+ msgstr "Εμμονική σχεδίαση ιστοσελίδων & Ανάπτυξη"
951
 
952
+ #: library/plugin-display.php:186
953
+ msgid "Optional markup/text to include before the submission form (leave blank to disable)"
954
+ msgstr "Προαιρετική σήμανση/κείμενο που πρέπει να συμπεριληφθεί πριν από τη φόρμα υποβολής (αφήστε κενό για απενεργοποίηση)"
955
 
956
+ #: library/plugin-display.php:364
957
+ msgid "options, check out"
958
+ msgstr "επιλογές, ελέγξτε έξω"
959
 
960
+ #: library/support-panel.php:61
961
+ msgid "or"
962
+ msgstr "ή"
963
 
964
+ #: library/support-panel.php:61
965
+ msgid "or by making a"
966
+ msgstr "ή κάνοντας ένα"
967
 
968
+ #: library/plugin-display.php:810
969
+ msgid "Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
970
+ msgstr "Ή, για να προχωρήσετε και να επαναφέρετε τις προεπιλεγμένες επιλογές προσθήκης: επιλέξτε το πλαίσιο, αποθηκεύστε τις ρυθμίσεις σας και, στη συνέχεια, απενεργοποιήστε/ενεργοποιήστε ξανά την προσθήκη."
971
 
972
+ #: library/plugin-display.php:715
973
+ msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
974
+ msgstr "Εναλλακτικά, χρησιμοποιήστε την ετικέτα προτύπου για να εμφανίσετε μια λίστα με υποβληθείσες αναρτήσεις οπουδήποτε στο πρότυπο θέματός σας:"
975
 
976
+ #: library/plugin-display.php:734
977
+ msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
978
+ msgstr "Εναλλακτικά, χρησιμοποιήστε την ετικέτα προτύπου για να εμφανίσετε μια συλλογή εικόνων οπουδήποτε στο πρότυπο θέματός σας:"
979
 
980
+ #: library/plugin-display.php:693 library/plugin-display.php:706
981
+ msgid "Or, use the template tag to display the form anywhere in your theme template:"
982
+ msgstr "Εναλλακτικά, χρησιμοποιήστε την ετικέτα προτύπου για να εμφανίσετε τη φόρμα οπουδήποτε στο πρότυπο θέματός σας:"
983
 
984
+ #: library/plugin-display.php:55
985
+ msgid "Overview"
986
+ msgstr "ΣΦΑΙΡΙΚΗ ΕΙΚΟΝΑ"
987
 
988
+ #: library/shortcode-login.php:118
989
+ msgid "Password"
990
+ msgstr "Κωδικός πρόσβασης"
991
 
992
+ #: library/plugin-settings.php:564
993
+ msgid "Pending (default)"
994
+ msgstr "Σε εκκρεμότητα (προεπιλογή)"
995
 
996
+ #: library/support-panel.php:51
997
+ msgid "Perishable Press Books"
998
+ msgstr "Φθαρτά Βιβλία Τύπου"
999
 
1000
+ #: user-submitted-posts.php:1620 library/plugin-display.php:35
1001
+ msgid "Please"
1002
+ msgstr "Σας παρακαλούμε"
1003
 
1004
+ #: user-submitted-posts.php:1532
1005
+ msgid "Please check your email and try again"
1006
+ msgstr "Ελέγξτε το email σας και δοκιμάστε ξανά"
1007
 
1008
+ #: views/submission-form.php:21 views/submission-form-alt.php:40
1009
+ msgid "Please complete the required fields."
1010
+ msgstr "Συμπληρώστε τα απαιτούμενα πεδία."
1011
 
1012
+ #: user-submitted-posts.php:85
1013
+ msgid "Please return to the"
1014
+ msgstr "Παρακαλώ επιστρέψτε στο"
1015
 
1016
+ #: views/submission-form.php:92 views/submission-form-alt.php:107
1017
+ msgid "Please select a category.."
1018
+ msgstr "Επιλέξτε κατηγορία.."
1019
 
1020
+ #: views/submission-form.php:58 views/submission-form-alt.php:73
1021
+ msgid "Please select some tags.."
1022
+ msgstr "Επιλέξτε μερικές ετικέτες.."
1023
 
1024
+ #: library/plugin-settings.php:860
1025
+ msgid "Please select your image(s) to upload."
1026
+ msgstr "Επιλέξτε τις εικόνες σας για μεταφόρτωση."
1027
 
1028
+ #: library/support-panel.php:60
1029
+ msgid "Please show support by purchasing one of my"
1030
+ msgstr "Δείξτε υποστήριξη αγοράζοντας ένα από τα δικά μου"
1031
 
1032
+ #: library/plugin-settings.php:62 library/plugin-display.php:64
1033
+ #: library/plugin-display.php:829
1034
+ msgid "Plugin Homepage"
1035
+ msgstr "Αρχική σελίδα προσθήκης"
1036
 
1037
+ #: library/support-panel.php:52
1038
+ msgid "Plugin Planet"
1039
+ msgstr "Plugin Planet"
1040
 
1041
+ #: library/plugin-display.php:79
1042
+ msgid "Plugin Settings"
1043
+ msgstr "Ρυθμίσεις Plugin"
1044
 
1045
+ #: library/support-panel.php:56
1046
+ msgid "plugins"
1047
+ msgstr "πρόσθετα"
1048
 
1049
+ #: views/submission-form.php:90 views/submission-form-alt.php:105
1050
+ #: library/plugin-display.php:94
1051
+ msgid "Post Category"
1052
+ msgstr "Κατηγορία αναρτήσεων"
1053
 
1054
+ #: user-submitted-posts.php:1527
1055
+ msgid "Post category required"
1056
+ msgstr "Απαιτείται κατηγορία ανάρτησης"
1057
 
1058
+ #: views/submission-form.php:123 views/submission-form.php:124
1059
+ #: views/submission-form-alt.php:138 views/submission-form-alt.php:139
1060
+ #: library/plugin-display.php:95
1061
+ msgid "Post Content"
1062
+ msgstr "Περιεχόμενο ανάρτησης"
1063
 
1064
+ #: user-submitted-posts.php:1528
1065
+ msgid "Post content required"
1066
+ msgstr "Απαιτείται περιεχόμενο ανάρτησης"
1067
 
1068
+ #: user-submitted-posts.php:1553
1069
+ msgid "Post not created. Please contact the site administrator for help."
1070
+ msgstr "Η ανάρτηση δεν δημιουργήθηκε. Επικοινωνήστε με τον διαχειριστή του ιστότοπου για βοήθεια."
1071
 
1072
+ #: library/plugin-display.php:162
1073
+ msgid "Post Status"
1074
+ msgstr "Κατάσταση ανάρτησης"
1075
 
1076
+ #: library/plugin-display.php:165
1077
+ msgid "Post Status for submitted posts"
1078
+ msgstr "Κατάσταση ανάρτησης για υποβληθείσες αναρτήσεις"
1079
 
1080
+ #: views/submission-form.php:56 views/submission-form.php:65
1081
+ #: views/submission-form.php:66 views/submission-form-alt.php:71
1082
+ #: views/submission-form-alt.php:80 views/submission-form-alt.php:81
1083
+ #: library/plugin-display.php:93
1084
+ msgid "Post Tags"
1085
+ msgstr "Ετικέτες ανάρτησης"
1086
 
1087
+ #: user-submitted-posts.php:1526
1088
+ msgid "Post tags required"
1089
+ msgstr "Απαιτούνται ετικέτες ανάρτησης"
1090
 
1091
+ #: views/submission-form.php:49 views/submission-form.php:50
1092
+ #: views/submission-form-alt.php:64 views/submission-form-alt.php:65
1093
+ #: library/plugin-display.php:92
1094
+ msgid "Post Title"
1095
+ msgstr "Τίτλος ανάρτησης"
1096
 
1097
+ #: user-submitted-posts.php:1524
1098
+ msgid "Post title required"
1099
+ msgstr "Απαιτείται τίτλος ανάρτησης"
1100
 
1101
+ #: library/plugin-display.php:155
1102
+ msgid "Post Type"
1103
+ msgstr "Τύπος ανάρτησης"
1104
 
1105
+ #: library/plugin-display.php:158
1106
+ msgid "Post Type for submitted posts"
1107
+ msgstr "Τύπος ανάρτησης για υποβληθείσες αναρτήσεις"
1108
 
1109
+ #: library/plugin-display.php:498
1110
+ msgid "Private Key"
1111
+ msgstr "Ιδιωτικό κλειδί"
1112
 
1113
+ #: library/shortcode-login.php:184
1114
+ msgid "Profile"
1115
+ msgstr "Προφίλ"
1116
 
1117
+ #: library/plugin-display.php:493
1118
+ msgid "Public Key"
1119
+ msgstr "Δημόσιο κλειδί"
1120
 
1121
+ #: library/plugin-settings.php:567
1122
+ msgid "Publish after "
1123
+ msgstr "Δημοσίευση μετά "
1124
 
1125
+ #: library/plugin-settings.php:566
1126
+ msgid "Publish after 1 approved post"
1127
+ msgstr "Δημοσίευση μετά από 1 εγκεκριμένη ανάρτηση"
1128
 
1129
+ #: library/plugin-settings.php:565
1130
+ msgid "Publish immediately"
1131
+ msgstr "Δημοσιεύστε αμέσως"
1132
 
1133
+ #: library/plugin-display.php:36
1134
+ msgid "Rate and review at the Plugin Directory"
1135
+ msgstr "Αξιολογήστε και αξιολογήστε τον Κατάλογο προσθηκών"
1136
 
1137
+ #: library/plugin-settings.php:69
1138
+ msgid "Rate this plugin »"
1139
+ msgstr "Βαθμολογήστε αυτήν την προσθήκη »"
1140
 
1141
+ #: library/plugin-display.php:503
1142
+ msgid "reCaptcha Version"
1143
+ msgstr "Έκδοση reCaptcha"
1144
 
1145
+ #: library/plugin-display.php:279
1146
+ msgid "Receive Email Alert"
1147
+ msgstr "Λήψη ειδοποίησης μέσω email"
1148
 
1149
+ #: library/plugin-display.php:169
1150
+ msgid "Redirect URL"
1151
+ msgstr "URL ανακατεύθυνσης"
1152
 
1153
+ #: library/plugin-display.php:171
1154
+ msgid "Redirect user to this URL after post submission (leave blank to stay on current page)"
1155
+ msgstr "Ανακατεύθυνση χρήστη σε αυτήν τη διεύθυνση URL μετά την υποβολή της ανάρτησης (αφήστε κενό για να παραμείνετε στην τρέχουσα σελίδα)"
1156
 
1157
+ #: library/shortcode-login.php:89
1158
+ msgid "Register"
1159
+ msgstr "Κανω ΕΓΓΡΑΦΗ"
1160
 
1161
+ #: library/shortcode-login.php:135
1162
+ msgid "Register for this site!"
1163
+ msgstr "Εγγραφείτε σε αυτόν τον ιστότοπο!"
1164
 
1165
+ #: library/plugin-display.php:243
1166
+ msgid "Registered Email"
1167
+ msgstr "Καταχωρημένη Διεύθυνση Ηλεκτρονικού Ταχυδρομείου"
1168
 
1169
+ #: library/plugin-display.php:248
1170
+ msgid "Registered URL"
1171
+ msgstr "Εγγεγραμμένο URL"
1172
 
1173
+ #: library/plugin-display.php:238
1174
+ msgid "Registered Username"
1175
+ msgstr "Εγγεγραμμένο Όνομα Χρήστη"
1176
 
1177
+ #: library/shortcode-login.php:124
1178
+ msgid "Remember me"
1179
+ msgstr "Θυμήσου με"
1180
 
1181
+ #: library/plugin-display.php:196
1182
+ msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate posts)"
1183
+ msgstr "Απαιτείται να είναι μοναδικοί οι τίτλοι των αναρτήσεων που υποβάλλονται (χρήσιμοι για την αποτροπή πολλαπλών/διπλότυπων αναρτήσεων)"
1184
 
1185
+ #: library/plugin-display.php:253
1186
+ msgid "Require User Login"
1187
+ msgstr "Απαιτείται σύνδεση χρήστη"
1188
 
1189
+ #: library/plugin-display.php:255
1190
+ msgid "Require users to be logged in to WordPress to view/submit the form"
1191
+ msgstr "Απαιτείται από τους χρήστες να είναι συνδεδεμένοι στο WordPress για να προβάλουν/υποβάλουν τη φόρμα"
1192
 
1193
+ #: user-submitted-posts.php:83
1194
+ msgid "requires WordPress "
1195
+ msgstr "απαιτεί WordPress "
1196
 
1197
+ #: library/shortcode-misc.php:18
1198
+ msgid "Reset form"
1199
+ msgstr "Επαναφορά μορφής"
1200
 
1201
+ #: library/plugin-display.php:758
1202
+ msgid "Reset Form Button"
1203
+ msgstr "Κουμπί επαναφοράς φόρμας"
1204
 
1205
+ #: library/shortcode-login.php:163
1206
+ msgid "Reset my password"
1207
+ msgstr "Επαναφέρω τον κωδικό πρόσβασής μου"
1208
 
1209
+ #: library/plugin-display.php:813
1210
+ msgid "Restore default options upon plugin deactivation/reactivation"
1211
+ msgstr "Επαναφέρετε τις προεπιλεγμένες επιλογές κατά την απενεργοποίηση/επανενεργοποίηση της προσθήκης"
1212
 
1213
+ #: library/plugin-display.php:807
1214
+ msgid "Restore Defaults"
1215
+ msgstr "Επαναφέρετε τις προεπιλογές"
1216
+
1217
+ #: user-submitted-posts.php:1590
1218
+ msgid "Return to form"
1219
+ msgstr "Επιστροφή στη φόρμα"
1220
 
1221
+ #: library/plugin-display.php:189
1222
+ msgid "Rich Text Editor"
1223
+ msgstr "Επεξεργαστής εμπλουτισμένου κειμένου"
1224
 
1225
+ #: library/plugin-display.php:676
1226
+ msgid "Save All Changes"
1227
+ msgstr "Αποθήκευση όλων των αλλαγών"
1228
 
1229
+ #: library/plugin-display.php:842
1230
+ msgid "Save Preference"
1231
+ msgstr "Αποθήκευση Προτίμησης"
1232
 
1233
+ #: library/plugin-display.php:815
1234
+ msgid "Save Settings"
1235
+ msgstr "Αποθήκευση ρυθμίσεων"
1236
 
1237
+ #: library/plugin-settings.php:595
1238
+ msgid "Select categories to include in the Category field:"
1239
+ msgstr "Επιλέξτε κατηγορίες που θα συμπεριληφθούν στο πεδίο Κατηγορία:"
1240
 
1241
+ #: library/plugin-display.php:281
1242
+ msgid "Send email alerts for new post submissions"
1243
+ msgstr "Στείλτε ειδοποιήσεις μέσω email για νέες υποβολές αναρτήσεων"
1244
 
1245
+ #: library/plugin-settings.php:31
1246
+ msgid "Settings"
1247
+ msgstr "Ρυθμίσεις"
1248
 
1249
+ #: library/plugin-display.php:334
1250
+ msgid "Show categories"
1251
+ msgstr "Εμφάνιση κατηγοριών"
1252
 
1253
+ #: library/plugin-display.php:820
1254
+ msgid "Show Support"
1255
+ msgstr "Εμφάνιση υποστήριξης"
1256
 
1257
+ #: user-submitted-posts.php:618
1258
+ msgid "Show USP Posts"
1259
+ msgstr "Εμφάνιση αναρτήσεων USP"
1260
 
1261
+ #: library/shortcode-login.php:136
1262
+ msgid "Sign up now for the good stuff."
1263
+ msgstr "Εγγραφείτε τώρα για τα καλά πράγματα."
1264
 
1265
+ #: library/shortcode-login.php:147
1266
+ msgid "Sign up!"
1267
+ msgstr "Εγγραφείτε!"
1268
 
1269
+ #: library/plugin-display.php:351
1270
+ msgid "Specify category ID(s) to use for “Hidden/Default Category” (separate multiple IDs with commas)"
1271
+ msgstr "Καθορίστε αναγνωριστικά κατηγορίας που θα χρησιμοποιηθούν για “Κρυφή/Προεπιλεγμένη κατηγορία” (διαχωρίστε πολλαπλά αναγνωριστικά με κόμματα)"
1272
 
1273
+ #: library/plugin-display.php:234
1274
+ msgid "Specify the user that should be assigned as author for submitted posts"
1275
+ msgstr "Καθορίστε τον χρήστη που θα πρέπει να οριστεί ως συγγραφέας για τις υποβληθείσες αναρτήσεις"
1276
 
1277
+ #: library/plugin-display.php:302
1278
+ msgid "Subject line for email alerts. Leave blank to use default subject line. You may include any of the following variables:"
1279
+ msgstr "Γραμμή θέματος για ειδοποιήσεις μέσω email. Αφήστε το κενό για να χρησιμοποιήσετε την προεπιλεγμένη γραμμή θέματος. Μπορείτε να συμπεριλάβετε οποιαδήποτε από τις ακόλουθες μεταβλητές:"
1280
 
1281
+ #: views/submission-form.php:197 views/submission-form-alt.php:212
1282
+ msgid "Submit Post"
1283
+ msgstr "Υποβολή ανάρτησης"
1284
 
1285
+ #: library/plugin-settings.php:10
1286
+ msgid "Submitted Posts"
1287
+ msgstr "Υποβλήθηκαν δημοσιεύσεις"
1288
 
1289
+ #: user-submitted-posts.php:559
1290
+ msgid "Submitter Email: "
1291
+ msgstr "Email υποβάλλοντος: "
1292
 
1293
+ #: user-submitted-posts.php:561
1294
+ msgid "Submitter IP: "
1295
+ msgstr "IP υποβολέα: "
1296
 
1297
+ #: user-submitted-posts.php:558
1298
+ msgid "Submitter Name: "
1299
+ msgstr "Όνομα υποβάλλοντος: "
1300
 
1301
+ #: user-submitted-posts.php:560
1302
+ msgid "Submitter URL: "
1303
+ msgstr "Διεύθυνση URL υποβολής: "
1304
 
1305
+ #: library/plugin-display.php:174
1306
+ msgid "Success Message"
1307
+ msgstr "Μήνυμα επιτυχίας"
1308
 
1309
+ #: library/shortcode-login.php:97 library/shortcode-login.php:102
1310
+ msgid "Success!"
1311
+ msgstr "Επιτυχία!"
1312
 
1313
+ #: library/plugin-settings.php:866
1314
+ msgid "Success! Thank you for your submission."
1315
+ msgstr "Επιτυχία! Σας ευχαριστούμε για την υποβολή σας."
1316
 
1317
+ #: library/plugin-display.php:66
1318
+ msgid "Support Forum"
1319
+ msgstr "Φόρουμ υποστήριξης"
1320
 
1321
+ #: library/plugin-display.php:364
1322
+ msgid "tag"
1323
+ msgstr "ετικέτα"
1324
 
1325
+ #: library/plugin-display.php:150
1326
+ msgid "Targeted Loading"
1327
+ msgstr "Στοχευμένη φόρτωση"
1328
 
1329
+ #: library/plugin-display.php:450
1330
+ msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
1331
+ msgstr "Το κείμενο εμφανίζεται δίπλα στο πλαίσιο ελέγχου. Συμβουλή: χρησιμοποιήστε σγουρές αγκύλες για την έξοδο γωνιακών βραχιόνων, για παράδειγμα:"
1332
 
1333
+ #: library/support-panel.php:59
1334
+ msgid "Thank you for using"
1335
+ msgstr "Σας ευχαριστούμε για τη χρήση"
1336
 
1337
+ #: library/plugin-display.php:70
1338
+ msgid "THANK YOU for your support!"
1339
+ msgstr "Σας ευχαριστούμε για την υποστήριξή σας!"
1340
 
1341
+ #: library/plugin-display.php:137
1342
+ 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"
1343
+ msgstr "Αυτό θα σας επιτρέψει να προσαρμόσετε τη φόρμα και τα στυλ όπως θέλετε. Για περισσότερες πληροφορίες, ανατρέξτε στην ενότητα \"Προσαρμοσμένη φόρμα υποβολής\" στο"
1344
 
1345
+ #: library/plugin-display.php:793
1346
+ msgid "The access shortcodes can be added to any WP Post or Page. So you can display forms and other content conditionally, based on user role and login status."
1347
+ msgstr "Οι σύντομοι κωδικοί πρόσβασης μπορούν να προστεθούν σε οποιαδήποτε ανάρτηση ή σελίδα WP. Έτσι, μπορείτε να εμφανίζετε φόρμες και άλλο περιεχόμενο υπό όρους, βάσει του ρόλου χρήστη και της κατάστασης σύνδεσης."
1348
 
1349
+ #: user-submitted-posts.php:1551
1350
+ msgid "The file(s) could not be uploaded"
1351
+ msgstr "Δεν ήταν δυνατή η μεταφόρτωση των αρχείων"
1352
 
1353
+ #: library/plugin-display.php:708
1354
+ msgid "The login/register form displays as a tabbed interface, so users can switch between login, register, and reset password."
1355
+ msgstr "Η φόρμα σύνδεσης/εγγραφής εμφανίζεται ως διεπαφή με καρτέλες, ώστε οι χρήστες να μπορούν να κάνουν εναλλαγή μεταξύ σύνδεσης, εγγραφής και επαναφοράς κωδικού πρόσβασης."
1356
 
1357
+ #: library/plugin-display.php:725
1358
+ msgid "The pro version provides many more options for this shortcode."
1359
+ msgstr "Η έκδοση pro παρέχει πολλές περισσότερες επιλογές για αυτόν τον σύντομο κώδικα."
1360
 
1361
+ #: library/plugin-display.php:797
1362
+ msgid "The pro version provides more flexibility with access-control shortcodes."
1363
+ msgstr "Η έκδοση pro παρέχει μεγαλύτερη ευελιξία με συντομότερους κωδικούς ελέγχου πρόσβασης."
1364
 
1365
+ #: library/plugin-settings.php:846
1366
+ msgid "There was an error. Please check required fields and try again."
1367
+ msgstr "Παρουσιάστηκε σφάλμα. Ελέγξτε τα υποχρεωτικά πεδία και δοκιμάστε ξανά."
1368
 
1369
+ #: library/plugin-display.php:212
1370
+ msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
1371
+ msgstr "Αυτή η ρύθμιση ενεργοποιεί οποιονδήποτε/όλους τους συντομότερους κωδικούς σε γραφικά στοιχεία (ακόμη και συντόμους από άλλα πρόσθετα)."
1372
 
1373
+ #: library/plugin-display.php:762
1374
+ msgid "This shortcode accepts the following attributes:"
1375
+ msgstr "Αυτός ο σύντομος κώδικας δέχεται τα ακόλουθα χαρακτηριστικά:"
1376
 
1377
+ #: library/plugin-display.php:760
1378
+ msgid "This shortcode displays a link that resets the form to its original state:"
1379
+ msgstr "Αυτός ο σύντομος κώδικας εμφανίζει έναν σύνδεσμο που επαναφέρει τη φόρμα στην αρχική της κατάσταση:"
 
1380
 
1381
+ #: library/plugin-display.php:384
1382
+ msgid "This will be displayed as the field label on the form. Default: Custom Field 1"
1383
+ msgstr "Αυτό θα εμφανιστεί ως η ετικέτα πεδίου στη φόρμα. Προεπιλογή: Προσαρμοσμένο πεδίο 1"
1384
 
1385
+ #: library/plugin-display.php:412
1386
+ msgid "This will be displayed as the field label on the form. Default: Custom Field 2"
1387
+ msgstr "Αυτό θα εμφανιστεί ως η ετικέτα πεδίου στη φόρμα. Προεπιλογή: Προσαρμοσμένο πεδίο 2"
1388
 
1389
+ #: library/plugin-display.php:724 library/plugin-display.php:780
1390
+ #: library/plugin-display.php:796
1391
+ msgid "Tip:"
1392
+ msgstr "Υπόδειξη:"
1393
 
1394
+ #: library/plugin-display.php:623
1395
+ msgid "to display the submitted name."
1396
+ msgstr "για εμφάνιση του υποβληθέντος ονόματος."
1397
 
1398
+ #: library/plugin-display.php:490
1399
+ msgid "To enable Google reCaptcha, enter your public and private keys."
1400
+ msgstr "Για να ενεργοποιήσετε το Google reCaptcha, εισαγάγετε τα δημόσια και ιδιωτικά κλειδιά σας."
1401
 
1402
+ #: library/plugin-display.php:767
1403
+ msgid "to get the current URL."
1404
+ msgstr "για να λάβετε την τρέχουσα διεύθυνση URL."
1405
 
1406
+ #: library/plugin-display.php:753
1407
+ msgid "to get the URL of the full-size image"
1408
+ msgstr "για να λάβετε τη διεύθυνση URL της εικόνας πλήρους μεγέθους"
1409
 
1410
+ #: library/plugin-display.php:781
1411
+ msgid "to include markup in the deny message, you can use"
1412
+ msgstr "για να συμπεριλάβετε τη σήμανση στο μήνυμα άρνησης, μπορείτε να χρησιμοποιήσετε"
1413
 
1414
+ #: library/plugin-display.php:781
1415
+ msgid "to output"
1416
+ msgstr "στην έξοδο"
1417
 
1418
+ #: library/plugin-display.php:745
1419
+ msgid "to output angle brackets"
1420
+ msgstr "για την έξοδο γωνιακών βραχιόνων"
1421
 
1422
+ #: library/plugin-display.php:473
1423
+ msgid "To prevent spam, enter a question that users must answer before submitting the form"
1424
+ msgstr "Για να αποτρέψετε την ανεπιθύμητη αλληλογραφία, εισαγάγετε μια ερώτηση στην οποία πρέπει να απαντήσουν οι χρήστες πριν υποβάλουν τη φόρμα"
1425
 
1426
+ #: user-submitted-posts.php:1622
1427
+ msgid "to submit content!"
1428
+ msgstr "για να υποβάλετε περιεχόμενο!"
1429
 
1430
+ #: user-submitted-posts.php:87
1431
+ msgid "to upgrade WordPress and try again."
1432
+ msgstr "για να αναβαθμίσετε το WordPress και προσπαθήστε ξανά."
1433
 
1434
+ #: library/plugin-display.php:22
1435
+ msgid "Toggle all panels"
1436
+ msgstr "Εναλλαγή όλων των πλαισίων"
1437
 
1438
+ #: library/plugin-display.php:194
1439
+ msgid "Unique Titles"
1440
+ msgstr "Μοναδικοί τίτλοι"
1441
 
1442
+ #: library/plugin-display.php:457
1443
+ msgid "unlimited checkbox fields"
1444
+ msgstr "απεριόριστα πεδία πλαισίου ελέγχου"
1445
 
1446
+ #: library/plugin-display.php:391 library/plugin-display.php:419
1447
+ msgid "unlimited custom fields"
1448
+ msgstr "απεριόριστα προσαρμοσμένα πεδία"
1449
 
1450
+ #: library/plugin-display.php:72
1451
+ msgid "Unlimited front-end forms"
1452
+ msgstr "Απεριόριστες φόρμες front-end"
1453
 
1454
+ #: views/submission-form.php:138 views/submission-form-alt.php:153
1455
+ msgid "Upload an Image"
1456
+ msgstr "Ανεβάστε μια εικόνα"
1457
 
1458
+ #: library/plugin-display.php:530
1459
+ msgid "Upload Message"
1460
+ msgstr "Μεταφόρτωση μηνύματος"
1461
 
1462
+ #: library/plugin-settings.php:897
1463
+ msgid "URL"
1464
+ msgstr "URL"
1465
 
1466
+ #: library/plugin-display.php:626
1467
+ msgid "URL Display"
1468
+ msgstr "Εμφάνιση URL"
1469
 
1470
+ #: library/plugin-display.php:633
1471
+ msgid "URL Markup"
1472
+ msgstr "Σήμανση URL"
1473
 
1474
+ #: library/plugin-display.php:346
1475
+ msgid "Use a hidden field for the post category. This hides the category field and sets its value via the next option."
1476
+ msgstr "Χρησιμοποιήστε ένα κρυφό πεδίο για την κατηγορία ανάρτησης. Αυτό αποκρύπτει το πεδίο κατηγορίας και ορίζει την τιμή του μέσω της επόμενης επιλογής."
1477
 
1478
+ #: library/plugin-display.php:745
1479
+ msgid "Use curly brackets"
1480
+ msgstr "Χρησιμοποιήστε σγουρά στηρίγματα"
1481
 
1482
+ #: library/plugin-display.php:354
1483
+ msgid "Use Existing Tags"
1484
+ msgstr "Χρησιμοποιήστε υπάρχουσες ετικέτες"
1485
 
1486
+ #: library/plugin-display.php:379 library/plugin-display.php:407
1487
+ #: library/plugin-display.php:440
1488
+ msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
1489
+ msgstr "Χρησιμοποιήστε μόνο αλφαριθμητικά, κάτω παύλες και παύλες. Εάν δεν είστε σίγουροι, χρησιμοποιήστε το προεπιλεγμένο όνομα:"
1490
 
1491
+ #: library/plugin-display.php:750
1492
+ msgid "Use single straight quotes (instead of double quotes) in"
1493
+ msgstr "Χρησιμοποιήστε απλά εισαγωγικά (αντί για διπλά εισαγωγικά)."
1494
 
1495
+ #: library/plugin-display.php:519
1496
+ msgid "Use submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)"
1497
+ msgstr "Χρησιμοποιήστε τις υποβληθείσες εικόνες ως Προτεινόμενες εικόνες. Απαιτεί υποστήριξη θέματος για Επιλεγμένες εικόνες (γνωστές και ως μικρογραφίες ανάρτησης)"
1498
 
1499
+ #: library/plugin-display.php:691 library/plugin-display.php:704
1500
+ msgid "Use the shortcode to display the form on any WP Post or Page:"
1501
+ msgstr "Χρησιμοποιήστε τον σύντομο κωδικό για να εμφανίσετε τη φόρμα σε οποιαδήποτε ανάρτηση ή σελίδα WP:"
1502
 
1503
+ #: library/plugin-display.php:250
1504
+ msgid "Use the user’s Profile URL as the value of the URL field (valid when the user is logged in to WordPress)"
1505
+ msgstr "Χρησιμοποιήστε τη διεύθυνση URL του προφίλ χρήστη ως την τιμή του πεδίου URL (ισχύει όταν ο χρήστης είναι συνδεδεμένος στο WordPress)"
1506
 
1507
+ #: library/plugin-display.php:245
1508
+ msgid "Use the user’s registered email as the value of the Email field (valid when the user is logged in to WordPress)"
1509
+ msgstr "Χρησιμοποιήστε το καταχωρημένο email του χρήστη ως τιμή του πεδίου Email (ισχύει όταν ο χρήστης είναι συνδεδεμένος στο WordPress)"
1510
 
1511
+ #: library/plugin-display.php:240
1512
+ msgid "Use the user’s registered username for the Name field (valid when the user is logged in to WordPress)"
1513
+ msgstr "Χρησιμοποιήστε το καταχωρημένο όνομα χρήστη του χρήστη για το πεδίο Όνομα (ισχύει όταν ο χρήστης είναι συνδεδεμένος στο WordPress)"
1514
 
1515
+ #: library/plugin-display.php:732
1516
+ msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
1517
+ msgstr "Χρησιμοποιήστε αυτόν τον σύντομο κώδικα για να εμφανίσετε μια συλλογή με μεταφορτωμένες εικόνες για κάθε υποβληθείσα ανάρτηση:"
1518
 
1519
+ #: library/plugin-display.php:713
1520
+ msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1521
+ msgstr "Χρησιμοποιήστε αυτόν τον σύντομο κωδικό για να εμφανίσετε μια λίστα με υποβληθείσες αναρτήσεις σε οποιαδήποτε ανάρτηση ή σελίδα WP:"
1522
 
1523
+ #: library/plugin-display.php:90
1524
+ msgid "User Email"
1525
+ msgstr "Email χρήστη"
1526
 
1527
+ #: user-submitted-posts.php:1531
1528
+ msgid "User email required"
1529
+ msgstr "Απαιτείται email χρήστη"
1530
 
1531
+ #: user-submitted-posts.php:1522
1532
+ msgid "User login required"
1533
+ msgstr "Απαιτείται σύνδεση χρήστη"
1534
 
1535
+ #: library/plugin-display.php:89
1536
+ msgid "User Name"
1537
+ msgstr "Ονομα χρήστη"
1538
 
1539
+ #: user-submitted-posts.php:1523
1540
+ msgid "User name required"
1541
+ msgstr "Απαιτείται όνομα χρήστη"
1542
 
1543
+ #: library/plugin-display.php:226
1544
+ msgid "User Settings"
1545
+ msgstr "Ρυθμίσεις χρήστη"
1546
 
1547
+ #: user-submitted-posts.php:139
1548
+ msgid "User Submitted Post"
1549
+ msgstr "Ανάρτηση που υπέβαλε ο χρήστης"
1550
 
1551
+ #: user-submitted-posts.php:528
1552
+ msgid "User Submitted Post Info"
1553
+ msgstr "Πληροφορίες που υποβλήθηκαν από τον χρήστη"
1554
 
1555
+ #. Name of the plugin
1556
+ #: user-submitted-posts.php:44 library/support-panel.php:7
1557
+ msgid "User Submitted Posts"
1558
+ msgstr "Αναρτήσεις που υποβλήθηκαν από τον χρήστη"
1559
 
1560
+ #: library/plugin-display.php:91
1561
+ msgid "User URL"
1562
+ msgstr "URL χρήστη"
1563
 
1564
+ #: user-submitted-posts.php:1525
1565
+ msgid "User URL required"
1566
+ msgstr "Απαιτείται διεύθυνση URL χρήστη"
1567
 
1568
+ #: library/shortcode-login.php:114 library/shortcode-login.php:139
1569
+ msgid "Username"
1570
+ msgstr "Όνομα χρήστη"
1571
 
1572
+ #: library/shortcode-login.php:159
1573
+ msgid "Username or Email"
1574
+ msgstr "Ονομα χρήστη ή διεύθυνση ηλεκτρονικού ταχυδρομίου"
1575
 
1576
+ #: user-submitted-posts.php:619 library/plugin-display.php:59
1577
+ msgid "USP"
1578
+ msgstr "USP"
1579
 
1580
+ #: library/plugin-display.php:690
1581
+ msgid "USP enables you to display a post-submission form anywhere on your site."
1582
+ msgstr "Το USP σάς δίνει τη δυνατότητα να εμφανίσετε μια φόρμα μετά την υποβολή οπουδήποτε στον ιστότοπό σας."
1583
+
1584
+ #: library/plugin-display.php:60 library/plugin-display.php:109
1585
+ #: library/plugin-display.php:219 library/plugin-display.php:267
1586
+ #: library/plugin-display.php:320 library/plugin-display.php:365
1587
+ #: library/plugin-display.php:393 library/plugin-display.php:421
1588
+ #: library/plugin-display.php:459 library/plugin-display.php:574
1589
+ #: library/plugin-display.php:669 library/plugin-display.php:697
1590
+ msgid "USP Pro"
1591
+ msgstr "USP Pro"
1592
 
1593
+ #: library/plugin-display.php:772
1594
+ msgid "USP provides three shortcodes to control access and restrict content."
1595
+ msgstr "Το USP παρέχει τρεις συντόμους για τον έλεγχο της πρόσβασης και τον περιορισμό του περιεχομένου."
1596
 
1597
+ #: library/plugin-settings.php:316
1598
+ msgid "v2 (I’m not a robot)"
1599
+ msgstr "v2 (Δεν είμαι ρομπότ)"
1600
 
1601
+ #: library/plugin-settings.php:320
1602
+ msgid "v3 (Hidden reCaptcha)"
1603
+ msgstr "v3 (Κρυφό reCaptcha)"
1604
 
1605
+ #: views/submission-form.php:131 views/submission-form-alt.php:146
1606
+ msgid "Verification"
1607
+ msgstr "Επαλήθευση"
1608
 
1609
+ #: library/shortcode-misc.php:135
1610
+ msgid "View full post"
1611
+ msgstr "Δείτε την πλήρη ανάρτηση"
1612
 
1613
+ #: library/plugin-display.php:696
1614
+ msgid "Want more than one form? Create unlimited submission forms, registration forms, contact forms and more with"
1615
+ msgstr "Θέλετε περισσότερες από μία φόρμες; Δημιουργήστε απεριόριστες φόρμες υποβολής, φόρμες εγγραφής, φόρμες επικοινωνίας και πολλά άλλα με"
1616
 
1617
+ #: library/plugin-display.php:31
1618
+ msgid "We need your support!"
1619
+ msgstr "Χρειαζόμαστε την υποστήριξή σας!"
1620
 
1621
+ #: library/shortcode-login.php:177
1622
+ msgid "Welcome, "
1623
+ msgstr "Καλως ΗΡΘΑΤΕ, "
1624
 
1625
+ #: library/plugin-display.php:126
1626
+ msgid "With this option, you can copy the plugin’s default templates:"
1627
+ msgstr "Με αυτήν την επιλογή, μπορείτε να αντιγράψετε τα προεπιλεγμένα πρότυπα της προσθήκης:"
1628
 
1629
+ #: user-submitted-posts.php:86
1630
+ msgid "WordPress Admin Area"
1631
+ msgstr "Περιοχή διαχειριστή WordPress"
1632
 
1633
+ #: library/plugin-settings.php:156
1634
+ msgid "WP Page"
1635
+ msgstr "Σελίδα WP"
1636
 
1637
+ #: library/plugin-settings.php:152
1638
+ msgid "WP Post (recommended)"
1639
+ msgstr "WP Post (προτείνεται)"
1640
 
1641
+ #: library/plugin-display.php:703
1642
+ msgid "You also can display a simple form that enables users to log in, register, or reset their password."
1643
+ msgstr "Μπορείτε επίσης να εμφανίσετε μια απλή φόρμα που επιτρέπει στους χρήστες να συνδεθούν, να εγγραφούν ή να επαναφέρουν τον κωδικό πρόσβασής τους."
1644
 
1645
+ #: library/plugin-display.php:736
1646
+ msgid "You can customize using any of the follwing attributes:"
1647
+ msgstr "Μπορείτε να προσαρμόσετε χρησιμοποιώντας οποιοδήποτε από τα ακόλουθα χαρακτηριστικά:"
1648
 
1649
+ #: views/submission-form.php:37 views/submission-form.php:38
1650
+ #: views/submission-form-alt.php:52 views/submission-form-alt.php:53
1651
+ #: library/shortcode-login.php:143
1652
+ msgid "Your Email"
1653
+ msgstr "Το ηλεκτρονικό σου ταχυδρομείο"
1654
 
1655
+ #: library/plugin-display.php:41
1656
+ msgid "Your generous support enables continued development of this free plugin. Thank you!"
1657
+ msgstr "Η γενναιόδωρη υποστήριξή σας επιτρέπει τη συνεχή ανάπτυξη αυτής της δωρεάν προσθήκης. Ευχαριστώ!"
1658
 
1659
+ #: library/support-panel.php:62
1660
  msgid "Your generous support helps future development of"
1661
  msgstr "Η γενναιόδωρη υποστήριξή σας βοηθά στη μελλοντική ανάπτυξη του"
1662
 
1663
+ #: views/submission-form.php:31 views/submission-form.php:32
1664
+ #: views/submission-form-alt.php:46 views/submission-form-alt.php:47
1665
+ msgid "Your Name"
1666
+ msgstr "Το όνομα σου"
 
 
 
 
 
 
 
 
 
 
 
 
 
1667
 
1668
+ #: views/submission-form.php:43 views/submission-form.php:44
1669
+ #: views/submission-form-alt.php:58 views/submission-form-alt.php:59
1670
+ msgid "Your URL"
1671
+ msgstr "Το URL σας"
1672
 
1673
+ #: library/plugin-settings.php:96
1674
+ msgid "★★★★★ rating »"
1675
+ msgstr "★★★★★ βαθμολογία »"
 
1676
 
languages/usp-es_ES.mo CHANGED
Binary file
languages/usp-es_ES.po CHANGED
@@ -4,1502 +4,1673 @@ 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 20200817\n"
8
  "Language: es\n"
9
 
10
- #. Name of the plugin
11
- #: user-submitted-posts.php:44 library/support-panel.php:5
12
- msgid "User Submitted Posts"
13
- msgstr "Publicaciones enviadas por el usuario"
14
-
15
- #: user-submitted-posts.php:82
16
- msgid "requires WordPress "
17
- msgstr "requiere WordPress "
18
 
19
- #: user-submitted-posts.php:83
20
- msgid " or higher, and has been deactivated! "
21
- msgstr " o superior, y se ha desactivado. "
22
 
23
- #: user-submitted-posts.php:84
24
- msgid "Please return to the"
25
- msgstr "Por favor regrese al"
26
 
27
- #: user-submitted-posts.php:85
28
- msgid "WordPress Admin Area"
29
- msgstr "Área de administración de WordPress"
30
 
31
- #: user-submitted-posts.php:86
32
- msgid "to upgrade WordPress and try again."
33
- msgstr "para actualizar WordPress e intentarlo de nuevo."
34
 
35
- #: user-submitted-posts.php:138
36
- msgid "User Submitted Post"
37
- msgstr "Publicación enviada por el usuario"
38
 
39
- #: user-submitted-posts.php:484
40
- msgid "User Submitted Post Info"
41
- msgstr "Información de publicación enviada por el usuario"
 
42
 
43
- #: user-submitted-posts.php:514
44
- msgid "Submitter Name: "
45
- msgstr "Nombre del remitente: "
46
 
47
- #: user-submitted-posts.php:515
48
- msgid "Submitter Email: "
49
- msgstr "Correo electrónico del remitente: "
50
 
51
- #: user-submitted-posts.php:516
52
- msgid "Submitter URL: "
53
- msgstr "URL del remitente: "
54
 
55
- #: user-submitted-posts.php:517
56
- msgid "Submitter IP: "
57
- msgstr "IP del remitente: "
58
 
59
- #: user-submitted-posts.php:572
60
- msgid "Show USP Posts"
61
- msgstr "Mostrar publicaciones de USP"
62
 
63
- #: user-submitted-posts.php:573 library/plugin-settings.php:1188
64
- msgid "USP"
65
- msgstr "USP"
66
 
67
- #: user-submitted-posts.php:1427
68
- msgid " files required"
69
- msgstr " archivos requeridos"
70
 
71
- #: user-submitted-posts.php:1428
72
- msgid " file required"
73
- msgstr " archivo requerido"
74
 
75
- #: user-submitted-posts.php:1430
76
- msgid " files"
77
- msgstr " archivos"
78
 
79
- #: user-submitted-posts.php:1431
80
- msgid " file"
81
- msgstr " expediente"
82
 
83
- #: user-submitted-posts.php:1433 user-submitted-posts.php:1434
84
- #: user-submitted-posts.php:1435 user-submitted-posts.php:1436
85
- msgid " pixels"
86
- msgstr " píxeles"
87
 
88
- #: user-submitted-posts.php:1438 library/core-functions.php:255
89
- #: library/plugin-settings.php:342 library/plugin-settings.php:361
90
- #: library/plugin-settings.php:876 library/plugin-settings.php:1447
91
- msgid "Custom Field"
92
- msgstr "Campo personalizado"
93
 
94
- #: user-submitted-posts.php:1440
95
- msgid "Custom checkbox required"
96
- msgstr "Se requiere casilla de verificación personalizada"
 
 
97
 
98
- #: user-submitted-posts.php:1443
99
  msgid "An error occurred. Please go back and try again."
100
  msgstr "Ocurrió un error. Por favor, regrese y vuelva a intentarlo."
101
 
102
- #: user-submitted-posts.php:1453
103
- msgid "User login required"
104
- msgstr "Se requiere inicio de sesión de usuario"
 
105
 
106
- #: user-submitted-posts.php:1454
107
- msgid "User name required"
108
- msgstr "Nombre de usuario (requerido"
109
 
110
- #: user-submitted-posts.php:1455
111
- msgid "Post title required"
112
- msgstr "Título de la publicación obligatorio"
113
 
114
- #: user-submitted-posts.php:1456
115
- msgid "User URL required"
116
- msgstr "URL de usuario requerida"
117
 
118
- #: user-submitted-posts.php:1457
119
- msgid "Post tags required"
120
- msgstr "Se requieren etiquetas de publicación"
121
 
122
- #: user-submitted-posts.php:1458
123
- msgid "Post category required"
124
- msgstr "Categoría de publicación requerida"
125
 
126
- #: user-submitted-posts.php:1459
127
- msgid "Post content required"
128
- msgstr "Publicar contenido requerido"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
129
 
130
- #: user-submitted-posts.php:1460 user-submitted-posts.php:1461
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
131
  msgid "Correct captcha required"
132
- msgstr "Se requiere un captcha correcto"
133
 
134
- #: user-submitted-posts.php:1462
135
- msgid "User email required"
136
- msgstr "Se requiere correo electrónico de usuario"
137
 
138
- #: user-submitted-posts.php:1463
139
- msgid "Please check your email and try again"
140
- msgstr "Por favor revise su correo electrónico y vuelva a intentarlo"
141
 
142
- #: user-submitted-posts.php:1464
143
- msgid "Non-empty value for hidden field"
144
- msgstr "Valor no vacío para campo oculto"
145
 
146
- #: user-submitted-posts.php:1465
147
- msgid "Minimum number of images not met"
148
- msgstr "No se cumple el número mínimo de imágenes"
149
 
150
- #: user-submitted-posts.php:1466
151
- msgid "Maximum number of images exceeded "
152
- msgstr "Se superó el número máximo de imágenes "
 
 
153
 
154
- #: user-submitted-posts.php:1467
155
- msgid "Minimum image width not met"
156
- msgstr "No se alcanza el ancho mínimo de la imagen"
157
 
158
- #: user-submitted-posts.php:1468
159
- msgid "Image width exceeds maximum"
160
- msgstr "El ancho de la imagen excede el máximo"
161
 
162
- #: user-submitted-posts.php:1469
163
- msgid "Minimum image height not met"
164
- msgstr "No se alcanza la altura mínima de la imagen"
 
 
165
 
166
- #: user-submitted-posts.php:1470
167
- msgid "Image height exceeds maximum"
168
- msgstr "La altura de la imagen supera el máximo"
169
 
170
- #: user-submitted-posts.php:1471
171
- msgid "File type not allowed (please upload images only)"
172
- msgstr "Tipo de archivo no permitido (cargue solo imágenes)"
173
 
174
- #: user-submitted-posts.php:1472
175
- msgid " required"
176
- msgstr " necesario"
177
 
178
- #: user-submitted-posts.php:1477
179
- msgid "File not uploaded. Please check the file and try again."
180
- msgstr "Archivo no cargado. Compruebe el archivo y vuelva a intentarlo."
181
 
182
- #: user-submitted-posts.php:1481
183
- msgid "The file(s) could not be uploaded"
184
- msgstr "No se pudieron cargar los archivos"
185
 
186
- #: user-submitted-posts.php:1483
187
- msgid "Post not created. Please contact the site administrator for help."
188
- msgstr "Publicación no creada. Comuníquese con el administrador del sitio para obtener ayuda."
189
 
190
- #: user-submitted-posts.php:1484
191
- msgid "Duplicate post title. Please try again."
192
- msgstr "Título de publicación duplicado. Inténtalo de nuevo."
193
 
194
- #: user-submitted-posts.php:1494
195
- msgid "Error: "
196
- msgstr "Error: "
197
 
198
- #: user-submitted-posts.php:1520
199
- msgid "Return to form"
200
- msgstr "Volver al formulario"
201
 
202
- #: user-submitted-posts.php:1550 library/plugin-settings.php:1164
203
- msgid "Please"
204
- msgstr "Por favor"
205
 
206
- #: user-submitted-posts.php:1551
207
- msgid "log in"
208
- msgstr "iniciar sesión"
209
 
210
- #: user-submitted-posts.php:1552
211
- msgid "to submit content!"
212
- msgstr "para enviar contenido!"
213
 
214
- #: views/submission-form.php:21 views/submission-form-alt.php:40
215
- msgid "Please complete the required fields."
216
- msgstr "Por favor complete los campos obligatorios."
 
217
 
218
- #: views/submission-form.php:31 views/submission-form.php:32
219
- #: views/submission-form-alt.php:46 views/submission-form-alt.php:47
220
- msgid "Your Name"
221
- msgstr "Tu nombre"
222
 
223
- #: views/submission-form.php:37 views/submission-form.php:38
224
- #: views/submission-form-alt.php:52 views/submission-form-alt.php:53
225
- #: library/shortcode-login.php:143
226
- msgid "Your Email"
227
- msgstr "Tu correo electrónico"
228
 
229
- #: views/submission-form.php:43 views/submission-form.php:44
230
- #: views/submission-form-alt.php:58 views/submission-form-alt.php:59
231
- msgid "Your URL"
232
- msgstr "Tu URL"
233
 
234
- #: views/submission-form.php:49 views/submission-form.php:50
235
- #: views/submission-form-alt.php:64 views/submission-form-alt.php:65
236
- #: library/plugin-settings.php:1225
237
- msgid "Post Title"
238
- msgstr "Título de la entrada"
239
 
240
- #: views/submission-form.php:56 views/submission-form.php:65
241
- #: views/submission-form.php:66 views/submission-form-alt.php:71
242
- #: views/submission-form-alt.php:80 views/submission-form-alt.php:81
243
- #: library/plugin-settings.php:1226
244
- msgid "Post Tags"
245
- msgstr "Etiquetas de publicación"
246
 
247
- #: views/submission-form.php:58 views/submission-form-alt.php:73
248
- msgid "Please select some tags.."
249
- msgstr "Seleccione algunas etiquetas ..."
250
 
251
- #: views/submission-form.php:79 views/submission-form-alt.php:94
252
- msgid "Antispam Question"
253
- msgstr "Pregunta antispam"
254
 
255
- #: views/submission-form.php:84 views/submission-form-alt.php:99
256
- #: library/plugin-settings.php:1227
257
- msgid "Post Category"
258
- msgstr "Categoría de publicación"
259
 
260
- #: views/submission-form.php:86 views/submission-form-alt.php:101
261
- msgid "Please select a category.."
262
- msgstr "Porfavor seleccione una categoría.."
263
 
264
- #: views/submission-form.php:117 views/submission-form.php:118
265
- #: views/submission-form-alt.php:132 views/submission-form-alt.php:133
266
- #: library/plugin-settings.php:1228
267
- msgid "Post Content"
268
- msgstr "Publicar Contenido"
269
 
270
- #: views/submission-form.php:125 views/submission-form-alt.php:140
271
- msgid "Verification"
272
- msgstr "Verificación"
273
 
274
- #: views/submission-form.php:132 views/submission-form-alt.php:147
275
- msgid "Upload an Image"
276
- msgstr "Subir una imagen"
277
 
278
- #: views/submission-form.php:141 views/submission-form-alt.php:156
279
- msgid "Add another image"
280
- msgstr "Agregar otra imagen"
281
 
282
- #: views/submission-form.php:163 views/submission-form-alt.php:178
283
- msgid "Human verification: leave this field empty."
284
- msgstr "Verificación humana: deje este campo vacío."
285
 
286
- #: views/submission-form.php:191 views/submission-form-alt.php:206
287
- msgid "Submit Post"
288
- msgstr "Enviar mensaje"
289
 
290
- #: library/enqueue-scripts.php:150 library/enqueue-scripts.php:193
291
- msgid "Incorrect response."
292
- msgstr "Respuesta incorrecta."
293
 
294
- #: library/shortcode-login.php:88 library/shortcode-login.php:127
295
- msgid "Login"
296
- msgstr "Iniciar sesión"
297
 
298
- #: library/shortcode-login.php:89
299
- msgid "Register"
300
- msgstr "Registrarse"
301
 
302
- #: library/shortcode-login.php:90
303
- msgid "Forgot?"
304
- msgstr "¿Olvidó?"
 
 
305
 
306
- #: library/shortcode-login.php:97 library/shortcode-login.php:102
307
- msgid "Success!"
308
- msgstr "¡Éxito!"
309
 
310
- #: library/shortcode-login.php:98
311
- msgid "Check your email for the password."
312
- msgstr "Revise su correo electrónico para obtener la contraseña."
313
 
314
- #: library/shortcode-login.php:103
315
- msgid "Check your email to reset your password."
316
- msgstr "Revise su correo electrónico para restablecer su contraseña."
317
 
318
- #: library/shortcode-login.php:107
319
- msgid "Have an account?"
320
- msgstr "¿Tener una cuenta?"
321
 
322
- #: library/shortcode-login.php:108
323
- msgid "Log in or sign up! It’s fast & free!"
324
- msgstr "¡Inicia sesión o regístrate! Es rápido & amp; ¡gratis!"
325
 
326
- #: library/shortcode-login.php:114 library/shortcode-login.php:139
327
- msgid "Username"
328
- msgstr "Nombre de usuario"
329
 
330
- #: library/shortcode-login.php:118
331
- msgid "Password"
332
- msgstr "Contraseña"
333
 
334
- #: library/shortcode-login.php:124
335
- msgid "Remember me"
336
- msgstr "Recuérdame"
337
 
338
- #: library/shortcode-login.php:135
339
- msgid "Register for this site!"
340
- msgstr "¡Registrarse a este sitio!"
341
 
342
- #: library/shortcode-login.php:136
343
- msgid "Sign up now for the good stuff."
344
- msgstr "Regístrese ahora para las cosas buenas."
345
 
346
- #: library/shortcode-login.php:147
347
- msgid "Sign up!"
348
- msgstr "¡Regístrate!"
349
 
350
- #: library/shortcode-login.php:155
351
- msgid "Lose something?"
352
- msgstr "¿Perder algo?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
353
 
354
- #: library/shortcode-login.php:156
355
- msgid "Enter your username or email to reset your password."
356
- msgstr "Ingrese su nombre de usuario o e-mail para restablecer su contraseña."
357
 
358
- #: library/shortcode-login.php:159
359
- msgid "Username or Email"
360
- msgstr "Nombre de usuario o correo electrónico"
361
 
362
- #: library/shortcode-login.php:163
363
- msgid "Reset my password"
364
- msgstr "Restablecer mi contraseña"
365
 
366
- #: library/shortcode-login.php:177
367
- msgid "Welcome, "
368
- msgstr "Bienvenidos, "
 
369
 
370
- #: library/shortcode-login.php:180
371
- msgid "Congratulations, you’re logged in."
372
- msgstr "Enhorabuena, ha iniciado sesión."
373
 
374
- #: library/shortcode-login.php:182
375
- msgid "Log out"
376
- msgstr "Cerrar sesión"
377
 
378
- #: library/shortcode-login.php:183
379
- msgid "Admin"
380
- msgstr "Administración"
381
 
382
- #: library/shortcode-login.php:184
383
- msgid "Profile"
384
- msgstr "Perfil"
385
 
386
- #: library/shortcode-misc.php:18
387
- msgid "Reset form"
388
- msgstr "Restablecer formulario"
389
 
390
- #: library/shortcode-misc.php:128
391
- msgid "View full post"
392
- msgstr "Ver publicación completa"
393
 
394
- #: library/plugin-settings.php:31
395
- msgid "Settings"
396
- msgstr "Configuraciones"
397
 
398
- #: library/plugin-settings.php:40
399
- msgid "Get USP Pro for unlimited forms!"
400
- msgstr "¡Obtenga USP Pro para formularios ilimitados!"
401
 
402
- #: library/plugin-settings.php:41
403
- msgid "Go Pro"
404
- msgstr "Hazte Pro"
405
 
406
- #: library/plugin-settings.php:62 library/plugin-settings.php:1196
407
- #: library/plugin-settings.php:1819
408
- msgid "Plugin Homepage"
409
- msgstr "Página de inicio del complemento"
410
 
411
- #: library/plugin-settings.php:63
412
- msgid "Homepage"
413
- msgstr "Página principal"
414
 
415
- #: library/plugin-settings.php:68
416
- msgid "Give USP a 5-star rating at WordPress.org"
417
- msgstr "Otorgue a USP una calificación de 5 estrellas en WordPress.org"
418
 
419
- #: library/plugin-settings.php:69
420
- msgid "Rate this plugin »"
421
- msgstr "Califica este complemento & nbsp; & raquo;"
422
 
423
- #: library/plugin-settings.php:127
424
- msgid "WP Post (recommended)"
425
- msgstr "WP Post (recomendado)"
426
 
427
- #: library/plugin-settings.php:131
428
- msgid "WP Page"
429
- msgstr "Página de WP"
 
430
 
431
- #: library/plugin-settings.php:147
432
- msgid "HTML5 Form + Default CSS"
433
- msgstr "Formulario HTML5 + CSS predeterminado"
434
 
435
- #: library/plugin-settings.php:147
436
- msgid "(Recommended)"
437
- msgstr "(Recomendado)"
438
 
439
- #: library/plugin-settings.php:151
440
- msgid "HTML5 Form + Disable CSS"
441
- msgstr "Formulario HTML5 + Deshabilitar CSS"
 
442
 
443
- #: library/plugin-settings.php:151
444
- msgid "(Provide your own styles)"
445
- msgstr "(Proporcione sus propios estilos)"
446
 
447
- #: library/plugin-settings.php:155
448
- msgid "Custom Form + Custom CSS"
449
- msgstr "Formulario personalizado + CSS personalizado"
450
 
451
- #: library/plugin-settings.php:155
452
- msgid "(Provide your own form template & styles)"
453
- msgstr "(Proporcione su propia plantilla y estilos de formulario)"
454
 
455
- #: library/plugin-settings.php:171 library/plugin-settings.php:195
456
- #: library/plugin-settings.php:219 library/plugin-settings.php:243
457
- #: library/plugin-settings.php:267
458
- msgid "Auto-display before post content"
459
- msgstr "Visualización automática antes del contenido de la publicación"
460
 
461
- #: library/plugin-settings.php:175 library/plugin-settings.php:199
462
- #: library/plugin-settings.php:223 library/plugin-settings.php:247
463
- #: library/plugin-settings.php:271
464
- msgid "Auto-display after post content"
465
- msgstr "Visualización automática después del contenido de la publicación"
466
 
467
- #: library/plugin-settings.php:179
468
- msgid "Do not auto-display submitted images"
469
- msgstr "No mostrar automáticamente las imágenes enviadas"
470
 
471
- #: library/plugin-settings.php:203
472
- msgid "Do not auto-display submitted email"
473
- msgstr "No mostrar automáticamente el correo electrónico enviado"
474
 
475
- #: library/plugin-settings.php:227
476
- msgid "Do not auto-display submitted name"
477
- msgstr "No mostrar automáticamente el nombre enviado"
478
 
479
- #: library/plugin-settings.php:251
480
- msgid "Do not auto-display submitted URL"
481
- msgstr "No mostrar automáticamente la URL enviada"
482
 
483
- #: library/plugin-settings.php:275
484
- msgid "Do not auto-display the Custom Field"
485
- msgstr "No mostrar automáticamente el campo personalizado"
486
 
487
- #: library/plugin-settings.php:291
488
- msgid "v2 (I’m not a robot)"
489
- msgstr "v2 (no soy un robot)"
490
 
491
- #: library/plugin-settings.php:295
492
- msgid "v3 (Hidden reCaptcha)"
493
- msgstr "v3 (reCaptcha oculto)"
494
 
495
- #: library/plugin-settings.php:323 library/plugin-settings.php:355
496
- #: library/plugin-settings.php:388 library/plugin-settings.php:420
497
- msgid "Enable and require"
498
- msgstr "Habilitar y requerir"
499
 
500
- #: library/plugin-settings.php:324 library/plugin-settings.php:356
501
- msgid "Enable but do not require"
502
- msgstr "Habilitar pero no requerir"
503
 
504
- #: library/plugin-settings.php:325 library/plugin-settings.php:357
505
- #: library/plugin-settings.php:389 library/plugin-settings.php:421
506
- msgid "Disable this field"
507
- msgstr "Desactivar este campo"
508
 
509
- #: library/plugin-settings.php:360 library/plugin-settings.php:392
510
- #: library/plugin-settings.php:424 library/plugin-settings.php:456
511
- msgid "(Visit"
512
- msgstr "(Visitar"
513
 
514
- #: library/plugin-settings.php:361 library/plugin-settings.php:393
515
- #: library/plugin-settings.php:425 library/plugin-settings.php:457
516
- msgid "to configure options)"
517
- msgstr "para configurar opciones)"
518
 
519
- #: library/plugin-settings.php:376 library/plugin-settings.php:393
520
- #: library/plugin-settings.php:1465 library/plugin-settings.php:1470
521
- msgid "Challenge Question"
522
- msgstr "pregunta desafiante"
523
 
524
- #: library/plugin-settings.php:408 library/plugin-settings.php:425
525
- #: library/plugin-settings.php:1487
526
- msgid "Google reCAPTCHA"
527
- msgstr "Google reCAPTCHA"
528
 
529
- #: library/plugin-settings.php:440
530
- msgid "Post Images"
531
- msgstr "Publicar imágenes"
532
 
533
- #: library/plugin-settings.php:452
534
- msgid "Enable"
535
- msgstr "Habilitar"
 
536
 
537
- #: library/plugin-settings.php:453
538
- msgid "Disable"
539
- msgstr "Inhabilitar"
 
540
 
541
- #: library/plugin-settings.php:457 library/plugin-settings.php:1555
542
- msgid "Image Uploads"
543
- msgstr "Subidas de imágenes"
544
 
545
- #: library/plugin-settings.php:537
546
- msgid "Draft"
547
- msgstr "Sequía"
548
 
549
- #: library/plugin-settings.php:538
550
- msgid "Pending (default)"
551
- msgstr "Pendiente (predeterminado)"
552
 
553
- #: library/plugin-settings.php:539
554
- msgid "Publish immediately"
555
- msgstr "Publica inmediatamente"
556
 
557
- #: library/plugin-settings.php:540
558
- msgid "Publish after 1 approved post"
559
- msgstr "Publicar después de 1 publicación aprobada"
560
 
561
- #: library/plugin-settings.php:541
562
- msgid "Publish after "
563
- msgstr "Publicar después "
564
 
565
- #: library/plugin-settings.php:541
566
- msgid " approved posts"
567
- msgstr " puestos aprobados"
568
 
569
- #: library/plugin-settings.php:569
570
- msgid "Select categories to display in the Category field."
571
- msgstr "Seleccione categorías para mostrar en el campo Categoría."
572
 
573
- #: library/plugin-settings.php:815
574
- msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
575
- msgstr "Hubo un error. Asegúrese de haber agregado un título, algo de contenido y de haber cargado solo imágenes."
576
 
577
- #: library/plugin-settings.php:829
578
- msgid "Please select your image(s) to upload."
579
- msgstr "Por favor seleccione su (s) imagen (s) para cargar."
580
 
581
- #: library/plugin-settings.php:835
582
- msgid "Success! Thank you for your submission."
583
- msgstr "¡Éxito! Gracias por tu presentación."
584
 
585
- #: library/plugin-settings.php:864
586
- msgid "Email"
587
- msgstr "Email"
588
 
589
- #: library/plugin-settings.php:866
590
- msgid "URL"
591
- msgstr "URL"
592
 
593
- #: library/plugin-settings.php:1151
594
- msgid "Toggle all panels"
595
- msgstr "Alternar todos los paneles"
596
 
597
- #: library/plugin-settings.php:1160
598
- msgid "We need your support!"
599
- msgstr "¡Necesitamos su apoyo!"
600
 
601
- #: library/plugin-settings.php:1164
602
- msgid "Make a donation via PayPal"
603
- msgstr "Haz una donación a través de PayPal"
 
604
 
605
- #: library/plugin-settings.php:1164
606
- msgid "make a donation"
607
- msgstr "Haz una donación"
608
 
609
- #: library/plugin-settings.php:1164
610
- msgid "and/or"
611
- msgstr "y / o"
612
 
613
- #: library/plugin-settings.php:1165
614
- msgid "Rate and review at the Plugin Directory"
615
- msgstr "Califica y comenta en el directorio de complementos"
616
 
617
- #: library/plugin-settings.php:1166
618
- msgid "give this plugin a 5-star rating"
619
- msgstr "otorgue a este complemento una calificación de 5 estrellas"
620
 
621
- #: library/plugin-settings.php:1170
622
- msgid "Your generous support enables continued development of this free plugin. Thank you!"
623
- msgstr "Su generoso apoyo permite el desarrollo continuo de este complemento gratuito. ¡Gracias!"
624
 
625
- #: library/plugin-settings.php:1175
626
- msgid "Check this box if you have shown support"
627
- msgstr "Marque esta casilla si ha mostrado su apoyo"
628
 
629
- #: library/plugin-settings.php:1184
630
- msgid "Overview"
631
- msgstr "Visión general"
632
 
633
- #: library/plugin-settings.php:1188
634
- msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
635
- msgstr "permite a sus visitantes enviar publicaciones y cargar imágenes desde el front-end de su sitio. "
636
 
637
- #: library/plugin-settings.php:1189
638
- msgid "For advanced functionality and unlimited forms, check out"
639
- msgstr "Para funciones avanzadas y formularios ilimitados, consulte"
640
 
641
- #: library/plugin-settings.php:1189 library/plugin-settings.php:1613
642
- msgid "USP Pro"
643
- msgstr "USP Pro"
644
 
645
- #: library/plugin-settings.php:1190
646
- msgid "— the ultimate solution for user-generated content."
647
- msgstr "& mdash; la solución definitiva para contenido generado por usuarios."
648
 
649
- #: library/plugin-settings.php:1194 library/plugin-settings.php:1211
650
- msgid "Plugin Settings"
651
- msgstr "Configuración del complemento"
652
 
653
- #: library/plugin-settings.php:1195
654
- msgid "Display the form"
655
- msgstr "Mostrar el formulario"
656
 
657
- #: library/plugin-settings.php:1199
658
- msgid "If you like this plugin, please"
659
- msgstr "Si le gusta este complemento, por favor"
660
 
661
- #: library/plugin-settings.php:1200
662
- msgid "THANK YOU for your support!"
663
- msgstr "¡Gracias por tu apoyo!"
664
 
665
- #: library/plugin-settings.php:1200
666
- msgid "give it a 5-star rating"
667
- msgstr "dale una calificación de 5 estrellas"
668
 
669
- #: library/plugin-settings.php:1204
670
- msgid "Unlimited front-end forms"
671
- msgstr "Formularios de front-end ilimitados"
672
 
673
- #: library/plugin-settings.php:1204
674
- msgid "Get USP Pro"
675
- msgstr "Obtenga USP Pro"
676
 
677
- #: library/plugin-settings.php:1214
678
- msgid "Configure your settings for User Submitted Posts."
679
- msgstr "Configure sus ajustes para las publicaciones enviadas por el usuario."
680
 
681
- #: library/plugin-settings.php:1216
682
- msgid "Form Fields"
683
- msgstr "Campos de formulario"
684
 
685
- #: library/plugin-settings.php:1222
686
- msgid "User Name"
687
- msgstr "Nombre de usuario"
688
 
689
- #: library/plugin-settings.php:1223
690
- msgid "User Email"
691
- msgstr "Email del usuario"
692
 
693
- #: library/plugin-settings.php:1224
694
- msgid "User URL"
695
- msgstr "URL de usuario"
696
 
697
- #: library/plugin-settings.php:1239
698
- msgid "General Settings"
699
- msgstr "Configuración general"
700
 
701
- #: library/plugin-settings.php:1241
702
- msgid "Note that the default settings work fine for most cases."
703
- msgstr "Tenga en cuenta que la configuración predeterminada funciona bien en la mayoría de los casos."
704
 
705
- #: library/plugin-settings.php:1246
706
- msgid "Form Style"
707
- msgstr "Estilo de forma"
708
 
709
- #: library/plugin-settings.php:1251
710
- msgid "With this option, you can copy the plugin’s default templates:"
711
- msgstr "Con esta opción, puede copiar las plantillas predeterminadas del complemento:"
712
 
713
- #: library/plugin-settings.php:1256
714
- msgid "..and upload them into a directory named"
715
- msgstr "..y cárguelos en un directorio llamado"
716
 
717
- #: library/plugin-settings.php:1256
718
- msgid "in your theme:"
719
- msgstr "en tu tema:"
720
 
721
- #: library/plugin-settings.php:1262
722
- 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"
723
- msgstr "Eso le permitirá personalizar el formulario y los estilos como desee. Para obtener más información, consulte la sección \"Formulario de envío personalizado\" en el"
724
 
725
- #: library/plugin-settings.php:1263
726
- msgid "Installation Docs"
727
- msgstr "Documentos de instalación"
728
 
729
- #: library/plugin-settings.php:1264
730
- msgid "FYI: here is a"
731
- msgstr "FYI: aquí hay un"
732
 
733
- #: library/plugin-settings.php:1264
734
- msgid "list of USP CSS selectors"
735
- msgstr "lista de selectores CSS de la USP"
736
 
737
- #: library/plugin-settings.php:1270
738
- msgid "Include JavaScript"
739
- msgstr "Incluir JavaScript"
740
 
741
- #: library/plugin-settings.php:1272
742
- msgid "Check this box if you want to include the external JavaScript files (recommended)"
743
- msgstr "Marque esta casilla si desea incluir los archivos JavaScript externos (recomendado)"
744
 
745
- #: library/plugin-settings.php:1275
746
- msgid "Targeted Loading"
747
- msgstr "Carga dirigida"
748
 
749
- #: library/plugin-settings.php:1277
750
- msgid "By default, CSS & JavaScript assets are loaded on every page. Here you may specify the URL(s) of the USP form to load assets only on that page. Note: leave blank to load on all pages. Use commas to separate multiple URLs."
751
- msgstr "De forma predeterminada, CSS & amp; Los activos de JavaScript se cargan en cada página. Aquí puede especificar la (s) URL (s) del formulario de PVU para cargar activos solo en esa página. Nota: déjelo en blanco para cargar en todas las páginas. Use comas para separar varias URL."
752
 
753
- #: library/plugin-settings.php:1280
754
- msgid "Post Type"
755
- msgstr "Tipo de mensaje"
756
 
757
- #: library/plugin-settings.php:1283
758
- msgid "Submit posts as WP Posts or Pages"
759
- msgstr "Envíe publicaciones como publicaciones o páginas de WP"
 
 
 
 
760
 
761
- #: library/plugin-settings.php:1287
762
- msgid "Post Status"
763
- msgstr "Estado de la publicación"
764
 
765
- #: library/plugin-settings.php:1290
766
- msgid "Post Status for submitted posts"
767
- msgstr "Estado de publicación para publicaciones enviadas"
768
 
769
- #: library/plugin-settings.php:1294
770
- msgid "Redirect URL"
771
- msgstr "Redireccionar URL"
772
 
773
- #: library/plugin-settings.php:1296
774
- msgid "Specify a URL to redirect the user after post submission (leave blank to redirect back to current page)"
775
- msgstr "Especifique una URL para redirigir al usuario después del envío de la publicación (déjela en blanco para redirigir a la página actual)"
776
 
777
- #: library/plugin-settings.php:1299
778
- msgid "Success Message"
779
- msgstr "Mensaje de éxito"
780
 
781
- #: library/plugin-settings.php:1301
782
- msgid "Success message that is displayed if post submission is successful (basic markup is allowed)"
783
- msgstr "Mensaje de éxito que se muestra si el envío de la publicación se realiza correctamente (se permite el marcado básico)"
784
 
785
- #: library/plugin-settings.php:1304
786
- msgid "Error Message"
787
- msgstr "Mensaje de error"
788
 
789
- #: library/plugin-settings.php:1306
790
- msgid "General error message that is displayed if post submission fails (basic markup is allowed)"
791
- msgstr "Mensaje de error general que se muestra si el envío de publicaciones falla (se permite el marcado básico)"
792
 
793
- #: library/plugin-settings.php:1309
794
- msgid "Custom Content"
795
- msgstr "Contenido personalizado"
796
 
797
- #: library/plugin-settings.php:1311
798
- msgid "Custom text/markup to be included before the submission form (leave blank to disable)"
799
- msgstr "Texto / marcado personalizado que se incluirá antes del formulario de envío (déjelo en blanco para deshabilitarlo)"
800
 
801
- #: library/plugin-settings.php:1314
802
- msgid "Rich Text Editor"
803
- msgstr "Editor de texto enriquecido"
804
 
805
- #: library/plugin-settings.php:1316
806
- msgid "Check this box if you want to enable RTE/Visual Editor for the Post Content field"
807
- msgstr "Marque esta casilla si desea habilitar RTE / Editor visual para el campo Contenido de la publicación"
808
 
809
- #: library/plugin-settings.php:1319
810
- msgid "Unique Titles"
811
- msgstr "Títulos únicos"
812
 
813
- #: library/plugin-settings.php:1321
814
- msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)"
815
- msgstr "Exigir que los títulos de las publicaciones enviadas sean únicos (útil para evitar publicaciones enviadas múltiples / duplicadas)"
816
 
817
- #: library/plugin-settings.php:1324
818
- msgid "Disable Required"
819
- msgstr "Deshabilitar requerido"
820
 
821
- #: library/plugin-settings.php:1326
822
- msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)"
823
- msgstr "Deshabilite todos los atributos obligatorios en los campos de formulario predeterminados (útil para solucionar problemas de mensajes de error)"
824
 
825
- #: library/plugin-settings.php:1329
826
- msgid "Enable Shortcodes"
827
- msgstr "Habilitar códigos cortos"
828
 
829
- #: library/plugin-settings.php:1331
830
- msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
831
- msgstr "Habilite los códigos cortos en los widgets. De forma predeterminada, WordPress no habilita códigos cortos en widgets. "
832
 
833
- #: library/plugin-settings.php:1332
834
- msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
835
- msgstr "Esta configuración habilita cualquiera o todos los códigos cortos en los widgets (incluso los códigos cortos de otros complementos)."
836
 
837
- #: library/plugin-settings.php:1337
838
- msgid "Privacy"
839
- msgstr "Intimidad"
840
 
841
- #: library/plugin-settings.php:1342
842
- msgid "Disable IP Tracking"
843
- msgstr "Deshabilitar el seguimiento de IP"
844
 
845
- #: library/plugin-settings.php:1344
846
- msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
847
- msgstr "Por defecto, la USP registra la dirección IP con cada publicación enviada. Marque esta casilla para deshabilitar todo el seguimiento de IP."
848
 
849
- #: library/plugin-settings.php:1348
850
- msgid "Display Checkbox"
851
- msgstr "Mostrar casilla de verificación"
852
 
853
- #: library/plugin-settings.php:1350
854
- msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
855
- msgstr "Mostrar una casilla de verificación personalizada en su formulario (útil para GDPR, aceptar términos, etc.)"
856
 
857
- #: library/plugin-settings.php:1353
858
- msgid "Checkbox Name"
859
- msgstr "Nombre de casilla de verificación"
860
 
861
- #: library/plugin-settings.php:1355 library/plugin-settings.php:1455
862
- msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
863
- msgstr "Utilice solo caracteres alfanuméricos, guiones bajos y guiones. Si no está seguro, use el nombre predeterminado:"
864
 
865
- #: library/plugin-settings.php:1358
866
- msgid "Checkbox Error"
867
- msgstr "Error de casilla de verificación"
868
 
869
- #: library/plugin-settings.php:1360
870
- msgid "Error message displayed if user does not check the box"
871
- msgstr "Se muestra un mensaje de error si el usuario no marca la casilla"
 
872
 
873
- #: library/plugin-settings.php:1363
874
- msgid "Checkbox Text"
875
- msgstr "Texto de casilla de verificación"
876
 
877
- #: library/plugin-settings.php:1365
878
- msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
879
- msgstr "El texto se muestra junto a la casilla de verificación. Consejo: utilice corchetes para generar corchetes angulares, por ejemplo:"
880
 
881
- #: library/plugin-settings.php:1370
882
- msgid "Categories & Tags"
883
- msgstr "Categorías & amp; Etiquetas"
884
 
885
- #: library/plugin-settings.php:1375
886
- msgid "Categories"
887
- msgstr "Categorías"
 
888
 
889
- #: library/plugin-settings.php:1378
890
- msgid "Click to view/select categories"
891
- msgstr "Haga clic para ver / seleccionar categorías"
892
 
893
- #: library/plugin-settings.php:1386
894
- msgid "Multiple Categories"
895
- msgstr "Varias categorías"
 
 
896
 
897
- #: library/plugin-settings.php:1388
898
- msgid "Enable users to select multiple categories."
899
- msgstr "Permita que los usuarios seleccionen varias categorías."
900
 
901
- #: library/plugin-settings.php:1391
902
- msgid "Hidden/Default Category"
903
- msgstr "Categoría oculta / predeterminada"
904
 
905
- #: library/plugin-settings.php:1393
906
- msgid "Use a hidden field for the post category. This hides the category field and sets its value via the next option."
907
- msgstr "Utilice un campo oculto para la categoría de la publicación. Esto oculta el campo de categoría y establece su valor a través de la siguiente opción."
908
 
909
- #: library/plugin-settings.php:1396
910
- msgid "Category ID for Hidden Field"
911
- msgstr "ID de categoría para campo oculto"
912
 
913
- #: library/plugin-settings.php:1398
914
- msgid "Specify category ID(s) to use for “Hidden/Default Category” (separate multiple IDs with commas)"
915
- msgstr "Especifique los ID de categoría que se utilizarán para & ldquo; Categoría oculta / predeterminada & rdquo; (separe varios ID con comas)"
 
 
 
916
 
917
- #: library/plugin-settings.php:1401
918
- msgid "Use Existing Tags"
919
- msgstr "Usar etiquetas existentes"
920
 
921
- #: library/plugin-settings.php:1403
922
- msgid "Check this box to display a select/dropdown menu of existing tags (valid when Tag field is displayed)"
923
- msgstr "Marque esta casilla para mostrar un menú de selección / desplegable de etiquetas existentes (válido cuando se muestra el campo Etiqueta)"
 
 
924
 
925
- #: library/plugin-settings.php:1408
926
- msgid "Users"
927
- msgstr "Usuarios"
928
 
929
- #: library/plugin-settings.php:1413
930
- msgid "Assigned Author"
931
- msgstr "Autor asignado"
932
 
933
- #: library/plugin-settings.php:1416
934
- msgid "Specify the user that should be assigned as author for submitted posts"
935
- msgstr "Especifique el usuario que debe asignarse como autor para las publicaciones enviadas"
936
 
937
- #: library/plugin-settings.php:1420
938
- msgid "Registered Username"
939
- msgstr "Nombre de Usuario Registrado"
940
 
941
- #: library/plugin-settings.php:1422
942
- msgid "Use the user’s registered username for the Name field (valid when the user submitting the form is logged in to WordPress)"
943
- msgstr "Use el nombre de usuario registrado del usuario para el campo Nombre (válido cuando el usuario que envía el formulario está conectado a WordPress)"
944
 
945
- #: library/plugin-settings.php:1425
946
- msgid "Registered Email"
947
- msgstr "Correo electrónico registrado"
948
 
949
- #: library/plugin-settings.php:1427
950
- msgid "Use the user’s registered email as the value of the Email field (valid when the user submitting the form is logged in to WordPress)"
951
- msgstr "Use el correo electrónico registrado del usuario como el valor del campo Correo electrónico (válido cuando el usuario que envía el formulario está conectado a WordPress)"
952
 
953
- #: library/plugin-settings.php:1430
954
- msgid "User Profile URL"
955
- msgstr "URL de perfil de usuario"
956
 
957
- #: library/plugin-settings.php:1432
958
- msgid "Use the user’s Profile URL as the value of the URL field (valid when the user submitting the form is logged in to WordPress)"
959
- msgstr "Utilice la URL del perfil del usuario como el valor del campo URL (válido cuando el usuario que envía el formulario está conectado a WordPress)"
960
 
961
- #: library/plugin-settings.php:1435
962
- msgid "Require User Login"
963
- msgstr "Requerir inicio de sesión de usuario"
964
 
965
- #: library/plugin-settings.php:1437
966
- msgid "Require users to be logged in to WordPress to view/submit the form"
967
- msgstr "Requerir que los usuarios inicien sesión en WordPress para ver / enviar el formulario"
968
 
969
- #: library/plugin-settings.php:1440
970
- msgid "Disable Replace Author"
971
- msgstr "Deshabilitar Reemplazar autor"
972
 
973
- #: library/plugin-settings.php:1442
974
- msgid "Do not replace post author with submitted user name"
975
- msgstr "No reemplace el autor de la publicación con el nombre de usuario enviado"
976
 
977
- #: library/plugin-settings.php:1448
978
- 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."
979
- msgstr "Aquí puede cambiar el nombre y la etiqueta que utiliza el campo personalizado. Puede habilitar este campo a través de la configuración Campos de formulario, arriba."
980
 
981
- #: library/plugin-settings.php:1453
982
- msgid "Custom Field Name"
983
- msgstr "Nombre de campo personalizado"
984
 
985
- #: library/plugin-settings.php:1458
986
- msgid "Custom Field Label"
987
- msgstr "Etiqueta de campo personalizada"
988
 
989
- #: library/plugin-settings.php:1460
990
- msgid "This will be displayed as the field label on the form. Default: Custom Field"
991
- msgstr "Esto se mostrará como la etiqueta del campo en el formulario. Predeterminado: campo personalizado"
992
 
993
- #: library/plugin-settings.php:1472
994
- msgid "To prevent spam, enter a question that users must answer before submitting the form"
995
- msgstr "Para evitar el spam, ingrese una pregunta que los usuarios deben responder antes de enviar el formulario"
996
 
997
- #: library/plugin-settings.php:1475
998
- msgid "Challenge Response"
999
- msgstr "Respuesta al desafío"
1000
 
1001
- #: library/plugin-settings.php:1477
1002
- msgid "Enter the *only* correct answer to the challenge question"
1003
- msgstr "Ingrese la * única * respuesta correcta a la pregunta de seguridad"
1004
 
1005
- #: library/plugin-settings.php:1480
1006
- msgid "Case-sensitivity"
1007
- msgstr "Sensibilidad a mayúsculas y minúsculas"
1008
 
1009
- #: library/plugin-settings.php:1482
1010
- msgid "Check this box if you want the challenge response to be case-sensitive"
1011
- msgstr "Marque esta casilla si desea que la respuesta al desafío distinga entre mayúsculas y minúsculas"
1012
 
1013
- #: library/plugin-settings.php:1488
1014
- msgid "To enable Google reCAPTCHA, enter your public and private keys."
1015
- msgstr "Para habilitar Google reCAPTCHA, ingrese sus claves públicas y privadas."
1016
 
1017
- #: library/plugin-settings.php:1493
1018
- msgid "Public Key"
1019
- msgstr "Llave pública"
1020
 
1021
- #: library/plugin-settings.php:1495
1022
- msgid "Enter your Public Key"
1023
- msgstr "Ingrese su clave pública"
1024
 
1025
- #: library/plugin-settings.php:1498
1026
- msgid "Private Key"
1027
- msgstr "Llave privada"
1028
 
1029
- #: library/plugin-settings.php:1500
1030
- msgid "Enter your Private Key"
1031
- msgstr "Ingrese su clave privada"
1032
 
1033
- #: library/plugin-settings.php:1503
1034
- msgid "reCaptcha Version"
1035
- msgstr "Versión reCaptcha"
1036
 
1037
- #: library/plugin-settings.php:1506
1038
- msgid "Choose reCaptcha version"
1039
- msgstr "Elija la versión de reCaptcha"
1040
 
1041
- #: library/plugin-settings.php:1512
1042
- msgid "Email Alerts"
1043
- msgstr "Alertas de correo electrónico"
1044
 
1045
- #: library/plugin-settings.php:1517
1046
- msgid "Receive Email Alert"
1047
- msgstr "Recibir alerta por correo electrónico"
1048
 
1049
- #: library/plugin-settings.php:1519
1050
- msgid "Check this box if you want to be notified via email for new post submissions"
1051
- msgstr "Marque esta casilla si desea recibir una notificación por correo electrónico sobre nuevos envíos de publicaciones"
1052
 
1053
- #: library/plugin-settings.php:1522
1054
- msgid "Enable HTML Format"
1055
- msgstr "Habilitar formato HTML"
1056
 
1057
- #: library/plugin-settings.php:1524
1058
- msgid "Check this box to enable HTML format for email alerts"
1059
- msgstr "Marque esta casilla para habilitar el formato HTML para alertas por correo electrónico"
1060
 
1061
- #: library/plugin-settings.php:1527
1062
- msgid "Email Address for Alerts"
1063
- msgstr "Dirección de correo electrónico para alertas"
1064
 
1065
- #: library/plugin-settings.php:1529
1066
- msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
1067
- msgstr "Si marcó la casilla para recibir alertas por correo electrónico, indique aquí la dirección o direcciones a las que deben enviarse los correos electrónicos."
1068
 
1069
- #: library/plugin-settings.php:1530
1070
- msgid "Separate multiple addresses with commas."
1071
- msgstr "Separe las direcciones con comas."
1072
 
1073
- #: library/plugin-settings.php:1533
1074
- msgid "Email “From” Address"
1075
- msgstr "Correo electrónico & ldquo; De & rdquo; Habla a"
1076
 
1077
- #: library/plugin-settings.php:1535
1078
- msgid "Here you may customize the address(es) used for the “From” header (see plugin FAQs for info). "
1079
- msgstr "Aquí puede personalizar la (s) dirección (es) utilizadas para el & ldquo; De & rdquo; encabezado (consulte las preguntas frecuentes sobre el complemento para obtener información). "
1080
 
1081
- #: library/plugin-settings.php:1536
1082
- msgid "If multiple addresses are specified in the previous setting, include an equal number of “From” addresses for this setting (in the same order)."
1083
- msgstr "Si se especifican varias direcciones en la configuración anterior, incluya un número igual de & ldquo; De & rdquo; direcciones para este ajuste (en el mismo orden)."
1084
 
1085
- #: library/plugin-settings.php:1539
1086
- msgid "Email Alert Subject"
1087
- msgstr "Asunto de la alerta de correo electrónico"
1088
 
1089
- #: library/plugin-settings.php:1541
1090
- msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
1091
- 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 utilizar las siguientes variables: "
1092
 
1093
- #: library/plugin-settings.php:1546
1094
- msgid "Email Alert Message"
1095
- msgstr "Mensaje de alerta por correo electrónico"
1096
 
1097
- #: library/plugin-settings.php:1548
1098
- msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
1099
- msgstr "Mensaje de alertas por correo electrónico. Déjelo en blanco para usar el mensaje predeterminado. Nota: puede utilizar las siguientes variables: "
1100
 
1101
- #: library/plugin-settings.php:1560
1102
- msgid "Featured Image"
1103
- msgstr "Foto principal"
1104
 
1105
- #: library/plugin-settings.php:1562
1106
- msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)"
1107
- msgstr "Establezca las imágenes enviadas como imágenes destacadas. Requiere compatibilidad con temas para imágenes destacadas (también conocidas como miniaturas de publicaciones)"
1108
 
1109
- #: library/plugin-settings.php:1565
1110
- msgid "Upload Message"
1111
- msgstr "Subir mensaje"
1112
 
1113
- #: library/plugin-settings.php:1567
1114
- msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
1115
- msgstr "Mensaje que aparece junto al campo de carga. Útil para indicar sus pautas / política de carga / etc. Se permite el marcado básico."
1116
 
1117
- #: library/plugin-settings.php:1570
1118
- msgid "“Add another image” link"
1119
- msgstr "& ldquo; Agregar otra imagen & rdquo; enlace"
1120
 
1121
- #: library/plugin-settings.php:1572
1122
- msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
1123
- msgstr "Marcado personalizado para & ldquo; Agregar otra imagen & rdquo; enlace. Déjelo en blanco para usar el marcado predeterminado (recomendado)."
1124
 
1125
- #: library/plugin-settings.php:1575
1126
- msgid "Minimum number of images"
1127
- msgstr "Número mínimo de imágenes"
1128
 
1129
- #: library/plugin-settings.php:1578
1130
- msgid "Specify the minimum number of images"
1131
- msgstr "Especifique el número mínimo de imágenes"
1132
 
1133
- #: library/plugin-settings.php:1582
1134
- msgid "Maximum number of images"
1135
- msgstr "Número máximo de imágenes"
1136
 
1137
- #: library/plugin-settings.php:1585
1138
- msgid "Specify the maximum number of images"
1139
- msgstr "Especifique el número máximo de imágenes"
1140
 
1141
- #: library/plugin-settings.php:1589
1142
- msgid "Minimum image width"
1143
- msgstr "Ancho mínimo de imagen"
1144
 
1145
- #: library/plugin-settings.php:1591
1146
- msgid "Specify a minimum width (in pixels) for uploaded images"
1147
- msgstr "Especifique un ancho mínimo (en píxeles) para las imágenes cargadas"
1148
 
1149
- #: library/plugin-settings.php:1594
1150
- msgid "Minimum image height"
1151
- msgstr "Altura mínima de la imagen"
1152
 
1153
- #: library/plugin-settings.php:1596
1154
- msgid "Specify a minimum height (in pixels) for uploaded images"
1155
- msgstr "Especifique una altura mínima (en píxeles) para las imágenes cargadas"
1156
 
1157
- #: library/plugin-settings.php:1599
1158
- msgid "Maximum image width"
1159
- msgstr "Ancho máximo de imagen"
1160
 
1161
- #: library/plugin-settings.php:1601
1162
- msgid "Specify a maximum width (in pixels) for uploaded images"
1163
- msgstr "Especifique un ancho máximo (en píxeles) para las imágenes cargadas"
1164
 
1165
- #: library/plugin-settings.php:1604
1166
- msgid "Maximum image height"
1167
- msgstr "Altura máxima de la imagen"
1168
 
1169
- #: library/plugin-settings.php:1606
1170
- msgid "Specify a maximum height (in pixels) for uploaded images"
1171
- msgstr "Especifique una altura máxima (en píxeles) para las imágenes cargadas"
1172
 
1173
- #: library/plugin-settings.php:1609
1174
- msgid "More Options"
1175
- msgstr "Mas opciones"
1176
 
1177
- #: library/plugin-settings.php:1612
1178
- msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
1179
- msgstr "Para obtener más opciones, como la capacidad de cargar otros tipos de archivos (como PDF, Word, Zip, videos y más), consulte"
1180
 
1181
- #: library/plugin-settings.php:1613
1182
- msgid "Go Pro!"
1183
- msgstr "¡Hazte Pro!"
1184
 
1185
- #: library/plugin-settings.php:1620
1186
- msgid "Auto-Display Content"
1187
- msgstr "Contenido de visualización automática"
1188
 
1189
- #: library/plugin-settings.php:1625
1190
- msgid "Auto-Display Images"
1191
- msgstr "Imágenes de visualización automática"
1192
 
1193
- #: library/plugin-settings.php:1627
1194
- msgid "Automatically display user-submitted images:"
1195
- msgstr "Mostrar automáticamente imágenes enviadas por el usuario:"
1196
 
1197
- #: library/plugin-settings.php:1632
1198
- msgid "Image Markup"
1199
- msgstr "Marcado de imagen"
1200
 
1201
- #: library/plugin-settings.php:1634
1202
- msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1203
- msgstr "Marcado para usar en cada imagen enviada (cuando la visualización automática está habilitada). Puedo usar"
1204
 
1205
- #: library/plugin-settings.php:1636 library/plugin-settings.php:1649
1206
- #: library/plugin-settings.php:1675 library/plugin-settings.php:1688
1207
- msgid "and"
1208
- msgstr "y"
1209
 
1210
- #: library/plugin-settings.php:1639
1211
- msgid "Auto-Display Email"
1212
- msgstr "Correo electrónico de visualización automática"
1213
 
1214
- #: library/plugin-settings.php:1641
1215
- msgid "Automatically display user-submitted email:"
1216
- msgstr "Mostrar automáticamente el correo electrónico enviado por el usuario:"
1217
 
1218
- #: library/plugin-settings.php:1646
1219
- msgid "Email Markup"
1220
- msgstr "Marcado de correo electrónico"
 
1221
 
1222
- #: library/plugin-settings.php:1648
1223
- msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1224
- msgstr "Marcado para usar para la dirección de correo electrónico enviada (cuando la visualización automática está habilitada). Puedo usar"
1225
 
1226
- #: library/plugin-settings.php:1652
1227
- msgid "Auto-Display Name"
1228
- msgstr "Nombre de visualización automática"
1229
 
1230
- #: library/plugin-settings.php:1654
1231
- msgid "Automatically display user-submitted author/name:"
1232
- msgstr "Mostrar automáticamente el autor / nombre enviado por el usuario:"
1233
 
1234
- #: library/plugin-settings.php:1659
1235
- msgid "Name Markup"
1236
- msgstr "Marcado de nombre"
1237
 
1238
- #: library/plugin-settings.php:1661
1239
- msgid "Markup to use for the submitted author/name (when auto-display is enabled). Can use"
1240
- msgstr "Marcado para usar para el autor / nombre enviado (cuando la visualización automática está habilitada). Puedo usar"
1241
 
1242
- #: library/plugin-settings.php:1665
1243
- msgid "Auto-Display URL"
1244
- msgstr "URL de visualización automática"
1245
 
1246
- #: library/plugin-settings.php:1667
1247
- msgid "Automatically display user-submitted URL:"
1248
- msgstr "Mostrar automáticamente la URL enviada por el usuario:"
1249
 
1250
- #: library/plugin-settings.php:1672
1251
- msgid "URL Markup"
1252
- msgstr "Marcado de URL"
1253
 
1254
- #: library/plugin-settings.php:1674
1255
- msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1256
- msgstr "Marcado que se utilizará para la URL enviada (cuando la visualización automática está habilitada). Puedo usar"
1257
 
1258
- #: library/plugin-settings.php:1678
1259
- msgid "Auto-Display Custom Field"
1260
- msgstr "Campo personalizado de visualización automática"
1261
 
1262
- #: library/plugin-settings.php:1680
1263
- msgid "Automatically display user-submitted Custom Field:"
1264
- msgstr "Mostrar automáticamente el campo personalizado enviado por el usuario:"
1265
 
1266
- #: library/plugin-settings.php:1685
1267
- msgid "Custom Field Markup"
1268
- msgstr "Marcado de campo personalizado"
1269
 
1270
- #: library/plugin-settings.php:1687
1271
- msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1272
- msgstr "Marcado para utilizar en el campo personalizado enviado (cuando la visualización automática está habilitada). Puedo usar"
1273
 
1274
- #: library/plugin-settings.php:1693 library/plugin-settings.php:1805
1275
- msgid "Save Settings"
1276
- msgstr "Guardar ajustes"
1277
 
1278
- #: library/plugin-settings.php:1698
1279
- msgid "Display the Form"
1280
- msgstr "Mostrar el formulario"
1281
 
1282
- #: library/plugin-settings.php:1701
1283
- msgid "Post-Submit Form"
1284
- msgstr "Formulario de envío posterior"
1285
 
1286
- #: library/plugin-settings.php:1702
1287
- msgid "USP enables you to display a post-submission form anywhere on your site."
1288
- msgstr "USP le permite mostrar un formulario posterior al envío en cualquier lugar de su sitio."
1289
 
1290
- #: library/plugin-settings.php:1703 library/plugin-settings.php:1712
1291
- msgid "Use the shortcode to display the form on any WP Post or Page:"
1292
- msgstr "Utilice el código corto para mostrar el formulario en cualquier publicación o página de WP:"
1293
 
1294
- #: library/plugin-settings.php:1706 library/plugin-settings.php:1715
1295
- msgid "Or, use the template tag to display the form anywhere in your theme template:"
1296
- msgstr "O use la etiqueta de plantilla para mostrar el formulario en cualquier lugar de su plantilla de tema:"
1297
 
1298
- #: library/plugin-settings.php:1710
1299
- msgid "Login/Register Form"
1300
- msgstr "Formulario de inicio de sesión / registro"
1301
 
1302
- #: library/plugin-settings.php:1711
1303
- msgid "You also can display a form that enables users to log in, register, or reset their password."
1304
- msgstr "También puede mostrar un formulario que permite a los usuarios iniciar sesión, registrarse o restablecer su contraseña."
1305
 
1306
- #: library/plugin-settings.php:1719
1307
- msgid "Display Submitted Posts"
1308
- msgstr "Mostrar publicaciones enviadas"
1309
 
1310
- #: library/plugin-settings.php:1720
1311
- msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1312
- msgstr "Utilice este código abreviado para mostrar una lista de publicaciones enviadas en cualquier publicación o página de WP:"
1313
 
1314
- #: library/plugin-settings.php:1723
1315
- msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1316
- msgstr "O use la etiqueta de plantilla para mostrar una lista de publicaciones enviadas en cualquier lugar de su plantilla de tema:"
 
1317
 
1318
- #: library/plugin-settings.php:1726
1319
- msgid "Here are some examples showing how to configure this shortcode:"
1320
- msgstr "Aquí hay algunos ejemplos que muestran cómo configurar este shortcode:"
1321
 
1322
- #: library/plugin-settings.php:1734
1323
- msgid "Display Image Gallery"
1324
- msgstr "Mostrar galería de imágenes"
1325
 
1326
- #: library/plugin-settings.php:1735
1327
- msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
1328
- msgstr "Utilice este código abreviado para mostrar una galería de imágenes cargadas para cada publicación enviada:"
1329
 
1330
- #: library/plugin-settings.php:1738
1331
- msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
1332
- msgstr "O use la etiqueta de plantilla para mostrar una galería de imágenes en cualquier lugar de su plantilla de tema:"
1333
 
1334
- #: library/plugin-settings.php:1741
1335
- msgid "You can customize using any of the follwing attributes:"
1336
- msgstr "Puede personalizar utilizando cualquiera de los siguientes atributos:"
1337
 
1338
- #: library/plugin-settings.php:1756
1339
- msgid "Reset Form Button"
1340
- msgstr "Botón Restablecer formulario"
1341
 
1342
- #: library/plugin-settings.php:1757
1343
- msgid "This shortcode displays a link that resets the form to its original state:"
1344
- msgstr "Este código abreviado muestra un enlace que restablece el formulario a su estado original:"
1345
 
1346
- #: library/plugin-settings.php:1760
1347
- msgid "This shortcode accepts the following attributes:"
1348
- msgstr "Este shortcode acepta los siguientes atributos:"
1349
 
1350
- #: library/plugin-settings.php:1766
1351
- msgid "Note that the url attribute accepts"
1352
- msgstr "Tenga en cuenta que el atributo url acepta"
1353
 
1354
- #: library/plugin-settings.php:1766
1355
- msgid "to get the current URL."
1356
- msgstr "para obtener la URL actual."
1357
 
1358
- #: library/plugin-settings.php:1769
1359
- msgid "Access Control"
1360
- msgstr "Control de acceso"
1361
 
1362
- #: library/plugin-settings.php:1770
1363
- msgid "USP provides three shortcodes to control access and restrict content."
1364
- msgstr "USP proporciona tres códigos cortos para controlar el acceso y restringir el contenido."
1365
 
1366
- #: library/plugin-settings.php:1771
1367
- msgid "Display content only to users with a specific capability:"
1368
- msgstr "Mostrar contenido solo a usuarios con una capacidad específica:"
1369
 
1370
- #: library/plugin-settings.php:1774
1371
- msgid "Display content to logged-in users:"
1372
- msgstr "Mostrar contenido a usuarios registrados:"
1373
 
1374
- #: library/plugin-settings.php:1777
1375
- msgid "Display content to visitors only:"
1376
- msgstr "Mostrar contenido solo a los visitantes:"
1377
 
1378
- #: library/plugin-settings.php:1780
1379
- msgid "Tip:"
1380
- msgstr "Propina:"
1381
 
1382
- #: library/plugin-settings.php:1780
1383
- msgid "to include markup in the deny message, you can use"
1384
- msgstr "para incluir marcado en el mensaje de denegación, puede utilizar"
 
1385
 
1386
- #: library/plugin-settings.php:1780
1387
- msgid "to output"
1388
- msgstr "a la salida"
1389
 
1390
- #: library/plugin-settings.php:1783
1391
- msgid "Example"
1392
- msgstr "Ejemplo"
1393
 
1394
- #: library/plugin-settings.php:1784
1395
- msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1396
- msgstr "Si el usuario ha iniciado sesión, muestre el formulario de envío posterior; o si el usuario no ha iniciado sesión, muestre el formulario de inicio de sesión:"
1397
 
1398
- #: library/plugin-settings.php:1796
1399
- msgid "Restore Defaults"
1400
- msgstr "Restaurar los valores predeterminados"
1401
 
1402
- #: library/plugin-settings.php:1799
1403
- 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."
1404
- msgstr "Deje esta opción desactivada para recordar su configuración. O, para continuar y restaurar las opciones predeterminadas del complemento: marque la casilla, guarde su configuración y luego desactive / reactive el complemento."
1405
 
1406
- #: library/plugin-settings.php:1803
1407
- msgid "Restore default options upon plugin deactivation/reactivation"
1408
- msgstr "Restaurar las opciones predeterminadas tras la desactivación / reactivación del complemento"
 
 
 
 
 
 
 
 
 
1409
 
1410
- #: library/plugin-settings.php:1810
1411
- msgid "Show Support"
1412
- msgstr "Mostrar apoyo"
1413
 
1414
- #: library/plugin-settings.php:1819
1415
- msgid "by"
1416
- msgstr "por"
1417
 
1418
- #: library/plugin-settings.php:1820
1419
- msgid "Jeff Starr on Twitter"
1420
- msgstr "Jeff Starr en Twitter"
1421
 
1422
- #: library/plugin-settings.php:1821
1423
- msgid "Obsessive Web Design & Development"
1424
- msgstr "Diseño web obsesivo y amp; Desarrollo"
1425
 
1426
- #: library/plugin-settings.php:1832
1427
- msgid "Save Preference"
1428
- msgstr "Guardar preferencia"
1429
 
1430
- #: library/plugin-settings.php:1839
1431
- msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1432
- msgstr "¿Está seguro de que desea restaurar todas las opciones predeterminadas? (Esta acción no se puede deshacer)"
1433
 
1434
- #: library/support-panel.php:55
1435
- msgid "Perishable Press Books"
1436
- msgstr "Libros de prensa perecederos"
1437
 
1438
- #: library/support-panel.php:56
1439
- msgid "Plugin Planet"
1440
- msgstr "Plugin Planet"
1441
 
1442
- #: library/support-panel.php:57
1443
- msgid "Donate via PayPal"
1444
- msgstr "Donar a través de PayPal"
1445
 
1446
- #: library/support-panel.php:59
1447
- msgid "books"
1448
- msgstr "libros"
1449
 
1450
- #: library/support-panel.php:60
1451
- msgid "plugins"
1452
- msgstr "complementos"
1453
 
1454
- #: library/support-panel.php:61
1455
- msgid "donation"
1456
- msgstr "donación"
1457
 
1458
- #: library/support-panel.php:63
1459
- msgid "Thank you for using"
1460
- msgstr "Gracias por usar"
1461
 
1462
- #: library/support-panel.php:64
1463
- msgid "Please show support by purchasing one of my"
1464
- msgstr "Muestre su apoyo comprando uno de mis"
1465
 
1466
- #: library/support-panel.php:65
1467
- msgid "or"
1468
- msgstr "o"
 
 
1469
 
1470
- #: library/support-panel.php:65
1471
- msgid "or by making a"
1472
- msgstr "o haciendo un"
1473
 
1474
- #: library/support-panel.php:66
1475
  msgid "Your generous support helps future development of"
1476
  msgstr "Su generoso apoyo ayuda al desarrollo futuro de"
1477
 
1478
- #: library/support-panel.php:67
1479
- msgid "and is greatly appreciated."
1480
- msgstr "y es muy apreciado."
1481
-
1482
- #: library/support-panel.php:69
1483
- msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1484
- msgstr "La donación de cualquier tamaño me ayuda a continuar desarrollando este complemento gratuito y otros recursos increíbles de WordPress."
1485
-
1486
- #. Description of the plugin
1487
- #:
1488
- msgid "Enables your visitors to submit posts and images from anywhere on your site."
1489
- msgstr "Permite a sus visitantes enviar publicaciones e imágenes desde cualquier lugar de su sitio."
1490
-
1491
- #. URI of the plugin
1492
- #:
1493
- msgid "https://perishablepress.com/user-submitted-posts/"
1494
- msgstr "https://perishablepress.com/user-submitted-posts/"
1495
 
1496
- #. Author of the plugin
1497
- #:
1498
- msgid "Jeff Starr"
1499
- msgstr "Jeff Starr"
1500
 
1501
- #. Author URI of the plugin
1502
- #:
1503
- msgid "https://plugin-planet.com/"
1504
- msgstr "https://plugin-planet.com/"
1505
 
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 20221004\n"
8
  "Language: es\n"
9
 
10
+ #: library/plugin-settings.php:567
11
+ msgid " approved posts"
12
+ msgstr " publicaciones aprobadas"
 
 
 
 
 
13
 
14
+ #: user-submitted-posts.php:1499
15
+ msgid " file"
16
+ msgstr " expediente"
17
 
18
+ #: user-submitted-posts.php:1496
19
+ msgid " file required"
20
+ msgstr " archivo requerido"
21
 
22
+ #: user-submitted-posts.php:1498
23
+ msgid " files"
24
+ msgstr " archivos"
25
 
26
+ #: user-submitted-posts.php:1495
27
+ msgid " files required"
28
+ msgstr " archivos requeridos"
29
 
30
+ #: user-submitted-posts.php:84
31
+ msgid " or higher, and has been deactivated! "
32
+ msgstr " o superior, y ha sido desactivado! "
33
 
34
+ #: user-submitted-posts.php:1501 user-submitted-posts.php:1502
35
+ #: user-submitted-posts.php:1503 user-submitted-posts.php:1504
36
+ msgid " pixels"
37
+ msgstr " píxeles"
38
 
39
+ #: user-submitted-posts.php:1541 user-submitted-posts.php:1542
40
+ msgid " required"
41
+ msgstr " requerido"
42
 
43
+ #: library/plugin-display.php:535
44
+ msgid "“Add another image” link"
45
+ msgstr "“Añadir otra imagen” Enlace"
46
 
47
+ #: library/plugin-display.php:61
48
+ msgid "— the ultimate solution for user-generated content."
49
+ msgstr " la solución definitiva para el contenido generado por el usuario."
50
 
51
+ #: library/plugin-settings.php:180
52
+ msgid "(Provide your own form template & styles)"
53
+ msgstr "(Proporcione su propia plantilla y estilos de formulario)"
54
 
55
+ #: library/plugin-settings.php:176
56
+ msgid "(Provide your own styles)"
57
+ msgstr "(Proporcione sus propios estilos)"
58
 
59
+ #: library/plugin-settings.php:172
60
+ msgid "(Recommended)"
61
+ msgstr "(Recomendado)"
62
 
63
+ #: library/plugin-display.php:131
64
+ msgid "..and upload them into a directory named"
65
+ msgstr "..y subirlos a un directorio llamado"
66
 
67
+ #: library/plugin-display.php:770
68
+ msgid "Access Control"
69
+ msgstr "Control de acceso"
70
 
71
+ #: library/plugin-display.php:468
72
+ msgid "Add a challenge question to help stop spam. Tip: make the question easy to answer for any human."
73
+ msgstr "Agregue una pregunta de seguridad para ayudar a detener el spam. Consejo: haga que la pregunta sea fácil de responder para cualquier humano."
74
 
75
+ #: views/submission-form.php:147 views/submission-form-alt.php:162
76
+ msgid "Add another image"
77
+ msgstr "Añadir otra imagen"
78
 
79
+ #: library/plugin-display.php:291
80
+ msgid "Additional recipients for email alerts. Use commas to separate multiple addresses."
81
+ msgstr "Destinatarios adicionales para alertas por correo electrónico. Utilice comas para separar varias direcciones."
 
82
 
83
+ #: library/shortcode-login.php:183
84
+ msgid "Admin"
85
+ msgstr "Administración"
 
 
86
 
87
+ #: library/plugin-settings.php:200 library/plugin-settings.php:224
88
+ #: library/plugin-settings.php:248 library/plugin-settings.php:272
89
+ #: library/plugin-settings.php:296
90
+ msgid "After post content"
91
+ msgstr "Después de publicar contenido"
92
 
93
+ #: user-submitted-posts.php:1512
94
  msgid "An error occurred. Please go back and try again."
95
  msgstr "Ocurrió un error. Por favor, regrese y vuelva a intentarlo."
96
 
97
+ #: library/plugin-display.php:363 library/plugin-display.php:746
98
+ #: library/plugin-display.php:751
99
+ msgid "and"
100
+ msgstr "y"
101
 
102
+ #: library/support-panel.php:63
103
+ msgid "and is greatly appreciated."
104
+ msgstr "y es muy apreciado."
105
 
106
+ #: library/plugin-display.php:35
107
+ msgid "and/or"
108
+ msgstr "y/o"
109
 
110
+ #: views/submission-form.php:85 views/submission-form-alt.php:100
111
+ msgid "Antispam Question"
112
+ msgstr "Pregunta antispam"
113
 
114
+ #: library/support-panel.php:65
115
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
116
+ msgstr "Cualquier donación de tamaño me ayuda a continuar desarrollando este complemento gratuito y otros increíbles recursos de WordPress."
117
 
118
+ #: library/plugin-display.php:231
119
+ msgid "Assigned Author"
120
+ msgstr "Autor asignado"
121
 
122
+ #: library/plugin-display.php:747 library/plugin-display.php:751
123
+ msgid "attributes"
124
+ msgstr "atributos"
125
+
126
+ #: library/plugin-display.php:583
127
+ msgid "Automatically display images and more."
128
+ msgstr "Muestra automáticamente imágenes y más."
129
+
130
+ #: library/plugin-settings.php:196 library/plugin-settings.php:220
131
+ #: library/plugin-settings.php:244 library/plugin-settings.php:268
132
+ #: library/plugin-settings.php:292
133
+ msgid "Before post content"
134
+ msgstr "Antes de publicar contenido"
135
+
136
+ #: library/support-panel.php:55
137
+ msgid "books"
138
+ msgstr "libros"
139
+
140
+ #: library/plugin-display.php:829
141
+ msgid "by"
142
+ msgstr "por"
143
+
144
+ #: library/plugin-display.php:152
145
+ msgid "By default, CSS & JavaScript files are loaded on every page. To load only on specific page(s), enter the URL(s) here. Use commas to separate multiple URLs. Leave blank to load on all pages."
146
+ msgstr "De forma predeterminada, CSS & Los archivos JavaScript se cargan en cada página. Para cargar solo en páginas específicas, ingrese las URL aquí. Utilice comas para separar varias URL. Dejar en blanco para cargar en todas las páginas."
147
+
148
+ #: library/plugin-display.php:430
149
+ msgid "By default, this displays an “Agree to Terms” checkbox. Customize as desired."
150
+ msgstr "De forma predeterminada, se muestra un mensaje “Acepto los términos” caja. Modifique para requisitos particulares según lo deseado."
151
+
152
+ #: library/plugin-display.php:753
153
+ msgid "Can use"
154
+ msgstr "Puedo usar"
155
+
156
+ #: library/plugin-display.php:481
157
+ msgid "Case-sensitivity"
158
+ msgstr "mayúsculas y minúsculas"
159
+
160
+ #: library/plugin-display.php:332
161
+ msgid "Categories"
162
+ msgstr "Categorías"
163
+
164
+ #: library/plugin-display.php:327
165
+ msgid "Categories & Tags"
166
+ msgstr "Categorías y Etiquetas"
167
+
168
+ #: library/plugin-display.php:363
169
+ msgid "category"
170
+ msgstr "categoría"
171
+
172
+ #: library/plugin-display.php:349
173
+ msgid "Category ID for Hidden Field"
174
+ msgstr "ID de categoría para campo oculto"
175
+
176
+ #: library/plugin-settings.php:408 library/plugin-display.php:466
177
+ #: library/plugin-display.php:471
178
+ msgid "Challenge Question"
179
+ msgstr "pregunta desafiante"
180
+
181
+ #: library/plugin-display.php:476
182
+ msgid "Challenge Response"
183
+ msgstr "Respuesta al desafío"
184
+
185
+ #: library/plugin-display.php:319 library/plugin-display.php:392
186
+ #: library/plugin-display.php:420 library/plugin-display.php:458
187
+ msgid "check out"
188
+ msgstr "verificar"
189
+
190
+ #: library/plugin-display.php:754
191
+ msgid "Check out the source code inline notes for more info"
192
+ msgstr "Consulte las notas en línea del código fuente para obtener más información."
193
+
194
+ #: library/plugin-display.php:46
195
+ msgid "Check this box if you have shown support"
196
+ msgstr "Marca esta casilla si has mostrado apoyo"
197
+
198
+ #: library/shortcode-login.php:98
199
+ msgid "Check your email for the password."
200
+ msgstr "Revise su correo electrónico para obtener la contraseña."
201
+
202
+ #: library/shortcode-login.php:103
203
+ msgid "Check your email to reset your password."
204
+ msgstr "Revise su correo electrónico para restablecer su contraseña."
205
+
206
+ #: library/plugin-display.php:443
207
+ msgid "Checkbox Error"
208
+ msgstr "Error de casilla de verificación"
209
+
210
+ #: library/plugin-display.php:438
211
+ msgid "Checkbox Name"
212
+ msgstr "Nombre de la casilla de verificación"
213
+
214
+ #: library/plugin-display.php:448
215
+ msgid "Checkbox Text"
216
+ msgstr "Texto de la casilla de verificación"
217
+
218
+ #: library/plugin-display.php:85
219
+ msgid "Choose fields to display on the front-end form."
220
+ msgstr "Elija campos para mostrar en el formulario de front-end."
221
+
222
+ #: library/plugin-display.php:506
223
+ msgid "Choose reCaptcha version"
224
+ msgstr "Elija la versión de reCaptcha"
225
+
226
+ #: library/plugin-display.php:374
227
+ msgid "Configure Custom Field #1."
228
+ msgstr "Configure el campo personalizado #1."
229
 
230
+ #: library/plugin-display.php:402
231
+ msgid "Configure Custom Field #2."
232
+ msgstr "Configure el campo personalizado #2."
233
+
234
+ #: library/plugin-display.php:276
235
+ msgid "Configure email notifications for new submitted posts."
236
+ msgstr "Configure las notificaciones por correo electrónico para las nuevas publicaciones enviadas."
237
+
238
+ #: library/plugin-display.php:118
239
+ msgid "Configure general settings. Note: the default settings work fine for most cases."
240
+ msgstr "Configure los ajustes generales. Nota: la configuración predeterminada funciona bien en la mayoría de los casos."
241
+
242
+ #: library/plugin-display.php:514
243
+ msgid "Configure settings for image uploads."
244
+ msgstr "Configure los ajustes para la carga de imágenes."
245
+
246
+ #: library/plugin-display.php:329
247
+ msgid "Configure settings for the Category and Tag fields."
248
+ msgstr "Configure los ajustes para los campos Categoría y Etiqueta."
249
+
250
+ #: library/plugin-display.php:228
251
+ msgid "Configure user settings."
252
+ msgstr "Configure los ajustes del usuario."
253
+
254
+ #: library/shortcode-login.php:180
255
+ msgid "Congratulations, you’re logged in."
256
+ msgstr "Enhorabuena, has iniciado sesión."
257
+
258
+ #: user-submitted-posts.php:1529 user-submitted-posts.php:1530
259
  msgid "Correct captcha required"
260
+ msgstr "Se requiere captcha correcto"
261
 
262
+ #: library/plugin-display.php:296
263
+ msgid "Custom address for the email “From” header (see plugin FAQs for info)."
264
+ msgstr "Dirección personalizada para el correo electrónico “De” encabezado (consulte las preguntas frecuentes del complemento para obtener información)."
265
 
266
+ #: library/plugin-display.php:428
267
+ msgid "Custom Checkbox"
268
+ msgstr "Casilla de verificación personalizada"
269
 
270
+ #: user-submitted-posts.php:1509
271
+ msgid "Custom checkbox required"
272
+ msgstr "Casilla de verificación personalizada requerida"
273
 
274
+ #: library/plugin-display.php:184
275
+ msgid "Custom Content"
276
+ msgstr "Contenido personalizado"
277
 
278
+ #: user-submitted-posts.php:1506 library/core-functions.php:306
279
+ #: library/plugin-settings.php:369 library/plugin-settings.php:907
280
+ #: library/plugin-display.php:372
281
+ msgid "Custom Field 1"
282
+ msgstr "Campo personalizado 1"
283
 
284
+ #: library/plugin-display.php:639
285
+ msgid "Custom Field 1 Display"
286
+ msgstr "Visualización del campo personalizado 1"
287
 
288
+ #: library/plugin-display.php:646
289
+ msgid "Custom Field 1 Markup"
290
+ msgstr "Marcado de campo personalizado 1"
291
 
292
+ #: user-submitted-posts.php:1507 library/core-functions.php:255
293
+ #: library/plugin-settings.php:374 library/plugin-settings.php:910
294
+ #: library/plugin-display.php:400
295
+ msgid "Custom Field 2"
296
+ msgstr "Campo personalizado 2"
297
 
298
+ #: library/plugin-display.php:652
299
+ msgid "Custom Field 2 Display"
300
+ msgstr "Visualización del campo personalizado 2"
301
 
302
+ #: library/plugin-display.php:659
303
+ msgid "Custom Field 2 Markup"
304
+ msgstr "Marcado de campo personalizado 2"
305
 
306
+ #: library/plugin-display.php:382 library/plugin-display.php:410
307
+ msgid "Custom Field Label"
308
+ msgstr "Etiqueta de campo personalizada"
309
 
310
+ #: library/plugin-display.php:377 library/plugin-display.php:405
311
+ msgid "Custom Field Name"
312
+ msgstr "Nombre de campo personalizado"
313
 
314
+ #: library/plugin-settings.php:180
315
+ msgid "Custom Form + Custom CSS"
316
+ msgstr "Formulario personalizado + CSS personalizado"
317
 
318
+ #: library/plugin-display.php:537
319
+ msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
320
+ msgstr "Marcado personalizado para la opción “Añadir otra imagen” Enlace. Déjelo en blanco para usar el marcado predeterminado (recomendado)."
321
 
322
+ #: library/plugin-display.php:522
323
+ msgid "Default Featured Image"
324
+ msgstr "Imagen destacada predeterminada"
325
 
326
+ #: library/plugin-settings.php:481
327
+ msgid "Disable"
328
+ msgstr "Deshabilitar"
329
 
330
+ #: library/plugin-display.php:201
331
+ msgid "Disable all required attributes on form fields (useful for troubleshooting error messages)"
332
+ msgstr "Deshabilite todos los atributos requeridos en los campos de formulario (útil para solucionar mensajes de error)"
333
 
334
+ #: library/plugin-display.php:204
335
+ msgid "Disable IP Tracking"
336
+ msgstr "Deshabilitar seguimiento de IP"
337
 
338
+ #: library/plugin-display.php:258
339
+ msgid "Disable Replace Author"
340
+ msgstr "Desactivar Reemplazar autor"
341
 
342
+ #: library/plugin-display.php:199
343
+ msgid "Disable Required"
344
+ msgstr "Deshabilitar requerido"
345
 
346
+ #: library/plugin-settings.php:350 library/plugin-settings.php:391
347
+ #: library/plugin-settings.php:421 library/plugin-settings.php:451
348
+ msgid "Disable this field"
349
+ msgstr "Deshabilitar este campo"
350
 
351
+ #: library/plugin-display.php:356
352
+ msgid "Display a select/dropdown menu of existing tags (valid when Tag field is displayed on the form)"
353
+ msgstr "Mostrar un menú de selección/desplegable de etiquetas existentes (válido cuando el campo Etiqueta se muestra en el formulario)"
 
354
 
355
+ #: library/plugin-display.php:433
356
+ msgid "Display Checkbox"
357
+ msgstr "Mostrar casilla de verificación"
 
 
358
 
359
+ #: library/plugin-display.php:773
360
+ msgid "Display content only to users with a specific capability:"
361
+ msgstr "Mostrar contenido solo a usuarios con una capacidad específica:"
 
362
 
363
+ #: library/plugin-display.php:775
364
+ msgid "Display content to logged-in users:"
365
+ msgstr "Mostrar contenido a los usuarios registrados:"
 
 
366
 
367
+ #: library/plugin-display.php:777
368
+ msgid "Display content to visitors only:"
369
+ msgstr "Mostrar contenido solo a los visitantes:"
 
 
 
370
 
371
+ #: library/plugin-display.php:435
372
+ msgid "Display custom checkbox on the submission form"
373
+ msgstr "Mostrar casilla de verificación personalizada en el formulario de envío"
374
 
375
+ #: library/plugin-display.php:641
376
+ msgid "Display Custom Field 1:"
377
+ msgstr "Mostrar campo personalizado 1:"
378
 
379
+ #: library/plugin-display.php:654
380
+ msgid "Display Custom Field 2:"
381
+ msgstr "Mostrar campo personalizado 2:"
 
382
 
383
+ #: library/plugin-display.php:730
384
+ msgid "Display image gallery"
385
+ msgstr "Mostrar galería de imágenes"
386
 
387
+ #: library/plugin-display.php:615
388
+ msgid "Display submitted author/name:"
389
+ msgstr "Mostrar autor/nombre enviado:"
 
 
390
 
391
+ #: library/plugin-display.php:602
392
+ msgid "Display submitted email address:"
393
+ msgstr "Mostrar la dirección de correo electrónico enviada:"
394
 
395
+ #: library/plugin-display.php:588
396
+ msgid "Display submitted images:"
397
+ msgstr "Mostrar imágenes enviadas:"
398
 
399
+ #: library/plugin-display.php:628
400
+ msgid "Display submitted URL:"
401
+ msgstr "Mostrar URL enviada:"
402
 
403
+ #: library/plugin-display.php:684
404
+ msgid "Display the Form"
405
+ msgstr "Mostrar el formulario"
406
 
407
+ #: library/plugin-display.php:701
408
+ msgid "Display the login/register form"
409
+ msgstr "Mostrar el formulario de inicio de sesión/registro"
410
 
411
+ #: library/plugin-display.php:688
412
+ msgid "Display the submit-post form"
413
+ msgstr "Mostrar el formulario de envío de publicación"
414
 
415
+ #: library/plugin-display.php:711
416
+ msgid "Display user-submitted posts"
417
+ msgstr "Mostrar publicaciones enviadas por usuarios"
418
 
419
+ #: library/plugin-display.php:206
420
+ msgid "Do not collect or store any user IP address (useful for complying with privacy regulations)"
421
+ msgstr "No recopilar ni almacenar ninguna dirección IP de usuario (útil para cumplir con las normas de privacidad)"
422
 
423
+ #: library/plugin-settings.php:204 library/plugin-settings.php:228
424
+ #: library/plugin-settings.php:252 library/plugin-settings.php:276
425
+ #: library/plugin-settings.php:300
426
+ msgid "Do not display"
427
+ msgstr "No se muestran"
428
 
429
+ #: library/plugin-display.php:260
430
+ msgid "Do not replace post author with submitted user name"
431
+ msgstr "No reemplace el autor de la publicación con el nombre de usuario enviado"
432
 
433
+ #: library/plugin-display.php:65
434
+ msgid "Documentation"
435
+ msgstr "Documentación"
436
 
437
+ #: library/support-panel.php:53
438
+ msgid "Donate via PayPal"
439
+ msgstr "Donar a través de PayPal"
440
 
441
+ #: library/support-panel.php:57
442
+ msgid "donation"
443
+ msgstr "donación"
444
 
445
+ #: library/plugin-settings.php:563
446
+ msgid "Draft"
447
+ msgstr "Reclutar"
448
 
449
+ #: user-submitted-posts.php:1554
450
+ msgid "Duplicate post title. Please try again."
451
+ msgstr "Título de publicación duplicado. Inténtalo de nuevo."
452
 
453
+ #: library/plugin-settings.php:895
454
+ msgid "Email"
455
+ msgstr "Correo electrónico"
456
 
457
+ #: library/plugin-display.php:294
458
+ msgid "Email “From” Address"
459
+ msgstr "Correo electrónico “De” Dirección"
460
 
461
+ #: library/plugin-display.php:289
462
+ msgid "Email Address for Alerts"
463
+ msgstr "Dirección de correo electrónico para alertas"
464
 
465
+ #: library/plugin-display.php:307
466
+ msgid "Email Alert Message"
467
+ msgstr "Mensaje de alerta por correo electrónico"
468
 
469
+ #: library/plugin-display.php:300
470
+ msgid "Email Alert Subject"
471
+ msgstr "Asunto de la alerta de correo electrónico"
472
 
473
+ #: library/plugin-display.php:274
474
+ msgid "Email Alerts"
475
+ msgstr "Alertas de correo electrónico"
476
+
477
+ #: library/plugin-display.php:600
478
+ msgid "Email Display"
479
+ msgstr "Pantalla de correo electrónico"
480
+
481
+ #: library/plugin-display.php:607
482
+ msgid "Email Markup"
483
+ msgstr "Marcado de correo electrónico"
484
+
485
+ #: library/plugin-display.php:318
486
+ msgid "email-alert options"
487
+ msgstr "opciones de alerta por correo electrónico"
488
+
489
+ #: library/plugin-settings.php:480
490
+ msgid "Enable"
491
+ msgstr "Habilitar"
492
+
493
+ #: library/plugin-settings.php:348 library/plugin-settings.php:389
494
+ #: library/plugin-settings.php:420 library/plugin-settings.php:450
495
+ msgid "Enable and require"
496
+ msgstr "Habilitar y requerir"
497
+
498
+ #: library/plugin-settings.php:349 library/plugin-settings.php:390
499
+ msgid "Enable but do not require"
500
+ msgstr "Habilitar pero no requerir"
501
+
502
+ #: library/plugin-display.php:284
503
+ msgid "Enable HTML Format"
504
+ msgstr "Habilitar formato HTML"
505
+
506
+ #: library/plugin-display.php:286
507
+ msgid "Enable HTML format for email alert messages"
508
+ msgstr "Habilitar formato HTML para mensajes de alerta por correo electrónico"
509
+
510
+ #: library/plugin-display.php:191
511
+ msgid "Enable RTE/Visual Editor for the Post Content field"
512
+ msgstr "Habilitar RTE/Editor visual para el campo Contenido de la publicación"
513
+
514
+ #: library/plugin-display.php:209
515
+ msgid "Enable Shortcodes"
516
+ msgstr "Habilitar códigos cortos"
517
 
518
+ #: library/plugin-display.php:211
519
+ msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
520
+ msgstr "Habilite códigos cortos en widgets. De forma predeterminada, WordPress no habilita los códigos cortos en los widgets. "
521
 
522
+ #: library/plugin-display.php:341
523
+ msgid "Enable users to select multiple categories"
524
+ msgstr "Permitir a los usuarios seleccionar varias categorías"
525
 
526
+ #: library/plugin-display.php:573
527
+ msgid "Enable users to upload other file types (like PDF, Word, Zip, videos, and more), check out"
528
+ msgstr "Permita que los usuarios carguen otros tipos de archivos (como PDF, Word, Zip, videos y más), consulte"
529
 
530
+ #. Description of the plugin
531
+ #:
532
+ msgid "Enables your visitors to submit posts and images from anywhere on your site."
533
+ msgstr "Permite a sus visitantes enviar publicaciones e imágenes desde cualquier lugar de su sitio."
534
 
535
+ #: library/plugin-display.php:59
536
+ msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
537
+ msgstr "permite a sus visitantes enviar publicaciones y cargar imágenes desde el front-end de su sitio. "
538
 
539
+ #: library/plugin-display.php:478
540
+ msgid "Enter the *only* correct answer to the challenge question"
541
+ msgstr "Ingrese la *única* respuesta correcta a la pregunta de seguridad"
542
 
543
+ #: library/plugin-display.php:526
544
+ msgid "Enter URL or click button to upload/choose an image (optional)"
545
+ msgstr "Ingrese la URL o haga clic en el botón para cargar/elegir una imagen (opcional)"
546
 
547
+ #: library/plugin-display.php:500
548
+ msgid "Enter your Private Key"
549
+ msgstr "Ingrese su clave privada"
550
 
551
+ #: library/plugin-display.php:495
552
+ msgid "Enter your Public Key"
553
+ msgstr "Ingrese su clave pública"
554
 
555
+ #: library/shortcode-login.php:156
556
+ msgid "Enter your username or email to reset your password."
557
+ msgstr "Ingrese su nombre de usuario o e-mail para restablecer su contraseña."
558
 
559
+ #: library/plugin-display.php:179
560
+ msgid "Error Message"
561
+ msgstr "Mensaje de error"
562
 
563
+ #: library/plugin-display.php:181
564
+ msgid "Error message displayed if post submission fails (basic markup allowed)"
565
+ msgstr "Aparece un mensaje de error si falla el envío posterior (se permite el marcado básico)"
566
 
567
+ #: library/plugin-display.php:445
568
+ msgid "Error message displayed if user does not check the box"
569
+ msgstr "Aparece un mensaje de error si el usuario no marca la casilla"
570
 
571
+ #: user-submitted-posts.php:1564
572
+ msgid "Error: "
573
+ msgstr "Error: "
 
574
 
575
+ #: library/plugin-display.php:783
576
+ msgid "Example"
577
+ msgstr "Ejemplo"
578
 
579
+ #: library/plugin-display.php:517
580
+ msgid "Featured Image"
581
+ msgstr "Foto principal"
582
 
583
+ #: user-submitted-posts.php:1547
584
+ msgid "File not uploaded. Please check the file and try again."
585
+ msgstr "Archivo no subido. Verifique el archivo y vuelva a intentarlo."
586
 
587
+ #: user-submitted-posts.php:1540
588
+ msgid "File type not allowed (please upload images only)"
589
+ msgstr "Tipo de archivo no permitido (suba solo imágenes)"
590
 
591
+ #: library/plugin-display.php:390 library/plugin-display.php:418
592
+ #: library/plugin-display.php:456
593
+ msgid "For"
594
+ msgstr "Para"
595
 
596
+ #: library/plugin-display.php:317 library/plugin-display.php:362
597
+ msgid "For more"
598
+ msgstr "Para más"
599
 
600
+ #: library/plugin-display.php:60
601
+ msgid "For more features and unlimited forms, check out"
602
+ msgstr "Para obtener más funciones y formularios ilimitados, consulte"
603
 
604
+ #: library/plugin-display.php:218 library/plugin-display.php:266
605
+ #: library/plugin-display.php:668
606
+ msgid "For more options and features, check out"
607
+ msgstr "Para obtener más opciones y funciones, consulte"
608
 
609
+ #: library/plugin-display.php:108
610
+ msgid "For unlimited fields, check out"
611
+ msgstr "Para campos ilimitados, echa un vistazo"
612
 
613
+ #: library/shortcode-login.php:90
614
+ msgid "Forgot?"
615
+ msgstr "¿Olvidó?"
616
 
617
+ #: library/plugin-display.php:83
618
+ msgid "Form Fields"
619
+ msgstr "Campos de formulario"
620
 
621
+ #: library/plugin-display.php:121
622
+ msgid "Form Style"
623
+ msgstr "Estilo de formulario"
 
 
624
 
625
+ #: library/plugin-display.php:581
626
+ msgid "Frontend Display"
627
+ msgstr "Pantalla frontal"
 
 
628
 
629
+ #: library/plugin-display.php:139
630
+ msgid "FYI: here is a"
631
+ msgstr "FYI: aquí hay un"
632
 
633
+ #: library/plugin-display.php:116
634
+ msgid "General Settings"
635
+ msgstr "Configuración general"
636
 
637
+ #: library/plugin-display.php:72
638
+ msgid "Get USP Pro"
639
+ msgstr "Obtenga USP Pro"
640
 
641
+ #: library/plugin-settings.php:40
642
+ msgid "Get USP Pro for unlimited forms!"
643
+ msgstr "¡Obtenga USP Pro para formularios ilimitados!"
644
 
645
+ #: library/plugin-display.php:70
646
+ msgid "give it a 5-star rating"
647
+ msgstr "dale una calificación de 5 estrellas"
648
 
649
+ #: library/plugin-display.php:37
650
+ msgid "give this plugin a 5-star rating"
651
+ msgstr "dale a este complemento una calificación de 5 estrellas"
652
 
653
+ #: library/plugin-settings.php:68
654
+ msgid "Give USP a 5-star rating at WordPress.org"
655
+ msgstr "Otorgue a USP una calificación de 5 estrellas en WordPress.org"
656
 
657
+ #: library/plugin-settings.php:41
658
+ msgid "Go Pro"
659
+ msgstr "Conviértete en profesional"
 
660
 
661
+ #: library/plugin-settings.php:438 library/plugin-display.php:488
662
+ msgid "Google reCaptcha"
663
+ msgstr "ReCaptcha de Google"
664
 
665
+ #: library/shortcode-login.php:107
666
+ msgid "Have an account?"
667
+ msgstr "¿Tener una cuenta?"
 
668
 
669
+ #: library/plugin-display.php:717
670
+ msgid "Here are some examples showing how to configure this shortcode:"
671
+ msgstr "Aquí hay algunos ejemplos que muestran cómo configurar este shortcode:"
 
672
 
673
+ #: library/plugin-display.php:344
674
+ msgid "Hidden/Default Category"
675
+ msgstr "Categoría oculta/predeterminada"
 
676
 
677
+ #: library/plugin-settings.php:63
678
+ msgid "Homepage"
679
+ msgstr "Página principal"
 
680
 
681
+ #: library/plugin-settings.php:172
682
+ msgid "HTML5 Form + Default CSS"
683
+ msgstr "Formulario HTML5 + CSS predeterminado"
 
684
 
685
+ #: library/plugin-settings.php:176
686
+ msgid "HTML5 Form + Disable CSS"
687
+ msgstr "Formulario HTML5 + Deshabilitar CSS"
688
 
689
+ #. URI of the plugin
690
+ #:
691
+ msgid "https://perishablepress.com/user-submitted-posts/"
692
+ msgstr "https://perishablepress.com/publicaciones-enviadas-por-el-usuario/"
693
 
694
+ #. Author URI of the plugin
695
+ #:
696
+ msgid "https://plugin-planet.com/"
697
+ msgstr "https://plugin-planet.com/"
698
 
699
+ #: views/submission-form.php:169 views/submission-form-alt.php:184
700
+ msgid "Human verification: leave this field empty."
701
+ msgstr "Verificación humana: deja este campo vacío."
702
 
703
+ #: library/plugin-display.php:297
704
+ msgid "If multiple addresses are specified for the previous setting, include an equal number of addresses for this setting (in the same order)."
705
+ msgstr "Si se especifican varias direcciones para la configuración anterior, incluya un número igual de direcciones para esta configuración (en el mismo orden)."
706
 
707
+ #: library/plugin-display.php:784
708
+ msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
709
+ msgstr "Si el usuario ha iniciado sesión, muestre el formulario posterior al envío; o si el usuario no ha iniciado sesión, mostrar el formulario de inicio de sesión:"
710
 
711
+ #: library/plugin-display.php:69
712
+ msgid "If you like this plugin, please"
713
+ msgstr "Si te gusta este complemento, por favor"
714
 
715
+ #: library/plugin-display.php:586
716
+ msgid "Image Display"
717
+ msgstr "Pantalla de imagen"
718
 
719
+ #: user-submitted-posts.php:1539
720
+ msgid "Image height exceeds maximum"
721
+ msgstr "La altura de la imagen supera el máximo"
722
 
723
+ #: library/plugin-display.php:593
724
+ msgid "Image Markup"
725
+ msgstr "Marcado de imagen"
726
 
727
+ #: library/plugin-settings.php:468 library/plugin-display.php:512
728
+ msgid "Image Uploads"
729
+ msgstr "Cargas de imágenes"
730
 
731
+ #: user-submitted-posts.php:1537
732
+ msgid "Image width exceeds maximum"
733
+ msgstr "El ancho de la imagen excede el máximo"
734
 
735
+ #: library/plugin-display.php:746
736
+ msgid "in"
737
+ msgstr "en"
738
 
739
+ #: library/plugin-display.php:131
740
+ msgid "in your theme:"
741
+ msgstr "en tu tema:"
742
 
743
+ #: library/plugin-display.php:145
744
+ msgid "Include JavaScript"
745
+ msgstr "Incluir JavaScript"
746
 
747
+ #: library/plugin-display.php:147
748
+ msgid "Include required JavaScript files (recommended)"
749
+ msgstr "Incluya los archivos JavaScript requeridos (recomendado)"
750
 
751
+ #: library/enqueue-scripts.php:152
752
+ msgid "Incorrect response."
753
+ msgstr "Respuesta incorrecta."
754
 
755
+ #: library/plugin-display.php:138
756
+ msgid "Installation Docs"
757
+ msgstr "Documentos de instalación"
758
 
759
+ #. Author of the plugin
760
+ #:
761
+ msgid "Jeff Starr"
762
+ msgstr "jeff starr"
763
 
764
+ #: library/plugin-display.php:830
765
+ msgid "Jeff Starr on Twitter"
766
+ msgstr "Jeff Starr en Twitter"
767
 
768
+ #: library/plugin-display.php:726 library/plugin-display.php:798
769
+ msgid "Learn more"
770
+ msgstr "Más información"
771
 
772
+ #: library/plugin-display.php:809
773
+ msgid "Leave this option disabled to remember your settings."
774
+ msgstr "Deje esta opción deshabilitada para recordar su configuración."
775
 
776
+ #: library/plugin-settings.php:92
777
+ msgid "Like this plugin? Give it a"
778
+ msgstr "¿Te gusta este complemento? Dale un"
779
 
780
+ #: library/plugin-display.php:139
781
+ msgid "list of USP CSS selectors"
782
+ msgstr "lista de selectores CSS de USP"
783
 
784
+ #: user-submitted-posts.php:1621
785
+ msgid "log in"
786
+ msgstr "iniciar sesión"
787
 
788
+ #: library/shortcode-login.php:108
789
+ msgid "Log in or sign up! It’s fast & free!"
790
+ msgstr "¡Inicia sesión o regístrate! Es rápido y rápido. ¡libre!"
791
 
792
+ #: library/shortcode-login.php:182
793
+ msgid "Log out"
794
+ msgstr "Cerrar sesión"
795
 
796
+ #: library/shortcode-login.php:88 library/shortcode-login.php:127
797
+ msgid "Login"
798
+ msgstr "Acceso"
799
 
800
+ #: library/shortcode-login.php:155
801
+ msgid "Lose something?"
802
+ msgstr "¿Perder algo?"
803
 
804
+ #: library/plugin-display.php:35
805
+ msgid "make a donation"
806
+ msgstr "Haz una donación"
807
 
808
+ #: library/plugin-display.php:35
809
+ msgid "Make a donation via PayPal"
810
+ msgstr "Haz una donación a través de PayPal"
811
 
812
+ #: library/plugin-display.php:483
813
+ msgid "Make the challenge response case-sensitive"
814
+ msgstr "Hacer que la respuesta al desafío distinga entre mayúsculas y minúsculas"
815
 
816
+ #: library/plugin-display.php:648
817
+ msgid "Markup for Custom Field 1. You may include any of the following variables:"
818
+ msgstr "Marcado para el campo personalizado 1. Puede incluir cualquiera de las siguientes variables:"
819
 
820
+ #: library/plugin-display.php:661
821
+ msgid "Markup for Custom Field 2. You may include any of the following variables:"
822
+ msgstr "Marcado para el campo personalizado 2. Puede incluir cualquiera de las siguientes variables:"
823
 
824
+ #: library/plugin-display.php:595
825
+ msgid "Markup for each submitted image. You may include any of the following variables:"
826
+ msgstr "Marcado para cada imagen enviada. Puede incluir cualquiera de las siguientes variables:"
827
 
828
+ #: library/plugin-display.php:622
829
+ msgid "Markup for submitted author/name. You may include"
830
+ msgstr "Marcado para el autor/nombre enviado. puede incluir"
831
 
832
+ #: library/plugin-display.php:609
833
+ msgid "Markup for submitted email address. You may include any of the following variables:"
834
+ msgstr "Marcado para la dirección de correo electrónico enviada. Puede incluir cualquiera de las siguientes variables:"
835
 
836
+ #: library/plugin-display.php:635
837
+ msgid "Markup for submitted URL. You may include any of the following variables:"
838
+ msgstr "Marcado para la URL enviada. Puede incluir cualquiera de las siguientes variables:"
839
 
840
+ #: library/plugin-display.php:567
841
+ msgid "Maximum height (in pixels) for uploaded images"
842
+ msgstr "Altura máxima (en píxeles) para las imágenes cargadas"
843
 
844
+ #: library/plugin-display.php:565
845
+ msgid "Maximum image height"
846
+ msgstr "Altura máxima de la imagen"
847
 
848
+ #: library/plugin-display.php:560
849
+ msgid "Maximum image width"
850
+ msgstr "Ancho máximo de imagen"
851
 
852
+ #: library/plugin-display.php:545
853
+ msgid "Maximum number of images"
854
+ msgstr "Número máximo de imágenes"
855
 
856
+ #: user-submitted-posts.php:1535
857
+ msgid "Maximum number of images exceeded "
858
+ msgstr "Número máximo de imágenes excedido "
859
 
860
+ #: library/plugin-display.php:547
861
+ msgid "Maximum number of images for each submitted post"
862
+ msgstr "Número máximo de imágenes para cada publicación enviada"
863
 
864
+ #: library/plugin-display.php:562
865
+ msgid "Maximum width (in pixels) for uploaded images"
866
+ msgstr "Ancho máximo (en píxeles) para las imágenes cargadas"
867
 
868
+ #: library/plugin-display.php:176
869
+ msgid "Message displayed after successful post submission (basic markup allowed)"
870
+ msgstr "Mensaje que se muestra después del envío exitoso de la publicación (marcado básico permitido)"
871
 
872
+ #: library/plugin-display.php:532
873
+ msgid "Message displayed next to the file upload field (basic markup allowed)"
874
+ msgstr "Mensaje que se muestra junto al campo de carga del archivo (marcado básico permitido)"
875
 
876
+ #: library/plugin-display.php:309
877
+ msgid "Message for email alerts. Leave blank to use default message. You may include any of the following variables:"
878
+ msgstr "Mensaje para alertas por correo electrónico. Deje en blanco para usar el mensaje predeterminado. Puede incluir cualquiera de las siguientes variables:"
879
 
880
+ #: library/plugin-display.php:557
881
+ msgid "Minimum height (in pixels) for uploaded images"
882
+ msgstr "Altura mínima (en píxeles) para las imágenes cargadas"
883
 
884
+ #: library/plugin-display.php:555
885
+ msgid "Minimum image height"
886
+ msgstr "Altura mínima de la imagen"
887
 
888
+ #: user-submitted-posts.php:1538
889
+ msgid "Minimum image height not met"
890
+ msgstr "Altura mínima de la imagen no alcanzada"
891
 
892
+ #: library/plugin-display.php:550
893
+ msgid "Minimum image width"
894
+ msgstr "Ancho mínimo de imagen"
895
 
896
+ #: user-submitted-posts.php:1536
897
+ msgid "Minimum image width not met"
898
+ msgstr "No se cumple el ancho mínimo de la imagen"
899
 
900
+ #: library/plugin-display.php:540
901
+ msgid "Minimum number of images"
902
+ msgstr "Número mínimo de imágenes"
903
 
904
+ #: library/plugin-display.php:542
905
+ msgid "Minimum number of images for each submitted post"
906
+ msgstr "Número mínimo de imágenes para cada publicación enviada"
907
 
908
+ #: user-submitted-posts.php:1534
909
+ msgid "Minimum number of images not met"
910
+ msgstr "Número mínimo de imágenes no alcanzado"
911
 
912
+ #: library/plugin-display.php:552
913
+ msgid "Minimum width (in pixels) for uploaded images"
914
+ msgstr "Ancho mínimo (en píxeles) para imágenes cargadas"
915
 
916
+ #: library/plugin-display.php:105 library/plugin-display.php:215
917
+ #: library/plugin-display.php:263 library/plugin-display.php:314
918
+ #: library/plugin-display.php:359 library/plugin-display.php:387
919
+ #: library/plugin-display.php:415 library/plugin-display.php:453
920
+ #: library/plugin-display.php:570 library/plugin-display.php:665
921
+ msgid "More Options"
922
+ msgstr "Mas opciones"
923
 
924
+ #: library/plugin-display.php:339
925
+ msgid "Multiple Categories"
926
+ msgstr "Múltiples Categorías"
927
 
928
+ #: library/plugin-display.php:613
929
+ msgid "Name Display"
930
+ msgstr "Pantalla de nombre"
931
 
932
+ #: library/plugin-display.php:620
933
+ msgid "Name Markup"
934
+ msgstr "Marcado de nombre"
935
 
936
+ #: user-submitted-posts.php:1533
937
+ msgid "Non-empty value for hidden field"
938
+ msgstr "Valor no vacío para campo oculto"
939
 
940
+ #: library/plugin-display.php:767
941
+ msgid "Note that the url attribute accepts"
942
+ msgstr "Tenga en cuenta que el atributo url acepta"
943
 
944
+ #: library/plugin-display.php:742
945
+ msgid "Notes:"
946
+ msgstr "Notas:"
947
 
948
+ #: library/plugin-display.php:831
949
+ msgid "Obsessive Web Design & Development"
950
+ msgstr "Diseño web obsesivo y amp; Desarrollo"
951
 
952
+ #: library/plugin-display.php:186
953
+ msgid "Optional markup/text to include before the submission form (leave blank to disable)"
954
+ msgstr "Marcado/texto opcional para incluir antes del formulario de envío (déjelo en blanco para deshabilitarlo)"
955
 
956
+ #: library/plugin-display.php:364
957
+ msgid "options, check out"
958
+ msgstr "opciones, echa un vistazo"
959
 
960
+ #: library/support-panel.php:61
961
+ msgid "or"
962
+ msgstr "o"
963
 
964
+ #: library/support-panel.php:61
965
+ msgid "or by making a"
966
+ msgstr "o haciendo un"
967
 
968
+ #: library/plugin-display.php:810
969
+ msgid "Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
970
+ msgstr "O, para continuar y restaurar las opciones predeterminadas del complemento: marque la casilla, guarde su configuración y luego desactive/reactive el complemento."
971
 
972
+ #: library/plugin-display.php:715
973
+ msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
974
+ msgstr "O bien, use la etiqueta de la plantilla para mostrar una lista de publicaciones enviadas en cualquier parte de su plantilla de tema:"
975
 
976
+ #: library/plugin-display.php:734
977
+ msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
978
+ msgstr "O bien, use la etiqueta de plantilla para mostrar una galería de imágenes en cualquier lugar de su plantilla de tema:"
979
 
980
+ #: library/plugin-display.php:693 library/plugin-display.php:706
981
+ msgid "Or, use the template tag to display the form anywhere in your theme template:"
982
+ msgstr "O bien, use la etiqueta de plantilla para mostrar el formulario en cualquier lugar de su plantilla de tema:"
983
 
984
+ #: library/plugin-display.php:55
985
+ msgid "Overview"
986
+ msgstr "Visión general"
987
 
988
+ #: library/shortcode-login.php:118
989
+ msgid "Password"
990
+ msgstr "Clave"
991
 
992
+ #: library/plugin-settings.php:564
993
+ msgid "Pending (default)"
994
+ msgstr "Pendiente (predeterminado)"
995
 
996
+ #: library/support-panel.php:51
997
+ msgid "Perishable Press Books"
998
+ msgstr "Libros de prensa perecederos"
999
 
1000
+ #: user-submitted-posts.php:1620 library/plugin-display.php:35
1001
+ msgid "Please"
1002
+ msgstr "Por favor"
1003
 
1004
+ #: user-submitted-posts.php:1532
1005
+ msgid "Please check your email and try again"
1006
+ msgstr "Por favor revise su correo electrónico y vuelva a intentarlo"
1007
 
1008
+ #: views/submission-form.php:21 views/submission-form-alt.php:40
1009
+ msgid "Please complete the required fields."
1010
+ msgstr "Por favor complete los campos requeridos."
1011
 
1012
+ #: user-submitted-posts.php:85
1013
+ msgid "Please return to the"
1014
+ msgstr "Por favor regrese a la"
1015
 
1016
+ #: views/submission-form.php:92 views/submission-form-alt.php:107
1017
+ msgid "Please select a category.."
1018
+ msgstr "Porfavor seleccione una categoría.."
1019
 
1020
+ #: views/submission-form.php:58 views/submission-form-alt.php:73
1021
+ msgid "Please select some tags.."
1022
+ msgstr "Seleccione algunas etiquetas.."
1023
 
1024
+ #: library/plugin-settings.php:860
1025
+ msgid "Please select your image(s) to upload."
1026
+ msgstr "Seleccione su(s) imagen(es) para cargar."
1027
 
1028
+ #: library/support-panel.php:60
1029
+ msgid "Please show support by purchasing one of my"
1030
+ msgstr "Muestre su apoyo comprando uno de mis"
1031
 
1032
+ #: library/plugin-settings.php:62 library/plugin-display.php:64
1033
+ #: library/plugin-display.php:829
1034
+ msgid "Plugin Homepage"
1035
+ msgstr "Página de inicio del complemento"
1036
 
1037
+ #: library/support-panel.php:52
1038
+ msgid "Plugin Planet"
1039
+ msgstr "Planeta del complemento"
1040
 
1041
+ #: library/plugin-display.php:79
1042
+ msgid "Plugin Settings"
1043
+ msgstr "Configuración del complemento"
1044
 
1045
+ #: library/support-panel.php:56
1046
+ msgid "plugins"
1047
+ msgstr "complementos"
1048
 
1049
+ #: views/submission-form.php:90 views/submission-form-alt.php:105
1050
+ #: library/plugin-display.php:94
1051
+ msgid "Post Category"
1052
+ msgstr "Categoría de publicación"
1053
 
1054
+ #: user-submitted-posts.php:1527
1055
+ msgid "Post category required"
1056
+ msgstr "Categoría de publicación requerida"
1057
 
1058
+ #: views/submission-form.php:123 views/submission-form.php:124
1059
+ #: views/submission-form-alt.php:138 views/submission-form-alt.php:139
1060
+ #: library/plugin-display.php:95
1061
+ msgid "Post Content"
1062
+ msgstr "Publicar Contenido"
1063
 
1064
+ #: user-submitted-posts.php:1528
1065
+ msgid "Post content required"
1066
+ msgstr "Publicar contenido requerido"
1067
 
1068
+ #: user-submitted-posts.php:1553
1069
+ msgid "Post not created. Please contact the site administrator for help."
1070
+ msgstr "Publicación no creada. Póngase en contacto con el administrador del sitio para obtener ayuda."
1071
 
1072
+ #: library/plugin-display.php:162
1073
+ msgid "Post Status"
1074
+ msgstr "Estado de la publicación"
1075
 
1076
+ #: library/plugin-display.php:165
1077
+ msgid "Post Status for submitted posts"
1078
+ msgstr "Estado de publicación para publicaciones enviadas"
1079
 
1080
+ #: views/submission-form.php:56 views/submission-form.php:65
1081
+ #: views/submission-form.php:66 views/submission-form-alt.php:71
1082
+ #: views/submission-form-alt.php:80 views/submission-form-alt.php:81
1083
+ #: library/plugin-display.php:93
1084
+ msgid "Post Tags"
1085
+ msgstr "Etiquetas de publicación"
1086
 
1087
+ #: user-submitted-posts.php:1526
1088
+ msgid "Post tags required"
1089
+ msgstr "Se requieren etiquetas de publicación"
1090
 
1091
+ #: views/submission-form.php:49 views/submission-form.php:50
1092
+ #: views/submission-form-alt.php:64 views/submission-form-alt.php:65
1093
+ #: library/plugin-display.php:92
1094
+ msgid "Post Title"
1095
+ msgstr "Título de la entrada"
1096
 
1097
+ #: user-submitted-posts.php:1524
1098
+ msgid "Post title required"
1099
+ msgstr "Se requiere el título de la publicación"
1100
 
1101
+ #: library/plugin-display.php:155
1102
+ msgid "Post Type"
1103
+ msgstr "Tipo de mensaje"
1104
 
1105
+ #: library/plugin-display.php:158
1106
+ msgid "Post Type for submitted posts"
1107
+ msgstr "Tipo de publicación para publicaciones enviadas"
1108
 
1109
+ #: library/plugin-display.php:498
1110
+ msgid "Private Key"
1111
+ msgstr "Llave privada"
1112
 
1113
+ #: library/shortcode-login.php:184
1114
+ msgid "Profile"
1115
+ msgstr "Perfil"
1116
 
1117
+ #: library/plugin-display.php:493
1118
+ msgid "Public Key"
1119
+ msgstr "Llave pública"
1120
 
1121
+ #: library/plugin-settings.php:567
1122
+ msgid "Publish after "
1123
+ msgstr "Publicar después "
1124
 
1125
+ #: library/plugin-settings.php:566
1126
+ msgid "Publish after 1 approved post"
1127
+ msgstr "Publicar después de 1 publicación aprobada"
1128
 
1129
+ #: library/plugin-settings.php:565
1130
+ msgid "Publish immediately"
1131
+ msgstr "publicar inmediatamente"
1132
 
1133
+ #: library/plugin-display.php:36
1134
+ msgid "Rate and review at the Plugin Directory"
1135
+ msgstr "Califique y revise en el Directorio de complementos"
1136
 
1137
+ #: library/plugin-settings.php:69
1138
+ msgid "Rate this plugin »"
1139
+ msgstr "Valora este complemento »"
1140
 
1141
+ #: library/plugin-display.php:503
1142
+ msgid "reCaptcha Version"
1143
+ msgstr "Versión de reCaptcha"
1144
 
1145
+ #: library/plugin-display.php:279
1146
+ msgid "Receive Email Alert"
1147
+ msgstr "Recibir alerta por correo electrónico"
1148
 
1149
+ #: library/plugin-display.php:169
1150
+ msgid "Redirect URL"
1151
+ msgstr "Redireccionar URL"
1152
 
1153
+ #: library/plugin-display.php:171
1154
+ msgid "Redirect user to this URL after post submission (leave blank to stay on current page)"
1155
+ msgstr "Redirigir al usuario a esta URL después del envío de la publicación (déjelo en blanco para permanecer en la página actual)"
1156
 
1157
+ #: library/shortcode-login.php:89
1158
+ msgid "Register"
1159
+ msgstr "Registro"
1160
 
1161
+ #: library/shortcode-login.php:135
1162
+ msgid "Register for this site!"
1163
+ msgstr "¡Registrarse a este sitio!"
1164
 
1165
+ #: library/plugin-display.php:243
1166
+ msgid "Registered Email"
1167
+ msgstr "Email registrado"
1168
 
1169
+ #: library/plugin-display.php:248
1170
+ msgid "Registered URL"
1171
+ msgstr "URL registrada"
1172
 
1173
+ #: library/plugin-display.php:238
1174
+ msgid "Registered Username"
1175
+ msgstr "Nombre de Usuario Registrado"
1176
 
1177
+ #: library/shortcode-login.php:124
1178
+ msgid "Remember me"
1179
+ msgstr "Acuérdate de "
1180
 
1181
+ #: library/plugin-display.php:196
1182
+ msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate posts)"
1183
+ msgstr "Requerir que los títulos de las publicaciones enviadas sean únicos (útil para evitar publicaciones múltiples/duplicadas)"
1184
 
1185
+ #: library/plugin-display.php:253
1186
+ msgid "Require User Login"
1187
+ msgstr "Requerir inicio de sesión de usuario"
1188
 
1189
+ #: library/plugin-display.php:255
1190
+ msgid "Require users to be logged in to WordPress to view/submit the form"
1191
+ msgstr "Requerir que los usuarios inicien sesión en WordPress para ver/enviar el formulario"
1192
 
1193
+ #: user-submitted-posts.php:83
1194
+ msgid "requires WordPress "
1195
+ msgstr "requiere WordPress "
1196
 
1197
+ #: library/shortcode-misc.php:18
1198
+ msgid "Reset form"
1199
+ msgstr "Restablecer formulario"
1200
 
1201
+ #: library/plugin-display.php:758
1202
+ msgid "Reset Form Button"
1203
+ msgstr "Botón Restablecer formulario"
1204
 
1205
+ #: library/shortcode-login.php:163
1206
+ msgid "Reset my password"
1207
+ msgstr "Restablecer mi contraseña"
1208
 
1209
+ #: library/plugin-display.php:813
1210
+ msgid "Restore default options upon plugin deactivation/reactivation"
1211
+ msgstr "Restaurar las opciones predeterminadas al desactivar/reactivar el complemento"
1212
 
1213
+ #: library/plugin-display.php:807
1214
+ msgid "Restore Defaults"
1215
+ msgstr "Restaurar los valores predeterminados"
1216
 
1217
+ #: user-submitted-posts.php:1590
1218
+ msgid "Return to form"
1219
+ msgstr "volver al formulario"
1220
 
1221
+ #: library/plugin-display.php:189
1222
+ msgid "Rich Text Editor"
1223
+ msgstr "Editor de texto enriquecido"
1224
 
1225
+ #: library/plugin-display.php:676
1226
+ msgid "Save All Changes"
1227
+ msgstr "Guardar todos los cambios"
1228
 
1229
+ #: library/plugin-display.php:842
1230
+ msgid "Save Preference"
1231
+ msgstr "Guardar preferencia"
1232
 
1233
+ #: library/plugin-display.php:815
1234
+ msgid "Save Settings"
1235
+ msgstr "Guardar ajustes"
1236
 
1237
+ #: library/plugin-settings.php:595
1238
+ msgid "Select categories to include in the Category field:"
1239
+ msgstr "Seleccione categorías para incluir en el campo Categoría:"
1240
 
1241
+ #: library/plugin-display.php:281
1242
+ msgid "Send email alerts for new post submissions"
1243
+ msgstr "Enviar alertas por correo electrónico para nuevos envíos de publicaciones"
1244
 
1245
+ #: library/plugin-settings.php:31
1246
+ msgid "Settings"
1247
+ msgstr "Ajustes"
1248
 
1249
+ #: library/plugin-display.php:334
1250
+ msgid "Show categories"
1251
+ msgstr "Mostrar categorías"
1252
 
1253
+ #: library/plugin-display.php:820
1254
+ msgid "Show Support"
1255
+ msgstr "Mostrar soporte"
1256
 
1257
+ #: user-submitted-posts.php:618
1258
+ msgid "Show USP Posts"
1259
+ msgstr "Mostrar publicaciones de USP"
1260
 
1261
+ #: library/shortcode-login.php:136
1262
+ msgid "Sign up now for the good stuff."
1263
+ msgstr "Regístrese ahora para las cosas buenas."
1264
 
1265
+ #: library/shortcode-login.php:147
1266
+ msgid "Sign up!"
1267
+ msgstr "¡Inscribirse!"
1268
 
1269
+ #: library/plugin-display.php:351
1270
+ msgid "Specify category ID(s) to use for “Hidden/Default Category” (separate multiple IDs with commas)"
1271
+ msgstr "Especifique los ID de categoría que se usarán para “Categoría oculta/predeterminada” (separe los ID múltiples con comas)"
1272
 
1273
+ #: library/plugin-display.php:234
1274
+ msgid "Specify the user that should be assigned as author for submitted posts"
1275
+ msgstr "Especifique el usuario que debe asignarse como autor de las publicaciones enviadas"
1276
 
1277
+ #: library/plugin-display.php:302
1278
+ msgid "Subject line for email alerts. Leave blank to use default subject line. You may include any of the following variables:"
1279
+ msgstr "Línea de asunto para alertas de correo electrónico. Déjelo en blanco para usar la línea de asunto predeterminada. Puede incluir cualquiera de las siguientes variables:"
1280
 
1281
+ #: views/submission-form.php:197 views/submission-form-alt.php:212
1282
+ msgid "Submit Post"
1283
+ msgstr "Enviar mensaje"
1284
 
1285
+ #: library/plugin-settings.php:10
1286
+ msgid "Submitted Posts"
1287
+ msgstr "Publicaciones enviadas"
1288
 
1289
+ #: user-submitted-posts.php:559
1290
+ msgid "Submitter Email: "
1291
+ msgstr "Correo electrónico del remitente: "
1292
 
1293
+ #: user-submitted-posts.php:561
1294
+ msgid "Submitter IP: "
1295
+ msgstr "IP del remitente: "
1296
 
1297
+ #: user-submitted-posts.php:558
1298
+ msgid "Submitter Name: "
1299
+ msgstr "Nombre del remitente: "
1300
 
1301
+ #: user-submitted-posts.php:560
1302
+ msgid "Submitter URL: "
1303
+ msgstr "URL del remitente: "
1304
 
1305
+ #: library/plugin-display.php:174
1306
+ msgid "Success Message"
1307
+ msgstr "Mensaje de éxito"
1308
 
1309
+ #: library/shortcode-login.php:97 library/shortcode-login.php:102
1310
+ msgid "Success!"
1311
+ msgstr "¡Éxito!"
1312
 
1313
+ #: library/plugin-settings.php:866
1314
+ msgid "Success! Thank you for your submission."
1315
+ msgstr "¡Éxito! Gracias por tu envío."
1316
 
1317
+ #: library/plugin-display.php:66
1318
+ msgid "Support Forum"
1319
+ msgstr "Foro de soporte"
1320
 
1321
+ #: library/plugin-display.php:364
1322
+ msgid "tag"
1323
+ msgstr "etiqueta"
1324
 
1325
+ #: library/plugin-display.php:150
1326
+ msgid "Targeted Loading"
1327
+ msgstr "Carga dirigida"
1328
 
1329
+ #: library/plugin-display.php:450
1330
+ msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
1331
+ msgstr "Texto que se muestra junto a la casilla de verificación. Sugerencia: use corchetes para generar corchetes angulares, por ejemplo:"
1332
 
1333
+ #: library/support-panel.php:59
1334
+ msgid "Thank you for using"
1335
+ msgstr "Gracias por usar"
1336
 
1337
+ #: library/plugin-display.php:70
1338
+ msgid "THANK YOU for your support!"
1339
+ msgstr "¡Gracias por tu apoyo!"
1340
 
1341
+ #: library/plugin-display.php:137
1342
+ 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"
1343
+ msgstr "Eso le permitirá personalizar el formulario y los estilos como desee. Para obtener más información, consulte la sección \"Formulario de envío personalizado\" en el"
1344
 
1345
+ #: library/plugin-display.php:793
1346
+ msgid "The access shortcodes can be added to any WP Post or Page. So you can display forms and other content conditionally, based on user role and login status."
1347
+ msgstr "Los códigos abreviados de acceso se pueden agregar a cualquier publicación o página de WP. Por lo tanto, puede mostrar formularios y otro contenido de forma condicional, según la función del usuario y el estado de inicio de sesión."
1348
 
1349
+ #: user-submitted-posts.php:1551
1350
+ msgid "The file(s) could not be uploaded"
1351
+ msgstr "No se pudieron cargar los archivos"
1352
 
1353
+ #: library/plugin-display.php:708
1354
+ msgid "The login/register form displays as a tabbed interface, so users can switch between login, register, and reset password."
1355
+ msgstr "El formulario de inicio de sesión/registro se muestra como una interfaz con pestañas, por lo que los usuarios pueden cambiar entre iniciar sesión, registrarse y restablecer la contraseña."
1356
 
1357
+ #: library/plugin-display.php:725
1358
+ msgid "The pro version provides many more options for this shortcode."
1359
+ msgstr "La versión pro ofrece muchas más opciones para este shortcode."
1360
 
1361
+ #: library/plugin-display.php:797
1362
+ msgid "The pro version provides more flexibility with access-control shortcodes."
1363
+ msgstr "La versión pro proporciona más flexibilidad con códigos cortos de control de acceso."
1364
 
1365
+ #: library/plugin-settings.php:846
1366
+ msgid "There was an error. Please check required fields and try again."
1367
+ msgstr "Hubo un error. Por favor, compruebe los campos obligatorios y vuelva a intentarlo."
1368
 
1369
+ #: library/plugin-display.php:212
1370
+ msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
1371
+ msgstr "Esta configuración habilita cualquiera o todos los códigos abreviados en los widgets (incluso los códigos abreviados de otros complementos)."
1372
 
1373
+ #: library/plugin-display.php:762
1374
+ msgid "This shortcode accepts the following attributes:"
1375
+ msgstr "Este shortcode acepta los siguientes atributos:"
1376
 
1377
+ #: library/plugin-display.php:760
1378
+ msgid "This shortcode displays a link that resets the form to its original state:"
1379
+ msgstr "Este shortcode muestra un enlace que restablece el formulario a su estado original:"
 
1380
 
1381
+ #: library/plugin-display.php:384
1382
+ msgid "This will be displayed as the field label on the form. Default: Custom Field 1"
1383
+ msgstr "Esto se mostrará como la etiqueta de campo en el formulario. Predeterminado: Campo personalizado 1"
1384
 
1385
+ #: library/plugin-display.php:412
1386
+ msgid "This will be displayed as the field label on the form. Default: Custom Field 2"
1387
+ msgstr "Esto se mostrará como la etiqueta de campo en el formulario. Predeterminado: Campo personalizado 2"
1388
 
1389
+ #: library/plugin-display.php:724 library/plugin-display.php:780
1390
+ #: library/plugin-display.php:796
1391
+ msgid "Tip:"
1392
+ msgstr "Consejo:"
1393
 
1394
+ #: library/plugin-display.php:623
1395
+ msgid "to display the submitted name."
1396
+ msgstr "para mostrar el nombre enviado."
1397
 
1398
+ #: library/plugin-display.php:490
1399
+ msgid "To enable Google reCaptcha, enter your public and private keys."
1400
+ msgstr "Para habilitar Google reCaptcha, ingrese sus claves pública y privada."
1401
 
1402
+ #: library/plugin-display.php:767
1403
+ msgid "to get the current URL."
1404
+ msgstr "para obtener la URL actual."
1405
 
1406
+ #: library/plugin-display.php:753
1407
+ msgid "to get the URL of the full-size image"
1408
+ msgstr "para obtener la URL de la imagen a tamaño completo"
1409
 
1410
+ #: library/plugin-display.php:781
1411
+ msgid "to include markup in the deny message, you can use"
1412
+ msgstr "para incluir marcas en el mensaje de denegación, puede usar"
1413
 
1414
+ #: library/plugin-display.php:781
1415
+ msgid "to output"
1416
+ msgstr "a la salida"
1417
 
1418
+ #: library/plugin-display.php:745
1419
+ msgid "to output angle brackets"
1420
+ msgstr "a paréntesis angulares de salida"
1421
 
1422
+ #: library/plugin-display.php:473
1423
+ msgid "To prevent spam, enter a question that users must answer before submitting the form"
1424
+ msgstr "Para evitar el spam, ingrese una pregunta que los usuarios deben responder antes de enviar el formulario"
1425
 
1426
+ #: user-submitted-posts.php:1622
1427
+ msgid "to submit content!"
1428
+ msgstr "para enviar contenido!"
1429
 
1430
+ #: user-submitted-posts.php:87
1431
+ msgid "to upgrade WordPress and try again."
1432
+ msgstr "para actualizar WordPress y vuelva a intentarlo."
1433
 
1434
+ #: library/plugin-display.php:22
1435
+ msgid "Toggle all panels"
1436
+ msgstr "Alternar todos los paneles"
1437
 
1438
+ #: library/plugin-display.php:194
1439
+ msgid "Unique Titles"
1440
+ msgstr "Títulos únicos"
1441
 
1442
+ #: library/plugin-display.php:457
1443
+ msgid "unlimited checkbox fields"
1444
+ msgstr "campos de casilla de verificación ilimitados"
1445
 
1446
+ #: library/plugin-display.php:391 library/plugin-display.php:419
1447
+ msgid "unlimited custom fields"
1448
+ msgstr "campos personalizados ilimitados"
1449
 
1450
+ #: library/plugin-display.php:72
1451
+ msgid "Unlimited front-end forms"
1452
+ msgstr "Formularios front-end ilimitados"
1453
 
1454
+ #: views/submission-form.php:138 views/submission-form-alt.php:153
1455
+ msgid "Upload an Image"
1456
+ msgstr "Subir una imagen"
1457
 
1458
+ #: library/plugin-display.php:530
1459
+ msgid "Upload Message"
1460
+ msgstr "Subir mensaje"
1461
 
1462
+ #: library/plugin-settings.php:897
1463
+ msgid "URL"
1464
+ msgstr "URL"
1465
 
1466
+ #: library/plugin-display.php:626
1467
+ msgid "URL Display"
1468
+ msgstr "Visualización de URL"
1469
 
1470
+ #: library/plugin-display.php:633
1471
+ msgid "URL Markup"
1472
+ msgstr "Marcado de URL"
1473
 
1474
+ #: library/plugin-display.php:346
1475
+ msgid "Use a hidden field for the post category. This hides the category field and sets its value via the next option."
1476
+ msgstr "Use un campo oculto para la categoría de publicación. Esto oculta el campo de categoría y establece su valor a través de la siguiente opción."
1477
 
1478
+ #: library/plugin-display.php:745
1479
+ msgid "Use curly brackets"
1480
+ msgstr "Usar corchetes"
1481
 
1482
+ #: library/plugin-display.php:354
1483
+ msgid "Use Existing Tags"
1484
+ msgstr "Usar etiquetas existentes"
1485
 
1486
+ #: library/plugin-display.php:379 library/plugin-display.php:407
1487
+ #: library/plugin-display.php:440
1488
+ msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
1489
+ msgstr "Use solo caracteres alfanuméricos, guiones bajos y guiones. Si no está seguro, utilice el nombre predeterminado:"
1490
 
1491
+ #: library/plugin-display.php:750
1492
+ msgid "Use single straight quotes (instead of double quotes) in"
1493
+ msgstr "Use comillas rectas simples (en lugar de comillas dobles) en"
1494
 
1495
+ #: library/plugin-display.php:519
1496
+ msgid "Use submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)"
1497
+ msgstr "Utilice las imágenes enviadas como imágenes destacadas. Requiere soporte de tema para imágenes destacadas (también conocidas como miniaturas de publicaciones)"
1498
 
1499
+ #: library/plugin-display.php:691 library/plugin-display.php:704
1500
+ msgid "Use the shortcode to display the form on any WP Post or Page:"
1501
+ msgstr "Use el código abreviado para mostrar el formulario en cualquier publicación o página de WP:"
1502
 
1503
+ #: library/plugin-display.php:250
1504
+ msgid "Use the user’s Profile URL as the value of the URL field (valid when the user is logged in to WordPress)"
1505
+ msgstr "Use la URL del perfil del usuario como el valor del campo URL (válido cuando el usuario haya iniciado sesión en WordPress)"
1506
 
1507
+ #: library/plugin-display.php:245
1508
+ msgid "Use the user’s registered email as the value of the Email field (valid when the user is logged in to WordPress)"
1509
+ msgstr "Utilice el correo electrónico registrado del usuario como el valor del campo Correo electrónico (válido cuando el usuario ha iniciado sesión en WordPress)"
1510
 
1511
+ #: library/plugin-display.php:240
1512
+ msgid "Use the user’s registered username for the Name field (valid when the user is logged in to WordPress)"
1513
+ msgstr "Utilice el nombre de usuario registrado del usuario para el campo Nombre (válido cuando el usuario ha iniciado sesión en WordPress)"
1514
 
1515
+ #: library/plugin-display.php:732
1516
+ msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
1517
+ msgstr "Use este código abreviado para mostrar una galería de imágenes cargadas para cada publicación enviada:"
1518
 
1519
+ #: library/plugin-display.php:713
1520
+ msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1521
+ msgstr "Use este código abreviado para mostrar una lista de publicaciones enviadas en cualquier publicación o página de WP:"
1522
 
1523
+ #: library/plugin-display.php:90
1524
+ msgid "User Email"
1525
+ msgstr "Correo electrónico del usuario"
1526
 
1527
+ #: user-submitted-posts.php:1531
1528
+ msgid "User email required"
1529
+ msgstr "Correo electrónico del usuario requerido"
1530
 
1531
+ #: user-submitted-posts.php:1522
1532
+ msgid "User login required"
1533
+ msgstr "Se requiere inicio de sesión de usuario"
1534
 
1535
+ #: library/plugin-display.php:89
1536
+ msgid "User Name"
1537
+ msgstr "Nombre de usuario"
1538
 
1539
+ #: user-submitted-posts.php:1523
1540
+ msgid "User name required"
1541
+ msgstr "Nombre de usuario (requerido"
1542
 
1543
+ #: library/plugin-display.php:226
1544
+ msgid "User Settings"
1545
+ msgstr "Ajustes de usuario"
1546
 
1547
+ #: user-submitted-posts.php:139
1548
+ msgid "User Submitted Post"
1549
+ msgstr "Publicación enviada por el usuario"
1550
 
1551
+ #: user-submitted-posts.php:528
1552
+ msgid "User Submitted Post Info"
1553
+ msgstr "Información de la publicación enviada por el usuario"
1554
 
1555
+ #. Name of the plugin
1556
+ #: user-submitted-posts.php:44 library/support-panel.php:7
1557
+ msgid "User Submitted Posts"
1558
+ msgstr "Publicaciones enviadas por el usuario"
1559
 
1560
+ #: library/plugin-display.php:91
1561
+ msgid "User URL"
1562
+ msgstr "URL de usuario"
1563
 
1564
+ #: user-submitted-posts.php:1525
1565
+ msgid "User URL required"
1566
+ msgstr "URL de usuario requerida"
1567
 
1568
+ #: library/shortcode-login.php:114 library/shortcode-login.php:139
1569
+ msgid "Username"
1570
+ msgstr "Nombre de usuario"
1571
 
1572
+ #: library/shortcode-login.php:159
1573
+ msgid "Username or Email"
1574
+ msgstr "Nombre de usuario o correo electrónico"
1575
 
1576
+ #: user-submitted-posts.php:619 library/plugin-display.php:59
1577
+ msgid "USP"
1578
+ msgstr "USP"
1579
 
1580
+ #: library/plugin-display.php:690
1581
+ msgid "USP enables you to display a post-submission form anywhere on your site."
1582
+ msgstr "USP le permite mostrar un formulario posterior al envío en cualquier parte de su sitio."
1583
+
1584
+ #: library/plugin-display.php:60 library/plugin-display.php:109
1585
+ #: library/plugin-display.php:219 library/plugin-display.php:267
1586
+ #: library/plugin-display.php:320 library/plugin-display.php:365
1587
+ #: library/plugin-display.php:393 library/plugin-display.php:421
1588
+ #: library/plugin-display.php:459 library/plugin-display.php:574
1589
+ #: library/plugin-display.php:669 library/plugin-display.php:697
1590
+ msgid "USP Pro"
1591
+ msgstr "USP Pro"
1592
 
1593
+ #: library/plugin-display.php:772
1594
+ msgid "USP provides three shortcodes to control access and restrict content."
1595
+ msgstr "USP proporciona tres códigos cortos para controlar el acceso y restringir el contenido."
1596
 
1597
+ #: library/plugin-settings.php:316
1598
+ msgid "v2 (I’m not a robot)"
1599
+ msgstr "v2 (No soy un robot)"
1600
 
1601
+ #: library/plugin-settings.php:320
1602
+ msgid "v3 (Hidden reCaptcha)"
1603
+ msgstr "v3 (reCaptcha oculto)"
1604
 
1605
+ #: views/submission-form.php:131 views/submission-form-alt.php:146
1606
+ msgid "Verification"
1607
+ msgstr "Verificación"
1608
 
1609
+ #: library/shortcode-misc.php:135
1610
+ msgid "View full post"
1611
+ msgstr "Ver publicación completa"
1612
 
1613
+ #: library/plugin-display.php:696
1614
+ msgid "Want more than one form? Create unlimited submission forms, registration forms, contact forms and more with"
1615
+ msgstr "¿Quieres más de un formulario? Cree formularios de envío ilimitados, formularios de registro, formularios de contacto y más con"
1616
 
1617
+ #: library/plugin-display.php:31
1618
+ msgid "We need your support!"
1619
+ msgstr "¡Necesitamos su apoyo!"
1620
 
1621
+ #: library/shortcode-login.php:177
1622
+ msgid "Welcome, "
1623
+ msgstr "Bienvenidos, "
1624
 
1625
+ #: library/plugin-display.php:126
1626
+ msgid "With this option, you can copy the plugin’s default templates:"
1627
+ msgstr "Con esta opción, puede copiar las plantillas predeterminadas del complemento:"
1628
 
1629
+ #: user-submitted-posts.php:86
1630
+ msgid "WordPress Admin Area"
1631
+ msgstr "Área de administración de WordPress"
1632
 
1633
+ #: library/plugin-settings.php:156
1634
+ msgid "WP Page"
1635
+ msgstr "Página de trabajo en equipo"
1636
 
1637
+ #: library/plugin-settings.php:152
1638
+ msgid "WP Post (recommended)"
1639
+ msgstr "Publicación de WP (recomendado)"
1640
 
1641
+ #: library/plugin-display.php:703
1642
+ msgid "You also can display a simple form that enables users to log in, register, or reset their password."
1643
+ msgstr "También puede mostrar un formulario simple que permite a los usuarios iniciar sesión, registrarse o restablecer su contraseña."
1644
 
1645
+ #: library/plugin-display.php:736
1646
+ msgid "You can customize using any of the follwing attributes:"
1647
+ msgstr "Puede personalizar utilizando cualquiera de los siguientes atributos:"
1648
 
1649
+ #: views/submission-form.php:37 views/submission-form.php:38
1650
+ #: views/submission-form-alt.php:52 views/submission-form-alt.php:53
1651
+ #: library/shortcode-login.php:143
1652
+ msgid "Your Email"
1653
+ msgstr "Tu correo electrónico"
1654
 
1655
+ #: library/plugin-display.php:41
1656
+ msgid "Your generous support enables continued development of this free plugin. Thank you!"
1657
+ msgstr "Su generoso apoyo permite el desarrollo continuo de este complemento gratuito. ¡Gracias!"
1658
 
1659
+ #: library/support-panel.php:62
1660
  msgid "Your generous support helps future development of"
1661
  msgstr "Su generoso apoyo ayuda al desarrollo futuro de"
1662
 
1663
+ #: views/submission-form.php:31 views/submission-form.php:32
1664
+ #: views/submission-form-alt.php:46 views/submission-form-alt.php:47
1665
+ msgid "Your Name"
1666
+ msgstr "Su nombre"
 
 
 
 
 
 
 
 
 
 
 
 
 
1667
 
1668
+ #: views/submission-form.php:43 views/submission-form.php:44
1669
+ #: views/submission-form-alt.php:58 views/submission-form-alt.php:59
1670
+ msgid "Your URL"
1671
+ msgstr "tu URL"
1672
 
1673
+ #: library/plugin-settings.php:96
1674
+ msgid "★★★★★ rating »"
1675
+ msgstr "★★★★★ calificación »"
 
1676
 
languages/usp-fa_IR.mo CHANGED
Binary file
languages/usp-fa_IR.po CHANGED
@@ -4,1502 +4,1673 @@ 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 20200817\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:82
16
- msgid "requires WordPress "
17
- msgstr "به WordPress نیاز دارد "
18
 
19
- #: user-submitted-posts.php:83
20
- msgid " or higher, and has been deactivated! "
21
- msgstr " یا بالاتر ، و غیرفعال شده است! "
22
 
23
- #: user-submitted-posts.php:84
24
- msgid "Please return to the"
25
- msgstr "لطفاً به"
26
 
27
- #: user-submitted-posts.php:85
28
- msgid "WordPress Admin Area"
29
- msgstr "منطقه مدیر وردپرس"
30
 
31
- #: user-submitted-posts.php:86
32
- msgid "to upgrade WordPress and try again."
33
- msgstr "برای به روزرسانی وردپرس و دوباره امتحان کنید."
34
 
35
- #: user-submitted-posts.php:138
36
- msgid "User Submitted Post"
37
- msgstr "ارسال شده توسط کاربر"
38
 
39
- #: user-submitted-posts.php:484
40
- msgid "User Submitted Post Info"
41
- msgstr "اطلاعات ارسال شده توسط کاربر"
 
42
 
43
- #: user-submitted-posts.php:514
44
- msgid "Submitter Name: "
45
- msgstr "نام ارسال کننده: "
46
 
47
- #: user-submitted-posts.php:515
48
- msgid "Submitter Email: "
49
- msgstr "ایمیل ارسال کننده: "
50
 
51
- #: user-submitted-posts.php:516
52
- msgid "Submitter URL: "
53
- msgstr "نشانی اینترنتی ارسال کننده: "
54
 
55
- #: user-submitted-posts.php:517
56
- msgid "Submitter IP: "
57
- msgstr "IP ارسال کننده: "
58
 
59
- #: user-submitted-posts.php:572
60
- msgid "Show USP Posts"
61
- msgstr "نمایش پست های USP"
62
 
63
- #: user-submitted-posts.php:573 library/plugin-settings.php:1188
64
- msgid "USP"
65
- msgstr "USP"
66
 
67
- #: user-submitted-posts.php:1427
68
- msgid " files required"
69
- msgstr " فایل های مورد نیاز"
70
 
71
- #: user-submitted-posts.php:1428
72
- msgid " file required"
73
- msgstr " پرونده مورد نیاز است"
74
 
75
- #: user-submitted-posts.php:1430
76
- msgid " files"
77
- msgstr " فایل ها"
78
 
79
- #: user-submitted-posts.php:1431
80
- msgid " file"
81
- msgstr " فایل"
82
 
83
- #: user-submitted-posts.php:1433 user-submitted-posts.php:1434
84
- #: user-submitted-posts.php:1435 user-submitted-posts.php:1436
85
- msgid " pixels"
86
- msgstr " پیکسل"
87
 
88
- #: user-submitted-posts.php:1438 library/core-functions.php:255
89
- #: library/plugin-settings.php:342 library/plugin-settings.php:361
90
- #: library/plugin-settings.php:876 library/plugin-settings.php:1447
91
- msgid "Custom Field"
92
- msgstr "زمینه سفارشی"
93
 
94
- #: user-submitted-posts.php:1440
95
- msgid "Custom checkbox required"
96
- msgstr "کادر تأیید سفارشی لازم است"
 
 
97
 
98
- #: user-submitted-posts.php:1443
99
  msgid "An error occurred. Please go back and try again."
100
- msgstr "خطایی روی داد لطفا برگردید و دوباره امتحان کنید."
101
 
102
- #: user-submitted-posts.php:1453
103
- msgid "User login required"
104
- msgstr "ورود کاربر لازم است"
 
105
 
106
- #: user-submitted-posts.php:1454
107
- msgid "User name required"
108
- msgstr "نام کاربری (ضروری"
109
 
110
- #: user-submitted-posts.php:1455
111
- msgid "Post title required"
112
- msgstr "عنوان ارسال لازم است"
113
 
114
- #: user-submitted-posts.php:1456
115
- msgid "User URL required"
116
- msgstr "URL کاربر مورد نیاز است"
117
 
118
- #: user-submitted-posts.php:1457
119
- msgid "Post tags required"
120
- msgstr "برچسب های ارسال شده مورد نیاز است"
121
 
122
- #: user-submitted-posts.php:1458
123
- msgid "Post category required"
124
- msgstr "دسته ارسال لازم است"
125
 
126
- #: user-submitted-posts.php:1459
127
- msgid "Post content required"
128
- msgstr "ارسال مطالب مورد نیاز"
129
 
130
- #: user-submitted-posts.php:1460 user-submitted-posts.php:1461
131
- msgid "Correct captcha required"
132
- msgstr "captcha صحیح مورد نیاز است"
133
 
134
- #: user-submitted-posts.php:1462
135
- msgid "User email required"
136
- msgstr "ایمیل کاربر مورد نیاز است"
 
 
137
 
138
- #: user-submitted-posts.php:1463
139
- msgid "Please check your email and try again"
140
- msgstr "لطفا ایمیل خود را بررسی کنید و دوباره امتحان کنید"
141
 
142
- #: user-submitted-posts.php:1464
143
- msgid "Non-empty value for hidden field"
144
- msgstr "مقدار غیر خالی برای قسمت پنهان"
145
 
146
- #: user-submitted-posts.php:1465
147
- msgid "Minimum number of images not met"
148
- msgstr "حداقل تعداد تصاویر برآورده نشده است"
149
 
150
- #: user-submitted-posts.php:1466
151
- msgid "Maximum number of images exceeded "
152
- msgstr "از حداکثر تعداد تصاویر فراتر رفت "
153
 
154
- #: user-submitted-posts.php:1467
155
- msgid "Minimum image width not met"
156
- msgstr "حداقل عرض تصویر برآورده نمی شود"
157
 
158
- #: user-submitted-posts.php:1468
159
- msgid "Image width exceeds maximum"
160
- msgstr "عرض تصویر از حداکثر بیشتر است"
161
 
162
- #: user-submitted-posts.php:1469
163
- msgid "Minimum image height not met"
164
- msgstr "حداقل ارتفاع تصویر برآورده نمی شود"
165
 
166
- #: user-submitted-posts.php:1470
167
- msgid "Image height exceeds maximum"
168
- msgstr "ارتفاع تصویر از حداکثر بیشتر است"
169
 
170
- #: user-submitted-posts.php:1471
171
- msgid "File type not allowed (please upload images only)"
172
- msgstr "نوع پرونده مجاز نیست (لطفا تصاویر را بارگذاری کنید)"
173
 
174
- #: user-submitted-posts.php:1472
175
- msgid " required"
176
- msgstr " ضروری"
177
 
178
- #: user-submitted-posts.php:1477
179
- msgid "File not uploaded. Please check the file and try again."
180
- msgstr "پرونده بارگیری نشده است لطفا پرونده را بررسی کنید و دوباره امتحان کنید."
 
181
 
182
- #: user-submitted-posts.php:1481
183
- msgid "The file(s) could not be uploaded"
184
- msgstr "پرونده (ها) بارگیری نشد"
185
 
186
- #: user-submitted-posts.php:1483
187
- msgid "Post not created. Please contact the site administrator for help."
188
- msgstr "پست ایجاد نشده است. لطفا برای راهنمایی با مدیر سایت تماس بگیرید."
 
189
 
190
- #: user-submitted-posts.php:1484
191
- msgid "Duplicate post title. Please try again."
192
- msgstr "عنوان پست را کپی کنید. لطفا دوباره تلاش کنید."
193
 
194
- #: user-submitted-posts.php:1494
195
- msgid "Error: "
196
- msgstr "خطا: "
197
 
198
- #: user-submitted-posts.php:1520
199
- msgid "Return to form"
200
- msgstr "بازگشت به فرم"
201
 
202
- #: user-submitted-posts.php:1550 library/plugin-settings.php:1164
203
- msgid "Please"
204
- msgstr "لطفا"
205
 
206
- #: user-submitted-posts.php:1551
207
- msgid "log in"
208
- msgstr "وارد شدن"
209
 
210
- #: user-submitted-posts.php:1552
211
- msgid "to submit content!"
212
- msgstr "برای ارسال مطالب!"
213
 
214
- #: views/submission-form.php:21 views/submission-form-alt.php:40
215
- msgid "Please complete the required fields."
216
- msgstr "لطفاً زمینه های مورد نیاز را تکمیل کنید."
217
 
218
- #: views/submission-form.php:31 views/submission-form.php:32
219
- #: views/submission-form-alt.php:46 views/submission-form-alt.php:47
220
- msgid "Your Name"
221
- msgstr "اسم شما"
222
 
223
- #: views/submission-form.php:37 views/submission-form.php:38
224
- #: views/submission-form-alt.php:52 views/submission-form-alt.php:53
225
- #: library/shortcode-login.php:143
226
- msgid "Your Email"
227
- msgstr "ایمیل شما"
228
 
229
- #: views/submission-form.php:43 views/submission-form.php:44
230
- #: views/submission-form-alt.php:58 views/submission-form-alt.php:59
231
- msgid "Your URL"
232
- msgstr "آدرس اینترنتی شما"
233
 
234
- #: views/submission-form.php:49 views/submission-form.php:50
235
- #: views/submission-form-alt.php:64 views/submission-form-alt.php:65
236
- #: library/plugin-settings.php:1225
237
- msgid "Post Title"
238
- msgstr "عنوان ارسال"
239
 
240
- #: views/submission-form.php:56 views/submission-form.php:65
241
- #: views/submission-form.php:66 views/submission-form-alt.php:71
242
- #: views/submission-form-alt.php:80 views/submission-form-alt.php:81
243
- #: library/plugin-settings.php:1226
244
- msgid "Post Tags"
245
- msgstr "ارسال برچسب ها"
246
 
247
- #: views/submission-form.php:58 views/submission-form-alt.php:73
248
- msgid "Please select some tags.."
249
- msgstr "لطفا چند برچسب را انتخاب کنید .."
250
 
251
- #: views/submission-form.php:79 views/submission-form-alt.php:94
252
- msgid "Antispam Question"
253
- msgstr "سوال آنتی اسپام"
254
 
255
- #: views/submission-form.php:84 views/submission-form-alt.php:99
256
- #: library/plugin-settings.php:1227
257
- msgid "Post Category"
258
- msgstr "دسته پست"
259
 
260
- #: views/submission-form.php:86 views/submission-form-alt.php:101
261
- msgid "Please select a category.."
262
- msgstr "لطفاً یک دسته را انتخاب کنید .."
263
 
264
- #: views/submission-form.php:117 views/submission-form.php:118
265
- #: views/submission-form-alt.php:132 views/submission-form-alt.php:133
266
- #: library/plugin-settings.php:1228
267
- msgid "Post Content"
268
- msgstr "ارسال مطالب"
269
 
270
- #: views/submission-form.php:125 views/submission-form-alt.php:140
271
- msgid "Verification"
272
- msgstr "تایید"
273
 
274
- #: views/submission-form.php:132 views/submission-form-alt.php:147
275
- msgid "Upload an Image"
276
- msgstr "تصویری را بارگذاری کنید"
277
 
278
- #: views/submission-form.php:141 views/submission-form-alt.php:156
279
- msgid "Add another image"
280
- msgstr "تصویری دیگر اضافه کنید"
281
 
282
- #: views/submission-form.php:163 views/submission-form-alt.php:178
283
- msgid "Human verification: leave this field empty."
284
- msgstr "تأیید انسانی: این قسمت را خالی بگذارید."
285
 
286
- #: views/submission-form.php:191 views/submission-form-alt.php:206
287
- msgid "Submit Post"
288
- msgstr "ارسال پست"
289
 
290
- #: library/enqueue-scripts.php:150 library/enqueue-scripts.php:193
291
- msgid "Incorrect response."
292
- msgstr "پاسخ نادرست"
 
 
293
 
294
- #: library/shortcode-login.php:88 library/shortcode-login.php:127
295
- msgid "Login"
296
- msgstr "وارد شدن"
297
 
298
- #: library/shortcode-login.php:89
299
- msgid "Register"
300
- msgstr "ثبت نام"
301
 
302
- #: library/shortcode-login.php:90
303
- msgid "Forgot?"
304
- msgstr "یادم رفت؟"
 
 
305
 
306
- #: library/shortcode-login.php:97 library/shortcode-login.php:102
307
- msgid "Success!"
308
- msgstr "موفقیت!"
309
 
310
- #: library/shortcode-login.php:98
311
- msgid "Check your email for the password."
312
- msgstr "ایمیل خود را برای رمز عبور بررسی کنید."
313
 
314
- #: library/shortcode-login.php:103
315
- msgid "Check your email to reset your password."
316
- msgstr "ایمیل خود را برای تنظیم مجدد رمز عبور خود را بررسی کنید."
317
 
318
- #: library/shortcode-login.php:107
319
- msgid "Have an account?"
320
- msgstr "حساب کاربری دارید؟"
321
 
322
- #: library/shortcode-login.php:108
323
- msgid "Log in or sign up! It’s fast & free!"
324
- msgstr "ورود به سیستم یا ثبت نام! سریع & amp؛ رایگان!"
325
 
326
- #: library/shortcode-login.php:114 library/shortcode-login.php:139
327
- msgid "Username"
328
- msgstr "نام کاربری"
329
 
330
- #: library/shortcode-login.php:118
331
- msgid "Password"
332
- msgstr "کلمه عبور"
333
 
334
- #: library/shortcode-login.php:124
335
- msgid "Remember me"
336
- msgstr "مرا به خاطر بسپار"
337
 
338
- #: library/shortcode-login.php:135
339
- msgid "Register for this site!"
340
- msgstr "برای این سایت ثبت نام کنید!"
341
 
342
- #: library/shortcode-login.php:136
343
- msgid "Sign up now for the good stuff."
344
- msgstr "اکنون برای مطالب خوب ثبت نام کنید"
345
 
346
- #: library/shortcode-login.php:147
347
- msgid "Sign up!"
348
- msgstr "ثبت نام!"
349
 
350
- #: library/shortcode-login.php:155
351
- msgid "Lose something?"
352
- msgstr "از دست دادن چیزی؟"
353
 
354
- #: library/shortcode-login.php:156
355
- msgid "Enter your username or email to reset your password."
356
- msgstr "نام کاربری یا ایمیل را برای تنظیم دوباره رمزتان وارد کنید."
 
357
 
358
- #: library/shortcode-login.php:159
359
- msgid "Username or Email"
360
- msgstr "نام کاربری یا پست الکترونیک"
361
 
362
- #: library/shortcode-login.php:163
363
- msgid "Reset my password"
364
- msgstr "رمز عبور من تنظیم مجدد"
365
 
366
- #: library/shortcode-login.php:177
367
- msgid "Welcome, "
368
- msgstr "خوش آمدی، "
369
 
370
- #: library/shortcode-login.php:180
371
- msgid "Congratulations, you’re logged in."
372
- msgstr "تبریک می گویم ، شما وارد سیستم شده اید."
373
 
374
- #: library/shortcode-login.php:182
375
- msgid "Log out"
376
- msgstr "خروج"
377
 
378
- #: library/shortcode-login.php:183
379
- msgid "Admin"
380
- msgstr "مدیر"
381
 
382
- #: library/shortcode-login.php:184
383
- msgid "Profile"
384
- msgstr "مشخصات"
385
 
386
- #: library/shortcode-misc.php:18
387
- msgid "Reset form"
388
- msgstr "بازنشانی فرم"
389
 
390
- #: library/shortcode-misc.php:128
391
- msgid "View full post"
392
- msgstr "مشاهده پست کامل"
393
 
394
- #: library/plugin-settings.php:31
395
- msgid "Settings"
396
- msgstr "تنظیمات"
397
 
398
- #: library/plugin-settings.php:40
399
- msgid "Get USP Pro for unlimited forms!"
400
- msgstr "دریافت USP Pro برای اشکال نامحدود!"
401
 
402
- #: library/plugin-settings.php:41
403
- msgid "Go Pro"
404
- msgstr "برو طرفدار"
405
 
406
- #: library/plugin-settings.php:62 library/plugin-settings.php:1196
407
- #: library/plugin-settings.php:1819
408
- msgid "Plugin Homepage"
409
- msgstr "صفحه اصلی افزونه"
410
 
411
- #: library/plugin-settings.php:63
412
- msgid "Homepage"
413
- msgstr "صفحه نخست"
414
 
415
- #: library/plugin-settings.php:68
416
- msgid "Give USP a 5-star rating at WordPress.org"
417
- msgstr "به USP امتیاز 5 ستاره در WordPress.org بدهید"
418
 
419
- #: library/plugin-settings.php:69
420
- msgid "Rate this plugin »"
421
- msgstr "این افزونه را ارزیابی کنید & nbsp؛ & raquo؛"
422
 
423
- #: library/plugin-settings.php:127
424
- msgid "WP Post (recommended)"
425
- msgstr "WP Post (توصیه می شود)"
426
 
427
- #: library/plugin-settings.php:131
428
- msgid "WP Page"
429
- msgstr "صفحه WP"
430
 
431
- #: library/plugin-settings.php:147
432
- msgid "HTML5 Form + Default CSS"
433
- msgstr "فرم HTML5 + CSS پیش فرض"
 
 
434
 
435
- #: library/plugin-settings.php:147
436
- msgid "(Recommended)"
437
- msgstr "(توصیه شده)"
438
 
439
- #: library/plugin-settings.php:151
440
- msgid "HTML5 Form + Disable CSS"
441
- msgstr "فرم HTML5 + CSS را غیرفعال کنید"
442
 
443
- #: library/plugin-settings.php:151
444
- msgid "(Provide your own styles)"
445
- msgstr "(سبک های خود را ارائه دهید)"
446
 
447
- #: library/plugin-settings.php:155
448
- msgid "Custom Form + Custom CSS"
449
- msgstr "فرم سفارشی + CSS سفارشی"
450
 
451
- #: library/plugin-settings.php:155
452
- msgid "(Provide your own form template & styles)"
453
- msgstr "(الگوی فرم و سبک های مختلف را ارائه دهید)"
454
 
455
- #: library/plugin-settings.php:171 library/plugin-settings.php:195
456
- #: library/plugin-settings.php:219 library/plugin-settings.php:243
457
- #: library/plugin-settings.php:267
458
- msgid "Auto-display before post content"
459
- msgstr "نمایش خودکار قبل از ارسال محتوا"
460
 
461
- #: library/plugin-settings.php:175 library/plugin-settings.php:199
462
- #: library/plugin-settings.php:223 library/plugin-settings.php:247
463
- #: library/plugin-settings.php:271
464
- msgid "Auto-display after post content"
465
- msgstr "نمایش خودکار پس از ارسال محتوا"
466
 
467
- #: library/plugin-settings.php:179
468
- msgid "Do not auto-display submitted images"
469
- msgstr "تصاویر ارسالی را به صورت خودکار نمایش ندهید"
470
 
471
- #: library/plugin-settings.php:203
472
- msgid "Do not auto-display submitted email"
473
- msgstr "ایمیل ارسالی را به صورت خودکار نمایش ندهید"
474
 
475
- #: library/plugin-settings.php:227
476
- msgid "Do not auto-display submitted name"
477
- msgstr "نام ارسال شده را به صورت خودکار نمایش ندهید"
478
 
479
- #: library/plugin-settings.php:251
480
- msgid "Do not auto-display submitted URL"
481
- msgstr "نشانی اینترنتی ارسال شده را به صورت خودکار نمایش ندهید"
482
 
483
- #: library/plugin-settings.php:275
484
- msgid "Do not auto-display the Custom Field"
485
- msgstr "فیلد Custom را به صورت خودکار نمایش ندهید"
486
 
487
- #: library/plugin-settings.php:291
488
- msgid "v2 (I’m not a robot)"
489
- msgstr "v2 (من & rsquo؛ m ربات نیستم)"
490
 
491
- #: library/plugin-settings.php:295
492
- msgid "v3 (Hidden reCaptcha)"
493
- msgstr "v3 (reCaptcha پنهان)"
494
 
495
- #: library/plugin-settings.php:323 library/plugin-settings.php:355
496
- #: library/plugin-settings.php:388 library/plugin-settings.php:420
 
 
 
 
 
 
 
 
497
  msgid "Enable and require"
498
- msgstr "فعال و مورد نیاز"
499
 
500
- #: library/plugin-settings.php:324 library/plugin-settings.php:356
501
  msgid "Enable but do not require"
502
- msgstr "فعال کنید اما نیازی به آن ندارید"
503
 
504
- #: library/plugin-settings.php:325 library/plugin-settings.php:357
505
- #: library/plugin-settings.php:389 library/plugin-settings.php:421
506
- msgid "Disable this field"
507
- msgstr "این قسمت را غیرفعال کنید"
508
 
509
- #: library/plugin-settings.php:360 library/plugin-settings.php:392
510
- #: library/plugin-settings.php:424 library/plugin-settings.php:456
511
- msgid "(Visit"
512
- msgstr "(بازدید کنید"
513
 
514
- #: library/plugin-settings.php:361 library/plugin-settings.php:393
515
- #: library/plugin-settings.php:425 library/plugin-settings.php:457
516
- msgid "to configure options)"
517
- msgstr "برای پیکربندی گزینه ها)"
518
 
519
- #: library/plugin-settings.php:376 library/plugin-settings.php:393
520
- #: library/plugin-settings.php:1465 library/plugin-settings.php:1470
521
- msgid "Challenge Question"
522
- msgstr "سوال چالش برانگیز"
523
 
524
- #: library/plugin-settings.php:408 library/plugin-settings.php:425
525
- #: library/plugin-settings.php:1487
526
- msgid "Google reCAPTCHA"
527
- msgstr "reCAPTCHA Google"
528
 
529
- #: library/plugin-settings.php:440
530
- msgid "Post Images"
531
- msgstr "ارسال تصاویر"
532
 
533
- #: library/plugin-settings.php:452
534
- msgid "Enable"
535
- msgstr "فعال کردن"
536
 
537
- #: library/plugin-settings.php:453
538
- msgid "Disable"
539
- msgstr "غیرفعال کردن"
 
540
 
541
- #: library/plugin-settings.php:457 library/plugin-settings.php:1555
542
- msgid "Image Uploads"
543
- msgstr "بارگذاری تصویر"
544
 
545
- #: library/plugin-settings.php:537
546
- msgid "Draft"
547
- msgstr "پیش نویس"
548
 
549
- #: library/plugin-settings.php:538
550
- msgid "Pending (default)"
551
- msgstr "در انتظار (پیش فرض)"
552
 
553
- #: library/plugin-settings.php:539
554
- msgid "Publish immediately"
555
- msgstr "فوراً منتشر کنید"
556
 
557
- #: library/plugin-settings.php:540
558
- msgid "Publish after 1 approved post"
559
- msgstr "بعد از 1 پست تأیید شده منتشر کنید"
560
 
561
- #: library/plugin-settings.php:541
562
- msgid "Publish after "
563
- msgstr "بعد از انتشار "
564
 
565
- #: library/plugin-settings.php:541
566
- msgid " approved posts"
567
- msgstr " پست های تأیید شده"
568
 
569
- #: library/plugin-settings.php:569
570
- msgid "Select categories to display in the Category field."
571
- msgstr "دسته ها را برای نمایش در قسمت طبقه بندی انتخاب کنید."
572
 
573
- #: library/plugin-settings.php:815
574
- msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
575
- msgstr "یک خطای وجود دارد. لطفاً اطمینان حاصل کنید که یک عنوان ، برخی از مطالب را اضافه کرده اید و فقط تصاویر را بارگذاری کرده اید."
576
 
577
- #: library/plugin-settings.php:829
578
- msgid "Please select your image(s) to upload."
579
- msgstr "لطفاً تصویر (های) خود را برای بارگذاری انتخاب کنید."
580
 
581
- #: library/plugin-settings.php:835
582
- msgid "Success! Thank you for your submission."
583
- msgstr "موفقیت! ممنون از ارسال شما"
584
 
585
- #: library/plugin-settings.php:864
586
- msgid "Email"
587
- msgstr "پست الکترونیک"
588
 
589
- #: library/plugin-settings.php:866
590
- msgid "URL"
591
- msgstr "آدرس اینترنتی"
592
 
593
- #: library/plugin-settings.php:1151
594
- msgid "Toggle all panels"
595
- msgstr "همه پانل ها را تغییر دهید"
596
 
597
- #: library/plugin-settings.php:1160
598
- msgid "We need your support!"
599
- msgstr "ما به حمایت شما احتیاج داریم!"
 
600
 
601
- #: library/plugin-settings.php:1164
602
- msgid "Make a donation via PayPal"
603
- msgstr "از طریق پی پال کمک مالی کنید"
604
 
605
- #: library/plugin-settings.php:1164
606
- msgid "make a donation"
607
- msgstr "کمک مالی کنید"
608
 
609
- #: library/plugin-settings.php:1164
610
- msgid "and/or"
611
- msgstr "و / یا"
 
612
 
613
- #: library/plugin-settings.php:1165
614
- msgid "Rate and review at the Plugin Directory"
615
- msgstr "در فهرست افزونه ها رتبه بندی و بررسی کنید"
616
 
617
- #: library/plugin-settings.php:1166
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
618
  msgid "give this plugin a 5-star rating"
619
  msgstr "به این افزونه امتیاز 5 ستاره بدهید"
620
 
621
- #: library/plugin-settings.php:1170
622
- msgid "Your generous support enables continued development of this free plugin. Thank you!"
623
- msgstr "پشتیبانی سخاوتمندانه شما امکان توسعه مداوم این افزونه رایگان را فراهم می کند. متشکرم!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
624
 
625
- #: library/plugin-settings.php:1175
626
- msgid "Check this box if you have shown support"
627
- msgstr "اگر پشتیبانی را نشان داده اید ، این کادر را علامت بزنید"
628
 
629
- #: library/plugin-settings.php:1184
630
- msgid "Overview"
631
- msgstr "بررسی اجمالی"
632
 
633
- #: library/plugin-settings.php:1188
634
- msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
635
- msgstr "بازدید کنندگان خود را قادر می سازد ارسال ها و ارسال تصاویر از قسمت جلوی سایت خود را انجام دهند. "
636
 
637
- #: library/plugin-settings.php:1189
638
- msgid "For advanced functionality and unlimited forms, check out"
639
- msgstr "برای عملکرد پیشرفته و اشکال نامحدود ، بررسی کنید"
640
 
641
- #: library/plugin-settings.php:1189 library/plugin-settings.php:1613
642
- msgid "USP Pro"
643
- msgstr "USP Pro"
644
 
645
- #: library/plugin-settings.php:1190
646
- msgid "— the ultimate solution for user-generated content."
647
- msgstr "& mdash؛ راه حل نهایی برای محتوای تولید شده توسط کاربر."
648
 
649
- #: library/plugin-settings.php:1194 library/plugin-settings.php:1211
650
- msgid "Plugin Settings"
651
- msgstr "تنظیمات افزونه"
652
 
653
- #: library/plugin-settings.php:1195
654
- msgid "Display the form"
655
- msgstr "فرم را نمایش دهید"
656
 
657
- #: library/plugin-settings.php:1199
658
- msgid "If you like this plugin, please"
659
- msgstr "اگر این افزونه را دوست دارید ، لطفاً"
660
 
661
- #: library/plugin-settings.php:1200
662
- msgid "THANK YOU for your support!"
663
- msgstr "با تشکر از شما برای حمایت از شما!"
664
 
665
- #: library/plugin-settings.php:1200
666
- msgid "give it a 5-star rating"
667
- msgstr "به آن امتیاز 5 ستاره بدهید"
668
 
669
- #: library/plugin-settings.php:1204
670
- msgid "Unlimited front-end forms"
671
- msgstr "نامحدود اشکال جلویی"
672
 
673
- #: library/plugin-settings.php:1204
674
- msgid "Get USP Pro"
675
- msgstr "دریافت USP Pro"
676
 
677
- #: library/plugin-settings.php:1214
678
- msgid "Configure your settings for User Submitted Posts."
679
- msgstr "تنظیمات خود را برای ارسالهای ارسال شده به کاربر پیکربندی کنید."
680
 
681
- #: library/plugin-settings.php:1216
682
- msgid "Form Fields"
683
- msgstr "زمینه های فرم"
684
 
685
- #: library/plugin-settings.php:1222
686
- msgid "User Name"
687
- msgstr "نام کاربری"
688
 
689
- #: library/plugin-settings.php:1223
690
- msgid "User Email"
691
- msgstr "ایمیل کاربر"
692
 
693
- #: library/plugin-settings.php:1224
694
- msgid "User URL"
695
- msgstr "URL کاربر"
696
 
697
- #: library/plugin-settings.php:1239
698
- msgid "General Settings"
699
- msgstr "تنظیمات عمومی"
700
 
701
- #: library/plugin-settings.php:1241
702
- msgid "Note that the default settings work fine for most cases."
703
- msgstr "توجه داشته باشید که تنظیمات پیش فرض برای بیشتر موارد خوب است."
704
 
705
- #: library/plugin-settings.php:1246
706
- msgid "Form Style"
707
- msgstr "سبک فرم"
708
 
709
- #: library/plugin-settings.php:1251
710
- msgid "With this option, you can copy the plugin’s default templates:"
711
- msgstr "با استفاده از این گزینه می توانید الگوهای پیش فرض افزونه & rsquo؛ s را کپی کنید:"
712
 
713
- #: library/plugin-settings.php:1256
714
- msgid "..and upload them into a directory named"
715
- msgstr ".. و آنها را در دایرکتوری به نام بارگذاری کنید"
716
 
717
- #: library/plugin-settings.php:1256
718
- msgid "in your theme:"
719
- msgstr "در موضوع شما:"
720
 
721
- #: library/plugin-settings.php:1262
722
- 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"
723
- msgstr "این امر به شما امکان می دهد فرم و سبک های مورد نظر خود را به صورت دلخواه تنظیم کنید. برای اطلاعات بیشتر ، بخش \"فرم ارسال سفارشی\" را در قسمت زیر مشاهده کنید"
724
 
725
- #: library/plugin-settings.php:1263
726
- msgid "Installation Docs"
727
- msgstr "اسناد نصب"
728
 
729
- #: library/plugin-settings.php:1264
730
- msgid "FYI: here is a"
731
- msgstr "FYI: در اینجا است"
732
 
733
- #: library/plugin-settings.php:1264
734
- msgid "list of USP CSS selectors"
735
- msgstr "لیست انتخاب کنندگان USP CSS"
736
 
737
- #: library/plugin-settings.php:1270
738
- msgid "Include JavaScript"
739
- msgstr "شامل JavaScript"
740
 
741
- #: library/plugin-settings.php:1272
742
- msgid "Check this box if you want to include the external JavaScript files (recommended)"
743
- msgstr "اگر می خواهید پرونده های جاوا اسکریپت خارجی موجود باشد ، این کادر را علامت بزنید (توصیه می شود)"
744
 
745
- #: library/plugin-settings.php:1275
746
- msgid "Targeted Loading"
747
- msgstr "بارگیری هدفمند"
748
 
749
- #: library/plugin-settings.php:1277
750
- msgid "By default, CSS & JavaScript assets are loaded on every page. Here you may specify the URL(s) of the USP form to load assets only on that page. Note: leave blank to load on all pages. Use commas to separate multiple URLs."
751
- msgstr "به طور پیش فرض ، CSS & amp؛ دارایی های JavaScript در هر صفحه بارگیری می شود. در اینجا می توانید URL (های) فرم USP را برای بارگذاری دارایی فقط در آن صفحه مشخص کنید. توجه: برای بارگیری در تمام صفحات ، خالی بگذارید. برای جدا کردن چندین آدرس اینترنتی از کاما استفاده کنید."
752
 
753
- #: library/plugin-settings.php:1280
754
- msgid "Post Type"
755
- msgstr "نوع ارسال"
756
 
757
- #: library/plugin-settings.php:1283
758
- msgid "Submit posts as WP Posts or Pages"
759
- msgstr "پست ها را به عنوان پست های WP یا صفحات ارسال کنید"
760
 
761
- #: library/plugin-settings.php:1287
762
- msgid "Post Status"
763
- msgstr "وضعیت ارسال"
764
 
765
- #: library/plugin-settings.php:1290
766
- msgid "Post Status for submitted posts"
767
- msgstr "وضعیت ارسال برای ارسال های ارسال شده"
768
 
769
- #: library/plugin-settings.php:1294
770
- msgid "Redirect URL"
771
- msgstr "URL را تغییر مسیر دهید"
772
 
773
- #: library/plugin-settings.php:1296
774
- msgid "Specify a URL to redirect the user after post submission (leave blank to redirect back to current page)"
775
- msgstr "URL را برای تغییر مسیر کاربر پس از ارسال ارسال مشخص کنید (خالی بگذارید تا به صفحه فعلی هدایت شود)"
 
 
 
 
776
 
777
- #: library/plugin-settings.php:1299
778
- msgid "Success Message"
779
- msgstr "پیام موفقیت"
780
 
781
- #: library/plugin-settings.php:1301
782
- msgid "Success message that is displayed if post submission is successful (basic markup is allowed)"
783
- msgstr "پیام موفقیت آمیز که در صورت موفقیت ارسال ارسال نمایش داده می شود (نشانه گذاری اصلی مجاز است)"
784
 
785
- #: library/plugin-settings.php:1304
786
- msgid "Error Message"
787
- msgstr "پیغام خطا"
788
 
789
- #: library/plugin-settings.php:1306
790
- msgid "General error message that is displayed if post submission fails (basic markup is allowed)"
791
- msgstr "پیام خطای عمومی که در صورت عدم موفقیت ارسال ارسال نمایش داده می شود (نشانه گذاری اصلی مجاز است)"
792
 
793
- #: library/plugin-settings.php:1309
794
- msgid "Custom Content"
795
- msgstr "محتوای دلخواه"
796
 
797
- #: library/plugin-settings.php:1311
798
- msgid "Custom text/markup to be included before the submission form (leave blank to disable)"
799
- msgstr "متن / نشانه گذاری سفارشی که باید قبل از فرم ارسال درج شود (برای غیرفعال کردن خالی بگذارید)"
800
 
801
- #: library/plugin-settings.php:1314
802
- msgid "Rich Text Editor"
803
- msgstr "ویرایشگر متن توانمند"
804
 
805
- #: library/plugin-settings.php:1316
806
- msgid "Check this box if you want to enable RTE/Visual Editor for the Post Content field"
807
- msgstr "اگر می خواهید RTE / Visual Editor را برای قسمت Post Content فعال کنید ، این کادر را علامت بزنید"
808
 
809
- #: library/plugin-settings.php:1319
810
- msgid "Unique Titles"
811
- msgstr "عناوین بی نظیر"
812
 
813
- #: library/plugin-settings.php:1321
814
- msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)"
815
- msgstr "لازم است عناوین پست ارسال شده منحصر به فرد باشد (برای جلوگیری از ارسال چند پست / تکراری ارسال شده مفید)"
816
 
817
- #: library/plugin-settings.php:1324
818
- msgid "Disable Required"
819
- msgstr "غیرفعال کردن مورد نیاز"
820
 
821
- #: library/plugin-settings.php:1326
822
- msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)"
823
- msgstr "غیرفعال کردن تمام ویژگی های مورد نیاز در زمینه های فرم پیش فرض (مفید برای عیب یابی پیام های خطا)"
824
 
825
- #: library/plugin-settings.php:1329
826
- msgid "Enable Shortcodes"
827
- msgstr "کد های کوتاه را فعال کنید"
828
 
829
- #: library/plugin-settings.php:1331
830
- msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
831
- msgstr "کد های کوتاه را در ابزارک ها فعال کنید. به طور پیش فرض ، وردپرس کد های کوتاه را در ابزارک ها فعال نمی کند. "
832
 
833
- #: library/plugin-settings.php:1332
834
- msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
835
- msgstr "این تنظیمات باعث می شود همه / همه کد کوتاه در ابزارک ها (حتی کد کوتاه سایر پلاگین ها)."
836
 
837
- #: library/plugin-settings.php:1337
838
- msgid "Privacy"
839
- msgstr "حریم خصوصی"
840
 
841
- #: library/plugin-settings.php:1342
842
- msgid "Disable IP Tracking"
843
- msgstr "غیرفعال کردن ردیابی IP"
844
 
845
- #: library/plugin-settings.php:1344
846
- msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
847
- msgstr "به طور پیش فرض USP آدرس IP را با هر پست ارسال شده ضبط می کند. برای غیرفعال کردن همه ردیابی IP ، این کادر را علامت بزنید."
848
 
849
- #: library/plugin-settings.php:1348
850
- msgid "Display Checkbox"
851
- msgstr "کادر نمایش"
852
 
853
- #: library/plugin-settings.php:1350
854
- msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
855
- msgstr "کادر انتخاب سفارشی را روی فرم خود نمایش دهید (برای GDPR مفید است ، با شرایط و سایر موارد موافقت کنید)"
856
 
857
- #: library/plugin-settings.php:1353
858
- msgid "Checkbox Name"
859
- msgstr "نام کادر انتخاب"
860
 
861
- #: library/plugin-settings.php:1355 library/plugin-settings.php:1455
862
- msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
863
- msgstr "فقط از الفبایی ، زیرین و خط تیره استفاده کنید. اگر مطمئن نیستید ، از نام پیش فرض استفاده کنید:"
864
 
865
- #: library/plugin-settings.php:1358
866
- msgid "Checkbox Error"
867
- msgstr "خطای جعبه کادر"
868
 
869
- #: library/plugin-settings.php:1360
870
- msgid "Error message displayed if user does not check the box"
871
- msgstr "پیام خطا نمایش داده می شود اگر کاربر جعبه را علامت نگذارد"
872
 
873
- #: library/plugin-settings.php:1363
874
- msgid "Checkbox Text"
875
- msgstr "متن جعبه"
876
 
877
- #: library/plugin-settings.php:1365
878
- msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
879
- msgstr "متن نمایش داده شده در کنار کادر کادر. نکته: برای خروجی براکت های زاویه ای از براکت های مجعد استفاده کنید ، به عنوان مثال:"
880
 
881
- #: library/plugin-settings.php:1370
882
- msgid "Categories & Tags"
883
- msgstr "دسته بندی ها & amp؛ برچسب ها"
884
 
885
- #: library/plugin-settings.php:1375
886
- msgid "Categories"
887
- msgstr "دسته بندی ها"
 
888
 
889
- #: library/plugin-settings.php:1378
890
- msgid "Click to view/select categories"
891
- msgstr "برای مشاهده / انتخاب دسته ها کلیک کنید"
892
 
893
- #: library/plugin-settings.php:1386
894
- msgid "Multiple Categories"
895
- msgstr "چند دسته"
896
 
897
- #: library/plugin-settings.php:1388
898
- msgid "Enable users to select multiple categories."
899
- msgstr "کاربران را قادر به انتخاب چندین دسته کنید."
900
 
901
- #: library/plugin-settings.php:1391
902
- msgid "Hidden/Default Category"
903
- msgstr "رده پنهان / پیش فرض"
 
904
 
905
- #: library/plugin-settings.php:1393
906
- msgid "Use a hidden field for the post category. This hides the category field and sets its value via the next option."
907
- msgstr "از یک فیلد پنهان برای دسته پست استفاده کنید. این قسمت فیلد kategor را پنهان می کند و مقدار خود را از طریق گزینه بعدی تنظیم می کند."
908
 
909
- #: library/plugin-settings.php:1396
910
- msgid "Category ID for Hidden Field"
911
- msgstr "شناسه طبقه بندی شده برای فیلد مخفی"
 
 
912
 
913
- #: library/plugin-settings.php:1398
914
- msgid "Specify category ID(s) to use for “Hidden/Default Category” (separate multiple IDs with commas)"
915
- msgstr "شناسه طبقه بندی را برای استفاده برای & ldquo؛ رده پنهان / پیش فرض مشخص کنید & rdquo؛ (چندین شناسه جداگانه با کاما)"
916
 
917
- #: library/plugin-settings.php:1401
918
- msgid "Use Existing Tags"
919
- msgstr "از برچسب های موجود استفاده کنید"
920
 
921
- #: library/plugin-settings.php:1403
922
- msgid "Check this box to display a select/dropdown menu of existing tags (valid when Tag field is displayed)"
923
- msgstr "این کادر را علامت بزنید تا یک منوی انتخاب / کشویی از برچسب های موجود نمایش داده شود (هنگام نمایش فیلد برچسب معتبر است)"
924
 
925
- #: library/plugin-settings.php:1408
926
- msgid "Users"
927
- msgstr "کاربران"
928
 
929
- #: library/plugin-settings.php:1413
930
- msgid "Assigned Author"
931
- msgstr "نویسنده اختصاص یافته"
 
 
 
932
 
933
- #: library/plugin-settings.php:1416
934
- msgid "Specify the user that should be assigned as author for submitted posts"
935
- msgstr "کاربر مورد نظر را برای پست های ارسالی مشخص کنید"
936
 
937
- #: library/plugin-settings.php:1420
938
- msgid "Registered Username"
939
- msgstr "نام کاربری ثبت شده"
 
 
940
 
941
- #: library/plugin-settings.php:1422
942
- msgid "Use the user’s registered username for the Name field (valid when the user submitting the form is logged in to WordPress)"
943
- msgstr "از نام کاربری ثبت شده شده توسط کاربر & rsquo؛ s برای قسمت Name استفاده کنید (معتبر است وقتی کاربر ارسال فرم وارد WordPress می شود)"
944
 
945
- #: library/plugin-settings.php:1425
946
- msgid "Registered Email"
947
- msgstr "ایمیل ثبت شده"
948
 
949
- #: library/plugin-settings.php:1427
950
- msgid "Use the user’s registered email as the value of the Email field (valid when the user submitting the form is logged in to WordPress)"
951
- msgstr "از ایمیل ثبت شده کاربر و rsquo؛ s به عنوان مقدار فیلد Email استفاده کنید (معتبر است وقتی کاربر ارسال فرم وارد WordPress می شود)"
952
 
953
- #: library/plugin-settings.php:1430
954
- msgid "User Profile URL"
955
- msgstr "URL نمایه کاربر"
956
 
957
- #: library/plugin-settings.php:1432
958
- msgid "Use the user’s Profile URL as the value of the URL field (valid when the user submitting the form is logged in to WordPress)"
959
- msgstr "از URL پروفایل کاربر و rsquo؛ s به عنوان مقدار قسمت URL استفاده کنید (معتبر است وقتی کاربر ارسال فرم وارد WordPress می شود)"
960
 
961
- #: library/plugin-settings.php:1435
962
- msgid "Require User Login"
963
- msgstr "نیاز به ورود کاربر"
964
 
965
- #: library/plugin-settings.php:1437
966
- msgid "Require users to be logged in to WordPress to view/submit the form"
967
- msgstr "از کاربران بخواهید که برای مشاهده و ارسال فرم ، وارد وردپرس شوند"
968
 
969
- #: library/plugin-settings.php:1440
970
- msgid "Disable Replace Author"
971
- msgstr "جایگزینی نویسنده را غیرفعال کنید"
972
 
973
- #: library/plugin-settings.php:1442
974
- msgid "Do not replace post author with submitted user name"
975
- msgstr "نویسنده پست را با نام کاربر ارسال شده جایگزین نکنید"
976
 
977
- #: library/plugin-settings.php:1448
978
- 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."
979
- msgstr "در اینجا شما می توانید نام و برچسب مورد استفاده توسط Custom Field را تغییر دهید. می توانید این قسمت را از طریق تنظیمات فرم Fields ، در بالا فعال کنید."
980
 
981
- #: library/plugin-settings.php:1453
982
- msgid "Custom Field Name"
983
- msgstr "نام زمینه سفارشی"
984
 
985
- #: library/plugin-settings.php:1458
986
- msgid "Custom Field Label"
987
- msgstr "برچسب زمینه سفارشی"
988
 
989
- #: library/plugin-settings.php:1460
990
- msgid "This will be displayed as the field label on the form. Default: Custom Field"
991
- msgstr "این به عنوان برچسب زمینه روی فرم نمایش داده می شود. پیش فرض: زمینه سفارشی"
992
 
993
- #: library/plugin-settings.php:1472
994
- msgid "To prevent spam, enter a question that users must answer before submitting the form"
995
- msgstr "برای جلوگیری از هرزنامه ، سوالی را وارد کنید که کاربران باید قبل از ارسال فرم به آن پاسخ دهند"
996
 
997
- #: library/plugin-settings.php:1475
998
- msgid "Challenge Response"
999
- msgstr "پاسخ به چالش"
1000
 
1001
- #: library/plugin-settings.php:1477
1002
- msgid "Enter the *only* correct answer to the challenge question"
1003
- msgstr "پاسخ * درست * صحیح برای سوال چالش را وارد کنید"
1004
 
1005
- #: library/plugin-settings.php:1480
1006
- msgid "Case-sensitivity"
1007
- msgstr "حساسیت به مورد"
1008
 
1009
- #: library/plugin-settings.php:1482
1010
- msgid "Check this box if you want the challenge response to be case-sensitive"
1011
- msgstr "اگر می خواهید پاسخ چالش حساس باشد ، این کادر را علامت بزنید"
1012
 
1013
- #: library/plugin-settings.php:1488
1014
- msgid "To enable Google reCAPTCHA, enter your public and private keys."
1015
- msgstr "برای فعال کردن Google reCAPTCHA ، کلیدهای عمومی و خصوصی خود را وارد کنید."
1016
 
1017
- #: library/plugin-settings.php:1493
1018
- msgid "Public Key"
1019
- msgstr "کلید عمومی"
1020
 
1021
- #: library/plugin-settings.php:1495
1022
- msgid "Enter your Public Key"
1023
- msgstr "کلید عمومی خود را وارد کنید"
1024
 
1025
- #: library/plugin-settings.php:1498
1026
- msgid "Private Key"
1027
- msgstr "کلید خصوصی"
1028
 
1029
- #: library/plugin-settings.php:1500
1030
- msgid "Enter your Private Key"
1031
- msgstr "کلید خصوصی خود را وارد کنید"
1032
 
1033
- #: library/plugin-settings.php:1503
1034
- msgid "reCaptcha Version"
1035
- msgstr "نسخه reCaptcha"
1036
 
1037
- #: library/plugin-settings.php:1506
1038
- msgid "Choose reCaptcha version"
1039
- msgstr "نسخه reCaptcha را انتخاب کنید"
1040
 
1041
- #: library/plugin-settings.php:1512
1042
- msgid "Email Alerts"
1043
- msgstr "هشدارهای ایمیل"
1044
 
1045
- #: library/plugin-settings.php:1517
1046
- msgid "Receive Email Alert"
1047
- msgstr "هشدار ایمیل دریافت کنید"
1048
 
1049
- #: library/plugin-settings.php:1519
1050
- msgid "Check this box if you want to be notified via email for new post submissions"
1051
- msgstr "اگر می خواهید از طریق ایمیل برای ارسال های جدید ارسال شوید ، این کادر را علامت بزنید"
1052
 
1053
- #: library/plugin-settings.php:1522
1054
- msgid "Enable HTML Format"
1055
- msgstr "قالب HTML را فعال کنید"
1056
 
1057
- #: library/plugin-settings.php:1524
1058
- msgid "Check this box to enable HTML format for email alerts"
1059
- msgstr "برای فعال کردن قالب HTML برای هشدارهای ایمیل ، این کادر را علامت بزنید"
1060
 
1061
- #: library/plugin-settings.php:1527
1062
- msgid "Email Address for Alerts"
1063
- msgstr "آدرس ایمیل برای هشدارها"
1064
 
1065
- #: library/plugin-settings.php:1529
1066
- msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
1067
- msgstr "اگر کادر دریافت هشدارهای ایمیل را علامت زده اید ، آدرس (های) را که باید برای آنها ایمیل ارسال شود ، نشان دهید."
1068
 
1069
- #: library/plugin-settings.php:1530
1070
- msgid "Separate multiple addresses with commas."
1071
- msgstr "چند آدرس را با کاما از هم جدا کنید."
1072
 
1073
- #: library/plugin-settings.php:1533
1074
- msgid "Email “From” Address"
1075
- msgstr "ایمیل & ldquo؛ از & rdquo؛ نشانی"
1076
 
1077
- #: library/plugin-settings.php:1535
1078
- msgid "Here you may customize the address(es) used for the “From” header (see plugin FAQs for info). "
1079
- msgstr "در اینجا می توانید آدرس (های) مورد استفاده برای & ldquo؛ از & rdquo؛ هدر (برای اطلاعات بیشتر به سؤالات متداول پلاگین مراجعه کنید). "
1080
 
1081
- #: library/plugin-settings.php:1536
1082
- msgid "If multiple addresses are specified in the previous setting, include an equal number of “From” addresses for this setting (in the same order)."
1083
- msgstr "اگر آدرس قبلی در تنظیمات قبلی مشخص شده است ، تعداد مساوی از & ldquo؛ را از & rdquo؛ آدرس های این تنظیم (به همان ترتیب)."
1084
 
1085
- #: library/plugin-settings.php:1539
1086
- msgid "Email Alert Subject"
1087
- msgstr "موضوع هشدار ایمیل"
1088
 
1089
- #: library/plugin-settings.php:1541
1090
- msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
1091
- msgstr "خط موضوع برای هشدارهای ایمیل. خالی بگذارید تا از خط موضوع پیش فرض استفاده کنید. توجه: می توانید از متغیرهای زیر استفاده کنید: "
1092
 
1093
- #: library/plugin-settings.php:1546
1094
- msgid "Email Alert Message"
1095
- msgstr "پیام هشدار ایمیل"
1096
 
1097
- #: library/plugin-settings.php:1548
1098
- msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
1099
- msgstr "پیام برای هشدارهای ایمیل. برای استفاده از پیام پیش فرض خالی بگذارید. توجه: می توانید از متغیرهای زیر استفاده کنید: "
1100
 
1101
- #: library/plugin-settings.php:1560
1102
- msgid "Featured Image"
1103
- msgstr "تصویر شاخص"
1104
 
1105
- #: library/plugin-settings.php:1562
1106
- msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)"
1107
- msgstr "تصاویر ارسالی را به عنوان تصاویر برجسته تنظیم کنید. نیاز به پشتیبانی تم برای تصاویر برجسته (با عنوان تصاویر پس زمینه)"
1108
 
1109
- #: library/plugin-settings.php:1565
1110
- msgid "Upload Message"
1111
- msgstr "ارسال پیام"
1112
 
1113
- #: library/plugin-settings.php:1567
1114
- msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
1115
- msgstr "پیامی که در کنار قسمت بارگذاری ظاهر می شود. مفید برای بیان دستورالعمل های بارگذاری / خط مشی و موارد دیگر. نشانه گذاری اصلی مجاز است"
1116
 
1117
- #: library/plugin-settings.php:1570
1118
- msgid "“Add another image” link"
1119
- msgstr "& ldquo؛ تصویر دیگری را اضافه کنید & rdquo؛ ارتباط دادن"
1120
 
1121
- #: library/plugin-settings.php:1572
1122
- msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
1123
- msgstr "علامت گذاری سفارشی برای & ldquo؛ تصویر دیگری را اضافه کنید & rdquo؛ ارتباط دادن. برای استفاده از نشانه گذاری پیش فرض ، خالی بگذارید (توصیه می شود)."
1124
 
1125
- #: library/plugin-settings.php:1575
1126
- msgid "Minimum number of images"
1127
- msgstr "حداقل تعداد تصاویر"
1128
 
1129
- #: library/plugin-settings.php:1578
1130
- msgid "Specify the minimum number of images"
1131
- msgstr "حداقل تعداد تصاویر را مشخص کنید"
1132
 
1133
- #: library/plugin-settings.php:1582
1134
- msgid "Maximum number of images"
1135
- msgstr "حداکثر تعداد تصاویر"
1136
 
1137
- #: library/plugin-settings.php:1585
1138
- msgid "Specify the maximum number of images"
1139
- msgstr "حداکثر تعداد تصاویر را مشخص کنید"
1140
 
1141
- #: library/plugin-settings.php:1589
1142
- msgid "Minimum image width"
1143
- msgstr "حداقل عرض تصویر"
1144
 
1145
- #: library/plugin-settings.php:1591
1146
- msgid "Specify a minimum width (in pixels) for uploaded images"
1147
- msgstr "برای تصاویر آپلود شده ، حداقل عرض (در پیکسل) را مشخص کنید"
1148
 
1149
- #: library/plugin-settings.php:1594
1150
- msgid "Minimum image height"
1151
- msgstr "حداقل ارتفاع تصویر"
1152
 
1153
- #: library/plugin-settings.php:1596
1154
- msgid "Specify a minimum height (in pixels) for uploaded images"
1155
- msgstr "برای تصاویر آپلود شده ، حداقل ارتفاع (در پیکسل) را مشخص کنید"
1156
 
1157
- #: library/plugin-settings.php:1599
1158
- msgid "Maximum image width"
1159
- msgstr "حداکثر عرض تصویر"
1160
 
1161
- #: library/plugin-settings.php:1601
1162
- msgid "Specify a maximum width (in pixels) for uploaded images"
1163
- msgstr "حداکثر عرض (در پیکسل) را برای تصاویر بارگذاری شده مشخص کنید"
1164
 
1165
- #: library/plugin-settings.php:1604
1166
- msgid "Maximum image height"
1167
- msgstr "حداکثر ارتفاع تصویر"
1168
 
1169
- #: library/plugin-settings.php:1606
1170
- msgid "Specify a maximum height (in pixels) for uploaded images"
1171
- msgstr "حداکثر ارتفاع (در پیکسل) را برای تصاویر بارگذاری شده مشخص کنید"
1172
 
1173
- #: library/plugin-settings.php:1609
1174
- msgid "More Options"
1175
- msgstr "گزینه های بیشتر"
1176
 
1177
- #: library/plugin-settings.php:1612
1178
- msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
1179
- msgstr "برای گزینه های بیشتر ، مانند امکان بارگذاری انواع دیگر فایل ها (مانند PDF ، Word ، Zip ، فیلم ها و موارد دیگر) ، از این موارد بازدید کنید"
1180
 
1181
- #: library/plugin-settings.php:1613
1182
- msgid "Go Pro!"
1183
- msgstr "برو طرفدار!"
1184
 
1185
- #: library/plugin-settings.php:1620
1186
- msgid "Auto-Display Content"
1187
- msgstr "نمایش محتوای خودکار"
1188
 
1189
- #: library/plugin-settings.php:1625
1190
- msgid "Auto-Display Images"
1191
- msgstr "تصاویر نمایش خودکار"
1192
 
1193
- #: library/plugin-settings.php:1627
1194
- msgid "Automatically display user-submitted images:"
1195
- msgstr "نمایش تصاویر ارسال شده توسط کاربر به صورت خودکار:"
1196
 
1197
- #: library/plugin-settings.php:1632
1198
- msgid "Image Markup"
1199
- msgstr "نشانه گذاری تصویر"
1200
 
1201
- #: library/plugin-settings.php:1634
1202
- msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1203
- msgstr "نشانه گذاری برای استفاده از هر تصویر ارائه شده (هنگام نمایش خودکار). می توانید استفاده کنید"
1204
 
1205
- #: library/plugin-settings.php:1636 library/plugin-settings.php:1649
1206
- #: library/plugin-settings.php:1675 library/plugin-settings.php:1688
1207
- msgid "and"
1208
- msgstr "و"
1209
 
1210
- #: library/plugin-settings.php:1639
1211
- msgid "Auto-Display Email"
1212
- msgstr "نمایش خودکار ایمیل"
1213
 
1214
- #: library/plugin-settings.php:1641
1215
- msgid "Automatically display user-submitted email:"
1216
- msgstr "نمایش خودکار ایمیل ارسالی توسط کاربر:"
1217
 
1218
- #: library/plugin-settings.php:1646
1219
- msgid "Email Markup"
1220
- msgstr "نشانه گذاری ایمیل"
1221
 
1222
- #: library/plugin-settings.php:1648
1223
- msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1224
- msgstr "نشانه گذاری برای استفاده برای آدرس ایمیل ارسالی (هنگام نمایش خودکار). می توانید استفاده کنید"
1225
 
1226
- #: library/plugin-settings.php:1652
1227
- msgid "Auto-Display Name"
1228
- msgstr "نام نمایش خودکار"
1229
 
1230
- #: library/plugin-settings.php:1654
1231
- msgid "Automatically display user-submitted author/name:"
1232
- msgstr "نمایش خودکار نویسنده ارسال شده توسط کاربر / نام:"
1233
 
1234
- #: library/plugin-settings.php:1659
1235
- msgid "Name Markup"
1236
- msgstr "نام مارک"
 
1237
 
1238
- #: library/plugin-settings.php:1661
1239
- msgid "Markup to use for the submitted author/name (when auto-display is enabled). Can use"
1240
- msgstr "نشانه گذاری برای استفاده از نویسنده / نام ارائه شده (هنگام نمایش خودکار). می توانید استفاده کنید"
1241
 
1242
- #: library/plugin-settings.php:1665
1243
- msgid "Auto-Display URL"
1244
- msgstr "نشانی اینترنتی نمایش خودکار"
1245
 
1246
- #: library/plugin-settings.php:1667
1247
- msgid "Automatically display user-submitted URL:"
1248
- msgstr "نمایش خودکار URL ارائه شده توسط کاربر:"
1249
 
1250
- #: library/plugin-settings.php:1672
1251
- msgid "URL Markup"
1252
- msgstr "نشانه گذاری URL"
1253
 
1254
- #: library/plugin-settings.php:1674
1255
- msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1256
- msgstr "نشانه گذاری برای استفاده از URL ارائه شده (هنگام نمایش خودکار). می توانید استفاده کنید"
1257
 
1258
- #: library/plugin-settings.php:1678
1259
- msgid "Auto-Display Custom Field"
1260
- msgstr "زمینه سفارشی نمایش خودکار"
1261
 
1262
- #: library/plugin-settings.php:1680
1263
- msgid "Automatically display user-submitted Custom Field:"
1264
- msgstr "زمینه شخصی سازی شده ارسال شده توسط کاربر به صورت خودکار"
1265
 
1266
- #: library/plugin-settings.php:1685
1267
- msgid "Custom Field Markup"
1268
- msgstr "نشانه گذاری زمینه سفارشی"
1269
 
1270
- #: library/plugin-settings.php:1687
1271
- msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1272
- msgstr "نشانه گذاری برای استفاده برای زمینه سفارشی ارائه شده (هنگام نمایش خودکار). می توانید استفاده کنید"
1273
 
1274
- #: library/plugin-settings.php:1693 library/plugin-settings.php:1805
1275
- msgid "Save Settings"
1276
- msgstr "تنظیمات را ذخیره کن"
1277
 
1278
- #: library/plugin-settings.php:1698
1279
- msgid "Display the Form"
1280
- msgstr "نمایش فرم"
1281
 
1282
- #: library/plugin-settings.php:1701
1283
- msgid "Post-Submit Form"
1284
- msgstr "فرم ارسال ارسال"
1285
 
1286
- #: library/plugin-settings.php:1702
1287
- msgid "USP enables you to display a post-submission form anywhere on your site."
1288
- msgstr "USP به شما امکان می دهد فرم ارسال پس از ارسال را در هر نقطه در سایت خود نمایش دهید."
1289
 
1290
- #: library/plugin-settings.php:1703 library/plugin-settings.php:1712
1291
- msgid "Use the shortcode to display the form on any WP Post or Page:"
1292
- msgstr "برای نمایش فرم در هر WP Post یا صفحه از کد کوتاه استفاده کنید:"
1293
 
1294
- #: library/plugin-settings.php:1706 library/plugin-settings.php:1715
1295
- msgid "Or, use the template tag to display the form anywhere in your theme template:"
1296
- msgstr "یا برای نشان دادن فرم در هر کجای الگوی تم خود از برچسب قالب استفاده کنید:"
1297
 
1298
- #: library/plugin-settings.php:1710
1299
- msgid "Login/Register Form"
1300
- msgstr "فرم ورود / ثبت نام"
1301
 
1302
- #: library/plugin-settings.php:1711
1303
- msgid "You also can display a form that enables users to log in, register, or reset their password."
1304
- msgstr "همچنین می توانید فرمی را نمایش دهید که به کاربران امکان ورود ، ثبت نام یا بازنشانی گذرواژه خود را می دهد."
1305
 
1306
- #: library/plugin-settings.php:1719
1307
- msgid "Display Submitted Posts"
1308
- msgstr "نمایش پست های ارسالی"
1309
 
1310
- #: library/plugin-settings.php:1720
1311
- msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1312
- msgstr "برای نمایش لیستی از پستهای ارسالی در هر WP Post یا صفحه از این کد کوتاه استفاده کنید:"
1313
 
1314
- #: library/plugin-settings.php:1723
1315
- msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1316
- msgstr "یا از تگ قالب استفاده کنید تا لیستی از پستهای ارسال شده را در هر مکانی در قالب موضوع خود نشان دهید:"
1317
 
1318
- #: library/plugin-settings.php:1726
1319
- msgid "Here are some examples showing how to configure this shortcode:"
1320
- msgstr "در اینجا چند مثال وجود دارد که نشان می دهد چگونه می توان این کد کوتاه را پیکربندی کرد:"
1321
 
1322
- #: library/plugin-settings.php:1734
1323
- msgid "Display Image Gallery"
1324
- msgstr "نمایش گالری تصاویر"
1325
 
1326
- #: library/plugin-settings.php:1735
1327
- msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
1328
- msgstr "برای نمایش یک گالری تصاویر آپلود شده برای هر پست ارسال شده از این کد کوتاه استفاده کنید:"
1329
 
1330
- #: library/plugin-settings.php:1738
1331
- msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
1332
- msgstr "یا از تگ قالب برای نمایش یک گالری تصویر در هر نقطه از الگوی تم خود استفاده کنید:"
 
1333
 
1334
- #: library/plugin-settings.php:1741
1335
- msgid "You can customize using any of the follwing attributes:"
1336
- msgstr "می توانید با استفاده از هر یک از ویژگی های دنبال کننده ، سفارشی سازی کنید:"
1337
 
1338
- #: library/plugin-settings.php:1756
1339
- msgid "Reset Form Button"
1340
- msgstr "دکمه تنظیم مجدد فرم"
1341
 
1342
- #: library/plugin-settings.php:1757
1343
- msgid "This shortcode displays a link that resets the form to its original state:"
1344
- msgstr "این کد کوتاه پیوندی را نشان می دهد که فرم را به حالت اصلی خود بازنشانی می کند:"
1345
 
1346
- #: library/plugin-settings.php:1760
1347
- msgid "This shortcode accepts the following attributes:"
1348
- msgstr "این کد کوتاه ویژگی های زیر را می پذیرد:"
1349
 
1350
- #: library/plugin-settings.php:1766
1351
- msgid "Note that the url attribute accepts"
1352
- msgstr "توجه داشته باشید که ویژگی url می پذیرد"
1353
 
1354
- #: library/plugin-settings.php:1766
1355
- msgid "to get the current URL."
1356
- msgstr "برای دریافت URL فعلی."
1357
 
1358
- #: library/plugin-settings.php:1769
1359
- msgid "Access Control"
1360
- msgstr "کنترل دسترسی"
1361
 
1362
- #: library/plugin-settings.php:1770
1363
- msgid "USP provides three shortcodes to control access and restrict content."
1364
- msgstr "USP سه کد کوتاه برای کنترل دسترسی و محدود کردن محتوا فراهم می کند."
1365
 
1366
- #: library/plugin-settings.php:1771
1367
- msgid "Display content only to users with a specific capability:"
1368
- msgstr "نمایش محتوای فقط برای کاربران با قابلیت خاص:"
1369
 
1370
- #: library/plugin-settings.php:1774
1371
- msgid "Display content to logged-in users:"
1372
- msgstr "نمایش محتوا برای کاربران وارد شده:"
1373
 
1374
- #: library/plugin-settings.php:1777
1375
- msgid "Display content to visitors only:"
1376
- msgstr "نمایش محتوای فقط برای بازدید کنندگان:"
1377
 
1378
- #: library/plugin-settings.php:1780
1379
- msgid "Tip:"
1380
- msgstr "نکته:"
1381
 
1382
- #: library/plugin-settings.php:1780
1383
- msgid "to include markup in the deny message, you can use"
1384
- msgstr "برای قرار دادن نشانه گذاری در پیام انکار ، می توانید از آنها استفاده کنید"
1385
 
1386
- #: library/plugin-settings.php:1780
1387
- msgid "to output"
1388
- msgstr "به خروجی"
1389
 
1390
- #: library/plugin-settings.php:1783
1391
- msgid "Example"
1392
- msgstr "مثال"
1393
 
1394
- #: library/plugin-settings.php:1784
1395
- msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1396
- msgstr "اگر کاربر وارد سیستم شده است ، فرم ارسال ارسال را نمایش دهید. یا اگر کاربر وارد سیستم نشده است ، فرم ورود را نمایش دهید:"
1397
 
1398
- #: library/plugin-settings.php:1796
1399
- msgid "Restore Defaults"
1400
- msgstr "بازیابی پیش فرض"
 
1401
 
1402
- #: library/plugin-settings.php:1799
1403
- 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."
1404
- msgstr "این گزینه را غیرفعال کنید تا تنظیمات خود را به خاطر بسپارید. یا برای پیشروی و بازیابی گزینه های پیش فرض افزونه: کادر را علامت بزنید ، تنظیمات خود را ذخیره کنید و سپس افزونه را غیرفعال یا فعال کنید."
1405
 
1406
- #: library/plugin-settings.php:1803
1407
- msgid "Restore default options upon plugin deactivation/reactivation"
1408
- msgstr "گزینه های پیش فرض را پس از غیرفعال سازی / فعال سازی مجدد افزونه بازیابی کنید"
1409
 
1410
- #: library/plugin-settings.php:1810
1411
- msgid "Show Support"
1412
- msgstr "نمایش پشتیبانی"
1413
 
1414
- #: library/plugin-settings.php:1819
1415
- msgid "by"
1416
- msgstr "توسط"
1417
 
1418
- #: library/plugin-settings.php:1820
1419
- msgid "Jeff Starr on Twitter"
1420
- msgstr "جف استار در توییتر"
1421
 
1422
- #: library/plugin-settings.php:1821
1423
- msgid "Obsessive Web Design & Development"
1424
- msgstr "وسواس طراحی وب & amp؛ توسعه"
 
 
 
 
 
 
 
 
 
1425
 
1426
- #: library/plugin-settings.php:1832
1427
- msgid "Save Preference"
1428
- msgstr "ذخیره اولویت"
1429
 
1430
- #: library/plugin-settings.php:1839
1431
- msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1432
- msgstr "آیا مطمئن هستید که می خواهید تمام گزینه های پیش فرض را بازیابی کنید؟ (این عمل قابل بازگشت نیست)"
1433
 
1434
- #: library/support-panel.php:55
1435
- msgid "Perishable Press Books"
1436
- msgstr "کتابهای مطبوعاتی قابل ویرایش"
1437
 
1438
- #: library/support-panel.php:56
1439
- msgid "Plugin Planet"
1440
- msgstr "پلاگین سیاره"
1441
 
1442
- #: library/support-panel.php:57
1443
- msgid "Donate via PayPal"
1444
- msgstr "از طریق پی پال کمک مالی کنید"
1445
 
1446
- #: library/support-panel.php:59
1447
- msgid "books"
1448
- msgstr "کتابها"
1449
 
1450
- #: library/support-panel.php:60
1451
- msgid "plugins"
1452
- msgstr "پلاگین ها"
1453
 
1454
- #: library/support-panel.php:61
1455
- msgid "donation"
1456
- msgstr "کمک مالی"
1457
 
1458
- #: library/support-panel.php:63
1459
- msgid "Thank you for using"
1460
- msgstr "با تشکر از شما برای استفاده"
1461
 
1462
- #: library/support-panel.php:64
1463
- msgid "Please show support by purchasing one of my"
1464
- msgstr "لطفا با خرید یکی از موارد پشتیبانی خود را نشان دهید"
1465
 
1466
- #: library/support-panel.php:65
1467
- msgid "or"
1468
- msgstr "یا"
1469
 
1470
- #: library/support-panel.php:65
1471
- msgid "or by making a"
1472
- msgstr "یا با ساختن یک"
1473
 
1474
- #: library/support-panel.php:66
1475
- msgid "Your generous support helps future development of"
1476
- msgstr "حمایت سخاوتمندانه شما به پیشرفت آینده کمک می کند"
1477
 
1478
- #: library/support-panel.php:67
1479
- msgid "and is greatly appreciated."
1480
- msgstr "و بسیار قدردانی می شود"
1481
 
1482
- #: library/support-panel.php:69
1483
- msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1484
- msgstr "هر نوع کمک مالی به من کمک می کند تا این پلاگین رایگان و سایر منابع جذاب وردپرس را ادامه دهم."
 
 
1485
 
1486
- #. Description of the plugin
1487
- #:
1488
- msgid "Enables your visitors to submit posts and images from anywhere on your site."
1489
- msgstr "بازدید کنندگان خود را قادر می سازد پست ها و تصاویر را از هر جای سایت خود ارسال کنند."
1490
 
1491
- #. URI of the plugin
1492
- #:
1493
- msgid "https://perishablepress.com/user-submitted-posts/"
1494
- msgstr "https://perishablepress.com/user-submission-posts/"
1495
 
1496
- #. Author of the plugin
1497
- #:
1498
- msgid "Jeff Starr"
1499
- msgstr "جف استار"
1500
 
1501
- #. Author URI of the plugin
1502
- #:
1503
- msgid "https://plugin-planet.com/"
1504
- msgstr "https://plugin-planet.com/"
 
 
 
 
1505
 
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 20221004\n"
8
  "Language: fa\n"
9
 
10
+ #: library/plugin-settings.php:567
11
+ msgid " approved posts"
12
+ msgstr " پست های تایید شده"
 
 
 
 
 
13
 
14
+ #: user-submitted-posts.php:1499
15
+ msgid " file"
16
+ msgstr " فایل"
17
 
18
+ #: user-submitted-posts.php:1496
19
+ msgid " file required"
20
+ msgstr " فایل مورد نیاز"
21
 
22
+ #: user-submitted-posts.php:1498
23
+ msgid " files"
24
+ msgstr " فایل ها"
25
 
26
+ #: user-submitted-posts.php:1495
27
+ msgid " files required"
28
+ msgstr " فایل های مورد نیاز"
29
 
30
+ #: user-submitted-posts.php:84
31
+ msgid " or higher, and has been deactivated! "
32
+ msgstr " یا بالاتر، و غیر فعال شده است! "
33
 
34
+ #: user-submitted-posts.php:1501 user-submitted-posts.php:1502
35
+ #: user-submitted-posts.php:1503 user-submitted-posts.php:1504
36
+ msgid " pixels"
37
+ msgstr " پیکسل ها"
38
 
39
+ #: user-submitted-posts.php:1541 user-submitted-posts.php:1542
40
+ msgid " required"
41
+ msgstr " ضروری"
42
 
43
+ #: library/plugin-display.php:535
44
+ msgid "“Add another image” link"
45
+ msgstr "“افزودن تصویر دیگری” ارتباط دادن"
46
 
47
+ #: library/plugin-display.php:61
48
+ msgid "— the ultimate solution for user-generated content."
49
+ msgstr "— راه حل نهایی برای محتوای تولید شده توسط کاربر."
50
 
51
+ #: library/plugin-settings.php:180
52
+ msgid "(Provide your own form template & styles)"
53
+ msgstr "(الگوی فرم و سبک های خود را ارائه دهید)"
54
 
55
+ #: library/plugin-settings.php:176
56
+ msgid "(Provide your own styles)"
57
+ msgstr "(سبک های خود را ارائه دهید)"
58
 
59
+ #: library/plugin-settings.php:172
60
+ msgid "(Recommended)"
61
+ msgstr "(توصیه شده)"
62
 
63
+ #: library/plugin-display.php:131
64
+ msgid "..and upload them into a directory named"
65
+ msgstr ".. و آنها را در دایرکتوری به نام آپلود کنید"
66
 
67
+ #: library/plugin-display.php:770
68
+ msgid "Access Control"
69
+ msgstr "کنترل دسترسی"
70
 
71
+ #: library/plugin-display.php:468
72
+ msgid "Add a challenge question to help stop spam. Tip: make the question easy to answer for any human."
73
+ msgstr "برای کمک به توقف هرزنامه، یک سوال چالشی اضافه کنید. نکته: پاسخ دادن به سوال را برای هر انسانی آسان کنید."
74
 
75
+ #: views/submission-form.php:147 views/submission-form-alt.php:162
76
+ msgid "Add another image"
77
+ msgstr "یک تصویر دیگر اضافه کنید"
78
 
79
+ #: library/plugin-display.php:291
80
+ msgid "Additional recipients for email alerts. Use commas to separate multiple addresses."
81
+ msgstr "گیرندگان اضافی برای هشدارهای ایمیل. برای جدا کردن چندین آدرس از کاما استفاده کنید."
 
82
 
83
+ #: library/shortcode-login.php:183
84
+ msgid "Admin"
85
+ msgstr "مدیر"
 
 
86
 
87
+ #: library/plugin-settings.php:200 library/plugin-settings.php:224
88
+ #: library/plugin-settings.php:248 library/plugin-settings.php:272
89
+ #: library/plugin-settings.php:296
90
+ msgid "After post content"
91
+ msgstr "پس از ارسال مطالب"
92
 
93
+ #: user-submitted-posts.php:1512
94
  msgid "An error occurred. Please go back and try again."
95
+ msgstr "خطایی رخ داد. لطفا برگردید و دوباره امتحان کنید."
96
 
97
+ #: library/plugin-display.php:363 library/plugin-display.php:746
98
+ #: library/plugin-display.php:751
99
+ msgid "and"
100
+ msgstr "و"
101
 
102
+ #: library/support-panel.php:63
103
+ msgid "and is greatly appreciated."
104
+ msgstr "و بسیار قدردانی می شود."
105
 
106
+ #: library/plugin-display.php:35
107
+ msgid "and/or"
108
+ msgstr "و/یا"
109
 
110
+ #: views/submission-form.php:85 views/submission-form-alt.php:100
111
+ msgid "Antispam Question"
112
+ msgstr "سوال آنتی اسپم"
113
 
114
+ #: library/support-panel.php:65
115
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
116
+ msgstr "هر اندازه اهدایی به من کمک می کند تا به توسعه این افزونه رایگان و سایر منابع عالی وردپرس ادامه دهم."
117
 
118
+ #: library/plugin-display.php:231
119
+ msgid "Assigned Author"
120
+ msgstr "نویسنده تعیین شده"
121
 
122
+ #: library/plugin-display.php:747 library/plugin-display.php:751
123
+ msgid "attributes"
124
+ msgstr "ویژگی های"
125
 
126
+ #: library/plugin-display.php:583
127
+ msgid "Automatically display images and more."
128
+ msgstr "نمایش خودکار تصاویر و موارد دیگر."
129
 
130
+ #: library/plugin-settings.php:196 library/plugin-settings.php:220
131
+ #: library/plugin-settings.php:244 library/plugin-settings.php:268
132
+ #: library/plugin-settings.php:292
133
+ msgid "Before post content"
134
+ msgstr "قبل از ارسال مطالب"
135
 
136
+ #: library/support-panel.php:55
137
+ msgid "books"
138
+ msgstr "کتاب ها"
139
 
140
+ #: library/plugin-display.php:829
141
+ msgid "by"
142
+ msgstr "توسط"
143
 
144
+ #: library/plugin-display.php:152
145
+ msgid "By default, CSS & JavaScript files are loaded on every page. To load only on specific page(s), enter the URL(s) here. Use commas to separate multiple URLs. Leave blank to load on all pages."
146
+ msgstr "به طور پیش فرض، CSS & فایل های جاوا اسکریپت در هر صفحه بارگذاری می شوند. برای بارگیری فقط در صفحه(های) خاص، URL(ها) را در اینجا وارد کنید. از کاما برای جدا کردن چندین URL استفاده کنید. برای بارگذاری در همه صفحات خالی بگذارید."
147
 
148
+ #: library/plugin-display.php:430
149
+ msgid "By default, this displays an “Agree to Terms” checkbox. Customize as desired."
150
+ msgstr "به طور پیش فرض، یک “موافق با شرایط” چک باکس به دلخواه سفارشی کنید."
151
 
152
+ #: library/plugin-display.php:753
153
+ msgid "Can use"
154
+ msgstr "می توانید استفاده کنید"
155
 
156
+ #: library/plugin-display.php:481
157
+ msgid "Case-sensitivity"
158
+ msgstr "حساسیت به حروف کوچک و بزرگ"
159
 
160
+ #: library/plugin-display.php:332
161
+ msgid "Categories"
162
+ msgstr "دسته بندی ها"
163
 
164
+ #: library/plugin-display.php:327
165
+ msgid "Categories & Tags"
166
+ msgstr "دسته بندی ها & برچسب ها"
167
 
168
+ #: library/plugin-display.php:363
169
+ msgid "category"
170
+ msgstr "دسته بندی"
171
 
172
+ #: library/plugin-display.php:349
173
+ msgid "Category ID for Hidden Field"
174
+ msgstr "شناسه دسته برای فیلد پنهان"
175
 
176
+ #: library/plugin-settings.php:408 library/plugin-display.php:466
177
+ #: library/plugin-display.php:471
178
+ msgid "Challenge Question"
179
+ msgstr "سوال چالش برانگیز"
180
 
181
+ #: library/plugin-display.php:476
182
+ msgid "Challenge Response"
183
+ msgstr "پاسخ به چالش"
184
 
185
+ #: library/plugin-display.php:319 library/plugin-display.php:392
186
+ #: library/plugin-display.php:420 library/plugin-display.php:458
187
+ msgid "check out"
188
+ msgstr "وارسی"
189
 
190
+ #: library/plugin-display.php:754
191
+ msgid "Check out the source code inline notes for more info"
192
+ msgstr "برای اطلاعات بیشتر، یادداشت های درون خطی کد منبع را بررسی کنید"
193
 
194
+ #: library/plugin-display.php:46
195
+ msgid "Check this box if you have shown support"
196
+ msgstr "اگر پشتیبانی نشان داده اید، این کادر را علامت بزنید"
197
 
198
+ #: library/shortcode-login.php:98
199
+ msgid "Check your email for the password."
200
+ msgstr "ایمیل خود را برای رمز عبور چک کنید."
201
 
202
+ #: library/shortcode-login.php:103
203
+ msgid "Check your email to reset your password."
204
+ msgstr "ایمیل خود را برای تنظیم مجدد رمز عبور خود را بررسی کنید."
205
 
206
+ #: library/plugin-display.php:443
207
+ msgid "Checkbox Error"
208
+ msgstr "خطای چک باکس"
209
 
210
+ #: library/plugin-display.php:438
211
+ msgid "Checkbox Name"
212
+ msgstr "نام جعبه چک"
213
 
214
+ #: library/plugin-display.php:448
215
+ msgid "Checkbox Text"
216
+ msgstr "متن چک باکس"
217
 
218
+ #: library/plugin-display.php:85
219
+ msgid "Choose fields to display on the front-end form."
220
+ msgstr "فیلدهایی را برای نمایش در فرم جلویی انتخاب کنید."
 
221
 
222
+ #: library/plugin-display.php:506
223
+ msgid "Choose reCaptcha version"
224
+ msgstr "نسخه reCaptcha را انتخاب کنید"
 
 
225
 
226
+ #: library/plugin-display.php:374
227
+ msgid "Configure Custom Field #1."
228
+ msgstr "فیلد سفارشی شماره 1 را پیکربندی کنید."
 
229
 
230
+ #: library/plugin-display.php:402
231
+ msgid "Configure Custom Field #2."
232
+ msgstr "فیلد سفارشی شماره 2 را پیکربندی کنید."
 
 
233
 
234
+ #: library/plugin-display.php:276
235
+ msgid "Configure email notifications for new submitted posts."
236
+ msgstr "اعلان‌های ایمیل را برای پست‌های ارسالی جدید پیکربندی کنید."
 
 
 
237
 
238
+ #: library/plugin-display.php:118
239
+ msgid "Configure general settings. Note: the default settings work fine for most cases."
240
+ msgstr "تنظیمات کلی را پیکربندی کنید توجه: تنظیمات پیش فرض برای اکثر موارد به خوبی کار می کنند."
241
 
242
+ #: library/plugin-display.php:514
243
+ msgid "Configure settings for image uploads."
244
+ msgstr "تنظیمات آپلود تصویر را پیکربندی کنید."
245
 
246
+ #: library/plugin-display.php:329
247
+ msgid "Configure settings for the Category and Tag fields."
248
+ msgstr "تنظیمات فیلدهای Category و Tag را پیکربندی کنید."
 
249
 
250
+ #: library/plugin-display.php:228
251
+ msgid "Configure user settings."
252
+ msgstr "تنظیمات کاربر را پیکربندی کنید."
253
 
254
+ #: library/shortcode-login.php:180
255
+ msgid "Congratulations, you’re logged in."
256
+ msgstr "تبریک می‌گوییم، شما وارد سیستم شدید."
 
 
257
 
258
+ #: user-submitted-posts.php:1529 user-submitted-posts.php:1530
259
+ msgid "Correct captcha required"
260
+ msgstr "کپچای صحیح مورد نیاز است"
261
 
262
+ #: library/plugin-display.php:296
263
+ msgid "Custom address for the email “From” header (see plugin FAQs for info)."
264
+ msgstr "آدرس سفارشی برای ایمیل “از” هدر (برای اطلاعات به سوالات متداول افزونه مراجعه کنید)."
265
 
266
+ #: library/plugin-display.php:428
267
+ msgid "Custom Checkbox"
268
+ msgstr "چک باکس سفارشی"
269
 
270
+ #: user-submitted-posts.php:1509
271
+ msgid "Custom checkbox required"
272
+ msgstr "کادر تأیید سفارشی مورد نیاز است"
273
 
274
+ #: library/plugin-display.php:184
275
+ msgid "Custom Content"
276
+ msgstr "محتوای دلخواه"
277
 
278
+ #: user-submitted-posts.php:1506 library/core-functions.php:306
279
+ #: library/plugin-settings.php:369 library/plugin-settings.php:907
280
+ #: library/plugin-display.php:372
281
+ msgid "Custom Field 1"
282
+ msgstr "فیلد سفارشی 1"
283
 
284
+ #: library/plugin-display.php:639
285
+ msgid "Custom Field 1 Display"
286
+ msgstr "نمایش فیلد 1 سفارشی"
287
 
288
+ #: library/plugin-display.php:646
289
+ msgid "Custom Field 1 Markup"
290
+ msgstr "نشانه گذاری فیلد 1 سفارشی"
291
 
292
+ #: user-submitted-posts.php:1507 library/core-functions.php:255
293
+ #: library/plugin-settings.php:374 library/plugin-settings.php:910
294
+ #: library/plugin-display.php:400
295
+ msgid "Custom Field 2"
296
+ msgstr "فیلد سفارشی 2"
297
 
298
+ #: library/plugin-display.php:652
299
+ msgid "Custom Field 2 Display"
300
+ msgstr "نمایش فیلد 2 سفارشی"
301
 
302
+ #: library/plugin-display.php:659
303
+ msgid "Custom Field 2 Markup"
304
+ msgstr "نشانه گذاری فیلد 2 سفارشی"
305
 
306
+ #: library/plugin-display.php:382 library/plugin-display.php:410
307
+ msgid "Custom Field Label"
308
+ msgstr "برچسب فیلد سفارشی"
309
 
310
+ #: library/plugin-display.php:377 library/plugin-display.php:405
311
+ msgid "Custom Field Name"
312
+ msgstr "نام فیلد سفارشی"
313
 
314
+ #: library/plugin-settings.php:180
315
+ msgid "Custom Form + Custom CSS"
316
+ msgstr "فرم سفارشی + CSS سفارشی"
317
 
318
+ #: library/plugin-display.php:537
319
+ msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
320
+ msgstr "نشانه گذاری سفارشی برای “افزودن یک تصویر دیگر” ارتباط دادن. برای استفاده از نشانه گذاری پیش فرض (توصیه می شود) را خالی بگذارید."
321
 
322
+ #: library/plugin-display.php:522
323
+ msgid "Default Featured Image"
324
+ msgstr "تصویر ویژه پیش فرض"
325
 
326
+ #: library/plugin-settings.php:481
327
+ msgid "Disable"
328
+ msgstr "غیر فعال کردن"
329
 
330
+ #: library/plugin-display.php:201
331
+ msgid "Disable all required attributes on form fields (useful for troubleshooting error messages)"
332
+ msgstr "غیرفعال کردن تمام ویژگی های مورد نیاز در فیلدهای فرم (مفید برای عیب یابی پیام های خطا)"
333
 
334
+ #: library/plugin-display.php:204
335
+ msgid "Disable IP Tracking"
336
+ msgstr "غیرفعال کردن IP Tracking"
337
 
338
+ #: library/plugin-display.php:258
339
+ msgid "Disable Replace Author"
340
+ msgstr "غیرفعال کردن جایگزین نویسنده"
341
 
342
+ #: library/plugin-display.php:199
343
+ msgid "Disable Required"
344
+ msgstr "غیر فعال کردن الزامی است"
345
 
346
+ #: library/plugin-settings.php:350 library/plugin-settings.php:391
347
+ #: library/plugin-settings.php:421 library/plugin-settings.php:451
348
+ msgid "Disable this field"
349
+ msgstr "این فیلد را غیر فعال کنید"
350
 
351
+ #: library/plugin-display.php:356
352
+ msgid "Display a select/dropdown menu of existing tags (valid when Tag field is displayed on the form)"
353
+ msgstr "نمایش یک منوی انتخابی/کشویی از برچسب‌های موجود (معتبر زمانی که فیلد برچسب در فرم نمایش داده شود)"
354
 
355
+ #: library/plugin-display.php:433
356
+ msgid "Display Checkbox"
357
+ msgstr "نمایش چک باکس"
358
 
359
+ #: library/plugin-display.php:773
360
+ msgid "Display content only to users with a specific capability:"
361
+ msgstr "نمایش محتوا فقط برای کاربرانی که قابلیت خاصی دارند:"
362
 
363
+ #: library/plugin-display.php:775
364
+ msgid "Display content to logged-in users:"
365
+ msgstr "نمایش محتوا برای کاربرانی که وارد سیستم شده اند:"
366
 
367
+ #: library/plugin-display.php:777
368
+ msgid "Display content to visitors only:"
369
+ msgstr "نمایش محتوا فقط برای بازدیدکنندگان:"
370
 
371
+ #: library/plugin-display.php:435
372
+ msgid "Display custom checkbox on the submission form"
373
+ msgstr "نمایش چک باکس سفارشی در فرم ارسال"
374
 
375
+ #: library/plugin-display.php:641
376
+ msgid "Display Custom Field 1:"
377
+ msgstr "نمایش فیلد سفارشی 1:"
378
 
379
+ #: library/plugin-display.php:654
380
+ msgid "Display Custom Field 2:"
381
+ msgstr "نمایش فیلد سفارشی 2:"
382
 
383
+ #: library/plugin-display.php:730
384
+ msgid "Display image gallery"
385
+ msgstr "نمایش گالری تصاویر"
386
 
387
+ #: library/plugin-display.php:615
388
+ msgid "Display submitted author/name:"
389
+ msgstr "نمایش نویسنده/نام ارسالی:"
390
 
391
+ #: library/plugin-display.php:602
392
+ msgid "Display submitted email address:"
393
+ msgstr "نمایش آدرس ایمیل ارسالی:"
394
 
395
+ #: library/plugin-display.php:588
396
+ msgid "Display submitted images:"
397
+ msgstr "نمایش تصاویر ارسالی:"
398
 
399
+ #: library/plugin-display.php:628
400
+ msgid "Display submitted URL:"
401
+ msgstr "نمایش URL ارسالی:"
 
402
 
403
+ #: library/plugin-display.php:684
404
+ msgid "Display the Form"
405
+ msgstr "فرم را نمایش دهید"
406
 
407
+ #: library/plugin-display.php:701
408
+ msgid "Display the login/register form"
409
+ msgstr "نمایش فرم ورود/ثبت نام"
410
 
411
+ #: library/plugin-display.php:688
412
+ msgid "Display the submit-post form"
413
+ msgstr "نمایش فرم ارسال پست"
414
 
415
+ #: library/plugin-display.php:711
416
+ msgid "Display user-submitted posts"
417
+ msgstr "نمایش پست های ارسالی توسط کاربر"
418
 
419
+ #: library/plugin-display.php:206
420
+ msgid "Do not collect or store any user IP address (useful for complying with privacy regulations)"
421
+ msgstr "هیچ آدرس IP کاربر را جمع آوری یا ذخیره نکنید (مفید برای رعایت مقررات حفظ حریم خصوصی)"
422
 
423
+ #: library/plugin-settings.php:204 library/plugin-settings.php:228
424
+ #: library/plugin-settings.php:252 library/plugin-settings.php:276
425
+ #: library/plugin-settings.php:300
426
+ msgid "Do not display"
427
+ msgstr "نمایش داده نشود"
428
 
429
+ #: library/plugin-display.php:260
430
+ msgid "Do not replace post author with submitted user name"
431
+ msgstr "نویسنده پست را با نام کاربری ارسالی جایگزین نکنید"
432
 
433
+ #: library/plugin-display.php:65
434
+ msgid "Documentation"
435
+ msgstr "مستندات"
436
 
437
+ #: library/support-panel.php:53
438
+ msgid "Donate via PayPal"
439
+ msgstr "از طریق پی پال کمک مالی کنید"
440
 
441
+ #: library/support-panel.php:57
442
+ msgid "donation"
443
+ msgstr "اهدا"
444
 
445
+ #: library/plugin-settings.php:563
446
+ msgid "Draft"
447
+ msgstr "پیش نویس"
448
 
449
+ #: user-submitted-posts.php:1554
450
+ msgid "Duplicate post title. Please try again."
451
+ msgstr "عنوان پست تکراری لطفا دوباره تلاش کنید."
 
 
452
 
453
+ #: library/plugin-settings.php:895
454
+ msgid "Email"
455
+ msgstr "پست الکترونیک"
 
 
456
 
457
+ #: library/plugin-display.php:294
458
+ msgid "Email “From” Address"
459
+ msgstr "ایمیل “از” نشانی"
460
 
461
+ #: library/plugin-display.php:289
462
+ msgid "Email Address for Alerts"
463
+ msgstr "آدرس ایمیل برای هشدارها"
464
 
465
+ #: library/plugin-display.php:307
466
+ msgid "Email Alert Message"
467
+ msgstr "پیام هشدار ایمیل"
468
 
469
+ #: library/plugin-display.php:300
470
+ msgid "Email Alert Subject"
471
+ msgstr "موضوع هشدار ایمیل"
472
 
473
+ #: library/plugin-display.php:274
474
+ msgid "Email Alerts"
475
+ msgstr "هشدارهای ایمیل"
476
 
477
+ #: library/plugin-display.php:600
478
+ msgid "Email Display"
479
+ msgstr "نمایش ایمیل"
480
 
481
+ #: library/plugin-display.php:607
482
+ msgid "Email Markup"
483
+ msgstr "نشانه گذاری ایمیل"
484
 
485
+ #: library/plugin-display.php:318
486
+ msgid "email-alert options"
487
+ msgstr "گزینه های هشدار ایمیل"
488
+
489
+ #: library/plugin-settings.php:480
490
+ msgid "Enable"
491
+ msgstr "فعال کردن"
492
+
493
+ #: library/plugin-settings.php:348 library/plugin-settings.php:389
494
+ #: library/plugin-settings.php:420 library/plugin-settings.php:450
495
  msgid "Enable and require"
496
+ msgstr "فعال و نیازمند"
497
 
498
+ #: library/plugin-settings.php:349 library/plugin-settings.php:390
499
  msgid "Enable but do not require"
500
+ msgstr "فعال کنید اما نیازی نیست"
501
 
502
+ #: library/plugin-display.php:284
503
+ msgid "Enable HTML Format"
504
+ msgstr "فرمت HTML را فعال کنید"
 
505
 
506
+ #: library/plugin-display.php:286
507
+ msgid "Enable HTML format for email alert messages"
508
+ msgstr "قالب HTML را برای پیام های هشدار ایمیل فعال کنید"
 
509
 
510
+ #: library/plugin-display.php:191
511
+ msgid "Enable RTE/Visual Editor for the Post Content field"
512
+ msgstr "RTE/Visual Editor را برای قسمت Post Content فعال کنید"
 
513
 
514
+ #: library/plugin-display.php:209
515
+ msgid "Enable Shortcodes"
516
+ msgstr "کدهای کوتاه را فعال کنید"
 
517
 
518
+ #: library/plugin-display.php:211
519
+ msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
520
+ msgstr "فعال کردن کدهای کوتاه در ویجت ها به طور پیش فرض، وردپرس کدهای کوتاه را در ویجت ها فعال نمی کند. "
 
521
 
522
+ #: library/plugin-display.php:341
523
+ msgid "Enable users to select multiple categories"
524
+ msgstr "کاربران را قادر می سازد چندین دسته را انتخاب کنند"
525
 
526
+ #: library/plugin-display.php:573
527
+ msgid "Enable users to upload other file types (like PDF, Word, Zip, videos, and more), check out"
528
+ msgstr "کاربران را قادر می سازد تا انواع فایل های دیگر (مانند PDF، Word، Zip، ویدیوها و موارد دیگر) را آپلود کنند"
529
 
530
+ #. Description of the plugin
531
+ #:
532
+ msgid "Enables your visitors to submit posts and images from anywhere on your site."
533
+ msgstr "بازدیدکنندگان شما را قادر می سازد تا پست ها و تصاویر را از هر نقطه از سایت شما ارسال کنند."
534
 
535
+ #: library/plugin-display.php:59
536
+ msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
537
+ msgstr "بازدیدکنندگان شما را قادر می‌سازد تا پست‌ها و تصاویر را از قسمت جلویی سایت شما آپلود کنند. "
538
 
539
+ #: library/plugin-display.php:478
540
+ msgid "Enter the *only* correct answer to the challenge question"
541
+ msgstr "*تنها* پاسخ صحیح سوال چالش را وارد کنید"
542
 
543
+ #: library/plugin-display.php:526
544
+ msgid "Enter URL or click button to upload/choose an image (optional)"
545
+ msgstr "URL را وارد کنید یا دکمه را برای آپلود/انتخاب تصویر (اختیاری) کلیک کنید"
546
 
547
+ #: library/plugin-display.php:500
548
+ msgid "Enter your Private Key"
549
+ msgstr "کلید خصوصی خود را وارد کنید"
550
 
551
+ #: library/plugin-display.php:495
552
+ msgid "Enter your Public Key"
553
+ msgstr "کلید عمومی خود را وارد کنید"
554
 
555
+ #: library/shortcode-login.php:156
556
+ msgid "Enter your username or email to reset your password."
557
+ msgstr "نام کاربری یا ایمیل را برای تنظیم دوباره رمزتان وارد کنید."
558
 
559
+ #: library/plugin-display.php:179
560
+ msgid "Error Message"
561
+ msgstr "پیغام خطا"
562
 
563
+ #: library/plugin-display.php:181
564
+ msgid "Error message displayed if post submission fails (basic markup allowed)"
565
+ msgstr "در صورت عدم ارسال پست، پیام خطا نمایش داده می‌شود (نشانه‌گذاری اولیه مجاز است)"
566
 
567
+ #: library/plugin-display.php:445
568
+ msgid "Error message displayed if user does not check the box"
569
+ msgstr "اگر کاربر کادر را علامت نزند، پیام خطا نمایش داده می شود"
570
 
571
+ #: user-submitted-posts.php:1564
572
+ msgid "Error: "
573
+ msgstr "خطا: "
574
 
575
+ #: library/plugin-display.php:783
576
+ msgid "Example"
577
+ msgstr "مثال"
578
 
579
+ #: library/plugin-display.php:517
580
+ msgid "Featured Image"
581
+ msgstr "تصویر شاخص"
582
 
583
+ #: user-submitted-posts.php:1547
584
+ msgid "File not uploaded. Please check the file and try again."
585
+ msgstr "فایل آپلود نشد لطفا فایل را بررسی کنید و دوباره امتحان کنید."
586
 
587
+ #: user-submitted-posts.php:1540
588
+ msgid "File type not allowed (please upload images only)"
589
+ msgstr "نوع فایل مجاز نیست (لطفا فقط تصاویر را آپلود کنید)"
590
 
591
+ #: library/plugin-display.php:390 library/plugin-display.php:418
592
+ #: library/plugin-display.php:456
593
+ msgid "For"
594
+ msgstr "برای"
595
 
596
+ #: library/plugin-display.php:317 library/plugin-display.php:362
597
+ msgid "For more"
598
+ msgstr "برای بیشتر"
599
 
600
+ #: library/plugin-display.php:60
601
+ msgid "For more features and unlimited forms, check out"
602
+ msgstr "برای ویژگی های بیشتر و فرم های نامحدود، بررسی کنید"
603
 
604
+ #: library/plugin-display.php:218 library/plugin-display.php:266
605
+ #: library/plugin-display.php:668
606
+ msgid "For more options and features, check out"
607
+ msgstr "برای گزینه ها و ویژگی های بیشتر، بررسی کنید"
608
 
609
+ #: library/plugin-display.php:108
610
+ msgid "For unlimited fields, check out"
611
+ msgstr "برای فیلدهای نامحدود، بررسی کنید"
612
 
613
+ #: library/shortcode-login.php:90
614
+ msgid "Forgot?"
615
+ msgstr "یادم رفت؟"
616
+
617
+ #: library/plugin-display.php:83
618
+ msgid "Form Fields"
619
+ msgstr "فیلدهای فرم"
620
+
621
+ #: library/plugin-display.php:121
622
+ msgid "Form Style"
623
+ msgstr "سبک فرم"
624
+
625
+ #: library/plugin-display.php:581
626
+ msgid "Frontend Display"
627
+ msgstr "صفحه نمایش Frontend"
628
+
629
+ #: library/plugin-display.php:139
630
+ msgid "FYI: here is a"
631
+ msgstr "FYI: اینجا یک است"
632
+
633
+ #: library/plugin-display.php:116
634
+ msgid "General Settings"
635
+ msgstr "تنظیمات عمومی"
636
+
637
+ #: library/plugin-display.php:72
638
+ msgid "Get USP Pro"
639
+ msgstr "USP Pro را دریافت کنید"
640
+
641
+ #: library/plugin-settings.php:40
642
+ msgid "Get USP Pro for unlimited forms!"
643
+ msgstr "USP Pro را برای فرم های نامحدود دریافت کنید!"
644
+
645
+ #: library/plugin-display.php:70
646
+ msgid "give it a 5-star rating"
647
+ msgstr "به آن امتیاز 5 ستاره بدهید"
648
+
649
+ #: library/plugin-display.php:37
650
  msgid "give this plugin a 5-star rating"
651
  msgstr "به این افزونه امتیاز 5 ستاره بدهید"
652
 
653
+ #: library/plugin-settings.php:68
654
+ msgid "Give USP a 5-star rating at WordPress.org"
655
+ msgstr "در WordPress.org به USP رتبه 5 ستاره بدهید"
656
+
657
+ #: library/plugin-settings.php:41
658
+ msgid "Go Pro"
659
+ msgstr "برو طرفدار"
660
+
661
+ #: library/plugin-settings.php:438 library/plugin-display.php:488
662
+ msgid "Google reCaptcha"
663
+ msgstr "گوگل reCaptcha"
664
+
665
+ #: library/shortcode-login.php:107
666
+ msgid "Have an account?"
667
+ msgstr "حساب کاربری دارید؟"
668
+
669
+ #: library/plugin-display.php:717
670
+ msgid "Here are some examples showing how to configure this shortcode:"
671
+ msgstr "در اینجا چند مثال نشان می دهد که چگونه این کد کوتاه را پیکربندی کنید:"
672
+
673
+ #: library/plugin-display.php:344
674
+ msgid "Hidden/Default Category"
675
+ msgstr "دسته پنهان/پیش‌فرض"
676
+
677
+ #: library/plugin-settings.php:63
678
+ msgid "Homepage"
679
+ msgstr "صفحه نخست"
680
+
681
+ #: library/plugin-settings.php:172
682
+ msgid "HTML5 Form + Default CSS"
683
+ msgstr "فرم HTML5 + CSS پیش فرض"
684
+
685
+ #: library/plugin-settings.php:176
686
+ msgid "HTML5 Form + Disable CSS"
687
+ msgstr "فرم HTML5 + غیرفعال کردن CSS"
688
+
689
+ #. URI of the plugin
690
+ #:
691
+ msgid "https://perishablepress.com/user-submitted-posts/"
692
+ msgstr "https://perishablepress.com/user-submitted-posts/"
693
+
694
+ #. Author URI of the plugin
695
+ #:
696
+ msgid "https://plugin-planet.com/"
697
+ msgstr "https://plugin-planet.com/"
698
+
699
+ #: views/submission-form.php:169 views/submission-form-alt.php:184
700
+ msgid "Human verification: leave this field empty."
701
+ msgstr "تأیید انسانی: این قسمت را خالی بگذارید."
702
+
703
+ #: library/plugin-display.php:297
704
+ msgid "If multiple addresses are specified for the previous setting, include an equal number of addresses for this setting (in the same order)."
705
+ msgstr "اگر چندین آدرس برای تنظیم قبلی مشخص شده است، تعداد مساوی آدرس را برای این تنظیم (به ترتیب) درج کنید."
706
+
707
+ #: library/plugin-display.php:784
708
+ msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
709
+ msgstr "اگر کاربر وارد شده است، فرم پس از ارسال را نمایش دهید. یا اگر کاربر وارد نشده است، فرم ورود را نمایش دهید:"
710
+
711
+ #: library/plugin-display.php:69
712
+ msgid "If you like this plugin, please"
713
+ msgstr "اگر این افزونه را دوست دارید لطفا"
714
+
715
+ #: library/plugin-display.php:586
716
+ msgid "Image Display"
717
+ msgstr "نمایش تصویر"
718
+
719
+ #: user-submitted-posts.php:1539
720
+ msgid "Image height exceeds maximum"
721
+ msgstr "ارتفاع تصویر از حداکثر بیشتر است"
722
+
723
+ #: library/plugin-display.php:593
724
+ msgid "Image Markup"
725
+ msgstr "نشانه گذاری تصویر"
726
+
727
+ #: library/plugin-settings.php:468 library/plugin-display.php:512
728
+ msgid "Image Uploads"
729
+ msgstr "آپلودهای تصویر"
730
+
731
+ #: user-submitted-posts.php:1537
732
+ msgid "Image width exceeds maximum"
733
+ msgstr "عرض تصویر از حداکثر بیشتر است"
734
+
735
+ #: library/plugin-display.php:746
736
+ msgid "in"
737
+ msgstr "که در"
738
+
739
+ #: library/plugin-display.php:131
740
+ msgid "in your theme:"
741
+ msgstr "در موضوع شما:"
742
+
743
+ #: library/plugin-display.php:145
744
+ msgid "Include JavaScript"
745
+ msgstr "جاوا اسکریپت را شامل شود"
746
+
747
+ #: library/plugin-display.php:147
748
+ msgid "Include required JavaScript files (recommended)"
749
+ msgstr "شامل فایل های جاوا اسکریپت مورد نیاز (توصیه می شود)"
750
+
751
+ #: library/enqueue-scripts.php:152
752
+ msgid "Incorrect response."
753
+ msgstr "پاسخ نادرست"
754
+
755
+ #: library/plugin-display.php:138
756
+ msgid "Installation Docs"
757
+ msgstr "اسناد نصب"
758
+
759
+ #. Author of the plugin
760
+ #:
761
+ msgid "Jeff Starr"
762
+ msgstr "جف استار"
763
+
764
+ #: library/plugin-display.php:830
765
+ msgid "Jeff Starr on Twitter"
766
+ msgstr "جف استار در توییتر"
767
 
768
+ #: library/plugin-display.php:726 library/plugin-display.php:798
769
+ msgid "Learn more"
770
+ msgstr "بیشتر بدانید "
771
 
772
+ #: library/plugin-display.php:809
773
+ msgid "Leave this option disabled to remember your settings."
774
+ msgstr "این گزینه را غیرفعال بگذارید تا تنظیمات خود را به خاطر بسپارید."
775
 
776
+ #: library/plugin-settings.php:92
777
+ msgid "Like this plugin? Give it a"
778
+ msgstr "این افزونه را دوست دارید؟ به آن یک"
779
 
780
+ #: library/plugin-display.php:139
781
+ msgid "list of USP CSS selectors"
782
+ msgstr "لیست انتخابگرهای USP CSS"
783
 
784
+ #: user-submitted-posts.php:1621
785
+ msgid "log in"
786
+ msgstr "وارد شدن"
787
 
788
+ #: library/shortcode-login.php:108
789
+ msgid "Log in or sign up! It’s fast & free!"
790
+ msgstr "ورود به سیستم یا ثبت نام! سریع است & رایگان!"
791
 
792
+ #: library/shortcode-login.php:182
793
+ msgid "Log out"
794
+ msgstr "خروج"
795
 
796
+ #: library/shortcode-login.php:88 library/shortcode-login.php:127
797
+ msgid "Login"
798
+ msgstr "وارد شدن"
799
 
800
+ #: library/shortcode-login.php:155
801
+ msgid "Lose something?"
802
+ msgstr "از دست دادن چیزی؟"
803
 
804
+ #: library/plugin-display.php:35
805
+ msgid "make a donation"
806
+ msgstr "کمک مالی کنید"
807
 
808
+ #: library/plugin-display.php:35
809
+ msgid "Make a donation via PayPal"
810
+ msgstr "از طریق پی پال کمک مالی کنید"
811
 
812
+ #: library/plugin-display.php:483
813
+ msgid "Make the challenge response case-sensitive"
814
+ msgstr "پاسخ چالش را به حروف کوچک و بزرگ حساس کنید"
815
 
816
+ #: library/plugin-display.php:648
817
+ msgid "Markup for Custom Field 1. You may include any of the following variables:"
818
+ msgstr "نشانه گذاری برای فیلد سفارشی 1. می توانید هر یک از متغیرهای زیر را در نظر بگیرید:"
819
 
820
+ #: library/plugin-display.php:661
821
+ msgid "Markup for Custom Field 2. You may include any of the following variables:"
822
+ msgstr "نشانه گذاری برای فیلد سفارشی 2. می توانید هر یک از متغیرهای زیر را در نظر بگیرید:"
823
 
824
+ #: library/plugin-display.php:595
825
+ msgid "Markup for each submitted image. You may include any of the following variables:"
826
+ msgstr "نشانه گذاری برای هر تصویر ارسال شده شما می توانید یکی از متغیرهای زیر را در نظر بگیرید:"
827
 
828
+ #: library/plugin-display.php:622
829
+ msgid "Markup for submitted author/name. You may include"
830
+ msgstr "نشانه گذاری برای نویسنده/نام ارسالی. ممکن است شامل شود"
831
 
832
+ #: library/plugin-display.php:609
833
+ msgid "Markup for submitted email address. You may include any of the following variables:"
834
+ msgstr "نشانه گذاری برای آدرس ایمیل ارسال شده شما می توانید یکی از متغیرهای زیر را در نظر بگیرید:"
835
 
836
+ #: library/plugin-display.php:635
837
+ msgid "Markup for submitted URL. You may include any of the following variables:"
838
+ msgstr "نشانه گذاری برای URL ارسال شده. شما می توانید یکی از متغیرهای زیر را در نظر بگیرید:"
839
 
840
+ #: library/plugin-display.php:567
841
+ msgid "Maximum height (in pixels) for uploaded images"
842
+ msgstr "حداکثر ارتفاع (بر حسب پیکسل) برای تصاویر آپلود شده"
843
 
844
+ #: library/plugin-display.php:565
845
+ msgid "Maximum image height"
846
+ msgstr "حداکثر ارتفاع تصویر"
847
 
848
+ #: library/plugin-display.php:560
849
+ msgid "Maximum image width"
850
+ msgstr "حداکثر عرض تصویر"
851
 
852
+ #: library/plugin-display.php:545
853
+ msgid "Maximum number of images"
854
+ msgstr "حداکثر تعداد تصاویر"
855
 
856
+ #: user-submitted-posts.php:1535
857
+ msgid "Maximum number of images exceeded "
858
+ msgstr "از حداکثر تعداد تصاویر فراتر رفته است "
859
 
860
+ #: library/plugin-display.php:547
861
+ msgid "Maximum number of images for each submitted post"
862
+ msgstr "حداکثر تعداد عکس برای هر پست ارسالی"
863
 
864
+ #: library/plugin-display.php:562
865
+ msgid "Maximum width (in pixels) for uploaded images"
866
+ msgstr "حداکثر عرض (بر حسب پیکسل) برای تصاویر آپلود شده"
867
 
868
+ #: library/plugin-display.php:176
869
+ msgid "Message displayed after successful post submission (basic markup allowed)"
870
+ msgstr "پیام پس از ارسال موفقیت آمیز پست نمایش داده می شود (نشانه گذاری اولیه مجاز است)"
871
 
872
+ #: library/plugin-display.php:532
873
+ msgid "Message displayed next to the file upload field (basic markup allowed)"
874
+ msgstr "پیام نمایش داده شده در کنار فیلد آپلود فایل (نشانه گذاری اولیه مجاز است)"
875
 
876
+ #: library/plugin-display.php:309
877
+ msgid "Message for email alerts. Leave blank to use default message. You may include any of the following variables:"
878
+ msgstr "پیام برای هشدارهای ایمیل. برای استفاده از پیام پیش فرض خالی بگذارید. شما می توانید یکی از متغیرهای زیر را در نظر بگیرید:"
879
 
880
+ #: library/plugin-display.php:557
881
+ msgid "Minimum height (in pixels) for uploaded images"
882
+ msgstr "حداقل ارتفاع (بر حسب پیکسل) برای تصاویر آپلود شده"
883
 
884
+ #: library/plugin-display.php:555
885
+ msgid "Minimum image height"
886
+ msgstr "حداقل ارتفاع تصویر"
887
 
888
+ #: user-submitted-posts.php:1538
889
+ msgid "Minimum image height not met"
890
+ msgstr "حداقل ارتفاع تصویر رعایت نشده است"
891
 
892
+ #: library/plugin-display.php:550
893
+ msgid "Minimum image width"
894
+ msgstr "حداقل عرض تصویر"
895
 
896
+ #: user-submitted-posts.php:1536
897
+ msgid "Minimum image width not met"
898
+ msgstr "حداقل عرض تصویر رعایت نشده است"
899
 
900
+ #: library/plugin-display.php:540
901
+ msgid "Minimum number of images"
902
+ msgstr "حداقل تعداد تصاویر"
903
 
904
+ #: library/plugin-display.php:542
905
+ msgid "Minimum number of images for each submitted post"
906
+ msgstr "حداقل تعداد عکس برای هر پست ارسالی"
907
 
908
+ #: user-submitted-posts.php:1534
909
+ msgid "Minimum number of images not met"
910
+ msgstr "حداقل تعداد تصاویر رعایت نشده است"
911
 
912
+ #: library/plugin-display.php:552
913
+ msgid "Minimum width (in pixels) for uploaded images"
914
+ msgstr "حداقل عرض (بر حسب پیکسل) برای تصاویر آپلود شده"
915
 
916
+ #: library/plugin-display.php:105 library/plugin-display.php:215
917
+ #: library/plugin-display.php:263 library/plugin-display.php:314
918
+ #: library/plugin-display.php:359 library/plugin-display.php:387
919
+ #: library/plugin-display.php:415 library/plugin-display.php:453
920
+ #: library/plugin-display.php:570 library/plugin-display.php:665
921
+ msgid "More Options"
922
+ msgstr "گزینه های بیشتر"
923
 
924
+ #: library/plugin-display.php:339
925
+ msgid "Multiple Categories"
926
+ msgstr "دسته بندی های متعدد"
927
 
928
+ #: library/plugin-display.php:613
929
+ msgid "Name Display"
930
+ msgstr "نمایش نام"
931
 
932
+ #: library/plugin-display.php:620
933
+ msgid "Name Markup"
934
+ msgstr "علامت گذاری نام"
935
 
936
+ #: user-submitted-posts.php:1533
937
+ msgid "Non-empty value for hidden field"
938
+ msgstr "مقدار غیر خالی برای فیلد پنهان"
939
 
940
+ #: library/plugin-display.php:767
941
+ msgid "Note that the url attribute accepts"
942
+ msgstr "توجه داشته باشید که ویژگی url می پذیرد"
943
 
944
+ #: library/plugin-display.php:742
945
+ msgid "Notes:"
946
+ msgstr "یادداشت:"
947
 
948
+ #: library/plugin-display.php:831
949
+ msgid "Obsessive Web Design & Development"
950
+ msgstr "طراحی وب وسواسی & توسعه"
951
 
952
+ #: library/plugin-display.php:186
953
+ msgid "Optional markup/text to include before the submission form (leave blank to disable)"
954
+ msgstr "نشانه گذاری/متن اختیاری برای درج قبل از فرم ارسال (برای غیرفعال کردن، خالی بگذارید)"
955
 
956
+ #: library/plugin-display.php:364
957
+ msgid "options, check out"
958
+ msgstr "گزینه ها را بررسی کنید"
959
 
960
+ #: library/support-panel.php:61
961
+ msgid "or"
962
+ msgstr "یا"
963
 
964
+ #: library/support-panel.php:61
965
+ msgid "or by making a"
966
+ msgstr "یا با ساختن الف"
967
 
968
+ #: library/plugin-display.php:810
969
+ msgid "Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
970
+ msgstr "یا برای ادامه و بازیابی گزینه های پیش فرض افزونه: کادر را علامت بزنید، تنظیمات خود را ذخیره کنید و سپس افزونه را غیرفعال/فعال کنید."
971
 
972
+ #: library/plugin-display.php:715
973
+ msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
974
+ msgstr "یا از تگ قالب برای نمایش لیستی از پست های ارسالی در هر نقطه از قالب تم خود استفاده کنید:"
975
 
976
+ #: library/plugin-display.php:734
977
+ msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
978
+ msgstr "یا از تگ الگو برای نمایش گالری تصاویر در هر نقطه از قالب خود استفاده کنید:"
979
 
980
+ #: library/plugin-display.php:693 library/plugin-display.php:706
981
+ msgid "Or, use the template tag to display the form anywhere in your theme template:"
982
+ msgstr "یا از تگ الگو برای نمایش فرم در هر جایی از قالب خود استفاده کنید:"
983
 
984
+ #: library/plugin-display.php:55
985
+ msgid "Overview"
986
+ msgstr "بررسی اجمالی"
987
 
988
+ #: library/shortcode-login.php:118
989
+ msgid "Password"
990
+ msgstr "کلمه عبور"
991
 
992
+ #: library/plugin-settings.php:564
993
+ msgid "Pending (default)"
994
+ msgstr "در انتظار (پیش‌فرض)"
995
 
996
+ #: library/support-panel.php:51
997
+ msgid "Perishable Press Books"
998
+ msgstr "کتابهای مطبوعاتی فاسد شدنی"
999
 
1000
+ #: user-submitted-posts.php:1620 library/plugin-display.php:35
1001
+ msgid "Please"
1002
+ msgstr "لطفا"
1003
 
1004
+ #: user-submitted-posts.php:1532
1005
+ msgid "Please check your email and try again"
1006
+ msgstr "لطفا ایمیل خود را بررسی کنید و دوباره امتحان کنید"
1007
 
1008
+ #: views/submission-form.php:21 views/submission-form-alt.php:40
1009
+ msgid "Please complete the required fields."
1010
+ msgstr "لطفا فیلدهای مورد نیاز را تکمیل کنید."
1011
 
1012
+ #: user-submitted-posts.php:85
1013
+ msgid "Please return to the"
1014
+ msgstr "لطفا به"
1015
 
1016
+ #: views/submission-form.php:92 views/submission-form-alt.php:107
1017
+ msgid "Please select a category.."
1018
+ msgstr "لطفا یک دسته را انتخاب کنید.."
1019
 
1020
+ #: views/submission-form.php:58 views/submission-form-alt.php:73
1021
+ msgid "Please select some tags.."
1022
+ msgstr "لطفا چند برچسب را انتخاب کنید.."
1023
 
1024
+ #: library/plugin-settings.php:860
1025
+ msgid "Please select your image(s) to upload."
1026
+ msgstr "لطفاً تصویر(های) خود را برای آپلود انتخاب کنید."
1027
 
1028
+ #: library/support-panel.php:60
1029
+ msgid "Please show support by purchasing one of my"
1030
+ msgstr "لطفا با خرید یکی از من حمایت خود را نشان دهید"
1031
 
1032
+ #: library/plugin-settings.php:62 library/plugin-display.php:64
1033
+ #: library/plugin-display.php:829
1034
+ msgid "Plugin Homepage"
1035
+ msgstr "صفحه اصلی پلاگین"
1036
 
1037
+ #: library/support-panel.php:52
1038
+ msgid "Plugin Planet"
1039
+ msgstr "پلاگین سیاره"
1040
 
1041
+ #: library/plugin-display.php:79
1042
+ msgid "Plugin Settings"
1043
+ msgstr "تنظیمات پلاگین"
1044
 
1045
+ #: library/support-panel.php:56
1046
+ msgid "plugins"
1047
+ msgstr "پلاگین ها"
1048
 
1049
+ #: views/submission-form.php:90 views/submission-form-alt.php:105
1050
+ #: library/plugin-display.php:94
1051
+ msgid "Post Category"
1052
+ msgstr "دسته پست"
1053
 
1054
+ #: user-submitted-posts.php:1527
1055
+ msgid "Post category required"
1056
+ msgstr "دسته پست مورد نیاز است"
1057
 
1058
+ #: views/submission-form.php:123 views/submission-form.php:124
1059
+ #: views/submission-form-alt.php:138 views/submission-form-alt.php:139
1060
+ #: library/plugin-display.php:95
1061
+ msgid "Post Content"
1062
+ msgstr "ارسال مطالب"
1063
 
1064
+ #: user-submitted-posts.php:1528
1065
+ msgid "Post content required"
1066
+ msgstr "ارسال مطالب الزامی است"
1067
 
1068
+ #: user-submitted-posts.php:1553
1069
+ msgid "Post not created. Please contact the site administrator for help."
1070
+ msgstr "پست ایجاد نشد لطفا برای راهنمایی با مدیر سایت تماس بگیرید."
1071
 
1072
+ #: library/plugin-display.php:162
1073
+ msgid "Post Status"
1074
+ msgstr "وضعیت پست"
1075
 
1076
+ #: library/plugin-display.php:165
1077
+ msgid "Post Status for submitted posts"
1078
+ msgstr "وضعیت پست برای پست های ارسال شده"
1079
 
1080
+ #: views/submission-form.php:56 views/submission-form.php:65
1081
+ #: views/submission-form.php:66 views/submission-form-alt.php:71
1082
+ #: views/submission-form-alt.php:80 views/submission-form-alt.php:81
1083
+ #: library/plugin-display.php:93
1084
+ msgid "Post Tags"
1085
+ msgstr "برچسب های پست"
1086
 
1087
+ #: user-submitted-posts.php:1526
1088
+ msgid "Post tags required"
1089
+ msgstr "برچسب های پست مورد نیاز است"
1090
 
1091
+ #: views/submission-form.php:49 views/submission-form.php:50
1092
+ #: views/submission-form-alt.php:64 views/submission-form-alt.php:65
1093
+ #: library/plugin-display.php:92
1094
+ msgid "Post Title"
1095
+ msgstr "عنوان پست"
1096
 
1097
+ #: user-submitted-posts.php:1524
1098
+ msgid "Post title required"
1099
+ msgstr "عنوان پست الزامی است"
1100
 
1101
+ #: library/plugin-display.php:155
1102
+ msgid "Post Type"
1103
+ msgstr "نوع پست"
1104
 
1105
+ #: library/plugin-display.php:158
1106
+ msgid "Post Type for submitted posts"
1107
+ msgstr "برای پست های ارسالی تایپ کنید"
1108
 
1109
+ #: library/plugin-display.php:498
1110
+ msgid "Private Key"
1111
+ msgstr "کلید خصوصی"
1112
 
1113
+ #: library/shortcode-login.php:184
1114
+ msgid "Profile"
1115
+ msgstr "مشخصات"
1116
 
1117
+ #: library/plugin-display.php:493
1118
+ msgid "Public Key"
1119
+ msgstr "کلید عمومی"
1120
 
1121
+ #: library/plugin-settings.php:567
1122
+ msgid "Publish after "
1123
+ msgstr "پس از انتشار "
1124
 
1125
+ #: library/plugin-settings.php:566
1126
+ msgid "Publish after 1 approved post"
1127
+ msgstr "انتشار پس از 1 پست تایید شده"
1128
 
1129
+ #: library/plugin-settings.php:565
1130
+ msgid "Publish immediately"
1131
+ msgstr "فورا منتشر کنید"
1132
 
1133
+ #: library/plugin-display.php:36
1134
+ msgid "Rate and review at the Plugin Directory"
1135
+ msgstr "رتبه بندی و بررسی در فهرست پلاگین"
1136
 
1137
+ #: library/plugin-settings.php:69
1138
+ msgid "Rate this plugin »"
1139
+ msgstr "به این افزونه امتیاز دهید »"
1140
 
1141
+ #: library/plugin-display.php:503
1142
+ msgid "reCaptcha Version"
1143
+ msgstr "نسخه reCaptcha"
1144
 
1145
+ #: library/plugin-display.php:279
1146
+ msgid "Receive Email Alert"
1147
+ msgstr "دریافت هشدار ایمیل"
1148
 
1149
+ #: library/plugin-display.php:169
1150
+ msgid "Redirect URL"
1151
+ msgstr "تغییر مسیر URL"
1152
 
1153
+ #: library/plugin-display.php:171
1154
+ msgid "Redirect user to this URL after post submission (leave blank to stay on current page)"
1155
+ msgstr "پس از ارسال پست، کاربر را به این URL هدایت کنید (برای ماندن در صفحه فعلی، آن را خالی بگذارید)"
1156
 
1157
+ #: library/shortcode-login.php:89
1158
+ msgid "Register"
1159
+ msgstr "ثبت نام"
1160
 
1161
+ #: library/shortcode-login.php:135
1162
+ msgid "Register for this site!"
1163
+ msgstr "برای این سایت ثبت نام کنید"
1164
 
1165
+ #: library/plugin-display.php:243
1166
+ msgid "Registered Email"
1167
+ msgstr "ایمیل ثبت شده"
1168
 
1169
+ #: library/plugin-display.php:248
1170
+ msgid "Registered URL"
1171
+ msgstr "URL ثبت شده"
1172
 
1173
+ #: library/plugin-display.php:238
1174
+ msgid "Registered Username"
1175
+ msgstr "نام کاربری ثبت شده"
1176
 
1177
+ #: library/shortcode-login.php:124
1178
+ msgid "Remember me"
1179
+ msgstr "مرا به خاطر بسپار"
1180
 
1181
+ #: library/plugin-display.php:196
1182
+ msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate posts)"
1183
+ msgstr "لازم است عناوین پست ارسالی منحصر به فرد باشد (مفید برای جلوگیری از ارسال های متعدد/تکراری)"
1184
 
1185
+ #: library/plugin-display.php:253
1186
+ msgid "Require User Login"
1187
+ msgstr "نیاز به ورود کاربر"
1188
 
1189
+ #: library/plugin-display.php:255
1190
+ msgid "Require users to be logged in to WordPress to view/submit the form"
1191
+ msgstr "برای مشاهده/ارسال فرم، کاربران را ملزم به ورود به وردپرس کنید"
1192
 
1193
+ #: user-submitted-posts.php:83
1194
+ msgid "requires WordPress "
1195
+ msgstr "نیاز به وردپرس دارد "
1196
 
1197
+ #: library/shortcode-misc.php:18
1198
+ msgid "Reset form"
1199
+ msgstr "بازنشانی فرم"
1200
 
1201
+ #: library/plugin-display.php:758
1202
+ msgid "Reset Form Button"
1203
+ msgstr "دکمه فرم بازنشانی"
1204
 
1205
+ #: library/shortcode-login.php:163
1206
+ msgid "Reset my password"
1207
+ msgstr "رمز عبور من تنظیم مجدد"
1208
 
1209
+ #: library/plugin-display.php:813
1210
+ msgid "Restore default options upon plugin deactivation/reactivation"
1211
+ msgstr "پس از غیرفعال‌سازی/فعال‌سازی مجدد افزونه، گزینه‌های پیش‌فرض را بازیابی کنید"
1212
 
1213
+ #: library/plugin-display.php:807
1214
+ msgid "Restore Defaults"
1215
+ msgstr "بازیابی پیش فرض ها"
1216
 
1217
+ #: user-submitted-posts.php:1590
1218
+ msgid "Return to form"
1219
+ msgstr "بازگشت به فرم"
1220
 
1221
+ #: library/plugin-display.php:189
1222
+ msgid "Rich Text Editor"
1223
+ msgstr "ویرایشگر متن توانمند"
1224
 
1225
+ #: library/plugin-display.php:676
1226
+ msgid "Save All Changes"
1227
+ msgstr "ذخیره همه تغییرات"
1228
 
1229
+ #: library/plugin-display.php:842
1230
+ msgid "Save Preference"
1231
+ msgstr "ذخیره اولویت"
1232
 
1233
+ #: library/plugin-display.php:815
1234
+ msgid "Save Settings"
1235
+ msgstr "تنظیمات را ذخیره کن"
1236
 
1237
+ #: library/plugin-settings.php:595
1238
+ msgid "Select categories to include in the Category field:"
1239
+ msgstr "دسته بندی ها را برای درج در قسمت Category انتخاب کنید:"
1240
 
1241
+ #: library/plugin-display.php:281
1242
+ msgid "Send email alerts for new post submissions"
1243
+ msgstr "برای ارسال پست جدید هشدارهای ایمیل ارسال کنید"
1244
 
1245
+ #: library/plugin-settings.php:31
1246
+ msgid "Settings"
1247
+ msgstr "تنظیمات"
1248
 
1249
+ #: library/plugin-display.php:334
1250
+ msgid "Show categories"
1251
+ msgstr "نمایش دسته ها"
1252
 
1253
+ #: library/plugin-display.php:820
1254
+ msgid "Show Support"
1255
+ msgstr "نمایش پشتیبانی"
1256
 
1257
+ #: user-submitted-posts.php:618
1258
+ msgid "Show USP Posts"
1259
+ msgstr "نمایش پست های USP"
1260
 
1261
+ #: library/shortcode-login.php:136
1262
+ msgid "Sign up now for the good stuff."
1263
+ msgstr "اکنون برای چیزهای خوب ثبت نام کنید."
1264
 
1265
+ #: library/shortcode-login.php:147
1266
+ msgid "Sign up!"
1267
+ msgstr "ثبت نام!"
1268
 
1269
+ #: library/plugin-display.php:351
1270
+ msgid "Specify category ID(s) to use for “Hidden/Default Category” (separate multiple IDs with commas)"
1271
+ msgstr "شناسه(های) دسته را برای استفاده برای “دسته پنهان/پیش فرض” (شناسه های متعدد را با کاما جدا کنید)"
1272
 
1273
+ #: library/plugin-display.php:234
1274
+ msgid "Specify the user that should be assigned as author for submitted posts"
1275
+ msgstr "کاربری را که باید به عنوان نویسنده برای پست های ارسالی اختصاص داده شود را مشخص کنید"
1276
 
1277
+ #: library/plugin-display.php:302
1278
+ msgid "Subject line for email alerts. Leave blank to use default subject line. You may include any of the following variables:"
1279
+ msgstr "خط موضوع برای هشدارهای ایمیل. برای استفاده از خط موضوع پیش فرض، خالی بگذارید. شما می توانید یکی از متغیرهای زیر را در نظر بگیرید:"
1280
 
1281
+ #: views/submission-form.php:197 views/submission-form-alt.php:212
1282
+ msgid "Submit Post"
1283
+ msgstr "ارسال پست"
1284
 
1285
+ #: library/plugin-settings.php:10
1286
+ msgid "Submitted Posts"
1287
+ msgstr "پست های ارسال شده"
1288
 
1289
+ #: user-submitted-posts.php:559
1290
+ msgid "Submitter Email: "
1291
+ msgstr "ایمیل ارسال کننده: "
1292
 
1293
+ #: user-submitted-posts.php:561
1294
+ msgid "Submitter IP: "
1295
+ msgstr "IP ارسال کننده: "
1296
 
1297
+ #: user-submitted-posts.php:558
1298
+ msgid "Submitter Name: "
1299
+ msgstr "نام ارسال کننده: "
1300
 
1301
+ #: user-submitted-posts.php:560
1302
+ msgid "Submitter URL: "
1303
+ msgstr "آدرس ارسال کننده: "
1304
 
1305
+ #: library/plugin-display.php:174
1306
+ msgid "Success Message"
1307
+ msgstr "پیام موفقیت"
1308
 
1309
+ #: library/shortcode-login.php:97 library/shortcode-login.php:102
1310
+ msgid "Success!"
1311
+ msgstr "موفقیت!"
1312
 
1313
+ #: library/plugin-settings.php:866
1314
+ msgid "Success! Thank you for your submission."
1315
+ msgstr "موفقیت! از ارسال شما متشکرم."
1316
 
1317
+ #: library/plugin-display.php:66
1318
+ msgid "Support Forum"
1319
+ msgstr "انجمن پشتیبانی"
1320
 
1321
+ #: library/plugin-display.php:364
1322
+ msgid "tag"
1323
+ msgstr "برچسب زدن"
1324
 
1325
+ #: library/plugin-display.php:150
1326
+ msgid "Targeted Loading"
1327
+ msgstr "بارگذاری هدفمند"
1328
 
1329
+ #: library/plugin-display.php:450
1330
+ msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
1331
+ msgstr "متن در کنار کادر انتخاب نمایش داده می شود. نکته: از براکت های فرفری برای خروجی براکت های زاویه استفاده کنید، به عنوان مثال:"
1332
 
1333
+ #: library/support-panel.php:59
1334
+ msgid "Thank you for using"
1335
+ msgstr "با تشکر از شما برای استفاده"
1336
 
1337
+ #: library/plugin-display.php:70
1338
+ msgid "THANK YOU for your support!"
1339
+ msgstr "از حمایت شما متشکرم"
1340
 
1341
+ #: library/plugin-display.php:137
1342
+ 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"
1343
+ msgstr "این به شما امکان می دهد فرم و سبک ها را به دلخواه شخصی سازی کنید. برای اطلاعات بیشتر، بخش \"فرم سفارشی ارسال\" را در بخش بررسی کنید"
1344
 
1345
+ #: library/plugin-display.php:793
1346
+ msgid "The access shortcodes can be added to any WP Post or Page. So you can display forms and other content conditionally, based on user role and login status."
1347
+ msgstr "کدهای کوتاه دسترسی را می توان به هر پست یا صفحه WP اضافه کرد. بنابراین می توانید فرم ها و سایر مطالب را به صورت مشروط، بر اساس نقش کاربر و وضعیت ورود به سیستم نمایش دهید."
1348
 
1349
+ #: user-submitted-posts.php:1551
1350
+ msgid "The file(s) could not be uploaded"
1351
+ msgstr "فایل(های) بارگذاری نشد"
1352
 
1353
+ #: library/plugin-display.php:708
1354
+ msgid "The login/register form displays as a tabbed interface, so users can switch between login, register, and reset password."
1355
+ msgstr "فرم ورود/ثبت به صورت یک رابط زبانه ای نمایش داده می شود، بنابراین کاربران می توانند بین ورود، ثبت نام و بازنشانی رمز عبور جابجا شوند."
1356
 
1357
+ #: library/plugin-display.php:725
1358
+ msgid "The pro version provides many more options for this shortcode."
1359
+ msgstr "نسخه حرفه ای گزینه های بیشتری را برای این کد کوتاه فراهم می کند."
1360
 
1361
+ #: library/plugin-display.php:797
1362
+ msgid "The pro version provides more flexibility with access-control shortcodes."
1363
+ msgstr "نسخه حرفه ای انعطاف پذیری بیشتری را با کدهای کوتاه کنترل دسترسی فراهم می کند."
 
1364
 
1365
+ #: library/plugin-settings.php:846
1366
+ msgid "There was an error. Please check required fields and try again."
1367
+ msgstr "یک خطای وجود دارد. لطفاً فیلدهای الزامی را بررسی کنید و دوباره امتحان کنید."
1368
 
1369
+ #: library/plugin-display.php:212
1370
+ msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
1371
+ msgstr "این تنظیم هر کدام/همه کدهای کوتاه را در ویجت ها فعال می کند (حتی کدهای کوتاه سایر افزونه ها)."
1372
 
1373
+ #: library/plugin-display.php:762
1374
+ msgid "This shortcode accepts the following attributes:"
1375
+ msgstr "این کد کوتاه ویژگی های زیر را می پذیرد:"
1376
 
1377
+ #: library/plugin-display.php:760
1378
+ msgid "This shortcode displays a link that resets the form to its original state:"
1379
+ msgstr "این کد کوتاه پیوندی را نشان می دهد که فرم را به حالت اولیه خود بازنشانی می کند:"
1380
 
1381
+ #: library/plugin-display.php:384
1382
+ msgid "This will be displayed as the field label on the form. Default: Custom Field 1"
1383
+ msgstr "این به عنوان برچسب فیلد در فرم نمایش داده می شود. پیش فرض: فیلد سفارشی 1"
1384
 
1385
+ #: library/plugin-display.php:412
1386
+ msgid "This will be displayed as the field label on the form. Default: Custom Field 2"
1387
+ msgstr "این به عنوان برچسب فیلد در فرم نمایش داده می شود. پیش فرض: فیلد سفارشی 2"
1388
 
1389
+ #: library/plugin-display.php:724 library/plugin-display.php:780
1390
+ #: library/plugin-display.php:796
1391
+ msgid "Tip:"
1392
+ msgstr "نکته:"
1393
 
1394
+ #: library/plugin-display.php:623
1395
+ msgid "to display the submitted name."
1396
+ msgstr "برای نمایش نام ارسالی"
1397
 
1398
+ #: library/plugin-display.php:490
1399
+ msgid "To enable Google reCaptcha, enter your public and private keys."
1400
+ msgstr "برای فعال کردن Google reCaptcha، کلیدهای عمومی و خصوصی خود را وارد کنید."
1401
 
1402
+ #: library/plugin-display.php:767
1403
+ msgid "to get the current URL."
1404
+ msgstr "برای دریافت URL فعلی"
1405
 
1406
+ #: library/plugin-display.php:753
1407
+ msgid "to get the URL of the full-size image"
1408
+ msgstr "برای دریافت URL تصویر در اندازه کامل"
1409
 
1410
+ #: library/plugin-display.php:781
1411
+ msgid "to include markup in the deny message, you can use"
1412
+ msgstr "برای گنجاندن نشانه گذاری در پیام انکار، می توانید استفاده کنید"
1413
 
1414
+ #: library/plugin-display.php:781
1415
+ msgid "to output"
1416
+ msgstr "به خروجی"
1417
 
1418
+ #: library/plugin-display.php:745
1419
+ msgid "to output angle brackets"
1420
+ msgstr "برای خروجی براکت های زاویه"
1421
 
1422
+ #: library/plugin-display.php:473
1423
+ msgid "To prevent spam, enter a question that users must answer before submitting the form"
1424
+ msgstr "برای جلوگیری از هرزنامه، سوالی را وارد کنید که کاربران باید قبل از ارسال فرم به آن پاسخ دهند"
1425
 
1426
+ #: user-submitted-posts.php:1622
1427
+ msgid "to submit content!"
1428
+ msgstr "برای ارسال محتوا!"
1429
 
1430
+ #: user-submitted-posts.php:87
1431
+ msgid "to upgrade WordPress and try again."
1432
+ msgstr "وردپرس را ارتقا دهید و دوباره امتحان کنید."
1433
 
1434
+ #: library/plugin-display.php:22
1435
+ msgid "Toggle all panels"
1436
+ msgstr "همه پانل ها را تغییر دهید"
1437
 
1438
+ #: library/plugin-display.php:194
1439
+ msgid "Unique Titles"
1440
+ msgstr "عناوین بی نظیر"
1441
 
1442
+ #: library/plugin-display.php:457
1443
+ msgid "unlimited checkbox fields"
1444
+ msgstr "فیلدهای چک باکس نامحدود"
1445
 
1446
+ #: library/plugin-display.php:391 library/plugin-display.php:419
1447
+ msgid "unlimited custom fields"
1448
+ msgstr "زمینه های سفارشی نامحدود"
1449
 
1450
+ #: library/plugin-display.php:72
1451
+ msgid "Unlimited front-end forms"
1452
+ msgstr "فرم های front-end نامحدود"
1453
 
1454
+ #: views/submission-form.php:138 views/submission-form-alt.php:153
1455
+ msgid "Upload an Image"
1456
+ msgstr "یک تصویر آپلود کنید"
1457
 
1458
+ #: library/plugin-display.php:530
1459
+ msgid "Upload Message"
1460
+ msgstr "آپلود پیام"
1461
 
1462
+ #: library/plugin-settings.php:897
1463
+ msgid "URL"
1464
+ msgstr "URL"
1465
 
1466
+ #: library/plugin-display.php:626
1467
+ msgid "URL Display"
1468
+ msgstr "نمایش URL"
1469
 
1470
+ #: library/plugin-display.php:633
1471
+ msgid "URL Markup"
1472
+ msgstr "نشانه گذاری URL"
1473
 
1474
+ #: library/plugin-display.php:346
1475
+ msgid "Use a hidden field for the post category. This hides the category field and sets its value via the next option."
1476
+ msgstr "از یک فیلد مخفی برای دسته بندی پست استفاده کنید. این فیلد دسته را پنهان می کند و مقدار آن را از طریق گزینه بعدی تنظیم می کند."
1477
 
1478
+ #: library/plugin-display.php:745
1479
+ msgid "Use curly brackets"
1480
+ msgstr "از براکت های فرفری استفاده کنید"
1481
 
1482
+ #: library/plugin-display.php:354
1483
+ msgid "Use Existing Tags"
1484
+ msgstr "از برچسب های موجود استفاده کنید"
1485
 
1486
+ #: library/plugin-display.php:379 library/plugin-display.php:407
1487
+ #: library/plugin-display.php:440
1488
+ msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
1489
+ msgstr "فقط از حروف عددی، زیرخط و خط تیره استفاده کنید. اگر مطمئن نیستید، از نام پیش فرض استفاده کنید:"
1490
 
1491
+ #: library/plugin-display.php:750
1492
+ msgid "Use single straight quotes (instead of double quotes) in"
1493
+ msgstr "از گیومه های مستقیم (به جای نقل قول دوتایی) در آن استفاده کنید"
1494
 
1495
+ #: library/plugin-display.php:519
1496
+ msgid "Use submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)"
1497
+ msgstr "از تصاویر ارسالی به عنوان تصاویر ویژه استفاده کنید. نیاز به پشتیبانی تم برای تصاویر ویژه (با نام مستعار Post Thumbnails)"
1498
 
1499
+ #: library/plugin-display.php:691 library/plugin-display.php:704
1500
+ msgid "Use the shortcode to display the form on any WP Post or Page:"
1501
+ msgstr "از کد کوتاه برای نمایش فرم در هر پست یا صفحه WP استفاده کنید:"
1502
 
1503
+ #: library/plugin-display.php:250
1504
+ msgid "Use the user’s Profile URL as the value of the URL field (valid when the user is logged in to WordPress)"
1505
+ msgstr "از URL نمایه کاربر به عنوان مقدار فیلد URL استفاده کنید (معتبر زمانی که کاربر به وردپرس وارد شده باشد)"
1506
 
1507
+ #: library/plugin-display.php:245
1508
+ msgid "Use the user’s registered email as the value of the Email field (valid when the user is logged in to WordPress)"
1509
+ msgstr "از ایمیل ثبت شده کاربر به عنوان مقدار فیلد ایمیل استفاده کنید (معتبر زمانی که کاربر وارد وردپرس شده باشد)"
1510
 
1511
+ #: library/plugin-display.php:240
1512
+ msgid "Use the user’s registered username for the Name field (valid when the user is logged in to WordPress)"
1513
+ msgstr "استفاده از نام کاربری ثبت شده کاربر برای فیلد Name (معتبر زمانی که کاربر وارد وردپرس شده باشد)"
1514
 
1515
+ #: library/plugin-display.php:732
1516
+ msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
1517
+ msgstr "از این کد کوتاه برای نمایش گالری از تصاویر آپلود شده برای هر پست ارسال شده استفاده کنید:"
1518
 
1519
+ #: library/plugin-display.php:713
1520
+ msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1521
+ msgstr "از این کد کوتاه برای نمایش لیستی از پست های ارسال شده در هر پست یا صفحه WP استفاده کنید:"
1522
 
1523
+ #: library/plugin-display.php:90
1524
+ msgid "User Email"
1525
+ msgstr "ایمیل کاربر"
1526
 
1527
+ #: user-submitted-posts.php:1531
1528
+ msgid "User email required"
1529
+ msgstr "ایمیل کاربر مورد نیاز است"
1530
 
1531
+ #: user-submitted-posts.php:1522
1532
+ msgid "User login required"
1533
+ msgstr "ورود کاربر مورد نیاز است"
1534
 
1535
+ #: library/plugin-display.php:89
1536
+ msgid "User Name"
1537
+ msgstr "نام کاربری"
1538
 
1539
+ #: user-submitted-posts.php:1523
1540
+ msgid "User name required"
1541
+ msgstr "نام کاربری (ضروری"
1542
 
1543
+ #: library/plugin-display.php:226
1544
+ msgid "User Settings"
1545
+ msgstr "تنظیمات کاربر"
1546
 
1547
+ #: user-submitted-posts.php:139
1548
+ msgid "User Submitted Post"
1549
+ msgstr "پست ارسالی کاربر"
1550
 
1551
+ #: user-submitted-posts.php:528
1552
+ msgid "User Submitted Post Info"
1553
+ msgstr "اطلاعات پست ارسالی کاربر"
1554
 
1555
+ #. Name of the plugin
1556
+ #: user-submitted-posts.php:44 library/support-panel.php:7
1557
+ msgid "User Submitted Posts"
1558
+ msgstr "پست های ارسالی کاربر"
1559
 
1560
+ #: library/plugin-display.php:91
1561
+ msgid "User URL"
1562
+ msgstr "آدرس کاربر"
1563
 
1564
+ #: user-submitted-posts.php:1525
1565
+ msgid "User URL required"
1566
+ msgstr "URL کاربر مورد نیاز است"
1567
 
1568
+ #: library/shortcode-login.php:114 library/shortcode-login.php:139
1569
+ msgid "Username"
1570
+ msgstr "نام کاربری"
1571
 
1572
+ #: library/shortcode-login.php:159
1573
+ msgid "Username or Email"
1574
+ msgstr "نام کاربری یا پست الکترونیک"
1575
 
1576
+ #: user-submitted-posts.php:619 library/plugin-display.php:59
1577
+ msgid "USP"
1578
+ msgstr "USP"
1579
 
1580
+ #: library/plugin-display.php:690
1581
+ msgid "USP enables you to display a post-submission form anywhere on your site."
1582
+ msgstr "USP شما را قادر می سازد تا فرم پس از ارسال را در هر نقطه از سایت خود نمایش دهید."
1583
+
1584
+ #: library/plugin-display.php:60 library/plugin-display.php:109
1585
+ #: library/plugin-display.php:219 library/plugin-display.php:267
1586
+ #: library/plugin-display.php:320 library/plugin-display.php:365
1587
+ #: library/plugin-display.php:393 library/plugin-display.php:421
1588
+ #: library/plugin-display.php:459 library/plugin-display.php:574
1589
+ #: library/plugin-display.php:669 library/plugin-display.php:697
1590
+ msgid "USP Pro"
1591
+ msgstr "USP Pro"
1592
 
1593
+ #: library/plugin-display.php:772
1594
+ msgid "USP provides three shortcodes to control access and restrict content."
1595
+ msgstr "USP سه کد کوتاه برای کنترل دسترسی و محدود کردن محتوا فراهم می کند."
1596
 
1597
+ #: library/plugin-settings.php:316
1598
+ msgid "v2 (I’m not a robot)"
1599
+ msgstr "v2 (من ربات نیستم)"
1600
 
1601
+ #: library/plugin-settings.php:320
1602
+ msgid "v3 (Hidden reCaptcha)"
1603
+ msgstr "نسخه 3 (ReCaptcha پنهان)"
1604
 
1605
+ #: views/submission-form.php:131 views/submission-form-alt.php:146
1606
+ msgid "Verification"
1607
+ msgstr "تایید"
1608
 
1609
+ #: library/shortcode-misc.php:135
1610
+ msgid "View full post"
1611
+ msgstr "مشاهده پست کامل"
1612
 
1613
+ #: library/plugin-display.php:696
1614
+ msgid "Want more than one form? Create unlimited submission forms, registration forms, contact forms and more with"
1615
+ msgstr "بیش از یک فرم می خواهید؟ ایجاد فرم های ارسال نامحدود، فرم های ثبت نام، فرم های تماس و موارد دیگر با"
1616
 
1617
+ #: library/plugin-display.php:31
1618
+ msgid "We need your support!"
1619
+ msgstr "ما به حمایت شما نیاز داریم!"
1620
 
1621
+ #: library/shortcode-login.php:177
1622
+ msgid "Welcome, "
1623
+ msgstr "خوش آمدی، "
1624
 
1625
+ #: library/plugin-display.php:126
1626
+ msgid "With this option, you can copy the plugin’s default templates:"
1627
+ msgstr "با این گزینه می توانید قالب های پیش فرض افزونه را کپی کنید:"
1628
 
1629
+ #: user-submitted-posts.php:86
1630
+ msgid "WordPress Admin Area"
1631
+ msgstr "منطقه مدیریت وردپرس"
1632
 
1633
+ #: library/plugin-settings.php:156
1634
+ msgid "WP Page"
1635
+ msgstr "صفحه WP"
1636
 
1637
+ #: library/plugin-settings.php:152
1638
+ msgid "WP Post (recommended)"
1639
+ msgstr "پست WP (توصیه می شود)"
1640
 
1641
+ #: library/plugin-display.php:703
1642
+ msgid "You also can display a simple form that enables users to log in, register, or reset their password."
1643
+ msgstr "همچنین می توانید یک فرم ساده را نمایش دهید که به کاربران امکان می دهد وارد سیستم شوند، ثبت نام کنند یا رمز عبور خود را بازنشانی کنند."
1644
 
1645
+ #: library/plugin-display.php:736
1646
+ msgid "You can customize using any of the follwing attributes:"
1647
+ msgstr "می توانید با استفاده از هر یک از ویژگی های زیر سفارشی کنید:"
1648
 
1649
+ #: views/submission-form.php:37 views/submission-form.php:38
1650
+ #: views/submission-form-alt.php:52 views/submission-form-alt.php:53
1651
+ #: library/shortcode-login.php:143
1652
+ msgid "Your Email"
1653
+ msgstr "ایمیل شما"
1654
 
1655
+ #: library/plugin-display.php:41
1656
+ msgid "Your generous support enables continued development of this free plugin. Thank you!"
1657
+ msgstr "پشتیبانی سخاوتمندانه شما باعث توسعه مداوم این افزونه رایگان می شود. متشکرم!"
 
1658
 
1659
+ #: library/support-panel.php:62
1660
+ msgid "Your generous support helps future development of"
1661
+ msgstr "حمایت سخاوتمندانه شما به توسعه آینده کمک می کند"
 
1662
 
1663
+ #: views/submission-form.php:31 views/submission-form.php:32
1664
+ #: views/submission-form-alt.php:46 views/submission-form-alt.php:47
1665
+ msgid "Your Name"
1666
+ msgstr "اسم شما"
1667
 
1668
+ #: views/submission-form.php:43 views/submission-form.php:44
1669
+ #: views/submission-form-alt.php:58 views/submission-form-alt.php:59
1670
+ msgid "Your URL"
1671
+ msgstr "URL شما"
1672
+
1673
+ #: library/plugin-settings.php:96
1674
+ msgid "★★★★★ rating »"
1675
+ msgstr "★★★★★ رتبه بندی »"
1676
 
languages/usp-fr_FR.mo CHANGED
Binary file
languages/usp-fr_FR.po CHANGED
@@ -4,1502 +4,1673 @@ 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 20200817\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:82
16
- msgid "requires WordPress "
17
- msgstr "nécessite WordPress "
18
 
19
- #: user-submitted-posts.php:83
20
- msgid " or higher, and has been deactivated! "
21
- msgstr " ou supérieur, et a été désactivé! "
22
 
23
- #: user-submitted-posts.php:84
24
- msgid "Please return to the"
25
- msgstr "Veuillez retourner à la"
26
 
27
- #: user-submitted-posts.php:85
28
- msgid "WordPress Admin Area"
29
- msgstr "Zone d'administration WordPress"
30
 
31
- #: user-submitted-posts.php:86
32
- msgid "to upgrade WordPress and try again."
33
- msgstr "pour mettre à niveau WordPress et réessayer."
34
 
35
- #: user-submitted-posts.php:138
36
- msgid "User Submitted Post"
37
- msgstr "Message soumis par l'utilisateur"
38
 
39
- #: user-submitted-posts.php:484
40
- msgid "User Submitted Post Info"
41
- msgstr "Informations sur la publication soumises par l'utilisateur"
 
42
 
43
- #: user-submitted-posts.php:514
44
- msgid "Submitter Name: "
45
- msgstr "Nom de l'expéditeur: "
46
 
47
- #: user-submitted-posts.php:515
48
- msgid "Submitter Email: "
49
- msgstr "Courriel de l'expéditeur: "
50
 
51
- #: user-submitted-posts.php:516
52
- msgid "Submitter URL: "
53
- msgstr "URL de l'expéditeur: "
54
 
55
- #: user-submitted-posts.php:517
56
- msgid "Submitter IP: "
57
- msgstr "IP de l'expéditeur: "
58
 
59
- #: user-submitted-posts.php:572
60
- msgid "Show USP Posts"
61
- msgstr "Afficher les messages USP"
62
 
63
- #: user-submitted-posts.php:573 library/plugin-settings.php:1188
64
- msgid "USP"
65
- msgstr "USP"
66
 
67
- #: user-submitted-posts.php:1427
68
- msgid " files required"
69
- msgstr " fichiers requis"
70
 
71
- #: user-submitted-posts.php:1428
72
- msgid " file required"
73
- msgstr " fichier requis"
74
 
75
- #: user-submitted-posts.php:1430
76
- msgid " files"
77
- msgstr " des dossiers"
78
 
79
- #: user-submitted-posts.php:1431
80
- msgid " file"
81
- msgstr " fichier"
82
 
83
- #: user-submitted-posts.php:1433 user-submitted-posts.php:1434
84
- #: user-submitted-posts.php:1435 user-submitted-posts.php:1436
85
- msgid " pixels"
86
- msgstr " pixels"
87
 
88
- #: user-submitted-posts.php:1438 library/core-functions.php:255
89
- #: library/plugin-settings.php:342 library/plugin-settings.php:361
90
- #: library/plugin-settings.php:876 library/plugin-settings.php:1447
91
- msgid "Custom Field"
92
- msgstr "Champ personnalisé"
93
 
94
- #: user-submitted-posts.php:1440
95
- msgid "Custom checkbox required"
96
- msgstr "Case à cocher personnalisée requise"
 
 
97
 
98
- #: user-submitted-posts.php:1443
99
  msgid "An error occurred. Please go back and try again."
100
  msgstr "Une erreur s'est produite. Veuillez revenir en arrière et réessayer."
101
 
102
- #: user-submitted-posts.php:1453
103
- msgid "User login required"
104
- msgstr "Connexion utilisateur requise"
 
105
 
106
- #: user-submitted-posts.php:1454
107
- msgid "User name required"
108
- msgstr "Nom d'utilisateur (requis"
109
 
110
- #: user-submitted-posts.php:1455
111
- msgid "Post title required"
112
- msgstr "Titre du message requis"
113
 
114
- #: user-submitted-posts.php:1456
115
- msgid "User URL required"
116
- msgstr "URL utilisateur requise"
117
 
118
- #: user-submitted-posts.php:1457
119
- msgid "Post tags required"
120
- msgstr "Balises de publication requises"
121
 
122
- #: user-submitted-posts.php:1458
123
- msgid "Post category required"
124
- msgstr "Catégorie de poste requise"
125
 
126
- #: user-submitted-posts.php:1459
127
- msgid "Post content required"
128
- msgstr "Contenu du message requis"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
129
 
130
- #: user-submitted-posts.php:1460 user-submitted-posts.php:1461
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
131
  msgid "Correct captcha required"
132
- msgstr "Correct captcha requis"
133
 
134
- #: user-submitted-posts.php:1462
135
- msgid "User email required"
136
- msgstr "Adresse e-mail de l'utilisateur requise"
137
 
138
- #: user-submitted-posts.php:1463
139
- msgid "Please check your email and try again"
140
- msgstr "Veuillez vérifier votre messagerie et réessayer"
141
 
142
- #: user-submitted-posts.php:1464
143
- msgid "Non-empty value for hidden field"
144
- msgstr "Valeur non vide pour le champ masqué"
145
 
146
- #: user-submitted-posts.php:1465
147
- msgid "Minimum number of images not met"
148
- msgstr "Nombre minimum d'images non atteint"
149
 
150
- #: user-submitted-posts.php:1466
151
- msgid "Maximum number of images exceeded "
152
- msgstr "Nombre maximum d'images dépassé "
 
 
153
 
154
- #: user-submitted-posts.php:1467
155
- msgid "Minimum image width not met"
156
- msgstr "Largeur minimale de l'image non atteinte"
157
 
158
- #: user-submitted-posts.php:1468
159
- msgid "Image width exceeds maximum"
160
- msgstr "La largeur de l'image dépasse le maximum"
161
 
162
- #: user-submitted-posts.php:1469
163
- msgid "Minimum image height not met"
164
- msgstr "Hauteur minimale de l'image non atteinte"
 
 
165
 
166
- #: user-submitted-posts.php:1470
167
- msgid "Image height exceeds maximum"
168
- msgstr "La hauteur de l'image dépasse le maximum"
169
 
170
- #: user-submitted-posts.php:1471
171
- msgid "File type not allowed (please upload images only)"
172
- msgstr "Type de fichier non autorisé (veuillez télécharger des images uniquement)"
173
 
174
- #: user-submitted-posts.php:1472
175
- msgid " required"
176
- msgstr " obligatoire"
177
 
178
- #: user-submitted-posts.php:1477
179
- msgid "File not uploaded. Please check the file and try again."
180
- msgstr "Fichier non téléchargé. Veuillez vérifier le fichier et réessayer."
181
 
182
- #: user-submitted-posts.php:1481
183
- msgid "The file(s) could not be uploaded"
184
- msgstr "Le ou les fichiers n'ont pas pu être téléchargés"
185
 
186
- #: user-submitted-posts.php:1483
187
- msgid "Post not created. Please contact the site administrator for help."
188
- msgstr "Message non créé. Veuillez contacter l'administrateur du site pour obtenir de l'aide."
189
 
190
- #: user-submitted-posts.php:1484
191
- msgid "Duplicate post title. Please try again."
192
- msgstr "Titre du message en double. Veuillez réessayer."
193
 
194
- #: user-submitted-posts.php:1494
195
- msgid "Error: "
196
- msgstr "Erreur: "
197
 
198
- #: user-submitted-posts.php:1520
199
- msgid "Return to form"
200
- msgstr "Retour au formulaire"
201
 
202
- #: user-submitted-posts.php:1550 library/plugin-settings.php:1164
203
- msgid "Please"
204
- msgstr "S'il vous plaît"
205
 
206
- #: user-submitted-posts.php:1551
207
- msgid "log in"
208
- msgstr "s'identifier"
209
 
210
- #: user-submitted-posts.php:1552
211
- msgid "to submit content!"
212
- msgstr "pour soumettre du contenu!"
213
 
214
- #: views/submission-form.php:21 views/submission-form-alt.php:40
215
- msgid "Please complete the required fields."
216
- msgstr "Veuillez remplir les champs obligatoires."
 
217
 
218
- #: views/submission-form.php:31 views/submission-form.php:32
219
- #: views/submission-form-alt.php:46 views/submission-form-alt.php:47
220
- msgid "Your Name"
221
- msgstr "votre nom"
222
 
223
- #: views/submission-form.php:37 views/submission-form.php:38
224
- #: views/submission-form-alt.php:52 views/submission-form-alt.php:53
225
- #: library/shortcode-login.php:143
226
- msgid "Your Email"
227
- msgstr "Votre e-mail"
228
 
229
- #: views/submission-form.php:43 views/submission-form.php:44
230
- #: views/submission-form-alt.php:58 views/submission-form-alt.php:59
231
- msgid "Your URL"
232
- msgstr "Votre URL"
233
 
234
- #: views/submission-form.php:49 views/submission-form.php:50
235
- #: views/submission-form-alt.php:64 views/submission-form-alt.php:65
236
- #: library/plugin-settings.php:1225
237
- msgid "Post Title"
238
- msgstr "Titre de l'article"
239
 
240
- #: views/submission-form.php:56 views/submission-form.php:65
241
- #: views/submission-form.php:66 views/submission-form-alt.php:71
242
- #: views/submission-form-alt.php:80 views/submission-form-alt.php:81
243
- #: library/plugin-settings.php:1226
244
- msgid "Post Tags"
245
- msgstr "Tags de publication"
246
 
247
- #: views/submission-form.php:58 views/submission-form-alt.php:73
248
- msgid "Please select some tags.."
249
- msgstr "Veuillez sélectionner quelques balises."
250
 
251
- #: views/submission-form.php:79 views/submission-form-alt.php:94
252
- msgid "Antispam Question"
253
- msgstr "Question antispam"
254
 
255
- #: views/submission-form.php:84 views/submission-form-alt.php:99
256
- #: library/plugin-settings.php:1227
257
- msgid "Post Category"
258
- msgstr "Catégorie de poste"
259
 
260
- #: views/submission-form.php:86 views/submission-form-alt.php:101
261
- msgid "Please select a category.."
262
- msgstr "Veuillez sélectionner une catégorie.."
263
 
264
- #: views/submission-form.php:117 views/submission-form.php:118
265
- #: views/submission-form-alt.php:132 views/submission-form-alt.php:133
266
- #: library/plugin-settings.php:1228
267
- msgid "Post Content"
268
- msgstr "Publier un contenu"
269
 
270
- #: views/submission-form.php:125 views/submission-form-alt.php:140
271
- msgid "Verification"
272
- msgstr "Vérification"
273
 
274
- #: views/submission-form.php:132 views/submission-form-alt.php:147
275
- msgid "Upload an Image"
276
- msgstr "Télécharger une image"
277
 
278
- #: views/submission-form.php:141 views/submission-form-alt.php:156
279
- msgid "Add another image"
280
- msgstr "Ajouter une autre image"
281
 
282
- #: views/submission-form.php:163 views/submission-form-alt.php:178
283
- msgid "Human verification: leave this field empty."
284
- msgstr "Vérification humaine: laissez ce champ vide."
285
 
286
- #: views/submission-form.php:191 views/submission-form-alt.php:206
287
- msgid "Submit Post"
288
- msgstr "Soumettre le message"
289
 
290
- #: library/enqueue-scripts.php:150 library/enqueue-scripts.php:193
291
- msgid "Incorrect response."
292
- msgstr "Réponse incorrecte."
293
 
294
- #: library/shortcode-login.php:88 library/shortcode-login.php:127
295
- msgid "Login"
296
- msgstr "S'identifier"
297
 
298
- #: library/shortcode-login.php:89
299
- msgid "Register"
300
- msgstr "S'inscrire"
301
 
302
- #: library/shortcode-login.php:90
303
- msgid "Forgot?"
304
- msgstr "Oublié?"
 
 
305
 
306
- #: library/shortcode-login.php:97 library/shortcode-login.php:102
307
- msgid "Success!"
308
- msgstr "Succès!"
309
 
310
- #: library/shortcode-login.php:98
311
- msgid "Check your email for the password."
312
- msgstr "Vérifiez votre e-mail pour le mot de passe."
313
 
314
- #: library/shortcode-login.php:103
315
- msgid "Check your email to reset your password."
316
- msgstr "Vérifiez votre messagerie pour réinitialiser votre mot de passe."
317
 
318
- #: library/shortcode-login.php:107
319
- msgid "Have an account?"
320
- msgstr "Avoir un compte?"
321
 
322
- #: library/shortcode-login.php:108
323
- msgid "Log in or sign up! It’s fast & free!"
324
- msgstr "Identifiez-vous ou inscrivez-vous! C & rsquo; est rapide & amp; libre!"
325
 
326
- #: library/shortcode-login.php:114 library/shortcode-login.php:139
327
- msgid "Username"
328
- msgstr "Nom d'utilisateur"
329
 
330
- #: library/shortcode-login.php:118
331
- msgid "Password"
332
- msgstr "Mot de passe"
333
 
334
- #: library/shortcode-login.php:124
335
- msgid "Remember me"
336
- msgstr "Souviens-toi de moi"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
337
 
338
- #: library/shortcode-login.php:135
339
- msgid "Register for this site!"
340
- msgstr "S'inscrire sur ce site!"
 
341
 
342
- #: library/shortcode-login.php:136
343
- msgid "Sign up now for the good stuff."
344
- msgstr "Inscrivez-vous maintenant pour les bonnes choses."
345
 
346
- #: library/shortcode-login.php:147
347
- msgid "Sign up!"
348
- msgstr "S'inscrire!"
349
 
350
- #: library/shortcode-login.php:155
351
- msgid "Lose something?"
352
- msgstr "Perdre quelque chose?"
353
 
354
- #: library/shortcode-login.php:156
355
- msgid "Enter your username or email to reset your password."
356
- msgstr "Entrez votre nom d'utilisateur ou votre e-mail pour réinitialiser votre mot de passe."
357
 
358
- #: library/shortcode-login.php:159
359
- msgid "Username or Email"
360
- msgstr "Nom d'utilisateur ou email"
361
 
362
- #: library/shortcode-login.php:163
363
- msgid "Reset my password"
364
- msgstr "Réinitialiser mon mot de passe"
365
 
366
- #: library/shortcode-login.php:177
367
- msgid "Welcome, "
368
- msgstr "Bienvenue, "
369
 
370
- #: library/shortcode-login.php:180
371
- msgid "Congratulations, you’re logged in."
372
- msgstr "Félicitations, vous êtes à nouveau connecté."
373
 
374
- #: library/shortcode-login.php:182
375
- msgid "Log out"
376
- msgstr "Se déconnecter"
 
377
 
378
- #: library/shortcode-login.php:183
379
- msgid "Admin"
380
- msgstr "Administrateur"
381
 
382
- #: library/shortcode-login.php:184
383
- msgid "Profile"
384
- msgstr "Profil"
385
 
386
- #: library/shortcode-misc.php:18
387
- msgid "Reset form"
388
- msgstr "Réinitialiser le formulaire"
389
 
390
- #: library/shortcode-misc.php:128
391
- msgid "View full post"
392
- msgstr "Voir l'article complet"
393
 
394
- #: library/plugin-settings.php:31
395
- msgid "Settings"
396
- msgstr "Paramètres"
397
 
398
- #: library/plugin-settings.php:40
399
- msgid "Get USP Pro for unlimited forms!"
400
- msgstr "Obtenez USP Pro pour des formulaires illimités!"
401
 
402
- #: library/plugin-settings.php:41
403
- msgid "Go Pro"
404
- msgstr "Go Pro"
405
 
406
- #: library/plugin-settings.php:62 library/plugin-settings.php:1196
407
- #: library/plugin-settings.php:1819
408
- msgid "Plugin Homepage"
409
- msgstr "Page d'accueil du plugin"
410
 
411
- #: library/plugin-settings.php:63
412
- msgid "Homepage"
413
- msgstr "Page d'accueil"
414
 
415
- #: library/plugin-settings.php:68
416
- msgid "Give USP a 5-star rating at WordPress.org"
417
- msgstr "Donnez à l'USP une note de 5 étoiles sur WordPress.org"
418
 
419
- #: library/plugin-settings.php:69
420
- msgid "Rate this plugin »"
421
- msgstr "Notez ce plugin & nbsp; & raquo;"
422
 
423
- #: library/plugin-settings.php:127
424
- msgid "WP Post (recommended)"
425
- msgstr "WP Post (recommandé)"
426
 
427
- #: library/plugin-settings.php:131
428
- msgid "WP Page"
429
- msgstr "Page WP"
430
 
431
- #: library/plugin-settings.php:147
432
- msgid "HTML5 Form + Default CSS"
433
- msgstr "Formulaire HTML5 + CSS par défaut"
434
 
435
- #: library/plugin-settings.php:147
436
- msgid "(Recommended)"
437
- msgstr "(Conseillé)"
 
438
 
439
- #: library/plugin-settings.php:151
440
- msgid "HTML5 Form + Disable CSS"
441
- msgstr "Formulaire HTML5 + Désactiver CSS"
442
 
443
- #: library/plugin-settings.php:151
444
- msgid "(Provide your own styles)"
445
- msgstr "(Fournissez vos propres styles)"
446
 
447
- #: library/plugin-settings.php:155
448
- msgid "Custom Form + Custom CSS"
449
- msgstr "Formulaire personnalisé + CSS personnalisé"
 
450
 
451
- #: library/plugin-settings.php:155
452
- msgid "(Provide your own form template & styles)"
453
- msgstr "(Fournissez votre propre modèle de formulaire et styles)"
454
 
455
- #: library/plugin-settings.php:171 library/plugin-settings.php:195
456
- #: library/plugin-settings.php:219 library/plugin-settings.php:243
457
- #: library/plugin-settings.php:267
458
- msgid "Auto-display before post content"
459
- msgstr "Affichage automatique avant le contenu de la publication"
460
 
461
- #: library/plugin-settings.php:175 library/plugin-settings.php:199
462
- #: library/plugin-settings.php:223 library/plugin-settings.php:247
463
- #: library/plugin-settings.php:271
464
- msgid "Auto-display after post content"
465
- msgstr "Affichage automatique après le contenu de l'article"
466
 
467
- #: library/plugin-settings.php:179
468
- msgid "Do not auto-display submitted images"
469
- msgstr "Ne pas afficher automatiquement les images soumises"
470
 
471
- #: library/plugin-settings.php:203
472
- msgid "Do not auto-display submitted email"
473
- msgstr "Ne pas afficher automatiquement les e-mails envoyés"
474
 
475
- #: library/plugin-settings.php:227
476
- msgid "Do not auto-display submitted name"
477
- msgstr "Ne pas afficher automatiquement le nom soumis"
478
 
479
- #: library/plugin-settings.php:251
480
- msgid "Do not auto-display submitted URL"
481
- msgstr "Ne pas afficher automatiquement l'URL soumise"
482
 
483
- #: library/plugin-settings.php:275
484
- msgid "Do not auto-display the Custom Field"
485
- msgstr "Ne pas afficher automatiquement le champ personnalisé"
486
 
487
- #: library/plugin-settings.php:291
488
- msgid "v2 (I’m not a robot)"
489
- msgstr "v2 (je ne suis pas un robot)"
490
 
491
- #: library/plugin-settings.php:295
492
- msgid "v3 (Hidden reCaptcha)"
493
- msgstr "v3 (reCaptcha caché)"
494
 
495
- #: library/plugin-settings.php:323 library/plugin-settings.php:355
496
- #: library/plugin-settings.php:388 library/plugin-settings.php:420
497
- msgid "Enable and require"
498
- msgstr "Activer et exiger"
499
 
500
- #: library/plugin-settings.php:324 library/plugin-settings.php:356
501
- msgid "Enable but do not require"
502
- msgstr "Activer mais ne pas exiger"
503
 
504
- #: library/plugin-settings.php:325 library/plugin-settings.php:357
505
- #: library/plugin-settings.php:389 library/plugin-settings.php:421
506
- msgid "Disable this field"
507
- msgstr "Désactivez ce champ"
508
 
509
- #: library/plugin-settings.php:360 library/plugin-settings.php:392
510
- #: library/plugin-settings.php:424 library/plugin-settings.php:456
511
- msgid "(Visit"
512
- msgstr "(Visite"
513
 
514
- #: library/plugin-settings.php:361 library/plugin-settings.php:393
515
- #: library/plugin-settings.php:425 library/plugin-settings.php:457
516
- msgid "to configure options)"
517
- msgstr "pour configurer les options)"
518
 
519
- #: library/plugin-settings.php:376 library/plugin-settings.php:393
520
- #: library/plugin-settings.php:1465 library/plugin-settings.php:1470
521
- msgid "Challenge Question"
522
- msgstr "Question de défi"
523
 
524
- #: library/plugin-settings.php:408 library/plugin-settings.php:425
525
- #: library/plugin-settings.php:1487
526
- msgid "Google reCAPTCHA"
527
- msgstr "Google reCAPTCHA"
528
 
529
- #: library/plugin-settings.php:440
530
- msgid "Post Images"
531
- msgstr "Publier des images"
532
 
533
- #: library/plugin-settings.php:452
534
- msgid "Enable"
535
- msgstr "Activer"
536
 
537
- #: library/plugin-settings.php:453
538
- msgid "Disable"
539
- msgstr "Désactiver"
540
 
541
- #: library/plugin-settings.php:457 library/plugin-settings.php:1555
542
- msgid "Image Uploads"
543
- msgstr "Téléchargement d'images"
 
544
 
545
- #: library/plugin-settings.php:537
546
- msgid "Draft"
547
- msgstr "Brouillon"
 
548
 
549
- #: library/plugin-settings.php:538
550
- msgid "Pending (default)"
551
- msgstr "En attente (par défaut)"
552
 
553
- #: library/plugin-settings.php:539
554
- msgid "Publish immediately"
555
- msgstr "Publiez immédiatement"
556
 
557
- #: library/plugin-settings.php:540
558
- msgid "Publish after 1 approved post"
559
- msgstr "Publier après 1 message approuvé"
560
 
561
- #: library/plugin-settings.php:541
562
- msgid "Publish after "
563
- msgstr "Publier après "
564
 
565
- #: library/plugin-settings.php:541
566
- msgid " approved posts"
567
- msgstr " messages approuvés"
568
 
569
- #: library/plugin-settings.php:569
570
- msgid "Select categories to display in the Category field."
571
- msgstr "Sélectionnez les catégories à afficher dans le champ Catégorie."
572
 
573
- #: library/plugin-settings.php:815
574
- msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
575
- 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."
576
 
577
- #: library/plugin-settings.php:829
578
- msgid "Please select your image(s) to upload."
579
- msgstr "Veuillez sélectionner votre (vos) image (s) à télécharger."
580
 
581
- #: library/plugin-settings.php:835
582
- msgid "Success! Thank you for your submission."
583
- msgstr "Succès! Merci pour votre soumission."
584
 
585
- #: library/plugin-settings.php:864
586
- msgid "Email"
587
- msgstr "Email"
588
 
589
- #: library/plugin-settings.php:866
590
- msgid "URL"
591
- msgstr "URL"
592
 
593
- #: library/plugin-settings.php:1151
594
- msgid "Toggle all panels"
595
- msgstr "Basculer tous les panneaux"
596
 
597
- #: library/plugin-settings.php:1160
598
- msgid "We need your support!"
599
- msgstr "Nous avons besoin de votre soutien!"
600
 
601
- #: library/plugin-settings.php:1164
602
- msgid "Make a donation via PayPal"
603
- msgstr "Faites un don via PayPal"
604
 
605
- #: library/plugin-settings.php:1164
606
- msgid "make a donation"
607
- msgstr "faire un don"
608
 
609
- #: library/plugin-settings.php:1164
610
- msgid "and/or"
611
- msgstr "et / ou"
 
612
 
613
- #: library/plugin-settings.php:1165
614
- msgid "Rate and review at the Plugin Directory"
615
- msgstr "Évaluer et réviser dans le répertoire des plugins"
616
 
617
- #: library/plugin-settings.php:1166
618
- msgid "give this plugin a 5-star rating"
619
- msgstr "donner à ce plugin une note de 5 étoiles"
620
 
621
- #: library/plugin-settings.php:1170
622
- msgid "Your generous support enables continued development of this free plugin. Thank you!"
623
- msgstr "Votre généreux soutien permet le développement continu de ce plugin gratuit. Je vous remercie!"
624
 
625
- #: library/plugin-settings.php:1175
626
- msgid "Check this box if you have shown support"
627
- msgstr "Cochez cette case si vous avez montré du soutien"
628
 
629
- #: library/plugin-settings.php:1184
630
- msgid "Overview"
631
- msgstr "Aperçu"
632
 
633
- #: library/plugin-settings.php:1188
634
- msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
635
- msgstr "permet à vos visiteurs de soumettre des articles et de télécharger des images à partir du front-end de votre site. "
636
 
637
- #: library/plugin-settings.php:1189
638
- msgid "For advanced functionality and unlimited forms, check out"
639
- msgstr "Pour des fonctionnalités avancées et des formulaires illimités, consultez"
640
 
641
- #: library/plugin-settings.php:1189 library/plugin-settings.php:1613
642
- msgid "USP Pro"
643
- msgstr "USP Pro"
644
 
645
- #: library/plugin-settings.php:1190
646
- msgid "— the ultimate solution for user-generated content."
647
- msgstr "& mdash; la solution ultime pour le contenu généré par l'utilisateur."
648
 
649
- #: library/plugin-settings.php:1194 library/plugin-settings.php:1211
650
- msgid "Plugin Settings"
651
- msgstr "Paramètres du plugin"
652
 
653
- #: library/plugin-settings.php:1195
654
- msgid "Display the form"
655
- msgstr "Afficher le formulaire"
656
 
657
- #: library/plugin-settings.php:1199
658
- msgid "If you like this plugin, please"
659
- msgstr "Si vous aimez ce plugin, veuillez"
660
 
661
- #: library/plugin-settings.php:1200
662
- msgid "THANK YOU for your support!"
663
- msgstr "Merci pour votre soutien!"
664
 
665
- #: library/plugin-settings.php:1200
666
- msgid "give it a 5-star rating"
667
- msgstr "donnez-lui une note de 5 étoiles"
668
 
669
- #: library/plugin-settings.php:1204
670
- msgid "Unlimited front-end forms"
671
- msgstr "Formulaires frontaux illimités"
672
 
673
- #: library/plugin-settings.php:1204
674
- msgid "Get USP Pro"
675
- msgstr "Obtenez USP Pro"
676
 
677
- #: library/plugin-settings.php:1214
678
- msgid "Configure your settings for User Submitted Posts."
679
- msgstr "Configurez vos paramètres pour les messages soumis par l'utilisateur."
680
 
681
- #: library/plugin-settings.php:1216
682
- msgid "Form Fields"
683
- msgstr "Champs de formulaire"
684
 
685
- #: library/plugin-settings.php:1222
686
- msgid "User Name"
687
- msgstr "Nom d'utilisateur"
688
 
689
- #: library/plugin-settings.php:1223
690
- msgid "User Email"
691
- msgstr "Email de l'utilisateur"
692
 
693
- #: library/plugin-settings.php:1224
694
- msgid "User URL"
695
- msgstr "URL de l'utilisateur"
696
 
697
- #: library/plugin-settings.php:1239
698
- msgid "General Settings"
699
- msgstr "réglages généraux"
700
 
701
- #: library/plugin-settings.php:1241
702
- msgid "Note that the default settings work fine for most cases."
703
- msgstr "Notez que les paramètres par défaut fonctionnent correctement dans la plupart des cas."
704
 
705
- #: library/plugin-settings.php:1246
706
- msgid "Form Style"
707
- msgstr "Style de forme"
708
 
709
- #: library/plugin-settings.php:1251
710
- msgid "With this option, you can copy the plugin’s default templates:"
711
- msgstr "Avec cette option, vous pouvez copier les modèles par défaut du plugin:"
712
 
713
- #: library/plugin-settings.php:1256
714
- msgid "..and upload them into a directory named"
715
- msgstr "..et téléchargez-les dans un répertoire nommé"
716
 
717
- #: library/plugin-settings.php:1256
718
- msgid "in your theme:"
719
- msgstr "dans votre thème:"
720
 
721
- #: library/plugin-settings.php:1262
722
- 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"
723
- 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"
724
 
725
- #: library/plugin-settings.php:1263
726
- msgid "Installation Docs"
727
- msgstr "Documents d'installation"
728
 
729
- #: library/plugin-settings.php:1264
730
- msgid "FYI: here is a"
731
- msgstr "FYI: voici un"
732
 
733
- #: library/plugin-settings.php:1264
734
- msgid "list of USP CSS selectors"
735
- msgstr "liste des sélecteurs CSS USP"
736
 
737
- #: library/plugin-settings.php:1270
738
- msgid "Include JavaScript"
739
- msgstr "Inclure JavaScript"
740
 
741
- #: library/plugin-settings.php:1272
742
- msgid "Check this box if you want to include the external JavaScript files (recommended)"
743
- msgstr "Cochez cette case si vous souhaitez inclure les fichiers JavaScript externes (recommandé)"
744
 
745
- #: library/plugin-settings.php:1275
746
- msgid "Targeted Loading"
747
- msgstr "Chargement ciblé"
748
 
749
- #: library/plugin-settings.php:1277
750
- msgid "By default, CSS & JavaScript assets are loaded on every page. Here you may specify the URL(s) of the USP form to load assets only on that page. Note: leave blank to load on all pages. Use commas to separate multiple URLs."
751
- msgstr "Par défaut, CSS & amp; Les ressources JavaScript sont chargées sur chaque page. Ici, vous pouvez spécifier la ou les URL du formulaire USP pour charger les éléments uniquement sur cette page. Remarque: laissez vide pour charger sur toutes les pages. Utilisez des virgules pour séparer plusieurs URL."
752
 
753
- #: library/plugin-settings.php:1280
754
- msgid "Post Type"
755
- msgstr "Type de poste"
756
 
757
- #: library/plugin-settings.php:1283
758
- msgid "Submit posts as WP Posts or Pages"
759
- msgstr "Soumettre des articles en tant que messages ou pages WP"
760
 
761
- #: library/plugin-settings.php:1287
762
- msgid "Post Status"
763
- msgstr "Statut du message"
764
 
765
- #: library/plugin-settings.php:1290
766
- msgid "Post Status for submitted posts"
767
- msgstr "Statut de publication pour les messages envoyés"
 
 
 
 
768
 
769
- #: library/plugin-settings.php:1294
770
- msgid "Redirect URL"
771
- msgstr "URL de redirection"
772
 
773
- #: library/plugin-settings.php:1296
774
- msgid "Specify a URL to redirect the user after post submission (leave blank to redirect back to current page)"
775
- msgstr "Spécifiez une URL pour rediriger l'utilisateur après la soumission de l'article (laissez vide pour rediriger vers la page actuelle)"
776
 
777
- #: library/plugin-settings.php:1299
778
- msgid "Success Message"
779
- msgstr "Message de réussite"
780
 
781
- #: library/plugin-settings.php:1301
782
- msgid "Success message that is displayed if post submission is successful (basic markup is allowed)"
783
- msgstr "Message de réussite qui s'affiche si la soumission de la publication réussit (le balisage de base est autorisé)"
784
 
785
- #: library/plugin-settings.php:1304
786
- msgid "Error Message"
787
- msgstr "Message d'erreur"
788
 
789
- #: library/plugin-settings.php:1306
790
- msgid "General error message that is displayed if post submission fails (basic markup is allowed)"
791
- msgstr "Message d'erreur général qui s'affiche si la soumission de la publication échoue (le balisage de base est autorisé)"
792
 
793
- #: library/plugin-settings.php:1309
794
- msgid "Custom Content"
795
- msgstr "Contenu personnalisé"
796
 
797
- #: library/plugin-settings.php:1311
798
- msgid "Custom text/markup to be included before the submission form (leave blank to disable)"
799
- msgstr "Texte / balisage personnalisé à inclure avant le formulaire de soumission (laissez vide pour désactiver)"
800
 
801
- #: library/plugin-settings.php:1314
802
- msgid "Rich Text Editor"
803
- msgstr "Éditeur de texte enrichi"
804
 
805
- #: library/plugin-settings.php:1316
806
- msgid "Check this box if you want to enable RTE/Visual Editor for the Post Content field"
807
- msgstr "Cochez cette case si vous souhaitez activer RTE / Visual Editor pour le champ Post Content"
808
 
809
- #: library/plugin-settings.php:1319
810
- msgid "Unique Titles"
811
- msgstr "Titres uniques"
812
 
813
- #: library/plugin-settings.php:1321
814
- msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)"
815
- msgstr "Exiger que les titres des articles soumis soient uniques (utile pour éviter les articles soumis multiples / en double)"
816
 
817
- #: library/plugin-settings.php:1324
818
- msgid "Disable Required"
819
- msgstr "Désactiver requis"
820
 
821
- #: library/plugin-settings.php:1326
822
- msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)"
823
- msgstr "Désactivez tous les attributs requis dans les champs de formulaire par défaut (utile pour résoudre les messages d'erreur)"
824
 
825
- #: library/plugin-settings.php:1329
826
- msgid "Enable Shortcodes"
827
- msgstr "Activer les codes courts"
828
 
829
- #: library/plugin-settings.php:1331
830
- msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
831
- msgstr "Activez les codes courts dans les widgets. Par défaut, WordPress n'active pas les codes courts dans les widgets. "
832
 
833
- #: library/plugin-settings.php:1332
834
- msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
835
- msgstr "Ce paramètre active tout / tous les codes courts dans les widgets (même les codes courts d'autres plugins)."
836
 
837
- #: library/plugin-settings.php:1337
838
- msgid "Privacy"
839
- msgstr "Intimité"
840
 
841
- #: library/plugin-settings.php:1342
842
- msgid "Disable IP Tracking"
843
- msgstr "Désactiver le suivi IP"
844
 
845
- #: library/plugin-settings.php:1344
846
- msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
847
- msgstr "Par défaut, l'USP enregistre l'adresse IP avec chaque message soumis. Cochez cette case pour désactiver tout le suivi IP."
848
 
849
- #: library/plugin-settings.php:1348
850
- msgid "Display Checkbox"
851
- msgstr "Afficher la case à cocher"
852
 
853
- #: library/plugin-settings.php:1350
854
- msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
855
- msgstr "Afficher une case à cocher personnalisée sur votre formulaire (utile pour le RGPD, accepter les conditions, etc.)"
856
 
857
- #: library/plugin-settings.php:1353
858
- msgid "Checkbox Name"
859
- msgstr "Nom de la case à cocher"
860
 
861
- #: library/plugin-settings.php:1355 library/plugin-settings.php:1455
862
- msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
863
- 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:"
864
 
865
- #: library/plugin-settings.php:1358
866
- msgid "Checkbox Error"
867
- msgstr "Erreur de case à cocher"
868
 
869
- #: library/plugin-settings.php:1360
870
- msgid "Error message displayed if user does not check the box"
871
- msgstr "Message d'erreur affiché si l'utilisateur ne coche pas la case"
872
 
873
- #: library/plugin-settings.php:1363
874
- msgid "Checkbox Text"
875
- msgstr "Texte de la case à cocher"
876
 
877
- #: library/plugin-settings.php:1365
878
- msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
879
- msgstr "Texte affiché à côté de la case à cocher. Conseil: utilisez des accolades pour générer des crochets angulaires, par exemple:"
 
880
 
881
- #: library/plugin-settings.php:1370
882
- msgid "Categories & Tags"
883
- msgstr "Catégories & amp; Mots clés"
884
 
885
- #: library/plugin-settings.php:1375
886
- msgid "Categories"
887
- msgstr "Catégories"
888
 
889
- #: library/plugin-settings.php:1378
890
- msgid "Click to view/select categories"
891
- msgstr "Cliquez pour afficher / sélectionner des catégories"
892
 
893
- #: library/plugin-settings.php:1386
894
- msgid "Multiple Categories"
895
- msgstr "Catégories multiples"
 
896
 
897
- #: library/plugin-settings.php:1388
898
- msgid "Enable users to select multiple categories."
899
- msgstr "Permettez aux utilisateurs de sélectionner plusieurs catégories."
900
 
901
- #: library/plugin-settings.php:1391
902
- msgid "Hidden/Default Category"
903
- msgstr "Catégorie masquée / par défaut"
 
 
904
 
905
- #: library/plugin-settings.php:1393
906
- msgid "Use a hidden field for the post category. This hides the category field and sets its value via the next option."
907
- msgstr "Utilisez un champ masqué pour la catégorie de publication. Cela masque le champ de catégorie et définit sa valeur via l'option suivante."
908
 
909
- #: library/plugin-settings.php:1396
910
- msgid "Category ID for Hidden Field"
911
- msgstr "ID de catégorie pour le champ masqué"
912
 
913
- #: library/plugin-settings.php:1398
914
- msgid "Specify category ID(s) to use for “Hidden/Default Category” (separate multiple IDs with commas)"
915
- msgstr "Spécifiez les ID de catégorie à utiliser pour & ldquo; Catégorie masquée / par défaut & rdquo; (séparez les identifiants par des virgules)"
916
 
917
- #: library/plugin-settings.php:1401
918
- msgid "Use Existing Tags"
919
- msgstr "Utiliser des balises existantes"
920
 
921
- #: library/plugin-settings.php:1403
922
- msgid "Check this box to display a select/dropdown menu of existing tags (valid when Tag field is displayed)"
923
- msgstr "Cochez cette case pour afficher un menu de sélection / déroulant des balises existantes (valide lorsque le champ Balise est affiché)"
 
 
 
924
 
925
- #: library/plugin-settings.php:1408
926
- msgid "Users"
927
- msgstr "Utilisateurs"
928
 
929
- #: library/plugin-settings.php:1413
930
- msgid "Assigned Author"
931
- msgstr "Auteur assigné"
 
 
932
 
933
- #: library/plugin-settings.php:1416
934
- msgid "Specify the user that should be assigned as author for submitted posts"
935
- msgstr "Spécifiez l'utilisateur qui doit être affecté en tant qu'auteur pour les articles soumis"
936
 
937
- #: library/plugin-settings.php:1420
938
- msgid "Registered Username"
939
- msgstr "Nom d'utilisateur enregistré"
940
 
941
- #: library/plugin-settings.php:1422
942
- msgid "Use the user’s registered username for the Name field (valid when the user submitting the form is logged in to WordPress)"
943
- msgstr "Utilisez le nom d'utilisateur enregistré de l'utilisateur pour le champ Nom (valable lorsque l'utilisateur soumettant le formulaire est connecté à WordPress)"
944
 
945
- #: library/plugin-settings.php:1425
946
- msgid "Registered Email"
947
- msgstr "Email enregistré"
948
 
949
- #: library/plugin-settings.php:1427
950
- msgid "Use the user’s registered email as the value of the Email field (valid when the user submitting the form is logged in to WordPress)"
951
- msgstr "Utilisez l'adresse e-mail enregistrée de l'utilisateur comme valeur du champ Email (valide lorsque l'utilisateur soumettant le formulaire est connecté à WordPress)"
952
 
953
- #: library/plugin-settings.php:1430
954
- msgid "User Profile URL"
955
- msgstr "URL du profil utilisateur"
956
 
957
- #: library/plugin-settings.php:1432
958
- msgid "Use the user’s Profile URL as the value of the URL field (valid when the user submitting the form is logged in to WordPress)"
959
- msgstr "Utilisez l'URL du profil de l'utilisateur comme valeur du champ URL (valide lorsque l'utilisateur soumettant le formulaire est connecté à WordPress)"
960
 
961
- #: library/plugin-settings.php:1435
962
- msgid "Require User Login"
963
- msgstr "Exiger la connexion de l'utilisateur"
964
 
965
- #: library/plugin-settings.php:1437
966
- msgid "Require users to be logged in to WordPress to view/submit the form"
967
- msgstr "Exiger que les utilisateurs soient connectés à WordPress pour afficher / soumettre le formulaire"
968
 
969
- #: library/plugin-settings.php:1440
970
- msgid "Disable Replace Author"
971
- msgstr "Désactiver le remplacement de l'auteur"
972
 
973
- #: library/plugin-settings.php:1442
974
- msgid "Do not replace post author with submitted user name"
975
- msgstr "Ne remplacez pas l'auteur du message par le nom d'utilisateur soumis"
976
 
977
- #: library/plugin-settings.php:1448
978
- 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."
979
- msgstr "Ici, vous pouvez modifier le nom et l'étiquette utilisés par le champ personnalisé. Vous pouvez activer ce champ via le paramètre Champs de formulaire ci-dessus."
980
 
981
- #: library/plugin-settings.php:1453
982
- msgid "Custom Field Name"
983
- msgstr "Nom du champ personnalisé"
984
 
985
- #: library/plugin-settings.php:1458
986
- msgid "Custom Field Label"
987
- msgstr "Étiquette de champ personnalisée"
988
 
989
- #: library/plugin-settings.php:1460
990
- msgid "This will be displayed as the field label on the form. Default: Custom Field"
991
- msgstr "Cela sera affiché comme étiquette de champ sur le formulaire. Par défaut: Champ personnalisé"
992
 
993
- #: library/plugin-settings.php:1472
994
- msgid "To prevent spam, enter a question that users must answer before submitting the form"
995
- msgstr "Pour éviter le spam, entrez une question à laquelle les utilisateurs doivent répondre avant de soumettre le formulaire"
996
 
997
- #: library/plugin-settings.php:1475
998
- msgid "Challenge Response"
999
- msgstr "Réponse au défi"
1000
 
1001
- #: library/plugin-settings.php:1477
1002
- msgid "Enter the *only* correct answer to the challenge question"
1003
- msgstr "Entrez la * seule * bonne réponse à la question de défi"
1004
 
1005
- #: library/plugin-settings.php:1480
1006
- msgid "Case-sensitivity"
1007
- msgstr "Respect de la casse"
1008
 
1009
- #: library/plugin-settings.php:1482
1010
- msgid "Check this box if you want the challenge response to be case-sensitive"
1011
- msgstr "Cochez cette case si vous souhaitez que la réponse au défi soit sensible à la casse"
1012
 
1013
- #: library/plugin-settings.php:1488
1014
- msgid "To enable Google reCAPTCHA, enter your public and private keys."
1015
- msgstr "Pour activer Google reCAPTCHA, saisissez vos clés publiques et privées."
1016
 
1017
- #: library/plugin-settings.php:1493
1018
- msgid "Public Key"
1019
- msgstr "Clé publique"
1020
 
1021
- #: library/plugin-settings.php:1495
1022
- msgid "Enter your Public Key"
1023
- msgstr "Entrez votre clé publique"
1024
 
1025
- #: library/plugin-settings.php:1498
1026
- msgid "Private Key"
1027
- msgstr "Clé privée"
1028
 
1029
- #: library/plugin-settings.php:1500
1030
- msgid "Enter your Private Key"
1031
- msgstr "Entrez votre clé privée"
1032
 
1033
- #: library/plugin-settings.php:1503
1034
- msgid "reCaptcha Version"
1035
- msgstr "Version reCaptcha"
1036
 
1037
- #: library/plugin-settings.php:1506
1038
- msgid "Choose reCaptcha version"
1039
- msgstr "Choisissez la version de reCaptcha"
1040
 
1041
- #: library/plugin-settings.php:1512
1042
- msgid "Email Alerts"
1043
- msgstr "alertes courrier électronique"
1044
 
1045
- #: library/plugin-settings.php:1517
1046
- msgid "Receive Email Alert"
1047
- msgstr "Recevoir une alerte e-mail"
1048
 
1049
- #: library/plugin-settings.php:1519
1050
- msgid "Check this box if you want to be notified via email for new post submissions"
1051
- msgstr "Cochez cette case si vous souhaitez être averti par e-mail pour les nouvelles soumissions de messages"
1052
 
1053
- #: library/plugin-settings.php:1522
1054
- msgid "Enable HTML Format"
1055
- msgstr "Activer le format HTML"
1056
 
1057
- #: library/plugin-settings.php:1524
1058
- msgid "Check this box to enable HTML format for email alerts"
1059
- msgstr "Cochez cette case pour activer le format HTML pour les alertes par e-mail"
1060
 
1061
- #: library/plugin-settings.php:1527
1062
- msgid "Email Address for Alerts"
1063
- msgstr "Adresse e-mail pour les alertes"
1064
 
1065
- #: library/plugin-settings.php:1529
1066
- msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
1067
- msgstr "Si vous avez coché la case pour recevoir des alertes par e-mail, indiquez ici la ou les adresses auxquelles les e-mails doivent être envoyés."
 
 
 
 
1068
 
1069
- #: library/plugin-settings.php:1530
1070
- msgid "Separate multiple addresses with commas."
1071
- msgstr "Séparer plusieurs adresses avec des virgules."
1072
 
1073
- #: library/plugin-settings.php:1533
1074
- msgid "Email “From” Address"
1075
- msgstr "E-mail & ldquo; De & rdquo; Adresse"
1076
 
1077
- #: library/plugin-settings.php:1535
1078
- msgid "Here you may customize the address(es) used for the “From” header (see plugin FAQs for info). "
1079
- msgstr "Ici, vous pouvez personnaliser la ou les adresses utilisées pour le & ldquo; De & rdquo; en-tête (voir la FAQ du plugin pour plus d'informations). "
1080
 
1081
- #: library/plugin-settings.php:1536
1082
- msgid "If multiple addresses are specified in the previous setting, include an equal number of “From” addresses for this setting (in the same order)."
1083
- msgstr "Si plusieurs adresses sont spécifiées dans le paramètre précédent, incluez un nombre égal de & ldquo; De & rdquo; adresses pour ce paramètre (dans le même ordre)."
1084
 
1085
- #: library/plugin-settings.php:1539
1086
- msgid "Email Alert Subject"
1087
- msgstr "Objet de l'alerte par e-mail"
1088
 
1089
- #: library/plugin-settings.php:1541
1090
- msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
1091
- msgstr "Objet des alertes par e-mail. Laissez vide pour utiliser la ligne d'objet par défaut. Remarque: vous pouvez utiliser les variables suivantes: "
1092
 
1093
- #: library/plugin-settings.php:1546
1094
- msgid "Email Alert Message"
1095
- msgstr "Message d'alerte par e-mail"
1096
 
1097
- #: library/plugin-settings.php:1548
1098
- msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
1099
- msgstr "Message pour les alertes par e-mail. Laissez vide pour utiliser le message par défaut. Remarque: vous pouvez utiliser les variables suivantes: "
1100
 
1101
- #: library/plugin-settings.php:1560
1102
- msgid "Featured Image"
1103
- msgstr "L'image sélectionnée"
1104
 
1105
- #: library/plugin-settings.php:1562
1106
- msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)"
1107
- msgstr "Définissez les images soumises comme images en vedette. Nécessite la prise en charge du thème pour les images en vedette (aka Post Thumbnails)"
1108
 
1109
- #: library/plugin-settings.php:1565
1110
- msgid "Upload Message"
1111
- msgstr "Télécharger le message"
1112
 
1113
- #: library/plugin-settings.php:1567
1114
- msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
1115
- 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é."
1116
 
1117
- #: library/plugin-settings.php:1570
1118
- msgid "“Add another image” link"
1119
- msgstr "& ldquo; Ajouter une autre image & rdquo; lien"
1120
 
1121
- #: library/plugin-settings.php:1572
1122
- msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
1123
- msgstr "Balisage personnalisé pour & ldquo; Ajouter une autre image & rdquo; lien. Laissez vide pour utiliser le balisage par défaut (recommandé)."
1124
 
1125
- #: library/plugin-settings.php:1575
1126
- msgid "Minimum number of images"
1127
- msgstr "Nombre minimum d'images"
1128
 
1129
- #: library/plugin-settings.php:1578
1130
- msgid "Specify the minimum number of images"
1131
- msgstr "Spécifiez le nombre minimum d'images"
1132
 
1133
- #: library/plugin-settings.php:1582
1134
- msgid "Maximum number of images"
1135
- msgstr "Nombre maximum d'images"
1136
 
1137
- #: library/plugin-settings.php:1585
1138
- msgid "Specify the maximum number of images"
1139
- msgstr "Spécifiez le nombre maximum d'images"
1140
 
1141
- #: library/plugin-settings.php:1589
1142
- msgid "Minimum image width"
1143
- msgstr "Largeur minimale de l'image"
1144
 
1145
- #: library/plugin-settings.php:1591
1146
- msgid "Specify a minimum width (in pixels) for uploaded images"
1147
- msgstr "Spécifiez une largeur minimale (en pixels) pour les images téléchargées"
1148
 
1149
- #: library/plugin-settings.php:1594
1150
- msgid "Minimum image height"
1151
- msgstr "Hauteur minimale de l'image"
1152
 
1153
- #: library/plugin-settings.php:1596
1154
- msgid "Specify a minimum height (in pixels) for uploaded images"
1155
- msgstr "Spécifiez une hauteur minimale (en pixels) pour les images téléchargées"
1156
 
1157
- #: library/plugin-settings.php:1599
1158
- msgid "Maximum image width"
1159
- msgstr "Largeur d'image maximale"
1160
 
1161
- #: library/plugin-settings.php:1601
1162
- msgid "Specify a maximum width (in pixels) for uploaded images"
1163
- msgstr "Spécifiez une largeur maximale (en pixels) pour les images téléchargées"
1164
 
1165
- #: library/plugin-settings.php:1604
1166
- msgid "Maximum image height"
1167
- msgstr "Hauteur maximale de l'image"
1168
 
1169
- #: library/plugin-settings.php:1606
1170
- msgid "Specify a maximum height (in pixels) for uploaded images"
1171
- msgstr "Spécifiez une hauteur maximale (en pixels) pour les images téléchargées"
1172
 
1173
- #: library/plugin-settings.php:1609
1174
- msgid "More Options"
1175
- msgstr "Plus d'options"
1176
 
1177
- #: library/plugin-settings.php:1612
1178
- msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
1179
- 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"
1180
 
1181
- #: library/plugin-settings.php:1613
1182
- msgid "Go Pro!"
1183
- msgstr "Go Pro!"
1184
 
1185
- #: library/plugin-settings.php:1620
1186
- msgid "Auto-Display Content"
1187
- msgstr "Contenu à affichage automatique"
1188
 
1189
- #: library/plugin-settings.php:1625
1190
- msgid "Auto-Display Images"
1191
- msgstr "Images à affichage automatique"
1192
 
1193
- #: library/plugin-settings.php:1627
1194
- msgid "Automatically display user-submitted images:"
1195
- msgstr "Afficher automatiquement les images soumises par l'utilisateur:"
1196
 
1197
- #: library/plugin-settings.php:1632
1198
- msgid "Image Markup"
1199
- msgstr "Marquage d'image"
1200
 
1201
- #: library/plugin-settings.php:1634
1202
- msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
1203
- msgstr "Annotation à utiliser pour chaque image soumise (lorsque l'affichage automatique est activé). Peut utiliser"
1204
 
1205
- #: library/plugin-settings.php:1636 library/plugin-settings.php:1649
1206
- #: library/plugin-settings.php:1675 library/plugin-settings.php:1688
1207
- msgid "and"
1208
- msgstr "et"
1209
 
1210
- #: library/plugin-settings.php:1639
1211
- msgid "Auto-Display Email"
1212
- msgstr "E-mail à affichage automatique"
1213
 
1214
- #: library/plugin-settings.php:1641
1215
- msgid "Automatically display user-submitted email:"
1216
- msgstr "Afficher automatiquement les e-mails soumis par l'utilisateur:"
1217
 
1218
- #: library/plugin-settings.php:1646
1219
- msgid "Email Markup"
1220
- msgstr "Annotation des e-mails"
1221
 
1222
- #: library/plugin-settings.php:1648
1223
- msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
1224
- msgstr "Marquage à utiliser pour l'adresse e-mail soumise (lorsque l'affichage automatique est activé). Peut utiliser"
 
1225
 
1226
- #: library/plugin-settings.php:1652
1227
- msgid "Auto-Display Name"
1228
- msgstr "Nom d'affichage automatique"
1229
 
1230
- #: library/plugin-settings.php:1654
1231
- msgid "Automatically display user-submitted author/name:"
1232
- msgstr "Afficher automatiquement l'auteur / le nom soumis par l'utilisateur:"
1233
 
1234
- #: library/plugin-settings.php:1659
1235
- msgid "Name Markup"
1236
- msgstr "Marquage de nom"
1237
 
1238
- #: library/plugin-settings.php:1661
1239
- msgid "Markup to use for the submitted author/name (when auto-display is enabled). Can use"
1240
- msgstr "Marquage à utiliser pour l'auteur / nom soumis (lorsque l'affichage automatique est activé). Peut utiliser"
1241
 
1242
- #: library/plugin-settings.php:1665
1243
- msgid "Auto-Display URL"
1244
- msgstr "URL à affichage automatique"
1245
 
1246
- #: library/plugin-settings.php:1667
1247
- msgid "Automatically display user-submitted URL:"
1248
- msgstr "Afficher automatiquement l'URL soumise par l'utilisateur:"
1249
 
1250
- #: library/plugin-settings.php:1672
1251
- msgid "URL Markup"
1252
- msgstr "Balisage d'URL"
1253
 
1254
- #: library/plugin-settings.php:1674
1255
- msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
1256
- msgstr "Balisage à utiliser pour l'URL soumise (lorsque l'affichage automatique est activé). Peut utiliser"
1257
 
1258
- #: library/plugin-settings.php:1678
1259
- msgid "Auto-Display Custom Field"
1260
- msgstr "Champ personnalisé à affichage automatique"
1261
 
1262
- #: library/plugin-settings.php:1680
1263
- msgid "Automatically display user-submitted Custom Field:"
1264
- msgstr "Afficher automatiquement le champ personnalisé soumis par l'utilisateur:"
1265
 
1266
- #: library/plugin-settings.php:1685
1267
- msgid "Custom Field Markup"
1268
- msgstr "Marquage de champ personnalisé"
1269
 
1270
- #: library/plugin-settings.php:1687
1271
- msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
1272
- msgstr "Annotation à utiliser pour le champ personnalisé soumis (lorsque l'affichage automatique est activé). Peut utiliser"
1273
 
1274
- #: library/plugin-settings.php:1693 library/plugin-settings.php:1805
1275
- msgid "Save Settings"
1276
- msgstr "Enregistrer les paramètres"
1277
 
1278
- #: library/plugin-settings.php:1698
1279
- msgid "Display the Form"
1280
- msgstr "Afficher le formulaire"
1281
 
1282
- #: library/plugin-settings.php:1701
1283
- msgid "Post-Submit Form"
1284
- msgstr "Formulaire de post-soumission"
1285
 
1286
- #: library/plugin-settings.php:1702
1287
- msgid "USP enables you to display a post-submission form anywhere on your site."
1288
- msgstr "USP vous permet d'afficher un formulaire de post-soumission n'importe où sur votre site."
1289
 
1290
- #: library/plugin-settings.php:1703 library/plugin-settings.php:1712
1291
- msgid "Use the shortcode to display the form on any WP Post or Page:"
1292
- msgstr "Utilisez le shortcode pour afficher le formulaire sur n'importe quel article ou page WP:"
1293
 
1294
- #: library/plugin-settings.php:1706 library/plugin-settings.php:1715
1295
- msgid "Or, use the template tag to display the form anywhere in your theme template:"
1296
- msgstr "Ou, utilisez la balise template pour afficher le formulaire n'importe où dans votre modèle de thème:"
1297
 
1298
- #: library/plugin-settings.php:1710
1299
- msgid "Login/Register Form"
1300
- msgstr "Formulaire de connexion / d'inscription"
1301
 
1302
- #: library/plugin-settings.php:1711
1303
- msgid "You also can display a form that enables users to log in, register, or reset their password."
1304
- msgstr "Vous pouvez également afficher un formulaire qui permet aux utilisateurs de se connecter, de s'inscrire ou de réinitialiser leur mot de passe."
1305
 
1306
- #: library/plugin-settings.php:1719
1307
- msgid "Display Submitted Posts"
1308
- msgstr "Afficher les articles soumis"
1309
 
1310
- #: library/plugin-settings.php:1720
1311
- msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1312
- msgstr "Utilisez ce shortcode pour afficher une liste des articles soumis sur n'importe quel article ou page WP:"
1313
 
1314
- #: library/plugin-settings.php:1723
1315
- msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
1316
- msgstr "Ou, utilisez la balise de modèle pour afficher une liste de publications soumises n'importe où dans votre modèle de thème:"
1317
 
1318
- #: library/plugin-settings.php:1726
1319
- msgid "Here are some examples showing how to configure this shortcode:"
1320
- msgstr "Voici quelques exemples montrant comment configurer ce shortcode:"
 
1321
 
1322
- #: library/plugin-settings.php:1734
1323
- msgid "Display Image Gallery"
1324
- msgstr "Afficher la galerie d'images"
1325
 
1326
- #: library/plugin-settings.php:1735
1327
- msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
1328
- msgstr "Utilisez ce shortcode pour afficher une galerie d'images téléchargées pour chaque article soumis:"
1329
 
1330
- #: library/plugin-settings.php:1738
1331
- msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
1332
- msgstr "Ou utilisez la balise template pour afficher une galerie d'images n'importe dans votre modèle de thème:"
1333
 
1334
- #: library/plugin-settings.php:1741
1335
- msgid "You can customize using any of the follwing attributes:"
1336
- msgstr "Vous pouvez personnaliser à l'aide de l'un des attributs suivants:"
1337
 
1338
- #: library/plugin-settings.php:1756
1339
- msgid "Reset Form Button"
1340
- msgstr "Bouton de réinitialisation du formulaire"
1341
 
1342
- #: library/plugin-settings.php:1757
1343
- msgid "This shortcode displays a link that resets the form to its original state:"
1344
- msgstr "Ce shortcode affiche un lien qui réinitialise le formulaire à son état d'origine:"
1345
 
1346
- #: library/plugin-settings.php:1760
1347
- msgid "This shortcode accepts the following attributes:"
1348
- msgstr "Ce shortcode accepte les attributs suivants:"
1349
 
1350
- #: library/plugin-settings.php:1766
1351
- msgid "Note that the url attribute accepts"
1352
- msgstr "Notez que l'attribut url accepte"
1353
 
1354
- #: library/plugin-settings.php:1766
1355
- msgid "to get the current URL."
1356
- msgstr "pour obtenir l'URL actuelle."
1357
 
1358
- #: library/plugin-settings.php:1769
1359
- msgid "Access Control"
1360
- msgstr "Contrôle d'accès"
1361
 
1362
- #: library/plugin-settings.php:1770
1363
- msgid "USP provides three shortcodes to control access and restrict content."
1364
- msgstr "USP fournit trois codes courts pour contrôler l'accès et restreindre le contenu."
1365
 
1366
- #: library/plugin-settings.php:1771
1367
- msgid "Display content only to users with a specific capability:"
1368
- msgstr "Afficher le contenu uniquement aux utilisateurs disposant d'une capacité spécifique:"
1369
 
1370
- #: library/plugin-settings.php:1774
1371
- msgid "Display content to logged-in users:"
1372
- msgstr "Afficher le contenu aux utilisateurs connectés:"
1373
 
1374
- #: library/plugin-settings.php:1777
1375
- msgid "Display content to visitors only:"
1376
- msgstr "Afficher le contenu uniquement aux visiteurs:"
1377
 
1378
- #: library/plugin-settings.php:1780
1379
- msgid "Tip:"
1380
- msgstr "Pointe:"
1381
 
1382
- #: library/plugin-settings.php:1780
1383
- msgid "to include markup in the deny message, you can use"
1384
- msgstr "pour inclure un balisage dans le message de refus, vous pouvez utiliser"
1385
 
1386
- #: library/plugin-settings.php:1780
1387
- msgid "to output"
1388
- msgstr "pour sortir"
 
1389
 
1390
- #: library/plugin-settings.php:1783
1391
- msgid "Example"
1392
- msgstr "Exemple"
1393
 
1394
- #: library/plugin-settings.php:1784
1395
- msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
1396
- 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:"
1397
 
1398
- #: library/plugin-settings.php:1796
1399
- msgid "Restore Defaults"
1400
- msgstr "Réinitialiser"
1401
 
1402
- #: library/plugin-settings.php:1799
1403
- 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."
1404
- msgstr "Laissez cette option désactivée pour mémoriser vos paramètres. Ou, pour continuer et restaurer les options du plugin par défaut: cochez la case, enregistrez vos paramètres, puis désactivez / réactivez le plugin."
1405
 
1406
- #: library/plugin-settings.php:1803
1407
- msgid "Restore default options upon plugin deactivation/reactivation"
1408
- msgstr "Restaurer les options par défaut lors de la désactivation / réactivation du plugin"
1409
 
1410
- #: library/plugin-settings.php:1810
1411
- msgid "Show Support"
1412
- msgstr "Afficher le soutien"
 
 
 
 
 
 
 
 
 
1413
 
1414
- #: library/plugin-settings.php:1819
1415
- msgid "by"
1416
- msgstr "par"
1417
 
1418
- #: library/plugin-settings.php:1820
1419
- msgid "Jeff Starr on Twitter"
1420
- msgstr "Jeff Starr sur Twitter"
1421
 
1422
- #: library/plugin-settings.php:1821
1423
- msgid "Obsessive Web Design & Development"
1424
- msgstr "Conception Web obsessionnelle & amp; Développement"
1425
 
1426
- #: library/plugin-settings.php:1832
1427
- msgid "Save Preference"
1428
- msgstr "Enregistrer la préférence"
1429
 
1430
- #: library/plugin-settings.php:1839
1431
- msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
1432
- msgstr "Voulez-vous vraiment restaurer toutes les options par défaut? (cette action ne peut pas être annulée)"
1433
 
1434
- #: library/support-panel.php:55
1435
- msgid "Perishable Press Books"
1436
- msgstr "Livres de presse périssables"
1437
 
1438
- #: library/support-panel.php:56
1439
- msgid "Plugin Planet"
1440
- msgstr "Planète des plugins"
1441
 
1442
- #: library/support-panel.php:57
1443
- msgid "Donate via PayPal"
1444
- msgstr "Faire un don via PayPal"
1445
 
1446
- #: library/support-panel.php:59
1447
- msgid "books"
1448
- msgstr "livres"
1449
 
1450
- #: library/support-panel.php:60
1451
- msgid "plugins"
1452
- msgstr "plugins"
1453
 
1454
- #: library/support-panel.php:61
1455
- msgid "donation"
1456
- msgstr "don"
1457
 
1458
- #: library/support-panel.php:63
1459
- msgid "Thank you for using"
1460
- msgstr "Merci d'utiliser"
1461
 
1462
- #: library/support-panel.php:64
1463
- msgid "Please show support by purchasing one of my"
1464
- msgstr "Veuillez montrer votre soutien en achetant l'un de mes"
1465
 
1466
- #: library/support-panel.php:65
1467
- msgid "or"
1468
- msgstr "ou"
1469
 
1470
- #: library/support-panel.php:65
1471
- msgid "or by making a"
1472
- msgstr "ou en faisant un"
 
 
 
 
 
 
1473
 
1474
- #: library/support-panel.php:66
1475
  msgid "Your generous support helps future development of"
1476
  msgstr "Votre généreux soutien contribue au développement futur de"
1477
 
1478
- #: library/support-panel.php:67
1479
- msgid "and is greatly appreciated."
1480
- msgstr "et est grandement apprécié."
1481
-
1482
- #: library/support-panel.php:69
1483
- msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
1484
- msgstr "Un don de toute taille m'aide à continuer à développer ce plugin gratuit et d'autres ressources WordPress impressionnantes."
1485
-
1486
- #. Description of the plugin
1487
- #:
1488
- msgid "Enables your visitors to submit posts and images from anywhere on your site."
1489
- msgstr "Permet à vos visiteurs de soumettre des articles et des images de n'importe où sur votre site."
1490
-
1491
- #. URI of the plugin
1492
- #:
1493
- msgid "https://perishablepress.com/user-submitted-posts/"
1494
- msgstr "https://perishablepress.com/user-submitted-posts/"
1495
 
1496
- #. Author of the plugin
1497
- #:
1498
- msgid "Jeff Starr"
1499
- msgstr "Jeff Starr"
1500
 
1501
- #. Author URI of the plugin
1502
- #:
1503
- msgid "https://plugin-planet.com/"
1504
- msgstr "https://plugin-planet.com/"
1505
 
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 20221004\n"
8
  "Language: fr\n"
9
 
10
+ #: library/plugin-settings.php:567
11
+ msgid " approved posts"
12
+ msgstr " messages approuvés"
 
 
 
 
 
13
 
14
+ #: user-submitted-posts.php:1499
15
+ msgid " file"
16
+ msgstr " dossier"
17
 
18
+ #: user-submitted-posts.php:1496
19
+ msgid " file required"
20
+ msgstr " fichier requis"
21
 
22
+ #: user-submitted-posts.php:1498
23
+ msgid " files"
24
+ msgstr " des dossiers"
25
 
26
+ #: user-submitted-posts.php:1495
27
+ msgid " files required"
28
+ msgstr " fichiers requis"
29
 
30
+ #: user-submitted-posts.php:84
31
+ msgid " or higher, and has been deactivated! "
32
+ msgstr " ou supérieur, et a été désactivé ! "
33
 
34
+ #: user-submitted-posts.php:1501 user-submitted-posts.php:1502
35
+ #: user-submitted-posts.php:1503 user-submitted-posts.php:1504
36
+ msgid " pixels"
37
+ msgstr " pixels"
38
 
39
+ #: user-submitted-posts.php:1541 user-submitted-posts.php:1542
40
+ msgid " required"
41
+ msgstr " obligatoire"
42
 
43
+ #: library/plugin-display.php:535
44
+ msgid "“Add another image” link"
45
+ msgstr "«Ajouter une autre image” lien"
46
 
47
+ #: library/plugin-display.php:61
48
+ msgid "— the ultimate solution for user-generated content."
49
+ msgstr "— la solution ultime pour le contenu généré par les utilisateurs."
50
 
51
+ #: library/plugin-settings.php:180
52
+ msgid "(Provide your own form template & styles)"
53
+ msgstr "(Fournissez votre propre modèle de formulaire et vos propres styles)"
54
 
55
+ #: library/plugin-settings.php:176
56
+ msgid "(Provide your own styles)"
57
+ msgstr "(Fournissez vos propres styles)"
58
 
59
+ #: library/plugin-settings.php:172
60
+ msgid "(Recommended)"
61
+ msgstr "(Recommandé)"
62
 
63
+ #: library/plugin-display.php:131
64
+ msgid "..and upload them into a directory named"
65
+ msgstr "..et les télécharger dans un répertoire nommé"
66
 
67
+ #: library/plugin-display.php:770
68
+ msgid "Access Control"
69
+ msgstr "Contrôle d'accès"
70
 
71
+ #: library/plugin-display.php:468
72
+ msgid "Add a challenge question to help stop spam. Tip: make the question easy to answer for any human."
73
+ msgstr "Ajoutez une question d'identification pour aider à arrêter le spam. Astuce : faites en sorte que la question soit facile à répondre pour tout humain."
74
 
75
+ #: views/submission-form.php:147 views/submission-form-alt.php:162
76
+ msgid "Add another image"
77
+ msgstr "Ajouter une autre image"
78
 
79
+ #: library/plugin-display.php:291
80
+ msgid "Additional recipients for email alerts. Use commas to separate multiple addresses."
81
+ msgstr "Destinataires supplémentaires pour les alertes par e-mail. Utilisez des virgules pour séparer plusieurs adresses."
 
82
 
83
+ #: library/shortcode-login.php:183
84
+ msgid "Admin"
85
+ msgstr "Administrateur"
 
 
86
 
87
+ #: library/plugin-settings.php:200 library/plugin-settings.php:224
88
+ #: library/plugin-settings.php:248 library/plugin-settings.php:272
89
+ #: library/plugin-settings.php:296
90
+ msgid "After post content"
91
+ msgstr "Après le contenu de la publication"
92
 
93
+ #: user-submitted-posts.php:1512
94
  msgid "An error occurred. Please go back and try again."
95
  msgstr "Une erreur s'est produite. Veuillez revenir en arrière et réessayer."
96
 
97
+ #: library/plugin-display.php:363 library/plugin-display.php:746
98
+ #: library/plugin-display.php:751
99
+ msgid "and"
100
+ msgstr "et"
101
 
102
+ #: library/support-panel.php:63
103
+ msgid "and is greatly appreciated."
104
+ msgstr "et est grandement apprécié."
105
 
106
+ #: library/plugin-display.php:35
107
+ msgid "and/or"
108
+ msgstr "et/ou"
109
 
110
+ #: views/submission-form.php:85 views/submission-form-alt.php:100
111
+ msgid "Antispam Question"
112
+ msgstr "Question anti-spam"
113
 
114
+ #: library/support-panel.php:65
115
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
116
+ msgstr "Tout don de taille m'aide à continuer à développer ce plugin gratuit et d'autres ressources WordPress impressionnantes."
117
 
118
+ #: library/plugin-display.php:231
119
+ msgid "Assigned Author"
120
+ msgstr "Auteur assigné"
121
 
122
+ #: library/plugin-display.php:747 library/plugin-display.php:751
123
+ msgid "attributes"
124
+ msgstr "les attributs"
125
+
126
+ #: library/plugin-display.php:583
127
+ msgid "Automatically display images and more."
128
+ msgstr "Affichez automatiquement les images et plus encore."
129
+
130
+ #: library/plugin-settings.php:196 library/plugin-settings.php:220
131
+ #: library/plugin-settings.php:244 library/plugin-settings.php:268
132
+ #: library/plugin-settings.php:292
133
+ msgid "Before post content"
134
+ msgstr "Avant de poster du contenu"
135
+
136
+ #: library/support-panel.php:55
137
+ msgid "books"
138
+ msgstr "livres"
139
+
140
+ #: library/plugin-display.php:829
141
+ msgid "by"
142
+ msgstr "par"
143
+
144
+ #: library/plugin-display.php:152
145
+ msgid "By default, CSS & JavaScript files are loaded on every page. To load only on specific page(s), enter the URL(s) here. Use commas to separate multiple URLs. Leave blank to load on all pages."
146
+ msgstr "Par défaut, CSS & Les fichiers JavaScript sont chargés sur chaque page. Pour charger uniquement sur des pages spécifiques, entrez les URL ici. Utilisez des virgules pour séparer plusieurs URL. Laissez vide pour charger sur toutes les pages."
147
+
148
+ #: library/plugin-display.php:430
149
+ msgid "By default, this displays an “Agree to Terms” checkbox. Customize as desired."
150
+ msgstr "Par défaut, cela affiche un “Accepter les conditions” case à cocher. Personnalisez comme vous le souhaitez."
151
+
152
+ #: library/plugin-display.php:753
153
+ msgid "Can use"
154
+ msgstr "Peut utiliser"
155
+
156
+ #: library/plugin-display.php:481
157
+ msgid "Case-sensitivity"
158
+ msgstr "Sensibilité à la casse"
159
+
160
+ #: library/plugin-display.php:332
161
+ msgid "Categories"
162
+ msgstr "Catégories"
163
+
164
+ #: library/plugin-display.php:327
165
+ msgid "Categories & Tags"
166
+ msgstr "Catégories & Mots clés"
167
+
168
+ #: library/plugin-display.php:363
169
+ msgid "category"
170
+ msgstr "Catégorie"
171
+
172
+ #: library/plugin-display.php:349
173
+ msgid "Category ID for Hidden Field"
174
+ msgstr "ID de catégorie pour le champ masqué"
175
+
176
+ #: library/plugin-settings.php:408 library/plugin-display.php:466
177
+ #: library/plugin-display.php:471
178
+ msgid "Challenge Question"
179
+ msgstr "Question défi"
180
+
181
+ #: library/plugin-display.php:476
182
+ msgid "Challenge Response"
183
+ msgstr "Défi Réponse"
184
+
185
+ #: library/plugin-display.php:319 library/plugin-display.php:392
186
+ #: library/plugin-display.php:420 library/plugin-display.php:458
187
+ msgid "check out"
188
+ msgstr "vérifier"
189
+
190
+ #: library/plugin-display.php:754
191
+ msgid "Check out the source code inline notes for more info"
192
+ msgstr "Consultez les notes en ligne du code source pour plus d'informations"
193
 
194
+ #: library/plugin-display.php:46
195
+ msgid "Check this box if you have shown support"
196
+ msgstr "Cochez cette case si vous avez manifesté votre soutien"
197
+
198
+ #: library/shortcode-login.php:98
199
+ msgid "Check your email for the password."
200
+ msgstr "Vérifiez votre e-mail pour le mot de passe."
201
+
202
+ #: library/shortcode-login.php:103
203
+ msgid "Check your email to reset your password."
204
+ msgstr "Vérifiez votre e-mail pour réinitialiser votre mot de passe."
205
+
206
+ #: library/plugin-display.php:443
207
+ msgid "Checkbox Error"
208
+ msgstr "Erreur de case à cocher"
209
+
210
+ #: library/plugin-display.php:438
211
+ msgid "Checkbox Name"
212
+ msgstr "Nom de la case à cocher"
213
+
214
+ #: library/plugin-display.php:448
215
+ msgid "Checkbox Text"
216
+ msgstr "Texte de la case à cocher"
217
+
218
+ #: library/plugin-display.php:85
219
+ msgid "Choose fields to display on the front-end form."
220
+ msgstr "Choisissez les champs à afficher sur le formulaire frontal."
221
+
222
+ #: library/plugin-display.php:506
223
+ msgid "Choose reCaptcha version"
224
+ msgstr "Choisissez la version de reCaptcha"
225
+
226
+ #: library/plugin-display.php:374
227
+ msgid "Configure Custom Field #1."
228
+ msgstr "Configurez le champ personnalisé #1."
229
+
230
+ #: library/plugin-display.php:402
231
+ msgid "Configure Custom Field #2."
232
+ msgstr "Configurez le champ personnalisé #2."
233
+
234
+ #: library/plugin-display.php:276
235
+ msgid "Configure email notifications for new submitted posts."
236
+ msgstr "Configurez les notifications par e-mail pour les nouveaux messages soumis."
237
+
238
+ #: library/plugin-display.php:118
239
+ msgid "Configure general settings. Note: the default settings work fine for most cases."
240
+ msgstr "Configurez les paramètres généraux. Remarque : les paramètres par défaut fonctionnent correctement dans la plupart des cas."
241
+
242
+ #: library/plugin-display.php:514
243
+ msgid "Configure settings for image uploads."
244
+ msgstr "Configurez les paramètres pour les téléchargements d'images."
245
+
246
+ #: library/plugin-display.php:329
247
+ msgid "Configure settings for the Category and Tag fields."
248
+ msgstr "Configurez les paramètres des champs Catégorie et Balise."
249
+
250
+ #: library/plugin-display.php:228
251
+ msgid "Configure user settings."
252
+ msgstr "Configurez les paramètres utilisateur."
253
+
254
+ #: library/shortcode-login.php:180
255
+ msgid "Congratulations, you’re logged in."
256
+ msgstr "Félicitations, vous êtes connecté."
257
+
258
+ #: user-submitted-posts.php:1529 user-submitted-posts.php:1530
259
  msgid "Correct captcha required"
260
+ msgstr "Captcha correct requis"
261
 
262
+ #: library/plugin-display.php:296
263
+ msgid "Custom address for the email “From” header (see plugin FAQs for info)."
264
+ msgstr "Adresse personnalisée pour l'e-mail “De” header (voir la FAQ du plugin pour plus d'informations)."
265
 
266
+ #: library/plugin-display.php:428
267
+ msgid "Custom Checkbox"
268
+ msgstr "Case à cocher personnalisée"
269
 
270
+ #: user-submitted-posts.php:1509
271
+ msgid "Custom checkbox required"
272
+ msgstr "Case à cocher personnalisée requise"
273
 
274
+ #: library/plugin-display.php:184
275
+ msgid "Custom Content"
276
+ msgstr "Contenu personnalisé"
277
 
278
+ #: user-submitted-posts.php:1506 library/core-functions.php:306
279
+ #: library/plugin-settings.php:369 library/plugin-settings.php:907
280
+ #: library/plugin-display.php:372
281
+ msgid "Custom Field 1"
282
+ msgstr "Champ personnalisé 1"
283
 
284
+ #: library/plugin-display.php:639
285
+ msgid "Custom Field 1 Display"
286
+ msgstr "Affichage du champ personnalisé 1"
287
 
288
+ #: library/plugin-display.php:646
289
+ msgid "Custom Field 1 Markup"
290
+ msgstr "Balisage du champ personnalisé 1"
291
 
292
+ #: user-submitted-posts.php:1507 library/core-functions.php:255
293
+ #: library/plugin-settings.php:374 library/plugin-settings.php:910
294
+ #: library/plugin-display.php:400
295
+ msgid "Custom Field 2"
296
+ msgstr "Champ personnalisé 2"
297
 
298
+ #: library/plugin-display.php:652
299
+ msgid "Custom Field 2 Display"
300
+ msgstr "Affichage du champ personnalisé 2"
301
 
302
+ #: library/plugin-display.php:659
303
+ msgid "Custom Field 2 Markup"
304
+ msgstr "Balisage du champ personnalisé 2"
305
 
306
+ #: library/plugin-display.php:382 library/plugin-display.php:410
307
+ msgid "Custom Field Label"
308
+ msgstr "Libellé de champ personnalisé"
309
 
310
+ #: library/plugin-display.php:377 library/plugin-display.php:405
311
+ msgid "Custom Field Name"
312
+ msgstr "Nom de champ personnalisé"
313
 
314
+ #: library/plugin-settings.php:180
315
+ msgid "Custom Form + Custom CSS"
316
+ msgstr "Formulaire personnalisé + CSS personnalisé"
317
 
318
+ #: library/plugin-display.php:537
319
+ msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
320
+ msgstr "Balisage personnalisé pour “Ajouter une autre image” lien. Laissez vide pour utiliser le balisage par défaut (recommandé)."
321
 
322
+ #: library/plugin-display.php:522
323
+ msgid "Default Featured Image"
324
+ msgstr "Image sélectionnée par défaut"
325
 
326
+ #: library/plugin-settings.php:481
327
+ msgid "Disable"
328
+ msgstr "Désactiver"
329
 
330
+ #: library/plugin-display.php:201
331
+ msgid "Disable all required attributes on form fields (useful for troubleshooting error messages)"
332
+ msgstr "Désactivez tous les attributs requis sur les champs de formulaire (utile pour résoudre les messages d'erreur)"
333
 
334
+ #: library/plugin-display.php:204
335
+ msgid "Disable IP Tracking"
336
+ msgstr "Désactiver le suivi IP"
337
 
338
+ #: library/plugin-display.php:258
339
+ msgid "Disable Replace Author"
340
+ msgstr "Désactiver le remplacement de l'auteur"
341
 
342
+ #: library/plugin-display.php:199
343
+ msgid "Disable Required"
344
+ msgstr "Désactiver requis"
345
 
346
+ #: library/plugin-settings.php:350 library/plugin-settings.php:391
347
+ #: library/plugin-settings.php:421 library/plugin-settings.php:451
348
+ msgid "Disable this field"
349
+ msgstr "Désactiver ce champ"
350
 
351
+ #: library/plugin-display.php:356
352
+ msgid "Display a select/dropdown menu of existing tags (valid when Tag field is displayed on the form)"
353
+ msgstr "Afficher un menu de sélection/déroulement des balises existantes (valide lorsque le champ Balise est affiché sur le formulaire)"
 
354
 
355
+ #: library/plugin-display.php:433
356
+ msgid "Display Checkbox"
357
+ msgstr "Afficher la case à cocher"
 
 
358
 
359
+ #: library/plugin-display.php:773
360
+ msgid "Display content only to users with a specific capability:"
361
+ msgstr "Afficher le contenu uniquement aux utilisateurs disposant d'une capacité spécifique :"
 
362
 
363
+ #: library/plugin-display.php:775
364
+ msgid "Display content to logged-in users:"
365
+ msgstr "Afficher le contenu aux utilisateurs connectés :"
 
 
366
 
367
+ #: library/plugin-display.php:777
368
+ msgid "Display content to visitors only:"
369
+ msgstr "Afficher le contenu uniquement pour les visiteurs :"
 
 
 
370
 
371
+ #: library/plugin-display.php:435
372
+ msgid "Display custom checkbox on the submission form"
373
+ msgstr "Afficher la case à cocher personnalisée sur le formulaire de soumission"
374
 
375
+ #: library/plugin-display.php:641
376
+ msgid "Display Custom Field 1:"
377
+ msgstr "Afficher le champ personnalisé 1 :"
378
 
379
+ #: library/plugin-display.php:654
380
+ msgid "Display Custom Field 2:"
381
+ msgstr "Afficher le champ personnalisé 2 :"
 
382
 
383
+ #: library/plugin-display.php:730
384
+ msgid "Display image gallery"
385
+ msgstr "Afficher la galerie d'images"
386
 
387
+ #: library/plugin-display.php:615
388
+ msgid "Display submitted author/name:"
389
+ msgstr "Afficher l'auteur/le nom soumis :"
 
 
390
 
391
+ #: library/plugin-display.php:602
392
+ msgid "Display submitted email address:"
393
+ msgstr "Afficher l'adresse e-mail soumise :"
394
 
395
+ #: library/plugin-display.php:588
396
+ msgid "Display submitted images:"
397
+ msgstr "Afficher les images envoyées :"
398
 
399
+ #: library/plugin-display.php:628
400
+ msgid "Display submitted URL:"
401
+ msgstr "Afficher l'URL soumise :"
402
 
403
+ #: library/plugin-display.php:684
404
+ msgid "Display the Form"
405
+ msgstr "Afficher le formulaire"
406
 
407
+ #: library/plugin-display.php:701
408
+ msgid "Display the login/register form"
409
+ msgstr "Afficher le formulaire de connexion/inscription"
410
 
411
+ #: library/plugin-display.php:688
412
+ msgid "Display the submit-post form"
413
+ msgstr "Afficher le formulaire de soumission de publication"
414
 
415
+ #: library/plugin-display.php:711
416
+ msgid "Display user-submitted posts"
417
+ msgstr "Afficher les publications soumises par les utilisateurs"
418
 
419
+ #: library/plugin-display.php:206
420
+ msgid "Do not collect or store any user IP address (useful for complying with privacy regulations)"
421
+ msgstr "Ne collectez ni ne stockez aucune adresse IP d'utilisateur (utile pour se conformer aux règles de confidentialité)"
422
 
423
+ #: library/plugin-settings.php:204 library/plugin-settings.php:228
424
+ #: library/plugin-settings.php:252 library/plugin-settings.php:276
425
+ #: library/plugin-settings.php:300
426
+ msgid "Do not display"
427
+ msgstr "Ne pas afficher"
428
 
429
+ #: library/plugin-display.php:260
430
+ msgid "Do not replace post author with submitted user name"
431
+ msgstr "Ne remplacez pas l'auteur du message par le nom d'utilisateur soumis"
432
 
433
+ #: library/plugin-display.php:65
434
+ msgid "Documentation"
435
+ msgstr "Documentation"
436
 
437
+ #: library/support-panel.php:53
438
+ msgid "Donate via PayPal"
439
+ msgstr "Faire un don via PayPal"
440
 
441
+ #: library/support-panel.php:57
442
+ msgid "donation"
443
+ msgstr "don"
444
 
445
+ #: library/plugin-settings.php:563
446
+ msgid "Draft"
447
+ msgstr "Brouillon"
448
 
449
+ #: user-submitted-posts.php:1554
450
+ msgid "Duplicate post title. Please try again."
451
+ msgstr "Titre du message en double. Veuillez réessayer."
452
 
453
+ #: library/plugin-settings.php:895
454
+ msgid "Email"
455
+ msgstr "E-mail"
456
 
457
+ #: library/plugin-display.php:294
458
+ msgid "Email “From” Address"
459
+ msgstr "E-mail “De” Adresse"
460
+
461
+ #: library/plugin-display.php:289
462
+ msgid "Email Address for Alerts"
463
+ msgstr "Adresse e-mail pour les alertes"
464
+
465
+ #: library/plugin-display.php:307
466
+ msgid "Email Alert Message"
467
+ msgstr "Message d'alerte par e-mail"
468
+
469
+ #: library/plugin-display.php:300
470
+ msgid "Email Alert Subject"
471
+ msgstr "Objet de l'alerte par e-mail"
472
+
473
+ #: library/plugin-display.php:274
474
+ msgid "Email Alerts"
475
+ msgstr "alertes courrier électronique"
476
+
477
+ #: library/plugin-display.php:600
478
+ msgid "Email Display"
479
+ msgstr "Affichage des e-mails"
480
+
481
+ #: library/plugin-display.php:607
482
+ msgid "Email Markup"
483
+ msgstr "Balisage des e-mails"
484
+
485
+ #: library/plugin-display.php:318
486
+ msgid "email-alert options"
487
+ msgstr "options d'alerte par e-mail"
488
+
489
+ #: library/plugin-settings.php:480
490
+ msgid "Enable"
491
+ msgstr "Activer"
492
 
493
+ #: library/plugin-settings.php:348 library/plugin-settings.php:389
494
+ #: library/plugin-settings.php:420 library/plugin-settings.php:450
495
+ msgid "Enable and require"
496
+ msgstr "Activer et exiger"
497
 
498
+ #: library/plugin-settings.php:349 library/plugin-settings.php:390
499
+ msgid "Enable but do not require"
500
+ msgstr "Activer mais ne pas exiger"
501
 
502
+ #: library/plugin-display.php:284
503
+ msgid "Enable HTML Format"
504
+ msgstr "Activer le format HTML"
505
 
506
+ #: library/plugin-display.php:286
507
+ msgid "Enable HTML format for email alert messages"
508
+ msgstr "Activer le format HTML pour les messages d'alerte par e-mail"
509
 
510
+ #: library/plugin-display.php:191
511
+ msgid "Enable RTE/Visual Editor for the Post Content field"
512
+ msgstr "Activer RTE/Visual Editor pour le champ Post Content"
513
 
514
+ #: library/plugin-display.php:209
515
+ msgid "Enable Shortcodes"
516
+ msgstr "Activer les codes courts"
517
 
518
+ #: library/plugin-display.php:211
519
+ msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
520
+ msgstr "Activer les shortcodes dans les widgets. Par défaut, WordPress n'active pas les shortcodes dans les widgets. "
521
 
522
+ #: library/plugin-display.php:341
523
+ msgid "Enable users to select multiple categories"
524
+ msgstr "Permettre aux utilisateurs de sélectionner plusieurs catégories"
525
 
526
+ #: library/plugin-display.php:573
527
+ msgid "Enable users to upload other file types (like PDF, Word, Zip, videos, and more), check out"
528
+ msgstr "Permettez aux utilisateurs de télécharger d'autres types de fichiers (tels que PDF, Word, Zip, vidéos, etc.), consultez"
529
 
530
+ #. Description of the plugin
531
+ #:
532
+ msgid "Enables your visitors to submit posts and images from anywhere on your site."
533
+ msgstr "Permet à vos visiteurs de soumettre des messages et des images de n'importe où sur votre site."
534
 
535
+ #: library/plugin-display.php:59
536
+ msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
537
+ msgstr "permet à vos visiteurs de soumettre des messages et de télécharger des images depuis le front-end de votre site. "
538
 
539
+ #: library/plugin-display.php:478
540
+ msgid "Enter the *only* correct answer to the challenge question"
541
+ msgstr "Entrez la *seule* bonne réponse à la question d'identification"
542
 
543
+ #: library/plugin-display.php:526
544
+ msgid "Enter URL or click button to upload/choose an image (optional)"
545
+ msgstr "Entrez l'URL ou cliquez sur le bouton pour télécharger/choisir une image (facultatif)"
546
 
547
+ #: library/plugin-display.php:500
548
+ msgid "Enter your Private Key"
549
+ msgstr "Entrez votre clé privée"
550
 
551
+ #: library/plugin-display.php:495
552
+ msgid "Enter your Public Key"
553
+ msgstr "Entrez votre clé publique"
554
 
555
+ #: library/shortcode-login.php:156
556
+ msgid "Enter your username or email to reset your password."
557
+ msgstr "Entrez votre nom d'utilisateur ou votre e-mail pour réinitialiser votre mot de passe."
558
 
559
+ #: library/plugin-display.php:179
560
+ msgid "Error Message"
561
+ msgstr "Message d'erreur"
562
 
563
+ #: library/plugin-display.php:181
564
+ msgid "Error message displayed if post submission fails (basic markup allowed)"
565
+ msgstr "Message d'erreur affiché si la soumission de la publication échoue (balisage de base autorisé)"
 
566
 
567
+ #: library/plugin-display.php:445
568
+ msgid "Error message displayed if user does not check the box"
569
+ msgstr "Message d'erreur affiché si l'utilisateur ne coche pas la case"
570
 
571
+ #: user-submitted-posts.php:1564
572
+ msgid "Error: "
573
+ msgstr "Erreur: "
574
 
575
+ #: library/plugin-display.php:783
576
+ msgid "Example"
577
+ msgstr "Exemple"
578
 
579
+ #: library/plugin-display.php:517
580
+ msgid "Featured Image"
581
+ msgstr "L'image sélectionnée"
582
 
583
+ #: user-submitted-posts.php:1547
584
+ msgid "File not uploaded. Please check the file and try again."
585
+ msgstr "Fichier non téléchargé. Veuillez vérifier le fichier et réessayer."
586
 
587
+ #: user-submitted-posts.php:1540
588
+ msgid "File type not allowed (please upload images only)"
589
+ msgstr "Type de fichier non autorisé (veuillez télécharger des images uniquement)"
590
 
591
+ #: library/plugin-display.php:390 library/plugin-display.php:418
592
+ #: library/plugin-display.php:456
593
+ msgid "For"
594
+ msgstr "Pour"
595
 
596
+ #: library/plugin-display.php:317 library/plugin-display.php:362
597
+ msgid "For more"
598
+ msgstr "Pour plus"
599
 
600
+ #: library/plugin-display.php:60
601
+ msgid "For more features and unlimited forms, check out"
602
+ msgstr "Pour plus de fonctionnalités et des formulaires illimités, consultez"
603
 
604
+ #: library/plugin-display.php:218 library/plugin-display.php:266
605
+ #: library/plugin-display.php:668
606
+ msgid "For more options and features, check out"
607
+ msgstr "Pour plus d'options et de fonctionnalités, consultez"
608
 
609
+ #: library/plugin-display.php:108
610
+ msgid "For unlimited fields, check out"
611
+ msgstr "Pour des champs illimités, consultez"
612
 
613
+ #: library/shortcode-login.php:90
614
+ msgid "Forgot?"
615
+ msgstr "Oublié?"
 
 
616
 
617
+ #: library/plugin-display.php:83
618
+ msgid "Form Fields"
619
+ msgstr "Champs de formulaire"
 
 
620
 
621
+ #: library/plugin-display.php:121
622
+ msgid "Form Style"
623
+ msgstr "Style de formulaire"
624
 
625
+ #: library/plugin-display.php:581
626
+ msgid "Frontend Display"
627
+ msgstr "Affichage frontal"
628
 
629
+ #: library/plugin-display.php:139
630
+ msgid "FYI: here is a"
631
+ msgstr "Pour info : voici un"
632
 
633
+ #: library/plugin-display.php:116
634
+ msgid "General Settings"
635
+ msgstr "réglages généraux"
636
 
637
+ #: library/plugin-display.php:72
638
+ msgid "Get USP Pro"
639
+ msgstr "Obtenez USP Pro"
640
 
641
+ #: library/plugin-settings.php:40
642
+ msgid "Get USP Pro for unlimited forms!"
643
+ msgstr "Obtenez USP Pro pour des formulaires illimités !"
644
 
645
+ #: library/plugin-display.php:70
646
+ msgid "give it a 5-star rating"
647
+ msgstr "donnez-lui une note de 5 étoiles"
648
 
649
+ #: library/plugin-display.php:37
650
+ msgid "give this plugin a 5-star rating"
651
+ msgstr "donner à ce plugin une note de 5 étoiles"
 
652
 
653
+ #: library/plugin-settings.php:68
654
+ msgid "Give USP a 5-star rating at WordPress.org"
655
+ msgstr "Donnez à USP une note de 5 étoiles sur WordPress.org"
656
 
657
+ #: library/plugin-settings.php:41
658
+ msgid "Go Pro"
659
+ msgstr "Go Pro"
 
660
 
661
+ #: library/plugin-settings.php:438 library/plugin-display.php:488
662
+ msgid "Google reCaptcha"
663
+ msgstr "Google reCaptcha"
 
664
 
665
+ #: library/shortcode-login.php:107
666
+ msgid "Have an account?"
667
+ msgstr "Avoir un compte?"
 
668
 
669
+ #: library/plugin-display.php:717
670
+ msgid "Here are some examples showing how to configure this shortcode:"
671
+ msgstr "Voici quelques exemples montrant comment configurer ce shortcode :"
 
672
 
673
+ #: library/plugin-display.php:344
674
+ msgid "Hidden/Default Category"
675
+ msgstr "Catégorie masquée/par défaut"
 
676
 
677
+ #: library/plugin-settings.php:63
678
+ msgid "Homepage"
679
+ msgstr "Page d'accueil"
680
 
681
+ #: library/plugin-settings.php:172
682
+ msgid "HTML5 Form + Default CSS"
683
+ msgstr "Formulaire HTML5 + CSS par défaut"
684
 
685
+ #: library/plugin-settings.php:176
686
+ msgid "HTML5 Form + Disable CSS"
687
+ msgstr "Formulaire HTML5 + Désactiver CSS"
688
 
689
+ #. URI of the plugin
690
+ #:
691
+ msgid "https://perishablepress.com/user-submitted-posts/"
692
+ msgstr "https://perishablepress.com/user-submitted-posts/"
693
 
694
+ #. Author URI of the plugin
695
+ #:
696
+ msgid "https://plugin-planet.com/"
697
+ msgstr "https://plugin-planet.com/"
698
 
699
+ #: views/submission-form.php:169 views/submission-form-alt.php:184
700
+ msgid "Human verification: leave this field empty."
701
+ msgstr "Vérification humaine : laissez ce champ vide."
702
 
703
+ #: library/plugin-display.php:297
704
+ msgid "If multiple addresses are specified for the previous setting, include an equal number of addresses for this setting (in the same order)."
705
+ msgstr "Si plusieurs adresses sont spécifiées pour le paramètre précédent, incluez un nombre égal d'adresses pour ce paramètre (dans le même ordre)."
706
 
707
+ #: library/plugin-display.php:784
708
+ msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
709
+ 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 :"
710
 
711
+ #: library/plugin-display.php:69
712
+ msgid "If you like this plugin, please"
713
+ msgstr "Si vous aimez ce plugin, s'il vous plaît"
714
 
715
+ #: library/plugin-display.php:586
716
+ msgid "Image Display"
717
+ msgstr "Affichage des images"
718
 
719
+ #: user-submitted-posts.php:1539
720
+ msgid "Image height exceeds maximum"
721
+ msgstr "La hauteur de l'image dépasse le maximum"
722
 
723
+ #: library/plugin-display.php:593
724
+ msgid "Image Markup"
725
+ msgstr "Marquage d'image"
726
 
727
+ #: library/plugin-settings.php:468 library/plugin-display.php:512
728
+ msgid "Image Uploads"
729
+ msgstr "Téléchargements d'images"
730
 
731
+ #: user-submitted-posts.php:1537
732
+ msgid "Image width exceeds maximum"
733
+ msgstr "La largeur de l'image dépasse le maximum"
734
 
735
+ #: library/plugin-display.php:746
736
+ msgid "in"
737
+ msgstr "dans"
738
 
739
+ #: library/plugin-display.php:131
740
+ msgid "in your theme:"
741
+ msgstr "dans votre thème :"
742
 
743
+ #: library/plugin-display.php:145
744
+ msgid "Include JavaScript"
745
+ msgstr "Inclure JavaScript"
746
 
747
+ #: library/plugin-display.php:147
748
+ msgid "Include required JavaScript files (recommended)"
749
+ msgstr "Inclure les fichiers JavaScript requis (recommandé)"
750
 
751
+ #: library/enqueue-scripts.php:152
752
+ msgid "Incorrect response."
753
+ msgstr "Réponse incorrecte."
754
 
755
+ #: library/plugin-display.php:138
756
+ msgid "Installation Docs"
757
+ msgstr "Documents d'installation"
758
 
759
+ #. Author of the plugin
760
+ #:
761
+ msgid "Jeff Starr"
762
+ msgstr "Jeff Star"
763
 
764
+ #: library/plugin-display.php:830
765
+ msgid "Jeff Starr on Twitter"
766
+ msgstr "Jeff Starr sur Twitter"
767
 
768
+ #: library/plugin-display.php:726 library/plugin-display.php:798
769
+ msgid "Learn more"
770
+ msgstr "En savoir plus"
771
 
772
+ #: library/plugin-display.php:809
773
+ msgid "Leave this option disabled to remember your settings."
774
+ msgstr "Laissez cette option désactivée pour mémoriser vos paramètres."
775
 
776
+ #: library/plugin-settings.php:92
777
+ msgid "Like this plugin? Give it a"
778
+ msgstr "Vous aimez ce plugin ? Donnez-lui un"
779
 
780
+ #: library/plugin-display.php:139
781
+ msgid "list of USP CSS selectors"
782
+ msgstr "liste des sélecteurs CSS USP"
783
 
784
+ #: user-submitted-posts.php:1621
785
+ msgid "log in"
786
+ msgstr "connexion"
787
 
788
+ #: library/shortcode-login.php:108
789
+ msgid "Log in or sign up! It’s fast & free!"
790
+ msgstr "Identifiez-vous ou inscrivez-vous! C'est rapide & libre!"
791
 
792
+ #: library/shortcode-login.php:182
793
+ msgid "Log out"
794
+ msgstr "Se déconnecter"
795
 
796
+ #: library/shortcode-login.php:88 library/shortcode-login.php:127
797
+ msgid "Login"
798
+ msgstr "Connexion"
799
 
800
+ #: library/shortcode-login.php:155
801
+ msgid "Lose something?"
802
+ msgstr "Perdre quelque chose?"
803
 
804
+ #: library/plugin-display.php:35
805
+ msgid "make a donation"
806
+ msgstr "faire un don"
807
 
808
+ #: library/plugin-display.php:35
809
+ msgid "Make a donation via PayPal"
810
+ msgstr "Faire un don via PayPal"
811
 
812
+ #: library/plugin-display.php:483
813
+ msgid "Make the challenge response case-sensitive"
814
+ msgstr "Rendre la réponse au défi sensible à la casse"
815
 
816
+ #: library/plugin-display.php:648
817
+ msgid "Markup for Custom Field 1. You may include any of the following variables:"
818
+ msgstr "Balisage pour le champ personnalisé 1. Vous pouvez inclure l'une des variables suivantes :"
819
 
820
+ #: library/plugin-display.php:661
821
+ msgid "Markup for Custom Field 2. You may include any of the following variables:"
822
+ msgstr "Balisage pour le champ personnalisé 2. Vous pouvez inclure l'une des variables suivantes :"
823
 
824
+ #: library/plugin-display.php:595
825
+ msgid "Markup for each submitted image. You may include any of the following variables:"
826
+ msgstr "Marquage pour chaque image soumise. Vous pouvez inclure l'une des variables suivantes :"
827
 
828
+ #: library/plugin-display.php:622
829
+ msgid "Markup for submitted author/name. You may include"
830
+ msgstr "Balisage pour l'auteur/le nom soumis. Vous pouvez inclure"
831
 
832
+ #: library/plugin-display.php:609
833
+ msgid "Markup for submitted email address. You may include any of the following variables:"
834
+ msgstr "Balisage pour l'adresse e-mail soumise. Vous pouvez inclure l'une des variables suivantes :"
835
 
836
+ #: library/plugin-display.php:635
837
+ msgid "Markup for submitted URL. You may include any of the following variables:"
838
+ msgstr "Balisage pour l'URL soumise. Vous pouvez inclure l'une des variables suivantes :"
839
 
840
+ #: library/plugin-display.php:567
841
+ msgid "Maximum height (in pixels) for uploaded images"
842
+ msgstr "Hauteur maximale (en pixels) pour les images téléchargées"
843
 
844
+ #: library/plugin-display.php:565
845
+ msgid "Maximum image height"
846
+ msgstr "Hauteur maximale de l'image"
847
 
848
+ #: library/plugin-display.php:560
849
+ msgid "Maximum image width"
850
+ msgstr "Largeur maximale de l'image"
851
 
852
+ #: library/plugin-display.php:545
853
+ msgid "Maximum number of images"
854
+ msgstr "Nombre maximal d'images"
855
 
856
+ #: user-submitted-posts.php:1535
857
+ msgid "Maximum number of images exceeded "
858
+ msgstr "Nombre maximum d'images dépassé "
859
 
860
+ #: library/plugin-display.php:547
861
+ msgid "Maximum number of images for each submitted post"
862
+ msgstr "Nombre maximum d'images pour chaque publication soumise"
863
 
864
+ #: library/plugin-display.php:562
865
+ msgid "Maximum width (in pixels) for uploaded images"
866
+ msgstr "Largeur maximale (en pixels) pour les images téléchargées"
867
 
868
+ #: library/plugin-display.php:176
869
+ msgid "Message displayed after successful post submission (basic markup allowed)"
870
+ msgstr "Message affiché après la soumission réussie du message (balisage de base autorisé)"
871
 
872
+ #: library/plugin-display.php:532
873
+ msgid "Message displayed next to the file upload field (basic markup allowed)"
874
+ msgstr "Message affiché à côté du champ de téléchargement de fichier (balisage de base autorisé)"
875
 
876
+ #: library/plugin-display.php:309
877
+ msgid "Message for email alerts. Leave blank to use default message. You may include any of the following variables:"
878
+ msgstr "Message pour les alertes par e-mail. Laissez vide pour utiliser le message par défaut. Vous pouvez inclure l'une des variables suivantes :"
879
 
880
+ #: library/plugin-display.php:557
881
+ msgid "Minimum height (in pixels) for uploaded images"
882
+ msgstr "Hauteur minimale (en pixels) pour les images téléchargées"
883
 
884
+ #: library/plugin-display.php:555
885
+ msgid "Minimum image height"
886
+ msgstr "Hauteur minimale de l'image"
887
 
888
+ #: user-submitted-posts.php:1538
889
+ msgid "Minimum image height not met"
890
+ msgstr "Hauteur minimale de l'image non atteinte"
891
 
892
+ #: library/plugin-display.php:550
893
+ msgid "Minimum image width"
894
+ msgstr "Largeur minimale de l'image"
895
 
896
+ #: user-submitted-posts.php:1536
897
+ msgid "Minimum image width not met"
898
+ msgstr "Largeur minimale de l'image non atteinte"
899
 
900
+ #: library/plugin-display.php:540
901
+ msgid "Minimum number of images"
902
+ msgstr "Nombre minimal d'images"
903
 
904
+ #: library/plugin-display.php:542
905
+ msgid "Minimum number of images for each submitted post"
906
+ msgstr "Nombre minimum d'images pour chaque publication soumise"
907
 
908
+ #: user-submitted-posts.php:1534
909
+ msgid "Minimum number of images not met"
910
+ msgstr "Nombre minimum d'images non atteint"
911
 
912
+ #: library/plugin-display.php:552
913
+ msgid "Minimum width (in pixels) for uploaded images"
914
+ msgstr "Largeur minimale (en pixels) pour les images téléchargées"
915
 
916
+ #: library/plugin-display.php:105 library/plugin-display.php:215
917
+ #: library/plugin-display.php:263 library/plugin-display.php:314
918
+ #: library/plugin-display.php:359 library/plugin-display.php:387
919
+ #: library/plugin-display.php:415 library/plugin-display.php:453
920
+ #: library/plugin-display.php:570 library/plugin-display.php:665
921
+ msgid "More Options"
922
+ msgstr "Plus d'options"
923
 
924
+ #: library/plugin-display.php:339
925
+ msgid "Multiple Categories"
926
+ msgstr "Catégories multiples"
927
 
928
+ #: library/plugin-display.php:613
929
+ msgid "Name Display"
930
+ msgstr "Affichage du nom"
931
 
932
+ #: library/plugin-display.php:620
933
+ msgid "Name Markup"
934
+ msgstr "Balisage de nom"
935
 
936
+ #: user-submitted-posts.php:1533
937
+ msgid "Non-empty value for hidden field"
938
+ msgstr "Valeur non vide pour le champ masqué"
939
 
940
+ #: library/plugin-display.php:767
941
+ msgid "Note that the url attribute accepts"
942
+ msgstr "Notez que l'attribut url accepte"
943
 
944
+ #: library/plugin-display.php:742
945
+ msgid "Notes:"
946
+ msgstr "Remarques:"
947
 
948
+ #: library/plugin-display.php:831
949
+ msgid "Obsessive Web Design & Development"
950
+ msgstr "Conception Web obsessionnelle et amp; Développement"
951
 
952
+ #: library/plugin-display.php:186
953
+ msgid "Optional markup/text to include before the submission form (leave blank to disable)"
954
+ msgstr "Balisage/texte facultatif à inclure avant le formulaire de soumission (laissez vide pour désactiver)"
955
 
956
+ #: library/plugin-display.php:364
957
+ msgid "options, check out"
958
+ msgstr "options, consulter"
959
 
960
+ #: library/support-panel.php:61
961
+ msgid "or"
962
+ msgstr "ou"
963
 
964
+ #: library/support-panel.php:61
965
+ msgid "or by making a"
966
+ msgstr "ou en faisant un"
967
 
968
+ #: library/plugin-display.php:810
969
+ msgid "Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
970
+ msgstr "Ou, pour continuer et restaurer les options du plugin par défaut : cochez la case, enregistrez vos paramètres, puis désactivez/réactivez le plugin."
971
 
972
+ #: library/plugin-display.php:715
973
+ msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
974
+ msgstr "Ou, utilisez la balise de modèle pour afficher une liste des publications soumises n'importe où dans votre modèle de thème :"
975
 
976
+ #: library/plugin-display.php:734
977
+ msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
978
+ msgstr "Ou, utilisez la balise de modèle pour afficher une galerie d'images n'importe dans votre modèle de thème :"
979
 
980
+ #: library/plugin-display.php:693 library/plugin-display.php:706
981
+ msgid "Or, use the template tag to display the form anywhere in your theme template:"
982
+ msgstr "Ou, utilisez la balise de modèle pour afficher le formulaire n'importe où dans votre modèle de thème :"
983
 
984
+ #: library/plugin-display.php:55
985
+ msgid "Overview"
986
+ msgstr "Aperçu"
987
 
988
+ #: library/shortcode-login.php:118
989
+ msgid "Password"
990
+ msgstr "Mot de passe"
991
 
992
+ #: library/plugin-settings.php:564
993
+ msgid "Pending (default)"
994
+ msgstr "En attente (par défaut)"
995
 
996
+ #: library/support-panel.php:51
997
+ msgid "Perishable Press Books"
998
+ msgstr "Livres de presse périssables"
999
 
1000
+ #: user-submitted-posts.php:1620 library/plugin-display.php:35
1001
+ msgid "Please"
1002
+ msgstr "S'il vous plaît"
1003
 
1004
+ #: user-submitted-posts.php:1532
1005
+ msgid "Please check your email and try again"
1006
+ msgstr "Veuillez vérifier votre e-mail et réessayer"
1007
 
1008
+ #: views/submission-form.php:21 views/submission-form-alt.php:40
1009
+ msgid "Please complete the required fields."
1010
+ msgstr "Veuillez remplir les champs obligatoires."
1011
 
1012
+ #: user-submitted-posts.php:85
1013
+ msgid "Please return to the"
1014
+ msgstr "Veuillez retourner à la"
1015
 
1016
+ #: views/submission-form.php:92 views/submission-form-alt.php:107
1017
+ msgid "Please select a category.."
1018
+ msgstr "Veuillez sélectionner une catégorie.."
1019
 
1020
+ #: views/submission-form.php:58 views/submission-form-alt.php:73
1021
+ msgid "Please select some tags.."
1022
+ msgstr "Veuillez sélectionner quelques balises.."
1023
 
1024
+ #: library/plugin-settings.php:860
1025
+ msgid "Please select your image(s) to upload."
1026
+ msgstr "Veuillez sélectionner votre ou vos images à télécharger."
1027
 
1028
+ #: library/support-panel.php:60
1029
+ msgid "Please show support by purchasing one of my"
1030
+ msgstr "Veuillez montrer votre soutien en achetant l'un de mes"
1031
 
1032
+ #: library/plugin-settings.php:62 library/plugin-display.php:64
1033
+ #: library/plugin-display.php:829
1034
+ msgid "Plugin Homepage"
1035
+ msgstr "Page d'accueil des plugins"
1036
 
1037
+ #: library/support-panel.php:52
1038
+ msgid "Plugin Planet"
1039
+ msgstr "Planète des plugins"
1040
 
1041
+ #: library/plugin-display.php:79
1042
+ msgid "Plugin Settings"
1043
+ msgstr "Paramètres des plugins"
1044
 
1045
+ #: library/support-panel.php:56
1046
+ msgid "plugins"
1047
+ msgstr "plugins"
1048
 
1049
+ #: views/submission-form.php:90 views/submission-form-alt.php:105
1050
+ #: library/plugin-display.php:94
1051
+ msgid "Post Category"
1052
+ msgstr "Catégorie de publication"
1053
 
1054
+ #: user-submitted-posts.php:1527
1055
+ msgid "Post category required"
1056
+ msgstr "Catégorie de poste requise"
1057
 
1058
+ #: views/submission-form.php:123 views/submission-form.php:124
1059
+ #: views/submission-form-alt.php:138 views/submission-form-alt.php:139
1060
+ #: library/plugin-display.php:95
1061
+ msgid "Post Content"
1062
+ msgstr "Publier un contenu"
1063
 
1064
+ #: user-submitted-posts.php:1528
1065
+ msgid "Post content required"
1066
+ msgstr "Contenu du message requis"
1067
 
1068
+ #: user-submitted-posts.php:1553
1069
+ msgid "Post not created. Please contact the site administrator for help."
1070
+ msgstr "Message non créé. Veuillez contacter l'administrateur du site pour obtenir de l'aide."
1071
 
1072
+ #: library/plugin-display.php:162
1073
+ msgid "Post Status"
1074
+ msgstr "Statut de la publication"
1075
 
1076
+ #: library/plugin-display.php:165
1077
+ msgid "Post Status for submitted posts"
1078
+ msgstr "Statut de la publication pour les publications soumises"
1079
 
1080
+ #: views/submission-form.php:56 views/submission-form.php:65
1081
+ #: views/submission-form.php:66 views/submission-form-alt.php:71
1082
+ #: views/submission-form-alt.php:80 views/submission-form-alt.php:81
1083
+ #: library/plugin-display.php:93
1084
+ msgid "Post Tags"
1085
+ msgstr "Balises de publication"
1086
 
1087
+ #: user-submitted-posts.php:1526
1088
+ msgid "Post tags required"
1089
+ msgstr "Balises de publication requises"
1090
 
1091
+ #: views/submission-form.php:49 views/submission-form.php:50
1092
+ #: views/submission-form-alt.php:64 views/submission-form-alt.php:65
1093
+ #: library/plugin-display.php:92
1094
+ msgid "Post Title"
1095
+ msgstr "Titre de l'article"
1096
 
1097
+ #: user-submitted-posts.php:1524
1098
+ msgid "Post title required"
1099
+ msgstr "Titre du message requis"
1100
 
1101
+ #: library/plugin-display.php:155
1102
+ msgid "Post Type"
1103
+ msgstr "Type de poste"
1104
 
1105
+ #: library/plugin-display.php:158
1106
+ msgid "Post Type for submitted posts"
1107
+ msgstr "Type de message pour les messages soumis"
1108
 
1109
+ #: library/plugin-display.php:498
1110
+ msgid "Private Key"
1111
+ msgstr "Clé privée"
1112
 
1113
+ #: library/shortcode-login.php:184
1114
+ msgid "Profile"
1115
+ msgstr "Profil"
1116
 
1117
+ #: library/plugin-display.php:493
1118
+ msgid "Public Key"
1119
+ msgstr "Clé publique"
1120
 
1121
+ #: library/plugin-settings.php:567
1122
+ msgid "Publish after "
1123
+ msgstr "Publier après "
1124
 
1125
+ #: library/plugin-settings.php:566
1126
+ msgid "Publish after 1 approved post"
1127
+ msgstr "Publier après 1 publication approuvée"
1128
 
1129
+ #: library/plugin-settings.php:565
1130
+ msgid "Publish immediately"
1131
+ msgstr "Publier immédiatement"
1132
 
1133
+ #: library/plugin-display.php:36
1134
+ msgid "Rate and review at the Plugin Directory"
1135
+ msgstr "Évaluer et évaluer dans le répertoire des plugins"
1136
 
1137
+ #: library/plugin-settings.php:69
1138
+ msgid "Rate this plugin »"
1139
+ msgstr "Évaluez ce plugin »"
1140
 
1141
+ #: library/plugin-display.php:503
1142
+ msgid "reCaptcha Version"
1143
+ msgstr "Version reCaptcha"
1144
 
1145
+ #: library/plugin-display.php:279
1146
+ msgid "Receive Email Alert"
1147
+ msgstr "Recevoir une alerte par e-mail"
1148
 
1149
+ #: library/plugin-display.php:169
1150
+ msgid "Redirect URL"
1151
+ msgstr "URL de redirection"
1152
 
1153
+ #: library/plugin-display.php:171
1154
+ msgid "Redirect user to this URL after post submission (leave blank to stay on current page)"
1155
+ msgstr "Rediriger l'utilisateur vers cette URL après la soumission du message (laisser vide pour rester sur la page actuelle)"
1156
 
1157
+ #: library/shortcode-login.php:89
1158
+ msgid "Register"
1159
+ msgstr "S'inscrire"
1160
 
1161
+ #: library/shortcode-login.php:135
1162
+ msgid "Register for this site!"
1163
+ msgstr "S'inscrire sur ce site!"
1164
 
1165
+ #: library/plugin-display.php:243
1166
+ msgid "Registered Email"
1167
+ msgstr "Email enregistré"
1168
 
1169
+ #: library/plugin-display.php:248
1170
+ msgid "Registered URL"
1171
+ msgstr "URL enregistrée"
1172
 
1173
+ #: library/plugin-display.php:238
1174
+ msgid "Registered Username"
1175
+ msgstr "Nom d'utilisateur enregistré"
1176
 
1177
+ #: library/shortcode-login.php:124
1178
+ msgid "Remember me"
1179
+ msgstr "Souviens-toi de moi"
1180
 
1181
+ #: library/plugin-display.php:196
1182
+ msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate posts)"
1183
+ msgstr "Exiger que les titres de publication soumis soient uniques (utile pour éviter les publications multiples/dupliquées)"
1184
 
1185
+ #: library/plugin-display.php:253
1186
+ msgid "Require User Login"
1187
+ msgstr "Exiger une connexion utilisateur"
1188
 
1189
+ #: library/plugin-display.php:255
1190
+ msgid "Require users to be logged in to WordPress to view/submit the form"
1191
+ msgstr "Exiger que les utilisateurs soient connectés à WordPress pour afficher/soumettre le formulaire"
1192
 
1193
+ #: user-submitted-posts.php:83
1194
+ msgid "requires WordPress "
1195
+ msgstr "nécessite WordPress "
1196
 
1197
+ #: library/shortcode-misc.php:18
1198
+ msgid "Reset form"
1199
+ msgstr "Formulaire de réinitialisation"
1200
 
1201
+ #: library/plugin-display.php:758
1202
+ msgid "Reset Form Button"
1203
+ msgstr "Bouton Réinitialiser le formulaire"
1204
 
1205
+ #: library/shortcode-login.php:163
1206
+ msgid "Reset my password"
1207
+ msgstr "Réinitialiser mon mot de passe"
1208
 
1209
+ #: library/plugin-display.php:813
1210
+ msgid "Restore default options upon plugin deactivation/reactivation"
1211
+ msgstr "Restaurer les options par défaut lors de la désactivation/réactivation du plugin"
1212
 
1213
+ #: library/plugin-display.php:807
1214
+ msgid "Restore Defaults"
1215
+ msgstr "Réinitialiser"
1216
 
1217
+ #: user-submitted-posts.php:1590
1218
+ msgid "Return to form"
1219
+ msgstr "Retour au formulaire"
1220
 
1221
+ #: library/plugin-display.php:189
1222
+ msgid "Rich Text Editor"
1223
+ msgstr "Éditeur de texte enrichi"
1224
 
1225
+ #: library/plugin-display.php:676
1226
+ msgid "Save All Changes"
1227
+ msgstr "Enregistrer toutes les modifications"
1228
 
1229
+ #: library/plugin-display.php:842
1230
+ msgid "Save Preference"
1231
+ msgstr "Enregistrer la préférence"
1232
+
1233
+ #: library/plugin-display.php:815
1234
+ msgid "Save Settings"
1235
+ msgstr "Enregistrer les paramètres"
1236
 
1237
+ #: library/plugin-settings.php:595
1238
+ msgid "Select categories to include in the Category field:"
1239
+ msgstr "Sélectionnez les catégories à inclure dans le champ Catégorie :"
1240
 
1241
+ #: library/plugin-display.php:281
1242
+ msgid "Send email alerts for new post submissions"
1243
+ msgstr "Envoyer des alertes par e-mail pour les nouvelles soumissions de messages"
1244
 
1245
+ #: library/plugin-settings.php:31
1246
+ msgid "Settings"
1247
+ msgstr "Réglages"
1248
 
1249
+ #: library/plugin-display.php:334
1250
+ msgid "Show categories"
1251
+ msgstr "Afficher les catégories"
1252
 
1253
+ #: library/plugin-display.php:820
1254
+ msgid "Show Support"
1255
+ msgstr "Afficher le soutien"
1256
 
1257
+ #: user-submitted-posts.php:618
1258
+ msgid "Show USP Posts"
1259
+ msgstr "Afficher les messages USP"
1260
 
1261
+ #: library/shortcode-login.php:136
1262
+ msgid "Sign up now for the good stuff."
1263
+ msgstr "Inscrivez-vous maintenant pour les bonnes choses."
1264
 
1265
+ #: library/shortcode-login.php:147
1266
+ msgid "Sign up!"
1267
+ msgstr "S'inscrire!"
1268
 
1269
+ #: library/plugin-display.php:351
1270
+ msgid "Specify category ID(s) to use for “Hidden/Default Category” (separate multiple IDs with commas)"
1271
+ msgstr "Spécifiez le ou les identifiants de catégorie à utiliser pour “Catégorie masquée/par défaut” (séparez plusieurs identifiants par des virgules)"
1272
 
1273
+ #: library/plugin-display.php:234
1274
+ msgid "Specify the user that should be assigned as author for submitted posts"
1275
+ msgstr "Spécifiez l'utilisateur qui doit être désigné comme auteur pour les messages soumis"
1276
 
1277
+ #: library/plugin-display.php:302
1278
+ msgid "Subject line for email alerts. Leave blank to use default subject line. You may include any of the following variables:"
1279
+ msgstr "Ligne d'objet pour les alertes par e-mail. Laissez vide pour utiliser la ligne d'objet par défaut. Vous pouvez inclure l'une des variables suivantes :"
1280
 
1281
+ #: views/submission-form.php:197 views/submission-form-alt.php:212
1282
+ msgid "Submit Post"
1283
+ msgstr "Soumettre le message"
1284
 
1285
+ #: library/plugin-settings.php:10
1286
+ msgid "Submitted Posts"
1287
+ msgstr "Messages soumis"
1288
 
1289
+ #: user-submitted-posts.php:559
1290
+ msgid "Submitter Email: "
1291
+ msgstr "E-mail de l'expéditeur : "
1292
 
1293
+ #: user-submitted-posts.php:561
1294
+ msgid "Submitter IP: "
1295
+ msgstr "IP de l'émetteur : "
1296
 
1297
+ #: user-submitted-posts.php:558
1298
+ msgid "Submitter Name: "
1299
+ msgstr "Nom de l'expéditeur : "
1300
 
1301
+ #: user-submitted-posts.php:560
1302
+ msgid "Submitter URL: "
1303
+ msgstr "URL de l'expéditeur : "
1304
 
1305
+ #: library/plugin-display.php:174
1306
+ msgid "Success Message"
1307
+ msgstr "Message de réussite"
1308
 
1309
+ #: library/shortcode-login.php:97 library/shortcode-login.php:102
1310
+ msgid "Success!"
1311
+ msgstr "Succès!"
1312
 
1313
+ #: library/plugin-settings.php:866
1314
+ msgid "Success! Thank you for your submission."
1315
+ msgstr "Succès! Merci pour votre soumission."
1316
 
1317
+ #: library/plugin-display.php:66
1318
+ msgid "Support Forum"
1319
+ msgstr "Forum d'entraide"
1320
 
1321
+ #: library/plugin-display.php:364
1322
+ msgid "tag"
1323
+ msgstr "étiquette"
1324
 
1325
+ #: library/plugin-display.php:150
1326
+ msgid "Targeted Loading"
1327
+ msgstr "Chargement ciblé"
1328
 
1329
+ #: library/plugin-display.php:450
1330
+ msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
1331
+ msgstr "Texte affiché à côté de la case à cocher. Astuce : utilisez des accolades pour afficher les chevrons, par exemple :"
1332
 
1333
+ #: library/support-panel.php:59
1334
+ msgid "Thank you for using"
1335
+ msgstr "Merci d'utiliser"
1336
 
1337
+ #: library/plugin-display.php:70
1338
+ msgid "THANK YOU for your support!"
1339
+ msgstr "Merci pour votre soutien!"
1340
 
1341
+ #: library/plugin-display.php:137
1342
+ 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"
1343
+ 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"
1344
 
1345
+ #: library/plugin-display.php:793
1346
+ msgid "The access shortcodes can be added to any WP Post or Page. So you can display forms and other content conditionally, based on user role and login status."
1347
+ msgstr "Les codes abrégés d'accès peuvent être ajoutés à n'importe quel article ou page WP. Ainsi, vous pouvez afficher des formulaires et d'autres contenus de manière conditionnelle, en fonction du rôle de l'utilisateur et de l'état de connexion."
1348
 
1349
+ #: user-submitted-posts.php:1551
1350
+ msgid "The file(s) could not be uploaded"
1351
+ msgstr "Le ou les fichiers n'ont pas pu être téléchargés"
1352
 
1353
+ #: library/plugin-display.php:708
1354
+ msgid "The login/register form displays as a tabbed interface, so users can switch between login, register, and reset password."
1355
+ msgstr "Le formulaire de connexion/inscription s'affiche sous la forme d'une interface à onglets, afin que les utilisateurs puissent basculer entre la connexion, l'enregistrement et la réinitialisation du mot de passe."
1356
 
1357
+ #: library/plugin-display.php:725
1358
+ msgid "The pro version provides many more options for this shortcode."
1359
+ msgstr "La version pro offre beaucoup plus d'options pour ce shortcode."
1360
 
1361
+ #: library/plugin-display.php:797
1362
+ msgid "The pro version provides more flexibility with access-control shortcodes."
1363
+ msgstr "La version pro offre plus de flexibilité avec des codes abrégés de contrôle d'accès."
1364
 
1365
+ #: library/plugin-settings.php:846
1366
+ msgid "There was an error. Please check required fields and try again."
1367
+ msgstr "Il y avait une erreur. Veuillez vérifier les champs obligatoires et réessayer."
1368
 
1369
+ #: library/plugin-display.php:212
1370
+ msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
1371
+ msgstr "Ce paramètre active tous les shortcodes dans les widgets (même les shortcodes d'autres plugins)."
1372
 
1373
+ #: library/plugin-display.php:762
1374
+ msgid "This shortcode accepts the following attributes:"
1375
+ msgstr "Ce shortcode accepte les attributs suivants :"
 
1376
 
1377
+ #: library/plugin-display.php:760
1378
+ msgid "This shortcode displays a link that resets the form to its original state:"
1379
+ msgstr "Ce shortcode affiche un lien qui réinitialise le formulaire à son état d'origine :"
1380
 
1381
+ #: library/plugin-display.php:384
1382
+ msgid "This will be displayed as the field label on the form. Default: Custom Field 1"
1383
+ msgstr "Cela sera affiché comme étiquette de champ sur le formulaire. Par défaut : Champ personnalisé 1"
1384
 
1385
+ #: library/plugin-display.php:412
1386
+ msgid "This will be displayed as the field label on the form. Default: Custom Field 2"
1387
+ msgstr "Cela sera affiché comme étiquette de champ sur le formulaire. Par défaut : Champ personnalisé 2"
1388
 
1389
+ #: library/plugin-display.php:724 library/plugin-display.php:780
1390
+ #: library/plugin-display.php:796
1391
+ msgid "Tip:"
1392
+ msgstr "Pointe:"
1393
 
1394
+ #: library/plugin-display.php:623
1395
+ msgid "to display the submitted name."
1396
+ msgstr "pour afficher le nom soumis."
1397
 
1398
+ #: library/plugin-display.php:490
1399
+ msgid "To enable Google reCaptcha, enter your public and private keys."
1400
+ msgstr "Pour activer Google reCaptcha, entrez vos clés publique et privée."
1401
 
1402
+ #: library/plugin-display.php:767
1403
+ msgid "to get the current URL."
1404
+ msgstr "pour obtenir l'URL actuelle."
1405
 
1406
+ #: library/plugin-display.php:753
1407
+ msgid "to get the URL of the full-size image"
1408
+ msgstr "pour obtenir l'URL de l'image en taille réelle"
1409
 
1410
+ #: library/plugin-display.php:781
1411
+ msgid "to include markup in the deny message, you can use"
1412
+ msgstr "pour inclure le balisage dans le message de refus, vous pouvez utiliser"
1413
 
1414
+ #: library/plugin-display.php:781
1415
+ msgid "to output"
1416
+ msgstr "sortir"
1417
 
1418
+ #: library/plugin-display.php:745
1419
+ msgid "to output angle brackets"
1420
+ msgstr "pour sortir les chevrons"
1421
 
1422
+ #: library/plugin-display.php:473
1423
+ msgid "To prevent spam, enter a question that users must answer before submitting the form"
1424
+ msgstr "Pour éviter le spam, entrez une question à laquelle les utilisateurs doivent répondre avant de soumettre le formulaire"
1425
 
1426
+ #: user-submitted-posts.php:1622
1427
+ msgid "to submit content!"
1428
+ msgstr "pour soumettre du contenu !"
1429
 
1430
+ #: user-submitted-posts.php:87
1431
+ msgid "to upgrade WordPress and try again."
1432
+ msgstr "pour mettre à jour WordPress et réessayer."
1433
 
1434
+ #: library/plugin-display.php:22
1435
+ msgid "Toggle all panels"
1436
+ msgstr "Basculer tous les panneaux"
1437
 
1438
+ #: library/plugin-display.php:194
1439
+ msgid "Unique Titles"
1440
+ msgstr "Titres uniques"
1441
 
1442
+ #: library/plugin-display.php:457
1443
+ msgid "unlimited checkbox fields"
1444
+ msgstr "champs de cases à cocher illimités"
1445
 
1446
+ #: library/plugin-display.php:391 library/plugin-display.php:419
1447
+ msgid "unlimited custom fields"
1448
+ msgstr "champs personnalisés illimités"
1449
 
1450
+ #: library/plugin-display.php:72
1451
+ msgid "Unlimited front-end forms"
1452
+ msgstr "Formulaires frontaux illimités"
1453
 
1454
+ #: views/submission-form.php:138 views/submission-form-alt.php:153
1455
+ msgid "Upload an Image"
1456
+ msgstr "Télécharger une image"
1457
 
1458
+ #: library/plugin-display.php:530
1459
+ msgid "Upload Message"
1460
+ msgstr "Télécharger le message"
1461
 
1462
+ #: library/plugin-settings.php:897
1463
+ msgid "URL"
1464
+ msgstr "URL"
1465
 
1466
+ #: library/plugin-display.php:626
1467
+ msgid "URL Display"
1468
+ msgstr "Affichage des URL"
1469
 
1470
+ #: library/plugin-display.php:633
1471
+ msgid "URL Markup"
1472
+ msgstr "Balisage d'URL"
1473
 
1474
+ #: library/plugin-display.php:346
1475
+ msgid "Use a hidden field for the post category. This hides the category field and sets its value via the next option."
1476
+ msgstr "Utilisez un champ masqué pour la catégorie de publication. Cela masque le champ de catégorie et définit sa valeur via l'option suivante."
1477
 
1478
+ #: library/plugin-display.php:745
1479
+ msgid "Use curly brackets"
1480
+ msgstr "Utilisez des accolades"
1481
 
1482
+ #: library/plugin-display.php:354
1483
+ msgid "Use Existing Tags"
1484
+ msgstr "Utiliser des balises existantes"
1485
 
1486
+ #: library/plugin-display.php:379 library/plugin-display.php:407
1487
+ #: library/plugin-display.php:440
1488
+ msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
1489
+ 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 :"
1490
 
1491
+ #: library/plugin-display.php:750
1492
+ msgid "Use single straight quotes (instead of double quotes) in"
1493
+ msgstr "Utilisez des guillemets droits simples (au lieu de guillemets doubles) dans"
1494
 
1495
+ #: library/plugin-display.php:519
1496
+ msgid "Use submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)"
1497
+ msgstr "Utilisez les images soumises comme images en vedette. Nécessite la prise en charge du thème pour les images en vedette (aka Post Thumbnails)"
1498
 
1499
+ #: library/plugin-display.php:691 library/plugin-display.php:704
1500
+ msgid "Use the shortcode to display the form on any WP Post or Page:"
1501
+ msgstr "Utilisez le shortcode pour afficher le formulaire sur n'importe quel article ou page WP :"
1502
 
1503
+ #: library/plugin-display.php:250
1504
+ msgid "Use the user’s Profile URL as the value of the URL field (valid when the user is logged in to WordPress)"
1505
+ msgstr "Utilisez l'URL du profil de l'utilisateur comme valeur du champ URL (valide lorsque l'utilisateur est connecté à WordPress)"
1506
 
1507
+ #: library/plugin-display.php:245
1508
+ msgid "Use the user’s registered email as the value of the Email field (valid when the user is logged in to WordPress)"
1509
+ msgstr "Utilisez l'e-mail enregistré de l'utilisateur comme valeur du champ E-mail (valide lorsque l'utilisateur est connecté à WordPress)"
1510
 
1511
+ #: library/plugin-display.php:240
1512
+ msgid "Use the user’s registered username for the Name field (valid when the user is logged in to WordPress)"
1513
+ msgstr "Utilisez le nom d'utilisateur enregistré de l'utilisateur pour le champ Nom (valide lorsque l'utilisateur est connecté à WordPress)"
1514
 
1515
+ #: library/plugin-display.php:732
1516
+ msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
1517
+ msgstr "Utilisez ce shortcode pour afficher une galerie d'images téléchargées pour chaque article soumis :"
1518
 
1519
+ #: library/plugin-display.php:713
1520
+ msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
1521
+ msgstr "Utilisez ce shortcode pour afficher une liste des publications soumises sur n'importe quelle publication ou page WP :"
1522
 
1523
+ #: library/plugin-display.php:90
1524
+ msgid "User Email"
1525
+ msgstr "Courriel de l'utilisateur"
1526
 
1527
+ #: user-submitted-posts.php:1531
1528
+ msgid "User email required"
1529
+ msgstr "Courriel de l'utilisateur requis"
1530
 
1531
+ #: user-submitted-posts.php:1522
1532
+ msgid "User login required"
1533
+ msgstr "Connexion utilisateur requise"
1534
 
1535
+ #: library/plugin-display.php:89
1536
+ msgid "User Name"
1537
+ msgstr "Nom d'utilisateur"
1538
 
1539
+ #: user-submitted-posts.php:1523
1540
+ msgid "User name required"
1541
+ msgstr "Nom d'utilisateur (requis"
1542
 
1543
+ #: library/plugin-display.php:226
1544
+ msgid "User Settings"
1545
+ msgstr "Paramètres utilisateur"
1546
 
1547
+ #: user-submitted-posts.php:139
1548
+ msgid "User Submitted Post"
1549
+ msgstr "Message soumis par l'utilisateur"
1550
 
1551
+ #: user-submitted-posts.php:528
1552
+ msgid "User Submitted Post Info"
1553
+ msgstr "Informations de publication soumises par l'utilisateur"
1554
 
1555
+ #. Name of the plugin
1556
+ #: user-submitted-posts.php:44 library/support-panel.php:7
1557
+ msgid "User Submitted Posts"
1558
+ msgstr "Messages soumis par l'utilisateur"
1559
 
1560
+ #: library/plugin-display.php:91
1561
+ msgid "User URL"
1562
+ msgstr "URL de l'utilisateur"
1563
 
1564
+ #: user-submitted-posts.php:1525
1565
+ msgid "User URL required"
1566
+ msgstr "URL de l'utilisateur requise"
1567
 
1568
+ #: library/shortcode-login.php:114 library/shortcode-login.php:139
1569
+ msgid "Username"
1570
+ msgstr "Nom d'utilisateur"
1571
 
1572
+ #: library/shortcode-login.php:159
1573
+ msgid "Username or Email"
1574
+ msgstr "Nom d'utilisateur ou email"
1575
 
1576
+ #: user-submitted-posts.php:619 library/plugin-display.php:59
1577
+ msgid "USP"
1578
+ msgstr "USP"
1579
 
1580
+ #: library/plugin-display.php:690
1581
+ msgid "USP enables you to display a post-submission form anywhere on your site."
1582
+ msgstr "L'USP vous permet d'afficher un formulaire de post-soumission n'importe où sur votre site."
1583
+
1584
+ #: library/plugin-display.php:60 library/plugin-display.php:109
1585
+ #: library/plugin-display.php:219 library/plugin-display.php:267
1586
+ #: library/plugin-display.php:320 library/plugin-display.php:365
1587
+ #: library/plugin-display.php:393 library/plugin-display.php:421
1588
+ #: library/plugin-display.php:459 library/plugin-display.php:574
1589
+ #: library/plugin-display.php:669 library/plugin-display.php:697
1590
+ msgid "USP Pro"
1591
+ msgstr "USP Pro"
1592
 
1593
+ #: library/plugin-display.php:772
1594
+ msgid "USP provides three shortcodes to control access and restrict content."
1595
+ msgstr "L'USP fournit trois codes abrégés pour contrôler l'accès et restreindre le contenu."
1596
 
1597
+ #: library/plugin-settings.php:316
1598
+ msgid "v2 (I’m not a robot)"
1599
+ msgstr "v2 (je ne suis pas un robot)"
1600
 
1601
+ #: library/plugin-settings.php:320
1602
+ msgid "v3 (Hidden reCaptcha)"
1603
+ msgstr "v3 (ReCaptcha caché)"
1604
 
1605
+ #: views/submission-form.php:131 views/submission-form-alt.php:146
1606
+ msgid "Verification"
1607
+ msgstr "Vérification"
1608
 
1609
+ #: library/shortcode-misc.php:135
1610
+ msgid "View full post"
1611
+ msgstr "Voir le message complet"
1612
 
1613
+ #: library/plugin-display.php:696
1614
+ msgid "Want more than one form? Create unlimited submission forms, registration forms, contact forms and more with"
1615
+ msgstr "Vous voulez plus d'un formulaire? Créez des formulaires de soumission illimités, des formulaires d'inscription, des formulaires de contact et plus encore avec"
1616
 
1617
+ #: library/plugin-display.php:31
1618
+ msgid "We need your support!"
1619
+ msgstr "Nous avons besoin de votre soutien!"
1620
 
1621
+ #: library/shortcode-login.php:177
1622
+ msgid "Welcome, "
1623
+ msgstr "Accueillir, "
1624
 
1625
+ #: library/plugin-display.php:126
1626
+ msgid "With this option, you can copy the plugin’s default templates:"
1627
+ msgstr "Avec cette option, vous pouvez copier les modèles par défaut du plug-in :"
1628
 
1629
+ #: user-submitted-posts.php:86
1630
+ msgid "WordPress Admin Area"
1631
+ msgstr "Zone d'administration WordPress"
1632
 
1633
+ #: library/plugin-settings.php:156
1634
+ msgid "WP Page"
1635
+ msgstr "Page WP"
1636
 
1637
+ #: library/plugin-settings.php:152
1638
+ msgid "WP Post (recommended)"
1639
+ msgstr "Poste WP (recommandé)"
1640
 
1641
+ #: library/plugin-display.php:703
1642
+ msgid "You also can display a simple form that enables users to log in, register, or reset their password."
1643
+ msgstr "Vous pouvez également afficher un formulaire simple qui permet aux utilisateurs de se connecter, de s'enregistrer ou de réinitialiser leur mot de passe."
1644
 
1645
+ #: library/plugin-display.php:736
1646
+ msgid "You can customize using any of the follwing attributes:"
1647
+ msgstr "Vous pouvez personnaliser à l'aide de l'un des attributs suivants :"
1648
 
1649
+ #: views/submission-form.php:37 views/submission-form.php:38
1650
+ #: views/submission-form-alt.php:52 views/submission-form-alt.php:53
1651
+ #: library/shortcode-login.php:143
1652
+ msgid "Your Email"
1653
+ msgstr "Votre e-mail"
1654
+
1655
+ #: library/plugin-display.php:41
1656
+ msgid "Your generous support enables continued development of this free plugin. Thank you!"
1657
+ msgstr "Votre soutien généreux permet le développement continu de ce plugin gratuit. Merci!"
1658
 
1659
+ #: library/support-panel.php:62
1660
  msgid "Your generous support helps future development of"
1661
  msgstr "Votre généreux soutien contribue au développement futur de"
1662
 
1663
+ #: views/submission-form.php:31 views/submission-form.php:32
1664
+ #: views/submission-form-alt.php:46 views/submission-form-alt.php:47
1665
+ msgid "Your Name"
1666
+ msgstr "votre nom"
 
 
 
 
 
 
 
 
 
 
 
 
 
1667
 
1668
+ #: views/submission-form.php:43 views/submission-form.php:44
1669
+ #: views/submission-form-alt.php:58 views/submission-form-alt.php:59
1670
+ msgid "Your URL"
1671
+ msgstr "Votre URL"
1672
 
1673
+ #: library/plugin-settings.php:96
1674
+ msgid "★★★★★ rating »"
1675
+ msgstr "★★★★★ note »"
 
1676
 
languages/usp-ga.mo CHANGED
Binary file
languages/usp-ga.po CHANGED
@@ -4,1502 +4,1673 @@ 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 20200817\n"
8
  "Language: ga\n"
9
 
10
- #. Name of the plugin
11
- #: user-submitted-posts.php:44 library/support-panel.php:5
12
- msgid "User Submitted Posts"
13
- msgstr "Poist a chuirtear isteach ag an úsáideoir"
14
-
15
- #: user-submitted-posts.php:82
16
- msgid "requires WordPress "
17
- msgstr "Éilíonn WordPress "
18
 
19
- #: user-submitted-posts.php:83
20
- msgid " or higher, and has been deactivated! "
21
- msgstr " nó níos airde, agus tá sé díghníomhachtaithe! "
22
 
23
- #: user-submitted-posts.php:84
24
- msgid "Please return to the"
25
- msgstr "Seol ar ais chuig an"
26
 
27
- #: user-submitted-posts.php:85
28
- msgid "WordPress Admin Area"
29
- msgstr "Limistéar Riaracháin WordPress"
30
 
31
- #: user-submitted-posts.php:86
32
- msgid "to upgrade WordPress and try again."
33
- msgstr "chun WordPress a uasghrádú agus bain triail eile as."
34
 
35
- #: user-submitted-posts.php:138
36
- msgid "User Submitted Post"
37
- msgstr "Post arna Chur isteach ag an Úsáideoir"
38
 
39
- #: user-submitted-posts.php:484
40
- msgid "User Submitted Post Info"
41
- msgstr "Faisnéis Poist a Cuireadh isteach leis an Úsáideoir"
 
42
 
43
- #: user-submitted-posts.php:514
44
- msgid "Submitter Name: "
45
- msgstr "Ainm an Aighneora: "
46
 
47
- #: user-submitted-posts.php:515
48
- msgid "Submitter Email: "
49
- msgstr "Ríomhphost an Aighneora: "
50
 
51
- #: user-submitted-posts.php:516
52
- msgid "Submitter URL: "
53
- msgstr "URL an Aighneora: "
54
 
55
- #: user-submitted-posts.php:517
56
- msgid "Submitter IP: "
57
- msgstr "IP an Aighneora: "
58
 
59
- #: user-submitted-posts.php:572
60
- msgid "Show USP Posts"
61
- msgstr "Taispeáin Poist USP"
62
 
63
- #: user-submitted-posts.php:573 library/plugin-settings.php:1188
64
- msgid "USP"
65
- msgstr "USP"
66
 
67
- #: user-submitted-posts.php:1427
68
- msgid " files required"
69
- msgstr " comhaid ag teastáil"
70
 
71
- #: user-submitted-posts.php:1428
72
- msgid " file required"
73
- msgstr " comhad ag teastáil"
74
 
75
- #: user-submitted-posts.php:1430
76
- msgid " files"
77
- msgstr " comhaid"
78
 
79
- #: user-submitted-posts.php:1431
80
- msgid " file"
81
- msgstr " comhad"
82
 
83
- #: user-submitted-posts.php:1433 user-submitted-posts.php:1434
84
- #: user-submitted-posts.php:1435 user-submitted-posts.php:1436
85
- msgid " pixels"
86
- msgstr " picteilíní"
87
 
88
- #: user-submitted-posts.php:1438 library/core-functions.php:255
89
- #: library/plugin-settings.php:342 library/plugin-settings.php:361
90
- #: library/plugin-settings.php:876 library/plugin-settings.php:1447
91
- msgid "Custom Field"
92
- msgstr "Réimse Saincheaptha"
93
 
94
- #: user-submitted-posts.php:1440
95
- msgid "Custom checkbox required"
96
- msgstr "Bosca seiceála saincheaptha ag teastáil"
 
 
97
 
98
- #: user-submitted-posts.php:1443
99
  msgid "An error occurred. Please go back and try again."
100
  msgstr "Tharla earráid. Téigh ar ais agus bain triail eile as."
101
 
102
- #: user-submitted-posts.php:1453
103
- msgid "User login required"
104
- msgstr "Logáil isteach úsáideora de dhíth"
 
105
 
106
- #: user-submitted-posts.php:1454
107
- msgid "User name required"
108
- msgstr "Ainm úsáideora ag teastáil"
109
 
110
- #: user-submitted-posts.php:1455
111
- msgid "Post title required"
112
- msgstr "Teideal an phoist ag teastáil"
113
 
114
- #: user-submitted-posts.php:1456
115
- msgid "User URL required"
116
- msgstr "URL úsáideora de dhíth"
117
 
118
- #: user-submitted-posts.php:1457
119
- msgid "Post tags required"
120
- msgstr "Clibeanna poist ag teastáil"
121
 
122
- #: user-submitted-posts.php:1458
123
- msgid "Post category required"
124
- msgstr "Catagóir an phoist de dhíth"
125
 
126
- #: user-submitted-posts.php:1459
127
- msgid "Post content required"
128
- msgstr "Postáil ábhar riachtanach"
129
 
130
- #: user-submitted-posts.php:1460 user-submitted-posts.php:1461
131
- msgid "Correct captcha required"
132
- msgstr "Captcha ceart ag teastáil"
133
 
134
- #: user-submitted-posts.php:1462
135
- msgid "User email required"
136
- msgstr "R-phost úsáideora ag teastáil"
 
 
137
 
138
- #: user-submitted-posts.php:1463
139
- msgid "Please check your email and try again"
140
- msgstr "Seiceáil do r-phost le do thoil agus bain triail eile as"
141
 
142
- #: user-submitted-posts.php:1464
143
- msgid "Non-empty value for hidden field"
144
- msgstr "Luach neamhfholamh do réimse i bhfolach"
145
 
146
- #: user-submitted-posts.php:1465
147
- msgid "Minimum number of images not met"
148
- msgstr "Líon íosta íomhánna nár comhlíonadh"
149
 
150
- #: user-submitted-posts.php:1466
151
- msgid "Maximum number of images exceeded "
152
- msgstr "Sáraíodh an líon uasta íomhánna "
153
 
154
- #: user-submitted-posts.php:1467
155
- msgid "Minimum image width not met"
156
- msgstr "Leithead íomhá íosta nár comhlíonadh"
157
 
158
- #: user-submitted-posts.php:1468
159
- msgid "Image width exceeds maximum"
160
- msgstr "Sáraíonn leithead na híomhá an t-uasmhéid"
161
 
162
- #: user-submitted-posts.php:1469
163
- msgid "Minimum image height not met"
164
- msgstr "Uas-airde íomhá nár comhlíonadh"
165
 
166
- #: user-submitted-posts.php:1470
167
- msgid "Image height exceeds maximum"
168
- msgstr "Sáraíonn airde na híomhá an t-uasmhéid"
169
 
170
- #: user-submitted-posts.php:1471
171
- msgid "File type not allowed (please upload images only)"
172
- msgstr "Ní cheadaítear cineál comhaid (uaslódáil íomhánna amháin le do thoil)"
173
 
174
- #: user-submitted-posts.php:1472
175
- msgid " required"
176
- msgstr " riachtanach"
177
 
178
- #: user-submitted-posts.php:1477
179
- msgid "File not uploaded. Please check the file and try again."
180
- msgstr "Níor uaslódáil an comhad. Seiceáil an comhad le do thoil agus bain triail eile as."
 
181
 
182
- #: user-submitted-posts.php:1481
183
- msgid "The file(s) could not be uploaded"
184
- msgstr " fhéadfaí an comhad / na comhaid a uaslódáil"
185
 
186
- #: user-submitted-posts.php:1483
187
- msgid "Post not created. Please contact the site administrator for help."
188
- msgstr "Post gan a bheith cruthaithe. Téigh i dteagmháil le riarthóir an láithreáin le do thoil chun cabhair a fháil."
 
189
 
190
- #: user-submitted-posts.php:1484
191
- msgid "Duplicate post title. Please try again."
192
- msgstr "Teideal poist dúblach. Arís, le d'thoil."
193
 
194
- #: user-submitted-posts.php:1494
195
- msgid "Error: "
196
- msgstr "Earráid: "
197
 
198
- #: user-submitted-posts.php:1520
199
- msgid "Return to form"
200
- msgstr "Fill ar ais ar an bhfoirm"
201
 
202
- #: user-submitted-posts.php:1550 library/plugin-settings.php:1164
203
- msgid "Please"
204
- msgstr "Le do thoil"
205
 
206
- #: user-submitted-posts.php:1551
207
- msgid "log in"
208
- msgstr "Logáil isteach"
209
 
210
- #: user-submitted-posts.php:1552
211
- msgid "to submit content!"
212
- msgstr "chun ábhar a chur isteach!"
213
 
214
- #: views/submission-form.php:21 views/submission-form-alt.php:40
215
- msgid "Please complete the required fields."
216
- msgstr "Comhlánaigh na réimsí riachtanacha le do thoil."
217
 
218
- #: views/submission-form.php:31 views/submission-form.php:32
219
- #: views/submission-form-alt.php:46 views/submission-form-alt.php:47
220
- msgid "Your Name"
221
- msgstr "Do ainm"
222
 
223
- #: views/submission-form.php:37 views/submission-form.php:38
224
- #: views/submission-form-alt.php:52 views/submission-form-alt.php:53
225
- #: library/shortcode-login.php:143
226
- msgid "Your Email"
227
- msgstr "Do r-phost"
228
 
229
- #: views/submission-form.php:43 views/submission-form.php:44
230
- #: views/submission-form-alt.php:58 views/submission-form-alt.php:59
231
- msgid "Your URL"
232
- msgstr "Do URL"
233
 
234
- #: views/submission-form.php:49 views/submission-form.php:50
235
- #: views/submission-form-alt.php:64 views/submission-form-alt.php:65
236
- #: library/plugin-settings.php:1225
237
- msgid "Post Title"
238
- msgstr "Teideal an Phoist"
239
 
240
- #: views/submission-form.php:56 views/submission-form.php:65
241
- #: views/submission-form.php:66 views/submission-form-alt.php:71
242
- #: views/submission-form-alt.php:80 views/submission-form-alt.php:81
243
- #: library/plugin-settings.php:1226
244
- msgid "Post Tags"
245
- msgstr "Clibeanna Poist"
246
 
247
- #: views/submission-form.php:58 views/submission-form-alt.php:73
248
- msgid "Please select some tags.."
249
- msgstr "Roghnaigh roinnt clibeanna le do thoil."
250
 
251
- #: views/submission-form.php:79 views/submission-form-alt.php:94
252
- msgid "Antispam Question"
253
- msgstr "Ceist Antispam"
254
 
255
- #: views/submission-form.php:84 views/submission-form-alt.php:99
256
- #: library/plugin-settings.php:1227
257
- msgid "Post Category"
258
- msgstr "Catagóir an Phoist"
259
 
260
- #: views/submission-form.php:86 views/submission-form-alt.php:101
261
- msgid "Please select a category.."
262
- msgstr "Roghnaigh catagóir le do thoil."
263
 
264
- #: views/submission-form.php:117 views/submission-form.php:118
265
- #: views/submission-form-alt.php:132 views/submission-form-alt.php:133
266
- #: library/plugin-settings.php:1228
267
- msgid "Post Content"
268
- msgstr "Ábhar an Phoist"
269
 
270
- #: views/submission-form.php:125 views/submission-form-alt.php:140
271
- msgid "Verification"
272
- msgstr "Fíorú"
273
 
274
- #: views/submission-form.php:132 views/submission-form-alt.php:147
275
- msgid "Upload an Image"
276
- msgstr "Uaslódáil Íomhá"
277
 
278
- #: views/submission-form.php:141 views/submission-form-alt.php:156
279
- msgid "Add another image"
280
- msgstr "Cuir íomhá eile leis"
281
 
282
- #: views/submission-form.php:163 views/submission-form-alt.php:178
283
- msgid "Human verification: leave this field empty."
284
- msgstr "Fíorú daonna: fág an réimse seo folamh."
285
 
286
- #: views/submission-form.php:191 views/submission-form-alt.php:206
287
- msgid "Submit Post"
288
- msgstr "Cuir isteach Post"
289
 
290
- #: library/enqueue-scripts.php:150 library/enqueue-scripts.php:193
291
- msgid "Incorrect response."
292
- msgstr "Freagra mícheart."
 
 
293
 
294
- #: library/shortcode-login.php:88 library/shortcode-login.php:127
295
- msgid "Login"
296
- msgstr "Logáil isteach"
297
 
298
- #: library/shortcode-login.php:89
299
- msgid "Register"
300
- msgstr "Cláraigh"
301
 
302
- #: library/shortcode-login.php:90
303
- msgid "Forgot?"
304
- msgstr "An bhfuil dearmad déanta agat?"
 
 
305
 
306
- #: library/shortcode-login.php:97 library/shortcode-login.php:102
307
- msgid "Success!"
308
- msgstr "Rath!"
309
 
310
- #: library/shortcode-login.php:98
311
- msgid "Check your email for the password."
312
- msgstr "Seiceáil do r-phost le haghaidh an phasfhocal."
313
 
314
- #: library/shortcode-login.php:103
315
- msgid "Check your email to reset your password."
316
- msgstr "Seiceáil do r-phost chun do phasfhocal a athshocrú."
317
 
318
- #: library/shortcode-login.php:107
319
- msgid "Have an account?"
320
- msgstr "An bhfuil cuntas agat?"
321
 
322
- #: library/shortcode-login.php:108
323
- msgid "Log in or sign up! It’s fast & free!"
324
- msgstr "Logáil isteach cláraigh! Tá sé & rsquo; s tapa & amp; saor!"
325
 
326
- #: library/shortcode-login.php:114 library/shortcode-login.php:139
327
- msgid "Username"
328
- msgstr "Ainm úsáideora"
329
 
330
- #: library/shortcode-login.php:118
331
- msgid "Password"
332
- msgstr "Pasfhocal"
333
 
334
- #: library/shortcode-login.php:124
335
- msgid "Remember me"
336
- msgstr "Cuimhnigh ormsa"
337
 
338
- #: library/shortcode-login.php:135
339
- msgid "Register for this site!"
340
- msgstr "Cláraigh don suíomh seo!"
341
 
342
- #: library/shortcode-login.php:136
343
- msgid "Sign up now for the good stuff."
344
- msgstr "Cláraigh anois le haghaidh na rudaí maithe."
345
 
346
- #: library/shortcode-login.php:147
347
- msgid "Sign up!"
348
- msgstr "Clarú!"
349
 
350
- #: library/shortcode-login.php:155
351
- msgid "Lose something?"
352
- msgstr "Caill rud éigin?"
353
 
354
- #: library/shortcode-login.php:156
355
- msgid "Enter your username or email to reset your password."
356
- msgstr "Iontráil d’ainm úsáideora nó do r-phost chun do phasfhocal a athshocrú."
 
357
 
358
- #: library/shortcode-login.php:159
359
- msgid "Username or Email"
360
- msgstr "Ainm Úsáideora Ríomhphost"
361
 
362
- #: library/shortcode-login.php:163
363
- msgid "Reset my password"
364
- msgstr "Athshocraigh mo phasfhocal"
365
 
366
- #: library/shortcode-login.php:177
367
- msgid "Welcome, "
368
- msgstr "Fáilte, "
369
 
370
- #: library/shortcode-login.php:180
371
- msgid "Congratulations, you’re logged in."
372
- msgstr "Comhghairdeas, rinne & rsquo; ath logáil isteach."
373
 
374
- #: library/shortcode-login.php:182
375
- msgid "Log out"
376
- msgstr "Logáil Amach"
377
 
378
- #: library/shortcode-login.php:183
379
- msgid "Admin"
380
- msgstr "Riarachán"
381
 
382
- #: library/shortcode-login.php:184
383
- msgid "Profile"
384
- msgstr "Próifíl"
385
 
386
- #: library/shortcode-misc.php:18
387
- msgid "Reset form"
388
- msgstr "Foirm athshocraithe"
389
 
390
- #: library/shortcode-misc.php:128
391
- msgid "View full post"
392
- msgstr "Féach ar an bpost iomlán"
393
 
394
- #: library/plugin-settings.php:31
395
- msgid "Settings"
396
- msgstr "Socruithe"
397
 
398
- #: library/plugin-settings.php:40
399
- msgid "Get USP Pro for unlimited forms!"
400
- msgstr "Faigh USP Pro le haghaidh foirmeacha neamhtheoranta!"
401
 
402
- #: library/plugin-settings.php:41
403
- msgid "Go Pro"
404
- msgstr "Téigh Pro"
405
 
406
- #: library/plugin-settings.php:62 library/plugin-settings.php:1196
407
- #: library/plugin-settings.php:1819
408
- msgid "Plugin Homepage"
409
- msgstr "Leathanach Baile Breiseán"
410
 
411
- #: library/plugin-settings.php:63
412
- msgid "Homepage"
413
- msgstr "Leathanach baile"
414
 
415
- #: library/plugin-settings.php:68
416
- msgid "Give USP a 5-star rating at WordPress.org"
417
- msgstr "Tabhair rátáil 5 réalta do USP ag WordPress.org"
418
 
419
- #: library/plugin-settings.php:69
420
- msgid "Rate this plugin »"
421
- msgstr "Déan an breiseán seo a rátáil & nbsp; & raquo;"
422
 
423
- #: library/plugin-settings.php:127
424
- msgid "WP Post (recommended)"
425
- msgstr "WP Post (molta)"
426
 
427
- #: library/plugin-settings.php:131
428
- msgid "WP Page"
429
- msgstr "Leathanach WP"
430
 
431
- #: library/plugin-settings.php:147
432
- msgid "HTML5 Form + Default CSS"
433
- msgstr "Foirm HTML5 + CSS Réamhshocraithe"
 
 
434
 
435
- #: library/plugin-settings.php:147
436
- msgid "(Recommended)"
437
- msgstr "(Molta)"
438
 
439
- #: library/plugin-settings.php:151
440
- msgid "HTML5 Form + Disable CSS"
441
- msgstr "Foirm HTML5 + CSS a dhíchumasú"
442
 
443
- #: library/plugin-settings.php:151
444
- msgid "(Provide your own styles)"
445
- msgstr "(Cuir do stíleanna féin ar fáil)"
446
 
447
- #: library/plugin-settings.php:155
448
- msgid "Custom Form + Custom CSS"
449
- msgstr "Foirm Chustaim + CSS Saincheaptha"
450
 
451
- #: library/plugin-settings.php:155
452
- msgid "(Provide your own form template & styles)"
453
- msgstr "(Cuir do theimpléad foirme féin & stíleanna amp; ar fáil)"
 
 
 
 
454
 
455
- #: library/plugin-settings.php:171 library/plugin-settings.php:195
456
- #: library/plugin-settings.php:219 library/plugin-settings.php:243
457
- #: library/plugin-settings.php:267
458
- msgid "Auto-display before post content"
459
- msgstr "Taispeántas uathoibríoch roimh ábhar an phoist"
 
 
460
 
461
- #: library/plugin-settings.php:175 library/plugin-settings.php:199
462
- #: library/plugin-settings.php:223 library/plugin-settings.php:247
463
- #: library/plugin-settings.php:271
464
- msgid "Auto-display after post content"
465
- msgstr "Taispeántas uathoibríoch i ndiaidh ábhar an phoist"
466
 
467
- #: library/plugin-settings.php:179
468
- msgid "Do not auto-display submitted images"
469
- msgstr " taispeáin íomhánna a cuireadh isteach go huathoibríoch"
470
 
471
- #: library/plugin-settings.php:203
472
- msgid "Do not auto-display submitted email"
473
- msgstr " taispeáin an ríomhphost a cuireadh isteach go huathoibríoch"
474
 
475
- #: library/plugin-settings.php:227
476
- msgid "Do not auto-display submitted name"
477
- msgstr " taispeáin an t-ainm a cuireadh isteach go huathoibríoch"
478
 
479
- #: library/plugin-settings.php:251
480
- msgid "Do not auto-display submitted URL"
481
- msgstr " taispeáin an URL a cuireadh isteach go huathoibríoch"
482
 
483
- #: library/plugin-settings.php:275
484
- msgid "Do not auto-display the Custom Field"
485
- msgstr " taispeáin an Réimse Saincheaptha go huathoibríoch"
486
 
487
- #: library/plugin-settings.php:291
488
- msgid "v2 (I’m not a robot)"
489
- msgstr "v2 (I & rsquo; m ní robot é)"
490
 
491
- #: library/plugin-settings.php:295
492
- msgid "v3 (Hidden reCaptcha)"
493
- msgstr "v3 (ReCaptcha i bhfolach)"
494
 
495
- #: library/plugin-settings.php:323 library/plugin-settings.php:355
496
- #: library/plugin-settings.php:388 library/plugin-settings.php:420
497
  msgid "Enable and require"
498
  msgstr "Cumasaigh agus éilíonn"
499
 
500
- #: library/plugin-settings.php:324 library/plugin-settings.php:356
501
  msgid "Enable but do not require"
502
  msgstr "Cumasaigh ach ní gá"
503
 
504
- #: library/plugin-settings.php:325 library/plugin-settings.php:357
505
- #: library/plugin-settings.php:389 library/plugin-settings.php:421
506
- msgid "Disable this field"
507
- msgstr "Díchumasaigh an réimse seo"
508
 
509
- #: library/plugin-settings.php:360 library/plugin-settings.php:392
510
- #: library/plugin-settings.php:424 library/plugin-settings.php:456
511
- msgid "(Visit"
512
- msgstr "(Cuairt"
513
 
514
- #: library/plugin-settings.php:361 library/plugin-settings.php:393
515
- #: library/plugin-settings.php:425 library/plugin-settings.php:457
516
- msgid "to configure options)"
517
- msgstr "chun roghanna a chumrú)"
518
 
519
- #: library/plugin-settings.php:376 library/plugin-settings.php:393
520
- #: library/plugin-settings.php:1465 library/plugin-settings.php:1470
521
- msgid "Challenge Question"
522
- msgstr "Ceist Dúshlán"
523
 
524
- #: library/plugin-settings.php:408 library/plugin-settings.php:425
525
- #: library/plugin-settings.php:1487
526
- msgid "Google reCAPTCHA"
527
- msgstr "Google reCAPTCHA"
528
 
529
- #: library/plugin-settings.php:440
530
- msgid "Post Images"
531
- msgstr "Íomhánna Poist"
532
 
533
- #: library/plugin-settings.php:452
534
- msgid "Enable"
535
- msgstr "Cumasaigh"
536
 
537
- #: library/plugin-settings.php:453
538
- msgid "Disable"
539
- msgstr "Díchumasaithe"
 
540
 
541
- #: library/plugin-settings.php:457 library/plugin-settings.php:1555
542
- msgid "Image Uploads"
543
- msgstr "Uaslódáil Íomhá"
544
 
545
- #: library/plugin-settings.php:537
546
- msgid "Draft"
547
- msgstr "Dréacht"
548
 
549
- #: library/plugin-settings.php:538
550
- msgid "Pending (default)"
551
- msgstr "Ar feitheamh (réamhshocraithe)"
552
 
553
- #: library/plugin-settings.php:539
554
- msgid "Publish immediately"
555
- msgstr "Foilsigh láithreach"
556
 
557
- #: library/plugin-settings.php:540
558
- msgid "Publish after 1 approved post"
559
- msgstr "Foilsigh tar éis 1 phost ceadaithe"
560
 
561
- #: library/plugin-settings.php:541
562
- msgid "Publish after "
563
- msgstr "Foilsigh tar éis "
564
 
565
- #: library/plugin-settings.php:541
566
- msgid " approved posts"
567
- msgstr " poist cheadaithe"
568
 
569
- #: library/plugin-settings.php:569
570
- msgid "Select categories to display in the Category field."
571
- msgstr "Roghnaigh catagóirí le taispeáint sa réimse Catagóire."
572
 
573
- #: library/plugin-settings.php:815
574
- msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
575
- msgstr "Tharla earráid. Cinntigh le do thoil gur chuir tú teideal, roinnt ábhar leis, agus nach bhfuil ach íomhánna uaslódáilte agat."
576
 
577
- #: library/plugin-settings.php:829
578
- msgid "Please select your image(s) to upload."
579
- msgstr "Roghnaigh d’íomhá (í) le huaslódáil."
580
 
581
- #: library/plugin-settings.php:835
582
- msgid "Success! Thank you for your submission."
583
- msgstr "Rath! Go raibh maith agat as d’aighneacht."
584
 
585
- #: library/plugin-settings.php:864
586
- msgid "Email"
587
- msgstr "Ríomhphost"
588
 
589
- #: library/plugin-settings.php:866
590
- msgid "URL"
591
- msgstr "URL"
592
 
593
- #: library/plugin-settings.php:1151
594
- msgid "Toggle all panels"
595
- msgstr "Tog gach painéal"
596
 
597
- #: library/plugin-settings.php:1160
598
- msgid "We need your support!"
599
- msgstr "Teastaíonn do thacaíocht uainn!"
 
600
 
601
- #: library/plugin-settings.php:1164
602
- msgid "Make a donation via PayPal"
603
- msgstr "Tabhair síntiús trí PayPal"
604
 
605
- #: library/plugin-settings.php:1164
606
- msgid "make a donation"
607
- msgstr "síntiús a dhéanamh"
608
 
609
- #: library/plugin-settings.php:1164
610
- msgid "and/or"
611
- msgstr "agus / "
 
612
 
613
- #: library/plugin-settings.php:1165
614
- msgid "Rate and review at the Plugin Directory"
615
- msgstr "Ráta agus athbhreithniú ag an Eolaire Breiseá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 20221004\n"
8
  "Language: ga\n"
9
 
10
+ #: library/plugin-settings.php:567
11
+ msgid " approved posts"
12
+ msgstr " poist cheadaithe"
 
 
 
 
 
13
 
14
+ #: user-submitted-posts.php:1499
15
+ msgid " file"
16
+ msgstr " comhad"
17
 
18
+ #: user-submitted-posts.php:1496
19
+ msgid " file required"
20
+ msgstr " comhad ag teastáil"
21
 
22
+ #: user-submitted-posts.php:1498
23
+ msgid " files"
24
+ msgstr " comhaid"
25
 
26
+ #: user-submitted-posts.php:1495
27
+ msgid " files required"
28
+ msgstr " comhaid ag teastáil"
29
 
30
+ #: user-submitted-posts.php:84
31
+ msgid " or higher, and has been deactivated! "
32
+ msgstr " níos airde, agus sé díghníomhachtaithe! "
33
 
34
+ #: user-submitted-posts.php:1501 user-submitted-posts.php:1502
35
+ #: user-submitted-posts.php:1503 user-submitted-posts.php:1504
36
+ msgid " pixels"
37
+ msgstr " picteilíní"
38
 
39
+ #: user-submitted-posts.php:1541 user-submitted-posts.php:1542
40
+ msgid " required"
41
+ msgstr " ag teastáil"
42
 
43
+ #: library/plugin-display.php:535
44
+ msgid "“Add another image” link"
45
+ msgstr "“Cuir íomhá eile leis” nasc"
46
 
47
+ #: library/plugin-display.php:61
48
+ msgid "— the ultimate solution for user-generated content."
49
+ msgstr "— an réiteach deiridh maidir le hábhar a ghintear leis an úsáideoir."
50
 
51
+ #: library/plugin-settings.php:180
52
+ msgid "(Provide your own form template & styles)"
53
+ msgstr "(Cuir do theimpléad foirme & stíleanna féin ar fáil)"
54
 
55
+ #: library/plugin-settings.php:176
56
+ msgid "(Provide your own styles)"
57
+ msgstr "(Cuir do stíleanna féin ar fáil)"
58
 
59
+ #: library/plugin-settings.php:172
60
+ msgid "(Recommended)"
61
+ msgstr "(Molta)"
62
 
63
+ #: library/plugin-display.php:131
64
+ msgid "..and upload them into a directory named"
65
+ msgstr "..agus uaslódáil isteach in eolaire ainmnithe iad"
66
 
67
+ #: library/plugin-display.php:770
68
+ msgid "Access Control"
69
+ msgstr "Rialú Rochtana"
70
 
71
+ #: library/plugin-display.php:468
72
+ msgid "Add a challenge question to help stop spam. Tip: make the question easy to answer for any human."
73
+ msgstr "Cuir ceist dhúshláin leis chun stop a chur le turscar. Leid: déan an cheist éasca le freagairt do dhuine ar bith."
74
 
75
+ #: views/submission-form.php:147 views/submission-form-alt.php:162
76
+ msgid "Add another image"
77
+ msgstr "Cuir íomhá eile leis"
78
 
79
+ #: library/plugin-display.php:291
80
+ msgid "Additional recipients for email alerts. Use commas to separate multiple addresses."
81
+ msgstr "Faighteoirí breise le haghaidh foláirimh ríomhphoist. Úsáid camóga chun seoltaí iolracha a scaradh."
 
82
 
83
+ #: library/shortcode-login.php:183
84
+ msgid "Admin"
85
+ msgstr "Riarachán"
 
 
86
 
87
+ #: library/plugin-settings.php:200 library/plugin-settings.php:224
88
+ #: library/plugin-settings.php:248 library/plugin-settings.php:272
89
+ #: library/plugin-settings.php:296
90
+ msgid "After post content"
91
+ msgstr "Tar éis ábhar a phostáil"
92
 
93
+ #: user-submitted-posts.php:1512
94
  msgid "An error occurred. Please go back and try again."
95
  msgstr "Tharla earráid. Téigh ar ais agus bain triail eile as."
96
 
97
+ #: library/plugin-display.php:363 library/plugin-display.php:746
98
+ #: library/plugin-display.php:751
99
+ msgid "and"
100
+ msgstr "agus"
101
 
102
+ #: library/support-panel.php:63
103
+ msgid "and is greatly appreciated."
104
+ msgstr "agus meas mór air."
105
 
106
+ #: library/plugin-display.php:35
107
+ msgid "and/or"
108
+ msgstr "agus/nó"
109
 
110
+ #: views/submission-form.php:85 views/submission-form-alt.php:100
111
+ msgid "Antispam Question"
112
+ msgstr "Ceist Antispam"
113
 
114
+ #: library/support-panel.php:65
115
+ msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
116
+ msgstr "Cabhraíonn síntiús méid ar bith liom leanúint ar aghaidh ag forbairt an bhreiseáin seo saor in aisce agus acmhainní uamhnach WordPress eile."
117
 
118
+ #: library/plugin-display.php:231
119
+ msgid "Assigned Author"
120
+ msgstr "Údar Sannta"
121
 
122
+ #: library/plugin-display.php:747 library/plugin-display.php:751
123
+ msgid "attributes"
124
+ msgstr "tréithe"
125
 
126
+ #: library/plugin-display.php:583
127
+ msgid "Automatically display images and more."
128
+ msgstr "Taispeáin íomhánna agus níos mó go huathoibríoch."
129
 
130
+ #: library/plugin-settings.php:196 library/plugin-settings.php:220
131
+ #: library/plugin-settings.php:244 library/plugin-settings.php:268
132
+ #: library/plugin-settings.php:292
133
+ msgid "Before post content"
134
+ msgstr "Roimh ábhar a phostáil"
135
 
136
+ #: library/support-panel.php:55
137
+ msgid "books"
138
+ msgstr "leabhair"
139
 
140
+ #: library/plugin-display.php:829
141
+ msgid "by"
142
+ msgstr "le"
143
 
144
+ #: library/plugin-display.php:152
145
+ msgid "By default, CSS & JavaScript files are loaded on every page. To load only on specific page(s), enter the URL(s) here. Use commas to separate multiple URLs. Leave blank to load on all pages."
146
+ msgstr "De réir réamhshocraithe, CSS & Lódáiltear comhaid JavaScript ar gach leathanach. Chun é a luchtú ar leathanaigh ar leith amháin, cuir isteach an URL(anna) anseo. Úsáid camóga chun URLanna iolracha a scaradh. Fág bán le luchtú ar gach leathanach."
147
 
148
+ #: library/plugin-display.php:430
149
+ msgid "By default, this displays an “Agree to Terms” checkbox. Customize as desired."
150
+ msgstr "De réir réamhshocraithe, taispeánann seo “Aontaí le Téarmaí” ticbhosca. Saincheap mar atá ag teastáil."
151
 
152
+ #: library/plugin-display.php:753
153
+ msgid "Can use"
154
+ msgstr "Is féidir a úsáid"
155
 
156
+ #: library/plugin-display.php:481
157
+ msgid "Case-sensitivity"
158
+ msgstr "Cás-íogaireacht"
159
 
160
+ #: library/plugin-display.php:332
161
+ msgid "Categories"
162
+ msgstr "Catagóirí"
163
 
164
+ #: library/plugin-display.php:327
165
+ msgid "Categories & Tags"
166
+ msgstr "Catagóirí & Clibeanna"
167
 
168
+ #: library/plugin-display.php:363
169
+ msgid "category"
170
+ msgstr "chatagóir"
171
 
172
+ #: library/plugin-display.php:349
173
+ msgid "Category ID for Hidden Field"
174
+ msgstr "Aitheantas Catagóire don Réimse Hidden"
175
 
176
+ #: library/plugin-settings.php:408 library/plugin-display.php:466
177
+ #: library/plugin-display.php:471
178
+ msgid "Challenge Question"
179
+ msgstr "Ceist Dúshláin"
180
 
181
+ #: library/plugin-display.php:476
182
+ msgid "Challenge Response"
183
+ msgstr "Freagra Dúshlán"
184
 
185
+ #: library/plugin-display.php:319 library/plugin-display.php:392
186
+ #: library/plugin-display.php:420 library/plugin-display.php:458
187
+ msgid "check out"
188
+ msgstr "seiceáil amach"
189
 
190
+ #: library/plugin-display.php:754
191
+ msgid "Check out the source code inline notes for more info"
192
+ msgstr "Amharc ar nótaí inlíne an chóid foinse chun tuilleadh eolais a fháil"
193
 
194
+ #: library/plugin-display.php:46
195
+ msgid "Check this box if you have shown support"
196
+ msgstr "Ticeáil an bosca seo má tá tacaíocht léirithe agat"
197
 
198
+ #: library/shortcode-login.php:98
199
+ msgid "Check your email for the password."
200
+ msgstr "Seiceáil do ríomhphost le haghaidh an focal faire."
201
 
202
+ #: library/shortcode-login.php:103
203
+ msgid "Check your email to reset your password."
204
+ msgstr "Seiceáil do ríomhphost chun do phasfhocal a athshocrú."
205
 
206
+ #: library/plugin-display.php:443
207
+ msgid "Checkbox Error"
208
+ msgstr "Earráid ticbhosca"
209
 
210
+ #: library/plugin-display.php:438
211
+ msgid "Checkbox Name"
212
+ msgstr "Ainm an bhosca seiceála"
213
 
214
+ #: library/plugin-display.php:448
215
+ msgid "Checkbox Text"
216
+ msgstr "Téacs ticbhosca"
217
 
218
+ #: library/plugin-display.php:85
219
+ msgid "Choose fields to display on the front-end form."
220
+ msgstr "Roghnaigh réimsí le taispeáint ar an bhfoirm tosaigh."
 
221
 
222
+ #: library/plugin-display.php:506
223
+ msgid "Choose reCaptcha version"
224
+ msgstr "Roghnaigh leagan reCaptcha"
 
 
225
 
226
+ #: library/plugin-display.php:374
227
+ msgid "Configure Custom Field #1."
228
+ msgstr "Cumraigh Réimse Saincheaptha #1."
 
229
 
230
+ #: library/plugin-display.php:402
231
+ msgid "Configure Custom Field #2."
232
+ msgstr "Cumraigh Réimse Saincheaptha #2."
 
 
233
 
234
+ #: library/plugin-display.php:276
235
+ msgid "Configure email notifications for new submitted posts."
236
+ msgstr "Cumraigh fógraí ríomhphoist do phoist nua a cuireadh isteach."
 
 
 
237
 
238
+ #: library/plugin-display.php:118
239
+ msgid "Configure general settings. Note: the default settings work fine for most cases."
240
+ msgstr "Cumraigh socruithe ginearálta. Tabhair faoi deara: oibríonn na socruithe réamhshocraithe go breá i bhformhór na gcásanna."
241
 
242
+ #: library/plugin-display.php:514
243
+ msgid "Configure settings for image uploads."
244
+ msgstr "Cumraigh socruithe le haghaidh uaslódála íomhánna."
245
 
246
+ #: library/plugin-display.php:329
247
+ msgid "Configure settings for the Category and Tag fields."
248
+ msgstr "Cumraigh socruithe do na réimsí Catagóire agus Clibe."
 
249
 
250
+ #: library/plugin-display.php:228
251
+ msgid "Configure user settings."
252
+ msgstr "Cumraigh socruithe úsáideora."
253
 
254
+ #: library/shortcode-login.php:180
255
+ msgid "Congratulations, you’re logged in."
256
+ msgstr "Comhghairdeas, tá tú logáilte isteach."
 
 
257
 
258
+ #: user-submitted-posts.php:1529 user-submitted-posts.php:1530
259
+ msgid "Correct captcha required"
260
+ msgstr "Captcha ceart ag teastáil"
261
 
262
+ #: library/plugin-display.php:296
263
+ msgid "Custom address for the email “From” header (see plugin FAQs for info)."
264
+ msgstr "Seoladh saincheaptha don ríomhphost “Ó” ceanntásc (féach CCanna breiseán le haghaidh faisnéise)."
265
 
266
+ #: library/plugin-display.php:428
267
+ msgid "Custom Checkbox"
268
+ msgstr "ticbhosca Saincheaptha"
269
 
270
+ #: user-submitted-posts.php:1509
271
+ msgid "Custom checkbox required"
272
+ msgstr "ticbhosca saincheaptha ag teastáil"
273
 
274
+ #: library/plugin-display.php:184
275
+ msgid "Custom Content"
276
+ msgstr "Ábhar Saincheaptha"
277
 
278
+ #: user-submitted-posts.php:1506 library/core-functions.php:306
279
+ #: library/plugin-settings.php:369 library/plugin-settings.php:907
280
+ #: library/plugin-display.php:372
281
+ msgid "Custom Field 1"
282
+ msgstr "Réimse Saincheaptha 1"
283
 
284
+ #: library/plugin-display.php:639
285
+ msgid "Custom Field 1 Display"
286
+ msgstr "Taispeáint Saincheaptha Réimse 1"
287
 
288
+ #: library/plugin-display.php:646
289
+ msgid "Custom Field 1 Markup"
290
+ msgstr "Marcáil Saincheaptha Réimse 1"
291
 
292
+ #: user-submitted-posts.php:1507 library/core-functions.php:255
293
+ #: library/plugin-settings.php:374 library/plugin-settings.php:910
294
+ #: library/plugin-display.php:400
295
+ msgid "Custom Field 2"
296
+ msgstr "Réimse Saincheaptha 2"
297
 
298
+ #: library/plugin-display.php:652
299
+ msgid "Custom Field 2 Display"
300
+ msgstr "Taispeáint Saincheaptha Réimse 2"
301
 
302
+ #: library/plugin-display.php:659
303
+ msgid "Custom Field 2 Markup"
304
+ msgstr "Marcáil Saincheaptha Réimse 2"
305
 
306
+ #: library/plugin-display.php:382 library/plugin-display.php:410
307
+ msgid "Custom Field Label"
308
+ msgstr "Lipéad Réimse Saincheaptha"
309
 
310
+ #: library/plugin-display.php:377 library/plugin-display.php:405
311
+ msgid "Custom Field Name"
312
+ msgstr "Ainm Réimse Saincheaptha"
313
 
314
+ #: library/plugin-settings.php:180
315
+ msgid "Custom Form + Custom CSS"
316
+ msgstr "Foirm Chustaim + CSS Chustaim"
317
 
318
+ #: library/plugin-display.php:537
319
+ msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
320
+ msgstr "Marcáil saincheaptha don “Cuir íomhá eile leis” nasc. Fág bán chun an marcáil réamhshocraithe (molta) a úsáid."
321
 
322
+ #: library/plugin-display.php:522
323
+ msgid "Default Featured Image"
324
+ msgstr "Réamhshocrú Íomhá Réadmhaoin"
325
 
326
+ #: library/plugin-settings.php:481
327
+ msgid "Disable"
328
+ msgstr "Díchumasaigh"
329
 
330
+ #: library/plugin-display.php:201
331
+ msgid "Disable all required attributes on form fields (useful for troubleshooting error messages)"
332
+ msgstr "Díchumasaigh na tréithe riachtanacha go léir ar réimsí foirme (úsáideach chun teachtaireachtaí earráide a réiteach)"
333
 
334
+ #: library/plugin-display.php:204
335
+ msgid "Disable IP Tracking"
336
+ msgstr "Díchumasaigh Rianú IP"
337
 
338
+ #: library/plugin-display.php:258
339
+ msgid "Disable Replace Author"
340
+ msgstr "Díchumasaigh Ionadaigh Údar"
341
 
342
+ #: library/plugin-display.php:199
343
+ msgid "Disable Required"
344
+ msgstr "Díchumasaigh Riachtanach"
345
 
346
+ #: library/plugin-settings.php:350 library/plugin-settings.php:391
347
+ #: library/plugin-settings.php:421 library/plugin-settings.php:451
348
+ msgid "Disable this field"
349
+ msgstr "Díchumasaigh an réimse seo"
350
 
351
+ #: library/plugin-display.php:356
352
+ msgid "Display a select/dropdown menu of existing tags (valid when Tag field is displayed on the form)"
353
+ msgstr "Taispeáin roghchlár roghnaithe/anuas de chlibeanna atá ann cheana féin (bailí nuair a thaispeánfar réimse Clib ar an bhfoirm)"
354
 
355
+ #: library/plugin-display.php:433
356
+ msgid "Display Checkbox"
357
+ msgstr "Taispeáin ticbhosca"
358
 
359
+ #: library/plugin-display.php:773
360
+ msgid "Display content only to users with a specific capability:"
361
+ msgstr "Taispeáin ábhar d'úsáideoirí a bhfuil cumas ar leith acu amháin:"
362
 
363
+ #: library/plugin-display.php:775
364
+ msgid "Display content to logged-in users:"
365
+ msgstr "Taispeáin ábhar d'úsáideoirí logáilte isteach:"
366
 
367
+ #: library/plugin-display.php:777
368
+ msgid "Display content to visitors only:"
369
+ msgstr "Taispeáin ábhar do chuairteoirí amháin:"
370
 
371
+ #: library/plugin-display.php:435
372
+ msgid "Display custom checkbox on the submission form"
373
+ msgstr "Taispeáin ticbhosca saincheaptha ar an bhfoirm aighneachta"
374
 
375
+ #: library/plugin-display.php:641
376
+ msgid "Display Custom Field 1:"
377
+ msgstr "Taispeáin Réimse Saincheaptha 1:"
378
 
379
+ #: library/plugin-display.php:654
380
+ msgid "Display Custom Field 2:"
381
+ msgstr "Taispeáin Réimse Saincheaptha 2:"
382
 
383
+ #: library/plugin-display.php:730
384
+ msgid "Display image gallery"
385
+ msgstr "Taispeáin gailearaí íomhánna"
386
 
387
+ #: library/plugin-display.php:615
388
+ msgid "Display submitted author/name:"
389
+ msgstr "Taispeáin an t-údar/ainm a cuireadh isteach:"
390
 
391
+ #: library/plugin-display.php:602
392
+ msgid "Display submitted email address:"
393
+ msgstr "Taispeáin an seoladh ríomhphoist a cuireadh isteach:"
394
 
395
+ #: library/plugin-display.php:588
396
+ msgid "Display submitted images:"
397
+ msgstr "Taispeáin íomhánna a cuireadh isteach:"
398
 
399
+ #: library/plugin-display.php:628
400
+ msgid "Display submitted URL:"
401
+ msgstr "Taispeáin an URL a cuireadh isteach:"
 
402
 
403
+ #: library/plugin-display.php:684
404
+ msgid "Display the Form"
405
+ msgstr "Taispeáin an Fhoirm"
406
 
407
+ #: library/plugin-display.php:701
408
+ msgid "Display the login/register form"
409
+ msgstr "Taispeáin an fhoirm logáil isteach/cláraithe"
410
 
411
+ #: library/plugin-display.php:688
412
+ msgid "Display the submit-post form"
413
+ msgstr "Taispeáin an fhoirm seolta-phost"
414
 
415
+ #: library/plugin-display.php:711
416
+ msgid "Display user-submitted posts"
417
+ msgstr "Taispeáin postálacha arna gcur isteach ag an úsáideoir"
418
 
419
+ #: library/plugin-display.php:206
420
+ msgid "Do not collect or store any user IP address (useful for complying with privacy regulations)"
421
+ msgstr " bailigh ná stóráil aon seoladh IP úsáideora (úsáideach chun cloí le rialacháin príobháideachais)"
422
 
423
+ #: library/plugin-settings.php:204 library/plugin-settings.php:228
424
+ #: library/plugin-settings.php:252 library/plugin-settings.php:276
425
+ #: library/plugin-settings.php:300
426
+ msgid "Do not display"
427
+ msgstr "Ná taispeáin"
428
 
429
+ #: library/plugin-display.php:260
430
+ msgid "Do not replace post author with submitted user name"
431
+ msgstr "Ná cuir ainm úsáideora a cuireadh isteach in ionad údar an phoist"
432
 
433
+ #: library/plugin-display.php:65
434
+ msgid "Documentation"
435
+ msgstr "Doiciméadúchán"
436
 
437
+ #: library/support-panel.php:53
438
+ msgid "Donate via PayPal"
439
+ msgstr "Deonaigh trí PayPal"
440
 
441
+ #: library/support-panel.php:57
442
+ msgid "donation"
443
+ msgstr "síntiús"
444
 
445
+ #: library/plugin-settings.php:563
446
+ msgid "Draft"
447
+ msgstr "Dréacht"
448
+
449
+ #: user-submitted-posts.php:1554
450
+ msgid "Duplicate post title. Please try again."
451
+ msgstr "Teideal an phoist dhúbailt. Arís, le d'thoil."
452
 
453
+ #: library/plugin-settings.php:895
454
+ msgid "Email"
455
+ msgstr "Ríomhphost"
456
+
457
+ #: library/plugin-display.php:294
458
+ msgid "Email “From” Address"
459
+ msgstr "Ríomhphost “Ó” Seoladh"
460
 
461
+ #: library/plugin-display.php:289
462
+ msgid "Email Address for Alerts"
463
+ msgstr "Seoladh Ríomhphoist le haghaidh Foláirimh"
 
 
464
 
465
+ #: library/plugin-display.php:307
466
+ msgid "Email Alert Message"
467
+ msgstr "Teachtaireacht Foláirimh Ríomhphoist"
468
 
469
+ #: library/plugin-display.php:300
470
+ msgid "Email Alert Subject"
471
+ msgstr "Ábhar Foláirimh Ríomhphoist"
472
 
473
+ #: library/plugin-display.php:274
474
+ msgid "Email Alerts"
475
+ msgstr "Foláirimh Ríomhphoist"
476
 
477
+ #: library/plugin-display.php:600
478
+ msgid "Email Display"
479
+ msgstr "Taispeáint Ríomhphoist"
480
 
481
+ #: library/plugin-display.php:607
482
+ msgid "Email Markup"
483
+ msgstr "Ríomhphost Marcáil"
484
 
485
+ #: library/plugin-display.php:318
486
+ msgid "email-alert options"
487
+ msgstr "roghanna foláirimh ríomhphoist"
488
 
489
+ #: library/plugin-settings.php:480
490
+ msgid "Enable"
491
+ msgstr "Cumasaigh"
492
 
493
+ #: library/plugin-settings.php:348 library/plugin-settings.php:389
494
+ #: library/plugin-settings.php:420 library/plugin-settings.php:450
495
  msgid "Enable and require"
496
  msgstr "Cumasaigh agus éilíonn"
497
 
498
+ #: library/plugin-settings.php:349 library/plugin-settings.php:390
499
  msgid "Enable but do not require"
500
  msgstr "Cumasaigh ach ní gá"
501
 
502
+ #: library/plugin-display.php:284
503
+ msgid "Enable HTML Format"
504
+ msgstr "Cumasaigh Formáid HTML"
 
505
 
506
+ #: library/plugin-display.php:286
507
+ msgid "Enable HTML format for email alert messages"
508
+ msgstr "Cumasaigh formáid HTML le haghaidh teachtaireachtaí foláirimh ríomhphoist"
 
509
 
510
+ #: library/plugin-display.php:191
511
+ msgid "Enable RTE/Visual Editor for the Post Content field"
512
+ msgstr "Cumasaigh RTE/Eagarthóir Amhairc don réimse Ábhar Poist"
 
513
 
514
+ #: library/plugin-display.php:209
515
+ msgid "Enable Shortcodes"
516
+ msgstr "Cumasaigh Aicearraí"
 
517
 
518
+ #: library/plugin-display.php:211
519
+ msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
520
+ msgstr "Cumasaigh shortcodes i ngiuirléidí. De réir réamhshocraithe, ní chumasaíonn WordPress shortcodes i ngiuirléidí. "
 
521
 
522
+ #: library/plugin-display.php:341
523
+ msgid "Enable users to select multiple categories"
524
+ msgstr "Cumasaigh úsáideoirí catagóirí iolracha a roghnú"
525
 
526
+ #: library/plugin-display.php:573
527
+ msgid "Enable users to upload other file types (like PDF, Word, Zip, videos, and more), check out"
528
+ msgstr "Cuir ar chumas úsáideoirí cineálacha comhaid eile a uaslódáil (cosúil le PDF, Word, Zip, físeáin, agus níos mó), seiceáil amach"
529
 
530
+ #. Description of the plugin
531
+ #:
532
+ msgid "Enables your visitors to submit posts and images from anywhere on your site."
533
+ msgstr "Cuireann sé ar chumas do chuairteoirí postálacha agus íomhánna a chur isteach ó áit ar bith ar do shuíomh."
534
 
535
+ #: library/plugin-display.php:59
536
+ msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
537
+ msgstr "cuireann sé ar chumas do chuairteoirí postálacha a chur isteach agus íomhánna a uaslódáil ó thaobh tosaigh do shuíomh. "
538
 
539
+ #: library/plugin-display.php:478
540
+ msgid "Enter the *only* correct answer to the challenge question"
541
+ msgstr "Cuir isteach an freagra ceart *amháin* ar cheist an dúshláin"
542
 
543
+ #: library/plugin-display.php:526
544
+ msgid "Enter URL or click button to upload/choose an image (optional)"
545
+ msgstr "Cuir isteach URL nó cliceáil ar an gcnaipe chun íomhá a uaslódáil/roghnaigh (roghnach)"
546
 
547
+ #: library/plugin-display.php:500
548
+ msgid "Enter your Private Key"
549
+ msgstr "Cuir isteach d'Eochair Phríobháideach"
550
 
551
+ #: library/plugin-display.php:495
552
+ msgid "Enter your Public Key"
553
+ msgstr "Cuir isteach d’Eochair Phoiblí"
554
 
555
+ #: library/shortcode-login.php:156
556
+ msgid "Enter your username or email to reset your password."
557
+ msgstr "Cuir isteach d'ainm úsáideora nó ríomhphost chun do phasfhocal a athshocrú."
558
 
559
+ #: library/plugin-display.php:179
560
+ msgid "Error Message"
561
+ msgstr "Teachtaireacht Earráid"
562
 
563
+ #: library/plugin-display.php:181
564
+ msgid "Error message displayed if post submission fails (basic markup allowed)"
565
+ msgstr "Taispeántar teachtaireacht earráide theipeann ar an bpostáil a chur isteach (marcáil bhunúsach ceadaithe)"
566
 
567
+ #: library/plugin-display.php:445
568
+ msgid "Error message displayed if user does not check the box"
569
+ msgstr "Taispeántar teachtaireacht earráide mura seiceálann an t-úsáideoir an bosca"
570
 
571
+ #: user-submitted-posts.php:1564
572
+ msgid "Error: "
573
+ msgstr "Earráid: "
574
 
575
+ #: library/plugin-display.php:783
576
+ msgid "Example"
577
+ msgstr "Sampla"
578
 
579
+ #: library/plugin-display.php:517
580
+ msgid "Featured Image"
581
+ msgstr "Íomhá Réadmhaoin"
582
 
583
+ #: user-submitted-posts.php:1547
584
+ msgid "File not uploaded. Please check the file and try again."
585
+ msgstr "Comhad gan uaslódáil. Seiceáil an comhad agus bain triail eile as."
586
 
587
+ #: user-submitted-posts.php:1540
588
+ msgid "File type not allowed (please upload images only)"
589
+ msgstr " cheadaítear an cineál comhaid (uaslódáil íomhánna amháin)"
590
 
591
+ #: library/plugin-display.php:390 library/plugin-display.php:418
592
+ #: library/plugin-display.php:456
593
+ msgid "For"
594
+ msgstr "Le haghaidh"
595
 
596
+ #: library/plugin-display.php:317 library/plugin-display.php:362
597
+ msgid "For more"
598
+ msgstr "Chun níos "
599
 
600
+ #: library/plugin-display.php:60
601
+ msgid "For more features and unlimited forms, check out"
602
+ msgstr "Le haghaidh tuilleadh gnéithe agus foirmeacha neamhtheoranta, seiceáil amach"
603
 
604
+ #: library/plugin-display.php:218 library/plugin-display.php:266
605
+ #: library/plugin-display.php:668
606
+ msgid "For more options and features, check out"
607
+ msgstr "Le haghaidh tuilleadh roghanna agus gnéithe, seiceáil amach"
608
 
609
+ #: library/plugin-display.php:108
610
+ msgid "For unlimited fields, check out"
611
+ msgstr "Le haghaidh réimsí neamhtheoranta, seiceáil amach"
612
+
613
+ #: library/shortcode-login.php:90
614
+ msgid "Forgot?"
615
+ msgstr "Dearmadta?"
616
+
617
+ #: library/plugin-display.php:83
618
+ msgid "Form Fields"
619
+ msgstr "Réimsí Foirme"
620
+
621
+ #: library/plugin-display.php:121
622
+ msgid "Form Style"
623
+ msgstr "Stíl Foirme"
624
+
625
+ #: library/plugin-display.php:581
626
+ msgid "Frontend Display"
627
+ msgstr "Taispeáint Tosaigh"
628
+
629
+ #: library/plugin-display.php:139
630
+ msgid "FYI: here is a"
631
+ msgstr "FYI: Seo é a"
632
+
633
+ #: library/plugin-display.php:116
634
+ msgid "General Settings"
635
+ msgstr "Socruithe Ginearálta"
636
+
637
+ #: library/plugin-display.php:72
638
+ msgid "Get USP Pro"
639
+ msgstr "Faigh USP Pro"
640
+
641
+ #: library/plugin-settings.php:40
642
+ msgid "Get USP Pro for unlimited forms!"
643
+ msgstr "Faigh USP Pro le haghaidh foirmeacha neamhtheoranta!"
644
+
645
+ #: library/plugin-display.php:70
646
+ msgid "give it a 5-star rating"
647
+ msgstr "tabhair rátáil 5 réalta dó"
648
+
649
+ #: library/plugin-display.php:37
650
+ msgid "give this plugin a 5-star rating"
651
+ msgstr "tabhair rátáil 5 réalta don bhreiseán seo"
652
+
653
+ #: library/plugin-settings.php:68
654
+ msgid "Give USP a 5-star rating at WordPress.org"
655
+ msgstr "Tabhair rátáil 5 réalta do USP ag WordPress.org"
656
+
657
+ #: library/plugin-settings.php:41
658
+ msgid "Go Pro"
659
+ msgstr "Téigh Pro"
660
+
661
+ #: library/plugin-settings.php:438 library/plugin-display.php:488
662
+ msgid "Google reCaptcha"
663
+ msgstr "Google reCaptcha"
664
+
665
+ #: library/shortcode-login.php:107
666
+ msgid "Have an account?"
667
+ msgstr "An bhfuil cuntas agat?"
668
+
669
+ #: library/plugin-display.php:717
670
+ msgid "Here are some examples showing how to configure this shortcode:"
671
+ msgstr "Seo roinnt samplaí a thaispeánann conas an gearrchód seo a chumrú:"
672
+
673
+ #: library/plugin-display.php:344
674
+ msgid "Hidden/Default Category"
675
+ msgstr "Catagóir Hidden/Réamhshocraithe"
676
+
677
+ #: library/plugin-settings.php:63
678
+ msgid "Homepage"
679
+ msgstr "Leathanach baile"
680
+
681
+ #: library/plugin-settings.php:172
682
+ msgid "HTML5 Form + Default CSS"
683
+ msgstr "Foirm HTML5 + CSS Réamhshocraithe"
684
+
685
+ #: library/plugin-settings.php:176
686
+ msgid "HTML5 Form + Disable CSS"
687
+ msgstr "Foirm HTML5 + CSS a dhíchumasú"
688
+
689
+ #. URI of the plugin
690
+ #:
691
+ msgid "https://perishablepress.com/user-submitted-posts/"
692
+ msgstr "https://perishablepress.com/user-submitted-posts/"
693
+
694
+ #. Author URI of the plugin
695
+ #:
696
+ msgid "https://plugin-planet.com/"
697
+ msgstr "https://plugin-planet.com/"
698
+
699
+ #: views/submission-form.php:169 views/submission-form-alt.php:184
700
+ msgid "Human verification: leave this field empty."
701
+ msgstr "Fíorú daonna: fág an réimse seo folamh."
702
+
703
+ #: library/plugin-display.php:297
704
+ msgid "If multiple addresses are specified for the previous setting, include an equal number of addresses for this setting (in the same order)."
705
+ msgstr "Má shonraítear seoltaí iolracha don socrú roimhe seo, cuir líon comhionann seoltaí don socrú seo san áireamh (san ord céanna)."
706
+
707
+ #: library/plugin-display.php:784
708
+ msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
709
+ msgstr "Má